From 1a995a6ca4e8dbb09c8b9ab1276dabf17e065f0d Mon Sep 17 00:00:00 2001 From: Pierre Date: Thu, 3 Jan 2013 16:47:55 +0100 Subject: [PATCH] textometrieR --- PrintRScript.py | 27 +- ProfList.py | 49 +- Rlib/textometrieR/DESCRIPTION | 15 + Rlib/textometrieR/NAMESPACE | 7 + Rlib/textometrieR/R/cooccurrences.R | 168 + Rlib/textometrieR/R/pareto.R | 33 + Rlib/textometrieR/R/repartition.R | 111 + Rlib/textometrieR/R/specificites.R | 201 + Rlib/textometrieR/Read-and-delete-me | 9 + Rlib/textometrieR/cgt75.R | 4 + Rlib/textometrieR/cgt75.splitted.txt | 39240 ++++++ Rlib/textometrieR/cgt75.txt | 4412 + Rlib/textometrieR/data/bfm.R | 4 + Rlib/textometrieR/data/corpus.tiny.cooccurrences.R | 1 + Rlib/textometrieR/data/robespierre.R | 17 + Rlib/textometrieR/inst/CITATION | 14 + Rlib/textometrieR/man/bfm.Rd | 28 + Rlib/textometrieR/man/cooccurrences.Rd | 30 + Rlib/textometrieR/man/corpus.tiny.cooccurrences.Rd | 35 + Rlib/textometrieR/man/pareto.Rd | 21 + Rlib/textometrieR/man/robespierre.Rd | 45 + Rlib/textometrieR/man/specificites.Rd | 58 + Rlib/textometrieR/man/specificites.lexicon.Rd | 29 + .../man/specificites.lexicon.probabilities.Rd | 28 + .../textometrieR/man/specificites.probabilities.Rd | 30 + Rlib/textometrieR/man/textometrieR-package.Rd | 54 + Rlib/textometrieR/tests/.RData | Bin 0 -> 2221 bytes Rlib/textometrieR/tests/author.xls | Bin 0 -> 24576 bytes Rlib/textometrieR/tests/authors | 14 + Rlib/textometrieR/tests/bfmrepartition.R | 29 + Rlib/textometrieR/tests/ca.R | 20 + Rlib/textometrieR/tests/specificites.R | 4 + Rlib/textometrieR/tests/specificites.Rout.save | 40 + Rlib/textometrieR/tests/specificites.lexicon.new.R | 8 + .../tests/specificites.probabilities.R | 4 + .../tests/specificites.probabilities.Rout.save | 41 + configuration/corpus.cfg | 3 +- corpusNG.py | 35 +- dialog.py | 1 - dictionnaires/expression.txt.back | 4613 - dictionnaires/expression_fr.txt | 4 - dictionnaires/lexique.txt.back | 125754 ------------------ dictionnaires/lexique.txt.old | 125749 ----------------- dictionnaires/lexiqueac.txt | 125754 ------------------ functions.py | 87 +- iramuteq.py | 34 +- listlex.py | 21 +- textaslexico.py | 8 +- tree.py | 11 +- 49 files changed, 44844 insertions(+), 382060 deletions(-) create mode 100644 Rlib/textometrieR/DESCRIPTION create mode 100644 Rlib/textometrieR/NAMESPACE create mode 100644 Rlib/textometrieR/R/cooccurrences.R create mode 100644 Rlib/textometrieR/R/pareto.R create mode 100644 Rlib/textometrieR/R/repartition.R create mode 100644 Rlib/textometrieR/R/specificites.R create mode 100644 Rlib/textometrieR/Read-and-delete-me create mode 100644 Rlib/textometrieR/cgt75.R create mode 100644 Rlib/textometrieR/cgt75.splitted.txt create mode 100644 Rlib/textometrieR/cgt75.txt create mode 100644 Rlib/textometrieR/data/bfm.R create mode 100644 Rlib/textometrieR/data/corpus.tiny.cooccurrences.R create mode 100644 Rlib/textometrieR/data/robespierre.R create mode 100644 Rlib/textometrieR/inst/CITATION create mode 100644 Rlib/textometrieR/man/bfm.Rd create mode 100644 Rlib/textometrieR/man/cooccurrences.Rd create mode 100644 Rlib/textometrieR/man/corpus.tiny.cooccurrences.Rd create mode 100644 Rlib/textometrieR/man/pareto.Rd create mode 100644 Rlib/textometrieR/man/robespierre.Rd create mode 100644 Rlib/textometrieR/man/specificites.Rd create mode 100644 Rlib/textometrieR/man/specificites.lexicon.Rd create mode 100644 Rlib/textometrieR/man/specificites.lexicon.probabilities.Rd create mode 100644 Rlib/textometrieR/man/specificites.probabilities.Rd create mode 100644 Rlib/textometrieR/man/textometrieR-package.Rd create mode 100644 Rlib/textometrieR/tests/.RData create mode 100644 Rlib/textometrieR/tests/author.xls create mode 100644 Rlib/textometrieR/tests/authors create mode 100644 Rlib/textometrieR/tests/bfmrepartition.R create mode 100644 Rlib/textometrieR/tests/ca.R create mode 100644 Rlib/textometrieR/tests/specificites.R create mode 100644 Rlib/textometrieR/tests/specificites.Rout.save create mode 100644 Rlib/textometrieR/tests/specificites.lexicon.new.R create mode 100644 Rlib/textometrieR/tests/specificites.probabilities.R create mode 100644 Rlib/textometrieR/tests/specificites.probabilities.Rout.save delete mode 100644 dictionnaires/expression.txt.back delete mode 100644 dictionnaires/lexique.txt.back delete mode 100644 dictionnaires/lexique.txt.old delete mode 100644 dictionnaires/lexiqueac.txt diff --git a/PrintRScript.py b/PrintRScript.py index d4d3275..7ec1540 100644 --- a/PrintRScript.py +++ b/PrintRScript.py @@ -535,9 +535,17 @@ def barplot(table, rownames, colnames, rgraph, tmpgraph, intxt = False) : if not intxt : #FIXME txt = """ - inf <- NA di <- matrix(data=%s, nrow=%i, byrow = TRUE) - di[is.na(di)] <- max(di, na.rm=TRUE) + 2 + toinf <- which(di == Inf) + tominf <- which(di == -Inf) + if (length(toinf)) { + di[toinf] <- NA + di[toinf] <- max(di, na.rm = TRUE) + 2 + } + if (length(tominf)) { + di[tominf] <- NA + di[tominf] <- min(di, na.rm = TRUE) - 2 + } rownames(di)<- %s colnames(di) <- %s """ % (txttable, rownb, rownames, colnames) @@ -553,7 +561,20 @@ def barplot(table, rownames, colnames, rgraph, tmpgraph, intxt = False) : par(mar=c(0,0,0,0)) layout(matrix(c(1,2),1,2, byrow=TRUE),widths=c(3,lcm(7))) par(mar=c(2,2,1,0)) - coord <- barplot(as.matrix(di), beside = TRUE, col = color, space = c(0.1,0.6)) + yp = ifelse(length(toinf), 0.2, 0) + ym = ifelse(length(tominf), 0.2, 0) + ymin <- ifelse(!length(which(di < 0)), 0, min(di) - ym) + coord <- barplot(as.matrix(di), beside = TRUE, col = color, space = c(0.1,0.6), ylim=c(ymin, max(di) + yp)) + if (length(toinf)) { + coordinf <- coord[toinf] + valinf <- di[toinf] + text(x=coordinf, y=valinf + 0.1, 'i') + } + if (length(tominf)) { + coordinf <- coord[toinf] + valinf <- di[toinf] + text(x=coordinf, y=valinf - 0.1, 'i') + } c <- colMeans(coord) c1 <- c[-1] c2 <- c[-length(c)] diff --git a/ProfList.py b/ProfList.py index 0e3fab7..cca1423 100644 --- a/ProfList.py +++ b/ProfList.py @@ -663,14 +663,19 @@ class ProfListctrlPanel(wx.ListCtrl, listmix.ListCtrlAutoWidthMixin, listmix.Col tableout = [vchistable[fchistable.index(word)] for word in words] tmpgraph = tempfile.mktemp(dir=self.Source.parent.TEMPDIR) nbcl = len(title) + nbwords = len(words) txt = barplot(tableout, words, title, self.Source.parent.RscriptsPath['Rgraph'], tmpgraph) tmpscript = tempfile.mktemp(dir=self.Source.parent.TEMPDIR) file = open(tmpscript,'w') file.write(txt) file.close() - exec_rcode(self.Source.parent.RPath, tmpscript, wait = True) - win = MessageImage(self, u"Graphique", size=(700, 500)) + w = 100 + (20 * nbwords) + (100 * nbcl) + h = 100 + (nbwords * 15) + if w > 1100 : w = 1100 + if h > 800 : h = 800 + if h < 450 : h = 450 + win = MessageImage(self, u"Graphique", size=(w, h)) win.addsaveimage(tmpgraph) txt = "" % tmpgraph win.HtmlPage.SetPage(txt) @@ -1594,8 +1599,6 @@ class message(wx.Dialog): self.SetSizeHintsSz( wx.DefaultSize, wx.DefaultSize ) - #kwds["style"] = wx.DEFAULT_FRAME_STYLE - #wx.Frame.__init__(self, *args, **kwds) self.html = "" self.HtmlPage=wx.html.HtmlWindow(self, -1) self.HtmlPage.SetMinSize( size ) @@ -1612,18 +1615,13 @@ class message(wx.Dialog): self.__do_layout() def __do_layout(self): - #sizer_1 = wx.BoxSizer(wx.VERTICAL) sizer_2 = wx.BoxSizer(wx.VERTICAL) sizer_2.Add(self.HtmlPage, 0, wx.EXPAND|wx.ADJUST_MINSIZE, 0) m_sdbSizer1 = wx.StdDialogButtonSizer() m_sdbSizer1.AddButton( self.button_1 ) m_sdbSizer1.AddButton( self.button_2 ) m_sdbSizer1.Realize() - #sizer_2.Add(self.button_1, 0, wx.ALIGN_CENTER_HORIZONTAL|wx.ADJUST_MINSIZE, 0) - #sizer_2.Add(self.button_2, 0, wx.ALIGN_CENTER_HORIZONTAL|wx.ADJUST_MINSIZE, 0) - #sizer_1.Add(sizer_2, 1, wx.EXPAND, 0) sizer_2.Add(m_sdbSizer1, 1, wx.EXPAND, 5) - #self.SetAutoLayout(True) self.SetSizer(sizer_2) self.Layout() sizer_2.Fit( self ) @@ -1645,36 +1643,3 @@ class message(wx.Dialog): def OnCloseWindow(self, event): self.Destroy() -# -#def getSmallUpArrowData(): -# return \ -#'\x89PNG\r\n\x1a\n\x00\x00\x00\rIHDR\x00\x00\x00\x10\x00\x00\x00\x10\x08\x06\ -#\x00\x00\x00\x1f\xf3\xffa\x00\x00\x00\x04sBIT\x08\x08\x08\x08|\x08d\x88\x00\ -#\x00\x00C\xb0\x89\ -#\xd3.\x10\xd1m\xc3\xe5*\xbc.\x80i\xc2\x17.\x8c\xa3y\x81\x01\x00\xa1\x0e\x04e\ -#?\x84B\xef\x00\x00\x00\x00IEND\xaeB`\x82" -# -#def getSmallDnArrowBitmap(): -# return wx.BitmapFromImage(getSmallDnArrowImage()) -# -#def getSmallDnArrowImage(): -# stream = cStringIO.StringIO(getSmallDnArrowData()) -# return wx.ImageFromStream(stream) diff --git a/Rlib/textometrieR/DESCRIPTION b/Rlib/textometrieR/DESCRIPTION new file mode 100644 index 0000000..008d4e3 --- /dev/null +++ b/Rlib/textometrieR/DESCRIPTION @@ -0,0 +1,15 @@ +Package: textometrieR +Type: Package +Title: Statistical exploration of textual corpora +Version: 0.4.5 +Date: 2009-01-18 +Author: Sylvain Loiseau +Maintainer: Sylvain Loiseau +Description: Statistical exploration of textual corpora using several methods + from french 'lexiometrie' and french 'Data Analysis' schools. It includes + methods for exploring irregularity of distribution of lexicon (or other + features) accross parts of texts; multidimensionnal exploration ('Analyse + des correspondances'), etc. +License: BSD +Depends: R (>= 2.5.0),ca,RSvgDevice,Rserve +LazyLoad: yes diff --git a/Rlib/textometrieR/NAMESPACE b/Rlib/textometrieR/NAMESPACE new file mode 100644 index 0000000..2bf07cc --- /dev/null +++ b/Rlib/textometrieR/NAMESPACE @@ -0,0 +1,7 @@ +import("grDevices") + +# file "R/specificites.R" +export(pareto, specificites, specificites.probabilities, specificites.lexicon, specificites.lexicon.probabilities, cooccurrences, specificites.lexicon.new) + +# file "R/repartition.R" +export(printrepartition) diff --git a/Rlib/textometrieR/R/cooccurrences.R b/Rlib/textometrieR/R/cooccurrences.R new file mode 100644 index 0000000..4f12544 --- /dev/null +++ b/Rlib/textometrieR/R/cooccurrences.R @@ -0,0 +1,168 @@ +# #* Textometrie +# #* ANR project ANR-06-CORP-029 +# #* http://textometrie.ens-lsh.fr/ +# #* +# #* 2008 (C) Textometrie project +# #* BSD New and Simplified BSD licenses +# #* http://www.opensource.org/licenses/bsd-license.php +# +# ## Sylvain Loiseau +# +# ## +# ## Ex. : type1 = 7 occ., type2 = 4 occ., separator = 11 +# ## Cf. Lafon, 1981 : 120 sqq. +# ## +# ## phyper(0:4, 4, 7 + 11, 7) +# ## +# +# ## +# ## wrapper for the function "cooccurrences.directed.contexts" given a factor as +# ## corpus and a separator. +# ## + +cooccurrences <- function(corpus) { + stop("not implemented yet"); +} + +# +# `cooccurrences.directed.corpus` <- +# function (corpus, separator) { +# if (! is.factor(corpus)) stop("The corpus must be a factor."); +# if (! is.character(separator)) stop("Separator must be a character vector."); +# if (length(separator) != 1) stop("Separator must be a character of length 1"); +# +# corpus <- corpus[drop=TRUE]; +# frequencies = table(corpus); +# separatorfrequency = frequencies[separator]; +# if (is.na(separatorfrequency)) { +# separatorfrequency = 0; +# } +# frequencies = frequencies[names(frequencies) != separator]; +# types <- levels(corpus); +# types <- types[types != separator]; +# +# contexts = get.contexts(corpus, separator); +# +# return(cooccurrences.directed.contexts(contexts, types, frequencies, separatorfrequency)); +# } +# +# ## +# ## Compute all the cooccurrence indices according to a context list (see the "get.contexts" function"), +# ## the vector of types to be taken into account, their frequency, and the separator frequency. +# ## +# ## Compute the cooccurrency index (based on hypergeometric cumulative +# ## probability) for each directed pair of token and return a matrix with tokens as column names +# ## and row names where each cell give a cooccurrency index +# ## +# +# `cooccurrences.directed.contexts` <- +# function(contexts, types, type.frequencies, separator.frequency) { +# +# all.cooccurrences.index <- matrix(0.0, nrow=length(types), ncol=length(type)); +# rownames(all.cooccurrences.index) <- types; +# colnames(all.cooccurrences.index) <- types; +# +# for (i in 1:length(types)) { +# type = types[i]; +# typefrequency = frequencies[i]; +# for (j in c(1:(types-1), (types + 1):length(types))) { +# othertype = types[j]; +# othertypefrequency = frequencies[j]; +# cooccurrences = cooccurrences.frequency(contexts, type, othertype); +# all.cooccurrences.index[type, othertype] <- +# cooccurrences.directed.cooccurrents(cooccurrences, type, othertype, separatorfrequency); +# } +# } +# +# return(all.cooccurrences.index); +# } +# +# ## +# ## In a list of contexts (see the "get.contexts" function), count the number of contexts +# ## having both at least one occurrence of type1 and at least one occurrence of type2. +# ## +# +# `cooccurrences.frequency` <- +# function(contexts, type1, type2) { +# +# if (! is.character(type1)) stop("Type1 must be a character vector."); +# if (length(type1) != 1) stop("Type1 must be a character of length 1"); +# if (! is.character(type2)) stop("Type2 must be a character vector."); +# if (length(type2) != 1) stop("Type2 must be a character of length 1"); +# +# is.cooccurring <- sapply(contexts, +# function(x) { +# if(type1 %in% x && type2 %in% x) return(1) else return(0) +# } +# ); +# return(sum(is.cooccurring)); +# } +# +# ## +# ## +# ## +# +# `cooccurrences.directed.cooccurrents` <- +# function(cooccurrences, type1, type2, separator) { +# if (! is.integer(cooccurrences)) stop("cooccurrences must be integer."); +# if (! is.integer(type1)) stop("type1 must be integer."); +# if (! is.integer(type2)) stop("type2 must be integer."); +# if (! is.integer(separator)) stop("separator must be integer."); +# ph <- phyper(found, type2, type1 + separator, type1); +# return(ph); +# } +# +# ## +# ## Create a list of character vectors according to a character vector and a separator string. +# ## +# +# `get.contexts` <- +# function(corpus, separator) { +# if (! is.factor(corpus)) stop("The corpus must be a factor."); +# if (! is.character(separator)) stop("Separator must be a character vector."); +# if (length(separator) != 1) stop("Separator must be a vector of length 1"); +# +# index.separator = which(corpus == separator); +# contexts = list(); +# lastindex = 1; +# for(i in 1:(length(index.separator))) { +# contexts[[i]] = as.character(corpus[lastindex:(index.separator[i]-1)]); +# lastindex=index.separator[i] + 1; +# } +# contexts[[length(contexts) + 1]] <- as.character(corpus[lastindex:length(corpus)]); +# return(contexts); +# } +# +# ## +# ## Create a lexical table according to a character vector and a separator string. +# ## +# +# `get.lexical.table` <- +# function(corpus, separator) { +# if (! is.factor(corpus)) stop("The corpus must be a factor."); +# if (! is.character(separator)) stop("Separator must be a character vector."); +# if (length(separator) == 1) stop("Separator must be a character of length 1"); +# +# contexts = get.contexts(corpus, separator); +# +# corpus <- corpus[drop=TRUE]; +# types <- levels(corpus); +# types <- types[types != separator]; +# +# lexical.table <- matrix(0, nrow=length(contexts), ncol=length(types)); +# colnames(lexical.table) <- types; +# +# for (i in 1:length(contexts)) { +# freq.list <- table(contexts[[i]]); +# lexical.table[i, names(freq.list)] <- freq.list; +# } +# +# return(lexical.table); +# } +# +# `cooccurrences` <- +# function(type1, type2, separator) { +# # max = ifelse(f > g, 2*g, i) +# # #choose(T, t); +# } +# diff --git a/Rlib/textometrieR/R/pareto.R b/Rlib/textometrieR/R/pareto.R new file mode 100644 index 0000000..85a0db4 --- /dev/null +++ b/Rlib/textometrieR/R/pareto.R @@ -0,0 +1,33 @@ +#* +#* Textometrie +#* ANR project ANR-06-CORP-029 +#* http://textometrie.ens-lsh.fr/ +#* +#* 2008 (C) Textometrie project +#* BSD New and Simplified BSD licenses +#* http://www.opensource.org/licenses/bsd-license.php + +`pareto` <- +function (x) { + op <- par(mar = c(5, 4, 4, 5) + 0.1) + par(las=2) + if( ! inherits(x, "table") ) { + x <- table(x) + } + x <- rev(sort(x)) + plot( x, type='h', axes=F) + # , lwd=16 + axis(2) + points( x, type='h', lwd=6) # , col=heat.colors(length(x)) + + y <- cumsum(x)/sum(x) + par(new=T) + plot(y, type="b", lwd=3, pch=7, axes=F, xlab='', ylab='', main='') + points(y, type='h') + axis(4) + #print(names(x)) + axis(1, at=1:length(x), labels=names(x)) + par(op) + title("Pareto graphic with cumulative frequency"); +} + diff --git a/Rlib/textometrieR/R/repartition.R b/Rlib/textometrieR/R/repartition.R new file mode 100644 index 0000000..5a44611 --- /dev/null +++ b/Rlib/textometrieR/R/repartition.R @@ -0,0 +1,111 @@ +`printrepartition` <-function(positions, names, colors, styles, widths, corpusname, Xmin, T, doCumulative, structurepositions, strutnames, graphtitle, bande) { + options(scipen=1000) + + linestyle = 1 + linewidth = 1 + + if (length(positions) > length(colors)) stop("colors list size too small"); + if (length(positions) > length(names)) stop("names list size too small"); + if (length(positions) > length(styles)) stop("styles list size too small"); + if (length(positions) > length(widths)) stop("widths list size too small"); + + # if (length(structurepositions) > length(strutnames)) stop("structure names list size too small"); + + doCumu <- (doCumulative == "true") + + maxX = T + maxY = 0 + draw = 0 + + # set maxX and maxY the ranges + if(!doCumu) + { + for(i in 1:length(names)) + { + x = positions[[i]] + if(length(x) > 0) + { + d = density(x, bw=bande) + m = max(d[["y"]]) + if(maxY < m) + maxY <- m + } + } + maxY=2*maxY + } + else + { + for(i in 1:length(names)) + { + my <- length(positions[[i]]) + if(maxY < my) + maxY <- my + } + } + + # draw curves + for(i in 1:length(names)) + { + #line styles and width update + linestyle = linestyle + 1 + if(linestyle >= 6) + { + linestyle = 1 + linewidth = linewidth+ 1 + } + x = positions[[i]] + if(length(x) > 0) + { + y = 1:length(x) + + y <- c( c(0), y , c(y[[length(x)]]) ) + x <- c( c(x[[1]]), x , c(maxX) ) + + if(draw == 0)# first draw + { + if(doCumu) + { + +plot(x, y, type="s", xlab=paste("T = ", maxX), main = graphtitle, ylab="Occurrences", ylim=c(0, maxY), xlim=c(Xmin, maxX), pch=15, col=colors[i], lty=styles[i], lwd=widths[i], xaxs="i", yaxs="i") + } + else + { +plot(density(x, bw=bande), type="l", xlab=paste("T = ", maxX), graphtitle, ylab="Density", ylim=c(0, maxY), xlim=c(Xmin, maxX), pch=15, col=colors[i], lty=styles[i], lwd=widths[i], xaxs="i", yaxs="i") + } + } + else #next draws + { + if(doCumu) + { +points(x, y, type="s", pch=15, col=colors[i], lty=styles[i], lwd=widths[i]) + } + else + { +points(density(x, bw=bande), type="l", pch=15, col=colors[i], lty=styles[i], lwd=widths[i]) + } + } + rm(y) + draw <- draw + 1 + } + } + + # draw legend + for(i in 1:length(names)) + names[i] = paste(names[i], length(positions[[i]])) + + if(draw > 0) + legend("topleft", names, inset = .02, col = colors, lty=styles, lwd=widths) + + # draw hist of struct + y = c() + if(length(structurepositions) > 0) + { + for(i in 1:length(structurepositions)) + { + y[i] <- maxY + text(structurepositions[[i]], maxY*0.70, strutnames[[i]], cex = .8, srt=-90, adj = c(0,0)) + } + points(structurepositions, y, type="h", ylim=c(0, maxY), xlim=c(Xmin, maxX)) + } +} + diff --git a/Rlib/textometrieR/R/specificites.R b/Rlib/textometrieR/R/specificites.R new file mode 100644 index 0000000..0426549 --- /dev/null +++ b/Rlib/textometrieR/R/specificites.R @@ -0,0 +1,201 @@ +#* Textometrie +#* ANR project ANR-06-CORP-029 +#* http://textometrie.ens-lsh.fr/ +#* +#* 2008 (C) Textometrie project +#* BSD New and Simplified BSD licenses +#* http://www.opensource.org/licenses/bsd-license.php + +## Sylvain Loiseau + +`specificites` <- +function(lexicaltable, types=NULL, parts=NULL) { + spe <- specificites.probabilities(lexicaltable, types, parts); + spelog <- matrix(0, nrow=nrow(spe), ncol=ncol(spe)); + spelog[spe < 0.5] <- log10(spe[spe < 0.5]); + spelog[spe > 0.5] <- abs(log10(1 - spe[spe > 0.5])); + spelog[spe == 0.5] <- 0; + spelog[is.infinite(spe)] <- 0; + spelog <- round(spelog, digits=4); + rownames(spelog) <- rownames(spe); + colnames(spelog) <- colnames(spe); + #class(spelog) <- "specificites"; + #attr(spelog, "l.t") <- spe; + return(spelog); +} + +`specificites.probabilities` <- +function(lexicaltable, types=NULL, parts=NULL) { + + # if (!is.numeric(lexicaltable)) stop("The lexical table must contain numeric values."); + + rowMargin <- rowSums(lexicaltable); # or "F" (the total frequency of all the types). + colMargin <- colSums(lexicaltable); # or "T" (the size of the parts). + F <- sum(lexicaltable); # The grand total (number of tokens in the corpus). + + if (! is.null(types)) { # Filter on tokens to be considered. + if(is.character(types)) { # convert the name of types given with "types" into row index numbers. + if (is.null(rownames(lexicaltable))) stop("The lexical table has no row names and the \"types\" argument is a character vector."); + if (! all(types %in% rownames(lexicaltable))) stop(paste( + "Some requested types are not known in the lexical table: ", + paste(types[! (types %in% rownames(lexicaltable))], collapse=" ")) + ); + } else { + if (any(types < 1)) stop("The row index must be greater than 0."); + if (max(types) > nrow(lexicaltable)) stop("Row index must be smaller than the number of rows."); + } + lexicaltable <- lexicaltable[types,, drop = FALSE]; + rowMargin <- rowMargin[types]; + } + + if (! is.null(parts)) { # Filter on parts to be considered. + if(is.character(parts)) { # convert the name of parts given with "parts" into col index numbers. + if (is.null(colnames(lexicaltable))) stop("The lexical table has no col names and the \"parts\" argument is a character vector."); + if (! all(parts %in% colnames(lexicaltable))) stop(paste( + "Some requested parts are not known in the lexical table: ", + paste(parts[! (parts %in% colnames(lexicaltable))], collapse=" ")) + ); + } else { + if (max(parts) > ncol(lexicaltable)) stop("Column index must be smaller than the number of cols."); + if (any(parts < 1)) stop("The col index must be greater than 0."); + } + lexicaltable <- lexicaltable[,parts, drop=FALSE]; + colMargin <- colMargin[parts]; + } + + if (nrow(lexicaltable) == 0 | ncol(lexicaltable) == 0) { + stop("The lexical table must contains at least one row and one column."); + } + + specif <- matrix(0.0, nrow=nrow(lexicaltable), ncol=ncol(lexicaltable)); + + for(i in 1:ncol(lexicaltable)) { # We proceed the whole lexical table by column (i.e. by part). + + whiteDrawn <- lexicaltable[,i]; # The frequencies observed in this part for each type. + white <- rowMargin; # The total frequencies in the corpus for each type. + black <- F-white; # The total complement frequency in the corpus for each type. + drawn <- colMargin[i]; # The number of tokens in the part. + + independance <- (white * drawn) / F; # The theoretic frequency of each type. + specif_negative <- whiteDrawn < independance; # index of observed frequencies below the theoretic frequencies. + specif_positive <- whiteDrawn >= independance; # index of observed frequencies above the theoretic frequencies. + + specif[specif_negative,i] <- phyper ( + whiteDrawn[specif_negative], white[specif_negative], black[specif_negative], drawn + ); + + specif[specif_positive,i] <- phyper ( + whiteDrawn[specif_positive] - 1, white[specif_positive], black[specif_positive], drawn + ); + } + + dimnames(specif) <- dimnames(lexicaltable); + + return(specif); +} + +`specificites.lexicon` <- +function(lexicon, sublexicon) { + spe <- specificites.lexicon.probabilities(lexicon, sublexicon); + spelog <- matrix(0, nrow=nrow(spe), ncol=ncol(spe)); + spelog[spe < 0.5] <- log10(spe[spe < 0.5]); + spelog[spe > 0.5] <- abs(log10(1 - spe[spe > 0.5])); + spelog[spe == 0.5] <- 0; + spelog[is.infinite(spe)] <- 0; + spelog <- round(spelog, digits=4); + rownames(spelog) <- rownames(spe); + colnames(spelog) <- colnames(spe); + #class(spelog) <- "specificites"; + #attr(spelog, "l.t") <- spe; + return(spelog); +} + +`specificites.lexicon.new` <- +function(lexicon, sublexicon) { + + if (! all(names(sublexicon) %in% names(lexicon))) stop( + paste( + sum(! (names(sublexicon) %in% names(lexicon))), + "types of the sublexicon not found in the lexicon: ", + ) + ); + +sub <- numeric(length(lexicon)); +names(sub) <- names(lexicon); +sub[names(sublexicon)] <- sublexicon; + + complementary.lexicon <- c(lexicon- sub); + if (any(complementary.lexicon < 0)) stop("type cannot be more frequent in the sublexicon than in the lexicon"); + + lexicaltable <- matrix(c(sub, complementary.lexicon), ncol=2); + rownames(lexicaltable) <- names(lexicon); + colnames(lexicaltable) <- c("sublexicon", "complementary"); + #stop(colnames(lexicaltable)); + return(specificites(lexicaltable,NULL,NULL)); +} + +`specificites.lexicon.probabilities` <- +function(lexicon, sublexicon) { + + if (!is.numeric(lexicon)) stop("The lexicon must contain numeric values."); + if (!is.numeric(sublexicon)) stop("The sublexicon must contain numeric values."); + if (is.null(names(lexicon))) stop("The lexicon must contain names."); + if (is.null(names(sublexicon))) stop("The sub lexicon must contain names."); + + if (! all(names(sublexicon) %in% names(lexicon))) + stop( + paste( + "Some requested types of the sublexicon are not known in the lexicon: ", + paste(names(sublexicon)[! (names(sublexicon) %in% names(lexicon))], collapse=" ") + ) + ); + + F <- sum(lexicon); + f <- sum(sublexicon); + + # complementary.lexicon <- c(lexicon[names(sublexicon)] - sublexicon, lexicon[!names(lexicon) %in% names(sublexicon)]); + + if (F < f) { + stop("The lexicon cannot be smaller than the sublexicon"); + } + + whiteDrawn <- numeric(length(lexicon)); # The frequencies observed in this part for each type. + names(whiteDrawn) <- names(lexicon); + whiteDrawn[names(sublexicon)] <- sublexicon; + white <- lexicon; # The total frequencies in the corpus for each type. + black <- F-white; # The total complement frequency in the corpus for each type. + drawn <- f; # The number of tokens in the part. + + # print(whiteDrawn); + # print(white); + # print(black); + # print(drawn); + + independance <- (white * drawn) / F; # The theoretic frequency of each type. + + specif_negative <- whiteDrawn < independance; # index of observed frequencies below the theoretic frequencies. + specif_positive <- whiteDrawn >= independance; # index of observed frequencies above the theoretic frequencies. + + specif <- double(length(lexicon)); + + specif[specif_negative] <- phyper ( + whiteDrawn[specif_negative], white[specif_negative], black[specif_negative], drawn + ); + + specif[specif_positive] <- phyper ( + whiteDrawn[specif_positive] - 1, white[specif_positive], black[specif_positive], drawn + ); + + names(specif) <- names(lexicon); + + return(specif); +} + +#print.specificites(x, line=20, part=1, form=NULL, ...) { +# if (all(is.null(line, part))) { +# stop("either a line or a part must be specified"); +# } +# if (all(!is.null(line, part))) { +# stop("only a line or a part must be specified"); +# } +#} diff --git a/Rlib/textometrieR/Read-and-delete-me b/Rlib/textometrieR/Read-and-delete-me new file mode 100644 index 0000000..d04323a --- /dev/null +++ b/Rlib/textometrieR/Read-and-delete-me @@ -0,0 +1,9 @@ +* Edit the help file skeletons in 'man', possibly combining help files + for multiple functions. +* Put any C/C++/Fortran code in 'src'. +* If you have compiled code, add a .First.lib() function in 'R' to load + the shared library. +* Run R CMD build to build the package tarball. +* Run R CMD check to check the package tarball. + +Read "Writing R Extensions" for more information. diff --git a/Rlib/textometrieR/cgt75.R b/Rlib/textometrieR/cgt75.R new file mode 100644 index 0000000..a478386 --- /dev/null +++ b/Rlib/textometrieR/cgt75.R @@ -0,0 +1,4 @@ +f <- file(description = "cgt75.splitted.txt", open = "r", blocking = TRUE, encoding = "latin1"); +cgt75 <- readLines(f, n = -1, ok = TRUE, warn = TRUE); +# i <- grep("\\.", cgt75); +# get.contexts(factor(cgt75, "."); diff --git a/Rlib/textometrieR/cgt75.splitted.txt b/Rlib/textometrieR/cgt75.splitted.txt new file mode 100644 index 0000000..0ba097e --- /dev/null +++ b/Rlib/textometrieR/cgt75.splitted.txt @@ -0,0 +1,39240 @@ +< +S00 += +02 +> +< +S01 += +003 +> +< +S02 += +001 +> +< +S03 += +001 +> +< +Sda += +1975 +> +< +Sdm += +06 +> +< +Sat += +0 +> +< +S10 += +1 +> +document +d +' +orientation +de +la +CGT +. +. +< +S10 += +0 +> +§ +deux +données +essentielles +caractérisent +la +situation +, +déterminent +le +comportement +des +diverses +forces +sociales +et +politiques +et +situent +par +conséquent +les +conditions +de +l +' +action +syndicale +$ +: +_ +l +' +aggravation +de +la +crise +qui +affecte +l +' +économie +et +la +vie +du +pays +; +_ +la +montée +de +la +volonté +de +changement +et +les +perspectives +qu +' +offre +l +' +union +de +la +gauche +sur +la +base +de +son +* +programme +commun +de +gouvernement +. +§ +dans +sa +manifestation +la +plus +immédiate +et +la +plus +sensible +aux +travailleurs +la +crise +se +traduit +par +de +sérieuses +atteintes +au +pouvoir +d +' +achat +de +leurs +salaires +, +retraites +et +prestations +sociales +, +par +la +montée +du +chômage +, +l +' +aggravation +de +leurs +conditions +de +travail +et +d +' +existence +. +§ +mais +la +dimension +de +cette +crise +est +plus +vaste +. +elle +affecte +_ +les +précédents +* +congrès +de +la +CGT +l +' +ont +déjà +souligné +_ +l +' +ensemble +de +la +vie +du +pays +, +sous +tous +ses +aspects +essentiels +$ +: +économique +, +social +, +politique +, +culturel +, +moral +. +§ +elle +met +en +cause +les +fondements +de +la +société +capitaliste +et +pose +la +nécessité +de +transformations +profondes +touchant +aux +structures +économiques +et +sociales +de +la +société +. +§ +c +' +est +dans +ce +contexte +de +crise +profonde +et +durable +de +l +' +ensemble +des +grands +pays +capitalistes +que +se +situe +l +' +aggravation +de +la +situation +économique +. +elle +se +manifeste +par +une +poussée +beaucoup +plus +forte +d +' +une +inflation +depuis +longtemps +permanente +. +cette +inflation +se +combine +avec +une +montée +considérable +du +chômage +et +un +déclin +du +développement +économique +. +il +est +faux +d +' +attribuer +cette +situation +au +prix +du +pétrole +et +des +matières +premières +. +§ +la +récession +de +1974 +- +1975 +est +la +plus +forte +que +les +économies +capitalistes +aient +connu +depuis +la +deuxième +guerre +mondiale +. +§ +il +ne +s +' +agit +pas +seulement +d +' +une +période +défavorable +accentuée +, +mais +d +' +un +dérèglement +durable +en +profondeur +de +l +' +économie +capitaliste +qui +est +le +fond +de +la +crise +. +§ +le +dérèglement +en +profondeur +de +l +' +économie +capitaliste +mondiale +est +à +la +base +de +la +crise +. +il +résulte +de +l +' +exploitationet +de +la +course +au +profit +poussées +jusqu +' +à +leurs +limites +dans +tous +les +pays +où +l +' +* +état +est +l +' +instrument +des +grandes +sociétés +capitalistes +. +parmi +ces +pays +, +les +Etats +- +Unis +occupent +une +position +dominante +, +et +l +' +économie +américaine +pèse +d +' +un +poids +déterminant +. +§ +l +' +accumulation +des +profits +extraordinaires +réalisés +par +les +grandes +sociétés +, +les +moyens +employés +pour +maintenir +ces +profits +et +les +accroître +, +même +au +prix +d +' +énormes +gaspillages +, +la +militarisation +de +l +' +économie +, +en +particulier +aux +USA +, +sont +à +l +' +origine +de +l +' +inflation +, +de +la +crise +du +système +monétaire +et +des +relations +économiques +des +pays +capitalistes +ainsi +que +de +tous +les +désordres +économiques +qui +les +accompagnent +. +§ +la +place +prépondérante +des +sociétés +multinationales +dans +l +' +ensemble +du +monde +capitaliste +et +dans +les +pays +en +voie +de +développement +, +leurs +dimensions +, +la +nature +de +leurs +activités +en +font +l +' +un +des +principaux +facteurs +des +perturbations +économiques +, +un +danger +pour +les +travailleurs +, +pour +l +' +indépendance +des +peuples +et +les +droits +des +* +états +. +§ +cette +malfaisance +s +' +exerce +également +en +Europe +occidentale +et +particulièrement +au +sein +du +marché +commun +. +l +' +ensemble +des +phénomènes +de +crise +s +' +y +manifestent +. +les +sociétés +multinationales +y +sont +pour +les +deux +tiers +sous +la +domination +des +groupes +financiers +et +industriels +américains +, +en +particulier +dans +les +secteurs +de +pointe +. +§ +elles +assoient +leur +emprise +avec +l +' +appui +des +gouvernements +qui +facilitent +l +' +interpénétration +des +capitaux +publics +et +privés +au +profit +de +ces +derniers +. +§ +les +contradictions +s +' +aiguisent +au +sein +du +* +marché +commun +alors +que +le +capital +ouest +- +allemand +y +joue +le +rôle +principal +et +que +se +renforce +la +dépendance +à +l +' +égard +des +USA +. +§ +les +abandons +de +souveraineté +opérés +par +le +* +pouvoir +portent +gravement +préjudice +à +l +' +indépendance +nationale +de +la +France +menacée +par +les +projets +de +supranationalité +et +replacée +pratiquement +dans +le +giron +atlantique +. +la +volonté +d +' +unification +des +politiques +économiques +et +sociales +vise +à +renforcer +le +front +des +patrons +et +des +gouvernements +contre +les +travailleurs +de +ces +pays +. +§ +en +France +, +la +crise +a +les +mêmes +causes +profondes +que +dans +les +autres +pays +capitalistes +. +l +' +économie +est +dominée +par +un +petit +nombre +de +groupes +financiers +géants +qui +augmentent +leurs +richesses +et +leur +puissance +au +détriment +des +travailleurs +et +du +pays +. +la +politique +menée +depuis +des +années +, +avec +pour +but +essentiel +leurs +profits +et +le +renforcement +de +leurs +positions +à +l +' +échelle +nationale +et +internationale +, +a +plongé +le +pays +dans +la +crise +. +§ +la +politique +d +' +austérité +imposée +par +le +gouvernement +sous +prétexte +d +' +endiguer +la +crise +ne +s +' +attaque +pas +à +l +' +inflation +qui +est +source +de +profits +accrus +. +elle +l +' +entretientet +augmente +le +chômage +. +§ +les +promesses +gouvernementales +d +' +amélioration +de +la +situation +économique +sont +contredites +par +la +réalité +. +§ +les +milliards +distribués +sous +prétexte +de +relance +gonflent +les +profits +et +alimentent +l +' +inflation +. +§ +l +' +orientation +prévue +pour +le +* +7ème +plan +est +une +prolongation +de +la +politique +d +' +austérité +. +elle +ne +peut +assurer +le +taux +de +croissance +mensongèrement +affiché +. +elle +vise +à +diminuer +brutalement +le +pouvoir +d +' +achat +par +une +politique +des +revenus +. +le +nombre +de +chômeurs +, +déjà +égal +à +1200000 +au +début +de +1975 +, +risque +sérieusement +d +' +augmenter +encore +dans +une +forte +proportion +. +§ +le +* +pouvoir +des +féodalités +capitalistes +ne +peut +combattre +efficacement +ni +l +' +inflation +, +ni +le +chômage +. +loin +de +s +' +attaquerà +leurs +causes +réelles +, +il +veut +faire +supporter +les +frais +de +la +crise +aux +travailleurs +et +saisir +cette +occasion +pour +accélérer +la +concentration +capitaliste +, +l +' +élimination +d +' +entreprises +petites +, +moyennes +et +parfois +grandes +. +le +" +redéploiement +de +l +' +industrie +" +consiste +principalement +à +mettre +les +ressources +du +pays +et +les +moyens +de +financement +et +d +' +action +économiques +de +l +' +* +état +à +la +disposition +des +groupes +industriels +et +financiers +susceptibles +d +' +atteindre +la +dimension +multinationale +. +§ +le +budget +, +la +fiscalité +, +la +politique +du +crédit +, +la +politique +des +prix +, +la +politique +de +tarifs +et +de +transferts +d +' +activités +bénéficiaires +des +services +publics +et +des +entreprises +nationalisées +vers +le +secteur +privé +, +tous +les +moyens +sont +mis +en +oeuvre +par +le +* +pouvoir +pour +répondre +aux +exigences +des +principaux +groupes +capitalistes +. +§ +le +* +pouvoir +giscardien +pousse +plus +avant +l +' +interpénétration +et +la +conjonction +des +moyens +de +l +' +* +état +et +des +monopoles +, +au +service +de +ces +derniers +, +c +' +est +- +à +- +dire +le +capitalisme +monopoliste +d +' +* +état +. +§ +pour +cette +raison +il +ne +peut +qu +' +aggraver +la +crise +qui +mine +la +société +française +. +§ +la +confiscation +, +par +une +minorité +toujours +plus +restreinte +et +plus +puissante +des +richesses +du +travail +du +plus +grand +nombre +et +des +moyens +de +la +direction +de +l +' +économie +conduit +aux +aberrations +les +plus +choquantes +$ +: +la +baisse +du +niveau +de +vie +des +travailleurs +et +le +chômage +, +l +' +énormité +des +gaspillages +des +forces +humaines +et +matérielles +, +le +sacrifice +des +équipements +collectifs +, +les +injustices +de +toutes +sortes +. +§ +face +au +bilan +désastreux +d +' +un +système +condamné +, +une +puissante +force +de +transformation +a +grandi +et +s +' +est +mise +en +mouvement +. +la +résistance +des +travailleurs +s +' +est +renforcée +, +leur +pression +revendicative +s +' +est +exprimée +par +la +montée +des +luttes +sociales +. +la +signature +du +* +programme +commun +de +gouvernement +entre +le +* +parti +communiste +, +le +* +parti +socialiste +et +le +* +mouvement +des +radicaux +de +gauche +, +avec +le +soutien +de +la +CGT +a +constitué +un +tournant +. +§ +en +se +prononçant +pour +la +réalisation +de +ce +programme +, +lors +de +l +' +élection +présidentielle +de +mai +1974 +, +plus +de +49 +% +des +électeurs +ont +démontré +que +le +changement +véritable +, +fondé +sur +des +réformes +profondes +est +possible +, +qu +' +il +peut +devenir +la +volonté +majoritaire +du +peuple +. +§ +cette +situation +crée +un +nouveau +rapport +de +force +dans +le +pays +. +§ +les +travailleurs +y +puisent +un +grand +espoir +, +une +plus +grande +confiance +en +leurs +forces +. +§ +ils +y +trouvent +des +conditions +plus +favorables +pour +leurs +luttes +revendicatives +, +pour +défendre +avec +succès +leurs +intérêts +les +plus +urgents +, +obtenir +certains +résultats +, +mettre +en +échec +certaines +mesures +antisociales +. +le +* +pouvoir +et +le +* +patronat +doivent +en +tenir +compte +. +§ +dans +cette +situation +des +possibilités +nouvelles +existent +pour +gagner +de +nouvelles +forces +, +de +nouvelles +couches +aux +luttes +immédiates +et +à +l +' +idée +des +changements +qui +seuls +sont +de +nature +à +permettre +la +solution +effective +et +durable +des +grands +problèmes +posés +à +la +société +. +§ +mais +leur +attitude +est +également +dictée +par +l +' +étroitesse +de +la +marge +d +' +action +dont +ils +disposent +. +§ +d +' +une +part +, +le +maintien +et +l +' +accroissement +des +profits +des +grandes +sociétés +dans +le +contexte +de +la +crise +économique +exigent +une +politique +aux +conséquences +sociales +aggravées +. +d +' +autrepart +, +toute +concession +aux +revendications +démontre +qu +' +il +est +possible +de +les +satisfaire +et +qu +' +une +autre +politique +peut +être +mise +en +oeuvre +. +§ +* +pouvoir +et +* +patronat +s +' +efforcent +donc +, +dans +ces +nouvelles +conditions +, +de +s +' +adapter +pour +maintenir +une +résistance +acharnée +aux +revendications +, +poursuivre +et +aggraver +leur +politique +. +ils +s +' +efforcent +également +de +contrarier +par +tous +les +moyens +l +' +évolution +des +masses +populaires +vers +l +' +idée +du +changement +. +§ +c +' +est +dans +cet +ensemble +de +circonstances +qu +' +il +convient +de +définir +les +positions +, +les +tâches +et +l +' +action +de +la +CGT +. +< +S10 += +1 +> +l +' +action +revendicative +et +l +' +unité +d +' +action +syndicale +. +. +< +S10 += +0 +> +§ +le +* +patronat +et +le +* +gouvernement +giscardien +s +' +efforcent +de +mettre +à +profit +la +situation +économique +dont +ils +sont +responsables +pour +comprimer +le +pouvoir +d +' +achat +des +salaires +, +faire +admettre +le +chômage +, +les +fermetures +d +' +entreprises +, +les +licenciements +, +pour +aggraver +les +conditions +de +travail +, +alourdir +les +impôts +payés +par +les +salariés +, +déprécier +les +prestations +sociales +et +familiales +, +renforcer +l +' +exploitationdes +travailleurs +français +et +immigrés +. +§ +pour +y +parvenir +ils +usent +de +tous +les +moyens +dont +ils +peuvent +disposer +$ +: +_ +l +' +intransigeance +globale +dans +toutes +les +négociations +et +le +détournement +d +' +une +véritable +politique +contractuelle +par +la +conclusion +avec +des +organisations +minoritaires +, +d +' +accords +de +collaboration +à +la +politique +d +' +austérité +; +_ +la +démagogie +sous +ses +diverses +variantes +, +plus +ou +moins +renouvelées +en +dernier +lieu +le +thème +de +la +" +réforme +de +l +' +entreprise +" +, +pour +tenter +inlassablement +de +détourner +les +travailleurs +des +réalités +sociales +et +de +la +défense +de +leurs +intérêts +de +classe +; +_ +la +tentative +de +domestiquer +toute +l +' +information +et +la +mise +en +oeuvre +des +moyens +énormes +de +pression +idéologique +pour +faire +admettre +l +' +inéluctabilité +de +la +crise +et +de +l +' +austérité +, +jouer +de +l +' +inquiétude +pour +l +' +emploi +, +et +dénaturer +la +lutte +de +la +CGT +et +de +toutes +les +forces +démocratiques +; +_ +l +' +extension +des +méthodes +plus +perfectionnées +d +' +exploitation +sous +couvert +d +' +une +prétendue +participation +ou +d +' +une +organisation +différente +du +travail +; +_ +la +division +entre +travailleurs +de +diverses +catégories +; +_ +la +tentative +de +mettre +en +selle +la +collaboration +de +classe +comme +une +institution +permanente +( +accords +séparés +, +collusion +dans +les +organismes +paritaires +, +concertation +avec +le +gouvernement +, +utilisation +abusive +de +l +' +information +officielle +et +de +la +formation +professionnelle +) +; +_ +l +' +attaque +généralisée +contre +les +libertés +syndicales +et +le +droit +de +grève +, +les +mesures +de +répression +arbitraires +et +illégales +, +l +' +emploi +de +la +force +policière +, +des +milices +privées +armées +, +contre +les +grévistes +dans +les +entreprises +. +§ +c +' +est +aussi +dans +ce +cadre +qu +' +il +faut +placer +le +recours +par +certains +patrons +, +avec +la +complicité +et +le +soutien +direct +du +pouvoir +, +à +des +syndicats +maison +, +des +officines +patronales +comme +la +CFT +, +des +entreprises +de +louage +d +' +hommes +de +main +employant +des +méthodes +fascistes +. +§ +loin +d +' +être +un +signe +de +force +, +ces +pratiques +sont +un +signe +des +difficultés +de +la +bourgeoisie +. +§ +elles +constituent +néanmoins +un +grave +danger +pour +les +libertés +. +elles +s +' +inscrivent +dans +un +processus +de +renforcement +du +système +autoritaire +. +c +' +est +pourquoi +elles +doivent +recevoir +les +ripostes +immédiates +et +énergiques +qui +s +' +imposent +, +et +susciter +un +grand +mouvement +de +lutte +pour +la +démocratie +. +§ +c +' +est +dans +ce +cadre +qu +' +il +faut +placer +le +recours +, +pour +une +partie +du +patronat +avec +la +complicité +et +parfois +le +soutien +direct +des +milieux +du +* +pouvoir +, +aux +syndicats +maison +CFT +dont +le +caractère +d +' +officine +patronale +et +les +méthodes +ont +été +dévoilés +par +la +CGT +. +§ +mais +ils +font +un +mauvais +calcul +en +misant +sur +une +quelconque +résignation +des +travailleurs +. +ils +ne +tiennent +pas +compte +du +mécontentement +accumulé +ni +de +l +' +état +d +' +esprit +né +du +progrès +des +forces +de +gauche +, +ni +des +conséquences +que +tirent +les +travailleurs +de +toutes +les +injustices +, +de +tout +ce +qui +témoigne +de +l +' +incapacité +du +système +à +résoudre +les +problèmes +sociaux +les +plus +élémentaires +. +§ +les +luttes +syndicales +ont +connu +, +en +plusieurs +occasions +, +des +périodes +particulièrement +intenses +. +elles +ont +mis +en +avant +des +revendications +d +' +une +ampleur +et +d +' +une +portée +nouvelles +. +§ +depuis +l +' +aggravation +de +la +crise +, +bien +des +actions +et +des +grèves +d +' +envergure +ont +témoigné +, +d +' +une +combativité +parmi +l +' +ensemble +des +travailleurs +et +particulièrement +dans +la +jeunesse +, +qu +' +il +faut +considérer +comme +l +' +indice +d +' +un +état +d +' +esprit +significatif +du +monde +du +travail +. +§ +toutes +les +manoeuvres +, +tous +les +procédés +employés +pour +détourner +les +salariés +de +la +lutte +sont +voués +à +l +' +échec +, +inadaptés +aux +conditions +nouvelles +, +à +condition +de +recevoir +la +riposte +appropriée +. +§ +car +il +n +' +est +pas +vrai +que +la +crise +, +le +chômage +, +l +' +inflation +soient +une +fatalité +$ +: +ils +sont +un +produit +du +système +capitaliste +et +de +la +domination +des +monopoles +. +§ +il +n +' +est +pas +vrai +, +que +l +' +austérité +pour +les +travailleurs +soit +inévitable +. +§ +il +n +' +est +pas +vrai +, +que +le +gouvernement +s +' +attaque +aux +inégalités +sociales +. +§ +il +n +' +est +pas +vrai +, +que +les +mesures +patronales +et +giscardiennes +soient +les +seules +possibles +. +§ +au +contraire +, +même +dans +les +conditions +actuelles +, +il +est +possible +d +' +imposer +d +' +autres +mesures +pour +combattre +l +' +inflation +et +le +chômage +et +d +' +engager +l +' +action +avec +l +' +immense +majorité +des +travailleurs +. +§ +c +' +est +parce +qu +' +ils +le +ressentent +que +les +travailleurs +n +' +ont +cessé +de +mener +des +luttes +importantes +. +mieux +ils +en +auront +conscience +et +plus +énergiquement +encore +ils +défendront +leurs +intérêts +, +avec +succès +. +§ +le +programme +d +' +action +soumis +au +39ème +* +congrès +précise +l +' +ensemble +des +objectifs +revendicatifs +essentiels +de +la +CGT +pour +la +période +à +venir +. +§ +parmi +ces +objectifs +, +il +en +est +un +certain +nombre +qui +ont +un +caractère +d +' +urgence +et +une +portée +générale +qui +sont +à +la +base +des +luttes +actuelles +. +§ +dans +le +contexte +de +la +crise +économique +, +la +défense +des +conditions +de +vie +et +de +travail +par +les +revendications +syndicales +est +étroitement +liée +à +l +' +action +pour +des +mesures +économiques +capables +de +combattre +la +crise +et +de +s +' +attaquer +à +ses +causes +afin +d +' +assainir +l +' +économie +et +d +' +assurer +son +développement +. +§ +les +revendications +concernent +en +particulier +: +< +S10 += +1 +> +les +salaires +. +. +< +S10 += +0 +> +_ +garantie +du +pouvoir +d +' +achat +pour +tous +par +l +' +échelle +mobile +et +progression +avec +des +différenciations +allant +dans +le +sens +d +' +une +remise +en +ordre +des +systèmes +de +rémunération +; +_ +SMIC +à +1700F +par +mois +pour +40 +heures +hebdomadaires +; +_ +relèvement +des +prestations +sociales +et +familiales +, +des +pensions +et +retraites +et +allocations +de +chômage +total +ou +partiel +. +< +S10 += +1 +> +l +' +emploi +. +. +< +S10 += +0 +> +_ +une +politique +de +développement +économique +créatrice +d +' +emplois +; +_ +le +droit +et +les +moyens +de +discuter +du +bien +fondé +des +décisions +de +licenciements +et +de +fermetures +d +' +entreprises +avec +la +possibilité +d +' +instances +de +recours +avec +effet +suspensif +; +_ +l +' +interdiction +de +tout +licenciement +sans +reclassement +préalable +équivalent +. +§ +dans +les +conditions +présentes +, +deux +mesures +longtemps +refusées +prennent +une +importance +et +une +urgence +particulières +$ +: +_ +le +droit +à +une +retraite +pleine +à +60 +ans +pour +les +hommes +et +à +55 +ans +pour +les +femmes +, +avec +75 +% +des +éléments +du +salaire +; +_ +la +semaine +de +40 +heures +en +5 +jours +partout +, +sans +réduction +de +salaire +et +dans +les +plus +brefs +délais +. +< +S10 += +1 +> +les +conditions +de +travail +< +S10 += +0 +> +exigent +un +ensemble +de +mesures +pour +$ +: +_ +limiter +les +cadences +, +embaucher +en +nombre +suffisant +, +_ +protéger +la +santé +et +la +vie +des +travailleurs +, +_ +élever +l +' +intérêt +, +la +responsabilité +, +la +qualification +du +travail +avec +des +classifications +et +des +salaires +correspondants +, +_ +assurer +des +garanties +d +' +accès +à +la +formation +et +à +la +promotion +professionnelles +. +< +S10 += +1 +> +les +libertés +syndicales +. +. +< +S10 += +0 +> +cessation +immédiate +des +atteintes +aux +libertés +syndicales +et +au +droit +de +grève +et +garanties +légales +contre +ces +pratiques +; +_ +sanctions +judiciaires +contre +toutes +les +violations +de +ces +libertés +et +contre +l +' +emploi +de +la +force +contre +les +travailleurs +; +_ +extension +des +libertés +syndicales +, +des +droits +démocratiques +des +travailleurs +et +des +moyens +attribués +pour +leur +exercice +dans +les +entreprises +et +dans +la +vie +publique +. +< +S10 += +1 +> +les +discriminations +de +toutes +sortes +< +S10 += +0 +> +doivent +être +supprimées +et +toutes +tentatives +de +les +maintenir +sanctionnées +. +< +S10 += +1 +> +une +véritable +réforme +de +la +fiscalité +< +S10 += +0 +> +allégeant +la +charge +des +salariés +et +frappant +le +* +capital +. +< +S10 += +1 +> +la +sécurité +sociale +< +S10 += +0 +> +doit +être +rendue +aux +travailleurs +et +les +mesures +consécutives +à +la +politique +de +démantèlement +poursuivie +par +le +* +pouvoir +et +le +* +patronat +doivent +être +abrogées +. +§ +l +' +indexation +des +allocations +, +rentes +et +pensions +sur +la +base +d +' +un +indice +de +prix +négocié +par +les +organisations +syndicales +. +§ +les +mesures +économiques +immédiatement +nécessaires +visent +principalement +à +assurer +un +développement +suffisant +et +équilibré +de +la +production +, +combattre +l +' +inflation +et +la +vie +chère +, +sauvegarder +l +' +emploi +et +rééquilibrer +les +échanges +. +c +' +est +pour +atteindre +ces +buts +qu +' +elles +doivent +s +' +attaquer +aux +privilèges +, +aux +profits +et +aux +moyens +de +domination +des +grandes +sociétés +capitalistes +. +§ +énoncées +précisément +dans +le +programme +d +' +action +du +39ème +* +congrès +, +elles +comportent +: +§ +contre +l +' +inflation +et +la +vie +chère +$ +: +_ +des +réductions +de +TVA +, +le +blocage +temporaire +de +certains +prix +et +tarifs +publics +, +la +réduction +et +le +contrôle +des +bénéfices +ainsi +que +la +limitation +du +crédit +pour +les +grandes +sociétés +, +la +défense +de +l +' +épargne +populaire +. +§ +pour +l +' +emploi +$ +: +_ +une +politique +de +développement +créatrice +d +' +emplois +fondée +sur +un +solide +marché +intérieur +développé +, +notamment +par +l +' +amélioration +du +pouvoir +d +' +achat +, +une +politique +industrielle +s +' +appuyant +sur +le +secteur +public +, +un +développement +des +équipements +collectifs +améliorant +les +conditions +d +' +existence +, +un +développement +régional +réel +. +§ +pour +l +' +équilibre +des +échanges +extérieurs +$ +: +_ +un +développement +diversifié +, +vers +tous +les +pays +et +notamment +les +pays +socialistes +et +du +Tiers +- +Monde +, +des +échanges +commerciaux +et +de +la +coopération +technique +et +scientifique +en +les +fondant +sur +l +' +intérêt +mutuel +, +le +contrôle +des +mouvements +de +capitaux +et +des +investissements +étrangers +en +France +. +§ +pour +assurer +les +besoins +en +énergie +$ +: +_ +des +contrats +de +type +nouveau +avec +les +pays +producteurs +de +pétrole +, +l +' +arrêt +immédiat +des +fermetures +de +puits +de +mine +et +un +plan +d +' +augmentation +de +la +production +charbonnière +, +l +' +utilisation +de +l +' +énergie +hydraulique +, +marémotrice +, +géothermique +, +la +maîtrise +technologique +, +la +protection +de +l +' +environnement +et +la +garantie +de +l +' +approvisionnement +en +combustible +pour +les +centrales +nucléaires +, +la +suppression +des +privilèges +des +sociétés +pétrolières +et +la +nationalisation +immédiate +des +groupes +pétroliers +français +, +le +développement +de +la +recherche +sur +les +sources +de +l +' +avenir +. +§ +ces +revendications +correspondent +à +des +besoins +impérieux +et +justifiés +. +elles +constituent +des +éléments +importants +de +réponse +aux +problèmes +économiques +et +sociaux +actuels +en +favorisant +l +' +emploi +et +la +lutte +contre +l +' +inflation +. +elles +répondent +à +l +' +intérêt +national +. +§ +si +le +* +pouvoir +et +le +* +patronat +en +tenaient +compte +, +des +difficultés +pourraient +être +atténuées +. +§ +mais +il +faut +s +' +attendre +pour +l +' +essentiel +à +une +résistance +acharnée +de +leur +part +, +car +telle +est +leur +nature +de +classe +et +telles +sont +les +exigences +des +intérêts +du +grand +capital +monopoliste +. +§ +l +' +action +revendicative +de +masse +est +et +sera +nécessaire +pour +obtenir +chaque +amélioration +. +§ +la +réduction +du +pouvoir +d +' +achat +des +salaires +, +les +pertes +dues +à +la +réduction +d +' +activité +, +le +chômage +total +et +partiel +, +la +misère +qui +gagne +un +grand +nombre +de +foyers +de +travailleurs +, +loin +d +' +engendrer +la +résignation +, +se +traduisent +par +le +mécontentement +et +la +colère +, +et +une +conscience +plus +élevée +de +la +responsabilité +de +la +politique +du +pouvoir +. +§ +le +patronat +et +le +gouvernement +poussent +chaque +conflit +à +l +' +extrême +tension +. +§ +mais +la +tendance +principale +est +constituée +par +la +combativité +, +l +' +endurance +exceptionnelle +des +travailleurs +, +le +nombre +et +la +durée +des +grèves +en +même +temps +que +par +la +recherche +des +méthodes +d +' +action +les +plus +efficaces +, +les +mieux +adaptées +. +§ +il +est +possible +, +par +l +' +action +, +d +' +imposer +des +succès +marquants +comme +maints +exemples +l +' +ont +déjà +démontré +. +§ +l +' +intransigeance +gouvernementale +et +patronale +conduit +à +une +montée +des +luttes +sociales +, +susceptibles +d +' +atteindre +une +grande +envergure +. +§ +faire +échec +à +la +politique +d +' +austérité +pour +les +travailleurs +, +de +privations +pour +beaucoup +, +implique +une +grande +ténacité +dans +la +lutte +. +§ +il +s +' +agit +d +' +une +bataille +de +longue +haleine +et +d +' +envergure +dans +laquelle +s +' +allient +les +actions +multiformes +et +incessantes +dans +les +entreprises +et +des +mouvements +coordonnés +de +divers +types +$ +: +au +plan +professionnel +ou +au +plan +interprofessionnel +selon +la +nature +des +revendications +essentielles +; +parfois +au +niveau +local +ou +départemental +, +parfois +par +de +grandes +initiatives +d +' +ampleur +nationale +. +§ +dans +tous +les +cas +, +parmi +les +conditions +nécessaires +à +la +conduite +des +luttes +, +l +' +information +de +l +' +opinion +publique +et +la +recherche +de +son +soutien +sont +indispensables +. +§ +ce +sont +les +circonstances +, +les +situations +concrètes +qui +conduisent +à +adopter +les +initiatives +qui +conviennent +le +mieux +dans +chaque +cas +. +§ +et +c +' +est +l +' +ensemble +de +ces +luttes +aux +aspects +diversifiés +, +souvent +très +décentralisées +et +parfois +puissamment +regroupées +qui +constitue +un +mouvement +revendicatif +rassemblant +, +sur +toute +une +période +, +des +forces +de +plus +en +plus +grandes +capables +d +' +imposer +non +seulement +des +reculs +dans +telle +ou +telle +entreprise +ou +branche +mais +au +patronat +et +au +gouvernement +pour +les +objectifs +communs +à +l +' +ensemble +des +travailleurs +. +§ +les +orientations +du +38ème +* +congrès +confédéral +définissant +les +principes +d +' +une +action +efficace +et +responsable +se +sont +pleinement +vérifiées +. +§ +l +' +essentiel +dans +la +conduite +de +la +bataille +présente +est +, +avec +la +persévérance +, +le +souci +plus +indispensable +que +jamais +de +la +plus +large +démocratie +$ +: +démocratie +avec +les +syndiqués +qui +doivent +jouer +leur +rôle +, +démocratie +avec +l +' +ensemble +des +travailleurs +, +pour +tenir +le +plus +grand +compte +de +leurs +besoins +, +de +leur +état +d +' +esprit +, +définir +avec +eux +à +toutes +les +étapes +de +la +lutte +et +rechercher +la +convergence +dans +les +objectifs +et +les +méthodes +d +' +action +. +§ +les +militants +et +les +organisations +de +la +CGT +ont +à +faire +preuve +d +' +audace +pour +se +placer +, +de +la +sorte +, +résolument +à +la +tête +des +luttes +avec +esprit +d +' +initiative +, +de +décision +et +d +' +unité +. +§ +c +' +est +dans +cet +esprit +que +la +CGT +et +la +CFDT +ont +pris +, +dans +toute +la +dernière +période +des +initiatives +d +' +action +et +animé +le +développement +des +luttes +. +§ +l +' +accord +conclu +le +26 +juin +1974 +entre +les +deux +centrales +sur +les +objectifs +communs +, +les +méthodes +de +l +' +action +et +le +renforcement +de +l +' +unité +d +' +action +a +représenté +un +progrès +considérable +dans +les +relations +confédérales +. +il +a +permis +d +' +éliminer +un +grand +nombre +d +' +obstacles +et +a +favorisé +une +amélioration +à +différents +niveaux +quoique +subsistent +bien +des +inégalités +de +situations +. +§ +la +pratique +a +prouvé +$ +: +_ +que +les +divergences +existant +sur +les +questions +fondamentales +de +l +' +avenir +de +la +société +ne +sont +pas +un +obstacle +insurmontable +à +l +' +unité +d +' +action +pour +les +revendications +communes +et +urgentes +pour +les +travailleurs +; +_ +que +les +divergences +sur +les +revendications +et +les +méthodes +de +l +' +action +, +lorsqu +' +elles +existent +, +sont +plus +facilement +surmontées +lorsqu +' +elles +sont +discutées +clairement +et +franchement +avec +les +travailleurs +dont +l +' +appui +est +décisif +; +_ +que +la +pratique +de +l +' +unité +d +' +action +sur +des +bases +claires +favorise +l +' +établissement +de +rapports +fraternels +et +loyaux +, +qu +' +elle +contribue +à +aborder +dans +de +meilleures +conditions +la +discussion +des +divergences +plus +fondamentales +pour +tenter +de +les +réduire +. +tout +progrès +dans +ce +sens +facilite +réciproquement +l +' +unité +d +' +action +; +_ +qu +' +une +bonne +et +saine +unité +suppose +la +vitalité +, +l +' +activité +et +l +' +esprit +d +' +initiative +des +organisations +de +la +CGT +en +tant +que +telles +. +§ +la +CGT +persiste +à +souhaiter +que +l +' +unité +d +' +action +qui +se +développe +avec +la +CFDT +s +' +étende +à +la +FEN +et +à +Force +Ouvrière +. +§ +mais +la +direction +de +la +FEN +en +dépit +des +intentions +qu +' +elle +affirme +est +délibérément +retournée +à +la +collaboration +avec +le +gouvernement +en +signant +un +nouvel +accord +salarial +qui +s +' +inscrit +dans +la +politique +d +' +austérité +. +la +pratique +de +l +' +unité +d +' +action +avec +de +nombreuses +organisations +de +la +FEN +est +fondée +sur +la +défense +des +intérêts +de +classe +des +travailleurs +, +la +lutte +contre +la +crise +et +ses +conséquences +, +pour +faire +reculer +le +pouvoir +et +le +patronat +. +§ +la +CGT +lutte +pour +l +' +unité +avec +la +FEN +en +combattant +les +positions +de +collaboration +de +classe +dans +la +fonction +publique +. +§ +la +direction +confédérale +de +FO +est +devenue +l +' +agent +officiel +et +le +symbole +de +la +collaboration +de +classe +. +elle +s +' +attaque +directement +aux +travailleurs +en +grève +et +apporte +systématiquement +la +caution +de +son +organisation +au +patronat +et +au +gouvernement +. +§ +la +CGT +ne +peut +qu +' +espérer +un +sursaut +contre +cette +dégradation +parmi +les +militants +et +les +organisations +de +Force +Ouvrière +et +la +réalisation +de +l +' +unité +d +' +action +sur +des +bases +de +classe +avec +les +organisations +FO +qui +y +sont +prêtes +. +§ +le +* +congrès +souligne +que +cela +ne +peut +être +possible +que +si +cette +organisation +adopte +enfin +une +attitude +combative +de +défense +des +intérêts +des +travailleurs +. +§ +le +renforcement +et +l +' +élargissement +de +l +' +unité +d +' +action +pour +les +revendications +communes +est +toujours +la +question +actuelle +, +la +tâche +urgente +en +matière +d +' +unité +. +la +CGT +s +' +y +emploie +sans +relâche +. +simultanément +, +elle +ne +s +' +est +jamais +résignée +à +la +division +syndicale +et +maintient +plus +que +jamais +son +objectif +de +réunification +syndicale +. +elle +entend +travailler +à +en +créer +les +conditions +. +§ +dans +cette +perspective +, +elle +a +défini +ses +propres +conceptions +fondées +sur +le +contenu +de +classe +de +son +action +, +le +caractère +de +masse +de +ses +activités +et +la +démocratie +syndicale +assurant +la +véritable +indépendance +d +' +une +organisation +groupant +l +' +ensemble +des +salariés +dans +la +diversité +des +opinions +. +§ +elle +est +prête +à +en +discuter +, +certaine +d +' +aller +au +devant +du +désir +de +la +masse +des +travailleurs +et +particulièrement +des +jeunes +. +< +S10 += +1 +> +rassemblement +des +forces +populaires +pour +la +victoire +du +programme +commun +. +. +< +S10 += +0 +> +§ +des +millions +de +travailleurs +se +persuadent +, +à +l +' +expérience +et +par +l +' +effort +de +conviction +de +la +CGT +, +que +si +l +' +indispensable +action +revendicative +permet +de +résister +à +l +' +agression +permanente +contre +le +niveau +de +vie +, +rien +d +' +essentiel +ni +de +durable +ne +pourra +être +fait +sans +des +changements +profonds +dans +la +société +. +§ +la +crise +étale +toute +la +malfaisance +, +les +tares +et +les +absurdités +d +' +un +système +qui +ne +répond +pas +aux +besoins +du +développement +de +l +' +humanité +et +qui +s +' +avère +incapable +de +résoudre +aucun +des +problèmes +posés +par +notre +époque +. +§ +c +' +est +le +socialisme +qui +représente +l +' +avenir +de +la +société +. +cette +idée +continue +à +progresser +dans +l +' +esprit +des +travailleurs +. +la +CGT +qui +s +' +est +fixée +pour +but +cette +transformation +décisive +conduisant +à +l +' +émancipation +des +travailleurs +, +a +clairement +exposé +ses +conceptions +à +cet +égard +. +son +38ème +* +congrès +les +a +confirmées +. +elle +est +disponible +pour +la +poursuite +de +la +réflexion +et +de +la +discussion +avec +les +travailleurs +et +toutes +les +forces +intéressées +à +ce +but +. +§ +c +' +est +en +poursuivant +cet +objectif +et +en +militant +pour +y +gagner +toujours +plus +de +travailleurs +que +la +CGT +a +engagé +toutes +ses +forces +dans +la +lutte +pour +la +démocratie +économique +et +politique +, +pour +les +changements +profonds +qu +' +il +faut +d +' +urgence +apporter +à +la +société +. +§ +la +conclusion +du +* +programme +commun +de +gouvernement +entre +le +* +parti +communiste +, +le +* +parti +socialiste +et +le +* +mouvement +des +radicaux +de +gauche +en +a +ouvert +la +perspective +. +§ +le +soutien +massif +à +cette +alliance +et +à +ce +programme +lors +de +l +' +élection +présidentielle +a +créé +une +situation +nouvelle +. +§ +la +possibilité +de +faire +parvenir +la +* +gauche +au +pouvoir +pour +appliquer +son +programme +soulève +un +grand +espoir +parmi +les +travailleurs +. +§ +cet +espoir +, +pour +être +pleinement +justifié +, +doit +s +' +accompagner +d +' +une +vue +lucide +des +conditions +de +la +lutte +pour +y +parvenir +. +§ +car +cette +même +perspective +provoque +la +profonde +inquiétude +des +milieux +dirigeants +de +la +haute +bourgeoisie +et +de +toutes +les +forces +de +réaction +qui +ne +restent +pas +passifs +. +§ +le +* +pouvoir +regroupe +toutes +les +forces +de +conservation +sociale +quelle +que +soit +leur +étiquette +. +il +précipite +son +alignement +atlantique +. +il +renforce +le +caractère +personnel +, +autoritaire +du +système +et +en +particulier +sa +mainmise +sur +les +principaux +moyens +d +' +information +. +§ +tout +en +s +' +efforçant +de +maintenir +ainsi +le +pouvoir +qui +lui +convient +le +mieux +, +la +bourgeoisie +multiplie +et +multipliera +constamment +les +manoeuvres +pour +s +' +efforcer +de +dissocier +l +' +alliance +de +la +* +gauche +et +surtout +pour +tenter +de +la +vider +de +son +contenu +. +§ +à +cet +effet +, +le +pouvoir +tente +d +' +entraîner +des +forces +de +la +gauche +à +un +comportement +de +collaboration +de +classe +. +les +campagnes +anticommunistes +sont +destinées +à +diviser +et +à +affaiblir +la +gauche +. +c +' +est +pourquoi +il +est +du +devoir +de +l +' +ensembledes +forces +de +gauche +, +syndicales +et +politiques +, +de +les +combattre +. +§ +car +ce +qui +inquiète +le +plus +le +grand +patronat +dans +l +' +union +de +la +* +gauche +, +ce +sont +ses +objectifs +et +le +contenu +social +et +économique +avancé +de +son +programme +. +§ +c +' +est +aussi +ce +qui +importe +le +plus +aux +travailleurs +et +à +la +CGT +. +§ +la +CGT +a +constamment +défini +, +dans +ses +* +congrès +et +instances +responsables +, +à +partir +de +ses +préoccupations +syndicales +, +ses +positions +indépendantes +quant +aux +perspectives +de +transformation +de +la +société +. +§ +cette +indépendance +, +conforme +aux +intérêts +des +travailleurs +, +ne +peut +pas +se +détacher +des +principes +de +classe +et +, +par +conséquent +, +ne +saurait +être +confondue +avec +une +quelconque +neutralité +. +§ +pendant +de +longues +années +la +CGT +a +lutté +pour +que +se +réalise +l +' +alliance +des +forces +de +gauche +sur +la +base +d +' +un +* +programme +commun +au +contenu +fermement +dirigé +contre +la +domination +des +monopoles +. +§ +elle +a +défini +, +pour +sa +part +, +les +objectifs +qu +' +elle +jugeait +essentiels +dans +ce +but +. +ces +objectifs +figurent +toujours +dans +son +programme +confédéral +. +§ +lorsque +fut +conclu +le +* +programme +commun +de +la +gauche +, +la +CGT +a +fondé +son +soutien +sans +défaillance +sur +le +fait +qu +' +elle +y +retrouvait +l +' +essentiel +de +ses +propres +objectifs +. +§ +c +' +est +avec +ces +mêmes +préoccupations +que +la +CGT +poursuit +son +action +. +§ +l +' +essentiel +, +du +point +de +vue +des +intérêts +de +classe +des +travailleurs +_ +et +par +conséquent +du +point +de +vue +de +la +CGT +_ +est +dans +l +' +application +des +mesures +prévues +par +le +* +programme +commun +$ +: +_ +pour +retirer +aux +monopoles +les +moyens +de +leur +puissance +et +remettre +à +la +* +nation +les +leviers +de +commande +essentiels +de +l +' +économie +, +c +' +est +- +à +- +dire +la +nationalisation +des +secteurs +clés +et +leur +gestion +démocratique +dans +le +cadre +d +' +une +planification +également +démocratique +; +_ +pour +mettre +en +oeuvre +des +mesures +sociales +hardies +répondant +aux +revendications +des +travailleurs +; +_ +pour +développer +, +en +démocratisant +l +' +économie +, +l +' +intervention +active +et +la +participation +de +la +masse +des +travailleurs +à +la +gestion +et +à +la +planification +. +§ +les +mises +au +point +et +ajustements +nécessaires +du +programme +, +qui +doivent +intervenir +en +temps +opportun +pour +tenir +compte +de +la +conjoncture +et +des +conditions +concrètes +devant +lesquelles +sera +placée +la +* +gauche +, +ne +sauraient +en +affecter +les +dispositions +fondamentales +, +celles +qui +sont +destinées +à +donner +les +moyens +du +changement +réel +. +§ +loin +d +' +être +dépassé +, +comme +le +prétendent +ses +détracteurs +, +le +* +programme +commun +est +plus +actuel +et +urgent +que +jamais +, +dans +son +fond +. +§ +non +, +la +crise +n +' +est +pas +fatale +, +l +' +austérité +pour +les +travailleurs +n +' +est +pas +inévitable +et +ne +constitue +pas +une +solution +. +§ +contre +le +pouvoir +actuel +et +les +féodalités +capitalistes +qu +' +il +s +' +agit +d +' +éliminer +, +seules +les +réformes +profondes +contenues +dans +le +* +programme +commun +permettront +de +sortir +le +pays +de +la +crise +, +d +' +assurer +son +développement +et +de +résoudre +d +' +une +manière +neuve +et +efficace +les +problèmes +essentiels +posés +à +la +société +moderne +et +d +' +abord +ceux +qui +importent +le +plus +aux +travailleurs +pour +améliorer +leur +situation +, +leurs +conditions +de +vie +et +de +travail +. +§ +pour +qu +' +elle +devienne +majoritaire +, +l +' +union +de +la +gauche +implique +$ +: +_ +l +' +action +concrète +contre +le +pouvoir +pour +assurer +la +défense +des +intérêts +des +travailleurs +et +la +défense +des +libertés +; +_ +le +rassemblement +et +l +' +union +de +tous +pour +la +mise +en +échec +de +toutes +les +tentatives +de +collaboration +de +classe +; +_ +des +initiatives +multiples +afin +de +gagner +aux +idées +décisives +du +* +programme +commun +des +millions +de +consciences +nouvelles +et +notamment +parmi +les +salariés +et +de +contribuer +au +renforcement +de +leur +détermination +pour +de +véritables +changements +. +§ +c +' +est +dans +cet +esprit +et +pour +ces +objectifs +communs +que +la +CGT +souhaite +voir +se +renforcer +l +' +* +union +de +la +gauche +. +§ +elle +travaillera +pour +sa +part +, +sur +la +base +de +ses +positions +de +classe +, +à +gagner +à +ces +conceptions +et +aux +solutions +fondamentales +du +* +programme +commun +, +la +masse +des +travailleurs +. +elle +impulsera +l +' +action +commune +pour +des +buts +concrets +. +elle +contribuera +ainsi +au +renforcement +de +l +' +* +union +de +la +gauche +et +à +la +réalisation +du +rassemblement +majoritaire +qui +assurera +sa +victoire +et +l +' +application +de +son +programme +. +< +S10 += +1 +> +dans +l +' +intérêt +des +travailleurs +$ +: +puissance +, +capacité +d +' +organisation +, +d +' +initiative +et +d +' +influence +de +la +CGT +. +. +< +S10 += +0 +> +§ +défendre +les +intérêts +des +travailleurs +dans +une +situation +aussi +complexe +, +quand +la +lutte +de +classe +atteint +un +tel +degré +; +les +aider +à +s +' +orienter +, +à +s +' +organiser +pour +intervenir +eux +- +mêmes +efficacement +; +les +rassembler +par +millions +dans +la +lutte +pour +les +transformations +sociales +indispensables +$ +: +il +est +impossible +d +' +accomplir +ces +tâches +sans +un +renforcement +considérable +de +la +CGT +, +en +quantité +comme +en +qualité +. +§ +les +travailleurs +de +toutes +catégories +et +de +toutes +professions +ne +peuvent +se +passer +d +' +une +CGT +active +, +vivante +, +présente +partout +, +capable +de +faire +face +à +ses +responsabilités +en +toutes +circonstances +, +ce +qui +suppose +à +la +fois +le +recrutement +systématique +de +nouveaux +adhérents +, +l +' +exercice +d +' +une +large +démocratie +syndicale +et +la +diffusion +des +idées +de +la +CGT +$ +: +trois +conditions +indispensables +au +syndicalisme +de +masse +et +donc +à +l +' +efficacité +de +l +' +action +syndicale +. +< +S10 += +1 +> +syndiquer +massivement +les +travailleurs +. +. +< +S10 += +0 +> +§ +c +' +est +à +partir +de +ces +préoccupations +que +l +' +année +1974 +a +marqué +une +ouverture +dans +la +voie +d +' +un +recrutement +important +et +permanent +et +de +la +création +d +' +un +grand +nombre +d +' +organisations +là +où +elles +n +' +existaient +pas +. +§ +les +résultats +obtenus +en +1974 +, +avec +308000 +adhésions +et +3400 +bases +nouvelles +, +sont +encourageants +mais +ils +ne +représentent +que +le +début +d +' +une +attitude +nouvelle +pour +placer +les +forces +organisées +de +la +CGT +en +concordance +avec +son +influence +et +ses +responsabilités +. +§ +il +s +' +agit +, +chaque +année +, +de +progresser +au +rythme +de +nombreuses +centaines +de +milliers +d +' +adhérents +et +de +milliers +d +' +organisations +nouvelles +. +§ +ce +résultat +ne +peut +être +atteint +que +par +une +activitéde +masse +s +' +appuyant +sur +une +prise +de +conscience +générale +de +tous +les +militants +, +de +tous +les +syndiqués +et +un +travail +systématique +, +organisé +, +dirigé +par +les +directions +syndicales +aux +différents +niveaux +. +§ +le +renforcement +numérique +doit +s +' +accompagner +d +' +un +perfectionnement +général +du +travail +des +organisations +de +la +CGT +$ +: +direction +collective +pour +assurer +entièrement +nos +responsabilités +dans +tous +les +domaines +. +promotion +de +forces +militantes +nouvelles +représentatives +de +la +diversité +de +la +CGT +aux +responsabilités +et +tout +particulièrement +les +femmes +qui +prennent +une +place +de +plus +en +plus +grande +dans +l +' +action +et +la +vie +syndicale +et +des +jeunes +gens +et +jeunes +filles +; +formation +de +centaines +de +milliers +de +militants +de +toutes +responsabilités +. +§ +donner +à +la +CGT +un +caractère +de +masse +dans +toute +sa +vie +et +son +action +exige +également +de +veiller +aux +intérêts +de +chaque +catégorie +de +travailleurs +, +de +comprendre +leurs +besoins +, +leurs +préoccupations +. +cela +exige +de +déployer +un +travail +d +' +organisation +et +une +activité +spécifique +qui +tiennent +compte +de +leurs +revendications +particulières +, +de +leur +sensibilité +propre +à +l +' +égard +des +revendications +générales +et +des +problèmes +d +' +ensemble +de +tous +les +travailleurs +. +§ +ce +travail +spécifique +, +pour +être +efficace +, +doit +s +' +appuyer +sur +l +' +activité +de +l +' +ensemble +des +organisations +de +la +CGT +. +§ +cet +ensemble +de +préoccupations +qui +concernent +toutes +les +organisations +de +la +CGT +à +tous +les +échelons +s +' +impose +particulièrement +dans +les +grandes +entreprises +en +raison +de +leur +place +dans +la +vie +économique +et +sociale +, +dans +les +luttes +. +< +S10 += +1 +> +développer +et +perfectionner +la +démocratie +syndicale +. +. +< +S10 += +0 +> +§ +c +' +est +pour +des +raisons +importantes +que +la +CGT +poursuit +avec +insistance +une +campagne +intérieure +pour +le +développement +de +la +démocratie +syndicale +$ +: +c +' +est +la +clé +du +perfectionnement +des +organisations +de +la +CGT +ainsi +que +la +solution +de +nombreux +problèmes +qui +s +' +y +rapportent +, +l +' +état +actuel +de +sa +pratique +au +sein +de +nos +organisations +réclame +qu +' +on +poursuive +avec +une +plus +grande +attention +les +efforts +entrepris +. +§ +la +démocratie +syndicale +consiste +principalement +à +assurer +la +participation +active +des +syndiqués +à +la +vie +de +l +' +organisation +, +à +la +détermination +de +son +orientation +et +de +ses +décisions +. +§ +elle +suppose +la +plus +large +expression +des +syndiqués +, +l +' +information +et +la +circulation +des +idées +. +§ +le +38ème +* +congrès +a +défini +les +principales +conditions +nécessaires +à +la +démocratie +syndicale +. +§ +plus +est +grande +la +participation +des +adhérents +à +la +vie +de +l +' +organisation +, +meilleures +sont +les +décisions +, +plus +étroits +sont +les +liens +du +syndicat +avec +les +travailleurs +par +l +' +intermédiaire +de +ses +adhérents +mieux +informés +, +plus +nombreux +les +syndiqués +qui +prennent +une +part +même +modeste +, +au +travail +syndical +, +plus +nombreux +enfin +ceux +qui +deviennent +des +militants +. +§ +par +là +, +le +syndicat +décuple +son +efficacité +dans +son +orientation +, +dans +la +mise +en +activité +des +forces +indispensables +pour +faire +face +à +toutes +ces +obligations +, +dans +les +moyens +d +' +un +plus +grand +recrutement +, +d +' +une +meilleure +promotion +de +cadres +. +§ +par +là +, +il +donne +pleinement +l +' +image +, +à +tous +les +échelons +, +de +la +grande +organisation +de +masse +qu +' +est +la +CGT +et +qu +' +elle +veut +être +toujours +mieux +, +pour +être +" +la +CGT +partout +et +pour +tous +" +. +§ +lorsque +les +militants +responsables +sont +animés +par +ces +préoccupations +et +en +assimilent +la +portée +, +ils +trouvent +plus +aisément +les +solutions +pour +y +parvenir +, +les +mesures +d +' +organisation +et +le +style +de +direction +. +< +S10 += +1 +> +porter +la +bataille +des +idées +à +la +mesure +de +nos +responsabilités +. +. +< +S10 += +0 +> +§ +c +' +est +à +partir +de +la +même +préoccupation +$ +: +le +caractère +de +masse +de +toute +l +' +activité +syndicale +, +qu +' +il +convient +d +' +envisager +la +bataille +des +idées +. +§ +le +38ème +* +congrès +a +lancé +le +mot +d +' +ordre +$ +: +" +gagner +des +millions +de +consciences +" +car +telle +est +l +' +envergure +de +la +bataille +sociale +. +§ +c +' +est +à +des +millions +de +travailleurs +qu +' +il +faut +apporter +constamment +les +idées +, +les +réponses +, +les +réflexions +, +les +propositions +de +la +CGT +pour +qu +' +ils +puissent +se +déterminer +, +trouver +leur +voie +en +dépit +du +martèlement +des +idées +du +* +capital +qui +dispose +de +tous +les +moyens +essentiels +d +' +information +. +§ +c +' +est +une +condition +absolue +de +l +' +efficacité +de +l +' +action +revendicative +comme +de +la +lutte +pour +les +changements +plus +fondamentaux +et +de +l +' +accomplissement +de +toutes +les +tâches +de +la +CGT +. +§ +la +mettre +en +mesure +de +faire +face +à +ses +responsabilités +, +c +' +est +à +la +fois +la +doter +de +l +' +organisation +correspondant +aux +exigences +de +la +lutte +gigantesque +de +notre +époque +et +assurer +un +rayonnement +permanent +et +infiniment +plus +large +à +ses +idées +. +§ +tout +l +' +ensemble +de +l +' +activité +d +' +information +et +de +propagande +de +la +CGT +et +de +ses +organisations +doit +être +adapté +à +cette +responsabilité +, +à +cette +obligation +d +' +information +, +d +' +explication +et +d +' +éducation +de +masse +; +c +' +est +dire +qu +' +il +convient +de +donner +à +la +propagande +syndicale +les +moyens +, +l +' +efficacité +, +la +diversité +qui +correspondent +à +ces +exigences +en +adoptant +les +méthodes +modernes +et +en +consacrant +les +forces +nécessaires +pour +y +parvenir +. +§ +et +d +' +abord +l +' +effort +de +diffusion +de +toute +la +presse +confédérale +et +principalement +du +moyen +central +et +permanent +d +' +expression +de +la +CGT +auprès +de +l +' +ensemble +des +travailleurs +: +" +la +Vie +- +Ouvrière +" +. +§ +ce +qui +vaut +pour +la +conception +du +recrutement +qui +doit +prévaloir +vaut +pour +celle +de +la +diffusion +de +" +la +Vie +- +Ouvrière +" +. +car +l +' +organisation +en +masse +des +travailleurs +dans +la +CGT +doit +aller +de +pair +avec +leur +connaissance +, +en +masse +des +idées +de +la +CGT +et +par +conséquent +avec +la +lecture +régulière +de +son +hebdomadaire +de +masse +. +< +S10 += +1 +> +la +solidarité +ouvrière +internationale +et +l +' +unité +d +' +action +syndicale +en +Europe +. +. +< +S10 += +0 +> +§ +les +progrès +de +la +détente +_ +fait +principal +de +la +situation +internationale +_ +sont +un +succès +pour +les +travailleurs +, +les +peuples +, +toutes +les +forces +de +progrès +. +ils +traduisent +le +recul +des +positions +de +l +' +impérialisme +dans +le +monde +; +les +résultats +, +dans +leur +édification +, +des +pays +socialistes +, +qui +ne +connaissent +ni +crise +, +ni +inflation +, +ni +chômage +, +le +renforcement +des +luttes +de +classe +des +travailleurs +dans +les +grands +pays +capitalistes +, +les +nouveaux +succès +du +mouvement +de +libération +nationale +caractérisés +par +la +victoire +historique +des +travailleurs +et +des +peuples +du +Viêt +- +Nam +et +du +Cambodge +contre +l +' +impérialisme +américain +, +le +renforcement +de +l +' +indépendance +économique +et +politique +contre +le +néocolonialisme +de +différents +pays +libérés +. +§ +à +cet +égard +, +la +CGT +considère +parfaitement +légitimes +les +mesures +prises +par +les +pays +producteurs +de +pétrole +et +d +' +autres +matières +premières +pour +obtenir +des +prix +normaux +. +elle +exprime +sa +solidarité +à +ceux +qui +sont +engagés +dans +une +voie +démocratique +et +anticapitaliste +. +§ +elle +agit +pour +la +sauvegarde +de +la +paix +, +la +sécurité +en +Europe +et +dans +le +monde +, +la +coopération +internationale +. +§ +elle +exige +du +gouvernement +une +politique +active +de +paix +et +d +' +indépendance +nationale +. +§ +le +courant +pour +la +démocratie +se +renforce +. +il +s +' +est +manifesté +en +particulier +par +le +renversement +de +la +dictature +fasciste +au +Portugal +et +en +Grèce +. +§ +contraint +au +recul +, +l +' +impérialisme +s +' +acharne +pourtant +à +préserver +sa +domination +par +tous +les +moyens +lorsqu +' +il +en +a +la +possibilité +$ +: +la +bestialité +des +généraux +putschistes +au +Chili +en +est +l +' +illustration +et +les +menaces +d +' +intervention +militaire +contre +les +pays +producteurs +de +pétrole +. +§ +la +CGT +renforcera +son +action +de +solidarité +avec +les +travailleurs +, +les +syndicats +, +les +démocrates +du +Chili +, +d +' +Espagne +et +tous +ceux +qui +subissent +la +répression +, +le +joug +fasciste +, +le +racisme +à +travers +le +monde +. +§ +la +CGT +poursuivra +son +action +avec +les +autres +forces +progressistes +de +France +pour +la +solidarité +aux +peuples +du +Viêt +- +Nam +et +du +Cambodge +. +§ +elle +se +prononce +pour +un +règlement +des +problèmes +du +Moyen +- +Orient +qui +, +mettant +fin +à +la +politique +agressive +des +dirigeants +d +' +Israël +, +restitue +leurs +territoires +aux +pays +arabes +, +rétablisse +, +conformément +aux +décisions +de +l +' +ONU +, +le +peuple +palestinien +dans +ses +droits +nationaux +et +assure +le +droit +à +l +' +existence +et +la +sécurité +de +tous +les +* +états +de +cette +région +, +y +compris +l +' +* +état +d +' +Israël +. +§ +affirmant +la +permanence +de +son +attitude +anticolonialiste +et +antinéocolonialiste +, +la +CGT +salue +les +victoires +remportées +par +les +peuples +d +' +Angola +, +du +Mozambique +et +de +Guinée +- +Bissau +, +et +se +déclare +solidaire +des +peuples +d +' +Afrique +en +lutte +pour +conquérir +ou +consolider +leur +indépendance +économique +. +§ +elle +appuie +la +lutte +des +travailleurs +et +des +peuples +des +* +départements +d +' +Outre +- +Mer +et +des +* +territoires +d +' +Outre +- +Mer +pour +la +liquidation +du +colonialisme +français +et +l +' +octroi +aux +DOM +du +statut +d +' +autonomie +réclamé +par +les +populations +de +ces +pays +. +§ +des +changements +importants +et +positifs +se +produisent +dans +le +mouvement +syndical +à +travers +le +monde +. +§ +dans +les +pays +capitalistes +, +frappés +par +la +crise +et +où +sévissent +les +sociétés +multinationales +, +les +travailleurs +en +subissent +les +mêmes +conséquences +$ +: +inflation +, +chômage +, +attaques +contre +leur +niveau +de +vie +et +leurs +droits +. +§ +les +luttes +de +classe +s +' +y +aiguisent +partout +et +elles +trouvent +leur +reflet +au +sein +même +d +' +organisation +dont +l +' +orientation +est +traditionnellement +axée +vers +la +collaboration +de +classe +et +où +l +' +on +constate +la +progression +des +idées +et +de +la +pratique +d +' +une +attitude +plus +combative +dans +la +défense +des +intérêts +de +classe +des +travailleurs +. +§ +sur +cette +base +, +ainsi +qu +' +en +conséquence +de +l +' +évolution +internationale +, +se +développe +un +mouvement +favorable +au +rapprochement +entre +organisations +syndicales +de +différentes +affiliations +internationales +et +entre +les +centrales +internationales +elles +- +mêmes +. +§ +la +CGT +contribue +, +par +ses +initiatives +directes +et +par +sa +participation +active +à +l +' +action +de +la +FSM +, +à +favoriser +cette +évolution +, +pour +aboutir +à +un +vaste +développement +de +l +' +unité +d +' +action +internationale +pour +des +objectifs +concrets +communs +répondant +aux +intérêts +des +travailleurs +, +de +la +démocratie +et +de +la +paix +et +par +des +actions +effectives +. +§ +elle +attache +la +plus +grande +importance +au +renforcement +de +l +' +influence +de +la +FSM +dont +le +rôle +et +le +prestige +international +grandissent +en +raison +de +son +action +et +des +idées +de +lutte +conséquente +qu +' +elle +représente +. +la +CGT +renforcera +en +particulier +son +soutien +aux +UIS +de +la +FSM +dont +le +rôle +est +capital +pour +l +' +organisation +concrète +de +la +défense +internationale +effective +des +intérêts +des +travailleurs +contre +les +sociétés +multinationales +. +§ +la +CGT +qui +entretient +de +longue +date +une +coopération +fraternelle +avec +les +syndicats +des +pays +socialistes +, +entend +la +développer +encore +et +contribuer +à +faire +connaître +avec +objectivité +la +réalité +et +les +résultats +des +pays +socialistes +qui +intéressent +au +plus +haut +point +les +travailleurs +français +. +§ +c +' +est +naturellement +en +Europe +que +les +responsabilités +de +la +CGT +sont +les +plus +grandes +. +c +' +est +aussi +sur +notre +continent +que +l +' +on +assiste +à +des +évolutions +parmi +les +plus +importantes +dans +le +mouvement +syndical +. +§ +une +première +rencontre +unitaire +des +centrales +syndicales +de +tous +les +pays +d +' +Europe +, +capitalistes +et +socialistes +, +sans +considération +d +' +affiliation +internationale +s +' +est +tenue +en +janvier +1974 +. +§ +une +deuxième +rencontre +de +toutes +ces +centrales +a +eu +lieu +en +février +- +mars +1975 +. +des +perspectives +concrètes +existent +pour +que +s +' +instaurent +au +- +delà +des +relations +bilatérales +, +des +relations +multilatérales +, +collectives +, +sans +discrimination +pour +étudier +des +problèmes +syndicaux +, +économiques +et +sociaux +d +' +intérêt +commun +. +§ +la +CGT +y +attache +une +très +grande +importance +et +entend +y +coopérer +de +son +mieux +, +dans +un +esprit +constructif +de +compréhension +mutuelle +. +elle +considère +qu +' +il +est +nécessaire +et +possible +d +' +établir +des +rapports +et +une +coopération +suivis +entre +toutes +les +centrales +des +pays +d +' +Europe +, +quel +que +soit +leur +régime +économique +et +social +. +§ +en +Europe +occidentale +il +est +urgent +d +' +aller +de +l +' +avant +. +dans +tous +ces +pays +, +les +travailleurs +se +heurtent +à +la +même +situation +économique +, +à +des +politiques +gouvernementales +et +patronales +similaires +et +subissent +le +poids +des +sociétés +multinationales +. +§ +au +sein +de +la +CEE +, +qui +s +' +est +avérée +incapable +de +promouvoir +une +véritable +politique +sociale +malgré +les +promesses +réitérées +, +les +travailleurs +sont +appelés +au +" +partage +des +sacrifices +" +et +subissent +les +mêmes +méthodes +d +' +austérité +. +ils +se +heurtent +à +l +' +emprise +accrue +des +grandes +féodalités +financières +et +industrielles +de +chaque +pays +et +internationales +, +notamment +américaines +. +§ +la +coopération +syndicale +est +urgente +, +pour +des +initiatives +communes +dans +les +institutions +de +la +CEE +, +pour +démocratiser +ces +institutions +. +cette +coopération +est +nécessaire +pour +promouvoir +une +Europe +antimonopoliste +, +démocratique +et +pacifique +. +§ +au +- +delà +des +problèmes +propres +aux +pays +membres +de +la +CEE +, +se +pose +avec +acuité +la +recherche +de +l +' +unité +d +' +actionentre +les +syndicats +de +tous +les +pays +d +' +Europe +occidentale +. +§ +la +constitution +de +la +CES +a +représenté +un +événement +nouveau +. +son +ouverture +aux +centrales +affiliées +à +la +CMT +( +dont +la +CFDT +) +puis +à +la +CGIL +marque +un +progrès +. +§ +si +l +' +évolution +unitaire +est +le +trait +dominant +, +il +n +' +en +reste +pas +moins +que +demeurent +encore +dans +certaines +centrales +des +attitudes +héritées +de +la +guerre +froide +qui +maintiennent +des +blocages +artificiels +. +§ +la +CGT +souhaite +participer +à +la +CES +dans +un +esprit +constructif +et +réaliste +. +elle +ne +saurait +évidemment +admettre +des +conditions +discriminatoires +d +' +aucune +sorte +. +§ +de +la +même +manière +qu +' +elle +trouve +naturel +que +les +organisations +affiliées +à +la +CISL +ou +à +la +CMT +aient +conservé +leur +affiliation +internationale +, +elle +entend +conserver +librement +son +affiliation +à +la +FSM +, +sans +aucune +espèce +de +" +distance +" +. +la +CGT +entend +être +un +partenaire +syndical +loyal +, +sérieux +mais +égal +en +tous +points +. +§ +des +tâches +urgentes +et +communes +sollicitent +les +organisations +syndicales +en +Europe +occidentale +. +les +revendications +essentielles +de +défense +des +intérêts +des +travailleurs +sont +communes +. +sous +une +forme +ou +sous +une +autre +, +il +faut +faire +face +ensemble +avec +tout +l +' +esprit +de +compréhension +nécessaire +. +il +faut +développer +des +initiatives +d +' +action +unitaires +; +le +plus +tôt +sera +le +mieux +. +< +S10 += +1 +> +conclusion +. +. +< +S10 += +0 +> +§ +l +' +année +1975 +est +celle +du +80ème +anniversaire +de +la +* +confédération +générale +du +travail +. +§ +dès +sa +création +, +la +CGT +a +inscrit +dans +ses +statuts +les +orientations +essentielles +qui +guident +aujourdhui +sa +vie +et +son +action +. +§ +organisation +de +masse +ouverte +à +tous +les +salariés +, +elle +affirmait +en +1895 +la +nécessité +de +la +lutte +pour +défendre +leurs +intérêts +de +classe +et +son +but +$ +: +la +suppression +de +l +' +exploitation +des +salariés +par +les +patrons +. +§ +depuis +cette +période +, +la +CGT +a +été +au +coeur +des +luttes +et +de +l +' +histoire +du +mouvement +ouvrier +, +du +mouvement +syndical +, +et +de +l +' +histoire +de +la +France +tout +particulièrement +lors +du +* +front +populaire +, +pendant +la +* +résistance +à +l +' +occupant +nazi +, +et +dans +les +années +qui +ont +suivi +la +* +libération +. +§ +les +connaissances +, +la +conscience +, +l +' +expérience +historique +acquises +dans +les +luttes +de +classe +, +dans +la +vie +nationale +, +dans +la +solidarité +internationale +et +les +rapports +avec +le +mouvement +syndical +du +monde +entier +ont +profondément +transformé +la +CGT +en +conservant +le +meilleur +de +ses +orientations +initiales +. +§ +au +cours +des +trente +années +qui +ont +suivi +la +deuxième +guerre +mondiale +, +la +CGT +a +connu +les +épreuves +de +la +scission +et +de +la +guerre +froide +, +la +lutte +contre +le +colonialisme +français +, +le +combat +entrepris +dès +le +début +contre +la +mainmise +des +monopoles +sur +l +' +* +état +et +contre +le +pouvoir +personnel +en +France +. +§ +des +éléments +historiques +nouveaux +sont +apparus +dans +ce +combat +. +§ +l +' +unité +d +' +action +entre +la +CGT +et +la +CFDT +est +devenue +un +élément +important +de +la +vie +et +des +luttes +syndicales +. +§ +mai +1968 +a +été +le +premier +grand +affrontement +à +l +' +échelle +nationale +entre +les +travailleurs +et +le +pouvoir +des +grandes +sociétés +capitalistes +. +mouvement +revendicatif +, +il +posait +par +sa +dimension +même +le +problème +d +' +un +changement +radical +de +politique +et +de +transformations +profondes +dans +la +société +. +il +a +servi +de +révélateur +de +la +crise +. +depuis +, +l +' +approfondissement +de +celle +- +ci +fait +apparaître +davantage +que +c +' +est +tout +le +système +actuel +, +le +capitalisme +monopoliste +d +' +* +état +, +qui +est +en +cause +. +§ +l +' +* +union +de +la +gauche +sur +le +* +programme +commun +, +voulue +par +la +CGT +et +les +succès +considérables +qu +' +elle +a +remportés +offrent +aux +travailleurs +et +à +la +France +la +perspective +proche +de +profondes +réformes +démocratiques +et +d +' +un +progrès +économique +et +social +qui +peuvent +, +si +la +réussite +de +cette +expérience +est +réalisée +, +gagner +la +grande +majorité +des +travailleurs +et +du +pays +à +l +' +idée +de +la +transformation +socialiste +de +la +société +. +§ +cette +perspective +se +situe +dans +un +monde +en +pleine +évolution +et +transformation +, +et +ce +contexte +contribue +à +la +rendre +possible +. +§ +le +capitalisme +est +, +au +sein +même +des +grands +pays +les +plus +développés +, +dans +une +crise +profonde +qui +durera +; +le +socialisme +progresse +et +se +construit +, +le +colonialisme +direct +est +en +voie +de +liquidation +complète +, +et +les +pays +du +Tiers +- +Monde +luttent +pour +leur +indépendance +économique +. +plusieurs +régimes +fascistes +sont +tombés +et +l +' +impérialisme +est +en +recul +. +§ +cette +évolution +est +le +résultat +d +' +une +lutte +longue +et +difficile +menée +par +les +travailleurs +, +les +forces +progressistes +et +les +peuples +du +monde +entier +. +la +classe +ouvrière +, +dans +chaque +pays +et +à +l +' +échelle +internationale +a +toujours +été +l +' +élément +le +plus +solide +et +le +plus +résolu +dans +le +combat +pour +la +démocratie +, +la +paix +, +l +' +indépendance +des +peuples +et +le +progrès +. +dans +les +heures +les +plus +difficiles +elle +n +' +abandonne +pas +la +lutte +. +§ +la +CGT +est +consciente +d +' +avoir +, +pour +sa +part +syndicale +et +nationale +, +contribué +à +ce +mouvement +historique +dans +le +monde +entier +, +au +long +des +80 +ans +de +sa +propre +histoire +. +elle +reste +et +restera +fidèle +à +sa +mission +, +conforme +aux +intérêts +et +au +rôle +de +la +classe +ouvrière +et +de +l +' +ensemble +des +travailleurs +. +< +S00 += +02 +> +< +S01 += +003 +> +< +S02 += +001 +> +< +S03 += +002 +> +< +Sda += +1975 +> +< +Sdm += +06 +> +< +Sat += +0 +> +< +S10 += +1 +> +programme +d +' +action +. +. +l +' +action +pour +la +satisfaction +des +grands +objectifs +revendicatifs +. +. +< +S10 += +0 +> +§ +dans +une +période +marquée +par +la +crise +profonde +du +système +capitaliste +et +la +volonté +du +pouvoir +de +renforcer +par +tous +les +moyens +la +puissance +des +groupes +financiers +et +industriels +les +plus +importants +, +la +politique +du +gouvernement +et +du +patronat +est +fondée +sur +une +accentuation +de +l +' +exploitation +capitaliste +. +l +' +inflation +constitue +un +moyen +d +' +accentuer +et +de +généraliser +cette +exploitation +. +§ +peser +sur +le +pouvoir +d +' +achat +, +limiter +sa +progression +, +constitue +l +' +objectif +avoué +du +patronat +et +de +l +' +* +état +patron +. +< +S10 += +1 +> +pouvoir +d +' +achat +. +. +salaires +. +. +< +S10 += +0 +> +§ +dans +ces +conditions +, +le +problème +des +salaires +et +du +pouvoir +d +' +achat +est +plus +que +jamais +la +préoccupation +première +et +permanente +des +travailleurs +et +du +mouvement +syndical +, +parce +qu +' +il +détermine +, +dans +une +mesure +décisive +, +le +niveau +de +vie +du +salarié +et +qu +' +il +est +l +' +enjeu +de +la +lutte +quotidienne +avec +le +capital +. +la +progression +du +pouvoir +d +' +achat +représente +un +moyen +efficace +pour +assurer +le +plein +emploi +et +le +développement +de +l +' +économie +. +§ +la +CGT +développe +son +action +conjointement +pour +$ +: +_ +l +' +augmentation +des +salaires +compte +tenu +, +tout +à +la +fois +, +de +leur +niveau +scandaleusement +insuffisant +pour +certaines +catégories +et +dans +certains +secteurs +professionnels +et +de +l +' +écart +qui +s +' +est +creusé +, +en +général +, +entre +les +salaires +et +les +prix +; +_ +la +garantie +du +pouvoir +d +' +achat +s +' +appliquant +aux +salaires +ainsi +revalorisés +; +_ +la +progression +du +pouvoir +d +' +achat +; +_ +la +remise +en +ordre +des +salaires +et +systèmes +de +rémunération +. +< +S10 += +1 +> +garantie +du +pouvoir +d +' +achat +des +salaires +. +. +< +S10 += +0 +> +§ +la +poussée +inflationniste +que +l +' +on +observe +dans +notre +pays +conduit +naturellement +les +travailleurs +à +revendiquer +des +mesures +de +protection +de +leur +pouvoir +d +' +achat +. +§ +la +garantie +effective +du +pouvoir +d +' +achat +des +salaires +, +pour +tous +les +salariés +, +suppose +l +' +établissement +d +' +un +véritable +système +national +et +interprofessionnel +d +' +échellemobile +, +assurant +périodiquement +et +à +intervalles +rapprochés +le +relèvement +automatique +des +salaires +et +traitements +, +en +fonction +des +hausses +des +prix +intervenues +, +avec +compensation +pour +les +pertes +subies +dans +la +période +antérieure +. +§ +elle +suppose +aussi +la +suppression +dans +la +législation +des +interdictions +ou +limitation +des +clauses +d +' +indexation +. +§ +l +' +évolution +du +coût +de +la +vie +doit +être +établie +par +un +nouvel +indice +reflétant +la +réalité +des +prix +, +qui +doit +être +élaboré +en +accord +avec +les +organisations +syndicales +et +familiales +. +< +S10 += +1 +> +progression +du +pouvoir +d +' +achat +des +salaires +. +. +< +S10 += +0 +> +§ +la +progression +du +pouvoir +d +' +achat +doit +permettre +la +satisfaction +des +besoins +nouveaux +qui +apparaissent +comme +des +exigences +de +la +vie +à +l +' +étape +actuelle +de +la +société +, +pour +toutes +les +catégories +de +travailleurs +. +§ +elle +est +un +impératif +du +développement +économique +et +social +de +la +* +nation +et +contribue +à +assainir +la +situation +de +l +' +emploi +. +§ +cette +progression +se +justifie +pleinement +par +l +' +ampleur +des +profits +capitalistes +, +le +développement +du +revenu +national +, +les +progrès +de +l +' +économie +et +l +' +accroissement +considérable +de +la +productivité +du +travail +; +elle +doit +être +assurée +quelle +que +soit +l +' +évolution +de +la +situation +économique +. +§ +le +pouvoir +d +' +achat +des +salaires +de +tous +les +travailleurs +doit +progresser +. +§ +cette +progression +, +plus +importante +pour +les +bas +et +moyens +salaires +, +donc +différenciée +, +doit +être +négociée +au +niveau +des +branches +professionnelles +et +des +entreprises +, +et +pour +tous +les +secteurs +d +' +activité +, +public +et +privé +. +§ +cette +progression +différenciée +doit +s +' +inscrire +dans +une +politique +de +remise +en +ordre +des +systèmes +de +rémunérations +, +ramenant +les +classifications +et +coefficients +à +un +nombre +raisonnable +avec +, +entre +deux +coefficients +successifs +, +des +écarts +significatifs +, +revalorisant +la +hiérarchie +des +catégories +ouvriers +employés +et +techniciens +et +tendant +à +réduire +l +' +écart +hiérarchique +réel +par +un +resserrement +vers +le +haut +. +< +S10 += +1 +> +remise +en +ordre +des +salaires +et +des +systèmes +de +rémunérations +. +. +< +S10 += +0 +> +§ +cette +remise +en +ordre +, +qui +s +' +inscrit +dans +notre +objectif +de +statut +unique +du +manoeuvre +à +l +' +ingénieur +, +doit +être +établie +en +fonction +des +principes +suivants +$ +: +_ +établissement +, +dans +chaque +branche +, +d +' +une +grille +nationale +unique +de +classifications +et +de +salaires +garantis +, +couvrant +toutes +les +catégories +de +salariés +, +du +manoeuvre +au +cadre +, +et +s +' +appliquant +à +tous +, +sans +discrimination +d +' +aucune +sorte +. +_ +ces +grilles +uniques +, +nationales +et +professionnelles +, +devront +comporter +une +définition +des +classifications +, +tenant +compte +des +changements +intervenus +dans +tous +les +domaines +( +scientifiques +, +techniques +, +technologiques +) +des +diplômes +, +de +la +place +et +du +rôle +des +hommes +dans +le +processus +de +production +. +ces +définitions +se +référeront +aux +connaissances +acquises +par +le +travailleur +, +qu +' +elles +soient +sanctionnées +ou +non +par +un +diplôme +, +à +l +' +expérience +qu +' +il +possède +, +aux +initiatives +qu +' +il +peut +prendre +et +aux +responsabilités +qui +lui +incombent +. +_ +les +barèmes +nationaux +de +salaires +garantis +seront +calculés +, +pour +chaque +classification +et +coefficient +correspondant +par +rapport +à +une +valeur +de +point +unique +, +affectée +au +coefficient +100 +. +ces +salaires +garantis +par +conventions +collectives +et +accords +devront +exclure +toutes +les +primes +et +représenter +l +' +essentiel +de +la +rémunération +. +§ +la +réalisation +de +ces +dispositions +essentielles +suppose +$ +: +_ +la +suppression +de +tous +les +systèmes +de +rémunération +basés +sur +les +études +de +postes +; +_ +l +' +intégration +dans +le +salaire +garanti +des +primes +aléatoires +ayant +le +caractère +de +fait +d +' +un +complément +de +salaire +ou +portant +atteinte +à +la +dignité +des +travailleurs +; +_ +l +' +élimination +des +disparités +existantes +entre +des +salariés +de +même +qualification +; +_ +la +suppression +des +abattements +de +zones +et +des +disparités +régionales +; +_ +la +suppression +de +toute +discrimination +basée +sur +l +' +âge +, +le +sexe +ou +la +nationalité +; +_ +la +limitation +des +éléments +de +la +rémunération +liés +au +rendement +par +leur +intégration +partielle +dans +le +salaire +garanti +; +leur +suppression +, +par +voie +contractuelle +, +dans +les +branches +et +les +entreprises +où +les +conditions +existent +pour +les +intégrer +en +totalité +dans +le +salaire +garanti +; +_ +la +garantie +de +la +classification +et +du +salaire +, +en +cas +de +mutation +ou +de +changement +de +poste +de +travail +; +_ +la +suppression +de +la +rémunération +au +rendement +pour +les +femmes +enceintes +, +leur +classification +et +leur +salaire +antérieur +leur +étant +garantis +. +§ +lorsqu +' +une +partie +du +salaire +restera +liée +au +rendement +, +la +partie +mobile +du +salaire +venant +s +' +ajouter +au +salaire +garanti +devra +être +calculée +à +partir +de +celui +- +ci +, +d +' +une +manière +contrôlable +et +claire +pour +les +travailleurs +concernés +, +et +assurer +obligatoirement +une +rémunération +supérieure +au +salaire +garanti +dans +la +catégorie +. +< +S10 += +1 +> +salaire +minimum +interprofessionnel +. +. +< +S10 += +0 +> +§ +la +CGT +estime +qu +' +il +est +indispensable +de +donner +au +salaire +minimum +interprofessionnel +de +croissance +( +SMIC +) +une +valeur +telle +qu +' +elle +constitue +une +véritable +garantie +permettant +une +vie +décente +aux +salariés +dont +les +rémunérations +sont +les +plus +faibles +. +c +' +est +pourquoi +, +elle +demande +que +le +SMIC +soit +porté +à +1700 +francs +par +mois +( +valeur +mai +75 +) +qu +' +il +soit +mensualisé +sur +la +base +de +la +durée +légale +du +travail +( +40 +heures +par +semaine +) +, +que +cette +garantie +mensuelle +soit +assurée +à +tous +les +salariés +, +en +cas +de +réduction +d +' +horaire +au +- +dessous +de +40 +heures +, +et +que +son +pouvoir +d +' +achat +soit +garanti +par +référence +à +un +indice +des +prix +rénové +et +établi +par +voie +de +négociation +. +§ +cette +garantie +minimale +mensuelle +devra +s +' +appliquer +à +l +' +ensemble +des +salariés +et +servir +de +référence +à +l +' +évolution +des +retraites +et +pensions +, +ainsi +que +des +diverses +allocations +sociales +. +cette +dernière +mesure +suppose +la +suppression +du +minimum +garanti +, +qui +sert +d +' +indexation +à +plusieurs +indemnités +et +ne +cesse +de +se +dévaloriser +depuis +1970 +. +§ +la +CGT +demande +que +la +loi +du +2 +janvier +1970 +, +portant +réforme +du +salaire +minimum +interprofessionnel +, +soit +modifiée +pour +que +la +commission +supérieure +des +conventions +collectives +procède +, +deux +fois +par +an +, +à +une +véritable +discussion +sur +la +progression +du +SMIC +, +dont +le +taux +doit +être +fixé +en +tenant +compte +de +l +' +avis +émis +par +la +commission +. +§ +la +CGT +estime +, +en +outre +, +qu +' +il +convient +de +rendre +au +SMIC +le +sens +qu +' +il +avait +à +son +origine +, +c +' +est +- +à +- +dire +qu +' +il +devrait +être +fixé +net +de +toutes +primes +ou +majorations +de +quelque +nature +que +ce +soit +. +§ +par +ailleurs +, +la +loi +doit +interdire +la +fixation +dans +les +conventions +collectives +de +salaires +garantis +inférieurs +au +SMIC +. +< +S10 += +1 +> +mensualisation +et +statut +unique +. +. +< +S10 += +0 +> +§ +la +CGT +considère +que +la +mensualisation +des +ouvriers +, +qui +ne +se +limite +pas +au +seul +paiement +au +mois +du +salaire +, +n +' +est +pas +encore +réalisée +. +§ +pour +que +cette +mensualisation +soit +réelle +, +elle +doit +apporter +les +mêmes +garanties +à +toutes +les +catégories +de +salariés +, +et +permettre +aux +ouvriers +de +chaque +branche +professionnelle +de +bénéficier +de +tous +les +droits +et +avantages +dont +ils +sont +encore +exclus +. +§ +cette +généralisation +sans +restriction +des +droits +, +leurs +améliorations +, +doivent +se +traduire +, +dans +chacun +des +secteurs +professionnels +, +par +l +' +élaboration +d +' +un +statut +unique +national +, +comportant +des +avantages +substantiels +, +applicable +à +toutes +les +catégories +de +travailleurs +et +trouver +place +dans +les +* +conventions +collectives +. +< +S10 += +1 +> +prestations +, +allocations +, +rentes +, +pensions +. +. +< +S10 += +0 +> +§ +la +politique +de +démantèlement +de +la +* +sécurité +sociale +engagée +par +le +* +pouvoir +et +le +* +patronat +particulièrement +depuis +1958 +se +poursuit +sans +relâche +. +après +les +* +ordonnances +de +1967 +la +loi +sur +la +compensation +et +l +' +harmonisation +des +régimes +de +* +sécurité +sociale +constitue +une +nouvelle +et +grave +atteinte +à +la +* +sécurité +sociale +. +le +plan +de +démantèlement +de +cette +institution +, +fondamentale +pour +les +travailleurs +, +est +progressivement +réalisé +. +§ +cette +politique +a +pour +conséquence +une +dévalorisation +continue +des +prestations +et +des +services +rendus +aux +assurés +, +allocataires +et +pensionnés +. +compte +tenu +de +l +' +inflation +ceux +- +ci +connaissent +une +dégradation +constante +de +leur +pouvoir +d +' +achat +. +§ +face +à +cette +situation +, +la +CGT +revendique +en +tout +premier +lieu +le +relèvement +automatique +et +périodique +des +allocations +, +rentes +, +pensions +et +retraites +, +en +fonction +de +la +hausse +des +prix +enregistrée +par +un +nouvel +indice +élaboré +en +accord +avec +les +organisations +syndicales +et +familiales +. +§ +la +CGT +exige +$ +: +pour +les +prestations +sociales +et +les +rentes +$ +: +_ +le +remboursement +à +80 +et +100 +% +des +dépenses +de +santé +, +y +compris +celles +résultant +de +l +' +interruption +de +grossesse +, +remboursement +garanti +par +une +* +convention +médicale +issue +d +' +une +véritable +négociation +entre +les +médecins +et +les +représentants +des +assurés +sociaux +; +_ +l +' +exonération +totale +du +ticket +modérateur +pour +la +longue +maladie +, +les +personnes +âgées +et +les +enfants +de +moins +de +six +ans +, +première +étape +vers +la +gratuité +des +soins +; +_ +l +' +extension +du +tiers +payant +supprimant +l +' +avance +d +' +argent +pour +l +' +hospitalisation +, +la +pharmacie +, +les +soins +dentaires +, +les +analyses +et +examens +de +laboratoire +; +_ +la +fixation +de +l +' +indemnité +journalière +maladie +et +de +la +pension +d +' +invalidité +2ème +catégorie +à +75 +% +du +salaire +avec +un +minimum +égal +à +80 +% +du +SMIC +. +s +' +agissant +de +l +' +indemnité +journalière +versée +à +la +suite +d +' +un +accident +du +travail +ou +d +' +une +maladie +professionnelle +, +elle +devrait +être +portée +à +100 +% +du +salaire +; +_ +l +' +établissement +d +' +un +minimum +de +ressources +égal +au +SMIC +pour +les +handicapés +qui +travaillent +et +à +80 +% +du +SMIC +pour +ceux +dans +l +' +incapacité +de +travailler +. +pour +les +prestations +familiales +$ +: +_ +afin +de +rattraper +les +retards +accumulés +par +les +* +allocations +familiales +, +la +CGT +demande +qu +' +elles +soient +revalorisées +immédiatement +de +30 +% +et +que +leur +progression +soit +assurée +en +fonction +de +l +' +évolution +des +salaires +; +_ +elle +exige +leur +versement +aux +travailleurs +immigrés +dans +les +mêmes +conditions +que +celles +requises +pour +les +nationaux +, +quel +que +soit +le +pays +de +résidence +des +familles +; +_ +elle +se +prononce +pour +une +refonte +du +système +des +prestations +familiales +, +notamment +par +$ +: +_ +la +fusion +du +salaire +unique +et +des +allocations +familiales +, +_ +l +' +attribution +de +la +prestation +dès +le +premier +enfant +sans +aucune +discrimination +et +sans +conditions +de +ressources +; +_ +elle +revendique +l +' +attribution +aux +femmes +salariés +d +' +une +indemnité +de +garde +pour +les +enfants +de +moins +de +trois +ans +quel +que +soit +le +mode +de +garde +adopté +. +§ +pour +les +pensions +et +retraites +$ +: +les +travailleurs +retraités +connaissent +des +conditions +de +vie +très +difficiles +résultant +du +trop +faible +niveau +des +retraites +et +de +leur +insuffisante +progression +face +à +l +' +évolution +du +coût +de +la +vie +. +pour +ces +raisons +et +aussi +parce +que +pour +la +CGT +il +est +fondamental +de +reconnaître +le +droit +à +la +retraite +dans +des +conditions +permettant +de +vivre +décemment +, +elle +exige +$ +: +_ +une +retraite +égale +à +75 +% +de +tous +les +éléments +de +la +rémunération +, +avec +un +montant +minimum +égal +au +SMIC +, +à +60 +ans +pour +les +hommes +et +55 +ans +pour +les +femmes +et +les +salariés +effectuant +des +travaux +pénibles +ou +insalubres +; +_ +une +pension +de +reversion +fixée +, +pour +tous +les +secteurs +, +à +75 +% +de +la +pension +principale +; +_ +la +suppression +des +restrictions +interdisant +le +cumul +d +' +une +pension +propre +et +d +' +une +pension +de +reversion +; +_ +la +revalorisation +des +pensions +et +retraites +en +fonction +de +l +' +évolution +réelle +du +coût +de +la +vie +et +de +la +progression +des +salaires +; +_ +le +paiement +mensuel +et +d +' +avance +des +pensions +et +retraites +; +_ +la +reconnaissance +pour +les +travailleurs +immigrés +de +droits +identiques +à +ceux +des +travailleurs +français +, +quels +que +soient +leur +origine +et +le +pays +de +résidence +des +familles +. +§ +l +' +amélioration +de +la +situation +des +retraités +passe +également +pour +un +très +grand +nombre +d +' +entre +eux +par +une +juste +progression +des +retraites +complémentaires +, +progression +qui +doit +tenir +compte +, +elle +aussi +, +de +l +' +évolution +du +coût +de +la +vie +et +de +celle +des +salaires +. +§ +la +satisfaction +de +ces +revendications +essentielles +qui +doit +permettre +d +' +accorder +à +tous +les +salariés +en +activité +ou +retraités +, +un +meilleur +système +de +protection +sociale +, +ne +peut +résulter +de +transferts +financiers +entre +catégories +. +elle +suppose +que +le +problème +du +financement +de +la +* +sécurité +sociale +fasse +l +' +objet +d +' +un +réexamen +d +' +ensemble +dans +le +respect +de +ce +principe +et +dans +le +cadre +d +' +une +négociation +avec +les +organisations +syndicales +. +la +réforme +du +financement +comporte +notamment +pour +la +CGT +$ +: +_ +la +suppression +des +charges +indues +et +des +transferts +effectués +au +détriment +de +la +sécurité +sociale +; +_ +le +déplafonnement +progressif +des +cotisations +; +_ +la +nationalisation +de +l +' +industrie +pharmaceutique +qui +permettrait +de +réduire +les +coûts +et +les +dépenses +de +l +' +assurancemaladie +en +supprimant +les +gaspillages +et +en +réduisant +le +nombre +des +produits +; +_ +la +suppression +et +la +réduction +du +taux +de +la +TVA +sur +les +biens +et +services +de +santé +ouvrant +droit +aux +prestations +de +* +sécurité +sociale +. +§ +de +telles +dispositions +doivent +s +' +inscrire +dans +le +cadre +d +' +une +véritable +réforme +démocratique +de +la +* +sécurité +sociale +restituant +aux +représentants +élus +des +assurés +la +gestion +de +leur +régime +, +fixant +de +façon +satisfaisante +la +participation +budgétaire +de +l +' +* +état +et +créant +les +conditions +d +' +une +harmonisation +concertée +des +différents +régimes +dans +l +' +intérêt +de +leurs +bénéficiaires +. +§ +s +' +agissant +des +retraites +complémentaires +, +la +CGT +réclame +$ +: +_ +un +réexamen +du +financement +des +régimes +permettant +à +ceux +- +ci +, +au +moyen +notamment +d +' +une +meilleure +participation +patronale +, +de +faire +face +aux +impératifs +d +' +évolution +des +retraites +en +liaison +avec +celle +du +coût +de +la +vie +et +aussi +de +l +' +abaissement +de +l +' +âge +de +la +retraite +; +_ +l +' +harmonisation +des +règlements +, +la +coordination +entre +les +différents +systèmes +en +vue +de +rendre +possible +leur +unification +dans +le +respect +intégral +des +droits +individuels +et +des +droits +collectifs +acquis +; +_ +la +démocratisation +des +* +institutions +de +retraites +complémentaires +à +la +gestion +desquelles +les +retraités +doivent +être +associés +. +< +S10 += +1 +> +la +fiscalité +. +. +< +S10 += +0 +> +§ +le +système +fiscal +actuel +représente +par +son +caractère +de +classe +une +des +injustices +les +plus +flagrantes +du +régime +. +les +exonérations +et +avantages +substantiels +, +accordés +au +cours +des +dix +dernières +années +aux +grandes +sociétés +et +aux +gros +porteurs +de +capitaux +, +ont +été +compensés +par +un +alourdissement +de +la +charge +fiscale +supportée +par +les +salariés +. +§ +très +durement +frappés +par +la +TVA +et +les +impôts +indirects +qui +atteignent +fréquemment +l +' +intégralité +des +ressources +familiales +, +converties +en +dépense +de +consommation +, +les +ménages +de +salariés +en +activité +ou +retraités +sont +en +nombre +croissant +assujettis +à +l +' +impôt +sur +le +revenu +, +celui +- +ci +évoluant +plus +rapidement +que +les +salaires +. +ainsi +, +les +foyers +d +' +ouvriers +et +de +retraités +sont +de +plus +en +plus +nombreux +à +acquitter +cet +impôt +. +les +familles +de +cadres +moyens +ou +supérieurs +, +et +plus +généralement +celles +où +les +femmes +travaillent +, +supportent +, +du +fait +de +sa +forte +augmentation +, +une +charge +fiscale +très +lourde +. +pour +une +grande +partie +des +salariés +, +le +poids +de +la +charge +fiscale +, +liée +à +la +stagnation +, +voire +à +la +diminution +, +des +prestations +familiales +et +sociales +, +aboutit +à +une +régression +de +leur +pouvoir +d +' +achat +global +. +§ +pour +ces +raisons +, +la +CGT +se +prononce +en +faveur +d +' +une +refonte +démocratique +de +l +' +ensemble +du +système +fiscal +. +cette +refonte +devrait +reposer +sur +quelques +grands +principes +essentiels +$ +: +_ +une +répartition +différente +entre +les +différents +impôts +afin +notamment +de +réduire +la +part +résultant +de +la +TVA +, +d +' +assurer +un +meilleur +rendement +de +l +' +impôt +sur +les +sociétés +et +une +imposition +du +capital +; +_ +une +plus +juste +connaissance +des +revenus +de +toutes +les +catégories +de +contribuables +; +_ +des +conditions +d +' +imposition +différentes +pour +les +revenus +du +travail +, +les +revenus +du +capital +et +les +revenus +mixtes +, +la +rémunération +de +la +force +de +travail +ne +pouvant +par +exemple +être +comparée +aux +revenus +du +patrimoine +foncier +acquis +sans +effort +. +§ +dans +ce +cadre +la +CGT +se +prononce +pour +substituer +au +système +du +quotient +familial +un +dispositif +de +réduction +fixe +étudié +de +manière +à +tenir +compte +des +charges +réelles +de +famille +. +§ +dans +l +' +immédiat +la +CGT +exige +l +' +adoption +des +mesures +qui +suivent +: +< +S10 += +1 +> +impôt +sur +la +consommation +$ +: +< +S10 += +0 +> +_ +la +réduction +ou +la +suppression +sur +les +produits +alimentaires +et +pharmaceutiques +, +les +biens +et +services +d +' +intérêt +social +. +la +répercussion +intégrale +dans +les +prix +de +ces +dispositions +fiscales +doit +être +assurée +par +des +mesures +de +contrôle +. +< +S10 += +1 +> +impôt +sur +le +revenu +$ +: +< +S10 += +0 +> +_ +une +refonte +complète +du +barème +assurant +l +' +exonération +des +revenus +inférieurs +au +SMIC +et +allégeant +l +' +imposition +pour +les +petits +et +moyens +salariés +; +_ +la +révision +annuelle +du +barème +en +fonction +de +l +' +indice +des +prix +reconnu +par +les +organisations +syndicales +; +_ +le +relèvement +de +la +déduction +pour +frais +professionnels +de +10 +à +15 +% +avec +plafonnement +. +cette +mesure +étant +justifiée +par +l +' +aggravation +et +la +multiplication +de +ces +frais +. +l +' +indexation +du +plancher +de +déduction +des +frais +professionnels +sur +les +prix +; +_ +l +' +institution +d +' +une +réduction +spéciale +de +15 +% +sur +les +revenus +des +retraités +avec +établissement +d +' +un +plafonnement +; +_ +dans +l +' +attente +de +l +' +attribution +aux +femmes +salariées +d +' +une +indemnité +, +prenant +en +compte +les +frais +résultant +de +la +garde +des +enfants +en +bas +âge +, +la +déduction +des +frais +des +revenus +imposables +; +_ +pour +les +jeunes +salariés +effectuant +leur +année +de +service +militaire +, +exonération +de +l +' +impôt +sur +les +revenus +de +l +' +année +précédant +celui +- +ci +; +possibilité +de +reporter +le +paiement +des +impôts +et +des +tiers +provisionnels +dûs +pour +l +' +année +suivant +le +service +militaire +; +possibilité +d +' +étalement +du +paiement +de +l +' +impôt +pour +certains +salariés +ayant +des +revenus +irréguliers +ou +intermittents +. +§ +la +CGT +rappelle +son +opposition +au +paiement +de +l +' +impôt +sur +le +revenu +par +le +système +de +la +retenue +à +la +source +, +que +le +* +gouvernement +essaie +d +' +introduire +en +partant +du +paiement +mensuel +de +l +' +impôt +. +ce +système +en +effet +, +ne +réglant +aucun +des +véritables +problèmes +( +poids +et +répartition +de +l +' +impôt +) +favoriserait +en +outre +de +nouveaux +transferts +de +charge +au +détriment +des +salariés +. +< +S10 += +1 +> +impôts +locaux +. +. +< +S10 += +0 +> +§ +la +fiscalité +locale +ne +cesse +de +s +' +alourdir +et +elle +frappe +de +plus +en +plus +durement +les +foyers +de +travailleurs +, +même +ceux +ne +disposant +que +de +ressources +modiques +. +§ +les +modifications +actuellement +en +cours +dans +ce +domaine +, +que +le +gouvernement +présente +comme +une +amélioration +, +se +traduisent +au +contraire +par +une +aggravation +des +impôts +payés +par +les +ménages +. +§ +il +est +nécessaire +de +limiter +la +pression +des +impôts +locaux +sur +les +ménages +par +une +réforme +démocratique +se +situant +dans +le +cadre +d +' +une +refonte +des +finances +locales +et +entrainant +une +répartition +plus +juste +, +notamment +entre +les +entreprises +et +les +particuliers +. +§ +en +contrepartie +des +allégements +demandés +, +la +CGT +propose +dans +le +but +d +' +aboutir +à +une +répartition +plus +équitable +de +la +charge +fiscale +et +d +' +assurer +des +recettes +nouvelles +, +les +mesures +suivantes +: +§ +imposition +des +sociétés +et +actionnaires +$ +: +_ +élargissement +de +la +base +de +l +' +impôt +sur +les +sociétés +par +l +' +abrogation +des +régimes +de +faveur +( +amortissements +dégressifs +, +provisions +injustifiées +, +régimes +spéciaux +d +' +imposition +$ +. +. +. +) +; +_ +abrogation +des +mesures +bénéficiant +aux +revenus +du +capital +( +suppression +du +prélèvement +libératoire +, +de +l +' +avoir +fiscal +, +de +l +' +abattement +, +applicable +aux +revenus +fixes +$ +. +. +. +) +. +§ +imposition +du +capital +$ +: +_ +création +d +' +un +impôt +progressif +sur +le +capital +et +l +' +actif +net +des +grandes +sociétés +. +§ +lutte +contre +la +fraude +fiscale +$ +: +la +CGT +demande +de +véritables +mesures +de +nature +à +mettre +fin +à +la +fraude +fiscale +qui +se +situe +essentiellement +au +niveau +des +grandes +sociétés +, +de +leurs +actionnaires +et +de +leurs +dirigeants +. +le +problème +déterminant +étant +celui +de +la +connaissance +exacte +des +revenus +de +toute +nature +, +il +est +indispensable +( +indépendamment +des +mesures +de +publicité +de +l +' +impôt +) +que +l +' +* +administration +dispose +de +moyens +suffisants +pour +exercer +sa +mission +de +contrôle +contre +la +véritable +fraude +. +< +S10 += +1 +> +le +droit +au +travail +le +droit +à +l +' +emploi +, +sa +garantie +, +l +' +indemnisation +du +chômage +. +. +le +droit +à +l +' +emploi +. +. +< +S10 += +0 +> +§ +la +politique +économique +et +sociale +actuelle +aggrave +l +' +insécurité +de +l +' +emploi +et +le +chômage +. +§ +les +moyens +fondamentaux +de +renverser +cette +tendance +sont +contenus +dans +l +' +ensemble +du +présent +programme +. +§ +dans +l +' +immédiat +, +la +CGT +se +prononce +à +nouveau +en +faveur +de +mesures +générales +efficaces +permettant +d +' +améliorer +sensiblement +la +situation +de +l +' +emploi +$ +: +_ +progression +du +pouvoir +d +' +achat +( +stimulant +pour +l +' +économie +) +; +_ +avancement +de +l +' +âge +ouvrant +droit +à +la +retraite +; +_ +réduction +du +temps +de +travail +sans +diminution +de +salaire +et +allègement +de +la +charge +de +travail +individuelle +devant +entraîner +l +' +embauche +d +' +effectifs +supplémentaires +. +§ +ces +mesures +sont +indissociables +de +la +mise +en +oeuvre +d +' +unevéritable +politique +de +développement +économique +qui +offrirait +les +débouchés +nécessaires +à +toutes +les +personnes +désirant +occuper +un +emploi +notamment +aux +jeunes +et +aux +femmes +. +§ +_ +les +textes +légaux +et +contractuels +sont +susceptibles +d +' +apporter +certaines +protections +appréciables +mais +ne +résolvent +pas +le +problème +décisif +de +la +garantie +de +l +' +emploi +et +ne +règlent +que +partiellement +celui +des +garanties +de +ressources +dont +de +nombreux +salariés +sont +exclus +. +§ +pour +atteindre +ces +deux +objectifs +, +la +CGT +formule +les +revendications +suivantes +, +pour +l +' +ensemble +des +salariés +des +secteurs +public +, +nationalisé +et +privé +, +quels +que +soient +leur +âge +, +leur +sexe +ou +leur +nationalité +. +< +S10 += +1 +> +la +garantie +de +l +' +emploi +. +. +< +S10 += +0 +> +§ +_ +droit +à +l +' +information +complète +et +contrôlable +faite +en +temps +utile +des +salariés +, +de +leurs +représentants +et +des +organisations +syndicales +sur +tous +les +problèmes +concernant +l +' +emploi +. +_ +droit +réel +de +discussion +pour +les +syndicats +et +les +représentants +du +personnel +sur +les +mesures +susceptibles +d +' +entraîner +des +compressions +d +' +effectifs +, +des +licenciements +ou +des +modifications +d +' +emploi +, +envisagées +par +les +employeurs +. +_ +droit +de +recours +, +pour +les +syndicats +et +les +représentants +du +personnel +, +à +des +instances +paritaires +et +à +des +instances +juridiques +habilitées +à +cet +effet +en +cas +de +difficultés +dans +l +' +entreprise +$ +: +le +recours +suspend +toute +décision +de +licenciement +. +_ +interdiction +de +tout +licenciement +non +accompagné +d +' +une +mesure +de +reclassement +préalable +, +garantissant +pleinement +les +droits +des +travailleurs +et +leur +assurant +une +situation +équivalente +. +_ +protections +équivalentes +des +salariés +licenciés +en +cas +de +faillite +( +liquidation +de +biens +, +règlement +judiciaire +) +par +la +mise +en +oeuvre +de +la +responsabilité +collective +du +patronat +. +_ +réemploi +obligatoire +des +femmes +dès +leur +retour +du +congé +légal +d +' +un +an +pour +élever +un +enfant +et +des +jeunes +à +l +' +issue +du +* +service +national +avec +maintien +des +avantages +acquis +. +_ +interdiction +de +tout +licenciement +prioritaire +basé +sur +l +' +âge +, +le +sexe +ou +la +nationalité +. +_ +application +intégrale +et +extension +à +l +' +ensemble +des +salariés +des +droits +découlant +des +accords +nationaux +interprofessionnels +, +lois +et +règlements +, +sur +la +sécurité +de +l +' +emploi +, +la +formation +et +le +perfectionnement +professionnels +. +_ +droit +de +contrôle +( +et +moyens +réels +de +l +' +assurer +) +, +sur +l +' +utilisation +des +fonds +publics +alloués +aux +entreprises +pour +création +ou +évolution +d +' +emplois +. +_ +suppression +des +contrats +à +durée +limitée +. +_ +personnel +permanent +en +nombre +suffisant +permettant +d +' +assurer +les +travaux +courants +de +l +' +entreprise +et +excluant +dans +ces +domaines +le +recours +à +des +entreprises +extérieures +de +main +d +' +oeuvre +intérimaire +ou +temporaire +. +_ +révision +profonde +des +conditions +d +' +introduction +de +séjour +et +d +' +emploi +de +la +main +- +d +' +oeuvre +immigrée +et +prise +en +compte +des +revendications +formulées +à +cet +égard +par +la +CGT +garanties +par +un +statut +à +caractère +social +et +démocratique +. +_ +protection +des +immigrés +contre +les +trafics +et +les +abus +dont +ils +sont +victimes +, +quels +qu +' +en +soient +les +auteurs +et +stricte +application +de +la +loi +du +6 +juillet +1973 +relative +à +la +répression +des +trafics +de +main +- +d +' +oeuvre +. +_ +l +' +* +office +national +d +' +immigration +doit +être +le +seul +organisme +compétent +chargé +du +recrutement +à +l +' +étranger +, +de +l +' +introduction +et +de +l +' +accueil +des +immigrés +et +de +leurs +familles +. +< +S10 += +1 +> +garantie +des +ressources +. +. +< +S10 += +0 +> +§ +lorsqu +' +un +emploi +ne +peut +être +donné +à +ceux +qui +veulent +travailler +, +il +faut +leur +garantir +des +ressources +décentes +sans +limitation +de +durée +: +_ +tout +salarié +privé +d +' +emploi +par +son +employeur +et +qui +est +inscrit +comme +demandeur +d +' +emploi +doit +bénéficier +de +ressources +égales +à +son +salaire +antérieur +. +_ +tous +les +autres +demandeurs +d +' +emploi +, +y +compris +ceux +qui +recherchent +un +premier +emploi +doivent +être +assurés +d +' +un +minimum +de +ressources +égal +au +SMIC +. +_ +garantie +des +ressources +sur +la +base +de +l +' +horaire +et +du +salaire +habituels +pour +les +salariés +touchés +par +des +réductions +d +' +horaires +. +_ +garantie +de +ressources +égales +au +salaire +antérieur +à +tous +les +salariés +dont +le +reclassement +dans +un +emploi +équivalent +n +' +a +pu +être +assuré +. +_ +revalorisation +des +allocations +d +' +aide +publique +en +matière +de +chômage +total +ou +partiel +au +taux +de +50 +% +du +SMIC +, +et +élévation +substantielle +des +plafonds +de +ressources +. +_ +généralisation +de +l +' +action +du +* +fonds +national +de +l +' +emploi +. +_ +généralisation +de +l +' +accord +national +interprofessionnel +du +14 +octobre +1974 +, +sur +l +' +allocation +supplémentaire +d +' +attenteà +tous +les +salariés +victimes +de +licenciement +. +_ +généralisation +et +amélioration +de +l +' +accord +national +interprofessionnel +du +27 +mars +1972 +sur +la +garantie +de +ressources +aux +salariés +privés +d +' +emploi +de +plus +de +60 +ans +. +_ +attribution +de +délais +de +paiement +et +aide +en +matière +d +' +impôts +, +de +loyer +, +de +dettes +et +crédits +pour +les +salariés +et +leurs +familles +pendant +la +période +où +ils +sont +sans +emploi +et +inscrits +comme +demandeurs +d +' +emplois +. +_ +suspension +immédiate +de +toutes +poursuites +saisies +et +voies +d +' +exécution +à +l +' +encontre +des +chômeurs +. +_ +cotisation +ASSEDIC +à +la +charge +exclusive +des +employeurs +. +< +S10 += +1 +> +l +' +abaissement +de +l +' +âge +de +la +retraite +. +. +< +S10 += +0 +> +§ +alors +que +des +centaines +de +milliers +de +travailleurs +connaissent +le +chômage +et +que +les +jeunes +sont +de +plus +en +plus +nombreux +à +ne +pouvoir +trouver +un +emploi +à +l +' +issue +de +leur +temps +de +scolarité +, +* +pouvoir +et +* +patronat +contraignent +des +salariés +âgés +de +plus +de +60 +ans +à +continuer +leur +activité +professionnelle +. +§ +l +' +abaissement +de +l +' +âge +de +la +retraite +se +justifie +pleinement +$ +: +_ +pour +des +raisons +humaines +$ +: +les +statistiques +font +clairement +apparaître +que +dans +leur +grande +masse +les +travailleurs +, +et +parmi +eux +tout +particulièrement +les +ouvriers +de +l +' +industrie +et +de +l +' +agriculture +, +ont +une +durée +moyenne +de +vie +plus +brève +que +les +autres +catégories +de +la +population +, +ceci +étant +dû +notamment +aux +conditions +de +travail +dont +la +CGT +demande +l +' +amélioration +. +le +droit +doit +leur +être +reconnu +de +pouvoir +bénéficier +véritablement +et +dans +des +conditions +décentes +de +leur +retraite +. +par +ailleurs +, +les +femmes +de +plus +en +plus +nombreuses +parmi +les +salariés +, +connaissent +dans +le +contexte +actuel +une +fatigue +accrue +du +fait +de +leur +double +fonction +de +travailleuse +et +de +mère +de +famille +, +et +de +l +' +insuffisance +notoire +des +équipements +sociaux +collectifs +qui +devraient +être +créés +afin +d +' +alléger +leurs +tâches +familiales +de +ménagères +. +dans +ces +conditions +, +la +possibilité +doit +leur +être +offerte +, +ainsi +qu +' +aux +travailleurs +des +professions +les +plus +pénibles +de +pouvoir +bénéficier +d +' +une +retraite +anticipée +. +_ +pour +des +raisons +économiques +et +sociales +$ +: +les +emplois +libérés +par +les +travailleurs +admis +à +faire +valoir +leurs +droits +à +la +retraite +au +taux +plein +pourraient +être +occupés +par +des +salariés +présentement +en +chômage +. +ceci +apparaît +plus +sain +sur +le +plan +économique +et +plus +juste +sur +le +plan +social +. +§ +pour +ces +deux +motifs +essentiels +, +la +CGT +entend +faire +aboutir +la +revendication +de +l +' +âge +de +la +retraite +au +taux +plein +à +60 +ans +pour +les +hommes +et +55 +ans +pour +les +femmes +et +les +salariés +effectuant +des +travaux +pénibles +ou +insalubres +, +en +garantissant +les +avantages +acquis +par +certaines +catégories +des +secteurs +public +et +nationalisé +. +< +S10 += +1 +> +la +réduction +de +la +durée +du +travail +. +. +< +S10 += +0 +> +§ +la +nécessité +d +' +un +allègement +de +la +charge +de +travail +, +élément +essentiel +de +l +' +amélioration +des +conditions +de +travail +, +les +besoins +croissants +de +temps +libre +pour +le +repos +, +les +loisirs +, +l +' +information +, +l +' +accès +à +la +culture +, +l +' +aggravation +de +la +situation +de +l +' +emploi +, +font +de +la +réduction +de +la +durée +du +travail +sans +diminution +des +salaires +une +revendication +qu +' +il +est +urgent +de +satisfaire +. +§ +elle +peut +s +' +appliquer +notamment +à +l +' +échelle +de +la +semaine +, +par +la +réduction +et +la +limitation +de +la +durée +hebdomadaire +, +et +à +l +' +échelle +de +l +' +année +, +par +l +' +allongement +des +congés +payés +. +§ +les +engagements +pris +par +le +patronat +en +mai +1968 +n +' +ont +pas +été +tenus +$ +: +le +retour +à +la +semaine +de +40 +heures +sans +diminution +des +salaires +n +' +a +été +rendu +effectif +que +pour +une +minorité +de +salariés +. +§ +la +durée +du +travail +demeure +très +élevée +dans +certains +secteurs +et +certaines +entreprises +, +alors +que +se +multiplient +les +licenciements +et +les +réductions +d +' +horaires +entrainant +d +' +importantes +diminutions +de +salaires +. +§ +la +durée +maximale +légale +du +travail +demeure +fixée +à +un +niveau +inadmissible +. +§ +en +conséquence +, +la +CGT +demande +$ +: +_ +retour +rapide +et +effectif +aux +40 +heures +dans +toutes +les +branches +et +pour +toutes +les +catégories +de +travailleurs +, +avec +compensation +intégrale +des +effets +de +la +diminution +des +horaires +sur +les +salaires +. +_ +attribution +à +tous +les +salariés +d +' +une +cinquième +semaine +de +congés +payés +, +pouvant +être +prise +en +dehors +de +la +période +légale +. +_ +augmentation +des +effectifs +pour +permettre +la +réduction +de +la +durée +du +travail +pour +toutes +les +catégories +de +travailleurs +, +sans +accroissement +de +l +' +intensité +du +travail +. +_ +semaine +de +travail +de +cinq +jours +suivis +de +deux +jours +de +repos +consécutifs +obligatoires +. +_ +abaissement +progressif +de +la +durée +du +travail +en +dessous +de +40 +heures +pour +les +salariés +dont +les +conditions +de +travail +sont +particulièrement +pénibles +. +_ +limitation +à +45 +heures +de +la +durée +hebdomadaire +maximale +du +travail +. +les +heures +supplémentaires +effectuées +dans +cette +limite +et +seulement +dans +des +cas +exceptionnels +seront +obligatoirement +rémunérées +comme +telles +et +récupérées +en +repos +compensateurs +. +_ +suppression +des +dérogations +permanentes +et +du +système +des +équivalences +. +_ +limitation +de +l +' +amplitude +de +la +journée +de +travail +. +< +S10 += +1 +> +la +formation +et +le +perfectionnement +professionnels +. +. +< +S10 += +0 +> +§ +la +rapidité +de +l +' +évolution +technologique +transforme +les +conditions +d +' +exercice +de +l +' +ensemble +des +professions +. +la +politique +de +concentration +des +entreprises +contraint +les +travailleurs +à +des +reconversions +profondes +. +la +crise +aggravée +du +système +capitaliste +et +la +détérioration +de +la +situation +de +l +' +emploi +rendent +ces +demandes +de +conversion +encore +plus +nombreuses +et +plus +difficiles +. +§ +les +travailleurs +formulent +l +' +exigence +légitime +$ +: +_ +d +' +acquérir +un +savoir +plus +large +, +plus +complet +correspondant +à +l +' +état +présent +des +connaissances +, +_ +de +pouvoir +se +perfectionner +afin +d +' +être +mieux +garantis +dans +leur +emploi +et +d +' +accéder +à +une +promotion +réelle +, +_ +de +pouvoir +se +reconvertir +à +d +' +autres +activités +professionnelles +, +avec +le +maintien +, +au +minimum +, +de +leur +niveau +de +qualification +antérieure +. +§ +résultat +des +luttes +, +l +' +* +accord +du +9 +juillet +1970 +a +ouvert +aux +travailleurs +le +droit +à +la +formation +. +il +a +donné +également +aux +apprentis +des +garanties +nouvelles +. +les +lois +du +16 +juillet +1971 +, +malgré +leurs +insuffisances +et +leurs +aspects +restrictifs +ont +dû +confirmer +ce +droit +et +ces +garanties +. +cependant +, +la +mise +en +application +se +heurte +à +l +' +attitude +négative +du +patronat +et +du +gouvernement +qui +entendent +faire +de +ces +textes +des +instruments +au +service +de +leurs +seuls +intérêts +. +§ +afin +de +permettre +aux +travailleurs +du +secteur +privé +et +du +secteur +public +d +' +exercer +ce +droit +et +aux +apprentis +de +disposer +des +nouvelles +garanties +, +la +CGT +préconise +les +revendications +suivantes +: +< +S10 += +1 +> +apprentissage +. +. +< +S10 += +0 +> +§ +la +situation +des +jeunes +sous +contrat +d +' +* +apprentissage +doit +être +améliorée +par +$ +: +_ +l +' +augmentation +du +minimum +légal +des +rémunérations +des +apprentis +avec +maintien +du +versement +des +allocations +familiales +aux +parents +( +rémunération +égale +à +40 +% +du +SMIC +pendant +la +durée +du +premier +tiers +de +l +' +apprentissage +, +60 +% +durant +le +deuxième +tiers +, +80 +% +pendant +le +troisième +) +; +_ +l +' +application +, +sans +dérogation +, +de +l +' +horaire +annuel +de +360 +heures +dans +les +* +centres +de +formation +d +' +apprentis +( +horaire +porté +progressivement +à +400 +heures +) +; +_ +la +garantie +de +recevoir +dans +l +' +entreprise +une +formation +pratique +complète +et +préalablement +définie +; +_ +la +reconnaissance +du +plein +droit +syndical +. +§ +les +* +centres +de +formation +d +' +apprentis +doivent +être +placés +sous +la +tutelle +et +le +contrôle +directs +de +l +' +éducation +* +nationale +. +< +S10 += +1 +> +formation +professionnelle +continue +. +. +< +S10 += +0 +> +§ +cette +formation +est +un +droit +ouvert +à +tous +les +travailleurs +des +secteurs +privé +, +public +et +nationalisé +. +§ +pour +assurer +la +formation +continue +des +travailleurs +, +la +CGT +pose +les +revendications +suivantes +: +_ +des +mesures +sociales +doivent +être +prises +concernant +$ +: +_ +la +généralisation +et +la +simplification +du +maintien +de +la +rémunération +des +travailleurs +en +congé +formation +ou +des +demandeurs +d +' +emploi +allant +en +stage +, +_ +une +protection +sociale +complète +des +stagiaires +$ +: +_ +le +remboursement +intégral +des +frais +de +transport +et +d +' +hébergement +, +_ +la +prise +en +charge +intégrale +par +l +' +état +ou +l +' +entreprise +du +coût +des +stages +, +_ +les +dispositions +particulières +permettant +aux +travailleuses +d +' +accéder +sans +discrimination +à +la +formation +et +au +perfectionnement +professionnels +. +_ +des +opérations +de +mise +à +niveau +sont +nécessaires +pour +certaines +catégories +dont +l +' +accès +à +une +formation +et +à +une +qualification +est +freiné +par +l +' +insuffisance +du +niveau +de +formation +générale +. +ces +opérations +doivent +relever +essentiellement +de +l +' +* +éducation +nationale +et +faire +l +' +objet +d +' +un +financement +particulier +. +§ +ces +actions +de +mise +à +niveau +sont +particulièrement +nécessaires +$ +: +_ +pour +les +femmes +désirant +prendre +un +emploi +ou +reprendre +une +activité +professionnelle +après +une +interruption +pour +raisons +familiales +; +ces +sessions +de +rattrapage +doivent +être +rémunérées +; +_ +pour +les +travailleurs +immigrés +, +afin +de +permettre +le +développement +de +leur +formation +professionnelle +et +leur +promotion +sociale +$ +: +les +cours +d +' +alphabétisation +et +d +' +apprentissagedu +français +doivent +être +généralisés +, +sur +le +temps +de +travail +et +rémunérés +comme +tel +. +ces +actions +doivent +être +à +la +charge +de +l +' +* +état +, +des +employeurs +et +des +pays +d +' +origine +, +sous +la +responsabilité +de +l +' +éducation +* +nationale +, +indépendamment +des +lois +et +des +accords +relatifs +à +la +formation +professionnelle +continue +; +_ +pour +les +jeunes +sans +formation +professionnelle +$ +: +_ +pour +ceux +qui +sont +sous +contrat +de +travail +, +doit +être +rendue +effective +l +' +application +des +dispositions +législatives +prévoyant +200 +heures +de +formation +pendant +le +temps +de +travail +et +avec +le +maintien +intégral +du +salaire +( +ces +200 +heures +devant +être +considérées +comme +un +minimum +) +, +_ +pour +ceux +qui +sont +sans +travail +, +il +faut +développer +et +améliorer +les +actions +de +préformation +de +l +' +* +éducation +nationale +et +de +l +' +AFPA +, +et +revaloriser +les +indemnités +des +stagiaires +. +_ +un +développement +important +de +l +' +AFPA +doit +être +réalisé +pour +lui +permettre +de +répondre +sans +délai +aux +besoins +de +formation +des +demandeurs +d +' +emploi +et +de +participer +à +la +mise +en +oeuvre +du +congé +formation +, +y +compris +par +la +création +de +sections +mobiles +opérant +hors +des +centres +, +au +plus +près +des +travailleurs +. +l +' +accès +des +femmes +et +des +travailleurs +immigrés +dans +toutes +les +spécialités +doit +être +rendu +possible +par +des +mesures +d +' +adaptation +des +* +centres +de +l +' +AFPA +. +le +libre +exercice +du +droit +syndical +doit +être +reconnu +aux +stagiaires +de +l +' +AFPA +. +_ +les +établissements +de +l +' +* +éducation +nationale +doivent +être +systématiquement +ouverts +à +la +formation +continue +, +ce +qui +implique +des +moyens +nouveaux +et +des +structures +appropriées +( +dotation +supplémentaire +de +crédits +de +fonctionnement +et +d +' +équipement +, +création +de +postes +d +' +enseignantset +d +' +autres +personnels +) +. +_ +la +reconnaissance +des +diplômes +, +des +connaissances +acquises +et +des +niveaux +de +qualification +atteints +, +doit +être +assurée +en +s +' +appuyant +sur +l +' +inscription +désormais +prévue +dans +les +clauses +obligatoires +des +conventions +collectives +. +_ +dans +le +secteur +public +, +le +droit +des +personnels +à +la +formation +doit +s +' +exercer +sans +entrave +. +_ +pour +les +non +- +titulaires +de +l +' +* +état +, +exclus +jusque +- +là +de +la +formation +continue +, +le +droit +doit +être +immédiatement +ouvert +et +les +stages +doivent +avoir +, +parmi +leurs +objectifs +, +de +contribuer +à +la +titularisation +. +< +S10 += +1 +> +financement +. +. +< +S10 += +0 +> +§ +en +ce +qui +concerne +le +financement +, +la +CGT +réaffirme +sa +proposition +d +' +un +* +fonds +national +de +formation +et +de +perfectionnement +, +alimenté +parallèlement +par +des +versements +des +employeurs +et +des +crédits +d +' +* +état +. +§ +ce +* +fonds +serait +soumis +au +contrôle +syndical +et +son +institution +est +le +seul +moyen +d +' +éviter +les +gaspillages +. +§ +dans +le +système +actuel +, +le +taux +de +la +participation +patronale +à +la +formation +continue +doit +être +portée +à +2 +% +du +montant +des +salaires +en +1976 +, +comme +le +prévoit +la +loi +du +16 +juillet +1971 +, +que +le +gouvernement +doit +appliquer +. +§ +la +taxe +d +' +apprentissage +doit +revenir +au +taux +, +antérieur +à +1972 +, +de +0 +- +6 +% +des +salaires +. +< +S10 += +1 +> +contrôle +des +organisations +syndicales +des +travailleurs +. +. +< +S10 += +0 +> +§ +le +contrôle +syndical +doit +être +accru +sur +toutes +les +actions +de +formation +, +aussi +bien +en +ce +qui +concerne +la +formation +initiale +que +la +formation +continue +. +cela +implique +le +renforcement +$ +: +_ +des +prérogatives +des +représentants +des +travailleurs +dans +toutes +les +instances +traitant +de +la +formation +; +_ +des +prérogatives +des +* +comités +d +' +entreprise +ainsi +que +des +délégués +du +personnel +en +l +' +absence +de +* +comité +d +' +entreprise +; +_ +des +moyens +donnés +à +leurs +membres +et +à +ceux +de +la +* +commission +d +' +emploi +et +* +formation +professionnelle +, +( +crédit +suffisant +d +' +heures +rémunérées +) +. +< +S10 += +1 +> +faire +appliquer +et +élargir +. +. +< +S10 += +0 +> +§ +la +CGT +engage +ses +organisations +et +l +' +ensemble +des +travailleurs +$ +: +_ +à +exiger +partout +l +' +application +intégrale +des +dispositions +contractuelles +et +légales +, +ce +qui +doit +permettre +actuellement +de +faire +bénéficier +, +au +minimum +, +un +travailleur +sur +cinq +d +' +un +mois +de +formation +, +chaque +année +; +_ +à +réclamer +l +' +élargissement +de +ces +dispositions +, +notamment +des +clauses +de +l +' +accord +interprofessionnel +du +9 +juillet +1970 +qui +peuvent +être +améliorées +à +tous +les +niveaux +, +notamment +au +plan +des +conventions +collectives +; +_ +à +faire +accélérer +l +' +établissement +des +listes +de +stages +paritairement +agréés +sur +des +critères +précis +; +_ +à +poursuivre +l +' +action +à +tous +les +niveaux +, +et +particulièrement +à +celui +des +entreprises +, +pour +obtenir +les +conditions +et +les +moyens +nécessaires +au +plein +exercice +du +droit +au +congé +formation +. +< +S10 += +1 +> +le +respect +de +la +vie +des +travailleurs +. +. +l +' +amélioration +des +conditions +de +travail +. +. +< +S10 += +0 +> +§ +l +' +aggravation +des +conditions +de +travail +se +généralise +. +elle +atteint +, +sous +des +formes +et +à +des +degrés +divers +, +toutes +les +catégories +de +salariés +$ +: +ouvriers +, +employés +, +techniciens +, +ingénieurs +, +cadres +. +§ +l +' +emploi +des +techniques +nouvelles +au +lieu +d +' +alléger +la +peine +des +hommes +s +' +accompagne +d +' +une +accélération +des +cadences +, +d +' +une +tendance +accentuée +à +la +déqualification +du +travail +et +à +la +parcellisation +des +tâches +, +du +développement +du +travail +en +continu +, +de +l +' +inadaptation +des +locaux +de +travail +, +de +l +' +absence +ou +de +l +' +insuffisance +des +moyens +de +protection +de +la +santé +et +de +la +sécurité +. +il +en +découle +une +usure +intensive +des +forces +des +travailleurs +, +une +augmentation +importante +du +nombre +et +de +la +gravité +des +accidents +et +maladies +, +situation +qui +contribue +à +aggraver +l +' +insécurité +de +l +' +emploi +, +de +la +classification +et +des +ressources +. +§ +les +28 +millions +de +journées +de +travail +perdues +annuellement +pour +incapacités +temporaires +traduisent +les +conséquences +extrêmement +graves +des +conditions +actuelles +de +travail +sur +la +santé +et +l +' +intégrité +physique +des +travailleurs +. +§ +les +revendications +de +la +CGT +ont +été +présentées +dans +le +document +adopté +le +2 +février +1972 +par +la +* +commission +exécutive +et +précisées +en +vue +des +négociations +avec +le +CNPF +. +elles +tendent +à +réduire +la +pénibilité +du +travail +, +à +prémunir +les +travailleurs +contre +les +exigences +de +rendement +accru +, +à +s +' +opposer +à +la +déqualification +et +à +la +parcellisation +extrême +du +travail +, +à +obtenir +une +protection +efficace +de +la +santé +et +de +la +sécurité +des +travailleurs +, +à +ouvrir +des +possibilités +de +promotion +professionnelle +. +§ +leur +satisfaction +exige +notamment +$ +: +_ +l +' +affectation +d +' +un +pourcentage +minimum +des +investissements +annuels +à +l +' +étude +et +à +la +réalisation +de +l +' +amélioration +des +conditions +de +travail +; +_ +la +mise +à +la +disposition +des +travailleurs +, +de +leurs +représentants +élus +, +des +syndicats +, +des +moyens +d +' +information +, +de +contrôle +, +d +' +expression +et +d +' +intervention +sur +tous +les +sujets +concernant +les +conditions +de +travail +, +lesquels +doivent +obligatoirement +, +sur +demande +des +syndicats +, +faire +l +' +objet +de +négociations +aux +différents +niveaux +. +§ +outre +la +réduction +de +la +durée +du +travail +et +l +' +augmentationdes +effectifs +, +éléments +essentiels +de +l +' +amélioration +des +conditions +de +travail +, +la +révision +des +classifications +, +le +droit +à +la +formation +et +au +perfectionnement +professionnels +, +qui +trouvent +sur +ce +plan +une +justification +particulière +, +la +CGT +défend +les +revendications +suivantes +: +< +S10 += +1 +> +§ +charge +de +travail +. +. +< +S10 += +0 +> +la +charge +de +travail +physique +ou +intellectuelle +doit +être +ramenée +ou +contenue +dans +des +limites +n +' +entrainant +pas +une +fatigue +excessive +pour +le +travailleur +. +les +cadences +de +travail +notamment +doivent +être +limitées +ou +réduites +en +conséquence +. +ce +résultat +peut +être +obtenu +par +$ +: +_ +l +' +accroissement +des +effectifs +, +lesquels +doivent +tenir +compte +notamment +des +absences +probables +, +_ +la +limitation +du +nombre +de +pièces +à +produire +ou +d +' +opérations +à +réaliser +, +_ +la +réduction +du +nombre +de +machines +ou +d +' +appareils +à +conduire +ou +à +surveiller +, +_ +la +réduction +de +la +vitesse +de +la +chaîne +, +_ +l +' +affichage +dans +les +ateliers +ou +services +des +temps +alloués +, +de +la +vitesse +de +la +chaîne +, +des +effectifs +occupés +, +de +la +définition +des +opérations +à +effectuer +sur +chaque +poste +de +travail +ou +du +nombre +de +machines +ou +d +' +appareils +à +conduire +ou +à +surveiller +doit +être +rendu +obligatoire +; +_ +toute +modification +ayant +pour +effet +d +' +accroître +la +charge +de +travail +individuelle +doit +être +interdite +; +_ +les +délégués +syndicaux +, +du +personnel +et +du +CE +, +les +travailleurs +concernés +, +doivent +être +informés +au +préalable +et +consultés +sur +toutes +modifications +du +processus +de +travail +. +< +S10 += +1 +> +§ +organisation +du +temps +de +travail +. +. +< +S10 += +0 +> +_ +temps +de +repos +payés +en +cours +de +journée +, +avec +arrêt +effectif +, +le +cas +échéant +, +de +la +machine +ou +des +appareils +ou +de +la +chaîne +; +_ +mise +en +place +, +pour +les +travaux +sur +chaîne +, +de +remplaçants +en +nombre +suffisant +pour +permettre +des +arrêts +individuels +; +_ +temps +de +repos +supplémentaires +pour +les +femmes +enceintes +et +allongement +à +18 +semaines +du +congé +légal +de +maternité +; +_ +installation +de +salles +de +repos +à +proximité +des +lieux +de +travail +; +_ +pour +les +travailleurs +en +équipes +$ +: +allongement +du +temps +de +pause +payé +et +paiement +, +comme +temps +de +travail +, +du +temps +total +de +présence +dans +l +' +entreprise +; +_ +limitation +du +travail +en +continu +et +en +semi +- +continu +aux +seuls +postes +de +travail +où +existent +réellement +des +impératifs +techniques +; +_ +compensation +pour +les +travailleurs +postés +en +continu +ou +semi +- +continu +, +des +conséquences +de +cette +forme +de +travail +par +$ +: +l +' +abaissement +de +la +durée +du +travail +en +dessous +de +40 +heures +par +$ +: +l +' +introduction +d +' +une +cinquième +équipe +( +continu +) +ou +d +' +unequatrième +équipe +( +semi +- +continu +) +, +l +' +avancement +de +l +' +âge +de +la +retraite +, +l +' +allongement +des +congés +payés +; +_ +organisation +des +systèmes +de +rotation +des +postes +par +discussion +entre +la +direction +et +les +organisations +syndicales +et +avec +l +' +accord +des +intéressés +; +_ +pour +les +travaux +particulièrement +éprouvants +ou +comportant +des +risques +pour +la +santé +, +changement +de +poste +en +cours +de +journée +, +avec +maintien +du +salaire +et +renforcement +de +la +surveillance +médicale +; +_ +préalablement +à +toute +application +des +horaires +variables +ou +du +travail +à +temps +partiel +, +établissement +de +garanties +portant +notamment +sur +les +avantages +acquis +et +l +' +exercice +des +droits +syndicaux +, +ces +garanties +devant +faire +l +' +objet +de +négociations +avec +les +organisations +syndicales +. +< +S10 += +1 +> +formation +et +promotion +professionnelles +. +. +< +S10 += +0 +> +§ +la +lutte +contre +les +effets +du +caractère +épuisant +et +asservissant +du +travail +comporte +l +' +exigence +du +droit +à +la +formation +et +à +la +promotion +pour +tout +travailleur +, +du +manoeuvre +à +l +' +ingénieur +, +selon +les +aptitudes +et +capacités +de +chacun +. +§ +ce +qui +implique +$ +: +_ +la +modification +de +l +' +organisation +du +travail +de +façon +à +en +diminuer +la +pénibilité +, +à +en +réduire +la +parcellisation +et +à +en +augmenter +l +' +intérêt +et +le +degré +de +qualification +; +_ +la +possibilité +pour +tous +les +ouvriers +spécialisés +qui +en +feront +la +demande +de +changer +de +poste +de +travail +, +après +un +an +d +' +ancienneté +, +afin +d +' +étendre +leur +expérience +ou +d +' +acquérir +une +polyvalence +donnant +accès +à +une +qualification +supérieure +; +_ +des +dispositions +particulières +pour +favoriser +l +' +accès +à +une +formation +de +base +des +travailleurs +et +travailleuses +n +' +en +ayant +pas +reçue +; +_ +la +garantie +pour +tous +les +travailleurs +de +pouvoir +franchir +, +au +bénéfice +de +l +' +expérience +et +de +l +' +enrichissement +de +leurs +connaissances +, +les +échelons +dans +la +hiérarchie +des +classifications +et +des +salaires +, +leur +assurant +ainsi +une +carrière +normale +. +< +S10 += +1 +> +rôle +de +l +' +encadrement +. +. +< +S10 += +0 +> +§ +il +importe +qu +' +en +matière +de +conditions +de +travail +, +les +ingénieurs +, +cadres +, +techniciens +et +agents +de +maîtrise +aient +toutes +possibilités +de +donner +leur +avis +sur +le +plan +professionnel +, +même +lorsqu +' +il +est +en +opposition +avec +l +' +orientation +officielle +de +l +' +entreprise +, +ce +qui +suppose +$ +: +d +' +une +part +, +les +modalités +d +' +application +des +garanties +collectives +, +les +protégeant +contre +les +pressions +de +leurs +employeurs +, +d +' +autre +part +, +les +garanties +liées +à +leurs +responsabilités +sur +les +conditions +de +travail +des +autres +salariés +et +d +' +en +fixer +les +limites +. +< +S10 += +1 +> +sécurité +des +personnes +. +. +< +S10 += +0 +> +§ +sécurité +des +travailleurs +assurant +les +paiements +, +encaissements +et +transports +de +fonds +. +§ +toutes +dispositions +matérielles +doivent +être +prises +pour +prémunir +les +travailleurs +concernés +contre +les +risques +d +' +agressions +. +§ +les +effectifs +de +personnel +, +en +particulier +, +doivent +être +en +nombre +suffisant +. +< +S10 += +1 +> +l +' +hygiène +et +la +sécurité +du +travail +. +. +< +S10 += +0 +> +§ +liée +étroitement +aux +problèmes +posés +par +les +conditions +de +travail +, +l +' +amélioration +des +conditions +d +' +hygiène +et +de +sécurité +implique +en +tout +premier +lieu +que +la +réglementation +existante +soit +strictement +appliquée +sur +tous +les +lieux +de +travail +, +qu +' +elle +soit +adaptée +aux +conditions +et +exigences +actuelles +et +qu +' +elle +évolue +constamment +en +fonction +des +conditions +et +exigences +nouvelles +. +§ +les +dispositions +et +l +' +action +, +en +matière +d +' +hygiène +et +sécurité +, +doivent +avoir +avant +tout +un +caractère +préventif +, +ce +qui +suppose +notamment +que +la +sécurité +soit +intégrée +dès +le +stade +de +l +' +élaboration +des +projets +de +construction +, +de +la +mise +au +point +des +méthodes +de +travail +, +de +la +conception +et +des +études +de +machines +, +locaux +, +produits +et +processus +de +fabrication +. +§ +les +organisations +syndicales +, +les +comités +d +' +entreprises +, +les +délégués +du +personnel +ont +pleine +compétence +pour +l +' +ensemble +de +ces +problèmes +touchant +aux +conditions +de +travail +. +les +* +comités +d +' +hygiène +et +de +sécurité +ont +un +rôle +particulièrement +important +. +< +S10 += +1 +> +comité +hygiène +et +sécurité +. +. +< +S10 += +0 +> +§ +à +cet +égard +, +leur +efficacité +doit +être +renforcée +par +les +dispositions +suivantes +: +§ +_ +institution +de +* +comités +d +' +hygiène +et +de +sécurité +dans +toutes +les +entreprises +et +établissements +industriels +et +commerciaux +du +secteur +privé +, +comme +des +secteurs +public +et +nationalisé +. +leurs +membres +doivent +disposer +de +pouvoirs +réels +, +notamment +celui +d +' +obtenir +l +' +interruption +du +travail +dans +tous +les +cas +où +celui +- +ci +présente +un +caractère +dangereux +et +de +saisir +les +juridictions +compétentes +. +§ +la +liberté +de +circulation +doit +leur +être +garantie +dans +tous +les +lieux +de +travail +. +ils +doivent +disposer +du +temps +nécessaire +pour +l +' +accomplissement +de +leur +mission +et +en +toute +hypothèse +d +' +un +minimum +au +moins +égal +au +crédit +d +' +heures +des +délégués +du +personnel +. +§ +_ +les +membres +des +* +comités +d +' +hygiène +et +de +sécurité +doivent +être +élus +par +l +' +ensemble +des +salariés +concernés +. +ils +doivent +bénéficier +d +' +une +protection +identique +à +celle +des +délégués +du +personnel +dans +toutes +les +entreprises +. +le +secrétaire +du +* +comité +d +' +hygiène +et +de +sécurité +doit +être +un +représentant +des +travailleurs +désigné +par +les +membres +élus +du +* +comité +d +' +hygiène +et +de +sécurité +. +§ +_ +le +* +comité +d +' +hygiène +et +de +sécurité +a +compétence +pour +l +' +ensemble +du +personnel +travaillant +dans +l +' +entreprise +qui +comprend +également +le +personnel +intérimaire +et +intermittent +. +§ +la +responsabilité +juridique +en +matière +d +' +accidents +du +travail +ou +de +maladies +professionnelles +incombe +exclusivement +à +l +' +employeur +. +elle +ne +peut +en +aucun +cas +être +imputée +au +personnel +d +' +encadrement +. +§ +outre +les +conditions +qui +leur +sont +faites +, +les +ingénieurs +, +cadres +, +techniciens +et +agents +de +maîtrise +jouent +un +rôle +important +dans +le +développement +de +la +sécurité +au +sein +de +l +' +entreprise +. +ils +doivent +pouvoir +travailler +en +liaison +avec +le +médecin +du +travail +et +l +' +ingénieur +de +sécurité +et +avoir +connaissance +de +toutes +les +remarques +des +CHS +, +ainsi +que +des +autres +représentants +des +salariés +et +des +organisations +syndicales +. +§ +toutes +dispositions +, +telles +que +le +contrôle +médical +organisé +à +l +' +initiative +des +employeurs +, +tendant +à +exercer +une +pression +sur +les +salariés +malades +ou +accidentés +, +en +vue +de +leur +imposer +une +reprise +prématurée +du +travail +, +sont +vigoureusement +combattues +par +la +CGT +et +doivent +être +interdites +. +§ +les +consignes +de +sécurité +doivent +être +adaptées +et +traduites +dans +leur +langue +maternelle +pour +les +travailleurs +immigrés +. +§ +des +stages +d +' +information +sur +les +questions +relatives +à +la +sécurité +doivent +être +organisés +pour +les +travailleurs +nouvellement +embauchés +, +le +temps +passé +à +ces +stages +étant +considéré +comme +temps +de +travail +et +payé +comme +tel +, +sans +imputation +sur +le +temps +du +congé +formation +professionnelle +ni +sur +les +fonds +dévolus +à +celle +- +ci +. +§ +la +compétence +du +* +comité +d +' +hygiène +et +sécurité +doit +s +' +étendre +sans +restriction +aux +problèmes +de +la +pollution +$ +: +toutes +dispositions +seront +prises +pour +qu +' +il +puisse +veiller +au +respect +des +normes +nationales +ou +internationales +concernant +le +bruit +et +la +teneur +en +produits +nocifs +non +seulement +de +l +' +atmosphère +des +ateliers +mais +aussi +des +gaz +, +liquides +et +solides +rejetés +par +l +' +entreprise +. +§ +dans +ce +domaine +, +la +CGT +dénonce +vigoureusement +le +chantage +exercé +sous +la +forme +des +faux +dilemnes +$ +: +usine +insalubre +( +ou +polluante +) +ou +fermeture +( +ou +non +installation +) +. +< +S10 += +1 +> +médecine +du +travail +. +. +< +S10 += +0 +> +§ +la +médecine +du +travail +est +un +élément +important +du +système +de +protection +de +l +' +homme +sur +le +lieu +de +travail +. +§ +il +convient +d +' +établir +avec +l +' +ensemble +des +parties +intéressées +un +statut +du +médecin +du +travail +. +§ +ce +statut +devra +notamment +fixer +les +conditions +de +rémunération +et +définir +une +protection +qui +assurent +au +médecin +du +travail +une +indépendance +totale +à +l +' +égard +de +l +' +employeur +. +_ +détermination +du +nombre +des +vacations +du +médecin +du +travail +de +telle +sorte +que +le +tiers +de +son +temps +lui +permette +réellement +de +remplir +les +tâches +qui +sont +les +siennes +en +matière +de +prévention +de +la +pathologie +du +travail +, +connaissance +des +conditions +concrètes +de +réalisation +du +travail +, +recherche +des +moyens +d +' +améliorer +l +' +hygiène +et +la +sécurité +. +_ +modification +du +décret +du +13 +juin +1969 +, +notamment +en +ce +qui +concerne +la +gestion +des +services +médicaux +interentreprises +. +les +représentants +élus +des +établissements +concernés +, +ainsi +que +ceux +des +organisations +syndicales +représentatives +doivent +participer +de +plein +droit +à +la +gestion +des +centres +médicaux +interentreprises +, +ce +qui +implique +$ +: +_ +que +leur +représentation +au +sein +du +* +conseil +d +' +administration +soit +assurée +dans +des +conditions +leur +permettant +une +intervention +effective +dans +les +décisions +et +sur +l +' +activité +des +centres +; +_ +qu +' +ils +disposent +du +temps +, +des +possibilités +de +déplacement +et +des +moyens +d +' +information +nécessaires +à +l +' +accomplissement +de +leur +mandat +, +l +' +indemnisation +du +temps +passé +étant +assumée +par +les +employeurs +. +§ +le +médecin +du +travail +sera +obligatoirement +consulté +pour +toutes +les +questions +relevant +des +conditions +de +travail +, +de +la +prévention +, +de +l +' +hygiène +et +de +la +sécurité +du +travail +. +< +S10 += +1 +> +les +comités +techniques +régionaux +et +nationaux +. +. +< +S10 += +0 +> +§ +de +par +leurs +attributions +, +les +* +comités +techniques +régionaux +et +nationaux +peuvent +prendre +des +mesures +comblant +le +retard +de +la +réglementation +sur +le +développement +des +sciences +et +des +techniques +influençant +les +conditions +de +travail +, +de +prévention +, +d +' +hygiène +et +de +sécurité +. +§ +les +conditions +actuelles +de +composition +et +de +fonctionnement +des +* +comités +techniques +régionaux +ne +leur +permettent +pas +de +jouer +correctement +et +pleinement +leur +rôle +. +il +est +nécessaire +d +' +imposer +$ +: +_ +l +' +augmentation +du +nombre +de +* +comités +techniques +régionaux +et +le +regroupement +des +activités +professionnelles +tout +en +assurant +aux +représentants +salariés +le +temps +et +les +moyens +d +' +assurer +leur +mandat +. +< +S10 += +1 +> +dispositions +législatives +. +. +< +S10 += +0 +> +§ +la +CGT +demande +que +tous +les +produits +présentant +un +danger +de +quelque +nature +que +ce +soit +avant +d +' +être +utilisés +dans +l +' +industrie +, +soient +subordonnés +à +un +visa +délivré +par +un +organisme +national +compétent +dont +il +convient +de +débattre +avec +les +* +pouvoirs +publics +. +le +même +organisme +devrait +être +chargé +de +déterminer +des +normes +nationales +fixant +la +teneur +maximale +tolérable +de +l +' +atmosphère +des +lieux +de +travail +en +substances +nuisibles +, +ainsi +que +les +limites +du +bruit +et +de +la +radioactivité +. +§ +ces +dispositions +s +' +appliquent +aux +produits +actuellement +en +usage +qui +entraînent +des +conséquences +nuisibles +pour +la +santé +. +_ +création +d +' +une +sous +- +commission +au +sein +de +la +* +commission +d +' +hygiène +industrielle +chargée +d +' +établir +, +de +tenir +à +jour +et +de +communiquer +les +listes +de +substances +et +agents +cancérigènes +à +interdire +dans +la +production +, +à +contrôler +ou +à +soumettre +à +autorisation +avant +utilisation +. +_ +établir +pour +chaque +travailleur +exposé +à +des +substances +et +agents +cancérigènes +ou +autres +substances +nocives +, +un +livret +médical +mentionnant +les +produits +dangereux +avec +lesquels +il +est +en +contact +durant +sa +carrière +. +_ +la +CGT +demande +, +en +outre +, +le +renforcement +du +corps +de +l +' +* +inspection +du +travail +et +de +l +' +* +inspection +médicale +qui +devraient +être +dotés +de +pouvoirs +accrus +en +matière +de +contrôle +et +de +sanction +à +l +' +encontre +des +employeurs +violant +les +règles +de +sécurité +. +< +S10 += +1 +> +les +droits +et +libertés +des +travailleurs +. +. +les +droits +. +. +< +S10 += +0 +> +§ +l +' +action +de +classe +a +libéré +le +travailleur +d +' +un +certain +nombre +de +contraintes +imposées +par +le +patronat +dans +l +' +entreprise +capitaliste +, +et +lui +a +permis +de +conquérir +certains +droits +. +§ +sans +perdre +de +vue +que +ces +contraintes +ont +leur +origine +dans +l +' +exploitation +capitaliste +et +que +seule +la +suppression +de +celle +- +ci +permettra +leur +disparition +complète +, +sans +perdre +de +vue +également +que +des +prétendus +nouveaux +" +droits +" +suggérés +ou +offerts +( +telle +" +la +participation +" +sous +ses +diverses +formes +) +, +visent +en +fait +à +l +' +intégration +du +travailleur +dans +le +système +et +constituent +par +là +même +une +duperie +, +il +est +possible +et +nécessaire +d +' +élargir +les +droits +existants +. +§ +la +CGT +entend +promouvoir +aussi +bien +les +droits +des +travailleurs +pris +individuellement +que +les +droits +de +la +collectivité +des +travailleurs +, +représentés +par +le +syndicat +et +les +diverses +institutions +existantes +ou +à +créer +, +y +compris +dans +les +petites +entreprises +. +§ +dans +cet +esprit +, +elle +oeuvre +pour +une +législation +interdisant +aux +employeurs +de +demander +au +personnel +d +' +encadrementd +' +exercer +sur +les +travailleurs +des +pressions +directes +ou +indirectes +non +relatives +à +l +' +accomplissement +de +l +' +activité +professionnelle +. +< +S10 += +1 +> +§ +la +CGT +réclame +concernant +. +. +information +. +. +< +S10 += +0 +> +_ +droit +pour +le +travailleur +d +' +être +préalablement +informé +, +avant +toute +décision +, +de +toute +mesure +le +concernant +( +qu +' +il +s +' +agisse +de +la +détermination +de +ses +conditions +de +travail +, +de +modification +à +son +contrat +de +travail +, +de +sanctions +, +y +compris +le +licenciement +$ +. +. +. +) +; +_ +droit +de +débattre +( +assisté +s +' +il +le +désire +d +' +un +délégué +syndical +ou +d +' +un +délégué +du +personnel +) +avec +la +direction +des +intentions +de +cette +dernière +à +son +égard +; +_ +toute +mesure +prise +en +violation +de +ces +droits +, +comme +toute +disposition +dont +les +motivations +seraient +reconnues +inexactes +, +doivent +entraîner +leur +annulation +. +< +S10 += +1 +> +promotion +. +. +< +S10 += +0 +> +_ +droit +effectif +à +la +promotion +par +la +priorité +absolue +donnée +aux +travailleurs +de +l +' +entreprise +en +cas +de +poste +d +' +une +qualification +à +pourvoir +. +< +S10 += +1 +> +rémunérations +. +. +< +S10 += +0 +> +_ +droit +pour +chacun +à +la +connaissance +des +salaires +de +tous +les +membres +du +personnel +de +l +' +entreprise +. +< +S10 += +1 +> +règlement +intérieur +. +. +< +S10 += +0 +> +_ +suppression +du +règlement +intérieur +dans +sa +conception +actuelle +qui +permet +à +l +' +employeur +d +' +édicter +souverainement +des +sanctions +et +de +se +rendre +ainsi +justice +à +lui +- +même +par +la +voie +de +décisions +unilatérales +. +< +S10 += +1 +> +information +économique +, +consultation +, +contrôle +. +. +< +S10 += +0 +> +_ +droit +à +l +' +information +à +la +consultation +et +au +contrôle +sur +tout +ce +qui +concerne +l +' +activité +de +l +' +entreprise +, +en +priorité +absolue +par +le +canal +des +représentants +du +personnel +. +cette +pratique +permettant +d +' +analyser +l +' +information +et +de +combattre +, +le +cas +échéant +, +tout +caractère +de +mise +en +condition +. +_ +mise +en +place +des +* +comités +d +' +entreprise +de +tous +les +éléments +d +' +informations +économiques +, +en +particulier +$ +: +_ +tous +les +documents +permettant +une +connaissance +approfondie +et +véridique +des +éléments +comptables +de +la +gestion +passée +et +d +' +avenir +au +niveau +de +l +' +entreprise +, +du +groupe +, +de +la +branche +d +' +industrie +sur +le +plan +national +et +international +. +ces +documents +doivent +être +fournis +dans +toutes +les +sociétés +quelle +qu +' +en +soit +leur +forme +juridique +. +_ +toutes +les +informations +relatives +au +travail +et +la +gestion +du +personnel +. +_ +suppression +de +toute +obligation +de +discrétion +dans +l +' +information +économique +. +_ +droit +à +l +' +assistance +d +' +un +expert +- +comptable +dans +toutes +les +sociétés +et +pouvant +être +choisi +en +tout +lieu +. +_ +dotation +des +* +comités +d +' +entreprise +en +moyens +matériels +et +financiers +leur +permettant +l +' +étude +des +questions +économiques +. +_ +mise +en +place +de +* +comités +centraux +de +groupes +. +< +S10 += +1 +> +information +syndicale +. +. +< +S10 += +0 +> +_ +droit +à +un +temps +suffisant +selon +les +besoins +constatés +dans +chaque +entreprise +_ +et +en +aucun +cas +, +inférieur +à +une +heure +par +mois +_ +pris +sur +le +temps +de +travail +et +payé +comme +tel +, +pour +participer +à +des +réunions +organisées +par +les +syndicats +, +dans +des +locaux +mis +à +leur +disposition +par +l +' +entreprise +. +< +S10 += +1 +> +représentation +. +. +< +S10 += +0 +> +_ +dans +les +grandes +entreprises +et +dans +celles +où +la +nature +du +travail +aboutit +à +la +dispersion +des +salariés +ou +à +leur +rotation +en +équipes +successives +, +augmentation +du +nombre +des +délégués +du +personnel +, +des +membres +du +* +comité +d +' +entreprise +et +du +nombre +des +délégués +au +CHS +. +§ +la +CGT +combat +les +tentatives +répétées +du +patronat +et +du +pouvoir +, +de +mettre +en +place +des +organisations +de +collaboration +de +classe +n +' +ayant +de +syndicales +que +le +nom +telle +par +exemple +la +CFT +. +§ +elle +rappelle +que +l +' +une +des +garanties +essentielles +de +la +liberté +syndicale +réside +dans +le +droit +pour +les +seules +organisations +syndicales +représentatives +de +présenter +des +candidatures +au +premier +tour +des +élections +professionnelles +. +afin +de +renforcer +ce +droit +et +pour +déjouer +les +manoeuvres +patronales +la +CGT +réclame +$ +: +_ +un +contrôle +plus +strict +et +une +aggravation +des +pénalités +encourues +par +les +employeurs +portant +atteinte +à +la +liberté +de +vote +; +_ +l +' +abrogation +des +dispositions +légales +, +telles +celles +relatives +aux +* +comités +centraux +d +' +entreprises +, +qui +déforment +la +représentation +proportionnelle +à +l +' +entreprise +; +_ +que +seules +les +organisations +syndicales +représentatives +soient +habilitées +à +présenter +des +candidatures +y +compris +au +deuxième +tour +des +élections +quand +celui +- +ci +s +' +avère +nécessaire +; +_ +que +les +candidats +soient +élus +dans +l +' +ordre +de +présentation +de +la +liste +. +§ +la +CGT +demande +également +que +la +représentation +des +organisations +syndicales +dans +les +organismes +paritaires +, +tripartites +ou +de +caractère +officiel +, +soit +établie +proportionnellement +à +l +' +influence +réelle +de +chacune +d +' +elle +, +et +soit +réservée +aux +seules +organisations +représentatives +à +l +' +exclusion +de +toute +autre +; +qu +' +en +conséquence +il +soit +procédé +à +l +' +éviction +des +organisations +telles +que +la +CFT +. +< +S10 += +1 +> +les +libertés +. +. +libertés +syndicales +. +. +< +S10 += +0 +> +§ +amélioration +et +extension +des +dispositions +de +la +loi +du +27 +décembre +1968 +, +soit +$ +: +_ +reconnaissance +de +l +' +organisation +syndicale +et +des +conséquences +légales +de +cette +reconnaissance +dans +tous +les +établissements +et +entreprises +quel +que +soit +l +' +effectif +du +personnel +; +_ +reconnaissance +de +la +représentation +spécifique +de +toutes +les +organisations +représentatives +d +' +ingénieurs +, +cadres +et +techniciens +; +_ +révision +des +textes +législatifs +ou +réglementaires +restreignant +le +rôle +des +organisations +syndicales +de +salariés +; +_ +libre +accès +et +liberté +de +circulation +en +tout +lieu +de +l +' +entreprise +et +à +tout +moment +, +aux +délégués +élus +, +aux +délégués +et +représentants +syndicaux +; +_ +possibilité +pour +les +délégués +représentants +locaux +régionaux +ou +nationaux +des +organisations +syndicales +représentatives +d +' +avoir +accès +dans +les +entreprises +pour +y +rencontrer +les +travailleurs +, +y +compris +là +où +n +' +existe +pas +d +' +organisation +syndicale +; +_ +collecte +des +cotisations +et +diffusion +des +publications +syndicales +sur +les +lieux +et +pendant +les +heures +de +travail +. +§ +mise +à +la +disposition +des +organisations +syndicales +d +' +un +contingent +d +' +heures +nécessaires +à +leur +fonctionnement +attribué +proportionnellement +à +leur +influence +telle +qu +' +elle +ressort +des +élections +professionnelles +. +< +S10 += +1 +> +protection +. +. +< +S10 += +0 +> +§ +interdiction +et +nullité +du +licenciement +et +de +toutes +les +formes +de +répression +patronale +visant +les +élus +et +représentants +du +personnel +, +les +salariés +exerçant +un +mandat +ou +une +fonction +confiés +par +l +' +organisation +syndicale +ou +exercé +en +son +nom +, +et +, +tout +salarié +en +raison +de +ses +opinions +, +croyances +ou +appartenance +à +une +organisation +syndicale +ou +à +un +parti +ou +prononcé +en +violation +des +droits +et +libertés +syndicales +. +< +S10 += +1 +> +mandat +syndical +. +. +< +S10 += +0 +> +§ +droit +inconditionnel +pour +tout +salarié +à +l +' +exercice +d +' +un +mandat +électif +et +de +délégué +syndical +, +cela +exige +que +la +charge +de +travail +de +l +' +intéressé +soit +diminuée +dans +la +même +proportion +que +le +temps +qu +' +il +doit +consacrer +à +son +travail +ou +qu +' +il +soit +remplacé +pendant +l +' +exercice +de +ses +fonctions +. +cela +exige +également +que +les +dispositions +soient +prises +pour +que +l +' +élu +des +travailleurs +puisse +continuer +à +exercer +son +activité +professionnelle +. +§ +éligibilité +pour +les +travailleurs +immigrés +dans +les +mêmes +conditions +que +celles +s +' +appliquant +aux +travailleurs +français +, +et +levée +de +toutes +restrictions +concernant +leur +accès +aux +responsabilités +de +représentation +, +de +direction +et +d +' +administration +des +organisations +syndicales +. +< +S10 += +1 +> +grève +. +. +< +S10 += +0 +> +§ +abrogation +de +toutes +les +restrictions +à +l +' +exercice +du +droit +de +grève +, +y +compris +celle +résultant +de +l +' +utilisation +abusive +de +la +notion +de +" +liberté +du +travail +" +. +§ +interdiction +de +toute +retenue +sur +le +salaire +ou +les +primes +excédant +le +prorata +de +la +durée +de +la +grève +. +§ +interdiction +du +lock +- +out +, +qu +' +il +soit +ou +non +camouflé +sous +l +' +appellation +de +chômage +technique +. +< +S10 += +1 +> +libertés +et +informatique +. +. +< +S10 += +0 +> +§ +en +cas +d +' +établissement +de +fichiers +de +renseignements +, +notamment +informatisés +par +des +services +administratifs +publics +ou +privés +, +qu +' +il +soit +interdit +de +recueillir +et +de +mémoriser +des +informations +sans +rapport +direct +avec +l +' +objet +spécifique +du +fichier +, +et +en +particulier +des +données +ou +appréciations +susceptibles +de +nuire +au +travailleur +dans +sa +vie +professionnelle +ou +de +porter +entrave +à +l +' +exercice +des +libertés +individuelles +ou +collectives +dont +il +est +en +droit +de +se +réclamer +. +§ +institution +de +système +de +contrôle +permettant +de +veiller +à +la +stricte +application +et +au +respect +du +principe +énoncé +ci +- +dessus +. +< +S10 += +1 +> +l +' +éducation +syndicale +. +. +< +S10 += +0 +> +§ +étant +donné +le +rôle +et +les +responsabilités +des +syndicats +dans +la +société +moderne +, +l +' +éducation +syndicale +est +un +élément +de +l +' +éducation +dans +son +ensemble +. +§ +son +développement +pose +de +nombreux +problèmes +au +premier +rang +desquels +le +financement +de +ces +activités +et +l +' +amélioration +du +congé +éducation +. +§ +s +' +agissant +du +financement +, +la +CGT +estime +qu +' +en +premier +lieu +le +patronat +doit +prendre +en +charge +le +paiement +de +la +perte +de +salaire +qu +' +entraîne +l +' +utilisation +des +congés +éducation +. +les +comités +d +' +entreprise +versant +, +quant +à +eux +, +des +bourses +d +' +études +aux +bénéficiaires +des +congés +éducation +, +bourses +d +' +un +montant +suffisant +pour +couvrir +les +frais +de +séjour +et +les +voyages +des +intéressés +. +plus +globalement +enfin +, +la +subvention +annuelle +du +* +ministère +du +travail +doit +connaître +une +augmentation +notable +pour +tenir +compte +de +l +' +augmentation +des +charges +, +du +développement +important +de +l +' +ensemble +des +réalisations +éducatives +de +la +CGT +, +ainsi +que +de +sa +représentativité +réelle +. +§ +s +' +agissant +du +congé +éducation +, +des +modifications +réglementaires +doivent +intervenir +pour +le +fractionnement +de +ce +congé +, +pour +l +' +augmentation +du +nombre +des +bénéficiaires +, +notamment +dans +les +grandes +entreprises +, +et +, +enfin +, +pour +l +' +octroi +aux +centrales +syndicales +les +plus +représentatives +et +proportionnellement +à +leur +représentativité +, +d +' +un +contingent +annuel +de +congés +éducation +de +longue +durée +pour +répondre +aux +besoins +des +éducateurs +et +à +la +nécessité +de +renforcer +les +stages +de +niveau +supérieur +. +< +S10 += +1 +> +la +législation +du +travail +. +. +< +S10 += +0 +> +§ +l +' +application +et +le +respect +des +droits +des +travailleurs +à +l +' +entreprise +nécessitent +que +les +instances +responsables +de +la +législation +sociale +disposent +de +moyens +de +contrôle +et +de +réparation +suffisants +et +adaptés +. +§ +en +effet +, +les +violations +des +droits +des +travailleurs +prennent +un +aspect +intolérable +, +du +fait +même +de +leur +fréquence +et +de +leur +gravité +, +et +appellent +un +certain +nombre +de +réformes +qui +, +au +jugement +de +la +CGT +, +devraient +comporter +les +points +suivants +: +< +S10 += +1 +> +§ +inspection +du +travail +. +. +< +S10 += +0 +> +_ +augmentation +sensible +du +nombre +des +inspecteurs +et +contrôleurs +du +travail +qui +devrait +être +doublé +. +_ +accroissement +de +leurs +pouvoirs +d +' +intervention +, +de +contrôle +et +de +sanction +à +l +' +encontre +des +employeurs +, +notamment +par +la +possibilité +d +' +intervenir +devant +toutes +les +instances +compétentes +, +le +droit +de +faire +arrêter +les +machines +en +cas +de +danger +flagrant +et +le +droit +de +convoquer +tout +témoin +. +_ +extension +de +leur +compétence +à +toutes +les +professions +et +à +tous +les +secteurs +d +' +activité +. +_ +institution +de +délégués +salariés +à +l +' +inspection +du +travail +, +élus +par +les +travailleurs +et +dotés +des +attributions +et +des +pouvoirs +nécessaires +à +l +' +accomplissement +de +leur +tâche +de +contrôle +dans +les +entreprises +, +de +répression +et +de +sanction +des +violations +de +la +loi +. +< +S10 += +1 +> +§ +juridiction +prudhomale +. +. +< +S10 += +0 +> +_ +création +obligatoire +de +* +conseils +de +prudhommes +dans +tous +les +centres +importants +et +couvrant +tout +le +territoire +national +. +_ +extension +sans +exception +de +la +juridiction +prudhomale +à +tous +les +travailleurs +ne +relevant +pas +de +la +fonction +publique +. +_ +accès +à +l +' +électorat +et +à +l +' +éligibilité +de +tous +les +travailleurs +sans +distinction +de +nationalité +. +_ +élection +des +conseillers +prudhommes +un +jour +ouvrable +, +pendant +le +temps +de +travail +, +au +scrutin +proportionnel +sur +des +listes +présentées +par +les +organisations +syndicales +les +plus +représentatives +. +_ +suppression +des +sections +et +catégories +en +tant +que +telles +, +et +liberté +d +' +organisation +interne +des +conseils +en +sections +professionnelles +ou +chambres +selon +leurs +besoins +particuliers +. +_ +gratuité +, +accélération +et +simplification +de +la +procédure +prudhomale +. +_ +prise +en +charge +par +l +' +* +état +, +au +titre +du +* +ministère +de +la +justice +, +de +la +création +et +du +fonctionnement +des +* +conseils +de +prudhommes +et +de +l +' +attribution +d +' +une +subvention +spéciale +aux +organisations +syndicales +pour +la +formation +de +leurs +conseillers +prudhommes +. +_ +élargissement +de +la +compétence +des +* +conseils +de +prudhommes +aux +conflits +collectifs +d +' +ordre +juridique +; +institution +d +' +un +véritable +référé +prudhomal +. +_ +établissement +d +' +un +statut +de +conseiller +prudhomme +garantissant +le +libre +exercice +de +son +activité +et +sa +couverture +contre +tout +préjudice +, +de +quelque +ordre +qu +' +il +puisse +être +. +< +S10 += +1 +> +code +du +travail +. +. +< +S10 += +0 +> +§ +une +réforme +profonde +de +la +législation +sociale +s +' +impose +pour +la +débarrasser +des +conceptions +antisociales +héritées +du +* +code +Napoléon +. +un +* +code +du +travail +moderne +doit +élargir +et +garantir +efficacement +les +droits +des +travailleurs +dans +les +conditions +actuelles +de +l +' +exploitationcapitaliste +. +< +S10 += +1 +> +les +conventions +collectives +. +. +< +S10 += +0 +> +§ +la +garantie +des +droits +collectifs +et +des +revendications +, +imposée +par +l +' +action +syndicale +, +nécessite +des +* +conventions +collectives +efficaces +. +§ +trop +souvent +, +ces +conventions +sont +vidées +de +leur +contenu +, +notamment +en +ce +qui +concerne +les +salaires +. +dans +de +nombreux +cas +, +elles +sont +même +inexistantes +. +§ +la +CGT +lutte +pour +de +véritables +conventions +collectives +$ +: +_ +la +négociation +des +conventions +collectives +, +avenants +et +accords +paritaires +, +doit +être +ouverte +obligatoirement +à +toutes +les +* +organisations +syndicales +représentatives +; +_ +les +conventions +collectives +, +avenants +et +accords +paritaires +ne +doivent +s +' +appliquer +que +s +' +ils +sont +signés +par +des +organisations +syndicales +représentatives +représentant +ensemble +la +majorité +des +travailleurs +concernés +; +_ +tous +les +travailleurs +d +' +une +même +branche +du +manoeuvre +à +l +' +ingénieur +doivent +être +couverts +par +une +convention +collective +unique +, +comportant +des +avenants +traitant +les +questions +spécifiques +qui +concernent +les +diverses +catégories +. +cela +implique +l +' +extension +automatique +de +chaque +convention +à +toutes +les +entreprises +d +' +une +profession +déterminée +; +_ +les +problèmes +généraux +intéressant +l +' +ensemble +des +salariés +doivent +être +réglés +par +des +accords +interprofessionnels +. +des +conventions +collectives +nationales +doivent +couvrir +toutes +les +branches +et +régler +les +problèmes +d +' +ensemble +du +secteur +professionnel +; +_ +les +accords +et +conventions +d +' +entreprises +doivent +être +considérés +comme +des +compléments +aux +accords +nationaux +ou +aux +conventions +collectives +nationales +, +leur +objet +étant +de +les +adapter +et +de +les +améliorer +; +_ +accélération +de +la +procédure +d +' +extension +des +conventions +collectives +et +accords +, +la +décision +devant +être +rendue +dans +un +délai +maximum +de +trois +mois +à +dater +du +dépôt +de +la +demande +d +' +extension +. +§ +pour +répondre +pleinement +à +la +protection +qu +' +elle +doit +apporter +aux +travailleurs +, +toute +convention +collective +doit +couvrir +dans +ses +dispositions +l +' +ensemble +des +problèmes +soulevés +par +l +' +exercice +de +la +profession +, +dans +le +sens +des +revendications +définies +par +le +présent +programme +. +tout +particulièrement +, +elle +doit +assurer +une +véritable +garantie +des +salaires +. +§ +la +CGT +s +' +oppose +à +toute +disposition +visant +à +limiter +les +droits +syndicaux +et +le +droit +de +grève +, +et +refuse +toute +clause +se +référant +à +des +conceptions +de +collaboration +de +classes +. +§ +conclue +à +la +fois +en +fonction +des +conditions +économiques +sociales +et +politiques +et +du +rapport +des +forces +entre +les +salariés +et +le +patronat +existant +au +moment +de +la +signature +, +la +convention +collective +représente +un +avantage +minimum +pour +tous +, +qui +ne +saurait +être +considéré +comme +immuable +. +§ +son +contenu +doit +être +amélioré +en +tenant +compte +des +besoins +nouveaux +et +de +l +' +évolution +du +rapport +des +forces +en +présence +. +§ +aussi +une +action +de +caractère +permanent +est +elle +nécessaire +pour +assurer +l +' +application +correcte +des +avantages +acquis +et +les +préserver +de +toute +atteinte +, +et +conquérir +des +avantages +et +des +droits +nouveaux +. +§ +sur +la +base +des +principes +énoncés +ci +- +dessus +, +la +CGT +réclame +l +' +ouverture +rapide +, +dans +toutes +les +branches +, +de +négociations +aux +fins +de +conclure +des +conventions +collectives +nationales +, +ou +, +le +cas +échéant +, +de +mettre +à +jour +et +d +' +améliorer +celles +qui +existent +. +< +S10 += +1 +> +les +statuts +. +. +< +S10 += +0 +> +§ +les +statuts +des +personnels +sont +le +résultat +des +luttes +nombreuses +des +organisations +syndicales +pour +obtenir +l +' +établissement +de +garanties +. +ils +ont +été +acquis +ou +améliorés +à +l +' +occasion +d +' +un +rapport +de +forces +favorable +à +l +' +ensemble +de +la +classe +ouvrière +, +notamment +lors +de +la +libération +de +notre +pays +avec +le +progrès +du +mouvement +démocratique +. +§ +la +prise +en +considération +des +revendications +générales +de +la +CGT +constitue +un +élément +important +de +la +lutte +pour +la +sauvegarde +et +l +' +amélioration +des +garanties +statutaires +mises +en +cause +par +la +politique +du +pouvoir +visant +à +favoriser +les +monopoles +. +§ +cette +politique +a +les +plus +lourdes +conséquences +dans +le +secteur +public +$ +: +_ +compression +maximum +des +dépenses +de +fonctionnement +au +détriment +des +conditions +de +vie +et +de +travail +des +personnels +et +de +la +qualité +de +service +rendu +aux +usagers +; +_ +transferts +de +plus +en +plus +nombreux +et +variés +des +activités +publiques +rentables +vers +le +secteur +privé +et +démantèlement +des +services +publics +, +utilisation +de +personnels +hors +statuts +pour +certains +secteurs +d +' +activité +. +§ +cela +s +' +accompagne +d +' +attaques +constantes +, +ouvertes +ou +insidieuses +contre +les +statuts +des +personnels +. +sous +couvert +de +réformes +, +d +' +adaptation +ou +de +réorganisation +, +l +' +objectif +final +est +de +remettre +en +cause +les +avantages +acquis +dans +tous +les +domaines +. +§ +ainsi +, +défense +du +service +public +, +défense +et +amélioration +des +garanties +statutaires +sont +étroitement +liées +. +§ +cette +action +reste +une +préoccupation +importante +de +la +CGT +. +< +S10 += +1 +> +respect +des +garanties +acquises +. +. +< +S10 += +0 +> +§ +la +CGT +lutte +pour +le +respect +intégral +des +garanties +acquises +et +le +rétablissement +de +celles +qui +ont +été +remises +en +cause +. +elle +exige +notamment +$ +: +_ +l +' +extension +du +rôle +et +de +la +compétence +des +organismes +paritaires +de +la +* +fonction +publique +( +commissions +administratives +, +comités +techniques +, +* +conseil +supérieur +de +la +* +fonction +publique +) +et +des +* +comités +mixtes +du +secteur +nationalisé +; +_ +leur +consultation +obligatoire +; +_ +l +' +amélioration +de +leur +fonctionnement +dans +le +sens +d +' +un +développement +de +prérogatives +des +représentants +des +personnels +et +des +facilités +nécessaires +à +l +' +exercice +de +leur +mandat +. +§ +la +CGT +exige +que +soit +mis +un +terme +au +recrutement +de +personnel +auxiliaire +ou +hors +statut +$ +: +_ +les +auxiliaires +doivent +être +titularisés +; +_ +les +personnels +écartés +du +bénéfice +des +droits +statutaires +doivent +être +intégrés +dans +le +cadre +du +statut +; +_ +les +situations +particulières +pouvant +justifier +le +recrutement +de +personnel +sous +contrat +doivent +être +déterminées +en +accord +avec +les +organisations +syndicales +. +dans +ce +cas +, +des +garanties +équivalentes +à +celles +des +personnels +à +statut +doivent +être +accordées +à +ces +personnels +. +des +règles +similaires +seront +appliquées +aux +personnels +des +entreprises +assurant +une +concession +de +service +public +. +< +S10 += +1 +> +garanties +nouvelles +. +. +< +S10 += +0 +> +§ +des +garanties +fondamentales +nouvelles +doivent +être +obtenues +, +notamment +en +ce +qui +concerne +$ +: +_ +les +modalités +de +négociations +afin +de +respecter +les +prérogatives +syndicales +. +à +ce +sujet +$ +: +_ +les +représentants +du +gouvernement +ou +des +directions +nationales +doivent +avoir +réellement +le +pouvoir +de +négocier +et +de +traiter +sans +être +enfermés +dans +les +limites +de +décisions +prises +au +préalable +et +arbitrairement +; +_ +la +référence +à +des +instruments +dont +le +gouvernement +possède +le +contrôle +exclusif +( +indice +officiel +des +prix +) +ou +à +des +formules +liées +à +la +productivité +, +à +l +' +évolution +des +recettes +, +ou +à +la +production +doit +être +exclue +; +_ +les +réformes +de +caractère +fondamental +, +ou +les +mesures +de +caractère +pluriannuel +doivent +être +négociées +en +dehors +des +discussions +salariales +annuelles +; +_ +les +organisations +syndicales +représentatives +doivent +être +associées +à +toutes +les +discussions +intéressant +les +travailleurs +dont +elles +ont +mission +de +défendre +les +intérêts +, +qu +' +elles +soient +ou +non +signataires +des +accords +. +§ +les +droits +syndicaux +, +les +prérogatives +des +organisations +syndicales +dans +l +' +entreprise +, +l +' +établissement +ou +le +service +, +en +particulier +pour +ce +qui +concerne +le +temps +et +les +moyens +des +élus +, +doivent +être +respectés +et +étendus +. +§ +les +comités +d +' +entreprise +ou +organismes +similaires +financés +par +les +administrations +ou +les +directions +et +gérés +par +les +représentants +élus +du +personnel +doivent +être +créés +dans +tous +les +secteurs +. +là +où +ils +existent +, +les +droits +des +travailleurs +dans +la +gestion +doivent +être +étendus +. +< +S10 += +1 +> +la +formation +et +le +développement +de +l +' +homme +. +. +l +' +enseignement +et +l +' +éducation +permanente +. +. +< +S10 += +0 +> +§ +la +CGT +attache +la +plus +grande +importance +à +la +formation +des +hommes +. +l +' +acquisition +des +connaissances +pour +tous +et +au +niveau +le +plus +élevé +, +en +fonction +des +aptitudes +de +chacun +, +commande +largement +le +développement +du +progrès +scientifique +, +technique +, +économique +, +social +et +culturel +. +§ +il +est +un +facteur +important +du +développement +de +la +démocratie +. +§ +l +' +éducation +des +enfants +et +des +jeunes +doit +viser +tout +à +la +fois +à +l +' +épanouissement +de +l +' +individu +, +à +son +insertion +dans +la +société +pour +qu +' +il +soit +utile +à +la +collectivité +nationale +, +à +sa +préparation +au +rôle +de +citoyen +responsable +. +§ +une +telle +formation +étalée +de +l +' +école +maternelle +à +l +' +enseignement +du +second +degré +et +à +l +' +enseignement +supérieur +, +doit +se +prolonger +au +cours +de +la +vie +active +par +le +moyen +d +' +une +éducation +permanente +ouverte +à +tous +les +champs +de +la +connaissance +. +§ +le +* +pouvoir +en +place +ne +permet +pas +la +réalisation +d +' +un +tel +objectif +. +§ +le +système +éducatif +actuel +est +conçu +à +partir +des +besoins +des +couches +dominantes +. +il +limite +les +connaissances +au +minimum +requis +pour +assurer +le +profit +. +il +freine +la +recherche +scientifique +et +l +' +asservit +au +patronat +. +il +perpétue +la +ségrégation +sociale +. +il +diffuse +largement +l +' +idéologie +de +la +classe +au +pouvoir +. +§ +les +réformes +successives +entreprises +depuis +15 +ans +_ +même +si +elles +doivent +tenir +compte +de +la +pression +populaire +_ +recherchent +les +adaptations +que +nécessitent +l +' +évolutiondes +techniques +et +surtout +la +crise +du +capitalisme +. +§ +la +crise +de +l +' +école +française +, +la +pauvreté +de +ses +moyens +, +les +jeunes +, +les +étudiants +diplômés +sans +emploi +, +sont +des +reflets +de +la +crise +du +capitalisme +dans +notre +pays +. +§ +la +CGT +estime +qu +' +un +autre +système +éducatif +réaliste +, +progressiste +, +inspiré +de +la +réforme +Langevin +- +Wallon +doit +être +mis +en +place +. +§ +il +donnerait +aux +jeunes +tout +à +la +fois +la +possibilité +de +s +' +instruire +sans +autre +limitation +que +celle +des +aptitudes +et +celle +d +' +utiliser +leur +savoir +dans +des +emplois +rendus +disponibles +par +le +renouveau +économique +. +§ +il +effacerait +largement +les +discriminations +nées +des +différences +de +situation +de +fortune +et +aussi +de +race +en +permettant +notamment +aux +immigrés +et +à +leurs +enfants +d +' +apprendre +leur +langue +maternelle +et +de +mieux +connaître +la +culture +du +pays +d +' +origine +et +du +pays +de +travail +. +§ +il +rétablirait +l +' +égalité +entre +la +formation +des +hommes +et +des +femmes +. +§ +il +se +prolongerait +dans +une +véritable +formation +continue +, +assurant +notamment +l +' +entretien +et +le +perfectionnement +professionnels +, +qu +' +un +enseignement +technique +rénové +et +développé +rendrait +possible +et +efficace +. +§ +ainsi +serait +assuré +, +dans +le +cadre +d +' +une +éducation +nationale +laïque +, +unifiée +associant +les +maîtres +et +les +utilisateurs +, +un +développement +réel +d +' +un +enseignement +de +qualité +, +effectué +par +des +maîtres +qualifiés +et +rémunérés +en +conséquence +. +§ +la +CGT +continuera +de +se +battre +pour +un +tel +projet +, +solution +réaliste +et +globale +à +la +crise +de +l +' +enseignement +. +§ +d +' +ores +et +déjà +, +sans +attendre +une +réforme +complète +du +système +éducatif +, +un +certain +nombre +de +revendications +peuvent +être +satisfaites +. +§ +le +développement +à +l +' +école +maternelle +pour +tous +en +milieu +rural +et +urbain +, +en +s +' +opposant +à +tout +" +plan +" +qui +tendrait +à +dénaturer +le +caractère +éducatif +et +social +de +cet +enseignement +. +§ +la +rénovation +de +l +' +école +élémentaire +dans +son +contenu +et +son +fonctionnement +et +assurant +notamment +la +réduction +des +effectifs +par +classe +et +la +formation +élevée +et +le +perfectionnement +des +maîtres +. +§ +le +respect +intégral +de +la +loi +sur +la +scolarisation +obligatoire +jusqu +' +à +16 +ans +en +garantissant +à +chaque +jeune +une +formation +complète +dans +les +structures +de +l +' +éducation +* +nationale +. +une +telle +exigence +implique +l +' +abrogation +des +articles +56 +et +57 +de +la +* +loi +Royer +, +l +' +abandon +des +formules +de +cloisonnement +structurel +ou +pédagogique +conduisant +des +élèves +à +des +impasses +dramatiques +. +elle +implique +également +des +actions +de +rattrapage +des +retards +scolaires +. +§ +la +mise +en +oeuvre +d +' +un +enseignement +secondaire +de +valeur +, +associant +aux +connaissances +scientifiques +et +littéraires +fondamentales +, +l +' +éducation +civique +et +morale +, +l +' +initiation +à +la +technologie +et +à +l +' +économie +, +l +' +éducation +artistique +et +la +formation +physique +. +§ +un +tel +enseignement +, +sanctionné +par +un +baccalauréat +doit +s +' +ouvrir +librement +et +sans +discrimination +vers +les +enseignements +supérieurs +, +ou +vers +l +' +exercice +d +' +un +métier +. +§ +l +' +expansion +sans +précédent +d +' +un +enseignement +technique +public +, +ouvert +également +aux +garçons +et +aux +filles +, +rénové +, +moderne +, +diversifié +, +favorisant +l +' +épanouissement +des +jeunes +, +leur +donnant +les +bases +fondamentales +des +adaptations +ultérieures +, +les +préparant +concrètement +à +l +' +emploi +. +cela +implique +$ +: +_ +d +' +assurer +le +développement +des +moyens +d +' +accueil +, +de +fonctionnement +, +d +' +orientation +et +d +' +enseignement +des +jeunes +, +garçons +et +filles +, +en +fonction +des +besoins +réels +de +l +' +économie +et +de +la +société +; +_ +de +supprimer +tous +les +moyens +et +toutes +les +structures +ségrégatives +, +empêchant +un +recrutement +normal +dans +les +collèges +d +' +enseignement +technique +; +_ +de +procéder +à +l +' +aménagement +des +structures +de +l +' +enseignementtechnologique +pour +permettre +$ +: +_ +la +mise +à +niveau +des +jeunes +, +garçons +et +filles +, +victimes +de +handicaps +scolaires +, +_ +la +diversification +des +formations +, +_ +l +' +accès +facilité +vers +des +formations +supérieures +; +_ +de +prendre +des +mesures +incitatives +pour +faire +venir +vers +l +' +enseignement +technologique +un +grand +nombre +de +jeunes +; +_ +de +réaliser +une +rénovation +totale +de +l +' +enseignement +technique +, +la +promotion +de +ses +enseignants +et +leur +perfectionnement +continu +. +§ +la +suppression +des +barrages +ségrégatifs +et +l +' +accès +des +étudiants +à +un +enseignement +supérieur +de +haut +niveau +, +en +assurant +la +liaison +entre +l +' +enseignement +et +la +recherche +dans +les +* +universités +, +et +en +étendant +les +moyens +de +la +recherche +. +§ +en +conquérant +le +droit +à +la +formation +et +le +congé +éducation +les +travailleurs +ont +réalisé +un +important +progrès +. +la +CGT +exige +que +ce +droit +soit +pleinement +respecté +et +que +la +formation +continue +s +' +élargisse +à +tous +les +besoins +professionnels +et +culturels +des +salariés +. +§ +elle +estime +que +l +' +* +éducation +nationale +doit +être +le +maître +d +' +oeuvre +principal +d +' +une +telle +politique +, +notamment +en +créant +auprès +de +chaque +établissement +public +des +départements +de +formation +continue +animés +par +des +enseignants +préparés +en +conséquence +. +§ +pour +la +réalisation +de +ces +mesures +, +la +CGT +demande +la +mise +à +la +disposition +de +l +' +* +éducation +nationale +des +moyens +nécessaires +permettant +$ +: +_ +de +construire +et +d +' +équiper +convenablement +, +et +en +toute +sécurité +, +les +écoles +de +tous +niveaux +; +_ +de +recruter +, +de +former +et +de +perfectionner +les +maîtres +, +de +résorber +l +' +auxilariat +; +_ +d +' +assurer +aux +familles +et +aux +jeunes +l +' +aide +sociale +nécessaire +sous +forme +de +bourses +, +de +primes +de +scolarité +ou +d +' +allocations +d +' +études +indexées +sur +l +' +indice +des +prix +accepté +par +les +organisations +syndicales +; +_ +de +mettre +en +place +un +véritable +service +de +protection +sociale +et +médicale +, +relevant +de +l +' +* +éducation +nationale +, +ainsi +qu +' +un +véritable +service +d +' +orientation +scolaire +et +professionnelle +. +§ +enfin +la +CGT +réaffirme +son +attachement +à +l +' +école +laïque +. +elle +dénonce +l +' +augmentation +constante +des +subventions +et +des +aides +aux +écoles +privées +, +confessionnelles +ou +patronales +. +elle +confirme +sa +volonté +de +voir +regrouper +au +sein +d +' +un +grand +service +public +de +l +' +* +éducation +nationale +tous +les +enseignements +et +services +actuellement +dispersés +comme +l +' +enseignement +agricole +par +exemple +. +§ +elle +appelle +toutes +ses +organisations +, +ses +militants +, +les +travailleurs +à +agir +, +aux +côtés +des +enseignants +, +des +organisations +et +partis +démocratiques +pour +promouvoir +toutes +les +mesures +conformes +à +l +' +intérêt +d +' +un +enseignement +national +et +pour +s +' +opposer +à +toutes +les +attaques +contre +l +' +école +. +< +S10 += +1 +> +la +culture +, +les +sports +, +les +loisirs +. +. +< +S10 += +0 +> +§ +le +développement +harmonieux +de +l +' +individu +sur +le +plan +culturel +, +sportif +et +des +loisirs +, +est +un +droit +qui +depuis +longtemps +est +partie +intégrante +des +revendications +de +la +classe +ouvrière +. +§ +consciente +que +la +possibilité +pour +les +travailleurs +d +' +accéder +à +une +véritable +vie +culturelle +, +sportive +ou +de +loisirs +est +largement +déterminée +par +leurs +conditions +générales +de +vie +, +la +CGT +agit +pour +l +' +amélioration +des +conditions +de +travail +, +la +réduction +de +la +durée +du +travail +, +la +garantie +et +la +progression +du +pouvoir +d +' +achat +. +§ +afin +de +permettre +aux +travailleurs +d +' +accéder +massivement +à +la +culture +, +aux +sports +et +aux +loisirs +, +la +CGT +définit +ses +revendications +$ +: +_ +au +niveau +de +la +collectivité +nationale +pour +exiger +une +véritable +politique +de +crédits +, +d +' +investissements +, +d +' +infrastructure +et +d +' +équipement +pour +l +' +ensemble +de +ces +activités +; +_ +au +niveau +des +entreprises +pour +obtenir +$ +: +_ +la +gestion +pleine +et +entière +de +ces +activités +par +les +représentants +élus +du +personnel +au +sein +des +* +comités +d +' +entreprise +et +organismes +assimilés +, +dans +toutes +les +entreprises +, +y +compris +dans +les +secteurs +public +et +nationalisé +, +sans +ingérence +du +patronat +et +du +gouvernement +. +§ +le +financement +par +l +' +employeur +$ +: +_ +de +l +' +ensemble +des +activités +sociales +par +une +contribution +au +* +comité +d +' +entreprise +qui +ne +saurait +être +inférieure +à +3 +% +de +la +masse +globale +des +salaires +et +appointements +, +ce +qui +permettrait +notamment +le +développement +des +réalisations +culturelles +, +sportives +et +de +loisirs +au +bénéfice +des +travailleurs +et +de +leur +famille +, +_ +des +investissements +pour +la +réalisation +d +' +installations +sportives +, +culturelles +, +de +loisirs +et +de +vacances +; +_ +l +' +octroi +par +l +' +* +état +de +subventions +et +de +crédits +sans +intérêt +aux +* +comités +d +' +entreprise +et +organismes +équivalents +pour +le +développement +des +activités +sociales +; +_ +la +mise +à +disposition +de +locaux +convenables +et +d +' +un +accès +facile +; +_ +la +suppression +de +la +TVA +pour +les +infrastructures +et +les +équipements +culturels +, +sportifs +, +de +loisirs +et +de +vacances +. +§ +la +CGT +appuie +l +' +activité +des +associations +démocratiques +culturelles +sportives +et +de +tourisme +, +des +organisations +d +' +éducation +populaire +et +de +jeunesse +et +appelle +les +organisations +confédérées +et +leurs +élus +dans +les +CE +et +équivalents +à +renforcer +leur +coopération +avec +elles +. +§ +l +' +essor +sans +précédent +des +sciences +et +des +techniques +, +la +multiplication +des +contacts +entre +les +peuples +et +des +échanges +économiques +, +la +prolifération +des +grands +moyens +d +' +information +, +la +prolongation +de +la +scolarité +, +les +nécessités +du +recyclage +professionnel +font +que +le +droit +à +la +culture +, +dans +le +prolongement +du +droit +à +l +' +instruction +, +à +la +formation +et +au +perfectionnement +professionnels +, +est +devenu +un +phénomène +social +de +notre +époque +et +une +revendication +primordiale +des +travailleurs +. +ils +développent +chez +les +travailleurs +le +besoin +d +' +approfondir +leurs +connaissances +, +leur +capacité +de +réflexion +, +de +discussion +sur +tous +les +sujets +de +la +vie +quotidienne +et +sociale +. +§ +les +besoins +croissants +des +travailleurs +, +donnent +une +acuité +plus +grande +à +ces +revendications +que +le +grand +capital +tente +de +détourner +à +des +fins +mercantiles +, +de +rabaisser +à +des +évasions +illusoires +, +individualistes +ou +primaires +, +de +canaliser +à +son +profit +pour +faire +pénétrer +son +idéologie +de +collaboration +de +classes +. +le +pouvoir +porte +atteinte +à +la +liberté +de +création +, +d +' +expression +, +et +de +diffusion +culturelle +. +les +mesures +prises +, +concernant +les +activités +de +l +' +audiovisuel +visent +à +renforcer +sa +pression +idéologique +sur +les +masses +. +il +en +est +de +même +de +certaines +opérations +de +prestige +qui +risquent +d +' +aboutirà +la +définition +d +' +une +culture +officielle +alors +même +que +sévit +la +censure +, +que +des +subventions +sont +supprimées +et +des +animateurs +licenciés +. +§ +pour +répondre +à +la +volonté +d +' +accéder +et +de +participer +à +la +culture +, +mettre +un +terme +à +la +dégradation +du +patrimoine +artistique +de +notre +pays +et +pour +l +' +enrichir +, +la +CGT +agit +pour +obtenir +$ +: +_ +l +' +augmentation +des +crédits +d +' +* +état +accordés +à +toutes +les +branches +des +activités +culturelles +, +afin +de +permettre +notamment +de +développer +le +réseau +des +théâtres +populaires +des +maisons +de +la +culture +et +des +conservatoires +et +de +donner +à +l +' +art +cinématographique +les +moyens +financiers +qui +lui +font +défaut +; +_ +la +liberté +de +création +, +d +' +expression +, +de +diffusion +des +oeuvres +artistiques +et +littéraires +; +_ +une +radio +- +télévision +répondant +à +l +' +intérêt +national +et +non +aux +impératifs +de +conditionnement +idéologique +et +de +profit +. +§ +la +CGT +soutient +la +revendication +des +artistes +, +écrivains +et +interprètes +pour +un +statut +social +élaboré +avec +eux +, +leurs +représentants +et +leurs +organisations +syndicales +. +§ +elle +considère +indispensable +d +' +associer +les +travailleurs +y +compris +les +travailleurs +immigrés +à +toutes +les +formes +de +la +vie +culturelle +et +à +toutes +les +réalisations +culturelles +existantes +$ +: +maisons +de +la +culture +, +maisons +de +jeunes +, +en +les +intéressant +également +à +la +gestion +. +§ +elle +participe +au +développement +de +ces +activités +à +divers +niveaux +par +la +mise +en +oeuvre +d +' +initiatives +prises +par +les +organisations +confédérées +, +par +l +' +impulsion +que +donnent +ses +militants +aux +multiples +réalisations +culturelles +des +comités +d +' +entreprise +ou +organismes +équivalents +des +secteurs +public +et +nationalisé +. +< +S10 += +1 +> +les +activités +sportives +de +masse +. +. +< +S10 += +0 +> +§ +le +sport +n +' +est +pas +seulement +le +moyen +le +plus +sûr +de +garantir +la +santé +et +l +' +équilibre +psychique +des +individus +, +c +' +est +aussi +un +des +éléments +de +la +culture +générale +et +de +l +' +éducation +. +§ +les +conditions +de +notre +temps +, +conditions +aggravées +des +travailleurs +menacent +gravement +leur +santé +et +celle +de +leur +famille +, +interdisent +l +' +épanouissement +de +leur +personnalité +. +la +pratique +des +activités +physiques +et +sportives +devient +un +besoin +social +indispensable +de +plus +en +plus +ressenti +par +les +travailleuses +et +les +travailleurs +. +§ +la +CGT +agit +pour +l +' +attribution +de +crédits +permettant +le +développement +de +la +pratique +du +sport +de +masse +, +et +également +pour +que +les +activités +sportives +occupent +toute +leur +place +dans +l +' +éducation +des +enfants +sur +la +base +de +la +gratuité +et +dans +des +établissements +scolaires +dotés +d +' +installations +modernes +et +d +' +éducateurs +qualifiés +. +§ +l +' +organisation +des +activités +physiques +et +sportives +sur +la +base +de +l +' +entreprise +doit +permettre +à +chaque +travailleuse +et +à +chaque +travailleur +qui +le +désire +de +pratiquer +le +sport +de +son +choix +. +§ +c +' +est +pourquoi +la +CGT +demande +que +des +dispositions +soient +prises +dans +les +statuts +, +accords +nationaux +et +conventions +collectives +. +§ +elle +demande +$ +: +_ +des +mesures +particulières +concernant +les +jeunes +sous +la +forme +de +cinq +heures +rétribuées +prises +sur +le +temps +de +travail +légal +, +leur +permettant +de +fréquenter +une +école +d +' +initiation +sportive +omnisports +; +_ +des +installations +à +l +' +intérieur +ou +à +proximité +immédiate +de +l +' +entreprise +; +_ +la +formation +d +' +animateurs +et +de +moniteurs +choisis +parmi +les +travailleurs +. +< +S10 += +1 +> +les +activités +touristiques +, +les +loisirs +. +. +< +S10 += +0 +> +§ +les +conditions +de +la +vie +moderne +et +les +servitudes +qu +' +elle +impose +, +la +pollution +qui +corrompt +l +' +atmosphère +et +le +milieu +de +vie +, +les +nuisances +de +toutes +sortes +, +atteignent +le +travailleur +sur +le +plan +physique +et +moral +. +§ +tous +ces +facteurs +contribuent +à +faire +des +loisirs +, +des +vacances +et +du +tourisme +un +phénomène +social +, +économique +et +culturel +de +notre +temps +. +§ +alors +que +les +vacances +et +le +tourisme +sont +conçus +par +le +patronat +et +le +pouvoir +comme +éléments +d +' +évasion +et +source +de +profits +, +qu +' +ils +sont +l +' +objet +d +' +opérations +spéculatives +, +la +CGT +lutte +pour +que +les +travailleurs +puissent +exercer +pleinement +le +droit +aux +congés +, +aux +loisirs +et +à +la +détente +. +§ +la +CGT +entend +susciter +et +favoriser +tout +ce +qui +conduit +à +l +' +enrichissement +culturel +, +à +la +découverte +des +sites +et +des +modes +de +vie +, +à +la +connaissance +des +réalités +socio +- +économiques +y +compris +dans +les +autres +pays +. +§ +attachant +une +très +grande +importance +au +tourisme +social +et +aux +activités +de +loisirs +, +elle +agit +pour +$ +: +_ +étendre +le +réseau +de +centres +de +vacances +familiales +et +de +parcs +de +loisirs +; +_ +réaliser +une +véritable +politique +de +crédits +et +d +' +investissements +pour +le +tourisme +social +, +ses +infrastructures +et +ses +équipements +; +_ +obtenir +la +réservation +par +l +' +* +état +et +les +collectivités +locales +de +sites +privilégiés +au +profit +du +tourisme +social +avec +bail +de +longue +durée +; +_ +exiger +la +réduction +de +50 +% +pour +les +billets +de +congés +payés +quel +que +soit +le +moyen +de +transport +ainsi +que +l +' +octroi +d +' +un +second +billet +; +_ +supprimer +toutes +les +restrictions +concernant +l +' +utilisation +de +certains +moyens +de +transport +ainsi +que +les +péages +sur +les +autoroutes +pour +les +salariés +en +congés +. +< +S10 += +1 +> +les +conditions +de +vie +. +. +les +équipements +collectifs +, +sanitaires +et +sociaux +. +. +le +logement +. +. +< +S10 += +0 +> +§ +la +politique +de +l +' +habitat +aboutit +à +l +' +accentuation +de +la +crise +du +logement +dont +les +travailleurs +et +leur +famille +sont +les +principales +victimes +. +cette +crise +est +à +la +fois +quantitative +et +qualitative +. +tout +d +' +abord +la +pénurie +de +logements +accessibles +persiste +( +particulièrement +dans +les +agglomérations +urbaines +) +; +la +charge +logement +ponctionne +lourdement +le +pouvoir +d +' +achat +, +égalant +et +souvent +même +dépassant +les +25 +% +du +budget +familial +. +les +logements +existants +ou +réalisés +ne +sont +ni +assez +spacieux +, +ni +suffisamment +équipés +, +ni +correctement +implantés +. +§ +tandis +que +des +menaces +de +plus +en +plus +lourdes +pèsent +sur +l +' +institution +HLM +, +et +que +la +spéculation +immobilière +est +source +de +profits +scandaleux +, +le +prétexte +de +la +lutte +contre +l +' +inflation +aboutit +à +réduire +le +nombre +des +logements +sociaux +construits +. +§ +la +CGT +considère +que +la +politique +sociale +du +logement +ne +peut +s +' +insérer +dans +la +pratique +d +' +un +urbanisme +fondé +sur +la +réalisation +du +profit +. +§ +pour +ce +qui +la +concerne +, +une +véritable +politique +sociale +du +logement +comporte +$ +: +_ +la +définition +d +' +un +urbanisme +d +' +ensemble +procédant +de +la +volonté +de +satisfaire +des +besoins +réels +. +cela +implique +d +' +une +part +, +d +' +assurer +des +liaisons +correctes +entre +l +' +habitat +et +l +' +emploi +, +des +transports +collectifs +rapides +et +confortables +et +financés +principalement +par +les +entreprises +, +d +' +autre +part +, +la +réalisation +d +' +un +cadre +de +vie +agréable +permettant +la +détente +et +la +satisfaction +correcte +des +besoins +sociaux +et +culturels +; +_ +la +reconnaissance +du +droit +au +logement +, +assurée +par +un +service +public +basé +sur +l +' +institution +HLM +, +ce +qui +suppose +une +gestion +démocratique +des +organismes +d +' +HLM +, +celle +- +ci +étant +assurée +majoritairement +par +les +élus +locaux +et +les +représentants +des +usagers +( +locataires +, +syndicats +) +, +ainsi +qu +' +un +ensemble +de +mesures +leur +permettant +de +remplir +efficacement +leur +rôle +; +_ +la +maîtrise +de +l +' +usage +des +sols +avec +droit +de +préemption +public +sur +les +transactions +de +terrains +bâtis +ou +non +bâtis +à +l +' +intérieur +des +zones +d +' +urbanisation +et +fixation +de +prix +de +référence +stables +pour +éliminer +la +spéculation +; +_ +le +financement +des +programmes +par +l +' +* +état +, +à +l +' +aide +de +prêts +de +longue +durée +à +faible +taux +d +' +intérêt +; +_ +l +' +octroi +de +subventions +permettant +aux +collectivités +locales +et +aux +offices +HLM +de +réaliser +les +réserves +financières +nécessaires +; +_ +l +' +exonération +totale +de +la +TVA +et +diminution +du +taux +de +celle +- +ci +sur +les +fournitures +et +travaux +d +' +entretien +; +_ +la +réalisation +de +programmes +annuels +permettant +de +faire +face +aux +besoins +; +_ +la +réglementation +des +loyers +et +charges +. +suppression +du +surloyer +, +garantie +du +droit +au +maintien +dans +les +lieux +, +abrogation +de +la +loi +permettant +la +vente +des +HLM +locatives +; +_ +la +refonte +complète +et +la +réforme +du +financement +de +l +' +allocation +logement +; +_ +l +' +affectation +prioritaire +, +sous +le +contrôle +des +* +comités +d +' +entreprise +, +de +la +cotisation +du +1 +% +des +entreprises +au +financement +du +logement +social +. +cette +cotisation +doit +s +' +appliquer +à +l +' +* +état +et +aux +collectivités +publiques +pour +les +personnels +qu +' +ils +emploient +; +elle +doit +être +portée +à +2 +% +pour +les +grandes +entreprises +; +_ +le +développement +de +la +construction +de +logements +sociaux +pour +les +travailleurs +immigrés +et +les +retraités +, +ainsi +que +des +foyers +pour +les +jeunes +travailleuses +et +travailleurs +; +résorption +de +l +' +habitat +insalubre +; +_ +la +mise +en +oeuvre +d +' +une +véritable +politique +de +rénovation +urbaine +et +d +' +amélioration +de +l +' +habitat +ancien +, +à +l +' +initiativedes +collectivités +locales +, +avec +dotations +budgétaires +convenables +permettant +l +' +intervention +prioritaire +des +organismes +d +' +HLM +et +le +respect +du +droit +au +relogement +sur +place +des +habitants +concernés +. +< +S10 += +1 +> +transports +et +circulation +. +. +< +S10 += +0 +> +§ +c +' +est +une +même +politique +monopoliste +qui +conduit +aux +déséquilibres +régionaux +de +l +' +économie +, +au +développement +incohérent +des +grandes +concentrations +urbaines +, +qui +dégrade +des +secteurs +entiers +de +l +' +équipement +ferroviaire +, +routier +, +de +l +' +aviation +civile +et +de +la +marine +marchande +. +elle +utilise +le +secteur +nationalisé +des +transports +dans +l +' +intérêt +des +grands +financiers +, +domine +par +la +sous +- +traitance +les +transports +routiers +, +détériore +gravement +les +services +publics +urbains +, +liquide +des +trafics +maritimes +ou +aériens +. +confrontée +avec +le +problème +du +développement +de +la +circulation +automobile +elle +accumule +les +retards +dans +les +infrastructures +de +circulation +. +elle +dilapide +le +potentiel +humain +et +matériel +de +construction +des +moyens +de +transports +( +aéronautique +, +automobile +, +etc +) +. +enfin +, +elle +mène +une +politique +énergétique +portant +préjudice +aux +transports +et +déplacements +. +§ +cette +politique +atteint +la +vie +quotidienne +de +la +population +laborieuse +, +le +développement +de +l +' +économie +nationale +et +les +échanges +internationaux +favorables +à +notre +pays +. +§ +l +' +insuffisance +notoire +et +grandissante +des +moyens +de +transports +collectifs +, +leur +manque +de +rapidité +et +leur +inconfort +portent +atteinte +à +la +santé +et +à +la +vie +familiale +, +sociale +et +culturelle +des +travailleurs +. +§ +la +politique +des +monopoles +tend +de +plus +en +plus +à +faire +peser +sur +les +travailleurs +les +frais +de +l +' +équipement +en +moyen +de +transports +et +de +circulation +remettant +en +cause +leur +rôle +de +services +publics +. +§ +pour +la +CGT +, +les +transports +de +marchandises +et +de +personnes +au +niveau +national +et +international +doivent +être +adaptés +aux +besoins +sociaux +et +culturels +, +au +développement +équilibré +de +l +' +économie +, +à +l +' +aménagement +cohérent +du +territoire +, +à +l +' +intérêt +national +. +§ +loin +de +s +' +opposer +, +les +différentes +techniques +de +transports +( +terrestres +, +aériens +, +maritimes +ou +fluviaux +) +les +différents +moyens +individuels +ou +collectifs +doivent +répondre +à +des +besoins +, +à +des +conditions +, +à +des +domaines +spécifiques +permettant +de +faire +face +à +la +complexité +, +à +la +diversité +et +à +la +mouvance +des +nécessités +de +la +vie +économique +et +sociale +, +tout +en +assurant +une +cohérence +et +une +efficacité +de +l +' +ensemble +. +§ +sachant +l +' +importance +que +représentent +les +conditionsde +transports +et +de +circulation +pour +l +' +existence +quotidienne +des +travailleurs +, +la +CGT +demande +$ +: +_ +une +politique +coordonnée +de +l +' +emploi +, +du +logement +et +des +équipements +sociaux +et +culturels +( +ce +qui +supposerait +la +suppression +de +la +spéculation +foncière +) +; +_ +un +véritable +service +public +de +transports +en +commun +, +desservant +l +' +ensemble +des +agglomérations +et +assurant +les +services +rapides +, +confortables +, +peu +coûteux +et +fonctionnant +aux +heures +permettant +l +' +activité +économique +, +sociale +et +culturelle +de +la +population +; +_ +l +' +amélioration +des +conditions +de +circulation +dans +les +agglomérations +permettant +d +' +élargir +l +' +accès +aux +transports +collectifs +notamment +par +l +' +adaptation +des +voieries +, +des +constructions +de +parkings +à +proximité +des +gares +ou +stations +; +_ +le +développement +de +l +' +équipement +en +transports +et +en +voies +de +circulation +entre +les +communes +isolées +et +les +agglomérations +. +ce +qui +implique +par +conséquent +, +de +cesser +le +démantèlement +des +réseaux +de +transports +existants +, +tels +la +SNCF +et +la +RATP +; +_ +la +prise +en +charge +de +l +' +essentiel +des +équipements +, +de +leur +renouvellement +et +de +leur +extension +par +des +investissements +de +l +' +* +état +. +des +taxes +progressives +étant +prélevées +sur +les +grosses +entreprises +commerciales +, +industrielles +et +la +grosse +propriété +foncière +; +_ +le +paiement +des +frais +de +transports +des +travailleurs +( +cartes +hebdomadaires +ou +autres +) +par +les +employeurs +; +_ +la +création +de +cartes +de +réduction +pour +les +chômeurs +, +les +retraités +et +vieux +travailleurs +, +sur +l +' +ensemble +des +transports +publics +; +_ +la +gratuité +des +transports +pour +les +jeunes +soldats +; +_ +l +' +extension +des +réductions +de +transports +accordées +aux +familles +nombreuses +, +aux +familles +de +travailleurs +immigrés +; +_ +l +' +amélioration +des +transports +scolaires +, +la +sécurité +des +enfants +devant +être +rigoureusement +assurée +et +les +frais +en +résultant +pris +en +charge +par +l +' +* +état +; +_ +la +création +ou +le +développement +des +moyens +de +transports +en +rapport +avec +les +besoins +en +loisirs +. +extension +des +billets +congés +payés +sur +les +transports +aériens +et +maritimes +, +création +de +navires +de +croisières +, +etc +; +_ +une +politique +de +développement +des +différents +modes +de +transports +sur +la +base +de +leur +qualité +complémentaire +, +associée +à +une +politique +nationale +de +la +construction +des +moyens +de +transports +. +< +S10 += +1 +> +la +santé +. +. +< +S10 += +0 +> +§ +la +santé +constitue +un +besoin +humain +essentiel +en +même +temps +qu +' +un +impératif +de +progrès +économique +, +social +et +culturel +. +elle +suppose +d +' +abord +des +conditions +de +vie +et +de +travail +correctes +pour +lesquelles +lutte +la +CGT +. +§ +il +appartient +avant +tout +à +l +' +* +état +de +fournir +les +moyens +nécessaires +à +la +satisfaction +de +ces +besoins +. +§ +le +droit +à +la +santé +doit +comporter +pour +toute +la +population +l +' +accès +aux +méthodes +de +prévention +, +d +' +investigation +, +de +traitement +, +de +rééducation +et +de +réadaptation +. +cet +accès +devrait +se +réaliser +dans +le +cadre +d +' +une +véritable +sectorisation +sanitaire +mettant +, +au +service +de +tous +, +les +progrès +des +techniques +médicales +et +des +sciences +biologiques +. +§ +pour +cela +la +CGT +exige +$ +: +_ +la +mise +en +oeuvre +d +' +une +véritable +réforme +de +la +santé +reposant +sur +le +principe +du +service +public +; +_ +la +reconnaissance +du +rôle +de +premier +plan +occupé +par +l +' +hôpital +public +; +_ +la +création +de +nouveaux +hopitaux +et +la +modernisation +de +ceux +qui +existent +; +l +' +implantation +des +unités +hospitalières +au +plus +près +des +lieux +d +' +activité +de +la +population +avec +des +équipements +permettant +de +prévenir +et +de +traiter +les +maladies +telles +que +notamment +le +cancer +, +les +affections +nerveuses +et +cardiaques +, +les +maladies +mentales +et +pulmonaires +; +_ +la +formation +d +' +urgence +, +et +en +nombre +suffisant +, +des +personnels +qualifiés +notamment +au +niveau +des +infirmiers +et +des +médecins +et +le +renforcement +massif +des +effectifs +des +hopitaux +, +les +personnels +bénéficiant +de +plus +justes +salaires +et +de +meilleures +conditions +de +travail +; +_ +un +statut +pour +le +secteur +privé +de +l +' +hospitalisation +garantissant +les +malades +et +les +personnels +; +_ +la +multiplication +des +centres +de +secours +hospitaliers +d +' +urgence +; +_ +le +développement +de +la +recherche +médicale +; +_ +la +promotion +de +formes +nouvelles +d +' +exercice +de +la +médecine +dans +le +respect +de +ses +principes +fondamentaux +$ +: +secret +professionnel +, +liberté +de +prescription +, +indépendance +technique +et +professionnelle +. +§ +dans +ce +but +, +il +convient +que +les +moyens +financiers +soient +assurés +permettant +le +développement +et +le +fonctionnement +des +* +centres +de +santé +, +des +* +collectivités +locales +, +de +la +* +sécurité +sociale +, +des +organisations +mutualistes +, +de +maisons +médicales +permettant +l +' +exercice +d +' +une +véritable +médecine +d +' +équipe +. +§ +la +mise +en +oeuvre +de +ces +mesures +devrait +s +' +effectuer +après +une +large +concertation +avec +les +organisations +syndicales +et +mutualistes +, +le +corps +médical +et +les +représentants +des +collectivités +locales +, +et +dans +le +cadre +d +' +une +véritable +carte +sanitaire +. +§ +ainsi +seraient +créées +les +conditions +d +' +une +réelle +humanisation +de +l +' +hôpital +, +de +la +continuité +des +soins +et +de +la +permanence +du +service +de +santé +. +< +S10 += +1 +> +les +équipements +sociaux +et +l +' +action +sociale +. +. +< +S10 += +0 +> +§ +la +CGT +attache +une +très +grande +importance +aux +différents +aspects +de +" +l +' +action +sociale +" +maintenue +, +malgré +les +déclarations +officielles +, +dans +la +plus +grande +indigence +. +§ +pour +une +politique +d +' +action +sociale +conforme +aux +exigences +actuelles +la +CGT +revendique +$ +: +_ +des +équipements +et +des +mesures +de +protection +de +l +' +enfance +et +en +tout +premier +lieu +$ +: +_ +des +crèches +$ +: +compte +tenu +des +graves +carences +qui +existent +dans +ce +domaine +il +convient +de +mettre +en +oeuvre +un +programme +d +' +urgence +. +pour +assurer +le +financement +de +la +construction +et +le +fonctionnement +des +crèches +, +il +importe +qu +' +à +la +participation +des +caisses +d +' +allocations +familiales +et +des +collectivités +locales +, +vienne +s +' +ajouter +un +versement +de +0 +- +5 +% +de +toutes +les +sommes +payées +au +titre +des +traitements +et +salaires +et +la +contribution +de +l +' +* +état +; +_ +une +véritable +médecine +scolaire +; +_ +des +maisons +et +hôtels +maternels +; +_ +des +foyers +de +l +' +enfance +; +_ +des +maisons +d +' +enfants +à +caractère +social +; +_ +l +' +ouverture +de +centres +d +' +orthogénie +et +de +consultations +spécialisées +permettant +la +connaissance +et +l +' +accès +aux +problèmes +de +la +sexualité +et +de +la +contraception +; +_ +des +équipements +et +des +mesures +spéciales +pour +les +personnes +âgées +et +en +particulier +$ +: +_ +la +création +de +centres +de +gériatrie +et +de +gérontologie +; +_ +l +' +augmentation +des +effectifs +des +aides +- +ménagères +; +_ +la +construction +de +foyers +d +' +habitation +comportant +les +équipements +sociaux +et +le +personnel +médical +nécessaire +; +_ +la +rénovation +des +" +hospices +" +existants +et +l +' +édification +d +' +établissements +chargés +d +' +accueillir +tous +ceux +qui +nécessitent +des +soins +constants +et +une +assistance +permanente +; +_ +le +développement +du +réseau +d +' +accueil +pour +les +travailleurs +immigrés +, +qui +doit +être +placé +sous +la +seule +responsabilité +de +l +' +* +office +national +d +' +immigration +, +avec +le +contrôle +syndical +et +financement +par +le +gouvernement +et +le +patronat +; +_ +la +mise +en +oeuvre +d +' +une +politique +conséquente +en +faveur +des +handicapés +qui +implique +un +effort +budgétaire +particulier +de +l +' +* +état +et +comporte +en +tout +premier +lieu +$ +: +_ +la +reconnaissance +du +droit +à +la +santé +permettant +de +mieux +prévenir +les +handicaps +et +de +mieux +les +soigner +; +_ +l +' +intégration +des +enfants +handicapés +dans +le +système +scolaire +de +l +' +* +éducation +nationale +, +en +créant +un +éventail +complet +d +' +établissements +offrant +tous +les +moyens +d +' +éducation +correspondant +aux +différents +handicaps +; +_ +la +reconnaissance +du +droit +à +l +' +emploi +sur +la +base +du +principe +de +l +' +insertion +du +travailleur +handicapé +dans +le +cadre +normal +des +entreprises +, +et +de +la +garantie +des +dispositions +légales +et +de +celles +définies +dans +les +conventions +collectives +; +_ +la +juste +rétribution +de +la +force +de +travail +du +travailleur +handicapé +qui +doit +au +minimum +percevoir +le +SMIC +et +l +' +attribution +d +' +une +allocation +égale +à +80 +% +du +SMIC +pour +ceux +qui +sont +dans +l +' +incapacité +de +travailler +; +_ +la +refonte +des +prestations +familiales +versées +aux +familles +ayant +à +leur +charge +un +enfant +handicapé +. +< +S10 += +1 +> +le +cadre +de +vie +. +. +< +S10 += +0 +> +§ +aujourdhui +, +ce +que +l +' +on +appelle +les +" +nuisances +" +atteignent +un +niveau +insupportable +pour +la +population +etspécialement +pour +les +travailleurs +, +ce +sont +$ +: +le +bruit +, +l +' +air +vicié +l +' +eau +polluée +, +les +forêts +détruites +, +le +paysage +enlaidi +, +les +cités +dortoirs +inadaptées +. +§ +mais +ce +n +' +est +pas +la +" +vie +moderne +" +qui +en +est +responsable +. +le +grand +responsable +c +' +est +l +' +anarchie +d +' +un +système +basé +sur +le +profit +qui +gaspille +les +biens +naturels +et +néglige +les +besoins +fondamentaux +de +l +' +homme +; +c +' +est +l +' +anarchiede +l +' +urbanisation +qui +se +fait +en +fonction +de +la +spéculation +foncière +et +du +profit +immobilier +; +c +' +est +l +' +anarchie +de +l +' +industrialisation +qui +se +fait +en +fonction +de +calculs +de +rentabilité +à +court +terme +; +c +' +est +l +' +anarchie +de +la +production +qui +consomme +des +biens +comme +l +' +eau +et +l +' +air +et +les +restitue +sous +forme +de +déchets +pollués +, +sans +que +personne +ne +limite +cette +consommation +ni +oblige +les +vrais +pollueurs +à +empêcher +cette +dégradation +. +§ +les +salariés +, +exploités +dans +leur +travail +, +ne +veulent +pas +, +à +leur +sortie +du +travail +, +que +ce +soit +dans +leur +localité +ou +dans +leur +lieu +de +vacances +, +retrouver +le +même +univers +inhumain +, +souillé +par +la +recherche +du +profit +immédiat +. +§ +la +CGT +demande +$ +: +_ +que +l +' +urbanisation +et +l +' +industrialisation +se +fassent +en +fonction +d +' +un +plan +élaboré +démocratiquement +; +_ +que +soit +mis +en +oeuvre +un +urbanisme +respectant +les +besoins +et +aspirations +de +la +population +tant +en +matière +esthétique +qu +' +en +matière +sociale +; +_ +qu +' +aucune +construction +d +' +ensembles +immobiliers +n +' +ait +lieu +sans +que +soient +, +en +même +temps +, +édifiées +les +installations +sociales +, +culturelles +, +sportives +nécessaires +à +la +population +; +_ +que +les +syndicats +aient +leur +mot +à +dire +, +à +l +' +échelon +local +, +départemental +ou +régional +sur +les +équipements +collectifs +nécessaires +à +la +population +; +_ +que +les +mesures +nécessaires +soient +imposées +aux +industriels +pour +que +leurs +activités +préservent +les +conditions +de +vie +de +la +population +et +les +sites +de +repos +et +qu +' +elles +respectent +des +normes +antipollution +efficaces +; +_ +que +toute +nouvelle +installation +ou +fabrication +fasse +l +' +objetd +' +un +examen +, +notamment +des +* +comités +d +' +hygiène +et +de +sécurité +, +en +liaison +avec +les +représentants +de +la +population +concernée +; +_ +qu +' +une +contribution +financière +, +prélevée +sur +le +chiffre +d +' +affaires +des +grandes +entreprises +en +fonction +des +atteintes +au +cadre +de +vie +, +soit +affectée +à +la +réparation +des +préjudices +causés +. +< +S00 += +02 +> +< +S01 += +003 +> +< +S02 += +001 +> +< +S03 += +003 +> +< +Sda += +1975 +> +< +Sdm += +06 +> +< +Sat += +0 +> +< +S10 += +1 +> +la +CGT +définit +son +action +face +à +la +situation +générale +du +pays +. +. +< +S10 += +0 +> +§ +la +crise +du +système +capitaliste +s +' +est +aggravée +. +elle +engendre +un +niveau +élevé +et +permanent +d +' +inflation +et +un +chômage +massif +. +elle +s +' +accompagne +d +' +un +ralentissement +de +l +' +activité +économique +, +de +difficultés +croissantes +de +débouchés +. +§ +la +France +est +profondément +affectée +par +le +développement +de +la +crise +qui +entraîne +des +atteintes +sérieuses +au +pouvoir +d +' +achat +et +approfondit +et +généralise +l +' +insécurité +. +§ +mais +la +crise +n +' +est +pas +fatale +. +le +dérèglement +de +l +' +économie +capitaliste +a +pour +cause +l +' +accumulation +de +profits +extraordinaires +par +les +grandes +sociétés +capitalistes +et +en +particulier +par +les +sociétés +multinationales +avec +le +soutien +de +l +' +* +état +. +§ +la +politique +du +pouvoir +vise +à +faire +supporter +la +crise +aux +travailleurs +et +au +peuple +. +l +' +austérité +n +' +est +pas +un +remède +permettant +de +sortir +de +la +crise +. +elle +l +' +accentue +. +elle +accélère +le +gâchis +des +forces +productives +humaines +et +matérielles +, +entraînant +la +destruction +et +l +' +abandon +de +secteurs +décisifs +, +aggravant +les +déséquilibres +de +l +' +appareil +productif +et +des +économies +régionales +. +le +" +redéploiement +" +que +met +en +oeuvre +le +pouvoir +pour +renforcer +les +monopoles +va +encore +les +accélérer +. +il +vise +à +soutenir +l +' +expansion +multinationale +des +groupes +monopolistes +basés +en +France +et +il +accélère +la +pénétration +de +l +' +économie +française +par +les +multinationales +étrangères +. +§ +les +orientations +du +* +7ème +plan +visent +à +prolonger +et +à +accentuer +la +politique +d +' +austérité +. +§ +cette +politique +est +profondément +nocive +, +contraire +à +l +' +intérêt +national +et +à +l +' +établissement +d +' +une +coopération +et +d +' +échanges +économiques +internationaux +sur +une +base +saine +. +§ +concentrant +toutes +les +forces +de +conservation +sociale +, +la +politique +du +pouvoir +renforce +l +' +autoritarisme +du +système +et +en +accentue +toutes +les +contraintes +majeures +. +§ +en +s +' +appuyant +sur +la +montée +de +la +volonté +populaire +de +changement +, +il +est +nécessaire +de +développer +les +luttes +sociales +pour +assurer +la +défense +des +conditions +de +travail +et +de +vie +des +travailleurs +. +en +même +temps +l +' +action +est +indispensable +pour +imposer +des +mesures +économiques +, +s +' +attaquant +à +l +' +inflation +, +assainissant +l +' +économie +et +assurant +son +développement +. +elle +est +intimement +liée +à +la +défense +des +intérêts +des +travailleurs +. +< +S10 += +1 +> +la +politique +économique +. +. +< +S10 += +0 +> +§ +pour +faire +face +à +la +crise +, +des +mesures +essentiellement +différentes +de +celles +adoptées +par +le +patronat +et +le +gouvernement +, +dont +la +responsabilité +dans +la +situation +actuelle +est +écrasante +, +sont +à +mettre +en +oeuvre +. +§ +il +est +indispensable +d +' +assurer +le +développement +prioritaire +du +marché +intérieur +et +d +' +élever +la +consommation +populaire +pour +répondre +aux +besoins +des +travailleurs +et +des +grandes +masses +de +la +population +. +pour +assurer +un +développement +économique +plus +sain +, +fondé +sur +l +' +élargissement +de +la +consommation +populaire +et +du +marché +intérieur +, +sauvegarder +l +' +emploi +et +rééquilibrer +nos +échanges +, +il +faut +promouvoir +une +politique +industrielle +s +' +appuyant +sur +le +secteur +public +. +il +faut +utiliser +toutes +les +ressources +et +potentialités +du +pays +. +il +faut +s +' +attaquer +aux +sources +de +l +' +inflation +. +§ +à +cet +effet +il +est +nécessaire +$ +: +_ +de +réduire +la +TVA +sur +les +produits +de +première +nécessité +; +_ +de +bloquer +les +prix +de +certains +produits +de +grande +consommation +, +des +produits +industriels +les +plus +importants +à +la +production +ainsi +que +les +tarifs +publics +, +les +loyers +et +les +charges +; +_ +de +réduire +et +de +contrôler +les +marges +bénéficiaires +des +grandes +sociétés +; +_ +de +mettre +en +oeuvre +une +politique +sélective +du +crédit +s +' +attaquant +aux +facilités +inflationnistes +de +crédit +offertes +aux +grandes +entreprises +, +sans +porter +atteinte +au +fonctionnement +normal +des +PME +ni +à +l +' +emploi +; +_ +de +défendre +l +' +épargne +populaire +contre +l +' +inflation +et +d +' +indexer +le +montant +des +livrets +A +- +de +* +caisse +d +' +épargne +sur +l +' +évolution +réelle +des +prix +. +§ +pour +s +' +opposer +à +la +dégradation +de +l +' +emploi +et +assurer +son +développement +, +sont +nécessaires +des +mesures +de +réduction +de +la +durée +du +travail +, +d +' +abaissement +d +' +âge +de +la +retraite +, +la +garantie +des +ressources +, +l +' +interdiction +des +décisions +de +licenciement +sans +reclassement +préalable +, +le +droit +et +les +moyens +de +discuter +du +bien +fondé +des +décisions +de +licenciement +et +de +fermeture +d +' +entreprises +. +conjointement +, +il +est +indispensable +de +mettre +en +oeuvre +une +politique +économique +et +sociale +assurant +le +développement +économique +et +qui +soit +créatrice +d +' +emplois +. +ceci +exige +notamment +le +développement +des +services +et +activités +directement +utiles +à +l +' +économie +ou +indispensables +à +l +' +amélioration +des +conditions +de +vie +( +enseignement +, +santé +, +services +sociaux +, +etc +) +. +§ +il +faut +stopper +l +' +abandon +, +la +liquidation +et +la +subordination +au +capital +étranger +de +secteurs +ou +d +' +entreprisesindispensables +au +développement +de +l +' +économie +française +qu +' +entraîne +la +politique +actuelle +, +assurer +leur +maintien +et +leur +développement +, +notamment +dans +les +secteurs +de +pointe +, +vitaux +pour +la +souveraineté +nationale +et +la +définition +de +la +place +de +notre +pays +dans +la +civilisation +internationale +du +travail +. +§ +la +politique +industrielle +doit +s +' +appuyer +sur +l +' +extension +du +secteur +public +pour +assurer +le +développement +de +productions +nationales +nécessaires +au +développement +de +l +' +économie +, +indispensables +à +son +équilibre +interne +et +à +celui +de +ses +échanges +extérieurs +. +§ +indépendamment +des +mesures +visant +à +une +réforme +de +la +fiscalité +qui +aurait +une +portée +économique +positive +, +les +subventions +et +autres +transferts +effectués +au +bénéfice +du +grand +capital +doivent +être +supprimés +. +un +impôt +sur +le +capital +des +grandes +firmes +françaises +doit +être +instauré +. +§ +les +ressources +dégagées +doivent +être +, +en +priorité +, +affectées +aux +équipements +sociaux +. +le +budget +de +l +' +* +état +doit +être +équilibré +. +il +convient +de +réduire +substantiellement +les +dépenses +militaires +avant +tout +par +la +suppression +de +la +force +de +frappe +nucléaire +et +en +prévoyant +la +reconversion +des +industries +d +' +armement +et +des +activités +qui +leur +sont +liées +vers +des +fabrications +civiles +en +utilisant +pleinement +le +potentiel +scientifique +technologique +devenu +ainsi +disponible +. +§ +une +nouvelle +orientation +de +la +fiscalité +et +du +budget +et +des +fonds +publics +ou +parapublics +( +conjugués +avec +le +contrôle +des +prix +et +du +crédit +) +est +indispensable +pour +s +' +attaquer +à +l +' +inflation +qui +pèse +lourdement +sur +les +travailleurs +et +les +titulaires +de +petits +revenus +et +qui +a +également +des +effets +négatifs +sur +les +échanges +extérieurs +. +§ +il +est +immédiatement +nécessaire +d +' +augmenter +rythme +et +réalisation +des +équipements +sociaux +et +collectifs +afin +de +combler +les +retards +considérables +accumulés +dans +ce +domaine +. +§ +ces +mesures +sont +de +nature +à +impulser +l +' +activité +dans +de +nombreux +secteurs +de +production +et +à +favoriser +la +mise +en +oeuvre +de +techniques +nouvelles +. +§ +un +changement +radical +de +la +politique +énergétique +de +la +France +est +urgent +. +il +faut +en +finir +avec +le +pillage +et +la +domination +des +sociétés +multinationales +sur +la +politique +énergétique +. +§ +une +politique +nouvelle +fondée +sur +la +diversification +et +la +coordination +des +sources +d +' +énergie +doit +être +appliquée +. +elle +doit +comporter +$ +: +_ +l +' +arrêt +immédiat +des +fermetures +de +puits +dans +les +mines +de +charbon +encore +en +exploitation +et +l +' +utilisation +à +plein +des +capacités +actuelles +d +' +extraction +; +_ +un +plan +d +' +augmentation +de +la +production +charbonnière +utilisant +pleinement +les +ressources +nationales +; +_ +l +' +utilisation +des +potentialités +nationales +pour +la +production +hydraulique +d +' +électricité +, +notamment +par +l +' +énergie +marémotrice +; +_ +le +développement +de +la +production +d +' +électricité +d +' +origine +nucléaire +en +orientant +le +choix +entre +les +différentes +techniques +de +réacteurs +, +dans +le +but +d +' +assurer +une +meilleure +utilisation +possible +des +réserves +naturelles +en +matériaux +fissiles +pour +la +production +d +' +électricité +; +_ +" +aucune +considération +de +rentabilité +économique +ne +doit +être +opposée +aux +mesures +indispensables +pour +assurer +la +sécurité +de +la +population +et +du +personnel +" +; +_ +la +suppression +des +privilèges +des +sociétés +pétrolières +et +l +' +abaissement +des +taxes +à +la +consommation +sur +les +produits +pétroliers +; +_ +l +' +établissement +avec +les +pays +producteurs +de +pétrole +et +de +gaz +naturel +de +contrats +sur +la +base +de +l +' +intérêt +mutuel +des +peuples +, +en +bannissant +toute +pratique +néo +- +coloniale +et +sans +interférence +des +compagnies +; +_ +la +nationalisation +de +l +' +ensemble +du +secteur +pétrolier +et +, +dans +l +' +immédiat +, +la +nationalisation +des +groupes +pétroliers +français +Elf +- +Erap +CFP +- +Total +; +_ +le +développement +de +la +recherche +, +par +le +secteur +public +et +nationalisé +, +sur +les +sources +d +' +énergie +de +l +' +avenir +$ +: +hydrogène +, +énergie +solaire +, +géothermie +, +fusion +thermonucléaire +contrôlée +. +§ +la +remise +en +cause +généralisée +du +rôle +du +service +public +, +le +démantèlement +de +certaines +activités +des +administrations +et +entreprises +nationalisées +par +leur +transfert +, +soit +pour +les +faire +effectuer +par +des +personnels +hors +statut +, +soit +pour +faire +bénéficier +les +monopoles +de +leur +rentabilité +, +la +pénétration +accélérée +de +ces +administrations +et +entreprises +par +les +capitaux +privés +doivent +être +stoppés +. +au +contraire +, +il +convient +de +développer +le +secteur +public +et +nationalisé +et +de +le +mettre +au +service +de +l +' +intérêt +national +, +ce +qui +implique +une +politique +de +tarifs +mettant +fin +aux +transferts +considérables +opérés +au +bénéfice +des +monopoles +et +au +détriment +de +la +grande +masse +des +usagers +et +qui +pèsent +sur +les +prix +à +la +consommation +. +§ +une +politique +coordonnée +des +transports +, +combinant +le +développement +des +infrastructures +nouvelles +et +l +' +utilisation +des +capacités +existantes +répondant +aux +besoins +des +usagers +, +des +régions +, +du +développement +économique +national +et +des +échanges +internationaux +de +la +France +, +est +à +mettre +en +oeuvre +. +§ +cette +politique +doit +s +' +insérer +dans +un +plan +de +développement +à +long +terme +des +infrastructures +nécessaires +pour +satisfaire +au +mieux +et +au +moindre +coût +économique +et +social +les +besoins +prévisibles +. +il +est +urgent +de +développer +les +transports +collectifs +d +' +usagers +, +notamment +les +transports +urbains +. +§ +il +est +nécessaire +d +' +organiser +une +recherche +scientifique +dégagée +de +la +pression +matérielle +et +morale +des +intérêts +privés +qui +s +' +efforcent +d +' +en +monopoliser +les +résultats +et +compromettent +son +avenir +à +long +terme +. +§ +l +' +enseignement +supérieur +et +les +établissements +publics +de +recherche +scientifique +doivent +recevoir +les +moyens +nécessaires +au +développement +des +différents +secteurs +de +la +recherche +, +conformément +à +l +' +intérêt +national +. +§ +en +ce +qui +concerne +l +' +aménagement +du +territoire +, +il +faut +en +premier +lieu +assurer +un +niveau +d +' +activité +permettant +de +réaliser +le +plein +emploi +, +s +' +attaquer +aux +facteurs +de +régression +que +sont +les +disparités +en +matière +de +salaires +, +d +' +équipements +collectifs +et +sociaux +. +§ +les +investissements +publics +, +ceux +du +secteur +nationalisé +, +doivent +être +orientés +en +vue +de +rééquilibrer +les +économies +régionales +. +il +est +urgent +de +prendre +des +mesures +pour +arrêter +le +dépérissement +des +régions +du +Centre +de +la +France +, +de +l +' +Ouest +- +Sud +- +Ouest +. +des +mesures +spécifiques +doivent +être +adoptées +à +cet +effet +. +§ +les +objectifs +généraux +suivants +doivent +être +assignés +à +la +politique +d +' +aménagement +du +territoire +. +§ +infrastructures +$ +: +_ +accélération +des +liaisons +de +désenclavement +des +régions +et +de +jonctions +radiales +interrégions +, +notamment +autoroutières +sous +le +contrôle +et +avec +le +financement +de +l +' +* +état +; +_ +arrêt +des +fermetures +de +liaisons +ferroviaires +et +accélération +des +programmes +d +' +investissements +; +_ +participation +accrue +de +l +' +* +état +et +du +FDES +( +* +fonds +développement +économique +et +social +) +à +la +modernisation +des +installations +portuaires +et +fluviales +; +_ +modernisation +et +extension +prioritaire +du +réseau +de +télécommunications +. +§ +industrie +$ +: +_ +développement +diversifié +des +activités +économiques +régionales +prenant +appui +sur +les +ressources +propres +de +chaque +région +et +leur +vocation +; +_ +utilisation +de +l +' +ensemble +des +ressources +industrielles +, +énergétiques +, +minières +, +agricoles +et +humaines +de +chaque +région +. +§ +dans +le +domaine +législatif +et +réglementaire +, +il +est +nécessaire +de +prendre +les +mesures +suivantes +$ +: +_ +élection +au +suffrage +universel +direct +et +à +la +proportionnelle +des +* +conseils +régionaux +et +accroissement +des +ressources +des +régions +par +transfert +du +budget +de +l +' +* +état +et +suppression +de +la +fiscalité +supplémentaire +prévue +par +la +loi +du +5 +juillet +1972 +; +_ +augmentation +de +la +représentation +des +organisations +représentatives +des +salariés +dans +les +CESR +( +* +conseils +économiques +et +sociaux +régionaux +) +et +répartition +des +sièges +attribués +à +ces +organisations +proportionnellement +à +leur +influence +respective +; +_ +suppression +des +sièges +attribués +aux +organisations +non +représentatives +. +§ +il +est +indispensable +de +cesser +les +encouragements +sous +des +formes +diverses +visant +à +favoriser +les +exportations +de +capitaux +et +il +faut +viser +à +se +prémunir +contre +leurs +effets +inflationnistes +et +à +contrôler +les +mouvements +de +capitaux +pour +défendre +la +monnaie +. +les +investissements +de +capitaux +étrangers +doivent +faire +l +' +objet +d +' +un +strict +contrôle +et +être +interdits +dans +tous +les +cas +où +ils +mettent +en +cause +la +maîtrise +de +l +' +économie +du +pays +et +la +souveraineté +nationale +. +§ +il +est +nécessaire +de +procéder +, +progressivement +, +à +une +diversification +de +nos +relations +économiques +extérieures +tant +en +ce +qui +concerne +le +commerce +extérieur +que +la +coopération +technique +et +scientifique +en +les +fondant +sur +l +' +intérêt +mutuel +et +en +les +étendant +à +un +nombre +plus +grand +de +pays +, +notamment +les +pays +socialistes +et +les +pays +en +voie +de +développement +. +§ +ces +mesures +ne +peuvent +être +imposées +que +par +les +luttes +des +salariés +et +des +grandes +masses +de +la +population +. +elles +s +' +inscrivent +en +opposition +avec +la +politique +réactionnaire +du +pouvoir +dont +les +effets +néfastes +s +' +expriment +dans +la +crise +actuelle +. +< +S10 += +1 +> +les +libertés +. +. +< +S10 += +0 +> +§ +luttant +pour +l +' +instauration +d +' +un +véritable +régime +démocratique +, +la +CGT +s +' +oppose +au +caractère +de +plus +en +plus +autoritaire +du +pouvoir +qui +tente +de +le +dissimuler +dans +un +libéralisme +de +façade +. +§ +elle +dénonce +la +propagande +antisyndicale +du +patronat +et +des +hommes +du +pouvoir +et +les +campagnes +racistes +de +leurs +officines +. +§ +la +CGT +s +' +élève +contre +l +' +accroissement +des +contraintes +, +directes +et +indirectes +du +pouvoir +et +du +patronat +dirigées +contre +les +libertés +individuelles +et +publiques +et +mettant +en +cause +les +droits +syndicaux +, +notamment +le +droit +de +grève +et +les +autres +droits +des +travailleurs +. +< +S10 += +1 +> +libertés +collectives +et +individuelles +. +. +< +S10 += +0 +> +§ +elle +juge +que +le +respect +des +libertés +fondamentales +dans +notre +pays +exige +, +dans +l +' +immédiat +, +l +' +ensemble +des +mesures +suivantes +$ +: +_ +respect +absolu +du +droit +de +pétition +et +de +manifestation +; +_ +abrogation +de +la +loi +du +8 +juin +1970 +, +dite +loi +" +anticasseur +" +; +_ +droit +d +' +expression +des +syndicats +sur +les +antennes +de +la +radio +et +de +la +télévision +; +_ +abrogation +de +la +loi +du +7 +août +1974 +portant +suppression +de +l +' +ORTF +et +remplacement +de +cette +loi +par +un +ensemble +législatif +garantissant +l +' +indépendance +, +la +démocratisation +et +la +qualité +de +la +radio +et +de +la +télévision +française +; +_ +mise +en +oeuvre +d +' +un +statut +démocratique +du +jeune +soldat +assurant +le +droit +d +' +association +de +libertés +d +' +expression +, +de +respect +de +la +dignité +de +l +' +homme +citoyen +et +l +' +arrêt +de +toutes +sanctions +prises +arbitrairement +; +_ +suppression +des +juridictions +d +' +exception +telle +la +* +cour +de +sûreté +de +l +' +* +état +; +_ +modification +profonde +de +la +loi +1963 +pour +aboutir +à +un +véritable +statut +des +objecteurs +de +conscience +; +_ +rattachement +de +la +police +judiciaire +au +ministère +de +la +justice +; +_ +démocratisation +de +la +police +dans +son +recrutement +sa +formation +et +son +utilisation +; +_ +suppression +des +polices +parallèles +; +_ +rétablissement +et +respect +des +franchises +universitaires +; +_ +réforme +de +la +procédure +de +flagrant +délit +; +_ +abrogation +de +la +garde +à +vue +; +_ +droit +immédiat +et +gratuit +, +en +cas +d +' +arrestation +, +à +l +' +assistance +d +' +un +avocat +; +_ +droit +pour +tout +inculpé +de +connaître +son +dossier +aussi +bien +que +le +procureur +; +_ +réforme +des +règles +d +' +enquête +judiciaire +; +_ +levée +du +secret +de +l +' +instruction +judiciaire +; +_ +abolition +du +pouvoir +discrétionnaire +du +* +ministre +de +l +' +intérieur +en +matière +d +' +expulsion +, +de +refoulement +et +d +' +assignation +à +résidence +; +_ +garantie +des +libertés +individuelles +et +collectives +des +travailleurs +immigrés +, +de +leur +dignité +, +de +leurs +droits +d +' +expression +, +d +' +association +et +de +leurs +droits +politiques +; +_ +réforme +du +système +pénitentiaire +dans +le +sens +d +' +une +véritable +humanisation +des +conditions +de +détention +et +de +la +garantie +de +la +sécurité +des +gardiens +; +_ +répression +sévère +des +attentats +, +violences +et +campagnes +racistes +et +stricte +application +de +la +loi +antiraciste +du +1er +juillet +1972 +. +< +S10 += +1 +> +liberté +de +la +presse +et +des +autres +moyens +d +' +information +. +. +< +S10 += +0 +> +§ +la +crise +que +connaît +actuellement +la +presse +écrite +a +son +origine +dans +l +' +entreprise +délibérée +du +pouvoir +et +des +quelques +journaux +à +grand +tirage +, +propriété +de +groupes +industriels +et +financiers +, +pour +s +' +assurer +le +monopole +de +l +' +information +. +§ +c +' +est +le +même +objectif +que +poursuit +le +pouvoir +en +démantelant +l +' +ORTF +et +en +s +' +assurant +plus +complètement +le +contrôle +des +radios +périphériques +. +§ +il +s +' +agit +de +la +volonté +délibérée +de +mettre +en +cause +une +liberté +essentielle +$ +: +la +liberté +d +' +expression +. +§ +le +droit +à +l +' +information +est +une +donnée +essentielle +et +permanente +de +la +démocratie +. +§ +la +CGT +demande +une +discussion +générale +de +toutes +les +parties +intéressées +_ +y +compris +les +représentants +des +organisations +syndicales +de +travailleurs +en +vue +de +rechercher +une +solution +d +' +ensemble +pour +assurer +l +' +existence +de +l +' +indépendance +des +moyens +d +' +information +. +§ +en +outre +, +elle +réclame +$ +: +_ +une +industrie +nationale +du +papier +de +presse +; +_ +l +' +abrogation +des +mesures +fiscales +et +postales +amputant +les +aides +consenties +à +la +presse +à +la +* +libération +; +_ +une +réglementation +des +ressources +publicitaires +; +_ +des +garanties +pour +le +libre +exercice +de +la +fonction +de +journaliste +aussi +bien +à +la +radio +, +à +la +télévision +que +dans +la +presse +écrite +. +< +S00 += +02 +> +< +S01 += +003 +> +< +S02 += +001 +> +< +S03 += +004 +> +< +Sda += +1975 +> +< +Sdm += +06 +> +< +Sat += +0 +> +< +S10 += +1 +> +la +CGT +définit +son +action +face +aux +grands +problèmes +internationaux +et +au +marché +commun +. +. +la +solidarité +internationale +, +la +paix +, +l +' +indépendance +nationale +. +. +< +S10 += +0 +> +§ +l +' +accentuation +de +la +crise +générale +du +capitalisme +fait +obligation +au +mouvement +syndical +de +lier +étroitement +la +lutte +pour +les +revendications +économiques +et +sociales +des +travailleurs +aux +niveaux +national +et +international +ainsi +qu +' +au +combat +plus +général +pour +le +maintien +de +la +paix +, +pour +le +développement +de +rapports +internationaux +permettant +l +' +établissement +d +' +un +climat +mondial +de +coopération +entre +les +peuples +. +§ +notre +époque +est +caractérisée +par +des +grandes +luttes +des +travailleurs +et +des +peuples +pour +l +' +indépendance +nationale +et +la +démocratie +, +le +progrès +social +et +la +paix +, +pour +le +socialisme +. +la +solidarité +internationale +acquiert +des +dimensions +inconnues +jusqu +' +ici +. +§ +d +' +importants +succès +ont +été +obtenus +dans +ces +domaines +. +après +avoir +été +contraint +de +signer +les +accords +de +Paris +, +l +' +impérialisme +US +a +été +chassé +du +Viêt +- +Nam +et +du +Cambodge +qui +ont +été +définitivement +libérés +. +des +pays +anciennement +colonisés +ont +acquis +leur +indépendance +politique +, +certains +acquièrent +ou +consolident +leur +indépendance +économique +, +au +Portugal +et +en +Grèce +le +fascisme +a +subi +un +échec +; +des +progrès +sont +enregistrés +pour +l +' +établissement +de +la +coexistence +pacifique +dans +le +* +monde +, +pour +la +détente +et +la +coopération +européenne +. +§ +l +' +impérialisme +est +en +crise +profonde +et +s +' +affaiblit +. +il +est +contraint +à +des +reculs +. +mais +, +en +vue +de +maintenir +et +si +possible +de +renforcer +sa +domination +et +son +exploitation +sur +les +travailleurs +et +les +peuples +, +il +intervient +de +plus +en +plus +contre +la +liberté +des +peuples +, +emploie +la +violence +la +plus +bestiale +comme +au +Chili +pour +s +' +opposer +au +développement +de +la +démocratie +. +il +relance +l +' +alliance +atlantique +, +dangereuse +pour +la +paix +mondiale +et +l +' +indépendance +des +peuples +, +il +fomente +complots +et +agressions +. +§ +de +plus +, +il +favorise +le +développement +des +sociétés +multinationales +et +l +' +internationalisation +de +l +' +exploitation +des +travailleurs +, +il +organise +l +' +intégration +monopoliste +comme +dans +le +* +marché +commun +. +§ +la +CGT +considère +que +la +lutte +anti +- +impérialiste +et +antimonopoliste +est +un +impératif +pour +la +défense +des +intérêts +des +travailleurs +. +§ +en +se +félicitant +qu +' +en +France +des +actions +unitaires +se +manifestent +pour +l +' +affirmation +de +la +solidarité +internationale +des +travailleurs +et +la +défense +de +la +paix +, +la +CGT +s +' +efforce +de +faire +progresser +l +' +action +unie +de +la +classe +ouvrière +et +des +organisations +syndicales +dans +le +monde +et +plus +spécialement +en +Europe +. +§ +constatant +que +la +politique +extérieure +du +* +pouvoir +en +France +s +' +efforce +d +' +enchaîner +notre +pays +à +la +stratégie +planétaire +de +l +' +impérialisme +US +, +la +CGT +exige +le +respect +et +la +défense +de +l +' +indépendance +et +de +la +souveraineté +nationale +, +que +soient +prises +par +notre +pays +des +initiatives +pour +la +coexistence +pacifique +, +pour +le +désarmement +général +et +contrôlé +, +pour +l +' +établissement +d +' +une +action +et +durable +entente +entre +les +peuples +du +monde +. +§ +la +CGT +se +prononce +et +déploie +son +action +$ +: +_ +pour +la +participation +active +de +la +France +à +la +détente +internationale +, +aux +règlements +par +voie +de +négociations +des +litiges +internationaux +, +à +l +' +organisation +de +la +coexistence +pacifique +et +du +désarmement +général +; +_ +pour +la +suppression +de +toute +force +de +frappe +atomique +, +qu +' +elle +soit +nationale +, +multinationale +ou +européenne +et +des +armes +de +destruction +massive +, +pour +la +réduction +des +dépenses +d +' +armement +et +l +' +utilisation +des +fonds +ainsi +disponibles +à +la +solution +des +grands +problèmes +de +notre +temps +( +aide +aux +pays +sous +- +développés +, +lutte +contre +le +chômage +et +pour +l +' +emploi +, +contre +la +pollution +, +etc +) +; +_ +pour +la +dissolution +simultanée +de +tous +les +blocs +militaires +. +la +France +ne +doit +pas +participer +à +un +bloc +militaire +quel +qu +' +il +soit +, +ce +qui +implique +son +désengagement +du +* +pacte +atlantique +; +_ +pour +le +respect +de +l +' +indépendance +des +peuples +, +la +non +- +ingérence +dans +leurs +affaires +intérieures +et +l +' +établissement +sur +un +pied +d +' +égalité +d +' +une +véritable +politique +de +coopération +avec +les +peuples +nouvellement +indépendants +; +_ +après +la +victoire +historique +des +peuples +du +Viêt +- +Nam +et +du +Cambodge +, +la +CGT +exigera +que +ces +peuples +qui +ont +eu +à +supporter +durant +de +longues +années +une +guerre +de +destruction +massive +puissent +faire +valoir +leurs +droitsà +de +justes +réparations +et +pour +une +reconstruction +rapide +des +régions +dévastées +. +la +France +doit +élargir +et +développer +ses +rapports +, +avec +la +* +république +démocratique +du +Viêt +- +Nam +, +avec +le +GRP +du +Sud +- +Viêt +- +Nam +, +avec +le +Laos +et +le +GRUNC +du +Cambodge +; +_ +pour +le +règlement +politique +du +conflit +au +Moyen +- +Orient +sur +la +base +des +résolutions +de +l +' +ONU +prévoyant +, +en +premier +lieu +, +l +' +évacuation +des +territoires +occupés +par +l +' +armée +israélienne +, +la +reconnaissance +des +droits +nationaux +du +peuple +arabe +de +Palestine +, +le +droit +à +l +' +existence +de +tous +les +états +de +la +région +y +compris +l +' +* +état +d +' +Israël +. +la +CGT +souhaite +que +la +* +conférence +de +Genève +permette +un +tel +règlement +écartant +à +l +' +avenir +toute +ingérence +impérialiste +et +que +s +' +instaure +un +climat +de +détente +et +de +coopération +entre +les +* +états +et +les +* +communautés +du +Moyen +- +Orient +; +_ +pour +l +' +organisation +d +' +une +véritable +sécurité +collective +entre +tous +les +* +états +d +' +Europe +sans +distinction +de +régime +politique +. +la +CGT +soutient +les +diverses +initiatives +qui +tendent +à +créer +sur +notre +continent +un +véritable +climat +de +coexistence +pacifique +. +elle +souhaite +que +rapidement +soient +menés +à +bien +les +travaux +de +la +* +conférence +européenne +de +sécurité +et +de +coopération +; +_ +pour +la +liquidation +totale +du +colonialisme +et +pour +la +condamnation +de +toute +politique +néo +- +colonialiste +tendant +à +maintenir +sous +la +dépendance +du +système +capitaliste +de +nombreux +pays +, +particulièrement +en +ce +qui +concerne +l +' +exploitation +de +leur +richesse +nationale +. +la +CGT +soutient +l +' +action +des +peuples +concernés +pour +la +libre +disposition +et +la +mise +en +valeur +de +leurs +richesses +naturelles +, +leur +commercialisation +et +leur +utilisation +. +elle +dénonce +la +politique +de +l +' +impérialisme +qui +vise +à +maintenir +de +nombreux +pays +dans +des +zones +de +dépendance +économique +et +politique +portant +ainsi +entrave +à +la +lutte +pour +une +véritable +indépendance +nationale +. +§ +la +CGT +s +' +est +félicitée +et +a +salué +les +succès +des +forces +démocratiques +au +Portugal +et +la +liquidation +du +régime +fasciste +en +Grèce +. +elle +est +solidaire +et +apporte +un +appui +sans +réserve +à +la +lutte +des +travailleurs +et +du +* +peuple +d +' +Espagne +pour +un +changement +radical +de +régime +, +pour +l +' +amnistie +, +pour +la +démocratie +et +la +liquidation +du +franquisme +. +§ +de +même +, +elle +continuera +d +' +être +aux +côtés +des +peuples +d +' +Afrique +du +Sud +, +de +Zimbabwe +, +de +Namibie +dont +l +' +action +est +renforcée +par +les +succès +anticolonialistes +arrachés +par +les +peuples +de +Guinée +- +Bissau +, +d +' +Angola +et +du +Mozambique +. +§ +la +CGT +, +en +dénonçant +les +interventions +répétées +des +USA +et +, +plus +précisément +d +' +organismes +comme +la +CIA +en +Amérique +latine +, +affirme +sa +solidarité +aux +travailleurs +et +aux +peuples +de +cette +région +du +monde +. +elle +développera +avec +plus +de +force +le +soutien +et +l +' +aide +aux +travailleurs +et +au +peuple +du +Chili +, +dans +leur +détermination +pour +la +liquidation +de +la +junte +fasciste +et +le +rétablissement +des +libertés +démocratiques +dans +leur +pays +. +§ +les +récentes +luttes +dans +les +pays +dits +départements +d +' +Outre +- +Mer +ont +posé +avec +force +la +nécessité +du +changement +des +rapports +entre +la +France +et +ces +pays +. +la +CGT +soutient +leurs +revendications +nationales +et +leur +demande +légitime +d +' +accéder +à +un +statut +d +' +autonomie +. +§ +face +au +développement +des +sociétés +multinationales +la +CGT +considère +que +chaque +pays +a +le +droit +$ +: +_ +de +prendre +des +mesures +pour +que +les +sociétés +multinationales +investissent +leurs +bénéfices +dans +le +pays +où +ils +ont +été +obtenus +; +_ +d +' +orienter +les +investissements +d +' +origine +extérieure +vers +tel +ou +tel +secteur +ou +vers +telle +ou +telle +région +, +suivant +les +nécessités +de +son +développement +; +_ +d +' +instaurer +un +contrôle +public +et +démocratique +des +importations +et +exportations +de +capitaux +; +_ +de +nationaliser +les +entreprises +implantées +sur +son +territoire +et +de +disposer +librement +de +ses +ressources +nationales +afin +de +créer +ou +d +' +assurer +les +bases +d +' +un +développement +indépendant +et +d +' +une +coopération +internationale +fondée +sur +les +avantages +mutuels +. +§ +s +' +appuyant +sur +le +soutien +des +travailleurs +, +la +CGT +agit +pour +la +reconnaissance +et +la +pleine +application +de +ces +principes +par +les +gouvernements +, +les +groupements +interétatiques +et +les +organisations +internationales +( +ONU +, +OIT +, +etc +) +. +elle +considère +que +les +politiques +communes +et +les +mesures +arrêtées +au +niveau +de +la +CEE +doivent +respecter +les +principes +énoncés +ci +- +dessus +. +§ +pour +assurer +la +défense +des +intérêts +des +travailleurs +, +face +à +l +' +internationalisation +du +capital +et +de +la +production +, +la +CGT +exige +également +des +mesures +économiques +, +à +savoir +$ +: +_ +les +organisations +syndicales +doivent +avoir +le +droit +et +les +moyens +de +discuter +avec +la +direction +des +entreprises +multinationales +des +problèmes +qui +se +posent +à +l +' +ensemble +des +travailleurs +d +' +une +même +société +( +ou +d +' +un +groupe +) +. +le +droit +de +négociations +collectives +internationales +pour +les +travailleurs +appartenant +à +des +groupes +économiques +multinationaux +, +sans +que +cela +affecte +le +plein +exercice +des +droits +syndicaux +au +niveau +de +chaque +entreprise +et +de +chaque +état +. +il +est +nécessaire +de +promouvoir +en +ce +domaine +, +une +réglementation +communautaire +. +aucune +négociation +, +à +un +niveau +international +, +ne +saurait +remettre +en +cause +les +avantages +acquis +, +ni +porter +atteinte +au +droit +de +négociations +des +syndicats +au +niveau +de +chaque +pays +. +_ +les +travailleurs +doivent +avoir +le +droit +effectif +et +les +moyens +de +participer +pleinement +aux +activités +syndicales +, +nationales +et +internationales +. +ils +doivent +disposer +pleinement +du +droit +de +grève +sans +restriction +d +' +aucune +sorte +. +les +organisations +internationales +et +groupements +interétatiques +( +OIT +, +CEE +, +etc +) +doivent +promouvoir +les +instruments +nécessaires +à +un +libre +exercice +du +droit +syndical +et +des +droits +sociaux +et +veiller +à +leur +application +. +_ +des +organismes +représentatifs +doivent +être +constitués +au +niveau +des +sociétés +multinationales +avec +droit +d +' +information +et +de +consultation +des +représentants +élus +des +travailleurs +et +des +organisations +syndicales +de +chaque +pays +, +sur +la +politique +sociale +, +la +gestion +économique +et +notamment +les +résultats +économiques +, +financiers +et +la +politique +d +' +investissement +menée +par +la +société +. +_ +pour +assurer +des +garanties +minimales +aux +travailleurs +en +relation +avec +les +problèmes +nouveaux +posés +par +le +développement +accéléré +des +sociétés +multinationales +, +il +est +nécessaire +de +donner +une +portée +plus +effective +et +un +champ +plus +large +aux +normes +internationales +du +travail +élaborées +par +l +' +OIT +. +_ +les +organisations +internationales +et +groupements +interétatiques +( +OIT +, +CEE +, +etc +) +doivent +promouvoir +les +instruments +nécessaires +à +un +libre +exercice +du +droit +syndical +à +l +' +extension +des +droits +sociaux +rendus +indispensables +par +le +développement +des +sociétés +multinationales +et +veiller +à +leur +application +. +< +S10 += +1 +> +le +marché +commun +. +. +< +S10 += +0 +> +§ +favorable +à +une +coopération +englobant +tous +les +pays +européens +, +y +compris +les +pays +socialistes +, +la +CGT +réaffirme +son +opposition +à +la +division +actuelle +de +l +' +Europe +. +§ +la +CGT +tient +compte +de +la +réalité +que +représente +le +* +marché +commun +, +mais +elle +considère +que +l +' +intérêt +national +est +d +' +assurer +un +meilleur +équilibre +et +une +croissance +plus +saine +de +ses +échanges +, +ce +qui +exige +que +ses +relations +économiques +, +techniques +et +scientifiques +s +' +établissent +avec +tous +les +pays +et +soient +réellement +fondées +sur +la +base +de +l +' +avantage +réciproque +. +§ +assujetties +aux +plus +puissants +monopoles +, +les +politiques +communautaires +visent +au +renforcement +de +la +domination +des +grandes +féodalités +économiques +et +financières +, +s +' +opposent +à +la +maîtrise +de +l +' +économie +nationale +et +comportent +des +atteintes +et +des +risques +pour +l +' +indépendance +nationale +. +§ +face +au +* +marché +commun +qui +a +favorisé +un +tel +renforcement +et +accentué +les +déséquilibres +sectoriels +et +régionaux +mais +s +' +est +avéré +incapable +d +' +instaurer +une +politique +sociale +prenant +en +compte +les +intérêts +des +travailleurs +, +la +CGT +agit +pour +l +' +action +commune +des +travailleurs +et +des +organisations +syndicales +d +' +Europe +. +§ +les +revendications +et +les +réformes +à +partir +desquelles +l +' +unité +d +' +action +doit +se +réaliser +sont +nombreuses +. +elles +concernent +notamment +$ +: +_ +s +' +agissant +des +revendications +à +avancer +$ +: +_ +la +garantie +et +la +progression +du +pouvoir +d +' +achat +des +salaires +, +retraites +, +pensions +et +allocations +; +ce +qui +suppose +des +mesures +concrètes +de +nature +à +juguler +la +hausse +des +prix +et +l +' +inflation +; +_ +la +sécurité +de +l +' +emploi +et +la +garantie +des +revenus +; +_ +la +réduction +de +la +durée +du +travail +; +_ +l +' +allongement +du +temps +de +congés +payés +; +_ +l +' +amélioration +des +conditions +de +travail +, +de +la +protection +de +l +' +hygiène +et +de +la +sécurité +du +travail +, +en +général +de +la +qualité +de +la +vie +essentiellement +dans +les +grandes +concentrations +urbaines +et +industrielles +; +_ +l +' +extension +des +libertés +syndicales +et +des +droits +démocratiques +des +travailleurs +dans +les +entreprises +ou +dans +la +vie +publique +; +_ +l +' +abolition +de +toute +forme +de +discrimination +entre +femmes +et +hommes +, +jeunes +et +adultes +; +_ +l +' +égalité +des +droits +dans +tous +les +domaines +pour +les +travailleurs +immigrés +des +pays +membres +et +des +pays +tiers +; +_ +une +véritable +formation +professionnelle +et +continue +en +rapport +avec +les +conditions +actuelles +; +_ +la +mise +en +oeuvre +d +' +une +politique +progressiste +dans +les +domaines +de +la +sécurité +sociale +, +de +la +santé +, +des +prestations +familiales +, +de +la +retraite +( +sous +le +double +aspect +de +l +' +âge +et +des +ressources +garanties +) +. +_ +s +' +agissant +des +réformes +à +proposer +$ +: +_ +de +convenir +d +' +objectifs +communs +à +atteindre +dans +le +domaine +de +la +démocratisation +des +* +institutions +communautaires +; +_ +de +présenter +et +de +soutenir +ensemble +des +propositions +concrètes +de +nature +à +faire +échec +à +l +' +activité +dominatrice +des +firmes +multinationales +et +dans +l +' +immédiat +, +compte +tenu +de +la +situation +énergétique +, +de +soumettre +le +cartel +international +du +pétrole +à +de +strictes +mesures +de +contrôle +conformément +à +l +' +intérêt +général +; +_ +de +favoriser +les +échanges +commerciaux +, +économiques +, +scientifiques +et +culturels +entre +* +états +; +_ +de +stimuler +la +coopération +, +notamment +dans +l +' +informatique +, +l +' +aéronautique +et +le +nucléaire +, +de +telle +façon +que +prédominent +les +intérêts +généraux +, +ce +qui +implique +la +mise +en +cause +de +l +' +utilisation +des +fonds +publics +pour +le +financement +de +sociétés +privées +; +_ +de +soutenir +d +' +un +commun +accord +l +' +idée +de +nouvelles +relations +entre +les +pays +de +l +' +Europe +et +les +pays +en +voie +de +développement +sans +que +ces +relations +puissent +gêner +en +aucune +façon +les +relations +bilatérales +; +_ +de +contribuer +ensemble +à +la +détente +, +à +la +sécurité +collective +et +à +la +coexistence +pacifique +des +pays +d +' +Europe +de +systèmes +économiques +et +sociaux +différents +. +§ +il +s +' +agit +d +' +un +ensemble +de +revendications +urgentes +et +cohérentes +qui +peuvent +être +prises +en +compte +par +le +mouvement +syndical +au +niveau +de +la +CEE +et +qui +s +' +inscriventdans +le +développement +des +luttes +de +la +classe +ouvrière +en +Europe +occidentale +. +la +défense +de +ces +revendications +exige +une +coopération +accrue +et +l +' +action +unie +des +syndicats +de +l +' +ensemble +des +pays +de +la +* +communauté +. +< +S00 += +02 +> +< +S01 += +003 +> +< +S02 += +001 +> +< +S03 += +005 +> +< +Sda += +1975 +> +< +Sdm += +06 +> +< +Sat += +0 +> +< +S10 += +1 +> +la +CGT +poursuit +son +action +pour +une +démocratie +économique +et +politique +et +pour +le +socialisme +. +. +< +S10 += +0 +> +§ +accentuant +tous +ses +effets +nocifs +, +la +crise +qui +s +' +approfondit +rend +plus +que +jamais +nécessaire +de +promouvoir +un +type +de +développement +économique +et +social +reposant +sur +une +large +participation +des +travailleurs +et +des +masses +populaires +et +apportant +une +réponse +véritable +à +leurs +besoins +. +§ +pour +réaliser +des +changements +réellement +novateurs +dans +le +domaine +économique +, +politique +et +social +correspondant +à +l +' +intérêt +national +, +à +celui +des +travailleurs +et +des +grandes +masses +de +la +population +, +il +est +urgent +et +indispensable +d +' +imposer +des +solutions +d +' +un +contenu +fermement +dirigé +contre +la +domination +des +monopoles +. +§ +la +CGT +a +longuement +déployé +tous +ses +efforts +pour +que +se +réalise +l +' +alliance +des +forces +de +gauche +sur +une +telle +base +. +§ +elle +s +' +est +félicitée +de +la +conclusion +du +* +programme +commun +de +gouvernement +entre +le +PCF +, +le +PS +et +le +mouvement +des +* +radicaux +de +gauche +qui +a +ouvert +les +perspectives +d +' +une +démocratie +économique +et +politique +réellement +nouvelle +, +permettant +de +retirer +aux +monopoles +les +moyens +de +leur +puissance +, +de +maîtriser +des +leviers +de +commande +essentiels +de +l +' +économie +et +de +les +remettre +à +la +* +nation +et +d +' +assurer +ainsi +la +mise +en +oeuvre +des +mesures +sociales +hardies +répondant +aux +revendications +des +travailleurs +. +§ +la +CGT +a +apporté +et +elle +apporte +au +* +programme +commun +, +son +plein +soutien +. +par +ses +dispositions +fondamentales +, +il +correspond +, +en +effet +, +aux +objectifs +élaborés +par +les +instances +de +la +CGT +et +définis +à +partir +de +ses +propres +préoccupations +syndicales +. +§ +ces +dispositions +fondamentales +du +* +programme +commun +sont +rendues +encore +plus +urgentes +pour +apporter +une +issue +positive +à +la +crise +et +elles +constituent +la +base +indispensable +à +la +réalisation +d +' +un +changement +profond +et +durable +qui +soit +réellement +novateur +. +à +partir +de +ces +dispositions +fondamentales +, +il +est +possible +de +le +perfectionner +et +de +l +' +enrichir +encore +, +ainsi +que +d +' +actualiserses +dispositions +conjoncturelles +. +§ +assurer +la +satisfaction +des +revendications +populaires +, +fonder +le +développement +économique +sur +le +progrès +social +, +établir +un +cadre +institutionnel +démocratique +dans +lequel +les +masses +populaires +et +avant +tout +la +classe +ouvrière +pourront +exercer +leur +influence +, +c +' +est +l +' +objectif +de +la +démocratie +économique +et +politique +dont +le +contenu +et +les +moyens +ont +été +précisés +par +les +précédents +congrès +de +la +CGT +. +§ +le +39ème +* +congrès +confédéral +rappelle +les +mesures +essentielles +, +qui +sont +indispensables +pour +promouvoir +un +autre +type +de +développement +économique +et +social +et +qui +sont +maintenant +substantiellement +prises +en +compte +dans +le +* +programme +commun +. +< +S10 += +1 +> +démocratie +économique +. +. +< +S10 += +0 +> +§ +les +changements +à +promouvoir +visent +à +dégager +les +moyens +indispensables +pour +répondre +aux +revendications +des +travailleurs +et +à +faire +de +la +politique +sociale +un +facteur +de +plus +en +plus +essentiel +du +développement +économique +. +les +mesures +déterminantes +à +mettre +en +oeuvre +sont +: +< +S10 += +1 +> +la +nationalisation +démocratique +. +. +< +S10 += +0 +> +§ +la +maîtrise +des +instruments +décisifs +du +développement +économique +doit +être +donnée +à +la +* +nation +. +ce +qui +exige +que +les +grands +moyens +de +production +et +de +contrôle +du +crédit +soient +soustraits +à +l +' +emprise +des +féodalités +économiques +et +financières +. +§ +c +' +est +pourquoi +la +CGT +s +' +est +prononcée +pour +la +nationalisation +démocratique +des +secteurs +clés +du +crédit +, +des +banques +et +des +compagnies +d +' +assurances +, +de +la +sidérurgie +, +de +l +' +industrie +du +pétrole +et +de +l +' +énergie +atomique +, +dans +toutes +ses +composantes +des +groupes +dominants +de +l +' +électronique +, +de +la +grande +industrie +chimique +et +pharmaceutique +, +de +la +construction +des +grands +moyens +d +' +équipement +, +des +industries +aéronautiques +, +aérospatiales +, +d +' +armement +, +de +la +construction +automobile +et +de +la +marine +marchande +. +< +S10 += +1 +> +la +gestion +démocratique +. +. +< +S10 += +0 +> +§ +la +large +et +effective +participation +des +travailleurs +et +des +organisations +syndicales +à +la +gestion +des +entreprises +publiques +et +nationalisées +, +constitue +un +élément +décisif +pour +assurer +leur +pleine +efficacité +économique +et +pour +répondre +aux +besoins +des +travailleurs +et +des +masses +populaires +. +elle +répond +pleinement +aux +aspirations +légitimes +des +travailleurs +à +participer +à +l +' +orientation +, +à +la +gestion +et +au +contrôle +des +entreprises +nationalisées +. +§ +assurant +leur +intervention +active +dans +la +détermination +des +objectifs +économiques +de +la +politique +sociale +de +l +' +entreprisenationalisée +, +la +gestion +démocratique +est +une +condition +primordiale +de +la +démocratie +économique +. +§ +en +ce +domaine +, +le +37ème +* +congrès +de +la +CGT +et +ultérieurement +le +document +de +" +réflexions +et +de +propositions +de +la +CGT +sur +la +gestion +démocratique +dans +les +entreprises +" +, +ont +précisé +, +de +manière +détaillée +, +les +mesures +à +mettre +en +oeuvre +pour +assurer +et +garantir +le +caractère +pleinement +démocratique +de +la +gestion +des +entreprises +nationalisées +. +à +cet +effet +, +il +convient +essentiellement +de +promouvoir +$ +: +_ +de +larges +droits +pour +les +travailleurs +, +leurs +représentants +élus +et +les +organisations +syndicales +, +leur +donnant +les +moyens +d +' +exercer +un +contrôle +efficace +dans +l +' +orientation +, +la +conduite +et +le +contrôle +de +la +politique +générale +et +sociale +de +l +' +entreprise +. +ce +qui +requiert +des +prérogatives +étendues +comportant +le +droit +et +le +devoir +d +' +information +sur +la +politique +de +la +marche +de +l +' +entreprise +dans +tous +les +domaines +de +son +activité +; +ce +qui +nécessite +des +droits +suffisants +permettant +la +consultation +et +l +' +intervention +active +des +travailleurs +et +de +leurs +représentants +élus +et +la +création +des +instances +nécessaires +à +l +' +exercice +de +ces +droits +aux +divers +échelons +de +l +' +entreprise +. +un +statut +du +personnel +de +contenu +progressiste +, +élaboré +avec +les +organisations +syndicales +, +garantira +l +' +emploi +, +la +rémunération +, +les +droits +du +personnel +, +l +' +exercice +du +droit +syndical +et +des +droits +des +travailleurs +et +donnera +les +moyens +pour +qu +' +ils +participent +au +règlement +des +questions +relatives +aux +conditions +de +travail +sous +tous +leurs +aspects +; +_ +une +autonomie +effective +de +gestion +des +entreprises +nationalisées +dans +le +cadre +du +plan +et +leur +assurant +une +large +initiative +dans +les +divers +domaines +de +la +gestion +financière +, +technique +et +commerciale +et +de +la +politique +sociale +; +_ +une +pleine +et +entière +responsabilité +du +* +conseil +d +' +administrationqui +aura +notamment +dans +ses +attributions +la +nomination +du +personnel +de +direction +; +_ +une +composition +démocratique +de +ce +* +conseil +d +' +administrationcomprenant +des +représentants +du +pouvoir +central +, +des +représentants +syndicaux +élus +par +les +travailleurs +, +des +représentants +de +certaines +catégories +d +' +usagers +et +des +collectivités +locales +ou +territoriales +. +< +S10 += +1 +> +une +planification +démocratique +. +. +< +S10 += +0 +> +§ +la +nationalisation +des +secteurs +clés +, +la +maîtrise +des +moyens +d +' +action +économique +essentiels +de +l +' +* +état +par +un +pouvoir +démocratique +fondent +la +possibilité +de +promouvoir +une +planification +démocratique +. +cette +planification +est +indispensable +pour +permettre +un +développement +progressiste +d +' +ensemble +de +l +' +économie +pour +réaliser +sa +cohérence +, +pour +s +' +attaquer +aux +déséquilibres +engendrés +par +les +monopoles +et +pour +assurer +le +respect +des +objectifs +sociaux +et +pour +élever +d +' +une +manière +continuelle +le +niveau +et +les +conditions +de +vie +. +§ +en +matière +économique +, +la +planification +démocratique +est +le +complément +nécessaire +et +indispensable +de +la +nationalisation +démocratique +, +pour +réaliser +une +véritable +démocratie +économique +et +politique +à +l +' +échelle +de +la +* +nation +, +pour +assurer +la +cohérence +d +' +ensemble +du +développement +économique +, +pour +éliminer +les +disparités +et +distorsions +engendrées +par +les +monopoles +dans +le +domaine +économique +et +social +. +§ +la +participation +des +travailleurs +et +de +leurs +organisations +syndicales +à +l +' +élaboration +du +plan +, +au +contrôle +de +son +exécution +est +indispensable +et +constitue +une +condition +essentielle +de +son +contenu +réellement +démocratique +et +de +la +réalisation +des +objectifs +sociaux +qui +doivent +constituer +le +fondement +même +de +la +planification +démocratique +. +ce +qui +implique +à +tous +les +échelons +la +participation +des +organisations +syndicales +et +qu +' +elles +disposent +des +informations +les +plus +complètes +. +la +participation +démocratique +des +travailleurs +et +de +leurs +organisations +syndicales +s +' +exercera +à +l +' +échelon +national +dans +les +grandes +entreprises +nationalisées +, +mais +également +au +plan +régional +, +départemental +, +et +municipal +ainsi +que +dans +les +institutions +de +recherche +et +d +' +enseignement +. +les +attributions +des +diverses +instances +de +la +planification +devront +être +définies +démocratiquement +, +assurer +une +représentation +satisfaisante +des +travailleurs +et +prévoir +les +droits +et +moyens +leur +permettant +d +' +assumer +pleinement +leur +rôle +. +§ +l +' +élaboration +du +plan +, +son +adoption +et +le +contrôle +de +son +exécution +devront +constituer +une +attribution +essentielle +de +l +' +* +assemblée +nationale +. +§ +la +démocratisation +de +l +' +économie +est +inséparable +de +l +' +élargissement +des +droits +en +matière +économique +des +comités +d +' +entreprise +et +des +organismes +similaires +tant +dans +les +entreprises +nationalisées +, +les +administrations +que +dans +les +entreprises +privées +. +dans +ces +dernières +, +l +' +extension +des +attributions +des +comités +d +' +entreprise +devra +leur +permettre +de +contrôler +que +l +' +activité +de +l +' +entreprise +est +conforme +aux +options +du +plan +démocratique +et +respecte +la +politique +économique +assurant +sa +mise +en +oeuvre +, +notamment +dans +le +domaine +des +prix +, +du +crédit +et +de +la +fiscalité +. +< +S10 += +1 +> +démocratie +politique +. +. +< +S10 += +0 +> +§ +démocratie +économique +et +démocratie +politique +sont +étroitement +liées +et +complémentaires +. +s +' +attaquer +à +la +domination +des +monopoles +, +mettre +en +oeuvre +les +changements +structurels +indispensables +, +satisfaire +les +revendications +des +travailleurs +nécessitent +un +pouvoir +politique +d +' +origine +et +d +' +orientation +démocratique +et +des +changements +institutionnels +correspondants +. +§ +ceci +exige +conjointement +$ +: +_ +un +cadre +institutionnel +démocratique +, +ce +qui +suppose +l +' +abrogationde +toutes +les +dispositions +sur +lesquelles +se +fonde +le +pouvoir +personnel +; +_ +la +séparation +et +l +' +équilibre +des +pouvoirs +issus +du +suffrage +universel +; +_ +une +extension +des +libertés +fondamentales +et +leurs +garanties +tant +en +ce +qui +concerne +les +libertés +collectives +qu +' +individuelles +; +ce +qui +implique +$ +: +_ +la +garantie +du +droit +de +grève +, +de +manifestation +et +de +réunion +; +_ +la +garantie +du +droit +d +' +association +et +pour +les +partis +et +groupements +politiques +, +la +garantie +de +pouvoir +se +former +librement +et +de +déployer +leur +activité +dans +le +respect +de +la +légalité +; +_ +la +liberté +de +la +presse +et +un +droit +à +l +' +information +assurant +notamment +l +' +attribution +d +' +un +temps +d +' +antenne +régulier +aux +grandes +centrales +syndicales +; +_ +le +renforcement +de +la +protection +des +libertés +individuelles +et +des +droits +du +citoyen +. +< +S10 += +1 +> +rassemblement +populaire +pour +la +victoire +du +programme +commun +. +. +< +S10 += +0 +> +§ +la +CGT +a +engagé +toutes +ses +forces +dans +la +lutte +pour +la +démocratie +économique +et +politique +. +le +soutien +massif +que +le +peuple +de +France +a +apporté +au +* +programme +commun +lors +de +l +' +élection +présidentielle +, +le +grand +espoir +soulevé +par +la +possibilité +de +voir +accéder +la +gauche +au +pouvoir +pour +y +appliquer +son +programme +, +créant +une +situation +nouvelle +, +favorable +pour +gagner +des +millions +de +consciences +nouvelles +à +la +nécessité +du +changement +démocratique +. +§ +dans +ces +conditions +nouvelles +, +la +CGT +poursuivra +inlassablement +son +action +pour +une +démocratie +économique +et +politique +. +elle +déploiera +tous +ses +efforts +pour +développer +l +' +action +commune +sur +des +buts +concrets +et +promouvoir +le +grand +rassemblement +populaire +, +indispensable +à +la +victoire +du +* +programme +commun +. +§ +la +CGT +développera +son +activité +pour +s +' +opposer +à +toutes +les +tentatives +et +manoeuvres +que +développe +et +que +multipliera +la +bourgeoisie +pour +tenter +de +dissocierl +' +alliance +de +la +gauche +et +surtout +pour +s +' +efforcer +de +la +vider +de +son +contenu +antimonopoliste +. +< +S10 += +1 +> +les +perspectives +du +socialisme +pour +la +France +. +. +< +S10 += +0 +> +§ +le +régime +capitaliste +fait +apparaître +d +' +une +manière +aiguë +et +massive +, +ses +tares +et +ses +absurdités +, +son +incapacité +profonde +à +résoudre +les +problèmes +fondamentaux +de +notre +époque +. +§ +le +socialisme +représente +l +' +avenir +de +notre +société +. +son +idée +progresse +dans +les +consciences +et +prend +un +caractère +de +masse +. +§ +dès +sa +fondation +, +la +CGT +s +' +est +assignée +de +transformer +la +société +capitaliste +en +mettant +un +terme +à +l +' +exploitation +capitaliste +. +son +37ème +* +congrès +a +encore +précisé +ce +but +dans +les +statuts +. +le +socialisme +est +le +système +économique +et +social +où +l +' +exploitation +de +l +' +homme +par +l +' +homme +est +bannie +. +son +but +est +de +répondre +aux +besoins +matériels +et +intellectuels +grandissants +des +travailleurs +et +du +peuple +, +de +créer +les +conditions +susceptibles +de +libérer +l +' +homme +de +toutes +les +oppressions +économiques +, +sociales +et +culturelles +et +de +permettre +l +' +épanouissement +complet +de +ses +facultés +et +de +sa +personnalité +. +§ +la +CGT +estime +que +la +définition +des +voies +et +moyens +pour +parvenir +au +socialisme +en +France +, +ainsi +que +des +mécanismes +, +organes +, +institutions +et +modalités +de +la +gestion +et +de +la +vie +sociale +qui +sont +à +promouvoir +pour +son +édification +, +doivent +être +l +' +oeuvre +commune +des +formations +politiques +et +syndicats +intéressés +. +§ +pour +sa +part +, +elle +est +prête +, +en +tant +qu +' +organisation +de +classe +la +plus +intéressée +à +l +' +instauration +du +socialisme +, +à +y +contribuer +dans +le +respect +de +son +caractère +d +' +organisation +de +masse +et +avec +ses +vues +propres +résultant +de +sa +spécificité +d +' +organisation +syndicale +. +§ +le +document +" +thèmes +de +réflexion +sur +les +perspectives +du +socialisme +pour +la +France +et +le +rôle +des +syndicats +" +a +exposé +les +principales +idées +communes +aux +organisations +de +la +CGT +. +sa +discussion +a +conduit +à +une +large +approbation +de +son +contenu +par +les +organisations +de +la +CGT +et +par +les +travailleurs +. +il +conserve +pleinement +sa +valeur +. +§ +les +réflexions +exposées +dans +ce +document +constituent +la +base +commune +aux +organisations +de +la +CGT +pour +la +poursuite +de +la +réflexion +et +de +la +discussion +tant +avec +les +travailleurs +qu +' +avec +les +forces +intéressées +à +ce +but +et +pour +laquelle +la +CGT +demeure +disponible +. +§ +elles +constituent +la +base +de +sa +contribution +à +la +nécessaire +élaboration +de +positions +communes +rassemblant +les +forces +qui +luttent +pour +le +socialisme +. +§ +en +même +temps +qu +' +elle +engage +toutes +ses +forces +dans +la +lutte +pour +la +démocratie +économique +et +politique +afin +de +réaliser +les +changements +qu +' +il +est +urgent +d +' +apporter +à +la +société +, +la +CGT +agit +pour +gagner +toujours +plus +de +travailleurs +à +l +' +objectif +du +socialisme +et +pour +que +mûrissent +les +conditions +susceptibles +d +' +en +rapprocher +le +terme +pour +notre +pays +. diff --git a/Rlib/textometrieR/cgt75.txt b/Rlib/textometrieR/cgt75.txt new file mode 100644 index 0000000..10e591b --- /dev/null +++ b/Rlib/textometrieR/cgt75.txt @@ -0,0 +1,4412 @@ + + + + + + + + + document d'orientation de la CGT .. + + § deux données essentielles caractérisent la situation, + déterminent le comportement des diverses forces sociales + et politiques et situent par conséquent les conditions + de l'action syndicale $: + _l'aggravation de la crise qui affecte l'économie et la vie + du pays; + _la montée de la volonté de changement et les + perspectives qu'offre l'union de la gauche sur la base + de son *programme commun de gouvernement . + § dans sa manifestation la plus immédiate et la plus + sensible aux travailleurs la crise se traduit par de + sérieuses atteintes au pouvoir d'achat de leurs salaires, + retraites et prestations sociales,par la montée du chômage, + l'aggravation de leurs conditions de travail et d'existence. + § mais la dimension de cette crise est plus vaste.elle + affecte _ les précédents *congrès de la CGT l'ont déjà + souligné _ l'ensemble de la vie du pays,sous tous ses + aspects essentiels $: économique,social,politique,culturel, + moral. + § elle met en cause les fondements de la société capitaliste + et pose la nécessité de transformations profondes touchant + aux structures économiques et sociales de la société. + § c'est dans ce contexte de crise profonde et durable de + l'ensemble des grands pays capitalistes que se situe + l'aggravation de la situation économique.elle se manifeste + par une poussée beaucoup plus forte d'une inflation depuis + longtemps permanente. cette inflation se combine avec une + montée considérable du chômage et un déclin du + développement économique.il est faux d'attribuer cette + situation au prix du pétrole et des matières premières. + § la récession de 1974-1975 est la plus forte que les + économies capitalistes aient connu depuis la deuxième + guerre mondiale. + § il ne s'agit pas seulement d'une période défavorable + accentuée,mais d'un dérèglement durable en profondeur de + l'économie capitaliste qui est le fond de la crise. + § le dérèglement en profondeur de l'économie capitaliste + mondiale est à la base de la crise.il résulte de l'exploitation +et de la course au profit poussées jusqu'à + leurs limites dans tous les pays où l'*état est + l'instrument des grandes sociétés capitalistes.parmi + ces pays,les Etats-Unis occupent une position dominante, + et l'économie américaine pèse d'un poids déterminant. + § l'accumulation des profits extraordinaires réalisés + par les grandes sociétés,les moyens employés pour + maintenir ces profits et les accroître,même au prix + d'énormes gaspillages,la militarisation de l'économie, + en particulier aux USA,sont à l'origine de l'inflation, + de la crise du système monétaire et des relations + économiques des pays capitalistes ainsi que de tous les + désordres économiques qui les accompagnent. + § la place prépondérante des sociétés multinationales + dans l'ensemble du monde capitaliste et dans les pays + en voie de développement,leurs dimensions,la nature + de leurs activités en font l'un des principaux facteurs + des perturbations économiques,un danger pour les travailleurs, + pour l'indépendance des peuples et les droits des *états . + § cette malfaisance s'exerce également en Europe + occidentale et particulièrement au sein du marché commun. + l'ensemble des phénomènes de crise s'y manifestent. + les sociétés multinationales y sont pour les deux tiers sous + la domination des groupes financiers et industriels + américains,en particulier dans les secteurs de pointe. + § elles assoient leur emprise avec l'appui des gouvernements + qui facilitent l'interpénétration des capitaux publics + et privés au profit de ces derniers. + § les contradictions s'aiguisent au sein du *marché commun + alors que le capital ouest-allemand y joue le rôle principal + et que se renforce la dépendance à l'égard des USA. + § les abandons de souveraineté opérés par le *pouvoir + portent gravement préjudice à l'indépendance nationale + de la France menacée par les projets de supranationalité + et replacée pratiquement dans le giron atlantique. + la volonté d'unification des politiques économiques et + sociales vise à renforcer le front des patrons et des + gouvernements contre les travailleurs de ces pays. + § en France ,la crise a les mêmes causes profondes que + dans les autres pays capitalistes.l'économie est dominée + par un petit nombre de groupes financiers géants qui + augmentent leurs richesses et leur puissance au détriment + des travailleurs et du pays.la politique menée depuis des + années,avec pour but essentiel leurs profits et le + renforcement de leurs positions à l'échelle nationale + et internationale,a plongé le pays dans la crise. + § la politique d'austérité imposée par le gouvernement + sous prétexte d'endiguer la crise ne s'attaque pas à + l'inflation qui est source de profits accrus.elle l'entretient +et augmente le chômage. + § les promesses gouvernementales d'amélioration de la + situation économique sont contredites par la réalité. + § les milliards distribués sous prétexte de relance gonflent + les profits et alimentent l'inflation. + § l'orientation prévue pour le *7ème plan est une + prolongation de la politique d'austérité.elle ne peut assurer + le taux de croissance mensongèrement affiché.elle vise à + diminuer brutalement le pouvoir d'achat par une politique + des revenus.le nombre de chômeurs,déjà égal à 1200000 au + début de 1975,risque sérieusement d'augmenter encore dans + une forte proportion. + § le *pouvoir des féodalités capitalistes ne peut combattre + efficacement ni l'inflation,ni le chômage.loin de s'attaquer +à leurs causes réelles,il veut faire supporter + les frais de la crise aux travailleurs et saisir cette + occasion pour accélérer la concentration capitaliste, + l'élimination d'entreprises petites,moyennes et parfois + grandes.le "redéploiement de l'industrie" consiste + principalement à mettre les ressources du pays et les + moyens de financement et d'action économiques de l'*état + à la disposition des groupes industriels et financiers + susceptibles d'atteindre la dimension multinationale. + § le budget,la fiscalité,la politique du crédit,la politique + des prix,la politique de tarifs et de transferts d'activités + bénéficiaires des services publics et des entreprises + nationalisées vers le secteur privé,tous les moyens sont + mis en oeuvre par le *pouvoir pour répondre aux + exigences des principaux groupes capitalistes. + § le *pouvoir giscardien pousse plus avant l'interpénétration + et la conjonction des moyens de l'*état et des monopoles, + au service de ces derniers,c'est-à-dire le capitalisme + monopoliste d'*état . + § pour cette raison il ne peut qu'aggraver la crise qui mine + la société française. + § la confiscation,par une minorité toujours plus restreinte + et plus puissante des richesses du travail du plus grand + nombre et des moyens de la direction de l'économie conduit + aux aberrations les plus choquantes $: la baisse du niveau + de vie des travailleurs et le chômage,l'énormité des + gaspillages des forces humaines et matérielles,le + sacrifice des équipements collectifs,les injustices de + toutes sortes. + § face au bilan désastreux d'un système condamné,une + puissante force de transformation a grandi et s'est mise + en mouvement.la résistance des travailleurs s'est renforcée, + leur pression revendicative s'est exprimée par la montée + des luttes sociales.la signature du *programme commun de + gouvernement entre le *parti communiste ,le *parti + socialiste et le *mouvement des radicaux de gauche , + avec le soutien de la CGT a constitué un tournant. + § en se prononçant pour la réalisation de ce programme, + lors de l'élection présidentielle de mai 1974,plus de + 49% des électeurs ont démontré que le changement véritable, + fondé sur des réformes profondes est possible,qu'il peut + devenir la volonté majoritaire du peuple. + § cette situation crée un nouveau rapport de force dans + le pays. + § les travailleurs y puisent un grand espoir,une plus + grande confiance en leurs forces. + § ils y trouvent des conditions plus favorables pour leurs + luttes revendicatives,pour défendre avec succès leurs + intérêts les plus urgents,obtenir certains résultats, + mettre en échec certaines mesures antisociales.le *pouvoir + et le *patronat doivent en tenir compte. + § dans cette situation des possibilités nouvelles existent + pour gagner de nouvelles forces,de nouvelles couches + aux luttes immédiates et à l'idée des changements qui + seuls sont de nature à permettre la solution effective + et durable des grands problèmes posés à la société. + § mais leur attitude est également dictée par l'étroitesse + de la marge d'action dont ils disposent. + § d'une part,le maintien et l'accroissement des profits + des grandes sociétés dans le contexte de la crise économique + exigent une politique aux conséquences sociales aggravées.d'autre +part,toute concession aux revendications démontre + qu'il est possible de les satisfaire et qu'une autre + politique peut être mise en oeuvre. + § *pouvoir et *patronat s'efforcent donc,dans ces + nouvelles conditions,de s'adapter pour maintenir une + résistance acharnée aux revendications,poursuivre et + aggraver leur politique.ils s'efforcent également de + contrarier par tous les moyens l'évolution des masses + populaires vers l'idée du changement. + § c'est dans cet ensemble de circonstances qu'il convient + de définir les positions,les tâches et l'action de la CGT. + + l'action revendicative et l'unité d'action syndicale .. + + § le *patronat et le *gouvernement giscardien s'efforcent + de mettre à profit la situation économique dont ils sont + responsables pour comprimer le pouvoir d'achat des salaires, + faire admettre le chômage,les fermetures d'entreprises, + les licenciements,pour aggraver les conditions de travail, + alourdir les impôts payés par les salariés,déprécier + les prestations sociales et familiales,renforcer l'exploitation +des travailleurs français et immigrés. + § pour y parvenir ils usent de tous les moyens dont ils + peuvent disposer $: + _l'intransigeance globale dans toutes les négociations + et le détournement d'une véritable politique contractuelle + par la conclusion avec des organisations minoritaires, + d'accords de collaboration à la politique d'austérité; + _la démagogie sous ses diverses variantes,plus ou moins + renouvelées en dernier lieu le thème de la "réforme + de l'entreprise",pour tenter inlassablement de détourner + les travailleurs des réalités sociales et de la défense + de leurs intérêts de classe ; + _la tentative de domestiquer toute l'information et la + mise en oeuvre des moyens énormes de pression idéologique + pour faire admettre l'inéluctabilité de la crise et de + l'austérité,jouer de l'inquiétude pour l'emploi,et + dénaturer la lutte de la CGT et de toutes les forces + démocratiques; + _l'extension des méthodes plus perfectionnées d'exploitation + sous couvert d'une prétendue participation ou d'une + organisation différente du travail; + _la division entre travailleurs de diverses catégories; + _la tentative de mettre en selle la collaboration de classe + comme une institution permanente (accords séparés, + collusion dans les organismes paritaires,concertation + avec le gouvernement,utilisation abusive de l'information + officielle et de la formation professionnelle); + _l'attaque généralisée contre les libertés syndicales et le + droit de grève,les mesures de répression arbitraires et + illégales,l'emploi de la force policière,des milices privées + armées,contre les grévistes dans les entreprises. + § c'est aussi dans ce cadre qu'il faut placer le recours + par certains patrons,avec la complicité et le soutien + direct du pouvoir,à des syndicats maison,des officines + patronales comme la CFT,des entreprises de louage + d'hommes de main employant des méthodes fascistes. + § loin d'être un signe de force,ces pratiques sont un signe + des difficultés de la bourgeoisie. + § elles constituent néanmoins un grave danger pour les + libertés.elles s'inscrivent dans un processus de renforcement + du système autoritaire .c'est pourquoi elles doivent + recevoir les ripostes immédiates et énergiques qui + s'imposent,et susciter un grand mouvement de lutte pour + la démocratie. + § c'est dans ce cadre qu'il faut placer le recours,pour + une partie du patronat avec la complicité et parfois le + soutien direct des milieux du *pouvoir ,aux syndicats + maison CFT dont le caractère d'officine patronale et + les méthodes ont été dévoilés par la CGT. + § mais ils font un mauvais calcul en misant sur une + quelconque résignation des travailleurs.ils ne tiennent + pas compte du mécontentement accumulé ni de l'état d'esprit + né du progrès des forces de gauche,ni des conséquences + que tirent les travailleurs de toutes les injustices, + de tout ce qui témoigne de l'incapacité du système à + résoudre les problèmes sociaux les plus élémentaires. + § les luttes syndicales ont connu,en plusieurs occasions,des + périodes particulièrement intenses.elles ont mis en avant + des revendications d'une ampleur et d'une portée + nouvelles. + § depuis l'aggravation de la crise,bien des actions et + des grèves d'envergure ont témoigné,d'une combativité + parmi l'ensemble des travailleurs et particulièrement + dans la jeunesse,qu'il faut considérer comme l'indice + d'un état d'esprit significatif du monde du travail. + § toutes les manoeuvres,tous les procédés employés pour + détourner les salariés de la lutte sont voués à l'échec, + inadaptés aux conditions nouvelles,à condition de recevoir + la riposte appropriée. + § car il n'est pas vrai que la crise,le chômage,l'inflation + soient une fatalité $: ils sont un produit du système + capitaliste et de la domination des monopoles. + § il n'est pas vrai ,que l'austérité pour les travailleurs + soit inévitable. + § il n'est pas vrai,que le gouvernement s'attaque aux + inégalités sociales. + § il n'est pas vrai,que les mesures patronales et + giscardiennes soient les seules possibles. + § au contraire,même dans les conditions actuelles,il est + possible d'imposer d'autres mesures pour combattre + l'inflation et le chômage et d'engager l'action avec + l'immense majorité des travailleurs. + § c'est parce qu'ils le ressentent que les travailleurs + n'ont cessé de mener des luttes importantes.mieux ils en + auront conscience et plus énergiquement encore ils + défendront leurs intérêts,avec succès. + § le programme d'action soumis au 39ème *congrès précise + l'ensemble des objectifs revendicatifs essentiels de + la CGT pour la période à venir. + § parmi ces objectifs,il en est un certain nombre qui ont + un caractère d'urgence et une portée générale qui sont + à la base des luttes actuelles. + § dans le contexte de la crise économique,la défense + des conditions de vie et de travail par les revendications + syndicales est étroitement liée à l'action pour des mesures + économiques capables de combattre la crise et de + s'attaquer à ses causes afin d'assainir l'économie et + d'assurer son développement. + § les revendications concernent en particulier : + + les salaires .. + + _garantie du pouvoir d'achat pour tous par l'échelle + mobile et progression avec des différenciations allant + dans le sens d'une remise en ordre des systèmes de + rémunération; + _SMIC à 1700F par mois pour 40 heures hebdomadaires; + _relèvement des prestations sociales et familiales, + des pensions et retraites et allocations de chômage total + ou partiel. + + l'emploi .. + + _une politique de développement économique créatrice + d'emplois; + _le droit et les moyens de discuter du bien fondé des + décisions de licenciements et de fermetures d'entreprises + avec la possibilité d'instances de recours avec effet + suspensif; + _l'interdiction de tout licenciement sans reclassement + préalable équivalent. + § dans les conditions présentes,deux mesures longtemps + refusées prennent une importance et une urgence + particulières $: + _le droit à une retraite pleine à 60 ans pour les hommes + et à 55 ans pour les femmes,avec 75% des éléments du + salaire; + _la semaine de 40 heures en 5 jours partout,sans réduction + de salaire et dans les plus brefs délais. + + les conditions de travail + + exigent un ensemble de mesures pour $: + _limiter les cadences,embaucher en nombre suffisant, + _protéger la santé et la vie des travailleurs, + _élever l'intérêt,la responsabilité,la qualification + du travail avec des classifications et des salaires + correspondants, + _assurer des garanties d'accès à la formation et à la + promotion professionnelles. + + les libertés syndicales.. + + cessation immédiate des atteintes aux libertés + syndicales et au droit de grève et garanties légales + contre ces pratiques; + _sanctions judiciaires contre toutes les violations + de ces libertés et contre l'emploi de la force contre + les travailleurs; + _extension des libertés syndicales,des droits démocratiques + des travailleurs et des moyens attribués pour leur exercice + dans les entreprises et dans la vie publique. + + les discriminations de toutes sortes + + doivent être supprimées et toutes tentatives de les + maintenir sanctionnées. + + une véritable réforme de la fiscalité + + allégeant la charge des salariés et frappant le *capital . + + la sécurité sociale + + doit être rendue aux travailleurs et les mesures + consécutives à la politique de démantèlement poursuivie + par le *pouvoir et le *patronat doivent être abrogées. + § l'indexation des allocations ,rentes et pensions sur + la base d'un indice de prix négocié par les organisations + syndicales. + § les mesures économiques immédiatement nécessaires + visent principalement à assurer un développement + suffisant et équilibré de la production,combattre + l'inflation et la vie chère,sauvegarder l'emploi et + rééquilibrer les échanges.c'est pour atteindre ces buts + qu'elles doivent s'attaquer aux privilèges ,aux profits + et aux moyens de domination des grandes sociétés capitalistes. + § énoncées précisément dans le programme d'action du + 39ème *congrès ,elles comportent : + § contre l'inflation et la vie chère $: + _des réductions de TVA,le blocage temporaire de certains + prix et tarifs publics,la réduction et le contrôle des + bénéfices ainsi que la limitation du crédit pour les + grandes sociétés,la défense de l'épargne populaire. + § pour l'emploi $: + _une politique de développement créatrice d'emplois + fondée sur un solide marché intérieur développé, + notamment par l'amélioration du pouvoir d'achat,une + politique industrielle s'appuyant sur le secteur public, + un développement des équipements collectifs améliorant les + conditions d'existence,un développement régional réel. + § pour l'équilibre des échanges extérieurs $: + _un développement diversifié,vers tous les pays et + notamment les pays socialistes et du Tiers-Monde , + des échanges commerciaux et de la coopération technique + et scientifique en les fondant sur l'intérêt mutuel, + le contrôle des mouvements de capitaux et des investissements + étrangers en France . + § pour assurer les besoins en énergie $: + _des contrats de type nouveau avec les pays producteurs + de pétrole,l'arrêt immédiat des fermetures de puits de mine + et un plan d'augmentation de la production charbonnière, + l'utilisation de l'énergie hydraulique,marémotrice, + géothermique,la maîtrise technologique,la protection de + l'environnement et la garantie de l'approvisionnement + en combustible pour les centrales nucléaires,la + suppression des privilèges des sociétés pétrolières + et la nationalisation immédiate des groupes pétroliers + français,le développement de la recherche sur les + sources de l'avenir. + § ces revendications correspondent à des besoins impérieux + et justifiés.elles constituent des éléments importants + de réponse aux problèmes économiques et sociaux actuels + en favorisant l'emploi et la lutte contre l'inflation.elles + répondent à l'intérêt national. + § si le *pouvoir et le *patronat en tenaient compte, + des difficultés pourraient être atténuées. + § mais il faut s'attendre pour l'essentiel à une résistance + acharnée de leur part,car telle est leur nature de classe + et telles sont les exigences des intérêts du grand capital + monopoliste. + § l'action revendicative de masse est et sera nécessaire + pour obtenir chaque amélioration. + § la réduction du pouvoir d'achat des salaires,les pertes + dues à la réduction d'activité,le chômage total et partiel, + la misère qui gagne un grand nombre de foyers de + travailleurs,loin d'engendrer la résignation,se traduisent + par le mécontentement et la colère,et une conscience plus + élevée de la responsabilité de la politique du pouvoir. + § le patronat et le gouvernement poussent chaque conflit + à l'extrême tension. + § mais la tendance principale est constituée par la + combativité,l'endurance exceptionnelle des travailleurs, + le nombre et la durée des grèves en même temps que par la + recherche des méthodes d'action les plus efficaces,les + mieux adaptées. + § il est possible,par l'action,d'imposer des succès marquants + comme maints exemples l'ont déjà démontré. + § l'intransigeance gouvernementale et patronale conduit + à une montée des luttes sociales,susceptibles d'atteindre + une grande envergure. + § faire échec à la politique d'austérité pour les travailleurs, + de privations pour beaucoup,implique une grande ténacité + dans la lutte. + § il s'agit d'une bataille de longue haleine et + d'envergure dans laquelle s'allient les actions + multiformes et incessantes dans les entreprises + et des mouvements coordonnés de divers types $: au plan + professionnel ou au plan interprofessionnel selon + la nature des revendications essentielles;parfois au + niveau local ou départemental,parfois par de grandes + initiatives d'ampleur nationale. + § dans tous les cas,parmi les conditions nécessaires + à la conduite des luttes,l'information de l'opinion + publique et la recherche de son soutien sont indispensables. + § ce sont les circonstances,les situations concrètes qui + conduisent à adopter les initiatives qui conviennent + le mieux dans chaque cas. + § et c'est l'ensemble de ces luttes aux aspects diversifiés, + souvent très décentralisées et parfois puissamment + regroupées qui constitue un mouvement revendicatif + rassemblant,sur toute une période,des forces de plus en + plus grandes capables d'imposer non seulement des reculs + dans telle ou telle entreprise ou branche mais au + patronat et au gouvernement pour les objectifs communs + à l'ensemble des travailleurs. + § les orientations du 38ème *congrès confédéral définissant + les principes d'une action efficace et responsable se sont + pleinement vérifiées. + § l'essentiel dans la conduite de la bataille présente est, + avec la persévérance,le souci plus indispensable que + jamais de la plus large démocratie $: démocratie avec les + syndiqués qui doivent jouer leur rôle,démocratie avec + l'ensemble des travailleurs,pour tenir le plus grand + compte de leurs besoins,de leur état d'esprit,définir avec + eux à toutes les étapes de la lutte et rechercher la + convergence dans les objectifs et les méthodes d'action. + § les militants et les organisations de la CGT ont à faire + preuve d'audace pour se placer,de la sorte,résolument + à la tête des luttes avec esprit d'initiative,de + décision et d'unité. + § c'est dans cet esprit que la CGT et la CFDT ont pris, + dans toute la dernière période des initiatives d'action + et animé le développement des luttes. + § l'accord conclu le 26 juin 1974 entre les deux centrales + sur les objectifs communs,les méthodes de l'action et le + renforcement de l'unité d'action a représenté un progrès + considérable dans les relations confédérales.il a permis + d'éliminer un grand nombre d'obstacles et a favorisé une + amélioration à différents niveaux quoique subsistent + bien des inégalités de situations. + § la pratique a prouvé $: + _que les divergences existant sur les questions + fondamentales de l'avenir de la société ne sont pas + un obstacle insurmontable à l'unité d'action pour les + revendications communes et urgentes pour les travailleurs; + _que les divergences sur les revendications et les + méthodes de l'action,lorsqu'elles existent,sont plus + facilement surmontées lorsqu'elles sont discutées + clairement et franchement avec les travailleurs dont + l'appui est décisif; + _que la pratique de l'unité d'action sur des bases claires + favorise l'établissement de rapports fraternels et + loyaux,qu'elle contribue à aborder dans de meilleures + conditions la discussion des divergences plus fondamentales + pour tenter de les réduire.tout progrès dans ce sens + facilite réciproquement l'unité d'action; + _qu'une bonne et saine unité suppose la vitalité,l'activité + et l'esprit d'initiative des organisations de la CGT en + tant que telles. + § la CGT persiste à souhaiter que l'unité d'action qui + se développe avec la CFDT s'étende à la FEN et à + Force Ouvrière . + § mais la direction de la FEN en dépit des intentions + qu'elle affirme est délibérément retournée à la + collaboration avec le gouvernement en signant un nouvel + accord salarial qui s'inscrit dans la politique + d'austérité.la pratique de l'unité d'action avec de nombreuses + organisations de la FEN est fondée sur la défense + des intérêts de classe des travailleurs,la lutte contre + la crise et ses conséquences,pour faire reculer le + pouvoir et le patronat. + § la CGT lutte pour l'unité avec la FEN en combattant + les positions de collaboration de classe dans la fonction + publique. + § la direction confédérale de FO est devenue l'agent + officiel et le symbole de la collaboration de classe. + elle s'attaque directement aux travailleurs en grève + et apporte systématiquement la caution de son + organisation au patronat et au gouvernement. + § la CGT ne peut qu'espérer un sursaut contre cette + dégradation parmi les militants et les organisations + de Force Ouvrière et la réalisation de l'unité d'action + sur des bases de classe avec les organisations FO + qui y sont prêtes. + § le *congrès souligne que cela ne peut être possible + que si cette organisation adopte enfin une attitude + combative de défense des intérêts des travailleurs. + § le renforcement et l'élargissement de l'unité d'action + pour les revendications communes est toujours la question + actuelle,la tâche urgente en matière d'unité.la CGT + s'y emploie sans relâche.simultanément,elle ne s'est jamais + résignée à la division syndicale et maintient plus que + jamais son objectif de réunification syndicale.elle + entend travailler à en créer les conditions. + § dans cette perspective,elle a défini ses propres conceptions + fondées sur le contenu de classe de son action, + le caractère de masse de ses activités et la démocratie + syndicale assurant la véritable indépendance d'une + organisation groupant l'ensemble des salariés dans + la diversité des opinions. + § elle est prête à en discuter,certaine d'aller au devant + du désir de la masse des travailleurs et particulièrement + des jeunes. + + rassemblement des forces populaires pour la victoire + du programme commun .. + + § des millions de travailleurs se persuadent,à l'expérience et + par l'effort de conviction de la CGT,que si + l'indispensable action revendicative permet de résister + à l'agression permanente contre le niveau de vie,rien + d'essentiel ni de durable ne pourra être fait sans des + changements profonds dans la société. + § la crise étale toute la malfaisance,les tares et les + absurdités d'un système qui ne répond pas aux besoins + du développement de l'humanité et qui s'avère incapable + de résoudre aucun des problèmes posés par notre époque. + § c'est le socialisme qui représente l'avenir de la + société.cette idée continue à progresser dans l'esprit + des travailleurs.la CGT qui s'est fixée pour but cette + transformation décisive conduisant à l'émancipation + des travailleurs,a clairement exposé ses conceptions + à cet égard.son 38ème *congrès les a confirmées. + elle est disponible pour la poursuite de la réflexion + et de la discussion avec les travailleurs et toutes les + forces intéressées à ce but. + § c'est en poursuivant cet objectif et en militant pour + y gagner toujours plus de travailleurs que la CGT + a engagé toutes ses forces dans la lutte pour la + démocratie économique et politique,pour les changements + profonds qu'il faut d'urgence apporter à la société. + § la conclusion du *programme commun de gouvernement + entre le *parti communiste ,le *parti socialiste et + le *mouvement des radicaux de gauche en a ouvert la + perspective. + § le soutien massif à cette alliance et à ce programme + lors de l'élection présidentielle a créé une situation + nouvelle. + § la possibilité de faire parvenir la *gauche au pouvoir + pour appliquer son programme soulève un grand espoir + parmi les travailleurs. + § cet espoir,pour être pleinement justifié,doit + s'accompagner d'une vue lucide des conditions de la + lutte pour y parvenir. + § car cette même perspective provoque la profonde + inquiétude des milieux dirigeants de la haute bourgeoisie + et de toutes les forces de réaction qui ne restent pas + passifs. + § le *pouvoir regroupe toutes les forces de conservation + sociale quelle que soit leur étiquette.il précipite + son alignement atlantique.il renforce le caractère + personnel,autoritaire du système et en particulier + sa mainmise sur les principaux moyens d'information. + § tout en s'efforçant de maintenir ainsi le pouvoir qui + lui convient le mieux,la bourgeoisie multiplie et + multipliera constamment les manoeuvres pour s'efforcer + de dissocier l'alliance de la *gauche et surtout + pour tenter de la vider de son contenu. + § à cet effet,le pouvoir tente d'entraîner des forces de + la gauche à un comportement de collaboration de classe. + les campagnes anticommunistes sont destinées à diviser et à + affaiblir la gauche.c'est pourquoi il est du devoir de l'ensemble +des forces de gauche,syndicales et politiques, + de les combattre. + § car ce qui inquiète le plus le grand patronat dans + l'union de la *gauche ,ce sont ses objectifs et le + contenu social et économique avancé de son programme. + § c'est aussi ce qui importe le plus aux travailleurs et + à la CGT. + § la CGT a constamment défini,dans ses *congrès et + instances responsables,à partir de ses préoccupations + syndicales,ses positions indépendantes quant aux + perspectives de transformation de la société. + § cette indépendance,conforme aux intérêts des travailleurs,ne + peut pas se détacher des principes de classe et,par + conséquent,ne saurait être confondue avec une quelconque + neutralité. + § pendant de longues années la CGT a lutté pour que + se réalise l'alliance des forces de gauche sur la base + d'un *programme commun au contenu fermement dirigé + contre la domination des monopoles. + § elle a défini,pour sa part,les objectifs qu'elle jugeait + essentiels dans ce but.ces objectifs figurent toujours + dans son programme confédéral. + § lorsque fut conclu le *programme commun de la gauche , + la CGT a fondé son soutien sans défaillance sur le + fait qu'elle y retrouvait l'essentiel de ses propres + objectifs. + § c'est avec ces mêmes préoccupations que la CGT + poursuit son action. + § l'essentiel,du point de vue des intérêts de classe + des travailleurs _ et par conséquent du point de vue + de la CGT _ est dans l'application des mesures prévues + par le *programme commun $: + _pour retirer aux monopoles les moyens de leur + puissance et remettre à la *nation les leviers de + commande essentiels de l'économie,c'est-à-dire la + nationalisation des secteurs clés et leur gestion + démocratique dans le cadre d'une planification également + démocratique; + _pour mettre en oeuvre des mesures sociales hardies + répondant aux revendications des travailleurs; + _pour développer,en démocratisant l'économie,l'intervention + active et la participation de la masse des travailleurs + à la gestion et à la planification. + § les mises au point et ajustements nécessaires du + programme,qui doivent intervenir en temps opportun + pour tenir compte de la conjoncture et des conditions + concrètes devant lesquelles sera placée la *gauche ,ne + sauraient en affecter les dispositions fondamentales, + celles qui sont destinées à donner les moyens du + changement réel. + § loin d'être dépassé,comme le prétendent ses détracteurs, + le *programme commun est plus actuel et urgent que + jamais,dans son fond. + § non,la crise n'est pas fatale,l'austérité pour les + travailleurs n'est pas inévitable et ne constitue pas + une solution. + § contre le pouvoir actuel et les féodalités capitalistes + qu'il s'agit d'éliminer,seules les réformes profondes + contenues dans le *programme commun permettront de + sortir le pays de la crise,d'assurer son développement + et de résoudre d'une manière neuve et efficace les + problèmes essentiels posés à la société moderne et + d'abord ceux qui importent le plus aux travailleurs + pour améliorer leur situation,leurs conditions de vie + et de travail. + § pour qu'elle devienne majoritaire,l'union de la gauche + implique $: + _l'action concrète contre le pouvoir pour assurer + la défense des intérêts des travailleurs et la défense + des libertés; + _le rassemblement et l'union de tous pour la mise en + échec de toutes les tentatives de collaboration de + classe; + _des initiatives multiples afin de gagner aux idées + décisives du *programme commun des millions de consciences + nouvelles et notamment parmi les salariés et de contribuer + au renforcement de leur détermination pour de véritables + changements. + § c'est dans cet esprit et pour ces objectifs communs + que la CGT souhaite voir se renforcer l'*union de + la gauche . + § elle travaillera pour sa part,sur la base de ses + positions de classe,à gagner à ces conceptions et aux + solutions fondamentales du *programme commun ,la masse + des travailleurs.elle impulsera l'action commune pour + des buts concrets.elle contribuera ainsi au renforcement + de l'*union de la gauche et à la réalisation du + rassemblement majoritaire qui assurera sa victoire + et l'application de son programme. + + dans l'intérêt des travailleurs $: puissance,capacité + d'organisation,d'initiative et d'influence de la CGT .. + + § défendre les intérêts des travailleurs dans une situation + aussi complexe,quand la lutte de classe atteint un tel + degré;les aider à s'orienter,à s'organiser pour + intervenir eux-mêmes efficacement;les rassembler par millions + dans la lutte pour les transformations sociales + indispensables $: il est impossible d'accomplir ces tâches + sans un renforcement considérable de la CGT,en + quantité comme en qualité. + § les travailleurs de toutes catégories et de toutes + professions ne peuvent se passer d'une CGT active, + vivante,présente partout,capable de faire face à ses + responsabilités en toutes circonstances,ce qui suppose + à la fois le recrutement systématique de nouveaux + adhérents,l'exercice d'une large démocratie syndicale + et la diffusion des idées de la CGT $: trois conditions + indispensables au syndicalisme de masse et donc à l'efficacité + de l'action syndicale. + + syndiquer massivement les travailleurs .. + + § c'est à partir de ces préoccupations que l'année 1974 + a marqué une ouverture dans la voie d'un recrutement + important et permanent et de la création d'un grand + nombre d'organisations là où elles n'existaient pas. + § les résultats obtenus en 1974,avec 308000 adhésions + et 3400 bases nouvelles,sont encourageants mais ils ne + représentent que le début d'une attitude nouvelle pour + placer les forces organisées de la CGT en concordance + avec son influence et ses responsabilités. + § il s'agit,chaque année,de progresser au rythme + de nombreuses centaines de milliers d'adhérents et de + milliers d'organisations nouvelles. + § ce résultat ne peut être atteint que par une activité +de masse s'appuyant sur une prise de conscience générale + de tous les militants,de tous les syndiqués et un + travail systématique,organisé,dirigé par les directions + syndicales aux différents niveaux. + § le renforcement numérique doit s'accompagner d'un + perfectionnement général du travail des organisations + de la CGT $: direction collective pour assurer + entièrement nos responsabilités dans tous les domaines. + promotion de forces militantes nouvelles représentatives + de la diversité de la CGT aux responsabilités et + tout particulièrement les femmes qui prennent une place + de plus en plus grande dans l'action et la vie syndicale + et des jeunes gens et jeunes filles;formation de centaines + de milliers de militants de toutes responsabilités. + § donner à la CGT un caractère de masse dans toute sa vie + et son action exige également de veiller aux intérêts + de chaque catégorie de travailleurs,de comprendre leurs + besoins,leurs préoccupations.cela exige de déployer + un travail d'organisation et une activité spécifique + qui tiennent compte de leurs revendications particulières, + de leur sensibilité propre à l'égard des revendications + générales et des problèmes d'ensemble de tous les + travailleurs. + § ce travail spécifique,pour être efficace,doit s'appuyer + sur l'activité de l'ensemble des organisations de la + CGT. + § cet ensemble de préoccupations qui concernent toutes + les organisations de la CGT à tous les échelons + s'impose particulièrement dans les grandes entreprises + en raison de leur place dans la vie économique et + sociale,dans les luttes. + + développer et perfectionner la démocratie syndicale .. + + § c'est pour des raisons importantes que la CGT + poursuit avec insistance une campagne intérieure + pour le développement de la démocratie syndicale $: c'est la clé + du perfectionnement des organisations de la CGT ainsi + que la solution de nombreux problèmes qui s'y rapportent, + l'état actuel de sa pratique au sein de nos organisations + réclame qu'on poursuive avec une plus grande attention + les efforts entrepris. + § la démocratie syndicale consiste principalement à + assurer la participation active des syndiqués à la vie + de l'organisation,à la détermination de son orientation et + de ses décisions. + § elle suppose la plus large expression des syndiqués, + l'information et la circulation des idées. + § le 38ème *congrès a défini les principales conditions + nécessaires à la démocratie syndicale. + § plus est grande la participation des adhérents à la vie + de l'organisation,meilleures sont les décisions,plus + étroits sont les liens du syndicat avec les travailleurs + par l'intermédiaire de ses adhérents mieux informés, + plus nombreux les syndiqués qui prennent une part + même modeste,au travail syndical,plus nombreux enfin ceux qui + deviennent des militants. + § par là,le syndicat décuple son efficacité dans son + orientation,dans la mise en activité des forces indispensables + pour faire face à toutes ces obligations,dans les moyens + d'un plus grand recrutement,d'une meilleure promotion de + cadres. + § par là,il donne pleinement l'image,à tous les échelons, + de la grande organisation de masse qu'est la CGT + et qu'elle veut être toujours mieux,pour être + "la CGT partout et pour tous" . + § lorsque les militants responsables sont animés par + ces préoccupations et en assimilent la portée,ils + trouvent plus aisément les solutions pour y parvenir, + les mesures d'organisation et le style de direction. + + porter la bataille des idées à la mesure de nos + responsabilités .. + + § c'est à partir de la même préoccupation $: le caractère + de masse de toute l'activité syndicale,qu'il convient + d'envisager la bataille des idées. + § le 38ème *congrès a lancé le mot d'ordre $: + "gagner des millions de consciences" + car telle est l'envergure de la bataille sociale. + § c'est à des millions de travailleurs qu'il faut apporter + constamment les idées,les réponses ,les réflexions, + les propositions de la CGT pour qu'ils puissent se + déterminer,trouver leur voie en dépit du martèlement + des idées du *capital qui dispose de tous les moyens + essentiels d'information. + § c'est une condition absolue de l'efficacité de l'action + revendicative comme de la lutte pour les changements + plus fondamentaux et de l'accomplissement de toutes les + tâches de la CGT. + § la mettre en mesure de faire face à ses responsabilités, + c'est à la fois la doter de l'organisation correspondant + aux exigences de la lutte gigantesque de notre époque + et assurer un rayonnement permanent et infiniment plus + large à ses idées. + § tout l'ensemble de l'activité d'information et de + propagande de la CGT et de ses organisations doit être + adapté à cette responsabilité,à cette obligation d'information, +d'explication et d'éducation de masse; + c'est dire qu'il convient de donner à la propagande + syndicale les moyens,l'efficacité,la diversité qui + correspondent à ces exigences en adoptant les méthodes + modernes et en consacrant les forces nécessaires pour + y parvenir. + § et d'abord l'effort de diffusion de toute la presse + confédérale et principalement du moyen central et + permanent d'expression de la CGT auprès de l'ensemble + des travailleurs : "la Vie-Ouvrière " . + § ce qui vaut pour la conception du recrutement qui doit + prévaloir vaut pour celle de la diffusion de "la Vie-Ouvrière". + car l'organisation en masse des travailleurs + dans la CGT doit aller de pair avec leur connaissance, + en masse des idées de la CGT et par conséquent avec la + lecture régulière de son hebdomadaire de masse. + + la solidarité ouvrière internationale et l'unité d'action + syndicale en Europe .. + + § les progrès de la détente _ fait principal de la situation + internationale _ sont un succès pour les travailleurs, + les peuples,toutes les forces de progrès.ils traduisent + le recul des positions de l'impérialisme dans le monde; + les résultats,dans leur édification,des pays socialistes, + qui ne connaissent ni crise,ni inflation,ni chômage, + le renforcement des luttes de classe des travailleurs + dans les grands pays capitalistes,les nouveaux succès + du mouvement de libération nationale caractérisés par la + victoire historique des travailleurs et des peuples du + Viêt-Nam et du Cambodge contre l'impérialisme + américain,le renforcement de l'indépendance économique + et politique contre le néocolonialisme de différents + pays libérés. + § à cet égard,la CGT considère parfaitement légitimes + les mesures prises par les pays producteurs de pétrole + et d'autres matières premières pour obtenir des prix + normaux.elle exprime sa solidarité à ceux qui sont + engagés dans une voie démocratique et anticapitaliste. + § elle agit pour la sauvegarde de la paix,la sécurité + en Europe et dans le monde,la coopération internationale. + § elle exige du gouvernement une politique active de paix + et d'indépendance nationale. + § le courant pour la démocratie se renforce.il s'est + manifesté en particulier par le renversement de la + dictature fasciste au Portugal et en Grèce . + § contraint au recul,l'impérialisme s'acharne pourtant + à préserver sa domination par tous les moyens lorsqu'il + en a la possibilité $: la bestialité des généraux putschistes + au Chili en est l'illustration et les menaces d'intervention + militaire contre les pays producteurs de pétrole. + § la CGT renforcera son action de solidarité avec les + travailleurs,les syndicats,les démocrates du Chili , + d'Espagne et tous ceux qui subissent la répression, + le joug fasciste,le racisme à travers le monde. + § la CGT poursuivra son action avec les autres forces + progressistes de France pour la solidarité aux peuples + du Viêt-Nam et du Cambodge . + § elle se prononce pour un règlement des problèmes du + Moyen-Orient qui,mettant fin à la politique agressive + des dirigeants d'Israël ,restitue leurs territoires + aux pays arabes,rétablisse,conformément aux décisions de + l'ONU,le peuple palestinien dans ses droits nationaux + et assure le droit à l'existence et la sécurité de tous + les *états de cette région,y compris l'*état d'Israël . + § affirmant la permanence de son attitude anticolonialiste + et antinéocolonialiste,la CGT salue les victoires + remportées par les peuples d'Angola ,du Mozambique + et de Guinée-Bissau ,et se déclare solidaire des + peuples d'Afrique en lutte pour conquérir ou consolider + leur indépendance économique. + § elle appuie la lutte des travailleurs et des peuples + des *départements d'Outre-Mer et des *territoires + d'Outre-Mer pour la liquidation du colonialisme français + et l'octroi aux DOM du statut d'autonomie réclamé par + les populations de ces pays. + § des changements importants et positifs se produisent + dans le mouvement syndical à travers le monde. + § dans les pays capitalistes,frappés par la crise et + où sévissent les sociétés multinationales,les travailleurs + en subissent les mêmes conséquences $: inflation, + chômage,attaques contre leur niveau de vie et leurs + droits. + § les luttes de classe s'y aiguisent partout et elles + trouvent leur reflet au sein même d'organisation dont + l'orientation est traditionnellement axée vers la + collaboration de classe et où l'on constate la progression + des idées et de la pratique d'une attitude plus combative + dans la défense des intérêts de classe des travailleurs. + § sur cette base,ainsi qu'en conséquence de l'évolution + internationale,se développe un mouvement favorable au + rapprochement entre organisations syndicales de + différentes affiliations internationales et entre les + centrales internationales elles-mêmes. + § la CGT contribue,par ses initiatives directes et + par sa participation active à l'action de la FSM,à + favoriser cette évolution,pour aboutir à un vaste + développement de l'unité d'action internationale + pour des objectifs concrets communs répondant aux intérêts + des travailleurs,de la démocratie et de la paix et par + des actions effectives. + § elle attache la plus grande importance au renforcement de + l'influence de la FSM dont le rôle et le prestige + international grandissent en raison de son action et des + idées de lutte conséquente qu'elle représente.la CGT + renforcera en particulier son soutien aux UIS de la + FSM dont le rôle est capital pour l'organisation + concrète de la défense internationale effective des intérêts + des travailleurs contre les sociétés multinationales. + § la CGT qui entretient de longue date une coopération + fraternelle avec les syndicats des pays socialistes, + entend la développer encore et contribuer à faire + connaître avec objectivité la réalité et les résultats + des pays socialistes qui intéressent au plus haut point + les travailleurs français. + § c'est naturellement en Europe que les responsabilités + de la CGT sont les plus grandes.c'est aussi sur notre + continent que l'on assiste à des évolutions parmi les + plus importantes dans le mouvement syndical. + § une première rencontre unitaire des centrales syndicales + de tous les pays d'Europe ,capitalistes et socialistes, + sans considération d'affiliation internationale s'est tenue + en janvier 1974. + § une deuxième rencontre de toutes ces centrales a eu + lieu en février-mars 1975.des perspectives concrètes + existent pour que s'instaurent au-delà des relations + bilatérales,des relations multilatérales,collectives, + sans discrimination pour étudier des problèmes syndicaux, + économiques et sociaux d'intérêt commun. + § la CGT y attache une très grande importance et entend + y coopérer de son mieux,dans un esprit constructif de + compréhension mutuelle.elle considère qu'il est nécessaire + et possible d'établir des rapports et une coopération + suivis entre toutes les centrales des pays d'Europe , + quel que soit leur régime économique et social. + § en Europe occidentale il est urgent d'aller de + l'avant.dans tous ces pays,les travailleurs se heurtent à la + même situation économique,à des politiques gouvernementales + et patronales similaires et subissent le poids des + sociétés multinationales. + § au sein de la CEE,qui s'est avérée incapable de + promouvoir une véritable politique sociale malgré les + promesses réitérées,les travailleurs sont appelés au + "partage des sacrifices" et subissent les mêmes méthodes + d'austérité.ils se heurtent à l'emprise accrue des grandes + féodalités financières et industrielles de chaque pays + et internationales,notamment américaines. + § la coopération syndicale est urgente,pour des initiatives + communes dans les institutions de la CEE,pour + démocratiser ces institutions.cette coopération est + nécessaire pour promouvoir une Europe antimonopoliste, + démocratique et pacifique. + § au-delà des problèmes propres aux pays membres de la + CEE,se pose avec acuité la recherche de l'unité d'action +entre les syndicats de tous les pays d'Europe + occidentale . + § la constitution de la CES a représenté un événement + nouveau.son ouverture aux centrales affiliées à la CMT + (dont la CFDT) puis à la CGIL marque un progrès. + § si l'évolution unitaire est le trait dominant,il n'en + reste pas moins que demeurent encore dans certaines + centrales des attitudes héritées de la guerre froide + qui maintiennent des blocages artificiels. + § la CGT souhaite participer à la CES dans un + esprit constructif et réaliste.elle ne saurait évidemment + admettre des conditions discriminatoires d'aucune sorte. + § de la même manière qu'elle trouve naturel que les + organisations affiliées à la CISL ou à la CMT + aient conservé leur affiliation internationale,elle + entend conserver librement son affiliation à la FSM, + sans aucune espèce de "distance".la CGT entend être + un partenaire syndical loyal,sérieux mais égal en tous + points. + § des tâches urgentes et communes sollicitent les organisations + syndicales en Europe occidentale .les revendications + essentielles de défense des intérêts des travailleurs + sont communes.sous une forme ou sous une autre,il faut + faire face ensemble avec tout l'esprit de compréhension + nécessaire.il faut développer des initiatives d'action + unitaires;le plus tôt sera le mieux. + + conclusion .. + + § l'année 1975 est celle du 80ème anniversaire de la + *confédération générale du travail . + § dès sa création,la CGT a inscrit dans ses statuts les + orientations essentielles qui guident aujourdhui sa + vie et son action. + § organisation de masse ouverte à tous les salariés, + elle affirmait en 1895 la nécessité de la lutte pour + défendre leurs intérêts de classe et son but $: la suppression + de l'exploitation des salariés par les patrons. + § depuis cette période,la CGT a été au coeur des luttes + et de l'histoire du mouvement ouvrier, + du mouvement syndical,et de l'histoire de la + France tout particulièrement lors du *front populaire , + pendant la *résistance à l'occupant nazi,et dans les + années qui ont suivi la *libération . + § les connaissances,la conscience,l'expérience historique + acquises dans les luttes de classe,dans la vie nationale, + dans la solidarité internationale et les rapports avec + le mouvement syndical du monde entier ont profondément + transformé la CGT en conservant le meilleur de ses + orientations initiales. + § au cours des trente années qui ont suivi la deuxième + guerre mondiale,la CGT a connu les épreuves de la scission + et de la guerre froide,la lutte contre le colonialisme + français,le combat entrepris dès le début contre la + mainmise des monopoles sur l'*état et contre le pouvoir + personnel en France . + § des éléments historiques nouveaux sont apparus dans ce + combat. + § l'unité d'action entre la CGT et la CFDT est devenue + un élément important de la vie et des luttes syndicales. + § mai 1968 a été le premier grand affrontement à l'échelle + nationale entre les travailleurs et le pouvoir des grandes + sociétés capitalistes.mouvement revendicatif,il posait + par sa dimension même le problème d'un changement radical + de politique et de transformations profondes dans la + société.il a servi de révélateur de la crise.depuis, + l'approfondissement de celle-ci fait apparaître + davantage que c'est tout le système actuel,le capitalisme + monopoliste d'*état ,qui est en cause. + § l'*union de la gauche sur le *programme commun , + voulue par la CGT et les succès considérables qu'elle + a remportés offrent aux travailleurs et à la France + la perspective proche de profondes réformes démocratiques + et d'un progrès économique et social qui peuvent,si + la réussite de cette expérience est réalisée,gagner + la grande majorité des travailleurs et du pays à l'idée + de la transformation socialiste de la société. + § cette perspective se situe dans un monde en pleine + évolution et transformation,et ce contexte contribue à + la rendre possible. + § le capitalisme est,au sein même des grands pays + les plus développés,dans une crise profonde qui durera; + le socialisme progresse et se construit,le colonialisme + direct est en voie de liquidation complète,et les pays + du Tiers-Monde luttent pour leur indépendance économique. + plusieurs régimes fascistes sont tombés et l'impérialisme + est en recul. + § cette évolution est le résultat d'une lutte longue et + difficile menée par les travailleurs,les forces + progressistes et les peuples du monde entier.la classe + ouvrière,dans chaque pays et à l'échelle internationale + a toujours été l'élément le plus solide et le plus résolu + dans le combat pour la démocratie,la paix,l'indépendance + des peuples et le progrès.dans les heures les plus + difficiles elle n'abandonne pas la lutte. + § la CGT est consciente d'avoir,pour sa part syndicale + et nationale,contribué à ce mouvement historique dans le + monde entier,au long des 80 ans de sa propre histoire.elle + reste et restera fidèle à sa mission,conforme aux + intérêts et au rôle de la classe ouvrière et de l'ensemble + des travailleurs. + + + + + + + + + programme d'action .. + l'action pour la satisfaction des grands objectifs + revendicatifs .. + + § dans une période marquée par la crise profonde du + système capitaliste et la volonté du pouvoir de renforcer + par tous les moyens la puissance des groupes financiers + et industriels les plus importants,la politique du + gouvernement et du patronat est fondée sur une + accentuation de l'exploitation capitaliste.l'inflation + constitue un moyen d'accentuer et de généraliser cette + exploitation. + § peser sur le pouvoir d'achat,limiter sa progression, + constitue l'objectif avoué du patronat et de l'*état + patron. + + pouvoir d'achat .. + salaires .. + + § dans ces conditions,le problème des salaires et du + pouvoir d'achat est plus que jamais la préoccupation + première et permanente des travailleurs et du mouvement + syndical,parce qu'il détermine,dans une mesure décisive, + le niveau de vie du salarié et qu'il est l'enjeu de la + lutte quotidienne avec le capital.la progression du + pouvoir d'achat représente un moyen efficace pour assurer + le plein emploi et le développement de l'économie. + § la CGT développe son action conjointement pour $: + _l'augmentation des salaires compte tenu,tout à la fois, + de leur niveau scandaleusement insuffisant pour certaines + catégories et dans certains secteurs professionnels et + de l'écart qui s'est creusé,en général,entre les salaires + et les prix; + _la garantie du pouvoir d'achat s'appliquant aux salaires + ainsi revalorisés; + _la progression du pouvoir d'achat; + _la remise en ordre des salaires et systèmes de rémunération. + + garantie du pouvoir d'achat des salaires .. + + § la poussée inflationniste que l'on observe dans notre + pays conduit naturellement les travailleurs à revendiquer + des mesures de protection de leur pouvoir d'achat. + § la garantie effective du pouvoir d'achat des salaires, + pour tous les salariés,suppose l'établissement d'un + véritable système national et interprofessionnel d'échelle +mobile,assurant périodiquement et à intervalles + rapprochés le relèvement automatique des salaires et + traitements,en fonction des hausses des prix intervenues,avec + compensation pour les pertes subies dans la période + antérieure. + § elle suppose aussi la suppression dans la législation + des interdictions ou limitation des clauses d'indexation. + § l'évolution du coût de la vie doit être établie par un + nouvel indice reflétant la réalité des prix,qui doit être + élaboré en accord avec les organisations syndicales et + familiales. + + progression du pouvoir d'achat des salaires .. + + § la progression du pouvoir d'achat doit permettre la + satisfaction des besoins nouveaux qui apparaissent comme + des exigences de la vie à l'étape actuelle de la société, + pour toutes les catégories de travailleurs. + § elle est un impératif du développement économique + et social de la *nation et contribue à assainir la + situation de l'emploi. + § cette progression se justifie pleinement par l'ampleur + des profits capitalistes,le développement du revenu + national,les progrès de l'économie et l'accroissement + considérable de la productivité du travail;elle doit être + assurée quelle que soit l'évolution de la situation + économique. + § le pouvoir d'achat des salaires de tous les travailleurs doit + progresser. + § cette progression,plus importante pour les bas et moyens + salaires,donc différenciée,doit être négociée au niveau + des branches professionnelles et des entreprises,et + pour tous les secteurs d'activité,public et privé. + § cette progression différenciée doit s'inscrire dans une + politique de remise en ordre des systèmes de rémunérations, + ramenant les classifications et coefficients à un nombre + raisonnable avec,entre deux coefficients successifs, + des écarts significatifs,revalorisant la hiérarchie des + catégories ouvriers employés et techniciens et tendant + à réduire l'écart hiérarchique réel par un resserrement + vers le haut. + + remise en ordre des salaires et des systèmes de + rémunérations .. + + § cette remise en ordre,qui s'inscrit dans notre + objectif de statut unique du manoeuvre à l'ingénieur, + doit être établie en fonction des principes suivants $: + _établissement,dans chaque branche,d'une grille + nationale unique de classifications et de salaires + garantis,couvrant toutes les catégories de salariés,du + manoeuvre au cadre,et s'appliquant à tous,sans discrimination + d'aucune sorte. + _ces grilles uniques,nationales et professionnelles, + devront comporter une définition des classifications, + tenant compte des changements intervenus dans tous les + domaines (scientifiques,techniques,technologiques) + des diplômes,de la place et du rôle des hommes dans + le processus de production.ces définitions se référeront + aux connaissances acquises par le travailleur,qu'elles + soient sanctionnées ou non par un diplôme,à l'expérience + qu'il possède,aux initiatives qu'il peut prendre et aux + responsabilités qui lui incombent. + _les barèmes nationaux de salaires garantis seront + calculés,pour chaque classification et coefficient + correspondant par rapport à une valeur de point unique, + affectée au coefficient 100.ces salaires garantis par + conventions collectives et accords devront exclure + toutes les primes et représenter l'essentiel de la + rémunération. + § la réalisation de ces dispositions essentielles + suppose $: + _la suppression de tous les systèmes de rémunération + basés sur les études de postes; + _l'intégration dans le salaire garanti des primes aléatoires + ayant le caractère de fait d'un complément de salaire + ou portant atteinte à la dignité des travailleurs; + _l'élimination des disparités existantes entre des + salariés de même qualification; + _la suppression des abattements de zones et des disparités + régionales; + _la suppression de toute discrimination basée sur l'âge, + le sexe ou la nationalité; + _la limitation des éléments de la rémunération liés + au rendement par leur intégration partielle dans le + salaire garanti;leur suppression,par voie contractuelle, + dans les branches et les entreprises où les conditions + existent pour les intégrer en totalité dans le salaire + garanti; + _la garantie de la classification et du salaire,en cas de + mutation ou de changement de poste de travail; + _la suppression de la rémunération au rendement pour les + femmes enceintes,leur classification et leur salaire + antérieur leur étant garantis. + § lorsqu'une partie du salaire restera liée au rendement, + la partie mobile du salaire venant s'ajouter au salaire + garanti devra être calculée à partir de celui-ci,d'une + manière contrôlable et claire pour les travailleurs + concernés,et assurer obligatoirement une rémunération + supérieure au salaire garanti dans la catégorie. + + salaire minimum interprofessionnel .. + + § la CGT estime qu'il est indispensable de donner + au salaire minimum interprofessionnel de croissance + (SMIC) une valeur telle qu'elle constitue une + véritable garantie permettant une vie décente aux salariés + dont les rémunérations sont les plus faibles.c'est + pourquoi,elle demande que le SMIC soit porté à + 1700 francs par mois (valeur mai 75) qu'il soit mensualisé + sur la base de la durée légale du travail (40 heures + par semaine),que cette garantie mensuelle soit assurée à + tous les salariés,en cas de réduction d'horaire au-dessous + de 40 heures,et que son pouvoir d'achat soit garanti par + référence à un indice des prix rénové et établi par + voie de négociation. + § cette garantie minimale mensuelle devra s'appliquer + à l'ensemble des salariés et servir de référence à + l'évolution des retraites et pensions,ainsi que des + diverses allocations sociales.cette dernière mesure suppose la + suppression du minimum garanti,qui sert d'indexation à + plusieurs indemnités et ne cesse de se dévaloriser depuis + 1970. + § la CGT demande que la loi du 2 janvier 1970,portant + réforme du salaire minimum interprofessionnel,soit + modifiée pour que la commission supérieure des conventions + collectives procède,deux fois par an,à une véritable + discussion sur la progression du SMIC,dont le taux + doit être fixé en tenant compte de l'avis émis par la + commission. + § la CGT estime,en outre,qu'il convient de rendre au + SMIC le sens qu'il avait à son origine,c'est-à-dire + qu'il devrait être fixé net de toutes primes ou majorations + de quelque nature que ce soit. + § par ailleurs,la loi doit interdire la fixation dans les + conventions collectives de salaires garantis inférieurs au + SMIC. + + mensualisation et statut unique .. + + § la CGT considère que la mensualisation des ouvriers, + qui ne se limite pas au seul paiement au mois du salaire, + n'est pas encore réalisée. + § pour que cette mensualisation soit réelle,elle doit + apporter les mêmes garanties à toutes les catégories de + salariés,et permettre aux ouvriers de chaque branche + professionnelle de bénéficier de tous les droits et + avantages dont ils sont encore exclus. + § cette généralisation sans restriction des droits,leurs + améliorations,doivent se traduire,dans chacun des secteurs + professionnels,par l'élaboration d'un statut unique + national,comportant des avantages substantiels,applicable + à toutes les catégories de travailleurs et trouver place + dans les *conventions collectives . + + prestations,allocations,rentes,pensions .. + + § la politique de démantèlement de la *sécurité sociale + engagée par le *pouvoir et le *patronat particulièrement + depuis 1958 se poursuit sans relâche.après les + *ordonnances de 1967 la loi sur la compensation et + l'harmonisation des régimes de *sécurité sociale + constitue une nouvelle et grave atteinte à la + *sécurité sociale .le plan de démantèlement de cette + institution,fondamentale pour les travailleurs,est + progressivement réalisé. + § cette politique a pour conséquence une dévalorisation + continue des prestations et des services rendus aux + assurés,allocataires et pensionnés.compte tenu de l'inflation + ceux-ci connaissent une dégradation constante de leur + pouvoir d'achat. + § face à cette situation,la CGT revendique en tout + premier lieu le relèvement automatique et périodique + des allocations,rentes,pensions et retraites,en fonction + de la hausse des prix enregistrée par un nouvel indice + élaboré en accord avec les organisations syndicales et + familiales. + § la CGT exige $: + pour les prestations sociales et les rentes $: + _ le remboursement à 80 et 100% des dépenses de santé, + y compris celles résultant de l'interruption de grossesse, + remboursement garanti par une *convention médicale + issue d'une véritable négociation entre les médecins + et les représentants des assurés sociaux; + _l'exonération totale du ticket modérateur pour la longue + maladie,les personnes âgées et les enfants de moins + de six ans,première étape vers la gratuité des soins; + _l'extension du tiers payant supprimant l'avance + d'argent pour l'hospitalisation,la pharmacie,les soins + dentaires,les analyses et examens de laboratoire; + _la fixation de l'indemnité journalière maladie et de + la pension d'invalidité 2ème catégorie à 75% du salaire + avec un minimum égal à 80% du SMIC.s'agissant de + l'indemnité journalière versée à la suite d'un accident + du travail ou d'une maladie professionnelle,elle devrait + être portée à 100% du salaire; + _l'établissement d'un minimum de ressources égal au + SMIC pour les handicapés qui travaillent et à 80% du + SMIC pour ceux dans l'incapacité de travailler. + pour les prestations familiales $: + _afin de rattraper les retards accumulés par les + *allocations familiales ,la CGT demande qu'elles soient + revalorisées immédiatement de 30% et que leur progression + soit assurée en fonction de l'évolution des salaires; + _elle exige leur versement aux travailleurs immigrés + dans les mêmes conditions que celles requises pour les + nationaux,quel que soit le pays de résidence des familles; + _elle se prononce pour une refonte du système des + prestations familiales,notamment par $: + _la fusion du salaire unique et des allocations familiales, + _l'attribution de la prestation dès le premier enfant + sans aucune discrimination et sans conditions de + ressources; + _elle revendique l'attribution aux femmes salariés d'une + indemnité de garde pour les enfants de moins de trois + ans quel que soit le mode de garde adopté. + § pour les pensions et retraites $: + les travailleurs retraités connaissent des conditions de vie + très difficiles résultant du trop faible niveau des + retraites et de leur insuffisante progression face à + l'évolution du coût de la vie.pour ces raisons et aussi parce + que pour la CGT il est fondamental de reconnaître le + droit à la retraite dans des conditions permettant de vivre + décemment,elle exige $: + _une retraite égale à 75% de tous les éléments de la + rémunération,avec un montant minimum égal au SMIC,à + 60 ans pour les hommes et 55 ans pour les femmes et les + salariés effectuant des travaux pénibles ou insalubres; + _une pension de reversion fixée,pour tous les secteurs, + à 75% de la pension principale; + _la suppression des restrictions interdisant le cumul + d'une pension propre et d'une pension de reversion; + _la revalorisation des pensions et retraites en fonction + de l'évolution réelle du coût de la vie et de la + progression des salaires; + _le paiement mensuel et d'avance des pensions et + retraites; + _la reconnaissance pour les travailleurs immigrés de droits + identiques à ceux des travailleurs français,quels que + soient leur origine et le pays de résidence des familles. + § l'amélioration de la situation des retraités passe + également pour un très grand nombre d'entre eux par une + juste progression des retraites complémentaires,progression + qui doit tenir compte ,elle aussi,de l'évolution du coût + de la vie et de celle des salaires. + § la satisfaction de ces revendications essentielles + qui doit permettre d'accorder à tous les salariés en + activité ou retraités,un meilleur système de protection + sociale,ne peut résulter de transferts financiers entre + catégories.elle suppose que le problème du financement + de la *sécurité sociale fasse l'objet d'un réexamen + d'ensemble dans le respect de ce principe et dans le cadre + d'une négociation avec les organisations syndicales.la réforme + du financement comporte notamment pour la CGT $: + _la suppression des charges indues et des transferts + effectués au détriment de la sécurité sociale; + _le déplafonnement progressif des cotisations; + _la nationalisation de l'industrie pharmaceutique qui + permettrait de réduire les coûts et les dépenses de l'assurance +maladie en supprimant les gaspillages et en + réduisant le nombre des produits; + _la suppression et la réduction du taux de la TVA sur + les biens et services de santé ouvrant droit aux + prestations de *sécurité sociale . + § de telles dispositions doivent s'inscrire dans le cadre + d'une véritable réforme démocratique de la *sécurité sociale + restituant aux représentants élus des assurés la gestion + de leur régime,fixant de façon satisfaisante la participation + budgétaire de l'*état et créant les conditions d'une + harmonisation concertée des différents régimes dans + l'intérêt de leurs bénéficiaires. + § s'agissant des retraites complémentaires ,la CGT + réclame $: + _un réexamen du financement des régimes permettant + à ceux-ci,au moyen notamment d'une meilleure participation + patronale,de faire face aux impératifs d'évolution des + retraites en liaison avec celle du coût de la vie et aussi + de l'abaissement de l'âge de la retraite; + _l'harmonisation des règlements,la coordination entre + les différents systèmes en vue de rendre possible leur + unification dans le respect intégral des droits individuels + et des droits collectifs acquis; + _la démocratisation des *institutions de retraites + complémentaires à la gestion desquelles les retraités + doivent être associés. + + la fiscalité .. + + § le système fiscal actuel représente par son caractère + de classe une des injustices les plus flagrantes du + régime.les exonérations et avantages substantiels,accordés + au cours des dix dernières années aux grandes sociétés et aux + gros porteurs de capitaux,ont été compensés par un + alourdissement de la charge fiscale supportée par les + salariés. + § très durement frappés par la TVA et les impôts + indirects qui atteignent fréquemment l'intégralité des + ressources familiales,converties en dépense de consommation, + les ménages de salariés en activité ou retraités sont en + nombre croissant assujettis à l'impôt sur le revenu,celui-ci + évoluant plus rapidement que les salaires.ainsi,les + foyers d'ouvriers et de retraités sont de plus en plus + nombreux à acquitter cet impôt.les familles de cadres + moyens ou supérieurs,et plus généralement celles où les + femmes travaillent,supportent,du fait de sa forte + augmentation,une charge fiscale très lourde.pour une + grande partie des salariés,le poids de la charge fiscale, + liée à la stagnation,voire à la diminution ,des prestations + familiales et sociales,aboutit à une régression de leur + pouvoir d'achat global. + § pour ces raisons,la CGT se prononce en faveur d'une + refonte démocratique de l'ensemble du système fiscal. + cette refonte devrait reposer sur quelques grands principes + essentiels $: + _une répartition différente entre les différents impôts + afin notamment de réduire la part résultant de la TVA, + d'assurer un meilleur rendement de l'impôt sur les + sociétés et une imposition du capital; + _une plus juste connaissance des revenus de toutes les + catégories de contribuables; + _des conditions d'imposition différentes pour les revenus + du travail,les revenus du capital et les revenus mixtes, + la rémunération de la force de travail ne pouvant par exemple + être comparée aux revenus du patrimoine foncier acquis sans + effort. + § dans ce cadre la CGT se prononce pour substituer + au système du quotient familial un dispositif de + réduction fixe étudié de manière à tenir compte des + charges réelles de famille. + § dans l'immédiat la CGT exige l'adoption des mesures + qui suivent : + + impôt sur la consommation $: + + _la réduction ou la suppression sur les produits alimentaires + et pharmaceutiques,les biens et services d'intérêt social. + la répercussion intégrale dans les prix de ces + dispositions fiscales doit être assurée par des mesures + de contrôle. + + impôt sur le revenu $: + + _une refonte complète du barème assurant l'exonération des + revenus inférieurs au SMIC et allégeant l'imposition + pour les petits et moyens salariés; + _la révision annuelle du barème en fonction de l'indice + des prix reconnu par les organisations syndicales; + _le relèvement de la déduction pour frais professionnels + de 10 à 15% avec plafonnement.cette mesure étant justifiée par + l'aggravation et la multiplication de ces frais.l'indexation + du plancher de déduction des frais professionnels sur les + prix; + _l'institution d'une réduction spéciale de 15% sur les + revenus des retraités avec établissement d'un + plafonnement; + _dans l'attente de l'attribution aux femmes salariées + d'une indemnité,prenant en compte les frais résultant + de la garde des enfants en bas âge,la déduction des + frais des revenus imposables; + _pour les jeunes salariés effectuant leur année de + service militaire,exonération de l'impôt sur les revenus + de l'année précédant celui-ci;possibilité de reporter le + paiement des impôts et des tiers provisionnels dûs pour + l'année suivant le service militaire;possibilité d'étalement + du paiement de l'impôt pour certains salariés ayant + des revenus irréguliers ou intermittents. + § la CGT rappelle son opposition au paiement de l'impôt + sur le revenu par le système de la retenue à la source,que + le *gouvernement essaie d'introduire en partant du paiement + mensuel de l'impôt.ce système en effet ,ne réglant + aucun des véritables problèmes (poids et répartition + de l'impôt) favoriserait en outre de nouveaux transferts + de charge au détriment des salariés. + + impôts locaux .. + + § la fiscalité locale ne cesse de s'alourdir et elle + frappe de plus en plus durement les foyers de travailleurs, + même ceux ne disposant que de ressources modiques. + § les modifications actuellement en cours dans ce domaine, + que le gouvernement présente comme une amélioration, + se traduisent au contraire par une aggravation des + impôts payés par les ménages. + § il est nécessaire de limiter la pression des impôts locaux + sur les ménages par une réforme démocratique se situant + dans le cadre d'une refonte des finances locales et + entrainant une répartition plus juste,notamment entre + les entreprises et les particuliers. + § en contrepartie des allégements demandés,la CGT + propose dans le but d'aboutir à une répartition plus + équitable de la charge fiscale et d'assurer des recettes + nouvelles,les mesures suivantes : + § imposition des sociétés et actionnaires $: + _élargissement de la base de l'impôt sur les sociétés par + l'abrogation des régimes de faveur (amortissements + dégressifs,provisions injustifiées,régimes spéciaux + d'imposition $...); + _abrogation des mesures bénéficiant aux revenus du + capital (suppression du prélèvement libératoire,de + l'avoir fiscal,de l'abattement,applicable aux revenus + fixes $...). + § imposition du capital $: + _création d'un impôt progressif sur le capital et l'actif + net des grandes sociétés. + § lutte contre la fraude fiscale $: + la CGT demande de véritables mesures de nature à mettre + fin à la fraude fiscale qui se situe essentiellement + au niveau des grandes sociétés,de leurs actionnaires et + de leurs dirigeants. + le problème déterminant étant celui de la connaissance + exacte des revenus de toute nature,il est indispensable + (indépendamment des mesures de publicité de l'impôt) + que l'*administration dispose de moyens suffisants pour + exercer sa mission de contrôle contre la véritable fraude. + + le droit au travail + le droit à l'emploi,sa garantie,l'indemnisation du chômage .. + le droit à l'emploi .. + + § la politique économique et sociale actuelle aggrave + l'insécurité de l'emploi et le chômage. + § les moyens fondamentaux de renverser cette tendance sont + contenus dans l'ensemble du présent programme. + § dans l'immédiat,la CGT se prononce à nouveau en faveur + de mesures générales efficaces permettant d'améliorer + sensiblement la situation de l'emploi $: + _progression du pouvoir d'achat (stimulant pour l'économie); + _avancement de l'âge ouvrant droit à la retraite; + _réduction du temps de travail sans diminution de salaire + et allègement de la charge de travail individuelle + devant entraîner l'embauche d'effectifs supplémentaires. + § ces mesures sont indissociables de la mise en oeuvre d'une +véritable politique de développement économique qui + offrirait les débouchés nécessaires à toutes les personnes + désirant occuper un emploi notamment aux jeunes et aux + femmes. + § _les textes légaux et contractuels sont susceptibles + d'apporter certaines protections appréciables mais ne + résolvent pas le problème décisif de la garantie de l'emploi + et ne règlent que partiellement celui des garanties + de ressources dont de nombreux salariés sont exclus. + § pour atteindre ces deux objectifs,la CGT formule + les revendications suivantes,pour l'ensemble des salariés + des secteurs public,nationalisé et privé,quels que soient + leur âge,leur sexe ou leur nationalité. + + la garantie de l'emploi .. + + § _droit à l'information complète et contrôlable faite + en temps utile des salariés,de leurs représentants et des + organisations syndicales sur tous les problèmes concernant + l'emploi. + _droit réel de discussion pour les syndicats et les + représentants du personnel sur les mesures susceptibles + d'entraîner des compressions d'effectifs,des licenciements ou + des modifications d'emploi,envisagées par les employeurs. + _droit de recours,pour les syndicats et les représentants + du personnel,à des instances paritaires et à des instances + juridiques habilitées à cet effet en cas de difficultés + dans l'entreprise $: le recours suspend toute décision de + licenciement. + _interdiction de tout licenciement non accompagné d'une + mesure de reclassement préalable,garantissant pleinement + les droits des travailleurs et leur assurant une + situation équivalente. + _protections équivalentes des salariés licenciés en cas + de faillite (liquidation de biens,règlement judiciaire) + par la mise en oeuvre de la responsabilité collective + du patronat. + _réemploi obligatoire des femmes dès leur retour du + congé légal d'un an pour élever un enfant et des jeunes à + l'issue du *service national avec maintien des avantages + acquis. + _interdiction de tout licenciement prioritaire basé sur + l'âge,le sexe ou la nationalité. + _application intégrale et extension à l'ensemble des + salariés des droits découlant des accords nationaux + interprofessionnels,lois et règlements,sur la sécurité de + l'emploi,la formation et le perfectionnement professionnels. + _droit de contrôle (et moyens réels de l'assurer), + sur l'utilisation des fonds publics alloués aux entreprises + pour création ou évolution d'emplois. + _suppression des contrats à durée limitée. + _personnel permanent en nombre suffisant permettant + d'assurer les travaux courants de l'entreprise et excluant + dans ces domaines le recours à des entreprises extérieures + de main d'oeuvre intérimaire ou temporaire. + _révision profonde des conditions d'introduction de + séjour et d'emploi de la main-d'oeuvre immigrée et prise + en compte des revendications formulées à cet égard par la + CGT garanties par un statut à caractère social et + démocratique. + _protection des immigrés contre les trafics et les abus + dont ils sont victimes,quels qu'en soient les auteurs et + stricte application de la loi du 6 juillet 1973 relative à + la répression des trafics de main-d'oeuvre. + _l'*office national d'immigration doit être le seul + organisme compétent chargé du recrutement à l'étranger, + de l'introduction et de l'accueil des immigrés et de leurs + familles. + + garantie des ressources .. + + § lorsqu'un emploi ne peut être donné à ceux qui veulent + travailler,il faut leur garantir des ressources décentes + sans limitation de durée : + _tout salarié privé d'emploi par son employeur et qui est + inscrit comme demandeur d'emploi doit bénéficier de + ressources égales à son salaire antérieur. + _tous les autres demandeurs d'emploi ,y compris ceux qui + recherchent un premier emploi doivent être assurés d'un + minimum de ressources égal au SMIC. + _garantie des ressources sur la base de l'horaire et du + salaire habituels pour les salariés touchés par des réductions + d'horaires. + _garantie de ressources égales au salaire antérieur à tous + les salariés dont le reclassement dans un emploi équivalent + n'a pu être assuré. + _revalorisation des allocations d'aide publique en matière + de chômage total ou partiel au taux de 50% du SMIC, + et élévation substantielle des plafonds de ressources. + _généralisation de l'action du *fonds national de l'emploi. + _généralisation de l'accord national interprofessionnel + du 14 octobre 1974,sur l'allocation supplémentaire d'attente +à tous les salariés victimes de licenciement. + _généralisation et amélioration de l'accord national + interprofessionnel du 27 mars 1972 sur la garantie + de ressources aux salariés privés d'emploi de plus de + 60 ans. + _attribution de délais de paiement et aide en matière + d'impôts,de loyer,de dettes et crédits pour les salariés + et leurs familles pendant la période où ils sont sans + emploi et inscrits comme demandeurs d'emplois. + _suspension immédiate de toutes poursuites saisies et voies + d'exécution à l'encontre des chômeurs. + _cotisation ASSEDIC à la charge exclusive des + employeurs. + + l'abaissement de l'âge de la retraite .. + + § alors que des centaines de milliers de travailleurs + connaissent le chômage et que les jeunes sont de plus en plus + nombreux à ne pouvoir trouver un emploi à l'issue de leur + temps de scolarité,*pouvoir et *patronat contraignent + des salariés âgés de plus de 60 ans à continuer leur activité + professionnelle. + § l'abaissement de l'âge de la retraite se justifie + pleinement $: + _pour des raisons humaines $:les statistiques font + clairement apparaître que dans leur grande masse les + travailleurs,et parmi eux tout particulièrement les + ouvriers de l'industrie et de l'agriculture,ont une durée + moyenne de vie plus brève que les autres catégories de + la population,ceci étant dû notamment aux conditions de + travail dont la CGT demande l'amélioration.le droit doit + leur être reconnu de pouvoir bénéficier véritablement et + dans des conditions décentes de leur retraite. + par ailleurs,les femmes de plus en plus nombreuses parmi + les salariés,connaissent dans le contexte actuel une + fatigue accrue du fait de leur double fonction de + travailleuse et de mère de famille,et de l'insuffisance + notoire des équipements sociaux collectifs qui devraient + être créés afin d'alléger leurs tâches familiales + de ménagères.dans ces conditions,la possibilité doit leur + être offerte,ainsi qu'aux travailleurs des professions les + plus pénibles de pouvoir bénéficier d'une retraite + anticipée. + _pour des raisons économiques et sociales $:les emplois + libérés par les travailleurs admis à faire valoir leurs + droits à la retraite au taux plein pourraient être + occupés par des salariés présentement en chômage.ceci apparaît + plus sain sur le plan économique et plus juste sur le plan + social. + § pour ces deux motifs essentiels,la CGT entend faire + aboutir la revendication de l'âge de la retraite au taux + plein à 60 ans pour les hommes et 55 ans pour les femmes + et les salariés effectuant des travaux pénibles ou insalubres, + en garantissant les avantages acquis par certaines + catégories des secteurs public et nationalisé. + + la réduction de la durée du travail .. + + § la nécessité d'un allègement de la charge de travail, + élément essentiel de l'amélioration des conditions de + travail,les besoins croissants de temps libre pour le + repos,les loisirs,l'information,l'accès à la culture, + l'aggravation de la situation de l'emploi,font de la réduction + de la durée du travail sans diminution des salaires une + revendication qu'il est urgent de satisfaire. + § elle peut s'appliquer notamment à l'échelle de la + semaine,par la réduction et la limitation de la durée + hebdomadaire,et à l'échelle de l'année,par l'allongement + des congés payés. + § les engagements pris par le patronat en mai 1968 n'ont + pas été tenus $: le retour à la semaine de 40 heures sans + diminution des salaires n'a été rendu effectif que pour + une minorité de salariés. + § la durée du travail demeure très élevée dans certains + secteurs et certaines entreprises,alors que se multiplient + les licenciements et les réductions d'horaires entrainant + d'importantes diminutions de salaires. + § la durée maximale légale du travail demeure fixée + à un niveau inadmissible. + § en conséquence,la CGT demande $: + _retour rapide et effectif aux 40 heures dans toutes les + branches et pour toutes les catégories de travailleurs, + avec compensation intégrale des effets de la diminution + des horaires sur les salaires. + _attribution à tous les salariés d'une cinquième + semaine de congés payés,pouvant être prise en dehors de + la période légale. + _augmentation des effectifs pour permettre la réduction + de la durée du travail pour toutes les catégories de + travailleurs,sans accroissement de l'intensité du travail. + _semaine de travail de cinq jours suivis de deux jours + de repos consécutifs obligatoires. + _abaissement progressif de la durée du travail en dessous + de 40 heures pour les salariés dont les conditions de travail + sont particulièrement pénibles. + _limitation à 45 heures de la durée hebdomadaire maximale + du travail .les heures supplémentaires effectuées dans + cette limite et seulement dans des cas exceptionnels + seront obligatoirement rémunérées comme telles et + récupérées en repos compensateurs. + _suppression des dérogations permanentes et du système + des équivalences. + _limitation de l'amplitude de la journée de travail. + + la formation et le perfectionnement professionnels .. + + § la rapidité de l'évolution technologique transforme + les conditions d'exercice de l'ensemble des professions. + la politique de concentration des entreprises contraint + les travailleurs à des reconversions profondes.la crise + aggravée du système capitaliste et la détérioration + de la situation de l'emploi rendent ces demandes + de conversion encore plus nombreuses et plus difficiles. + § les travailleurs formulent l'exigence légitime $: + _d'acquérir un savoir plus large,plus complet correspondant + à l'état présent des connaissances, + _de pouvoir se perfectionner afin d'être mieux garantis + dans leur emploi et d'accéder à une promotion réelle, + _de pouvoir se reconvertir à d'autres activités + professionnelles,avec le maintien,au minimum,de leur + niveau de qualification antérieure. + § résultat des luttes, l'*accord du 9 juillet 1970 a + ouvert aux travailleurs le droit à la formation.il a donné + également aux apprentis des garanties nouvelles.les lois du + 16 juillet 1971,malgré leurs insuffisances et leurs + aspects restrictifs ont dû confirmer ce droit et ces + garanties.cependant,la mise en application se heurte à + l'attitude négative du patronat et du gouvernement + qui entendent faire de ces textes des instruments au + service de leurs seuls intérêts. + § afin de permettre aux travailleurs du secteur privé + et du secteur public d'exercer ce droit et aux apprentis + de disposer des nouvelles garanties,la CGT préconise les + revendications suivantes : + + apprentissage .. + + § la situation des jeunes sous contrat d'*apprentissage doit + être améliorée par $: + _l'augmentation du minimum légal des rémunérations des + apprentis avec maintien du versement des allocations + familiales aux parents (rémunération égale à 40% du + SMIC pendant la durée du premier tiers + de l'apprentissage,60% durant le deuxième tiers,80% + pendant le troisième); + _l'application ,sans dérogation,de l'horaire annuel + de 360 heures dans les *centres de formation d'apprentis + (horaire porté progressivement à 400 heures); + _la garantie de recevoir dans l'entreprise une formation + pratique complète et préalablement définie; + _la reconnaissance du plein droit syndical. + § les *centres de formation d'apprentis doivent être + placés sous la tutelle et le contrôle directs de l'éducation + *nationale . + + formation professionnelle continue .. + + § cette formation est un droit ouvert à tous les travailleurs + des secteurs privé,public et nationalisé. + § pour assurer la formation continue des travailleurs,la + CGT pose les revendications suivantes : + _des mesures sociales doivent être prises concernant $: + _la généralisation et la simplification du maintien + de la rémunération des travailleurs en congé formation + ou des demandeurs d'emploi allant en stage, + _une protection sociale complète des stagiaires $: + _le remboursement intégral des frais de transport et + d'hébergement, + _la prise en charge intégrale par l'état ou l'entreprise + du coût des stages, + _les dispositions particulières permettant aux travailleuses + d'accéder sans discrimination à la formation et au + perfectionnement professionnels. + _ des opérations de mise à niveau sont nécessaires pour + certaines catégories dont l'accès à une formation et à une + qualification est freiné par l'insuffisance du niveau + de formation générale.ces opérations doivent relever + essentiellement de l'*éducation nationale et faire + l'objet d'un financement particulier. + § ces actions de mise à niveau sont particulièrement + nécessaires $: + _pour les femmes désirant prendre un emploi ou reprendre + une activité professionnelle après une interruption + pour raisons familiales;ces sessions de rattrapage doivent + être rémunérées; + _pour les travailleurs immigrés,afin de permettre le + développement de leur formation professionnelle et leur + promotion sociale $: les cours d'alphabétisation et d'apprentissage +du français doivent être généralisés,sur + le temps de travail et rémunérés comme tel.ces actions + doivent être à la charge de l'*état ,des employeurs et + des pays d'origine,sous la responsabilité de l'éducation + *nationale ,indépendamment des lois et des + accords relatifs à la formation professionnelle + continue; + _pour les jeunes sans formation professionnelle $: + _pour ceux qui sont sous contrat de travail,doit être + rendue effective l'application des dispositions législatives + prévoyant 200 heures de formation pendant le temps de travail + et avec le maintien intégral du salaire (ces 200 heures + devant être considérées comme un minimum), + _pour ceux qui sont sans travail,il faut développer et + améliorer les actions de préformation de l'*éducation + nationale et de l'AFPA,et revaloriser les indemnités + des stagiaires. + _un développement important de l'AFPA doit être + réalisé pour lui permettre de répondre sans délai + aux besoins de formation des demandeurs d'emploi et de + participer à la mise en oeuvre du congé formation, + y compris par la création de sections mobiles opérant hors + des centres,au plus près des travailleurs.l'accès des + femmes et des travailleurs immigrés dans toutes les + spécialités doit être rendu possible par des mesures + d'adaptation des *centres de l'AFPA.le libre + exercice du droit syndical doit être reconnu aux stagiaires de + l'AFPA. + _les établissements de l'*éducation nationale doivent + être systématiquement ouverts à la formation continue, + ce qui implique des moyens nouveaux et des structures + appropriées (dotation supplémentaire de crédits de + fonctionnement et d'équipement,création de postes d'enseignants +et d'autres personnels). + _la reconnaissance des diplômes,des connaissances + acquises et des niveaux de qualification atteints, + doit être assurée en s'appuyant sur l'inscription + désormais prévue dans les clauses obligatoires des + conventions collectives. + _dans le secteur public,le droit des personnels à la + formation doit s'exercer sans entrave. + _pour les non-titulaires de l'*état ,exclus jusque-là de la + formation continue,le droit doit être immédiatement + ouvert et les stages doivent avoir,parmi leurs objectifs, + de contribuer à la titularisation. + + financement .. + + § en ce qui concerne le financement,la CGT réaffirme + sa proposition d'un *fonds national de formation + et de perfectionnement,alimenté parallèlement par des + versements des employeurs et des crédits d'*état . + § ce *fonds serait soumis au contrôle syndical et + son institution est le seul moyen d'éviter les gaspillages. + § dans le système actuel,le taux de la participation + patronale à la formation continue doit être portée à 2% + du montant des salaires en 1976,comme le prévoit la loi + du 16 juillet 1971,que le gouvernement doit appliquer. + § la taxe d'apprentissage doit revenir au taux,antérieur à + 1972,de 0-6% des salaires. + + contrôle des organisations syndicales des travailleurs .. + + § le contrôle syndical doit être accru sur toutes les + actions de formation,aussi bien en ce qui concerne la + formation initiale que la formation continue.cela implique + le renforcement $: + _des prérogatives des représentants des travailleurs + dans toutes les instances traitant de la formation; + _des prérogatives des *comités d'entreprise ainsi que des + délégués du personnel en l'absence de *comité d'entreprise ; + _des moyens donnés à leurs membres et à ceux de la + *commission d'emploi et *formation professionnelle , + (crédit suffisant d'heures rémunérées). + + faire appliquer et élargir .. + + § la CGT engage ses organisations et l'ensemble + des travailleurs $: + _à exiger partout l'application intégrale des dispositions + contractuelles et légales,ce qui doit permettre + actuellement de faire bénéficier,au minimum,un travailleur + sur cinq d'un mois de formation,chaque année; + _à réclamer l'élargissement de ces dispositions, + notamment des clauses de l'accord interprofessionnel du + 9 juillet 1970 qui peuvent être améliorées à tous les + niveaux,notamment au plan des conventions collectives; + _à faire accélérer l'établissement des listes de stages + paritairement agréés sur des critères précis; + _à poursuivre l'action à tous les niveaux,et particulièrement + à celui des entreprises,pour obtenir les conditions et + les moyens nécessaires au plein exercice du droit au + congé formation. + + le respect de la vie des travailleurs .. + l'amélioration des conditions de travail .. + + § l'aggravation des conditions de travail se généralise.elle + atteint,sous des formes et à des degrés divers,toutes + les catégories de salariés $: ouvriers,employés,techniciens, + ingénieurs,cadres. + § l'emploi des techniques nouvelles au lieu d'alléger + la peine des hommes s'accompagne d'une accélération + des cadences,d'une tendance accentuée à la déqualification + du travail et à la parcellisation des tâches,du développement + du travail en continu,de l'inadaptation des locaux de + travail,de l'absence ou de l'insuffisance des moyens de + protection de la santé et de la sécurité.il en découle une + usure intensive des forces des travailleurs,une augmentation + importante du nombre et de la gravité des accidents et + maladies,situation qui contribue à aggraver l'insécurité de + l'emploi,de la classification et des ressources. + § les 28 millions de journées de travail perdues + annuellement pour incapacités temporaires traduisent les + conséquences extrêmement graves des conditions actuelles de + travail sur la santé et l'intégrité physique des travailleurs. + § les revendications de la CGT ont été présentées dans le + document adopté le 2 février 1972 par la *commission + exécutive et précisées en vue des négociations avec le + CNPF.elles tendent à réduire la pénibilité du travail, + à prémunir les travailleurs contre les exigences de + rendement accru,à s'opposer à la déqualification et à + la parcellisation extrême du travail,à obtenir une + protection efficace de la santé et de la sécurité des + travailleurs,à ouvrir des possibilités de promotion + professionnelle. + § leur satisfaction exige notamment $: + _l'affectation d'un pourcentage minimum des investissements + annuels à l'étude et à la réalisation de l'amélioration des + conditions de travail; + _la mise à la disposition des travailleurs,de leurs + représentants élus,des syndicats,des moyens d'information, + de contrôle,d'expression et d'intervention sur tous les + sujets concernant les conditions de travail,lesquels doivent + obligatoirement,sur demande des syndicats,faire l'objet + de négociations aux différents niveaux. + § outre la réduction de la durée du travail et l'augmentation +des effectifs,éléments essentiels de + l'amélioration des conditions de travail,la révision des + classifications,le droit à la formation et au + perfectionnement professionnels,qui trouvent sur ce plan + une justification particulière,la CGT défend les + revendications suivantes : + + § charge de travail .. + + la charge de travail physique ou intellectuelle doit + être ramenée ou contenue dans des limites n'entrainant + pas une fatigue excessive pour le travailleur. + les cadences de travail notamment doivent être limitées + ou réduites en conséquence. + ce résultat peut être obtenu par $: + _l'accroissement des effectifs,lesquels doivent tenir + compte notamment des absences probables, + _la limitation du nombre de pièces à produire ou d'opérations + à réaliser, + _la réduction du nombre de machines ou d'appareils à + conduire ou à surveiller, + _la réduction de la vitesse de la chaîne, + _l'affichage dans les ateliers ou services des temps + alloués,de la vitesse de la chaîne,des effectifs occupés, + de la définition des opérations à effectuer sur chaque + poste de travail ou du nombre de machines ou d'appareils + à conduire ou à surveiller doit être rendu obligatoire; + _toute modification ayant pour effet d'accroître la charge + de travail individuelle doit être interdite; + _les délégués syndicaux,du personnel et du CE,les + travailleurs concernés,doivent être informés au préalable + et consultés sur toutes modifications du processus de travail. + + § organisation du temps de travail .. + + _temps de repos payés en cours de journée,avec arrêt + effectif,le cas échéant,de la machine ou des appareils ou + de la chaîne; + _mise en place,pour les travaux sur chaîne,de remplaçants + en nombre suffisant pour permettre des arrêts individuels; + _temps de repos supplémentaires pour les femmes enceintes + et allongement à 18 semaines du congé légal de maternité; + _installation de salles de repos à proximité des lieux + de travail; + _pour les travailleurs en équipes $: allongement du temps + de pause payé et paiement,comme temps de travail,du temps + total de présence dans l'entreprise; + _limitation du travail en continu et en semi-continu + aux seuls postes de travail où existent réellement des + impératifs techniques; + _compensation pour les travailleurs postés en continu + ou semi-continu,des conséquences de cette forme de travail + par $: + l'abaissement de la durée du travail en dessous de + 40 heures par $: + l'introduction d'une cinquième équipe (continu) ou d'une +quatrième équipe (semi-continu), + l'avancement de l'âge de la retraite, + l'allongement des congés payés; + _organisation des systèmes de rotation des postes par + discussion entre la direction et les organisations + syndicales et avec l'accord des intéressés; + _pour les travaux particulièrement éprouvants ou + comportant des risques pour la santé,changement de poste + en cours de journée,avec maintien du salaire et + renforcement de la surveillance médicale; + _préalablement à toute application des horaires variables + ou du travail à temps partiel,établissement de garanties + portant notamment sur les avantages acquis et l'exercice + des droits syndicaux,ces garanties devant faire l'objet + de négociations avec les organisations syndicales. + + formation et promotion professionnelles .. + + § la lutte contre les effets du caractère épuisant et + asservissant du travail comporte l'exigence du droit + à la formation et à la promotion pour tout travailleur, + du manoeuvre à l'ingénieur,selon les aptitudes et + capacités de chacun. + § ce qui implique $: + _la modification de l'organisation du travail de façon + à en diminuer la pénibilité,à en réduire la parcellisation et + à en augmenter l'intérêt et le degré de qualification; + _la possibilité pour tous les ouvriers spécialisés + qui en feront la demande de changer de poste de travail, + après un an d'ancienneté,afin d'étendre leur expérience + ou d'acquérir une polyvalence donnant accès à une + qualification supérieure; + _des dispositions particulières pour favoriser l'accès + à une formation de base des travailleurs et travailleuses + n'en ayant pas reçue; + _la garantie pour tous les travailleurs de pouvoir + franchir,au bénéfice de l'expérience et de l'enrichissement + de leurs connaissances,les échelons dans la hiérarchie + des classifications et des salaires,leur assurant ainsi + une carrière normale. + + rôle de l'encadrement .. + + § il importe qu'en matière de conditions de travail,les + ingénieurs,cadres,techniciens et agents de maîtrise + aient toutes possibilités de donner leur avis sur le + plan professionnel,même lorsqu'il est en opposition avec + l'orientation officielle de l'entreprise,ce qui suppose $: + d'une part,les modalités d'application des garanties + collectives,les protégeant contre les pressions de leurs + employeurs, + d'autre part,les garanties liées à leurs responsabilités + sur les conditions de travail des autres salariés et + d'en fixer les limites. + + sécurité des personnes .. + + § sécurité des travailleurs assurant les paiements, + encaissements et transports de fonds. + § toutes dispositions matérielles doivent être prises + pour prémunir les travailleurs concernés contre les + risques d'agressions. + § les effectifs de personnel,en particulier,doivent être + en nombre suffisant. + + l'hygiène et la sécurité du travail .. + + § liée étroitement aux problèmes posés par les conditions + de travail,l'amélioration des conditions d'hygiène et + de sécurité implique en tout premier lieu que la + réglementation existante soit strictement appliquée + sur tous les lieux de travail,qu'elle soit adaptée aux + conditions et exigences actuelles et qu'elle évolue + constamment en fonction des conditions et exigences + nouvelles. + § les dispositions et l'action,en matière d'hygiène et + sécurité,doivent avoir avant tout un caractère préventif, + ce qui suppose notamment que la sécurité soit intégrée + dès le stade de l'élaboration des projets de construction, + de la mise au point des méthodes de travail,de la + conception et des études de machines,locaux,produits + et processus de fabrication. + § les organisations syndicales,les comités d'entreprises, + les délégués du personnel ont pleine compétence pour + l'ensemble de ces problèmes touchant aux conditions de + travail.les *comités d'hygiène et de sécurité ont un + rôle particulièrement important. + + comité hygiène et sécurité .. + + § à cet égard,leur efficacité doit être renforcée par les + dispositions suivantes : + § _institution de *comités d'hygiène et de sécurité dans + toutes les entreprises et établissements industriels et + commerciaux du secteur privé,comme des secteurs public et + nationalisé.leurs membres doivent disposer de pouvoirs + réels,notamment celui d'obtenir l'interruption du travail dans + tous les cas où celui-ci présente un caractère dangereux + et de saisir les juridictions compétentes. + § la liberté de circulation doit leur être garantie + dans tous les lieux de travail.ils doivent disposer du + temps nécessaire pour l'accomplissement de leur mission + et en toute hypothèse d'un minimum au moins égal au crédit + d'heures des délégués du personnel. + § _les membres des *comités d'hygiène et de sécurité + doivent être élus par l'ensemble des salariés concernés. + ils doivent bénéficier d'une protection identique + à celle des délégués du personnel dans toutes les + entreprises.le secrétaire du *comité d'hygiène et de sécurité + doit être un représentant des travailleurs désigné + par les membres élus du *comité d'hygiène et de sécurité. + § _le *comité d'hygiène et de sécurité a compétence + pour l'ensemble du personnel travaillant dans l'entreprise + qui comprend également le personnel intérimaire et + intermittent. + § la responsabilité juridique en matière d'accidents du + travail ou de maladies professionnelles incombe + exclusivement à l'employeur.elle ne peut en aucun cas + être imputée au personnel d'encadrement. + § outre les conditions qui leur sont faites,les ingénieurs, + cadres,techniciens et agents de maîtrise jouent un rôle + important dans le développement de la sécurité au sein + de l'entreprise.ils doivent pouvoir travailler en liaison avec + le médecin du travail et l'ingénieur de sécurité et + avoir connaissance de toutes les remarques des CHS,ainsi + que des autres représentants des salariés et des organisations + syndicales. + § toutes dispositions,telles que le contrôle médical + organisé à l'initiative des employeurs,tendant à exercer + une pression sur les salariés malades ou accidentés, + en vue de leur imposer une reprise prématurée du travail, + sont vigoureusement combattues par la CGT et doivent + être interdites. + § les consignes de sécurité doivent être adaptées et + traduites dans leur langue maternelle pour les travailleurs + immigrés. + § des stages d'information sur les questions relatives à la + sécurité doivent être organisés pour les travailleurs + nouvellement embauchés,le temps passé à ces stages étant + considéré comme temps de travail et payé comme tel, + sans imputation sur le temps du congé formation + professionnelle ni sur les fonds dévolus à celle-ci. + § la compétence du *comité d'hygiène et sécurité + doit s'étendre sans restriction aux problèmes de la + pollution $: toutes dispositions seront prises pour qu'il + puisse veiller au respect des normes nationales ou + internationales concernant le bruit et la teneur + en produits nocifs non seulement de l'atmosphère des + ateliers mais aussi des gaz,liquides et solides rejetés + par l'entreprise. + § dans ce domaine,la CGT dénonce vigoureusement le + chantage exercé sous la forme des faux dilemnes $: + usine insalubre (ou polluante) ou fermeture (ou non + installation). + + médecine du travail .. + + § la médecine du travail est un élément important du + système de protection de l'homme sur le lieu de travail. + § il convient d'établir avec l'ensemble des parties + intéressées un statut du médecin du travail. + § ce statut devra notamment fixer les conditions de + rémunération et définir une protection qui assurent au médecin + du travail une indépendance totale à l'égard de l'employeur. + _détermination du nombre des vacations du médecin + du travail de telle sorte que le tiers de son temps + lui permette réellement de remplir les tâches qui sont + les siennes en matière de prévention de la pathologie du + travail,connaissance des conditions concrètes de réalisation + du travail,recherche des moyens d'améliorer l'hygiène + et la sécurité. + _modification du décret du 13 juin 1969,notamment + en ce qui concerne la gestion des services médicaux + interentreprises.les représentants élus des établissements + concernés,ainsi que ceux des organisations syndicales + représentatives doivent participer de plein droit à la gestion + des centres médicaux interentreprises,ce qui implique $: + _que leur représentation au sein du *conseil d'administration + soit assurée dans des conditions leur permettant une + intervention effective dans les décisions et sur l'activité + des centres; + _qu'ils disposent du temps,des possibilités de déplacement + et des moyens d'information nécessaires à l'accomplissement + de leur mandat,l'indemnisation du temps passé étant + assumée par les employeurs. + § le médecin du travail sera obligatoirement consulté + pour toutes les questions relevant des conditions de + travail,de la prévention,de l'hygiène et de la sécurité + du travail. + + les comités techniques régionaux et nationaux .. + + § de par leurs attributions,les *comités techniques + régionaux et nationaux peuvent prendre des mesures + comblant le retard de la réglementation sur le + développement des sciences et des techniques influençant les + conditions de travail,de prévention,d'hygiène et de sécurité. + § les conditions actuelles de composition et de fonctionnement + des *comités techniques régionaux ne leur permettent pas + de jouer correctement et pleinement leur rôle.il est + nécessaire d'imposer $: + _l'augmentation du nombre de *comités techniques régionaux et + le regroupement des activités professionnelles tout en + assurant aux représentants salariés le temps et les + moyens d'assurer leur mandat. + + dispositions législatives .. + + § la CGT demande que tous les produits présentant + un danger de quelque nature que ce soit avant d'être + utilisés dans l'industrie,soient subordonnés à un visa + délivré par un organisme national compétent dont il + convient de débattre avec les *pouvoirs publics.le même + organisme devrait être chargé de déterminer des normes + nationales fixant la teneur maximale tolérable de + l'atmosphère des lieux de travail en substances + nuisibles,ainsi que les limites du bruit et de la + radioactivité. + § ces dispositions s'appliquent aux produits actuellement + en usage qui entraînent des conséquences nuisibles pour + la santé. + _création d'une sous-commission au sein de la + *commission d'hygiène industrielle chargée d'établir, + de tenir à jour et de communiquer les listes de + substances et agents cancérigènes à interdire dans la + production,à contrôler ou à soumettre à autorisation avant + utilisation. + _établir pour chaque travailleur exposé à des substances + et agents cancérigènes ou autres substances nocives, + un livret médical mentionnant les produits dangereux + avec lesquels il est en contact durant sa carrière. + _la CGT demande,en outre,le renforcement du corps de + l'*inspection du travail et de l'*inspection médicale + qui devraient être dotés de pouvoirs accrus en matière + de contrôle et de sanction à l'encontre des employeurs + violant les règles de sécurité. + + les droits et libertés des travailleurs .. + les droits .. + + § l'action de classe a libéré le travailleur d'un certain + nombre de contraintes imposées par le patronat + dans l'entreprise capitaliste,et lui a permis de conquérir + certains droits. + § sans perdre de vue que ces contraintes ont leur origine + dans l'exploitation capitaliste et que seule la suppression + de celle-ci permettra leur disparition complète, + sans perdre de vue également que des prétendus nouveaux + "droits" suggérés ou offerts (telle "la participation" + sous ses diverses formes),visent en fait à l'intégration + du travailleur dans le système et constituent par là même + une duperie,il est possible et nécessaire d'élargir + les droits existants. + § la CGT entend promouvoir aussi bien les droits + des travailleurs pris individuellement que les droits de + la collectivité des travailleurs,représentés par le + syndicat et les diverses institutions existantes ou à + créer,y compris dans les petites entreprises. + § dans cet esprit,elle oeuvre pour une législation + interdisant aux employeurs de demander au personnel d'encadrement +d'exercer sur les travailleurs des pressions + directes ou indirectes non relatives à l'accomplissement + de l'activité professionnelle. + + § la CGT réclame concernant .. + information .. + + _droit pour le travailleur d'être préalablement informé, + avant toute décision,de toute mesure le concernant + (qu'il s'agisse de la détermination de ses conditions + de travail,de modification à son contrat de travail, + de sanctions,y compris le licenciement $...); + _droit de débattre (assisté s'il le désire d'un délégué + syndical ou d'un délégué du personnel) avec la direction + des intentions de cette dernière à son égard; + _toute mesure prise en violation de ces droits,comme + toute disposition dont les motivations seraient reconnues + inexactes,doivent entraîner leur annulation. + + promotion .. + + _droit effectif à la promotion par la priorité absolue + donnée aux travailleurs de l'entreprise en cas de poste + d'une qualification à pourvoir. + + rémunérations .. + + _droit pour chacun à la connaissance des salaires de + tous les membres du personnel de l'entreprise. + + règlement intérieur .. + + _suppression du règlement intérieur dans sa conception + actuelle qui permet à l'employeur d'édicter souverainement + des sanctions et de se rendre ainsi justice à lui-même + par la voie de décisions unilatérales. + + information économique,consultation,contrôle .. + + _droit à l'information à la consultation et au contrôle + sur tout ce qui concerne l'activité de l'entreprise,en + priorité absolue par le canal des représentants du + personnel.cette pratique permettant d'analyser l'information + et de combattre,le cas échéant,tout caractère de mise en + condition. + _mise en place des *comités d'entreprise de tous les + éléments d'informations économiques,en particulier $: + _tous les documents permettant une connaissance approfondie + et véridique des éléments comptables de la gestion passée + et d'avenir au niveau de l'entreprise,du groupe,de la + branche d'industrie sur le plan national et international. + ces documents doivent être fournis dans toutes les + sociétés quelle qu'en soit leur forme juridique. + _toutes les informations relatives au travail et la + gestion du personnel. + _suppression de toute obligation de discrétion dans + l'information économique. + _droit à l'assistance d'un expert-comptable dans toutes + les sociétés et pouvant être choisi en tout lieu. + _dotation des *comités d'entreprise en moyens matériels + et financiers leur permettant l'étude des questions + économiques. + _mise en place de *comités centraux de groupes . + + information syndicale .. + + _droit à un temps suffisant selon les besoins constatés + dans chaque entreprise _et en aucun cas,inférieur à + une heure par mois_pris sur le temps de travail et payé + comme tel,pour participer à des réunions organisées par les + syndicats,dans des locaux mis à leur disposition par + l'entreprise. + + représentation .. + + _dans les grandes entreprises et dans celles où la nature du + travail aboutit à la dispersion des salariés ou à leur + rotation en équipes successives,augmentation du nombre des + délégués du personnel,des membres du *comité d'entreprise + et du nombre des délégués au CHS. + § la CGT combat les tentatives répétées du patronat + et du pouvoir,de mettre en place des organisations de + collaboration de classe n'ayant de syndicales que le nom + telle par exemple la CFT. + § elle rappelle que l'une des garanties essentielles + de la liberté syndicale réside dans le droit pour les + seules organisations syndicales représentatives de + présenter des candidatures au premier tour des élections + professionnelles.afin de renforcer ce droit et pour déjouer + les manoeuvres patronales la CGT réclame $: + _un contrôle plus strict et une aggravation des pénalités + encourues par les employeurs portant atteinte à la + liberté de vote; + _l'abrogation des dispositions légales,telles celles relatives + aux *comités centraux d'entreprises,qui déforment + la représentation proportionnelle à l'entreprise; + _que seules les organisations syndicales représentatives + soient habilitées à présenter des candidatures y compris + au deuxième tour des élections quand celui-ci s'avère + nécessaire; + _que les candidats soient élus dans l'ordre de présentation + de la liste. + § la CGT demande également que la représentation + des organisations syndicales dans les organismes + paritaires,tripartites ou de caractère officiel,soit établie + proportionnellement à l'influence réelle de chacune d'elle, + et soit réservée aux seules organisations représentatives à + l'exclusion de toute autre;qu'en conséquence il soit procédé + à l'éviction des organisations telles que la CFT. + + les libertés .. + libertés syndicales .. + + § amélioration et extension des dispositions de la loi du + 27 décembre 1968,soit $: + _reconnaissance de l'organisation syndicale et des + conséquences légales de cette reconnaissance dans tous + les établissements et entreprises quel que soit l'effectif + du personnel; + _reconnaissance de la représentation spécifique de + toutes les organisations représentatives d'ingénieurs,cadres + et techniciens; + _révision des textes législatifs ou réglementaires + restreignant le rôle des organisations syndicales de + salariés; + _libre accès et liberté de circulation en tout lieu + de l'entreprise et à tout moment,aux délégués élus,aux + délégués et représentants syndicaux; + _possibilité pour les délégués représentants locaux + régionaux ou nationaux des organisations syndicales + représentatives d'avoir accès dans les entreprises pour + y rencontrer les travailleurs, y compris là où n'existe + pas d'organisation syndicale; + _collecte des cotisations et diffusion des publications + syndicales sur les lieux et pendant les heures de travail. + § mise à la disposition des organisations syndicales d'un + contingent d'heures nécessaires à leur fonctionnement + attribué proportionnellement à leur influence telle + qu'elle ressort des élections professionnelles. + + protection .. + + § interdiction et nullité du licenciement et de toutes + les formes de répression patronale visant les élus + et représentants du personnel,les salariés exerçant un mandat + ou une fonction confiés par l'organisation syndicale ou + exercé en son nom,et,tout salarié en raison de ses + opinions,croyances ou appartenance à une organisation + syndicale ou à un parti ou prononcé en violation des + droits et libertés syndicales. + + mandat syndical .. + + § droit inconditionnel pour tout salarié à l'exercice d'un + mandat électif et de délégué syndical,cela exige que + la charge de travail de l'intéressé soit diminuée + dans la même proportion que le temps qu'il doit consacrer + à son travail ou qu'il soit remplacé pendant l'exercice + de ses fonctions.cela exige également que les + dispositions soient prises pour que l'élu des travailleurs + puisse continuer à exercer son activité professionnelle. + § éligibilité pour les travailleurs immigrés dans les mêmes + conditions que celles s'appliquant aux travailleurs + français,et levée de toutes restrictions concernant leur + accès aux responsabilités de représentation,de direction + et d'administration des organisations syndicales. + + grève .. + + § abrogation de toutes les restrictions à l'exercice du + droit de grève,y compris celle résultant de l'utilisation + abusive de la notion de "liberté du travail". + § interdiction de toute retenue sur le salaire ou les primes + excédant le prorata de la durée de la grève. + § interdiction du lock-out,qu'il soit ou non camouflé sous + l'appellation de chômage technique. + + libertés et informatique .. + + § en cas d'établissement de fichiers de renseignements, + notamment informatisés par des services administratifs + publics ou privés,qu'il soit interdit de recueillir et de + mémoriser des informations sans rapport direct avec l'objet + spécifique du fichier,et en particulier des données + ou appréciations susceptibles de nuire au travailleur + dans sa vie professionnelle ou de porter entrave + à l'exercice des libertés individuelles ou collectives + dont il est en droit de se réclamer. + § institution de système de contrôle permettant de veiller + à la stricte application et au respect du principe + énoncé ci-dessus. + + l'éducation syndicale .. + + § étant donné le rôle et les responsabilités des syndicats + dans la société moderne,l'éducation syndicale est un + élément de l'éducation dans son ensemble. + § son développement pose de nombreux problèmes au premier + rang desquels le financement de ces activités et + l'amélioration du congé éducation. + § s'agissant du financement,la CGT estime qu'en premier + lieu le patronat doit prendre en charge le paiement + de la perte de salaire qu'entraîne l'utilisation des + congés éducation.les comités d'entreprise versant,quant + à eux,des bourses d'études aux bénéficiaires des congés + éducation,bourses d'un montant suffisant pour couvrir les + frais de séjour et les voyages des intéressés.plus + globalement enfin,la subvention annuelle du *ministère + du travail doit connaître une augmentation notable + pour tenir compte de l'augmentation des charges,du + développement important de l'ensemble des réalisations + éducatives de la CGT,ainsi que de sa représentativité + réelle. + § s'agissant du congé éducation,des modifications + réglementaires doivent intervenir pour le fractionnement + de ce congé,pour l'augmentation du nombre des bénéficiaires, + notamment dans les grandes entreprises,et,enfin,pour + l'octroi aux centrales syndicales les plus représentatives + et proportionnellement à leur représentativité,d'un + contingent annuel de congés éducation de longue durée + pour répondre aux besoins des éducateurs et à la nécessité de + renforcer les stages de niveau supérieur. + + la législation du travail .. + + § l'application et le respect des droits des travailleurs + à l'entreprise nécessitent que les instances responsables + de la législation sociale disposent de moyens de contrôle et + de réparation suffisants et adaptés. + § en effet,les violations des droits des travailleurs + prennent un aspect intolérable,du fait même de leur + fréquence et de leur gravité,et appellent un certain nombre + de réformes qui,au jugement de la CGT,devraient + comporter les points suivants : + + § inspection du travail .. + + _augmentation sensible du nombre des inspecteurs et + contrôleurs du travail qui devrait être doublé. + _accroissement de leurs pouvoirs d'intervention,de contrôle et + de sanction à l'encontre des employeurs,notamment par la + possibilité d'intervenir devant toutes les instances + compétentes,le droit de faire arrêter les machines en + cas de danger flagrant et le droit de convoquer tout + témoin. + _extension de leur compétence à toutes les professions + et à tous les secteurs d'activité. + _institution de délégués salariés à l'inspection du travail, + élus par les travailleurs et dotés des attributions et des + pouvoirs nécessaires à l'accomplissement de leur tâche de + contrôle dans les entreprises,de répression et de sanction + des violations de la loi. + + § juridiction prudhomale .. + + _création obligatoire de *conseils de prudhommes dans + tous les centres importants et couvrant tout le + territoire national. + _extension sans exception de la juridiction prudhomale à + tous les travailleurs ne relevant pas de la fonction + publique. + _accès à l'électorat et à l'éligibilité de tous les + travailleurs sans distinction de nationalité. + _élection des conseillers prudhommes un jour ouvrable, + pendant le temps de travail,au scrutin proportionnel sur + des listes présentées par les organisations syndicales + les plus représentatives. + _suppression des sections et catégories en tant que telles, + et liberté d'organisation interne des conseils en sections + professionnelles ou chambres selon leurs besoins particuliers. + _gratuité,accélération et simplification de la procédure + prudhomale. + _prise en charge par l'*état ,au titre du *ministère de + la justice ,de la création et du fonctionnement des + *conseils de prudhommes et de l'attribution d'une + subvention spéciale aux organisations syndicales + pour la formation de leurs conseillers prudhommes. + _élargissement de la compétence des *conseils de + prudhommes aux conflits collectifs d'ordre juridique; + institution d'un véritable référé prudhomal. + _établissement d'un statut de conseiller prudhomme + garantissant le libre exercice de son activité et sa + couverture contre tout préjudice,de quelque ordre qu'il + puisse être. + + code du travail .. + + § une réforme profonde de la législation sociale s'impose + pour la débarrasser des conceptions antisociales + héritées du *code Napoléon .un *code du travail moderne + doit élargir et garantir efficacement les droits des + travailleurs dans les conditions actuelles de l'exploitation +capitaliste. + + les conventions collectives .. + + § la garantie des droits collectifs et des revendications, + imposée par l'action syndicale,nécessite des *conventions + collectives efficaces. + § trop souvent,ces conventions sont vidées de leur + contenu,notamment en ce qui concerne les salaires. + dans de nombreux cas,elles sont même inexistantes. + § la CGT lutte pour de véritables conventions collectives $: + _la négociation des conventions collectives,avenants + et accords paritaires,doit être ouverte obligatoirement à + toutes les *organisations syndicales représentatives; + _les conventions collectives,avenants et accords + paritaires ne doivent s'appliquer que s'ils sont signés + par des organisations syndicales représentatives représentant + ensemble la majorité des travailleurs concernés; +_tous les travailleurs d'une même branche du manoeuvre + à l'ingénieur doivent être couverts par une convention + collective unique,comportant des avenants traitant + les questions spécifiques qui concernent les diverses + catégories.cela implique l'extension automatique + de chaque convention à toutes les entreprises d'une + profession déterminée; + _les problèmes généraux intéressant l'ensemble des + salariés doivent être réglés par des accords + interprofessionnels.des conventions collectives + nationales doivent couvrir toutes les branches et + régler les problèmes d'ensemble du secteur professionnel; + _les accords et conventions d'entreprises doivent être + considérés comme des compléments aux accords nationaux + ou aux conventions collectives nationales,leur objet + étant de les adapter et de les améliorer; + _accélération de la procédure d'extension des conventions + collectives et accords,la décision devant être rendue + dans un délai maximum de trois mois à dater du dépôt de la + demande d'extension. + § pour répondre pleinement à la protection qu'elle doit + apporter aux travailleurs,toute convention collective doit + couvrir dans ses dispositions l'ensemble des problèmes + soulevés par l'exercice de la profession,dans le sens + des revendications définies par le présent programme. + tout particulièrement,elle doit assurer une véritable garantie + des salaires. + § la CGT s'oppose à toute disposition visant à limiter + les droits syndicaux et le droit de grève,et refuse + toute clause se référant à des conceptions de collaboration + de classes. + § conclue à la fois en fonction des conditions économiques + sociales et politiques et du rapport des forces entre + les salariés et le patronat existant au moment de la + signature,la convention collective représente un + avantage minimum pour tous,qui ne saurait être considéré comme + immuable. + § son contenu doit être amélioré en tenant compte des + besoins nouveaux et de l'évolution du rapport des forces + en présence. + § aussi une action de caractère permanent est elle + nécessaire pour assurer l'application correcte des + avantages acquis et les préserver de toute atteinte, + et conquérir des avantages et des droits nouveaux. + § sur la base des principes énoncés ci-dessus,la CGT + réclame l'ouverture rapide,dans toutes les branches, + de négociations aux fins de conclure des conventions + collectives nationales,ou,le cas échéant,de mettre à + jour et d'améliorer celles qui existent. + + les statuts .. + + § les statuts des personnels sont le résultat des luttes + nombreuses des organisations syndicales pour obtenir + l'établissement de garanties.ils ont été acquis + ou améliorés à l'occasion d'un rapport de forces + favorable à l'ensemble de la classe ouvrière,notamment + lors de la libération de notre pays avec le progrès du + mouvement démocratique. + § la prise en considération des revendications générales + de la CGT constitue un élément important de la lutte + pour la sauvegarde et l'amélioration des garanties statutaires + mises en cause par la politique du pouvoir visant à + favoriser les monopoles. + § cette politique a les plus lourdes conséquences dans le + secteur public $: + _compression maximum des dépenses de fonctionnement + au détriment des conditions de vie et de travail des + personnels et de la qualité de service rendu aux + usagers; + _transferts de plus en plus nombreux et variés des + activités publiques rentables vers le secteur privé + et démantèlement des services publics,utilisation de + personnels hors statuts pour certains secteurs d'activité. + § cela s'accompagne d'attaques constantes,ouvertes ou + insidieuses contre les statuts des personnels.sous + couvert de réformes,d'adaptation ou de réorganisation, + l'objectif final est de remettre en cause les avantages + acquis dans tous les domaines. + § ainsi,défense du service public,défense et amélioration + des garanties statutaires sont étroitement liées. + § cette action reste une préoccupation importante de la + CGT. + + respect des garanties acquises .. + + § la CGT lutte pour le respect intégral des garanties + acquises et le rétablissement de celles qui ont été + remises en cause.elle exige notamment $: + _l'extension du rôle et de la compétence des organismes + paritaires de la *fonction publique (commissions + administratives,comités techniques,*conseil supérieur + de la *fonction publique )et des *comités mixtes du + secteur nationalisé; + _leur consultation obligatoire; + _l'amélioration de leur fonctionnement dans le sens d'un + développement de prérogatives des représentants des + personnels et des facilités nécessaires à l'exercice de + leur mandat. + § la CGT exige que soit mis un terme au recrutement + de personnel auxiliaire ou hors statut $: + _les auxiliaires doivent être titularisés; + _les personnels écartés du bénéfice des droits statutaires + doivent être intégrés dans le cadre du statut; + _les situations particulières pouvant justifier le recrutement + de personnel sous contrat doivent être déterminées en accord + avec les organisations syndicales.dans ce cas,des garanties + équivalentes à celles des personnels à statut doivent + être accordées à ces personnels.des règles similaires seront + appliquées aux personnels des entreprises assurant une + concession de service public. + + garanties nouvelles .. + + § des garanties fondamentales nouvelles doivent être + obtenues,notamment en ce qui concerne $: + _ les modalités de négociations afin de respecter les + prérogatives syndicales.à ce sujet $: + _les représentants du gouvernement ou des directions + nationales doivent avoir réellement le pouvoir de négocier + et de traiter sans être enfermés dans les limites + de décisions prises au préalable et arbitrairement; + _la référence à des instruments dont le gouvernement + possède le contrôle exclusif (indice officiel des prix) + ou à des formules liées à la productivité,à l'évolution + des recettes,ou à la production doit être exclue; + _les réformes de caractère fondamental,ou les mesures + de caractère pluriannuel doivent être négociées en dehors + des discussions salariales annuelles; + _les organisations syndicales représentatives doivent + être associées à toutes les discussions intéressant + les travailleurs dont elles ont mission de défendre les + intérêts,qu'elles soient ou non signataires des accords. + § les droits syndicaux,les prérogatives des organisations + syndicales dans l'entreprise,l'établissement ou le service, + en particulier pour ce qui concerne le temps et les moyens + des élus,doivent être respectés et étendus. + § les comités d'entreprise ou organismes similaires + financés par les administrations ou les directions et + gérés par les représentants élus du personnel doivent + être créés dans tous les secteurs .là où ils existent,les + droits des travailleurs dans la gestion doivent être + étendus. + + la formation et le développement de l'homme .. + l'enseignement et l'éducation permanente .. + + § la CGT attache la plus grande importance à la + formation des hommes.l'acquisition des connaissances + pour tous et au niveau le plus élevé,en fonction des aptitudes + de chacun,commande largement le développement du progrès + scientifique,technique,économique,social et culturel. + § il est un facteur important du développement de la + démocratie. + § l'éducation des enfants et des jeunes doit viser tout + à la fois à l'épanouissement de l'individu,à son insertion + dans la société pour qu'il soit utile à la collectivité + nationale,à sa préparation au rôle de citoyen + responsable. + § une telle formation étalée de l'école maternelle à + l'enseignement du second degré et à l'enseignement + supérieur,doit se prolonger au cours de la vie active + par le moyen d'une éducation permanente ouverte à tous + les champs de la connaissance. + § le *pouvoir en place ne permet pas la réalisation + d'un tel objectif. + § le système éducatif actuel est conçu à partir des + besoins des couches dominantes.il limite les connaissances + au minimum requis pour assurer le profit.il freine la + recherche scientifique et l'asservit au patronat.il + perpétue la ségrégation sociale.il diffuse largement + l'idéologie de la classe au pouvoir. + § les réformes successives entreprises depuis 15 ans + _même si elles doivent tenir compte de la pression + populaire_ recherchent les adaptations que nécessitent l'évolution +des techniques et surtout la crise du + capitalisme. + § la crise de l'école française,la pauvreté de ses moyens, + les jeunes,les étudiants diplômés sans emploi,sont des + reflets de la crise du capitalisme dans notre pays. + § la CGT estime qu'un autre système éducatif réaliste, + progressiste,inspiré de la réforme Langevin-Wallon + doit être mis en place. + § il donnerait aux jeunes tout à la fois la possibilité de + s'instruire sans autre limitation que celle des + aptitudes et celle d'utiliser leur savoir dans des + emplois rendus disponibles par le renouveau économique. + § il effacerait largement les discriminations nées + des différences de situation de fortune et aussi de race en + permettant notamment aux immigrés et à leurs enfants + d'apprendre leur langue maternelle et de mieux connaître + la culture du pays d'origine et du pays de travail. + § il rétablirait l'égalité entre la formation des hommes + et des femmes. + § il se prolongerait dans une véritable formation continue, + assurant notamment l'entretien et le perfectionnement + professionnels,qu'un enseignement technique rénové + et développé rendrait possible et efficace. + § ainsi serait assuré,dans le cadre d'une éducation + nationale laïque,unifiée associant les maîtres et les + utilisateurs,un développement réel d'un enseignement + de qualité,effectué par des maîtres qualifiés et + rémunérés en conséquence. + § la CGT continuera de se battre pour un tel projet, + solution réaliste et globale à la crise de l'enseignement. + § d'ores et déjà,sans attendre une réforme complète du + système éducatif,un certain nombre de revendications peuvent + être satisfaites. + § le développement à l'école maternelle pour tous en milieu + rural et urbain,en s'opposant à tout "plan" qui tendrait + à dénaturer le caractère éducatif et social de cet + enseignement. + § la rénovation de l'école élémentaire dans son contenu + et son fonctionnement et assurant notamment la réduction + des effectifs par classe et la formation élevée et le + perfectionnement des maîtres. + § le respect intégral de la loi sur la scolarisation + obligatoire jusqu'à 16 ans en garantissant à chaque jeune + une formation complète dans les structures de l'éducation + *nationale . + une telle exigence implique l'abrogation des articles + 56 et 57 de la *loi Royer ,l'abandon des formules de + cloisonnement structurel ou pédagogique conduisant + des élèves à des impasses dramatiques.elle implique + également des actions de rattrapage des retards + scolaires. + § la mise en oeuvre d'un enseignement secondaire de valeur, + associant aux connaissances scientifiques et littéraires + fondamentales,l'éducation civique et morale,l'initiation + à la technologie et à l'économie,l'éducation artistique + et la formation physique. + § un tel enseignement,sanctionné par un baccalauréat doit + s'ouvrir librement et sans discrimination vers les + enseignements supérieurs,ou vers l'exercice d'un métier. + § l'expansion sans précédent d'un enseignement technique + public,ouvert également aux garçons et aux filles, + rénové,moderne,diversifié,favorisant l'épanouissement + des jeunes,leur donnant les bases fondamentales des + adaptations ultérieures,les préparant concrètement à + l'emploi.cela implique $: + _d'assurer le développement des moyens d'accueil,de + fonctionnement,d'orientation et d'enseignement des jeunes, + garçons et filles,en fonction des besoins réels de + l'économie et de la société; + _de supprimer tous les moyens et toutes les structures + ségrégatives,empêchant un recrutement normal dans les + collèges d'enseignement technique; + _de procéder à l'aménagement des structures de l'enseignement +technologique pour permettre $: + _la mise à niveau des jeunes,garçons et filles,victimes + de handicaps scolaires, + _la diversification des formations, + _l'accès facilité vers des formations supérieures ; + _de prendre des mesures incitatives pour faire venir + vers l'enseignement technologique un grand nombre de + jeunes; + _de réaliser une rénovation totale de l'enseignement + technique,la promotion de ses enseignants et leur + perfectionnement continu. + § la suppression des barrages ségrégatifs et l'accès + des étudiants à un enseignement supérieur de haut niveau, + en assurant la liaison entre l'enseignement et la recherche + dans les *universités ,et en étendant les moyens de la + recherche. + § en conquérant le droit à la formation et le congé + éducation les travailleurs ont réalisé un important + progrès.la CGT exige que ce droit soit pleinement + respecté et que la formation continue s'élargisse à tous + les besoins professionnels et culturels des salariés. + § elle estime que l'*éducation nationale doit être le + maître d'oeuvre principal d'une telle politique, + notamment en créant auprès de chaque établissement + public des départements de formation continue animés + par des enseignants préparés en conséquence. + § pour la réalisation de ces mesures,la CGT demande + la mise à la disposition de l'*éducation nationale des + moyens nécessaires permettant $: + _de construire et d'équiper convenablement,et en toute + sécurité,les écoles de tous niveaux; + _de recruter,de former et de perfectionner les maîtres, + de résorber l'auxilariat; + _d'assurer aux familles et aux jeunes l'aide sociale + nécessaire sous forme de bourses,de primes de scolarité + ou d'allocations d'études indexées sur l'indice des prix + accepté par les organisations syndicales; + _de mettre en place un véritable service de protection sociale + et médicale,relevant de l'*éducation nationale ,ainsi + qu'un véritable service d'orientation scolaire et + professionnelle. + § enfin la CGT réaffirme son attachement à l'école + laïque.elle dénonce l'augmentation constante des subventions + et des aides aux écoles privées,confessionnelles ou + patronales.elle confirme sa volonté de voir regrouper + au sein d'un grand service public de l'*éducation nationale + tous les enseignements et services actuellement dispersés + comme l'enseignement agricole par exemple. + § elle appelle toutes ses organisations,ses militants, + les travailleurs à agir,aux côtés des enseignants, + des organisations et partis démocratiques pour promouvoir + toutes les mesures conformes à l'intérêt d'un enseignement + national et pour s'opposer à toutes les attaques contre + l'école. + + la culture,les sports,les loisirs .. + + § le développement harmonieux de l'individu sur le plan + culturel,sportif et des loisirs,est un droit qui depuis + longtemps est partie intégrante des revendications de la + classe ouvrière. + § consciente que la possibilité pour les travailleurs + d'accéder à une véritable vie culturelle,sportive ou de + loisirs est largement déterminée par leurs conditions + générales de vie,la CGT agit pour l'amélioration des + conditions de travail,la réduction de la durée du travail, + la garantie et la progression du pouvoir d'achat. + § afin de permettre aux travailleurs d'accéder massivement + à la culture,aux sports et aux loisirs,la CGT définit + ses revendications $: + _au niveau de la collectivité nationale pour exiger + une véritable politique de crédits,d'investissements, + d'infrastructure et d'équipement pour l'ensemble de ces + activités; + _au niveau des entreprises pour obtenir $: + _la gestion pleine et entière de ces activités par les + représentants élus du personnel au sein des *comités + d'entreprise et organismes assimilés,dans toutes les + entreprises,y compris dans les secteurs public et + nationalisé,sans ingérence du patronat et du gouvernement. + § le financement par l'employeur $: + _de l'ensemble des activités sociales par une contribution + au *comité d'entreprise qui ne saurait être inférieure + à 3% de la masse globale des salaires et appointements, + ce qui permettrait notamment le développement des + réalisations culturelles,sportives et de loisirs au + bénéfice des travailleurs et de leur famille, + _des investissements pour la réalisation d'installations + sportives,culturelles,de loisirs et de vacances; + _l'octroi par l'*état de subventions et de crédits sans + intérêt aux *comités d'entreprise et organismes + équivalents pour le développement des activités sociales; + _la mise à disposition de locaux convenables et d'un accès + facile; + _la suppression de la TVA pour les infrastructures et + les équipements culturels,sportifs,de loisirs et de + vacances. + § la CGT appuie l'activité des associations démocratiques + culturelles sportives et de tourisme,des organisations + d'éducation populaire et de jeunesse et appelle les + organisations confédérées et leurs élus dans les CE + et équivalents à renforcer leur coopération avec elles. + § l'essor sans précédent des sciences et des techniques, + la multiplication des contacts entre les peuples et + des échanges économiques,la prolifération des grands moyens + d'information,la prolongation de la scolarité,les + nécessités du recyclage professionnel font que le droit + à la culture,dans le prolongement du droit à l'instruction, +à la formation et au perfectionnement + professionnels,est devenu un phénomène social + de notre époque et une revendication primordiale des + travailleurs.ils développent chez les travailleurs le + besoin d'approfondir leurs connaissances,leur capacité + de réflexion,de discussion sur tous les sujets de la vie + quotidienne et sociale. + § les besoins croissants des travailleurs,donnent une + acuité plus grande à ces revendications que le grand + capital tente de détourner à des fins mercantiles,de + rabaisser à des évasions illusoires,individualistes + ou primaires,de canaliser à son profit pour faire pénétrer + son idéologie de collaboration de classes.le pouvoir porte + atteinte à la liberté de création,d'expression,et de + diffusion culturelle.les mesures prises,concernant + les activités de l'audiovisuel visent à renforcer + sa pression idéologique sur les masses.il en est de même + de certaines opérations de prestige qui risquent d'aboutir +à la définition d'une culture officielle alors + même que sévit la censure,que des subventions sont + supprimées et des animateurs licenciés. + § pour répondre à la volonté d'accéder et de participer + à la culture,mettre un terme à la dégradation du patrimoine + artistique de notre pays et pour l'enrichir,la CGT + agit pour obtenir $: + _l'augmentation des crédits d'*état accordés à toutes + les branches des activités culturelles,afin de permettre + notamment de développer le réseau des théâtres populaires + des maisons de la culture et des conservatoires et de + donner à l'art cinématographique les moyens financiers + qui lui font défaut; + _la liberté de création,d'expression,de diffusion des + oeuvres artistiques et littéraires; + _une radio-télévision répondant à l'intérêt national et non + aux impératifs de conditionnement idéologique et de + profit. + § la CGT soutient la revendication des artistes, + écrivains et interprètes pour un statut social élaboré + avec eux,leurs représentants et leurs organisations + syndicales. + § elle considère indispensable d'associer les travailleurs + y compris les travailleurs immigrés à toutes les formes + de la vie culturelle et à toutes les réalisations + culturelles existantes $: maisons de la culture,maisons + de jeunes,en les intéressant également à la gestion. + § elle participe au développement de ces activités à divers + niveaux par la mise en oeuvre d'initiatives prises par + les organisations confédérées,par l'impulsion que donnent + ses militants aux multiples réalisations culturelles + des comités d'entreprise ou organismes équivalents + des secteurs public et nationalisé. + + les activités sportives de masse .. + + § le sport n'est pas seulement le moyen le plus sûr + de garantir la santé et l'équilibre psychique des + individus,c'est aussi un des éléments de la culture + générale et de l'éducation. + § les conditions de notre temps,conditions aggravées + des travailleurs menacent gravement leur santé et celle + de leur famille,interdisent l'épanouissement de leur + personnalité.la pratique des activités physiques et + sportives devient un besoin social indispensable de plus + en plus ressenti par les travailleuses et les travailleurs. + § la CGT agit pour l'attribution de crédits permettant + le développement de la pratique du sport de masse, + et également pour que les activités sportives occupent + toute leur place dans l'éducation des enfants sur la base + de la gratuité et dans des établissements scolaires + dotés d'installations modernes et d'éducateurs + qualifiés. + § l'organisation des activités physiques et sportives sur la + base de l'entreprise doit permettre à chaque travailleuse + et à chaque travailleur qui le désire de pratiquer le + sport de son choix. + § c'est pourquoi la CGT demande que des dispositions + soient prises dans les statuts,accords nationaux et + conventions collectives. + § elle demande $: + _des mesures particulières concernant les jeunes sous + la forme de cinq heures rétribuées prises sur le temps de + travail légal,leur permettant de fréquenter une école + d'initiation sportive omnisports; + _des installations à l'intérieur ou à proximité + immédiate de l'entreprise; + _la formation d'animateurs et de moniteurs choisis parmi + les travailleurs. + + les activités touristiques,les loisirs .. + + § les conditions de la vie moderne et les servitudes + qu'elle impose,la pollution qui corrompt l'atmosphère et + le milieu de vie,les nuisances de toutes sortes,atteignent le + travailleur sur le plan physique et moral. + § tous ces facteurs contribuent à faire des loisirs, + des vacances et du tourisme un phénomène social, + économique et culturel de notre temps. + § alors que les vacances et le tourisme sont conçus + par le patronat et le pouvoir comme éléments d'évasion + et source de profits,qu'ils sont l'objet d'opérations + spéculatives,la CGT lutte pour que les travailleurs + puissent exercer pleinement le droit aux congés, + aux loisirs et à la détente. + § la CGT entend susciter et favoriser tout ce qui + conduit à l'enrichissement culturel,à la découverte des + sites et des modes de vie,à la connaissance des réalités + socio-économiques y compris dans les autres pays. + § attachant une très grande importance au tourisme social et + aux activités de loisirs,elle agit pour $: + _étendre le réseau de centres de vacances familiales + et de parcs de loisirs; + _réaliser une véritable politique de crédits et + d'investissements pour le tourisme social,ses infrastructures + et ses équipements; + _obtenir la réservation par l'*état et les collectivités + locales de sites privilégiés au profit du tourisme + social avec bail de longue durée; + _exiger la réduction de 50% pour les billets de congés + payés quel que soit le moyen de transport ainsi que + l'octroi d'un second billet; + _supprimer toutes les restrictions concernant l'utilisation + de certains moyens de transport ainsi que les péages sur + les autoroutes pour les salariés en congés. + + les conditions de vie .. + les équipements collectifs,sanitaires et sociaux .. + le logement .. + + § la politique de l'habitat aboutit à l'accentuation + de la crise du logement dont les travailleurs et leur + famille sont les principales victimes.cette crise est + à la fois quantitative et qualitative.tout d'abord + la pénurie de logements accessibles persiste (particulièrement + dans les agglomérations urbaines);la charge logement + ponctionne lourdement le pouvoir d'achat,égalant et souvent + même dépassant les 25% du budget familial.les logements + existants ou réalisés ne sont ni assez spacieux,ni + suffisamment équipés,ni correctement implantés. + § tandis que des menaces de plus en plus lourdes pèsent + sur l'institution HLM,et que la spéculation immobilière + est source de profits scandaleux,le prétexte de la lutte + contre l'inflation aboutit à réduire le nombre des + logements sociaux construits. + § la CGT considère que la politique sociale du logement + ne peut s'insérer dans la pratique d'un urbanisme fondé + sur la réalisation du profit. + § pour ce qui la concerne,une véritable politique sociale + du logement comporte $: + _la définition d'un urbanisme d'ensemble procédant de la + volonté de satisfaire des besoins réels.cela implique + d'une part,d'assurer des liaisons correctes entre + l'habitat et l'emploi,des transports collectifs rapides + et confortables et financés principalement par les + entreprises,d'autre part,la réalisation d'un cadre de vie + agréable permettant la détente et la satisfaction correcte + des besoins sociaux et culturels; + _la reconnaissance du droit au logement,assurée par un service + public basé sur l'institution HLM,ce qui suppose une + gestion démocratique des organismes d'HLM,celle-ci + étant assurée majoritairement par les élus locaux et + les représentants des usagers (locataires,syndicats), + ainsi qu'un ensemble de mesures leur permettant de remplir + efficacement leur rôle; + _la maîtrise de l'usage des sols avec droit de préemption + public sur les transactions de terrains bâtis ou non bâtis + à l'intérieur des zones d'urbanisation et fixation de prix + de référence stables pour éliminer la spéculation; + _le financement des programmes par l'*état , à l'aide de prêts + de longue durée à faible taux d'intérêt; + _l'octroi de subventions permettant aux collectivités locales + et aux offices HLM de réaliser les réserves financières + nécessaires; + _l'exonération totale de la TVA et diminution du taux de + celle-ci sur les fournitures et travaux d'entretien; + _la réalisation de programmes annuels permettant + de faire face aux besoins; + _la réglementation des loyers et charges.suppression du + surloyer,garantie du droit au maintien dans les lieux, + abrogation de la loi permettant la vente des HLM + locatives; + _la refonte complète et la réforme du financement + de l'allocation logement; + _l'affectation prioritaire,sous le contrôle des + *comités d'entreprise ,de la cotisation du 1% des + entreprises au financement du logement social.cette + cotisation doit s'appliquer à l'*état et aux collectivités + publiques pour les personnels qu'ils emploient;elle doit + être portée à 2% pour les grandes entreprises; + _le développement de la construction de logements + sociaux pour les travailleurs immigrés et les retraités, + ainsi que des foyers pour les jeunes travailleuses et + travailleurs;résorption de l'habitat insalubre; + _la mise en oeuvre d'une véritable politique de rénovation + urbaine et d'amélioration de l'habitat ancien,à l'initiative +des collectivités locales,avec dotations + budgétaires convenables permettant l'intervention + prioritaire des organismes d'HLM et le respect du droit + au relogement sur place des habitants concernés. + + transports et circulation .. + + § c'est une même politique monopoliste qui conduit aux + déséquilibres régionaux de l'économie,au développement + incohérent des grandes concentrations urbaines,qui + dégrade des secteurs entiers de l'équipement ferroviaire, + routier,de l'aviation civile et de la marine marchande. + elle utilise le secteur nationalisé des transports + dans l'intérêt des grands financiers,domine par la + sous-traitance les transports routiers,détériore + gravement les services publics urbains,liquide des trafics + maritimes ou aériens.confrontée avec le problème du + développement de la circulation automobile elle accumule + les retards dans les infrastructures de circulation. + elle dilapide le potentiel humain et matériel de + construction des moyens de transports (aéronautique, + automobile,etc).enfin,elle mène une politique énergétique + portant préjudice aux transports et déplacements. + § cette politique atteint la vie quotidienne de la + population laborieuse,le développement de l'économie + nationale et les échanges internationaux favorables + à notre pays. + § l'insuffisance notoire et grandissante des moyens de + transports collectifs,leur manque de rapidité et leur + inconfort portent atteinte à la santé et à la vie + familiale,sociale et culturelle des travailleurs. + § la politique des monopoles tend de plus en plus à faire + peser sur les travailleurs les frais de l'équipement + en moyen de transports et de circulation remettant en cause + leur rôle de services publics. + § pour la CGT,les transports de marchandises et de + personnes au niveau national et international doivent + être adaptés aux besoins sociaux et culturels,au + développement équilibré de l'économie,à l'aménagement + cohérent du territoire,à l'intérêt national. + § loin de s'opposer,les différentes techniques de + transports (terrestres,aériens,maritimes ou fluviaux) + les différents moyens individuels ou collectifs + doivent répondre à des besoins,à des conditions,à des + domaines spécifiques permettant de faire face à la + complexité,à la diversité et à la mouvance des nécessités + de la vie économique et sociale,tout en assurant une + cohérence et une efficacité de l'ensemble. + § sachant l'importance que représentent les conditions +de transports et de circulation pour l'existence + quotidienne des travailleurs,la CGT demande $: + _une politique coordonnée de l'emploi,du logement et des + équipements sociaux et culturels (ce qui supposerait + la suppression de la spéculation foncière); + _un véritable service public de transports en commun, + desservant l'ensemble des agglomérations et assurant + les services rapides,confortables,peu coûteux et + fonctionnant aux heures permettant l'activité économique, + sociale et culturelle de la population; + _l'amélioration des conditions de circulation dans les + agglomérations permettant d'élargir l'accès aux transports + collectifs notamment par l'adaptation des voieries, + des constructions de parkings à proximité des gares ou + stations ; + _le développement de l'équipement en transports et en + voies de circulation entre les communes isolées et les + agglomérations.ce qui implique par conséquent,de cesser + le démantèlement des réseaux de transports existants, + tels la SNCF et la RATP; + _la prise en charge de l'essentiel des équipements,de + leur renouvellement et de leur extension par des + investissements de l'*état .des taxes progressives étant + prélevées sur les grosses entreprises commerciales, + industrielles et la grosse propriété foncière; + _le paiement des frais de transports des travailleurs + (cartes hebdomadaires ou autres)par les employeurs; + _la création de cartes de réduction pour les chômeurs,les + retraités et vieux travailleurs,sur l'ensemble des + transports publics; + _la gratuité des transports pour les jeunes soldats; + _l'extension des réductions de transports accordées + aux familles nombreuses,aux familles de travailleurs + immigrés; + _l'amélioration des transports scolaires,la sécurité + des enfants devant être rigoureusement assurée et les + frais en résultant pris en charge par l'*état ; + _la création ou le développement des moyens de transports + en rapport avec les besoins en loisirs.extension + des billets congés payés sur les transports aériens + et maritimes,création de navires de croisières,etc; + _une politique de développement des différents modes de + transports sur la base de leur qualité complémentaire, + associée à une politique nationale de la construction + des moyens de transports. + + la santé .. + + § la santé constitue un besoin humain essentiel en même temps + qu'un impératif de progrès économique,social et culturel. + elle suppose d'abord des conditions de vie et de travail + correctes pour lesquelles lutte la CGT. + § il appartient avant tout à l'*état de fournir + les moyens nécessaires à la satisfaction de ces besoins. + § le droit à la santé doit comporter pour toute la + population l'accès aux méthodes de prévention,d'investigation, +de traitement,de rééducation et de + réadaptation.cet accès devrait se réaliser dans le cadre + d'une véritable sectorisation sanitaire mettant,au service + de tous,les progrès des techniques médicales et des sciences + biologiques. + § pour cela la CGT exige $: + _la mise en oeuvre d'une véritable réforme de la santé + reposant sur le principe du service public; + _la reconnaissance du rôle de premier plan occupé + par l'hôpital public; + _la création de nouveaux hopitaux et la modernisation + de ceux qui existent;l'implantation des unités hospitalières + au plus près des lieux d'activité de la population + avec des équipements permettant de prévenir et de + traiter les maladies telles que notamment le cancer, + les affections nerveuses et cardiaques,les maladies + mentales et pulmonaires; + _la formation d'urgence,et en nombre suffisant,des + personnels qualifiés notamment au niveau des infirmiers et + des médecins et le renforcement massif des effectifs des + hopitaux,les personnels bénéficiant de plus justes + salaires et de meilleures conditions de travail; + _un statut pour le secteur privé de l'hospitalisation + garantissant les malades et les personnels; + _la multiplication des centres de secours hospitaliers + d'urgence; + _le développement de la recherche médicale; + _la promotion de formes nouvelles d'exercice de la médecine + dans le respect de ses principes fondamentaux $: secret + professionnel,liberté de prescription,indépendance + technique et professionnelle. + § dans ce but,il convient que les moyens financiers soient + assurés permettant le développement et le fonctionnement + des *centres de santé ,des *collectivités locales, + de la *sécurité sociale,des organisations mutualistes, + de maisons médicales permettant l'exercice d'une véritable + médecine d'équipe. + § la mise en oeuvre de ces mesures devrait s'effectuer + après une large concertation avec les organisations + syndicales et mutualistes,le corps médical et les + représentants des collectivités locales,et dans le cadre + d'une véritable carte sanitaire. + § ainsi seraient créées les conditions d'une réelle + humanisation de l'hôpital,de la continuité des soins + et de la permanence du service de santé. + + les équipements sociaux et l'action sociale .. + + § la CGT attache une très grande importance aux + différents aspects de " l'action sociale" maintenue,malgré les + déclarations officielles,dans la plus grande indigence. + § pour une politique d'action sociale conforme aux exigences + actuelles la CGT revendique $: + _des équipements et des mesures de protection de + l'enfance et en tout premier lieu $: + _des crèches $: compte tenu des graves carences qui existent + dans ce domaine il convient de mettre en oeuvre + un programme d'urgence.pour assurer le financement de + la construction et le fonctionnement des crèches,il + importe qu'à la participation des caisses d'allocations + familiales et des collectivités locales,vienne s'ajouter + un versement de 0-5% de toutes les sommes payées au titre + des traitements et salaires et la contribution de + l'*état ; + _une véritable médecine scolaire; + _des maisons et hôtels maternels; + _des foyers de l'enfance; + _des maisons d'enfants à caractère social; + _l'ouverture de centres d'orthogénie et de consultations + spécialisées permettant la connaissance et l'accès aux + problèmes de la sexualité et de la contraception; + _des équipements et des mesures spéciales pour les + personnes âgées et en particulier $: + _la création de centres de gériatrie et de gérontologie; + _l'augmentation des effectifs des aides-ménagères; + _la construction de foyers d'habitation comportant + les équipements sociaux et le personnel médical + nécessaire; + _la rénovation des "hospices" existants et l'édification + d'établissements chargés d'accueillir tous ceux qui + nécessitent des soins constants et une assistance + permanente; + _le développement du réseau d'accueil pour les travailleurs + immigrés,qui doit être placé sous la seule responsabilité + de l'*office national d'immigration ,avec le contrôle + syndical et financement par le gouvernement et le + patronat; + _la mise en oeuvre d'une politique conséquente en faveur + des handicapés qui implique un effort budgétaire particulier + de l'*état et comporte en tout premier lieu $: + _la reconnaissance du droit à la santé permettant de mieux + prévenir les handicaps et de mieux les soigner; + _l'intégration des enfants handicapés dans le système + scolaire de l'*éducation nationale ,en créant un éventail + complet d'établissements offrant tous les moyens d'éducation + correspondant aux différents handicaps; + _la reconnaissance du droit à l'emploi sur la base du + principe de l'insertion du travailleur handicapé dans le + cadre normal des entreprises,et de la garantie des + dispositions légales et de celles définies dans les + conventions collectives; + _la juste rétribution de la force de travail du travailleur + handicapé qui doit au minimum percevoir le SMIC et + l'attribution d'une allocation égale à 80% du SMIC pour + ceux qui sont dans l'incapacité de travailler; + _la refonte des prestations familiales versées aux familles + ayant à leur charge un enfant handicapé. + + le cadre de vie .. + + § aujourdhui,ce que l'on appelle les "nuisances" +atteignent un niveau insupportable pour la population et +spécialement pour les travailleurs,ce sont $: le bruit,l'air vicié + l'eau polluée,les forêts détruites,le paysage enlaidi, + les cités dortoirs inadaptées. + § mais ce n'est pas la "vie moderne" qui en est responsable. + le grand responsable c'est l'anarchie d'un système + basé sur le profit qui gaspille les biens naturels + et néglige les besoins fondamentaux de l'homme;c'est l'anarchie +de l'urbanisation qui se fait en fonction de + la spéculation foncière et du profit immobilier;c'est + l'anarchie de l'industrialisation qui se fait en fonction + de calculs de rentabilité à court terme;c'est l'anarchie + de la production qui consomme des biens comme l'eau + et l'air et les restitue sous forme de déchets pollués, + sans que personne ne limite cette consommation ni oblige + les vrais pollueurs à empêcher cette dégradation. + § les salariés,exploités dans leur travail,ne veulent pas, + à leur sortie du travail,que ce soit dans leur localité + ou dans leur lieu de vacances,retrouver le même univers + inhumain,souillé par la recherche du profit immédiat. + § la CGT demande $: + _que l'urbanisation et l'industrialisation se fassent + en fonction d'un plan élaboré démocratiquement; + _que soit mis en oeuvre un urbanisme respectant les + besoins et aspirations de la population tant en matière + esthétique qu'en matière sociale; + _qu'aucune construction d'ensembles immobiliers n'ait + lieu sans que soient,en même temps,édifiées les installations + sociales,culturelles,sportives nécessaires à la population; + _que les syndicats aient leur mot à dire,à l'échelon + local,départemental ou régional sur les équipements + collectifs nécessaires à la population; + _que les mesures nécessaires soient imposées aux industriels + pour que leurs activités préservent les conditions de vie + de la population et les sites de repos et qu'elles respectent + des normes antipollution efficaces; + _que toute nouvelle installation ou fabrication fasse l'objet +d'un examen,notamment des *comités d'hygiène et de + sécurité ,en liaison avec les représentants de la + population concernée; + _qu'une contribution financière,prélevée sur le chiffre + d'affaires des grandes entreprises en fonction des + atteintes au cadre de vie,soit affectée à la réparation des + préjudices causés. + + + + + + + + + la CGT définit son action face à la situation générale + du pays .. + + § la crise du système capitaliste s'est aggravée. + elle engendre un niveau élevé et permanent d'inflation + et un chômage massif.elle s'accompagne d'un ralentissement + de l'activité économique,de difficultés croissantes de + débouchés. + § la France est profondément affectée par le développement + de la crise qui entraîne des atteintes sérieuses au + pouvoir d'achat et approfondit et généralise l'insécurité. + § mais la crise n'est pas fatale.le dérèglement de + l'économie capitaliste a pour cause l'accumulation de + profits extraordinaires par les grandes sociétés + capitalistes et en particulier par les sociétés + multinationales avec le soutien de l'*état . + § la politique du pouvoir vise à faire supporter la crise + aux travailleurs et au peuple.l'austérité n'est pas un remède + permettant de sortir de la crise.elle l'accentue.elle + accélère le gâchis des forces productives humaines et + matérielles,entraînant la destruction et l'abandon + de secteurs décisifs,aggravant les déséquilibres de + l'appareil productif et des économies régionales.le + "redéploiement" que met en oeuvre le pouvoir pour + renforcer les monopoles va encore les accélérer. + il vise à soutenir l'expansion multinationale des groupes + monopolistes basés en France et il accélère la pénétration + de l'économie française par les multinationales + étrangères. + § les orientations du *7ème plan visent à prolonger + et à accentuer la politique d'austérité. + § cette politique est profondément nocive,contraire à + l'intérêt national et à l'établissement d'une coopération + et d'échanges économiques internationaux sur une base + saine. + § concentrant toutes les forces de conservation sociale, + la politique du pouvoir renforce l'autoritarisme du + système et en accentue toutes les contraintes majeures. + § en s'appuyant sur la montée de la volonté populaire + de changement,il est nécessaire de développer les luttes + sociales pour assurer la défense des conditions de + travail et de vie des travailleurs.en même temps l'action + est indispensable pour imposer des mesures économiques, + s'attaquant à l'inflation,assainissant l'économie et + assurant son développement.elle est intimement liée + à la défense des intérêts des travailleurs. + + la politique économique .. + + § pour faire face à la crise,des mesures essentiellement + différentes de celles adoptées par le patronat et le + gouvernement,dont la responsabilité dans la situation + actuelle est écrasante,sont à mettre en oeuvre. + § il est indispensable d'assurer le développement prioritaire + du marché intérieur et d'élever la consommation populaire + pour répondre aux besoins des travailleurs et des grandes + masses de la population. +pour assurer un développement économique plus sain,fondé + sur l'élargissement de la consommation populaire et + du marché intérieur,sauvegarder l'emploi et rééquilibrer + nos échanges,il faut promouvoir une politique + industrielle s'appuyant sur le secteur public.il faut + utiliser toutes les ressources et potentialités du + pays.il faut s'attaquer aux sources de l'inflation. + § à cet effet il est nécessaire $: + _de réduire la TVA sur les produits de première + nécessité; + _de bloquer les prix de certains produits de grande + consommation,des produits industriels les plus importants + à la production ainsi que les tarifs publics,les loyers + et les charges; + _de réduire et de contrôler les marges bénéficiaires des + grandes sociétés; + _de mettre en oeuvre une politique sélective du crédit + s'attaquant aux facilités inflationnistes de crédit + offertes aux grandes entreprises,sans porter atteinte + au fonctionnement normal des PME ni à l'emploi; + _de défendre l'épargne populaire contre l'inflation et + d'indexer le montant des livrets A- de *caisse + d'épargne sur l'évolution réelle des prix. + § pour s'opposer à la dégradation de l'emploi et assurer + son développement,sont nécessaires des mesures de réduction + de la durée du travail,d'abaissement d'âge de la retraite, + la garantie des ressources,l'interdiction des décisions + de licenciement sans reclassement préalable,le droit + et les moyens de discuter du bien fondé des décisions + de licenciement et de fermeture d'entreprises. + conjointement,il est indispensable de mettre en oeuvre + une politique économique et sociale assurant le + développement économique et qui soit créatrice d'emplois. + ceci exige notamment le développement des services et + activités directement utiles à l'économie ou indispensables + à l'amélioration des conditions de vie (enseignement, + santé,services sociaux,etc). + § il faut stopper l'abandon,la liquidation et la + subordination au capital étranger de secteurs ou d'entreprises +indispensables au développement de l'économie + française qu'entraîne la politique actuelle,assurer + leur maintien et leur développement,notamment dans les + secteurs de pointe,vitaux pour la souveraineté nationale + et la définition de la place de notre pays dans la + civilisation internationale du travail. + § la politique industrielle doit s'appuyer sur l'extension + du secteur public pour assurer le développement de + productions nationales nécessaires au développement + de l'économie,indispensables à son équilibre interne + et à celui de ses échanges extérieurs. + § indépendamment des mesures visant à une réforme + de la fiscalité qui aurait une portée économique + positive,les subventions et autres transferts effectués + au bénéfice du grand capital doivent être supprimés. + un impôt sur le capital des grandes firmes françaises doit + être instauré. + § les ressources dégagées doivent être,en priorité, + affectées aux équipements sociaux.le budget de l'*état + doit être équilibré.il convient de réduire + substantiellement les dépenses militaires avant tout + par la suppression de la force de frappe nucléaire + et en prévoyant la reconversion des industries d'armement et + des activités qui leur sont liées vers des fabrications + civiles en utilisant pleinement le potentiel scientifique + technologique devenu ainsi disponible. + § une nouvelle orientation de la fiscalité et du budget et + des fonds publics ou parapublics (conjugués avec le + contrôle des prix et du crédit) est indispensable + pour s'attaquer à l'inflation qui pèse lourdement + sur les travailleurs et les titulaires de petits revenus + et qui a également des effets négatifs sur les échanges + extérieurs. + § il est immédiatement nécessaire d'augmenter rythme et + réalisation des équipements sociaux et collectifs + afin de combler les retards considérables accumulés + dans ce domaine. + § ces mesures sont de nature à impulser l'activité dans + de nombreux secteurs de production et à favoriser la mise + en oeuvre de techniques nouvelles. + § un changement radical de la politique énergétique + de la France est urgent.il faut en finir avec le + pillage et la domination des sociétés multinationales sur + la politique énergétique. + § une politique nouvelle fondée sur la diversification + et la coordination des sources d'énergie doit être appliquée. + elle doit comporter $: + _l'arrêt immédiat des fermetures de puits dans les + mines de charbon encore en exploitation et l'utilisation + à plein des capacités actuelles d'extraction; + _un plan d'augmentation de la production charbonnière + utilisant pleinement les ressources nationales; + _l'utilisation des potentialités nationales pour la + production hydraulique d'électricité,notamment par + l'énergie marémotrice; + _le développement de la production d'électricité + d'origine nucléaire en orientant le choix entre les + différentes techniques de réacteurs,dans le but d'assurer + une meilleure utilisation possible des réserves naturelles + en matériaux fissiles pour la production d'électricité; + _"aucune considération de rentabilité économique ne doit + être opposée aux mesures indispensables pour assurer + la sécurité de la population et du personnel"; + _la suppression des privilèges des sociétés pétrolières + et l'abaissement des taxes à la consommation sur les + produits pétroliers; + _l'établissement avec les pays producteurs de pétrole + et de gaz naturel de contrats sur la base de l'intérêt + mutuel des peuples,en bannissant toute pratique + néo-coloniale et sans interférence des compagnies; + _la nationalisation de l'ensemble du secteur pétrolier et, + dans l'immédiat,la nationalisation des groupes pétroliers + français Elf-Erap CFP-Total; + _le développement de la recherche,par le secteur public + et nationalisé,sur les sources d'énergie de l'avenir $: + hydrogène,énergie solaire,géothermie,fusion + thermonucléaire contrôlée. + § la remise en cause généralisée du rôle du service + public,le démantèlement de certaines activités des + administrations et entreprises nationalisées par leur + transfert,soit pour les faire effectuer par des personnels + hors statut,soit pour faire bénéficier les monopoles + de leur rentabilité,la pénétration accélérée de ces + administrations et entreprises par les capitaux privés + doivent être stoppés.au contraire,il convient de + développer le secteur public et nationalisé et de le + mettre au service de l'intérêt national,ce qui implique + une politique de tarifs mettant fin aux transferts + considérables opérés au bénéfice des monopoles et au + détriment de la grande masse des usagers et qui pèsent + sur les prix à la consommation. + § une politique coordonnée des transports,combinant le + développement des infrastructures nouvelles et l'utilisation + des capacités existantes répondant aux besoins des + usagers,des régions,du développement économique national + et des échanges internationaux de la France ,est à mettre + en oeuvre. + § cette politique doit s'insérer dans un plan de développement + à long terme des infrastructures nécessaires pour satisfaire + au mieux et au moindre coût économique et social + les besoins prévisibles.il est urgent de développer les + transports collectifs d'usagers,notamment les transports + urbains. + § il est nécessaire d'organiser une recherche scientifique + dégagée de la pression matérielle et morale des intérêts + privés qui s'efforcent d'en monopoliser les résultats et + compromettent son avenir à long terme. + § l'enseignement supérieur et les établissements publics de + recherche scientifique doivent recevoir les moyens + nécessaires au développement des différents secteurs de la + recherche,conformément à l'intérêt national. + § en ce qui concerne l'aménagement du territoire,il faut + en premier lieu assurer un niveau d'activité permettant + de réaliser le plein emploi,s'attaquer aux facteurs de + régression que sont les disparités en matière de + salaires,d'équipements collectifs et sociaux. + § les investissements publics,ceux du secteur nationalisé, + doivent être orientés en vue de rééquilibrer les + économies régionales.il est urgent de prendre des mesures + pour arrêter le dépérissement des régions du Centre de + la France ,de l'Ouest-Sud-Ouest .des mesures + spécifiques doivent être adoptées à cet effet. + § les objectifs généraux suivants doivent être assignés + à la politique d'aménagement du territoire. + § infrastructures $: + _accélération des liaisons de désenclavement des régions + et de jonctions radiales interrégions,notamment + autoroutières sous le contrôle et avec le financement + de l'*état ; + _arrêt des fermetures de liaisons ferroviaires et + accélération des programmes d'investissements; + _participation accrue de l'*état et du FDES + (*fonds développement économique et social ) à la + modernisation des installations portuaires et fluviales; + _modernisation et extension prioritaire du réseau de + télécommunications. + § industrie $: + _développement diversifié des activités économiques + régionales prenant appui sur les ressources propres de + chaque région et leur vocation; + _utilisation de l'ensemble des ressources industrielles, + énergétiques,minières,agricoles et humaines de chaque + région. + § dans le domaine législatif et réglementaire,il est + nécessaire de prendre les mesures suivantes $: + _élection au suffrage universel direct et à la + proportionnelle des *conseils régionaux et accroissement + des ressources des régions par transfert du budget + de l'*état et suppression de la fiscalité supplémentaire + prévue par la loi du 5 juillet 1972; + _augmentation de la représentation des organisations + représentatives des salariés dans les CESR (*conseils + économiques et sociaux régionaux ) et répartition des + sièges attribués à ces organisations proportionnellement + à leur influence respective; + _suppression des sièges attribués aux organisations non + représentatives. + § il est indispensable de cesser les encouragements + sous des formes diverses visant à favoriser les exportations + de capitaux et il faut viser à se prémunir contre leurs + effets inflationnistes et à contrôler les mouvements de + capitaux pour défendre la monnaie.les investissements + de capitaux étrangers doivent faire l'objet d'un strict + contrôle et être interdits dans tous les cas où ils mettent + en cause la maîtrise de l'économie du pays et la + souveraineté nationale. + § il est nécessaire de procéder,progressivement,à une + diversification de nos relations économiques extérieures + tant en ce qui concerne le commerce extérieur que la + coopération technique et scientifique en les fondant + sur l'intérêt mutuel et en les étendant à un nombre plus + grand de pays,notamment les pays socialistes et les pays en + voie de développement. + § ces mesures ne peuvent être imposées que par les luttes + des salariés et des grandes masses de la population. + elles s'inscrivent en opposition avec la politique + réactionnaire du pouvoir dont les effets néfastes + s'expriment dans la crise actuelle. + + les libertés .. + + § luttant pour l'instauration d'un véritable régime + démocratique,la CGT s'oppose au caractère de plus en + plus autoritaire du pouvoir qui tente de le dissimuler + dans un libéralisme de façade. + § elle dénonce la propagande antisyndicale du patronat + et des hommes du pouvoir et les campagnes racistes + de leurs officines. + § la CGT s'élève contre l'accroissement des contraintes, + directes et indirectes du pouvoir et du patronat + dirigées contre les libertés individuelles et publiques + et mettant en cause les droits syndicaux,notamment le + droit de grève et les autres droits des travailleurs. + + libertés collectives et individuelles .. + + § elle juge que le respect des libertés fondamentales dans + notre pays exige,dans l'immédiat,l'ensemble des mesures + suivantes $: + _respect absolu du droit de pétition et de manifestation; + _abrogation de la loi du 8 juin 1970,dite loi + "anticasseur"; + _droit d'expression des syndicats sur les antennes de + la radio et de la télévision; + _abrogation de la loi du 7 août 1974 portant suppression + de l'ORTF et remplacement de cette loi par un ensemble + législatif garantissant l'indépendance,la démocratisation + et la qualité de la radio et de la télévision française; + _mise en oeuvre d'un statut démocratique du jeune soldat + assurant le droit d'association de libertés d'expression, + de respect de la dignité de l'homme citoyen et l'arrêt + de toutes sanctions prises arbitrairement; + _suppression des juridictions d'exception telle la + *cour de sûreté de l'*état ; + _modification profonde de la loi 1963 pour aboutir à + un véritable statut des objecteurs de conscience; + _rattachement de la police judiciaire au ministère de + la justice; + _démocratisation de la police dans son recrutement + sa formation et son utilisation; + _suppression des polices parallèles; + _rétablissement et respect des franchises universitaires; + _réforme de la procédure de flagrant délit; + _abrogation de la garde à vue; + _droit immédiat et gratuit,en cas d'arrestation,à + l'assistance d'un avocat; + _droit pour tout inculpé de connaître son dossier aussi bien + que le procureur; + _réforme des règles d'enquête judiciaire; + _levée du secret de l'instruction judiciaire; + _abolition du pouvoir discrétionnaire du *ministre de + l'intérieur en matière d'expulsion,de refoulement et + d'assignation à résidence; + _garantie des libertés individuelles et collectives des + travailleurs immigrés,de leur dignité,de leurs droits + d'expression,d'association et de leurs droits + politiques; + _réforme du système pénitentiaire dans le sens d'une + véritable humanisation des conditions de détention et de + la garantie de la sécurité des gardiens; + _répression sévère des attentats,violences et campagnes + racistes et stricte application de la loi antiraciste + du 1er juillet 1972. + + liberté de la presse et des autres moyens d'information .. + + § la crise que connaît actuellement la presse écrite + a son origine dans l'entreprise délibérée du pouvoir et + des quelques journaux à grand tirage,propriété de groupes + industriels et financiers,pour s'assurer le monopole de + l'information. + § c'est le même objectif que poursuit le pouvoir en + démantelant l'ORTF et en s'assurant plus complètement + le contrôle des radios périphériques. + § il s'agit de la volonté délibérée de mettre en cause + une liberté essentielle $: la liberté d'expression. + § le droit à l'information est une donnée essentielle et + permanente de la démocratie. + § la CGT demande une discussion générale de toutes + les parties intéressées _ y compris les représentants + des organisations syndicales de travailleurs en vue de + rechercher une solution d'ensemble pour assurer l'existence de + l'indépendance des moyens d'information. + § en outre,elle réclame $: + _une industrie nationale du papier de presse; + _l'abrogation des mesures fiscales et postales amputant + les aides consenties à la presse à la *libération ; + _une réglementation des ressources publicitaires; + _des garanties pour le libre exercice de la fonction + de journaliste aussi bien à la radio,à la télévision que + dans la presse écrite. + + + + + + + + + la CGT définit son action face aux grands problèmes + internationaux et au marché commun .. + la solidarité internationale,la paix,l'indépendance + nationale .. + + § l'accentuation de la crise générale du capitalisme + fait obligation au mouvement syndical de lier étroitement + la lutte pour les revendications économiques et sociales + des travailleurs aux niveaux national et international + ainsi qu'au combat plus général pour le maintien de + la paix,pour le développement de rapports internationaux + permettant l'établissement d'un climat mondial de + coopération entre les peuples. + § notre époque est caractérisée par des grandes luttes + des travailleurs et des peuples pour l'indépendance + nationale et la démocratie,le progrès social et la paix, + pour le socialisme.la solidarité internationale acquiert + des dimensions inconnues jusqu'ici. + § d'importants succès ont été obtenus dans ces domaines. + après avoir été contraint de signer les accords + de Paris ,l'impérialisme US a été chassé du Viêt-Nam et + du Cambodge qui ont été définitivement libérés. + des pays anciennement colonisés ont acquis leur + indépendance politique,certains acquièrent ou consolident + leur indépendance économique,au Portugal et en Grèce + le fascisme a subi un échec;des progrès sont enregistrés + pour l'établissement de la coexistence pacifique dans + le *monde ,pour la détente et la coopération + européenne. + § l'impérialisme est en crise profonde et s'affaiblit. + il est contraint à des reculs.mais,en vue de maintenir et si + possible de renforcer sa domination et son exploitation + sur les travailleurs et les peuples,il intervient de plus + en plus contre la liberté des peuples,emploie la violence + la plus bestiale comme au Chili pour s'opposer + au développement de la démocratie.il relance l'alliance + atlantique,dangereuse pour la paix mondiale et l'indépendance + des peuples,il fomente complots et agressions. + § de plus,il favorise le développement des sociétés + multinationales et l'internationalisation de l'exploitation + des travailleurs,il organise l'intégration monopoliste + comme dans le *marché commun . + § la CGT considère que la lutte anti-impérialiste + et antimonopoliste est un impératif pour la défense des + intérêts des travailleurs. + § en se félicitant qu'en France des actions unitaires + se manifestent pour l'affirmation de la solidarité + internationale des travailleurs et la défense de la paix, + la CGT s'efforce de faire progresser l'action unie + de la classe ouvrière et des organisations syndicales + dans le monde et plus spécialement en Europe . + § constatant que la politique extérieure du *pouvoir + en France s'efforce d'enchaîner notre pays à la + stratégie planétaire de l'impérialisme US,la CGT + exige le respect et la défense de l'indépendance + et de la souveraineté nationale,que soient prises par + notre pays des initiatives pour la coexistence pacifique, + pour le désarmement général et contrôlé,pour l'établissement + d'une action et durable entente entre les peuples du + monde. + § la CGT se prononce et déploie son action $: + _pour la participation active de la France à la détente + internationale,aux règlements par voie de négociations + des litiges internationaux,à l'organisation de la coexistence + pacifique et du désarmement général; + _pour la suppression de toute force de frappe atomique,qu'elle + soit nationale,multinationale ou européenne et des + armes de destruction massive,pour la réduction des + dépenses d'armement et l'utilisation des fonds ainsi + disponibles à la solution des grands problèmes de notre + temps (aide aux pays sous-développés,lutte contre le + chômage et pour l'emploi,contre la pollution,etc); + _pour la dissolution simultanée de tous les blocs + militaires.la France ne doit pas participer à un bloc + militaire quel qu'il soit, ce qui implique son + désengagement du *pacte atlantique ; + _pour le respect de l'indépendance des peuples,la + non-ingérence dans leurs affaires intérieures et l'établissement + sur un pied d'égalité d'une véritable politique de + coopération avec les peuples nouvellement indépendants; + _après la victoire historique des peuples du Viêt-Nam et + du Cambodge ,la CGT exigera que ces peuples qui + ont eu à supporter durant de longues années une guerre + de destruction massive puissent faire valoir leurs droits +à de justes réparations et pour une reconstruction + rapide des régions dévastées.la France doit élargir + et développer ses rapports,avec la *république + démocratique du Viêt-Nam ,avec le GRP du Sud-Viêt-Nam , + avec le Laos et le GRUNC du Cambodge ; + _pour le règlement politique du conflit au Moyen-Orient sur + la base des résolutions de l'ONU prévoyant,en premier + lieu,l'évacuation des territoires occupés par l'armée + israélienne,la reconnaissance des droits nationaux + du peuple arabe de Palestine ,le droit à l'existence + de tous les états de la région y compris l'*état + d'Israël .la CGT souhaite que la *conférence de + Genève permette un tel règlement écartant à l'avenir + toute ingérence impérialiste et que s'instaure un climat + de détente et de coopération entre les *états et les + *communautés du Moyen-Orient ; + _pour l'organisation d'une véritable sécurité collective + entre tous les *états d'Europe sans distinction + de régime politique.la CGT soutient les diverses + initiatives qui tendent à créer sur notre continent + un véritable climat de coexistence pacifique.elle + souhaite que rapidement soient menés à bien les travaux + de la *conférence européenne de sécurité et de + coopération ; + _pour la liquidation totale du colonialisme et pour + la condamnation de toute politique néo-colonialiste + tendant à maintenir sous la dépendance du système + capitaliste de nombreux pays,particulièrement en ce qui + concerne l'exploitation de leur richesse nationale. + la CGT soutient l'action des peuples concernés + pour la libre disposition et la mise en valeur de leurs + richesses naturelles,leur commercialisation et leur + utilisation.elle dénonce la politique de l'impérialisme qui + vise à maintenir de nombreux pays dans des zones de + dépendance économique et politique portant ainsi + entrave à la lutte pour une véritable indépendance + nationale. + § la CGT s'est félicitée et a salué les succès des + forces démocratiques au Portugal et la liquidation + du régime fasciste en Grèce .elle est solidaire + et apporte un appui sans réserve à la lutte des travailleurs + et du *peuple d'Espagne pour un changement radical + de régime,pour l'amnistie,pour la démocratie et la + liquidation du franquisme. + § de même,elle continuera d'être aux côtés des peuples + d'Afrique du Sud ,de Zimbabwe ,de Namibie dont + l'action est renforcée par les succès anticolonialistes + arrachés par les peuples de Guinée-Bissau ,d'Angola + et du Mozambique . + § la CGT,en dénonçant les interventions répétées des + USA et,plus précisément d'organismes comme la CIA + en Amérique latine ,affirme sa solidarité aux travailleurs + et aux peuples de cette région du monde.elle développera + avec plus de force le soutien et l'aide aux travailleurs + et au peuple du Chili ,dans leur détermination pour la + liquidation de la junte fasciste et le rétablissement + des libertés démocratiques dans leur pays. + § les récentes luttes dans les pays dits départements + d'Outre-Mer ont posé avec force la nécessité du + changement des rapports entre la France et ces pays. + la CGT soutient leurs revendications nationales + et leur demande légitime d'accéder à un statut d'autonomie. + § face au développement des sociétés multinationales + la CGT considère que chaque pays a le droit $: + _de prendre des mesures pour que les sociétés + multinationales investissent leurs bénéfices dans le pays + où ils ont été obtenus; + _d'orienter les investissements d'origine extérieure + vers tel ou tel secteur ou vers telle ou telle région, + suivant les nécessités de son développement; + _d'instaurer un contrôle public et démocratique des + importations et exportations de capitaux; + _de nationaliser les entreprises implantées sur son + territoire et de disposer librement de ses ressources + nationales afin de créer ou d'assurer les bases d'un + développement indépendant et d'une coopération + internationale fondée sur les avantages mutuels. + § s'appuyant sur le soutien des travailleurs,la CGT + agit pour la reconnaissance et la pleine application + de ces principes par les gouvernements,les groupements + interétatiques et les organisations internationales + (ONU,OIT,etc).elle considère que les politiques + communes et les mesures arrêtées au niveau de la CEE + doivent respecter les principes énoncés ci-dessus. + § pour assurer la défense des intérêts des travailleurs, + face à l'internationalisation du capital et de la + production,la CGT exige également des mesures + économiques,à savoir $: + _les organisations syndicales doivent avoir le droit et + les moyens de discuter avec la direction des entreprises + multinationales des problèmes qui se posent à l'ensemble + des travailleurs d'une même société (ou d'un groupe). + le droit de négociations collectives internationales + pour les travailleurs appartenant à des groupes économiques + multinationaux,sans que cela affecte le plein exercice des + droits syndicaux au niveau de chaque entreprise et de + chaque état.il est nécessaire de promouvoir en ce + domaine,une réglementation communautaire.aucune + négociation,à un niveau international,ne saurait remettre + en cause les avantages acquis,ni porter atteinte au + droit de négociations des syndicats au niveau de chaque + pays. + _les travailleurs doivent avoir le droit effectif et les + moyens de participer pleinement aux activités syndicales, + nationales et internationales.ils doivent disposer + pleinement du droit de grève sans restriction d'aucune + sorte.les organisations internationales et groupements + interétatiques (OIT,CEE,etc) doivent promouvoir les + instruments nécessaires à un libre exercice du droit + syndical et des droits sociaux et veiller à leur + application. + _des organismes représentatifs doivent être constitués + au niveau des sociétés multinationales avec droit + d'information et de consultation des représentants élus + des travailleurs et des organisations syndicales + de chaque pays,sur la politique sociale,la gestion + économique et notamment les résultats économiques,financiers + et la politique d'investissement menée par la société. + _pour assurer des garanties minimales aux travailleurs + en relation avec les problèmes nouveaux posés par le + développement accéléré des sociétés multinationales, + il est nécessaire de donner une portée plus effective et un + champ plus large aux normes internationales du travail + élaborées par l'OIT. + _les organisations internationales et groupements + interétatiques (OIT,CEE,etc) doivent promouvoir + les instruments nécessaires à un libre exercice du + droit syndical à l'extension des droits sociaux rendus + indispensables par le développement des sociétés + multinationales et veiller à leur application. + + le marché commun .. + + § favorable à une coopération englobant tous les pays + européens,y compris les pays socialistes,la CGT + réaffirme son opposition à la division actuelle de l'Europe . + § la CGT tient compte de la réalité que représente + le *marché commun ,mais elle considère que l'intérêt + national est d'assurer un meilleur équilibre et une + croissance plus saine de ses échanges,ce qui exige que + ses relations économiques,techniques et scientifiques + s'établissent avec tous les pays et soient réellement + fondées sur la base de l'avantage réciproque. + § assujetties aux plus puissants monopoles,les politiques + communautaires visent au renforcement de la domination + des grandes féodalités économiques et financières, + s'opposent à la maîtrise de l'économie nationale et + comportent des atteintes et des risques pour l'indépendance + nationale. + § face au *marché commun qui a favorisé un tel renforcement + et accentué les déséquilibres sectoriels et régionaux + mais s'est avéré incapable d'instaurer une politique + sociale prenant en compte les intérêts des travailleurs, + la CGT agit pour l'action commune des travailleurs et + des organisations syndicales d'Europe . + § les revendications et les réformes à partir desquelles + l'unité d'action doit se réaliser sont nombreuses.elles + concernent notamment $: + _s'agissant des revendications à avancer $: + _la garantie et la progression du pouvoir d'achat des + salaires,retraites,pensions et allocations;ce qui suppose + des mesures concrètes de nature à juguler la hausse des + prix et l'inflation; + _la sécurité de l'emploi et la garantie des revenus; + _la réduction de la durée du travail; + _l'allongement du temps de congés payés; + _l'amélioration des conditions de travail,de la protection + de l'hygiène et de la sécurité du travail,en général de + la qualité de la vie essentiellement dans les grandes + concentrations urbaines et industrielles; + _l'extension des libertés syndicales et des droits + démocratiques des travailleurs dans les entreprises ou + dans la vie publique; + _l'abolition de toute forme de discrimination entre + femmes et hommes,jeunes et adultes; + _l'égalité des droits dans tous les domaines pour les + travailleurs immigrés des pays membres et des pays + tiers; + _une véritable formation professionnelle et continue + en rapport avec les conditions actuelles; + _la mise en oeuvre d'une politique progressiste dans les + domaines de la sécurité sociale,de la santé,des prestations + familiales,de la retraite (sous le double aspect de + l'âge et des ressources garanties). + _s'agissant des réformes à proposer $: + _de convenir d'objectifs communs à atteindre dans le + domaine de la démocratisation des *institutions + communautaires; + _de présenter et de soutenir ensemble des propositions + concrètes de nature à faire échec à l'activité dominatrice + des firmes multinationales et dans l'immédiat,compte tenu + de la situation énergétique,de soumettre le cartel + international du pétrole à de strictes mesures de contrôle + conformément à l'intérêt général; + _de favoriser les échanges commerciaux,économiques, + scientifiques et culturels entre *états ; + _de stimuler la coopération,notamment dans l'informatique, + l'aéronautique et le nucléaire,de telle façon que + prédominent les intérêts généraux,ce qui implique la mise + en cause de l'utilisation des fonds publics pour le + financement de sociétés privées; + _de soutenir d'un commun accord l'idée de nouvelles + relations entre les pays de l'Europe et les pays en voie + de développement sans que ces relations puissent gêner + en aucune façon les relations bilatérales; + _de contribuer ensemble à la détente,à la sécurité collective + et à la coexistence pacifique des pays d'Europe de + systèmes économiques et sociaux différents. + § il s'agit d'un ensemble de revendications urgentes + et cohérentes qui peuvent être prises en compte par le + mouvement syndical au niveau de la CEE et qui s'inscrivent +dans le développement des luttes de la classe + ouvrière en Europe occidentale .la défense de ces + revendications exige une coopération accrue et l'action + unie des syndicats de l'ensemble des pays de la + *communauté . + + + + + + + + + la CGT poursuit son action pour une démocratie économique + et politique et pour le socialisme .. + + § accentuant tous ses effets nocifs,la crise qui + s'approfondit rend plus que jamais nécessaire de promouvoir + un type de développement économique et social reposant + sur une large participation des travailleurs et des masses + populaires et apportant une réponse véritable à leurs + besoins. + § pour réaliser des changements réellement novateurs dans + le domaine économique,politique et social correspondant + à l'intérêt national,à celui des travailleurs et des + grandes masses de la population,il est urgent et + indispensable d'imposer des solutions d'un contenu + fermement dirigé contre la domination des monopoles. + § la CGT a longuement déployé tous ses efforts pour + que se réalise l'alliance des forces de gauche sur une + telle base. + § elle s'est félicitée de la conclusion du *programme commun de + gouvernement entre le PCF,le PS et le mouvement des + *radicaux de gauche qui a ouvert les perspectives + d'une démocratie économique et politique réellement + nouvelle,permettant de retirer aux monopoles les moyens + de leur puissance,de maîtriser des leviers de commande + essentiels de l'économie et de les remettre à la *nation + et d'assurer ainsi la mise en oeuvre des mesures sociales + hardies répondant aux revendications des travailleurs. + § la CGT a apporté et elle apporte au *programme commun , + son plein soutien.par ses dispositions fondamentales, + il correspond, en effet,aux objectifs élaborés par les + instances de la CGT et définis à partir de ses propres + préoccupations syndicales. + § ces dispositions fondamentales du *programme commun + sont rendues encore plus urgentes pour apporter une + issue positive à la crise et elles constituent la base + indispensable à la réalisation d'un changement profond et + durable qui soit réellement novateur.à partir de ces + dispositions fondamentales,il est possible de le + perfectionner et de l'enrichir encore,ainsi que d'actualiser +ses dispositions conjoncturelles. + § assurer la satisfaction des revendications populaires, + fonder le développement économique sur le progrès social, + établir un cadre institutionnel démocratique dans lequel + les masses populaires et avant tout la classe ouvrière + pourront exercer leur influence,c'est l'objectif de + la démocratie économique et politique dont le contenu et + les moyens ont été précisés par les précédents congrès + de la CGT. + § le 39ème *congrès confédéral rappelle les mesures + essentielles,qui sont indispensables pour promouvoir + un autre type de développement économique et social + et qui sont maintenant substantiellement prises en + compte dans le *programme commun . + + démocratie économique .. + + § les changements à promouvoir visent à dégager les moyens + indispensables pour répondre aux revendications des + travailleurs et à faire de la politique sociale un facteur + de plus en plus essentiel du développement économique. + les mesures déterminantes à mettre en oeuvre sont : + + la nationalisation démocratique .. + + § la maîtrise des instruments décisifs du développement + économique doit être donnée à la *nation .ce qui exige que les + grands moyens de production et de contrôle du crédit + soient soustraits à l'emprise des féodalités économiques + et financières. + § c'est pourquoi la CGT s'est prononcée pour la + nationalisation démocratique des secteurs clés du + crédit,des banques et des compagnies d'assurances, + de la sidérurgie,de l'industrie du pétrole et de + l'énergie atomique,dans toutes ses composantes des groupes + dominants de l'électronique,de la grande industrie + chimique et pharmaceutique,de la construction des grands + moyens d'équipement,des industries aéronautiques, + aérospatiales,d'armement,de la construction automobile et + de la marine marchande. + + la gestion démocratique .. + + § la large et effective participation des travailleurs + et des organisations syndicales à la gestion des + entreprises publiques et nationalisées,constitue + un élément décisif pour assurer leur pleine efficacité + économique et pour répondre aux besoins des travailleurs + et des masses populaires.elle répond pleinement aux + aspirations légitimes des travailleurs à participer + à l'orientation,à la gestion et au contrôle des entreprises + nationalisées. + § assurant leur intervention active dans la détermination + des objectifs économiques de la politique sociale de l'entreprise +nationalisée,la gestion démocratique est une + condition primordiale de la démocratie économique. + § en ce domaine,le 37ème *congrès de la CGT et + ultérieurement le document de "réflexions et de propositions + de la CGT sur la gestion démocratique dans les + entreprises",ont précisé,de manière détaillée,les mesures + à mettre en oeuvre pour assurer et garantir le + caractère pleinement démocratique de la gestion des + entreprises nationalisées.à cet effet,il convient + essentiellement de promouvoir $: + _de larges droits pour les travailleurs,leurs représentants + élus et les organisations syndicales,leur donnant les + moyens d'exercer un contrôle efficace dans l'orientation, + la conduite et le contrôle de la politique générale et + sociale de l'entreprise.ce qui requiert des prérogatives + étendues comportant le droit et le devoir d'information + sur la politique de la marche de l'entreprise dans tous + les domaines de son activité; + ce qui nécessite des droits suffisants permettant la + consultation et l'intervention active des travailleurs + et de leurs représentants élus et la création des + instances nécessaires à l'exercice de ces droits aux + divers échelons de l'entreprise.un statut du personnel + de contenu progressiste,élaboré avec les organisations + syndicales,garantira l'emploi,la rémunération,les droits + du personnel,l'exercice du droit syndical et des droits + des travailleurs et donnera les moyens pour qu'ils participent + au règlement des questions relatives aux conditions de + travail sous tous leurs aspects; + _une autonomie effective de gestion des entreprises + nationalisées dans le cadre du plan et leur assurant + une large initiative dans les divers domaines de la + gestion financière,technique et commerciale et de la + politique sociale; + _une pleine et entière responsabilité du *conseil d'administration +qui aura notamment dans ses attributions + la nomination du personnel de direction; + _une composition démocratique de ce *conseil d'administration +comprenant des représentants du pouvoir + central,des représentants syndicaux élus par les + travailleurs,des représentants de certaines catégories + d'usagers et des collectivités locales ou territoriales. + + une planification démocratique .. + + § la nationalisation des secteurs clés,la maîtrise des + moyens d'action économique essentiels de l'*état par + un pouvoir démocratique fondent la possibilité de + promouvoir une planification démocratique.cette planification + est indispensable pour permettre un développement + progressiste d'ensemble de l'économie pour réaliser + sa cohérence,pour s'attaquer aux déséquilibres engendrés + par les monopoles et pour assurer le respect des + objectifs sociaux et pour élever d'une manière + continuelle le niveau et les conditions de vie. + § en matière économique,la planification démocratique + est le complément nécessaire et indispensable de la + nationalisation démocratique,pour réaliser une véritable + démocratie économique et politique à l'échelle de la + *nation ,pour assurer la cohérence d'ensemble du + développement économique,pour éliminer les disparités + et distorsions engendrées par les monopoles dans le + domaine économique et social. + § la participation des travailleurs et de leurs + organisations syndicales à l'élaboration du plan, + au contrôle de son exécution est indispensable et constitue + une condition essentielle de son contenu réellement + démocratique et de la réalisation des objectifs sociaux + qui doivent constituer le fondement même de la planification + démocratique.ce qui implique à tous les échelons la + participation des organisations syndicales et qu'elles + disposent des informations les plus complètes. + la participation démocratique des travailleurs et de leurs + organisations syndicales s'exercera à l'échelon national + dans les grandes entreprises nationalisées,mais également + au plan régional,départemental,et municipal ainsi que + dans les institutions de recherche et d'enseignement. + les attributions des diverses instances de la planification + devront être définies démocratiquement,assurer une + représentation satisfaisante des travailleurs et prévoir + les droits et moyens leur permettant d'assumer pleinement + leur rôle. + § l'élaboration du plan,son adoption et le contrôle + de son exécution devront constituer une attribution + essentielle de l'*assemblée nationale . + § la démocratisation de l'économie est inséparable de + l'élargissement des droits en matière économique des + comités d'entreprise et des organismes similaires + tant dans les entreprises nationalisées,les administrations + que dans les entreprises privées.dans ces dernières, + l'extension des attributions des comités d'entreprise + devra leur permettre de contrôler que l'activité de + l'entreprise est conforme aux options du plan démocratique + et respecte la politique économique assurant sa mise + en oeuvre,notamment dans le domaine des prix,du crédit + et de la fiscalité. + + démocratie politique .. + + § démocratie économique et démocratie politique sont + étroitement liées et complémentaires.s'attaquer à la + domination des monopoles,mettre en oeuvre les changements + structurels indispensables,satisfaire les revendications + des travailleurs nécessitent un pouvoir politique + d'origine et d'orientation démocratique et des changements + institutionnels correspondants. + § ceci exige conjointement $: + _un cadre institutionnel démocratique,ce qui suppose l'abrogation +de toutes les dispositions sur lesquelles + se fonde le pouvoir personnel; + _la séparation et l'équilibre des pouvoirs issus du + suffrage universel; + _une extension des libertés fondamentales et leurs + garanties tant en ce qui concerne les libertés collectives + qu'individuelles; + ce qui implique $: + _la garantie du droit de grève,de manifestation et de + réunion; + _la garantie du droit d'association et pour les partis et + groupements politiques,la garantie de pouvoir se former + librement et de déployer leur activité dans le respect + de la légalité; + _la liberté de la presse et un droit à l'information + assurant notamment l'attribution d'un temps d'antenne + régulier aux grandes centrales syndicales; + _le renforcement de la protection des libertés individuelles + et des droits du citoyen. + + rassemblement populaire pour la victoire du programme + commun .. + + § la CGT a engagé toutes ses forces dans la lutte + pour la démocratie économique et politique.le soutien + massif que le peuple de France a apporté au *programme + commun lors de l'élection présidentielle,le grand espoir + soulevé par la possibilité de voir accéder la gauche + au pouvoir pour y appliquer son programme,créant une + situation nouvelle,favorable pour gagner des millions + de consciences nouvelles à la nécessité du changement + démocratique. + § dans ces conditions nouvelles,la CGT poursuivra + inlassablement son action pour une démocratie économique + et politique.elle déploiera tous ses efforts pour + développer l'action commune sur des buts concrets et + promouvoir le grand rassemblement populaire,indispensable + à la victoire du *programme commun . + § la CGT développera son activité pour s'opposer à + toutes les tentatives et manoeuvres que développe et que + multipliera la bourgeoisie pour tenter de dissocier +l'alliance de la gauche et surtout pour s'efforcer de la + vider de son contenu antimonopoliste. + + les perspectives du socialisme pour la France .. + + § le régime capitaliste fait apparaître d'une manière + aiguë et massive,ses tares et ses absurdités,son + incapacité profonde à résoudre les problèmes fondamentaux + de notre époque. + § le socialisme représente l'avenir de notre société. + son idée progresse dans les consciences et prend un + caractère de masse. + § dès sa fondation,la CGT s'est assignée de transformer + la société capitaliste en mettant un terme à l'exploitation + capitaliste.son 37ème *congrès a encore précisé ce but + dans les statuts.le socialisme est le système économique + et social où l'exploitation de l'homme par l'homme est + bannie.son but est de répondre aux besoins matériels + et intellectuels grandissants des travailleurs et du + peuple,de créer les conditions susceptibles de libérer + l'homme de toutes les oppressions économiques,sociales + et culturelles et de permettre l'épanouissement complet + de ses facultés et de sa personnalité. + § la CGT estime que la définition des voies et moyens + pour parvenir au socialisme en France ,ainsi que des + mécanismes,organes,institutions et modalités de la gestion + et de la vie sociale qui sont à promouvoir pour son + édification,doivent être l'oeuvre commune des formations + politiques et syndicats intéressés. + § pour sa part,elle est prête,en tant qu'organisation + de classe la plus intéressée à l'instauration du socialisme, + à y contribuer dans le respect de son caractère d'organisation + de masse et avec ses vues propres résultant de sa spécificité + d'organisation syndicale. + § le document "thèmes de réflexion sur les perspectives du + socialisme pour la France et le rôle des syndicats" + a exposé les principales idées communes aux organisations + de la CGT.sa discussion a conduit à une large approbation + de son contenu par les organisations de la CGT et + par les travailleurs.il conserve pleinement sa valeur. + § les réflexions exposées dans ce document constituent + la base commune aux organisations de la CGT pour + la poursuite de la réflexion et de la discussion tant + avec les travailleurs qu'avec les forces intéressées + à ce but et pour laquelle la CGT demeure disponible. + § elles constituent la base de sa contribution à la + nécessaire élaboration de positions communes rassemblant + les forces qui luttent pour le socialisme. + § en même temps qu'elle engage toutes ses forces dans + la lutte pour la démocratie économique et politique + afin de réaliser les changements qu'il est urgent + d'apporter à la société,la CGT agit pour gagner toujours + plus de travailleurs à l'objectif du socialisme et + pour que mûrissent les conditions susceptibles d'en + rapprocher le terme pour notre pays. diff --git a/Rlib/textometrieR/data/bfm.R b/Rlib/textometrieR/data/bfm.R new file mode 100644 index 0000000..8411f35 --- /dev/null +++ b/Rlib/textometrieR/data/bfm.R @@ -0,0 +1,4 @@ +## Adv in the 5 discourse types of the BFM corpus (Base de français médiéval). +bfm <- matrix(c(103000, 23429, 15345, 11, 16517, 1370887, 413441, 194894, 119, 270676), nrow=2, byrow=TRUE); +rownames(bfm) <- c("ADV", "other"); +colnames(bfm) <- c("litteraire","historique","didactique","juridique", "religieux"); diff --git a/Rlib/textometrieR/data/corpus.tiny.cooccurrences.R b/Rlib/textometrieR/data/corpus.tiny.cooccurrences.R new file mode 100644 index 0000000..0de3b1a --- /dev/null +++ b/Rlib/textometrieR/data/corpus.tiny.cooccurrences.R @@ -0,0 +1 @@ +corpus.tiny.cooccurrences <- factor(c("S", "S", "F", "G", "S", "F", "F", "G", "S", "S", "F", "G", "F", "S", "S", "S", "F", "S", "G", "F", "S", "S")); diff --git a/Rlib/textometrieR/data/robespierre.R b/Rlib/textometrieR/data/robespierre.R new file mode 100644 index 0000000..b29e4fb --- /dev/null +++ b/Rlib/textometrieR/data/robespierre.R @@ -0,0 +1,17 @@ +de <- c(464, 165, 194, 392, 398, 235, 509, 96, 58, 662); +peuple <- c(45, 18, 15, 14, 53, 30, 42, 16, 4, 59 ); +republique <- c(35, 10, 16, 29, 29, 9, 21, 14, 2, 42 ); +ennemi <- c(30, 13, 11, 19, 22, 10, 16, 7, 2, 35 ); +patrie <- c(6, 5, 16, 8, 23, 10, 35, 8, 3, 39 ); + +robespierre <- matrix(c(de, peuple, republique, ennemi, patrie, rep(0, 10)), nrow=6, byrow=TRUE) +tokens <- c("de", "peuple", "republique", "ennemi", "patrie"); +rownames(robespierre) <- c(tokens, "others"); +colnames(robespierre) <- paste("D", 1:10, sep=""); + +partSize <- c(8395, 2558, 3920, 6903, 7896, 4555, 10142, 2063, 1084, 13933); +robespierre[6,] <- partSize - colSums(robespierre); + +rm(list=c(tokens, "partSize")); +rm("tokens"); + diff --git a/Rlib/textometrieR/inst/CITATION b/Rlib/textometrieR/inst/CITATION new file mode 100644 index 0000000..2810e9a --- /dev/null +++ b/Rlib/textometrieR/inst/CITATION @@ -0,0 +1,14 @@ +citHeader("To cite 'textometrieR' in publications use:") + +citEntry(entry="article", + title="The textometrieR software package for textual corpora description", + author=personList(as.person("Sylvain Loiseau"), as.person("Matthieu Decorde")), + journal="", + volume="", + pages="", + year="", + url="", + textVersion=paste("", + "", + "", + "", sep="")) diff --git a/Rlib/textometrieR/man/bfm.Rd b/Rlib/textometrieR/man/bfm.Rd new file mode 100644 index 0000000..8bb2dd7 --- /dev/null +++ b/Rlib/textometrieR/man/bfm.Rd @@ -0,0 +1,28 @@ +\name{bfm} +\alias{bfm} +\docType{data} +\title{ ~~ data name/kind ... ~~} +\description{ + Contingency table of the frequency of adverbs in the BFM (Base de Francais + M \' e di \' e val) \emph{vs} all other parts of speech in each of the five genre + (literary, historical, didactic, law, religious). +} +\usage{data(bfm)} +\format{ + The format is: + num [1:2, 1:5] 103000 1370887 23429 413441 15345 ... +} +%\details{ +% ~~ If necessary, more details than the __description__ above ~~ +%} +\source{ + BFM : http://w3.ens-lsh.fr/egerstenkorn/bfm/ +} +%\references{ +% +%} +\examples{ +data(bfm) +%## maybe str(bfm) ; plot(bfm) ... +} +\keyword{datasets} diff --git a/Rlib/textometrieR/man/cooccurrences.Rd b/Rlib/textometrieR/man/cooccurrences.Rd new file mode 100644 index 0000000..4b5990d --- /dev/null +++ b/Rlib/textometrieR/man/cooccurrences.Rd @@ -0,0 +1,30 @@ +\name{cooccurrences} +\alias{cooccurrences} + +\title{ compute association score beteen tokens } +\description{ +Compute association between pairs of words in a text. Not implemented yet. +} +\usage{ +cooccurrences(corpus) +} + +\arguments{ + \item{corpus}{ The number of cooccurrences found in a given unit (phrase, sentence, paragraph) between \code{type1} et \code{type2} } +} + + +\value{ + +} + +\references{ +Lafon P. (1981) <<~Analyse lexicom\'etrique et recherche des cooccurrences~>>, \emph{Mots}, pp. 95--148, n~3. +See http://www.persee.fr/showPage.do?urn=mots\_0243-6450\_1981\_num\_3\_1\_1041 +} + +\author{ Sylvain Loiseau } + +\examples{ + +} diff --git a/Rlib/textometrieR/man/corpus.tiny.cooccurrences.Rd b/Rlib/textometrieR/man/corpus.tiny.cooccurrences.Rd new file mode 100644 index 0000000..474467b --- /dev/null +++ b/Rlib/textometrieR/man/corpus.tiny.cooccurrences.Rd @@ -0,0 +1,35 @@ +\name{corpus.tiny.cooccurrences} +\alias{corpus.tiny.cooccurrences} +\docType{data} +\title{ testing data set for cooccurrences function } +\description{ + + A vary basic representation of a text for illustrating cooccurrences computing + +} +\usage{data(corpus.tiny.cooccurrences)} +\format{ +} +\details{ + + Data frame containing three values, "S" for sentences boundaries, "G" and + "F" for two phenomena whose cooccurrences inside sentences are observed. + +} +\source{ + + Lafon P. (1981) Lexicom \' e trie et cooccurrences, Mots, 2, pp. 120. + +} +\references{ + + Lafon P. (1981) Lexicom \' e trie et cooccurrences, Mots, 2, pp. 95-148. + +} +\examples{ + +data(corpus.tiny.cooccurrences) +#cooccurrences.corpus(corpus.tiny.cooccurrences); + +} +\keyword{datasets} diff --git a/Rlib/textometrieR/man/pareto.Rd b/Rlib/textometrieR/man/pareto.Rd new file mode 100644 index 0000000..37f2c9a --- /dev/null +++ b/Rlib/textometrieR/man/pareto.Rd @@ -0,0 +1,21 @@ +\name{pareto} +\alias{pareto} + +\title{ Draw a pareto graphic of lexical distribution } +\description{ + Draw a pareto graphic of lexical distribution +} +\usage{ +pareto(x) +} + +\arguments{ + \item{x}{ named vector of frequencies } +} + +\value{ + a plot +} + +\author{Sylvain Loiseau} + diff --git a/Rlib/textometrieR/man/robespierre.Rd b/Rlib/textometrieR/man/robespierre.Rd new file mode 100644 index 0000000..7207e74 --- /dev/null +++ b/Rlib/textometrieR/man/robespierre.Rd @@ -0,0 +1,45 @@ +\name{robespierre} +\alias{robespierre} +\docType{data} +\title{ Robespierre's discourses } +\description{ + A lexical table containing the frequencies of 5 words in 9 Robespierre public + discourses (between november 1793 and july 1794). +} +\usage{data(robespierre)} +\format{ + The format is: + num [1:6, 1:10] 464 45 35 30 6 ... + - attr(*, "dimnames")=List of 2 + ..$ : chr [1:6] "de" "peuple" "republique" "ennemi" ... + ..$ : chr [1:10] "D1" "D2" "D3" "D4" ... +} +\details{ + + The last line of the table give the total frequency of all the other forms in + each of these discourses. + +} +\source{ + + Lafon P. (1980) Sur la variabilit \' e de la fr \' e quence des formes dans un corpus, Mots, 1, pp. 127--165. + +} +\references{ + + Lafon P. (1980) Sur la variabilit \' e de la fr \' e quence des formes dans un corpus, Mots, 1, pp. 127--165. + +} +\examples{ +data(robespierre) + +## See graphic in Lafon, 1980 : 140 + +t <- colSums(robespierre)["D9"]; # size of the part +T <- sum(robespierre); # size of the corpus +f <- rowSums(robespierre)["peuple"]; # total frequency of "peuple" +p <- dhyper(1:15, f, T-f, t) +plot(p, type="h", main="Probabilities of various frequencies of 'peuple' in discourse 'D9'", xlab="Frequency of 'peuple'", ylab="Prob(k)"); + +} +\keyword{datasets} diff --git a/Rlib/textometrieR/man/specificites.Rd b/Rlib/textometrieR/man/specificites.Rd new file mode 100644 index 0000000..c2b263f --- /dev/null +++ b/Rlib/textometrieR/man/specificites.Rd @@ -0,0 +1,58 @@ +\name{specificites} +\alias{specificites} + +\title{ Compute specificites association score } +\description{ + + Compute specifities association score, i.e. an indicator of the association + between tokens and sub-corpus, given a lexical table + +} +\usage{ +specificites(lexicaltable, types=NULL, parts=NULL) +} + +\arguments{ + + \item{lexicaltable}{ a complete lexical table, i.e. a numeric matrix where + each line is a token and each column a part of a corpus. Each cell give the + frequency of the given token in the corresponding part of the corpus. } + + \item{types}{ Indicate for which rows the specificity index must be computed. + If \code{NULL}, the specificity index is computed for every form. If + \code{types} is a character vector, it indicates the name of the row of + \code{lexicaltable} to be used (an error is thrown if \code{clt} has no row + names). If it is an integer vector, it indicates the index of the row to be + used.} + + \item{parts}{ Indicate for which columns the specificity index must be computed. + If \code{NULL}, the specificity index is computed for every part. If + \code{parts} is a character vector, it indicates the name of the columns of + \code{lexicaltable} to be used (an error is thrown if \code{clt} has no + column names). If it is an integer vector, it indicates the index of the + column to be used.} + +} + +\value{ + +The fonction return a matrix of \code{nrow(clt) * ncol(clt)} (the number of +rows and columns may be reduced using \code{types} or \code{parts}), each cell +giving the frequency index. + +} + +\references{ + Lafon P. (1980) Sur la variabilit \' e de la fr \' e quence des formes dans un corpus, + Mots, 1, pp. 127--165. +} + +\author{Sylvain Loiseau} + +\seealso{ \code{\link{specificites.probabilities}}, \code{\link{specificites.lexicon}} } + +\examples{ +data(robespierre); +specificites(robespierre); +specificites(robespierre, types="peuple", parts=c("D9", "D10")); +} diff --git a/Rlib/textometrieR/man/specificites.lexicon.Rd b/Rlib/textometrieR/man/specificites.lexicon.Rd new file mode 100644 index 0000000..8d2c87e --- /dev/null +++ b/Rlib/textometrieR/man/specificites.lexicon.Rd @@ -0,0 +1,29 @@ +\name{specificites.lexicon} +\Rdversion{1.1} +\alias{specificites.lexicon} + +\title{ +specificites association score with two frequency list. +} + +\description{ +Compute specificites association score between a lexicon and a sub-lexicon +} + +\usage{ +specificites.lexicon(lexicon, sublexicon) +} + + +\arguments{ + \item{lexicon}{ a frequency list (named vector) } + \item{sublexicon}{ a frequency list (named vector) } +} + +\value{ + specificites index as a named vector. +} + +\seealso{ + \code{\link{specificites}} for specificites score and reference +} diff --git a/Rlib/textometrieR/man/specificites.lexicon.probabilities.Rd b/Rlib/textometrieR/man/specificites.lexicon.probabilities.Rd new file mode 100644 index 0000000..97796c1 --- /dev/null +++ b/Rlib/textometrieR/man/specificites.lexicon.probabilities.Rd @@ -0,0 +1,28 @@ +\name{specificites.lexicon.probabilities} +\Rdversion{1.1} +\alias{specificites.lexicon.probabilities} + +\title{ + Raw hypergeometric probabilities +} +\description{ + Raw hypergeometric probabilities for computing specificites, see \code{\link{specificites.lexicon}} +} +\usage{ + specificites.lexicon.probabilities(lexicon, sublexicon) +} + +\arguments{ + \item{lexicon}{See \code{\link{specificites.lexicon}}} + \item{sublexicon}{See \code{\link{specificites.lexicon}}} +} + +\value{ + Hypergeometric probabilities. See \code{\link{specificites.lexicon}}. +} + +\author{ Sylvain Loiseau } + +\seealso{ + See \code{\link{specificites.lexicon}} +} diff --git a/Rlib/textometrieR/man/specificites.probabilities.Rd b/Rlib/textometrieR/man/specificites.probabilities.Rd new file mode 100644 index 0000000..b4aeac6 --- /dev/null +++ b/Rlib/textometrieR/man/specificites.probabilities.Rd @@ -0,0 +1,30 @@ +\name{specificites.probabilities} +\Rdversion{1.1} +\alias{specificites.probabilities} + +\title{ + Raw hypergeometric probabilities +} +\description{ + Raw hypergeometric probabilities, used for computing specificites (see \code{\link{specificites}}). +} + +\usage{ +specificites.probabilities(lexicaltable, types = NULL, parts = NULL) +} + +\arguments{ + + \item{lexicaltable}{ see \code{\link{specificites}} } + + \item{types}{ see \code{\link{specificites}} } + + \item{parts}{ see \code{\link{specificites}} } + +} + +\seealso{ + + see \code{\link{specificites}}. + +} diff --git a/Rlib/textometrieR/man/textometrieR-package.Rd b/Rlib/textometrieR/man/textometrieR-package.Rd new file mode 100644 index 0000000..ed8e915 --- /dev/null +++ b/Rlib/textometrieR/man/textometrieR-package.Rd @@ -0,0 +1,54 @@ +\name{textometrieR-package} +\alias{textometrieR-package} +\alias{textometrieR} +\docType{package} +\title{ +Statistical exploration of textual corpora +} +\description{ +Statistical exploration of textual corpora using several methods +from french 'lexiometrie' and french 'Data Analysis' schools. It includes +methods for exploring irregularity of distribution of lexicon (or other +features) accross parts of texts; multidimensionnal exploration ('Analyse +des correspondances'), etc. +} +\details{ +\tabular{ll}{ +Package: \tab textometrieR\cr +Type: \tab Package\cr +Version: \tab 1.0\cr +Date: \tab 2009-01-18\cr +License: \tab BSD\cr +Depends: \tab R (>= 2.5.0)\cr +LazyLoad: \tab yes\cr +Packaged: \tab Thu Mar 12 17:00:01 2009; sloiseau\cr +Built: \tab R 2.7.1; ; 2009-03-12 17:00:03; unix\cr +} + +Index: +\preformatted{ +pareto Draw pareto graphic +specificites Compute specificites indices of association between words and subcorpus +repartition compute repartition graph +} +% ~~ An overview of how to use the package, including the most important ~~ +% ~~ functions ~~ +} +\author{ +Sylvain Loiseau, Matthieu Decorde +% ~~ The author and/or maintainer of the package ~~ +} +\references{ +%~~ Literature or other references for background information ~~ +} +%~~ Optionally other standard keywords, one per line, from file KEYWORDS in ~~ +%~~ the R documentation directory ~~ +\keyword{ package } +\seealso{ +%~~ Optional links to other man pages, e.g. ~~ +%~~ \code{\link[:-package]{}} ~~ +} +\examples{ +data(robespierre); +specificites(robespierre); +} diff --git a/Rlib/textometrieR/tests/.RData b/Rlib/textometrieR/tests/.RData new file mode 100644 index 0000000000000000000000000000000000000000..5a0fbeeac23ed9dad39026cb43c315f4365b7a32 GIT binary patch literal 2221 zcmV;e2vYYSiwFP!000001I=2?ZyQAzUpt9oJ4u^1Ee$0p+qCH;ZIdQVnkMAoG)YTe zLP`;;!~w?kCSG+P?mn7Sfan2$tIw#^*LLXA^U7 zV9rh4co%ow!kpWJDr?BoTXq4h5!{xYIh5S0=ANJ)=ffPZCXND&Uf z={tnR4F+TV{(N0QtwK|An;QOBwv?t@)zn9B*smCdqO0L(;8-f`^AogSIt|6bTcnJ* z`HktYH50b3gss`IH5az7hOPOqbuDZypjOw$v=zE;nLC{I3c44(J=Aj`=)s?eH@XeW+(qev z3JSihm<$e)vF$~dod1}rGZ$BliNoYcqVs4dm zlPjm;>WZb-I9&xzF?O7WL~x}|Zsk$?6yq1n&$aREVR}9@m&G%gS%WHDE!A*H$2hB0 zQVDsqX6o=xpeu$0tS1EFjXBxs3>!$rs%{hRdESUJtS}=8!E+zUN82%*97mjc zzoE#;PqOaXjtm=%+U9*zS7b|h z1cT`)b=iN!A)DK>6U_l&DY9WY@C8oRiuJWcPS8Zf+= zR$-)dn2U-9qY4Zr^eH`3-fh5gY{LS(R1t8Ra};JNkLLGT9?f@9Tf{8u@hxK(77ngz zp!SdqIK~9*TAIx0sS`J{5snS+SB<*TRE#<>YP=_ixhcY&;qJBxN;OCq85L*KsC+P} z$v-lb9pI>sDMf~uSiF-(T+_7Gs5o*WuPk>UxDW{D$Sc%MH&S+GNm!h4YlyBeQ6sA~ z8xUbFajLR257UX0(7(XxXCv88>s3bfIyIJ8y3h0G@hUNaE$n)%Evp%9$ogmT`ITv=+;Q zo$2JwQeK)%@RG>0xO^;f=Fm~+7Qg+l_^ma71!@l7`NdW`8Fbk?k~O+p@#r>y4a+zg z#vv$MWnk3(^M1@P{KjCNx8r)ZFj<9ta;UZZSgARtm7&VLOtmLy?Lt1wC#BA~mpWdSc*VtD01B{7 z+_4nk;4<-Yn`}7B)l~<3{4Fq;HN9uHV*16(SO{QM_#NJ7pfM2u697doCmYyTtg)9C z-F3^q%$Ftda8@9HlOunVmM_q+9We1;`-&3h7CR>c2#scqk{E;_c(WknzeoR%L8#Qu zn*D;1Z^SDAp_0HT9tfp2>Q#dfy~*zg^6F65oS9oUHCH#%Z*G`M?ViBgrrJZS*E)ts zFNf1YWCw`jKbAy_dSSck@l&A8O^(c)Y;@Y747neEN|?jcfEZwho|MSvC4X)#B}8)t zDaegTCApe~d(wg30CG$tINdzp@!B;%-`HR=PF{-@ib~&+?39F(I>)^m&Jxw vNcun8EoA*wb1*-T4|fkBd~jHc{roumv2pm*;_JAvjA zyYrs(c9B2=H9xHf?)==jbLY;?ojX5oR;Ru>@APATwfOrg%WYIS>g?!j<#FH*#0ld3 zN?nGC3vhOHbW|giLiBC-2h;<aGA9V~aprV0!5*H6p%hV$i&J_?p~f z|7ZlhaQSJ5mjf3unWNMW)IO+ot1gjaw?EPIZ&2S9J*6 z)HcPBELeSv%Q$bo?LbOif_#N>IkAR1mA~MKjD5>Z2J#D+@S_&6Qb8|4Fy8xZ^zY( z3~_^FHG&SVLCjG9g4CCwKd?mGdwPdrXa4fRDS^ButiVZfdP{pjIi9BHL~kZaUIX?s;% z^{L;JT-QWWK{XCP&F+{mH)oREW$r>uY8dCDzbGnRTU;EtuA|hBE^}WARe)i)5!cwRAgeBo8LzIkcD%w0EKlnk722h( z`t71pt+Sk|KE{Pnn$}?!4W!~lXrD8=%)L^5T$x!kR&QkzUZp<4)l`tEF^k_gW|@19 z`b(~{*_2MMPVzeSxZ2=ooyA%D$7cDVy0?jbl0^+{Vxjb`G2f=To2I#wmaTaLe3z z>a*NXN&2*GkCb{twnsE0bR#D5G%JFCU62>Vb4pJ{KN+4}C!+tqj5j!I#+>fwT#UE$ z!!PU%8~@2k@SmCl|M(>M*%RWicw&rAy`z?@b-mD)3Gv)`8>&d}pe_1`U2f%1=ZrF( zm-a}QpLR<)KRruAl~xiiNav2mWCgn)>tc+1cv$WDaH=Oc_z<@FMKE}uGu)`da4&-X zar3Vow-VfBpB;VH@TzB_m_^SR>MixEY|3FYP)5Z8U4U-DPCx>%3-B&L51L9$a3^3N;4Z*^^v(8$()!`<-H0^|mTu|o?m?_^hmC8h zD{W5f=|x|)H?1#iiVycmG%Qh2wl$ST`{IL$ZQfzWT88X0ZHe;I=44+A*>yw09HrY5 zAwiB}XYDLi9?wmBf922EU(Ipx zq@*3sUQ0pPfKqd1>*0gH6Z=VSL*~KfIm@fw`sC05c}rJYZKvQ@3x19GM+B3W)0*bF z5-Ni2in<3m&$?L`MY>n0?-TzqDi(vB1xULkZD33E z3uL;rq6v|7f*_eL$~14#v(-=hItI9u&X1E?X~G_9Mv-$N13y6 zJiBJ&IQ6n|81r**9KUQj&YNr;$21$qvvD?#isQunMo!U&S_HgOI^{x&eV|i0NU`-g zc4$r{*EWvDT@4qTY7tVranPwkq}Yc#bp_(sj9RJ1Nb$abdF9?R68jH zTIPPn&xll~4l}NHi0`F;N@RXqw?$+=zDsg%pdWje#7o52ala)qb+iDQt`ud?(J~hb zpUADGPfObeh8TbG0s5zR3ZJ;-O8+a}&!%9uihl?Fh#n)6`KYujEv0lnD=8b;M@rq# zu^z^i=Aip|EitApwZM{@GpRssnjHk8Cw@5rie?X+N zB&j2&P5Sw`$ZTr;k$y1sC`;>(?Iooty?sLZIW014-Oyz%ecMh-RcOh~`Cgz_z^BZ) zTIPWxLL<7T$LrVtF|l_`Ez;_d+ZYe*r|%bez>}Oe(LW(vrPP45C?@{MJ0-V>z9}>#(w2Q9b41I0lkm}$WsHwVFR2PkX4=jI zxus-3&(bpYh|Fr6aE{Rr$Q<-P$hg*-(;~C~Zer3}H?+)K1S8|3XKPxdI-_OQb5JSr z5t)z6O!?6LEOlJ#v)Bz&_^l9m(V=@PI|7a_h7OftUTurI_;gs}-(*3MuZXlnCjIX9ty3g%7 z$aSbdZh|TEY%TLE(kI$(XqnT}>KFe+r0S%vZJl4FjR?IGTdGGVEi#+8lTy!6YwT_$ zM$fE>=zL5@N=ZMTmYF^xwoYjszDjBoZs>E}&s;4F!GWi0F@B za!+ZUzlAh<#QmblXJn)v7acn;b5@ByN3@<42~Rx-?KQfNQQJmcZ$$dpD`Sz?<1UmZq@M?*Mdp1hYl@uOK1Xyv zE8_K7%N+bR^!PNC;|xwaf2}6^x6zfao}@Wc5qg%p5<90H9p`ohZuB)ps`Y>`8S?S1 zy(f`K1*v)eJ8rw`!A0iKMc>0O#{D}FjhxT=@HjO&U$PqBj`|b$m%>Hr#W-HqvUjNG zQ>~vn)Nfh!Z^Czn?SO5NVMq<*V3$HTbytY`X@9w=m}>ppzcyP(z)pN=Xh-dB2t!k^ zc8n4yCWCtes?AjEH$nRk06Hoj_nqtxw!!Abb&&1ixZ3^8dC7ACcmLe;^E;gV{f~Qj z`=rU;I@`#d`T4&8u{?J)MSx-e)138JS@Bf}uK}zEtO2YAlmf~CxNha;uxJhYtsGDR zs04%ooI<$MRn>rN0oMU=iK%J;8v#7#MgVnydO#G=0B8g>0X6}e0WE;*0q+2825bRr z1yI&Dgf{@T0onoE0XG6}0_*^g<`#tS1l$Vf0Ne)nBS0r028aW?0NsF{fCOL{;9Y1W;#FfMEdX??ku{aF>-nfbed>LBJskmqut5Km*Po@)eg- z|B8^>fbyeXN4PwP2(2U~55D?g<`g4+6!0YC2Fi}B9ZQWr1Ypk8ogbvEjOs_#)4W)N z*GjQ5jGx!(>bGDJH3JfBoGt9jR@ygKgtz?W`^RGM*D>U8&@o$j z1G*Pb2LSvR0#soJRAW|XOdul`wXoy4HWkAP%oA#Z?kmIKY;mQjJENn1^p3~}+b$#) zm6k?-#b0URnuS2OA)D5wXPE6sn~h_dcWYT}!4h|L=c;1M&9!pI8Z}jh(6aPb)A!!=16W=l_(A!3F03ly!R&Ud9V7cdGFclDzWChuXj50-tHO8jBQF{6TB@kG~AaOQfN%ua93Y%q}yyC z?lQeGEHQ!dP#{nlQo&$(W!0){=Bm7wT_z7FDmApKC|VaPQrDC<3?>H}l56kmSEjMR zGz!eHp#qzGhf*#5JKc$W>cybBy(i)7_f>C;_rEK#%3oAcUt*NCC;C<;x>J?0(2`iF z;vK5_Zv*8Y2~<=+6R5c6BZ11`Gl9xm3&T|(KU5gLwXmx4P~rMp3qKPK7$5)J{Z)?? z21oaQt@@F|@{?Z)2EJSPa?Q}${Ywu7!<{P+`3@ckJRf-U`rkbK^npl@@=>~RNYnHv$C;&r}4}OPF6j8@5$ z>%ab4bdE37vg~W$uJx7pJ{SGv8ehfwg>6jqN7wkC3IDfbe00SUPt`ZCKG1Mzxo04H z=-tbn>0IIoo(&}P*Le=ySL%7bv()oi)645T>pVYQ{e0(IPw3HG)_GoA=eY)1Ydsaq z*D&kNYdqiV+~5hfw%2-UJ=c1E{XA0ZFJG=x->mts6X9=1gVm1)HDdI&nrl5HpFgA4 z-LFmCkx|<~GJYk%-ap8`L(U+~8Fx0lGmIeH zna++M8!wK{qFZQ*%BHi^Zk0yv2mk%CC~g@_aM0+$W`39TZ#A}7cgZ#>j^jlfM~ZH2 zxh{E|u}T%)t3DJF6WZal{L;ZMX3Qj`(wq zxXGQi#b@xwG!jk#;USz94g)PGJ)QvRbeLmp!d)0Kvec(Aw&gARNGVwD5ic#Xa8{co z6@c$77qMs_JE=jTaCFNpSDMEhI8b-A8AxCa=&|KW_7uCx1}GiIvor!CnHU7_Rt-*W~L zH;e+$|0ke7WE4XB$GF|0oK&fj2d}PW4s8eBMCX4RT%9{zpA(Lpa{-f||E)fooVl)k zD(8Q_Hn5?;E4NCT5zb@%jJh^()zmTGPUx70D2OwR=Rhzgf2k`%LNPJp>zqc} z8j%NXw&RO^jH0PRkB`VfMYB(PQ}zj<@thvU-fnQ$QX^LeS7_9uTAcF%=rCU z|Mzj$S?lB}M|>6SgN08!;x8iZ2A)$ffZ1yAWvV!Hf#+T(V#R4^KIDj>am1TFnw~Vr z9r0f{;%&49mJE+O;<5}|_?x*TTk(ro|Lw9p*bCV45l6g`9~LbB1CID}j<^ZqYxl`M z#5s!$<0xVuSb)-SPvZLo4@YK068rNo(wVEeiB)}tx|sEUs(f8z`-)udD?%0L$l%;r zOkLibOuiM>GsM@O$+t2%Lws{H`G%`zh_5G;Z&l?C@trls*TZoO2141ob8+M5&EgxZ zo*BNgv-p;ucLzIlJkmc=(bLwa_3 z7T@af^U0fp?c_=I0}CP(*iCz`2FFfA7qXkhjNeW`r2?PkcbZ6*Hp`*>*E%+09GshitnUoS|{cwwo0*)DQkF zd%V7KX8LztCg1YF49$!DEWYJ4q-XQ9_=c_h#HH%Pf-Jt(Gh}xbX7a5FombDej;3*% z<4J@kJchVCxcP~5K4a?_0n`0zSd44&GJJO|#@mBpyq&og7w2`jI*;PbObgC{hj4X1 z5oQZ=qo8ZWdl^lmfB)QpGW->G7^N6%M63+&aW>;$F))0gHjFFyK4l^|j#Mu$<4xRQ z^4H@gN)F&(pJ3y72h$6Df7Uy$*C)6KE{Z3Z{S8^Ljllp91#h5)oCc4mMZdOOhwIyJ%+>gkMN4(?s}LBXxu*d=>h27WVz_jw3?a*wBP4e9G|TAcUx-v`LP zCuiP;oZ;+vD_-(o4qo<6_HJ|mdVM(SqgfF4XTEFlGNYq>S|*OyN-M=+`Oux?PeaLe z?*wcYxiaZSNBK&HPCkTbRt5N;GSMqfGClVL-{|OK*JLF|M|lZO*Gx%Y#ZBtyXaG^e z=z)Ks?)<-$&kp!)wud*46V=CYo(TWDz#p-n;Adr#p6kkuq=!dB3w^ z?emWuddHutM_jibJHE)qGvt?#hrV~@$kBz{f5|kGs`Za&t^Lx{Uq_z)?yvT@ed1%= zi6#kkB-HC<6e&usJ z|K!HqKlH2FkYhB*P@Ro?<9)+;ky7{)in#TY^;Z^;#X~`xVx7bkucTwbIu1G7w<^UHC&9uy6cg%mEr5 zT?7txds6u^L@wK$AM^1OBEQOW7xOH=*S%)P*xhJ0LP4>^i^JwGV2GP6R`x;u) z8)XAkd8FZ<^t?OM#yt%otol_Afr@A;mV5jPJQxVpo2B&)jg{$!y1Iqw`igXJ=x9UT zKwnR9cSlZXD81dCi}ks^wYscfGd7g?DfwV>DCymmGIR3H>au{>Z0$0hFgN#hofwP{ z-j&{fUmm;u{%DSxebdb zzh_bC!;6-VSG4=w;Xvk35Vn z97-?u%?TCGX)S)WXkKgW)wL_q_&sKBwATM+DCGs*!|zy)pWD+2Y13oC&e}2k@fV95 zaGDceCrtd0FDdw)I1NrV;8W2dpfUh_4&m+kVUVeX0R0&r`xqkNzN!QD^%vgCUs-)y zn_F%=6daFiX^C!Y zZ3hNo5W?^p!<UKVadeANU_uB#BI zECYR*%6curReE_xYg1E8v@sa$XuLVvxVfzH=0-M`VUb4c7 zU~P{=1hP5=3g_Z$HOqwA77PYV8%G+kF4oPC*C@meQ-Bus2poICs!!cv;r_-7+cb&g zQ-IB(Xh?2Nce{#=aN_q@klmV_=gw`m zg^o&v{=!*NTN6o6+jH(|COy>HQ!3*~lFmdPD?{g(SiELU}GR!Szg*u9j+{` z2-G!|R@H|ZOT$e~jn#orMX(~+a1gI@804$-j?Lf z;l4zTW8miIZFRms3SL;;b11NJ67AAsqF0V{h_Vp3BYnMv%lxZ*cjDAPJ-6T@>hD7p zT@%(ny}C)w_g9=(a{=rF;x6Ry-cNnYGK0C$sbRF5w;jB%X~DhKE^M?0C%ym3UCj`UDoSS!Rb8;wUHttI$`gbM<&6fUM$=l}Ujp=)^=0JH>d8i>= z5h#r|RR>Cg!6;@mKe)3U8K~t~2m!PkWb}{kKRo{zN>kLIN8eoBRwi+COdFJd?MY43 z9#x@Pv_H0+iv0UQByZUf8rUB2u6Mw?#hyxeCk_AHr(HKgXWnFS9zLeK&P>LO`03Vv zK3*4-cPaJj-+MYaydD4l)C0I@!w=wlckQZ@AA5+QFOx;DtV+FJ{lpy?qmXZx`Ge_! F{{boAFZ}=j literal 0 HcmV?d00001 diff --git a/Rlib/textometrieR/tests/authors b/Rlib/textometrieR/tests/authors new file mode 100644 index 0000000..4bb1caf --- /dev/null +++ b/Rlib/textometrieR/tests/authors @@ -0,0 +1,14 @@ + a b c d e f g h i j k l m n o p q r s t u v w x y z +TD-Buck 550 116 147 374 1015 131 131 493 442 2 52 302 159 534 516 115 4 409 467 632 174 66 155 5 150 3 +EW-Buck 557 129 128 343 996 158 129 571 555 4 76 291 247 479 509 92 3 413 533 632 181 68 187 10 184 4 +Dr-Mich 515 109 172 311 827 167 136 376 432 8 61 280 146 470 561 140 4 368 387 632 195 60 156 14 137 5 +As-Mich 554 108 206 243 797 164 100 328 471 4 34 293 149 482 532 145 8 361 402 630 196 66 149 2 80 6 +LW-Clar 590 112 181 265 940 137 119 419 514 6 46 335 176 403 505 147 8 395 464 670 224 113 146 13 162 10 +PF-Clar 592 151 251 238 985 168 152 381 544 7 39 416 236 526 524 107 9 418 508 655 226 89 106 15 142 20 +FA-Hemi 589 72 129 339 866 108 159 449 472 7 59 264 158 504 542 95 0 416 314 691 197 64 225 1 155 2 +Is-Hemi 576 120 136 404 873 122 156 593 406 3 90 281 142 516 488 91 3 339 349 640 194 40 250 3 104 5 +SF7-Faul 541 109 136 228 763 126 129 401 520 5 72 280 209 471 589 84 2 324 454 672 247 71 160 11 280 1 +SF6-Faul 517 96 127 356 771 115 189 478 558 6 80 322 163 483 617 82 8 294 358 685 225 37 216 12 171 5 +Pe3-Holt 557 97 145 354 909 97 121 479 431 10 94 240 154 417 477 100 3 305 415 597 237 64 194 9 140 4 +Pe2-Holt 541 93 149 390 887 133 154 463 518 4 65 265 194 484 545 70 4 299 423 644 193 66 218 2 127 2 + diff --git a/Rlib/textometrieR/tests/bfmrepartition.R b/Rlib/textometrieR/tests/bfmrepartition.R new file mode 100644 index 0000000..7bc0d34 --- /dev/null +++ b/Rlib/textometrieR/tests/bfmrepartition.R @@ -0,0 +1,29 @@ +library("textometrieR") + +x1 <- c(100, 133, 284, 482, 568, 667, 838, 878, 957, 1030, 1102, 1122, 1204, 1344, 1459, 1704, 1932, 2134, 2168, 2270, 2400, 3052, 3508, 3619, 3680, 3703, 4066, 4124, 4167, 4299, 5000, 5041, 5102, 5773, 5870, 7042, 7104, 7452, 7475, 7511, 8043, 8068, 8363, 8531, 8736, 9035, 9036, 9099, 9308, 9656, 9890, 9956, 10153, 23533, 23561, 23843, 23992, 24120, 24571, 24591, 24717, 24757, 25048, 25393, 25407, 25542, 25716, 25741, 25836, 25867, 26207, 26523, 26641, 26662, 27307, 27488, 27616, 27788, 27927, 27937, 28532, 28609, 29412, 29870, 29902, 30054, 30239, 30258, 30278, 30394, 33873, 49658, 49696, 49728, 50139, 50155, 50232, 50361, 50366, 50397, 50452, 50812, 51012, 51097, 51184, 51313, 52481, 52527, 52619, 52741, 52979, 55049, 55151, 55384, 55394, 55655, 56138, 56231, 56495, 56807, 56851, 57040, 57149, 57245, 57287, 57409, 57461, 57519, 59175, 59354, 59540, 59652, 59687, 59838, 60456, 60461, 60886, 61212, 61344, 61345, 62173, 62575, 62609, 62717, 63306, 64136, 64174, 64545, 67604, 67732, 67777, 67938, 69307, 70442, 76990, 77178, 77234, 86003, 104435, 104451, 104562, 104653, 104935, 105117, 105251, 105324, 105361, 105419, 105446, 105498, 105657, 105785, 105874, 105919, 105986, 106108, 106258, 106388, 106457, 106615, 106691, 106813, 106833, 107260, 107379, 107387, 107688, 107778, 107873, 108020, 108145, 108240, 108316, 108430, 108459, 108601, 108646, 108940, 109193, 109382, 109543, 109558, 109582, 109703, 109822, 109960, 110059, 110154, 110236, 110325, 110346, 110397, 110416, 110754, 111019, 111097, 111118, 111278, 111308, 111473, 111648, 111663) + +x2 <- c(622, 1139, 3616, 3781, 4122, 4215, 4241, 4373, 4551, 4777, 4820, 5513, 5547, 5632, 5816, 7997, 8470, 8495, 9561, 9592, 10197, 10935, 10952, 11182, 11315, 11442, 11811, 11875, 11909, 12233, 12718, 12847, 12977, 13016, 13070, 13177, 13226, 13255, 13294, 13386, 14512, 14772, 14812, 14853, 14900, 15122, 15247, 15279, 15305, 15383, 15558, 15625, 15673, 15728, 15788, 16301, 16750, 16766, 16832, 16936, 17016, 17069, 17138, 17154, 17264, 17315, 17377, 17400, 17739, 17759, 17924, 17970, 18002, 18036, 18094, 18122, 18249, 18424, 18472, 18534, 18614, 18643, 18696, 18771, 19224, 19431, 19511, 19763, 19822, 19878, 20052, 20075, 20088, 20224, 20889, 20982, 21321, 21364, 21386, 21422, 21499, 21533, 21691, 21767, 21800, 22431, 22500, 23029, 23264, 23495, 23503, 23575, 23704, 23748, 33982, 36737, 49559, 59023, 59230, 59248, 61748, 63362, 66998, 83960, 84153, 84953, 85043, 85059, 85100, 85409, 85535, 85773, 85901, 85993, 86639, 86768, 87277, 87415, 87916, 89597, 96699, 96959, 97196, 97275, 97359, 97422, 97524, 97590, 98146, 98285, 98471, 98608, 98709, 98878, 99372, 99506, 99737, 99797, 100700, 100978, 101026, 101256, 101295, 101335, 101980, 102644, 103107, 103557, 103743, 104270, 104363, 105115, 105144, 105200, 105232, 105886, 105933, 106288, 106464, 106590, 106726, 106835, 107072, 107185, 107267, 107322, 107358, 110388, 111645, 111658, 111773, 111895, 112068, 112123, 112237, 112278, 112505, 112506, 112684, 112763, 112798, 113126, 113248, 113405, 113443, 113773, 113835, 113945, 114601, 114948, 115050, 115458, 115624, 115967, 116042, 116132, 116411, 116459, 116501, 116550, 116748, 116804, 116879, 117093, 117113, 117153, 117244, 117291, 117603, 117794, 117860, 117965, 118026, 118148, 118177, 118321, 118354, 118406, 118492, 118636) + +x3 <- c(23535, 23613, 23862, 24039, 24079, 24114, 30381, 30389, 30516, 30710, 30844, 31121, 31249, 33622, 33639, 33774, 34016, 34077, 34260, 34411, 34745, 34889, 34987, 35143, 36797, 36941, 37349, 37374, 37410, 37462, 37480, 37532, 37623, 37707, 38016, 38096, 38145, 38201, 38233, 38286, 38348, 38408, 38519, 38584, 38626, 38705, 38789, 39135, 39197, 39301, 39369, 39420, 39622, 39663, 40005, 40022, 40356, 40518, 40703, 41101, 41139, 41214, 41325, 41328, 41455, 41478, 41481, 41714, 41832, 41960, 42011, 42120, 42149, 42201, 42353, 42683, 42708, 42787, 42868, 42989, 43011, 43071, 43139, 43273, 43901, 44507, 44661, 44953, 44967, 45151, 45595, 45929, 46487, 46490, 46579, 46937, 47122, 47345, 47359, 47402, 47708, 47793, 47962, 48171, 48339, 48845, 48961, 49186, 49271, 49307, 49501, 61763, 63365, 67000, 83037, 83180, 83593, 83655, 83696, 83731, 83799, 85512, 85828, 86397, 86537, 87204, 87451, 88434, 88550, 96577, 96625, 96685, 96770, 97588, 98119, 99696, 99730, 99740, 100695, 100855, 101081, 101829, 102513, 102520, 102654, 102984, 103052, 103745, 104268, 105086, 105148, 112845, 113085, 113349, 115389, 116507, 116750, 117040, 117089, 117385, 118324, 118487, 118561, 118612) + +x4 <- c() + +structure <- c(10000, 25000, 30000, 49557, 73805, 103550, 110000) +snames <- c("pas tres", "spo tres", "s333333333333333333", "s4444444444444444444", "s555555555555555", "s666666666666", "s7") + +positions = list(x1, x2, x3, x4) + +colors = c("blue", "red", "black", "grey") +styles = c(1,2,3,4) +widths = c(2,2,2,2) + +names = c("Lancelot", "Galaad", "Perceval", "Boort") + +corpusname = "Graal" +Xmin = 0 +Xmax = 119000 + +#library("RSvgDevice"); +#devSVG("/home/mdecorde/Bureau/test.svg") +printrepartition(positions, names, colors, styles, widths, corpusname, Xmin, Xmax, "true", structure, snames, "Graph test de répartition titre donné par TXM normalement", 1000) +#dev.off(); diff --git a/Rlib/textometrieR/tests/ca.R b/Rlib/textometrieR/tests/ca.R new file mode 100644 index 0000000..b223268 --- /dev/null +++ b/Rlib/textometrieR/tests/ca.R @@ -0,0 +1,20 @@ +table <- read.table("clipboard"); +myca <- ca(table) + +myca$rowmass +myca$rowdist +myca$rowinertia +myca$rowcoord + +myca$colmass +myca$coldist +myca$colinertia +myca$colcoord + +plot(myca, dim = c(1,2), map = "symmetric", what = c("all", "all"), mass = c(TRUE, TRUE), contrib = c("relative", "relative"), col = c("#0000FF", "#FF0000")) +mtext("side1", side = 1, line = 2); +mtext("side2", side = 2, line = 2) + + +table[order(table[ ,1]), ]; +plot3d.ca(ca(table, nd=3)) diff --git a/Rlib/textometrieR/tests/specificites.R b/Rlib/textometrieR/tests/specificites.R new file mode 100644 index 0000000..3a2febe --- /dev/null +++ b/Rlib/textometrieR/tests/specificites.R @@ -0,0 +1,4 @@ +library(textometrieR); +# checking that the output of specificites() remains the same... +data(robespierre); # loading the sample data set +specificites(robespierre); diff --git a/Rlib/textometrieR/tests/specificites.Rout.save b/Rlib/textometrieR/tests/specificites.Rout.save new file mode 100644 index 0000000..ab5a39b --- /dev/null +++ b/Rlib/textometrieR/tests/specificites.Rout.save @@ -0,0 +1,40 @@ + +R version 2.9.1 (2009-06-26) +Copyright (C) 2009 The R Foundation for Statistical Computing +ISBN 3-900051-07-0 + +R est un logiciel libre livré sans AUCUNE GARANTIE. +Vous pouvez le redistribuer sous certaines conditions. +Tapez 'license()' ou 'licence()' pour plus de détails. + +R est un projet collaboratif avec de nombreux contributeurs. +Tapez 'contributors()' pour plus d'information et +'citation()' pour la façon de le citer dans les publications. + +Tapez 'demo()' pour des démonstrations, 'help()' pour l'aide +en ligne ou 'help.start()' pour obtenir l'aide au format HTML. +Tapez 'q()' pour quitter R. + +[Sauvegarde de la session précédente restaurée] + +> library(textometrieR); +> data(robespierre); +> specificites(robespierre); + D1 D2 D3 D4 D5 D6 D7 D8 +de 1.2477 2.6891 -0.5534 1.6471 -0.5096 0.3114 -0.6132 -0.8098 +peuple 0.6161 1.1466 -0.6709 -4.1743 2.1122 1.2906 -0.7980 1.3632 +republique 0.9753 0.4424 0.6038 0.9023 0.4706 -1.2797 -2.2003 1.9736 +ennemi 1.2133 1.6778 0.3146 0.3091 0.3364 -0.5024 -2.0550 0.4965 +patrie -4.2432 -0.4160 1.4491 -2.0903 0.6178 -0.3834 1.5961 0.8409 +others -1.2657 -3.6429 0.3542 -0.5984 -0.5387 0.3333 1.2439 -0.5569 + D9 D10 +de 0.3884 -2.2050 +peuple -0.3977 -0.8410 +republique -0.5366 -0.6335 +ennemi -0.3552 -0.4359 +patrie -0.3079 0.6414 +others 0.3377 2.4355 +> +> proc.time() +utilisateur système écoulé + 0.304 0.024 0.333 diff --git a/Rlib/textometrieR/tests/specificites.lexicon.new.R b/Rlib/textometrieR/tests/specificites.lexicon.new.R new file mode 100644 index 0000000..5cfd41e --- /dev/null +++ b/Rlib/textometrieR/tests/specificites.lexicon.new.R @@ -0,0 +1,8 @@ +library(textometrieR); +sublexicon <- c(1, 2, 1, 3, 2, 1); +names(sublexicon) <- c("A", "D", "G", "J", "B", "C"); + +lexicon <- c(1, 2, 1, 3, 2, 1, 2, 2, 2, 2, 1, 3, 4); +names(lexicon) <- LETTERS[1:length(lexicon)]; + +specificites.lexicon.new(lexicon, sublexicon); diff --git a/Rlib/textometrieR/tests/specificites.probabilities.R b/Rlib/textometrieR/tests/specificites.probabilities.R new file mode 100644 index 0000000..924269d --- /dev/null +++ b/Rlib/textometrieR/tests/specificites.probabilities.R @@ -0,0 +1,4 @@ +library(textometrieR); +# checking that the output of specificites.probabilities() remains the same... +data(robespierre); # loading the sample data set +specificites.probabilities(robespierre); diff --git a/Rlib/textometrieR/tests/specificites.probabilities.Rout.save b/Rlib/textometrieR/tests/specificites.probabilities.Rout.save new file mode 100644 index 0000000..e1aa951 --- /dev/null +++ b/Rlib/textometrieR/tests/specificites.probabilities.Rout.save @@ -0,0 +1,41 @@ + +R version 2.9.1 (2009-06-26) +Copyright (C) 2009 The R Foundation for Statistical Computing +ISBN 3-900051-07-0 + +R est un logiciel libre livré sans AUCUNE GARANTIE. +Vous pouvez le redistribuer sous certaines conditions. +Tapez 'license()' ou 'licence()' pour plus de détails. + +R est un projet collaboratif avec de nombreux contributeurs. +Tapez 'contributors()' pour plus d'information et +'citation()' pour la façon de le citer dans les publications. + +Tapez 'demo()' pour des démonstrations, 'help()' pour l'aide +en ligne ou 'help.start()' pour obtenir l'aide au format HTML. +Tapez 'q()' pour quitter R. + +[Sauvegarde de la session précédente restaurée] + +> library(textometrieR); +> # checking that the output of specificites.probabilities remains the same... +> data(robespierre); # loading the sample data set +> specificites.probabilities(robespierre); + D1 D2 D3 D4 D5 +de 9.434651e-01 0.9979542117 0.2796099 9.774612e-01 0.3093355 +peuple 7.579362e-01 0.9286527817 0.2133715 6.693709e-05 0.9922765 +republique 8.941447e-01 0.6389224800 0.7509756 8.747769e-01 0.6616432 +ennemi 9.388100e-01 0.9790007110 0.5153405 5.092428e-01 0.5390590 +patrie 5.711981e-05 0.3837343979 0.9644425 8.122879e-03 0.7588987 +others 5.423605e-02 0.0002275630 0.5576156 2.521024e-01 0.2893006 + D6 D7 D8 D9 D10 +de 0.51176477 0.243664820 0.1549604 0.5911002 0.006236862 +peuple 0.94878218 0.159231855 0.9566718 0.4001917 0.144224817 +republique 0.05251719 0.006305835 0.9893744 0.2906916 0.232545209 +ennemi 0.31450047 0.008810362 0.6811968 0.4413409 0.366560964 +patrie 0.41364577 0.974655165 0.8557652 0.4921304 0.771637262 +others 0.53580477 0.942970424 0.2774148 0.5405062 0.996331474 +> +> proc.time() +utilisateur système écoulé + 0.392 0.024 0.499 diff --git a/configuration/corpus.cfg b/configuration/corpus.cfg index 9452f14..eabc42d 100644 --- a/configuration/corpus.cfg +++ b/configuration/corpus.cfg @@ -1,6 +1,6 @@ [corpus] corpus_name = -filename = test.txt +filename = originalpath = encoding = utf8 lang = french @@ -22,3 +22,4 @@ expressions = 1 apos = 1 tiret = 1 firstclean = 1 +charact = 1 diff --git a/corpusNG.py b/corpusNG.py index 19cfd29..5e7ba26 100644 --- a/corpusNG.py +++ b/corpusNG.py @@ -996,11 +996,9 @@ class BuildCorpus : class BuildFromAlceste(BuildCorpus) : - #def __init___(self, infile, parametres_corpus) : - # BuildCorpus.__init__(self, infile, parametres_corpus) - - def read_corpus(self, infile) : + if self.dlg is not None : + self.dlg.Pulse('textes : 0 - segments : 0') self.limitshow = 0 self.count = 1 if self.corpus.parametres['ucimark'] == 0 : @@ -1011,11 +1009,9 @@ class BuildFromAlceste(BuildCorpus) : iduci = -1 idpara = -1 iduce = -1 - linenb = 0 try : with codecs.open(infile, 'r', self.encoding) as f : - for line in f : - linenb += 1 + for linenb, line in enumerate(f) : line = line.rstrip('\n\r') if self.testuci(line) : iduci += 1 @@ -1026,9 +1022,14 @@ class BuildFromAlceste(BuildCorpus) : else : if iduci > 0 : if self.corpus.ucis[-1].uces == [] : - log.info('linenb : %i' % linenb) - raise Exception("EmptyText %i" % linenb) + log.info(u'Empty text : %i' % linenb) + iduci -= 1 + self.corpus.ucis.pop() + #raise Exception("EmptyText %i" % linenb) self.corpus.ucis.append(Uci(iduci, line)) + if self.dlg is not None : + if not (iduci + 1) % 10 : + self.dlg.Pulse('textes : %i - segments : %i' % (iduci + 1, iduce +1)) elif line.startswith(u'-*') : if iduci != -1 : if txt != [] : @@ -1048,7 +1049,7 @@ class BuildFromAlceste(BuildCorpus) : if iduci != -1 and iduce != -1: self.backup_uce() else : - log.info(_(u"No Texte in corpora. Are you sure of the formatting ?")) + log.info(_(u"No Text in corpora. Are you sure of the formatting ?")) raise Exception('TextBeforeTextMark') except UnicodeDecodeError : raise Exception("CorpusEncoding") @@ -1076,13 +1077,13 @@ class BuildFromAlceste(BuildCorpus) : for word in uce : self.last += 1 self.corpus.add_word(word) - if self.dlg is not None : - if self.limitshow > self.count : - self.dlg.Pulse('uci: %i - uce : %i' % (iduci + 1, iduce +1)) - self.count += 1 - self.limitshow = 0 - else : - self.limitshow = self.last / 100000 + #if self.dlg is not None : + # if self.limitshow > self.count : + # self.dlg.Pulse('textes : %i - segments : %i' % (iduci + 1, iduce +1)) + # self.count += 1 + # self.limitshow = 0 + # else : + # self.limitshow = self.last / 100000 log.debug(' '.join([`iduci`,`idpara`,`iduce`])) if self.last > self.lim : self.backup_uce() diff --git a/dialog.py b/dialog.py index 0c1c757..691a291 100755 --- a/dialog.py +++ b/dialog.py @@ -1645,7 +1645,6 @@ class SearchDial ( wx.Dialog ): cl = first_forme[1] - 1 profile.ProfNB.SetSelection(cl) profile.ProfNB.GetPage(cl).SetFocus() - print profile.ProfNB.GetPage(cl) UnSelectList(profile.ProfNB.GetPage(cl)) datas = dict([[profile.ProfNB.GetPage(cl).getColumnText(i,6),i] for i in range(profile.ProfNB.GetPage(cl).GetItemCount())]) profile.ProfNB.GetPage(cl).SetItemState(datas[first_forme[0]], wx.LIST_STATE_SELECTED, wx.LIST_STATE_SELECTED) diff --git a/dictionnaires/expression.txt.back b/dictionnaires/expression.txt.back deleted file mode 100644 index bc9e2d1..0000000 --- a/dictionnaires/expression.txt.back +++ /dev/null @@ -1,4613 +0,0 @@ -a capella a_capella ADV 0.04 0.07 0.04 0.07 -a cappella a_cappella ADV 0.04 0.07 0.04 0.07 -a contrario a_contrario ADV 0.00 0.27 0.00 0.27 -a fortiori a_fortiori ADV 0.04 0.88 0.04 0.88 -a giorno a_giorno ADV 0.00 0.27 0.00 0.27 -a jeun à_jeun ADV 1.45 3.85 0.18 0.00 -a l'instar a_l_instar PRE 0.26 0.00 0.26 0.00 -a posteriori a_posteriori ADV 0.05 0.20 0.01 0.14 -a priori a_priori ADV 1.04 3.85 0.63 2.57 -ab absurdo ab_absurdo ADV 0.00 0.07 0.00 0.07 -ab initio ab_initio ADV 0.01 0.07 0.01 0.07 -ab ovo ab_ovo ADV 0.00 0.27 0.00 0.27 -abaisse-langue abaisse_langue NOM m 0.04 0.14 0.04 0.14 -abat-jour abat_jour NOM m 0.51 8.24 0.51 8.24 -abat-son abat_son NOM m 0.00 0.27 0.00 0.27 -abri-refuge abri_refuge NOM m s 0.00 0.07 0.00 0.07 -accroche-coeur accroche_coeur NOM m s 0.00 0.74 0.00 0.34 -accroche-coeurs accroche_coeur NOM m p 0.00 0.74 0.00 0.41 -acid jazz acid_jazz NOM m s 0.03 0.00 0.03 0.00 -acqua-toffana acqua_toffana NOM f s 0.00 0.07 0.00 0.07 -action painting action_painting NOM f s 0.00 0.07 0.00 0.07 -ad hoc ad_hoc ADJ 0.11 0.81 0.11 0.81 -ad infinitum ad_infinitum ADV 0.05 0.00 0.05 0.00 -ad libitum ad_libitum ADV 0.00 0.14 0.00 0.14 -ad limina ad_limina ADV 0.00 0.07 0.00 0.07 -ad majorem dei gloriam ad_majorem_dei_gloriam ADV 0.00 0.14 0.00 0.14 -ad nutum ad_nutum ADV 0.00 0.07 0.00 0.07 -ad patres ad_patres ADV 0.02 0.27 0.02 0.27 -ad vitam aeternam ad_vitam_aeternam ADV 0.00 0.20 0.00 0.20 -adjudant-chef adjudant_chef NOM m s 2.57 2.70 2.57 2.57 -adjudant-major adjudant_major NOM m s 0.05 0.00 0.05 0.00 -adjudants-chefs adjudant_chef NOM m p 2.57 2.70 0.00 0.14 -afin d afin_d PRE 0.04 0.07 0.04 0.07 -afin de afin_de PRE 15.64 43.18 15.64 43.18 -afin qu afin_qu CON 0.05 0.00 0.05 0.00 -afin que afin_que CON 9.63 14.93 9.63 14.93 -afro-américain afro_américain NOM m s 0.95 0.00 0.48 0.00 -afro-américaine afro_américain ADJ f s 0.67 0.00 0.23 0.00 -afro-américains afro_américain NOM m p 0.95 0.00 0.39 0.00 -afro-asiatique afro_asiatique ADJ f s 0.01 0.00 0.01 0.00 -afro-brésilienne afro_brésilien ADJ f s 0.01 0.00 0.01 0.00 -afro-cubain afro_cubain ADJ m s 0.03 0.07 0.01 0.00 -afro-cubaine afro_cubain ADJ f s 0.03 0.07 0.02 0.00 -afro-cubains afro_cubain ADJ m p 0.03 0.07 0.00 0.07 -after-shave after_shave NOM m 0.51 0.68 0.47 0.61 -after shave after_shave NOM m 0.51 0.68 0.03 0.07 -agar-agar agar_agar NOM m s 0.00 0.07 0.00 0.07 -agit-prop agit_prop NOM f 0.10 0.00 0.10 0.00 -agnus-dei agnus_dei NOM m 0.00 0.07 0.00 0.07 -agnus dei agnus_dei NOM m 0.47 0.14 0.47 0.14 -agro-alimentaire agro_alimentaire ADJ f s 0.15 0.00 0.15 0.00 -aide-bourreau aide_bourreau NOM s 0.00 0.14 0.00 0.14 -aide-comptable aide_comptable NOM m s 0.04 0.07 0.04 0.07 -aide-cuisinier aide_cuisinier NOM m s 0.02 0.14 0.02 0.14 -aide-infirmier aide_infirmier NOM s 0.04 0.00 0.04 0.00 -aide-jardinier aide_jardinier NOM m s 0.01 0.07 0.01 0.07 -aide-major aide_major NOM m 0.00 0.14 0.00 0.14 -aide-mémoire aide_mémoire NOM m 0.04 0.41 0.04 0.41 -aide-ménagère aide_ménagère NOM f s 0.00 0.27 0.00 0.27 -aide-pharmacien aide_pharmacien NOM s 0.00 0.07 0.00 0.07 -aide-soignant aide_soignant NOM m s 0.40 0.27 0.20 0.00 -aide-soignante aide_soignant NOM f s 0.40 0.27 0.12 0.14 -aides-soignantes aide_soignant NOM f p 0.40 0.27 0.00 0.14 -aides-soignants aide_soignant NOM m p 0.40 0.27 0.08 0.00 -aigre-douce aigre_doux ADJ f s 0.29 1.08 0.08 0.54 -aigre-doux aigre_doux ADJ m 0.29 1.08 0.20 0.34 -aigres-douces aigre_douce ADJ f p 0.01 0.20 0.01 0.20 -aigres-doux aigre_doux ADJ m p 0.29 1.08 0.01 0.20 -aigue-marine aigue_marine NOM f s 0.00 0.81 0.00 0.47 -aigues-marines aigue_marine NOM f p 0.00 0.81 0.00 0.34 -air-air air_air ADJ m 0.09 0.00 0.09 0.00 -air-mer air_mer ADJ 0.02 0.00 0.02 0.00 -air-sol air_sol ADJ m p 0.13 0.00 0.13 0.00 -air bag air_bag NOM m s 0.02 0.00 0.02 0.00 -al dente al_dente ADV 0.40 0.14 0.40 0.14 -alea jacta est alea_jacta_est ADV 0.30 0.07 0.30 0.07 -all right all_right ADV 1.53 0.20 1.53 0.20 -aller-retour aller_retour NOM m s 2.33 2.43 1.83 2.36 -allers-retours aller_retour NOM m p 2.33 2.43 0.50 0.07 -allume-cigare allume_cigare NOM m s 0.19 0.14 0.19 0.14 -allume-cigares allume_cigares NOM m 0.14 0.14 0.14 0.14 -allume-feu allume_feu NOM m 0.04 0.27 0.04 0.27 -allume-gaz allume_gaz NOM m 0.20 0.14 0.20 0.14 -alter ego alter_ego NOM m 0.30 0.54 0.30 0.54 -am stram gram am_stram_gram ONO 0.08 0.14 0.08 0.14 -amour-goût amour_goût NOM m s 0.00 0.07 0.00 0.07 -amour-passion amour_passion NOM m s 0.00 0.41 0.00 0.41 -amour-propre amour_propre NOM m s 2.54 6.89 2.54 6.76 -amours-propres amour_propre NOM m p 2.54 6.89 0.00 0.14 -ampli-tuner ampli_tuner NOM m s 0.01 0.00 0.01 0.00 -américano-britannique américano_britannique ADJ s 0.01 0.00 0.01 0.00 -américano-japonaise américano_japonais ADJ f s 0.01 0.00 0.01 0.00 -américano-russe américano_russe ADJ f s 0.01 0.00 0.01 0.00 -américano-soviétique américano_soviétique ADJ m s 0.03 0.00 0.03 0.00 -américano-suédoise américano_suédois ADJ f s 0.01 0.00 0.01 0.00 -amuse-bouche amuse_bouche NOM m 0.05 0.00 0.03 0.00 -amuse-bouches amuse_bouche NOM m p 0.05 0.00 0.02 0.00 -amuse-gueule amuse_gueule NOM m 1.23 0.81 0.53 0.81 -amuse-gueules amuse_gueule NOM m p 1.23 0.81 0.70 0.00 -anarcho-syndicalisme anarcho_syndicalisme NOM m s 0.00 0.07 0.00 0.07 -anarcho-syndicaliste anarcho_syndicaliste ADJ s 0.00 0.14 0.00 0.07 -anarcho-syndicalistes anarcho_syndicaliste ADJ m p 0.00 0.14 0.00 0.07 -anch'io son pittore anch_io_son_pittore ADV 0.00 0.07 0.00 0.07 -anglo-albanais anglo_albanais ADJ m s 0.00 0.07 0.00 0.07 -anglo-allemand anglo_allemand ADJ m s 0.01 0.00 0.01 0.00 -anglo-américain anglo_américain ADJ m s 0.05 0.20 0.01 0.07 -anglo-américaine anglo_américain ADJ f s 0.05 0.20 0.02 0.07 -anglo-américaines anglo_américain ADJ f p 0.05 0.20 0.00 0.07 -anglo-américains anglo_américain ADJ m p 0.05 0.20 0.02 0.00 -anglo-arabe anglo_arabe ADJ s 0.00 0.27 0.00 0.14 -anglo-arabes anglo_arabe ADJ m p 0.00 0.27 0.00 0.14 -anglo-chinois anglo_chinois ADJ m s 0.01 0.00 0.01 0.00 -anglo-français anglo_français ADJ m s 0.02 0.14 0.01 0.07 -anglo-française anglo_français ADJ f s 0.02 0.14 0.01 0.07 -anglo-hellénique anglo_hellénique ADJ f s 0.00 0.07 0.00 0.07 -anglo-irlandais anglo_irlandais ADJ m s 0.00 0.27 0.00 0.27 -anglo-normand anglo_normand ADJ m s 0.04 0.34 0.00 0.14 -anglo-normande anglo_normand ADJ f s 0.04 0.34 0.00 0.20 -anglo-normandes anglo_normand ADJ f p 0.04 0.34 0.04 0.00 -anglo-russe anglo_russe ADJ m s 0.02 0.00 0.01 0.00 -anglo-russes anglo_russe ADJ f p 0.02 0.00 0.01 0.00 -anglo-saxon anglo_saxon ADJ m s 0.48 4.12 0.23 1.08 -anglo-saxonne anglo_saxon ADJ f s 0.48 4.12 0.04 0.74 -anglo-saxonnes anglo_saxon ADJ f p 0.48 4.12 0.18 0.88 -anglo-saxons anglo_saxon ADJ m p 0.48 4.12 0.03 1.42 -anglo-soviétique anglo_soviétique ADJ s 0.02 0.07 0.02 0.07 -anglo-égyptien anglo_égyptien ADJ m s 0.01 0.41 0.00 0.20 -anglo-égyptienne anglo_égyptien ADJ f s 0.01 0.41 0.01 0.20 -anglo-éthiopien anglo_éthiopien ADJ m s 0.00 0.07 0.00 0.07 -animal-roi animal_roi NOM m s 0.00 0.07 0.00 0.07 -animaux-espions animaux_espions NOM m p 0.01 0.00 0.01 0.00 -année-lumière année_lumière NOM f s 1.16 1.01 0.03 0.07 -années-homme année_homme NOM f p 0.01 0.00 0.01 0.00 -années-lumière année_lumière NOM f p 1.16 1.01 1.13 0.95 -anti-acné anti_acné NOM f s 0.02 0.00 0.02 0.00 -anti-agression anti_agression NOM f s 0.03 0.07 0.03 0.07 -anti-allergie anti_allergie NOM f s 0.01 0.00 0.01 0.00 -anti-anatomique anti_anatomique ADJ s 0.01 0.00 0.01 0.00 -anti-apartheid anti_apartheid NOM m s 0.00 0.07 0.00 0.07 -anti-aphrodisiaque anti_aphrodisiaque ADJ f s 0.00 0.07 0.00 0.07 -anti-asthmatique anti_asthmatique NOM s 0.01 0.00 0.01 0.00 -anti-atomique anti_atomique ADJ m s 0.06 0.07 0.05 0.00 -anti-atomiques anti_atomique ADJ m p 0.06 0.07 0.01 0.07 -anti-aérien anti_aérien ADJ m s 0.41 0.27 0.20 0.07 -anti-aérienne anti_aérien ADJ f s 0.41 0.27 0.17 0.07 -anti-aériens anti_aérien ADJ m p 0.41 0.27 0.04 0.14 -anti-avortement anti_avortement NOM m s 0.12 0.00 0.12 0.00 -anti-beauf anti_beauf NOM m s 0.01 0.00 0.01 0.00 -anti-bison anti_bison NOM m s 0.00 0.07 0.00 0.07 -anti-blindage anti_blindage NOM m s 0.04 0.00 0.04 0.00 -anti-blouson anti_blouson NOM m s 0.00 0.07 0.00 0.07 -anti-bombe anti_bombe NOM f s 0.10 0.07 0.09 0.00 -anti-bombes anti_bombe NOM f p 0.10 0.07 0.01 0.07 -anti-bosons anti_boson NOM m p 0.04 0.00 0.04 0.00 -anti-braquage anti_braquage NOM m s 0.01 0.00 0.01 0.00 -anti-brouillard anti_brouillard ADJ s 0.12 0.00 0.12 0.00 -anti-bruit anti_bruit NOM m s 0.16 0.00 0.16 0.00 -anti-calciques anti_calcique ADJ f p 0.01 0.00 0.01 0.00 -anti-cancer anti_cancer NOM m s 0.04 0.00 0.04 0.00 -anti-capitaliste anti_capitaliste ADJ m s 0.03 0.00 0.03 0.00 -anti-castriste anti_castriste ADJ s 0.02 0.00 0.02 0.00 -anti-castristes anti_castriste NOM p 0.01 0.00 0.01 0.00 -anti-cellulite anti_cellulite NOM f s 0.01 0.00 0.01 0.00 -anti-chambre anti_chambre NOM f s 0.00 0.14 0.00 0.07 -anti-chambres anti_chambre NOM f p 0.00 0.14 0.00 0.07 -anti-char anti_char NOM m s 0.12 0.20 0.00 0.14 -anti-chars anti_char NOM m p 0.12 0.20 0.12 0.07 -anti-chiens anti_chien NOM m p 0.00 0.07 0.00 0.07 -anti-cité anti_cité NOM f s 0.00 0.07 0.00 0.07 -anti-civilisation anti_civilisation NOM f s 0.00 0.07 0.00 0.07 -anti-club anti_club NOM m s 0.02 0.00 0.02 0.00 -anti-cocos anti_coco NOM p 0.01 0.00 0.01 0.00 -anti-colère anti_colère NOM f s 0.01 0.00 0.01 0.00 -anti-communisme anti_communisme NOM m s 0.00 0.14 0.00 0.14 -anti-communiste anti_communiste ADJ s 0.03 0.07 0.03 0.07 -anti-conformisme anti_conformisme NOM m s 0.01 0.14 0.01 0.14 -anti-conformiste anti_conformiste NOM s 0.01 0.00 0.01 0.00 -anti-conglutinatif anti_conglutinatif ADJ m s 0.00 0.07 0.00 0.07 -anti-corps anti_corps NOM m 0.08 0.00 0.08 0.00 -anti-corruption anti_corruption NOM f s 0.04 0.00 0.04 0.00 -anti-crash anti_crash NOM m s 0.01 0.00 0.01 0.00 -anti-crime anti_crime NOM m s 0.03 0.00 0.03 0.00 -anti-criminalité anti_criminalité NOM f s 0.01 0.00 0.01 0.00 -anti-célibataires anti_célibataire ADJ f p 0.01 0.00 0.01 0.00 -anti-dauphins anti_dauphin NOM m p 0.01 0.00 0.01 0.00 -anti-desperado anti_desperado NOM m s 0.01 0.00 0.01 0.00 -anti-dieu anti_dieu NOM m s 0.03 0.00 0.03 0.00 -anti-discrimination anti_discrimination NOM f s 0.02 0.00 0.02 0.00 -anti-dopage anti_dopage NOM m s 0.06 0.00 0.06 0.00 -anti-douleur anti_douleur NOM f s 0.46 0.00 0.30 0.00 -anti-douleurs anti_douleur NOM f p 0.46 0.00 0.15 0.00 -anti-drague anti_drague NOM f s 0.01 0.00 0.01 0.00 -anti-dramatique anti_dramatique ADJ s 0.00 0.07 0.00 0.07 -anti-drogue anti_drogue NOM f s 0.42 0.00 0.35 0.00 -anti-drogues anti_drogue NOM f p 0.42 0.00 0.07 0.00 -anti-débauche anti_débauche NOM f s 0.00 0.07 0.00 0.07 -anti-démocratique anti_démocratique ADJ f s 0.14 0.07 0.14 0.07 -anti-démocratiques anti_démocratique ADJ f p 0.14 0.07 0.01 0.00 -anti-démon anti_démon NOM m s 0.04 0.00 0.04 0.00 -anti-espionnes anti_espionne NOM f p 0.01 0.00 0.01 0.00 -anti-establishment anti_establishment NOM m s 0.02 0.00 0.02 0.00 -anti-existence anti_existence NOM f s 0.00 0.07 0.00 0.07 -anti-explosion anti_explosion NOM f s 0.04 0.00 0.04 0.00 -anti-fantômes anti_fantôme NOM m p 0.02 0.00 0.02 0.00 -anti-fasciste anti_fasciste ADJ f s 0.02 0.00 0.02 0.00 -anti-femme anti_femme NOM f s 0.01 0.00 0.01 0.00 -anti-flingage anti_flingage NOM m s 0.00 0.07 0.00 0.07 -anti-flip anti_flip NOM m s 0.00 0.07 0.00 0.07 -anti-frigo anti_frigo NOM m s 0.00 0.07 0.00 0.07 -anti-féministe anti_féministe NOM s 0.03 0.07 0.03 0.07 -anti-fusionnel anti_fusionnel ADJ m s 0.01 0.00 0.01 0.00 -anti-fusées anti_fusée NOM f p 0.00 0.20 0.00 0.20 -anti-g anti_g ADJ f p 0.01 0.00 0.01 0.00 -anti-gang anti_gang NOM m s 0.33 0.00 0.33 0.00 -anti-gel anti_gel NOM m s 0.05 0.00 0.05 0.00 -anti-gerce anti_gerce NOM f s 0.01 0.00 0.01 0.00 -anti-gouvernement anti_gouvernement NOM m s 0.10 0.00 0.10 0.00 -anti-graffiti anti_graffiti NOM m 0.01 0.00 0.01 0.00 -anti-gravité anti_gravité NOM f s 0.06 0.00 0.06 0.00 -anti-grimaces anti_grimace NOM f p 0.01 0.00 0.01 0.00 -anti-gros anti_gros ADJ m 0.01 0.00 0.01 0.00 -anti-hannetons anti_hanneton NOM m p 0.00 0.07 0.00 0.07 -anti-hypertenseur anti_hypertenseur ADJ m s 0.01 0.00 0.01 0.00 -anti-immigration anti_immigration NOM f s 0.02 0.00 0.02 0.00 -anti-immigrés anti_immigré ADJ p 0.00 0.07 0.00 0.07 -anti-impérialiste anti_impérialiste ADJ s 0.11 0.07 0.11 0.07 -anti-incendie anti_incendie NOM m s 0.16 0.00 0.16 0.00 -anti-inertie anti_inertie NOM f s 0.01 0.00 0.01 0.00 -anti-infectieux anti_infectieux ADJ m p 0.01 0.00 0.01 0.00 -anti-inflammatoire anti_inflammatoire NOM m s 0.07 0.07 0.07 0.07 -anti-insecte anti_insecte NOM m s 0.03 0.07 0.01 0.00 -anti-insectes anti_insecte NOM m p 0.03 0.07 0.02 0.07 -anti-instinct anti_instinct NOM m s 0.00 0.07 0.00 0.07 -anti-insurrectionnel anti_insurrectionnel ADJ m s 0.01 0.00 0.01 0.00 -anti-intimité anti_intimité NOM f s 0.04 0.00 0.04 0.00 -anti-japon anti_japon NOM m s 0.00 0.07 0.00 0.07 -anti-jeunes anti_jeunes ADJ m s 0.00 0.07 0.00 0.07 -anti-mafia anti_mafia NOM f s 0.01 0.07 0.01 0.07 -anti-maison anti_maison NOM f s 0.00 0.14 0.00 0.14 -anti-manipulation anti_manipulation NOM f s 0.01 0.00 0.01 0.00 -anti-manoir anti_manoir NOM m s 0.00 0.07 0.00 0.07 -anti-mariage anti_mariage NOM m s 0.03 0.00 0.03 0.00 -anti-matière anti_matière NOM f s 0.09 0.00 0.08 0.00 -anti-matières anti_matière NOM f p 0.09 0.00 0.01 0.00 -anti-mecs anti_mec NOM m p 0.02 0.00 0.02 0.00 -anti-militariste anti_militariste NOM s 0.01 0.00 0.01 0.00 -anti-missiles anti_missile NOM m p 0.03 0.00 0.03 0.00 -anti-mite anti_mite NOM f s 0.10 0.14 0.03 0.07 -anti-mites anti_mite NOM f p 0.10 0.14 0.08 0.07 -anti-monde anti_monde NOM m s 0.00 0.07 0.00 0.07 -anti-monstres anti_monstre ADJ f p 0.01 0.00 0.01 0.00 -anti-moustique anti_moustique NOM m s 0.58 0.07 0.41 0.00 -anti-moustiques anti_moustique NOM m p 0.58 0.07 0.17 0.07 -anti-médicaments anti_médicament NOM m p 0.01 0.00 0.01 0.00 -anti-métaphysique anti_métaphysique ADJ m s 0.00 0.07 0.00 0.07 -anti-météorites anti_météorite NOM f p 0.20 0.00 0.20 0.00 -anti-nausée anti_nausée NOM f s 0.01 0.00 0.01 0.00 -anti-navire anti_navire NOM m s 0.01 0.00 0.01 0.00 -anti-nucléaire anti_nucléaire ADJ m s 0.06 0.00 0.05 0.00 -anti-nucléaires anti_nucléaire ADJ p 0.06 0.00 0.01 0.00 -anti-nucléaires anti_nucléaire NOM m p 0.01 0.00 0.01 0.00 -anti-odeur anti_odeur NOM f s 0.02 0.14 0.01 0.07 -anti-odeurs anti_odeur NOM f p 0.02 0.14 0.01 0.07 -anti-odorants anti_odorant ADJ m p 0.00 0.07 0.00 0.07 -anti-âge anti_âge ADJ 0.04 0.74 0.04 0.74 -anti-origine anti_origine NOM f s 0.00 0.07 0.00 0.07 -anti-panache anti_panache NOM m s 0.00 0.07 0.00 0.07 -anti-particule anti_particule NOM f s 0.01 0.00 0.01 0.00 -anti-pasteur anti_pasteur NOM m s 0.00 0.07 0.00 0.07 -anti-patriote anti_patriote NOM s 0.01 0.00 0.01 0.00 -anti-patriotique anti_patriotique ADJ f s 0.06 0.00 0.06 0.00 -anti-pelliculaire anti_pelliculaire ADJ m s 0.13 0.07 0.13 0.07 -anti-piratage anti_piratage NOM m s 0.01 0.00 0.01 0.00 -anti-pirate anti_pirate ADJ s 0.01 0.00 0.01 0.00 -anti-poison anti_poison NOM m s 0.04 0.14 0.04 0.14 -anti-poisse anti_poisse NOM f s 0.05 0.07 0.05 0.07 -anti-pollution anti_pollution NOM f s 0.04 0.00 0.04 0.00 -anti-poux anti_poux NOM m p 0.04 0.00 0.04 0.00 -anti-progressistes anti_progressiste NOM p 0.00 0.07 0.00 0.07 -anti-psychotique anti_psychotique ADJ s 0.01 0.00 0.01 0.00 -anti-pub anti_pub NOM s 0.00 0.07 0.00 0.07 -anti-puces anti_puce NOM f p 0.14 0.00 0.14 0.00 -anti-pédérastiques anti_pédérastique ADJ p 0.00 0.07 0.00 0.07 -anti-racket anti_racket NOM m s 0.06 0.00 0.06 0.00 -anti-radiations anti_radiation NOM f p 0.08 0.00 0.08 0.00 -anti-rapt anti_rapt NOM m s 0.00 0.07 0.00 0.07 -anti-reflets anti_reflet NOM m p 0.00 0.07 0.00 0.07 -anti-rejet anti_rejet NOM m s 0.20 0.00 0.20 0.00 -anti-religion anti_religion NOM f s 0.01 0.00 0.01 0.00 -anti-rhume anti_rhume NOM m s 0.02 0.00 0.02 0.00 -anti-rides anti_ride NOM f p 0.06 0.00 0.06 0.00 -anti-romain anti_romain NOM m s 0.00 0.07 0.00 0.07 -anti-romantique anti_romantique ADJ s 0.01 0.00 0.01 0.00 -anti-rouille anti_rouille NOM f s 0.01 0.00 0.01 0.00 -anti-russe anti_russe ADJ m s 0.11 0.00 0.11 0.00 -anti-sida anti_sida NOM m s 0.02 0.00 0.02 0.00 -anti-socialistes anti_socialiste ADJ p 0.01 0.00 0.01 0.00 -anti-sociaux anti_sociaux ADJ m p 0.04 0.00 0.04 0.00 -anti-société anti_société NOM f s 0.00 0.07 0.00 0.07 -anti-somnolence anti_somnolence NOM f s 0.01 0.00 0.01 0.00 -anti-souffle anti_souffle NOM m s 0.03 0.00 0.03 0.00 -anti-sous-marin anti_sous_marin ADJ m s 0.02 0.00 0.02 0.00 -anti-soviétique anti_soviétique ADJ f s 0.00 0.07 0.00 0.07 -anti-sèche anti_sèche ADJ f s 0.01 0.07 0.01 0.00 -anti-sèches anti_sèche ADJ f p 0.01 0.07 0.00 0.07 -anti-stress anti_stress NOM m 0.35 0.00 0.35 0.00 -anti-sémite anti_sémite ADJ s 0.04 0.00 0.02 0.00 -anti-sémites anti_sémite ADJ f p 0.04 0.00 0.02 0.00 -anti-sémitisme anti_sémitisme NOM m s 0.08 0.00 0.08 0.00 -anti-syndical anti_syndical ADJ m s 0.01 0.00 0.01 0.00 -anti-tabac anti_tabac ADJ s 0.17 0.00 0.17 0.00 -anti-taches anti_tache NOM f p 0.15 0.00 0.15 0.00 -anti-tank anti_tank NOM m s 0.03 0.00 0.03 0.00 -anti-tapisserie anti_tapisserie NOM f s 0.00 0.07 0.00 0.07 -anti-temps anti_temps NOM m 0.00 0.27 0.00 0.27 -anti-tension anti_tension NOM f s 0.01 0.00 0.01 0.00 -anti-terrorisme anti_terrorisme NOM m s 0.53 0.00 0.53 0.00 -anti-terroriste anti_terroriste ADJ s 0.26 0.00 0.26 0.00 -anti-tornades anti_tornade NOM f p 0.01 0.00 0.01 0.00 -anti-toux anti_toux NOM f 0.01 0.00 0.01 0.00 -anti-truie anti_truie NOM f s 0.01 0.00 0.01 0.00 -anti-trusts anti_trust NOM m p 0.02 0.00 0.02 0.00 -anti-émeute anti_émeute ADJ s 0.15 0.00 0.10 0.00 -anti-émeutes anti_émeute ADJ p 0.15 0.00 0.05 0.00 -anti-émotionnelle anti_émotionnelle ADJ f s 0.00 0.07 0.00 0.07 -anti-évasion anti_évasion NOM f s 0.01 0.00 0.01 0.00 -anti-venin anti_venin NOM m s 0.18 0.00 0.18 0.00 -anti-vieillissement anti_vieillissement NOM m s 0.04 0.00 0.04 0.00 -anti-viol anti_viol NOM m s 0.09 0.00 0.09 0.00 -anti-violence anti_violence NOM f s 0.01 0.00 0.01 0.00 -anti-viral anti_viral ADJ m s 0.13 0.00 0.13 0.00 -anti-virus anti_virus NOM m 0.09 0.00 0.09 0.00 -anti-vol anti_vol NOM m s 0.36 0.27 0.35 0.27 -anti-vols anti_vol NOM m p 0.36 0.27 0.01 0.00 -appareil-photo appareil_photo NOM m s 0.32 0.27 0.32 0.27 -appartement-roi appartement_roi NOM m s 0.00 0.07 0.00 0.07 -apprenti-pilote apprenti_pilote NOM m s 0.02 0.00 0.02 0.00 -apprenti-sorcier apprenti_sorcier NOM m s 0.00 0.14 0.00 0.14 -appui-main appui_main NOM m s 0.00 0.14 0.00 0.14 -appui-tête appui_tête NOM m s 0.01 0.00 0.01 0.00 -appuie-tête appuie_tête NOM m 0.05 0.14 0.05 0.14 -après-coup après_coup NOM m s 0.02 0.00 0.02 0.00 -après-dîner après_dîner NOM m s 0.02 0.74 0.02 0.61 -après-dîners après_dîner NOM m p 0.02 0.74 0.00 0.14 -après-demain après_demain ADV 11.77 6.76 11.77 6.76 -après-déjeuner après_déjeuner VER 0.00 0.14 0.00 0.14 inf; -après-guerre après_guerre NOM s 0.73 3.24 0.73 3.24 -après-mort après_mort NOM f s 0.00 0.07 0.00 0.07 -après-rasage après_rasage NOM m s 0.45 0.00 0.45 0.00 -après-repas après_repas NOM m 0.01 0.07 0.01 0.07 -après-shampoing après_shampoing NOM m s 0.04 0.00 0.04 0.00 -après-shampooing après_shampooing NOM m s 0.04 0.07 0.04 0.07 -après-ski après_ski NOM m s 0.06 0.20 0.06 0.20 -après-vente après_vente ADJ s 0.05 0.00 0.05 0.00 -araignée-crabe araignée_crabe NOM f s 0.00 0.07 0.00 0.07 -arbres-refuges arbres_refuge NOM m p 0.00 0.07 0.00 0.07 -arc-bouta arc_bouter VER 0.17 5.00 0.00 0.47 ind:pas:3s; -arc-boutais arc_bouter VER 0.17 5.00 0.04 0.27 ind:imp:1s;ind:imp:2s; -arc-boutait arc_bouter VER 0.17 5.00 0.00 0.34 ind:imp:3s; -arc-boutant arc_boutant NOM m s 0.14 0.54 0.14 0.20 -arc-boutants arc_boutant NOM m p 0.14 0.54 0.01 0.00 -arc-boute arc_bouter VER 0.17 5.00 0.10 0.88 ind:pre:1s;ind:pre:3s; -arc-boutement arc_boutement NOM m s 0.00 0.07 0.00 0.07 -arc-boutent arc_bouter VER 0.17 5.00 0.01 0.20 ind:pre:3p; -arc-bouter arc_bouter VER 0.17 5.00 0.00 0.07 inf; -arc-boutera arc_bouter VER 0.17 5.00 0.01 0.00 ind:fut:3s; -arc-boutèrent arc_bouter VER 0.17 5.00 0.00 0.07 ind:pas:3p; -arc-bouté arc_bouter VER m s 0.17 5.00 0.01 1.15 par:pas; -arc-boutée arc_bouter VER f s 0.17 5.00 0.00 0.41 par:pas; -arc-boutées arc_bouter VER f p 0.17 5.00 0.00 0.27 par:pas; -arc-boutés arc_bouter VER m p 0.17 5.00 0.00 0.27 par:pas; -arc-en-ciel arc_en_ciel NOM m s 3.00 4.46 2.56 3.92 -archi-blet archi_blet ADJ m s 0.00 0.07 0.00 0.07 -archi-chiants archi_chiant ADJ m p 0.01 0.00 0.01 0.00 -archi-connu archi_connu ADJ m s 0.01 0.07 0.01 0.00 -archi-connus archi_connu ADJ m p 0.01 0.07 0.00 0.07 -archi-duchesse archiduc NOM f s 0.48 4.46 0.01 0.00 -archi-dégueu archi_dégueu ADJ s 0.00 0.07 0.00 0.07 -archi-faux archi_faux ADJ m 0.05 0.00 0.05 0.00 -archi-libre archi_libre ADJ f s 0.00 0.07 0.00 0.07 -archi-mortels archi_mortels NOM m 0.01 0.00 0.01 0.00 -archi-morts archi_mort NOM f p 0.00 0.07 0.00 0.07 -archi-méfiance archi_méfiance NOM f s 0.00 0.07 0.00 0.07 -archi-nul archi_nul NOM m s 0.01 0.00 0.01 0.00 -archi-nuls archi_nuls NOM m 0.23 0.00 0.23 0.00 -archi-plein archi_plein NOM m s 0.00 0.07 0.00 0.07 -archi-prouvé archi_prouvé ADJ m s 0.00 0.07 0.00 0.07 -archi-prudent archi_prudent NOM m s 0.00 0.07 0.00 0.07 -archi-ringard archi_ringard NOM m s 0.00 0.07 0.00 0.07 -archi-sophistiquée archi_sophistiqué ADJ f s 0.01 0.00 0.01 0.00 -archi-sèches archi_sèche ADJ f p 0.01 0.00 0.01 0.00 -archi-usé archi_usé ADJ m s 0.01 0.00 0.01 0.00 -archi-vieux archi_vieux ADJ m 0.00 0.07 0.00 0.07 -archiviste-paléographe archiviste_paléographe NOM s 0.00 0.14 0.00 0.07 -archivistes-paléographes archiviste_paléographe NOM p 0.00 0.14 0.00 0.07 -arcs-boutants arc_boutant NOM m p 0.14 0.54 0.00 0.34 -arcs-en-ciel arc_en_ciel NOM m p 3.00 4.46 0.44 0.54 -arme-miracle arme_miracle NOM f s 0.10 0.00 0.10 0.00 -arrache-clou arrache_clou NOM m s 0.00 0.07 0.00 0.07 -arrière-automne arrière_automne NOM m 0.00 0.14 0.00 0.14 -arrière-ban arrière_ban NOM m s 0.00 0.20 0.00 0.20 -arrière-boutique arrière_boutique NOM f s 0.31 6.35 0.31 5.95 -arrière-boutiques arrière_boutique NOM f p 0.31 6.35 0.00 0.41 -arrière-cabinets arrière_cabinet NOM m p 0.00 0.07 0.00 0.07 -arrière-cour arrière_cour NOM f s 0.45 1.35 0.41 1.01 -arrière-cours arrière_cour NOM f p 0.45 1.35 0.03 0.34 -arrière-cousin arrière_cousin NOM m s 0.12 0.00 0.12 0.00 -arrière-cuisine arrière_cuisine NOM f s 0.02 0.14 0.02 0.07 -arrière-cuisines arrière_cuisine NOM f p 0.02 0.14 0.00 0.07 -arrière-fond arrière_fond NOM m s 0.04 0.95 0.04 0.95 -arrière-garde arrière_garde NOM f s 0.47 2.03 0.47 1.69 -arrière-gardes arrière_garde NOM f p 0.47 2.03 0.00 0.34 -arrière-goût arrière_goût NOM m s 0.55 1.28 0.55 1.22 -arrière-goûts arrière_goût NOM m p 0.55 1.28 0.00 0.07 -arrière-gorge arrière_gorge NOM f s 0.00 0.27 0.00 0.27 -arrière-grand-mère arrière_grand_mère NOM f s 0.85 2.57 0.83 2.30 -arrière-grand-mères arrière_grand_mère NOM f p 0.85 2.57 0.00 0.20 -arrière-grand-oncle arrière_grand_oncle NOM m s 0.04 0.41 0.04 0.41 -arrière-grand-père arrière_grand_père NOM m s 1.48 4.12 1.48 3.78 -arrière-grand-tante arrière_grand_tante NOM f s 0.00 0.20 0.00 0.14 -arrière-grand-tantes arrière_grand_tante NOM f p 0.00 0.20 0.00 0.07 -arrière-grands-mères arrière_grand_mère NOM f p 0.85 2.57 0.02 0.07 -arrière-grands-parents arrière_grand_parent NOM m p 0.16 1.08 0.16 1.08 -arrière-grands-pères arrière_grand_père NOM m p 1.48 4.12 0.00 0.34 -arrière-loge arrière_loge NOM m s 0.00 0.07 0.00 0.07 -arrière-magasin arrière_magasin NOM m 0.00 0.07 0.00 0.07 -arrière-main arrière_main NOM s 0.00 0.07 0.00 0.07 -arrière-monde arrière_monde NOM m s 0.00 0.14 0.00 0.14 -arrière-neveux arrière_neveux NOM m p 0.00 0.07 0.00 0.07 -arrière-pays arrière_pays NOM m 0.37 1.15 0.37 1.15 -arrière-pensée arrière_pensée NOM f s 0.91 5.95 0.79 3.58 -arrière-pensées arrière_pensée NOM f p 0.91 5.95 0.13 2.36 -arrière-petit-fils arrière_petit_fils NOM m 0.14 0.61 0.14 0.61 -arrière-petit-neveu arrière_petit_neveu NOM m s 0.01 0.27 0.01 0.27 -arrière-petite-fille arrière_petite_fille NOM f s 0.13 0.81 0.13 0.47 -arrière-petite-nièce arrière_petite_nièce NOM f s 0.00 0.14 0.00 0.07 -arrière-petites-filles arrière_petite_fille NOM f p 0.13 0.81 0.00 0.34 -arrière-petites-nièces arrière_petite_nièce NOM f p 0.00 0.14 0.00 0.07 -arrière-petits-enfants arrière_petit_enfant NOM m p 0.36 0.27 0.36 0.27 -arrière-petits-fils arrière_petits_fils NOM m p 0.00 0.41 0.00 0.41 -arrière-petits-neveux arrière_petits_neveux NOM m p 0.00 0.07 0.00 0.07 -arrière-plan arrière_plan NOM m s 0.94 2.70 0.91 2.03 -arrière-plans arrière_plan NOM m p 0.94 2.70 0.02 0.68 -arrière-saison arrière_saison NOM f s 0.00 1.22 0.00 1.22 -arrière-salle arrière_salle NOM f s 0.28 2.36 0.24 2.16 -arrière-salles arrière_salle NOM f p 0.28 2.36 0.04 0.20 -arrière-train arrière_train NOM m s 0.66 1.69 0.64 1.62 -arrière-trains arrière_train NOM m p 0.66 1.69 0.03 0.07 -arrêt-buffet arrêt_buffet NOM m s 0.01 0.07 0.00 0.07 -arrête-boeuf arrête_boeuf NOM m s 0.00 0.07 0.00 0.07 -arrêts-buffet arrêt_buffet NOM m p 0.01 0.07 0.01 0.00 -article-choc article_choc NOM m s 0.00 0.07 0.00 0.07 -artiste-peintre artiste_peintre NOM s 0.02 0.14 0.02 0.14 -as-rois as_rois NOM m 0.01 0.00 0.01 0.00 -aspirateurs-traîneaux aspirateurs_traîneaux NOM m p 0.00 0.07 0.00 0.07 -assa-foetida assa_foetida NOM f s 0.27 0.00 0.27 0.00 -assurance-accidents assurance_accidents NOM f s 0.10 0.00 0.10 0.00 -assurance-chômage assurance_chômage NOM f s 0.01 0.00 0.01 0.00 -assurance-maladie assurance_maladie NOM f s 0.04 0.07 0.04 0.07 -assurance-vie assurance_vie NOM f s 1.32 0.27 1.26 0.27 -assurances-vie assurance_vie NOM f p 1.32 0.27 0.06 0.00 -assureur-conseil assureur_conseil NOM m s 0.00 0.07 0.00 0.07 -attaché-case attaché_case NOM m s 0.01 0.54 0.00 0.54 -attachés-cases attaché_case NOM m p 0.01 0.54 0.01 0.00 -attraction-vedette attraction_vedette NOM f s 0.01 0.00 0.01 0.00 -attrape-couillon attrape_couillon NOM m s 0.04 0.07 0.03 0.00 -attrape-couillons attrape_couillon NOM m p 0.04 0.07 0.01 0.07 -attrape-mouche attrape_mouche NOM m s 0.04 0.07 0.01 0.00 -attrape-mouches attrape_mouche NOM m p 0.04 0.07 0.03 0.07 -attrape-nigaud attrape_nigaud NOM m s 0.10 0.20 0.10 0.20 -au-dedans au_dedans ADV 0.92 4.86 0.92 4.86 -au-dehors au_dehors ADV 0.91 11.42 0.91 11.42 -au-delà au_delà ADV 21.77 52.91 21.77 52.91 -au-dessous au_dessous ADV 2.98 24.59 2.98 24.59 -au-dessus au_dessus PRE 0.02 0.07 0.02 0.07 -au-devant au_devant ADV 0.98 11.08 0.98 11.08 -audio-visuel audio_visuel ADJ m s 0.06 0.20 0.06 0.20 -audio-visuelle audiovisuel ADJ f s 0.88 0.27 0.00 0.14 -aujourd'hui aujourd_hui ADV 360.17 158.38 360.17 158.38 -aéro-club aéro_club NOM m s 0.01 0.07 0.01 0.07 -austro-hongrois austro_hongrois ADJ m s 0.05 0.41 0.05 0.27 -austro-hongroises austro_hongrois ADJ f p 0.05 0.41 0.00 0.14 -auto-adhésive auto_adhésif ADJ f s 0.00 0.07 0.00 0.07 -auto-analyse auto_analyse NOM f s 0.02 0.07 0.02 0.07 -auto-immun auto_immun ADJ m s 0.12 0.00 0.01 0.00 -auto-immune auto_immun ADJ f s 0.12 0.00 0.10 0.00 -auto-intoxication auto_intoxication NOM f s 0.00 0.14 0.00 0.14 -auto-pilote auto_pilote NOM s 0.10 0.00 0.10 0.00 -auto-stop auto_stop NOM m s 1.06 0.74 1.06 0.74 -auto-stoppeur auto_stoppeur NOM m s 0.63 0.20 0.28 0.00 -auto-stoppeurs auto_stoppeur NOM m p 0.63 0.20 0.27 0.00 -auto-stoppeuse auto_stoppeur NOM f s 0.63 0.20 0.08 0.07 -auto-stoppeuses auto_stoppeuse NOM f p 0.04 0.00 0.04 0.00 -auto-tamponneuse auto_tamponneuse NOM f s 0.26 0.00 0.04 0.00 -auto-tamponneuses auto_tamponneuse NOM f p 0.26 0.00 0.22 0.00 -auto-école auto_école NOM f s 0.58 0.07 0.58 0.07 -auto-érotisme auto_érotisme NOM m s 0.02 0.00 0.02 0.00 -automobile-club automobile_club NOM f s 0.03 0.00 0.03 0.00 -aux aguets aux_aguets ADV 0.87 5.88 0.87 5.88 -avant-avant-dernier avant_avant_dernier NOM m s 0.00 0.07 0.00 0.07 -avant-bec avant_bec NOM m s 0.01 0.00 0.01 0.00 -avant-bras avant_bras NOM m 0.84 12.70 0.84 12.70 -avant-centre avant_centre NOM m s 0.28 0.20 0.28 0.20 -avant-clous avant_clou NOM m p 0.00 0.07 0.00 0.07 -avant-corps avant_corps NOM m 0.00 0.07 0.00 0.07 -avant-coureur avant_coureur ADJ m s 0.32 1.62 0.02 0.74 -avant-coureurs avant_coureur ADJ m p 0.32 1.62 0.29 0.88 -avant-courrière avant_courrier ADJ f s 0.00 0.07 0.00 0.07 -avant-courrières avant_courrier NOM f p 0.00 0.07 0.00 0.07 -avant-cours avant_cour NOM f p 0.00 0.07 0.00 0.07 -avant-dîner avant_dîner NOM m 0.00 0.07 0.00 0.07 -avant-dernier avant_dernier ADJ m s 0.45 1.96 0.11 0.88 -avant-dernière avant_dernier ADJ f s 0.45 1.96 0.34 1.08 -avant-garde avant_garde NOM f s 1.52 7.91 1.52 7.09 -avant-gardes avant_garde NOM f p 1.52 7.91 0.00 0.81 -avant-gardiste avant_gardiste ADJ s 0.23 0.20 0.21 0.14 -avant-gardistes avant_gardiste ADJ m p 0.23 0.20 0.03 0.07 -avant-gauche avant_gauche ADJ 0.10 0.00 0.10 0.00 -avant-goût avant_goût NOM m s 1.25 1.62 1.25 1.62 -avant-guerre avant_guerre NOM s 0.65 7.16 0.65 7.16 -avant-hier avant_hier ADV 6.69 8.78 6.69 8.78 -avant-monts avant_mont NOM m p 0.01 0.00 0.01 0.00 -avant-papier avant_papier NOM m s 0.00 0.20 0.00 0.20 -avant-plan avant_plan NOM m s 0.02 0.07 0.02 0.07 -avant-port avant_port NOM m s 0.00 0.07 0.00 0.07 -avant-poste avant_poste NOM m s 2.15 3.72 1.52 0.27 -avant-postes avant_poste NOM m p 2.15 3.72 0.62 3.45 -avant-première avant_première NOM f s 0.50 0.41 0.45 0.41 -avant-premières avant_première NOM f p 0.50 0.41 0.05 0.00 -avant-printemps avant_printemps NOM m 0.00 0.07 0.00 0.07 -avant-projet avant_projet NOM m s 0.04 0.00 0.04 0.00 -avant-propos avant_propos NOM m 0.05 0.41 0.05 0.41 -avant-scène avant_scène NOM f s 0.73 0.88 0.73 0.68 -avant-scènes avant_scène NOM f p 0.73 0.88 0.00 0.20 -avant-toit avant_toit NOM m s 0.03 0.27 0.01 0.27 -avant-toits avant_toit NOM m p 0.03 0.27 0.02 0.00 -avant-train avant_train NOM m s 0.02 0.34 0.01 0.20 -avant-trains avant_train NOM m p 0.02 0.34 0.01 0.14 -avant-trou avant_trou NOM m s 0.01 0.00 0.01 0.00 -avant-veille avant_veille NOM f s 0.01 3.65 0.01 3.65 -aveugle-né aveugle_né NOM m s 0.00 0.14 0.00 0.07 -aveugle-née aveugle_né NOM f s 0.00 0.14 0.00 0.07 -avion-cargo avion_cargo NOM m s 0.20 0.14 0.20 0.00 -avion-citerne avion_citerne NOM m s 0.03 0.00 0.03 0.00 -avion-suicide avion_suicide NOM m s 0.01 0.07 0.01 0.07 -avion-école avion_école NOM m s 0.01 0.00 0.01 0.00 -avions-cargos avion_cargo NOM m p 0.20 0.14 0.00 0.14 -avions-espions avions_espions NOM m p 0.01 0.00 0.01 0.00 -avocat-conseil avocat_conseil NOM m s 0.08 0.00 0.08 0.00 -ayants droit ayants_droit NOM m p 0.01 0.14 0.01 0.14 -aye-aye aye_aye NOM m s 0.01 0.00 0.01 0.00 -baby-boom baby_boom NOM m s 0.05 0.00 0.05 0.00 -baby-foot baby_foot NOM m 0.55 0.74 0.55 0.74 -baby-sitter baby_sitter NOM f s 7.85 0.20 7.00 0.14 -baby-sitters baby_sitter NOM f p 7.85 0.20 0.85 0.07 -baby-sitting baby_sitting NOM m s 1.63 0.41 1.63 0.41 -bachi-bouzouk bachi_bouzouk NOM m s 0.00 0.07 0.00 0.07 -back up back_up NOM m s 0.09 0.00 0.09 0.00 -bain-marie bain_marie NOM m s 0.08 0.95 0.08 0.88 -bains-marie bain_marie NOM m p 0.08 0.95 0.00 0.07 -baise-en-ville baise_en_ville NOM m s 0.03 0.20 0.03 0.20 -balai-brosse balai_brosse NOM m s 0.40 0.61 0.29 0.34 -balais-brosses balai_brosse NOM m p 0.40 0.61 0.11 0.27 -ball-trap ball_trap NOM m s 0.20 0.14 0.20 0.14 -balle-peau balle_peau ONO 0.00 0.07 0.00 0.07 -ballon-sonde ballon_sonde NOM m s 0.14 0.00 0.14 0.00 -banc-titre banc_titre NOM m s 0.14 0.00 0.14 0.00 -bande-annonce bande_annonce NOM f s 0.51 0.00 0.41 0.00 -bande-son bande_son NOM f s 0.09 0.27 0.09 0.27 -bandes-annonces bande_annonce NOM f p 0.51 0.00 0.10 0.00 -bank-note bank_note NOM f s 0.00 0.20 0.00 0.07 -bank-notes bank_note NOM f p 0.00 0.20 0.00 0.14 -bar-hôtel bar_hôtel NOM m s 0.01 0.00 0.01 0.00 -bar-mitsva bar_mitsva NOM f 0.41 0.07 0.41 0.07 -bar-restaurant bar_restaurant NOM m s 0.00 0.07 0.00 0.07 -bar-tabac bar_tabac NOM m s 0.03 0.61 0.03 0.61 -barbe-de-capucin barbe_de_capucin NOM f s 0.00 0.07 0.00 0.07 -bas-bleu bas_bleu NOM m s 0.01 0.47 0.01 0.34 -bas-bleus bas_bleu NOM m p 0.01 0.47 0.00 0.14 -bas-côté bas_côté NOM m s 0.60 5.34 0.58 3.58 -bas-côtés bas_côté NOM m p 0.60 5.34 0.02 1.76 -bas-empire bas_empire NOM m 0.00 0.07 0.00 0.07 -bas-flanc bas_flanc NOM m 0.00 0.14 0.00 0.14 -bas-fond bas_fond NOM m s 1.05 3.72 0.02 1.62 -bas-fonds bas_fond NOM m p 1.05 3.72 1.03 2.09 -bas-relief bas_relief NOM m s 0.09 1.22 0.08 0.34 -bas-reliefs bas_relief NOM m p 0.09 1.22 0.01 0.88 -bas-ventre bas_ventre NOM m s 0.23 2.30 0.23 2.30 -base-ball base_ball NOM m s 10.12 1.28 10.12 1.28 -basket-ball basket_ball NOM m s 1.38 0.34 1.38 0.34 -basse-cour basse_cour NOM f s 0.81 3.85 0.57 3.65 -basse-fosse basse_fosse NOM f s 0.01 0.20 0.01 0.14 -basse-taille basse_taille NOM f s 0.00 0.14 0.00 0.14 -basses-cours basse_cour NOM f p 0.81 3.85 0.23 0.20 -basses-fosses basse_fosse NOM f p 0.01 0.20 0.00 0.07 -bat-flanc bat_flanc NOM m 0.00 2.84 0.00 2.84 -bat-l'eau bat_l_eau NOM m s 0.00 0.07 0.00 0.07 -bateau-citerne bateau_citerne NOM m s 0.03 0.00 0.03 0.00 -bateau-lavoir bateau_lavoir NOM m s 0.00 0.20 0.00 0.14 -bateau-mouche bateau_mouche NOM m s 0.01 0.74 0.01 0.34 -bateau-pilote bateau_pilote NOM m s 0.01 0.00 0.01 0.00 -bateau-pompe bateau_pompe NOM m s 0.00 0.07 0.00 0.07 -bateaux-lavoirs bateau_lavoir NOM m p 0.00 0.20 0.00 0.07 -bateaux-mouches bateau_mouche NOM m p 0.01 0.74 0.00 0.41 -battle-dress battle_dress NOM m 0.00 0.14 0.00 0.14 -be-bop be_bop NOM m 0.31 0.34 0.31 0.34 -beat generation beat_generation NOM f s 0.00 0.14 0.00 0.14 -beau-fils beau_fils NOM m 1.29 1.01 1.27 1.01 -beau-frère beau_frère NOM m s 13.14 15.68 9.13 8.65 -beau-papa beau_papa NOM m s 0.23 0.14 0.23 0.14 -beau-parent beau_parent NOM m s 0.01 0.00 0.01 0.00 -beau-père beau_père NOM m s 16.54 14.05 9.29 7.09 -beaux-arts beaux_arts NOM m p 2.19 3.38 2.19 3.38 -beaux-enfants beaux_enfants NOM m p 0.06 0.00 0.06 0.00 -beaux-fils beau_fils NOM m p 1.29 1.01 0.03 0.00 -beaux-frères beau_frère NOM m p 13.14 15.68 0.62 1.01 -beaux-parents beaux_parents NOM m p 1.52 1.22 1.52 1.22 -bec-de-cane bec_de_cane NOM m s 0.01 1.42 0.01 1.42 -bec-de-lièvre bec_de_lièvre NOM m s 0.10 0.61 0.10 0.61 -bel canto bel_canto NOM m 0.26 0.41 0.26 0.41 -belle-doche belle_doche NOM f s 0.05 0.07 0.05 0.07 -belle-famille belle_famille NOM f s 0.71 1.22 0.71 1.15 -belle-fille belle_fille NOM f s 3.32 2.57 3.29 2.50 -belle-maman belle_maman NOM f s 0.85 0.34 0.85 0.34 -belle-mère beau_père NOM f s 16.54 14.05 7.17 6.82 -belle-à-voir belle_à_voir NOM f s 0.00 0.27 0.00 0.27 -belle-soeur beau_frère NOM f s 13.14 15.68 3.36 5.47 -belle lurette belle_lurette NOM f s 0.75 2.64 0.75 2.64 -belles-de-jour belle_de_jour NOM f p 0.00 0.07 0.00 0.07 -belles-de-nuit belle_de_nuit NOM f p 0.00 0.34 0.00 0.34 -belles-familles belle_famille NOM f p 0.71 1.22 0.00 0.07 -belles-filles belle_fille NOM f p 3.32 2.57 0.04 0.07 -belles-lettres belle_lettre NOM f p 0.00 0.41 0.00 0.41 -belles-mères beau_père NOM f p 16.54 14.05 0.08 0.14 -belles-soeurs beau_frère NOM f p 13.14 15.68 0.04 0.54 -bernard-l'ermite bernard_l_ermite NOM m 0.00 0.34 0.00 0.34 -bernard-l'hermite bernard_l_hermite NOM m 0.01 0.14 0.01 0.14 -best-seller best_seller NOM m s 1.09 0.81 0.82 0.54 -best-sellers best_seller NOM m p 1.09 0.81 0.27 0.27 -best of best_of NOM m s 0.17 0.00 0.17 0.00 -bien-aimé bien_aimé NOM m s 8.50 4.66 4.51 1.89 -bien-aimée bien_aimé NOM f s 8.50 4.66 3.76 2.43 -bien-aimées bien_aimé ADJ f p 8.19 4.39 0.04 0.20 -bien-aimés bien_aimé ADJ m p 8.19 4.39 0.68 0.54 -bien-disants bien_disant ADJ m p 0.00 0.07 0.00 0.07 -bien-fonds bien_fonds NOM m 0.00 0.07 0.00 0.07 -bien-fondé bien_fondé NOM m s 0.31 0.81 0.31 0.81 -bien-manger bien_manger NOM m 0.00 0.14 0.00 0.14 -bien-pensant bien_pensant ADJ m s 0.06 2.16 0.01 1.28 -bien-pensante bien_pensant ADJ f s 0.06 2.16 0.02 0.47 -bien-pensants bien_pensant ADJ m p 0.06 2.16 0.03 0.41 -bien-portant bien_portant ADJ m s 0.03 0.41 0.00 0.14 -bien-portants bien_portant ADJ m p 0.03 0.41 0.03 0.27 -bien-être bien_être NOM m 4.28 8.78 4.28 8.78 -big-bang big_bang NOM m 0.03 0.41 0.03 0.41 -big band big_band NOM m 0.05 0.00 0.05 0.00 -big bang big_bang NOM m 0.38 1.62 0.38 1.62 -bin's bin_s NOM m 0.03 0.00 0.03 0.00 -binet-simon binet_simon NOM m s 0.00 0.07 0.00 0.07 -bip-bip bip_bip NOM m s 0.47 0.00 0.47 0.00 -birth control birth_control NOM m 0.01 0.14 0.01 0.14 -bisou-éclair bisou_éclair NOM m s 0.01 0.00 0.01 0.00 -bla-bla-bla bla_bla_bla NOM m 0.41 0.34 0.41 0.34 -bla-bla bla_bla NOM m 1.51 1.49 1.11 1.49 -bla bla bla_bla NOM m 1.51 1.49 0.40 0.00 -black-bass black_bass NOM m 0.00 0.07 0.00 0.07 -black-jack black_jack NOM m s 0.75 0.00 0.75 0.00 -black-out black_out NOM m 1.00 0.88 1.00 0.88 -blanc-bec blanc_bec NOM m s 1.50 0.61 1.39 0.47 -blanc-bleu blanc_bleu NOM m s 0.16 0.41 0.16 0.41 -blanc-gris blanc_gris ADJ m s 0.00 0.07 0.00 0.07 -blanc-seing blanc_seing NOM m s 0.01 0.27 0.01 0.27 -blancs-becs blanc_bec NOM m p 1.50 0.61 0.12 0.14 -blancs-manteaux blancs_manteaux ADJ m p 0.00 0.07 0.00 0.07 -bleu-ciel bleu_ciel ADJ m s 0.00 0.07 0.00 0.07 -bleu-noir bleu_noir ADJ 0.01 1.01 0.01 1.01 -bleu-roi bleu_roi NOM m s 0.02 0.00 0.02 0.00 -bleu-vert bleu_vert ADJ 0.13 0.47 0.13 0.47 -bloc-cylindres bloc_cylindres NOM m 0.01 0.00 0.01 0.00 -bloc-moteur bloc_moteur NOM m s 0.01 0.00 0.01 0.00 -bloc-notes bloc_notes NOM m 0.47 0.61 0.47 0.61 -blocs-notes blocs_notes NOM m p 0.07 0.07 0.07 0.07 -bloody mary bloody_mary NOM m s 1.32 0.20 1.32 0.20 -blue-jean blue_jean NOM m s 0.17 2.03 0.05 1.08 -blue-jeans blue_jean NOM m p 0.17 2.03 0.10 0.95 -blue jeans blue_jean NOM m p 0.17 2.03 0.01 0.00 -blue note blue_note NOM f s 0.02 0.00 0.02 0.00 -boîtes-repas boîtes_repas NOM f p 0.00 0.07 0.00 0.07 -boat people boat_people NOM m 0.02 0.07 0.02 0.07 -body-building body_building NOM m s 0.01 0.00 0.01 0.00 -bombes-test bombes_test NOM f p 0.01 0.00 0.01 0.00 -bon-papa bon_papa NOM m s 0.07 1.55 0.07 1.55 -bonheur-du-jour bonheur_du_jour NOM m s 0.02 0.14 0.02 0.07 -bonheurs-du-jour bonheur_du_jour NOM m p 0.02 0.14 0.00 0.07 -bonne-maman bonne_maman NOM f s 0.14 2.03 0.14 2.03 -bons-cadeaux bon_cadeaux ADV 0.01 0.00 0.01 0.00 -bons-chrétiens bon_chrétien NOM m p 0.00 0.07 0.00 0.07 -boogie-woogie boogie_woogie NOM m s 0.28 0.07 0.28 0.07 -borne-fontaine borne_fontaine NOM f s 0.00 0.20 0.00 0.07 -bornes-fontaines borne_fontaine NOM f p 0.00 0.20 0.00 0.14 -bossa-nova bossa_nova NOM f s 0.12 0.07 0.12 0.07 -bouche-à-bouche bouche_à_bouche NOM m 0.00 0.20 0.00 0.20 -bouche-à-oreille bouche_à_oreille NOM m s 0.00 0.07 0.00 0.07 -bouche-trou bouche_trou NOM m s 0.25 0.07 0.22 0.07 -bouche-trous bouche_trou NOM m p 0.25 0.07 0.03 0.00 -boui-boui boui_boui NOM m s 0.39 0.27 0.35 0.27 -bouis-bouis boui_boui NOM m p 0.39 0.27 0.04 0.00 -boulanger-pâtissier boulanger_pâtissier NOM m s 0.00 0.14 0.00 0.14 -boule-de-neige boule_de_neige NOM f s 0.07 0.00 0.07 0.00 -boulot-refuge boulot_refuge ADJ m s 0.00 0.07 0.00 0.07 -bourre-mou bourre_mou NOM m s 0.01 0.00 0.01 0.00 -bourre-pif bourre_pif NOM m s 0.04 0.07 0.04 0.07 -bout-dehors bout_dehors NOM m 0.00 0.20 0.00 0.20 -bout-rimé bout_rimé NOM m s 0.14 0.07 0.14 0.00 -boute-en-train boute_en_train NOM m 0.39 0.74 0.39 0.74 -boutique-cadeaux boutique_cadeaux NOM f s 0.02 0.00 0.02 0.00 -bouton-d'or bouton_d_or NOM m s 0.01 0.20 0.00 0.14 -bouton-pression bouton_pression NOM m s 0.04 0.14 0.02 0.07 -boutons-d'or bouton_d_or NOM m p 0.01 0.20 0.01 0.07 -boutons-pression bouton_pression NOM m p 0.04 0.14 0.02 0.07 -bouts-rimés bout_rimé NOM m p 0.14 0.07 0.00 0.07 -bow-window bow_window NOM m s 0.00 0.54 0.00 0.27 -bow-windows bow_window NOM m p 0.00 0.54 0.00 0.27 -box-calf box_calf NOM m s 0.00 0.27 0.00 0.27 -box-office box_office NOM m s 0.35 0.20 0.35 0.14 -box-offices box_office NOM m p 0.35 0.20 0.00 0.07 -boxer-short boxer_short NOM m s 0.05 0.07 0.05 0.07 -boy-friend boy_friend NOM m s 0.00 0.14 0.00 0.14 -boy-scout boy_scout NOM m s 2.09 1.62 0.86 0.68 -boy-scoutesque boy_scoutesque ADJ f s 0.00 0.07 0.00 0.07 -boy-scouts boy_scout NOM m p 2.09 1.62 1.22 0.95 -brûle-gueule brûle_gueule NOM m s 0.00 0.41 0.00 0.41 -bracelet-montre bracelet_montre NOM m s 0.00 2.70 0.00 1.76 -bracelets-montres bracelet_montre NOM m p 0.00 2.70 0.00 0.95 -brain-trust brain_trust NOM m s 0.03 0.07 0.03 0.07 -branle-bas branle_bas NOM m 0.29 1.82 0.29 1.82 -brasserie-hôtel brasserie_hôtel NOM f s 0.00 0.07 0.00 0.07 -break-down break_down NOM m 0.00 0.14 0.00 0.14 -bric-à-brac bric_à_brac NOM m 0.00 3.24 0.00 3.24 -bric et de broc bric_et_de_broc ADV 0.03 0.47 0.03 0.47 -brigadier-chef brigadier_chef NOM m s 0.01 1.96 0.01 1.82 -brigadiers-chefs brigadier_chef NOM m p 0.01 1.96 0.00 0.14 -brise-bise brise_bise NOM m 0.00 0.41 0.00 0.41 -brise-fer brise_fer NOM m 0.01 0.00 0.01 0.00 -brise-glace brise_glace NOM m 0.07 0.20 0.07 0.20 -brise-jet brise_jet NOM m 0.00 0.07 0.00 0.07 -brise-lame brise_lame NOM m s 0.00 0.14 0.00 0.14 -brise-vent brise_vent NOM m 0.01 0.00 0.01 0.00 -broncho-pneumonie broncho_pneumonie NOM f s 0.00 0.41 0.00 0.41 -broncho-pneumopathie broncho_pneumopathie NOM f s 0.01 0.07 0.01 0.07 -brown sugar brown_sugar NOM m 0.00 0.07 0.00 0.07 -brèche-dents brèche_dent NOM p 0.00 0.07 0.00 0.07 -bubble-gum bubble_gum NOM m s 0.08 0.07 0.07 0.07 -bubble gum bubble_gum NOM m s 0.08 0.07 0.01 0.00 -bébés-éprouvette bébé_éprouvette NOM m p 0.01 0.00 0.01 0.00 -bucco-génital bucco_génital ADJ m s 0.11 0.00 0.06 0.00 -bucco-génitales bucco_génital ADJ f p 0.11 0.00 0.02 0.00 -bucco-génitaux bucco_génital ADJ m p 0.11 0.00 0.02 0.00 -buen retiro buen_retiro NOM m 0.00 0.14 0.00 0.14 -buisson-ardent buisson_ardent NOM m s 0.01 0.00 0.01 0.00 -bull-dog bull_dog NOM m s 0.01 0.68 0.01 0.61 -bull-dogs bull_dog NOM m p 0.01 0.68 0.00 0.07 -bull-finch bull_finch NOM m s 0.00 0.14 0.00 0.14 -bull-terrier bull_terrier NOM m s 0.02 0.00 0.02 0.00 -by-pass by_pass NOM m 0.03 0.00 0.03 0.00 -by night by_night ADJ m s 0.25 0.41 0.25 0.41 -bye-bye bye_bye ONO 2.36 0.34 2.36 0.34 -c'est-à-dire c_est_à_dire ADV 0.00 52.03 0.00 52.03 -côtes-du-rhône côtes_du_rhône NOM m s 0.00 0.47 0.00 0.47 -cache-brassière cache_brassière NOM m 0.00 0.07 0.00 0.07 -cache-cache cache_cache NOM m 3.42 2.70 3.42 2.70 -cache-coeur cache_coeur NOM s 0.00 0.14 0.00 0.14 -cache-col cache_col NOM m 0.01 1.35 0.01 1.35 -cache-corset cache_corset NOM m 0.00 0.14 0.00 0.14 -cache-nez cache_nez NOM m 0.15 2.09 0.15 2.09 -cache-pot cache_pot NOM m s 0.16 0.81 0.16 0.41 -cache-pots cache_pot NOM m p 0.16 0.81 0.00 0.41 -cache-poussière cache_poussière NOM m 0.01 0.20 0.01 0.20 -cache-sexe cache_sexe NOM m 0.03 0.27 0.03 0.27 -cache-tampon cache_tampon NOM m 0.00 0.20 0.00 0.20 -café-concert café_concert NOM m s 0.00 0.47 0.00 0.34 -café-crème café_crème NOM m s 0.00 0.95 0.00 0.95 -café-hôtel café_hôtel NOM m s 0.00 0.07 0.00 0.07 -café-restaurant café_restaurant NOM m s 0.00 0.41 0.00 0.41 -café-tabac café_tabac NOM m s 0.00 1.22 0.00 1.22 -café-théâtre café_théâtre NOM m s 0.00 0.27 0.00 0.27 -cafés-concerts café_concert NOM m p 0.00 0.47 0.00 0.14 -cahin-caha cahin_caha ADV 0.00 1.08 0.00 1.08 -cake-walk cake_walk NOM m s 0.03 0.00 0.03 0.00 -cale-pied cale_pied NOM m s 0.00 0.34 0.00 0.07 -cale-pieds cale_pied NOM m p 0.00 0.34 0.00 0.27 -call-girl call_girl NOM f s 1.36 0.14 0.98 0.14 -call-girls call_girl NOM f p 1.36 0.14 0.09 0.00 -call girl call_girl NOM f s 1.36 0.14 0.25 0.00 -call girls call_girl NOM f p 1.36 0.14 0.03 0.00 -camion-benne camion_benne NOM m s 0.06 0.14 0.03 0.00 -camion-citerne camion_citerne NOM m s 0.70 0.47 0.62 0.34 -camion-grue camion_grue NOM m s 0.00 0.14 0.00 0.14 -camions-bennes camion_benne NOM m p 0.06 0.14 0.03 0.14 -camions-citernes camion_citerne NOM m p 0.70 0.47 0.08 0.14 -camping-car camping_car NOM m s 1.06 0.00 1.01 0.00 -camping-cars camping_car NOM m p 1.06 0.00 0.05 0.00 -camping-gaz camping_gaz NOM m 0.00 0.47 0.00 0.47 -caméra-espion caméra_espion NOM f s 0.01 0.00 0.01 0.00 -canadian river canadian_river NOM s 0.00 0.07 0.00 0.07 -canapé-lit canapé_lit NOM m s 0.02 1.15 0.00 1.15 -canapés-lits canapé_lit NOM m p 0.02 1.15 0.02 0.00 -canne-épée canne_épée NOM f s 0.01 0.54 0.01 0.34 -cannes-épées canne_épée NOM f p 0.01 0.54 0.00 0.20 -cap-hornier cap_hornier NOM m s 0.00 0.07 0.00 0.07 -capital-risque capital_risque NOM m s 0.04 0.00 0.04 0.00 -caporal-chef caporal_chef NOM m s 0.52 0.54 0.52 0.54 -caput mortuum caput_mortuum NOM m s 0.00 0.07 0.00 0.07 -cardinal-archevêque cardinal_archevêque NOM m s 0.02 0.07 0.02 0.07 -cardinal-légat cardinal_légat NOM m s 0.00 0.07 0.00 0.07 -cardio-pulmonaire cardio_pulmonaire ADJ s 0.07 0.00 0.07 0.00 -cardio-respiratoire cardio_respiratoire ADJ f s 0.10 0.00 0.10 0.00 -cardio-vasculaire cardio_vasculaire ADJ s 0.14 0.07 0.14 0.07 -carte-clé carte_clé NOM f s 0.03 0.00 0.03 0.00 -carte-lettre carte_lettre NOM f s 0.00 0.41 0.00 0.34 -cartes-lettres carte_lettre NOM f p 0.00 0.41 0.00 0.07 -carton-pâte carton_pâte NOM m s 0.17 1.28 0.17 1.28 -carême-prenant carême_prenant NOM m s 0.00 0.07 0.00 0.07 -casse-bonbons casse_bonbon NOM m p 0.10 0.00 0.10 0.00 -casse-burnes casse_burnes NOM m 0.05 0.00 0.05 0.00 -casse-cou casse_cou ADJ s 0.35 0.54 0.35 0.54 -casse-couilles casse_couilles NOM m 1.47 0.20 1.47 0.20 -casse-croûte casse_croûte NOM m s 1.54 4.46 1.52 4.32 -casse-croûtes casse_croûte NOM m p 1.54 4.46 0.02 0.14 -casse-cul casse_cul ADJ 0.01 0.00 0.01 0.00 -casse-dalle casse_dalle NOM m 0.29 0.95 0.28 0.81 -casse-dalles casse_dalle NOM m p 0.29 0.95 0.01 0.14 -casse-graine casse_graine NOM m 0.00 0.95 0.00 0.95 -casse-gueule casse_gueule NOM m 0.10 0.07 0.10 0.07 -casse-noisette casse_noisette NOM m s 0.22 0.41 0.22 0.41 -casse-noisettes casse_noisettes NOM m 0.13 0.27 0.13 0.27 -casse-noix casse_noix NOM m 0.12 0.20 0.12 0.20 -casse-pattes casse_pattes NOM m 0.03 0.20 0.03 0.20 -casse-pieds casse_pieds ADJ s 0.87 1.22 0.87 1.22 -casse-pipe casse_pipe NOM m s 0.50 0.74 0.50 0.74 -casse-pipes casse_pipes NOM m 0.02 0.20 0.02 0.20 -casse-tête casse_tête NOM m 0.69 0.88 0.69 0.88 -casus belli casus_belli NOM m 0.05 0.00 0.05 0.00 -celle-ci celle_ci PRO:dem f s 38.71 57.57 38.71 57.57 -celle-là celle_là PRO:dem f s 52.63 28.65 52.63 28.65 -celles-ci celles_ci PRO:dem f p 6.64 9.39 6.64 9.39 -celles-là celles_là PRO:dem f p 5.90 6.08 5.90 6.08 -celui-ci celui_ci PRO:dem m s 45.97 71.76 45.97 71.76 -celui-là celui_là PRO:dem m s 78.13 56.89 78.13 56.89 -centre-ville centre_ville NOM m s 2.87 0.54 2.87 0.54 -cerf-roi cerf_roi NOM m s 0.01 0.00 0.01 0.00 -cerf-volant cerf_volant NOM m s 1.85 1.82 1.40 1.22 -cerfs-volants cerf_volant NOM m p 1.85 1.82 0.46 0.61 -cessez-le-feu cessez_le_feu NOM m 1.54 0.41 1.54 0.41 -ceux-ci ceux_ci PRO:dem m p 4.26 20.95 4.26 20.95 -ceux-là ceux_là PRO:dem m p 14.65 25.81 14.65 25.81 -ch'timi ch_timi ADJ s 0.27 0.07 0.27 0.00 -ch'timis ch_timi NOM p 0.14 0.20 0.00 0.07 -cha-cha-cha cha_cha_cha NOM m s 0.61 0.20 0.61 0.20 -chalutier-patrouilleur chalutier_patrouilleur NOM m s 0.00 0.07 0.00 0.07 -chambre-salon chambre_salon NOM f s 0.00 0.07 0.00 0.07 -champ' champ NOM m s 57.22 106.49 0.04 1.76 -champs élysées champs_élysées NOM m p 0.00 0.14 0.00 0.14 -chanteuse-vedette chanteuse_vedette NOM f s 0.00 0.07 0.00 0.07 -chapiteaux-dortoirs chapiteau_dortoir NOM m p 0.00 0.07 0.00 0.07 -chasse-d'eau chasse_d_eau NOM f s 0.00 0.07 0.00 0.07 -chasse-goupilles chasse_goupille NOM f p 0.00 0.20 0.00 0.20 -chasse-mouche chasse_mouche NOM m s 0.00 0.14 0.00 0.14 -chasse-mouches chasse_mouches NOM m 0.12 0.61 0.12 0.61 -chasse-neige chasse_neige NOM m 0.58 0.54 0.58 0.54 -chasse-pierres chasse_pierres NOM m 0.01 0.00 0.01 0.00 -chassé-croisé chassé_croisé NOM m s 0.02 1.01 0.00 0.68 -chassés-croisés chassé_croisé NOM m p 0.02 1.01 0.02 0.34 -chat-huant chat_huant NOM m s 0.00 0.27 0.00 0.27 -chat-tigre chat_tigre NOM m s 0.00 0.14 0.00 0.14 -chaud-froid chaud_froid NOM m s 0.00 0.41 0.00 0.34 -chaude-pisse chaude_pisse NOM f s 0.15 0.34 0.15 0.27 -chaudes-pisses chaude_pisse NOM f p 0.15 0.34 0.00 0.07 -chauds-froids chaud_froid NOM m p 0.00 0.41 0.00 0.07 -chauffe-biberon chauffe_biberon NOM m s 0.10 0.00 0.10 0.00 -chauffe-eau chauffe_eau NOM m 0.63 0.61 0.63 0.61 -chauffe-plats chauffe_plats NOM m 0.00 0.14 0.00 0.14 -chauffeur-livreur chauffeur_livreur NOM m s 0.00 0.14 0.00 0.14 -chausse-pied chausse_pied NOM m s 0.24 0.14 0.24 0.14 -chausse-trape chausse_trape NOM f s 0.00 0.20 0.00 0.07 -chausse-trapes chausse_trape NOM f p 0.00 0.20 0.00 0.14 -chausse-trappe chausse_trappe NOM f s 0.00 0.07 0.00 0.07 -chauve-souris chauve_souris NOM f s 7.16 4.66 5.43 2.23 -chauves-souris chauve_souris NOM f p 7.16 4.66 1.73 2.43 -check-list check_list NOM f s 0.22 0.00 0.22 0.00 -check-up check_up NOM m 0.69 0.00 0.68 0.00 -check up check_up NOM m 0.69 0.00 0.01 0.00 -cheese-cake cheese_cake NOM m s 0.32 0.00 0.28 0.00 -cheese-cakes cheese_cake NOM m p 0.32 0.00 0.05 0.00 -chef-adjoint chef_adjoint NOM s 0.04 0.00 0.04 0.00 -chef-d'oeuvre chef_d_oeuvre NOM m s 3.34 12.77 2.56 8.51 -chef-d'oeuvres chef_d_oeuvres NOM s 0.11 0.00 0.11 0.00 -chef-lieu chef_lieu NOM m s 0.19 1.82 0.19 1.82 -chefs-d'oeuvre chef_d_oeuvre NOM m p 3.34 12.77 0.77 4.26 -chefs-lieux chefs_lieux NOM m p 0.00 0.27 0.00 0.27 -cherche-midi cherche_midi NOM m 0.01 0.27 0.01 0.27 -cheval-vapeur cheval_vapeur NOM m s 0.03 0.20 0.02 0.07 -chevau-léger chevau_léger NOM m s 0.01 0.14 0.01 0.14 -chevaux-vapeur cheval_vapeur NOM m p 0.03 0.20 0.01 0.14 -chewing-gum chewing_gum NOM m s 0.01 3.58 0.00 3.11 -chewing-gums chewing_gum NOM m p 0.01 3.58 0.01 0.41 -chewing gum chewing_gum NOM m s 0.01 3.58 0.00 0.07 -chez-soi chez_soi NOM m 0.31 0.41 0.31 0.41 -chic-type chic_type ADJ m s 0.01 0.00 0.01 0.00 -chiche-kebab chiche_kebab NOM m s 0.24 0.07 0.24 0.07 -chien-assis chien_assis NOM m 0.00 0.07 0.00 0.07 -chien-loup chien_loup NOM m s 0.27 1.08 0.14 1.08 -chien-robot chien_robot NOM m s 0.01 0.00 0.01 0.00 -chien-étoile chien_étoile NOM m s 0.00 0.07 0.00 0.07 -chiens-loups chien_loup NOM m p 0.27 1.08 0.12 0.00 -chiffres-clés chiffres_clé NOM m p 0.00 0.07 0.00 0.07 -chirurgien-dentiste chirurgien_dentiste NOM s 0.02 0.27 0.02 0.27 -chop suey chop_suey NOM m s 0.13 0.00 0.13 0.00 -château-fort château_fort NOM m s 0.00 0.07 0.00 0.07 -chou-fleur chou_fleur NOM m s 0.54 1.01 0.54 1.01 -chou-palmiste chou_palmiste NOM m s 0.00 0.07 0.00 0.07 -chou-rave chou_rave NOM m s 0.00 0.20 0.00 0.20 -choux-fleurs choux_fleurs NOM m p 0.57 1.28 0.57 1.28 -choux-raves choux_raves NOM m p 0.00 0.07 0.00 0.07 -chrétien-démocrate chrétien_démocrate ADJ m s 0.16 0.00 0.01 0.00 -chrétiens-démocrates chrétien_démocrate ADJ m p 0.16 0.00 0.14 0.00 -chèque-cadeau chèque_cadeau NOM m s 0.05 0.00 0.05 0.00 -chèvre-pied chèvre_pied NOM s 0.00 0.14 0.00 0.14 -chêne-liège chêne_liège NOM m s 0.00 0.95 0.00 0.14 -chênes-lièges chêne_liège NOM m p 0.00 0.95 0.00 0.81 -ci-après ci_après ADV 0.15 0.61 0.15 0.61 -ci-contre ci_contre ADV 0.00 0.07 0.00 0.07 -ci-dessous ci_dessous ADV 0.13 0.61 0.13 0.61 -ci-dessus ci_dessus ADV 0.20 1.28 0.20 1.28 -ci-gît ci_gît ADV 0.70 0.34 0.70 0.34 -ci-inclus ci_inclus ADJ m 0.03 0.14 0.01 0.07 -ci-incluse ci_inclus ADJ f s 0.03 0.14 0.01 0.07 -ci-incluses ci_inclus ADJ f p 0.03 0.14 0.01 0.00 -ci-joint ci_joint ADJ m s 0.62 1.89 0.59 1.69 -ci-jointe ci_joint ADJ f s 0.62 1.89 0.04 0.14 -ci-joints ci_joint ADJ m p 0.62 1.89 0.00 0.07 -cinquante-cinq cinquante_cinq ADJ:num 0.20 2.50 0.20 2.50 -cinquante-deux cinquante_deux ADJ:num 0.21 1.42 0.21 1.42 -cinquante-huit cinquante_huit ADJ:num 0.06 0.88 0.06 0.88 -cinquante-huitième cinquante_huitième ADJ 0.00 0.07 0.00 0.07 -cinquante-neuf cinquante_neuf ADJ:num 0.03 0.34 0.03 0.34 -cinquante-neuvième cinquante_neuvième ADJ 0.00 0.07 0.00 0.07 -cinquante-quatre cinquante_quatre ADJ:num 0.13 0.68 0.13 0.68 -cinquante-sept cinquante_sept ADJ:num 0.08 0.95 0.08 0.95 -cinquante-septième cinquante_septième ADJ 0.03 0.07 0.03 0.07 -cinquante-six cinquante_six ADJ:num 0.18 0.68 0.18 0.68 -cinquante-sixième cinquante_sixième ADJ 0.00 0.14 0.00 0.14 -cinquante-trois cinquante_trois ADJ:num 0.15 0.81 0.15 0.81 -cinquante-troisième cinquante_troisième ADJ 0.00 0.14 0.00 0.14 -ciné-club ciné_club NOM m s 0.00 0.74 0.00 0.54 -ciné-clubs ciné_club NOM m p 0.00 0.74 0.00 0.20 -ciné-roman ciné_roman NOM m s 0.00 0.14 0.00 0.14 -cinéma-vérité cinéma_vérité NOM m s 0.20 0.07 0.20 0.07 -circonscriptions-clés circonscriptions_clé NOM f p 0.01 0.00 0.01 0.00 -citizen band citizen_band NOM f s 0.01 0.00 0.01 0.00 -cité-dortoir cité_dortoir NOM f s 0.00 0.27 0.00 0.14 -cité-jardin cité_jardin NOM f s 0.00 0.20 0.00 0.20 -cités-dortoirs cité_dortoir NOM f p 0.00 0.27 0.00 0.14 -clair-obscur clair_obscur NOM m s 0.02 1.96 0.02 1.62 -claire-voie claire_voie NOM f s 0.01 2.43 0.01 1.96 -claires-voies claire_voie NOM f p 0.01 2.43 0.00 0.47 -clairs-obscurs clair_obscur NOM m p 0.02 1.96 0.00 0.34 -claque-merde claque_merde NOM m s 0.19 0.27 0.19 0.27 -clic-clac clic_clac ONO 0.10 0.07 0.10 0.07 -client-roi client_roi NOM m s 0.00 0.07 0.00 0.07 -clin-d'oeil clin_d_oeil NOM m s 0.01 0.00 0.01 0.00 -cloche-pied cloche_pied NOM f s 0.01 0.14 0.01 0.14 -clopin-clopant clopin_clopant ADV 0.00 0.14 0.00 0.14 -close-combat close_combat NOM m s 0.04 0.07 0.04 0.07 -close-up close_up NOM m s 0.01 0.07 0.01 0.07 -club-house club_house NOM m s 0.05 0.07 0.05 0.07 -co-animateur co_animateur NOM m s 0.03 0.00 0.03 0.00 -co-auteur co_auteur NOM m s 0.46 0.00 0.46 0.00 -co-avocat co_avocat NOM m s 0.01 0.00 0.01 0.00 -co-capitaine co_capitaine NOM m s 0.09 0.00 0.09 0.00 -co-dépendance co_dépendance NOM f s 0.01 0.00 0.01 0.00 -co-dépendante co_dépendant ADJ f s 0.01 0.00 0.01 0.00 -co-existence co_existence NOM f s 0.00 0.07 0.00 0.07 -co-exister co_exister VER 0.05 0.00 0.05 0.00 inf; -co-habiter co_habiter VER 0.02 0.00 0.02 0.00 inf; -co-locataire co_locataire NOM s 0.22 0.00 0.22 0.00 -co-pilote co_pilote NOM s 0.49 0.00 0.49 0.00 -co-pilotes co_pilote ADJ p 0.28 0.00 0.01 0.00 -co-production co_production NOM f s 0.11 0.00 0.01 0.00 -co-productions co_production NOM f p 0.11 0.00 0.10 0.00 -co-proprio co_proprio NOM m s 0.01 0.07 0.01 0.00 -co-proprios co_proprio NOM m p 0.01 0.07 0.00 0.07 -co-propriétaire co_propriétaire NOM s 0.19 0.27 0.05 0.00 -co-propriétaires co_propriétaire NOM p 0.19 0.27 0.14 0.27 -co-propriété co_propriété NOM f s 0.00 0.34 0.00 0.34 -co-président co_président NOM m s 0.02 0.07 0.02 0.07 -co-responsable co_responsable ADJ s 0.01 0.07 0.01 0.07 -co-signer co_signer VER 0.07 0.00 0.07 0.00 inf; -co-signons cosigner VER 0.32 0.00 0.01 0.00 ind:pre:1p; -co-tuteur co_tuteur NOM m s 0.00 0.07 0.00 0.07 -co-éducative co_éducatif ADJ f s 0.01 0.00 0.01 0.00 -co-équipier co_équipier NOM m s 0.21 0.00 0.21 0.00 -co-équipière coéquipier NOM f s 4.20 0.47 0.06 0.00 -co-vedette co_vedette NOM f s 0.02 0.00 0.02 0.00 -co-voiturage co_voiturage NOM m s 0.07 0.00 0.07 0.00 -coca-cola coca_cola NOM m 0.41 1.01 0.41 1.01 -cocotte-minute cocotte_minute NOM f s 0.07 0.34 0.07 0.34 -code-barre code_barre NOM m s 0.07 0.00 0.07 0.00 -code-barres code_barres NOM m 0.18 0.00 0.18 0.00 -code-clé code_clé NOM m s 0.01 0.00 0.01 0.00 -codes-clés codes_clé NOM m p 0.01 0.00 0.01 0.00 -coeur-poumons coeur_poumon NOM m p 0.03 0.07 0.03 0.07 -coffee shop coffee_shop NOM m s 0.10 0.00 0.10 0.00 -coffre-fort coffre_fort NOM m s 4.62 3.92 4.17 3.24 -coffres-forts coffre_fort NOM m p 4.62 3.92 0.45 0.68 -coin-coin coin_coin NOM m s 0.19 0.34 0.19 0.34 -coin-repas coin_repas NOM m s 0.02 0.00 0.02 0.00 -col-de-cygne col_de_cygne NOM m s 0.01 0.00 0.01 0.00 -col-vert col_vert NOM m s 0.12 0.14 0.12 0.07 -cold-cream cold_cream NOM m s 0.03 0.07 0.03 0.07 -colin-maillard colin_maillard NOM m s 0.93 0.95 0.93 0.95 -colis-cadeau colis_cadeau NOM m 0.02 0.00 0.02 0.00 -colis-repas colis_repas NOM m 0.00 0.07 0.00 0.07 -cols-de-cygne cols_de_cygne NOM m p 0.00 0.07 0.00 0.07 -cols-verts col_vert NOM m p 0.12 0.14 0.00 0.07 -comic book comic_book NOM m s 0.08 0.07 0.01 0.00 -comic books comic_book NOM m p 0.08 0.07 0.07 0.07 -commandos-suicide commando_suicide NOM m p 0.01 0.00 0.01 0.00 -commedia dell'arte commedia_dell_arte NOM f s 0.02 0.14 0.02 0.14 -commis-voyageur commis_voyageur NOM m s 0.05 0.41 0.05 0.20 -commis-voyageurs commis_voyageur NOM m p 0.05 0.41 0.00 0.20 -commissaire-adjoint commissaire_adjoint NOM s 0.02 0.07 0.02 0.07 -commissaire-priseur commissaire_priseur NOM m s 0.06 0.81 0.06 0.61 -commissaires-priseurs commissaire_priseur NOM m p 0.06 0.81 0.00 0.20 -commode-toilette commode_toilette NOM f s 0.00 0.14 0.00 0.14 -complet-veston complet_veston NOM m s 0.00 0.54 0.00 0.54 -compte-fils compte_fils NOM m 0.00 0.34 0.00 0.34 -compte-gouttes compte_gouttes NOM m 0.45 1.42 0.45 1.42 -compte-rendu compte_rendu NOM m s 2.21 0.14 2.06 0.07 -compte-tours compte_tours NOM m 0.04 0.41 0.04 0.41 -comptes-rendus compte_rendu NOM m p 2.21 0.14 0.16 0.07 -conduite-intérieure conduite_intérieure NOM f s 0.00 0.27 0.00 0.27 -conférences-débats conférences_débat NOM f p 0.00 0.07 0.00 0.07 -contrat-type contrat_type NOM m s 0.01 0.07 0.01 0.07 -contre-accusations contre_accusation NOM f p 0.01 0.00 0.01 0.00 -contre-alizés contre_alizé NOM m p 0.00 0.07 0.00 0.07 -contre-allée contre_allée NOM f s 0.05 0.34 0.04 0.20 -contre-allées contre_allée NOM f p 0.05 0.34 0.01 0.14 -contre-amiral contre_amiral NOM m s 0.19 0.07 0.19 0.07 -contre-appel contre_appel NOM m s 0.00 0.07 0.00 0.07 -contre-assurance contre_assurance NOM f s 0.00 0.07 0.00 0.07 -contre-attaqua contre_attaquer VER 0.71 1.96 0.01 0.07 ind:pas:3s; -contre-attaquaient contre_attaquer VER 0.71 1.96 0.00 0.20 ind:imp:3p; -contre-attaquait contre_attaquer VER 0.71 1.96 0.00 0.07 ind:imp:3s; -contre-attaquant contre_attaquer VER 0.71 1.96 0.00 0.07 par:pre; -contre-attaque contre_attaque NOM f s 1.46 2.16 1.35 1.69 -contre-attaquent contre_attaquer VER 0.71 1.96 0.07 0.20 ind:pre:3p; -contre-attaquer contre_attaquer VER 0.71 1.96 0.37 0.95 inf; -contre-attaquera contre_attaquer VER 0.71 1.96 0.01 0.00 ind:fut:3s; -contre-attaquerons contre_attaquer VER 0.71 1.96 0.03 0.07 ind:fut:1p; -contre-attaques contre_attaque NOM f p 1.46 2.16 0.11 0.47 -contre-attaquons contre_attaquer VER 0.71 1.96 0.03 0.07 ind:pre:1p; -contre-attaquèrent contre_attaquer VER 0.71 1.96 0.03 0.07 ind:pas:3p; -contre-attaqué contre_attaquer VER m s 0.71 1.96 0.07 0.07 par:pas; -contre-champ contre_champ NOM m s 0.00 0.07 0.00 0.07 -contre-chant contre_chant NOM m s 0.00 0.14 0.00 0.14 -contre-chocs contre_choc NOM m p 0.00 0.07 0.00 0.07 -contre-clés contre_clé NOM f p 0.00 0.07 0.00 0.07 -contre-courant contre_courant NOM m s 0.59 1.96 0.59 1.96 -contre-culture contre_culture NOM f s 0.03 0.00 0.03 0.00 -contre-emploi contre_emploi NOM m s 0.01 0.00 0.01 0.00 -contre-espionnage contre_espionnage NOM m s 0.67 0.34 0.67 0.34 -contre-exemple contre_exemple NOM m s 0.00 0.07 0.00 0.07 -contre-expertise contre_expertise NOM f s 0.52 0.27 0.51 0.20 -contre-expertises contre_expertise NOM f p 0.52 0.27 0.01 0.07 -contre-feu contre_feu NOM m s 0.07 0.00 0.07 0.00 -contre-feux contre_feux NOM m p 0.00 0.07 0.00 0.07 -contre-fiches contre_fiche NOM f p 0.00 0.07 0.00 0.07 -contre-fil contre_fil NOM m s 0.00 0.07 0.00 0.07 -contre-gré contre_gré NOM m s 0.00 0.14 0.00 0.14 -contre-indication contre_indication NOM f s 0.07 0.00 0.04 0.00 -contre-indications contre_indication NOM f p 0.07 0.00 0.04 0.00 -contre-indiqué contre_indiquer VER m s 0.06 0.14 0.06 0.14 par:pas; -contre-interrogatoire contre_interrogatoire NOM m s 0.48 0.00 0.46 0.00 -contre-interrogatoires contre_interrogatoire NOM m p 0.48 0.00 0.02 0.00 -contre-jour contre_jour NOM m s 0.39 6.01 0.39 6.01 -contre-la-montre contre_la_montre NOM m s 0.80 0.00 0.80 0.00 -contre-lame contre_lame NOM f s 0.00 0.07 0.00 0.07 -contre-lettre contre_lettre NOM f s 0.00 0.14 0.00 0.14 -contre-manifestants contre_manifestant NOM m p 0.00 0.14 0.00 0.14 -contre-manifestent contre_manifester VER 0.00 0.07 0.00 0.07 ind:pre:3p; -contre-mesure contre_mesure NOM f s 0.42 0.00 0.04 0.00 -contre-mesures contre_mesure NOM f p 0.42 0.00 0.39 0.00 -contre-mine contre_mine NOM f s 0.00 0.14 0.00 0.07 -contre-mines contre_mine NOM f p 0.00 0.14 0.00 0.07 -contre-miné contre_miner VER m s 0.00 0.07 0.00 0.07 par:pas; -contre-nature contre_nature ADJ s 0.41 0.14 0.41 0.14 -contre-offensive contre_offensive NOM f s 0.29 0.41 0.18 0.41 -contre-offensives contre_offensive NOM f p 0.29 0.41 0.11 0.00 -contre-ordre contre_ordre NOM m s 0.47 0.95 0.46 0.81 -contre-ordres contre_ordre NOM m p 0.47 0.95 0.01 0.14 -contre-pente contre_pente NOM f s 0.00 0.34 0.00 0.34 -contre-performance contre_performance NOM f s 0.14 0.07 0.14 0.00 -contre-performances contre_performance NOM f p 0.14 0.07 0.00 0.07 -contre-pied contre_pied NOM m s 0.04 0.61 0.04 0.54 -contre-pieds contre_pied NOM m p 0.04 0.61 0.00 0.07 -contre-plaqué contre_plaqué NOM m s 0.10 0.54 0.10 0.54 -contre-plongée contre_plongée NOM f s 0.23 0.47 0.23 0.47 -contre-pouvoirs contre_pouvoir NOM m p 0.00 0.07 0.00 0.07 -contre-pression contre_pression NOM f s 0.02 0.00 0.02 0.00 -contre-productif contre_productif ADJ m s 0.10 0.00 0.09 0.00 -contre-productive contre_productif ADJ f s 0.10 0.00 0.01 0.00 -contre-propagande contre_propagande NOM f s 0.02 0.07 0.02 0.07 -contre-proposition contre_proposition NOM f s 0.40 0.07 0.39 0.07 -contre-propositions contre_proposition NOM f p 0.40 0.07 0.01 0.00 -contre-réaction contre_réaction NOM f s 0.01 0.00 0.01 0.00 -contre-réforme contre_réforme NOM f s 0.00 0.61 0.00 0.61 -contre-révolution contre_révolution NOM f s 0.37 0.34 0.37 0.34 -contre-révolutionnaire contre_révolutionnaire ADJ s 0.14 0.27 0.03 0.00 -contre-révolutionnaires contre_révolutionnaire ADJ p 0.14 0.27 0.11 0.27 -contre-terrorisme contre_terrorisme NOM m s 0.07 0.00 0.07 0.00 -contre-terroriste contre_terroriste ADJ f s 0.00 0.07 0.00 0.07 -contre-test contre_test NOM m s 0.00 0.07 0.00 0.07 -contre-torpilleur contre_torpilleur NOM m s 0.20 1.22 0.08 0.61 -contre-torpilleurs contre_torpilleur NOM m p 0.20 1.22 0.12 0.61 -contre-transfert contre_transfert NOM m s 0.01 0.00 0.01 0.00 -contre-épreuve contre_épreuve NOM f s 0.01 0.07 0.00 0.07 -contre-épreuves contre_épreuve NOM f p 0.01 0.07 0.01 0.00 -contre-ut contre_ut NOM m 0.04 0.07 0.04 0.07 -contre-voie contre_voie NOM f s 0.00 0.27 0.00 0.27 -contre-vérité contre_vérité NOM f s 0.02 0.07 0.02 0.07 -coolie-pousse coolie_pousse NOM m s 0.01 0.00 0.01 0.00 -coq-à-l'âne coq_à_l_âne NOM m 0.00 0.14 0.00 0.14 -cordon-bleu cordon_bleu NOM m s 0.27 0.14 0.26 0.07 -cordons-bleus cordon_bleu NOM m p 0.27 0.14 0.01 0.07 -corn-flakes corn_flakes NOM m p 0.22 0.00 0.22 0.00 -corn flakes corn_flakes NOM f p 0.14 0.07 0.14 0.07 -corps-mort corps_mort NOM m s 0.00 0.07 0.00 0.07 -corpus delicti corpus_delicti NOM m s 0.03 0.00 0.03 0.00 -cosy-corner cosy_corner NOM m s 0.00 0.54 0.00 0.47 -cosy-corners cosy_corner NOM m p 0.00 0.54 0.00 0.07 -cot cot codec cot_cot_codec ONO 0.14 0.07 0.14 0.07 -coton-tige coton_tige NOM m s 0.43 0.07 0.20 0.00 -cotons-tiges coton_tige NOM m p 0.43 0.07 0.23 0.07 -cou-de-pied cou_de_pied NOM m s 0.01 0.27 0.01 0.27 -couche-culotte couche_culotte NOM f s 0.22 0.27 0.11 0.07 -couches-culottes couche_culotte NOM f p 0.22 0.27 0.11 0.20 -couci-couça couci_couça ADV 0.60 0.20 0.60 0.20 -couloir-symbole couloir_symbole NOM m s 0.00 0.07 0.00 0.07 -coup-de-poing coup_de_poing NOM m s 0.13 0.00 0.13 0.00 -coupe-chou coupe_chou NOM m s 0.05 0.34 0.05 0.34 -coupe-choux coupe_choux NOM m 0.14 0.27 0.14 0.27 -coupe-cigare coupe_cigare NOM m s 0.02 0.20 0.02 0.07 -coupe-cigares coupe_cigare NOM m p 0.02 0.20 0.00 0.14 -coupe-circuit coupe_circuit NOM m s 0.13 0.34 0.11 0.27 -coupe-circuits coupe_circuit NOM m p 0.13 0.34 0.02 0.07 -coupe-coupe coupe_coupe NOM m 0.10 0.68 0.10 0.68 -coupe-faim coupe_faim NOM m s 0.09 0.07 0.08 0.07 -coupe-faims coupe_faim NOM m p 0.09 0.07 0.01 0.00 -coupe-feu coupe_feu NOM m s 0.12 0.14 0.12 0.14 -coupe-file coupe_file NOM m s 0.03 0.00 0.03 0.00 -coupe-gorge coupe_gorge NOM m 0.28 0.61 0.28 0.61 -coupe-jarret coupe_jarret NOM m s 0.03 0.00 0.02 0.00 -coupe-jarrets coupe_jarret NOM m p 0.03 0.00 0.01 0.00 -coupe-ongle coupe_ongle NOM m s 0.05 0.00 0.05 0.00 -coupe-ongles coupe_ongles NOM m 0.26 0.14 0.26 0.14 -coupe-papier coupe_papier NOM m 0.36 0.95 0.36 0.95 -coupe-pâte coupe_pâte NOM m s 0.00 0.07 0.00 0.07 -coupe-racines coupe_racine NOM m p 0.00 0.07 0.00 0.07 -coupe-vent coupe_vent NOM m s 0.31 0.34 0.31 0.34 -coupon-cadeau coupon_cadeau NOM m s 0.01 0.00 0.01 0.00 -coups-de-poing coups_de_poing NOM m p 0.00 0.14 0.00 0.14 -cour-jardin cour_jardin NOM f s 0.00 0.07 0.00 0.07 -course-poursuite course_poursuite NOM f s 0.34 0.00 0.34 0.00 -court-bouillon court_bouillon NOM m s 0.29 0.68 0.29 0.68 -court-circuit court_circuit NOM m s 1.53 1.76 1.47 1.55 -court-circuitait court_circuiter VER 0.83 0.54 0.00 0.07 ind:imp:3s; -court-circuitant court_circuiter VER 0.83 0.54 0.00 0.07 par:pre; -court-circuite court_circuiter VER 0.83 0.54 0.14 0.07 imp:pre:2s;ind:pre:1s;ind:pre:3s; -court-circuiter court_circuiter VER 0.83 0.54 0.29 0.20 inf; -court-circuits court_circuit VER 0.01 0.00 0.01 0.00 ind:pre:3s; -court-circuits court_circuits NOM m s 0.02 0.00 0.02 0.00 -court-circuité court_circuiter VER m s 0.83 0.54 0.28 0.07 par:pas; -court-circuitée court_circuiter VER f s 0.83 0.54 0.02 0.07 par:pas; -court-circuitées court_circuiter VER f p 0.83 0.54 0.10 0.00 par:pas; -court-courrier court_courrier NOM m s 0.01 0.00 0.01 0.00 -court-jus court_jus NOM m 0.03 0.00 0.03 0.00 -court-métrage court_métrage NOM m s 0.17 0.00 0.17 0.00 -court-vêtue court_vêtu ADJ f s 0.01 0.14 0.01 0.00 -court-vêtues court_vêtu ADJ f p 0.01 0.14 0.00 0.14 -courts-circuits court_circuit NOM m p 1.53 1.76 0.07 0.20 -cous-de-pied cous_de_pied NOM m p 0.00 0.07 0.00 0.07 -couteau-scie couteau_scie NOM m s 0.01 0.07 0.01 0.07 -couvre-chef couvre_chef NOM m s 0.58 1.55 0.42 1.35 -couvre-chefs couvre_chef NOM m p 0.58 1.55 0.16 0.20 -couvre-feu couvre_feu NOM m s 3.63 3.11 3.63 3.11 -couvre-feux couvre_feux NOM m p 0.04 0.00 0.04 0.00 -couvre-lit couvre_lit NOM m s 0.33 2.77 0.30 2.70 -couvre-lits couvre_lit NOM m p 0.33 2.77 0.03 0.07 -couvre-pied couvre_pied NOM m s 0.01 0.47 0.01 0.47 -couvre-pieds couvre_pieds NOM m 0.01 0.47 0.01 0.47 -cover-girl cover_girl NOM f s 0.14 0.47 0.14 0.20 -cover-girls cover_girl NOM f p 0.14 0.47 0.00 0.27 -cow-boy cow_boy NOM m s 0.01 5.27 0.00 3.11 -cow-boys cow_boy NOM m p 0.01 5.27 0.01 2.16 -crapaud-buffle crapaud_buffle NOM m s 0.01 0.14 0.01 0.00 -crapauds-buffles crapaud_buffle NOM m p 0.01 0.14 0.00 0.14 -crash-test crash_test NOM m s 0.02 0.00 0.02 0.00 -crayon-encre crayon_encre NOM m s 0.00 0.27 0.00 0.27 -crayons-feutres crayon_feutre NOM m p 0.00 0.14 0.00 0.14 -cric-crac cric_crac ONO 0.00 0.07 0.00 0.07 -cris-craft cris_craft NOM m s 0.00 0.07 0.00 0.07 -croa-croa croa_croa ADV 0.00 0.41 0.00 0.27 -croa croa croa_croa ADV 0.00 0.41 0.00 0.14 -croc-en-jambe croc_en_jambe NOM m s 0.16 0.61 0.16 0.61 -croche-patte croche_patte NOM m s 0.17 0.34 0.17 0.34 -croche-pied croche_pied NOM m s 0.56 0.68 0.43 0.41 -croche-pieds croche_pied NOM m p 0.56 0.68 0.14 0.27 -crocs-en-jambe crocs_en_jambe NOM m p 0.00 0.20 0.00 0.20 -croque-madame croque_madame NOM m s 0.03 0.00 0.03 0.00 -croque-mitaine croque_mitaine NOM m s 0.61 0.20 0.61 0.20 -croque-monsieur croque_monsieur NOM m 0.28 0.14 0.28 0.14 -croque-mort croque_mort NOM m s 2.20 3.31 1.81 1.28 -croque-morts croque_mort NOM m p 2.20 3.31 0.39 2.03 -croquis-minute croquis_minute NOM m 0.00 0.07 0.00 0.07 -cross-country cross_country NOM m s 0.05 0.34 0.05 0.34 -crédit-bail crédit_bail NOM m s 0.02 0.00 0.02 0.00 -crêtes-de-coq crêtes_de_coq NOM f p 0.03 0.07 0.03 0.07 -cui-cui cui_cui NOM m 0.15 0.34 0.15 0.34 -cuisse-madame cuisse_madame NOM f s 0.00 0.07 0.00 0.07 -cul-blanc cul_blanc NOM m s 0.16 0.20 0.01 0.14 -cul-bénit cul_bénit NOM m s 0.08 0.20 0.02 0.07 -cul-cul cul_cul ADJ 0.04 0.00 0.04 0.00 -cul-de-basse-fosse cul_de_basse_fosse NOM m s 0.01 0.41 0.01 0.41 -cul-de-four cul_de_four NOM m s 0.00 0.20 0.00 0.20 -cul-de-jatte cul_de_jatte NOM m s 0.54 1.42 0.42 1.08 -cul-de-lampe cul_de_lampe NOM m s 0.01 0.20 0.01 0.14 -cul-de-plomb cul_de_plomb NOM m s 0.00 0.07 0.00 0.07 -cul-de-porc cul_de_porc NOM m s 0.02 0.00 0.02 0.00 -cul-de-poule cul_de_poule NOM m s 0.00 0.14 0.00 0.14 -cul-de-sac cul_de_sac NOM m s 0.80 1.55 0.75 1.22 -cul-terreux cul_terreux NOM m 2.23 1.28 1.60 0.41 -culs-blancs cul_blanc NOM m p 0.16 0.20 0.14 0.07 -culs-bénits cul_bénit NOM m p 0.08 0.20 0.06 0.14 -culs-de-basse-fosse culs_de_basse_fosse NOM m p 0.00 0.27 0.00 0.27 -culs-de-jatte cul_de_jatte NOM m p 0.54 1.42 0.12 0.34 -culs-de-lampe cul_de_lampe NOM m p 0.01 0.20 0.00 0.07 -culs-de-sac cul_de_sac NOM m p 0.80 1.55 0.05 0.34 -culs-terreux cul_terreux NOM m p 2.23 1.28 0.63 0.88 -cumulo-nimbus cumulo_nimbus NOM m 0.02 0.14 0.02 0.14 -céphalo-rachidien céphalo_rachidien ADJ m s 0.30 0.00 0.30 0.00 -cure-dent cure_dent NOM m s 1.39 0.88 0.60 0.14 -cure-dents cure_dent NOM m p 1.39 0.88 0.78 0.74 -cure-pipe cure_pipe NOM m s 0.07 0.00 0.05 0.00 -cure-pipes cure_pipe NOM m p 0.07 0.00 0.02 0.00 -curriculum vitae curriculum_vitae NOM m 0.13 0.74 0.13 0.74 -cérébro-spinale cérébro_spinal ADJ f s 0.03 0.14 0.03 0.14 -cuti-réaction cuti_réaction NOM f s 0.00 0.07 0.00 0.07 -cyclo-cross cyclo_cross NOM m 0.00 0.07 0.00 0.07 -cyclo-pousse cyclo_pousse NOM m 0.05 0.00 0.05 0.00 -d' d_ PRE 7224.74 11876.35 7224.74 11876.35 -d'abord d_abord ADV 175.45 169.32 175.45 169.32 -d'autres d_autres ADJ:ind p 133.34 119.73 133.34 119.73 -d'emblée d_emblée ADV 1.31 8.38 1.31 8.38 -d'ores et déjà d_ores_et_déjà ADV 0.26 1.28 0.26 1.28 -dalaï-lama dalaï_lama NOM m s 0.00 0.20 0.00 0.20 -dame-jeanne dame_jeanne NOM f s 0.01 0.20 0.01 0.07 -dames-jeannes dame_jeanne NOM f p 0.01 0.20 0.00 0.14 -dare-dare dare_dare ADV 0.21 1.55 0.17 1.28 -dare dare dare_dare ADV 0.21 1.55 0.04 0.27 -de amicis de_amicis NOM m s 0.00 0.07 0.00 0.07 -de auditu de_auditu ADV 0.00 0.07 0.00 0.07 -de facto de_facto ADV 0.16 0.07 0.16 0.07 -de guingois de_guingois ADV 0.01 2.64 0.01 2.64 -de plano de_plano ADV 0.04 0.00 0.04 0.00 -de profundis de_profundis NOM m 0.06 0.41 0.06 0.41 -de santis de_santis NOM m s 0.10 0.00 0.10 0.00 -de traviole de_traviole ADV 0.43 1.28 0.43 1.28 -de visu de_visu ADV 1.02 0.54 1.02 0.54 -delirium tremens delirium_tremens NOM m 0.07 0.27 0.07 0.27 -della francesca della_francesca NOM m s 0.34 0.20 0.34 0.20 -della porta della_porta NOM m s 0.00 0.07 0.00 0.07 -della robbia della_robbia NOM m s 0.00 0.07 0.00 0.07 -delta-plane delta_plane NOM m s 0.03 0.07 0.03 0.07 -demi-barbare demi_barbare NOM s 0.00 0.07 0.00 0.07 -demi-bas demi_bas NOM m 0.01 0.14 0.01 0.14 -demi-bonheur demi_bonheur NOM m s 0.00 0.07 0.00 0.07 -demi-bottes demi_botte NOM f p 0.00 0.14 0.00 0.14 -demi-bouteille demi_bouteille NOM f s 0.41 0.47 0.41 0.47 -demi-brigade demi_brigade NOM f s 0.00 0.68 0.00 0.61 -demi-brigades demi_brigade NOM f p 0.00 0.68 0.00 0.07 -demi-cent demi_cent NOM m s 0.01 0.07 0.01 0.07 -demi-centimètre demi_centimètre NOM m s 0.02 0.20 0.02 0.20 -demi-centre demi_centre NOM m s 0.00 0.07 0.00 0.07 -demi-cercle demi_cercle NOM m s 0.12 4.80 0.11 4.46 -demi-cercles demi_cercle NOM m p 0.12 4.80 0.01 0.34 -demi-chagrin demi_chagrin NOM m s 0.00 0.07 0.00 0.07 -demi-clair demi_clair NOM m s 0.00 0.07 0.00 0.07 -demi-clarté demi_clarté NOM f s 0.00 0.20 0.00 0.20 -demi-cloison demi_cloison NOM f s 0.00 0.20 0.00 0.20 -demi-coma demi_coma NOM m s 0.01 0.27 0.01 0.27 -demi-confidence demi_confidence NOM f s 0.00 0.07 0.00 0.07 -demi-conscience demi_conscience NOM f s 0.00 0.20 0.00 0.20 -demi-cylindre demi_cylindre NOM m s 0.00 0.14 0.00 0.14 -demi-degré demi_degré NOM m s 0.01 0.00 0.01 0.00 -demi-deuil demi_deuil NOM m s 0.00 0.34 0.00 0.34 -demi-dieu demi_dieu NOM m s 0.47 0.47 0.47 0.47 -demi-dieux demi_dieux NOM m p 0.16 0.47 0.16 0.47 -demi-dose demi_dose NOM f s 0.03 0.00 0.03 0.00 -demi-douzaine demi_douzaine NOM f s 1.34 6.55 1.34 6.55 -demi-dévêtu demi_dévêtu ADJ m s 0.00 0.14 0.00 0.07 -demi-dévêtue demi_dévêtu ADJ f s 0.00 0.14 0.00 0.07 -demi-figure demi_figure NOM f s 0.00 0.07 0.00 0.07 -demi-finale demi_finale NOM f s 1.13 0.00 0.87 0.00 -demi-finales demi_finale NOM f p 1.13 0.00 0.26 0.00 -demi-finaliste demi_finaliste NOM s 0.01 0.00 0.01 0.00 -demi-fond demi_fond NOM m s 0.21 0.14 0.21 0.14 -demi-fou demi_fou NOM m s 0.14 0.14 0.14 0.00 -demi-fous demi_fou NOM m p 0.14 0.14 0.00 0.14 -demi-frère demi_frère NOM m s 2.70 2.91 2.17 2.91 -demi-frères demi_frère NOM m p 2.70 2.91 0.53 0.00 -demi-gros demi_gros NOM m 0.01 0.47 0.01 0.47 -demi-heure demi_heure NOM f s 26.65 23.18 26.65 22.43 -demi-heures heur NOM f p 0.28 1.15 0.22 0.07 -demi-jour demi_jour NOM m s 0.02 1.28 0.02 1.28 -demi-journée demi_journée NOM f s 1.65 1.08 1.60 1.01 -demi-journées demi_journée NOM f p 1.65 1.08 0.05 0.07 -demi-juif demi_juif NOM m s 0.01 0.00 0.01 0.00 -demi-kilomètre demi_kilomètre NOM m s 0.14 0.14 0.14 0.14 -demi-liberté demi_liberté NOM f s 0.00 0.07 0.00 0.07 -demi-lieue demi_lieue NOM f s 0.30 0.41 0.30 0.41 -demi-litre demi_litre NOM m s 0.67 0.81 0.67 0.81 -demi-livre demi_livre NOM f s 0.12 0.34 0.12 0.34 -demi-longueur demi_longueur NOM f s 0.06 0.00 0.06 0.00 -demi-louis demi_louis NOM m 0.00 0.07 0.00 0.07 -demi-lueur demi_lueur NOM f s 0.00 0.07 0.00 0.07 -demi-lumière demi_lumière NOM f s 0.00 0.07 0.00 0.07 -demi-lune demi_lune NOM f s 1.03 2.36 0.92 2.23 -demi-lunes demi_lune NOM f p 1.03 2.36 0.11 0.14 -demi-luxe demi_luxe NOM m s 0.00 0.07 0.00 0.07 -demi-mal demi_mal NOM m s 0.00 0.07 0.00 0.07 -demi-mensonge demi_mensonge NOM m s 0.01 0.07 0.01 0.07 -demi-mesure demi_mesure NOM f s 0.39 0.54 0.14 0.14 -demi-mesures demi_mesure NOM f p 0.39 0.54 0.25 0.41 -demi-mille demi_mille NOM m 0.00 0.07 0.00 0.07 -demi-milliard demi_milliard NOM m s 0.87 0.07 0.87 0.07 -demi-millimètre demi_millimètre NOM m s 0.00 0.07 0.00 0.07 -demi-million demi_million NOM m s 3.08 0.41 3.08 0.41 -demi-minute demi_minute NOM f s 0.04 0.07 0.04 0.07 -demi-mois demi_mois NOM m 0.15 0.00 0.15 0.00 -demi-mondaine demi_mondain NOM f s 0.00 0.74 0.00 0.27 -demi-mondaines demi_mondain NOM f p 0.00 0.74 0.00 0.47 -demi-monde demi_monde NOM m s 0.01 0.14 0.01 0.14 -demi-mort demi_mort NOM m s 0.26 0.27 0.11 0.20 -demi-morte demi_mort NOM f s 0.26 0.27 0.04 0.07 -demi-morts demi_mort NOM m p 0.26 0.27 0.10 0.00 -demi-mot demi_mot NOM m s 0.19 1.49 0.19 1.49 -demi-mètre demi_mètre NOM m s 0.00 0.54 0.00 0.54 -demi-muid demi_muid NOM m s 0.00 0.07 0.00 0.07 -demi-nu demi_nu ADV 0.14 0.00 0.14 0.00 -demi-nuit demi_nuit NOM f s 0.02 0.27 0.02 0.27 -demi-obscurité demi_obscurité NOM f s 0.00 1.96 0.00 1.96 -demi-ouverte demi_ouvert ADJ f s 0.00 0.07 0.00 0.07 -demi-ouvrier demi_ouvrier NOM m s 0.00 0.07 0.00 0.07 -demi-page demi_page NOM f s 0.05 0.41 0.05 0.41 -demi-paralysé demi_paralysé ADJ m s 0.10 0.00 0.10 0.00 -demi-part demi_part NOM f s 0.01 0.00 0.01 0.00 -demi-pas demi_pas NOM m 0.21 0.27 0.21 0.27 -demi-pension demi_pension NOM f s 0.00 0.41 0.00 0.41 -demi-pensionnaire demi_pensionnaire NOM s 0.00 0.41 0.00 0.20 -demi-pensionnaires demi_pensionnaire NOM p 0.00 0.41 0.00 0.20 -demi-personne demi_personne ADJ m s 0.00 0.07 0.00 0.07 -demi-pied demi_pied NOM m s 0.00 0.07 0.00 0.07 -demi-pinte demi_pinte NOM f s 0.07 0.07 0.07 0.07 -demi-pièce demi_pièce NOM f s 0.00 0.07 0.00 0.07 -demi-place demi_place NOM f s 0.11 0.00 0.11 0.00 -demi-plein demi_plein ADJ m s 0.01 0.00 0.01 0.00 -demi-point demi_point NOM m s 0.14 0.00 0.14 0.00 -demi-pointes demi_pointe NOM f p 0.00 0.07 0.00 0.07 -demi-porte demi_porte NOM f s 0.00 0.14 0.00 0.14 -demi-portion demi_portion NOM f s 1.23 0.20 1.18 0.00 -demi-portions demi_portion NOM f p 1.23 0.20 0.05 0.20 -demi-pouce demi_pouce ADJ m s 0.01 0.00 0.01 0.00 -demi-quart demi_quart NOM m s 0.00 0.07 0.00 0.07 -demi-queue demi_queue NOM m s 0.01 0.20 0.01 0.20 -demi-ronde demi_rond NOM f s 0.00 0.34 0.00 0.34 -demi-réussite demi_réussite NOM f s 0.00 0.14 0.00 0.14 -demi-rêve demi_rêve NOM m s 0.00 0.20 0.00 0.20 -demi-révérence demi_révérence NOM f s 0.00 0.07 0.00 0.07 -demi-saison demi_saison NOM f s 0.00 0.95 0.00 0.81 -demi-saisons demi_saison NOM f p 0.00 0.95 0.00 0.14 -demi-sang demi_sang NOM m s 0.04 0.54 0.04 0.47 -demi-sangs demi_sang NOM m p 0.04 0.54 0.00 0.07 -demi-seconde demi_seconde NOM f s 0.13 1.01 0.13 1.01 -demi-section demi_section NOM f s 0.00 0.41 0.00 0.41 -demi-sel demi_sel NOM m 0.04 0.47 0.03 0.27 -demi-sels demi_sel NOM m p 0.04 0.47 0.01 0.20 -demi-siècle demi_siècle NOM m s 0.17 5.95 0.17 5.81 -demi-siècles demi_siècle NOM m p 0.17 5.95 0.00 0.14 -demi-soeur demi_soeur NOM f s 0.50 9.05 0.42 8.92 -demi-soeurs demi_soeur NOM f p 0.50 9.05 0.07 0.14 -demi-solde demi_solde NOM f s 0.01 0.14 0.01 0.07 -demi-soldes demi_solde NOM f p 0.01 0.14 0.00 0.07 -demi-sommeil demi_sommeil NOM m s 0.25 2.50 0.25 2.43 -demi-sommeils demi_sommeil NOM m p 0.25 2.50 0.00 0.07 -demi-somnolence demi_somnolence NOM f s 0.00 0.14 0.00 0.14 -demi-sourire demi_sourire NOM m s 0.00 2.84 0.00 2.77 -demi-sourires demi_sourire NOM m p 0.00 2.84 0.00 0.07 -demi-succès demi_succès NOM m 0.00 0.20 0.00 0.20 -demi-suicide demi_suicide NOM m s 0.00 0.07 0.00 0.07 -demi-talent demi_talent NOM m s 0.05 0.00 0.05 0.00 -demi-tarif demi_tarif NOM m s 0.56 0.14 0.56 0.14 -demi-tasse demi_tasse NOM f s 0.08 0.07 0.08 0.07 -demi-teinte demi_teinte NOM f s 0.06 0.95 0.04 0.47 -demi-teintes demi_teinte NOM f p 0.06 0.95 0.02 0.47 -demi-ton demi_ton NOM m s 0.34 0.61 0.00 0.34 -demi-tonne demi_ton NOM f s 0.34 0.61 0.21 0.07 -demi-tonneau demi_tonneau NOM m s 0.00 0.07 0.00 0.07 -demi-tons demi_ton NOM m p 0.34 0.61 0.14 0.20 -demi-tour demi_tour NOM m s 19.27 16.08 19.25 15.88 -demi-tours demi_tour NOM m p 19.27 16.08 0.02 0.20 -demi-tête demi_tête NOM f s 0.11 0.14 0.11 0.14 -demi-échec demi_échec NOM m s 0.00 0.07 0.00 0.07 -demi-verre demi_verre NOM m s 0.30 1.22 0.30 1.22 -demi-vertu demi_vertu NOM f s 0.00 0.07 0.00 0.07 -demi-vie demi_vie NOM f s 0.11 0.00 0.08 0.00 -demi-vierge demi_vierge NOM f s 0.02 0.20 0.02 0.07 -demi-vierges demi_vierge NOM f p 0.02 0.20 0.00 0.14 -demi-vies demi_vie NOM f p 0.11 0.00 0.02 0.00 -demi-volte demi_volte NOM f s 0.01 0.07 0.01 0.00 -demi-voltes demi_volte NOM f p 0.01 0.07 0.00 0.07 -demi-volée demi_volée NOM f s 0.00 0.07 0.00 0.07 -demi-volume demi_volume NOM m s 0.00 0.07 0.00 0.07 -demi-vérité demi_vérité NOM f s 0.32 0.07 0.32 0.07 -dent-de-lion dent_de_lion NOM f s 0.03 0.07 0.03 0.07 -deo gratias deo_gratias NOM m 0.01 0.20 0.01 0.20 -dernier-né dernier_né NOM m s 0.05 1.01 0.05 0.88 -derniers-nés dernier_né NOM m p 0.05 1.01 0.00 0.14 -dernière-née dernière_née NOM f s 0.01 0.20 0.01 0.20 -dessous-de-bras dessous_de_bras NOM m 0.01 0.07 0.01 0.07 -dessous-de-plat dessous_de_plat NOM m 0.20 0.54 0.20 0.54 -dessous-de-table dessous_de_table NOM m 0.21 0.00 0.21 0.00 -dessous-de-verre dessous_de_verre NOM m 0.01 0.00 0.01 0.00 -dessus-de-lit dessus_de_lit NOM m 0.09 1.08 0.09 1.08 -deus ex machina deus_ex_machina NOM m 0.16 0.47 0.16 0.47 -deutsche mark deutsche_mark ADJ m s 0.02 0.00 0.02 0.00 -deux-chevaux deux_chevaux NOM f 0.00 1.22 0.00 1.22 -deux-deux deux_deux NOM m 0.02 0.00 0.02 0.00 -deux-mâts deux_mâts NOM m 0.14 0.07 0.14 0.07 -deux-pièces deux_pièces NOM m 0.27 1.82 0.27 1.82 -deux-points deux_points NOM m 0.01 0.00 0.01 0.00 -deux-ponts deux_ponts NOM m 0.00 0.07 0.00 0.07 -deux-quatre deux_quatre NOM m 0.03 0.00 0.03 0.00 -deux-roues deux_roues NOM m 0.11 0.00 0.11 0.00 -dies irae dies_irae NOM m 0.54 0.14 0.54 0.14 -dieu-roi dieu_roi NOM m s 0.01 0.07 0.01 0.07 -dignus est intrare dignus_est_intrare ADV 0.00 0.07 0.00 0.07 -directeur-adjoint directeur_adjoint NOM m s 0.14 0.00 0.14 0.00 -disc-jockey disc_jockey NOM m s 0.18 0.07 0.16 0.00 -disc-jockeys disc_jockey NOM m p 0.18 0.07 0.03 0.07 -disciple-roi disciple_roi NOM s 0.00 0.07 0.00 0.07 -disque-jockey disque_jockey NOM m s 0.01 0.07 0.01 0.07 -dix-cors dix_cors NOM m 0.03 0.88 0.03 0.88 -dix-huit dix_huit ADJ:num 4.44 31.69 4.44 31.69 -dix-huitième dix_huitième NOM s 0.16 0.27 0.16 0.27 -dix-neuf dix_neuf ADJ:num 2.11 10.54 2.11 10.54 -dix-neuvième dix_neuvième ADJ 0.15 1.22 0.15 1.22 -dix-sept dix_sept ADJ:num 3.69 19.59 3.69 19.59 -dix-septième dix_septième ADJ 0.22 1.22 0.22 1.22 -dog-cart dog_cart NOM m s 0.04 0.00 0.04 0.00 -dommages-intérêts dommages_intérêts NOM m p 0.04 0.00 0.04 0.00 -donnant-donnant donnant_donnant ADV 0.73 0.41 0.73 0.41 -dos-d'âne dos_d_âne NOM m 0.01 0.34 0.01 0.34 -double-cliquer double_cliquer VER 0.09 0.00 0.01 0.00 inf; -double-cliqué double_cliquer VER m s 0.09 0.00 0.07 0.00 par:pas; -double-croche double_croche NOM f s 0.01 0.00 0.01 0.00 -double-décimètre double_décimètre NOM m s 0.00 0.07 0.00 0.07 -double-fond double_fond NOM m s 0.01 0.00 0.01 0.00 -double-six double_six NOM m s 0.14 0.20 0.14 0.20 -douce-amère douce_amère ADJ f s 0.06 0.27 0.06 0.27 -douces-amères douce_amère NOM f p 0.00 0.14 0.00 0.07 -doux-amer doux_amer ADJ m s 0.04 0.00 0.04 0.00 -downing street downing_street NOM f s 0.00 0.34 0.00 0.34 -dream team dream_team NOM f s 0.07 0.00 0.07 0.00 -dressing-room dressing_room NOM m s 0.01 0.00 0.01 0.00 -drive-in drive_in NOM m s 0.94 0.00 0.94 0.00 -droit-fil droit_fil NOM m s 0.00 0.07 0.00 0.07 -drone-espion drone_espion NOM m s 0.02 0.00 0.02 0.00 -décision-clé décision_clé NOM f s 0.01 0.00 0.01 0.00 -décret-loi décret_loi NOM m s 0.03 0.07 0.03 0.07 -décrochez-moi-ça décrochez_moi_ça NOM m 0.00 0.07 0.00 0.07 -ducs-d'albe duc_d_albe NOM m p 0.00 0.07 0.00 0.07 -duffel-coat duffel_coat NOM m s 0.01 0.07 0.01 0.07 -duffle-coat duffle_coat NOM m s 0.00 0.34 0.00 0.27 -duffle-coats duffle_coat NOM m p 0.00 0.34 0.00 0.07 -déjà-vu déjà_vu NOM m 0.01 0.34 0.01 0.34 -délégué-général délégué_général ADJ m s 0.00 0.14 0.00 0.14 -délégué-général délégué_général NOM m s 0.00 0.14 0.00 0.14 -dum-dum dum_dum ADJ 0.20 0.27 0.20 0.27 -démocrate-chrétien démocrate_chrétien ADJ m s 0.21 0.14 0.21 0.07 -démocrates-chrétiens démocrate_chrétien NOM p 0.10 0.27 0.10 0.27 -démonte-pneu démonte_pneu NOM m s 0.26 0.20 0.25 0.07 -démonte-pneus démonte_pneu NOM m p 0.26 0.20 0.01 0.14 -dépôt-vente dépôt_vente NOM m s 0.03 0.00 0.03 0.00 -député-maire député_maire NOM m s 0.00 0.34 0.00 0.34 -dure-mère dure_mère NOM f s 0.02 0.07 0.02 0.07 -déshabillage-éclair déshabillage_éclair NOM m s 0.00 0.07 0.00 0.07 -détective-conseil détective_conseil NOM s 0.01 0.00 0.01 0.00 -détectives-conseils détectives_conseil NOM p 0.01 0.00 0.01 0.00 -e-commerce e_commerce NOM m s 0.03 0.00 0.03 0.00 -e-mail e_mail NOM m s 6.47 0.00 4.16 0.00 -e-mails e_mail NOM m p 6.47 0.00 2.32 0.00 -east river east_river NOM f s 0.00 0.07 0.00 0.07 -eau-de-vie eau_de_vie NOM f s 3.17 4.73 3.05 4.73 -eau-forte eau_forte NOM f s 0.30 0.27 0.30 0.27 -eau-minute eau_minute NOM f s 0.01 0.00 0.01 0.00 -eaux-de-vie eau_de_vie NOM f p 3.17 4.73 0.12 0.00 -eaux-fortes eaux_fortes NOM f p 0.00 0.14 0.00 0.14 -ecce homo ecce_homo ADV 0.20 0.20 0.20 0.20 -elle-même elle_même PRO:per f s 17.88 113.51 17.88 113.51 -elles-mêmes elles_mêmes PRO:per f p 2.21 14.86 2.21 14.86 -emporte-pièce emporte_pièce NOM m 0.00 0.95 0.00 0.95 -en-avant en_avant NOM m 0.01 0.07 0.01 0.07 -en-but en_but NOM m 0.32 0.00 0.32 0.00 -en-cas en_cas NOM m 1.44 1.08 1.44 1.08 -en-cours en_cours NOM m 0.01 0.00 0.01 0.00 -en-dehors en_dehors NOM m 0.36 0.07 0.36 0.07 -en-tête en_tête NOM m s 0.44 2.77 0.39 2.64 -en-têtes en_tête NOM m p 0.44 2.77 0.05 0.14 -en catimini en_catimini ADV 0.12 1.42 0.12 1.42 -en loucedé en_loucedé ADV 0.16 0.47 0.16 0.47 -en tapinois en_tapinois ADV 0.25 0.68 0.25 0.68 -enfant-robot enfant_robot NOM s 0.16 0.00 0.16 0.00 -enfant-roi enfant_roi NOM s 0.02 0.14 0.02 0.14 -enfants-robots enfants_robot NOM m p 0.01 0.00 0.01 0.00 -enfants-rois enfants_roi NOM m p 0.00 0.07 0.00 0.07 -enquêtes-minute enquêtes_minut NOM f p 0.00 0.07 0.00 0.07 -enseignant-robot enseignant_robot NOM m s 0.00 0.07 0.00 0.07 -entr'acte entr_acte NOM m s 0.27 0.00 0.14 0.00 -entr'actes entr_acte NOM m p 0.27 0.00 0.14 0.00 -entr'aimer entr_aimer VER 0.00 0.07 0.00 0.07 inf; -entr'apercevoir entr_apercevoir VER 0.03 1.08 0.01 0.27 inf; -entr'aperçu entr_apercevoir VER m s 0.03 1.08 0.00 0.14 par:pas; -entr'aperçue entr_apercevoir VER f s 0.03 1.08 0.02 0.34 par:pas; -entr'aperçues entr_apercevoir VER f p 0.03 1.08 0.00 0.07 par:pas; -entr'aperçus entr_apercevoir VER m p 0.03 1.08 0.00 0.27 ind:pas:1s;par:pas; -entr'appellent entr_appeler VER 0.00 0.07 0.00 0.07 ind:pre:3p; -entr'ouvert entr_ouvert ADJ m s 0.01 1.49 0.00 0.41 -entr'ouverte entr_ouvert ADJ f s 0.01 1.49 0.01 0.74 -entr'ouvertes entr_ouvert ADJ f p 0.01 1.49 0.00 0.27 -entr'ouverts entr_ouvert ADJ m p 0.01 1.49 0.00 0.07 -entr'égorgent entr_égorger VER 0.00 0.20 0.00 0.07 ind:pre:3p; -entr'égorger entr_égorger VER 0.00 0.20 0.00 0.07 inf; -entr'égorgèrent entr_égorger VER 0.00 0.20 0.00 0.07 ind:pas:3p; -entre-deux-guerres entre_deux_guerres NOM m 0.10 0.74 0.10 0.74 -entre-deux entre_deux NOM m 0.34 0.81 0.34 0.81 -entre-déchiraient entre_déchirer VER 0.04 0.61 0.02 0.14 ind:imp:3p; -entre-déchirait entre_déchirer VER 0.04 0.61 0.00 0.07 ind:imp:3s; -entre-déchire entre_déchirer VER 0.04 0.61 0.01 0.00 ind:pre:3s; -entre-déchirent entre_déchirer VER 0.04 0.61 0.00 0.14 ind:pre:3p; -entre-déchirer entre_déchirer VER 0.04 0.61 0.01 0.20 inf; -entre-déchirèrent entre_déchirer VER 0.04 0.61 0.00 0.07 ind:pas:3p; -entre-dévorant entre_dévorer VER 0.30 0.34 0.01 0.07 par:pre; -entre-dévorent entre_dévorer VER 0.30 0.34 0.25 0.07 ind:pre:3p; -entre-dévorer entre_dévorer VER 0.30 0.34 0.05 0.14 inf; -entre-dévorèrent entre_dévorer VER 0.30 0.34 0.00 0.07 ind:pas:3p; -entre-jambe entre_jambe NOM m s 0.03 0.07 0.03 0.07 -entre-jambes entre_jambes NOM m 0.07 0.07 0.07 0.07 -entre-rail entre_rail NOM m s 0.01 0.00 0.01 0.00 -entre-regardait entre_regarder VER 0.00 0.34 0.00 0.07 ind:imp:3s; -entre-regardent entre_regarder VER 0.00 0.34 0.00 0.07 ind:pre:3p; -entre-regardèrent entre_regarder VER 0.00 0.34 0.00 0.14 ind:pas:3p; -entre-regardés entre_regarder VER m p 0.00 0.34 0.00 0.07 par:pas; -entre-temps entre_temps ADV 4.04 7.97 4.04 7.97 -entre-tuaient entre_tuer VER 2.63 1.01 0.01 0.00 ind:imp:3p; -entre-tuait entre_tuer VER 2.63 1.01 0.00 0.14 ind:imp:3s; -entre-tue entre_tuer VER 2.63 1.01 0.23 0.07 ind:pre:3s; -entre-tuent entre_tuer VER 2.63 1.01 0.55 0.07 ind:pre:3p; -entre-tuer entre_tuer VER 2.63 1.01 1.33 0.68 inf; -entre-tueront entre_tuer VER 2.63 1.01 0.14 0.00 ind:fut:3p; -entre-tuez entre_tuer VER 2.63 1.01 0.03 0.00 imp:pre:2p;ind:pre:2p; -entre-tuions entre_tuer VER 2.63 1.01 0.01 0.00 ind:imp:1p; -entre-tués entre_tuer VER m p 2.63 1.01 0.34 0.07 par:pas; -entrée-sortie entrée_sortie NOM f s 0.01 0.00 0.01 0.00 -espace-temps espace_temps NOM m 1.63 0.07 1.63 0.07 -esprit-de-sel esprit_de_sel NOM m s 0.00 0.07 0.00 0.07 -esprit-de-vin esprit_de_vin NOM m s 0.01 0.20 0.01 0.20 -essuie-glace essuie_glace NOM m s 1.00 2.91 0.38 1.01 -essuie-glaces essuie_glace NOM m p 1.00 2.91 0.62 1.89 -essuie-mains essuie_mains NOM m 0.23 0.27 0.23 0.27 -essuie-tout essuie_tout NOM m 0.11 0.14 0.11 0.14 -est-africain est_africain ADJ m s 0.01 0.00 0.01 0.00 -est-allemand est_allemand ADJ m s 0.67 0.00 0.31 0.00 -est-allemande est_allemand ADJ f s 0.67 0.00 0.23 0.00 -est-allemands est_allemand ADJ m p 0.67 0.00 0.13 0.00 -est-ce-que est_ce_que ADV 1.34 0.20 1.34 0.20 -est-ce qu est_ce_qu ADV 3.41 0.07 3.41 0.07 -est-ce que est_ce_que ADV 1159.41 322.23 1159.41 322.23 -est-ce est_ce ADV 0.05 0.20 0.05 0.20 -est-ouest est_ouest ADJ 0.38 0.41 0.38 0.41 -et caetera et_caetera ADV 0.72 0.88 0.72 0.88 -et cetera et_cetera ADV 1.14 0.74 1.14 0.74 -et seq et_seq ADV 0.00 0.07 0.00 0.07 -eunuques-espions eunuques_espion NOM m p 0.00 0.14 0.00 0.14 -euro-africaines euro_africain ADJ f p 0.00 0.07 0.00 0.07 -eux-mêmes eux_mêmes PRO:per m p 9.96 48.04 9.96 48.04 -ex-abbé ex_abbé NOM m s 0.00 0.07 0.00 0.07 -ex-acteur ex_acteur NOM m s 0.00 0.07 0.00 0.07 -ex-adjudant ex_adjudant NOM m s 0.00 0.14 0.00 0.14 -ex-agent ex_agent NOM m s 0.09 0.00 0.09 0.00 -ex-alcoolo ex_alcoolo NOM s 0.01 0.00 0.01 0.00 -ex-allée ex_allée NOM f s 0.00 0.07 0.00 0.07 -ex-amant ex_amant NOM m s 0.19 0.34 0.17 0.07 -ex-amante ex_amant NOM f s 0.19 0.34 0.01 0.27 -ex-amants ex_amant NOM m p 0.19 0.34 0.01 0.00 -ex-ambassadeur ex_ambassadeur NOM m s 0.01 0.00 0.01 0.00 -ex-amour ex_amour NOM m s 0.01 0.00 0.01 0.00 -ex-appartement ex_appartement NOM m s 0.00 0.07 0.00 0.07 -ex-apprenti ex_apprenti NOM m s 0.00 0.07 0.00 0.07 -ex-arriviste ex_arriviste NOM s 0.00 0.07 0.00 0.07 -ex-artiste ex_artiste NOM s 0.00 0.07 0.00 0.07 -ex-assistant ex_assistant NOM m s 0.07 0.00 0.02 0.00 -ex-assistante ex_assistant NOM f s 0.07 0.00 0.04 0.00 -ex-associé ex_associé NOM m s 0.13 0.07 0.08 0.07 -ex-associés ex_associé NOM m p 0.13 0.07 0.05 0.00 -ex-ballerine ex_ballerine NOM f s 0.01 0.00 0.01 0.00 -ex-banquier ex_banquier NOM m s 0.01 0.00 0.01 0.00 -ex-barman ex_barman NOM m s 0.01 0.07 0.01 0.07 -ex-basketteur ex_basketteur NOM m s 0.00 0.07 0.00 0.07 -ex-batteur ex_batteur NOM m s 0.00 0.07 0.00 0.07 -ex-beatnik ex_beatnik NOM s 0.00 0.07 0.00 0.07 -ex-belle-mère ex_belle_mère NOM f s 0.05 0.00 0.05 0.00 -ex-bibliothécaire ex_bibliothécaire NOM s 0.00 0.07 0.00 0.07 -ex-boss ex_boss NOM m 0.01 0.00 0.01 0.00 -ex-boxeur ex_boxeur NOM m s 0.16 0.00 0.16 0.00 -ex-branleurs ex_branleur NOM m p 0.00 0.07 0.00 0.07 -ex-buteur ex_buteur NOM m s 0.01 0.00 0.01 0.00 -ex-caïd ex_caïd NOM m s 0.01 0.00 0.01 0.00 -ex-camarades ex_camarade NOM p 0.01 0.00 0.01 0.00 -ex-capitaine ex_capitaine NOM m s 0.04 0.00 0.04 0.00 -ex-champion ex_champion NOM m s 0.75 0.14 0.71 0.14 -ex-championne ex_champion NOM f s 0.75 0.14 0.01 0.00 -ex-champions ex_champion NOM m p 0.75 0.14 0.03 0.00 -ex-chanteur ex_chanteur NOM m s 0.02 0.07 0.00 0.07 -ex-chanteuse ex_chanteur NOM f s 0.02 0.07 0.02 0.00 -ex-chauffeur ex_chauffeur NOM m s 0.14 0.07 0.14 0.07 -ex-chef ex_chef NOM s 0.20 0.14 0.20 0.14 -ex-chiropracteur ex_chiropracteur NOM m s 0.01 0.00 0.01 0.00 -ex-citation ex_citation NOM f s 0.01 0.00 0.01 0.00 -ex-citoyen ex_citoyen NOM m s 0.01 0.00 0.01 0.00 -ex-civils ex_civil NOM m p 0.01 0.00 0.01 0.00 -ex-collabo ex_collabo NOM s 0.00 0.07 0.00 0.07 -ex-collègue ex_collègue NOM s 0.30 0.14 0.03 0.14 -ex-collègues ex_collègue NOM p 0.30 0.14 0.27 0.00 -ex-colonel ex_colonel NOM m s 0.01 0.14 0.01 0.14 -ex-commando ex_commando NOM m s 0.05 0.00 0.05 0.00 -ex-concierge ex_concierge NOM s 0.00 0.07 0.00 0.07 -ex-contrebandier ex_contrebandier NOM m s 0.02 0.00 0.02 0.00 -ex-copain ex_copain NOM m s 0.28 0.00 0.26 0.00 -ex-copains ex_copain NOM m p 0.28 0.00 0.02 0.00 -ex-copine ex_copine NOM f s 0.71 0.00 0.54 0.00 -ex-copines ex_copine NOM f p 0.71 0.00 0.18 0.00 -ex-corps ex_corps NOM m 0.01 0.00 0.01 0.00 -ex-couple ex_couple NOM m s 0.01 0.00 0.01 0.00 -ex-danseuse ex_danseur NOM f s 0.01 0.14 0.01 0.14 -ex-dealer ex_dealer NOM m s 0.02 0.00 0.02 0.00 -ex-dieu ex_dieu NOM m s 0.01 0.00 0.01 0.00 -ex-diva ex_diva NOM f s 0.00 0.07 0.00 0.07 -ex-drôlesse ex_drôlesse NOM f s 0.00 0.07 0.00 0.07 -ex-drifter ex_drifter NOM m s 0.00 0.07 0.00 0.07 -ex-dulcinée ex_dulcinée NOM f s 0.00 0.07 0.00 0.07 -ex-démon ex_démon NOM m s 0.10 0.00 0.09 0.00 -ex-démons ex_démon NOM m p 0.10 0.00 0.01 0.00 -ex-enseigne ex_enseigne NOM m s 0.00 0.07 0.00 0.07 -ex-enzymes ex_enzyme NOM f p 0.00 0.07 0.00 0.07 -ex-esclavagistes ex_esclavagiste NOM p 0.01 0.00 0.01 0.00 -ex-femme ex_femme NOM f s 6.75 1.62 6.32 1.62 -ex-femmes ex_femme NOM f p 6.75 1.62 0.43 0.00 -ex-fiancé ex_fiancé NOM m s 0.18 0.07 0.10 0.00 -ex-fiancée ex_fiancé NOM f s 0.18 0.07 0.08 0.07 -ex-fils ex_fils NOM m 0.00 0.07 0.00 0.07 -ex-flic ex_flic NOM m s 0.27 0.07 0.24 0.07 -ex-flics ex_flic NOM m p 0.27 0.07 0.03 0.00 -ex-forçats ex_forçat NOM m p 0.01 0.00 0.01 0.00 -ex-fusilleurs ex_fusilleur NOM m p 0.00 0.07 0.00 0.07 -ex-gang ex_gang NOM m s 0.00 0.07 0.00 0.07 -ex-garde ex_garde NOM f s 0.14 0.20 0.00 0.14 -ex-gardes ex_garde NOM f p 0.14 0.20 0.14 0.07 -ex-gauchiste ex_gauchiste ADJ m s 0.00 0.07 0.00 0.07 -ex-gauchiste ex_gauchiste NOM s 0.00 0.07 0.00 0.07 -ex-gendre ex_gendre NOM m s 0.01 0.00 0.01 0.00 -ex-gonzesse ex_gonzesse NOM f s 0.00 0.14 0.00 0.14 -ex-gouverneur ex_gouverneur NOM m s 0.06 0.14 0.06 0.14 -ex-gravosse ex_gravosse NOM f s 0.00 0.07 0.00 0.07 -ex-griot ex_griot NOM m s 0.00 0.07 0.00 0.07 -ex-griveton ex_griveton NOM m s 0.00 0.07 0.00 0.07 -ex-grognasse ex_grognasse NOM f s 0.00 0.07 0.00 0.07 -ex-groupe ex_groupe NOM m s 0.00 0.07 0.00 0.07 -ex-guenilles ex_guenille NOM f p 0.00 0.07 0.00 0.07 -ex-guitariste ex_guitariste NOM s 0.00 0.07 0.00 0.07 -ex-génie ex_génie NOM m s 0.00 0.07 0.00 0.07 -ex-hôpital ex_hôpital NOM m s 0.00 0.07 0.00 0.07 -ex-hippies ex_hippie NOM p 0.02 0.00 0.02 0.00 -ex-homme-grenouille ex_homme_grenouille NOM m s 0.01 0.00 0.01 0.00 -ex-homme ex_homme NOM m s 0.06 0.00 0.06 0.00 -ex-immeuble ex_immeuble NOM m s 0.00 0.07 0.00 0.07 -ex-inspecteur ex_inspecteur NOM m s 0.03 0.00 0.02 0.00 -ex-inspecteurs ex_inspecteur NOM m p 0.03 0.00 0.01 0.00 -ex-journaliste ex_journaliste NOM s 0.02 0.07 0.02 0.07 -ex-junkie ex_junkie NOM m s 0.03 0.00 0.03 0.00 -ex-kid ex_kid NOM m s 0.00 0.27 0.00 0.27 -ex-leader ex_leader NOM m s 0.02 0.00 0.02 0.00 -ex-libris ex_libris NOM m 0.00 0.14 0.00 0.14 -ex-lieutenant ex_lieutenant NOM m s 0.01 0.00 0.01 0.00 -ex-lit ex_lit NOM m s 0.00 0.07 0.00 0.07 -ex-légionnaire ex_légionnaire NOM m s 0.00 0.07 0.00 0.07 -ex-lycée ex_lycée NOM m s 0.00 0.07 0.00 0.07 -ex-maître ex_maître NOM m s 0.00 0.07 0.00 0.07 -ex-madame ex_madame NOM f 0.03 0.07 0.03 0.07 -ex-maire ex_maire NOM m s 0.01 0.00 0.01 0.00 -ex-mari ex_mari NOM m s 5.05 1.08 4.87 1.08 -ex-marine ex_marine NOM f s 0.07 0.00 0.07 0.00 -ex-maris ex_mari NOM m p 5.05 1.08 0.19 0.00 -ex-mecs ex_mec NOM m p 0.10 0.00 0.10 0.00 -ex-membre ex_membre NOM m s 0.03 0.00 0.03 0.00 -ex-mercenaires ex_mercenaire NOM p 0.01 0.00 0.01 0.00 -ex-militaire ex_militaire NOM s 0.08 0.00 0.05 0.00 -ex-militaires ex_militaire NOM p 0.08 0.00 0.03 0.00 -ex-ministre ex_ministre NOM m s 0.06 0.41 0.04 0.41 -ex-ministres ex_ministre NOM m p 0.06 0.41 0.01 0.00 -ex-miss ex_miss NOM f 0.05 0.00 0.05 0.00 -ex-monteur ex_monteur NOM m s 0.02 0.00 0.02 0.00 -ex-motard ex_motard NOM m s 0.01 0.00 0.01 0.00 -ex-nana ex_nana NOM f s 0.12 0.00 0.12 0.00 -ex-officier ex_officier NOM m s 0.05 0.14 0.05 0.14 -ex-opérateur ex_opérateur NOM m s 0.00 0.07 0.00 0.07 -ex-palmes ex_palme NOM f p 0.14 0.00 0.14 0.00 -ex-para ex_para NOM m s 0.02 0.14 0.02 0.14 -ex-partenaire ex_partenaire NOM s 0.18 0.00 0.18 0.00 -ex-patron ex_patron NOM m s 0.20 0.00 0.20 0.00 -ex-pensionnaires ex_pensionnaire NOM p 0.00 0.07 0.00 0.07 -ex-perroquet ex_perroquet NOM m s 0.01 0.00 0.01 0.00 -ex-petit ex_petit NOM m s 0.68 0.00 0.38 0.00 -ex-petite ex_petit NOM f s 0.68 0.00 0.28 0.00 -ex-petits ex_petit NOM m p 0.68 0.00 0.03 0.00 -ex-pharmaciennes ex_pharmacien NOM f p 0.00 0.07 0.00 0.07 -ex-pilote ex_pilote ADJ m s 0.00 0.14 0.00 0.14 -ex-planète ex_planète NOM f s 0.01 0.00 0.01 0.00 -ex-planton ex_planton NOM m s 0.00 0.07 0.00 0.07 -ex-plaquée ex_plaqué ADJ f s 0.00 0.07 0.00 0.07 -ex-plâtrier ex_plâtrier NOM m s 0.00 0.07 0.00 0.07 -ex-poivrots ex_poivrot NOM m p 0.01 0.00 0.01 0.00 -ex-premier ex_premier ADJ m s 0.01 0.00 0.01 0.00 -ex-premier ex_premier NOM m s 0.01 0.00 0.01 0.00 -ex-primaire ex_primaire NOM s 0.00 0.07 0.00 0.07 -ex-prison ex_prison NOM f s 0.01 0.00 0.01 0.00 -ex-procureur ex_procureur NOM m s 0.03 0.00 0.03 0.00 -ex-profession ex_profession NOM f s 0.00 0.07 0.00 0.07 -ex-profileur ex_profileur NOM m s 0.01 0.00 0.01 0.00 -ex-promoteur ex_promoteur NOM m s 0.01 0.00 0.01 0.00 -ex-propriétaire ex_propriétaire NOM s 0.04 0.07 0.04 0.07 -ex-présentateur ex_présentateur NOM m s 0.00 0.07 0.00 0.07 -ex-président ex_président NOM m s 0.71 0.00 0.60 0.00 -ex-présidents ex_président NOM m p 0.71 0.00 0.11 0.00 -ex-prêtre ex_prêtre NOM m s 0.01 0.00 0.01 0.00 -ex-putain ex_putain NOM f s 0.00 0.07 0.00 0.07 -ex-putes ex_pute NOM f p 0.01 0.00 0.01 0.00 -ex-quincaillerie ex_quincaillerie NOM f s 0.00 0.14 0.00 0.14 -ex-quincaillier ex_quincaillier NOM m s 0.00 0.27 0.00 0.27 -ex-rebelle ex_rebelle ADJ s 0.00 0.07 0.00 0.07 -ex-reine ex_reine NOM f s 0.02 0.00 0.02 0.00 -ex-roi ex_roi NOM m s 0.01 0.20 0.01 0.20 -ex-républiques ex_république NOM f p 0.01 0.00 0.01 0.00 -ex-résidence ex_résidence NOM f s 0.01 0.00 0.01 0.00 -ex-révolutionnaire ex_révolutionnaire NOM s 0.00 0.07 0.00 0.07 -ex-sacs ex_sac NOM m p 0.00 0.07 0.00 0.07 -ex-secrétaire ex_secrétaire NOM s 0.07 0.00 0.07 0.00 -ex-sergent ex_sergent NOM m s 0.02 0.14 0.02 0.07 -ex-sergents ex_sergent NOM m p 0.02 0.14 0.00 0.07 -ex-soldats ex_soldat NOM m p 0.00 0.07 0.00 0.07 -ex-solistes ex_soliste NOM p 0.00 0.07 0.00 0.07 -ex-standardiste ex_standardiste NOM s 0.00 0.07 0.00 0.07 -ex-star ex_star NOM f s 0.14 0.00 0.14 0.00 -ex-strip-teaseuse ex_strip_teaseur NOM f s 0.00 0.07 0.00 0.07 -ex-séminariste ex_séminariste NOM s 0.00 0.07 0.00 0.07 -ex-sénateur ex_sénateur NOM m s 0.00 0.14 0.00 0.14 -ex-super ex_super ADJ m s 0.14 0.00 0.14 0.00 -ex-sévère ex_sévère ADJ f s 0.00 0.07 0.00 0.07 -ex-taulard ex_taulard NOM m s 0.38 0.14 0.28 0.07 -ex-taulards ex_taulard NOM m p 0.38 0.14 0.10 0.07 -ex-teinturier ex_teinturier NOM m s 0.01 0.00 0.01 0.00 -ex-tirailleur ex_tirailleur NOM m s 0.00 0.07 0.00 0.07 -ex-tueur ex_tueur NOM m s 0.01 0.00 0.01 0.00 -ex-tuteur ex_tuteur NOM m s 0.01 0.00 0.01 0.00 -ex-élève ex_élève NOM s 0.02 0.07 0.02 0.07 -ex-union ex_union NOM f s 0.00 0.07 0.00 0.07 -ex-épouse ex_épouse NOM f s 0.30 0.27 0.28 0.27 -ex-épouses ex_épouse NOM f p 0.30 0.27 0.02 0.00 -ex-équipier ex_équipier NOM m s 0.07 0.00 0.07 0.00 -ex-usine ex_usine NOM f s 0.01 0.00 0.01 0.00 -ex-vedette ex_vedette NOM f s 0.11 0.07 0.11 0.07 -ex-violeurs ex_violeur NOM m p 0.01 0.00 0.01 0.00 -ex-voto ex_voto NOM m 0.48 1.69 0.48 1.69 -ex abrupto ex_abrupto ADV 0.00 0.07 0.00 0.07 -ex nihilo ex_nihilo ADV 0.00 0.14 0.00 0.14 -expert-comptable expert_comptable NOM m s 0.23 0.20 0.23 0.20 -extra-dry extra_dry NOM m 0.00 0.07 0.00 0.07 -extra-fin extra_fin ADJ m s 0.00 0.34 0.00 0.27 -extra-fins extra_fin ADJ m p 0.00 0.34 0.00 0.07 -extra-fort extra_fort ADJ m s 0.11 0.20 0.04 0.07 -extra-forte extra_fort ADJ f s 0.11 0.20 0.08 0.14 -extra-lucide extra_lucide ADJ f s 0.05 0.20 0.04 0.14 -extra-lucides extra_lucide ADJ p 0.05 0.20 0.01 0.07 -extra-muros extra_muros ADJ f p 0.00 0.07 0.00 0.07 -extra-muros extra_muros ADV 0.00 0.07 0.00 0.07 -extra-sensoriel extra_sensoriel ADJ m s 0.06 0.00 0.02 0.00 -extra-sensorielle extra_sensoriel ADJ f s 0.06 0.00 0.04 0.00 -extra-souples extra_souple ADJ f p 0.00 0.07 0.00 0.07 -extra-terrestre extra_terrestre NOM s 3.71 0.34 1.35 0.27 -extra-terrestres extra_terrestre NOM p 3.71 0.34 2.36 0.07 -extra-utérin extra_utérin ADJ m s 0.10 0.00 0.03 0.00 -extra-utérine extra_utérin ADJ f s 0.10 0.00 0.07 0.00 -extrême-onction extrême_onction NOM f s 0.42 1.62 0.42 1.55 -extrême-orient extrême_orient NOM m s 0.00 0.07 0.00 0.07 -extrême-orientale extrême_oriental ADJ f s 0.00 0.07 0.00 0.07 -extrêmes-onctions extrême_onction NOM f p 0.42 1.62 0.00 0.07 -eye-liner eye_liner NOM m s 0.22 0.27 0.22 0.27 -faîtes-la-moi faîtes_la_moi NOM m p 0.01 0.00 0.01 0.00 -fac-similé fac_similé NOM m s 0.03 0.34 0.02 0.27 -fac-similés fac_similé NOM m p 0.03 0.34 0.01 0.07 -face-à-face face_à_face NOM m 0.00 0.47 0.00 0.47 -face-à-main face_à_main NOM m s 0.00 0.54 0.00 0.54 -faces-à-main faces_à_main NOM m p 0.00 0.07 0.00 0.07 -fair-play fair_play NOM m 0.60 0.14 0.60 0.14 -faire-part faire_part NOM m 0.65 3.04 0.65 3.04 -faire-valoir faire_valoir NOM m 0.20 0.68 0.20 0.68 -fait-divers fait_divers NOM m 0.00 0.20 0.00 0.20 -fait-tout fait_tout NOM m 0.01 0.74 0.01 0.74 -faits-divers faits_divers NOM m p 0.00 0.07 0.00 0.07 -fan-club fan_club NOM m s 0.28 0.14 0.28 0.14 -far-west far_west NOM m s 0.01 0.07 0.01 0.07 -fast-food fast_food NOM m s 2.34 0.47 1.56 0.34 -fast-foods fast_food NOM m p 2.34 0.47 0.34 0.07 -fast food fast_food NOM m s 2.34 0.47 0.43 0.07 -fausse-couche fausse_couche NOM f s 0.07 0.20 0.07 0.20 -fauteuil-club fauteuil_club NOM m s 0.00 0.27 0.00 0.27 -fauteuils-club fauteuils_club NOM m p 0.00 0.07 0.00 0.07 -faux-bond faux_bond NOM m 0.01 0.07 0.01 0.07 -faux-bourdon faux_bourdon NOM m s 0.02 0.07 0.02 0.07 -faux-col faux_col NOM m s 0.02 0.34 0.02 0.34 -faux-cul faux_cul NOM m s 0.41 0.07 0.41 0.07 -faux-filet faux_filet NOM m s 0.04 0.34 0.04 0.34 -faux-frère faux_frère ADJ m s 0.01 0.00 0.01 0.00 -faux-fuyant faux_fuyant NOM m s 0.22 1.22 0.02 0.47 -faux-fuyants faux_fuyant NOM m p 0.22 1.22 0.20 0.74 -faux-monnayeur faux_monnayeur NOM m s 0.26 0.61 0.01 0.14 -faux-monnayeurs faux_monnayeur NOM m p 0.26 0.61 0.25 0.47 -faux-pas faux_pas NOM m 0.38 0.14 0.38 0.14 -faux-pont faux_pont NOM m s 0.01 0.00 0.01 0.00 -faux-sauniers faux_saunier NOM m p 0.00 0.07 0.00 0.07 -faux-semblant faux_semblant NOM m s 0.46 1.49 0.37 0.74 -faux-semblants faux_semblant NOM m p 0.46 1.49 0.09 0.74 -feed-back feed_back NOM m 0.04 0.00 0.04 0.00 -feld-maréchal feld_maréchal NOM m s 0.32 0.27 0.32 0.27 -femme-enfant femme_enfant NOM f s 0.35 0.27 0.35 0.27 -femme-fleur femme_fleur NOM f s 0.00 0.07 0.00 0.07 -femme-objet femme_objet NOM f s 0.03 0.07 0.03 0.07 -femme-refuge femme_refuge NOM f s 0.00 0.07 0.00 0.07 -femme-robot femme_robot NOM f s 0.07 0.00 0.07 0.00 -fer-blanc fer_blanc NOM m s 0.08 2.84 0.08 2.84 -fermes-hôtels fermes_hôtel NOM f p 0.00 0.07 0.00 0.07 -ferry-boat ferry_boat NOM m s 0.14 0.20 0.14 0.20 -fesse-mathieu fesse_mathieu NOM m s 0.00 0.07 0.00 0.07 -feuille-morte feuille_morte ADJ f s 0.00 0.07 0.00 0.07 -fier-à-bras fier_à_bras NOM m 0.00 0.14 0.00 0.14 -fiers-à-bras fiers_à_bras NOM m p 0.00 0.27 0.00 0.27 -fifty-fifty fifty_fifty ADV 0.66 0.14 0.66 0.14 -fil-à-fil fil_à_fil NOM m 0.00 0.34 0.00 0.34 -file-la-moi file_la_moi NOM f s 0.01 0.00 0.01 0.00 -fille-mère fille_mère NOM f s 0.39 0.41 0.39 0.41 -film-livre film_livre NOM m s 0.00 0.07 0.00 0.07 -films-annonces films_annonce NOM m p 0.00 0.07 0.00 0.07 -five o'clock five_o_clock NOM m 0.01 0.14 0.01 0.14 -fixe-chaussettes fixe_chaussette NOM f p 0.13 0.20 0.13 0.20 -flanc-garde flanc_garde NOM f s 0.04 0.27 0.00 0.14 -flancs-gardes flanc_garde NOM f p 0.04 0.27 0.04 0.14 -flash-back flash_back NOM m 0.33 0.74 0.33 0.74 -flatus vocis flatus_vocis NOM m 0.00 0.07 0.00 0.07 -flip-flap flip_flap NOM m 0.00 0.14 0.00 0.14 -flip-flop flip_flop NOM m 0.07 0.00 0.07 0.00 -footballeur-vedette footballeur_vedette NOM m s 0.01 0.00 0.01 0.00 -foreign office foreign_office NOM m s 0.00 2.50 0.00 2.50 -fou-fou fou_fou ADJ m s 0.08 0.00 0.08 0.00 -fou-rire fou_rire NOM m s 0.02 0.14 0.02 0.14 -fourmi-lion fourmi_lion NOM m s 0.00 0.14 0.00 0.07 -fourmis-lions fourmi_lion NOM m p 0.00 0.14 0.00 0.07 -fourre-tout fourre_tout NOM m 0.28 0.54 0.28 0.54 -fox-terrier fox_terrier NOM m s 0.04 0.47 0.04 0.41 -fox-terriers fox_terrier NOM m p 0.04 0.47 0.00 0.07 -fox-trot fox_trot NOM m 0.50 1.62 0.50 1.62 -fraiseur-outilleur fraiseur_outilleur NOM m s 0.00 0.07 0.00 0.07 -franc-comtois franc_comtois NOM m 0.00 0.07 0.00 0.07 -franc-comtoise franc_comtois ADJ f s 0.00 0.07 0.00 0.07 -franc-jeu franc_jeu NOM m s 0.56 0.00 0.56 0.00 -franc-maçon franc_maçon NOM m s 0.94 2.09 0.38 0.54 -franc-maçonne franc_maçon NOM f s 0.94 2.09 0.00 0.27 -franc-maçonnerie franc_maçonnerie NOM f s 0.17 0.81 0.17 0.81 -franc-parler franc_parler NOM m s 0.53 0.27 0.53 0.27 -franc-tireur franc_tireur NOM m s 0.64 2.30 0.10 0.81 -franco-africain franco_africain ADJ m s 0.14 0.07 0.14 0.07 -franco-algérienne franco_algérien ADJ f s 0.00 0.07 0.00 0.07 -franco-allemand franco_allemand ADJ m s 0.11 0.61 0.00 0.14 -franco-allemande franco_allemand ADJ f s 0.11 0.61 0.11 0.34 -franco-allemandes franco_allemand ADJ f p 0.11 0.61 0.00 0.14 -franco-américain franco_américain ADJ m s 0.04 0.68 0.01 0.07 -franco-américaine franco_américain ADJ f s 0.04 0.68 0.03 0.27 -franco-américaines franco_américain ADJ f p 0.04 0.68 0.00 0.20 -franco-américains franco_américain ADJ m p 0.04 0.68 0.00 0.14 -franco-anglais franco_anglais ADJ m s 0.01 0.74 0.01 0.27 -franco-anglaise franco_anglais ADJ f s 0.01 0.74 0.00 0.41 -franco-anglaises franco_anglais NOM f p 0.01 0.00 0.01 0.00 -franco-belge franco_belge ADJ f s 0.00 0.14 0.00 0.14 -franco-britannique franco_britannique ADJ f s 0.14 2.43 0.00 1.35 -franco-britanniques franco_britannique ADJ p 0.14 2.43 0.14 1.08 -franco-canadien franco_canadien NOM m s 0.01 0.00 0.01 0.00 -franco-chinoises franco_chinois ADJ f p 0.00 0.07 0.00 0.07 -franco-italienne franco_italienne ADJ f s 0.01 0.00 0.01 0.00 -franco-japonaise franco_japonais ADJ f s 0.01 0.00 0.01 0.00 -franco-libanais franco_libanais ADJ m p 0.00 0.14 0.00 0.14 -franco-mongole franco_mongol ADJ f s 0.00 0.14 0.00 0.14 -franco-polonaise franco_polonais ADJ f s 0.00 0.07 0.00 0.07 -franco-russe franco_russe ADJ s 0.00 1.42 0.00 1.42 -franco-russes franco_russe NOM p 0.00 0.20 0.00 0.07 -franco-soviétique franco_soviétique ADJ s 0.00 0.14 0.00 0.14 -franco-syrien franco_syrien ADJ m s 0.00 0.14 0.00 0.14 -franco-turque franco_turque ADJ f s 0.00 0.14 0.00 0.14 -franco-vietnamien franco_vietnamien ADJ m s 0.00 0.07 0.00 0.07 -francs-bourgeois francs_bourgeois NOM m p 0.00 0.20 0.00 0.20 -francs-maçons franc_maçon NOM m p 0.94 2.09 0.57 1.28 -francs-tireurs franc_tireur NOM m p 0.64 2.30 0.54 1.49 -free-jazz free_jazz NOM m 0.00 0.07 0.00 0.07 -free-lance free_lance NOM s 0.20 0.07 0.20 0.07 -free jazz free_jazz NOM m 0.00 0.07 0.00 0.07 -fric-frac fric_frac NOM m 0.25 0.41 0.25 0.41 -frise-poulet frise_poulet NOM m s 0.01 0.00 0.01 0.00 -frotti-frotta frotti_frotta NOM m 0.04 0.20 0.04 0.20 -frou-frou frou_frou NOM m s 0.23 0.47 0.09 0.41 -frous-frous frou_frou NOM m p 0.23 0.47 0.14 0.07 -fuel-oil fuel_oil NOM m s 0.00 0.07 0.00 0.07 -full-contact full_contact NOM m s 0.04 0.00 0.04 0.00 -fume-cigarette fume_cigarette NOM m s 0.27 2.09 0.17 1.82 -fume-cigarettes fume_cigarette NOM m p 0.27 2.09 0.10 0.27 -fur et à mesure fur_et_à_mesure NOM m s 1.62 17.84 1.62 17.84 -fusil-mitrailleur fusil_mitrailleur NOM m s 0.37 0.41 0.37 0.34 -fusiliers-marins fusilier_marin NOM m p 0.04 1.08 0.04 1.08 -fusils-mitrailleurs fusil_mitrailleur NOM m p 0.37 0.41 0.00 0.07 -fête-dieu fête_dieu NOM f s 0.14 0.54 0.14 0.54 -gagne-pain gagne_pain NOM m 2.01 1.82 2.01 1.82 -gagne-petit gagne_petit NOM m 0.16 0.68 0.16 0.68 -gaine-culotte gaine_culotte NOM f s 0.01 0.07 0.01 0.07 -galerie-refuge galerie_refuge NOM f s 0.00 0.07 0.00 0.07 -galeries-refuges galeries_refuge NOM f p 0.00 0.07 0.00 0.07 -gallo-romain gallo_romain ADJ m s 0.00 0.14 0.00 0.07 -gallo-romains gallo_romain ADJ m p 0.00 0.14 0.00 0.07 -garde-barrière garde_barrière NOM m s 0.00 0.95 0.00 0.95 -garde-boue garde_boue NOM m 0.05 1.08 0.05 1.08 -garde-côte garde_côte NOM m s 1.90 0.14 0.54 0.07 -garde-côtes garde_côte NOM m p 1.90 0.14 1.36 0.07 -garde-champêtre garde_champêtre NOM m s 0.00 0.54 0.00 0.47 -garde-chasse garde_chasse NOM m s 0.22 1.42 0.22 1.42 -garde-chiourme garde_chiourme NOM m s 0.11 0.74 0.06 0.54 -garde-corps garde_corps NOM m 0.01 0.34 0.01 0.34 -garde-feu garde_feu NOM m 0.05 0.00 0.05 0.00 -garde-forestier garde_forestier NOM s 0.16 0.14 0.16 0.14 -garde-fou garde_fou NOM m s 0.30 1.89 0.25 1.49 -garde-fous garde_fou NOM m p 0.30 1.89 0.05 0.41 -garde-frontière garde_frontière NOM m s 0.16 0.00 0.16 0.00 -garde-malade garde_malade NOM s 0.44 1.15 0.44 1.15 -garde-manger garde_manger NOM m 0.68 2.77 0.68 2.77 -garde-meuble garde_meuble NOM m 0.34 0.20 0.34 0.20 -garde-meubles garde_meubles NOM m 0.16 0.34 0.16 0.34 -garde-à-vous garde_à_vous NOM m 0.00 5.88 0.00 5.88 -garde-pêche garde_pêche NOM m s 0.01 0.07 0.01 0.07 -garde-robe garde_robe NOM f s 2.19 2.77 2.17 2.70 -garde-robes garde_robe NOM f p 2.19 2.77 0.03 0.07 -garde-voie garde_voie NOM m s 0.00 0.07 0.00 0.07 -garde-vue garde_vue NOM m 0.25 0.00 0.25 0.00 -garden-party garden_party NOM f s 0.22 0.34 0.22 0.34 -gardes-barrières gardes_barrière NOM p 0.00 0.14 0.00 0.14 -gardes-côtes gardes_côte NOM m p 0.31 0.00 0.31 0.00 -gardes-champêtres garde_champêtre NOM m p 0.00 0.54 0.00 0.07 -gardes-chasse gardes_chasse NOM m s 0.03 0.41 0.03 0.41 -gardes-chiourme garde_chiourme NOM m p 0.11 0.74 0.04 0.20 -gardes-chiourmes gardes_chiourme NOM p 0.03 0.14 0.03 0.14 -gardes-françaises garde_française NOM m p 0.00 0.07 0.00 0.07 -gardes-frontières gardes_frontière NOM m p 0.03 0.41 0.03 0.41 -gardes-voies gardes_voie NOM m p 0.00 0.07 0.00 0.07 -gardien-chef gardien_chef NOM m s 0.22 0.27 0.22 0.27 -gas-oil gas_oil NOM m s 0.02 0.27 0.02 0.27 -gastro-entérite gastro_entérite NOM f s 0.04 0.07 0.04 0.07 -gastro-entérologue gastro_entérologue NOM s 0.04 0.14 0.04 0.07 -gastro-entérologues gastro_entérologue NOM p 0.04 0.14 0.00 0.07 -gastro-intestinal gastro_intestinal ADJ m s 0.12 0.00 0.04 0.00 -gastro-intestinale gastro_intestinal ADJ f s 0.12 0.00 0.02 0.00 -gastro-intestinaux gastro_intestinal ADJ m p 0.12 0.00 0.05 0.00 -gengis khan gengis_khan NOM m s 0.00 0.14 0.00 0.14 -gentleman-farmer gentleman_farmer NOM m s 0.14 0.27 0.14 0.20 -gentlemen-farmers gentleman_farmer NOM m p 0.14 0.27 0.00 0.07 -germano-anglaises germano_anglais ADJ f p 0.00 0.07 0.00 0.07 -germano-belge germano_belge ADJ f s 0.01 0.00 0.01 0.00 -germano-irlandais germano_irlandais ADJ m 0.03 0.00 0.03 0.00 -germano-russe germano_russe ADJ m s 0.00 0.27 0.00 0.27 -germano-soviétique germano_soviétique ADJ s 0.00 1.82 0.00 1.82 -gin-fizz gin_fizz NOM m 0.04 1.01 0.04 1.01 -gin-rami gin_rami NOM m s 0.04 0.07 0.04 0.07 -gin-rummy gin_rummy NOM m s 0.05 0.14 0.05 0.14 -girl-scout girl_scout NOM f s 0.06 0.14 0.06 0.14 -girl friend girl_friend NOM f s 0.14 0.00 0.14 0.00 -gla-gla gla_gla ADJ m s 0.00 0.14 0.00 0.14 -glisse-la-moi glisse_la_moi NOM f s 0.10 0.00 0.10 0.00 -globe-trotter globe_trotter NOM m s 0.22 0.41 0.20 0.27 -globe-trotters globe_trotter NOM m p 0.22 0.41 0.02 0.14 -gna gna gna_gna ONO 0.14 0.14 0.14 0.14 -gnian-gnian gnian_gnian NOM m s 0.01 0.00 0.01 0.00 -gobe-mouches gobe_mouches NOM m 0.02 0.14 0.02 0.14 -golf-club golf_club NOM m s 0.01 0.07 0.01 0.07 -gorge-de-pigeon gorge_de_pigeon ADJ m s 0.01 0.14 0.01 0.14 -gâte-bois gâte_bois NOM m 0.00 0.07 0.00 0.07 -gâte-sauce gâte_sauce NOM m s 0.00 0.14 0.00 0.14 -gouzi-gouzi gouzi_gouzi NOM m 0.06 0.07 0.06 0.07 -grand-angle grand_angle NOM m s 0.06 0.00 0.06 0.00 -grand-chose grand_chose PRO:ind m s 28.01 36.08 28.01 36.08 -grand-duc grand_duc NOM m s 2.03 1.76 1.90 0.88 -grand-ducale grand_ducal ADJ f s 0.00 0.07 0.00 0.07 -grand-duché grand_duché NOM m s 0.01 0.07 0.01 0.07 -grand-faim grand_faim ADV 0.00 0.20 0.00 0.20 -grand-guignol grand_guignol NOM m s 0.01 0.00 0.01 0.00 -grand-guignolesque grand_guignolesque ADJ s 0.01 0.00 0.01 0.00 -grand-hôtel grand_hôtel NOM m s 0.00 0.07 0.00 0.07 -grand-hâte grand_hâte ADV 0.00 0.07 0.00 0.07 -grand-maître grand_maître NOM m s 0.10 0.07 0.10 0.07 -grand-maman grand_papa NOM f s 2.35 0.95 0.84 0.27 -grand-messe grand_messe NOM f s 0.29 1.28 0.29 1.28 -grand-mère grand_mère NOM f s 73.22 94.59 72.39 91.76 -grand-mères grand_mère NOM f p 73.22 94.59 0.53 2.16 -grand-neige grand_neige NOM m s 0.00 0.07 0.00 0.07 -grand-officier grand_officier NOM m s 0.00 0.07 0.00 0.07 -grand-oncle grand_oncle NOM m s 0.45 4.26 0.45 3.65 -grand-papa grand_papa NOM m s 2.35 0.95 1.50 0.68 -grand-peine grand_peine ADV 0.25 4.86 0.25 4.86 -grand-peur grand_peur ADV 0.00 0.20 0.00 0.20 -grand-place grand_place NOM f s 0.12 1.35 0.12 1.35 -grand-prêtre grand_prêtre NOM m s 0.11 0.20 0.11 0.20 -grand-père grand_père NOM m s 75.64 96.49 75.19 95.20 -grand-quartier grand_quartier NOM m s 0.00 0.34 0.00 0.34 -grand-route grand_route NOM f s 0.27 3.65 0.27 3.58 -grand-routes grand_route NOM f p 0.27 3.65 0.00 0.07 -grand-rue grand_rue NOM f s 0.64 2.36 0.64 2.36 -grand-salle grand_salle NOM f s 0.00 0.20 0.00 0.20 -grand-tante grand_tante NOM f s 1.17 1.76 1.17 1.22 -grand-tantes grand_tante NOM f p 1.17 1.76 0.00 0.47 -grand-vergue grand_vergue NOM f s 0.05 0.00 0.05 0.00 -grand-voile grand_voile NOM f s 0.23 0.27 0.23 0.27 -grande-duchesse grand_duc NOM f s 2.03 1.76 0.09 0.34 -grandes-duchesses grande_duchesse NOM f p 0.01 0.14 0.01 0.14 -grands-croix grand_croix NOM m p 0.00 0.07 0.00 0.07 -grands-ducs grand_duc NOM m p 2.03 1.76 0.05 0.54 -grands-mères grand_mère NOM f p 73.22 94.59 0.30 0.68 -grands-oncles grand_oncle NOM m p 0.45 4.26 0.00 0.61 -grands-parents grands_parents NOM m p 4.59 9.19 4.59 9.19 -grands-pères grand_père NOM m p 75.64 96.49 0.45 1.28 -grands-tantes grand_tante NOM f p 1.17 1.76 0.00 0.07 -grape-fruit grape_fruit NOM m s 0.00 0.27 0.00 0.27 -gras-double gras_double NOM m s 0.22 1.08 0.22 1.01 -gras-doubles gras_double NOM m p 0.22 1.08 0.00 0.07 -gratis pro deo gratis_pro_deo ADV 0.00 0.14 0.00 0.14 -gratte-ciel gratte_ciel NOM m 1.40 3.04 1.14 3.04 -gratte-ciels gratte_ciel NOM m p 1.40 3.04 0.26 0.00 -gratte-cul gratte_cul NOM m 0.00 0.14 0.00 0.14 -gratte-dos gratte_dos NOM m 0.11 0.00 0.11 0.00 -gratte-papier gratte_papier NOM m 0.67 0.54 0.45 0.54 -gratte-papiers gratte_papier NOM m p 0.67 0.54 0.22 0.00 -gratte-pieds gratte_pieds NOM m 0.00 0.20 0.00 0.20 -grenouille-taureau grenouille_taureau NOM f s 0.01 0.00 0.01 0.00 -gri-gri gri_gri NOM m s 0.21 0.14 0.21 0.14 -grill-room grill_room NOM m s 0.00 0.27 0.00 0.27 -grille-pain grille_pain NOM m 2.90 0.27 2.90 0.27 -grimace-éclair grimace_éclair NOM f s 0.01 0.00 0.01 0.00 -grippe-sou grippe_sou NOM m s 0.25 0.14 0.13 0.07 -grippe-sous grippe_sou NOM m p 0.25 0.14 0.12 0.07 -gris-blanc gris_blanc ADJ m s 0.00 0.20 0.00 0.20 -gris-bleu gris_bleu ADJ m s 0.30 1.69 0.30 1.69 -gris-gris gris_gris NOM m 0.22 0.74 0.22 0.74 -gris-jaune gris_jaune ADJ m s 0.00 0.20 0.00 0.20 -gris-perle gris_perle ADJ m s 0.01 0.14 0.01 0.14 -gris-rose gris_rose ADJ 0.00 0.41 0.00 0.41 -gris-vert gris_vert ADJ m s 0.01 1.55 0.01 1.55 -gros-bec gros_bec NOM m s 0.06 0.07 0.06 0.00 -gros-becs gros_bec NOM m p 0.06 0.07 0.00 0.07 -gros-cul gros_cul NOM m s 0.04 0.14 0.04 0.14 -gros-grain gros_grain NOM m s 0.00 0.41 0.00 0.41 -gros-porteur gros_porteur NOM m s 0.02 0.00 0.02 0.00 -grosso modo grosso_modo ADV 0.44 1.89 0.44 1.89 -gréco-latine gréco_latin ADJ f s 0.00 0.34 0.00 0.27 -gréco-latines gréco_latin ADJ f p 0.00 0.34 0.00 0.07 -gréco-romain gréco_romain ADJ m s 0.46 0.68 0.03 0.14 -gréco-romaine gréco_romain ADJ f s 0.46 0.68 0.42 0.34 -gréco-romaines gréco_romain ADJ f p 0.46 0.68 0.01 0.14 -gréco-romains gréco_romain ADJ m p 0.46 0.68 0.00 0.07 -guerre-éclair guerre_éclair NOM f s 0.01 0.14 0.01 0.14 -guet-apens guet_apens NOM m 0.68 0.74 0.68 0.74 -guets-apens guets_apens NOM m p 0.00 0.07 0.00 0.07 -gueule-de-loup gueule_de_loup NOM f s 0.03 0.07 0.03 0.07 -gueules-de-loup gueules_de_loup NOM f p 0.00 0.14 0.00 0.14 -guide-interprète guide_interprète NOM s 0.00 0.07 0.00 0.07 -guili-guili guili_guili NOM m 0.16 0.14 0.16 0.14 -gélatino-bromure gélatino_bromure NOM m s 0.00 0.07 0.00 0.07 -gutta-percha gutta_percha NOM f s 0.03 0.00 0.03 0.00 -hôtel-dieu hôtel_dieu NOM m s 0.01 0.81 0.01 0.81 -hôtel-restaurant hôtel_restaurant NOM m s 0.00 0.14 0.00 0.14 -hache-paille hache_paille NOM m p 0.00 0.14 0.00 0.14 -half-track half_track NOM m s 0.05 0.14 0.04 0.14 -half-tracks half_track NOM m p 0.05 0.14 0.01 0.00 -halte-garderie halte_garderie NOM f s 0.02 0.00 0.02 0.00 -hand-ball hand_ball NOM m s 0.08 0.00 0.08 0.00 -happy end happy_end NOM m s 0.51 0.27 0.45 0.27 -happy ends happy_end NOM m p 0.51 0.27 0.05 0.00 -happy few happy_few NOM m p 0.00 0.14 0.00 0.14 -hara-kiri hara_kiri NOM m s 0.29 0.41 0.29 0.41 -hard-top hard_top NOM m s 0.01 0.00 0.01 0.00 -hard edge hard_edge NOM m s 0.01 0.00 0.01 0.00 -has been has_been NOM m 0.18 0.20 0.18 0.20 -haut-commandement haut_commandement NOM m s 0.00 1.22 0.00 1.22 -haut-commissaire haut_commissaire NOM m s 0.03 7.97 0.03 7.57 -haut-commissariat haut_commissariat NOM m s 0.02 0.81 0.02 0.81 -haut-de-chausse haut_de_chausse NOM f s 0.15 0.07 0.14 0.07 -haut-de-chausses haut_de_chausses NOM m 0.00 0.20 0.00 0.20 -haut-de-forme haut_de_forme NOM m s 0.45 1.62 0.30 1.42 -haut-fond haut_fond NOM m s 0.08 1.08 0.02 0.61 -haut-le-coeur haut_le_coeur NOM m 0.04 1.01 0.04 1.01 -haut-le-corps haut_le_corps NOM m 0.00 1.76 0.00 1.76 -haut-parleur haut_parleur NOM m s 3.65 7.36 2.61 3.99 -haut-parleurs haut_parleur NOM m p 3.65 7.36 1.04 3.38 -haut-relief haut_relief NOM m s 0.00 0.20 0.00 0.20 -haute-fidélité haute_fidélité NOM f s 0.03 0.07 0.03 0.07 -hauts-commissaires haut_commissaire NOM m p 0.03 7.97 0.00 0.41 -hauts-de-chausses haut_de_chausse NOM m p 0.15 0.07 0.01 0.00 -hauts-de-forme haut_de_forme NOM m p 0.45 1.62 0.14 0.20 -hauts-fonds haut_fond NOM m p 0.08 1.08 0.06 0.47 -hauts-fourneaux haut_fourneau NOM m p 0.01 0.27 0.01 0.27 -hi-fi hi_fi NOM f s 0.87 0.81 0.87 0.81 -hi-han hi_han ONO 0.20 0.14 0.20 0.14 -hic et nunc hic_et_nunc ADV 0.00 0.41 0.00 0.41 -high-life high_life NOM m s 0.27 0.14 0.27 0.14 -high-tech high_tech ADJ 0.32 0.14 0.29 0.07 -high life high_life NOM m s 0.04 0.41 0.04 0.41 -high tech high_tech ADJ s 0.32 0.14 0.04 0.07 -hip-hop hip_hop NOM m s 1.74 0.00 1.74 0.00 -hispano-américain hispano_américain NOM m s 0.01 0.00 0.01 0.00 -hispano-américaine hispano_américain ADJ f s 0.03 0.27 0.03 0.20 -hispano-cubain hispano_cubain ADJ m s 0.00 0.07 0.00 0.07 -hispano-mauresque hispano_mauresque ADJ m s 0.00 0.07 0.00 0.07 -historico-culturelle historico_culturel ADJ f s 0.00 0.07 0.00 0.07 -hit-parade hit_parade NOM m s 0.73 0.68 0.69 0.68 -hit-parades hit_parade NOM m p 0.73 0.68 0.04 0.00 -hold-up hold_up NOM m 7.78 3.38 7.59 3.38 -hold up hold_up NOM m 7.78 3.38 0.20 0.00 -home-trainer home_trainer NOM m s 0.01 0.00 0.01 0.00 -homme-chien homme_chien NOM m s 0.09 0.14 0.09 0.14 -homme-clé homme_clé NOM m s 0.04 0.00 0.04 0.00 -homme-femme homme_femme NOM m s 0.36 0.07 0.36 0.07 -homme-grenouille homme_grenouille NOM m s 0.35 0.20 0.20 0.07 -homme-loup homme_loup NOM m s 0.05 0.00 0.05 0.00 -homme-machine homme_machine NOM m s 0.04 0.00 0.04 0.00 -homme-oiseau homme_oiseau NOM m s 0.05 0.00 0.05 0.00 -homme-orchestre homme_orchestre NOM m s 0.03 0.07 0.03 0.07 -homme-poisson homme_poisson NOM m s 0.06 0.00 0.06 0.00 -homme-robot homme_robot NOM m s 0.07 0.00 0.07 0.00 -homme-sandwich homme_sandwich NOM m s 0.00 0.41 0.00 0.41 -homme-serpent homme_serpent NOM m s 0.02 0.27 0.02 0.27 -hommes-grenouilles homme_grenouille NOM m p 0.35 0.20 0.16 0.14 -homo erectus homo_erectus NOM m 0.04 0.00 0.04 0.00 -homo habilis homo_habilis NOM m 0.00 0.07 0.00 0.07 -hong kong hong_kong NOM s 0.03 0.00 0.03 0.00 -honoris causa honoris_causa ADV 0.16 0.27 0.16 0.27 -hors-bord hors_bord NOM m p 0.45 0.61 0.45 0.61 -hors-cote hors_cote ADJ 0.01 0.00 0.01 0.00 -hors-d'oeuvre hors_d_oeuvre NOM m 0.56 1.96 0.56 1.96 -hors-jeu hors_jeu ADJ 1.13 0.20 1.13 0.20 -hors-la-loi hors_la_loi NOM m p 3.21 1.49 3.21 1.49 -hors-piste hors_piste NOM m p 0.45 0.00 0.45 0.00 -hors-série hors_série ADJ f s 0.01 0.20 0.01 0.20 -horse-guard horse_guard NOM m s 0.02 0.14 0.00 0.07 -horse-guards horse_guard NOM m p 0.02 0.14 0.02 0.07 -hot-dog hot_dog NOM m s 6.09 0.27 3.12 0.07 -hot-dogs hot_dog NOM m p 6.09 0.27 2.98 0.20 -hot dog hot_dog NOM m s 2.69 0.14 1.31 0.14 -hot dogs hot_dog NOM m p 2.69 0.14 1.38 0.00 -house-boat house_boat NOM m s 0.04 0.07 0.02 0.00 -house-boats house_boat NOM m p 0.04 0.07 0.01 0.07 -house music house_music NOM f s 0.01 0.00 0.01 0.00 -huit-reflets huit_reflets NOM m 0.00 0.27 0.00 0.27 -humain-robot humain_robot ADJ m s 0.03 0.00 0.03 0.00 -hydro-électrique hydro_électrique ADJ s 0.00 0.07 0.00 0.07 -ice-cream ice_cream NOM m s 0.02 0.34 0.00 0.27 -ice-creams ice_cream NOM m p 0.02 0.34 0.00 0.07 -ice cream ice_cream NOM m s 0.02 0.34 0.02 0.00 -ici-bas ici_bas ADV 3.58 2.97 3.58 2.97 -idée-clé idée_clé NOM f s 0.01 0.00 0.01 0.00 -idée-force idée_force NOM f s 0.01 0.20 0.01 0.07 -idées-forces idée_force NOM f p 0.01 0.20 0.00 0.14 -import-export import_export NOM m s 0.47 0.41 0.47 0.41 -in-bord in_bord ADJ m s 0.01 0.00 0.01 0.00 -in-bord in_bord NOM m s 0.01 0.00 0.01 0.00 -in-folio in_folio NOM m 0.00 0.61 0.00 0.61 -in-folios in_folios NOM m 0.00 0.20 0.00 0.20 -in-octavo in_octavo NOM m 0.01 0.34 0.01 0.34 -in-octavos in_octavos NOM m 0.00 0.07 0.00 0.07 -in-quarto in_quarto ADJ 0.00 0.07 0.00 0.07 -in-quarto in_quarto NOM m 0.00 0.07 0.00 0.07 -in-seize in_seize NOM m 0.00 0.07 0.00 0.07 -in absentia in_absentia ADV 0.02 0.00 0.02 0.00 -in abstracto in_abstracto ADV 0.00 0.20 0.00 0.20 -in anima vili in_anima_vili ADV 0.00 0.07 0.00 0.07 -in cauda venenum in_cauda_venenum ADV 0.00 0.14 0.00 0.14 -in extenso in_extenso ADV 0.00 0.54 0.00 0.54 -in extremis in_extremis ADV 0.07 2.64 0.07 2.64 -in memoriam in_memoriam ADV 0.15 0.00 0.15 0.00 -in pace in_pace NOM m 0.16 0.07 0.16 0.07 -in petto in_petto ADV 0.00 1.22 0.00 1.22 -in utero in_utero ADJ f p 0.05 0.00 0.05 0.00 -in utero in_utero ADV 0.05 0.00 0.05 0.00 -in vino veritas in_vino_veritas ADV 0.05 0.00 0.05 0.00 -in vitro in_vitro ADJ 0.22 0.34 0.22 0.34 -in vivo in_vivo ADV 0.00 0.07 0.00 0.07 -inch allah inch_allah ONO 0.27 0.47 0.27 0.47 -indemnités-repas indemnités_repas NOM f p 0.01 0.00 0.01 0.00 -indo-européen indo_européen ADJ m s 0.11 0.27 0.10 0.00 -indo-européenne indo_européen ADJ f s 0.11 0.27 0.01 0.07 -indo-européennes indo_européen ADJ f p 0.11 0.27 0.00 0.14 -indo-européens indo_européen ADJ m p 0.11 0.27 0.00 0.07 -industrie-clé industrie_clé NOM f s 0.01 0.00 0.01 0.00 -infirmière-major infirmière_major NOM f s 0.14 0.14 0.14 0.14 -ingénieur-chimiste ingénieur_chimiste NOM m s 0.00 0.07 0.00 0.07 -ingénieur-conseil ingénieur_conseil NOM m s 0.00 0.14 0.00 0.14 -intellectuel-phare intellectuel_phare NOM m s 0.00 0.07 0.00 0.07 -inter-écoles inter_école NOM f p 0.03 0.00 0.03 0.00 -intra-atomique intra_atomique ADJ s 0.00 0.07 0.00 0.07 -intra-muros intra_muros ADV 0.01 0.07 0.01 0.07 -intra-rachidienne rachidien ADJ f s 0.23 0.14 0.01 0.00 -intra-utérine intra_utérin ADJ f s 0.14 0.07 0.04 0.00 -intra-utérines intra_utérin ADJ f p 0.14 0.07 0.10 0.07 -intra muros intra_muros ADV 0.01 0.07 0.01 0.07 -invisible piston invisible_piston NOM m s 0.00 0.07 0.00 0.07 -ipso facto ipso_facto ADV 0.21 0.61 0.21 0.61 -irish coffee irish_coffee NOM m s 0.16 0.14 0.16 0.14 -israélo-arabe israélo_arabe ADJ f s 0.01 0.00 0.01 0.00 -israélo-syrienne israélo_syrien ADJ f s 0.14 0.00 0.14 0.00 -italo-allemande italo_allemand ADJ f s 0.00 0.20 0.00 0.07 -italo-allemandes italo_allemand ADJ f p 0.00 0.20 0.00 0.14 -italo-américain italo_américain ADJ m s 0.20 0.00 0.15 0.00 -italo-américaine italo_américain ADJ f s 0.20 0.00 0.04 0.00 -italo-brésilien italo_brésilien ADJ m s 0.00 0.07 0.00 0.07 -italo-français italo_français ADJ m 0.00 0.14 0.00 0.07 -italo-françaises italo_français ADJ f p 0.00 0.14 0.00 0.07 -italo-irlandais italo_irlandais ADJ m 0.01 0.00 0.01 0.00 -italo-polonais italo_polonais ADJ m 0.00 0.07 0.00 0.07 -italo-égyptien italo_égyptien ADJ m s 0.00 0.07 0.00 0.07 -ite missa est ite_missa_est NOM m 0.00 0.14 0.00 0.14 -jam-session jam_session NOM f s 0.16 0.00 0.14 0.00 -jam-sessions jam_session NOM f p 0.16 0.00 0.01 0.00 -jamais-vu jamais_vu NOM m 0.00 0.07 0.00 0.07 -jaune-vert jaune_vert ADJ s 0.01 0.20 0.01 0.20 -jazz-band jazz_band NOM m s 0.02 0.20 0.02 0.20 -jazz-rock jazz_rock NOM m 0.14 0.07 0.14 0.07 -je-m'en-fichiste je_m_en_fichiste ADJ f s 0.01 0.00 0.01 0.00 -je-m'en-foutisme je_m_en_foutisme NOM m s 0.01 0.14 0.01 0.14 -je-m'en-foutiste je_m_en_foutiste ADJ s 0.01 0.00 0.01 0.00 -je-m'en-foutistes je_m_en_foutiste NOM p 0.03 0.07 0.03 0.07 -je-ne-sais-quoi je_ne_sais_quoi NOM m 0.34 0.47 0.34 0.47 -jean-foutre jean_foutre NOM m 0.41 1.28 0.41 1.28 -jean-le-blanc jean_le_blanc NOM m 0.00 0.07 0.00 0.07 -jet-set jet_set NOM m s 0.42 0.07 0.42 0.07 -jet-stream jet_stream NOM m s 0.01 0.00 0.01 0.00 -jet society jet_society NOM f s 0.00 0.07 0.00 0.07 -jeu-concours jeu_concours NOM m 0.10 0.14 0.10 0.14 -jeune-homme jeune_homme ADJ s 0.10 0.00 0.10 0.00 -jiu-jitsu jiu_jitsu NOM m 0.35 0.14 0.35 0.14 -joint-venture joint_venture NOM f s 0.16 0.00 0.16 0.00 -joli-coeur joli_coeur ADJ m s 0.01 0.00 0.01 0.00 -joli-joli joli_joli ADJ m s 0.26 0.41 0.26 0.41 -judéo-christianisme judéo_christianisme NOM m s 0.01 0.00 0.01 0.00 -judéo-chrétienne judéo_chrétien ADJ f s 0.06 0.20 0.04 0.07 -judéo-chrétiennes judéo_chrétien ADJ f p 0.06 0.20 0.01 0.07 -judéo-chrétiens judéo_chrétien ADJ m p 0.06 0.20 0.00 0.07 -juke-box juke_box NOM m 1.61 1.89 1.58 1.69 -juke-boxes juke_box NOM m p 1.61 1.89 0.03 0.20 -jupe-culotte jupe_culotte NOM f s 0.02 0.34 0.02 0.27 -jupes-culottes jupe_culotte NOM m p 0.02 0.34 0.00 0.07 -jusqu'au jusqu_au PRE 0.34 0.07 0.34 0.07 -jusqu'à jusqu_à PRE 0.81 0.27 0.81 0.27 -jusque-là jusque_là ADV 7.81 29.53 7.81 29.53 -juste-milieu juste_milieu NOM m 0.00 0.07 0.00 0.07 -k-o k_o ADJ 0.02 0.07 0.02 0.07 -k-way k_way NOM m s 0.06 0.20 0.06 0.20 -kala-azar kala_azar NOM m s 0.00 0.07 0.00 0.07 -kif-kif kif_kif ADJ s 0.20 0.81 0.20 0.81 -kilomètres-heure kilomètre_heure NOM m p 0.14 0.41 0.14 0.41 -king-charles king_charles NOM m 0.00 0.07 0.00 0.07 -knock-out knock_out ADJ m s 0.19 0.20 0.19 0.20 -kung-fu kung_fu NOM m s 1.12 0.00 1.01 0.00 -kung fu kung_fu NOM m s 1.12 0.00 0.10 0.00 -kyrie eleison kyrie_eleison NOM m 0.41 0.07 0.41 0.07 -l' l_ ART:def m s 8129.41 12746.76 8129.41 12746.76 -l'un l_un PRO:ind 127.72 208.92 127.72 208.92 -l'une l_une PRO:ind f 36.12 93.58 36.12 93.58 -l-dopa l_dopa NOM f s 0.05 0.00 0.05 0.00 -la-la-la la_la_la ART:def f s 0.14 0.07 0.14 0.07 -la plata la_plata NOM s 0.01 0.14 0.01 0.14 -la plupart de la_plupart_de ADJ:ind 3.94 7.30 3.94 7.30 -la plupart des la_plupart_des ADJ:ind 23.41 29.26 23.41 29.26 -la plupart du la_plupart_du ADJ:ind 5.07 7.91 5.07 7.91 -la plupart la_plupart PRO:ind p 14.72 23.24 14.72 23.24 -lacrima-christi lacrima_christi NOM m 0.00 0.07 0.00 0.07 -lacryma-christi lacryma_christi NOM m s 0.00 0.34 0.00 0.20 -lacryma christi lacryma_christi NOM m s 0.00 0.34 0.00 0.14 -laisse-la-moi laisse_la_moi NOM f s 0.14 0.00 0.14 0.00 -laisser-aller laisser_aller NOM m 0.75 3.38 0.75 3.38 -laisser-faire laisser_faire NOM m 0.01 0.07 0.01 0.07 -laissez-faire laissez_faire NOM m 0.01 0.00 0.01 0.00 -laissez-passer laissez_passer NOM m 4.00 1.96 4.00 1.96 -laissé-pour-compte laissé_pour_compte NOM m s 0.00 0.07 0.00 0.07 -laissés-pour-compte laissés_pour_compte NOM m p 0.23 0.07 0.23 0.07 -lampe-phare lampe_phare NOM f s 0.00 0.07 0.00 0.07 -lampe-tempête lampe_tempête NOM f s 0.00 0.95 0.00 0.68 -lampes-tempête lampe_tempête NOM f p 0.00 0.95 0.00 0.27 -lance-engins lance_engins NOM m 0.02 0.00 0.02 0.00 -lance-flamme lance_flamme NOM m s 0.06 0.00 0.06 0.00 -lance-flammes lance_flammes NOM m 1.06 0.61 1.06 0.61 -lance-fusée lance_fusée NOM m s 0.01 0.00 0.01 0.00 -lance-fusées lance_fusées NOM m 0.12 0.61 0.12 0.61 -lance-grenade lance_grenade NOM m s 0.02 0.00 0.02 0.00 -lance-grenades lance_grenades NOM m 0.34 0.00 0.34 0.00 -lance-missiles lance_missiles NOM m 0.26 0.07 0.26 0.07 -lance-pierre lance_pierre NOM m s 0.25 0.07 0.25 0.07 -lance-pierres lance_pierres NOM m 0.39 1.42 0.39 1.42 -lance-roquette lance_roquette NOM m s 0.06 0.00 0.06 0.00 -lance-roquettes lance_roquettes NOM m 0.72 0.14 0.72 0.14 -lance-torpille lance_torpille NOM m s 0.00 0.07 0.00 0.07 -lance-torpilles lance_torpilles NOM m 0.03 0.41 0.03 0.41 -lanterne-tempête lanterne_tempête NOM f s 0.00 0.07 0.00 0.07 -lapis-lazuli lapis_lazuli NOM m 0.01 0.41 0.01 0.41 -latino-américain latino_américain NOM m s 0.10 0.07 0.03 0.07 -latino-américaine latino_américain NOM f s 0.10 0.07 0.03 0.00 -latino-américains latino_américain NOM m p 0.10 0.07 0.04 0.00 -laurier-cerise laurier_cerise NOM m s 0.00 0.20 0.00 0.07 -laurier-rose laurier_rose NOM m s 0.14 1.69 0.04 0.20 -lauriers-cerises laurier_cerise NOM m p 0.00 0.20 0.00 0.14 -lauriers-roses laurier_rose NOM m p 0.14 1.69 0.10 1.49 -lave-auto lave_auto NOM m s 0.06 0.00 0.06 0.00 -lave-glace lave_glace NOM m s 0.03 0.20 0.03 0.20 -lave-linge lave_linge NOM m 0.83 0.00 0.83 0.00 -lave-mains lave_mains NOM m 0.00 0.07 0.00 0.07 -lave-pont lave_pont NOM m s 0.00 0.14 0.00 0.07 -lave-ponts lave_pont NOM m p 0.00 0.14 0.00 0.07 -lave-vaisselle lave_vaisselle NOM m 0.88 0.20 0.88 0.20 -lettre-clé lettre_clé NOM f s 0.14 0.00 0.14 0.00 -librairie-papeterie librairie_papeterie NOM f s 0.00 0.20 0.00 0.20 -libre-arbitre libre_arbitre NOM m s 0.12 0.14 0.12 0.14 -libre-penseur libre_penseur NOM m s 0.04 0.14 0.04 0.14 -libre-penseuse libre_penseur NOM f s 0.04 0.14 0.01 0.00 -libre-service libre_service NOM m s 0.04 0.34 0.04 0.34 -libre-échange libre_échange NOM m 0.32 0.14 0.32 0.14 -libre-échangiste libre_échangiste NOM s 0.03 0.00 0.03 0.00 -lie-de-vin lie_de_vin ADJ 0.00 1.08 0.00 1.08 -lieu-dit lieu_dit NOM m s 0.00 0.88 0.00 0.88 -lieutenant-colonel lieutenant_colonel NOM m s 1.74 1.42 1.73 1.42 -lieutenant-pilote lieutenant_pilote NOM m s 0.00 0.07 0.00 0.07 -lieutenants-colonels lieutenant_colonel NOM m p 1.74 1.42 0.01 0.00 -lieux-dits lieux_dits NOM m p 0.00 0.41 0.00 0.41 -lit-bateau lit_bateau NOM m s 0.00 0.81 0.00 0.81 -lit-cage lit_cage NOM m s 0.01 1.62 0.01 1.15 -lit-divan lit_divan NOM m s 0.00 0.20 0.00 0.20 -lits-cages lit_cage NOM m p 0.01 1.62 0.00 0.47 -living-room living_room NOM m s 0.23 2.23 0.23 2.23 -livre-cassette livre_cassette NOM m s 0.03 0.00 0.03 0.00 -livres-club livres_club NOM m p 0.00 0.07 0.00 0.07 -là-bas là_bas ADV 263.15 117.70 263.15 117.70 -là-dedans là_dedans ADV 74.00 23.58 74.00 23.58 -là-dehors là_dehors ADV 1.30 0.00 1.30 0.00 -là-derrière là_derrière ADV 1.14 0.14 1.14 0.14 -là-dessous là_dessous ADV 7.12 4.32 7.12 4.32 -là-dessus là_dessus ADV 30.89 32.50 30.89 32.50 -là-devant là_devant ADV 0.00 0.14 0.00 0.14 -là-haut là_haut ADV 67.78 42.70 67.78 42.70 -lock-out lock_out NOM m 0.11 0.00 0.11 0.00 -lock-outés lock_outer VER m p 0.00 0.07 0.00 0.07 par:pas; -long-courrier long_courrier NOM m s 0.26 0.61 0.25 0.47 -long-courriers long_courrier NOM m p 0.26 0.61 0.01 0.14 -long-métrage long_métrage NOM m s 0.06 0.00 0.06 0.00 -longue-vue longue_vue NOM f s 0.30 2.64 0.29 2.50 -longues-vues longue_vue NOM f p 0.30 2.64 0.01 0.14 -lord-maire lord_maire NOM m s 0.02 0.07 0.02 0.07 -louis-philippard louis_philippard ADJ m s 0.00 0.34 0.00 0.07 -louis-philipparde louis_philippard ADJ f s 0.00 0.34 0.00 0.14 -louis-philippards louis_philippard ADJ m p 0.00 0.34 0.00 0.14 -louise-bonne louise_bonne NOM f s 0.00 0.07 0.00 0.07 -loup-cervier loup_cervier NOM m s 0.00 0.14 0.00 0.07 -loup-garou loup_garou NOM m s 3.98 1.22 3.35 0.88 -loups-cerviers loup_cervier NOM m p 0.00 0.14 0.00 0.07 -loups-garous loup_garou NOM m p 3.98 1.22 0.63 0.34 -lèche-botte lèche_botte NOM m s 0.11 0.00 0.11 0.00 -lèche-bottes lèche_bottes NOM m 0.68 0.34 0.68 0.34 -lèche-cul lèche_cul NOM m s 1.29 0.61 1.29 0.61 -lèche-vitrine lèche_vitrine NOM m s 0.26 0.07 0.26 0.07 -lèche-vitrines lèche_vitrines NOM m 0.07 0.20 0.07 0.20 -lèse-majesté lèse_majesté NOM f 0.03 0.27 0.03 0.27 -lui-même lui_même PRO:per m s 46.58 202.30 46.58 202.30 -m'as-tu-vu m_as_tu_vu ADJ s 0.03 0.00 0.03 0.00 -ma-jong ma_jong NOM m s 0.02 0.07 0.02 0.07 -maître-assistant maître_assistant NOM m s 0.00 0.07 0.00 0.07 -maître-autel maître_autel NOM m s 0.00 0.61 0.00 0.61 -maître-chanteur maître_chanteur NOM m s 0.21 0.20 0.21 0.20 -maître-chien maître_chien NOM m s 0.11 0.00 0.11 0.00 -maître-coq maître_coq NOM m s 0.01 0.00 0.01 0.00 -maître-nageur maître_nageur NOM m s 0.45 0.27 0.45 0.27 -maître-à-danser maître_à_danser NOM m s 0.00 0.07 0.00 0.07 -maître queux maître_queux NOM m s 0.00 0.14 0.00 0.14 -machine-outil machine_outil NOM f s 0.11 0.47 0.00 0.07 -machines-outils machine_outil NOM f p 0.11 0.47 0.11 0.41 -made in made_in ADV 1.06 0.88 1.06 0.88 -madre de dios madre_de_dios NOM s 0.00 0.07 0.00 0.07 -mah-jong mah_jong NOM m s 1.54 0.20 1.54 0.20 -mail-coach mail_coach NOM m s 0.00 0.14 0.00 0.14 -main-courante main_courante NOM f s 0.01 0.07 0.01 0.07 -main-d'oeuvre main_d_oeuvre NOM f s 0.89 1.62 0.89 1.62 -main-forte main_forte NOM f 0.36 0.41 0.36 0.41 -maison-mère maison_mère NOM f s 0.12 0.14 0.12 0.14 -major-général major_général NOM s 0.02 0.34 0.02 0.34 -mal-aimé mal_aimé NOM m s 0.21 0.07 0.03 0.00 -mal-aimée mal_aimé NOM f s 0.21 0.07 0.01 0.07 -mal-aimés mal_aimé NOM m p 0.21 0.07 0.17 0.00 -mal-baisé mal_baisé NOM m s 0.00 0.20 0.00 0.07 -mal-baisée mal_baisé NOM f s 0.00 0.20 0.00 0.14 -mal-pensante mal_pensant ADJ f s 0.00 0.07 0.00 0.07 -mal-pensants mal_pensant NOM m p 0.14 0.07 0.14 0.07 -mal-être mal_être NOM m s 0.34 0.20 0.34 0.20 -mam'selle mam_selle NOM f s 0.11 0.07 0.11 0.07 -mam'zelle mam_zelle NOM f s 0.03 0.00 0.03 0.00 -mandat-carte mandat_carte NOM m s 0.01 0.00 0.01 0.00 -mandat-lettre mandat_lettre NOM m s 0.00 0.07 0.00 0.07 -mandat-poste mandat_poste NOM m s 0.03 0.07 0.03 0.07 -mange-disque mange_disque NOM m s 0.11 0.07 0.10 0.00 -mange-disques mange_disque NOM m p 0.11 0.07 0.01 0.07 -mange-tout mange_tout NOM m 0.01 0.07 0.01 0.07 -maniaco-dépressif maniaco_dépressif ADJ m s 0.38 0.14 0.17 0.00 -maniaco-dépressifs maniaco_dépressif ADJ m p 0.38 0.14 0.08 0.14 -maniaco-dépressive maniaco_dépressif ADJ f s 0.38 0.14 0.13 0.00 -manu militari manu_militari ADV 0.16 0.20 0.16 0.20 -marie-couche-toi-là marie_couche_toi_là NOM f 0.06 0.27 0.06 0.27 -marie-jeanne marie_jeanne NOM f s 0.26 0.07 0.26 0.07 -marie-louise marie_louise NOM f s 0.00 0.07 0.00 0.07 -marie-salope marie_salope NOM f s 0.00 0.07 0.00 0.07 -marin-pêcheur marin_pêcheur NOM m s 0.01 0.14 0.01 0.14 -marque-page marque_page NOM m s 0.25 0.14 0.24 0.07 -marque-pages marque_page NOM m p 0.25 0.14 0.01 0.07 -marteau-pilon marteau_pilon NOM m s 0.07 0.41 0.07 0.34 -marteau-piqueur marteau_piqueur NOM m s 0.42 0.07 0.42 0.07 -marteaux-pilons marteau_pilon NOM m p 0.07 0.41 0.00 0.07 -martin-pêcheur martin_pêcheur NOM m s 0.02 0.41 0.01 0.27 -martins-pêcheurs martin_pêcheur NOM m p 0.02 0.41 0.01 0.14 -maréchal-ferrant maréchal_ferrant NOM m s 0.22 1.96 0.22 1.96 -maréchaux-ferrants maréchaux_ferrants NOM m p 0.00 0.41 0.00 0.41 -marxisme-léninisme marxisme_léninisme NOM m s 0.50 0.68 0.50 0.68 -marxiste-léniniste marxiste_léniniste ADJ s 0.41 0.41 0.27 0.41 -marxistes-léninistes marxiste_léniniste ADJ p 0.41 0.41 0.14 0.00 -masque-espion masque_espion NOM m s 0.01 0.00 0.01 0.00 -mass media mass_media NOM m p 0.17 0.07 0.17 0.07 -mat' mat NOM m s 6.84 4.32 1.95 0.88 -mater dolorosa mater_dolorosa NOM f 0.00 0.47 0.00 0.47 -maxillo-facial maxillo_facial ADJ m s 0.01 0.00 0.01 0.00 -mea-culpa mea_culpa NOM m 0.07 0.14 0.07 0.14 -mea culpa mea_culpa NOM m 0.70 0.68 0.70 0.68 -medicine-ball medicine_ball NOM m s 0.00 0.07 0.00 0.07 -melting-pot melting_pot NOM m s 0.14 0.07 0.13 0.00 -melting pot melting_pot NOM m s 0.14 0.07 0.01 0.07 -mer-air mer_air ADJ f s 0.01 0.00 0.01 0.00 -messieurs-dames messieurs_dames NOM m p 0.48 0.68 0.48 0.68 -mets-la-toi mets_la_toi NOM m 0.01 0.00 0.01 0.00 -meurtre-suicide meurtre_suicide NOM m s 0.04 0.00 0.04 0.00 -mezza-voce mezza_voce ADV 0.00 0.07 0.00 0.07 -mezza voce mezza_voce ADV 0.00 0.20 0.00 0.20 -mezzo-soprano mezzo_soprano NOM s 0.20 0.00 0.20 0.00 -mi-accablé mi_accablé ADJ m s 0.00 0.07 0.00 0.07 -mi-africains mi_africains NOM m 0.00 0.07 0.00 0.07 -mi-airain mi_airain NOM m s 0.00 0.07 0.00 0.07 -mi-allemand mi_allemand NOM m 0.00 0.07 0.00 0.07 -mi-allongé mi_allongé ADJ m s 0.00 0.07 0.00 0.07 -mi-américaine mi_américaine NOM m 0.02 0.00 0.02 0.00 -mi-ange mi_ange NOM m s 0.01 0.00 0.01 0.00 -mi-angevins mi_angevins NOM m 0.00 0.07 0.00 0.07 -mi-animal mi_animal ADJ m s 0.05 0.00 0.05 0.00 -mi-animaux mi_animaux ADJ m 0.00 0.07 0.00 0.07 -mi-août mi_août NOM f s 0.00 0.20 0.00 0.20 -mi-appointées mi_appointé ADJ f p 0.00 0.07 0.00 0.07 -mi-appréhension mi_appréhension NOM f s 0.00 0.07 0.00 0.07 -mi-arabe mi_arabe ADJ s 0.00 0.07 0.00 0.07 -mi-artisan mi_artisan NOM m s 0.00 0.07 0.00 0.07 -mi-automne mi_automne NOM f s 0.00 0.14 0.00 0.14 -mi-bandit mi_bandit NOM m s 0.00 0.07 0.00 0.07 -mi-bas mi_bas NOM m 0.14 0.14 0.14 0.14 -mi-biblique mi_biblique ADJ f s 0.00 0.07 0.00 0.07 -mi-black mi_black ADJ m s 0.14 0.00 0.14 0.00 -mi-blanc mi_blanc NOM m 0.00 0.14 0.00 0.14 -mi-blancs mi_blancs NOM m 0.00 0.07 0.00 0.07 -mi-bleu mi_bleu ADJ 0.00 0.07 0.00 0.07 -mi-bois mi_bois NOM m 0.00 0.07 0.00 0.07 -mi-bordel mi_bordel NOM m s 0.00 0.07 0.00 0.07 -mi-bourgeois mi_bourgeois ADJ m s 0.00 0.07 0.00 0.07 -mi-bovins mi_bovins NOM m 0.00 0.07 0.00 0.07 -mi-braconniers mi_braconnier NOM m p 0.00 0.07 0.00 0.07 -mi-bras mi_bras NOM m 0.00 0.14 0.00 0.14 -mi-britannique mi_britannique ADJ s 0.00 0.07 0.00 0.07 -mi-building mi_building NOM m s 0.00 0.07 0.00 0.07 -mi-bureaucrates mi_bureaucrate ADJ m p 0.00 0.07 0.00 0.07 -mi-bête mi_bête ADJ m s 0.04 0.00 0.04 0.00 -mi-côte mi_côte NOM f s 0.00 0.20 0.00 0.20 -mi-café mi_café ADJ 0.00 0.07 0.00 0.07 -mi-café mi_café NOM m s 0.00 0.07 0.00 0.07 -mi-campagnarde mi_campagnarde NOM m 0.00 0.07 0.00 0.07 -mi-canard mi_canard NOM m s 0.00 0.07 0.00 0.07 -mi-capacité mi_capacité NOM f s 0.02 0.00 0.02 0.00 -mi-carrière mi_carrier NOM f s 0.01 0.00 0.01 0.00 -mi-carême mi_carême NOM f s 0.01 0.61 0.01 0.61 -mi-chair mi_chair ADJ m s 0.00 0.20 0.00 0.20 -mi-chat mi_chat NOM m s 0.00 0.07 0.00 0.07 -mi-chatte mi_chatte NOM f s 0.01 0.00 0.01 0.00 -mi-chauve mi_chauve ADJ s 0.00 0.07 0.00 0.07 -mi-chemin mi_chemin NOM m s 3.72 6.35 3.72 6.35 -mi-châtaigniers mi_châtaignier NOM m p 0.00 0.07 0.00 0.07 -mi-chou mi_chou NOM m s 0.00 0.07 0.00 0.07 -mi-chourineur mi_chourineur NOM m s 0.00 0.07 0.00 0.07 -mi-chèvre mi_chèvre NOM f s 0.00 0.07 0.00 0.07 -mi-chênes mi_chêne NOM m p 0.00 0.07 0.00 0.07 -mi-clair mi_clair ADJ m s 0.00 0.07 0.00 0.07 -mi-cloître mi_cloître NOM m s 0.00 0.07 0.00 0.07 -mi-clos mi_clos ADJ m 0.21 7.16 0.11 6.08 -mi-close mi_clos ADJ f s 0.21 7.16 0.00 0.20 -mi-closes mi_clos ADJ f p 0.21 7.16 0.10 0.88 -mi-comique mi_comique ADJ m s 0.00 0.14 0.00 0.14 -mi-complices mi_complice ADJ m p 0.00 0.07 0.00 0.07 -mi-compote mi_compote NOM f s 0.00 0.07 0.00 0.07 -mi-confit mi_confit NOM m 0.00 0.07 0.00 0.07 -mi-confondus mi_confondu ADJ m p 0.00 0.07 0.00 0.07 -mi-connue mi_connu ADJ f s 0.01 0.00 0.01 0.00 -mi-consterné mi_consterné ADJ m s 0.00 0.07 0.00 0.07 -mi-contrariés mi_contrarié ADJ m p 0.00 0.07 0.00 0.07 -mi-corbeaux mi_corbeaux NOM m p 0.00 0.07 0.00 0.07 -mi-corps mi_corps NOM m 0.01 1.55 0.01 1.55 -mi-course mi_course NOM f s 0.08 0.27 0.08 0.27 -mi-courtois mi_courtois ADJ m 0.00 0.07 0.00 0.07 -mi-cousine mi_cousin NOM f s 0.00 0.14 0.00 0.07 -mi-cousins mi_cousin NOM m p 0.00 0.14 0.00 0.07 -mi-coutume mi_coutume NOM f s 0.00 0.07 0.00 0.07 -mi-crabe mi_crabe NOM m s 0.00 0.07 0.00 0.07 -mi-croyant mi_croyant NOM m 0.00 0.07 0.00 0.07 -mi-créature mi_créature NOM f s 0.00 0.07 0.00 0.07 -mi-cruel mi_cruel ADJ m s 0.00 0.07 0.00 0.07 -mi-cuisse mi_cuisse NOM f s 0.06 1.35 0.04 0.81 -mi-cuisses mi_cuisse NOM f p 0.06 1.35 0.01 0.54 -mi-céleste mi_céleste ADJ m s 0.00 0.07 0.00 0.07 -mi-curieux mi_curieux ADJ m p 0.00 0.14 0.00 0.14 -mi-cérémonieux mi_cérémonieux ADJ m 0.00 0.07 0.00 0.07 -mi-dentelle mi_dentelle NOM f s 0.00 0.07 0.00 0.07 -mi-didactique mi_didactique ADJ s 0.00 0.07 0.00 0.07 -mi-distance mi_distance NOM f s 0.04 0.34 0.04 0.34 -mi-douce mi_douce ADJ f s 0.00 0.07 0.00 0.07 -mi-décadents mi_décadents NOM m 0.00 0.07 0.00 0.07 -mi-décembre mi_décembre NOM m 0.01 0.27 0.01 0.27 -mi-démon mi_démon NOM m s 0.02 0.00 0.02 0.00 -mi-désir mi_désir NOM m s 0.00 0.07 0.00 0.07 -mi-effrayée mi_effrayé ADJ f s 0.00 0.20 0.00 0.07 -mi-effrayés mi_effrayé ADJ m p 0.00 0.20 0.00 0.14 -mi-effrontée mi_effrontée NOM m 0.00 0.07 0.00 0.07 -mi-enfant mi_enfant NOM s 0.01 0.07 0.01 0.07 -mi-enjouée mi_enjoué ADJ f s 0.00 0.07 0.00 0.07 -mi-enterré mi_enterré ADJ m s 0.00 0.07 0.00 0.07 -mi-envieux mi_envieux ADJ m p 0.00 0.07 0.00 0.07 -mi-espagnol mi_espagnol NOM m 0.00 0.07 0.00 0.07 -mi-européen mi_européen NOM m 0.00 0.14 0.00 0.14 -mi-excitation mi_excitation NOM f s 0.00 0.07 0.00 0.07 -mi-farceur mi_farceur NOM m 0.00 0.07 0.00 0.07 -mi-faux mi_faux ADJ m 0.00 0.07 0.00 0.07 -mi-femme mi_femme NOM f s 0.12 0.07 0.12 0.07 -mi-fermiers mi_fermiers NOM m 0.00 0.07 0.00 0.07 -mi-fiel mi_fiel NOM m s 0.00 0.07 0.00 0.07 -mi-figue mi_figue NOM f s 0.02 0.54 0.02 0.54 -mi-flanc mi_flanc NOM m s 0.00 0.14 0.00 0.14 -mi-fleuve mi_fleuve NOM m s 0.08 0.00 0.08 0.00 -mi-français mi_français NOM m 0.00 0.14 0.00 0.14 -mi-furieux mi_furieux ADJ m s 0.00 0.07 0.00 0.07 -mi-février mi_février NOM f s 0.01 0.07 0.01 0.07 -mi-garçon mi_garçon NOM m s 0.00 0.07 0.00 0.07 -mi-geste mi_geste NOM m s 0.00 0.07 0.00 0.07 -mi-gigolpince mi_gigolpince NOM m s 0.00 0.07 0.00 0.07 -mi-gnon mi_gnon NOM m s 0.00 0.07 0.00 0.07 -mi-goguenarde mi_goguenard ADJ f s 0.00 0.07 0.00 0.07 -mi-gonzesse mi_gonzesse NOM f s 0.00 0.07 0.00 0.07 -mi-goélands mi_goéland NOM m p 0.00 0.07 0.00 0.07 -mi-graves mi_grave ADJ p 0.00 0.07 0.00 0.07 -mi-grenier mi_grenier NOM m s 0.00 0.07 0.00 0.07 -mi-grognon mi_grognon NOM m 0.00 0.07 0.00 0.07 -mi-grondeur mi_grondeur ADJ m s 0.00 0.07 0.00 0.07 -mi-grossières mi_grossier ADJ f p 0.00 0.07 0.00 0.07 -mi-haute mi_haute ADJ f s 0.00 0.07 0.00 0.07 -mi-hauteur mi_hauteur NOM f s 0.17 2.91 0.17 2.91 -mi-historiques mi_historique ADJ f p 0.00 0.07 0.00 0.07 -mi-homme mi_homme NOM m s 0.44 0.14 0.44 0.14 -mi-humain mi_humain NOM m 0.08 0.00 0.08 0.00 -mi-humaine mi_humaine NOM m 0.01 0.07 0.01 0.07 -mi-humains mi_humains NOM m 0.01 0.07 0.01 0.07 -mi-hésitant mi_hésitant ADJ m s 0.00 0.07 0.00 0.07 -mi-idiotes mi_idiotes NOM m 0.00 0.07 0.00 0.07 -mi-images mi_image NOM f p 0.00 0.14 0.00 0.14 -mi-indien mi_indien NOM m 0.01 0.07 0.01 0.07 -mi-indifférente mi_indifférente NOM m 0.00 0.07 0.00 0.07 -mi-indignée mi_indigné ADJ f s 0.00 0.07 0.00 0.07 -mi-indigène mi_indigène ADJ s 0.00 0.07 0.00 0.07 -mi-indulgent mi_indulgent ADJ m s 0.00 0.14 0.00 0.14 -mi-inquiète mi_inquiet ADJ f s 0.00 0.14 0.00 0.14 -mi-ironique mi_ironique ADJ m s 0.00 0.41 0.00 0.27 -mi-ironiques mi_ironique ADJ p 0.00 0.41 0.00 0.14 -mi-jambe mi_jambe NOM f s 0.00 0.74 0.00 0.47 -mi-jambes mi_jambe NOM f p 0.00 0.74 0.00 0.27 -mi-janvier mi_janvier NOM f s 0.12 0.20 0.12 0.20 -mi-jaune mi_jaune ADJ s 0.00 0.14 0.00 0.07 -mi-jaunes mi_jaune ADJ p 0.00 0.14 0.00 0.07 -mi-jersey mi_jersey NOM m s 0.00 0.14 0.00 0.14 -mi-joue mi_joue NOM f s 0.00 0.07 0.00 0.07 -mi-jour mi_jour NOM m s 0.00 0.07 0.00 0.07 -mi-journée mi_journée NOM f s 0.20 0.27 0.20 0.27 -mi-juif mi_juif NOM m 0.00 0.07 0.00 0.07 -mi-juillet mi_juillet NOM f s 0.02 0.41 0.02 0.41 -mi-juin mi_juin NOM f s 0.01 0.07 0.01 0.07 -mi-laiton mi_laiton NOM m s 0.00 0.07 0.00 0.07 -mi-lent mi_lent ADJ m s 0.01 0.00 0.01 0.00 -mi-londrès mi_londrès NOM m 0.00 0.07 0.00 0.07 -mi-longs mi_longs NOM m 0.15 0.34 0.15 0.34 -mi-longueur mi_longueur NOM f s 0.00 0.07 0.00 0.07 -mi-lourd mi_lourd ADJ m s 0.17 0.14 0.17 0.14 -mi-machine mi_machine NOM f s 0.07 0.00 0.06 0.00 -mi-machines mi_machine NOM f p 0.07 0.00 0.01 0.00 -mi-mai mi_mai NOM f s 0.01 0.00 0.01 0.00 -mi-mao mi_mao NOM s 0.00 0.07 0.00 0.07 -mi-marchande mi_marchande NOM m 0.00 0.07 0.00 0.07 -mi-mars mi_mars NOM f s 0.04 0.20 0.04 0.20 -mi-marécages mi_marécage NOM m p 0.00 0.07 0.00 0.07 -mi-menaçante mi_menaçant ADJ f s 0.00 0.07 0.00 0.07 -mi-meublé mi_meublé NOM m 0.00 0.07 0.00 0.07 -mi-mexicain mi_mexicain NOM m 0.01 0.00 0.01 0.00 -mi-miel mi_miel ADJ m s 0.00 0.07 0.00 0.07 -mi-mollet mi_mollet NOM m 0.01 0.20 0.01 0.20 -mi-mollets mi_mollets NOM m 0.00 0.27 0.00 0.27 -mi-mondaine mi_mondaine NOM m 0.00 0.07 0.00 0.07 -mi-moqueur mi_moqueur NOM m 0.00 0.14 0.00 0.14 -mi-mot mi_mot NOM m s 0.03 0.27 0.03 0.20 -mi-mots mi_mot NOM m p 0.03 0.27 0.00 0.07 -mi-mouton mi_mouton NOM m s 0.00 0.07 0.00 0.07 -mi-moyen mi_moyen ADJ m s 0.10 0.07 0.08 0.00 -mi-moyens mi_moyen ADJ m p 0.10 0.07 0.02 0.07 -mi-métal mi_métal NOM m s 0.00 0.07 0.00 0.07 -mi-narquoise mi_narquoise ADJ f s 0.00 0.07 0.00 0.07 -mi-noir mi_noir NOM m 0.00 0.07 0.00 0.07 -mi-novembre mi_novembre NOM f s 0.13 0.27 0.13 0.27 -mi-nuit mi_nuit NOM f s 0.00 0.07 0.00 0.07 -mi-obscure mi_obscur ADJ f s 0.00 0.07 0.00 0.07 -mi-octobre mi_octobre NOM f s 0.02 0.14 0.02 0.14 -mi-officiel mi_officiel NOM m 0.00 0.14 0.00 0.14 -mi-ogre mi_ogre NOM m s 0.00 0.07 0.00 0.07 -mi-oiseau mi_oiseau NOM m s 0.10 0.00 0.10 0.00 -mi-oriental mi_oriental NOM m 0.00 0.07 0.00 0.07 -mi-parcours mi_parcours NOM m 0.25 0.34 0.25 0.34 -mi-partie mi_parti ADJ f s 0.00 0.61 0.00 0.61 -mi-pathétique mi_pathétique ADJ s 0.00 0.07 0.00 0.07 -mi-patio mi_patio NOM m s 0.00 0.07 0.00 0.07 -mi-patois mi_patois NOM m 0.00 0.07 0.00 0.07 -mi-peau mi_peau NOM f s 0.00 0.07 0.00 0.07 -mi-pelouse mi_pelouse NOM f s 0.00 0.07 0.00 0.07 -mi-pensées mi_pensée NOM f p 0.00 0.14 0.00 0.14 -mi-pente mi_pente NOM f s 0.02 0.81 0.02 0.81 -mi-pierre mi_pierre NOM f s 0.00 0.07 0.00 0.07 -mi-pincé mi_pincé ADJ m s 0.00 0.07 0.00 0.07 -mi-plaintif mi_plaintif ADJ m s 0.00 0.20 0.00 0.20 -mi-plaisant mi_plaisant NOM m 0.00 0.07 0.00 0.07 -mi-pleurant mi_pleurant NOM m 0.00 0.07 0.00 0.07 -mi-pleurnichard mi_pleurnichard NOM m 0.00 0.07 0.00 0.07 -mi-plombiers mi_plombier NOM m p 0.00 0.07 0.00 0.07 -mi-poisson mi_poisson NOM m s 0.00 0.14 0.00 0.14 -mi-poitrine mi_poitrine NOM f s 0.00 0.07 0.00 0.07 -mi-porcine mi_porcine NOM m 0.00 0.07 0.00 0.07 -mi-porté mi_porté NOM m 0.00 0.07 0.00 0.07 -mi-portugaise mi_portugaise NOM m 0.00 0.07 0.00 0.07 -mi-poucet mi_poucet NOM m s 0.00 0.07 0.00 0.07 -mi-poulet mi_poulet NOM m s 0.00 0.07 0.00 0.07 -mi-prestidigitateur mi_prestidigitateur NOM m s 0.00 0.07 0.00 0.07 -mi-promenoir mi_promenoir NOM m s 0.00 0.07 0.00 0.07 -mi-protecteur mi_protecteur NOM m 0.00 0.14 0.00 0.14 -mi-pêcheurs mi_pêcheur NOM m p 0.00 0.07 0.00 0.07 -mi-putain mi_putain NOM f s 0.00 0.07 0.00 0.07 -mi-rageur mi_rageur ADJ m s 0.00 0.07 0.00 0.07 -mi-raide mi_raide ADJ f s 0.00 0.07 0.00 0.07 -mi-railleur mi_railleur NOM m 0.00 0.14 0.00 0.14 -mi-raisin mi_raisin NOM m s 0.02 0.61 0.02 0.61 -mi-renaissance mi_renaissance NOM f s 0.00 0.07 0.00 0.07 -mi-respectueuse mi_respectueux ADJ f s 0.00 0.07 0.00 0.07 -mi-riant mi_riant ADJ m s 0.00 0.27 0.00 0.27 -mi-rose mi_rose NOM s 0.00 0.07 0.00 0.07 -mi-roulotte mi_roulotte NOM f s 0.00 0.07 0.00 0.07 -mi-route mi_route NOM f s 0.00 0.07 0.00 0.07 -mi-réalité mi_réalité NOM f s 0.00 0.07 0.00 0.07 -mi-régime mi_régime NOM m s 0.00 0.07 0.00 0.07 -mi-réprobateur mi_réprobateur ADJ m s 0.00 0.07 0.00 0.07 -mi-résigné mi_résigné NOM m 0.00 0.07 0.00 0.07 -mi-russe mi_russe ADJ m s 0.14 0.07 0.14 0.07 -mi-saison mi_saison NOM f s 0.14 0.00 0.14 0.00 -mi-salade mi_salade NOM f s 0.01 0.00 0.01 0.00 -mi-salaire mi_salaire NOM m s 0.01 0.00 0.01 0.00 -mi-samoan mi_samoan ADJ m s 0.01 0.00 0.01 0.00 -mi-sanglotant mi_sanglotant ADJ m s 0.00 0.07 0.00 0.07 -mi-satin mi_satin NOM m s 0.00 0.07 0.00 0.07 -mi-satisfait mi_satisfait ADJ m s 0.00 0.07 0.00 0.07 -mi-sceptique mi_sceptique ADJ m s 0.00 0.07 0.00 0.07 -mi-scientifiques mi_scientifique ADJ f p 0.00 0.07 0.00 0.07 -mi-secours mi_secours NOM m 0.00 0.07 0.00 0.07 -mi-seigneur mi_seigneur NOM m s 0.00 0.07 0.00 0.07 -mi-sel mi_sel NOM m s 0.00 0.07 0.00 0.07 -mi-septembre mi_septembre NOM f s 0.03 0.27 0.03 0.27 -mi-sidérée mi_sidéré ADJ f s 0.00 0.07 0.00 0.07 -mi-singe mi_singe NOM m s 0.01 0.00 0.01 0.00 -mi-sombre mi_sombre ADJ m s 0.00 0.07 0.00 0.07 -mi-sommet mi_sommet NOM m s 0.00 0.07 0.00 0.07 -mi-songe mi_songe NOM m s 0.00 0.07 0.00 0.07 -mi-souriant mi_souriant ADJ m s 0.00 0.14 0.00 0.07 -mi-souriante mi_souriant ADJ f s 0.00 0.14 0.00 0.07 -mi-suisse mi_suisse ADJ s 0.00 0.07 0.00 0.07 -mi-série mi_série NOM f s 0.01 0.00 0.01 0.00 -mi-sérieux mi_sérieux ADJ m 0.00 0.20 0.00 0.20 -mi-tantouse mi_tantouse NOM f s 0.00 0.07 0.00 0.07 -mi-tendre mi_tendre NOM m 0.00 0.14 0.00 0.14 -mi-terrorisé mi_terrorisé ADJ m s 0.00 0.07 0.00 0.07 -mi-timide mi_timide ADJ s 0.00 0.07 0.00 0.07 -mi-tortue mi_tortue ADJ f s 0.00 0.07 0.00 0.07 -mi-tour mi_tour NOM s 0.00 0.07 0.00 0.07 -mi-tout mi_tout NOM m 0.00 0.07 0.00 0.07 -mi-tragique mi_tragique ADJ m s 0.00 0.07 0.00 0.07 -mi-trimestre mi_trimestre NOM m s 0.01 0.00 0.01 0.00 -mi-épaule mi_épaule NOM f s 0.00 0.07 0.00 0.07 -mi-étage mi_étage NOM m s 0.00 0.47 0.00 0.47 -mi-étendue mi_étendue NOM f s 0.00 0.07 0.00 0.07 -mi-étonné mi_étonné ADJ m s 0.00 0.14 0.00 0.14 -mi-été mi_été NOM m 0.00 0.27 0.00 0.27 -mi-étudiant mi_étudiant NOM m 0.00 0.07 0.00 0.07 -mi-éveillée mi_éveillé ADJ f s 0.00 0.14 0.00 0.14 -mi-velours mi_velours NOM m 0.00 0.07 0.00 0.07 -mi-verre mi_verre NOM m s 0.00 0.14 0.00 0.14 -mi-vie mi_vie NOM f s 0.00 0.07 0.00 0.07 -mi-voix mi_voix NOM f 0.31 14.39 0.31 14.39 -mi-voluptueux mi_voluptueux ADJ m 0.00 0.07 0.00 0.07 -mi-vrais mi_vrais NOM m 0.00 0.07 0.00 0.07 -mi-végétal mi_végétal NOM m 0.01 0.00 0.01 0.00 -mi-vénitien mi_vénitien NOM m 0.00 0.07 0.00 0.07 -miam-miam miam_miam ONO 0.56 0.68 0.56 0.68 -micro-cravate micro_cravate NOM m s 0.01 0.00 0.01 0.00 -micro-onde micro_onde NOM f s 0.38 0.00 0.38 0.00 -micro-ondes micro_ondes NOM m 2.45 0.14 2.45 0.14 -micro-ordinateur micro_ordinateur NOM m s 0.01 0.14 0.01 0.07 -micro-ordinateurs micro_ordinateur NOM m p 0.01 0.14 0.00 0.07 -micro-organisme micro_organisme NOM m s 0.08 0.00 0.08 0.00 -micro-trottoir micro_trottoir NOM m s 0.01 0.00 0.01 0.00 -middle-west middle_west NOM m s 0.05 0.14 0.05 0.14 -middle class middle_class NOM f s 0.00 0.07 0.00 0.07 -mieux-être mieux_être NOM m 0.12 0.20 0.12 0.20 -mieux-vivre mieux_vivre NOM m s 0.00 0.07 0.00 0.07 -militaro-industriel militaro_industriel ADJ m s 0.06 0.00 0.05 0.00 -militaro-industrielle militaro_industriel ADJ f s 0.06 0.00 0.01 0.00 -milk-bar milk_bar NOM m s 0.03 0.20 0.03 0.14 -milk-bars milk_bar NOM m p 0.03 0.20 0.00 0.07 -milk-shake milk_shake NOM m s 1.85 0.14 1.27 0.14 -milk-shakes milk_shake NOM m p 1.85 0.14 0.45 0.00 -milk shake milk_shake NOM m s 1.85 0.14 0.13 0.00 -mille-feuille mille_feuille NOM m s 0.03 1.08 0.02 0.20 -mille-feuilles mille_feuille NOM m p 0.03 1.08 0.01 0.88 -mille-pattes mille_pattes NOM m 0.39 2.09 0.39 2.09 -mini-chaîne mini_chaîne NOM f s 0.14 0.07 0.14 0.07 -mini-jupe mini_jupe NOM f s 0.62 0.54 0.56 0.34 -mini-jupes mini_jupe NOM f p 0.62 0.54 0.06 0.20 -mini-ordinateur mini_ordinateur NOM m s 0.02 0.00 0.02 0.00 -minus habens minus_habens NOM m 0.00 0.14 0.00 0.14 -mission-suicide mission_suicide NOM f s 0.03 0.07 0.03 0.07 -mobil-home mobil_home NOM m s 0.07 0.00 0.07 0.00 -modern-style modern_style NOM m s 0.00 0.27 0.00 0.27 -modern style modern_style NOM m 0.01 0.00 0.01 0.00 -modus operandi modus_operandi NOM m s 0.32 0.00 0.32 0.00 -modus vivendi modus_vivendi NOM m 0.01 0.47 0.01 0.47 -moi-moi-moi moi_moi_moi NOM m 0.00 0.07 0.00 0.07 -moi-même moi_même PRO:per s 83.25 107.30 83.25 107.30 -moissonneuse-batteuse moissonneuse_batteuse NOM f s 0.04 0.47 0.04 0.27 -moissonneuse-lieuse moissonneuse_lieuse NOM f s 0.00 0.14 0.00 0.07 -moissonneuses-batteuses moissonneuse_batteuse NOM f p 0.04 0.47 0.00 0.20 -moissonneuses-lieuses moissonneuse_lieuse NOM f p 0.00 0.14 0.00 0.07 -moitié-moitié moitié_moitié ADV 0.00 0.14 0.00 0.14 -moment-clé moment_clé NOM m s 0.04 0.00 0.04 0.00 -moments-clés moments_clé NOM m p 0.01 0.00 0.01 0.00 -monnaie-du-pape monnaie_du_pape NOM f s 0.00 0.07 0.00 0.07 -monnaies-du-pape monnaies_du_pape NOM f p 0.00 0.07 0.00 0.07 -mont-blanc mont_blanc NOM m s 1.84 0.47 1.64 0.41 -mont-de-piété mont_de_piété NOM m s 0.98 0.81 0.98 0.81 -monte-charge monte_charge NOM m 0.51 0.54 0.51 0.54 -monte-charges monte_charges NOM m 0.01 0.07 0.01 0.07 -monte-en-l'air monte_en_l_air NOM m 0.12 0.20 0.12 0.20 -monte-plat monte_plat NOM m s 0.01 0.00 0.01 0.00 -monte-plats monte_plats NOM m 0.04 0.07 0.04 0.07 -montre-bracelet montre_bracelet NOM f s 0.08 2.09 0.07 1.82 -montre-gousset montre_gousset NOM f s 0.01 0.07 0.01 0.07 -montre-la-moi montre_la_moi NOM f s 0.14 0.00 0.14 0.00 -montres-bracelets montre_bracelet NOM f p 0.08 2.09 0.01 0.27 -monts-blancs mont_blanc NOM m p 1.84 0.47 0.20 0.07 -mort-aux-rats mort_aux_rats NOM f 0.61 0.47 0.61 0.47 -mort-né mort_né ADJ m s 0.80 0.61 0.53 0.34 -mort-née mort_né ADJ f s 0.80 0.61 0.23 0.00 -mort-nées mort_né ADJ f p 0.80 0.61 0.00 0.07 -mort-nés mort_né ADJ m p 0.80 0.61 0.04 0.20 -mort-vivant mort_vivant NOM m s 1.46 0.81 0.41 0.27 -morte-saison morte_saison NOM f s 0.01 1.08 0.01 1.01 -mortes-eaux mortes_eaux NOM f p 0.00 0.07 0.00 0.07 -mortes-saisons morte_saison NOM f p 0.01 1.08 0.00 0.07 -morts-vivants mort_vivant NOM m p 1.46 0.81 1.05 0.54 -mot-clé mot_clé NOM m s 0.58 0.34 0.41 0.14 -mot-valise mot_valise NOM m s 0.01 0.00 0.01 0.00 -moteur-fusée moteur_fusée NOM m s 0.04 0.00 0.01 0.00 -moteurs-fusées moteur_fusée NOM m p 0.04 0.00 0.04 0.00 -moto-club moto_club NOM f s 0.00 0.14 0.00 0.14 -moto-cross moto_cross NOM m 0.04 0.07 0.04 0.07 -mots-clefs mot_clef NOM m p 0.00 0.07 0.00 0.07 -mots-clés mot_clé NOM m p 0.58 0.34 0.17 0.20 -mots-croisés mots_croisés NOM m p 0.07 0.00 0.07 0.00 -motu proprio motu_proprio ADV 0.00 0.07 0.00 0.07 -moulin-à-vent moulin_à_vent NOM m 0.00 0.14 0.00 0.14 -moyen-âge moyen_âge NOM m s 1.15 0.20 1.15 0.20 -moyen-oriental moyen_oriental ADJ m s 0.03 0.00 0.03 0.00 -moyen-orientaux moyen_orientaux ADJ m p 0.01 0.00 0.01 0.00 -mère-grand mère_grand NOM f s 0.89 0.34 0.89 0.34 -mère-patrie mère_patrie NOM f s 0.04 0.41 0.04 0.41 -médecin-chef médecin_chef NOM m s 0.56 2.09 0.56 2.09 -médecin-conseil médecin_conseil NOM m s 0.01 0.00 0.01 0.00 -médecin-général médecin_général NOM m s 0.01 0.20 0.01 0.20 -médecin-major médecin_major NOM m s 0.70 0.14 0.70 0.14 -médecine-ball médecine_ball NOM m s 0.01 0.00 0.01 0.00 -médico-légal médico_légal ADJ m s 1.06 0.54 0.63 0.41 -médico-légale médico_légal ADJ f s 1.06 0.54 0.25 0.14 -médico-légales médico_légal ADJ f p 1.06 0.54 0.13 0.00 -médico-légaux médico_légal ADJ m p 1.06 0.54 0.05 0.00 -médico-psychologique médico_psychologique ADJ m s 0.01 0.00 0.01 0.00 -médico-social médico_social ADJ m s 0.01 0.07 0.01 0.07 -mêle-tout mêle_tout NOM m 0.01 0.00 0.01 0.00 -méli-mélo méli_mélo NOM m s 0.39 0.81 0.39 0.68 -mélis-mélos méli_mélo NOM m p 0.39 0.81 0.00 0.14 -multi-tâches multi_tâches ADJ f s 0.05 0.00 0.05 0.00 -mêlé-cass mêlé_cass NOM m 0.00 0.20 0.00 0.20 -mêlé-casse mêlé_casse NOM m 0.00 0.14 0.00 0.14 -musettes-repas musettes_repa NOM f p 0.00 0.07 0.00 0.07 -music-hall music_hall NOM m s 1.85 4.32 1.70 3.78 -music-halls music_hall NOM m p 1.85 4.32 0.13 0.54 -music hall music_hall NOM m s 1.85 4.32 0.02 0.00 -mutatis mutandis mutatis_mutandis ADV 0.00 0.07 0.00 0.07 -n' n_ PRO:per 0.18 0.00 0.18 0.00 -n'est-ce pas n_est_ce_pas ADV 0.10 0.00 0.10 0.00 -narco-analyse narco_analyse NOM f s 0.01 0.00 0.01 0.00 -national-socialisme national_socialisme NOM m s 0.58 2.03 0.58 2.03 -national-socialiste national_socialiste ADJ m s 0.23 0.14 0.23 0.14 -nationale-socialiste nationale_socialiste ADJ f s 0.00 0.14 0.00 0.14 -nationaux-socialistes nationaux_socialistes ADJ p 0.00 0.14 0.00 0.14 -navire-citerne navire_citerne NOM m s 0.14 0.00 0.01 0.00 -navire-hôpital navire_hôpital NOM m s 0.04 0.14 0.04 0.14 -navires-citernes navire_citerne NOM m p 0.14 0.00 0.14 0.00 -navires-écoles navire_école NOM m p 0.00 0.07 0.00 0.07 -ne varietur ne_varietur ADV 0.00 0.14 0.00 0.14 -negro spiritual negro_spiritual NOM m s 0.01 0.14 0.01 0.07 -negro spirituals negro_spiritual NOM m p 0.01 0.14 0.00 0.07 -new-yorkais new_yorkais ADJ m 0.00 1.42 0.00 0.95 -new-yorkaise new_yorkais ADJ f s 0.00 1.42 0.00 0.34 -new-yorkaises new_yorkais ADJ f p 0.00 1.42 0.00 0.14 -new wave new_wave NOM f 0.00 0.07 0.00 0.07 -nid-de-poule nid_de_poule NOM m s 0.20 0.20 0.14 0.07 -nids-de-poule nid_de_poule NOM m p 0.20 0.20 0.06 0.14 -night-club night_club NOM m s 1.31 0.88 1.16 0.61 -night-clubs night_club NOM m p 1.31 0.88 0.10 0.27 -night club night_club NOM m s 1.31 0.88 0.05 0.00 -nihil obstat nihil_obstat ADV 0.00 0.20 0.00 0.20 -nimbo-stratus nimbo_stratus NOM m 0.14 0.00 0.14 0.00 -no man's land no_man_s_land NOM m s 0.95 1.49 0.95 1.49 -non-agression non_agression NOM f s 0.07 0.61 0.07 0.61 -non-alignement non_alignement NOM m s 0.04 0.00 0.04 0.00 -non-alignés non_aligné ADJ m p 0.09 0.00 0.09 0.00 -non-amour non_amour NOM m s 0.10 0.00 0.10 0.00 -non-appartenance non_appartenance NOM f s 0.01 0.07 0.01 0.07 -non-assistance non_assistance NOM f s 0.10 0.07 0.10 0.07 -non-blanc non_blanc NOM m s 0.04 0.07 0.00 0.07 -non-blancs non_blanc NOM m p 0.04 0.07 0.04 0.00 -non-combattant non_combattant ADJ m s 0.15 0.00 0.01 0.00 -non-combattant non_combattant NOM m s 0.03 0.00 0.01 0.00 -non-combattants non_combattant ADJ m p 0.15 0.00 0.14 0.00 -non-comparution non_comparution NOM f s 0.01 0.00 0.01 0.00 -non-concurrence non_concurrence NOM f s 0.01 0.00 0.01 0.00 -non-conformisme non_conformisme NOM m s 0.00 0.20 0.00 0.20 -non-conformiste non_conformiste ADJ s 0.14 0.00 0.10 0.00 -non-conformistes non_conformiste ADJ p 0.14 0.00 0.04 0.00 -non-conformité non_conformité NOM f s 0.01 0.00 0.01 0.00 -non-consommation non_consommation NOM f s 0.03 0.00 0.03 0.00 -non-croyance non_croyance NOM f s 0.10 0.00 0.10 0.00 -non-croyant non_croyant NOM m s 0.62 0.07 0.21 0.07 -non-croyants non_croyant NOM m p 0.62 0.07 0.41 0.00 -non-culpabilité non_culpabilité NOM f s 0.01 0.00 0.01 0.00 -non-dit non_dit NOM m s 0.27 0.88 0.09 0.74 -non-dits non_dit NOM m p 0.27 0.88 0.18 0.14 -non-droit non_droit NOM m s 0.22 0.00 0.22 0.00 -non-existence non_existence NOM f s 0.07 0.07 0.07 0.07 -non-ferreux non_ferreux NOM m 0.01 0.00 0.01 0.00 -non-fumeur non_fumeur ADJ m s 0.68 0.00 0.68 0.00 -non-fumeurs non_fumeurs ADJ 0.44 0.07 0.44 0.07 -non-initié non_initié NOM m s 0.22 0.34 0.03 0.14 -non-initiés non_initié NOM m p 0.22 0.34 0.19 0.20 -non-intervention non_intervention NOM f s 0.21 0.14 0.21 0.14 -non-lieu non_lieu NOM m s 1.08 1.42 1.08 1.42 -non-lieux non_lieux NOM m p 0.01 0.20 0.01 0.20 -non-malades non_malade NOM p 0.00 0.07 0.00 0.07 -non-paiement non_paiement NOM m s 0.10 0.07 0.10 0.07 -non-participation non_participation NOM f s 0.01 0.07 0.01 0.07 -non-pesanteur non_pesanteur NOM f s 0.00 0.07 0.00 0.07 -non-prolifération non_prolifération NOM f s 0.09 0.00 0.09 0.00 -non-présence non_présence NOM f s 0.01 0.14 0.01 0.14 -non-recevoir non_recevoir NOM m s 0.06 0.20 0.06 0.20 -non-représentation non_représentation NOM f s 0.01 0.00 0.01 0.00 -non-respect non_respect NOM m s 0.16 0.00 0.16 0.00 -non-retour non_retour NOM m s 0.34 0.41 0.34 0.41 -non-résistance non_résistance NOM f s 0.00 0.14 0.00 0.14 -non-savoir non_savoir NOM m s 0.04 0.07 0.04 0.07 -non-sens non_sens NOM m 0.83 0.95 0.83 0.95 -non-spécialiste non_spécialiste NOM s 0.02 0.07 0.01 0.00 -non-spécialistes non_spécialiste NOM p 0.02 0.07 0.01 0.07 -non-stop non_stop ADJ 0.89 0.14 0.89 0.14 -non-séparation non_séparation NOM f s 0.00 0.07 0.00 0.07 -non-utilisation non_utilisation NOM f s 0.01 0.00 0.01 0.00 -non-être non_être NOM m 0.00 0.95 0.00 0.95 -non-événement non_événement NOM m s 0.02 0.00 0.02 0.00 -non-vie non_vie NOM f s 0.04 0.00 0.04 0.00 -non-violence non_violence NOM f s 0.63 0.07 0.63 0.07 -non-violent non_violent ADJ m s 0.31 0.07 0.19 0.07 -non-violente non_violent ADJ f s 0.31 0.07 0.07 0.00 -non-violents non_violent ADJ m p 0.31 0.07 0.05 0.00 -non-vouloir non_vouloir NOM m s 0.00 0.07 0.00 0.07 -non-voyant non_voyant NOM m s 0.32 0.27 0.28 0.20 -non-voyante non_voyant NOM f s 0.32 0.27 0.02 0.00 -non-voyants non_voyant NOM m p 0.32 0.27 0.03 0.07 -non troppo non_troppo ADV 0.00 0.07 0.00 0.07 -nonante-huit nonante_huit ADJ:num 0.00 0.07 0.00 0.07 -nord-africain nord_africain ADJ m s 0.05 1.96 0.02 0.20 -nord-africaine nord_africain ADJ f s 0.05 1.96 0.01 0.95 -nord-africaines nord_africain ADJ f p 0.05 1.96 0.01 0.07 -nord-africains nord_africain ADJ m p 0.05 1.96 0.01 0.74 -nord-américain nord_américain ADJ m s 0.32 0.20 0.24 0.07 -nord-américaine nord_américain ADJ f s 0.32 0.20 0.06 0.14 -nord-américains nord_américain NOM m p 0.13 0.00 0.03 0.00 -nord-coréen nord_coréen ADJ m s 0.36 0.00 0.24 0.00 -nord-coréenne nord_coréen ADJ f s 0.36 0.00 0.06 0.00 -nord-coréennes nord_coréen ADJ f p 0.36 0.00 0.02 0.00 -nord-coréens nord_coréen NOM m p 0.23 0.07 0.18 0.07 -nord-est nord_est NOM m 1.40 2.84 1.40 2.84 -nord-nord-est nord_nord_est NOM m s 0.03 0.14 0.03 0.14 -nord-ouest nord_ouest NOM m 0.95 1.22 0.95 1.22 -nord-sud nord_sud ADJ 0.15 0.88 0.15 0.88 -nord-vietnamien nord_vietnamien ADJ m s 0.11 0.00 0.04 0.00 -nord-vietnamienne nord_vietnamien ADJ f s 0.11 0.00 0.04 0.00 -nord-vietnamiens nord_vietnamien NOM m p 0.12 0.00 0.11 0.00 -nota bene nota_bene ADV 0.01 0.07 0.01 0.07 -notre-dame notre_dame NOM f 2.69 8.58 2.69 8.58 -nous-même nous_même PRO:per p 1.12 0.61 1.12 0.61 -nous-mêmes nous_mêmes PRO:per p 11.11 16.28 11.11 16.28 -nouveau-né nouveau_né NOM m s 2.72 4.80 2.27 3.18 -nouveau-nés nouveau_né NOM m p 2.72 4.80 0.14 1.49 -nouveaux-nés nouveau_né NOM m p 2.72 4.80 0.30 0.14 -nu-propriétaire nu_propriétaire NOM s 0.00 0.07 0.00 0.07 -nu-tête nu_tête ADJ m s 0.02 1.35 0.02 1.35 -nue-propriété nue_propriété NOM f s 0.00 0.07 0.00 0.07 -numerus clausus numerus_clausus NOM m 0.00 0.07 0.00 0.07 -néo-barbares néo_barbare ADJ f p 0.00 0.07 0.00 0.07 -néo-classique néo_classique ADJ s 0.12 0.34 0.12 0.34 -néo-colonialisme néo_colonialisme NOM m s 0.00 0.20 0.00 0.20 -néo-communiste néo_communiste ADJ f s 0.01 0.00 0.01 0.00 -néo-fascisme néo_fascisme NOM m s 0.01 0.07 0.01 0.07 -néo-fascistes néo_fasciste ADJ p 0.01 0.00 0.01 0.00 -néo-fascistes néo_fasciste NOM p 0.01 0.00 0.01 0.00 -néo-figuration néo_figuration NOM f s 0.00 0.07 0.00 0.07 -néo-flics néo_flic NOM m p 0.02 0.00 0.02 0.00 -néo-gangster néo_gangster NOM m s 0.01 0.00 0.01 0.00 -néo-gothique néo_gothique ADJ f s 0.00 0.20 0.00 0.14 -néo-gothiques néo_gothique ADJ p 0.00 0.20 0.00 0.07 -néo-grec néo_grec ADJ m s 0.00 0.07 0.00 0.07 -néo-helléniques néo_hellénique ADJ f p 0.00 0.07 0.00 0.07 -néo-malthusianisme néo_malthusianisme NOM m s 0.00 0.14 0.00 0.14 -néo-mauresque néo_mauresque ADJ m s 0.00 0.14 0.00 0.07 -néo-mauresques néo_mauresque ADJ f p 0.00 0.14 0.00 0.07 -néo-mouvement néo_mouvement NOM m s 0.00 0.07 0.00 0.07 -néo-renaissant néo_renaissant ADJ m s 0.00 0.07 0.00 0.07 -néo-romantique néo_romantique ADJ f s 0.01 0.00 0.01 0.00 -néo-réalisme néo_réalisme NOM m s 0.10 0.07 0.10 0.07 -néo-réaliste néo_réaliste ADJ m s 0.00 0.20 0.00 0.07 -néo-réalistes néo_réaliste ADJ m p 0.00 0.20 0.00 0.14 -néo-russe néo_russe ADJ s 0.00 0.14 0.00 0.14 -néo-zélandais néo_zélandais ADJ m 0.11 0.14 0.10 0.14 -néo-zélandaise néo_zélandais ADJ f s 0.11 0.14 0.01 0.00 -nuoc-mâm nuoc_mâm NOM m 0.00 0.07 0.00 0.07 -à-côté à_côté NOM m s 0.00 0.68 0.00 0.34 -à-côtés à_côté NOM m p 0.00 0.68 0.00 0.34 -à-coup à_coup NOM m s 0.00 4.80 0.00 0.54 -à-coups à_coup NOM m p 0.00 4.80 0.00 4.26 -à-dieu-vat à_dieu_vat ONO 0.00 0.07 0.00 0.07 -à-peu-près à_peu_près NOM m 0.00 0.74 0.00 0.74 -à-pic à_pic NOM m 0.00 1.42 0.00 1.08 -à-pics à_pic NOM m p 0.00 1.42 0.00 0.34 -à-plat à_plat NOM m s 0.00 0.27 0.00 0.14 -à-plats à_plat NOM m p 0.00 0.27 0.00 0.14 -à-propos à_propos NOM m 0.00 0.88 0.00 0.88 -à-valoir à_valoir NOM m 0.00 0.27 0.00 0.27 -à brûle-pourpoint à_brûle_pourpoint 0.14 0.00 0.14 0.00 -à cloche-pied à_cloche_pied 0.22 0.00 0.22 0.00 -à cropetons à_cropetons ADV 0.00 0.07 0.00 0.07 -à croupetons à_croupetons ADV 0.01 0.95 0.01 0.95 -à fortiori à_fortiori ADV 0.16 0.20 0.16 0.20 -à giorno à_giorno ADV 0.00 0.07 0.00 0.07 -à glagla à_glagla ADV 0.00 0.07 0.00 0.07 -à jeun à_jeun ADV 1.45 3.85 1.27 3.85 -à l'aveuglette à_l_aveuglette ADV 1.11 2.16 1.11 2.16 -à l'encan à_l_encan ADV 0.01 0.14 0.01 0.14 -à l'encontre à_l_encontre PRE 2.67 1.89 2.67 1.89 -à l'envi à_l_envi ADV 0.20 0.61 0.20 0.61 -à l'improviste à_l_improviste ADV 2.67 4.53 2.67 4.53 -à l'instar à_l_instar PRE 0.26 6.42 0.26 6.42 -à la daumont à_la_daumont ADV 0.00 0.07 0.00 0.07 -à la saint-glinglin à_la_saint_glinglin ADV 0.02 0.00 0.02 0.00 -à leur encontre à_leur_encontre ADV 0.03 0.07 0.03 0.07 -à lurelure à_lurelure ADV 0.00 0.20 0.00 0.20 -à mon encontre à_mon_encontre ADV 0.05 0.14 0.05 0.14 -à notre encontre à_notre_encontre ADV 0.02 0.07 0.02 0.07 -à posteriori a_posteriori ADV 0.05 0.20 0.04 0.07 -à priori a_priori ADV 1.04 3.85 0.41 1.28 -à rebrousse-poil à_rebrousse_poil 0.08 0.00 0.08 0.00 -à son encontre à_son_encontre ADV 0.05 0.20 0.05 0.20 -à tire-larigot à_tire_larigot 0.17 0.00 0.17 0.00 -à ton encontre à_ton_encontre ADV 0.02 0.00 0.02 0.00 -à tâtons à_tâtons ADV 0.60 8.78 0.60 8.78 -à touche-touche à_touche_touche 0.01 0.00 0.01 0.00 -à tue-tête à_tue_tête 0.54 0.00 0.54 0.00 -à votre encontre à_votre_encontre ADV 0.15 0.00 0.15 0.00 -oeil-de-boeuf oeil_de_boeuf NOM m s 0.00 0.95 0.00 0.47 -oeils-de-boeuf oeil_de_boeuf NOM m p 0.00 0.95 0.00 0.47 -oeils-de-perdrix oeil_de_perdrix NOM m p 0.00 0.14 0.00 0.14 -off-shore off_shore NOM m s 0.07 0.00 0.07 0.00 -oiseau-clé oiseau_clé NOM m s 0.01 0.00 0.01 0.00 -oiseau-lyre oiseau_lyre NOM m s 0.00 0.07 0.00 0.07 -oiseau-mouche oiseau_mouche NOM m s 0.10 0.27 0.08 0.14 -oiseau-vedette oiseau_vedette NOM m s 0.01 0.00 0.01 0.00 -oiseaux-mouches oiseau_mouche NOM m p 0.10 0.27 0.01 0.14 -oligo-éléments oligo_élément NOM m p 0.00 0.14 0.00 0.14 -olla podrida olla_podrida NOM f 0.00 0.07 0.00 0.07 -olé-olé olé_olé ADJ m p 0.00 0.14 0.00 0.14 -âme-soeur âme_soeur NOM f s 0.04 0.14 0.04 0.14 -on-dit on_dit NOM m 0.14 0.81 0.14 0.81 -on-line on_line ADV 0.07 0.00 0.07 0.00 -one-step one_step NOM m s 0.00 0.20 0.00 0.20 -opéra-comique opéra_comique NOM m s 0.00 0.34 0.00 0.34 -opération-miracle opération_miracle NOM f s 0.00 0.07 0.00 0.07 -orang-outan orang_outan NOM m s 0.28 0.20 0.22 0.07 -orang-outang orang_outang NOM m s 0.08 0.74 0.08 0.61 -orangs-outangs orang_outang NOM m p 0.08 0.74 0.00 0.14 -orangs-outans orang_outan NOM m p 0.28 0.20 0.06 0.14 -osso buco osso_buco NOM m s 0.05 0.00 0.05 0.00 -oto-rhino-laryngologique oto_rhino_laryngologique ADJ f s 0.00 0.07 0.00 0.07 -oto-rhino-laryngologiste oto_rhino_laryngologiste NOM s 0.02 0.00 0.02 0.00 -oto-rhino oto_rhino NOM s 0.49 1.22 0.48 1.08 -oto-rhinos oto_rhino NOM p 0.49 1.22 0.01 0.07 -oto rhino oto_rhino NOM s 0.49 1.22 0.00 0.07 -ouï-dire ouï_dire NOM m 0.00 1.01 0.00 1.01 -ouest-allemand ouest_allemand ADJ m s 0.12 0.00 0.12 0.00 -oui-da oui_da ONO 0.27 0.07 0.27 0.07 -outre-atlantique outre_atlantique ADV 0.04 0.68 0.04 0.68 -outre-manche outre_manche ADV 0.00 0.20 0.00 0.20 -outre-mer outre_mer ADV 0.89 4.05 0.89 4.05 -outre-rhin outre_rhin ADV 0.00 0.27 0.00 0.27 -outre-tombe outre_tombe ADJ s 0.26 2.16 0.26 2.16 -ouvre-boîte ouvre_boîte NOM m s 0.32 0.20 0.32 0.20 -ouvre-boîtes ouvre_boîtes NOM m 0.16 0.34 0.16 0.34 -ouvre-bouteille ouvre_bouteille NOM m s 0.12 0.14 0.08 0.00 -ouvre-bouteilles ouvre_bouteille NOM m p 0.12 0.14 0.04 0.14 -palma-christi palma_christi NOM m 0.00 0.07 0.00 0.07 -pan bagnat pan_bagnat NOM m s 0.00 0.14 0.00 0.14 -panier-repas panier_repas NOM m 0.21 0.07 0.21 0.07 -panneau-réclame panneau_réclame NOM m s 0.00 0.68 0.00 0.68 -papa-cadeau papa_cadeau NOM m s 0.01 0.00 0.01 0.00 -papier-cadeau papier_cadeau NOM m s 0.07 0.07 0.07 0.07 -papier-monnaie papier_monnaie NOM m s 0.00 0.14 0.00 0.14 -papiers-calque papier_calque NOM m p 0.00 0.07 0.00 0.07 -paquet-cadeau paquet_cadeau NOM m s 0.19 0.20 0.19 0.20 -paquets-cadeaux paquets_cadeaux NOM m p 0.01 0.54 0.01 0.54 -par-ci par_ci ADV 3.10 9.12 3.10 9.12 -par-dedans par_dedans PRE 0.00 0.07 0.00 0.07 -par-delà par_delà PRE 1.32 9.05 1.32 9.05 -par-derrière par_derrière PRE 2.04 6.35 2.04 6.35 -par-dessous par_dessous PRE 0.32 2.16 0.32 2.16 -par-dessus par_dessus PRE 16.10 69.19 16.10 69.19 -par-devant par_devant PRE 0.16 1.96 0.16 1.96 -par-devers par_devers PRE 0.01 1.08 0.01 1.08 -par mégarde par_mégarde ADV 0.61 2.91 0.61 2.91 -para-humain para_humain NOM m s 0.00 0.14 0.00 0.14 -parce qu parce_qu CON 4.13 2.36 4.13 2.36 -parce que parce_que CON 548.52 327.43 548.52 327.43 -pare-balle pare_balle ADJ s 0.13 0.00 0.13 0.00 -pare-balles pare_balles ADJ 1.92 0.34 1.92 0.34 -pare-boue pare_boue NOM m 0.04 0.00 0.04 0.00 -pare-brise pare_brise NOM m 4.12 7.16 4.08 7.16 -pare-brises pare_brise NOM m p 4.12 7.16 0.04 0.00 -pare-chocs pare_chocs NOM m 1.85 1.82 1.85 1.82 -pare-feu pare_feu NOM m 0.24 0.07 0.24 0.07 -pare-feux pare_feux NOM m p 0.05 0.00 0.05 0.00 -pare-soleil pare_soleil NOM m 0.26 0.54 0.26 0.54 -pare-éclats pare_éclats NOM m 0.00 0.07 0.00 0.07 -pare-étincelles pare_étincelles NOM m 0.00 0.07 0.00 0.07 -paris-brest paris_brest NOM m 0.19 0.20 0.19 0.20 -part time part_time NOM f s 0.00 0.14 0.00 0.14 -partenaire-robot partenaire_robot NOM s 0.01 0.00 0.01 0.00 -pas-de-porte pas_de_porte NOM m 0.00 0.20 0.00 0.20 -pas-je pas_je ADV 0.01 0.00 0.01 0.00 -paso-doble paso_doble NOM m s 0.00 0.07 0.00 0.07 -paso doble paso_doble NOM m 0.69 0.81 0.69 0.81 -passe-boule passe_boule NOM m s 0.00 0.07 0.00 0.07 -passe-boules passe_boules NOM m 0.00 0.07 0.00 0.07 -passe-crassane passe_crassane NOM f 0.00 0.14 0.00 0.14 -passe-droit passe_droit NOM m s 0.25 0.47 0.08 0.27 -passe-droits passe_droit NOM m p 0.25 0.47 0.17 0.20 -passe-la-moi passe_la_moi NOM f s 0.35 0.07 0.35 0.07 -passe-lacet passe_lacet NOM m s 0.00 0.20 0.00 0.07 -passe-lacets passe_lacet NOM m p 0.00 0.20 0.00 0.14 -passe-montagne passe_montagne NOM m s 0.41 1.69 0.39 1.35 -passe-montagnes passe_montagne NOM m p 0.41 1.69 0.02 0.34 -passe-muraille passe_muraille NOM m 0.01 0.07 0.01 0.07 -passe-partout passe_partout NOM m 0.45 1.22 0.45 1.22 -passe-passe passe_passe NOM m 0.97 1.15 0.97 1.15 -passe-pied passe_pied NOM m s 0.00 0.07 0.00 0.07 -passe-plat passe_plat NOM m s 0.04 0.14 0.04 0.14 -passe-roses passe_rose NOM f p 0.00 0.07 0.00 0.07 -passe-temps passe_temps NOM m 4.21 2.77 4.21 2.77 -pater familias pater_familias NOM m 0.03 0.07 0.03 0.07 -pater noster pater_noster NOM m s 0.10 0.41 0.10 0.41 -pause-café pause_café NOM f s 0.29 0.14 0.26 0.07 -pauses-café pause_café NOM f p 0.29 0.14 0.03 0.07 -pauses-repas pauses_repas NOM f p 0.01 0.07 0.01 0.07 -pax americana pax_americana NOM f 0.01 0.00 0.01 0.00 -peau-rouge peau_rouge NOM s 0.51 0.54 0.49 0.27 -peaux-rouges peau_rouge NOM p 0.51 0.54 0.02 0.27 -peigne-cul peigne_cul NOM m s 0.23 0.34 0.07 0.27 -peigne-culs peigne_cul NOM m p 0.23 0.34 0.17 0.07 -peigne-zizi peigne_zizi NOM s 0.00 0.07 0.00 0.07 -pelle-bêche pelle_bêche NOM f s 0.00 0.14 0.00 0.07 -pelle-pioche pelle_pioche NOM f s 0.00 0.41 0.00 0.07 -pelles-bêches pelle_bêche NOM f p 0.00 0.14 0.00 0.07 -pelles-pioches pelle_pioche NOM f p 0.00 0.41 0.00 0.34 -pense-bête pense_bête NOM m s 0.34 0.41 0.17 0.41 -pense-bêtes pense_bête NOM m p 0.34 0.41 0.17 0.00 -perce-oreille perce_oreille NOM m s 0.04 0.20 0.03 0.07 -perce-oreilles perce_oreille NOM m p 0.04 0.20 0.01 0.14 -perce-pierre perce_pierre NOM f s 0.00 0.07 0.00 0.07 -persona grata persona_grata ADJ 0.01 0.00 0.01 0.00 -persona non grata persona_non_grata NOM f 0.08 0.07 0.08 0.07 -personnage-clé personnage_clé NOM m s 0.02 0.00 0.02 0.00 -pet-de-loup pet_de_loup NOM m s 0.00 0.07 0.00 0.07 -petit-beurre petit_beurre NOM m s 0.00 0.95 0.00 0.14 -petit-bourgeois petit_bourgeois ADJ m 0.77 1.42 0.77 1.42 -petit-cousin petit_cousin NOM m s 0.00 0.07 0.00 0.07 -petit-déjeuner petit_déjeuner NOM m s 13.51 0.07 13.37 0.00 -petit-fils petit_fils NOM m 12.90 12.70 12.50 11.01 -petit-four petit_four NOM m s 0.08 0.07 0.03 0.00 -petit-gris petit_gris NOM m 0.51 0.00 0.27 0.00 -petit-lait petit_lait NOM m s 0.05 0.54 0.05 0.54 -petit-maître petit_maître NOM m s 0.20 0.07 0.20 0.07 -petit-neveu petit_neveu NOM m s 0.04 0.95 0.04 0.61 -petit-nègre petit_nègre NOM m s 0.00 0.14 0.00 0.14 -petit-salé petit_salé NOM m s 0.00 0.07 0.00 0.07 -petit-suisse petit_suisse NOM m s 0.01 0.20 0.01 0.00 -petite-bourgeoise petite_bourgeoise ADJ f s 0.11 0.27 0.11 0.27 -petite-cousine petite_cousine NOM f s 0.00 0.14 0.00 0.14 -petite-fille petite_fille NOM f s 5.30 6.35 4.97 5.74 -petite-nièce petite_nièce NOM f s 0.02 0.20 0.02 0.20 -petites-bourgeoises petite_bourgeoise NOM f p 0.00 0.34 0.00 0.14 -petites-filles petite_fille NOM f p 5.30 6.35 0.33 0.61 -petits-beurre petit_beurre NOM m p 0.00 0.95 0.00 0.81 -petits-bourgeois petit_bourgeois NOM m p 0.71 2.16 0.32 1.42 -petits-déjeuners petit_déjeuner NOM m p 13.51 0.07 0.14 0.07 -petits-enfants petit_enfant NOM m p 5.76 3.04 5.76 3.04 -petits-fils petit_fils NOM m p 12.90 12.70 0.40 1.69 -petits-fours petit_four NOM m p 0.08 0.07 0.04 0.07 -petits-gris petit_gris NOM m p 0.51 0.00 0.25 0.00 -petits-neveux petit_neveu NOM m p 0.04 0.95 0.00 0.34 -petits-pois petits_pois NOM m p 0.10 0.00 0.10 0.00 -petits-suisses petit_suisse NOM m p 0.01 0.20 0.00 0.20 -pets-de-nonne pet_de_nonne NOM m p 0.00 0.41 0.00 0.41 -peu ou prou peu_ou_prou ADV 0.40 0.68 0.40 0.68 -peut-être peut_être ADV 907.68 697.97 907.68 697.97 -photo-finish photo_finish NOM f s 0.01 0.00 0.01 0.00 -photo-robot photo_robot NOM f s 0.01 0.14 0.01 0.14 -photo-électrique photo_électrique ADJ f s 0.00 0.14 0.00 0.14 -phrase-clé phrase_clé NOM f s 0.02 0.00 0.02 0.00 -phrase-robot phrase_robot NOM f s 0.00 0.07 0.00 0.07 -phrases-clés phrases_clé NOM f p 0.00 0.07 0.00 0.07 -physico-chimiques physico_chimique ADJ f p 0.00 0.07 0.00 0.07 -piano-bar piano_bar NOM m s 0.05 0.00 0.05 0.00 -pic-vert pic_vert NOM m s 0.28 0.27 0.27 0.27 -pick-up pick_up NOM m 1.98 2.64 1.98 2.64 -pics-verts pic_vert NOM m p 0.28 0.27 0.01 0.00 -pie-grièche pie_grièche NOM f s 0.00 0.07 0.00 0.07 -pie-mère pie_mère NOM f s 0.01 0.07 0.01 0.07 -pied-bot pied_bot NOM m s 0.28 0.61 0.28 0.61 -pied-d'alouette pied_d_alouette NOM m s 0.01 0.00 0.01 0.00 -pied-d'oeuvre pied_d_oeuvre NOM m s 0.00 0.07 0.00 0.07 -pied-de-biche pied_de_biche NOM m s 0.32 0.27 0.28 0.20 -pied-de-poule pied_de_poule ADJ 0.02 0.54 0.02 0.54 -pied-noir pied_noir NOM m s 0.28 3.78 0.09 0.54 -pied-plat pied_plat NOM m s 0.05 0.00 0.05 0.00 -pieds-de-biche pied_de_biche NOM m p 0.32 0.27 0.04 0.07 -pieds-de-coq pied_de_coq NOM m p 0.00 0.07 0.00 0.07 -pieds-droits pied_droit NOM m p 0.00 0.07 0.00 0.07 -pieds-noirs pied_noir NOM m p 0.28 3.78 0.19 3.24 -pigeon-voyageur pigeon_voyageur NOM m s 0.14 0.00 0.14 0.00 -pile-poil pile_poil NOM f s 0.07 0.00 0.07 0.00 -pin's pin_s NOM m 0.30 0.00 0.30 0.00 -pin-pon pin_pon ONO 0.00 0.34 0.00 0.34 -pin-up pin_up NOM f 0.71 0.54 0.71 0.54 -pince-fesses pince_fesse NOM m p 0.05 0.14 0.05 0.14 -pince-mailles pince_maille NOM m p 0.00 0.07 0.00 0.07 -pince-monseigneur pince_monseigneur NOM f s 0.03 0.54 0.03 0.54 -pince-nez pince_nez NOM m 0.07 1.35 0.07 1.35 -pince-sans-rire pince_sans_rire ADJ s 0.05 0.47 0.05 0.47 -ping-pong ping_pong NOM m s 2.67 2.36 2.67 2.36 -pipe-line pipe_line NOM m s 0.11 0.34 0.09 0.34 -pipe-lines pipe_line NOM m p 0.11 0.34 0.02 0.00 -pipi-room pipi_room NOM m s 0.05 0.00 0.05 0.00 -pique-assiette pique_assiette NOM s 0.39 0.34 0.27 0.27 -pique-assiettes pique_assiette NOM p 0.39 0.34 0.12 0.07 -pique-boeufs pique_boeuf NOM m p 0.00 0.07 0.00 0.07 -pique-feu pique_feu NOM m 0.03 0.81 0.03 0.81 -pique-niquaient pique_niquer VER 1.03 0.74 0.01 0.00 ind:imp:3p; -pique-nique pique_nique NOM m s 6.05 4.12 5.57 3.18 -pique-niquent pique_niquer VER 1.03 0.74 0.03 0.07 ind:pre:3p; -pique-niquer pique_niquer VER 1.03 0.74 0.83 0.47 inf;; -pique-niqueraient pique_niquer VER 1.03 0.74 0.01 0.00 cnd:pre:3p; -pique-niquerons pique_niquer VER 1.03 0.74 0.01 0.00 ind:fut:1p; -pique-niques pique_nique NOM m p 6.05 4.12 0.48 0.95 -pique-niqueurs pique_niqueur NOM m p 0.02 0.27 0.02 0.27 -pique-niquez pique_niquer VER 1.03 0.74 0.01 0.07 ind:pre:2p; -pique-niqué pique_niquer VER m s 1.03 0.74 0.05 0.07 par:pas; -pis-aller pis_aller NOM m 0.14 0.81 0.14 0.81 -pisse-copie pisse_copie NOM s 0.01 0.27 0.01 0.20 -pisse-copies pisse_copie NOM p 0.01 0.27 0.00 0.07 -pisse-froid pisse_froid NOM m 0.10 0.34 0.10 0.34 -pisse-vinaigre pisse_vinaigre NOM m 0.04 0.07 0.04 0.07 -pistolet-mitrailleur pistolet_mitrailleur NOM m s 0.02 0.00 0.02 0.00 -pit-bull pit_bull NOM m s 0.63 0.00 0.26 0.00 -pit-bulls pit_bull NOM m p 0.63 0.00 0.06 0.00 -pit bull pit_bull NOM m s 0.63 0.00 0.31 0.00 -plain-chant plain_chant NOM m s 0.10 0.27 0.10 0.27 -plain-pied plain_pied NOM m s 0.12 3.65 0.12 3.65 -plan-séquence plan_séquence NOM m s 0.10 0.00 0.10 0.00 -planches-contacts planche_contact NOM f p 0.00 0.07 0.00 0.07 -plat-bord plat_bord NOM m s 0.01 0.61 0.00 0.54 -plat-ventre plat_ventre NOM m s 0.11 0.07 0.11 0.07 -plate-bande plate_bande NOM f s 0.82 2.77 0.12 0.54 -plate-forme plate_forme NOM f s 3.06 11.15 2.49 8.45 -plateau-repas plateau_repas NOM m 0.04 0.14 0.04 0.14 -plateaux-repas plateaux_repas NOM m p 0.04 0.07 0.04 0.07 -plates-bandes plate_bande NOM f p 0.82 2.77 0.70 2.23 -plates-formes plate_forme NOM f p 3.06 11.15 0.57 2.70 -plats-bords plat_bord NOM m p 0.01 0.61 0.01 0.07 -play-back play_back NOM m 0.59 0.14 0.57 0.14 -play-boy play_boy NOM m s 0.69 1.08 0.58 0.95 -play-boys play_boy NOM m p 0.69 1.08 0.11 0.14 -play back play_back NOM m 0.59 0.14 0.02 0.00 -plein-air plein_air ADJ m s 0.00 0.07 0.00 0.07 -plein-air plein_air NOM m s 0.00 0.20 0.00 0.20 -plein-cintre plein_cintre NOM m s 0.00 0.07 0.00 0.07 -plein-emploi plein_emploi NOM m s 0.01 0.00 0.01 0.00 -plein-temps plein_temps NOM m 0.12 0.00 0.12 0.00 -plum-pudding plum_pudding NOM m s 0.02 0.07 0.02 0.07 -plus-que-parfait plus_que_parfait NOM m s 0.02 0.14 0.02 0.07 -plus-que-parfaits plus_que_parfait NOM m p 0.02 0.14 0.00 0.07 -plus-value plus_value NOM f s 0.72 0.68 0.48 0.54 -plus-values plus_value NOM f p 0.72 0.68 0.25 0.14 -pneus-neige pneus_neige NOM m p 0.02 0.00 0.02 0.00 -poche-revolver poche_revolver NOM s 0.00 0.27 0.00 0.27 -pochette-surprise pochette_surprise NOM f s 0.20 0.34 0.20 0.20 -pochettes-surprises pochette_surprise NOM f p 0.20 0.34 0.00 0.14 -poids-lourds poids_lourds NOM m 0.02 0.07 0.02 0.07 -poil-de-carotte poil_de_carotte NOM m s 0.00 0.07 0.00 0.07 -point-clé point_clé NOM m s 0.02 0.00 0.02 0.00 -point-virgule point_virgule NOM m s 0.04 0.07 0.04 0.00 -points-virgules point_virgule NOM m p 0.04 0.07 0.00 0.07 -poire-vérité poire_vérité NOM f s 0.00 0.07 0.00 0.07 -poisson-chat poisson_chat NOM m s 0.64 0.54 0.54 0.34 -poisson-globe poisson_globe NOM m s 0.02 0.00 0.02 0.00 -poisson-lune poisson_lune NOM m s 0.15 0.07 0.15 0.07 -poisson-pilote poisson_pilote NOM m s 0.00 0.07 0.00 0.07 -poisson-épée poisson_épée NOM m s 0.09 0.00 0.09 0.00 -poissons-chats poisson_chat NOM m p 0.64 0.54 0.11 0.20 -police-secours police_secours NOM f s 0.16 0.47 0.16 0.47 -politico-religieuse politico_religieux ADJ f s 0.00 0.07 0.00 0.07 -politique-fiction politique_fiction NOM f s 0.00 0.07 0.00 0.07 -poly-sexuelle poly_sexuel ADJ f s 0.01 0.00 0.01 0.00 -pom-pom girl pom_pom_girl NOM f s 2.06 0.00 0.95 0.00 -pom-pom girls pom_pom_girl NOM f p 2.06 0.00 1.11 0.00 -pont-l'évêque pont_l_évêque NOM m s 0.00 0.07 0.00 0.07 -pont-levis pont_levis NOM m 0.46 1.42 0.46 1.42 -pont-neuf pont_neuf NOM m s 0.14 2.43 0.14 2.43 -pont-promenade pont_promenade NOM m s 0.00 0.07 0.00 0.07 -ponts-levis ponts_levis NOM m p 0.00 0.27 0.00 0.27 -pop-club pop_club NOM s 0.00 0.07 0.00 0.07 -pop-corn pop_corn NOM m 3.79 0.14 3.79 0.14 -porc-épic porc_épic NOM m s 0.55 0.27 0.55 0.27 -port-salut port_salut NOM m 0.00 0.20 0.00 0.20 -porte-aiguille porte_aiguille NOM m s 0.07 0.00 0.07 0.00 -porte-avion porte_avion NOM m s 0.04 0.07 0.04 0.07 -porte-avions porte_avions NOM m 1.21 1.22 1.21 1.22 -porte-bagages porte_bagages NOM m 0.02 3.11 0.02 3.11 -porte-bannière porte_bannière NOM m s 0.00 0.07 0.00 0.07 -porte-billets porte_billets NOM m 0.00 0.14 0.00 0.14 -porte-bois porte_bois NOM m 0.00 0.07 0.00 0.07 -porte-bonheur porte_bonheur NOM m 4.58 1.08 4.58 1.08 -porte-bouteilles porte_bouteilles NOM m 0.00 0.27 0.00 0.27 -porte-bébé porte_bébé NOM m s 0.02 0.00 0.02 0.00 -porte-cannes porte_cannes NOM m 0.00 0.07 0.00 0.07 -porte-carte porte_carte NOM m s 0.00 0.07 0.00 0.07 -porte-cartes porte_cartes NOM m 0.00 0.34 0.00 0.34 -porte-chance porte_chance NOM m 0.17 0.07 0.17 0.07 -porte-chapeaux porte_chapeaux NOM m 0.04 0.00 0.04 0.00 -porte-cigarette porte_cigarette NOM m s 0.00 0.20 0.00 0.20 -porte-cigarettes porte_cigarettes NOM m 0.65 0.74 0.65 0.74 -porte-clef porte_clef NOM m s 0.02 0.14 0.02 0.14 -porte-clefs porte_clefs NOM m 0.27 0.34 0.27 0.34 -porte-clé porte_clé NOM m s 0.10 0.00 0.10 0.00 -porte-clés porte_clés NOM m 1.44 0.54 1.44 0.54 -porte-conteneurs porte_conteneurs NOM m 0.01 0.00 0.01 0.00 -porte-coton porte_coton NOM m s 0.00 0.07 0.00 0.07 -porte-couilles porte_couilles NOM m 0.00 0.07 0.00 0.07 -porte-couteau porte_couteau NOM m s 0.00 0.07 0.00 0.07 -porte-couteaux porte_couteaux NOM m p 0.00 0.07 0.00 0.07 -porte-cravate porte_cravate NOM m s 0.00 0.07 0.00 0.07 -porte-crayon porte_crayon NOM m s 0.01 0.00 0.01 0.00 -porte-document porte_document NOM m s 0.01 0.00 0.01 0.00 -porte-documents porte_documents NOM m 0.86 0.68 0.86 0.68 -porte-drapeau porte_drapeau NOM m s 0.19 0.68 0.19 0.68 -porte-drapeaux porte_drapeaux NOM m p 0.01 0.07 0.01 0.07 -porte-fanion porte_fanion NOM m s 0.00 0.14 0.00 0.14 -porte-fenêtre porte_fenêtre NOM f s 0.14 4.46 0.03 3.11 -porte-flingue porte_flingue NOM m s 0.08 0.07 0.08 0.00 -porte-flingues porte_flingue NOM m p 0.08 0.07 0.00 0.07 -porte-forets porte_foret NOM m p 0.00 0.07 0.00 0.07 -porte-glaive porte_glaive NOM m 0.10 1.01 0.10 1.01 -porte-jarretelles porte_jarretelles NOM m 0.59 1.89 0.59 1.89 -porte-malheur porte_malheur NOM m 0.19 0.07 0.19 0.07 -porte-mine porte_mine NOM m s 0.00 0.14 0.00 0.14 -porte-monnaie porte_monnaie NOM m 2.24 6.01 2.24 6.01 -porte-musique porte_musique NOM m s 0.00 0.07 0.00 0.07 -porte-à-faux porte_à_faux NOM m 0.00 0.61 0.00 0.61 -porte-à-porte porte_à_porte NOM m 0.00 0.41 0.00 0.41 -porte-objet porte_objet NOM m s 0.01 0.00 0.01 0.00 -porte-papier porte_papier NOM m 0.01 0.07 0.01 0.07 -porte-parapluie porte_parapluie NOM m s 0.00 0.07 0.00 0.07 -porte-parapluies porte_parapluies NOM m 0.14 0.47 0.14 0.47 -porte-plume porte_plume NOM m 0.29 3.78 0.29 3.72 -porte-plumes porte_plume NOM m p 0.29 3.78 0.00 0.07 -porte-queue porte_queue NOM m 0.01 0.00 0.01 0.00 -porte-savon porte_savon NOM m s 0.09 0.27 0.09 0.27 -porte-serviette porte_serviette NOM m s 0.00 0.20 0.00 0.20 -porte-serviettes porte_serviettes NOM m 0.12 0.20 0.12 0.20 -porte-tambour porte_tambour NOM m 0.01 0.34 0.01 0.34 -porte-épée porte_épée NOM m s 0.00 0.14 0.00 0.14 -porte-étendard porte_étendard NOM m s 0.01 0.34 0.01 0.27 -porte-étendards porte_étendard NOM m p 0.01 0.34 0.00 0.07 -porte-étrier porte_étrier NOM m s 0.00 0.07 0.00 0.07 -porte-voix porte_voix NOM m 0.55 2.64 0.55 2.64 -portes-fenêtres porte_fenêtre NOM f p 0.14 4.46 0.10 1.35 -portrait-robot portrait_robot NOM m s 1.17 0.54 0.77 0.47 -portraits-robots portrait_robot NOM m p 1.17 0.54 0.40 0.07 -pose-la-moi pose_la_moi NOM f s 0.01 0.00 0.01 0.00 -position-clé position_clé NOM f s 0.01 0.00 0.01 0.00 -post-apocalyptique post_apocalyptique ADJ s 0.04 0.00 0.04 0.00 -post-empire post_empire NOM m s 0.00 0.07 0.00 0.07 -post-hypnotique post_hypnotique ADJ f s 0.02 0.00 0.02 0.00 -post-impressionnisme post_impressionnisme NOM m s 0.01 0.00 0.01 0.00 -post-it post_it NOM m 1.85 0.00 1.84 0.00 -post-moderne post_moderne ADJ s 0.14 0.00 0.14 0.00 -post-natal post_natal ADJ m s 0.18 0.07 0.03 0.07 -post-natale post_natal ADJ f s 0.18 0.07 0.16 0.00 -post-opératoire post_opératoire ADJ s 0.19 0.00 0.17 0.00 -post-opératoires post_opératoire ADJ m p 0.19 0.00 0.02 0.00 -post-partum post_partum NOM m 0.04 0.00 0.04 0.00 -post-production post_production NOM f s 0.14 0.00 0.14 0.00 -post-punk post_punk NOM s 0.00 0.14 0.00 0.14 -post-romantique post_romantique ADJ m s 0.00 0.07 0.00 0.07 -post-rupture post_rupture NOM f s 0.01 0.00 0.01 0.00 -post-scriptum post_scriptum NOM m 0.29 1.96 0.29 1.96 -post-surréalistes post_surréaliste ADJ p 0.00 0.07 0.00 0.07 -post-synchro post_synchro ADJ s 0.05 0.00 0.05 0.00 -post-traumatique post_traumatique ADJ s 0.82 0.07 0.79 0.00 -post-traumatiques post_traumatique ADJ p 0.82 0.07 0.03 0.07 -post-victorien post_victorien ADJ m s 0.01 0.00 0.01 0.00 -post-zoo post_zoo NOM m s 0.01 0.00 0.01 0.00 -post it post_it NOM m 1.85 0.00 0.01 0.00 -post mortem post_mortem ADV 0.28 0.20 0.28 0.20 -poste-clé poste_clé NOM s 0.02 0.00 0.02 0.00 -postes-clés postes_clé NOM p 0.01 0.00 0.01 0.00 -pot-au-feu pot_au_feu NOM m 0.90 0.88 0.90 0.88 -pot-bouille pot_bouille NOM m 0.01 0.00 0.01 0.00 -pot-de-vin pot_de_vin NOM m s 1.22 0.41 1.22 0.41 -pot-pourri pot_pourri NOM m s 0.49 0.68 0.34 0.68 -poto-poto poto_poto NOM m s 0.00 0.14 0.00 0.14 -potron-minet potron_minet NOM m s 0.03 0.27 0.03 0.27 -pots-de-vin pots_de_vin NOM m p 1.98 0.34 1.98 0.34 -pots-pourris pot_pourri NOM m p 0.49 0.68 0.15 0.00 -pouce-pied pouce_pied NOM m s 0.01 0.00 0.01 0.00 -pour-cent pour_cent NOM m 0.56 0.00 0.56 0.00 -pousse-au-crime pousse_au_crime NOM m 0.02 0.07 0.02 0.07 -pousse-café pousse_café NOM m 0.13 0.68 0.13 0.68 -pousse-cailloux pousse_cailloux NOM m s 0.00 0.07 0.00 0.07 -pousse-pousse pousse_pousse NOM m 1.43 0.41 1.43 0.41 -premier-maître premier_maître NOM m s 0.16 0.00 0.16 0.00 -premier-né premier_né NOM m s 0.91 0.20 0.77 0.14 -premiers-nés premier_né NOM m p 0.91 0.20 0.14 0.07 -première-née première_née NOM f s 0.11 0.00 0.11 0.00 -presqu'île presqu_île NOM f s 0.16 1.49 0.16 1.35 -presqu'îles presqu_île NOM f p 0.16 1.49 0.00 0.14 -press-book press_book NOM m s 0.03 0.00 0.03 0.00 -presse-agrumes presse_agrumes NOM m 0.04 0.00 0.04 0.00 -presse-bouton presse_bouton ADJ f s 0.04 0.07 0.04 0.07 -presse-citron presse_citron NOM m s 0.02 0.00 0.02 0.00 -presse-fruits presse_fruits NOM m 0.07 0.00 0.07 0.00 -presse-papier presse_papier NOM m s 0.16 0.27 0.16 0.27 -presse-papiers presse_papiers NOM m 0.24 0.47 0.24 0.47 -presse-purée presse_purée NOM m 0.04 0.41 0.04 0.41 -presse-raquette presse_raquette NOM m s 0.00 0.07 0.00 0.07 -prie-dieu prie_dieu NOM m 0.01 2.64 0.01 2.64 -prime-saut prime_saut NOM s 0.00 0.07 0.00 0.07 -prime time prime_time NOM m 0.41 0.00 0.41 0.00 -primo-infection primo_infection NOM f s 0.00 0.07 0.00 0.07 -prince-de-galles prince_de_galles NOM m 0.00 0.27 0.00 0.27 -prince-évêque prince_évêque NOM m s 0.00 0.14 0.00 0.14 -prisons-écoles prisons_école NOM f p 0.00 0.07 0.00 0.07 -prix-choc prix_choc NOM m 0.00 0.07 0.00 0.07 -pro-occidental pro_occidental ADJ m s 0.01 0.00 0.01 0.00 -proche-oriental proche_oriental ADJ m s 0.01 0.00 0.01 0.00 -procès-test procès_test NOM m 0.02 0.00 0.02 0.00 -procès-verbal procès_verbal NOM m s 3.86 2.30 3.55 1.76 -procès-verbaux procès_verbal NOM m p 3.86 2.30 0.31 0.54 -propre-à-rien propre_à_rien NOM m s 0.00 0.07 0.00 0.07 -protège-cahier protège_cahier NOM m s 0.01 0.07 0.01 0.07 -protège-dents protège_dents NOM m 0.10 0.27 0.10 0.27 -protège-slip protège_slip NOM m s 0.03 0.00 0.03 0.00 -protège-tibia protège_tibia NOM m s 0.02 0.00 0.02 0.00 -près de près_de ADV 4.10 16.35 4.10 16.35 -pré-salé pré_salé NOM m s 0.00 0.20 0.00 0.20 -pré-établi pré_établi ADJ m s 0.00 0.07 0.00 0.07 -prêchi-prêcha prêchi_prêcha NOM m 0.11 0.14 0.11 0.14 -prud'homme prud_homme NOM m s 0.21 0.07 0.01 0.00 -prud'hommes prud_homme NOM m p 0.21 0.07 0.20 0.07 -prénom-type prénom_type NOM m s 0.00 0.07 0.00 0.07 -président-directeur président_directeur NOM m s 0.02 0.27 0.02 0.27 -présidents-directeurs présidents_directeur NOM m p 0.00 0.14 0.00 0.14 -prêt-bail prêt_bail NOM m s 0.00 0.27 0.00 0.27 -prêt-à-porter prêt_à_porter NOM m s 0.00 0.95 0.00 0.95 -prête-nom prête_nom NOM m s 0.00 0.27 0.00 0.27 -prêtre-ouvrier prêtre_ouvrier NOM m s 0.00 0.07 0.00 0.07 -pseudo-gouvernement pseudo_gouvernement NOM m s 0.00 0.14 0.00 0.14 -psychiatre-conseil psychiatre_conseil NOM s 0.02 0.00 0.02 0.00 -psychologie-fiction psychologie_fiction NOM f s 0.00 0.07 0.00 0.07 -pèse-acide pèse_acide NOM m s 0.00 0.07 0.00 0.07 -pèse-bébé pèse_bébé NOM m s 0.00 0.14 0.00 0.14 -pèse-lettre pèse_lettre NOM m s 0.00 0.07 0.00 0.07 -pèse-personne pèse_personne NOM m s 0.02 0.07 0.02 0.00 -pèse-personnes pèse_personne NOM m p 0.02 0.07 0.00 0.07 -pète-sec pète_sec ADJ 0.03 0.41 0.03 0.41 -public-relations public_relations NOM f p 0.01 0.20 0.01 0.20 -public schools public_school NOM f p 0.00 0.07 0.00 0.07 -pêle-mêle pêle_mêle ADV 0.00 8.24 0.00 8.24 -pull-over pull_over NOM m s 0.80 6.35 0.78 5.27 -pull-overs pull_over NOM m p 0.80 6.35 0.02 1.08 -pulso-réacteurs pulso_réacteur NOM m p 0.01 0.00 0.01 0.00 -punching-ball punching_ball NOM m s 0.71 0.61 0.64 0.61 -punching ball punching_ball NOM m s 0.71 0.61 0.08 0.00 -pur-sang pur_sang NOM m 1.01 2.23 1.01 2.23 -qu'en-dira-t-on qu_en_dira_t_on NOM m 0.10 0.41 0.10 0.41 -quant-à-moi quant_à_moi NOM m 0.00 0.14 0.00 0.14 -quant-à-soi quant_à_soi NOM m 0.00 1.22 0.00 1.22 -quarante-cinq quarante_cinq ADJ:num 1.16 8.85 1.16 8.85 -quarante-cinquième quarante_cinquième ADJ 0.10 0.07 0.10 0.07 -quarante-deux quarante_deux ADJ:num 0.29 2.09 0.29 2.09 -quarante-deuxième quarante_deuxième ADJ 0.03 0.07 0.03 0.07 -quarante-huit quarante_huit ADJ:num 1.11 6.76 1.11 6.76 -quarante-huitards quarante_huitard NOM m p 0.00 0.07 0.00 0.07 -quarante-huitième quarante_huitième ADJ 0.02 0.07 0.02 0.07 -quarante-neuf quarante_neuf ADJ:num 0.28 0.47 0.28 0.47 -quarante-quatre quarante_quatre ADJ:num 0.10 0.88 0.10 0.88 -quarante-sept quarante_sept ADJ:num 0.40 0.74 0.40 0.74 -quarante-septième quarante_septième ADJ 0.03 0.20 0.03 0.20 -quarante-six quarante_six ADJ:num 0.23 0.47 0.23 0.47 -quarante-trois quarante_trois ADJ:num 0.68 1.28 0.68 1.28 -quarante-troisième quarante_troisième ADJ 0.00 0.07 0.00 0.07 -quart-monde quart_monde NOM m s 0.02 0.00 0.02 0.00 -quartier-maître quartier_maître NOM m s 0.84 0.27 0.83 0.27 -quartiers-maîtres quartier_maître NOM m p 0.84 0.27 0.01 0.00 -quasi-agonie quasi_agonie NOM f s 0.00 0.07 0.00 0.07 -quasi-blasphème quasi_blasphème NOM m s 0.00 0.07 0.00 0.07 -quasi-bonheur quasi_bonheur NOM m s 0.00 0.07 0.00 0.07 -quasi-certitude quasi_certitude NOM f s 0.04 0.41 0.04 0.41 -quasi-chômage quasi_chômage NOM m s 0.02 0.00 0.02 0.00 -quasi-débutant quasi_débutant ADV 0.01 0.00 0.01 0.00 -quasi-décapitation quasi_décapitation NOM f s 0.01 0.00 0.01 0.00 -quasi-désertification quasi_désertification NOM f s 0.00 0.07 0.00 0.07 -quasi-facétieux quasi_facétieux ADJ m 0.01 0.00 0.01 0.00 -quasi-fiancée quasi_fiancé NOM f s 0.00 0.07 0.00 0.07 -quasi-futuristes quasi_futuriste ADJ m p 0.01 0.00 0.01 0.00 -quasi-génocide quasi_génocide NOM m s 0.01 0.00 0.01 0.00 -quasi-hérétique quasi_hérétique NOM s 0.00 0.07 0.00 0.07 -quasi-ignare quasi_ignare NOM s 0.00 0.07 0.00 0.07 -quasi-impossibilité quasi_impossibilité NOM f s 0.00 0.14 0.00 0.14 -quasi-impunité quasi_impunité NOM f s 0.00 0.07 0.00 0.07 -quasi-inconnu quasi_inconnu ADV 0.02 0.07 0.02 0.07 -quasi-indifférence quasi_indifférence NOM f s 0.00 0.07 0.00 0.07 -quasi-infirme quasi_infirme NOM s 0.00 0.07 0.00 0.07 -quasi-instantanée quasi_instantanée ADV 0.02 0.00 0.02 0.00 -quasi-jungienne quasi_jungienne NOM f s 0.01 0.00 0.01 0.00 -quasi-mariage quasi_mariage NOM m s 0.00 0.07 0.00 0.07 -quasi-maximum quasi_maximum ADV 0.01 0.00 0.01 0.00 -quasi-mendiant quasi_mendiant NOM m s 0.14 0.00 0.14 0.00 -quasi-miracle quasi_miracle NOM m s 0.00 0.07 0.00 0.07 -quasi-monopole quasi_monopole NOM m s 0.10 0.00 0.10 0.00 -quasi-morceau quasi_morceau NOM m s 0.00 0.07 0.00 0.07 -quasi-noyade quasi_noyade NOM f s 0.01 0.00 0.01 0.00 -quasi-nudité quasi_nudité NOM f s 0.00 0.14 0.00 0.14 -quasi-permanence quasi_permanence NOM f s 0.00 0.07 0.00 0.07 -quasi-protection quasi_protection NOM f s 0.00 0.07 0.00 0.07 -quasi-religieux quasi_religieux ADJ m s 0.01 0.07 0.01 0.07 -quasi-respect quasi_respect NOM m s 0.00 0.07 0.00 0.07 -quasi-totalité quasi_totalité NOM f s 0.16 0.88 0.16 0.88 -quasi-émeute quasi_émeute NOM f s 0.02 0.00 0.02 0.00 -quasi-unanime quasi_unanime ADJ s 0.00 0.14 0.00 0.14 -quasi-unanimité quasi_unanimité NOM f s 0.00 0.07 0.00 0.07 -quasi-équitable quasi_équitable ADJ m s 0.01 0.00 0.01 0.00 -quasi-veuvage quasi_veuvage NOM m s 0.00 0.07 0.00 0.07 -quasi-ville quasi_ville NOM f s 0.00 0.07 0.00 0.07 -quasi-voisines quasi_voisines ADV 0.00 0.07 0.00 0.07 -quat'zarts quat_zarts NOM m p 0.00 0.07 0.00 0.07 -quatre-feuilles quatre_feuilles NOM m 0.01 0.07 0.01 0.07 -quatre-heures quatre_heures NOM m 0.04 0.41 0.04 0.41 -quatre-mâts quatre_mâts NOM m 0.27 0.14 0.27 0.14 -quatre-quarts quatre_quarts NOM m 0.26 0.14 0.26 0.14 -quatre-saisons quatre_saisons NOM f 0.47 1.15 0.47 1.15 -quatre-vingt-cinq quatre_vingt_cinq ADJ:num 0.07 0.88 0.07 0.88 -quatre-vingt-deux quatre_vingt_deux ADJ:num 0.00 0.27 0.00 0.27 -quatre-vingt-dix-huit quatre_vingt_dix_huit ADJ:num 0.02 0.34 0.02 0.34 -quatre-vingt-dix-neuf quatre_vingt_dix_neuf ADJ:num 0.21 0.47 0.21 0.47 -quatre-vingt-dix-sept quatre_vingt_dix_sept ADJ:num 0.00 0.27 0.00 0.27 -quatre-vingt-dix quatre_vingt_dix NOM m 0.33 0.61 0.33 0.61 -quatre-vingt-dixième quatre_vingt_dixième ADJ 0.01 0.14 0.01 0.14 -quatre-vingt-douze quatre_vingt_douze ADJ:num 0.11 0.54 0.11 0.54 -quatre-vingt-douzième quatre_vingt_douzième ADJ 0.00 0.07 0.00 0.07 -quatre-vingt-huit quatre_vingt_huit ADJ:num 0.02 0.20 0.02 0.20 -quatre-vingt-neuf quatre_vingt_neuf ADJ:num 0.14 0.61 0.14 0.61 -quatre-vingt-onze quatre_vingt_onze ADJ:num 0.10 0.34 0.10 0.34 -quatre-vingt-quatorze quatre_vingt_quatorze ADJ:num 0.10 0.07 0.10 0.07 -quatre-vingt-quatre quatre_vingt_quatre ADJ:num 0.03 0.74 0.03 0.74 -quatre-vingt-quinze quatre_vingt_quinze ADJ:num 0.14 2.16 0.14 2.16 -quatre-vingt-seize quatre_vingt_seize ADJ:num 0.10 0.07 0.10 0.07 -quatre-vingt-sept quatre_vingt_sept ADJ:num 0.07 0.27 0.07 0.27 -quatre-vingt-six quatre_vingt_six ADJ:num 0.19 0.34 0.19 0.34 -quatre-vingt-treize quatre_vingt_treize ADJ:num 0.11 0.95 0.11 0.95 -quatre-vingt-treizième quatre_vingt_treizième ADJ 0.00 0.07 0.00 0.07 -quatre-vingt-trois quatre_vingt_trois ADJ:num 0.06 0.41 0.06 0.41 -quatre-vingt-un quatre_vingt_un ADJ:num 0.02 0.14 0.02 0.14 -quatre-vingt quatre_vingt ADJ:num 0.93 1.01 0.93 1.01 -quatre-vingtième quatre_vingtième ADJ 0.00 0.14 0.00 0.14 -quatre-vingtième quatre_vingtième NOM s 0.00 0.14 0.00 0.14 -quatre-vingts quatre_vingts ADJ:num 0.36 9.05 0.36 9.05 -quelqu'un quelqu_un PRO:ind s 629.00 128.92 629.00 128.92 -quelqu'une quelqu_une PRO:ind f s 0.08 0.61 0.08 0.61 -quelques-unes quelques_unes PRO:ind f p 3.50 8.51 3.50 8.51 -quelques-uns quelques_uns PRO:ind m p 8.33 22.09 8.33 22.09 -question-clé question_clé NOM f s 0.02 0.00 0.02 0.00 -question-réponse question_réponse NOM f s 0.02 0.00 0.02 0.00 -questions-réponses questions_réponse NOM f p 0.07 0.07 0.07 0.07 -queue-d'aronde queue_d_aronde NOM f s 0.00 0.14 0.00 0.07 -queue-de-cheval queue_de_cheval NOM f s 0.14 0.00 0.14 0.00 -queue-de-pie queue_de_pie NOM f s 0.05 0.27 0.05 0.27 -queues-d'aronde queue_d_aronde NOM f p 0.00 0.14 0.00 0.07 -queues-de-rat queue_de_rat NOM f p 0.00 0.07 0.00 0.07 -qui-vive qui_vive ONO 0.00 0.14 0.00 0.14 -quote-part quote_part NOM f s 0.03 0.47 0.03 0.47 -rôle-titre rôle_titre NOM m s 0.01 0.00 0.01 0.00 -rabat-joie rabat_joie ADJ 0.91 0.14 0.91 0.14 -radeau-radar radeau_radar NOM m s 0.00 0.07 0.00 0.07 -radical-socialisme radical_socialisme NOM m s 0.00 0.27 0.00 0.27 -radical-socialiste radical_socialiste ADJ m s 0.00 0.34 0.00 0.34 -radicale-socialiste radicale_socialiste NOM f s 0.00 0.20 0.00 0.20 -radicaux-socialistes radical_socialiste NOM m p 0.00 0.34 0.00 0.27 -radio-isotope radio_isotope NOM m s 0.04 0.00 0.04 0.00 -radio-réveil radio_réveil NOM m s 0.10 0.14 0.10 0.14 -radio-taxi radio_taxi NOM m s 0.14 0.07 0.14 0.07 -rahat-lokoum rahat_lokoum NOM m s 0.00 0.47 0.00 0.41 -rahat-lokoums rahat_lokoum NOM m p 0.00 0.47 0.00 0.07 -rahat-loukoums rahat_loukoum NOM m p 0.00 0.07 0.00 0.07 -ramasse-miettes ramasse_miettes NOM m 0.02 0.27 0.02 0.27 -ramasse-poussière ramasse_poussière NOM m 0.02 0.00 0.02 0.00 -ras-le-bol ras_le_bol NOM m 1.62 0.47 1.62 0.47 -rase-mottes rase_mottes NOM m 0.30 0.47 0.30 0.47 -rase-pet rase_pet NOM m s 0.02 0.20 0.00 0.20 -rase-pets rase_pet NOM m p 0.02 0.20 0.02 0.00 -rat-de-cave rat_de_cave NOM m s 0.00 0.07 0.00 0.07 -ray-grass ray_grass NOM m 0.00 0.14 0.00 0.14 -rayon-éclair rayon_éclair NOM m s 0.00 0.07 0.00 0.07 -raz-de-marée raz_de_marée NOM m 0.57 0.20 0.57 0.20 -re-aboie reaboyer VER 0.00 0.07 0.00 0.07 ind:pre:3s; -re-balbutiant rebalbutiant ADJ m s 0.00 0.07 0.00 0.07 -re-baptême rebaptême NOM m s 0.00 0.07 0.00 0.07 -re-belote re_belote ONO 0.01 0.00 0.01 0.00 -re-biberonner rebiberonner VER 0.00 0.07 0.00 0.07 inf; -re-bide rebide NOM m s 0.00 0.07 0.00 0.07 -re-blinder reblinder VER 0.00 0.07 0.00 0.07 inf; -re-bombardons rebombardon NOM m p 0.01 0.00 0.01 0.00 -re-boucler reboucler VER 0.14 1.01 0.01 0.00 inf; -re-cabossé recabosser VER m s 0.00 0.07 0.00 0.07 par:pas; -re-café recafé ADJ 0.00 0.07 0.00 0.07 -re-cailloux recailloux NOM m p 0.00 0.07 0.00 0.07 -re-calibrais recalibrer VER 0.01 0.00 0.01 0.00 ind:imp:1s; -re-cassée recasser VER f s 0.24 0.07 0.01 0.00 par:pas; -re-chanteur rechanteur NOM m s 0.01 0.00 0.01 0.00 -re-chiader rechiader VER 0.00 0.07 0.00 0.07 inf; -re-cisèle reciseler VER 0.00 0.07 0.00 0.07 ind:pre:3s; -re-classe reclasser VER 0.09 0.20 0.00 0.07 ind:pre:3s; -re-classer reclasser VER 0.09 0.20 0.00 0.07 inf; -re-connaître reconnaître VER 140.73 229.19 0.00 0.07 inf; -re-contacte recontacter VER 0.38 0.07 0.03 0.00 ind:pre:1s; -re-contactent recontacter VER 0.38 0.07 0.01 0.00 ind:pre:3p; -re-contacter recontacter VER 0.38 0.07 0.01 0.00 inf; -re-contacterai recontacter VER 0.38 0.07 0.06 0.00 ind:fut:1s; -re-convaincra reconvaincre VER 0.00 0.07 0.00 0.07 ind:fut:3s; -re-coup recoup NOM m s 0.00 0.07 0.00 0.07 -re-crac recrac NOM m s 0.00 0.07 0.00 0.07 -re-creusés recreuser VER m p 0.14 0.20 0.00 0.07 par:pas; -re-croquis recroquis NOM m 0.00 0.07 0.00 0.07 -re-création recréation NOM f s 0.04 0.27 0.03 0.07 -re-créée recréer VER f s 2.23 4.39 0.00 0.07 par:pas; -re-cul recul NOM m s 3.59 15.61 0.00 0.07 -re-diffuses rediffuser VER 0.20 0.07 0.01 0.00 ind:pre:2s; -re-dose redose NOM f s 0.00 0.07 0.00 0.07 -re-drapeau redrapeau NOM m s 0.00 0.07 0.00 0.07 -re-déchire redéchirer VER 0.00 0.07 0.00 0.07 ind:pre:3s; -re-déclic redéclic NOM m s 0.00 0.07 0.00 0.07 -re-décore redécorer VER 0.08 0.00 0.01 0.00 ind:pre:1s; -re-décorer redécorer VER 0.08 0.00 0.07 0.00 inf; -re-déménager redéménager VER 0.00 0.07 0.00 0.07 inf; -re-explique reexpliquer VER 0.00 0.07 0.00 0.07 ind:pre:3s; -re-faim refaim NOM f s 0.14 0.00 0.14 0.00 -re-frappe refrapper VER 0.07 0.14 0.00 0.07 ind:pre:3s; -re-frappé refrapper VER m s 0.07 0.14 0.01 0.07 par:pas; -re-fuse refuser VER 143.96 152.77 0.00 0.07 ind:pre:1s; -re-gomme regomme NOM f s 0.00 0.07 0.00 0.07 -re-histoires rehistoire NOM f p 0.00 0.07 0.00 0.07 -re-hygiène rehygiène NOM f s 0.00 0.07 0.00 0.07 -re-inter re_inter NOM m s 0.00 0.07 0.00 0.07 -re-kidnappais rekidnapper VER 0.01 0.00 0.01 0.00 ind:imp:1s; -re-lettre relettre NOM f s 0.00 0.07 0.00 0.07 -re-main remain NOM f s 0.00 0.07 0.00 0.07 -re-matérialisation rematérialisation NOM f s 0.01 0.00 0.01 0.00 -re-morphine remorphine NOM f s 0.00 0.07 0.00 0.07 -re-nés rené ADJ m p 0.01 0.00 0.01 0.00 -re-paye repayer VER 0.23 0.41 0.00 0.07 imp:pre:2s; -re-penser repenser VER 9.68 12.16 0.01 0.00 inf; -re-potassé repotasser VER m s 0.00 0.07 0.00 0.07 par:pas; -re-programmation reprogrammation NOM f s 0.01 0.00 0.01 0.00 -re-programmée reprogrammer VER f s 1.11 0.00 0.01 0.00 par:pas; -re-raconte reraconter VER 0.00 0.14 0.00 0.07 ind:pre:3s; -re-racontées reraconter VER f p 0.00 0.14 0.00 0.07 par:pas; -re-remplir reremplir VER 0.01 0.07 0.01 0.07 inf; -re-rentrer rerentrer VER 0.05 0.07 0.05 0.07 inf; -re-respirer rerespirer VER 0.00 0.07 0.00 0.07 inf; -re-ressortait reressortir VER 0.00 0.07 0.00 0.07 ind:imp:3s; -re-retirent reretirer VER 0.00 0.07 0.00 0.07 ind:pre:3p; -re-rigole rerigole NOM f s 0.00 0.07 0.00 0.07 -re-récurait rerécurer VER 0.00 0.07 0.00 0.07 ind:imp:3s; -re-réparer reréparer VER 0.01 0.00 0.01 0.00 inf; -re-rêvé rerêvé ADJ m s 0.00 0.07 0.00 0.07 -re-salué resaluer VER m s 0.00 0.07 0.00 0.07 par:pas; -re-savaté resavater VER m s 0.01 0.00 0.01 0.00 par:pas; -re-sculpte resculpter VER 0.00 0.07 0.00 0.07 ind:pre:3s; -re-sevrage resevrage NOM m s 0.00 0.07 0.00 0.07 -re-signer resigner VER 0.02 0.00 0.02 0.00 inf; -re-sommeil resommeil NOM m s 0.00 0.07 0.00 0.07 -re-sonne resonner VER 0.00 0.07 0.00 0.07 ind:pre:3s; -re-structuration restructuration NOM f s 0.91 0.34 0.00 0.07 -re-séparés reséparé ADJ m p 0.00 0.07 0.00 0.07 -re-taloche retaloche NOM f s 0.00 0.14 0.00 0.14 -re-titille retitiller VER 0.00 0.14 0.00 0.14 ind:pre:3s; -re-traitée retraité ADJ f s 0.68 1.15 0.00 0.07 -re-travail retravail NOM m s 0.00 0.07 0.00 0.07 -re-tuage retuage NOM m s 0.04 0.00 0.04 0.00 -re-tuer retuer VER 0.08 0.07 0.07 0.07 inf; -re-tues retu ADJ f p 0.01 0.00 0.01 0.00 -re-ébranlés reébranler VER m p 0.00 0.07 0.00 0.07 par:pas; -re-échanger reéchanger VER 0.01 0.00 0.01 0.00 inf; -re-veux revouloir VER 0.45 0.41 0.04 0.00 ind:pre:2s; -re-vie revie NOM f s 0.00 0.07 0.00 0.07 -re-visite revisiter VER 0.21 0.61 0.00 0.07 ind:pre:3s; -re-vit revivre VER 10.37 20.68 0.00 0.07 ind:pre:3s; -re-vérifier revérifier VER 0.67 0.00 0.10 0.00 inf; -re-vérifié revérifié ADJ m s 0.34 0.07 0.10 0.00 -ready-made ready_made NOM m s 0.00 0.07 0.00 0.07 -receleur-miracle receleur_miracle NOM m s 0.00 0.07 0.00 0.07 -recto tono recto_tono ADV 0.00 0.20 0.00 0.20 -red river red_river NOM s 0.00 0.14 0.00 0.14 -reine-claude reine_claude NOM f s 0.01 0.41 0.00 0.14 -reine-mère reine_mère NOM f s 0.00 0.34 0.00 0.34 -reines-claudes reine_claude NOM f p 0.01 0.41 0.01 0.27 -reines-marguerites reine_marguerite NOM f p 0.00 0.27 0.00 0.27 -remonte-pente remonte_pente NOM m s 0.02 0.07 0.02 0.07 -remonte-pentes remonte_pentes NOM m 0.00 0.07 0.00 0.07 -remède-miracle remède_miracle NOM m s 0.01 0.00 0.01 0.00 -remue-ménage remue_ménage NOM m 0.78 4.80 0.78 4.80 -remue-méninges remue_méninges NOM m 0.05 0.07 0.05 0.07 -rendez-vous rendez_vous NOM m 91.95 53.72 91.95 53.72 -rentre-dedans rentre_dedans NOM m 0.47 0.07 0.47 0.07 -reportage-vérité reportage_vérité NOM m s 0.00 0.14 0.00 0.14 -repose-pied repose_pied NOM m s 0.02 0.07 0.01 0.00 -repose-pieds repose_pied NOM m p 0.02 0.07 0.01 0.07 -requiescat in pace requiescat_in_pace NOM m s 0.00 0.07 0.00 0.07 -requin-baleine requin_baleine NOM m s 0.01 0.00 0.01 0.00 -requin-tigre requin_tigre NOM m s 0.04 0.00 0.04 0.00 -requins-marteaux requin_marteau NOM m p 0.00 0.07 0.00 0.07 -rez-de-chaussée rez_de_chaussée NOM m 2.34 16.96 2.34 16.96 -rez-de-jardin rez_de_jardin NOM m 0.01 0.00 0.01 0.00 -rhythm'n'blues rhythm_n_blues NOM m 0.02 0.00 0.02 0.00 -rhythm and blues rhythm_and_blues NOM m 0.08 0.00 0.08 0.00 -ric-à-rac ric_à_rac ADV 0.00 0.20 0.00 0.20 -ric-rac ric_rac ADV 0.04 0.47 0.04 0.47 -ric et rac ric_et_rac ADV 0.00 0.61 0.00 0.61 -rince-bouche rince_bouche NOM m 0.03 0.00 0.03 0.00 -rince-doigts rince_doigts NOM m 0.08 0.27 0.08 0.27 -risque-tout risque_tout ADJ 0.00 0.07 0.00 0.07 -riz-minute riz_minute NOM m 0.00 0.07 0.00 0.07 -riz-pain-sel riz_pain_sel NOM m s 0.00 0.07 0.00 0.07 -roast-beef roast_beef NOM m s 0.16 0.00 0.14 0.00 -roast beef roast_beef NOM m s 0.16 0.00 0.02 0.00 -rock'n'roll rock_n_roll NOM m 0.19 0.14 0.19 0.14 -rock-'n-roll rock_n_roll NOM m s 0.01 0.00 0.01 0.00 -rocking-chair rocking_chair NOM m s 0.36 1.15 0.28 0.95 -rocking-chairs rocking_chair NOM m p 0.36 1.15 0.01 0.20 -rocking chair rocking_chair NOM m s 0.36 1.15 0.06 0.00 -rogne-pied rogne_pied NOM m s 0.00 0.07 0.00 0.07 -roi-roi roi_roi NOM m s 0.01 0.00 0.01 0.00 -roi-soleil roi_soleil NOM m s 0.00 0.14 0.00 0.14 -roman-feuilleton roman_feuilleton NOM m s 0.13 0.41 0.03 0.27 -roman-fleuve roman_fleuve NOM m s 0.00 0.07 0.00 0.07 -roman-photo roman_photo NOM m s 0.28 0.41 0.14 0.20 -romans-feuilletons roman_feuilleton NOM m p 0.13 0.41 0.10 0.14 -romans-photos roman_photo NOM m p 0.28 0.41 0.14 0.20 -rond-de-cuir rond_de_cuir NOM m s 0.26 0.34 0.23 0.27 -rond-point rond_point NOM m s 0.44 2.50 0.44 2.43 -ronde-bosse ronde_bosse NOM f s 0.00 0.61 0.00 0.61 -ronds-de-cuir rond_de_cuir NOM m p 0.26 0.34 0.03 0.07 -ronds-points rond_point NOM m p 0.44 2.50 0.00 0.07 -rose-croix rose_croix NOM m 0.00 0.07 0.00 0.07 -rose-thé rose_thé ADJ m s 0.00 0.07 0.00 0.07 -rose-thé rose_thé NOM s 0.00 0.07 0.00 0.07 -rouge-brun rouge_brun ADJ m s 0.00 0.20 0.00 0.20 -rouge-feu rouge_feu ADJ m s 0.00 0.07 0.00 0.07 -rouge-gorge rouge_gorge NOM m s 0.44 1.08 0.30 0.68 -rouge-queue rouge_queue NOM m s 0.00 0.07 0.00 0.07 -rouge-sang rouge_sang NOM s 0.00 0.07 0.00 0.07 -rouges-gorges rouge_gorge NOM m p 0.44 1.08 0.13 0.41 -roulé-boulé roulé_boulé NOM m s 0.00 0.27 0.00 0.14 -roulés-boulés roulé_boulé NOM m p 0.00 0.27 0.00 0.14 -russo-allemand russo_allemand ADJ m s 0.00 0.14 0.00 0.07 -russo-allemande russo_allemand ADJ f s 0.00 0.14 0.00 0.07 -russo-américain russo_américain ADJ m s 0.00 0.07 0.00 0.07 -russo-japonaise russo_japonais ADJ f s 0.00 0.20 0.00 0.20 -russo-polonais russo_polonais ADJ m 0.00 0.14 0.00 0.07 -russo-polonaise russo_polonais ADJ f s 0.00 0.14 0.00 0.07 -russo-turque russo_turque ADJ f s 0.00 0.14 0.00 0.14 -réveille-matin réveille_matin NOM m 0.19 0.88 0.19 0.88 -s' s_ PRO:per 2418.95 5391.62 2418.95 5391.62 -sac-poubelle sac_poubelle NOM m s 0.24 0.41 0.19 0.34 -sacro-iliaque sacro_iliaque ADJ s 0.03 0.00 0.02 0.00 -sacro-iliaques sacro_iliaque ADJ f p 0.03 0.00 0.01 0.00 -sacro-saint sacro_saint ADJ m s 0.65 1.35 0.21 0.68 -sacro-sainte sacro_saint ADJ f s 0.65 1.35 0.41 0.47 -sacro-saintes sacro_saint ADJ f p 0.65 1.35 0.00 0.14 -sacro-saints sacro_saint ADJ m p 0.65 1.35 0.02 0.07 -sacré-coeur sacré_coeur NOM m s 0.00 0.20 0.00 0.20 -sacs-poubelles sac_poubelle NOM m p 0.24 0.41 0.06 0.07 -safari-photo safari_photo NOM m s 0.01 0.00 0.01 0.00 -sage-femme sage_femme NOM f s 1.52 1.22 1.35 1.22 -sages-femmes sage_femme NOM f p 1.52 1.22 0.17 0.00 -saint-bernard saint_bernard NOM m 0.17 0.68 0.17 0.68 -saint-crépin saint_crépin NOM m 0.05 0.00 0.05 0.00 -saint-cyrien saint_cyrien NOM m s 0.00 1.01 0.00 0.68 -saint-cyriens saint_cyrien NOM m p 0.00 1.01 0.00 0.34 -saint-esprit saint_esprit NOM m 0.20 0.47 0.20 0.47 -saint-frusquin saint_frusquin NOM m 0.17 0.74 0.17 0.74 -saint-germain saint_germain NOM m 0.00 0.34 0.00 0.34 -saint-glinglin saint_glinglin NOM f s 0.01 0.07 0.01 0.07 -saint-guy saint_guy NOM m 0.03 0.00 0.03 0.00 -saint-honoré saint_honoré NOM m 0.14 0.20 0.14 0.20 -saint-hubert saint_hubert NOM f s 0.00 0.07 0.00 0.07 -saint-michel saint_michel NOM s 0.00 0.07 0.00 0.07 -saint-nectaire saint_nectaire NOM m 0.00 0.14 0.00 0.14 -saint-paulin saint_paulin NOM m 0.00 0.34 0.00 0.34 -saint-pierre saint_pierre NOM m 0.16 0.20 0.16 0.20 -saint-père saint_père NOM m s 0.14 2.16 0.14 0.20 -saint-siège saint_siège NOM m s 0.30 1.28 0.30 1.28 -saint-synode saint_synode NOM m s 0.00 0.07 0.00 0.07 -saint-émilion saint_émilion NOM m 0.00 0.41 0.00 0.41 -sainte-nitouche sainte_nitouche NOM f s 0.46 0.20 0.35 0.20 -sainte nitouche sainte_nitouche NOM f s 0.51 0.14 0.51 0.14 -saintes-nitouches sainte_nitouche NOM f p 0.46 0.20 0.11 0.00 -saints-pères saint_père NOM m p 0.14 2.16 0.00 1.96 -saisie-arrêt saisie_arrêt NOM f s 0.00 0.20 0.00 0.20 -san francisco san_francisco NOM s 0.02 0.07 0.02 0.07 -sang-froid sang_froid NOM m 5.41 9.26 5.41 9.26 -sans-coeur sans_coeur ADJ 0.01 0.07 0.01 0.07 -sans-culotte sans_culotte NOM m s 0.16 0.41 0.16 0.00 -sans-culottes sans_culotte NOM m p 0.16 0.41 0.00 0.41 -sans-culottides sans_culottide NOM f p 0.00 0.07 0.00 0.07 -sans-façon sans_façon NOM m 0.10 0.14 0.10 0.14 -sans-faute sans_faute NOM m 0.05 0.00 0.05 0.00 -sans-fil sans_fil NOM m 0.21 0.20 0.21 0.20 -sans-filiste sans_filiste NOM m s 0.00 0.74 0.00 0.61 -sans-filistes sans_filiste NOM m p 0.00 0.74 0.00 0.14 -sans-grade sans_grade NOM m 0.05 0.14 0.05 0.14 -sans-pareil sans_pareil NOM m 0.00 5.20 0.00 5.20 -sapeur-pompier sapeur_pompier NOM m s 0.11 0.61 0.07 0.00 -sapeurs-pompiers sapeur_pompier NOM m p 0.11 0.61 0.04 0.61 -satellites-espions satellites_espion NOM m p 0.02 0.00 0.02 0.00 -sauf-conduit sauf_conduit NOM m s 1.14 1.01 0.77 0.88 -sauf-conduits sauf_conduit NOM m p 1.14 1.01 0.37 0.14 -saut-de-lit saut_de_lit NOM m s 0.00 0.20 0.00 0.14 -saute-mouton saute_mouton NOM m 0.14 0.54 0.14 0.54 -saute-ruisseau saute_ruisseau NOM m s 0.00 0.07 0.00 0.07 -sauts-de-lit saut_de_lit NOM m p 0.00 0.20 0.00 0.07 -sauve-qui-peut sauve_qui_peut NOM m 0.10 0.68 0.10 0.68 -savoir-faire savoir_faire NOM m 1.23 2.03 1.23 2.03 -savoir-vivre savoir_vivre NOM m 1.67 1.76 1.67 1.76 -scenic railway scenic_railway NOM m s 0.00 0.20 0.00 0.20 -science-fiction science_fiction NOM f s 2.36 1.22 2.36 1.22 -scotch-terrier scotch_terrier NOM m s 0.01 0.00 0.01 0.00 -script-girl script_girl NOM f s 0.00 0.20 0.00 0.20 -scène-clé scène_clé NOM f s 0.01 0.00 0.01 0.00 -scènes-clés scènes_clé NOM f p 0.01 0.00 0.01 0.00 -second-maître second_maître NOM m s 0.05 0.07 0.05 0.07 -sedia gestatoria sedia_gestatoria NOM f 0.00 0.20 0.00 0.20 -self-contrôle self_contrôle NOM m s 0.19 0.07 0.19 0.07 -self-control self_control NOM m s 0.16 0.34 0.16 0.34 -self-défense self_défense NOM f s 0.18 0.00 0.18 0.00 -self-made-man self_made_man NOM m s 0.02 0.07 0.02 0.07 -self-made-men self_made_men NOM m p 0.01 0.07 0.01 0.07 -self-made man self_made_man NOM m s 0.14 0.07 0.14 0.07 -self-service self_service NOM m s 0.37 0.47 0.36 0.47 -self-services self_service NOM m p 0.37 0.47 0.01 0.00 -semen-contra semen_contra NOM m s 0.00 0.07 0.00 0.07 -semi-arides semi_aride ADJ f p 0.01 0.00 0.01 0.00 -semi-automatique semi_automatique ADJ s 0.71 0.07 0.59 0.07 -semi-automatiques semi_automatique ADJ f p 0.71 0.07 0.12 0.00 -semi-circulaire semi_circulaire ADJ s 0.01 0.14 0.01 0.14 -semi-conducteur semi_conducteur NOM m s 0.08 0.00 0.02 0.00 -semi-conducteurs semi_conducteur NOM m p 0.08 0.00 0.06 0.00 -semi-liberté semi_liberté NOM f s 0.26 0.07 0.26 0.07 -semi-lunaire semi_lunaire ADJ f s 0.02 0.00 0.02 0.00 -semi-nomades semi_nomade ADJ m p 0.00 0.07 0.00 0.07 -semi-officiel semi_officiel ADJ m s 0.01 0.14 0.01 0.07 -semi-officielle semi_officiel ADJ f s 0.01 0.14 0.00 0.07 -semi-ouvert semi_ouvert ADJ m s 0.01 0.00 0.01 0.00 -semi-perméable semi_perméable ADJ f s 0.01 0.00 0.01 0.00 -semi-phonétique semi_phonétique ADJ f s 0.00 0.07 0.00 0.07 -semi-précieuse semi_précieuse ADJ f s 0.01 0.00 0.01 0.00 -semi-précieuses semi_précieux ADJ f p 0.00 0.14 0.00 0.07 -semi-public semi_public ADJ m s 0.01 0.00 0.01 0.00 -semi-remorque semi_remorque NOM m s 0.48 0.61 0.45 0.54 -semi-remorques semi_remorque NOM m p 0.48 0.61 0.04 0.07 -semi-rigide semi_rigide ADJ f s 0.01 0.07 0.01 0.07 -sent-bon sent_bon NOM m s 0.00 0.54 0.00 0.54 -septante-cinq septante_cinq ADJ:num 0.00 0.07 0.00 0.07 -septante-sept septante_sept ADJ:num 0.20 0.07 0.20 0.07 -serbo-croate serbo_croate NOM s 0.14 0.20 0.14 0.20 -sergent-chef sergent_chef NOM m s 1.52 1.49 1.38 1.42 -sergent-major sergent_major NOM m s 0.71 1.35 0.71 1.28 -sergent-pilote sergent_pilote NOM m s 0.00 0.07 0.00 0.07 -sergents-chefs sergent_chef NOM m p 1.52 1.49 0.14 0.07 -sergents-majors sergent_major NOM m p 0.71 1.35 0.00 0.07 -serre-file serre_file NOM m s 0.04 0.34 0.04 0.34 -serre-joint serre_joint NOM m s 0.04 0.14 0.01 0.00 -serre-joints serre_joint NOM m p 0.04 0.14 0.03 0.14 -serre-livres serre_livres NOM m 0.03 0.07 0.03 0.07 -serre-tête serre_tête NOM m s 0.22 0.74 0.21 0.74 -serre-têtes serre_tête NOM m p 0.22 0.74 0.01 0.00 -serviette-éponge serviette_éponge NOM f s 0.00 1.49 0.00 1.22 -serviettes-éponges serviette_éponge NOM f p 0.00 1.49 0.00 0.27 -sex-appeal sex_appeal NOM m s 0.44 0.74 0.38 0.68 -sex-shop sex_shop NOM m s 0.57 0.54 0.41 0.34 -sex-shops sex_shop NOM m p 0.57 0.54 0.07 0.20 -sex-symbol sex_symbol NOM m s 0.08 0.07 0.08 0.07 -sex appeal sex_appeal NOM m s 0.44 0.74 0.06 0.07 -sex shop sex_shop NOM m s 0.57 0.54 0.08 0.00 -sex shops sex_shop NOM m p 0.57 0.54 0.01 0.00 -shake-hand shake_hand NOM m s 0.00 0.14 0.00 0.14 -show-business show_business NOM m 0.00 0.27 0.00 0.27 -sic transit gloria mundi sic_transit_gloria_mundi ADV 0.03 0.07 0.03 0.07 -side-car side_car NOM m s 0.23 1.08 0.23 0.81 -side-cars side_car NOM m p 0.23 1.08 0.00 0.27 -sine die sine_die ADV 0.00 0.34 0.00 0.34 -sine qua non sine_qua_non ADV 0.16 0.47 0.16 0.47 -singe-araignée singe_araignée NOM m s 0.01 0.00 0.01 0.00 -sino-américain sino_américain NOM m s 0.02 0.00 0.02 0.00 -sino-arabe sino_arabe ADJ f s 0.01 0.00 0.01 0.00 -sino-japonaise sino_japonais ADJ f s 0.00 0.14 0.00 0.14 -sit-in sit_in NOM m 0.30 0.00 0.30 0.00 -six-quatre six_quatre NOM m 0.00 0.07 0.00 0.07 -skate-board skate_board NOM m s 0.57 0.07 0.57 0.07 -snack-bar snack_bar NOM m s 0.23 0.61 0.23 0.54 -snack-bars snack_bar NOM m p 0.23 0.61 0.00 0.07 -snow-boots snow_boot NOM m p 0.00 0.07 0.00 0.07 -soap-opéra soap_opéra NOM m s 0.17 0.00 0.15 0.00 -soap opéra soap_opéra NOM m s 0.17 0.00 0.02 0.00 -social-démocrate social_démocrate ADJ m s 0.21 0.14 0.21 0.14 -social-démocratie social_démocratie NOM f s 0.02 0.34 0.02 0.34 -social-traître social_traître NOM m s 0.00 0.27 0.00 0.27 -sociaux-démocrates sociaux_démocrates ADJ m 0.23 0.00 0.23 0.00 -socio-culturelles socio_culturel ADJ f p 0.01 0.14 0.00 0.07 -socio-culturels socio_culturel ADJ m p 0.01 0.14 0.01 0.07 -socio-économique socio_économique ADJ m s 0.08 0.07 0.06 0.00 -socio-économiques socio_économique ADJ m p 0.08 0.07 0.02 0.07 -soi-disant soi_disant ADJ 9.46 13.11 9.46 13.11 -soi-même soi_même PRO:per s 6.86 24.86 6.86 24.86 -soixante-cinq soixante_cinq ADJ:num 0.12 3.58 0.12 3.58 -soixante-deux soixante_deux ADJ:num 0.15 0.34 0.15 0.34 -soixante-deuxième soixante_deuxième ADJ 0.00 0.07 0.00 0.07 -soixante-dix-huit soixante_dix_huit ADJ:num 0.16 0.47 0.16 0.47 -soixante-dix-neuf soixante_dix_neuf ADJ:num 0.01 0.20 0.01 0.20 -soixante-dix-neuvième soixante_dix_neuvième ADJ 0.00 0.07 0.00 0.07 -soixante-dix-sept soixante_dix_sept ADJ:num 0.21 0.74 0.21 0.74 -soixante-dix soixante_dix ADJ:num 1.12 8.85 1.12 8.85 -soixante-dixième soixante_dixième NOM s 0.00 0.47 0.00 0.47 -soixante-douze soixante_douze ADJ:num 0.23 1.15 0.23 1.15 -soixante-huit soixante_huit ADJ:num 0.16 0.81 0.16 0.81 -soixante-huitard soixante_huitard NOM m s 0.01 0.14 0.01 0.00 -soixante-huitarde soixante_huitard ADJ f s 0.00 0.07 0.00 0.07 -soixante-huitards soixante_huitard NOM m p 0.01 0.14 0.00 0.14 -soixante-neuf soixante_neuf ADJ:num 0.16 0.41 0.16 0.41 -soixante-quatorze soixante_quatorze ADJ:num 0.03 0.61 0.03 0.61 -soixante-quatre soixante_quatre ADJ:num 0.04 0.61 0.04 0.61 -soixante-quinze soixante_quinze ADJ:num 0.27 3.85 0.27 3.85 -soixante-seize soixante_seize ADJ:num 0.07 0.68 0.07 0.68 -soixante-sept soixante_sept ADJ:num 0.20 0.81 0.20 0.81 -soixante-six soixante_six ADJ:num 0.08 0.81 0.08 0.81 -soixante-treize soixante_treize ADJ:num 0.01 1.08 0.01 1.08 -soixante-trois soixante_trois ADJ:num 0.15 0.20 0.15 0.20 -sol-air sol_air ADJ 0.32 0.00 0.32 0.00 -soleil-roi soleil_roi NOM m s 0.00 0.07 0.00 0.07 -songe-creux songe_creux NOM m 0.01 0.41 0.01 0.41 -souffre-douleur souffre_douleur NOM m 0.27 1.22 0.27 1.22 -sourd-muet sourd_muet ADJ m s 0.78 0.20 0.77 0.20 -sourde-muette sourde_muette NOM f s 0.24 0.07 0.24 0.07 -sourds-muets sourd_muet NOM m p 1.48 1.01 0.88 0.68 -sous-alimentation sous_alimentation NOM f s 0.03 0.27 0.03 0.27 -sous-alimenté sous_alimenter VER m s 0.04 0.00 0.02 0.00 par:pas; -sous-alimentée sous_alimenté ADJ f s 0.04 0.20 0.04 0.07 -sous-alimentés sous_alimenté NOM m p 0.01 0.27 0.01 0.14 -sous-bibliothécaire sous_bibliothécaire NOM s 0.00 0.47 0.00 0.47 -sous-bois sous_bois NOM m 0.49 7.57 0.49 7.57 -sous-chef sous_chef NOM m s 0.73 0.88 0.69 0.74 -sous-chefs sous_chef NOM m p 0.73 0.88 0.04 0.14 -sous-classe sous_classe NOM f s 0.01 0.00 0.01 0.00 -sous-clavière sous_clavier ADJ f s 0.28 0.00 0.28 0.00 -sous-comité sous_comité NOM m s 0.26 0.07 0.26 0.07 -sous-commission sous_commission NOM f s 0.18 0.07 0.18 0.07 -sous-continent sous_continent NOM m s 0.06 0.07 0.05 0.07 -sous-continents sous_continent NOM m p 0.06 0.07 0.01 0.00 -sous-couche sous_couche NOM f s 0.03 0.00 0.03 0.00 -sous-cul sous_cul NOM m s 0.00 0.07 0.00 0.07 -sous-cutané sous_cutané ADJ m s 0.28 0.07 0.10 0.00 -sous-cutanée sous_cutané ADJ f s 0.28 0.07 0.10 0.00 -sous-cutanées sous_cutané ADJ f p 0.28 0.07 0.05 0.07 -sous-cutanés sous_cutané ADJ m p 0.28 0.07 0.03 0.00 -sous-diacre sous_diacre NOM m s 0.00 0.07 0.00 0.07 -sous-directeur sous_directeur NOM m s 0.66 1.96 0.63 1.82 -sous-directeurs sous_directeur NOM m p 0.66 1.96 0.00 0.07 -sous-directrice sous_directeur NOM f s 0.66 1.96 0.03 0.07 -sous-division sous_division NOM f s 0.04 0.00 0.04 0.00 -sous-dominante sous_dominante NOM f s 0.01 0.07 0.01 0.07 -sous-développement sous_développement NOM m s 0.30 0.27 0.30 0.27 -sous-développé sous_développé ADJ m s 0.31 0.68 0.09 0.27 -sous-développée sous_développé ADJ f s 0.31 0.68 0.02 0.00 -sous-développées sous_développé ADJ f p 0.31 0.68 0.02 0.07 -sous-développés sous_développé ADJ m p 0.31 0.68 0.19 0.34 -sous-effectif sous_effectif NOM m s 0.11 0.00 0.10 0.00 -sous-effectifs sous_effectif NOM m p 0.11 0.00 0.01 0.00 -sous-emploi sous_emploi NOM m s 0.00 0.07 0.00 0.07 -sous-ensemble sous_ensemble NOM m s 0.08 0.14 0.08 0.14 -sous-entend sous_entendre VER 2.03 1.82 0.39 0.20 ind:pre:3s; -sous-entendais sous_entendre VER 2.03 1.82 0.17 0.00 ind:imp:1s; -sous-entendait sous_entendre VER 2.03 1.82 0.03 0.54 ind:imp:3s; -sous-entendant sous_entendre VER 2.03 1.82 0.01 0.47 par:pre; -sous-entendent sous_entendre VER 2.03 1.82 0.01 0.00 ind:pre:3p; -sous-entendez sous_entendre VER 2.03 1.82 0.42 0.00 ind:pre:2p; -sous-entendiez sous_entendre VER 2.03 1.82 0.10 0.00 ind:imp:2p; -sous-entendrait sous_entendre VER 2.03 1.82 0.01 0.00 cnd:pre:3s; -sous-entendre sous_entendre VER 2.03 1.82 0.11 0.27 inf; -sous-entends sous_entendre VER 2.03 1.82 0.39 0.00 ind:pre:1s;ind:pre:2s; -sous-entendu sous_entendre VER m s 2.03 1.82 0.38 0.14 par:pas; -sous-entendue sous_entendu ADJ f s 0.06 0.68 0.01 0.07 -sous-entendus sous_entendu NOM m p 0.77 5.34 0.45 3.38 -sous-espace sous_espace NOM m s 0.22 0.00 0.22 0.00 -sous-espèce sous_espèce NOM f s 0.11 0.00 0.11 0.00 -sous-estimais sous_estimer VER 7.27 1.08 0.05 0.00 ind:imp:1s; -sous-estimait sous_estimer VER 7.27 1.08 0.03 0.34 ind:imp:3s; -sous-estimation sous_estimation NOM f s 0.06 0.07 0.06 0.07 -sous-estime sous_estimer VER 7.27 1.08 1.52 0.07 imp:pre:2s;ind:pre:1s;ind:pre:3s; -sous-estiment sous_estimer VER 7.27 1.08 0.22 0.00 ind:pre:3p; -sous-estimer sous_estimer VER 7.27 1.08 1.05 0.54 inf; -sous-estimerai sous_estimer VER 7.27 1.08 0.03 0.00 ind:fut:1s; -sous-estimes sous_estimer VER 7.27 1.08 0.72 0.00 ind:pre:2s; -sous-estimez sous_estimer VER 7.27 1.08 1.53 0.00 imp:pre:2p;ind:pre:2p; -sous-estimons sous_estimer VER 7.27 1.08 0.11 0.00 imp:pre:1p;ind:pre:1p; -sous-estimé sous_estimer VER m s 7.27 1.08 1.71 0.14 par:pas; -sous-estimée sous_estimer VER f s 7.27 1.08 0.14 0.00 par:pas; -sous-estimées sous_estimer VER f p 7.27 1.08 0.07 0.00 par:pas; -sous-estimés sous_estimer VER m p 7.27 1.08 0.09 0.00 par:pas; -sous-exposé sous_exposer VER m s 0.02 0.00 0.01 0.00 par:pas; -sous-exposées sous_exposer VER f p 0.02 0.00 0.01 0.00 par:pas; -sous-fifre sous_fifre NOM m s 0.72 0.41 0.45 0.20 -sous-fifres sous_fifre NOM m p 0.72 0.41 0.27 0.20 -sous-garde sous_garde NOM f s 0.01 0.07 0.01 0.07 -sous-genre sous_genre NOM m s 0.02 0.00 0.02 0.00 -sous-gorge sous_gorge NOM f 0.00 0.07 0.00 0.07 -sous-groupe sous_groupe NOM m s 0.01 0.00 0.01 0.00 -sous-homme sous_homme NOM m s 0.20 0.61 0.16 0.00 -sous-hommes sous_homme NOM m p 0.20 0.61 0.05 0.61 -sous-humanité sous_humanité NOM f s 0.01 0.20 0.01 0.20 -sous-intendant sous_intendant NOM m s 0.30 0.00 0.10 0.00 -sous-intendants sous_intendant NOM m p 0.30 0.00 0.20 0.00 -sous-jacent sous_jacent ADJ m s 0.81 0.34 0.19 0.20 -sous-jacente sous_jacent ADJ f s 0.81 0.34 0.22 0.07 -sous-jacentes sous_jacent ADJ f p 0.81 0.34 0.01 0.07 -sous-jacents sous_jacent ADJ m p 0.81 0.34 0.39 0.00 -sous-lieutenant sous_lieutenant NOM m s 0.81 5.61 0.76 4.93 -sous-lieutenants sous_lieutenant NOM m p 0.81 5.61 0.05 0.68 -sous-locataire sous_locataire NOM s 0.02 0.14 0.02 0.00 -sous-locataires sous_locataire NOM p 0.02 0.14 0.00 0.14 -sous-location sous_location NOM f s 0.09 0.07 0.06 0.07 -sous-locations sous_location NOM f p 0.09 0.07 0.03 0.00 -sous-loua sous_louer VER 0.63 0.47 0.00 0.07 ind:pas:3s; -sous-louait sous_louer VER 0.63 0.47 0.03 0.00 ind:imp:3s; -sous-loue sous_louer VER 0.63 0.47 0.21 0.00 ind:pre:1s;ind:pre:3s; -sous-louer sous_louer VER 0.63 0.47 0.17 0.14 inf; -sous-louerai sous_louer VER 0.63 0.47 0.11 0.00 ind:fut:1s; -sous-louez sous_louer VER 0.63 0.47 0.02 0.00 ind:pre:2p; -sous-louèrent sous_louer VER 0.63 0.47 0.00 0.07 ind:pas:3p; -sous-loué sous_louer VER m s 0.63 0.47 0.08 0.20 par:pas; -sous-maîtresse sous_maîtresse NOM f s 0.07 0.20 0.07 0.20 -sous-main sous_main NOM m s 0.28 1.96 0.28 1.96 -sous-marin sous_marin NOM m s 11.14 6.42 9.07 2.70 -sous-marine sous_marin ADJ f s 4.47 5.00 1.06 1.89 -sous-marines sous_marin ADJ f p 4.47 5.00 0.41 0.88 -sous-marinier sous_marinier NOM m s 0.26 0.00 0.04 0.00 -sous-mariniers sous_marinier NOM m p 0.26 0.00 0.22 0.00 -sous-marins sous_marin NOM m p 11.14 6.42 2.07 3.72 -sous-marque sous_marque NOM f s 0.01 0.14 0.01 0.07 -sous-marques sous_marque NOM f p 0.01 0.14 0.00 0.07 -sous-merde sous_merde NOM f s 0.59 0.14 0.54 0.14 -sous-merdes sous_merde NOM f p 0.59 0.14 0.05 0.00 -sous-ministre sous_ministre NOM m s 0.17 0.07 0.17 0.07 -sous-off sous_off NOM m s 0.14 4.26 0.11 2.16 -sous-officier sous_officier NOM m s 0.65 9.53 0.28 4.80 -sous-officiers sous_officier NOM m p 0.65 9.53 0.36 4.73 -sous-offs sous_off NOM m p 0.14 4.26 0.03 2.09 -sous-ordre sous_ordre NOM m s 0.01 0.61 0.01 0.54 -sous-ordres sous_ordre NOM m p 0.01 0.61 0.00 0.07 -sous-payer sous_payer VER 0.28 0.07 0.04 0.00 inf; -sous-payé sous_payer VER m s 0.28 0.07 0.14 0.07 par:pas; -sous-payés sous_payer VER m p 0.28 0.07 0.10 0.00 par:pas; -sous-pied sous_pied NOM m s 0.00 0.20 0.00 0.07 -sous-pieds sous_pied NOM m p 0.00 0.20 0.00 0.14 -sous-plat sous_plat NOM m s 0.00 0.07 0.00 0.07 -sous-prieur sous_prieur PRE 0.00 0.47 0.00 0.47 -sous-produit sous_produit NOM m s 0.48 0.54 0.42 0.27 -sous-produits sous_produit NOM m p 0.48 0.54 0.06 0.27 -sous-programme sous_programme NOM m s 0.12 0.00 0.09 0.00 -sous-programmes sous_programme NOM m p 0.12 0.00 0.03 0.00 -sous-prolétaire sous_prolétaire NOM s 0.11 0.07 0.11 0.07 -sous-prolétariat sous_prolétariat NOM m s 0.34 0.27 0.34 0.27 -sous-préfecture sous_préfecture NOM f s 0.17 1.62 0.03 1.35 -sous-préfectures sous_préfecture NOM f p 0.17 1.62 0.14 0.27 -sous-préfet sous_préfet NOM m s 0.02 1.01 0.02 0.95 -sous-préfets sous_préfet NOM m p 0.02 1.01 0.00 0.07 -sous-pulls sous_pull NOM m p 0.01 0.00 0.01 0.00 -sous-qualifié sous_qualifié ADJ m s 0.04 0.00 0.03 0.00 -sous-qualifiée sous_qualifié ADJ f s 0.04 0.00 0.01 0.00 -sous-secrétaire sous_secrétaire NOM m s 0.65 1.15 0.65 0.74 -sous-secrétaires sous_secrétaire NOM m p 0.65 1.15 0.00 0.41 -sous-secrétariat sous_secrétariat NOM m s 0.10 0.00 0.10 0.00 -sous-secteur sous_secteur NOM m s 0.02 0.27 0.02 0.27 -sous-section sous_section NOM f s 0.09 0.00 0.09 0.00 -sous-sol sous_sol NOM m s 13.50 10.54 12.80 8.31 -sous-sols sous_sol NOM m p 13.50 10.54 0.70 2.23 -sous-station sous_station NOM f s 0.17 0.07 0.17 0.07 -sous-système sous_système NOM m s 0.04 0.00 0.04 0.00 -sous-tasse sous_tasse NOM f s 0.11 0.20 0.11 0.14 -sous-tasses sous_tasse NOM f p 0.11 0.20 0.00 0.07 -sous-tend sous_tendre VER 0.07 0.54 0.02 0.00 ind:pre:3s; -sous-tendaient sous_tendre VER 0.07 0.54 0.00 0.07 ind:imp:3p; -sous-tendait sous_tendre VER 0.07 0.54 0.01 0.20 ind:imp:3s; -sous-tendent sous_tendre VER 0.07 0.54 0.01 0.14 ind:pre:3p; -sous-tendu sous_tendre VER m s 0.07 0.54 0.03 0.07 par:pas; -sous-tendue sous_tendre VER f s 0.07 0.54 0.00 0.07 par:pas; -sous-tension sous_tension NOM f s 0.03 0.00 0.03 0.00 -sous-titrage sous_titrage NOM m s 54.64 0.00 54.64 0.00 -sous-titre sous_titre NOM m s 23.09 0.95 0.83 0.68 -sous-titrer sous_titrer VER 5.81 0.14 0.01 0.00 inf; -sous-titres sous_titre NOM m p 23.09 0.95 22.26 0.27 -sous-titré sous_titrer VER m s 5.81 0.14 5.72 0.00 par:pas; -sous-titrée sous_titrer VER f s 5.81 0.14 0.00 0.07 par:pas; -sous-titrés sous_titrer VER m p 5.81 0.14 0.09 0.07 par:pas; -sous-traitance sous_traitance NOM f s 0.04 0.00 0.04 0.00 -sous-traitant sous_traitant NOM m s 0.23 0.00 0.10 0.00 -sous-traitants sous_traitant NOM m p 0.23 0.00 0.13 0.00 -sous-traite sous_traiter VER 0.13 0.14 0.04 0.00 ind:pre:3s; -sous-traitent sous_traiter VER 0.13 0.14 0.01 0.00 ind:pre:3p; -sous-traiter sous_traiter VER 0.13 0.14 0.06 0.07 inf; -sous-traités sous_traiter VER m p 0.13 0.14 0.00 0.07 par:pas; -sous-équipés sous_équipé ADJ m p 0.07 0.00 0.07 0.00 -sous-évaluait sous_évaluer VER 0.10 0.00 0.01 0.00 ind:imp:3s; -sous-évalué sous_évaluer VER m s 0.10 0.00 0.06 0.00 par:pas; -sous-évaluées sous_évaluer VER f p 0.10 0.00 0.02 0.00 par:pas; -sous-ventrière sous_ventrière NOM f s 0.03 0.47 0.03 0.47 -sous-verge sous_verge NOM m 0.00 0.54 0.00 0.54 -sous-verre sous_verre NOM m 0.06 0.20 0.06 0.20 -sous-vêtement sous_vêtement NOM m s 6.57 2.77 0.33 0.41 -sous-vêtements sous_vêtement NOM m p 6.57 2.77 6.24 2.36 -soutien-gorge soutien_gorge NOM m s 5.86 8.65 4.89 7.91 -soutiens-gorge soutien_gorge NOM m p 5.86 8.65 0.96 0.74 -souventes fois souventes_fois ADV 0.00 0.27 0.00 0.27 -sparring-partner sparring_partner NOM m s 0.00 0.07 0.00 0.07 -spatio-temporel spatio_temporel ADJ m s 0.21 0.20 0.09 0.07 -spatio-temporelle spatio_temporel ADJ f s 0.21 0.20 0.13 0.14 -spina-bifida spina_bifida NOM m s 0.04 0.00 0.04 0.00 -spina-ventosa spina_ventosa NOM m s 0.00 0.07 0.00 0.07 -sri lankais sri_lankais ADJ m 0.01 0.00 0.01 0.00 -sri lankais sri_lankais NOM m 0.01 0.00 0.01 0.00 -stabat mater stabat_mater NOM m 0.00 0.07 0.00 0.07 -stand-by stand_by NOM m 0.83 0.07 0.83 0.07 -star-system star_system NOM m s 0.01 0.00 0.01 0.00 -start-up start_up NOM f 0.35 0.00 0.35 0.00 -starting-gate starting_gate NOM f s 0.04 0.14 0.04 0.14 -station-service station_service NOM f s 4.22 3.58 3.95 3.24 -station-éclair station_éclair NOM f s 0.00 0.07 0.00 0.07 -stations-service station_service NOM f p 4.22 3.58 0.27 0.34 -statu quo statu_quo NOM m s 0.94 1.08 0.94 1.08 -staturo-pondéral staturo_pondéral ADJ m s 0.01 0.00 0.01 0.00 -steeple-chase steeple_chase NOM m s 0.02 0.07 0.02 0.07 -sterno-cléido-mastoïdien sterno_cléido_mastoïdien ADJ m s 0.01 0.00 0.01 0.00 -sèche-cheveux sèche_cheveux NOM m 0.97 0.00 0.97 0.00 -sèche-linge sèche_linge NOM m 0.74 0.00 0.74 0.00 -sèche-mains sèche_mains NOM m 0.04 0.00 0.04 0.00 -stimulus-réponse stimulus_réponse NOM m 0.00 0.14 0.00 0.14 -stock-car stock_car NOM m s 0.19 0.14 0.16 0.14 -stock-cars stock_car NOM m p 0.19 0.14 0.03 0.00 -stock-options stock_option NOM f p 0.18 0.00 0.18 0.00 -story-board story_board NOM m s 0.28 0.07 0.23 0.00 -story-boards story_board NOM m p 0.28 0.07 0.03 0.00 -story board story_board NOM m s 0.28 0.07 0.03 0.07 -stricto sensu stricto_sensu ADV 0.01 0.00 0.01 0.00 -strip-poker strip_poker NOM m s 0.08 0.07 0.08 0.07 -strip-tease strip_tease NOM m s 4.04 1.01 3.63 0.95 -strip-teases strip_tease NOM m p 4.04 1.01 0.41 0.07 -strip-teaseur strip_teaseur NOM m s 3.23 0.47 0.11 0.00 -strip-teaseurs strip_teaseur NOM m p 3.23 0.47 0.14 0.00 -strip-teaseuse strip_teaseur NOM f s 3.23 0.47 2.98 0.27 -strip-teaseuses strip_teaseuse NOM f p 0.79 0.00 0.79 0.00 -struggle for life struggle_for_life NOM m 0.00 0.07 0.00 0.07 -stylo-bille stylo_bille NOM m s 0.17 0.14 0.17 0.14 -stylo-feutre stylo_feutre NOM m s 0.00 0.27 0.00 0.14 -stylos-feutres stylo_feutre NOM m p 0.00 0.27 0.00 0.14 -sub-aquatique sub_aquatique ADJ f s 0.00 0.07 0.00 0.07 -sub-atomique sub_atomique ADJ s 0.07 0.00 0.04 0.00 -sub-atomiques sub_atomique ADJ p 0.07 0.00 0.04 0.00 -sub-claquant sub_claquant ADJ m s 0.01 0.00 0.01 0.00 -sub-espace sub_espace NOM m s 0.08 0.00 0.08 0.00 -sub-normaux sub_normaux ADJ m p 0.14 0.00 0.14 0.00 -sub-nucléaires sub_nucléaire ADJ f p 0.01 0.00 0.01 0.00 -sub-vocal sub_vocal ADJ m s 0.01 0.07 0.01 0.07 -sub-véhiculaire sub_véhiculaire ADJ s 0.01 0.00 0.01 0.00 -sub-zéro sub_zéro NOM m s 0.01 0.00 0.01 0.00 -sud-africain sud_africain NOM m s 0.28 0.07 0.15 0.00 -sud-africaine sud_africain ADJ f s 0.29 0.47 0.07 0.34 -sud-africaines sud_africain ADJ f p 0.29 0.47 0.04 0.00 -sud-africains sud_africain NOM m p 0.28 0.07 0.10 0.07 -sud-américain sud_américain ADJ m s 0.77 1.55 0.29 0.41 -sud-américaine sud_américain ADJ f s 0.77 1.55 0.35 0.54 -sud-américaines sud_américain ADJ f p 0.77 1.55 0.01 0.20 -sud-américains sud_américain ADJ m p 0.77 1.55 0.11 0.41 -sud-coréen sud_coréen ADJ m s 0.21 0.00 0.01 0.00 -sud-coréen sud_coréen NOM m s 0.01 0.00 0.01 0.00 -sud-coréenne sud_coréen ADJ f s 0.21 0.00 0.15 0.00 -sud-coréennes sud_coréen ADJ f p 0.21 0.00 0.02 0.00 -sud-coréens sud_coréen ADJ m p 0.21 0.00 0.02 0.00 -sud-est sud_est NOM m 3.30 2.30 3.30 2.30 -sud-ouest sud_ouest NOM m 2.10 3.51 2.10 3.51 -sud-sud-est sud_sud_est NOM m s 0.03 0.00 0.03 0.00 -sud-vietnamien sud_vietnamien ADJ m s 0.10 0.07 0.05 0.00 -sud-vietnamienne sud_vietnamien ADJ f s 0.10 0.07 0.03 0.00 -sud-vietnamiens sud_vietnamien NOM m p 0.12 0.20 0.11 0.20 -sui generis sui_generis ADJ m p 0.23 0.07 0.23 0.07 -suivez-moi-jeune-homme suivez_moi_jeune_homme NOM m s 0.00 0.07 0.00 0.07 -sénatus-consulte sénatus_consulte NOM m s 0.00 0.07 0.00 0.07 -super-espion super_espion NOM m s 0.02 0.00 0.02 0.00 -super-grands super_grand NOM m p 0.00 0.07 0.00 0.07 -super-pilote super_pilote ADJ s 0.01 0.00 0.01 0.00 -super-puissances super_puissance NOM f p 0.03 0.00 0.03 0.00 -supports-chaussettes support_chaussette NOM m p 0.00 0.07 0.00 0.07 -supra-humain supra_humain ADJ m s 0.00 0.07 0.00 0.07 -sur-le-champ sur_le_champ ADV 6.79 10.95 6.79 10.95 -sur-mesure sur_mesure NOM m s 0.03 0.00 0.03 0.00 -sur-place sur_place NOM m s 0.20 0.27 0.20 0.27 -surprise-partie surprise_partie NOM f s 0.20 0.61 0.18 0.27 -surprise-party surprise_party NOM f s 0.10 0.07 0.10 0.07 -surprises-parties surprise_partie NOM f p 0.20 0.61 0.02 0.34 -sursum corda sursum_corda ADV 0.00 0.20 0.00 0.20 -sus-orbitaire sus_orbitaire ADJ m s 0.01 0.00 0.01 0.00 -sweat-shirt sweat_shirt NOM m s 0.00 0.20 0.00 0.20 -systèmes-clés systèmes_clé NOM m p 0.03 0.00 0.03 0.00 -t' t_ PRO:per s 4344.23 779.93 4344.23 779.93 -t-shirt t_shirt NOM m s 10.87 0.54 7.59 0.20 -t-shirts t_shirt NOM m p 10.87 0.54 3.28 0.34 -tôt-fait tôt_fait NOM m s 0.00 0.07 0.00 0.07 -taï chi taï_chi NOM m s 0.16 0.00 0.16 0.00 -table-bureau table_bureau NOM f s 0.00 0.07 0.00 0.07 -table-coiffeuse table_coiffeuse NOM f s 0.00 0.27 0.00 0.27 -tai-chi tai_chi NOM m s 0.12 0.00 0.12 0.00 -taille-crayon taille_crayon NOM m s 0.07 0.68 0.04 0.54 -taille-crayons taille_crayon NOM m p 0.07 0.68 0.03 0.14 -taille-douce taille_douce NOM f s 0.00 0.20 0.00 0.14 -taille-haie taille_haie NOM m s 0.07 0.07 0.06 0.00 -taille-haies taille_haie NOM m p 0.07 0.07 0.01 0.07 -tailles-douces taille_douce NOM f p 0.00 0.20 0.00 0.07 -tailleur-pantalon tailleur_pantalon NOM m s 0.01 0.07 0.01 0.07 -take-off take_off NOM m 0.08 0.00 0.08 0.00 -talavera de la reina talavera_de_la_reina NOM s 0.00 0.07 0.00 0.07 -talkie-walkie talkie_walkie NOM m s 1.37 0.20 0.89 0.07 -talkies-walkies talkie_walkie NOM m p 1.37 0.20 0.48 0.14 -tam-tam tam_tam NOM m s 1.06 3.45 0.37 2.77 -tam-tams tam_tam NOM m p 1.06 3.45 0.69 0.68 -tambour-major tambour_major NOM m s 0.26 0.74 0.26 0.74 -tampon-buvard tampon_buvard NOM m s 0.00 0.20 0.00 0.20 -tan-sad tan_sad NOM m s 0.00 0.20 0.00 0.20 -tandis qu tandis_qu CON 0.01 0.07 0.01 0.07 -tandis que tandis_que CON 15.04 136.15 15.04 136.15 -tape-cul tape_cul NOM m s 0.04 0.41 0.04 0.41 -tape-à-l'oeil tape_à_l_oeil ADJ 0.00 0.41 0.00 0.41 -tapis-brosse tapis_brosse NOM m s 0.01 0.14 0.01 0.14 -tard-venu tard_venu ADJ m s 0.00 0.07 0.00 0.07 -tarte-minute tarte_minute ADJ f s 0.01 0.00 0.01 0.00 -taste-vin taste_vin NOM m 0.01 0.14 0.01 0.14 -taxi-auto taxi_auto NOM m s 0.00 0.07 0.00 0.07 -taxi-brousse taxi_brousse NOM m s 0.14 0.14 0.14 0.14 -taxi-girl taxi_girl NOM f s 0.00 0.27 0.00 0.07 -taxi-girls taxi_girl NOM f p 0.00 0.27 0.00 0.20 -tchin-tchin tchin_tchin ONO 0.11 0.14 0.11 0.14 -tchin tchin tchin_tchin ONO 0.01 0.47 0.01 0.47 -te deum te_deum NOM m 0.00 0.14 0.00 0.14 -tea-room tea_room NOM m s 0.00 0.20 0.00 0.20 -technico-commerciaux technico_commerciaux NOM m p 0.00 0.07 0.00 0.07 -tee-shirt tee_shirt NOM m s 3.19 5.27 2.94 3.99 -tee-shirts tee_shirt NOM m p 3.19 5.27 0.25 1.28 -teen-agers teen_ager NOM p 0.00 0.20 0.00 0.20 -tennis-ballon tennis_ballon NOM m 0.00 0.07 0.00 0.07 -tennis-club tennis_club NOM m 0.00 0.34 0.00 0.34 -terra incognita terra_incognita NOM f s 0.02 0.34 0.02 0.34 -terre-neuvas terre_neuvas NOM m 0.00 0.34 0.00 0.34 -terre-neuve terre_neuve NOM m 0.03 0.27 0.03 0.27 -terre-neuvien terre_neuvien ADJ m s 0.01 0.00 0.01 0.00 -terre-neuvien terre_neuvien NOM m s 0.01 0.00 0.01 0.00 -terre-à-terre terre_à_terre ADJ f s 0.00 0.20 0.00 0.20 -terre-plein terre_plein NOM m s 0.20 5.81 0.20 5.74 -terre-pleins terre_plein NOM m p 0.20 5.81 0.00 0.07 -test-match test_match NOM m s 0.01 0.00 0.01 0.00 -teuf-teuf teuf_teuf NOM m s 0.04 0.41 0.04 0.41 -tic-tac tic_tac NOM m 2.52 2.91 2.52 2.91 -tie-break tie_break NOM m s 0.02 0.00 0.02 0.00 -tiens-la-moi tiens_la_moi ADJ:pos m s 0.14 0.00 0.14 0.00 -tiers-monde tiers_monde NOM m s 1.96 0.20 1.96 0.14 -tiers-mondes tiers_monde NOM m p 1.96 0.20 0.00 0.07 -tiers-mondisme tiers_mondisme NOM m s 0.00 0.07 0.00 0.07 -tiers-mondiste tiers_mondiste ADJ f s 0.15 0.20 0.15 0.00 -tiers-mondistes tiers_mondiste ADJ m p 0.15 0.20 0.00 0.20 -tiers-ordre tiers_ordre NOM m 0.00 0.07 0.00 0.07 -tiers-point tiers_point NOM m s 0.00 0.14 0.00 0.14 -tiers-état tiers_état NOM m s 0.03 0.00 0.03 0.00 -timbre-poste timbre_poste NOM m s 0.12 1.28 0.11 0.68 -timbres-poste timbre_poste NOM m p 0.12 1.28 0.01 0.61 -time-sharing time_sharing NOM m s 0.01 0.00 0.01 0.00 -tire-au-cul tire_au_cul NOM m 0.02 0.00 0.02 0.00 -tire-au-flanc tire_au_flanc NOM m 0.51 0.34 0.51 0.34 -tire-botte tire_botte NOM m s 0.01 0.07 0.01 0.07 -tire-bouchon tire_bouchon NOM m s 0.93 2.43 0.90 2.16 -tire-bouchonnaient tire_bouchonner VER 0.02 0.88 0.00 0.14 ind:imp:3p; -tire-bouchonnant tire_bouchonner VER 0.02 0.88 0.00 0.07 par:pre; -tire-bouchonne tire_bouchonner VER 0.02 0.88 0.01 0.27 ind:pre:3s; -tire-bouchonnent tire_bouchonner VER 0.02 0.88 0.01 0.07 ind:pre:3p; -tire-bouchonné tire_bouchonner VER m s 0.02 0.88 0.00 0.27 par:pas; -tire-bouchonnés tire_bouchonner VER m p 0.02 0.88 0.00 0.07 par:pas; -tire-bouchons tire_bouchon NOM m p 0.93 2.43 0.03 0.27 -tire-bouton tire_bouton NOM m s 0.00 0.07 0.00 0.07 -tire-d'aile tire_d_aile NOM f s 0.02 0.00 0.02 0.00 -tire-fesse tire_fesse NOM f s 0.01 0.00 0.01 0.00 -tire-jus tire_jus NOM m 0.00 0.20 0.00 0.20 -tire-laine tire_laine NOM m 0.02 0.07 0.02 0.07 -tire-lait tire_lait NOM m 0.07 0.00 0.07 0.00 -tire-larigot tire_larigot NOM f s 0.00 0.07 0.00 0.07 -tire-ligne tire_ligne NOM m s 0.00 0.34 0.00 0.20 -tire-lignes tire_ligne NOM m p 0.00 0.34 0.00 0.14 -tire-lire tire_lire NOM m 0.00 0.14 0.00 0.14 -tiroir-caisse tiroir_caisse NOM m s 0.49 2.16 0.48 2.03 -tiroirs-caisses tiroir_caisse NOM m p 0.49 2.16 0.01 0.14 -tissu-éponge tissu_éponge NOM m s 0.00 0.41 0.00 0.41 -tohu-bohu tohu_bohu NOM m 0.18 1.42 0.18 1.42 -toi-même toi_même PRO:per s 45.83 11.89 45.83 11.89 -tom-pouce tom_pouce NOM m 0.00 0.54 0.00 0.54 -tom-tom tom_tom NOM m 0.04 0.00 0.04 0.00 -too much too_much ADJ m s 0.19 0.47 0.19 0.47 -top-modèle top_modèle NOM f s 0.22 0.00 0.21 0.00 -top-modèles top_modèle NOM f p 0.22 0.00 0.01 0.00 -top models top_model NOM f p 0.12 0.07 0.12 0.07 -torche-cul torche_cul NOM m s 0.06 0.00 0.06 0.00 -tord-boyaux tord_boyaux NOM m 0.27 0.47 0.27 0.47 -tord-nez tord_nez NOM m s 0.00 0.14 0.00 0.14 -toréador-vedette toréador_vedette NOM m s 0.00 0.07 0.00 0.07 -touche-pipi touche_pipi NOM m 0.35 0.61 0.35 0.61 -touche-touche touche_touche NOM f s 0.01 0.00 0.01 0.00 -tourne-disque tourne_disque NOM m s 0.74 1.35 0.50 0.95 -tourne-disques tourne_disque NOM m p 0.74 1.35 0.24 0.41 -tours-minute tours_minute NOM p 0.00 0.07 0.00 0.07 -tous-terrains tous_terrains ADJ m p 0.00 0.07 0.00 0.07 -tout-fait tout_fait ADJ:ind m s 0.14 0.00 0.11 0.00 -tout-fou tout_fou ADJ m s 0.01 0.00 0.01 0.00 -tout-à-l'égout tout_à_l_égout NOM m 0.00 0.47 0.00 0.47 -tout-paris tout_paris NOM m 0.16 1.01 0.16 1.01 -tout-petit tout_petit NOM m s 0.20 0.74 0.03 0.34 -tout-petits tout_petit NOM m p 0.20 0.74 0.17 0.41 -tout-puissant tout_puissant ADJ m s 7.22 3.65 5.70 2.09 -tout-puissants tout_puissant ADJ m p 7.22 3.65 0.17 0.41 -tout-terrain tout_terrain NOM m s 0.28 0.00 0.28 0.00 -tout-étoile tout_étoile NOM m s 0.01 0.00 0.01 0.00 -tout-venant tout_venant NOM m 0.05 0.74 0.05 0.74 -toute-puissance toute_puissance NOM f 0.08 2.03 0.08 2.03 -toute-puissante tout_puissant ADJ f s 7.22 3.65 1.35 1.15 -toutes-puissantes toute_puissante ADJ f p 0.01 0.14 0.01 0.14 -traîne-misère traîne_misère NOM m 0.01 0.07 0.01 0.07 -traîne-patins traîne_patins NOM m 0.00 0.47 0.00 0.47 -traîne-savate traîne_savate NOM m s 0.01 0.07 0.01 0.07 -traîne-savates traîne_savates NOM m 0.22 0.54 0.22 0.54 -traîne-semelle traîne_semelle NOM s 0.00 0.07 0.00 0.07 -traîne-semelles traîne_semelles NOM m 0.01 0.07 0.01 0.07 -trachée-artère trachée_artère NOM f s 0.02 0.20 0.02 0.20 -traction-avant traction_avant NOM f s 0.00 0.07 0.00 0.07 -trafiquant-espion trafiquant_espion NOM m s 0.00 0.07 0.00 0.07 -tragi-comique tragi_comique ADJ f s 0.00 0.47 0.00 0.34 -tragi-comiques tragi_comique ADJ m p 0.00 0.47 0.00 0.14 -tragi-comédie tragi_comédie NOM f s 0.00 0.27 0.00 0.14 -tragi-comédies tragi_comédie NOM f p 0.00 0.27 0.00 0.14 -train-train train_train NOM m 0.69 1.62 0.69 1.62 -tranche-montagne tranche_montagne NOM m s 0.28 0.07 0.28 0.07 -tranchée-abri tranchée_abri NOM f s 0.00 0.81 0.00 0.74 -tranchées-abris tranchée_abri NOM f p 0.00 0.81 0.00 0.07 -traveller's chèques traveller_s_chèque NOM m p 0.04 0.00 0.04 0.00 -trench-coat trench_coat NOM m s 0.04 1.55 0.04 1.49 -trench-coats trench_coat NOM m p 0.04 1.55 0.00 0.07 -trente-cinq trente_cinq ADJ:num 1.33 11.55 1.33 11.55 -trente-cinquième trente_cinquième ADJ 0.00 0.14 0.00 0.14 -trente-deux trente_deux ADJ:num 0.82 3.58 0.82 3.58 -trente-et-quarante trente_et_quarante NOM m 0.00 0.07 0.00 0.07 -trente-et-un trente_et_un NOM m 0.39 0.07 0.39 0.07 -trente-et-unième trente_et_unième ADJ 0.00 0.07 0.00 0.07 -trente-huit trente_huit ADJ:num 0.64 2.64 0.64 2.64 -trente-huitième trente_huitième ADJ 0.00 0.20 0.00 0.20 -trente-neuf trente_neuf ADJ:num 0.55 2.16 0.55 2.16 -trente-neuvième trente_neuvième ADJ 0.01 0.14 0.01 0.14 -trente-quatre trente_quatre ADJ:num 0.43 1.08 0.43 1.08 -trente-quatrième trente_quatrième ADJ 0.00 0.07 0.00 0.07 -trente-sept trente_sept ADJ:num 0.71 2.23 0.71 2.23 -trente-septième trente_septième ADJ 0.20 0.14 0.20 0.14 -trente-six trente_six ADJ:num 0.55 6.82 0.55 6.82 -trente-sixième trente_sixième ADJ 0.02 0.61 0.02 0.61 -trente-trois trente_trois ADJ:num 0.78 2.36 0.78 2.36 -trente-troisième trente_troisième ADJ 0.00 0.20 0.00 0.20 -trois-deux trois_deux NOM m 0.01 0.00 0.01 0.00 -trois-huit trois_huit NOM m 0.17 0.00 0.17 0.00 -trois-mâts trois_mâts NOM m 0.16 0.47 0.16 0.47 -trois-points trois_points NOM m 0.01 0.00 0.01 0.00 -trois-quarts trois_quarts NOM m 0.59 0.34 0.59 0.34 -trois-quatre trois_quatre NOM m 0.02 0.47 0.02 0.47 -trois-six trois_six NOM m 0.01 0.07 0.01 0.07 -trompe-l'oeil trompe_l_oeil NOM m 0.33 2.43 0.33 2.43 -trop-perçu trop_perçu NOM m s 0.01 0.00 0.01 0.00 -trop-plein trop_plein NOM m s 0.30 2.64 0.30 2.50 -trop-pleins trop_plein NOM m p 0.30 2.64 0.00 0.14 -trotte-menu trotte_menu ADJ m s 0.00 0.41 0.00 0.41 -trou-du-cul trou_du_cul NOM m s 0.43 0.14 0.29 0.14 -trou-trou trou_trou NOM m s 0.00 0.34 0.00 0.14 -trou-trous trou_trou NOM m p 0.00 0.34 0.00 0.20 -trouble-fêtes trouble_fête NOM p 0.28 0.00 0.28 0.00 -trous-du-cul trou_du_cul NOM m p 0.43 0.14 0.14 0.00 -trésorier-payeur trésorier_payeur NOM m s 0.02 0.07 0.02 0.07 -tsoin-tsoin tsoin_tsoin NOM m s 0.01 0.47 0.01 0.47 -tss-tss tss_tss NOM m 0.01 0.14 0.01 0.07 -tss tss tss_tss NOM m 0.01 0.14 0.00 0.07 -tsé-tsé tsé_tsé NOM f 0.00 0.07 0.00 0.07 -tu autem tu_autem NOM m s 0.00 0.07 0.00 0.07 -tue-loup tue_loup NOM m s 0.06 0.00 0.05 0.00 -tue-loups tue_loup NOM m p 0.06 0.00 0.01 0.00 -tue-mouche tue_mouche ADJ m s 0.15 0.54 0.00 0.07 -tue-mouches tue_mouche ADJ p 0.15 0.54 0.15 0.47 -témoin-clé témoin_clé NOM m s 0.13 0.00 0.13 0.00 -témoin-vedette témoin_vedette NOM m s 0.01 0.00 0.01 0.00 -témoins-clés témoins_clé NOM m p 0.05 0.00 0.05 0.00 -tête-bêche tête_bêche NOM m 0.03 0.47 0.03 0.47 -tête-de-mort tête_de_mort NOM f 0.01 0.41 0.01 0.41 -tête-de-nègre tête_de_nègre ADJ 0.00 0.20 0.00 0.20 -tête-à-queue tête_à_queue NOM m 0.00 0.20 0.00 0.20 -tête-à-tête tête_à_tête NOM m 0.00 5.95 0.00 5.95 -têtes-de-loup tête_de_loup NOM f p 0.00 0.27 0.00 0.27 -tutti frutti tutti_frutti ADV 0.09 0.41 0.09 0.41 -tutti quanti tutti_quanti ADV 0.15 0.20 0.15 0.20 -twin-set twin_set NOM m s 0.00 0.14 0.00 0.14 -échos-radars échos_radar NOM m p 0.01 0.00 0.01 0.00 -écrase-merde écrase_merde NOM m s 0.00 0.41 0.00 0.20 -écrase-merdes écrase_merde NOM m p 0.00 0.41 0.00 0.20 -électro-acoustique électro_acoustique NOM f s 0.00 0.14 0.00 0.14 -électro-aimant électro_aimant NOM m s 0.02 0.00 0.02 0.00 -électro-encéphalogramme électro_encéphalogramme NOM m s 0.16 0.07 0.16 0.07 -ultima ratio ultima_ratio NOM f s 0.00 0.07 0.00 0.07 -ultra-catholique ultra_catholique ADJ m s 0.10 0.00 0.10 0.00 -ultra-chic ultra_chic ADJ s 0.03 0.20 0.03 0.14 -ultra-chics ultra_chic ADJ f p 0.03 0.20 0.00 0.07 -ultra-courtes ultra_court ADJ f p 0.16 0.07 0.02 0.00 -ultra-courts ultra_court ADJ m p 0.16 0.07 0.14 0.07 -ultra-gauche ultra_gauche NOM f s 0.00 0.07 0.00 0.07 -ultra-rapide ultra_rapide ADJ s 0.20 0.27 0.20 0.27 -ultra-secret ultra_secret ADJ m s 0.20 0.07 0.20 0.07 -ultra-sensible ultra_sensible ADJ m s 0.01 0.14 0.01 0.14 -ultra-sons ultra_son NOM m p 0.03 0.14 0.03 0.14 -ultra-violet ultra_violet ADJ 0.04 0.07 0.01 0.00 -ultra-violets ultra_violet NOM s 0.04 0.07 0.04 0.07 -élément-clé élément_clé NOM m s 0.09 0.00 0.09 0.00 -éléments-clés éléments_clé NOM m p 0.02 0.00 0.02 0.00 -émetteur-récepteur émetteur_récepteur NOM m s 0.05 0.00 0.05 0.00 -épine-vinette épine_vinette NOM f s 0.00 0.07 0.00 0.07 -épluche-légumes épluche_légumes NOM m 0.01 0.00 0.01 0.00 -urbi et orbi urbi_et_orbi ADV 0.01 0.27 0.01 0.27 -usine-pilote usine_pilote NOM f s 0.00 0.07 0.00 0.07 -état-civil état_civil NOM m s 0.03 0.54 0.03 0.47 -état-major état_major NOM m s 5.24 22.43 5.16 18.31 -états-civils état_civil NOM m p 0.03 0.54 0.00 0.07 -états-majors état_major NOM m p 5.24 22.43 0.09 4.12 -étouffe-chrétien étouffe_chrétien NOM m 0.01 0.00 0.01 0.00 -être-là être_là NOM m 0.14 0.00 0.14 0.00 -va-et-vient va_et_vient NOM m 1.30 10.61 1.30 10.61 -va-tout va_tout NOM m 0.05 0.41 0.05 0.41 -vade retro vade_retro ADV 0.26 0.68 0.26 0.68 -vae soli vae_soli ADV 0.00 0.07 0.00 0.07 -vae victis vae_victis ADV 0.02 0.07 0.02 0.07 -vaisseau-amiral vaisseau_amiral NOM m s 0.05 0.00 0.05 0.00 -valeur-refuge valeur_refuge NOM f s 0.00 0.07 0.00 0.07 -valse-hésitation valse_hésitation NOM f s 0.00 0.27 0.00 0.20 -valses-hésitations valse_hésitation NOM f p 0.00 0.27 0.00 0.07 -vamp-club vamp_club NOM f s 0.01 0.00 0.01 0.00 -vanity-case vanity_case NOM m s 0.11 0.14 0.11 0.14 -vasculo-nerveux vasculo_nerveux NOM m 0.01 0.00 0.01 0.00 -vau-l'eau vau_l_eau NOM m s 0.00 0.14 0.00 0.14 -ventre-saint-gris ventre_saint_gris ONO 0.00 0.07 0.00 0.07 -vert-de-gris vert_de_gris ADJ 0.02 0.81 0.02 0.81 -vert-de-grisé vert_de_grisé ADJ m s 0.00 0.34 0.00 0.07 -vert-de-grisée vert_de_grisé ADJ f s 0.00 0.34 0.00 0.07 -vert-de-grisées vert_de_grisé ADJ f p 0.00 0.34 0.00 0.14 -vert-de-grisés vert_de_grisé ADJ m p 0.00 0.34 0.00 0.07 -vert-galant vert_galant NOM m s 0.00 0.20 0.00 0.20 -vert-jaune vert_jaune ADJ m s 0.02 0.07 0.02 0.07 -vert-jaune vert_jaune NOM m s 0.02 0.07 0.02 0.07 -vesse-de-loup vesse_de_loup NOM f s 0.02 0.20 0.00 0.14 -vesses-de-loup vesse_de_loup NOM f p 0.02 0.20 0.02 0.07 -vibro-masseur vibro_masseur NOM m s 0.08 0.07 0.08 0.07 -vice-amiral vice_amiral NOM m s 0.10 0.61 0.10 0.61 -vice-chancelier vice_chancelier NOM m s 0.07 0.00 0.07 0.00 -vice-consul vice_consul NOM m s 0.18 0.54 0.18 0.54 -vice-ministre vice_ministre NOM s 0.27 0.27 0.27 0.20 -vice-ministres vice_ministre NOM p 0.27 0.27 0.00 0.07 -vice-premier vice_premier NOM m s 0.01 0.00 0.01 0.00 -vice-présidence vice_présidence NOM f s 0.57 0.00 0.57 0.00 -vice-président vice_président NOM m s 8.63 0.61 7.91 0.54 -vice-présidente vice_président NOM f s 8.63 0.61 0.60 0.00 -vice-présidents vice_président NOM m p 8.63 0.61 0.12 0.07 -vice-recteur vice_recteur NOM m s 0.10 0.00 0.10 0.00 -vice-roi vice_roi NOM m s 0.94 0.54 0.84 0.54 -vice-rois vice_roi NOM m p 0.94 0.54 0.10 0.00 -vice-versa vice_versa ADV 0.85 0.27 0.85 0.27 -vide-gousset vide_gousset NOM m s 0.27 0.00 0.27 0.00 -vide-greniers vide_greniers NOM m 0.04 0.00 0.04 0.00 -vide-ordure vide_ordure NOM m s 0.06 0.00 0.06 0.00 -vide-ordures vide_ordures NOM m 0.55 1.22 0.55 1.22 -vide-poche vide_poche NOM m s 0.04 0.14 0.04 0.14 -vide-poches vide_poches NOM m 0.00 0.27 0.00 0.27 -vidéo-clip vidéo_clip NOM m s 0.19 0.27 0.14 0.20 -vidéo-clips vidéo_clip NOM m p 0.19 0.27 0.04 0.07 -vidéo-club vidéo_club NOM f s 0.44 0.00 0.44 0.00 -vidéo-espion vidéo_espion NOM m s 0.00 0.07 0.00 0.07 -vieux-rose vieux_rose ADJ m 0.00 0.20 0.00 0.20 -vif-argent vif_argent NOM m s 0.21 0.20 0.21 0.20 -ville-champignon ville_champignon NOM f s 0.02 0.00 0.02 0.00 -ville-dortoir ville_dortoir NOM f s 0.00 0.07 0.00 0.07 -villes-clés villes_clé NOM f p 0.01 0.00 0.01 0.00 -vingt-cinq vingt_cinq ADJ:num 3.53 28.18 3.53 28.18 -vingt-cinquième vingt_cinquième ADJ 0.01 0.34 0.01 0.34 -vingt-deux vingt_deux ADJ:num 1.25 8.99 1.25 8.99 -vingt-deuxième vingt_deuxième ADJ 0.03 0.27 0.03 0.27 -vingt-et-un vingt_et_un NOM m 0.28 0.74 0.28 0.68 -vingt-et-une vingt_et_un NOM f s 0.28 0.74 0.01 0.07 -vingt-et-unième vingt_et_unième ADJ 0.01 0.07 0.01 0.07 -vingt-huit vingt_huit ADJ:num 0.97 5.34 0.97 5.34 -vingt-huitième vingt_huitième ADJ 0.00 0.74 0.00 0.74 -vingt-neuf vingt_neuf ADJ:num 0.96 2.77 0.96 2.77 -vingt-neuvième vingt_neuvième ADJ 0.01 0.00 0.01 0.00 -vingt-quatre vingt_quatre ADJ:num 2.13 17.36 2.13 17.36 -vingt-quatrième vingt_quatrième ADJ 0.01 0.27 0.01 0.27 -vingt-sept vingt_sept ADJ:num 0.67 4.59 0.67 4.59 -vingt-septième vingt_septième ADJ 0.00 0.54 0.00 0.54 -vingt-six vingt_six ADJ:num 1.09 7.50 1.09 7.50 -vingt-sixième vingt_sixième ADJ 0.01 0.20 0.01 0.20 -vingt-trois vingt_trois ADJ:num 2.08 7.57 2.08 7.57 -vingt-troisième vingt_troisième ADJ 0.01 0.61 0.01 0.61 -vis-à-vis vis_à_vis PRE 0.00 19.39 0.00 19.39 -visite-éclair visite_éclair NOM f s 0.00 0.07 0.00 0.07 -voiture-balai voiture_balai NOM f s 0.23 0.07 0.23 0.00 -voiture-bar voiture_bar NOM f s 0.01 0.00 0.01 0.00 -voiture-lit voiture_lit NOM f s 0.01 0.00 0.01 0.00 -voiture-restaurant voiture_restaurant NOM f s 0.05 0.00 0.05 0.00 -voitures-balais voiture_balai NOM f p 0.23 0.07 0.00 0.07 -voix-off voix_off NOM f 0.04 0.00 0.04 0.00 -vol-au-vent vol_au_vent NOM m 0.02 0.14 0.02 0.14 -volley-ball volley_ball NOM m s 0.25 0.68 0.25 0.68 -volte-face volte_face NOM f 0.26 3.31 0.26 3.31 -vomito negro vomito_negro NOM m s 0.01 0.00 0.01 0.00 -vous-même vous_même PRO:per p 28.20 17.84 28.20 17.84 -vous-mêmes vous_mêmes PRO:per p 4.30 1.55 4.30 1.55 -vox populi vox_populi NOM f 0.05 0.27 0.05 0.27 -voyages-éclair voyage_éclair NOM m p 0.00 0.07 0.00 0.07 -vrai-faux vrai_faux ADJ m s 0.00 0.07 0.00 0.07 -vulgum pecus vulgum_pecus NOM m 0.01 0.07 0.01 0.07 -vélo-cross vélo_cross NOM m 0.00 0.07 0.00 0.07 -vélo-pousse vélo_pousse NOM m s 0.01 0.00 0.01 0.00 -wagon-bar wagon_bar NOM m s 0.03 0.00 0.03 0.00 -wagon-lit wagon_lit NOM m s 1.79 1.89 0.70 0.81 -wagon-lits wagon_lits NOM m 0.00 0.07 0.00 0.07 -wagon-restaurant wagon_restaurant NOM m s 0.35 1.01 0.35 0.81 -wagon-salon wagon_salon NOM m s 0.01 0.54 0.01 0.54 -wagons-citernes wagon_citerne NOM m p 0.00 0.07 0.00 0.07 -wagons-lits wagon_lit NOM m p 1.79 1.89 1.09 1.08 -wagons-restaurants wagon_restaurant NOM m p 0.35 1.01 0.00 0.20 -wait and see wait_and_see NOM m s 0.16 0.00 0.16 0.00 -walkie-talkie walkie_talkie NOM m s 0.08 0.14 0.05 0.14 -walkies-talkies walkie_talkie NOM m p 0.08 0.14 0.03 0.00 -wall street wall_street NOM s 0.03 0.07 0.03 0.07 -water-closet water_closet NOM m s 0.00 0.14 0.00 0.14 -water-polo water_polo NOM m s 0.23 0.00 0.23 0.00 -way of life way_of_life NOM m s 0.02 0.14 0.02 0.14 -week-end week_end NOM m s 44.51 14.32 39.41 12.16 -week-ends week_end NOM m p 44.51 14.32 3.13 2.16 -week end week_end NOM m s 44.51 14.32 1.96 0.00 -western-spaghetti western_spaghetti NOM m 0.00 0.07 0.00 0.07 -whisky-soda whisky_soda NOM m s 0.13 0.07 0.13 0.07 -white-spirit white_spirit NOM m s 0.01 0.00 0.01 0.00 -world music world_music NOM f 0.02 0.00 0.02 0.00 -yacht-club yacht_club NOM m s 0.04 0.07 0.04 0.07 -yeux-radars oeil_radars NOM m p 0.00 0.07 0.00 0.07 -ylang-ylang ylang_ylang NOM m s 0.01 0.00 0.01 0.00 -yo-yo yo_yo NOM m 1.03 0.47 1.03 0.47 -yom kippour yom_kippour NOM m 0.45 0.34 0.45 0.34 -yom kippur yom_kippur NOM m s 0.04 0.00 0.04 0.00 -you-you you_you NOM m s 0.00 0.07 0.00 0.07 -yé-yé yé_yé NOM m 0.00 0.14 0.00 0.14 -zig-zig zig_zig ADV 0.03 0.00 0.03 0.00 -zones-clés zones_clé NOM f p 0.00 0.07 0.00 0.07 diff --git a/dictionnaires/expression_fr.txt b/dictionnaires/expression_fr.txt index ecbb0b7..6d5606d 100644 --- a/dictionnaires/expression_fr.txt +++ b/dictionnaires/expression_fr.txt @@ -28,10 +28,6 @@ ad vitam aeternam ad_vitam_aeternam ADV 0 0.2 0 0.2 adjudant-chef adjudant_chef NOM m s 2.57 2.7 2.57 2.57 adjudant-major adjudant_major NOM m s 0.05 0 0.05 0 adjudants-chefs adjudant_chef NOM m p 2.57 2.7 0 0.14 -afin d afin_d PRE 0.04 0.07 0.04 0.07 -afin de afin_de PRE 15.64 43.18 15.64 43.18 -afin qu afin_qu CON 0.05 0 0.05 0 -afin que afin_que CON 9.63 14.93 9.63 14.93 afro-américain afro_américain NOM m s 0.95 0 0.48 0 afro-américaine afro_américain ADJ f s 0.67 0 0.23 0 afro-américains afro_américain NOM m p 0.95 0 0.39 0 diff --git a/dictionnaires/lexique.txt.back b/dictionnaires/lexique.txt.back deleted file mode 100644 index 6550264..0000000 --- a/dictionnaires/lexique.txt.back +++ /dev/null @@ -1,125754 +0,0 @@ -île île nom f s 58.35 108.24 50.20 83.58 -îles île nom f p 58.35 108.24 8.15 24.66 -îlette îlette nom f s 0.00 0.07 0.00 0.07 -îlot îlot nom m s 1.20 10.68 0.42 6.49 -îlotier îlotier nom m s 0.04 0.00 0.04 0.00 -îlots îlot nom m p 1.20 10.68 0.78 4.19 -œuvre œuvre nom s 12.04 0.00 12.04 0.00 -ô ô ono 16.08 33.11 16.08 33.11 -ôta ôter ver 16.81 42.03 0.46 8.04 ind:pas:3s; -ôtai ôter ver 16.81 42.03 0.00 0.68 ind:pas:1s; -ôtaient ôter ver 16.81 42.03 0.01 1.08 ind:imp:3p; -ôtais ôter ver 16.81 42.03 0.03 0.68 ind:imp:1s;ind:imp:2s; -ôtait ôter ver 16.81 42.03 0.16 4.53 ind:imp:3s; -ôtant ôter ver 16.81 42.03 0.43 2.50 par:pre; -ôte ôter ver 16.81 42.03 3.05 5.27 imp:pre:2s;ind:pre:1s;ind:pre:3s; -ôtent ôter ver 16.81 42.03 0.29 0.41 ind:pre:3p; -ôter ôter ver 16.81 42.03 5.57 10.00 ind:pre:2p;inf; -ôtera ôter ver 16.81 42.03 0.26 0.34 ind:fut:3s; -ôterai ôter ver 16.81 42.03 0.09 0.07 ind:fut:1s; -ôterais ôter ver 16.81 42.03 0.14 0.00 cnd:pre:1s;cnd:pre:2s; -ôterait ôter ver 16.81 42.03 0.03 0.54 cnd:pre:3s; -ôteras ôter ver 16.81 42.03 0.17 0.14 ind:fut:2s; -ôterez ôter ver 16.81 42.03 0.17 0.20 ind:fut:2p; -ôterions ôter ver 16.81 42.03 0.00 0.07 cnd:pre:1p; -ôtes ôter ver 16.81 42.03 0.65 0.00 ind:pre:2s; -ôtez ôter ver 16.81 42.03 1.30 0.81 imp:pre:2p;ind:pre:2p; -ôtiez ôter ver 16.81 42.03 0.17 0.00 ind:imp:2p; -ôtons ôter ver 16.81 42.03 0.02 0.07 ind:pre:1p; -ôtât ôter ver 16.81 42.03 0.00 0.14 sub:imp:3s; -ôtèrent ôter ver 16.81 42.03 0.00 0.27 ind:pas:3p; -ôté ôter ver m s 16.81 42.03 3.18 5.47 par:pas; -ôtée ôter ver f s 16.81 42.03 0.42 0.54 par:pas; -ôtées ôter ver f p 16.81 42.03 0.16 0.07 par:pas; -ôtés ôter ver m p 16.81 42.03 0.04 0.14 par:pas; -a_capella a_capella adv 0.04 0.07 0.04 0.07 -a_cappella a_cappella adv 0.04 0.07 0.04 0.07 -a_contrario a_contrario adv 0.00 0.27 0.00 0.27 -a_fortiori a_fortiori adv 0.04 0.88 0.04 0.88 -a_giorno a_giorno adv 0.00 0.27 0.00 0.27 -à_jeun à_jeun adv 1.45 3.85 0.18 0.00 -a_l_instar a_l_instar pre 0.26 0.00 0.26 0.00 -a_posteriori a_posteriori adv 0.05 0.20 0.01 0.14 -a_priori a_priori adv 1.04 3.85 0.63 2.57 -a avoir aux 18559.23 12800.81 6350.91 2926.69 ind:pre:3s; -aînesse aînesse nom f s 0.07 0.47 0.07 0.47 -aîné aîné adj m s 6.27 16.42 4.66 10.00 -aînée aîné nom f s 8.92 22.84 2.79 5.07 -aînées aîné nom f p 8.92 22.84 0.05 0.54 -aînés aîné nom m p 8.92 22.84 1.46 4.19 -aître aître nom m s 0.00 0.14 0.00 0.07 -aîtres aître nom m p 0.00 0.14 0.00 0.07 -aï aï nom m s 2.31 0.00 2.31 0.00 -aïd aïd nom m 0.54 0.34 0.54 0.34 -aïe aïe ono 18.25 8.38 18.25 8.38 -aïeul aïeul nom m s 3.13 10.61 1.08 4.46 -aïeule aïeul nom f s 3.13 10.61 0.14 3.24 -aïeules aïeul nom f p 3.13 10.61 0.03 0.54 -aïeuls aïeul nom m p 3.13 10.61 0.14 0.27 -aïeux aïeul nom m p 3.13 10.61 1.75 2.09 -aïkido aïkido nom m s 0.02 0.07 0.02 0.07 -aïoli aïoli nom m s 0.01 0.27 0.01 0.27 -aa aa nom m s 0.01 0.00 0.01 0.00 -ab_absurdo ab_absurdo adv 0.00 0.07 0.00 0.07 -ab_initio ab_initio adv 0.01 0.07 0.01 0.07 -ab_ovo ab_ovo adv 0.00 0.27 0.00 0.27 -abîma abîmer ver 15.83 21.69 0.10 0.74 ind:pas:3s; -abîmai abîmer ver 15.83 21.69 0.00 0.14 ind:pas:1s; -abîmaient abîmer ver 15.83 21.69 0.10 0.20 ind:imp:3p; -abîmait abîmer ver 15.83 21.69 0.01 1.22 ind:imp:3s; -abîmant abîmer ver 15.83 21.69 0.01 0.54 par:pre; -abîme abîme nom m s 6.01 20.61 5.03 14.59 -abîment abîmer ver 15.83 21.69 0.31 0.88 ind:pre:3p; -abîmer abîmer ver 15.83 21.69 5.40 5.95 inf; -abîmera abîmer ver 15.83 21.69 0.04 0.14 ind:fut:3s; -abîmerai abîmer ver 15.83 21.69 0.01 0.00 ind:fut:1s; -abîmerais abîmer ver 15.83 21.69 0.02 0.07 cnd:pre:1s;cnd:pre:2s; -abîmerait abîmer ver 15.83 21.69 0.08 0.20 cnd:pre:3s; -abîmeras abîmer ver 15.83 21.69 0.00 0.14 ind:fut:2s; -abîmerez abîmer ver 15.83 21.69 0.01 0.00 ind:fut:2p; -abîmeront abîmer ver 15.83 21.69 0.02 0.14 ind:fut:3p; -abîmes abîme nom m p 6.01 20.61 0.98 6.01 -abîmez abîmer ver 15.83 21.69 0.30 0.20 imp:pre:2p;ind:pre:2p; -abîmions abîmer ver 15.83 21.69 0.00 0.14 ind:imp:1p; -abîmons abîmer ver 15.83 21.69 0.00 0.07 ind:pre:1p; -abîmé abîmer ver m s 15.83 21.69 3.57 4.73 par:pas; -abîmée abîmer ver f s 15.83 21.69 1.73 1.76 par:pas; -abîmées abîmer ver f p 15.83 21.69 0.56 0.74 par:pas; -abîmés abîmer ver m p 15.83 21.69 0.61 1.35 par:pas; -abaca abaca nom m s 0.01 0.00 0.01 0.00 -abaissa abaisser ver 4.93 18.04 0.00 2.64 ind:pas:3s; -abaissai abaisser ver 4.93 18.04 0.10 0.07 ind:pas:1s; -abaissaient abaisser ver 4.93 18.04 0.00 0.41 ind:imp:3p; -abaissait abaisser ver 4.93 18.04 0.02 2.50 ind:imp:3s; -abaissant abaissant adj m s 0.04 0.27 0.03 0.27 -abaissante abaissant adj f s 0.04 0.27 0.01 0.00 -abaisse_langue abaisse_langue nom m 0.04 0.14 0.04 0.14 -abaisse abaisser ver 4.93 18.04 1.28 3.45 imp:pre:2s;ind:pre:1s;ind:pre:3s; -abaissement abaissement nom m s 0.31 2.16 0.31 2.16 -abaissent abaisser ver 4.93 18.04 0.05 0.95 ind:pre:3p; -abaisser abaisser ver 4.93 18.04 1.09 2.91 inf; -abaissera abaisser ver 4.93 18.04 0.19 0.07 ind:fut:3s; -abaisserai abaisser ver 4.93 18.04 0.10 0.07 ind:fut:1s; -abaisseraient abaisser ver 4.93 18.04 0.01 0.07 cnd:pre:3p; -abaisserais abaisser ver 4.93 18.04 0.13 0.00 cnd:pre:1s;cnd:pre:2s; -abaisserait abaisser ver 4.93 18.04 0.02 0.20 cnd:pre:3s; -abaisses abaisser ver 4.93 18.04 0.16 0.07 ind:pre:2s; -abaissez abaisser ver 4.93 18.04 0.53 0.07 imp:pre:2p;ind:pre:2p; -abaissons abaisser ver 4.93 18.04 0.02 0.00 imp:pre:1p; -abaissèrent abaisser ver 4.93 18.04 0.00 0.41 ind:pas:3p; -abaissé abaisser ver m s 4.93 18.04 0.74 1.35 par:pas; -abaissée abaisser ver f s 4.93 18.04 0.17 0.27 par:pas; -abaissées abaissée adj f p 0.02 0.00 0.02 0.00 -abaissés abaisser ver m p 4.93 18.04 0.30 0.07 par:pas; -abalone abalone nom m s 0.01 0.07 0.01 0.00 -abalones abalone nom m p 0.01 0.07 0.00 0.07 -abandon abandon nom m s 4.84 27.36 4.77 25.20 -abandonna abandonner ver 110.86 128.45 0.59 8.92 ind:pas:3s; -abandonnai abandonner ver 110.86 128.45 0.27 2.16 ind:pas:1s; -abandonnaient abandonner ver 110.86 128.45 0.07 1.55 ind:imp:3p; -abandonnais abandonner ver 110.86 128.45 0.35 1.49 ind:imp:1s;ind:imp:2s; -abandonnait abandonner ver 110.86 128.45 1.04 9.46 ind:imp:3s; -abandonnant abandonner ver 110.86 128.45 1.15 9.93 par:pre; -abandonnas abandonner ver 110.86 128.45 0.00 0.14 ind:pas:2s; -abandonne abandonner ver 110.86 128.45 24.04 15.54 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -abandonnent abandonner ver 110.86 128.45 2.44 2.64 ind:pre:3p;sub:pre:3p; -abandonner abandonner ver 110.86 128.45 28.36 27.70 inf; -abandonnera abandonner ver 110.86 128.45 1.52 0.81 ind:fut:3s; -abandonnerai abandonner ver 110.86 128.45 2.39 0.41 ind:fut:1s; -abandonneraient abandonner ver 110.86 128.45 0.02 0.14 cnd:pre:3p; -abandonnerais abandonner ver 110.86 128.45 0.93 0.27 cnd:pre:1s;cnd:pre:2s; -abandonnerait abandonner ver 110.86 128.45 0.23 0.88 cnd:pre:3s; -abandonneras abandonner ver 110.86 128.45 0.30 0.20 ind:fut:2s; -abandonnerez abandonner ver 110.86 128.45 0.14 0.00 ind:fut:2p; -abandonneriez abandonner ver 110.86 128.45 0.23 0.20 cnd:pre:2p; -abandonnerions abandonner ver 110.86 128.45 0.01 0.00 cnd:pre:1p; -abandonnerons abandonner ver 110.86 128.45 0.39 0.14 ind:fut:1p; -abandonneront abandonner ver 110.86 128.45 0.41 0.27 ind:fut:3p; -abandonnes abandonner ver 110.86 128.45 4.13 0.14 ind:pre:2s;sub:pre:2s; -abandonneurs abandonneur nom m p 0.00 0.07 0.00 0.07 -abandonnez abandonner ver 110.86 128.45 5.72 0.88 imp:pre:2p;ind:pre:2p; -abandonniez abandonner ver 110.86 128.45 0.14 0.14 ind:imp:2p; -abandonnions abandonner ver 110.86 128.45 0.06 0.54 ind:imp:1p; -abandonnique abandonnique adj s 0.00 0.07 0.00 0.07 -abandonnâmes abandonner ver 110.86 128.45 0.00 0.27 ind:pas:1p; -abandonnons abandonner ver 110.86 128.45 1.06 0.68 imp:pre:1p;ind:pre:1p; -abandonnât abandonner ver 110.86 128.45 0.00 0.34 sub:imp:3s; -abandonnèrent abandonner ver 110.86 128.45 0.16 1.42 ind:pas:3p; -abandonné abandonner ver m s 110.86 128.45 22.56 23.92 par:pas; -abandonnée abandonner ver f s 110.86 128.45 7.34 9.66 par:pas; -abandonnées abandonner ver f p 110.86 128.45 1.27 2.70 par:pas; -abandonnés abandonner ver m p 110.86 128.45 3.55 4.93 par:pas; -abandons abandon nom m p 4.84 27.36 0.07 2.16 -abaque abaque nom m s 0.00 0.07 0.00 0.07 -abasourdi abasourdir ver m s 0.55 2.97 0.35 2.09 par:pas; -abasourdie abasourdi adj f s 0.40 2.64 0.14 0.54 -abasourdir abasourdir ver 0.55 2.97 0.01 0.14 inf; -abasourdis abasourdir ver m p 0.55 2.97 0.07 0.20 par:pas; -abasourdissant abasourdissant adj m s 0.01 0.07 0.01 0.00 -abasourdissants abasourdissant adj m p 0.01 0.07 0.00 0.07 -abat_jour abat_jour nom m 0.51 8.24 0.51 8.24 -abat_son abat_son nom m 0.00 0.27 0.00 0.27 -abat abattre ver 43.47 50.61 2.15 4.93 ind:pre:3s; -abatage abatage nom m s 0.00 0.07 0.00 0.07 -abatis abatis nom m 0.00 0.88 0.00 0.88 -abats abattre ver 43.47 50.61 1.79 0.54 imp:pre:2s;ind:pre:1s;ind:pre:2s; -abattage abattage nom m s 0.65 1.28 0.63 1.15 -abattages abattage nom m p 0.65 1.28 0.02 0.14 -abattaient abattre ver 43.47 50.61 0.06 2.36 ind:imp:3p; -abattais abattre ver 43.47 50.61 0.02 0.27 ind:imp:1s; -abattait abattre ver 43.47 50.61 0.42 3.45 ind:imp:3s; -abattant abattre ver 43.47 50.61 0.31 1.96 par:pre; -abattants abattant nom m p 0.07 0.61 0.01 0.07 -abatte abattre ver 43.47 50.61 0.58 0.61 sub:pre:1s;sub:pre:3s; -abattement abattement nom m s 0.18 2.64 0.17 2.36 -abattements abattement nom m p 0.18 2.64 0.01 0.27 -abattent abattre ver 43.47 50.61 0.69 2.03 ind:pre:3p; -abattes abattre ver 43.47 50.61 0.11 0.00 sub:pre:2s; -abatteur abatteur nom m s 0.14 0.27 0.14 0.20 -abatteurs abatteur nom m p 0.14 0.27 0.00 0.07 -abattez abattre ver 43.47 50.61 2.21 0.00 imp:pre:2p;ind:pre:2p; -abattiez abattre ver 43.47 50.61 0.06 0.00 ind:imp:2p; -abattions abattre ver 43.47 50.61 0.00 0.07 ind:imp:1p; -abattirent abattre ver 43.47 50.61 0.03 0.95 ind:pas:3p; -abattis abattis nom m 0.14 1.08 0.14 1.08 -abattit abattre ver 43.47 50.61 0.34 5.07 ind:pas:3s; -abattoir abattoir nom m s 3.16 4.66 2.67 2.36 -abattoirs abattoir nom m p 3.16 4.66 0.48 2.30 -abattons abattre ver 43.47 50.61 0.33 0.00 imp:pre:1p;ind:pre:1p; -abattra abattre ver 43.47 50.61 1.51 0.61 ind:fut:3s; -abattrai abattre ver 43.47 50.61 0.39 0.00 ind:fut:1s; -abattraient abattre ver 43.47 50.61 0.03 0.07 cnd:pre:3p; -abattrais abattre ver 43.47 50.61 0.10 0.07 cnd:pre:1s;cnd:pre:2s; -abattrait abattre ver 43.47 50.61 0.63 0.41 cnd:pre:3s; -abattras abattre ver 43.47 50.61 0.03 0.00 ind:fut:2s; -abattre abattre ver 43.47 50.61 14.43 14.32 inf; -abattrez abattre ver 43.47 50.61 0.26 0.00 ind:fut:2p; -abattriez abattre ver 43.47 50.61 0.02 0.00 cnd:pre:2p; -abattrons abattre ver 43.47 50.61 0.11 0.00 ind:fut:1p; -abattront abattre ver 43.47 50.61 0.34 0.07 ind:fut:3p; -abattu abattre ver m s 43.47 50.61 11.48 7.43 par:pas; -abattue abattre ver f s 43.47 50.61 2.19 2.43 par:pas; -abattues abattre ver f p 43.47 50.61 0.44 0.27 par:pas; -abattures abatture nom f p 0.00 0.14 0.00 0.14 -abattus abattre ver m p 43.47 50.61 2.42 2.43 par:pas; -abbatial abbatial adj m s 0.00 0.61 0.00 0.27 -abbatiale abbatial adj f s 0.00 0.61 0.00 0.27 -abbatiales abbatial adj f p 0.00 0.61 0.00 0.07 -abbaye abbaye nom f s 3.94 3.78 3.66 3.31 -abbayes abbaye nom f p 3.94 3.78 0.28 0.47 -abbesse abbé nom f s 4.46 33.51 0.26 0.41 -abbesses abbé nom f p 4.46 33.51 0.00 0.61 -abbé abbé nom m s 4.46 33.51 4.19 31.28 -abbés abbé nom m p 4.46 33.51 0.02 1.22 -abc abc nom m 0.04 0.00 0.04 0.00 -abcès abcès nom m 1.79 3.31 1.79 3.31 -abdication abdication nom f s 0.05 1.96 0.05 1.82 -abdications abdication nom f p 0.05 1.96 0.00 0.14 -abdiqua abdiquer ver 0.47 2.77 0.00 0.20 ind:pas:3s; -abdiquai abdiquer ver 0.47 2.77 0.00 0.07 ind:pas:1s; -abdiquaient abdiquer ver 0.47 2.77 0.00 0.07 ind:imp:3p; -abdiquais abdiquer ver 0.47 2.77 0.00 0.14 ind:imp:1s; -abdiquait abdiquer ver 0.47 2.77 0.00 0.20 ind:imp:3s; -abdiquant abdiquer ver 0.47 2.77 0.00 0.07 par:pre; -abdique abdiquer ver 0.47 2.77 0.23 0.41 imp:pre:2s;ind:pre:1s;ind:pre:3s; -abdiquer abdiquer ver 0.47 2.77 0.08 0.41 inf; -abdiquera abdiquer ver 0.47 2.77 0.01 0.07 ind:fut:3s; -abdiquerais abdiquer ver 0.47 2.77 0.00 0.07 cnd:pre:1s; -abdiquerait abdiquer ver 0.47 2.77 0.00 0.07 cnd:pre:3s; -abdiquez abdiquer ver 0.47 2.77 0.03 0.00 imp:pre:2p;ind:pre:2p; -abdiqué abdiquer ver m s 0.47 2.77 0.11 0.95 par:pas; -abdiquée abdiquer ver f s 0.47 2.77 0.00 0.07 par:pas; -abdomen abdomen nom m s 2.76 1.55 2.76 1.55 -abdominal abdominal adj m s 2.56 0.74 0.50 0.00 -abdominale abdominal adj f s 2.56 0.74 1.30 0.61 -abdominales abdominal adj f p 2.56 0.74 0.70 0.00 -abdominaux abdominal nom m p 0.09 0.68 0.09 0.68 -abdos abdos nom m p 0.86 0.00 0.86 0.00 -abducteur abducteur adj m s 0.01 0.00 0.01 0.00 -abduction abduction nom f s 0.05 0.00 0.05 0.00 -abeille abeille nom f s 9.11 9.86 3.53 3.18 -abeilles abeille nom f p 9.11 9.86 5.59 6.69 -aber aber nom m s 0.25 0.00 0.25 0.00 -aberrant aberrant adj m s 0.84 2.50 0.58 1.08 -aberrante aberrant adj f s 0.84 2.50 0.04 0.61 -aberrantes aberrant adj f p 0.84 2.50 0.20 0.34 -aberrants aberrant adj m p 0.84 2.50 0.02 0.47 -aberration aberration nom f s 1.16 4.46 0.89 3.31 -aberrations aberration nom f p 1.16 4.46 0.27 1.15 -abhorrais abhorrer ver 0.27 1.35 0.01 0.07 ind:imp:1s; -abhorrait abhorrer ver 0.27 1.35 0.01 0.68 ind:imp:3s; -abhorrant abhorrer ver 0.27 1.35 0.01 0.07 par:pre; -abhorre abhorrer ver 0.27 1.35 0.20 0.00 ind:pre:1s;ind:pre:3s; -abhorrer abhorrer ver 0.27 1.35 0.00 0.14 inf; -abhorrez abhorrer ver 0.27 1.35 0.03 0.00 ind:pre:2p; -abhorré abhorrer ver m s 0.27 1.35 0.01 0.27 par:pas; -abhorrée abhorré adj f s 0.01 0.27 0.01 0.07 -abhorrés abhorrer ver m p 0.27 1.35 0.00 0.07 par:pas; -abject abject adj m s 2.19 3.92 1.40 1.69 -abjecte abject adj f s 2.19 3.92 0.69 1.49 -abjectement abjectement adv 0.10 0.07 0.10 0.07 -abjectes abject adj f p 2.19 3.92 0.05 0.20 -abjection abjection nom f s 0.51 2.30 0.37 2.16 -abjections abjection nom f p 0.51 2.30 0.14 0.14 -abjects abject adj m p 2.19 3.92 0.05 0.54 -abjurant abjurer ver 1.53 1.28 0.14 0.00 par:pre; -abjuration abjuration nom f s 0.00 0.47 0.00 0.41 -abjurations abjuration nom f p 0.00 0.47 0.00 0.07 -abjure abjurer ver 1.53 1.28 0.77 0.14 imp:pre:2s;ind:pre:1s;ind:pre:3s; -abjurer abjurer ver 1.53 1.28 0.22 0.68 inf; -abjurez abjurer ver 1.53 1.28 0.40 0.00 imp:pre:2p;ind:pre:2p; -abjurons abjurer ver 1.53 1.28 0.00 0.07 ind:pre:1p; -abjuré abjurer ver m s 1.53 1.28 0.00 0.41 par:pas; -abkhaze abkhaze adj f s 0.00 0.07 0.00 0.07 -ablatif ablatif nom m s 0.00 0.14 0.00 0.14 -ablation ablation nom f s 0.45 1.35 0.43 1.28 -ablations ablation nom f p 0.45 1.35 0.03 0.07 -able able nom m s 0.68 0.14 0.68 0.14 -ablette ablette nom f s 0.14 0.95 0.00 0.41 -ablettes ablette nom f p 0.14 0.95 0.14 0.54 -ablution ablution nom f s 0.48 1.55 0.01 0.14 -ablutions ablution nom f p 0.48 1.55 0.47 1.42 -abnégation abnégation nom f s 0.91 3.58 0.91 3.58 -aboi aboi nom m s 0.78 3.58 0.00 0.88 -aboie aboyer ver 7.43 11.82 2.91 2.03 imp:pre:2s;ind:pre:1s;ind:pre:3s; -aboiement aboiement nom m s 1.79 5.95 0.44 2.36 -aboiements aboiement nom m p 1.79 5.95 1.35 3.58 -aboient aboyer ver 7.43 11.82 0.54 0.81 ind:pre:3p; -aboiera aboyer ver 7.43 11.82 0.21 0.00 ind:fut:3s; -aboierait aboyer ver 7.43 11.82 0.01 0.07 cnd:pre:3s; -aboieront aboyer ver 7.43 11.82 0.01 0.07 ind:fut:3p; -aboies aboyer ver 7.43 11.82 0.42 0.00 ind:pre:2s; -abois aboi nom m p 0.78 3.58 0.78 2.70 -aboli abolir ver m s 3.08 9.32 1.10 1.42 par:pas; -abolie aboli adj f s 0.08 2.57 0.06 0.61 -abolies abolir ver f p 3.08 9.32 0.11 0.34 par:pas; -abolir abolir ver 3.08 9.32 1.08 2.97 inf; -abolira abolir ver 3.08 9.32 0.01 0.34 ind:fut:3s; -abolirait abolir ver 3.08 9.32 0.00 0.07 cnd:pre:3s; -aboliras abolir ver 3.08 9.32 0.01 0.00 ind:fut:2s; -abolis abolir ver m p 3.08 9.32 0.14 0.41 ind:pre:1s;par:pas; -abolissaient abolir ver 3.08 9.32 0.00 0.41 ind:imp:3p; -abolissais abolir ver 3.08 9.32 0.00 0.07 ind:imp:1s; -abolissait abolir ver 3.08 9.32 0.00 0.74 ind:imp:3s; -abolissant abolir ver 3.08 9.32 0.25 0.54 par:pre; -abolissent abolir ver 3.08 9.32 0.00 0.14 ind:pre:3p; -abolissions abolir ver 3.08 9.32 0.00 0.07 ind:imp:1p; -abolissons abolir ver 3.08 9.32 0.02 0.00 imp:pre:1p;ind:pre:1p; -abolit abolir ver 3.08 9.32 0.29 1.28 ind:pre:3s;ind:pas:3s; -abolition abolition nom f s 0.45 1.49 0.45 1.49 -abolitionniste abolitionniste nom s 0.17 0.07 0.07 0.00 -abolitionnistes abolitionniste nom p 0.17 0.07 0.10 0.07 -abominable abominable adj s 5.39 11.22 4.78 8.99 -abominablement abominablement adv 0.01 0.68 0.01 0.68 -abominables abominable adj p 5.39 11.22 0.62 2.23 -abominaient abominer ver 0.00 0.54 0.00 0.07 ind:imp:3p; -abomination abomination nom f s 1.94 4.53 1.24 3.04 -abominations abomination nom f p 1.94 4.53 0.69 1.49 -abomine abominer ver 0.00 0.54 0.00 0.41 ind:pre:1s;ind:pre:3s; -abominer abominer ver 0.00 0.54 0.00 0.07 inf; -abonda abonder ver 1.13 4.59 0.00 0.27 ind:pas:3s; -abondai abonder ver 1.13 4.59 0.00 0.07 ind:pas:1s; -abondaient abonder ver 1.13 4.59 0.12 1.42 ind:imp:3p; -abondais abonder ver 1.13 4.59 0.01 0.14 ind:imp:1s; -abondait abonder ver 1.13 4.59 0.02 0.47 ind:imp:3s; -abondamment abondamment adv 0.30 4.93 0.30 4.93 -abondance abondance nom f s 2.76 9.39 2.76 9.39 -abondant abondant adj m s 1.36 7.03 0.09 1.42 -abondante abondant adj f s 1.36 7.03 0.89 3.45 -abondantes abondant adj f p 1.36 7.03 0.33 1.22 -abondants abondant adj m p 1.36 7.03 0.05 0.95 -abondassent abonder ver 1.13 4.59 0.00 0.07 sub:imp:3p; -abonde abonder ver 1.13 4.59 0.28 0.81 ind:pre:1s;ind:pre:3s; -abondent abonder ver 1.13 4.59 0.63 0.47 ind:pre:3p; -abonder abonder ver 1.13 4.59 0.03 0.61 inf; -abondé abonder ver m s 1.13 4.59 0.01 0.20 par:pas; -abonnai abonner ver 1.10 2.09 0.00 0.07 ind:pas:1s; -abonnant abonner ver 1.10 2.09 0.01 0.00 par:pre; -abonne abonner ver 1.10 2.09 0.18 0.07 imp:pre:2s;ind:pre:1s;ind:pre:3s; -abonnement abonnement nom m s 4.82 1.62 3.37 1.55 -abonnements abonnement nom m p 4.82 1.62 1.45 0.07 -abonner abonner ver 1.10 2.09 0.27 0.14 inf; -abonnez abonner ver 1.10 2.09 0.03 0.07 imp:pre:2p;ind:pre:2p; -abonnât abonner ver 1.10 2.09 0.00 0.07 sub:imp:3s; -abonné abonner ver m s 1.10 2.09 0.30 0.88 par:pas; -abonnée abonner ver f s 1.10 2.09 0.15 0.68 par:pas; -abonnées abonné nom f p 0.87 2.23 0.02 0.20 -abonnés abonné nom m p 0.87 2.23 0.52 1.55 -abord abord nom m s 2.22 19.05 0.89 7.30 -aborda aborder ver 12.55 33.18 0.16 3.99 ind:pas:3s; -abordable abordable adj s 0.47 0.20 0.34 0.20 -abordables abordable adj p 0.47 0.20 0.13 0.00 -abordage abordage nom m s 1.22 1.49 1.17 1.42 -abordages abordage nom m p 1.22 1.49 0.05 0.07 -abordai aborder ver 12.55 33.18 0.00 0.61 ind:pas:1s; -abordaient aborder ver 12.55 33.18 0.03 1.28 ind:imp:3p; -abordais aborder ver 12.55 33.18 0.00 0.54 ind:imp:1s; -abordait aborder ver 12.55 33.18 0.47 2.50 ind:imp:3s; -abordant aborder ver 12.55 33.18 0.03 1.42 par:pre; -aborde aborder ver 12.55 33.18 1.76 2.36 imp:pre:2s;ind:pre:1s;ind:pre:3s; -abordent aborder ver 12.55 33.18 0.09 0.54 ind:pre:3p; -aborder aborder ver 12.55 33.18 5.65 12.91 inf; -abordera aborder ver 12.55 33.18 0.20 0.34 ind:fut:3s; -aborderai aborder ver 12.55 33.18 0.08 0.14 ind:fut:1s; -aborderaient aborder ver 12.55 33.18 0.00 0.07 cnd:pre:3p; -aborderais aborder ver 12.55 33.18 0.02 0.07 cnd:pre:1s; -aborderait aborder ver 12.55 33.18 0.02 0.14 cnd:pre:3s; -aborderiez aborder ver 12.55 33.18 0.01 0.00 cnd:pre:2p; -aborderions aborder ver 12.55 33.18 0.00 0.14 cnd:pre:1p; -aborderons aborder ver 12.55 33.18 0.09 0.07 ind:fut:1p; -aborderont aborder ver 12.55 33.18 0.04 0.14 ind:fut:3p; -abordes aborder ver 12.55 33.18 0.36 0.07 ind:pre:2s; -abordez aborder ver 12.55 33.18 0.75 0.00 imp:pre:2p;ind:pre:2p; -abordiez aborder ver 12.55 33.18 0.02 0.07 ind:imp:2p; -abordions aborder ver 12.55 33.18 0.04 0.34 ind:imp:1p; -abordâmes aborder ver 12.55 33.18 0.00 0.27 ind:pas:1p; -abordons aborder ver 12.55 33.18 0.72 0.41 imp:pre:1p;ind:pre:1p; -abords abord nom m p 2.22 19.05 1.33 11.76 -abordèrent aborder ver 12.55 33.18 0.01 0.68 ind:pas:3p; -abordé aborder ver m s 12.55 33.18 1.36 2.97 par:pas; -abordée aborder ver f s 12.55 33.18 0.34 0.54 par:pas; -abordées aborder ver f p 12.55 33.18 0.05 0.20 par:pas; -abordés aborder ver m p 12.55 33.18 0.26 0.41 par:pas; -aborigène aborigène nom s 0.60 0.14 0.21 0.00 -aborigènes aborigène nom p 0.60 0.14 0.39 0.14 -abornement abornement nom m s 0.00 0.07 0.00 0.07 -abortif abortif adj m s 0.04 0.34 0.01 0.00 -abortive abortif adj f s 0.04 0.34 0.01 0.14 -abortives abortif adj f p 0.04 0.34 0.02 0.20 -abâtardi abâtardir ver m s 0.14 0.41 0.00 0.20 par:pas; -abâtardie abâtardi adj f s 0.01 0.07 0.01 0.07 -abâtardies abâtardir ver f p 0.14 0.41 0.00 0.07 par:pas; -abâtardir abâtardir ver 0.14 0.41 0.00 0.07 inf; -abâtardirai abâtardir ver 0.14 0.41 0.00 0.07 ind:fut:1s; -abâtardissant abâtardir ver 0.14 0.41 0.14 0.00 par:pre; -abouchaient aboucher ver 0.00 0.81 0.00 0.07 ind:imp:3p; -abouchais aboucher ver 0.00 0.81 0.00 0.07 ind:imp:1s; -abouchait aboucher ver 0.00 0.81 0.00 0.07 ind:imp:3s; -abouchant aboucher ver 0.00 0.81 0.00 0.07 par:pre; -abouchements abouchement nom m p 0.00 0.07 0.00 0.07 -aboucher aboucher ver 0.00 0.81 0.00 0.34 inf; -abouché aboucher ver m s 0.00 0.81 0.00 0.07 par:pas; -abouchée aboucher ver f s 0.00 0.81 0.00 0.07 par:pas; -abouchés aboucher ver m p 0.00 0.81 0.00 0.07 par:pas; -aboule abouler ver 1.80 0.61 1.43 0.34 imp:pre:2s;ind:pre:3s; -abouler abouler ver 1.80 0.61 0.11 0.14 inf; -aboules abouler ver 1.80 0.61 0.01 0.00 ind:pre:2s; -aboulez abouler ver 1.80 0.61 0.25 0.14 imp:pre:2p; -aboulie aboulie nom f s 0.00 0.14 0.00 0.14 -aboulique aboulique nom s 0.00 0.07 0.00 0.07 -abouliques aboulique adj p 0.00 0.14 0.00 0.14 -abounas abouna nom m p 0.00 0.07 0.00 0.07 -about about nom m s 5.94 0.47 5.94 0.47 -aboutîmes aboutir ver 5.34 25.81 0.00 0.14 ind:pas:1p; -aboutait abouter ver 0.00 0.14 0.00 0.07 ind:imp:3s; -abouti aboutir ver m s 5.34 25.81 1.24 2.84 par:pas; -aboutie abouti adj f s 0.11 0.20 0.04 0.07 -aboutir aboutir ver 5.34 25.81 1.34 9.80 inf; -aboutira aboutir ver 5.34 25.81 0.29 0.41 ind:fut:3s; -aboutirai aboutir ver 5.34 25.81 0.00 0.07 ind:fut:1s; -aboutiraient aboutir ver 5.34 25.81 0.01 0.14 cnd:pre:3p; -aboutirais aboutir ver 5.34 25.81 0.00 0.14 cnd:pre:1s; -aboutirait aboutir ver 5.34 25.81 0.05 0.61 cnd:pre:3s; -aboutiras aboutir ver 5.34 25.81 0.00 0.07 ind:fut:2s; -aboutirent aboutir ver 5.34 25.81 0.00 0.68 ind:pas:3p; -aboutirons aboutir ver 5.34 25.81 0.01 0.00 ind:fut:1p; -aboutiront aboutir ver 5.34 25.81 0.04 0.27 ind:fut:3p; -aboutis aboutir ver m p 5.34 25.81 0.07 0.34 ind:pre:1s;ind:pre:2s;par:pas; -aboutissaient aboutir ver 5.34 25.81 0.15 1.15 ind:imp:3p; -aboutissait aboutir ver 5.34 25.81 0.03 2.50 ind:imp:3s; -aboutissant aboutir ver 5.34 25.81 0.00 1.15 par:pre; -aboutissants aboutissant nom m p 0.09 0.95 0.09 0.81 -aboutisse aboutir ver 5.34 25.81 0.08 0.41 sub:pre:1s;sub:pre:3s; -aboutissement aboutissement nom m s 0.50 4.05 0.50 4.05 -aboutissent aboutir ver 5.34 25.81 0.47 1.49 ind:pre:3p; -aboutissez aboutir ver 5.34 25.81 0.02 0.07 ind:pre:2p; -aboutissiez aboutir ver 5.34 25.81 0.00 0.07 ind:imp:2p; -aboutissions aboutir ver 5.34 25.81 0.00 0.07 ind:imp:1p; -aboutit aboutir ver 5.34 25.81 1.50 3.45 ind:pre:3s;ind:pas:3s; -aboutonnai aboutonner ver 0.00 0.07 0.00 0.07 ind:pas:1s; -aboutons abouter ver 0.00 0.14 0.00 0.07 imp:pre:1p; -aboya aboyer ver 7.43 11.82 0.00 1.42 ind:pas:3s; -aboyaient aboyer ver 7.43 11.82 0.05 0.68 ind:imp:3p; -aboyait aboyer ver 7.43 11.82 0.33 1.55 ind:imp:3s; -aboyant aboyer ver 7.43 11.82 0.18 1.28 par:pre; -aboyante aboyant adj f s 0.01 0.20 0.00 0.07 -aboyer aboyer ver 7.43 11.82 2.39 3.04 inf; -aboyeur aboyeur nom m s 0.06 0.61 0.05 0.34 -aboyeurs aboyeur nom m p 0.06 0.61 0.01 0.27 -aboyons aboyer ver 7.43 11.82 0.10 0.07 ind:pre:1p; -aboyèrent aboyer ver 7.43 11.82 0.00 0.27 ind:pas:3p; -aboyé aboyer ver m s 7.43 11.82 0.28 0.54 par:pas; -abracadabra abracadabra nom m s 0.98 0.27 0.98 0.27 -abracadabrant abracadabrant adj m s 0.26 0.68 0.03 0.20 -abracadabrante abracadabrant adj f s 0.26 0.68 0.13 0.00 -abracadabrantes abracadabrant adj f p 0.26 0.68 0.10 0.34 -abracadabrants abracadabrant adj m p 0.26 0.68 0.00 0.14 -abracadabré abracadabrer ver m s 0.01 0.00 0.01 0.00 par:pas; -abrasif abrasif nom m s 0.15 0.41 0.13 0.34 -abrasifs abrasif nom m p 0.15 0.41 0.03 0.07 -abrasion abrasion nom f s 0.19 0.14 0.19 0.14 -abrasive abrasif adj f s 0.09 0.27 0.04 0.00 -abrasé abraser ver m s 0.00 0.07 0.00 0.07 par:pas; -abraxas abraxas nom m 0.29 0.00 0.29 0.00 -abreuva abreuver ver 1.13 6.22 0.00 0.27 ind:pas:3s; -abreuvage abreuvage nom m s 0.00 0.07 0.00 0.07 -abreuvaient abreuver ver 1.13 6.22 0.00 0.27 ind:imp:3p; -abreuvait abreuver ver 1.13 6.22 0.03 0.47 ind:imp:3s; -abreuvant abreuver ver 1.13 6.22 0.01 0.34 par:pre; -abreuve abreuver ver 1.13 6.22 0.23 1.08 imp:pre:2s;ind:pre:1s;ind:pre:3s; -abreuvent abreuver ver 1.13 6.22 0.04 0.34 ind:pre:3p; -abreuver abreuver ver 1.13 6.22 0.48 2.09 inf; -abreuvera abreuver ver 1.13 6.22 0.11 0.00 ind:fut:3s; -abreuveraient abreuver ver 1.13 6.22 0.00 0.07 cnd:pre:3p; -abreuvez abreuver ver 1.13 6.22 0.03 0.00 imp:pre:2p;ind:pre:2p; -abreuvoir abreuvoir nom m s 0.35 3.92 0.34 3.24 -abreuvoirs abreuvoir nom m p 0.35 3.92 0.01 0.68 -abreuvons abreuver ver 1.13 6.22 0.01 0.07 imp:pre:1p; -abreuvé abreuver ver m s 1.13 6.22 0.04 0.68 par:pas; -abreuvée abreuver ver f s 1.13 6.22 0.10 0.27 par:pas; -abreuvés abreuver ver m p 1.13 6.22 0.04 0.27 par:pas; -abri_refuge abri_refuge nom m s 0.00 0.07 0.00 0.07 -abri abri nom m s 25.90 56.76 22.70 51.08 -abribus abribus nom m 0.04 0.14 0.04 0.14 -abricot abricot nom m s 1.24 2.50 0.50 1.15 -abricotez abricoter ver 0.01 0.00 0.01 0.00 imp:pre:2p; -abricotier abricotier nom m s 0.02 0.41 0.02 0.14 -abricotiers abricotier nom m p 0.02 0.41 0.00 0.27 -abricotine abricotine nom f s 0.00 0.07 0.00 0.07 -abricots abricot nom m p 1.24 2.50 0.74 1.35 -abris abri nom m p 25.90 56.76 3.20 5.68 -abrita abriter ver 7.91 26.22 0.02 0.68 ind:pas:3s; -abritai abriter ver 7.91 26.22 0.00 0.07 ind:pas:1s; -abritaient abriter ver 7.91 26.22 0.14 1.49 ind:imp:3p; -abritais abriter ver 7.91 26.22 0.01 0.14 ind:imp:1s; -abritait abriter ver 7.91 26.22 0.23 4.53 ind:imp:3s; -abritant abriter ver 7.91 26.22 0.25 1.82 par:pre; -abrite abriter ver 7.91 26.22 2.09 2.70 imp:pre:2s;ind:pre:1s;ind:pre:3s; -abritent abriter ver 7.91 26.22 0.33 1.15 ind:pre:3p; -abriter abriter ver 7.91 26.22 2.36 6.96 ind:pre:2p;inf; -abritera abriter ver 7.91 26.22 0.10 0.07 ind:fut:3s; -abriterait abriter ver 7.91 26.22 0.04 0.20 cnd:pre:3s; -abriterons abriter ver 7.91 26.22 0.03 0.00 ind:fut:1p; -abriteront abriter ver 7.91 26.22 0.01 0.07 ind:fut:3p; -abrites abriter ver 7.91 26.22 0.14 0.07 ind:pre:2s; -abritez abriter ver 7.91 26.22 1.08 0.20 imp:pre:2p;ind:pre:2p; -abritiez abriter ver 7.91 26.22 0.01 0.00 ind:imp:2p; -abritions abriter ver 7.91 26.22 0.01 0.14 ind:imp:1p; -abritâmes abriter ver 7.91 26.22 0.01 0.00 ind:pas:1p; -abritons abriter ver 7.91 26.22 0.40 0.00 imp:pre:1p;ind:pre:1p; -abritèrent abriter ver 7.91 26.22 0.00 0.07 ind:pas:3p; -abrité abriter ver m s 7.91 26.22 0.35 3.11 par:pas; -abritée abriter ver f s 7.91 26.22 0.04 1.15 par:pas; -abritées abriter ver f p 7.91 26.22 0.24 0.54 par:pas; -abrités abrité adj m p 0.17 1.08 0.03 0.07 -abrogation abrogation nom f s 0.16 0.14 0.16 0.14 -abrogent abroger ver 0.71 0.34 0.23 0.00 ind:pre:3p; -abroger abroger ver 0.71 0.34 0.09 0.07 inf; -abrogé abroger ver m s 0.71 0.34 0.11 0.00 par:pas; -abrogée abroger ver f s 0.71 0.34 0.28 0.00 par:pas; -abrogées abroger ver f p 0.71 0.34 0.00 0.14 par:pas; -abrogés abroger ver m p 0.71 0.34 0.01 0.14 par:pas; -abrège abréger ver 4.21 4.86 1.25 1.28 imp:pre:2s;ind:pre:1s;ind:pre:3s; -abrègent abréger ver 4.21 4.86 0.22 0.34 ind:pre:3p; -abrégea abréger ver 4.21 4.86 0.02 0.14 ind:pas:3s; -abrégeai abréger ver 4.21 4.86 0.00 0.07 ind:pas:1s; -abrégeaient abréger ver 4.21 4.86 0.00 0.07 ind:imp:3p; -abrégeait abréger ver 4.21 4.86 0.00 0.20 ind:imp:3s; -abrégeant abréger ver 4.21 4.86 0.00 0.07 par:pre; -abrégeons abréger ver 4.21 4.86 0.12 0.07 imp:pre:1p; -abrégeât abréger ver 4.21 4.86 0.00 0.07 sub:imp:3s; -abréger abréger ver 4.21 4.86 1.61 1.82 inf; -abrégera abréger ver 4.21 4.86 0.01 0.00 ind:fut:3s; -abrégerai abréger ver 4.21 4.86 0.01 0.00 ind:fut:1s; -abrégerait abréger ver 4.21 4.86 0.00 0.07 cnd:pre:3s; -abrégez abréger ver 4.21 4.86 0.73 0.07 imp:pre:2p; -abrégé abréger ver m s 4.21 4.86 0.19 0.41 par:pas; -abrégée abrégé adj f s 0.20 0.41 0.13 0.20 -abrégés abrégé nom m p 0.12 0.54 0.01 0.07 -abrupt abrupt adj m s 1.36 7.43 0.54 2.23 -abrupte abrupt adj f s 1.36 7.43 0.43 2.84 -abruptement abruptement adv 0.07 2.03 0.07 2.03 -abruptes abrupt adj f p 1.36 7.43 0.24 1.55 -abrupts abrupt adj m p 1.36 7.43 0.14 0.81 -abruti abruti nom m s 25.64 6.69 19.13 4.39 -abrutie abruti nom f s 25.64 6.69 0.38 0.47 -abruties abruti adj f p 6.13 4.66 0.03 0.07 -abrutir abrutir ver 2.56 6.01 0.11 0.95 inf; -abrutira abrutir ver 2.56 6.01 0.00 0.07 ind:fut:3s; -abrutis abruti nom m p 25.64 6.69 6.10 1.82 -abrutissaient abrutir ver 2.56 6.01 0.00 0.20 ind:imp:3p; -abrutissais abrutir ver 2.56 6.01 0.00 0.07 ind:imp:1s; -abrutissait abrutir ver 2.56 6.01 0.14 0.27 ind:imp:3s; -abrutissant abrutissant adj m s 0.19 0.41 0.14 0.14 -abrutissante abrutissant adj f s 0.19 0.41 0.00 0.27 -abrutissantes abrutissant adj f p 0.19 0.41 0.02 0.00 -abrutissants abrutissant adj m p 0.19 0.41 0.03 0.00 -abrutissement abrutissement nom m s 0.13 1.42 0.13 1.42 -abrutissent abrutir ver 2.56 6.01 0.16 0.00 ind:pre:3p; -abrutisseur abrutisseur nom m s 0.00 0.07 0.00 0.07 -abrutissions abrutir ver 2.56 6.01 0.00 0.07 ind:imp:1p; -abrutit abrutir ver 2.56 6.01 0.19 0.41 ind:pre:3s;ind:pas:3s; -abréviatif abréviatif adj m s 0.00 0.07 0.00 0.07 -abréviation abréviation nom f s 0.46 0.95 0.37 0.41 -abréviations abréviation nom f p 0.46 0.95 0.09 0.54 -abscisse abscisse nom f s 0.02 0.00 0.02 0.00 -abscission abscission nom f s 0.00 0.07 0.00 0.07 -abscons abscons adj m 0.12 0.68 0.12 0.54 -absconse abscons adj f s 0.12 0.68 0.00 0.07 -absconses abscons adj f p 0.12 0.68 0.00 0.07 -absence absence nom f s 22.86 76.28 22.02 72.50 -absences absence nom f p 22.86 76.28 0.84 3.78 -absent absent adj m s 14.91 29.80 9.46 18.18 -absenta absenter ver 6.14 6.01 0.00 0.34 ind:pas:3s; -absentai absenter ver 6.14 6.01 0.00 0.07 ind:pas:1s; -absentaient absenter ver 6.14 6.01 0.00 0.14 ind:imp:3p; -absentais absenter ver 6.14 6.01 0.04 0.14 ind:imp:1s;ind:imp:2s; -absentait absenter ver 6.14 6.01 0.16 1.15 ind:imp:3s; -absentant absenter ver 6.14 6.01 0.00 0.07 par:pre; -absente absent adj f s 14.91 29.80 3.49 6.22 -absenter absenter ver 6.14 6.01 2.90 1.49 inf; -absentera absenter ver 6.14 6.01 0.03 0.14 ind:fut:3s; -absenterai absenter ver 6.14 6.01 0.03 0.07 ind:fut:1s; -absenterait absenter ver 6.14 6.01 0.00 0.07 cnd:pre:3s; -absentes absenter ver 6.14 6.01 0.07 0.00 ind:pre:2s; -absents absent adj m p 14.91 29.80 1.91 4.80 -absentèrent absenter ver 6.14 6.01 0.00 0.07 ind:pas:3p; -absenté absenter ver m s 6.14 6.01 0.89 0.34 par:pas; -absentée absenter ver f s 6.14 6.01 0.42 0.20 par:pas; -absentéisme absentéisme nom m s 0.14 0.20 0.14 0.20 -absentéiste absentéiste adj m s 0.01 0.00 0.01 0.00 -absentéiste absentéiste nom s 0.01 0.00 0.01 0.00 -absentés absenter ver m p 6.14 6.01 0.15 0.07 par:pas; -abside abside nom f s 0.00 1.62 0.00 1.55 -absides abside nom f p 0.00 1.62 0.00 0.07 -absidiales absidial adj f p 0.00 0.14 0.00 0.14 -absidiole absidiole nom f s 0.00 0.07 0.00 0.07 -absinthant absinther ver 0.00 0.07 0.00 0.07 par:pre; -absinthe absinthe nom f s 1.28 2.91 1.28 2.91 -absolu absolu adj m s 17.25 34.39 8.55 16.42 -absolue absolu adj f s 17.25 34.39 8.44 16.15 -absolues absolu adj f p 17.25 34.39 0.20 1.01 -absolument absolument adv 89.79 63.45 89.79 63.45 -absolus absolu adj m p 17.25 34.39 0.06 0.81 -absolution absolution nom f s 1.06 2.50 1.06 2.50 -absolutisme absolutisme nom m s 0.12 0.68 0.12 0.68 -absolvaient absoudre ver 2.66 3.72 0.00 0.07 ind:imp:3p; -absolvait absoudre ver 2.66 3.72 0.00 0.27 ind:imp:3s; -absolvant absolvant adj m s 0.00 0.14 0.00 0.14 -absolve absoudre ver 2.66 3.72 0.16 0.00 sub:pre:3s; -absolvent absoudre ver 2.66 3.72 0.00 0.20 ind:pre:3p; -absolves absoudre ver 2.66 3.72 0.01 0.00 sub:pre:2s; -absorba absorber ver 6.66 28.65 0.11 2.03 ind:pas:3s; -absorbables absorbable adj m p 0.00 0.07 0.00 0.07 -absorbai absorber ver 6.66 28.65 0.00 0.07 ind:pas:1s; -absorbaient absorber ver 6.66 28.65 0.04 0.68 ind:imp:3p; -absorbais absorber ver 6.66 28.65 0.00 0.27 ind:imp:1s; -absorbait absorber ver 6.66 28.65 0.20 3.11 ind:imp:3s; -absorbant absorbant adj m s 0.14 1.35 0.08 0.81 -absorbante absorbant adj f s 0.14 1.35 0.04 0.27 -absorbantes absorbant adj f p 0.14 1.35 0.01 0.20 -absorbants absorbant adj m p 0.14 1.35 0.01 0.07 -absorbe absorber ver 6.66 28.65 1.61 3.38 imp:pre:2s;ind:pre:1s;ind:pre:3s; -absorbent absorber ver 6.66 28.65 0.33 0.61 ind:pre:3p; -absorber absorber ver 6.66 28.65 1.86 4.53 inf; -absorbera absorber ver 6.66 28.65 0.23 0.07 ind:fut:3s; -absorberai absorber ver 6.66 28.65 0.02 0.00 ind:fut:1s; -absorberaient absorber ver 6.66 28.65 0.11 0.07 cnd:pre:3p; -absorberait absorber ver 6.66 28.65 0.04 0.14 cnd:pre:3s; -absorbeur absorbeur nom m s 0.03 0.00 0.03 0.00 -absorbez absorber ver 6.66 28.65 0.06 0.00 imp:pre:2p;ind:pre:2p; -absorbions absorber ver 6.66 28.65 0.00 0.07 ind:imp:1p; -absorbons absorber ver 6.66 28.65 0.00 0.07 ind:pre:1p; -absorbèrent absorber ver 6.66 28.65 0.01 0.41 ind:pas:3p; -absorbé absorber ver m s 6.66 28.65 1.35 7.84 par:pas; -absorbée absorber ver f s 6.66 28.65 0.40 2.30 par:pas; -absorbées absorber ver f p 6.66 28.65 0.07 0.41 par:pas; -absorbés absorber ver m p 6.66 28.65 0.16 1.69 par:pas; -absorption absorption nom f s 0.58 2.03 0.58 1.89 -absorptions absorption nom f p 0.58 2.03 0.00 0.14 -absoudrai absoudre ver 2.66 3.72 0.01 0.00 ind:fut:1s; -absoudrait absoudre ver 2.66 3.72 0.14 0.14 cnd:pre:3s; -absoudre absoudre ver 2.66 3.72 1.08 1.55 inf; -absoudriez absoudre ver 2.66 3.72 0.01 0.07 cnd:pre:2p; -absous absoudre ver m 2.66 3.72 1.15 1.08 imp:pre:2s;ind:pre:1s;par:pas;par:pas;par:pas; -absout absoudre ver 2.66 3.72 0.11 0.20 ind:pre:3s; -absoute absoute nom f s 0.00 0.14 0.00 0.14 -absoutes absoudre ver f p 2.66 3.72 0.00 0.07 par:pas; -abstînt abstenir ver 4.52 8.78 0.00 0.27 sub:imp:3s; -abstenaient abstenir ver 4.52 8.78 0.00 0.07 ind:imp:3p; -abstenais abstenir ver 4.52 8.78 0.01 0.34 ind:imp:1s; -abstenait abstenir ver 4.52 8.78 0.00 0.81 ind:imp:3s; -abstenant abstenir ver 4.52 8.78 0.12 0.41 par:pre; -abstenez abstenir ver 4.52 8.78 0.57 0.07 imp:pre:2p;ind:pre:2p; -absteniez abstenir ver 4.52 8.78 0.01 0.00 ind:imp:2p; -abstenions abstenir ver 4.52 8.78 0.00 0.07 ind:imp:1p; -abstenir abstenir ver 4.52 8.78 1.80 2.77 inf; -abstenons abstenir ver 4.52 8.78 0.02 0.20 imp:pre:1p;ind:pre:1p; -abstention abstention nom f s 0.14 1.28 0.14 1.28 -abstentionniste abstentionniste nom s 0.01 0.14 0.01 0.00 -abstentionnistes abstentionniste nom p 0.01 0.14 0.00 0.14 -abstenu abstenir ver m s 4.52 8.78 0.17 0.81 par:pas; -abstenue abstenir ver f s 4.52 8.78 0.05 0.47 par:pas; -abstenues abstenir ver f p 4.52 8.78 0.14 0.00 par:pas; -abstenus abstenir ver m p 4.52 8.78 0.00 0.14 par:pas; -abstiendrai abstenir ver 4.52 8.78 0.04 0.00 ind:fut:1s; -abstiendraient abstenir ver 4.52 8.78 0.00 0.07 cnd:pre:3p; -abstiendrais abstenir ver 4.52 8.78 0.03 0.00 cnd:pre:1s; -abstiendrait abstenir ver 4.52 8.78 0.02 0.07 cnd:pre:3s; -abstiendras abstenir ver 4.52 8.78 0.01 0.07 ind:fut:2s; -abstiendrions abstenir ver 4.52 8.78 0.00 0.14 cnd:pre:1p; -abstiendrons abstenir ver 4.52 8.78 0.12 0.00 ind:fut:1p; -abstiendront abstenir ver 4.52 8.78 0.12 0.00 ind:fut:3p; -abstienne abstenir ver 4.52 8.78 0.02 0.07 sub:pre:1s;sub:pre:3s; -abstiennent abstenir ver 4.52 8.78 0.02 0.20 ind:pre:3p; -abstiennes abstenir ver 4.52 8.78 0.02 0.00 sub:pre:2s; -abstiens abstenir ver 4.52 8.78 0.84 0.14 imp:pre:2s;ind:pre:1s;ind:pre:2s; -abstient abstenir ver 4.52 8.78 0.17 0.34 ind:pre:3s; -abstinence abstinence nom f s 1.62 1.62 1.60 1.42 -abstinences abstinence nom f p 1.62 1.62 0.02 0.20 -abstinent abstinent adj m s 0.11 0.00 0.10 0.00 -abstinente abstinent adj f s 0.11 0.00 0.01 0.00 -abstinrent abstenir ver 4.52 8.78 0.01 0.07 ind:pas:3p; -abstins abstenir ver 4.52 8.78 0.00 0.41 ind:pas:1s; -abstint abstenir ver 4.52 8.78 0.20 0.81 ind:pas:3s; -abstraction abstraction nom f s 0.68 2.97 0.66 2.09 -abstractions abstraction nom f p 0.68 2.97 0.03 0.88 -abstraire abstraire ver 0.27 3.18 0.02 0.74 inf; -abstrais abstraire ver 0.27 3.18 0.00 0.07 ind:pre:1s; -abstrait abstrait adj m s 1.62 11.35 0.61 3.85 -abstraite abstrait adj f s 1.62 11.35 0.69 4.80 -abstraitement abstraitement adv 0.00 0.34 0.00 0.34 -abstraites abstraire ver f p 0.27 3.18 0.11 0.20 par:pas; -abstraits abstrait adj m p 1.62 11.35 0.25 1.15 -abstrus abstrus adj m p 0.00 0.54 0.00 0.34 -abstruse abstrus adj f s 0.00 0.54 0.00 0.14 -abstruses abstrus adj f p 0.00 0.54 0.00 0.07 -absurde absurde adj s 23.59 30.95 21.56 24.80 -absurdement absurdement adv 0.14 3.72 0.14 3.72 -absurdes absurde adj p 23.59 30.95 2.03 6.15 -absurdistes absurdiste nom p 0.00 0.07 0.00 0.07 -absurdité absurdité nom f s 2.34 6.28 1.44 5.54 -absurdités absurdité nom f p 2.34 6.28 0.90 0.74 -abécédaire abécédaire nom m s 0.18 0.07 0.18 0.07 -abus abus nom m 4.75 8.58 4.75 8.58 -abusa abuser ver 19.98 14.26 0.02 0.20 ind:pas:3s; -abusai abuser ver 19.98 14.26 0.00 0.07 ind:pas:1s; -abusaient abuser ver 19.98 14.26 0.04 0.27 ind:imp:3p; -abusais abuser ver 19.98 14.26 0.03 0.27 ind:imp:1s; -abusait abuser ver 19.98 14.26 0.53 1.82 ind:imp:3s; -abusant abuser ver 19.98 14.26 0.24 0.81 par:pre; -abuse abuser ver 19.98 14.26 4.08 1.62 imp:pre:2s;ind:pre:1s;ind:pre:3s; -abusent abuser ver 19.98 14.26 1.02 0.88 ind:pre:3p; -abuser abuser ver 19.98 14.26 5.87 4.12 inf; -abusera abuser ver 19.98 14.26 0.04 0.00 ind:fut:3s; -abuserai abuser ver 19.98 14.26 0.03 0.07 ind:fut:1s; -abuserais abuser ver 19.98 14.26 0.09 0.14 cnd:pre:1s;cnd:pre:2s; -abuserait abuser ver 19.98 14.26 0.02 0.07 cnd:pre:3s; -abuserez abuser ver 19.98 14.26 0.01 0.07 ind:fut:2p; -abuseriez abuser ver 19.98 14.26 0.02 0.00 cnd:pre:2p; -abuses abuser ver 19.98 14.26 0.50 0.07 ind:pre:2s; -abuseur abuseur nom m s 0.04 0.00 0.04 0.00 -abusez abuser ver 19.98 14.26 1.93 0.34 imp:pre:2p;ind:pre:2p; -abusiez abuser ver 19.98 14.26 0.02 0.00 ind:imp:2p; -abusif abusif adj m s 0.85 1.82 0.37 0.61 -abusifs abusif adj m p 0.85 1.82 0.05 0.14 -abusive abusif adj f s 0.85 1.82 0.39 0.74 -abusivement abusivement adv 0.16 1.15 0.16 1.15 -abusives abusif adj f p 0.85 1.82 0.03 0.34 -abusons abuser ver 19.98 14.26 0.37 0.00 imp:pre:1p;ind:pre:1p; -abusèrent abuser ver 19.98 14.26 0.00 0.07 ind:pas:3p; -abusé abuser ver m s 19.98 14.26 4.59 2.70 par:pas; -abusée abuser ver f s 19.98 14.26 0.29 0.27 par:pas; -abusées abusé adj f p 0.20 0.74 0.03 0.00 -abusés abuser ver m p 19.98 14.26 0.22 0.34 par:pas; -abêti abêtir ver m s 0.01 1.28 0.00 0.47 par:pas; -abêties abêti adj f p 0.00 0.27 0.00 0.07 -abêtir abêtir ver 0.01 1.28 0.01 0.54 inf; -abêtis abêtir ver 0.01 1.28 0.00 0.07 ind:pre:2s; -abêtissait abêtir ver 0.01 1.28 0.00 0.14 ind:imp:3s; -abêtissement abêtissement nom m s 0.00 0.54 0.00 0.54 -abêtit abêtir ver 0.01 1.28 0.00 0.07 ind:pas:3s; -abyme abyme nom m s 0.04 0.07 0.04 0.07 -abyssal abyssal adj m s 0.11 0.74 0.03 0.34 -abyssale abyssal adj f s 0.11 0.74 0.05 0.20 -abyssales abyssal adj f p 0.11 0.74 0.02 0.20 -abysse abysse nom m s 1.07 0.41 0.53 0.07 -abysses abysse nom m p 1.07 0.41 0.54 0.34 -abyssin abyssin nom m s 0.14 0.14 0.14 0.14 -abyssinien abyssinien adj m s 0.10 0.00 0.10 0.00 -abyssinienne abyssinien nom f s 0.01 0.00 0.01 0.00 -abyssins abyssin adj m p 0.00 0.20 0.00 0.07 -acabit acabit nom m s 0.17 1.62 0.17 1.55 -acabits acabit nom m p 0.17 1.62 0.00 0.07 -acacia acacia nom m s 0.26 6.35 0.05 3.24 -acacias acacia nom m p 0.26 6.35 0.21 3.11 -acadien acadien nom m s 0.16 0.07 0.14 0.00 -acadienne acadienne nom f s 0.03 0.00 0.03 0.00 -acadiens acadien nom m p 0.16 0.07 0.01 0.07 -académicien académicien nom m s 0.35 1.55 0.14 0.74 -académiciens académicien nom m p 0.35 1.55 0.21 0.81 -académie académie nom f s 10.03 9.46 9.91 8.31 -académies académie nom f p 10.03 9.46 0.12 1.15 -académique académique adj s 1.41 1.15 0.87 0.61 -académiquement académiquement adv 0.01 0.14 0.01 0.14 -académiques académique adj p 1.41 1.15 0.54 0.54 -académisme académisme nom m s 0.00 0.27 0.00 0.27 -académisé académiser ver m s 0.00 0.07 0.00 0.07 par:pas; -acagnardai acagnarder ver 0.00 0.74 0.00 0.07 ind:pas:1s; -acagnardait acagnarder ver 0.00 0.74 0.00 0.14 ind:imp:3s; -acagnarder acagnarder ver 0.00 0.74 0.00 0.14 inf; -acagnardé acagnarder ver m s 0.00 0.74 0.00 0.34 par:pas; -acagnardée acagnarder ver f s 0.00 0.74 0.00 0.07 par:pas; -acajou acajou nom m s 0.52 5.95 0.52 5.81 -acajous acajou nom m p 0.52 5.95 0.00 0.14 -acanthe acanthe nom f s 0.04 0.61 0.04 0.27 -acanthes acanthe nom f p 0.04 0.61 0.00 0.34 -acariens acarien nom m p 0.07 0.07 0.07 0.07 -acariâtre acariâtre adj s 0.14 1.55 0.13 1.22 -acariâtres acariâtre adj f p 0.14 1.55 0.01 0.34 -accabla accabler ver 5.55 21.28 0.14 0.95 ind:pas:3s; -accablai accabler ver 5.55 21.28 0.00 0.07 ind:pas:1s; -accablaient accabler ver 5.55 21.28 0.03 1.42 ind:imp:3p; -accablais accabler ver 5.55 21.28 0.00 0.27 ind:imp:1s; -accablait accabler ver 5.55 21.28 0.22 3.11 ind:imp:3s; -accablant accablant adj m s 1.41 5.41 0.37 1.42 -accablante accablant adj f s 1.41 5.41 0.71 2.43 -accablantes accablant adj f p 1.41 5.41 0.29 0.81 -accablants accablant adj m p 1.41 5.41 0.04 0.74 -accable accabler ver 5.55 21.28 2.01 1.96 imp:pre:2s;ind:pre:1s;ind:pre:3s; -accablement accablement nom m s 0.23 3.72 0.21 3.58 -accablements accablement nom m p 0.23 3.72 0.01 0.14 -accablent accabler ver 5.55 21.28 0.28 0.74 ind:pre:3p; -accabler accabler ver 5.55 21.28 0.65 3.58 inf; -accableraient accabler ver 5.55 21.28 0.00 0.14 cnd:pre:3p; -accablez accabler ver 5.55 21.28 0.17 0.14 imp:pre:2p;ind:pre:2p; -accablions accabler ver 5.55 21.28 0.00 0.07 ind:imp:1p; -accablât accabler ver 5.55 21.28 0.00 0.07 sub:imp:3s; -accablèrent accabler ver 5.55 21.28 0.00 0.20 ind:pas:3p; -accablé accabler ver m s 5.55 21.28 0.92 4.05 par:pas; -accablée accabler ver f s 5.55 21.28 0.60 2.23 par:pas; -accablées accabler ver f p 5.55 21.28 0.02 0.34 par:pas; -accablés accabler ver m p 5.55 21.28 0.47 1.22 par:pas; -accalmie accalmie nom f s 0.50 3.72 0.46 2.97 -accalmies accalmie nom f p 0.50 3.72 0.04 0.74 -accalmit accalmir ver 0.00 0.07 0.00 0.07 ind:pas:3s; -accapara accaparer ver 0.97 3.99 0.01 0.07 ind:pas:3s; -accaparaient accaparer ver 0.97 3.99 0.00 0.34 ind:imp:3p; -accaparait accaparer ver 0.97 3.99 0.01 0.74 ind:imp:3s; -accaparant accaparer ver 0.97 3.99 0.03 0.20 par:pre; -accaparante accaparant adj f s 0.02 0.07 0.00 0.07 -accapare accaparer ver 0.97 3.99 0.34 0.61 imp:pre:2s;ind:pre:1s;ind:pre:3s; -accaparer accaparer ver 0.97 3.99 0.20 0.68 inf; -accaparerait accaparer ver 0.97 3.99 0.00 0.07 cnd:pre:3s; -accapareur accapareur adj m s 0.02 0.00 0.02 0.00 -accaparez accaparer ver 0.97 3.99 0.02 0.00 ind:pre:2p; -accaparé accaparer ver m s 0.97 3.99 0.30 0.68 par:pas; -accaparée accaparer ver f s 0.97 3.99 0.06 0.34 par:pas; -accaparées accaparer ver f p 0.97 3.99 0.00 0.07 par:pas; -accaparés accaparer ver m p 0.97 3.99 0.00 0.20 par:pas; -accastillage accastillage nom m s 0.04 0.20 0.04 0.14 -accastillages accastillage nom m p 0.04 0.20 0.00 0.07 -accelerando accelerando adv 0.00 0.14 0.00 0.14 -accent accent nom m s 14.56 45.54 12.98 38.31 -accenteur accenteur nom m s 0.01 0.00 0.01 0.00 -accents accent nom m p 14.56 45.54 1.58 7.23 -accentua accentuer ver 1.28 16.15 0.00 1.96 ind:pas:3s; -accentuai accentuer ver 1.28 16.15 0.00 0.07 ind:pas:1s; -accentuaient accentuer ver 1.28 16.15 0.00 1.22 ind:imp:3p; -accentuais accentuer ver 1.28 16.15 0.00 0.07 ind:imp:1s; -accentuait accentuer ver 1.28 16.15 0.01 4.05 ind:imp:3s; -accentuant accentuer ver 1.28 16.15 0.03 1.76 par:pre; -accentuation accentuation nom f s 0.06 0.14 0.06 0.14 -accentue accentuer ver 1.28 16.15 0.11 1.76 imp:pre:2s;ind:pre:1s;ind:pre:3s; -accentuent accentuer ver 1.28 16.15 0.07 0.54 ind:pre:3p; -accentuer accentuer ver 1.28 16.15 0.67 2.03 inf; -accentuerait accentuer ver 1.28 16.15 0.01 0.07 cnd:pre:3s; -accentuez accentuer ver 1.28 16.15 0.12 0.00 imp:pre:2p;ind:pre:2p; -accentuât accentuer ver 1.28 16.15 0.00 0.07 sub:imp:3s; -accentuèrent accentuer ver 1.28 16.15 0.00 0.20 ind:pas:3p; -accentué accentuer ver m s 1.28 16.15 0.21 0.81 par:pas; -accentuée accentuer ver f s 1.28 16.15 0.03 0.95 par:pas; -accentuées accentuer ver f p 1.28 16.15 0.02 0.27 par:pas; -accentués accentuer ver m p 1.28 16.15 0.01 0.34 par:pas; -accepta accepter ver 165.84 144.66 0.82 10.54 ind:pas:3s; -acceptable acceptable adj s 3.96 4.39 3.27 3.51 -acceptables acceptable adj p 3.96 4.39 0.70 0.88 -acceptai accepter ver 165.84 144.66 0.03 3.38 ind:pas:1s; -acceptaient accepter ver 165.84 144.66 0.34 2.91 ind:imp:3p; -acceptais accepter ver 165.84 144.66 0.94 3.99 ind:imp:1s;ind:imp:2s; -acceptait accepter ver 165.84 144.66 1.48 10.00 ind:imp:3s; -acceptant accepter ver 165.84 144.66 1.35 2.97 par:pre; -acceptassent accepter ver 165.84 144.66 0.00 0.07 sub:imp:3p; -acceptasses accepter ver 165.84 144.66 0.00 0.07 sub:imp:2s; -acceptation acceptation nom f s 1.24 4.39 1.24 4.19 -acceptations acceptation nom f p 1.24 4.39 0.00 0.20 -accepte accepter ver 165.84 144.66 38.41 18.65 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:1s;sub:pre:3s; -acceptent accepter ver 165.84 144.66 4.45 3.24 ind:pre:3p; -accepter accepter ver 165.84 144.66 43.39 36.62 inf; -acceptera accepter ver 165.84 144.66 3.98 1.96 ind:fut:3s; -accepterai accepter ver 165.84 144.66 2.73 1.22 ind:fut:1s; -accepteraient accepter ver 165.84 144.66 0.57 0.95 cnd:pre:3p; -accepterais accepter ver 165.84 144.66 2.25 1.96 cnd:pre:1s;cnd:pre:2s; -accepterait accepter ver 165.84 144.66 1.54 4.05 cnd:pre:3s; -accepteras accepter ver 165.84 144.66 0.65 0.27 ind:fut:2s; -accepterez accepter ver 165.84 144.66 0.94 0.20 ind:fut:2p; -accepteriez accepter ver 165.84 144.66 2.01 0.54 cnd:pre:2p; -accepterions accepter ver 165.84 144.66 0.03 0.34 cnd:pre:1p; -accepterons accepter ver 165.84 144.66 0.31 0.14 ind:fut:1p; -accepteront accepter ver 165.84 144.66 1.34 0.20 ind:fut:3p; -acceptes accepter ver 165.84 144.66 6.79 1.28 ind:pre:2s; -acceptez accepter ver 165.84 144.66 12.53 2.16 imp:pre:2p;ind:pre:2p; -acceptiez accepter ver 165.84 144.66 1.00 0.54 ind:imp:2p; -acception acception nom f s 0.15 0.47 0.15 0.27 -acceptions accepter ver 165.84 144.66 0.21 1.35 ind:imp:1p; -acceptâmes accepter ver 165.84 144.66 0.00 0.14 ind:pas:1p; -acceptons accepter ver 165.84 144.66 2.72 0.95 imp:pre:1p;ind:pre:1p; -acceptât accepter ver 165.84 144.66 0.01 1.42 sub:imp:3s; -acceptèrent accepter ver 165.84 144.66 0.04 0.74 ind:pas:3p; -accepté accepter ver m s 165.84 144.66 28.46 27.16 par:pas; -acceptée accepter ver f s 165.84 144.66 4.30 3.24 par:pas; -acceptées accepter ver f p 165.84 144.66 0.93 0.68 par:pas; -acceptés accepter ver m p 165.84 144.66 1.29 0.74 par:pas; -accesseurs accesseur nom m p 0.00 0.07 0.00 0.07 -accessibilité accessibilité nom f s 0.03 0.00 0.03 0.00 -accessible accessible adj s 2.06 5.74 1.49 4.12 -accessibles accessible adj p 2.06 5.74 0.57 1.62 -accession accession nom f s 0.16 1.22 0.16 1.22 -accessit accessit nom m s 0.02 0.07 0.02 0.07 -accessoire accessoire nom m s 3.87 7.30 1.11 1.08 -accessoirement accessoirement adv 0.17 0.88 0.17 0.88 -accessoires accessoire nom m p 3.87 7.30 2.76 6.22 -accessoirise accessoiriser ver 0.07 0.00 0.01 0.00 ind:pre:1s; -accessoiriser accessoiriser ver 0.07 0.00 0.07 0.00 inf; -accessoiriste accessoiriste nom s 0.62 0.14 0.51 0.00 -accessoiristes accessoiriste nom p 0.62 0.14 0.11 0.14 -accident accident nom m s 108.21 44.80 100.11 36.62 -accidente accidenter ver 0.19 0.27 0.01 0.07 ind:pre:3s; -accidentel accidentel adj m s 2.78 3.45 1.09 1.42 -accidentelle accidentel adj f s 2.78 3.45 1.44 1.28 -accidentellement accidentellement adv 3.39 0.81 3.39 0.81 -accidentelles accidentel adj f p 2.78 3.45 0.17 0.34 -accidentels accidentel adj m p 2.78 3.45 0.08 0.41 -accidenter accidenter ver 0.19 0.27 0.02 0.00 inf; -accidents accident nom m p 108.21 44.80 8.10 8.18 -accidenté accidenté nom m s 0.57 0.61 0.28 0.34 -accidentée accidenté adj f s 0.30 1.42 0.08 0.34 -accidentées accidenté adj f p 0.30 1.42 0.02 0.20 -accidentés accidenté nom m p 0.57 0.61 0.28 0.00 -acclama acclamer ver 1.75 5.81 0.00 0.34 ind:pas:3s; -acclamaient acclamer ver 1.75 5.81 0.09 0.68 ind:imp:3p; -acclamait acclamer ver 1.75 5.81 0.04 0.54 ind:imp:3s; -acclamant acclamer ver 1.75 5.81 0.00 0.27 par:pre; -acclamation acclamation nom f s 2.84 4.66 0.20 0.27 -acclamations acclamation nom f p 2.84 4.66 2.65 4.39 -acclame acclamer ver 1.75 5.81 0.19 0.81 imp:pre:2s;ind:pre:1s;ind:pre:3s; -acclament acclamer ver 1.75 5.81 0.18 0.14 ind:pre:3p; -acclamer acclamer ver 1.75 5.81 0.20 1.01 inf; -acclamera acclamer ver 1.75 5.81 0.04 0.00 ind:fut:3s; -acclamerait acclamer ver 1.75 5.81 0.01 0.07 cnd:pre:3s; -acclameront acclamer ver 1.75 5.81 0.03 0.00 ind:fut:3p; -acclamez acclamer ver 1.75 5.81 0.25 0.00 imp:pre:2p; -acclamiez acclamer ver 1.75 5.81 0.01 0.00 ind:imp:2p; -acclamons acclamer ver 1.75 5.81 0.05 0.07 imp:pre:1p;ind:pre:1p; -acclamé acclamer ver m s 1.75 5.81 0.44 1.28 par:pas; -acclamée acclamer ver f s 1.75 5.81 0.17 0.07 par:pas; -acclamées acclamer ver f p 1.75 5.81 0.02 0.07 par:pas; -acclamés acclamer ver m p 1.75 5.81 0.04 0.47 par:pas; -acclimata acclimater ver 0.52 1.96 0.00 0.07 ind:pas:3s; -acclimatai acclimater ver 0.52 1.96 0.00 0.07 ind:pas:1s; -acclimatation acclimatation nom f s 0.14 0.81 0.14 0.81 -acclimate acclimater ver 0.52 1.96 0.01 0.20 ind:pre:1s;ind:pre:3s; -acclimatement acclimatement nom m s 0.00 0.14 0.00 0.14 -acclimatent acclimater ver 0.52 1.96 0.01 0.00 ind:pre:3p; -acclimater acclimater ver 0.52 1.96 0.45 1.08 inf; -acclimaterait acclimater ver 0.52 1.96 0.00 0.07 cnd:pre:3s; -acclimates acclimater ver 0.52 1.96 0.00 0.07 ind:pre:2s; -acclimatez acclimater ver 0.52 1.96 0.02 0.00 imp:pre:2p;ind:pre:2p; -acclimaté acclimater ver m s 0.52 1.96 0.02 0.27 par:pas; -acclimatés acclimater ver m p 0.52 1.96 0.01 0.14 par:pas; -accointance accointance nom f s 0.14 0.88 0.14 0.20 -accointances accointance nom f p 0.14 0.88 0.00 0.68 -accointé accointer ver m s 0.00 0.14 0.00 0.07 par:pas; -accointés accointer ver m p 0.00 0.14 0.00 0.07 par:pas; -accola accoler ver 0.32 2.70 0.00 0.07 ind:pas:3s; -accolade accolade nom f s 0.96 2.23 0.84 1.69 -accolades accolade nom f p 0.96 2.23 0.12 0.54 -accolait accoler ver 0.32 2.70 0.00 0.14 ind:imp:3s; -accolant accoler ver 0.32 2.70 0.14 0.00 par:pre; -accole accoler ver 0.32 2.70 0.00 0.14 ind:pre:3s; -accolement accolement nom m s 0.00 0.07 0.00 0.07 -accolent accoler ver 0.32 2.70 0.00 0.07 ind:pre:3p; -accoler accoler ver 0.32 2.70 0.00 0.27 inf; -accolerais accoler ver 0.32 2.70 0.01 0.00 cnd:pre:1s; -accolé accoler ver m s 0.32 2.70 0.03 0.74 par:pas; -accolée accoler ver f s 0.32 2.70 0.14 0.41 par:pas; -accolées accoler ver f p 0.32 2.70 0.00 0.41 par:pas; -accolés accoler ver m p 0.32 2.70 0.00 0.47 par:pas; -accommoda accommoder ver 2.25 14.19 0.00 0.68 ind:pas:3s; -accommodai accommoder ver 2.25 14.19 0.00 0.07 ind:pas:1s; -accommodaient accommoder ver 2.25 14.19 0.00 1.15 ind:imp:3p; -accommodais accommoder ver 2.25 14.19 0.01 0.27 ind:imp:1s; -accommodait accommoder ver 2.25 14.19 0.01 2.23 ind:imp:3s; -accommodant accommodant adj m s 0.41 0.47 0.22 0.14 -accommodante accommodant adj f s 0.41 0.47 0.14 0.20 -accommodantes accommodant adj f p 0.41 0.47 0.00 0.07 -accommodants accommodant adj m p 0.41 0.47 0.04 0.07 -accommodation accommodation nom f s 0.04 0.41 0.04 0.41 -accommodatrices accommodateur adj f p 0.00 0.07 0.00 0.07 -accommode accommoder ver 2.25 14.19 0.78 1.96 imp:pre:2s;ind:pre:1s;ind:pre:3s; -accommodement accommodement nom m s 0.11 1.01 0.11 0.61 -accommodements accommodement nom m p 0.11 1.01 0.00 0.41 -accommodent accommoder ver 2.25 14.19 0.13 0.34 ind:pre:3p; -accommoder accommoder ver 2.25 14.19 0.69 4.26 inf; -accommodera accommoder ver 2.25 14.19 0.01 0.07 ind:fut:3s; -accommoderai accommoder ver 2.25 14.19 0.06 0.14 ind:fut:1s; -accommoderaient accommoder ver 2.25 14.19 0.00 0.14 cnd:pre:3p; -accommoderais accommoder ver 2.25 14.19 0.16 0.20 cnd:pre:1s; -accommoderait accommoder ver 2.25 14.19 0.11 0.27 cnd:pre:3s; -accommoderez accommoder ver 2.25 14.19 0.02 0.00 ind:fut:2p; -accommoderions accommoder ver 2.25 14.19 0.00 0.07 cnd:pre:1p; -accommoderont accommoder ver 2.25 14.19 0.01 0.20 ind:fut:3p; -accommodions accommoder ver 2.25 14.19 0.00 0.07 ind:imp:1p; -accommodons accommoder ver 2.25 14.19 0.00 0.07 ind:pre:1p; -accommodât accommoder ver 2.25 14.19 0.00 0.14 sub:imp:3s; -accommodèrent accommoder ver 2.25 14.19 0.10 0.07 ind:pas:3p; -accommodé accommoder ver m s 2.25 14.19 0.13 0.54 par:pas; -accommodée accommoder ver f s 2.25 14.19 0.03 0.27 par:pas; -accommodés accommoder ver m p 2.25 14.19 0.00 0.41 par:pas; -accompagna accompagner ver 90.56 124.46 0.15 9.46 ind:pas:3s; -accompagnai accompagner ver 90.56 124.46 0.03 1.28 ind:pas:1s; -accompagnaient accompagner ver 90.56 124.46 0.43 4.73 ind:imp:3p; -accompagnais accompagner ver 90.56 124.46 0.40 1.76 ind:imp:1s;ind:imp:2s; -accompagnait accompagner ver 90.56 124.46 2.04 15.68 ind:imp:3s; -accompagnant accompagner ver 90.56 124.46 0.61 5.00 par:pre; -accompagnateur accompagnateur nom m s 0.78 1.01 0.40 0.27 -accompagnateurs accompagnateur nom m p 0.78 1.01 0.29 0.68 -accompagnatrice accompagnateur nom f s 0.78 1.01 0.09 0.07 -accompagnatrices accompagnatrice nom f p 0.02 0.00 0.02 0.00 -accompagne accompagner ver 90.56 124.46 33.28 15.14 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:1s; -accompagnement accompagnement nom m s 0.65 2.57 0.61 2.50 -accompagnements accompagnement nom m p 0.65 2.57 0.03 0.07 -accompagnent accompagner ver 90.56 124.46 2.08 4.05 ind:pre:3p; -accompagner accompagner ver 90.56 124.46 24.87 22.23 ind:pre:2p;inf; -accompagnera accompagner ver 90.56 124.46 1.81 0.61 ind:fut:3s; -accompagnerai accompagner ver 90.56 124.46 1.01 0.61 ind:fut:1s; -accompagneraient accompagner ver 90.56 124.46 0.00 0.27 cnd:pre:3p; -accompagnerais accompagner ver 90.56 124.46 0.16 0.27 cnd:pre:1s;cnd:pre:2s; -accompagnerait accompagner ver 90.56 124.46 0.09 1.22 cnd:pre:3s; -accompagneras accompagner ver 90.56 124.46 0.52 0.27 ind:fut:2s; -accompagnerez accompagner ver 90.56 124.46 0.65 0.27 ind:fut:2p; -accompagneriez accompagner ver 90.56 124.46 0.12 0.00 cnd:pre:2p; -accompagnerons accompagner ver 90.56 124.46 0.25 0.00 ind:fut:1p; -accompagneront accompagner ver 90.56 124.46 0.52 0.14 ind:fut:3p; -accompagnes accompagner ver 90.56 124.46 5.48 0.68 ind:pre:2s;sub:pre:2s; -accompagnez accompagner ver 90.56 124.46 4.41 0.95 imp:pre:2p;ind:pre:2p; -accompagniez accompagner ver 90.56 124.46 0.45 0.07 ind:imp:2p;sub:pre:2p; -accompagnions accompagner ver 90.56 124.46 0.02 0.00 ind:imp:1p; -accompagnâmes accompagner ver 90.56 124.46 0.00 0.14 ind:pas:1p; -accompagnons accompagner ver 90.56 124.46 0.73 0.27 imp:pre:1p;ind:pre:1p; -accompagnât accompagner ver 90.56 124.46 0.00 0.54 sub:imp:3s; -accompagnèrent accompagner ver 90.56 124.46 0.00 0.95 ind:pas:3p; -accompagné accompagner ver m s 90.56 124.46 5.67 21.49 par:pas; -accompagnée accompagner ver f s 90.56 124.46 3.67 9.93 par:pas; -accompagnées accompagner ver f p 90.56 124.46 0.10 2.03 par:pas; -accompagnés accompagner ver m p 90.56 124.46 1.00 4.46 par:pas; -accomplît accomplir ver 25.00 55.20 0.00 0.20 sub:imp:3s; -accompli accomplir ver m s 25.00 55.20 5.98 9.59 par:pas; -accomplie accompli adj f s 4.79 10.54 3.00 3.04 -accomplies accomplir ver f p 25.00 55.20 0.23 1.08 par:pas; -accomplir accomplir ver 25.00 55.20 9.31 22.23 inf; -accomplira accomplir ver 25.00 55.20 0.55 0.61 ind:fut:3s; -accomplirai accomplir ver 25.00 55.20 0.33 0.14 ind:fut:1s; -accompliraient accomplir ver 25.00 55.20 0.01 0.20 cnd:pre:3p; -accomplirais accomplir ver 25.00 55.20 0.00 0.14 cnd:pre:1s; -accomplirait accomplir ver 25.00 55.20 0.12 0.47 cnd:pre:3s; -accompliras accomplir ver 25.00 55.20 0.05 0.00 ind:fut:2s; -accomplirent accomplir ver 25.00 55.20 0.01 0.27 ind:pas:3p; -accomplirez accomplir ver 25.00 55.20 0.09 0.14 ind:fut:2p; -accomplirons accomplir ver 25.00 55.20 0.17 0.14 ind:fut:1p; -accompliront accomplir ver 25.00 55.20 0.04 0.07 ind:fut:3p; -accomplis accomplir ver m p 25.00 55.20 1.51 2.70 imp:pre:2s;ind:pre:1s;ind:pre:2s;par:pas; -accomplissaient accomplir ver 25.00 55.20 0.00 0.68 ind:imp:3p; -accomplissais accomplir ver 25.00 55.20 0.02 0.74 ind:imp:1s; -accomplissait accomplir ver 25.00 55.20 0.05 3.78 ind:imp:3s; -accomplissant accomplir ver 25.00 55.20 0.17 2.36 par:pre; -accomplisse accomplir ver 25.00 55.20 1.04 0.95 sub:pre:1s;sub:pre:3s; -accomplissement accomplissement nom m s 1.50 4.46 1.27 4.26 -accomplissements accomplissement nom m p 1.50 4.46 0.22 0.20 -accomplissent accomplir ver 25.00 55.20 1.12 0.95 ind:pre:3p; -accomplissez accomplir ver 25.00 55.20 0.54 0.00 imp:pre:2p;ind:pre:2p; -accomplissiez accomplir ver 25.00 55.20 0.02 0.00 ind:imp:2p; -accomplissions accomplir ver 25.00 55.20 0.16 0.34 ind:imp:1p; -accomplissons accomplir ver 25.00 55.20 0.28 0.14 imp:pre:1p;ind:pre:1p; -accomplit accomplir ver 25.00 55.20 2.14 4.73 ind:pre:3s;ind:pas:3s; -accord accord nom m s 766.20 136.15 761.77 124.66 -accorda accorder ver 52.27 67.84 0.38 2.97 ind:pas:3s; -accordai accorder ver 52.27 67.84 0.00 0.54 ind:pas:1s; -accordaient accorder ver 52.27 67.84 0.17 2.43 ind:imp:3p; -accordailles accordailles nom f p 0.00 0.07 0.00 0.07 -accordais accorder ver 52.27 67.84 0.44 1.55 ind:imp:1s;ind:imp:2s; -accordait accorder ver 52.27 67.84 0.70 9.66 ind:imp:3s; -accordant accorder ver 52.27 67.84 0.24 1.76 par:pre; -accordas accorder ver 52.27 67.84 0.01 0.07 ind:pas:2s; -accordassent accorder ver 52.27 67.84 0.00 0.14 sub:imp:3p; -accorde accorder ver 52.27 67.84 17.04 11.76 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:1s;sub:pre:3s; -accordement accordement nom m s 0.00 0.07 0.00 0.07 -accordent accorder ver 52.27 67.84 1.31 2.50 ind:pre:3p; -accorder accorder ver 52.27 67.84 10.59 14.73 inf; -accordera accorder ver 52.27 67.84 0.98 0.14 ind:fut:3s; -accorderai accorder ver 52.27 67.84 0.46 0.00 ind:fut:1s; -accorderaient accorder ver 52.27 67.84 0.00 0.20 cnd:pre:3p; -accorderais accorder ver 52.27 67.84 0.24 0.14 cnd:pre:1s;cnd:pre:2s; -accorderait accorder ver 52.27 67.84 0.08 0.74 cnd:pre:3s; -accorderas accorder ver 52.27 67.84 0.06 0.07 ind:fut:2s; -accorderez accorder ver 52.27 67.84 0.52 0.20 ind:fut:2p; -accorderiez accorder ver 52.27 67.84 0.14 0.07 cnd:pre:2p; -accorderons accorder ver 52.27 67.84 0.14 0.00 ind:fut:1p; -accorderont accorder ver 52.27 67.84 0.14 0.20 ind:fut:3p; -accordes accorder ver 52.27 67.84 1.23 0.07 ind:pre:2s; -accordeur accordeur nom m s 0.25 0.61 0.25 0.61 -accordez accorder ver 52.27 67.84 6.00 0.81 imp:pre:2p;ind:pre:2p; -accordiez accorder ver 52.27 67.84 0.30 0.00 ind:imp:2p;sub:pre:2p; -accordions accorder ver 52.27 67.84 0.05 0.20 ind:imp:1p; -accordo accordo nom m s 0.01 0.07 0.01 0.07 -accordons accorder ver 52.27 67.84 0.75 0.47 imp:pre:1p;ind:pre:1p; -accordât accorder ver 52.27 67.84 0.00 0.88 sub:imp:3s; -accords accord nom m p 766.20 136.15 4.42 11.49 -accordèrent accorder ver 52.27 67.84 0.01 0.54 ind:pas:3p; -accordé accorder ver m s 52.27 67.84 6.87 7.43 par:pas; -accordée accorder ver f s 52.27 67.84 2.23 4.93 par:pas; -accordées accorder ver f p 52.27 67.84 0.36 1.22 par:pas; -accordéon accordéon nom m s 3.24 5.47 3.02 4.80 -accordéoniste accordéoniste nom s 0.26 1.69 0.26 1.42 -accordéonistes accordéoniste nom p 0.26 1.69 0.00 0.27 -accordéons accordéon nom m p 3.24 5.47 0.22 0.68 -accordés accorder ver m p 52.27 67.84 0.85 1.42 par:pas; -accore accore adj f s 0.00 0.14 0.00 0.14 -accores accore nom m p 0.00 0.07 0.00 0.07 -accort accort adj m s 0.03 0.68 0.01 0.20 -accorte accort adj f s 0.03 0.68 0.02 0.27 -accortes accort adj f p 0.03 0.68 0.00 0.14 -accorts accort adj m p 0.03 0.68 0.00 0.07 -accosta accoster ver 1.86 4.19 0.11 0.54 ind:pas:3s; -accostage accostage nom m s 0.47 0.88 0.47 0.88 -accostaient accoster ver 1.86 4.19 0.00 0.14 ind:imp:3p; -accostais accoster ver 1.86 4.19 0.00 0.07 ind:imp:1s; -accostait accoster ver 1.86 4.19 0.11 0.47 ind:imp:3s; -accostant accoster ver 1.86 4.19 0.01 0.27 par:pre; -accoste accoster ver 1.86 4.19 0.27 0.54 imp:pre:2s;ind:pre:1s;ind:pre:3s; -accostent accoster ver 1.86 4.19 0.13 0.27 ind:pre:3p; -accoster accoster ver 1.86 4.19 0.67 1.35 inf; -accosterez accoster ver 1.86 4.19 0.03 0.00 ind:fut:2p; -accosterons accoster ver 1.86 4.19 0.01 0.00 ind:fut:1p; -accostez accoster ver 1.86 4.19 0.14 0.00 imp:pre:2p;ind:pre:2p; -accostiez accoster ver 1.86 4.19 0.01 0.07 ind:imp:2p; -accostons accoster ver 1.86 4.19 0.01 0.00 imp:pre:1p; -accosté accoster ver m s 1.86 4.19 0.23 0.27 par:pas; -accostée accoster ver f s 1.86 4.19 0.15 0.14 par:pas; -accostées accoster ver f p 1.86 4.19 0.00 0.07 par:pas; -accota accoter ver 0.00 2.43 0.00 0.27 ind:pas:3s; -accotaient accoter ver 0.00 2.43 0.00 0.14 ind:imp:3p; -accotait accoter ver 0.00 2.43 0.00 0.14 ind:imp:3s; -accotant accoter ver 0.00 2.43 0.00 0.34 par:pre; -accote accoter ver 0.00 2.43 0.00 0.14 ind:pre:3s; -accotement accotement nom m s 0.01 1.42 0.01 1.08 -accotements accotement nom m p 0.01 1.42 0.00 0.34 -accotent accoter ver 0.00 2.43 0.00 0.07 ind:pre:3p; -accoter accoter ver 0.00 2.43 0.00 0.07 inf; -accotoirs accotoir nom m p 0.00 0.07 0.00 0.07 -accotons accoter ver 0.00 2.43 0.00 0.07 ind:pre:1p; -accotèrent accoter ver 0.00 2.43 0.00 0.07 ind:pas:3p; -accoté accoter ver m s 0.00 2.43 0.00 0.54 par:pas; -accotée accoter ver f s 0.00 2.43 0.00 0.27 par:pas; -accotées accoter ver f p 0.00 2.43 0.00 0.14 par:pas; -accotés accoter ver m p 0.00 2.43 0.00 0.20 par:pas; -accoucha accoucher ver 16.49 7.43 0.14 0.54 ind:pas:3s; -accouchaient accoucher ver 16.49 7.43 0.03 0.20 ind:imp:3p; -accouchais accoucher ver 16.49 7.43 0.05 0.00 ind:imp:1s; -accouchait accoucher ver 16.49 7.43 0.17 0.41 ind:imp:3s; -accouchant accoucher ver 16.49 7.43 0.58 0.00 par:pre; -accouche accoucher ver 16.49 7.43 4.54 1.22 imp:pre:2s;ind:pre:1s;ind:pre:3s; -accouchement accouchement nom m s 5.96 3.92 5.47 3.24 -accouchements accouchement nom m p 5.96 3.92 0.48 0.68 -accouchent accoucher ver 16.49 7.43 0.08 0.14 ind:pre:3p; -accoucher accoucher ver 16.49 7.43 6.56 3.51 inf; -accouchera accoucher ver 16.49 7.43 0.04 0.00 ind:fut:3s; -accoucherait accoucher ver 16.49 7.43 0.16 0.07 cnd:pre:3s; -accoucheras accoucher ver 16.49 7.43 0.14 0.00 ind:fut:2s; -accouches accoucher ver 16.49 7.43 0.46 0.20 ind:pre:2s; -accoucheur accoucheur nom m s 0.19 0.81 0.06 0.47 -accoucheurs accoucheur nom m p 0.19 0.81 0.00 0.14 -accoucheuse accoucheur nom f s 0.19 0.81 0.13 0.20 -accouchez accoucher ver 16.49 7.43 0.29 0.00 imp:pre:2p;ind:pre:2p; -accouché accoucher ver m s 16.49 7.43 3.08 1.08 par:pas; -accouchée accoucher ver f s 16.49 7.43 0.16 0.00 par:pas; -accouchées accouchée nom f p 0.39 1.15 0.37 0.34 -accouchés accoucher ver m p 16.49 7.43 0.01 0.07 par:pas; -accouda accouder ver 0.34 17.70 0.00 2.97 ind:pas:3s; -accoudai accouder ver 0.34 17.70 0.00 0.47 ind:pas:1s; -accoudaient accouder ver 0.34 17.70 0.00 0.27 ind:imp:3p; -accoudais accouder ver 0.34 17.70 0.00 0.20 ind:imp:1s; -accoudait accouder ver 0.34 17.70 0.00 0.61 ind:imp:3s; -accoudant accouder ver 0.34 17.70 0.00 0.95 par:pre; -accoude accouder ver 0.34 17.70 0.02 1.22 ind:pre:3s; -accouder accouder ver 0.34 17.70 0.01 1.42 inf; -accoudions accouder ver 0.34 17.70 0.00 0.07 ind:imp:1p; -accoudoir accoudoir nom m s 0.46 5.20 0.40 2.23 -accoudoirs accoudoir nom m p 0.46 5.20 0.06 2.97 -accoudons accouder ver 0.34 17.70 0.00 0.07 ind:pre:1p; -accoudèrent accouder ver 0.34 17.70 0.00 0.27 ind:pas:3p; -accoudé accouder ver m s 0.34 17.70 0.25 5.00 par:pas; -accoudée accouder ver f s 0.34 17.70 0.03 2.50 par:pas; -accoudées accouder ver f p 0.34 17.70 0.00 0.14 par:pas; -accoudés accouder ver m p 0.34 17.70 0.03 1.55 par:pas; -accoupla accoupler ver 2.11 3.24 0.01 0.07 ind:pas:3s; -accouplaient accoupler ver 2.11 3.24 0.01 0.27 ind:imp:3p; -accouplais accoupler ver 2.11 3.24 0.00 0.07 ind:imp:1s; -accouplait accoupler ver 2.11 3.24 0.01 0.20 ind:imp:3s; -accouplant accoupler ver 2.11 3.24 0.06 0.07 par:pre; -accouple accoupler ver 2.11 3.24 0.34 0.07 ind:pre:1s;ind:pre:3s; -accouplement accouplement nom m s 0.78 2.50 0.72 1.69 -accouplements accouplement nom m p 0.78 2.50 0.05 0.81 -accouplent accoupler ver 2.11 3.24 0.49 0.34 ind:pre:3p; -accoupler accoupler ver 2.11 3.24 0.81 0.74 inf; -accouplera accoupler ver 2.11 3.24 0.05 0.00 ind:fut:3s; -accouplerait accoupler ver 2.11 3.24 0.00 0.07 cnd:pre:3s; -accoupleront accoupler ver 2.11 3.24 0.03 0.00 ind:fut:3p; -accouplèrent accoupler ver 2.11 3.24 0.00 0.07 ind:pas:3p; -accouplé accoupler ver m s 2.11 3.24 0.06 0.27 par:pas; -accouplée accoupler ver f s 2.11 3.24 0.01 0.07 par:pas; -accouplées accoupler ver f p 2.11 3.24 0.11 0.20 par:pas; -accouplés accoupler ver m p 2.11 3.24 0.12 0.74 par:pas; -accourût accourir ver 5.17 19.05 0.00 0.07 sub:imp:3s; -accouraient accourir ver 5.17 19.05 0.04 1.49 ind:imp:3p; -accourais accourir ver 5.17 19.05 0.01 0.14 ind:imp:1s; -accourait accourir ver 5.17 19.05 0.16 2.43 ind:imp:3s; -accourant accourir ver 5.17 19.05 0.02 0.34 par:pre; -accourcissant accourcir ver 0.00 0.07 0.00 0.07 par:pre; -accoure accourir ver 5.17 19.05 0.15 0.14 sub:pre:1s;sub:pre:3s; -accourent accourir ver 5.17 19.05 0.32 0.81 ind:pre:3p; -accoures accourir ver 5.17 19.05 0.01 0.00 sub:pre:2s; -accourez accourir ver 5.17 19.05 0.37 0.14 imp:pre:2p;ind:pre:2p; -accouriez accourir ver 5.17 19.05 0.01 0.00 ind:imp:2p; -accourir accourir ver 5.17 19.05 0.57 2.84 inf; -accourons accourir ver 5.17 19.05 0.29 0.07 ind:pre:1p; -accourra accourir ver 5.17 19.05 0.05 0.07 ind:fut:3s; -accourrai accourir ver 5.17 19.05 0.03 0.07 ind:fut:1s; -accourraient accourir ver 5.17 19.05 0.00 0.14 cnd:pre:3p; -accourrais accourir ver 5.17 19.05 0.02 0.00 cnd:pre:1s; -accourrait accourir ver 5.17 19.05 0.04 0.20 cnd:pre:3s; -accourront accourir ver 5.17 19.05 0.04 0.07 ind:fut:3p; -accours accourir ver 5.17 19.05 0.70 0.34 imp:pre:2s;ind:pre:1s;ind:pre:2s; -accourt accourir ver 5.17 19.05 0.91 2.57 ind:pre:3s; -accouru accourir ver m s 5.17 19.05 0.60 1.82 par:pas; -accourue accourir ver f s 5.17 19.05 0.01 0.47 par:pas; -accourues accourir ver f p 5.17 19.05 0.14 0.41 par:pas; -accoururent accourir ver 5.17 19.05 0.21 0.74 ind:pas:3p; -accourus accourir ver m p 5.17 19.05 0.34 1.69 ind:pas:1s;par:pas; -accourussent accourir ver 5.17 19.05 0.00 0.07 sub:imp:3p; -accourut accourir ver 5.17 19.05 0.14 1.96 ind:pas:3s; -accoutre accoutrer ver 0.06 0.54 0.00 0.07 ind:pre:3s; -accoutrement accoutrement nom m s 1.29 2.70 1.19 2.09 -accoutrements accoutrement nom m p 1.29 2.70 0.11 0.61 -accoutré accoutrer ver m s 0.06 0.54 0.04 0.27 par:pas; -accoutrée accoutré adj f s 0.02 0.41 0.00 0.20 -accoutrés accoutrer ver m p 0.06 0.54 0.02 0.14 par:pas; -accoutuma accoutumer ver 0.89 9.12 0.00 0.07 ind:pas:3s; -accoutumai accoutumer ver 0.89 9.12 0.00 0.07 ind:pas:1s; -accoutumaient accoutumer ver 0.89 9.12 0.00 0.20 ind:imp:3p; -accoutumais accoutumer ver 0.89 9.12 0.00 0.07 ind:imp:1s; -accoutumait accoutumer ver 0.89 9.12 0.00 0.20 ind:imp:3s; -accoutumance accoutumance nom f s 0.30 1.28 0.20 1.28 -accoutumances accoutumance nom f p 0.30 1.28 0.10 0.00 -accoutumant accoutumer ver 0.89 9.12 0.00 0.14 par:pre; -accoutume accoutumer ver 0.89 9.12 0.03 0.54 ind:pre:1s;ind:pre:3s; -accoutument accoutumer ver 0.89 9.12 0.00 0.20 ind:pre:3p; -accoutumer accoutumer ver 0.89 9.12 0.33 1.08 inf; -accoutumerait accoutumer ver 0.89 9.12 0.00 0.07 cnd:pre:3s; -accoutumé accoutumer ver m s 0.89 9.12 0.39 3.58 par:pas; -accoutumée accoutumer ver f s 0.89 9.12 0.11 1.35 par:pas; -accoutumées accoutumé adj f p 0.26 5.00 0.14 0.07 -accoutumés accoutumer ver m p 0.89 9.12 0.02 1.22 par:pas; -accouvée accouver ver f s 0.00 0.07 0.00 0.07 par:pas; -accrût accroître ver 3.51 11.15 0.00 0.07 sub:imp:3s; -accras accra nom m p 0.10 0.00 0.10 0.00 -accro accro adj m s 6.81 0.68 6.22 0.61 -accroît accroître ver 3.51 11.15 1.12 1.76 ind:pre:3s; -accroîtra accroître ver 3.51 11.15 0.12 0.00 ind:fut:3s; -accroîtrait accroître ver 3.51 11.15 0.01 0.00 cnd:pre:3s; -accroître accroître ver 3.51 11.15 1.46 3.99 inf; -accroîtront accroître ver 3.51 11.15 0.01 0.07 ind:fut:3p; -accroc accroc nom m s 1.90 3.11 1.67 2.57 -accrocha accrocher ver 51.56 99.93 0.02 5.68 ind:pas:3s; -accrochage accrochage nom m s 2.06 1.49 1.44 0.88 -accrochages accrochage nom m p 2.06 1.49 0.62 0.61 -accrochai accrocher ver 51.56 99.93 0.00 1.01 ind:pas:1s; -accrochaient accrocher ver 51.56 99.93 0.06 4.73 ind:imp:3p; -accrochais accrocher ver 51.56 99.93 0.47 1.01 ind:imp:1s;ind:imp:2s; -accrochait accrocher ver 51.56 99.93 0.56 10.34 ind:imp:3s; -accrochant accrocher ver 51.56 99.93 0.43 4.59 par:pre; -accroche_coeur accroche_coeur nom m s 0.00 0.74 0.00 0.34 -accroche_coeur accroche_coeur nom m p 0.00 0.74 0.00 0.41 -accroche accrocher ver 51.56 99.93 16.39 13.18 imp:pre:2s;ind:pre:1s;ind:pre:3s; -accrochent accrocher ver 51.56 99.93 1.37 2.64 ind:pre:3p; -accrocher accrocher ver 51.56 99.93 10.46 14.32 inf; -accrochera accrocher ver 51.56 99.93 0.15 0.07 ind:fut:3s; -accrocherai accrocher ver 51.56 99.93 0.38 0.14 ind:fut:1s; -accrocheraient accrocher ver 51.56 99.93 0.00 0.07 cnd:pre:3p; -accrocherais accrocher ver 51.56 99.93 0.04 0.20 cnd:pre:1s; -accrocherait accrocher ver 51.56 99.93 0.04 0.07 cnd:pre:3s; -accrocherez accrocher ver 51.56 99.93 0.17 0.00 ind:fut:2p; -accrocheriez accrocher ver 51.56 99.93 0.00 0.07 cnd:pre:2p; -accrocheront accrocher ver 51.56 99.93 0.02 0.00 ind:fut:3p; -accroches accrocher ver 51.56 99.93 2.09 0.07 ind:pre:2s;sub:pre:2s; -accrocheur accrocheur adj m s 0.59 0.34 0.55 0.14 -accrocheurs accrocheur adj m p 0.59 0.34 0.03 0.14 -accrocheuse accrocheur adj f s 0.59 0.34 0.02 0.00 -accrocheuses accrocheur adj f p 0.59 0.34 0.00 0.07 -accrochez accrocher ver 51.56 99.93 8.03 0.27 imp:pre:2p;ind:pre:2p; -accrochiez accrocher ver 51.56 99.93 0.17 0.00 ind:imp:2p; -accrochions accrocher ver 51.56 99.93 0.02 0.47 ind:imp:1p; -accrochons accrocher ver 51.56 99.93 0.12 0.07 imp:pre:1p;ind:pre:1p; -accrochât accrocher ver 51.56 99.93 0.00 0.14 sub:imp:3s; -accrochèrent accrocher ver 51.56 99.93 0.02 0.61 ind:pas:3p; -accroché accrocher ver m s 51.56 99.93 6.13 15.95 par:pas; -accrochée accrocher ver f s 51.56 99.93 2.06 9.86 par:pas; -accrochées accrocher ver f p 51.56 99.93 0.80 5.81 par:pas; -accrochés accrocher ver m p 51.56 99.93 1.56 8.58 par:pas; -accrocs accroc nom m p 1.90 3.11 0.23 0.54 -accroire accroire ver 0.02 0.54 0.02 0.54 inf; -accrois accroître ver 3.51 11.15 0.01 0.07 ind:pre:1s; -accroissaient accroître ver 3.51 11.15 0.01 0.20 ind:imp:3p; -accroissait accroître ver 3.51 11.15 0.00 0.95 ind:imp:3s; -accroissant accroître ver 3.51 11.15 0.04 0.14 par:pre; -accroisse accroître ver 3.51 11.15 0.00 0.07 sub:pre:3s; -accroissement accroissement nom m s 0.41 1.28 0.41 1.28 -accroissent accroître ver 3.51 11.15 0.04 0.27 ind:pre:3p; -accroissez accroître ver 3.51 11.15 0.04 0.00 imp:pre:2p;ind:pre:2p; -accros accro nom m p 2.56 0.07 0.90 0.07 -accroupi accroupir ver m s 2.00 24.93 0.72 8.24 par:pas; -accroupie accroupir ver f s 2.00 24.93 0.47 3.31 par:pas; -accroupies accroupir ver f p 2.00 24.93 0.00 0.81 par:pas; -accroupir accroupir ver 2.00 24.93 0.09 2.70 inf; -accroupirent accroupir ver 2.00 24.93 0.00 0.47 ind:pas:3p; -accroupis accroupir ver m p 2.00 24.93 0.23 2.84 imp:pre:2s;ind:pre:1s;ind:pre:2s;par:pas; -accroupissaient accroupir ver 2.00 24.93 0.00 0.27 ind:imp:3p; -accroupissais accroupir ver 2.00 24.93 0.01 0.07 ind:imp:1s; -accroupissait accroupir ver 2.00 24.93 0.15 0.07 ind:imp:3s; -accroupissant accroupir ver 2.00 24.93 0.00 0.34 par:pre; -accroupisse accroupir ver 2.00 24.93 0.01 0.07 sub:pre:1s;sub:pre:3s; -accroupissement accroupissement nom m s 0.00 0.20 0.00 0.20 -accroupissent accroupir ver 2.00 24.93 0.02 0.34 ind:pre:3p; -accroupissons accroupir ver 2.00 24.93 0.00 0.14 ind:pre:1p; -accroupit accroupir ver 2.00 24.93 0.29 5.27 ind:pre:3s;ind:pas:3s; -accru accroître ver m s 3.51 11.15 0.39 1.08 par:pas; -accrédita accréditer ver 0.36 1.55 0.00 0.07 ind:pas:3s; -accréditaient accréditer ver 0.36 1.55 0.01 0.07 ind:imp:3p; -accréditait accréditer ver 0.36 1.55 0.00 0.07 ind:imp:3s; -accréditant accréditer ver 0.36 1.55 0.00 0.07 par:pre; -accréditation accréditation nom f s 0.27 0.00 0.19 0.00 -accréditations accréditation nom f p 0.27 0.00 0.07 0.00 -accréditer accréditer ver 0.36 1.55 0.03 0.74 inf; -accréditif accréditif nom m s 0.00 0.07 0.00 0.07 -accrédité accrédité adj m s 0.14 0.27 0.07 0.20 -accréditée accréditer ver f s 0.36 1.55 0.04 0.14 par:pas; -accrédités accréditer ver m p 0.36 1.55 0.23 0.07 par:pas; -accrue accru adj f s 0.57 3.04 0.29 2.09 -accrues accroître ver f p 3.51 11.15 0.10 0.20 par:pas; -accrurent accroître ver 3.51 11.15 0.01 0.27 ind:pas:3p; -accrus accroître ver m p 3.51 11.15 0.04 0.14 par:pas; -accrut accroître ver 3.51 11.15 0.02 0.81 ind:pas:3s; -accrétion accrétion nom f s 0.03 0.00 0.03 0.00 -accède accéder ver 8.58 12.97 0.95 1.42 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -accèdent accéder ver 8.58 12.97 0.06 0.41 ind:pre:3p; -accèdes accéder ver 8.58 12.97 0.04 0.00 ind:pre:2s; -accès accès nom m 29.53 23.78 29.53 23.78 -accu accu nom m s 0.11 0.34 0.00 0.07 -accéda accéder ver 8.58 12.97 0.03 0.34 ind:pas:3s; -accédai accéder ver 8.58 12.97 0.00 0.14 ind:pas:1s; -accédaient accéder ver 8.58 12.97 0.00 0.34 ind:imp:3p; -accédais accéder ver 8.58 12.97 0.04 0.20 ind:imp:1s; -accédait accéder ver 8.58 12.97 0.22 2.70 ind:imp:3s; -accédant accéder ver 8.58 12.97 0.03 0.20 par:pre; -accéder accéder ver 8.58 12.97 6.29 5.81 inf; -accédera accéder ver 8.58 12.97 0.05 0.07 ind:fut:3s; -accéderai accéder ver 8.58 12.97 0.03 0.00 ind:fut:1s; -accéderaient accéder ver 8.58 12.97 0.00 0.14 cnd:pre:3p; -accéderais accéder ver 8.58 12.97 0.02 0.14 cnd:pre:1s; -accéderait accéder ver 8.58 12.97 0.01 0.07 cnd:pre:3s; -accéderas accéder ver 8.58 12.97 0.02 0.00 ind:fut:2s; -accédez accéder ver 8.58 12.97 0.11 0.00 imp:pre:2p;ind:pre:2p; -accédâmes accéder ver 8.58 12.97 0.00 0.07 ind:pas:1p; -accédons accéder ver 8.58 12.97 0.00 0.20 ind:pre:1p; -accédé accéder ver m s 8.58 12.97 0.68 0.74 par:pas; -accueil accueil nom m s 13.83 16.42 13.83 16.22 -accueillît accueillir ver 31.98 54.73 0.00 0.20 sub:imp:3s; -accueillaient accueillir ver 31.98 54.73 0.00 1.08 ind:imp:3p; -accueillais accueillir ver 31.98 54.73 0.26 0.34 ind:imp:1s;ind:imp:2s; -accueillait accueillir ver 31.98 54.73 0.42 5.88 ind:imp:3s; -accueillant accueillant adj m s 2.07 5.07 1.21 1.82 -accueillante accueillant adj f s 2.07 5.07 0.47 2.09 -accueillantes accueillant adj f p 2.07 5.07 0.14 0.27 -accueillants accueillant adj m p 2.07 5.07 0.25 0.88 -accueille accueillir ver 31.98 54.73 4.58 6.08 imp:pre:2s;ind:pre:1s;ind:pre:3s; -accueillent accueillir ver 31.98 54.73 0.90 1.76 ind:pre:3p; -accueillera accueillir ver 31.98 54.73 1.07 0.47 ind:fut:3s; -accueillerai accueillir ver 31.98 54.73 0.25 0.07 ind:fut:1s; -accueilleraient accueillir ver 31.98 54.73 0.17 0.00 cnd:pre:3p; -accueillerait accueillir ver 31.98 54.73 0.16 0.74 cnd:pre:3s; -accueilleras accueillir ver 31.98 54.73 0.01 0.00 ind:fut:2s; -accueillerez accueillir ver 31.98 54.73 0.24 0.07 ind:fut:2p; -accueilleriez accueillir ver 31.98 54.73 0.02 0.00 cnd:pre:2p; -accueillerons accueillir ver 31.98 54.73 0.13 0.07 ind:fut:1p; -accueilleront accueillir ver 31.98 54.73 0.10 0.27 ind:fut:3p; -accueilles accueillir ver 31.98 54.73 0.22 0.07 ind:pre:2s; -accueillez accueillir ver 31.98 54.73 0.97 0.14 imp:pre:2p;ind:pre:2p; -accueilli accueillir ver m s 31.98 54.73 3.79 7.91 par:pas; -accueillie accueillir ver f s 31.98 54.73 0.65 2.23 par:pas; -accueillies accueillir ver f p 31.98 54.73 0.05 0.61 par:pas; -accueillir accueillir ver 31.98 54.73 14.39 13.99 inf; -accueillirent accueillir ver 31.98 54.73 0.03 1.49 ind:pas:3p; -accueillis accueillir ver m p 31.98 54.73 0.98 3.18 ind:pas:1s;par:pas; -accueillit accueillir ver 31.98 54.73 0.50 6.69 ind:pas:3s; -accueillons accueillir ver 31.98 54.73 1.88 0.07 imp:pre:1p;ind:pre:1p; -accueils accueil nom m p 13.83 16.42 0.00 0.20 -accula acculer ver 1.03 4.93 0.00 0.07 ind:pas:3s; -acculaient acculer ver 1.03 4.93 0.00 0.20 ind:imp:3p; -acculais acculer ver 1.03 4.93 0.00 0.14 ind:imp:1s; -acculait acculer ver 1.03 4.93 0.00 0.27 ind:imp:3s; -acculant acculer ver 1.03 4.93 0.00 0.14 par:pre; -accule acculer ver 1.03 4.93 0.29 0.14 ind:pre:1s;ind:pre:3s; -acculent acculer ver 1.03 4.93 0.01 0.14 ind:pre:3p; -acculer acculer ver 1.03 4.93 0.13 0.88 inf; -acculera acculer ver 1.03 4.93 0.01 0.00 ind:fut:3s; -acculeraient acculer ver 1.03 4.93 0.00 0.07 cnd:pre:3p; -acculez acculer ver 1.03 4.93 0.04 0.00 imp:pre:2p;ind:pre:2p; -acculât acculer ver 1.03 4.93 0.00 0.07 sub:imp:3s; -accélère accélérer ver 15.78 17.97 7.32 4.05 imp:pre:2s;ind:pre:1s;ind:pre:3s; -accélèrent accélérer ver 15.78 17.97 0.23 0.54 ind:pre:3p; -acculèrent acculer ver 1.03 4.93 0.00 0.07 ind:pas:3p; -accélères accélérer ver 15.78 17.97 0.31 0.07 ind:pre:2s;sub:pre:2s; -acculturation acculturation nom f s 0.01 0.00 0.01 0.00 -acculé acculer ver m s 1.03 4.93 0.43 1.76 par:pas; -acculée acculer ver f s 1.03 4.93 0.04 0.34 par:pas; -acculées acculer ver f p 1.03 4.93 0.01 0.07 par:pas; -accéléra accélérer ver 15.78 17.97 0.14 1.96 ind:pas:3s; -accélérai accélérer ver 15.78 17.97 0.00 0.34 ind:pas:1s; -accéléraient accélérer ver 15.78 17.97 0.00 0.41 ind:imp:3p; -accélérais accélérer ver 15.78 17.97 0.11 0.27 ind:imp:1s; -accélérait accélérer ver 15.78 17.97 0.13 2.64 ind:imp:3s; -accélérant accélérer ver 15.78 17.97 0.22 1.08 par:pre; -accélérants accélérant adj m p 0.23 0.00 0.02 0.00 -accélérateur accélérateur nom m s 2.22 3.51 2.16 3.38 -accélérateurs accélérateur nom m p 2.22 3.51 0.06 0.14 -accélération accélération nom f s 1.50 3.11 1.46 2.64 -accélérations accélération nom f p 1.50 3.11 0.04 0.47 -accélératrice accélérateur adj f s 0.34 0.14 0.01 0.00 -accélérer accélérer ver 15.78 17.97 4.41 2.91 inf; -accélérera accélérer ver 15.78 17.97 0.02 0.00 ind:fut:3s; -accélérerait accélérer ver 15.78 17.97 0.08 0.07 cnd:pre:3s; -accéléreras accélérer ver 15.78 17.97 0.01 0.00 ind:fut:2s; -accélérez accélérer ver 15.78 17.97 1.39 0.00 imp:pre:2p;ind:pre:2p; -accélériez accélérer ver 15.78 17.97 0.01 0.00 ind:imp:2p; -accélérons accélérer ver 15.78 17.97 0.15 0.00 imp:pre:1p;ind:pre:1p; -accélérèrent accélérer ver 15.78 17.97 0.00 0.20 ind:pas:3p; -accéléré accélérer ver m s 15.78 17.97 0.95 0.95 par:pas; -accélérée accélérer ver f s 15.78 17.97 0.23 2.23 par:pas; -accélérées accélérer ver f p 15.78 17.97 0.05 0.20 par:pas; -accélérés accéléré adj m p 0.28 2.03 0.01 0.41 -acculés acculer ver m p 1.03 4.93 0.06 0.61 par:pas; -accumula accumuler ver 4.46 24.53 0.00 0.14 ind:pas:3s; -accumulai accumuler ver 4.46 24.53 0.00 0.07 ind:pas:1s; -accumulaient accumuler ver 4.46 24.53 0.04 1.76 ind:imp:3p; -accumulais accumuler ver 4.46 24.53 0.02 0.27 ind:imp:1s; -accumulait accumuler ver 4.46 24.53 0.04 2.57 ind:imp:3s; -accumulant accumuler ver 4.46 24.53 0.24 1.55 par:pre; -accumulateur accumulateur nom m s 0.03 0.14 0.03 0.07 -accumulateurs accumulateur nom m p 0.03 0.14 0.00 0.07 -accumulation accumulation nom f s 0.67 3.78 0.67 3.72 -accumulations accumulation nom f p 0.67 3.78 0.00 0.07 -accumule accumuler ver 4.46 24.53 1.01 1.49 imp:pre:2s;ind:pre:1s;ind:pre:3s; -accumulent accumuler ver 4.46 24.53 0.77 0.95 ind:pre:3p; -accumuler accumuler ver 4.46 24.53 0.85 3.72 inf; -accumulerez accumuler ver 4.46 24.53 0.01 0.00 ind:fut:2p; -accumulez accumuler ver 4.46 24.53 0.23 0.00 imp:pre:2p;ind:pre:2p; -accumulèrent accumuler ver 4.46 24.53 0.00 0.14 ind:pas:3p; -accumulé accumuler ver m s 4.46 24.53 0.55 3.04 par:pas; -accumulée accumuler ver f s 4.46 24.53 0.09 3.31 par:pas; -accumulées accumuler ver f p 4.46 24.53 0.30 3.04 par:pas; -accumulés accumuler ver m p 4.46 24.53 0.30 2.50 par:pas; -accus accu nom m p 0.11 0.34 0.11 0.27 -accusa accuser ver 52.72 39.93 0.18 3.18 ind:pas:3s; -accusai accuser ver 52.72 39.93 0.03 0.47 ind:pas:1s; -accusaient accuser ver 52.72 39.93 0.09 2.09 ind:imp:3p; -accusais accuser ver 52.72 39.93 0.29 0.68 ind:imp:1s;ind:imp:2s; -accusait accuser ver 52.72 39.93 1.57 6.55 ind:imp:3s; -accusant accuser ver 52.72 39.93 0.68 2.64 par:pre; -accusateur accusateur nom m s 0.35 1.28 0.25 0.41 -accusateurs accusateur adj m p 0.32 1.42 0.12 0.47 -accusatif accusatif nom m s 0.11 0.07 0.11 0.07 -accusation accusation nom f s 19.72 8.85 12.62 5.74 -accusations accusation nom f p 19.72 8.85 7.11 3.11 -accusatoire accusatoire adj s 0.01 0.00 0.01 0.00 -accusatrice accusateur adj f s 0.32 1.42 0.00 0.14 -accusatrices accusateur nom f p 0.35 1.28 0.00 0.07 -accuse accuser ver 52.72 39.93 13.28 6.01 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -accusent accuser ver 52.72 39.93 1.77 1.22 ind:pre:3p; -accuser accuser ver 52.72 39.93 10.06 7.03 inf; -accusera accuser ver 52.72 39.93 0.65 0.34 ind:fut:3s; -accuseraient accuser ver 52.72 39.93 0.03 0.14 cnd:pre:3p; -accuserais accuser ver 52.72 39.93 0.42 0.07 cnd:pre:1s;cnd:pre:2s; -accuserait accuser ver 52.72 39.93 0.30 0.54 cnd:pre:3s; -accuserez accuser ver 52.72 39.93 0.04 0.00 ind:fut:2p; -accuseriez accuser ver 52.72 39.93 0.03 0.07 cnd:pre:2p; -accuserions accuser ver 52.72 39.93 0.00 0.07 cnd:pre:1p; -accuserons accuser ver 52.72 39.93 0.02 0.00 ind:fut:1p; -accuseront accuser ver 52.72 39.93 0.22 0.00 ind:fut:3p; -accuses accuser ver 52.72 39.93 2.72 0.07 ind:pre:2s; -accusez accuser ver 52.72 39.93 3.22 0.88 imp:pre:2p;ind:pre:2p; -accusiez accuser ver 52.72 39.93 0.13 0.00 ind:imp:2p; -accusions accuser ver 52.72 39.93 0.01 0.07 ind:imp:1p; -accusons accuser ver 52.72 39.93 0.16 0.14 imp:pre:1p;ind:pre:1p; -accusât accuser ver 52.72 39.93 0.00 0.20 sub:imp:3s; -accusèrent accuser ver 52.72 39.93 0.01 0.20 ind:pas:3p; -accusé accuser ver m s 52.72 39.93 11.73 5.20 par:pas; -accusée accuser ver f s 52.72 39.93 3.20 1.01 par:pas; -accusées accuser ver f p 52.72 39.93 0.33 0.14 par:pas; -accusés accusé nom m p 13.74 11.69 2.69 4.32 -ace ace nom m s 2.48 0.00 2.48 0.00 -acellulaire acellulaire adj m s 0.03 0.00 0.03 0.00 -acerbe acerbe adj s 0.16 1.22 0.13 1.08 -acerbes acerbe adj f p 0.16 1.22 0.03 0.14 -acerbité acerbité nom m s 0.02 0.07 0.02 0.07 -acetabulum acetabulum nom m s 0.01 0.00 0.01 0.00 -achalandage achalandage nom m s 0.00 0.07 0.00 0.07 -achalandaient achalander ver 0.01 0.07 0.00 0.07 ind:imp:3p; -achalandé achalandé adj m s 0.02 0.34 0.01 0.07 -achalandée achalandé adj f s 0.02 0.34 0.01 0.07 -achalandées achalandé adj f p 0.02 0.34 0.00 0.07 -achalandés achalander ver m p 0.01 0.07 0.01 0.00 par:pas; -achaler achaler ver 0.01 0.00 0.01 0.00 inf; -achards achards nom m p 0.03 0.00 0.03 0.00 -acharna acharner ver 2.99 22.64 0.01 1.22 ind:pas:3s; -acharnai acharner ver 2.99 22.64 0.00 0.07 ind:pas:1s; -acharnaient acharner ver 2.99 22.64 0.03 1.62 ind:imp:3p; -acharnais acharner ver 2.99 22.64 0.01 0.47 ind:imp:1s; -acharnait acharner ver 2.99 22.64 0.11 3.24 ind:imp:3s; -acharnant acharner ver 2.99 22.64 0.00 1.49 par:pre; -acharne acharner ver 2.99 22.64 0.86 4.53 imp:pre:2s;ind:pre:1s;ind:pre:3s; -acharnement acharnement nom m s 0.60 8.24 0.60 8.11 -acharnements acharnement nom m p 0.60 8.24 0.00 0.14 -acharnent acharner ver 2.99 22.64 0.23 1.08 ind:pre:3p; -acharner acharner ver 2.99 22.64 0.35 1.62 inf; -acharnera acharner ver 2.99 22.64 0.01 0.14 ind:fut:3s; -acharnerai acharner ver 2.99 22.64 0.02 0.00 ind:fut:1s; -acharnerait acharner ver 2.99 22.64 0.01 0.00 cnd:pre:3s; -acharnes acharner ver 2.99 22.64 0.26 0.14 ind:pre:2s; -acharnez acharner ver 2.99 22.64 0.10 0.07 imp:pre:2p;ind:pre:2p; -acharnèrent acharner ver 2.99 22.64 0.00 0.34 ind:pas:3p; -acharné acharné adj m s 1.61 5.41 0.59 2.23 -acharnée acharné adj f s 1.61 5.41 0.66 1.69 -acharnées acharné adj f p 1.61 5.41 0.02 0.41 -acharnés acharné adj m p 1.61 5.41 0.34 1.08 -achat achat nom m s 9.75 16.96 5.20 10.95 -achats achat nom m p 9.75 16.96 4.55 6.01 -ache ache nom f s 0.00 0.20 0.00 0.14 -achemina acheminer ver 0.83 6.15 0.01 0.41 ind:pas:3s; -acheminai acheminer ver 0.83 6.15 0.00 0.14 ind:pas:1s; -acheminaient acheminer ver 0.83 6.15 0.00 0.27 ind:imp:3p; -acheminait acheminer ver 0.83 6.15 0.01 0.88 ind:imp:3s; -acheminant acheminer ver 0.83 6.15 0.02 0.27 par:pre; -achemine acheminer ver 0.83 6.15 0.08 0.74 imp:pre:2s;ind:pre:1s;ind:pre:3s; -acheminement acheminement nom m s 0.20 0.47 0.20 0.47 -acheminent acheminer ver 0.83 6.15 0.01 0.61 ind:pre:3p; -acheminer acheminer ver 0.83 6.15 0.55 1.22 inf; -achemineront acheminer ver 0.83 6.15 0.00 0.07 ind:fut:3p; -acheminâmes acheminer ver 0.83 6.15 0.00 0.07 ind:pas:1p; -acheminons acheminer ver 0.83 6.15 0.00 0.27 ind:pre:1p; -acheminèrent acheminer ver 0.83 6.15 0.00 0.14 ind:pas:3p; -acheminé acheminer ver m s 0.83 6.15 0.04 0.41 par:pas; -acheminée acheminer ver f s 0.83 6.15 0.05 0.14 par:pas; -acheminées acheminer ver f p 0.83 6.15 0.03 0.27 par:pas; -acheminés acheminer ver m p 0.83 6.15 0.02 0.27 par:pas; -aches ache nom f p 0.00 0.20 0.00 0.07 -acheta acheter ver 290.69 148.38 0.37 7.09 ind:pas:3s; -achetable achetable adj s 0.00 0.14 0.00 0.14 -achetai acheter ver 290.69 148.38 0.28 2.23 ind:pas:1s; -achetaient acheter ver 290.69 148.38 0.64 2.16 ind:imp:3p; -achetais acheter ver 290.69 148.38 1.32 1.49 ind:imp:1s;ind:imp:2s; -achetait acheter ver 290.69 148.38 3.43 6.22 ind:imp:3s; -achetant acheter ver 290.69 148.38 1.23 1.42 par:pre; -achetassent acheter ver 290.69 148.38 0.00 0.07 sub:imp:3p; -acheter acheter ver 290.69 148.38 115.26 57.09 inf; -acheteur acheteur nom m s 6.55 5.47 3.89 2.97 -acheteurs acheteur nom m p 6.55 5.47 2.50 2.16 -acheteuse acheteur nom f s 6.55 5.47 0.16 0.14 -acheteuses acheteuse nom f p 0.02 0.00 0.02 0.00 -achetez acheter ver 290.69 148.38 10.51 1.22 imp:pre:2p;ind:pre:2p; -achetiez acheter ver 290.69 148.38 0.28 0.14 ind:imp:2p; -achetions acheter ver 290.69 148.38 0.06 0.74 ind:imp:1p; -achetâmes acheter ver 290.69 148.38 0.00 0.20 ind:pas:1p; -achetons acheter ver 290.69 148.38 1.38 0.47 imp:pre:1p;ind:pre:1p; -achetât acheter ver 290.69 148.38 0.00 0.20 sub:imp:3s; -achetèrent acheter ver 290.69 148.38 0.06 0.95 ind:pas:3p; -acheté acheter ver m s 290.69 148.38 72.38 28.72 par:pas;par:pas;par:pas; -achetée acheter ver f s 290.69 148.38 8.67 5.88 par:pas; -achetées acheter ver f p 290.69 148.38 1.90 2.84 ind:imp:3s;par:pas; -achetés acheter ver m p 290.69 148.38 3.52 3.85 par:pas; -acheva achever ver 22.97 81.42 0.23 11.69 ind:pas:3s; -achevai achever ver 22.97 81.42 0.01 0.54 ind:pas:1s; -achevaient achever ver 22.97 81.42 0.12 4.19 ind:imp:3p; -achevais achever ver 22.97 81.42 0.00 0.54 ind:imp:1s; -achevait achever ver 22.97 81.42 0.34 12.64 ind:imp:3s; -achevant achever ver 22.97 81.42 0.02 2.57 par:pre; -achever achever ver 22.97 81.42 6.49 15.00 inf; -achevez achever ver 22.97 81.42 1.00 0.07 imp:pre:2p;ind:pre:2p; -acheviez achever ver 22.97 81.42 0.01 0.00 ind:imp:2p; -achevions achever ver 22.97 81.42 0.00 0.41 ind:imp:1p; -achevâmes achever ver 22.97 81.42 0.00 0.07 ind:pas:1p; -achevons achever ver 22.97 81.42 0.07 0.41 imp:pre:1p;ind:pre:1p; -achevât achever ver 22.97 81.42 0.00 0.61 sub:imp:3s; -achevèrent achever ver 22.97 81.42 0.01 1.22 ind:pas:3p; -achevé achever ver m s 22.97 81.42 2.70 12.64 par:pas; -achevée achever ver f s 22.97 81.42 1.54 2.91 par:pas; -achevées achevé adj f p 1.61 6.69 0.19 0.81 -achevés achever ver m p 22.97 81.42 0.08 0.41 par:pas; -achillée achillée nom f s 0.01 0.00 0.01 0.00 -achondroplasie achondroplasie nom f s 0.04 0.00 0.03 0.00 -achondroplasies achondroplasie nom f p 0.04 0.00 0.01 0.00 -achoppa achopper ver 0.01 0.81 0.00 0.07 ind:pas:3s; -achoppai achopper ver 0.01 0.81 0.00 0.07 ind:pas:1s; -achoppaient achopper ver 0.01 0.81 0.00 0.07 ind:imp:3p; -achoppais achopper ver 0.01 0.81 0.00 0.20 ind:imp:1s; -achoppait achopper ver 0.01 0.81 0.00 0.07 ind:imp:3s; -achoppe achopper ver 0.01 0.81 0.00 0.14 ind:pre:1s;ind:pre:3s; -achoppement achoppement nom m s 0.01 0.14 0.01 0.14 -achopper achopper ver 0.01 0.81 0.01 0.00 inf; -achoppé achopper ver m s 0.01 0.81 0.00 0.14 par:pas; -achoppée achopper ver f s 0.01 0.81 0.00 0.07 par:pas; -achète acheter ver 290.69 148.38 39.82 14.53 imp:pre:2s;ind:pre:1s;ind:pre:3s; -achètent acheter ver 290.69 148.38 5.44 2.70 ind:pre:3p; -achètera acheter ver 290.69 148.38 3.98 0.74 ind:fut:3s; -achèterai acheter ver 290.69 148.38 7.09 2.30 ind:fut:1s; -achèteraient acheter ver 290.69 148.38 0.03 0.41 cnd:pre:3p; -achèterais acheter ver 290.69 148.38 1.75 0.74 cnd:pre:1s;cnd:pre:2s; -achèterait acheter ver 290.69 148.38 1.02 1.22 cnd:pre:3s; -achèteras acheter ver 290.69 148.38 1.55 0.61 ind:fut:2s; -achèterez acheter ver 290.69 148.38 0.48 0.20 ind:fut:2p; -achèteriez acheter ver 290.69 148.38 0.17 0.07 cnd:pre:2p; -achèterions acheter ver 290.69 148.38 0.00 0.07 cnd:pre:1p; -achèterons acheter ver 290.69 148.38 0.47 0.41 ind:fut:1p; -achèteront acheter ver 290.69 148.38 0.31 0.54 ind:fut:3p; -achètes acheter ver 290.69 148.38 7.28 0.88 ind:pre:2s;sub:pre:2s; -achève achever ver 22.97 81.42 8.31 11.22 imp:pre:2s;ind:pre:1s;ind:pre:3s; -achèvement achèvement nom m s 0.52 1.82 0.52 1.76 -achèvements achèvement nom m p 0.52 1.82 0.00 0.07 -achèvent achever ver 22.97 81.42 0.14 2.70 ind:pre:3p; -achèvera achever ver 22.97 81.42 1.00 0.27 ind:fut:3s; -achèverai achever ver 22.97 81.42 0.06 0.00 ind:fut:1s; -achèveraient achever ver 22.97 81.42 0.00 0.14 cnd:pre:3p; -achèverait achever ver 22.97 81.42 0.10 0.88 cnd:pre:3s; -achèverez achever ver 22.97 81.42 0.02 0.00 ind:fut:2p; -achèverons achever ver 22.97 81.42 0.06 0.00 ind:fut:1p; -achèveront achever ver 22.97 81.42 0.13 0.20 ind:fut:3p; -achèves achever ver 22.97 81.42 0.39 0.00 ind:pre:2s; -achélème achélème nom m s 0.00 1.69 0.00 0.95 -achélèmes achélème nom m p 0.00 1.69 0.00 0.74 -acid_jazz acid_jazz nom m s 0.03 0.00 0.03 0.00 -acide acide nom m s 9.46 4.80 8.44 3.85 -acides acide nom m p 9.46 4.80 1.02 0.95 -acidité acidité nom f s 0.29 0.95 0.27 0.81 -acidités acidité nom f p 0.29 0.95 0.02 0.14 -acidocétose acidocétose nom f s 0.08 0.00 0.08 0.00 -acidose acidose nom f s 0.22 0.00 0.22 0.00 -acidulé acidulé adj m s 0.15 1.55 0.02 0.47 -acidulée acidulé adj f s 0.15 1.55 0.04 0.27 -acidulées acidulé adj f p 0.15 1.55 0.01 0.27 -acidulés acidulé adj m p 0.15 1.55 0.08 0.54 -acier acier nom m s 13.88 34.46 13.85 33.38 -aciers acier nom m p 13.88 34.46 0.03 1.08 -aciérie aciérie nom f s 2.21 0.27 0.67 0.14 -aciéries aciérie nom f p 2.21 0.27 1.53 0.14 -acmé acmé nom f s 0.01 0.00 0.01 0.00 -acné acné nom f s 1.90 0.88 1.90 0.81 -acnéiques acnéique adj m p 0.00 0.14 0.00 0.14 -acnés acné nom f p 1.90 0.88 0.00 0.07 -acolyte acolyte nom m s 1.45 1.96 0.75 0.61 -acolytes acolyte nom m p 1.45 1.96 0.70 1.35 -acompte acompte nom m s 3.67 1.15 3.33 1.01 -acomptes acompte nom m p 3.67 1.15 0.34 0.14 -aconiers aconier nom m p 0.00 0.07 0.00 0.07 -aconit aconit nom m s 0.14 0.34 0.14 0.34 -acoquina acoquiner ver 0.23 1.01 0.01 0.07 ind:pas:3s; -acoquine acoquiner ver 0.23 1.01 0.04 0.07 ind:pre:1s;ind:pre:3s; -acoquiner acoquiner ver 0.23 1.01 0.12 0.41 inf; -acoquiné acoquiner ver m s 0.23 1.01 0.03 0.07 par:pas; -acoquinée acoquiner ver f s 0.23 1.01 0.02 0.14 par:pas; -acoquinés acoquiner ver m p 0.23 1.01 0.01 0.27 par:pas; -acouphène acouphène nom m s 0.18 0.00 0.18 0.00 -acoustique acoustique nom f s 0.57 0.34 0.55 0.34 -acoustiques acoustique adj p 0.56 0.81 0.07 0.07 -acqua_toffana acqua_toffana nom f s 0.00 0.07 0.00 0.07 -acquerra acquérir ver 8.30 29.66 0.01 0.00 ind:fut:3s; -acquerrai acquérir ver 8.30 29.66 0.01 0.07 ind:fut:1s; -acquerraient acquérir ver 8.30 29.66 0.00 0.14 cnd:pre:3p; -acquerront acquérir ver 8.30 29.66 0.01 0.07 ind:fut:3p; -acquiers acquérir ver 8.30 29.66 0.04 0.07 imp:pre:2s;ind:pre:1s;ind:pre:2s; -acquiert acquérir ver 8.30 29.66 0.68 1.42 ind:pre:3s; -acquiesce acquiescer ver 1.15 12.43 0.33 2.36 imp:pre:2s;ind:pre:1s;ind:pre:3s; -acquiescement acquiescement nom m s 0.15 2.84 0.15 2.36 -acquiescements acquiescement nom m p 0.15 2.84 0.00 0.47 -acquiescent acquiescer ver 1.15 12.43 0.26 0.07 ind:pre:3p; -acquiescer acquiescer ver 1.15 12.43 0.18 1.49 inf; -acquiesceront acquiescer ver 1.15 12.43 0.00 0.07 ind:fut:3p; -acquiesces acquiescer ver 1.15 12.43 0.02 0.00 ind:pre:2s; -acquiescèrent acquiescer ver 1.15 12.43 0.00 0.14 ind:pas:3p; -acquiescé acquiescer ver m s 1.15 12.43 0.31 1.08 par:pas; -acquiesça acquiescer ver 1.15 12.43 0.01 4.59 ind:pas:3s; -acquiesçai acquiescer ver 1.15 12.43 0.00 0.74 ind:pas:1s; -acquiesçaient acquiescer ver 1.15 12.43 0.00 0.14 ind:imp:3p; -acquiesçais acquiescer ver 1.15 12.43 0.02 0.34 ind:imp:1s; -acquiesçait acquiescer ver 1.15 12.43 0.00 1.15 ind:imp:3s; -acquiesçant acquiescer ver 1.15 12.43 0.02 0.20 par:pre; -acquiesçons acquiescer ver 1.15 12.43 0.00 0.07 ind:pre:1p; -acquirent acquérir ver 8.30 29.66 0.00 0.14 ind:pas:3p; -acquis acquérir ver m 8.30 29.66 3.52 13.65 ind:pas:1s;par:pas;par:pas; -acquise acquérir ver f s 8.30 29.66 1.05 2.97 par:pas; -acquises acquérir ver f p 8.30 29.66 0.34 0.88 par:pas; -acquisition acquisition nom f s 2.15 3.78 1.35 2.84 -acquisitions acquisition nom f p 2.15 3.78 0.81 0.95 -acquit acquit nom m s 0.29 2.23 0.29 2.16 -acquière acquérir ver 8.30 29.66 0.04 0.20 sub:pre:1s;sub:pre:3s; -acquièrent acquérir ver 8.30 29.66 0.12 0.74 ind:pre:3p; -acquits acquit nom m p 0.29 2.23 0.00 0.07 -acquitta acquitter ver 5.29 6.82 0.00 0.47 ind:pas:3s; -acquittai acquitter ver 5.29 6.82 0.00 0.07 ind:pas:1s; -acquittaient acquitter ver 5.29 6.82 0.00 0.20 ind:imp:3p; -acquittais acquitter ver 5.29 6.82 0.00 0.34 ind:imp:1s; -acquittait acquitter ver 5.29 6.82 0.04 0.81 ind:imp:3s; -acquittant acquitter ver 5.29 6.82 0.01 0.20 par:pre; -acquitte acquitter ver 5.29 6.82 1.17 0.74 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:1s; -acquittement acquittement nom m s 0.60 0.34 0.60 0.34 -acquittent acquitter ver 5.29 6.82 0.07 0.00 ind:pre:3p; -acquitter acquitter ver 5.29 6.82 1.13 1.82 inf; -acquittera acquitter ver 5.29 6.82 0.04 0.07 ind:fut:3s; -acquitterai acquitter ver 5.29 6.82 0.01 0.07 ind:fut:1s; -acquitterais acquitter ver 5.29 6.82 0.01 0.00 cnd:pre:1s; -acquitterait acquitter ver 5.29 6.82 0.03 0.07 cnd:pre:3s; -acquitterez acquitter ver 5.29 6.82 0.03 0.07 ind:fut:2p; -acquittes acquitter ver 5.29 6.82 0.14 0.07 ind:pre:2s; -acquittez acquitter ver 5.29 6.82 0.16 0.00 imp:pre:2p;ind:pre:2p; -acquittions acquitter ver 5.29 6.82 0.01 0.07 ind:imp:1p; -acquittât acquitter ver 5.29 6.82 0.00 0.07 sub:imp:3s; -acquitté acquitter ver m s 5.29 6.82 1.92 1.28 par:pas; -acquittée acquitter ver f s 5.29 6.82 0.26 0.34 par:pas; -acquittés acquitter ver m p 5.29 6.82 0.27 0.07 par:pas; -acquéraient acquérir ver 8.30 29.66 0.10 0.20 ind:imp:3p; -acquérais acquérir ver 8.30 29.66 0.01 0.27 ind:imp:1s; -acquérait acquérir ver 8.30 29.66 0.11 0.95 ind:imp:3s; -acquérant acquérir ver 8.30 29.66 0.05 0.20 par:pre; -acquéreur acquéreur nom m s 0.58 1.08 0.23 0.88 -acquéreurs acquéreur nom m p 0.58 1.08 0.35 0.20 -acquérions acquérir ver 8.30 29.66 0.00 0.07 ind:imp:1p; -acquérir acquérir ver 8.30 29.66 2.15 7.43 inf; -acquérons acquérir ver 8.30 29.66 0.01 0.07 ind:pre:1p; -acquêt acquêt nom m s 0.14 0.20 0.00 0.07 -acquêts acquêt nom m p 0.14 0.20 0.14 0.14 -acra acra nom m s 0.27 0.14 0.27 0.14 -acre acre nom f s 0.83 0.41 0.27 0.07 -acres acre nom f p 0.83 0.41 0.56 0.34 -acrimonie acrimonie nom f s 0.06 0.81 0.06 0.81 -acrimonieuse acrimonieux adj f s 0.04 0.14 0.01 0.07 -acrimonieusement acrimonieusement adv 0.00 0.07 0.00 0.07 -acrimonieuses acrimonieux adj f p 0.04 0.14 0.00 0.07 -acrimonieux acrimonieux adj m s 0.04 0.14 0.02 0.00 -acrobate acrobate nom s 2.34 4.12 1.46 2.57 -acrobates acrobate nom p 2.34 4.12 0.89 1.55 -acrobatie acrobatie nom f s 0.81 2.57 0.32 0.81 -acrobaties acrobatie nom f p 0.81 2.57 0.50 1.76 -acrobatique acrobatique adj s 0.47 1.01 0.31 0.61 -acrobatiquement acrobatiquement adv 0.01 0.07 0.01 0.07 -acrobatiques acrobatique adj p 0.47 1.01 0.17 0.41 -acrocéphale acrocéphale adj s 0.00 0.07 0.00 0.07 -acromion acromion nom m s 0.01 0.14 0.01 0.14 -acronyme acronyme nom m s 0.19 0.07 0.19 0.07 -acrophobie acrophobie nom f s 0.08 0.00 0.08 0.00 -acropole acropole nom f s 0.00 0.81 0.00 0.81 -acrostiche acrostiche nom m s 0.02 0.00 0.02 0.00 -acrotère acrotère nom m s 0.00 0.07 0.00 0.07 -acré acré ono 0.00 0.20 0.00 0.20 -acrylique acrylique nom m s 0.50 0.14 0.40 0.07 -acryliques acrylique nom m p 0.50 0.14 0.10 0.07 -acrylonitrile acrylonitrile nom m s 0.01 0.00 0.01 0.00 -acta acter ver 0.29 0.07 0.00 0.07 ind:pas:3s; -acte acte nom m s 56.81 57.30 39.19 35.88 -actes acte nom m p 56.81 57.30 17.62 21.42 -acteur acteur nom m s 72.27 38.31 30.51 15.47 -acteurs acteur nom m p 72.27 38.31 17.92 12.30 -actif actif adj m s 10.15 13.65 4.12 3.58 -actifs actif adj m p 10.15 13.65 1.33 1.35 -actine actine nom f s 0.01 0.00 0.01 0.00 -actinies actinie nom f p 0.00 0.41 0.00 0.41 -action_painting action_painting nom f s 0.00 0.07 0.00 0.07 -action action nom f s 69.27 87.43 49.97 72.91 -actionna actionner ver 2.01 5.61 0.00 0.47 ind:pas:3s; -actionnai actionner ver 2.01 5.61 0.00 0.20 ind:pas:1s; -actionnaient actionner ver 2.01 5.61 0.14 0.41 ind:imp:3p; -actionnaire actionnaire nom s 3.72 0.74 1.21 0.27 -actionnaires actionnaire nom p 3.72 0.74 2.51 0.47 -actionnais actionner ver 2.01 5.61 0.01 0.07 ind:imp:1s; -actionnait actionner ver 2.01 5.61 0.00 0.81 ind:imp:3s; -actionnant actionner ver 2.01 5.61 0.02 0.61 par:pre; -actionnariat actionnariat nom m s 0.01 0.00 0.01 0.00 -actionne actionner ver 2.01 5.61 0.65 0.74 imp:pre:2s;ind:pre:1s;ind:pre:3s; -actionnement actionnement nom m s 0.01 0.07 0.01 0.07 -actionnent actionner ver 2.01 5.61 0.04 0.00 ind:pre:3p; -actionner actionner ver 2.01 5.61 0.43 1.22 inf; -actionneront actionner ver 2.01 5.61 0.00 0.07 ind:fut:3p; -actionneur actionneur nom m s 0.01 0.00 0.01 0.00 -actionnez actionner ver 2.01 5.61 0.34 0.00 imp:pre:2p;ind:pre:2p; -actionnât actionner ver 2.01 5.61 0.00 0.07 sub:imp:3s; -actionné actionner ver m s 2.01 5.61 0.20 0.81 par:pas; -actionnée actionner ver f s 2.01 5.61 0.05 0.07 par:pas; -actionnées actionner ver f p 2.01 5.61 0.00 0.07 par:pas; -actionnés actionner ver m p 2.01 5.61 0.14 0.00 par:pas; -actions action nom f p 69.27 87.43 19.30 14.53 -activa activer ver 12.58 6.62 0.00 0.27 ind:pas:3s; -activai activer ver 12.58 6.62 0.00 0.07 ind:pas:1s; -activaient activer ver 12.58 6.62 0.10 0.74 ind:imp:3p; -activait activer ver 12.58 6.62 0.05 1.08 ind:imp:3s; -activant activer ver 12.58 6.62 0.10 0.47 par:pre; -activateur activateur nom m s 0.10 0.00 0.10 0.00 -activation activation nom f s 2.27 0.07 2.21 0.07 -activations activation nom f p 2.27 0.07 0.07 0.00 -active actif adj f s 10.15 13.65 4.21 7.16 -activement activement adv 1.18 3.51 1.18 3.51 -activent activer ver 12.58 6.62 0.15 0.61 ind:pre:3p; -activer activer ver 12.58 6.62 2.98 1.35 inf; -activera activer ver 12.58 6.62 0.13 0.00 ind:fut:3s; -activerai activer ver 12.58 6.62 0.06 0.00 ind:fut:1s; -activerait activer ver 12.58 6.62 0.02 0.00 cnd:pre:3s; -activeras activer ver 12.58 6.62 0.01 0.00 ind:fut:2s; -actives actif adj f p 10.15 13.65 0.50 1.55 -activez activer ver 12.58 6.62 2.34 0.00 imp:pre:2p;ind:pre:2p; -activisme activisme nom m s 0.15 0.20 0.15 0.20 -activiste activiste nom s 0.88 0.54 0.23 0.07 -activistes activiste nom p 0.88 0.54 0.65 0.47 -activité activité nom f s 23.47 38.92 13.05 25.81 -activités activité nom f p 23.47 38.92 10.42 13.11 -activons activer ver 12.58 6.62 0.33 0.34 imp:pre:1p;ind:pre:1p; -activèrent activer ver 12.58 6.62 0.00 0.14 ind:pas:3p; -activé activer ver m s 12.58 6.62 2.13 0.14 par:pas; -activée activé adj f s 2.57 0.07 0.81 0.00 -activées activé adj f p 2.57 0.07 0.34 0.00 -activés activé adj m p 2.57 0.07 0.48 0.00 -actrice acteur nom f s 72.27 38.31 23.83 7.57 -actrices actrice nom f p 2.50 0.00 2.50 0.00 -actuaire actuaire nom s 0.03 0.00 0.03 0.00 -actualisation actualisation nom f s 0.03 0.07 0.03 0.07 -actualise actualiser ver 0.17 0.34 0.01 0.07 ind:pre:3s; -actualiser actualiser ver 0.17 0.34 0.06 0.07 inf; -actualisez actualiser ver 0.17 0.34 0.04 0.00 imp:pre:2p; -actualisé actualiser ver m s 0.17 0.34 0.02 0.07 par:pas; -actualisée actualiser ver f s 0.17 0.34 0.02 0.07 par:pas; -actualisées actualiser ver f p 0.17 0.34 0.01 0.07 par:pas; -actualité actualité nom f s 3.25 8.72 1.79 5.68 -actualités actualité nom f p 3.25 8.72 1.45 3.04 -actuariel actuariel adj m s 0.02 0.00 0.02 0.00 -actuation actuation nom f s 0.01 0.00 0.01 0.00 -actuel actuel adj m s 14.86 20.68 4.69 6.49 -actuelle actuel adj f s 14.86 20.68 7.80 8.58 -actuellement actuellement adv 11.39 16.69 11.39 16.69 -actuelles actuel adj f p 14.86 20.68 1.14 2.64 -actuels actuel adj m p 14.86 20.68 1.23 2.97 -acuité acuité nom f s 0.56 3.18 0.56 3.18 -acumen acumen nom m s 0.00 0.07 0.00 0.07 -acéphale acéphale nom m s 0.00 0.20 0.00 0.14 -acéphales acéphale nom m p 0.00 0.20 0.00 0.07 -acuponcteur acuponcteur nom m s 0.23 0.00 0.23 0.00 -acuponcture acuponcture nom f s 0.17 0.00 0.17 0.00 -acupuncteur acupuncteur nom m s 0.11 0.07 0.11 0.07 -acupuncture acupuncture nom f s 0.79 0.41 0.79 0.41 -acéré acéré adj m s 0.81 2.43 0.14 0.74 -acérée acéré adj f s 0.81 2.43 0.11 0.54 -acérées acéré adj f p 0.81 2.43 0.51 0.68 -acérés acéré adj m p 0.81 2.43 0.06 0.47 -acétate acétate nom m s 0.20 0.14 0.20 0.14 -acétique acétique adj m s 0.05 0.07 0.05 0.07 -acétone acétone nom f s 0.21 0.27 0.21 0.27 -acétylcholine acétylcholine nom f s 0.25 0.00 0.25 0.00 -acétylsalicylique acétylsalicylique adj m s 0.03 0.00 0.03 0.00 -acétylène acétylène nom m s 0.18 1.96 0.18 1.96 -ad_hoc ad_hoc adj 0.11 0.81 0.11 0.81 -ad_infinitum ad_infinitum adv 0.05 0.00 0.05 0.00 -ad_libitum ad_libitum adv 0.00 0.14 0.00 0.14 -ad_limina ad_limina adv 0.00 0.07 0.00 0.07 -ad_majorem_dei_gloriam ad_majorem_dei_gloriam adv 0.00 0.14 0.00 0.14 -ad_nutum ad_nutum adv 0.00 0.07 0.00 0.07 -ad_patres ad_patres adv 0.02 0.27 0.02 0.27 -ad_vitam_aeternam ad_vitam_aeternam adv 0.00 0.20 0.00 0.20 -ada ada nom m s 0.05 0.00 0.05 0.00 -adage adage nom m s 0.62 0.74 0.61 0.54 -adages adage nom m p 0.62 0.74 0.01 0.20 -adagio adagio nom m s 0.13 0.34 0.13 0.34 -adamantin adamantin adj m s 0.01 0.20 0.00 0.14 -adamantine adamantin adj f s 0.01 0.20 0.01 0.07 -adamique adamique adj m s 0.00 0.14 0.00 0.14 -adapta adapter ver 13.44 12.57 0.01 0.14 ind:pas:3s; -adaptabilité adaptabilité nom f s 0.16 0.00 0.16 0.00 -adaptable adaptable adj s 0.10 0.20 0.07 0.07 -adaptables adaptable adj m p 0.10 0.20 0.02 0.14 -adaptai adapter ver 13.44 12.57 0.00 0.07 ind:pas:1s; -adaptaient adapter ver 13.44 12.57 0.01 0.14 ind:imp:3p; -adaptais adapter ver 13.44 12.57 0.00 0.20 ind:imp:1s; -adaptait adapter ver 13.44 12.57 0.04 0.68 ind:imp:3s; -adaptant adapter ver 13.44 12.57 0.05 0.47 par:pre; -adaptateur adaptateur nom m s 0.15 0.41 0.12 0.41 -adaptateurs adaptateur nom m p 0.15 0.41 0.04 0.00 -adaptatif adaptatif adj m s 0.04 0.07 0.04 0.00 -adaptatifs adaptatif adj m p 0.04 0.07 0.00 0.07 -adaptation adaptation nom f s 2.48 4.66 2.46 4.46 -adaptations adaptation nom f p 2.48 4.66 0.03 0.20 -adapte adapter ver 13.44 12.57 1.75 1.22 imp:pre:2s;ind:pre:1s;ind:pre:3s; -adaptent adapter ver 13.44 12.57 0.39 0.07 ind:pre:3p; -adapter adapter ver 13.44 12.57 5.63 3.72 inf; -adaptera adapter ver 13.44 12.57 0.18 0.07 ind:fut:3s; -adapterai adapter ver 13.44 12.57 0.05 0.07 ind:fut:1s; -adapterais adapter ver 13.44 12.57 0.00 0.07 cnd:pre:1s; -adapterait adapter ver 13.44 12.57 0.01 0.07 cnd:pre:3s; -adapteras adapter ver 13.44 12.57 0.04 0.00 ind:fut:2s; -adapterez adapter ver 13.44 12.57 0.05 0.00 ind:fut:2p; -adapterons adapter ver 13.44 12.57 0.05 0.07 ind:fut:1p; -adapteront adapter ver 13.44 12.57 0.01 0.07 ind:fut:3p; -adaptes adapter ver 13.44 12.57 0.16 0.07 ind:pre:2s; -adaptez adapter ver 13.44 12.57 0.07 0.07 imp:pre:2p;ind:pre:2p; -adaptât adapter ver 13.44 12.57 0.00 0.07 sub:imp:3s; -adaptèrent adapter ver 13.44 12.57 0.01 0.07 ind:pas:3p; -adapté adapter ver m s 13.44 12.57 3.16 2.36 imp:pre:2s;par:pas; -adaptée adapter ver f s 13.44 12.57 0.78 1.42 par:pas; -adaptées adapter ver f p 13.44 12.57 0.66 0.61 par:pas; -adaptés adapter ver m p 13.44 12.57 0.34 0.81 par:pas; -addenda addenda nom m 0.07 0.00 0.07 0.00 -addendum addendum nom m s 0.01 0.07 0.01 0.07 -addiction addiction nom f s 0.41 0.07 0.41 0.07 -additif additif nom m s 0.21 0.14 0.15 0.14 -additifs additif nom m p 0.21 0.14 0.06 0.00 -addition addition nom f s 8.61 9.53 8.24 7.36 -additionnaient additionner ver 1.25 2.64 0.00 0.07 ind:imp:3p; -additionnais additionner ver 1.25 2.64 0.00 0.07 ind:imp:1s; -additionnait additionner ver 1.25 2.64 0.00 0.07 ind:imp:3s; -additionnant additionner ver 1.25 2.64 0.19 0.34 par:pre; -additionne additionner ver 1.25 2.64 0.22 0.61 imp:pre:2s;ind:pre:1s;ind:pre:3s; -additionnel additionnel adj m s 0.25 0.34 0.04 0.20 -additionnelle additionnel adj f s 0.25 0.34 0.11 0.00 -additionnelles additionnel adj f p 0.25 0.34 0.05 0.14 -additionnels additionnel adj m p 0.25 0.34 0.05 0.00 -additionnent additionner ver 1.25 2.64 0.13 0.20 ind:pre:3p; -additionner additionner ver 1.25 2.64 0.33 0.41 inf; -additionneraient additionner ver 1.25 2.64 0.14 0.07 cnd:pre:3p; -additionnerait additionner ver 1.25 2.64 0.00 0.07 cnd:pre:3s; -additionnez additionner ver 1.25 2.64 0.02 0.00 imp:pre:2p;ind:pre:2p; -additionné additionner ver m s 1.25 2.64 0.06 0.07 par:pas; -additionnée additionner ver f s 1.25 2.64 0.01 0.20 par:pas; -additionnées additionner ver f p 1.25 2.64 0.14 0.27 par:pas; -additionnés additionner ver m p 1.25 2.64 0.01 0.20 par:pas; -additions addition nom f p 8.61 9.53 0.37 2.16 -adducteur adducteur nom m s 0.02 0.00 0.01 0.00 -adducteurs adducteur nom m p 0.02 0.00 0.01 0.00 -adduction adduction nom f s 0.04 0.14 0.04 0.14 -adent adent nom m s 0.01 0.00 0.01 0.00 -adepte adepte nom s 2.73 2.84 0.88 0.88 -adeptes adepte nom p 2.73 2.84 1.85 1.96 -adhère adhérer ver 2.67 5.07 0.73 0.88 imp:pre:2s;ind:pre:1s;ind:pre:3s; -adhèrent adhérer ver 2.67 5.07 0.21 0.34 ind:pre:3p; -adhéra adhérer ver 2.67 5.07 0.02 0.00 ind:pas:3s; -adhéraient adhérer ver 2.67 5.07 0.01 0.27 ind:imp:3p; -adhérais adhérer ver 2.67 5.07 0.03 0.07 ind:imp:1s; -adhérait adhérer ver 2.67 5.07 0.01 0.95 ind:imp:3s; -adhérant adhérer ver 2.67 5.07 0.03 0.41 par:pre; -adhérence adhérence nom f s 0.11 0.54 0.06 0.14 -adhérences adhérence nom f p 0.11 0.54 0.04 0.41 -adhérent adhérent nom m s 0.57 1.01 0.16 0.14 -adhérente adhérent adj f s 0.16 0.27 0.01 0.00 -adhérentes adhérent adj f p 0.16 0.27 0.00 0.14 -adhérents adhérent nom m p 0.57 1.01 0.42 0.88 -adhérer adhérer ver 2.67 5.07 0.82 1.82 inf; -adhérez adhérer ver 2.67 5.07 0.48 0.00 imp:pre:2p;ind:pre:2p; -adhéré adhérer ver m s 2.67 5.07 0.32 0.34 par:pas; -adhésif adhésif adj m s 1.05 0.81 0.73 0.47 -adhésifs adhésif adj m p 1.05 0.81 0.07 0.20 -adhésion adhésion nom f s 0.50 6.55 0.45 6.15 -adhésions adhésion nom f p 0.50 6.55 0.04 0.41 -adhésive adhésif adj f s 1.05 0.81 0.17 0.14 -adhésives adhésif adj f p 1.05 0.81 0.07 0.00 -adieu adieu ono 39.70 7.36 39.70 7.36 -adieux adieu nom m p 44.44 38.04 7.57 10.54 -adipeuse adipeux adj f s 0.22 1.28 0.01 0.27 -adipeuses adipeux adj f p 0.22 1.28 0.10 0.07 -adipeux adipeux adj m 0.22 1.28 0.11 0.95 -adipique adipique adj m s 0.03 0.00 0.03 0.00 -adiposité adiposité nom f s 0.00 0.07 0.00 0.07 -adira adire ver 0.16 0.00 0.16 0.00 ind:fut:3s; -adja adja nom m s 0.00 1.01 0.00 0.34 -adjacent adjacent adj m s 0.59 0.95 0.16 0.14 -adjacente adjacent adj f s 0.59 0.95 0.06 0.34 -adjacentes adjacent adj f p 0.59 0.95 0.15 0.47 -adjacents adjacent adj m p 0.59 0.95 0.22 0.00 -adjas adja nom m p 0.00 1.01 0.00 0.68 -adjectif adjectif nom m s 0.45 3.51 0.28 1.96 -adjectifs adjectif nom m p 0.45 3.51 0.17 1.55 -adjective adjectif adj f s 0.01 0.14 0.00 0.07 -adjoignît adjoindre ver 1.71 2.97 0.00 0.07 sub:imp:3s; -adjoignait adjoindre ver 1.71 2.97 0.00 0.07 ind:imp:3s; -adjoignant adjoindre ver 1.71 2.97 0.00 0.07 par:pre; -adjoigne adjoindre ver 1.71 2.97 0.00 0.07 sub:pre:1s; -adjoignit adjoindre ver 1.71 2.97 0.00 0.14 ind:pas:3s; -adjoindra adjoindre ver 1.71 2.97 0.02 0.00 ind:fut:3s; -adjoindre adjoindre ver 1.71 2.97 0.05 0.68 inf; -adjoindront adjoindre ver 1.71 2.97 0.00 0.07 ind:fut:3p; -adjoins adjoindre ver 1.71 2.97 0.14 0.07 ind:pre:1s; -adjoint adjoint nom m s 9.42 5.14 6.54 4.05 -adjointe adjoint adj f s 6.77 2.16 0.25 0.00 -adjointes adjoint nom f p 9.42 5.14 0.01 0.00 -adjoints adjoint nom m p 9.42 5.14 2.66 0.95 -adjonction adjonction nom f s 0.02 0.41 0.02 0.41 -adjudant_chef adjudant_chef nom m s 2.57 2.70 2.57 2.57 -adjudant_major adjudant_major nom m s 0.05 0.00 0.05 0.00 -adjudant adjudant nom m s 16.60 22.23 16.49 21.15 -adjudant_chef adjudant_chef nom m p 2.57 2.70 0.00 0.14 -adjudants adjudant nom m p 16.60 22.23 0.11 1.08 -adjudication adjudication nom f s 0.37 0.20 0.02 0.14 -adjudications adjudication nom f p 0.37 0.20 0.34 0.07 -adjuge adjuger ver 1.64 0.68 0.05 0.14 imp:pre:2s;ind:pre:1s;ind:pre:3s; -adjugeait adjuger ver 1.64 0.68 0.00 0.14 ind:imp:3s; -adjugeant adjuger ver 1.64 0.68 0.00 0.07 par:pre; -adjuger adjuger ver 1.64 0.68 0.03 0.00 inf; -adjugez adjuger ver 1.64 0.68 0.01 0.00 imp:pre:2p; -adjugé adjuger ver m s 1.64 0.68 1.50 0.34 par:pas; -adjugée adjuger ver f s 1.64 0.68 0.04 0.00 par:pas; -adjugés adjuger ver m p 1.64 0.68 0.02 0.00 par:pas; -adjupète adjupète nom m s 0.00 0.14 0.00 0.07 -adjupètes adjupète nom m p 0.00 0.14 0.00 0.07 -adjura adjurer ver 0.32 2.97 0.00 0.14 ind:pas:3s; -adjurai adjurer ver 0.32 2.97 0.00 0.20 ind:pas:1s; -adjuraient adjurer ver 0.32 2.97 0.00 0.07 ind:imp:3p; -adjurais adjurer ver 0.32 2.97 0.00 0.14 ind:imp:1s; -adjurait adjurer ver 0.32 2.97 0.01 0.61 ind:imp:3s; -adjurant adjurer ver 0.32 2.97 0.00 0.54 par:pre; -adjuration adjuration nom f s 0.00 0.34 0.00 0.20 -adjurations adjuration nom f p 0.00 0.34 0.00 0.14 -adjure adjurer ver 0.32 2.97 0.29 0.41 ind:pre:1s;ind:pre:3s; -adjurer adjurer ver 0.32 2.97 0.00 0.47 inf; -adjurerai adjurer ver 0.32 2.97 0.01 0.00 ind:fut:1s; -adjurerait adjurer ver 0.32 2.97 0.00 0.07 cnd:pre:3s; -adjuré adjurer ver m s 0.32 2.97 0.01 0.34 par:pas; -adjutrice adjutrice nom f s 0.00 0.07 0.00 0.07 -adjuvants adjuvant nom m p 0.01 0.07 0.01 0.07 -admît admettre ver 50.05 59.46 0.00 0.34 sub:imp:3s; -admet admettre ver 50.05 59.46 2.83 3.45 ind:pre:3s; -admets admettre ver 50.05 59.46 10.14 3.92 imp:pre:2s;ind:pre:1s;ind:pre:2s; -admettaient admettre ver 50.05 59.46 0.04 1.01 ind:imp:3p; -admettais admettre ver 50.05 59.46 0.20 0.88 ind:imp:1s;ind:imp:2s; -admettait admettre ver 50.05 59.46 0.07 3.78 ind:imp:3s; -admettant admettre ver 50.05 59.46 0.55 3.31 par:pre; -admette admettre ver 50.05 59.46 0.44 0.34 sub:pre:1s;sub:pre:3s; -admettent admettre ver 50.05 59.46 0.37 0.47 ind:pre:3p; -admettes admettre ver 50.05 59.46 0.30 0.00 sub:pre:2s; -admettez admettre ver 50.05 59.46 2.22 0.47 imp:pre:2p;ind:pre:2p; -admettiez admettre ver 50.05 59.46 0.21 0.07 ind:imp:2p; -admettions admettre ver 50.05 59.46 0.03 0.20 ind:imp:1p; -admettons admettre ver 50.05 59.46 4.30 2.70 imp:pre:1p;ind:pre:1p; -admettra admettre ver 50.05 59.46 0.45 0.20 ind:fut:3s; -admettrai admettre ver 50.05 59.46 0.28 0.34 ind:fut:1s; -admettraient admettre ver 50.05 59.46 0.00 0.14 cnd:pre:3p; -admettrais admettre ver 50.05 59.46 0.06 0.20 cnd:pre:1s;cnd:pre:2s; -admettrait admettre ver 50.05 59.46 0.25 0.54 cnd:pre:3s; -admettras admettre ver 50.05 59.46 0.09 0.20 ind:fut:2s; -admettre admettre ver 50.05 59.46 17.92 19.73 inf; -admettrez admettre ver 50.05 59.46 0.22 0.20 ind:fut:2p; -admettriez admettre ver 50.05 59.46 0.03 0.00 cnd:pre:2p; -admettrons admettre ver 50.05 59.46 0.02 0.14 ind:fut:1p; -admettront admettre ver 50.05 59.46 0.09 0.00 ind:fut:3p; -administra administrer ver 3.53 8.04 0.00 0.47 ind:pas:3s; -administrai administrer ver 3.53 8.04 0.00 0.07 ind:pas:1s; -administraient administrer ver 3.53 8.04 0.01 0.34 ind:imp:3p; -administrais administrer ver 3.53 8.04 0.01 0.14 ind:imp:1s; -administrait administrer ver 3.53 8.04 0.04 0.74 ind:imp:3s; -administrant administrer ver 3.53 8.04 0.06 0.27 par:pre; -administrateur administrateur nom m s 4.95 4.73 4.05 3.78 -administrateurs administrateur nom m p 4.95 4.73 0.80 0.95 -administratif administratif adj m s 3.27 11.08 1.34 2.97 -administratifs administratif adj m p 3.27 11.08 0.63 1.62 -administration administration nom f s 13.40 26.42 13.24 23.85 -administrations administration nom f p 13.40 26.42 0.16 2.57 -administrative administratif adj f s 3.27 11.08 0.70 4.26 -administrativement administrativement adv 0.05 0.14 0.05 0.14 -administratives administratif adj f p 3.27 11.08 0.60 2.23 -administratrice administrateur nom f s 4.95 4.73 0.10 0.00 -administre administrer ver 3.53 8.04 0.92 0.81 imp:pre:2s;ind:pre:1s;ind:pre:3s; -administrent administrer ver 3.53 8.04 0.04 0.34 ind:pre:3p; -administrer administrer ver 3.53 8.04 1.12 2.84 inf; -administrera administrer ver 3.53 8.04 0.05 0.07 ind:fut:3s; -administrerai administrer ver 3.53 8.04 0.16 0.00 ind:fut:1s; -administrerons administrer ver 3.53 8.04 0.03 0.00 ind:fut:1p; -administres administrer ver 3.53 8.04 0.01 0.07 ind:pre:2s; -administrez administrer ver 3.53 8.04 0.10 0.07 imp:pre:2p;ind:pre:2p; -administrât administrer ver 3.53 8.04 0.00 0.07 sub:imp:3s; -administré administrer ver m s 3.53 8.04 0.63 1.08 par:pas; -administrée administrer ver f s 3.53 8.04 0.19 0.41 par:pas; -administrées administrer ver f p 3.53 8.04 0.01 0.14 par:pas; -administrés administré nom m p 0.47 0.61 0.27 0.34 -admira admirer ver 32.39 68.18 0.01 3.04 ind:pas:3s; -admirable admirable adj s 6.51 31.55 6.02 23.92 -admirablement admirablement adv 0.71 4.73 0.71 4.73 -admirables admirable adj p 6.51 31.55 0.49 7.64 -admirai admirer ver 32.39 68.18 0.14 0.81 ind:pas:1s; -admiraient admirer ver 32.39 68.18 0.06 1.82 ind:imp:3p; -admirais admirer ver 32.39 68.18 3.11 6.35 ind:imp:1s;ind:imp:2s; -admirait admirer ver 32.39 68.18 0.99 11.49 ind:imp:3s; -admirant admirer ver 32.39 68.18 0.08 1.82 par:pre; -admirateur admirateur nom m s 5.28 5.14 2.63 1.28 -admirateurs admirateur nom m p 5.28 5.14 2.33 2.91 -admiratif admiratif adj m s 0.41 6.96 0.26 2.57 -admiratifs admiratif adj m p 0.41 6.96 0.00 1.49 -admiration admiration nom f s 4.54 32.70 4.54 32.30 -admirations admiration nom f p 4.54 32.70 0.00 0.41 -admirative admiratif adj f s 0.41 6.96 0.02 2.30 -admirativement admirativement adv 0.00 0.20 0.00 0.20 -admiratives admiratif adj f p 0.41 6.96 0.14 0.61 -admiratrice admirateur nom f s 5.28 5.14 0.32 0.27 -admiratrices admiratrice nom f p 0.36 0.00 0.36 0.00 -admire admirer ver 32.39 68.18 13.85 13.38 imp:pre:2s;ind:pre:1s;ind:pre:3s; -admirent admirer ver 32.39 68.18 0.86 0.95 ind:pre:3p; -admirer admirer ver 32.39 68.18 6.50 17.64 inf;; -admirera admirer ver 32.39 68.18 0.05 0.07 ind:fut:3s; -admirerai admirer ver 32.39 68.18 0.04 0.07 ind:fut:1s; -admirerais admirer ver 32.39 68.18 0.04 0.14 cnd:pre:1s;cnd:pre:2s; -admirerait admirer ver 32.39 68.18 0.03 0.27 cnd:pre:3s; -admirerez admirer ver 32.39 68.18 0.01 0.07 ind:fut:2p; -admireront admirer ver 32.39 68.18 0.04 0.14 ind:fut:3p; -admires admirer ver 32.39 68.18 0.82 0.41 ind:pre:2s; -admirez admirer ver 32.39 68.18 2.25 1.42 imp:pre:2p;ind:pre:2p; -admiriez admirer ver 32.39 68.18 0.22 0.00 ind:imp:2p; -admirions admirer ver 32.39 68.18 0.12 0.81 ind:imp:1p; -admirâmes admirer ver 32.39 68.18 0.00 0.07 ind:pas:1p; -admirons admirer ver 32.39 68.18 0.43 0.61 imp:pre:1p;ind:pre:1p; -admirèrent admirer ver 32.39 68.18 0.00 0.74 ind:pas:3p; -admiré admirer ver m s 32.39 68.18 2.00 4.12 par:pas; -admirée admirer ver f s 32.39 68.18 0.66 1.15 par:pas; -admirées admirer ver f p 32.39 68.18 0.04 0.27 par:pas; -admirés admirer ver m p 32.39 68.18 0.05 0.54 par:pas; -admis admettre ver m 50.05 59.46 6.74 11.35 ind:pas:1s;par:pas;par:pas; -admise admettre ver f s 50.05 59.46 1.75 2.03 par:pas; -admises admettre ver f p 50.05 59.46 0.20 0.54 par:pas; -admissibilité admissibilité nom f s 0.02 0.07 0.02 0.07 -admissible admissible adj m s 0.49 0.61 0.44 0.54 -admissibles admissible adj f p 0.49 0.61 0.05 0.07 -admission admission nom f s 3.42 1.82 2.34 1.82 -admissions admission nom f p 3.42 1.82 1.08 0.00 -admit admettre ver 50.05 59.46 0.24 2.84 ind:pas:3s; -admixtion admixtion nom f s 0.00 0.07 0.00 0.07 -admonesta admonester ver 0.03 0.61 0.00 0.07 ind:pas:3s; -admonestait admonester ver 0.03 0.61 0.00 0.07 ind:imp:3s; -admonestation admonestation nom f s 0.00 0.47 0.00 0.34 -admonestations admonestation nom f p 0.00 0.47 0.00 0.14 -admoneste admonester ver 0.03 0.61 0.02 0.20 ind:pre:3s; -admonester admonester ver 0.03 0.61 0.01 0.00 inf; -admonestât admonester ver 0.03 0.61 0.00 0.07 sub:imp:3s; -admonesté admonester ver m s 0.03 0.61 0.00 0.07 par:pas; -admonestés admonester ver m p 0.03 0.61 0.00 0.14 par:pas; -admonition admonition nom f s 0.12 0.20 0.01 0.14 -admonitions admonition nom f p 0.12 0.20 0.11 0.07 -ado ado nom s 3.40 0.20 3.40 0.20 -adobe adobe nom m s 0.08 0.00 0.08 0.00 -adolescence adolescence nom f s 2.88 13.78 2.88 13.72 -adolescences adolescence nom f p 2.88 13.78 0.00 0.07 -adolescent adolescent nom m s 6.84 25.20 2.38 9.66 -adolescente adolescent nom f s 6.84 25.20 1.59 7.57 -adolescentes adolescent nom f p 6.84 25.20 0.53 1.28 -adolescents adolescent nom m p 6.84 25.20 2.34 6.69 -adon adon nom m s 0.01 0.00 0.01 0.00 -adonc adonc adv 0.00 0.07 0.00 0.07 -adoncques adoncques adv 0.00 0.07 0.00 0.07 -adonies adonies nom f p 0.00 0.07 0.00 0.07 -adonis adonis nom m 0.28 0.00 0.28 0.00 -adonisant adoniser ver 0.00 0.07 0.00 0.07 par:pre; -adonna adonner ver 1.60 5.74 0.00 0.47 ind:pas:3s; -adonnai adonner ver 1.60 5.74 0.00 0.14 ind:pas:1s; -adonnaient adonner ver 1.60 5.74 0.16 0.61 ind:imp:3p; -adonnais adonner ver 1.60 5.74 0.01 0.14 ind:imp:1s; -adonnait adonner ver 1.60 5.74 0.09 0.81 ind:imp:3s; -adonnant adonner ver 1.60 5.74 0.02 0.07 par:pre; -adonne adonner ver 1.60 5.74 0.55 0.81 ind:pre:1s;ind:pre:3s; -adonnent adonner ver 1.60 5.74 0.20 0.34 ind:pre:3p; -adonner adonner ver 1.60 5.74 0.48 1.08 inf; -adonnerait adonner ver 1.60 5.74 0.00 0.07 cnd:pre:3s; -adonnez adonner ver 1.60 5.74 0.01 0.00 ind:pre:2p; -adonnions adonner ver 1.60 5.74 0.00 0.14 ind:imp:1p; -adonné adonner ver m s 1.60 5.74 0.04 0.61 par:pas; -adonnée adonner ver f s 1.60 5.74 0.02 0.00 par:pas; -adonnées adonner ver f p 1.60 5.74 0.00 0.07 par:pas; -adonnés adonner ver m p 1.60 5.74 0.01 0.41 par:pas; -adopta adopter ver 15.18 29.86 0.05 1.49 ind:pas:3s; -adoptable adoptable adj f s 0.00 0.07 0.00 0.07 -adoptai adopter ver 15.18 29.86 0.02 0.41 ind:pas:1s; -adoptaient adopter ver 15.18 29.86 0.01 0.14 ind:imp:3p; -adoptais adopter ver 15.18 29.86 0.00 0.14 ind:imp:1s; -adoptait adopter ver 15.18 29.86 0.13 1.89 ind:imp:3s; -adoptant adoptant adj m s 0.00 0.07 0.00 0.07 -adoptant adopter ver 15.18 29.86 0.06 0.81 par:pre; -adopte adopter ver 15.18 29.86 1.28 2.23 imp:pre:2s;ind:pre:1s;ind:pre:3s; -adoptent adopter ver 15.18 29.86 0.11 0.41 ind:pre:3p; -adopter adopter ver 15.18 29.86 7.25 9.19 inf; -adoptera adopter ver 15.18 29.86 0.14 0.00 ind:fut:3s; -adopterai adopter ver 15.18 29.86 0.05 0.07 ind:fut:1s; -adopteraient adopter ver 15.18 29.86 0.00 0.14 cnd:pre:3p; -adopterait adopter ver 15.18 29.86 0.02 0.34 cnd:pre:3s; -adopterez adopter ver 15.18 29.86 0.02 0.14 ind:fut:2p; -adopterons adopter ver 15.18 29.86 0.02 0.00 ind:fut:1p; -adopteront adopter ver 15.18 29.86 0.04 0.14 ind:fut:3p; -adoptez adopter ver 15.18 29.86 0.23 0.07 imp:pre:2p;ind:pre:2p; -adoptif adoptif adj m s 3.98 3.38 2.15 1.96 -adoptifs adoptif adj m p 3.98 3.38 1.12 0.20 -adoption adoption nom f s 4.06 2.91 3.97 2.84 -adoptions adoption nom f p 4.06 2.91 0.09 0.07 -adoptive adoptif adj f s 3.98 3.38 0.70 1.15 -adoptives adoptif adj f p 3.98 3.38 0.01 0.07 -adoptons adopter ver 15.18 29.86 0.28 0.14 imp:pre:1p;ind:pre:1p; -adoptât adopter ver 15.18 29.86 0.00 0.41 sub:imp:3s; -adoptèrent adopter ver 15.18 29.86 0.02 0.47 ind:pas:3p; -adopté adopter ver m s 15.18 29.86 3.77 7.36 par:pas; -adoptée adopter ver f s 15.18 29.86 1.25 2.64 par:pas; -adoptées adopter ver f p 15.18 29.86 0.17 0.61 par:pas; -adoptés adopter ver m p 15.18 29.86 0.23 0.47 par:pas; -adora adorer ver 193.67 44.59 0.06 0.07 ind:pas:3s; -adorable adorable adj s 25.95 7.97 23.00 6.28 -adorablement adorablement adv 0.20 0.27 0.20 0.27 -adorables adorable adj p 25.95 7.97 2.94 1.69 -adorai adorer ver 193.67 44.59 0.03 0.14 ind:pas:1s; -adoraient adorer ver 193.67 44.59 1.29 2.09 ind:imp:3p; -adorais adorer ver 193.67 44.59 6.44 2.30 ind:imp:1s;ind:imp:2s; -adorait adorer ver 193.67 44.59 7.02 9.46 ind:imp:3s; -adorant adorer ver 193.67 44.59 0.14 0.14 par:pre; -adorante adorant adj f s 0.01 0.20 0.00 0.07 -adorants adorant adj m p 0.01 0.20 0.00 0.07 -adorateur adorateur nom m s 1.22 1.82 0.30 0.34 -adorateurs adorateur nom m p 1.22 1.82 0.71 1.42 -adoration adoration nom f s 0.88 5.07 0.88 4.86 -adorations adoration nom f p 0.88 5.07 0.00 0.20 -adoratrice adorateur nom f s 1.22 1.82 0.21 0.00 -adoratrices adoratrice nom f p 0.11 0.00 0.11 0.00 -adore adorer ver 193.67 44.59 121.69 16.76 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -adorent adorer ver 193.67 44.59 10.76 2.91 ind:pre:3p;sub:pre:3p; -adorer adorer ver 193.67 44.59 11.79 3.31 inf; -adorera adorer ver 193.67 44.59 0.75 0.14 ind:fut:3s; -adorerai adorer ver 193.67 44.59 0.36 0.00 ind:fut:1s; -adoreraient adorer ver 193.67 44.59 0.52 0.00 cnd:pre:3p; -adorerais adorer ver 193.67 44.59 7.39 0.07 cnd:pre:1s;cnd:pre:2s; -adorerait adorer ver 193.67 44.59 1.32 0.07 cnd:pre:3s; -adoreras adorer ver 193.67 44.59 0.60 0.00 ind:fut:2s; -adorerez adorer ver 193.67 44.59 0.51 0.00 ind:fut:2p; -adoreriez adorer ver 193.67 44.59 0.08 0.00 cnd:pre:2p; -adorerions adorer ver 193.67 44.59 0.12 0.00 cnd:pre:1p; -adorerons adorer ver 193.67 44.59 0.01 0.00 ind:fut:1p; -adoreront adorer ver 193.67 44.59 0.24 0.07 ind:fut:3p; -adores adorer ver 193.67 44.59 4.37 0.27 ind:pre:2s; -adorez adorer ver 193.67 44.59 1.11 0.14 imp:pre:2p;ind:pre:2p; -adoriez adorer ver 193.67 44.59 0.26 0.07 ind:imp:2p; -adorions adorer ver 193.67 44.59 0.09 0.20 ind:imp:1p; -adornaient adorner ver 0.01 0.47 0.00 0.20 ind:imp:3p; -adornait adorner ver 0.01 0.47 0.00 0.14 ind:imp:3s; -adorne adorner ver 0.01 0.47 0.01 0.07 imp:pre:2s;ind:pre:3s; -adorné adorner ver m s 0.01 0.47 0.00 0.07 par:pas; -adorons adorer ver 193.67 44.59 1.22 0.54 imp:pre:1p;ind:pre:1p; -adorèrent adorer ver 193.67 44.59 0.02 0.00 ind:pas:3p; -adoré adorer ver m s 193.67 44.59 12.81 3.11 par:pas; -adorée adorer ver f s 193.67 44.59 2.27 1.82 par:pas; -adorées adorer ver f p 193.67 44.59 0.19 0.27 par:pas; -adorés adorer ver m p 193.67 44.59 0.24 0.68 par:pas; -ados ados nom m 3.27 0.27 3.27 0.27 -adossa adosser ver 0.80 16.89 0.00 2.23 ind:pas:3s; -adossai adosser ver 0.80 16.89 0.10 0.07 ind:pas:1s; -adossaient adosser ver 0.80 16.89 0.00 0.27 ind:imp:3p; -adossais adosser ver 0.80 16.89 0.01 0.14 ind:imp:1s; -adossait adosser ver 0.80 16.89 0.00 0.68 ind:imp:3s; -adossant adosser ver 0.80 16.89 0.01 0.14 par:pre; -adosse adosser ver 0.80 16.89 0.28 0.88 imp:pre:2s;ind:pre:1s;ind:pre:3s; -adossent adosser ver 0.80 16.89 0.00 0.07 ind:pre:3p; -adosser adosser ver 0.80 16.89 0.07 1.35 inf; -adossez adosser ver 0.80 16.89 0.04 0.00 imp:pre:2p;ind:pre:2p; -adossèrent adosser ver 0.80 16.89 0.00 0.14 ind:pas:3p; -adossé adosser ver m s 0.80 16.89 0.28 6.49 par:pas; -adossée adossé adj f s 0.13 0.34 0.10 0.14 -adossées adosser ver f p 0.80 16.89 0.01 0.34 par:pas; -adossés adosser ver m p 0.80 16.89 0.00 1.49 par:pas; -adouba adouber ver 0.04 0.34 0.00 0.07 ind:pas:3s; -adoubement adoubement nom m s 0.01 0.27 0.01 0.27 -adouber adouber ver 0.04 0.34 0.01 0.00 inf; -adoubé adouber ver m s 0.04 0.34 0.03 0.27 par:pas; -adoucît adoucir ver 3.27 11.01 0.00 0.07 sub:imp:3s; -adouci adoucir ver m s 3.27 11.01 0.44 1.01 par:pas; -adoucie adoucir ver f s 3.27 11.01 0.29 1.08 par:pas; -adoucies adoucir ver f p 3.27 11.01 0.02 0.27 par:pas; -adoucir adoucir ver 3.27 11.01 1.56 3.58 inf; -adoucira adoucir ver 3.27 11.01 0.09 0.14 ind:fut:3s; -adoucirait adoucir ver 3.27 11.01 0.02 0.14 cnd:pre:3s; -adoucirent adoucir ver 3.27 11.01 0.00 0.07 ind:pas:3p; -adoucis adoucir ver m p 3.27 11.01 0.20 0.20 imp:pre:2s;ind:pre:1s;ind:pre:2s;par:pas; -adoucissaient adoucir ver 3.27 11.01 0.00 0.27 ind:imp:3p; -adoucissait adoucir ver 3.27 11.01 0.02 1.35 ind:imp:3s; -adoucissant adoucissant nom m s 0.06 0.00 0.06 0.00 -adoucissantes adoucissant adj f p 0.00 0.14 0.00 0.07 -adoucisse adoucir ver 3.27 11.01 0.01 0.07 sub:pre:1s;sub:pre:3s; -adoucissement adoucissement nom m s 0.01 0.61 0.01 0.54 -adoucissements adoucissement nom m p 0.01 0.61 0.00 0.07 -adoucissent adoucir ver 3.27 11.01 0.02 0.34 ind:pre:3p; -adoucisseur adoucisseur nom m s 0.04 0.14 0.03 0.00 -adoucisseurs adoucisseur nom m p 0.04 0.14 0.01 0.14 -adoucissez adoucir ver 3.27 11.01 0.13 0.00 imp:pre:2p; -adoucit adoucir ver 3.27 11.01 0.46 2.09 ind:pre:3s;ind:pas:3s; -adp adp nom m s 0.04 0.00 0.04 0.00 -adragante adragant adj f s 0.00 0.07 0.00 0.07 -adressa adresser ver 30.71 98.04 0.19 11.15 ind:pas:3s; -adressage adressage nom m s 0.01 0.00 0.01 0.00 -adressai adresser ver 30.71 98.04 0.00 2.57 ind:pas:1s; -adressaient adresser ver 30.71 98.04 0.06 3.04 ind:imp:3p; -adressais adresser ver 30.71 98.04 0.24 1.49 ind:imp:1s;ind:imp:2s; -adressait adresser ver 30.71 98.04 0.76 14.12 ind:imp:3s; -adressant adresser ver 30.71 98.04 0.41 9.39 par:pre; -adressassent adresser ver 30.71 98.04 0.00 0.07 sub:imp:3p; -adresse adresse nom f s 73.92 49.80 67.28 43.92 -adressent adresser ver 30.71 98.04 0.71 1.55 ind:pre:3p; -adresser adresser ver 30.71 98.04 7.95 17.91 inf; -adressera adresser ver 30.71 98.04 0.66 0.34 ind:fut:3s; -adresserai adresser ver 30.71 98.04 0.34 0.34 ind:fut:1s; -adresseraient adresser ver 30.71 98.04 0.00 0.14 cnd:pre:3p; -adresserais adresser ver 30.71 98.04 0.04 0.20 cnd:pre:1s;cnd:pre:2s; -adresserait adresser ver 30.71 98.04 0.02 0.81 cnd:pre:3s; -adresseras adresser ver 30.71 98.04 0.03 0.00 ind:fut:2s; -adresserez adresser ver 30.71 98.04 0.11 0.07 ind:fut:2p; -adresserons adresser ver 30.71 98.04 0.11 0.07 ind:fut:1p; -adresseront adresser ver 30.71 98.04 0.17 0.07 ind:fut:3p; -adresses adresse nom f p 73.92 49.80 6.65 5.88 -adressez adresser ver 30.71 98.04 2.77 0.47 imp:pre:2p;ind:pre:2p; -adressiez adresser ver 30.71 98.04 0.34 0.00 ind:imp:2p; -adressions adresser ver 30.71 98.04 0.00 0.41 ind:imp:1p; -adressâmes adresser ver 30.71 98.04 0.00 0.14 ind:pas:1p; -adressons adresser ver 30.71 98.04 0.20 0.47 imp:pre:1p;ind:pre:1p; -adressât adresser ver 30.71 98.04 0.00 0.68 sub:imp:3s; -adressèrent adresser ver 30.71 98.04 0.02 0.34 ind:pas:3p; -adressé adresser ver m s 30.71 98.04 2.66 9.73 par:pas; -adressée adresser ver f s 30.71 98.04 1.76 5.20 par:pas; -adressées adresser ver f p 30.71 98.04 0.41 2.09 par:pas; -adressés adresser ver m p 30.71 98.04 0.51 0.88 par:pas; -adret adret nom m s 0.00 0.07 0.00 0.07 -adriatique adriatique adj s 0.14 0.14 0.14 0.07 -adriatiques adriatique adj p 0.14 0.14 0.00 0.07 -adroit adroit adj m s 1.87 4.86 1.13 3.51 -adroite adroit adj f s 1.87 4.86 0.41 0.74 -adroitement adroitement adv 0.85 1.96 0.85 1.96 -adroites adroit adj f p 1.87 4.86 0.25 0.07 -adroits adroit adj m p 1.87 4.86 0.09 0.54 -adrénaline adrénaline nom f s 3.57 0.68 3.56 0.68 -adrénalines adrénaline nom f p 3.57 0.68 0.01 0.00 -adulaient aduler ver 0.51 1.62 0.00 0.07 ind:imp:3p; -adulais aduler ver 0.51 1.62 0.02 0.00 ind:imp:1s; -adulait aduler ver 0.51 1.62 0.02 0.07 ind:imp:3s; -adulateur adulateur nom m s 0.10 0.07 0.10 0.07 -adulation adulation nom f s 0.16 0.81 0.16 0.61 -adulations adulation nom f p 0.16 0.81 0.00 0.20 -adulent aduler ver 0.51 1.62 0.27 0.00 ind:pre:3p; -aduler aduler ver 0.51 1.62 0.04 0.07 inf; -adultat adultat nom m s 0.00 0.14 0.00 0.14 -adulte adulte nom s 23.34 27.64 9.78 10.41 -adultes adulte nom p 23.34 27.64 13.56 17.23 -adultère adultère nom m s 3.69 3.65 3.54 3.18 -adultères adultère nom m p 3.69 3.65 0.15 0.47 -adultéraient adultérer ver 0.01 0.14 0.00 0.07 ind:imp:3p; -adultération adultération nom f s 0.00 0.07 0.00 0.07 -adultérin adultérin adj m s 0.02 0.34 0.01 0.00 -adultérine adultérin adj f s 0.02 0.34 0.01 0.14 -adultérins adultérin adj m p 0.02 0.34 0.00 0.20 -adultéré adultérer ver m s 0.01 0.14 0.01 0.00 par:pas; -adultérées adultérer ver f p 0.01 0.14 0.00 0.07 par:pas; -adulé aduler ver m s 0.51 1.62 0.09 0.61 par:pas; -adulée aduler ver f s 0.51 1.62 0.03 0.47 par:pas; -adulés aduler ver m p 0.51 1.62 0.04 0.34 par:pas; -adénine adénine nom f s 0.01 0.00 0.01 0.00 -adénocarcinome adénocarcinome nom m s 0.04 0.00 0.04 0.00 -adénome adénome nom m s 0.05 0.07 0.05 0.07 -adénopathie adénopathie nom f s 0.01 0.00 0.01 0.00 -adénosine adénosine nom f s 0.07 0.00 0.07 0.00 -adénovirus adénovirus nom m 0.01 0.00 0.01 0.00 -adéquat adéquat adj m s 3.28 4.80 1.35 1.82 -adéquate adéquat adj f s 3.28 4.80 1.23 1.69 -adéquatement adéquatement adv 0.03 0.00 0.03 0.00 -adéquates adéquat adj f p 3.28 4.80 0.50 0.47 -adéquation adéquation nom f s 0.14 0.34 0.14 0.34 -adéquats adéquat adj m p 3.28 4.80 0.21 0.81 -advînt advenir ver 7.94 9.39 0.00 0.34 sub:imp:3s; -advenait advenir ver 7.94 9.39 0.11 0.74 ind:imp:3s; -advenir advenir ver 7.94 9.39 1.03 1.15 inf; -adventices adventice adj m p 0.00 0.20 0.00 0.20 -adventiste adventiste nom s 0.27 0.00 0.27 0.00 -advenu advenir ver m s 7.94 9.39 0.99 1.62 par:pas; -advenue advenir ver f s 7.94 9.39 0.00 0.20 par:pas; -advenues advenir ver f p 7.94 9.39 0.00 0.07 par:pas; -adverbe adverbe nom m s 0.11 0.61 0.09 0.27 -adverbes adverbe nom m p 0.11 0.61 0.02 0.34 -adversaire adversaire nom s 10.96 25.14 7.61 15.95 -adversaires adversaire nom p 10.96 25.14 3.36 9.19 -adverse adverse adj s 1.93 4.32 1.83 2.50 -adverses adverse adj p 1.93 4.32 0.10 1.82 -adversité adversité nom f s 1.30 2.16 1.27 2.09 -adversités adversité nom f p 1.30 2.16 0.02 0.07 -adviendra advenir ver 7.94 9.39 2.53 0.68 ind:fut:3s; -adviendrait advenir ver 7.94 9.39 0.25 0.68 cnd:pre:3s; -advienne advenir ver 7.94 9.39 1.24 1.01 sub:pre:1s;sub:pre:3s; -adviennent advenir ver 7.94 9.39 0.00 0.07 ind:pre:3p; -advient advenir ver 7.94 9.39 0.58 1.49 ind:pre:3s; -advint advenir ver 7.94 9.39 1.20 1.35 ind:pas:3s; -aegipans aegipan nom m p 0.00 0.07 0.00 0.07 -affût affût nom m s 1.42 11.35 1.36 10.81 -affûta affûter ver 0.77 3.65 0.00 0.14 ind:pas:3s; -affûtage affûtage nom m s 0.04 0.14 0.04 0.14 -affûtait affûter ver 0.77 3.65 0.00 0.14 ind:imp:3s; -affûtant affûter ver 0.77 3.65 0.00 0.20 par:pre; -affûte affûter ver 0.77 3.65 0.11 0.41 imp:pre:2s;ind:pre:1s;ind:pre:3s; -affûter affûter ver 0.77 3.65 0.20 0.74 inf; -affûterai affûter ver 0.77 3.65 0.01 0.00 ind:fut:1s; -affûteur affûteur nom m s 0.01 0.07 0.01 0.07 -affûtez affûter ver 0.77 3.65 0.01 0.00 imp:pre:2p; -affûtât affûter ver 0.77 3.65 0.00 0.07 sub:imp:3s; -affûts affût nom m p 1.42 11.35 0.06 0.54 -affûté affûter ver m s 0.77 3.65 0.23 0.81 par:pas; -affûtée affûter ver f s 0.77 3.65 0.12 0.68 par:pas; -affûtées affûter ver f p 0.77 3.65 0.02 0.07 par:pas; -affûtés affûter ver m p 0.77 3.65 0.06 0.41 par:pas; -affabilité affabilité nom f s 0.13 1.28 0.13 1.22 -affabilités affabilité nom f p 0.13 1.28 0.00 0.07 -affable affable adj s 0.39 3.78 0.37 3.11 -affablement affablement adv 0.00 0.20 0.00 0.20 -affables affable adj p 0.39 3.78 0.02 0.68 -affabulation affabulation nom f s 0.22 1.22 0.20 1.01 -affabulations affabulation nom f p 0.22 1.22 0.02 0.20 -affabulatrice affabulateur nom f s 0.14 0.00 0.14 0.00 -affabule affabuler ver 0.28 0.27 0.15 0.14 ind:pre:1s;ind:pre:3s; -affabuler affabuler ver 0.28 0.27 0.00 0.07 inf; -affabules affabuler ver 0.28 0.27 0.14 0.00 ind:pre:2s; -affabulé affabuler ver m s 0.28 0.27 0.00 0.07 par:pas; -affacturage affacturage nom m s 0.01 0.00 0.01 0.00 -affadi affadir ver m s 0.01 1.35 0.00 0.20 par:pas; -affadie affadir ver f s 0.01 1.35 0.00 0.27 par:pas; -affadies affadir ver f p 0.01 1.35 0.00 0.07 par:pas; -affadir affadir ver 0.01 1.35 0.00 0.14 inf; -affadis affadir ver m p 0.01 1.35 0.00 0.07 par:pas; -affadissaient affadir ver 0.01 1.35 0.00 0.07 ind:imp:3p; -affadissait affadir ver 0.01 1.35 0.00 0.34 ind:imp:3s; -affadissant affadir ver 0.01 1.35 0.00 0.07 par:pre; -affadisse affadir ver 0.01 1.35 0.01 0.07 sub:pre:1s;sub:pre:3s; -affadissement affadissement nom m s 0.00 0.20 0.00 0.20 -affadit affadir ver 0.01 1.35 0.00 0.07 ind:pas:3s; -affaibli affaiblir ver m s 6.66 7.84 1.62 1.49 par:pas; -affaiblie affaiblir ver f s 6.66 7.84 0.38 0.61 par:pas; -affaiblies affaiblir ver f p 6.66 7.84 0.02 0.27 par:pas; -affaiblir affaiblir ver 6.66 7.84 1.13 1.35 inf; -affaiblira affaiblir ver 6.66 7.84 0.30 0.07 ind:fut:3s; -affaiblis affaiblir ver m p 6.66 7.84 0.84 0.61 imp:pre:2s;ind:pre:1s;ind:pre:2s;par:pas; -affaiblissaient affaiblir ver 6.66 7.84 0.00 0.14 ind:imp:3p; -affaiblissais affaiblir ver 6.66 7.84 0.00 0.07 ind:imp:1s; -affaiblissait affaiblir ver 6.66 7.84 0.23 1.01 ind:imp:3s; -affaiblissant affaiblir ver 6.66 7.84 0.17 0.61 par:pre; -affaiblisse affaiblir ver 6.66 7.84 0.05 0.00 sub:pre:1s;sub:pre:3s; -affaiblissement affaiblissement nom m s 0.23 1.49 0.23 1.49 -affaiblissent affaiblir ver 6.66 7.84 0.30 0.41 ind:pre:3p; -affaiblissez affaiblir ver 6.66 7.84 0.04 0.00 ind:pre:2p; -affaiblissons affaiblir ver 6.66 7.84 0.02 0.00 ind:pre:1p; -affaiblit affaiblir ver 6.66 7.84 1.56 1.22 ind:pre:3s;ind:pas:3s; -affaira affairer ver 2.75 13.38 0.00 0.68 ind:pas:3s; -affairai affairer ver 2.75 13.38 0.00 0.07 ind:pas:1s; -affairaient affairer ver 2.75 13.38 0.01 2.43 ind:imp:3p; -affairais affairer ver 2.75 13.38 0.00 0.07 ind:imp:1s; -affairait affairer ver 2.75 13.38 0.01 2.70 ind:imp:3s; -affairant affairer ver 2.75 13.38 0.00 0.47 par:pre; -affaire affaire nom f s 393.83 253.38 207.50 150.54 -affairement affairement nom m s 0.00 0.54 0.00 0.34 -affairements affairement nom m p 0.00 0.54 0.00 0.20 -affairent affairer ver 2.75 13.38 0.44 1.42 ind:pre:3p; -affairer affairer ver 2.75 13.38 0.28 1.42 inf; -affaireraient affairer ver 2.75 13.38 0.00 0.07 cnd:pre:3p; -affaires affaire nom f p 393.83 253.38 186.32 102.84 -affairions affairer ver 2.75 13.38 0.00 0.07 ind:imp:1p; -affairisme affairisme nom m s 0.00 0.07 0.00 0.07 -affairiste affairiste adj m s 0.01 0.14 0.01 0.14 -affairistes affairiste nom p 0.14 0.14 0.14 0.07 -affairons affairer ver 2.75 13.38 0.00 0.07 ind:pre:1p; -affairèrent affairer ver 2.75 13.38 0.00 0.20 ind:pas:3p; -affairé affairer ver m s 2.75 13.38 0.16 0.41 par:pas; -affairée affairé adj f s 0.21 2.64 0.04 0.61 -affairées affairé adj f p 0.21 2.64 0.01 0.27 -affairés affairé adj m p 0.21 2.64 0.12 0.74 -affaissa affaisser ver 1.03 11.22 0.00 1.08 ind:pas:3s; -affaissaient affaisser ver 1.03 11.22 0.01 0.41 ind:imp:3p; -affaissait affaisser ver 1.03 11.22 0.03 0.74 ind:imp:3s; -affaissant affaisser ver 1.03 11.22 0.01 0.61 par:pre; -affaisse affaisser ver 1.03 11.22 0.31 1.49 imp:pre:2s;ind:pre:3s; -affaissement affaissement nom m s 0.08 1.55 0.07 1.35 -affaissements affaissement nom m p 0.08 1.55 0.01 0.20 -affaissent affaisser ver 1.03 11.22 0.34 1.08 ind:pre:3p; -affaisser affaisser ver 1.03 11.22 0.03 0.88 inf; -affaisseraient affaisser ver 1.03 11.22 0.00 0.14 cnd:pre:3p; -affaisserait affaisser ver 1.03 11.22 0.00 0.07 cnd:pre:3s; -affaissions affaisser ver 1.03 11.22 0.00 0.07 ind:imp:1p; -affaissèrent affaisser ver 1.03 11.22 0.00 0.14 ind:pas:3p; -affaissé affaisser ver m s 1.03 11.22 0.14 2.50 par:pas; -affaissée affaisser ver f s 1.03 11.22 0.05 1.15 par:pas; -affaissées affaisser ver f p 1.03 11.22 0.00 0.41 par:pas; -affaissés affaisser ver m p 1.03 11.22 0.11 0.47 par:pas; -affala affaler ver 1.01 14.05 0.00 2.09 ind:pas:3s; -affalai affaler ver 1.01 14.05 0.00 0.07 ind:pas:1s; -affalaient affaler ver 1.01 14.05 0.00 0.20 ind:imp:3p; -affalais affaler ver 1.01 14.05 0.00 0.14 ind:imp:1s; -affalait affaler ver 1.01 14.05 0.01 0.54 ind:imp:3s; -affalant affaler ver 1.01 14.05 0.01 0.74 par:pre; -affale affaler ver 1.01 14.05 0.10 1.35 imp:pre:2s;ind:pre:1s;ind:pre:3s; -affalement affalement nom m s 0.01 0.14 0.01 0.14 -affalent affaler ver 1.01 14.05 0.01 0.27 ind:pre:3p; -affaler affaler ver 1.01 14.05 0.27 1.89 inf; -affalez affaler ver 1.01 14.05 0.05 0.00 imp:pre:2p; -affalons affaler ver 1.01 14.05 0.00 0.07 ind:pre:1p; -affalèrent affaler ver 1.01 14.05 0.00 0.14 ind:pas:3p; -affalé affaler ver m s 1.01 14.05 0.38 3.92 par:pas; -affalée affaler ver f s 1.01 14.05 0.04 1.01 par:pas; -affalées affaler ver f p 1.01 14.05 0.02 0.54 par:pas; -affalés affaler ver m p 1.01 14.05 0.13 1.08 par:pas; -affamaient affamer ver 6.01 3.72 0.01 0.07 ind:imp:3p; -affamait affamer ver 6.01 3.72 0.03 0.34 ind:imp:3s; -affamant affamer ver 6.01 3.72 0.17 0.07 par:pre; -affamantes affamant adj f p 0.00 0.07 0.00 0.07 -affame affamer ver 6.01 3.72 0.25 0.00 imp:pre:2s;ind:pre:1s;ind:pre:3s; -affament affamer ver 6.01 3.72 0.18 0.00 ind:pre:3p; -affamer affamer ver 6.01 3.72 0.33 0.14 inf; -affamera affamer ver 6.01 3.72 0.01 0.00 ind:fut:3s; -affamez affamer ver 6.01 3.72 0.05 0.00 imp:pre:2p;ind:pre:2p; -affamé affamer ver m s 6.01 3.72 2.99 1.15 par:pas; -affamée affamé adj f s 5.67 6.08 0.73 1.35 -affamées affamé adj f p 5.67 6.08 0.59 0.68 -affamés affamé adj m p 5.67 6.08 1.92 2.50 -affect affect nom m s 0.26 0.00 0.26 0.00 -affecta affecter ver 16.08 25.34 0.03 1.28 ind:pas:3s; -affectai affecter ver 16.08 25.34 0.00 0.14 ind:pas:1s; -affectaient affecter ver 16.08 25.34 0.07 1.62 ind:imp:3p; -affectais affecter ver 16.08 25.34 0.01 0.34 ind:imp:1s; -affectait affecter ver 16.08 25.34 0.36 4.12 ind:imp:3s; -affectant affecter ver 16.08 25.34 0.27 2.36 par:pre; -affectassent affecter ver 16.08 25.34 0.00 0.07 sub:imp:3p; -affectation affectation nom f s 2.93 5.27 2.65 5.00 -affectations affectation nom f p 2.93 5.27 0.28 0.27 -affecte affecter ver 16.08 25.34 4.38 2.50 imp:pre:2s;ind:pre:1s;ind:pre:3s; -affectent affecter ver 16.08 25.34 0.61 1.01 ind:pre:3p; -affecter affecter ver 16.08 25.34 2.33 2.23 inf; -affectera affecter ver 16.08 25.34 0.72 0.14 ind:fut:3s; -affecterai affecter ver 16.08 25.34 0.03 0.07 ind:fut:1s; -affecteraient affecter ver 16.08 25.34 0.02 0.00 cnd:pre:3p; -affecterait affecter ver 16.08 25.34 0.32 0.00 cnd:pre:3s; -affecteriez affecter ver 16.08 25.34 0.01 0.00 cnd:pre:2p; -affecteront affecter ver 16.08 25.34 0.04 0.00 ind:fut:3p; -affectez affecter ver 16.08 25.34 0.20 0.07 imp:pre:2p;ind:pre:2p; -affectiez affecter ver 16.08 25.34 0.01 0.07 ind:imp:2p; -affectif affectif adj m s 2.05 2.91 0.94 1.28 -affectifs affectif adj m p 2.05 2.91 0.27 0.34 -affection affection nom f s 13.06 31.22 12.68 29.53 -affectionnaient affectionner ver 0.40 4.12 0.00 0.20 ind:imp:3p; -affectionnais affectionner ver 0.40 4.12 0.00 0.14 ind:imp:1s; -affectionnait affectionner ver 0.40 4.12 0.07 1.49 ind:imp:3s; -affectionnant affectionner ver 0.40 4.12 0.00 0.14 par:pre; -affectionne affectionner ver 0.40 4.12 0.22 1.01 ind:pre:1s;ind:pre:3s; -affectionnent affectionner ver 0.40 4.12 0.00 0.74 ind:pre:3p; -affectionner affectionner ver 0.40 4.12 0.00 0.20 inf; -affectionnez affectionner ver 0.40 4.12 0.01 0.14 imp:pre:2p;ind:pre:2p; -affectionné affectionner ver m s 0.40 4.12 0.10 0.00 par:pas; -affectionnée affectionné adj f s 0.01 0.41 0.00 0.27 -affectionnés affectionné adj m p 0.01 0.41 0.00 0.07 -affections affection nom f p 13.06 31.22 0.38 1.69 -affective affectif adj f s 2.05 2.91 0.66 1.08 -affectivement affectivement adv 0.30 0.20 0.30 0.20 -affectives affectif adj f p 2.05 2.91 0.18 0.20 -affectivité affectivité nom f s 0.01 0.41 0.01 0.41 -affectâmes affecter ver 16.08 25.34 0.00 0.07 ind:pas:1p; -affectons affecter ver 16.08 25.34 0.03 0.20 imp:pre:1p;ind:pre:1p; -affectât affecter ver 16.08 25.34 0.00 0.14 sub:imp:3s; -affectèrent affecter ver 16.08 25.34 0.00 0.61 ind:pas:3p; -affecté affecter ver m s 16.08 25.34 4.43 4.93 par:pas; -affectée affecter ver f s 16.08 25.34 1.17 1.35 par:pas; -affectées affecter ver f p 16.08 25.34 0.29 0.74 par:pas; -affectueuse affectueux adj f s 5.20 14.59 1.56 5.41 -affectueusement affectueusement adv 1.11 3.38 1.11 3.38 -affectueuses affectueux adj f p 5.20 14.59 0.08 1.22 -affectueux affectueux adj m 5.20 14.59 3.56 7.97 -affectés affecter ver m p 16.08 25.34 0.73 1.22 par:pas; -affermi affermir ver m s 0.23 5.61 0.02 0.34 par:pas; -affermie affermir ver f s 0.23 5.61 0.01 0.54 par:pas; -affermir affermir ver 0.23 5.61 0.02 1.69 inf; -affermira affermir ver 0.23 5.61 0.02 0.00 ind:fut:3s; -affermis affermir ver m p 0.23 5.61 0.00 0.41 ind:pre:1s;par:pas; -affermissaient affermir ver 0.23 5.61 0.00 0.20 ind:imp:3p; -affermissait affermir ver 0.23 5.61 0.00 0.34 ind:imp:3s; -affermissant affermir ver 0.23 5.61 0.01 0.34 par:pre; -affermisse affermir ver 0.23 5.61 0.00 0.07 sub:pre:3s; -affermissement affermissement nom m s 0.00 0.14 0.00 0.14 -affermissent affermir ver 0.23 5.61 0.01 0.20 ind:pre:3p; -affermit affermir ver 0.23 5.61 0.14 1.49 ind:pre:3s;ind:pas:3s; -afficha afficher ver 8.35 19.26 0.00 0.47 ind:pas:3s; -affichage affichage nom m s 1.30 1.49 1.29 1.42 -affichages affichage nom m p 1.30 1.49 0.01 0.07 -affichaient afficher ver 8.35 19.26 0.01 1.35 ind:imp:3p; -affichais afficher ver 8.35 19.26 0.02 0.68 ind:imp:1s;ind:imp:2s; -affichait afficher ver 8.35 19.26 0.15 4.93 ind:imp:3s; -affichant afficher ver 8.35 19.26 0.19 1.49 par:pre; -affiche affiche nom f s 9.78 19.86 5.38 8.38 -affichent afficher ver 8.35 19.26 0.52 0.68 ind:pre:3p; -afficher afficher ver 8.35 19.26 2.06 3.78 ind:pre:2p;inf; -affichera afficher ver 8.35 19.26 0.04 0.07 ind:fut:3s; -afficherai afficher ver 8.35 19.26 0.07 0.00 ind:fut:1s; -afficherait afficher ver 8.35 19.26 0.01 0.14 cnd:pre:3s; -affiches affiche nom f p 9.78 19.86 4.39 11.49 -affichette affichette nom f s 0.26 1.35 0.19 1.08 -affichettes affichette nom f p 0.26 1.35 0.07 0.27 -afficheur afficheur nom m s 0.03 0.27 0.01 0.27 -afficheurs afficheur nom m p 0.03 0.27 0.01 0.00 -affichez afficher ver 8.35 19.26 0.41 0.07 imp:pre:2p;ind:pre:2p; -affichions afficher ver 8.35 19.26 0.00 0.14 ind:imp:1p; -affichiste affichiste nom s 0.00 0.20 0.00 0.14 -affichistes affichiste nom p 0.00 0.20 0.00 0.07 -affichons afficher ver 8.35 19.26 0.16 0.00 imp:pre:1p;ind:pre:1p; -affichât afficher ver 8.35 19.26 0.00 0.07 sub:imp:3s; -affichèrent afficher ver 8.35 19.26 0.00 0.20 ind:pas:3p; -affiché afficher ver m s 8.35 19.26 1.79 1.62 par:pas; -affichée afficher ver f s 8.35 19.26 0.29 0.88 par:pas; -affichées afficher ver f p 8.35 19.26 0.17 0.47 par:pas; -affichés afficher ver m p 8.35 19.26 0.11 0.74 par:pas; -affidavit affidavit nom m s 0.06 0.00 0.06 0.00 -affidé affidé nom m s 0.01 0.27 0.01 0.14 -affidée affidé adj f s 0.00 0.07 0.00 0.07 -affidés affidé nom m p 0.01 0.27 0.00 0.14 -affile affiler ver 0.04 0.07 0.00 0.07 ind:pre:3s; -affiler affiler ver 0.04 0.07 0.03 0.00 inf; -affilia affilier ver 0.36 0.74 0.00 0.07 ind:pas:3s; -affiliaient affilier ver 0.36 0.74 0.00 0.07 ind:imp:3p; -affiliant affilier ver 0.36 0.74 0.00 0.07 par:pre; -affiliation affiliation nom f s 0.33 0.14 0.26 0.14 -affiliations affiliation nom f p 0.33 0.14 0.07 0.00 -affilier affilier ver 0.36 0.74 0.01 0.27 inf; -affilié affilier ver m s 0.36 0.74 0.15 0.20 par:pas; -affiliée affilier ver f s 0.36 0.74 0.04 0.00 par:pas; -affiliées affilié nom f p 0.14 0.41 0.04 0.00 -affiliés affilier ver m p 0.36 0.74 0.17 0.07 par:pas; -affilé affilé adj m s 3.04 4.19 0.17 0.07 -affilée affilé adj f s 3.04 4.19 2.80 3.92 -affilées affilé adj f p 3.04 4.19 0.04 0.14 -affilés affilé adj m p 3.04 4.19 0.04 0.07 -affin affin adj m s 0.02 0.00 0.02 0.00 -affina affiner ver 0.76 3.38 0.00 0.07 ind:pas:3s; -affinage affinage nom m s 0.00 0.07 0.00 0.07 -affinaient affiner ver 0.76 3.38 0.00 0.07 ind:imp:3p; -affinait affiner ver 0.76 3.38 0.00 0.88 ind:imp:3s; -affinant affiner ver 0.76 3.38 0.00 0.41 par:pre; -affine affiner ver 0.76 3.38 0.18 0.34 ind:pre:1s;ind:pre:3s; -affinement affinement nom m s 0.01 0.20 0.01 0.20 -affinent affiner ver 0.76 3.38 0.01 0.20 ind:pre:3p; -affiner affiner ver 0.76 3.38 0.43 0.68 inf; -affinera affiner ver 0.76 3.38 0.02 0.00 ind:fut:3s; -affinerait affiner ver 0.76 3.38 0.01 0.07 cnd:pre:3s; -affinité affinité nom f s 1.23 4.46 0.60 2.16 -affinités affinité nom f p 1.23 4.46 0.62 2.30 -affinons affiner ver 0.76 3.38 0.01 0.00 ind:pre:1p; -affiné affiné adj m s 0.12 0.27 0.12 0.20 -affinée affiner ver f s 0.76 3.38 0.01 0.14 par:pas; -affinées affiner ver f p 0.76 3.38 0.02 0.20 par:pas; -affiquets affiquet nom m p 0.00 0.07 0.00 0.07 -affirma affirmer ver 15.61 63.51 0.06 10.07 ind:pas:3s; -affirmai affirmer ver 15.61 63.51 0.00 0.81 ind:pas:1s; -affirmaient affirmer ver 15.61 63.51 0.03 2.36 ind:imp:3p; -affirmais affirmer ver 15.61 63.51 0.03 1.22 ind:imp:1s;ind:imp:2s; -affirmait affirmer ver 15.61 63.51 0.53 11.08 ind:imp:3s; -affirmant affirmer ver 15.61 63.51 0.51 3.92 par:pre; -affirmatif affirmatif adj m s 4.91 1.89 4.82 1.35 -affirmatifs affirmatif adj m p 4.91 1.89 0.00 0.14 -affirmation affirmation nom f s 1.96 6.42 1.27 4.66 -affirmations affirmation nom f p 1.96 6.42 0.69 1.76 -affirmative affirmative nom f s 0.16 0.61 0.16 0.61 -affirmativement affirmativement adv 0.00 0.74 0.00 0.74 -affirme affirmer ver 15.61 63.51 5.46 9.93 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -affirment affirmer ver 15.61 63.51 1.67 2.70 ind:pre:3p; -affirmer affirmer ver 15.61 63.51 4.26 13.58 inf; -affirmerai affirmer ver 15.61 63.51 0.00 0.07 ind:fut:1s; -affirmerait affirmer ver 15.61 63.51 0.01 0.14 cnd:pre:3s; -affirmeras affirmer ver 15.61 63.51 0.01 0.07 ind:fut:2s; -affirmerez affirmer ver 15.61 63.51 0.01 0.00 ind:fut:2p; -affirmeriez affirmer ver 15.61 63.51 0.01 0.00 cnd:pre:2p; -affirmeront affirmer ver 15.61 63.51 0.03 0.07 ind:fut:3p; -affirmes affirmer ver 15.61 63.51 0.09 0.20 ind:pre:2s; -affirmez affirmer ver 15.61 63.51 0.87 0.41 imp:pre:2p;ind:pre:2p; -affirmiez affirmer ver 15.61 63.51 0.15 0.07 ind:imp:2p; -affirmions affirmer ver 15.61 63.51 0.00 0.14 ind:imp:1p; -affirmons affirmer ver 15.61 63.51 0.06 0.27 imp:pre:1p;ind:pre:1p; -affirmât affirmer ver 15.61 63.51 0.00 0.14 sub:imp:3s; -affirmèrent affirmer ver 15.61 63.51 0.01 0.81 ind:pas:3p; -affirmé affirmer ver m s 15.61 63.51 1.66 4.59 imp:pre:2s;par:pas;par:pas; -affirmée affirmer ver f s 15.61 63.51 0.04 0.41 par:pas; -affirmées affirmer ver f p 15.61 63.51 0.00 0.20 par:pas; -affirmés affirmer ver m p 15.61 63.51 0.10 0.27 par:pas; -affixé affixé adj m s 0.00 0.07 0.00 0.07 -afflanqué afflanquer ver m s 0.00 0.07 0.00 0.07 par:pas; -affleura affleurer ver 0.15 6.01 0.00 0.47 ind:pas:3s; -affleuraient affleurer ver 0.15 6.01 0.01 0.34 ind:imp:3p; -affleurait affleurer ver 0.15 6.01 0.11 1.08 ind:imp:3s; -affleurant affleurer ver 0.15 6.01 0.00 0.14 par:pre; -affleure affleurer ver 0.15 6.01 0.02 1.55 imp:pre:2s;ind:pre:3s; -affleurement affleurement nom m s 0.03 0.88 0.03 0.47 -affleurements affleurement nom m p 0.03 0.88 0.00 0.41 -affleurent affleurer ver 0.15 6.01 0.01 0.95 ind:pre:3p; -affleurer affleurer ver 0.15 6.01 0.00 1.08 inf; -affleurât affleurer ver 0.15 6.01 0.00 0.07 sub:imp:3s; -affleurèrent affleurer ver 0.15 6.01 0.00 0.14 ind:pas:3p; -affleuré affleurer ver m s 0.15 6.01 0.00 0.20 par:pas; -affliction affliction nom f s 1.27 2.77 1.09 2.50 -afflictions affliction nom f p 1.27 2.77 0.18 0.27 -afflige affliger ver 3.21 5.95 0.74 0.74 imp:pre:2s;ind:pre:1s;ind:pre:3s; -affligea affliger ver 3.21 5.95 0.03 0.20 ind:pas:3s; -affligeaient affliger ver 3.21 5.95 0.01 0.07 ind:imp:3p; -affligeait affliger ver 3.21 5.95 0.01 0.20 ind:imp:3s; -affligeant affligeant adj m s 0.60 1.62 0.38 0.54 -affligeante affligeant adj f s 0.60 1.62 0.08 0.68 -affligeantes affligeant adj f p 0.60 1.62 0.02 0.27 -affligeants affligeant adj m p 0.60 1.62 0.12 0.14 -affligent affliger ver 3.21 5.95 0.20 0.14 ind:pre:3p; -affliger affliger ver 3.21 5.95 0.38 0.20 inf; -affligez affliger ver 3.21 5.95 0.03 0.07 imp:pre:2p; -affligèrent affliger ver 3.21 5.95 0.01 0.07 ind:pas:3p; -affligé affliger ver m s 3.21 5.95 1.11 2.30 par:pas; -affligée affliger ver f s 3.21 5.95 0.49 0.95 par:pas; -affligés affligé adj m p 1.66 1.49 0.60 0.34 -afflua affluer ver 1.51 7.50 0.00 0.27 ind:pas:3s; -affluaient affluer ver 1.51 7.50 0.04 1.69 ind:imp:3p; -affluait affluer ver 1.51 7.50 0.02 0.54 ind:imp:3s; -affluant affluer ver 1.51 7.50 0.11 0.27 par:pre; -afflue affluer ver 1.51 7.50 0.39 0.61 ind:pre:3s; -affluence affluence nom f s 0.51 2.64 0.51 2.64 -affluent affluer ver 1.51 7.50 0.61 1.49 ind:pre:3p; -affluentes affluent adj f p 0.16 0.41 0.00 0.07 -affluents affluent nom m p 0.39 0.95 0.34 0.41 -affluer affluer ver 1.51 7.50 0.21 1.35 inf; -afflueraient affluer ver 1.51 7.50 0.01 0.07 cnd:pre:3p; -affluèrent affluer ver 1.51 7.50 0.00 0.81 ind:pas:3p; -afflué affluer ver m s 1.51 7.50 0.12 0.41 par:pas; -afflux afflux nom m 0.25 2.30 0.25 2.30 -affola affoler ver 5.92 20.54 0.00 2.16 ind:pas:3s; -affolai affoler ver 5.92 20.54 0.00 0.14 ind:pas:1s; -affolaient affoler ver 5.92 20.54 0.01 0.54 ind:imp:3p; -affolais affoler ver 5.92 20.54 0.01 0.27 ind:imp:1s; -affolait affoler ver 5.92 20.54 0.02 2.70 ind:imp:3s; -affolant affolant adj m s 0.10 2.57 0.10 1.35 -affolante affolant adj f s 0.10 2.57 0.00 0.74 -affolantes affolant adj f p 0.10 2.57 0.00 0.20 -affolants affolant adj m p 0.10 2.57 0.00 0.27 -affole affoler ver 5.92 20.54 1.63 4.19 imp:pre:2s;ind:pre:1s;ind:pre:3s; -affolement affolement nom m s 0.89 5.34 0.89 5.34 -affolent affoler ver 5.92 20.54 0.28 0.68 ind:pre:3p; -affoler affoler ver 5.92 20.54 1.00 2.50 inf;; -affolera affoler ver 5.92 20.54 0.14 0.07 ind:fut:3s; -affolerais affoler ver 5.92 20.54 0.01 0.07 cnd:pre:1s;cnd:pre:2s; -affolerait affoler ver 5.92 20.54 0.14 0.07 cnd:pre:3s; -affoleront affoler ver 5.92 20.54 0.01 0.00 ind:fut:3p; -affoles affoler ver 5.92 20.54 0.23 0.20 ind:pre:2s; -affolez affoler ver 5.92 20.54 0.93 0.27 imp:pre:2p;ind:pre:2p; -affoliez affoler ver 5.92 20.54 0.01 0.00 ind:imp:2p; -affolons affoler ver 5.92 20.54 0.04 0.27 imp:pre:1p;ind:pre:1p; -affolât affoler ver 5.92 20.54 0.00 0.07 sub:imp:3s; -affolèrent affoler ver 5.92 20.54 0.00 0.14 ind:pas:3p; -affolé affoler ver m s 5.92 20.54 0.76 2.84 par:pas; -affolée affoler ver f s 5.92 20.54 0.51 1.22 par:pas; -affolées affolé adj f p 0.91 11.49 0.10 0.74 -affolés affolé adj m p 0.91 11.49 0.18 2.57 -affouage affouage nom m s 0.00 0.14 0.00 0.07 -affouages affouage nom m p 0.00 0.14 0.00 0.07 -affouillait affouiller ver 0.00 0.14 0.00 0.07 ind:imp:3s; -affouillement affouillement nom m s 0.00 0.14 0.00 0.07 -affouillements affouillement nom m p 0.00 0.14 0.00 0.07 -affouillé affouiller ver m s 0.00 0.14 0.00 0.07 par:pas; -affranchi affranchi nom m s 1.34 1.49 0.46 0.61 -affranchie affranchir ver f s 1.87 11.42 0.19 1.01 par:pas; -affranchies affranchi adj f p 0.24 1.82 0.00 0.34 -affranchir affranchir ver 1.87 11.42 0.55 5.20 inf; -affranchirait affranchir ver 1.87 11.42 0.00 0.14 cnd:pre:3s; -affranchis affranchi nom m p 1.34 1.49 0.76 0.61 -affranchissais affranchir ver 1.87 11.42 0.01 0.07 ind:imp:1s;ind:imp:2s; -affranchissait affranchir ver 1.87 11.42 0.00 0.27 ind:imp:3s; -affranchissant affranchir ver 1.87 11.42 0.00 0.27 par:pre; -affranchisse affranchir ver 1.87 11.42 0.01 0.47 sub:pre:1s;sub:pre:3s; -affranchissement affranchissement nom m s 0.05 0.47 0.05 0.47 -affranchit affranchir ver 1.87 11.42 0.29 1.15 ind:pre:3s;ind:pas:3s; -affres affre nom f p 1.23 2.36 1.23 2.36 -affreuse affreux adj f s 34.96 39.46 7.86 12.64 -affreusement affreusement adv 3.13 5.61 3.13 5.61 -affreuses affreux adj f p 34.96 39.46 1.77 4.59 -affreux affreux adj m 34.96 39.46 25.34 22.23 -affriandai affriander ver 0.00 0.27 0.00 0.07 ind:pas:1s; -affriander affriander ver 0.00 0.27 0.00 0.07 inf; -affriandé affriander ver m s 0.00 0.27 0.00 0.07 par:pas; -affriandés affriander ver m p 0.00 0.27 0.00 0.07 par:pas; -affriolait affrioler ver 0.02 0.27 0.00 0.07 ind:imp:3s; -affriolant affriolant adj m s 0.26 0.20 0.12 0.14 -affriolante affriolant adj f s 0.26 0.20 0.03 0.07 -affriolantes affriolant adj f p 0.26 0.20 0.04 0.00 -affriolants affriolant adj m p 0.26 0.20 0.07 0.00 -affriole affrioler ver 0.02 0.27 0.01 0.00 ind:pre:3s; -affrioler affrioler ver 0.02 0.27 0.00 0.07 inf; -affriolerait affrioler ver 0.02 0.27 0.01 0.00 cnd:pre:3s; -affriolés affrioler ver m p 0.02 0.27 0.00 0.07 par:pas; -affront affront nom m s 3.36 3.85 3.11 2.77 -affronta affronter ver 30.72 22.43 0.03 0.54 ind:pas:3s; -affrontai affronter ver 30.72 22.43 0.00 0.07 ind:pas:1s; -affrontaient affronter ver 30.72 22.43 0.20 1.62 ind:imp:3p; -affrontais affronter ver 30.72 22.43 0.17 0.27 ind:imp:1s;ind:imp:2s; -affrontait affronter ver 30.72 22.43 0.14 0.88 ind:imp:3s; -affrontant affronter ver 30.72 22.43 0.63 0.88 par:pre; -affronte affronter ver 30.72 22.43 2.96 0.81 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -affrontement affrontement nom m s 2.66 4.05 1.72 2.43 -affrontements affrontement nom m p 2.66 4.05 0.94 1.62 -affrontent affronter ver 30.72 22.43 0.74 1.49 ind:pre:3p; -affronter affronter ver 30.72 22.43 19.57 13.38 inf;; -affrontera affronter ver 30.72 22.43 0.63 0.07 ind:fut:3s; -affronterai affronter ver 30.72 22.43 0.56 0.00 ind:fut:1s; -affronteraient affronter ver 30.72 22.43 0.01 0.14 cnd:pre:3p; -affronterais affronter ver 30.72 22.43 0.05 0.07 cnd:pre:1s;cnd:pre:2s; -affronterait affronter ver 30.72 22.43 0.08 0.41 cnd:pre:3s; -affronteras affronter ver 30.72 22.43 0.20 0.00 ind:fut:2s; -affronterez affronter ver 30.72 22.43 0.14 0.00 ind:fut:2p; -affronterons affronter ver 30.72 22.43 0.22 0.00 ind:fut:1p; -affronteront affronter ver 30.72 22.43 0.20 0.00 ind:fut:3p; -affrontes affronter ver 30.72 22.43 0.58 0.07 ind:pre:2s; -affrontez affronter ver 30.72 22.43 0.51 0.00 imp:pre:2p;ind:pre:2p; -affrontiez affronter ver 30.72 22.43 0.02 0.07 ind:imp:2p; -affrontions affronter ver 30.72 22.43 0.16 0.14 ind:imp:1p; -affrontons affronter ver 30.72 22.43 0.60 0.14 imp:pre:1p;ind:pre:1p; -affronts affront nom m p 3.36 3.85 0.25 1.08 -affrontèrent affronter ver 30.72 22.43 0.02 0.14 ind:pas:3p; -affronté affronter ver m s 30.72 22.43 1.92 0.81 par:pas; -affrontée affronter ver f s 30.72 22.43 0.11 0.14 par:pas; -affrontées affronter ver f p 30.72 22.43 0.04 0.14 par:pas; -affrontés affronter ver m p 30.72 22.43 0.23 0.20 par:pas; -affrète affréter ver 0.67 0.47 0.04 0.07 ind:pre:1s;ind:pre:3s;sub:pre:3s; -affrètement affrètement nom m s 0.03 0.00 0.03 0.00 -affréter affréter ver 0.67 0.47 0.28 0.27 inf; -affréterons affréter ver 0.67 0.47 0.00 0.07 ind:fut:1p; -affréteur affréteur nom m s 0.02 0.07 0.02 0.07 -affrétez affréter ver 0.67 0.47 0.18 0.00 imp:pre:2p;ind:pre:2p; -affrété affréter ver m s 0.67 0.47 0.18 0.07 par:pas; -affubla affubler ver 0.48 6.55 0.00 0.14 ind:pas:3s; -affublait affubler ver 0.48 6.55 0.00 0.41 ind:imp:3s; -affublant affubler ver 0.48 6.55 0.01 0.54 par:pre; -affuble affubler ver 0.48 6.55 0.03 0.47 ind:pre:1s;ind:pre:3s; -affublement affublement nom m s 0.00 0.14 0.00 0.14 -affublent affubler ver 0.48 6.55 0.02 0.34 ind:pre:3p; -affubler affubler ver 0.48 6.55 0.14 0.68 inf; -affublerais affubler ver 0.48 6.55 0.00 0.07 cnd:pre:1s; -affublerait affubler ver 0.48 6.55 0.00 0.14 cnd:pre:3s; -affublons affubler ver 0.48 6.55 0.00 0.07 ind:pre:1p; -affublé affubler ver m s 0.48 6.55 0.23 2.03 par:pas; -affublée affubler ver f s 0.48 6.55 0.03 0.34 par:pas; -affublées affubler ver f p 0.48 6.55 0.00 0.14 par:pas; -affublés affubler ver m p 0.48 6.55 0.02 1.22 par:pas; -affurait affurer ver 0.00 1.49 0.00 0.07 ind:imp:3s; -affure affurer ver 0.00 1.49 0.00 0.81 ind:pre:3s; -afférent afférent adj m s 0.06 0.34 0.04 0.00 -afférente afférent adj f s 0.06 0.34 0.01 0.00 -afférentes afférent adj f p 0.06 0.34 0.01 0.20 -afférents afférent adj m p 0.06 0.34 0.00 0.14 -affurer affurer ver 0.00 1.49 0.00 0.41 inf; -affures affurer ver 0.00 1.49 0.00 0.07 ind:pre:2s; -affuré affurer ver m s 0.00 1.49 0.00 0.07 par:pas; -affurée affurer ver f s 0.00 1.49 0.00 0.07 par:pas; -affusions affusion nom f p 0.00 0.07 0.00 0.07 -afféterie afféterie nom f s 0.00 0.41 0.00 0.20 -afféteries afféterie nom f p 0.00 0.41 0.00 0.20 -affétées affété adj f p 0.00 0.07 0.00 0.07 -afghan afghan adj m s 1.48 0.68 0.68 0.34 -afghane afghan adj f s 1.48 0.68 0.39 0.07 -afghanes afghan adj f p 1.48 0.68 0.16 0.14 -afghans afghan nom m p 1.12 0.20 0.47 0.07 -aficionado aficionado nom m s 0.21 0.68 0.04 0.20 -aficionados aficionado nom m p 0.21 0.68 0.17 0.47 -afin_d afin_d pre 0.04 0.07 0.04 0.07 -afin_de afin_de pre 15.64 43.18 15.64 43.18 -afin_qu afin_qu con 0.05 0.00 0.05 0.00 -afin_que afin_que con 9.63 14.93 9.63 14.93 -afin afin adv_sup 0.76 0.95 0.76 0.95 -africain africain adj m s 5.46 12.09 2.34 3.65 -africaine africain adj f s 5.46 12.09 1.40 4.32 -africaines africain adj f p 5.46 12.09 0.52 1.35 -africains africain nom m p 2.28 4.05 1.48 1.76 -africanisme africanisme nom m s 0.10 0.00 0.10 0.00 -afrikaans afrikaans nom m 0.05 0.00 0.05 0.00 -afrikaner afrikaner nom s 0.14 0.00 0.05 0.00 -afrikaners afrikaner nom p 0.14 0.00 0.09 0.00 -afro_américain afro_américain nom m s 0.95 0.00 0.48 0.00 -afro_américain afro_américain adj f s 0.67 0.00 0.23 0.00 -afro_américain afro_américain nom m p 0.95 0.00 0.39 0.00 -afro_asiatique afro_asiatique adj f s 0.01 0.00 0.01 0.00 -afro_brésilien afro_brésilien adj f s 0.01 0.00 0.01 0.00 -afro_cubain afro_cubain adj m s 0.03 0.07 0.01 0.00 -afro_cubain afro_cubain adj f s 0.03 0.07 0.02 0.00 -afro_cubain afro_cubain adj m p 0.03 0.07 0.00 0.07 -afro afro adj 1.21 0.27 1.21 0.27 -after_shave after_shave nom m 0.51 0.68 0.47 0.61 -after_shave after_shave nom m 0.51 0.68 0.03 0.07 -agît agir ver 195.94 219.73 0.07 1.08 sub:imp:3s; -aga aga nom m s 0.65 6.01 0.65 5.95 -agace agacer ver 6.34 30.68 2.30 3.38 imp:pre:2s;ind:pre:1s;ind:pre:3s; -agacement agacement nom m s 0.21 7.57 0.21 7.30 -agacements agacement nom m p 0.21 7.57 0.00 0.27 -agacent agacer ver 6.34 30.68 0.44 1.08 ind:pre:3p; -agacer agacer ver 6.34 30.68 1.18 2.77 inf; -agacera agacer ver 6.34 30.68 0.01 0.14 ind:fut:3s; -agacerait agacer ver 6.34 30.68 0.01 0.14 cnd:pre:3s; -agaceras agacer ver 6.34 30.68 0.01 0.00 ind:fut:2s; -agacerie agacerie nom f s 0.01 0.54 0.00 0.07 -agaceries agacerie nom f p 0.01 0.54 0.01 0.47 -agaceront agacer ver 6.34 30.68 0.00 0.07 ind:fut:3p; -agaces agacer ver 6.34 30.68 0.46 0.27 ind:pre:2s; -agaceur agaceur nom m s 0.00 0.07 0.00 0.07 -agacez agacer ver 6.34 30.68 0.35 0.14 imp:pre:2p;ind:pre:2p; -agacèrent agacer ver 6.34 30.68 0.00 0.14 ind:pas:3p; -agacé agacer ver m s 6.34 30.68 0.74 8.45 par:pas; -agacée agacer ver f s 6.34 30.68 0.28 3.11 par:pas; -agacées agacer ver f p 6.34 30.68 0.00 0.34 par:pas; -agacés agacer ver m p 6.34 30.68 0.13 0.47 par:pas; -agames agame nom m p 0.01 0.00 0.01 0.00 -agami agami nom m s 0.00 0.07 0.00 0.07 -agapanthe agapanthe nom f s 0.01 0.07 0.01 0.00 -agapanthes agapanthe nom f p 0.01 0.07 0.00 0.07 -agape agape nom f s 0.04 0.68 0.00 0.07 -agapes agape nom f p 0.04 0.68 0.04 0.61 -agar_agar agar_agar nom m s 0.00 0.07 0.00 0.07 -agas aga nom m p 0.65 6.01 0.00 0.07 -agasses agasse nom f p 0.00 0.07 0.00 0.07 -agate agate nom f s 0.01 1.22 0.01 0.61 -agates agate nom f p 0.01 1.22 0.00 0.61 -agaça agacer ver 6.34 30.68 0.00 1.22 ind:pas:3s; -agaçaient agacer ver 6.34 30.68 0.01 1.96 ind:imp:3p; -agaçais agacer ver 6.34 30.68 0.00 0.27 ind:imp:1s; -agaçait agacer ver 6.34 30.68 0.35 6.42 ind:imp:3s; -agaçant agaçant adj m s 1.99 4.19 1.45 2.50 -agaçante agaçant adj f s 1.99 4.19 0.40 1.22 -agaçantes agaçant adj f p 1.99 4.19 0.07 0.14 -agaçants agaçant adj m p 1.99 4.19 0.07 0.34 -agathe agathe nom f s 0.00 0.14 0.00 0.14 -agave agave nom m s 0.01 0.47 0.00 0.07 -agaves agave nom m p 0.01 0.47 0.01 0.41 -age age nom m s 3.37 0.47 3.25 0.47 -agence agence nom f s 23.15 17.77 20.38 14.12 -agencement agencement nom m s 0.19 1.89 0.19 1.69 -agencements agencement nom m p 0.19 1.89 0.00 0.20 -agencer agencer ver 0.48 2.91 0.02 0.61 inf; -agences agence nom f p 23.15 17.77 2.77 3.65 -agencé agencer ver m s 0.48 2.91 0.16 0.61 par:pas; -agencée agencer ver f s 0.48 2.91 0.00 0.54 par:pas; -agencées agencer ver f p 0.48 2.91 0.01 0.27 par:pas; -agencés agencer ver m p 0.48 2.91 0.01 0.41 par:pas; -agenda agenda nom m s 5.84 6.08 5.69 5.41 -agendas agenda nom m p 5.84 6.08 0.16 0.68 -agenouilla agenouiller ver 5.20 23.31 0.03 5.54 ind:pas:3s; -agenouillai agenouiller ver 5.20 23.31 0.11 0.47 ind:pas:1s; -agenouillaient agenouiller ver 5.20 23.31 0.01 0.61 ind:imp:3p; -agenouillais agenouiller ver 5.20 23.31 0.00 0.27 ind:imp:1s; -agenouillait agenouiller ver 5.20 23.31 0.06 1.15 ind:imp:3s; -agenouillant agenouiller ver 5.20 23.31 0.01 0.88 par:pre; -agenouille agenouiller ver 5.20 23.31 1.52 2.30 imp:pre:2s;ind:pre:1s;ind:pre:3s; -agenouillement agenouillement nom m s 0.27 0.27 0.27 0.27 -agenouillent agenouiller ver 5.20 23.31 0.14 0.61 ind:pre:3p; -agenouiller agenouiller ver 5.20 23.31 1.64 3.72 inf; -agenouillera agenouiller ver 5.20 23.31 0.06 0.00 ind:fut:3s; -agenouilleront agenouiller ver 5.20 23.31 0.01 0.00 ind:fut:3p; -agenouilles agenouiller ver 5.20 23.31 0.04 0.00 ind:pre:2s; -agenouillez agenouiller ver 5.20 23.31 0.33 0.00 imp:pre:2p;ind:pre:2p; -agenouillons agenouiller ver 5.20 23.31 0.12 0.07 imp:pre:1p;ind:pre:1p; -agenouillât agenouiller ver 5.20 23.31 0.00 0.07 sub:imp:3s; -agenouillèrent agenouiller ver 5.20 23.31 0.01 0.41 ind:pas:3p; -agenouillé agenouiller ver m s 5.20 23.31 1.04 3.72 par:pas; -agenouillée agenouiller ver f s 5.20 23.31 0.06 2.23 par:pas; -agenouillées agenouillé adj f p 0.15 2.36 0.00 0.41 -agenouillés agenouiller ver m p 5.20 23.31 0.02 1.08 par:pas; -agent agent nom m s 117.60 39.26 92.42 22.50 -agente agente nom f s 0.30 0.00 0.30 0.00 -agença agencer ver 0.48 2.91 0.00 0.07 ind:pas:3s; -agençaient agencer ver 0.48 2.91 0.01 0.07 ind:imp:3p; -agençait agencer ver 0.48 2.91 0.01 0.07 ind:imp:3s; -agençant agencer ver 0.48 2.91 0.00 0.07 par:pre; -agents agent nom m p 117.60 39.26 25.00 16.69 -ages age nom m p 3.37 0.47 0.13 0.00 -aggiornamento aggiornamento nom m s 0.04 0.07 0.04 0.07 -agglo agglo nom m s 0.00 0.07 0.00 0.07 -agglomère agglomérer ver 0.01 1.62 0.00 0.07 ind:pre:3s; -agglomèrent agglomérer ver 0.01 1.62 0.00 0.41 ind:pre:3p; -aggloméraient agglomérer ver 0.01 1.62 0.00 0.14 ind:imp:3p; -agglomérant agglomérer ver 0.01 1.62 0.00 0.07 par:pre; -agglomérat agglomérat nom m s 0.00 0.47 0.00 0.47 -agglomération agglomération nom f s 0.12 2.16 0.10 1.62 -agglomérations agglomération nom f p 0.12 2.16 0.02 0.54 -agglomérer agglomérer ver 0.01 1.62 0.00 0.20 inf; -agglomérera agglomérer ver 0.01 1.62 0.00 0.07 ind:fut:3s; -aggloméreront agglomérer ver 0.01 1.62 0.00 0.07 ind:fut:3p; -aggloméré aggloméré nom m s 0.06 0.34 0.06 0.27 -agglomérée agglomérer ver f s 0.01 1.62 0.00 0.14 par:pas; -agglomérées agglomérer ver f p 0.01 1.62 0.01 0.27 par:pas; -agglomérés aggloméré adj m p 0.00 0.47 0.00 0.41 -agglutina agglutiner ver 0.24 6.55 0.00 0.07 ind:pas:3s; -agglutinaient agglutiner ver 0.24 6.55 0.00 0.95 ind:imp:3p; -agglutinait agglutiner ver 0.24 6.55 0.00 0.34 ind:imp:3s; -agglutinant agglutiner ver 0.24 6.55 0.00 0.41 par:pre; -agglutinatif agglutinatif adj m s 0.00 0.07 0.00 0.07 -agglutination agglutination nom f s 0.01 0.14 0.01 0.14 -agglutine agglutiner ver 0.24 6.55 0.00 0.27 ind:pre:3s; -agglutinement agglutinement nom m s 0.00 0.07 0.00 0.07 -agglutinent agglutiner ver 0.24 6.55 0.04 1.01 ind:pre:3p; -agglutiner agglutiner ver 0.24 6.55 0.02 0.27 inf; -agglutinez agglutiner ver 0.24 6.55 0.01 0.00 imp:pre:2p; -agglutinogène agglutinogène nom m s 0.00 0.07 0.00 0.07 -agglutinèrent agglutiner ver 0.24 6.55 0.00 0.14 ind:pas:3p; -agglutiné agglutiner ver m s 0.24 6.55 0.01 0.20 par:pas; -agglutinée agglutiner ver f s 0.24 6.55 0.00 0.14 par:pas; -agglutinées agglutiner ver f p 0.24 6.55 0.01 0.88 par:pas; -agglutinés agglutiner ver m p 0.24 6.55 0.15 1.89 par:pas; -aggrava aggraver ver 7.61 10.54 0.02 0.68 ind:pas:3s; -aggravai aggraver ver 7.61 10.54 0.00 0.07 ind:pas:1s; -aggravaient aggraver ver 7.61 10.54 0.00 0.68 ind:imp:3p; -aggravait aggraver ver 7.61 10.54 0.06 2.43 ind:imp:3s; -aggravant aggraver ver 7.61 10.54 0.02 0.41 par:pre; -aggravante aggravant adj f s 0.26 0.54 0.02 0.34 -aggravantes aggravant adj f p 0.26 0.54 0.24 0.20 -aggravation aggravation nom f s 0.45 0.74 0.45 0.74 -aggrave aggraver ver 7.61 10.54 2.13 0.88 imp:pre:2s;ind:pre:1s;ind:pre:3s; -aggravent aggraver ver 7.61 10.54 0.17 0.34 ind:pre:3p; -aggraver aggraver ver 7.61 10.54 2.32 2.43 inf; -aggravera aggraver ver 7.61 10.54 0.04 0.07 ind:fut:3s; -aggraverait aggraver ver 7.61 10.54 0.07 0.00 cnd:pre:3s; -aggraveriez aggraver ver 7.61 10.54 0.00 0.07 cnd:pre:2p; -aggravez aggraver ver 7.61 10.54 0.78 0.00 imp:pre:2p;ind:pre:2p; -aggraviez aggraver ver 7.61 10.54 0.00 0.07 ind:imp:2p; -aggravons aggraver ver 7.61 10.54 0.05 0.00 imp:pre:1p;ind:pre:1p; -aggravèrent aggraver ver 7.61 10.54 0.00 0.14 ind:pas:3p; -aggravé aggraver ver m s 7.61 10.54 1.36 0.88 par:pas; -aggravée aggraver ver f s 7.61 10.54 0.39 1.28 par:pas; -aggravées aggraver ver f p 7.61 10.54 0.04 0.07 par:pas; -aggravés aggraver ver m p 7.61 10.54 0.16 0.07 par:pas; -aghas agha nom m p 0.00 0.07 0.00 0.07 -agi agir ver m s 195.94 219.73 13.69 13.31 par:pas; -agie agir ver f s 195.94 219.73 0.14 0.00 par:pas; -agile agile adj s 2.17 5.00 1.69 3.31 -agiles agile adj p 2.17 5.00 0.47 1.69 -agilité agilité nom f s 1.00 3.38 1.00 3.31 -agilités agilité nom f p 1.00 3.38 0.00 0.07 -agios agio nom m p 0.17 0.07 0.17 0.07 -agioteur agioteur nom m s 0.01 0.07 0.01 0.07 -agir agir ver 195.94 219.73 37.48 29.66 inf; -agira agir ver 195.94 219.73 1.25 1.08 ind:fut:3s; -agirai agir ver 195.94 219.73 0.79 0.34 ind:fut:1s; -agiraient agir ver 195.94 219.73 0.03 0.14 cnd:pre:3p; -agirais agir ver 195.94 219.73 0.29 0.07 cnd:pre:1s;cnd:pre:2s; -agirait agir ver 195.94 219.73 2.08 3.85 cnd:pre:3s; -agiras agir ver 195.94 219.73 0.10 0.07 ind:fut:2s; -agirent agir ver 195.94 219.73 0.00 0.14 ind:pas:3p; -agirez agir ver 195.94 219.73 0.14 0.20 ind:fut:2p; -agiriez agir ver 195.94 219.73 0.09 0.00 cnd:pre:2p; -agirons agir ver 195.94 219.73 0.36 0.00 ind:fut:1p; -agiront agir ver 195.94 219.73 0.09 0.27 ind:fut:3p; -agis agir ver m p 195.94 219.73 6.61 0.81 imp:pre:2s;ind:pre:1s;ind:pre:2s;par:pas; -agissaient agir ver 195.94 219.73 0.32 1.49 ind:imp:3p; -agissais agir ver 195.94 219.73 0.49 0.95 ind:imp:1s;ind:imp:2s; -agissait agir ver 195.94 219.73 12.30 80.47 ind:imp:3s; -agissant agir ver 195.94 219.73 1.26 4.32 par:pre; -agissante agissant adj f s 0.16 0.68 0.11 0.41 -agissantes agissant adj f p 0.16 0.68 0.00 0.14 -agisse agir ver 195.94 219.73 2.80 4.53 sub:pre:1s;sub:pre:3s; -agissement agissement nom m s 1.34 1.08 0.16 0.14 -agissements agissement nom m p 1.34 1.08 1.18 0.95 -agissent agir ver 195.94 219.73 3.61 1.69 ind:pre:3p; -agisses agir ver 195.94 219.73 0.27 0.00 sub:pre:2s; -agissez agir ver 195.94 219.73 4.20 0.74 imp:pre:2p;ind:pre:2p; -agissiez agir ver 195.94 219.73 0.23 0.14 ind:imp:2p; -agissions agir ver 195.94 219.73 0.12 0.07 ind:imp:1p; -agissons agir ver 195.94 219.73 2.14 0.61 imp:pre:1p;ind:pre:1p; -agit_prop agit_prop nom f 0.10 0.00 0.10 0.00 -agit agir ver 195.94 219.73 105.02 73.72 ind:pre:3s;ind:pas:3s; -agita agiter ver 14.62 89.19 0.06 6.76 ind:pas:3s; -agitai agiter ver 14.62 89.19 0.00 0.14 ind:pas:1s; -agitaient agiter ver 14.62 89.19 0.08 9.93 ind:imp:3p; -agitais agiter ver 14.62 89.19 0.20 0.41 ind:imp:1s;ind:imp:2s; -agitait agiter ver 14.62 89.19 0.47 17.09 ind:imp:3s; -agitant agiter ver 14.62 89.19 0.82 11.22 par:pre; -agitassent agiter ver 14.62 89.19 0.00 0.07 sub:imp:3p; -agitateur agitateur nom m s 1.72 1.89 0.86 0.68 -agitateurs agitateur nom m p 1.72 1.89 0.85 1.22 -agitation agitation nom f s 4.73 21.35 4.46 20.07 -agitations agitation nom f p 4.73 21.35 0.27 1.28 -agitato agitato adv 0.17 0.07 0.17 0.07 -agitatrice agitateur nom f s 1.72 1.89 0.01 0.00 -agite agiter ver 14.62 89.19 3.51 12.16 imp:pre:2s;ind:pre:1s;ind:pre:3s; -agitent agiter ver 14.62 89.19 1.53 5.54 ind:pre:3p; -agiter agiter ver 14.62 89.19 2.72 11.89 inf; -agitera agiter ver 14.62 89.19 0.03 0.07 ind:fut:3s; -agiterai agiter ver 14.62 89.19 0.02 0.00 ind:fut:1s; -agiterait agiter ver 14.62 89.19 0.01 0.27 cnd:pre:3s; -agiteront agiter ver 14.62 89.19 0.06 0.14 ind:fut:3p; -agites agiter ver 14.62 89.19 0.84 0.07 ind:pre:2s; -agitez agiter ver 14.62 89.19 0.76 0.14 imp:pre:2p;ind:pre:2p; -agitiez agiter ver 14.62 89.19 0.04 0.00 ind:imp:2p; -agitions agiter ver 14.62 89.19 0.00 0.07 ind:imp:1p; -agitons agiter ver 14.62 89.19 0.01 0.14 ind:pre:1p; -agitât agiter ver 14.62 89.19 0.00 0.07 sub:imp:3s; -agitèrent agiter ver 14.62 89.19 0.01 1.22 ind:pas:3p; -agité agité adj m s 5.37 9.86 2.90 3.38 -agitée agité adj f s 5.37 9.86 1.76 3.38 -agitées agité adj f p 5.37 9.86 0.20 1.49 -agités agité adj m p 5.37 9.86 0.51 1.62 -aglagla aglagla adv 0.00 0.07 0.00 0.07 -agnat agnat nom m s 0.03 0.07 0.03 0.07 -agnathes agnathe nom m p 0.00 0.07 0.00 0.07 -agneau agneau nom m s 16.13 8.78 13.01 5.95 -agneaux agneau nom m p 16.13 8.78 3.12 2.84 -agnela agneler ver 0.00 0.47 0.00 0.47 ind:pas:3s; -agnelage agnelage nom m s 0.00 0.07 0.00 0.07 -agnelet agnelet nom m s 0.11 0.07 0.11 0.07 -agneline agneline nom f s 0.00 0.07 0.00 0.07 -agnelle agnel nom f s 0.14 0.41 0.14 0.14 -agnelles agnel nom f p 0.14 0.41 0.00 0.27 -agnosie agnosie nom f s 0.02 0.00 0.02 0.00 -agnostique agnostique adj f s 0.08 0.47 0.08 0.41 -agnostiques agnostique nom p 0.03 0.14 0.01 0.07 -agnus_dei agnus_dei nom m 0.00 0.07 0.00 0.07 -agnus_dei agnus_dei nom m 0.47 0.14 0.47 0.14 -agonie agonie nom f s 4.68 14.59 4.44 13.38 -agonies agonie nom f p 4.68 14.59 0.25 1.22 -agonique agonique adj f s 0.01 0.00 0.01 0.00 -agoniques agonique nom p 0.00 0.14 0.00 0.07 -agonir agonir ver 0.03 0.95 0.01 0.61 inf; -agonirent agonir ver 0.03 0.95 0.00 0.07 ind:pas:3p; -agonisa agoniser ver 1.36 5.34 0.00 0.14 ind:pas:3s; -agonisai agoniser ver 1.36 5.34 0.00 0.07 ind:pas:1s; -agonisaient agoniser ver 1.36 5.34 0.00 0.34 ind:imp:3p; -agonisais agoniser ver 1.36 5.34 0.03 0.07 ind:imp:1s; -agonisait agoniser ver 1.36 5.34 0.23 1.62 ind:imp:3s; -agonisant agonisant adj m s 0.52 2.30 0.41 1.08 -agonisante agonisant adj f s 0.52 2.30 0.07 0.88 -agonisantes agonisant adj f p 0.52 2.30 0.01 0.27 -agonisants agonisant nom m p 0.23 3.38 0.17 1.35 -agonise agoniser ver 1.36 5.34 0.45 1.08 imp:pre:2s;ind:pre:1s;ind:pre:3s; -agonisent agoniser ver 1.36 5.34 0.14 0.34 ind:pre:3p; -agoniser agoniser ver 1.36 5.34 0.10 1.01 inf; -agonisez agoniser ver 1.36 5.34 0.02 0.07 imp:pre:2p; -agonisiez agoniser ver 1.36 5.34 0.02 0.07 ind:imp:2p; -agonissait agonir ver 0.03 0.95 0.00 0.07 ind:imp:3s; -agoniste agoniste adj s 0.00 0.07 0.00 0.07 -agonisé agoniser ver m s 1.36 5.34 0.26 0.00 par:pas; -agonit agonir ver 0.03 0.95 0.00 0.14 ind:pre:3s;ind:pas:3s; -agora agora nom f s 0.03 0.68 0.03 0.68 -agoraphobe agoraphobe adj m s 0.07 0.00 0.07 0.00 -agoraphobes agoraphobe nom p 0.01 0.07 0.00 0.07 -agoraphobie agoraphobie nom f s 0.23 0.07 0.23 0.07 -agouti agouti nom m s 0.01 0.41 0.01 0.34 -agoutis agouti nom m p 0.01 0.41 0.00 0.07 -agoyate agoyate nom m s 0.00 0.41 0.00 0.27 -agoyates agoyate nom m p 0.00 0.41 0.00 0.14 -agrafa agrafer ver 1.34 2.36 0.00 0.07 ind:pas:3s; -agrafage agrafage nom m s 0.03 0.00 0.03 0.00 -agrafait agrafer ver 1.34 2.36 0.00 0.47 ind:imp:3s; -agrafant agrafer ver 1.34 2.36 0.00 0.14 par:pre; -agrafe agrafe nom f s 0.86 2.43 0.34 0.88 -agrafent agrafer ver 1.34 2.36 0.01 0.07 ind:pre:3p; -agrafer agrafer ver 1.34 2.36 0.85 0.47 inf; -agraferai agrafer ver 1.34 2.36 0.01 0.00 ind:fut:1s; -agrafes agrafe nom f p 0.86 2.43 0.52 1.55 -agrafeur agrafeur nom m s 0.75 0.14 0.03 0.00 -agrafeuse agrafeur nom f s 0.75 0.14 0.73 0.07 -agrafeuses agrafeuse nom f p 0.06 0.00 0.06 0.00 -agrafez agrafer ver 1.34 2.36 0.06 0.00 imp:pre:2p;ind:pre:2p; -agrafons agrafer ver 1.34 2.36 0.02 0.00 imp:pre:1p; -agrafé agrafer ver m s 1.34 2.36 0.15 0.41 par:pas; -agrafée agrafer ver f s 1.34 2.36 0.04 0.41 par:pas; -agrafées agrafer ver f p 1.34 2.36 0.00 0.07 par:pas; -agrafés agrafer ver m p 1.34 2.36 0.03 0.07 par:pas; -agrainage agrainage nom m s 0.00 0.07 0.00 0.07 -agraire agraire adj s 0.35 0.54 0.31 0.41 -agraires agraire adj p 0.35 0.54 0.04 0.14 -agrandît agrandir ver 7.26 16.15 0.00 0.07 sub:imp:3s; -agrandi agrandir ver m s 7.26 16.15 0.53 1.96 par:pas; -agrandie agrandir ver f s 7.26 16.15 0.45 1.62 par:pas; -agrandies agrandir ver f p 7.26 16.15 0.00 0.68 par:pas; -agrandir agrandir ver 7.26 16.15 3.89 2.70 inf; -agrandira agrandir ver 7.26 16.15 0.14 0.14 ind:fut:3s; -agrandirai agrandir ver 7.26 16.15 0.01 0.00 ind:fut:1s; -agrandirait agrandir ver 7.26 16.15 0.28 0.00 cnd:pre:3s; -agrandirent agrandir ver 7.26 16.15 0.00 0.61 ind:pas:3p; -agrandiront agrandir ver 7.26 16.15 0.01 0.00 ind:fut:3p; -agrandis agrandir ver m p 7.26 16.15 0.41 3.85 imp:pre:2s;ind:pre:1s;ind:pre:2s;par:pas; -agrandissaient agrandir ver 7.26 16.15 0.00 0.74 ind:imp:3p; -agrandissait agrandir ver 7.26 16.15 0.04 1.01 ind:imp:3s; -agrandissant agrandir ver 7.26 16.15 0.16 0.47 par:pre; -agrandissement agrandissement nom m s 0.90 1.69 0.68 1.28 -agrandissements agrandissement nom m p 0.90 1.69 0.21 0.41 -agrandissent agrandir ver 7.26 16.15 0.03 0.54 ind:pre:3p; -agrandisseur agrandisseur nom m s 0.13 0.27 0.13 0.20 -agrandisseurs agrandisseur nom m p 0.13 0.27 0.00 0.07 -agrandissez agrandir ver 7.26 16.15 0.44 0.14 imp:pre:2p;ind:pre:2p; -agrandissons agrandir ver 7.26 16.15 0.04 0.00 imp:pre:1p; -agrandit agrandir ver 7.26 16.15 0.86 1.62 ind:pre:3s;ind:pas:3s; -agranulocytose agranulocytose nom f s 0.01 0.00 0.01 0.00 -agrarien agrarien adj m s 0.00 0.14 0.00 0.14 -agressa agresser ver 13.39 2.97 0.01 0.07 ind:pas:3s; -agressaient agresser ver 13.39 2.97 0.02 0.07 ind:imp:3p; -agressais agresser ver 13.39 2.97 0.02 0.07 ind:imp:1s;ind:imp:2s; -agressait agresser ver 13.39 2.97 0.08 0.14 ind:imp:3s; -agressant agresser ver 13.39 2.97 0.05 0.07 par:pre; -agresse agresser ver 13.39 2.97 1.46 0.68 imp:pre:2s;ind:pre:1s;ind:pre:3s; -agressent agresser ver 13.39 2.97 0.07 0.07 ind:pre:3p; -agresser agresser ver 13.39 2.97 2.42 0.34 inf; -agresseraient agresser ver 13.39 2.97 0.01 0.00 cnd:pre:3p; -agresserait agresser ver 13.39 2.97 0.01 0.00 cnd:pre:3s; -agresseur agresseur nom m s 6.87 3.78 5.03 2.43 -agresseurs agresseur nom m p 6.87 3.78 1.84 1.35 -agressez agresser ver 13.39 2.97 0.17 0.00 ind:pre:2p; -agressif agressif adj m s 9.83 15.88 5.76 6.82 -agressifs agressif adj m p 9.83 15.88 1.20 1.69 -agression agression nom f s 12.91 6.15 10.92 4.53 -agressions agression nom f p 12.91 6.15 1.99 1.62 -agressive agressif adj f s 9.83 15.88 2.48 6.22 -agressivement agressivement adv 0.11 1.01 0.11 1.01 -agressives agressif adj f p 9.83 15.88 0.39 1.15 -agressivité agressivité nom f s 2.54 5.00 2.54 4.86 -agressivités agressivité nom f p 2.54 5.00 0.00 0.14 -agressé agresser ver m s 13.39 2.97 5.33 0.81 par:pas; -agressée agresser ver f s 13.39 2.97 2.56 0.41 par:pas; -agressées agresser ver f p 13.39 2.97 0.25 0.07 par:pas; -agressés agresser ver m p 13.39 2.97 0.92 0.20 par:pas; -agreste agreste adj s 0.10 0.81 0.10 0.68 -agrestes agreste adj f p 0.10 0.81 0.00 0.14 -agriche agricher ver 0.00 0.14 0.00 0.07 ind:pre:3s; -agriches agricher ver 0.00 0.14 0.00 0.07 ind:pre:2s; -agricole agricole adj s 3.31 7.36 2.03 4.32 -agricoles agricole adj p 3.31 7.36 1.28 3.04 -agriculteur agriculteur nom m s 1.06 1.76 0.42 0.54 -agriculteurs agriculteur nom m p 1.06 1.76 0.63 1.08 -agricultrice agriculteur nom f s 1.06 1.76 0.01 0.00 -agricultrices agriculteur nom f p 1.06 1.76 0.00 0.14 -agriculture agriculture nom f s 3.39 2.77 3.39 2.77 -agrippa agripper ver 2.81 17.57 0.12 2.50 ind:pas:3s; -agrippai agripper ver 2.81 17.57 0.00 0.54 ind:pas:1s; -agrippaient agripper ver 2.81 17.57 0.00 1.08 ind:imp:3p; -agrippais agripper ver 2.81 17.57 0.01 0.07 ind:imp:1s;ind:imp:2s; -agrippait agripper ver 2.81 17.57 0.33 1.82 ind:imp:3s; -agrippant agripper ver 2.81 17.57 0.08 2.03 par:pre; -agrippants agrippant adj m p 0.00 0.14 0.00 0.07 -agrippe agripper ver 2.81 17.57 0.72 1.89 imp:pre:2s;ind:pre:1s;ind:pre:3s; -agrippement agrippement nom m s 0.00 0.07 0.00 0.07 -agrippent agripper ver 2.81 17.57 0.09 1.08 ind:pre:3p; -agripper agripper ver 2.81 17.57 0.44 1.28 imp:pre:2p;inf; -agrippes agripper ver 2.81 17.57 0.09 0.07 ind:pre:2s; -agrippez agripper ver 2.81 17.57 0.11 0.00 imp:pre:2p;ind:pre:2p; -agrippions agripper ver 2.81 17.57 0.00 0.07 ind:imp:1p; -agrippèrent agripper ver 2.81 17.57 0.00 0.41 ind:pas:3p; -agrippé agripper ver m s 2.81 17.57 0.56 2.30 par:pas; -agrippée agripper ver f s 2.81 17.57 0.23 1.01 par:pas; -agrippées agripper ver f p 2.81 17.57 0.03 0.61 par:pas; -agrippés agripper ver m p 2.81 17.57 0.01 0.81 par:pas; -agro_alimentaire agro_alimentaire adj f s 0.15 0.00 0.15 0.00 -agro agro nom s 0.00 0.20 0.00 0.20 -agroalimentaire agroalimentaire nom m s 0.04 0.00 0.04 0.00 -agronome agronome nom s 0.40 0.34 0.40 0.20 -agronomes agronome nom p 0.40 0.34 0.00 0.14 -agronomie agronomie nom f s 0.07 0.07 0.07 0.07 -agronomique agronomique adj s 0.03 0.07 0.03 0.07 -agrovilles agroville nom f p 0.00 0.07 0.00 0.07 -agrège agréger ver 0.46 0.81 0.00 0.07 ind:pre:3s; -agrègent agréger ver 0.46 0.81 0.00 0.07 ind:pre:3p; -agrès agrès nom m 0.24 1.01 0.24 1.01 -agréa agréer ver 1.09 5.07 0.14 0.20 ind:pas:3s; -agréable agréable adj s 40.24 36.01 37.71 31.35 -agréablement agréablement adv 0.63 3.65 0.63 3.65 -agréables agréable adj p 40.24 36.01 2.54 4.66 -agréaient agréer ver 1.09 5.07 0.00 0.14 ind:imp:3p; -agréais agréer ver 1.09 5.07 0.00 0.14 ind:imp:1s; -agréait agréer ver 1.09 5.07 0.00 0.47 ind:imp:3s; -agrée agréer ver 1.09 5.07 0.07 0.20 ind:pre:1s;ind:pre:3s; -agréent agréer ver 1.09 5.07 0.02 0.00 ind:pre:3p; -agréer agréer ver 1.09 5.07 0.45 3.18 inf; -agréera agréer ver 1.09 5.07 0.01 0.00 ind:fut:3s; -agréerait agréer ver 1.09 5.07 0.00 0.07 cnd:pre:3s; -agrées agréer ver 1.09 5.07 0.00 0.07 ind:pre:2s; -agréez agréer ver 1.09 5.07 0.14 0.14 imp:pre:2p;ind:pre:2p; -agrég agrég nom f s 0.14 0.00 0.14 0.00 -agrégat agrégat nom m s 0.03 0.61 0.02 0.47 -agrégatif agrégatif nom m s 0.00 0.47 0.00 0.41 -agrégatifs agrégatif nom m p 0.00 0.47 0.00 0.07 -agrégation agrégation nom f s 0.29 2.97 0.29 2.97 -agrégative agrégative nom f s 0.00 0.07 0.00 0.07 -agrégats agrégat nom m p 0.03 0.61 0.01 0.14 -agrégeaient agréger ver 0.46 0.81 0.00 0.07 ind:imp:3p; -agrégeait agréger ver 0.46 0.81 0.00 0.07 ind:imp:3s; -agréger agréger ver 0.46 0.81 0.00 0.07 inf; -agrégé agréger ver m s 0.46 0.81 0.34 0.20 par:pas; -agrégée agréger ver f s 0.46 0.81 0.10 0.20 par:pas; -agrégées agréger ver f p 0.46 0.81 0.01 0.00 par:pas; -agrégés agrégé nom m p 0.32 1.15 0.20 0.41 -agréions agréer ver 1.09 5.07 0.00 0.07 ind:imp:1p; -agrume agrume nom m s 0.41 0.54 0.01 0.07 -agrément agrément nom m s 1.75 7.16 1.50 6.01 -agrémenta agrémenter ver 0.35 5.68 0.01 0.20 ind:pas:3s; -agrémentaient agrémenter ver 0.35 5.68 0.00 0.20 ind:imp:3p; -agrémentait agrémenter ver 0.35 5.68 0.01 0.61 ind:imp:3s; -agrémentant agrémenter ver 0.35 5.68 0.00 0.20 par:pre; -agrémente agrémenter ver 0.35 5.68 0.03 0.14 ind:pre:3s; -agrémentent agrémenter ver 0.35 5.68 0.00 0.14 ind:pre:3p; -agrémenter agrémenter ver 0.35 5.68 0.03 0.41 inf; -agréments agrément nom m p 1.75 7.16 0.25 1.15 -agrémenté agrémenté adj m s 0.14 0.14 0.14 0.00 -agrémentée agrémenter ver f s 0.35 5.68 0.06 0.88 par:pas; -agrémentées agrémenter ver f p 0.35 5.68 0.00 0.68 par:pas; -agrémentés agrémenter ver m p 0.35 5.68 0.10 0.68 par:pas; -agrumes agrume nom m p 0.41 0.54 0.40 0.47 -agréé agréer ver m s 1.09 5.07 0.22 0.14 par:pas; -agréée agréé adj f s 0.17 0.68 0.04 0.00 -agréées agréer ver f p 1.09 5.07 0.02 0.00 par:pas; -agréés agréé adj m p 0.17 0.68 0.00 0.20 -aguardiente aguardiente nom f s 0.03 0.00 0.03 0.00 -aguerri aguerri adj m s 0.66 1.01 0.59 0.41 -aguerrie aguerri adj f s 0.66 1.01 0.04 0.14 -aguerries aguerri adj f p 0.66 1.01 0.01 0.07 -aguerrir aguerrir ver 0.21 0.81 0.07 0.20 inf; -aguerrira aguerrir ver 0.21 0.81 0.01 0.00 ind:fut:3s; -aguerris aguerri adj m p 0.66 1.01 0.01 0.41 -aguerrissait aguerrir ver 0.21 0.81 0.00 0.07 ind:imp:3s; -aguerrit aguerrir ver 0.21 0.81 0.01 0.00 ind:pre:3s; -aguichage aguichage nom m s 0.01 0.00 0.01 0.00 -aguichait aguicher ver 0.30 0.88 0.03 0.20 ind:imp:3s; -aguichant aguichant adj m s 0.14 0.54 0.04 0.07 -aguichante aguichant adj f s 0.14 0.54 0.07 0.27 -aguichantes aguichant adj f p 0.14 0.54 0.03 0.20 -aguiche aguicher ver 0.30 0.88 0.04 0.14 ind:pre:3s; -aguichent aguicher ver 0.30 0.88 0.03 0.14 ind:pre:3p; -aguicher aguicher ver 0.30 0.88 0.21 0.41 inf; -aguicheur aguicheur adj m s 0.23 0.47 0.06 0.07 -aguicheurs aguicheur adj m p 0.23 0.47 0.00 0.07 -aguicheuse aguicheur nom f s 0.04 0.14 0.04 0.14 -aguicheuses aguicheur adj f p 0.23 0.47 0.17 0.14 -aguillera aguiller ver 0.01 0.00 0.01 0.00 ind:fut:3s; -ah ah ono 576.53 297.16 576.53 297.16 -ahan ahan nom m s 0.00 0.54 0.00 0.34 -ahana ahaner ver 0.01 2.16 0.00 0.20 ind:pas:3s; -ahanaient ahaner ver 0.01 2.16 0.00 0.14 ind:imp:3p; -ahanait ahaner ver 0.01 2.16 0.00 0.34 ind:imp:3s; -ahanant ahaner ver 0.01 2.16 0.00 0.61 par:pre; -ahanante ahanant adj f s 0.00 0.41 0.00 0.14 -ahane ahaner ver 0.01 2.16 0.01 0.34 ind:pre:1s;ind:pre:3s; -ahanement ahanement nom m s 0.00 0.34 0.00 0.07 -ahanements ahanement nom m p 0.00 0.34 0.00 0.27 -ahanent ahaner ver 0.01 2.16 0.00 0.14 ind:pre:3p; -ahaner ahaner ver 0.01 2.16 0.00 0.27 inf; -ahans ahan nom m p 0.00 0.54 0.00 0.20 -ahané ahaner ver m s 0.01 2.16 0.00 0.14 par:pas; -ahi ahi adv 0.06 0.27 0.06 0.27 -ahou ahou adv 0.01 0.00 0.01 0.00 -ahuri ahuri nom m s 0.41 3.04 0.37 1.76 -ahurie ahuri adj f s 0.39 7.70 0.04 2.03 -ahuries ahuri adj f p 0.39 7.70 0.00 0.27 -ahurir ahurir ver 0.34 3.38 0.00 0.41 inf; -ahuris ahuri nom m p 0.41 3.04 0.04 1.22 -ahurissait ahurir ver 0.34 3.38 0.00 0.27 ind:imp:3s; -ahurissant ahurissant adj m s 0.70 2.16 0.42 1.15 -ahurissante ahurissant adj f s 0.70 2.16 0.21 0.61 -ahurissantes ahurissant adj f p 0.70 2.16 0.05 0.14 -ahurissants ahurissant adj m p 0.70 2.16 0.03 0.27 -ahurissement ahurissement nom m s 0.00 1.82 0.00 1.76 -ahurissements ahurissement nom m p 0.00 1.82 0.00 0.07 -ahurit ahurir ver 0.34 3.38 0.00 0.41 ind:pre:3s;ind:pas:3s; -ai avoir aux 18559.23 12800.81 4902.10 2119.12 ind:pre:1s; -aicher aicher ver 0.10 0.00 0.10 0.00 inf; -aida aider ver 688.71 158.65 0.81 7.09 ind:pas:3s; -aidai aider ver 688.71 158.65 0.03 1.08 ind:pas:1s; -aidaient aider ver 688.71 158.65 1.04 3.31 ind:imp:3p; -aidais aider ver 688.71 158.65 3.18 1.49 ind:imp:1s;ind:imp:2s; -aidait aider ver 688.71 158.65 3.47 9.73 ind:imp:3s; -aidant aider ver 688.71 158.65 1.70 11.49 par:pre; -aidassent aider ver 688.71 158.65 0.00 0.14 sub:imp:3p; -aide_bourreau aide_bourreau nom s 0.00 0.14 0.00 0.14 -aide_comptable aide_comptable nom m s 0.04 0.07 0.04 0.07 -aide_cuisinier aide_cuisinier nom m s 0.02 0.14 0.02 0.14 -aide_infirmier aide_infirmier nom s 0.04 0.00 0.04 0.00 -aide_jardinier aide_jardinier nom m s 0.01 0.07 0.01 0.07 -aide_major aide_major nom m 0.00 0.14 0.00 0.14 -aide_mémoire aide_mémoire nom m 0.04 0.41 0.04 0.41 -aide_ménagère aide_ménagère nom f s 0.00 0.27 0.00 0.27 -aide_pharmacien aide_pharmacien nom s 0.00 0.07 0.00 0.07 -aide_soignant aide_soignant nom m s 0.40 0.27 0.20 0.00 -aide_soignant aide_soignant nom f s 0.40 0.27 0.12 0.14 -aide aide nom s 175.59 55.54 171.41 52.30 -aident aider ver 688.71 158.65 6.75 2.57 ind:pre:3p;sub:pre:3p; -aider aider ver 688.71 158.65 362.77 60.41 inf;;inf;;inf;;inf;; -aidera aider ver 688.71 158.65 19.59 2.97 ind:fut:3s; -aiderai aider ver 688.71 158.65 10.91 2.03 ind:fut:1s; -aideraient aider ver 688.71 158.65 0.41 0.41 cnd:pre:3p; -aiderais aider ver 688.71 158.65 2.60 0.20 cnd:pre:1s;cnd:pre:2s; -aiderait aider ver 688.71 158.65 7.82 3.58 cnd:pre:3s; -aideras aider ver 688.71 158.65 3.29 0.81 ind:fut:2s; -aiderez aider ver 688.71 158.65 2.18 0.54 ind:fut:2p; -aideriez aider ver 688.71 158.65 0.96 0.20 cnd:pre:2p; -aiderions aider ver 688.71 158.65 0.02 0.07 cnd:pre:1p; -aiderons aider ver 688.71 158.65 1.47 0.14 ind:fut:1p; -aideront aider ver 688.71 158.65 3.19 0.74 ind:fut:3p; -aide_soignant aide_soignant nom f p 0.40 0.27 0.00 0.14 -aide_soignant aide_soignant nom m p 0.40 0.27 0.08 0.00 -aides aider ver 688.71 158.65 19.22 1.49 ind:pre:2s;sub:pre:2s; -aidez aider ver 688.71 158.65 64.36 2.77 imp:pre:2p;ind:pre:2p; -aidiez aider ver 688.71 158.65 2.21 0.20 ind:imp:2p;sub:pre:2p; -aidions aider ver 688.71 158.65 0.14 0.27 ind:imp:1p; -aidons aider ver 688.71 158.65 1.75 0.47 imp:pre:1p;ind:pre:1p; -aidât aider ver 688.71 158.65 0.00 0.54 sub:imp:3s; -aidèrent aider ver 688.71 158.65 0.03 1.76 ind:pas:3p; -aidé aider ver m s 688.71 158.65 34.74 15.61 par:pas; -aidée aider ver f s 688.71 158.65 8.64 4.80 par:pas; -aidées aider ver f p 688.71 158.65 0.62 0.34 par:pas; -aidés aider ver m p 688.71 158.65 5.13 3.04 par:pas; -aie avoir aux 18559.23 12800.81 31.75 21.69 sub:pre:1s; -aient avoir aux 18559.23 12800.81 12.67 19.80 sub:pre:3p; -aies avoir aux 18559.23 12800.81 22.71 4.93 sub:pre:2s; -aigle aigle nom s 6.90 11.35 5.50 7.91 -aiglefin aiglefin nom m s 0.00 0.07 0.00 0.07 -aigles aigle nom p 6.90 11.35 1.40 3.45 -aiglon aiglon nom m s 0.47 0.95 0.42 0.68 -aiglons aiglon nom m p 0.47 0.95 0.05 0.27 -aigre_doux aigre_doux adj f s 0.29 1.08 0.08 0.54 -aigre_doux aigre_doux adj m 0.29 1.08 0.20 0.34 -aigre aigre adj s 0.55 10.47 0.42 8.38 -aigrelet aigrelet adj m s 0.14 3.58 0.00 1.35 -aigrelets aigrelet adj m p 0.14 3.58 0.14 0.20 -aigrelette aigrelet adj f s 0.14 3.58 0.01 1.76 -aigrelettes aigrelet adj f p 0.14 3.58 0.00 0.27 -aigrement aigrement adv 0.00 1.42 0.00 1.42 -aigre_douce aigre_douce adj f p 0.01 0.20 0.01 0.20 -aigre_doux aigre_doux adj m p 0.29 1.08 0.01 0.20 -aigres aigre adj p 0.55 10.47 0.13 2.09 -aigrette aigrette nom f s 0.72 2.64 0.02 1.22 -aigrettes aigrette nom f p 0.72 2.64 0.70 1.42 -aigreur aigreur nom f s 0.56 4.32 0.21 2.91 -aigreurs aigreur nom f p 0.56 4.32 0.35 1.42 -aigri aigri adj m s 1.06 1.08 0.79 0.54 -aigrie aigri adj f s 1.06 1.08 0.24 0.20 -aigries aigri adj f p 1.06 1.08 0.02 0.00 -aigrir aigrir ver 0.65 2.09 0.01 0.41 inf; -aigrirent aigrir ver 0.65 2.09 0.00 0.14 ind:pas:3p; -aigris aigri nom m p 0.40 0.54 0.17 0.20 -aigrissaient aigrir ver 0.65 2.09 0.00 0.14 ind:imp:3p; -aigrissait aigrir ver 0.65 2.09 0.00 0.14 ind:imp:3s; -aigrissent aigrir ver 0.65 2.09 0.00 0.07 ind:pre:3p; -aigrit aigrir ver 0.65 2.09 0.10 0.07 ind:pre:3s;ind:pas:3s; -aigu aigu adj m s 4.46 32.09 1.75 11.96 -aiguade aiguade nom f s 0.00 0.14 0.00 0.14 -aiguail aiguail nom m s 0.00 0.27 0.00 0.27 -aigue_marine aigue_marine nom f s 0.00 0.81 0.00 0.47 -aigue aiguer ver 0.17 0.00 0.17 0.00 ind:pre:3s; -aigue_marine aigue_marine nom f p 0.00 0.81 0.00 0.34 -aiguilla aiguiller ver 1.13 3.24 0.00 0.34 ind:pas:3s; -aiguillage aiguillage nom m s 0.60 2.16 0.48 1.42 -aiguillages aiguillage nom m p 0.60 2.16 0.12 0.74 -aiguillant aiguiller ver 1.13 3.24 0.00 0.20 par:pre; -aiguillat aiguillat nom m s 0.02 0.00 0.02 0.00 -aiguille aiguille nom f s 14.34 34.19 10.40 18.38 -aiguiller aiguiller ver 1.13 3.24 0.21 0.27 inf; -aiguilles aiguille nom f p 14.34 34.19 3.94 15.81 -aiguillettes aiguillette nom f p 0.07 0.20 0.07 0.20 -aiguilleur aiguilleur nom m s 0.35 0.41 0.29 0.34 -aiguilleurs aiguilleur nom m p 0.35 0.41 0.06 0.07 -aiguillon aiguillon nom m s 0.36 2.50 0.35 2.09 -aiguillonnaient aiguillonner ver 0.17 1.55 0.00 0.14 ind:imp:3p; -aiguillonnait aiguillonner ver 0.17 1.55 0.00 0.20 ind:imp:3s; -aiguillonnant aiguillonner ver 0.17 1.55 0.00 0.07 par:pre; -aiguillonnante aiguillonnant adj f s 0.00 0.07 0.00 0.07 -aiguillonne aiguillonner ver 0.17 1.55 0.03 0.07 imp:pre:2s;ind:pre:1s;ind:pre:3s; -aiguillonnent aiguillonner ver 0.17 1.55 0.10 0.07 ind:pre:3p; -aiguillonner aiguillonner ver 0.17 1.55 0.03 0.27 inf; -aiguillonné aiguillonner ver m s 0.17 1.55 0.00 0.34 par:pas; -aiguillonnée aiguillonner ver f s 0.17 1.55 0.00 0.14 par:pas; -aiguillonnées aiguillonner ver f p 0.17 1.55 0.00 0.07 par:pas; -aiguillonnés aiguillonner ver m p 0.17 1.55 0.01 0.20 par:pas; -aiguillons aiguillon nom m p 0.36 2.50 0.01 0.41 -aiguillé aiguiller ver m s 1.13 3.24 0.22 0.20 par:pas; -aiguillée aiguiller ver f s 1.13 3.24 0.04 0.14 par:pas; -aiguillées aiguiller ver f p 1.13 3.24 0.00 0.14 par:pas; -aiguillés aiguiller ver m p 1.13 3.24 0.03 0.00 par:pas; -aiguisa aiguiser ver 2.62 7.36 0.00 0.20 ind:pas:3s; -aiguisai aiguiser ver 2.62 7.36 0.00 0.07 ind:pas:1s; -aiguisaient aiguiser ver 2.62 7.36 0.00 0.34 ind:imp:3p; -aiguisait aiguiser ver 2.62 7.36 0.01 1.01 ind:imp:3s; -aiguisant aiguiser ver 2.62 7.36 0.01 0.61 par:pre; -aiguisas aiguiser ver 2.62 7.36 0.00 0.07 ind:pas:2s; -aiguise aiguiser ver 2.62 7.36 0.53 1.28 imp:pre:2s;ind:pre:1s;ind:pre:3s; -aiguisent aiguiser ver 2.62 7.36 0.23 0.41 ind:pre:3p; -aiguiser aiguiser ver 2.62 7.36 0.84 1.62 inf; -aiguisera aiguiser ver 2.62 7.36 0.01 0.00 ind:fut:3s; -aiguiserai aiguiser ver 2.62 7.36 0.00 0.07 ind:fut:1s; -aiguiseur aiguiseur nom m s 0.04 0.00 0.04 0.00 -aiguisez aiguiser ver 2.62 7.36 0.25 0.00 imp:pre:2p;ind:pre:2p; -aiguisoir aiguisoir nom m s 0.01 0.07 0.01 0.07 -aiguisons aiguiser ver 2.62 7.36 0.03 0.00 imp:pre:1p; -aiguisèrent aiguiser ver 2.62 7.36 0.00 0.20 ind:pas:3p; -aiguisé aiguisé adj m s 1.47 1.69 0.66 0.34 -aiguisée aiguisé adj f s 1.47 1.69 0.39 0.61 -aiguisées aiguisé adj f p 1.47 1.69 0.11 0.41 -aiguisés aiguisé adj m p 1.47 1.69 0.31 0.34 -aiguière aiguière nom f s 0.00 0.27 0.00 0.27 -aigus aigu adj m p 4.46 32.09 0.31 5.00 -aiguë aigu adj f s 4.46 32.09 2.13 11.49 -aiguës aigu adj f p 4.46 32.09 0.27 3.65 -ail ail nom m s 9.14 7.97 9.14 7.97 -aile aile nom f s 33.45 60.47 15.00 20.47 -aileron aileron nom m s 0.79 1.49 0.42 0.41 -ailerons aileron nom m p 0.79 1.49 0.37 1.08 -ailes aile nom f p 33.45 60.47 18.45 40.00 -ailette ailette nom f s 0.03 0.54 0.01 0.14 -ailettes ailette nom f p 0.03 0.54 0.02 0.41 -ailier ailier nom m s 1.40 1.35 1.35 1.22 -ailiers ailier nom m p 1.40 1.35 0.05 0.14 -aillais ailler ver 0.20 0.61 0.14 0.00 ind:imp:1s; -aille aller ver 9992.78 2854.93 89.81 36.55 sub:pre:1s;sub:pre:3s; -aillent aller ver 9992.78 2854.93 5.93 4.86 sub:pre:3p; -ailler ailler ver 0.20 0.61 0.01 0.00 inf; -ailles aller ver 9992.78 2854.93 14.98 2.43 sub:pre:2s; -ailleurs ailleurs adv_sup 128.74 346.35 128.74 346.35 -aillions ailler ver 0.20 0.61 0.03 0.00 ind:imp:1p; -aillons ailler ver 0.20 0.61 0.01 0.00 ind:pre:1p; -aillé ailler ver m s 0.20 0.61 0.01 0.27 par:pas; -aillée ailler ver f s 0.20 0.61 0.00 0.07 par:pas; -aillés ailler ver m p 0.20 0.61 0.00 0.27 par:pas; -ailé ailé adj m s 1.19 3.04 0.71 1.42 -ailée ailer ver f s 0.21 0.74 0.16 0.20 par:pas; -ailées ailé adj f p 1.19 3.04 0.07 0.27 -ailés ailé adj m p 1.19 3.04 0.29 0.54 -aima aimer ver 1655.04 795.61 0.41 1.69 ind:pas:3s; -aimable aimable adj s 23.41 29.26 21.98 24.59 -aimablement aimablement adv 0.52 3.85 0.52 3.85 -aimables aimable adj p 23.41 29.26 1.43 4.66 -aimai aimer ver 1655.04 795.61 0.20 0.81 ind:pas:1s; -aimaient aimer ver 1655.04 795.61 6.20 16.42 ind:imp:3p; -aimais aimer ver 1655.04 795.61 58.07 57.16 ind:imp:1s;ind:imp:2s; -aimait aimer ver 1655.04 795.61 49.57 128.72 ind:imp:3s; -aimant aimer ver 1655.04 795.61 2.60 3.92 par:pre; -aimantaient aimanter ver 0.35 2.30 0.00 0.14 ind:imp:3p; -aimantait aimanter ver 0.35 2.30 0.00 0.07 ind:imp:3s; -aimantation aimantation nom f s 0.00 0.47 0.00 0.47 -aimante aimant adj f s 2.86 2.70 1.37 1.42 -aimanter aimanter ver 0.35 2.30 0.02 0.14 inf; -aimantes aimant adj f p 2.86 2.70 0.07 0.14 -aimants aimant nom m p 2.31 2.97 0.61 0.27 -aimanté aimanter ver m s 0.35 2.30 0.14 0.34 par:pas; -aimantée aimanter ver f s 0.35 2.30 0.04 0.54 par:pas; -aimantées aimanter ver f p 0.35 2.30 0.12 0.20 par:pas; -aimantés aimanter ver m p 0.35 2.30 0.02 0.41 par:pas; -aimasse aimer ver 1655.04 795.61 0.02 0.00 sub:imp:1s; -aimassent aimer ver 1655.04 795.61 0.00 0.20 sub:imp:3p; -aimassions aimer ver 1655.04 795.61 0.00 0.07 sub:imp:1p; -aime aimer ver 1655.04 795.61 751.29 257.57 imp:pre:2s;ind:pre:1s;ind:pre:1s;ind:pre:3s;sub:pre:1s;sub:pre:3s; -aiment aimer ver 1655.04 795.61 48.46 26.96 ind:pre:3p;sub:pre:3p; -aimer aimer ver 1655.04 795.61 90.41 84.46 inf;;inf;;inf;;inf;;inf;; -aimera aimer ver 1655.04 795.61 8.10 2.57 ind:fut:3s; -aimerai aimer ver 1655.04 795.61 13.99 2.97 ind:fut:1s; -aimeraient aimer ver 1655.04 795.61 5.08 2.03 cnd:pre:3p; -aimerais aimer ver 1655.04 795.61 227.66 36.01 cnd:pre:1s;cnd:pre:2s; -aimerait aimer ver 1655.04 795.61 21.70 12.43 cnd:pre:3s; -aimeras aimer ver 1655.04 795.61 4.30 1.28 ind:fut:2s; -aimerez aimer ver 1655.04 795.61 2.71 1.01 ind:fut:2p; -aimeriez aimer ver 1655.04 795.61 8.88 0.88 cnd:pre:2p; -aimerions aimer ver 1655.04 795.61 7.21 1.01 cnd:pre:1p; -aimerons aimer ver 1655.04 795.61 0.46 0.27 ind:fut:1p; -aimeront aimer ver 1655.04 795.61 1.32 0.34 ind:fut:3p; -aimes aimer ver 1655.04 795.61 170.38 25.61 ind:pre:2s;sub:pre:2s; -aimeuse aimeur nom f s 0.00 0.07 0.00 0.07 -aimez aimer ver 1655.04 795.61 62.25 18.38 imp:pre:2p;ind:pre:2p; -aimiez aimer ver 1655.04 795.61 6.92 2.64 ind:imp:2p;sub:pre:2p; -aimions aimer ver 1655.04 795.61 2.03 6.55 ind:imp:1p;sub:pre:1p; -aimâmes aimer ver 1655.04 795.61 0.00 0.14 ind:pas:1p; -aimons aimer ver 1655.04 795.61 11.58 6.22 imp:pre:1p;ind:pre:1p; -aimât aimer ver 1655.04 795.61 0.10 2.03 sub:imp:3s; -aimâtes aimer ver 1655.04 795.61 0.03 0.00 ind:pas:2p; -aimèrent aimer ver 1655.04 795.61 0.16 0.47 ind:pas:3p; -aimé aimer ver m s 1655.04 795.61 75.92 71.96 par:pas; -aimée aimer ver f s 1655.04 795.61 12.66 14.80 par:pas; -aimées aimer ver f p 1655.04 795.61 0.43 1.62 par:pas; -aimés aimer ver m p 1655.04 795.61 3.94 6.42 par:pas; -aine aine nom f s 0.64 2.77 0.64 2.64 -aines aine nom f p 0.64 2.77 0.00 0.14 -ains ains con 0.02 0.00 0.02 0.00 -ainsi ainsi adv_sup 207.68 469.46 207.68 469.46 -air_air air_air adj m 0.09 0.00 0.09 0.00 -air_mer air_mer adj 0.02 0.00 0.02 0.00 -air_sol air_sol adj m p 0.13 0.00 0.13 0.00 -air_bag air_bag nom m s 0.02 0.00 0.02 0.00 -air air nom m s 485.18 690.81 473.50 661.01 -airain airain nom m s 0.17 1.69 0.17 1.69 -airbag airbag nom m s 1.11 0.00 0.44 0.00 -airbags airbag nom m p 1.11 0.00 0.67 0.00 -airbus airbus nom m 0.01 0.00 0.01 0.00 -aire aire nom f s 5.54 5.14 4.55 4.46 -airedale airedale nom m s 0.01 0.00 0.01 0.00 -airelle airelle nom f s 1.12 0.41 0.08 0.07 -airelles airelle nom f p 1.12 0.41 1.04 0.34 -aires aire nom f p 5.54 5.14 0.99 0.68 -airs air nom m p 485.18 690.81 11.68 29.80 -ais ais nom m 10.14 0.47 10.14 0.47 -aisance aisance nom f s 1.50 15.41 1.44 15.20 -aisances aisance nom f p 1.50 15.41 0.06 0.20 -aise aise nom f s 32.73 52.64 31.64 50.81 -aises aise nom f p 32.73 52.64 1.09 1.82 -aisseau aisseau nom m s 0.01 0.00 0.01 0.00 -aisselle aisselle nom f s 1.29 8.99 0.54 3.72 -aisselles aisselle nom f p 1.29 8.99 0.75 5.27 -aisé aisé adj m s 3.03 7.77 1.44 3.11 -aisée aisé adj f s 3.03 7.77 1.04 2.91 -aisées aisé adj f p 3.03 7.77 0.22 0.68 -aisément aisément adv 2.51 11.69 2.51 11.69 -aisés aisé adj m p 3.03 7.77 0.33 1.08 -ait avoir aux 18559.23 12800.81 95.36 99.53 sub:pre:3s; -aixois aixois nom m 0.00 0.14 0.00 0.14 -ajaccienne ajaccienne nom f s 0.00 0.07 0.00 0.07 -ajax ajax nom m s 0.00 0.07 0.00 0.07 -ajistes ajiste adj f p 0.00 0.07 0.00 0.07 -ajointer ajointer ver 0.00 0.20 0.00 0.07 inf; -ajointée ajointer ver f s 0.00 0.20 0.00 0.14 par:pas; -ajonc ajonc nom m s 0.00 1.69 0.00 0.20 -ajoncs ajonc nom m p 0.00 1.69 0.00 1.49 -ajouraient ajourer ver 0.00 1.42 0.00 0.07 ind:imp:3p; -ajourait ajourer ver 0.00 1.42 0.00 0.14 ind:imp:3s; -ajourant ajourer ver 0.00 1.42 0.00 0.14 par:pre; -ajourna ajourner ver 1.48 0.88 0.00 0.07 ind:pas:3s; -ajournait ajourner ver 1.48 0.88 0.00 0.07 ind:imp:3s; -ajourne ajourner ver 1.48 0.88 0.19 0.00 imp:pre:2s;ind:pre:1s;ind:pre:3s; -ajournement ajournement nom m s 0.47 0.14 0.45 0.07 -ajournements ajournement nom m p 0.47 0.14 0.02 0.07 -ajourner ajourner ver 1.48 0.88 0.28 0.47 inf; -ajournez ajourner ver 1.48 0.88 0.01 0.00 imp:pre:2p; -ajourné ajourner ver m s 1.48 0.88 0.27 0.14 par:pas; -ajournée ajourner ver f s 1.48 0.88 0.71 0.14 par:pas; -ajournés ajourner ver m p 1.48 0.88 0.01 0.00 par:pas; -ajours ajour nom m p 0.00 0.14 0.00 0.14 -ajouré ajouré adj m s 0.02 2.70 0.00 0.81 -ajourée ajouré adj f s 0.02 2.70 0.00 0.81 -ajourées ajouré adj f p 0.02 2.70 0.02 0.68 -ajourés ajouré adj m p 0.02 2.70 0.00 0.41 -ajout ajout nom m s 0.94 0.47 0.73 0.20 -ajouta ajouter ver 38.88 224.66 0.39 85.00 ind:pas:3s; -ajoutai ajouter ver 38.88 224.66 0.04 5.34 ind:pas:1s; -ajoutaient ajouter ver 38.88 224.66 0.09 4.26 ind:imp:3p; -ajoutais ajouter ver 38.88 224.66 0.19 1.42 ind:imp:1s;ind:imp:2s; -ajoutait ajouter ver 38.88 224.66 0.35 22.57 ind:imp:3s; -ajoutant ajouter ver 38.88 224.66 0.63 11.08 par:pre; -ajoutassent ajouter ver 38.88 224.66 0.00 0.07 sub:imp:3p; -ajoute ajouter ver 38.88 224.66 8.34 29.19 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -ajoutent ajouter ver 38.88 224.66 0.79 1.89 ind:pre:3p; -ajouter ajouter ver 38.88 224.66 15.45 33.85 imp:pre:2p;inf; -ajoutera ajouter ver 38.88 224.66 0.50 0.68 ind:fut:3s; -ajouterai ajouter ver 38.88 224.66 1.09 1.22 ind:fut:1s; -ajouteraient ajouter ver 38.88 224.66 0.00 0.27 cnd:pre:3p; -ajouterais ajouter ver 38.88 224.66 0.65 0.41 cnd:pre:1s;cnd:pre:2s; -ajouterait ajouter ver 38.88 224.66 0.27 0.74 cnd:pre:3s; -ajouteras ajouter ver 38.88 224.66 0.01 0.00 ind:fut:2s; -ajouterez ajouter ver 38.88 224.66 0.02 0.41 ind:fut:2p; -ajouterons ajouter ver 38.88 224.66 0.08 0.00 ind:fut:1p; -ajouteront ajouter ver 38.88 224.66 0.03 0.41 ind:fut:3p; -ajoutes ajouter ver 38.88 224.66 0.70 0.61 ind:pre:2s; -ajoutez ajouter ver 38.88 224.66 3.09 2.30 imp:pre:2p;ind:pre:2p; -ajoutiez ajouter ver 38.88 224.66 0.03 0.14 ind:imp:2p; -ajoutions ajouter ver 38.88 224.66 0.14 0.14 ind:imp:1p; -ajoutons ajouter ver 38.88 224.66 0.57 0.68 imp:pre:1p;ind:pre:1p; -ajoutât ajouter ver 38.88 224.66 0.00 0.27 sub:imp:3s; -ajouts ajout nom m p 0.94 0.47 0.21 0.27 -ajoutèrent ajouter ver 38.88 224.66 0.27 0.68 ind:pas:3p; -ajouté ajouter ver m s 38.88 224.66 4.42 18.99 imp:pre:2s;par:pas;par:pas; -ajoutée ajouter ver f s 38.88 224.66 0.43 0.95 par:pas; -ajoutées ajouter ver f p 38.88 224.66 0.15 0.74 par:pas; -ajoutés ajouter ver m p 38.88 224.66 0.17 0.41 par:pas; -ajusta ajuster ver 4.88 10.41 0.01 2.50 ind:pas:3s; -ajustable ajustable adj s 0.07 0.07 0.07 0.07 -ajustables ajustable adj p 0.07 0.07 0.01 0.00 -ajustage ajustage nom m s 0.01 0.14 0.01 0.14 -ajustaient ajuster ver 4.88 10.41 0.02 0.07 ind:imp:3p; -ajustais ajuster ver 4.88 10.41 0.02 0.00 ind:imp:1s;ind:imp:2s; -ajustait ajuster ver 4.88 10.41 0.02 0.81 ind:imp:3s; -ajustant ajuster ver 4.88 10.41 0.08 1.01 par:pre; -ajuste ajuster ver 4.88 10.41 1.68 1.55 imp:pre:2s;ind:pre:1s;ind:pre:3s; -ajustement ajustement nom m s 0.85 0.88 0.40 0.61 -ajustements ajustement nom m p 0.85 0.88 0.46 0.27 -ajustent ajuster ver 4.88 10.41 0.10 0.27 ind:pre:3p; -ajuster ajuster ver 4.88 10.41 1.77 1.76 inf; -ajusterai ajuster ver 4.88 10.41 0.01 0.07 ind:fut:1s; -ajusteur ajusteur nom m s 0.62 0.61 0.62 0.54 -ajusteurs ajusteur nom m p 0.62 0.61 0.00 0.07 -ajustez ajuster ver 4.88 10.41 0.43 0.00 imp:pre:2p;ind:pre:2p; -ajustons ajuster ver 4.88 10.41 0.04 0.07 imp:pre:1p;ind:pre:1p; -ajustèrent ajuster ver 4.88 10.41 0.00 0.07 ind:pas:3p; -ajusté ajusté adj m s 0.42 3.24 0.28 1.22 -ajustée ajusté adj f s 0.42 3.24 0.04 1.08 -ajustées ajuster ver f p 4.88 10.41 0.15 0.34 par:pas; -ajusture ajusture nom f s 0.00 0.07 0.00 0.07 -ajustés ajuster ver m p 4.88 10.41 0.28 0.41 par:pas; -ajutage ajutage nom m s 0.10 0.00 0.10 0.00 -akkadien akkadien nom m s 0.03 0.00 0.03 0.00 -akkadienne akkadienne adj f s 0.01 0.00 0.01 0.00 -ako ako nom m s 0.08 0.00 0.08 0.00 -akvavit akvavit nom m s 0.01 0.20 0.01 0.20 -al_dente al_dente adv 0.40 0.14 0.40 0.14 -alabandines alabandine nom f p 0.00 0.07 0.00 0.07 -alacrité alacrité nom f s 0.01 0.61 0.01 0.61 -alain alain nom s 0.14 0.00 0.14 0.00 -alaire alaire adj s 0.14 0.00 0.14 0.00 -alaise alaise nom f s 0.02 0.07 0.02 0.07 -alambic alambic nom m s 0.70 1.22 0.65 1.08 -alambics alambic nom m p 0.70 1.22 0.05 0.14 -alambiqué alambiquer ver m s 0.04 0.00 0.02 0.00 par:pas; -alambiquée alambiqué adj f s 0.09 0.14 0.01 0.00 -alambiquées alambiqué adj f p 0.09 0.14 0.04 0.07 -alambiqués alambiqué adj m p 0.09 0.14 0.03 0.07 -alangui alangui adj m s 0.04 2.30 0.02 0.95 -alanguie alanguir ver f s 0.13 1.89 0.12 0.34 par:pas; -alanguies alangui adj f p 0.04 2.30 0.00 0.20 -alanguir alanguir ver 0.13 1.89 0.00 0.20 inf; -alanguis alangui adj m p 0.04 2.30 0.00 0.27 -alanguissaient alanguir ver 0.13 1.89 0.00 0.14 ind:imp:3p; -alanguissait alanguir ver 0.13 1.89 0.01 0.20 ind:imp:3s; -alanguissant alanguir ver 0.13 1.89 0.00 0.14 par:pre; -alanguissante alanguissant adj f s 0.00 0.07 0.00 0.07 -alanguissement alanguissement nom m s 0.00 0.47 0.00 0.34 -alanguissements alanguissement nom m p 0.00 0.47 0.00 0.14 -alanguissent alanguir ver 0.13 1.89 0.00 0.07 ind:pre:3p; -alanguit alanguir ver 0.13 1.89 0.00 0.34 ind:pre:3s;ind:pas:3s; -alarma alarmer ver 2.45 6.28 0.14 0.81 ind:pas:3s; -alarmai alarmer ver 2.45 6.28 0.00 0.07 ind:pas:1s; -alarmaient alarmer ver 2.45 6.28 0.00 0.07 ind:imp:3p; -alarmait alarmer ver 2.45 6.28 0.00 1.08 ind:imp:3s; -alarmant alarmant adj m s 1.54 2.84 1.12 0.81 -alarmante alarmant adj f s 1.54 2.84 0.22 0.68 -alarmantes alarmant adj f p 1.54 2.84 0.16 0.54 -alarmants alarmant adj m p 1.54 2.84 0.03 0.81 -alarme alarme nom f s 19.29 7.84 16.71 6.35 -alarmer alarmer ver 2.45 6.28 1.19 1.22 inf; -alarmeraient alarmer ver 2.45 6.28 0.01 0.00 cnd:pre:3p; -alarmerait alarmer ver 2.45 6.28 0.02 0.07 cnd:pre:3s; -alarmes alarme nom f p 19.29 7.84 2.58 1.49 -alarmez alarmer ver 2.45 6.28 0.41 0.07 imp:pre:2p;ind:pre:2p; -alarmisme alarmisme nom m s 0.00 0.07 0.00 0.07 -alarmiste alarmiste adj f s 0.24 0.27 0.19 0.00 -alarmistes alarmiste adj p 0.24 0.27 0.04 0.27 -alarmé alarmer ver m s 2.45 6.28 0.14 1.15 par:pas; -alarmée alarmer ver f s 2.45 6.28 0.13 0.54 par:pas; -alarmées alarmer ver f p 2.45 6.28 0.00 0.20 par:pas; -alarmés alarmer ver m p 2.45 6.28 0.03 0.41 par:pas; -alba alba nom f s 0.00 0.20 0.00 0.20 -albacore albacore nom m s 0.09 0.00 0.09 0.00 -albanais albanais adj m 0.68 1.28 0.39 0.74 -albanaise albanais adj f s 0.68 1.28 0.28 0.47 -albanaises albanais adj f p 0.68 1.28 0.00 0.07 -albanophone albanophone adj m s 0.01 0.00 0.01 0.00 -albatros albatros nom m 2.01 1.15 2.01 1.15 -albe albe nom m s 0.01 0.00 0.01 0.00 -albertine albertine nom f s 0.00 0.07 0.00 0.07 -albigeois albigeois adj m 0.00 0.14 0.00 0.14 -albigeois albigeois nom m 0.00 0.14 0.00 0.14 -albinisme albinisme nom m s 0.02 0.00 0.02 0.00 -albinos albinos adj 0.47 0.74 0.47 0.74 -alboche alboche nom s 0.00 0.07 0.00 0.07 -albâtre albâtre nom m s 0.57 3.11 0.57 2.97 -albâtres albâtre nom m p 0.57 3.11 0.00 0.14 -albène albène nom m s 0.00 0.07 0.00 0.07 -albugo albugo nom m s 0.00 0.07 0.00 0.07 -album album nom m s 11.29 18.38 9.36 13.31 -albumine albumine nom f s 0.19 0.14 0.17 0.14 -albumines albumine nom f p 0.19 0.14 0.02 0.00 -albumineuse albumineux adj f s 0.00 0.14 0.00 0.14 -albums album nom m p 11.29 18.38 1.93 5.07 -alcôve alcôve nom f s 0.84 4.59 0.79 4.32 -alcôves alcôve nom f p 0.84 4.59 0.05 0.27 -alcade alcade nom m s 0.30 0.20 0.30 0.20 -alcalde alcalde nom m s 0.05 0.00 0.05 0.00 -alcali alcali nom m s 0.11 0.27 0.08 0.27 -alcalin alcalin adj m s 0.24 0.14 0.09 0.07 -alcaline alcalin adj f s 0.24 0.14 0.08 0.00 -alcalines alcalin adj f p 0.24 0.14 0.03 0.00 -alcaliniser alcaliniser ver 0.02 0.00 0.02 0.00 inf; -alcalinité alcalinité nom f s 0.03 0.00 0.03 0.00 -alcalins alcalin adj m p 0.24 0.14 0.04 0.07 -alcalis alcali nom m p 0.11 0.27 0.03 0.00 -alcaloïde alcaloïde nom m s 0.16 0.00 0.16 0.00 -alcalose alcalose nom f s 0.02 0.00 0.02 0.00 -alcatraz alcatraz nom m 1.09 0.20 1.09 0.20 -alcazar alcazar nom m s 0.53 1.69 0.53 1.69 -alchimie alchimie nom f s 1.05 1.96 0.95 1.82 -alchimies alchimie nom f p 1.05 1.96 0.10 0.14 -alchimique alchimique adj s 0.02 1.15 0.02 0.81 -alchimiques alchimique adj f p 0.02 1.15 0.00 0.34 -alchimiste alchimiste nom s 2.87 2.84 2.65 2.16 -alchimistes alchimiste nom p 2.87 2.84 0.22 0.68 -alcibiade alcibiade nom m s 0.01 0.00 0.01 0.00 -alcool alcool nom m s 41.30 42.84 40.29 39.73 -alcoolique alcoolique adj s 3.73 2.16 3.54 1.55 -alcooliques alcoolique nom p 4.12 1.55 1.37 0.61 -alcoolise alcooliser ver 0.33 0.34 0.00 0.07 ind:pre:3s; -alcoolisme alcoolisme nom m s 1.84 0.95 1.84 0.95 -alcoolisé alcoolisé adj m s 0.60 1.55 0.31 0.47 -alcoolisée alcoolisé adj f s 0.60 1.55 0.04 0.20 -alcoolisées alcoolisé adj f p 0.60 1.55 0.23 0.68 -alcoolisés alcoolisé adj m p 0.60 1.55 0.01 0.20 -alcoolo alcoolo adj s 1.16 0.47 1.08 0.27 -alcoolos alcoolo nom p 1.40 0.88 0.41 0.20 -alcools alcool nom m p 41.30 42.84 1.00 3.11 -alcoolémie alcoolémie nom f s 0.58 0.20 0.58 0.20 -alcoomètre alcoomètre nom m s 0.00 0.07 0.00 0.07 -alcootest alcootest nom m s 0.31 0.20 0.31 0.20 -alcoran alcoran nom m s 0.00 0.07 0.00 0.07 -alcées alcée nom f p 0.00 0.07 0.00 0.07 -alcyon alcyon nom m s 0.13 0.74 0.13 0.61 -alcyons alcyon nom m p 0.13 0.74 0.00 0.14 -alde alde nom m s 0.22 0.00 0.22 0.00 -alderman alderman nom m s 0.14 0.00 0.14 0.00 -aldol aldol nom m s 0.05 0.00 0.05 0.00 -aldéhyde aldéhyde nom m s 0.01 0.07 0.01 0.07 -ale ale nom f s 2.10 0.14 2.10 0.14 -alea_jacta_est alea_jacta_est adv 0.30 0.07 0.30 0.07 -alençonnais alençonnais adj m s 0.00 0.27 0.00 0.07 -alençonnaise alençonnais adj f s 0.00 0.27 0.00 0.20 -alenti alentir ver m s 0.00 0.47 0.00 0.14 par:pas; -alentie alentir ver f s 0.00 0.47 0.00 0.07 par:pas; -alenties alentir ver f p 0.00 0.47 0.00 0.07 par:pas; -alentis alentir ver m p 0.00 0.47 0.00 0.20 ind:pre:1s;par:pas; -alentour alentour adv_sup 1.63 8.92 1.63 8.92 -alentours alentour nom_sup m p 4.77 9.12 4.77 9.12 -aleph aleph nom m 0.05 0.41 0.05 0.41 -alerta alerter ver 6.40 12.91 0.04 0.88 ind:pas:3s; -alertait alerter ver 6.40 12.91 0.03 0.61 ind:imp:3s; -alertant alerter ver 6.40 12.91 0.17 0.14 par:pre; -alerte alerte ono 5.41 0.81 5.41 0.81 -alertement alertement adv 0.00 0.27 0.00 0.27 -alertent alerter ver 6.40 12.91 0.06 0.00 ind:pre:3p; -alerter alerter ver 6.40 12.91 1.61 2.91 inf; -alertera alerter ver 6.40 12.91 0.12 0.00 ind:fut:3s; -alerterai alerter ver 6.40 12.91 0.20 0.00 ind:fut:1s; -alerterais alerter ver 6.40 12.91 0.02 0.00 cnd:pre:1s; -alerterait alerter ver 6.40 12.91 0.05 0.27 cnd:pre:3s; -alerterez alerter ver 6.40 12.91 0.01 0.00 ind:fut:2p; -alerteront alerter ver 6.40 12.91 0.14 0.00 ind:fut:3p; -alertes alerte nom f p 13.45 13.11 0.78 2.64 -alertez alerter ver 6.40 12.91 1.13 0.07 imp:pre:2p;ind:pre:2p; -alertions alerter ver 6.40 12.91 0.00 0.07 ind:imp:1p; -alertons alerter ver 6.40 12.91 0.09 0.00 imp:pre:1p;ind:pre:1p; -alertât alerter ver 6.40 12.91 0.00 0.07 sub:imp:3s; -alertèrent alerter ver 6.40 12.91 0.01 0.14 ind:pas:3p; -alerté alerter ver m s 6.40 12.91 0.90 3.65 par:pas; -alertée alerter ver f s 6.40 12.91 0.25 1.22 par:pas; -alertées alerter ver f p 6.40 12.91 0.01 0.14 par:pas; -alertés alerter ver m p 6.40 12.91 0.34 1.62 par:pas; -alevin alevin nom m s 0.02 0.68 0.01 0.07 -alevins alevin nom m p 0.02 0.68 0.01 0.61 -alexandra alexandra nom m s 0.51 0.47 0.51 0.47 -alexandrin alexandrin nom m s 0.82 1.89 0.54 0.41 -alexandrine alexandrin adj f s 0.37 0.14 0.00 0.07 -alexandrines alexandrin adj f p 0.37 0.14 0.10 0.00 -alexandrins alexandrin nom m p 0.82 1.89 0.29 1.49 -alexie alexie nom f s 0.01 0.00 0.01 0.00 -alexithymie alexithymie nom m s 0.03 0.00 0.03 0.00 -alezan alezan nom m s 0.12 1.35 0.11 1.01 -alezane alezan adj f s 0.04 2.36 0.02 1.82 -alezanes alezan adj f p 0.04 2.36 0.00 0.07 -alezans alezan nom m p 0.12 1.35 0.01 0.34 -alfa alfa nom m s 0.10 1.01 0.10 0.88 -alfas alfa nom m p 0.10 1.01 0.00 0.14 -alfénides alfénide nom m p 0.00 0.07 0.00 0.07 -algarade algarade nom f s 0.02 1.96 0.02 1.62 -algarades algarade nom f p 0.02 1.96 0.00 0.34 -algie algie nom f s 0.27 0.00 0.27 0.00 -algonquin algonquin nom m s 0.09 0.54 0.09 0.47 -algonquines algonquin nom f p 0.09 0.54 0.00 0.07 -algorithme algorithme nom m s 0.72 0.00 0.51 0.00 -algorithmes algorithme nom m p 0.72 0.00 0.21 0.00 -algorithmique algorithmique adj s 0.13 0.07 0.13 0.07 -algèbre algèbre nom f s 1.37 2.03 1.37 2.03 -algébrique algébrique adj s 0.14 0.54 0.11 0.27 -algébriquement algébriquement adv 0.00 0.07 0.00 0.07 -algébriques algébrique adj p 0.14 0.54 0.03 0.27 -algébriste algébriste nom s 0.00 0.14 0.00 0.07 -algébristes algébriste nom p 0.00 0.14 0.00 0.07 -algue algue nom f s 2.66 12.03 0.29 1.62 -algues algue nom f p 2.66 12.03 2.36 10.41 -algérien algérien adj m s 0.83 7.43 0.46 3.18 -algérienne algérien adj f s 0.83 7.43 0.25 2.03 -algériennes algérien adj f p 0.83 7.43 0.01 0.74 -algériens algérien nom m p 0.79 5.81 0.34 2.91 -algérois algérois adj m 0.00 0.74 0.00 0.61 -algéroise algérois adj f s 0.00 0.74 0.00 0.14 -alhambra alhambra nom f s 0.00 1.76 0.00 1.76 -alias alias adv_sup 5.45 3.85 5.45 3.85 -alibi alibi nom m s 11.13 6.82 10.28 5.47 -alibis alibi nom m p 11.13 6.82 0.85 1.35 -alidade alidade nom f s 0.00 0.07 0.00 0.07 -aligna aligner ver 7.80 26.69 0.00 0.61 ind:pas:3s; -alignaient aligner ver 7.80 26.69 0.05 5.07 ind:imp:3p; -alignais aligner ver 7.80 26.69 0.11 0.27 ind:imp:1s;ind:imp:2s; -alignait aligner ver 7.80 26.69 0.06 1.89 ind:imp:3s; -alignant aligner ver 7.80 26.69 0.08 0.41 par:pre; -aligne aligner ver 7.80 26.69 1.48 1.28 imp:pre:2s;ind:pre:1s;ind:pre:3s; -alignement alignement nom m s 1.68 5.14 1.66 4.12 -alignements alignement nom m p 1.68 5.14 0.02 1.01 -alignent aligner ver 7.80 26.69 0.46 2.30 ind:pre:3p; -aligner aligner ver 7.80 26.69 1.61 3.78 inf; -alignera aligner ver 7.80 26.69 0.03 0.07 ind:fut:3s; -aligneraient aligner ver 7.80 26.69 0.02 0.07 cnd:pre:3p; -alignerez aligner ver 7.80 26.69 0.02 0.00 ind:fut:2p; -alignerons aligner ver 7.80 26.69 0.02 0.00 ind:fut:1p; -aligneront aligner ver 7.80 26.69 0.19 0.07 ind:fut:3p; -alignes aligner ver 7.80 26.69 0.19 0.20 ind:pre:2s; -alignez aligner ver 7.80 26.69 1.39 0.07 imp:pre:2p;ind:pre:2p; -alignons aligner ver 7.80 26.69 0.12 0.07 imp:pre:1p;ind:pre:1p; -alignèrent aligner ver 7.80 26.69 0.00 0.27 ind:pas:3p; -aligné aligner ver m s 7.80 26.69 0.47 0.88 par:pas; -alignée aligner ver f s 7.80 26.69 0.19 0.61 par:pas; -alignées aligner ver f p 7.80 26.69 0.48 3.58 par:pas; -alignés aligner ver m p 7.80 26.69 0.84 5.20 par:pas; -aligot aligot nom m s 0.03 0.00 0.03 0.00 -aligoté aligoté adj m s 0.00 0.20 0.00 0.20 -aligoté aligoté nom m s 0.00 0.20 0.00 0.20 -alim alim nom f s 0.21 0.00 0.21 0.00 -aliment aliment nom m s 4.67 6.62 1.11 1.76 -alimenta alimenter ver 6.24 8.92 0.00 0.20 ind:pas:3s; -alimentaient alimenter ver 6.24 8.92 0.02 0.95 ind:imp:3p; -alimentaire alimentaire adj s 5.85 4.80 4.50 2.57 -alimentaires alimentaire adj p 5.85 4.80 1.35 2.23 -alimentais alimenter ver 6.24 8.92 0.01 0.07 ind:imp:1s; -alimentait alimenter ver 6.24 8.92 0.31 1.01 ind:imp:3s; -alimentant alimenter ver 6.24 8.92 0.23 0.07 par:pre; -alimentation alimentation nom f s 5.64 4.19 5.59 4.19 -alimentations alimentation nom f p 5.64 4.19 0.05 0.00 -alimente alimenter ver 6.24 8.92 1.32 0.54 imp:pre:2s;ind:pre:1s;ind:pre:3s; -alimentent alimenter ver 6.24 8.92 0.20 0.54 ind:pre:3p; -alimenter alimenter ver 6.24 8.92 2.62 3.85 inf; -alimentera alimenter ver 6.24 8.92 0.17 0.14 ind:fut:3s; -alimentez alimenter ver 6.24 8.92 0.08 0.00 imp:pre:2p;ind:pre:2p; -alimentons alimenter ver 6.24 8.92 0.04 0.00 imp:pre:1p;ind:pre:1p; -aliments aliment nom m p 4.67 6.62 3.56 4.86 -alimentèrent alimenter ver 6.24 8.92 0.00 0.07 ind:pas:3p; -alimenté alimenter ver m s 6.24 8.92 0.82 0.27 par:pas; -alimentée alimenter ver f s 6.24 8.92 0.20 0.81 par:pas; -alimentées alimenter ver f p 6.24 8.92 0.03 0.20 par:pas; -alimentés alimenter ver m p 6.24 8.92 0.19 0.20 par:pas; -alinéa alinéa nom m s 0.75 0.68 0.73 0.47 -alinéas alinéa nom m p 0.75 0.68 0.01 0.20 -alise alise nom f s 0.05 0.07 0.01 0.00 -alises alise nom f p 0.05 0.07 0.04 0.07 -alisier alisier nom m s 0.00 0.07 0.00 0.07 -alita aliter ver 0.90 1.49 0.01 0.27 ind:pas:3s; -alitai aliter ver 0.90 1.49 0.00 0.07 ind:pas:1s; -alitait aliter ver 0.90 1.49 0.00 0.07 ind:imp:3s; -alitement alitement nom m s 0.01 0.00 0.01 0.00 -aliter aliter ver 0.90 1.49 0.02 0.20 inf; -aliène aliéner ver 0.49 2.23 0.19 0.00 ind:pre:1s;ind:pre:3s; -alité aliter ver m s 0.90 1.49 0.55 0.41 par:pas; -alitée aliter ver f s 0.90 1.49 0.32 0.34 par:pas; -alitées aliter ver f p 0.90 1.49 0.00 0.14 par:pas; -aliéna aliéner ver 0.49 2.23 0.00 0.74 ind:pas:3s; -aliénant aliénant adj m s 0.14 1.22 0.14 0.14 -aliénante aliénant adj f s 0.14 1.22 0.00 1.08 -aliénation aliénation nom f s 1.19 1.49 1.19 1.49 -aliéner aliéner ver 0.49 2.23 0.12 0.54 inf; -aliénerait aliéner ver 0.49 2.23 0.00 0.07 cnd:pre:3s; -aliénerez aliéner ver 0.49 2.23 0.01 0.00 ind:fut:2p; -aliéniez aliéner ver 0.49 2.23 0.01 0.00 ind:imp:2p; -aliéniste aliéniste nom s 0.05 0.00 0.05 0.00 -aliénât aliéner ver 0.49 2.23 0.00 0.07 sub:imp:3s; -aliéné aliéné nom m s 2.28 0.61 0.54 0.14 -aliénée aliéné nom f s 2.28 0.61 0.19 0.00 -aliénées aliéner ver f p 0.49 2.23 0.00 0.07 par:pas; -aliénés aliéné nom m p 2.28 0.61 1.56 0.47 -alizé alizé nom m s 0.33 0.68 0.10 0.41 -alizés alizé nom m p 0.33 0.68 0.22 0.27 -alkali alkali nom m s 0.06 0.00 0.06 0.00 -all_right all_right adv 1.53 0.20 1.53 0.20 -allô allô ono 116.05 14.32 116.05 14.32 -alla aller ver 9992.78 2854.93 4.67 67.57 ind:pas:3s; -allai aller ver 9992.78 2854.93 1.12 18.92 ind:pas:1s; -allaient aller ver 9992.78 2854.93 16.55 80.88 ind:imp:3p; -allais aller ver 9992.78 2854.93 108.69 91.01 ind:imp:1s;ind:imp:2s; -allait aller ver 9992.78 2854.93 132.04 370.61 ind:imp:3s; -allaitais allaiter ver 1.73 1.55 0.14 0.00 ind:imp:1s; -allaitait allaiter ver 1.73 1.55 0.16 0.20 ind:imp:3s; -allaitant allaiter ver 1.73 1.55 0.01 0.14 par:pre; -allaitante allaitant adj f s 0.03 0.14 0.01 0.00 -allaitantes allaitant adj f p 0.03 0.14 0.01 0.07 -allaite allaiter ver 1.73 1.55 0.52 0.07 imp:pre:2s;ind:pre:1s;ind:pre:3s; -allaitement allaitement nom m s 0.29 0.14 0.29 0.14 -allaitent allaiter ver 1.73 1.55 0.01 0.14 ind:pre:3p; -allaiter allaiter ver 1.73 1.55 0.60 0.61 inf; -allaiterait allaiter ver 1.73 1.55 0.00 0.07 cnd:pre:3s; -allaité allaiter ver m s 1.73 1.55 0.16 0.14 par:pas; -allaitée allaiter ver f s 1.73 1.55 0.12 0.00 par:pas; -allaités allaiter ver m p 1.73 1.55 0.00 0.20 par:pas; -allant aller ver 9992.78 2854.93 8.11 24.39 par:pre; -allante allant adj f s 0.86 4.19 0.10 0.00 -allas aller ver 9992.78 2854.93 0.00 0.07 ind:pas:2s; -allassent aller ver 9992.78 2854.93 0.00 0.20 sub:imp:3p; -allegretto allegretto adv 0.00 0.27 0.00 0.27 -allegro allegro adv 0.11 0.47 0.11 0.47 -allemagne allemagne nom f s 0.08 0.27 0.08 0.27 -allemand allemand adj m s 41.32 86.55 19.91 27.97 -allemande allemand adj f s 41.32 86.55 10.82 25.34 -allemandes allemand adj f p 41.32 86.55 2.69 12.97 -allemands allemand nom m p 49.08 91.55 30.66 61.42 -aller_retour aller_retour nom m s 2.33 2.43 1.83 2.36 -aller aller ver 9992.78 2854.93 816.76 368.04 inf;;inf;;inf;; -allergie allergie nom f s 5.00 0.61 3.12 0.61 -allergies allergie nom f p 5.00 0.61 1.88 0.00 -allergique allergique adj s 8.15 0.74 7.76 0.61 -allergiques allergique adj p 8.15 0.74 0.39 0.14 -allergologie allergologie nom f s 0.14 0.00 0.14 0.00 -allergologue allergologue nom s 0.03 0.00 0.03 0.00 -allergène allergène nom m s 0.08 0.00 0.04 0.00 -allergènes allergène nom m p 0.08 0.00 0.04 0.00 -aller_retour aller_retour nom m p 2.33 2.43 0.50 0.07 -allers aller nom m p 17.78 8.78 0.56 0.68 -allez aller ver 9992.78 2854.93 1414.85 155.54 imp:pre:2p;ind:pre:2p; -allia allier ver 4.62 7.97 0.01 0.14 ind:pas:3s; -alliacé alliacé adj m s 0.00 0.14 0.00 0.14 -alliage alliage nom m s 1.07 1.01 0.81 0.95 -alliages alliage nom m p 1.07 1.01 0.27 0.07 -alliait allier ver 4.62 7.97 0.01 0.81 ind:imp:3s; -alliance alliance nom f s 18.85 24.73 16.73 20.81 -alliances alliance nom f p 18.85 24.73 2.12 3.92 -alliant allier ver 4.62 7.97 0.25 0.27 par:pre; -allie allier ver 4.62 7.97 1.15 0.27 imp:pre:2s;ind:pre:1s;ind:pre:3s; -allient allier ver 4.62 7.97 0.34 0.07 ind:pre:3p; -allier allier ver 4.62 7.97 1.14 0.88 inf; -alliera allier ver 4.62 7.97 0.02 0.00 ind:fut:3s; -allierait allier ver 4.62 7.97 0.02 0.00 cnd:pre:3s; -alliez aller ver 9992.78 2854.93 16.49 3.31 ind:imp:2p; -alligator alligator nom m s 2.80 0.47 1.63 0.20 -alligators alligator nom m p 2.80 0.47 1.17 0.27 -allions aller ver 9992.78 2854.93 8.62 23.65 ind:imp:1p; -alliât allier ver 4.62 7.97 0.00 0.07 sub:imp:3s; -allitératif allitératif adj m s 0.01 0.00 0.01 0.00 -allitération allitération nom f s 0.09 0.00 0.05 0.00 -allitérations allitération nom f p 0.09 0.00 0.03 0.00 -allié allié nom m s 11.64 55.34 2.40 4.05 -alliée allié nom f s 11.64 55.34 1.47 2.16 -alliées allié adj f p 2.66 25.68 0.64 9.53 -allium allium nom m s 0.02 0.00 0.02 0.00 -alliés allié nom m p 11.64 55.34 7.59 48.51 -allo allo ono 31.11 2.16 31.11 2.16 -allobarbital allobarbital nom m 0.00 0.07 0.00 0.07 -allobroges allobroge adj p 0.00 0.27 0.00 0.27 -alloc alloc nom f s 0.59 0.14 0.18 0.00 -allocataires allocataire nom p 0.03 0.00 0.03 0.00 -allocation allocation nom f s 3.16 1.55 1.35 0.41 -allocations allocation nom f p 3.16 1.55 1.81 1.15 -allochtone allochtone nom m s 0.01 0.00 0.01 0.00 -allocs alloc nom f p 0.59 0.14 0.41 0.14 -allocution allocution nom f s 0.33 4.12 0.31 3.11 -allocutions allocution nom f p 0.33 4.12 0.02 1.01 -allogreffe allogreffe nom f s 0.01 0.00 0.01 0.00 -allogènes allogène adj f p 0.00 0.07 0.00 0.07 -allâmes aller ver 9992.78 2854.93 0.06 3.45 ind:pas:1p; -allonge allonger ver 41.05 89.66 11.81 10.07 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:1s; -allongea allonger ver 41.05 89.66 0.12 8.99 ind:pas:3s; -allongeai allonger ver 41.05 89.66 0.02 0.88 ind:pas:1s; -allongeaient allonger ver 41.05 89.66 0.03 2.43 ind:imp:3p; -allongeais allonger ver 41.05 89.66 0.47 0.95 ind:imp:1s;ind:imp:2s; -allongeait allonger ver 41.05 89.66 0.32 6.35 ind:imp:3s; -allongeant allonger ver 41.05 89.66 0.40 3.58 par:pre; -allongement allongement nom m s 0.09 0.68 0.09 0.68 -allongent allonger ver 41.05 89.66 0.97 2.57 ind:pre:3p; -allongeâmes allonger ver 41.05 89.66 0.00 0.20 ind:pas:1p; -allongeons allonger ver 41.05 89.66 0.11 0.14 imp:pre:1p;ind:pre:1p; -allongeât allonger ver 41.05 89.66 0.00 0.07 sub:imp:3s; -allonger allonger ver 41.05 89.66 9.96 12.16 ind:pre:2p;inf; -allongera allonger ver 41.05 89.66 0.04 0.20 ind:fut:3s; -allongerai allonger ver 41.05 89.66 0.05 0.14 ind:fut:1s; -allongeraient allonger ver 41.05 89.66 0.01 0.07 cnd:pre:3p; -allongerais allonger ver 41.05 89.66 0.04 0.20 cnd:pre:1s;cnd:pre:2s; -allongerait allonger ver 41.05 89.66 0.00 0.47 cnd:pre:3s; -allongeras allonger ver 41.05 89.66 0.04 0.00 ind:fut:2s; -allonges allonger ver 41.05 89.66 1.02 0.07 ind:pre:2s; -allongez allonger ver 41.05 89.66 4.13 0.34 imp:pre:2p;ind:pre:2p; -allongiez allonger ver 41.05 89.66 0.10 0.07 ind:imp:2p; -allongions allonger ver 41.05 89.66 0.01 0.27 ind:imp:1p; -allongèrent allonger ver 41.05 89.66 0.00 0.88 ind:pas:3p; -allongé allonger ver m s 41.05 89.66 5.92 20.20 par:pas; -allongée allonger ver f s 41.05 89.66 4.04 10.88 par:pas; -allongées allongé adj f p 3.42 12.57 0.14 2.09 -allongés allonger ver m p 41.05 89.66 1.37 5.61 par:pas; -allons aller ver 9992.78 2854.93 500.21 129.80 imp:pre:1p;ind:pre:1p; -allopathie allopathie nom f s 0.14 0.00 0.14 0.00 -allostérique allostérique adj m s 0.01 0.00 0.01 0.00 -allât aller ver 9992.78 2854.93 0.01 2.97 sub:imp:3s; -alloua allouer ver 0.57 2.09 0.00 0.14 ind:pas:3s; -allouait allouer ver 0.57 2.09 0.00 0.54 ind:imp:3s; -allouant allouer ver 0.57 2.09 0.00 0.07 par:pre; -alloue allouer ver 0.57 2.09 0.04 0.00 ind:pre:1s;ind:pre:3s; -allouer allouer ver 0.57 2.09 0.09 0.34 inf; -allouerait allouer ver 0.57 2.09 0.00 0.14 cnd:pre:3s; -alloué allouer ver m s 0.57 2.09 0.21 0.41 par:pas; -allouée allouer ver f s 0.57 2.09 0.14 0.20 par:pas; -alloués allouer ver m p 0.57 2.09 0.09 0.27 par:pas; -allèche allécher ver 0.07 2.09 0.00 0.07 ind:pre:3s; -allège alléger ver 3.65 6.89 0.36 0.95 imp:pre:2s;ind:pre:1s;ind:pre:3s; -allègement allègement nom m s 0.04 0.20 0.04 0.20 -allègent alléger ver 3.65 6.89 0.01 0.27 ind:pre:3p; -allègre allègre adj s 0.13 4.93 0.13 4.46 -allègrement allègrement adv 0.33 2.03 0.33 2.03 -allègres allègre adj p 0.13 4.93 0.00 0.47 -allègue alléguer ver 0.07 2.97 0.01 0.07 ind:pre:1s;ind:pre:3s; -allèle allèle nom m s 0.04 0.00 0.04 0.00 -allèrent aller ver 9992.78 2854.93 0.42 11.69 ind:pas:3p; -allé aller ver m s 9992.78 2854.93 123.26 57.30 par:pas; -allécha allécher ver 0.07 2.09 0.00 0.07 ind:pas:3s; -alléchait allécher ver 0.07 2.09 0.00 0.07 ind:imp:3s; -alléchant alléchant adj m s 0.60 2.09 0.25 0.68 -alléchante alléchant adj f s 0.60 2.09 0.29 0.61 -alléchantes alléchant adj f p 0.60 2.09 0.03 0.41 -alléchants alléchant adj m p 0.60 2.09 0.03 0.41 -allécher allécher ver 0.07 2.09 0.04 0.20 inf; -allécherait allécher ver 0.07 2.09 0.00 0.07 cnd:pre:3s; -alléché allécher ver m s 0.07 2.09 0.01 1.01 par:pas; -alléchée allécher ver f s 0.07 2.09 0.00 0.34 par:pas; -alléchés allécher ver m p 0.07 2.09 0.01 0.20 par:pas; -allée aller ver f s 9992.78 2854.93 52.93 25.00 par:pas; -allées aller ver f p 9992.78 2854.93 3.15 2.23 par:pas; -allégation allégation nom f s 1.87 0.54 0.28 0.07 -allégations allégation nom f p 1.87 0.54 1.59 0.47 -allégea alléger ver 3.65 6.89 0.10 0.07 ind:pas:3s; -allégeaient alléger ver 3.65 6.89 0.01 0.20 ind:imp:3p; -allégeais alléger ver 3.65 6.89 0.00 0.07 ind:imp:1s; -allégeait alléger ver 3.65 6.89 0.00 0.88 ind:imp:3s; -allégeance allégeance nom f s 1.64 1.42 1.61 1.35 -allégeances allégeance nom f p 1.64 1.42 0.04 0.07 -allégeant alléger ver 3.65 6.89 0.02 0.27 par:pre; -allégement allégement nom m s 0.03 0.54 0.03 0.47 -allégements allégement nom m p 0.03 0.54 0.00 0.07 -alléger alléger ver 3.65 6.89 1.40 1.69 inf; -allégera alléger ver 3.65 6.89 0.04 0.00 ind:fut:3s; -allégerait alléger ver 3.65 6.89 0.04 0.07 cnd:pre:3s; -allégez alléger ver 3.65 6.89 0.06 0.07 imp:pre:2p;ind:pre:2p; -allégorie allégorie nom f s 0.41 2.16 0.38 1.15 -allégories allégorie nom f p 0.41 2.16 0.04 1.01 -allégorique allégorique adj s 0.04 1.35 0.04 0.68 -allégoriquement allégoriquement adv 0.10 0.07 0.10 0.07 -allégoriques allégorique adj p 0.04 1.35 0.00 0.68 -allégorisé allégoriser ver m s 0.00 0.07 0.00 0.07 par:pas; -allégrement allégrement adv 0.03 2.77 0.03 2.77 -allégresse allégresse nom f s 2.36 11.89 2.36 11.82 -allégresses allégresse nom f p 2.36 11.89 0.00 0.07 -allégé alléger ver m s 3.65 6.89 1.16 1.08 par:pas; -allégua alléguer ver 0.07 2.97 0.00 0.20 ind:pas:3s; -alléguaient alléguer ver 0.07 2.97 0.00 0.20 ind:imp:3p; -alléguais alléguer ver 0.07 2.97 0.00 0.07 ind:imp:1s; -alléguait alléguer ver 0.07 2.97 0.00 0.27 ind:imp:3s; -alléguant alléguer ver 0.07 2.97 0.02 1.82 par:pre; -allégée alléger ver f s 3.65 6.89 0.18 1.08 par:pas; -alléguer alléguer ver 0.07 2.97 0.00 0.20 inf; -alléguera alléguer ver 0.07 2.97 0.00 0.07 ind:fut:3s; -allégées alléger ver f p 3.65 6.89 0.16 0.14 par:pas; -allégés alléger ver m p 3.65 6.89 0.10 0.07 par:pas; -allégué alléguer ver m s 0.07 2.97 0.03 0.07 par:pas; -alléguée alléguer ver f s 0.07 2.97 0.01 0.00 par:pas; -alléluia alléluia ono 2.62 0.41 2.62 0.41 -alléluias alléluia nom m p 0.99 0.34 0.28 0.14 -alluma allumer ver 54.80 116.28 0.33 23.78 ind:pas:3s; -allumage allumage nom m s 1.75 1.35 1.75 1.35 -allumai allumer ver 54.80 116.28 0.01 2.09 ind:pas:1s; -allumaient allumer ver 54.80 116.28 0.17 4.53 ind:imp:3p; -allumais allumer ver 54.80 116.28 0.40 1.22 ind:imp:1s;ind:imp:2s; -allumait allumer ver 54.80 116.28 0.78 8.11 ind:imp:3s; -allumant allumer ver 54.80 116.28 0.33 4.05 par:pre; -allume_cigare allume_cigare nom m s 0.19 0.14 0.19 0.14 -allume_cigares allume_cigares nom m 0.14 0.14 0.14 0.14 -allume_feu allume_feu nom m 0.04 0.27 0.04 0.27 -allume_gaz allume_gaz nom m 0.20 0.14 0.20 0.14 -allume allumer ver 54.80 116.28 19.22 18.58 imp:pre:2s;ind:pre:1s;ind:pre:3s; -allument allumer ver 54.80 116.28 1.23 3.24 ind:pre:3p; -allumer allumer ver 54.80 116.28 11.98 20.74 inf; -allumera allumer ver 54.80 116.28 0.74 0.34 ind:fut:3s; -allumerai allumer ver 54.80 116.28 0.97 0.14 ind:fut:1s; -allumeraient allumer ver 54.80 116.28 0.00 0.34 cnd:pre:3p; -allumerais allumer ver 54.80 116.28 0.04 0.07 cnd:pre:1s; -allumerait allumer ver 54.80 116.28 0.03 0.34 cnd:pre:3s; -allumeras allumer ver 54.80 116.28 0.07 0.07 ind:fut:2s; -allumerons allumer ver 54.80 116.28 0.02 0.14 ind:fut:1p; -allumeront allumer ver 54.80 116.28 0.45 0.20 ind:fut:3p; -allumes allumer ver 54.80 116.28 1.69 0.27 ind:pre:2s;sub:pre:2s; -allumette allumette nom f s 15.65 20.88 4.43 9.73 -allumettes allumette nom f p 15.65 20.88 11.22 11.15 -allumeur allumeur nom m s 1.41 1.15 0.32 0.14 -allumeurs allumeur nom m p 1.41 1.15 0.07 0.07 -allumeuse allumeur nom f s 1.41 1.15 1.02 0.74 -allumeuses allumeuse nom f p 0.09 0.00 0.09 0.00 -allumez allumer ver 54.80 116.28 5.27 0.47 imp:pre:2p;ind:pre:2p; -allumiez allumer ver 54.80 116.28 0.25 0.00 ind:imp:2p; -allumions allumer ver 54.80 116.28 0.01 0.34 ind:imp:1p; -allumoir allumoir nom m s 0.00 0.07 0.00 0.07 -allumâmes allumer ver 54.80 116.28 0.00 0.14 ind:pas:1p; -allumons allumer ver 54.80 116.28 0.53 0.47 imp:pre:1p;ind:pre:1p; -allumât allumer ver 54.80 116.28 0.00 0.20 sub:imp:3s; -allumèrent allumer ver 54.80 116.28 0.02 2.50 ind:pas:3p; -allumé allumer ver m s 54.80 116.28 6.76 15.54 par:pas; -allumée allumé adj f s 5.76 14.59 3.59 5.74 -allumées allumer ver f p 54.80 116.28 0.80 1.89 par:pas; -allumés allumer ver m p 54.80 116.28 0.62 1.49 par:pas; -allure allure nom f s 10.57 65.88 10.00 57.09 -allures allure nom f p 10.57 65.88 0.56 8.78 -alluré alluré adj m s 0.00 0.07 0.00 0.07 -allés aller ver m p 9992.78 2854.93 26.37 17.23 par:pas; -allusif allusif adj m s 0.00 1.22 0.00 0.34 -allusifs allusif adj m p 0.00 1.22 0.00 0.20 -allusion allusion nom f s 4.72 31.15 3.88 23.18 -allusionne allusionner ver 0.00 0.07 0.00 0.07 ind:pre:3s; -allusions allusion nom f p 4.72 31.15 0.84 7.97 -allusive allusif adj f s 0.00 1.22 0.00 0.41 -allusivement allusivement adv 0.10 0.14 0.10 0.14 -allusives allusif adj f p 0.00 1.22 0.00 0.27 -alluvion alluvion nom f s 0.16 0.95 0.01 0.14 -alluvions alluvion nom f p 0.16 0.95 0.14 0.81 -alma alma nom f s 0.86 0.14 0.86 0.14 -almanach almanach nom m s 1.00 1.89 0.89 1.22 -almanachs almanach nom m p 1.00 1.89 0.11 0.68 -almohade almohade nom s 0.10 0.14 0.10 0.07 -almohades almohade nom p 0.10 0.14 0.00 0.07 -almée almée nom f s 0.00 0.27 0.00 0.14 -almées almée nom f p 0.00 0.27 0.00 0.14 -aloi aloi nom m s 0.22 1.89 0.22 1.89 -alopécie alopécie nom f s 0.05 0.07 0.05 0.07 -alors alors adv_sup 1777.65 1033.78 1777.65 1033.78 -alose alose nom f s 0.04 0.47 0.04 0.20 -aloses alose nom f p 0.04 0.47 0.00 0.27 -aloès aloès nom m 0.23 1.15 0.23 1.15 -alouette alouette nom f s 1.41 4.32 1.32 1.82 -alouettes alouette nom f p 1.41 4.32 0.09 2.50 -alourdît alourdir ver 0.66 15.34 0.00 0.07 sub:imp:3s; -alourdi alourdir ver m s 0.66 15.34 0.07 2.50 par:pas; -alourdie alourdir ver f s 0.66 15.34 0.01 2.64 par:pas; -alourdies alourdir ver f p 0.66 15.34 0.00 1.28 par:pas; -alourdir alourdir ver 0.66 15.34 0.38 1.82 inf; -alourdirai alourdir ver 0.66 15.34 0.01 0.00 ind:fut:1s; -alourdiraient alourdir ver 0.66 15.34 0.00 0.07 cnd:pre:3p; -alourdirent alourdir ver 0.66 15.34 0.00 0.20 ind:pas:3p; -alourdis alourdir ver m p 0.66 15.34 0.13 1.55 imp:pre:2s;ind:pre:1s;par:pas; -alourdissaient alourdir ver 0.66 15.34 0.01 0.68 ind:imp:3p; -alourdissait alourdir ver 0.66 15.34 0.00 1.69 ind:imp:3s; -alourdissant alourdir ver 0.66 15.34 0.00 0.41 par:pre; -alourdissement alourdissement nom m s 0.00 0.14 0.00 0.14 -alourdissent alourdir ver 0.66 15.34 0.00 0.68 ind:pre:3p; -alourdit alourdir ver 0.66 15.34 0.04 1.76 ind:pre:3s;ind:pas:3s; -aloyau aloyau nom m s 0.27 0.27 0.27 0.27 -alpa alper ver 0.30 0.07 0.30 0.07 ind:pas:3s; -alpaga alpaga nom m s 0.12 1.28 0.12 1.28 -alpage alpage nom m s 0.01 0.81 0.00 0.34 -alpages alpage nom m p 0.01 0.81 0.01 0.47 -alpaguait alpaguer ver 0.34 2.16 0.01 0.07 ind:imp:3s; -alpague alpaguer ver 0.34 2.16 0.19 0.88 ind:pre:1s;ind:pre:3s; -alpaguent alpaguer ver 0.34 2.16 0.02 0.07 ind:pre:3p; -alpaguer alpaguer ver 0.34 2.16 0.09 0.74 inf; -alpaguerait alpaguer ver 0.34 2.16 0.00 0.07 cnd:pre:3s; -alpagué alpaguer ver m s 0.34 2.16 0.03 0.20 par:pas; -alpaguée alpaguer ver f s 0.34 2.16 0.00 0.07 par:pas; -alpagués alpaguer ver m p 0.34 2.16 0.00 0.07 par:pas; -alpe alpe nom f s 0.14 0.27 0.00 0.20 -alpenstock alpenstock nom m s 0.00 0.34 0.00 0.34 -alpes alpe nom f p 0.14 0.27 0.14 0.07 -alpestre alpestre adj s 0.10 0.47 0.10 0.27 -alpestres alpestre adj m p 0.10 0.47 0.00 0.20 -alpha alpha nom m 2.09 0.61 2.09 0.61 -alphabet alphabet nom m s 3.16 4.73 3.14 4.39 -alphabets alphabet nom m p 3.16 4.73 0.02 0.34 -alphabétique alphabétique adj s 1.00 1.69 1.00 1.69 -alphabétiquement alphabétiquement adv 0.14 0.07 0.14 0.07 -alphabétisation alphabétisation nom f s 0.30 0.07 0.30 0.07 -alphabétiser alphabétiser ver 0.02 0.00 0.02 0.00 inf; -alphabétisé alphabétisé adj m s 0.01 0.00 0.01 0.00 -alphanumérique alphanumérique adj m s 0.07 0.00 0.07 0.00 -alpin alpin adj m s 1.19 3.04 0.18 0.95 -alpine alpin adj f s 1.19 3.04 0.43 0.47 -alpines alpin adj f p 1.19 3.04 0.00 0.20 -alpinisme alpinisme nom m s 0.67 0.61 0.67 0.61 -alpiniste alpiniste nom s 1.96 1.49 0.95 1.15 -alpinistes alpiniste nom p 1.96 1.49 1.00 0.34 -alpins alpin adj m p 1.19 3.04 0.58 1.42 -alsacien alsacien adj m s 0.04 3.99 0.02 1.89 -alsacienne alsacien adj f s 0.04 3.99 0.00 1.55 -alsaciennes alsacien adj f p 0.04 3.99 0.00 0.20 -alsaciens alsacien adj m p 0.04 3.99 0.03 0.34 -alstonia alstonia nom f s 0.14 0.00 0.14 0.00 -alter_ego alter_ego nom m 0.30 0.54 0.30 0.54 -alter alter adv 0.00 0.07 0.00 0.07 -altercation altercation nom f s 1.20 1.49 1.12 1.42 -altercations altercation nom f p 1.20 1.49 0.09 0.07 -alterna alterner ver 1.49 6.82 0.00 0.07 ind:pas:3s; -alternaient alterner ver 1.49 6.82 0.02 1.76 ind:imp:3p; -alternait alterner ver 1.49 6.82 0.04 0.34 ind:imp:3s; -alternance alternance nom f s 0.20 3.78 0.20 2.84 -alternances alternance nom f p 0.20 3.78 0.00 0.95 -alternant alterner ver 1.49 6.82 0.26 1.62 par:pre; -alternateur alternateur nom m s 0.14 0.00 0.14 0.00 -alternatif alternatif adj m s 2.02 0.95 1.02 0.14 -alternatifs alternatif adj m p 2.02 0.95 0.23 0.07 -alternative alternative nom f s 5.89 2.23 4.96 1.89 -alternativement alternativement adv 0.16 5.88 0.16 5.88 -alternatives alternative nom f p 5.89 2.23 0.93 0.34 -alterne alterner ver 1.49 6.82 0.19 0.47 imp:pre:2s;ind:pre:1s;ind:pre:3s; -alternent alterner ver 1.49 6.82 0.02 0.68 ind:pre:3p; -alterner alterner ver 1.49 6.82 0.70 0.74 inf; -alternera alterner ver 1.49 6.82 0.01 0.00 ind:fut:3s; -alternez alterner ver 1.49 6.82 0.06 0.00 imp:pre:2p;ind:pre:2p; -alternions alterner ver 1.49 6.82 0.01 0.00 ind:imp:1p; -alternèrent alterner ver 1.49 6.82 0.00 0.07 ind:pas:3p; -alterné alterner ver m s 1.49 6.82 0.16 0.14 par:pas; -alternée alterné adj f s 0.09 0.81 0.07 0.00 -alternées alterné adj f p 0.09 0.81 0.01 0.41 -alternés alterner ver m p 1.49 6.82 0.00 0.41 par:pas; -altesse altesse nom f s 12.93 4.05 12.72 1.08 -altesses altesse nom f p 12.93 4.05 0.20 2.97 -althaea althaea nom f s 0.01 0.00 0.01 0.00 -alène alène nom f s 0.24 0.34 0.24 0.34 -alèse alèse nom f s 0.01 0.61 0.01 0.61 -alèze alèze nom f s 0.00 0.07 0.00 0.07 -altier altier adj m s 0.56 2.91 0.14 0.88 -altiers altier adj m p 0.56 2.91 0.01 0.07 -altimètre altimètre nom m s 0.75 0.14 0.72 0.14 -altimètres altimètre nom m p 0.75 0.14 0.02 0.00 -altière altier adj f s 0.56 2.91 0.41 1.69 -altièrement altièrement adv 0.00 0.07 0.00 0.07 -altières altier adj f p 0.56 2.91 0.00 0.27 -altitude altitude nom f s 6.39 6.96 6.37 6.35 -altitudes altitude nom f p 6.39 6.96 0.03 0.61 -alto alto nom s 0.45 1.08 0.35 0.95 -altos alto nom p 0.45 1.08 0.10 0.14 -altruisme altruisme nom m s 0.31 0.74 0.31 0.74 -altruiste altruiste adj s 0.86 0.00 0.52 0.00 -altruistes altruiste adj p 0.86 0.00 0.34 0.00 -altère altérer ver 2.62 7.50 0.51 0.95 imp:pre:2s;ind:pre:1s;ind:pre:3s; -altèrent altérer ver 2.62 7.50 0.20 0.41 ind:pre:3p; -altuglas altuglas nom m 0.00 0.07 0.00 0.07 -altéra altérer ver 2.62 7.50 0.00 0.27 ind:pas:3s; -altérable altérable adj s 0.01 0.00 0.01 0.00 -altéraient altérer ver 2.62 7.50 0.00 0.41 ind:imp:3p; -altérait altérer ver 2.62 7.50 0.01 0.61 ind:imp:3s; -altérant altérer ver 2.62 7.50 0.06 0.07 par:pre; -altération altération nom f s 0.64 1.49 0.59 0.95 -altérations altération nom f p 0.64 1.49 0.05 0.54 -altérer altérer ver 2.62 7.50 0.83 1.89 inf; -altérera altérer ver 2.62 7.50 0.02 0.07 ind:fut:3s; -altéreront altérer ver 2.62 7.50 0.02 0.00 ind:fut:3p; -altérez altérer ver 2.62 7.50 0.01 0.00 ind:pre:2p; -altériez altérer ver 2.62 7.50 0.01 0.00 ind:imp:2p; -altérité altérité nom f s 0.02 0.20 0.02 0.20 -altérât altérer ver 2.62 7.50 0.01 0.20 sub:imp:3s; -altérèrent altérer ver 2.62 7.50 0.00 0.07 ind:pas:3p; -altéré altérer ver m s 2.62 7.50 0.69 1.35 par:pas; -altérée altérer ver f s 2.62 7.50 0.14 0.81 par:pas; -altérées altérer ver f p 2.62 7.50 0.07 0.20 par:pas; -altérés altérer ver m p 2.62 7.50 0.04 0.20 par:pas; -alu alu nom m 1.06 0.95 1.06 0.95 -aléa aléa nom m s 0.34 1.01 0.02 0.20 -aléas aléa nom m p 0.34 1.01 0.32 0.81 -aléatoire aléatoire adj s 2.04 2.16 1.36 1.96 -aléatoirement aléatoirement adv 0.09 0.00 0.09 0.00 -aléatoires aléatoire adj p 2.04 2.16 0.69 0.20 -aludes alude nom f p 0.14 0.00 0.14 0.00 -aluette aluette nom f s 0.01 0.00 0.01 0.00 -alémaniques alémanique adj p 0.00 0.07 0.00 0.07 -aluminium aluminium nom m s 2.38 4.32 2.38 4.32 -alun alun nom m s 0.00 0.74 0.00 0.74 -aluni alunir ver m s 0.43 0.07 0.06 0.00 par:pas; -alunir alunir ver 0.43 0.07 0.25 0.07 inf; -alunira alunir ver 0.43 0.07 0.13 0.00 ind:fut:3s; -alunissage alunissage nom m s 0.52 0.00 0.51 0.00 -alunissages alunissage nom m p 0.52 0.00 0.01 0.00 -aléoutien aléoutien adj m s 0.02 0.00 0.02 0.00 -alésait aléser ver 0.00 0.14 0.00 0.07 ind:imp:3s; -aléser aléser ver 0.00 0.14 0.00 0.07 inf; -alvar alvar nom m s 0.05 0.00 0.05 0.00 -alvin alvin adj m s 0.12 0.00 0.12 0.00 -alvéolaire alvéolaire adj f s 0.04 0.00 0.04 0.00 -alvéole alvéole nom m s 0.20 3.18 0.11 1.62 -alvéoles alvéole nom m p 0.20 3.18 0.09 1.55 -alvéolé alvéolé adj m s 0.00 0.34 0.00 0.07 -alvéolée alvéolé adj f s 0.00 0.34 0.00 0.14 -alvéolées alvéolé adj f p 0.00 0.34 0.00 0.07 -alvéolés alvéolé adj m p 0.00 0.34 0.00 0.07 -alysse alysse nom m s 0.03 0.27 0.03 0.27 -am_stram_gram am_stram_gram ono 0.08 0.14 0.08 0.14 -amabilité amabilité nom f s 2.91 5.34 2.81 3.78 -amabilités amabilité nom f p 2.91 5.34 0.11 1.55 -amadou amadou nom m s 0.01 1.76 0.01 1.76 -amadoua amadouer ver 1.51 3.58 0.00 0.20 ind:pas:3s; -amadouaient amadouer ver 1.51 3.58 0.00 0.07 ind:imp:3p; -amadouait amadouer ver 1.51 3.58 0.01 0.14 ind:imp:3s; -amadouant amadouer ver 1.51 3.58 0.02 0.14 par:pre; -amadoue amadouer ver 1.51 3.58 0.22 0.07 imp:pre:2s;ind:pre:1s;ind:pre:3s; -amadouer amadouer ver 1.51 3.58 1.01 2.70 inf; -amadoueras amadouer ver 1.51 3.58 0.01 0.00 ind:fut:2s; -amadouez amadouer ver 1.51 3.58 0.01 0.00 ind:pre:2p; -amadoué amadouer ver m s 1.51 3.58 0.23 0.27 par:pas; -amaigri amaigrir ver m s 0.04 1.01 0.03 0.54 par:pas; -amaigrie amaigri adj f s 0.02 2.16 0.00 0.54 -amaigries amaigri adj f p 0.02 2.16 0.00 0.14 -amaigris amaigri adj m p 0.02 2.16 0.00 0.41 -amaigrissait amaigrir ver 0.04 1.01 0.00 0.07 ind:imp:3s; -amaigrissant amaigrissant adj m s 0.09 0.14 0.03 0.07 -amaigrissante amaigrissant adj f s 0.09 0.14 0.01 0.00 -amaigrissantes amaigrissant adj f p 0.09 0.14 0.04 0.00 -amaigrissants amaigrissant adj m p 0.09 0.14 0.00 0.07 -amaigrissement amaigrissement nom m s 0.20 0.54 0.20 0.54 -amaigrit amaigrir ver 0.04 1.01 0.01 0.07 ind:pre:3s;ind:pas:3s; -amalfitaine amalfitain adj f s 0.00 0.07 0.00 0.07 -amalgamaient amalgamer ver 0.44 1.22 0.00 0.14 ind:imp:3p; -amalgamais amalgamer ver 0.44 1.22 0.00 0.07 ind:imp:1s; -amalgamait amalgamer ver 0.44 1.22 0.00 0.07 ind:imp:3s; -amalgamant amalgamer ver 0.44 1.22 0.10 0.00 par:pre; -amalgame amalgame nom m s 0.31 2.03 0.30 1.82 -amalgamer amalgamer ver 0.44 1.22 0.00 0.27 inf; -amalgames amalgame nom m p 0.31 2.03 0.01 0.20 -amalgamez amalgamer ver 0.44 1.22 0.00 0.07 ind:pre:2p; -amalgamé amalgamer ver m s 0.44 1.22 0.27 0.14 par:pas; -amalgamée amalgamer ver f s 0.44 1.22 0.04 0.00 par:pas; -amalgamées amalgamer ver f p 0.44 1.22 0.00 0.14 par:pas; -amalgamés amalgamer ver m p 0.44 1.22 0.02 0.34 par:pas; -aman aman nom m s 0.04 0.14 0.04 0.14 -amande amande nom f s 2.19 8.18 1.07 3.99 -amandes amande nom f p 2.19 8.18 1.13 4.19 -amandier amandier nom m s 0.40 2.23 0.14 0.34 -amandiers amandier nom m p 0.40 2.23 0.27 1.89 -amandine amandin nom f s 0.01 0.07 0.01 0.00 -amandines amandine nom f p 0.02 0.00 0.02 0.00 -amanite amanite nom f s 0.10 0.27 0.00 0.14 -amanites amanite nom f p 0.10 0.27 0.10 0.14 -amant amant nom m s 35.03 69.59 23.28 46.76 -amante amante nom f s 1.55 6.76 1.04 5.54 -amantes amante nom f p 1.55 6.76 0.52 1.22 -amants amant nom m p 35.03 69.59 11.75 22.84 -amarante amarante nom s 0.05 0.61 0.02 0.27 -amarantes amarante nom p 0.05 0.61 0.03 0.34 -amaro amaro nom m s 2.02 0.00 2.02 0.00 -amarra amarrer ver 1.44 6.69 0.08 0.34 ind:pas:3s; -amarrage amarrage nom m s 0.46 0.61 0.45 0.54 -amarrages amarrage nom m p 0.46 0.61 0.01 0.07 -amarrai amarrer ver 1.44 6.69 0.00 0.07 ind:pas:1s; -amarraient amarrer ver 1.44 6.69 0.00 0.27 ind:imp:3p; -amarrais amarrer ver 1.44 6.69 0.00 0.07 ind:imp:1s; -amarrait amarrer ver 1.44 6.69 0.04 0.20 ind:imp:3s; -amarrant amarrer ver 1.44 6.69 0.00 0.14 par:pre; -amarre amarre nom f s 1.66 4.66 0.58 1.42 -amarrent amarrer ver 1.44 6.69 0.00 0.07 ind:pre:3p; -amarrer amarrer ver 1.44 6.69 0.22 1.01 inf; -amarres amarre nom f p 1.66 4.66 1.08 3.24 -amarrez amarrer ver 1.44 6.69 0.16 0.00 imp:pre:2p; -amarré amarrer ver m s 1.44 6.69 0.49 1.89 par:pas; -amarrée amarrer ver f s 1.44 6.69 0.15 0.88 par:pas; -amarrées amarrer ver f p 1.44 6.69 0.00 0.68 par:pas; -amarrés amarrer ver m p 1.44 6.69 0.08 0.81 par:pas; -amaryllis amaryllis nom f 0.03 1.22 0.03 1.22 -amas amas nom m 1.56 9.32 1.56 9.32 -amassa amasser ver 3.46 8.24 0.02 0.34 ind:pas:3s; -amassai amasser ver 3.46 8.24 0.00 0.07 ind:pas:1s; -amassaient amasser ver 3.46 8.24 0.01 0.61 ind:imp:3p; -amassait amasser ver 3.46 8.24 0.02 0.68 ind:imp:3s; -amassant amasser ver 3.46 8.24 0.03 0.54 par:pre; -amasse amasser ver 3.46 8.24 0.71 0.61 imp:pre:2s;ind:pre:1s;ind:pre:3s; -amassent amasser ver 3.46 8.24 0.19 0.27 ind:pre:3p; -amasser amasser ver 3.46 8.24 0.47 1.55 inf; -amassera amasser ver 3.46 8.24 0.14 0.00 ind:fut:3s; -amassez amasser ver 3.46 8.24 0.62 0.00 imp:pre:2p;ind:pre:2p; -amassons amasser ver 3.46 8.24 0.01 0.00 ind:pre:1p; -amassèrent amasser ver 3.46 8.24 0.00 0.07 ind:pas:3p; -amassé amasser ver m s 3.46 8.24 0.91 1.55 par:pas; -amassée amasser ver f s 3.46 8.24 0.03 0.61 par:pas; -amassées amasser ver f p 3.46 8.24 0.17 0.41 par:pas; -amassés amasser ver m p 3.46 8.24 0.12 0.95 par:pas; -amateur amateur nom s 11.66 16.15 5.53 7.16 -amateurisme amateurisme nom m s 0.12 0.34 0.12 0.34 -amateurs amateur nom p 11.66 16.15 6.04 8.99 -amati amatir ver m s 0.00 0.14 0.00 0.14 par:pas; -amatrice amateur nom f s 11.66 16.15 0.09 0.00 -amaurose amaurose nom f s 0.00 0.07 0.00 0.07 -amazone amazone nom f s 0.55 2.23 0.25 1.89 -amazones amazone nom f p 0.55 2.23 0.30 0.34 -amazonien amazonien adj m s 0.36 0.14 0.03 0.07 -amazonienne amazonien adj f s 0.36 0.14 0.30 0.00 -amazoniennes amazonien adj f p 0.36 0.14 0.04 0.07 -ambages ambages nom f p 0.29 0.88 0.29 0.88 -ambassade ambassade nom f s 9.49 15.34 8.85 13.38 -ambassades ambassade nom f p 9.49 15.34 0.65 1.96 -ambassadeur ambassadeur nom m s 13.85 33.72 11.57 26.15 -ambassadeurs ambassadeur nom m p 13.85 33.72 0.96 3.85 -ambassadrice ambassadeur nom f s 13.85 33.72 1.32 3.58 -ambassadrices ambassadeur nom f p 13.85 33.72 0.00 0.14 -ambiance ambiance nom f s 12.37 11.55 12.33 11.08 -ambiances ambiance nom f p 12.37 11.55 0.03 0.47 -ambiant ambiant adj m s 0.75 4.05 0.20 1.49 -ambiante ambiant adj f s 0.75 4.05 0.50 2.23 -ambiantes ambiant adj f p 0.75 4.05 0.01 0.34 -ambiants ambiant adj m p 0.75 4.05 0.04 0.00 -ambidextre ambidextre adj f s 0.32 0.00 0.32 0.00 -ambigu ambigu adj m s 2.58 8.99 1.77 4.05 -ambiguïté ambiguïté nom f s 0.52 3.04 0.39 2.84 -ambiguïtés ambiguïté nom f p 0.52 3.04 0.14 0.20 -ambigus ambigu adj m p 2.58 8.99 0.27 1.55 -ambiguë ambigu adj f s 2.58 8.99 0.51 2.57 -ambiguës ambigu adj f p 2.58 8.99 0.04 0.81 -ambitieuse ambitieux adj f s 6.08 4.73 1.09 0.81 -ambitieuses ambitieux adj f p 6.08 4.73 0.17 0.20 -ambitieux ambitieux adj m 6.08 4.73 4.82 3.72 -ambition ambition nom f s 11.15 30.34 7.98 19.32 -ambitionnais ambitionner ver 0.06 1.49 0.02 0.14 ind:imp:1s; -ambitionnait ambitionner ver 0.06 1.49 0.00 0.41 ind:imp:3s; -ambitionnant ambitionner ver 0.06 1.49 0.00 0.07 par:pre; -ambitionne ambitionner ver 0.06 1.49 0.03 0.41 ind:pre:1s;ind:pre:3s; -ambitionnent ambitionner ver 0.06 1.49 0.01 0.07 ind:pre:3p; -ambitionner ambitionner ver 0.06 1.49 0.00 0.14 inf; -ambitionnez ambitionner ver 0.06 1.49 0.00 0.07 ind:pre:2p; -ambitionné ambitionner ver m s 0.06 1.49 0.00 0.20 par:pas; -ambitions ambition nom f p 11.15 30.34 3.17 11.01 -ambivalence ambivalence nom f s 0.28 0.41 0.28 0.34 -ambivalences ambivalence nom f p 0.28 0.41 0.00 0.07 -ambivalent ambivalent adj m s 0.17 0.20 0.11 0.14 -ambivalente ambivalent adj f s 0.17 0.20 0.06 0.07 -amble amble nom m s 0.30 0.47 0.30 0.47 -ambler ambler ver 0.05 0.00 0.05 0.00 inf; -amboine amboine nom s 0.00 0.07 0.00 0.07 -ambon ambon nom m s 0.00 0.07 0.00 0.07 -ambras ambrer ver 0.04 0.54 0.00 0.07 ind:pas:2s; -ambre ambre nom m s 0.93 4.39 0.93 4.39 -ambrer ambrer ver 0.04 0.54 0.01 0.00 inf; -ambroisie ambroisie nom f s 0.51 0.14 0.51 0.14 -ambré ambré adj m s 0.19 2.16 0.01 0.74 -ambrée ambré adj f s 0.19 2.16 0.17 1.08 -ambrées ambrer ver f p 0.04 0.54 0.01 0.00 par:pas; -ambrés ambré adj m p 0.19 2.16 0.01 0.20 -ambulance ambulance nom f s 27.55 11.69 25.94 9.26 -ambulances ambulance nom f p 27.55 11.69 1.61 2.43 -ambulancier ambulancier nom m s 1.64 1.69 0.57 0.61 -ambulanciers ambulancier nom m p 1.64 1.69 1.01 0.88 -ambulancière ambulancier nom f s 1.64 1.69 0.04 0.14 -ambulancières ambulancier nom f p 1.64 1.69 0.00 0.07 -ambulant ambulant adj m s 3.08 5.41 1.82 3.04 -ambulante ambulant adj f s 3.08 5.41 0.98 1.15 -ambulantes ambulant adj f p 3.08 5.41 0.13 0.07 -ambulants ambulant adj m p 3.08 5.41 0.15 1.15 -ambulatoire ambulatoire adj s 0.14 0.07 0.14 0.07 -amen amen ono 19.70 2.23 19.70 2.23 -amena amener ver 190.32 93.92 0.74 5.27 ind:pas:3s; -amenai amener ver 190.32 93.92 0.02 0.34 ind:pas:1s; -amenaient amener ver 190.32 93.92 0.37 2.16 ind:imp:3p; -amenais amener ver 190.32 93.92 1.17 0.34 ind:imp:1s;ind:imp:2s; -amenait amener ver 190.32 93.92 1.87 9.46 ind:imp:3s; -amenant amener ver 190.32 93.92 0.66 2.43 par:pre; -amendai amender ver 1.49 1.08 0.00 0.07 ind:pas:1s; -amendait amender ver 1.49 1.08 0.00 0.07 ind:imp:3s; -amende amende nom f s 9.37 4.80 8.38 3.65 -amendement amendement nom m s 3.75 0.68 3.28 0.14 -amendements amendement nom m p 3.75 0.68 0.47 0.54 -amendent amender ver 1.49 1.08 0.01 0.14 ind:pre:3p; -amender amender ver 1.49 1.08 1.06 0.47 inf; -amenderez amender ver 1.49 1.08 0.00 0.07 ind:fut:2p; -amendes amende nom f p 9.37 4.80 0.99 1.15 -amendez amender ver 1.49 1.08 0.04 0.00 imp:pre:2p;ind:pre:2p; -amendât amender ver 1.49 1.08 0.00 0.07 sub:imp:3s; -amendé amender ver m s 1.49 1.08 0.05 0.07 par:pas; -amendée amender ver f s 1.49 1.08 0.05 0.00 par:pas; -amener amener ver 190.32 93.92 35.60 18.18 inf;; -amenez amener ver 190.32 93.92 21.53 1.28 imp:pre:2p;ind:pre:2p; -ameniez amener ver 190.32 93.92 0.25 0.07 ind:imp:2p; -amenions amener ver 190.32 93.92 0.25 0.14 ind:imp:1p; -amenons amener ver 190.32 93.92 1.02 0.00 imp:pre:1p;ind:pre:1p; -amenât amener ver 190.32 93.92 0.00 0.20 sub:imp:3s; -amenèrent amener ver 190.32 93.92 0.61 1.08 ind:pas:3p; -amené amener ver m s 190.32 93.92 38.14 20.00 par:pas; -amenée amener ver f s 190.32 93.92 7.87 5.81 par:pas; -amenées amener ver f p 190.32 93.92 0.73 0.88 par:pas; -amenuisaient amenuiser ver 0.42 4.19 0.00 0.14 ind:imp:3p; -amenuisait amenuiser ver 0.42 4.19 0.02 0.95 ind:imp:3s; -amenuisant amenuiser ver 0.42 4.19 0.00 0.88 par:pre; -amenuise amenuiser ver 0.42 4.19 0.14 0.61 ind:pre:3s; -amenuisement amenuisement nom m s 0.00 0.14 0.00 0.14 -amenuisent amenuiser ver 0.42 4.19 0.23 0.41 ind:pre:3p; -amenuiser amenuiser ver 0.42 4.19 0.01 0.47 inf; -amenuiserait amenuiser ver 0.42 4.19 0.03 0.14 cnd:pre:3s; -amenuisèrent amenuiser ver 0.42 4.19 0.00 0.14 ind:pas:3p; -amenuisé amenuiser ver m s 0.42 4.19 0.00 0.14 par:pas; -amenuisée amenuiser ver f s 0.42 4.19 0.00 0.27 par:pas; -amenuisés amenuiser ver m p 0.42 4.19 0.00 0.07 par:pas; -amenés amener ver m p 190.32 93.92 4.71 6.15 par:pas; -amer amer adj m s 11.94 30.07 5.82 11.69 -amerlo amerlo nom s 0.10 0.47 0.00 0.14 -amerloque amerloque nom s 1.05 1.76 0.61 1.01 -amerloques amerloque nom p 1.05 1.76 0.44 0.74 -amerlos amerlo nom p 0.10 0.47 0.10 0.34 -amerri amerrir ver m s 0.13 0.07 0.04 0.00 par:pas; -amerrir amerrir ver 0.13 0.07 0.06 0.07 inf; -amerrissage amerrissage nom m s 0.16 0.00 0.16 0.00 -amerrit amerrir ver 0.13 0.07 0.02 0.00 ind:pre:3s;ind:pas:3s; -amers amer adj m p 11.94 30.07 1.25 2.57 -amertume amertume nom f s 4.64 19.39 4.64 19.05 -amertumes amertume nom f p 4.64 19.39 0.00 0.34 -ameublement ameublement nom m s 0.12 0.95 0.12 0.88 -ameublements ameublement nom m p 0.12 0.95 0.00 0.07 -ameuta ameuter ver 1.48 3.51 0.00 0.14 ind:pas:3s; -ameutaient ameuter ver 1.48 3.51 0.00 0.14 ind:imp:3p; -ameutait ameuter ver 1.48 3.51 0.00 0.07 ind:imp:3s; -ameutant ameuter ver 1.48 3.51 0.00 0.27 par:pre; -ameute ameuter ver 1.48 3.51 0.30 0.27 imp:pre:2s;ind:pre:1s;ind:pre:3s; -ameutent ameuter ver 1.48 3.51 0.01 0.07 ind:pre:3p; -ameuter ameuter ver 1.48 3.51 0.89 1.62 inf; -ameutera ameuter ver 1.48 3.51 0.01 0.00 ind:fut:3s; -ameuterait ameuter ver 1.48 3.51 0.01 0.14 cnd:pre:3s; -ameutât ameuter ver 1.48 3.51 0.00 0.07 sub:imp:3s; -ameuté ameuter ver m s 1.48 3.51 0.25 0.47 par:pas; -ameutée ameuter ver f s 1.48 3.51 0.00 0.07 par:pas; -ameutées ameuter ver f p 1.48 3.51 0.00 0.07 par:pas; -ameutés ameuter ver m p 1.48 3.51 0.01 0.14 par:pas; -amharique amharique nom m s 0.27 0.00 0.27 0.00 -ami ami nom m s 747.98 354.12 360.90 140.14 -amiable amiable adj m s 1.06 1.82 1.06 1.82 -amiante amiante nom m s 0.82 0.54 0.82 0.54 -amibe amibe nom f s 0.40 0.20 0.27 0.14 -amibes amibe nom f p 0.40 0.20 0.13 0.07 -amibienne amibien adj f s 0.05 0.14 0.05 0.14 -amical amical adj m s 9.88 23.04 4.26 11.22 -amicale amical adj f s 9.88 23.04 3.67 7.57 -amicalement amicalement adv 1.15 4.12 1.15 4.12 -amicales amical adj f p 9.88 23.04 0.60 2.57 -amicalités amicalité nom f p 0.00 0.07 0.00 0.07 -amicaux amical adj m p 9.88 23.04 1.35 1.69 -amidon amidon nom m s 0.49 0.74 0.49 0.74 -amidonnaient amidonner ver 0.33 1.89 0.00 0.07 ind:imp:3p; -amidonnent amidonner ver 0.33 1.89 0.02 0.00 ind:pre:3p; -amidonner amidonner ver 0.33 1.89 0.04 0.20 inf; -amidonnez amidonner ver 0.33 1.89 0.02 0.00 imp:pre:2p;ind:pre:2p; -amidonné amidonner ver m s 0.33 1.89 0.04 0.54 par:pas; -amidonnée amidonner ver f s 0.33 1.89 0.02 0.34 par:pas; -amidonnées amidonner ver f p 0.33 1.89 0.15 0.20 par:pas; -amidonnés amidonner ver m p 0.33 1.89 0.04 0.54 par:pas; -amie ami nom f s 747.98 354.12 113.54 54.32 -amies ami nom f p 747.98 354.12 20.88 16.22 -amignoter amignoter ver 0.00 0.07 0.00 0.07 inf; -amigo amigo nom m s 6.91 1.08 4.75 0.95 -amigos amigo nom m p 6.91 1.08 2.15 0.14 -aminci aminci adj m s 0.10 0.47 0.10 0.14 -amincie amincir ver f s 0.25 2.30 0.00 0.14 par:pas; -amincies aminci adj f p 0.10 0.47 0.00 0.20 -amincir amincir ver 0.25 2.30 0.03 0.27 inf; -amincis aminci adj m p 0.10 0.47 0.00 0.07 -amincissaient amincir ver 0.25 2.30 0.00 0.27 ind:imp:3p; -amincissait amincir ver 0.25 2.30 0.03 0.20 ind:imp:3s; -amincissant amincissant adj m s 0.09 0.07 0.03 0.07 -amincissante amincissant adj f s 0.09 0.07 0.04 0.00 -amincissantes amincissant adj f p 0.09 0.07 0.01 0.00 -amincissants amincissant nom m p 0.03 0.14 0.01 0.00 -amincissement amincissement nom m s 0.10 0.14 0.10 0.14 -amincissent amincir ver 0.25 2.30 0.00 0.34 ind:pre:3p; -amincit amincir ver 0.25 2.30 0.19 0.68 ind:pre:3s;ind:pas:3s; -amine amine nom f s 0.01 0.00 0.01 0.00 -aminoacides aminoacide nom m p 0.02 0.00 0.02 0.00 -aminophylline aminophylline nom f s 0.01 0.00 0.01 0.00 -aminé aminé adj m s 0.36 0.00 0.04 0.00 -aminés aminé adj m p 0.36 0.00 0.31 0.00 -amiral amiral nom m s 6.00 13.51 5.60 11.22 -amirale amiral adj f s 4.04 8.58 0.01 0.14 -amirauté amirauté nom f s 0.22 6.96 0.22 6.89 -amirautés amirauté nom f p 0.22 6.96 0.00 0.07 -amiraux amiral nom m p 6.00 13.51 0.39 2.30 -amis ami nom m p 747.98 354.12 252.66 143.45 -amish amish adj m s 0.14 0.00 0.14 0.00 -amitieuse amitieux adj f s 0.00 0.07 0.00 0.07 -amitié amitié nom f s 36.69 77.77 32.39 67.70 -amitiés amitié nom f p 36.69 77.77 4.30 10.07 -ammoniac ammoniac nom m s 0.28 0.14 0.28 0.14 -ammoniacale ammoniacal adj f s 0.00 0.54 0.00 0.41 -ammoniacales ammoniacal adj f p 0.00 0.54 0.00 0.07 -ammoniacaux ammoniacal adj m p 0.00 0.54 0.00 0.07 -ammoniaque ammoniaque nom f s 0.40 0.27 0.40 0.27 -ammoniaqué ammoniaqué adj m s 0.00 0.27 0.00 0.14 -ammoniaquée ammoniaqué adj f s 0.00 0.27 0.00 0.07 -ammoniaquées ammoniaqué adj f p 0.00 0.27 0.00 0.07 -ammonite ammonite nom f s 0.40 0.14 0.40 0.14 -ammonitrate ammonitrate nom m 0.00 0.14 0.00 0.14 -ammonium ammonium nom m s 0.36 0.00 0.36 0.00 -amniocentèse amniocentèse nom f s 0.38 0.00 0.38 0.00 -amnios amnios nom m 0.04 0.00 0.04 0.00 -amniotique amniotique adj m s 0.14 0.14 0.14 0.14 -amnistiable amnistiable adj s 0.00 0.07 0.00 0.07 -amnistiante amnistiant adj f s 0.00 0.07 0.00 0.07 -amnistie amnistie nom f s 2.93 1.89 2.66 1.82 -amnistier amnistier ver 0.52 0.41 0.20 0.07 inf; -amnistierons amnistier ver 0.52 0.41 0.00 0.07 ind:fut:1p; -amnisties amnistie nom f p 2.93 1.89 0.27 0.07 -amnistié amnistier ver m s 0.52 0.41 0.07 0.27 par:pas; -amnistiée amnistier ver f s 0.52 0.41 0.11 0.00 par:pas; -amnistiés amnistier ver m p 0.52 0.41 0.02 0.00 par:pas; -amnésie amnésie nom f s 3.74 1.15 3.59 1.08 -amnésies amnésie nom f p 3.74 1.15 0.15 0.07 -amnésique amnésique adj s 2.48 0.54 2.44 0.47 -amnésiques amnésique nom p 1.33 0.20 0.17 0.00 -amochait amocher ver 3.80 2.77 0.00 0.07 ind:imp:3s; -amoche amocher ver 3.80 2.77 0.07 0.07 imp:pre:2s;ind:pre:1s;ind:pre:3s; -amocher amocher ver 3.80 2.77 0.41 0.27 inf; -amochez amocher ver 3.80 2.77 0.02 0.00 imp:pre:2p;ind:pre:2p; -amochie amochir ver f s 0.00 0.07 0.00 0.07 par:pas; -amoché amocher ver m s 3.80 2.77 2.00 1.42 par:pas; -amochée amocher ver f s 3.80 2.77 1.03 0.47 par:pas; -amochés amocher ver m p 3.80 2.77 0.26 0.47 par:pas; -amoindri amoindrir ver m s 0.60 2.36 0.34 0.47 par:pas; -amoindrie amoindrir ver f s 0.60 2.36 0.04 0.34 par:pas; -amoindries amoindrir ver f p 0.60 2.36 0.00 0.07 par:pas; -amoindrir amoindrir ver 0.60 2.36 0.12 0.81 inf; -amoindrira amoindrir ver 0.60 2.36 0.02 0.00 ind:fut:3s; -amoindris amoindrir ver m p 0.60 2.36 0.04 0.14 ind:pre:2s;par:pas; -amoindrissait amoindrir ver 0.60 2.36 0.00 0.27 ind:imp:3s; -amoindrissement amoindrissement nom m s 0.01 0.07 0.01 0.07 -amoindrit amoindrir ver 0.60 2.36 0.04 0.27 ind:pre:3s;ind:pas:3s; -amok amok nom m s 0.01 0.07 0.01 0.07 -amolli amollir ver m s 0.17 5.41 0.11 0.95 par:pas; -amollie amollir ver f s 0.17 5.41 0.00 0.68 par:pas; -amollies amollir ver f p 0.17 5.41 0.00 0.41 par:pas; -amollir amollir ver 0.17 5.41 0.03 0.54 inf; -amollirent amollir ver 0.17 5.41 0.00 0.14 ind:pas:3p; -amollis amollir ver m p 0.17 5.41 0.01 0.47 ind:pre:1s;ind:pre:2s;par:pas; -amollissaient amollir ver 0.17 5.41 0.00 0.20 ind:imp:3p; -amollissait amollir ver 0.17 5.41 0.00 0.27 ind:imp:3s; -amollissant amollissant adj m s 0.00 0.14 0.00 0.14 -amollissement amollissement nom m s 0.00 0.14 0.00 0.14 -amollissent amollir ver 0.17 5.41 0.01 0.27 ind:pre:3p; -amollit amollir ver 0.17 5.41 0.01 1.42 ind:pre:3s;ind:pas:3s; -amoncelaient amonceler ver 0.16 4.86 0.02 1.69 ind:imp:3p; -amoncelait amonceler ver 0.16 4.86 0.10 0.34 ind:imp:3s; -amoncelant amonceler ver 0.16 4.86 0.00 0.14 par:pre; -amonceler amonceler ver 0.16 4.86 0.01 0.14 inf; -amoncelle amonceler ver 0.16 4.86 0.00 0.34 ind:pre:3s; -amoncellement amoncellement nom m s 0.07 6.08 0.07 4.32 -amoncellements amoncellement nom m p 0.07 6.08 0.00 1.76 -amoncellent amonceler ver 0.16 4.86 0.02 0.34 ind:pre:3p; -amoncelleraient amonceler ver 0.16 4.86 0.00 0.07 cnd:pre:3p; -amoncelèrent amonceler ver 0.16 4.86 0.00 0.07 ind:pas:3p; -amoncelé amonceler ver m s 0.16 4.86 0.01 0.20 par:pas; -amoncelée amonceler ver f s 0.16 4.86 0.00 0.07 par:pas; -amoncelées amonceler ver f p 0.16 4.86 0.00 0.41 par:pas; -amoncelés amonceler ver m p 0.16 4.86 0.00 1.08 par:pas; -amont amont nom m s 1.40 3.85 1.40 3.85 -amontillado amontillado nom m s 0.29 0.14 0.29 0.14 -amoral amoral adj m s 0.68 0.68 0.61 0.20 -amorale amoral adj f s 0.68 0.68 0.03 0.41 -amoraliste amoraliste nom s 0.05 0.00 0.05 0.00 -amoralité amoralité nom f s 0.04 0.07 0.04 0.07 -amoraux amoral adj m p 0.68 0.68 0.04 0.07 -amorce amorce nom f s 1.76 4.59 1.19 3.92 -amorcent amorcer ver 2.06 11.89 0.04 0.00 ind:pre:3p; -amorcer amorcer ver 2.06 11.89 0.40 2.64 inf; -amorcerait amorcer ver 2.06 11.89 0.01 0.07 cnd:pre:3s; -amorces amorce nom f p 1.76 4.59 0.57 0.68 -amorcez amorcer ver 2.06 11.89 0.18 0.00 imp:pre:2p; -amorcèrent amorcer ver 2.06 11.89 0.00 0.27 ind:pas:3p; -amorcé amorcer ver m s 2.06 11.89 0.20 1.69 par:pas; -amorcée amorcer ver f s 2.06 11.89 0.30 1.01 par:pas; -amorcées amorcer ver f p 2.06 11.89 0.05 0.14 par:pas; -amorcés amorcer ver m p 2.06 11.89 0.08 0.34 par:pas; -amoroso amoroso adv 0.45 0.07 0.45 0.07 -amorphe amorphe adj s 0.25 1.42 0.14 0.88 -amorphes amorphe adj p 0.25 1.42 0.11 0.54 -amorça amorcer ver 2.06 11.89 0.02 0.68 ind:pas:3s; -amorçage amorçage nom m s 0.09 0.07 0.09 0.07 -amorçai amorcer ver 2.06 11.89 0.00 0.14 ind:pas:1s; -amorçaient amorcer ver 2.06 11.89 0.01 0.27 ind:imp:3p; -amorçais amorcer ver 2.06 11.89 0.00 0.07 ind:imp:1s; -amorçait amorcer ver 2.06 11.89 0.00 2.03 ind:imp:3s; -amorçant amorcer ver 2.06 11.89 0.01 0.41 par:pre; -amorçoir amorçoir nom m s 0.00 0.07 0.00 0.07 -amorçons amorcer ver 2.06 11.89 0.40 0.00 imp:pre:1p;ind:pre:1p; -amorti amortir ver m s 1.69 4.93 0.51 0.68 par:pas; -amortie amortir ver f s 1.69 4.93 0.13 0.41 par:pas; -amorties amorti adj f p 0.20 1.55 0.14 0.27 -amortir amortir ver 1.69 4.93 0.41 1.62 inf; -amortirent amortir ver 1.69 4.93 0.00 0.14 ind:pas:3p; -amortiront amortir ver 1.69 4.93 0.01 0.00 ind:fut:3p; -amortis amortir ver m p 1.69 4.93 0.26 0.14 ind:pre:1s;par:pas; -amortissaient amortir ver 1.69 4.93 0.01 0.14 ind:imp:3p; -amortissait amortir ver 1.69 4.93 0.00 0.34 ind:imp:3s; -amortissant amortir ver 1.69 4.93 0.01 0.27 par:pre; -amortisse amortir ver 1.69 4.93 0.04 0.14 sub:pre:1s;sub:pre:3s; -amortissement amortissement nom m s 0.42 0.20 0.42 0.20 -amortissent amortir ver 1.69 4.93 0.00 0.07 ind:pre:3p; -amortisseur amortisseur nom m s 0.85 0.47 0.20 0.00 -amortisseurs amortisseur nom m p 0.85 0.47 0.66 0.47 -amortit amortir ver 1.69 4.93 0.32 0.95 ind:pre:3s;ind:pas:3s; -amour_goût amour_goût nom m s 0.00 0.07 0.00 0.07 -amour_passion amour_passion nom m s 0.00 0.41 0.00 0.41 -amour_propre amour_propre nom m s 2.54 6.89 2.54 6.76 -amour amour nom m s 458.27 403.92 450.46 373.58 -amouracha amouracher ver 1.03 1.15 0.00 0.14 ind:pas:3s; -amourache amouracher ver 1.03 1.15 0.06 0.14 imp:pre:2s;ind:pre:1s;ind:pre:3s; -amourachent amouracher ver 1.03 1.15 0.02 0.00 ind:pre:3p; -amouracher amouracher ver 1.03 1.15 0.44 0.20 inf; -amourachera amouracher ver 1.03 1.15 0.00 0.07 ind:fut:3s; -amouraches amouracher ver 1.03 1.15 0.02 0.07 ind:pre:2s; -amouraché amouracher ver m s 1.03 1.15 0.28 0.20 par:pas; -amourachée amouracher ver f s 1.03 1.15 0.22 0.34 par:pas; -amourer amourer ver 0.00 0.07 0.00 0.07 inf; -amourette amourette nom f s 0.66 1.15 0.54 0.47 -amourettes amourette nom f p 0.66 1.15 0.12 0.68 -amoureuse amoureux adj f s 107.79 58.45 41.65 23.11 -amoureusement amoureusement adv 0.22 2.50 0.22 2.50 -amoureuses amoureux adj f p 107.79 58.45 2.73 4.05 -amoureux amoureux adj m 107.79 58.45 63.41 31.28 -amour_propre amour_propre nom m p 2.54 6.89 0.00 0.14 -amours amour nom p 458.27 403.92 7.81 30.34 -amovible amovible adj s 0.38 0.68 0.11 0.20 -amovibles amovible adj p 0.38 0.68 0.27 0.47 -amphi amphi nom m s 0.29 1.08 0.29 0.61 -amphibie amphibie adj s 0.71 0.61 0.38 0.47 -amphibien amphibien nom m s 0.20 0.00 0.12 0.00 -amphibiens amphibien nom m p 0.20 0.00 0.08 0.00 -amphibies amphibie adj p 0.71 0.61 0.33 0.14 -amphigouri amphigouri nom m s 0.02 0.27 0.00 0.27 -amphigourique amphigourique adj s 0.00 0.20 0.00 0.07 -amphigouriques amphigourique adj m p 0.00 0.20 0.00 0.14 -amphigouris amphigouri nom m p 0.02 0.27 0.02 0.00 -amphis amphi nom m p 0.29 1.08 0.00 0.47 -amphithéâtre amphithéâtre nom m s 0.59 2.57 0.46 2.09 -amphithéâtres amphithéâtre nom m p 0.59 2.57 0.14 0.47 -amphitrite amphitrite nom f s 0.00 0.07 0.00 0.07 -amphitryon amphitryon nom m s 0.13 0.07 0.13 0.07 -amphore amphore nom f s 0.46 1.35 0.45 0.81 -amphores amphore nom f p 0.46 1.35 0.01 0.54 -amphés amphé nom m p 0.36 0.14 0.36 0.14 -amphétamine amphétamine nom f s 1.13 0.54 0.27 0.14 -amphétamines amphétamine nom f p 1.13 0.54 0.86 0.41 -ample ample adj s 1.30 11.89 0.82 8.04 -amplement amplement adv 1.33 1.82 1.33 1.82 -amples ample adj p 1.30 11.89 0.48 3.85 -ampleur ampleur nom f s 2.38 7.57 2.38 7.43 -ampleurs ampleur nom f p 2.38 7.57 0.00 0.14 -ampli_tuner ampli_tuner nom m s 0.01 0.00 0.01 0.00 -ampli ampli nom m s 0.98 1.15 0.74 0.54 -amplifia amplifier ver 1.63 8.65 0.00 0.68 ind:pas:3s; -amplifiaient amplifier ver 1.63 8.65 0.00 0.47 ind:imp:3p; -amplifiait amplifier ver 1.63 8.65 0.05 2.43 ind:imp:3s; -amplifiant amplifier ver 1.63 8.65 0.01 0.54 par:pre; -amplificateur amplificateur nom m s 0.29 0.20 0.26 0.20 -amplificateurs amplificateur nom m p 0.29 0.20 0.04 0.00 -amplification amplification nom f s 0.21 0.54 0.19 0.54 -amplifications amplification nom f p 0.21 0.54 0.02 0.00 -amplifie amplifier ver 1.63 8.65 0.43 1.22 imp:pre:2s;ind:pre:1s;ind:pre:3s; -amplifient amplifier ver 1.63 8.65 0.20 0.41 ind:pre:3p; -amplifier amplifier ver 1.63 8.65 0.37 0.61 inf; -amplifiera amplifier ver 1.63 8.65 0.05 0.00 ind:fut:3s; -amplifierais amplifier ver 1.63 8.65 0.00 0.07 cnd:pre:1s; -amplifiez amplifier ver 1.63 8.65 0.09 0.00 imp:pre:2p;ind:pre:2p; -amplifions amplifier ver 1.63 8.65 0.03 0.00 imp:pre:1p; -amplifièrent amplifier ver 1.63 8.65 0.00 0.20 ind:pas:3p; -amplifié amplifier ver m s 1.63 8.65 0.14 0.95 par:pas; -amplifiée amplifier ver f s 1.63 8.65 0.09 0.27 par:pas; -amplifiées amplifier ver f p 1.63 8.65 0.05 0.20 par:pas; -amplifiés amplifier ver m p 1.63 8.65 0.11 0.61 par:pas; -amplis ampli nom m p 0.98 1.15 0.24 0.61 -amplitude amplitude nom f s 0.29 1.76 0.29 1.76 -ampoule ampoule nom f s 7.66 19.12 4.80 11.49 -ampoules ampoule nom f p 7.66 19.12 2.85 7.64 -ampoulé ampoulé adj m s 0.07 0.95 0.05 0.54 -ampoulée ampoulé adj f s 0.07 0.95 0.01 0.20 -ampoulées ampoulé adj f p 0.07 0.95 0.00 0.20 -ampoulés ampoulé adj m p 0.07 0.95 0.01 0.00 -ampère ampère nom m s 0.26 0.07 0.01 0.00 -ampèremètre ampèremètre nom m s 0.02 0.00 0.02 0.00 -ampères ampère nom m p 0.26 0.07 0.25 0.07 -ampélopsis ampélopsis nom m 0.00 0.07 0.00 0.07 -ampérage ampérage nom m s 0.01 0.00 0.01 0.00 -amputa amputer ver 3.62 2.77 0.01 0.07 ind:pas:3s; -amputait amputer ver 3.62 2.77 0.03 0.07 ind:imp:3s; -amputant amputer ver 3.62 2.77 0.00 0.14 par:pre; -amputation amputation nom f s 0.79 1.62 0.55 1.28 -amputations amputation nom f p 0.79 1.62 0.23 0.34 -ampute amputer ver 3.62 2.77 0.71 0.20 ind:pre:1s;ind:pre:3s; -amputent amputer ver 3.62 2.77 0.02 0.00 ind:pre:3p; -amputer amputer ver 3.62 2.77 1.17 1.01 inf; -amputerai amputer ver 3.62 2.77 0.10 0.00 ind:fut:1s; -amputerait amputer ver 3.62 2.77 0.01 0.00 cnd:pre:3s; -amputez amputer ver 3.62 2.77 0.16 0.00 imp:pre:2p;ind:pre:2p; -amputé amputer ver m s 3.62 2.77 0.81 0.54 par:pas; -amputée amputer ver f s 3.62 2.77 0.40 0.61 par:pas; -amputées amputer ver f p 3.62 2.77 0.16 0.00 par:pas; -amputés amputé adj m p 1.28 1.49 0.81 0.27 -amène amener ver 190.32 93.92 59.80 13.58 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:1s;sub:pre:3s; -amènent amener ver 190.32 93.92 2.29 1.62 ind:pre:3p;sub:pre:3p; -amènera amener ver 190.32 93.92 1.90 0.74 ind:fut:3s; -amènerai amener ver 190.32 93.92 2.39 0.34 ind:fut:1s; -amèneraient amener ver 190.32 93.92 0.03 0.41 cnd:pre:3p; -amènerais amener ver 190.32 93.92 0.88 0.14 cnd:pre:1s;cnd:pre:2s; -amènerait amener ver 190.32 93.92 0.36 2.16 cnd:pre:3s; -amèneras amener ver 190.32 93.92 0.28 0.07 ind:fut:2s; -amènerez amener ver 190.32 93.92 0.32 0.07 ind:fut:2p; -amèneriez amener ver 190.32 93.92 0.02 0.00 cnd:pre:2p; -amènerions amener ver 190.32 93.92 0.01 0.00 cnd:pre:1p; -amènerons amener ver 190.32 93.92 0.22 0.07 ind:fut:1p; -amèneront amener ver 190.32 93.92 0.50 0.14 ind:fut:3p; -amènes amener ver 190.32 93.92 5.79 0.81 ind:pre:2s;sub:pre:2s; -amère amer adj f s 11.94 30.07 3.65 12.03 -amèrement amèrement adv 0.63 5.20 0.63 5.20 -amères amer adj f p 11.94 30.07 1.22 3.78 -amé amé nom m s 0.01 0.00 0.01 0.00 -amulette amulette nom f s 3.08 1.08 2.45 0.41 -amulettes amulette nom f p 3.08 1.08 0.63 0.68 -améliora améliorer ver 22.34 8.65 0.03 0.14 ind:pas:3s; -améliorable améliorable adj s 0.00 0.07 0.00 0.07 -amélioraient améliorer ver 22.34 8.65 0.10 0.20 ind:imp:3p; -améliorait améliorer ver 22.34 8.65 0.10 0.54 ind:imp:3s; -améliorant améliorer ver 22.34 8.65 0.14 0.34 par:pre; -améliorateur améliorateur adj m s 0.04 0.00 0.04 0.00 -amélioration amélioration nom f s 2.87 2.43 2.08 2.23 -améliorations amélioration nom f p 2.87 2.43 0.79 0.20 -améliore améliorer ver 22.34 8.65 4.75 1.22 imp:pre:2s;ind:pre:1s;ind:pre:3s; -améliorent améliorer ver 22.34 8.65 0.56 0.34 ind:pre:3p; -améliorer améliorer ver 22.34 8.65 10.66 3.65 inf; -améliorera améliorer ver 22.34 8.65 0.79 0.20 ind:fut:3s; -améliorerait améliorer ver 22.34 8.65 0.09 0.07 cnd:pre:3s; -amélioreront améliorer ver 22.34 8.65 0.05 0.14 ind:fut:3p; -améliores améliorer ver 22.34 8.65 0.67 0.07 ind:pre:2s; -améliorez améliorer ver 22.34 8.65 0.23 0.07 imp:pre:2p;ind:pre:2p; -améliorons améliorer ver 22.34 8.65 0.07 0.00 imp:pre:1p;ind:pre:1p; -améliorèrent améliorer ver 22.34 8.65 0.01 0.00 ind:pas:3p; -amélioré améliorer ver m s 22.34 8.65 2.75 0.88 par:pas; -améliorée améliorer ver f s 22.34 8.65 1.01 0.34 par:pas; -améliorées améliorer ver f p 22.34 8.65 0.23 0.27 par:pas; -améliorés améliorer ver m p 22.34 8.65 0.10 0.20 par:pas; -aménage aménager ver 1.95 12.57 0.02 0.07 ind:pre:3s; -aménagea aménager ver 1.95 12.57 0.00 0.41 ind:pas:3s; -aménageai aménager ver 1.95 12.57 0.00 0.14 ind:pas:1s; -aménageaient aménager ver 1.95 12.57 0.01 0.07 ind:imp:3p; -aménageait aménager ver 1.95 12.57 0.00 0.14 ind:imp:3s; -aménageant aménager ver 1.95 12.57 0.00 0.14 par:pre; -aménagement aménagement nom m s 0.69 2.77 0.41 1.82 -aménagements aménagement nom m p 0.69 2.77 0.29 0.95 -aménagent aménager ver 1.95 12.57 0.00 0.20 ind:pre:3p; -aménager aménager ver 1.95 12.57 1.10 2.64 inf; -aménagerai aménager ver 1.95 12.57 0.01 0.07 ind:fut:1s; -aménagerait aménager ver 1.95 12.57 0.00 0.07 cnd:pre:3s; -aménagez aménager ver 1.95 12.57 0.00 0.07 imp:pre:2p; -aménagèrent aménager ver 1.95 12.57 0.00 0.14 ind:pas:3p; -aménagé aménager ver m s 1.95 12.57 0.48 3.72 par:pas; -aménagée aménager ver f s 1.95 12.57 0.29 3.31 par:pas; -aménagées aménager ver f p 1.95 12.57 0.01 0.68 par:pas; -aménagés aménager ver m p 1.95 12.57 0.03 0.74 par:pas; -aménité aménité nom f s 0.01 1.96 0.00 1.82 -aménités aménité nom f p 0.01 1.96 0.01 0.14 -aménorrhée aménorrhée nom f s 0.28 0.14 0.28 0.14 -amura amurer ver 0.03 0.00 0.03 0.00 ind:pas:3s; -amure amure nom f s 0.01 0.27 0.00 0.14 -amures amure nom f p 0.01 0.27 0.01 0.14 -américain américain adj m s 63.92 74.73 30.93 25.95 -américaine américain adj f s 63.92 74.73 17.49 19.53 -américaines américain adj f p 63.92 74.73 3.48 10.47 -américains américain nom m p 45.64 47.43 24.90 26.28 -américanisais américaniser ver 0.03 0.14 0.00 0.07 ind:imp:1s; -américanisation américanisation nom f s 0.02 0.07 0.02 0.07 -américaniser américaniser ver 0.03 0.14 0.01 0.00 inf; -américanisme américanisme nom m s 0.03 0.14 0.03 0.07 -américanismes américanisme nom m p 0.03 0.14 0.00 0.07 -américanisé américaniser ver m s 0.03 0.14 0.02 0.00 par:pas; -américanisés américaniser ver m p 0.03 0.14 0.00 0.07 par:pas; -américanité américanité nom f s 0.00 0.07 0.00 0.07 -américano_britannique américano_britannique adj s 0.01 0.00 0.01 0.00 -américano_japonais américano_japonais adj f s 0.01 0.00 0.01 0.00 -américano_russe américano_russe adj f s 0.01 0.00 0.01 0.00 -américano_soviétique américano_soviétique adj m s 0.03 0.00 0.03 0.00 -américano_suédois américano_suédois adj f s 0.01 0.00 0.01 0.00 -américano américano nom m s 0.01 0.27 0.01 0.20 -américanophile américanophile adj s 0.00 0.27 0.00 0.20 -américanophiles américanophile adj p 0.00 0.27 0.00 0.07 -américanos américano nom m p 0.01 0.27 0.00 0.07 -américium américium nom m s 0.03 0.00 0.03 0.00 -amérindien amérindien adj m s 0.14 0.07 0.04 0.00 -amérindienne amérindien adj f s 0.14 0.07 0.06 0.00 -amérindiennes amérindien adj f p 0.14 0.07 0.01 0.07 -amérindiens amérindien nom m p 0.12 0.00 0.08 0.00 -amérique amérique nom f s 0.34 1.08 0.34 1.08 -amusa amuser ver 141.41 120.95 0.11 4.26 ind:pas:3s; -amusai amuser ver 141.41 120.95 0.01 0.54 ind:pas:1s; -amusaient amuser ver 141.41 120.95 0.75 4.53 ind:imp:3p; -amusais amuser ver 141.41 120.95 1.78 3.18 ind:imp:1s;ind:imp:2s; -amusait amuser ver 141.41 120.95 4.59 18.24 ind:imp:3s; -amusant amusant adj m s 29.36 18.85 25.24 13.04 -amusante amusant adj f s 29.36 18.85 2.34 3.11 -amusantes amusant adj f p 29.36 18.85 0.96 1.15 -amusants amusant adj m p 29.36 18.85 0.81 1.55 -amuse_bouche amuse_bouche nom m 0.05 0.00 0.03 0.00 -amuse_bouche amuse_bouche nom m p 0.05 0.00 0.02 0.00 -amuse_gueule amuse_gueule nom m 1.23 0.81 0.53 0.81 -amuse_gueule amuse_gueule nom m p 1.23 0.81 0.70 0.00 -amuse amuser ver 141.41 120.95 39.85 24.86 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:1s;sub:pre:3s; -amusement amusement nom m s 4.29 7.30 3.88 6.35 -amusements amusement nom m p 4.29 7.30 0.41 0.95 -amusent amuser ver 141.41 120.95 4.03 4.26 ind:pre:3p; -amuser amuser ver 141.41 120.95 43.77 25.34 inf;;inf;;inf;; -amusera amuser ver 141.41 120.95 1.25 1.08 ind:fut:3s; -amuserai amuser ver 141.41 120.95 0.25 0.07 ind:fut:1s; -amuseraient amuser ver 141.41 120.95 0.12 0.41 cnd:pre:3p; -amuserais amuser ver 141.41 120.95 0.42 0.27 cnd:pre:1s;cnd:pre:2s; -amuserait amuser ver 141.41 120.95 1.04 2.16 cnd:pre:3s; -amuseras amuser ver 141.41 120.95 0.58 0.07 ind:fut:2s; -amuserez amuser ver 141.41 120.95 0.22 0.07 ind:fut:2p; -amuseriez amuser ver 141.41 120.95 0.03 0.00 cnd:pre:2p; -amuserons amuser ver 141.41 120.95 0.16 0.00 ind:fut:1p; -amuseront amuser ver 141.41 120.95 0.15 0.14 ind:fut:3p; -amuses amuser ver 141.41 120.95 7.11 0.54 ind:pre:2s;sub:pre:2s; -amusette amusette nom f s 0.03 1.15 0.03 0.61 -amusettes amusette nom f p 0.03 1.15 0.00 0.54 -amuseur amuseur nom m s 0.24 0.34 0.18 0.20 -amuseurs amuseur nom m p 0.24 0.34 0.06 0.14 -amusez amuser ver 141.41 120.95 14.84 1.15 imp:pre:2p;ind:pre:2p; -amusiez amuser ver 141.41 120.95 0.46 0.14 ind:imp:2p; -amusions amuser ver 141.41 120.95 0.36 0.47 ind:imp:1p; -amusâmes amuser ver 141.41 120.95 0.00 0.20 ind:pas:1p; -amusons amuser ver 141.41 120.95 1.48 0.41 imp:pre:1p;ind:pre:1p; -amusât amuser ver 141.41 120.95 0.01 0.34 sub:imp:3s; -amusèrent amuser ver 141.41 120.95 0.01 0.95 ind:pas:3p; -amusé amuser ver m s 141.41 120.95 6.99 12.16 par:pas; -amusée amuser ver f s 141.41 120.95 3.92 7.43 par:pas; -amusées amuser ver f p 141.41 120.95 0.33 0.74 par:pas; -amusés amuser ver m p 141.41 120.95 4.41 2.91 par:pas; -améthyste améthyste nom f s 0.22 0.81 0.20 0.27 -améthystes améthyste nom f p 0.22 0.81 0.02 0.54 -amygdale amygdale nom f s 1.50 0.95 0.21 0.07 -amygdalectomie amygdalectomie nom f s 0.14 0.00 0.13 0.00 -amygdalectomies amygdalectomie nom f p 0.14 0.00 0.01 0.00 -amygdales amygdale nom f p 1.50 0.95 1.29 0.88 -amygdalien amygdalien adj m s 0.02 0.00 0.02 0.00 -amygdalite amygdalite nom f s 0.23 0.00 0.23 0.00 -amylase amylase nom f s 0.09 0.00 0.09 0.00 -amyle amyle nom m s 0.02 0.27 0.02 0.27 -amylique amylique adj m s 0.02 0.00 0.02 0.00 -amyotrophique amyotrophique adj f s 0.05 0.07 0.05 0.07 -an an nom m s 866.58 685.81 148.41 76.76 -ana ana nom m 4.91 0.14 4.91 0.14 -anabaptiste anabaptiste adj s 0.01 0.41 0.01 0.34 -anabaptistes anabaptiste nom p 0.00 0.34 0.00 0.34 -anabase anabase nom f s 0.00 0.14 0.00 0.14 -anabolisant anabolisant adj m s 0.02 0.00 0.01 0.00 -anabolisant anabolisant nom m s 0.09 0.00 0.01 0.00 -anabolisants anabolisant nom m p 0.09 0.00 0.08 0.00 -anachorète anachorète nom m s 0.11 0.47 0.10 0.41 -anachorètes anachorète nom m p 0.11 0.47 0.01 0.07 -anachronique anachronique adj s 0.04 2.36 0.04 1.69 -anachroniquement anachroniquement adv 0.00 0.07 0.00 0.07 -anachroniques anachronique adj p 0.04 2.36 0.00 0.68 -anachronisme anachronisme nom m s 0.26 0.88 0.24 0.54 -anachronismes anachronisme nom m p 0.26 0.88 0.02 0.34 -anacoluthe anacoluthe nom f s 0.10 0.07 0.10 0.07 -anaconda anaconda nom m s 0.49 0.00 0.43 0.00 -anacondas anaconda nom m p 0.49 0.00 0.06 0.00 -anadyomène anadyomène adj f s 0.00 0.14 0.00 0.14 -anaglyphe anaglyphe nom m s 0.04 0.00 0.04 0.00 -anagramme anagramme nom f s 0.60 0.20 0.47 0.07 -anagrammes anagramme nom f p 0.60 0.20 0.13 0.14 -anal anal adj m s 2.18 0.74 1.43 0.54 -anale anal adj f s 2.18 0.74 0.35 0.07 -analeptiques analeptique nom m p 0.01 0.00 0.01 0.00 -anales anal adj f p 2.18 0.74 0.23 0.14 -analgésie analgésie nom f s 0.01 0.00 0.01 0.00 -analgésique analgésique nom m s 0.64 0.07 0.27 0.00 -analgésiques analgésique nom m p 0.64 0.07 0.37 0.07 -analogie analogie nom f s 0.98 2.03 0.84 1.49 -analogies analogie nom f p 0.98 2.03 0.14 0.54 -analogique analogique adj s 0.35 0.14 0.28 0.07 -analogiques analogique adj p 0.35 0.14 0.07 0.07 -analogue analogue adj s 0.53 6.82 0.38 4.66 -analogues analogue adj p 0.53 6.82 0.16 2.16 -analphabète analphabète adj s 1.18 1.22 0.78 0.88 -analphabètes analphabète nom p 1.09 1.15 0.73 0.68 -analphabétisme analphabétisme nom m s 0.13 0.20 0.13 0.20 -analysa analyser ver 15.40 7.43 0.00 0.41 ind:pas:3s; -analysaient analyser ver 15.40 7.43 0.02 0.14 ind:imp:3p; -analysais analyser ver 15.40 7.43 0.04 0.14 ind:imp:1s; -analysait analyser ver 15.40 7.43 0.18 0.81 ind:imp:3s; -analysant analyser ver 15.40 7.43 0.16 0.14 par:pre; -analysants analysant nom m p 0.02 0.20 0.00 0.14 -analyse analyse nom f s 23.26 12.43 14.87 8.31 -analysent analyser ver 15.40 7.43 0.11 0.00 ind:pre:3p; -analyser analyser ver 15.40 7.43 6.90 3.38 inf; -analysera analyser ver 15.40 7.43 0.15 0.00 ind:fut:3s; -analyserai analyser ver 15.40 7.43 0.04 0.14 ind:fut:1s; -analyserait analyser ver 15.40 7.43 0.01 0.00 cnd:pre:3s; -analyserons analyser ver 15.40 7.43 0.13 0.00 ind:fut:1p; -analyseront analyser ver 15.40 7.43 0.03 0.07 ind:fut:3p; -analyses analyse nom f p 23.26 12.43 8.39 4.12 -analyseur analyseur nom m s 0.45 0.00 0.29 0.00 -analyseurs analyseur nom m p 0.45 0.00 0.16 0.00 -analysez analyser ver 15.40 7.43 0.42 0.00 imp:pre:2p;ind:pre:2p; -analysions analyser ver 15.40 7.43 0.01 0.07 ind:imp:1p; -analysons analyser ver 15.40 7.43 0.57 0.14 imp:pre:1p;ind:pre:1p; -analyste analyste nom s 2.44 1.08 1.82 0.88 -analystes analyste nom p 2.44 1.08 0.62 0.20 -analysèrent analyser ver 15.40 7.43 0.01 0.07 ind:pas:3p; -analysé analyser ver m s 15.40 7.43 3.36 0.61 par:pas; -analysée analyser ver f s 15.40 7.43 0.47 0.07 par:pas; -analysées analyser ver f p 15.40 7.43 0.29 0.07 par:pas; -analysés analyser ver m p 15.40 7.43 0.07 0.00 par:pas; -analytique analytique adj s 0.38 0.34 0.38 0.34 -analytiquement analytiquement adv 0.01 0.07 0.01 0.07 -anamnèse anamnèse nom f s 0.00 0.07 0.00 0.07 -anamorphose anamorphose nom f s 0.00 0.27 0.00 0.27 -ananas ananas nom m 2.02 3.51 2.02 3.51 -anaphase anaphase nom f s 0.03 0.00 0.03 0.00 -anaphoriquement anaphoriquement adv 0.00 0.14 0.00 0.14 -anaphylactique anaphylactique adj s 0.52 0.00 0.52 0.00 -anaphylaxie anaphylaxie nom f s 0.06 0.00 0.06 0.00 -anar anar nom s 0.01 0.74 0.01 0.34 -anarchie anarchie nom f s 4.18 4.80 4.18 4.80 -anarchique anarchique adj s 0.18 1.15 0.18 1.08 -anarchiquement anarchiquement adv 0.01 0.14 0.01 0.14 -anarchiques anarchique adj p 0.18 1.15 0.00 0.07 -anarchisant anarchisant adj m s 0.01 0.00 0.01 0.00 -anarchisme anarchisme nom m s 0.71 0.47 0.71 0.47 -anarchiste anarchiste adj s 1.69 2.84 1.19 2.16 -anarchistes anarchiste nom p 2.02 4.46 1.03 2.30 -anarcho_syndicalisme anarcho_syndicalisme nom m s 0.00 0.07 0.00 0.07 -anarcho_syndicaliste anarcho_syndicaliste adj s 0.00 0.14 0.00 0.07 -anarcho_syndicaliste anarcho_syndicaliste adj m p 0.00 0.14 0.00 0.07 -anars anar nom p 0.01 0.74 0.00 0.41 -anas anas nom m 0.02 0.07 0.02 0.07 -anastomose anastomose nom f s 0.08 0.07 0.08 0.00 -anastomoses anastomose nom f p 0.08 0.07 0.00 0.07 -anathème anathème nom m s 1.12 1.08 1.08 0.88 -anathèmes anathème nom m p 1.12 1.08 0.03 0.20 -anathématisait anathématiser ver 0.00 0.14 0.00 0.07 ind:imp:3s; -anathématisé anathématiser ver m s 0.00 0.14 0.00 0.07 par:pas; -anatidés anatidé nom m p 0.00 0.07 0.00 0.07 -anatifes anatife nom m p 0.01 0.07 0.01 0.07 -anatomie anatomie nom f s 3.63 4.80 3.37 4.66 -anatomies anatomie nom f p 3.63 4.80 0.26 0.14 -anatomique anatomique adj s 0.26 1.69 0.10 1.15 -anatomiquement anatomiquement adv 0.09 0.20 0.09 0.20 -anatomiques anatomique adj p 0.26 1.69 0.16 0.54 -anatomiser anatomiser ver 0.00 0.07 0.00 0.07 inf; -anatomiste anatomiste nom s 0.00 0.34 0.00 0.27 -anatomistes anatomiste nom p 0.00 0.34 0.00 0.07 -anatomophysiologique anatomophysiologique adj m s 0.00 0.07 0.00 0.07 -anaérobie anaérobie adj m s 0.05 0.00 0.05 0.00 -anaux anal adj m p 2.18 0.74 0.16 0.00 -ancestral ancestral adj m s 2.22 5.41 1.04 1.89 -ancestrale ancestral adj f s 2.22 5.41 0.97 2.03 -ancestralement ancestralement adv 0.01 0.14 0.01 0.14 -ancestrales ancestral adj f p 2.22 5.41 0.12 1.35 -ancestralité ancestralité nom f s 0.00 0.07 0.00 0.07 -ancestraux ancestral adj m p 2.22 5.41 0.09 0.14 -anch_io_son_pittore anch_io_son_pittore adv 0.00 0.07 0.00 0.07 -anche anche nom f s 0.17 0.27 0.17 0.27 -anchilops anchilops nom m 0.00 0.07 0.00 0.07 -anchoïade anchoïade nom f s 0.00 0.07 0.00 0.07 -anchois anchois nom m 1.30 2.57 1.30 2.57 -ancien ancien adj m s 73.16 154.86 32.41 59.26 -ancienne ancien adj f s 73.16 154.86 19.82 37.09 -anciennement anciennement adv 0.45 1.01 0.45 1.01 -anciennes ancien adj f p 73.16 154.86 6.22 18.65 -ancienneté ancienneté nom f s 0.90 1.55 0.90 1.55 -anciens ancien adj m p 73.16 154.86 14.72 39.86 -ancillaire ancillaire adj f s 0.01 0.88 0.00 0.34 -ancillaires ancillaire adj p 0.01 0.88 0.01 0.54 -ancolie ancolie nom f s 0.00 0.07 0.00 0.07 -ancra ancrer ver 1.79 5.54 0.10 0.20 ind:pas:3s; -ancrage ancrage nom m s 0.19 0.41 0.19 0.41 -ancraient ancrer ver 1.79 5.54 0.00 0.07 ind:imp:3p; -ancrais ancrer ver 1.79 5.54 0.00 0.07 ind:imp:1s; -ancrait ancrer ver 1.79 5.54 0.01 0.14 ind:imp:3s; -ancrant ancrer ver 1.79 5.54 0.00 0.07 par:pre; -ancre ancre nom f s 4.75 5.81 4.63 4.53 -ancrer ancrer ver 1.79 5.54 0.26 0.61 inf; -ancrera ancrer ver 1.79 5.54 0.02 0.00 ind:fut:3s; -ancres ancre nom f p 4.75 5.81 0.11 1.28 -ancrez ancrer ver 1.79 5.54 0.02 0.00 imp:pre:2p; -ancré ancrer ver m s 1.79 5.54 0.64 2.16 par:pas; -ancrée ancrer ver f s 1.79 5.54 0.42 1.08 par:pas; -ancrées ancrer ver f p 1.79 5.54 0.05 0.34 par:pas; -ancrés ancré adj m p 0.40 1.08 0.14 0.20 -ancêtre ancêtre nom s 12.75 22.23 1.61 6.28 -ancêtres ancêtre nom p 12.75 22.23 11.14 15.95 -anda anda nom m s 1.13 0.14 1.13 0.14 -andain andain nom m s 0.00 0.20 0.00 0.07 -andains andain nom m p 0.00 0.20 0.00 0.14 -andalou andalou adj m s 0.21 2.23 0.20 1.08 -andalous andalou nom m p 0.14 1.15 0.14 0.27 -andalouse andalouse nom f s 0.02 0.47 0.02 0.47 -andalouses andalou adj f p 0.21 2.23 0.01 0.20 -andante andante nom m s 0.14 0.47 0.14 0.47 -andine andin adj f s 0.01 0.14 0.01 0.07 -andines andin adj f p 0.01 0.14 0.00 0.07 -andorranes andorran adj f p 0.00 0.07 0.00 0.07 -andouille andouille nom f s 6.94 6.28 6.29 4.86 -andouiller andouiller nom m s 0.02 1.28 0.00 0.20 -andouillers andouiller nom m p 0.02 1.28 0.02 1.08 -andouilles andouille nom f p 6.94 6.28 0.65 1.42 -andouillette andouillette nom f s 0.07 0.74 0.04 0.54 -andouillettes andouillette nom f p 0.07 0.74 0.03 0.20 -andrinople andrinople nom f s 0.00 0.20 0.00 0.20 -androïde androïde nom m s 0.82 0.07 0.44 0.07 -androïdes androïde nom m p 0.82 0.07 0.38 0.00 -androgènes androgène nom m p 0.01 0.00 0.01 0.00 -androgyne androgyne nom s 0.17 0.41 0.16 0.41 -androgynes androgyne adj p 0.06 0.54 0.01 0.27 -androgynie androgynie nom f s 0.00 0.07 0.00 0.07 -androgynique androgynique adj s 0.00 0.07 0.00 0.07 -andropause andropause nom f s 0.23 0.14 0.23 0.14 -anecdote anecdote nom f s 2.12 12.91 1.13 5.34 -anecdotes anecdote nom f p 2.12 12.91 0.99 7.57 -anecdotier anecdotier nom m s 0.01 0.00 0.01 0.00 -anecdotique anecdotique adj s 0.18 0.81 0.14 0.61 -anecdotiquement anecdotiquement adv 0.00 0.14 0.00 0.14 -anecdotiques anecdotique adj p 0.18 0.81 0.04 0.20 -anesthésia anesthésier ver 1.18 1.55 0.00 0.07 ind:pas:3s; -anesthésiaient anesthésier ver 1.18 1.55 0.00 0.14 ind:imp:3p; -anesthésiait anesthésier ver 1.18 1.55 0.00 0.07 ind:imp:3s; -anesthésiant anesthésiant nom m s 0.44 0.14 0.44 0.07 -anesthésiante anesthésiant adj f s 0.32 0.20 0.00 0.07 -anesthésiantes anesthésiant adj f p 0.32 0.20 0.02 0.14 -anesthésiants anesthésiant adj m p 0.32 0.20 0.02 0.00 -anesthésie anesthésie nom f s 3.74 2.70 3.71 2.64 -anesthésient anesthésier ver 1.18 1.55 0.01 0.07 ind:pre:3p; -anesthésier anesthésier ver 1.18 1.55 0.37 0.07 inf; -anesthésierai anesthésier ver 1.18 1.55 0.01 0.00 ind:fut:1s; -anesthésies anesthésie nom f p 3.74 2.70 0.02 0.07 -anesthésiez anesthésier ver 1.18 1.55 0.16 0.00 imp:pre:2p;ind:pre:2p; -anesthésions anesthésier ver 1.18 1.55 0.02 0.00 ind:pre:1p; -anesthésique anesthésique nom m s 0.47 0.34 0.44 0.34 -anesthésiques anesthésique nom m p 0.47 0.34 0.03 0.00 -anesthésiste anesthésiste nom s 1.07 0.61 0.82 0.61 -anesthésistes anesthésiste nom p 1.07 0.61 0.25 0.00 -anesthésié anesthésier ver m s 1.18 1.55 0.14 0.20 par:pas; -anesthésiée anesthésier ver f s 1.18 1.55 0.08 0.54 par:pas; -anesthésiées anesthésier ver f p 1.18 1.55 0.00 0.07 par:pas; -anesthésiés anesthésier ver m p 1.18 1.55 0.01 0.20 par:pas; -aneth aneth nom m s 0.07 0.61 0.07 0.61 -anfractuosité anfractuosité nom f s 0.14 1.28 0.14 0.54 -anfractuosités anfractuosité nom f p 0.14 1.28 0.00 0.74 -ange ange nom m s 69.27 42.50 47.90 21.62 -angelot angelot nom m s 0.69 1.49 0.37 0.74 -angelots angelot nom m p 0.69 1.49 0.32 0.74 -anges ange nom m p 69.27 42.50 21.38 20.88 -angevin angevin adj m s 0.10 0.07 0.10 0.00 -angevine angevin nom f s 0.00 0.14 0.00 0.07 -angevins angevin nom m p 0.00 0.14 0.00 0.07 -angine angine nom f s 1.39 2.57 1.20 2.30 -angines angine nom f p 1.39 2.57 0.19 0.27 -angiocholite angiocholite nom f s 0.01 0.00 0.01 0.00 -angiographie angiographie nom f s 0.32 0.00 0.32 0.00 -angiome angiome nom m s 0.13 0.00 0.13 0.00 -angioplastie angioplastie nom f s 0.19 0.00 0.19 0.00 -anglais anglais nom m 51.01 79.53 48.81 69.46 -anglaise anglais adj f s 32.22 61.69 8.21 18.58 -anglaises anglais adj f p 32.22 61.69 1.00 6.42 -angle angle nom m s 13.29 57.64 11.56 46.89 -angler angler ver 0.22 0.20 0.01 0.07 inf; -angles angle nom m p 13.29 57.64 1.73 10.74 -angleterre angleterre nom f s 0.20 0.47 0.20 0.47 -anglican anglican adj m s 0.16 0.61 0.06 0.34 -anglicane anglican adj f s 0.16 0.61 0.10 0.14 -anglicans anglican nom m p 0.04 0.07 0.01 0.00 -angliche angliche nom s 0.44 0.41 0.32 0.20 -angliches angliche nom p 0.44 0.41 0.12 0.20 -anglicisation anglicisation nom f s 0.00 0.07 0.00 0.07 -angliciser angliciser ver 0.11 0.00 0.01 0.00 inf; -anglicismes anglicisme nom m p 0.00 0.07 0.00 0.07 -anglicisé angliciser ver m s 0.11 0.00 0.10 0.00 par:pas; -anglo_albanais anglo_albanais adj m s 0.00 0.07 0.00 0.07 -anglo_allemand anglo_allemand adj m s 0.01 0.00 0.01 0.00 -anglo_américain anglo_américain adj m s 0.05 0.20 0.01 0.07 -anglo_américain anglo_américain adj f s 0.05 0.20 0.02 0.07 -anglo_américain anglo_américain adj f p 0.05 0.20 0.00 0.07 -anglo_américain anglo_américain adj m p 0.05 0.20 0.02 0.00 -anglo_arabe anglo_arabe adj s 0.00 0.27 0.00 0.14 -anglo_arabe anglo_arabe adj m p 0.00 0.27 0.00 0.14 -anglo_chinois anglo_chinois adj m s 0.01 0.00 0.01 0.00 -anglo_français anglo_français adj m s 0.02 0.14 0.01 0.07 -anglo_français anglo_français adj f s 0.02 0.14 0.01 0.07 -anglo_hellénique anglo_hellénique adj f s 0.00 0.07 0.00 0.07 -anglo_irlandais anglo_irlandais adj m s 0.00 0.27 0.00 0.27 -anglo_normand anglo_normand adj m s 0.04 0.34 0.00 0.14 -anglo_normand anglo_normand adj f s 0.04 0.34 0.00 0.20 -anglo_normand anglo_normand adj f p 0.04 0.34 0.04 0.00 -anglo_russe anglo_russe adj m s 0.02 0.00 0.01 0.00 -anglo_russe anglo_russe adj f p 0.02 0.00 0.01 0.00 -anglo_saxon anglo_saxon adj m s 0.48 4.12 0.23 1.08 -anglo_saxon anglo_saxon adj f s 0.48 4.12 0.04 0.74 -anglo_saxon anglo_saxon adj f p 0.48 4.12 0.18 0.88 -anglo_saxon anglo_saxon adj m p 0.48 4.12 0.03 1.42 -anglo_soviétique anglo_soviétique adj s 0.02 0.07 0.02 0.07 -anglo_égyptien anglo_égyptien adj m s 0.01 0.41 0.00 0.20 -anglo_égyptien anglo_égyptien adj f s 0.01 0.41 0.01 0.20 -anglo_éthiopien anglo_éthiopien adj m s 0.00 0.07 0.00 0.07 -anglomane anglomane adj s 0.00 0.14 0.00 0.07 -anglomanes anglomane adj p 0.00 0.14 0.00 0.07 -anglomanie anglomanie nom f s 0.00 0.07 0.00 0.07 -anglophile anglophile adj f s 0.02 0.20 0.02 0.20 -anglophobe anglophobe adj s 0.01 0.00 0.01 0.00 -anglophobes anglophobe nom p 0.00 0.07 0.00 0.07 -anglophobie anglophobie nom f s 0.00 0.07 0.00 0.07 -anglophone anglophone adj s 0.10 0.14 0.09 0.14 -anglophones anglophone nom p 0.01 0.07 0.01 0.07 -angoissa angoisser ver 5.84 5.88 0.00 0.14 ind:pas:3s; -angoissaient angoisser ver 5.84 5.88 0.01 0.14 ind:imp:3p; -angoissais angoisser ver 5.84 5.88 0.06 0.00 ind:imp:1s; -angoissait angoisser ver 5.84 5.88 0.07 1.35 ind:imp:3s; -angoissant angoissant adj m s 1.87 4.19 0.80 1.96 -angoissante angoissant adj f s 1.87 4.19 1.05 1.42 -angoissantes angoissant adj f p 1.87 4.19 0.01 0.27 -angoissants angoissant adj m p 1.87 4.19 0.01 0.54 -angoisse angoisse nom f s 17.82 68.99 14.98 60.68 -angoissent angoisser ver 5.84 5.88 0.25 0.00 ind:pre:3p; -angoisser angoisser ver 5.84 5.88 0.98 0.27 inf; -angoisserait angoisser ver 5.84 5.88 0.01 0.00 cnd:pre:3s; -angoisses angoisse nom f p 17.82 68.99 2.84 8.31 -angoissez angoisser ver 5.84 5.88 0.02 0.00 ind:pre:2p; -angoissiez angoisser ver 5.84 5.88 0.01 0.00 ind:imp:2p; -angoissé angoisser ver m s 5.84 5.88 0.55 0.95 par:pas; -angoissée angoissé adj f s 1.17 5.27 0.88 2.09 -angoissées angoissé nom f p 0.16 1.22 0.01 0.07 -angoissés angoissé adj m p 1.17 5.27 0.01 0.27 -angolais angolais adj m p 0.20 0.07 0.20 0.07 -angon angon nom m s 0.00 0.41 0.00 0.41 -angor angor nom m s 0.01 0.00 0.01 0.00 -angora angora nom m s 0.29 0.47 0.29 0.34 -angoras angora nom m p 0.29 0.47 0.00 0.14 -angström angström nom m s 0.01 0.20 0.01 0.20 -anguille anguille nom f s 4.32 3.31 1.74 2.03 -anguilles anguille nom f p 4.32 3.31 2.58 1.28 -anguillules anguillule nom f p 0.00 0.07 0.00 0.07 -anguis anguis nom m 0.00 0.07 0.00 0.07 -angéite angéite nom f s 0.01 0.00 0.01 0.00 -angulaire angulaire adj s 0.36 0.47 0.32 0.34 -angulaires angulaire adj p 0.36 0.47 0.05 0.14 -anguleuse anguleux adj f s 0.63 3.24 0.45 0.81 -anguleuses anguleux adj f p 0.63 3.24 0.01 0.61 -anguleux anguleux adj m 0.63 3.24 0.17 1.82 -angélique angélique adj s 0.59 4.86 0.41 3.85 -angéliquement angéliquement adv 0.00 0.14 0.00 0.14 -angéliques angélique adj p 0.59 4.86 0.17 1.01 -angélisme angélisme nom m s 0.00 0.47 0.00 0.47 -angulosité angulosité nom f s 0.00 0.07 0.00 0.07 -angélus angélus nom m 0.80 1.28 0.80 1.28 -angustura angustura nom f s 0.00 0.27 0.00 0.27 -anhèle anhéler ver 0.00 0.07 0.00 0.07 ind:pre:3s; -anhélations anhélation nom f p 0.00 0.07 0.00 0.07 -anhydre anhydre adj f s 0.04 0.00 0.04 0.00 -anhydride anhydride nom m s 0.04 0.07 0.04 0.07 -anicroche anicroche nom f s 0.12 0.74 0.06 0.54 -anicroches anicroche nom f p 0.12 0.74 0.06 0.20 -aniline aniline nom f s 0.01 0.27 0.01 0.27 -anima animer ver 6.28 33.78 0.29 1.89 ind:pas:3s; -animai animer ver 6.28 33.78 0.34 0.07 ind:pas:1s; -animaient animer ver 6.28 33.78 0.12 1.42 ind:imp:3p; -animais animer ver 6.28 33.78 0.03 0.07 ind:imp:1s; -animait animer ver 6.28 33.78 0.46 6.28 ind:imp:3s; -animal_roi animal_roi nom m s 0.00 0.07 0.00 0.07 -animal animal nom m s 80.50 82.64 36.89 47.23 -animalcule animalcule nom m s 0.00 0.14 0.00 0.14 -animale animal adj f s 6.33 14.19 1.96 6.49 -animalement animalement adv 0.00 0.27 0.00 0.27 -animalerie animalerie nom f s 0.42 0.07 0.42 0.07 -animales animal adj f p 6.33 14.19 1.03 1.69 -animalier animalier adj m s 0.48 0.61 0.32 0.20 -animaliers animalier adj m p 0.48 0.61 0.12 0.00 -animalisait animaliser ver 0.00 0.14 0.00 0.07 ind:imp:3s; -animalise animaliser ver 0.00 0.14 0.00 0.07 ind:pre:3s; -animalière animalier adj f s 0.48 0.61 0.01 0.34 -animalières animalier adj f p 0.48 0.61 0.03 0.07 -animalité animalité nom f s 0.01 1.42 0.01 1.42 -animant animer ver 6.28 33.78 0.01 0.81 par:pre; -animas animer ver 6.28 33.78 0.03 0.00 ind:pas:2s; -animateur animateur nom m s 2.72 2.23 1.90 1.42 -animateurs animateur nom m p 2.72 2.23 0.12 0.61 -animation animation nom f s 1.53 8.31 1.45 8.18 -animations animation nom f p 1.53 8.31 0.08 0.14 -animatrice animateur nom f s 2.72 2.23 0.69 0.14 -animatrices animateur nom f p 2.72 2.23 0.00 0.07 -animaux_espions animaux_espions nom m p 0.01 0.00 0.01 0.00 -animaux animal nom m p 80.50 82.64 43.62 35.41 -anime animer ver 6.28 33.78 1.82 5.47 imp:pre:2s;ind:pre:1s;ind:pre:3s; -animent animer ver 6.28 33.78 0.12 1.22 ind:pre:3p; -animer animer ver 6.28 33.78 0.94 4.12 inf; -animeraient animer ver 6.28 33.78 0.00 0.14 cnd:pre:3p; -animerait animer ver 6.28 33.78 0.00 0.27 cnd:pre:3s; -animes animer ver 6.28 33.78 0.07 0.00 ind:pre:2s; -animique animique adj s 0.00 0.07 0.00 0.07 -animisme animisme nom m s 0.00 0.07 0.00 0.07 -animiste animiste adj f s 0.00 0.07 0.00 0.07 -animosité animosité nom f s 1.09 2.64 1.07 2.57 -animosités animosité nom f p 1.09 2.64 0.01 0.07 -animât animer ver 6.28 33.78 0.00 0.20 sub:imp:3s; -animèrent animer ver 6.28 33.78 0.00 0.81 ind:pas:3p; -animé animé adj m s 6.21 8.92 2.79 3.18 -animée animer ver f s 6.28 33.78 0.37 3.78 par:pas; -animées animé adj f p 6.21 8.92 0.42 1.22 -animés animé adj m p 6.21 8.92 2.66 1.42 -animus animus nom m 0.02 0.00 0.02 0.00 -anionique anionique adj m s 0.01 0.00 0.01 0.00 -anis anis nom m 1.05 2.50 1.05 2.50 -anise aniser ver 0.11 0.20 0.10 0.00 imp:pre:2s; -anisette anisette nom f s 0.15 1.15 0.15 1.01 -anisettes anisette nom f p 0.15 1.15 0.00 0.14 -anisé aniser ver m s 0.11 0.20 0.00 0.07 par:pas; -anisée aniser ver f s 0.11 0.20 0.01 0.07 par:pas; -anisées aniser ver f p 0.11 0.20 0.00 0.07 par:pas; -ankh ankh nom m s 0.07 0.07 0.07 0.07 -ankylosait ankyloser ver 0.00 0.88 0.00 0.14 ind:imp:3s; -ankylose ankylose nom f s 0.12 0.95 0.12 0.88 -ankyloser ankyloser ver 0.00 0.88 0.00 0.14 inf; -ankyloses ankylose nom f p 0.12 0.95 0.00 0.07 -ankylosé ankylosé adj m s 0.13 1.28 0.11 0.47 -ankylosée ankylosé adj f s 0.13 1.28 0.01 0.41 -ankylosées ankylosé adj f p 0.13 1.28 0.00 0.20 -ankylosés ankylosé adj m p 0.13 1.28 0.00 0.20 -annales annales nom f 0.78 1.76 0.78 1.76 -annamite annamite nom s 0.00 0.34 0.00 0.14 -annamites annamite nom p 0.00 0.34 0.00 0.20 -anneau anneau nom m s 21.61 17.50 17.59 9.53 -anneaux anneau nom m p 21.61 17.50 4.01 7.97 -annelets annelet nom m p 0.00 0.07 0.00 0.07 -annelé annelé adj m s 0.00 1.22 0.00 0.27 -annelée annelé adj f s 0.00 1.22 0.00 0.41 -annelées annelé adj f p 0.00 1.22 0.00 0.34 -annelures annelure nom f p 0.00 0.07 0.00 0.07 -annelés annelé adj m p 0.00 1.22 0.00 0.20 -annexa annexer ver 0.90 3.45 0.00 0.07 ind:pas:3s; -annexaient annexer ver 0.90 3.45 0.00 0.34 ind:imp:3p; -annexait annexer ver 0.90 3.45 0.00 0.14 ind:imp:3s; -annexant annexer ver 0.90 3.45 0.02 0.07 par:pre; -annexe annexe nom f s 1.36 2.97 1.27 2.03 -annexer annexer ver 0.90 3.45 0.51 0.81 inf; -annexes annexe adj p 1.17 1.22 0.46 0.61 -annexion annexion nom f s 0.37 0.74 0.37 0.61 -annexions annexion nom f p 0.37 0.74 0.00 0.14 -annexèrent annexer ver 0.90 3.45 0.00 0.07 ind:pas:3p; -annexé annexer ver m s 0.90 3.45 0.14 0.88 par:pas; -annexée annexer ver f s 0.90 3.45 0.02 0.41 par:pas; -annexées annexer ver f p 0.90 3.45 0.00 0.14 par:pas; -annexés annexer ver m p 0.90 3.45 0.04 0.14 par:pas; -annihila annihiler ver 0.84 0.74 0.00 0.07 ind:pas:3s; -annihilait annihiler ver 0.84 0.74 0.00 0.14 ind:imp:3s; -annihilant annihiler ver 0.84 0.74 0.01 0.00 par:pre; -annihilante annihilant adj f s 0.00 0.14 0.00 0.07 -annihilateur annihilateur adj m s 0.12 0.00 0.12 0.00 -annihilation annihilation nom f s 0.46 0.07 0.46 0.07 -annihile annihiler ver 0.84 0.74 0.06 0.00 imp:pre:2s;ind:pre:3s; -annihilent annihiler ver 0.84 0.74 0.00 0.14 ind:pre:3p; -annihiler annihiler ver 0.84 0.74 0.36 0.27 inf; -annihilez annihiler ver 0.84 0.74 0.01 0.00 ind:pre:2p; -annihilons annihiler ver 0.84 0.74 0.01 0.00 imp:pre:1p; -annihilé annihiler ver m s 0.84 0.74 0.32 0.07 par:pas; -annihilée annihiler ver f s 0.84 0.74 0.08 0.07 par:pas; -anniv anniv nom m s 0.26 0.00 0.26 0.00 -anniversaire anniversaire nom m s 82.79 12.97 80.24 12.09 -anniversaires anniversaire nom m p 82.79 12.97 2.55 0.88 -annonce annonce nom f s 23.76 16.62 18.93 13.18 -annoncent annoncer ver 55.67 133.92 1.79 2.77 ind:pre:3p; -annoncer annoncer ver 55.67 133.92 21.14 23.38 inf; -annoncera annoncer ver 55.67 133.92 0.74 0.27 ind:fut:3s; -annoncerai annoncer ver 55.67 133.92 0.88 0.07 ind:fut:1s; -annonceraient annoncer ver 55.67 133.92 0.00 0.07 cnd:pre:3p; -annoncerais annoncer ver 55.67 133.92 0.03 0.00 cnd:pre:1s;cnd:pre:2s; -annoncerait annoncer ver 55.67 133.92 0.04 0.54 cnd:pre:3s; -annonceras annoncer ver 55.67 133.92 0.04 0.07 ind:fut:2s; -annoncerez annoncer ver 55.67 133.92 0.23 0.07 ind:fut:2p; -annoncerons annoncer ver 55.67 133.92 0.13 0.07 ind:fut:1p; -annonceront annoncer ver 55.67 133.92 0.10 0.07 ind:fut:3p; -annonces annonce nom f p 23.76 16.62 4.83 3.45 -annonceur annonceur nom m s 0.58 0.54 0.09 0.20 -annonceurs annonceur nom m p 0.58 0.54 0.50 0.07 -annonceuse annonceur nom f s 0.58 0.54 0.00 0.27 -annoncez annoncer ver 55.67 133.92 2.00 0.47 imp:pre:2p;ind:pre:2p; -annonciateur annonciateur adj m s 0.28 2.30 0.25 0.88 -annonciateurs annonciateur adj m p 0.28 2.30 0.03 0.88 -annonciation annonciation nom f s 0.01 0.61 0.00 0.54 -annonciations annonciation nom f p 0.01 0.61 0.01 0.07 -annonciatrice annonciateur adj f s 0.28 2.30 0.00 0.34 -annonciatrices annonciateur adj f p 0.28 2.30 0.00 0.20 -annonciez annoncer ver 55.67 133.92 0.06 0.07 ind:imp:2p; -annoncions annoncer ver 55.67 133.92 0.13 0.07 ind:imp:1p; -annoncèrent annoncer ver 55.67 133.92 0.03 1.15 ind:pas:3p; -annoncé annoncer ver m s 55.67 133.92 9.15 15.68 par:pas; -annoncée annoncer ver f s 55.67 133.92 0.85 2.91 par:pas; -annoncées annoncer ver f p 55.67 133.92 0.18 0.88 par:pas; -annoncés annoncer ver m p 55.67 133.92 0.28 0.41 par:pas; -annonça annoncer ver 55.67 133.92 0.56 23.38 ind:pas:3s; -annonçai annoncer ver 55.67 133.92 0.02 1.76 ind:pas:1s; -annonçaient annoncer ver 55.67 133.92 0.28 5.14 ind:imp:3p; -annonçais annoncer ver 55.67 133.92 0.13 0.88 ind:imp:1s;ind:imp:2s; -annonçait annoncer ver 55.67 133.92 1.03 21.96 ind:imp:3s; -annonçant annoncer ver 55.67 133.92 1.22 9.05 par:pre; -annonçons annoncer ver 55.67 133.92 0.26 0.00 imp:pre:1p;ind:pre:1p; -annonçât annoncer ver 55.67 133.92 0.00 0.74 sub:imp:3s; -annotais annoter ver 0.12 0.81 0.00 0.14 ind:imp:1s; -annotait annoter ver 0.12 0.81 0.00 0.14 ind:imp:3s; -annotant annoter ver 0.12 0.81 0.00 0.07 par:pre; -annotation annotation nom f s 0.25 0.88 0.19 0.14 -annotations annotation nom f p 0.25 0.88 0.05 0.74 -annote annoter ver 0.12 0.81 0.02 0.07 ind:pre:1s;ind:pre:3s; -annoter annoter ver 0.12 0.81 0.03 0.00 inf; -annoté annoter ver m s 0.12 0.81 0.02 0.20 par:pas; -annotée annoter ver f s 0.12 0.81 0.01 0.14 par:pas; -annotés annoter ver m p 0.12 0.81 0.04 0.07 par:pas; -annuaire annuaire nom m s 4.56 3.78 4.43 3.04 -annuaires annuaire nom m p 4.56 3.78 0.14 0.74 -année_lumière année_lumière nom f s 1.16 1.01 0.03 0.07 -année année nom f s 316.25 375.54 129.64 128.99 -annuel annuel adj m s 4.47 4.12 3.28 1.35 -annuelle annuelle adj f s 1.30 0.00 1.30 0.00 -annuellement annuellement adv 0.15 0.14 0.15 0.14 -annuelles annuel adj f p 4.47 4.12 0.22 0.47 -annuels annuel adj m p 4.47 4.12 0.41 0.47 -année_homme année_homme nom f p 0.01 0.00 0.01 0.00 -année_lumière année_lumière nom f p 1.16 1.01 1.13 0.95 -années année nom f p 316.25 375.54 186.61 246.55 -annula annuler ver 42.11 5.47 0.00 0.20 ind:pas:3s; -annulai annuler ver 42.11 5.47 0.00 0.07 ind:pas:1s; -annulaient annuler ver 42.11 5.47 0.12 0.27 ind:imp:3p; -annulaire annulaire nom m s 0.55 2.64 0.55 2.64 -annulais annuler ver 42.11 5.47 0.36 0.07 ind:imp:1s;ind:imp:2s; -annulait annuler ver 42.11 5.47 0.09 0.68 ind:imp:3s; -annulant annuler ver 42.11 5.47 0.30 0.34 par:pre; -annulation annulation nom f s 2.46 0.88 2.28 0.74 -annulations annulation nom f p 2.46 0.88 0.18 0.14 -annule annuler ver 42.11 5.47 7.34 0.88 imp:pre:2s;ind:pre:1s;ind:pre:3s; -annulent annuler ver 42.11 5.47 0.52 0.27 ind:pre:3p; -annuler annuler ver 42.11 5.47 14.08 1.15 inf; -annulera annuler ver 42.11 5.47 0.26 0.00 ind:fut:3s; -annulerai annuler ver 42.11 5.47 0.17 0.00 ind:fut:1s; -annuleraient annuler ver 42.11 5.47 0.02 0.07 cnd:pre:3p; -annulerais annuler ver 42.11 5.47 0.08 0.00 cnd:pre:1s; -annulerait annuler ver 42.11 5.47 0.17 0.20 cnd:pre:3s; -annulerez annuler ver 42.11 5.47 0.11 0.00 ind:fut:2p; -annulerons annuler ver 42.11 5.47 0.04 0.00 ind:fut:1p; -annuleront annuler ver 42.11 5.47 0.08 0.00 ind:fut:3p; -annules annuler ver 42.11 5.47 0.39 0.00 ind:pre:2s; -annulez annuler ver 42.11 5.47 3.02 0.14 imp:pre:2p;ind:pre:2p; -annuliez annuler ver 42.11 5.47 0.07 0.00 ind:imp:2p; -annulons annuler ver 42.11 5.47 0.12 0.00 imp:pre:1p;ind:pre:1p; -annulèrent annuler ver 42.11 5.47 0.01 0.14 ind:pas:3p; -annulé annuler ver m s 42.11 5.47 10.94 0.41 par:pas; -annulée annuler ver f s 42.11 5.47 3.08 0.27 par:pas; -annulées annuler ver f p 42.11 5.47 0.27 0.14 par:pas; -annulés annuler ver m p 42.11 5.47 0.46 0.20 par:pas; -anobli anoblir ver m s 0.47 0.68 0.08 0.20 par:pas; -anoblie anoblir ver f s 0.47 0.68 0.27 0.00 par:pas; -anoblies anobli adj f p 0.02 0.07 0.00 0.07 -anoblir anoblir ver 0.47 0.68 0.01 0.20 inf; -anoblissait anoblir ver 0.47 0.68 0.00 0.07 ind:imp:3s; -anoblissant anoblir ver 0.47 0.68 0.00 0.07 par:pre; -anoblissante anoblissant adj f s 0.00 0.07 0.00 0.07 -anoblissement anoblissement nom m s 0.00 0.14 0.00 0.14 -anoblit anoblir ver 0.47 0.68 0.11 0.14 ind:pre:3s;ind:pas:3s; -anode anode nom f s 0.02 0.00 0.02 0.00 -anodin anodin adj m s 1.03 8.65 0.38 2.97 -anodine anodin adj f s 1.03 8.65 0.20 2.03 -anodines anodin adj f p 1.03 8.65 0.20 2.09 -anodins anodin adj m p 1.03 8.65 0.25 1.55 -anodique anodique adj f s 0.20 0.00 0.20 0.00 -anodisé anodiser ver m s 0.21 0.07 0.21 0.07 par:pas; -anomalie anomalie nom f s 3.96 2.16 2.75 1.55 -anomalies anomalie nom f p 3.96 2.16 1.21 0.61 -anomoure anomoure nom m s 0.00 0.07 0.00 0.07 -anonymat anonymat nom m s 1.41 3.04 1.41 3.04 -anonyme anonyme adj s 11.65 14.80 7.74 9.26 -anonymement anonymement adv 0.42 0.14 0.42 0.14 -anonymes anonyme adj p 11.65 14.80 3.92 5.54 -anonymographe anonymographe nom m s 0.00 0.14 0.00 0.14 -anophèle anophèle nom m s 0.01 0.00 0.01 0.00 -anorak anorak nom m s 0.49 0.88 0.25 0.81 -anoraks anorak nom m p 0.49 0.88 0.25 0.07 -anorexie anorexie nom f s 0.88 0.81 0.87 0.74 -anorexies anorexie nom f p 0.88 0.81 0.01 0.07 -anorexique anorexique adj s 0.38 0.41 0.31 0.34 -anorexiques anorexique nom p 0.25 0.14 0.16 0.00 -anormal anormal adj m s 7.40 7.91 4.80 4.46 -anormale anormal adj f s 7.40 7.91 1.23 2.57 -anormalement anormalement adv 1.08 1.15 1.08 1.15 -anormales anormal adj f p 7.40 7.91 0.61 0.27 -anormalité anormalité nom f s 0.20 0.20 0.20 0.20 -anormaux anormal adj m p 7.40 7.91 0.76 0.61 -anosmie anosmie nom f s 0.07 0.00 0.07 0.00 -anosmique anosmique adj m s 0.01 0.07 0.01 0.07 -anoxie anoxie nom f s 0.09 0.00 0.09 0.00 -ans an nom m p 866.58 685.81 718.17 609.05 -anse anse nom f s 0.47 6.08 0.33 4.86 -anses anse nom f p 0.47 6.08 0.14 1.22 -ansée ansé adj f s 0.02 0.07 0.01 0.00 -ansées ansé adj f p 0.02 0.07 0.01 0.07 -antagonique antagonique adj s 0.03 0.00 0.03 0.00 -antagonisme antagonisme nom m s 0.17 1.55 0.16 1.15 -antagonismes antagonisme nom m p 0.17 1.55 0.02 0.41 -antagoniste antagoniste nom s 0.14 0.68 0.12 0.27 -antagonistes antagoniste adj p 0.10 0.88 0.03 0.68 -antalgique antalgique nom m s 0.50 0.00 0.15 0.00 -antalgiques antalgique nom m p 0.50 0.00 0.35 0.00 -antan antan nom m s 1.53 4.86 1.53 4.86 -antarctique antarctique adj s 0.06 0.07 0.06 0.00 -antarctiques antarctique adj p 0.06 0.07 0.00 0.07 -ante ante nom f s 1.12 0.27 1.12 0.27 -antenne antenne nom f s 11.59 8.45 10.08 3.65 -antennes antenne nom f p 11.59 8.45 1.50 4.80 -anthologie anthologie nom f s 0.48 0.81 0.48 0.68 -anthologies anthologie nom f p 0.48 0.81 0.00 0.14 -anthonome anthonome nom m s 0.01 0.00 0.01 0.00 -anthracine anthracine nom m s 0.04 0.00 0.04 0.00 -anthracite anthracite adj 0.07 1.15 0.07 1.15 -anthracites anthracite nom m p 0.01 1.82 0.00 0.07 -anthracose anthracose nom f s 0.01 0.00 0.01 0.00 -anthracène anthracène nom m s 0.01 0.00 0.01 0.00 -anthraquinone anthraquinone nom f s 0.01 0.00 0.01 0.00 -anthrax anthrax nom m 1.26 0.47 1.26 0.47 -anthropiques anthropique adj p 0.02 0.00 0.02 0.00 -anthropoïde anthropoïde nom s 0.03 0.20 0.02 0.07 -anthropoïdes anthropoïde nom p 0.03 0.20 0.01 0.14 -anthropologie anthropologie nom f s 0.78 0.41 0.78 0.41 -anthropologique anthropologique adj s 0.27 0.20 0.16 0.07 -anthropologiquement anthropologiquement adv 0.01 0.00 0.01 0.00 -anthropologiques anthropologique adj f p 0.27 0.20 0.11 0.14 -anthropologiste anthropologiste nom s 0.11 0.00 0.11 0.00 -anthropologue anthropologue nom s 1.46 0.20 1.18 0.07 -anthropologues anthropologue nom p 1.46 0.20 0.28 0.14 -anthropomorphe anthropomorphe adj f s 0.01 0.07 0.01 0.07 -anthropomorphique anthropomorphique adj f s 0.03 0.07 0.03 0.07 -anthropomorphiser anthropomorphiser ver 0.01 0.00 0.01 0.00 inf; -anthropomorphisme anthropomorphisme nom m s 0.01 0.34 0.01 0.34 -anthropométrie anthropométrie nom f s 0.00 0.27 0.00 0.27 -anthropométrique anthropométrique adj s 0.00 0.41 0.00 0.34 -anthropométriques anthropométrique adj f p 0.00 0.41 0.00 0.07 -anthropophage anthropophage adj m s 0.14 0.00 0.03 0.00 -anthropophages anthropophage adj p 0.14 0.00 0.11 0.00 -anthropophagie anthropophagie nom f s 0.11 0.61 0.11 0.61 -anthropophagiques anthropophagique adj f p 0.00 0.07 0.00 0.07 -anthropopithèque anthropopithèque nom m s 0.00 0.14 0.00 0.07 -anthropopithèques anthropopithèque nom m p 0.00 0.14 0.00 0.07 -anthume anthume adj s 0.00 0.20 0.00 0.20 -anti_acné anti_acné nom f s 0.02 0.00 0.02 0.00 -anti_agression anti_agression nom f s 0.03 0.07 0.03 0.07 -anti_allergie anti_allergie nom f s 0.01 0.00 0.01 0.00 -anti_anatomique anti_anatomique adj s 0.01 0.00 0.01 0.00 -anti_apartheid anti_apartheid nom m s 0.00 0.07 0.00 0.07 -anti_aphrodisiaque anti_aphrodisiaque adj f s 0.00 0.07 0.00 0.07 -anti_asthmatique anti_asthmatique nom s 0.01 0.00 0.01 0.00 -anti_atomique anti_atomique adj m s 0.06 0.07 0.05 0.00 -anti_atomique anti_atomique adj m p 0.06 0.07 0.01 0.07 -anti_aérien anti_aérien adj m s 0.41 0.27 0.20 0.07 -anti_aérien anti_aérien adj f s 0.41 0.27 0.17 0.07 -anti_aérien anti_aérien adj m p 0.41 0.27 0.04 0.14 -anti_avortement anti_avortement nom m s 0.12 0.00 0.12 0.00 -anti_beauf anti_beauf nom m s 0.01 0.00 0.01 0.00 -anti_bison anti_bison nom m s 0.00 0.07 0.00 0.07 -anti_blindage anti_blindage nom m s 0.04 0.00 0.04 0.00 -anti_blouson anti_blouson nom m s 0.00 0.07 0.00 0.07 -anti_bombe anti_bombe nom f s 0.10 0.07 0.09 0.00 -anti_bombe anti_bombe nom f p 0.10 0.07 0.01 0.07 -anti_boson anti_boson nom m p 0.04 0.00 0.04 0.00 -anti_braquage anti_braquage nom m s 0.01 0.00 0.01 0.00 -anti_brouillard anti_brouillard adj s 0.12 0.00 0.12 0.00 -anti_bruit anti_bruit nom m s 0.16 0.00 0.16 0.00 -anti_calcique anti_calcique adj f p 0.01 0.00 0.01 0.00 -anti_cancer anti_cancer nom m s 0.04 0.00 0.04 0.00 -anti_capitaliste anti_capitaliste adj m s 0.03 0.00 0.03 0.00 -anti_castriste anti_castriste adj s 0.02 0.00 0.02 0.00 -anti_castriste anti_castriste nom p 0.01 0.00 0.01 0.00 -anti_cellulite anti_cellulite nom f s 0.01 0.00 0.01 0.00 -anti_chambre anti_chambre nom f s 0.00 0.14 0.00 0.07 -anti_chambre anti_chambre nom f p 0.00 0.14 0.00 0.07 -anti_char anti_char nom m s 0.12 0.20 0.00 0.14 -anti_char anti_char nom m p 0.12 0.20 0.12 0.07 -anti_chien anti_chien nom m p 0.00 0.07 0.00 0.07 -anti_cité anti_cité nom f s 0.00 0.07 0.00 0.07 -anti_civilisation anti_civilisation nom f s 0.00 0.07 0.00 0.07 -anti_club anti_club nom m s 0.02 0.00 0.02 0.00 -anti_coco anti_coco nom p 0.01 0.00 0.01 0.00 -anti_colère anti_colère nom f s 0.01 0.00 0.01 0.00 -anti_communisme anti_communisme nom m s 0.00 0.14 0.00 0.14 -anti_communiste anti_communiste adj s 0.03 0.07 0.03 0.07 -anti_conformisme anti_conformisme nom m s 0.01 0.14 0.01 0.14 -anti_conformiste anti_conformiste nom s 0.01 0.00 0.01 0.00 -anti_conglutinatif anti_conglutinatif adj m s 0.00 0.07 0.00 0.07 -anti_corps anti_corps nom m 0.08 0.00 0.08 0.00 -anti_corruption anti_corruption nom f s 0.04 0.00 0.04 0.00 -anti_crash anti_crash nom m s 0.01 0.00 0.01 0.00 -anti_crime anti_crime nom m s 0.03 0.00 0.03 0.00 -anti_criminalité anti_criminalité nom f s 0.01 0.00 0.01 0.00 -anti_célibataire anti_célibataire adj f p 0.01 0.00 0.01 0.00 -anti_dauphin anti_dauphin nom m p 0.01 0.00 0.01 0.00 -anti_desperado anti_desperado nom m s 0.01 0.00 0.01 0.00 -anti_dieu anti_dieu nom m s 0.03 0.00 0.03 0.00 -anti_discrimination anti_discrimination nom f s 0.02 0.00 0.02 0.00 -anti_dopage anti_dopage nom m s 0.06 0.00 0.06 0.00 -anti_douleur anti_douleur nom f s 0.46 0.00 0.30 0.00 -anti_douleur anti_douleur nom f p 0.46 0.00 0.15 0.00 -anti_drague anti_drague nom f s 0.01 0.00 0.01 0.00 -anti_dramatique anti_dramatique adj s 0.00 0.07 0.00 0.07 -anti_drogue anti_drogue nom f s 0.42 0.00 0.35 0.00 -anti_drogue anti_drogue nom f p 0.42 0.00 0.07 0.00 -anti_débauche anti_débauche nom f s 0.00 0.07 0.00 0.07 -anti_démocratique anti_démocratique adj f s 0.14 0.07 0.14 0.07 -anti_démocratique anti_démocratique adj f p 0.14 0.07 0.01 0.00 -anti_démon anti_démon nom m s 0.04 0.00 0.04 0.00 -anti_espionne anti_espionne nom f p 0.01 0.00 0.01 0.00 -anti_establishment anti_establishment nom m s 0.02 0.00 0.02 0.00 -anti_existence anti_existence nom f s 0.00 0.07 0.00 0.07 -anti_explosion anti_explosion nom f s 0.04 0.00 0.04 0.00 -anti_fantôme anti_fantôme nom m p 0.02 0.00 0.02 0.00 -anti_fasciste anti_fasciste adj f s 0.02 0.00 0.02 0.00 -anti_femme anti_femme nom f s 0.01 0.00 0.01 0.00 -anti_flingage anti_flingage nom m s 0.00 0.07 0.00 0.07 -anti_flip anti_flip nom m s 0.00 0.07 0.00 0.07 -anti_frigo anti_frigo nom m s 0.00 0.07 0.00 0.07 -anti_féministe anti_féministe nom s 0.03 0.07 0.03 0.07 -anti_fusionnel anti_fusionnel adj m s 0.01 0.00 0.01 0.00 -anti_fusée anti_fusée nom f p 0.00 0.20 0.00 0.20 -anti_g anti_g adj f p 0.01 0.00 0.01 0.00 -anti_gang anti_gang nom m s 0.33 0.00 0.33 0.00 -anti_gel anti_gel nom m s 0.05 0.00 0.05 0.00 -anti_gerce anti_gerce nom f s 0.01 0.00 0.01 0.00 -anti_gouvernement anti_gouvernement nom m s 0.10 0.00 0.10 0.00 -anti_graffiti anti_graffiti nom m 0.01 0.00 0.01 0.00 -anti_gravité anti_gravité nom f s 0.06 0.00 0.06 0.00 -anti_grimace anti_grimace nom f p 0.01 0.00 0.01 0.00 -anti_gros anti_gros adj m 0.01 0.00 0.01 0.00 -anti_hanneton anti_hanneton nom m p 0.00 0.07 0.00 0.07 -anti_hypertenseur anti_hypertenseur adj m s 0.01 0.00 0.01 0.00 -anti_immigration anti_immigration nom f s 0.02 0.00 0.02 0.00 -anti_immigré anti_immigré adj p 0.00 0.07 0.00 0.07 -anti_impérialiste anti_impérialiste adj s 0.11 0.07 0.11 0.07 -anti_incendie anti_incendie nom m s 0.16 0.00 0.16 0.00 -anti_inertie anti_inertie nom f s 0.01 0.00 0.01 0.00 -anti_infectieux anti_infectieux adj m p 0.01 0.00 0.01 0.00 -anti_inflammatoire anti_inflammatoire nom m s 0.07 0.07 0.07 0.07 -anti_insecte anti_insecte nom m s 0.03 0.07 0.01 0.00 -anti_insecte anti_insecte nom m p 0.03 0.07 0.02 0.07 -anti_instinct anti_instinct nom m s 0.00 0.07 0.00 0.07 -anti_insurrectionnel anti_insurrectionnel adj m s 0.01 0.00 0.01 0.00 -anti_intimité anti_intimité nom f s 0.04 0.00 0.04 0.00 -anti_japon anti_japon nom m s 0.00 0.07 0.00 0.07 -anti_jeunes anti_jeunes adj m s 0.00 0.07 0.00 0.07 -anti_mafia anti_mafia nom f s 0.01 0.07 0.01 0.07 -anti_maison anti_maison nom f s 0.00 0.14 0.00 0.14 -anti_manipulation anti_manipulation nom f s 0.01 0.00 0.01 0.00 -anti_manoir anti_manoir nom m s 0.00 0.07 0.00 0.07 -anti_mariage anti_mariage nom m s 0.03 0.00 0.03 0.00 -anti_matière anti_matière nom f s 0.09 0.00 0.08 0.00 -anti_matière anti_matière nom f p 0.09 0.00 0.01 0.00 -anti_mec anti_mec nom m p 0.02 0.00 0.02 0.00 -anti_militariste anti_militariste nom s 0.01 0.00 0.01 0.00 -anti_missile anti_missile nom m p 0.03 0.00 0.03 0.00 -anti_mite anti_mite nom f s 0.10 0.14 0.03 0.07 -anti_mite anti_mite nom f p 0.10 0.14 0.08 0.07 -anti_monde anti_monde nom m s 0.00 0.07 0.00 0.07 -anti_monstre anti_monstre adj f p 0.01 0.00 0.01 0.00 -anti_moustique anti_moustique nom m s 0.58 0.07 0.41 0.00 -anti_moustique anti_moustique nom m p 0.58 0.07 0.17 0.07 -anti_médicament anti_médicament nom m p 0.01 0.00 0.01 0.00 -anti_métaphysique anti_métaphysique adj m s 0.00 0.07 0.00 0.07 -anti_météorite anti_météorite nom f p 0.20 0.00 0.20 0.00 -anti_nausée anti_nausée nom f s 0.01 0.00 0.01 0.00 -anti_navire anti_navire nom m s 0.01 0.00 0.01 0.00 -anti_nucléaire anti_nucléaire adj m s 0.06 0.00 0.05 0.00 -anti_nucléaire anti_nucléaire adj p 0.06 0.00 0.01 0.00 -anti_nucléaire anti_nucléaire nom m p 0.01 0.00 0.01 0.00 -anti_odeur anti_odeur nom f s 0.02 0.14 0.01 0.07 -anti_odeur anti_odeur nom f p 0.02 0.14 0.01 0.07 -anti_odorant anti_odorant adj m p 0.00 0.07 0.00 0.07 -anti_âge anti_âge adj 0.04 0.74 0.04 0.74 -anti_origine anti_origine nom f s 0.00 0.07 0.00 0.07 -anti_panache anti_panache nom m s 0.00 0.07 0.00 0.07 -anti_particule anti_particule nom f s 0.01 0.00 0.01 0.00 -anti_pasteur anti_pasteur nom m s 0.00 0.07 0.00 0.07 -anti_patriote anti_patriote nom s 0.01 0.00 0.01 0.00 -anti_patriotique anti_patriotique adj f s 0.06 0.00 0.06 0.00 -anti_pelliculaire anti_pelliculaire adj m s 0.13 0.07 0.13 0.07 -anti_piratage anti_piratage nom m s 0.01 0.00 0.01 0.00 -anti_pirate anti_pirate adj s 0.01 0.00 0.01 0.00 -anti_poison anti_poison nom m s 0.04 0.14 0.04 0.14 -anti_poisse anti_poisse nom f s 0.05 0.07 0.05 0.07 -anti_pollution anti_pollution nom f s 0.04 0.00 0.04 0.00 -anti_poux anti_poux nom m p 0.04 0.00 0.04 0.00 -anti_progressiste anti_progressiste nom p 0.00 0.07 0.00 0.07 -anti_psychotique anti_psychotique adj s 0.01 0.00 0.01 0.00 -anti_pub anti_pub nom s 0.00 0.07 0.00 0.07 -anti_puce anti_puce nom f p 0.14 0.00 0.14 0.00 -anti_pédérastique anti_pédérastique adj p 0.00 0.07 0.00 0.07 -anti_racket anti_racket nom m s 0.06 0.00 0.06 0.00 -anti_radiation anti_radiation nom f p 0.08 0.00 0.08 0.00 -anti_rapt anti_rapt nom m s 0.00 0.07 0.00 0.07 -anti_reflet anti_reflet nom m p 0.00 0.07 0.00 0.07 -anti_rejet anti_rejet nom m s 0.20 0.00 0.20 0.00 -anti_religion anti_religion nom f s 0.01 0.00 0.01 0.00 -anti_rhume anti_rhume nom m s 0.02 0.00 0.02 0.00 -anti_ride anti_ride nom f p 0.06 0.00 0.06 0.00 -anti_romain anti_romain nom m s 0.00 0.07 0.00 0.07 -anti_romantique anti_romantique adj s 0.01 0.00 0.01 0.00 -anti_rouille anti_rouille nom f s 0.01 0.00 0.01 0.00 -anti_russe anti_russe adj m s 0.11 0.00 0.11 0.00 -anti_sida anti_sida nom m s 0.02 0.00 0.02 0.00 -anti_socialiste anti_socialiste adj p 0.01 0.00 0.01 0.00 -anti_sociaux anti_sociaux adj m p 0.04 0.00 0.04 0.00 -anti_société anti_société nom f s 0.00 0.07 0.00 0.07 -anti_somnolence anti_somnolence nom f s 0.01 0.00 0.01 0.00 -anti_souffle anti_souffle nom m s 0.03 0.00 0.03 0.00 -anti_sous_marin anti_sous_marin adj m s 0.02 0.00 0.02 0.00 -anti_soviétique anti_soviétique adj f s 0.00 0.07 0.00 0.07 -anti_sèche anti_sèche adj f s 0.01 0.07 0.01 0.00 -anti_sèche anti_sèche adj f p 0.01 0.07 0.00 0.07 -anti_stress anti_stress nom m 0.35 0.00 0.35 0.00 -anti_sémite anti_sémite adj s 0.04 0.00 0.02 0.00 -anti_sémite anti_sémite adj f p 0.04 0.00 0.02 0.00 -anti_sémitisme anti_sémitisme nom m s 0.08 0.00 0.08 0.00 -anti_syndical anti_syndical adj m s 0.01 0.00 0.01 0.00 -anti_tabac anti_tabac adj s 0.17 0.00 0.17 0.00 -anti_tache anti_tache nom f p 0.15 0.00 0.15 0.00 -anti_tank anti_tank nom m s 0.03 0.00 0.03 0.00 -anti_tapisserie anti_tapisserie nom f s 0.00 0.07 0.00 0.07 -anti_temps anti_temps nom m 0.00 0.27 0.00 0.27 -anti_tension anti_tension nom f s 0.01 0.00 0.01 0.00 -anti_terrorisme anti_terrorisme nom m s 0.53 0.00 0.53 0.00 -anti_terroriste anti_terroriste adj s 0.26 0.00 0.26 0.00 -anti_tornade anti_tornade nom f p 0.01 0.00 0.01 0.00 -anti_toux anti_toux nom f 0.01 0.00 0.01 0.00 -anti_truie anti_truie nom f s 0.01 0.00 0.01 0.00 -anti_trust anti_trust nom m p 0.02 0.00 0.02 0.00 -anti_émeute anti_émeute adj s 0.15 0.00 0.10 0.00 -anti_émeute anti_émeute adj p 0.15 0.00 0.05 0.00 -anti_émotionnelle anti_émotionnelle adj f s 0.00 0.07 0.00 0.07 -anti_évasion anti_évasion nom f s 0.01 0.00 0.01 0.00 -anti_venin anti_venin nom m s 0.18 0.00 0.18 0.00 -anti_vieillissement anti_vieillissement nom m s 0.04 0.00 0.04 0.00 -anti_viol anti_viol nom m s 0.09 0.00 0.09 0.00 -anti_violence anti_violence nom f s 0.01 0.00 0.01 0.00 -anti_viral anti_viral adj m s 0.13 0.00 0.13 0.00 -anti_virus anti_virus nom m 0.09 0.00 0.09 0.00 -anti_vol anti_vol nom m s 0.36 0.27 0.35 0.27 -anti_vol anti_vol nom m p 0.36 0.27 0.01 0.00 -anti anti adv_sup 0.09 0.81 0.09 0.81 -antiacide antiacide adj s 0.12 0.00 0.07 0.00 -antiacides antiacide adj m p 0.12 0.00 0.04 0.00 -antialcoolique antialcoolique adj f s 0.02 0.00 0.02 0.00 -antiallemands antiallemand adj m p 0.00 0.07 0.00 0.07 -antiaméricain antiaméricain adj m s 0.06 0.14 0.05 0.00 -antiaméricaine antiaméricain adj f s 0.06 0.14 0.00 0.14 -antiaméricaines antiaméricain adj f p 0.06 0.14 0.01 0.00 -antiaméricanisme antiaméricanisme nom m s 0.02 0.07 0.02 0.07 -antiatomique antiatomique adj m s 0.31 0.00 0.31 0.00 -antiaérien antiaérien adj m s 0.75 1.35 0.25 0.20 -antiaérienne antiaérien adj f s 0.75 1.35 0.29 0.54 -antiaériennes antiaérien adj f p 0.75 1.35 0.17 0.27 -antiaériens antiaérien adj m p 0.75 1.35 0.05 0.34 -antibactérien antibactérien adj m s 0.03 0.00 0.03 0.00 -antibiotique antibiotique nom m s 5.22 1.55 1.04 0.14 -antibiotiques antibiotique nom m p 5.22 1.55 4.18 1.42 -antiblocage antiblocage adj m s 0.03 0.07 0.03 0.07 -antibois antibois nom m 0.14 0.00 0.14 0.00 -antibolcheviques antibolchevique adj m p 0.00 0.07 0.00 0.07 -antibolchevisme antibolchevisme nom m s 0.00 0.14 0.00 0.14 -antibourgeois antibourgeois adj m 0.00 0.07 0.00 0.07 -antibrouillard antibrouillard adj m p 0.00 0.07 0.00 0.07 -antibruit antibruit adj f s 0.01 0.00 0.01 0.00 -anticalcaire anticalcaire adj m s 0.00 0.07 0.00 0.07 -anticapitaliste anticapitaliste adj s 0.10 0.14 0.10 0.14 -anticastriste anticastriste adj s 0.03 0.07 0.01 0.07 -anticastristes anticastriste adj p 0.03 0.07 0.02 0.00 -anticatalyseurs anticatalyseur nom m p 0.00 0.07 0.00 0.07 -anticatholique anticatholique adj f s 0.00 0.07 0.00 0.07 -antichambre antichambre nom f s 0.89 8.58 0.89 7.84 -antichambres antichambre nom f p 0.89 8.58 0.00 0.74 -antichar antichar adj s 0.33 1.89 0.07 0.20 -antichars antichar adj p 0.33 1.89 0.27 1.69 -antichoc antichoc adj f p 0.04 0.00 0.04 0.00 -anticholinergique anticholinergique adj s 0.01 0.00 0.01 0.00 -antichristianisme antichristianisme nom m s 0.00 0.07 0.00 0.07 -antichrétien antichrétien adj m s 0.00 0.14 0.00 0.07 -antichrétienne antichrétien adj f s 0.00 0.14 0.00 0.07 -anticipa anticiper ver 4.14 3.31 0.01 0.07 ind:pas:3s; -anticipais anticiper ver 4.14 3.31 0.04 0.14 ind:imp:1s; -anticipait anticiper ver 4.14 3.31 0.20 0.34 ind:imp:3s; -anticipant anticiper ver 4.14 3.31 0.06 0.47 par:pre; -anticipateur anticipateur adj m s 0.00 0.20 0.00 0.14 -anticipation anticipation nom f s 0.63 2.23 0.63 2.16 -anticipations anticipation nom f p 0.63 2.23 0.00 0.07 -anticipatoire anticipatoire adj f s 0.00 0.07 0.00 0.07 -anticipatrice anticipateur adj f s 0.00 0.20 0.00 0.07 -anticipe anticiper ver 4.14 3.31 1.24 0.81 imp:pre:2s;ind:pre:1s;ind:pre:3s; -anticipent anticiper ver 4.14 3.31 0.03 0.07 ind:pre:3p; -anticiper anticiper ver 4.14 3.31 1.29 0.27 inf; -anticipera anticiper ver 4.14 3.31 0.03 0.07 ind:fut:3s; -anticiperait anticiper ver 4.14 3.31 0.01 0.07 cnd:pre:3s; -anticipez anticiper ver 4.14 3.31 0.17 0.07 imp:pre:2p;ind:pre:2p; -anticipons anticiper ver 4.14 3.31 0.16 0.20 imp:pre:1p;ind:pre:1p; -anticipé anticiper ver m s 4.14 3.31 0.56 0.14 par:pas; -anticipée anticipé adj f s 1.64 1.08 1.40 0.54 -anticipées anticiper ver f p 4.14 3.31 0.14 0.00 par:pas; -anticipés anticipé adj m p 1.64 1.08 0.03 0.00 -anticlérical anticlérical adj m s 0.16 1.15 0.16 0.41 -anticléricale anticlérical adj f s 0.16 1.15 0.00 0.47 -anticléricales anticlérical adj f p 0.16 1.15 0.00 0.07 -anticléricalisme anticléricalisme nom m s 0.00 0.34 0.00 0.34 -anticléricaux anticlérical adj m p 0.16 1.15 0.00 0.20 -anticoagulant anticoagulant nom m s 0.21 0.00 0.14 0.00 -anticoagulants anticoagulant nom m p 0.21 0.00 0.06 0.00 -anticolonialisme anticolonialisme nom m s 0.00 0.07 0.00 0.07 -anticommunisme anticommunisme nom m s 0.10 0.88 0.10 0.88 -anticommuniste anticommuniste adj s 0.19 1.82 0.17 1.22 -anticommunistes anticommuniste adj p 0.19 1.82 0.01 0.61 -anticonceptionnelle anticonceptionnel adj f s 0.20 0.14 0.20 0.00 -anticonceptionnelles anticonceptionnel adj f p 0.20 0.14 0.00 0.07 -anticonceptionnels anticonceptionnel adj m p 0.20 0.14 0.00 0.07 -anticonformisme anticonformisme nom m s 0.00 0.07 0.00 0.07 -anticonformiste anticonformiste adj m s 0.05 0.00 0.05 0.00 -anticonstitutionnel anticonstitutionnel adj m s 0.19 0.00 0.14 0.00 -anticonstitutionnelle anticonstitutionnel adj f s 0.19 0.00 0.05 0.00 -anticonstitutionnellement anticonstitutionnellement adv 0.01 0.00 0.01 0.00 -anticorps anticorps nom m 1.35 0.41 1.35 0.41 -anticyclique anticyclique adj f s 0.01 0.00 0.01 0.00 -anticyclone anticyclone nom m s 0.03 0.07 0.03 0.07 -anticycloniques anticyclonique adj m p 0.00 0.07 0.00 0.07 -antidatait antidater ver 0.01 0.27 0.00 0.07 ind:imp:3s; -antidater antidater ver 0.01 0.27 0.00 0.07 inf; -antidaté antidater ver m s 0.01 0.27 0.01 0.07 par:pas; -antidatée antidater ver f s 0.01 0.27 0.00 0.07 par:pas; -antidictatoriaux antidictatorial adj m p 0.00 0.07 0.00 0.07 -antidopage antidopage adj m s 0.01 0.00 0.01 0.00 -antidote antidote nom m s 4.48 1.35 4.38 1.08 -antidotes antidote nom m p 4.48 1.35 0.09 0.27 -antidouleur antidouleur adj s 0.34 0.00 0.34 0.00 -antidreyfusard antidreyfusard nom m s 0.14 0.07 0.14 0.00 -antidreyfusarde antidreyfusard adj f s 0.14 0.00 0.14 0.00 -antidreyfusards antidreyfusard nom m p 0.14 0.07 0.00 0.07 -antidreyfusisme antidreyfusisme nom m s 0.00 0.07 0.00 0.07 -antidrogue antidrogue adj s 0.08 0.07 0.08 0.07 -antidémarrage antidémarrage nom m s 0.01 0.00 0.01 0.00 -antidémocratique antidémocratique adj s 0.02 0.07 0.02 0.07 -antidépresseur antidépresseur nom m s 0.98 0.27 0.26 0.00 -antidépresseurs antidépresseur nom m p 0.98 0.27 0.72 0.27 -antidérapant antidérapant adj m s 0.07 0.14 0.03 0.00 -antidérapante antidérapant adj f s 0.07 0.14 0.01 0.00 -antidérapantes antidérapant adj f p 0.07 0.14 0.01 0.14 -antidérapants antidérapant adj m p 0.07 0.14 0.02 0.00 -antienne antienne nom f s 0.00 1.62 0.00 1.49 -antiennes antienne nom f p 0.00 1.62 0.00 0.14 -antiesclavagiste antiesclavagiste nom s 0.01 0.00 0.01 0.00 -antifading antifading nom m s 0.00 0.07 0.00 0.07 -antifascisme antifascisme nom m s 0.00 0.07 0.00 0.07 -antifasciste antifasciste nom s 0.26 0.27 0.10 0.07 -antifascistes antifasciste nom p 0.26 0.27 0.16 0.20 -antifongique antifongique nom m s 0.03 0.00 0.03 0.00 -antifrançaise antifrançais adj f s 0.00 0.34 0.00 0.20 -antifrançaises antifrançais adj f p 0.00 0.34 0.00 0.14 -antiféminisme antiféminisme nom m s 0.00 0.07 0.00 0.07 -antifumée antifumée adj m p 0.01 0.00 0.01 0.00 -antigang antigang adj f s 0.16 0.07 0.16 0.07 -antigangs antigang nom p 0.12 0.14 0.01 0.00 -antigaullistes antigaulliste adj f p 0.00 0.07 0.00 0.07 -antigel antigel nom m s 0.20 0.00 0.20 0.00 -antigermanisme antigermanisme nom m s 0.00 0.07 0.00 0.07 -antigravitation antigravitation nom f s 0.01 0.00 0.01 0.00 -antigravitationnel antigravitationnel adj m s 0.04 0.00 0.04 0.00 -antigravité antigravité nom f s 0.01 0.00 0.01 0.00 -antigrippe antigrippe nom f s 0.16 0.00 0.16 0.00 -antigène antigène nom m s 0.28 0.34 0.11 0.27 -antigènes antigène nom m p 0.28 0.34 0.17 0.07 -antihistaminique antihistaminique nom m s 0.25 0.00 0.10 0.00 -antihistaminiques antihistaminique nom m p 0.25 0.00 0.15 0.00 -antihémorragiques antihémorragique adj p 0.00 0.07 0.00 0.07 -antihéros antihéros nom m 0.04 0.00 0.04 0.00 -antihygiénique antihygiénique adj f s 0.01 0.07 0.01 0.07 -antillais antillais nom m 0.14 4.12 0.12 3.72 -antillaise antillais nom f s 0.14 4.12 0.01 0.20 -antillaises antillais nom f p 0.14 4.12 0.00 0.20 -antilogique antilogique adj s 0.01 0.00 0.01 0.00 -antilope antilope nom f s 0.88 2.16 0.73 1.28 -antilopes antilope nom f p 0.88 2.16 0.16 0.88 -antimarxiste antimarxiste adj f s 0.00 0.07 0.00 0.07 -antimaçonniques antimaçonnique adj p 0.00 0.07 0.00 0.07 -antimatière antimatière nom f s 0.13 0.14 0.13 0.14 -antimicrobien antimicrobien adj m s 0.01 0.00 0.01 0.00 -antimigraineux antimigraineux adj m 0.02 0.00 0.02 0.00 -antimilitarisme antimilitarisme nom m s 0.00 0.34 0.00 0.34 -antimilitariste antimilitariste adj m s 0.12 0.81 0.11 0.54 -antimilitaristes antimilitariste adj p 0.12 0.81 0.01 0.27 -antimissile antimissile adj s 0.04 0.00 0.04 0.00 -antimissiles antimissile nom m p 0.06 0.00 0.06 0.00 -antimite antimite nom m s 0.05 0.61 0.04 0.27 -antimites antimite nom m p 0.05 0.61 0.01 0.34 -antimitotiques antimitotique nom m p 0.01 0.00 0.01 0.00 -antimoine antimoine nom m s 0.01 0.27 0.01 0.27 -antimonde antimonde adj s 0.00 0.07 0.00 0.07 -antinationale antinational adj f s 0.00 0.14 0.00 0.07 -antinationales antinational adj f p 0.00 0.14 0.00 0.07 -antinationaliste antinationaliste adj s 0.00 0.14 0.00 0.14 -antinaturel antinaturel adj m s 0.00 0.14 0.00 0.07 -antinaturelle antinaturel adj f s 0.00 0.14 0.00 0.07 -antinazie antinazi adj f s 0.10 0.07 0.10 0.00 -antinazis antinazi nom m p 0.01 0.00 0.01 0.00 -antinomie antinomie nom f s 0.01 0.34 0.00 0.27 -antinomies antinomie nom f p 0.01 0.34 0.01 0.07 -antinomique antinomique adj s 0.03 0.20 0.03 0.14 -antinomiques antinomique adj m p 0.03 0.20 0.00 0.07 -antinucléaire antinucléaire adj s 0.11 0.14 0.03 0.14 -antinucléaires antinucléaire adj f p 0.11 0.14 0.07 0.00 -antioxydant antioxydant nom m s 0.05 0.00 0.02 0.00 -antioxydants antioxydant nom m p 0.05 0.00 0.03 0.00 -antipape antipape nom m s 0.11 0.14 0.11 0.07 -antipapes antipape nom m p 0.11 0.14 0.00 0.07 -antiparasitage antiparasitage adj f s 0.00 0.07 0.00 0.07 -antiparasite antiparasite adj f s 0.01 0.07 0.01 0.07 -antiparasites antiparasite nom m p 0.02 0.14 0.01 0.14 -antipathie antipathie nom f s 0.71 1.82 0.57 1.69 -antipathies antipathie nom f p 0.71 1.82 0.14 0.14 -antipathique antipathique adj s 0.97 2.03 0.96 1.55 -antipathiques antipathique adj p 0.97 2.03 0.01 0.47 -antipatriote antipatriote adj m s 0.01 0.00 0.01 0.00 -antipatriotiques antipatriotique adj f p 0.01 0.00 0.01 0.00 -antipelliculaire antipelliculaire adj m s 0.01 0.00 0.01 0.00 -antipersonnel antipersonnel adj 0.41 0.00 0.37 0.00 -antipersonnelle antipersonnel adj f s 0.41 0.00 0.03 0.00 -antipersonnelles antipersonnel adj f p 0.41 0.00 0.01 0.00 -antiphonaires antiphonaire nom m p 0.00 0.14 0.00 0.14 -antiphrase antiphrase nom f s 0.00 0.34 0.00 0.34 -antiphysiques antiphysique adj p 0.00 0.07 0.00 0.07 -antipodaire antipodaire adj m s 0.00 0.07 0.00 0.07 -antipode antipode nom m s 1.21 2.43 0.02 0.14 -antipodes antipode nom m p 1.21 2.43 1.19 2.30 -antipodiste antipodiste nom s 0.00 0.14 0.00 0.07 -antipodistes antipodiste nom p 0.00 0.14 0.00 0.07 -antipoison antipoison adj m s 0.16 0.07 0.16 0.07 -antipoisons antipoison nom m p 0.00 0.07 0.00 0.07 -antipoliomyélitique antipoliomyélitique adj m s 0.00 0.07 0.00 0.07 -antipollution antipollution adj 0.05 0.00 0.05 0.00 -antipopulaire antipopulaire adj m s 0.00 0.07 0.00 0.07 -antiproton antiproton nom m s 0.07 0.00 0.04 0.00 -antiprotons antiproton nom m p 0.07 0.00 0.03 0.00 -antiprotéase antiprotéase nom f s 0.01 0.00 0.01 0.00 -antipsychiatrie antipsychiatrie nom f s 0.01 0.14 0.01 0.14 -antipsychotique antipsychotique adj m s 0.07 0.00 0.04 0.00 -antipsychotique antipsychotique nom m s 0.10 0.00 0.04 0.00 -antipsychotiques antipsychotique nom m p 0.10 0.00 0.06 0.00 -antiquaille antiquaille nom f s 0.14 0.41 0.00 0.14 -antiquailleries antiquaillerie nom f p 0.00 0.07 0.00 0.07 -antiquailles antiquaille nom f p 0.14 0.41 0.14 0.27 -antiquaire antiquaire nom s 2.33 7.03 1.52 3.58 -antiquaires antiquaire nom p 2.33 7.03 0.81 3.45 -antiquark antiquark nom m s 0.01 0.00 0.01 0.00 -antique antique adj s 7.21 15.54 5.59 10.61 -antiques antique adj p 7.21 15.54 1.63 4.93 -antiquité antiquité nom f s 4.92 6.55 2.12 3.65 -antiquités antiquité nom f p 4.92 6.55 2.80 2.91 -antirabique antirabique adj m s 0.01 0.07 0.01 0.07 -antiracisme antiracisme nom m s 0.11 0.00 0.11 0.00 -antiracistes antiraciste adj m p 0.02 0.27 0.02 0.27 -antiradiation antiradiation adj p 0.02 0.00 0.02 0.00 -antireligieuse antireligieux adj f s 0.02 0.14 0.02 0.00 -antireligieux antireligieux adj m 0.02 0.14 0.00 0.14 -antirides antirides adj 0.02 0.07 0.02 0.07 -antirouille antirouille adj s 0.06 0.00 0.06 0.00 -antirépublicain antirépublicain adj m s 0.00 0.07 0.00 0.07 -antirusse antirusse adj m s 0.00 0.07 0.00 0.07 -antisatellite antisatellite adj 0.03 0.00 0.03 0.00 -antiscientifique antiscientifique adj f s 0.14 0.07 0.14 0.07 -antisepsie antisepsie nom f s 0.00 0.07 0.00 0.07 -antiseptique antiseptique adj s 0.32 0.14 0.30 0.00 -antiseptiques antiseptique adj p 0.32 0.14 0.03 0.14 -antisexistes antisexiste adj m p 0.00 0.07 0.00 0.07 -antisexuel antisexuel adj m s 0.00 0.07 0.00 0.07 -antisionistes antisioniste adj p 0.00 0.07 0.00 0.07 -antiskating antiskating adj f p 0.00 0.07 0.00 0.07 -antisocial antisocial adj m s 0.77 0.07 0.12 0.00 -antisociale antisocial adj f s 0.77 0.07 0.17 0.00 -antisociales antisocial adj f p 0.77 0.07 0.02 0.07 -antisociaux antisocial adj m p 0.77 0.07 0.46 0.00 -antisolaire antisolaire adj f s 0.00 0.14 0.00 0.07 -antisolaires antisolaire adj f p 0.00 0.14 0.00 0.07 -antisoviétique antisoviétique adj s 0.00 0.34 0.00 0.27 -antisoviétiques antisoviétique adj p 0.00 0.34 0.00 0.07 -antisoviétisme antisoviétisme nom m s 0.00 0.07 0.00 0.07 -antispasmodique antispasmodique nom m s 0.02 0.00 0.02 0.00 -antisportif antisportif adj m s 0.01 0.00 0.01 0.00 -antistalinien antistalinien adj m s 0.00 0.27 0.00 0.20 -antistaliniens antistalinien adj m p 0.00 0.27 0.00 0.07 -antistatique antistatique adj f s 0.01 0.07 0.01 0.00 -antistatiques antistatique adj p 0.01 0.07 0.00 0.07 -antisèche antisèche nom s 0.23 0.14 0.15 0.00 -antisèches antisèche nom p 0.23 0.14 0.08 0.14 -antistress antistress adj m s 0.01 0.00 0.01 0.00 -antisémite antisémite adj s 0.96 1.55 0.72 0.61 -antisémites antisémite adj p 0.96 1.55 0.23 0.95 -antisémitisme antisémitisme nom m s 0.36 1.62 0.36 1.62 -antisérum antisérum nom m s 0.09 0.00 0.09 0.00 -antitabac antitabac adj f s 0.07 0.00 0.07 0.00 -antiterrorisme antiterrorisme nom m s 0.01 0.00 0.01 0.00 -antiterroriste antiterroriste adj s 0.66 0.27 0.66 0.27 -antithèse antithèse nom f s 0.11 0.88 0.11 0.81 -antithèses antithèse nom f p 0.11 0.88 0.00 0.07 -antithétiques antithétique adj p 0.00 0.07 0.00 0.07 -antitout antitout nom m s 0.00 0.07 0.00 0.07 -antitoxine antitoxine nom f s 0.08 0.00 0.08 0.00 -antitoxique antitoxique adj s 0.10 0.00 0.10 0.00 -antitrust antitrust adj 0.24 0.00 0.24 0.00 -antituberculeux antituberculeux nom m 0.00 0.14 0.00 0.14 -antitussif antitussif adj m s 0.01 0.07 0.01 0.00 -antitussives antitussif adj f p 0.01 0.07 0.00 0.07 -antitétanique antitétanique adj s 0.22 0.14 0.22 0.14 -antityphoïdique antityphoïdique adj m s 0.00 0.07 0.00 0.07 -antiémeute antiémeute adj s 0.01 0.00 0.01 0.00 -antiémétique antiémétique nom m s 0.01 0.00 0.01 0.00 -antivariolique antivariolique adj m s 0.01 0.00 0.01 0.00 -antivenimeux antivenimeux adj m s 0.03 0.00 0.03 0.00 -antiviolence antiviolence adj s 0.02 0.00 0.02 0.00 -antiviral antiviral adj m s 0.05 0.00 0.02 0.00 -antiviraux antiviral nom m p 0.16 0.00 0.14 0.00 -antivirus antivirus nom m 0.66 0.00 0.66 0.00 -antivol antivol nom m s 0.30 0.14 0.30 0.14 -antonin antonin adj m s 0.14 0.14 0.14 0.14 -antonomase antonomase nom f s 0.00 0.07 0.00 0.07 -antonyme antonyme nom m s 0.00 0.14 0.00 0.07 -antonymes antonyme nom m p 0.00 0.14 0.00 0.07 -antre antre nom m s 2.96 4.66 2.96 4.39 -antres antre nom m p 2.96 4.66 0.01 0.27 -anté anter ver 0.00 0.07 0.00 0.07 imp:pre:2s; -antéchrist antéchrist nom m s 2.89 1.08 2.83 1.08 -antéchrists antéchrist nom m p 2.89 1.08 0.06 0.00 -antécédent antécédent nom m s 5.71 0.68 0.38 0.00 -antécédents antécédent nom m p 5.71 0.68 5.33 0.68 -antédiluvien antédiluvien adj m s 0.03 0.88 0.01 0.41 -antédiluvienne antédiluvien adj f s 0.03 0.88 0.01 0.20 -antédiluviennes antédiluvien adj f p 0.03 0.88 0.00 0.27 -antédiluviens antédiluvien adj m p 0.03 0.88 0.01 0.00 -antépénultième antépénultième nom f s 0.00 0.20 0.00 0.14 -antépénultièmes antépénultième nom f p 0.00 0.20 0.00 0.07 -antérieur antérieur adj m s 3.82 10.27 0.88 2.43 -antérieure antérieur adj f s 3.82 10.27 1.82 3.92 -antérieurement antérieurement adv 0.36 1.01 0.36 1.01 -antérieures antérieur adj f p 3.82 10.27 0.66 1.69 -antérieurs antérieur adj m p 3.82 10.27 0.46 2.23 -antérograde antérograde adj f s 0.00 0.07 0.00 0.07 -anéanti anéantir ver m s 13.18 12.70 3.27 2.84 par:pas; -anéantie anéantir ver f s 13.18 12.70 1.55 1.96 par:pas; -anéanties anéantir ver f p 13.18 12.70 0.19 0.41 par:pas; -anéantir anéantir ver 13.18 12.70 4.41 3.78 inf; -anéantira anéantir ver 13.18 12.70 0.47 0.07 ind:fut:3s; -anéantirai anéantir ver 13.18 12.70 0.05 0.00 ind:fut:1s; -anéantiraient anéantir ver 13.18 12.70 0.01 0.07 cnd:pre:3p; -anéantirait anéantir ver 13.18 12.70 0.27 0.07 cnd:pre:3s; -anéantirent anéantir ver 13.18 12.70 0.00 0.14 ind:pas:3p; -anéantiriez anéantir ver 13.18 12.70 0.02 0.00 cnd:pre:2p; -anéantirons anéantir ver 13.18 12.70 0.06 0.00 ind:fut:1p; -anéantiront anéantir ver 13.18 12.70 0.09 0.00 ind:fut:3p; -anéantis anéantir ver m p 13.18 12.70 1.62 1.62 imp:pre:2s;ind:pre:1s;ind:pre:2s;par:pas; -anéantissaient anéantir ver 13.18 12.70 0.00 0.27 ind:imp:3p; -anéantissait anéantir ver 13.18 12.70 0.00 0.47 ind:imp:3s; -anéantissant anéantir ver 13.18 12.70 0.04 0.14 par:pre; -anéantissante anéantissant adj f s 0.01 0.14 0.01 0.07 -anéantissantes anéantissant adj f p 0.01 0.14 0.00 0.07 -anéantisse anéantir ver 13.18 12.70 0.36 0.07 sub:pre:1s;sub:pre:3s; -anéantissement anéantissement nom m s 0.63 3.38 0.62 3.24 -anéantissements anéantissement nom m p 0.63 3.38 0.01 0.14 -anéantissent anéantir ver 13.18 12.70 0.14 0.14 ind:pre:3p; -anéantissez anéantir ver 13.18 12.70 0.08 0.00 imp:pre:2p;ind:pre:2p; -anéantissons anéantir ver 13.18 12.70 0.02 0.00 imp:pre:1p;ind:pre:1p; -anéantit anéantir ver 13.18 12.70 0.52 0.68 ind:pre:3s;ind:pas:3s; -anuité anuiter ver m s 0.00 0.20 0.00 0.14 par:pas; -anuitées anuiter ver f p 0.00 0.20 0.00 0.07 par:pas; -anémiais anémier ver 0.04 0.14 0.00 0.07 ind:imp:1s; -anémiante anémiant adj f s 0.00 0.07 0.00 0.07 -anémie anémie nom f s 1.31 0.41 1.31 0.41 -anémique anémique adj s 0.75 1.15 0.52 0.81 -anémiques anémique adj p 0.75 1.15 0.23 0.34 -anémié anémier ver m s 0.04 0.14 0.01 0.00 par:pas; -anémiée anémié adj f s 0.02 0.14 0.01 0.00 -anémiés anémié adj m p 0.02 0.14 0.01 0.07 -anémomètre anémomètre nom m s 0.02 0.14 0.02 0.14 -anémométrique anémométrique adj s 0.00 0.07 0.00 0.07 -anémone anémone nom f s 0.17 3.45 0.05 0.68 -anémones anémone nom f p 0.17 3.45 0.12 2.77 -anus anus nom m 1.63 1.82 1.63 1.82 -anuscopie anuscopie nom f s 0.01 0.00 0.01 0.00 -anévrisme anévrisme nom m s 1.33 0.07 1.28 0.07 -anévrismes anévrisme nom m p 1.33 0.07 0.05 0.00 -anxieuse anxieux adj f s 3.76 10.47 0.91 3.58 -anxieusement anxieusement adv 0.17 2.36 0.17 2.36 -anxieuses anxieux adj f p 3.76 10.47 0.02 0.54 -anxieux anxieux adj m 3.76 10.47 2.83 6.35 -anxiolytique anxiolytique nom m s 0.28 0.00 0.21 0.00 -anxiolytiques anxiolytique nom m p 0.28 0.00 0.07 0.00 -anxiété anxiété nom f s 3.06 10.27 2.92 9.86 -anxiétés anxiété nom f p 3.06 10.27 0.14 0.41 -anya anya nom m s 0.26 0.00 0.26 0.00 -août août nom m 12.65 49.66 12.65 49.66 -aoûtat aoûtat nom m s 0.08 0.00 0.08 0.00 -aoûtien aoûtien nom m s 0.00 0.07 0.00 0.07 -aoriste aoriste nom m s 0.00 0.07 0.00 0.07 -aorte aorte nom f s 1.16 0.20 1.16 0.20 -aortique aortique adj s 0.21 0.07 0.15 0.07 -aortiques aortique adj p 0.21 0.07 0.06 0.00 -aouls aoul nom m p 0.00 0.07 0.00 0.07 -apôtre apôtre nom m s 2.89 6.28 1.36 2.03 -apôtres apôtre nom m p 2.89 6.28 1.53 4.26 -apache apache adj s 0.60 0.20 0.40 0.20 -apaches apache adj p 0.60 0.20 0.20 0.00 -apaisa apaiser ver 8.52 35.00 0.12 3.04 ind:pas:3s; -apaisai apaiser ver 8.52 35.00 0.00 0.07 ind:pas:1s; -apaisaient apaiser ver 8.52 35.00 0.00 0.54 ind:imp:3p; -apaisais apaiser ver 8.52 35.00 0.02 0.07 ind:imp:1s;ind:imp:2s; -apaisait apaiser ver 8.52 35.00 0.04 3.18 ind:imp:3s; -apaisant apaisant adj m s 1.28 6.62 0.70 2.30 -apaisante apaisant adj f s 1.28 6.62 0.48 2.43 -apaisantes apaisant adj f p 1.28 6.62 0.06 0.95 -apaisants apaisant adj m p 1.28 6.62 0.04 0.95 -apaise apaiser ver 8.52 35.00 2.01 4.66 imp:pre:2s;ind:pre:1s;ind:pre:3s; -apaisement apaisement nom m s 0.47 7.23 0.46 6.69 -apaisements apaisement nom m p 0.47 7.23 0.01 0.54 -apaisent apaiser ver 8.52 35.00 0.11 0.88 ind:pre:3p; -apaiser apaiser ver 8.52 35.00 3.49 8.85 inf; -apaisera apaiser ver 8.52 35.00 0.60 0.20 ind:fut:3s; -apaiseraient apaiser ver 8.52 35.00 0.01 0.14 cnd:pre:3p; -apaiserais apaiser ver 8.52 35.00 0.01 0.07 cnd:pre:1s; -apaiserait apaiser ver 8.52 35.00 0.09 0.54 cnd:pre:3s; -apaisez apaiser ver 8.52 35.00 0.19 0.07 imp:pre:2p; -apaisiez apaiser ver 8.52 35.00 0.01 0.00 ind:imp:2p; -apaisons apaiser ver 8.52 35.00 0.00 0.07 imp:pre:1p; -apaisât apaiser ver 8.52 35.00 0.00 0.27 sub:imp:3s; -apaisèrent apaiser ver 8.52 35.00 0.00 0.68 ind:pas:3p; -apaisé apaiser ver m s 8.52 35.00 1.08 4.66 par:pas; -apaisée apaiser ver f s 8.52 35.00 0.47 4.05 par:pas; -apaisées apaiser ver f p 8.52 35.00 0.04 0.74 par:pas; -apaisés apaiser ver m p 8.52 35.00 0.17 1.15 par:pas; -apanage apanage nom m s 0.27 1.22 0.27 1.15 -apanages apanage nom m p 0.27 1.22 0.00 0.07 -apartheid apartheid nom m s 0.53 0.07 0.53 0.07 -aparté aparté nom m s 0.24 1.69 0.20 1.15 -apartés aparté nom m p 0.24 1.69 0.04 0.54 -apathie apathie nom f s 0.91 1.49 0.91 1.49 -apathique apathique adj s 0.52 0.54 0.46 0.41 -apathiques apathique adj m p 0.52 0.54 0.06 0.14 -apatride apatride adj m s 0.32 0.54 0.30 0.27 -apatrides apatride adj m p 0.32 0.54 0.02 0.27 -apax apax nom m 0.00 0.07 0.00 0.07 -ape ape nom m s 0.23 0.14 0.23 0.07 -aperceptions aperception nom f p 0.00 0.14 0.00 0.14 -apercevaient apercevoir ver 34.56 233.11 0.00 2.30 ind:imp:3p; -apercevais apercevoir ver 34.56 233.11 0.15 6.55 ind:imp:1s;ind:imp:2s; -apercevait apercevoir ver 34.56 233.11 0.79 25.68 ind:imp:3s; -apercevant apercevoir ver 34.56 233.11 0.08 8.45 par:pre; -apercevez apercevoir ver 34.56 233.11 0.49 0.41 ind:pre:2p; -aperceviez apercevoir ver 34.56 233.11 0.14 0.00 ind:imp:2p; -apercevions apercevoir ver 34.56 233.11 0.03 1.08 ind:imp:1p;sub:pre:1p; -apercevoir apercevoir ver 34.56 233.11 6.16 35.20 inf; -apercevons apercevoir ver 34.56 233.11 0.06 0.95 ind:pre:1p; -apercevra apercevoir ver 34.56 233.11 1.27 1.42 ind:fut:3s; -apercevrai apercevoir ver 34.56 233.11 0.03 0.20 ind:fut:1s; -apercevraient apercevoir ver 34.56 233.11 0.00 0.07 cnd:pre:3p; -apercevrais apercevoir ver 34.56 233.11 0.08 0.34 cnd:pre:1s;cnd:pre:2s; -apercevrait apercevoir ver 34.56 233.11 0.37 1.22 cnd:pre:3s; -apercevras apercevoir ver 34.56 233.11 0.35 0.27 ind:fut:2s; -apercevrez apercevoir ver 34.56 233.11 0.23 0.68 ind:fut:2p; -apercevrons apercevoir ver 34.56 233.11 0.02 0.14 ind:fut:1p; -apercevront apercevoir ver 34.56 233.11 0.61 0.47 ind:fut:3p; -aperçûmes apercevoir ver 34.56 233.11 0.12 0.81 ind:pas:1p; -aperçût apercevoir ver 34.56 233.11 0.00 1.62 sub:imp:3s; -aperçois apercevoir ver 34.56 233.11 3.82 14.86 imp:pre:2s;ind:pre:1s;ind:pre:2s; -aperçoit apercevoir ver 34.56 233.11 3.15 21.82 ind:pre:3s; -aperçoive apercevoir ver 34.56 233.11 2.42 4.05 sub:pre:1s;sub:pre:3s; -aperçoivent apercevoir ver 34.56 233.11 0.43 1.62 ind:pre:3p; -aperçoives apercevoir ver 34.56 233.11 0.34 0.14 sub:pre:2s; -aperçu apercevoir ver m s 34.56 233.11 8.28 27.23 par:pas; -aperçue apercevoir ver f s 34.56 233.11 2.77 8.58 par:pas; -aperçues apercevoir ver f p 34.56 233.11 0.04 0.88 par:pas; -aperçurent apercevoir ver 34.56 233.11 0.25 3.85 ind:pas:3p; -aperçus apercevoir ver m p 34.56 233.11 1.34 16.69 ind:pas:1s;par:pas; -aperçussent apercevoir ver 34.56 233.11 0.00 0.07 sub:imp:3p; -aperçut apercevoir ver 34.56 233.11 0.76 45.47 ind:pas:3s; -apes ape nom m p 0.23 0.14 0.00 0.07 -apesanteur apesanteur nom f s 0.93 0.81 0.93 0.81 -apeura apeurer ver 0.36 1.76 0.00 0.07 ind:pas:3s; -apeuraient apeurer ver 0.36 1.76 0.00 0.07 ind:imp:3p; -apeurait apeurer ver 0.36 1.76 0.00 0.14 ind:imp:3s; -apeure apeurer ver 0.36 1.76 0.01 0.07 ind:pre:3s; -apeurer apeurer ver 0.36 1.76 0.01 0.20 inf; -apeuré apeuré adj m s 1.31 5.68 0.69 2.36 -apeurée apeuré adj f s 1.31 5.68 0.47 1.22 -apeurées apeuré adj f p 1.31 5.68 0.01 0.34 -apeurés apeuré adj m p 1.31 5.68 0.14 1.76 -apex apex nom m 0.33 0.07 0.33 0.07 -aphaniptères aphaniptère nom m p 0.00 0.07 0.00 0.07 -aphasie aphasie nom f s 0.20 0.27 0.20 0.27 -aphasique aphasique adj s 0.03 0.47 0.02 0.27 -aphasiques aphasique adj m p 0.03 0.47 0.01 0.20 -aphone aphone adj s 0.27 1.01 0.25 0.74 -aphones aphone adj m p 0.27 1.01 0.02 0.27 -aphonie aphonie nom f s 0.00 0.14 0.00 0.14 -aphorisme aphorisme nom m s 0.04 0.88 0.02 0.14 -aphorismes aphorisme nom m p 0.04 0.88 0.02 0.74 -aphrodisiaque aphrodisiaque nom m s 1.27 0.27 1.09 0.14 -aphrodisiaques aphrodisiaque nom m p 1.27 0.27 0.17 0.14 -aphrodisie aphrodisie nom f s 0.00 0.14 0.00 0.14 -aphrodite aphrodite nom f s 0.01 0.00 0.01 0.00 -aphtes aphte nom m p 0.05 0.00 0.05 0.00 -aphteuse aphteux adj f s 0.17 0.34 0.16 0.34 -aphteux aphteux adj m 0.17 0.34 0.01 0.00 -aphérèse aphérèse nom f s 0.00 0.07 0.00 0.07 -api api nom m s 0.16 0.20 0.16 0.20 -apiculteur apiculteur nom m s 0.10 0.07 0.04 0.07 -apiculteurs apiculteur nom m p 0.10 0.07 0.02 0.00 -apicultrice apiculteur nom f s 0.10 0.07 0.04 0.00 -apiculture apiculture nom f s 0.04 0.00 0.04 0.00 -apion apion nom m s 0.00 0.07 0.00 0.07 -apis apis nom m 0.01 0.00 0.01 0.00 -apitoie apitoyer ver 2.52 6.22 0.69 0.34 imp:pre:2s;ind:pre:1s;ind:pre:3s; -apitoiement apitoiement nom m s 0.29 0.61 0.29 0.61 -apitoient apitoyer ver 2.52 6.22 0.01 0.20 ind:pre:3p; -apitoierai apitoyer ver 2.52 6.22 0.03 0.00 ind:fut:1s; -apitoierait apitoyer ver 2.52 6.22 0.00 0.07 cnd:pre:3s; -apitoies apitoyer ver 2.52 6.22 0.14 0.00 ind:pre:2s; -apitoya apitoyer ver 2.52 6.22 0.00 0.61 ind:pas:3s; -apitoyaient apitoyer ver 2.52 6.22 0.00 0.14 ind:imp:3p; -apitoyait apitoyer ver 2.52 6.22 0.01 0.47 ind:imp:3s; -apitoyant apitoyer ver 2.52 6.22 0.07 0.27 par:pre; -apitoyer apitoyer ver 2.52 6.22 1.32 1.62 inf; -apitoyez apitoyer ver 2.52 6.22 0.08 0.00 imp:pre:2p;ind:pre:2p; -apitoyons apitoyer ver 2.52 6.22 0.01 0.14 imp:pre:1p;ind:pre:1p; -apitoyèrent apitoyer ver 2.52 6.22 0.00 0.07 ind:pas:3p; -apitoyé apitoyer ver m s 2.52 6.22 0.04 1.15 par:pas; -apitoyée apitoyer ver f s 2.52 6.22 0.01 0.61 par:pas; -apitoyées apitoyer ver f p 2.52 6.22 0.00 0.14 par:pas; -apitoyés apitoyer ver m p 2.52 6.22 0.10 0.41 par:pas; -apivore apivore adj s 0.00 0.07 0.00 0.07 -aplani aplanir ver m s 0.61 2.57 0.05 0.61 par:pas; -aplanie aplanir ver f s 0.61 2.57 0.01 0.20 par:pas; -aplanies aplanir ver f p 0.61 2.57 0.00 0.14 par:pas; -aplanir aplanir ver 0.61 2.57 0.35 0.41 inf; -aplanira aplanir ver 0.61 2.57 0.00 0.07 ind:fut:3s; -aplaniront aplanir ver 0.61 2.57 0.00 0.14 ind:fut:3p; -aplanis aplanir ver 0.61 2.57 0.01 0.07 imp:pre:2s;ind:pre:1s; -aplanissaient aplanir ver 0.61 2.57 0.00 0.20 ind:imp:3p; -aplanissait aplanir ver 0.61 2.57 0.01 0.47 ind:imp:3s; -aplanissant aplanir ver 0.61 2.57 0.01 0.14 par:pre; -aplanissement aplanissement nom m s 0.01 0.34 0.01 0.34 -aplanissez aplanir ver 0.61 2.57 0.14 0.00 imp:pre:2p; -aplanissons aplanir ver 0.61 2.57 0.00 0.07 imp:pre:1p; -aplanit aplanir ver 0.61 2.57 0.01 0.07 ind:pre:3s; -aplasie aplasie nom f s 0.01 0.00 0.01 0.00 -aplat aplat nom m s 0.01 0.27 0.00 0.07 -aplati aplatir ver m s 1.91 14.53 0.32 2.77 par:pas; -aplatie aplatir ver f s 1.91 14.53 0.21 1.28 par:pas; -aplaties aplatir ver f p 1.91 14.53 0.02 0.47 par:pas; -aplatir aplatir ver 1.91 14.53 0.67 2.30 inf; -aplatirais aplatir ver 1.91 14.53 0.02 0.00 cnd:pre:1s; -aplatirait aplatir ver 1.91 14.53 0.02 0.07 cnd:pre:3s; -aplatirent aplatir ver 1.91 14.53 0.00 0.20 ind:pas:3p; -aplatirez aplatir ver 1.91 14.53 0.00 0.07 ind:fut:2p; -aplatis aplatir ver m p 1.91 14.53 0.34 1.69 imp:pre:2s;ind:pre:1s;ind:pre:2s;par:pas; -aplatissaient aplatir ver 1.91 14.53 0.01 0.20 ind:imp:3p; -aplatissais aplatir ver 1.91 14.53 0.00 0.14 ind:imp:1s; -aplatissait aplatir ver 1.91 14.53 0.00 0.81 ind:imp:3s; -aplatissant aplatir ver 1.91 14.53 0.00 0.95 par:pre; -aplatisse aplatir ver 1.91 14.53 0.03 0.14 sub:pre:1s;sub:pre:3s; -aplatissement aplatissement nom m s 0.03 0.54 0.03 0.41 -aplatissements aplatissement nom m p 0.03 0.54 0.00 0.14 -aplatissent aplatir ver 1.91 14.53 0.02 0.54 ind:pre:3p; -aplatissez aplatir ver 1.91 14.53 0.06 0.07 imp:pre:2p;ind:pre:2p; -aplatit aplatir ver 1.91 14.53 0.19 2.84 ind:pre:3s;ind:pas:3s; -aplats aplat nom m p 0.01 0.27 0.01 0.20 -aplomb aplomb nom m s 1.61 9.05 1.61 8.99 -aplombs aplomb nom m p 1.61 9.05 0.00 0.07 -apnée apnée nom f s 0.60 0.27 0.60 0.27 -apocalypse apocalypse nom f s 4.87 6.35 4.85 6.01 -apocalypses apocalypse nom f p 4.87 6.35 0.03 0.34 -apocalyptique apocalyptique adj s 0.58 1.76 0.38 1.01 -apocalyptiques apocalyptique adj p 0.58 1.76 0.20 0.74 -apocope apocope nom f s 0.01 0.00 0.01 0.00 -apocryphe apocryphe adj s 0.01 0.27 0.01 0.14 -apocryphes apocryphe nom m p 0.04 0.14 0.03 0.00 -apodictique apodictique adj f s 0.00 0.07 0.00 0.07 -apogée apogée nom m s 1.40 1.76 1.40 1.76 -apâli apâlir ver m s 0.00 0.14 0.00 0.07 par:pas; -apâlis apâlir ver m p 0.00 0.14 0.00 0.07 par:pas; -apolitique apolitique adj m s 0.60 0.20 0.58 0.14 -apolitiques apolitique nom p 0.20 0.07 0.10 0.07 -apolitisme apolitisme nom m s 0.00 0.07 0.00 0.07 -apollon apollon nom m s 0.04 0.14 0.04 0.00 -apollons apollon nom m p 0.04 0.14 0.01 0.14 -apologie apologie nom f s 0.17 1.22 0.17 1.22 -apologiste apologiste nom s 0.02 0.20 0.01 0.14 -apologistes apologiste nom p 0.02 0.20 0.01 0.07 -apologue apologue nom m s 0.00 0.61 0.00 0.61 -apologétique apologétique nom s 0.00 0.47 0.00 0.47 -apologétiques apologétique adj m p 0.00 0.14 0.00 0.07 -aponévroses aponévrose nom f p 0.01 0.07 0.01 0.07 -aponévrotique aponévrotique adj f s 0.01 0.00 0.01 0.00 -apophtegmes apophtegme nom m p 0.00 0.20 0.00 0.20 -apoplectique apoplectique adj s 0.15 0.88 0.14 0.88 -apoplectiques apoplectique adj p 0.15 0.88 0.01 0.00 -apoplexie apoplexie nom f s 0.33 0.95 0.33 0.88 -apoplexies apoplexie nom f p 0.33 0.95 0.00 0.07 -apoptose apoptose nom f s 0.03 0.00 0.03 0.00 -apostasie apostasie nom f s 0.01 0.41 0.01 0.41 -apostasié apostasier ver m s 0.00 0.07 0.00 0.07 par:pas; -apostat apostat nom m s 0.46 0.27 0.25 0.20 -apostate apostat nom f s 0.46 0.27 0.00 0.07 -apostats apostat nom m p 0.46 0.27 0.21 0.00 -apostillée apostiller ver f s 0.00 0.07 0.00 0.07 par:pas; -apostolat apostolat nom m s 0.10 1.08 0.10 1.08 -apostolique apostolique adj s 0.72 1.96 0.72 1.89 -apostoliques apostolique adj f p 0.72 1.96 0.00 0.07 -apostropha apostropher ver 0.05 3.31 0.00 0.68 ind:pas:3s; -apostrophaient apostropher ver 0.05 3.31 0.00 0.20 ind:imp:3p; -apostrophait apostropher ver 0.05 3.31 0.00 0.61 ind:imp:3s; -apostrophant apostropher ver 0.05 3.31 0.00 0.34 par:pre; -apostrophe apostrophe nom f s 0.15 1.76 0.15 1.15 -apostrophent apostropher ver 0.05 3.31 0.00 0.14 ind:pre:3p; -apostropher apostropher ver 0.05 3.31 0.01 0.27 inf; -apostrophes apostrophe nom f p 0.15 1.76 0.00 0.61 -apostrophèrent apostropher ver 0.05 3.31 0.00 0.07 ind:pas:3p; -apostrophé apostropher ver m s 0.05 3.31 0.00 0.34 par:pas; -apostrophée apostropher ver f s 0.05 3.31 0.00 0.20 par:pas; -apostées aposter ver f p 0.00 0.07 0.00 0.07 par:pas; -apostume apostume nom m s 0.00 0.07 0.00 0.07 -apothicaire apothicaire nom m s 0.32 1.28 0.32 1.15 -apothicairerie apothicairerie nom f s 0.00 0.07 0.00 0.07 -apothicaires apothicaire nom m p 0.32 1.28 0.00 0.14 -apothéose apothéose nom f s 0.49 4.26 0.49 4.12 -apothéoses apothéose nom f p 0.49 4.26 0.00 0.14 -apparût apparaître ver 43.78 159.26 0.01 0.74 sub:imp:3s; -apparaît apparaître ver 43.78 159.26 11.14 27.91 ind:pre:3s; -apparaîtra apparaître ver 43.78 159.26 1.77 1.08 ind:fut:3s; -apparaîtrai apparaître ver 43.78 159.26 0.03 0.07 ind:fut:1s; -apparaîtraient apparaître ver 43.78 159.26 0.02 0.20 cnd:pre:3p; -apparaîtrais apparaître ver 43.78 159.26 0.02 0.07 cnd:pre:1s;cnd:pre:2s; -apparaîtrait apparaître ver 43.78 159.26 0.31 1.35 cnd:pre:3s; -apparaîtras apparaître ver 43.78 159.26 0.02 0.07 ind:fut:2s; -apparaître apparaître ver 43.78 159.26 6.30 24.46 inf; -apparaîtrez apparaître ver 43.78 159.26 0.03 0.07 ind:fut:2p; -apparaîtrions apparaître ver 43.78 159.26 0.01 0.07 cnd:pre:1p; -apparaîtrons apparaître ver 43.78 159.26 0.01 0.20 ind:fut:1p; -apparaîtront apparaître ver 43.78 159.26 0.41 0.61 ind:fut:3p; -apparais apparaître ver 43.78 159.26 0.90 0.41 imp:pre:2s;ind:pre:1s;ind:pre:2s; -apparaissaient apparaître ver 43.78 159.26 0.32 8.51 ind:imp:3p; -apparaissais apparaître ver 43.78 159.26 0.03 0.34 ind:imp:1s;ind:imp:2s; -apparaissait apparaître ver 43.78 159.26 1.06 27.09 ind:imp:3s; -apparaissant apparaître ver 43.78 159.26 0.27 2.43 par:pre; -apparaisse apparaître ver 43.78 159.26 0.93 2.03 sub:pre:1s;sub:pre:3s; -apparaissent apparaître ver 43.78 159.26 3.89 7.97 ind:pre:3p; -apparaissez apparaître ver 43.78 159.26 0.38 0.27 imp:pre:2p;ind:pre:2p; -apparaissiez apparaître ver 43.78 159.26 0.05 0.14 ind:imp:2p; -apparaissions apparaître ver 43.78 159.26 0.00 0.07 ind:imp:1p; -apparaissons apparaître ver 43.78 159.26 0.05 0.07 imp:pre:1p;ind:pre:1p; -apparat apparat nom m s 0.51 4.86 0.51 4.80 -apparatchik apparatchik nom m s 0.01 0.34 0.01 0.27 -apparatchiks apparatchik nom m p 0.01 0.34 0.00 0.07 -apparats apparat nom m p 0.51 4.86 0.00 0.07 -apparaux apparaux nom m p 0.00 0.20 0.00 0.20 -appareil_photo appareil_photo nom m s 0.32 0.27 0.32 0.27 -appareil appareil nom m s 51.53 44.66 44.20 35.88 -appareilla appareiller ver 1.24 2.97 0.00 0.34 ind:pas:3s; -appareillage appareillage nom m s 0.29 1.89 0.29 1.62 -appareillages appareillage nom m p 0.29 1.89 0.00 0.27 -appareillaient appareiller ver 1.24 2.97 0.00 0.07 ind:imp:3p; -appareillait appareiller ver 1.24 2.97 0.00 0.41 ind:imp:3s; -appareillant appareiller ver 1.24 2.97 0.00 0.14 par:pre; -appareille appareiller ver 1.24 2.97 0.22 0.27 ind:pre:1s;ind:pre:3s; -appareillent appareiller ver 1.24 2.97 0.01 0.07 ind:pre:3p; -appareiller appareiller ver 1.24 2.97 0.51 0.81 inf; -appareilleraient appareiller ver 1.24 2.97 0.00 0.07 cnd:pre:3p; -appareillez appareiller ver 1.24 2.97 0.06 0.00 imp:pre:2p; -appareillions appareiller ver 1.24 2.97 0.00 0.07 ind:imp:1p; -appareillons appareiller ver 1.24 2.97 0.40 0.14 imp:pre:1p;ind:pre:1p; -appareillé appareiller ver m s 1.24 2.97 0.04 0.41 par:pas; -appareillés appareiller ver m p 1.24 2.97 0.01 0.20 par:pas; -appareils appareil nom m p 51.53 44.66 7.34 8.78 -apparemment apparemment adv 43.08 29.53 43.08 29.53 -apparence apparence nom f s 17.64 48.51 11.85 34.32 -apparences apparence nom f p 17.64 48.51 5.79 14.19 -apparent apparent adj m s 2.88 19.32 1.08 4.86 -apparentaient apparenter ver 0.77 4.86 0.01 0.54 ind:imp:3p; -apparentait apparenter ver 0.77 4.86 0.02 0.74 ind:imp:3s; -apparentant apparenter ver 0.77 4.86 0.01 0.27 par:pre; -apparente apparent adj f s 2.88 19.32 1.35 10.34 -apparentement apparentement nom m s 0.03 0.07 0.03 0.07 -apparentent apparenter ver 0.77 4.86 0.03 0.41 ind:pre:3p; -apparenter apparenter ver 0.77 4.86 0.03 0.34 inf; -apparentes apparent adj f p 2.88 19.32 0.18 2.30 -apparents apparent adj m p 2.88 19.32 0.27 1.82 -apparenté apparenter ver m s 0.77 4.86 0.27 0.74 par:pas; -apparentée apparenter ver f s 0.77 4.86 0.05 0.47 par:pas; -apparentés apparenter ver m p 0.77 4.86 0.13 0.14 par:pas; -appariait apparier ver 0.19 0.81 0.00 0.14 ind:imp:3s; -appariant apparier ver 0.19 0.81 0.00 0.14 par:pre; -apparie apparier ver 0.19 0.81 0.00 0.07 ind:pre:3s; -apparier apparier ver 0.19 0.81 0.00 0.07 inf; -appariteur appariteur nom m s 0.28 0.61 0.28 0.34 -appariteurs appariteur nom m p 0.28 0.61 0.00 0.27 -apparition apparition nom f s 8.02 32.64 6.93 28.65 -apparitions apparition nom f p 8.02 32.64 1.08 3.99 -apparié apparier ver m s 0.19 0.81 0.01 0.07 par:pas; -appariée apparier ver f s 0.19 0.81 0.00 0.07 par:pas; -appariées apparier ver f p 0.19 0.81 0.00 0.14 par:pas; -appariés apparier ver m p 0.19 0.81 0.18 0.14 par:pas; -appart appart nom m s 18.07 2.03 17.48 1.96 -appartînt appartenir ver 80.57 92.36 0.00 0.74 sub:imp:3s; -appartement_roi appartement_roi nom m s 0.00 0.07 0.00 0.07 -appartement appartement nom m s 76.33 99.26 69.77 86.01 -appartements appartement nom m p 76.33 99.26 6.56 13.24 -appartenaient appartenir ver 80.57 92.36 2.26 9.05 ind:imp:3p; -appartenais appartenir ver 80.57 92.36 0.86 1.96 ind:imp:1s;ind:imp:2s; -appartenait appartenir ver 80.57 92.36 8.89 24.19 ind:imp:3s; -appartenance appartenance nom f s 1.83 3.45 1.82 3.24 -appartenances appartenance nom f p 1.83 3.45 0.01 0.20 -appartenant appartenir ver 80.57 92.36 2.90 5.47 par:pre; -appartenez appartenir ver 80.57 92.36 0.89 0.74 imp:pre:2p;ind:pre:2p; -apparteniez appartenir ver 80.57 92.36 0.19 0.14 ind:imp:2p; -appartenions appartenir ver 80.57 92.36 0.04 0.68 ind:imp:1p; -appartenir appartenir ver 80.57 92.36 3.74 9.12 inf; -appartenons appartenir ver 80.57 92.36 0.71 0.81 imp:pre:1p;ind:pre:1p; -appartenu appartenir ver m s 80.57 92.36 2.23 4.66 par:pas; -appartenues appartenir ver f p 80.57 92.36 0.01 0.00 par:pas; -appartiendra appartenir ver 80.57 92.36 1.23 1.01 ind:fut:3s; -appartiendrai appartenir ver 80.57 92.36 0.02 0.14 ind:fut:1s; -appartiendraient appartenir ver 80.57 92.36 0.22 0.47 cnd:pre:3p; -appartiendrais appartenir ver 80.57 92.36 0.00 0.14 cnd:pre:1s;cnd:pre:2s; -appartiendrait appartenir ver 80.57 92.36 0.36 1.42 cnd:pre:3s; -appartiendras appartenir ver 80.57 92.36 0.12 0.00 ind:fut:2s; -appartiendrons appartenir ver 80.57 92.36 0.01 0.00 ind:fut:1p; -appartiendront appartenir ver 80.57 92.36 0.07 0.07 ind:fut:3p; -appartienne appartenir ver 80.57 92.36 0.63 0.74 sub:pre:1s;sub:pre:3s; -appartiennent appartenir ver 80.57 92.36 6.86 6.76 ind:pre:3p; -appartiens appartenir ver 80.57 92.36 7.37 2.84 imp:pre:2s;ind:pre:1s;ind:pre:2s; -appartient appartenir ver 80.57 92.36 40.94 20.27 ind:pre:3s; -appartins appartenir ver 80.57 92.36 0.00 0.07 ind:pas:1s; -appartinssent appartenir ver 80.57 92.36 0.00 0.14 sub:imp:3p; -appartint appartenir ver 80.57 92.36 0.00 0.74 ind:pas:3s; -apparts appart nom m p 18.07 2.03 0.59 0.07 -apparu apparaître ver m s 43.78 159.26 6.43 9.12 par:pas; -apparue apparaître ver f s 43.78 159.26 4.21 6.55 par:pas; -apparues apparaître ver f p 43.78 159.26 0.81 1.15 par:pas; -apparurent apparaître ver 43.78 159.26 0.52 5.95 ind:pas:3p; -apparus apparaître ver m p 43.78 159.26 1.74 2.09 ind:pas:1s;par:pas; -apparussent apparaître ver 43.78 159.26 0.00 0.14 sub:imp:3p; -apparut apparaître ver 43.78 159.26 2.10 28.04 ind:pas:3s; -appas appas nom m p 0.40 0.95 0.40 0.95 -appauvri appauvrir ver m s 0.56 1.89 0.20 0.41 par:pas; -appauvrie appauvrir ver f s 0.56 1.89 0.12 0.41 par:pas; -appauvries appauvrir ver f p 0.56 1.89 0.03 0.07 par:pas; -appauvrir appauvrir ver 0.56 1.89 0.14 0.27 inf; -appauvris appauvrir ver m p 0.56 1.89 0.03 0.20 par:pas; -appauvrissaient appauvrir ver 0.56 1.89 0.00 0.14 ind:imp:3p; -appauvrissait appauvrir ver 0.56 1.89 0.00 0.07 ind:imp:3s; -appauvrissant appauvrissant adj m s 0.00 0.20 0.00 0.14 -appauvrissante appauvrissant adj f s 0.00 0.20 0.00 0.07 -appauvrissement appauvrissement nom m s 0.00 0.74 0.00 0.74 -appauvrissez appauvrir ver 0.56 1.89 0.02 0.07 imp:pre:2p;ind:pre:2p; -appauvrissions appauvrir ver 0.56 1.89 0.00 0.07 ind:imp:1p; -appauvrissons appauvrir ver 0.56 1.89 0.00 0.07 imp:pre:1p; -appauvrit appauvrir ver 0.56 1.89 0.03 0.14 ind:pre:3s;ind:pas:3s; -appeau appeau nom m s 0.08 0.41 0.06 0.27 -appeaux appeau nom m p 0.08 0.41 0.02 0.14 -appel appel nom m s 100.18 73.45 80.88 56.69 -appela appeler ver 1165.45 465.34 1.67 24.26 ind:pas:3s; -appelai appeler ver 1165.45 465.34 0.14 3.92 ind:pas:1s; -appelaient appeler ver 1165.45 465.34 4.61 14.93 ind:imp:3p; -appelais appeler ver 1165.45 465.34 8.02 6.62 ind:imp:1s;ind:imp:2s; -appelait appeler ver 1165.45 465.34 47.44 104.59 ind:imp:3s; -appelant appeler ver 1165.45 465.34 2.40 7.16 par:pre; -appelants appelant nom m p 0.42 0.54 0.10 0.07 -appeler appeler ver 1165.45 465.34 192.66 63.92 ind:imp:3s;inf; -appeleur appeleur nom m s 0.00 0.07 0.00 0.07 -appelez appeler ver 1165.45 465.34 95.78 11.42 imp:pre:2p;ind:pre:2p; -appeliez appeler ver 1165.45 465.34 2.53 0.81 ind:imp:2p;sub:pre:2p; -appelions appeler ver 1165.45 465.34 0.70 3.38 ind:imp:1p; -appellation appellation nom f s 0.36 3.31 0.28 2.43 -appellations appellation nom f p 0.36 3.31 0.08 0.88 -appelle appeler ver 1165.45 465.34 485.77 132.36 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:1s;sub:pre:3s; -appellent appeler ver 1165.45 465.34 23.89 16.01 ind:pre:3p; -appellera appeler ver 1165.45 465.34 9.29 2.50 ind:fut:3s; -appellerai appeler ver 1165.45 465.34 20.71 3.58 ind:fut:1s; -appelleraient appeler ver 1165.45 465.34 0.38 0.34 cnd:pre:3p; -appellerais appeler ver 1165.45 465.34 4.08 0.61 cnd:pre:1s;cnd:pre:2s; -appellerait appeler ver 1165.45 465.34 2.66 3.85 cnd:pre:3s; -appelleras appeler ver 1165.45 465.34 2.66 0.81 ind:fut:2s; -appellerez appeler ver 1165.45 465.34 1.30 0.20 ind:fut:2p; -appelleriez appeler ver 1165.45 465.34 0.77 0.20 cnd:pre:2p; -appellerions appeler ver 1165.45 465.34 0.10 0.14 cnd:pre:1p; -appellerons appeler ver 1165.45 465.34 0.88 0.54 ind:fut:1p; -appelleront appeler ver 1165.45 465.34 1.59 0.47 ind:fut:3p; -appelles appeler ver 1165.45 465.34 67.07 8.72 ind:pre:2s;sub:pre:2s; -appelons appeler ver 1165.45 465.34 8.38 5.68 imp:pre:1p;ind:pre:1p; -appelât appeler ver 1165.45 465.34 0.01 1.28 sub:imp:3s; -appels appel nom m p 100.18 73.45 19.30 16.76 -appelèrent appeler ver 1165.45 465.34 0.17 1.49 ind:pas:3p; -appelé appeler ver m s 1165.45 465.34 144.29 30.61 par:pas; -appelée appeler ver f s 1165.45 465.34 27.50 9.12 par:pas; -appelées appeler ver f p 1165.45 465.34 0.95 2.03 par:pas; -appelés appeler ver m p 1165.45 465.34 7.04 3.78 par:pas; -appendait appendre ver 0.04 0.41 0.00 0.07 ind:imp:3s; -appendice appendice nom m s 1.59 1.96 1.50 1.35 -appendicectomie appendicectomie nom f s 0.25 0.00 0.25 0.00 -appendices appendice nom m p 1.59 1.96 0.09 0.61 -appendicite appendicite nom f s 1.75 1.08 1.75 1.08 -appendrait appendre ver 0.04 0.41 0.00 0.07 cnd:pre:3s; -appendre appendre ver 0.04 0.41 0.03 0.07 inf; -appends appendre ver 0.04 0.41 0.01 0.00 imp:pre:2s; -appendu appendre ver m s 0.04 0.41 0.00 0.07 par:pas; -appendues appendre ver f p 0.04 0.41 0.00 0.07 par:pas; -appendus appendre ver m p 0.04 0.41 0.00 0.07 par:pas; -appentis appentis nom m 0.08 2.64 0.08 2.64 -appert appert ver 0.00 0.14 0.00 0.14 inf; -appesanti appesantir ver m s 0.02 3.04 0.00 0.27 par:pas; -appesantie appesantir ver f s 0.02 3.04 0.00 0.41 par:pas; -appesanties appesantir ver f p 0.02 3.04 0.00 0.14 par:pas; -appesantir appesantir ver 0.02 3.04 0.01 0.61 inf; -appesantis appesantir ver m p 0.02 3.04 0.00 0.20 ind:pre:1s;par:pas; -appesantissais appesantir ver 0.02 3.04 0.01 0.07 ind:imp:1s; -appesantissait appesantir ver 0.02 3.04 0.00 0.61 ind:imp:3s; -appesantissant appesantir ver 0.02 3.04 0.00 0.07 par:pre; -appesantissement appesantissement nom m s 0.00 0.07 0.00 0.07 -appesantit appesantir ver 0.02 3.04 0.00 0.68 ind:pre:3s;ind:pas:3s; -applaudîmes applaudir ver 15.82 17.97 0.00 0.07 ind:pas:1p; -applaudît applaudir ver 15.82 17.97 0.00 0.07 sub:imp:3s; -applaudi applaudir ver m s 15.82 17.97 1.56 2.03 par:pas; -applaudie applaudir ver f s 15.82 17.97 0.15 0.27 par:pas; -applaudies applaudir ver f p 15.82 17.97 0.01 0.20 par:pas; -applaudimètre applaudimètre nom m s 0.02 0.00 0.02 0.00 -applaudir applaudir ver 15.82 17.97 3.16 4.46 inf; -applaudira applaudir ver 15.82 17.97 0.07 0.07 ind:fut:3s; -applaudirai applaudir ver 15.82 17.97 0.25 0.00 ind:fut:1s; -applaudiraient applaudir ver 15.82 17.97 0.02 0.14 cnd:pre:3p; -applaudirais applaudir ver 15.82 17.97 0.17 0.07 cnd:pre:1s; -applaudirait applaudir ver 15.82 17.97 0.03 0.07 cnd:pre:3s; -applaudirent applaudir ver 15.82 17.97 0.00 0.61 ind:pas:3p; -applaudirez applaudir ver 15.82 17.97 0.02 0.07 ind:fut:2p; -applaudirons applaudir ver 15.82 17.97 0.02 0.00 ind:fut:1p; -applaudis applaudir ver m p 15.82 17.97 0.60 1.15 imp:pre:2s;ind:pre:1s;ind:pre:2s;par:pas; -applaudissaient applaudir ver 15.82 17.97 0.27 1.15 ind:imp:3p; -applaudissais applaudir ver 15.82 17.97 0.22 0.14 ind:imp:1s;ind:imp:2s; -applaudissait applaudir ver 15.82 17.97 0.49 2.16 ind:imp:3s; -applaudissant applaudir ver 15.82 17.97 0.20 0.14 par:pre; -applaudisse applaudir ver 15.82 17.97 0.10 0.00 sub:pre:1s;sub:pre:3s; -applaudissement applaudissement nom m s 7.04 9.26 0.50 0.34 -applaudissements applaudissement nom m p 7.04 9.26 6.54 8.92 -applaudissent applaudir ver 15.82 17.97 0.47 0.95 ind:pre:3p;sub:imp:3p; -applaudisseur applaudisseur nom m s 0.01 0.00 0.01 0.00 -applaudissez applaudir ver 15.82 17.97 2.75 0.07 imp:pre:2p;ind:pre:2p; -applaudissiez applaudir ver 15.82 17.97 0.02 0.00 ind:imp:2p; -applaudissions applaudir ver 15.82 17.97 0.00 0.07 ind:imp:1p; -applaudissons applaudir ver 15.82 17.97 0.89 0.07 imp:pre:1p;ind:pre:1p; -applaudit applaudir ver 15.82 17.97 4.37 3.99 ind:pre:3s;ind:pas:3s; -applicabilité applicabilité nom f s 0.02 0.00 0.02 0.00 -applicable applicable adj s 0.30 1.01 0.14 0.61 -applicables applicable adj p 0.30 1.01 0.16 0.41 -applicateur applicateur nom m s 0.28 0.00 0.28 0.00 -application application nom f s 2.81 15.88 2.10 15.34 -applications application nom f p 2.81 15.88 0.70 0.54 -appliqua appliquer ver 17.89 47.84 0.01 3.11 ind:pas:3s; -appliquai appliquer ver 17.89 47.84 0.01 1.01 ind:pas:1s; -appliquaient appliquer ver 17.89 47.84 0.04 1.22 ind:imp:3p; -appliquais appliquer ver 17.89 47.84 0.46 1.35 ind:imp:1s;ind:imp:2s; -appliquait appliquer ver 17.89 47.84 0.14 7.09 ind:imp:3s; -appliquant appliquer ver 17.89 47.84 0.16 4.26 par:pre; -appliquasse appliquer ver 17.89 47.84 0.00 0.07 sub:imp:1s; -appliquassions appliquer ver 17.89 47.84 0.00 0.07 sub:imp:1p; -applique appliquer ver 17.89 47.84 5.85 6.01 imp:pre:2s;ind:pre:1s;ind:pre:3s; -appliquent appliquer ver 17.89 47.84 1.23 1.62 ind:pre:3p; -appliquer appliquer ver 17.89 47.84 4.77 10.61 inf; -appliquera appliquer ver 17.89 47.84 0.09 0.34 ind:fut:3s; -appliquerai appliquer ver 17.89 47.84 0.23 0.14 ind:fut:1s; -appliquerais appliquer ver 17.89 47.84 0.15 0.07 cnd:pre:1s;cnd:pre:2s; -appliquerait appliquer ver 17.89 47.84 0.04 0.27 cnd:pre:3s; -appliqueras appliquer ver 17.89 47.84 0.00 0.07 ind:fut:2s; -appliquerez appliquer ver 17.89 47.84 0.12 0.00 ind:fut:2p; -appliquerons appliquer ver 17.89 47.84 0.02 0.07 ind:fut:1p; -appliques appliquer ver 17.89 47.84 0.50 0.14 ind:pre:2s; -appliquez appliquer ver 17.89 47.84 0.86 0.00 imp:pre:2p;ind:pre:2p; -appliquions appliquer ver 17.89 47.84 0.00 0.07 ind:imp:1p; -appliquons appliquer ver 17.89 47.84 0.14 0.07 imp:pre:1p;ind:pre:1p; -appliquât appliquer ver 17.89 47.84 0.00 0.41 sub:imp:3s; -appliquèrent appliquer ver 17.89 47.84 0.00 0.54 ind:pas:3p; -appliqué appliquer ver m s 17.89 47.84 1.85 5.07 par:pas; -appliquée appliquer ver f s 17.89 47.84 0.91 2.43 par:pas; -appliquées appliquer ver f p 17.89 47.84 0.26 1.08 par:pas; -appliqués appliqué adj m p 0.59 6.01 0.08 0.74 -appoggiature appoggiature nom f s 0.01 0.07 0.01 0.00 -appoggiatures appoggiature nom f p 0.01 0.07 0.00 0.07 -appoint appoint nom m s 0.35 1.76 0.35 1.76 -appointaient appointer ver 0.02 0.74 0.00 0.07 ind:imp:3p; -appointait appointer ver 0.02 0.74 0.00 0.07 ind:imp:3s; -appointe appointer ver 0.02 0.74 0.00 0.14 ind:pre:3s; -appointements appointement nom m p 0.03 0.74 0.03 0.74 -appointer appointer ver 0.02 0.74 0.00 0.07 inf; -appointé appointé adj m s 0.02 0.34 0.02 0.07 -appointée appointer ver f s 0.02 0.74 0.00 0.27 par:pas; -appointés appointer ver m p 0.02 0.74 0.01 0.00 par:pas; -appontage appontage nom m s 0.20 0.00 0.20 0.00 -appontement appontement nom m s 0.05 0.47 0.05 0.47 -apponter apponter ver 0.09 0.00 0.09 0.00 inf; -apport apport nom m s 1.80 1.82 1.63 1.35 -apporta apporter ver 209.89 159.32 0.93 16.82 ind:pas:3s; -apportai apporter ver 209.89 159.32 0.02 1.08 ind:pas:1s; -apportaient apporter ver 209.89 159.32 0.53 5.61 ind:imp:3p; -apportais apporter ver 209.89 159.32 1.78 2.09 ind:imp:1s;ind:imp:2s; -apportait apporter ver 209.89 159.32 3.24 24.86 ind:imp:3s; -apportant apporter ver 209.89 159.32 0.81 5.88 par:pre; -apportas apporter ver 209.89 159.32 0.00 0.07 ind:pas:2s; -apporte apporter ver 209.89 159.32 65.97 22.97 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:1s;sub:pre:3s; -apportent apporter ver 209.89 159.32 3.04 4.12 ind:pre:3p; -apporter apporter ver 209.89 159.32 34.40 29.53 inf;; -apportera apporter ver 209.89 159.32 4.78 1.28 ind:fut:3s; -apporterai apporter ver 209.89 159.32 6.29 1.49 ind:fut:1s; -apporteraient apporter ver 209.89 159.32 0.14 0.41 cnd:pre:3p; -apporterais apporter ver 209.89 159.32 0.34 0.14 cnd:pre:1s;cnd:pre:2s; -apporterait apporter ver 209.89 159.32 0.81 2.09 cnd:pre:3s; -apporteras apporter ver 209.89 159.32 0.69 0.54 ind:fut:2s; -apporterez apporter ver 209.89 159.32 0.41 0.20 ind:fut:2p; -apporteriez apporter ver 209.89 159.32 0.22 0.07 cnd:pre:2p; -apporterons apporter ver 209.89 159.32 0.32 0.00 ind:fut:1p; -apporteront apporter ver 209.89 159.32 0.68 0.07 ind:fut:3p; -apportes apporter ver 209.89 159.32 5.41 0.88 ind:pre:2s; -apportez apporter ver 209.89 159.32 18.50 1.69 imp:pre:2p;ind:pre:2p; -apportiez apporter ver 209.89 159.32 0.33 0.07 ind:imp:2p; -apportions apporter ver 209.89 159.32 0.01 0.47 ind:imp:1p; -apportons apporter ver 209.89 159.32 1.04 0.41 imp:pre:1p;ind:pre:1p; -apportât apporter ver 209.89 159.32 0.00 0.54 sub:imp:3s; -apports apport nom m p 1.80 1.82 0.17 0.47 -apportèrent apporter ver 209.89 159.32 0.03 1.42 ind:pas:3p; -apporté apporter ver m s 209.89 159.32 54.44 24.53 par:pas; -apportée apporter ver f s 209.89 159.32 2.49 3.38 par:pas; -apportées apporter ver f p 209.89 159.32 1.27 2.43 par:pas; -apportés apporter ver m p 209.89 159.32 0.99 4.19 par:pas; -apposa apposer ver 0.95 3.04 0.01 0.27 ind:pas:3s; -apposai apposer ver 0.95 3.04 0.00 0.07 ind:pas:1s; -apposait apposer ver 0.95 3.04 0.01 0.14 ind:imp:3s; -apposant apposer ver 0.95 3.04 0.01 0.00 par:pre; -appose apposer ver 0.95 3.04 0.40 0.14 imp:pre:2s;ind:pre:1s;ind:pre:3s; -apposent apposer ver 0.95 3.04 0.00 0.07 ind:pre:3p; -apposer apposer ver 0.95 3.04 0.28 0.81 inf; -apposerait apposer ver 0.95 3.04 0.00 0.14 cnd:pre:3s; -apposeras apposer ver 0.95 3.04 0.01 0.00 ind:fut:2s; -apposez apposer ver 0.95 3.04 0.04 0.00 imp:pre:2p; -apposition apposition nom f s 0.01 0.14 0.01 0.14 -apposé apposer ver m s 0.95 3.04 0.04 0.54 par:pas; -apposée apposer ver f s 0.95 3.04 0.00 0.34 par:pas; -apposées apposer ver f p 0.95 3.04 0.00 0.34 par:pas; -apposés apposer ver m p 0.95 3.04 0.14 0.20 par:pas; -appât appât nom m s 6.74 3.92 5.97 3.24 -appâtais appâter ver 1.59 1.55 0.01 0.07 ind:imp:1s; -appâtant appâter ver 1.59 1.55 0.01 0.07 par:pre; -appâte appâter ver 1.59 1.55 0.14 0.00 ind:pre:1s;ind:pre:3s; -appâtent appâter ver 1.59 1.55 0.02 0.07 ind:pre:3p; -appâter appâter ver 1.59 1.55 0.92 0.68 inf; -appâtera appâter ver 1.59 1.55 0.01 0.00 ind:fut:3s; -appâterait appâter ver 1.59 1.55 0.00 0.07 cnd:pre:3s; -appâtes appâter ver 1.59 1.55 0.02 0.00 ind:pre:2s; -appâtez appâter ver 1.59 1.55 0.02 0.00 imp:pre:2p;ind:pre:2p; -appâtons appâter ver 1.59 1.55 0.01 0.00 imp:pre:1p; -appâts appât nom m p 6.74 3.92 0.77 0.68 -appâté appâter ver m s 1.59 1.55 0.31 0.41 par:pas; -appâtée appâter ver f s 1.59 1.55 0.00 0.14 par:pas; -appâtées appâter ver f p 1.59 1.55 0.00 0.07 par:pas; -appâtés appâter ver m p 1.59 1.55 0.11 0.00 par:pas; -apprîmes apprendre ver 348.45 286.69 0.04 1.08 ind:pas:1p; -apprît apprendre ver 348.45 286.69 0.01 0.81 sub:imp:3s; -apprenaient apprendre ver 348.45 286.69 0.74 2.43 ind:imp:3p; -apprenais apprendre ver 348.45 286.69 1.61 5.47 ind:imp:1s;ind:imp:2s; -apprenait apprendre ver 348.45 286.69 3.27 11.76 ind:imp:3s; -apprenant apprendre ver 348.45 286.69 2.88 7.23 par:pre; -apprend apprendre ver 348.45 286.69 27.11 17.16 ind:pre:3s; -apprendra apprendre ver 348.45 286.69 11.14 5.07 ind:fut:3s; -apprendrai apprendre ver 348.45 286.69 7.16 3.58 ind:fut:1s; -apprendraient apprendre ver 348.45 286.69 0.05 0.88 cnd:pre:3p; -apprendrais apprendre ver 348.45 286.69 1.36 1.28 cnd:pre:1s;cnd:pre:2s; -apprendrait apprendre ver 348.45 286.69 0.77 3.78 cnd:pre:3s; -apprendras apprendre ver 348.45 286.69 6.43 1.49 ind:fut:2s; -apprendre apprendre ver 348.45 286.69 101.75 71.22 inf; -apprendrez apprendre ver 348.45 286.69 3.35 0.74 ind:fut:2p; -apprendriez apprendre ver 348.45 286.69 0.10 0.27 cnd:pre:2p; -apprendrions apprendre ver 348.45 286.69 0.00 0.27 cnd:pre:1p; -apprendrons apprendre ver 348.45 286.69 0.63 0.68 ind:fut:1p; -apprendront apprendre ver 348.45 286.69 1.38 1.08 ind:fut:3p; -apprends apprendre ver 348.45 286.69 27.50 8.38 imp:pre:2s;ind:pre:1s;ind:pre:2s; -apprenez apprendre ver 348.45 286.69 7.34 2.23 imp:pre:2p;ind:pre:2p; -appreniez apprendre ver 348.45 286.69 0.72 0.41 ind:imp:2p;sub:pre:2p; -apprenions apprendre ver 348.45 286.69 0.09 1.76 ind:imp:1p; -apprenne apprendre ver 348.45 286.69 6.25 4.19 sub:pre:1s;sub:pre:3s; -apprennent apprendre ver 348.45 286.69 7.79 4.66 ind:pre:3p; -apprennes apprendre ver 348.45 286.69 2.51 0.88 sub:pre:2s; -apprenons apprendre ver 348.45 286.69 1.39 0.68 imp:pre:1p;ind:pre:1p; -apprenti_pilote apprenti_pilote nom m s 0.02 0.00 0.02 0.00 -apprenti_sorcier apprenti_sorcier nom m s 0.00 0.14 0.00 0.14 -apprenti apprenti nom m s 2.52 17.64 1.96 10.95 -apprentie apprenti nom f s 2.52 17.64 0.23 0.47 -apprenties apprenti nom f p 2.52 17.64 0.02 0.27 -apprentis apprenti nom m p 2.52 17.64 0.31 5.95 -apprentissage apprentissage nom m s 1.86 10.47 1.86 10.14 -apprentissages apprentissage nom m p 1.86 10.47 0.00 0.34 -apprirent apprendre ver 348.45 286.69 0.15 2.23 ind:pas:3p; -appris apprendre ver m 348.45 286.69 120.98 97.70 ind:pas:1s;ind:pas:2s;par:pas;par:pas; -apprise apprendre ver f s 348.45 286.69 1.81 3.45 par:pas; -apprises apprendre ver f p 348.45 286.69 0.64 1.82 par:pas; -apprissent apprendre ver 348.45 286.69 0.00 0.07 sub:imp:3p; -apprit apprendre ver 348.45 286.69 1.48 21.96 ind:pas:3s; -apprivoisa apprivoiser ver 2.40 10.54 0.00 0.20 ind:pas:3s; -apprivoisaient apprivoiser ver 2.40 10.54 0.00 0.07 ind:imp:3p; -apprivoisais apprivoiser ver 2.40 10.54 0.00 0.14 ind:imp:1s; -apprivoisait apprivoiser ver 2.40 10.54 0.00 0.41 ind:imp:3s; -apprivoisant apprivoiser ver 2.40 10.54 0.01 0.14 par:pre; -apprivoise apprivoiser ver 2.40 10.54 0.25 0.74 imp:pre:2s;ind:pre:1s;ind:pre:3s; -apprivoisent apprivoiser ver 2.40 10.54 0.01 0.27 ind:pre:3p; -apprivoiser apprivoiser ver 2.40 10.54 0.42 5.14 inf; -apprivoiserai apprivoiser ver 2.40 10.54 0.14 0.20 ind:fut:1s; -apprivoiseur apprivoiseur adj m s 0.00 0.07 0.00 0.07 -apprivoisez apprivoiser ver 2.40 10.54 0.03 0.07 imp:pre:2p;ind:pre:2p; -apprivoisons apprivoiser ver 2.40 10.54 0.01 0.00 ind:pre:1p; -apprivoisèrent apprivoiser ver 2.40 10.54 0.00 0.14 ind:pas:3p; -apprivoisé apprivoiser ver m s 2.40 10.54 0.98 1.28 par:pas; -apprivoisée apprivoiser ver f s 2.40 10.54 0.17 1.15 par:pas; -apprivoisées apprivoiser ver f p 2.40 10.54 0.04 0.27 par:pas; -apprivoisés apprivoiser ver m p 2.40 10.54 0.36 0.34 par:pas; -approbateur approbateur adj m s 0.00 1.55 0.00 1.08 -approbateurs approbateur adj m p 0.00 1.55 0.00 0.27 -approbatif approbatif adj m s 0.00 0.07 0.00 0.07 -approbation approbation nom f s 2.56 9.80 2.55 9.19 -approbations approbation nom f p 2.56 9.80 0.01 0.61 -approbativement approbativement adv 0.00 0.07 0.00 0.07 -approbatrice approbateur adj f s 0.00 1.55 0.00 0.20 -approcha approcher ver 117.65 196.15 1.09 42.70 ind:pas:3s; -approchai approcher ver 117.65 196.15 0.20 4.32 ind:pas:1s; -approchaient approcher ver 117.65 196.15 0.45 6.62 ind:imp:3p; -approchais approcher ver 117.65 196.15 0.53 2.09 ind:imp:1s;ind:imp:2s; -approchait approcher ver 117.65 196.15 2.79 27.70 ind:imp:3s; -approchant approcher ver 117.65 196.15 0.90 10.74 par:pre; -approchants approchant adj m p 0.41 1.82 0.01 0.14 -approchassent approcher ver 117.65 196.15 0.00 0.07 sub:imp:3p; -approche approcher ver 117.65 196.15 44.17 31.15 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:1s; -approchent approcher ver 117.65 196.15 5.66 4.93 ind:pre:3p; -approcher approcher ver 117.65 196.15 19.62 35.27 ind:pre:2p;inf; -approchera approcher ver 117.65 196.15 0.83 0.20 ind:fut:3s; -approcherai approcher ver 117.65 196.15 0.33 0.00 ind:fut:1s; -approcherais approcher ver 117.65 196.15 0.18 0.14 cnd:pre:1s; -approcherait approcher ver 117.65 196.15 0.07 0.34 cnd:pre:3s; -approcheras approcher ver 117.65 196.15 0.13 0.00 ind:fut:2s; -approcherez approcher ver 117.65 196.15 0.17 0.20 ind:fut:2p; -approcherions approcher ver 117.65 196.15 0.00 0.07 cnd:pre:1p; -approcherons approcher ver 117.65 196.15 0.05 0.00 ind:fut:1p; -approcheront approcher ver 117.65 196.15 0.11 0.07 ind:fut:3p; -approches approcher ver 117.65 196.15 2.97 0.61 ind:pre:2s;sub:pre:2s; -approchez approcher ver 117.65 196.15 27.75 2.43 imp:pre:2p;ind:pre:2p; -approchiez approcher ver 117.65 196.15 0.24 0.07 ind:imp:2p; -approchions approcher ver 117.65 196.15 0.09 1.76 ind:imp:1p; -approchâmes approcher ver 117.65 196.15 0.01 0.34 ind:pas:1p; -approchons approcher ver 117.65 196.15 2.45 1.55 imp:pre:1p;ind:pre:1p; -approchât approcher ver 117.65 196.15 0.00 0.20 sub:imp:3s; -approchèrent approcher ver 117.65 196.15 0.02 3.38 ind:pas:3p; -approché approcher ver m s 117.65 196.15 4.75 11.96 par:pas; -approchée approcher ver f s 117.65 196.15 1.36 5.14 par:pas; -approchées approcher ver f p 117.65 196.15 0.25 0.34 par:pas; -approchés approcher ver m p 117.65 196.15 0.50 1.76 par:pas; -approfondît approfondir ver 1.69 7.57 0.00 0.14 sub:imp:3s; -approfondi approfondi adj m s 1.46 1.69 0.34 0.61 -approfondie approfondi adj f s 1.46 1.69 0.83 0.81 -approfondies approfondir ver f p 1.69 7.57 0.09 0.20 par:pas; -approfondir approfondir ver 1.69 7.57 1.04 3.58 inf; -approfondirai approfondir ver 1.69 7.57 0.00 0.07 ind:fut:1s; -approfondirent approfondir ver 1.69 7.57 0.00 0.14 ind:pas:3p; -approfondirions approfondir ver 1.69 7.57 0.00 0.07 cnd:pre:1p; -approfondirons approfondir ver 1.69 7.57 0.01 0.07 ind:fut:1p; -approfondis approfondi adj m p 1.46 1.69 0.20 0.07 -approfondissaient approfondir ver 1.69 7.57 0.00 0.20 ind:imp:3p; -approfondissais approfondir ver 1.69 7.57 0.00 0.14 ind:imp:1s; -approfondissait approfondir ver 1.69 7.57 0.01 0.27 ind:imp:3s; -approfondissant approfondir ver 1.69 7.57 0.01 0.27 par:pre; -approfondisse approfondir ver 1.69 7.57 0.02 0.07 sub:pre:1s;sub:pre:3s; -approfondissement approfondissement nom m s 0.02 0.00 0.02 0.00 -approfondissent approfondir ver 1.69 7.57 0.01 0.14 ind:pre:3p; -approfondissons approfondir ver 1.69 7.57 0.01 0.00 ind:pre:1p; -approfondit approfondir ver 1.69 7.57 0.13 0.88 ind:pre:3s;ind:pas:3s; -appropriaient approprier ver 5.73 5.47 0.10 0.20 ind:imp:3p; -appropriait approprier ver 5.73 5.47 0.00 0.20 ind:imp:3s; -appropriant approprier ver 5.73 5.47 0.17 0.14 par:pre; -appropriation appropriation nom f s 0.19 0.34 0.04 0.34 -appropriations appropriation nom f p 0.19 0.34 0.15 0.00 -approprie approprier ver 5.73 5.47 0.33 0.27 ind:pre:3s;sub:pre:3s; -approprient approprier ver 5.73 5.47 0.05 0.07 ind:pre:3p; -approprier approprier ver 5.73 5.47 1.30 1.76 inf; -approprieraient approprier ver 5.73 5.47 0.00 0.07 cnd:pre:3p; -approprierais approprier ver 5.73 5.47 0.01 0.00 cnd:pre:1s; -approprierait approprier ver 5.73 5.47 0.00 0.07 cnd:pre:3s; -approprieront approprier ver 5.73 5.47 0.02 0.00 ind:fut:3p; -appropriez approprier ver 5.73 5.47 0.02 0.00 ind:pre:2p; -approprié approprié adj m s 4.77 3.38 2.84 1.08 -appropriée approprié adj f s 4.77 3.38 0.89 1.15 -appropriées approprié adj f p 4.77 3.38 0.47 0.20 -appropriés approprié adj m p 4.77 3.38 0.57 0.95 -approuva approuver ver 15.39 36.08 0.01 7.43 ind:pas:3s; -approuvai approuver ver 15.39 36.08 0.00 0.61 ind:pas:1s; -approuvaient approuver ver 15.39 36.08 0.20 0.81 ind:imp:3p; -approuvais approuver ver 15.39 36.08 0.26 0.68 ind:imp:1s;ind:imp:2s; -approuvait approuver ver 15.39 36.08 0.65 4.73 ind:imp:3s; -approuvant approuver ver 15.39 36.08 0.07 1.15 par:pre; -approuve approuver ver 15.39 36.08 4.44 7.50 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -approuvent approuver ver 15.39 36.08 0.97 0.61 ind:pre:3p; -approuver approuver ver 15.39 36.08 1.67 5.61 inf; -approuvera approuver ver 15.39 36.08 0.33 0.14 ind:fut:3s; -approuverai approuver ver 15.39 36.08 0.05 0.00 ind:fut:1s; -approuverais approuver ver 15.39 36.08 0.12 0.00 cnd:pre:1s;cnd:pre:2s; -approuverait approuver ver 15.39 36.08 0.39 0.20 cnd:pre:3s; -approuveras approuver ver 15.39 36.08 0.04 0.07 ind:fut:2s; -approuverons approuver ver 15.39 36.08 0.03 0.00 ind:fut:1p; -approuveront approuver ver 15.39 36.08 0.01 0.07 ind:fut:3p; -approuves approuver ver 15.39 36.08 0.58 0.07 ind:pre:2s; -approuvez approuver ver 15.39 36.08 0.85 0.41 imp:pre:2p;ind:pre:2p; -approuviez approuver ver 15.39 36.08 0.43 0.14 ind:imp:2p; -approuvions approuver ver 15.39 36.08 0.01 0.20 ind:imp:1p; -approuvâmes approuver ver 15.39 36.08 0.00 0.07 ind:pas:1p; -approuvons approuver ver 15.39 36.08 0.20 0.27 imp:pre:1p;ind:pre:1p; -approuvât approuver ver 15.39 36.08 0.10 0.14 sub:imp:3s; -approuvèrent approuver ver 15.39 36.08 0.00 0.88 ind:pas:3p; -approuvé approuver ver m s 15.39 36.08 3.26 3.18 par:pas; -approuvée approuver ver f s 15.39 36.08 0.45 0.27 par:pas; -approuvées approuvé adj f p 1.23 0.27 0.21 0.00 -approuvés approuver ver m p 15.39 36.08 0.18 0.61 par:pas; -approvisionnait approvisionner ver 1.55 2.16 0.02 0.14 ind:imp:3s; -approvisionnant approvisionner ver 1.55 2.16 0.01 0.00 par:pre; -approvisionne approvisionner ver 1.55 2.16 0.33 0.00 ind:pre:1s;ind:pre:3s; -approvisionnement approvisionnement nom m s 2.07 2.57 2.02 1.49 -approvisionnements approvisionnement nom m p 2.07 2.57 0.05 1.08 -approvisionnent approvisionner ver 1.55 2.16 0.05 0.07 ind:pre:3p; -approvisionner approvisionner ver 1.55 2.16 0.75 1.01 inf; -approvisionnera approvisionner ver 1.55 2.16 0.01 0.00 ind:fut:3s; -approvisionniez approvisionner ver 1.55 2.16 0.01 0.00 ind:imp:2p; -approvisionnons approvisionner ver 1.55 2.16 0.03 0.00 ind:pre:1p; -approvisionné approvisionner ver m s 1.55 2.16 0.28 0.27 par:pas; -approvisionnée approvisionner ver f s 1.55 2.16 0.01 0.14 par:pas; -approvisionnées approvisionner ver f p 1.55 2.16 0.01 0.27 par:pas; -approvisionnés approvisionner ver m p 1.55 2.16 0.02 0.27 par:pas; -approximatif approximatif adj m s 1.07 3.65 0.39 1.49 -approximatifs approximatif adj m p 1.07 3.65 0.17 0.61 -approximation approximation nom f s 0.24 1.35 0.20 0.54 -approximations approximation nom f p 0.24 1.35 0.04 0.81 -approximative approximatif adj f s 1.07 3.65 0.49 1.35 -approximativement approximativement adv 1.64 1.96 1.64 1.96 -approximatives approximatif adj f p 1.07 3.65 0.02 0.20 -apprécia apprécier ver 77.21 44.12 0.00 2.57 ind:pas:3s; -appréciable appréciable adj s 0.46 3.18 0.46 2.91 -appréciables appréciable adj m p 0.46 3.18 0.00 0.27 -appréciai apprécier ver 77.21 44.12 0.07 0.41 ind:pas:1s; -appréciaient apprécier ver 77.21 44.12 0.62 1.22 ind:imp:3p; -appréciais apprécier ver 77.21 44.12 0.70 1.49 ind:imp:1s;ind:imp:2s; -appréciait apprécier ver 77.21 44.12 1.47 6.76 ind:imp:3s; -appréciant apprécier ver 77.21 44.12 0.09 1.15 par:pre; -appréciateur appréciateur nom m s 0.00 0.54 0.00 0.41 -appréciation appréciation nom f s 0.94 3.99 0.86 2.97 -appréciations appréciation nom f p 0.94 3.99 0.08 1.01 -appréciatrice appréciateur nom f s 0.00 0.54 0.00 0.14 -apprécie apprécier ver 77.21 44.12 32.23 7.50 imp:pre:2s;ind:pre:1s;ind:pre:3s; -apprécient apprécier ver 77.21 44.12 3.28 1.08 ind:pre:3p;sub:pre:3p; -apprécier apprécier ver 77.21 44.12 11.53 11.28 inf; -appréciera apprécier ver 77.21 44.12 1.19 0.20 ind:fut:3s; -apprécierai apprécier ver 77.21 44.12 0.28 0.00 ind:fut:1s; -apprécieraient apprécier ver 77.21 44.12 0.35 0.07 cnd:pre:3p; -apprécierais apprécier ver 77.21 44.12 3.02 0.14 cnd:pre:1s;cnd:pre:2s; -apprécierait apprécier ver 77.21 44.12 1.41 0.41 cnd:pre:3s; -apprécieras apprécier ver 77.21 44.12 0.34 0.00 ind:fut:2s; -apprécierez apprécier ver 77.21 44.12 1.27 0.14 ind:fut:2p; -apprécieriez apprécier ver 77.21 44.12 0.19 0.00 cnd:pre:2p; -apprécierions apprécier ver 77.21 44.12 0.10 0.00 cnd:pre:1p; -apprécierons apprécier ver 77.21 44.12 0.09 0.00 ind:fut:1p; -apprécieront apprécier ver 77.21 44.12 0.57 0.27 ind:fut:3p; -apprécies apprécier ver 77.21 44.12 2.19 0.27 ind:pre:2s; -appréciez apprécier ver 77.21 44.12 2.41 0.34 imp:pre:2p;ind:pre:2p; -appréciions apprécier ver 77.21 44.12 0.00 0.07 ind:imp:1p; -apprécions apprécier ver 77.21 44.12 1.77 0.34 imp:pre:1p;ind:pre:1p; -appréciât apprécier ver 77.21 44.12 0.00 0.14 sub:imp:3s; -apprécièrent apprécier ver 77.21 44.12 0.11 0.14 ind:pas:3p; -apprécié apprécier ver m s 77.21 44.12 9.32 5.47 par:pas; -appréciée apprécier ver f s 77.21 44.12 1.85 1.82 par:pas; -appréciées apprécier ver f p 77.21 44.12 0.31 0.14 par:pas; -appréciés apprécier ver m p 77.21 44.12 0.45 0.74 par:pas; -appréhendai appréhender ver 4.22 5.34 0.00 0.07 ind:pas:1s; -appréhendaient appréhender ver 4.22 5.34 0.01 0.14 ind:imp:3p; -appréhendais appréhender ver 4.22 5.34 0.17 1.08 ind:imp:1s;ind:imp:2s; -appréhendait appréhender ver 4.22 5.34 0.04 0.74 ind:imp:3s; -appréhendant appréhender ver 4.22 5.34 0.04 0.68 par:pre; -appréhende appréhender ver 4.22 5.34 0.95 0.54 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -appréhendent appréhender ver 4.22 5.34 0.14 0.07 ind:pre:3p; -appréhender appréhender ver 4.22 5.34 1.51 0.95 inf; -appréhendera appréhender ver 4.22 5.34 0.02 0.00 ind:fut:3s; -appréhenderons appréhender ver 4.22 5.34 0.01 0.00 ind:fut:1p; -appréhendez appréhender ver 4.22 5.34 0.07 0.07 imp:pre:2p;ind:pre:2p; -appréhendions appréhender ver 4.22 5.34 0.00 0.07 ind:imp:1p; -appréhendons appréhender ver 4.22 5.34 0.02 0.00 ind:pre:1p; -appréhendé appréhender ver m s 4.22 5.34 1.00 0.74 par:pas; -appréhendée appréhender ver f s 4.22 5.34 0.05 0.07 par:pas; -appréhendées appréhender ver f p 4.22 5.34 0.02 0.00 par:pas; -appréhendés appréhender ver m p 4.22 5.34 0.17 0.14 par:pas; -appréhensif appréhensif adj m s 0.01 0.00 0.01 0.00 -appréhension appréhension nom f s 1.28 10.20 0.80 8.92 -appréhensions appréhension nom f p 1.28 10.20 0.48 1.28 -apprêt apprêt nom m s 0.14 1.42 0.11 0.81 -apprêta apprêter ver 9.13 29.46 0.01 0.41 ind:pas:3s; -apprêtai apprêter ver 9.13 29.46 0.01 0.14 ind:pas:1s; -apprêtaient apprêter ver 9.13 29.46 0.26 2.84 ind:imp:3p; -apprêtais apprêter ver 9.13 29.46 1.19 2.91 ind:imp:1s;ind:imp:2s; -apprêtait apprêter ver 9.13 29.46 1.21 11.96 ind:imp:3s; -apprêtant apprêter ver 9.13 29.46 0.07 1.15 par:pre; -apprête apprêter ver 9.13 29.46 4.16 6.69 imp:pre:2s;ind:pre:1s;ind:pre:3s; -apprêtent apprêter ver 9.13 29.46 0.87 1.35 ind:pre:3p; -apprêter apprêter ver 9.13 29.46 0.10 0.68 inf; -apprêterait apprêter ver 9.13 29.46 0.00 0.14 cnd:pre:3s; -apprêtes apprêter ver 9.13 29.46 0.29 0.00 ind:pre:2s;sub:pre:2s; -apprêtez apprêter ver 9.13 29.46 0.39 0.07 imp:pre:2p;ind:pre:2p; -apprêtiez apprêter ver 9.13 29.46 0.16 0.00 ind:imp:2p; -apprêtions apprêter ver 9.13 29.46 0.05 0.27 ind:imp:1p; -apprêts apprêt nom m p 0.14 1.42 0.03 0.61 -apprêtèrent apprêter ver 9.13 29.46 0.20 0.14 ind:pas:3p; -apprêté apprêté adj m s 0.13 1.22 0.11 0.27 -apprêtée apprêter ver f s 9.13 29.46 0.14 0.07 par:pas; -apprêtées apprêté adj f p 0.13 1.22 0.01 0.14 -apprêtés apprêté adj m p 0.13 1.22 0.01 0.14 -appui_main appui_main nom m s 0.00 0.14 0.00 0.14 -appui_tête appui_tête nom m s 0.01 0.00 0.01 0.00 -appui appui nom m s 8.81 30.81 7.83 28.65 -appuie_tête appuie_tête nom m 0.05 0.14 0.05 0.14 -appuie appuyer ver 40.94 126.01 14.57 15.68 imp:pre:2s;ind:pre:1s;ind:pre:3s; -appuient appuyer ver 40.94 126.01 0.60 1.49 ind:pre:3p; -appuiera appuyer ver 40.94 126.01 0.20 0.20 ind:fut:3s; -appuierai appuyer ver 40.94 126.01 0.25 0.07 ind:fut:1s; -appuieraient appuyer ver 40.94 126.01 0.00 0.07 cnd:pre:3p; -appuierais appuyer ver 40.94 126.01 0.11 0.07 cnd:pre:1s;cnd:pre:2s; -appuierait appuyer ver 40.94 126.01 0.16 0.27 cnd:pre:3s; -appuieras appuyer ver 40.94 126.01 0.21 0.00 ind:fut:2s; -appuierez appuyer ver 40.94 126.01 0.05 0.07 ind:fut:2p; -appuierons appuyer ver 40.94 126.01 0.01 0.00 ind:fut:1p; -appuieront appuyer ver 40.94 126.01 0.06 0.07 ind:fut:3p; -appuies appuyer ver 40.94 126.01 2.89 0.41 ind:pre:2s;sub:pre:2s; -appuis appui nom m p 8.81 30.81 0.98 2.16 -appétence appétence nom f s 0.00 0.34 0.00 0.27 -appétences appétence nom f p 0.00 0.34 0.00 0.07 -appétissant appétissant adj m s 1.74 2.77 0.77 0.88 -appétissante appétissant adj f s 1.74 2.77 0.59 1.01 -appétissantes appétissant adj f p 1.74 2.77 0.32 0.41 -appétissants appétissant adj m p 1.74 2.77 0.06 0.47 -appétit appétit nom m s 20.98 26.76 20.68 23.78 -appétits appétit nom m p 20.98 26.76 0.30 2.97 -appuya appuyer ver 40.94 126.01 0.12 17.84 ind:pas:3s; -appuyai appuyer ver 40.94 126.01 0.10 1.28 ind:pas:1s; -appuyaient appuyer ver 40.94 126.01 0.16 1.35 ind:imp:3p; -appuyais appuyer ver 40.94 126.01 0.19 1.01 ind:imp:1s;ind:imp:2s; -appuyait appuyer ver 40.94 126.01 0.23 11.89 ind:imp:3s; -appuyant appuyer ver 40.94 126.01 1.01 13.18 par:pre; -appuyer appuyer ver 40.94 126.01 9.77 16.49 inf; -appuyez appuyer ver 40.94 126.01 5.55 0.54 imp:pre:2p;ind:pre:2p; -appuyiez appuyer ver 40.94 126.01 0.03 0.00 ind:imp:2p; -appuyâmes appuyer ver 40.94 126.01 0.00 0.14 ind:pas:1p; -appuyons appuyer ver 40.94 126.01 0.07 0.00 imp:pre:1p;ind:pre:1p; -appuyât appuyer ver 40.94 126.01 0.00 0.07 sub:imp:3s; -appuyèrent appuyer ver 40.94 126.01 0.11 0.54 ind:pas:3p; -appuyé appuyer ver m s 40.94 126.01 4.00 22.97 par:pas; -appuyée appuyer ver f s 40.94 126.01 0.31 11.82 par:pas; -appuyées appuyer ver f p 40.94 126.01 0.13 3.18 par:pas; -appuyés appuyer ver m p 40.94 126.01 0.05 5.34 par:pas; -aprèm aprèm nom f s 0.22 1.35 0.22 0.07 -aprème aprèm nom f s 0.22 1.35 0.00 1.28 -après_coup après_coup nom m s 0.02 0.00 0.02 0.00 -après_dîner après_dîner nom m s 0.02 0.74 0.02 0.61 -après_dîner après_dîner nom m p 0.02 0.74 0.00 0.14 -après_demain après_demain adv 11.77 6.76 11.77 6.76 -après_déjeuner après_déjeuner ver 0.00 0.14 0.00 0.14 inf; -après_guerre après_guerre nom s 0.73 3.24 0.73 3.24 -après_mort après_mort nom f s 0.00 0.07 0.00 0.07 -après_rasage après_rasage nom m s 0.45 0.00 0.45 0.00 -après_repas après_repas nom m 0.01 0.07 0.01 0.07 -après_shampoing après_shampoing nom m s 0.04 0.00 0.04 0.00 -après_shampooing après_shampooing nom m s 0.04 0.07 0.04 0.07 -après_ski après_ski nom m s 0.06 0.20 0.06 0.20 -après_vente après_vente adj s 0.05 0.00 0.05 0.00 -après après pre 593.92 821.55 593.92 821.55 -apte apte adj s 2.93 4.59 1.77 2.77 -aptes apte adj p 2.93 4.59 1.16 1.82 -aptitude aptitude nom f s 2.74 4.59 1.76 2.70 -aptitudes aptitude nom f p 2.74 4.59 0.98 1.89 -aptère aptère adj s 0.00 0.14 0.00 0.07 -aptères aptère adj p 0.00 0.14 0.00 0.07 -apurait apurer ver 0.01 0.41 0.00 0.07 ind:imp:3s; -apurer apurer ver 0.01 0.41 0.01 0.20 inf; -apéritif apéritif nom m s 3.29 9.46 2.57 7.09 -apéritifs apéritif nom m p 3.29 9.46 0.72 2.36 -apéritive apéritif adj f s 0.28 1.28 0.00 0.14 -apéritives apéritif adj f p 0.28 1.28 0.00 0.14 -apéro apéro nom m s 0.78 4.05 0.61 3.45 -apéros apéro nom m p 0.78 4.05 0.17 0.61 -apuré apurer ver m s 0.01 0.41 0.00 0.07 par:pas; -apurés apurer ver m p 0.01 0.41 0.00 0.07 par:pas; -aquaculture aquaculture nom f s 0.01 0.00 0.01 0.00 -aquagym aquagym nom f s 0.04 0.00 0.04 0.00 -aquaplane aquaplane nom m s 0.02 0.07 0.02 0.07 -aquarellait aquareller ver 0.00 0.07 0.00 0.07 ind:imp:3s; -aquarelle aquarelle nom f s 0.23 8.85 0.14 6.55 -aquarelles aquarelle nom f p 0.23 8.85 0.09 2.30 -aquarelliste aquarelliste nom s 0.00 0.14 0.00 0.07 -aquarellistes aquarelliste nom p 0.00 0.14 0.00 0.07 -aquarellés aquarellé adj m p 0.00 0.07 0.00 0.07 -aquariophilie aquariophilie nom f s 0.03 0.00 0.03 0.00 -aquarium aquarium nom m s 4.26 5.88 3.94 5.20 -aquariums aquarium nom m p 4.26 5.88 0.32 0.68 -aquatinte aquatinte nom f s 0.10 0.00 0.10 0.00 -aquatique aquatique adj s 1.52 1.89 1.18 0.88 -aquatiques aquatique adj p 1.52 1.89 0.34 1.01 -aquavit aquavit nom m s 0.18 0.14 0.18 0.14 -aqueduc aqueduc nom m s 0.44 1.15 0.23 0.81 -aqueducs aqueduc nom m p 0.44 1.15 0.21 0.34 -aqueuse aqueux adj f s 0.09 0.88 0.05 0.41 -aqueuses aqueux adj f p 0.09 0.88 0.01 0.14 -aqueux aqueux adj m 0.09 0.88 0.02 0.34 -aquifère aquifère adj f s 0.01 0.00 0.01 0.00 -aquilin aquilin adj m s 0.02 1.08 0.02 1.08 -aquilon aquilon nom m s 0.00 0.54 0.00 0.47 -aquilons aquilon nom m p 0.00 0.54 0.00 0.07 -aquitain aquitain adj m s 0.00 0.07 0.00 0.07 -arôme arôme nom m s 1.43 2.70 1.12 2.43 -arômes arôme nom m p 1.43 2.70 0.32 0.27 -ara ara nom m s 0.85 0.54 0.81 0.41 -arabe arabe nom s 13.62 32.64 6.71 17.57 -arabes arabe nom p 13.62 32.64 6.91 15.07 -arabesque arabesque nom f s 0.10 4.53 0.08 0.74 -arabesques arabesque nom f p 0.10 4.53 0.02 3.78 -arabica arabica nom m s 0.16 0.27 0.16 0.14 -arabicas arabica nom m p 0.16 0.27 0.00 0.14 -arabique arabique adj s 0.05 0.27 0.05 0.27 -arabisant arabiser ver 0.00 0.20 0.00 0.14 par:pre; -arabisants arabisant nom m p 0.00 0.27 0.00 0.27 -arabisé arabiser ver m s 0.00 0.20 0.00 0.07 par:pas; -arable arable adj f s 0.18 0.00 0.04 0.00 -arables arable adj p 0.18 0.00 0.13 0.00 -arac arac nom m s 0.03 0.00 0.03 0.00 -arachide arachide nom f s 0.51 0.61 0.26 0.34 -arachides arachide nom f p 0.51 0.61 0.25 0.27 -arachnide arachnide nom m s 0.39 0.00 0.06 0.00 -arachnides arachnide nom m p 0.39 0.00 0.33 0.00 -arachnoïde arachnoïde nom f s 0.01 0.14 0.00 0.07 -arachnoïdes arachnoïde nom f p 0.01 0.14 0.01 0.07 -arachnéen arachnéen adj m s 0.02 0.68 0.02 0.20 -arachnéenne arachnéen adj f s 0.02 0.68 0.00 0.27 -arachnéennes arachnéen adj f p 0.02 0.68 0.00 0.20 -aragonais aragonais nom m 0.00 0.20 0.00 0.20 -aragonaise aragonais adj f s 0.00 0.20 0.00 0.14 -aragonite aragonite nom f s 0.01 0.00 0.01 0.00 -araigne araigne nom f s 0.00 0.07 0.00 0.07 -araignée_crabe araignée_crabe nom f s 0.00 0.07 0.00 0.07 -araignée araignée nom f s 18.20 17.84 12.21 12.36 -araignées araignée nom f p 18.20 17.84 6.00 5.47 -araire araire nom m s 0.01 0.00 0.01 0.00 -arak arak nom m s 0.41 0.07 0.41 0.07 -araldite araldite nom m 0.01 0.00 0.01 0.00 -aralia aralia nom m s 0.00 0.07 0.00 0.07 -aramide aramide adj f s 0.01 0.00 0.01 0.00 -aramon aramon nom m s 0.00 0.41 0.00 0.41 -araméen araméen nom m s 0.45 0.20 0.45 0.20 -araméenne araméen adj f s 0.05 0.07 0.01 0.00 -aranéeuse aranéeux adj f s 0.00 0.07 0.00 0.07 -arapèdes arapède nom m p 0.00 0.20 0.00 0.20 -aras ara nom m p 0.85 0.54 0.04 0.14 -arasant araser ver 0.10 0.14 0.00 0.07 par:pre; -araser araser ver 0.10 0.14 0.10 0.00 inf; -arasée araser ver f s 0.10 0.14 0.00 0.07 par:pas; -aratoire aratoire adj m s 0.00 0.47 0.00 0.07 -aratoires aratoire adj m p 0.00 0.47 0.00 0.41 -araucan araucan nom m s 0.00 0.07 0.00 0.07 -araucanien araucanien adj m s 0.00 0.27 0.00 0.07 -araucaniennes araucanien adj f p 0.00 0.27 0.00 0.07 -araucaniens araucanien adj m p 0.00 0.27 0.00 0.14 -araucaria araucaria nom m s 0.01 0.54 0.01 0.34 -araucarias araucaria nom m p 0.01 0.54 0.00 0.20 -arbalète arbalète nom f s 0.55 1.55 0.52 1.35 -arbalètes arbalète nom f p 0.55 1.55 0.03 0.20 -arbalétrier arbalétrier nom m s 0.01 0.88 0.00 0.14 -arbalétriers arbalétrier nom m p 0.01 0.88 0.01 0.74 -arbi arbi nom m s 0.00 0.27 0.00 0.14 -arbis arbi nom m p 0.00 0.27 0.00 0.14 -arbitrage arbitrage nom m s 0.52 0.88 0.48 0.88 -arbitrages arbitrage nom m p 0.52 0.88 0.04 0.00 -arbitraire arbitraire adj s 1.29 3.78 0.73 2.50 -arbitrairement arbitrairement adv 0.12 0.95 0.12 0.95 -arbitraires arbitraire adj p 1.29 3.78 0.56 1.28 -arbitrait arbitrer ver 0.90 1.08 0.00 0.27 ind:imp:3s; -arbitrale arbitral adj f s 0.01 0.00 0.01 0.00 -arbitre arbitre nom s 7.59 5.34 6.92 5.20 -arbitrer arbitrer ver 0.90 1.08 0.34 0.27 inf; -arbitrera arbitrer ver 0.90 1.08 0.02 0.07 ind:fut:3s; -arbitres arbitre nom p 7.59 5.34 0.67 0.14 -arbitré arbitrer ver m s 0.90 1.08 0.01 0.14 par:pas; -arbitrée arbitrer ver f s 0.90 1.08 0.00 0.07 par:pas; -arbitrées arbitrer ver f p 0.90 1.08 0.01 0.07 par:pas; -arbois arbois nom s 0.00 0.07 0.00 0.07 -arbora arborer ver 0.53 10.61 0.01 0.14 ind:pas:3s; -arboraient arborer ver 0.53 10.61 0.04 1.42 ind:imp:3p; -arborais arborer ver 0.53 10.61 0.00 0.20 ind:imp:1s; -arborait arborer ver 0.53 10.61 0.08 3.72 ind:imp:3s; -arborant arborer ver 0.53 10.61 0.06 1.55 par:pre; -arbore arborer ver 0.53 10.61 0.10 0.95 imp:pre:2s;ind:pre:1s;ind:pre:3s; -arborent arborer ver 0.53 10.61 0.12 0.54 ind:pre:3p; -arborer arborer ver 0.53 10.61 0.06 1.08 inf; -arborerait arborer ver 0.53 10.61 0.00 0.07 cnd:pre:3s; -arbores arborer ver 0.53 10.61 0.00 0.07 ind:pre:2s; -arborescence arborescence nom f s 0.02 0.20 0.02 0.07 -arborescences arborescence nom f p 0.02 0.20 0.00 0.14 -arborescent arborescent adj m s 0.16 0.27 0.02 0.00 -arborescentes arborescent adj f p 0.16 0.27 0.00 0.20 -arborescents arborescent adj m p 0.16 0.27 0.14 0.07 -arboretum arboretum nom m s 0.09 0.00 0.09 0.00 -arborez arborer ver 0.53 10.61 0.03 0.00 imp:pre:2p;ind:pre:2p; -arboricole arboricole adj f s 0.01 0.00 0.01 0.00 -arboriculteur arboriculteur nom m s 0.01 0.00 0.01 0.00 -arboriculture arboriculture nom f s 0.01 0.07 0.01 0.07 -arborions arborer ver 0.53 10.61 0.00 0.07 ind:imp:1p; -arborisations arborisation nom f p 0.00 0.07 0.00 0.07 -arborât arborer ver 0.53 10.61 0.01 0.07 sub:imp:3s; -arborèrent arborer ver 0.53 10.61 0.00 0.07 ind:pas:3p; -arboré arborer ver m s 0.53 10.61 0.01 0.41 par:pas; -arborée arborer ver f s 0.53 10.61 0.00 0.14 par:pas; -arborés arborer ver m p 0.53 10.61 0.00 0.14 par:pas; -arbouse arbouse nom f s 0.10 0.41 0.10 0.00 -arbouses arbouse nom f p 0.10 0.41 0.00 0.41 -arbousiers arbousier nom m p 0.14 0.41 0.14 0.41 -arbre arbre nom m s 81.69 208.58 49.29 67.16 -arbres_refuge arbres_refuge nom m p 0.00 0.07 0.00 0.07 -arbres arbre nom m p 81.69 208.58 32.40 141.42 -arbrisseau arbrisseau nom m s 0.26 1.28 0.22 0.34 -arbrisseaux arbrisseau nom m p 0.26 1.28 0.04 0.95 -arbuste arbuste nom m s 1.00 7.30 0.28 1.89 -arbustes arbuste nom m p 1.00 7.30 0.71 5.41 -arc_bouter arc_bouter ver 0.17 5.00 0.00 0.47 ind:pas:3s; -arc_bouter arc_bouter ver 0.17 5.00 0.04 0.27 ind:imp:1s;ind:imp:2s; -arc_bouter arc_bouter ver 0.17 5.00 0.00 0.34 ind:imp:3s; -arc_boutant arc_boutant nom m s 0.14 0.54 0.14 0.20 -arc_boutant arc_boutant nom m p 0.14 0.54 0.01 0.00 -arc_bouter arc_bouter ver 0.17 5.00 0.10 0.88 ind:pre:1s;ind:pre:3s; -arc_boutement arc_boutement nom m s 0.00 0.07 0.00 0.07 -arc_bouter arc_bouter ver 0.17 5.00 0.01 0.20 ind:pre:3p; -arc_bouter arc_bouter ver 0.17 5.00 0.00 0.07 inf; -arc_bouter arc_bouter ver 0.17 5.00 0.01 0.00 ind:fut:3s; -arc_bouter arc_bouter ver 0.17 5.00 0.00 0.07 ind:pas:3p; -arc_bouter arc_bouter ver m s 0.17 5.00 0.01 1.15 par:pas; -arc_bouter arc_bouter ver f s 0.17 5.00 0.00 0.41 par:pas; -arc_bouter arc_bouter ver f p 0.17 5.00 0.00 0.27 par:pas; -arc_bouter arc_bouter ver m p 0.17 5.00 0.00 0.27 par:pas; -arc_en_ciel arc_en_ciel nom m s 3.00 4.46 2.56 3.92 -arc arc nom m s 5.25 17.30 4.52 14.05 -arcade arcade nom f s 1.25 12.36 0.91 2.23 -arcades arcade nom f p 1.25 12.36 0.35 10.14 -arcadien arcadien adj m s 0.10 0.20 0.10 0.07 -arcadienne arcadien adj f s 0.10 0.20 0.00 0.07 -arcadiens arcadien nom m p 0.01 0.00 0.01 0.00 -arcan arcan nom m s 0.02 0.74 0.00 0.27 -arcane arcane nom m s 0.09 1.35 0.05 0.74 -arcanes arcane nom m p 0.09 1.35 0.04 0.61 -arcans arcan nom m p 0.02 0.74 0.02 0.47 -arcatures arcature nom f p 0.00 0.07 0.00 0.07 -arceau arceau nom m s 0.17 3.04 0.14 0.27 -arceaux arceau nom m p 0.17 3.04 0.03 2.77 -archaïque archaïque adj s 1.15 2.50 0.88 1.96 -archaïques archaïque adj p 1.15 2.50 0.27 0.54 -archaïsant archaïsant nom m s 0.00 0.07 0.00 0.07 -archaïsme archaïsme nom m s 0.01 0.54 0.01 0.54 -archange archange nom m s 1.30 4.46 0.98 3.58 -archanges archange nom m p 1.30 4.46 0.32 0.88 -archangélique archangélique adj m s 0.00 0.20 0.00 0.20 -arche arche nom f s 3.19 7.16 2.83 5.68 -archer archer nom m s 3.77 2.50 2.24 0.41 -archers archer nom m p 3.77 2.50 1.53 2.03 -arches arche nom f p 3.19 7.16 0.36 1.49 -archet archet nom m s 0.47 2.30 0.46 1.96 -archets archet nom m p 0.47 2.30 0.01 0.34 -archevêché archevêché nom m s 0.40 1.08 0.40 1.01 -archevêchés archevêché nom m p 0.40 1.08 0.00 0.07 -archevêque archevêque nom m s 3.42 6.28 3.23 5.81 -archevêques archevêque nom m p 3.42 6.28 0.20 0.47 -archi_blet archi_blet adj m s 0.00 0.07 0.00 0.07 -archi_chiant archi_chiant adj m p 0.01 0.00 0.01 0.00 -archi_connu archi_connu adj m s 0.01 0.07 0.01 0.00 -archi_connu archi_connu adj m p 0.01 0.07 0.00 0.07 -archiduc archiduc nom f s 0.48 4.46 0.01 0.00 -archi_dégueu archi_dégueu adj s 0.00 0.07 0.00 0.07 -archi_faux archi_faux adj m 0.05 0.00 0.05 0.00 -archi_libre archi_libre adj f s 0.00 0.07 0.00 0.07 -archi_mortels archi_mortels nom m 0.01 0.00 0.01 0.00 -archi_mort archi_mort nom f p 0.00 0.07 0.00 0.07 -archi_méfiance archi_méfiance nom f s 0.00 0.07 0.00 0.07 -archi_nul archi_nul nom m s 0.01 0.00 0.01 0.00 -archi_nuls archi_nuls nom m 0.23 0.00 0.23 0.00 -archi_plein archi_plein nom m s 0.00 0.07 0.00 0.07 -archi_prouvé archi_prouvé adj m s 0.00 0.07 0.00 0.07 -archi_prudent archi_prudent nom m s 0.00 0.07 0.00 0.07 -archi_ringard archi_ringard nom m s 0.00 0.07 0.00 0.07 -archi_sophistiqué archi_sophistiqué adj f s 0.01 0.00 0.01 0.00 -archi_sèche archi_sèche adj f p 0.01 0.00 0.01 0.00 -archi_usé archi_usé adj m s 0.01 0.00 0.01 0.00 -archi_vieux archi_vieux adj m 0.00 0.07 0.00 0.07 -archi archi nom m s 0.75 0.74 0.75 0.74 -archiatre archiatre nom m s 0.00 0.20 0.00 0.20 -archicomble archicomble adj s 0.01 0.14 0.01 0.07 -archicombles archicomble adj p 0.01 0.14 0.00 0.07 -archiconnu archiconnu adj m s 0.00 0.07 0.00 0.07 -archidiacre archidiacre nom m s 0.26 0.07 0.26 0.07 -archidiocèse archidiocèse nom m s 0.19 0.00 0.19 0.00 -archiduc archiduc nom m s 0.48 4.46 0.36 4.05 -archiduchesse archiduc nom f s 0.48 4.46 0.11 0.27 -archiducs archiduc nom m p 0.48 4.46 0.00 0.14 -archie archi-e nom m 0.01 0.00 0.01 0.00 -archifaux archifaux adj m 0.04 0.07 0.04 0.07 -archimandrite archimandrite nom m s 0.00 0.61 0.00 0.61 -archinulles archinul adj f p 0.00 0.07 0.00 0.07 -archipel archipel nom m s 0.49 3.85 0.48 2.97 -archipels archipel nom m p 0.49 3.85 0.01 0.88 -archiprêtre archiprêtre nom m s 0.01 0.95 0.01 0.95 -architecte architecte nom s 9.98 7.70 8.39 4.93 -architectes architecte nom f p 9.98 7.70 1.60 2.77 -architectonie architectonie nom f s 0.14 0.00 0.14 0.00 -architectonique architectonique adj s 0.00 0.14 0.00 0.14 -architectural architectural adj m s 0.28 2.70 0.15 0.88 -architecturale architectural adj f s 0.28 2.70 0.08 1.01 -architecturalement architecturalement adv 0.01 0.07 0.01 0.07 -architecturales architectural adj f p 0.28 2.70 0.01 0.74 -architecturant architecturer ver 0.11 0.20 0.00 0.07 par:pre; -architecturaux architectural adj m p 0.28 2.70 0.04 0.07 -architecture architecture nom f s 4.07 12.23 3.90 10.47 -architecturent architecturer ver 0.11 0.20 0.00 0.07 ind:pre:3p; -architectures architecture nom f p 4.07 12.23 0.17 1.76 -architecturées architecturer ver f p 0.11 0.20 0.00 0.07 par:pas; -architrave architrave nom f s 0.00 0.20 0.00 0.20 -archiépiscopal archiépiscopal adj m s 0.00 0.07 0.00 0.07 -archivage archivage nom m s 0.06 0.00 0.06 0.00 -archive archive nom f s 9.42 8.51 0.13 0.20 -archiver archiver ver 0.90 0.07 0.13 0.07 inf; -archives archive nom f p 9.42 8.51 9.29 8.31 -archivez archiver ver 0.90 0.07 0.02 0.00 imp:pre:2p;ind:pre:2p; -archivions archiver ver 0.90 0.07 0.10 0.00 ind:imp:1p; -archiviste_paléographe archiviste_paléographe nom s 0.00 0.14 0.00 0.07 -archiviste archiviste nom s 0.41 1.55 0.41 1.22 -archiviste_paléographe archiviste_paléographe nom p 0.00 0.14 0.00 0.07 -archivistes archiviste nom p 0.41 1.55 0.01 0.34 -archivolte archivolte nom f s 0.00 0.41 0.00 0.14 -archivoltes archivolte nom f p 0.00 0.41 0.00 0.27 -archivons archiver ver 0.90 0.07 0.01 0.00 ind:pre:1p; -archivé archiver ver m s 0.90 0.07 0.33 0.00 par:pas; -archivées archiver ver f p 0.90 0.07 0.02 0.00 par:pas; -archivés archiver ver m p 0.90 0.07 0.07 0.00 par:pas; -archonte archonte nom m s 0.00 0.14 0.00 0.14 -archères archer nom f p 3.77 2.50 0.00 0.07 -archéologie archéologie nom f s 1.42 1.69 1.42 1.69 -archéologique archéologique adj s 0.76 0.81 0.52 0.41 -archéologiques archéologique adj p 0.76 0.81 0.24 0.41 -archéologue archéologue nom s 2.11 4.59 1.19 2.64 -archéologues archéologue nom p 2.11 4.59 0.92 1.96 -archéoptéryx archéoptéryx nom m 0.05 0.20 0.05 0.20 -archétypale archétypal adj f s 0.11 0.00 0.01 0.00 -archétypaux archétypal adj m p 0.11 0.00 0.10 0.00 -archétype archétype nom m s 0.67 0.88 0.61 0.68 -archétypes archétype nom m p 0.67 0.88 0.05 0.20 -arc_boutant arc_boutant nom m p 0.14 0.54 0.00 0.34 -arc_en_ciel arc_en_ciel nom m p 3.00 4.46 0.44 0.54 -arcs arc nom m p 5.25 17.30 0.73 3.24 -arctique arctique adj s 0.39 0.61 0.37 0.27 -arctiques arctique adj p 0.39 0.61 0.02 0.34 -ardûment ardûment adv 0.00 0.14 0.00 0.14 -ardais arder ver 0.51 0.34 0.00 0.07 ind:imp:1s; -ardait arder ver 0.51 0.34 0.00 0.14 ind:imp:3s; -ardant arder ver 0.51 0.34 0.01 0.00 par:pre; -arde arder ver 0.51 0.34 0.38 0.07 imp:pre:2s;ind:pre:3s; -ardemment ardemment adv 1.39 5.20 1.39 5.20 -ardennais ardennais nom m 0.20 0.34 0.20 0.27 -ardennaise ardennais nom f s 0.20 0.34 0.00 0.07 -ardent ardent adj m s 8.43 21.89 4.16 6.15 -ardente ardent adj f s 8.43 21.89 2.12 8.85 -ardentes ardent adj f p 8.43 21.89 0.97 2.43 -ardents ardent adj m p 8.43 21.89 1.17 4.46 -arder arder ver 0.51 0.34 0.11 0.00 inf; -ardeur ardeur nom f s 7.08 25.74 5.60 23.24 -ardeurs ardeur nom f p 7.08 25.74 1.47 2.50 -ardillon ardillon nom m s 0.00 0.68 0.00 0.54 -ardillons ardillon nom m p 0.00 0.68 0.00 0.14 -ardin ardin nom m s 0.01 0.07 0.01 0.07 -ardito ardito adv 0.00 0.07 0.00 0.07 -ardoise ardoise nom f s 3.45 9.80 3.35 5.95 -ardoises ardoise nom f p 3.45 9.80 0.10 3.85 -ardoisière ardoisier nom f s 0.00 0.07 0.00 0.07 -ardoisée ardoisé adj f s 0.00 0.14 0.00 0.07 -ardoisées ardoiser ver f p 0.00 0.07 0.00 0.07 par:pas; -ardoisés ardoisé adj m p 0.00 0.14 0.00 0.07 -ardre ardre ver 0.00 0.07 0.00 0.07 inf; -ardé arder ver m s 0.51 0.34 0.00 0.07 par:pas; -ardu ardu adj m s 1.42 5.00 0.61 2.43 -ardéchois ardéchois nom m 0.00 0.07 0.00 0.07 -ardéchoise ardéchois adj f s 0.00 0.14 0.00 0.14 -ardue ardu adj f s 1.42 5.00 0.61 1.42 -ardues ardu adj f p 1.42 5.00 0.06 0.34 -ardus ardu adj m p 1.42 5.00 0.14 0.81 -are are nom m s 15.80 1.28 15.55 1.22 -area area nom f s 0.12 0.07 0.12 0.07 -arec arec nom m s 0.27 0.07 0.27 0.07 -ares are nom m p 15.80 1.28 0.25 0.07 -arganier arganier nom m s 0.00 0.34 0.00 0.07 -arganiers arganier nom m p 0.00 0.34 0.00 0.27 -argans argan nom m p 0.00 0.07 0.00 0.07 -argent argent nom m s 515.10 194.39 515.04 194.32 -argentait argenter ver 0.62 3.99 0.00 0.34 ind:imp:3s; -argente argenter ver 0.62 3.99 0.17 0.14 ind:pre:3s; -argenterie argenterie nom f s 3.11 3.99 3.01 3.92 -argenteries argenterie nom f p 3.11 3.99 0.10 0.07 -argentier argentier nom m s 0.00 0.41 0.00 0.41 -argentifères argentifère adj f p 0.00 0.14 0.00 0.14 -argentin argentin adj m s 2.23 5.47 1.26 2.57 -argentine argentin adj f s 2.23 5.47 0.46 1.62 -argentines argentin adj f p 2.23 5.47 0.03 0.68 -argentins argentin nom m p 1.83 1.49 0.79 0.34 -argenton argenton nom m s 0.00 0.07 0.00 0.07 -argents argent nom m p 515.10 194.39 0.06 0.07 -argenté argenté adj m s 1.87 10.54 0.68 3.99 -argentée argenté adj f s 1.87 10.54 0.53 1.89 -argentées argenté adj f p 1.87 10.54 0.52 1.96 -argentés argenté adj m p 1.87 10.54 0.14 2.70 -argile argile nom f s 4.26 9.66 4.25 9.32 -argiles argile nom f p 4.26 9.66 0.01 0.34 -argileuse argileux adj f s 0.00 0.54 0.00 0.20 -argileux argileux adj m s 0.00 0.54 0.00 0.34 -argilière argilière nom f s 0.02 0.00 0.02 0.00 -argol argol nom m s 0.00 0.14 0.00 0.14 -argon argon nom m s 0.38 0.07 0.38 0.07 -argonaute argonaute nom m s 0.10 0.07 0.10 0.07 -argot argot nom m s 1.06 4.86 1.06 4.46 -argotique argotique adj s 0.05 0.95 0.05 0.68 -argotiques argotique adj p 0.05 0.95 0.00 0.27 -argots argot nom m p 1.06 4.86 0.00 0.41 -argougnasses argougner ver 0.00 0.27 0.00 0.07 sub:imp:2s; -argougne argougner ver 0.00 0.27 0.00 0.20 ind:pre:1s; -argousin argousin nom m s 0.00 1.35 0.00 0.61 -argousins argousin nom m p 0.00 1.35 0.00 0.74 -argua arguer ver 0.27 1.89 0.00 0.20 ind:pas:3s; -arguais arguer ver 0.27 1.89 0.01 0.00 ind:imp:2s; -arguait arguer ver 0.27 1.89 0.00 0.07 ind:imp:3s; -arguant arguer ver 0.27 1.89 0.08 1.15 par:pre; -argue arguer ver 0.27 1.89 0.11 0.07 imp:pre:2s;ind:pre:3s; -arguer arguer ver 0.27 1.89 0.05 0.41 inf; -argument argument nom m s 9.58 18.18 5.07 8.24 -argumenta argumenter ver 0.88 1.49 0.00 0.14 ind:pas:3s; -argumentaire argumentaire nom m s 0.13 0.00 0.13 0.00 -argumentait argumenter ver 0.88 1.49 0.03 0.20 ind:imp:3s; -argumentant argumenter ver 0.88 1.49 0.03 0.00 par:pre; -argumentateur argumentateur nom m s 0.01 0.00 0.01 0.00 -argumentatif argumentatif nom m s 0.02 0.00 0.02 0.00 -argumentation argumentation nom f s 0.54 0.88 0.44 0.68 -argumentations argumentation nom f p 0.54 0.88 0.10 0.20 -argumente argumenter ver 0.88 1.49 0.05 0.47 imp:pre:2s;ind:pre:1s;ind:pre:3s; -argumentent argumenter ver 0.88 1.49 0.04 0.00 ind:pre:3p; -argumenter argumenter ver 0.88 1.49 0.61 0.54 inf; -argumenterai argumenter ver 0.88 1.49 0.02 0.00 ind:fut:1s; -argumentes argumenter ver 0.88 1.49 0.01 0.00 ind:pre:2s; -argumentez argumenter ver 0.88 1.49 0.03 0.00 imp:pre:2p;ind:pre:2p; -arguments argument nom m p 9.58 18.18 4.51 9.93 -argumenté argumenter ver m s 0.88 1.49 0.05 0.14 par:pas; -argus argus nom m 0.09 0.68 0.09 0.68 -argutie argutie nom f s 0.03 0.54 0.00 0.14 -arguties argutie nom f p 0.03 0.54 0.03 0.41 -argué arguer ver m s 0.27 1.89 0.02 0.00 par:pas; -aria aria nom s 0.81 0.47 0.48 0.34 -arianisme arianisme nom m s 0.00 0.07 0.00 0.07 -arias aria nom m p 0.81 0.47 0.33 0.14 -aride aride adj s 1.30 6.15 1.17 4.26 -arides aride adj p 1.30 6.15 0.14 1.89 -aridité aridité nom f s 0.14 1.55 0.14 1.55 -arien arien adj m s 0.72 0.07 0.29 0.00 -arienne arien adj f s 0.72 0.07 0.44 0.00 -ariens arien nom m p 0.04 0.07 0.04 0.00 -ariettes ariette nom f p 0.00 0.07 0.00 0.07 -arioso arioso nom m s 0.00 0.14 0.00 0.14 -aristarque aristarque nom m s 0.00 0.14 0.00 0.07 -aristarques aristarque nom m p 0.00 0.14 0.00 0.07 -aristo aristo nom s 0.40 1.08 0.28 0.81 -aristocrate aristocrate nom s 3.13 3.58 1.76 2.23 -aristocrates aristocrate nom p 3.13 3.58 1.37 1.35 -aristocratie aristocratie nom f s 1.60 3.92 1.60 3.92 -aristocratique aristocratique adj s 0.15 2.91 0.12 2.36 -aristocratiquement aristocratiquement adv 0.00 0.07 0.00 0.07 -aristocratiques aristocratique adj p 0.15 2.91 0.03 0.54 -aristocratisme aristocratisme nom m s 0.00 0.07 0.00 0.07 -aristoloche aristoloche nom f s 0.00 0.14 0.00 0.07 -aristoloches aristoloche nom f p 0.00 0.14 0.00 0.07 -aristos aristo nom p 0.40 1.08 0.12 0.27 -aristotélicien aristotélicien adj m s 0.01 0.14 0.00 0.07 -aristotélicienne aristotélicien adj f s 0.01 0.14 0.01 0.07 -arithmomètre arithmomètre nom m s 0.00 0.07 0.00 0.07 -arithmétique arithmétique nom f s 0.57 2.23 0.57 2.23 -arithmétiquement arithmétiquement adv 0.01 0.07 0.01 0.07 -arithmétiques arithmétique adj p 0.20 0.47 0.00 0.07 -ariégeois ariégeois adj m s 0.00 0.14 0.00 0.07 -ariégeoise ariégeois adj f s 0.00 0.14 0.00 0.07 -arkose arkose nom f s 0.00 0.14 0.00 0.14 -arlequin arlequin nom m s 0.04 0.47 0.04 0.07 -arlequins arlequin nom m p 0.04 0.47 0.00 0.41 -arlésien arlésien nom m s 0.00 0.14 0.00 0.07 -arlésienne arlésienne nom f s 0.02 0.20 0.00 0.20 -arlésiennes arlésienne nom f p 0.02 0.20 0.02 0.00 -arma armer ver 29.77 28.45 0.38 1.22 ind:pas:3s; -armada armada nom f s 1.05 1.35 1.04 1.15 -armadas armada nom f p 1.05 1.35 0.01 0.20 -armadille armadille nom f s 0.00 0.07 0.00 0.07 -armagnac armagnac nom m s 0.66 0.74 0.66 0.61 -armagnacs armagnac nom m p 0.66 0.74 0.00 0.14 -armai armer ver 29.77 28.45 0.00 0.07 ind:pas:1s; -armaient armer ver 29.77 28.45 0.00 0.14 ind:imp:3p; -armait armer ver 29.77 28.45 0.16 0.54 ind:imp:3s; -armant armer ver 29.77 28.45 0.01 0.27 par:pre; -armateur armateur nom m s 0.59 2.30 0.56 1.42 -armateurs armateur nom m p 0.59 2.30 0.03 0.88 -armature armature nom f s 0.77 2.91 0.54 2.30 -armaturent armaturer ver 0.00 0.07 0.00 0.07 ind:pre:3p; -armatures armature nom f p 0.77 2.91 0.23 0.61 -arme_miracle arme_miracle nom f s 0.10 0.00 0.10 0.00 -arme arme nom f s 220.22 111.49 114.40 37.09 -armement armement nom m s 3.34 9.80 3.01 9.05 -armements armement nom m p 3.34 9.80 0.33 0.74 -arment armer ver 29.77 28.45 0.17 0.20 ind:pre:3p; -armer armer ver 29.77 28.45 1.33 2.64 inf; -armeraient armer ver 29.77 28.45 0.00 0.07 cnd:pre:3p; -armerais armer ver 29.77 28.45 0.01 0.07 cnd:pre:1s; -armeront armer ver 29.77 28.45 0.01 0.00 ind:fut:3p; -armes arme nom f p 220.22 111.49 105.82 74.39 -armez armer ver 29.77 28.45 2.68 0.07 imp:pre:2p;ind:pre:2p; -armistice armistice nom m s 1.05 15.54 1.05 14.93 -armistices armistice nom m p 1.05 15.54 0.00 0.61 -armoire armoire nom f s 9.79 45.54 9.05 38.58 -armoires armoire nom f p 9.79 45.54 0.73 6.96 -armoirie armoirie nom f s 0.36 1.89 0.01 0.14 -armoiries armoirie nom f p 0.36 1.89 0.35 1.76 -armoise armoise nom f s 0.38 0.27 0.36 0.20 -armoises armoise nom f p 0.38 0.27 0.01 0.07 -armon armon nom m s 0.01 0.00 0.01 0.00 -armons armer ver 29.77 28.45 0.14 0.20 imp:pre:1p;ind:pre:1p; -armorial armorial nom m s 0.00 0.34 0.00 0.34 -armoricaine armoricain adj f s 0.00 0.20 0.00 0.20 -armorié armorier ver m s 0.00 0.61 0.00 0.27 par:pas; -armoriée armorier ver f s 0.00 0.61 0.00 0.07 par:pas; -armoriées armorier ver f p 0.00 0.61 0.00 0.14 par:pas; -armoriés armorier ver m p 0.00 0.61 0.00 0.14 par:pas; -armât armer ver 29.77 28.45 0.00 0.07 sub:imp:3s; -armé armer ver m s 29.77 28.45 10.97 8.31 par:pas; -armée armée nom f s 101.07 146.55 93.97 114.46 -armées armée nom f p 101.07 146.55 7.10 32.09 -arménien arménien adj m s 1.07 0.95 0.21 0.27 -arménienne arménien adj f s 1.07 0.95 0.28 0.54 -arméniennes arménien adj f p 1.07 0.95 0.00 0.07 -arméniens arménien adj m p 1.07 0.95 0.58 0.07 -arménoïde arménoïde adj m s 0.00 0.07 0.00 0.07 -armure armure nom f s 5.46 8.11 5.00 5.47 -armurerie armurerie nom f s 0.94 0.27 0.89 0.27 -armureries armurerie nom f p 0.94 0.27 0.05 0.00 -armures armure nom f p 5.46 8.11 0.46 2.64 -arméria arméria nom f s 0.00 0.14 0.00 0.07 -armérias arméria nom f p 0.00 0.14 0.00 0.07 -armurier armurier nom m s 0.75 1.69 0.60 1.22 -armuriers armurier nom m p 0.75 1.69 0.14 0.47 -armés armer ver m p 29.77 28.45 6.70 7.91 par:pas; -arnaquait arnaquer ver 6.37 0.68 0.15 0.00 ind:imp:3s; -arnaquant arnaquer ver 6.37 0.68 0.16 0.00 par:pre; -arnaque arnaque nom f s 6.27 5.14 5.49 4.59 -arnaquent arnaquer ver 6.37 0.68 0.32 0.00 ind:pre:3p; -arnaquer arnaquer ver 6.37 0.68 2.65 0.47 inf; -arnaquera arnaquer ver 6.37 0.68 0.02 0.00 ind:fut:3s; -arnaques arnaque nom f p 6.27 5.14 0.78 0.54 -arnaqueur arnaqueur nom m s 1.47 0.54 0.99 0.07 -arnaqueurs arnaqueur nom m p 1.47 0.54 0.32 0.47 -arnaqueuse arnaqueur nom f s 1.47 0.54 0.16 0.00 -arnaquez arnaquer ver 6.37 0.68 0.20 0.00 imp:pre:2p;ind:pre:2p; -arnaqué arnaquer ver m s 6.37 0.68 1.46 0.14 par:pas; -arnaquée arnaquer ver f s 6.37 0.68 0.06 0.00 par:pas; -arnaqués arnaquer ver m p 6.37 0.68 0.50 0.00 par:pas; -arnica arnica nom s 0.02 0.61 0.02 0.61 -arobase arobase nom f s 0.14 0.00 0.14 0.00 -aromate aromate nom m s 0.11 0.88 0.01 0.00 -aromates aromate nom m p 0.11 0.88 0.10 0.88 -aromathérapie aromathérapie nom f s 0.18 0.00 0.18 0.00 -aromatique aromatique adj s 0.10 0.74 0.02 0.20 -aromatiques aromatique adj p 0.10 0.74 0.07 0.54 -aromatiser aromatiser ver 0.20 0.54 0.01 0.00 inf; -aromatisé aromatiser ver m s 0.20 0.54 0.16 0.34 par:pas; -aromatisée aromatiser ver f s 0.20 0.54 0.01 0.07 par:pas; -aromatisées aromatiser ver f p 0.20 0.54 0.00 0.14 par:pas; -aromatisés aromatiser ver m p 0.20 0.54 0.01 0.00 par:pas; -aronde aronde nom f s 0.00 0.47 0.00 0.47 -arousal arousal nom m s 0.00 0.07 0.00 0.07 -arpent arpent nom m s 0.56 0.95 0.17 0.14 -arpenta arpenter ver 2.00 9.53 0.10 0.47 ind:pas:3s; -arpentage arpentage nom m s 0.20 0.27 0.20 0.20 -arpentages arpentage nom m p 0.20 0.27 0.00 0.07 -arpentai arpenter ver 2.00 9.53 0.01 0.27 ind:pas:1s; -arpentaient arpenter ver 2.00 9.53 0.00 0.47 ind:imp:3p; -arpentais arpenter ver 2.00 9.53 0.00 0.27 ind:imp:1s; -arpentait arpenter ver 2.00 9.53 0.04 1.76 ind:imp:3s; -arpentant arpenter ver 2.00 9.53 0.02 1.49 par:pre; -arpente arpenter ver 2.00 9.53 0.62 1.01 imp:pre:2s;ind:pre:1s;ind:pre:3s; -arpentent arpenter ver 2.00 9.53 0.08 0.61 ind:pre:3p; -arpenter arpenter ver 2.00 9.53 0.64 2.30 inf; -arpenterai arpenter ver 2.00 9.53 0.03 0.00 ind:fut:1s; -arpenteront arpenter ver 2.00 9.53 0.01 0.00 ind:fut:3p; -arpenteur arpenteur nom m s 0.25 1.49 0.16 0.74 -arpenteurs arpenteur nom m p 0.25 1.49 0.09 0.74 -arpentez arpenter ver 2.00 9.53 0.02 0.00 imp:pre:2p;ind:pre:2p; -arpentions arpenter ver 2.00 9.53 0.00 0.14 ind:imp:1p; -arpentons arpenter ver 2.00 9.53 0.00 0.07 ind:pre:1p; -arpents arpent nom m p 0.56 0.95 0.38 0.81 -arpentèrent arpenter ver 2.00 9.53 0.00 0.07 ind:pas:3p; -arpenté arpenter ver m s 2.00 9.53 0.41 0.47 par:pas; -arpentée arpenter ver f s 2.00 9.53 0.00 0.07 par:pas; -arpentés arpenter ver m p 2.00 9.53 0.00 0.07 par:pas; -arpette arpette nom s 0.01 0.00 0.01 0.00 -arpion arpion nom m s 0.03 1.08 0.00 0.07 -arpions arpion nom m p 0.03 1.08 0.03 1.01 -arpège arpège nom m s 0.20 1.49 0.03 1.15 -arpèges arpège nom m p 0.20 1.49 0.18 0.34 -arpète arpète nom s 0.00 1.15 0.00 0.88 -arpètes arpète nom p 0.00 1.15 0.00 0.27 -arpégé arpéger ver m s 0.14 0.00 0.14 0.00 par:pas; -arqua arquer ver 0.34 2.36 0.00 0.07 ind:pas:3s; -arquaient arquer ver 0.34 2.36 0.00 0.41 ind:imp:3p; -arquait arquer ver 0.34 2.36 0.00 0.14 ind:imp:3s; -arquant arquer ver 0.34 2.36 0.00 0.14 par:pre; -arque arquer ver 0.34 2.36 0.00 0.07 ind:pre:1s; -arquebusade arquebusade nom f s 0.00 0.14 0.00 0.14 -arquebuse arquebuse nom f s 0.41 8.72 0.39 8.51 -arquebuses arquebuse nom f p 0.41 8.72 0.02 0.20 -arquebusiers arquebusier nom m p 0.40 0.00 0.40 0.00 -arquebusât arquebuser ver 0.01 0.00 0.01 0.00 sub:imp:3s; -arquent arquer ver 0.34 2.36 0.00 0.20 ind:pre:3p; -arquepince arquepincer ver 0.00 0.07 0.00 0.07 imp:pre:2s; -arquer arquer ver 0.34 2.36 0.31 0.47 inf; -arqué arqué adj m s 0.14 2.97 0.02 0.47 -arquée arquer ver f s 0.34 2.36 0.01 0.14 par:pas; -arquées arqué adj f p 0.14 2.97 0.10 1.49 -arqués arqué adj m p 0.14 2.97 0.01 0.61 -arracha arracher ver 54.19 113.38 0.33 11.82 ind:pas:3s; -arrachage arrachage nom m s 0.10 0.27 0.10 0.27 -arrachai arracher ver 54.19 113.38 0.04 1.15 ind:pas:1s; -arrachaient arracher ver 54.19 113.38 0.18 2.16 ind:imp:3p; -arrachais arracher ver 54.19 113.38 0.84 0.74 ind:imp:1s;ind:imp:2s; -arrachait arracher ver 54.19 113.38 0.31 9.59 ind:imp:3s; -arrachant arracher ver 54.19 113.38 0.46 7.43 par:pre; -arrache_clou arrache_clou nom m s 0.00 0.07 0.00 0.07 -arrache arracher ver 54.19 113.38 13.52 14.93 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:1s;sub:pre:3s; -arrachement arrachement nom m s 0.02 3.11 0.02 2.64 -arrachements arrachement nom m p 0.02 3.11 0.00 0.47 -arrachent arracher ver 54.19 113.38 1.23 2.57 ind:pre:3p; -arracher arracher ver 54.19 113.38 17.20 34.32 ind:pre:2p;inf; -arrachera arracher ver 54.19 113.38 0.90 0.68 ind:fut:3s; -arracherai arracher ver 54.19 113.38 1.68 0.27 ind:fut:1s; -arracheraient arracher ver 54.19 113.38 0.05 0.20 cnd:pre:3p; -arracherais arracher ver 54.19 113.38 0.49 0.20 cnd:pre:1s;cnd:pre:2s; -arracherait arracher ver 54.19 113.38 0.35 1.01 cnd:pre:3s; -arracheras arracher ver 54.19 113.38 0.01 0.07 ind:fut:2s; -arracherons arracher ver 54.19 113.38 0.43 0.07 ind:fut:1p; -arracheront arracher ver 54.19 113.38 0.50 0.14 ind:fut:3p; -arraches arracher ver 54.19 113.38 0.82 0.07 ind:pre:2s; -arracheur arracheur nom m s 0.34 0.74 0.31 0.41 -arracheurs arracheur nom m p 0.34 0.74 0.00 0.27 -arracheuse arracheur nom f s 0.34 0.74 0.04 0.00 -arracheuses arracheur nom f p 0.34 0.74 0.00 0.07 -arrachez arracher ver 54.19 113.38 1.42 0.27 imp:pre:2p;ind:pre:2p; -arrachiez arracher ver 54.19 113.38 0.04 0.00 ind:imp:2p; -arrachions arracher ver 54.19 113.38 0.00 0.07 ind:imp:1p; -arrachons arracher ver 54.19 113.38 0.42 0.14 imp:pre:1p;ind:pre:1p; -arrachât arracher ver 54.19 113.38 0.00 0.61 sub:imp:3s; -arrachèrent arracher ver 54.19 113.38 0.28 0.88 ind:pas:3p; -arraché arracher ver m s 54.19 113.38 9.53 13.04 par:pas; -arrachée arracher ver f s 54.19 113.38 1.40 5.74 par:pas; -arrachées arracher ver f p 54.19 113.38 0.69 2.09 par:pas; -arrachures arrachure nom f p 0.00 0.07 0.00 0.07 -arrachés arracher ver m p 54.19 113.38 1.09 3.11 par:pas; -arraisonner arraisonner ver 0.14 0.61 0.05 0.07 inf; -arraisonnerons arraisonner ver 0.14 0.61 0.00 0.07 ind:fut:1p; -arraisonné arraisonner ver m s 0.14 0.61 0.07 0.27 par:pas; -arraisonnées arraisonner ver f p 0.14 0.61 0.00 0.07 par:pas; -arraisonnés arraisonner ver m p 0.14 0.61 0.02 0.14 par:pas; -arrange arranger ver 116.14 75.81 22.14 12.97 imp:pre:2s;ind:pre:1s;ind:pre:3s; -arrangea arranger ver 116.14 75.81 0.25 2.43 ind:pas:3s; -arrangeai arranger ver 116.14 75.81 0.01 0.27 ind:pas:1s; -arrangeaient arranger ver 116.14 75.81 0.12 1.62 ind:imp:3p; -arrangeais arranger ver 116.14 75.81 0.45 0.74 ind:imp:1s;ind:imp:2s; -arrangeait arranger ver 116.14 75.81 1.19 9.46 ind:imp:3s; -arrangeant arranger ver 116.14 75.81 0.18 1.42 par:pre; -arrangeante arrangeant adj f s 0.10 0.47 0.04 0.07 -arrangeantes arrangeant adj f p 0.10 0.47 0.00 0.14 -arrangeants arrangeant adj m p 0.10 0.47 0.03 0.07 -arrangement arrangement nom m s 10.23 9.39 8.62 5.81 -arrangements arrangement nom m p 10.23 9.39 1.61 3.58 -arrangent arranger ver 116.14 75.81 1.30 2.50 ind:pre:3p;sub:pre:3p; -arrangeons arranger ver 116.14 75.81 0.29 0.07 imp:pre:1p;ind:pre:1p; -arrangeât arranger ver 116.14 75.81 0.00 0.07 sub:imp:3s; -arranger arranger ver 116.14 75.81 48.51 18.45 imp:pre:2p;inf; -arrangera arranger ver 116.14 75.81 8.40 2.30 ind:fut:3s; -arrangerai arranger ver 116.14 75.81 3.51 2.57 ind:fut:1s; -arrangeraient arranger ver 116.14 75.81 0.01 0.41 cnd:pre:3p; -arrangerais arranger ver 116.14 75.81 0.61 0.34 cnd:pre:1s;cnd:pre:2s; -arrangerait arranger ver 116.14 75.81 3.05 3.31 cnd:pre:3s; -arrangeras arranger ver 116.14 75.81 0.24 0.20 ind:fut:2s; -arrangerez arranger ver 116.14 75.81 0.14 0.34 ind:fut:2p; -arrangerions arranger ver 116.14 75.81 0.00 0.07 cnd:pre:1p; -arrangerons arranger ver 116.14 75.81 0.39 0.47 ind:fut:1p; -arrangeront arranger ver 116.14 75.81 0.30 0.41 ind:fut:3p; -arranges arranger ver 116.14 75.81 1.50 0.47 ind:pre:2s; -arrangeur arrangeur nom m s 0.10 0.07 0.06 0.00 -arrangeurs arrangeur nom m p 0.10 0.07 0.04 0.07 -arrangez arranger ver 116.14 75.81 2.42 0.74 imp:pre:2p;ind:pre:2p; -arrangiez arranger ver 116.14 75.81 0.01 0.07 ind:imp:2p; -arrangions arranger ver 116.14 75.81 0.04 0.20 ind:imp:1p; -arrangèrent arranger ver 116.14 75.81 0.01 0.34 ind:pas:3p; -arrangé arranger ver m s 116.14 75.81 18.24 9.93 par:pas; -arrangée arranger ver f s 116.14 75.81 1.29 2.50 par:pas; -arrangées arranger ver f p 116.14 75.81 0.41 0.34 par:pas; -arrangés arranger ver m p 116.14 75.81 1.13 0.81 par:pas; -arrestation arrestation nom f s 20.59 10.41 17.59 8.58 -arrestations arrestation nom f p 20.59 10.41 3.00 1.82 -arrhes arrhe nom f p 0.30 0.41 0.30 0.41 -arrima arrimer ver 0.97 2.91 0.00 0.07 ind:pas:3s; -arrimage arrimage nom m s 0.61 0.20 0.61 0.20 -arrimais arrimer ver 0.97 2.91 0.00 0.07 ind:imp:1s; -arrimait arrimer ver 0.97 2.91 0.00 0.20 ind:imp:3s; -arrimant arrimer ver 0.97 2.91 0.10 0.07 par:pre; -arrime arrimer ver 0.97 2.91 0.05 0.00 imp:pre:2s;ind:pre:3s; -arriment arrimer ver 0.97 2.91 0.03 0.07 ind:pre:3p; -arrimer arrimer ver 0.97 2.91 0.32 0.41 inf; -arrimez arrimer ver 0.97 2.91 0.08 0.00 imp:pre:2p; -arrimé arrimer ver m s 0.97 2.91 0.16 0.68 par:pas; -arrimée arrimer ver f s 0.97 2.91 0.05 0.74 par:pas; -arrimées arrimer ver f p 0.97 2.91 0.11 0.27 par:pas; -arrimés arrimer ver m p 0.97 2.91 0.08 0.34 par:pas; -arrière_automne arrière_automne nom m 0.00 0.14 0.00 0.14 -arrière_ban arrière_ban nom m s 0.00 0.20 0.00 0.20 -arrière_boutique arrière_boutique nom f s 0.31 6.35 0.31 5.95 -arrière_boutique arrière_boutique nom f p 0.31 6.35 0.00 0.41 -arrière_cabinet arrière_cabinet nom m p 0.00 0.07 0.00 0.07 -arrière_cour arrière_cour nom f s 0.45 1.35 0.41 1.01 -arrière_cour arrière_cour nom f p 0.45 1.35 0.03 0.34 -arrière_cousin arrière_cousin nom m s 0.12 0.00 0.12 0.00 -arrière_cuisine arrière_cuisine nom f s 0.02 0.14 0.02 0.07 -arrière_cuisine arrière_cuisine nom f p 0.02 0.14 0.00 0.07 -arrière_fond arrière_fond nom m s 0.04 0.95 0.04 0.95 -arrière_garde arrière_garde nom f s 0.47 2.03 0.47 1.69 -arrière_garde arrière_garde nom f p 0.47 2.03 0.00 0.34 -arrière_goût arrière_goût nom m s 0.55 1.28 0.55 1.22 -arrière_goût arrière_goût nom m p 0.55 1.28 0.00 0.07 -arrière_gorge arrière_gorge nom f s 0.00 0.27 0.00 0.27 -arrière_grand_mère arrière_grand_mère nom f s 0.85 2.57 0.83 2.30 -arrière_grand_mère arrière_grand_mère nom f p 0.85 2.57 0.00 0.20 -arrière_grand_oncle arrière_grand_oncle nom m s 0.04 0.41 0.04 0.41 -arrière_grand_père arrière_grand_père nom m s 1.48 4.12 1.48 3.78 -arrière_grand_tante arrière_grand_tante nom f s 0.00 0.20 0.00 0.14 -arrière_grand_tante arrière_grand_tante nom f p 0.00 0.20 0.00 0.07 -arrière_grand_mère arrière_grand_mère nom f p 0.85 2.57 0.02 0.07 -arrière_grand_parent arrière_grand_parent nom m p 0.16 1.08 0.16 1.08 -arrière_grand_père arrière_grand_père nom m p 1.48 4.12 0.00 0.34 -arrière_loge arrière_loge nom m s 0.00 0.07 0.00 0.07 -arrière_magasin arrière_magasin nom m 0.00 0.07 0.00 0.07 -arrière_main arrière_main nom s 0.00 0.07 0.00 0.07 -arrière_monde arrière_monde nom m s 0.00 0.14 0.00 0.14 -arrière_neveux arrière_neveux nom m p 0.00 0.07 0.00 0.07 -arrière_pays arrière_pays nom m 0.37 1.15 0.37 1.15 -arrière_pensée arrière_pensée nom f s 0.91 5.95 0.79 3.58 -arrière_pensée arrière_pensée nom f p 0.91 5.95 0.13 2.36 -arrière_petit_fils arrière_petit_fils nom m 0.14 0.61 0.14 0.61 -arrière_petit_neveu arrière_petit_neveu nom m s 0.01 0.27 0.01 0.27 -arrière_petite_fille arrière_petite_fille nom f s 0.13 0.81 0.13 0.47 -arrière_petite_nièce arrière_petite_nièce nom f s 0.00 0.14 0.00 0.07 -arrière_petite_fille arrière_petite_fille nom f p 0.13 0.81 0.00 0.34 -arrière_petite_nièce arrière_petite_nièce nom f p 0.00 0.14 0.00 0.07 -arrière_petit_enfant arrière_petit_enfant nom m p 0.36 0.27 0.36 0.27 -arrière_petits_fils arrière_petits_fils nom m p 0.00 0.41 0.00 0.41 -arrière_petits_neveux arrière_petits_neveux nom m p 0.00 0.07 0.00 0.07 -arrière_plan arrière_plan nom m s 0.94 2.70 0.91 2.03 -arrière_plan arrière_plan nom m p 0.94 2.70 0.02 0.68 -arrière_saison arrière_saison nom f s 0.00 1.22 0.00 1.22 -arrière_salle arrière_salle nom f s 0.28 2.36 0.24 2.16 -arrière_salle arrière_salle nom f p 0.28 2.36 0.04 0.20 -arrière_train arrière_train nom m s 0.66 1.69 0.64 1.62 -arrière_train arrière_train nom m p 0.66 1.69 0.03 0.07 -arrière arrière ono 2.75 0.14 2.75 0.14 -arrières arrière nom m p 52.15 95.00 4.76 4.73 -arriération arriération nom f s 0.03 0.27 0.03 0.27 -arriéré arriéré nom m s 0.79 2.03 0.22 0.54 -arriérée arriéré adj f s 0.57 1.62 0.20 0.34 -arriérées arriéré adj f p 0.57 1.62 0.04 0.14 -arriérés arriéré nom m p 0.79 2.03 0.54 1.35 -arriva arriver ver 1252.39 723.04 5.75 47.50 ind:pas:3s; -arrivage arrivage nom m s 0.82 1.96 0.76 1.55 -arrivages arrivage nom m p 0.82 1.96 0.07 0.41 -arrivai arriver ver 1252.39 723.04 0.49 6.76 ind:pas:1s; -arrivaient arriver ver 1252.39 723.04 2.72 22.91 ind:imp:3p; -arrivais arriver ver 1252.39 723.04 11.24 18.51 ind:imp:1s;ind:imp:2s; -arrivait arriver ver 1252.39 723.04 22.16 105.00 ind:imp:3s; -arrivant arriver ver 1252.39 723.04 9.19 22.57 par:pre; -arrivante arrivant nom f s 0.48 5.07 0.03 0.27 -arrivants arrivant nom m p 0.48 5.07 0.27 2.64 -arrivas arriver ver 1252.39 723.04 0.02 0.07 ind:pas:2s; -arrivassent arriver ver 1252.39 723.04 0.00 0.07 sub:imp:3p; -arrive arriver ver 1252.39 723.04 525.10 164.12 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:1s;sub:pre:3s; -arrivent arriver ver 1252.39 723.04 58.12 21.82 ind:pre:3p;sub:pre:3p; -arriver arriver ver 1252.39 723.04 182.85 95.00 inf;; -arrivera arriver ver 1252.39 723.04 53.86 10.07 ind:fut:3s; -arriverai arriver ver 1252.39 723.04 13.08 3.85 ind:fut:1s; -arriveraient arriver ver 1252.39 723.04 0.58 1.22 cnd:pre:3p; -arriverais arriver ver 1252.39 723.04 3.93 1.76 cnd:pre:1s;cnd:pre:2s; -arriverait arriver ver 1252.39 723.04 11.06 9.73 cnd:pre:3s; -arriveras arriver ver 1252.39 723.04 8.98 1.96 ind:fut:2s; -arriverez arriver ver 1252.39 723.04 5.30 1.22 ind:fut:2p; -arriveriez arriver ver 1252.39 723.04 0.46 0.07 cnd:pre:2p; -arriverions arriver ver 1252.39 723.04 0.25 0.27 cnd:pre:1p; -arriverons arriver ver 1252.39 723.04 3.61 1.42 ind:fut:1p; -arriveront arriver ver 1252.39 723.04 5.17 1.62 ind:fut:3p; -arrives arriver ver 1252.39 723.04 28.82 3.31 ind:pre:2s; -arrivez arriver ver 1252.39 723.04 10.69 2.23 imp:pre:2p;ind:pre:2p; -arriviez arriver ver 1252.39 723.04 1.30 0.88 ind:imp:2p; -arrivions arriver ver 1252.39 723.04 0.99 4.59 ind:imp:1p; -arrivisme arrivisme nom m s 0.16 0.27 0.16 0.27 -arriviste arriviste nom s 0.77 0.41 0.60 0.20 -arrivistes arriviste nom p 0.77 0.41 0.17 0.20 -arrivâmes arriver ver 1252.39 723.04 0.46 3.18 ind:pas:1p; -arrivons arriver ver 1252.39 723.04 6.09 4.86 imp:pre:1p;ind:pre:1p; -arrivât arriver ver 1252.39 723.04 0.43 2.09 sub:imp:3s; -arrivâtes arriver ver 1252.39 723.04 0.01 0.07 ind:pas:2p; -arrivèrent arriver ver 1252.39 723.04 1.36 12.57 ind:pas:3p; -arrivé arriver ver m s 1252.39 723.04 203.06 97.91 par:pas;par:pas;par:pas; -arrivée arrivée nom f s 42.66 80.00 41.90 77.84 -arrivées arriver ver f p 1252.39 723.04 4.24 2.91 par:pas; -arrivés arriver ver m p 1252.39 723.04 32.78 25.81 par:pas; -arrogamment arrogamment adv 0.00 0.47 0.00 0.47 -arrogance arrogance nom f s 3.92 3.85 3.92 3.85 -arrogant arrogant adj m s 5.29 4.05 2.98 2.16 -arrogante arrogant adj f s 5.29 4.05 1.53 1.01 -arrogantes arrogant adj f p 5.29 4.05 0.18 0.20 -arrogants arrogant adj m p 5.29 4.05 0.59 0.68 -arroge arroger ver 0.39 1.01 0.22 0.14 ind:pre:1s;ind:pre:3s; -arrogeaient arroger ver 0.39 1.01 0.00 0.07 ind:imp:3p; -arrogeait arroger ver 0.39 1.01 0.00 0.07 ind:imp:3s; -arrogeant arroger ver 0.39 1.01 0.00 0.07 par:pre; -arrogent arroger ver 0.39 1.01 0.14 0.00 ind:pre:3p; -arroger arroger ver 0.39 1.01 0.00 0.54 inf; -arrogèrent arroger ver 0.39 1.01 0.01 0.00 ind:pas:3p; -arrogé arroger ver m s 0.39 1.01 0.02 0.07 par:pas; -arrogée arroger ver f s 0.39 1.01 0.00 0.07 par:pas; -arroi arroi nom m s 0.00 0.68 0.00 0.68 -arrondi arrondi adj m s 0.57 7.84 0.20 2.91 -arrondie arrondi adj f s 0.57 7.84 0.17 1.96 -arrondies arrondi adj f p 0.57 7.84 0.04 0.95 -arrondir arrondir ver 2.04 14.53 1.06 2.23 inf; -arrondira arrondir ver 2.04 14.53 0.15 0.07 ind:fut:3s; -arrondirait arrondir ver 2.04 14.53 0.01 0.07 cnd:pre:3s; -arrondirent arrondir ver 2.04 14.53 0.00 0.20 ind:pas:3p; -arrondis arrondir ver m p 2.04 14.53 0.22 1.22 imp:pre:2s;ind:pre:1s;ind:pre:2s;par:pas; -arrondissaient arrondir ver 2.04 14.53 0.00 0.74 ind:imp:3p; -arrondissait arrondir ver 2.04 14.53 0.20 2.43 ind:imp:3s; -arrondissant arrondir ver 2.04 14.53 0.01 0.74 par:pre; -arrondissement arrondissement nom m s 0.95 8.38 0.94 7.30 -arrondissements arrondissement nom m p 0.95 8.38 0.01 1.08 -arrondissent arrondir ver 2.04 14.53 0.05 1.08 ind:pre:3p; -arrondissons arrondir ver 2.04 14.53 0.04 0.00 imp:pre:1p; -arrondit arrondir ver 2.04 14.53 0.14 2.30 ind:pre:3s;ind:pas:3s; -arrosa arroser ver 14.07 19.73 0.00 0.54 ind:pas:3s; -arrosage arrosage nom m s 1.72 1.89 1.72 1.89 -arrosaient arroser ver 14.07 19.73 0.04 0.68 ind:imp:3p; -arrosais arroser ver 14.07 19.73 0.11 0.07 ind:imp:1s;ind:imp:2s; -arrosait arroser ver 14.07 19.73 0.62 2.64 ind:imp:3s; -arrosant arroser ver 14.07 19.73 0.30 1.35 par:pre; -arrose arroser ver 14.07 19.73 3.34 2.43 imp:pre:2s;ind:pre:1s;ind:pre:3s; -arrosent arroser ver 14.07 19.73 0.22 0.61 ind:pre:3p; -arroser arroser ver 14.07 19.73 5.53 4.46 inf; -arrosera arroser ver 14.07 19.73 0.02 0.00 ind:fut:3s; -arroserais arroser ver 14.07 19.73 0.00 0.14 cnd:pre:1s; -arroserait arroser ver 14.07 19.73 0.02 0.14 cnd:pre:3s; -arroseras arroser ver 14.07 19.73 0.02 0.00 ind:fut:2s; -arroserez arroser ver 14.07 19.73 0.00 0.07 ind:fut:2p; -arroseront arroser ver 14.07 19.73 0.01 0.07 ind:fut:3p; -arroses arroser ver 14.07 19.73 0.19 0.07 ind:pre:2s; -arroseur arroseur nom m s 0.43 0.47 0.22 0.14 -arroseurs arroseur nom m p 0.43 0.47 0.19 0.07 -arroseuse arroseur nom f s 0.43 0.47 0.02 0.20 -arroseuses arroseuse nom f p 0.01 0.00 0.01 0.00 -arrosez arroser ver 14.07 19.73 0.70 0.14 imp:pre:2p;ind:pre:2p; -arrosiez arroser ver 14.07 19.73 0.00 0.07 ind:imp:2p; -arrosions arroser ver 14.07 19.73 0.00 0.14 ind:imp:1p; -arrosoir arrosoir nom m s 0.37 3.58 0.37 3.04 -arrosoirs arrosoir nom m p 0.37 3.58 0.00 0.54 -arrosons arroser ver 14.07 19.73 0.40 0.14 imp:pre:1p;ind:pre:1p; -arrosèrent arroser ver 14.07 19.73 0.01 0.14 ind:pas:3p; -arrosé arroser ver m s 14.07 19.73 1.70 2.97 par:pas; -arrosée arroser ver f s 14.07 19.73 0.28 1.22 par:pas; -arrosées arroser ver f p 14.07 19.73 0.26 0.81 par:pas; -arrosés arroser ver m p 14.07 19.73 0.31 0.88 par:pas; -arrérages arrérage nom m p 0.20 0.14 0.20 0.14 -arrêt_buffet arrêt_buffet nom m s 0.01 0.07 0.00 0.07 -arrêt arrêt nom m s 50.88 53.92 46.80 46.82 -arrêta arrêter ver 993.79 462.50 1.68 93.31 ind:pas:3s; -arrêtai arrêter ver 993.79 462.50 0.48 6.15 ind:pas:1s; -arrêtaient arrêter ver 993.79 462.50 1.13 9.59 ind:imp:3p; -arrêtais arrêter ver 993.79 462.50 3.70 4.66 ind:imp:1s;ind:imp:2s; -arrêtait arrêter ver 993.79 462.50 8.97 37.09 ind:imp:3s; -arrêtant arrêter ver 993.79 462.50 1.00 16.01 par:pre; -arrêtassent arrêter ver 993.79 462.50 0.00 0.20 sub:imp:3p; -arrête_boeuf arrête_boeuf nom m s 0.00 0.07 0.00 0.07 -arrête arrêter ver 993.79 462.50 456.59 85.07 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:1s;sub:pre:3s; -arrêtent arrêter ver 993.79 462.50 9.22 10.81 ind:pre:3p;sub:pre:3p; -arrêter arrêter ver 993.79 462.50 178.62 80.61 inf;;inf;;inf;;inf;; -arrêtera arrêter ver 993.79 462.50 14.42 2.70 ind:fut:3s; -arrêterai arrêter ver 993.79 462.50 4.00 0.54 ind:fut:1s; -arrêteraient arrêter ver 993.79 462.50 0.75 0.34 cnd:pre:3p; -arrêterais arrêter ver 993.79 462.50 2.13 0.61 cnd:pre:1s;cnd:pre:2s; -arrêterait arrêter ver 993.79 462.50 1.77 2.84 cnd:pre:3s; -arrêteras arrêter ver 993.79 462.50 1.40 0.34 ind:fut:2s; -arrêterez arrêter ver 993.79 462.50 1.27 0.07 ind:fut:2p; -arrêteriez arrêter ver 993.79 462.50 0.18 0.14 cnd:pre:2p; -arrêterions arrêter ver 993.79 462.50 0.04 0.07 cnd:pre:1p; -arrêterons arrêter ver 993.79 462.50 0.90 0.68 ind:fut:1p; -arrêteront arrêter ver 993.79 462.50 2.49 0.88 ind:fut:3p; -arrêtes arrêter ver 993.79 462.50 21.90 1.96 ind:pre:2s;sub:pre:2s; -arrêtez arrêter ver 993.79 462.50 174.12 6.69 imp:pre:2p;ind:pre:2p; -arrêtiez arrêter ver 993.79 462.50 1.56 0.20 ind:imp:2p; -arrêtions arrêter ver 993.79 462.50 0.55 1.42 ind:imp:1p;sub:pre:1p; -arrêtâmes arrêter ver 993.79 462.50 0.01 1.22 ind:pas:1p; -arrêtons arrêter ver 993.79 462.50 6.60 2.70 imp:pre:1p;ind:pre:1p; -arrêtât arrêter ver 993.79 462.50 0.00 1.42 sub:imp:3s; -arrêt_buffet arrêt_buffet nom m p 0.01 0.07 0.01 0.00 -arrêts arrêt nom m p 50.88 53.92 4.08 7.09 -arrêtèrent arrêter ver 993.79 462.50 0.24 10.00 ind:pas:3p; -arrêté arrêter ver m s 993.79 462.50 77.28 48.24 par:pas; -arrêtée arrêter ver f s 993.79 462.50 11.22 17.97 par:pas; -arrêtées arrêter ver f p 993.79 462.50 1.47 3.38 par:pas; -arrêtés arrêter ver m p 993.79 462.50 8.11 14.59 par:pas; -ars ars nom m 0.94 0.07 0.94 0.07 -arsacide arsacide nom s 0.00 0.07 0.00 0.07 -arsenal arsenal nom m s 2.36 5.74 2.27 4.86 -arsenaux arsenal nom m p 2.36 5.74 0.09 0.88 -arsenic arsenic nom m s 1.10 1.22 1.10 1.22 -arsenicales arsenical adj f p 0.00 0.07 0.00 0.07 -arsouille arsouille nom s 0.23 0.54 0.23 0.41 -arsouiller arsouiller ver 0.00 0.07 0.00 0.07 inf; -arsouilles arsouille nom p 0.23 0.54 0.00 0.14 -arsénieux arsénieux adj m s 0.00 0.07 0.00 0.07 -art art nom m s 72.79 91.49 65.93 81.49 -artefact artefact nom m s 0.67 0.14 0.34 0.00 -artefacts artefact nom m p 0.67 0.14 0.33 0.14 -arène arène nom f s 2.50 5.54 2.25 4.12 -arènes arène nom f p 2.50 5.54 0.25 1.42 -arçon arçon nom m s 0.02 0.95 0.01 0.81 -arçons arçon nom m p 0.02 0.95 0.01 0.14 -arthrite arthrite nom f s 1.75 0.34 1.75 0.27 -arthrites arthrite nom f p 1.75 0.34 0.00 0.07 -arthritique arthritique adj s 0.14 0.41 0.03 0.34 -arthritiques arthritique adj m p 0.14 0.41 0.11 0.07 -arthrodèse arthrodèse nom f s 0.00 0.14 0.00 0.14 -arthropathie arthropathie nom f s 0.01 0.00 0.01 0.00 -arthroplastie arthroplastie nom f s 0.01 0.00 0.01 0.00 -arthropodes arthropode nom m p 0.04 0.07 0.04 0.07 -arthroscopie arthroscopie nom f s 0.01 0.00 0.01 0.00 -arthrose arthrose nom f s 0.86 0.61 0.86 0.47 -arthroses arthrose nom f p 0.86 0.61 0.00 0.14 -arthurien arthurien adj m s 0.04 0.20 0.01 0.07 -arthurienne arthurien adj f s 0.04 0.20 0.03 0.07 -arthuriens arthurien adj m p 0.04 0.20 0.00 0.07 -artichaut artichaut nom m s 2.39 2.57 1.45 0.95 -artichauts artichaut nom m p 2.39 2.57 0.94 1.62 -artiche artiche nom m s 0.01 1.82 0.01 1.82 -article_choc article_choc nom m s 0.00 0.07 0.00 0.07 -article article nom m s 44.45 50.34 33.39 31.69 -articles article nom m p 44.45 50.34 11.06 18.65 -articula articuler ver 1.21 12.97 0.00 1.82 ind:pas:3s; -articulai articuler ver 1.21 12.97 0.00 0.07 ind:pas:1s; -articulaient articuler ver 1.21 12.97 0.00 0.07 ind:imp:3p; -articulaire articulaire adj s 0.17 0.07 0.09 0.00 -articulaires articulaire adj p 0.17 0.07 0.08 0.07 -articulait articuler ver 1.21 12.97 0.04 0.68 ind:imp:3s; -articulant articuler ver 1.21 12.97 0.02 1.28 par:pre; -articulation articulation nom f s 1.51 6.01 0.54 2.16 -articulations articulation nom f p 1.51 6.01 0.97 3.85 -articule articuler ver 1.21 12.97 0.50 2.43 imp:pre:2s;ind:pre:1s;ind:pre:3s; -articulent articuler ver 1.21 12.97 0.02 0.07 ind:pre:3p; -articuler articuler ver 1.21 12.97 0.34 4.32 inf; -articulet articulet nom m s 0.00 0.14 0.00 0.14 -articulez articuler ver 1.21 12.97 0.19 0.07 imp:pre:2p;ind:pre:2p; -articulé articulé adj m s 0.27 3.65 0.13 1.42 -articulée articuler ver f s 1.21 12.97 0.01 0.34 par:pas; -articulées articulé adj f p 0.27 3.65 0.12 0.41 -articulés articulé adj m p 0.27 3.65 0.03 1.08 -artifice artifice nom m s 6.95 10.95 5.38 8.51 -artifices artifice nom m p 6.95 10.95 1.57 2.43 -artificialité artificialité nom f s 0.01 0.00 0.01 0.00 -artificiel artificiel adj m s 7.12 12.16 2.55 3.51 -artificielle artificiel adj f s 7.12 12.16 2.99 4.39 -artificiellement artificiellement adv 0.48 1.42 0.48 1.42 -artificielles artificiel adj f p 7.12 12.16 0.87 2.57 -artificiels artificiel adj m p 7.12 12.16 0.71 1.69 -artificier artificier nom m s 0.79 1.35 0.44 0.68 -artificiers artificier nom m p 0.79 1.35 0.34 0.68 -artificieuse artificieux adj f s 0.14 0.14 0.00 0.07 -artificieuses artificieux adj f p 0.14 0.14 0.14 0.07 -artiflot artiflot nom m s 0.00 0.34 0.00 0.07 -artiflots artiflot nom m p 0.00 0.34 0.00 0.27 -artillerie artillerie nom f s 8.63 17.36 8.63 17.36 -artilleur artilleur nom m s 0.79 8.45 0.47 2.16 -artilleurs artilleur nom m p 0.79 8.45 0.32 6.28 -artimon artimon nom m s 0.22 0.07 0.22 0.07 -artisan artisan nom m s 3.09 10.74 1.79 5.00 -artisanal artisanal adj m s 0.75 1.62 0.15 0.41 -artisanale artisanal adj f s 0.75 1.62 0.30 0.68 -artisanalement artisanalement adv 0.01 0.07 0.01 0.07 -artisanales artisanal adj f p 0.75 1.62 0.25 0.27 -artisanat artisanat nom m s 0.77 1.15 0.77 1.15 -artisanaux artisanal adj m p 0.75 1.62 0.05 0.27 -artisane artisan nom f s 3.09 10.74 0.00 0.07 -artisans artisan nom m p 3.09 10.74 1.30 5.68 -artison artison nom m s 0.00 0.07 0.00 0.07 -artiste_peintre artiste_peintre nom s 0.02 0.14 0.02 0.14 -artiste artiste nom s 40.78 45.88 28.00 28.85 -artistement artistement adv 0.00 0.81 0.00 0.81 -artistes artiste nom p 40.78 45.88 12.78 17.03 -artistique artistique adj s 10.00 10.00 8.08 6.76 -artistiquement artistiquement adv 0.26 0.61 0.26 0.61 -artistiques artistique adj p 10.00 10.00 1.92 3.24 -arts art nom m p 72.79 91.49 6.86 10.00 -artère artère nom f s 5.13 7.09 3.13 2.16 -artères artère nom f p 5.13 7.09 2.00 4.93 -artéfact artéfact nom m s 0.13 0.00 0.13 0.00 -artériectomie artériectomie nom f s 0.00 0.07 0.00 0.07 -artériel artériel adj m s 1.76 0.61 0.19 0.20 -artérielle artériel adj f s 1.76 0.61 1.55 0.41 -artérielles artériel adj f p 1.76 0.61 0.02 0.00 -artériographie artériographie nom f s 0.09 0.00 0.09 0.00 -artériole artériole nom f s 0.03 0.14 0.01 0.00 -artérioles artériole nom f p 0.03 0.14 0.01 0.14 -artériopathie artériopathie nom f s 0.16 0.00 0.16 0.00 -artériosclérose artériosclérose nom f s 0.17 0.27 0.17 0.27 -artérite artérite nom f s 0.03 0.07 0.03 0.07 -artésien artésien adj m s 0.01 0.27 0.01 0.27 -aréflexie aréflexie nom f s 0.02 0.00 0.02 0.00 -arum arum nom m s 0.09 0.61 0.02 0.00 -arums arum nom m p 0.09 0.61 0.07 0.61 -aréna aréna nom m s 0.05 0.00 0.05 0.00 -aréole aréole nom f s 0.04 0.54 0.04 0.34 -aréoles aréole nom f p 0.04 0.54 0.00 0.20 -aréopage aréopage nom m s 0.10 1.08 0.10 1.01 -aréopages aréopage nom m p 0.10 1.08 0.00 0.07 -aréopagite aréopagite nom m s 0.00 0.07 0.00 0.07 -aréquier aréquier nom m s 0.14 0.00 0.14 0.00 -aruspice aruspice nom m s 0.15 0.07 0.15 0.00 -aruspices aruspice nom m p 0.15 0.07 0.00 0.07 -arête arête nom f s 1.60 10.81 0.70 6.01 -arêtes arête nom f p 1.60 10.81 0.90 4.80 -arétin arétin nom m s 0.00 0.07 0.00 0.07 -arverne arverne nom s 0.00 0.14 0.00 0.07 -arvernes arverne nom p 0.00 0.14 0.00 0.07 -aryen aryen adj m s 1.84 0.61 0.22 0.14 -aryenne aryen adj f s 1.84 0.61 1.09 0.34 -aryennes aryen adj f p 1.84 0.61 0.03 0.07 -aryens aryen adj m p 1.84 0.61 0.50 0.07 -arythmie arythmie nom f s 0.64 0.07 0.64 0.07 -arythmique arythmique adj m s 0.03 0.00 0.03 0.00 -arzels arzel nom m p 0.00 0.07 0.00 0.07 -as_rois as_rois nom m 0.01 0.00 0.01 0.00 -as avoir aux 18559.23 12800.81 2144.15 294.46 ind:pre:2s; -asa asa nom m 0.02 0.00 0.02 0.00 -asana asana nom f s 0.02 0.00 0.02 0.00 -asbeste asbeste nom m s 0.01 0.00 0.01 0.00 -asbestose asbestose nom f s 0.01 0.00 0.01 0.00 -ascaris ascaris nom m 0.20 0.07 0.20 0.07 -ascendance ascendance nom f s 0.24 2.23 0.24 1.89 -ascendances ascendance nom f p 0.24 2.23 0.00 0.34 -ascendant ascendant adj m s 1.26 2.36 1.10 1.08 -ascendante ascendant adj f s 1.26 2.36 0.13 0.88 -ascendantes ascendant adj f p 1.26 2.36 0.00 0.27 -ascendants ascendant adj m p 1.26 2.36 0.03 0.14 -ascendre ascendre ver 0.05 0.00 0.04 0.00 inf; -ascendu ascendre ver m s 0.05 0.00 0.01 0.00 par:pas; -ascenseur ascenseur nom m s 25.34 25.88 22.87 23.65 -ascenseurs ascenseur nom m p 25.34 25.88 2.48 2.23 -ascension ascension nom f s 3.87 8.04 3.65 7.70 -ascensionne ascensionner ver 0.01 0.07 0.00 0.07 ind:pre:3s; -ascensionnel ascensionnel adj m s 0.05 0.34 0.02 0.14 -ascensionnelle ascensionnel adj f s 0.05 0.34 0.02 0.20 -ascensionnelles ascensionnel adj f p 0.05 0.34 0.01 0.00 -ascensionner ascensionner ver 0.01 0.07 0.01 0.00 inf; -ascensions ascension nom f p 3.87 8.04 0.22 0.34 -ascite ascite nom f s 0.04 0.00 0.04 0.00 -asclépias asclépias nom m 0.01 0.14 0.01 0.14 -ascorbique ascorbique adj m s 0.01 0.00 0.01 0.00 -ascot ascot nom s 0.03 0.00 0.03 0.00 -ascèse ascèse nom f s 0.00 1.35 0.00 1.28 -ascèses ascèse nom f p 0.00 1.35 0.00 0.07 -ascète ascète nom s 0.06 0.74 0.02 0.54 -ascètes ascète nom p 0.06 0.74 0.04 0.20 -ascétique ascétique adj s 0.65 1.22 0.11 0.88 -ascétiques ascétique adj p 0.65 1.22 0.54 0.34 -ascétisme ascétisme nom m s 0.14 0.74 0.14 0.74 -asdic asdic nom m s 0.10 0.07 0.10 0.07 -ase as nom_sup f s 18.80 6.62 0.02 0.20 -asepsie asepsie nom f s 0.00 0.07 0.00 0.07 -aseptique aseptique adj s 0.01 0.27 0.01 0.20 -aseptiques aseptique adj p 0.01 0.27 0.00 0.07 -aseptisant aseptiser ver 0.04 0.07 0.01 0.00 par:pre; -aseptisation aseptisation nom f s 0.00 0.14 0.00 0.14 -aseptisé aseptisé adj m s 0.14 0.68 0.09 0.34 -aseptisée aseptisé adj f s 0.14 0.68 0.02 0.14 -aseptisées aseptisé adj f p 0.14 0.68 0.00 0.07 -aseptisés aseptisé adj m p 0.14 0.68 0.03 0.14 -asexualité asexualité nom f s 0.01 0.00 0.01 0.00 -asexuelle asexuel adj f s 0.02 0.00 0.02 0.00 -asexué asexué adj m s 0.33 0.95 0.13 0.14 -asexuée asexué adj f s 0.33 0.95 0.12 0.54 -asexuées asexué adj f p 0.33 0.95 0.02 0.14 -asexués asexué adj m p 0.33 0.95 0.07 0.14 -ashanti ashanti nom s 0.00 0.07 0.00 0.07 -ashkénaze ashkénaze nom s 0.00 0.27 0.00 0.07 -ashkénazes ashkénaze nom p 0.00 0.27 0.00 0.20 -ashram ashram nom m s 0.16 0.07 0.16 0.07 -asiate asiate adj s 0.01 0.47 0.01 0.47 -asiatique asiatique adj s 3.00 2.77 2.46 1.82 -asiatiques asiatique nom p 1.30 0.74 0.69 0.47 -asiatisé asiatiser ver m s 0.00 0.07 0.00 0.07 par:pas; -asilaire asilaire adj m s 0.00 0.07 0.00 0.07 -asile asile nom m s 26.56 13.58 25.52 11.55 -asiles asile nom m p 26.56 13.58 1.04 2.03 -asociabilité asociabilité nom f s 0.01 0.07 0.01 0.07 -asocial asocial adj m s 0.40 0.74 0.07 0.54 -asociale asocial adj f s 0.40 0.74 0.03 0.00 -asociales asocial adj f p 0.40 0.74 0.03 0.07 -asociaux asocial adj m p 0.40 0.74 0.28 0.14 -asparagus asparagus nom m 0.01 0.41 0.01 0.41 -aspartam aspartam nom m s 0.07 0.00 0.07 0.00 -aspartame aspartame nom m s 0.01 0.00 0.01 0.00 -aspartique aspartique adj m s 0.01 0.00 0.01 0.00 -aspect aspect nom m s 12.78 41.28 9.88 36.01 -aspects aspect nom m p 12.78 41.28 2.90 5.27 -asperge asperge nom f s 1.74 8.65 0.71 5.88 -aspergea asperger ver 2.48 7.23 0.00 0.74 ind:pas:3s; -aspergeaient asperger ver 2.48 7.23 0.00 0.34 ind:imp:3p; -aspergeait asperger ver 2.48 7.23 0.07 0.61 ind:imp:3s; -aspergeant asperger ver 2.48 7.23 0.03 0.61 par:pre; -aspergent asperger ver 2.48 7.23 0.16 0.07 ind:pre:3p; -asperger asperger ver 2.48 7.23 0.79 1.28 inf; -aspergerait asperger ver 2.48 7.23 0.00 0.14 cnd:pre:3s; -asperges asperge nom f p 1.74 8.65 1.03 2.77 -aspergez asperger ver 2.48 7.23 0.10 0.07 imp:pre:2p;ind:pre:2p; -aspergillose aspergillose nom f s 0.02 0.00 0.02 0.00 -aspergillus aspergillus nom m 0.07 0.00 0.07 0.00 -aspergèrent asperger ver 2.48 7.23 0.00 0.20 ind:pas:3p; -aspergé asperger ver m s 2.48 7.23 0.61 1.08 par:pas; -aspergée asperger ver f s 2.48 7.23 0.11 0.41 par:pas; -aspergées asperger ver f p 2.48 7.23 0.01 0.14 par:pas; -aspergés asperger ver m p 2.48 7.23 0.06 0.07 par:pas; -aspersion aspersion nom f s 0.06 0.68 0.06 0.47 -aspersions aspersion nom f p 0.06 0.68 0.00 0.20 -asphalte asphalte nom m s 1.40 6.89 1.40 6.89 -asphalter asphalter ver 0.12 0.47 0.01 0.00 inf; -asphalté asphalter ver m s 0.12 0.47 0.01 0.14 par:pas; -asphaltée asphalter ver f s 0.12 0.47 0.10 0.14 par:pas; -asphaltées asphalter ver f p 0.12 0.47 0.00 0.07 par:pas; -asphaltés asphalter ver m p 0.12 0.47 0.00 0.07 par:pas; -asphodèle asphodèle nom m s 0.03 0.61 0.02 0.14 -asphodèles asphodèle nom m p 0.03 0.61 0.01 0.47 -asphyxia asphyxier ver 1.52 2.91 0.00 0.14 ind:pas:3s; -asphyxiaient asphyxier ver 1.52 2.91 0.01 0.07 ind:imp:3p; -asphyxiait asphyxier ver 1.52 2.91 0.00 0.27 ind:imp:3s; -asphyxiant asphyxiant adj m s 0.03 1.08 0.03 0.47 -asphyxiante asphyxiant adj f s 0.03 1.08 0.00 0.34 -asphyxiants asphyxiant adj m p 0.03 1.08 0.00 0.27 -asphyxie asphyxie nom f s 1.19 1.35 1.19 1.35 -asphyxient asphyxier ver 1.52 2.91 0.17 0.14 ind:pre:3p; -asphyxier asphyxier ver 1.52 2.91 0.39 0.27 inf; -asphyxiera asphyxier ver 1.52 2.91 0.00 0.07 ind:fut:3s; -asphyxié asphyxier ver m s 1.52 2.91 0.67 0.68 par:pas; -asphyxiée asphyxier ver f s 1.52 2.91 0.03 0.27 par:pas; -asphyxiées asphyxié adj f p 0.10 1.08 0.04 0.14 -asphyxiés asphyxier ver m p 1.52 2.91 0.10 0.47 par:pas; -aspi aspi nom s 0.14 0.07 0.14 0.00 -aspic aspic nom m s 0.54 1.08 0.52 0.88 -aspics aspic nom m p 0.54 1.08 0.02 0.20 -aspidistra aspidistra nom m s 0.01 0.41 0.01 0.07 -aspidistras aspidistra nom m p 0.01 0.41 0.00 0.34 -aspira aspirer ver 12.07 28.85 0.03 3.04 ind:pas:3s; -aspirai aspirer ver 12.07 28.85 0.00 0.27 ind:pas:1s; -aspiraient aspirer ver 12.07 28.85 0.02 0.88 ind:imp:3p; -aspirais aspirer ver 12.07 28.85 0.32 1.49 ind:imp:1s; -aspirait aspirer ver 12.07 28.85 0.25 5.27 ind:imp:3s; -aspirant aspirant nom m s 1.35 1.82 1.11 0.95 -aspirante aspirant adj f s 1.13 1.15 0.36 0.07 -aspirantes aspirant adj f p 1.13 1.15 0.02 0.07 -aspirants aspirant nom m p 1.35 1.82 0.23 0.88 -aspirateur aspirateur nom m s 4.52 3.31 4.33 3.04 -aspirateurs_traîneaux aspirateurs_traîneaux nom m p 0.00 0.07 0.00 0.07 -aspirateurs aspirateur nom m p 4.52 3.31 0.19 0.27 -aspiration aspiration nom f s 3.99 6.22 2.49 2.97 -aspirations aspiration nom f p 3.99 6.22 1.50 3.24 -aspire aspirer ver 12.07 28.85 4.24 5.20 imp:pre:2s;ind:pre:1s;ind:pre:3s; -aspirent aspirer ver 12.07 28.85 0.67 1.08 ind:pre:3p; -aspirer aspirer ver 12.07 28.85 2.36 3.92 inf; -aspirera aspirer ver 12.07 28.85 0.08 0.07 ind:fut:3s; -aspireraient aspirer ver 12.07 28.85 0.01 0.07 cnd:pre:3p; -aspirerait aspirer ver 12.07 28.85 0.02 0.07 cnd:pre:3s; -aspires aspirer ver 12.07 28.85 0.54 0.07 ind:pre:2s; -aspirez aspirer ver 12.07 28.85 0.47 0.41 imp:pre:2p;ind:pre:2p; -aspiriez aspirer ver 12.07 28.85 0.03 0.07 ind:imp:2p; -aspirine aspirine nom f s 9.18 4.93 8.55 4.53 -aspirines aspirine nom f p 9.18 4.93 0.62 0.41 -aspirions aspirer ver 12.07 28.85 0.02 0.07 ind:imp:1p; -aspirons aspirer ver 12.07 28.85 0.16 0.14 imp:pre:1p;ind:pre:1p; -aspirât aspirer ver 12.07 28.85 0.00 0.07 sub:imp:3s; -aspiré aspirer ver m s 12.07 28.85 2.00 2.70 par:pas; -aspirée aspirer ver f s 12.07 28.85 0.32 1.15 par:pas; -aspirées aspirer ver f p 12.07 28.85 0.07 0.14 par:pas; -aspirés aspirer ver m p 12.07 28.85 0.15 0.41 par:pas; -aspis aspi nom p 0.14 0.07 0.00 0.07 -aspre aspre nom f s 0.00 0.07 0.00 0.07 -aspécifique aspécifique adj s 0.01 0.00 0.01 0.00 -aspérité aspérité nom f s 0.06 2.77 0.00 0.74 -aspérités aspérité nom f p 0.06 2.77 0.06 2.03 -assîmes asseoir ver 322.71 395.27 0.00 0.88 ind:pas:1p; -assît asseoir ver 322.71 395.27 0.00 0.41 sub:imp:3s; -assa_foetida assa_foetida nom f s 0.27 0.00 0.27 0.00 -assagi assagir ver m s 0.42 0.95 0.14 0.27 par:pas; -assagie assagir ver f s 0.42 0.95 0.03 0.07 par:pas; -assagir assagir ver 0.42 0.95 0.15 0.41 inf; -assagirai assagir ver 0.42 0.95 0.01 0.00 ind:fut:1s; -assagis assagir ver 0.42 0.95 0.01 0.00 ind:pre:1s; -assagissant assagir ver 0.42 0.95 0.01 0.00 par:pre; -assagisse assagir ver 0.42 0.95 0.03 0.00 sub:pre:3s; -assagit assagir ver 0.42 0.95 0.04 0.20 ind:pre:3s;ind:pas:3s; -assaillaient assaillir ver 2.84 10.54 0.19 1.08 ind:imp:3p; -assaillait assaillir ver 2.84 10.54 0.00 0.74 ind:imp:3s; -assaillant assaillant nom m s 0.87 3.72 0.60 0.88 -assaillante assaillant adj f s 0.01 0.20 0.01 0.00 -assaillants assaillant nom m p 0.87 3.72 0.27 2.84 -assaille assaillir ver 2.84 10.54 0.41 0.81 ind:pre:1s;ind:pre:3s; -assaillent assaillir ver 2.84 10.54 0.55 1.22 ind:pre:3p; -assailles assaillir ver 2.84 10.54 0.01 0.00 ind:pre:2s; -assailli assaillir ver m s 2.84 10.54 0.81 2.64 par:pas; -assaillie assaillir ver f s 2.84 10.54 0.35 0.41 par:pas; -assaillies assaillir ver f p 2.84 10.54 0.00 0.20 par:pas; -assaillir assaillir ver 2.84 10.54 0.42 1.69 inf; -assaillira assaillir ver 2.84 10.54 0.00 0.07 ind:fut:3s; -assaillirent assaillir ver 2.84 10.54 0.02 0.41 ind:pas:3p; -assaillis assaillir ver m p 2.84 10.54 0.08 0.47 ind:pas:1s;par:pas; -assaillit assaillir ver 2.84 10.54 0.00 0.61 ind:pas:3s; -assaillons assaillir ver 2.84 10.54 0.01 0.00 imp:pre:1p; -assaini assainir ver m s 0.54 1.01 0.18 0.14 par:pas; -assainie assainir ver f s 0.54 1.01 0.03 0.00 par:pas; -assainir assainir ver 0.54 1.01 0.33 0.68 inf; -assainirait assainir ver 0.54 1.01 0.00 0.07 cnd:pre:3s; -assainis assainir ver m p 0.54 1.01 0.00 0.14 ind:pre:1s;par:pas; -assainissement assainissement nom m s 0.26 0.34 0.26 0.34 -assaisonna assaisonner ver 0.36 2.36 0.00 0.14 ind:pas:3s; -assaisonnait assaisonner ver 0.36 2.36 0.01 0.27 ind:imp:3s; -assaisonne assaisonner ver 0.36 2.36 0.01 0.14 imp:pre:2s;ind:pre:3s; -assaisonnement assaisonnement nom m s 0.52 0.41 0.50 0.34 -assaisonnements assaisonnement nom m p 0.52 0.41 0.02 0.07 -assaisonner assaisonner ver 0.36 2.36 0.09 0.61 inf; -assaisonnerait assaisonner ver 0.36 2.36 0.00 0.14 cnd:pre:3s; -assaisonnèrent assaisonner ver 0.36 2.36 0.00 0.07 ind:pas:3p; -assaisonné assaisonner ver m s 0.36 2.36 0.18 0.54 par:pas; -assaisonnée assaisonner ver f s 0.36 2.36 0.06 0.14 par:pas; -assaisonnées assaisonner ver f p 0.36 2.36 0.01 0.07 par:pas; -assaisonnés assaisonner ver m p 0.36 2.36 0.00 0.27 par:pas; -assassin assassin nom m s 55.37 20.34 43.17 14.39 -assassina assassiner ver 30.87 15.27 0.27 0.41 ind:pas:3s; -assassinai assassiner ver 30.87 15.27 0.00 0.07 ind:pas:1s; -assassinaient assassiner ver 30.87 15.27 0.04 0.14 ind:imp:3p; -assassinais assassiner ver 30.87 15.27 0.01 0.00 ind:imp:2s; -assassinait assassiner ver 30.87 15.27 0.09 0.47 ind:imp:3s; -assassinant assassiner ver 30.87 15.27 0.17 0.27 par:pre; -assassinat assassinat nom m s 8.38 12.16 7.26 9.73 -assassinats assassinat nom m p 8.38 12.16 1.13 2.43 -assassine assassiner ver 30.87 15.27 1.32 1.49 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -assassinent assassiner ver 30.87 15.27 0.36 0.20 ind:pre:3p; -assassiner assassiner ver 30.87 15.27 6.16 4.39 imp:pre:2p;inf; -assassinera assassiner ver 30.87 15.27 0.07 0.00 ind:fut:3s; -assassinerai assassiner ver 30.87 15.27 0.01 0.00 ind:fut:1s; -assassinerais assassiner ver 30.87 15.27 0.04 0.07 cnd:pre:1s;cnd:pre:2s; -assassinerez assassiner ver 30.87 15.27 0.01 0.00 ind:fut:2p; -assassines assassiner ver 30.87 15.27 0.31 0.14 ind:pre:2s; -assassinez assassiner ver 30.87 15.27 0.10 0.00 imp:pre:2p;ind:pre:2p; -assassinons assassiner ver 30.87 15.27 0.01 0.00 imp:pre:1p; -assassins assassin nom m p 55.37 20.34 12.20 5.95 -assassiné assassiner ver m s 30.87 15.27 15.08 5.14 par:pas; -assassinée assassiner ver f s 30.87 15.27 4.88 1.08 par:pas; -assassinées assassiner ver f p 30.87 15.27 0.47 0.14 par:pas; -assassinés assassiner ver m p 30.87 15.27 1.50 1.28 par:pas; -assaut assaut nom m s 12.12 32.16 11.23 27.36 -assauts assaut nom m p 12.12 32.16 0.90 4.80 -assavoir assavoir ver 0.00 0.14 0.00 0.14 inf; -asse asse nom f s 0.66 0.14 0.66 0.14 -asseau asseau nom m s 0.03 0.00 0.03 0.00 -assembla assembler ver 3.86 7.03 0.00 0.20 ind:pas:3s; -assemblage assemblage nom m s 1.01 5.88 0.99 4.86 -assemblages assemblage nom m p 1.01 5.88 0.02 1.01 -assemblaient assembler ver 3.86 7.03 0.02 0.74 ind:imp:3p; -assemblait assembler ver 3.86 7.03 0.02 0.47 ind:imp:3s; -assemblant assembler ver 3.86 7.03 0.04 0.07 par:pre; -assemble assembler ver 3.86 7.03 0.68 1.01 imp:pre:2s;ind:pre:1s;ind:pre:3s; -assemblent assembler ver 3.86 7.03 0.61 0.54 ind:pre:3p; -assembler assembler ver 3.86 7.03 1.13 1.55 inf; -assemblera assembler ver 3.86 7.03 0.10 0.00 ind:fut:3s; -assemblerez assembler ver 3.86 7.03 0.01 0.00 ind:fut:2p; -assembleur assembleur nom m s 0.12 0.14 0.01 0.07 -assembleurs assembleur nom m p 0.12 0.14 0.11 0.07 -assemblez assembler ver 3.86 7.03 0.16 0.07 imp:pre:2p;ind:pre:2p; -assemblons assembler ver 3.86 7.03 0.16 0.07 imp:pre:1p;ind:pre:1p; -assemblé assembler ver m s 3.86 7.03 0.48 0.41 par:pas; -assemblée assemblée nom f s 7.34 35.14 7.03 31.08 -assemblées assemblée nom f p 7.34 35.14 0.30 4.05 -assemblés assembler ver m p 3.86 7.03 0.19 0.81 par:pas; -assena assener ver 0.11 5.47 0.00 0.74 ind:pas:3s; -assenai assener ver 0.11 5.47 0.00 0.14 ind:pas:1s; -assenaient assener ver 0.11 5.47 0.00 0.20 ind:imp:3p; -assenais assener ver 0.11 5.47 0.00 0.14 ind:imp:1s; -assenait assener ver 0.11 5.47 0.00 0.41 ind:imp:3s; -assenant assener ver 0.11 5.47 0.00 0.41 par:pre; -assener assener ver 0.11 5.47 0.03 0.74 inf; -assentiment assentiment nom m s 0.17 3.45 0.17 3.38 -assentiments assentiment nom m p 0.17 3.45 0.00 0.07 -assené assener ver m s 0.11 5.47 0.00 0.61 par:pas; -assenée assener ver f s 0.11 5.47 0.00 0.34 par:pas; -assenées assener ver f p 0.11 5.47 0.01 0.20 par:pas; -assenés assener ver m p 0.11 5.47 0.02 0.47 par:pas; -asseoir asseoir ver 322.71 395.27 65.10 66.08 inf; -assermenter assermenter ver 0.16 0.34 0.03 0.00 inf; -assermentez assermenter ver 0.16 0.34 0.02 0.00 imp:pre:2p;ind:pre:2p; -assermenté assermenté adj m s 0.37 0.27 0.32 0.07 -assermentée assermenter ver f s 0.16 0.34 0.02 0.07 par:pas; -assermentés assermenter ver m p 0.16 0.34 0.06 0.00 par:pas; -assertion assertion nom f s 0.10 1.42 0.07 0.54 -assertions assertion nom f p 0.10 1.42 0.04 0.88 -asservi asservir ver m s 1.33 2.36 0.42 0.41 par:pas; -asservie asservir ver f s 1.33 2.36 0.04 0.07 par:pas; -asservies asservir ver f p 1.33 2.36 0.11 0.14 par:pas; -asservir asservir ver 1.33 2.36 0.37 0.88 inf; -asservirai asservir ver 1.33 2.36 0.01 0.00 ind:fut:1s; -asservirait asservir ver 1.33 2.36 0.00 0.07 cnd:pre:3s; -asserviront asservir ver 1.33 2.36 0.01 0.07 ind:fut:3p; -asservis asservir ver m p 1.33 2.36 0.27 0.34 par:pas; -asservissaient asservir ver 1.33 2.36 0.00 0.07 ind:imp:3p; -asservissait asservir ver 1.33 2.36 0.00 0.20 ind:imp:3s; -asservissant asservir ver 1.33 2.36 0.02 0.07 par:pre; -asservissement asservissement nom m s 0.11 1.15 0.11 1.08 -asservissements asservissement nom m p 0.11 1.15 0.00 0.07 -asservissent asservir ver 1.33 2.36 0.05 0.00 ind:pre:3p; -asservit asservir ver 1.33 2.36 0.02 0.07 ind:pre:3s;ind:pas:3s; -assesseur assesseur nom m s 0.73 1.28 0.59 0.54 -assesseurs assesseur nom m p 0.73 1.28 0.14 0.74 -asseyaient asseoir ver 322.71 395.27 0.36 2.77 ind:imp:3p; -asseyais asseoir ver 322.71 395.27 1.25 2.23 ind:imp:1s;ind:imp:2s; -asseyait asseoir ver 322.71 395.27 2.21 11.62 ind:imp:3s; -asseyant asseoir ver 322.71 395.27 0.12 5.81 par:pre; -asseye asseoir ver 322.71 395.27 0.61 0.14 sub:pre:1s;sub:pre:3s; -asseyent asseoir ver 322.71 395.27 0.31 0.81 ind:pre:3p; -asseyes asseoir ver 322.71 395.27 0.21 0.00 sub:pre:2s; -asseyez asseoir ver 322.71 395.27 80.07 7.84 imp:pre:2p;ind:pre:2p; -asseyiez asseoir ver 322.71 395.27 0.04 0.00 ind:imp:2p; -asseyions asseoir ver 322.71 395.27 0.04 0.81 ind:imp:1p; -asseyons asseoir ver 322.71 395.27 4.64 1.69 imp:pre:1p;ind:pre:1p; -assez assez adv_sup 407.75 420.14 407.75 420.14 -assidûment assidûment adv 0.09 1.96 0.09 1.96 -assidu assidu adj m s 0.68 2.91 0.50 1.01 -assidue assidu adj f s 0.68 2.91 0.12 0.95 -assidues assidu adj f p 0.68 2.91 0.03 0.14 -assiduité assiduité nom f s 0.36 1.82 0.19 1.62 -assiduités assiduité nom f p 0.36 1.82 0.17 0.20 -assidus assidu adj m p 0.68 2.91 0.02 0.81 -assied asseoir ver 322.71 395.27 4.74 9.26 ind:pre:3s; -assieds asseoir ver 322.71 395.27 79.85 9.12 imp:pre:2s;ind:pre:1s;ind:pre:2s; -assiette assiette nom f s 21.24 56.62 14.88 36.28 -assiettes assiette nom f p 21.24 56.62 6.36 20.34 -assiettée assiettée nom f s 0.00 0.95 0.00 0.41 -assiettées assiettée nom f p 0.00 0.95 0.00 0.54 -assigna assigner ver 4.25 4.93 0.01 0.27 ind:pas:3s; -assignai assigner ver 4.25 4.93 0.00 0.07 ind:pas:1s; -assignais assigner ver 4.25 4.93 0.00 0.07 ind:imp:1s; -assignait assigner ver 4.25 4.93 0.03 0.74 ind:imp:3s; -assignant assigner ver 4.25 4.93 0.01 0.14 par:pre; -assignation assignation nom f s 1.68 0.47 1.43 0.20 -assignations assignation nom f p 1.68 0.47 0.25 0.27 -assignats assignat nom m p 0.15 0.07 0.15 0.07 -assigne assigner ver 4.25 4.93 0.39 0.20 imp:pre:2s;ind:pre:1s;ind:pre:3s; -assignement assignement nom m s 0.01 0.00 0.01 0.00 -assignent assigner ver 4.25 4.93 0.04 0.00 ind:pre:3p; -assigner assigner ver 4.25 4.93 0.68 0.74 inf; -assignera assigner ver 4.25 4.93 0.05 0.00 ind:fut:3s; -assignerai assigner ver 4.25 4.93 0.04 0.00 ind:fut:1s; -assignerait assigner ver 4.25 4.93 0.01 0.07 cnd:pre:3s; -assignerons assigner ver 4.25 4.93 0.05 0.00 ind:fut:1p; -assigneront assigner ver 4.25 4.93 0.03 0.07 ind:fut:3p; -assignes assigner ver 4.25 4.93 0.00 0.07 ind:pre:2s; -assigné assigner ver m s 4.25 4.93 1.88 1.08 par:pas; -assignée assigner ver f s 4.25 4.93 0.43 1.08 par:pas; -assignées assigner ver f p 4.25 4.93 0.09 0.27 par:pas; -assignés assigner ver m p 4.25 4.93 0.52 0.07 par:pas; -assimila assimiler ver 1.36 8.38 0.00 0.14 ind:pas:3s; -assimilable assimilable adj s 0.02 0.54 0.02 0.41 -assimilables assimilable adj p 0.02 0.54 0.00 0.14 -assimilaient assimiler ver 1.36 8.38 0.00 0.07 ind:imp:3p; -assimilais assimiler ver 1.36 8.38 0.01 0.20 ind:imp:1s; -assimilait assimiler ver 1.36 8.38 0.00 0.95 ind:imp:3s; -assimilant assimiler ver 1.36 8.38 0.00 0.41 par:pre; -assimilateurs assimilateur adj m p 0.00 0.07 0.00 0.07 -assimilation assimilation nom f s 0.14 1.49 0.14 1.42 -assimilations assimilation nom f p 0.14 1.49 0.00 0.07 -assimile assimiler ver 1.36 8.38 0.20 0.54 imp:pre:2s;ind:pre:1s;ind:pre:3s; -assimilent assimiler ver 1.36 8.38 0.00 0.14 ind:pre:3p; -assimiler assimiler ver 1.36 8.38 0.70 3.04 inf; -assimilerait assimiler ver 1.36 8.38 0.00 0.07 cnd:pre:3s; -assimilez assimiler ver 1.36 8.38 0.04 0.14 imp:pre:2p;ind:pre:2p; -assimilèrent assimiler ver 1.36 8.38 0.01 0.20 ind:pas:3p; -assimilé assimiler ver m s 1.36 8.38 0.35 1.62 par:pas; -assimilée assimiler ver f s 1.36 8.38 0.03 0.34 par:pas; -assimilées assimiler ver f p 1.36 8.38 0.00 0.20 par:pas; -assimilés assimilé nom m p 0.04 0.34 0.03 0.34 -assirent asseoir ver 322.71 395.27 0.04 6.76 ind:pas:3p; -assis asseoir ver m 322.71 395.27 52.34 150.07 ind:pas:1s;ind:pas:2s;par:pas;par:pas;par:pas; -assise asseoir ver f s 322.71 395.27 15.99 51.69 par:pas; -assises assise nom f p 3.88 9.66 1.88 6.55 -assista assister ver 30.57 62.23 0.13 2.30 ind:pas:3s; -assistai assister ver 30.57 62.23 0.02 2.16 ind:pas:1s; -assistaient assister ver 30.57 62.23 0.36 1.49 ind:imp:3p; -assistais assister ver 30.57 62.23 0.30 2.57 ind:imp:1s;ind:imp:2s; -assistait assister ver 30.57 62.23 0.63 6.01 ind:imp:3s; -assistanat assistanat nom m s 0.00 0.14 0.00 0.14 -assistance assistance nom f s 10.23 20.00 10.20 19.93 -assistances assistance nom f p 10.23 20.00 0.03 0.07 -assistant assistant nom m s 31.93 16.22 15.70 5.14 -assistante assistant nom f s 31.93 16.22 12.34 5.54 -assistantes assistant nom f p 31.93 16.22 0.59 0.95 -assistants assistant nom m p 31.93 16.22 3.30 4.59 -assistas assister ver 30.57 62.23 0.00 0.07 ind:pas:2s; -assiste assister ver 30.57 62.23 4.21 4.73 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -assistent assister ver 30.57 62.23 0.41 0.95 ind:pre:3p; -assister assister ver 30.57 62.23 12.49 23.18 ind:pre:2p;inf; -assistera assister ver 30.57 62.23 0.85 0.07 ind:fut:3s; -assisterai assister ver 30.57 62.23 0.25 0.27 ind:fut:1s; -assisteraient assister ver 30.57 62.23 0.00 0.27 cnd:pre:3p; -assisterais assister ver 30.57 62.23 0.02 0.07 cnd:pre:1s; -assisterait assister ver 30.57 62.23 0.07 0.34 cnd:pre:3s; -assisteras assister ver 30.57 62.23 0.09 0.07 ind:fut:2s; -assisterez assister ver 30.57 62.23 0.41 0.14 ind:fut:2p; -assisteriez assister ver 30.57 62.23 0.02 0.00 cnd:pre:2p; -assisterons assister ver 30.57 62.23 0.30 0.27 ind:fut:1p; -assisteront assister ver 30.57 62.23 0.15 0.00 ind:fut:3p; -assistez assister ver 30.57 62.23 0.61 0.20 imp:pre:2p;ind:pre:2p; -assistiez assister ver 30.57 62.23 0.52 0.14 ind:imp:2p; -assistions assister ver 30.57 62.23 0.01 0.61 ind:imp:1p; -assistâmes assister ver 30.57 62.23 0.00 0.74 ind:pas:1p; -assistons assister ver 30.57 62.23 0.51 0.34 imp:pre:1p;ind:pre:1p; -assistât assister ver 30.57 62.23 0.00 0.14 sub:imp:3s; -assistèrent assister ver 30.57 62.23 0.05 0.54 ind:pas:3p; -assisté assister ver m s 30.57 62.23 6.91 12.64 par:pas; -assistée assisté adj f s 0.88 0.68 0.33 0.20 -assistées assisté adj f p 0.88 0.68 0.04 0.07 -assistés assisté nom m p 0.39 0.47 0.20 0.20 -assit asseoir ver 322.71 395.27 0.82 48.72 ind:pas:3s; -assiège assiéger ver 1.36 5.81 0.15 0.34 ind:pre:3s; -assiègent assiéger ver 1.36 5.81 0.41 0.61 ind:pre:3p; -assiégea assiéger ver 1.36 5.81 0.00 0.07 ind:pas:3s; -assiégeaient assiéger ver 1.36 5.81 0.01 0.61 ind:imp:3p; -assiégeait assiéger ver 1.36 5.81 0.01 0.47 ind:imp:3s; -assiégeant assiéger ver 1.36 5.81 0.00 0.27 par:pre; -assiégeantes assiégeant adj f p 0.00 0.07 0.00 0.07 -assiégeants assiégeant nom m p 0.04 0.95 0.04 0.74 -assiéger assiéger ver 1.36 5.81 0.09 0.88 inf; -assiégera assiéger ver 1.36 5.81 0.01 0.00 ind:fut:3s; -assiégeraient assiéger ver 1.36 5.81 0.00 0.07 cnd:pre:3p; -assiégé assiéger ver m s 1.36 5.81 0.23 0.47 par:pas; -assiégée assiéger ver f s 1.36 5.81 0.14 1.15 par:pas; -assiégées assiéger ver f p 1.36 5.81 0.02 0.27 par:pas; -assiégés assiéger ver m p 1.36 5.81 0.28 0.61 par:pas; -assiéra asseoir ver 322.71 395.27 0.31 0.07 ind:fut:3s; -assiérai asseoir ver 322.71 395.27 0.33 0.14 ind:fut:1s; -assiérais asseoir ver 322.71 395.27 0.09 0.14 cnd:pre:1s;cnd:pre:2s; -assiérait asseoir ver 322.71 395.27 0.07 0.34 cnd:pre:3s; -assiéras asseoir ver 322.71 395.27 0.02 0.00 ind:fut:2s; -assiérions asseoir ver 322.71 395.27 0.00 0.07 cnd:pre:1p; -assiéront asseoir ver 322.71 395.27 0.19 0.00 ind:fut:3p; -associa associer ver 13.67 14.19 0.12 0.41 ind:pas:3s; -associai associer ver 13.67 14.19 0.00 0.14 ind:pas:1s; -associaient associer ver 13.67 14.19 0.02 0.27 ind:imp:3p; -associais associer ver 13.67 14.19 0.02 0.07 ind:imp:1s; -associait associer ver 13.67 14.19 0.11 1.08 ind:imp:3s; -associant associer ver 13.67 14.19 0.27 0.68 par:pre; -associassent associer ver 13.67 14.19 0.00 0.07 sub:imp:3p; -associatifs associatif adj m p 0.11 0.07 0.01 0.00 -association association nom f s 12.02 10.61 10.49 8.65 -associations association nom f p 12.02 10.61 1.53 1.96 -associative associatif adj f s 0.11 0.07 0.10 0.07 -associe associer ver 13.67 14.19 1.81 1.08 imp:pre:2s;ind:pre:1s;ind:pre:3s; -associent associer ver 13.67 14.19 0.42 0.41 ind:pre:3p; -associer associer ver 13.67 14.19 2.86 4.53 inf; -associera associer ver 13.67 14.19 0.06 0.00 ind:fut:3s; -associerai associer ver 13.67 14.19 0.31 0.07 ind:fut:1s; -associeraient associer ver 13.67 14.19 0.01 0.07 cnd:pre:3p; -associerais associer ver 13.67 14.19 0.04 0.07 cnd:pre:1s; -associerait associer ver 13.67 14.19 0.01 0.14 cnd:pre:3s; -associeront associer ver 13.67 14.19 0.00 0.07 ind:fut:3p; -associez associer ver 13.67 14.19 0.35 0.07 imp:pre:2p;ind:pre:2p; -associions associer ver 13.67 14.19 0.00 0.07 ind:imp:1p; -associons associer ver 13.67 14.19 0.19 0.00 imp:pre:1p;ind:pre:1p; -associât associer ver 13.67 14.19 0.00 0.14 sub:imp:3s; -associèrent associer ver 13.67 14.19 0.01 0.07 ind:pas:3p; -associé associé nom m s 22.51 4.12 14.18 2.09 -associée associé nom f s 22.51 4.12 1.72 0.14 -associées associer ver f p 13.67 14.19 0.38 0.27 par:pas; -associés associé nom m p 22.51 4.12 6.46 1.89 -assoie asseoir ver 322.71 395.27 1.14 0.14 sub:pre:1s;sub:pre:3s; -assoient asseoir ver 322.71 395.27 0.96 0.88 ind:pre:3p; -assoies asseoir ver 322.71 395.27 0.26 0.07 sub:pre:2s; -assoiffent assoiffer ver 2.19 2.91 0.00 0.07 ind:pre:3p; -assoiffer assoiffer ver 2.19 2.91 0.02 0.00 inf; -assoiffez assoiffer ver 2.19 2.91 0.01 0.00 imp:pre:2p; -assoiffé assoiffer ver m s 2.19 2.91 0.81 1.08 par:pas; -assoiffée assoiffer ver f s 2.19 2.91 0.38 0.54 par:pas; -assoiffées assoiffer ver f p 2.19 2.91 0.09 0.27 par:pas; -assoiffés assoiffer ver m p 2.19 2.91 0.88 0.95 par:pas; -assoira asseoir ver 322.71 395.27 0.25 0.00 ind:fut:3s; -assoirai asseoir ver 322.71 395.27 0.15 0.27 ind:fut:1s; -assoiraient asseoir ver 322.71 395.27 0.00 0.07 cnd:pre:3p; -assoirais asseoir ver 322.71 395.27 0.14 0.00 cnd:pre:1s; -assoirait asseoir ver 322.71 395.27 0.01 0.14 cnd:pre:3s; -assoiras asseoir ver 322.71 395.27 0.14 0.00 ind:fut:2s; -assoiront asseoir ver 322.71 395.27 0.01 0.20 ind:fut:3p; -assois asseoir ver 322.71 395.27 4.94 2.64 imp:pre:2s;ind:pre:1s;ind:pre:2s; -assoit asseoir ver 322.71 395.27 3.31 6.42 ind:pre:3s; -assombrît assombrir ver 1.83 13.78 0.00 0.07 sub:imp:3s; -assombri assombrir ver m s 1.83 13.78 0.33 2.43 par:pas; -assombrie assombrir ver f s 1.83 13.78 0.16 1.08 par:pas; -assombries assombrir ver f p 1.83 13.78 0.01 0.61 par:pas; -assombrir assombrir ver 1.83 13.78 0.34 1.62 inf; -assombrira assombrir ver 1.83 13.78 0.04 0.07 ind:fut:3s; -assombrirent assombrir ver 1.83 13.78 0.00 0.20 ind:pas:3p; -assombris assombrir ver m p 1.83 13.78 0.03 0.81 ind:pre:2s;par:pas; -assombrissaient assombrir ver 1.83 13.78 0.01 0.27 ind:imp:3p; -assombrissait assombrir ver 1.83 13.78 0.03 2.43 ind:imp:3s; -assombrissant assombrir ver 1.83 13.78 0.00 0.34 par:pre; -assombrissement assombrissement nom m s 0.00 0.14 0.00 0.14 -assombrissent assombrir ver 1.83 13.78 0.19 0.20 ind:pre:3p; -assombrit assombrir ver 1.83 13.78 0.69 3.65 ind:pre:3s;ind:pas:3s; -assomma assommer ver 13.09 17.23 0.00 0.68 ind:pas:3s; -assommaient assommer ver 13.09 17.23 0.00 0.34 ind:imp:3p; -assommait assommer ver 13.09 17.23 0.14 1.35 ind:imp:3s; -assommant assommant adj m s 1.50 3.04 1.06 1.15 -assommante assommant adj f s 1.50 3.04 0.26 0.47 -assommantes assommant adj f p 1.50 3.04 0.09 0.81 -assommants assommant adj m p 1.50 3.04 0.09 0.61 -assomme assommer ver 13.09 17.23 3.17 1.82 imp:pre:2s;ind:pre:1s;ind:pre:3s; -assomment assommer ver 13.09 17.23 0.25 0.41 ind:pre:3p; -assommer assommer ver 13.09 17.23 3.45 3.51 inf; -assommera assommer ver 13.09 17.23 0.07 0.07 ind:fut:3s; -assommerai assommer ver 13.09 17.23 0.03 0.00 ind:fut:1s; -assommeraient assommer ver 13.09 17.23 0.10 0.07 cnd:pre:3p; -assommerais assommer ver 13.09 17.23 0.09 0.14 cnd:pre:1s;cnd:pre:2s; -assommerait assommer ver 13.09 17.23 0.05 0.07 cnd:pre:3s; -assommeras assommer ver 13.09 17.23 0.05 0.00 ind:fut:2s; -assommes assommer ver 13.09 17.23 0.35 0.07 ind:pre:2s; -assommeur assommeur nom m s 0.01 0.14 0.01 0.14 -assommez assommer ver 13.09 17.23 0.62 0.07 imp:pre:2p;ind:pre:2p; -assommiez assommer ver 13.09 17.23 0.02 0.07 ind:imp:2p; -assommoir assommoir nom m s 0.02 0.68 0.02 0.54 -assommoirs assommoir nom m p 0.02 0.68 0.00 0.14 -assommons assommer ver 13.09 17.23 0.12 0.27 imp:pre:1p; -assommât assommer ver 13.09 17.23 0.00 0.07 sub:imp:3s; -assommé assommer ver m s 13.09 17.23 3.54 4.80 par:pas; -assommée assommer ver f s 13.09 17.23 0.72 1.69 par:pas; -assommées assommer ver f p 13.09 17.23 0.01 0.14 par:pas; -assommés assommer ver m p 13.09 17.23 0.24 1.22 par:pas; -assomption assomption nom f s 0.03 0.47 0.00 0.41 -assomptions assomption nom f p 0.03 0.47 0.03 0.07 -assonance assonance nom f s 0.01 0.27 0.00 0.07 -assonances assonance nom f p 0.01 0.27 0.01 0.20 -assonants assonant adj m p 0.00 0.07 0.00 0.07 -assorti assorti adj m s 1.71 4.05 0.53 0.95 -assortie assortir ver f s 2.00 5.95 0.45 1.22 par:pas; -assorties assortir ver f p 2.00 5.95 0.42 0.95 par:pas; -assortiment assortiment nom m s 1.12 2.23 1.09 2.16 -assortiments assortiment nom m p 1.12 2.23 0.03 0.07 -assortir assortir ver 2.00 5.95 0.16 0.54 inf; -assortirai assortir ver 2.00 5.95 0.01 0.00 ind:fut:1s; -assortirais assortir ver 2.00 5.95 0.01 0.00 cnd:pre:1s; -assortis assorti adj m p 1.71 4.05 0.68 1.69 -assortissaient assortir ver 2.00 5.95 0.00 0.14 ind:imp:3p; -assortissais assortir ver 2.00 5.95 0.00 0.07 ind:imp:1s; -assortissait assortir ver 2.00 5.95 0.10 0.07 ind:imp:3s; -assortissant assortir ver 2.00 5.95 0.00 0.07 par:pre; -assortissent assortir ver 2.00 5.95 0.00 0.07 ind:pre:3p; -assortit assortir ver 2.00 5.95 0.00 0.27 ind:pre:3s;ind:pas:3s; -assoté assoter ver m s 0.00 0.14 0.00 0.07 par:pas; -assotés assoter ver m p 0.00 0.14 0.00 0.07 par:pas; -assoupi assoupir ver m s 2.18 11.01 0.88 2.36 par:pas; -assoupie assoupir ver f s 2.18 11.01 0.25 1.22 par:pas; -assoupies assoupir ver f p 2.18 11.01 0.14 0.00 par:pas; -assoupir assoupir ver 2.18 11.01 0.40 3.24 inf; -assoupira assoupir ver 2.18 11.01 0.01 0.00 ind:fut:3s; -assoupirais assoupir ver 2.18 11.01 0.10 0.07 cnd:pre:1s;cnd:pre:2s; -assoupis assoupir ver m p 2.18 11.01 0.34 1.01 ind:pre:1s;ind:pre:2s;par:pas; -assoupissaient assoupir ver 2.18 11.01 0.00 0.34 ind:imp:3p; -assoupissais assoupir ver 2.18 11.01 0.00 0.14 ind:imp:1s; -assoupissait assoupir ver 2.18 11.01 0.00 0.74 ind:imp:3s; -assoupissant assoupir ver 2.18 11.01 0.00 0.07 par:pre; -assoupisse assoupir ver 2.18 11.01 0.02 0.14 sub:pre:1s;sub:pre:3s; -assoupissement assoupissement nom m s 0.10 1.01 0.10 1.01 -assoupissent assoupir ver 2.18 11.01 0.02 0.27 ind:pre:3p; -assoupit assoupir ver 2.18 11.01 0.03 1.42 ind:pre:3s;ind:pas:3s; -assoupli assouplir ver m s 0.51 2.23 0.02 0.20 par:pas; -assouplie assouplir ver f s 0.51 2.23 0.00 0.14 par:pas; -assouplies assouplir ver f p 0.51 2.23 0.00 0.07 par:pas; -assouplir assouplir ver 0.51 2.23 0.42 0.88 inf; -assouplira assouplir ver 0.51 2.23 0.02 0.00 ind:fut:3s; -assouplis assouplir ver m p 0.51 2.23 0.01 0.07 imp:pre:2s;par:pas; -assouplissaient assouplir ver 0.51 2.23 0.01 0.07 ind:imp:3p; -assouplissait assouplir ver 0.51 2.23 0.00 0.34 ind:imp:3s; -assouplissant assouplissant nom m s 0.03 0.00 0.03 0.00 -assouplissement assouplissement nom m s 0.09 0.54 0.04 0.54 -assouplissements assouplissement nom m p 0.09 0.54 0.04 0.00 -assouplissent assouplir ver 0.51 2.23 0.00 0.14 ind:pre:3p; -assouplit assouplir ver 0.51 2.23 0.03 0.34 ind:pre:3s;ind:pas:3s; -assourdi assourdir ver m s 0.17 7.70 0.02 2.91 par:pas; -assourdie assourdir ver f s 0.17 7.70 0.02 0.88 par:pas; -assourdies assourdir ver f p 0.17 7.70 0.00 0.27 par:pas; -assourdir assourdir ver 0.17 7.70 0.01 0.34 inf; -assourdiraient assourdir ver 0.17 7.70 0.00 0.07 cnd:pre:3p; -assourdiras assourdir ver 0.17 7.70 0.00 0.07 ind:fut:2s; -assourdirent assourdir ver 0.17 7.70 0.00 0.07 ind:pas:3p; -assourdis assourdir ver m p 0.17 7.70 0.04 0.88 ind:pre:1s;ind:pre:2s;par:pas; -assourdissaient assourdir ver 0.17 7.70 0.00 0.27 ind:imp:3p; -assourdissait assourdir ver 0.17 7.70 0.01 0.41 ind:imp:3s; -assourdissant assourdissant adj m s 0.73 6.49 0.57 4.86 -assourdissante assourdissant adj f s 0.73 6.49 0.02 0.81 -assourdissantes assourdissant adj f p 0.73 6.49 0.01 0.41 -assourdissants assourdissant adj m p 0.73 6.49 0.12 0.41 -assourdissement assourdissement nom m s 0.00 0.14 0.00 0.14 -assourdissent assourdir ver 0.17 7.70 0.01 0.34 ind:pre:3p; -assourdit assourdir ver 0.17 7.70 0.02 0.61 ind:pre:3s;ind:pas:3s; -assouvi assouvir ver m s 2.15 5.41 0.18 0.54 par:pas; -assouvie assouvir ver f s 2.15 5.41 0.28 0.54 par:pas; -assouvies assouvir ver f p 2.15 5.41 0.01 0.14 par:pas; -assouvir assouvir ver 2.15 5.41 0.96 2.57 inf; -assouvira assouvir ver 2.15 5.41 0.00 0.20 ind:fut:3s; -assouvirai assouvir ver 2.15 5.41 0.00 0.07 ind:fut:1s; -assouvirait assouvir ver 2.15 5.41 0.00 0.07 cnd:pre:3s; -assouviras assouvir ver 2.15 5.41 0.01 0.07 ind:fut:2s; -assouvirent assouvir ver 2.15 5.41 0.01 0.00 ind:pas:3p; -assouvis assouvir ver m p 2.15 5.41 0.27 0.34 ind:pre:1s;ind:pre:2s;par:pas; -assouvissaient assouvir ver 2.15 5.41 0.01 0.00 ind:imp:3p; -assouvissait assouvir ver 2.15 5.41 0.02 0.34 ind:imp:3s; -assouvissant assouvir ver 2.15 5.41 0.00 0.07 par:pre; -assouvisse assouvir ver 2.15 5.41 0.00 0.07 sub:pre:3s; -assouvissement assouvissement nom m s 0.03 1.22 0.03 1.22 -assouvissent assouvir ver 2.15 5.41 0.38 0.07 ind:pre:3p; -assouvit assouvir ver 2.15 5.41 0.02 0.34 ind:pre:3s;ind:pas:3s; -assoyait asseoir ver 322.71 395.27 0.00 0.07 ind:imp:3s; -assoyez asseoir ver 322.71 395.27 0.87 0.00 imp:pre:2p;ind:pre:2p; -assoyons asseoir ver 322.71 395.27 0.00 0.07 ind:pre:1p; -assèche assécher ver 2.48 3.58 0.48 0.54 imp:pre:2s;ind:pre:1s;ind:pre:3s; -assèchement assèchement nom m s 0.23 0.47 0.23 0.47 -assèchent assécher ver 2.48 3.58 0.29 0.00 ind:pre:3p; -assène assener ver 0.11 5.47 0.03 0.88 imp:pre:2s;ind:pre:1s;ind:pre:3s; -assènent assener ver 0.11 5.47 0.00 0.20 ind:pre:3p; -assènerai assener ver 0.11 5.47 0.01 0.00 ind:fut:1s; -assécha assécher ver 2.48 3.58 0.00 0.14 ind:pas:3s; -asséchaient assécher ver 2.48 3.58 0.01 0.07 ind:imp:3p; -asséchais assécher ver 2.48 3.58 0.01 0.07 ind:imp:1s; -asséchait assécher ver 2.48 3.58 0.02 0.41 ind:imp:3s; -asséchant assécher ver 2.48 3.58 0.01 0.14 par:pre; -assécher assécher ver 2.48 3.58 0.84 0.81 inf; -assécherait assécher ver 2.48 3.58 0.00 0.07 cnd:pre:3s; -asséchez assécher ver 2.48 3.58 0.02 0.00 imp:pre:2p;ind:pre:2p; -asséchons assécher ver 2.48 3.58 0.14 0.00 imp:pre:1p; -asséché assécher ver m s 2.48 3.58 0.43 0.61 par:pas; -asséchée assécher ver f s 2.48 3.58 0.11 0.47 par:pas; -asséchées assécher ver f p 2.48 3.58 0.01 0.14 par:pas; -asséchés assécher ver m p 2.48 3.58 0.11 0.14 par:pas; -assujetti assujettir ver m s 0.15 3.24 0.04 0.81 par:pas; -assujettie assujettir ver f s 0.15 3.24 0.03 0.20 par:pas; -assujetties assujettir ver f p 0.15 3.24 0.01 0.20 par:pas; -assujettir assujettir ver 0.15 3.24 0.04 1.01 inf; -assujettiraient assujettir ver 0.15 3.24 0.00 0.07 cnd:pre:3p; -assujettis assujetti adj m p 0.05 0.27 0.03 0.14 -assujettissaient assujettir ver 0.15 3.24 0.00 0.07 ind:imp:3p; -assujettissait assujettir ver 0.15 3.24 0.00 0.07 ind:imp:3s; -assujettissant assujettissant adj m s 0.01 0.00 0.01 0.00 -assujettisse assujettir ver 0.15 3.24 0.01 0.00 sub:pre:3s; -assujettissement assujettissement nom m s 0.03 0.34 0.03 0.34 -assujettissent assujettir ver 0.15 3.24 0.00 0.07 ind:pre:3p; -assujettit assujettir ver 0.15 3.24 0.00 0.47 ind:pre:3s;ind:pas:3s; -assuma assumer ver 12.83 14.80 0.03 0.27 ind:pas:3s; -assumai assumer ver 12.83 14.80 0.00 0.07 ind:pas:1s; -assumaient assumer ver 12.83 14.80 0.00 0.27 ind:imp:3p; -assumais assumer ver 12.83 14.80 0.04 0.07 ind:imp:1s; -assumait assumer ver 12.83 14.80 0.17 1.96 ind:imp:3s; -assumant assumer ver 12.83 14.80 0.11 0.41 par:pre; -assume assumer ver 12.83 14.80 4.17 1.76 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -assument assumer ver 12.83 14.80 0.33 0.47 ind:pre:3p; -assumer assumer ver 12.83 14.80 5.70 6.35 inf; -assumera assumer ver 12.83 14.80 0.20 0.00 ind:fut:3s; -assumerai assumer ver 12.83 14.80 0.36 0.07 ind:fut:1s; -assumeraient assumer ver 12.83 14.80 0.00 0.07 cnd:pre:3p; -assumerais assumer ver 12.83 14.80 0.02 0.00 cnd:pre:1s;cnd:pre:2s; -assumerait assumer ver 12.83 14.80 0.04 0.20 cnd:pre:3s; -assumeras assumer ver 12.83 14.80 0.14 0.00 ind:fut:2s; -assumerez assumer ver 12.83 14.80 0.09 0.07 ind:fut:2p; -assumerions assumer ver 12.83 14.80 0.01 0.00 cnd:pre:1p; -assumerons assumer ver 12.83 14.80 0.00 0.07 ind:fut:1p; -assumez assumer ver 12.83 14.80 0.38 0.14 imp:pre:2p;ind:pre:2p; -assumions assumer ver 12.83 14.80 0.01 0.00 ind:imp:1p; -assumons assumer ver 12.83 14.80 0.48 0.27 imp:pre:1p;ind:pre:1p; -assumât assumer ver 12.83 14.80 0.00 0.07 sub:imp:3s; -assumèrent assumer ver 12.83 14.80 0.00 0.07 ind:pas:3p; -assumé assumer ver m s 12.83 14.80 0.53 1.42 par:pas; -assumée assumer ver f s 12.83 14.80 0.01 0.47 par:pas; -assumées assumer ver f p 12.83 14.80 0.00 0.20 par:pas; -assumés assumer ver m p 12.83 14.80 0.02 0.07 par:pas; -asséna asséner ver 0.14 0.47 0.01 0.07 ind:pas:3s; -assénait asséner ver 0.14 0.47 0.01 0.07 ind:imp:3s; -asséner asséner ver 0.14 0.47 0.06 0.14 inf; -asséné asséner ver m s 0.14 0.47 0.05 0.14 par:pas; -assénées asséner ver f p 0.14 0.47 0.00 0.07 par:pas; -assura assurer ver 107.63 126.55 0.22 11.62 ind:pas:3s; -assurable assurable adj m s 0.01 0.00 0.01 0.00 -assurage assurage nom m s 0.02 0.00 0.02 0.00 -assurai assurer ver 107.63 126.55 0.01 1.42 ind:pas:1s; -assuraient assurer ver 107.63 126.55 0.11 3.38 ind:imp:3p; -assurais assurer ver 107.63 126.55 0.59 0.54 ind:imp:1s;ind:imp:2s; -assurait assurer ver 107.63 126.55 0.85 11.49 ind:imp:3s; -assurance_accidents assurance_accidents nom f s 0.10 0.00 0.10 0.00 -assurance_chômage assurance_chômage nom f s 0.01 0.00 0.01 0.00 -assurance_maladie assurance_maladie nom f s 0.04 0.07 0.04 0.07 -assurance_vie assurance_vie nom f s 1.32 0.27 1.26 0.27 -assurance assurance nom f s 29.80 33.24 24.30 25.14 -assurance_vie assurance_vie nom f p 1.32 0.27 0.06 0.00 -assurances assurance nom f p 29.80 33.24 5.50 8.11 -assurant assurer ver 107.63 126.55 0.43 5.27 par:pre; -assurassent assurer ver 107.63 126.55 0.00 0.07 sub:imp:3p; -assure assurer ver 107.63 126.55 43.77 27.09 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -assurent assurer ver 107.63 126.55 1.89 2.43 ind:pre:3p; -assurer assurer ver 107.63 126.55 34.84 38.85 inf; -assurera assurer ver 107.63 126.55 0.79 1.15 ind:fut:3s; -assurerai assurer ver 107.63 126.55 1.69 0.00 ind:fut:1s; -assureraient assurer ver 107.63 126.55 0.03 0.54 cnd:pre:3p; -assurerais assurer ver 107.63 126.55 0.14 0.07 cnd:pre:1s;cnd:pre:2s; -assurerait assurer ver 107.63 126.55 0.11 1.08 cnd:pre:3s; -assureras assurer ver 107.63 126.55 0.09 0.07 ind:fut:2s; -assurerez assurer ver 107.63 126.55 0.14 0.07 ind:fut:2p; -assurerons assurer ver 107.63 126.55 0.24 0.00 ind:fut:1p; -assureront assurer ver 107.63 126.55 0.21 0.20 ind:fut:3p; -assures assurer ver 107.63 126.55 2.57 0.34 ind:pre:2s;sub:pre:2s; -assureur_conseil assureur_conseil nom m s 0.00 0.07 0.00 0.07 -assureur assureur nom m s 1.93 0.41 1.48 0.20 -assureurs assureur nom m p 1.93 0.41 0.45 0.20 -assurez assurer ver 107.63 126.55 6.16 0.54 imp:pre:2p;ind:pre:2p; -assuriez assurer ver 107.63 126.55 0.10 0.07 ind:imp:2p; -assurions assurer ver 107.63 126.55 0.03 0.14 ind:imp:1p; -assurons assurer ver 107.63 126.55 0.80 0.07 imp:pre:1p;ind:pre:1p; -assurât assurer ver 107.63 126.55 0.00 0.41 sub:imp:3s; -assurèrent assurer ver 107.63 126.55 0.00 0.68 ind:pas:3p; -assuré assurer ver m s 107.63 126.55 8.40 12.91 par:pas; -assurée assurer ver f s 107.63 126.55 1.94 3.51 par:pas; -assurées assurer ver f p 107.63 126.55 0.14 1.01 par:pas; -assurément assurément adv 3.19 10.41 3.19 10.41 -assurés assurer ver m p 107.63 126.55 1.35 1.55 par:pas; -assuétude assuétude nom f s 0.01 0.00 0.01 0.00 -assyrien assyrien adj m s 0.01 0.27 0.01 0.00 -assyrienne assyrien adj f s 0.01 0.27 0.00 0.14 -assyriennes assyrien adj f p 0.01 0.27 0.00 0.07 -assyriens assyrien nom m p 0.04 0.14 0.03 0.14 -assyro assyro adv 0.00 0.20 0.00 0.20 -astarté astarté nom f s 0.01 0.07 0.01 0.07 -aste aste nom f s 0.02 0.00 0.02 0.00 -aster aster nom m s 0.42 0.47 0.42 0.00 -asters aster nom m p 0.42 0.47 0.00 0.47 -asthmatique asthmatique adj s 1.37 1.22 1.20 1.15 -asthmatiques asthmatique adj p 1.37 1.22 0.18 0.07 -asthme asthme nom m s 3.14 3.18 3.13 3.11 -asthmes asthme nom m p 3.14 3.18 0.01 0.07 -asthénie asthénie nom f s 0.02 0.47 0.02 0.07 -asthénies asthénie nom f p 0.02 0.47 0.00 0.41 -asti asti nom m s 0.01 0.20 0.01 0.20 -astic astic nom m s 0.00 0.07 0.00 0.07 -asticot asticot nom m s 2.18 2.23 0.95 0.88 -asticota asticoter ver 0.58 1.89 0.00 0.07 ind:pas:3s; -asticotages asticotage nom m p 0.00 0.07 0.00 0.07 -asticotaient asticoter ver 0.58 1.89 0.01 0.07 ind:imp:3p; -asticotais asticoter ver 0.58 1.89 0.01 0.14 ind:imp:1s; -asticotait asticoter ver 0.58 1.89 0.01 0.20 ind:imp:3s; -asticotant asticoter ver 0.58 1.89 0.00 0.07 par:pre; -asticote asticoter ver 0.58 1.89 0.11 0.20 imp:pre:2s;ind:pre:1s;ind:pre:3s; -asticotent asticoter ver 0.58 1.89 0.04 0.00 ind:pre:3p; -asticoter asticoter ver 0.58 1.89 0.24 0.74 inf;; -asticotez asticoter ver 0.58 1.89 0.03 0.00 imp:pre:2p; -asticots asticot nom m p 2.18 2.23 1.23 1.35 -asticoté asticoter ver m s 0.58 1.89 0.13 0.34 par:pas; -asticotés asticoter ver m p 0.58 1.89 0.00 0.07 par:pas; -astigmate astigmate adj m s 0.06 0.00 0.06 0.00 -astigmatisme astigmatisme nom m s 0.00 0.07 0.00 0.07 -astiqua astiquer ver 2.98 9.80 0.00 0.20 ind:pas:3s; -astiquage astiquage nom m s 0.01 0.47 0.01 0.47 -astiquaient astiquer ver 2.98 9.80 0.01 0.07 ind:imp:3p; -astiquais astiquer ver 2.98 9.80 0.06 0.00 ind:imp:1s; -astiquait astiquer ver 2.98 9.80 0.03 1.15 ind:imp:3s; -astiquant astiquer ver 2.98 9.80 0.00 0.41 par:pre; -astique astiquer ver 2.98 9.80 1.04 0.95 imp:pre:2s;ind:pre:1s;ind:pre:3s; -astiquent astiquer ver 2.98 9.80 0.01 0.27 ind:pre:3p; -astiquer astiquer ver 2.98 9.80 0.90 2.23 inf; -astiquera astiquer ver 2.98 9.80 0.12 0.00 ind:fut:3s; -astiquerai astiquer ver 2.98 9.80 0.02 0.07 ind:fut:1s; -astiquerons astiquer ver 2.98 9.80 0.00 0.07 ind:fut:1p; -astiqueur astiqueur nom m s 0.01 0.00 0.01 0.00 -astiquez astiquer ver 2.98 9.80 0.12 0.07 imp:pre:2p;ind:pre:2p; -astiqué astiquer ver m s 2.98 9.80 0.48 1.49 par:pas; -astiquée astiquer ver f s 2.98 9.80 0.02 1.01 par:pas; -astiquées astiquer ver f p 2.98 9.80 0.16 0.47 par:pas; -astiqués astiquer ver m p 2.98 9.80 0.01 1.35 par:pas; -astragale astragale nom m s 0.00 0.47 0.00 0.34 -astragales astragale nom m p 0.00 0.47 0.00 0.14 -astrakan astrakan nom m s 0.14 1.69 0.14 1.69 -astral astral adj m s 2.02 1.69 0.78 1.15 -astrale astral adj f s 2.02 1.69 0.66 0.41 -astrales astral adj f p 2.02 1.69 0.55 0.14 -astraux astral adj m p 2.02 1.69 0.04 0.00 -astre astre nom m s 3.13 12.30 1.89 4.32 -astreignais astreindre ver 0.09 3.78 0.00 0.20 ind:imp:1s; -astreignait astreindre ver 0.09 3.78 0.01 1.01 ind:imp:3s; -astreignant astreignant adj m s 0.11 0.34 0.09 0.20 -astreignante astreignant adj f s 0.11 0.34 0.01 0.00 -astreignantes astreignant adj f p 0.11 0.34 0.01 0.14 -astreigne astreindre ver 0.09 3.78 0.00 0.07 sub:pre:3s; -astreignions astreindre ver 0.09 3.78 0.00 0.07 ind:imp:1p; -astreignis astreindre ver 0.09 3.78 0.00 0.07 ind:pas:1s; -astreignit astreindre ver 0.09 3.78 0.00 0.20 ind:pas:3s; -astreindre astreindre ver 0.09 3.78 0.02 0.68 inf; -astreins astreindre ver 0.09 3.78 0.00 0.14 ind:pre:1s; -astreint astreindre ver m s 0.09 3.78 0.04 0.81 ind:pre:3s;par:pas; -astreinte astreinte nom f s 0.03 0.07 0.02 0.07 -astreintes astreinte nom f p 0.03 0.07 0.01 0.00 -astreints astreindre ver m p 0.09 3.78 0.01 0.27 par:pas; -astres astre nom m p 3.13 12.30 1.24 7.97 -astringent astringent adj m s 0.17 0.47 0.16 0.00 -astringente astringent adj f s 0.17 0.47 0.01 0.20 -astringentes astringent adj f p 0.17 0.47 0.00 0.27 -astro astro adv 0.14 0.00 0.14 0.00 -astrochimie astrochimie nom f s 0.04 0.00 0.04 0.00 -astrolabe astrolabe nom m s 0.01 0.14 0.01 0.07 -astrolabes astrolabe nom m p 0.01 0.14 0.00 0.07 -astrologie astrologie nom f s 0.87 0.54 0.87 0.54 -astrologique astrologique adj s 0.48 0.61 0.44 0.14 -astrologiquement astrologiquement adv 0.01 0.00 0.01 0.00 -astrologiques astrologique adj p 0.48 0.61 0.04 0.47 -astrologue astrologue nom s 0.79 1.08 0.39 0.47 -astrologues astrologue nom p 0.79 1.08 0.40 0.61 -astrolâtres astrolâtre nom p 0.00 0.07 0.00 0.07 -astrométrie astrométrie nom f s 0.01 0.00 0.01 0.00 -astronaute astronaute nom s 6.45 0.41 3.71 0.14 -astronautes astronaute nom p 6.45 0.41 2.73 0.27 -astronautique astronautique nom f s 0.05 0.07 0.05 0.07 -astronef astronef nom m s 0.27 0.00 0.27 0.00 -astronome astronome nom s 0.50 1.42 0.30 0.54 -astronomes astronome nom p 0.50 1.42 0.19 0.88 -astronomie astronomie nom f s 0.91 1.01 0.91 1.01 -astronomique astronomique adj s 1.11 1.89 0.92 0.95 -astronomiquement astronomiquement adv 0.02 0.00 0.02 0.00 -astronomiques astronomique adj p 1.11 1.89 0.19 0.95 -astrophore astrophore nom m s 0.00 0.14 0.00 0.14 -astrophysicien astrophysicien nom m s 0.14 0.00 0.12 0.00 -astrophysicienne astrophysicien nom f s 0.14 0.00 0.01 0.00 -astrophysiciens astrophysicien nom m p 0.14 0.00 0.01 0.00 -astrophysique astrophysique nom f s 0.28 0.00 0.28 0.00 -astroport astroport nom m s 0.06 0.00 0.06 0.00 -astroscope astroscope nom m s 0.01 0.00 0.01 0.00 -astuce astuce nom f s 3.36 5.07 2.74 3.58 -astuces astuce nom f p 3.36 5.07 0.62 1.49 -astucieuse astucieux adj f s 3.75 2.36 0.18 0.81 -astucieusement astucieusement adv 0.05 0.41 0.05 0.41 -astucieuses astucieux adj f p 3.75 2.36 0.04 0.27 -astucieux astucieux adj m 3.75 2.36 3.52 1.28 -asturienne asturienne nom f s 0.00 0.07 0.00 0.07 -astérisme astérisme nom m s 0.14 0.00 0.14 0.00 -astérisque astérisque nom m s 0.04 0.34 0.04 0.27 -astérisques astérisque nom m p 0.04 0.34 0.00 0.07 -astéroïde astéroïde nom m s 2.28 0.07 1.52 0.00 -astéroïdes astéroïde nom m p 2.28 0.07 0.76 0.07 -asymptomatique asymptomatique adj m s 0.09 0.20 0.05 0.00 -asymptomatiques asymptomatique adj m p 0.09 0.20 0.04 0.20 -asymétrie asymétrie nom f s 0.49 0.34 0.49 0.34 -asymétrique asymétrique adj s 0.35 1.08 0.26 0.47 -asymétriquement asymétriquement adv 0.00 0.20 0.00 0.20 -asymétriques asymétrique adj p 0.35 1.08 0.09 0.61 -asynchrone asynchrone adj s 0.01 0.00 0.01 0.00 -asystolie asystolie nom f s 0.27 0.00 0.27 0.00 -atabeg atabeg nom m s 0.00 0.20 0.00 0.07 -atabegs atabeg nom m p 0.00 0.20 0.00 0.14 -ataman ataman nom m s 0.10 0.14 0.10 0.07 -atamans ataman nom m p 0.10 0.14 0.00 0.07 -ataraxie ataraxie nom f s 0.02 0.07 0.02 0.07 -atavique atavique adj s 0.24 1.28 0.23 1.15 -ataviques atavique adj p 0.24 1.28 0.01 0.14 -atavisme atavisme nom m s 0.03 1.22 0.03 1.08 -atavismes atavisme nom m p 0.03 1.22 0.00 0.14 -ataxie ataxie nom f s 0.01 0.00 0.01 0.00 -atchoum atchoum ono 0.14 0.27 0.14 0.27 -atelier atelier nom m s 16.95 45.07 15.21 35.88 -ateliers atelier nom m p 16.95 45.07 1.73 9.19 -atellanes atellane nom f p 0.00 0.07 0.00 0.07 -atermoiement atermoiement nom m s 0.28 1.08 0.00 0.14 -atermoiements atermoiement nom m p 0.28 1.08 0.28 0.95 -atermoyé atermoyer ver m s 0.00 0.07 0.00 0.07 par:pas; -athanor athanor nom m s 0.00 0.68 0.00 0.68 -aède aède nom m s 0.11 0.27 0.10 0.20 -aèdes aède nom m p 0.11 0.27 0.01 0.07 -athlète athlète nom s 4.75 4.32 3.09 3.11 -athlètes athlète nom p 4.75 4.32 1.66 1.22 -athlétique athlétique adj s 0.74 2.57 0.65 2.16 -athlétiques athlétique adj p 0.74 2.57 0.09 0.41 -athlétisme athlétisme nom m s 0.56 0.47 0.56 0.47 -aère aérer ver 2.65 4.12 0.32 0.41 imp:pre:2s;ind:pre:1s;ind:pre:3s; -athée athée nom s 1.77 2.70 1.50 1.69 -athées athée nom p 1.77 2.70 0.27 1.01 -athéisme athéisme nom m s 0.29 1.76 0.29 1.76 -athéiste athéiste adj f s 0.01 0.00 0.01 0.00 -athénien athénien adj m s 0.33 0.88 0.20 0.14 -athénienne athénien adj f s 0.33 0.88 0.13 0.34 -athéniennes athénienne nom f p 0.10 0.41 0.10 0.07 -athéniens athénien nom m p 0.08 1.08 0.08 0.74 -athénée athénée nom m s 0.01 0.00 0.01 0.00 -atlante atlante nom m s 0.28 0.41 0.05 0.27 -atlantes atlante nom m p 0.28 0.41 0.23 0.14 -atlantique atlantique adj s 0.39 1.89 0.23 1.62 -atlantiques atlantique adj p 0.39 1.89 0.16 0.27 -atlas atlas nom m 0.93 2.16 0.93 2.16 -atmosphère atmosphère nom f s 13.85 36.69 13.45 36.15 -atmosphères atmosphère nom f p 13.85 36.69 0.40 0.54 -atmosphérique atmosphérique adj s 1.89 1.42 1.14 0.95 -atmosphériques atmosphérique adj p 1.89 1.42 0.76 0.47 -atoll atoll nom m s 0.15 0.61 0.12 0.54 -atolls atoll nom m p 0.15 0.61 0.03 0.07 -atome atome nom m s 2.85 4.12 1.30 1.82 -atomes atome nom m p 2.85 4.12 1.55 2.30 -atomique atomique adj s 6.33 8.31 5.30 6.22 -atomiques atomique adj p 6.33 8.31 1.02 2.09 -atomisait atomiser ver 0.33 0.20 0.00 0.07 ind:imp:3s; -atomise atomiser ver 0.33 0.20 0.04 0.14 ind:pre:1s;ind:pre:3s; -atomisent atomiser ver 0.33 0.20 0.01 0.00 ind:pre:3p; -atomiser atomiser ver 0.33 0.20 0.17 0.00 inf; -atomiseur atomiseur nom m s 0.11 0.00 0.11 0.00 -atomisez atomiser ver 0.33 0.20 0.02 0.00 imp:pre:2p; -atomiste atomiste nom s 0.01 0.14 0.01 0.07 -atomistes atomiste adj p 0.01 0.20 0.01 0.14 -atomisé atomiser ver m s 0.33 0.20 0.06 0.00 par:pas; -atomisée atomiser ver f s 0.33 0.20 0.03 0.00 par:pas; -atomisés atomiser ver m p 0.33 0.20 0.01 0.00 par:pas; -atonal atonal adj m s 0.03 0.20 0.01 0.07 -atonale atonal adj f s 0.03 0.20 0.01 0.07 -atonales atonal adj f p 0.03 0.20 0.00 0.07 -atone atone adj s 0.02 0.88 0.02 0.74 -atones atone adj m p 0.02 0.88 0.00 0.14 -atonie atonie nom f s 0.01 0.54 0.01 0.54 -atour atour nom m s 1.09 1.35 0.14 0.07 -atourné atourner ver m s 0.00 0.07 0.00 0.07 par:pas; -atours atour nom m p 1.09 1.35 0.95 1.28 -atout atout nom m s 5.74 4.53 3.66 2.84 -atouts atout nom m p 5.74 4.53 2.08 1.69 -atrabilaire atrabilaire nom s 0.01 0.00 0.01 0.00 -atrium atrium nom m s 0.30 0.14 0.30 0.14 -atroce atroce adj s 10.94 17.43 8.41 13.24 -atrocement atrocement adv 2.27 3.18 2.27 3.18 -atroces atroce adj p 10.94 17.43 2.53 4.19 -atrocité atrocité nom f s 3.92 2.50 0.96 0.74 -atrocités atrocité nom f p 3.92 2.50 2.96 1.76 -atrophiait atrophier ver 0.51 0.74 0.00 0.07 ind:imp:3s; -atrophie atrophie nom f s 0.39 0.27 0.39 0.27 -atrophient atrophier ver 0.51 0.74 0.11 0.00 ind:pre:3p; -atrophier atrophier ver 0.51 0.74 0.05 0.07 inf; -atrophieraient atrophier ver 0.51 0.74 0.01 0.00 cnd:pre:3p; -atrophies atrophier ver 0.51 0.74 0.01 0.00 ind:pre:2s; -atrophié atrophié adj m s 0.21 1.22 0.04 0.61 -atrophiée atrophier ver f s 0.51 0.74 0.15 0.20 par:pas; -atrophiées atrophié adj f p 0.21 1.22 0.01 0.27 -atrophiés atrophier ver m p 0.51 0.74 0.08 0.14 par:pas; -atropine atropine nom f s 0.86 0.07 0.86 0.07 -atrésie atrésie nom f s 0.04 0.00 0.04 0.00 -attabla attabler ver 0.20 7.84 0.00 0.41 ind:pas:3s; -attablai attabler ver 0.20 7.84 0.00 0.07 ind:pas:1s; -attablaient attabler ver 0.20 7.84 0.00 0.27 ind:imp:3p; -attablais attabler ver 0.20 7.84 0.00 0.14 ind:imp:1s; -attablait attabler ver 0.20 7.84 0.00 0.20 ind:imp:3s; -attablant attabler ver 0.20 7.84 0.00 0.07 par:pre; -attable attabler ver 0.20 7.84 0.00 0.34 ind:pre:1s;ind:pre:3s; -attablent attabler ver 0.20 7.84 0.00 0.14 ind:pre:3p; -attabler attabler ver 0.20 7.84 0.02 0.54 inf; -attablions attabler ver 0.20 7.84 0.00 0.14 ind:imp:1p; -attablons attabler ver 0.20 7.84 0.00 0.07 imp:pre:1p; -attablèrent attabler ver 0.20 7.84 0.00 0.20 ind:pas:3p; -attablé attabler ver m s 0.20 7.84 0.02 1.96 par:pas; -attablée attabler ver f s 0.20 7.84 0.02 0.41 par:pas; -attablées attablé adj f p 0.13 1.08 0.01 0.07 -attablés attabler ver m p 0.20 7.84 0.13 2.57 par:pas; -attacha attacher ver 46.37 71.01 0.04 2.84 ind:pas:3s; -attachai attacher ver 46.37 71.01 0.02 0.47 ind:pas:1s; -attachaient attacher ver 46.37 71.01 0.23 2.09 ind:imp:3p; -attachais attacher ver 46.37 71.01 0.26 0.74 ind:imp:1s;ind:imp:2s; -attachait attacher ver 46.37 71.01 0.48 6.62 ind:imp:3s; -attachant attachant adj m s 1.22 2.03 0.69 1.35 -attachante attachant adj f s 1.22 2.03 0.50 0.47 -attachants attachant adj m p 1.22 2.03 0.04 0.20 -attache attacher ver 46.37 71.01 10.42 10.14 imp:pre:2s;ind:pre:1s;ind:pre:3s; -attachement attachement nom m s 3.33 10.95 2.87 9.59 -attachements attachement nom m p 3.33 10.95 0.46 1.35 -attachent attacher ver 46.37 71.01 0.70 1.96 ind:pre:3p; -attacher attacher ver 46.37 71.01 9.86 11.69 inf;; -attachera attacher ver 46.37 71.01 0.42 0.00 ind:fut:3s; -attacherai attacher ver 46.37 71.01 0.29 0.20 ind:fut:1s; -attacherais attacher ver 46.37 71.01 0.25 0.07 cnd:pre:1s;cnd:pre:2s; -attacherait attacher ver 46.37 71.01 0.19 0.41 cnd:pre:3s; -attacheras attacher ver 46.37 71.01 0.17 0.07 ind:fut:2s; -attacherez attacher ver 46.37 71.01 0.01 0.07 ind:fut:2p; -attacherions attacher ver 46.37 71.01 0.00 0.07 cnd:pre:1p; -attacheront attacher ver 46.37 71.01 0.02 0.14 ind:fut:3p; -attaches attache nom f p 2.95 7.16 1.13 3.18 -attachez attacher ver 46.37 71.01 4.49 1.01 imp:pre:2p;ind:pre:2p; -attachiez attacher ver 46.37 71.01 0.10 0.14 ind:imp:2p;sub:pre:2p; -attachions attacher ver 46.37 71.01 0.01 0.27 ind:imp:1p; -attachons attacher ver 46.37 71.01 0.56 0.14 imp:pre:1p;ind:pre:1p; -attachât attacher ver 46.37 71.01 0.00 0.54 sub:imp:3s; -attachèrent attacher ver 46.37 71.01 0.10 0.54 ind:pas:3p; -attaché_case attaché_case nom m s 0.01 0.54 0.00 0.54 -attaché attacher ver m s 46.37 71.01 8.76 13.85 par:pas; -attachée attacher ver f s 46.37 71.01 5.33 6.28 par:pas; -attachées attacher ver f p 46.37 71.01 0.61 1.89 par:pas; -attaché_case attaché_case nom m p 0.01 0.54 0.01 0.00 -attachés attacher ver m p 46.37 71.01 1.83 6.96 par:pas; -attaqua attaquer ver 99.64 70.41 0.26 5.00 ind:pas:3s; -attaquable attaquable adj s 0.01 0.00 0.01 0.00 -attaquai attaquer ver 99.64 70.41 0.01 0.74 ind:pas:1s; -attaquaient attaquer ver 99.64 70.41 0.42 2.84 ind:imp:3p; -attaquais attaquer ver 99.64 70.41 0.12 0.47 ind:imp:1s;ind:imp:2s; -attaquait attaquer ver 99.64 70.41 1.88 6.01 ind:imp:3s; -attaquant attaquer ver 99.64 70.41 0.88 2.77 par:pre; -attaquante attaquant adj f s 0.25 0.14 0.06 0.07 -attaquants attaquant nom m p 1.13 0.41 0.56 0.14 -attaque attaque nom f s 59.92 37.03 52.39 29.93 -attaquent attaquer ver 99.64 70.41 6.82 4.26 ind:pre:3p;sub:pre:3p; -attaquer attaquer ver 99.64 70.41 25.91 17.70 inf;; -attaquera attaquer ver 99.64 70.41 2.25 0.34 ind:fut:3s; -attaquerai attaquer ver 99.64 70.41 0.44 0.41 ind:fut:1s; -attaqueraient attaquer ver 99.64 70.41 0.51 0.34 cnd:pre:3p; -attaquerais attaquer ver 99.64 70.41 0.30 0.14 cnd:pre:1s;cnd:pre:2s; -attaquerait attaquer ver 99.64 70.41 0.75 0.41 cnd:pre:3s; -attaqueras attaquer ver 99.64 70.41 0.05 0.07 ind:fut:2s; -attaquerez attaquer ver 99.64 70.41 0.29 0.07 ind:fut:2p; -attaqueriez attaquer ver 99.64 70.41 0.04 0.00 cnd:pre:2p; -attaquerions attaquer ver 99.64 70.41 0.02 0.00 cnd:pre:1p; -attaquerons attaquer ver 99.64 70.41 1.25 0.07 ind:fut:1p; -attaqueront attaquer ver 99.64 70.41 2.08 0.34 ind:fut:3p; -attaques attaque nom f p 59.92 37.03 7.53 7.09 -attaqueur attaqueur nom m s 0.01 0.00 0.01 0.00 -attaquez attaquer ver 99.64 70.41 3.48 0.41 imp:pre:2p;ind:pre:2p; -attaquiez attaquer ver 99.64 70.41 0.10 0.00 ind:imp:2p; -attaquâmes attaquer ver 99.64 70.41 0.00 0.07 ind:pas:1p; -attaquons attaquer ver 99.64 70.41 2.06 0.54 imp:pre:1p;ind:pre:1p; -attaquât attaquer ver 99.64 70.41 0.00 0.14 sub:imp:3s; -attaquèrent attaquer ver 99.64 70.41 0.14 1.08 ind:pas:3p; -attaqué attaquer ver m s 99.64 70.41 20.04 9.12 par:pas; -attaquée attaquer ver f s 99.64 70.41 5.80 2.43 par:pas; -attaquées attaquer ver f p 99.64 70.41 0.46 0.34 par:pas; -attaqués attaquer ver m p 99.64 70.41 5.34 2.84 par:pas; -attarda attarder ver 4.36 29.39 0.01 3.45 ind:pas:3s; -attardai attarder ver 4.36 29.39 0.00 0.54 ind:pas:1s; -attardaient attarder ver 4.36 29.39 0.01 1.82 ind:imp:3p; -attardais attarder ver 4.36 29.39 0.00 1.15 ind:imp:1s; -attardait attarder ver 4.36 29.39 0.13 3.65 ind:imp:3s; -attardant attarder ver 4.36 29.39 0.04 1.22 par:pre; -attarde attarder ver 4.36 29.39 0.84 4.32 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:1s; -attardement attardement nom m s 0.00 0.07 0.00 0.07 -attardent attarder ver 4.36 29.39 0.05 1.15 ind:pre:3p; -attarder attarder ver 4.36 29.39 1.61 7.03 inf; -attardera attarder ver 4.36 29.39 0.02 0.07 ind:fut:3s; -attarderai attarder ver 4.36 29.39 0.02 0.00 ind:fut:1s; -attarderaient attarder ver 4.36 29.39 0.00 0.14 cnd:pre:3p; -attarderait attarder ver 4.36 29.39 0.02 0.07 cnd:pre:3s; -attarderont attarder ver 4.36 29.39 0.00 0.07 ind:fut:3p; -attardez attarder ver 4.36 29.39 0.20 0.20 imp:pre:2p;ind:pre:2p; -attardions attarder ver 4.36 29.39 0.01 0.20 ind:imp:1p; -attardâmes attarder ver 4.36 29.39 0.00 0.27 ind:pas:1p; -attardons attarder ver 4.36 29.39 0.09 0.20 imp:pre:1p;ind:pre:1p; -attardât attarder ver 4.36 29.39 0.00 0.20 sub:imp:3s; -attardèrent attarder ver 4.36 29.39 0.00 0.81 ind:pas:3p; -attardé attarder ver m s 4.36 29.39 0.84 1.49 par:pas; -attardée attarder ver f s 4.36 29.39 0.33 0.68 par:pas; -attardées attardé adj f p 1.06 3.11 0.02 0.27 -attardés attardé nom m p 1.58 1.55 0.74 0.88 -atteignîmes atteindre ver 61.83 126.76 0.33 0.95 ind:pas:1p; -atteignît atteindre ver 61.83 126.76 0.00 0.47 sub:imp:3s; -atteignable atteignable adj s 0.01 0.00 0.01 0.00 -atteignaient atteindre ver 61.83 126.76 0.04 4.39 ind:imp:3p; -atteignais atteindre ver 61.83 126.76 0.22 0.74 ind:imp:1s;ind:imp:2s; -atteignait atteindre ver 61.83 126.76 0.50 9.59 ind:imp:3s; -atteignant atteindre ver 61.83 126.76 0.54 2.57 par:pre; -atteigne atteindre ver 61.83 126.76 1.82 1.28 sub:pre:1s;sub:pre:3s; -atteignent atteindre ver 61.83 126.76 1.54 2.16 ind:pre:3p; -atteignes atteindre ver 61.83 126.76 0.03 0.00 sub:pre:2s; -atteignez atteindre ver 61.83 126.76 0.28 0.07 imp:pre:2p;ind:pre:2p; -atteignions atteindre ver 61.83 126.76 0.06 0.34 ind:imp:1p; -atteignirent atteindre ver 61.83 126.76 0.24 2.70 ind:pas:3p; -atteignis atteindre ver 61.83 126.76 0.14 1.01 ind:pas:1s; -atteignissent atteindre ver 61.83 126.76 0.00 0.07 sub:imp:3p; -atteignit atteindre ver 61.83 126.76 0.39 10.34 ind:pas:3s; -atteignons atteindre ver 61.83 126.76 0.28 0.95 imp:pre:1p;ind:pre:1p; -atteindra atteindre ver 61.83 126.76 1.90 1.08 ind:fut:3s; -atteindrai atteindre ver 61.83 126.76 0.31 0.27 ind:fut:1s; -atteindraient atteindre ver 61.83 126.76 0.15 0.34 cnd:pre:3p; -atteindrais atteindre ver 61.83 126.76 0.05 0.41 cnd:pre:1s;cnd:pre:2s; -atteindrait atteindre ver 61.83 126.76 0.50 1.08 cnd:pre:3s; -atteindras atteindre ver 61.83 126.76 0.27 0.07 ind:fut:2s; -atteindre atteindre ver 61.83 126.76 24.42 40.47 inf; -atteindrez atteindre ver 61.83 126.76 0.41 0.20 ind:fut:2p; -atteindrons atteindre ver 61.83 126.76 0.60 0.14 ind:fut:1p; -atteindront atteindre ver 61.83 126.76 0.79 0.20 ind:fut:3p; -atteins atteindre ver 61.83 126.76 1.27 0.95 imp:pre:2s;ind:pre:1s;ind:pre:2s; -atteint atteindre ver m s 61.83 126.76 19.99 35.68 ind:pre:3s;par:pas; -atteinte atteindre ver f s 61.83 126.76 2.71 5.20 par:pas; -atteintes atteindre ver f p 61.83 126.76 0.36 1.01 par:pas; -atteints atteindre ver m p 61.83 126.76 1.71 2.03 par:pas; -attela atteler ver 2.12 8.58 0.02 0.41 ind:pas:3s; -attelage attelage nom m s 1.52 5.61 1.43 4.05 -attelages attelage nom m p 1.52 5.61 0.10 1.55 -attelai atteler ver 2.12 8.58 0.00 0.14 ind:pas:1s; -attelaient atteler ver 2.12 8.58 0.00 0.20 ind:imp:3p; -attelais atteler ver 2.12 8.58 0.10 0.14 ind:imp:1s; -attelait atteler ver 2.12 8.58 0.02 0.41 ind:imp:3s; -attelant atteler ver 2.12 8.58 0.00 0.07 par:pre; -atteler atteler ver 2.12 8.58 0.97 1.42 inf; -attelez atteler ver 2.12 8.58 0.09 0.00 imp:pre:2p;ind:pre:2p; -attelions atteler ver 2.12 8.58 0.00 0.07 ind:imp:1p; -attelle attelle nom f s 0.83 0.68 0.73 0.47 -attellent atteler ver 2.12 8.58 0.01 0.07 ind:pre:3p; -attellera atteler ver 2.12 8.58 0.00 0.07 ind:fut:3s; -attellerais atteler ver 2.12 8.58 0.00 0.07 cnd:pre:1s; -attelles attelle nom f p 0.83 0.68 0.10 0.20 -attelâmes atteler ver 2.12 8.58 0.00 0.07 ind:pas:1p; -attelons atteler ver 2.12 8.58 0.01 0.00 imp:pre:1p; -attelèrent atteler ver 2.12 8.58 0.01 0.20 ind:pas:3p; -attelé atteler ver m s 2.12 8.58 0.15 1.89 par:pas; -attelée atteler ver f s 2.12 8.58 0.03 1.01 par:pas; -attelées atteler ver f p 2.12 8.58 0.00 0.34 par:pas; -attelés atteler ver m p 2.12 8.58 0.09 1.35 par:pas; -attenant attenant adj m s 0.40 3.72 0.05 2.23 -attenante attenant adj f s 0.40 3.72 0.09 1.35 -attenantes attenant adj f p 0.40 3.72 0.26 0.14 -attend attendre ver 1351.44 706.69 173.86 74.46 ind:pre:3s; -attendîmes attendre ver 1351.44 706.69 0.03 0.61 ind:pas:1p; -attendît attendre ver 1351.44 706.69 0.00 0.47 sub:imp:3s; -attendaient attendre ver 1351.44 706.69 5.12 32.77 ind:imp:3p; -attendais attendre ver 1351.44 706.69 59.29 36.82 ind:imp:1s;ind:imp:2s; -attendait attendre ver 1351.44 706.69 25.02 127.09 ind:imp:3s; -attendant attendre ver 1351.44 706.69 40.34 75.47 par:pre; -attende attendre ver 1351.44 706.69 5.18 3.38 sub:pre:1s;sub:pre:3s; -attendent attendre ver 1351.44 706.69 36.95 21.82 ind:pre:3p; -attendes attendre ver 1351.44 706.69 0.69 0.27 sub:pre:2s; -attendez attendre ver 1351.44 706.69 230.66 19.86 imp:pre:2p;ind:pre:2p; -attendiez attendre ver 1351.44 706.69 7.13 0.95 ind:imp:2p;sub:pre:2p; -attendions attendre ver 1351.44 706.69 4.25 5.47 ind:imp:1p; -attendirent attendre ver 1351.44 706.69 0.05 2.97 ind:pas:3p; -attendis attendre ver 1351.44 706.69 0.67 4.86 ind:pas:1s; -attendisse attendre ver 1351.44 706.69 0.00 0.14 sub:imp:1s; -attendissent attendre ver 1351.44 706.69 0.00 0.07 sub:imp:3p; -attendit attendre ver 1351.44 706.69 0.49 28.65 ind:pas:3s; -attendons attendre ver 1351.44 706.69 21.35 6.28 imp:pre:1p;ind:pre:1p; -attendra attendre ver 1351.44 706.69 8.23 3.04 ind:fut:3s; -attendrai attendre ver 1351.44 706.69 18.83 5.20 ind:fut:1s; -attendraient attendre ver 1351.44 706.69 0.25 1.01 cnd:pre:3p; -attendrais attendre ver 1351.44 706.69 2.04 0.61 cnd:pre:1s;cnd:pre:2s; -attendrait attendre ver 1351.44 706.69 1.23 3.51 cnd:pre:3s; -attendras attendre ver 1351.44 706.69 2.28 1.42 ind:fut:2s; -attendre attendre ver 1351.44 706.69 177.43 143.45 inf;; -attendrez attendre ver 1351.44 706.69 1.22 0.68 ind:fut:2p; -attendri attendrir ver m s 2.96 20.95 0.14 5.00 par:pas; -attendrie attendrir ver f s 2.96 20.95 0.31 2.77 par:pas; -attendries attendrir ver f p 2.96 20.95 0.00 0.34 par:pas; -attendriez attendre ver 1351.44 706.69 0.10 0.00 cnd:pre:2p; -attendrions attendre ver 1351.44 706.69 0.03 0.20 cnd:pre:1p; -attendrir attendrir ver 2.96 20.95 1.23 5.07 inf; -attendrirait attendrir ver 2.96 20.95 0.01 0.07 cnd:pre:3s; -attendriras attendrir ver 2.96 20.95 0.01 0.00 ind:fut:2s; -attendrirent attendrir ver 2.96 20.95 0.10 0.27 ind:pas:3p; -attendris attendrir ver m p 2.96 20.95 0.23 1.62 imp:pre:2s;ind:pre:1s;ind:pre:2s;par:pas; -attendrissaient attendrir ver 2.96 20.95 0.00 0.20 ind:imp:3p; -attendrissais attendrir ver 2.96 20.95 0.00 0.07 ind:imp:1s; -attendrissait attendrir ver 2.96 20.95 0.14 1.76 ind:imp:3s; -attendrissant attendrissant adj m s 0.42 3.99 0.37 2.03 -attendrissante attendrissant adj f s 0.42 3.99 0.02 0.95 -attendrissantes attendrissant adj f p 0.42 3.99 0.00 0.54 -attendrissants attendrissant adj m p 0.42 3.99 0.03 0.47 -attendrisse attendrir ver 2.96 20.95 0.01 0.14 sub:pre:1s;sub:pre:3s; -attendrissement attendrissement nom m s 0.10 7.64 0.10 6.89 -attendrissements attendrissement nom m p 0.10 7.64 0.00 0.74 -attendrissent attendrir ver 2.96 20.95 0.16 0.54 ind:pre:3p; -attendrisseur attendrisseur nom m s 0.01 0.00 0.01 0.00 -attendrissons attendrir ver 2.96 20.95 0.00 0.07 ind:pre:1p; -attendrit attendrir ver 2.96 20.95 0.47 2.64 ind:pre:3s;ind:pas:3s; -attendrons attendre ver 1351.44 706.69 3.40 0.61 ind:fut:1p; -attendront attendre ver 1351.44 706.69 1.92 0.81 ind:fut:3p; -attends attendre ver 1351.44 706.69 478.32 62.57 imp:pre:2s;ind:pre:1s;ind:pre:2s; -attendu attendre ver m s 1351.44 706.69 38.45 34.66 par:pas; -attendue attendre ver f s 1351.44 706.69 4.69 4.39 par:pas; -attendues attendre ver f p 1351.44 706.69 0.58 0.20 par:pas; -attendus attendre ver m p 1351.44 706.69 1.39 1.89 par:pas; -attenta attenter ver 1.17 1.01 0.00 0.07 ind:pas:3s; -attentais attenter ver 1.17 1.01 0.00 0.07 ind:imp:1s; -attentait attenter ver 1.17 1.01 0.01 0.00 ind:imp:3s; -attentant attenter ver 1.17 1.01 0.02 0.00 par:pre; -attentat attentat nom m s 14.58 8.72 11.42 5.34 -attentatoire attentatoire adj m s 0.00 0.14 0.00 0.07 -attentatoires attentatoire adj p 0.00 0.14 0.00 0.07 -attentats attentat nom m p 14.58 8.72 3.16 3.38 -attente attente nom f s 25.07 63.85 22.77 61.35 -attenter attenter ver 1.17 1.01 0.39 0.54 inf; -attenterai attenter ver 1.17 1.01 0.00 0.07 ind:fut:1s; -attenterait attenter ver 1.17 1.01 0.01 0.07 cnd:pre:3s; -attentes attente nom f p 25.07 63.85 2.29 2.50 -attentez attenter ver 1.17 1.01 0.16 0.00 imp:pre:2p;ind:pre:2p; -attentiez attenter ver 1.17 1.01 0.14 0.00 ind:imp:2p; -attentif attentif adj m s 6.66 35.74 3.77 17.30 -attentifs attentif adj m p 6.66 35.74 1.49 6.22 -attention attention ono 159.10 21.35 159.10 21.35 -attentionné attentionné adj m s 2.64 0.74 1.73 0.34 -attentionnée attentionné adj f s 2.64 0.74 0.41 0.27 -attentionnées attentionné adj f p 2.64 0.74 0.07 0.00 -attentionnés attentionné adj m p 2.64 0.74 0.44 0.14 -attentions attention nom f p 158.52 124.53 1.63 4.86 -attentisme attentisme nom m s 0.02 0.81 0.02 0.81 -attentiste attentiste adj s 0.02 0.00 0.02 0.00 -attentistes attentiste nom p 0.00 0.07 0.00 0.07 -attentive attentif adj f s 6.66 35.74 1.25 11.15 -attentivement attentivement adv 8.38 11.82 8.38 11.82 -attentives attentif adj f p 6.66 35.74 0.15 1.08 -attenté attenter ver m s 1.17 1.01 0.13 0.07 par:pas; -atterrîmes atterrir ver 26.73 9.39 0.01 0.14 ind:pas:1p; -atterrît atterrir ver 26.73 9.39 0.00 0.07 sub:imp:3s; -atterrages atterrage nom m p 0.00 0.20 0.00 0.20 -atterraient atterrer ver 0.23 2.91 0.00 0.07 ind:imp:3p; -atterrait atterrer ver 0.23 2.91 0.00 0.07 ind:imp:3s; -atterrant atterrant adj m s 0.01 0.20 0.01 0.14 -atterrante atterrant adj f s 0.01 0.20 0.00 0.07 -atterre atterrer ver 0.23 2.91 0.02 0.07 ind:pre:1s;ind:pre:3s; -atterri atterrir ver m s 26.73 9.39 8.64 1.89 par:pas; -atterrir atterrir ver 26.73 9.39 10.84 3.04 inf;; -atterrira atterrir ver 26.73 9.39 0.48 0.00 ind:fut:3s; -atterrirai atterrir ver 26.73 9.39 0.06 0.00 ind:fut:1s; -atterrirais atterrir ver 26.73 9.39 0.14 0.07 cnd:pre:1s;cnd:pre:2s; -atterriras atterrir ver 26.73 9.39 0.05 0.00 ind:fut:2s; -atterrirent atterrir ver 26.73 9.39 0.04 0.14 ind:pas:3p; -atterrirez atterrir ver 26.73 9.39 0.05 0.00 ind:fut:2p; -atterrirons atterrir ver 26.73 9.39 0.28 0.00 ind:fut:1p; -atterris atterrir ver m p 26.73 9.39 1.13 0.88 imp:pre:2s;ind:pre:1s;ind:pre:2s;par:pas; -atterrissage atterrissage nom m s 9.06 2.23 8.84 2.16 -atterrissages atterrissage nom m p 9.06 2.23 0.22 0.07 -atterrissaient atterrir ver 26.73 9.39 0.04 0.34 ind:imp:3p; -atterrissais atterrir ver 26.73 9.39 0.01 0.14 ind:imp:1s; -atterrissait atterrir ver 26.73 9.39 0.08 0.14 ind:imp:3s; -atterrissant atterrir ver 26.73 9.39 0.14 0.14 par:pre; -atterrisse atterrir ver 26.73 9.39 0.40 0.07 sub:pre:1s;sub:pre:3s; -atterrissent atterrir ver 26.73 9.39 0.76 0.41 ind:pre:3p; -atterrisses atterrir ver 26.73 9.39 0.02 0.00 sub:pre:2s; -atterrissez atterrir ver 26.73 9.39 0.52 0.00 imp:pre:2p;ind:pre:2p; -atterrissons atterrir ver 26.73 9.39 0.08 0.00 imp:pre:1p;ind:pre:1p; -atterrit atterrir ver 26.73 9.39 2.96 1.96 ind:pre:3s;ind:pas:3s; -atterrèrent atterrer ver 0.23 2.91 0.00 0.14 ind:pas:3p; -atterré atterrer ver m s 0.23 2.91 0.05 1.62 par:pas; -atterrée atterrer ver f s 0.23 2.91 0.04 0.34 par:pas; -atterrées atterrer ver f p 0.23 2.91 0.00 0.07 par:pas; -atterrés atterrer ver m p 0.23 2.91 0.12 0.54 par:pas; -attesta attester ver 2.67 6.55 0.00 0.07 ind:pas:3s; -attestaient attester ver 2.67 6.55 0.00 0.47 ind:imp:3p; -attestait attester ver 2.67 6.55 0.01 1.15 ind:imp:3s; -attestant attester ver 2.67 6.55 0.14 1.15 par:pre; -attestation attestation nom f s 1.00 0.20 0.95 0.14 -attestations attestation nom f p 1.00 0.20 0.05 0.07 -atteste attester ver 2.67 6.55 0.98 1.22 ind:pre:1s;ind:pre:3s; -attestent attester ver 2.67 6.55 0.15 0.54 ind:pre:3p; -attester attester ver 2.67 6.55 0.87 1.08 inf; -attestera attester ver 2.67 6.55 0.05 0.00 ind:fut:3s; -attestons attester ver 2.67 6.55 0.01 0.07 imp:pre:1p;ind:pre:1p; -attestèrent attester ver 2.67 6.55 0.00 0.07 ind:pas:3p; -attesté attester ver m s 2.67 6.55 0.34 0.34 par:pas; -attestée attester ver f s 2.67 6.55 0.11 0.34 par:pas; -attestées attester ver f p 2.67 6.55 0.00 0.07 par:pas; -atèle atèle nom m s 0.01 0.00 0.01 0.00 -attifa attifer ver 0.30 1.69 0.00 0.07 ind:pas:3s; -attifait attifer ver 0.30 1.69 0.00 0.07 ind:imp:3s; -attifant attifer ver 0.30 1.69 0.00 0.07 par:pre; -attife attifer ver 0.30 1.69 0.00 0.14 ind:pre:3s; -attifer attifer ver 0.30 1.69 0.01 0.20 inf; -attifiaux attifiaux nom m p 0.00 0.07 0.00 0.07 -attifé attifer ver m s 0.30 1.69 0.25 0.27 par:pas; -attifée attifer ver f s 0.30 1.69 0.02 0.68 par:pas; -attifées attifer ver f p 0.30 1.69 0.00 0.07 par:pas; -attifés attifer ver m p 0.30 1.69 0.02 0.14 par:pas; -attige attiger ver 0.00 0.74 0.00 0.27 ind:pre:1s;ind:pre:3s; -attigeait attiger ver 0.00 0.74 0.00 0.07 ind:imp:3s; -attigent attiger ver 0.00 0.74 0.00 0.14 ind:pre:3p; -attiges attiger ver 0.00 0.74 0.00 0.07 ind:pre:2s; -attigés attiger ver m p 0.00 0.74 0.00 0.20 par:pas; -attique attique adj s 0.00 0.34 0.00 0.27 -attiques attique adj f p 0.00 0.34 0.00 0.07 -attira attirer ver 54.90 75.27 0.33 7.70 ind:pas:3s; -attirai attirer ver 54.90 75.27 0.00 0.34 ind:pas:1s; -attiraient attirer ver 54.90 75.27 0.43 2.91 ind:imp:3p; -attirail attirail nom m s 1.52 3.99 1.52 3.99 -attirais attirer ver 54.90 75.27 0.26 0.34 ind:imp:1s;ind:imp:2s; -attirait attirer ver 54.90 75.27 2.03 10.41 ind:imp:3s; -attirance attirance nom f s 2.39 2.91 2.38 2.77 -attirances attirance nom f p 2.39 2.91 0.01 0.14 -attirant attirant adj m s 5.74 3.85 2.59 1.62 -attirante attirant adj f s 5.74 3.85 2.59 1.55 -attirantes attirant adj f p 5.74 3.85 0.28 0.54 -attirants attirant adj m p 5.74 3.85 0.28 0.14 -attire attirer ver 54.90 75.27 13.43 10.47 imp:pre:2s;ind:pre:1s;ind:pre:3s; -attirent attirer ver 54.90 75.27 2.83 2.84 ind:pre:3p; -attirer attirer ver 54.90 75.27 17.08 17.43 inf; -attirera attirer ver 54.90 75.27 0.94 0.14 ind:fut:3s; -attirerai attirer ver 54.90 75.27 0.11 0.00 ind:fut:1s; -attireraient attirer ver 54.90 75.27 0.02 0.14 cnd:pre:3p; -attirerais attirer ver 54.90 75.27 0.06 0.00 cnd:pre:1s;cnd:pre:2s; -attirerait attirer ver 54.90 75.27 0.56 0.61 cnd:pre:3s; -attirerez attirer ver 54.90 75.27 0.04 0.14 ind:fut:2p; -attireriez attirer ver 54.90 75.27 0.01 0.00 cnd:pre:2p; -attirerons attirer ver 54.90 75.27 0.04 0.00 ind:fut:1p; -attireront attirer ver 54.90 75.27 0.04 0.00 ind:fut:3p; -attires attirer ver 54.90 75.27 0.89 0.20 ind:pre:2s; -attirez attirer ver 54.90 75.27 0.82 0.07 imp:pre:2p;ind:pre:2p; -attiriez attirer ver 54.90 75.27 0.40 0.14 ind:imp:2p; -attirions attirer ver 54.90 75.27 0.02 0.07 ind:imp:1p; -attirons attirer ver 54.90 75.27 0.28 0.14 imp:pre:1p;ind:pre:1p; -attirât attirer ver 54.90 75.27 0.00 0.20 sub:imp:3s; -attirèrent attirer ver 54.90 75.27 0.13 0.81 ind:pas:3p; -attiré attirer ver m s 54.90 75.27 8.15 10.47 par:pas; -attirée attirer ver f s 54.90 75.27 2.78 3.85 par:pas; -attirées attirer ver f p 54.90 75.27 0.48 0.47 par:pas; -attirés attirer ver m p 54.90 75.27 2.09 2.57 par:pas; -attisa attiser ver 1.88 3.65 0.01 0.14 ind:pas:3s; -attisaient attiser ver 1.88 3.65 0.01 0.27 ind:imp:3p; -attisait attiser ver 1.88 3.65 0.14 0.54 ind:imp:3s; -attisant attiser ver 1.88 3.65 0.00 0.20 par:pre; -attise attiser ver 1.88 3.65 0.55 0.61 imp:pre:2s;ind:pre:1s;ind:pre:3s; -attisement attisement nom m s 0.00 0.07 0.00 0.07 -attisent attiser ver 1.88 3.65 0.23 0.07 ind:pre:3p; -attiser attiser ver 1.88 3.65 0.33 1.35 inf; -attisera attiser ver 1.88 3.65 0.00 0.07 ind:fut:3s; -attises attiser ver 1.88 3.65 0.02 0.00 ind:pre:2s; -attisez attiser ver 1.88 3.65 0.16 0.00 imp:pre:2p;ind:pre:2p; -attisoir attisoir nom m s 0.00 0.07 0.00 0.07 -attisons attiser ver 1.88 3.65 0.01 0.00 imp:pre:1p; -attisé attiser ver m s 1.88 3.65 0.29 0.07 par:pas; -attisée attiser ver f s 1.88 3.65 0.12 0.20 par:pas; -attisées attiser ver f p 1.88 3.65 0.00 0.07 par:pas; -attisés attiser ver m p 1.88 3.65 0.00 0.07 par:pas; -attitré attitré adj m s 0.41 1.35 0.28 0.54 -attitrée attitrer ver f s 0.19 0.88 0.11 0.20 par:pas; -attitrées attitré adj f p 0.41 1.35 0.01 0.07 -attitrés attitré adj m p 0.41 1.35 0.03 0.34 -attitude attitude nom f s 23.03 67.91 21.37 57.50 -attitudes attitude nom f p 23.03 67.91 1.66 10.41 -attiédi attiédir ver m s 0.00 0.27 0.00 0.07 par:pas; -attiédie attiédir ver f s 0.00 0.27 0.00 0.07 par:pas; -attiédis attiédir ver m p 0.00 0.27 0.00 0.07 par:pas; -attiédissait attiédir ver 0.00 0.27 0.00 0.07 ind:imp:3s; -attorney attorney nom m s 0.15 0.00 0.15 0.00 -attouchant attoucher ver 0.00 0.07 0.00 0.07 par:pre; -attouchement attouchement nom m s 0.33 1.76 0.00 0.81 -attouchements attouchement nom m p 0.33 1.76 0.33 0.95 -attracteur attracteur adj m s 0.11 0.00 0.09 0.00 -attracteurs attracteur adj m p 0.11 0.00 0.02 0.00 -attractif attractif adj m s 0.24 0.41 0.14 0.27 -attractifs attractif adj m p 0.24 0.41 0.01 0.00 -attraction_vedette attraction_vedette nom f s 0.01 0.00 0.01 0.00 -attraction attraction nom f s 7.45 7.64 4.96 5.74 -attractions attraction nom f p 7.45 7.64 2.48 1.89 -attractive attractif adj f s 0.24 0.41 0.09 0.14 -attrait attrait nom m s 1.76 9.39 1.18 6.96 -attraits attrait nom m p 1.76 9.39 0.58 2.43 -attrapa attraper ver 112.52 55.34 0.16 5.74 ind:pas:3s; -attrapage attrapage nom m s 0.01 0.00 0.01 0.00 -attrapai attraper ver 112.52 55.34 0.00 1.82 ind:pas:1s; -attrapaient attraper ver 112.52 55.34 0.30 0.68 ind:imp:3p; -attrapais attraper ver 112.52 55.34 0.50 0.41 ind:imp:1s;ind:imp:2s; -attrapait attraper ver 112.52 55.34 0.66 3.58 ind:imp:3s; -attrapant attraper ver 112.52 55.34 0.30 1.69 par:pre; -attrape_couillon attrape_couillon nom m s 0.04 0.07 0.03 0.00 -attrape_couillon attrape_couillon nom m p 0.04 0.07 0.01 0.07 -attrape_mouche attrape_mouche nom m s 0.04 0.07 0.01 0.00 -attrape_mouche attrape_mouche nom m p 0.04 0.07 0.03 0.07 -attrape_nigaud attrape_nigaud nom m s 0.10 0.20 0.10 0.20 -attrape attraper ver 112.52 55.34 24.29 7.97 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -attrapent attraper ver 112.52 55.34 3.79 0.88 ind:pre:3p; -attraper attraper ver 112.52 55.34 35.32 17.09 inf; -attrapera attraper ver 112.52 55.34 1.04 0.27 ind:fut:3s; -attraperai attraper ver 112.52 55.34 1.10 0.14 ind:fut:1s; -attraperaient attraper ver 112.52 55.34 0.22 0.07 cnd:pre:3p; -attraperais attraper ver 112.52 55.34 0.32 0.07 cnd:pre:1s;cnd:pre:2s; -attraperait attraper ver 112.52 55.34 0.22 0.20 cnd:pre:3s; -attraperas attraper ver 112.52 55.34 1.00 0.14 ind:fut:2s; -attraperez attraper ver 112.52 55.34 0.47 0.00 ind:fut:2p; -attraperiez attraper ver 112.52 55.34 0.05 0.00 cnd:pre:2p; -attraperons attraper ver 112.52 55.34 0.22 0.00 ind:fut:1p; -attraperont attraper ver 112.52 55.34 0.88 0.20 ind:fut:3p; -attrapes attraper ver 112.52 55.34 2.14 0.34 ind:pre:2s;sub:pre:2s; -attrapeur attrapeur nom m s 1.20 0.00 1.20 0.00 -attrapez attraper ver 112.52 55.34 14.91 0.14 imp:pre:2p;ind:pre:2p; -attrapiez attraper ver 112.52 55.34 0.26 0.00 ind:imp:2p; -attrapions attraper ver 112.52 55.34 0.08 0.14 ind:imp:1p; -attrapons attraper ver 112.52 55.34 1.22 0.00 imp:pre:1p;ind:pre:1p; -attrapèrent attraper ver 112.52 55.34 0.02 0.14 ind:pas:3p; -attrapé attraper ver m s 112.52 55.34 19.20 11.35 par:pas; -attrapée attraper ver f s 112.52 55.34 2.41 1.69 par:pas; -attrapées attraper ver f p 112.52 55.34 0.30 0.07 par:pas; -attrapés attraper ver m p 112.52 55.34 1.16 0.54 par:pas; -attrayant attrayant adj m s 1.39 1.22 0.89 0.61 -attrayante attrayant adj f s 1.39 1.22 0.32 0.41 -attrayantes attrayant adj f p 1.39 1.22 0.02 0.14 -attrayants attrayant adj m p 1.39 1.22 0.16 0.07 -attribua attribuer ver 7.56 21.89 0.16 1.28 ind:pas:3s; -attribuable attribuable adj m s 0.03 0.00 0.03 0.00 -attribuai attribuer ver 7.56 21.89 0.01 0.54 ind:pas:1s; -attribuaient attribuer ver 7.56 21.89 0.00 0.27 ind:imp:3p; -attribuais attribuer ver 7.56 21.89 0.02 0.54 ind:imp:1s; -attribuait attribuer ver 7.56 21.89 0.16 3.11 ind:imp:3s; -attribuant attribuer ver 7.56 21.89 0.13 1.08 par:pre; -attribue attribuer ver 7.56 21.89 1.78 2.23 imp:pre:2s;ind:pre:1s;ind:pre:3s; -attribuent attribuer ver 7.56 21.89 0.09 0.07 ind:pre:3p; -attribuer attribuer ver 7.56 21.89 1.49 5.68 inf; -attribuera attribuer ver 7.56 21.89 0.09 0.14 ind:fut:3s; -attribueraient attribuer ver 7.56 21.89 0.00 0.20 cnd:pre:3p; -attribuerais attribuer ver 7.56 21.89 0.01 0.20 cnd:pre:1s; -attribuerait attribuer ver 7.56 21.89 0.03 0.14 cnd:pre:3s; -attribueront attribuer ver 7.56 21.89 0.02 0.00 ind:fut:3p; -attribues attribuer ver 7.56 21.89 0.19 0.07 ind:pre:2s; -attribuez attribuer ver 7.56 21.89 0.17 0.00 ind:pre:2p; -attribuions attribuer ver 7.56 21.89 0.00 0.07 ind:imp:1p; -attribuâmes attribuer ver 7.56 21.89 0.00 0.07 ind:pas:1p; -attribuons attribuer ver 7.56 21.89 0.14 0.00 imp:pre:1p;ind:pre:1p; -attribuât attribuer ver 7.56 21.89 0.00 0.27 sub:imp:3s; -attribut attribut nom m s 1.13 6.01 0.08 1.69 -attribuèrent attribuer ver 7.56 21.89 0.10 0.14 ind:pas:3p; -attribution attribution nom f s 1.40 8.72 0.47 2.23 -attributions attribution nom f p 1.40 8.72 0.93 6.49 -attributs attribut nom m p 1.13 6.01 1.05 4.32 -attribué attribuer ver m s 7.56 21.89 1.95 2.97 par:pas; -attribuée attribuer ver f s 7.56 21.89 0.25 1.49 par:pas; -attribuées attribuer ver f p 7.56 21.89 0.14 0.54 par:pas; -attribués attribuer ver m p 7.56 21.89 0.60 0.81 par:pas; -attriquait attriquer ver 0.00 1.62 0.00 0.07 ind:imp:3s; -attriquant attriquer ver 0.00 1.62 0.00 0.07 par:pre; -attrique attriquer ver 0.00 1.62 0.00 0.20 ind:pre:1s;ind:pre:3s; -attriquent attriquer ver 0.00 1.62 0.00 0.07 ind:pre:3p; -attriquer attriquer ver 0.00 1.62 0.00 0.68 inf; -attriquerait attriquer ver 0.00 1.62 0.00 0.07 cnd:pre:3s; -attriqué attriquer ver m s 0.00 1.62 0.00 0.27 par:pas; -attriquée attriquer ver f s 0.00 1.62 0.00 0.20 par:pas; -attrista attrister ver 2.71 6.42 0.01 0.47 ind:pas:3s; -attristai attrister ver 2.71 6.42 0.00 0.20 ind:pas:1s; -attristaient attrister ver 2.71 6.42 0.00 0.27 ind:imp:3p; -attristais attrister ver 2.71 6.42 0.00 0.14 ind:imp:1s; -attristait attrister ver 2.71 6.42 0.01 1.15 ind:imp:3s; -attristant attristant adj m s 0.01 0.47 0.01 0.27 -attristante attristant adj f s 0.01 0.47 0.00 0.14 -attristantes attristant adj f p 0.01 0.47 0.00 0.07 -attriste attrister ver 2.71 6.42 1.54 1.01 ind:pre:1s;ind:pre:3s; -attristent attrister ver 2.71 6.42 0.00 0.47 ind:pre:3p; -attrister attrister ver 2.71 6.42 0.50 1.01 inf; -attristerait attrister ver 2.71 6.42 0.01 0.00 cnd:pre:3s; -attristez attrister ver 2.71 6.42 0.03 0.07 imp:pre:2p;ind:pre:2p; -attristât attrister ver 2.71 6.42 0.00 0.20 sub:imp:3s; -attristèrent attrister ver 2.71 6.42 0.01 0.20 ind:pas:3p; -attristé attrister ver m s 2.71 6.42 0.36 0.41 par:pas; -attristée attrister ver f s 2.71 6.42 0.09 0.14 par:pas; -attristés attrister ver m p 2.71 6.42 0.15 0.14 par:pas; -attrition attrition nom f s 0.02 0.20 0.02 0.14 -attritions attrition nom f p 0.02 0.20 0.00 0.07 -attroupa attrouper ver 0.14 2.36 0.00 0.07 ind:pas:3s; -attroupaient attrouper ver 0.14 2.36 0.14 0.34 ind:imp:3p; -attroupait attrouper ver 0.14 2.36 0.00 0.14 ind:imp:3s; -attroupement attroupement nom m s 0.17 3.85 0.08 3.45 -attroupements attroupement nom m p 0.17 3.85 0.08 0.41 -attroupent attrouper ver 0.14 2.36 0.00 0.27 ind:pre:3p; -attrouper attrouper ver 0.14 2.36 0.00 0.54 inf; -attrouperaient attrouper ver 0.14 2.36 0.00 0.07 cnd:pre:3p; -attroupèrent attrouper ver 0.14 2.36 0.00 0.14 ind:pas:3p; -attroupé attrouper ver m s 0.14 2.36 0.00 0.20 par:pas; -attroupée attrouper ver f s 0.14 2.36 0.00 0.07 par:pas; -attroupées attrouper ver f p 0.14 2.36 0.00 0.14 par:pas; -attroupés attrouper ver m p 0.14 2.36 0.01 0.41 par:pas; -atténua atténuer ver 2.47 12.64 0.00 0.54 ind:pas:3s; -atténuaient atténuer ver 2.47 12.64 0.00 0.68 ind:imp:3p; -atténuait atténuer ver 2.47 12.64 0.01 1.96 ind:imp:3s; -atténuant atténuer ver 2.47 12.64 0.00 0.41 par:pre; -atténuante atténuant adj f s 1.56 2.09 0.30 0.27 -atténuantes atténuant adj f p 1.56 2.09 1.27 1.82 -atténuateur atténuateur nom m s 0.09 0.00 0.09 0.00 -atténuation atténuation nom f s 0.01 0.07 0.01 0.00 -atténuations atténuation nom f p 0.01 0.07 0.00 0.07 -atténue atténuer ver 2.47 12.64 0.56 1.22 imp:pre:2s;ind:pre:1s;ind:pre:3s; -atténuent atténuer ver 2.47 12.64 0.08 0.27 ind:pre:3p; -atténuer atténuer ver 2.47 12.64 1.30 4.46 inf; -atténuera atténuer ver 2.47 12.64 0.37 0.14 ind:fut:3s; -atténueraient atténuer ver 2.47 12.64 0.00 0.14 cnd:pre:3p; -atténuez atténuer ver 2.47 12.64 0.03 0.00 imp:pre:2p;ind:pre:2p; -atténuons atténuer ver 2.47 12.64 0.01 0.00 imp:pre:1p; -atténuât atténuer ver 2.47 12.64 0.00 0.20 sub:imp:3s; -atténuèrent atténuer ver 2.47 12.64 0.00 0.07 ind:pas:3p; -atténué atténuer ver m s 2.47 12.64 0.07 1.22 par:pas; -atténuée atténuer ver f s 2.47 12.64 0.01 0.88 par:pas; -atténuées atténuer ver f p 2.47 12.64 0.01 0.41 par:pas; -atténués atténuer ver m p 2.47 12.64 0.02 0.07 par:pas; -atélectasie atélectasie nom f s 0.03 0.00 0.03 0.00 -atémi atémi nom m s 0.01 0.00 0.01 0.00 -atypique atypique adj s 0.57 0.34 0.26 0.14 -atypiques atypique adj p 0.57 0.34 0.31 0.20 -au_dedans au_dedans adv 0.92 4.86 0.92 4.86 -au_dehors au_dehors adv 0.91 11.42 0.91 11.42 -au_delà au_delà adv 21.77 52.91 21.77 52.91 -au_dessous au_dessous adv 2.98 24.59 2.98 24.59 -au_dessus au_dessus pre 0.02 0.07 0.02 0.07 -au_devant au_devant adv 0.98 11.08 0.98 11.08 -au au art_def m s 3737.75 5322.50 3737.75 5322.50 -aubade aubade nom f s 0.01 0.47 0.01 0.47 -aubadent aubader ver 0.00 0.07 0.00 0.07 ind:pre:3p; -aubain aubain nom m s 0.00 14.19 0.00 14.19 -aubaine aubaine nom f s 1.08 5.81 1.04 5.27 -aubaines aubaine nom f p 1.08 5.81 0.03 0.54 -aube aube pre 0.10 0.00 0.10 0.00 -auberge auberge nom f s 14.44 17.30 14.12 15.47 -auberges auberge nom f p 14.44 17.30 0.32 1.82 -aubergine aubergine nom f s 1.44 1.35 0.35 0.61 -aubergines aubergine nom f p 1.44 1.35 1.09 0.74 -aubergiste aubergiste nom s 1.93 3.24 1.91 2.91 -aubergistes aubergiste nom p 1.93 3.24 0.02 0.34 -aubes aube nom f p 30.32 57.77 0.27 1.96 -aubette aubette nom f s 0.00 0.34 0.00 0.34 -aubier aubier nom m s 0.00 0.47 0.00 0.47 -aubour aubour nom m 0.00 0.07 0.00 0.07 -aubère aubère adj s 0.00 0.14 0.00 0.14 -aubères aubère nom m p 0.00 0.20 0.00 0.14 -aubépine aubépine nom f s 0.06 2.03 0.05 0.81 -aubépines aubépine nom f p 0.06 2.03 0.01 1.22 -auburn auburn adj 0.23 1.15 0.23 1.15 -aubusson aubusson nom s 0.00 0.07 0.00 0.07 -aucubas aucuba nom m p 0.00 0.14 0.00 0.14 -aucun aucun adj_ind m s 175.78 180.95 175.78 180.95 -aucune aucune adj_ind f s 207.00 174.73 207.00 174.73 -aucunement aucunement adv_sup 1.01 5.81 1.01 5.81 -aucunes aucunes adj_ind f p 1.03 0.14 1.03 0.14 -aucuns aucuns adj_ind m p 1.22 3.11 1.22 3.11 -audace audace nom f s 5.12 19.46 5.10 16.55 -audaces audace nom f p 5.12 19.46 0.02 2.91 -audacieuse audacieux adj f s 4.76 7.03 1.46 1.76 -audacieusement audacieusement adv 0.09 0.47 0.09 0.47 -audacieuses audacieux adj f p 4.76 7.03 0.25 0.81 -audacieux audacieux adj m 4.76 7.03 3.06 4.46 -audible audible adj s 0.29 2.70 0.22 2.23 -audibles audible adj p 0.29 2.70 0.08 0.47 -audience audience nom f s 14.02 9.53 13.51 7.84 -audiences audience nom f p 14.02 9.53 0.50 1.69 -audiencia audiencia nom f s 0.00 0.07 0.00 0.07 -audienciers audiencier adj m p 0.00 0.07 0.00 0.07 -audimat audimat nom m 1.39 0.00 1.37 0.00 -audimats audimat nom m p 1.39 0.00 0.03 0.00 -audio_visuel audio_visuel adj m s 0.06 0.20 0.06 0.20 -audiovisuel audiovisuel adj f s 0.88 0.27 0.00 0.14 -audio audio adj 1.87 0.00 1.87 0.00 -audioconférence audioconférence nom f s 0.03 0.00 0.03 0.00 -audiogramme audiogramme nom m s 0.01 0.00 0.01 0.00 -audiométrie audiométrie nom f s 0.01 0.00 0.01 0.00 -audiophile audiophile nom s 0.03 0.00 0.03 0.00 -audiophone audiophone nom m s 0.02 0.00 0.02 0.00 -audiovisuel audiovisuel nom m s 0.16 0.14 0.16 0.14 -audiovisuelle audiovisuel adj f s 0.88 0.27 0.72 0.00 -audiovisuelles audiovisuel adj f p 0.88 0.27 0.00 0.07 -audit audit pre 0.03 0.20 0.03 0.20 -auditer auditer ver 0.01 0.00 0.01 0.00 inf; -auditeur auditeur nom m s 3.12 6.49 0.85 1.69 -auditeurs auditeur nom m p 3.12 6.49 2.21 4.46 -auditif auditif adj m s 1.25 1.28 0.45 0.54 -auditifs auditif adj m p 1.25 1.28 0.08 0.20 -audition audition nom f s 11.64 2.64 9.32 1.89 -auditionnais auditionner ver 2.57 0.27 0.10 0.00 ind:imp:1s;ind:imp:2s; -auditionne auditionner ver 2.57 0.27 0.34 0.14 imp:pre:2s;ind:pre:1s;ind:pre:3s; -auditionnent auditionner ver 2.57 0.27 0.10 0.00 ind:pre:3p; -auditionner auditionner ver 2.57 0.27 1.27 0.14 inf; -auditionnera auditionner ver 2.57 0.27 0.02 0.00 ind:fut:3s; -auditionnerais auditionner ver 2.57 0.27 0.02 0.00 cnd:pre:1s; -auditionnes auditionner ver 2.57 0.27 0.07 0.00 ind:pre:2s; -auditionnez auditionner ver 2.57 0.27 0.18 0.00 imp:pre:2p;ind:pre:2p; -auditionné auditionner ver m s 2.57 0.27 0.44 0.00 par:pas; -auditionnée auditionner ver f s 2.57 0.27 0.03 0.00 par:pas; -auditions audition nom f p 11.64 2.64 2.31 0.74 -auditive auditif adj f s 1.25 1.28 0.41 0.20 -auditives auditif adj f p 1.25 1.28 0.32 0.34 -auditoire auditoire nom m s 0.62 4.19 0.58 3.92 -auditoires auditoire nom m p 0.62 4.19 0.04 0.27 -auditorium auditorium nom m s 0.80 0.74 0.80 0.61 -auditoriums auditorium nom m p 0.80 0.74 0.00 0.14 -auditrice auditeur nom f s 3.12 6.49 0.06 0.07 -auditrices auditrice nom f p 0.04 0.00 0.04 0.00 -audits audit nom m p 0.54 0.14 0.06 0.00 -auge auge nom f s 0.52 2.23 0.49 1.76 -auges auge nom f p 0.52 2.23 0.03 0.47 -augment augment nom m s 0.20 0.00 0.20 0.00 -augmenta augmenter ver 29.86 20.95 0.05 0.88 ind:pas:3s; -augmentaient augmenter ver 29.86 20.95 0.06 0.95 ind:imp:3p; -augmentais augmenter ver 29.86 20.95 0.04 0.00 ind:imp:1s;ind:imp:2s; -augmentait augmenter ver 29.86 20.95 0.27 4.66 ind:imp:3s; -augmentant augmenter ver 29.86 20.95 0.57 1.01 par:pre; -augmentation augmentation nom f s 6.85 3.99 6.61 3.24 -augmentations augmentation nom f p 6.85 3.99 0.24 0.74 -augmente augmenter ver 29.86 20.95 7.58 4.26 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -augmentent augmenter ver 29.86 20.95 1.23 0.47 ind:pre:3p; -augmenter augmenter ver 29.86 20.95 9.94 4.80 inf; -augmentera augmenter ver 29.86 20.95 0.42 0.20 ind:fut:3s; -augmenterai augmenter ver 29.86 20.95 0.11 0.07 ind:fut:1s; -augmenteraient augmenter ver 29.86 20.95 0.02 0.07 cnd:pre:3p; -augmenterais augmenter ver 29.86 20.95 0.03 0.00 cnd:pre:2s; -augmenterait augmenter ver 29.86 20.95 0.51 0.00 cnd:pre:3s; -augmenteras augmenter ver 29.86 20.95 0.01 0.00 ind:fut:2s; -augmenterez augmenter ver 29.86 20.95 0.01 0.07 ind:fut:2p; -augmenteront augmenter ver 29.86 20.95 0.38 0.00 ind:fut:3p; -augmentez augmenter ver 29.86 20.95 1.31 0.27 imp:pre:2p;ind:pre:2p; -augmentions augmenter ver 29.86 20.95 0.02 0.07 ind:imp:1p; -augmentons augmenter ver 29.86 20.95 0.36 0.00 imp:pre:1p;ind:pre:1p; -augmentât augmenter ver 29.86 20.95 0.00 0.07 sub:imp:3s; -augmentèrent augmenter ver 29.86 20.95 0.11 0.14 ind:pas:3p; -augmenté augmenter ver m s 29.86 20.95 6.15 2.30 par:pas; -augmentée augmenter ver f s 29.86 20.95 0.54 0.34 par:pas; -augmentées augmenter ver f p 29.86 20.95 0.03 0.07 par:pas; -augmentés augmenter ver m p 29.86 20.95 0.13 0.27 par:pas; -augurai augurer ver 0.81 1.76 0.00 0.07 ind:pas:1s; -augurais augurer ver 0.81 1.76 0.01 0.14 ind:imp:1s; -augurait augurer ver 0.81 1.76 0.11 0.68 ind:imp:3s; -augural augural adj m s 0.03 0.34 0.03 0.14 -augurale augural adj f s 0.03 0.34 0.00 0.20 -augurant augurer ver 0.81 1.76 0.00 0.07 par:pre; -augure augure nom m s 3.21 3.38 2.13 2.77 -augurent augurer ver 0.81 1.76 0.14 0.07 ind:pre:3p; -augurer augurer ver 0.81 1.76 0.12 0.61 inf; -augurerais augurer ver 0.81 1.76 0.00 0.07 cnd:pre:1s; -augures augure nom m p 3.21 3.38 1.08 0.61 -auguste auguste adj s 1.12 2.09 1.00 1.89 -augustes auguste adj p 1.12 2.09 0.11 0.20 -augustin augustin nom m s 0.00 0.81 0.00 0.07 -augustinien augustinien adj m s 0.00 0.07 0.00 0.07 -augustins augustin nom m p 0.00 0.81 0.00 0.74 -aujourd_hui aujourd_hui adv 360.17 158.38 360.17 158.38 -aula aula nom f s 0.01 0.00 0.01 0.00 -aulique aulique adj m s 0.00 0.07 0.00 0.07 -aulnaie aulnaie nom f s 0.00 0.07 0.00 0.07 -aulne aulne nom m s 0.04 2.16 0.04 0.27 -aulnes aulne nom m p 0.04 2.16 0.00 1.89 -auloffée auloffée nom f s 0.00 0.07 0.00 0.07 -aulos aulos nom m 0.00 0.07 0.00 0.07 -aulx aulx nom m p 0.00 0.27 0.00 0.27 -aumône aumône nom f s 3.57 3.78 3.09 3.18 -aumônerie aumônerie nom f s 0.02 0.07 0.02 0.07 -aumônes aumône nom f p 3.57 3.78 0.48 0.61 -aumônier aumônier nom m s 1.51 4.53 1.44 3.72 -aumôniers aumônier nom m p 1.51 4.53 0.05 0.47 -aumônière aumônier nom f s 1.51 4.53 0.02 0.27 -aumônières aumônier nom f p 1.51 4.53 0.00 0.07 -aune aune nom s 0.72 1.15 0.44 0.68 -auner auner ver 0.00 0.07 0.00 0.07 inf; -aunes aune nom p 0.72 1.15 0.28 0.47 -auparavant auparavant adv_sup 14.11 41.62 14.11 41.62 -auprès auprès pre 29.95 93.45 29.95 93.45 -auquel auquel pro_rel m s 9.97 52.57 9.68 47.70 -aura avoir aux 18559.23 12800.81 39.72 39.86 ind:fut:3s; -aérage aérage nom m s 0.06 0.00 0.06 0.00 -aurai avoir aux 18559.23 12800.81 32.96 15.54 ind:fut:1s; -aéraient aérer ver 2.65 4.12 0.00 0.07 ind:imp:3p; -auraient avoir aux 18559.23 12800.81 34.48 69.53 cnd:pre:3p; -aurais avoir aux 18559.23 12800.81 354.36 236.35 cnd:pre:2s; -aérait aérer ver 2.65 4.12 0.01 0.41 ind:imp:3s; -aurait avoir aux 18559.23 12800.81 282.17 491.15 cnd:pre:3s; -auras avoir aux 18559.23 12800.81 16.96 7.03 ind:fut:2s; -aérateur aérateur nom m s 0.02 0.20 0.01 0.00 -aérateurs aérateur nom m p 0.02 0.20 0.01 0.20 -aération aération nom f s 2.02 1.35 2.00 1.35 -aérations aération nom f p 2.02 1.35 0.03 0.00 -aérer aérer ver 2.65 4.12 1.68 2.03 inf; -aureus aureus nom m 0.03 0.00 0.03 0.00 -aérez aérer ver 2.65 4.12 0.32 0.07 imp:pre:2p;ind:pre:2p; -aurez avoir aux 18559.23 12800.81 13.18 5.14 ind:fut:2p; -auriculaire auriculaire nom m s 0.42 1.01 0.42 0.95 -auriculaires auriculaire nom m p 0.42 1.01 0.00 0.07 -auricule auricule nom f s 0.00 0.07 0.00 0.07 -aérien aérien adj m s 13.71 21.15 4.84 6.08 -aérienne aérien adj f s 13.71 21.15 5.37 6.49 -aériennes aérien adj f p 13.71 21.15 2.24 6.15 -aériens aérien adj m p 13.71 21.15 1.26 2.43 -auriez avoir aux 18559.23 12800.81 46.75 16.96 cnd:pre:2p; -aurifiées aurifier ver f p 0.00 0.07 0.00 0.07 par:pas; -aurifère aurifère adj s 0.02 0.14 0.01 0.00 -aurifères aurifère adj p 0.02 0.14 0.01 0.14 -aurige aurige nom m s 0.00 0.14 0.00 0.14 -aurions avoir aux 18559.23 12800.81 10.35 17.57 cnd:pre:1p; -aéro_club aéro_club nom m s 0.01 0.07 0.01 0.07 -aéro aéro nom m 0.04 0.20 0.04 0.20 -aérobic aérobic nom m s 1.21 0.07 1.20 0.07 -aérobics aérobic nom m p 1.21 0.07 0.01 0.00 -aurochs aurochs nom m 0.00 0.81 0.00 0.81 -aérodrome aérodrome nom m s 2.20 4.26 1.92 3.31 -aérodromes aérodrome nom m p 2.20 4.26 0.28 0.95 -aérodynamique aérodynamique adj s 0.51 0.41 0.45 0.20 -aérodynamiques aérodynamique adj p 0.51 0.41 0.06 0.20 -aérodynamisme aérodynamisme nom m s 0.02 0.07 0.02 0.07 -aérofrein aérofrein nom m s 0.05 0.07 0.01 0.00 -aérofreins aérofrein nom m p 0.05 0.07 0.04 0.07 -aérogare aérogare nom f s 0.12 2.23 0.11 2.16 -aérogares aérogare nom f p 0.12 2.23 0.01 0.07 -aéroglisseur aéroglisseur nom m s 0.75 0.00 0.73 0.00 -aéroglisseurs aéroglisseur nom m p 0.75 0.00 0.02 0.00 -aérographe aérographe nom m s 0.04 0.07 0.04 0.07 -aérolithe aérolithe nom m s 0.00 0.47 0.00 0.34 -aérolithes aérolithe nom m p 0.00 0.47 0.00 0.14 -aérologie aérologie nom f s 0.01 0.00 0.01 0.00 -aéromobile aéromobile adj f s 0.06 0.00 0.06 0.00 -aéromodélisme aéromodélisme nom m s 0.00 0.14 0.00 0.14 -aéronaute aéronaute nom s 0.03 0.07 0.01 0.00 -aéronautes aéronaute nom p 0.03 0.07 0.02 0.07 -aéronautique aéronautique nom f s 0.58 0.41 0.45 0.41 -aéronautiques aéronautique nom f p 0.58 0.41 0.14 0.00 -aéronaval aéronaval adj m s 0.17 0.20 0.10 0.00 -aéronavale aéronavale nom f s 0.48 0.20 0.48 0.20 -aéronavales aéronaval adj f p 0.17 0.20 0.03 0.07 -aéronavals aéronaval adj m p 0.17 0.20 0.00 0.07 -aurone aurone nom f s 0.00 0.07 0.00 0.07 -aéronef aéronef nom m s 0.03 0.14 0.03 0.07 -aéronefs aéronef nom m p 0.03 0.14 0.00 0.07 -aérons aérer ver 2.65 4.12 0.01 0.07 imp:pre:1p;ind:pre:1p; -aurons avoir aux 18559.23 12800.81 4.22 5.14 ind:fut:1p; -auront avoir aux 18559.23 12800.81 7.46 14.05 ind:fut:3p; -aéropathie aéropathie nom f s 0.01 0.00 0.01 0.00 -aérophagie aérophagie nom f s 0.15 0.14 0.15 0.14 -aéroplane aéroplane nom m s 0.16 1.62 0.16 1.15 -aéroplanes aéroplane nom m p 0.16 1.62 0.00 0.47 -aéroport aéroport nom m s 33.13 8.99 31.44 7.91 -aéroports aéroport nom m p 33.13 8.99 1.69 1.08 -aéroporté aéroporté adj m s 0.68 0.34 0.10 0.07 -aéroportée aéroporté adj f s 0.68 0.34 0.44 0.07 -aéroportées aéroporté adj f p 0.68 0.34 0.09 0.00 -aéroportés aéroporté adj m p 0.68 0.34 0.05 0.20 -aéropostale aéropostale nom f s 0.01 0.00 0.01 0.00 -auroral auroral adj m s 0.00 0.07 0.00 0.07 -aurore aurore nom f s 3.68 11.62 3.01 9.39 -aurores aurore nom f p 3.68 11.62 0.68 2.23 -aérosol aérosol nom m s 0.61 0.54 0.44 0.47 -aérosols aérosol nom m p 0.61 0.54 0.17 0.07 -aérospatial aérospatial adj m s 0.17 0.00 0.07 0.00 -aérospatiale aérospatiale nom f s 0.12 0.00 0.12 0.00 -aérostat aérostat nom m s 0.16 0.00 0.16 0.00 -aérostier aérostier nom m s 0.00 0.20 0.00 0.14 -aérostiers aérostier nom m p 0.00 0.20 0.00 0.07 -aérotrains aérotrain nom m p 0.00 0.07 0.00 0.07 -aérèrent aérer ver 2.65 4.12 0.00 0.07 ind:pas:3p; -aéré aéré adj m s 0.50 2.36 0.28 0.68 -aérée aéré adj f s 0.50 2.36 0.05 0.95 -aérées aéré adj f p 0.50 2.36 0.00 0.47 -auréola auréoler ver 0.71 3.38 0.00 0.07 ind:pas:3s; -auréolaient auréoler ver 0.71 3.38 0.00 0.27 ind:imp:3p; -auréolaire auréolaire adj f s 0.13 0.00 0.13 0.00 -auréolait auréoler ver 0.71 3.38 0.00 0.54 ind:imp:3s; -auréolant auréoler ver 0.71 3.38 0.00 0.07 par:pre; -auréole auréole nom f s 1.29 6.35 1.04 4.59 -auréoler auréoler ver 0.71 3.38 0.00 0.07 inf; -auréoles auréole nom f p 1.29 6.35 0.25 1.76 -auréolé auréoler ver m s 0.71 3.38 0.44 1.15 par:pas; -auréolée auréolé adj f s 0.21 0.34 0.20 0.07 -auréolées auréoler ver f p 0.71 3.38 0.01 0.14 par:pas; -auréolés auréoler ver m p 0.71 3.38 0.12 0.41 par:pas; -auréomycine auréomycine nom f s 0.00 0.07 0.00 0.07 -aérés aéré adj m p 0.50 2.36 0.17 0.27 -ausculta ausculter ver 1.18 3.58 0.00 0.54 ind:pas:3s; -auscultais ausculter ver 1.18 3.58 0.00 0.14 ind:imp:1s; -auscultait ausculter ver 1.18 3.58 0.02 0.54 ind:imp:3s; -auscultant ausculter ver 1.18 3.58 0.01 0.34 par:pre; -auscultation auscultation nom f s 0.00 0.74 0.00 0.68 -auscultations auscultation nom f p 0.00 0.74 0.00 0.07 -ausculte ausculter ver 1.18 3.58 0.34 0.41 ind:pre:1s;ind:pre:3s; -auscultent ausculter ver 1.18 3.58 0.14 0.07 ind:pre:3p; -ausculter ausculter ver 1.18 3.58 0.57 0.88 inf; -auscultez ausculter ver 1.18 3.58 0.04 0.00 imp:pre:2p;ind:pre:2p; -ausculté ausculter ver m s 1.18 3.58 0.07 0.54 par:pas; -auscultées ausculter ver f p 1.18 3.58 0.01 0.00 par:pas; -auscultés ausculter ver m p 1.18 3.58 0.00 0.14 par:pas; -auspices auspice nom m p 0.21 0.95 0.21 0.95 -aussi aussi adv_sup 1402.33 1359.86 1402.33 1359.86 -aussitôt aussitôt adv 13.52 189.93 13.52 189.93 -aussière aussière nom f s 0.00 0.20 0.00 0.07 -aussières aussière nom f p 0.00 0.20 0.00 0.14 -austral austral adj m s 0.07 0.95 0.03 0.20 -australe austral adj f s 0.07 0.95 0.03 0.68 -australes austral adj f p 0.07 0.95 0.01 0.07 -australien australien adj m s 1.57 1.89 0.76 0.88 -australienne australien adj f s 1.57 1.89 0.48 0.41 -australiennes australien adj f p 1.57 1.89 0.06 0.00 -australiens australien adj m p 1.57 1.89 0.27 0.61 -australopithèque australopithèque nom m s 0.07 0.07 0.03 0.07 -australopithèques australopithèque nom m p 0.07 0.07 0.04 0.00 -austro_hongrois austro_hongrois adj m s 0.05 0.41 0.05 0.27 -austro_hongrois austro_hongrois adj f p 0.05 0.41 0.00 0.14 -austro austro adv 0.02 0.07 0.02 0.07 -austère austère adj s 1.52 10.95 1.26 8.24 -austèrement austèrement adv 0.00 0.14 0.00 0.14 -austères austère adj p 1.52 10.95 0.25 2.70 -austérité austérité nom f s 0.64 4.73 0.64 4.59 -austérités austérité nom f p 0.64 4.73 0.00 0.14 -ausweis ausweis nom m 0.00 0.41 0.00 0.41 -autan autan nom m s 0.00 0.07 0.00 0.07 -autant autant adv_sup 152.16 240.41 152.16 240.41 -autarcie autarcie nom f s 0.17 0.34 0.17 0.34 -autarcique autarcique adj s 0.01 0.27 0.01 0.20 -autarciques autarcique adj f p 0.01 0.27 0.00 0.07 -autel autel nom m s 8.27 15.34 7.62 13.31 -autels autel nom m p 8.27 15.34 0.66 2.03 -auteur auteur nom m s 23.52 41.89 17.62 32.30 -auteure auteur nom f s 23.52 41.89 0.01 0.00 -auteurs auteur nom m p 23.52 41.89 5.88 9.59 -authenticité authenticité nom f s 1.05 2.43 1.05 2.43 -authentifiait authentifier ver 0.79 0.61 0.00 0.07 ind:imp:3s; -authentification authentification nom f s 0.33 0.14 0.33 0.14 -authentifie authentifier ver 0.79 0.61 0.06 0.20 ind:pre:1s;ind:pre:3s; -authentifient authentifier ver 0.79 0.61 0.00 0.07 ind:pre:3p; -authentifier authentifier ver 0.79 0.61 0.32 0.14 inf; -authentifierait authentifier ver 0.79 0.61 0.00 0.07 cnd:pre:3s; -authentifiez authentifier ver 0.79 0.61 0.03 0.00 imp:pre:2p;ind:pre:2p; -authentifié authentifier ver m s 0.79 0.61 0.21 0.00 par:pas; -authentifiée authentifier ver f s 0.79 0.61 0.10 0.07 par:pas; -authentifiées authentifier ver f p 0.79 0.61 0.04 0.00 par:pas; -authentifiés authentifier ver m p 0.79 0.61 0.04 0.00 par:pas; -authentiquant authentiquer ver 0.17 0.07 0.00 0.07 par:pre; -authentique authentique adj s 9.22 11.35 7.28 8.51 -authentiquement authentiquement adv 0.17 0.54 0.17 0.54 -authentiques authentique adj p 9.22 11.35 1.94 2.84 -autisme autisme nom m s 0.31 0.00 0.31 0.00 -autiste autiste adj s 0.58 0.27 0.46 0.20 -autistes autiste adj m p 0.58 0.27 0.12 0.07 -autistique autistique adj s 0.04 0.07 0.04 0.07 -auto_adhésif auto_adhésif adj f s 0.00 0.07 0.00 0.07 -auto_analyse auto_analyse nom f s 0.02 0.07 0.02 0.07 -auto_immun auto_immun adj m s 0.12 0.00 0.01 0.00 -auto_immun auto_immun adj f s 0.12 0.00 0.10 0.00 -auto_intoxication auto_intoxication nom f s 0.00 0.14 0.00 0.14 -auto_pilote auto_pilote nom s 0.10 0.00 0.10 0.00 -auto_stop auto_stop nom m s 1.06 0.74 1.06 0.74 -auto_stoppeur auto_stoppeur nom m s 0.63 0.20 0.28 0.00 -auto_stoppeur auto_stoppeur nom m p 0.63 0.20 0.27 0.00 -auto_stoppeur auto_stoppeur nom f s 0.63 0.20 0.08 0.07 -auto_stoppeuse auto_stoppeuse nom f p 0.04 0.00 0.04 0.00 -auto_tamponneuse auto_tamponneuse nom f s 0.26 0.00 0.04 0.00 -auto_tamponneuse auto_tamponneuse nom f p 0.26 0.00 0.22 0.00 -auto_école auto_école nom f s 0.58 0.07 0.58 0.07 -auto_érotisme auto_érotisme nom m s 0.02 0.00 0.02 0.00 -auto auto nom s 18.66 42.36 16.25 30.34 -autobiographe autobiographe nom s 0.00 0.20 0.00 0.20 -autobiographie autobiographie nom f s 1.26 1.35 1.12 0.68 -autobiographies autobiographie nom f p 1.26 1.35 0.14 0.68 -autobiographique autobiographique adj s 0.40 0.68 0.34 0.61 -autobiographiques autobiographique adj p 0.40 0.68 0.06 0.07 -autobronzant autobronzant nom m s 0.16 0.00 0.16 0.00 -autobus autobus nom m 4.67 26.28 4.67 26.28 -autocar autocar nom m s 2.33 8.85 2.23 7.70 -autocars autocar nom m p 2.33 8.85 0.10 1.15 -autocensure autocensure nom f s 0.35 0.34 0.35 0.34 -autocensurent autocensurer ver 0.01 0.14 0.00 0.07 ind:pre:3p; -autocensurer autocensurer ver 0.01 0.14 0.00 0.07 inf; -autochenille autochenille nom f s 0.00 0.07 0.00 0.07 -autochtone autochtone adj s 0.20 1.15 0.14 0.47 -autochtones autochtone nom p 0.84 1.69 0.72 1.35 -autoclave autoclave nom m s 0.01 0.14 0.01 0.14 -autocollant autocollant nom m s 2.07 0.00 0.73 0.00 -autocollante autocollant adj f s 0.09 0.27 0.01 0.00 -autocollantes autocollant adj f p 0.09 0.27 0.01 0.14 -autocollants autocollant nom m p 2.07 0.00 1.34 0.00 -autoconservation autoconservation nom f s 0.01 0.07 0.01 0.07 -autocrate autocrate adj s 0.02 0.00 0.02 0.00 -autocrates autocrate nom p 0.00 0.07 0.00 0.07 -autocratie autocratie nom f s 0.10 0.07 0.10 0.07 -autocratique autocratique adj s 0.03 0.20 0.03 0.14 -autocratiques autocratique adj p 0.03 0.20 0.00 0.07 -autocritique autocritique nom f s 0.16 1.22 0.16 1.15 -autocritiquer autocritiquer ver 0.01 0.00 0.01 0.00 inf; -autocritiques autocritique nom f p 0.16 1.22 0.00 0.07 -autocréation autocréation nom f s 0.00 0.07 0.00 0.07 -autocuiseur autocuiseur nom m s 0.28 0.00 0.28 0.00 -autodafé autodafé nom m s 0.07 0.61 0.07 0.41 -autodafés autodafé nom m p 0.07 0.61 0.00 0.20 -autodestructeur autodestructeur adj m s 0.35 0.07 0.20 0.00 -autodestructeurs autodestructeur adj m p 0.35 0.07 0.04 0.00 -autodestructible autodestructible adj s 0.00 0.07 0.00 0.07 -autodestruction autodestruction nom f s 2.14 0.47 2.14 0.47 -autodestructrice autodestructeur adj f s 0.35 0.07 0.12 0.07 -autodidacte autodidacte nom s 0.30 0.74 0.27 0.61 -autodidactes autodidacte nom p 0.30 0.74 0.03 0.14 -autodidactique autodidactique adj f s 0.01 0.07 0.01 0.07 -autodirecteur autodirecteur adj m s 0.12 0.00 0.12 0.00 -autodiscipline autodiscipline nom f s 0.18 0.00 0.18 0.00 -autodrome autodrome nom m s 0.01 0.00 0.01 0.00 -autodéfense autodéfense nom f s 1.74 0.47 1.74 0.47 -autodénigrement autodénigrement nom m s 0.01 0.07 0.01 0.07 -autodérision autodérision nom f s 0.04 0.00 0.04 0.00 -autodétermination autodétermination nom f s 0.47 0.00 0.47 0.00 -autodétruira autodétruire ver 0.51 0.00 0.07 0.00 ind:fut:3s; -autodétruire autodétruire ver 0.51 0.00 0.21 0.00 inf; -autodétruiront autodétruire ver 0.51 0.00 0.02 0.00 ind:fut:3p; -autodétruisant autodétruire ver 0.51 0.00 0.01 0.00 par:pre; -autodétruisent autodétruire ver 0.51 0.00 0.04 0.00 ind:pre:3p; -autodétruit autodétruire ver m s 0.51 0.00 0.11 0.00 ind:pre:3s;par:pas; -autodétruite autodétruire ver f s 0.51 0.00 0.04 0.00 par:pas; -autofinancement autofinancement nom m s 0.01 0.00 0.01 0.00 -autofocus autofocus adj 0.13 0.00 0.13 0.00 -autogenèse autogenèse nom f s 0.02 0.00 0.02 0.00 -autogestion autogestion nom f s 0.14 0.20 0.14 0.20 -autogire autogire nom m s 0.02 0.07 0.01 0.07 -autogires autogire nom m p 0.02 0.07 0.01 0.00 -autographe autographe nom m s 8.52 1.82 7.35 0.95 -autographes autographe nom m p 8.52 1.82 1.17 0.88 -autographier autographier ver 0.01 0.07 0.00 0.07 inf; -autographié autographier ver m s 0.01 0.07 0.01 0.00 par:pas; -autogène autogène adj f s 0.01 0.07 0.01 0.07 -autoguidage autoguidage nom m s 0.05 0.00 0.05 0.00 -autoguidé autoguidé adj m s 0.01 0.00 0.01 0.00 -autogérer autogérer ver 0.13 0.00 0.13 0.00 inf; -autogérée autogéré adj f s 0.12 0.00 0.12 0.00 -autolimite autolimiter ver 0.01 0.00 0.01 0.00 ind:pre:3s; -autologues autologue adj m p 0.01 0.00 0.01 0.00 -autolysat autolysat nom m s 0.00 0.07 0.00 0.07 -autolyse autolyse nom f s 0.01 0.00 0.01 0.00 -automate automate nom s 0.50 5.54 0.19 4.12 -automates automate nom p 0.50 5.54 0.30 1.42 -automatico automatico adv 0.00 0.07 0.00 0.07 -automation automation nom f s 0.14 0.14 0.14 0.14 -automatique automatique adj s 8.60 7.57 6.60 5.74 -automatiquement automatiquement adv 2.61 3.85 2.61 3.85 -automatiques automatique adj p 8.60 7.57 2.00 1.82 -automatisation automatisation nom f s 0.14 0.14 0.14 0.14 -automatisme automatisme nom m s 0.18 1.22 0.17 1.08 -automatismes automatisme nom m p 0.18 1.22 0.01 0.14 -automatisé automatiser ver m s 0.28 0.00 0.20 0.00 par:pas; -automatisée automatiser ver f s 0.28 0.00 0.04 0.00 par:pas; -automatisées automatisé adj f p 0.24 0.00 0.04 0.00 -automatisés automatiser ver m p 0.28 0.00 0.04 0.00 par:pas; -automitrailleuse automitrailleur nom f s 0.10 1.76 0.00 0.47 -automitrailleuses automitrailleur nom f p 0.10 1.76 0.10 1.28 -automnal automnal adj m s 0.32 1.76 0.11 1.08 -automnale automnal adj f s 0.32 1.76 0.11 0.47 -automnales automnal adj f p 0.32 1.76 0.10 0.20 -automne automne nom m s 16.91 43.65 16.88 42.97 -automnes automne nom m p 16.91 43.65 0.03 0.68 -automobile_club automobile_club nom f s 0.03 0.00 0.03 0.00 -automobile automobile nom f s 3.71 19.46 2.96 12.70 -automobiles automobile nom f p 3.71 19.46 0.76 6.76 -automobiliste automobiliste nom s 0.39 3.78 0.20 1.76 -automobilistes automobiliste nom p 0.39 3.78 0.19 2.03 -automoteur automoteur adj m s 0.02 0.20 0.01 0.00 -automoteurs automoteur adj m p 0.02 0.20 0.00 0.07 -automotrice automoteur adj f s 0.02 0.20 0.01 0.14 -automédication automédication nom f s 0.08 0.00 0.08 0.00 -automutilation automutilation nom f s 0.20 0.27 0.20 0.27 -automutiler automutiler ver 0.10 0.00 0.10 0.00 inf; -autoneige autoneige nom f s 0.04 0.00 0.04 0.00 -autoneiges autoneige nom f p 0.04 0.00 0.01 0.00 -autonettoyant autonettoyant adj m s 0.03 0.07 0.02 0.07 -autonettoyante autonettoyant adj f s 0.03 0.07 0.01 0.00 -autonome autonome adj s 2.08 2.91 1.70 1.89 -autonomes autonome adj p 2.08 2.91 0.38 1.01 -autonomie autonomie nom f s 2.76 2.16 2.76 2.16 -autonomique autonomique adj m s 0.03 0.00 0.03 0.00 -autonomistes autonomiste nom p 0.00 0.14 0.00 0.14 -autopilote autopilote nom m s 0.01 0.00 0.01 0.00 -autoplastie autoplastie nom f s 0.01 0.00 0.01 0.00 -autoportrait autoportrait nom m s 0.85 0.34 0.71 0.14 -autoportraits autoportrait nom m p 0.85 0.34 0.14 0.20 -autoportée autoporté adj f s 0.00 0.07 0.00 0.07 -autoproclamé autoproclamer ver m s 0.11 0.00 0.09 0.00 par:pas; -autoproclamée autoproclamer ver f s 0.11 0.00 0.02 0.00 par:pas; -autoproduit autoproduit nom m s 0.01 0.07 0.01 0.07 -autopropulseur autopropulseur nom m s 0.01 0.00 0.01 0.00 -autopropulsé autopropulsé adj m s 0.07 0.00 0.01 0.00 -autopropulsée autopropulsé adj f s 0.07 0.00 0.04 0.00 -autopropulsés autopropulsé adj m p 0.07 0.00 0.02 0.00 -autopsia autopsier ver 0.46 0.41 0.00 0.07 ind:pas:3s; -autopsiais autopsier ver 0.46 0.41 0.01 0.07 ind:imp:1s;ind:imp:2s; -autopsie autopsie nom f s 12.23 1.55 11.57 1.49 -autopsier autopsier ver 0.46 0.41 0.28 0.20 inf; -autopsies autopsie nom f p 12.23 1.55 0.66 0.07 -autopsié autopsier ver m s 0.46 0.41 0.16 0.07 par:pas; -autopunition autopunition nom f s 0.03 0.00 0.03 0.00 -autoradio autoradio nom m s 1.40 0.07 0.81 0.07 -autoradios autoradio nom m p 1.40 0.07 0.59 0.00 -autorail autorail nom m s 0.00 0.14 0.00 0.14 -autoreproduction autoreproduction nom f s 0.01 0.00 0.01 0.00 -autorisa autoriser ver 30.28 20.88 0.07 0.74 ind:pas:3s; -autorisai autoriser ver 30.28 20.88 0.00 0.07 ind:pas:1s; -autorisaient autoriser ver 30.28 20.88 0.03 0.74 ind:imp:3p; -autorisais autoriser ver 30.28 20.88 0.12 0.00 ind:imp:1s; -autorisait autoriser ver 30.28 20.88 0.22 4.53 ind:imp:3s; -autorisant autoriser ver 30.28 20.88 0.83 0.95 par:pre; -autorisassent autoriser ver 30.28 20.88 0.00 0.07 sub:imp:3p; -autorisation autorisation nom f s 21.10 10.07 19.55 8.92 -autorisations autorisation nom f p 21.10 10.07 1.55 1.15 -autorise autoriser ver 30.28 20.88 6.57 3.31 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:1s; -autorisent autoriser ver 30.28 20.88 0.53 0.34 ind:pre:3p; -autoriser autoriser ver 30.28 20.88 3.16 1.69 inf; -autorisera autoriser ver 30.28 20.88 0.20 0.14 ind:fut:3s; -autoriserai autoriser ver 30.28 20.88 0.70 0.00 ind:fut:1s; -autoriserais autoriser ver 30.28 20.88 0.07 0.00 cnd:pre:1s;cnd:pre:2s; -autoriserait autoriser ver 30.28 20.88 0.29 0.41 cnd:pre:3s; -autoriserez autoriser ver 30.28 20.88 0.14 0.00 ind:fut:2p; -autoriserons autoriser ver 30.28 20.88 0.02 0.00 ind:fut:1p; -autoriseront autoriser ver 30.28 20.88 0.09 0.00 ind:fut:3p; -autorises autoriser ver 30.28 20.88 0.44 0.07 ind:pre:2s; -autorisez autoriser ver 30.28 20.88 0.96 0.27 imp:pre:2p;ind:pre:2p; -autorisiez autoriser ver 30.28 20.88 0.03 0.07 ind:imp:2p; -autorisions autoriser ver 30.28 20.88 0.00 0.07 ind:imp:1p; -autorisons autoriser ver 30.28 20.88 0.15 0.00 imp:pre:1p;ind:pre:1p; -autorisât autoriser ver 30.28 20.88 0.00 0.41 sub:imp:3s; -autorisèrent autoriser ver 30.28 20.88 0.00 0.14 ind:pas:3p; -autorisé autoriser ver m s 30.28 20.88 10.22 3.78 par:pas; -autorisée autoriser ver f s 30.28 20.88 2.55 1.22 par:pas; -autorisées autoriser ver f p 30.28 20.88 0.71 0.41 par:pas; -autorisés autoriser ver m p 30.28 20.88 2.19 1.49 par:pas; -autoritaire autoritaire adj s 1.35 3.65 1.19 3.31 -autoritairement autoritairement adv 0.01 0.00 0.01 0.00 -autoritaires autoritaire adj p 1.35 3.65 0.16 0.34 -autoritarisme autoritarisme nom m s 0.02 0.07 0.02 0.07 -autorité autorité nom f s 32.95 77.03 18.62 56.22 -autorités autorité nom f p 32.95 77.03 14.32 20.81 -autoroute autoroute nom f s 14.76 15.00 13.81 12.77 -autoroutes autoroute nom f p 14.76 15.00 0.95 2.23 -autoroutiers autoroutier adj m p 0.03 0.14 0.01 0.07 -autoroutière autoroutier adj f s 0.03 0.14 0.01 0.07 -autorégulateur autorégulateur adj m s 0.01 0.00 0.01 0.00 -autorégulation autorégulation nom f s 0.14 0.00 0.14 0.00 -autorégule autoréguler ver 0.01 0.00 0.01 0.00 ind:pre:3s; -autos auto nom f p 18.66 42.36 2.42 12.03 -autosatisfaction autosatisfaction nom f s 0.13 0.27 0.13 0.27 -autostop autostop nom m s 0.07 0.00 0.07 0.00 -autostrade autostrade nom f s 0.02 0.27 0.02 0.20 -autostrades autostrade nom f p 0.02 0.27 0.00 0.07 -autosubsistance autosubsistance nom f s 0.01 0.00 0.01 0.00 -autosuffisance autosuffisance nom f s 0.04 0.00 0.04 0.00 -autosuffisant autosuffisant adj m s 0.04 0.00 0.01 0.00 -autosuffisants autosuffisant adj m p 0.04 0.00 0.03 0.00 -autosuggestion autosuggestion nom f s 0.09 0.14 0.09 0.14 -autosuggestionna autosuggestionner ver 0.00 0.07 0.00 0.07 ind:pas:3s; -autosurveillance autosurveillance nom f s 0.02 0.00 0.02 0.00 -autour autour adv_sup 87.02 361.55 87.02 361.55 -autoérotique autoérotique adj f s 0.03 0.00 0.03 0.00 -autours autour nom_sup m p 0.42 2.03 0.16 0.07 -autre autre pro_ind s 473.33 661.82 473.33 661.82 -autrefois autrefois pro_ind f s 0.00 0.07 0.00 0.07 -autrement autrement adv 40.16 62.77 40.16 62.77 -autres autres pro_ind p 249.70 375.14 249.70 375.14 -autrichien autrichien adj m s 2.67 7.36 1.26 2.91 -autrichienne autrichien adj f s 2.67 7.36 0.88 1.89 -autrichiennes autrichien adj f p 2.67 7.36 0.03 0.88 -autrichiens autrichiens pro_ind m p 0.00 0.14 0.00 0.14 -autruche autruche nom f s 3.53 3.04 2.79 2.43 -autruches autruche nom f p 3.53 3.04 0.74 0.61 -autrui autrui pro_ind m s 6.56 12.30 6.56 12.30 -auvent auvent nom m s 0.46 6.89 0.31 6.28 -auvents auvent nom m p 0.46 6.89 0.14 0.61 -auvergnat auvergnat nom m s 0.01 2.50 0.00 1.28 -auvergnate auvergnat nom f s 0.01 2.50 0.01 0.41 -auvergnates auvergnat adj f p 0.00 2.23 0.00 0.20 -auvergnats auvergnat nom m p 0.01 2.50 0.00 0.74 -auvergne auvergne nom f s 0.00 1.22 0.00 1.22 -auverpin auverpin nom m s 0.00 0.54 0.00 0.41 -auverpins auverpin nom m p 0.00 0.54 0.00 0.14 -aux_aguets aux_aguets adv 0.87 5.88 0.87 5.88 -aux aux art_def p 835.65 1907.57 835.65 1907.57 -auxdits auxdits pre 0.00 0.14 0.00 0.14 -auxerrois auxerrois nom m 0.00 0.07 0.00 0.07 -auxiliaire auxiliaire adj s 1.90 2.09 1.52 1.15 -auxiliaires auxiliaire nom p 1.42 3.51 0.73 2.03 -auxquelles auxquelles pro_rel f p 3.57 22.09 3.53 20.54 -auxquels auxquels pro_rel m p 3.35 26.28 3.31 23.72 -avachi avachir ver m s 0.33 2.23 0.23 0.74 par:pas; -avachie avachi adj f s 0.24 3.58 0.05 0.74 -avachies avachi adj f p 0.24 3.58 0.00 0.41 -avachir avachir ver 0.33 2.23 0.02 0.07 inf; -avachirait avachir ver 0.33 2.23 0.00 0.07 cnd:pre:3s; -avachirons avachir ver 0.33 2.23 0.00 0.07 ind:fut:1p; -avachis avachi adj m p 0.24 3.58 0.14 1.08 -avachissait avachir ver 0.33 2.23 0.00 0.07 ind:imp:3s; -avachissement avachissement nom m s 0.01 0.47 0.01 0.47 -avachissent avachir ver 0.33 2.23 0.01 0.00 ind:pre:3p; -avachit avachir ver 0.33 2.23 0.00 0.47 ind:pre:3s;ind:pas:3s; -avaient avoir aux 18559.23 12800.81 54.37 524.26 ind:imp:3p; -avais avoir aux 18559.23 12800.81 412.04 566.76 ind:imp:2s; -avait avoir aux 18559.23 12800.81 395.71 3116.42 ind:imp:3s; -aval aval nom m s 2.08 3.99 2.08 3.99 -avala avaler ver 35.89 65.27 0.23 7.97 ind:pas:3s; -avalage avalage nom m s 0.03 0.07 0.03 0.07 -avalai avaler ver 35.89 65.27 0.00 1.69 ind:pas:1s; -avalaient avaler ver 35.89 65.27 0.16 0.61 ind:imp:3p; -avalais avaler ver 35.89 65.27 0.03 0.74 ind:imp:1s; -avalait avaler ver 35.89 65.27 0.46 5.95 ind:imp:3s; -avalanche avalanche nom f s 2.75 5.68 1.89 4.86 -avalanches avalanche nom f p 2.75 5.68 0.86 0.81 -avalant avaler ver 35.89 65.27 0.28 2.84 par:pre; -avale avaler ver 35.89 65.27 8.02 9.26 imp:pre:2s;ind:pre:1s;ind:pre:3s; -avalement avalement nom m s 0.00 0.14 0.00 0.14 -avalent avaler ver 35.89 65.27 0.62 1.15 ind:pre:3p; -avaler avaler ver 35.89 65.27 11.95 19.39 inf; -avalera avaler ver 35.89 65.27 0.54 0.07 ind:fut:3s; -avalerai avaler ver 35.89 65.27 0.35 0.20 ind:fut:1s; -avaleraient avaler ver 35.89 65.27 0.01 0.00 cnd:pre:3p; -avalerais avaler ver 35.89 65.27 0.39 0.20 cnd:pre:1s; -avalerait avaler ver 35.89 65.27 0.19 0.41 cnd:pre:3s; -avaleras avaler ver 35.89 65.27 0.03 0.07 ind:fut:2s; -avaleriez avaler ver 35.89 65.27 0.02 0.07 cnd:pre:2p; -avaleront avaler ver 35.89 65.27 0.36 0.14 ind:fut:3p; -avales avaler ver 35.89 65.27 1.11 0.14 ind:pre:2s; -avaleur avaleur nom m s 0.68 0.61 0.17 0.41 -avaleurs avaleur nom m p 0.68 0.61 0.03 0.20 -avaleuse avaleur nom f s 0.68 0.61 0.47 0.00 -avalez avaler ver 35.89 65.27 1.73 0.14 imp:pre:2p;ind:pre:2p; -avaliez avaler ver 35.89 65.27 0.01 0.00 ind:imp:2p; -avaliser avaliser ver 0.09 0.14 0.08 0.14 inf; -avaliseur avaliseur nom m s 0.03 0.00 0.03 0.00 -avalisés avaliser ver m p 0.09 0.14 0.01 0.00 par:pas; -avaloires avaloire nom f p 0.00 0.07 0.00 0.07 -avalâmes avaler ver 35.89 65.27 0.00 0.07 ind:pas:1p; -avalons avaler ver 35.89 65.27 0.03 0.14 imp:pre:1p;ind:pre:1p; -avalât avaler ver 35.89 65.27 0.00 0.07 sub:imp:3s; -avalèrent avaler ver 35.89 65.27 0.01 0.07 ind:pas:3p; -avalé avaler ver m s 35.89 65.27 7.55 9.46 par:pas; -avalée avaler ver f s 35.89 65.27 0.71 2.77 par:pas; -avalées avaler ver f p 35.89 65.27 0.38 0.74 par:pas; -avalés avaler ver m p 35.89 65.27 0.74 0.95 par:pas; -avance avance nom f s 69.25 82.30 65.68 77.64 -avancement avancement nom m s 3.34 3.18 3.30 2.97 -avancements avancement nom m p 3.34 3.18 0.04 0.20 -avancent avancer ver 95.62 195.00 4.63 7.50 ind:pre:3p; -avancer avancer ver 95.62 195.00 22.65 30.41 inf; -avancera avancer ver 95.62 195.00 1.37 0.74 ind:fut:3s; -avancerai avancer ver 95.62 195.00 0.29 0.20 ind:fut:1s; -avancerais avancer ver 95.62 195.00 0.06 0.07 cnd:pre:1s; -avancerait avancer ver 95.62 195.00 0.84 1.15 cnd:pre:3s; -avancerez avancer ver 95.62 195.00 0.04 0.00 ind:fut:2p; -avancerons avancer ver 95.62 195.00 0.24 0.00 ind:fut:1p; -avanceront avancer ver 95.62 195.00 0.10 0.41 ind:fut:3p; -avances avance nom f p 69.25 82.30 3.57 4.66 -avancez avancer ver 95.62 195.00 19.95 0.54 imp:pre:2p;ind:pre:2p; -avanciez avancer ver 95.62 195.00 0.06 0.14 ind:imp:2p; -avancions avancer ver 95.62 195.00 0.17 2.43 ind:imp:1p; -avancèrent avancer ver 95.62 195.00 0.04 2.43 ind:pas:3p; -avancé avancer ver m s 95.62 195.00 6.08 12.23 par:pas; -avancée avancé adj f s 6.71 11.15 2.19 3.92 -avancées avancée nom f p 2.25 4.39 0.70 0.81 -avancés avancé adj m p 6.71 11.15 1.08 1.28 -avanie avanie nom f s 0.04 1.42 0.04 0.27 -avanies avanie nom f p 0.04 1.42 0.00 1.15 -avant_avant_dernier avant_avant_dernier nom m s 0.00 0.07 0.00 0.07 -avant_bec avant_bec nom m s 0.01 0.00 0.01 0.00 -avant_bras avant_bras nom m 0.84 12.70 0.84 12.70 -avant_centre avant_centre nom m s 0.28 0.20 0.28 0.20 -avant_clou avant_clou nom m p 0.00 0.07 0.00 0.07 -avant_corps avant_corps nom m 0.00 0.07 0.00 0.07 -avant_coureur avant_coureur adj m s 0.32 1.62 0.02 0.74 -avant_coureur avant_coureur adj m p 0.32 1.62 0.29 0.88 -avant_courrier avant_courrier adj f s 0.00 0.07 0.00 0.07 -avant_courrier avant_courrier nom f p 0.00 0.07 0.00 0.07 -avant_cour avant_cour nom f p 0.00 0.07 0.00 0.07 -avant_dîner avant_dîner nom m 0.00 0.07 0.00 0.07 -avant_dernier avant_dernier adj m s 0.45 1.96 0.11 0.88 -avant_dernier avant_dernier adj f s 0.45 1.96 0.34 1.08 -avant_garde avant_garde nom f s 1.52 7.91 1.52 7.09 -avant_garde avant_garde nom f p 1.52 7.91 0.00 0.81 -avant_gardiste avant_gardiste adj s 0.23 0.20 0.21 0.14 -avant_gardiste avant_gardiste adj m p 0.23 0.20 0.03 0.07 -avant_gauche avant_gauche adj 0.10 0.00 0.10 0.00 -avant_goût avant_goût nom m s 1.25 1.62 1.25 1.62 -avant_guerre avant_guerre nom s 0.65 7.16 0.65 7.16 -avant_hier avant_hier adv 6.69 8.78 6.69 8.78 -avant_mont avant_mont nom m p 0.01 0.00 0.01 0.00 -avant_papier avant_papier nom m s 0.00 0.20 0.00 0.20 -avant_plan avant_plan nom m s 0.02 0.07 0.02 0.07 -avant_port avant_port nom m s 0.00 0.07 0.00 0.07 -avant_poste avant_poste nom m s 2.15 3.72 1.52 0.27 -avant_poste avant_poste nom m p 2.15 3.72 0.62 3.45 -avant_première avant_première nom f s 0.50 0.41 0.45 0.41 -avant_première avant_première nom f p 0.50 0.41 0.05 0.00 -avant_printemps avant_printemps nom m 0.00 0.07 0.00 0.07 -avant_projet avant_projet nom m s 0.04 0.00 0.04 0.00 -avant_propos avant_propos nom m 0.05 0.41 0.05 0.41 -avant_scène avant_scène nom f s 0.73 0.88 0.73 0.68 -avant_scène avant_scène nom f p 0.73 0.88 0.00 0.20 -avant_toit avant_toit nom m s 0.03 0.27 0.01 0.27 -avant_toit avant_toit nom m p 0.03 0.27 0.02 0.00 -avant_train avant_train nom m s 0.02 0.34 0.01 0.20 -avant_train avant_train nom m p 0.02 0.34 0.01 0.14 -avant_trou avant_trou nom m s 0.01 0.00 0.01 0.00 -avant_veille avant_veille nom f s 0.01 3.65 0.01 3.65 -avant avant pre 529.51 574.32 529.51 574.32 -avantage avantage nom m s 24.63 32.16 16.95 21.28 -avantageaient avantager ver 0.95 2.09 0.01 0.00 ind:imp:3p; -avantageais avantager ver 0.95 2.09 0.00 0.07 ind:imp:1s; -avantageait avantager ver 0.95 2.09 0.03 0.20 ind:imp:3s; -avantageant avantager ver 0.95 2.09 0.00 0.07 par:pre; -avantagent avantager ver 0.95 2.09 0.03 0.00 ind:pre:3p; -avantager avantager ver 0.95 2.09 0.07 0.14 inf; -avantagera avantager ver 0.95 2.09 0.04 0.07 ind:fut:3s; -avantages avantage nom m p 24.63 32.16 7.68 10.88 -avantageuse avantageux adj f s 1.36 5.07 0.36 1.01 -avantageusement avantageusement adv 0.16 1.42 0.16 1.42 -avantageuses avantageux adj f p 1.36 5.07 0.04 0.54 -avantageux avantageux adj m 1.36 5.07 0.95 3.51 -avantagé avantager ver m s 0.95 2.09 0.12 0.47 par:pas; -avantagée avantager ver f s 0.95 2.09 0.05 0.07 par:pas; -avantagés avantager ver m p 0.95 2.09 0.01 0.20 par:pas; -avança avancer ver 95.62 195.00 0.48 27.97 ind:pas:3s; -avançai avancer ver 95.62 195.00 0.14 2.16 ind:pas:1s; -avançaient avancer ver 95.62 195.00 0.27 9.05 ind:imp:3p; -avançais avancer ver 95.62 195.00 0.47 4.19 ind:imp:1s;ind:imp:2s; -avançait avancer ver 95.62 195.00 1.70 34.32 ind:imp:3s; -avançant avancer ver 95.62 195.00 0.50 10.41 par:pre; -avançâmes avancer ver 95.62 195.00 0.00 0.20 ind:pas:1p; -avançons avancer ver 95.62 195.00 1.54 1.82 imp:pre:1p;ind:pre:1p; -avançât avancer ver 95.62 195.00 0.00 0.27 sub:imp:3s; -avants avant nom_sup m p 8.05 21.35 0.11 0.14 -avare avare adj s 2.69 7.09 2.26 5.95 -avarement avarement adv 0.00 0.20 0.00 0.20 -avares avare adj p 2.69 7.09 0.43 1.15 -avarice avarice nom f s 1.18 3.24 1.18 3.18 -avarices avarice nom f p 1.18 3.24 0.00 0.07 -avaricieuse avaricieux adj f s 0.00 0.27 0.00 0.14 -avaricieusement avaricieusement adv 0.00 0.14 0.00 0.14 -avaricieux avaricieux nom m 0.01 0.07 0.01 0.07 -avarie avarie nom f s 1.19 1.08 0.25 0.41 -avarient avarier ver 0.23 0.27 0.00 0.07 ind:pre:3p; -avaries avarie nom f p 1.19 1.08 0.94 0.68 -avarié avarié adj m s 0.92 1.69 0.20 0.54 -avariée avarié adj f s 0.92 1.69 0.35 0.41 -avariées avarié adj f p 0.92 1.69 0.16 0.27 -avariés avarié adj m p 0.92 1.69 0.21 0.47 -avaro avaro nom m s 0.00 0.41 0.00 0.20 -avaros avaro nom m p 0.00 0.41 0.00 0.20 -avatar avatar nom m s 2.55 4.93 2.41 2.91 -avatars avatar nom m p 2.55 4.93 0.14 2.03 -ave ave nom m 3.75 2.36 3.75 2.36 -avec avec pre 3704.89 4000.41 3704.89 4000.41 -avelines aveline nom f p 0.00 0.07 0.00 0.07 -avenant avenant adj m s 0.78 2.84 0.52 0.88 -avenante avenant adj f s 0.78 2.84 0.26 1.15 -avenantes avenant adj f p 0.78 2.84 0.00 0.61 -avenants avenant nom m p 0.27 0.88 0.01 0.00 -avenir avenir nom m s 72.61 113.72 72.47 113.18 -avenirs avenir nom m p 72.61 113.72 0.14 0.54 -avent avent nom m s 0.06 0.47 0.06 0.47 -aventura aventurer ver 2.63 12.57 0.14 0.54 ind:pas:3s; -aventurai aventurer ver 2.63 12.57 0.01 0.27 ind:pas:1s; -aventuraient aventurer ver 2.63 12.57 0.03 0.54 ind:imp:3p; -aventurais aventurer ver 2.63 12.57 0.00 0.07 ind:imp:1s; -aventurait aventurer ver 2.63 12.57 0.04 1.01 ind:imp:3s; -aventurant aventurer ver 2.63 12.57 0.01 0.54 par:pre; -aventure aventure nom f s 29.66 84.86 22.54 54.86 -aventurent aventurer ver 2.63 12.57 0.09 0.54 ind:pre:3p; -aventurer aventurer ver 2.63 12.57 0.60 3.99 inf; -aventurerai aventurer ver 2.63 12.57 0.00 0.07 ind:fut:1s; -aventurerais aventurer ver 2.63 12.57 0.06 0.00 cnd:pre:1s; -aventurerait aventurer ver 2.63 12.57 0.03 0.07 cnd:pre:3s; -aventures aventure nom f p 29.66 84.86 7.13 30.00 -aventureuse aventureux adj f s 0.95 3.65 0.11 1.49 -aventureuses aventureux adj f p 0.95 3.65 0.15 0.47 -aventureux aventureux adj m 0.95 3.65 0.69 1.69 -aventurez aventurer ver 2.63 12.57 0.07 0.00 imp:pre:2p;ind:pre:2p; -aventurier aventurier nom m s 2.36 7.50 0.92 3.72 -aventuriers aventurier nom m p 2.36 7.50 1.05 2.43 -aventurines aventurine nom f p 0.00 0.07 0.00 0.07 -aventurions aventurer ver 2.63 12.57 0.01 0.14 ind:imp:1p; -aventurière aventurier nom f s 2.36 7.50 0.39 0.95 -aventurières aventurière nom f p 0.16 0.00 0.16 0.00 -aventurons aventurer ver 2.63 12.57 0.04 0.14 imp:pre:1p;ind:pre:1p; -aventurât aventurer ver 2.63 12.57 0.00 0.14 sub:imp:3s; -aventurèrent aventurer ver 2.63 12.57 0.00 0.07 ind:pas:3p; -aventuré aventurer ver m s 2.63 12.57 0.23 1.49 par:pas; -aventurée aventurer ver f s 2.63 12.57 0.22 0.68 par:pas; -aventurées aventurer ver f p 2.63 12.57 0.00 0.07 par:pas; -aventurés aventurer ver m p 2.63 12.57 0.14 0.54 par:pas; -avenu avenu adj m s 0.07 1.42 0.05 0.41 -avenue avenue nom f s 8.70 47.70 8.19 40.81 -avenues avenue nom f p 8.70 47.70 0.52 6.89 -avenus avenu adj m p 0.07 1.42 0.03 0.27 -avers avers nom m 0.00 0.14 0.00 0.14 -averse averse nom f s 1.77 11.96 1.15 9.80 -averses averse nom f p 1.77 11.96 0.63 2.16 -aversion aversion nom f s 0.97 2.64 0.97 2.57 -aversions aversion nom f p 0.97 2.64 0.00 0.07 -avertît avertir ver 30.80 37.70 0.00 0.14 sub:imp:3s; -averti avertir ver m s 30.80 37.70 6.26 9.73 par:pas; -avertie avertir ver f s 30.80 37.70 2.08 2.23 par:pas; -averties avertir ver f p 30.80 37.70 0.10 0.41 par:pas; -avertir avertir ver 30.80 37.70 13.49 11.01 inf; -avertira avertir ver 30.80 37.70 0.43 0.00 ind:fut:3s; -avertirai avertir ver 30.80 37.70 0.59 0.20 ind:fut:1s; -avertirait avertir ver 30.80 37.70 0.01 0.47 cnd:pre:3s; -avertiras avertir ver 30.80 37.70 0.03 0.00 ind:fut:2s; -avertirent avertir ver 30.80 37.70 0.10 0.34 ind:pas:3p; -avertirez avertir ver 30.80 37.70 0.01 0.07 ind:fut:2p; -avertis avertir ver m p 30.80 37.70 4.75 3.51 imp:pre:2s;ind:pre:1s;ind:pre:2s;par:pas;par:pas; -avertissaient avertir ver 30.80 37.70 0.01 0.27 ind:imp:3p; -avertissais avertir ver 30.80 37.70 0.03 0.27 ind:imp:1s;ind:imp:2s; -avertissait avertir ver 30.80 37.70 0.12 2.03 ind:imp:3s; -avertissant avertir ver 30.80 37.70 0.05 0.54 par:pre; -avertisse avertir ver 30.80 37.70 0.30 0.68 sub:pre:1s;sub:pre:3s; -avertissement avertissement nom m s 9.60 9.53 8.68 7.09 -avertissements avertissement nom m p 9.60 9.53 0.92 2.43 -avertissent avertir ver 30.80 37.70 0.20 0.41 ind:pre:3p; -avertisseur avertisseur nom m s 0.15 1.89 0.14 1.08 -avertisseurs avertisseur nom m p 0.15 1.89 0.01 0.81 -avertisseuses avertisseur adj f p 0.04 0.34 0.00 0.07 -avertissez avertir ver 30.80 37.70 1.52 0.20 imp:pre:2p;ind:pre:2p; -avertissiez avertir ver 30.80 37.70 0.03 0.00 ind:imp:2p; -avertissons avertir ver 30.80 37.70 0.09 0.14 imp:pre:1p;ind:pre:1p; -avertit avertir ver 30.80 37.70 0.61 5.07 ind:pre:3s;ind:pas:3s; -aveu aveu nom m s 11.15 21.55 5.86 13.45 -aveugla aveugler ver 6.50 15.47 0.00 0.47 ind:pas:3s; -aveuglaient aveugler ver 6.50 15.47 0.03 0.74 ind:imp:3p; -aveuglais aveugler ver 6.50 15.47 0.00 0.07 ind:imp:1s; -aveuglait aveugler ver 6.50 15.47 0.14 1.22 ind:imp:3s; -aveuglant aveuglant adj m s 1.00 6.15 0.35 2.16 -aveuglante aveuglant adj f s 1.00 6.15 0.61 3.11 -aveuglantes aveuglant adj f p 1.00 6.15 0.04 0.34 -aveuglants aveuglant adj m p 1.00 6.15 0.01 0.54 -aveugle_né aveugle_né nom m s 0.00 0.14 0.00 0.07 -aveugle_né aveugle_né nom f s 0.00 0.14 0.00 0.07 -aveugle aveugle adj s 38.53 38.51 33.85 30.20 -aveuglement aveuglement nom m s 1.79 4.46 1.77 4.39 -aveuglements aveuglement nom m p 1.79 4.46 0.01 0.07 -aveuglent aveugler ver 6.50 15.47 0.21 0.47 ind:pre:3p; -aveugler aveugler ver 6.50 15.47 1.54 1.96 inf; -aveuglera aveugler ver 6.50 15.47 0.30 0.00 ind:fut:3s; -aveuglerait aveugler ver 6.50 15.47 0.04 0.07 cnd:pre:3s; -aveugles aveugle adj p 38.53 38.51 4.67 8.31 -aveuglez aveugler ver 6.50 15.47 0.03 0.00 imp:pre:2p; -aveuglons aveugler ver 6.50 15.47 0.01 0.00 imp:pre:1p; -aveuglât aveugler ver 6.50 15.47 0.00 0.07 sub:imp:3s; -aveuglèrent aveugler ver 6.50 15.47 0.00 0.07 ind:pas:3p; -aveuglé aveugler ver m s 6.50 15.47 1.32 4.05 par:pas; -aveuglée aveugler ver f s 6.50 15.47 0.45 1.42 par:pas; -aveuglées aveugler ver f p 6.50 15.47 0.01 0.14 par:pas; -aveuglément aveuglément adv 1.30 3.31 1.30 3.31 -aveuglés aveugler ver m p 6.50 15.47 0.31 1.96 par:pas; -aveuli aveulir ver m s 0.00 0.07 0.00 0.07 par:pas; -aveulissante aveulissant adj f s 0.00 0.07 0.00 0.07 -aveux aveu nom m p 11.15 21.55 5.29 8.11 -avez avoir aux 18559.23 12800.81 1122.37 206.82 ind:pre:2p; -aviaire aviaire adj s 0.37 0.00 0.37 0.00 -aviateur aviateur nom m s 3.06 8.85 1.23 4.05 -aviateurs aviateur nom m p 3.06 8.85 1.68 4.73 -aviation aviation nom f s 5.18 13.72 5.17 13.38 -aviations aviation nom f p 5.18 13.72 0.01 0.34 -aviatrice aviateur nom f s 3.06 8.85 0.16 0.00 -aviatrices aviatrice nom f p 0.02 0.00 0.02 0.00 -avicole avicole adj f s 0.01 0.00 0.01 0.00 -aviculture aviculture nom f s 0.10 0.00 0.10 0.00 -avide avide adj s 3.52 16.22 1.94 10.34 -avidement avidement adv 0.38 6.08 0.38 6.08 -avides avide adj p 3.52 16.22 1.57 5.88 -avidité avidité nom f s 1.05 7.97 1.05 7.91 -avidités avidité nom f p 1.05 7.97 0.00 0.07 -aviez avoir aux 18559.23 12800.81 50.30 16.35 ind:imp:2p; -avignonnais avignonnais nom m 0.00 0.07 0.00 0.07 -avignonnaise avignonnais adj f s 0.00 0.07 0.00 0.07 -avili avilir ver m s 0.69 2.64 0.03 0.41 par:pas; -avilie avilir ver f s 0.69 2.64 0.20 0.07 par:pas; -avilies avilir ver f p 0.69 2.64 0.01 0.07 par:pas; -avilir avilir ver 0.69 2.64 0.27 1.22 inf; -avilis avilir ver m p 0.69 2.64 0.04 0.27 ind:pre:1s;ind:pre:2s;par:pas; -avilissait avilir ver 0.69 2.64 0.01 0.14 ind:imp:3s; -avilissant avilissant adj m s 0.62 0.88 0.39 0.41 -avilissante avilissant adj f s 0.62 0.88 0.10 0.20 -avilissantes avilissant adj f p 0.62 0.88 0.10 0.07 -avilissants avilissant adj m p 0.62 0.88 0.03 0.20 -avilissement avilissement nom m s 0.16 0.34 0.16 0.34 -avilissent avilir ver 0.69 2.64 0.01 0.07 ind:pre:3p; -avilit avilir ver 0.69 2.64 0.09 0.34 ind:pre:3s;ind:pas:3s; -aviné aviné adj m s 0.05 1.89 0.01 0.54 -avinée aviné adj f s 0.05 1.89 0.01 0.68 -avinées aviné adj f p 0.05 1.89 0.00 0.20 -avinés aviné adj m p 0.05 1.89 0.03 0.47 -avion_cargo avion_cargo nom m s 0.20 0.14 0.20 0.00 -avion_citerne avion_citerne nom m s 0.03 0.00 0.03 0.00 -avion_suicide avion_suicide nom m s 0.01 0.07 0.01 0.07 -avion_école avion_école nom m s 0.01 0.00 0.01 0.00 -avion avion nom m s 125.29 78.04 105.54 46.82 -avionique avionique nom f s 0.13 0.00 0.13 0.00 -avionnettes avionnette nom f p 0.00 0.07 0.00 0.07 -avionneurs avionneur nom m p 0.01 0.00 0.01 0.00 -avion_cargo avion_cargo nom m p 0.20 0.14 0.00 0.14 -avions_espions avions_espions nom m p 0.01 0.00 0.01 0.00 -avions avoir aux 18559.23 12800.81 16.42 81.01 ind:imp:1p; -aviron aviron nom m s 1.73 2.36 1.35 0.95 -avirons aviron nom m p 1.73 2.36 0.38 1.42 -avis avis nom m p 139.22 65.14 139.22 65.14 -avisa aviser ver 9.77 27.50 0.14 4.66 ind:pas:3s; -avisai aviser ver 9.77 27.50 0.01 1.76 ind:pas:1s; -avisaient aviser ver 9.77 27.50 0.01 0.20 ind:imp:3p; -avisais aviser ver 9.77 27.50 0.01 0.20 ind:imp:1s; -avisait aviser ver 9.77 27.50 0.10 2.09 ind:imp:3s; -avisant aviser ver 9.77 27.50 0.02 2.50 par:pre; -avise aviser ver 9.77 27.50 3.52 4.80 imp:pre:2s;ind:pre:1s;ind:pre:3s; -avisent aviser ver 9.77 27.50 0.02 0.07 ind:pre:3p; -aviser aviser ver 9.77 27.50 0.65 3.18 inf; -avisera aviser ver 9.77 27.50 0.81 0.54 ind:fut:3s; -aviserai aviser ver 9.77 27.50 0.44 0.20 ind:fut:1s; -aviseraient aviser ver 9.77 27.50 0.00 0.07 cnd:pre:3p; -aviserais aviser ver 9.77 27.50 0.02 0.20 cnd:pre:1s; -aviserait aviser ver 9.77 27.50 0.01 0.68 cnd:pre:3s; -aviseras aviser ver 9.77 27.50 0.00 0.07 ind:fut:2s; -aviserons aviser ver 9.77 27.50 0.65 0.54 ind:fut:1p; -aviseront aviser ver 9.77 27.50 0.05 0.00 ind:fut:3p; -avises aviser ver 9.77 27.50 0.32 0.20 ind:pre:2s; -avisez aviser ver 9.77 27.50 0.89 0.14 imp:pre:2p;ind:pre:2p; -avisions aviser ver 9.77 27.50 0.00 0.07 ind:imp:1p; -aviso aviso nom m s 0.02 2.23 0.02 1.08 -avisos aviso nom m p 0.02 2.23 0.00 1.15 -avisât aviser ver 9.77 27.50 0.27 0.34 sub:imp:3s; -avisèrent aviser ver 9.77 27.50 0.12 0.14 ind:pas:3p; -avisé aviser ver m s 9.77 27.50 1.21 3.99 par:pas; -avisée avisé adj f s 1.76 2.36 0.32 0.54 -avisées avisé adj f p 1.76 2.36 0.01 0.00 -avisés avisé adj m p 1.76 2.36 0.56 0.47 -avitailler avitailler ver 0.01 0.00 0.01 0.00 inf; -avitaminose avitaminose nom f s 0.00 0.07 0.00 0.07 -aviva aviver ver 0.19 4.26 0.01 0.20 ind:pas:3s; -avivaient aviver ver 0.19 4.26 0.00 0.07 ind:imp:3p; -avivait aviver ver 0.19 4.26 0.00 0.74 ind:imp:3s; -avivant aviver ver 0.19 4.26 0.00 0.14 par:pre; -avive aviver ver 0.19 4.26 0.00 0.61 ind:pre:3s; -avivent aviver ver 0.19 4.26 0.11 0.27 ind:pre:3p; -aviver aviver ver 0.19 4.26 0.03 0.54 inf; -avivons aviver ver 0.19 4.26 0.01 0.07 imp:pre:1p;ind:pre:1p; -avivât aviver ver 0.19 4.26 0.00 0.07 sub:imp:3s; -avivèrent aviver ver 0.19 4.26 0.00 0.07 ind:pas:3p; -avivé aviver ver m s 0.19 4.26 0.02 0.47 par:pas; -avivée aviver ver f s 0.19 4.26 0.00 0.68 par:pas; -avivées aviver ver f p 0.19 4.26 0.00 0.27 par:pas; -avivés aviver ver m p 0.19 4.26 0.00 0.07 par:pas; -avocaillon avocaillon nom m s 0.16 0.00 0.16 0.00 -avocasseries avocasserie nom f p 0.00 0.07 0.00 0.07 -avocat_conseil avocat_conseil nom m s 0.08 0.00 0.08 0.00 -avocat avocat nom m s 112.69 37.64 89.28 24.32 -avocate avocat nom f s 112.69 37.64 7.56 1.55 -avocates avocat nom f p 112.69 37.64 0.10 0.00 -avocatier avocatier nom m s 0.04 0.00 0.04 0.00 -avocats avocat nom m p 112.69 37.64 15.76 11.76 -avocette avocette nom f s 0.01 0.14 0.01 0.14 -avoient avoyer ver 0.00 0.14 0.00 0.07 ind:pre:3p; -avoinaient avoiner ver 0.00 0.34 0.00 0.07 ind:imp:3p; -avoine avoine nom f s 1.54 6.96 1.52 6.35 -avoiner avoiner ver 0.00 0.34 0.00 0.27 inf; -avoines avoine nom f p 1.54 6.96 0.01 0.61 -avoir avoir aux 18559.23 12800.81 674.24 649.26 inf; -avoirs avoir nom_sup m p 3.13 3.31 0.41 0.54 -avoisinaient avoisiner ver 0.26 1.49 0.00 0.07 ind:imp:3p; -avoisinait avoisiner ver 0.26 1.49 0.02 0.47 ind:imp:3s; -avoisinant avoisinant adj m s 0.43 1.89 0.05 0.07 -avoisinante avoisinant adj f s 0.43 1.89 0.16 0.14 -avoisinantes avoisinant adj f p 0.43 1.89 0.18 1.15 -avoisinants avoisinant adj m p 0.43 1.89 0.05 0.54 -avoisine avoisiner ver 0.26 1.49 0.20 0.20 ind:pre:3s; -avoisinent avoisiner ver 0.26 1.49 0.00 0.27 ind:pre:3p; -avoisiner avoisiner ver 0.26 1.49 0.00 0.14 inf; -avoisinerait avoisiner ver 0.26 1.49 0.00 0.07 cnd:pre:3s; -avons avoir aux 18559.23 12800.81 291.71 190.00 ind:pre:1p; -avorta avorter ver 5.43 4.32 0.01 0.07 ind:pas:3s; -avortait avorter ver 5.43 4.32 0.00 0.14 ind:imp:3s; -avortant avorter ver 5.43 4.32 0.01 0.00 par:pre; -avorte avorter ver 5.43 4.32 0.61 0.07 imp:pre:2s;ind:pre:1s;ind:pre:3s; -avortement avortement nom m s 5.24 2.70 4.37 2.16 -avortements avortement nom m p 5.24 2.70 0.87 0.54 -avortent avorter ver 5.43 4.32 0.00 0.14 ind:pre:3p; -avorter avorter ver 5.43 4.32 3.65 3.11 inf; -avorterai avorter ver 5.43 4.32 0.00 0.07 ind:fut:1s; -avorterait avorter ver 5.43 4.32 0.00 0.14 cnd:pre:3s; -avorteriez avorter ver 5.43 4.32 0.00 0.07 cnd:pre:2p; -avorteur avorteur nom m s 0.37 0.68 0.01 0.07 -avorteurs avorteur nom m p 0.37 0.68 0.05 0.07 -avorteuse avorteur nom f s 0.37 0.68 0.31 0.34 -avorteuses avorteur nom f p 0.37 0.68 0.00 0.20 -avortez avorter ver 5.43 4.32 0.05 0.00 imp:pre:2p;ind:pre:2p; -avorton avorton nom m s 1.44 2.30 1.35 1.42 -avortons avorton nom m p 1.44 2.30 0.09 0.88 -avorté avorter ver m s 5.43 4.32 1.01 0.07 par:pas; -avortée avorté adj f s 0.40 1.49 0.08 0.47 -avortées avorter ver f p 5.43 4.32 0.02 0.07 par:pas; -avortés avorté adj m p 0.40 1.49 0.20 0.14 -avoua avouer ver 61.54 96.22 0.33 7.50 ind:pas:3s; -avouable avouable adj s 0.02 1.08 0.01 0.54 -avouables avouable adj p 0.02 1.08 0.01 0.54 -avouai avouer ver 61.54 96.22 0.00 1.22 ind:pas:1s; -avouaient avouer ver 61.54 96.22 0.00 0.68 ind:imp:3p; -avouais avouer ver 61.54 96.22 0.22 0.74 ind:imp:1s;ind:imp:2s; -avouait avouer ver 61.54 96.22 0.31 5.47 ind:imp:3s; -avouant avouer ver 61.54 96.22 0.35 1.76 par:pre; -avouas avouer ver 61.54 96.22 0.00 0.07 ind:pas:2s; -avoue avouer ver 61.54 96.22 24.48 24.86 imp:pre:2s;ind:pre:1s;ind:pre:3s; -avouent avouer ver 61.54 96.22 0.35 1.22 ind:pre:3p; -avouer avouer ver 61.54 96.22 18.27 33.72 inf; -avouera avouer ver 61.54 96.22 0.26 0.41 ind:fut:3s; -avouerai avouer ver 61.54 96.22 0.71 1.08 ind:fut:1s; -avoueraient avouer ver 61.54 96.22 0.14 0.20 cnd:pre:3p; -avouerais avouer ver 61.54 96.22 0.17 0.34 cnd:pre:1s;cnd:pre:2s; -avouerait avouer ver 61.54 96.22 0.41 0.61 cnd:pre:3s; -avoueras avouer ver 61.54 96.22 0.07 0.95 ind:fut:2s; -avouerez avouer ver 61.54 96.22 0.08 0.74 ind:fut:2p; -avoueriez avouer ver 61.54 96.22 0.00 0.07 cnd:pre:2p; -avouerions avouer ver 61.54 96.22 0.00 0.07 cnd:pre:1p; -avoueront avouer ver 61.54 96.22 0.01 0.07 ind:fut:3p; -avoues avouer ver 61.54 96.22 1.23 0.68 ind:pre:2s; -avouez avouer ver 61.54 96.22 4.07 3.72 imp:pre:2p;ind:pre:2p; -avouiez avouer ver 61.54 96.22 0.03 0.07 ind:imp:2p; -avouions avouer ver 61.54 96.22 0.00 0.07 ind:imp:1p; -avouâmes avouer ver 61.54 96.22 0.00 0.07 ind:pas:1p; -avouons avouer ver 61.54 96.22 0.39 1.42 imp:pre:1p;ind:pre:1p; -avouât avouer ver 61.54 96.22 0.00 0.20 sub:imp:3s; -avouèrent avouer ver 61.54 96.22 0.10 0.27 ind:pas:3p; -avoué avouer ver m s 61.54 96.22 9.50 7.23 par:pas; -avouée avoué adj f s 0.24 1.35 0.10 0.14 -avouées avouer ver f p 61.54 96.22 0.04 0.14 par:pas; -avoués avouer ver m p 61.54 96.22 0.02 0.14 par:pas; -avoyer avoyer ver 0.00 0.14 0.00 0.07 inf; -avril avril nom m 11.23 32.03 11.23 32.03 -avrillée avrillée nom f s 0.00 0.07 0.00 0.07 -avènement avènement nom m s 0.53 3.92 0.53 3.92 -avère avérer ver 9.26 6.96 4.59 0.68 ind:pre:3s;sub:pre:3s; -avèrent avérer ver 9.26 6.96 0.26 0.20 ind:pre:3p; -avé avé nom m 0.11 0.20 0.11 0.20 -avulsion avulsion nom f s 0.03 0.00 0.03 0.00 -avunculaire avunculaire adj s 0.01 0.14 0.01 0.14 -avunculat avunculat nom m s 0.00 0.07 0.00 0.07 -avéra avérer ver 9.26 6.96 0.25 1.55 ind:pas:3s; -avérai avérer ver 9.26 6.96 0.00 0.07 ind:pas:1s; -avéraient avérer ver 9.26 6.96 0.12 0.61 ind:imp:3p; -avérait avérer ver 9.26 6.96 0.56 2.03 ind:imp:3s; -avérant avérer ver 9.26 6.96 0.00 0.27 par:pre; -avérer avérer ver 9.26 6.96 0.88 0.27 inf; -avérera avérer ver 9.26 6.96 0.10 0.00 ind:fut:3s; -avéreraient avérer ver 9.26 6.96 0.00 0.14 cnd:pre:3p; -avérerait avérer ver 9.26 6.96 0.08 0.00 cnd:pre:3s; -avérât avérer ver 9.26 6.96 0.00 0.07 sub:imp:3s; -avérèrent avérer ver 9.26 6.96 0.04 0.14 ind:pas:3p; -avéré avérer ver m s 9.26 6.96 1.64 0.61 par:pas; -avérée avérer ver f s 9.26 6.96 0.37 0.27 par:pas; -avérées avérer ver f p 9.26 6.96 0.18 0.00 par:pas; -avérés avérer ver m p 9.26 6.96 0.19 0.07 par:pas; -awacs awacs nom m 0.12 0.00 0.12 0.00 -axa axer ver 0.61 0.88 0.00 0.07 ind:pas:3s; -axe axe nom m s 3.05 10.88 2.90 9.53 -axel axel nom m s 0.06 0.00 0.05 0.00 -axels axel nom m p 0.06 0.00 0.01 0.00 -axent axer ver 0.61 0.88 0.00 0.07 ind:pre:3p; -axer axer ver 0.61 0.88 0.02 0.00 inf; -axes axe nom m p 3.05 10.88 0.16 1.35 -axial axial adj m s 0.06 0.20 0.01 0.20 -axiale axial adj f s 0.06 0.20 0.04 0.00 -axillaire axillaire adj s 0.05 0.00 0.05 0.00 -axiomatisation axiomatisation nom f s 0.00 0.07 0.00 0.07 -axiome axiome nom m s 0.11 0.61 0.10 0.41 -axiomes axiome nom m p 0.11 0.61 0.01 0.20 -axis axis nom m 3.87 0.00 3.87 0.00 -axolotl axolotl nom m s 0.02 0.07 0.02 0.00 -axolotls axolotl nom m p 0.02 0.07 0.00 0.07 -axonge axonge nom f s 0.00 0.07 0.00 0.07 -axé axer ver m s 0.61 0.88 0.19 0.20 par:pas; -axée axer ver f s 0.61 0.88 0.08 0.47 par:pas; -axées axer ver f p 0.61 0.88 0.13 0.00 par:pas; -axés axer ver m p 0.61 0.88 0.05 0.00 par:pas; -aya aya nom f s 0.03 0.00 0.03 0.00 -ayans ayan nom m p 0.00 0.07 0.00 0.07 -ayant avoir aux 18559.23 12800.81 21.68 147.84 par:pre; -ayants_droit ayants_droit nom m p 0.01 0.14 0.01 0.14 -ayatollah ayatollah nom m s 0.53 0.27 0.50 0.14 -ayatollahs ayatollah nom m p 0.53 0.27 0.03 0.14 -aye_aye aye_aye nom m s 0.01 0.00 0.01 0.00 -ayez avoir aux 18559.23 12800.81 20.80 5.34 sub:pre:2p; -ayons avoir aux 18559.23 12800.81 4.36 4.39 sub:pre:1p; -ayuntamiento ayuntamiento nom m s 0.00 0.07 0.00 0.07 -azalée azalée nom f s 0.13 1.22 0.05 0.20 -azalées azalée nom f p 0.13 1.22 0.08 1.01 -azerbaïdjanais azerbaïdjanais adj m 0.00 0.07 0.00 0.07 -azerbaïdjanais azerbaïdjanais nom m 0.00 0.07 0.00 0.07 -azimut azimut nom m s 0.78 1.69 0.26 0.07 -azimutal azimutal adj m s 0.01 0.00 0.01 0.00 -azimuts azimut nom m p 0.78 1.69 0.52 1.62 -azimuté azimuter ver m s 0.03 0.20 0.03 0.14 par:pas; -azimutée azimuter ver f s 0.03 0.20 0.00 0.07 par:pas; -azoïque azoïque adj m s 0.01 0.00 0.01 0.00 -azoospermie azoospermie nom f s 0.01 0.00 0.01 0.00 -azote azote nom m s 1.05 0.14 1.05 0.14 -azoture azoture nom m s 0.01 0.00 0.01 0.00 -aztèque aztèque adj s 0.60 0.74 0.51 0.27 -aztèques aztèque adj p 0.60 0.74 0.09 0.47 -azulejo azulejo nom m s 0.10 0.54 0.10 0.00 -azulejos azulejo nom m p 0.10 0.54 0.00 0.54 -azur azur nom m s 2.98 9.53 2.98 9.39 -azéri azéri adj m s 0.27 0.07 0.27 0.00 -azéris azéri adj m p 0.27 0.07 0.00 0.07 -azurs azur nom m p 2.98 9.53 0.00 0.14 -azuré azuré adj m s 0.14 0.68 0.13 0.00 -azurée azuré adj f s 0.14 0.68 0.01 0.27 -azurées azuré adj f p 0.14 0.68 0.00 0.34 -azurés azuré adj m p 0.14 0.68 0.00 0.07 -azygos azygos adj f s 0.01 0.00 0.01 0.00 -azyme azyme adj m s 0.04 0.41 0.04 0.41 -b b nom m 31.78 8.65 31.78 8.65 -bôme bôme nom f s 0.02 0.47 0.02 0.47 -bûchais bûcher ver 0.30 0.54 0.02 0.00 ind:imp:1s; -bûchant bûcher ver 0.30 0.54 0.01 0.07 par:pre; -bûche bûche nom f s 2.91 13.18 2.09 5.14 -bûchent bûcher ver 0.30 0.54 0.01 0.00 ind:pre:3p; -bûcher bûcher nom m s 3.82 9.59 3.43 7.09 -bûcheron bûcheron nom m s 3.33 8.24 2.13 4.12 -bûcheronne bûcheronner ver 0.00 0.20 0.00 0.07 ind:pre:3s; -bûcheronner bûcheronner ver 0.00 0.20 0.00 0.14 inf; -bûcherons bûcheron nom m p 3.33 8.24 1.20 4.12 -bûchers bûcher nom m p 3.82 9.59 0.40 2.50 -bûches bûche nom f p 2.91 13.18 0.82 8.04 -bûchette bûchette nom f s 0.01 0.61 0.00 0.14 -bûchettes bûchette nom f p 0.01 0.61 0.01 0.47 -bûcheur bûcheur nom m s 0.20 0.61 0.04 0.20 -bûcheurs bûcheur nom m p 0.20 0.61 0.05 0.20 -bûcheuse bûcheur nom f s 0.20 0.61 0.11 0.14 -bûcheuses bûcheur nom f p 0.20 0.61 0.00 0.07 -bûchez bûcher ver 0.30 0.54 0.02 0.00 imp:pre:2p;ind:pre:2p; -bûché bûcher ver m s 0.30 0.54 0.07 0.07 par:pas; -bûmes boire ver 339.06 274.32 0.03 1.89 ind:pas:1p; -bût boire ver 339.06 274.32 0.01 0.00 sub:imp:3s; -baïonnette baïonnette nom f s 2.33 7.57 1.28 4.80 -baïonnettes baïonnette nom f p 2.33 7.57 1.05 2.77 -baba baba nom m s 1.05 1.89 0.80 1.42 -baballe baballe nom f s 0.18 0.34 0.18 0.34 -babas baba nom m p 1.05 1.89 0.26 0.47 -babasse babasse nom s 0.00 0.07 0.00 0.07 -babel babel nom m s 0.05 0.00 0.05 0.00 -babeurre babeurre nom m s 0.13 0.00 0.13 0.00 -babi babi nom m s 0.02 0.00 0.02 0.00 -babil babil nom m s 0.07 0.74 0.07 0.68 -babillage babillage nom m s 0.34 0.81 0.07 0.54 -babillages babillage nom m p 0.34 0.81 0.26 0.27 -babillaient babiller ver 0.41 1.42 0.00 0.34 ind:imp:3p; -babillait babiller ver 0.41 1.42 0.02 0.27 ind:imp:3s; -babillant babiller ver 0.41 1.42 0.03 0.07 par:pre; -babillard babillard nom m s 0.01 0.07 0.01 0.07 -babillarde babillard adj f s 0.02 0.20 0.02 0.14 -babille babiller ver 0.41 1.42 0.02 0.07 ind:pre:1s;ind:pre:3s; -babillent babiller ver 0.41 1.42 0.00 0.07 ind:pre:3p; -babiller babiller ver 0.41 1.42 0.34 0.54 inf; -babilles babiller ver 0.41 1.42 0.00 0.07 ind:pre:2s; -babillé babiller ver m s 0.41 1.42 0.01 0.00 par:pas; -babils babil nom m p 0.07 0.74 0.00 0.07 -babine babine nom f s 0.33 3.38 0.00 0.47 -babines babine nom f p 0.33 3.38 0.33 2.91 -babiole babiole nom f s 1.85 2.03 0.48 0.47 -babioles babiole nom f p 1.85 2.03 1.36 1.55 -babiroussa babiroussa nom m s 0.00 0.07 0.00 0.07 -babouche babouche nom f s 0.08 2.64 0.04 0.34 -babouches babouche nom f p 0.08 2.64 0.04 2.30 -babouchka babouchka nom f s 0.12 3.72 0.12 2.91 -babouchkas babouchka nom f p 0.12 3.72 0.00 0.81 -babouin babouin nom m s 2.00 1.15 1.41 0.54 -babouine babouin nom f s 2.00 1.15 0.00 0.14 -babouines babouine nom f p 0.01 0.00 0.01 0.00 -babouins babouin nom m p 2.00 1.15 0.58 0.34 -babouvistes babouviste nom p 0.00 0.14 0.00 0.14 -babélienne babélien adj f s 0.00 0.07 0.00 0.07 -baby_boom baby_boom nom m s 0.05 0.00 0.05 0.00 -baby_foot baby_foot nom m 0.55 0.74 0.55 0.74 -baby_sitter baby_sitter nom f s 7.85 0.20 7.00 0.14 -baby_sitter baby_sitter nom f p 7.85 0.20 0.85 0.07 -baby_sitting baby_sitting nom m s 1.63 0.41 1.63 0.41 -baby baby nom m s 13.20 2.84 13.19 2.77 -babylonien babylonien adj m s 0.10 0.47 0.08 0.27 -babylonienne babylonien nom f s 0.11 0.14 0.02 0.00 -babyloniens babylonien nom m p 0.11 0.14 0.06 0.14 -babys baby nom m p 13.20 2.84 0.01 0.07 -bac bac nom m s 9.99 16.08 9.03 13.99 -baccalauréat baccalauréat nom m s 0.49 1.89 0.49 1.89 -baccara baccara nom m s 0.22 1.08 0.22 1.08 -baccarat baccarat nom m s 0.05 0.00 0.05 0.00 -bacchanal bacchanal nom m s 0.04 0.14 0.04 0.14 -bacchanale bacchanale nom f s 0.39 0.54 0.37 0.41 -bacchanales bacchanale nom f p 0.39 0.54 0.02 0.14 -bacchante bacchante nom f s 0.67 2.70 0.67 1.15 -bacchantes bacchante nom f p 0.67 2.70 0.00 1.55 -bachaghas bachagha nom m p 0.00 0.07 0.00 0.07 -bachelier bachelier nom m s 0.09 1.76 0.05 1.22 -bacheliers bachelier nom m p 0.09 1.76 0.04 0.41 -bachelière bachelier nom f s 0.09 1.76 0.00 0.14 -bachi_bouzouk bachi_bouzouk nom m s 0.00 0.07 0.00 0.07 -bachique bachique adj m s 0.00 0.34 0.00 0.07 -bachiques bachique adj p 0.00 0.34 0.00 0.27 -bachot bachot nom m s 0.29 3.85 0.29 3.18 -bachotage bachotage nom m s 0.02 0.00 0.02 0.00 -bachotaient bachoter ver 0.03 0.20 0.00 0.07 ind:imp:3p; -bachotait bachoter ver 0.03 0.20 0.01 0.07 ind:imp:3s; -bachotant bachoter ver 0.03 0.20 0.00 0.07 par:pre; -bachoter bachoter ver 0.03 0.20 0.01 0.00 inf; -bachots bachot nom m p 0.29 3.85 0.00 0.68 -bacillaires bacillaire adj f p 0.00 0.14 0.00 0.14 -bacille bacille nom m s 0.45 1.15 0.18 0.34 -bacilles bacille nom m p 0.45 1.15 0.26 0.81 -back_up back_up nom m s 0.09 0.00 0.09 0.00 -back back nom m s 4.82 0.74 4.82 0.74 -backgammon backgammon nom m s 0.66 0.00 0.66 0.00 -background background nom m s 0.05 0.07 0.05 0.07 -bacon bacon nom m s 4.50 0.47 4.50 0.47 -bacs bac nom m p 9.99 16.08 0.96 2.09 -bactéricide bactéricide adj m s 0.02 0.00 0.01 0.00 -bactéricides bactéricide adj p 0.02 0.00 0.01 0.00 -bactérie bactérie nom f s 5.00 0.88 2.22 0.27 -bactérien bactérien adj m s 0.49 0.00 0.07 0.00 -bactérienne bactérien adj f s 0.49 0.00 0.34 0.00 -bactériennes bactérien adj f p 0.49 0.00 0.08 0.00 -bactéries bactérie nom f p 5.00 0.88 2.79 0.61 -bactériologie bactériologie nom f s 0.11 0.00 0.11 0.00 -bactériologique bactériologique adj s 0.82 0.14 0.45 0.14 -bactériologiques bactériologique adj p 0.82 0.14 0.37 0.00 -bactériologiste bactériologiste nom s 0.01 0.00 0.01 0.00 -bactériophage bactériophage nom m s 0.07 0.00 0.07 0.00 -bactériémie bactériémie nom f s 0.01 0.00 0.01 0.00 -bada bader ver 0.40 2.36 0.37 2.16 ind:pas:3s; -badabam badabam ono 0.00 0.14 0.00 0.14 -badaboum badaboum ono 0.12 0.74 0.12 0.74 -badamier badamier nom m s 0.27 0.34 0.27 0.00 -badamiers badamier nom m p 0.27 0.34 0.00 0.34 -badant bader ver 0.40 2.36 0.00 0.14 par:pre; -badaud badaud nom m s 0.54 6.82 0.05 0.68 -badauda badauder ver 0.10 0.41 0.00 0.07 ind:pas:3s; -badaudaient badauder ver 0.10 0.41 0.10 0.07 ind:imp:3p; -badaudant badauder ver 0.10 0.41 0.00 0.14 par:pre; -badaude badauder ver 0.10 0.41 0.00 0.07 ind:pre:1s; -badauder badauder ver 0.10 0.41 0.00 0.07 inf; -badauderie badauderie nom f s 0.00 0.34 0.00 0.20 -badauderies badauderie nom f p 0.00 0.34 0.00 0.14 -badauds badaud nom m p 0.54 6.82 0.49 6.15 -bader bader ver 0.40 2.36 0.01 0.07 inf; -baderne baderne nom f s 0.08 0.47 0.07 0.27 -badernes baderne nom f p 0.08 0.47 0.01 0.20 -bades bader ver 0.40 2.36 0.02 0.00 ind:pre:2s; -badge badge nom m s 7.14 1.42 6.03 0.74 -badges badge nom m p 7.14 1.42 1.12 0.68 -badgés badgé adj m p 0.00 0.07 0.00 0.07 -badigeon badigeon nom m s 0.00 1.01 0.00 0.88 -badigeonna badigeonner ver 0.13 3.31 0.00 0.20 ind:pas:3s; -badigeonnage badigeonnage nom m s 0.00 0.20 0.00 0.07 -badigeonnages badigeonnage nom m p 0.00 0.20 0.00 0.14 -badigeonnaient badigeonner ver 0.13 3.31 0.00 0.07 ind:imp:3p; -badigeonnait badigeonner ver 0.13 3.31 0.00 0.14 ind:imp:3s; -badigeonnant badigeonner ver 0.13 3.31 0.00 0.14 par:pre; -badigeonne badigeonner ver 0.13 3.31 0.02 0.27 imp:pre:2s;ind:pre:1s;ind:pre:3s; -badigeonner badigeonner ver 0.13 3.31 0.04 0.27 inf; -badigeonnerai badigeonner ver 0.13 3.31 0.02 0.00 ind:fut:1s; -badigeonnerez badigeonner ver 0.13 3.31 0.01 0.07 ind:fut:2p; -badigeonneur badigeonneur nom m s 0.00 0.07 0.00 0.07 -badigeonnions badigeonner ver 0.13 3.31 0.00 0.07 ind:imp:1p; -badigeonnèrent badigeonner ver 0.13 3.31 0.00 0.07 ind:pas:3p; -badigeonné badigeonner ver m s 0.13 3.31 0.04 0.54 par:pas; -badigeonnée badigeonner ver f s 0.13 3.31 0.00 0.41 par:pas; -badigeonnées badigeonner ver f p 0.13 3.31 0.00 0.27 par:pas; -badigeonnés badigeonner ver m p 0.13 3.31 0.00 0.81 par:pas; -badigeons badigeon nom m p 0.00 1.01 0.00 0.14 -badigoinces badigoinces nom f p 0.00 0.20 0.00 0.20 -badin badin adj m s 0.44 1.96 0.33 1.35 -badina badiner ver 0.59 1.35 0.00 0.07 ind:pas:3s; -badinage badinage nom m s 0.16 0.61 0.14 0.47 -badinages badinage nom m p 0.16 0.61 0.02 0.14 -badinaient badiner ver 0.59 1.35 0.00 0.14 ind:imp:3p; -badinais badiner ver 0.59 1.35 0.01 0.00 ind:imp:1s; -badinait badiner ver 0.59 1.35 0.00 0.34 ind:imp:3s; -badine badiner ver 0.59 1.35 0.22 0.47 imp:pre:2s;ind:pre:3s; -badiner badiner ver 0.59 1.35 0.18 0.27 inf; -badines badiner ver 0.59 1.35 0.01 0.00 ind:pre:2s; -badinez badiner ver 0.59 1.35 0.14 0.07 imp:pre:2p;ind:pre:2p; -badins badin adj m p 0.44 1.96 0.00 0.14 -badiné badiner ver m s 0.59 1.35 0.02 0.00 par:pas; -badminton badminton nom m s 0.18 0.20 0.18 0.20 -badois badois adj m 0.00 0.27 0.00 0.07 -badoise badois adj f s 0.00 0.27 0.00 0.20 -baffe baffe nom f s 2.93 3.58 1.41 1.49 -baffer baffer ver 0.62 0.14 0.49 0.00 inf; -baffes baffe nom f p 2.93 3.58 1.52 2.09 -baffle baffle nom m s 0.06 0.68 0.00 0.20 -baffles baffle nom m p 0.06 0.68 0.06 0.47 -baffés baffer ver m p 0.62 0.14 0.00 0.07 par:pas; -bafouais bafouer ver 3.54 3.78 0.00 0.07 ind:imp:1s; -bafouait bafouer ver 3.54 3.78 0.14 0.27 ind:imp:3s; -bafouant bafouer ver 3.54 3.78 0.03 0.27 par:pre; -bafoue bafouer ver 3.54 3.78 0.71 0.20 imp:pre:2s;ind:pre:1s;ind:pre:3s; -bafouent bafouer ver 3.54 3.78 0.17 0.14 ind:pre:3p; -bafouer bafouer ver 3.54 3.78 0.54 0.68 inf; -bafoues bafouer ver 3.54 3.78 0.25 0.14 ind:pre:2s; -bafouez bafouer ver 3.54 3.78 0.32 0.00 imp:pre:2p;ind:pre:2p; -bafouilla bafouiller ver 2.08 8.92 0.01 2.23 ind:pas:3s; -bafouillage bafouillage nom m s 0.01 0.47 0.01 0.27 -bafouillages bafouillage nom m p 0.01 0.47 0.00 0.20 -bafouillai bafouiller ver 2.08 8.92 0.00 0.14 ind:pas:1s; -bafouillaient bafouiller ver 2.08 8.92 0.00 0.07 ind:imp:3p; -bafouillais bafouiller ver 2.08 8.92 0.00 0.20 ind:imp:1s; -bafouillait bafouiller ver 2.08 8.92 0.02 1.15 ind:imp:3s; -bafouillant bafouillant adj m s 0.01 0.34 0.01 0.20 -bafouillante bafouillant adj f s 0.01 0.34 0.00 0.07 -bafouillantes bafouillant adj f p 0.01 0.34 0.00 0.07 -bafouille bafouiller ver 2.08 8.92 0.93 1.96 imp:pre:2s;ind:pre:1s;ind:pre:3s; -bafouillent bafouiller ver 2.08 8.92 0.01 0.27 ind:pre:3p; -bafouiller bafouiller ver 2.08 8.92 0.13 0.68 inf; -bafouilles bafouiller ver 2.08 8.92 0.23 0.14 ind:pre:2s; -bafouilleur bafouilleur nom m s 0.01 0.00 0.01 0.00 -bafouillez bafouiller ver 2.08 8.92 0.03 0.07 imp:pre:2p;ind:pre:2p; -bafouillis bafouillis nom m 0.00 0.27 0.00 0.27 -bafouillèrent bafouiller ver 2.08 8.92 0.00 0.07 ind:pas:3p; -bafouillé bafouiller ver m s 2.08 8.92 0.72 0.81 par:pas; -bafoué bafouer ver m s 3.54 3.78 0.52 1.22 par:pas; -bafouée bafouer ver f s 3.54 3.78 0.39 0.61 par:pas; -bafouées bafouer ver f p 3.54 3.78 0.04 0.07 par:pas; -bafoués bafouer ver m p 3.54 3.78 0.43 0.14 par:pas; -bagage bagage nom m s 29.69 24.39 3.21 7.43 -bagagerie bagagerie nom f s 0.00 0.14 0.00 0.14 -bagages bagage nom m p 29.69 24.39 26.48 16.96 -bagagiste bagagiste nom s 0.30 0.07 0.24 0.07 -bagagistes bagagiste nom p 0.30 0.07 0.06 0.00 -bagarraient bagarrer ver 5.08 2.23 0.05 0.27 ind:imp:3p; -bagarrais bagarrer ver 5.08 2.23 0.05 0.00 ind:imp:1s;ind:imp:2s; -bagarrait bagarrer ver 5.08 2.23 0.05 0.14 ind:imp:3s; -bagarrant bagarrer ver 5.08 2.23 0.12 0.07 par:pre; -bagarre bagarre nom f s 19.24 13.85 16.05 9.86 -bagarrent bagarrer ver 5.08 2.23 0.64 0.14 ind:pre:3p; -bagarrer bagarrer ver 5.08 2.23 1.73 0.68 inf;; -bagarrerais bagarrer ver 5.08 2.23 0.02 0.00 cnd:pre:1s; -bagarrerait bagarrer ver 5.08 2.23 0.01 0.00 cnd:pre:3s; -bagarres bagarre nom f p 19.24 13.85 3.19 3.99 -bagarreur bagarreur adj m s 0.65 0.61 0.47 0.41 -bagarreurs bagarreur adj m p 0.65 0.61 0.09 0.14 -bagarreuse bagarreur adj f s 0.65 0.61 0.07 0.07 -bagarreuses bagarreur adj f p 0.65 0.61 0.01 0.00 -bagarrez bagarrer ver 5.08 2.23 0.15 0.00 imp:pre:2p;ind:pre:2p; -bagarrons bagarrer ver 5.08 2.23 0.01 0.00 imp:pre:1p; -bagarré bagarrer ver m s 5.08 2.23 0.70 0.47 par:pas; -bagarrée bagarrer ver f s 5.08 2.23 0.16 0.07 par:pas; -bagarrés bagarrer ver m p 5.08 2.23 0.22 0.00 par:pas; -bagasse bagasse nom f s 0.15 0.00 0.15 0.00 -bagatelle bagatelle nom f s 1.08 3.58 1.03 2.64 -bagatelles bagatelle nom f p 1.08 3.58 0.05 0.95 -bagnard bagnard nom m s 0.60 2.57 0.50 1.08 -bagnards bagnard nom m p 0.60 2.57 0.11 1.49 -bagne bagne nom m s 2.50 3.85 2.49 3.31 -bagnes bagne nom m p 2.50 3.85 0.01 0.54 -bagnole bagnole nom f s 23.93 34.26 21.18 26.28 -bagnoles bagnole nom f p 23.93 34.26 2.75 7.97 -bagote bagoter ver 0.00 0.41 0.00 0.07 ind:pre:3s; -bagoter bagoter ver 0.00 0.41 0.00 0.34 inf; -bagottaient bagotter ver 0.00 0.34 0.00 0.07 ind:imp:3p; -bagottais bagotter ver 0.00 0.34 0.00 0.07 ind:imp:1s; -bagotte bagotter ver 0.00 0.34 0.00 0.14 ind:pre:3s; -bagotter bagotter ver 0.00 0.34 0.00 0.07 inf; -bagou bagou nom m s 0.01 0.27 0.01 0.27 -bagoulait bagouler ver 0.00 0.14 0.00 0.07 ind:imp:3s; -bagoule bagouler ver 0.00 0.14 0.00 0.07 ind:pre:3s; -bagouse bagouse nom f s 0.00 0.20 0.00 0.20 -bagousées bagousé adj f p 0.00 0.07 0.00 0.07 -bagout bagout nom m s 0.25 0.81 0.25 0.74 -bagouts bagout nom m p 0.25 0.81 0.00 0.07 -bagouze bagouze nom f s 0.03 0.20 0.01 0.14 -bagouzes bagouze nom f p 0.03 0.20 0.02 0.07 -baguage baguage nom m s 0.02 0.00 0.02 0.00 -bague bague nom f s 30.32 22.36 26.14 16.08 -baguenaudaient baguenauder ver 0.18 1.62 0.00 0.07 ind:imp:3p; -baguenaudais baguenauder ver 0.18 1.62 0.00 0.07 ind:imp:1s; -baguenaudait baguenauder ver 0.18 1.62 0.00 0.27 ind:imp:3s; -baguenaudant baguenauder ver 0.18 1.62 0.00 0.27 par:pre; -baguenaude baguenauder ver 0.18 1.62 0.14 0.14 ind:pre:1s;ind:pre:3s; -baguenaudent baguenauder ver 0.18 1.62 0.00 0.07 ind:pre:3p; -baguenauder baguenauder ver 0.18 1.62 0.03 0.61 inf; -baguenauderait baguenauder ver 0.18 1.62 0.00 0.07 cnd:pre:3s; -baguenaudé baguenauder ver m s 0.18 1.62 0.01 0.07 par:pas; -baguer baguer ver 0.23 0.68 0.02 0.07 inf; -bagues bague nom f p 30.32 22.36 4.19 6.28 -baguette baguette nom f s 7.74 13.45 5.67 9.46 -baguettes baguette nom f p 7.74 13.45 2.06 3.99 -bagué baguer ver m s 0.23 0.68 0.14 0.07 par:pas; -baguée bagué adj f s 0.01 1.01 0.00 0.34 -baguées bagué adj f p 0.01 1.01 0.00 0.20 -bagués bagué adj m p 0.01 1.01 0.01 0.41 -bah bah ono 22.77 12.03 22.77 12.03 -baht baht nom m s 0.52 0.00 0.07 0.00 -bahts baht nom m p 0.52 0.00 0.45 0.00 -bahut bahut nom m s 1.59 8.38 1.50 7.23 -bahute bahuter ver 0.00 0.14 0.00 0.07 ind:pre:3s; -bahutent bahuter ver 0.00 0.14 0.00 0.07 ind:pre:3p; -bahuts bahut nom m p 1.59 8.38 0.09 1.15 -bai bai adj m s 0.89 1.35 0.86 1.22 -baie baie nom f s 7.09 19.80 5.84 14.86 -baies baie nom f p 7.09 19.80 1.24 4.93 -baigna baigner ver 26.42 41.42 0.00 0.41 ind:pas:3s; -baignade baignade nom f s 1.10 2.84 1.00 1.89 -baignades baignade nom f p 1.10 2.84 0.10 0.95 -baignai baigner ver 26.42 41.42 0.10 0.07 ind:pas:1s; -baignaient baigner ver 26.42 41.42 0.31 3.04 ind:imp:3p; -baignais baigner ver 26.42 41.42 0.17 0.88 ind:imp:1s;ind:imp:2s; -baignait baigner ver 26.42 41.42 0.77 6.62 ind:imp:3s; -baignant baigner ver 26.42 41.42 0.22 2.77 par:pre; -baigne baigner ver 26.42 41.42 7.87 6.76 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:1s; -baignent baigner ver 26.42 41.42 0.70 1.28 ind:pre:3p; -baigner baigner ver 26.42 41.42 11.33 10.41 inf; -baignera baigner ver 26.42 41.42 0.41 0.00 ind:fut:3s; -baigneraient baigner ver 26.42 41.42 0.00 0.07 cnd:pre:3p; -baignerait baigner ver 26.42 41.42 0.04 0.07 cnd:pre:3s; -baignerons baigner ver 26.42 41.42 0.02 0.07 ind:fut:1p; -baigneront baigner ver 26.42 41.42 0.17 0.07 ind:fut:3p; -baignes baigner ver 26.42 41.42 0.77 0.20 ind:pre:2s; -baigneur baigneur nom m s 0.39 10.00 0.33 4.73 -baigneurs baigneur nom m p 0.39 10.00 0.03 3.45 -baigneuse baigneur nom f s 0.39 10.00 0.03 0.74 -baigneuses baigneuse nom f p 0.04 0.00 0.01 0.00 -baignez baigner ver 26.42 41.42 0.49 0.27 imp:pre:2p;ind:pre:2p; -baignions baigner ver 26.42 41.42 0.01 0.34 ind:imp:1p; -baignoire baignoire nom f s 12.39 15.27 11.90 14.12 -baignoires baignoire nom f p 12.39 15.27 0.50 1.15 -baignons baigner ver 26.42 41.42 0.19 0.14 imp:pre:1p;ind:pre:1p; -baignèrent baigner ver 26.42 41.42 0.00 0.20 ind:pas:3p; -baigné baigner ver m s 26.42 41.42 1.42 3.72 par:pas; -baignée baigner ver f s 26.42 41.42 0.63 1.96 par:pas; -baignées baigner ver f p 26.42 41.42 0.37 0.41 par:pas; -baignés baigner ver m p 26.42 41.42 0.42 1.69 par:pas; -bail bail nom m s 11.49 2.57 11.49 2.57 -baile baile nom m s 0.05 0.47 0.05 0.27 -bailes baile nom m p 0.05 0.47 0.00 0.20 -baillait bailler ver 1.02 0.61 0.03 0.14 ind:imp:3s; -baillant bailler ver 1.02 0.61 0.02 0.14 par:pre; -baille bailler ver 1.02 0.61 0.47 0.07 ind:pre:1s;ind:pre:3s; -bailler bailler ver 1.02 0.61 0.21 0.14 inf; -bailles bailler ver 1.02 0.61 0.16 0.07 ind:pre:2s; -bailleur bailleur nom m s 0.56 0.47 0.28 0.20 -bailleurs bailleur nom m p 0.56 0.47 0.28 0.27 -baillez bailler ver 1.02 0.61 0.00 0.07 ind:pre:2p; -bailli bailli nom m s 0.01 0.47 0.01 0.41 -bailliage bailliage nom m s 0.00 0.20 0.00 0.20 -baillis bailli nom m p 0.01 0.47 0.00 0.07 -baillive baillive nom f s 0.00 0.07 0.00 0.07 -baillé bailler ver m s 1.02 0.61 0.14 0.00 par:pas; -bain_marie bain_marie nom m s 0.08 0.95 0.08 0.88 -bain bain nom m s 74.48 83.04 50.52 43.11 -bain_marie bain_marie nom m p 0.08 0.95 0.00 0.07 -bains bain nom m p 74.48 83.04 23.96 39.93 -bais bai adj m p 0.89 1.35 0.03 0.14 -baisa baiser ver 112.82 44.12 0.00 3.51 ind:pas:3s; -baisable baisable adj s 0.35 0.20 0.26 0.14 -baisables baisable adj p 0.35 0.20 0.10 0.07 -baisade baisade nom f s 0.00 0.07 0.00 0.07 -baisai baiser ver 112.82 44.12 0.10 0.41 ind:pas:1s; -baisaient baiser ver 112.82 44.12 0.25 0.74 ind:imp:3p; -baisais baiser ver 112.82 44.12 1.42 0.61 ind:imp:1s;ind:imp:2s; -baisait baiser ver 112.82 44.12 2.25 3.11 ind:imp:3s; -baisant baiser ver 112.82 44.12 1.72 0.95 par:pre; -baise_en_ville baise_en_ville nom m s 0.03 0.20 0.03 0.20 -baise baiser ver 112.82 44.12 22.02 8.18 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -baisemain baisemain nom m s 0.81 0.61 0.81 0.54 -baisemains baisemain nom m p 0.81 0.61 0.00 0.07 -baisement baisement nom m s 0.00 0.07 0.00 0.07 -baisent baiser ver 112.82 44.12 3.15 1.69 ind:pre:3p; -baiser baiser ver 112.82 44.12 42.25 15.34 inf; -baisera baiser ver 112.82 44.12 0.99 0.54 ind:fut:3s; -baiserai baiser ver 112.82 44.12 1.33 0.41 ind:fut:1s; -baiseraient baiser ver 112.82 44.12 0.00 0.07 cnd:pre:3p; -baiserais baiser ver 112.82 44.12 1.45 0.14 cnd:pre:1s;cnd:pre:2s; -baiserait baiser ver 112.82 44.12 0.17 0.34 cnd:pre:3s; -baiseras baiser ver 112.82 44.12 0.49 0.07 ind:fut:2s; -baiserez baiser ver 112.82 44.12 0.12 0.00 ind:fut:2p; -baiseriez baiser ver 112.82 44.12 0.01 0.00 cnd:pre:2p; -baiserons baiser ver 112.82 44.12 0.00 0.07 ind:fut:1p; -baiseront baiser ver 112.82 44.12 0.03 0.07 ind:fut:3p; -baisers baiser nom m p 52.17 54.59 11.25 25.95 -baises baiser ver 112.82 44.12 7.66 0.88 ind:pre:2s;sub:pre:2s; -baiseur baiseur nom m s 2.00 1.49 1.40 0.61 -baiseurs baiseur nom m p 2.00 1.49 0.40 0.34 -baiseuse baiseur nom f s 2.00 1.49 0.20 0.54 -baisez baiser ver 112.82 44.12 1.77 0.47 imp:pre:2p;ind:pre:2p; -baisiez baiser ver 112.82 44.12 0.31 0.00 ind:imp:2p; -baisions baiser ver 112.82 44.12 0.01 0.07 ind:imp:1p; -baisodrome baisodrome nom m s 0.46 0.07 0.46 0.07 -baisons baiser ver 112.82 44.12 0.17 0.14 imp:pre:1p;ind:pre:1p; -baisotant baisoter ver 0.00 0.07 0.00 0.07 par:pre; -baisouiller baisouiller ver 0.04 0.20 0.04 0.14 inf; -baisouillé baisouiller ver m s 0.04 0.20 0.00 0.07 par:pas; -baissa baisser ver 63.69 115.27 0.27 25.54 ind:pas:3s; -baissai baisser ver 63.69 115.27 0.00 1.28 ind:pas:1s; -baissaient baisser ver 63.69 115.27 0.18 1.42 ind:imp:3p; -baissais baisser ver 63.69 115.27 0.14 1.28 ind:imp:1s;ind:imp:2s; -baissait baisser ver 63.69 115.27 0.23 9.93 ind:imp:3s; -baissant baisser ver 63.69 115.27 0.58 10.54 par:pre; -baisse baisser ver 63.69 115.27 20.10 14.80 imp:pre:2s;ind:pre:1s;ind:pre:3s; -baissement baissement nom m s 0.27 0.00 0.27 0.00 -baissent baisser ver 63.69 115.27 1.11 1.42 ind:pre:3p;sub:pre:3p; -baisser baisser ver 63.69 115.27 12.31 12.70 inf; -baissera baisser ver 63.69 115.27 0.28 0.20 ind:fut:3s; -baisserai baisser ver 63.69 115.27 0.18 0.07 ind:fut:1s; -baisseraient baisser ver 63.69 115.27 0.02 0.00 cnd:pre:3p; -baisserais baisser ver 63.69 115.27 0.11 0.00 cnd:pre:1s; -baisserait baisser ver 63.69 115.27 0.14 0.27 cnd:pre:3s; -baisseras baisser ver 63.69 115.27 0.05 0.07 ind:fut:2s; -baisserez baisser ver 63.69 115.27 0.01 0.00 ind:fut:2p; -baisserons baisser ver 63.69 115.27 0.11 0.00 ind:fut:1p; -baisseront baisser ver 63.69 115.27 0.19 0.14 ind:fut:3p; -baisses baisser ver 63.69 115.27 1.14 0.14 ind:pre:2s;sub:pre:2s; -baissez baisser ver 63.69 115.27 16.45 0.47 imp:pre:2p;ind:pre:2p; -baissier baissier adj m s 0.14 0.00 0.14 0.00 -baissiez baisser ver 63.69 115.27 0.27 0.00 ind:imp:2p; -baissions baisser ver 63.69 115.27 0.00 0.07 ind:imp:1p; -baissâmes baisser ver 63.69 115.27 0.00 0.07 ind:pas:1p; -baissons baisser ver 63.69 115.27 0.15 0.27 imp:pre:1p;ind:pre:1p; -baissât baisser ver 63.69 115.27 0.00 0.07 sub:imp:3s; -baissèrent baisser ver 63.69 115.27 0.01 0.74 ind:pas:3p; -baissé baisser ver m s 63.69 115.27 5.70 14.12 par:pas; -baissée baisser ver f s 63.69 115.27 2.36 9.05 ind:imp:3s;par:pas; -baissées baisser ver f p 63.69 115.27 0.34 2.43 par:pas; -baissés baisser ver m p 63.69 115.27 1.25 8.18 par:pas; -baisèrent baiser ver 112.82 44.12 0.00 0.14 ind:pas:3p; -baisé baiser ver m s 112.82 44.12 17.65 4.19 par:pas; -baisée baiser ver f s 112.82 44.12 4.70 1.08 par:pas; -baisées baiser ver f p 112.82 44.12 0.50 0.47 par:pas; -baisés baiser ver m p 112.82 44.12 2.33 0.47 par:pas; -bajoue bajoue nom f s 0.49 2.50 0.30 0.00 -bajoues bajoue nom f p 0.49 2.50 0.19 2.50 -bajoyers bajoyer nom m p 0.00 0.07 0.00 0.07 -bakchich bakchich nom m s 0.31 0.61 0.17 0.54 -bakchichs bakchich nom m p 0.31 0.61 0.14 0.07 -baklava baklava nom m s 0.24 0.34 0.21 0.14 -baklavas baklava nom m p 0.24 0.34 0.03 0.20 -bakélite bakélite nom f s 0.04 1.08 0.04 1.08 -bal bal nom m s 30.25 25.54 28.57 18.31 -balada balader ver 24.30 13.51 0.00 0.07 ind:pas:3s; -baladai balader ver 24.30 13.51 0.00 0.07 ind:pas:1s; -baladaient balader ver 24.30 13.51 0.07 0.54 ind:imp:3p; -baladais balader ver 24.30 13.51 0.87 0.47 ind:imp:1s;ind:imp:2s; -baladait balader ver 24.30 13.51 0.65 1.08 ind:imp:3s; -baladant balader ver 24.30 13.51 0.21 0.47 par:pre; -balade balade nom f s 7.71 6.28 6.58 4.59 -baladent balader ver 24.30 13.51 1.51 0.88 ind:pre:3p; -balader balader ver 24.30 13.51 12.41 5.41 ind:pre:2p;inf; -baladera balader ver 24.30 13.51 0.21 0.14 ind:fut:3s; -baladerai balader ver 24.30 13.51 0.01 0.00 ind:fut:1s; -baladerais balader ver 24.30 13.51 0.03 0.07 cnd:pre:1s;cnd:pre:2s; -baladerait balader ver 24.30 13.51 0.07 0.14 cnd:pre:3s; -baladerez balader ver 24.30 13.51 0.01 0.07 ind:fut:2p; -balades balader ver 24.30 13.51 1.43 0.34 ind:pre:2s;sub:pre:2s; -baladeur baladeur nom m s 0.34 0.68 0.32 0.14 -baladeurs baladeur adj m p 0.65 0.88 0.02 0.20 -baladeuse baladeur adj f s 0.65 0.88 0.04 0.54 -baladeuses baladeur adj f p 0.65 0.88 0.48 0.07 -baladez balader ver 24.30 13.51 0.37 0.00 imp:pre:2p;ind:pre:2p; -baladiez balader ver 24.30 13.51 0.04 0.00 ind:imp:2p; -baladin baladin nom m s 0.14 0.88 0.14 0.20 -baladins baladin nom m p 0.14 0.88 0.00 0.68 -baladèrent balader ver 24.30 13.51 0.00 0.07 ind:pas:3p; -baladé balader ver m s 24.30 13.51 0.62 0.47 par:pas; -baladée balader ver f s 24.30 13.51 0.37 0.27 par:pas; -baladées balader ver f p 24.30 13.51 0.02 0.14 par:pas; -baladés balader ver m p 24.30 13.51 0.37 0.14 par:pas; -balafon balafon nom m s 0.00 0.14 0.00 0.07 -balafons balafon nom m p 0.00 0.14 0.00 0.07 -balafra balafrer ver 0.16 1.55 0.00 0.07 ind:pas:3s; -balafraient balafrer ver 0.16 1.55 0.01 0.14 ind:imp:3p; -balafrait balafrer ver 0.16 1.55 0.00 0.27 ind:imp:3s; -balafre balafre nom f s 0.57 1.69 0.55 1.15 -balafrent balafrer ver 0.16 1.55 0.00 0.07 ind:pre:3p; -balafrer balafrer ver 0.16 1.55 0.02 0.07 inf; -balafres balafre nom f p 0.57 1.69 0.03 0.54 -balafrons balafrer ver 0.16 1.55 0.01 0.00 imp:pre:1p; -balafrât balafrer ver 0.16 1.55 0.00 0.07 sub:imp:3s; -balafré balafré adj m s 0.57 1.15 0.35 0.88 -balafrée balafré adj f s 0.57 1.15 0.21 0.20 -balafrées balafrer ver f p 0.16 1.55 0.00 0.07 par:pas; -balafrés balafrer ver m p 0.16 1.55 0.04 0.00 par:pas; -balai_brosse balai_brosse nom m s 0.40 0.61 0.29 0.34 -balai balai nom m s 10.91 17.70 8.24 11.96 -balaie balayer ver 12.17 37.43 1.99 2.84 imp:pre:2s;ind:pre:1s;ind:pre:3s; -balaient balayer ver 12.17 37.43 0.20 1.01 ind:pre:3p; -balaiera balayer ver 12.17 37.43 0.18 0.34 ind:fut:3s; -balaierai balayer ver 12.17 37.43 0.28 0.00 ind:fut:1s; -balaieraient balayer ver 12.17 37.43 0.00 0.07 cnd:pre:3p; -balaierait balayer ver 12.17 37.43 0.02 0.20 cnd:pre:3s; -balaieras balayer ver 12.17 37.43 0.02 0.00 ind:fut:2s; -balaierez balayer ver 12.17 37.43 0.00 0.07 ind:fut:2p; -balaies balayer ver 12.17 37.43 0.38 0.00 ind:pre:2s; -balai_brosse balai_brosse nom m p 0.40 0.61 0.11 0.27 -balais balai nom m p 10.91 17.70 2.68 5.74 -balaise balaise adj m s 0.49 0.34 0.45 0.27 -balaises balaise adj m p 0.49 0.34 0.04 0.07 -balalaïka balalaïka nom f s 0.03 0.41 0.02 0.14 -balalaïkas balalaïka nom f p 0.03 0.41 0.01 0.27 -balan balan nom m s 0.00 0.07 0.00 0.07 -balance balancer ver 40.12 67.70 9.66 12.16 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -balancelle balancelle nom f s 0.18 0.34 0.18 0.27 -balancelles balancelle nom f p 0.18 0.34 0.00 0.07 -balancement balancement nom m s 0.83 5.41 0.69 4.93 -balancements balancement nom m p 0.83 5.41 0.14 0.47 -balancent balancer ver 40.12 67.70 1.73 2.97 ind:pre:3p;sub:pre:3p; -balancer balancer ver 40.12 67.70 10.15 11.89 inf; -balancera balancer ver 40.12 67.70 0.35 0.34 ind:fut:3s; -balancerai balancer ver 40.12 67.70 0.27 0.07 ind:fut:1s; -balanceraient balancer ver 40.12 67.70 0.04 0.07 cnd:pre:3p; -balancerais balancer ver 40.12 67.70 0.29 0.20 cnd:pre:1s;cnd:pre:2s; -balancerait balancer ver 40.12 67.70 0.36 0.07 cnd:pre:3s; -balanceras balancer ver 40.12 67.70 0.05 0.00 ind:fut:2s; -balancerez balancer ver 40.12 67.70 0.01 0.00 ind:fut:2p; -balanceriez balancer ver 40.12 67.70 0.02 0.00 cnd:pre:2p; -balanceront balancer ver 40.12 67.70 0.04 0.00 ind:fut:3p; -balances balancer ver 40.12 67.70 1.39 0.54 ind:pre:2s;sub:pre:2s; -balancez balancer ver 40.12 67.70 1.33 0.20 imp:pre:2p;ind:pre:2p; -balancier balancier nom m s 0.26 4.05 0.26 3.72 -balanciers balancier nom m p 0.26 4.05 0.00 0.34 -balanciez balancer ver 40.12 67.70 0.03 0.00 ind:imp:2p; -balancines balancine nom f p 0.00 0.07 0.00 0.07 -balancions balancer ver 40.12 67.70 0.01 0.07 ind:imp:1p; -balancèrent balancer ver 40.12 67.70 0.00 0.47 ind:pas:3p; -balancé balancer ver m s 40.12 67.70 10.50 8.18 par:pas; -balancée balancer ver f s 40.12 67.70 1.06 1.55 par:pas; -balancées balancer ver f p 40.12 67.70 0.07 0.74 par:pas; -balancés balancer ver m p 40.12 67.70 0.80 1.55 par:pas; -balandras balandras nom m 0.00 0.07 0.00 0.07 -balanes balane nom f p 0.01 0.27 0.01 0.27 -balanstiquant balanstiquer ver 0.00 0.41 0.00 0.07 par:pre; -balanstique balanstiquer ver 0.00 0.41 0.00 0.20 imp:pre:2s;ind:pre:3s; -balanstiquer balanstiquer ver 0.00 0.41 0.00 0.14 inf; -balança balancer ver 40.12 67.70 0.01 3.78 ind:pas:3s; -balançage balançage nom m s 0.00 0.34 0.00 0.20 -balançages balançage nom m p 0.00 0.34 0.00 0.14 -balançai balancer ver 40.12 67.70 0.00 0.14 ind:pas:1s; -balançaient balancer ver 40.12 67.70 0.29 3.51 ind:imp:3p; -balançais balancer ver 40.12 67.70 0.17 0.88 ind:imp:1s;ind:imp:2s; -balançait balancer ver 40.12 67.70 0.56 9.93 ind:imp:3s; -balançant balancer ver 40.12 67.70 0.71 8.38 par:pre; -balançoire balançoire nom f s 2.14 3.11 1.93 1.89 -balançoires balançoire nom f p 2.14 3.11 0.21 1.22 -balançons balancer ver 40.12 67.70 0.22 0.00 imp:pre:1p;ind:pre:1p; -balatum balatum nom m s 0.00 0.14 0.00 0.14 -balaya balayer ver 12.17 37.43 0.16 2.36 ind:pas:3s; -balayage balayage nom m s 1.69 0.81 1.56 0.74 -balayages balayage nom m p 1.69 0.81 0.13 0.07 -balayai balayer ver 12.17 37.43 0.00 0.07 ind:pas:1s; -balayaient balayer ver 12.17 37.43 0.00 2.30 ind:imp:3p; -balayais balayer ver 12.17 37.43 0.05 0.20 ind:imp:1s;ind:imp:2s; -balayait balayer ver 12.17 37.43 0.28 5.07 ind:imp:3s; -balayant balayer ver 12.17 37.43 0.23 3.31 par:pre; -balaye balayer ver 12.17 37.43 1.03 1.35 imp:pre:2s;ind:pre:1s;ind:pre:3s; -balayent balayer ver 12.17 37.43 0.04 0.20 ind:pre:3p; -balayer balayer ver 12.17 37.43 3.40 7.23 inf; -balayera balayer ver 12.17 37.43 0.08 0.00 ind:fut:3s; -balayerai balayer ver 12.17 37.43 0.12 0.00 ind:fut:1s; -balayeraient balayer ver 12.17 37.43 0.00 0.07 cnd:pre:3p; -balayerait balayer ver 12.17 37.43 0.04 0.07 cnd:pre:3s; -balayerez balayer ver 12.17 37.43 0.01 0.07 ind:fut:2p; -balayerons balayer ver 12.17 37.43 0.01 0.00 ind:fut:1p; -balayeront balayer ver 12.17 37.43 0.03 0.00 ind:fut:3p; -balayette balayette nom f s 0.33 0.54 0.33 0.34 -balayettes balayette nom f p 0.33 0.54 0.00 0.20 -balayeur balayeur nom m s 0.80 2.97 0.48 1.42 -balayeurs balayeur nom m p 0.80 2.97 0.11 1.35 -balayeuse balayeur nom f s 0.80 2.97 0.21 0.07 -balayeuses balayeuse nom f p 0.02 0.00 0.02 0.00 -balayez balayer ver 12.17 37.43 0.60 0.07 imp:pre:2p;ind:pre:2p; -balayons balayer ver 12.17 37.43 0.05 0.07 imp:pre:1p; -balayât balayer ver 12.17 37.43 0.00 0.14 sub:imp:3s; -balayèrent balayer ver 12.17 37.43 0.00 0.41 ind:pas:3p; -balayé balayer ver m s 12.17 37.43 1.84 5.54 par:pas; -balayée balayer ver f s 12.17 37.43 0.35 1.76 par:pas; -balayées balayer ver f p 12.17 37.43 0.26 0.95 par:pas; -balayure balayure nom f s 0.00 0.34 0.00 0.14 -balayures balayure nom f p 0.00 0.34 0.00 0.20 -balayés balayer ver m p 12.17 37.43 0.50 1.69 par:pas; -balboa balboa nom m s 0.02 0.00 0.02 0.00 -balbutia balbutier ver 0.23 13.99 0.00 5.54 ind:pas:3s; -balbutiai balbutier ver 0.23 13.99 0.00 0.81 ind:pas:1s; -balbutiaient balbutier ver 0.23 13.99 0.00 0.14 ind:imp:3p; -balbutiais balbutier ver 0.23 13.99 0.01 0.20 ind:imp:1s; -balbutiait balbutier ver 0.23 13.99 0.01 1.89 ind:imp:3s; -balbutiant balbutier ver 0.23 13.99 0.14 1.35 par:pre; -balbutiante balbutiant adj f s 0.14 1.15 0.01 0.54 -balbutiantes balbutiant adj f p 0.14 1.15 0.00 0.14 -balbutie balbutier ver 0.23 13.99 0.03 1.82 imp:pre:2s;ind:pre:1s;ind:pre:3s; -balbutiement balbutiement nom m s 0.06 1.15 0.00 0.61 -balbutiements balbutiement nom m p 0.06 1.15 0.06 0.54 -balbutier balbutier ver 0.23 13.99 0.02 1.08 inf; -balbutions balbutier ver 0.23 13.99 0.00 0.07 ind:pre:1p; -balbutièrent balbutier ver 0.23 13.99 0.00 0.14 ind:pas:3p; -balbutié balbutier ver m s 0.23 13.99 0.01 0.74 par:pas; -balbutiées balbutier ver f p 0.23 13.99 0.00 0.07 par:pas; -balbutiés balbutier ver m p 0.23 13.99 0.00 0.14 par:pas; -balbuzard balbuzard nom m s 0.03 0.07 0.03 0.07 -balcon balcon nom m s 10.53 40.41 9.90 32.97 -balconnet balconnet nom m s 0.02 0.54 0.01 0.41 -balconnets balconnet nom m p 0.02 0.54 0.01 0.14 -balcons balcon nom m p 10.53 40.41 0.63 7.43 -baldaquin baldaquin nom m s 0.66 2.77 0.63 2.57 -baldaquins baldaquin nom m p 0.66 2.77 0.04 0.20 -bale bale nom f s 0.50 0.00 0.36 0.00 -baleine baleine nom f s 16.68 5.00 11.52 3.11 -baleineau baleineau nom m s 0.05 0.00 0.05 0.00 -baleines baleine nom f p 16.68 5.00 5.17 1.89 -baleinier baleinier nom m s 0.30 0.81 0.09 0.07 -baleiniers baleinier nom m p 0.30 0.81 0.20 0.14 -baleinière baleinier nom f s 0.30 0.81 0.02 0.54 -baleinières baleinier adj f p 0.06 0.00 0.01 0.00 -baleiné baleiné adj m s 0.00 0.41 0.00 0.07 -baleinée baleiné adj f s 0.00 0.41 0.00 0.07 -baleinées baleiné adj f p 0.00 0.41 0.00 0.07 -baleinés baleiné adj m p 0.00 0.41 0.00 0.20 -bales bale nom f p 0.50 0.00 0.14 0.00 -balinais balinais adj m s 0.03 0.20 0.01 0.14 -balinaise balinais adj f s 0.03 0.20 0.02 0.07 -balisage balisage nom m s 0.12 0.07 0.12 0.07 -balisaient baliser ver 0.65 2.03 0.01 0.20 ind:imp:3p; -balisait baliser ver 0.65 2.03 0.01 0.14 ind:imp:3s; -balisant baliser ver 0.65 2.03 0.00 0.07 par:pre; -balise balise nom f s 2.82 0.68 2.31 0.27 -balisent baliser ver 0.65 2.03 0.01 0.07 ind:pre:3p; -baliser baliser ver 0.65 2.03 0.06 0.34 inf; -baliseraient baliser ver 0.65 2.03 0.01 0.00 cnd:pre:3p; -balises balise nom f p 2.82 0.68 0.51 0.41 -baliste baliste nom f s 0.02 0.14 0.01 0.00 -balistes baliste nom f p 0.02 0.14 0.01 0.14 -balistique balistique nom f s 1.06 0.14 1.06 0.14 -balistiquement balistiquement adv 0.00 0.07 0.00 0.07 -balistiques balistique adj p 1.11 0.14 0.31 0.07 -balisé baliser ver m s 0.65 2.03 0.06 0.07 par:pas; -balisée baliser ver f s 0.65 2.03 0.19 0.20 par:pas; -balisées baliser ver f p 0.65 2.03 0.00 0.07 par:pas; -balisés baliser ver m p 0.65 2.03 0.00 0.20 par:pas; -baliveau baliveau nom m s 0.00 1.08 0.00 0.07 -baliveaux baliveau nom m p 0.00 1.08 0.00 1.01 -baliverne baliverne nom f s 2.79 1.55 0.20 0.14 -balivernes baliverne nom f p 2.79 1.55 2.59 1.42 -balkanique balkanique adj s 0.00 1.49 0.00 0.81 -balkaniques balkanique adj p 0.00 1.49 0.00 0.68 -balkanisés balkaniser ver m p 0.00 0.07 0.00 0.07 par:pas; -ball_trap ball_trap nom m s 0.20 0.14 0.20 0.14 -ballade ballade nom f s 4.54 1.22 3.64 0.95 -ballades ballade nom f p 4.54 1.22 0.90 0.27 -ballaient baller ver 0.12 0.95 0.10 0.07 ind:imp:3p; -ballant ballant adj m s 0.33 6.28 0.02 0.54 -ballante ballant adj f s 0.33 6.28 0.00 0.54 -ballantes ballant adj f p 0.33 6.28 0.00 0.74 -ballants ballant adj m p 0.33 6.28 0.31 4.46 -ballast ballast nom m s 1.44 2.57 0.40 2.50 -ballasts ballast nom m p 1.44 2.57 1.04 0.07 -balle_peau balle_peau ono 0.00 0.07 0.00 0.07 -balle balle nom f s 122.07 94.59 77.32 44.73 -baller baller ver 0.12 0.95 0.02 0.41 inf; -ballerine ballerine nom f s 1.75 2.16 1.23 1.22 -ballerines ballerine nom f p 1.75 2.16 0.51 0.95 -balles balle nom f p 122.07 94.59 44.75 49.86 -ballet ballet nom m s 8.66 8.24 7.80 6.01 -ballets ballet nom m p 8.66 8.24 0.86 2.23 -balloches balloche nom m p 0.12 0.41 0.12 0.41 -ballon_sonde ballon_sonde nom m s 0.14 0.00 0.14 0.00 -ballon ballon nom m s 32.92 21.42 27.27 17.16 -ballonnaient ballonner ver 0.66 1.15 0.00 0.07 ind:imp:3p; -ballonnant ballonnant adj m s 0.00 0.27 0.00 0.07 -ballonnante ballonnant adj f s 0.00 0.27 0.00 0.14 -ballonnants ballonnant adj m p 0.00 0.27 0.00 0.07 -ballonne ballonner ver 0.66 1.15 0.28 0.20 imp:pre:2s;ind:pre:1s;ind:pre:3s; -ballonnement ballonnement nom m s 0.04 0.14 0.02 0.07 -ballonnements ballonnement nom m p 0.04 0.14 0.02 0.07 -ballonnent ballonner ver 0.66 1.15 0.00 0.07 ind:pre:3p; -ballonner ballonner ver 0.66 1.15 0.15 0.14 inf; -ballonnets ballonnet nom m p 0.01 0.14 0.01 0.14 -ballonné ballonné adj m s 0.27 1.15 0.19 0.74 -ballonnée ballonner ver f s 0.66 1.15 0.15 0.14 par:pas; -ballonnées ballonner ver f p 0.66 1.15 0.01 0.07 par:pas; -ballonnées ballonné adj f p 0.27 1.15 0.01 0.07 -ballonnés ballonné adj m p 0.27 1.15 0.01 0.27 -ballons ballon nom m p 32.92 21.42 5.65 4.26 -ballot ballot nom m s 1.01 5.88 0.81 1.82 -ballote ballote nom f s 0.00 0.07 0.00 0.07 -ballots ballot nom m p 1.01 5.88 0.20 4.05 -ballottage ballottage nom m s 0.02 0.14 0.02 0.00 -ballottages ballottage nom m p 0.02 0.14 0.00 0.14 -ballottaient ballotter ver 0.72 5.68 0.00 0.41 ind:imp:3p; -ballottait ballotter ver 0.72 5.68 0.01 0.54 ind:imp:3s; -ballottant ballotter ver 0.72 5.68 0.00 0.41 par:pre; -ballotte ballotter ver 0.72 5.68 0.02 0.41 ind:pre:1s;ind:pre:3s; -ballottement ballottement nom m s 0.00 0.14 0.00 0.14 -ballottent ballotter ver 0.72 5.68 0.01 0.27 ind:pre:3p; -ballotter ballotter ver 0.72 5.68 0.02 0.41 inf; -ballottine ballottine nom f s 0.01 0.07 0.01 0.00 -ballottines ballottine nom f p 0.01 0.07 0.00 0.07 -ballottèrent ballotter ver 0.72 5.68 0.00 0.07 ind:pas:3p; -ballotté ballotter ver m s 0.72 5.68 0.44 1.49 par:pas; -ballottée ballotter ver f s 0.72 5.68 0.17 0.68 par:pas; -ballottées ballotter ver f p 0.72 5.68 0.00 0.20 par:pas; -ballottés ballotter ver m p 0.72 5.68 0.04 0.81 par:pas; -balluche balluche nom m s 0.01 0.14 0.00 0.07 -balluches balluche nom m p 0.01 0.14 0.01 0.07 -balluchon balluchon nom m s 0.18 0.54 0.16 0.34 -balluchonnage balluchonnage nom m s 0.00 0.07 0.00 0.07 -balluchonné balluchonner ver m s 0.00 0.07 0.00 0.07 par:pas; -balluchons balluchon nom m p 0.18 0.54 0.02 0.20 -balnéaire balnéaire adj s 0.39 1.22 0.39 0.74 -balnéaires balnéaire adj f p 0.39 1.22 0.00 0.47 -balnéothérapie balnéothérapie nom f s 0.01 0.00 0.01 0.00 -balourd balourd nom m s 0.73 0.54 0.67 0.41 -balourde balourd adj f s 0.82 0.68 0.14 0.00 -balourdise balourdise nom f s 0.02 0.88 0.02 0.81 -balourdises balourdise nom f p 0.02 0.88 0.00 0.07 -balourds balourd adj m p 0.82 0.68 0.28 0.14 -balpeau balpeau ono 0.01 0.61 0.01 0.61 -bals bal nom m p 30.25 25.54 1.67 7.23 -balsa balsa nom m s 0.13 0.00 0.13 0.00 -balsamier balsamier nom m s 0.01 0.07 0.00 0.07 -balsamiers balsamier nom m p 0.01 0.07 0.01 0.00 -balsamine balsamine nom f s 0.00 0.61 0.00 0.07 -balsamines balsamine nom f p 0.00 0.61 0.00 0.54 -balsamique balsamique adj s 0.10 0.47 0.10 0.41 -balsamiques balsamique adj m p 0.10 0.47 0.00 0.07 -balte balte adj s 0.52 2.23 0.05 0.34 -baltes balte adj p 0.52 2.23 0.47 1.89 -balthazar balthazar nom m s 0.00 0.54 0.00 0.47 -balthazars balthazar nom m p 0.00 0.54 0.00 0.07 -balèze balèze adj s 1.30 0.81 1.12 0.74 -balèzes balèze adj p 1.30 0.81 0.19 0.07 -baltique baltique adj s 0.14 0.47 0.14 0.34 -baltiques baltique adj f p 0.14 0.47 0.00 0.14 -balto balto adv 0.00 0.54 0.00 0.54 -baluba baluba nom s 0.00 0.07 0.00 0.07 -baluchon baluchon nom m s 0.97 2.30 0.87 1.96 -baluchonnage baluchonnage nom m s 0.00 0.07 0.00 0.07 -baluchonne baluchonner ver 0.00 0.41 0.00 0.07 ind:pre:3s; -baluchonnent baluchonner ver 0.00 0.41 0.00 0.07 ind:pre:3p; -baluchonner baluchonner ver 0.00 0.41 0.00 0.20 inf; -baluchonneur baluchonneur nom m s 0.00 0.20 0.00 0.07 -baluchonneurs baluchonneur nom m p 0.00 0.20 0.00 0.14 -baluchonné baluchonner ver m s 0.00 0.41 0.00 0.07 par:pas; -baluchons baluchon nom m p 0.97 2.30 0.10 0.34 -balustrade balustrade nom f s 0.61 11.28 0.61 10.20 -balustrades balustrade nom f p 0.61 11.28 0.00 1.08 -balustre balustre nom m s 0.00 1.35 0.00 0.20 -balustres balustre nom m p 0.00 1.35 0.00 1.15 -balzacien balzacien adj m s 0.00 0.61 0.00 0.34 -balzacienne balzacien adj f s 0.00 0.61 0.00 0.14 -balzaciennes balzacien adj f p 0.00 0.61 0.00 0.07 -balzaciens balzacien adj m p 0.00 0.61 0.00 0.07 -balzanes balzane nom f p 0.00 0.07 0.00 0.07 -bambara bambara adj m s 0.00 0.07 0.00 0.07 -bambara bambara nom s 0.00 0.07 0.00 0.07 -bambin bambin nom m s 1.35 4.66 0.87 2.16 -bambine bambin nom f s 1.35 4.66 0.00 0.14 -bambines bambin nom f p 1.35 4.66 0.00 0.14 -bambinette bambinette nom f s 0.01 0.07 0.01 0.07 -bambino bambino nom m s 0.37 0.34 0.33 0.27 -bambinos bambino nom m p 0.37 0.34 0.04 0.07 -bambins bambin nom m p 1.35 4.66 0.48 2.23 -bambochait bambocher ver 0.01 0.27 0.00 0.14 ind:imp:3s; -bamboche bamboche nom f s 0.02 0.07 0.02 0.07 -bambocher bambocher ver 0.01 0.27 0.01 0.00 inf; -bambocheurs bambocheur nom m p 0.00 0.14 0.00 0.14 -bambou bambou nom m s 1.73 6.15 1.32 3.78 -bamboula bamboula nom f s 1.29 0.27 1.29 0.27 -bambous bambou nom m p 1.73 6.15 0.41 2.36 -ban ban nom m s 1.66 2.16 0.76 1.76 -banal banal adj m s 8.66 26.22 4.88 11.28 -banale banal adj f s 8.66 26.22 2.75 9.93 -banalement banalement adv 0.16 1.22 0.16 1.22 -banales banal adj f p 8.66 26.22 0.78 2.84 -banalisait banaliser ver 0.70 0.81 0.01 0.07 ind:imp:3s; -banalisation banalisation nom f s 0.00 0.07 0.00 0.07 -banalise banaliser ver 0.70 0.81 0.08 0.00 ind:pre:3s; -banalisent banaliser ver 0.70 0.81 0.00 0.07 ind:pre:3p; -banaliser banaliser ver 0.70 0.81 0.16 0.00 inf; -banalisé banaliser ver m s 0.70 0.81 0.08 0.00 par:pas; -banalisée banaliser ver f s 0.70 0.81 0.26 0.47 par:pas; -banalisées banaliser ver f p 0.70 0.81 0.08 0.00 par:pas; -banalisés banaliser ver m p 0.70 0.81 0.04 0.20 par:pas; -banalité banalité nom f s 1.47 8.65 0.77 5.34 -banalités banalité nom f p 1.47 8.65 0.71 3.31 -banals banal adj m p 8.66 26.22 0.25 2.03 -banana bananer ver 1.04 0.20 0.81 0.14 ind:pas:3s; -bananas bananer ver 1.04 0.20 0.23 0.00 ind:pas:2s; -banane banane nom f s 11.14 7.57 6.09 4.05 -bananer bananer ver 1.04 0.20 0.00 0.07 inf; -bananeraie bananeraie nom f s 0.14 0.20 0.14 0.20 -bananes banane nom f p 11.14 7.57 5.05 3.51 -bananier bananier nom m s 0.76 3.85 0.18 0.61 -bananiers bananier nom m p 0.76 3.85 0.57 3.24 -bananière bananier adj f s 0.16 0.27 0.02 0.00 -banaux banal adj m p 8.66 26.22 0.00 0.14 -banc_titre banc_titre nom m s 0.14 0.00 0.14 0.00 -banc banc nom m s 10.76 66.42 8.96 48.31 -bancaire bancaire adj s 3.94 1.49 2.71 0.74 -bancaires bancaire adj p 3.94 1.49 1.23 0.74 -bancal bancal adj m s 0.53 3.18 0.29 1.42 -bancale bancal adj f s 0.53 3.18 0.20 1.08 -bancales bancal adj f p 0.53 3.18 0.02 0.34 -bancals bancal adj m p 0.53 3.18 0.02 0.34 -banche bancher ver 0.01 0.00 0.01 0.00 ind:pre:3s; -banco banco ono 0.42 0.41 0.42 0.41 -bancos banco nom m p 0.04 0.27 0.01 0.07 -bancroche bancroche adj s 0.01 0.14 0.01 0.00 -bancroches bancroche adj p 0.01 0.14 0.00 0.14 -bancs banc nom m p 10.76 66.42 1.81 18.11 -banda bander ver 14.51 15.54 0.01 0.54 ind:pas:3s; -bandage bandage nom m s 4.76 2.97 2.79 1.35 -bandages bandage nom m p 4.76 2.97 1.96 1.62 -bandagiste bandagiste nom s 0.00 0.14 0.00 0.14 -bandai bander ver 14.51 15.54 0.00 0.07 ind:pas:1s; -bandaient bander ver 14.51 15.54 0.02 0.20 ind:imp:3p; -bandais bander ver 14.51 15.54 0.12 0.61 ind:imp:1s;ind:imp:2s; -bandaison bandaison nom f s 0.00 0.74 0.00 0.54 -bandaisons bandaison nom f p 0.00 0.74 0.00 0.20 -bandait bander ver 14.51 15.54 0.18 1.49 ind:imp:3s; -bandana bandana nom m s 0.50 0.07 0.46 0.07 -bandanas bandana nom m p 0.50 0.07 0.04 0.00 -bandant bandant adj m s 1.46 1.55 0.33 0.27 -bandante bandant adj f s 1.46 1.55 1.04 0.68 -bandantes bandant adj f p 1.46 1.55 0.05 0.41 -bandants bandant adj m p 1.46 1.55 0.04 0.20 -bandasse bander ver 14.51 15.54 0.00 0.07 sub:imp:1s; -bande_annonce bande_annonce nom f s 0.51 0.00 0.41 0.00 -bande_son bande_son nom f s 0.09 0.27 0.09 0.27 -bande bande nom f s 78.36 72.23 69.10 52.36 -bandeau bandeau nom m s 2.60 6.49 2.34 4.73 -bandeaux bandeau nom m p 2.60 6.49 0.26 1.76 -bandelette bandelette nom f s 0.69 1.15 0.09 0.07 -bandelettes bandelette nom f p 0.69 1.15 0.61 1.08 -bandent bander ver 14.51 15.54 0.14 1.01 ind:pre:3p; -bander bander ver 14.51 15.54 5.34 5.07 inf; -bandera bandera nom f s 0.17 0.27 0.02 0.20 -banderai bander ver 14.51 15.54 0.15 0.14 ind:fut:1s; -banderaient bander ver 14.51 15.54 0.01 0.07 cnd:pre:3p; -banderait bander ver 14.51 15.54 0.00 0.07 cnd:pre:3s; -banderas bander ver 14.51 15.54 0.14 0.07 ind:fut:2s; -banderille banderille nom f s 0.00 0.88 0.00 0.41 -banderillero banderillero nom m s 0.10 0.07 0.10 0.00 -banderilleros banderillero nom m p 0.10 0.07 0.00 0.07 -banderilles banderille nom f p 0.00 0.88 0.00 0.47 -banderole banderole nom f s 1.34 4.19 0.67 2.23 -banderoles banderole nom f p 1.34 4.19 0.67 1.96 -bande_annonce bande_annonce nom f p 0.51 0.00 0.10 0.00 -bandes bande nom f p 78.36 72.23 9.26 19.86 -bandeur bandeur nom m s 0.07 0.14 0.03 0.00 -bandeurs bandeur nom m p 0.07 0.14 0.04 0.14 -bandez bander ver 14.51 15.54 0.82 0.14 imp:pre:2p;ind:pre:2p; -bandiez bander ver 14.51 15.54 0.02 0.00 ind:imp:2p; -bandit bandit nom m s 19.70 8.85 8.26 4.59 -banditisme banditisme nom m s 0.47 0.95 0.47 0.95 -bandits bandit nom m p 19.70 8.85 11.45 4.26 -bandoline bandoline nom f s 0.00 0.07 0.00 0.07 -bandonéon bandonéon nom m s 0.00 0.20 0.00 0.20 -bandothèque bandothèque nom f s 0.01 0.00 0.01 0.00 -bandoulière bandoulière nom f s 0.12 4.19 0.12 4.19 -bandé bander ver m s 14.51 15.54 0.60 0.81 par:pas; -bandée bandé adj f s 1.40 3.58 0.33 1.22 -bandées bandé adj f p 1.40 3.58 0.00 0.27 -bandés bandé adj m p 1.40 3.58 1.03 1.55 -bang bang ono 1.74 0.20 1.74 0.20 -bangladais bangladais nom m 0.00 0.07 0.00 0.07 -bangs bang nom m p 2.37 0.61 0.34 0.27 -banian banian nom m s 0.05 0.27 0.04 0.20 -banians banian nom m p 0.05 0.27 0.01 0.07 -banjo banjo nom m s 3.13 1.08 3.08 0.81 -banjos banjo nom m p 3.13 1.08 0.06 0.27 -bank_note bank_note nom f s 0.00 0.20 0.00 0.07 -bank_note bank_note nom f p 0.00 0.20 0.00 0.14 -banlieue banlieue nom f s 7.92 23.85 6.96 21.35 -banlieues banlieue nom f p 7.92 23.85 0.96 2.50 -banlieusard banlieusard nom m s 0.23 0.68 0.09 0.20 -banlieusarde banlieusard nom f s 0.23 0.68 0.01 0.14 -banlieusardes banlieusard nom f p 0.23 0.68 0.02 0.00 -banlieusards banlieusard nom m p 0.23 0.68 0.10 0.34 -banne banner ver 0.86 0.07 0.40 0.00 imp:pre:2s;ind:pre:3s; -banner banner ver 0.86 0.07 0.46 0.07 inf; -bannes banne nom f p 0.00 0.07 0.00 0.07 -banni bannir ver m s 7.03 3.31 2.48 1.49 par:pas; -bannie bannir ver f s 7.03 3.31 0.85 0.27 par:pas; -bannies bannir ver f p 7.03 3.31 0.07 0.14 par:pas; -bannir bannir ver 7.03 3.31 1.62 0.61 inf; -bannirait bannir ver 7.03 3.31 0.34 0.14 cnd:pre:3s; -bannirent bannir ver 7.03 3.31 0.02 0.00 ind:pas:3p; -bannis bannir ver m p 7.03 3.31 0.93 0.20 imp:pre:2s;ind:pre:1s;ind:pre:2s;par:pas; -bannissaient bannir ver 7.03 3.31 0.00 0.14 ind:imp:3p; -bannissait bannir ver 7.03 3.31 0.00 0.14 ind:imp:3s; -bannissant bannir ver 7.03 3.31 0.01 0.07 par:pre; -bannisse bannir ver 7.03 3.31 0.02 0.00 sub:pre:3s; -bannissement bannissement nom m s 0.62 0.47 0.59 0.34 -bannissements bannissement nom m p 0.62 0.47 0.03 0.14 -bannissez bannir ver 7.03 3.31 0.57 0.07 imp:pre:2p; -bannissons bannir ver 7.03 3.31 0.06 0.00 imp:pre:1p;ind:pre:1p; -bannit bannir ver 7.03 3.31 0.05 0.07 ind:pre:3s;ind:pas:3s; -bannière bannière nom f s 2.14 6.96 1.83 2.91 -bannières bannière nom f p 2.14 6.96 0.31 4.05 -banqua banquer ver 0.08 0.47 0.00 0.07 ind:pas:3s; -banque banque nom f s 79.35 30.88 70.79 25.54 -banquer banquer ver 0.08 0.47 0.04 0.27 inf; -banquerai banquer ver 0.08 0.47 0.00 0.07 ind:fut:1s; -banqueroute banqueroute nom f s 1.02 0.74 0.82 0.68 -banqueroutes banqueroute nom f p 1.02 0.74 0.20 0.07 -banqueroutier banqueroutier nom m s 0.11 0.00 0.01 0.00 -banqueroutiers banqueroutier nom m p 0.11 0.00 0.10 0.00 -banques banque nom f p 79.35 30.88 8.56 5.34 -banquet banquet nom m s 4.41 5.88 3.62 4.12 -banquets banquet nom m p 4.41 5.88 0.79 1.76 -banquette banquette nom f s 3.02 30.88 2.66 24.26 -banquettes banquette nom f p 3.02 30.88 0.36 6.62 -banqueté banqueter ver m s 0.04 0.00 0.04 0.00 par:pas; -banquier banquier nom m s 6.32 12.70 4.70 8.38 -banquiers banquier nom m p 6.32 12.70 1.33 3.99 -banquise banquise nom f s 0.66 1.55 0.65 1.42 -banquises banquise nom f p 0.66 1.55 0.01 0.14 -banquistes banquiste nom p 0.00 0.14 0.00 0.14 -banquière banquier nom f s 6.32 12.70 0.29 0.20 -banquières banquière nom f p 0.07 0.00 0.03 0.00 -banqué banquer ver m s 0.08 0.47 0.04 0.07 par:pas; -bans ban nom m p 1.66 2.16 0.90 0.41 -bantou bantou nom m s 0.14 0.00 0.14 0.00 -bantoue bantou adj f s 0.14 0.07 0.02 0.07 -bantu bantu nom m s 0.01 0.00 0.01 0.00 -banyan banyan nom m s 0.07 0.00 0.07 0.00 -banyuls banyuls nom m 0.00 0.74 0.00 0.74 -baobab baobab nom m s 0.58 1.15 0.18 0.81 -baobabs baobab nom m p 0.58 1.15 0.40 0.34 -baou baou nom m s 0.00 0.20 0.00 0.20 -baptisa baptiser ver 9.90 16.35 0.33 1.35 ind:pas:3s; -baptisai baptiser ver 9.90 16.35 0.00 0.07 ind:pas:1s; -baptisaient baptiser ver 9.90 16.35 0.00 0.34 ind:imp:3p; -baptisais baptiser ver 9.90 16.35 0.01 0.07 ind:imp:1s; -baptisait baptiser ver 9.90 16.35 0.05 0.95 ind:imp:3s; -baptisant baptiser ver 9.90 16.35 0.14 0.07 par:pre; -baptise baptiser ver 9.90 16.35 1.96 1.49 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -baptisent baptiser ver 9.90 16.35 0.00 0.41 ind:pre:3p; -baptiser baptiser ver 9.90 16.35 1.82 1.96 inf; -baptisera baptiser ver 9.90 16.35 0.20 0.14 ind:fut:3s; -baptiserai baptiser ver 9.90 16.35 0.01 0.00 ind:fut:1s; -baptiseraient baptiser ver 9.90 16.35 0.01 0.00 cnd:pre:3p; -baptiserait baptiser ver 9.90 16.35 0.00 0.14 cnd:pre:3s; -baptiseront baptiser ver 9.90 16.35 0.02 0.07 ind:fut:3p; -baptises baptiser ver 9.90 16.35 0.04 0.14 ind:pre:2s; -baptiseur baptiseur nom m s 0.02 0.07 0.02 0.07 -baptisez baptiser ver 9.90 16.35 0.06 0.00 imp:pre:2p;ind:pre:2p; -baptisions baptiser ver 9.90 16.35 0.14 0.20 ind:imp:1p; -baptismal baptismal adj m s 0.19 1.22 0.00 0.20 -baptismale baptismal adj f s 0.19 1.22 0.01 0.20 -baptismales baptismal adj f p 0.19 1.22 0.00 0.07 -baptismaux baptismal adj m p 0.19 1.22 0.17 0.74 -baptisons baptiser ver 9.90 16.35 0.03 0.07 imp:pre:1p;ind:pre:1p; -baptiste baptiste adj s 0.77 0.34 0.69 0.34 -baptistes baptiste nom p 0.24 0.07 0.19 0.07 -baptisèrent baptiser ver 9.90 16.35 0.06 0.07 ind:pas:3p; -baptistère baptistère nom m s 0.00 0.41 0.00 0.41 -baptisé baptiser ver m s 9.90 16.35 3.61 5.54 par:pas; -baptisée baptiser ver f s 9.90 16.35 0.99 1.96 par:pas; -baptisées baptiser ver f p 9.90 16.35 0.04 0.27 par:pas; -baptisés baptiser ver m p 9.90 16.35 0.41 1.08 par:pas; -baptême baptême nom m s 4.84 10.34 4.41 9.39 -baptêmes baptême nom m p 4.84 10.34 0.43 0.95 -baquet baquet nom m s 0.48 4.86 0.46 3.65 -baquets baquet nom m p 0.48 4.86 0.02 1.22 -bar_hôtel bar_hôtel nom m s 0.01 0.00 0.01 0.00 -bar_mitsva bar_mitsva nom f 0.41 0.07 0.41 0.07 -bar_restaurant bar_restaurant nom m s 0.00 0.07 0.00 0.07 -bar_tabac bar_tabac nom m s 0.03 0.61 0.03 0.61 -bar bar nom m s 67.57 61.35 60.17 52.57 -baragouin baragouin nom m s 0.12 0.41 0.11 0.41 -baragouinage baragouinage nom m s 0.10 0.00 0.10 0.00 -baragouinaient baragouiner ver 0.68 1.49 0.00 0.07 ind:imp:3p; -baragouinait baragouiner ver 0.68 1.49 0.01 0.54 ind:imp:3s; -baragouinant baragouiner ver 0.68 1.49 0.25 0.20 par:pre; -baragouine baragouiner ver 0.68 1.49 0.19 0.20 ind:pre:1s;ind:pre:3s; -baragouinent baragouiner ver 0.68 1.49 0.02 0.14 ind:pre:3p; -baragouiner baragouiner ver 0.68 1.49 0.07 0.20 inf; -baragouines baragouiner ver 0.68 1.49 0.09 0.00 ind:pre:2s; -baragouineur baragouineur nom m s 0.01 0.00 0.01 0.00 -baragouinez baragouiner ver 0.68 1.49 0.04 0.00 ind:pre:2p; -baragouins baragouin nom m p 0.12 0.41 0.01 0.00 -baragouiné baragouiner ver m s 0.68 1.49 0.01 0.14 par:pas; -baraka baraka nom f s 0.18 0.47 0.18 0.47 -baralipton baralipton nom m s 0.00 0.07 0.00 0.07 -baraque baraque nom f s 12.27 30.47 11.10 22.84 -baraquement baraquement nom m s 1.35 2.64 0.68 1.01 -baraquements baraquement nom m p 1.35 2.64 0.67 1.62 -baraques baraque nom f p 12.27 30.47 1.17 7.64 -baraqué baraqué adj m s 1.04 0.68 0.96 0.41 -baraquée baraqué adj f s 1.04 0.68 0.02 0.14 -baraqués baraqué adj m p 1.04 0.68 0.06 0.14 -baraterie baraterie nom f s 0.01 0.00 0.01 0.00 -baratin baratin nom m s 4.03 2.97 3.90 2.84 -baratinais baratiner ver 1.89 1.15 0.03 0.00 ind:imp:1s;ind:imp:2s; -baratinait baratiner ver 1.89 1.15 0.11 0.07 ind:imp:3s; -baratine baratiner ver 1.89 1.15 0.75 0.14 imp:pre:2s;ind:pre:1s;ind:pre:3s; -baratinent baratiner ver 1.89 1.15 0.01 0.00 ind:pre:3p; -baratiner baratiner ver 1.89 1.15 0.42 0.68 inf; -baratines baratiner ver 1.89 1.15 0.13 0.00 ind:pre:2s; -baratineur baratineur nom m s 0.74 0.27 0.44 0.20 -baratineurs baratineur nom m p 0.74 0.27 0.17 0.07 -baratineuse baratineur nom f s 0.74 0.27 0.13 0.00 -baratinez baratiner ver 1.89 1.15 0.05 0.00 imp:pre:2p;ind:pre:2p; -baratins baratin nom m p 4.03 2.97 0.14 0.14 -baratiné baratiner ver m s 1.89 1.15 0.21 0.27 par:pas; -baratinée baratiner ver f s 1.89 1.15 0.15 0.00 par:pas; -baratinés baratiner ver m p 1.89 1.15 0.02 0.00 par:pas; -barattage barattage nom m s 0.10 0.00 0.10 0.00 -barattait baratter ver 0.14 0.47 0.00 0.14 ind:imp:3s; -barattant baratter ver 0.14 0.47 0.00 0.07 par:pre; -baratte baratte nom f s 0.03 0.41 0.03 0.34 -barattent baratter ver 0.14 0.47 0.00 0.07 ind:pre:3p; -baratter baratter ver 0.14 0.47 0.13 0.07 inf; -barattes baratte nom f p 0.03 0.41 0.00 0.07 -baratté baratter ver m s 0.14 0.47 0.01 0.00 par:pas; -barattés baratter ver m p 0.14 0.47 0.00 0.07 par:pas; -barba barber ver 0.78 1.69 0.14 0.27 ind:pas:3s; -barbacane barbacane nom f s 0.02 0.14 0.02 0.07 -barbacanes barbacane nom f p 0.02 0.14 0.00 0.07 -barbaient barber ver 0.78 1.69 0.01 0.00 ind:imp:3p; -barbait barber ver 0.78 1.69 0.03 0.14 ind:imp:3s; -barbant barbant adj m s 1.90 0.27 1.02 0.20 -barbante barbant adj f s 1.90 0.27 0.65 0.00 -barbantes barbant adj f p 1.90 0.27 0.05 0.00 -barbants barbant adj m p 1.90 0.27 0.18 0.07 -barbaque barbaque nom f s 0.24 3.18 0.24 3.18 -barbara barbara nom s 0.05 0.00 0.05 0.00 -barbare barbare nom s 5.15 5.47 2.03 1.62 -barbarement barbarement adv 0.00 0.14 0.00 0.14 -barbares barbare nom p 5.15 5.47 3.12 3.85 -barbaresque barbaresque adj m s 0.00 0.95 0.00 0.41 -barbaresques barbaresque nom p 0.05 0.61 0.05 0.54 -barbarie barbarie nom f s 1.37 3.72 1.36 3.58 -barbaries barbarie nom f p 1.37 3.72 0.01 0.14 -barbarisme barbarisme nom m s 0.04 0.34 0.04 0.14 -barbarismes barbarisme nom m p 0.04 0.34 0.00 0.20 -barbe_de_capucin barbe_de_capucin nom f s 0.00 0.07 0.00 0.07 -barbe barbe nom s 24.15 50.54 23.40 47.70 -barbeau barbeau nom m s 0.01 1.08 0.01 0.74 -barbeaux barbeau nom m p 0.01 1.08 0.00 0.34 -barbecue barbecue nom m s 5.87 0.47 5.47 0.47 -barbecues barbecue nom m p 5.87 0.47 0.39 0.00 -barbelé barbelé adj m s 0.86 2.97 0.35 0.81 -barbelée barbelé adj f s 0.86 2.97 0.05 0.41 -barbelées barbelé adj f p 0.86 2.97 0.12 0.14 -barbelés barbelé nom m p 3.56 8.38 3.25 7.36 -barbent barber ver 0.78 1.69 0.00 0.14 ind:pre:3p; -barber barber ver 0.78 1.69 0.06 0.20 inf; -barbera barber ver 0.78 1.69 0.00 0.07 ind:fut:3s; -barberait barber ver 0.78 1.69 0.00 0.07 cnd:pre:3s; -barbes barbe nom p 24.15 50.54 0.75 2.84 -barbet barbet nom m s 0.00 0.41 0.00 0.34 -barbets barbet nom m p 0.00 0.41 0.00 0.07 -barbette barbette adj f s 0.01 0.00 0.01 0.00 -barbiche barbiche nom f s 0.18 3.78 0.18 3.65 -barbiches barbiche nom f p 0.18 3.78 0.00 0.14 -barbichette barbichette nom f s 0.38 0.81 0.38 0.81 -barbichu barbichu adj m s 0.01 0.68 0.01 0.61 -barbichus barbichu adj m p 0.01 0.68 0.00 0.07 -barbier barbier nom m s 3.62 22.50 3.57 22.16 -barbiers barbier nom m p 3.62 22.50 0.05 0.34 -barbillon barbillon nom m s 0.01 0.81 0.00 0.34 -barbillons barbillon nom m p 0.01 0.81 0.01 0.47 -barbiquet barbiquet nom m s 0.00 0.41 0.00 0.07 -barbiquets barbiquet nom m p 0.00 0.41 0.00 0.34 -barbiturique barbiturique nom m s 0.80 0.61 0.10 0.14 -barbituriques barbiturique nom m p 0.80 0.61 0.70 0.47 -barbon barbon nom m s 0.03 0.61 0.02 0.54 -barbons barbon nom m p 0.03 0.61 0.01 0.07 -barbot barbot nom m s 0.00 0.20 0.00 0.20 -barbota barboter ver 0.75 3.18 0.00 0.14 ind:pas:3s; -barbotages barbotage nom m p 0.00 0.07 0.00 0.07 -barbotaient barboter ver 0.75 3.18 0.00 0.14 ind:imp:3p; -barbotait barboter ver 0.75 3.18 0.00 0.88 ind:imp:3s; -barbotant barboter ver 0.75 3.18 0.01 0.41 par:pre; -barbote barboter ver 0.75 3.18 0.04 0.20 ind:pre:1s;ind:pre:3s; -barbotent barboter ver 0.75 3.18 0.00 0.14 ind:pre:3p; -barboter barboter ver 0.75 3.18 0.26 0.88 inf; -barboterais barboter ver 0.75 3.18 0.00 0.07 cnd:pre:1s; -barboterait barboter ver 0.75 3.18 0.00 0.07 cnd:pre:3s; -barboteuse barboteur nom f s 0.02 0.34 0.02 0.20 -barboteuses barboteuse nom f p 0.01 0.00 0.01 0.00 -barbotière barbotière nom f s 0.00 0.07 0.00 0.07 -barbotons barboter ver 0.75 3.18 0.16 0.14 imp:pre:1p;ind:pre:1p; -barbotte barbotte nom f s 0.03 0.07 0.02 0.07 -barbottes barbotte nom f p 0.03 0.07 0.01 0.00 -barboté barboter ver m s 0.75 3.18 0.28 0.14 par:pas; -barbouilla barbouiller ver 1.31 8.99 0.00 0.27 ind:pas:3s; -barbouillage barbouillage nom m s 0.30 0.81 0.00 0.41 -barbouillages barbouillage nom m p 0.30 0.81 0.30 0.41 -barbouillai barbouiller ver 1.31 8.99 0.00 0.07 ind:pas:1s; -barbouillaient barbouiller ver 1.31 8.99 0.00 0.20 ind:imp:3p; -barbouillais barbouiller ver 1.31 8.99 0.00 0.14 ind:imp:1s; -barbouillait barbouiller ver 1.31 8.99 0.00 0.74 ind:imp:3s; -barbouillant barbouiller ver 1.31 8.99 0.01 0.41 par:pre; -barbouille barbouiller ver 1.31 8.99 0.29 0.81 imp:pre:2s;ind:pre:1s;ind:pre:3s; -barbouillent barbouiller ver 1.31 8.99 0.00 0.20 ind:pre:3p; -barbouiller barbouiller ver 1.31 8.99 0.67 1.15 inf; -barbouilles barbouiller ver 1.31 8.99 0.10 0.14 ind:pre:2s; -barbouilleur barbouilleur nom m s 0.00 1.22 0.00 0.81 -barbouilleurs barbouilleur nom m p 0.00 1.22 0.00 0.41 -barbouillis barbouillis nom m 0.00 0.07 0.00 0.07 -barbouillèrent barbouiller ver 1.31 8.99 0.00 0.14 ind:pas:3p; -barbouillé barbouillé adj m s 0.62 1.55 0.35 1.15 -barbouillée barbouillé adj f s 0.62 1.55 0.12 0.07 -barbouillées barbouillé adj f p 0.62 1.55 0.01 0.20 -barbouillés barbouillé adj m p 0.62 1.55 0.14 0.14 -barbouze barbouze nom s 0.33 0.68 0.16 0.34 -barbouzes barbouze nom p 0.33 0.68 0.17 0.34 -barbé barber ver m s 0.78 1.69 0.04 0.07 par:pas; -barbu barbu nom m s 1.70 3.65 1.37 2.77 -barbue barbu adj f s 1.46 8.31 0.08 0.74 -barbues barbu adj f p 1.46 8.31 0.00 0.14 -barbules barbule nom f p 0.01 0.00 0.01 0.00 -barbés barber ver m p 0.78 1.69 0.10 0.07 par:pas; -barbus barbu nom m p 1.70 3.65 0.34 0.88 -barca barca adv 0.16 0.20 0.16 0.20 -barcarolle barcarolle nom f s 0.03 0.14 0.03 0.14 -barcasse barcasse nom f s 0.00 0.68 0.00 0.41 -barcasses barcasse nom f p 0.00 0.68 0.00 0.27 -barda barda nom m s 1.62 2.16 1.46 1.55 -bardage bardage nom m s 0.01 0.00 0.01 0.00 -bardaient barder ver 2.58 6.55 0.00 0.14 ind:imp:3p; -bardait barder ver 2.58 6.55 0.05 0.41 ind:imp:3s; -bardane bardane nom f s 0.04 0.34 0.04 0.20 -bardanes bardane nom f p 0.04 0.34 0.00 0.14 -bardas barda nom m p 1.62 2.16 0.16 0.61 -barde barder ver 2.58 6.55 0.30 0.20 ind:pre:3s; -bardeau bardeau nom m s 0.08 0.41 0.00 0.14 -bardeaux bardeau nom m p 0.08 0.41 0.08 0.27 -barder barder ver 2.58 6.55 1.84 0.47 inf; -bardera barder ver 2.58 6.55 0.15 0.07 ind:fut:3s; -barderait barder ver 2.58 6.55 0.00 0.07 cnd:pre:3s; -bardes barde nom p 0.18 0.68 0.00 0.27 -bardeurs bardeur nom m p 0.00 0.07 0.00 0.07 -bardiques bardique adj f p 0.00 0.07 0.00 0.07 -bardo bardo nom m s 0.11 0.20 0.11 0.20 -bardolino bardolino nom m s 0.14 0.00 0.14 0.00 -bardot bardot nom m s 0.27 0.20 0.27 0.07 -bardots bardot nom m p 0.27 0.20 0.00 0.14 -bardé barder ver m s 2.58 6.55 0.07 2.30 par:pas; -bardée barder ver f s 2.58 6.55 0.01 1.22 par:pas; -bardées barder ver f p 2.58 6.55 0.01 0.54 par:pas; -bardés barder ver m p 2.58 6.55 0.14 1.15 par:pas; -baret baret nom m s 0.00 0.07 0.00 0.07 -barge barge adj s 1.70 0.14 1.60 0.07 -barges barge nom f p 1.00 0.74 0.28 0.34 -barguigna barguigner ver 0.14 0.34 0.00 0.07 ind:pas:3s; -barguigner barguigner ver 0.14 0.34 0.14 0.20 inf; -barguigné barguigner ver m s 0.14 0.34 0.00 0.07 par:pas; -baril baril nom m s 2.71 3.04 1.81 2.03 -barillet barillet nom m s 0.69 2.03 0.67 1.96 -barillets barillet nom m p 0.69 2.03 0.03 0.07 -barils baril nom m p 2.71 3.04 0.90 1.01 -barine barine nom m s 0.22 0.00 0.22 0.00 -bariolage bariolage nom m s 0.00 0.61 0.00 0.41 -bariolages bariolage nom m p 0.00 0.61 0.00 0.20 -bariolaient barioler ver 0.03 2.64 0.00 0.07 ind:imp:3p; -bariolant barioler ver 0.03 2.64 0.00 0.14 par:pre; -bariole barioler ver 0.03 2.64 0.00 0.07 ind:pre:3s; -bariolé bariolé adj m s 0.21 5.47 0.02 1.35 -bariolée bariolé adj f s 0.21 5.47 0.03 1.76 -bariolées bariolé adj f p 0.21 5.47 0.01 0.88 -bariolures bariolure nom f p 0.00 0.07 0.00 0.07 -bariolés bariolé adj m p 0.21 5.47 0.16 1.49 -barje barje adj m s 0.00 0.27 0.00 0.20 -barjes barje adj p 0.00 0.27 0.00 0.07 -barjo barjo adj m s 1.02 0.14 0.95 0.14 -barjos barjo nom m p 1.01 0.14 0.28 0.00 -barjot barjot adj m s 0.84 0.47 0.63 0.34 -barjots barjot adj m p 0.84 0.47 0.21 0.14 -barmaid barmaid nom f s 0.67 1.82 0.65 1.76 -barmaids barmaid nom f p 0.67 1.82 0.02 0.07 -barman barman nom m s 7.91 11.01 7.53 10.14 -barmans barman nom m p 7.91 11.01 0.14 0.00 -barmen barman nom m p 7.91 11.01 0.24 0.88 -barnum barnum nom m s 0.03 0.20 0.03 0.20 -barolo barolo nom m s 0.05 0.00 0.05 0.00 -baromètre baromètre nom m s 0.57 2.91 0.56 2.30 -baromètres baromètre nom m p 0.57 2.91 0.01 0.61 -barométrique barométrique adj s 0.04 0.14 0.04 0.14 -baron baron nom m s 20.80 28.24 16.07 17.64 -baronet baronet nom m s 0.07 0.07 0.07 0.07 -baronnait baronner ver 0.00 0.20 0.00 0.07 ind:imp:3s; -baronne baron nom f s 20.80 28.24 4.17 7.03 -baronner baronner ver 0.00 0.20 0.00 0.07 inf; -baronnes baronne nom f p 0.02 0.00 0.02 0.00 -baronnet baronnet nom m s 0.10 0.34 0.10 0.07 -baronnets baronnet nom m p 0.10 0.34 0.00 0.27 -baronnez baronner ver 0.00 0.20 0.00 0.07 ind:pre:2p; -baronnie baronnie nom f s 0.02 0.14 0.02 0.07 -baronnies baronnie nom f p 0.02 0.14 0.00 0.07 -barons baron nom m p 20.80 28.24 0.56 3.51 -baroque baroque adj s 1.24 4.86 0.91 2.91 -baroques baroque adj p 1.24 4.86 0.34 1.96 -barotraumatisme barotraumatisme nom m s 0.01 0.00 0.01 0.00 -baroud baroud nom m s 0.04 1.35 0.04 1.35 -baroudeur baroudeur nom m s 0.32 0.68 0.05 0.34 -baroudeurs baroudeur nom m p 0.32 0.68 0.13 0.14 -baroudeuse baroudeur nom f s 0.32 0.68 0.14 0.20 -baroudé barouder ver m s 0.28 0.00 0.28 0.00 par:pas; -barouf barouf nom m s 0.28 0.68 0.28 0.68 -barque barque nom f s 10.40 41.28 9.52 29.93 -barques barque nom f p 10.40 41.28 0.89 11.35 -barquette barquette nom f s 0.27 0.54 0.15 0.14 -barquettes barquette nom f p 0.27 0.54 0.12 0.41 -barra barrer ver 26.71 32.36 0.13 1.01 ind:pas:3s; -barracuda barracuda nom m s 2.26 0.34 2.19 0.34 -barracudas barracuda nom m p 2.26 0.34 0.08 0.00 -barrage barrage nom m s 13.40 19.66 9.60 10.68 -barrages barrage nom m p 13.40 19.66 3.80 8.99 -barrai barrer ver 26.71 32.36 0.00 0.14 ind:pas:1s; -barraient barrer ver 26.71 32.36 0.03 1.35 ind:imp:3p; -barrais barrer ver 26.71 32.36 0.04 0.27 ind:imp:1s;ind:imp:2s; -barrait barrer ver 26.71 32.36 0.34 4.39 ind:imp:3s; -barrant barrer ver 26.71 32.36 0.03 2.23 par:pre; -barre barre nom f s 18.78 29.39 15.59 23.18 -barreau barreau nom m s 7.61 19.53 2.15 3.99 -barreaudées barreaudé adj f p 0.00 0.07 0.00 0.07 -barreaux barreau nom m p 7.61 19.53 5.46 15.54 -barrent barrer ver 26.71 32.36 0.75 0.95 ind:pre:3p; -barrer barrer ver 26.71 32.36 4.58 4.80 inf; -barrera barrer ver 26.71 32.36 0.06 0.41 ind:fut:3s; -barrerai barrer ver 26.71 32.36 0.01 0.07 ind:fut:1s; -barrerais barrer ver 26.71 32.36 0.04 0.07 cnd:pre:1s;cnd:pre:2s; -barreront barrer ver 26.71 32.36 0.03 0.14 ind:fut:3p; -barres barre nom f p 18.78 29.39 3.19 6.22 -barrette barrette nom f s 0.46 2.50 0.33 1.42 -barrettes barrette nom f p 0.46 2.50 0.13 1.08 -barreur barreur nom m s 0.07 0.00 0.05 0.00 -barreurs barreur nom m p 0.07 0.00 0.01 0.00 -barreuse barreur nom f s 0.07 0.00 0.01 0.00 -barrez barrer ver 26.71 32.36 4.38 0.68 imp:pre:2p;ind:pre:2p; -barri barrir ver m s 0.10 0.54 0.01 0.07 par:pas; -barricada barricader ver 2.46 5.41 0.00 0.07 ind:pas:3s; -barricadai barricader ver 2.46 5.41 0.00 0.14 ind:pas:1s; -barricadaient barricader ver 2.46 5.41 0.00 0.20 ind:imp:3p; -barricadait barricader ver 2.46 5.41 0.00 0.54 ind:imp:3s; -barricade barricade nom f s 2.68 7.57 0.94 3.11 -barricadent barricader ver 2.46 5.41 0.05 0.41 ind:pre:3p; -barricader barricader ver 2.46 5.41 0.51 0.95 inf; -barricaderait barricader ver 2.46 5.41 0.00 0.14 cnd:pre:3s; -barricades barricade nom f p 2.68 7.57 1.74 4.46 -barricadez barricader ver 2.46 5.41 0.56 0.07 imp:pre:2p;ind:pre:2p; -barricadier barricadier nom m s 0.00 0.14 0.00 0.07 -barricadières barricadier nom f p 0.00 0.14 0.00 0.07 -barricadons barricader ver 2.46 5.41 0.07 0.00 imp:pre:1p;ind:pre:1p; -barricadèrent barricader ver 2.46 5.41 0.01 0.07 ind:pas:3p; -barricadé barricader ver m s 2.46 5.41 0.52 1.08 par:pas; -barricadée barricader ver f s 2.46 5.41 0.07 0.34 par:pas; -barricadées barricader ver f p 2.46 5.41 0.06 0.47 par:pas; -barricadés barricader ver m p 2.46 5.41 0.14 0.61 par:pas; -barrique barrique nom f s 0.99 1.55 0.68 0.81 -barriques barrique nom f p 0.99 1.55 0.31 0.74 -barris barrir ver m p 0.10 0.54 0.07 0.00 imp:pre:2s;par:pas; -barrissait barrir ver 0.10 0.54 0.00 0.20 ind:imp:3s; -barrissant barrir ver 0.10 0.54 0.03 0.07 par:pre; -barrissement barrissement nom m s 0.01 0.88 0.00 0.54 -barrissements barrissement nom m p 0.01 0.88 0.01 0.34 -barrissent barrir ver 0.10 0.54 0.00 0.07 ind:pre:3p; -barriste barriste nom s 0.00 0.07 0.00 0.07 -barrit barrir ver 0.10 0.54 0.00 0.14 ind:pre:3s; -barrière barrière nom f s 9.13 22.91 7.33 17.36 -barrières barrière nom f p 9.13 22.91 1.80 5.54 -barrons barrer ver 26.71 32.36 0.85 0.20 imp:pre:1p;ind:pre:1p; -barrèrent barrer ver 26.71 32.36 0.01 0.14 ind:pas:3p; -barré barrer ver m s 26.71 32.36 4.04 4.80 par:pas; -barrée barrer ver f s 26.71 32.36 1.88 3.18 par:pas; -barrées barrer ver f p 26.71 32.36 0.25 0.61 par:pas; -barrés barré adj m p 3.36 2.64 0.69 0.81 -barrésien barrésien nom m s 0.00 0.07 0.00 0.07 -bars bar nom m p 67.57 61.35 7.39 8.78 -bartavelle bartavelle nom f s 1.61 1.08 0.67 0.00 -bartavelles bartavelle nom f p 1.61 1.08 0.94 1.08 -barème barème nom m s 0.31 0.54 0.17 0.34 -barèmes barème nom m p 0.31 0.54 0.14 0.20 -barye barye nom f s 0.01 0.00 0.01 0.00 -baryon baryon nom m s 0.01 0.00 0.01 0.00 -baryte baryte nom f s 0.00 0.07 0.00 0.07 -baryton baryton nom m s 0.83 2.70 0.78 2.50 -barytonnant barytonner ver 0.00 0.14 0.00 0.07 par:pre; -barytonner barytonner ver 0.00 0.14 0.00 0.07 inf; -barytons baryton nom m p 0.83 2.70 0.05 0.20 -baryté baryté adj m s 0.01 0.00 0.01 0.00 -baryum baryum nom m s 0.06 0.14 0.06 0.14 -barzoï barzoï nom m s 0.07 0.07 0.07 0.07 -bas_bleu bas_bleu nom m s 0.01 0.47 0.01 0.34 -bas_bleu bas_bleu nom m p 0.01 0.47 0.00 0.14 -bas_côté bas_côté nom m s 0.60 5.34 0.58 3.58 -bas_côté bas_côté nom m p 0.60 5.34 0.02 1.76 -bas_empire bas_empire nom m 0.00 0.07 0.00 0.07 -bas_flanc bas_flanc nom m 0.00 0.14 0.00 0.14 -bas_fond bas_fond nom m s 1.05 3.72 0.02 1.62 -bas_fond bas_fond nom m p 1.05 3.72 1.03 2.09 -bas_relief bas_relief nom m s 0.09 1.22 0.08 0.34 -bas_relief bas_relief nom m p 0.09 1.22 0.01 0.88 -bas_ventre bas_ventre nom m s 0.23 2.30 0.23 2.30 -bas bas adj m 85.56 187.09 73.86 99.80 -basa baser ver 15.61 2.70 0.02 0.00 ind:pas:3s; -basaient baser ver 15.61 2.70 0.10 0.07 ind:imp:3p; -basait baser ver 15.61 2.70 0.04 0.14 ind:imp:3s; -basal basal adj m s 0.15 0.00 0.15 0.00 -basalte basalte nom m s 0.03 1.01 0.03 0.95 -basaltes basalte nom m p 0.03 1.01 0.00 0.07 -basaltique basaltique adj s 0.00 0.34 0.00 0.34 -basane basane nom f s 0.01 0.95 0.00 0.88 -basanes basane nom f p 0.01 0.95 0.01 0.07 -basant baser ver 15.61 2.70 1.47 0.00 par:pre; -basané basané adj m s 0.44 2.50 0.32 1.69 -basanée basané adj f s 0.44 2.50 0.01 0.47 -basanées basané adj f p 0.44 2.50 0.01 0.14 -basanés basané adj m p 0.44 2.50 0.10 0.20 -bascula basculer ver 5.29 31.35 0.22 3.78 ind:pas:3s; -basculai basculer ver 5.29 31.35 0.00 0.27 ind:pas:1s; -basculaient basculer ver 5.29 31.35 0.10 0.74 ind:imp:3p; -basculais basculer ver 5.29 31.35 0.00 0.14 ind:imp:1s;ind:imp:2s; -basculait basculer ver 5.29 31.35 0.01 2.50 ind:imp:3s; -basculant basculant adj m s 0.06 0.95 0.04 0.54 -basculante basculant adj f s 0.06 0.95 0.00 0.27 -basculants basculant adj m p 0.06 0.95 0.03 0.14 -bascule basculer ver 5.29 31.35 1.12 4.39 imp:pre:2s;ind:pre:1s;ind:pre:3s; -basculement basculement nom m s 0.04 0.14 0.04 0.14 -basculent basculer ver 5.29 31.35 0.02 0.74 ind:pre:3p; -basculer basculer ver 5.29 31.35 2.33 10.95 inf; -basculera basculer ver 5.29 31.35 0.00 0.20 ind:fut:3s; -basculerai basculer ver 5.29 31.35 0.00 0.07 ind:fut:1s; -basculerais basculer ver 5.29 31.35 0.14 0.00 cnd:pre:2s; -basculerait basculer ver 5.29 31.35 0.01 0.14 cnd:pre:3s; -basculeront basculer ver 5.29 31.35 0.14 0.07 ind:fut:3p; -bascules basculer ver 5.29 31.35 0.03 0.07 ind:pre:2s; -basculez basculer ver 5.29 31.35 0.15 0.00 imp:pre:2p;ind:pre:2p; -basculions basculer ver 5.29 31.35 0.00 0.07 ind:imp:1p; -basculâmes basculer ver 5.29 31.35 0.00 0.07 ind:pas:1p; -basculât basculer ver 5.29 31.35 0.00 0.07 sub:imp:3s; -basculèrent basculer ver 5.29 31.35 0.00 0.34 ind:pas:3p; -basculé basculer ver m s 5.29 31.35 1.02 3.72 par:pas; -basculée basculer ver f s 5.29 31.35 0.00 0.54 par:pas; -basculées basculer ver f p 5.29 31.35 0.01 0.07 par:pas; -basculés basculer ver m p 5.29 31.35 0.01 0.20 par:pas; -base_ball base_ball nom m s 10.12 1.28 10.12 1.28 -base base nom f s 59.22 44.46 51.69 31.96 -baseball baseball nom m s 6.95 0.00 6.95 0.00 -basent baser ver 15.61 2.70 0.23 0.00 ind:pre:3p; -baser baser ver 15.61 2.70 0.44 0.07 inf; -basera baser ver 15.61 2.70 0.01 0.00 ind:fut:3s; -baseront baser ver 15.61 2.70 0.03 0.00 ind:fut:3p; -bases base nom f p 59.22 44.46 7.53 12.50 -basez baser ver 15.61 2.70 0.35 0.07 imp:pre:2p;ind:pre:2p; -basic basic nom m s 0.03 0.00 0.03 0.00 -basilaire basilaire adj s 0.04 0.00 0.04 0.00 -basileus basileus nom m 0.04 0.00 0.04 0.00 -basilic basilic nom m s 1.86 1.01 1.86 1.01 -basilicum basilicum nom m s 0.00 0.07 0.00 0.07 -basilique basilique nom f s 0.66 4.19 0.52 3.92 -basiliques basilique nom f p 0.66 4.19 0.14 0.27 -basin basin nom m s 0.00 0.07 0.00 0.07 -basique basique adj s 1.30 0.00 0.85 0.00 -basiques basique adj p 1.30 0.00 0.45 0.00 -basket_ball basket_ball nom m s 1.38 0.34 1.38 0.34 -basket basket nom s 16.48 3.45 10.91 0.88 -baskets basket nom p 16.48 3.45 5.56 2.57 -basketteur basketteur nom m s 0.43 0.20 0.31 0.07 -basketteurs basketteur nom m p 0.43 0.20 0.10 0.07 -basketteuse basketteur nom f s 0.43 0.20 0.01 0.00 -basketteuses basketteur nom f p 0.43 0.20 0.01 0.07 -basmati basmati nom m s 0.03 0.00 0.03 0.00 -basoche basoche nom f s 0.00 0.07 0.00 0.07 -basons baser ver 15.61 2.70 0.02 0.07 imp:pre:1p;ind:pre:1p; -basquaise basquais adj f s 0.13 0.14 0.13 0.14 -basque basque adj s 8.73 3.58 7.51 3.24 -basques basque nom p 4.12 2.64 3.52 2.16 -bassa bassa nom s 0.00 0.14 0.00 0.07 -bassas bassa nom p 0.00 0.14 0.00 0.07 -basse_cour basse_cour nom f s 0.81 3.85 0.57 3.65 -basse_fosse basse_fosse nom f s 0.01 0.20 0.01 0.14 -basse_taille basse_taille nom f s 0.00 0.14 0.00 0.14 -basse bas adj f s 85.56 187.09 9.54 71.28 -bassement bassement adv 0.35 0.54 0.35 0.54 -basse_cour basse_cour nom f p 0.81 3.85 0.23 0.20 -basse_fosse basse_fosse nom f p 0.01 0.20 0.00 0.07 -basses bas adj f p 85.56 187.09 2.15 16.01 -bassesse bassesse nom f s 1.72 3.65 1.15 2.50 -bassesses bassesse nom f p 1.72 3.65 0.57 1.15 -basset basset nom m s 0.70 1.49 0.53 1.28 -bassets basset nom m p 0.70 1.49 0.17 0.20 -bassette bassette nom f s 0.01 0.07 0.01 0.07 -bassin bassin nom m s 5.03 25.20 4.51 21.22 -bassinaient bassiner ver 0.46 1.42 0.00 0.07 ind:imp:3p; -bassinais bassiner ver 0.46 1.42 0.00 0.07 ind:imp:1s; -bassinait bassiner ver 0.46 1.42 0.02 0.07 ind:imp:3s; -bassinant bassiner ver 0.46 1.42 0.00 0.07 par:pre; -bassine bassine nom f s 1.59 8.99 1.55 6.55 -bassiner bassiner ver 0.46 1.42 0.23 0.54 inf; -bassines bassine nom f p 1.59 8.99 0.04 2.43 -bassinet bassinet nom m s 0.16 0.34 0.16 0.34 -bassinez bassiner ver 0.46 1.42 0.01 0.00 ind:pre:2p; -bassinoire bassinoire nom f s 0.01 0.47 0.00 0.41 -bassinoires bassinoire nom f p 0.01 0.47 0.01 0.07 -bassins bassin nom m p 5.03 25.20 0.52 3.99 -bassiné bassiner ver m s 0.46 1.42 0.07 0.14 par:pas; -bassiste bassiste nom s 0.94 0.81 0.93 0.74 -bassistes bassiste nom p 0.94 0.81 0.02 0.07 -basson basson nom m s 0.07 0.07 0.07 0.07 -basta basta ono 2.15 1.49 2.15 1.49 -baste baste ono 0.42 0.14 0.42 0.14 -baster baster ver 0.10 0.20 0.01 0.00 inf; -bastide bastide nom f s 1.14 0.41 0.73 0.27 -bastides bastide nom f p 1.14 0.41 0.40 0.14 -bastille bastille nom f s 1.81 4.32 1.81 4.12 -bastilles bastille nom f p 1.81 4.32 0.00 0.20 -bastingage bastingage nom m s 0.23 2.03 0.23 1.82 -bastingages bastingage nom m p 0.23 2.03 0.00 0.20 -bastion bastion nom m s 1.49 2.70 1.44 1.89 -bastionnée bastionner ver f s 0.00 0.07 0.00 0.07 par:pas; -bastions bastion nom m p 1.49 2.70 0.04 0.81 -baston baston nom m s 1.51 0.88 1.43 0.81 -bastonnade bastonnade nom f s 0.13 0.47 0.12 0.41 -bastonnades bastonnade nom f p 0.13 0.47 0.01 0.07 -bastonne bastonner ver 0.62 0.68 0.25 0.14 imp:pre:2s;ind:pre:1s;ind:pre:3s; -bastonnent bastonner ver 0.62 0.68 0.01 0.00 ind:pre:3p; -bastonner bastonner ver 0.62 0.68 0.17 0.20 inf; -bastonneurs bastonneur nom m p 0.02 0.00 0.02 0.00 -bastonné bastonner ver m s 0.62 0.68 0.06 0.27 par:pas; -bastonnée bastonner ver f s 0.62 0.68 0.10 0.07 par:pas; -bastonnés bastonner ver m p 0.62 0.68 0.02 0.00 par:pas; -bastons baston nom m p 1.51 0.88 0.09 0.07 -bastos bastos nom f 0.42 1.62 0.42 1.62 -bastringue bastringue nom m s 0.50 1.08 0.42 1.01 -bastringues bastringue nom m p 0.50 1.08 0.08 0.07 -basé baser ver m s 15.61 2.70 4.86 0.41 par:pas; -basée baser ver f s 15.61 2.70 3.60 0.74 par:pas; -basées baser ver f p 15.61 2.70 1.14 0.27 par:pas; -basés baser ver m p 15.61 2.70 1.15 0.61 par:pas; -bat_flanc bat_flanc nom m 0.00 2.84 0.00 2.84 -bat_l_eau bat_l_eau nom m s 0.00 0.07 0.00 0.07 -bat battre ver 200.32 182.36 27.36 17.97 ind:pre:3s; -bataclan bataclan nom m s 0.25 1.08 0.25 1.08 -batailla batailler ver 0.34 1.76 0.00 0.07 ind:pas:3s; -bataillait batailler ver 0.34 1.76 0.00 0.27 ind:imp:3s; -bataillant batailler ver 0.34 1.76 0.01 0.27 par:pre; -bataille bataille nom f s 32.02 77.77 28.31 64.19 -bataillent batailler ver 0.34 1.76 0.00 0.14 ind:pre:3p; -batailler batailler ver 0.34 1.76 0.10 0.61 inf; -batailles bataille nom f p 32.02 77.77 3.71 13.58 -batailleur batailleur nom m s 0.01 0.00 0.01 0.00 -batailleurs batailleur adj m p 0.00 1.35 0.00 0.47 -batailleuse batailleur adj f s 0.00 1.35 0.00 0.20 -batailleuses batailleur adj f p 0.00 1.35 0.00 0.07 -bataillon bataillon nom m s 8.13 29.53 6.84 20.07 -bataillonnaire bataillonnaire nom m s 0.00 0.14 0.00 0.07 -bataillonnaires bataillonnaire nom m p 0.00 0.14 0.00 0.07 -bataillons bataillon nom m p 8.13 29.53 1.28 9.46 -bataillèrent batailler ver 0.34 1.76 0.00 0.07 ind:pas:3p; -bataillé batailler ver m s 0.34 1.76 0.06 0.07 par:pas; -bataillés batailler ver m p 0.34 1.76 0.00 0.07 par:pas; -batak batak nom m s 0.05 0.00 0.05 0.00 -batardeau batardeau nom m s 0.02 0.00 0.02 0.00 -batave batave adj s 0.01 0.27 0.01 0.14 -bataves batave adj p 0.01 0.27 0.00 0.14 -bateau_citerne bateau_citerne nom m s 0.03 0.00 0.03 0.00 -bateau_lavoir bateau_lavoir nom m s 0.00 0.20 0.00 0.14 -bateau_mouche bateau_mouche nom m s 0.01 0.74 0.01 0.34 -bateau_pilote bateau_pilote nom m s 0.01 0.00 0.01 0.00 -bateau_pompe bateau_pompe nom m s 0.00 0.07 0.00 0.07 -bateau bateau nom m s 124.82 82.36 106.55 61.22 -bateau_lavoir bateau_lavoir nom m p 0.00 0.20 0.00 0.07 -bateau_mouche bateau_mouche nom m p 0.01 0.74 0.00 0.41 -bateaux bateau nom m p 124.82 82.36 18.27 21.15 -batelets batelet nom m p 0.00 0.20 0.00 0.20 -bateleur bateleur nom m s 0.00 1.08 0.00 0.61 -bateleurs bateleur nom m p 0.00 1.08 0.00 0.47 -batelier batelier nom m s 0.36 1.89 0.25 0.61 -bateliers batelier nom m p 0.36 1.89 0.11 1.28 -batellerie batellerie nom f s 0.00 0.20 0.00 0.20 -bath bath adj 0.29 4.73 0.29 4.73 -bathyale bathyal adj f s 0.01 0.00 0.01 0.00 -bathymètre bathymètre nom m s 0.01 0.00 0.01 0.00 -bathymétrique bathymétrique adj m s 0.01 0.00 0.01 0.00 -bathyscaphe bathyscaphe nom m s 0.05 0.00 0.05 0.00 -bathysphère bathysphère nom f s 0.01 0.00 0.01 0.00 -batifola batifoler ver 1.21 0.88 0.00 0.07 ind:pas:3s; -batifolage batifolage nom m s 0.25 0.14 0.23 0.07 -batifolages batifolage nom m p 0.25 0.14 0.01 0.07 -batifolaient batifoler ver 1.21 0.88 0.01 0.14 ind:imp:3p; -batifolais batifoler ver 1.21 0.88 0.01 0.00 ind:imp:1s; -batifolait batifoler ver 1.21 0.88 0.01 0.14 ind:imp:3s; -batifolant batifoler ver 1.21 0.88 0.17 0.20 par:pre; -batifole batifoler ver 1.21 0.88 0.17 0.07 ind:pre:1s;ind:pre:3s; -batifolent batifoler ver 1.21 0.88 0.03 0.00 ind:pre:3p; -batifoler batifoler ver 1.21 0.88 0.72 0.20 inf; -batifoles batifoler ver 1.21 0.88 0.01 0.00 ind:pre:2s; -batifoleurs batifoleur nom m p 0.00 0.14 0.00 0.14 -batifolez batifoler ver 1.21 0.88 0.02 0.00 imp:pre:2p;ind:pre:2p; -batifolé batifoler ver m s 1.21 0.88 0.05 0.07 par:pas; -batik batik nom m s 0.00 0.14 0.00 0.14 -batiste batiste nom f s 0.00 0.88 0.00 0.88 -batracien batracien nom m s 0.03 0.54 0.03 0.27 -batracienne batracien adj f s 0.01 0.07 0.01 0.07 -batraciens batracien nom m p 0.03 0.54 0.00 0.27 -bats battre ver 200.32 182.36 13.72 2.77 imp:pre:2s;ind:pre:1s;ind:pre:2s; -battîmes battre ver 200.32 182.36 0.00 0.07 ind:pas:1p; -battît battre ver 200.32 182.36 0.00 0.14 sub:imp:3s; -battage battage nom m s 0.18 0.34 0.18 0.27 -battages battage nom m p 0.18 0.34 0.00 0.07 -battaient battre ver 200.32 182.36 2.14 11.15 ind:imp:3p; -battais battre ver 200.32 182.36 1.24 1.62 ind:imp:1s;ind:imp:2s; -battait battre ver 200.32 182.36 6.78 28.38 ind:imp:3s; -battant battre ver 200.32 182.36 2.00 8.31 par:pre; -battante battant nom f s 1.73 11.42 0.42 0.07 -battantes battant adj f p 1.07 12.84 0.01 1.28 -battants battant nom m p 1.73 11.42 0.39 3.99 -batte batte nom f s 6.87 0.41 6.39 0.27 -battement battement nom m s 5.28 19.26 2.59 10.81 -battements battement nom m p 5.28 19.26 2.69 8.45 -battent battre ver 200.32 182.36 8.87 7.91 ind:pre:3p; -batterie batterie nom f s 14.24 15.54 10.61 9.73 -batteries batterie nom f p 14.24 15.54 3.63 5.81 -battes battre ver 200.32 182.36 0.65 0.14 sub:pre:2s; -batteur batteur nom m s 4.50 3.99 3.34 1.82 -batteurs batteur nom m p 4.50 3.99 0.89 0.61 -batteuse batteur nom f s 4.50 3.99 0.27 1.42 -batteuses batteuse nom f p 0.11 0.00 0.11 0.00 -battez battre ver 200.32 182.36 7.69 0.68 imp:pre:2p;ind:pre:2p; -battiez battre ver 200.32 182.36 0.52 0.27 ind:imp:2p; -battions battre ver 200.32 182.36 0.22 0.54 ind:imp:1p; -battirent battre ver 200.32 182.36 0.27 1.22 ind:pas:3p; -battis battre ver 200.32 182.36 0.14 0.41 ind:pas:1s; -battit battre ver 200.32 182.36 0.36 6.42 ind:pas:3s; -battle_dress battle_dress nom m 0.00 0.14 0.00 0.14 -battoir battoir nom m s 0.06 2.43 0.02 1.35 -battoires battoire nom m p 0.00 0.07 0.00 0.07 -battoirs battoir nom m p 0.06 2.43 0.03 1.08 -battons battre ver 200.32 182.36 2.26 1.55 imp:pre:1p;ind:pre:1p; -battra battre ver 200.32 182.36 2.74 0.81 ind:fut:3s; -battrai battre ver 200.32 182.36 2.54 0.47 ind:fut:1s; -battraient battre ver 200.32 182.36 0.17 0.68 cnd:pre:3p; -battrais battre ver 200.32 182.36 1.15 0.07 cnd:pre:1s;cnd:pre:2s; -battrait battre ver 200.32 182.36 1.02 1.55 cnd:pre:3s; -battras battre ver 200.32 182.36 0.52 0.27 ind:fut:2s; -battre battre ver 200.32 182.36 75.89 57.36 inf;; -battrez battre ver 200.32 182.36 0.41 0.14 ind:fut:2p; -battriez battre ver 200.32 182.36 0.12 0.00 cnd:pre:2p; -battrions battre ver 200.32 182.36 0.01 0.00 cnd:pre:1p; -battrons battre ver 200.32 182.36 1.07 0.47 ind:fut:1p; -battront battre ver 200.32 182.36 0.84 0.00 ind:fut:3p; -battu battre ver m s 200.32 182.36 24.13 17.36 par:pas; -battue battre ver f s 200.32 182.36 5.87 4.93 par:pas; -battues battre ver f p 200.32 182.36 0.41 0.95 par:pas; -battus battre ver m p 200.32 182.36 6.89 6.49 par:pas; -batée batée nom f s 0.01 0.07 0.01 0.07 -bau bau nom m s 0.22 0.07 0.22 0.07 -baud baud nom m s 0.01 0.00 0.01 0.00 -baudelairien baudelairien adj m s 0.00 0.27 0.00 0.07 -baudelairiennes baudelairien adj f p 0.00 0.27 0.00 0.07 -baudelairiens baudelairien adj m p 0.00 0.27 0.00 0.14 -baudet baudet nom m s 0.13 0.54 0.11 0.41 -baudets baudet nom m p 0.13 0.54 0.03 0.14 -baudrier baudrier nom m s 0.18 3.45 0.17 2.50 -baudriers baudrier nom m p 0.18 3.45 0.01 0.95 -baudroie baudroie nom f s 0.01 0.07 0.01 0.00 -baudroies baudroie nom f p 0.01 0.07 0.00 0.07 -baudruche baudruche nom f s 0.32 0.88 0.28 0.81 -baudruches baudruche nom f p 0.32 0.88 0.04 0.07 -bauge bauge nom f s 0.14 1.35 0.14 1.22 -bauges bauge nom f p 0.14 1.35 0.00 0.14 -baugé bauger ver m s 0.00 0.07 0.00 0.07 par:pas; -baume baume nom s 1.94 3.65 1.79 2.91 -baumes baume nom p 1.94 3.65 0.16 0.74 -baumier baumier nom m s 0.01 0.07 0.01 0.00 -baumiers baumier nom m p 0.01 0.07 0.00 0.07 -baux bail,bau nom m p 0.19 0.34 0.19 0.34 -bauxite bauxite nom f s 0.18 0.41 0.18 0.41 -bava baver ver 9.79 12.36 0.02 0.20 ind:pas:3s; -bavaient baver ver 9.79 12.36 0.02 0.41 ind:imp:3p; -bavais baver ver 9.79 12.36 0.06 0.54 ind:imp:1s; -bavait baver ver 9.79 12.36 0.39 1.62 ind:imp:3s; -bavant baver ver 9.79 12.36 0.14 1.35 par:pre; -bavard bavard adj m s 4.85 12.30 2.39 4.86 -bavarda bavarder ver 16.43 24.19 0.00 0.47 ind:pas:3s; -bavardage bavardage nom m s 3.57 9.73 1.48 5.34 -bavardages bavardage nom m p 3.57 9.73 2.08 4.39 -bavardai bavarder ver 16.43 24.19 0.01 0.07 ind:pas:1s; -bavardaient bavarder ver 16.43 24.19 0.04 2.23 ind:imp:3p; -bavardais bavarder ver 16.43 24.19 0.07 0.20 ind:imp:1s; -bavardait bavarder ver 16.43 24.19 0.89 2.16 ind:imp:3s; -bavardant bavarder ver 16.43 24.19 0.18 2.64 par:pre; -bavarde bavarder ver 16.43 24.19 1.55 1.96 imp:pre:2s;ind:pre:1s;ind:pre:3s; -bavardent bavarder ver 16.43 24.19 0.48 0.88 ind:pre:3p; -bavarder bavarder ver 16.43 24.19 8.66 8.99 inf; -bavardera bavarder ver 16.43 24.19 0.48 0.14 ind:fut:3s; -bavarderai bavarder ver 16.43 24.19 0.00 0.14 ind:fut:1s; -bavarderait bavarder ver 16.43 24.19 0.10 0.07 cnd:pre:3s; -bavarderas bavarder ver 16.43 24.19 0.01 0.00 ind:fut:2s; -bavarderons bavarder ver 16.43 24.19 0.32 0.07 ind:fut:1p; -bavardes bavard adj f p 4.85 12.30 0.61 0.61 -bavardez bavarder ver 16.43 24.19 0.63 0.07 imp:pre:2p;ind:pre:2p; -bavardiez bavarder ver 16.43 24.19 0.01 0.07 ind:imp:2p; -bavardions bavarder ver 16.43 24.19 0.06 0.74 ind:imp:1p; -bavardons bavarder ver 16.43 24.19 0.98 0.47 imp:pre:1p;ind:pre:1p; -bavards bavard adj m p 4.85 12.30 0.69 2.09 -bavardèrent bavarder ver 16.43 24.19 0.00 0.47 ind:pas:3p; -bavardé bavarder ver m s 16.43 24.19 1.90 2.16 par:pas; -bavarois bavarois adj m 0.52 1.82 0.29 0.95 -bavaroise bavarois adj f s 0.52 1.82 0.20 0.27 -bavaroises bavarois adj f p 0.52 1.82 0.02 0.61 -bavassaient bavasser ver 0.91 0.95 0.00 0.07 ind:imp:3p; -bavassait bavasser ver 0.91 0.95 0.16 0.14 ind:imp:3s; -bavassant bavasser ver 0.91 0.95 0.01 0.07 par:pre; -bavasse bavasser ver 0.91 0.95 0.18 0.07 ind:pre:1s;ind:pre:3s; -bavassent bavasser ver 0.91 0.95 0.01 0.14 ind:pre:3p; -bavasser bavasser ver 0.91 0.95 0.48 0.41 inf; -bavasses bavasser ver 0.91 0.95 0.03 0.07 ind:pre:2s; -bavasseur bavasseur adj m s 0.01 0.00 0.01 0.00 -bavassiez bavasser ver 0.91 0.95 0.01 0.00 ind:imp:2p; -bavassé bavasser ver m s 0.91 0.95 0.03 0.00 par:pas; -bave bave nom f s 2.10 3.99 2.08 3.78 -bavent baver ver 9.79 12.36 0.74 0.61 ind:pre:3p; -baver baver ver 9.79 12.36 3.04 4.12 inf; -baverais baver ver 9.79 12.36 0.00 0.07 cnd:pre:1s; -baveras baver ver 9.79 12.36 0.17 0.00 ind:fut:2s; -baverez baver ver 9.79 12.36 0.02 0.07 ind:fut:2p; -baveront baver ver 9.79 12.36 0.01 0.07 ind:fut:3p; -baves baver ver 9.79 12.36 0.97 0.00 ind:pre:2s; -bavette bavette nom f s 0.35 0.95 0.19 0.88 -bavettes bavette nom f p 0.35 0.95 0.16 0.07 -baveur baveur adj m s 0.05 0.20 0.05 0.14 -baveurs baveur adj m p 0.05 0.20 0.00 0.07 -baveuse baveux adj f s 1.31 4.05 0.17 0.95 -baveuses baveux adj f p 1.31 4.05 0.11 0.34 -baveux baveux adj m 1.31 4.05 1.02 2.77 -bavez baver ver 9.79 12.36 0.08 0.14 imp:pre:2p;ind:pre:2p; -bavocher bavocher ver 0.00 0.07 0.00 0.07 inf; -bavoir bavoir nom m s 0.26 0.61 0.22 0.41 -bavoirs bavoir nom m p 0.26 0.61 0.04 0.20 -bavons baver ver 9.79 12.36 0.16 0.00 imp:pre:1p;ind:pre:1p; -bavotait bavoter ver 0.00 0.14 0.00 0.07 ind:imp:3s; -bavotant bavoter ver 0.00 0.14 0.00 0.07 par:pre; -bavé baver ver m s 9.79 12.36 2.52 1.42 par:pas; -bavure bavure nom f s 1.65 4.12 1.28 1.69 -bavures bavure nom f p 1.65 4.12 0.38 2.43 -bayadère bayadère nom f s 0.21 0.27 0.10 0.14 -bayadères bayadère nom f p 0.21 0.27 0.11 0.14 -bayaient bayer ver 0.05 0.54 0.00 0.07 ind:imp:3p; -bayant bayer ver 0.05 0.54 0.00 0.07 par:pre; -bayard bayard nom m s 0.00 0.07 0.00 0.07 -baye bayer ver 0.05 0.54 0.00 0.07 ind:pre:3s; -bayer bayer ver 0.05 0.54 0.01 0.20 inf; -bayons bayer ver 0.05 0.54 0.01 0.00 imp:pre:1p; -bayou bayou nom m s 0.81 0.14 0.76 0.00 -bayous bayou nom m p 0.81 0.14 0.05 0.14 -bayé bayer ver m s 0.05 0.54 0.00 0.14 par:pas; -bazar bazar nom m s 8.36 7.43 8.18 6.42 -bazard bazard nom m s 0.20 0.00 0.20 0.00 -bazardait bazarder ver 1.07 1.42 0.00 0.14 ind:imp:3s; -bazardant bazarder ver 1.07 1.42 0.00 0.07 par:pre; -bazarde bazarder ver 1.07 1.42 0.40 0.27 imp:pre:2s;ind:pre:1s;ind:pre:3s; -bazarder bazarder ver 1.07 1.42 0.30 0.61 inf; -bazarderez bazarder ver 1.07 1.42 0.00 0.07 ind:fut:2p; -bazardes bazarder ver 1.07 1.42 0.17 0.00 ind:pre:2s; -bazardeur bazardeur nom m s 0.00 0.07 0.00 0.07 -bazardé bazarder ver m s 1.07 1.42 0.14 0.20 par:pas; -bazardée bazarder ver f s 1.07 1.42 0.05 0.00 par:pas; -bazardées bazarder ver f p 1.07 1.42 0.01 0.07 par:pas; -bazars bazar nom m p 8.36 7.43 0.17 1.01 -bazooka bazooka nom m s 1.57 0.88 1.21 0.81 -bazookas bazooka nom m p 1.57 0.88 0.36 0.07 -bcbg bcbg adj 0.14 0.14 0.14 0.14 -be_bop be_bop nom m 0.31 0.34 0.31 0.34 -beagle beagle nom m s 0.15 0.00 0.08 0.00 -beagles beagle nom m p 0.15 0.00 0.07 0.00 -beat_generation beat_generation nom f s 0.00 0.14 0.00 0.14 -beat beat adj s 1.34 0.20 1.34 0.20 -beatnik beatnik nom s 0.45 0.07 0.33 0.00 -beatniks beatnik nom p 0.45 0.07 0.12 0.07 -beau_fils beau_fils nom m 1.29 1.01 1.27 1.01 -beau_frère beau_frère nom m s 13.14 15.68 9.13 8.65 -beau_papa beau_papa nom m s 0.23 0.14 0.23 0.14 -beau_parent beau_parent nom m s 0.01 0.00 0.01 0.00 -beau_père beau_père nom m s 16.54 14.05 9.29 7.09 -beau beau adj m s 671.86 620.07 281.23 270.07 -beauceron beauceron adj m s 0.00 1.35 0.00 0.47 -beauceronne beauceron adj f s 0.00 1.35 0.00 0.47 -beauceronnes beauceron adj f p 0.00 1.35 0.00 0.07 -beaucerons beauceron adj m p 0.00 1.35 0.00 0.34 -beaucoup beaucoup adv_sup 626.00 461.42 626.00 461.42 -beauf beauf nom m s 1.07 0.41 0.96 0.34 -beaufs beauf nom m p 1.07 0.41 0.11 0.07 -beaujolais beaujolais nom m 0.04 1.49 0.04 1.49 -beaujolpif beaujolpif nom m s 0.00 0.41 0.00 0.41 -beaupré beaupré nom m s 0.01 0.07 0.01 0.07 -beauté beauté nom f s 72.56 92.64 68.57 87.64 -beautés beauté nom f p 72.56 92.64 3.99 5.00 -beauvais beauvais nom s 0.00 0.07 0.00 0.07 -beaux_arts beaux_arts nom m p 2.19 3.38 2.19 3.38 -beaux_enfants beaux_enfants nom m p 0.06 0.00 0.06 0.00 -beau_fils beau_fils nom m p 1.29 1.01 0.03 0.00 -beau_frère beau_frère nom m p 13.14 15.68 0.62 1.01 -beaux_parents beaux_parents nom m p 1.52 1.22 1.52 1.22 -beaux beau adj m p 671.86 620.07 57.20 63.78 -bec_de_cane bec_de_cane nom m s 0.01 1.42 0.01 1.42 -bec_de_lièvre bec_de_lièvre nom m s 0.10 0.61 0.10 0.61 -bec bec nom m s 7.39 26.96 6.74 23.31 -because because con 2.78 1.01 2.78 1.01 -becfigue becfigue nom m s 0.27 0.07 0.14 0.00 -becfigues becfigue nom m p 0.27 0.07 0.14 0.07 -becquant becquer ver 0.04 0.54 0.00 0.54 par:pre; -becquer becquer ver 0.04 0.54 0.01 0.00 inf; -becquet becquet nom m s 0.02 0.07 0.02 0.00 -becquetaient becqueter ver 0.10 1.89 0.00 0.20 ind:imp:3p; -becquetait becqueter ver 0.10 1.89 0.00 0.14 ind:imp:3s; -becquetance becquetance nom f s 0.00 0.07 0.00 0.07 -becquetant becqueter ver 0.10 1.89 0.00 0.07 par:pre; -becqueter becqueter ver 0.10 1.89 0.10 1.08 inf; -becquets becquet nom m p 0.02 0.07 0.00 0.07 -becquette becqueter ver 0.10 1.89 0.00 0.07 imp:pre:2s; -becqueté becqueter ver m s 0.10 1.89 0.00 0.20 par:pas; -becquetés becqueter ver m p 0.10 1.89 0.00 0.14 par:pas; -becqué becquer ver m s 0.04 0.54 0.03 0.00 par:pas; -becquée becquée nom f s 0.02 0.41 0.02 0.41 -becs bec nom m p 7.39 26.96 0.66 3.65 -becta becter ver 0.17 4.53 0.00 0.07 ind:pas:3s; -bectais becter ver 0.17 4.53 0.00 0.14 ind:imp:1s; -bectait becter ver 0.17 4.53 0.00 0.34 ind:imp:3s; -bectance bectance nom f s 0.10 0.95 0.10 0.95 -bectant becter ver 0.17 4.53 0.00 0.14 par:pre; -becte becter ver 0.17 4.53 0.14 0.34 imp:pre:2s;ind:pre:1s;ind:pre:3s; -bectent becter ver 0.17 4.53 0.00 0.14 ind:pre:3p; -becter becter ver 0.17 4.53 0.02 2.09 inf; -becterais becter ver 0.17 4.53 0.00 0.07 cnd:pre:1s; -becteras becter ver 0.17 4.53 0.00 0.07 ind:fut:2s; -becté becter ver m s 0.17 4.53 0.00 1.01 par:pas; -bectées becter ver f p 0.17 4.53 0.01 0.07 par:pas; -bectés becter ver m p 0.17 4.53 0.00 0.07 par:pas; -bedaine bedaine nom f s 0.89 1.62 0.89 1.42 -bedaines bedaine nom f p 0.89 1.62 0.00 0.20 -bedeau bedeau nom m s 0.25 1.76 0.25 1.69 -bedeaux bedeau nom m p 0.25 1.76 0.00 0.07 -bedon bedon nom m s 0.04 0.27 0.04 0.20 -bedonnant bedonnant adj m s 0.33 1.49 0.14 1.01 -bedonnante bedonnant adj f s 0.33 1.49 0.01 0.07 -bedonnantes bedonnant adj f p 0.33 1.49 0.14 0.20 -bedonnants bedonnant adj m p 0.33 1.49 0.05 0.20 -bedonne bedonner ver 0.03 0.34 0.00 0.07 ind:pre:3s; -bedons bedon nom m p 0.04 0.27 0.00 0.07 -beefsteak beefsteak nom m s 0.21 0.34 0.20 0.20 -beefsteaks beefsteak nom m p 0.21 0.34 0.01 0.14 -beeper beeper nom m s 0.34 0.00 0.34 0.00 -beethovénien beethovénien adj m s 0.00 0.07 0.00 0.07 -beffroi beffroi nom m s 0.47 0.74 0.47 0.74 -behavioriste behavioriste adj s 0.01 0.00 0.01 0.00 -behavioriste behavioriste nom s 0.01 0.00 0.01 0.00 -beige beige adj m s 1.03 8.11 1.02 6.82 -beigeasses beigeasse adj p 0.00 0.07 0.00 0.07 -beiges beige nom p 0.27 1.49 0.03 0.34 -beigne beigne nom f s 0.58 2.16 0.48 1.42 -beignes beigne nom f p 0.58 2.16 0.10 0.74 -beignet beignet nom m s 8.69 2.77 2.52 0.61 -beignets beignet nom m p 8.69 2.77 6.17 2.16 -bel_canto bel_canto nom m 0.26 0.41 0.26 0.41 -bel bel adj m s 31.35 37.09 31.35 37.09 -belette belette nom f s 2.01 0.88 1.74 0.68 -belettes belette nom f p 2.01 0.88 0.27 0.20 -belge belge adj s 3.03 8.99 2.83 6.55 -belges belge nom p 2.00 5.07 0.68 2.70 -belgicains belgicain nom m p 0.00 0.07 0.00 0.07 -belgique belgique nom f s 0.02 0.27 0.02 0.27 -belladone belladone nom f s 0.15 0.47 0.15 0.41 -belladones belladone nom f p 0.15 0.47 0.00 0.07 -belle_doche belle_doche nom f s 0.05 0.07 0.05 0.07 -belle_famille belle_famille nom f s 0.71 1.22 0.71 1.15 -belle_fille belle_fille nom f s 3.32 2.57 3.29 2.50 -belle_maman belle_maman nom f s 0.85 0.34 0.85 0.34 -beau_père beau_père nom f s 16.54 14.05 7.17 6.82 -belle_à_voir belle_à_voir nom f s 0.00 0.27 0.00 0.27 -beau_frère beau_frère nom f s 13.14 15.68 3.36 5.47 -belle_lurette belle_lurette nom f s 0.75 2.64 0.75 2.64 -belle beau adj f s 671.86 620.07 284.08 223.65 -bellement bellement adv 0.14 0.54 0.14 0.54 -belle_de_jour belle_de_jour nom f p 0.00 0.07 0.00 0.07 -belle_de_nuit belle_de_nuit nom f p 0.00 0.34 0.00 0.34 -belle_famille belle_famille nom f p 0.71 1.22 0.00 0.07 -belle_fille belle_fille nom f p 3.32 2.57 0.04 0.07 -belle_lettre belle_lettre nom f p 0.00 0.41 0.00 0.41 -beau_père beau_père nom f p 16.54 14.05 0.08 0.14 -beau_frère beau_frère nom f p 13.14 15.68 0.04 0.54 -belles beau adj f p 671.86 620.07 49.35 62.57 -bellevillois bellevillois adj m 0.00 0.20 0.00 0.07 -bellevilloise bellevillois adj f s 0.00 0.20 0.00 0.14 -belliciste belliciste nom s 0.07 0.07 0.05 0.00 -bellicistes belliciste adj p 0.21 0.14 0.17 0.07 -belligérance belligérance nom f s 0.01 0.34 0.01 0.34 -belligérant belligérant adj m s 0.11 1.15 0.01 0.14 -belligérante belligérant adj f s 0.11 1.15 0.00 0.54 -belligérantes belligérant adj f p 0.11 1.15 0.10 0.14 -belligérants belligérant nom m p 0.07 0.88 0.05 0.81 -belliqueuse belliqueux adj f s 0.51 2.30 0.06 0.81 -belliqueusement belliqueusement adv 0.00 0.07 0.00 0.07 -belliqueuses belliqueux adj f p 0.51 2.30 0.04 0.20 -belliqueux belliqueux adj m 0.51 2.30 0.41 1.28 -bellissime bellissime adj f s 0.01 0.07 0.01 0.07 -bellot bellot adj m s 0.01 0.00 0.01 0.00 -bellâtre bellâtre nom m s 0.32 1.01 0.32 1.01 -belluaire belluaire nom m s 0.00 0.14 0.00 0.14 -belon belon nom f s 0.00 1.01 0.00 0.54 -belons belon nom f p 0.00 1.01 0.00 0.47 -belote belote nom f s 0.26 4.19 0.26 3.99 -beloter beloter ver 0.00 0.14 0.00 0.14 inf; -belotes belote nom f p 0.26 4.19 0.00 0.20 -beloteurs beloteur nom m p 0.00 0.20 0.00 0.20 -belotte belotter ver 0.00 0.07 0.00 0.07 ind:pre:1s; -beluga beluga nom m s 0.04 0.07 0.04 0.07 -belvédère belvédère nom m s 0.18 0.74 0.17 0.54 -belvédères belvédère nom m p 0.18 0.74 0.01 0.20 -ben ben nom_sup m 61.43 24.19 61.43 24.19 -benedictus benedictus nom m 0.11 0.07 0.11 0.07 -bengalais bengalais nom m 0.27 0.00 0.27 0.00 -bengali bengali nom m s 0.26 0.61 0.16 0.41 -bengalis bengali nom m p 0.26 0.61 0.10 0.20 -benjamin benjamin nom m s 0.81 0.81 0.33 0.47 -benjamine benjamin nom f s 0.81 0.81 0.44 0.27 -benjamins benjamin nom m p 0.81 0.81 0.04 0.07 -benjoin benjoin nom m s 0.00 0.88 0.00 0.88 -benne benne nom f s 2.38 3.11 2.12 1.76 -bennes benne nom f p 2.38 3.11 0.27 1.35 -benoît benoît adj m s 0.90 0.20 0.90 0.07 -benoîte benoît adj f s 0.90 0.20 0.00 0.14 -benoîtement benoîtement adv 0.00 0.81 0.00 0.81 -benthique benthique adj m s 0.01 0.00 0.01 0.00 -benêt benêt nom m s 1.30 1.49 1.20 1.08 -benêts benêt nom m p 1.30 1.49 0.10 0.41 -benzidine benzidine nom f s 0.01 0.00 0.01 0.00 -benzine benzine nom f s 0.01 0.41 0.01 0.41 -benzoate benzoate nom m s 0.04 0.00 0.04 0.00 -benzodiazépine benzodiazépine nom f s 0.02 0.00 0.02 0.00 -benzonaphtol benzonaphtol nom m s 0.10 0.00 0.10 0.00 -benzène benzène nom m s 0.12 0.00 0.12 0.00 -benzédrine benzédrine nom f s 0.07 0.27 0.07 0.27 -benzylique benzylique adj m s 0.01 0.00 0.01 0.00 -ber ber nom m s 0.16 0.07 0.16 0.07 -berbère berbère adj s 0.03 1.22 0.01 0.81 -berbères berbère adj p 0.03 1.22 0.02 0.41 -bercail bercail nom m s 2.33 1.96 2.33 1.96 -berce bercer ver 4.46 18.04 0.94 1.96 imp:pre:2s;ind:pre:1s;ind:pre:3s; -berceau berceau nom m s 7.05 13.31 6.72 12.43 -berceaux berceau nom m p 7.05 13.31 0.33 0.88 -bercelonnette bercelonnette nom f s 0.00 0.07 0.00 0.07 -bercement bercement nom m s 0.00 0.74 0.00 0.68 -bercements bercement nom m p 0.00 0.74 0.00 0.07 -bercent bercer ver 4.46 18.04 0.35 0.54 ind:pre:3p; -bercer bercer ver 4.46 18.04 1.17 3.92 inf; -bercera bercer ver 4.46 18.04 0.03 0.00 ind:fut:3s; -bercerai bercer ver 4.46 18.04 0.05 0.00 ind:fut:1s; -bercerait bercer ver 4.46 18.04 0.01 0.07 cnd:pre:3s; -bercerez bercer ver 4.46 18.04 0.10 0.07 ind:fut:2p; -berces bercer ver 4.46 18.04 0.16 0.00 ind:pre:2s; -berceur berceur adj m s 0.13 1.01 0.01 0.41 -berceurs berceur adj m p 0.13 1.01 0.00 0.07 -berceuse berceur nom f s 1.58 1.55 1.58 1.22 -berceuses berceuse nom f p 0.25 0.00 0.25 0.00 -bercez bercer ver 4.46 18.04 0.30 0.00 imp:pre:2p;ind:pre:2p; -bercèrent bercer ver 4.46 18.04 0.00 0.07 ind:pas:3p; -bercé bercer ver m s 4.46 18.04 0.85 3.78 par:pas; -bercée bercer ver f s 4.46 18.04 0.08 1.89 par:pas; -bercés bercer ver m p 4.46 18.04 0.19 0.88 par:pas; -berdouillette berdouillette nom f s 0.00 0.20 0.00 0.20 -berg berg nom m s 0.04 0.00 0.04 0.00 -bergamasques bergamasque nom f p 0.00 0.07 0.00 0.07 -bergamote bergamote nom f s 0.16 0.07 0.16 0.07 -berge berge nom f s 2.77 16.49 1.79 8.72 -berger berger nom m s 11.49 24.80 8.33 11.15 -bergerie bergerie nom f s 0.99 3.45 0.99 2.84 -bergeries bergerie nom f p 0.99 3.45 0.00 0.61 -bergeronnette bergeronnette nom f s 0.01 0.41 0.01 0.14 -bergeronnettes bergeronnette nom f p 0.01 0.41 0.00 0.27 -bergers berger nom m p 11.49 24.80 1.89 4.19 -berges berge nom f p 2.77 16.49 0.98 7.77 -bergère berger nom f s 11.49 24.80 1.27 6.76 -bergères bergère nom f p 0.34 0.00 0.34 0.00 -berk berk ono 1.35 0.95 1.35 0.95 -berle berle nom f s 0.13 0.00 0.13 0.00 -berlin berlin nom s 0.00 0.07 0.00 0.07 -berline berline nom f s 1.03 2.30 0.62 2.09 -berlines berline nom f p 1.03 2.30 0.42 0.20 -berlingot berlingot nom m s 0.15 1.76 0.06 0.41 -berlingots berlingot nom m p 0.15 1.76 0.09 1.35 -berlingue berlingue nom m 0.00 0.34 0.00 0.34 -berlinois berlinois adj m 0.82 1.69 0.32 1.08 -berlinoise berlinois adj f s 0.82 1.69 0.50 0.54 -berlinoises berlinois nom f p 0.18 0.47 0.00 0.14 -berloque berloque nom f s 0.00 0.14 0.00 0.14 -berlue berlue nom f s 0.30 1.35 0.30 1.08 -berlues berlue nom f p 0.30 1.35 0.00 0.27 -berlurais berlurer ver 0.00 1.01 0.00 0.20 ind:imp:1s; -berlurait berlurer ver 0.00 1.01 0.00 0.14 ind:imp:3s; -berlure berlure nom f s 0.00 1.08 0.00 0.68 -berlurent berlurer ver 0.00 1.01 0.00 0.14 ind:pre:3p; -berlurer berlurer ver 0.00 1.01 0.00 0.34 inf; -berlures berlure nom f p 0.00 1.08 0.00 0.41 -berluré berlurer ver m s 0.00 1.01 0.00 0.14 par:pas; -berlurée berlurer ver f s 0.00 1.01 0.00 0.07 par:pas; -berme berme nom f s 0.04 0.27 0.03 0.14 -bermes berme nom f p 0.04 0.27 0.01 0.14 -bermuda bermuda nom m s 0.12 0.61 0.08 0.41 -bermudas bermuda nom m p 0.12 0.61 0.04 0.20 -bernache bernache nom f s 0.08 0.41 0.03 0.14 -bernaches bernache nom f p 0.08 0.41 0.05 0.27 -bernait berner ver 3.56 2.64 0.01 0.14 ind:imp:3s; -bernant berner ver 3.56 2.64 0.01 0.00 par:pre; -bernard_l_ermite bernard_l_ermite nom m 0.00 0.34 0.00 0.34 -bernard_l_hermite bernard_l_hermite nom m 0.01 0.14 0.01 0.14 -bernardines bernardin nom f p 0.00 0.54 0.00 0.54 -berne berner ver 3.56 2.64 0.12 0.20 ind:pre:1s;ind:pre:3s; -berner berner ver 3.56 2.64 2.04 0.54 inf; -berneras berner ver 3.56 2.64 0.02 0.00 ind:fut:2s; -bernez berner ver 3.56 2.64 0.01 0.00 ind:pre:2p; -bernicle bernicle nom f s 0.07 0.34 0.07 0.00 -bernicles bernicle nom f p 0.07 0.34 0.01 0.34 -bernique bernique ono 0.00 0.47 0.00 0.47 -berniques bernique nom f p 0.01 0.61 0.00 0.20 -bernois bernois adj m p 0.00 0.41 0.00 0.07 -bernoise bernois nom f s 0.01 0.14 0.01 0.07 -bernoises bernois adj f p 0.00 0.41 0.00 0.34 -berné berner ver m s 3.56 2.64 0.53 1.15 par:pas; -bernée berner ver f s 3.56 2.64 0.28 0.27 par:pas; -bernées berner ver f p 3.56 2.64 0.00 0.07 par:pas; -bernés berner ver m p 3.56 2.64 0.53 0.27 par:pas; -berrichon berrichon adj m s 0.27 0.88 0.00 0.61 -berrichonne berrichon adj f s 0.27 0.88 0.27 0.27 -bersaglier bersaglier nom m s 0.23 0.07 0.10 0.00 -bersagliers bersaglier nom m p 0.23 0.07 0.14 0.07 -berça bercer ver 4.46 18.04 0.01 0.61 ind:pas:3s; -bertha bertha nom f s 0.00 0.20 0.00 0.14 -berçaient bercer ver 4.46 18.04 0.01 0.61 ind:imp:3p; -berçais bercer ver 4.46 18.04 0.01 0.47 ind:imp:1s;ind:imp:2s; -berçait bercer ver 4.46 18.04 0.06 2.16 ind:imp:3s; -berçant bercer ver 4.46 18.04 0.14 1.01 par:pre; -berthas bertha nom f p 0.00 0.20 0.00 0.07 -berthe berthe nom f s 0.00 0.61 0.00 0.61 -berzingue berzingue nom f s 0.28 1.49 0.28 1.49 -besace besace nom f s 0.13 2.70 0.13 2.43 -besaces besace nom f p 0.13 2.70 0.00 0.27 -besaiguë besaiguë nom f s 0.00 0.07 0.00 0.07 -besant besant nom m s 0.04 0.07 0.01 0.00 -besants besant nom m p 0.04 0.07 0.03 0.07 -besef besef adv 0.00 0.07 0.00 0.07 -besicles besicles nom f p 0.01 0.27 0.01 0.27 -besogna besogner ver 0.60 2.30 0.00 0.34 ind:pas:3s; -besognaient besogner ver 0.60 2.30 0.00 0.14 ind:imp:3p; -besognais besogner ver 0.60 2.30 0.11 0.00 ind:imp:1s;ind:imp:2s; -besognait besogner ver 0.60 2.30 0.14 0.68 ind:imp:3s; -besognant besogner ver 0.60 2.30 0.01 0.41 par:pre; -besogne besogne nom f s 2.71 15.61 2.54 10.74 -besognent besogner ver 0.60 2.30 0.01 0.07 ind:pre:3p; -besogner besogner ver 0.60 2.30 0.20 0.20 inf; -besogneras besogner ver 0.60 2.30 0.00 0.07 ind:fut:2s; -besognes besogne nom f p 2.71 15.61 0.17 4.86 -besogneuse besogneux adj f s 0.02 1.82 0.02 0.34 -besogneuses besogneux adj f p 0.02 1.82 0.00 0.20 -besogneux besogneux nom m 0.12 0.47 0.12 0.47 -besognèrent besogner ver 0.60 2.30 0.00 0.20 ind:pas:3p; -besogné besogner ver m s 0.60 2.30 0.01 0.00 par:pas; -besoin besoin nom m s 771.24 266.62 758.04 251.76 -besoins besoin nom m p 771.24 266.62 13.20 14.86 -besson besson nom m s 0.01 0.14 0.01 0.00 -bessons besson nom m p 0.01 0.14 0.00 0.14 -best_seller best_seller nom m s 1.09 0.81 0.82 0.54 -best_seller best_seller nom m p 1.09 0.81 0.27 0.27 -best_of best_of nom m s 0.17 0.00 0.17 0.00 -best best nom m s 0.52 0.34 0.52 0.34 -bestiaire bestiaire nom m s 0.00 1.28 0.00 1.22 -bestiaires bestiaire nom m p 0.00 1.28 0.00 0.07 -bestial bestial adj m s 1.54 3.04 0.69 1.42 -bestiale bestial adj f s 1.54 3.04 0.63 0.68 -bestialement bestialement adv 0.02 0.00 0.02 0.00 -bestiales bestial adj f p 1.54 3.04 0.06 0.47 -bestialité bestialité nom f s 0.42 1.49 0.42 1.42 -bestialités bestialité nom f p 0.42 1.49 0.00 0.07 -bestiasse bestiasse nom f s 0.00 0.14 0.00 0.14 -bestiau bestiau nom m s 2.54 6.35 1.26 0.81 -bestiaux bestiau nom m p 2.54 6.35 1.28 5.54 -bestiole bestiole nom f s 5.07 6.76 2.50 3.04 -bestioles bestiole nom f p 5.07 6.76 2.57 3.72 -bette bette nom f s 1.60 0.41 1.55 0.20 -betterave betterave nom f s 1.47 4.12 0.77 1.35 -betteraves betterave nom f p 1.47 4.12 0.69 2.77 -betteravier betteravier nom m s 0.00 0.07 0.00 0.07 -bettes bette nom f p 1.60 0.41 0.05 0.20 -betting betting nom m 0.03 0.00 0.03 0.00 -beu beu ono 0.73 0.95 0.73 0.95 -beuark beuark ono 0.01 0.07 0.01 0.07 -beugla beugler ver 0.75 5.74 0.00 1.08 ind:pas:3s; -beuglaient beugler ver 0.75 5.74 0.01 0.14 ind:imp:3p; -beuglais beugler ver 0.75 5.74 0.02 0.20 ind:imp:1s;ind:imp:2s; -beuglait beugler ver 0.75 5.74 0.11 0.95 ind:imp:3s; -beuglant beugler ver 0.75 5.74 0.04 0.88 par:pre; -beuglante beuglante nom f s 0.01 0.00 0.01 0.00 -beuglantes beuglant nom f p 0.03 0.88 0.00 0.14 -beuglants beuglant nom m p 0.03 0.88 0.00 0.34 -beugle beugler ver 0.75 5.74 0.21 0.95 imp:pre:2s;ind:pre:1s;ind:pre:3s; -beuglement beuglement nom m s 0.19 1.15 0.00 0.27 -beuglements beuglement nom m p 0.19 1.15 0.19 0.88 -beuglent beugler ver 0.75 5.74 0.02 0.27 ind:pre:3p; -beugler beugler ver 0.75 5.74 0.17 0.88 inf; -beuglions beugler ver 0.75 5.74 0.00 0.07 ind:imp:1p; -beuglé beugler ver m s 0.75 5.74 0.16 0.27 par:pas; -beuglée beugler ver f s 0.75 5.74 0.00 0.07 par:pas; -beuh beuh adv 1.06 0.88 1.06 0.88 -beur beur adj m s 0.14 0.14 0.14 0.14 -beurk beurk ono 4.01 0.54 4.01 0.54 -beurra beurrer ver 0.92 2.97 0.00 0.34 ind:pas:3s; -beurrage beurrage nom m s 0.00 0.07 0.00 0.07 -beurraient beurrer ver 0.92 2.97 0.00 0.07 ind:imp:3p; -beurrais beurrer ver 0.92 2.97 0.11 0.14 ind:imp:1s; -beurrait beurrer ver 0.92 2.97 0.01 0.54 ind:imp:3s; -beurrant beurrer ver 0.92 2.97 0.01 0.14 par:pre; -beurre beurre nom m s 15.14 27.97 15.12 27.50 -beurrer beurrer ver 0.92 2.97 0.32 0.61 inf; -beurres beurre nom m p 15.14 27.97 0.02 0.47 -beurrier beurrier nom m s 0.12 0.07 0.12 0.07 -beurré beurré adj m s 0.84 2.50 0.43 0.74 -beurrée beurré adj f s 0.84 2.50 0.07 0.47 -beurrées beurré adj f p 0.84 2.50 0.11 1.15 -beurrés beurré adj m p 0.84 2.50 0.23 0.14 -beuverie beuverie nom f s 0.79 1.55 0.54 0.47 -beuveries beuverie nom f p 0.79 1.55 0.26 1.08 -bey bey nom m s 2.06 2.91 2.06 2.91 -bezef bezef adv 0.00 0.14 0.00 0.14 -bi bi nom m s 1.27 0.34 1.27 0.34 -biafrais biafrais nom m 0.00 0.14 0.00 0.14 -biais biais nom m 1.60 16.69 1.60 16.69 -biaisai biaiser ver 0.05 0.68 0.00 0.07 ind:pas:1s; -biaise biaiser ver 0.05 0.68 0.00 0.27 ind:pre:1s;ind:pre:3s; -biaisements biaisement nom m p 0.00 0.07 0.00 0.07 -biaiser biaiser ver 0.05 0.68 0.03 0.27 inf; -biaises biais adj f p 0.04 0.61 0.00 0.07 -biaisé biaisé adj m s 0.03 0.00 0.02 0.00 -biaisée biaiser ver f s 0.05 0.68 0.01 0.00 par:pas; -biathlon biathlon nom m s 0.30 0.00 0.30 0.00 -bib bib nom m 0.01 0.00 0.01 0.00 -bibard bibard nom m s 0.00 0.20 0.00 0.20 -bibelot bibelot nom m s 1.52 7.43 0.63 0.81 -bibelots bibelot nom m p 1.52 7.43 0.90 6.62 -bibendum bibendum nom m s 0.09 0.20 0.09 0.20 -biberon biberon nom m s 6.65 5.68 5.25 3.85 -biberonnait biberonner ver 0.04 0.95 0.01 0.20 ind:imp:3s; -biberonne biberonner ver 0.04 0.95 0.01 0.20 imp:pre:2s;ind:pre:1s;ind:pre:3s; -biberonner biberonner ver 0.04 0.95 0.02 0.41 inf; -biberonneurs biberonneur nom m p 0.00 0.07 0.00 0.07 -biberonné biberonner ver m s 0.04 0.95 0.00 0.14 par:pas; -biberons biberon nom m p 6.65 5.68 1.40 1.82 -bibi bibi nom m s 0.56 1.15 0.54 0.54 -bibiche bibiche nom f s 0.05 3.04 0.05 3.04 -bibine bibine nom f s 0.73 3.99 0.71 3.85 -bibines bibine nom f p 0.73 3.99 0.02 0.14 -bibis bibi nom m p 0.56 1.15 0.02 0.61 -bibite bibite nom f s 0.00 0.27 0.00 0.27 -bible bible nom f s 17.79 17.84 17.03 17.16 -bibles bible nom f p 17.79 17.84 0.76 0.68 -bibliobus bibliobus nom m 0.05 0.07 0.05 0.07 -bibliographe bibliographe nom s 0.00 0.07 0.00 0.07 -bibliographie bibliographie nom f s 0.17 0.81 0.17 0.68 -bibliographies bibliographie nom f p 0.17 0.81 0.00 0.14 -bibliographique bibliographique adj s 0.01 0.14 0.01 0.00 -bibliographiques bibliographique adj f p 0.01 0.14 0.00 0.14 -bibliophile bibliophile nom s 0.03 0.68 0.02 0.27 -bibliophiles bibliophile nom p 0.03 0.68 0.01 0.41 -bibliophilie bibliophilie nom f s 0.00 0.14 0.00 0.14 -bibliophilique bibliophilique adj f s 0.00 0.07 0.00 0.07 -bibliothèque bibliothèque nom f s 19.86 40.74 18.22 36.82 -bibliothèques bibliothèque nom f p 19.86 40.74 1.63 3.92 -bibliothécaire bibliothécaire nom s 2.25 2.50 2.09 2.30 -bibliothécaires bibliothécaire nom p 2.25 2.50 0.16 0.20 -biblique biblique adj s 2.77 4.19 2.09 3.04 -bibliquement bibliquement adv 0.13 0.07 0.13 0.07 -bibliques biblique adj p 2.77 4.19 0.69 1.15 -bic bic nom m s 0.44 0.41 0.44 0.41 -bicamérale bicaméral adj f s 0.01 0.00 0.01 0.00 -bicarbonate bicarbonate nom m s 1.20 0.34 1.20 0.27 -bicarbonates bicarbonate nom m p 1.20 0.34 0.00 0.07 -bicause bicause pre 0.00 0.68 0.00 0.68 -bicentenaire bicentenaire nom m s 0.36 0.07 0.36 0.07 -biceps biceps nom m 1.62 3.72 1.62 3.72 -bichais bicher ver 0.27 1.89 0.00 0.20 ind:imp:1s; -bichait bicher ver 0.27 1.89 0.01 0.47 ind:imp:3s; -bichant bicher ver 0.27 1.89 0.00 0.07 par:pre; -biche biche nom f s 5.80 13.92 5.29 7.30 -bicher bicher ver 0.27 1.89 0.02 0.34 inf; -biches biche nom f p 5.80 13.92 0.51 6.62 -bichette bichette nom f s 0.09 0.07 0.09 0.07 -bichez bicher ver 0.27 1.89 0.01 0.00 ind:pre:2p; -bichon bichon nom m s 0.46 0.68 0.46 0.68 -bichonnait bichonner ver 1.40 1.42 0.02 0.20 ind:imp:3s; -bichonnant bichonner ver 1.40 1.42 0.00 0.07 par:pre; -bichonne bichonner ver 1.40 1.42 0.57 0.27 imp:pre:2s;ind:pre:1s;ind:pre:3s; -bichonner bichonner ver 1.40 1.42 0.72 0.41 inf; -bichonnerai bichonner ver 1.40 1.42 0.02 0.00 ind:fut:1s; -bichonnez bichonner ver 1.40 1.42 0.03 0.00 imp:pre:2p;ind:pre:2p; -bichonné bichonner ver m s 1.40 1.42 0.03 0.34 par:pas; -bichonnée bichonner ver f s 1.40 1.42 0.02 0.14 par:pas; -biché bicher ver m s 0.27 1.89 0.00 0.07 par:pas; -biclou biclou nom m s 0.01 0.14 0.00 0.07 -biclous biclou nom m p 0.01 0.14 0.01 0.07 -bicolore bicolore adj s 0.30 0.68 0.15 0.47 -bicolores bicolore adj p 0.30 0.68 0.14 0.20 -biconvexes biconvexe adj p 0.02 0.00 0.02 0.00 -bicoque bicoque nom f s 0.94 3.85 0.89 3.11 -bicoques bicoque nom f p 0.94 3.85 0.05 0.74 -bicorne bicorne nom m s 0.16 2.64 0.16 2.16 -bicornes bicorne adj m p 0.01 0.14 0.01 0.00 -bicot bicot nom m s 0.11 4.46 0.11 3.72 -bicots bicot nom m p 0.11 4.46 0.00 0.74 -biculturelle biculturel adj f s 0.01 0.00 0.01 0.00 -bicéphale bicéphale adj s 0.04 0.54 0.04 0.47 -bicéphales bicéphale adj p 0.04 0.54 0.00 0.07 -bicéphalie bicéphalie nom f s 0.00 0.20 0.00 0.20 -bicuspide bicuspide adj s 0.01 0.00 0.01 0.00 -bicycle bicycle nom m s 0.29 0.00 0.28 0.00 -bicycles bicycle nom m p 0.29 0.00 0.01 0.00 -bicyclette bicyclette nom f s 8.06 28.51 7.34 23.51 -bicyclettes bicyclette nom f p 8.06 28.51 0.72 5.00 -bicycliste bicycliste adj s 0.00 0.07 0.00 0.07 -bidasse bidasse nom m s 0.37 0.81 0.21 0.34 -bidasses bidasse nom m p 0.37 0.81 0.16 0.47 -bide bide nom m s 3.73 8.58 3.66 8.38 -bides bide nom m p 3.73 8.58 0.07 0.20 -bidet bidet nom m s 0.69 3.45 0.69 2.97 -bidets bidet nom m p 0.69 3.45 0.00 0.47 -bidimensionnel bidimensionnel adj m s 0.00 0.07 0.00 0.07 -bidoche bidoche nom f s 0.33 3.78 0.33 3.31 -bidoches bidoche nom f p 0.33 3.78 0.00 0.47 -bidon bidon adj 7.78 3.72 7.78 3.72 -bidonnage bidonnage nom m s 0.00 0.14 0.00 0.14 -bidonnaient bidonner ver 1.00 1.89 0.00 0.07 ind:imp:3p; -bidonnais bidonner ver 1.00 1.89 0.03 0.00 ind:imp:1s;ind:imp:2s; -bidonnait bidonner ver 1.00 1.89 0.00 0.14 ind:imp:3s; -bidonnant bidonnant adj m s 0.14 0.14 0.12 0.14 -bidonnante bidonnant adj f s 0.14 0.14 0.03 0.00 -bidonne bidonner ver 1.00 1.89 0.00 0.61 ind:pre:3s; -bidonnent bidonner ver 1.00 1.89 0.01 0.27 ind:pre:3p; -bidonner bidonner ver 1.00 1.89 0.33 0.34 inf; -bidonnera bidonner ver 1.00 1.89 0.01 0.00 ind:fut:3s; -bidonnez bidonner ver 1.00 1.89 0.01 0.00 ind:pre:2p; -bidonné bidonner ver m s 1.00 1.89 0.30 0.00 par:pas; -bidonnée bidonner ver f s 1.00 1.89 0.01 0.00 par:pas; -bidonnées bidonner ver f p 1.00 1.89 0.29 0.00 par:pas; -bidonnés bidonner ver m p 1.00 1.89 0.00 0.07 par:pas; -bidons bidon nom m p 8.02 16.28 2.66 6.62 -bidonville bidonville nom m s 0.72 1.55 0.43 0.81 -bidonvilles bidonville nom m p 0.72 1.55 0.29 0.74 -bidouilla bidouiller ver 0.45 0.14 0.00 0.07 ind:pas:3s; -bidouillage bidouillage nom m s 0.05 0.00 0.05 0.00 -bidouille bidouille nom f s 0.19 0.00 0.19 0.00 -bidouiller bidouiller ver 0.45 0.14 0.12 0.00 inf; -bidouillerai bidouiller ver 0.45 0.14 0.03 0.00 ind:fut:1s; -bidouillé bidouiller ver m s 0.45 0.14 0.13 0.00 par:pas; -bidouillée bidouiller ver f s 0.45 0.14 0.15 0.07 par:pas; -bidouillés bidouiller ver m p 0.45 0.14 0.02 0.00 par:pas; -bidule bidule nom m s 1.10 2.03 0.94 1.22 -bidules bidule nom m p 1.10 2.03 0.17 0.81 -bief bief nom m s 0.10 0.61 0.10 0.54 -biefs bief nom m p 0.10 0.61 0.00 0.07 -bielle bielle nom f s 1.86 1.22 1.70 0.20 -bielles bielle nom f p 1.86 1.22 0.16 1.01 -bien_aimé bien_aimé nom m s 8.50 4.66 4.51 1.89 -bien_aimé bien_aimé nom f s 8.50 4.66 3.76 2.43 -bien_aimé bien_aimé adj f p 8.19 4.39 0.04 0.20 -bien_aimé bien_aimé adj m p 8.19 4.39 0.68 0.54 -bien_disant bien_disant adj m p 0.00 0.07 0.00 0.07 -bien_fonds bien_fonds nom m 0.00 0.07 0.00 0.07 -bien_fondé bien_fondé nom m s 0.31 0.81 0.31 0.81 -bien_manger bien_manger nom m 0.00 0.14 0.00 0.14 -bien_pensant bien_pensant adj m s 0.06 2.16 0.01 1.28 -bien_pensant bien_pensant adj f s 0.06 2.16 0.02 0.47 -bien_pensant bien_pensant adj m p 0.06 2.16 0.03 0.41 -bien_portant bien_portant adj m s 0.03 0.41 0.00 0.14 -bien_portant bien_portant adj m p 0.03 0.41 0.03 0.27 -bien_être bien_être nom m 4.28 8.78 4.28 8.78 -bien bien adv_sup 4213.78 2535.14 4213.78 2535.14 -bienfaisance bienfaisance nom f s 1.69 1.96 1.69 1.96 -bienfaisant bienfaisant adj m s 0.64 4.05 0.29 1.08 -bienfaisante bienfaisant adj f s 0.64 4.05 0.31 2.30 -bienfaisantes bienfaisant adj f p 0.64 4.05 0.00 0.54 -bienfaisants bienfaisant adj m p 0.64 4.05 0.04 0.14 -bienfait bienfait nom m s 2.51 4.26 0.98 1.01 -bienfaiteur bienfaiteur nom m s 3.38 3.45 2.46 1.62 -bienfaiteurs bienfaiteur nom m p 3.38 3.45 0.26 0.81 -bienfaitrice bienfaiteur nom f s 3.38 3.45 0.66 1.01 -bienfaitrices bienfaitrice nom f p 0.01 0.00 0.01 0.00 -bienfaits bienfait nom m p 2.51 4.26 1.53 3.24 -bienheureuse bienheureux nom f s 1.22 2.43 0.30 0.34 -bienheureusement bienheureusement adv 0.00 0.27 0.00 0.27 -bienheureuses bienheureux adj f p 2.25 5.20 0.00 0.14 -bienheureux bienheureux adj m 2.25 5.20 2.09 2.84 -biennale biennale nom f s 0.05 0.14 0.05 0.14 -biens bien nom_sup m p 106.60 70.20 16.99 13.31 -bienséance bienséance nom f s 0.64 2.23 0.57 2.09 -bienséances bienséance nom f p 0.64 2.23 0.06 0.14 -bienséant bienséant adj m s 0.06 1.08 0.04 0.47 -bienséante bienséant adj f s 0.06 1.08 0.03 0.41 -bienséantes bienséant adj f p 0.06 1.08 0.00 0.07 -bienséants bienséant adj m p 0.06 1.08 0.00 0.14 -bientôt bientôt adv 184.96 169.59 184.96 169.59 -bienveillamment bienveillamment adv 0.10 0.00 0.10 0.00 -bienveillance bienveillance nom f s 2.32 7.30 2.32 7.23 -bienveillances bienveillance nom f p 2.32 7.30 0.00 0.07 -bienveillant bienveillant adj m s 1.47 7.50 0.84 2.97 -bienveillante bienveillant adj f s 1.47 7.50 0.30 3.24 -bienveillantes bienveillant adj f p 1.47 7.50 0.06 0.41 -bienveillants bienveillant adj m p 1.47 7.50 0.27 0.88 -bienvenu bienvenu nom m s 14.30 1.82 9.82 1.22 -bienvenue bienvenue nom f s 22.63 5.27 21.81 5.14 -bienvenues bienvenue nom f p 22.63 5.27 0.82 0.14 -bienvenus bienvenu nom m p 14.30 1.82 4.48 0.61 -bif bif nom m s 0.02 0.14 0.02 0.14 -biface biface nom m s 0.00 0.07 0.00 0.07 -bifaces biface adj m p 0.00 0.07 0.00 0.07 -biffa biffer ver 0.11 1.62 0.00 0.41 ind:pas:3s; -biffaient biffer ver 0.11 1.62 0.00 0.07 ind:imp:3p; -biffais biffer ver 0.11 1.62 0.00 0.07 ind:imp:1s; -biffant biffer ver 0.11 1.62 0.01 0.07 par:pre; -biffe biffe nom f s 0.33 0.54 0.33 0.54 -biffer biffer ver 0.11 1.62 0.07 0.47 inf; -biffeton biffeton nom m s 0.29 2.64 0.01 0.88 -biffetons biffeton nom m p 0.29 2.64 0.28 1.76 -biffin biffin nom m s 0.05 1.62 0.03 0.88 -biffins biffin nom m p 0.05 1.62 0.02 0.74 -biffé biffer ver m s 0.11 1.62 0.02 0.07 par:pas; -bifide bifide adj s 0.01 0.61 0.01 0.47 -bifides bifide adj f p 0.01 0.61 0.00 0.14 -bifrons bifron adj p 0.00 0.20 0.00 0.20 -bifteck bifteck nom m s 1.45 5.14 1.30 3.58 -biftecks bifteck nom m p 1.45 5.14 0.14 1.55 -bifton bifton nom m s 0.64 2.84 0.16 1.08 -biftons bifton nom m p 0.64 2.84 0.49 1.76 -biftèque biftèque nom m s 0.00 0.47 0.00 0.14 -biftèques biftèque nom m p 0.00 0.47 0.00 0.34 -bifurcation bifurcation nom f s 0.33 0.54 0.29 0.41 -bifurcations bifurcation nom f p 0.33 0.54 0.04 0.14 -bifurqua bifurquer ver 0.68 2.03 0.00 0.14 ind:pas:3s; -bifurquait bifurquer ver 0.68 2.03 0.00 0.20 ind:imp:3s; -bifurquant bifurquer ver 0.68 2.03 0.00 0.20 par:pre; -bifurque bifurquer ver 0.68 2.03 0.17 0.41 imp:pre:2s;ind:pre:1s;ind:pre:3s; -bifurquent bifurquer ver 0.68 2.03 0.00 0.07 ind:pre:3p; -bifurquer bifurquer ver 0.68 2.03 0.14 0.20 inf; -bifurqueront bifurquer ver 0.68 2.03 0.00 0.07 ind:fut:3p; -bifurqué bifurquer ver m s 0.68 2.03 0.36 0.61 par:pas; -bifurquée bifurquer ver f s 0.68 2.03 0.00 0.14 par:pas; -big_bang big_bang nom m 0.03 0.41 0.03 0.41 -big_band big_band nom m 0.05 0.00 0.05 0.00 -big_bang big_bang nom m 0.38 1.62 0.38 1.62 -bigaille bigaille nom f s 0.00 0.27 0.00 0.27 -bigame bigame adj m s 0.23 0.00 0.23 0.00 -bigamie bigamie nom f s 0.37 0.47 0.37 0.47 -bigarreau bigarreau nom m s 0.00 0.07 0.00 0.07 -bigarrer bigarrer ver 0.11 0.81 0.00 0.07 inf; -bigarré bigarrer ver m s 0.11 0.81 0.10 0.20 par:pas; -bigarrée bigarré adj f s 0.17 1.62 0.02 0.88 -bigarrées bigarré adj f p 0.17 1.62 0.00 0.07 -bigarrure bigarrure nom f s 0.00 0.74 0.00 0.61 -bigarrures bigarrure nom f p 0.00 0.74 0.00 0.14 -bigarrés bigarré adj m p 0.17 1.62 0.14 0.34 -bighorn bighorn nom m s 0.20 0.14 0.18 0.07 -bighorns bighorn nom m p 0.20 0.14 0.03 0.07 -biglaient bigler ver 0.00 2.16 0.00 0.07 ind:imp:3p; -biglais bigler ver 0.00 2.16 0.00 0.07 ind:imp:1s; -biglait bigler ver 0.00 2.16 0.00 0.20 ind:imp:3s; -biglant bigler ver 0.00 2.16 0.00 0.20 par:pre; -bigle bigler ver 0.00 2.16 0.00 0.34 ind:pre:1s;ind:pre:3s; -biglent bigler ver 0.00 2.16 0.00 0.14 ind:pre:3p; -bigler bigler ver 0.00 2.16 0.00 0.54 inf; -bigles bigle adj m p 0.00 0.34 0.00 0.07 -bigleuse bigleux nom f s 1.88 0.20 0.14 0.07 -bigleux bigleux nom m 1.88 0.20 1.75 0.14 -biglez bigler ver 0.00 2.16 0.00 0.07 imp:pre:2p; -biglé bigler ver m s 0.00 2.16 0.00 0.34 par:pas; -biglée bigler ver f s 0.00 2.16 0.00 0.14 par:pas; -biglés bigler ver m p 0.00 2.16 0.00 0.07 par:pas; -bigne bigne nom f s 0.00 0.20 0.00 0.20 -bignolait bignoler ver 0.00 0.07 0.00 0.07 ind:imp:3s; -bignole bignole nom f s 0.00 5.74 0.00 5.14 -bignoles bignole nom f p 0.00 5.74 0.00 0.61 -bignolle bignolle nom f s 0.00 0.07 0.00 0.07 -bignon bignon nom m s 0.00 0.07 0.00 0.07 -bignones bignone nom f p 0.00 0.07 0.00 0.07 -bignonias bignonia nom m p 0.00 0.07 0.00 0.07 -bigo bigo nom m s 0.05 0.54 0.05 0.54 -bigophone bigophone nom m s 0.17 0.68 0.17 0.68 -bigophoner bigophoner ver 0.03 0.81 0.00 0.41 inf; -bigophones bigophoner ver 0.03 0.81 0.01 0.00 ind:pre:2s; -bigophoné bigophoner ver m s 0.03 0.81 0.00 0.27 par:pas; -bigorne bigorne nom f s 0.00 0.20 0.00 0.14 -bigorneau bigorneau nom m s 1.01 1.55 0.19 0.74 -bigorneaux bigorneau nom m p 1.01 1.55 0.82 0.81 -bigorner bigorner ver 0.00 0.61 0.00 0.27 inf; -bigornes bigorne nom f p 0.00 0.20 0.00 0.07 -bigorné bigorner ver m s 0.00 0.61 0.00 0.20 par:pas; -bigornés bigorner ver m p 0.00 0.61 0.00 0.07 par:pas; -bigot bigot adj m s 0.20 0.27 0.17 0.20 -bigote bigot nom f s 0.50 1.01 0.34 0.41 -bigoterie bigoterie nom f s 0.14 0.20 0.14 0.20 -bigotes bigot nom f p 0.50 1.01 0.00 0.41 -bigots bigot nom m p 0.50 1.01 0.06 0.07 -bigouden bigouden adj f s 0.00 0.34 0.00 0.34 -bigoudens bigouden nom p 0.00 0.07 0.00 0.07 -bigoudi bigoudi nom m s 0.73 3.45 0.18 0.61 -bigoudis bigoudi nom m p 0.73 3.45 0.55 2.84 -bigre bigre ono 0.47 0.54 0.47 0.54 -bigrement bigrement adv 0.28 1.49 0.28 1.49 -bigue bigue nom f s 0.00 0.14 0.00 0.14 -biguine biguine nom f s 0.10 0.34 0.10 0.34 -bihebdomadaire bihebdomadaire adj s 0.01 0.14 0.00 0.07 -bihebdomadaires bihebdomadaire adj p 0.01 0.14 0.01 0.07 -bihoreau bihoreau nom m s 0.00 0.27 0.00 0.27 -bijou bijou nom m s 8.37 11.96 8.37 11.96 -bijouterie bijouterie nom f s 2.41 1.55 2.15 1.15 -bijouteries bijouterie nom f p 2.41 1.55 0.26 0.41 -bijoutier bijoutier nom m s 1.64 2.70 1.54 1.62 -bijoutiers bijoutier nom m p 1.64 2.70 0.10 0.68 -bijoutière bijoutier nom f s 1.64 2.70 0.00 0.41 -bijoux bijoux nom m p 20.64 21.01 20.64 21.01 -bikini bikini nom m s 2.98 2.09 2.34 1.49 -bikinis bikini nom m p 2.98 2.09 0.65 0.61 -bilais biler ver 2.95 2.84 0.01 0.07 ind:imp:1s; -bilait biler ver 2.95 2.84 0.00 0.07 ind:imp:3s; -bilan bilan nom m s 6.13 7.36 5.63 6.22 -bilans bilan nom m p 6.13 7.36 0.50 1.15 -bilatéral bilatéral adj m s 0.51 0.34 0.14 0.14 -bilatérale bilatéral adj f s 0.51 0.34 0.23 0.14 -bilatéralement bilatéralement adv 0.03 0.00 0.03 0.00 -bilatéraux bilatéral adj m p 0.51 0.34 0.14 0.07 -bilbergia bilbergia nom f s 0.00 0.07 0.00 0.07 -bilboquet bilboquet nom m s 0.04 1.15 0.04 1.01 -bilboquets bilboquet nom m p 0.04 1.15 0.00 0.14 -bile bile nom f s 2.78 4.66 2.59 4.66 -biler biler ver 2.95 2.84 0.10 1.15 inf; -biles biler ver 2.95 2.84 0.29 0.00 ind:pre:2s; -bileux bileux adj m 0.01 0.00 0.01 0.00 -bilez biler ver 2.95 2.84 0.22 0.47 imp:pre:2p;ind:pre:2p; -bilharziose bilharziose nom f s 0.01 0.20 0.01 0.20 -biliaire biliaire adj s 0.75 0.47 0.57 0.47 -biliaires biliaire adj p 0.75 0.47 0.18 0.00 -bilieuse bilieux adj f s 0.03 0.68 0.03 0.20 -bilieuses bilieux adj f p 0.03 0.68 0.00 0.07 -bilieux bilieux adj m s 0.03 0.68 0.00 0.41 -bilingue bilingue nom s 0.39 0.00 0.38 0.00 -bilingues bilingue adj p 0.34 0.88 0.04 0.34 -bilinguisme bilinguisme nom m s 0.00 0.07 0.00 0.07 -bilirubine bilirubine nom f s 0.07 0.00 0.07 0.00 -bill bill nom m s 0.56 0.07 0.47 0.07 -billard billard nom m s 7.84 12.23 7.56 11.35 -billards billard nom m p 7.84 12.23 0.28 0.88 -bille bille nom f s 5.21 19.53 2.50 8.58 -biller biller ver 0.07 0.00 0.04 0.00 inf; -billes bille nom f p 5.21 19.53 2.70 10.95 -billet billet nom m s 83.87 63.58 41.47 32.23 -billets billet nom m p 83.87 63.58 42.40 31.35 -billetterie billetterie nom f s 0.19 0.00 0.17 0.00 -billetteries billetterie nom f p 0.19 0.00 0.02 0.00 -billettes billette nom f p 0.00 0.07 0.00 0.07 -billevesée billevesée nom f s 0.27 0.54 0.00 0.07 -billevesées billevesée nom f p 0.27 0.54 0.27 0.47 -billion billion nom m s 0.42 0.07 0.19 0.00 -billions billion nom m p 0.42 0.07 0.23 0.07 -billon billon nom m s 0.00 0.14 0.00 0.14 -billot billot nom m s 0.69 2.50 0.68 2.03 -billots billot nom m p 0.69 2.50 0.01 0.47 -bills bill nom m p 0.56 0.07 0.09 0.00 -bilobée bilobé adj f s 0.01 0.00 0.01 0.00 -bim bim ono 0.52 0.20 0.52 0.20 -bimbeloterie bimbeloterie nom f s 0.03 0.61 0.02 0.47 -bimbeloteries bimbeloterie nom f p 0.03 0.61 0.01 0.14 -bimensuel bimensuel adj m s 0.04 0.14 0.01 0.07 -bimensuelle bimensuel adj f s 0.04 0.14 0.02 0.07 -bimensuelles bimensuel adj f p 0.04 0.14 0.01 0.00 -bimestre bimestre nom m s 0.01 0.00 0.01 0.00 -bimoteur bimoteur nom m s 0.08 0.34 0.08 0.27 -bimoteurs bimoteur nom m p 0.08 0.34 0.00 0.07 -bimétallisme bimétallisme nom m s 0.00 0.14 0.00 0.14 -bin_s bin_s nom m 0.03 0.00 0.03 0.00 -binôme binôme nom m s 0.27 0.14 0.20 0.07 -binômes binôme nom m p 0.27 0.14 0.06 0.07 -binaire binaire adj s 0.68 0.34 0.45 0.27 -binaires binaire adj p 0.68 0.34 0.23 0.07 -binait biner ver 0.33 0.68 0.00 0.14 ind:imp:3s; -binant biner ver 0.33 0.68 0.00 0.14 par:pre; -biner biner ver 0.33 0.68 0.33 0.34 inf; -binet_simon binet_simon nom m s 0.00 0.07 0.00 0.07 -binette binette nom f s 0.27 1.49 0.25 1.08 -binettes binette nom f p 0.27 1.49 0.03 0.41 -bing bing ono 1.81 1.76 1.81 1.76 -bingo bingo nom m s 9.08 0.14 9.08 0.14 -biniou biniou nom m s 0.29 0.81 0.29 0.74 -binious biniou nom m p 0.29 0.81 0.00 0.07 -binoclard binoclard adj m s 2.29 2.43 2.22 2.09 -binoclarde binoclard adj f s 2.29 2.43 0.02 0.14 -binoclards binoclard adj m p 2.29 2.43 0.04 0.20 -binocle binocle nom m s 0.18 1.01 0.01 0.47 -binocles binocle nom m p 0.18 1.01 0.17 0.54 -binoculaire binoculaire adj f s 0.03 0.07 0.03 0.07 -bintje bintje nom f s 0.00 0.07 0.00 0.07 -biné biner ver m s 0.33 0.68 0.00 0.07 par:pas; -binz binz nom s 0.27 0.14 0.27 0.14 -bio bio adj 3.30 0.41 3.30 0.41 -biochimie biochimie nom f s 0.63 0.00 0.63 0.00 -biochimique biochimique adj s 0.32 0.14 0.22 0.14 -biochimiquement biochimiquement adv 0.02 0.00 0.02 0.00 -biochimiques biochimique adj p 0.32 0.14 0.11 0.00 -biochimiste biochimiste nom s 0.35 0.00 0.30 0.00 -biochimistes biochimiste nom p 0.35 0.00 0.05 0.00 -biodiversité biodiversité nom f s 0.05 0.00 0.05 0.00 -biodégradable biodégradable adj m s 0.16 0.07 0.10 0.07 -biodégradables biodégradable adj f p 0.16 0.07 0.06 0.00 -biographe biographe nom s 0.75 0.88 0.75 0.61 -biographes biographe nom p 0.75 0.88 0.00 0.27 -biographie biographie nom f s 2.82 5.34 2.36 4.19 -biographies biographie nom f p 2.82 5.34 0.46 1.15 -biographique biographique adj s 0.18 0.88 0.14 0.34 -biographiques biographique adj p 0.18 0.88 0.03 0.54 -biogénique biogénique adj m s 0.01 0.00 0.01 0.00 -biogénétique biogénétique adj s 0.14 0.00 0.14 0.00 -biologie biologie nom f s 4.13 1.22 4.13 1.22 -biologique biologique adj s 7.34 2.36 5.35 1.69 -biologiquement biologiquement adv 0.46 0.34 0.46 0.34 -biologiques biologique adj p 7.34 2.36 2.00 0.68 -biologiste biologiste nom s 1.08 0.34 0.84 0.34 -biologistes biologiste nom p 1.08 0.34 0.24 0.00 -biologisé biologiser ver m s 0.01 0.00 0.01 0.00 par:pas; -bioluminescence bioluminescence nom f s 0.05 0.00 0.05 0.00 -bioluminescente bioluminescent adj f s 0.01 0.00 0.01 0.00 -biomasse biomasse nom f s 0.03 0.00 0.03 0.00 -biomécanique biomécanique nom f s 0.16 0.00 0.16 0.00 -biomécanisme biomécanisme nom m s 0.01 0.00 0.01 0.00 -biomédical biomédical adj m s 0.10 0.00 0.06 0.00 -biomédicale biomédical adj f s 0.10 0.00 0.03 0.00 -biomédicaux biomédical adj m p 0.10 0.00 0.01 0.00 -biométrie biométrie nom f s 0.03 0.00 0.03 0.00 -biométrique biométrique adj s 0.19 0.00 0.12 0.00 -biométriques biométrique adj p 0.19 0.00 0.07 0.00 -bionique bionique adj s 0.34 0.00 0.24 0.00 -bioniques bionique adj p 0.34 0.00 0.10 0.00 -biophysique biophysique nom f s 0.06 0.00 0.06 0.00 -biopsie biopsie nom f s 2.19 0.47 2.04 0.47 -biopsies biopsie nom f p 2.19 0.47 0.15 0.00 -biorythme biorythme nom m s 0.06 0.00 0.01 0.00 -biorythmes biorythme nom m p 0.06 0.00 0.04 0.00 -biosphère biosphère nom f s 0.08 0.00 0.08 0.00 -biosynthétiques biosynthétique adj p 0.01 0.00 0.01 0.00 -biotechnique biotechnique nom f s 0.15 0.00 0.15 0.00 -biotechnologie biotechnologie nom f s 0.22 0.00 0.22 0.00 -biotique biotique adj s 0.02 0.00 0.02 0.00 -biotite biotite nom f s 0.03 0.00 0.03 0.00 -biotope biotope nom m s 0.07 0.00 0.07 0.00 -bioélectrique bioélectrique adj s 0.01 0.00 0.01 0.00 -bioxyde bioxyde nom m s 0.02 0.07 0.02 0.07 -bip_bip bip_bip nom m s 0.47 0.00 0.47 0.00 -bip bip nom m s 7.68 1.28 6.94 1.28 -bipais biper ver 4.07 0.00 0.01 0.00 ind:imp:1s; -bipartisan bipartisan adj m s 0.01 0.00 0.01 0.00 -bipartisme bipartisme nom m s 0.07 0.00 0.07 0.00 -bipartite bipartite adj s 0.15 0.00 0.15 0.00 -bipe biper ver 4.07 0.00 0.77 0.00 imp:pre:2s;ind:pre:1s;ind:pre:3s; -biper biper ver 4.07 0.00 0.96 0.00 inf; -biperai biper ver 4.07 0.00 0.06 0.00 ind:fut:1s; -biperait biper ver 4.07 0.00 0.01 0.00 cnd:pre:3s; -bipes biper ver 4.07 0.00 0.09 0.00 ind:pre:2s; -bipez biper ver 4.07 0.00 0.43 0.00 imp:pre:2p;ind:pre:2p; -biphényle biphényle nom m s 0.01 0.00 0.01 0.00 -biplace biplace adj s 0.16 0.07 0.02 0.00 -biplaces biplace adj p 0.16 0.07 0.14 0.07 -biplan biplan nom m s 0.32 0.68 0.32 0.54 -biplans biplan nom m p 0.32 0.68 0.00 0.14 -bipolaire bipolaire adj f s 0.29 0.00 0.26 0.00 -bipolaires bipolaire adj m p 0.29 0.00 0.04 0.00 -bipolarité bipolarité nom f s 0.00 0.07 0.00 0.07 -bips bip nom m p 7.68 1.28 0.74 0.00 -bipède bipède nom m s 0.78 0.47 0.58 0.20 -bipèdes bipède nom m p 0.78 0.47 0.20 0.27 -bipé biper ver m s 4.07 0.00 1.27 0.00 par:pas; -bipée biper ver f s 4.07 0.00 0.40 0.00 par:pas; -bipés biper ver m p 4.07 0.00 0.05 0.00 par:pas; -bique bique nom f s 0.94 4.39 0.56 2.97 -biques bique nom f p 0.94 4.39 0.38 1.42 -biquet biquet nom m s 0.54 2.77 0.54 1.28 -biquets biquet nom m p 0.54 2.77 0.00 1.49 -biquette biquette nom f s 0.46 1.35 0.05 1.01 -biquettes biquette nom f p 0.46 1.35 0.40 0.34 -biquotidienne biquotidien adj f s 0.00 0.20 0.00 0.07 -biquotidiens biquotidien adj m p 0.00 0.20 0.00 0.14 -birbe birbe nom m s 0.02 0.47 0.00 0.34 -birbes birbe nom m p 0.02 0.47 0.02 0.14 -birchers bircher nom m p 0.05 0.00 0.05 0.00 -bire bire nom f s 0.00 0.07 0.00 0.07 -biribi biribi nom m s 0.00 0.74 0.00 0.74 -birman birman adj m s 0.36 0.00 0.16 0.00 -birmane birman adj f s 0.36 0.00 0.08 0.00 -birmanes birman adj f p 0.36 0.00 0.02 0.00 -birmans birman nom m p 0.29 0.00 0.25 0.00 -biroute biroute nom f s 0.18 0.95 0.18 0.81 -biroutes biroute nom f p 0.18 0.95 0.00 0.14 -birth_control birth_control nom m 0.01 0.14 0.01 0.14 -biréfringence biréfringence nom f s 0.01 0.00 0.01 0.00 -bis bis adj_sup m 3.48 4.32 0.86 1.82 -bisaïeul bisaïeul nom m s 0.05 0.20 0.05 0.07 -bisaïeule bisaïeul nom f s 0.05 0.20 0.00 0.14 -bisannuel bisannuel adj m s 0.01 0.07 0.01 0.00 -bisannuelles bisannuel adj f p 0.01 0.07 0.00 0.07 -bisbille bisbille nom f s 0.08 0.34 0.07 0.20 -bisbilles bisbille nom f p 0.08 0.34 0.01 0.14 -biscaïen biscaïen nom m s 0.00 0.20 0.00 0.20 -bischof bischof nom m s 0.14 0.00 0.14 0.00 -biscornu biscornu adj m s 0.06 3.04 0.01 0.88 -biscornue biscornu adj f s 0.06 3.04 0.03 0.74 -biscornues biscornu adj f p 0.06 3.04 0.01 0.61 -biscornus biscornu adj m p 0.06 3.04 0.01 0.81 -biscoteaux biscoteau nom m p 0.21 0.00 0.21 0.00 -biscotos biscoto nom m p 0.01 0.34 0.01 0.34 -biscotte biscotte nom f s 1.95 2.43 1.53 0.88 -biscottes biscotte nom f p 1.95 2.43 0.42 1.55 -biscuit biscuit nom m s 12.72 11.55 4.75 2.77 -biscuiterie biscuiterie nom f s 0.06 0.68 0.06 0.68 -biscuits biscuit nom m p 12.72 11.55 7.96 8.78 -bise bise nom f s 3.84 8.72 2.69 8.11 -biseau biseau nom m s 0.02 0.95 0.02 0.88 -biseauté biseauter ver m s 0.17 0.68 0.01 0.00 par:pas; -biseautée biseauter ver f s 0.17 0.68 0.00 0.07 par:pas; -biseautées biseauter ver f p 0.17 0.68 0.01 0.34 par:pas; -biseautés biseauter ver m p 0.17 0.68 0.14 0.27 par:pas; -biseaux biseau nom m p 0.02 0.95 0.00 0.07 -biseness biseness nom m 0.00 0.14 0.00 0.14 -biser biser ver 0.14 0.20 0.14 0.00 inf; -bises bise nom f p 3.84 8.72 1.14 0.61 -bisets biset nom m p 0.00 0.14 0.00 0.14 -bisette bisette nom f s 0.00 0.07 0.00 0.07 -bisexualité bisexualité nom f s 0.05 0.07 0.05 0.07 -bisexuel bisexuel adj m s 1.77 0.14 0.88 0.14 -bisexuelle bisexuel adj f s 1.77 0.14 0.21 0.00 -bisexuelles bisexuelle adj f p 0.03 0.00 0.03 0.00 -bisexuels bisexuel adj m p 1.77 0.14 0.69 0.00 -bisexué bisexué adj m s 0.01 0.07 0.00 0.07 -bisexués bisexué adj m p 0.01 0.07 0.01 0.00 -bishop bishop nom m s 0.02 0.00 0.02 0.00 -bismarckien bismarckien adj m s 0.00 0.07 0.00 0.07 -bismuth bismuth nom m s 0.02 0.14 0.02 0.14 -bisness bisness nom m 0.00 0.14 0.00 0.14 -bison bison nom m s 2.65 3.38 1.49 1.28 -bisons bison nom m p 2.65 3.38 1.16 2.09 -bisou_éclair bisou_éclair nom m s 0.01 0.00 0.01 0.00 -bisou bisou nom m s 18.40 1.08 13.99 0.54 -bisous bisou nom m p 18.40 1.08 4.40 0.54 -bisque bisque nom f s 0.41 0.61 0.41 0.54 -bisquent bisquer ver 0.17 0.27 0.00 0.07 ind:pre:3p; -bisquer bisquer ver 0.17 0.27 0.02 0.07 inf; -bisques bisque nom f p 0.41 0.61 0.00 0.07 -bissac bissac nom m s 0.01 0.34 0.01 0.27 -bissacs bissac nom m p 0.01 0.34 0.00 0.07 -bissant bisser ver 0.03 0.27 0.00 0.07 par:pre; -bisse bisser ver 0.03 0.27 0.01 0.07 imp:pre:2s;ind:pre:3s; -bissel bissel nom m s 0.02 0.00 0.02 0.00 -bisser bisser ver 0.03 0.27 0.01 0.00 inf; -bissextile bissextile adj f s 0.07 0.47 0.03 0.07 -bissextiles bissextile adj f p 0.07 0.47 0.03 0.41 -bissé bisser ver m s 0.03 0.27 0.01 0.14 par:pas; -bistorte bistorte nom f s 0.14 0.07 0.14 0.07 -bistouille bistouille nom f s 0.00 0.07 0.00 0.07 -bistouquette bistouquette nom f s 0.22 0.07 0.22 0.07 -bistouri bistouri nom m s 0.79 2.36 0.79 2.03 -bistouris bistouri nom m p 0.79 2.36 0.00 0.34 -bistouriser bistouriser ver 0.00 0.07 0.00 0.07 inf; -bistre bistre adj 0.00 2.16 0.00 2.16 -bistres bistre nom m p 0.00 1.69 0.00 0.41 -bistro bistro nom m s 0.63 3.04 0.60 2.43 -bistroquet bistroquet nom m s 0.00 0.47 0.00 0.47 -bistros bistro nom m p 0.63 3.04 0.02 0.61 -bistrot bistrot nom m s 3.30 27.50 2.80 21.69 -bistrote bistrot nom f s 3.30 27.50 0.00 0.07 -bistrotier bistrotier nom m s 0.00 0.41 0.00 0.20 -bistrotiers bistrotier nom m p 0.00 0.41 0.00 0.07 -bistrotière bistrotier nom f s 0.00 0.41 0.00 0.07 -bistrotières bistrotier nom f p 0.00 0.41 0.00 0.07 -bistrots bistrot nom m p 3.30 27.50 0.50 5.74 -bistrouille bistrouille nom f s 0.00 0.20 0.00 0.20 -bistré bistrer ver m s 0.00 0.41 0.00 0.07 par:pas; -bistrée bistré adj f s 0.00 0.34 0.00 0.20 -bistrées bistrer ver f p 0.00 0.41 0.00 0.14 par:pas; -bistrés bistré adj m p 0.00 0.34 0.00 0.14 -bisulfite bisulfite nom m s 0.00 0.07 0.00 0.07 -bit bit nom m s 1.24 0.14 1.04 0.14 -bite bite nom f s 26.41 6.08 22.93 4.93 -bitent biter ver 0.02 0.14 0.00 0.07 ind:pre:3p; -bites bite nom f p 26.41 6.08 3.49 1.15 -bière bière nom f s 81.67 38.11 68.55 35.34 -bières bière nom f p 81.67 38.11 13.12 2.77 -bithynien bithynien nom m s 0.00 0.41 0.00 0.27 -bithyniens bithynien nom m p 0.00 0.41 0.00 0.14 -bitoniau bitoniau nom m s 0.01 0.00 0.01 0.00 -bitos bitos nom m 0.00 0.74 0.00 0.74 -bits bit nom m p 1.24 0.14 0.20 0.00 -bitte bitte nom f s 0.72 1.01 0.69 0.74 -bitter bitter ver 0.23 0.00 0.23 0.00 inf; -bitters bitter nom m p 0.16 0.00 0.02 0.00 -bittes bitte nom f p 0.72 1.01 0.03 0.27 -bité biter ver m s 0.02 0.14 0.02 0.07 par:pas; -bitume bitume nom m s 1.12 6.01 0.99 5.88 -bitumes bitume nom m p 1.12 6.01 0.14 0.14 -bitumeuse bitumeux adj f s 0.00 0.34 0.00 0.14 -bitumeux bitumeux adj m p 0.00 0.34 0.00 0.20 -bitumineuse bitumineux adj f s 0.03 0.07 0.02 0.07 -bitumineux bitumineux adj m p 0.03 0.07 0.01 0.00 -bitumé bitumer ver m s 0.01 0.68 0.00 0.41 par:pas; -bitumée bitumer ver f s 0.01 0.68 0.00 0.20 par:pas; -bitumées bitumer ver f p 0.01 0.68 0.01 0.07 par:pas; -biture biture nom f s 0.12 1.22 0.09 1.01 -biturer biturer ver 0.19 0.20 0.02 0.00 inf; -bitures biture nom f p 0.12 1.22 0.03 0.20 -biturin biturin nom m s 0.00 0.27 0.00 0.20 -biturins biturin nom m p 0.00 0.27 0.00 0.07 -bituré biturer ver m s 0.19 0.20 0.16 0.07 par:pas; -biturés biturer ver m p 0.19 0.20 0.00 0.14 par:pas; -bivalente bivalent adj f s 0.00 0.07 0.00 0.07 -bivalve bivalve nom m s 0.01 0.00 0.01 0.00 -bivalves bivalve adj p 0.02 0.00 0.02 0.00 -bivouac bivouac nom m s 0.41 3.85 0.26 2.23 -bivouacs bivouac nom m p 0.41 3.85 0.14 1.62 -bivouaquaient bivouaquer ver 0.75 0.61 0.00 0.14 ind:imp:3p; -bivouaquait bivouaquer ver 0.75 0.61 0.00 0.14 ind:imp:3s; -bivouaque bivouaquer ver 0.75 0.61 0.25 0.00 ind:pre:3s; -bivouaquent bivouaquer ver 0.75 0.61 0.11 0.20 ind:pre:3p; -bivouaquer bivouaquer ver 0.75 0.61 0.09 0.00 inf; -bivouaquerons bivouaquer ver 0.75 0.61 0.16 0.00 ind:fut:1p; -bivouaquons bivouaquer ver 0.75 0.61 0.02 0.00 imp:pre:1p; -bivouaqué bivouaquer ver m s 0.75 0.61 0.13 0.07 par:pas; -bivouaquée bivouaquer ver f s 0.75 0.61 0.00 0.07 par:pas; -bizarde bizarde adj f s 0.00 0.27 0.00 0.27 -bizarre bizarre adj s 131.41 52.23 117.31 41.76 -bizarrement bizarrement adv 7.12 11.82 7.12 11.82 -bizarrerie bizarrerie nom f s 1.12 3.38 0.70 1.82 -bizarreries bizarrerie nom f p 1.12 3.38 0.42 1.55 -bizarres bizarre adj p 131.41 52.23 14.10 10.47 -bizarroïde bizarroïde adj s 0.16 0.27 0.14 0.14 -bizarroïdes bizarroïde adj p 0.16 0.27 0.03 0.14 -bizness bizness nom m 2.02 0.68 2.02 0.68 -bizou bizou nom m s 0.00 0.07 0.00 0.07 -bizut bizut nom m s 2.30 0.07 2.05 0.07 -bizutage bizutage nom m s 1.02 0.14 1.00 0.07 -bizutages bizutage nom m p 1.02 0.14 0.01 0.07 -bizuter bizuter ver 0.14 0.00 0.10 0.00 inf; -bizuteurs bizuteur nom m p 0.01 0.00 0.01 0.00 -bizuth bizuth nom m s 0.02 0.00 0.02 0.00 -bizuts bizut nom m p 2.30 0.07 0.25 0.00 -bizuté bizuter ver m s 0.14 0.00 0.04 0.00 par:pas; -bla_bla_bla bla_bla_bla nom m 0.41 0.34 0.41 0.34 -bla_bla bla_bla nom m 1.51 1.49 1.11 1.49 -bla_bla bla_bla nom m 1.51 1.49 0.40 0.00 -blabla blabla nom m 0.81 1.42 0.81 1.42 -blablabla blablabla nom m 0.88 0.34 0.88 0.34 -blablatait blablater ver 0.04 0.14 0.00 0.07 ind:imp:3s; -blablater blablater ver 0.04 0.14 0.03 0.00 inf; -blablateurs blablateur nom m p 0.00 0.07 0.00 0.07 -blablatez blablater ver 0.04 0.14 0.01 0.00 ind:pre:2p; -blablaté blablater ver m s 0.04 0.14 0.00 0.07 par:pas; -black_bass black_bass nom m 0.00 0.07 0.00 0.07 -black_jack black_jack nom m s 0.75 0.00 0.75 0.00 -black_out black_out nom m 1.00 0.88 1.00 0.88 -black black adj m s 2.67 0.47 2.45 0.47 -blackboule blackbouler ver 0.06 0.07 0.01 0.00 ind:pre:3s; -blackbouler blackbouler ver 0.06 0.07 0.04 0.07 inf; -blackboulé blackbouler ver m s 0.06 0.07 0.01 0.00 par:pas; -blacks black nom m p 4.07 1.42 2.13 1.01 -blafard blafard adj m s 0.64 10.27 0.37 4.80 -blafarde blafard adj f s 0.64 10.27 0.16 3.72 -blafardes blafard adj f p 0.64 10.27 0.00 0.74 -blafards blafard adj m p 0.64 10.27 0.11 1.01 -blagua blaguer ver 9.41 3.24 0.00 0.14 ind:pas:3s; -blaguaient blaguer ver 9.41 3.24 0.04 0.20 ind:imp:3p; -blaguais blaguer ver 9.41 3.24 2.23 0.27 ind:imp:1s;ind:imp:2s; -blaguait blaguer ver 9.41 3.24 0.69 0.14 ind:imp:3s; -blaguant blaguer ver 9.41 3.24 0.04 0.20 par:pre; -blague blague nom f s 72.63 22.70 60.33 16.82 -blaguent blaguer ver 9.41 3.24 0.06 0.20 ind:pre:3p; -blaguer blaguer ver 9.41 3.24 1.22 0.74 inf; -blaguerais blaguer ver 9.41 3.24 0.03 0.00 cnd:pre:1s; -blagues blague nom f p 72.63 22.70 12.30 5.88 -blagueur blagueur nom m s 0.35 0.00 0.29 0.00 -blagueurs blagueur nom m p 0.35 0.00 0.05 0.00 -blagueuse blagueur nom f s 0.35 0.00 0.01 0.00 -blagueuses blagueur adj f p 0.08 0.74 0.00 0.07 -blaguez blaguer ver 9.41 3.24 0.34 0.20 imp:pre:2p;ind:pre:2p; -blaguons blaguer ver 9.41 3.24 0.01 0.00 ind:pre:1p; -blagué blaguer ver m s 9.41 3.24 0.28 0.20 par:pas; -blair blair nom m s 0.06 1.35 0.05 1.28 -blairaient blairer ver 1.39 2.03 0.00 0.07 ind:imp:3p; -blairait blairer ver 1.39 2.03 0.00 0.20 ind:imp:3s; -blaire blairer ver 1.39 2.03 0.09 0.68 imp:pre:2s;ind:pre:1s;ind:pre:3s; -blaireau blaireau nom m s 3.75 3.78 2.64 2.70 -blaireaux blaireau nom m p 3.75 3.78 1.11 1.08 -blairer blairer ver 1.39 2.03 1.30 1.01 inf; -blairs blair nom m p 0.06 1.35 0.01 0.07 -blairé blairer ver m s 1.39 2.03 0.00 0.07 par:pas; -blaise blaiser ver 0.00 0.27 0.00 0.27 ind:pre:1s;ind:pre:3s; -blaisois blaisois nom m 0.00 0.07 0.00 0.07 -blanc_bec blanc_bec nom m s 1.50 0.61 1.39 0.47 -blanc_bleu blanc_bleu nom m s 0.16 0.41 0.16 0.41 -blanc_gris blanc_gris adj m s 0.00 0.07 0.00 0.07 -blanc_seing blanc_seing nom m s 0.01 0.27 0.01 0.27 -blanc blanc adj m s 118.74 430.54 53.93 152.03 -blanche blanc adj f s 118.74 430.54 35.92 145.07 -blanchecaille blanchecaille nom f s 0.00 0.54 0.00 0.41 -blanchecailles blanchecaille nom f p 0.00 0.54 0.00 0.14 -blanchement blanchement nom m s 0.00 0.07 0.00 0.07 -blanches blanc adj f p 118.74 430.54 11.43 60.68 -blanchet blanchet nom m s 0.00 1.15 0.00 1.15 -blancheur blancheur nom f s 1.23 15.27 1.23 14.73 -blancheurs blancheur nom f p 1.23 15.27 0.00 0.54 -blanchi blanchir ver m s 5.34 12.23 1.09 2.23 par:pas; -blanchie blanchir ver f s 5.34 12.23 0.06 0.68 par:pas; -blanchies blanchir ver f p 5.34 12.23 0.02 1.49 par:pas; -blanchiment blanchiment nom m s 0.75 0.07 0.74 0.00 -blanchiments blanchiment nom m p 0.75 0.07 0.01 0.07 -blanchir blanchir ver 5.34 12.23 1.86 2.64 inf; -blanchira blanchir ver 5.34 12.23 0.17 0.00 ind:fut:3s; -blanchiraient blanchir ver 5.34 12.23 0.00 0.14 cnd:pre:3p; -blanchirait blanchir ver 5.34 12.23 0.01 0.14 cnd:pre:3s; -blanchirent blanchir ver 5.34 12.23 0.00 0.14 ind:pas:3p; -blanchirez blanchir ver 5.34 12.23 0.02 0.00 ind:fut:2p; -blanchiront blanchir ver 5.34 12.23 0.01 0.07 ind:fut:3p; -blanchis blanchir ver m p 5.34 12.23 0.78 1.22 imp:pre:2s;ind:pre:1s;ind:pre:2s;par:pas; -blanchissage blanchissage nom m s 0.31 0.27 0.31 0.27 -blanchissaient blanchir ver 5.34 12.23 0.02 0.81 ind:imp:3p; -blanchissait blanchir ver 5.34 12.23 0.07 1.28 ind:imp:3s; -blanchissant blanchissant adj m s 0.04 0.61 0.03 0.27 -blanchissante blanchissant adj f s 0.04 0.61 0.01 0.14 -blanchissantes blanchissant adj f p 0.04 0.61 0.00 0.07 -blanchissants blanchissant adj m p 0.04 0.61 0.00 0.14 -blanchisse blanchir ver 5.34 12.23 0.02 0.07 sub:pre:3s; -blanchissement blanchissement nom m s 0.09 0.14 0.09 0.14 -blanchissent blanchir ver 5.34 12.23 0.26 0.34 ind:pre:3p; -blanchisserie blanchisserie nom f s 1.23 3.45 1.23 3.45 -blanchisses blanchir ver 5.34 12.23 0.01 0.00 sub:pre:2s; -blanchisseur blanchisseur nom m s 0.95 3.65 0.44 0.27 -blanchisseurs blanchisseur nom m p 0.95 3.65 0.09 0.54 -blanchisseuse blanchisseur nom f s 0.95 3.65 0.42 1.55 -blanchisseuses blanchisseuse nom f p 0.16 0.00 0.16 0.00 -blanchissez blanchir ver 5.34 12.23 0.01 0.00 ind:pre:2p; -blanchit blanchir ver 5.34 12.23 0.91 0.95 ind:pre:3s;ind:pas:3s; -blanchoie blanchoyer ver 0.00 0.27 0.00 0.14 ind:pre:3s; -blanchoiement blanchoiement nom m 0.00 0.07 0.00 0.07 -blanchon blanchon nom m s 0.06 1.28 0.06 1.28 -blanchâtre blanchâtre adj s 0.05 7.23 0.05 4.66 -blanchâtres blanchâtre adj p 0.05 7.23 0.00 2.57 -blanchoyait blanchoyer ver 0.00 0.27 0.00 0.07 ind:imp:3s; -blanchoyant blanchoyer ver 0.00 0.27 0.00 0.07 par:pre; -blanc_bec blanc_bec nom m p 1.50 0.61 0.12 0.14 -blancs_manteaux blancs_manteaux adj m p 0.00 0.07 0.00 0.07 -blancs blanc nom m p 46.88 72.36 19.31 12.64 -blandices blandice nom f p 0.00 0.14 0.00 0.14 -blanque blanque nom f s 0.00 0.07 0.00 0.07 -blanquette blanquette nom f s 0.17 1.01 0.17 0.88 -blanquettes blanquette nom f p 0.17 1.01 0.00 0.14 -blasait blaser ver 0.31 1.89 0.00 0.14 ind:imp:3s; -blase blase nom m s 0.12 1.55 0.12 1.35 -blaser blaser ver 0.31 1.89 0.01 0.14 inf; -blases blase nom m p 0.12 1.55 0.00 0.20 -blason blason nom m s 0.33 3.45 0.29 3.04 -blasonnait blasonner ver 0.00 0.41 0.00 0.07 ind:imp:3s; -blasonné blasonner ver m s 0.00 0.41 0.00 0.14 par:pas; -blasonnée blasonner ver f s 0.00 0.41 0.00 0.07 par:pas; -blasonnées blasonner ver f p 0.00 0.41 0.00 0.07 par:pas; -blasonnés blasonner ver m p 0.00 0.41 0.00 0.07 par:pas; -blasons blason nom m p 0.33 3.45 0.04 0.41 -blasphème blasphème nom m s 5.51 2.97 4.46 1.69 -blasphèment blasphémer ver 4.11 1.96 0.10 0.07 ind:pre:3p; -blasphèmes blasphème nom m p 5.51 2.97 1.06 1.28 -blasphéma blasphémer ver 4.11 1.96 0.00 0.14 ind:pas:3s; -blasphémaient blasphémer ver 4.11 1.96 0.01 0.14 ind:imp:3p; -blasphémais blasphémer ver 4.11 1.96 0.00 0.07 ind:imp:1s; -blasphémait blasphémer ver 4.11 1.96 0.15 0.00 ind:imp:3s; -blasphémant blasphémer ver 4.11 1.96 0.01 0.07 par:pre; -blasphémateur blasphémateur nom m s 0.68 0.27 0.36 0.20 -blasphémateurs blasphémateur nom m p 0.68 0.27 0.29 0.07 -blasphématoire blasphématoire adj s 0.62 0.81 0.61 0.54 -blasphématoires blasphématoire adj f p 0.62 0.81 0.01 0.27 -blasphématrice blasphémateur nom f s 0.68 0.27 0.03 0.00 -blasphémer blasphémer ver 4.11 1.96 1.28 0.61 inf; -blasphémez blasphémer ver 4.11 1.96 0.44 0.00 imp:pre:2p;ind:pre:2p; -blasphémé blasphémer ver m s 4.11 1.96 0.90 0.41 par:pas; -blastula blastula nom f s 0.01 0.00 0.01 0.00 -blasé blasé adj m s 1.00 3.92 0.66 2.43 -blasée blasé adj f s 1.00 3.92 0.08 0.61 -blasées blasé adj f p 1.00 3.92 0.01 0.07 -blasés blasé adj m p 1.00 3.92 0.25 0.81 -blatte blatte nom f s 0.86 0.68 0.41 0.14 -blattes blatte nom f p 0.86 0.68 0.45 0.54 -blatérant blatérer ver 0.00 0.07 0.00 0.07 par:pre; -blaze blaze nom m s 0.53 3.18 0.48 2.77 -blazer blazer nom m s 0.36 3.24 0.32 2.70 -blazers blazer nom m p 0.36 3.24 0.04 0.54 -blazes blaze nom m p 0.53 3.18 0.05 0.41 -bled bled nom m s 5.67 8.04 5.55 7.23 -bleds bled nom m p 5.67 8.04 0.12 0.81 -blennies blennie nom f p 0.00 0.07 0.00 0.07 -blennorragie blennorragie nom f s 0.14 0.07 0.14 0.07 -blessa blesser ver 103.74 43.31 0.30 0.74 ind:pas:3s; -blessaient blesser ver 103.74 43.31 0.03 1.08 ind:imp:3p; -blessais blesser ver 103.74 43.31 0.05 0.14 ind:imp:1s;ind:imp:2s; -blessait blesser ver 103.74 43.31 0.19 3.65 ind:imp:3s; -blessant blessant adj m s 1.20 2.91 0.82 1.08 -blessante blessant adj f s 1.20 2.91 0.23 1.08 -blessantes blessant adj f p 1.20 2.91 0.09 0.34 -blessants blessant adj m p 1.20 2.91 0.06 0.41 -blesse blesser ver 103.74 43.31 9.22 3.11 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -blessent blesser ver 103.74 43.31 1.08 1.15 ind:pre:3p; -blesser blesser ver 103.74 43.31 19.93 8.31 ind:pre:2p;inf; -blessera blesser ver 103.74 43.31 0.49 0.07 ind:fut:3s; -blesserai blesser ver 103.74 43.31 0.31 0.14 ind:fut:1s; -blesseraient blesser ver 103.74 43.31 0.01 0.07 cnd:pre:3p; -blesserais blesser ver 103.74 43.31 0.11 0.00 cnd:pre:1s;cnd:pre:2s; -blesserait blesser ver 103.74 43.31 0.55 0.14 cnd:pre:3s; -blesseras blesser ver 103.74 43.31 0.13 0.00 ind:fut:2s; -blesserez blesser ver 103.74 43.31 0.04 0.00 ind:fut:2p; -blesseriez blesser ver 103.74 43.31 0.12 0.00 cnd:pre:2p; -blesserons blesser ver 103.74 43.31 0.01 0.00 ind:fut:1p; -blesseront blesser ver 103.74 43.31 0.15 0.20 ind:fut:3p; -blesses blesser ver 103.74 43.31 2.67 0.07 ind:pre:2s; -blessez blesser ver 103.74 43.31 1.79 0.00 imp:pre:2p;ind:pre:2p; -blessiez blesser ver 103.74 43.31 0.07 0.00 ind:imp:2p; -blessing blessing nom m s 0.01 0.00 0.01 0.00 -blessât blesser ver 103.74 43.31 0.00 0.14 sub:imp:3s; -blessèrent blesser ver 103.74 43.31 0.01 0.14 ind:pas:3p; -blessé blesser ver m s 103.74 43.31 49.12 17.43 par:pas;par:pas;par:pas;par:pas; -blessée blesser ver f s 103.74 43.31 13.00 3.51 par:pas; -blessées blesser ver f p 103.74 43.31 0.64 0.54 par:pas; -blessure blessure nom f s 41.81 32.57 23.05 19.39 -blessures blessure nom f p 41.81 32.57 18.77 13.18 -blessés blessé nom m p 21.88 30.34 12.21 17.70 -blet blet adj m s 0.04 1.42 0.00 0.47 -blets blet adj m p 0.04 1.42 0.01 0.07 -blette blet adj f s 0.04 1.42 0.02 0.61 -blettes blette nom f p 0.16 0.20 0.16 0.20 -blettir blettir ver 0.00 0.14 0.00 0.07 inf; -blettissait blettir ver 0.00 0.14 0.00 0.07 ind:imp:3s; -blettissement blettissement nom m s 0.00 0.14 0.00 0.14 -bleu_ciel bleu_ciel adj m s 0.00 0.07 0.00 0.07 -bleu_noir bleu_noir adj 0.01 1.01 0.01 1.01 -bleu_roi bleu_roi nom m s 0.02 0.00 0.02 0.00 -bleu_vert bleu_vert adj 0.13 0.47 0.13 0.47 -bleu bleu adj 70.61 207.64 31.24 100.41 -bleuît bleuir ver 0.16 3.11 0.00 0.07 sub:imp:3s; -bleubite bleubite nom m s 0.00 0.27 0.00 0.20 -bleubites bleubite nom m p 0.00 0.27 0.00 0.07 -bleue bleu adj f s 70.61 207.64 21.63 53.11 -bleues bleu adj f p 70.61 207.64 4.77 21.28 -bleuet bleuet nom m s 1.98 1.22 1.02 0.14 -bleuets bleuet nom m p 1.98 1.22 0.95 1.08 -bleuette bleuette nom f s 0.03 0.00 0.03 0.00 -bleui bleuir ver m s 0.16 3.11 0.01 0.20 par:pas; -bleuie bleui adj f s 0.00 1.08 0.00 0.27 -bleuies bleuir ver f p 0.16 3.11 0.10 0.74 par:pas; -bleuir bleuir ver 0.16 3.11 0.00 0.20 inf; -bleuira bleuir ver 0.16 3.11 0.00 0.07 ind:fut:3s; -bleuis bleuir ver m p 0.16 3.11 0.00 0.14 par:pas; -bleuissaient bleuir ver 0.16 3.11 0.00 0.27 ind:imp:3p; -bleuissait bleuir ver 0.16 3.11 0.00 0.54 ind:imp:3s; -bleuissante bleuissant adj f s 0.00 0.27 0.00 0.14 -bleuissantes bleuissant adj f p 0.00 0.27 0.00 0.14 -bleuissent bleuir ver 0.16 3.11 0.03 0.20 ind:pre:3p; -bleuit bleuir ver 0.16 3.11 0.03 0.47 ind:pre:3s;ind:pas:3s; -bleuâtre bleuâtre adj s 0.09 7.23 0.04 4.66 -bleuâtres bleuâtre adj p 0.09 7.23 0.04 2.57 -bleus bleu adj m p 70.61 207.64 12.97 32.84 -bleusaille bleusaille nom f s 0.38 0.20 0.37 0.20 -bleusailles bleusaille nom f p 0.38 0.20 0.01 0.00 -bleuté bleuté adj m s 0.46 7.09 0.07 2.23 -bleutée bleuté adj f s 0.46 7.09 0.25 2.09 -bleutées bleuté adj f p 0.46 7.09 0.00 1.28 -bleutés bleuté adj m p 0.46 7.09 0.14 1.49 -bliaut bliaut nom m s 0.00 0.27 0.00 0.27 -blindage blindage nom m s 0.59 1.01 0.43 0.74 -blindages blindage nom m p 0.59 1.01 0.16 0.27 -blindant blinder ver 2.37 3.58 0.00 0.07 par:pre; -blinde blinde nom f s 0.12 0.47 0.10 0.41 -blindent blinder ver 2.37 3.58 0.00 0.07 ind:pre:3p; -blinder blinder ver 2.37 3.58 0.10 0.34 inf; -blindera blinder ver 2.37 3.58 0.00 0.07 ind:fut:3s; -blindes blinde nom f p 0.12 0.47 0.02 0.07 -blindez blinder ver 2.37 3.58 0.01 0.00 imp:pre:2p; -blindé blindé adj m s 3.95 9.05 1.44 1.35 -blindée blindé adj f s 3.95 9.05 1.17 4.46 -blindées blindé adj f p 3.95 9.05 0.97 1.96 -blindés blindé nom m p 1.37 3.31 1.11 2.91 -blini blini nom m s 0.93 0.14 0.02 0.00 -blinis blini nom m p 0.93 0.14 0.91 0.14 -blitzkrieg blitzkrieg nom m s 0.09 0.00 0.09 0.00 -blizzard blizzard nom m s 1.12 0.47 0.76 0.47 -blizzards blizzard nom m p 1.12 0.47 0.36 0.00 -blob blob nom m s 0.19 0.00 0.19 0.00 -bloc_cylindres bloc_cylindres nom m 0.01 0.00 0.01 0.00 -bloc_moteur bloc_moteur nom m s 0.01 0.00 0.01 0.00 -bloc_notes bloc_notes nom m 0.47 0.61 0.47 0.61 -bloc bloc nom m s 17.28 38.78 14.25 28.31 -blocage blocage nom m s 1.73 1.82 1.57 1.49 -blocages blocage nom m p 1.73 1.82 0.16 0.34 -blocaille blocaille nom f s 0.02 0.07 0.02 0.07 -block block nom m s 1.06 0.27 0.70 0.00 -blockhaus blockhaus nom m 1.77 6.15 1.77 6.15 -blocks block nom m p 1.06 0.27 0.36 0.27 -blocs_notes blocs_notes nom m p 0.07 0.07 0.07 0.07 -blocs bloc nom m p 17.28 38.78 3.03 10.47 -blocus blocus nom m 1.43 2.36 1.43 2.36 -blâma blâmer ver 9.38 6.42 0.01 0.14 ind:pas:3s; -blâmable blâmable adj f s 0.04 0.41 0.04 0.41 -blâmaient blâmer ver 9.38 6.42 0.00 0.41 ind:imp:3p; -blâmais blâmer ver 9.38 6.42 0.02 0.20 ind:imp:1s; -blâmait blâmer ver 9.38 6.42 0.03 0.74 ind:imp:3s; -blâmant blâmer ver 9.38 6.42 0.02 0.14 par:pre; -blâme blâmer ver 9.38 6.42 2.91 1.22 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:1s; -blâment blâmer ver 9.38 6.42 0.20 0.07 ind:pre:3p; -blâmer blâmer ver 9.38 6.42 4.37 2.03 inf;;inf;;inf;; -blâmera blâmer ver 9.38 6.42 0.27 0.00 ind:fut:3s; -blâmerais blâmer ver 9.38 6.42 0.07 0.00 cnd:pre:1s; -blâmerait blâmer ver 9.38 6.42 0.09 0.07 cnd:pre:3s; -blâmeras blâmer ver 9.38 6.42 0.02 0.00 ind:fut:2s; -blâmerions blâmer ver 9.38 6.42 0.01 0.00 cnd:pre:1p; -blâmeront blâmer ver 9.38 6.42 0.03 0.07 ind:fut:3p; -blâmes blâme nom m p 2.04 4.73 0.19 0.68 -blâmez blâmer ver 9.38 6.42 0.42 0.07 imp:pre:2p;ind:pre:2p; -blâmons blâmer ver 9.38 6.42 0.41 0.00 imp:pre:1p;ind:pre:1p; -blâmé blâmer ver m s 9.38 6.42 0.21 0.54 par:pas; -blâmée blâmer ver f s 9.38 6.42 0.05 0.20 par:pas; -blâmées blâmer ver f p 9.38 6.42 0.03 0.07 par:pas; -blâmés blâmer ver m p 9.38 6.42 0.03 0.07 par:pas; -blond blond adj m s 21.45 76.76 8.73 21.28 -blondasse blondasse adj s 0.82 0.88 0.77 0.74 -blondasses blondasse adj m p 0.82 0.88 0.05 0.14 -blonde blond nom f s 22.65 33.45 14.06 21.28 -blondes blond nom f p 22.65 33.45 4.54 2.77 -blondeur blondeur nom f s 0.20 2.64 0.20 2.57 -blondeurs blondeur nom f p 0.20 2.64 0.01 0.07 -blondi blondir ver m s 0.82 1.15 0.36 0.14 par:pas; -blondie blondir ver f s 0.82 1.15 0.46 0.47 par:pas; -blondin blondin adj m s 0.03 0.14 0.02 0.07 -blondine blondin adj f s 0.03 0.14 0.00 0.07 -blondines blondin adj f p 0.03 0.14 0.01 0.00 -blondinet blondinet nom m s 0.45 0.95 0.44 0.95 -blondinets blondinet nom m p 0.45 0.95 0.01 0.00 -blondinette blondinet adj f s 0.63 0.68 0.40 0.20 -blondir blondir ver 0.82 1.15 0.00 0.14 inf; -blondis blondir ver m p 0.82 1.15 0.00 0.07 par:pas; -blondissait blondir ver 0.82 1.15 0.00 0.20 ind:imp:3s; -blondit blondir ver 0.82 1.15 0.00 0.14 ind:pre:3s; -blonds blond adj m p 21.45 76.76 3.45 18.38 -bloody_mary bloody_mary nom m s 1.32 0.20 1.32 0.20 -bloom bloom nom m s 0.01 0.00 0.01 0.00 -bloomer bloomer nom m s 0.01 0.00 0.01 0.00 -bloqua bloquer ver 38.62 23.11 0.02 1.28 ind:pas:3s; -bloquai bloquer ver 38.62 23.11 0.00 0.07 ind:pas:1s; -bloquaient bloquer ver 38.62 23.11 0.43 0.54 ind:imp:3p; -bloquais bloquer ver 38.62 23.11 0.17 0.20 ind:imp:1s;ind:imp:2s; -bloquait bloquer ver 38.62 23.11 0.43 2.03 ind:imp:3s; -bloquant bloquer ver 38.62 23.11 0.39 1.28 par:pre; -bloque bloquer ver 38.62 23.11 5.92 3.04 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -bloquent bloquer ver 38.62 23.11 1.10 0.54 ind:pre:3p; -bloquer bloquer ver 38.62 23.11 4.38 3.18 inf; -bloquera bloquer ver 38.62 23.11 0.33 0.07 ind:fut:3s; -bloquerai bloquer ver 38.62 23.11 0.08 0.00 ind:fut:1s; -bloquerais bloquer ver 38.62 23.11 0.02 0.00 cnd:pre:1s;cnd:pre:2s; -bloquerait bloquer ver 38.62 23.11 0.07 0.07 cnd:pre:3s; -bloqueront bloquer ver 38.62 23.11 0.23 0.00 ind:fut:3p; -bloques bloquer ver 38.62 23.11 0.73 0.14 ind:pre:2s;sub:pre:2s; -bloqueur bloqueur nom m s 0.24 0.00 0.19 0.00 -bloqueurs bloqueur nom m p 0.24 0.00 0.05 0.00 -bloquez bloquer ver 38.62 23.11 4.45 0.00 imp:pre:2p;ind:pre:2p; -bloquiez bloquer ver 38.62 23.11 0.06 0.00 ind:imp:2p; -bloquons bloquer ver 38.62 23.11 0.12 0.14 imp:pre:1p;ind:pre:1p; -bloquât bloquer ver 38.62 23.11 0.00 0.07 sub:imp:3s; -bloquèrent bloquer ver 38.62 23.11 0.01 0.14 ind:pas:3p; -bloqué bloquer ver m s 38.62 23.11 11.55 4.86 par:pas; -bloquée bloquer ver f s 38.62 23.11 4.59 2.30 par:pas; -bloquées bloquer ver f p 38.62 23.11 1.13 1.08 par:pas; -bloqués bloquer ver m p 38.62 23.11 2.41 2.09 par:pas; -blot blot nom m s 0.71 1.76 0.71 1.49 -blots blot nom m p 0.71 1.76 0.00 0.27 -blotti blottir ver m s 1.70 12.84 0.22 2.30 par:pas; -blottie blottir ver f s 1.70 12.84 0.27 2.64 par:pas; -blotties blottir ver f p 1.70 12.84 0.00 0.34 par:pas; -blottir blottir ver 1.70 12.84 0.33 2.64 inf; -blottirai blottir ver 1.70 12.84 0.01 0.00 ind:fut:1s; -blottirait blottir ver 1.70 12.84 0.00 0.07 cnd:pre:3s; -blottirent blottir ver 1.70 12.84 0.00 0.07 ind:pas:3p; -blottis blottir ver m p 1.70 12.84 0.42 1.22 imp:pre:2s;ind:pre:1s;ind:pre:2s;par:pas; -blottissaient blottir ver 1.70 12.84 0.00 0.41 ind:imp:3p; -blottissais blottir ver 1.70 12.84 0.01 0.14 ind:imp:1s; -blottissait blottir ver 1.70 12.84 0.15 0.47 ind:imp:3s; -blottissant blottir ver 1.70 12.84 0.01 0.20 par:pre; -blottisse blottir ver 1.70 12.84 0.01 0.07 sub:pre:3s; -blottissement blottissement nom m 0.00 0.07 0.00 0.07 -blottissent blottir ver 1.70 12.84 0.11 0.14 ind:pre:3p; -blottissions blottir ver 1.70 12.84 0.00 0.07 ind:imp:1p; -blottit blottir ver 1.70 12.84 0.16 2.09 ind:pre:3s;ind:pas:3s; -bloum bloum nom m s 0.00 0.07 0.00 0.07 -blousantes blousant adj f p 0.00 0.07 0.00 0.07 -blouse blouse nom f s 5.68 32.64 5.29 28.51 -blousent blouser ver 0.53 0.54 0.02 0.00 ind:pre:3p; -blouser blouser ver 0.53 0.54 0.33 0.14 inf; -blouses blouse nom f p 5.68 32.64 0.39 4.12 -blouson blouson nom m s 7.15 25.20 6.62 22.57 -blousons blouson nom m p 7.15 25.20 0.53 2.64 -blousé blouser ver m s 0.53 0.54 0.13 0.14 par:pas; -blousée blouser ver f s 0.53 0.54 0.00 0.14 par:pas; -blousés blouser ver m p 0.53 0.54 0.02 0.14 par:pas; -blèche blèche adj s 0.00 0.34 0.00 0.20 -blèches blèche adj p 0.00 0.34 0.00 0.14 -blèsement blèsement nom m s 0.00 0.07 0.00 0.07 -blé blé nom m s 19.98 28.65 19.07 23.24 -blédard blédard nom m s 0.00 0.14 0.00 0.07 -blédards blédard nom m p 0.00 0.14 0.00 0.07 -blue_jean blue_jean nom m s 0.17 2.03 0.05 1.08 -blue_jean blue_jean nom m p 0.17 2.03 0.10 0.95 -blue_jean blue_jean nom m p 0.17 2.03 0.01 0.00 -blue_note blue_note nom f s 0.02 0.00 0.02 0.00 -blues blues nom m 7.81 5.68 7.81 5.68 -bluets bluet nom m p 0.00 0.07 0.00 0.07 -bluette bluette nom f s 0.01 0.61 0.00 0.34 -bluettes bluette nom f p 0.01 0.61 0.01 0.27 -bluff bluff nom m s 3.02 1.62 3.00 1.55 -bluffa bluffer ver 6.30 2.36 0.00 0.07 ind:pas:3s; -bluffaient bluffer ver 6.30 2.36 0.03 0.07 ind:imp:3p; -bluffais bluffer ver 6.30 2.36 0.31 0.00 ind:imp:1s;ind:imp:2s; -bluffait bluffer ver 6.30 2.36 0.19 0.27 ind:imp:3s; -bluffant bluffer ver 6.30 2.36 0.05 0.00 par:pre; -bluffe bluffer ver 6.30 2.36 2.03 0.74 imp:pre:2s;ind:pre:1s;ind:pre:3s; -bluffent bluffer ver 6.30 2.36 0.12 0.14 ind:pre:3p; -bluffer bluffer ver 6.30 2.36 1.47 0.61 inf; -blufferais bluffer ver 6.30 2.36 0.02 0.00 cnd:pre:1s;cnd:pre:2s; -blufferez bluffer ver 6.30 2.36 0.02 0.00 ind:fut:2p; -bluffes bluffer ver 6.30 2.36 0.60 0.14 ind:pre:2s; -bluffeur bluffeur nom m s 0.30 0.27 0.28 0.14 -bluffeurs bluffeur nom m p 0.30 0.27 0.02 0.07 -bluffeuses bluffeur nom f p 0.30 0.27 0.00 0.07 -bluffez bluffer ver 6.30 2.36 0.56 0.00 imp:pre:2p;ind:pre:2p; -bluffiez bluffer ver 6.30 2.36 0.03 0.00 ind:imp:2p; -bluffons bluffer ver 6.30 2.36 0.10 0.00 imp:pre:1p;ind:pre:1p; -bluffs bluff nom m p 3.02 1.62 0.02 0.07 -bluffé bluffer ver m s 6.30 2.36 0.42 0.14 par:pas; -bluffée bluffer ver f s 6.30 2.36 0.14 0.07 par:pas; -bluffées bluffer ver f p 6.30 2.36 0.00 0.07 par:pas; -bluffés bluffer ver m p 6.30 2.36 0.23 0.07 par:pas; -blême blême adj s 1.48 14.73 1.16 11.62 -blêmes blême adj p 1.48 14.73 0.31 3.11 -blêmi blêmir ver m s 0.42 2.70 0.01 0.47 par:pas; -blêmies blêmir ver f p 0.42 2.70 0.00 0.07 par:pas; -blêmir blêmir ver 0.42 2.70 0.14 0.54 inf; -blêmis blêmir ver 0.42 2.70 0.00 0.14 ind:pre:1s;ind:pas:1s; -blêmissais blêmir ver 0.42 2.70 0.00 0.07 ind:imp:1s; -blêmissait blêmir ver 0.42 2.70 0.00 0.20 ind:imp:3s; -blêmissant blêmir ver 0.42 2.70 0.00 0.07 par:pre; -blêmissante blêmissant adj f s 0.00 0.07 0.00 0.07 -blêmit blêmir ver 0.42 2.70 0.28 1.15 ind:pre:3s;ind:pas:3s; -blépharite blépharite nom f s 0.00 0.14 0.00 0.14 -blés blé nom m p 19.98 28.65 0.91 5.41 -blush blush nom m s 0.20 0.14 0.20 0.14 -bluter bluter ver 0.00 0.07 0.00 0.07 inf; -blutoir blutoir nom m s 0.00 0.07 0.00 0.07 -boîte boîte nom f s 88.81 134.05 74.58 94.32 -boîtes_repas boîtes_repas nom f p 0.00 0.07 0.00 0.07 -boîtes boîte nom f p 88.81 134.05 14.23 39.73 -boîtier boîtier nom m s 1.04 0.88 0.72 0.81 -boîtiers boîtier nom m p 1.04 0.88 0.32 0.07 -boa boa nom m s 1.62 2.30 1.56 1.96 -boas boa nom m p 1.62 2.30 0.06 0.34 -boat_people boat_people nom m 0.02 0.07 0.02 0.07 -bob bob nom m s 0.71 0.88 0.69 0.27 -bobard bobard nom m s 3.13 1.96 1.00 0.41 -bobards bobard nom m p 3.13 1.96 2.13 1.55 -bobbies bobbies nom m p 0.00 0.20 0.00 0.20 -bobby bobby nom m s 0.32 0.00 0.32 0.00 -bobinage bobinage nom m s 0.02 0.14 0.02 0.14 -bobinait bobiner ver 0.01 0.14 0.00 0.07 ind:imp:3s; -bobinard bobinard nom m s 0.00 0.41 0.00 0.34 -bobinards bobinard nom m p 0.00 0.41 0.00 0.07 -bobine bobine nom f s 3.63 5.88 1.69 2.91 -bobineau bobineau nom m s 0.03 0.07 0.03 0.07 -bobines bobine nom f p 3.63 5.88 1.94 2.97 -bobinette bobinette nom f s 0.14 0.20 0.11 0.20 -bobinettes bobinette nom f p 0.14 0.20 0.03 0.00 -bobineuse bobineur nom f s 0.00 0.20 0.00 0.14 -bobineuses bobineur nom f p 0.00 0.20 0.00 0.07 -bobino bobino nom m s 0.00 0.41 0.00 0.41 -bobo bobo nom m s 2.42 2.23 1.89 1.55 -bobonne bobonne nom f s 0.79 1.15 0.79 1.08 -bobonnes bobonne nom f p 0.79 1.15 0.00 0.07 -bâbord bâbord nom m s 1.97 0.95 1.97 0.95 -bobos bobo nom m p 2.42 2.23 0.53 0.68 -bobosse bobosse nom s 0.00 0.61 0.00 0.61 -bobs bob nom m p 0.71 0.88 0.02 0.61 -bobsleigh bobsleigh nom m s 0.91 0.20 0.91 0.20 -bobèche bobèche nom f s 0.00 0.14 0.00 0.07 -bobèches bobèche nom f p 0.00 0.14 0.00 0.07 -boc boc nom m s 0.00 0.07 0.00 0.07 -bocage bocage nom m s 0.14 2.84 0.14 2.50 -bocages bocage nom m p 0.14 2.84 0.00 0.34 -bocagères bocager adj f p 0.00 0.07 0.00 0.07 -bocal bocal nom m s 3.83 7.50 2.73 4.66 -bocard bocard nom m s 0.00 0.07 0.00 0.07 -bocaux bocal nom m p 3.83 7.50 1.10 2.84 -bâche bâche nom f s 2.40 13.38 2.30 10.07 -boche boche nom s 8.63 25.14 2.24 3.38 -bâcher bâcher ver 0.04 0.47 0.01 0.00 inf; -bâches bâche nom f p 2.40 13.38 0.10 3.31 -boches boche nom p 8.63 25.14 6.38 21.76 -bochiman bochiman nom m s 0.01 0.00 0.01 0.00 -bâché bâché adj m s 0.02 0.81 0.01 0.34 -bâchée bâcher ver f s 0.04 0.47 0.00 0.14 par:pas; -bâchées bâché adj f p 0.02 0.81 0.00 0.14 -bâchés bâché adj m p 0.02 0.81 0.01 0.27 -bock bock nom m s 0.11 1.35 0.10 0.88 -bocks bock nom m p 0.11 1.35 0.01 0.47 -bâcla bâcler ver 1.39 3.99 0.00 0.14 ind:pas:3s; -bâclai bâcler ver 1.39 3.99 0.00 0.07 ind:pas:1s; -bâclaient bâcler ver 1.39 3.99 0.00 0.07 ind:imp:3p; -bâclais bâcler ver 1.39 3.99 0.01 0.07 ind:imp:1s; -bâclait bâcler ver 1.39 3.99 0.01 0.20 ind:imp:3s; -bâclant bâcler ver 1.39 3.99 0.01 0.27 par:pre; -bâcle bâcler ver 1.39 3.99 0.17 0.41 imp:pre:2s;ind:pre:1s;ind:pre:3s; -bâcler bâcler ver 1.39 3.99 0.12 0.68 inf; -bâclera bâcler ver 1.39 3.99 0.00 0.07 ind:fut:3s; -bâclerait bâcler ver 1.39 3.99 0.00 0.07 cnd:pre:3s; -bâcles bâcler ver 1.39 3.99 0.02 0.07 ind:pre:2s; -bâcleurs bâcleur nom m p 0.00 0.07 0.00 0.07 -bâclez bâcler ver 1.39 3.99 0.01 0.07 ind:pre:2p; -bâclons bâcler ver 1.39 3.99 0.00 0.07 ind:pre:1p; -bâclé bâcler ver m s 1.39 3.99 0.82 1.01 par:pas; -bâclée bâcler ver f s 1.39 3.99 0.20 0.41 par:pas; -bâclées bâcler ver f p 1.39 3.99 0.01 0.07 par:pas; -bâclés bâcler ver m p 1.39 3.99 0.01 0.27 par:pas; -bocson bocson nom m s 0.00 0.27 0.00 0.27 -bodega bodega nom f s 0.65 0.14 0.63 0.14 -bodegas bodega nom f p 0.65 0.14 0.03 0.00 -bodhi bodhi nom f s 2.21 0.00 2.21 0.00 -bodhisattva bodhisattva nom m s 0.38 0.00 0.38 0.00 -bodo bodo nom m s 1.00 0.07 1.00 0.07 -body_building body_building nom m s 0.01 0.00 0.01 0.00 -body body nom m s 1.24 0.07 1.24 0.07 -bodybuilding bodybuilding nom m s 0.01 0.00 0.01 0.00 -boer boer nom m s 0.01 0.41 0.01 0.14 -boers boer nom m p 0.01 0.41 0.00 0.27 -boeuf boeuf nom m s 10.39 21.01 8.58 14.32 -boeufs boeuf nom m p 10.39 21.01 1.81 6.69 -bof bof ono 4.70 2.84 4.70 2.84 -bâfra bâfrer ver 0.72 1.96 0.00 0.14 ind:pas:3s; -bâfraient bâfrer ver 0.72 1.96 0.00 0.07 ind:imp:3p; -bâfrais bâfrer ver 0.72 1.96 0.00 0.07 ind:imp:1s; -bâfrait bâfrer ver 0.72 1.96 0.01 0.20 ind:imp:3s; -bâfrant bâfrer ver 0.72 1.96 0.00 0.20 par:pre; -bâfre bâfrer ver 0.72 1.96 0.16 0.27 imp:pre:2s;ind:pre:1s;ind:pre:3s; -bâfrements bâfrement nom m p 0.00 0.07 0.00 0.07 -bâfrer bâfrer ver 0.72 1.96 0.26 0.54 inf; -bâfres bâfrer ver 0.72 1.96 0.17 0.00 ind:pre:2s; -bâfreur bâfreur nom m s 0.07 0.07 0.05 0.07 -bâfreurs bâfreur nom m p 0.07 0.07 0.02 0.00 -bâfrez bâfrer ver 0.72 1.96 0.01 0.07 imp:pre:2p;ind:pre:2p; -bâfrèrent bâfrer ver 0.72 1.96 0.00 0.07 ind:pas:3p; -bâfré bâfrer ver m s 0.72 1.96 0.11 0.34 par:pas; -boggie boggie nom m s 0.02 0.41 0.02 0.00 -boggies boggie nom m p 0.02 0.41 0.00 0.41 -boghei boghei nom m s 0.02 2.64 0.02 2.64 -bogie bogie nom m s 0.14 0.00 0.14 0.00 -bogomiles bogomile nom m p 0.00 0.07 0.00 0.07 -bogue boguer ver 0.16 0.00 0.14 0.00 ind:pre:3s; -boguer boguer ver 0.16 0.00 0.01 0.00 inf; -bogues bogue nom p 0.17 0.47 0.05 0.07 -boguet boguet nom m s 0.00 0.07 0.00 0.07 -bohème bohème nom s 2.17 2.84 2.01 2.23 -bohèmes bohème nom p 2.17 2.84 0.16 0.61 -bohême bohême nom s 0.00 0.54 0.00 0.54 -bohémien bohémien nom m s 3.94 1.49 0.34 0.27 -bohémienne bohémien nom f s 3.94 1.49 2.80 0.41 -bohémiennes bohémienne nom f p 0.14 0.00 0.14 0.00 -bohémiens bohémien nom m p 3.94 1.49 0.79 0.68 -bâilla bâiller ver 1.87 18.51 0.01 3.85 ind:pas:3s; -bâillai bâiller ver 1.87 18.51 0.00 0.07 ind:pas:1s; -bâillaient bâiller ver 1.87 18.51 0.00 0.74 ind:imp:3p; -bâillais bâiller ver 1.87 18.51 0.01 0.34 ind:imp:1s; -bâillait bâiller ver 1.87 18.51 0.05 2.70 ind:imp:3s; -bâillant bâiller ver 1.87 18.51 0.10 3.58 par:pre; -bâillante bâillant adj f s 0.00 0.81 0.00 0.34 -bâillantes bâillant adj f p 0.00 0.81 0.00 0.20 -bâille bâiller ver 1.87 18.51 0.62 2.64 imp:pre:2s;ind:pre:1s;ind:pre:3s; -bâillement bâillement nom m s 0.53 4.19 0.50 3.11 -bâillements bâillement nom m p 0.53 4.19 0.03 1.08 -bâillent bâiller ver 1.87 18.51 0.29 0.74 ind:pre:3p; -bâiller bâiller ver 1.87 18.51 0.36 2.77 inf; -bâillera bâiller ver 1.87 18.51 0.01 0.07 ind:fut:3s; -bâillerez bâiller ver 1.87 18.51 0.14 0.00 ind:fut:2p; -bâilles bâiller ver 1.87 18.51 0.12 0.07 ind:pre:2s; -bâillez bâiller ver 1.87 18.51 0.14 0.07 imp:pre:2p;ind:pre:2p; -bâillâmes bâiller ver 1.87 18.51 0.00 0.07 ind:pas:1p; -bâillon bâillon nom m s 0.64 1.96 0.63 1.89 -bâillonna bâillonner ver 2.61 2.70 0.00 0.20 ind:pas:3s; -bâillonnait bâillonner ver 2.61 2.70 0.01 0.54 ind:imp:3s; -bâillonnant bâillonner ver 2.61 2.70 0.00 0.14 par:pre; -bâillonne bâillonner ver 2.61 2.70 0.60 0.20 imp:pre:2s;ind:pre:1s;ind:pre:3s; -bâillonnent bâillonner ver 2.61 2.70 0.00 0.07 ind:pre:3p; -bâillonner bâillonner ver 2.61 2.70 0.36 0.47 inf; -bâillonnera bâillonner ver 2.61 2.70 0.01 0.00 ind:fut:3s; -bâillonnerait bâillonner ver 2.61 2.70 0.02 0.00 cnd:pre:3s; -bâillonnez bâillonner ver 2.61 2.70 0.20 0.00 imp:pre:2p;ind:pre:2p; -bâillonnons bâillonner ver 2.61 2.70 0.01 0.00 imp:pre:1p; -bâillonné bâillonner ver m s 2.61 2.70 0.40 0.88 par:pas; -bâillonnée bâillonner ver f s 2.61 2.70 0.83 0.14 par:pas; -bâillonnés bâillonner ver m p 2.61 2.70 0.16 0.07 par:pas; -bâillons bâillon nom m p 0.64 1.96 0.01 0.07 -bâillèrent bâiller ver 1.87 18.51 0.00 0.07 ind:pas:3p; -bâillé bâiller ver m s 1.87 18.51 0.02 0.74 par:pas; -boira boire ver 339.06 274.32 2.97 1.55 ind:fut:3s; -boirai boire ver 339.06 274.32 3.13 1.55 ind:fut:1s; -boiraient boire ver 339.06 274.32 0.01 0.34 cnd:pre:3p; -boirais boire ver 339.06 274.32 2.37 1.22 cnd:pre:1s;cnd:pre:2s; -boirait boire ver 339.06 274.32 0.46 1.55 cnd:pre:3s; -boiras boire ver 339.06 274.32 1.14 0.74 ind:fut:2s; -boire boire ver 339.06 274.32 142.15 100.27 inf;; -boirez boire ver 339.06 274.32 0.84 0.54 ind:fut:2p; -boiriez boire ver 339.06 274.32 0.12 0.14 cnd:pre:2p; -boirions boire ver 339.06 274.32 0.03 0.27 cnd:pre:1p; -boirons boire ver 339.06 274.32 0.91 0.95 ind:fut:1p; -boiront boire ver 339.06 274.32 0.11 0.34 ind:fut:3p; -bois bois nom m 115.56 299.46 115.56 299.46 -boisaient boiser ver 0.06 1.42 0.00 0.07 ind:imp:3p; -boisait boiser ver 0.06 1.42 0.00 0.07 ind:imp:3s; -boisant boiser ver 0.06 1.42 0.00 0.07 par:pre; -boise boiser ver 0.06 1.42 0.01 0.07 ind:pre:3s; -boiserie boiserie nom f s 0.26 5.00 0.11 0.88 -boiseries boiserie nom f p 0.26 5.00 0.15 4.12 -boiseur boiseur nom m s 0.00 0.07 0.00 0.07 -boisseau boisseau nom m s 0.42 0.61 0.26 0.54 -boisseaux boisseau nom m p 0.42 0.61 0.16 0.07 -boisselier boisselier nom m s 0.27 0.00 0.27 0.00 -boisson boisson nom f s 18.55 13.24 11.73 7.36 -boissonnée boissonner ver f s 0.00 0.07 0.00 0.07 par:pas; -boissons boisson nom f p 18.55 13.24 6.82 5.88 -boisé boisé adj m s 0.46 3.04 0.15 0.61 -boisée boisé adj f s 0.46 3.04 0.17 1.28 -boisées boisé adj f p 0.46 3.04 0.12 0.95 -boisés boisé adj m p 0.46 3.04 0.02 0.20 -boit boire ver 339.06 274.32 25.63 21.08 ind:pre:3s; -boitaient boiter ver 15.43 7.77 0.01 0.41 ind:imp:3p; -boitais boiter ver 15.43 7.77 0.18 0.07 ind:imp:1s;ind:imp:2s; -boitait boiter ver 15.43 7.77 0.64 1.96 ind:imp:3s; -boitant boiter ver 15.43 7.77 0.24 1.69 par:pre; -boite boiter ver 15.43 7.77 11.83 1.89 imp:pre:2s;ind:pre:1s;ind:pre:3s; -boitement boitement nom m s 0.05 0.00 0.05 0.00 -boitent boiter ver 15.43 7.77 0.04 0.07 ind:pre:3p; -boiter boiter ver 15.43 7.77 0.36 0.81 inf; -boitera boiter ver 15.43 7.77 0.05 0.00 ind:fut:3s; -boiterai boiter ver 15.43 7.77 0.02 0.07 ind:fut:1s; -boiteraient boiter ver 15.43 7.77 0.00 0.07 cnd:pre:3p; -boiterait boiter ver 15.43 7.77 0.00 0.07 cnd:pre:3s; -boiteras boiter ver 15.43 7.77 0.16 0.00 ind:fut:2s; -boiterie boiterie nom f s 0.00 0.54 0.00 0.54 -boites boiter ver 15.43 7.77 1.63 0.27 ind:pre:2s; -boiteuse boiteux adj f s 2.83 4.39 0.78 1.96 -boiteuses boiteux adj f p 2.83 4.39 0.03 0.20 -boiteux boiteux nom m 2.32 2.03 2.32 2.03 -boitez boiter ver 15.43 7.77 0.10 0.14 ind:pre:2p; -boitiez boiter ver 15.43 7.77 0.04 0.00 ind:imp:2p; -boitillait boitiller ver 0.04 1.82 0.02 0.41 ind:imp:3s; -boitillant boitiller ver 0.04 1.82 0.00 1.01 par:pre; -boitille boitiller ver 0.04 1.82 0.01 0.27 ind:pre:1s;ind:pre:3s; -boitillement boitillement nom m s 0.03 0.14 0.03 0.07 -boitillements boitillement nom m p 0.03 0.14 0.00 0.07 -boitiller boitiller ver 0.04 1.82 0.01 0.14 inf; -boité boiter ver m s 15.43 7.77 0.13 0.27 par:pas; -boive boire ver 339.06 274.32 2.86 1.96 sub:pre:1s;sub:pre:3s; -boivent boire ver 339.06 274.32 5.47 5.95 ind:pre:3p; -boives boire ver 339.06 274.32 0.71 0.20 sub:pre:2s; -bol bol nom m s 17.62 25.14 16.93 20.07 -bola bola nom f s 0.25 0.47 0.11 0.27 -bolas bola nom f p 0.25 0.47 0.14 0.20 -bolchevik bolchevik nom s 2.11 1.42 0.36 0.27 -bolcheviks bolchevik nom p 2.11 1.42 1.75 1.15 -bolchevique bolchevique adj s 1.24 1.49 0.87 0.74 -bolcheviques bolchevique adj p 1.24 1.49 0.37 0.74 -bolchevisme bolchevisme nom m s 0.11 1.08 0.11 1.08 -bolcheviste bolcheviste adj s 0.00 0.14 0.00 0.07 -bolchevistes bolcheviste adj p 0.00 0.14 0.00 0.07 -bolcho bolcho nom s 0.04 0.00 0.04 0.00 -bold bold adj m s 0.04 0.00 0.04 0.00 -boldo boldo nom m s 0.00 0.20 0.00 0.20 -bolduc bolduc nom m s 0.00 0.34 0.00 0.34 -bolet bolet nom m s 0.00 0.81 0.00 0.41 -bolets bolet nom m p 0.00 0.81 0.00 0.41 -bolge bolge nom f s 0.00 0.07 0.00 0.07 -bolide bolide nom m s 0.49 2.70 0.38 1.82 -bolides bolide nom m p 0.49 2.70 0.11 0.88 -bolivar bolivar nom m s 0.09 0.47 0.09 0.47 -bolivien bolivien adj m s 0.22 0.07 0.01 0.00 -bolivienne bolivien nom f s 0.39 0.00 0.27 0.00 -boliviens bolivien nom m p 0.39 0.00 0.11 0.00 -bolognais bolognais adj m p 0.25 0.34 0.00 0.07 -bolognaise bolognais adj f s 0.25 0.34 0.23 0.20 -bolognaises bolognais adj f p 0.25 0.34 0.02 0.07 -bolonaise bolonais adj f s 0.01 0.00 0.01 0.00 -bols bol nom m p 17.62 25.14 0.69 5.07 -bolée bolée nom f s 0.01 0.27 0.01 0.20 -bolées bolée nom f p 0.01 0.27 0.00 0.07 -boléro boléro nom m s 0.56 1.22 0.56 1.08 -boléros boléro nom m p 0.56 1.22 0.00 0.14 -bomba bomber ver 1.34 5.74 0.27 0.41 ind:pas:3s; -bombage bombage nom m s 0.00 0.20 0.00 0.20 -bombaient bomber ver 1.34 5.74 0.00 0.20 ind:imp:3p; -bombais bomber ver 1.34 5.74 0.00 0.07 ind:imp:1s; -bombait bomber ver 1.34 5.74 0.01 0.81 ind:imp:3s; -bombance bombance nom f s 0.23 0.54 0.23 0.47 -bombances bombance nom f p 0.23 0.54 0.00 0.07 -bombant bomber ver 1.34 5.74 0.04 0.88 par:pre; -bombarda bombarder ver 10.86 8.65 0.01 0.54 ind:pas:3s; -bombardaient bombarder ver 10.86 8.65 0.24 0.47 ind:imp:3p; -bombardais bombarder ver 10.86 8.65 0.01 0.14 ind:imp:1s;ind:imp:2s; -bombardait bombarder ver 10.86 8.65 0.19 0.88 ind:imp:3s; -bombardant bombarder ver 10.86 8.65 0.18 0.41 par:pre; -bombarde bombarder ver 10.86 8.65 0.96 0.41 imp:pre:2s;ind:pre:1s;ind:pre:3s; -bombardement bombardement nom m s 6.45 17.16 3.96 11.22 -bombardements bombardement nom m p 6.45 17.16 2.48 5.95 -bombardent bombarder ver 10.86 8.65 1.68 0.81 ind:pre:3p; -bombarder bombarder ver 10.86 8.65 2.42 2.09 inf; -bombardera bombarder ver 10.86 8.65 0.15 0.00 ind:fut:3s; -bombarderai bombarder ver 10.86 8.65 0.15 0.00 ind:fut:1s; -bombarderaient bombarder ver 10.86 8.65 0.01 0.07 cnd:pre:3p; -bombarderais bombarder ver 10.86 8.65 0.02 0.00 cnd:pre:1s; -bombarderait bombarder ver 10.86 8.65 0.02 0.07 cnd:pre:3s; -bombarderons bombarder ver 10.86 8.65 0.02 0.00 ind:fut:1p; -bombarderont bombarder ver 10.86 8.65 0.23 0.00 ind:fut:3p; -bombardes bombarde nom f p 0.19 0.95 0.14 0.54 -bombardez bombarder ver 10.86 8.65 0.10 0.00 imp:pre:2p;ind:pre:2p; -bombardier bombardier nom m s 3.02 3.31 0.89 0.68 -bombardiers bombardier nom m p 3.02 3.31 2.13 2.64 -bombardions bombarder ver 10.86 8.65 0.01 0.00 ind:imp:1p; -bombardâmes bombarder ver 10.86 8.65 0.00 0.07 ind:pas:1p; -bombardon bombardon nom m s 0.27 0.00 0.14 0.00 -bombardons bombarder ver 10.86 8.65 0.14 0.07 imp:pre:1p;ind:pre:1p; -bombardèrent bombarder ver 10.86 8.65 0.00 0.07 ind:pas:3p; -bombardé bombarder ver m s 10.86 8.65 2.33 1.42 par:pas; -bombardée bombarder ver f s 10.86 8.65 0.83 0.27 par:pas; -bombardées bombarder ver f p 10.86 8.65 0.25 0.20 par:pas; -bombardés bombarder ver m p 10.86 8.65 0.89 0.68 par:pas; -bombas bomber ver 1.34 5.74 0.00 0.07 ind:pas:2s; -bombasses bomber ver 1.34 5.74 0.01 0.00 sub:imp:2s; -bombe bombe nom f s 64.39 30.81 48.70 15.00 -bombements bombement nom m p 0.00 0.07 0.00 0.07 -bombent bomber ver 1.34 5.74 0.00 0.14 ind:pre:3p; -bomber bomber ver 1.34 5.74 0.34 0.61 inf; -bombes_test bombes_test nom f p 0.01 0.00 0.01 0.00 -bombes bombe nom f p 64.39 30.81 15.70 15.81 -bombeur bombeur nom m s 0.03 0.00 0.03 0.00 -bombez bomber ver 1.34 5.74 0.08 0.00 imp:pre:2p; -bombillement bombillement nom m s 0.00 0.07 0.00 0.07 -bombinette bombinette nom f s 0.00 0.20 0.00 0.07 -bombinettes bombinette nom f p 0.00 0.20 0.00 0.14 -bombonne bombonne nom f s 0.23 0.47 0.16 0.34 -bombonnes bombonne nom f p 0.23 0.47 0.08 0.14 -bombèrent bomber ver 1.34 5.74 0.00 0.07 ind:pas:3p; -bombé bombé adj m s 0.30 5.61 0.16 2.43 -bombée bombé adj f s 0.30 5.61 0.03 1.49 -bombées bombé adj f p 0.30 5.61 0.11 0.81 -bombés bombé adj m p 0.30 5.61 0.00 0.88 -bombyx bombyx nom m 0.12 0.00 0.12 0.00 -bon_papa bon_papa nom m s 0.07 1.55 0.07 1.55 -bon bon ono 521.22 109.86 521.22 109.86 -bonace bonace nom f s 0.00 0.14 0.00 0.07 -bonaces bonace nom f p 0.00 0.14 0.00 0.07 -bonapartiste bonapartiste nom s 0.28 0.14 0.14 0.07 -bonapartistes bonapartiste nom p 0.28 0.14 0.14 0.07 -bonard bonard adj m s 0.01 0.34 0.01 0.27 -bonardes bonard adj f p 0.01 0.34 0.00 0.07 -bonasse bonasse adj s 0.08 2.03 0.08 1.62 -bonassement bonassement adv 0.00 0.07 0.00 0.07 -bonasserie bonasserie nom f s 0.00 0.07 0.00 0.07 -bonasses bonasse adj p 0.08 2.03 0.00 0.41 -bonbon bonbon nom m s 23.45 15.00 6.89 3.72 -bonbonne bonbonne nom f s 0.47 2.43 0.33 1.62 -bonbonnes bonbonne nom f p 0.47 2.43 0.15 0.81 -bonbonnière bonbonnière nom f s 0.14 1.35 0.14 1.08 -bonbonnières bonbonnière nom f p 0.14 1.35 0.00 0.27 -bonbons bonbon nom m p 23.45 15.00 16.55 11.28 -bond bond nom m s 4.69 25.74 3.44 20.07 -bondît bondir ver 5.10 35.41 0.00 0.20 sub:imp:3s; -bondage bondage nom m s 0.41 0.07 0.41 0.00 -bondages bondage nom m p 0.41 0.07 0.00 0.07 -bondait bonder ver 1.84 2.30 0.00 0.07 ind:imp:3s; -bonde bonde nom f s 0.24 0.61 0.23 0.54 -bonder bonder ver 1.84 2.30 0.09 0.00 inf; -bondes bonde nom f p 0.24 0.61 0.01 0.07 -bondi bondir ver m s 5.10 35.41 0.91 3.85 par:pas; -bondieusard bondieusard nom m s 0.01 0.00 0.01 0.00 -bondieuserie bondieuserie nom f s 0.05 0.68 0.00 0.27 -bondieuseries bondieuserie nom f p 0.05 0.68 0.05 0.41 -bondieuses bondieuser ver 0.00 0.07 0.00 0.07 ind:pre:2s; -bondir bondir ver 5.10 35.41 2.11 9.05 inf; -bondira bondir ver 5.10 35.41 0.16 0.14 ind:fut:3s; -bondirais bondir ver 5.10 35.41 0.03 0.00 cnd:pre:1s;cnd:pre:2s; -bondirait bondir ver 5.10 35.41 0.02 0.20 cnd:pre:3s; -bondirent bondir ver 5.10 35.41 0.11 0.88 ind:pas:3p; -bondis bondir ver m p 5.10 35.41 0.34 1.55 imp:pre:2s;ind:pre:1s;ind:pre:2s;par:pas; -bondissaient bondir ver 5.10 35.41 0.03 0.88 ind:imp:3p; -bondissais bondir ver 5.10 35.41 0.04 0.27 ind:imp:1s;ind:imp:2s; -bondissait bondir ver 5.10 35.41 0.17 2.57 ind:imp:3s; -bondissant bondir ver 5.10 35.41 0.20 2.70 par:pre; -bondissante bondissant adj f s 0.34 2.77 0.09 0.95 -bondissantes bondissant adj f p 0.34 2.77 0.14 0.68 -bondissants bondissant adj m p 0.34 2.77 0.02 0.27 -bondisse bondir ver 5.10 35.41 0.02 0.07 sub:pre:1s;sub:pre:3s; -bondissement bondissement nom m s 0.00 0.61 0.00 0.54 -bondissements bondissement nom m p 0.00 0.61 0.00 0.07 -bondissent bondir ver 5.10 35.41 0.04 0.88 ind:pre:3p; -bondissez bondir ver 5.10 35.41 0.11 0.07 imp:pre:2p;ind:pre:2p; -bondissons bondir ver 5.10 35.41 0.00 0.14 imp:pre:1p;ind:pre:1p; -bondit bondir ver 5.10 35.41 0.81 11.96 ind:pre:3s;ind:pas:3s; -bondrée bondrée nom f s 0.01 0.20 0.01 0.20 -bonds bond nom m p 4.69 25.74 1.25 5.68 -bondé bonder ver m s 1.84 2.30 1.07 1.15 par:pas; -bondée bonder ver f s 1.84 2.30 0.33 0.34 par:pas; -bondées bonder ver f p 1.84 2.30 0.19 0.27 par:pas; -bondés bonder ver m p 1.84 2.30 0.17 0.47 par:pas; -bongo bongo nom m s 0.21 0.14 0.09 0.07 -bongos bongo nom m p 0.21 0.14 0.12 0.07 -bonheur_du_jour bonheur_du_jour nom m s 0.02 0.14 0.02 0.07 -bonheur bonheur nom m s 78.74 162.36 78.34 156.35 -bonheur_du_jour bonheur_du_jour nom m p 0.02 0.14 0.00 0.07 -bonheurs bonheur nom m p 78.74 162.36 0.41 6.01 -bonhomie bonhomie nom f s 0.02 4.12 0.02 4.12 -bonhomme bonhomme nom m s 10.57 29.80 9.96 26.01 -bonhommes bonhomme adj m p 4.85 4.46 0.47 0.14 -boni boni nom m s 0.01 0.68 0.01 0.54 -boniche boniche nom f s 1.28 1.22 1.16 0.81 -boniches boniche nom f p 1.28 1.22 0.12 0.41 -bonifiaient bonifier ver 0.14 0.14 0.00 0.07 ind:imp:3p; -bonification bonification nom f s 0.00 0.07 0.00 0.07 -bonifier bonifier ver 0.14 0.14 0.08 0.00 inf; -bonifierait bonifier ver 0.14 0.14 0.00 0.07 cnd:pre:3s; -bonifiez bonifier ver 0.14 0.14 0.01 0.00 ind:pre:2p; -bonifié bonifier ver m s 0.14 0.14 0.04 0.00 par:pas; -bonifiée bonifier ver f s 0.14 0.14 0.01 0.00 par:pas; -boniment boniment nom m s 1.30 3.99 0.65 1.55 -bonimentait bonimenter ver 0.00 0.20 0.00 0.07 ind:imp:3s; -bonimente bonimenter ver 0.00 0.20 0.00 0.07 ind:pre:3s; -bonimenter bonimenter ver 0.00 0.20 0.00 0.07 inf; -bonimenteur bonimenteur nom m s 0.18 0.47 0.18 0.14 -bonimenteurs bonimenteur nom m p 0.18 0.47 0.00 0.34 -boniments boniment nom m p 1.30 3.99 0.65 2.43 -bonir bonir ver 0.00 1.08 0.00 0.74 inf; -bonis boni nom m p 0.01 0.68 0.00 0.14 -bonissait bonir ver 0.00 1.08 0.00 0.14 ind:imp:3s; -bonisse bonir ver 0.00 1.08 0.00 0.07 sub:pre:1s; -bonit bonir ver 0.00 1.08 0.00 0.14 ind:pre:3s; -bonjour bonjour nom m s 570.57 51.55 569.88 50.74 -bonjours bonjour nom m p 570.57 51.55 0.69 0.81 -bonnard bonnard adj m s 0.18 1.62 0.18 1.08 -bonnarde bonnard adj f s 0.18 1.62 0.00 0.27 -bonnardes bonnard adj f p 0.18 1.62 0.00 0.07 -bonnards bonnard adj m p 0.18 1.62 0.00 0.20 -bonne_maman bonne_maman nom f s 0.14 2.03 0.14 2.03 -bonne bon adj_sup f s 1554.44 789.66 578.93 294.53 -bonnement bonnement adv 1.37 4.66 1.37 4.66 -bonnes bon adj_sup f p 1554.44 789.66 71.25 61.76 -bonnet bonnet nom m s 8.37 18.58 6.62 14.66 -bonneteau bonneteau nom m s 0.02 1.35 0.02 1.35 -bonneter bonneter ver 0.00 0.07 0.00 0.07 inf; -bonneterie bonneterie nom f s 0.14 0.61 0.14 0.54 -bonneteries bonneterie nom f p 0.14 0.61 0.00 0.07 -bonneteur bonneteur nom m s 0.01 0.07 0.01 0.00 -bonneteurs bonneteur nom m p 0.01 0.07 0.00 0.07 -bonnets bonnet nom m p 8.37 18.58 1.75 3.92 -bonnette bonnette nom f s 0.14 0.14 0.14 0.00 -bonnettes bonnette nom f p 0.14 0.14 0.00 0.14 -bonni bonnir ver m s 6.67 2.09 0.01 0.27 par:pas; -bonniche bonniche nom f s 0.45 2.91 0.43 1.96 -bonniches bonniche nom f p 0.45 2.91 0.02 0.95 -bonnie bonnir ver f s 6.67 2.09 6.66 0.00 par:pas; -bonnir bonnir ver 6.67 2.09 0.00 0.95 inf; -bonnis bonnir ver 6.67 2.09 0.00 0.07 ind:pre:1s; -bonnisse bonnir ver 6.67 2.09 0.00 0.14 sub:pre:3s; -bonnissent bonnir ver 6.67 2.09 0.00 0.07 ind:pre:3p; -bonnit bonnir ver 6.67 2.09 0.00 0.61 ind:pre:3s; -bon_cadeaux bon_cadeaux adv 0.01 0.00 0.01 0.00 -bon_chrétien bon_chrétien nom m p 0.00 0.07 0.00 0.07 -bons bon adj_sup m p 1554.44 789.66 67.97 57.09 -bonsaï bonsaï nom m s 0.23 0.14 0.22 0.14 -bonsaïs bonsaï nom m p 0.23 0.14 0.01 0.00 -bonshommes bonhomme nom m p 10.57 29.80 0.60 3.78 -bonsoir bonsoir nom m s 161.17 22.23 161.16 22.03 -bonsoirs bonsoir nom m p 161.17 22.23 0.01 0.20 -bonté bonté nom f s 17.88 19.80 17.31 18.65 -bontés bonté nom f p 17.88 19.80 0.56 1.15 -bonus bonus nom m 3.80 0.41 3.80 0.41 -bonzaï bonzaï nom m s 0.14 0.20 0.14 0.20 -bonze bonze nom m s 0.91 1.55 0.89 1.22 -bonzes bonze nom m p 0.91 1.55 0.03 0.34 -boogie_woogie boogie_woogie nom m s 0.28 0.07 0.28 0.07 -book book nom m s 2.89 0.54 1.50 0.41 -bookmaker bookmaker nom m s 2.07 0.20 1.62 0.14 -bookmakers bookmaker nom m p 2.07 0.20 0.45 0.07 -books book nom m p 2.89 0.54 1.39 0.14 -boom boom nom m s 2.83 0.41 2.81 0.41 -boomer boomer nom m s 2.19 0.07 2.19 0.07 -boomerang boomerang nom m s 2.17 0.68 2.17 0.68 -booms boom nom m p 2.83 0.41 0.02 0.00 -booster booster nom m s 0.63 0.00 0.52 0.00 -boosters booster nom m p 0.63 0.00 0.11 0.00 -bootlegger bootlegger nom m s 0.22 0.07 0.10 0.00 -bootleggers bootlegger nom m p 0.22 0.07 0.13 0.07 -boots boots nom m p 0.54 0.95 0.54 0.95 -bop bop nom m s 0.19 0.27 0.19 0.27 -boqueteau boqueteau nom m s 0.02 3.04 0.02 1.49 -boqueteaux boqueteau nom m p 0.02 3.04 0.00 1.55 -boquillons boquillon nom m p 0.00 0.14 0.00 0.14 -bora bora nom s 0.01 0.14 0.01 0.14 -borax borax nom m 0.16 0.07 0.16 0.07 -borborygme borborygme nom m s 0.28 1.96 0.00 0.47 -borborygmes borborygme nom m p 0.28 1.96 0.28 1.49 -borchtch borchtch nom m s 0.00 0.07 0.00 0.07 -bord bord nom m s 79.90 228.11 77.06 197.36 -borda border ver 3.75 34.46 0.00 0.20 ind:pas:3s; -bordage bordage nom m s 0.02 0.47 0.00 0.47 -bordages bordage nom m p 0.02 0.47 0.02 0.00 -bordai border ver 3.75 34.46 0.00 0.07 ind:pas:1s; -bordaient border ver 3.75 34.46 0.04 2.43 ind:imp:3p; -bordait border ver 3.75 34.46 0.03 2.03 ind:imp:3s; -bordant border ver 3.75 34.46 0.17 2.50 par:pre; -borde border ver 3.75 34.46 0.72 2.03 imp:pre:2s;ind:pre:1s;ind:pre:3s;;imp:pre:2s;ind:pre:1s;ind:pre:3s; -bordeau bordeau nom m s 0.02 0.00 0.02 0.00 -bordeaux bordeaux adj 0.70 1.62 0.70 1.62 -bordel bordel nom m s 98.77 21.89 97.84 18.99 -bordelais bordelais adj m 0.06 1.01 0.00 0.61 -bordelaise bordelais nom f s 0.14 1.28 0.14 1.01 -bordelaises bordelais nom f p 0.14 1.28 0.00 0.20 -bordelières bordelier nom f p 0.00 0.07 0.00 0.07 -bordels bordel nom m p 98.77 21.89 0.93 2.91 -bordent border ver 3.75 34.46 0.26 2.91 ind:pre:3p; -border border ver 3.75 34.46 0.95 1.82 imp:pre:2p;inf; -bordera border ver 3.75 34.46 0.03 0.00 ind:fut:3s; -borderait border ver 3.75 34.46 0.10 0.07 cnd:pre:3s; -bordereau bordereau nom m s 1.09 0.68 0.71 0.27 -bordereaux bordereau nom m p 1.09 0.68 0.38 0.41 -borderie borderie nom f s 0.01 0.00 0.01 0.00 -borderiez border ver 3.75 34.46 0.01 0.00 cnd:pre:2p; -borderline borderline nom m s 0.14 0.00 0.14 0.00 -bordes border ver 3.75 34.46 0.04 0.07 ind:pre:2s;;ind:pre:2s; -bordez border ver 3.75 34.46 0.20 0.00 imp:pre:2p; -bordier bordier adj m s 0.00 0.07 0.00 0.07 -bordille bordille nom f s 0.00 0.07 0.00 0.07 -bordj bordj nom m s 0.00 0.74 0.00 0.74 -bords bord nom m p 79.90 228.11 2.84 30.74 -bordèrent border ver 3.75 34.46 0.00 0.07 ind:pas:3p; -bordé border ver m s 3.75 34.46 0.78 5.14 par:pas; -bordée bordée nom f s 0.39 3.45 0.38 2.23 -bordées border ver f p 3.75 34.46 0.10 3.72 par:pas; -bordélique bordélique adj s 0.65 0.61 0.60 0.54 -bordéliques bordélique adj f p 0.65 0.61 0.04 0.07 -bordéliser bordéliser ver 0.00 0.07 0.00 0.07 inf; -bordurant bordurer ver 0.00 0.47 0.00 0.07 par:pre; -bordure bordure nom f s 1.11 12.91 1.03 11.62 -bordurer bordurer ver 0.00 0.47 0.00 0.14 inf; -bordures bordure nom f p 1.11 12.91 0.08 1.28 -borduré bordurer ver m s 0.00 0.47 0.00 0.14 par:pas; -bordurée bordurer ver f s 0.00 0.47 0.00 0.14 par:pas; -bordés border ver m p 3.75 34.46 0.01 3.31 par:pas; -bore bore nom m s 0.17 0.00 0.17 0.00 -borgne borgne adj s 1.80 3.99 1.67 3.45 -borgnes borgne adj p 1.80 3.99 0.14 0.54 -borgnotaient borgnoter ver 0.00 0.74 0.00 0.07 ind:imp:3p; -borgnotant borgnoter ver 0.00 0.74 0.00 0.07 par:pre; -borgnote borgnoter ver 0.00 0.74 0.00 0.41 ind:pre:1s;ind:pre:3s; -borgnoté borgnoter ver m s 0.00 0.74 0.00 0.20 par:pas; -borie borie nom f s 0.00 0.61 0.00 0.61 -borique borique adj m s 0.11 0.00 0.11 0.00 -borna borner ver 2.19 13.24 0.00 1.28 ind:pas:3s; -bornage bornage nom m s 0.10 0.61 0.00 0.61 -bornages bornage nom m p 0.10 0.61 0.10 0.00 -bornai borner ver 2.19 13.24 0.00 0.34 ind:pas:1s; -bornaient borner ver 2.19 13.24 0.01 0.68 ind:imp:3p; -bornais borner ver 2.19 13.24 0.01 0.20 ind:imp:1s; -bornait borner ver 2.19 13.24 0.01 2.97 ind:imp:3s; -bornant borner ver 2.19 13.24 0.00 1.42 par:pre; -borne_fontaine borne_fontaine nom f s 0.00 0.20 0.00 0.07 -borne borne nom f s 8.35 20.61 1.69 8.04 -bornent borner ver 2.19 13.24 0.02 0.34 ind:pre:3p; -borner borner ver 2.19 13.24 0.29 0.81 inf; -bornera borner ver 2.19 13.24 0.01 0.00 ind:fut:3s; -bornerai borner ver 2.19 13.24 0.04 0.00 ind:fut:1s; -borneraient borner ver 2.19 13.24 0.00 0.07 cnd:pre:3p; -bornerait borner ver 2.19 13.24 0.00 0.14 cnd:pre:3s; -bornerons borner ver 2.19 13.24 0.00 0.07 ind:fut:1p; -borne_fontaine borne_fontaine nom f p 0.00 0.20 0.00 0.14 -bornes borne nom f p 8.35 20.61 6.66 12.57 -bornez borner ver 2.19 13.24 0.01 0.00 imp:pre:2p; -bornions borner ver 2.19 13.24 0.00 0.07 ind:imp:1p; -bornât borner ver 2.19 13.24 0.00 0.07 sub:imp:3s; -bornèrent borner ver 2.19 13.24 0.02 0.14 ind:pas:3p; -borné borné adj m s 3.13 4.66 2.07 1.96 -bornée borné adj f s 3.13 4.66 0.48 1.08 -bornées borner ver f p 2.19 13.24 0.01 0.00 par:pas; -bornés borné adj m p 3.13 4.66 0.58 1.22 -borough borough nom m s 0.18 0.00 0.18 0.00 -borsalino borsalino nom m s 0.00 0.07 0.00 0.07 -bortch bortch nom m s 0.02 0.00 0.02 0.00 -bortsch bortsch nom m s 1.03 0.27 1.03 0.27 -boréal boréal adj m s 0.57 1.49 0.11 0.34 -boréale boréal adj f s 0.57 1.49 0.38 0.88 -boréales boréal adj f p 0.57 1.49 0.08 0.27 -borée borée nom f s 0.14 0.00 0.14 0.00 -bosco bosco nom m s 0.04 1.01 0.04 1.01 -boscotte boscot adj f s 0.00 0.20 0.00 0.20 -boskoop boskoop nom f s 0.00 0.14 0.00 0.14 -bosniaque bosniaque adj s 0.82 0.07 0.78 0.00 -bosniaques bosniaque nom p 0.30 0.27 0.20 0.27 -bosnien bosnien adj m s 0.00 0.07 0.00 0.07 -bosquet bosquet nom m s 0.80 5.81 0.47 2.64 -bosquets bosquet nom m p 0.80 5.81 0.32 3.18 -boss boss nom m 13.45 2.50 13.45 2.50 -bossa_nova bossa_nova nom f s 0.12 0.07 0.12 0.07 -bossa bosser ver 76.28 10.95 0.89 0.00 ind:pas:3s; -bossage bossage nom m s 0.01 0.00 0.01 0.00 -bossaient bosser ver 76.28 10.95 0.33 0.20 ind:imp:3p; -bossais bosser ver 76.28 10.95 2.79 0.20 ind:imp:1s;ind:imp:2s; -bossait bosser ver 76.28 10.95 2.56 1.22 ind:imp:3s; -bossant bosser ver 76.28 10.95 0.46 0.14 par:pre; -bosse bosser ver 76.28 10.95 21.92 2.64 imp:pre:2s;ind:pre:1s;ind:pre:3s; -bossela bosseler ver 0.05 2.36 0.01 0.07 ind:pas:3s; -bosselaient bosseler ver 0.05 2.36 0.00 0.34 ind:imp:3p; -bosselait bosseler ver 0.05 2.36 0.00 0.07 ind:imp:3s; -bosseler bosseler ver 0.05 2.36 0.00 0.07 inf; -bossellement bossellement nom m s 0.00 0.14 0.00 0.07 -bossellements bossellement nom m p 0.00 0.14 0.00 0.07 -bosselé bosselé adj m s 0.12 2.50 0.09 1.28 -bosselée bosselé adj f s 0.12 2.50 0.03 0.34 -bosselées bosseler ver f p 0.05 2.36 0.03 0.27 par:pas; -bosselure bosselure nom f s 0.01 0.07 0.01 0.07 -bosselés bosselé adj m p 0.12 2.50 0.01 0.68 -bossent bosser ver 76.28 10.95 1.93 1.01 ind:pre:3p; -bosser bosser ver 76.28 10.95 26.82 3.78 inf; -bossera bosser ver 76.28 10.95 0.24 0.20 ind:fut:3s; -bosserai bosser ver 76.28 10.95 0.55 0.00 ind:fut:1s; -bosserais bosser ver 76.28 10.95 0.39 0.00 cnd:pre:1s;cnd:pre:2s; -bosserait bosser ver 76.28 10.95 0.18 0.07 cnd:pre:3s; -bosseras bosser ver 76.28 10.95 0.51 0.00 ind:fut:2s; -bosserez bosser ver 76.28 10.95 0.06 0.00 ind:fut:2p; -bosses bosser ver 76.28 10.95 6.95 0.47 ind:pre:2s; -bosseur bosseur nom m s 0.59 0.34 0.53 0.00 -bosseurs bosseur adj m p 0.34 0.14 0.14 0.07 -bosseuse bosseur nom f s 0.59 0.34 0.02 0.20 -bossez bosser ver 76.28 10.95 1.97 0.00 imp:pre:2p;ind:pre:2p; -bossiez bosser ver 76.28 10.95 0.14 0.00 ind:imp:2p; -bossions bosser ver 76.28 10.95 0.01 0.07 ind:imp:1p; -bossoir bossoir nom m s 0.09 0.27 0.05 0.07 -bossoirs bossoir nom m p 0.09 0.27 0.04 0.20 -bosson bosson nom m s 0.02 0.07 0.00 0.07 -bossons bosser ver 76.28 10.95 0.02 0.00 ind:pre:1p; -bossé bosser ver m s 76.28 10.95 7.56 0.95 par:pas; -bossu bossu nom m s 4.74 1.82 4.19 1.69 -bossuaient bossuer ver 0.00 0.54 0.00 0.14 ind:imp:3p; -bossue bossu adj f s 1.97 4.66 0.35 1.89 -bossues bossu adj f p 1.97 4.66 0.01 0.41 -bossus bossu nom m p 4.74 1.82 0.55 0.14 -bossué bossué adj m s 0.00 0.61 0.00 0.34 -bossuée bossué adj f s 0.00 0.61 0.00 0.14 -bossuées bossuer ver f p 0.00 0.54 0.00 0.14 par:pas; -bossués bossué adj m p 0.00 0.61 0.00 0.14 -boston boston nom m s 0.44 0.47 0.44 0.47 -bostonien bostonien nom m s 0.04 0.20 0.02 0.07 -bostonienne bostonien adj f s 0.04 0.27 0.02 0.14 -bostoniens bostonien nom m p 0.04 0.20 0.02 0.14 -bostonner bostonner ver 0.00 0.07 0.00 0.07 inf; -bât bât nom m s 0.12 2.57 0.12 2.36 -bot bot adj m s 0.52 0.54 0.39 0.54 -botanique botanique adj s 0.88 0.74 0.70 0.47 -botaniquement botaniquement adv 0.01 0.00 0.01 0.00 -botaniques botanique adj p 0.88 0.74 0.17 0.27 -botaniste botaniste nom s 0.61 0.74 0.47 0.61 -botanistes botaniste nom p 0.61 0.74 0.14 0.14 -bâtard bâtard nom m s 13.66 11.89 9.89 9.12 -bâtarde bâtard nom f s 13.66 11.89 0.32 0.34 -bâtardes bâtard adj f p 2.69 5.74 0.01 0.20 -bâtardise bâtardise nom f s 0.01 3.04 0.01 2.97 -bâtardises bâtardise nom f p 0.01 3.04 0.00 0.07 -bâtards bâtard nom m p 13.66 11.89 3.45 2.23 -bote bot adj f s 0.52 0.54 0.13 0.00 -bâter bâter ver 0.16 0.34 0.14 0.07 inf; -bâti bâtir ver m s 18.55 24.53 5.47 5.54 par:pas; -bâtie bâtir ver f s 18.55 24.53 1.58 4.32 par:pas; -bâties bâtir ver f p 18.55 24.53 0.30 1.89 par:pas; -bâtiment bâtiment nom m s 27.58 36.82 22.73 19.93 -bâtiments bâtiment nom m p 27.58 36.82 4.85 16.89 -bâtir bâtir ver 18.55 24.53 5.62 8.24 inf; -bâtira bâtir ver 18.55 24.53 0.18 0.07 ind:fut:3s; -bâtirai bâtir ver 18.55 24.53 1.38 0.07 ind:fut:1s; -bâtirais bâtir ver 18.55 24.53 0.18 0.00 cnd:pre:1s;cnd:pre:2s; -bâtirait bâtir ver 18.55 24.53 0.16 0.14 cnd:pre:3s; -bâtirent bâtir ver 18.55 24.53 0.03 0.14 ind:pas:3p; -bâtirions bâtir ver 18.55 24.53 0.02 0.00 cnd:pre:1p; -bâtirons bâtir ver 18.55 24.53 0.28 0.00 ind:fut:1p; -bâtiront bâtir ver 18.55 24.53 0.01 0.00 ind:fut:3p; -bâtis bâtir ver m p 18.55 24.53 0.76 0.95 imp:pre:2s;ind:pre:1s;ind:pre:2s;par:pas; -bâtissaient bâtir ver 18.55 24.53 0.27 0.20 ind:imp:3p; -bâtissais bâtir ver 18.55 24.53 0.04 0.27 ind:imp:1s; -bâtissait bâtir ver 18.55 24.53 0.17 0.95 ind:imp:3s; -bâtissant bâtir ver 18.55 24.53 0.02 0.61 par:pre; -bâtisse bâtisse nom f s 0.93 9.59 0.78 7.43 -bâtissent bâtir ver 18.55 24.53 0.24 0.14 ind:pre:3p; -bâtisses bâtisse nom f p 0.93 9.59 0.16 2.16 -bâtisseur bâtisseur nom m s 1.00 1.01 0.22 0.20 -bâtisseurs bâtisseur nom m p 1.00 1.01 0.79 0.74 -bâtisseuse bâtisseur nom f s 1.00 1.01 0.00 0.07 -bâtissez bâtir ver 18.55 24.53 0.21 0.00 imp:pre:2p;ind:pre:2p; -bâtissions bâtir ver 18.55 24.53 0.03 0.00 ind:imp:1p; -bâtissons bâtir ver 18.55 24.53 0.42 0.07 imp:pre:1p;ind:pre:1p; -bâtit bâtir ver 18.55 24.53 1.16 0.81 ind:pre:3s;ind:pas:3s; -bâtière bâtier nom f s 0.00 0.07 0.00 0.07 -bâton bâton nom m s 18.11 30.27 13.40 21.22 -bâtonnant bâtonner ver 0.14 0.14 0.14 0.00 par:pre; -bâtonner bâtonner ver 0.14 0.14 0.01 0.00 inf; -bâtonnet bâtonnet nom m s 0.83 2.84 0.38 1.28 -bâtonnets bâtonnet nom m p 0.83 2.84 0.46 1.55 -bâtonnier bâtonnier nom m s 0.16 1.35 0.16 1.35 -bâtonnée bâtonner ver f s 0.14 0.14 0.00 0.14 par:pas; -bâtons bâton nom m p 18.11 30.27 4.71 9.05 -bâts bât nom m p 0.12 2.57 0.00 0.20 -botta botter ver 15.54 5.61 0.00 0.14 ind:pas:3s; -bottai botter ver 15.54 5.61 0.00 0.07 ind:pas:1s; -bottaient botter ver 15.54 5.61 0.00 0.27 ind:imp:3p; -bottait botter ver 15.54 5.61 0.13 0.74 ind:imp:3s; -bottant botter ver 15.54 5.61 0.04 0.07 par:pre; -botte botte nom f s 32.19 44.93 6.38 8.51 -botteler botteler ver 0.00 0.34 0.00 0.14 inf; -bottellent botteler ver 0.00 0.34 0.00 0.07 ind:pre:3p; -bottelé bottelé adj m s 0.01 0.00 0.01 0.00 -bottelées botteler ver f p 0.00 0.34 0.00 0.07 par:pas; -bottent botter ver 15.54 5.61 0.08 0.00 ind:pre:3p; -botter botter ver 15.54 5.61 7.63 1.22 imp:pre:2p;ind:pre:2p;inf; -bottera botter ver 15.54 5.61 0.20 0.00 ind:fut:3s; -botterai botter ver 15.54 5.61 0.61 0.07 ind:fut:1s; -botterais botter ver 15.54 5.61 0.24 0.07 cnd:pre:1s;cnd:pre:2s; -botterait botter ver 15.54 5.61 0.21 0.07 cnd:pre:3s; -botteras botter ver 15.54 5.61 0.05 0.00 ind:fut:2s; -botterons botter ver 15.54 5.61 0.01 0.00 ind:fut:1p; -botteront botter ver 15.54 5.61 0.04 0.00 ind:fut:3p; -bottes botte nom f p 32.19 44.93 25.81 36.42 -botteur botteur nom m s 0.14 0.00 0.10 0.00 -botteurs botteur nom m p 0.14 0.00 0.03 0.00 -bottez botter ver 15.54 5.61 0.17 0.00 imp:pre:2p;ind:pre:2p; -botticellienne botticellien nom f s 0.00 0.07 0.00 0.07 -bottier bottier nom m s 0.25 0.74 0.25 0.68 -bottiers bottier nom m p 0.25 0.74 0.00 0.07 -bottiez botter ver 15.54 5.61 0.01 0.00 ind:imp:2p; -bottillon bottillon nom m s 0.04 0.74 0.00 0.07 -bottillons bottillon nom m p 0.04 0.74 0.04 0.68 -bottin bottin nom m s 1.05 1.35 1.05 0.68 -bottine bottine nom f s 2.27 4.86 0.54 0.61 -bottines bottine nom f p 2.27 4.86 1.73 4.26 -bottins bottin nom m p 1.05 1.35 0.00 0.68 -bottiné bottiner ver m s 0.00 0.07 0.00 0.07 par:pas; -bottons botter ver 15.54 5.61 0.12 0.20 imp:pre:1p;ind:pre:1p; -botté botter ver m s 15.54 5.61 1.63 0.47 par:pas; -bottée botté adj f s 0.32 2.23 0.10 0.07 -bottées botter ver f p 15.54 5.61 0.03 0.20 par:pas; -bottés botté adj m p 0.32 2.23 0.01 0.68 -bâté bâté adj m s 0.21 0.47 0.19 0.47 -botulique botulique adj f s 0.19 0.00 0.19 0.00 -botulisme botulisme nom m s 0.15 0.00 0.15 0.00 -bâtés bâté adj m p 0.21 0.47 0.03 0.00 -boubou boubou nom m s 0.11 2.30 0.11 1.55 -bouboule boubouler ver 0.19 0.54 0.18 0.54 imp:pre:2s;ind:pre:3s; -bouboules boubouler ver 0.19 0.54 0.01 0.00 ind:pre:2s; -boubous boubou nom m p 0.11 2.30 0.00 0.74 -bouc bouc nom m s 8.49 10.07 7.92 8.92 -boucan boucan nom m s 3.22 2.36 3.22 2.36 -boucanait boucaner ver 0.00 1.08 0.00 0.07 ind:imp:3s; -boucaner boucaner ver 0.00 1.08 0.00 0.07 inf; -boucanerie boucanerie nom f s 0.00 0.07 0.00 0.07 -boucanier boucanier nom m s 0.36 0.14 0.07 0.07 -boucaniers boucanier nom m p 0.36 0.14 0.29 0.07 -boucané boucaner ver m s 0.00 1.08 0.00 0.20 par:pas; -boucanée boucaner ver f s 0.00 1.08 0.00 0.47 par:pas; -boucanées boucaner ver f p 0.00 1.08 0.00 0.14 par:pas; -boucanés boucaner ver m p 0.00 1.08 0.00 0.14 par:pas; -boucha boucher ver 16.23 21.22 0.00 0.54 ind:pas:3s; -bouchage bouchage nom m s 0.00 0.07 0.00 0.07 -bouchai boucher ver 16.23 21.22 0.00 0.07 ind:pas:1s; -bouchaient boucher ver 16.23 21.22 0.14 0.88 ind:imp:3p; -bouchais boucher ver 16.23 21.22 0.10 0.27 ind:imp:1s; -bouchait boucher ver 16.23 21.22 0.06 1.55 ind:imp:3s; -bouchant boucher ver 16.23 21.22 0.37 0.88 par:pre; -bouchardant boucharder ver 0.01 0.07 0.00 0.07 par:pre; -boucharde boucharde nom f s 0.00 0.27 0.00 0.27 -boucharder boucharder ver 0.01 0.07 0.01 0.00 inf; -bouche_à_bouche bouche_à_bouche nom m 0.00 0.20 0.00 0.20 -bouche_à_oreille bouche_à_oreille nom m s 0.00 0.07 0.00 0.07 -bouche_trou bouche_trou nom m s 0.25 0.07 0.22 0.07 -bouche_trou bouche_trou nom m p 0.25 0.07 0.03 0.00 -bouche bouche nom f s 90.03 283.45 87.75 267.64 -bouchent boucher ver 16.23 21.22 0.25 0.54 ind:pre:3p; -boucher boucher nom m s 8.26 11.55 7.15 7.70 -bouchera boucher ver 16.23 21.22 0.09 0.00 ind:fut:3s; -boucheraient boucher ver 16.23 21.22 0.01 0.07 cnd:pre:3p; -boucherais boucher ver 16.23 21.22 0.00 0.07 cnd:pre:1s; -boucherait boucher ver 16.23 21.22 0.05 0.07 cnd:pre:3s; -boucheras boucher ver 16.23 21.22 0.01 0.00 ind:fut:2s; -boucherie boucherie nom f s 4.11 8.92 4.02 7.43 -boucheries boucherie nom f p 4.11 8.92 0.08 1.49 -boucherons boucher ver 16.23 21.22 0.01 0.00 ind:fut:1p; -bouchers boucher nom m p 8.26 11.55 0.93 2.91 -bouches bouche nom f p 90.03 283.45 2.27 15.81 -bouchez boucher ver 16.23 21.22 0.82 0.00 imp:pre:2p;ind:pre:2p; -bouchions boucher ver 16.23 21.22 0.00 0.07 ind:imp:1p; -bouchon bouchon nom m s 7.25 14.46 5.47 10.68 -bouchonna bouchonner ver 0.36 0.95 0.00 0.07 ind:pas:3s; -bouchonnaient bouchonner ver 0.36 0.95 0.00 0.07 ind:imp:3p; -bouchonnait bouchonner ver 0.36 0.95 0.00 0.07 ind:imp:3s; -bouchonnant bouchonner ver 0.36 0.95 0.00 0.07 par:pre; -bouchonne bouchonner ver 0.36 0.95 0.29 0.07 imp:pre:2s;ind:pre:1s;ind:pre:3s; -bouchonner bouchonner ver 0.36 0.95 0.02 0.34 inf; -bouchonneras bouchonner ver 0.36 0.95 0.00 0.07 ind:fut:2s; -bouchonné bouchonner ver m s 0.36 0.95 0.03 0.07 par:pas; -bouchonnée bouchonner ver f s 0.36 0.95 0.01 0.14 par:pas; -bouchons bouchon nom m p 7.25 14.46 1.77 3.78 -bouchot bouchot nom m s 0.00 0.14 0.00 0.07 -bouchoteurs bouchoteur nom m p 0.00 0.07 0.00 0.07 -bouchots bouchot nom m p 0.00 0.14 0.00 0.07 -bouchère boucher nom f s 8.26 11.55 0.18 0.81 -bouchèrent boucher ver 16.23 21.22 0.00 0.14 ind:pas:3p; -bouchères boucher nom f p 8.26 11.55 0.00 0.14 -bouché boucher ver m s 16.23 21.22 3.21 2.57 par:pas; -bouchée bouchée nom f s 5.61 11.49 4.77 6.28 -bouchées bouchée nom f p 5.61 11.49 0.84 5.20 -bouchure bouchure nom f s 0.00 0.07 0.00 0.07 -bouchés boucher ver m p 16.23 21.22 0.63 0.41 par:pas; -boucla boucler ver 24.61 23.45 0.00 1.49 ind:pas:3s; -bouclage bouclage nom m s 0.27 0.54 0.27 0.54 -bouclaient boucler ver 24.61 23.45 0.14 0.54 ind:imp:3p; -bouclais boucler ver 24.61 23.45 0.05 0.14 ind:imp:1s; -bouclait boucler ver 24.61 23.45 0.05 1.35 ind:imp:3s; -bouclant boucler ver 24.61 23.45 0.03 0.74 par:pre; -boucle boucle nom f s 18.86 29.86 8.62 11.22 -bouclent boucler ver 24.61 23.45 0.54 0.47 ind:pre:3p; -boucler boucler ver 24.61 23.45 6.91 6.55 inf; -bouclera boucler ver 24.61 23.45 0.26 0.00 ind:fut:3s; -bouclerai boucler ver 24.61 23.45 0.12 0.00 ind:fut:1s; -boucleraient boucler ver 24.61 23.45 0.00 0.07 cnd:pre:3p; -bouclerais boucler ver 24.61 23.45 0.05 0.00 cnd:pre:1s;cnd:pre:2s; -bouclerait boucler ver 24.61 23.45 0.05 0.07 cnd:pre:3s; -boucleras boucler ver 24.61 23.45 0.02 0.14 ind:fut:2s; -bouclerons boucler ver 24.61 23.45 0.02 0.00 ind:fut:1p; -boucleront boucler ver 24.61 23.45 0.03 0.07 ind:fut:3p; -boucles boucle nom f p 18.86 29.86 10.23 18.65 -bouclette bouclette nom f s 0.56 1.49 0.05 0.07 -bouclettes bouclette nom f p 0.56 1.49 0.51 1.42 -bouclez boucler ver 24.61 23.45 3.88 0.68 imp:pre:2p;ind:pre:2p; -bouclier bouclier nom m s 14.45 7.30 10.47 4.59 -boucliers bouclier nom m p 14.45 7.30 3.98 2.70 -bouclâmes boucler ver 24.61 23.45 0.00 0.14 ind:pas:1p; -bouclons boucler ver 24.61 23.45 0.18 0.00 imp:pre:1p;ind:pre:1p; -bouclât boucler ver 24.61 23.45 0.00 0.07 sub:imp:3s; -bouclèrent boucler ver 24.61 23.45 0.00 0.07 ind:pas:3p; -bouclé boucler ver m s 24.61 23.45 2.88 3.31 par:pas; -bouclée boucler ver f s 24.61 23.45 1.20 2.64 par:pas; -bouclées boucler ver f p 24.61 23.45 0.05 0.27 par:pas; -bouclés bouclé adj m p 2.38 7.16 0.77 2.64 -boucs bouc nom m p 8.49 10.07 0.57 1.15 -bouda bouder ver 5.11 8.04 0.01 0.61 ind:pas:3s; -boudaient bouder ver 5.11 8.04 0.00 0.34 ind:imp:3p; -boudais bouder ver 5.11 8.04 0.04 0.14 ind:imp:1s;ind:imp:2s; -boudait bouder ver 5.11 8.04 0.03 1.76 ind:imp:3s; -boudant bouder ver 5.11 8.04 0.00 0.14 par:pre; -bouddha bouddha nom m s 0.57 1.55 0.11 1.08 -bouddhas bouddha nom m p 0.57 1.55 0.46 0.47 -bouddhique bouddhique adj s 0.01 0.20 0.01 0.14 -bouddhiques bouddhique adj f p 0.01 0.20 0.00 0.07 -bouddhisme bouddhisme nom m s 0.42 1.89 0.42 1.89 -bouddhiste bouddhiste adj s 1.00 1.69 0.94 1.22 -bouddhistes bouddhiste nom p 0.32 0.54 0.22 0.27 -boude bouder ver 5.11 8.04 2.31 1.55 imp:pre:2s;ind:pre:1s;ind:pre:3s; -boudent bouder ver 5.11 8.04 0.16 0.27 ind:pre:3p; -bouder bouder ver 5.11 8.04 0.95 2.09 inf; -bouderai bouder ver 5.11 8.04 0.00 0.07 ind:fut:1s; -bouderait bouder ver 5.11 8.04 0.00 0.14 cnd:pre:3s; -bouderie bouderie nom f s 0.12 1.69 0.12 1.15 -bouderies bouderie nom f p 0.12 1.69 0.00 0.54 -boudes bouder ver 5.11 8.04 1.03 0.27 ind:pre:2s; -boudeur boudeur nom m s 0.04 0.14 0.02 0.14 -boudeurs boudeur adj m p 0.12 4.05 0.00 0.14 -boudeuse boudeur adj f s 0.12 4.05 0.11 1.55 -boudeuses boudeur adj f p 0.12 4.05 0.00 0.27 -boudez bouder ver 5.11 8.04 0.22 0.14 imp:pre:2p;ind:pre:2p; -boudi boudi adv 0.01 0.00 0.01 0.00 -boudiez bouder ver 5.11 8.04 0.11 0.07 ind:imp:2p; -boudin boudin nom m s 2.85 7.57 2.49 5.88 -boudinaient boudiner ver 0.32 1.76 0.00 0.07 ind:imp:3p; -boudinait boudiner ver 0.32 1.76 0.00 0.14 ind:imp:3s; -boudinant boudiner ver 0.32 1.76 0.00 0.14 par:pre; -boudine boudiner ver 0.32 1.76 0.27 0.07 ind:pre:1s;ind:pre:3s; -boudinent boudiner ver 0.32 1.76 0.00 0.07 ind:pre:3p; -boudins boudin nom m p 2.85 7.57 0.36 1.69 -boudiné boudiner ver m s 0.32 1.76 0.00 0.54 par:pas; -boudinée boudiner ver f s 0.32 1.76 0.02 0.20 par:pas; -boudinées boudiné adj f p 0.18 1.35 0.01 0.27 -boudinés boudiné adj m p 0.18 1.35 0.15 0.74 -boudiou boudiou ono 0.00 0.20 0.00 0.20 -boudoir boudoir nom m s 0.94 3.92 0.93 3.04 -boudoirs boudoir nom m p 0.94 3.92 0.01 0.88 -boudons bouder ver 5.11 8.04 0.00 0.07 ind:pre:1p; -boudèrent bouder ver 5.11 8.04 0.00 0.07 ind:pas:3p; -boudé bouder ver m s 5.11 8.04 0.23 0.14 par:pas; -boudu boudu ono 7.37 0.07 7.37 0.07 -boudée bouder ver f s 5.11 8.04 0.01 0.14 par:pas; -boudés bouder ver m p 5.11 8.04 0.00 0.07 par:pas; -boue boue nom f s 15.10 53.31 15.09 52.30 -boues boue nom f p 15.10 53.31 0.01 1.01 -boueur boueur nom m s 0.00 0.07 0.00 0.07 -boueuse boueux adj f s 1.38 11.15 0.33 3.78 -boueuses boueux adj f p 1.38 11.15 0.16 2.30 -boueux boueux adj m 1.38 11.15 0.89 5.07 -bouf bouf ono 0.02 0.14 0.02 0.14 -bouffable bouffable adj s 0.03 0.00 0.03 0.00 -bouffaient bouffer ver 42.72 33.04 0.29 0.34 ind:imp:3p; -bouffais bouffer ver 42.72 33.04 0.25 0.14 ind:imp:1s;ind:imp:2s; -bouffait bouffer ver 42.72 33.04 0.60 2.09 ind:imp:3s; -bouffant bouffer ver 42.72 33.04 0.21 0.41 par:pre; -bouffante bouffant adj f s 0.25 3.11 0.01 0.61 -bouffantes bouffant adj f p 0.25 3.11 0.14 1.01 -bouffants bouffant adj m p 0.25 3.11 0.04 0.88 -bouffarde bouffarde nom f s 0.20 1.01 0.20 0.95 -bouffardes bouffarde nom f p 0.20 1.01 0.00 0.07 -bouffe bouffe nom f s 14.51 7.36 14.40 6.62 -bouffent bouffer ver 42.72 33.04 1.93 1.49 ind:pre:3p; -bouffer bouffer ver 42.72 33.04 18.26 15.61 inf; -bouffera bouffer ver 42.72 33.04 0.38 0.61 ind:fut:3s; -boufferai bouffer ver 42.72 33.04 0.19 0.07 ind:fut:1s; -boufferaient bouffer ver 42.72 33.04 0.26 0.07 cnd:pre:3p; -boufferais bouffer ver 42.72 33.04 0.54 0.20 cnd:pre:1s;cnd:pre:2s; -boufferait bouffer ver 42.72 33.04 0.28 0.41 cnd:pre:3s; -boufferas bouffer ver 42.72 33.04 0.20 0.14 ind:fut:2s; -boufferez bouffer ver 42.72 33.04 0.02 0.00 ind:fut:2p; -boufferont bouffer ver 42.72 33.04 0.36 0.27 ind:fut:3p; -bouffes bouffer ver 42.72 33.04 1.56 0.41 ind:pre:2s; -bouffetance bouffetance nom f s 0.00 0.14 0.00 0.14 -bouffettes bouffette nom f p 0.01 0.07 0.01 0.07 -bouffeur bouffeur nom m s 0.81 0.34 0.32 0.14 -bouffeurs bouffeur nom m p 0.81 0.34 0.29 0.14 -bouffeuse bouffeur nom f s 0.81 0.34 0.20 0.00 -bouffeuses bouffeuse nom f p 0.03 0.00 0.03 0.00 -bouffez bouffer ver 42.72 33.04 0.74 0.14 imp:pre:2p;ind:pre:2p; -bouffi bouffi adj m s 1.16 3.92 0.66 2.03 -bouffie bouffi adj f s 1.16 3.92 0.32 0.74 -bouffies bouffir ver f p 0.70 3.04 0.01 0.14 par:pas; -bouffiez bouffer ver 42.72 33.04 0.03 0.00 ind:imp:2p; -bouffis bouffi adj m p 1.16 3.92 0.18 0.88 -bouffissure bouffissure nom f s 0.01 0.41 0.00 0.27 -bouffissures bouffissure nom f p 0.01 0.41 0.01 0.14 -bouffon bouffon nom m s 6.76 2.57 5.13 1.69 -bouffonna bouffonner ver 0.01 0.54 0.00 0.14 ind:pas:3s; -bouffonnait bouffonner ver 0.01 0.54 0.00 0.14 ind:imp:3s; -bouffonnant bouffonner ver 0.01 0.54 0.00 0.14 par:pre; -bouffonnante bouffonnant adj f s 0.00 0.20 0.00 0.14 -bouffonne bouffon nom f s 6.76 2.57 0.28 0.00 -bouffonnement bouffonnement adv 0.00 0.07 0.00 0.07 -bouffonner bouffonner ver 0.01 0.54 0.00 0.14 inf; -bouffonnerie bouffonnerie nom f s 0.42 1.01 0.20 0.81 -bouffonneries bouffonnerie nom f p 0.42 1.01 0.22 0.20 -bouffonnes bouffon adj f p 2.57 2.30 0.01 0.20 -bouffons bouffon nom m p 6.76 2.57 1.36 0.88 -bouffé bouffer ver m s 42.72 33.04 6.28 3.85 par:pas; -bouffée bouffée nom f s 2.89 26.35 1.92 14.19 -bouffées bouffée nom f p 2.89 26.35 0.97 12.16 -bouffés bouffer ver m p 42.72 33.04 0.32 0.54 par:pas; -bouftance bouftance nom f s 0.00 0.07 0.00 0.07 -bougainvillier bougainvillier nom m s 0.05 0.14 0.03 0.00 -bougainvilliers bougainvillier nom m p 0.05 0.14 0.02 0.14 -bougainvillée bougainvillée nom f s 0.05 1.42 0.04 0.47 -bougainvillées bougainvillée nom f p 0.05 1.42 0.01 0.95 -bouge bouger ver 211.90 156.76 85.45 30.88 imp:pre:2s;ind:pre:1s;ind:pre:3s; -bougea bouger ver 211.90 156.76 0.04 11.42 ind:pas:3s; -bougeai bouger ver 211.90 156.76 0.00 0.95 ind:pas:1s; -bougeaient bouger ver 211.90 156.76 1.10 6.28 ind:imp:3p; -bougeais bouger ver 211.90 156.76 0.61 1.76 ind:imp:1s;ind:imp:2s; -bougeait bouger ver 211.90 156.76 2.73 22.97 ind:imp:3s; -bougeant bouger ver 211.90 156.76 0.50 3.31 par:pre; -bougeassent bouger ver 211.90 156.76 0.00 0.07 sub:imp:3p; -bougent bouger ver 211.90 156.76 5.84 5.41 ind:pre:3p; -bougeoir bougeoir nom m s 0.21 2.57 0.17 1.55 -bougeoirs bougeoir nom m p 0.21 2.57 0.03 1.01 -bougeons bouger ver 211.90 156.76 1.71 0.34 imp:pre:1p;ind:pre:1p; -bougeât bouger ver 211.90 156.76 0.00 0.54 sub:imp:3s; -bougeotte bougeotte nom f s 1.04 1.15 1.04 1.15 -bouger bouger ver 211.90 156.76 44.32 46.62 inf; -bougera bouger ver 211.90 156.76 1.89 1.08 ind:fut:3s; -bougerai bouger ver 211.90 156.76 1.95 0.61 ind:fut:1s; -bougeraient bouger ver 211.90 156.76 0.12 0.20 cnd:pre:3p; -bougerais bouger ver 211.90 156.76 0.28 0.14 cnd:pre:1s; -bougerait bouger ver 211.90 156.76 0.14 0.95 cnd:pre:3s; -bougeras bouger ver 211.90 156.76 0.38 0.07 ind:fut:2s; -bougerez bouger ver 211.90 156.76 0.19 0.07 ind:fut:2p; -bougeriez bouger ver 211.90 156.76 0.04 0.00 cnd:pre:2p; -bougerons bouger ver 211.90 156.76 0.10 0.00 ind:fut:1p; -bougeront bouger ver 211.90 156.76 0.40 0.27 ind:fut:3p; -bouges bouger ver 211.90 156.76 9.04 1.08 ind:pre:2s;sub:pre:2s; -bougez bouger ver 211.90 156.76 44.09 2.50 imp:pre:2p;ind:pre:2p; -bougie bougie nom f s 18.32 29.86 7.40 16.22 -bougies bougie nom f p 18.32 29.86 10.92 13.65 -bougiez bougier ver 0.30 0.00 0.30 0.00 ind:pre:2p; -bougions bouger ver 211.90 156.76 0.14 0.20 ind:imp:1p; -bougnat bougnat nom m s 0.00 2.57 0.00 1.76 -bougnats bougnat nom m p 0.00 2.57 0.00 0.81 -bougne bougner ver 0.00 0.54 0.00 0.47 ind:pre:1s;ind:pre:3s; -bougnes bougner ver 0.00 0.54 0.00 0.07 ind:pre:2s; -bougnoul bougnoul nom m 0.11 0.00 0.11 0.00 -bougnoule bougnoule nom s 0.26 3.31 0.12 1.49 -bougnoules bougnoule nom p 0.26 3.31 0.14 1.82 -bougon bougon adj m s 0.17 2.91 0.13 1.96 -bougonna bougonner ver 0.04 5.74 0.00 2.09 ind:pas:3s; -bougonnaient bougonner ver 0.04 5.74 0.00 0.07 ind:imp:3p; -bougonnais bougonner ver 0.04 5.74 0.00 0.07 ind:imp:1s; -bougonnait bougonner ver 0.04 5.74 0.00 0.95 ind:imp:3s; -bougonnant bougonner ver 0.04 5.74 0.01 0.81 par:pre; -bougonne bougon adj f s 0.17 2.91 0.04 0.81 -bougonnement bougonnement nom m s 0.01 0.00 0.01 0.00 -bougonnent bougonner ver 0.04 5.74 0.00 0.07 ind:pre:3p; -bougonner bougonner ver 0.04 5.74 0.00 0.27 inf; -bougonné bougonner ver m s 0.04 5.74 0.01 0.34 par:pas; -bougons bougon adj m p 0.17 2.91 0.00 0.14 -bougran bougran nom m s 0.23 0.00 0.23 0.00 -bougre bougre ono 0.01 0.74 0.01 0.74 -bougrement bougrement adv 0.52 1.55 0.52 1.55 -bougrerie bougrerie nom f s 0.00 0.14 0.00 0.07 -bougreries bougrerie nom f p 0.00 0.14 0.00 0.07 -bougres bougre nom m p 4.75 11.22 0.56 2.70 -bougresse bougresse nom f s 0.02 0.47 0.02 0.47 -bougèrent bouger ver 211.90 156.76 0.01 1.01 ind:pas:3p; -bougé bouger ver m s 211.90 156.76 10.52 17.97 par:pas; -bougée bouger ver f s 211.90 156.76 0.20 0.00 par:pas; -bougées bouger ver f p 211.90 156.76 0.13 0.07 par:pas; -boui_boui boui_boui nom m s 0.39 0.27 0.35 0.27 -bouiboui bouiboui nom m s 0.04 0.14 0.04 0.14 -bouibouis bouiboui nom m p 0.04 0.14 0.01 0.00 -bouif bouif nom m s 0.00 0.14 0.00 0.14 -bouillabaisse bouillabaisse nom f s 0.66 0.61 0.66 0.61 -bouillaient bouillir ver 7.62 13.58 0.00 0.20 ind:imp:3p; -bouillais bouillir ver 7.62 13.58 0.03 0.20 ind:imp:1s; -bouillait bouillir ver 7.62 13.58 0.00 1.35 ind:imp:3s; -bouillant bouillant adj m s 4.53 8.11 2.34 3.11 -bouillante bouillant adj f s 4.53 8.11 2.13 3.72 -bouillantes bouillant adj f p 4.53 8.11 0.03 0.47 -bouillants bouillant adj m p 4.53 8.11 0.04 0.81 -bouillasse bouillasse nom f s 0.17 0.61 0.17 0.61 -bouille bouille nom f s 0.80 6.55 0.70 5.81 -bouillent bouillir ver 7.62 13.58 0.04 0.07 ind:pre:3p; -bouilles bouille nom f p 0.80 6.55 0.10 0.74 -bouilleur bouilleur nom m s 0.00 0.34 0.00 0.27 -bouilleurs bouilleur nom m p 0.00 0.34 0.00 0.07 -bouilli bouilli adj m s 1.21 4.26 0.37 2.36 -bouillie bouillie nom f s 4.42 9.73 4.18 8.58 -bouillies bouillie nom f p 4.42 9.73 0.23 1.15 -bouillir bouillir ver 7.62 13.58 3.60 4.93 inf; -bouillira bouillir ver 7.62 13.58 0.02 0.00 ind:fut:3s; -bouillirons bouillir ver 7.62 13.58 0.01 0.00 ind:fut:1p; -bouillis bouilli adj m p 1.21 4.26 0.25 0.07 -bouilloire bouilloire nom f s 1.61 3.85 1.52 3.45 -bouilloires bouilloire nom f p 1.61 3.85 0.09 0.41 -bouillon bouillon nom m s 4.00 8.92 3.68 6.62 -bouillonnaient bouillonner ver 1.90 6.08 0.01 0.88 ind:imp:3p; -bouillonnais bouillonner ver 1.90 6.08 0.01 0.07 ind:imp:1s; -bouillonnait bouillonner ver 1.90 6.08 0.13 1.15 ind:imp:3s; -bouillonnant bouillonner ver 1.90 6.08 0.26 1.08 par:pre; -bouillonnante bouillonnant adj f s 0.42 2.50 0.14 0.95 -bouillonnantes bouillonnant adj f p 0.42 2.50 0.00 0.34 -bouillonnants bouillonnant adj m p 0.42 2.50 0.11 0.20 -bouillonne bouillonner ver 1.90 6.08 0.99 1.49 imp:pre:2s;ind:pre:1s;ind:pre:3s; -bouillonnement bouillonnement nom m s 0.12 3.11 0.11 2.50 -bouillonnements bouillonnement nom m p 0.12 3.11 0.01 0.61 -bouillonnent bouillonner ver 1.90 6.08 0.14 0.41 ind:pre:3p; -bouillonner bouillonner ver 1.90 6.08 0.35 0.68 inf; -bouillonneux bouillonneux adj m s 0.00 0.07 0.00 0.07 -bouillonnèrent bouillonner ver 1.90 6.08 0.00 0.07 ind:pas:3p; -bouillonné bouillonner ver m s 1.90 6.08 0.01 0.07 par:pas; -bouillonnée bouillonner ver f s 1.90 6.08 0.00 0.07 par:pas; -bouillonnées bouillonner ver f p 1.90 6.08 0.00 0.07 par:pas; -bouillonnés bouillonné nom m p 0.00 0.34 0.00 0.20 -bouillons bouillon nom m p 4.00 8.92 0.32 2.30 -bouillottait bouillotter ver 0.00 0.07 0.00 0.07 ind:imp:3s; -bouillotte bouillotte nom f s 0.69 1.96 0.50 1.82 -bouillottes bouillotte nom f p 0.69 1.96 0.19 0.14 -bouillu bouillu adj m s 0.01 0.07 0.01 0.07 -boui_boui boui_boui nom m p 0.39 0.27 0.04 0.00 -boukha boukha nom f s 0.14 0.07 0.14 0.07 -boula bouler ver 1.00 1.82 0.00 0.07 ind:pas:3s; -boulait bouler ver 1.00 1.82 0.00 0.07 ind:imp:3s; -boulange boulange nom f s 0.10 0.27 0.10 0.27 -boulanger_pâtissier boulanger_pâtissier nom m s 0.00 0.14 0.00 0.14 -boulanger boulanger nom m s 3.00 13.31 2.44 8.78 -boulangerie boulangerie nom f s 4.01 8.04 3.76 7.57 -boulangeries boulangerie nom f p 4.01 8.04 0.25 0.47 -boulangers boulanger nom m p 3.00 13.31 0.08 2.09 -boulangisme boulangisme nom m s 0.00 0.07 0.00 0.07 -boulangère boulanger nom f s 3.00 13.31 0.47 2.30 -boulangères boulanger nom f p 3.00 13.31 0.00 0.14 -boulants boulant nom m p 0.00 0.07 0.00 0.07 -boulder boulder nom m s 0.46 0.00 0.46 0.00 -boule_de_neige boule_de_neige nom f s 0.07 0.00 0.07 0.00 -boule boule nom f s 30.68 61.22 19.29 38.31 -bouleau bouleau nom m s 1.08 4.05 0.58 0.95 -bouleaux bouleau nom m p 1.08 4.05 0.50 3.11 -bouledogue bouledogue nom m s 0.81 2.09 0.71 1.96 -bouledogues bouledogue nom m p 0.81 2.09 0.09 0.14 -boulent bouler ver 1.00 1.82 0.00 0.07 ind:pre:3p; -bouler bouler ver 1.00 1.82 0.45 0.34 inf; -boules boule nom f p 30.68 61.22 11.40 22.91 -boulet boulet nom m s 2.95 8.11 1.99 3.78 -boulets boulet nom m p 2.95 8.11 0.96 4.32 -boulette boulette nom f s 6.13 5.20 2.34 2.36 -boulettes boulette nom f p 6.13 5.20 3.79 2.84 -boulevard boulevard nom m s 4.87 61.15 4.19 52.03 -boulevardier boulevardier nom m s 0.01 0.07 0.01 0.00 -boulevardiers boulevardier nom m p 0.01 0.07 0.00 0.07 -boulevardière boulevardier adj f s 0.00 0.27 0.00 0.07 -boulevards boulevard nom m p 4.87 61.15 0.68 9.12 -bouleversa bouleverser ver 13.79 27.03 0.26 2.36 ind:pas:3s; -bouleversaient bouleverser ver 13.79 27.03 0.01 0.47 ind:imp:3p; -bouleversait bouleverser ver 13.79 27.03 0.03 2.36 ind:imp:3s; -bouleversant bouleversant adj m s 1.61 5.27 1.24 1.28 -bouleversante bouleversant adj f s 1.61 5.27 0.29 2.43 -bouleversantes bouleversant adj f p 1.61 5.27 0.04 1.08 -bouleversants bouleversant adj m p 1.61 5.27 0.04 0.47 -bouleverse bouleverser ver 13.79 27.03 1.23 2.50 imp:pre:2s;ind:pre:1s;ind:pre:3s; -bouleversement bouleversement nom m s 0.46 7.30 0.17 4.26 -bouleversements bouleversement nom m p 0.46 7.30 0.29 3.04 -bouleversent bouleverser ver 13.79 27.03 0.13 0.74 ind:pre:3p; -bouleverser bouleverser ver 13.79 27.03 1.64 3.92 inf; -bouleversera bouleverser ver 13.79 27.03 0.16 0.00 ind:fut:3s; -bouleverseraient bouleverser ver 13.79 27.03 0.00 0.07 cnd:pre:3p; -bouleverserais bouleverser ver 13.79 27.03 0.01 0.00 cnd:pre:1s; -bouleverserait bouleverser ver 13.79 27.03 0.23 0.20 cnd:pre:3s; -bouleverseras bouleverser ver 13.79 27.03 0.01 0.00 ind:fut:2s; -bouleverserons bouleverser ver 13.79 27.03 0.00 0.07 ind:fut:1p; -bouleverseront bouleverser ver 13.79 27.03 0.00 0.14 ind:fut:3p; -bouleversions bouleverser ver 13.79 27.03 0.00 0.07 ind:imp:1p; -bouleversons bouleverser ver 13.79 27.03 0.01 0.00 imp:pre:1p; -bouleversèrent bouleverser ver 13.79 27.03 0.10 0.27 ind:pas:3p; -bouleversé bouleverser ver m s 13.79 27.03 4.85 8.45 par:pas; -bouleversée bouleverser ver f s 13.79 27.03 4.37 3.24 par:pas; -bouleversées bouleverser ver f p 13.79 27.03 0.03 0.27 par:pas; -bouleversés bouleverser ver m p 13.79 27.03 0.69 0.61 par:pas; -boulgour boulgour nom m s 0.15 0.07 0.15 0.07 -boulier boulier nom m s 0.16 1.96 0.15 1.89 -bouliers boulier nom m p 0.16 1.96 0.01 0.07 -boulimie boulimie nom f s 0.26 0.54 0.26 0.47 -boulimies boulimie nom f p 0.26 0.54 0.00 0.07 -boulimique boulimique adj s 0.22 0.34 0.21 0.20 -boulimiques boulimique nom p 0.14 0.07 0.04 0.00 -bouline bouline nom f s 0.07 0.07 0.07 0.00 -boulines bouline nom f p 0.07 0.07 0.00 0.07 -boulingrins boulingrin nom m p 0.00 0.27 0.00 0.27 -boulins boulin nom m p 0.00 0.07 0.00 0.07 -bouliste bouliste nom s 0.02 0.61 0.02 0.00 -boulistes bouliste nom p 0.02 0.61 0.00 0.61 -boulle boulle nom m s 0.01 0.14 0.01 0.14 -boulochait boulocher ver 0.10 0.00 0.10 0.00 ind:imp:3s; -boulodrome boulodrome nom m s 0.00 0.07 0.00 0.07 -bouloir bouloir nom m s 0.01 0.00 0.01 0.00 -boulon boulon nom m s 2.72 3.51 1.06 1.49 -boulonnage boulonnage nom m s 0.01 0.00 0.01 0.00 -boulonnais boulonnais adj m s 0.00 0.07 0.00 0.07 -boulonnait boulonner ver 0.10 0.61 0.00 0.14 ind:imp:3s; -boulonnant boulonner ver 0.10 0.61 0.00 0.07 par:pre; -boulonne boulonner ver 0.10 0.61 0.01 0.07 imp:pre:2s;ind:pre:3s; -boulonner boulonner ver 0.10 0.61 0.04 0.14 inf; -boulonnerie boulonnerie nom f s 0.00 0.07 0.00 0.07 -boulonné boulonner ver m s 0.10 0.61 0.03 0.07 par:pas; -boulonnée boulonner ver f s 0.10 0.61 0.01 0.07 par:pas; -boulonnés boulonner ver m p 0.10 0.61 0.01 0.07 par:pas; -boulons boulon nom m p 2.72 3.51 1.66 2.03 -boulot_refuge boulot_refuge adj m s 0.00 0.07 0.00 0.07 -boulot boulot nom m s 202.97 35.61 198.68 32.57 -boulots boulot nom m p 202.97 35.61 4.30 3.04 -boulottait boulotter ver 0.16 0.41 0.00 0.07 ind:imp:3s; -boulotte boulotte nom f s 0.27 0.27 0.26 0.27 -boulotter boulotter ver 0.16 0.41 0.12 0.14 inf; -boulottes boulot adj f p 8.21 3.04 0.01 0.07 -boulottées boulotter ver f p 0.16 0.41 0.00 0.07 par:pas; -boulé bouler ver m s 1.00 1.82 0.12 0.47 par:pas; -boulu boulu adj m s 0.00 0.14 0.00 0.07 -boulés bouler ver m p 1.00 1.82 0.00 0.14 par:pas; -boulus boulu adj m p 0.00 0.14 0.00 0.07 -boum boum ono 5.20 2.09 5.20 2.09 -boumaient boumer ver 1.90 1.49 0.00 0.07 ind:imp:3p; -boumait boumer ver 1.90 1.49 0.00 0.07 ind:imp:3s; -boume boumer ver 1.90 1.49 1.90 1.15 imp:pre:2s;ind:pre:3s; -boums boum nom_sup m p 7.01 3.04 0.21 0.41 -boumé boumer ver m s 1.90 1.49 0.00 0.20 par:pas; -bouniouls bounioul nom m p 0.00 0.07 0.00 0.07 -bouquet bouquet nom m s 9.35 37.09 8.76 26.01 -bouquetier bouquetier nom m s 0.00 0.41 0.00 0.07 -bouquetin bouquetin nom m s 0.16 0.34 0.03 0.20 -bouquetins bouquetin nom m p 0.16 0.34 0.14 0.14 -bouquetière bouquetier nom f s 0.00 0.41 0.00 0.34 -bouquets bouquet nom m p 9.35 37.09 0.59 11.08 -bouqueté bouqueté adj m s 0.00 0.07 0.00 0.07 -bouquin bouquin nom m s 13.49 27.70 8.02 14.46 -bouquinage bouquinage nom m s 0.00 0.07 0.00 0.07 -bouquinais bouquiner ver 0.81 2.03 0.14 0.14 ind:imp:1s; -bouquinait bouquiner ver 0.81 2.03 0.01 0.20 ind:imp:3s; -bouquinant bouquiner ver 0.81 2.03 0.01 0.07 par:pre; -bouquine bouquiner ver 0.81 2.03 0.45 0.47 imp:pre:2s;ind:pre:1s;ind:pre:3s; -bouquiner bouquiner ver 0.81 2.03 0.17 1.08 inf; -bouquinerait bouquiner ver 0.81 2.03 0.00 0.07 cnd:pre:3s; -bouquineur bouquineur nom m s 0.01 0.00 0.01 0.00 -bouquiniste bouquiniste nom s 0.41 2.09 0.28 0.95 -bouquinistes bouquiniste nom p 0.41 2.09 0.12 1.15 -bouquins bouquin nom m p 13.49 27.70 5.46 13.24 -bouquiné bouquiner ver m s 0.81 2.03 0.03 0.00 par:pas; -bour bour nom m s 0.09 0.14 0.09 0.14 -bourbe bourbe nom f s 0.04 0.20 0.04 0.20 -bourbeuse bourbeux adj f s 0.03 1.89 0.00 0.61 -bourbeuses bourbeux adj f p 0.03 1.89 0.00 0.27 -bourbeux bourbeux adj m 0.03 1.89 0.03 1.01 -bourbier bourbier nom m s 1.12 1.35 1.10 1.01 -bourbiers bourbier nom m p 1.12 1.35 0.02 0.34 -bourbon bourbon nom m s 2.76 6.96 2.66 6.96 -bourbonien bourbonien adj m s 0.00 0.95 0.00 0.81 -bourbonienne bourbonien adj f s 0.00 0.95 0.00 0.14 -bourbons bourbon nom m p 2.76 6.96 0.10 0.00 -bourdaine bourdaine nom f s 0.00 0.14 0.00 0.07 -bourdaines bourdaine nom f p 0.00 0.14 0.00 0.07 -bourdalous bourdalou nom m p 0.00 0.07 0.00 0.07 -bourde bourde nom f s 1.54 0.95 1.10 0.54 -bourdes bourde nom f p 1.54 0.95 0.44 0.41 -bourdillon bourdillon nom m s 0.14 0.07 0.14 0.07 -bourdon bourdon nom m s 1.28 5.54 1.17 4.73 -bourdonna bourdonner ver 2.20 9.53 0.00 0.41 ind:pas:3s; -bourdonnaient bourdonner ver 2.20 9.53 0.05 1.76 ind:imp:3p; -bourdonnais bourdonner ver 2.20 9.53 0.00 0.07 ind:imp:1s; -bourdonnait bourdonner ver 2.20 9.53 0.13 2.23 ind:imp:3s; -bourdonnant bourdonner ver 2.20 9.53 0.01 1.01 par:pre; -bourdonnante bourdonnant adj f s 0.06 2.97 0.03 1.35 -bourdonnantes bourdonnant adj f p 0.06 2.97 0.01 1.01 -bourdonnants bourdonnant adj m p 0.06 2.97 0.01 0.34 -bourdonne bourdonner ver 2.20 9.53 0.87 1.42 ind:pre:3s; -bourdonnement bourdonnement nom m s 1.71 10.54 1.63 9.19 -bourdonnements bourdonnement nom m p 1.71 10.54 0.08 1.35 -bourdonnent bourdonner ver 2.20 9.53 1.05 1.49 ind:pre:3p; -bourdonner bourdonner ver 2.20 9.53 0.07 1.08 inf; -bourdonné bourdonner ver m s 2.20 9.53 0.01 0.07 par:pas; -bourdons bourdon nom m p 1.28 5.54 0.11 0.81 -bourg bourg nom m s 1.60 15.88 1.48 13.85 -bourgade bourgade nom f s 0.46 3.99 0.44 2.91 -bourgades bourgade nom f p 0.46 3.99 0.02 1.08 -bourge bourge nom s 1.22 0.47 0.90 0.07 -bourgeois bourgeois nom m 6.02 28.65 4.01 23.04 -bourgeoise bourgeois adj f s 6.36 23.45 2.80 7.43 -bourgeoisement bourgeoisement adv 0.00 0.54 0.00 0.54 -bourgeoises bourgeois adj f p 6.36 23.45 0.44 4.19 -bourgeoisie bourgeoisie nom f s 3.65 10.27 3.65 10.14 -bourgeoisies bourgeoisie nom f p 3.65 10.27 0.00 0.14 -bourgeoisisme bourgeoisisme nom m s 0.00 0.07 0.00 0.07 -bourgeon bourgeon nom m s 0.63 2.84 0.47 0.68 -bourgeonnaient bourgeonner ver 0.24 1.22 0.00 0.14 ind:imp:3p; -bourgeonnait bourgeonner ver 0.24 1.22 0.02 0.14 ind:imp:3s; -bourgeonnant bourgeonnant adj m s 0.04 0.41 0.01 0.14 -bourgeonnante bourgeonnant adj f s 0.04 0.41 0.03 0.07 -bourgeonnants bourgeonnant adj m p 0.04 0.41 0.00 0.20 -bourgeonne bourgeonner ver 0.24 1.22 0.03 0.34 ind:pre:1s;ind:pre:3s; -bourgeonnement bourgeonnement nom m s 0.00 0.27 0.00 0.14 -bourgeonnements bourgeonnement nom m p 0.00 0.27 0.00 0.14 -bourgeonnent bourgeonner ver 0.24 1.22 0.14 0.00 ind:pre:3p; -bourgeonner bourgeonner ver 0.24 1.22 0.02 0.34 inf; -bourgeonneraient bourgeonner ver 0.24 1.22 0.00 0.07 cnd:pre:3p; -bourgeonneuse bourgeonneux adj f s 0.00 0.07 0.00 0.07 -bourgeonné bourgeonner ver m s 0.24 1.22 0.02 0.00 par:pas; -bourgeons bourgeon nom m p 0.63 2.84 0.16 2.16 -bourgeron bourgeron nom m s 0.00 1.28 0.00 1.01 -bourgerons bourgeron nom m p 0.00 1.28 0.00 0.27 -bourges bourge nom p 1.22 0.47 0.32 0.41 -bourgmestre bourgmestre nom m s 1.02 1.49 1.01 1.35 -bourgmestres bourgmestre nom m p 1.02 1.49 0.01 0.14 -bourgogne bourgogne nom m s 0.52 1.35 0.51 1.01 -bourgognes bourgogne nom m p 0.52 1.35 0.01 0.34 -bourgs bourg nom m p 1.60 15.88 0.12 2.03 -bourgueil bourgueil nom m s 0.00 0.07 0.00 0.07 -bourgues bourgue nom m p 0.00 0.07 0.00 0.07 -bourguignon bourguignon adj m s 0.29 4.19 0.25 2.30 -bourguignonne bourguignon adj f s 0.29 4.19 0.04 0.54 -bourguignonnes bourguignon adj f p 0.29 4.19 0.01 0.34 -bourguignons bourguignon nom m p 0.01 1.89 0.00 1.08 -bouriates bouriate adj p 0.00 0.07 0.00 0.07 -bouriates bouriate nom p 0.00 0.07 0.00 0.07 -bourlinguant bourlinguer ver 0.37 0.61 0.01 0.14 par:pre; -bourlingue bourlingue nom f s 0.01 0.00 0.01 0.00 -bourlinguer bourlinguer ver 0.37 0.61 0.06 0.07 inf; -bourlinguera bourlinguer ver 0.37 0.61 0.00 0.07 ind:fut:3s; -bourlingueur bourlingueur nom m s 0.02 0.34 0.02 0.27 -bourlingueuses bourlingueur nom f p 0.02 0.34 0.00 0.07 -bourlinguons bourlinguer ver 0.37 0.61 0.00 0.07 ind:pre:1p; -bourlingué bourlinguer ver m s 0.37 0.61 0.29 0.27 par:pas; -bourra bourrer ver 22.37 29.39 0.00 1.01 ind:pas:3s; -bourrache bourrache nom f s 0.01 0.07 0.01 0.07 -bourrade bourrade nom f s 0.00 4.80 0.00 2.70 -bourrades bourrade nom f p 0.00 4.80 0.00 2.09 -bourrage bourrage nom m s 0.15 0.27 0.15 0.20 -bourrages bourrage nom m p 0.15 0.27 0.00 0.07 -bourrai bourrer ver 22.37 29.39 0.00 0.20 ind:pas:1s; -bourraient bourrer ver 22.37 29.39 0.03 0.27 ind:imp:3p; -bourrais bourrer ver 22.37 29.39 0.02 0.14 ind:imp:1s; -bourrait bourrer ver 22.37 29.39 0.40 1.82 ind:imp:3s; -bourrant bourrer ver 22.37 29.39 0.03 0.95 par:pre; -bourrasque bourrasque nom f s 0.77 6.01 0.55 3.92 -bourrasques bourrasque nom f p 0.77 6.01 0.22 2.09 -bourratif bourratif adj m s 0.03 0.20 0.02 0.07 -bourrative bourratif adj f s 0.03 0.20 0.01 0.07 -bourratives bourratif adj f p 0.03 0.20 0.00 0.07 -bourre_mou bourre_mou nom m s 0.01 0.00 0.01 0.00 -bourre_pif bourre_pif nom m s 0.04 0.07 0.04 0.07 -bourre bourre nom s 4.37 6.49 4.24 3.92 -bourreau bourreau nom m s 9.83 12.91 7.28 7.09 -bourreaux bourreau nom m p 9.83 12.91 2.55 5.81 -bourrelet bourrelet nom m s 0.49 6.22 0.06 2.64 -bourrelets bourrelet nom m p 0.49 6.22 0.43 3.58 -bourrelier bourrelier nom m s 0.00 0.88 0.00 0.81 -bourreliers bourrelier nom m p 0.00 0.88 0.00 0.07 -bourrellerie bourrellerie nom f s 0.00 0.27 0.00 0.27 -bourrelé bourreler ver m s 0.00 0.41 0.00 0.27 par:pas; -bourrelée bourreler ver f s 0.00 0.41 0.00 0.07 par:pas; -bourrelés bourreler ver m p 0.00 0.41 0.00 0.07 par:pas; -bourrent bourrer ver 22.37 29.39 0.11 0.54 ind:pre:3p; -bourrer bourrer ver 22.37 29.39 3.48 3.72 inf; -bourrera bourrer ver 22.37 29.39 0.02 0.07 ind:fut:3s; -bourrerai bourrer ver 22.37 29.39 0.02 0.00 ind:fut:1s; -bourres bourrer ver 22.37 29.39 0.33 0.14 ind:pre:2s;sub:pre:2s; -bourreur bourreur nom m s 0.00 0.14 0.00 0.14 -bourrez bourrer ver 22.37 29.39 0.24 0.07 imp:pre:2p;ind:pre:2p; -bourriche bourriche nom f s 0.04 0.68 0.04 0.14 -bourriches bourriche nom f p 0.04 0.68 0.00 0.54 -bourrichon bourrichon nom m s 0.40 0.20 0.40 0.20 -bourricot bourricot nom m s 0.52 1.08 0.49 0.34 -bourricots bourricot nom m p 0.52 1.08 0.03 0.74 -bourrier bourrier nom m 0.00 0.34 0.00 0.34 -bourrin bourrin nom m s 0.56 1.62 0.53 1.08 -bourrine bourrine nom f s 0.01 0.00 0.01 0.00 -bourrins bourrin nom m p 0.56 1.62 0.04 0.54 -bourriquait bourriquer ver 0.00 0.07 0.00 0.07 ind:imp:3s; -bourrique bourrique nom f s 1.97 2.97 1.90 2.09 -bourriques bourrique nom f p 1.97 2.97 0.07 0.88 -bourriquet bourriquet nom m s 0.16 0.14 0.16 0.07 -bourriquets bourriquet nom m p 0.16 0.14 0.00 0.07 -bourrons bourrer ver 22.37 29.39 0.02 0.00 imp:pre:1p;ind:pre:1p; -bourrèrent bourrer ver 22.37 29.39 0.00 0.14 ind:pas:3p; -bourré bourrer ver m s 22.37 29.39 11.14 10.41 par:pas; -bourru bourru adj m s 0.34 5.20 0.28 3.51 -bourrée bourrer ver f s 22.37 29.39 2.65 2.57 par:pas; -bourrue bourru adj f s 0.34 5.20 0.02 1.35 -bourrées bourrer ver f p 22.37 29.39 0.26 2.03 par:pas; -bourrues bourru adj f p 0.34 5.20 0.02 0.20 -bourrés bourrer ver m p 22.37 29.39 1.57 3.58 par:pas; -bourrus bourru adj m p 0.34 5.20 0.03 0.14 -bourse bourse nom f s 19.66 13.18 17.48 11.22 -bourses bourse nom f p 19.66 13.18 2.18 1.96 -boursicot boursicot nom m s 0.00 0.07 0.00 0.07 -boursicotage boursicotage nom m s 0.00 0.07 0.00 0.07 -boursicoteur boursicoteur nom m s 0.04 0.14 0.01 0.14 -boursicoteurs boursicoteur nom m p 0.04 0.14 0.03 0.00 -boursier boursier adj m s 0.73 0.74 0.39 0.20 -boursiers boursier adj m p 0.73 0.74 0.13 0.07 -boursière boursier adj f s 0.73 0.74 0.15 0.14 -boursières boursier adj f p 0.73 0.74 0.07 0.34 -boursouflaient boursoufler ver 0.04 3.04 0.00 0.14 ind:imp:3p; -boursouflait boursoufler ver 0.04 3.04 0.00 0.34 ind:imp:3s; -boursoufle boursoufler ver 0.04 3.04 0.01 0.47 ind:pre:3s; -boursouflement boursouflement nom m s 0.00 0.07 0.00 0.07 -boursoufler boursoufler ver 0.04 3.04 0.01 0.20 inf; -boursouflé boursouflé adj m s 0.25 3.31 0.19 1.22 -boursouflée boursouflé adj f s 0.25 3.31 0.03 0.88 -boursouflées boursouflé adj f p 0.25 3.31 0.04 0.41 -boursouflure boursouflure nom f s 0.06 1.82 0.02 0.81 -boursouflures boursouflure nom f p 0.06 1.82 0.03 1.01 -boursouflés boursouflé adj m p 0.25 3.31 0.00 0.81 -bous bouillir ver 7.62 13.58 0.60 0.20 imp:pre:2s;ind:pre:1s;ind:pre:2s; -bousards bousard nom m p 0.00 0.07 0.00 0.07 -bousbir bousbir nom m s 0.00 0.54 0.00 0.41 -bousbirs bousbir nom m p 0.00 0.54 0.00 0.14 -bouscula bousculer ver 8.63 34.46 0.00 2.36 ind:pas:3s; -bousculade bousculade nom f s 0.90 6.28 0.86 5.34 -bousculades bousculade nom f p 0.90 6.28 0.03 0.95 -bousculai bousculer ver 8.63 34.46 0.00 0.20 ind:pas:1s; -bousculaient bousculer ver 8.63 34.46 0.05 3.65 ind:imp:3p; -bousculait bousculer ver 8.63 34.46 0.12 3.24 ind:imp:3s; -bousculant bousculer ver 8.63 34.46 0.04 4.53 par:pre; -bouscule bousculer ver 8.63 34.46 2.44 4.12 imp:pre:2s;ind:pre:1s;ind:pre:3s; -bousculent bousculer ver 8.63 34.46 0.50 2.36 ind:pre:3p; -bousculer bousculer ver 8.63 34.46 2.17 5.07 inf; -bousculera bousculer ver 8.63 34.46 0.16 0.00 ind:fut:3s; -bousculerait bousculer ver 8.63 34.46 0.03 0.00 cnd:pre:3s; -bousculerons bousculer ver 8.63 34.46 0.00 0.07 ind:fut:1p; -bousculeront bousculer ver 8.63 34.46 0.04 0.14 ind:fut:3p; -bousculez bousculer ver 8.63 34.46 0.47 0.14 imp:pre:2p;ind:pre:2p; -bousculons bousculer ver 8.63 34.46 0.00 0.07 imp:pre:1p; -bousculât bousculer ver 8.63 34.46 0.00 0.07 sub:imp:3s; -bousculèrent bousculer ver 8.63 34.46 0.00 0.88 ind:pas:3p; -bousculé bousculer ver m s 8.63 34.46 2.01 4.19 par:pas; -bousculée bousculer ver f s 8.63 34.46 0.46 1.49 par:pas; -bousculées bousculer ver f p 8.63 34.46 0.01 0.20 par:pas; -bousculés bousculer ver m p 8.63 34.46 0.13 1.69 par:pas; -bouse bouse nom f s 1.93 5.14 1.71 3.72 -bouses bouse nom f p 1.93 5.14 0.22 1.42 -bouseuse bouseux nom f s 2.44 1.22 0.16 0.07 -bouseux bouseux nom m 2.44 1.22 2.29 1.15 -bousier bousier nom m s 0.06 0.34 0.03 0.14 -bousiers bousier nom m p 0.06 0.34 0.03 0.20 -bousillage bousillage nom m s 0.15 0.27 0.15 0.20 -bousillages bousillage nom m p 0.15 0.27 0.00 0.07 -bousillaient bousiller ver 12.91 3.24 0.00 0.07 ind:imp:3p; -bousillais bousiller ver 12.91 3.24 0.01 0.07 ind:imp:1s;ind:imp:2s; -bousillait bousiller ver 12.91 3.24 0.03 0.07 ind:imp:3s; -bousillant bousiller ver 12.91 3.24 0.02 0.27 par:pre; -bousille bousiller ver 12.91 3.24 2.34 0.14 imp:pre:2s;ind:pre:1s;ind:pre:3s; -bousillent bousiller ver 12.91 3.24 0.20 0.00 ind:pre:3p; -bousiller bousiller ver 12.91 3.24 4.05 1.15 inf; -bousillera bousiller ver 12.91 3.24 0.19 0.00 ind:fut:3s; -bousillerai bousiller ver 12.91 3.24 0.07 0.00 ind:fut:1s; -bousillerait bousiller ver 12.91 3.24 0.01 0.00 cnd:pre:3s; -bousilleras bousiller ver 12.91 3.24 0.01 0.00 ind:fut:2s; -bousilleront bousiller ver 12.91 3.24 0.01 0.00 ind:fut:3p; -bousilles bousiller ver 12.91 3.24 0.70 0.07 ind:pre:2s; -bousilleur bousilleur nom m s 0.03 0.00 0.03 0.00 -bousillez bousiller ver 12.91 3.24 0.42 0.07 imp:pre:2p;ind:pre:2p; -bousilliez bousiller ver 12.91 3.24 0.02 0.00 ind:imp:2p; -bousillons bousiller ver 12.91 3.24 0.03 0.00 imp:pre:1p; -bousillé bousiller ver m s 12.91 3.24 4.00 0.74 par:pas; -bousillée bousiller ver f s 12.91 3.24 0.52 0.34 par:pas; -bousillées bousiller ver f p 12.91 3.24 0.16 0.07 par:pas; -bousillés bousiller ver m p 12.91 3.24 0.11 0.20 par:pas; -bousin bousin nom m s 0.00 0.14 0.00 0.07 -bousine bousine nom f s 0.00 0.14 0.00 0.14 -bousins bousin nom m p 0.00 0.14 0.00 0.07 -boussole boussole nom f s 2.91 4.66 2.71 4.05 -boussoles boussole nom f p 2.91 4.66 0.20 0.61 -boustifaille boustifaille nom f s 0.23 0.81 0.23 0.74 -boustifailles boustifaille nom f p 0.23 0.81 0.00 0.07 -boustifailleuse boustifailleur nom f s 0.00 0.07 0.00 0.07 -boustrophédon boustrophédon nom m s 0.00 0.20 0.00 0.20 -bout_dehors bout_dehors nom m 0.00 0.20 0.00 0.20 -bout_rimé bout_rimé nom m s 0.14 0.07 0.14 0.00 -bout bout nom m s 128.33 398.11 121.12 375.68 -bouta bouter ver 0.47 1.55 0.00 0.14 ind:pas:3s; -boutade boutade nom f s 0.25 1.49 0.19 1.35 -boutades boutade nom f p 0.25 1.49 0.06 0.14 -boutanche boutanche nom f s 0.17 2.16 0.16 1.42 -boutanches boutanche nom f p 0.17 2.16 0.01 0.74 -boutargue boutargue nom f s 0.00 0.07 0.00 0.07 -boutasse bouter ver 0.47 1.55 0.00 0.54 sub:imp:1s; -boute_en_train boute_en_train nom m 0.39 0.74 0.39 0.74 -boute bouter ver 0.47 1.55 0.03 0.27 ind:pre:3s; -boutefeu boutefeu nom s 0.02 0.41 0.02 0.41 -boutefeux boutefeux nom p 0.00 0.20 0.00 0.20 -bouteille bouteille nom f s 57.24 104.05 42.31 70.41 -bouteilles bouteille nom f p 57.24 104.05 14.92 33.65 -bouteillon bouteillon nom m s 0.00 0.68 0.00 0.47 -bouteillons bouteillon nom m p 0.00 0.68 0.00 0.20 -bouter bouter ver 0.47 1.55 0.16 0.20 inf; -bouterais bouter ver 0.47 1.55 0.00 0.07 cnd:pre:1s; -bouteur bouteur nom m s 0.02 0.07 0.02 0.00 -bouteurs bouteur nom m p 0.02 0.07 0.00 0.07 -bouthéon bouthéon nom m s 0.00 1.15 0.00 0.68 -bouthéons bouthéon nom m p 0.00 1.15 0.00 0.47 -boutillier boutillier nom m s 0.00 0.14 0.00 0.14 -boutique_cadeaux boutique_cadeaux nom f s 0.02 0.00 0.02 0.00 -boutique boutique nom f s 26.53 48.92 22.29 36.01 -boutiquer boutiquer ver 0.00 0.14 0.00 0.07 inf; -boutiques boutique nom f p 26.53 48.92 4.24 12.91 -boutiquier boutiquier adj m s 0.14 0.61 0.14 0.41 -boutiquiers boutiquier nom m p 0.18 1.76 0.04 1.15 -boutiquière boutiquier nom f s 0.18 1.76 0.00 0.20 -boutiquières boutiquier nom f p 0.18 1.76 0.00 0.07 -boutiqué boutiquer ver m s 0.00 0.14 0.00 0.07 par:pas; -boutisses boutisse nom f p 0.00 0.07 0.00 0.07 -boutoir boutoir nom m s 0.00 2.23 0.00 2.23 -bouton_d_or bouton_d_or nom m s 0.01 0.20 0.00 0.14 -bouton_pression bouton_pression nom m s 0.04 0.14 0.02 0.07 -bouton bouton nom m s 32.44 44.46 21.29 21.55 -boutonna boutonner ver 2.17 6.22 0.00 0.41 ind:pas:3s; -boutonnage boutonnage nom m s 0.00 0.34 0.00 0.34 -boutonnaient boutonner ver 2.17 6.22 0.00 0.07 ind:imp:3p; -boutonnais boutonner ver 2.17 6.22 0.01 0.07 ind:imp:1s;ind:imp:2s; -boutonnait boutonner ver 2.17 6.22 0.00 0.41 ind:imp:3s; -boutonnant boutonner ver 2.17 6.22 0.01 0.34 par:pre; -boutonne boutonner ver 2.17 6.22 0.98 0.95 imp:pre:2s;ind:pre:1s;ind:pre:3s; -boutonnent boutonner ver 2.17 6.22 0.01 0.20 ind:pre:3p; -boutonner boutonner ver 2.17 6.22 0.72 1.35 inf; -boutonnerait boutonner ver 2.17 6.22 0.00 0.07 cnd:pre:3s; -boutonnes boutonner ver 2.17 6.22 0.03 0.00 ind:pre:2s; -boutonneuse boutonneux adj f s 0.59 1.76 0.03 0.14 -boutonneuses boutonneux adj f p 0.59 1.76 0.01 0.07 -boutonneux boutonneux adj m 0.59 1.76 0.55 1.55 -boutonnez boutonner ver 2.17 6.22 0.23 0.00 imp:pre:2p; -boutonnière boutonnière nom f s 0.73 3.65 0.45 3.18 -boutonnières boutonnière nom f p 0.73 3.65 0.28 0.47 -boutonné boutonner ver m s 2.17 6.22 0.07 0.81 par:pas; -boutonnée boutonner ver f s 2.17 6.22 0.11 0.95 par:pas; -boutonnées boutonner ver f p 2.17 6.22 0.00 0.34 par:pas; -boutonnés boutonner ver m p 2.17 6.22 0.01 0.27 par:pas; -bouton_d_or bouton_d_or nom m p 0.01 0.20 0.01 0.07 -bouton_pression bouton_pression nom m p 0.04 0.14 0.02 0.07 -boutons bouton nom m p 32.44 44.46 11.16 22.91 -boutre boutre nom m s 0.00 0.81 0.00 0.68 -boutres boutre nom m p 0.00 0.81 0.00 0.14 -bout_rimé bout_rimé nom m p 0.14 0.07 0.00 0.07 -bouts bout nom m p 128.33 398.11 7.21 22.43 -boëttes boëtte nom f p 0.00 0.07 0.00 0.07 -bouté bouter ver m s 0.47 1.55 0.14 0.00 par:pas; -boutée bouter ver f s 0.47 1.55 0.00 0.07 par:pas; -boutées bouter ver f p 0.47 1.55 0.00 0.07 par:pas; -bouture bouture nom f s 0.07 0.47 0.03 0.14 -boutures bouture nom f p 0.07 0.47 0.04 0.34 -boutés bouter ver m p 0.47 1.55 0.14 0.14 par:pas; -bouée bouée nom f s 2.04 5.47 1.30 4.59 -bouées bouée nom f p 2.04 5.47 0.73 0.88 -bouvet bouvet nom m s 0.00 0.07 0.00 0.07 -bouvier bouvier nom m s 0.15 1.01 0.12 0.68 -bouviers bouvier nom m p 0.15 1.01 0.03 0.34 -bouvillon bouvillon nom m s 0.04 0.20 0.04 0.20 -bouvreuil bouvreuil nom m s 0.04 0.27 0.01 0.07 -bouvreuils bouvreuil nom m p 0.04 0.27 0.03 0.20 -bouzine bouzine nom f s 0.00 0.27 0.00 0.27 -bouzouki bouzouki nom m s 0.21 0.47 0.21 0.47 -bouzy bouzy nom m 0.00 0.07 0.00 0.07 -bovidé bovidé nom m s 0.01 0.68 0.01 0.14 -bovidés bovidé nom m p 0.01 0.68 0.00 0.54 -bovin bovin adj m s 0.28 1.49 0.09 0.47 -bovine bovin adj f s 0.28 1.49 0.10 0.68 -bovines bovin adj f p 0.28 1.49 0.03 0.07 -bovins bovin nom m p 0.23 1.49 0.17 1.22 -bow_window bow_window nom m s 0.00 0.54 0.00 0.27 -bow_window bow_window nom m p 0.00 0.54 0.00 0.27 -bowling bowling nom m s 0.00 1.08 0.00 1.08 -box_calf box_calf nom m s 0.00 0.27 0.00 0.27 -box_office box_office nom m s 0.35 0.20 0.35 0.14 -box_office box_office nom m p 0.35 0.20 0.00 0.07 -box box nom m 2.48 4.05 2.48 4.05 -boxa boxer ver 5.78 2.84 0.01 0.20 ind:pas:3s; -boxaient boxer ver 5.78 2.84 0.00 0.14 ind:imp:3p; -boxais boxer ver 5.78 2.84 0.29 0.00 ind:imp:1s;ind:imp:2s; -boxait boxer ver 5.78 2.84 0.08 0.27 ind:imp:3s; -boxant boxer ver 5.78 2.84 0.05 0.07 par:pre; -boxe boxe nom f s 9.32 8.58 9.20 7.64 -boxent boxer ver 5.78 2.84 0.01 0.00 ind:pre:3p; -boxer_short boxer_short nom m s 0.05 0.07 0.05 0.07 -boxer boxer ver 5.78 2.84 3.14 1.28 inf; -boxerai boxer ver 5.78 2.84 0.06 0.00 ind:fut:1s; -boxerais boxer ver 5.78 2.84 0.04 0.00 cnd:pre:1s; -boxerez boxer ver 5.78 2.84 0.02 0.00 ind:fut:2p; -boxers boxer nom m p 0.75 0.34 0.13 0.14 -boxes boxer ver 5.78 2.84 0.62 0.14 ind:pre:2s; -boxeur boxeur nom m s 8.71 7.97 6.32 6.15 -boxeurs boxeur nom m p 8.71 7.97 2.04 1.82 -boxeuse boxeur nom f s 8.71 7.97 0.35 0.00 -boxez boxer ver 5.78 2.84 0.41 0.07 imp:pre:2p;ind:pre:2p; -boxon boxon nom m s 0.62 1.01 0.60 0.74 -boxons boxon nom m p 0.62 1.01 0.02 0.27 -boxé boxer ver m s 5.78 2.84 0.41 0.34 par:pas; -boxés boxer ver m p 5.78 2.84 0.00 0.07 par:pas; -boy_friend boy_friend nom m s 0.00 0.14 0.00 0.14 -boy_scout boy_scout nom m s 2.09 1.62 0.86 0.68 -boy_scoutesque boy_scoutesque adj f s 0.00 0.07 0.00 0.07 -boy_scout boy_scout nom m p 2.09 1.62 1.22 0.95 -boy boy nom m s 12.82 8.51 8.36 6.42 -boyard boyard nom m s 3.96 0.88 1.72 0.54 -boyards boyard nom m p 3.96 0.88 2.24 0.34 -boyau boyau nom m s 2.86 13.58 0.19 8.24 -boyauter boyauter ver 0.00 0.07 0.00 0.07 inf; -boyaux boyau nom m p 2.86 13.58 2.67 5.34 -boycott boycott nom m s 0.64 0.00 0.64 0.00 -boycotte boycotter ver 0.67 0.14 0.11 0.00 imp:pre:2s;ind:pre:1s;ind:pre:3s; -boycottent boycotter ver 0.67 0.14 0.17 0.00 ind:pre:3p; -boycotter boycotter ver 0.67 0.14 0.32 0.07 inf; -boycotterai boycotter ver 0.67 0.14 0.01 0.00 ind:fut:1s; -boycotteront boycotter ver 0.67 0.14 0.00 0.07 ind:fut:3p; -boycottes boycotter ver 0.67 0.14 0.01 0.00 ind:pre:2s; -boycottez boycotter ver 0.67 0.14 0.04 0.00 imp:pre:2p; -boycotté boycotter ver m s 0.67 0.14 0.02 0.00 par:pas; -boys boy nom m p 12.82 8.51 4.46 2.09 -bozo bozo nom m s 0.25 0.00 0.25 0.00 -brûla brûler ver 110.28 104.73 0.76 2.77 ind:pas:3s; -brûlage brûlage nom m s 0.10 0.20 0.10 0.20 -brûlai brûler ver 110.28 104.73 0.01 0.27 ind:pas:1s; -brûlaient brûler ver 110.28 104.73 0.97 7.03 ind:imp:3p; -brûlais brûler ver 110.28 104.73 0.50 1.28 ind:imp:1s;ind:imp:2s; -brûlait brûler ver 110.28 104.73 2.69 18.72 ind:imp:3s; -brûlant brûlant adj m s 10.48 36.28 4.48 15.68 -brûlante brûlant adj f s 10.48 36.28 3.75 10.74 -brûlantes brûlant adj f p 10.48 36.28 1.20 4.73 -brûlants brûlant adj m p 10.48 36.28 1.06 5.14 -brûlasse brûler ver 110.28 104.73 0.00 0.07 sub:imp:1s; -brûlassent brûler ver 110.28 104.73 0.00 0.07 sub:imp:3p; -brûle_gueule brûle_gueule nom m s 0.00 0.41 0.00 0.41 -brûle brûler ver 110.28 104.73 33.66 17.77 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -brûlent brûler ver 110.28 104.73 5.41 4.73 ind:pre:3p; -brûler brûler ver 110.28 104.73 23.14 21.15 inf;; -brûlera brûler ver 110.28 104.73 1.75 0.47 ind:fut:3s; -brûlerai brûler ver 110.28 104.73 1.17 0.41 ind:fut:1s; -brûleraient brûler ver 110.28 104.73 0.05 0.20 cnd:pre:3p; -brûlerais brûler ver 110.28 104.73 0.34 0.20 cnd:pre:1s;cnd:pre:2s; -brûlerait brûler ver 110.28 104.73 0.38 1.08 cnd:pre:3s; -brûleras brûler ver 110.28 104.73 0.37 0.07 ind:fut:2s; -brûlerez brûler ver 110.28 104.73 0.18 0.00 ind:fut:2p; -brûlerons brûler ver 110.28 104.73 0.23 0.20 ind:fut:1p; -brûleront brûler ver 110.28 104.73 1.51 0.41 ind:fut:3p; -brûles brûler ver 110.28 104.73 1.57 0.41 ind:pre:2s;sub:pre:2s; -brûleur brûleur nom m s 0.37 0.34 0.12 0.14 -brûleurs brûleur nom m p 0.37 0.34 0.23 0.20 -brûleuse brûleur nom f s 0.37 0.34 0.01 0.00 -brûlez brûler ver 110.28 104.73 4.89 0.61 imp:pre:2p;ind:pre:2p; -brûliez brûler ver 110.28 104.73 0.05 0.00 ind:imp:2p; -brûlions brûler ver 110.28 104.73 0.06 0.07 ind:imp:1p; -brûlis brûlis nom m 0.11 0.34 0.11 0.34 -brûloirs brûloir nom m p 0.00 0.07 0.00 0.07 -brûlons brûler ver 110.28 104.73 1.45 0.27 imp:pre:1p;ind:pre:1p; -brûlât brûler ver 110.28 104.73 0.00 0.41 sub:imp:3s; -brûlot brûlot nom m s 0.14 1.35 0.01 0.74 -brûlots brûlot nom m p 0.14 1.35 0.14 0.61 -brûlèrent brûler ver 110.28 104.73 0.11 0.54 ind:pas:3p; -brûlé brûler ver m s 110.28 104.73 20.41 11.42 par:pas;par:pas;par:pas; -brûlée brûler ver f s 110.28 104.73 3.57 3.51 par:pas; -brûlées brûler ver f p 110.28 104.73 1.11 1.96 par:pas; -brûlure brûlure nom f s 6.47 12.50 2.31 9.19 -brûlures brûlure nom f p 6.47 12.50 4.16 3.31 -brûlés brûler ver m p 110.28 104.73 2.33 3.18 par:pas; -brabant brabant nom m s 0.20 0.00 0.20 0.00 -brabançon brabançon adj m s 0.00 0.27 0.00 0.20 -brabançonne brabançon adj f s 0.00 0.27 0.00 0.07 -brabançons brabançon nom m p 0.00 0.07 0.00 0.07 -bracelet_montre bracelet_montre nom m s 0.00 2.70 0.00 1.76 -bracelet bracelet nom m s 13.45 9.53 9.81 5.74 -bracelet_montre bracelet_montre nom m p 0.00 2.70 0.00 0.95 -bracelets bracelet nom m p 13.45 9.53 3.63 3.78 -brachial brachial adj m s 0.19 0.00 0.12 0.00 -brachiale brachial adj f s 0.19 0.00 0.07 0.00 -brachiocéphalique brachiocéphalique adj m s 0.01 0.00 0.01 0.00 -brachiosaure brachiosaure nom m s 0.02 0.00 0.02 0.00 -brachycéphale brachycéphale nom s 0.00 0.07 0.00 0.07 -brachycéphales brachycéphale adj m p 0.00 0.14 0.00 0.14 -braco braco nom m s 0.00 0.20 0.00 0.20 -braconnage braconnage nom m s 0.28 0.61 0.27 0.54 -braconnages braconnage nom m p 0.28 0.61 0.01 0.07 -braconnais braconner ver 0.18 0.95 0.01 0.07 ind:imp:1s; -braconnait braconner ver 0.18 0.95 0.01 0.07 ind:imp:3s; -braconnant braconner ver 0.18 0.95 0.01 0.14 par:pre; -braconne braconner ver 0.18 0.95 0.02 0.14 imp:pre:2s;ind:pre:3s; -braconner braconner ver 0.18 0.95 0.08 0.47 inf; -braconnez braconner ver 0.18 0.95 0.02 0.07 ind:pre:2p; -braconnier braconnier nom m s 0.85 2.77 0.48 2.03 -braconniers braconnier nom m p 0.85 2.77 0.36 0.61 -braconnière braconnier nom f s 0.85 2.77 0.01 0.07 -braconnières braconnier nom f p 0.85 2.77 0.00 0.07 -braconné braconner ver m s 0.18 0.95 0.02 0.00 par:pas; -bractées bractée nom f p 0.00 0.20 0.00 0.20 -bradaient brader ver 0.98 1.22 0.00 0.07 ind:imp:3p; -bradait brader ver 0.98 1.22 0.01 0.00 ind:imp:3s; -brade brader ver 0.98 1.22 0.26 0.20 imp:pre:2s;ind:pre:1s;ind:pre:3s; -bradent brader ver 0.98 1.22 0.01 0.14 ind:pre:3p; -brader brader ver 0.98 1.22 0.48 0.20 inf; -braderai brader ver 0.98 1.22 0.10 0.00 ind:fut:1s; -braderais brader ver 0.98 1.22 0.01 0.00 cnd:pre:1s; -braderait brader ver 0.98 1.22 0.01 0.00 cnd:pre:3s; -braderie braderie nom f s 0.31 0.14 0.31 0.07 -braderies braderie nom f p 0.31 0.14 0.00 0.07 -bradillon bradillon nom m s 0.00 0.20 0.00 0.07 -bradillons bradillon nom m p 0.00 0.20 0.00 0.14 -bradons brader ver 0.98 1.22 0.00 0.07 imp:pre:1p; -bradé brader ver m s 0.98 1.22 0.07 0.41 par:pas; -bradée brader ver f s 0.98 1.22 0.03 0.14 par:pas; -bradycardie bradycardie nom f s 0.17 0.00 0.17 0.00 -bragard bragard nom m s 0.00 0.07 0.00 0.07 -braguette braguette nom f s 3.96 6.69 3.85 5.95 -braguettes braguette nom f p 3.96 6.69 0.11 0.74 -brahmane brahmane nom m s 0.02 0.47 0.00 0.20 -brahmanes brahmane nom m p 0.02 0.47 0.02 0.27 -brahmanique brahmanique adj m s 0.00 0.07 0.00 0.07 -brahmanisme brahmanisme nom m s 0.02 0.07 0.02 0.07 -brahmanistes brahmaniste adj m p 0.00 0.07 0.00 0.07 -brahmanistes brahmaniste nom p 0.00 0.07 0.00 0.07 -brai brai nom m s 0.02 0.00 0.01 0.00 -braie brayer ver 0.01 0.34 0.01 0.14 ind:pre:3s; -braiement braiement nom m s 0.01 0.07 0.01 0.00 -braiements braiement nom m p 0.01 0.07 0.00 0.07 -braies braie nom f p 0.03 0.81 0.03 0.81 -brailla brailler ver 2.90 14.53 0.00 1.42 ind:pas:3s; -braillaient brailler ver 2.90 14.53 0.00 0.95 ind:imp:3p; -braillait brailler ver 2.90 14.53 0.16 1.96 ind:imp:3s; -braillant brailler ver 2.90 14.53 0.11 1.96 par:pre; -braillard braillard adj m s 0.21 2.16 0.10 0.20 -braillarde braillard adj f s 0.21 2.16 0.04 0.14 -braillardes braillard adj f p 0.21 2.16 0.01 0.07 -braillards braillard adj m p 0.21 2.16 0.07 1.76 -braille braille nom m s 0.55 0.47 0.55 0.47 -braillement braillement nom m s 0.01 0.54 0.01 0.14 -braillements braillement nom m p 0.01 0.54 0.00 0.41 -braillent brailler ver 2.90 14.53 0.15 0.74 ind:pre:3p; -brailler brailler ver 2.90 14.53 1.62 3.18 inf; -braillera brailler ver 2.90 14.53 0.14 0.00 ind:fut:3s; -braillerai brailler ver 2.90 14.53 0.16 0.00 ind:fut:1s; -brailles brailler ver 2.90 14.53 0.06 0.07 ind:pre:2s; -brailleur brailleur adj m s 0.01 0.07 0.01 0.00 -brailleur brailleur nom m s 0.03 0.07 0.01 0.00 -brailleurs brailleur nom m p 0.03 0.07 0.01 0.07 -brailleuse brailleur nom f s 0.03 0.07 0.01 0.00 -braillez brailler ver 2.90 14.53 0.15 0.00 imp:pre:2p;ind:pre:2p; -braillèrent brailler ver 2.90 14.53 0.00 0.27 ind:pas:3p; -braillé brailler ver m s 2.90 14.53 0.07 1.15 par:pas; -braillée brailler ver f s 2.90 14.53 0.00 0.07 par:pas; -braillés brailler ver m p 2.90 14.53 0.00 0.07 par:pas; -braiment braiment nom m s 7.91 0.34 2.69 0.27 -braiments braiment nom m p 7.91 0.34 5.22 0.07 -brain_trust brain_trust nom m s 0.03 0.07 0.03 0.07 -brainstorming brainstorming nom m s 0.04 0.00 0.04 0.00 -braire braire ver 0.37 0.61 0.34 0.61 inf; -brais brai nom m p 0.02 0.00 0.01 0.00 -braise braise nom f s 2.04 12.23 1.12 5.88 -braiser braiser ver 0.08 0.27 0.04 0.00 inf; -braises braise nom f p 2.04 12.23 0.93 6.35 -braisillant braisillant adj m s 0.00 0.14 0.00 0.07 -braisillante braisillant adj f s 0.00 0.14 0.00 0.07 -braisé braisé adj m s 0.42 0.20 0.28 0.07 -braisée braisé adj f s 0.42 0.20 0.14 0.07 -braisés braisé adj m p 0.42 0.20 0.01 0.07 -brait braire ver 0.37 0.61 0.03 0.00 ind:pre:3s; -brama bramer ver 0.12 4.26 0.00 0.54 ind:pas:3s; -bramaient bramer ver 0.12 4.26 0.00 0.14 ind:imp:3p; -bramait bramer ver 0.12 4.26 0.00 0.54 ind:imp:3s; -bramant bramer ver 0.12 4.26 0.00 0.34 par:pre; -brame brame nom m s 0.01 3.58 0.01 3.24 -bramement bramement nom m s 0.11 0.20 0.10 0.14 -bramements bramement nom m p 0.11 0.20 0.01 0.07 -brament bramer ver 0.12 4.26 0.00 0.07 ind:pre:3p; -bramer bramer ver 0.12 4.26 0.01 1.28 inf; -brames bramer ver 0.12 4.26 0.10 0.00 ind:pre:2s; -bramé bramer ver m s 0.12 4.26 0.00 0.81 par:pas; -bramées bramer ver f p 0.12 4.26 0.00 0.07 par:pas; -bran bran nom m s 0.16 0.07 0.16 0.07 -brancard brancard nom m s 2.47 7.30 1.97 3.11 -brancarder brancarder ver 0.01 0.00 0.01 0.00 inf; -brancardier brancardier nom m s 1.42 3.92 0.55 0.54 -brancardiers brancardier nom m p 1.42 3.92 0.86 3.38 -brancards brancard nom m p 2.47 7.30 0.51 4.19 -brancha brancher ver 20.34 8.04 0.01 0.27 ind:pas:3s; -branchage branchage nom m s 0.41 4.46 0.00 0.81 -branchages branchage nom m p 0.41 4.46 0.41 3.65 -branchai brancher ver 20.34 8.04 0.00 0.14 ind:pas:1s; -branchaient brancher ver 20.34 8.04 0.02 0.20 ind:imp:3p; -branchais brancher ver 20.34 8.04 0.05 0.07 ind:imp:1s; -branchait brancher ver 20.34 8.04 0.23 0.54 ind:imp:3s; -branchant brancher ver 20.34 8.04 0.06 0.07 par:pre; -branche branche nom f s 18.07 85.61 11.85 24.12 -branchement branchement nom m s 0.52 0.27 0.33 0.20 -branchements branchement nom m p 0.52 0.27 0.20 0.07 -branchent brancher ver 20.34 8.04 0.30 0.00 ind:pre:3p; -brancher brancher ver 20.34 8.04 4.40 1.55 inf; -branchera brancher ver 20.34 8.04 0.04 0.00 ind:fut:3s; -brancheraient brancher ver 20.34 8.04 0.00 0.07 cnd:pre:3p; -brancherait brancher ver 20.34 8.04 0.39 0.00 cnd:pre:3s; -brancheras brancher ver 20.34 8.04 0.01 0.00 ind:fut:2s; -brancherez brancher ver 20.34 8.04 0.01 0.07 ind:fut:2p; -branches branche nom f p 18.07 85.61 6.22 61.49 -branchette branchette nom f s 0.16 2.30 0.16 0.54 -branchettes branchette nom f p 0.16 2.30 0.00 1.76 -branchez brancher ver 20.34 8.04 1.44 0.00 imp:pre:2p;ind:pre:2p; -branchiale branchial adj f s 0.03 0.00 0.03 0.00 -branchie branchie nom f s 0.50 0.20 0.03 0.00 -branchies branchie nom f p 0.50 0.20 0.47 0.20 -branchons brancher ver 20.34 8.04 0.06 0.07 imp:pre:1p;ind:pre:1p; -branché brancher ver m s 20.34 8.04 4.72 1.96 par:pas; -branchu branchu adj m s 0.01 0.27 0.00 0.07 -branchée brancher ver f s 20.34 8.04 1.23 0.88 par:pas; -branchue branchu adj f s 0.01 0.27 0.00 0.07 -branchées branché adj f p 4.64 1.42 0.17 0.00 -branchés branché adj m p 4.64 1.42 0.83 0.34 -branchus branchu adj m p 0.01 0.27 0.01 0.14 -brand brand nom m s 0.02 0.14 0.02 0.00 -brandît brandir ver 5.40 22.09 0.00 0.07 sub:imp:3s; -brandade brandade nom f s 0.14 0.14 0.14 0.14 -brande brand nom f s 0.02 0.14 0.00 0.14 -brandebourgeois brandebourgeois adj m s 0.11 0.14 0.11 0.14 -brandebourgs brandebourg nom m p 0.00 1.15 0.00 1.15 -brandevin brandevin nom m s 0.01 0.00 0.01 0.00 -brandevinier brandevinier nom m s 0.00 0.41 0.00 0.41 -brandi brandir ver m s 5.40 22.09 1.08 2.16 par:pas; -brandie brandir ver f s 5.40 22.09 0.27 0.54 par:pas; -brandies brandir ver f p 5.40 22.09 0.03 0.54 par:pas; -brandillon brandillon nom m s 0.00 0.61 0.00 0.34 -brandillons brandillon nom m p 0.00 0.61 0.00 0.27 -brandir brandir ver 5.40 22.09 1.01 1.42 inf; -brandira brandir ver 5.40 22.09 0.27 0.07 ind:fut:3s; -brandirait brandir ver 5.40 22.09 0.00 0.07 cnd:pre:3s; -brandirent brandir ver 5.40 22.09 0.00 0.14 ind:pas:3p; -brandiront brandir ver 5.40 22.09 0.14 0.07 ind:fut:3p; -brandis brandir ver m p 5.40 22.09 0.36 0.74 imp:pre:2s;ind:pre:1s;ind:pre:2s;par:pas; -brandissaient brandir ver 5.40 22.09 0.01 0.88 ind:imp:3p; -brandissais brandir ver 5.40 22.09 0.05 0.34 ind:imp:1s;ind:imp:2s; -brandissait brandir ver 5.40 22.09 0.07 3.18 ind:imp:3s; -brandissant brandir ver 5.40 22.09 0.84 5.54 par:pre; -brandisse brandir ver 5.40 22.09 0.01 0.14 sub:pre:3s; -brandissent brandir ver 5.40 22.09 0.47 0.68 ind:pre:3p; -brandissez brandir ver 5.40 22.09 0.28 0.07 imp:pre:2p;ind:pre:2p; -brandissiez brandir ver 5.40 22.09 0.01 0.00 ind:imp:2p; -brandissions brandir ver 5.40 22.09 0.00 0.07 ind:imp:1p; -brandissons brandir ver 5.40 22.09 0.01 0.07 imp:pre:1p; -brandit brandir ver 5.40 22.09 0.49 5.34 ind:pre:3s;ind:pas:3s; -brandon brandon nom m s 0.12 0.81 0.02 0.68 -brandons brandon nom m p 0.12 0.81 0.10 0.14 -brandouille brandouiller ver 0.00 0.07 0.00 0.07 ind:pre:3s; -brandy brandy nom m s 3.10 0.14 3.10 0.14 -branla branler ver 12.72 9.93 0.00 0.27 ind:pas:3s; -branlage branlage nom m 0.02 0.07 0.02 0.07 -branlaient branler ver 12.72 9.93 0.03 0.34 ind:imp:3p; -branlais branler ver 12.72 9.93 0.33 0.27 ind:imp:1s;ind:imp:2s; -branlait branler ver 12.72 9.93 0.11 1.49 ind:imp:3s; -branlant branlant adj m s 0.56 4.66 0.20 1.55 -branlante branlant adj f s 0.56 4.66 0.28 1.76 -branlantes branlant adj f p 0.56 4.66 0.07 0.95 -branlants branlant adj m p 0.56 4.66 0.01 0.41 -branle_bas branle_bas nom m 0.29 1.82 0.29 1.82 -branle branler ver 12.72 9.93 5.07 2.30 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:1s; -branlement branlement nom m s 0.01 0.07 0.01 0.07 -branlent branler ver 12.72 9.93 0.27 0.34 ind:pre:3p; -branler branler ver 12.72 9.93 4.82 3.04 inf; -branlera branler ver 12.72 9.93 0.02 0.00 ind:fut:3s; -branlerais branler ver 12.72 9.93 0.04 0.00 cnd:pre:1s;cnd:pre:2s; -branlerait branler ver 12.72 9.93 0.00 0.07 cnd:pre:3s; -branles branler ver 12.72 9.93 1.27 0.34 ind:pre:2s; -branlette branlette nom f s 3.25 0.68 2.68 0.41 -branlettes branlette nom f p 3.25 0.68 0.57 0.27 -branleur branleur nom m s 5.08 1.35 2.90 0.34 -branleurs branleur nom m p 5.08 1.35 2.15 0.81 -branleuse branleur nom f s 5.08 1.35 0.03 0.14 -branleuses branleuse nom f p 0.14 0.00 0.14 0.00 -branlez branler ver 12.72 9.93 0.18 0.20 imp:pre:2p;ind:pre:2p; -branlochais branlocher ver 0.00 0.20 0.00 0.07 ind:imp:1s; -branlochant branlocher ver 0.00 0.20 0.00 0.07 par:pre; -branlochent branlocher ver 0.00 0.20 0.00 0.07 ind:pre:3p; -branlé branler ver m s 12.72 9.93 0.41 0.41 par:pas; -branlée branlée nom f s 0.80 0.47 0.80 0.47 -branlés branler ver m p 12.72 9.93 0.03 0.00 par:pas; -branque branque adj s 0.68 3.11 0.42 2.43 -branques branque adj m p 0.68 3.11 0.26 0.68 -branquignol branquignol nom m s 0.05 0.07 0.03 0.00 -branquignols branquignol nom m p 0.05 0.07 0.02 0.07 -braqua braquer ver 15.67 15.54 0.01 0.54 ind:pas:3s; -braquage braquage nom m s 7.74 1.62 6.49 1.22 -braquages braquage nom m p 7.74 1.62 1.26 0.41 -braquai braquer ver 15.67 15.54 0.00 0.14 ind:pas:1s; -braquaient braquer ver 15.67 15.54 0.18 0.14 ind:imp:3p; -braquais braquer ver 15.67 15.54 0.07 0.27 ind:imp:1s;ind:imp:2s; -braquait braquer ver 15.67 15.54 0.32 1.28 ind:imp:3s; -braquant braquer ver 15.67 15.54 0.28 1.01 par:pre; -braque braquer ver 15.67 15.54 1.94 1.49 imp:pre:2s;ind:pre:1s;ind:pre:3s; -braquemart braquemart nom m s 0.22 0.61 0.19 0.61 -braquemarts braquemart nom m p 0.22 0.61 0.03 0.00 -braquent braquer ver 15.67 15.54 0.28 0.68 ind:pre:3p; -braquer braquer ver 15.67 15.54 5.19 2.97 inf; -braquera braquer ver 15.67 15.54 0.05 0.00 ind:fut:3s; -braquerais braquer ver 15.67 15.54 0.00 0.07 cnd:pre:2s; -braquerait braquer ver 15.67 15.54 0.05 0.00 cnd:pre:3s; -braques braquer ver 15.67 15.54 0.73 0.07 ind:pre:2s; -braquet braquet nom m s 0.00 0.20 0.00 0.14 -braquets braquet nom m p 0.00 0.20 0.00 0.07 -braqueur braqueur nom m s 2.91 1.01 1.74 0.54 -braqueurs braqueur nom m p 2.91 1.01 1.14 0.47 -braqueuse braqueur nom f s 2.91 1.01 0.03 0.00 -braqueuses braqueuse nom f p 0.21 0.00 0.21 0.00 -braquez braquer ver 15.67 15.54 0.23 0.07 imp:pre:2p;ind:pre:2p; -braquèrent braquer ver 15.67 15.54 0.00 0.14 ind:pas:3p; -braqué braquer ver m s 15.67 15.54 4.79 2.57 par:pas; -braquée braquer ver f s 15.67 15.54 0.47 1.08 par:pas; -braquées braquer ver f p 15.67 15.54 0.40 0.74 par:pas; -braqués braquer ver m p 15.67 15.54 0.70 2.30 par:pas; -bras bras nom m 149.26 487.97 149.26 487.97 -brasage brasage nom m s 0.00 0.07 0.00 0.07 -braser braser ver 0.00 0.07 0.00 0.07 inf; -brasero brasero nom m s 0.04 1.82 0.02 1.15 -braseros brasero nom m p 0.04 1.82 0.01 0.68 -brasier brasier nom m s 1.47 6.42 1.43 5.81 -brasiers brasier nom m p 1.47 6.42 0.04 0.61 -brasillaient brasiller ver 0.00 0.88 0.00 0.34 ind:imp:3p; -brasillait brasiller ver 0.00 0.88 0.00 0.14 ind:imp:3s; -brasillant brasiller ver 0.00 0.88 0.00 0.07 par:pre; -brasille brasiller ver 0.00 0.88 0.00 0.14 ind:pre:3s; -brasillement brasillement nom m s 0.00 0.20 0.00 0.20 -brasiller brasiller ver 0.00 0.88 0.00 0.20 inf; -brassage brassage nom m s 0.09 0.81 0.09 0.61 -brassages brassage nom m p 0.09 0.81 0.00 0.20 -brassai brasser ver 1.03 5.61 0.00 0.07 ind:pas:1s; -brassaient brasser ver 1.03 5.61 0.01 0.27 ind:imp:3p; -brassait brasser ver 1.03 5.61 0.01 0.95 ind:imp:3s; -brassant brasser ver 1.03 5.61 0.01 0.95 par:pre; -brassard brassard nom m s 0.71 4.93 0.42 3.92 -brassards brassard nom m p 0.71 4.93 0.29 1.01 -brasse brasse nom f s 0.67 2.16 0.37 0.81 -brassent brasser ver 1.03 5.61 0.01 0.27 ind:pre:3p; -brasser brasser ver 1.03 5.61 0.43 0.74 inf; -brasserie_hôtel brasserie_hôtel nom f s 0.00 0.07 0.00 0.07 -brasserie brasserie nom f s 1.89 9.05 1.31 7.97 -brasseries brasserie nom f p 1.89 9.05 0.58 1.08 -brasseront brasser ver 1.03 5.61 0.00 0.07 ind:fut:3p; -brasses brasse nom f p 0.67 2.16 0.30 1.35 -brasseur brasseur nom m s 0.24 0.54 0.23 0.34 -brasseurs brasseur nom m p 0.24 0.54 0.01 0.20 -brassez brasser ver 1.03 5.61 0.03 0.00 imp:pre:2p;ind:pre:2p; -brassicourt brassicourt adj m s 0.00 0.07 0.00 0.07 -brassions brasser ver 1.03 5.61 0.00 0.14 ind:imp:1p; -brassière brassière nom f s 0.55 0.54 0.36 0.20 -brassières brassière nom f p 0.55 0.54 0.18 0.34 -brassé brasser ver m s 1.03 5.61 0.20 0.54 par:pas; -brassée brassée nom f s 0.06 3.18 0.04 1.96 -brassées brassée nom f p 0.06 3.18 0.02 1.22 -brassés brasser ver m p 1.03 5.61 0.01 0.14 par:pas; -brasure brasure nom f s 0.00 0.07 0.00 0.07 -brava braver ver 3.20 5.20 0.22 0.41 ind:pas:3s; -bravache bravache adj m s 0.16 0.14 0.14 0.07 -bravaches bravache nom m p 0.08 0.27 0.01 0.20 -bravade bravade nom f s 0.15 1.69 0.12 1.42 -bravades bravade nom f p 0.15 1.69 0.03 0.27 -bravaient braver ver 3.20 5.20 0.00 0.20 ind:imp:3p; -bravais braver ver 3.20 5.20 0.16 0.14 ind:imp:1s;ind:imp:2s; -bravait braver ver 3.20 5.20 0.01 0.41 ind:imp:3s; -bravant braver ver 3.20 5.20 0.36 0.74 par:pre; -brave brave adj s 30.93 35.00 24.55 23.31 -bravement bravement adv 0.59 3.78 0.59 3.78 -bravent braver ver 3.20 5.20 0.02 0.07 ind:pre:3p; -braver braver ver 3.20 5.20 1.48 2.09 inf; -braverai braver ver 3.20 5.20 0.02 0.00 ind:fut:1s; -braveraient braver ver 3.20 5.20 0.01 0.00 cnd:pre:3p; -braverait braver ver 3.20 5.20 0.00 0.07 cnd:pre:3s; -braveries braverie nom f p 0.00 0.07 0.00 0.07 -braveriez braver ver 3.20 5.20 0.01 0.00 cnd:pre:2p; -braves brave adj p 30.93 35.00 6.39 11.69 -bravez braver ver 3.20 5.20 0.03 0.00 imp:pre:2p;ind:pre:2p; -bravissimo bravissimo nom m s 0.15 0.20 0.15 0.20 -bravo bravo ono 48.98 7.91 48.98 7.91 -bravons braver ver 3.20 5.20 0.02 0.00 imp:pre:1p; -bravos bravo nom m p 8.93 4.59 0.73 1.35 -bravoure bravoure nom f s 2.78 3.18 2.78 3.18 -bravèrent braver ver 3.20 5.20 0.03 0.00 ind:pas:3p; -bravé braver ver m s 3.20 5.20 0.45 0.20 par:pas; -bravée braver ver f s 3.20 5.20 0.00 0.07 par:pas; -brayaient brayer ver 0.01 0.34 0.00 0.07 ind:imp:3p; -brayait brayer ver 0.01 0.34 0.00 0.07 ind:imp:3s; -braye braye nom f s 0.00 0.61 0.00 0.61 -brayes brayer ver 0.01 0.34 0.00 0.07 ind:pre:2s; -brayons brayon nom m p 0.00 0.07 0.00 0.07 -break_down break_down nom m 0.00 0.14 0.00 0.14 -break break nom m s 7.18 2.09 6.91 1.96 -breakdance breakdance nom f s 0.10 0.00 0.10 0.00 -breakfast breakfast nom m s 0.64 1.22 0.60 1.22 -breakfasts breakfast nom m p 0.64 1.22 0.03 0.00 -breaks break nom m p 7.18 2.09 0.27 0.14 -brebis brebis nom f 7.02 7.03 7.02 7.03 -brechtienne brechtien nom f s 0.00 0.07 0.00 0.07 -bredin bredin nom m s 0.00 0.07 0.00 0.07 -bredouilla bredouiller ver 0.73 13.38 0.00 4.46 ind:pas:3s; -bredouillage bredouillage nom m s 0.00 0.14 0.00 0.14 -bredouillai bredouiller ver 0.73 13.38 0.00 0.41 ind:pas:1s; -bredouillaient bredouiller ver 0.73 13.38 0.00 0.41 ind:imp:3p; -bredouillais bredouiller ver 0.73 13.38 0.00 0.41 ind:imp:1s; -bredouillait bredouiller ver 0.73 13.38 0.06 1.01 ind:imp:3s; -bredouillant bredouiller ver 0.73 13.38 0.00 1.42 par:pre; -bredouillante bredouillant adj f s 0.00 0.20 0.00 0.07 -bredouille bredouille adj s 1.41 2.70 1.18 2.09 -bredouillement bredouillement nom m s 0.00 0.68 0.00 0.54 -bredouillements bredouillement nom m p 0.00 0.68 0.00 0.14 -bredouillent bredouiller ver 0.73 13.38 0.00 0.07 ind:pre:3p; -bredouiller bredouiller ver 0.73 13.38 0.11 1.96 inf; -bredouilles bredouille adj m p 1.41 2.70 0.23 0.61 -bredouilleurs bredouilleur nom m p 0.00 0.07 0.00 0.07 -bredouillez bredouiller ver 0.73 13.38 0.11 0.00 imp:pre:2p;ind:pre:2p; -bredouillis bredouillis nom m 0.00 0.14 0.00 0.14 -bredouillé bredouiller ver m s 0.73 13.38 0.13 1.15 par:pas; -bredouillées bredouiller ver f p 0.73 13.38 0.00 0.14 par:pas; -bref bref adv 22.26 38.78 22.26 38.78 -brefs bref adj m p 15.63 74.80 0.92 10.20 -bregma bregma nom m s 0.01 0.00 0.01 0.00 -breitschwanz breitschwanz nom m s 0.00 0.20 0.00 0.20 -brelan brelan nom m s 1.29 0.54 1.28 0.54 -brelans brelan nom m p 1.29 0.54 0.01 0.00 -breloque breloque nom f s 0.56 1.69 0.27 0.95 -breloques breloque nom f p 0.56 1.69 0.29 0.74 -breneuses breneux adj f p 0.00 0.14 0.00 0.07 -breneux breneux adj m s 0.00 0.14 0.00 0.07 -bressan bressan adj m s 0.00 0.68 0.00 0.20 -bressane bressan adj f s 0.00 0.68 0.00 0.34 -bressanes bressan adj f p 0.00 0.68 0.00 0.07 -bressans bressan adj m p 0.00 0.68 0.00 0.07 -brestois brestois nom m 0.00 0.20 0.00 0.14 -brestoise brestois nom f s 0.00 0.20 0.00 0.07 -bretelle bretelle nom f s 2.63 13.04 1.10 3.72 -bretelles bretelle nom f p 2.63 13.04 1.54 9.32 -breton breton adj m s 0.71 9.86 0.17 3.99 -bretonnant bretonnant adj m s 0.00 0.14 0.00 0.07 -bretonnants bretonnant adj m p 0.00 0.14 0.00 0.07 -bretonne breton adj f s 0.71 9.86 0.54 3.18 -bretonnes bretonne nom f p 0.03 0.00 0.01 0.00 -bretons breton nom m p 0.32 4.86 0.18 1.35 -brette brette nom f s 0.01 0.00 0.01 0.00 -bretteur bretteur nom m s 0.31 0.20 0.27 0.00 -bretteurs bretteur nom m p 0.31 0.20 0.04 0.20 -bretzel bretzel nom s 1.51 0.47 0.47 0.07 -bretzels bretzel nom p 1.51 0.47 1.04 0.41 -breuil breuil nom m s 0.00 0.14 0.00 0.07 -breuils breuil nom m p 0.00 0.14 0.00 0.07 -breuvage breuvage nom m s 0.88 2.57 0.83 2.09 -breuvages breuvage nom m p 0.88 2.57 0.04 0.47 -brevet brevet nom m s 3.10 3.58 1.83 3.11 -breveter breveter ver 0.49 0.41 0.32 0.14 inf; -brevets brevet nom m p 3.10 3.58 1.27 0.47 -breveté breveté adj m s 0.36 0.61 0.30 0.47 -brevetée breveter ver f s 0.49 0.41 0.05 0.07 par:pas; -brevetées breveté adj f p 0.36 0.61 0.03 0.07 -brevetés breveter ver m p 0.49 0.41 0.03 0.00 par:pas; -bri bri nom m s 0.54 0.41 0.54 0.41 -briard briard adj m s 0.03 0.20 0.03 0.14 -briarde briard adj f s 0.03 0.20 0.00 0.07 -briards briard nom m p 0.01 0.20 0.00 0.07 -bribe bribe nom f s 0.88 14.73 0.03 1.55 -bribes bribe nom f p 0.88 14.73 0.85 13.18 -bric_à_brac bric_à_brac nom m 0.00 3.24 0.00 3.24 -bric_et_de_broc bric_et_de_broc adv 0.03 0.47 0.03 0.47 -bricheton bricheton nom m s 0.00 0.68 0.00 0.68 -brick brick nom m s 1.51 0.34 1.30 0.14 -bricks brick nom m p 1.51 0.34 0.21 0.20 -bricola bricoler ver 4.03 6.15 0.00 0.07 ind:pas:3s; -bricolage bricolage nom m s 0.89 1.76 0.87 1.28 -bricolages bricolage nom m p 0.89 1.76 0.01 0.47 -bricolaient bricoler ver 4.03 6.15 0.01 0.07 ind:imp:3p; -bricolais bricoler ver 4.03 6.15 0.01 0.14 ind:imp:1s;ind:imp:2s; -bricolait bricoler ver 4.03 6.15 0.19 0.88 ind:imp:3s; -bricolant bricoler ver 4.03 6.15 0.01 0.20 par:pre; -bricole bricoler ver 4.03 6.15 1.41 1.08 imp:pre:2s;ind:pre:1s;ind:pre:3s; -bricolent bricoler ver 4.03 6.15 0.04 0.20 ind:pre:3p; -bricoler bricoler ver 4.03 6.15 1.33 1.82 inf; -bricoles bricole nom f p 1.83 5.68 1.41 3.99 -bricoleur bricoleur nom m s 0.58 0.54 0.52 0.27 -bricoleurs bricoleur nom m p 0.58 0.54 0.04 0.27 -bricoleuse bricoleur nom f s 0.58 0.54 0.03 0.00 -bricolez bricoler ver 4.03 6.15 0.23 0.07 ind:pre:2p; -bricolo bricolo nom m s 0.04 0.27 0.04 0.14 -bricolons bricoler ver 4.03 6.15 0.01 0.00 ind:pre:1p; -bricolos bricolo nom m p 0.04 0.27 0.00 0.14 -bricolé bricoler ver m s 4.03 6.15 0.61 0.88 par:pas; -bricolée bricoler ver f s 4.03 6.15 0.07 0.47 par:pas; -bricolées bricoler ver f p 4.03 6.15 0.01 0.07 par:pas; -bricolés bricoler ver m p 4.03 6.15 0.01 0.14 par:pas; -bridais brider ver 0.91 2.30 0.00 0.07 ind:imp:1s; -bridait brider ver 0.91 2.30 0.00 0.41 ind:imp:3s; -bridant brider ver 0.91 2.30 0.10 0.07 par:pre; -bride bride nom f s 1.79 10.07 1.63 8.92 -brident brider ver 0.91 2.30 0.04 0.07 ind:pre:3p; -brider brider ver 0.91 2.30 0.27 0.47 inf; -brides bride nom f p 1.79 10.07 0.16 1.15 -bridez brider ver 0.91 2.30 0.01 0.00 ind:pre:2p; -bridge bridge nom m s 4.33 4.12 4.31 3.99 -bridgeait bridger ver 0.36 0.61 0.00 0.20 ind:imp:3s; -bridgeant bridger ver 0.36 0.61 0.00 0.07 par:pre; -bridgent bridger ver 0.36 0.61 0.00 0.07 ind:pre:3p; -bridgeons bridger ver 0.36 0.61 0.00 0.07 ind:pre:1p; -bridger bridger ver 0.36 0.61 0.35 0.14 inf; -bridges bridge nom m p 4.33 4.12 0.02 0.14 -bridgeurs bridgeur nom m p 0.02 0.07 0.00 0.07 -bridgeuse bridgeur nom f s 0.02 0.07 0.02 0.00 -bridgez bridger ver 0.36 0.61 0.01 0.00 ind:pre:2p; -bridgées bridger ver f p 0.36 0.61 0.00 0.07 par:pas; -bridon bridon nom m s 0.00 0.41 0.00 0.34 -bridons bridon nom m p 0.00 0.41 0.00 0.07 -bridé bridé adj m s 1.45 2.64 0.63 0.20 -bridée bridé adj f s 1.45 2.64 0.14 0.20 -bridées bridé adj f p 1.45 2.64 0.11 0.14 -bridés bridé adj m p 1.45 2.64 0.57 2.09 -brie brie nom s 0.33 0.88 0.33 0.74 -briefe briefer ver 2.04 0.00 0.17 0.00 imp:pre:2s;ind:pre:1s;ind:pre:3s; -briefer briefer ver 2.04 0.00 0.62 0.00 inf; -briefera briefer ver 2.04 0.00 0.09 0.00 ind:fut:3s; -brieferai briefer ver 2.04 0.00 0.20 0.00 ind:fut:1s; -brieferas briefer ver 2.04 0.00 0.05 0.00 ind:fut:2s; -briefes briefer ver 2.04 0.00 0.04 0.00 ind:pre:2s; -briefez briefer ver 2.04 0.00 0.06 0.00 imp:pre:2p; -briefing briefing nom m s 3.25 0.47 3.00 0.34 -briefings briefing nom m p 3.25 0.47 0.24 0.14 -briefé briefer ver m s 2.04 0.00 0.49 0.00 par:pas; -briefée briefer ver f s 2.04 0.00 0.07 0.00 par:pas; -briefés briefer ver m p 2.04 0.00 0.24 0.00 par:pas; -bries brie nom p 0.33 0.88 0.00 0.14 -brifez brifer ver 0.00 0.07 0.00 0.07 imp:pre:2p; -briffe briffer ver 0.12 0.88 0.10 0.34 ind:pre:1s;ind:pre:3s; -briffer briffer ver 0.12 0.88 0.02 0.54 inf; -brigade brigade nom f s 16.65 12.43 13.75 8.78 -brigades brigade nom f p 16.65 12.43 2.90 3.65 -brigadier_chef brigadier_chef nom m s 0.01 1.96 0.01 1.82 -brigadier brigadier nom m s 2.86 14.53 2.73 13.92 -brigadier_chef brigadier_chef nom m p 0.01 1.96 0.00 0.14 -brigadiers brigadier nom m p 2.86 14.53 0.14 0.61 -brigadiste brigadiste adj s 0.00 0.07 0.00 0.07 -brigadistes brigadiste nom p 0.00 0.07 0.00 0.07 -brigand brigand nom m s 5.14 3.72 2.10 1.35 -brigandage brigandage nom m s 0.30 0.74 0.30 0.47 -brigandages brigandage nom m p 0.30 0.74 0.00 0.27 -brigandaient brigander ver 0.11 0.27 0.00 0.07 ind:imp:3p; -brigandasse brigander ver 0.11 0.27 0.00 0.07 sub:imp:1s; -brigande brigander ver 0.11 0.27 0.11 0.14 imp:pre:2s;ind:pre:3s; -brigandeaux brigandeau nom m p 0.00 0.07 0.00 0.07 -brigands brigand nom m p 5.14 3.72 3.04 2.36 -brigantin brigantin nom m s 0.20 0.20 0.20 0.20 -brigantine brigantine nom f s 0.00 0.07 0.00 0.07 -brignolet brignolet nom m s 0.00 0.27 0.00 0.27 -briguaient briguer ver 0.81 1.01 0.01 0.07 ind:imp:3p; -briguait briguer ver 0.81 1.01 0.13 0.07 ind:imp:3s; -briguant briguer ver 0.81 1.01 0.00 0.07 par:pre; -brigue briguer ver 0.81 1.01 0.20 0.07 imp:pre:2s;ind:pre:1s;ind:pre:3s; -briguer briguer ver 0.81 1.01 0.32 0.54 inf; -briguerait briguer ver 0.81 1.01 0.00 0.07 cnd:pre:3s; -brigues brigue nom f p 0.00 0.34 0.00 0.34 -briguèrent briguer ver 0.81 1.01 0.00 0.07 ind:pas:3p; -brigué briguer ver m s 0.81 1.01 0.16 0.07 par:pas; -brilla briller ver 28.91 81.22 0.02 1.89 ind:pas:3s; -brillaient briller ver 28.91 81.22 0.27 17.84 ind:imp:3p; -brillais briller ver 28.91 81.22 0.04 0.14 ind:imp:1s;ind:imp:2s; -brillait briller ver 28.91 81.22 1.73 19.39 ind:imp:3s; -brillamment brillamment adv 0.88 2.30 0.88 2.30 -brillance brillance nom f s 0.27 0.74 0.27 0.54 -brillances brillance nom f p 0.27 0.74 0.00 0.20 -brillant brillant adj m s 29.89 53.31 14.23 16.62 -brillantage brillantage nom m s 0.00 0.07 0.00 0.07 -brillante brillant adj f s 29.89 53.31 9.20 13.18 -brillantes brillant adj f p 29.89 53.31 2.31 7.36 -brillantine brillantine nom f s 0.10 1.96 0.10 1.96 -brillantiner brillantiner ver 0.03 0.47 0.00 0.07 inf; -brillantinée brillantiner ver f s 0.03 0.47 0.00 0.07 par:pas; -brillantinées brillantiner ver f p 0.03 0.47 0.00 0.07 par:pas; -brillantinés brillantiner ver m p 0.03 0.47 0.03 0.20 par:pas; -brillants brillant adj m p 29.89 53.31 4.16 16.15 -brillantés brillanter ver m p 0.08 0.20 0.00 0.07 par:pas; -brille briller ver 28.91 81.22 13.73 10.20 imp:pre:2s;ind:pre:1s;ind:pre:3s; -brillent briller ver 28.91 81.22 3.93 7.50 ind:pre:3p; -briller briller ver 28.91 81.22 5.08 16.76 inf;; -brillera briller ver 28.91 81.22 1.12 0.14 ind:fut:3s; -brilleraient briller ver 28.91 81.22 0.00 0.34 cnd:pre:3p; -brillerais briller ver 28.91 81.22 0.20 0.07 cnd:pre:2s; -brillerait briller ver 28.91 81.22 0.04 0.41 cnd:pre:3s; -brillerons briller ver 28.91 81.22 0.00 0.07 ind:fut:1p; -brilleront briller ver 28.91 81.22 0.09 0.20 ind:fut:3p; -brilles briller ver 28.91 81.22 0.48 0.07 ind:pre:2s; -brillez briller ver 28.91 81.22 0.06 0.00 imp:pre:2p;ind:pre:2p; -brillions briller ver 28.91 81.22 0.00 0.14 ind:imp:1p; -brillons briller ver 28.91 81.22 0.04 0.00 ind:pre:1p; -brillât briller ver 28.91 81.22 0.00 0.20 sub:imp:3s; -brillèrent briller ver 28.91 81.22 0.00 1.49 ind:pas:3p; -brillé briller ver m s 28.91 81.22 0.80 1.42 par:pas; -brima brimer ver 0.66 2.16 0.31 0.00 ind:pas:3s; -brimade brimade nom f s 0.10 2.91 0.04 0.95 -brimades brimade nom f p 0.10 2.91 0.05 1.96 -brimaient brimer ver 0.66 2.16 0.01 0.14 ind:imp:3p; -brimais brimer ver 0.66 2.16 0.00 0.07 ind:imp:1s; -brimait brimer ver 0.66 2.16 0.00 0.14 ind:imp:3s; -brimbala brimbaler ver 0.00 0.27 0.00 0.07 ind:pas:3s; -brimbalant brimbaler ver 0.00 0.27 0.00 0.07 par:pre; -brimbalement brimbalement nom m s 0.00 0.14 0.00 0.07 -brimbalements brimbalement nom m p 0.00 0.14 0.00 0.07 -brimbaler brimbaler ver 0.00 0.27 0.00 0.07 inf; -brimbalés brimbaler ver m p 0.00 0.27 0.00 0.07 par:pas; -brimborion brimborion nom m s 0.00 0.34 0.00 0.14 -brimborions brimborion nom m p 0.00 0.34 0.00 0.20 -brime brimer ver 0.66 2.16 0.04 0.27 ind:pre:3s; -briment brimer ver 0.66 2.16 0.00 0.07 ind:pre:3p; -brimer brimer ver 0.66 2.16 0.14 0.74 inf; -brimé brimer ver m s 0.66 2.16 0.14 0.34 par:pas; -brimée brimer ver f s 0.66 2.16 0.01 0.14 par:pas; -brimées brimer ver f p 0.66 2.16 0.01 0.14 par:pas; -brimés brimer ver m p 0.66 2.16 0.00 0.14 par:pas; -brin brin nom m s 5.38 19.26 4.95 13.99 -brindes brinde nom f p 0.03 0.00 0.03 0.00 -brindezingue brindezingue adj s 0.01 0.07 0.01 0.07 -brindille brindille nom f s 1.25 6.55 0.69 1.62 -brindilles brindille nom f p 1.25 6.55 0.56 4.93 -bringue bringue nom f s 1.27 1.42 1.27 1.42 -bringuebalaient bringuebaler ver 0.01 0.95 0.00 0.07 ind:imp:3p; -bringuebalait bringuebaler ver 0.01 0.95 0.00 0.20 ind:imp:3s; -bringuebalant bringuebalant adj m s 0.02 0.47 0.02 0.07 -bringuebalante bringuebalant adj f s 0.02 0.47 0.00 0.14 -bringuebalantes bringuebalant adj f p 0.02 0.47 0.00 0.07 -bringuebalants bringuebalant adj m p 0.02 0.47 0.00 0.20 -bringuebale bringuebaler ver 0.01 0.95 0.00 0.34 ind:pre:3s; -bringuebalent bringuebaler ver 0.01 0.95 0.00 0.14 ind:pre:3p; -bringuebaler bringuebaler ver 0.01 0.95 0.01 0.14 inf; -brinquebalait brinquebaler ver 0.12 0.41 0.00 0.14 ind:imp:3s; -brinquebalants brinquebalant adj m p 0.00 0.07 0.00 0.07 -brinquebale brinquebaler ver 0.12 0.41 0.11 0.07 ind:pre:3s; -brinquebaler brinquebaler ver 0.12 0.41 0.01 0.07 inf; -brinqueballant brinqueballer ver 0.00 0.27 0.00 0.14 par:pre; -brinqueballé brinqueballer ver m s 0.00 0.27 0.00 0.07 par:pas; -brinqueballés brinqueballer ver m p 0.00 0.27 0.00 0.07 par:pas; -brinquebalé brinquebaler ver m s 0.12 0.41 0.00 0.14 par:pas; -brins brin nom m p 5.38 19.26 0.44 5.27 -brio brio nom m s 0.93 1.89 0.93 1.89 -brioche brioche nom f s 2.55 7.09 1.45 4.66 -brioches brioche nom f p 2.55 7.09 1.10 2.43 -brioché brioché adj m s 0.03 0.07 0.02 0.00 -briochée brioché adj f s 0.03 0.07 0.01 0.00 -briochés brioché adj m p 0.03 0.07 0.00 0.07 -brions brion nom m p 0.03 0.00 0.03 0.00 -briquage briquage nom m s 0.00 0.14 0.00 0.14 -briquaient briquer ver 0.69 2.57 0.00 0.07 ind:imp:3p; -briquais briquer ver 0.69 2.57 0.01 0.00 ind:imp:1s; -briquait briquer ver 0.69 2.57 0.00 0.20 ind:imp:3s; -briquant briquer ver 0.69 2.57 0.00 0.14 par:pre; -brique brique nom f s 13.56 31.55 4.02 11.69 -briquent briquer ver 0.69 2.57 0.01 0.00 ind:pre:3p; -briquer briquer ver 0.69 2.57 0.40 0.68 inf; -briquerait briquer ver 0.69 2.57 0.00 0.07 cnd:pre:3s; -briques brique nom f p 13.56 31.55 9.54 19.86 -briquet briquet nom m s 10.64 13.65 9.98 12.30 -briquetage briquetage nom m s 0.00 0.14 0.00 0.14 -briqueterie briqueterie nom f s 0.45 0.41 0.45 0.34 -briqueteries briqueterie nom f p 0.45 0.41 0.00 0.07 -briquetier briquetier nom m s 0.00 0.07 0.00 0.07 -briquets briquet nom m p 10.64 13.65 0.66 1.35 -briquette briquette nom f s 0.03 0.61 0.01 0.07 -briquettes briquette nom f p 0.03 0.61 0.02 0.54 -briquetées briqueté adj f p 0.00 0.07 0.00 0.07 -briquez briquer ver 0.69 2.57 0.03 0.14 imp:pre:2p; -briqué briquer ver m s 0.69 2.57 0.16 0.34 par:pas; -briquée briquer ver f s 0.69 2.57 0.02 0.20 par:pas; -briquées briquer ver f p 0.69 2.57 0.00 0.27 par:pas; -briqués briquer ver m p 0.69 2.57 0.00 0.27 par:pas; -bris bris nom m 0.90 1.35 0.90 1.35 -brisa briser ver 55.20 61.62 0.31 3.85 ind:pas:3s; -brisai briser ver 55.20 61.62 0.00 0.07 ind:pas:1s; -brisaient briser ver 55.20 61.62 0.05 1.69 ind:imp:3p; -brisais briser ver 55.20 61.62 0.14 0.41 ind:imp:1s; -brisait briser ver 55.20 61.62 0.43 4.93 ind:imp:3s; -brisant briser ver 55.20 61.62 0.30 2.30 par:pre; -brisante brisant adj f s 0.06 0.54 0.00 0.14 -brisantes brisant adj f p 0.06 0.54 0.00 0.14 -brisants brisant nom m p 0.20 1.35 0.18 1.28 -briscard briscard nom m s 0.18 0.34 0.06 0.14 -briscards briscard nom m p 0.18 0.34 0.12 0.20 -brise_bise brise_bise nom m 0.00 0.41 0.00 0.41 -brise_fer brise_fer nom m 0.01 0.00 0.01 0.00 -brise_glace brise_glace nom m 0.07 0.20 0.07 0.20 -brise_jet brise_jet nom m 0.00 0.07 0.00 0.07 -brise_lame brise_lame nom m s 0.00 0.14 0.00 0.14 -brise_vent brise_vent nom m 0.01 0.00 0.01 0.00 -brise briser ver 55.20 61.62 8.45 6.08 imp:pre:2s;ind:pre:1s;ind:pre:3s; -brisent briser ver 55.20 61.62 1.48 1.49 ind:pre:3p; -briser briser ver 55.20 61.62 14.99 16.28 inf; -brisera briser ver 55.20 61.62 1.44 0.41 ind:fut:3s; -briserai briser ver 55.20 61.62 1.38 0.27 ind:fut:1s; -briseraient briser ver 55.20 61.62 0.01 0.20 cnd:pre:3p; -briserais briser ver 55.20 61.62 0.38 0.07 cnd:pre:1s;cnd:pre:2s; -briserait briser ver 55.20 61.62 0.81 0.88 cnd:pre:3s; -briseras briser ver 55.20 61.62 0.10 0.00 ind:fut:2s; -briserez briser ver 55.20 61.62 0.18 0.00 ind:fut:2p; -briseriez briser ver 55.20 61.62 0.02 0.00 cnd:pre:2p; -briserons briser ver 55.20 61.62 0.23 0.07 ind:fut:1p; -briseront briser ver 55.20 61.62 0.21 0.34 ind:fut:3p; -brises briser ver 55.20 61.62 0.99 0.14 ind:pre:2s; -briseur briseur nom m s 1.11 1.01 0.66 0.54 -briseurs briseur nom m p 1.11 1.01 0.16 0.41 -briseuse briseur nom f s 1.11 1.01 0.29 0.07 -brisez briser ver 55.20 61.62 2.29 0.20 imp:pre:2p;ind:pre:2p; -brisions briser ver 55.20 61.62 0.01 0.20 ind:imp:1p; -brisis brisis nom m 0.05 0.00 0.05 0.00 -brisons briser ver 55.20 61.62 0.38 0.20 imp:pre:1p;ind:pre:1p; -brisât briser ver 55.20 61.62 0.00 0.27 sub:imp:3s; -brisque brisque nom f s 0.03 0.00 0.03 0.00 -brisèrent briser ver 55.20 61.62 0.06 0.54 ind:pas:3p; -bristol bristol nom m s 0.10 1.55 0.08 1.35 -bristols bristol nom m p 0.10 1.55 0.03 0.20 -brisé briser ver m s 55.20 61.62 15.70 9.32 par:pas; -brisée brisé adj f s 10.09 16.42 2.42 6.62 -brisées briser ver f p 55.20 61.62 1.30 5.54 par:pas; -brisure brisure nom f s 0.01 0.95 0.00 0.74 -brisures brisure nom f p 0.01 0.95 0.01 0.20 -brisés brisé adj m p 10.09 16.42 1.46 3.45 -britannique britannique adj s 8.23 68.72 6.57 47.97 -britanniques britannique nom p 1.97 13.72 1.71 12.84 -brièvement brièvement adv 1.92 6.22 1.92 6.22 -brièveté brièveté nom f s 0.13 1.35 0.13 1.35 -british british adj s 1.75 1.08 1.75 1.08 -brivadois brivadois nom m 0.00 0.14 0.00 0.14 -brivadoise brivadois adj f s 0.00 0.07 0.00 0.07 -brize brize nom f s 0.01 0.47 0.01 0.47 -broc broc nom m s 0.38 4.53 0.38 3.51 -brocante brocante nom f s 0.86 1.42 0.78 1.35 -brocantes brocante nom f p 0.86 1.42 0.07 0.07 -brocanteur brocanteur nom m s 0.29 9.26 0.28 3.58 -brocanteurs brocanteur nom m p 0.29 9.26 0.01 2.50 -brocanteuse brocanteur nom f s 0.29 9.26 0.00 3.18 -brocantées brocanter ver f p 0.00 0.07 0.00 0.07 par:pas; -brocard brocard nom m s 0.14 1.01 0.14 0.41 -brocardaient brocarder ver 0.01 0.27 0.00 0.07 ind:imp:3p; -brocardait brocarder ver 0.01 0.27 0.00 0.07 ind:imp:3s; -brocarde brocarder ver 0.01 0.27 0.01 0.00 ind:pre:3s; -brocarder brocarder ver 0.01 0.27 0.00 0.07 inf; -brocardions brocarder ver 0.01 0.27 0.00 0.07 ind:imp:1p; -brocards brocard nom m p 0.14 1.01 0.00 0.61 -brocart brocart nom m s 0.37 3.99 0.27 2.91 -brocarts brocart nom m p 0.37 3.99 0.10 1.08 -brocatelle brocatelle nom f s 0.00 0.07 0.00 0.07 -brochage brochage nom m s 0.00 0.20 0.00 0.14 -brochages brochage nom m p 0.00 0.20 0.00 0.07 -brochaient brocher ver 0.05 1.08 0.00 0.14 ind:imp:3p; -brochant brochant adj m s 6.29 0.07 6.29 0.07 -broche broche nom f s 4.57 5.74 3.88 4.32 -brocher brocher ver 0.05 1.08 0.00 0.14 inf; -broches broche nom f p 4.57 5.74 0.70 1.42 -brochet brochet nom m s 0.46 3.99 0.44 3.18 -brochets brochet nom m p 0.46 3.99 0.02 0.81 -brochette brochette nom f s 2.26 3.04 1.08 1.76 -brochettes brochette nom f p 2.26 3.04 1.18 1.28 -brocheur brocheur nom m s 0.00 0.34 0.00 0.27 -brocheurs brocheur nom m p 0.00 0.34 0.00 0.07 -brochoirs brochoir nom m p 0.00 0.07 0.00 0.07 -broché brocher ver m s 0.05 1.08 0.02 0.20 par:pas; -brochée brocher ver f s 0.05 1.08 0.00 0.20 par:pas; -brochées broché adj f p 0.01 0.74 0.00 0.07 -brochure brochure nom f s 2.88 3.99 1.64 1.76 -brochures brochure nom f p 2.88 3.99 1.25 2.23 -brochés broché adj m p 0.01 0.74 0.01 0.27 -brocoli brocoli nom m s 1.32 0.07 0.69 0.00 -brocolis brocoli nom m p 1.32 0.07 0.63 0.07 -brocs broc nom m p 0.38 4.53 0.00 1.01 -broda broder ver 3.52 14.86 0.01 0.14 ind:pas:3s; -brodaient broder ver 3.52 14.86 0.00 0.27 ind:imp:3p; -brodais broder ver 3.52 14.86 0.37 0.14 ind:imp:1s;ind:imp:2s; -brodait broder ver 3.52 14.86 0.01 0.88 ind:imp:3s; -brodant broder ver 3.52 14.86 0.27 0.41 par:pre; -brode broder ver 3.52 14.86 0.56 1.01 imp:pre:2s;ind:pre:1s;ind:pre:3s; -brodent broder ver 3.52 14.86 0.01 0.20 ind:pre:3p; -brodequin brodequin nom m s 0.07 4.12 0.07 0.61 -brodequins brodequin nom m p 0.07 4.12 0.00 3.51 -broder broder ver 3.52 14.86 1.01 1.82 inf; -brodera broder ver 3.52 14.86 0.01 0.07 ind:fut:3s; -broderai broder ver 3.52 14.86 0.00 0.07 ind:fut:1s; -broderie broderie nom f s 0.97 6.22 0.93 2.36 -broderies broderie nom f p 0.97 6.22 0.04 3.85 -brodes broder ver 3.52 14.86 0.15 0.07 ind:pre:2s; -brodeuse brodeur nom f s 0.05 0.47 0.05 0.27 -brodeuses brodeuse nom f p 0.01 0.00 0.01 0.00 -brodez broder ver 3.52 14.86 0.05 0.00 imp:pre:2p; -brodé broder ver m s 3.52 14.86 0.83 4.05 par:pas; -brodée broder ver f s 3.52 14.86 0.06 1.96 par:pas; -brodées brodé adj f p 0.57 8.11 0.28 0.88 -brodés broder ver m p 3.52 14.86 0.17 2.50 par:pas; -broie broyer ver 4.08 8.85 0.74 0.74 imp:pre:2s;ind:pre:1s;ind:pre:3s; -broiement broiement nom m s 0.00 0.20 0.00 0.14 -broiements broiement nom m p 0.00 0.20 0.00 0.07 -broient broyer ver 4.08 8.85 0.14 0.34 ind:pre:3p; -broiera broyer ver 4.08 8.85 0.00 0.07 ind:fut:3s; -broierai broyer ver 4.08 8.85 0.04 0.00 ind:fut:1s; -broieras broyer ver 4.08 8.85 0.00 0.07 ind:fut:2s; -broies broyer ver 4.08 8.85 0.16 0.00 ind:pre:2s; -broker broker nom m s 0.02 0.07 0.02 0.07 -brol brol nom m s 0.01 0.00 0.01 0.00 -brome brome nom m s 0.01 0.14 0.01 0.14 -bromure bromure nom m s 0.52 0.47 0.52 0.41 -bromures bromure nom m p 0.52 0.47 0.00 0.07 -broncha broncher ver 1.97 12.84 0.00 2.50 ind:pas:3s; -bronchai broncher ver 1.97 12.84 0.00 0.14 ind:pas:1s; -bronchaient broncher ver 1.97 12.84 0.03 0.27 ind:imp:3p; -bronchais broncher ver 1.97 12.84 0.00 0.07 ind:imp:1s; -bronchait broncher ver 1.97 12.84 0.10 1.15 ind:imp:3s; -bronchant broncher ver 1.97 12.84 0.00 0.07 par:pre; -bronche broncher ver 1.97 12.84 0.45 1.96 imp:pre:2s;ind:pre:3s; -bronchent broncher ver 1.97 12.84 0.02 0.20 ind:pre:3p; -broncher broncher ver 1.97 12.84 0.65 4.26 inf; -bronchera broncher ver 1.97 12.84 0.14 0.14 ind:fut:3s; -broncherai broncher ver 1.97 12.84 0.02 0.07 ind:fut:1s; -broncherais broncher ver 1.97 12.84 0.01 0.00 cnd:pre:1s; -broncherait broncher ver 1.97 12.84 0.02 0.14 cnd:pre:3s; -broncherons broncher ver 1.97 12.84 0.00 0.07 ind:fut:1p; -broncheront broncher ver 1.97 12.84 0.01 0.00 ind:fut:3p; -bronches bronche nom f p 0.58 2.23 0.55 2.23 -bronchez broncher ver 1.97 12.84 0.07 0.07 imp:pre:2p;ind:pre:2p; -bronchioles bronchiole nom f p 0.01 0.14 0.01 0.14 -bronchique bronchique adj s 0.24 0.07 0.20 0.00 -bronchiques bronchique adj m p 0.24 0.07 0.04 0.07 -bronchite bronchite nom f s 1.16 2.36 1.15 2.09 -bronchites bronchite nom f p 1.16 2.36 0.01 0.27 -bronchitique bronchitique adj f s 0.00 0.14 0.00 0.07 -bronchitiques bronchitique adj p 0.00 0.14 0.00 0.07 -broncho_pneumonie broncho_pneumonie nom f s 0.00 0.41 0.00 0.41 -broncho_pneumopathie broncho_pneumopathie nom f s 0.01 0.07 0.01 0.07 -broncho broncho nom m s 0.03 0.00 0.03 0.00 -bronchons broncher ver 1.97 12.84 0.00 0.07 ind:pre:1p; -bronchoscope bronchoscope nom m s 0.01 0.00 0.01 0.00 -bronchoscopie bronchoscopie nom f s 0.13 0.00 0.13 0.00 -bronchât broncher ver 1.97 12.84 0.00 0.07 sub:imp:3s; -bronchèrent broncher ver 1.97 12.84 0.10 0.14 ind:pas:3p; -bronché broncher ver m s 1.97 12.84 0.27 1.49 par:pas; -brontosaure brontosaure nom m s 0.12 0.07 0.10 0.07 -brontosaures brontosaure nom m p 0.12 0.07 0.02 0.00 -bronzage bronzage nom m s 1.67 1.62 1.66 1.55 -bronzages bronzage nom m p 1.67 1.62 0.01 0.07 -bronzaient bronzer ver 5.10 5.74 0.00 0.07 ind:imp:3p; -bronzait bronzer ver 5.10 5.74 0.00 0.34 ind:imp:3s; -bronzant bronzer ver 5.10 5.74 0.02 0.07 par:pre; -bronzante bronzant adj f s 0.04 0.14 0.01 0.14 -bronzants bronzant adj m p 0.04 0.14 0.01 0.00 -bronze bronze nom m s 3.37 19.26 3.15 18.58 -bronzent bronzer ver 5.10 5.74 0.26 0.00 ind:pre:3p; -bronzer bronzer ver 5.10 5.74 1.88 1.89 inf; -bronzes bronzer ver 5.10 5.74 0.44 0.00 ind:pre:2s; -bronzette bronzette nom f s 0.12 0.14 0.12 0.07 -bronzettes bronzette nom f p 0.12 0.14 0.00 0.07 -bronzier bronzier nom m s 0.00 0.07 0.00 0.07 -bronzions bronzer ver 5.10 5.74 0.00 0.07 ind:imp:1p; -bronzé bronzé adj m s 2.72 6.69 1.65 2.84 -bronzée bronzé adj f s 2.72 6.69 0.60 1.55 -bronzées bronzé adj f p 2.72 6.69 0.07 1.22 -bronzés bronzé adj m p 2.72 6.69 0.39 1.08 -brook brook nom m s 0.12 0.00 0.02 0.00 -brooks brook nom m p 0.12 0.00 0.10 0.00 -broquarts broquart nom m p 0.00 0.07 0.00 0.07 -broque broque nom f s 0.00 0.74 0.00 0.68 -broques broque nom f p 0.00 0.74 0.00 0.07 -broquettes broquette nom f p 0.04 0.07 0.04 0.07 -broquille broquille nom f s 0.00 1.15 0.00 0.68 -broquilles broquille nom f p 0.00 1.15 0.00 0.47 -brossa brosser ver 7.65 10.14 0.00 1.15 ind:pas:3s; -brossage brossage nom m s 0.20 0.14 0.20 0.14 -brossaient brosser ver 7.65 10.14 0.02 0.14 ind:imp:3p; -brossais brosser ver 7.65 10.14 0.07 0.20 ind:imp:1s;ind:imp:2s; -brossait brosser ver 7.65 10.14 0.19 1.42 ind:imp:3s; -brossant brosser ver 7.65 10.14 0.05 0.41 par:pre; -brosse brosse nom f s 8.43 19.59 7.29 16.01 -brossent brosser ver 7.65 10.14 0.04 0.14 ind:pre:3p;sub:pre:3p; -brosser brosser ver 7.65 10.14 2.76 2.23 inf; -brossera brosser ver 7.65 10.14 0.06 0.00 ind:fut:3s; -brosserai brosser ver 7.65 10.14 0.03 0.00 ind:fut:1s; -brosseras brosser ver 7.65 10.14 0.03 0.14 ind:fut:2s; -brosserez brosser ver 7.65 10.14 0.14 0.00 ind:fut:2p; -brosses brosse nom f p 8.43 19.59 1.14 3.58 -brosseur brosseur nom m s 0.00 0.20 0.00 0.07 -brosseurs brosseur nom m p 0.00 0.20 0.00 0.14 -brossez brosser ver 7.65 10.14 0.44 0.00 imp:pre:2p;ind:pre:2p; -brossier brossier nom m s 0.00 0.07 0.00 0.07 -brossé brosser ver m s 7.65 10.14 1.23 1.82 par:pas; -brossée brosser ver f s 7.65 10.14 0.04 0.34 par:pas; -brossées brosser ver f p 7.65 10.14 0.44 0.14 par:pas; -brossés brosser ver m p 7.65 10.14 0.12 0.54 par:pas; -brou brou nom m s 0.02 0.74 0.02 0.74 -brouet brouet nom m s 0.06 0.81 0.04 0.74 -brouets brouet nom m p 0.06 0.81 0.01 0.07 -brouetta brouetter ver 0.00 0.20 0.00 0.07 ind:pas:3s; -brouettait brouetter ver 0.00 0.20 0.00 0.07 ind:imp:3s; -brouette brouette nom f s 1.16 6.76 1.10 5.14 -brouetter brouetter ver 0.00 0.20 0.00 0.07 inf; -brouettes brouette nom f p 1.16 6.76 0.06 1.62 -brouettée brouettée nom f s 0.00 0.27 0.00 0.14 -brouettées brouettée nom f p 0.00 0.27 0.00 0.14 -brouhaha brouhaha nom m s 4.98 9.66 4.98 9.39 -brouhahas brouhaha nom m p 4.98 9.66 0.00 0.27 -brouilla brouiller ver 6.12 24.12 0.00 0.81 ind:pas:3s; -brouillade brouillade nom f s 0.00 0.07 0.00 0.07 -brouillage brouillage nom m s 0.62 0.95 0.60 0.74 -brouillages brouillage nom m p 0.62 0.95 0.02 0.20 -brouillaient brouiller ver 6.12 24.12 0.03 1.49 ind:imp:3p; -brouillait brouiller ver 6.12 24.12 0.01 3.92 ind:imp:3s; -brouillamini brouillamini nom m s 0.01 0.27 0.01 0.27 -brouillant brouiller ver 6.12 24.12 0.21 0.95 par:pre; -brouillard brouillard nom m s 10.88 35.20 10.51 32.84 -brouillardeuse brouillardeux adj f s 0.00 0.27 0.00 0.07 -brouillardeux brouillardeux adj m s 0.00 0.27 0.00 0.20 -brouillards brouillard nom m p 10.88 35.20 0.37 2.36 -brouillassait brouillasser ver 0.00 0.07 0.00 0.07 ind:imp:3s; -brouillasse brouillasse nom f s 0.00 0.27 0.00 0.27 -brouille brouiller ver 6.12 24.12 1.20 2.84 imp:pre:2s;ind:pre:1s;ind:pre:3s; -brouillent brouiller ver 6.12 24.12 0.29 1.35 ind:pre:3p; -brouiller brouiller ver 6.12 24.12 1.33 4.32 inf; -brouilleraient brouiller ver 6.12 24.12 0.02 0.00 cnd:pre:3p; -brouillerait brouiller ver 6.12 24.12 0.00 0.07 cnd:pre:3s; -brouillerons brouiller ver 6.12 24.12 0.10 0.07 ind:fut:1p; -brouilles brouiller ver 6.12 24.12 0.06 0.07 ind:pre:2s;sub:pre:2s; -brouilleur brouilleur nom m s 0.78 0.00 0.66 0.00 -brouilleurs brouilleur nom m p 0.78 0.00 0.12 0.00 -brouillez brouiller ver 6.12 24.12 0.10 0.00 imp:pre:2p;ind:pre:2p; -brouillon brouillon nom m s 1.17 4.93 1.12 3.18 -brouillonne brouillon adj f s 0.39 1.96 0.10 0.47 -brouillonnes brouillon adj f p 0.39 1.96 0.00 0.14 -brouillonné brouillonner ver m s 0.00 0.07 0.00 0.07 par:pas; -brouillons brouillon adj m p 0.39 1.96 0.19 0.41 -brouillât brouiller ver 6.12 24.12 0.00 0.20 sub:imp:3s; -brouillèrent brouiller ver 6.12 24.12 0.00 0.41 ind:pas:3p; -brouillé brouiller ver m s 6.12 24.12 1.52 3.51 par:pas; -brouillée brouiller ver f s 6.12 24.12 0.24 1.62 par:pas; -brouillées brouillé adj f p 2.44 4.32 0.20 0.61 -brouillés brouillé adj m p 2.44 4.32 1.72 1.35 -brouis brouir ver 0.00 0.14 0.00 0.07 ind:pas:1s; -brouit brouir ver 0.00 0.14 0.00 0.07 ind:pre:3s; -broum broum ono 0.19 0.74 0.19 0.74 -broussaille broussaille nom f s 1.94 7.16 0.50 2.64 -broussailles broussaille nom f p 1.94 7.16 1.44 4.53 -broussailleuse broussailleux adj f s 0.05 1.96 0.02 0.41 -broussailleuses broussailleux adj f p 0.05 1.96 0.00 0.20 -broussailleux broussailleux adj m 0.05 1.96 0.03 1.35 -broussait brousser ver 0.00 0.07 0.00 0.07 ind:imp:3s; -broussard broussard nom m s 0.28 0.14 0.28 0.14 -brousse brousse nom f s 0.95 11.01 0.95 10.88 -brousses brousse nom f p 0.95 11.01 0.00 0.14 -brout brout nom m s 0.10 0.81 0.10 0.81 -brouta brouter ver 1.65 6.01 0.00 0.07 ind:pas:3s; -broutage broutage nom m s 0.03 0.00 0.03 0.00 -broutaient brouter ver 1.65 6.01 0.01 0.88 ind:imp:3p; -broutait brouter ver 1.65 6.01 0.00 0.47 ind:imp:3s; -broutant brouter ver 1.65 6.01 0.01 0.74 par:pre; -broutantes broutant adj f p 0.00 0.07 0.00 0.07 -broutard broutard nom m s 0.01 0.14 0.01 0.14 -broute brouter ver 1.65 6.01 0.36 0.74 imp:pre:2s;ind:pre:1s;ind:pre:3s; -broutent brouter ver 1.65 6.01 0.16 0.34 ind:pre:3p; -brouter brouter ver 1.65 6.01 0.70 2.16 inf; -brouterai brouter ver 1.65 6.01 0.00 0.07 ind:fut:1s; -brouteraient brouter ver 1.65 6.01 0.00 0.07 cnd:pre:3p; -broutes brouter ver 1.65 6.01 0.14 0.07 ind:pre:2s; -brouteur brouteur adj m s 0.19 0.41 0.01 0.00 -brouteurs brouteur adj m p 0.19 0.41 0.00 0.14 -brouteuse brouteur adj f s 0.19 0.41 0.09 0.14 -brouteuses brouteur adj f p 0.19 0.41 0.09 0.14 -broutez brouter ver 1.65 6.01 0.02 0.00 imp:pre:2p;ind:pre:2p; -broutille broutille nom f s 1.87 1.82 0.77 0.61 -broutilles broutille nom f p 1.87 1.82 1.10 1.22 -broutèrent brouter ver 1.65 6.01 0.00 0.07 ind:pas:3p; -brouté brouter ver m s 1.65 6.01 0.24 0.20 par:pas; -broutée brouter ver f s 1.65 6.01 0.01 0.07 par:pas; -broutés brouter ver m p 1.65 6.01 0.00 0.07 par:pas; -brown_sugar brown_sugar nom m 0.00 0.07 0.00 0.07 -browning browning nom m s 0.00 0.20 0.00 0.14 -brownings browning nom m p 0.00 0.20 0.00 0.07 -broya broyer ver 4.08 8.85 0.01 0.20 ind:pas:3s; -broyage broyage nom m s 0.08 0.14 0.08 0.07 -broyages broyage nom m p 0.08 0.14 0.00 0.07 -broyaient broyer ver 4.08 8.85 0.00 0.41 ind:imp:3p; -broyais broyer ver 4.08 8.85 0.04 0.27 ind:imp:1s;ind:imp:2s; -broyait broyer ver 4.08 8.85 0.10 1.28 ind:imp:3s; -broyant broyer ver 4.08 8.85 0.00 1.08 par:pre; -broyer broyer ver 4.08 8.85 1.61 1.89 inf; -broyeur broyeur nom m s 1.56 0.27 1.54 0.20 -broyeurs broyeur nom m p 1.56 0.27 0.03 0.07 -broyeuse broyeur adj f s 0.12 0.54 0.06 0.41 -broyez broyer ver 4.08 8.85 0.23 0.00 imp:pre:2p;ind:pre:2p; -broyèrent broyer ver 4.08 8.85 0.00 0.07 ind:pas:3p; -broyé broyer ver m s 4.08 8.85 0.55 1.01 par:pas; -broyée broyé adj f s 0.75 1.82 0.16 0.54 -broyées broyé adj f p 0.75 1.82 0.19 0.14 -broyés broyer ver m p 4.08 8.85 0.27 0.27 par:pas; -brrr brrr ono 0.31 1.82 0.31 1.82 -brèche_dent brèche_dent nom p 0.00 0.07 0.00 0.07 -brèche brèche nom f s 3.83 9.59 3.54 7.70 -brèches brèche nom f p 3.83 9.59 0.28 1.89 -brème brème nom f s 0.05 1.49 0.05 0.54 -brèmes brème nom f p 0.05 1.49 0.00 0.95 -brève bref adj f s 15.63 74.80 3.86 20.41 -brèves bref adj f p 15.63 74.80 0.52 8.99 -bru bru nom f s 1.45 3.24 1.44 2.84 -bruant bruant nom m s 0.00 0.14 0.00 0.07 -bruants bruant nom m p 0.00 0.14 0.00 0.07 -brucellose brucellose nom f s 0.03 0.07 0.03 0.07 -bréchet bréchet nom m s 0.11 0.54 0.11 0.54 -brugeois brugeois adj m 0.00 0.34 0.00 0.14 -brugeoise brugeois adj f s 0.00 0.34 0.00 0.14 -brugeoises brugeois adj f p 0.00 0.34 0.00 0.07 -bruges bruges nom s 0.00 0.07 0.00 0.07 -brugnon brugnon nom m s 0.14 0.27 0.00 0.20 -brugnons brugnon nom m p 0.14 0.27 0.14 0.07 -bréhaigne bréhaigne adj f s 0.00 0.27 0.00 0.14 -bréhaignes bréhaigne adj f p 0.00 0.27 0.00 0.14 -bruinait bruiner ver 0.14 0.95 0.00 0.54 ind:imp:3s; -bruinasse bruiner ver 0.14 0.95 0.00 0.07 sub:imp:1s; -bruine bruiner ver 0.14 0.95 0.14 0.27 ind:pre:3s; -bruiner bruiner ver 0.14 0.95 0.00 0.07 inf; -bruines bruine nom f p 0.06 2.77 0.00 0.07 -bruire bruire ver 0.48 2.97 0.23 1.42 inf; -bruissa bruisser ver 0.15 3.45 0.00 0.07 ind:pas:3s; -bruissaient bruisser ver 0.15 3.45 0.00 0.74 ind:imp:3p; -bruissait bruisser ver 0.15 3.45 0.00 1.42 ind:imp:3s; -bruissant bruissant adj m s 0.02 4.66 0.01 1.35 -bruissante bruissant adj f s 0.02 4.66 0.00 2.09 -bruissantes bruissant adj f p 0.02 4.66 0.01 0.68 -bruissants bruissant adj m p 0.02 4.66 0.00 0.54 -bruisse bruisser ver 0.15 3.45 0.01 0.14 ind:pre:3s; -bruissement bruissement nom m s 0.77 8.24 0.75 6.96 -bruissements bruissement nom m p 0.77 8.24 0.02 1.28 -bruissent bruisser ver 0.15 3.45 0.14 0.47 ind:pre:3p; -bruissé bruisser ver m s 0.15 3.45 0.00 0.07 par:pas; -bruit bruit nom m s 94.13 281.49 78.94 223.18 -bruita bruiter ver 0.01 0.07 0.01 0.00 ind:pas:3s; -bruitage bruitage nom m s 0.23 0.54 0.04 0.47 -bruitages bruitage nom m p 0.23 0.54 0.20 0.07 -bruiter bruiter ver 0.01 0.07 0.00 0.07 inf; -bruiteur bruiteur nom m s 0.04 0.20 0.03 0.20 -bruiteuse bruiteur nom f s 0.04 0.20 0.01 0.00 -bruits bruit nom m p 94.13 281.49 15.18 58.31 -brêles brêler ver 0.02 0.07 0.02 0.07 ind:pre:2s; -brumaille brumaille nom f s 0.00 0.07 0.00 0.07 -brumaire brumaire nom m s 0.10 0.27 0.10 0.27 -brumassait brumasser ver 0.00 0.07 0.00 0.07 ind:imp:3s; -brume brume nom f s 5.07 42.57 4.17 35.88 -brument brumer ver 0.00 0.47 0.00 0.47 ind:pre:3p; -brumes brume nom f p 5.07 42.57 0.91 6.69 -brumeuse brumeux adj f s 1.19 6.89 0.10 2.09 -brumeuses brumeux adj f p 1.19 6.89 0.05 0.61 -brumeux brumeux adj m 1.19 6.89 1.04 4.19 -brumisateur brumisateur nom m s 0.01 0.00 0.01 0.00 -brun brun adj m s 13.16 68.18 3.39 21.35 -brunch brunch nom m s 1.63 0.14 1.53 0.00 -brunches brunch nom m p 1.63 0.14 0.02 0.07 -brunchs brunch nom m p 1.63 0.14 0.08 0.07 -brune brun adj f s 13.16 68.18 6.51 25.34 -brunes brune nom f p 5.20 7.77 0.76 1.35 -brunet brunet adj m s 0.04 0.14 0.00 0.07 -brunette brunette nom f s 0.35 0.54 0.28 0.47 -brunettes brunette nom f p 0.35 0.54 0.07 0.07 -bruni bruni adj m s 0.01 1.96 0.01 0.81 -brunie brunir ver f s 0.19 3.24 0.01 0.54 par:pas; -brunies brunir ver f p 0.19 3.24 0.00 0.61 par:pas; -brunir brunir ver 0.19 3.24 0.16 0.74 inf; -brunirent brunir ver 0.19 3.24 0.00 0.07 ind:pas:3p; -brunis bruni adj m p 0.01 1.96 0.00 0.27 -brunissage brunissage nom m s 0.02 0.00 0.02 0.00 -brunissaient brunir ver 0.19 3.24 0.00 0.07 ind:imp:3p; -brunissent brunir ver 0.19 3.24 0.01 0.20 ind:pre:3p; -brunissoir brunissoir nom m s 0.00 0.07 0.00 0.07 -brunissures brunissure nom f p 0.00 0.07 0.00 0.07 -brunit brunir ver 0.19 3.24 0.00 0.34 ind:pre:3s;ind:pas:3s; -brunâtre brunâtre adj s 0.04 5.20 0.03 3.51 -brunâtres brunâtre adj p 0.04 5.20 0.01 1.69 -bruns brun adj m p 13.16 68.18 2.69 10.88 -brus bru nom f p 1.45 3.24 0.01 0.41 -brushing brushing nom m s 0.65 0.34 0.65 0.34 -brésil brésil nom m s 0.10 0.20 0.10 0.07 -brésilien brésilien nom m s 2.88 2.43 1.61 0.61 -brésilienne brésilien adj f s 1.92 4.32 0.70 1.55 -brésiliennes brésilien adj f p 1.92 4.32 0.05 0.61 -brésiliens brésilien nom m p 2.88 2.43 0.89 1.08 -brésils brésil nom m p 0.10 0.20 0.00 0.14 -brusqua brusquer ver 1.83 4.05 0.00 0.20 ind:pas:3s; -brusquai brusquer ver 1.83 4.05 0.00 0.07 ind:pas:1s; -brusquait brusquer ver 1.83 4.05 0.00 0.07 ind:imp:3s; -brusquant brusquer ver 1.83 4.05 0.00 0.07 par:pre; -brusque brusque adj s 2.69 35.34 1.77 26.76 -brusquement brusquement adv 4.88 111.42 4.88 111.42 -brusquent brusquer ver 1.83 4.05 0.00 0.07 ind:pre:3p; -brusquer brusquer ver 1.83 4.05 0.83 2.03 inf; -brusquerai brusquer ver 1.83 4.05 0.15 0.00 ind:fut:1s; -brusqueraient brusquer ver 1.83 4.05 0.01 0.00 cnd:pre:3p; -brusquerie brusquerie nom f s 0.09 4.32 0.09 4.26 -brusqueries brusquerie nom f p 0.09 4.32 0.00 0.07 -brusques brusque adj p 2.69 35.34 0.92 8.58 -brusquette brusquet adj f s 0.00 0.07 0.00 0.07 -brusquez brusquer ver 1.83 4.05 0.34 0.20 imp:pre:2p;ind:pre:2p; -brusquons brusquer ver 1.83 4.05 0.17 0.00 imp:pre:1p; -brusquât brusquer ver 1.83 4.05 0.00 0.07 sub:imp:3s; -brusqué brusquer ver m s 1.83 4.05 0.04 0.34 par:pas; -brusquée brusquer ver f s 1.83 4.05 0.14 0.14 par:pas; -brut brut adj m s 3.86 8.65 1.38 3.31 -brutal brutal adj m s 9.82 35.34 5.29 15.47 -brutale brutal adj f s 9.82 35.34 3.29 14.19 -brutalement brutalement adv 2.89 23.11 2.89 23.11 -brutales brutal adj f p 9.82 35.34 0.32 3.24 -brutalisaient brutaliser ver 1.41 1.15 0.02 0.00 ind:imp:3p; -brutalisait brutaliser ver 1.41 1.15 0.08 0.00 ind:imp:3s; -brutalisant brutaliser ver 1.41 1.15 0.01 0.07 par:pre; -brutalise brutaliser ver 1.41 1.15 0.12 0.20 imp:pre:2s;ind:pre:1s;ind:pre:3s; -brutaliser brutaliser ver 1.41 1.15 0.48 0.41 inf; -brutaliserai brutaliser ver 1.41 1.15 0.01 0.00 ind:fut:1s; -brutaliserait brutaliser ver 1.41 1.15 0.00 0.07 cnd:pre:3s; -brutalisez brutaliser ver 1.41 1.15 0.07 0.00 imp:pre:2p;ind:pre:2p; -brutalisé brutaliser ver m s 1.41 1.15 0.49 0.20 par:pas; -brutalisée brutaliser ver f s 1.41 1.15 0.08 0.14 par:pas; -brutalisées brutaliser ver f p 1.41 1.15 0.02 0.00 par:pas; -brutalisés brutaliser ver m p 1.41 1.15 0.03 0.07 par:pas; -brutalité brutalité nom f s 3.11 11.15 2.87 9.93 -brutalités brutalité nom f p 3.11 11.15 0.24 1.22 -brutaux brutal adj m p 9.82 35.34 0.92 2.43 -brute brute nom f s 14.03 12.09 9.04 7.57 -brutes brute nom f p 14.03 12.09 5.00 4.53 -bruts brut adj m p 3.86 8.65 0.42 0.74 -bréviaire bréviaire nom m s 0.21 1.69 0.21 1.69 -bruxellois bruxellois adj m 0.00 0.54 0.00 0.47 -bruxelloise bruxellois adj f s 0.00 0.54 0.00 0.07 -bruyamment bruyamment adv 0.95 10.54 0.95 10.54 -bruyant bruyant adj m s 5.88 16.82 2.91 4.80 -bruyante bruyant adj f s 5.88 16.82 1.17 5.61 -bruyantes bruyant adj f p 5.88 16.82 0.45 1.82 -bruyants bruyant adj m p 5.88 16.82 1.37 4.59 -bruyère bruyère nom f s 0.58 6.01 0.53 4.12 -bruyères bruyère nom f p 0.58 6.01 0.05 1.89 -bègue bègue nom s 0.24 0.54 0.20 0.41 -bègues bègue nom p 0.24 0.54 0.04 0.14 -bé bé ono 0.85 1.15 0.85 1.15 -bu boire ver m s 339.06 274.32 53.10 40.07 par:pas; -béa béer ver 0.23 3.65 0.00 0.20 ind:pas:3s; -bua buer ver 0.09 0.00 0.09 0.00 ind:pas:3s; -béaient béer ver 0.23 3.65 0.00 0.61 ind:imp:3p; -béait béer ver 0.23 3.65 0.10 1.01 ind:imp:3s; -béance béance nom f s 0.16 0.61 0.16 0.61 -buanderie buanderie nom f s 0.81 1.69 0.81 1.55 -buanderies buanderie nom f p 0.81 1.69 0.00 0.14 -béant béant adj m s 1.21 10.34 0.34 2.77 -béante béant adj f s 1.21 10.34 0.44 4.26 -béantes béant adj f p 1.21 10.34 0.21 2.30 -béants béant adj m p 1.21 10.34 0.22 1.01 -béarnais béarnais adj m p 0.13 0.00 0.01 0.00 -béarnaise béarnais adj f s 0.13 0.00 0.12 0.00 -béat béat adj m s 0.26 4.73 0.21 1.89 -béate béat adj f s 0.26 4.73 0.05 2.36 -béatement béatement adv 0.01 1.42 0.01 1.42 -béates béat adj f p 0.26 4.73 0.00 0.14 -béatification béatification nom f s 0.05 0.27 0.05 0.20 -béatifications béatification nom f p 0.05 0.27 0.00 0.07 -béatifier béatifier ver 0.11 0.54 0.00 0.20 inf; -béatifique béatifique adj m s 0.00 0.14 0.00 0.14 -béatifié béatifier ver m s 0.11 0.54 0.11 0.14 par:pas; -béatifiée béatifier ver f s 0.11 0.54 0.00 0.07 par:pas; -béatifiés béatifier ver m p 0.11 0.54 0.00 0.14 par:pas; -béatitude béatitude nom f s 0.58 5.74 0.58 5.47 -béatitudes béatitude nom f p 0.58 5.74 0.00 0.27 -béats béat adj m p 0.26 4.73 0.00 0.34 -bubble_gum bubble_gum nom m s 0.08 0.07 0.07 0.07 -bubble_gum bubble_gum nom m s 0.08 0.07 0.01 0.00 -bubon bubon nom m s 0.22 0.34 0.02 0.14 -bubonique bubonique adj s 0.25 0.07 0.25 0.07 -bubons bubon nom m p 0.22 0.34 0.20 0.20 -bébé bébé nom m s 191.63 45.20 173.82 36.22 -bébé_éprouvette bébé_éprouvette nom m p 0.01 0.00 0.01 0.00 -bébés bébé nom m p 191.63 45.20 17.81 8.99 -bébête bébête adj s 0.32 2.91 0.25 2.77 -bébêtes bébête adj p 0.32 2.91 0.07 0.14 -bécabunga bécabunga nom m s 0.00 0.07 0.00 0.07 -bécane bécane nom f s 1.77 4.80 1.46 3.92 -bécanes bécane nom f p 1.77 4.80 0.32 0.88 -bécard bécard nom m s 0.00 0.07 0.00 0.07 -bécarre bécarre nom m s 0.02 0.07 0.02 0.07 -bécasse bécasse nom f s 1.56 1.08 1.40 0.54 -bécasses bécasse nom f p 1.56 1.08 0.16 0.54 -bécassine bécassine nom f s 0.01 0.20 0.01 0.14 -bécassines bécassine nom f p 0.01 0.20 0.00 0.07 -buccal buccal adj m s 0.54 0.34 0.16 0.14 -buccale buccal adj f s 0.54 0.34 0.33 0.07 -buccales buccal adj f p 0.54 0.34 0.04 0.07 -buccaux buccal adj m p 0.54 0.34 0.03 0.07 -buccin buccin nom m s 0.00 0.14 0.00 0.14 -buccinateur buccinateur nom m s 0.00 0.07 0.00 0.07 -bucco_génital bucco_génital adj m s 0.11 0.00 0.06 0.00 -bucco_génital bucco_génital adj f p 0.11 0.00 0.02 0.00 -bucco_génital bucco_génital adj m p 0.11 0.00 0.02 0.00 -bucco bucco nom m s 0.21 0.20 0.21 0.20 -buccogénitales buccogénital adj f p 0.01 0.00 0.01 0.00 -bêchaient bêcher ver 0.55 2.70 0.00 0.14 ind:imp:3p; -bêchait bêcher ver 0.55 2.70 0.01 0.41 ind:imp:3s; -béchamel béchamel nom f s 0.37 0.41 0.37 0.41 -bêchant bêcher ver 0.55 2.70 0.14 0.14 par:pre; -bêche bêche nom f s 0.46 3.72 0.42 3.51 -bêchent bêcher ver 0.55 2.70 0.00 0.14 ind:pre:3p; -bécher bécher nom m s 0.01 0.00 0.01 0.00 -bêcher bêcher ver 0.55 2.70 0.36 1.15 inf; -bêches bêche nom f p 0.46 3.72 0.04 0.20 -bêcheur bêcheur adj m s 0.52 0.95 0.22 0.41 -bêcheurs bêcheur nom m p 0.35 1.22 0.00 0.20 -bêcheuse bêcheur adj f s 0.52 0.95 0.28 0.34 -bêcheuses bêcheuse nom f p 0.04 0.00 0.04 0.00 -bêché bêcher ver m s 0.55 2.70 0.00 0.47 par:pas; -bucoliastes bucoliaste nom m p 0.00 0.07 0.00 0.07 -bucolique bucolique adj s 0.17 1.22 0.14 0.95 -bucoliques bucolique adj m p 0.17 1.22 0.03 0.27 -bécot bécot nom m s 0.42 0.47 0.41 0.20 -bécotait bécoter ver 1.05 0.88 0.05 0.07 ind:imp:3s; -bécotant bécoter ver 1.05 0.88 0.00 0.14 par:pre; -bécote bécoter ver 1.05 0.88 0.21 0.14 ind:pre:1s;ind:pre:3s;sub:pre:3s; -bécotent bécoter ver 1.05 0.88 0.27 0.07 ind:pre:3p; -bécoter bécoter ver 1.05 0.88 0.28 0.41 inf; -bécoteur bécoteur nom m s 0.02 0.00 0.02 0.00 -bécots bécot nom m p 0.42 0.47 0.01 0.27 -bécoté bécoter ver m s 1.05 0.88 0.13 0.00 par:pas; -bécotée bécoter ver f s 1.05 0.88 0.00 0.07 par:pas; -bécotés bécoter ver m p 1.05 0.88 0.11 0.00 par:pas; -bucranes bucrane nom m p 0.00 0.14 0.00 0.14 -bucéphales bucéphale nom m p 0.00 0.07 0.00 0.07 -bédane bédane nom m s 0.00 0.20 0.00 0.20 -buddha buddha nom m s 0.40 0.00 0.40 0.00 -budget budget nom m s 11.21 6.62 10.54 5.34 -budgets budget nom m p 11.21 6.62 0.67 1.28 -budgétaire budgétaire adj s 1.08 0.27 0.55 0.07 -budgétairement budgétairement adv 0.00 0.07 0.00 0.07 -budgétaires budgétaire adj p 1.08 0.27 0.53 0.20 -budgétisation budgétisation nom f s 0.01 0.00 0.01 0.00 -budgétivores budgétivore nom p 0.00 0.07 0.00 0.07 -bédouin bédouin adj m s 0.26 0.47 0.24 0.00 -bédouine bédouin nom f s 0.23 0.54 0.14 0.00 -bédouines bédouin nom f p 0.23 0.54 0.02 0.00 -bédouins bédouin nom m p 0.23 0.54 0.04 0.20 -bédé bédé nom f s 0.29 0.00 0.09 0.00 -bédéphiles bédéphile nom p 0.01 0.00 0.01 0.00 -bédés bédé nom f p 0.29 0.00 0.20 0.00 -bée bé adj f s 0.96 5.34 0.96 5.14 -bue bu adj f s 3.04 4.86 0.44 2.36 -buen_retiro buen_retiro nom m 0.00 0.14 0.00 0.14 -béent béer ver 0.23 3.65 0.10 0.14 ind:pre:3p; -béer béer ver 0.23 3.65 0.00 0.27 inf; -bées bé adj f p 0.96 5.34 0.00 0.20 -bues bu adj f p 3.04 4.86 0.18 0.34 -buffalo buffalo nom s 0.05 0.00 0.05 0.00 -buffet buffet nom m s 6.93 21.35 6.63 20.14 -buffets buffet nom m p 6.93 21.35 0.30 1.22 -buffle buffle nom m s 1.79 4.19 1.16 1.96 -buffles buffle nom m p 1.79 4.19 0.62 2.23 -buffleterie buffleterie nom f s 0.00 0.74 0.00 0.14 -buffleteries buffleterie nom f p 0.00 0.74 0.00 0.61 -bufflonne bufflon nom f s 0.00 0.07 0.00 0.07 -bufo bufo nom m s 0.01 0.00 0.01 0.00 -bug bug nom m s 1.90 0.00 0.64 0.00 -bégaie bégayer ver 2.61 7.50 0.59 1.01 imp:pre:2s;ind:pre:1s;ind:pre:3s; -bégaiement bégaiement nom m s 0.54 2.23 0.54 1.49 -bégaiements bégaiement nom m p 0.54 2.23 0.00 0.74 -bégaient bégayer ver 2.61 7.50 0.00 0.07 ind:pre:3p; -bégaiera bégayer ver 2.61 7.50 0.01 0.00 ind:fut:3s; -bégaies bégayer ver 2.61 7.50 0.23 0.07 ind:pre:2s; -bégaya bégayer ver 2.61 7.50 0.01 1.15 ind:pas:3s; -bégayai bégayer ver 2.61 7.50 0.00 0.14 ind:pas:1s; -bégayaient bégayer ver 2.61 7.50 0.00 0.07 ind:imp:3p; -bégayais bégayer ver 2.61 7.50 0.08 0.27 ind:imp:1s;ind:imp:2s; -bégayait bégayer ver 2.61 7.50 0.18 1.76 ind:imp:3s; -bégayant bégayer ver 2.61 7.50 0.00 0.95 par:pre; -bégayante bégayant adj f s 0.01 0.68 0.01 0.14 -bégayantes bégayant adj f p 0.01 0.68 0.00 0.07 -bégayants bégayant adj m p 0.01 0.68 0.00 0.07 -bégaye bégayer ver 2.61 7.50 0.41 0.61 imp:pre:2s;ind:pre:1s;ind:pre:3s; -bégayer bégayer ver 2.61 7.50 0.64 1.01 inf; -bégayes bégayer ver 2.61 7.50 0.05 0.00 ind:pre:2s; -bégayeur bégayeur adj m s 0.00 0.14 0.00 0.14 -bégayez bégayer ver 2.61 7.50 0.15 0.07 ind:pre:2p; -bégayé bégayer ver m s 2.61 7.50 0.27 0.27 par:pas; -bégayées bégayer ver f p 2.61 7.50 0.00 0.07 par:pas; -buggy buggy nom m s 0.28 0.00 0.28 0.00 -bugle bugle nom m s 0.07 0.34 0.06 0.34 -bugler bugler ver 0.07 0.00 0.07 0.00 inf; -bugles bugle nom p 0.07 0.34 0.01 0.00 -bugne bugne nom f s 0.01 0.14 0.01 0.07 -bugnes bugne nom f p 0.01 0.14 0.00 0.07 -bugné bugner ver m s 0.01 0.00 0.01 0.00 par:pas; -bégonias bégonia nom m p 0.05 1.15 0.05 1.15 -bugs bug nom m p 1.90 0.00 1.27 0.00 -bégueule bégueule nom f s 0.07 0.20 0.06 0.07 -bégueulerie bégueulerie nom f s 0.00 0.07 0.00 0.07 -bégueules bégueule nom f p 0.07 0.20 0.01 0.14 -béguin béguin nom m s 3.11 2.57 3.09 2.16 -béguinage béguinage nom m s 0.00 0.07 0.00 0.07 -béguine béguine nom f s 0.00 0.14 0.00 0.14 -béguineuse béguineuse nom f s 0.00 0.14 0.00 0.14 -béguins béguin nom m p 3.11 2.57 0.02 0.41 -bégum bégum nom f s 0.00 0.27 0.00 0.27 -béhème béhème nom f s 0.20 0.00 0.20 0.00 -béhémoth béhémoth nom m s 0.00 0.47 0.00 0.47 -building building nom m s 2.01 3.24 1.67 1.42 -buildings building nom m p 2.01 3.24 0.34 1.82 -buires buire nom f p 0.00 0.07 0.00 0.07 -buis buis nom m 0.03 7.23 0.03 7.23 -buisson_ardent buisson_ardent nom m s 0.01 0.00 0.01 0.00 -buisson buisson nom m s 7.73 27.09 3.81 10.00 -buissonnant buissonner ver 0.00 0.20 0.00 0.07 par:pre; -buissonnants buissonnant adj m p 0.00 0.14 0.00 0.07 -buissonne buissonner ver 0.00 0.20 0.00 0.07 ind:pre:3s; -buissonner buissonner ver 0.00 0.20 0.00 0.07 inf; -buissonneuse buissonneux adj f s 0.00 0.41 0.00 0.07 -buissonneuses buissonneux adj f p 0.00 0.41 0.00 0.07 -buissonneux buissonneux adj m p 0.00 0.41 0.00 0.27 -buissonnière buissonnier adj f s 0.79 1.55 0.79 1.22 -buissonnières buissonnier adj f p 0.79 1.55 0.00 0.34 -buissons buisson nom m p 7.73 27.09 3.92 17.09 -béjaune béjaune nom m s 0.00 0.20 0.00 0.20 -bélître bélître nom m s 0.01 0.07 0.01 0.07 -bêlaient bêler ver 0.23 1.55 0.00 0.20 ind:imp:3p; -bêlait bêler ver 0.23 1.55 0.00 0.20 ind:imp:3s; -bêlant bêler ver 0.23 1.55 0.03 0.34 par:pre; -bêlantes bêlant adj f p 0.16 0.47 0.00 0.27 -bêlants bêlant adj m p 0.16 0.47 0.14 0.07 -bulbe bulbe nom m s 0.47 1.82 0.31 1.01 -bulbes bulbe nom m p 0.47 1.82 0.16 0.81 -bulbeuse bulbeux adj f s 0.16 0.07 0.14 0.00 -bulbeux bulbeux adj m s 0.16 0.07 0.02 0.07 -bulbul bulbul nom m s 0.00 0.47 0.00 0.47 -bêle bêler ver 0.23 1.55 0.17 0.14 imp:pre:2s;ind:pre:1s;ind:pre:3s; -bêlement bêlement nom m s 0.12 1.22 0.12 0.54 -bêlements bêlement nom m p 0.12 1.22 0.00 0.68 -bêlent bêler ver 0.23 1.55 0.00 0.14 ind:pre:3p; -bêler bêler ver 0.23 1.55 0.02 0.27 inf; -bulgare bulgare adj s 1.38 0.95 1.14 0.74 -bulgares bulgare nom p 0.79 1.08 0.28 0.61 -bulgaro bulgaro adv 0.00 0.07 0.00 0.07 -bulge bulge nom m s 0.02 0.00 0.02 0.00 -bélier bélier nom m s 1.51 3.99 1.32 3.11 -béliers bélier nom m p 1.51 3.99 0.19 0.88 -bélinogramme bélinogramme nom m s 0.00 0.07 0.00 0.07 -bull_dog bull_dog nom m s 0.01 0.68 0.01 0.61 -bull_dog bull_dog nom m p 0.01 0.68 0.00 0.07 -bull_finch bull_finch nom m s 0.00 0.14 0.00 0.14 -bull_terrier bull_terrier nom m s 0.02 0.00 0.02 0.00 -bull bull nom m s 1.04 0.61 0.61 0.41 -bulla buller ver 0.35 0.20 0.00 0.14 ind:pas:3s; -bullaire bullaire nom m s 0.01 0.00 0.01 0.00 -bulldog bulldog nom m s 0.49 0.20 0.30 0.14 -bulldogs bulldog nom m p 0.49 0.20 0.19 0.07 -bulldozer bulldozer nom m s 2.33 2.64 1.26 1.89 -bulldozers bulldozer nom m p 2.33 2.64 1.07 0.74 -bulle bulle nom f s 8.11 16.55 2.99 6.62 -buller buller ver 0.35 0.20 0.12 0.07 inf; -bulles bulle nom f p 8.11 16.55 5.12 9.93 -bulletin bulletin nom m s 6.35 7.50 4.99 5.41 -bulletins bulletin nom m p 6.35 7.50 1.36 2.09 -bulleux bulleux adj m s 0.00 0.14 0.00 0.14 -bullez buller ver 0.35 0.20 0.01 0.00 imp:pre:2p; -bulls bull nom m p 1.04 0.61 0.43 0.20 -bulot bulot nom m s 0.01 0.07 0.01 0.00 -bulots bulot nom m p 0.01 0.07 0.00 0.07 -bélouga bélouga nom m s 0.02 0.00 0.02 0.00 -bêlé bêler ver m s 0.23 1.55 0.01 0.27 par:pas; -béluga béluga nom m s 0.02 0.00 0.02 0.00 -bémol bémol nom m s 0.88 1.01 0.88 0.81 -bémolisé bémoliser ver m s 0.00 0.07 0.00 0.07 par:pas; -bémols bémol nom m p 0.88 1.01 0.00 0.20 -bumper bumper nom m 0.14 0.14 0.14 0.14 -buna buna nom m s 0.01 0.00 0.01 0.00 -bénard bénard nom m s 0.00 1.82 0.00 1.69 -bénarde bénard adj f s 0.00 0.34 0.00 0.14 -bénards bénard nom m p 0.00 1.82 0.00 0.14 -bénef bénef nom m s 0.71 0.68 0.43 0.61 -bénefs bénef nom m p 0.71 0.68 0.28 0.07 -bungalow bungalow nom m s 0.03 12.84 0.01 12.43 -bungalows bungalow nom m p 0.03 12.84 0.02 0.41 -béni bénir ver m s 48.77 18.92 10.90 4.26 par:pas; -bénie bénir ver f s 48.77 18.92 5.51 2.16 par:pas; -bénies bénir ver f p 48.77 18.92 0.72 0.47 par:pas; -bénigne bénin adj f s 1.56 3.45 0.88 1.69 -bénignement bénignement adv 0.00 0.07 0.00 0.07 -bénignes bénin adj f p 1.56 3.45 0.10 0.81 -bénignité bénignité nom f s 0.01 0.20 0.01 0.20 -bénin bénin adj m s 1.56 3.45 0.56 0.74 -béninois béninois adj m s 0.00 0.14 0.00 0.14 -bénins bénin adj m p 1.56 3.45 0.03 0.20 -bénir bénir ver 48.77 18.92 2.36 3.38 inf; -bénira bénir ver 48.77 18.92 0.66 0.20 ind:fut:3s; -bénirai bénir ver 48.77 18.92 0.05 0.00 ind:fut:1s; -bénirais bénir ver 48.77 18.92 0.01 0.14 cnd:pre:1s; -bénirait bénir ver 48.77 18.92 0.00 0.07 cnd:pre:3s; -béniras bénir ver 48.77 18.92 0.01 0.00 ind:fut:2s; -bénirez bénir ver 48.77 18.92 0.03 0.00 ind:fut:2p; -bénirons bénir ver 48.77 18.92 0.00 0.07 ind:fut:1p; -béniront bénir ver 48.77 18.92 0.04 0.00 ind:fut:3p; -bénis bénir ver m p 48.77 18.92 6.64 2.64 imp:pre:2s;ind:pre:1s;ind:pre:2s;par:pas; -bénissaient bénir ver 48.77 18.92 0.00 0.27 ind:imp:3p; -bénissais bénir ver 48.77 18.92 0.01 0.20 ind:imp:1s; -bénissait bénir ver 48.77 18.92 0.03 1.28 ind:imp:3s; -bénissant bénir ver 48.77 18.92 0.02 0.47 par:pre; -bénisse bénir ver 48.77 18.92 18.82 0.95 sub:pre:1s;sub:pre:3s; -bénissent bénir ver 48.77 18.92 0.47 0.20 ind:pre:3p; -bénisseur bénisseur adj m s 0.00 0.61 0.00 0.34 -bénisseurs bénisseur adj m p 0.00 0.61 0.00 0.14 -bénisseuse bénisseur adj f s 0.00 0.61 0.00 0.14 -bénissez bénir ver 48.77 18.92 1.62 0.20 imp:pre:2p;ind:pre:2p; -bénissions bénir ver 48.77 18.92 0.00 0.14 ind:imp:1p; -bénissons bénir ver 48.77 18.92 0.17 0.00 imp:pre:1p;ind:pre:1p; -bénit bénit adj m s 2.81 4.26 0.72 1.15 -bénite bénit adj f s 2.81 4.26 2.08 2.64 -bénites bénit adj f p 2.81 4.26 0.01 0.27 -bénitier bénitier nom m s 0.80 1.96 0.72 1.76 -bénitiers bénitier nom m p 0.80 1.96 0.07 0.20 -bénits bénit adj m p 2.81 4.26 0.00 0.20 -bunker bunker nom m s 4.51 0.81 3.89 0.68 -bunkers bunker nom m p 4.51 0.81 0.62 0.14 -bénouze bénouze nom m s 0.00 0.20 0.00 0.20 -bunraku bunraku nom m s 0.00 0.07 0.00 0.07 -bunsen bunsen nom m 0.00 0.07 0.00 0.07 -bénédicité bénédicité nom m s 0.43 0.34 0.41 0.27 -bénédicités bénédicité nom m p 0.43 0.34 0.02 0.07 -bénédictin bénédictin adj m s 0.04 0.95 0.01 0.34 -bénédictine bénédictin nom f s 0.19 0.74 0.03 0.20 -bénédictines bénédictin nom f p 0.19 0.74 0.14 0.20 -bénédictins bénédictin nom m p 0.19 0.74 0.01 0.14 -bénédiction bénédiction nom f s 11.15 8.18 10.61 7.43 -bénédictions bénédiction nom f p 11.15 8.18 0.54 0.74 -bénéfice bénéfice nom m s 8.97 11.42 4.31 8.04 -bénéfices bénéfice nom m p 8.97 11.42 4.66 3.38 -bénéficia bénéficier ver 3.85 9.66 0.00 0.27 ind:pas:3s; -bénéficiaient bénéficier ver 3.85 9.66 0.01 0.68 ind:imp:3p; -bénéficiaire bénéficiaire nom s 0.92 1.55 0.77 0.74 -bénéficiaires bénéficiaire nom p 0.92 1.55 0.15 0.81 -bénéficiais bénéficier ver 3.85 9.66 0.00 0.34 ind:imp:1s; -bénéficiait bénéficier ver 3.85 9.66 0.02 1.28 ind:imp:3s; -bénéficiant bénéficier ver 3.85 9.66 0.17 0.47 par:pre; -bénéficie bénéficier ver 3.85 9.66 1.05 0.88 ind:pre:1s;ind:pre:3s; -bénéficient bénéficier ver 3.85 9.66 0.16 0.47 ind:pre:3p; -bénéficier bénéficier ver 3.85 9.66 1.43 3.24 inf; -bénéficiera bénéficier ver 3.85 9.66 0.26 0.14 ind:fut:3s; -bénéficierai bénéficier ver 3.85 9.66 0.04 0.00 ind:fut:1s; -bénéficierais bénéficier ver 3.85 9.66 0.02 0.00 cnd:pre:1s;cnd:pre:2s; -bénéficierait bénéficier ver 3.85 9.66 0.05 0.14 cnd:pre:3s; -bénéficierez bénéficier ver 3.85 9.66 0.02 0.07 ind:fut:2p; -bénéficierons bénéficier ver 3.85 9.66 0.01 0.00 ind:fut:1p; -bénéficies bénéficier ver 3.85 9.66 0.08 0.00 ind:pre:2s; -bénéficiez bénéficier ver 3.85 9.66 0.19 0.00 imp:pre:2p;ind:pre:2p; -bénéficions bénéficier ver 3.85 9.66 0.04 0.07 ind:pre:1p; -bénéficiât bénéficier ver 3.85 9.66 0.00 0.07 sub:imp:3s; -bénéficièrent bénéficier ver 3.85 9.66 0.00 0.07 ind:pas:3p; -bénéficié bénéficier ver m s 3.85 9.66 0.30 1.49 par:pas; -bénéfique bénéfique adj s 1.61 3.24 1.43 2.84 -bénéfiques bénéfique adj p 1.61 3.24 0.18 0.41 -bénévolat bénévolat nom m s 0.98 0.07 0.98 0.07 -bénévole bénévole adj s 1.52 2.70 1.23 1.69 -bénévolement bénévolement adv 0.23 0.54 0.23 0.54 -bénévolence bénévolence nom f s 0.00 0.07 0.00 0.07 -bénévoles bénévole nom p 1.33 0.27 0.61 0.14 -béotien béotien nom m s 0.23 0.47 0.20 0.07 -béotienne béotien adj f s 0.06 0.00 0.02 0.00 -béotiens béotien adj m p 0.06 0.00 0.03 0.00 -buprestes bupreste nom m p 0.00 0.07 0.00 0.07 -béquant béquer ver 0.00 0.07 0.00 0.07 par:pre; -béquillant béquiller ver 0.00 0.14 0.00 0.07 par:pre; -béquillard béquillard adj m s 0.00 0.07 0.00 0.07 -béquille béquille nom f s 2.70 6.15 1.05 2.91 -béquillent béquiller ver 0.00 0.14 0.00 0.07 ind:pre:3p; -béquilles béquille nom f p 2.70 6.15 1.65 3.24 -béquilleux béquilleux adj m s 0.00 0.07 0.00 0.07 -buraliste buraliste nom s 0.57 0.95 0.57 0.88 -buralistes buraliste nom p 0.57 0.95 0.00 0.07 -bure bure nom s 0.57 3.18 0.57 3.18 -bureau bureau nom m s 167.13 150.07 156.68 130.07 -bureaucrate bureaucrate nom s 1.95 1.28 0.80 0.47 -bureaucrates bureaucrate nom p 1.95 1.28 1.15 0.81 -bureaucratie bureaucratie nom f s 1.17 0.81 1.17 0.74 -bureaucraties bureaucratie nom f p 1.17 0.81 0.00 0.07 -bureaucratique bureaucratique adj s 0.70 0.47 0.61 0.41 -bureaucratiquement bureaucratiquement adv 0.00 0.07 0.00 0.07 -bureaucratiques bureaucratique adj p 0.70 0.47 0.09 0.07 -bureaucratisées bureaucratiser ver f p 0.00 0.07 0.00 0.07 par:pas; -bureautique bureautique adj f s 0.01 0.00 0.01 0.00 -bureautique bureautique nom f s 0.01 0.00 0.01 0.00 -bureaux bureau nom m p 167.13 150.07 10.45 20.00 -burent boire ver 339.06 274.32 0.02 3.99 ind:pas:3p; -béret béret nom m s 1.50 15.07 1.19 13.31 -bérets béret nom m p 1.50 15.07 0.31 1.76 -burette burette nom f s 1.03 1.62 0.61 0.88 -burettes burette nom f p 1.03 1.62 0.42 0.74 -burg burg nom m s 0.05 0.20 0.05 0.20 -burger burger nom m s 2.31 0.07 1.33 0.00 -burgers burger nom m p 2.31 0.07 0.97 0.07 -burgondes burgonde adj m p 0.10 0.07 0.10 0.07 -burgraviat burgraviat nom m s 0.00 0.07 0.00 0.07 -béribéri béribéri nom m s 0.18 0.00 0.18 0.00 -burin burin nom m s 0.59 2.23 0.57 1.96 -burina buriner ver 0.11 0.61 0.10 0.07 ind:pas:3s; -buriner buriner ver 0.11 0.61 0.01 0.07 inf; -burins burin nom m p 0.59 2.23 0.02 0.27 -buriné buriné adj m s 0.02 0.68 0.01 0.47 -burinée buriné adj f s 0.02 0.68 0.01 0.07 -burinées buriné adj f p 0.02 0.68 0.00 0.07 -burinés buriner ver m p 0.11 0.61 0.00 0.14 par:pas; -burkinabé burkinabé adj s 0.01 0.00 0.01 0.00 -burlesque burlesque nom m s 0.34 0.74 0.33 0.68 -burlesques burlesque adj p 0.07 2.36 0.01 0.81 -burlingue burlingue nom m s 0.00 1.15 0.00 0.88 -burlingues burlingue nom m p 0.00 1.15 0.00 0.27 -burne burne nom f s 1.42 1.49 0.09 0.07 -burnes burne nom f p 1.42 1.49 1.33 1.42 -burnous burnous nom m 0.13 1.76 0.13 1.76 -burons buron nom m p 0.00 0.07 0.00 0.07 -bursite bursite nom f s 0.09 0.00 0.09 0.00 -bérullienne bérullien nom f s 0.00 0.07 0.00 0.07 -burundais burundais nom m 0.01 0.00 0.01 0.00 -bérézina bérézina nom f s 0.00 0.41 0.00 0.41 -béryl béryl nom m s 0.02 0.27 0.02 0.20 -béryllium béryllium nom m s 0.20 0.00 0.20 0.00 -béryls béryl nom m p 0.02 0.27 0.00 0.07 -bus bus nom m 50.63 10.54 50.63 10.54 -busard busard nom m s 0.06 0.74 0.02 0.47 -busards busard nom m p 0.06 0.74 0.04 0.27 -buse buse nom f s 1.28 2.84 0.82 2.09 -bésef bésef adv 0.01 0.14 0.01 0.14 -buses buse nom f p 1.28 2.84 0.46 0.74 -bush bush nom m s 0.24 0.00 0.24 0.00 -bushi bushi nom m s 0.01 0.20 0.01 0.20 -bushido bushido nom m s 0.01 0.00 0.01 0.00 -bushman bushman nom m s 0.00 0.07 0.00 0.07 -bésiclard bésiclard nom m s 0.00 0.07 0.00 0.07 -bésicles bésicles nom f p 0.01 0.20 0.01 0.20 -bésigue bésigue nom m s 0.06 0.00 0.06 0.00 -business business nom m 15.62 2.23 15.62 2.23 -businessman businessman nom m s 1.31 0.34 0.84 0.27 -businessmen businessman nom m p 1.31 0.34 0.47 0.07 -busqué busqué adj m s 0.00 1.76 0.00 1.76 -busse boire ver 339.06 274.32 0.00 0.07 sub:imp:1s; -buste buste nom m s 2.44 24.46 2.02 21.62 -bustes buste nom m p 2.44 24.46 0.42 2.84 -bustier bustier nom m s 0.20 0.34 0.20 0.34 -but but nom m s 78.43 60.41 73.80 51.89 -bêta bêta nom m s 2.36 0.81 2.14 0.74 -buta buter ver 31.86 21.62 0.02 2.09 ind:pas:3s; -butadiène butadiène nom m s 0.03 0.00 0.03 0.00 -butagaz butagaz nom m 0.14 0.47 0.14 0.47 -butai buter ver 31.86 21.62 0.00 0.27 ind:pas:1s; -butaient buter ver 31.86 21.62 0.00 0.41 ind:imp:3p; -bétail bétail nom m s 9.71 5.41 9.69 5.41 -bétaillère bétaillère nom f s 0.16 0.20 0.16 0.14 -bétaillères bétaillère nom f p 0.16 0.20 0.00 0.07 -bétails bétail nom m p 9.71 5.41 0.02 0.00 -butais buter ver 31.86 21.62 0.02 0.14 ind:imp:1s; -butait buter ver 31.86 21.62 0.20 2.30 ind:imp:3s; -butane butane nom m s 0.13 1.08 0.13 1.08 -butant buter ver 31.86 21.62 0.06 1.35 par:pre; -bêtas bêta nom m p 2.36 0.81 0.01 0.07 -bêtasse bêta nom f s 2.36 0.81 0.21 0.00 -bêtasses bêta adj f p 2.13 0.68 0.00 0.07 -bêtatron bêtatron nom m s 0.01 0.00 0.01 0.00 -bête bête adj s 56.55 41.89 51.33 33.31 -bute buter ver 31.86 21.62 8.21 3.31 imp:pre:2s;ind:pre:1s;ind:pre:3s; -bétel bétel nom m s 2.94 0.14 2.94 0.14 -bêtement bêtement adv 4.56 11.28 4.56 11.28 -butent buter ver 31.86 21.62 0.44 0.74 ind:pre:3p; -buter buter ver 31.86 21.62 12.89 6.01 inf; -butera buter ver 31.86 21.62 0.16 0.14 ind:fut:3s; -buterai buter ver 31.86 21.62 0.54 0.00 ind:fut:1s; -buterais buter ver 31.86 21.62 0.13 0.07 cnd:pre:1s;cnd:pre:2s; -buterait buter ver 31.86 21.62 0.03 0.07 cnd:pre:3s; -buteras buter ver 31.86 21.62 0.14 0.00 ind:fut:2s; -buterez buter ver 31.86 21.62 0.02 0.00 ind:fut:2p; -buterions buter ver 31.86 21.62 0.01 0.00 cnd:pre:1p; -buteront buter ver 31.86 21.62 0.07 0.00 ind:fut:3p; -bêtes bête nom f p 67.67 117.36 23.82 54.19 -butes buter ver 31.86 21.62 0.50 0.27 ind:pre:2s; -buteur buteur nom m s 0.39 0.00 0.39 0.00 -butez buter ver 31.86 21.62 0.73 0.07 imp:pre:2p;ind:pre:2p; -béèrent béer ver 0.23 3.65 0.00 0.14 ind:pas:3p; -bêtifia bêtifier ver 0.02 0.81 0.00 0.07 ind:pas:3s; -bêtifiaient bêtifier ver 0.02 0.81 0.00 0.14 ind:imp:3p; -bêtifiais bêtifier ver 0.02 0.81 0.00 0.07 ind:imp:1s; -bêtifiait bêtifier ver 0.02 0.81 0.00 0.20 ind:imp:3s; -bêtifiant bêtifiant adj m s 0.00 0.20 0.00 0.20 -bêtifie bêtifier ver 0.02 0.81 0.00 0.14 ind:pre:1s;ind:pre:3s; -bêtifier bêtifier ver 0.02 0.81 0.02 0.14 inf; -bêtifié bêtifier ver m s 0.02 0.81 0.00 0.07 par:pas; -butin butin nom m s 6.35 5.61 6.27 5.20 -butinait butiner ver 0.49 1.69 0.00 0.20 ind:imp:3s; -butinant butiner ver 0.49 1.69 0.14 0.20 par:pre; -butine butiner ver 0.49 1.69 0.17 0.34 ind:pre:1s;ind:pre:3s; -butinent butiner ver 0.49 1.69 0.01 0.34 ind:pre:3p; -butiner butiner ver 0.49 1.69 0.16 0.41 inf; -butines butiner ver 0.49 1.69 0.00 0.07 ind:pre:2s; -butineur butineur adj m s 0.03 0.07 0.01 0.00 -butineuse butineur adj f s 0.03 0.07 0.01 0.00 -butineuses butineur adj f p 0.03 0.07 0.01 0.07 -butins butin nom m p 6.35 5.61 0.08 0.41 -butiné butiner ver m s 0.49 1.69 0.01 0.00 par:pas; -butinées butiner ver f p 0.49 1.69 0.00 0.07 par:pas; -butinés butiner ver m p 0.49 1.69 0.00 0.07 par:pas; -bêtise bêtise nom f s 39.31 28.38 14.29 14.73 -bêtises bêtise nom f p 39.31 28.38 25.03 13.65 -bêtisier bêtisier nom m s 0.04 0.00 0.04 0.00 -bétoine bétoine nom f s 0.01 0.00 0.01 0.00 -butoir butoir nom m s 0.33 0.81 0.31 0.54 -butoirs butoir nom m p 0.33 0.81 0.02 0.27 -béton béton nom m s 6.41 15.68 6.41 15.20 -bétonnage bétonnage nom m s 0.00 0.14 0.00 0.14 -bétonnaient bétonner ver 0.22 0.14 0.01 0.00 ind:imp:3p; -bétonner bétonner ver 0.22 0.14 0.16 0.00 inf; -bétonneurs bétonneur nom m p 0.17 0.54 0.01 0.07 -bétonneuse bétonneur nom f s 0.17 0.54 0.16 0.20 -bétonneuses bétonneuse nom f p 0.14 0.00 0.14 0.00 -bétonnière bétonnière nom f s 0.23 0.07 0.22 0.00 -bétonnières bétonnière nom f p 0.23 0.07 0.01 0.07 -bétonné bétonner ver m s 0.22 0.14 0.05 0.00 par:pas; -bétonnée bétonné adj f s 0.02 0.61 0.00 0.14 -bétonnées bétonné adj f p 0.02 0.61 0.00 0.14 -bétonnés bétonné adj m p 0.02 0.61 0.00 0.14 -bétons béton nom m p 6.41 15.68 0.00 0.47 -butons buter ver 31.86 21.62 0.14 0.07 imp:pre:1p;ind:pre:1p; -butor butor nom m s 0.28 1.08 0.27 0.88 -butors butor nom m p 0.28 1.08 0.01 0.20 -buts but nom m p 78.43 60.41 4.63 8.51 -butte butte nom f s 1.48 7.03 1.17 5.34 -butter butter ver 1.17 1.01 0.69 0.14 inf; -buttes butte nom f p 1.48 7.03 0.32 1.69 -butteur butteur nom m s 0.11 0.00 0.11 0.00 -butèrent buter ver 31.86 21.62 0.00 0.41 ind:pas:3p; -buttoir buttoir nom m s 0.01 0.07 0.01 0.07 -buttèrent butter ver 1.17 1.01 0.00 0.07 ind:pas:3p; -butté butter ver m s 1.17 1.01 0.16 0.00 par:pas; -buttés butter ver m p 1.17 1.01 0.00 0.74 par:pas; -buté buter ver m s 31.86 21.62 6.71 3.24 par:pas; -butée buter ver f s 31.86 21.62 0.49 0.34 par:pas; -butées buter ver f p 31.86 21.62 0.01 0.00 par:pas; -butés buter ver m p 31.86 21.62 0.34 0.34 par:pas; -béé béer ver m s 0.23 3.65 0.00 0.07 par:pas; -buée buée nom f s 0.32 13.51 0.32 13.11 -béée béer ver f s 0.23 3.65 0.00 0.07 par:pas; -buées buée nom f p 0.32 13.51 0.00 0.41 -buvable buvable adj s 0.21 0.68 0.21 0.61 -buvables buvable adj p 0.21 0.68 0.00 0.07 -buvaient boire ver 339.06 274.32 0.78 7.09 ind:imp:3p; -buvais boire ver 339.06 274.32 4.10 3.11 ind:imp:1s;ind:imp:2s; -buvait boire ver 339.06 274.32 7.06 23.38 ind:imp:3s; -buvant boire ver 339.06 274.32 2.58 11.28 par:pre; -buvard buvard nom m s 0.12 4.32 0.10 3.58 -buvarde buvarder ver 0.00 0.20 0.00 0.07 ind:pre:3s; -buvards buvard nom m p 0.12 4.32 0.02 0.74 -buvardé buvarder ver m s 0.00 0.20 0.00 0.07 par:pas; -buvardés buvarder ver m p 0.00 0.20 0.00 0.07 par:pas; -buvette buvette nom f s 0.76 3.04 0.75 2.91 -buvettes buvette nom f p 0.76 3.04 0.01 0.14 -buveur buveur nom m s 2.22 4.66 1.67 1.49 -buveurs buveur nom m p 2.22 4.66 0.49 2.91 -buveuse buveur nom f s 2.22 4.66 0.06 0.27 -buvez boire ver 339.06 274.32 25.24 3.72 imp:pre:2p;ind:pre:2p; -buviez boire ver 339.06 274.32 0.72 0.14 ind:imp:2p; -buvions boire ver 339.06 274.32 0.53 2.36 ind:imp:1p; -buvons boire ver 339.06 274.32 13.69 3.04 imp:pre:1p;ind:pre:1p; -bévue bévue nom f s 0.36 1.22 0.28 0.68 -bévues bévue nom f p 0.36 1.22 0.08 0.54 -bézef bézef adv 0.01 0.14 0.01 0.14 -bézoard bézoard nom m s 0.01 0.00 0.01 0.00 -by_pass by_pass nom m 0.03 0.00 0.03 0.00 -by_night by_night adj m s 0.25 0.41 0.25 0.41 -by by nom m s 12.49 0.68 12.49 0.68 -bye_bye bye_bye ono 2.36 0.34 2.36 0.34 -bye bye ono 23.11 2.03 23.11 2.03 -byronien byronien adj m s 0.00 0.07 0.00 0.07 -bytes byte nom m p 0.09 0.00 0.09 0.00 -bytures byture nom m p 0.00 0.07 0.00 0.07 -byzantin byzantin adj m s 0.13 3.38 0.05 0.81 -byzantine byzantin adj f s 0.13 3.38 0.05 1.55 -byzantines byzantin adj f p 0.13 3.38 0.03 0.68 -byzantinisant byzantinisant adj m s 0.00 0.07 0.00 0.07 -byzantinisme byzantinisme nom m s 0.00 0.34 0.00 0.34 -byzantins byzantin nom m p 0.04 0.34 0.04 0.34 -c_est_à_dire c_est_à_dire adv 0.00 52.03 0.00 52.03 -c c pro_dem 46.69 4.59 46.69 4.59 -côlon côlon nom m s 0.23 0.20 0.23 0.20 -cône cône nom m s 1.08 3.38 0.78 2.57 -cônes cône nom m p 1.08 3.38 0.30 0.81 -côte côte nom f s 35.16 112.50 25.86 90.74 -côtelette côtelette nom f s 3.38 3.45 1.18 1.62 -côtelettes côtelette nom f p 3.38 3.45 2.19 1.82 -côtelé côtelé adj m s 0.17 1.08 0.16 1.08 -côtelée côtelé adj f s 0.17 1.08 0.01 0.00 -côtes_du_rhône côtes_du_rhône nom m s 0.00 0.47 0.00 0.47 -côtes côte nom f p 35.16 112.50 9.31 21.76 -côtier côtier adj m s 0.69 1.96 0.09 0.20 -côtiers côtier adj m p 0.69 1.96 0.01 0.14 -côtière côtier adj f s 0.69 1.96 0.40 0.95 -côtières côtier adj f p 0.69 1.96 0.19 0.68 -côtoie côtoyer ver 2.42 7.43 0.44 1.22 ind:pre:1s;ind:pre:3s; -côtoiements côtoiement nom m p 0.00 0.07 0.00 0.07 -côtoient côtoyer ver 2.42 7.43 0.19 0.27 ind:pre:3p; -côtoies côtoyer ver 2.42 7.43 0.17 0.07 ind:pre:2s; -côtoya côtoyer ver 2.42 7.43 0.00 0.07 ind:pas:3s; -côtoyaient côtoyer ver 2.42 7.43 0.02 1.22 ind:imp:3p; -côtoyais côtoyer ver 2.42 7.43 0.05 0.20 ind:imp:1s;ind:imp:2s; -côtoyait côtoyer ver 2.42 7.43 0.01 1.15 ind:imp:3s; -côtoyant côtoyer ver 2.42 7.43 0.04 0.27 par:pre; -côtoyer côtoyer ver 2.42 7.43 0.94 0.88 inf; -côtoyons côtoyer ver 2.42 7.43 0.02 0.20 ind:pre:1p; -côtoyé côtoyer ver m s 2.42 7.43 0.36 1.22 par:pas; -côtoyée côtoyer ver f s 2.42 7.43 0.01 0.00 par:pas; -côtoyées côtoyer ver f p 2.42 7.43 0.01 0.14 par:pas; -côtoyés côtoyer ver m p 2.42 7.43 0.17 0.54 par:pas; -côté côté nom m s 285.99 566.49 250.51 497.43 -côtés côté nom m p 285.99 566.49 35.48 69.05 -caïd caïd nom m s 2.63 7.97 2.19 6.82 -caïds caïd nom m p 2.63 7.97 0.44 1.15 -caïman caïman nom m s 1.02 0.54 0.90 0.34 -caïmans caïman nom m p 1.02 0.54 0.13 0.20 -caïque caïque nom m s 0.00 5.47 0.00 3.24 -caïques caïque nom m p 0.00 5.47 0.00 2.23 -cañon cañon nom m s 0.07 0.00 0.07 0.00 -cab cab nom m s 0.42 0.20 0.40 0.20 -cabale cabale nom f s 0.73 0.88 0.73 0.41 -cabales cabale nom f p 0.73 0.88 0.00 0.47 -cabaliste cabaliste nom s 0.00 0.34 0.00 0.20 -cabalistes cabaliste nom p 0.00 0.34 0.00 0.14 -cabalistique cabalistique adj s 0.05 0.68 0.03 0.14 -cabalistiques cabalistique adj p 0.05 0.68 0.02 0.54 -caballero caballero nom f s 0.11 0.20 0.11 0.20 -caban caban nom m s 0.14 1.49 0.14 1.28 -cabana cabaner ver 0.02 0.00 0.02 0.00 ind:pas:3s; -cabane cabane nom f s 15.36 29.46 14.34 25.68 -cabanes cabane nom f p 15.36 29.46 1.02 3.78 -cabanettes cabanette nom f p 0.00 0.07 0.00 0.07 -cabanon cabanon nom m s 1.27 2.09 1.26 1.69 -cabanons cabanon nom m p 1.27 2.09 0.01 0.41 -cabans caban nom m p 0.14 1.49 0.00 0.20 -cabaret cabaret nom m s 4.82 6.69 4.44 4.93 -cabaretier cabaretier nom m s 0.25 0.74 0.01 0.54 -cabaretiers cabaretier nom m p 0.25 0.74 0.23 0.07 -cabaretière cabaretier nom f s 0.25 0.74 0.00 0.14 -cabarets cabaret nom m p 4.82 6.69 0.38 1.76 -cabas cabas nom m 0.14 5.68 0.14 5.68 -caberlot caberlot nom m s 0.04 0.07 0.04 0.07 -cabernet cabernet nom m s 0.16 0.07 0.16 0.07 -cabestan cabestan nom m s 0.23 0.34 0.23 0.34 -cabiais cabiai nom m p 0.01 0.00 0.01 0.00 -cabillaud cabillaud nom m s 0.25 0.27 0.25 0.27 -cabillots cabillot nom m p 0.00 0.07 0.00 0.07 -cabine cabine nom f s 20.00 35.07 17.65 29.86 -cabiner cabiner ver 0.00 0.07 0.00 0.07 inf; -cabines cabine nom f p 20.00 35.07 2.35 5.20 -cabinet cabinet nom m s 21.97 36.49 19.45 29.80 -cabinets cabinet nom m p 21.97 36.49 2.51 6.69 -cabochard cabochard adj m s 0.21 0.47 0.18 0.27 -cabocharde cabochard adj f s 0.21 0.47 0.01 0.07 -cabochards cabochard adj m p 0.21 0.47 0.02 0.14 -caboche caboche nom f s 1.13 1.49 1.12 1.22 -caboches caboche nom f p 1.13 1.49 0.01 0.27 -cabochon cabochon nom m s 0.00 1.35 0.00 0.68 -cabochons cabochon nom m p 0.00 1.35 0.00 0.68 -cabossa cabosser ver 0.94 4.32 0.00 0.07 ind:pas:3s; -cabossages cabossage nom m p 0.00 0.07 0.00 0.07 -cabossait cabosser ver 0.94 4.32 0.00 0.07 ind:imp:3s; -cabosse cabosser ver 0.94 4.32 0.01 0.07 imp:pre:2s;ind:pre:3s; -cabosser cabosser ver 0.94 4.32 0.06 0.27 inf; -cabosses cabosse nom f p 0.00 0.14 0.00 0.07 -cabossé cabosser ver m s 0.94 4.32 0.40 1.62 par:pas; -cabossée cabosser ver f s 0.94 4.32 0.37 1.35 par:pas; -cabossées cabosser ver f p 0.94 4.32 0.05 0.54 par:pas; -cabossés cabosser ver m p 0.94 4.32 0.05 0.34 par:pas; -cabot cabot nom m s 1.52 1.49 1.45 0.68 -cabotage cabotage nom m s 0.00 0.20 0.00 0.20 -cabotaient caboter ver 0.02 0.41 0.00 0.07 ind:imp:3p; -cabotait caboter ver 0.02 0.41 0.00 0.14 ind:imp:3s; -cabote caboter ver 0.02 0.41 0.01 0.07 ind:pre:3s; -caboter caboter ver 0.02 0.41 0.01 0.07 inf; -caboteur caboteur nom m s 0.02 1.01 0.02 1.01 -cabotin cabotin nom m s 0.20 0.81 0.18 0.47 -cabotinage cabotinage nom m s 0.05 0.47 0.05 0.47 -cabotine cabotin nom f s 0.20 0.81 0.01 0.14 -cabotines cabotiner ver 0.01 0.00 0.01 0.00 ind:pre:2s; -cabotins cabotin nom m p 0.20 0.81 0.01 0.20 -cabots cabot nom m p 1.52 1.49 0.07 0.81 -caboté caboter ver m s 0.02 0.41 0.00 0.07 par:pas; -caboulot caboulot nom m s 0.00 0.68 0.00 0.47 -caboulots caboulot nom m p 0.00 0.68 0.00 0.20 -cabra cabrer ver 0.34 6.55 0.00 0.95 ind:pas:3s; -cabrade cabrade nom f s 0.00 0.07 0.00 0.07 -cabrage cabrage nom m s 0.04 0.00 0.04 0.00 -cabraient cabrer ver 0.34 6.55 0.00 0.34 ind:imp:3p; -cabrais cabrer ver 0.34 6.55 0.00 0.07 ind:imp:1s; -cabrait cabrer ver 0.34 6.55 0.00 0.61 ind:imp:3s; -cabrant cabrer ver 0.34 6.55 0.00 0.27 par:pre; -cabre cabrer ver 0.34 6.55 0.20 1.49 imp:pre:2s;ind:pre:1s;ind:pre:3s; -cabrent cabrer ver 0.34 6.55 0.00 0.14 ind:pre:3p; -cabrer cabrer ver 0.34 6.55 0.01 1.08 inf; -cabrera cabrer ver 0.34 6.55 0.02 0.00 ind:fut:3s; -cabrerait cabrer ver 0.34 6.55 0.00 0.07 cnd:pre:3s; -cabrette cabrette nom f s 0.00 0.20 0.00 0.20 -cabri cabri nom m s 0.08 1.08 0.07 0.41 -cabriolaient cabrioler ver 0.02 0.47 0.00 0.14 ind:imp:3p; -cabriolait cabrioler ver 0.02 0.47 0.01 0.07 ind:imp:3s; -cabriolant cabrioler ver 0.02 0.47 0.00 0.07 par:pre; -cabriole cabriole nom f s 0.45 1.15 0.31 0.20 -cabrioler cabrioler ver 0.02 0.47 0.00 0.07 inf; -cabrioles cabriole nom f p 0.45 1.15 0.14 0.95 -cabriolet cabriolet nom m s 0.65 3.38 0.53 2.91 -cabriolets cabriolet nom m p 0.65 3.38 0.12 0.47 -cabris cabri nom m p 0.08 1.08 0.01 0.68 -cabrèrent cabrer ver 0.34 6.55 0.00 0.07 ind:pas:3p; -cabré cabrer ver m s 0.34 6.55 0.10 0.47 par:pas; -cabrée cabrer ver f s 0.34 6.55 0.01 0.34 par:pas; -cabrées cabrer ver f p 0.34 6.55 0.00 0.27 par:pas; -cabrés cabrer ver m p 0.34 6.55 0.00 0.41 par:pas; -cabs cab nom m p 0.42 0.20 0.02 0.00 -cabèche cabèche nom f s 0.00 0.54 0.00 0.47 -cabèches cabèche nom f p 0.00 0.54 0.00 0.07 -cabécous cabécou nom m p 0.00 0.07 0.00 0.07 -cabus cabus adj m s 0.00 0.07 0.00 0.07 -caca caca adj 3.16 1.76 3.16 1.76 -cacahouète cacahouète nom f s 1.00 0.00 0.39 0.00 -cacahouètes cacahouète nom f p 1.00 0.00 0.62 0.00 -cacahuète cacahuète nom f s 7.29 3.58 1.71 0.74 -cacahuètes cacahuète nom f p 7.29 3.58 5.59 2.84 -cacao cacao nom m s 1.30 1.42 1.29 1.42 -cacaos cacao nom m p 1.30 1.42 0.01 0.00 -cacaotier cacaotier nom m s 0.01 0.00 0.01 0.00 -cacaotés cacaoté adj m p 0.00 0.07 0.00 0.07 -cacaoyer cacaoyer nom m s 0.01 0.00 0.01 0.00 -cacarda cacarder ver 0.14 0.20 0.00 0.07 ind:pas:3s; -cacardait cacarder ver 0.14 0.20 0.00 0.07 ind:imp:3s; -cacarde cacarder ver 0.14 0.20 0.14 0.07 ind:pre:1s;ind:pre:3s; -cacas caca nom m p 3.09 2.23 0.04 0.47 -cacatois cacatois nom m 0.03 0.07 0.03 0.07 -cacatoès cacatoès nom m 0.12 0.34 0.12 0.34 -cacha cacher ver 204.10 181.89 1.13 6.82 ind:pas:3s; -cachai cacher ver 204.10 181.89 0.16 1.01 ind:pas:1s; -cachaient cacher ver 204.10 181.89 0.78 9.66 ind:imp:3p; -cachais cacher ver 204.10 181.89 3.61 2.03 ind:imp:1s;ind:imp:2s; -cachait cacher ver 204.10 181.89 5.84 21.89 ind:imp:3s; -cachalot cachalot nom m s 0.72 0.95 0.70 0.88 -cachalots cachalot nom m p 0.72 0.95 0.01 0.07 -cachant cacher ver 204.10 181.89 1.84 8.11 par:pre; -cache_brassière cache_brassière nom m 0.00 0.07 0.00 0.07 -cache_cache cache_cache nom m 3.42 2.70 3.42 2.70 -cache_coeur cache_coeur nom s 0.00 0.14 0.00 0.14 -cache_col cache_col nom m 0.01 1.35 0.01 1.35 -cache_corset cache_corset nom m 0.00 0.14 0.00 0.14 -cache_nez cache_nez nom m 0.15 2.09 0.15 2.09 -cache_pot cache_pot nom m s 0.16 0.81 0.16 0.41 -cache_pot cache_pot nom m p 0.16 0.81 0.00 0.41 -cache_poussière cache_poussière nom m 0.01 0.20 0.01 0.20 -cache_sexe cache_sexe nom m 0.03 0.27 0.03 0.27 -cache_tampon cache_tampon nom m 0.00 0.20 0.00 0.20 -cache cacher ver 204.10 181.89 44.82 20.07 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:1s;sub:pre:3s; -cachectique cachectique adj f s 0.00 0.20 0.00 0.14 -cachectiques cachectique adj m p 0.00 0.20 0.00 0.07 -cachemire cachemire nom m s 1.38 2.84 1.35 2.64 -cachemires cachemire nom m p 1.38 2.84 0.02 0.20 -cachemiris cachemiri nom m p 0.01 0.00 0.01 0.00 -cachent cacher ver 204.10 181.89 7.50 5.00 ind:pre:3p; -cacher cacher ver 204.10 181.89 61.04 48.45 inf;; -cachera cacher ver 204.10 181.89 0.83 0.27 ind:fut:3s; -cacherai cacher ver 204.10 181.89 1.35 1.01 ind:fut:1s; -cacheraient cacher ver 204.10 181.89 0.07 0.00 cnd:pre:3p; -cacherais cacher ver 204.10 181.89 0.81 0.27 cnd:pre:1s;cnd:pre:2s; -cacherait cacher ver 204.10 181.89 1.02 0.61 cnd:pre:3s; -cacheras cacher ver 204.10 181.89 0.08 0.20 ind:fut:2s; -cacherez cacher ver 204.10 181.89 0.30 0.07 ind:fut:2p; -cacheriez cacher ver 204.10 181.89 0.07 0.00 cnd:pre:2p; -cacherons cacher ver 204.10 181.89 0.12 0.14 ind:fut:1p; -cacheront cacher ver 204.10 181.89 0.08 0.07 ind:fut:3p; -caches cacher ver 204.10 181.89 12.67 1.89 ind:pre:2s;sub:pre:2s; -cachet cachet nom m s 16.46 10.20 6.97 4.93 -cacheta cacheter ver 0.96 2.64 0.00 0.27 ind:pas:3s; -cachetais cacheter ver 0.96 2.64 0.00 0.07 ind:imp:1s; -cachetait cacheter ver 0.96 2.64 0.00 0.20 ind:imp:3s; -cacheter cacheter ver 0.96 2.64 0.13 0.34 inf; -cacheton cacheton nom m s 0.59 0.20 0.03 0.14 -cachetonnais cachetonner ver 0.02 0.14 0.00 0.07 ind:imp:1s; -cachetonnait cachetonner ver 0.02 0.14 0.00 0.07 ind:imp:3s; -cachetonne cachetonner ver 0.02 0.14 0.02 0.00 ind:pre:3s; -cachetons cacheton nom m p 0.59 0.20 0.56 0.07 -cachets cachet nom m p 16.46 10.20 9.49 5.27 -cachette cachette nom f s 11.81 16.96 11.21 14.59 -cachettes cachette nom f p 11.81 16.96 0.59 2.36 -cacheté cacheter ver m s 0.96 2.64 0.14 0.74 par:pas; -cachetée cacheter ver f s 0.96 2.64 0.40 0.41 par:pas; -cachetées cacheter ver f p 0.96 2.64 0.01 0.20 par:pas; -cachetés cacheter ver m p 0.96 2.64 0.00 0.20 par:pas; -cachexie cachexie nom f s 0.01 0.07 0.01 0.07 -cachez cacher ver 204.10 181.89 10.65 1.35 imp:pre:2p;ind:pre:2p; -cachiez cacher ver 204.10 181.89 0.88 0.00 ind:imp:2p; -cachions cacher ver 204.10 181.89 0.15 0.74 ind:imp:1p; -cachons cacher ver 204.10 181.89 1.75 0.81 imp:pre:1p;ind:pre:1p; -cachât cacher ver 204.10 181.89 0.00 0.61 sub:imp:3s; -cachot cachot nom m s 3.67 7.09 3.01 5.95 -cachots cachot nom m p 3.67 7.09 0.66 1.15 -cachotterie cachotterie nom f s 0.93 0.54 0.01 0.20 -cachotteries cachotterie nom f p 0.93 0.54 0.92 0.34 -cachottier cachottier nom m s 0.71 0.47 0.57 0.34 -cachottiers cachottier adj m p 0.28 0.41 0.17 0.00 -cachottière cachottier nom f s 0.71 0.47 0.13 0.14 -cachottières cachottier adj f p 0.28 0.41 0.00 0.07 -cachou cachou nom m s 0.23 0.68 0.17 0.27 -cachous cachou nom m p 0.23 0.68 0.05 0.41 -cachère cachère adj 0.01 0.00 0.01 0.00 -cachèrent cacher ver 204.10 181.89 0.09 0.61 ind:pas:3p; -caché cacher ver m s 204.10 181.89 32.13 25.81 par:pas; -cachée cacher ver f s 204.10 181.89 8.17 11.89 par:pas; -cachées cacher ver f p 204.10 181.89 1.92 4.80 par:pas; -cachés cacher ver m p 204.10 181.89 4.29 7.70 par:pas; -cacique cacique nom m s 0.00 0.20 0.00 0.14 -caciques cacique nom m p 0.00 0.20 0.00 0.07 -cacochyme cacochyme adj s 0.00 0.74 0.00 0.47 -cacochymes cacochyme adj m p 0.00 0.74 0.00 0.27 -cacodylate cacodylate nom m s 0.00 0.07 0.00 0.07 -cacographes cacographe nom p 0.00 0.07 0.00 0.07 -cacophonie cacophonie nom f s 0.05 1.35 0.04 1.22 -cacophonies cacophonie nom f p 0.05 1.35 0.01 0.14 -cacophonique cacophonique adj s 0.00 0.34 0.00 0.27 -cacophoniques cacophonique adj m p 0.00 0.34 0.00 0.07 -cactées cactée nom f p 0.02 0.47 0.02 0.47 -cactus cactus nom m 2.86 2.30 2.86 2.30 -cadastral cadastral adj m s 0.00 1.62 0.00 1.15 -cadastrale cadastral adj f s 0.00 1.62 0.00 0.07 -cadastraux cadastral adj m p 0.00 1.62 0.00 0.41 -cadastre cadastre nom m s 0.56 3.58 0.54 3.45 -cadastres cadastre nom m p 0.56 3.58 0.02 0.14 -cadastré cadastrer ver m s 0.10 0.14 0.10 0.00 par:pas; -cadastrée cadastrer ver f s 0.10 0.14 0.00 0.14 par:pas; -cadavre cadavre nom m s 47.75 54.05 27.93 32.30 -cadavres cadavre nom m p 47.75 54.05 19.82 21.76 -cadavéreuse cadavéreux adj f s 0.04 0.20 0.00 0.14 -cadavéreux cadavéreux adj m 0.04 0.20 0.04 0.07 -cadavérique cadavérique adj s 0.34 0.95 0.34 0.68 -cadavériques cadavérique adj p 0.34 0.95 0.00 0.27 -cadavérise cadavériser ver 0.00 0.14 0.00 0.07 ind:pre:3s; -cadavérisés cadavériser ver m p 0.00 0.14 0.00 0.07 par:pas; -caddie caddie nom m s 1.50 2.43 1.35 1.28 -caddies caddie nom m p 1.50 2.43 0.15 1.15 -caddy caddy nom m s 0.81 1.49 0.81 1.49 -cade cade nom m s 0.14 0.00 0.14 0.00 -cadeau cadeau nom m s 125.79 50.81 98.09 32.77 -cadeaux cadeau nom m p 125.79 50.81 27.70 18.04 -cadenas cadenas nom m 2.10 2.43 2.10 2.43 -cadenassaient cadenasser ver 0.21 1.89 0.00 0.07 ind:imp:3p; -cadenassait cadenasser ver 0.21 1.89 0.00 0.14 ind:imp:3s; -cadenassant cadenasser ver 0.21 1.89 0.00 0.07 par:pre; -cadenasse cadenasser ver 0.21 1.89 0.01 0.07 ind:pre:3s; -cadenasser cadenasser ver 0.21 1.89 0.02 0.20 inf; -cadenassez cadenasser ver 0.21 1.89 0.04 0.00 imp:pre:2p; -cadenassé cadenasser ver m s 0.21 1.89 0.09 0.41 par:pas; -cadenassée cadenasser ver f s 0.21 1.89 0.06 0.68 par:pas; -cadenassées cadenasser ver f p 0.21 1.89 0.00 0.27 par:pas; -cadence cadence nom f s 2.42 13.78 2.12 12.64 -cadencer cadencer ver 0.38 1.22 0.00 0.14 inf; -cadences cadence nom f p 2.42 13.78 0.30 1.15 -cadencé cadencer ver m s 0.38 1.22 0.10 0.74 par:pas; -cadencée cadencer ver f s 0.38 1.22 0.01 0.14 par:pas; -cadencées cadencé adj f p 0.05 1.96 0.00 0.07 -cadencés cadencer ver m p 0.38 1.22 0.14 0.07 par:pas; -cadet cadet nom m s 7.38 8.85 3.71 4.32 -cadets cadet nom m p 7.38 8.85 2.44 1.69 -cadette cadet adj f s 4.64 3.18 1.52 1.28 -cadettes cadet adj f p 4.64 3.18 0.01 0.14 -cadi cadi nom m s 0.10 2.30 0.10 2.30 -cadmié cadmier ver m s 0.00 0.20 0.00 0.20 par:pas; -cadmium cadmium nom m s 0.13 0.07 0.13 0.07 -cadogan cadogan nom m s 0.20 0.00 0.20 0.00 -cador cador nom m s 0.45 1.96 0.41 1.42 -cadors cador nom m p 0.45 1.96 0.03 0.54 -cadrage cadrage nom m s 0.59 0.47 0.58 0.34 -cadrages cadrage nom m p 0.59 0.47 0.01 0.14 -cadrais cadrer ver 1.55 2.43 0.00 0.07 ind:imp:2s; -cadrait cadrer ver 1.55 2.43 0.02 0.68 ind:imp:3s; -cadran cadran nom m s 1.58 7.70 1.42 6.55 -cadrans cadran nom m p 1.58 7.70 0.16 1.15 -cadrant cadrer ver 1.55 2.43 0.03 0.00 par:pre; -cadratin cadratin nom m s 0.00 0.14 0.00 0.07 -cadratins cadratin nom m p 0.00 0.14 0.00 0.07 -cadre cadre nom m s 13.53 42.84 10.98 29.80 -cadrent cadrer ver 1.55 2.43 0.03 0.14 ind:pre:3p; -cadrer cadrer ver 1.55 2.43 0.64 0.34 inf; -cadres cadre nom m p 13.53 42.84 2.56 13.04 -cadreur cadreur nom m s 0.14 0.14 0.11 0.07 -cadreurs cadreur nom m p 0.14 0.14 0.04 0.07 -cadrez cadrer ver 1.55 2.43 0.03 0.00 imp:pre:2p; -cadré cadrer ver m s 1.55 2.43 0.10 0.47 par:pas; -cadrée cadrer ver f s 1.55 2.43 0.01 0.27 par:pas; -cadènes cadène nom f p 0.00 1.01 0.00 1.01 -caduc caduc adj m s 0.24 1.01 0.14 0.74 -caducité caducité nom f s 0.00 0.07 0.00 0.07 -caducs caduc adj m p 0.24 1.01 0.10 0.27 -caducée caducée nom m s 0.16 0.20 0.16 0.14 -caducées caducée nom m p 0.16 0.20 0.00 0.07 -caduque caduque adj f s 0.23 0.95 0.19 0.47 -caduques caduque adj f p 0.23 0.95 0.04 0.47 -caecum caecum nom m s 0.01 0.00 0.01 0.00 -caesium caesium nom m s 0.11 0.00 0.11 0.00 -caf caf adj s 0.14 0.00 0.14 0.00 -cafard cafard nom m s 9.87 9.80 5.77 7.84 -cafardage cafardage nom m s 0.11 0.00 0.11 0.00 -cafarde cafarder ver 0.34 0.34 0.13 0.00 imp:pre:2s;ind:pre:1s;ind:pre:3s; -cafarder cafarder ver 0.34 0.34 0.21 0.27 inf; -cafarderait cafarder ver 0.34 0.34 0.00 0.07 cnd:pre:3s; -cafardeur cafardeur nom m s 0.29 0.00 0.16 0.00 -cafardeuse cafardeur nom f s 0.29 0.00 0.14 0.00 -cafardeux cafardeux adj m 0.09 0.34 0.07 0.34 -cafards cafard nom m p 9.87 9.80 4.10 1.96 -cafetais cafeter ver 0.27 0.07 0.00 0.07 ind:imp:1s; -cafetan cafetan nom m s 0.29 0.07 0.28 0.00 -cafetans cafetan nom m p 0.29 0.07 0.01 0.07 -cafeter cafeter ver 0.27 0.07 0.25 0.00 inf; -cafeteria cafeteria nom f s 0.11 1.35 0.11 1.28 -cafeterias cafeteria nom f p 0.11 1.35 0.00 0.07 -cafeteur cafeteur nom m s 0.01 0.00 0.01 0.00 -cafetier cafetier nom m s 0.35 2.97 0.34 2.77 -cafetiers cafetier nom m p 0.35 2.97 0.01 0.20 -cafetière cafetière nom f s 2.07 5.88 1.92 5.54 -cafetières cafetière nom f p 2.07 5.88 0.15 0.34 -cafeton cafeton nom m s 0.00 0.14 0.00 0.14 -cafeté cafeter ver m s 0.27 0.07 0.02 0.00 par:pas; -cafouilla cafouiller ver 0.43 0.41 0.00 0.14 ind:pas:3s; -cafouillage cafouillage nom m s 0.33 0.54 0.30 0.41 -cafouillages cafouillage nom m p 0.33 0.54 0.02 0.14 -cafouillait cafouiller ver 0.43 0.41 0.03 0.07 ind:imp:3s; -cafouillant cafouiller ver 0.43 0.41 0.00 0.07 par:pre; -cafouille cafouiller ver 0.43 0.41 0.19 0.00 ind:pre:1s;ind:pre:3s; -cafouillent cafouiller ver 0.43 0.41 0.01 0.07 ind:pre:3p; -cafouiller cafouiller ver 0.43 0.41 0.02 0.07 inf; -cafouilles cafouiller ver 0.43 0.41 0.01 0.00 ind:pre:2s; -cafouilleuse cafouilleux adj f s 0.00 0.27 0.00 0.14 -cafouilleux cafouilleux adj m 0.00 0.27 0.00 0.14 -cafouillis cafouillis nom m 0.00 0.14 0.00 0.14 -cafouillé cafouiller ver m s 0.43 0.41 0.17 0.00 par:pas; -cafre cafre nom m s 0.03 0.00 0.03 0.00 -caftage caftage nom m s 0.00 0.07 0.00 0.07 -caftaient cafter ver 1.05 1.22 0.00 0.07 ind:imp:3p; -caftait cafter ver 1.05 1.22 0.01 0.00 ind:imp:3s; -caftan caftan nom m s 0.15 2.64 0.15 1.89 -caftans caftan nom m p 0.15 2.64 0.00 0.74 -cafte cafter ver 1.05 1.22 0.20 0.07 imp:pre:2s;ind:pre:1s;ind:pre:3s; -cafter cafter ver 1.05 1.22 0.32 0.54 inf; -cafterai cafter ver 1.05 1.22 0.01 0.00 ind:fut:1s; -cafterait cafter ver 1.05 1.22 0.00 0.14 cnd:pre:3s; -cafteras cafter ver 1.05 1.22 0.00 0.07 ind:fut:2s; -caftes cafter ver 1.05 1.22 0.14 0.07 ind:pre:2s; -cafteur cafteur nom m s 0.51 0.47 0.35 0.14 -cafteurs cafteur nom m p 0.51 0.47 0.15 0.14 -cafteuse cafteur nom f s 0.51 0.47 0.01 0.20 -cafté cafter ver m s 1.05 1.22 0.37 0.27 par:pas; -caftés cafter ver m p 1.05 1.22 0.01 0.00 par:pas; -café_concert café_concert nom m s 0.00 0.47 0.00 0.34 -café_crème café_crème nom m s 0.00 0.95 0.00 0.95 -café_hôtel café_hôtel nom m s 0.00 0.07 0.00 0.07 -café_restaurant café_restaurant nom m s 0.00 0.41 0.00 0.41 -café_tabac café_tabac nom m s 0.00 1.22 0.00 1.22 -café_théâtre café_théâtre nom m s 0.00 0.27 0.00 0.27 -café café nom m s 163.56 177.30 157.56 154.93 -caféier caféier nom m s 0.02 0.07 0.01 0.00 -caféiers caféier nom m p 0.02 0.07 0.01 0.07 -caféine caféine nom f s 1.58 0.14 1.58 0.14 -café_concert café_concert nom m p 0.00 0.47 0.00 0.14 -cafés café nom m p 163.56 177.30 6.00 22.36 -cafétéria cafétéria nom f s 4.12 1.28 4.08 1.15 -cafétérias cafétéria nom f p 4.12 1.28 0.04 0.14 -cagade cagade nom f s 0.00 0.68 0.00 0.54 -cagades cagade nom f p 0.00 0.68 0.00 0.14 -cage cage nom f s 18.30 41.82 16.61 34.86 -cageot cageot nom m s 1.21 7.36 0.64 3.11 -cageots cageot nom m p 1.21 7.36 0.57 4.26 -cages cage nom f p 18.30 41.82 1.69 6.96 -cagette cagette nom f s 0.01 0.54 0.01 0.07 -cagettes cagette nom f p 0.01 0.54 0.00 0.47 -cagibi cagibi nom m s 0.85 5.34 0.85 5.07 -cagibis cagibi nom m p 0.85 5.34 0.00 0.27 -cagna cagna nom f s 0.01 2.64 0.01 1.69 -cagnard cagnard adj m s 0.17 0.27 0.17 0.20 -cagnards cagnard adj m p 0.17 0.27 0.00 0.07 -cagnas cagna nom f p 0.01 2.64 0.00 0.95 -cagne cagne nom f s 0.00 0.07 0.00 0.07 -cagneuse cagneux adj f s 0.21 1.01 0.01 0.07 -cagneuses cagneux adj f p 0.21 1.01 0.00 0.14 -cagneux cagneux adj m 0.21 1.01 0.20 0.81 -cagnotte cagnotte nom f s 1.09 1.01 1.09 1.01 -cagot cagot nom m s 0.00 0.41 0.00 0.14 -cagote cagot nom f s 0.00 0.41 0.00 0.07 -cagotes cagot adj f p 0.00 0.20 0.00 0.07 -cagots cagot nom m p 0.00 0.41 0.00 0.20 -cagou cagou nom m s 0.01 0.00 0.01 0.00 -cagoulard cagoulard nom m s 0.00 0.54 0.00 0.14 -cagoulards cagoulard nom m p 0.00 0.54 0.00 0.41 -cagoule cagoule nom f s 2.84 1.76 1.92 1.28 -cagoules cagoule nom f p 2.84 1.76 0.93 0.47 -cagoulé cagoulé adj m s 0.31 0.20 0.03 0.14 -cagoulés cagoulé adj m p 0.31 0.20 0.28 0.07 -caguait caguer ver 0.01 0.88 0.00 0.20 ind:imp:3s; -cague caguer ver 0.01 0.88 0.00 0.27 ind:pre:1s;ind:pre:3s; -caguer caguer ver 0.01 0.88 0.01 0.41 inf; -cahier cahier nom m s 6.98 31.55 5.04 20.07 -cahiers cahier nom m p 6.98 31.55 1.94 11.49 -cahin_caha cahin_caha adv 0.00 1.08 0.00 1.08 -cahors cahors nom m 0.00 0.14 0.00 0.14 -cahot cahot nom m s 0.08 4.39 0.01 1.42 -cahota cahoter ver 0.06 4.53 0.00 0.14 ind:pas:3s; -cahotait cahoter ver 0.06 4.53 0.01 0.34 ind:imp:3s; -cahotant cahoter ver 0.06 4.53 0.00 1.42 par:pre; -cahotante cahotant adj f s 0.00 1.08 0.00 0.68 -cahote cahoter ver 0.06 4.53 0.01 0.54 ind:pre:3s; -cahotement cahotement nom m s 0.00 0.27 0.00 0.27 -cahotent cahoter ver 0.06 4.53 0.00 0.14 ind:pre:3p; -cahoter cahoter ver 0.06 4.53 0.03 0.41 inf; -cahoteuse cahoteux adj f s 0.15 0.74 0.10 0.07 -cahoteuses cahoteux adj f p 0.15 0.74 0.00 0.07 -cahoteux cahoteux adj m 0.15 0.74 0.05 0.61 -cahotons cahoter ver 0.06 4.53 0.00 0.07 ind:pre:1p; -cahots cahot nom m p 0.08 4.39 0.07 2.97 -cahotèrent cahoter ver 0.06 4.53 0.00 0.07 ind:pas:3p; -cahoté cahoter ver m s 0.06 4.53 0.00 0.68 par:pas; -cahotée cahoter ver f s 0.06 4.53 0.01 0.07 par:pas; -cahotées cahoter ver f p 0.06 4.53 0.00 0.14 par:pas; -cahotés cahoter ver m p 0.06 4.53 0.00 0.54 par:pas; -cahute cahute nom f s 0.17 1.69 0.17 1.01 -cahutes cahute nom f p 0.17 1.69 0.00 0.68 -cailla cailler ver 1.46 2.91 0.00 0.07 ind:pas:3s; -caillaient cailler ver 1.46 2.91 0.00 0.07 ind:imp:3p; -caillais cailler ver 1.46 2.91 0.00 0.07 ind:imp:1s; -caillait cailler ver 1.46 2.91 0.02 0.47 ind:imp:3s; -caillant cailler ver 1.46 2.91 0.01 0.07 par:pre; -caillasse caillasse nom f s 0.16 2.70 0.14 1.35 -caillasser caillasser ver 0.03 0.00 0.03 0.00 inf; -caillasses caillasse nom f p 0.16 2.70 0.02 1.35 -caille caille nom f s 2.34 4.59 1.81 2.97 -caillebotis caillebotis nom m 0.01 0.20 0.01 0.20 -caillent cailler ver 1.46 2.91 0.01 0.07 ind:pre:3p; -cailler cailler ver 1.46 2.91 0.21 0.68 inf; -caillera caillera nom f s 0.03 0.00 0.03 0.00 -caillerait cailler ver 1.46 2.91 0.01 0.00 cnd:pre:3s; -caillerez cailler ver 1.46 2.91 0.01 0.00 ind:fut:2p; -cailles caille nom f p 2.34 4.59 0.53 1.62 -caillette caillette nom f s 0.01 0.00 0.01 0.00 -caillot caillot nom m s 3.09 2.84 2.39 1.82 -caillots caillot nom m p 3.09 2.84 0.70 1.01 -caillou caillou nom m s 10.02 38.58 4.11 11.22 -cailloutage cailloutage nom m s 0.00 0.07 0.00 0.07 -caillouteuse caillouteux adj f s 0.34 3.11 0.15 1.42 -caillouteuses caillouteux adj f p 0.34 3.11 0.00 0.34 -caillouteux caillouteux adj m 0.34 3.11 0.20 1.35 -cailloutis cailloutis nom m 0.00 0.54 0.00 0.54 -caillouté caillouter ver m s 0.03 0.00 0.03 0.00 par:pas; -cailloux caillou nom m p 10.02 38.58 5.91 27.36 -caillé caillé adj m s 0.21 1.96 0.21 1.96 -caillée cailler ver f s 1.46 2.91 0.00 0.07 par:pas; -caillées cailler ver f p 1.46 2.91 0.00 0.07 par:pas; -cairn cairn nom m s 0.08 0.07 0.03 0.07 -cairns cairn nom m p 0.08 0.07 0.05 0.00 -cairote cairote nom s 0.00 0.14 0.00 0.07 -cairotes cairote nom p 0.00 0.14 0.00 0.07 -caisse caisse nom f s 38.03 69.39 29.46 51.01 -caisses caisse nom f p 38.03 69.39 8.57 18.38 -caissette caissette nom f s 0.00 1.15 0.00 0.61 -caissettes caissette nom f p 0.00 1.15 0.00 0.54 -caissier caissier nom m s 4.07 7.09 1.66 1.96 -caissiers caissier nom m p 4.07 7.09 0.38 0.20 -caissière caissier nom f s 4.07 7.09 2.03 4.19 -caissières caissière nom f p 0.25 0.00 0.25 0.00 -caisson caisson nom m s 1.72 3.04 1.43 0.81 -caissons caisson nom m p 1.72 3.04 0.29 2.23 -cajola cajoler ver 1.36 3.45 0.00 0.41 ind:pas:3s; -cajolaient cajoler ver 1.36 3.45 0.00 0.47 ind:imp:3p; -cajolait cajoler ver 1.36 3.45 0.03 0.20 ind:imp:3s; -cajolant cajoler ver 1.36 3.45 0.11 0.27 par:pre; -cajole cajoler ver 1.36 3.45 0.59 0.34 imp:pre:2s;ind:pre:1s;ind:pre:3s; -cajolent cajoler ver 1.36 3.45 0.01 0.07 ind:pre:3p; -cajoler cajoler ver 1.36 3.45 0.36 1.15 inf; -cajolera cajoler ver 1.36 3.45 0.01 0.07 ind:fut:3s; -cajolerai cajoler ver 1.36 3.45 0.20 0.00 ind:fut:1s; -cajolerait cajoler ver 1.36 3.45 0.00 0.07 cnd:pre:3s; -cajolerie cajolerie nom f s 0.03 0.81 0.00 0.20 -cajoleries cajolerie nom f p 0.03 0.81 0.03 0.61 -cajoleur cajoleur nom m s 0.10 0.20 0.10 0.07 -cajoleurs cajoleur nom m p 0.10 0.20 0.00 0.07 -cajoleuse cajoleur adj f s 0.11 0.54 0.10 0.14 -cajolèrent cajoler ver 1.36 3.45 0.00 0.14 ind:pas:3p; -cajolé cajoler ver m s 1.36 3.45 0.01 0.20 par:pas; -cajolée cajoler ver f s 1.36 3.45 0.01 0.07 par:pas; -cajolés cajoler ver m p 1.36 3.45 0.02 0.00 par:pas; -cajou cajou nom m s 0.18 0.14 0.17 0.14 -cajous cajou nom m p 0.18 0.14 0.01 0.00 -cajun cajun adj s 0.47 0.00 0.47 0.00 -cajuns cajun nom p 0.28 0.00 0.10 0.00 -cake_walk cake_walk nom m s 0.03 0.00 0.03 0.00 -cake cake nom m s 3.13 1.96 2.57 1.69 -cakes cake nom m p 3.13 1.96 0.56 0.27 -cal cal nom m s 3.54 0.68 3.50 0.34 -cala caler ver 4.19 17.77 0.15 2.16 ind:pas:3s; -calabrais calabrais adj m 0.34 0.41 0.34 0.34 -calabraises calabrais adj f p 0.34 0.41 0.00 0.07 -calade calade nom f s 0.00 0.20 0.00 0.20 -calai caler ver 4.19 17.77 0.01 0.14 ind:pas:1s; -calaient caler ver 4.19 17.77 0.00 0.14 ind:imp:3p; -calais caler ver 4.19 17.77 0.01 0.14 ind:imp:1s;ind:imp:2s; -calaisiens calaisien nom m p 0.00 0.07 0.00 0.07 -calaison calaison nom f s 0.10 0.00 0.10 0.00 -calait caler ver 4.19 17.77 0.01 0.47 ind:imp:3s; -calamar calamar nom m s 1.09 0.47 0.40 0.14 -calamars calamar nom m p 1.09 0.47 0.69 0.34 -calame calame nom m s 0.14 0.27 0.14 0.20 -calames calame nom m p 0.14 0.27 0.00 0.07 -calamine calamine nom f s 0.01 0.20 0.01 0.00 -calamines calamine nom f p 0.01 0.20 0.00 0.20 -calamistre calamistrer ver 0.00 0.07 0.00 0.07 ind:pre:3s; -calamistré calamistré adj m s 0.00 0.41 0.00 0.14 -calamistrée calamistré adj f s 0.00 0.41 0.00 0.14 -calamistrés calamistré adj m p 0.00 0.41 0.00 0.14 -calamita calamiter ver 0.04 0.27 0.01 0.00 ind:pas:3s; -calamitait calamiter ver 0.04 0.27 0.00 0.07 ind:imp:3s; -calamiteuse calamiteux adj f s 0.06 0.81 0.02 0.34 -calamiteuses calamiteux adj f p 0.06 0.81 0.00 0.07 -calamiteux calamiteux adj m s 0.06 0.81 0.03 0.41 -calamité calamité nom f s 2.21 2.84 1.63 1.42 -calamités calamité nom f p 2.21 2.84 0.58 1.42 -calanchaient calancher ver 0.10 0.41 0.00 0.07 ind:imp:3p; -calanchais calancher ver 0.10 0.41 0.00 0.07 ind:imp:1s; -calanche calancher ver 0.10 0.41 0.00 0.07 ind:pre:1s; -calancher calancher ver 0.10 0.41 0.00 0.14 inf; -calanché calancher ver m s 0.10 0.41 0.10 0.07 par:pas; -calandre calandre nom f s 0.09 0.68 0.09 0.68 -calanque calanque nom f s 0.40 0.41 0.14 0.14 -calanques calanque nom f p 0.40 0.41 0.27 0.27 -calant caler ver 4.19 17.77 0.02 0.68 par:pre; -calao calao nom m s 0.01 0.00 0.01 0.00 -calbar calbar nom m s 0.02 0.34 0.02 0.20 -calbars calbar nom m p 0.02 0.34 0.00 0.14 -calbombe calbombe nom f s 0.00 0.54 0.00 0.47 -calbombes calbombe nom f p 0.00 0.54 0.00 0.07 -calcaire calcaire nom m s 0.28 1.55 0.28 1.35 -calcaires calcaire adj p 0.15 1.08 0.04 0.68 -calce calcer ver 0.00 0.34 0.00 0.07 ind:pre:3s; -calcer calcer ver 0.00 0.34 0.00 0.20 inf; -calcerais calcer ver 0.00 0.34 0.00 0.07 cnd:pre:1s; -calcif calcif nom m s 0.10 0.74 0.08 0.54 -calcification calcification nom f s 0.08 0.14 0.08 0.14 -calcifié calcifier ver m s 0.07 0.00 0.05 0.00 par:pas; -calcifiée calcifier ver f s 0.07 0.00 0.01 0.00 par:pas; -calcifiée calcifié adj f s 0.02 0.00 0.01 0.00 -calcifs calcif nom m p 0.10 0.74 0.02 0.20 -calcinaient calciner ver 0.50 2.16 0.01 0.00 ind:imp:3p; -calcinait calciner ver 0.50 2.16 0.00 0.07 ind:imp:3s; -calcinant calciner ver 0.50 2.16 0.00 0.14 par:pre; -calcination calcination nom f s 0.00 0.20 0.00 0.20 -calcine calciner ver 0.50 2.16 0.04 0.00 ind:pre:3s; -calciner calciner ver 0.50 2.16 0.02 0.14 inf; -calciné calciner ver m s 0.50 2.16 0.13 0.41 par:pas; -calcinée calciné adj f s 0.34 3.18 0.13 0.68 -calcinées calciné adj f p 0.34 3.18 0.01 1.15 -calcinés calciner ver m p 0.50 2.16 0.26 0.54 par:pas; -calcite calcite nom m s 0.01 0.00 0.01 0.00 -calcium calcium nom m s 0.98 0.74 0.98 0.74 -calcul calcul nom m s 11.47 19.86 5.95 11.55 -calcula calculer ver 12.19 23.31 0.00 1.76 ind:pas:3s; -calculables calculable adj f p 0.00 0.07 0.00 0.07 -calculai calculer ver 12.19 23.31 0.00 0.34 ind:pas:1s; -calculaient calculer ver 12.19 23.31 0.02 0.20 ind:imp:3p; -calculais calculer ver 12.19 23.31 0.13 0.34 ind:imp:1s; -calculait calculer ver 12.19 23.31 0.29 1.49 ind:imp:3s; -calculant calculer ver 12.19 23.31 0.12 1.28 par:pre; -calculateur calculateur adj m s 0.52 0.54 0.30 0.20 -calculateurs calculateur nom m p 0.75 0.88 0.21 0.07 -calculatrice calculateur nom f s 0.75 0.88 0.51 0.34 -calculatrices calculatrice nom f p 0.05 0.00 0.05 0.00 -calcule calculer ver 12.19 23.31 1.96 2.23 imp:pre:2s;ind:pre:1s;ind:pre:3s; -calculent calculer ver 12.19 23.31 0.05 0.07 ind:pre:3p; -calculer calculer ver 12.19 23.31 3.09 5.61 inf; -calculera calculer ver 12.19 23.31 0.03 0.07 ind:fut:3s; -calculerai calculer ver 12.19 23.31 0.01 0.00 ind:fut:1s; -calculerait calculer ver 12.19 23.31 0.00 0.07 cnd:pre:3s; -calcules calculer ver 12.19 23.31 0.28 0.07 ind:pre:2s; -calculette calculette nom f s 0.20 0.20 0.14 0.14 -calculettes calculette nom f p 0.20 0.20 0.07 0.07 -calculeuse calculeux adj f s 0.01 0.00 0.01 0.00 -calculez calculer ver 12.19 23.31 0.28 0.14 imp:pre:2p;ind:pre:2p; -calculiez calculer ver 12.19 23.31 0.01 0.07 ind:imp:2p; -calculons calculer ver 12.19 23.31 0.06 0.00 imp:pre:1p;ind:pre:1p; -calculs calcul nom m p 11.47 19.86 5.52 8.31 -calculèrent calculer ver 12.19 23.31 0.00 0.27 ind:pas:3p; -calculé calculer ver m s 12.19 23.31 5.29 5.61 par:pas; -calculée calculer ver f s 12.19 23.31 0.37 2.23 par:pas; -calculées calculer ver f p 12.19 23.31 0.02 0.68 par:pas; -calculés calculer ver m p 12.19 23.31 0.18 0.81 par:pas; -calcémie calcémie nom f s 0.03 0.00 0.03 0.00 -caldarium caldarium nom m s 0.00 0.07 0.00 0.07 -caldeira caldeira nom f s 0.05 0.00 0.05 0.00 -cale_pied cale_pied nom m s 0.00 0.34 0.00 0.07 -cale_pied cale_pied nom m p 0.00 0.34 0.00 0.27 -cale cale nom f s 4.08 6.15 3.00 4.80 -calebar calebar nom m s 0.16 0.00 0.16 0.00 -calebasse calebasse nom f s 0.12 1.69 0.11 0.95 -calebasses calebasse nom f p 0.12 1.69 0.01 0.74 -calebassier calebassier nom m s 0.00 0.07 0.00 0.07 -calebombe calebombe nom f s 0.00 0.07 0.00 0.07 -calecif calecif nom m s 0.02 0.14 0.02 0.14 -calembour calembour nom m s 0.40 2.23 0.23 0.74 -calembours calembour nom m p 0.40 2.23 0.17 1.49 -calembredaine calembredaine nom f s 0.00 0.54 0.00 0.14 -calembredaines calembredaine nom f p 0.00 0.54 0.00 0.41 -calenché calencher ver m s 0.00 0.07 0.00 0.07 par:pas; -calendaire calendaire adj f s 0.01 0.00 0.01 0.00 -calendes calendes nom f p 0.07 0.61 0.07 0.61 -calendo calendo nom m s 0.00 0.07 0.00 0.07 -calendos calendos nom m 0.00 0.88 0.00 0.88 -calendre calendre nom f s 0.01 0.00 0.01 0.00 -calendrier calendrier nom m s 6.18 14.53 5.37 12.84 -calendriers calendrier nom m p 6.18 14.53 0.82 1.69 -calendula calendula nom m s 0.15 0.00 0.15 0.00 -calent caler ver 4.19 17.77 0.16 0.07 ind:pre:3p; -calepin calepin nom m s 1.17 3.72 1.00 3.11 -calepins calepin nom m p 1.17 3.72 0.17 0.61 -caler caler ver 4.19 17.77 0.77 2.50 inf; -calerai caler ver 4.19 17.77 0.01 0.00 ind:fut:1s; -calerait caler ver 4.19 17.77 0.00 0.07 cnd:pre:3s; -caleras caler ver 4.19 17.77 0.01 0.14 ind:fut:2s; -cales cale nom f p 4.08 6.15 1.08 1.35 -caleçon caleçon nom m s 7.58 6.69 4.63 4.86 -caleçonnade caleçonnade nom f s 0.00 0.07 0.00 0.07 -caleçons caleçon nom m p 7.58 6.69 2.95 1.82 -calez caler ver 4.19 17.77 0.22 2.36 imp:pre:2p;ind:pre:2p; -calf calf nom m s 0.04 0.07 0.04 0.07 -calfat calfat nom m s 0.00 0.27 0.00 0.07 -calfatage calfatage nom m s 0.00 0.07 0.00 0.07 -calfatait calfater ver 0.03 0.47 0.00 0.07 ind:imp:3s; -calfatant calfater ver 0.03 0.47 0.01 0.07 par:pre; -calfate calfater ver 0.03 0.47 0.00 0.07 ind:pre:3s; -calfater calfater ver 0.03 0.47 0.01 0.07 inf; -calfats calfat nom m p 0.00 0.27 0.00 0.20 -calfaté calfater ver m s 0.03 0.47 0.00 0.07 par:pas; -calfatée calfater ver f s 0.03 0.47 0.00 0.07 par:pas; -calfatés calfater ver m p 0.03 0.47 0.01 0.07 par:pas; -calfeutra calfeutrer ver 0.22 3.51 0.00 0.07 ind:pas:3s; -calfeutrage calfeutrage nom m s 0.14 0.00 0.14 0.00 -calfeutrai calfeutrer ver 0.22 3.51 0.00 0.07 ind:pas:1s; -calfeutraient calfeutrer ver 0.22 3.51 0.00 0.34 ind:imp:3p; -calfeutrais calfeutrer ver 0.22 3.51 0.00 0.07 ind:imp:1s; -calfeutrait calfeutrer ver 0.22 3.51 0.00 0.20 ind:imp:3s; -calfeutrant calfeutrer ver 0.22 3.51 0.00 0.07 par:pre; -calfeutre calfeutrer ver 0.22 3.51 0.14 0.34 imp:pre:2s;ind:pre:3s; -calfeutrer calfeutrer ver 0.22 3.51 0.04 0.41 inf; -calfeutres calfeutrer ver 0.22 3.51 0.00 0.07 ind:pre:2s; -calfeutré calfeutrer ver m s 0.22 3.51 0.03 0.61 par:pas; -calfeutrée calfeutrer ver f s 0.22 3.51 0.01 0.74 par:pas; -calfeutrées calfeutrer ver f p 0.22 3.51 0.00 0.27 par:pas; -calfeutrés calfeutrer ver m p 0.22 3.51 0.00 0.27 par:pas; -calibrage calibrage nom m s 0.13 0.07 0.12 0.07 -calibrages calibrage nom m p 0.13 0.07 0.01 0.00 -calibration calibration nom f s 0.07 0.00 0.07 0.00 -calibre calibre nom m s 7.32 6.15 6.63 5.00 -calibrer calibrer ver 1.27 0.61 0.27 0.20 inf; -calibres calibre nom m p 7.32 6.15 0.69 1.15 -calibrez calibrer ver 1.27 0.61 0.01 0.00 imp:pre:2p; -calibré calibrer ver m s 1.27 0.61 0.32 0.14 par:pas; -calibrée calibrer ver f s 1.27 0.61 0.04 0.07 par:pas; -calibrées calibrer ver f p 1.27 0.61 0.16 0.00 par:pas; -calibrés calibrer ver m p 1.27 0.61 0.01 0.07 par:pas; -calice calice nom m s 1.42 2.97 1.20 2.64 -calices calice nom m p 1.42 2.97 0.22 0.34 -calicot calicot nom m s 0.32 2.09 0.17 1.28 -calicots calicot nom m p 0.32 2.09 0.14 0.81 -califat califat nom m s 0.00 0.14 0.00 0.14 -calife calife nom m s 3.51 2.03 3.50 1.96 -califes calife nom m p 3.51 2.03 0.01 0.07 -californie californie nom f s 0.09 0.07 0.09 0.07 -californien californien adj m s 0.81 1.15 0.53 0.54 -californienne californienne adj f s 0.43 0.00 0.35 0.00 -californiennes californienne adj f p 0.43 0.00 0.08 0.00 -californiens californien adj m p 0.81 1.15 0.22 0.14 -californium californium nom m s 0.03 0.00 0.03 0.00 -califourchon califourchon adv 0.44 4.19 0.44 4.19 -calisson calisson nom m s 0.14 0.07 0.14 0.00 -calissons calisson nom m p 0.14 0.07 0.00 0.07 -call_girl call_girl nom f s 1.36 0.14 0.98 0.14 -call_girl call_girl nom f p 1.36 0.14 0.09 0.00 -call_girl call_girl nom f s 1.36 0.14 0.25 0.00 -call_girl call_girl nom f p 1.36 0.14 0.03 0.00 -calla calla nom f s 0.13 0.07 0.13 0.07 -calle caller ver 0.66 1.42 0.63 1.22 imp:pre:2s;ind:pre:1s;ind:pre:3s; -caller caller ver 0.66 1.42 0.00 0.14 inf; -calles caller ver 0.66 1.42 0.03 0.07 ind:pre:2s; -calleuse calleux adj f s 0.64 1.69 0.02 0.20 -calleuses calleux adj f p 0.64 1.69 0.25 1.22 -calleux calleux adj m 0.64 1.69 0.37 0.27 -calligrammes calligramme nom m p 0.00 0.07 0.00 0.07 -calligraphe calligraphe nom s 0.01 0.41 0.01 0.41 -calligraphiais calligraphier ver 0.04 2.16 0.00 0.07 ind:imp:1s; -calligraphiait calligraphier ver 0.04 2.16 0.00 0.07 ind:imp:3s; -calligraphiant calligraphier ver 0.04 2.16 0.00 0.20 par:pre; -calligraphie calligraphie nom f s 1.09 1.35 1.09 1.22 -calligraphient calligraphier ver 0.04 2.16 0.00 0.07 ind:pre:3p; -calligraphier calligraphier ver 0.04 2.16 0.00 0.14 inf; -calligraphies calligraphie nom f p 1.09 1.35 0.00 0.14 -calligraphiez calligraphier ver 0.04 2.16 0.01 0.00 ind:pre:2p; -calligraphique calligraphique adj f s 0.01 0.07 0.01 0.00 -calligraphiquement calligraphiquement adv 0.00 0.07 0.00 0.07 -calligraphiques calligraphique adj m p 0.01 0.07 0.00 0.07 -calligraphié calligraphier ver m s 0.04 2.16 0.01 0.61 par:pas; -calligraphiée calligraphier ver f s 0.04 2.16 0.00 0.34 par:pas; -calligraphiées calligraphier ver f p 0.04 2.16 0.01 0.07 par:pas; -calligraphiés calligraphier ver m p 0.04 2.16 0.00 0.47 par:pas; -callipyge callipyge adj f s 0.00 0.07 0.00 0.07 -callosité callosité nom f s 0.05 0.20 0.02 0.00 -callosités callosité nom f p 0.05 0.20 0.03 0.20 -calma calmer ver 168.51 45.07 0.04 2.97 ind:pas:3s; -calmai calmer ver 168.51 45.07 0.01 0.34 ind:pas:1s; -calmaient calmer ver 168.51 45.07 0.14 0.47 ind:imp:3p; -calmais calmer ver 168.51 45.07 0.21 0.20 ind:imp:1s;ind:imp:2s; -calmait calmer ver 168.51 45.07 0.58 3.38 ind:imp:3s; -calmant calmant nom m s 7.38 1.55 3.46 0.61 -calmante calmant adj f s 0.81 1.08 0.03 0.54 -calmants calmant nom m p 7.38 1.55 3.92 0.95 -calmar calmar nom m s 1.10 0.61 0.70 0.27 -calmars calmar nom m p 1.10 0.61 0.40 0.34 -calmas calmer ver 168.51 45.07 0.01 0.00 ind:pas:2s; -calme calme nom m s 105.20 53.24 105.08 52.03 -calmement calmement adv 6.74 12.43 6.74 12.43 -calment calmer ver 168.51 45.07 0.66 0.54 ind:pre:3p; -calmer calmer ver 168.51 45.07 22.86 14.66 inf;; -calmera calmer ver 168.51 45.07 2.84 0.61 ind:fut:3s; -calmerai calmer ver 168.51 45.07 0.64 0.00 ind:fut:1s; -calmeraient calmer ver 168.51 45.07 0.01 0.14 cnd:pre:3p; -calmerais calmer ver 168.51 45.07 0.18 0.07 cnd:pre:1s; -calmerait calmer ver 168.51 45.07 0.27 0.20 cnd:pre:3s; -calmeras calmer ver 168.51 45.07 0.11 0.00 ind:fut:2s; -calmerez calmer ver 168.51 45.07 0.03 0.00 ind:fut:2p; -calmerons calmer ver 168.51 45.07 0.00 0.07 ind:fut:1p; -calmeront calmer ver 168.51 45.07 0.20 0.14 ind:fut:3p; -calmes calme adj p 66.57 73.65 7.79 7.84 -calmez calmer ver 168.51 45.07 34.63 1.55 imp:pre:2p;ind:pre:2p; -calmi calmir ver m s 0.00 0.20 0.00 0.14 par:pas; -calmiez calmer ver 168.51 45.07 0.12 0.00 ind:imp:2p; -calmir calmir ver 0.00 0.20 0.00 0.07 inf; -calmons calmer ver 168.51 45.07 0.98 0.34 imp:pre:1p;ind:pre:1p; -calmos calmos ono 1.69 0.88 1.69 0.88 -calmât calmer ver 168.51 45.07 0.00 0.14 sub:imp:3s; -calmèrent calmer ver 168.51 45.07 0.00 0.74 ind:pas:3p; -calmé calmer ver m s 168.51 45.07 4.41 3.65 par:pas; -calmée calmer ver f s 168.51 45.07 1.48 3.45 par:pas; -calmées calmer ver f p 168.51 45.07 0.13 0.27 par:pas; -calmés calmer ver m p 168.51 45.07 0.35 0.47 par:pas; -calo calo nom m s 0.08 0.00 0.08 0.00 -calomel calomel nom m s 0.01 0.20 0.01 0.20 -calomniant calomnier ver 1.69 1.55 0.02 0.00 par:pre; -calomniateur calomniateur nom m s 0.12 0.27 0.01 0.07 -calomniateurs calomniateur nom m p 0.12 0.27 0.11 0.14 -calomniatrice calomniateur nom f s 0.12 0.27 0.00 0.07 -calomnie calomnie nom f s 4.49 3.92 2.71 1.69 -calomnient calomnier ver 1.69 1.55 0.17 0.20 ind:pre:3p; -calomnier calomnier ver 1.69 1.55 0.36 0.34 inf; -calomnies calomnie nom f p 4.49 3.92 1.77 2.23 -calomnieuse calomnieux adj f s 0.11 0.34 0.02 0.20 -calomnieuses calomnieux adj f p 0.11 0.34 0.06 0.00 -calomnieux calomnieux adj m p 0.11 0.34 0.03 0.14 -calomniez calomnier ver 1.69 1.55 0.05 0.00 imp:pre:2p;ind:pre:2p; -calomnié calomnier ver m s 1.69 1.55 0.34 0.47 par:pas; -calomniée calomnier ver f s 1.69 1.55 0.16 0.27 par:pas; -calomniés calomnier ver m p 1.69 1.55 0.07 0.20 par:pas; -caloporteur caloporteur nom m s 0.01 0.00 0.01 0.00 -calorie calorie nom f s 1.43 0.95 0.15 0.00 -calories calorie nom f p 1.43 0.95 1.28 0.95 -calorifique calorifique adj s 0.13 0.00 0.13 0.00 -calorifère calorifère nom m s 0.05 0.81 0.04 0.54 -calorifères calorifère nom m p 0.05 0.81 0.01 0.27 -calorifuges calorifuge nom m p 0.00 0.07 0.00 0.07 -calorique calorique adj s 0.10 0.07 0.10 0.07 -calot calot nom m s 0.23 5.81 0.12 4.19 -calotin calotin nom m s 0.00 0.14 0.00 0.07 -calotins calotin nom m p 0.00 0.14 0.00 0.07 -calots calot nom m p 0.23 5.81 0.11 1.62 -calottais calotter ver 0.04 0.54 0.00 0.07 ind:imp:1s; -calotte calotte nom f s 0.43 4.73 0.25 3.85 -calottes calotte nom f p 0.43 4.73 0.18 0.88 -calotté calotter ver m s 0.04 0.54 0.01 0.14 par:pas; -calottées calotter ver f p 0.04 0.54 0.00 0.07 par:pas; -calottés calotter ver m p 0.04 0.54 0.00 0.07 par:pas; -calquaient calquer ver 0.36 1.35 0.00 0.07 ind:imp:3p; -calquait calquer ver 0.36 1.35 0.00 0.27 ind:imp:3s; -calquant calquer ver 0.36 1.35 0.02 0.07 par:pre; -calque calquer ver 0.36 1.35 0.23 0.27 imp:pre:2s;ind:pre:3s; -calquer calquer ver 0.36 1.35 0.03 0.20 inf; -calquera calquer ver 0.36 1.35 0.00 0.07 ind:fut:3s; -calques calque nom m p 0.07 0.61 0.03 0.20 -calqué calquer ver m s 0.36 1.35 0.08 0.07 par:pas; -calquée calquer ver f s 0.36 1.35 0.00 0.20 par:pas; -calquées calquer ver f p 0.36 1.35 0.00 0.14 par:pas; -cals cal nom m p 3.54 0.68 0.04 0.34 -calte calter ver 0.47 1.62 0.02 0.27 imp:pre:2s;ind:pre:1s;ind:pre:3s; -caltent calter ver 0.47 1.62 0.00 0.14 ind:pre:3p; -calter calter ver 0.47 1.62 0.02 0.54 inf; -caltez calter ver 0.47 1.62 0.43 0.47 imp:pre:2p;ind:pre:2p; -calèche calèche nom f s 1.36 3.72 1.32 3.24 -calèches calèche nom f p 1.36 3.72 0.04 0.47 -calèrent caler ver 4.19 17.77 0.00 0.14 ind:pas:3p; -caltons calter ver 0.47 1.62 0.00 0.07 imp:pre:1p; -caltés calter ver m p 0.47 1.62 0.00 0.14 par:pas; -calé caler ver m s 4.19 17.77 1.39 4.46 par:pas; -calédonien calédonien adj m s 0.02 0.14 0.02 0.07 -calédonienne calédonienne adj f s 0.01 0.00 0.01 0.00 -calédoniens calédonien nom m p 0.07 0.14 0.07 0.14 -calée caler ver f s 4.19 17.77 0.25 1.49 par:pas; -calées caler ver f p 4.19 17.77 0.00 0.20 par:pas; -caléidoscope caléidoscope nom m s 0.11 0.00 0.11 0.00 -calumet calumet nom m s 0.24 0.27 0.23 0.20 -calumets calumet nom m p 0.24 0.27 0.01 0.07 -calés caler ver m p 4.19 17.77 0.19 0.68 par:pas; -calus calus nom m 0.00 0.07 0.00 0.07 -calva calva nom m s 0.03 2.36 0.03 2.23 -calvados calvados nom m 0.02 1.35 0.02 1.35 -calvaire calvaire nom m s 2.19 8.24 2.19 7.70 -calvaires calvaire nom m p 2.19 8.24 0.00 0.54 -calvas calva nom m p 0.03 2.36 0.00 0.14 -calville calville nom f s 0.04 0.14 0.04 0.07 -calvilles calville nom f p 0.04 0.14 0.00 0.07 -calvinisme calvinisme nom m s 0.10 0.07 0.10 0.07 -calviniste calviniste adj f s 0.12 0.34 0.11 0.14 -calvinistes calviniste adj p 0.12 0.34 0.01 0.20 -calvitie calvitie nom f s 1.02 2.84 1.00 2.77 -calvities calvitie nom f p 1.02 2.84 0.01 0.07 -calypso calypso nom m s 0.05 0.20 0.05 0.20 -cama camer ver 3.35 1.08 0.20 0.14 ind:pas:3s; -camaïeu camaïeu nom m s 0.00 0.34 0.00 0.34 -camaïeux camaïeux nom m p 0.00 0.14 0.00 0.14 -camail camail nom m s 0.00 0.61 0.00 0.54 -camails camail nom m p 0.00 0.61 0.00 0.07 -camarade camarade nom s 77.81 98.99 47.32 38.85 -camaraderie camaraderie nom f s 1.23 3.58 1.22 3.24 -camaraderies camaraderie nom f p 1.23 3.58 0.01 0.34 -camarades camarade nom p 77.81 98.99 30.50 60.14 -camard camard adj m s 0.01 0.47 0.01 0.27 -camarde camard nom f s 0.00 0.20 0.00 0.20 -camards camard adj m p 0.01 0.47 0.00 0.07 -camarero camarero nom m s 0.00 0.14 0.00 0.07 -camareros camarero nom m p 0.00 0.14 0.00 0.07 -camarguais camarguais adj m 0.00 0.14 0.00 0.14 -camarguaises camarguais nom f p 0.00 0.07 0.00 0.07 -camarilla camarilla nom f s 0.00 0.07 0.00 0.07 -camarin camarin nom m s 0.00 0.34 0.00 0.14 -camarins camarin nom m p 0.00 0.34 0.00 0.20 -camarluche camarluche nom m s 0.00 0.07 0.00 0.07 -camaro camaro nom m s 0.38 0.00 0.38 0.00 -camber camber ver 0.09 0.00 0.09 0.00 inf; -cambiste cambiste nom s 0.01 0.00 0.01 0.00 -cambodgien cambodgien adj m s 0.16 0.14 0.06 0.00 -cambodgienne cambodgien adj f s 0.16 0.14 0.07 0.07 -cambodgiennes cambodgien adj f p 0.16 0.14 0.01 0.00 -cambodgiens cambodgien nom m p 0.09 0.47 0.07 0.00 -cambouis cambouis nom m 0.38 4.59 0.38 4.59 -cambra cambrer ver 1.35 3.51 0.01 0.34 ind:pas:3s; -cambrait cambrer ver 1.35 3.51 0.00 0.41 ind:imp:3s; -cambrant cambrer ver 1.35 3.51 0.00 0.27 par:pre; -cambre cambrer ver 1.35 3.51 0.34 0.27 imp:pre:2s;ind:pre:1s;ind:pre:3s; -cambrement cambrement nom m s 0.00 0.14 0.00 0.14 -cambrent cambrer ver 1.35 3.51 0.00 0.14 ind:pre:3p; -cambrer cambrer ver 1.35 3.51 0.69 0.20 inf; -cambrera cambrer ver 1.35 3.51 0.00 0.07 ind:fut:3s; -cambres cambrer ver 1.35 3.51 0.00 0.34 ind:pre:2s; -cambrez cambrer ver 1.35 3.51 0.31 0.00 imp:pre:2p; -cambrienne cambrien adj f s 0.04 0.00 0.04 0.00 -cambriolage cambriolage nom m s 8.05 2.77 6.60 2.03 -cambriolages cambriolage nom m p 8.05 2.77 1.45 0.74 -cambriolaient cambrioler ver 6.80 1.15 0.02 0.07 ind:imp:3p; -cambriolais cambrioler ver 6.80 1.15 0.05 0.07 ind:imp:1s;ind:imp:2s; -cambriolant cambrioler ver 6.80 1.15 0.05 0.00 par:pre; -cambriole cambrioler ver 6.80 1.15 0.49 0.14 ind:pre:1s;ind:pre:3s; -cambriolent cambrioler ver 6.80 1.15 0.09 0.14 ind:pre:3p; -cambrioler cambrioler ver 6.80 1.15 2.27 0.27 inf; -cambrioles cambrioler ver 6.80 1.15 0.06 0.00 ind:pre:2s; -cambrioleur cambrioleur nom m s 4.70 2.36 3.17 1.08 -cambrioleurs cambrioleur nom m p 4.70 2.36 1.41 1.28 -cambrioleuse cambrioleur nom f s 4.70 2.36 0.12 0.00 -cambriolez cambrioler ver 6.80 1.15 0.06 0.00 imp:pre:2p;ind:pre:2p; -cambrioliez cambrioler ver 6.80 1.15 0.02 0.00 ind:imp:2p; -cambriolons cambrioler ver 6.80 1.15 0.01 0.00 ind:pre:1p; -cambriolé cambrioler ver m s 6.80 1.15 2.69 0.27 par:pas; -cambriolée cambrioler ver f s 6.80 1.15 0.34 0.07 par:pas; -cambriolées cambrioler ver f p 6.80 1.15 0.02 0.14 par:pas; -cambriolés cambrioler ver m p 6.80 1.15 0.62 0.00 par:pas; -cambrousse cambrousse nom f s 1.04 1.96 1.04 1.89 -cambrousses cambrousse nom f p 1.04 1.96 0.00 0.07 -cambré cambré adj m s 0.32 2.77 0.19 0.68 -cambrée cambré adj f s 0.32 2.77 0.14 1.01 -cambrées cambrer ver f p 1.35 3.51 0.00 0.14 par:pas; -cambrure cambrure nom f s 0.20 1.01 0.19 0.95 -cambrures cambrure nom f p 0.20 1.01 0.01 0.07 -cambrés cambré adj m p 0.32 2.77 0.00 0.95 -cambuse cambuse nom f s 0.06 2.50 0.06 2.43 -cambuses cambuse nom f p 0.06 2.50 0.00 0.07 -cambusier cambusier nom m s 0.02 0.00 0.02 0.00 -cambute cambuter ver 0.00 0.27 0.00 0.20 ind:pre:3s; -cambuté cambuter ver m s 0.00 0.27 0.00 0.07 par:pas; -came came nom f s 16.77 4.73 16.50 4.59 -camellia camellia nom m s 0.01 0.00 0.01 0.00 -camelot camelot nom m s 0.48 2.50 0.47 1.28 -camelote camelote nom f s 3.59 4.80 3.59 4.46 -camelotes camelote nom f p 3.59 4.80 0.00 0.34 -camelots camelot nom m p 0.48 2.50 0.01 1.22 -camembert camembert nom m s 0.80 3.85 0.79 3.18 -camemberts camembert nom m p 0.80 3.85 0.01 0.68 -cament camer ver 3.35 1.08 0.08 0.07 ind:pre:3p; -camer camer ver 3.35 1.08 0.30 0.00 inf; -camera camer ver 3.35 1.08 1.55 0.41 ind:fut:3s; -cameraman cameraman nom m s 1.68 0.68 1.54 0.34 -cameramen cameraman nom m p 1.68 0.68 0.14 0.34 -cameras camer ver 3.35 1.08 0.59 0.14 ind:fut:2s; -camerounais camerounais adj m 0.02 0.20 0.01 0.20 -camerounaise camerounais adj f s 0.02 0.20 0.01 0.00 -cames came nom f p 16.77 4.73 0.28 0.14 -camez camer ver 3.35 1.08 0.01 0.00 ind:pre:2p; -camion_benne camion_benne nom m s 0.06 0.14 0.03 0.00 -camion_citerne camion_citerne nom m s 0.70 0.47 0.62 0.34 -camion_grue camion_grue nom m s 0.00 0.14 0.00 0.14 -camion camion nom m s 59.46 50.74 50.06 30.27 -camionnage camionnage nom m s 0.18 0.00 0.18 0.00 -camionnette camionnette nom f s 10.77 17.97 10.05 15.54 -camionnettes camionnette nom f p 10.77 17.97 0.72 2.43 -camionneur camionneur nom m s 2.17 2.36 1.17 1.62 -camionneurs camionneur nom m p 2.17 2.36 1.00 0.74 -camionnée camionner ver f s 0.00 0.07 0.00 0.07 par:pas; -camion_benne camion_benne nom m p 0.06 0.14 0.03 0.14 -camion_citerne camion_citerne nom m p 0.70 0.47 0.08 0.14 -camions camion nom m p 59.46 50.74 9.41 20.47 -camisards camisard nom m p 0.00 0.07 0.00 0.07 -camisole camisole nom f s 2.62 1.69 2.52 1.35 -camisoles camisole nom f p 2.62 1.69 0.10 0.34 -camomille camomille nom f s 1.16 0.68 1.16 0.54 -camomilles camomille nom f p 1.16 0.68 0.00 0.14 -camorra camorra nom f s 0.20 0.07 0.20 0.07 -camoufla camoufler ver 2.19 8.65 0.00 0.14 ind:pas:3s; -camouflage camouflage nom m s 2.43 2.16 2.41 1.82 -camouflages camouflage nom m p 2.43 2.16 0.02 0.34 -camouflaient camoufler ver 2.19 8.65 0.01 0.07 ind:imp:3p; -camouflais camoufler ver 2.19 8.65 0.00 0.07 ind:imp:2s; -camouflait camoufler ver 2.19 8.65 0.02 0.68 ind:imp:3s; -camouflant camoufler ver 2.19 8.65 0.02 0.14 par:pre; -camoufle camoufler ver 2.19 8.65 0.30 0.47 imp:pre:2s;ind:pre:1s;ind:pre:3s; -camouflent camoufler ver 2.19 8.65 0.18 0.27 ind:pre:3p; -camoufler camoufler ver 2.19 8.65 0.80 2.23 inf; -camouflerait camoufler ver 2.19 8.65 0.00 0.07 cnd:pre:3s; -camouflet camouflet nom m s 0.02 0.61 0.02 0.41 -camouflets camouflet nom m p 0.02 0.61 0.00 0.20 -camouflez camoufler ver 2.19 8.65 0.08 0.07 imp:pre:2p;ind:pre:2p; -camouflé camoufler ver m s 2.19 8.65 0.55 1.28 par:pas; -camouflée camoufler ver f s 2.19 8.65 0.18 1.49 par:pas; -camouflées camoufler ver f p 2.19 8.65 0.01 0.54 par:pas; -camouflés camoufler ver m p 2.19 8.65 0.04 1.15 par:pas; -camp camp nom m s 114.93 97.23 105.92 75.61 -campa camper ver 6.16 13.85 0.06 0.68 ind:pas:3s; -campagnard campagnard adj m s 0.88 6.42 0.32 1.55 -campagnarde campagnard adj f s 0.88 6.42 0.24 2.84 -campagnardes campagnard adj f p 0.88 6.42 0.28 1.08 -campagnards campagnard nom m p 0.16 0.74 0.06 0.27 -campagne campagne nom f s 51.12 107.23 48.61 94.73 -campagnes campagne nom f p 51.12 107.23 2.51 12.50 -campagnol campagnol nom m s 0.03 0.41 0.03 0.27 -campagnols campagnol nom m p 0.03 0.41 0.00 0.14 -campaient camper ver 6.16 13.85 0.04 0.95 ind:imp:3p; -campais camper ver 6.16 13.85 0.04 0.07 ind:imp:1s; -campait camper ver 6.16 13.85 0.15 1.76 ind:imp:3s; -campanaire campanaire adj m s 0.00 0.07 0.00 0.07 -campanelles campanelle nom f p 0.00 0.07 0.00 0.07 -campanile campanile nom m s 0.02 2.09 0.02 1.42 -campaniles campanile nom m p 0.02 2.09 0.00 0.68 -campant camper ver 6.16 13.85 0.04 0.41 par:pre; -campanule campanule nom f s 0.18 0.47 0.11 0.00 -campanules campanule nom f p 0.18 0.47 0.07 0.47 -campe camper ver 6.16 13.85 0.89 1.49 ind:pre:1s;ind:pre:3s; -campement campement nom m s 2.52 6.49 2.46 5.34 -campements campement nom m p 2.52 6.49 0.07 1.15 -campent camper ver 6.16 13.85 0.51 0.54 ind:pre:3p; -camper camper ver 6.16 13.85 3.02 3.92 inf; -campera camper ver 6.16 13.85 0.11 0.00 ind:fut:3s; -camperai camper ver 6.16 13.85 0.02 0.00 ind:fut:1s; -camperait camper ver 6.16 13.85 0.01 0.14 cnd:pre:3s; -camperons camper ver 6.16 13.85 0.10 0.14 ind:fut:1p; -campes camper ver 6.16 13.85 0.16 0.07 ind:pre:2s; -campeur campeur nom m s 0.68 4.26 0.13 0.47 -campeurs campeur nom m p 0.68 4.26 0.49 3.72 -campeuse campeur nom f s 0.68 4.26 0.05 0.00 -campeuses campeur nom f p 0.68 4.26 0.00 0.07 -campez camper ver 6.16 13.85 0.08 0.00 imp:pre:2p;ind:pre:2p; -camphre camphre nom m s 0.26 0.74 0.26 0.74 -camphrier camphrier nom m s 0.00 0.14 0.00 0.14 -camphrée camphré adj f s 0.00 0.14 0.00 0.07 -camphrées camphré adj f p 0.00 0.14 0.00 0.07 -camping_car camping_car nom m s 1.06 0.00 1.01 0.00 -camping_car camping_car nom m p 1.06 0.00 0.05 0.00 -camping_gaz camping_gaz nom m 0.00 0.47 0.00 0.47 -camping camping nom m s 4.20 3.24 4.11 2.97 -campings camping nom m p 4.20 3.24 0.09 0.27 -campions camper ver 6.16 13.85 0.02 0.20 ind:imp:1p; -campo campo nom m s 0.58 1.49 0.47 1.49 -campâmes camper ver 6.16 13.85 0.00 0.07 ind:pas:1p; -campons camper ver 6.16 13.85 0.16 0.14 imp:pre:1p;ind:pre:1p; -campos campo nom m p 0.58 1.49 0.11 0.00 -camps camp nom m p 114.93 97.23 9.01 21.62 -campèrent camper ver 6.16 13.85 0.01 0.00 ind:pas:3p; -campé camper ver m s 6.16 13.85 0.74 1.96 par:pas; -campêche campêche nom m s 0.00 0.14 0.00 0.14 -campée camper ver f s 6.16 13.85 0.00 0.81 par:pas; -campées camper ver f p 6.16 13.85 0.00 0.14 par:pas; -campés camper ver m p 6.16 13.85 0.01 0.41 par:pas; -campus campus nom m 6.04 1.62 6.04 1.62 -camé camé nom m s 2.69 0.54 1.71 0.34 -camée camée nom m s 0.58 1.01 0.47 0.88 -camées camée nom m p 0.58 1.01 0.11 0.14 -camélia camélia nom m s 0.42 2.23 0.04 0.27 -camélias camélia nom m p 0.42 2.23 0.38 1.96 -camélidé camélidé nom m s 0.00 0.14 0.00 0.07 -camélidés camélidé nom m p 0.00 0.14 0.00 0.07 -caméléon caméléon nom m s 2.51 0.81 2.35 0.68 -caméléons caméléon nom m p 2.51 0.81 0.16 0.14 -caméra_espion caméra_espion nom f s 0.01 0.00 0.01 0.00 -caméra caméra nom f s 56.18 6.35 41.64 4.39 -caméraman caméraman nom m s 1.28 0.07 1.14 0.07 -caméramans caméraman nom m p 1.28 0.07 0.14 0.00 -caméras caméra nom f p 56.18 6.35 14.54 1.96 -camériste camériste nom f s 0.18 1.01 0.17 0.81 -caméristes camériste nom f p 0.18 1.01 0.01 0.20 -camés camé nom m p 2.69 0.54 0.97 0.20 -camus camus nom m 0.16 0.07 0.16 0.07 -caméscope caméscope nom m s 0.78 0.00 0.74 0.00 -caméscopes caméscope nom m p 0.78 0.00 0.04 0.00 -camuse camus adj f s 0.14 0.61 0.14 0.07 -cana caner ver 0.86 1.55 0.01 0.07 ind:pas:3s; -canada canada nom f s 0.03 0.54 0.03 0.54 -canadair canadair nom m s 0.26 0.00 0.10 0.00 -canadairs canadair nom m p 0.26 0.00 0.16 0.00 -canadian_river canadian_river nom s 0.00 0.07 0.00 0.07 -canadien canadien adj m s 3.57 4.93 1.86 2.09 -canadienne canadien adj f s 3.57 4.93 0.75 1.35 -canadiennes canadien adj f p 3.57 4.93 0.41 0.68 -canadiens canadien nom m p 2.10 5.74 1.36 0.47 -canado canado adv 0.02 0.00 0.02 0.00 -canaille canaille nom f s 6.09 2.91 4.70 2.16 -canaillement canaillement adv 0.00 0.07 0.00 0.07 -canaillerie canaillerie nom f s 0.00 0.41 0.00 0.41 -canailles canaille nom f p 6.09 2.91 1.39 0.74 -canal canal nom m s 17.11 27.43 14.20 20.95 -canalicules canalicule nom m p 0.00 0.14 0.00 0.14 -canalisa canaliser ver 1.88 1.96 0.00 0.07 ind:pas:3s; -canalisaient canaliser ver 1.88 1.96 0.00 0.14 ind:imp:3p; -canalisait canaliser ver 1.88 1.96 0.00 0.20 ind:imp:3s; -canalisateur canalisateur nom m s 0.01 0.00 0.01 0.00 -canalisation canalisation nom f s 1.47 1.28 0.51 0.47 -canalisations canalisation nom f p 1.47 1.28 0.96 0.81 -canalise canaliser ver 1.88 1.96 0.50 0.00 imp:pre:2s;ind:pre:1s;ind:pre:3s; -canalisent canaliser ver 1.88 1.96 0.01 0.20 ind:pre:3p; -canaliser canaliser ver 1.88 1.96 1.06 0.74 inf; -canalisez canaliser ver 1.88 1.96 0.06 0.00 imp:pre:2p;ind:pre:2p; -canalisons canaliser ver 1.88 1.96 0.02 0.07 ind:pre:1p; -canalisé canaliser ver m s 1.88 1.96 0.11 0.27 par:pas; -canalisée canaliser ver f s 1.88 1.96 0.09 0.14 par:pas; -canalisées canaliser ver f p 1.88 1.96 0.00 0.14 par:pas; -canalisés canaliser ver m p 1.88 1.96 0.02 0.00 par:pas; -cananéen cananéen adj m s 0.00 0.07 0.00 0.07 -canapé_lit canapé_lit nom m s 0.02 1.15 0.00 1.15 -canapé canapé nom m s 18.58 20.27 17.66 17.97 -canapé_lit canapé_lit nom m p 0.02 1.15 0.02 0.00 -canapés canapé nom m p 18.58 20.27 0.93 2.30 -canaque canaque adj m s 0.00 0.34 0.00 0.34 -canaques canaque nom p 0.00 0.07 0.00 0.07 -canard canard nom m s 23.05 29.05 15.46 16.15 -canardaient canarder ver 1.36 1.35 0.05 0.07 ind:imp:3p; -canardait canarder ver 1.36 1.35 0.04 0.14 ind:imp:3s; -canarde canarder ver 1.36 1.35 0.28 0.14 imp:pre:2s;ind:pre:1s;ind:pre:3s; -canardeaux canardeau nom m p 0.00 0.07 0.00 0.07 -canardent canarder ver 1.36 1.35 0.08 0.20 ind:pre:3p; -canarder canarder ver 1.36 1.35 0.63 0.47 inf; -canardera canarder ver 1.36 1.35 0.02 0.00 ind:fut:3s; -canarderais canarder ver 1.36 1.35 0.01 0.00 cnd:pre:2s; -canarderont canarder ver 1.36 1.35 0.01 0.00 ind:fut:3p; -canardez canarder ver 1.36 1.35 0.03 0.00 imp:pre:2p; -canards canard nom m p 23.05 29.05 6.66 11.49 -canardé canarder ver m s 1.36 1.35 0.18 0.14 par:pas; -canardée canarder ver f s 1.36 1.35 0.00 0.07 par:pas; -canardés canarder ver m p 1.36 1.35 0.02 0.14 par:pas; -canari canari nom m s 2.72 2.77 1.51 1.49 -canaris canari nom m p 2.72 2.77 1.21 1.28 -canas caner ver 0.86 1.55 0.00 0.07 ind:pas:2s; -canasson canasson nom m s 0.98 1.49 0.58 1.01 -canassons canasson nom m p 0.98 1.49 0.40 0.47 -canasta canasta nom f s 0.21 0.68 0.21 0.68 -canaux canal nom m p 17.11 27.43 2.90 6.49 -cancan cancan nom m s 1.29 1.76 0.51 0.88 -cancanaient cancaner ver 0.31 0.68 0.00 0.14 ind:imp:3p; -cancanait cancaner ver 0.31 0.68 0.00 0.07 ind:imp:3s; -cancanant cancaner ver 0.31 0.68 0.00 0.20 par:pre; -cancane cancaner ver 0.31 0.68 0.03 0.00 ind:pre:3s; -cancaner cancaner ver 0.31 0.68 0.25 0.27 inf; -cancaneries cancanerie nom f p 0.00 0.07 0.00 0.07 -cancanes cancaner ver 0.31 0.68 0.03 0.00 ind:pre:2s; -cancanier cancanier nom m s 0.01 0.07 0.01 0.00 -cancanière cancanier adj f s 0.10 0.14 0.10 0.07 -cancanières cancanier nom f p 0.01 0.07 0.00 0.07 -cancans cancan nom m p 1.29 1.76 0.78 0.88 -cancel cancel nom m s 0.27 0.00 0.27 0.00 -cancer cancer nom m s 23.15 9.46 22.34 8.78 -cancers cancer nom m p 23.15 9.46 0.81 0.68 -canche canche nom f s 0.01 0.00 0.01 0.00 -cancoillotte cancoillotte nom f s 0.00 0.20 0.00 0.20 -cancre cancre nom m s 0.97 3.78 0.77 2.50 -cancrelat cancrelat nom m s 0.23 0.95 0.14 0.41 -cancrelats cancrelat nom m p 0.23 0.95 0.09 0.54 -cancres cancre nom m p 0.97 3.78 0.20 1.28 -cancéreuse cancéreux adj f s 0.62 0.74 0.22 0.34 -cancéreuses cancéreux adj f p 0.62 0.74 0.25 0.14 -cancéreux cancéreux adj m 0.62 0.74 0.16 0.27 -cancérigène cancérigène adj s 0.38 0.27 0.30 0.07 -cancérigènes cancérigène adj p 0.38 0.27 0.08 0.20 -cancériser cancériser ver 0.00 0.07 0.00 0.07 inf; -cancérogène cancérogène adj m s 0.02 0.00 0.02 0.00 -cancérologie cancérologie nom f s 0.01 0.00 0.01 0.00 -cancérologue cancérologue nom s 0.12 0.00 0.09 0.00 -cancérologues cancérologue nom p 0.12 0.00 0.04 0.00 -candeur candeur nom f s 1.27 4.59 1.27 4.46 -candeurs candeur nom f p 1.27 4.59 0.00 0.14 -candi candi adj m s 0.24 0.34 0.24 0.27 -candida candida nom m s 0.13 0.00 0.13 0.00 -candidat candidat nom m s 17.70 8.04 9.63 2.84 -candidate candidat nom f s 17.70 8.04 1.80 0.74 -candidates candidat nom f p 17.70 8.04 0.60 0.47 -candidats candidat nom m p 17.70 8.04 5.67 3.99 -candidature candidature nom f s 2.71 1.76 2.15 1.42 -candidatures candidature nom f p 2.71 1.76 0.56 0.34 -candide candide adj s 0.96 4.73 0.89 3.92 -candidement candidement adv 0.00 0.47 0.00 0.47 -candides candide adj p 0.96 4.73 0.07 0.81 -candidose candidose nom f s 0.04 0.00 0.04 0.00 -candie candir ver f s 0.00 0.74 0.00 0.68 par:pas; -candis candi adj m p 0.24 0.34 0.00 0.07 -candélabre candélabre nom m s 0.50 3.24 0.34 1.42 -candélabres candélabre nom m p 0.50 3.24 0.16 1.82 -cane canard nom f s 23.05 29.05 0.94 1.35 -canebière canebière nom f s 0.00 1.28 0.00 1.28 -canepetière canepetière nom f s 0.00 0.07 0.00 0.07 -caner caner ver 0.86 1.55 0.04 0.47 inf; -caneras caner ver 0.86 1.55 0.00 0.07 ind:fut:2s; -canes caner ver 0.86 1.55 0.11 0.20 ind:pre:2s; -canetille canetille nom f s 0.00 0.07 0.00 0.07 -caneton caneton nom m s 0.69 1.82 0.48 1.15 -canetons caneton nom m p 0.69 1.82 0.21 0.68 -canette canette nom f s 1.95 6.62 1.10 3.18 -canettes canette nom f p 1.95 6.62 0.85 3.45 -canevas canevas nom m 0.32 1.35 0.32 1.35 -canfouine canfouine nom f s 0.00 0.41 0.00 0.41 -cangue cangue nom f s 0.00 0.07 0.00 0.07 -caniche caniche nom m s 2.56 3.99 2.00 3.72 -caniches caniche nom m p 2.56 3.99 0.56 0.27 -caniculaire caniculaire adj s 0.02 0.54 0.02 0.34 -caniculaires caniculaire adj m p 0.02 0.54 0.00 0.20 -canicule canicule nom f s 0.38 3.58 0.35 3.31 -canicules canicule nom f p 0.38 3.58 0.02 0.27 -canidés canidé nom m p 0.07 0.00 0.07 0.00 -canif canif nom m s 0.95 4.93 0.91 4.32 -canifs canif nom m p 0.95 4.93 0.04 0.61 -canin canin adj m s 0.76 0.61 0.56 0.61 -canine canine adj f s 0.54 1.08 0.41 1.01 -canines canine nom f p 0.47 1.15 0.25 0.47 -caninette caninette nom f s 0.00 0.07 0.00 0.07 -canins canin adj m p 0.76 0.61 0.20 0.00 -canisses canisse nom f p 0.00 0.07 0.00 0.07 -caniveau caniveau nom m s 2.94 7.16 2.86 5.27 -caniveaux caniveau nom m p 2.94 7.16 0.08 1.89 -canna canna nom m s 0.10 0.54 0.10 0.00 -cannabis cannabis nom m 1.05 0.14 1.05 0.14 -cannage cannage nom m s 0.00 0.20 0.00 0.20 -cannait canner ver 0.31 2.57 0.00 0.14 ind:imp:3s; -cannant canner ver 0.31 2.57 0.00 0.07 par:pre; -cannas canna nom m p 0.10 0.54 0.00 0.54 -canne_épée canne_épée nom f s 0.01 0.54 0.01 0.34 -canne canne nom f s 10.91 34.32 10.21 26.62 -canneberge canneberge nom f s 0.46 0.00 0.17 0.00 -canneberges canneberge nom f p 0.46 0.00 0.29 0.00 -canneliers cannelier nom m p 0.00 0.20 0.00 0.20 -cannelle cannelle nom f s 1.38 2.97 1.38 2.97 -cannelloni cannelloni nom m s 0.93 0.00 0.67 0.00 -cannellonis cannelloni nom m p 0.93 0.00 0.27 0.00 -cannelé cannelé adj m s 0.01 0.20 0.01 0.00 -cannelée canneler ver f s 0.01 0.07 0.01 0.00 par:pas; -cannelées cannelé adj f p 0.01 0.20 0.00 0.07 -cannelure cannelure nom f s 0.18 0.95 0.01 0.27 -cannelures cannelure nom f p 0.18 0.95 0.17 0.68 -cannelés cannelé adj m p 0.01 0.20 0.00 0.07 -canner canner ver 0.31 2.57 0.28 0.68 inf; -canneraient canner ver 0.31 2.57 0.00 0.07 cnd:pre:3p; -canne_épée canne_épée nom f p 0.01 0.54 0.00 0.20 -cannes canne nom f p 10.91 34.32 0.71 7.70 -cannette cannette nom f s 0.66 0.14 0.42 0.14 -cannettes cannette nom f p 0.66 0.14 0.25 0.00 -cannibale cannibale nom s 4.06 0.95 1.11 0.27 -cannibales cannibale nom p 4.06 0.95 2.95 0.68 -cannibalisme cannibalisme nom m s 1.61 0.47 1.61 0.47 -canné canner ver m s 0.31 2.57 0.02 0.68 par:pas; -cannée canné adj f s 0.00 1.28 0.00 0.47 -cannées canné adj f p 0.00 1.28 0.00 0.27 -canon canon nom m s 22.22 48.99 14.89 28.65 -canoniale canonial adj f s 0.00 0.14 0.00 0.07 -canoniales canonial adj f p 0.00 0.14 0.00 0.07 -canonique canonique adj s 0.22 0.68 0.22 0.47 -canoniquement canoniquement adv 0.00 0.07 0.00 0.07 -canoniques canonique adj f p 0.22 0.68 0.00 0.20 -canonisation canonisation nom f s 0.06 0.47 0.05 0.34 -canonisations canonisation nom f p 0.06 0.47 0.01 0.14 -canoniser canoniser ver 0.61 1.01 0.22 0.14 inf; -canonisez canoniser ver 0.61 1.01 0.10 0.07 imp:pre:2p; -canonisé canoniser ver m s 0.61 1.01 0.25 0.27 par:pas; -canonisée canoniser ver f s 0.61 1.01 0.04 0.27 par:pas; -canonisés canoniser ver m p 0.61 1.01 0.00 0.27 par:pas; -canonnade canonnade nom f s 0.04 2.70 0.04 2.57 -canonnades canonnade nom f p 0.04 2.70 0.00 0.14 -canonnage canonnage nom m s 0.01 0.00 0.01 0.00 -canonnait canonner ver 0.01 0.54 0.00 0.07 ind:imp:3s; -canonner canonner ver 0.01 0.54 0.00 0.20 inf; -canonnier canonnier nom m s 0.39 0.95 0.16 0.47 -canonniers canonnier nom m p 0.39 0.95 0.23 0.47 -canonnière canonnière nom f s 0.34 0.61 0.31 0.41 -canonnières canonnière nom f p 0.34 0.61 0.03 0.20 -canonné canonner ver m s 0.01 0.54 0.00 0.14 par:pas; -canonnées canonner ver f p 0.01 0.54 0.00 0.07 par:pas; -canonnés canonner ver m p 0.01 0.54 0.01 0.07 par:pas; -canons canon nom m p 22.22 48.99 7.34 20.34 -canope canope nom m s 0.09 0.00 0.07 0.00 -canopes canope nom m p 0.09 0.00 0.02 0.00 -canot canot nom m s 4.58 9.19 3.31 7.16 -canotage canotage nom m s 0.04 0.34 0.04 0.34 -canotaient canoter ver 0.01 0.47 0.00 0.07 ind:imp:3p; -canote canoter ver 0.01 0.47 0.00 0.07 ind:pre:3s; -canotent canoter ver 0.01 0.47 0.01 0.00 ind:pre:3p; -canoter canoter ver 0.01 0.47 0.00 0.20 inf; -canoteurs canoteur nom m p 0.00 0.07 0.00 0.07 -canotier canotier nom m s 0.16 3.04 0.00 2.36 -canotiers canotier nom m p 0.16 3.04 0.16 0.68 -canotâmes canoter ver 0.01 0.47 0.00 0.07 ind:pas:1p; -canots canot nom m p 4.58 9.19 1.27 2.03 -canoté canoter ver m s 0.01 0.47 0.00 0.07 par:pas; -canoë canoë nom m s 1.95 1.49 1.73 1.22 -canoës canoë nom m p 1.95 1.49 0.22 0.27 -cantabile cantabile nom m s 0.02 0.61 0.02 0.61 -cantabrique cantabrique adj f s 0.00 0.20 0.00 0.07 -cantabriques cantabrique adj p 0.00 0.20 0.00 0.14 -cantal cantal nom m s 0.00 0.27 0.00 0.27 -cantaloup cantaloup nom m s 0.07 0.07 0.06 0.00 -cantaloups cantaloup nom m p 0.07 0.07 0.01 0.07 -cantate cantate nom f s 0.25 0.54 0.24 0.27 -cantates cantate nom f p 0.25 0.54 0.01 0.27 -cantatrice cantatrice nom f s 0.59 2.43 0.55 1.76 -cantatrices cantatrice nom f p 0.59 2.43 0.04 0.68 -canter canter nom m s 0.02 0.27 0.02 0.27 -canthare canthare nom m s 0.00 0.20 0.00 0.14 -canthares canthare nom m p 0.00 0.20 0.00 0.07 -cantharide cantharide nom f s 0.07 0.14 0.06 0.07 -cantharides cantharide nom f p 0.07 0.14 0.01 0.07 -cantilever cantilever nom m s 0.07 0.00 0.07 0.00 -cantilène cantilène nom f s 0.11 0.34 0.11 0.34 -cantina cantiner ver 0.33 0.34 0.33 0.00 ind:pas:3s; -cantinaient cantiner ver 0.33 0.34 0.00 0.07 ind:imp:3p; -cantine cantine nom f s 4.23 12.16 3.76 10.61 -cantiner cantiner ver 0.33 0.34 0.00 0.27 inf; -cantines cantine nom f p 4.23 12.16 0.47 1.55 -cantinier cantinier nom m s 0.23 1.15 0.05 0.07 -cantiniers cantinier nom m p 0.23 1.15 0.14 0.20 -cantinière cantinier nom f s 0.23 1.15 0.04 0.68 -cantinières cantinier nom f p 0.23 1.15 0.01 0.20 -cantique cantique nom m s 1.68 6.62 0.83 2.50 -cantiques cantique nom m p 1.68 6.62 0.84 4.12 -canton canton nom m s 0.36 4.73 0.34 3.58 -cantonade cantonade nom f s 0.01 3.45 0.01 3.45 -cantonais cantonais adj m s 0.28 0.00 0.27 0.00 -cantonaise cantonais adj f s 0.28 0.00 0.02 0.00 -cantonal cantonal adj m s 0.34 0.34 0.00 0.07 -cantonale cantonal adj f s 0.34 0.34 0.34 0.07 -cantonales cantonal adj f p 0.34 0.34 0.00 0.20 -cantonna cantonner ver 0.76 5.00 0.00 0.14 ind:pas:3s; -cantonnai cantonner ver 0.76 5.00 0.00 0.14 ind:pas:1s; -cantonnaient cantonner ver 0.76 5.00 0.10 0.20 ind:imp:3p; -cantonnais cantonner ver 0.76 5.00 0.04 0.00 ind:imp:1s; -cantonnait cantonner ver 0.76 5.00 0.00 0.34 ind:imp:3s; -cantonnant cantonner ver 0.76 5.00 0.01 0.14 par:pre; -cantonne cantonner ver 0.76 5.00 0.21 0.47 imp:pre:2s;ind:pre:1s;ind:pre:3s; -cantonnement cantonnement nom m s 0.81 5.20 0.68 3.24 -cantonnements cantonnement nom m p 0.81 5.20 0.14 1.96 -cantonnent cantonner ver 0.76 5.00 0.00 0.27 ind:pre:3p; -cantonner cantonner ver 0.76 5.00 0.08 0.47 inf; -cantonneraient cantonner ver 0.76 5.00 0.00 0.07 cnd:pre:3p; -cantonnez cantonner ver 0.76 5.00 0.03 0.00 imp:pre:2p;ind:pre:2p; -cantonnier cantonnier nom m s 0.19 3.04 0.17 1.96 -cantonniers cantonnier nom m p 0.19 3.04 0.03 1.01 -cantonnières cantonnier nom f p 0.19 3.04 0.00 0.07 -cantonnons cantonner ver 0.76 5.00 0.01 0.27 imp:pre:1p;ind:pre:1p; -cantonnèrent cantonner ver 0.76 5.00 0.00 0.07 ind:pas:3p; -cantonné cantonner ver m s 0.76 5.00 0.23 0.88 par:pas; -cantonnée cantonner ver f s 0.76 5.00 0.01 0.41 par:pas; -cantonnées cantonner ver f p 0.76 5.00 0.02 0.34 par:pas; -cantonnés cantonner ver m p 0.76 5.00 0.01 0.81 par:pas; -cantons canton nom m p 0.36 4.73 0.02 1.15 -cantre cantre nom m s 0.00 0.07 0.00 0.07 -cané caner ver m s 0.86 1.55 0.04 0.34 par:pas; -canulant canuler ver 0.00 0.07 0.00 0.07 par:pre; -canular canular nom m s 1.98 0.81 1.71 0.74 -canularesque canularesque adj s 0.00 0.07 0.00 0.07 -canulars canular nom m p 1.98 0.81 0.27 0.07 -canule canule nom f s 0.23 0.07 0.23 0.07 -canés caner ver m p 0.86 1.55 0.00 0.07 par:pas; -canut canut nom m s 0.01 0.14 0.00 0.07 -canuts canut nom m p 0.01 0.14 0.01 0.07 -canyon canyon nom m s 4.45 0.88 4.18 0.47 -canyons canyon nom m p 4.45 0.88 0.27 0.41 -canzonettes canzonette nom f p 0.00 0.07 0.00 0.07 -caoua caoua nom m s 0.07 2.43 0.07 2.30 -caouas caoua nom m p 0.07 2.43 0.00 0.14 -caoutchouc caoutchouc nom m s 5.59 16.55 5.20 16.01 -caoutchoucs caoutchouc nom m p 5.59 16.55 0.39 0.54 -caoutchouteuse caoutchouteux adj f s 0.06 0.88 0.00 0.14 -caoutchouteuses caoutchouteux adj f p 0.06 0.88 0.00 0.20 -caoutchouteux caoutchouteux adj m 0.06 0.88 0.06 0.54 -caoutchouté caoutchouter ver m s 0.01 0.20 0.01 0.00 par:pas; -caoutchoutée caoutchouté adj f s 0.00 1.08 0.00 0.27 -caoutchoutées caoutchouté adj f p 0.00 1.08 0.00 0.47 -caoutchoutés caoutchouté adj m p 0.00 1.08 0.00 0.07 -cap_hornier cap_hornier nom m s 0.00 0.07 0.00 0.07 -cap cap nom m s 19.49 16.55 19.48 15.68 -capable capable adj s 76.85 86.35 65.15 69.73 -capables capable adj p 76.85 86.35 11.70 16.62 -capacité capacité nom f s 17.29 14.39 9.42 8.38 -capacités capacité nom f p 17.29 14.39 7.87 6.01 -capades capade nom f p 0.06 0.00 0.06 0.00 -caparaçon caparaçon nom m s 0.00 0.54 0.00 0.27 -caparaçonnait caparaçonner ver 0.00 1.08 0.00 0.07 ind:imp:3s; -caparaçonne caparaçonner ver 0.00 1.08 0.00 0.07 ind:pre:3s; -caparaçonné caparaçonner ver m s 0.00 1.08 0.00 0.41 par:pas; -caparaçonnée caparaçonner ver f s 0.00 1.08 0.00 0.07 par:pas; -caparaçonnées caparaçonner ver f p 0.00 1.08 0.00 0.07 par:pas; -caparaçonnés caparaçonner ver m p 0.00 1.08 0.00 0.41 par:pas; -caparaçons caparaçon nom m p 0.00 0.54 0.00 0.27 -cape cape nom f s 6.25 11.69 5.40 10.34 -capelage capelage nom m s 0.02 0.07 0.02 0.07 -capeline capeline nom f s 0.11 2.50 0.10 2.09 -capelines capeline nom f p 0.11 2.50 0.01 0.41 -capelé capeler ver m s 0.00 0.14 0.00 0.14 par:pas; -caper caper ver 0.02 0.00 0.02 0.00 inf; -capes cape nom f p 6.25 11.69 0.85 1.35 -capharnaüm capharnaüm nom m s 0.05 1.49 0.05 1.49 -capillaire capillaire adj s 0.93 0.47 0.48 0.20 -capillaires capillaire adj p 0.93 0.47 0.45 0.27 -capillarité capillarité nom f s 0.00 0.07 0.00 0.07 -capilliculteur capilliculteur nom m s 0.01 0.00 0.01 0.00 -capilotade capilotade nom f s 0.01 0.74 0.01 0.61 -capilotades capilotade nom f p 0.01 0.74 0.00 0.14 -capisco capisco nom m s 0.03 0.20 0.03 0.20 -capitaine capitaine nom m s 152.69 92.57 150.59 88.45 -capitainerie capitainerie nom f s 0.15 0.14 0.15 0.14 -capitaines capitaine nom m p 152.69 92.57 2.11 4.12 -capital_risque capital_risque nom m s 0.04 0.00 0.04 0.00 -capital capital nom m s 8.53 9.86 5.49 6.96 -capitale capitale nom f s 11.38 26.62 10.60 23.18 -capitalement capitalement adv 0.00 0.07 0.00 0.07 -capitales capitale nom f p 11.38 26.62 0.78 3.45 -capitalisation capitalisation nom f s 0.03 0.14 0.03 0.14 -capitalise capitaliser ver 0.22 0.20 0.00 0.07 ind:pre:3s; -capitaliser capitaliser ver 0.22 0.20 0.20 0.07 inf; -capitalisme capitalisme nom m s 2.97 3.65 2.97 3.65 -capitalisons capitaliser ver 0.22 0.20 0.00 0.07 ind:pre:1p; -capitaliste capitaliste adj s 1.89 2.03 1.63 1.28 -capitalistes capitaliste nom p 1.09 1.35 0.58 0.81 -capitalistiques capitalistique adj f p 0.00 0.07 0.00 0.07 -capitalisé capitaliser ver m s 0.22 0.20 0.01 0.00 par:pas; -capitalisés capitaliser ver m p 0.22 0.20 0.01 0.00 par:pas; -capitan capitan nom m s 0.10 0.81 0.10 0.74 -capitanat capitanat nom m s 0.01 0.00 0.01 0.00 -capitane capitane nom m s 0.01 0.00 0.01 0.00 -capitans capitan nom m p 0.10 0.81 0.00 0.07 -capitaux capital nom m p 8.53 9.86 1.07 2.91 -capiteuse capiteux adj f s 0.25 2.30 0.00 0.54 -capiteuses capiteux adj f p 0.25 2.30 0.01 0.27 -capiteux capiteux adj m 0.25 2.30 0.24 1.49 -capitole capitole nom m s 0.10 0.07 0.10 0.07 -capiton capiton nom m s 0.00 0.54 0.00 0.20 -capitonnage capitonnage nom m s 0.01 0.27 0.01 0.27 -capitonnaient capitonner ver 0.09 2.70 0.00 0.07 ind:imp:3p; -capitonnait capitonner ver 0.09 2.70 0.00 0.07 ind:imp:3s; -capitonner capitonner ver 0.09 2.70 0.00 0.34 inf; -capitonné capitonner ver m s 0.09 2.70 0.02 0.81 par:pas; -capitonnée capitonné adj f s 0.32 2.23 0.28 0.74 -capitonnées capitonné adj f p 0.32 2.23 0.01 0.41 -capitonnés capitonner ver m p 0.09 2.70 0.02 0.61 par:pas; -capitons capiton nom m p 0.00 0.54 0.00 0.34 -capitouls capitoul nom m p 0.00 0.07 0.00 0.07 -capitula capituler ver 2.31 4.80 0.00 0.47 ind:pas:3s; -capitulaient capituler ver 2.31 4.80 0.01 0.14 ind:imp:3p; -capitulaire capitulaire adj m s 0.00 0.07 0.00 0.07 -capitulais capituler ver 2.31 4.80 0.00 0.07 ind:imp:1s; -capitulait capituler ver 2.31 4.80 0.01 0.14 ind:imp:3s; -capitulant capituler ver 2.31 4.80 0.01 0.07 par:pre; -capitulard capitulard nom m s 0.01 0.00 0.01 0.00 -capitulation capitulation nom f s 0.81 7.77 0.80 7.70 -capitulations capitulation nom f p 0.81 7.77 0.01 0.07 -capitule capituler ver 2.31 4.80 0.28 0.14 imp:pre:2s;ind:pre:1s;ind:pre:3s; -capitulent capituler ver 2.31 4.80 0.13 0.00 ind:pre:3p; -capituler capituler ver 2.31 4.80 0.58 1.82 inf; -capitulera capituler ver 2.31 4.80 0.00 0.07 ind:fut:3s; -capitulerait capituler ver 2.31 4.80 0.02 0.07 cnd:pre:3s; -capitulerez capituler ver 2.31 4.80 0.00 0.14 ind:fut:2p; -capitulerons capituler ver 2.31 4.80 0.04 0.00 ind:fut:1p; -capituleront capituler ver 2.31 4.80 0.01 0.00 ind:fut:3p; -capitules capituler ver 2.31 4.80 0.02 0.00 ind:pre:2s; -capituliez capituler ver 2.31 4.80 0.01 0.00 ind:imp:2p; -capitulions capituler ver 2.31 4.80 0.11 0.00 ind:imp:1p; -capitulons capituler ver 2.31 4.80 0.22 0.00 ind:pre:1p; -capitulèrent capituler ver 2.31 4.80 0.02 0.00 ind:pas:3p; -capitulé capituler ver m s 2.31 4.80 0.84 1.69 par:pas; -capo capo nom m s 2.17 0.14 2.03 0.14 -capoc capoc nom m s 0.00 0.07 0.00 0.07 -capon capon adj m s 0.14 0.41 0.14 0.34 -capons capon adj m p 0.14 0.41 0.01 0.07 -caporal_chef caporal_chef nom m s 0.52 0.54 0.52 0.54 -caporal caporal nom m s 10.22 18.99 9.95 17.03 -caporale caporal nom f s 10.22 18.99 0.04 0.00 -caporaux caporal nom m p 10.22 18.99 0.23 1.96 -capos capo nom m p 2.17 0.14 0.14 0.00 -capot capot nom m s 3.17 8.18 3.13 7.23 -capota capoter ver 0.90 1.15 0.00 0.07 ind:pas:3s; -capotaient capoter ver 0.90 1.15 0.01 0.07 ind:imp:3p; -capote capote nom f s 7.59 18.04 4.67 13.45 -capoter capoter ver 0.90 1.15 0.54 0.61 inf; -capotes capote nom f p 7.59 18.04 2.92 4.59 -capots capot nom m p 3.17 8.18 0.03 0.95 -capoté capoter ver m s 0.90 1.15 0.15 0.20 par:pas; -capotée capoter ver f s 0.90 1.15 0.00 0.07 par:pas; -cappa cappa nom f s 0.01 0.00 0.01 0.00 -cappuccino cappuccino nom m s 1.98 0.07 1.79 0.07 -cappuccinos cappuccino nom m p 1.98 0.07 0.19 0.00 -capricant capricant adj m s 0.00 0.14 0.00 0.07 -capricants capricant adj m p 0.00 0.14 0.00 0.07 -caprice caprice nom m s 8.94 18.31 4.63 9.32 -caprices caprice nom m p 8.94 18.31 4.31 8.99 -capricieuse capricieux adj f s 3.37 6.76 0.71 2.16 -capricieusement capricieusement adv 0.10 0.74 0.10 0.74 -capricieuses capricieux adj f p 3.37 6.76 0.54 1.55 -capricieux capricieux adj m 3.37 6.76 2.12 3.04 -capricorne capricorne nom m s 0.34 0.00 0.29 0.00 -capricornes capricorne nom m p 0.34 0.00 0.05 0.00 -caprine caprin adj f s 0.00 0.07 0.00 0.07 -caps cap nom m p 19.49 16.55 0.01 0.88 -capsulaire capsulaire adj f s 0.03 0.00 0.03 0.00 -capsule capsule nom f s 5.69 3.18 3.96 1.82 -capsules capsule nom f p 5.69 3.18 1.73 1.35 -capsulé capsuler ver m s 0.02 0.07 0.00 0.07 par:pas; -capta capter ver 9.89 9.59 0.00 0.20 ind:pas:3s; -captage captage nom m s 0.02 0.00 0.02 0.00 -captaient capter ver 9.89 9.59 0.00 0.07 ind:imp:3p; -captais capter ver 9.89 9.59 0.01 0.27 ind:imp:1s;ind:imp:2s; -captait capter ver 9.89 9.59 0.11 0.47 ind:imp:3s; -captant capter ver 9.89 9.59 0.01 0.27 par:pre; -captation captation nom f s 0.00 0.14 0.00 0.07 -captations captation nom f p 0.00 0.14 0.00 0.07 -capte capter ver 9.89 9.59 3.84 1.35 imp:pre:2s;ind:pre:1s;ind:pre:3s; -captent capter ver 9.89 9.59 0.19 0.20 ind:pre:3p; -capter capter ver 9.89 9.59 1.95 3.85 inf; -capterai capter ver 9.89 9.59 0.04 0.00 ind:fut:1s; -capterais capter ver 9.89 9.59 0.01 0.14 cnd:pre:1s; -capterait capter ver 9.89 9.59 0.01 0.07 cnd:pre:3s; -capteront capter ver 9.89 9.59 0.01 0.07 ind:fut:3p; -capteur capteur nom m s 2.79 0.00 1.10 0.00 -capteurs capteur nom m p 2.79 0.00 1.69 0.00 -captez capter ver 9.89 9.59 0.62 0.00 imp:pre:2p;ind:pre:2p; -captieuse captieux adj f s 0.00 0.14 0.00 0.07 -captieux captieux adj m p 0.00 0.14 0.00 0.07 -captif captif adj m s 1.11 4.80 0.63 2.16 -captifs captif nom m p 0.78 2.84 0.46 1.15 -captions capter ver 9.89 9.59 0.27 0.14 ind:imp:1p; -captiva captiver ver 1.35 4.73 0.03 0.07 ind:pas:3s; -captivaient captiver ver 1.35 4.73 0.00 0.27 ind:imp:3p; -captivait captiver ver 1.35 4.73 0.03 1.08 ind:imp:3s; -captivant captivant adj m s 0.87 1.55 0.62 0.95 -captivante captivant adj f s 0.87 1.55 0.22 0.41 -captivantes captivant adj f p 0.87 1.55 0.03 0.20 -captive captiver ver 1.35 4.73 0.34 0.61 imp:pre:2s;ind:pre:1s;ind:pre:3s; -captivent captiver ver 1.35 4.73 0.04 0.14 ind:pre:3p; -captiver captiver ver 1.35 4.73 0.14 0.47 inf; -captives captive nom f p 0.06 0.00 0.06 0.00 -captivité captivité nom f s 2.15 4.46 2.15 4.46 -captivèrent captiver ver 1.35 4.73 0.00 0.07 ind:pas:3p; -captivé captiver ver m s 1.35 4.73 0.27 1.49 par:pas; -captivée captiver ver f s 1.35 4.73 0.05 0.27 par:pas; -captivés captiver ver m p 1.35 4.73 0.34 0.14 par:pas; -captons capter ver 9.89 9.59 0.34 0.00 imp:pre:1p;ind:pre:1p; -capté capter ver m s 9.89 9.59 2.03 1.62 par:pas; -captée capter ver f s 9.89 9.59 0.22 0.41 par:pas; -captées capter ver f p 9.89 9.59 0.04 0.27 par:pas; -captura capturer ver 17.67 5.81 0.03 0.20 ind:pas:3s; -capturait capturer ver 17.67 5.81 0.02 0.27 ind:imp:3s; -capturant capturer ver 17.67 5.81 0.09 0.07 par:pre; -capture capture nom f s 3.00 1.76 2.93 1.69 -capturent capturer ver 17.67 5.81 0.23 0.00 ind:pre:3p; -capturer capturer ver 17.67 5.81 6.17 1.82 inf; -capturera capturer ver 17.67 5.81 0.28 0.07 ind:fut:3s; -capturerait capturer ver 17.67 5.81 0.02 0.00 cnd:pre:3s; -captureras capturer ver 17.67 5.81 0.02 0.00 ind:fut:2s; -capturerez capturer ver 17.67 5.81 0.02 0.00 ind:fut:2p; -capturerons capturer ver 17.67 5.81 0.14 0.00 ind:fut:1p; -captureront capturer ver 17.67 5.81 0.02 0.00 ind:fut:3p; -captures capture nom f p 3.00 1.76 0.07 0.07 -capturez capturer ver 17.67 5.81 0.51 0.00 imp:pre:2p;ind:pre:2p; -capturons capturer ver 17.67 5.81 0.07 0.00 imp:pre:1p;ind:pre:1p; -capturé capturer ver m s 17.67 5.81 6.33 2.09 par:pas; -capturée capturer ver f s 17.67 5.81 0.83 0.27 par:pas; -capturées capturer ver f p 17.67 5.81 0.09 0.20 par:pas; -capturés capturer ver m p 17.67 5.81 1.96 0.68 par:pas; -captés capter ver m p 9.89 9.59 0.20 0.20 par:pas; -capuccino capuccino nom m s 0.27 0.14 0.27 0.14 -capuche capuche nom f s 1.60 0.74 1.53 0.61 -capuches capuche nom f p 1.60 0.74 0.07 0.14 -capuchon capuchon nom m s 1.02 6.42 1.02 5.81 -capuchonnés capuchonner ver m p 0.00 0.07 0.00 0.07 par:pas; -capuchons capuchon nom m p 1.02 6.42 0.00 0.61 -capucin capucin nom m s 0.18 1.15 0.03 0.74 -capucinade capucinade nom f s 0.00 0.14 0.00 0.07 -capucinades capucinade nom f p 0.00 0.14 0.00 0.07 -capucine capucine nom f s 0.13 1.22 0.00 0.27 -capucines capucine nom f p 0.13 1.22 0.13 0.95 -capucino capucino nom m 0.00 0.07 0.00 0.07 -capucins capucin nom m p 0.18 1.15 0.14 0.41 -capulet capulet nom m s 0.00 0.07 0.00 0.07 -caput_mortuum caput_mortuum nom m s 0.00 0.07 0.00 0.07 -capétien capétien adj m s 0.00 0.34 0.00 0.20 -capétienne capétien adj f s 0.00 0.34 0.00 0.07 -capétiennes capétien adj f p 0.00 0.34 0.00 0.07 -caque caque nom f s 0.12 0.54 0.12 0.41 -caquelon caquelon nom m s 0.00 0.07 0.00 0.07 -caques caque nom f p 0.12 0.54 0.00 0.14 -caquet caquet nom m s 0.46 0.61 0.45 0.41 -caquetage caquetage nom m s 0.14 1.22 0.04 0.74 -caquetages caquetage nom m p 0.14 1.22 0.11 0.47 -caquetaient caqueter ver 0.53 1.55 0.00 0.54 ind:imp:3p; -caquetait caqueter ver 0.53 1.55 0.00 0.07 ind:imp:3s; -caquetant caqueter ver 0.53 1.55 0.01 0.20 par:pre; -caquetante caquetant adj f s 0.02 0.27 0.00 0.14 -caquetantes caquetant adj f p 0.02 0.27 0.01 0.07 -caqueter caqueter ver 0.53 1.55 0.31 0.14 inf; -caqueteuse caqueteur nom f s 0.00 0.07 0.00 0.07 -caquets caquet nom m p 0.46 0.61 0.01 0.20 -caquette caqueter ver 0.53 1.55 0.07 0.20 ind:pre:1s;ind:pre:3s; -caquettent caqueter ver 0.53 1.55 0.14 0.41 ind:pre:3p; -caquètement caquètement nom m s 0.04 0.47 0.02 0.27 -caquètements caquètement nom m p 0.04 0.47 0.01 0.20 -car car con 237.20 469.32 237.20 469.32 -caraïbe caraïbe nom s 0.16 0.14 0.10 0.00 -caraïbes caraïbe nom p 0.16 0.14 0.06 0.14 -carabas carabas nom m 0.00 0.20 0.00 0.20 -carabe carabe nom m s 0.01 0.20 0.00 0.07 -carabes carabe nom m p 0.01 0.20 0.01 0.14 -carabin carabin nom m s 0.01 0.47 0.00 0.27 -carabine carabine nom f s 2.71 11.15 2.08 10.07 -carabines carabine nom f p 2.71 11.15 0.63 1.08 -carabinier carabinier nom m s 2.91 1.69 0.96 0.20 -carabiniers carabinier nom m p 2.91 1.69 1.94 1.49 -carabins carabin nom m p 0.01 0.47 0.01 0.20 -carabiné carabiné adj m s 0.21 1.08 0.04 0.20 -carabinée carabiné adj f s 0.21 1.08 0.17 0.81 -carabinés carabiné adj m p 0.21 1.08 0.00 0.07 -carabosse carabosse nom f s 0.12 1.62 0.12 1.62 -caracal caracal nom m s 0.00 0.14 0.00 0.14 -caraco caraco nom m s 0.28 1.01 0.14 0.81 -caracola caracoler ver 0.09 1.76 0.00 0.14 ind:pas:3s; -caracolade caracolade nom f s 0.00 0.27 0.00 0.27 -caracolait caracoler ver 0.09 1.76 0.01 0.20 ind:imp:3s; -caracolant caracoler ver 0.09 1.76 0.01 0.27 par:pre; -caracole caracoler ver 0.09 1.76 0.03 0.27 ind:pre:1s;ind:pre:3s; -caracolent caracoler ver 0.09 1.76 0.01 0.27 ind:pre:3p; -caracoler caracoler ver 0.09 1.76 0.02 0.54 inf; -caracolerez caracoler ver 0.09 1.76 0.00 0.07 ind:fut:2p; -caracos caraco nom m p 0.28 1.01 0.14 0.20 -caractère caractère nom m s 18.86 62.16 17.22 47.50 -caractères caractère nom m p 18.86 62.16 1.65 14.66 -caractériel caractériel adj m s 0.49 0.68 0.28 0.27 -caractérielle caractériel adj f s 0.49 0.68 0.02 0.14 -caractérielles caractériel adj f p 0.49 0.68 0.14 0.00 -caractériels caractériel adj m p 0.49 0.68 0.05 0.27 -caractérisait caractériser ver 0.91 3.58 0.15 0.47 ind:imp:3s; -caractérisant caractériser ver 0.91 3.58 0.01 0.00 par:pre; -caractérisation caractérisation nom f s 0.01 0.00 0.01 0.00 -caractérise caractériser ver 0.91 3.58 0.25 2.16 ind:pre:3s; -caractérisent caractériser ver 0.91 3.58 0.04 0.20 ind:pre:3p; -caractériser caractériser ver 0.91 3.58 0.11 0.34 inf; -caractériserais caractériser ver 0.91 3.58 0.01 0.00 cnd:pre:1s; -caractériserait caractériser ver 0.91 3.58 0.00 0.07 cnd:pre:3s; -caractéristique caractéristique adj s 1.31 4.73 0.90 3.78 -caractéristiques caractéristique nom f p 3.69 2.77 2.81 2.09 -caractérisé caractériser ver m s 0.91 3.58 0.29 0.20 par:pas; -caractérisée caractérisé adj f s 0.20 0.81 0.13 0.27 -caractérisées caractérisé adj f p 0.20 0.81 0.00 0.20 -caractérisés caractériser ver m p 0.91 3.58 0.01 0.00 par:pas; -caractérologie caractérologie nom f s 0.00 0.07 0.00 0.07 -caracul caracul nom m s 0.27 0.00 0.27 0.00 -carafe carafe nom f s 1.04 5.47 1.02 4.46 -carafes carafe nom f p 1.04 5.47 0.02 1.01 -carafon carafon nom m s 0.16 0.68 0.01 0.61 -carafons carafon nom m p 0.16 0.68 0.15 0.07 -caramba caramba ono 0.77 0.07 0.77 0.07 -carambar carambar nom m s 0.43 0.34 0.30 0.14 -carambars carambar nom m p 0.43 0.34 0.13 0.20 -carambolage carambolage nom m s 0.48 0.47 0.31 0.34 -carambolages carambolage nom m p 0.48 0.47 0.17 0.14 -carambolaient caramboler ver 0.02 0.95 0.00 0.14 ind:imp:3p; -carambolait caramboler ver 0.02 0.95 0.00 0.07 ind:imp:3s; -carambole caramboler ver 0.02 0.95 0.01 0.20 ind:pre:1s;ind:pre:3s; -carambolent caramboler ver 0.02 0.95 0.00 0.07 ind:pre:3p; -caramboler caramboler ver 0.02 0.95 0.01 0.41 inf; -caramboles carambole nom f p 0.14 0.07 0.14 0.00 -carambolé caramboler ver m s 0.02 0.95 0.00 0.07 par:pas; -carambouillage carambouillage nom m s 0.00 0.14 0.00 0.14 -carambouille carambouille nom f s 0.00 0.27 0.00 0.27 -carambouilleurs carambouilleur nom m p 0.00 0.20 0.00 0.20 -carambouillé carambouiller ver m s 0.00 0.07 0.00 0.07 par:pas; -caramel caramel nom m s 2.76 3.38 1.56 2.30 -caramels caramel nom m p 2.76 3.38 1.20 1.08 -caramélisait caraméliser ver 0.17 0.27 0.00 0.07 ind:imp:3s; -caramélise caraméliser ver 0.17 0.27 0.01 0.14 ind:pre:3s; -caraméliser caraméliser ver 0.17 0.27 0.01 0.00 inf; -caramélisé caraméliser ver m s 0.17 0.27 0.14 0.07 par:pas; -caramélisée caramélisé adj f s 0.11 0.27 0.02 0.00 -caramélisées caramélisé adj f p 0.11 0.27 0.04 0.00 -caramélisés caramélisé adj m p 0.11 0.27 0.03 0.07 -carapace carapace nom f s 1.25 8.38 1.22 6.62 -carapaces carapace nom f p 1.25 8.38 0.04 1.76 -carapatait carapater ver 0.14 1.01 0.00 0.07 ind:imp:3s; -carapate carapater ver 0.14 1.01 0.02 0.34 ind:pre:1s;ind:pre:3s; -carapatent carapater ver 0.14 1.01 0.01 0.07 ind:pre:3p; -carapater carapater ver 0.14 1.01 0.01 0.41 inf; -carapaté carapater ver m s 0.14 1.01 0.10 0.07 par:pas; -carapatés carapater ver m p 0.14 1.01 0.00 0.07 par:pas; -caraque caraque nom f s 0.00 0.20 0.00 0.20 -carat carat nom m s 1.46 2.23 0.14 1.15 -carats carat nom m p 1.46 2.23 1.33 1.08 -caravane caravane nom f s 11.64 6.76 10.34 5.14 -caravanes caravane nom f p 11.64 6.76 1.30 1.62 -caravanier caravanier nom m s 0.41 1.22 0.41 0.07 -caravaniers caravanier nom m p 0.41 1.22 0.00 0.74 -caravaning caravaning nom m s 0.13 0.20 0.13 0.14 -caravanings caravaning nom m p 0.13 0.20 0.00 0.07 -caravanière caravanier nom f s 0.41 1.22 0.00 0.34 -caravanières caravanier nom f p 0.41 1.22 0.00 0.07 -caravansérail caravansérail nom m s 0.14 0.81 0.00 0.54 -caravansérails caravansérail nom m p 0.14 0.81 0.14 0.27 -caravelle caravelle nom f s 0.32 0.95 0.31 0.20 -caravelles caravelle nom f p 0.32 0.95 0.01 0.74 -carbets carbet nom m p 0.00 0.07 0.00 0.07 -carboglace carboglace nom m s 0.05 0.00 0.05 0.00 -carbonade carbonade nom f s 0.14 0.00 0.14 0.00 -carbonari carbonari nom m s 0.00 0.07 0.00 0.07 -carbonate carbonate nom m s 0.08 0.14 0.08 0.14 -carbone carbone nom m s 3.18 1.82 3.15 1.62 -carbones carbone nom m p 3.18 1.82 0.04 0.20 -carbonique carbonique adj s 0.89 0.81 0.79 0.74 -carboniques carbonique adj m p 0.89 0.81 0.10 0.07 -carbonisa carboniser ver 1.25 2.50 0.00 0.07 ind:pas:3s; -carbonisant carboniser ver 1.25 2.50 0.00 0.07 par:pre; -carbonisation carbonisation nom f s 0.03 0.00 0.03 0.00 -carboniser carboniser ver 1.25 2.50 0.10 0.34 inf; -carbonisé carboniser ver m s 1.25 2.50 0.60 0.61 par:pas; -carbonisée carboniser ver f s 1.25 2.50 0.10 0.27 par:pas; -carbonisées carboniser ver f p 1.25 2.50 0.13 0.41 par:pas; -carbonisés carboniser ver m p 1.25 2.50 0.32 0.74 par:pas; -carboné carboné adj m s 0.01 0.00 0.01 0.00 -carboxyhémoglobine carboxyhémoglobine nom f s 0.04 0.00 0.04 0.00 -carburaient carburer ver 0.85 1.22 0.01 0.07 ind:imp:3p; -carburais carburer ver 0.85 1.22 0.00 0.07 ind:imp:1s; -carburait carburer ver 0.85 1.22 0.00 0.34 ind:imp:3s; -carburant carburant nom m s 5.67 1.69 5.56 1.35 -carburants carburant nom m p 5.67 1.69 0.11 0.34 -carburateur carburateur nom m s 1.11 1.22 1.05 1.15 -carburateurs carburateur nom m p 1.11 1.22 0.05 0.07 -carburation carburation nom f s 0.02 0.14 0.02 0.14 -carbure carburer ver 0.85 1.22 0.43 0.27 ind:pre:1s;ind:pre:3s; -carburent carburer ver 0.85 1.22 0.02 0.07 ind:pre:3p; -carburer carburer ver 0.85 1.22 0.17 0.14 inf; -carburez carburer ver 0.85 1.22 0.02 0.00 imp:pre:2p; -carburé carburer ver m s 0.85 1.22 0.01 0.14 par:pas; -carcajou carcajou nom m s 0.00 0.07 0.00 0.07 -carcan carcan nom m s 0.29 4.19 0.28 2.77 -carcans carcan nom m p 0.29 4.19 0.01 1.42 -carcasse carcasse nom f s 2.58 13.85 1.89 10.41 -carcasses carcasse nom f p 2.58 13.85 0.69 3.45 -carcharodon carcharodon nom m s 0.03 0.00 0.03 0.00 -carcinoïde carcinoïde adj s 0.01 0.00 0.01 0.00 -carcinoïde carcinoïde nom m s 0.01 0.00 0.01 0.00 -carcinome carcinome nom m s 0.13 0.00 0.13 0.00 -carcéral carcéral adj m s 1.11 2.30 0.52 1.15 -carcérale carcéral adj f s 1.11 2.30 0.45 0.81 -carcérales carcéral adj f p 1.11 2.30 0.14 0.14 -carcéraux carcéral adj m p 1.11 2.30 0.00 0.20 -cardage cardage nom m s 0.00 0.14 0.00 0.14 -cardait carder ver 0.08 1.35 0.00 0.27 ind:imp:3s; -cardamome cardamome nom f s 0.19 0.34 0.19 0.27 -cardamomes cardamome nom f p 0.19 0.34 0.00 0.07 -cardan cardan nom m s 0.23 0.34 0.21 0.34 -cardans cardan nom m p 0.23 0.34 0.02 0.00 -cardant carder ver 0.08 1.35 0.00 0.27 par:pre; -carde carde nom f s 0.01 0.27 0.01 0.20 -carder carder ver 0.08 1.35 0.07 0.27 inf; -carderai carder ver 0.08 1.35 0.00 0.07 ind:fut:1s; -carderie carderie nom f s 0.00 0.20 0.00 0.20 -cardes carde nom f p 0.01 0.27 0.00 0.07 -cardeur cardeur nom m s 0.01 1.01 0.01 0.20 -cardeuse cardeur nom f s 0.01 1.01 0.00 0.14 -cardeuses cardeur nom f p 0.01 1.01 0.00 0.68 -cardia cardia nom m s 0.01 0.00 0.01 0.00 -cardiaque cardiaque adj s 20.55 3.72 18.34 3.04 -cardiaques cardiaque adj p 20.55 3.72 2.21 0.68 -cardigan cardigan nom m s 0.47 0.61 0.40 0.47 -cardigans cardigan nom m p 0.47 0.61 0.06 0.14 -cardinal_archevêque cardinal_archevêque nom m s 0.02 0.07 0.02 0.07 -cardinal_légat cardinal_légat nom m s 0.00 0.07 0.00 0.07 -cardinal cardinal nom m s 5.18 6.62 4.78 4.80 -cardinale cardinal adj f s 1.09 4.12 0.42 0.68 -cardinales cardinal adj f p 1.09 4.12 0.02 0.20 -cardinalice cardinalice adj f s 0.01 0.14 0.01 0.07 -cardinalices cardinalice adj f p 0.01 0.14 0.00 0.07 -cardinaux cardinal nom m p 5.18 6.62 0.40 1.82 -cardio_pulmonaire cardio_pulmonaire adj s 0.07 0.00 0.07 0.00 -cardio_respiratoire cardio_respiratoire adj f s 0.10 0.00 0.10 0.00 -cardio_vasculaire cardio_vasculaire adj s 0.14 0.07 0.14 0.07 -cardioïde cardioïde adj s 0.00 0.07 0.00 0.07 -cardiogramme cardiogramme nom m s 0.11 0.00 0.11 0.00 -cardiographe cardiographe nom m s 0.01 0.00 0.01 0.00 -cardiographie cardiographie nom f s 0.01 0.00 0.01 0.00 -cardiologie cardiologie nom f s 0.82 0.00 0.82 0.00 -cardiologue cardiologue nom s 1.23 0.27 1.17 0.27 -cardiologues cardiologue nom p 1.23 0.27 0.06 0.00 -cardiomégalie cardiomégalie nom f s 0.04 0.00 0.04 0.00 -cardiomyopathie cardiomyopathie nom f s 0.09 0.00 0.09 0.00 -cardiotonique cardiotonique adj s 0.11 0.00 0.11 0.00 -cardiovasculaire cardiovasculaire adj s 0.24 0.00 0.24 0.00 -cardite cardite nom f s 0.01 0.00 0.01 0.00 -cardium cardium nom m s 0.00 0.07 0.00 0.07 -cardon cardon nom m s 0.06 1.15 0.06 0.07 -cardons cardon nom m p 0.06 1.15 0.00 1.08 -cardères carder nom f p 0.00 0.07 0.00 0.07 -cardé carder ver m s 0.08 1.35 0.00 0.34 par:pas; -cardée carder ver f s 0.08 1.35 0.00 0.07 par:pas; -cardés carder ver m p 0.08 1.35 0.00 0.07 par:pas; -care care nom f s 1.42 0.14 1.42 0.14 -carence carence nom f s 1.06 1.76 0.91 1.49 -carences carence nom f p 1.06 1.76 0.15 0.27 -caressa caresser ver 15.69 83.72 0.13 9.46 ind:pas:3s; -caressai caresser ver 15.69 83.72 0.00 0.74 ind:pas:1s; -caressaient caresser ver 15.69 83.72 0.03 2.23 ind:imp:3p; -caressais caresser ver 15.69 83.72 0.49 2.03 ind:imp:1s;ind:imp:2s; -caressait caresser ver 15.69 83.72 0.57 14.46 ind:imp:3s; -caressant caresser ver 15.69 83.72 1.13 8.18 par:pre; -caressante caressant adj f s 0.23 4.26 0.13 1.55 -caressantes caressant adj f p 0.23 4.26 0.01 0.54 -caressants caressant adj m p 0.23 4.26 0.01 0.61 -caresse caresser ver 15.69 83.72 4.60 14.86 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -caressent caresser ver 15.69 83.72 0.44 1.62 ind:pre:3p; -caresser caresser ver 15.69 83.72 5.66 18.24 inf; -caressera caresser ver 15.69 83.72 0.04 0.20 ind:fut:3s; -caresserai caresser ver 15.69 83.72 0.03 0.07 ind:fut:1s; -caresseraient caresser ver 15.69 83.72 0.00 0.07 cnd:pre:3p; -caresserait caresser ver 15.69 83.72 0.10 0.20 cnd:pre:3s; -caresserez caresser ver 15.69 83.72 0.00 0.07 ind:fut:2p; -caresseront caresser ver 15.69 83.72 0.01 0.14 ind:fut:3p; -caresses caresse nom f p 5.32 33.04 3.11 16.89 -caresseurs caresseur adj m p 0.00 0.07 0.00 0.07 -caresseuse caresseur nom f s 0.00 0.20 0.00 0.07 -caresseuses caresseur nom f p 0.00 0.20 0.00 0.14 -caressez caresser ver 15.69 83.72 0.53 0.20 imp:pre:2p;ind:pre:2p; -caressions caresser ver 15.69 83.72 0.01 0.20 ind:imp:1p; -caressât caresser ver 15.69 83.72 0.00 0.14 sub:imp:3s; -caressèrent caresser ver 15.69 83.72 0.00 0.27 ind:pas:3p; -caressé caresser ver m s 15.69 83.72 0.68 5.81 par:pas; -caressée caresser ver f s 15.69 83.72 0.27 2.70 par:pas; -caressées caresser ver f p 15.69 83.72 0.00 0.34 par:pas; -caressés caresser ver m p 15.69 83.72 0.04 1.15 par:pas; -caret caret nom m s 0.00 0.14 0.00 0.14 -carex carex nom m 0.00 0.20 0.00 0.20 -cargaison cargaison nom f s 7.57 4.26 6.82 3.18 -cargaisons cargaison nom f p 7.57 4.26 0.75 1.08 -cargo cargo nom m s 5.17 7.09 4.18 3.99 -cargos cargo nom m p 5.17 7.09 0.99 3.11 -cargua carguer ver 0.03 0.47 0.00 0.14 ind:pas:3s; -carguent carguer ver 0.03 0.47 0.00 0.07 ind:pre:3p; -carguer carguer ver 0.03 0.47 0.00 0.07 inf; -carguez carguer ver 0.03 0.47 0.03 0.00 imp:pre:2p; -carguée carguer ver f s 0.03 0.47 0.00 0.07 par:pas; -carguées carguer ver f p 0.03 0.47 0.00 0.14 par:pas; -cari cari nom m s 0.08 0.95 0.08 0.07 -cariatide cariatide nom f s 0.00 0.54 0.00 0.34 -cariatides cariatide nom f p 0.00 0.54 0.00 0.20 -caribou caribou nom m s 0.91 0.20 0.74 0.14 -caribous caribou nom m p 0.91 0.20 0.17 0.07 -caribéenne caribéen adj f s 0.03 0.00 0.03 0.00 -caricatural caricatural adj m s 0.04 2.09 0.04 1.22 -caricaturale caricatural adj f s 0.04 2.09 0.01 0.61 -caricaturales caricatural adj f p 0.04 2.09 0.00 0.20 -caricaturaux caricatural adj m p 0.04 2.09 0.00 0.07 -caricature caricature nom f s 1.68 6.49 1.58 4.26 -caricaturer caricaturer ver 0.09 0.27 0.02 0.07 inf; -caricatures caricature nom f p 1.68 6.49 0.10 2.23 -caricaturiste caricaturiste nom s 0.02 0.54 0.02 0.27 -caricaturistes caricaturiste nom p 0.02 0.54 0.00 0.27 -caricaturé caricaturer ver m s 0.09 0.27 0.02 0.00 par:pas; -caricaturées caricaturer ver f p 0.09 0.27 0.01 0.07 par:pas; -caricaturés caricaturer ver m p 0.09 0.27 0.02 0.07 par:pas; -carie carie nom f s 0.89 1.15 0.38 0.61 -carien carien adj m s 0.50 0.07 0.50 0.07 -carier carier ver 0.12 0.07 0.01 0.00 inf; -caries carie nom f p 0.89 1.15 0.51 0.54 -carillon carillon nom m s 1.67 5.88 1.56 5.54 -carillonnaient carillonner ver 0.41 1.35 0.00 0.14 ind:imp:3p; -carillonnait carillonner ver 0.41 1.35 0.00 0.14 ind:imp:3s; -carillonnant carillonner ver 0.41 1.35 0.00 0.14 par:pre; -carillonne carillonner ver 0.41 1.35 0.00 0.14 ind:pre:3s; -carillonnent carillonner ver 0.41 1.35 0.16 0.07 ind:pre:3p; -carillonner carillonner ver 0.41 1.35 0.25 0.61 inf; -carillonnes carillonner ver 0.41 1.35 0.00 0.07 ind:pre:2s; -carillonneur carillonneur nom m s 0.01 0.07 0.00 0.07 -carillonneuse carillonneur nom f s 0.01 0.07 0.01 0.00 -carillonné carillonner ver m s 0.41 1.35 0.00 0.07 par:pas; -carillonnées carillonné adj f p 0.00 0.41 0.00 0.27 -carillonnés carillonné adj m p 0.00 0.41 0.00 0.07 -carillons carillon nom m p 1.67 5.88 0.12 0.34 -carioca carioca adj m s 0.14 0.00 0.14 0.00 -caris cari nom m p 0.08 0.95 0.00 0.88 -carissime carissime adj s 0.00 0.07 0.00 0.07 -cariste cariste nom s 0.04 0.00 0.04 0.00 -caritatif caritatif adj m s 0.57 0.27 0.12 0.07 -caritatifs caritatif adj m p 0.57 0.27 0.02 0.07 -caritative caritatif adj f s 0.57 0.27 0.33 0.07 -caritatives caritatif adj f p 0.57 0.27 0.11 0.07 -carié carié adj m s 0.40 0.47 0.00 0.14 -cariée carié adj f s 0.40 0.47 0.27 0.07 -cariées carié adj f p 0.40 0.47 0.13 0.27 -carlin carlin nom m s 0.96 0.47 0.86 0.34 -carlines carline nom f p 0.00 0.07 0.00 0.07 -carlingue carlingue nom f s 0.23 2.77 0.22 2.36 -carlingues carlingue nom f p 0.23 2.77 0.01 0.41 -carlins carlin nom m p 0.96 0.47 0.10 0.14 -carlisme carlisme nom m s 0.20 0.00 0.20 0.00 -carliste carliste adj f s 0.70 0.00 0.60 0.00 -carlistes carliste adj p 0.70 0.00 0.10 0.00 -carma carmer ver 0.01 1.01 0.01 0.00 ind:pas:3s; -carmagnole carmagnole nom f s 0.00 0.54 0.00 0.47 -carmagnoles carmagnole nom f p 0.00 0.54 0.00 0.07 -carmant carmer ver 0.01 1.01 0.00 0.07 par:pre; -carme carme nom m s 0.14 0.61 0.00 0.14 -carmel carmel nom m s 0.28 0.20 0.28 0.20 -carmer carmer ver 0.01 1.01 0.00 0.68 inf; -carmes carme nom m p 0.14 0.61 0.14 0.47 -carmin carmin nom m s 0.26 0.81 0.26 0.68 -carmina carminer ver 0.23 0.07 0.01 0.00 ind:pas:3s; -carmine carminer ver 0.23 0.07 0.22 0.00 imp:pre:2s;ind:pre:3s; -carmins carmin nom m p 0.26 0.81 0.00 0.14 -carminé carminé adj m s 0.00 0.74 0.00 0.07 -carminée carminé adj f s 0.00 0.74 0.00 0.20 -carminées carminé adj f p 0.00 0.74 0.00 0.34 -carminés carminé adj m p 0.00 0.74 0.00 0.14 -carmé carmer ver m s 0.01 1.01 0.00 0.14 par:pas; -carmée carmer ver f s 0.01 1.01 0.00 0.14 par:pas; -carmélite carmélite nom f s 0.40 1.35 0.28 0.68 -carmélites carmélite nom f p 0.40 1.35 0.12 0.68 -carnage carnage nom m s 5.59 3.38 5.46 3.18 -carnages carnage nom m p 5.59 3.38 0.14 0.20 -carnassier carnassier nom m s 0.04 2.09 0.02 0.74 -carnassiers carnassier adj m p 0.03 1.82 0.03 0.27 -carnassière carnassier nom f s 0.04 2.09 0.01 0.34 -carnassières carnassier nom f p 0.04 2.09 0.00 0.14 -carnation carnation nom f s 0.30 1.08 0.30 1.08 -carnaval carnaval nom m s 7.86 5.81 7.83 5.68 -carnavalesque carnavalesque adj s 0.01 0.20 0.01 0.20 -carnavals carnaval nom m p 7.86 5.81 0.03 0.14 -carne carne nom f s 1.21 2.77 1.09 2.03 -carnes carne nom f p 1.21 2.77 0.12 0.74 -carnet carnet nom m s 13.23 31.82 11.06 24.66 -carnets carnet nom m p 13.23 31.82 2.17 7.16 -carnier carnier nom m s 0.27 0.27 0.27 0.20 -carniers carnier nom m p 0.27 0.27 0.00 0.07 -carnivore carnivore adj s 0.64 1.01 0.25 0.47 -carnivores carnivore adj p 0.64 1.01 0.39 0.54 -carné carné adj m s 0.02 0.27 0.00 0.07 -carnée carné adj f s 0.02 0.27 0.00 0.07 -carnées carné adj f p 0.02 0.27 0.01 0.07 -carnés carné adj m p 0.02 0.27 0.01 0.07 -carogne carogne nom f s 0.14 0.00 0.14 0.00 -carole carole nom f s 0.00 0.07 0.00 0.07 -caroline carolin adj f s 0.03 0.61 0.03 0.14 -carolines carolin adj f p 0.03 0.61 0.00 0.14 -carolingien carolingien adj m s 0.00 0.20 0.00 0.07 -carolingienne carolingien adj f s 0.00 0.20 0.00 0.07 -carolingiens carolingien adj m p 0.00 0.20 0.00 0.07 -carolins carolin adj m p 0.03 0.61 0.00 0.34 -carolus carolus nom m 0.10 0.00 0.10 0.00 -caronades caronade nom f p 0.01 0.14 0.01 0.14 -caroncule caroncule nom f s 0.01 0.14 0.01 0.14 -carotide carotide nom f s 0.84 1.28 0.78 0.88 -carotides carotide nom f p 0.84 1.28 0.06 0.41 -carotidien carotidien adj m s 0.12 0.00 0.09 0.00 -carotidienne carotidien adj f s 0.12 0.00 0.03 0.00 -carottage carottage nom m s 0.02 0.00 0.02 0.00 -carottait carotter ver 0.14 0.41 0.00 0.07 ind:imp:3s; -carotte carotte nom f s 7.12 8.31 2.45 2.97 -carottent carotter ver 0.14 0.41 0.00 0.07 ind:pre:3p; -carotter carotter ver 0.14 0.41 0.03 0.07 inf; -carotterait carotter ver 0.14 0.41 0.00 0.07 cnd:pre:3s; -carottes carotte nom f p 7.12 8.31 4.67 5.34 -carotteur carotteur adj m s 0.12 0.00 0.10 0.00 -carotteuse carotteur adj f s 0.12 0.00 0.02 0.00 -carotène carotène nom m s 0.01 0.00 0.01 0.00 -carottier carottier adj m s 0.01 0.00 0.01 0.00 -carotté carotter ver m s 0.14 0.41 0.06 0.00 par:pas; -carottés carotter ver m p 0.14 0.41 0.00 0.07 par:pas; -caroube caroube nom f s 0.13 0.07 0.13 0.07 -caroubier caroubier nom m s 0.01 0.34 0.01 0.14 -caroubiers caroubier nom m p 0.01 0.34 0.00 0.20 -caroublant caroubler ver 0.00 0.14 0.00 0.07 par:pre; -carouble carouble nom f s 0.00 0.74 0.00 0.07 -caroubler caroubler ver 0.00 0.14 0.00 0.07 inf; -caroubles carouble nom f p 0.00 0.74 0.00 0.68 -caroubleur caroubleur nom m s 0.00 0.14 0.00 0.14 -carousse carousse nom f s 0.00 0.07 0.00 0.07 -carpaccio carpaccio nom m s 0.18 0.00 0.18 0.00 -carpe carpe nom s 2.87 3.85 2.42 2.77 -carpes carpe nom f p 2.87 3.85 0.45 1.08 -carpette carpette nom f s 0.35 2.36 0.32 2.09 -carpettes carpette nom f p 0.35 2.36 0.03 0.27 -carpien carpien adj m s 0.26 0.00 0.23 0.00 -carpienne carpien adj f s 0.26 0.00 0.03 0.00 -carpillon carpillon nom m s 0.00 0.27 0.00 0.27 -carpé carpé adj m s 0.02 0.14 0.02 0.14 -carquois carquois nom m 0.34 0.68 0.34 0.68 -carra carrer ver 1.13 6.55 0.00 0.47 ind:pas:3s; -carraient carrer ver 1.13 6.55 0.00 0.14 ind:imp:3p; -carrais carrer ver 1.13 6.55 0.00 0.14 ind:imp:1s; -carrait carrer ver 1.13 6.55 0.00 0.14 ind:imp:3s; -carrant carrer ver 1.13 6.55 0.00 0.27 par:pre; -carrare carrare nom m s 0.00 0.07 0.00 0.07 -carre carrer ver 1.13 6.55 0.17 0.68 imp:pre:2s;ind:pre:1s;ind:pre:3s; -carreau carreau nom m s 8.10 41.69 4.34 13.51 -carreaux carreau nom m p 8.10 41.69 3.75 28.18 -carrefour carrefour nom m s 5.40 35.95 5.00 30.34 -carrefours carrefour nom m p 5.40 35.95 0.40 5.61 -carrelage carrelage nom m s 2.40 13.18 2.39 12.36 -carrelages carrelage nom m p 2.40 13.18 0.01 0.81 -carrelait carreler ver 0.22 3.24 0.00 0.07 ind:imp:3s; -carrelant carreler ver 0.22 3.24 0.01 0.00 par:pre; -carreler carreler ver 0.22 3.24 0.17 0.07 inf; -carrelet carrelet nom m s 0.05 1.82 0.04 1.69 -carrelets carrelet nom m p 0.05 1.82 0.01 0.14 -carreleur carreleur nom m s 0.14 0.34 0.14 0.20 -carreleurs carreleur nom m p 0.14 0.34 0.00 0.14 -carrelé carreler ver m s 0.22 3.24 0.02 1.62 par:pas; -carrelée carreler ver f s 0.22 3.24 0.02 1.01 par:pas; -carrelées carreler ver f p 0.22 3.24 0.00 0.20 par:pas; -carrelés carreler ver m p 0.22 3.24 0.00 0.27 par:pas; -carrent carrer ver 1.13 6.55 0.00 0.07 ind:pre:3p; -carrer carrer ver 1.13 6.55 0.32 0.88 inf; -carrerais carrer ver 1.13 6.55 0.01 0.00 cnd:pre:1s; -carres carrer ver 1.13 6.55 0.03 0.00 ind:pre:2s;sub:pre:2s; -carrick carrick nom m s 0.28 0.00 0.28 0.00 -carrier carrier nom m s 0.01 0.74 0.01 0.47 -carriers carrier nom m p 0.01 0.74 0.00 0.27 -carriole carriole nom f s 1.42 10.47 1.25 8.38 -carrioles carriole nom f p 1.42 10.47 0.17 2.09 -carrière carrière nom s 36.54 36.15 35.23 33.04 -carrières carrière nom f p 36.54 36.15 1.31 3.11 -carriérisme carriérisme nom m s 0.01 0.00 0.01 0.00 -carriériste carriériste nom s 0.39 0.00 0.34 0.00 -carriéristes carriériste nom p 0.39 0.00 0.04 0.00 -carron carron nom m s 0.01 0.00 0.01 0.00 -carrossable carrossable adj s 0.14 0.54 0.00 0.47 -carrossables carrossable adj f p 0.14 0.54 0.14 0.07 -carrosse carrosse nom m s 2.77 4.05 2.59 3.72 -carrosser carrosser ver 0.03 0.34 0.00 0.07 inf; -carrosserie carrosserie nom f s 1.45 6.55 1.22 5.61 -carrosseries carrosserie nom f p 1.45 6.55 0.23 0.95 -carrosses carrosse nom m p 2.77 4.05 0.18 0.34 -carrossier carrossier nom m s 0.04 0.27 0.02 0.20 -carrossiers carrossier nom m p 0.04 0.27 0.02 0.07 -carrossée carrosser ver f s 0.03 0.34 0.02 0.20 par:pas; -carrossées carrosser ver f p 0.03 0.34 0.00 0.07 par:pas; -carrousel carrousel nom m s 0.42 2.50 0.40 2.36 -carrousels carrousel nom m p 0.42 2.50 0.03 0.14 -carré carré nom m s 3.85 32.23 3.48 25.07 -carrée carré adj f s 4.92 27.77 0.84 10.07 -carrées carrer ver f p 1.13 6.55 0.08 0.20 par:pas; -carrément carrément adv 9.99 16.55 9.99 16.55 -carrure carrure nom f s 0.94 4.53 0.94 4.39 -carrures carrure nom f p 0.94 4.53 0.00 0.14 -carrés carré adj m p 4.92 27.77 1.36 6.49 -carry carry nom m s 0.61 0.20 0.61 0.20 -cars car nom_sup m p 14.84 19.86 0.64 3.99 -carta carter ver 0.30 0.20 0.01 0.14 ind:pas:3s; -cartable cartable nom m s 1.58 11.28 1.54 9.32 -cartables cartable nom m p 1.58 11.28 0.04 1.96 -carte_clé carte_clé nom f s 0.03 0.00 0.03 0.00 -carte_lettre carte_lettre nom f s 0.00 0.41 0.00 0.34 -carte carte nom f s 144.96 111.42 96.11 60.95 -cartel cartel nom m s 2.04 0.81 1.75 0.61 -cartels cartel nom m p 2.04 0.81 0.28 0.20 -carter carter nom m s 1.14 0.34 1.12 0.34 -carterie carterie nom f s 0.07 0.00 0.07 0.00 -carters carter nom m p 1.14 0.34 0.01 0.00 -carte_lettre carte_lettre nom f p 0.00 0.41 0.00 0.07 -cartes carte nom f p 144.96 111.42 48.84 50.47 -carthaginois carthaginois nom m 0.04 0.27 0.04 0.27 -carthaginoise carthaginois adj f s 0.04 0.07 0.01 0.07 -carthame carthame nom m s 0.02 0.00 0.02 0.00 -carène carène nom f s 0.11 0.54 0.11 0.34 -carènes carène nom f p 0.11 0.54 0.00 0.20 -cartilage cartilage nom m s 0.84 1.42 0.75 0.68 -cartilages cartilage nom m p 0.84 1.42 0.09 0.74 -cartilagineuse cartilagineux adj f s 0.07 0.14 0.02 0.14 -cartilagineuses cartilagineux adj f p 0.07 0.14 0.03 0.00 -cartilagineux cartilagineux adj m p 0.07 0.14 0.02 0.00 -cartographe cartographe nom s 0.16 0.61 0.11 0.27 -cartographes cartographe nom p 0.16 0.61 0.05 0.34 -cartographie cartographie nom f s 0.37 0.34 0.37 0.34 -cartographient cartographier ver 0.10 0.07 0.00 0.07 ind:pre:3p; -cartographier cartographier ver 0.10 0.07 0.02 0.00 inf; -cartographique cartographique adj s 0.26 0.20 0.18 0.07 -cartographiques cartographique adj p 0.26 0.20 0.07 0.14 -cartographié cartographier ver m s 0.10 0.07 0.07 0.00 par:pas; -cartographiés cartographier ver m p 0.10 0.07 0.01 0.00 par:pas; -cartomancie cartomancie nom f s 0.01 0.00 0.01 0.00 -cartomancien cartomancien nom m s 0.16 1.15 0.00 0.14 -cartomancienne cartomancien nom f s 0.16 1.15 0.16 0.88 -cartomanciennes cartomancien nom f p 0.16 1.15 0.00 0.14 -carton_pâte carton_pâte nom m s 0.17 1.28 0.17 1.28 -carton carton nom m s 16.01 44.86 10.92 34.80 -cartonnage cartonnage nom m s 0.00 0.54 0.00 0.14 -cartonnages cartonnage nom m p 0.00 0.54 0.00 0.41 -cartonnant cartonner ver 2.02 2.16 0.00 0.07 par:pre; -cartonne cartonner ver 2.02 2.16 0.32 0.14 imp:pre:2s;ind:pre:1s;ind:pre:3s; -cartonnent cartonner ver 2.02 2.16 0.05 0.00 ind:pre:3p; -cartonner cartonner ver 2.02 2.16 1.09 0.41 inf; -cartonneuse cartonneux adj f s 0.00 0.47 0.00 0.20 -cartonneuses cartonneux adj f p 0.00 0.47 0.00 0.07 -cartonneux cartonneux adj m 0.00 0.47 0.00 0.20 -cartonnier cartonnier nom m s 0.00 0.34 0.00 0.20 -cartonniers cartonnier nom m p 0.00 0.34 0.00 0.14 -cartonné cartonner ver m s 2.02 2.16 0.54 0.47 par:pas; -cartonnée cartonner ver f s 2.02 2.16 0.03 0.41 par:pas; -cartonnées cartonner ver f p 2.02 2.16 0.00 0.27 par:pas; -cartonnés cartonner ver m p 2.02 2.16 0.00 0.41 par:pas; -cartons carton nom m p 16.01 44.86 5.09 10.07 -cartoon cartoon nom m s 0.76 0.07 0.43 0.00 -cartoons cartoon nom m p 0.76 0.07 0.33 0.07 -cartothèque cartothèque nom f s 0.10 0.00 0.10 0.00 -cartouche cartouche nom s 5.81 9.53 1.76 2.91 -cartoucherie cartoucherie nom f s 0.00 0.07 0.00 0.07 -cartouches cartouche nom p 5.81 9.53 4.05 6.62 -cartouchière cartouchière nom f s 0.17 2.16 0.04 0.47 -cartouchières cartouchière nom f p 0.17 2.16 0.14 1.69 -carté carter ver m s 0.30 0.20 0.00 0.07 par:pas; -cartulaires cartulaire nom m p 0.00 0.14 0.00 0.14 -cartésianisme cartésianisme nom m s 0.00 0.20 0.00 0.20 -cartésien cartésien adj m s 0.06 0.68 0.01 0.34 -cartésienne cartésien adj f s 0.06 0.68 0.04 0.20 -cartésiennes cartésien adj f p 0.06 0.68 0.00 0.07 -cartésiens cartésien adj m p 0.06 0.68 0.00 0.07 -carême_prenant carême_prenant nom m s 0.00 0.07 0.00 0.07 -carême carême nom m s 0.25 1.96 0.25 1.82 -carêmes carême nom m p 0.25 1.96 0.00 0.14 -carénage carénage nom m s 0.04 0.41 0.04 0.34 -carénages carénage nom m p 0.04 0.41 0.00 0.07 -caréner caréner ver 0.01 0.14 0.01 0.00 inf; -caréné caréné adj m s 0.00 0.07 0.00 0.07 -carénées caréner ver f p 0.01 0.14 0.00 0.07 par:pas; -carvi carvi nom m s 0.04 0.00 0.04 0.00 -cary cary nom m s 0.01 0.00 0.01 0.00 -caryatides caryatide nom f p 0.00 0.07 0.00 0.07 -caryotype caryotype nom m s 0.04 0.00 0.04 0.00 -cas cas nom m 280.59 217.36 280.59 217.36 -casa casa nom f s 1.49 2.57 1.49 2.57 -casablancaises casablancais adj f p 0.00 0.07 0.00 0.07 -casaient caser ver 4.76 7.70 0.01 0.07 ind:imp:3p; -casait caser ver 4.76 7.70 0.01 0.27 ind:imp:3s; -casanier casanier adj m s 0.46 0.81 0.20 0.47 -casaniers casanier adj m p 0.46 0.81 0.13 0.07 -casanière casanier adj f s 0.46 0.81 0.13 0.20 -casanières casanier adj f p 0.46 0.81 0.01 0.07 -casant caser ver 4.76 7.70 0.00 0.07 par:pre; -casaque casaque nom f s 0.45 2.84 0.18 2.16 -casaques casaque nom f p 0.45 2.84 0.27 0.68 -casaquin casaquin nom m s 0.00 0.14 0.00 0.14 -casas caser ver 4.76 7.70 0.11 0.47 ind:pas:2s; -casbah casbah nom f s 1.76 4.32 1.76 4.32 -cascadaient cascader ver 0.27 1.62 0.00 0.20 ind:imp:3p; -cascadait cascader ver 0.27 1.62 0.00 0.34 ind:imp:3s; -cascadant cascader ver 0.27 1.62 0.00 0.07 par:pre; -cascadas cascader ver 0.27 1.62 0.00 0.07 ind:pas:2s; -cascade cascade nom f s 4.41 11.55 3.19 7.30 -cascadent cascader ver 0.27 1.62 0.00 0.20 ind:pre:3p; -cascader cascader ver 0.27 1.62 0.27 0.20 inf; -cascades cascade nom f p 4.41 11.55 1.22 4.26 -cascadeur cascadeur nom m s 2.81 0.27 1.88 0.14 -cascadeurs cascadeur nom m p 2.81 0.27 0.65 0.14 -cascadeuse cascadeur nom f s 2.81 0.27 0.28 0.00 -cascadèrent cascader ver 0.27 1.62 0.00 0.07 ind:pas:3p; -cascadé cascader ver m s 0.27 1.62 0.00 0.07 par:pas; -cascara cascara nom f s 0.04 0.00 0.04 0.00 -cascatelle cascatelle nom f s 0.00 0.14 0.00 0.07 -cascatelles cascatelle nom f p 0.00 0.14 0.00 0.07 -cascher cascher adj 0.03 0.00 0.03 0.00 -case case nom f s 5.18 14.53 4.41 9.46 -casemate casemate nom f s 0.01 3.18 0.00 1.55 -casemates casemate nom f p 0.01 3.18 0.01 1.62 -casent caser ver 4.76 7.70 0.02 0.07 ind:pre:3p; -caser caser ver 4.76 7.70 2.12 3.78 ind:pre:2p;inf; -caserai caser ver 4.76 7.70 0.04 0.07 ind:fut:1s; -caserais caser ver 4.76 7.70 0.03 0.07 cnd:pre:1s; -caserait caser ver 4.76 7.70 0.05 0.00 cnd:pre:3s; -caserne caserne nom f s 8.99 16.49 7.97 12.03 -casernement casernement nom m s 0.01 0.68 0.01 0.41 -casernements casernement nom m p 0.01 0.68 0.00 0.27 -caserner caserner ver 0.01 0.34 0.00 0.07 inf; -casernes caserne nom f p 8.99 16.49 1.03 4.46 -caserné caserner ver m s 0.01 0.34 0.01 0.07 par:pas; -casernés caserner ver m p 0.01 0.34 0.00 0.20 par:pas; -cases case nom f p 5.18 14.53 0.78 5.07 -casette casette nom f s 0.06 0.00 0.05 0.00 -casettes casette nom f p 0.06 0.00 0.01 0.00 -cash cash adv 7.25 0.61 7.25 0.61 -casher casher adj s 0.53 0.07 0.53 0.07 -cashmere cashmere nom m s 0.46 0.34 0.46 0.34 -casier casier nom m s 17.81 8.11 15.82 4.46 -casiers casier nom m p 17.81 8.11 1.98 3.65 -casimir casimir nom m s 0.01 0.27 0.01 0.27 -casino casino nom m s 12.75 10.81 10.89 9.80 -casinos casino nom m p 12.75 10.81 1.86 1.01 -casoar casoar nom m s 0.14 0.61 0.13 0.41 -casoars casoar nom m p 0.14 0.61 0.01 0.20 -caspiennes caspienne adj f p 0.01 0.00 0.01 0.00 -casquaient casquer ver 1.92 6.69 0.00 0.07 ind:imp:3p; -casquais casquer ver 1.92 6.69 0.01 0.07 ind:imp:1s;ind:imp:2s; -casquait casquer ver 1.92 6.69 0.01 0.14 ind:imp:3s; -casquant casquer ver 1.92 6.69 0.01 0.20 par:pre; -casque casque nom m s 15.42 29.19 12.11 21.62 -casquent casquer ver 1.92 6.69 0.02 0.00 ind:pre:3p; -casquer casquer ver 1.92 6.69 1.25 1.89 inf; -casquera casquer ver 1.92 6.69 0.02 0.07 ind:fut:3s; -casqueras casquer ver 1.92 6.69 0.00 0.07 ind:fut:2s; -casqueront casquer ver 1.92 6.69 0.00 0.07 ind:fut:3p; -casques casque nom m p 15.42 29.19 3.32 7.57 -casquette casquette nom f s 9.73 38.58 8.64 34.39 -casquettes casquette nom f p 9.73 38.58 1.09 4.19 -casquettiers casquettier nom m p 0.00 0.07 0.00 0.07 -casquettés casquetté adj m p 0.00 0.07 0.00 0.07 -casquez casquer ver 1.92 6.69 0.21 0.14 imp:pre:2p;ind:pre:2p; -casqué casquer ver m s 1.92 6.69 0.11 1.42 par:pas; -casquée casqué adj f s 0.12 4.46 0.00 0.61 -casquées casqué adj f p 0.12 4.46 0.01 0.34 -casqués casqué adj m p 0.12 4.46 0.04 2.57 -cassa casser ver 160.61 92.70 0.12 4.73 ind:pas:3s; -cassable cassable adj s 0.02 0.20 0.01 0.14 -cassables cassable adj m p 0.02 0.20 0.01 0.07 -cassage cassage nom m s 0.16 0.54 0.14 0.41 -cassages cassage nom m p 0.16 0.54 0.03 0.14 -cassai casser ver 160.61 92.70 0.00 0.20 ind:pas:1s; -cassaient casser ver 160.61 92.70 0.12 1.89 ind:imp:3p; -cassais casser ver 160.61 92.70 0.64 0.68 ind:imp:1s;ind:imp:2s; -cassait casser ver 160.61 92.70 0.75 3.78 ind:imp:3s; -cassandre cassandre nom m s 0.06 0.07 0.06 0.07 -cassant casser ver 160.61 92.70 0.59 2.64 par:pre; -cassante cassant adj f s 0.35 2.77 0.04 0.88 -cassantes cassant adj f p 0.35 2.77 0.00 0.41 -cassants cassant adj m p 0.35 2.77 0.02 0.27 -cassate cassate nom f s 0.00 0.07 0.00 0.07 -cassation cassation nom f s 0.85 0.95 0.85 0.88 -cassations cassation nom f p 0.85 0.95 0.00 0.07 -casse_bonbon casse_bonbon nom m p 0.10 0.00 0.10 0.00 -casse_burnes casse_burnes nom m 0.05 0.00 0.05 0.00 -casse_cou casse_cou adj s 0.35 0.54 0.35 0.54 -casse_couilles casse_couilles nom m 1.47 0.20 1.47 0.20 -casse_croûte casse_croûte nom m s 1.54 4.46 1.52 4.32 -casse_croûte casse_croûte nom m p 1.54 4.46 0.02 0.14 -casse_cul casse_cul adj 0.01 0.00 0.01 0.00 -casse_dalle casse_dalle nom m 0.29 0.95 0.28 0.81 -casse_dalle casse_dalle nom m p 0.29 0.95 0.01 0.14 -casse_graine casse_graine nom m 0.00 0.95 0.00 0.95 -casse_gueule casse_gueule nom m 0.10 0.07 0.10 0.07 -casse_noisette casse_noisette nom m s 0.22 0.41 0.22 0.41 -casse_noisettes casse_noisettes nom m 0.13 0.27 0.13 0.27 -casse_noix casse_noix nom m 0.12 0.20 0.12 0.20 -casse_pattes casse_pattes nom m 0.03 0.20 0.03 0.20 -casse_pieds casse_pieds adj s 0.87 1.22 0.87 1.22 -casse_pipe casse_pipe nom m s 0.50 0.74 0.50 0.74 -casse_pipes casse_pipes nom m 0.02 0.20 0.02 0.20 -casse_tête casse_tête nom m 0.69 0.88 0.69 0.88 -casse casser ver 160.61 92.70 41.32 17.03 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:1s;sub:pre:3s; -cassement cassement nom m s 0.00 0.20 0.00 0.14 -cassements cassement nom m p 0.00 0.20 0.00 0.07 -cassent casser ver 160.61 92.70 3.78 2.50 ind:pre:3p; -casser casser ver 160.61 92.70 36.24 30.14 inf; -cassera casser ver 160.61 92.70 1.47 0.81 ind:fut:3s; -casserai casser ver 160.61 92.70 1.58 0.74 ind:fut:1s; -casseraient casser ver 160.61 92.70 0.04 0.07 cnd:pre:3p; -casserais casser ver 160.61 92.70 0.42 0.41 cnd:pre:1s;cnd:pre:2s; -casserait casser ver 160.61 92.70 0.51 0.61 cnd:pre:3s; -casseras casser ver 160.61 92.70 0.35 0.27 ind:fut:2s; -casserez casser ver 160.61 92.70 0.05 0.00 ind:fut:2p; -casseriez casser ver 160.61 92.70 0.03 0.00 cnd:pre:2p; -casserole casserole nom f s 4.95 22.84 2.91 16.22 -casseroles casserole nom f p 4.95 22.84 2.05 6.62 -casserolée casserolée nom f s 0.00 0.34 0.00 0.27 -casserolées casserolée nom f p 0.00 0.34 0.00 0.07 -casserons casser ver 160.61 92.70 0.01 0.07 ind:fut:1p; -casseront casser ver 160.61 92.70 0.25 0.27 ind:fut:3p; -casses casser ver 160.61 92.70 7.47 1.55 ind:pre:2s;sub:pre:2s; -cassetins cassetin nom m p 0.00 0.07 0.00 0.07 -cassette cassette nom f s 32.40 6.42 23.55 4.05 -cassettes cassette nom f p 32.40 6.42 8.86 2.36 -casseur casseur nom m s 1.46 3.18 0.71 1.76 -casseurs casseur nom m p 1.46 3.18 0.68 1.28 -casseuse casseur nom f s 1.46 3.18 0.07 0.07 -casseuses casseuse nom f p 0.01 0.07 0.01 0.00 -cassez casser ver 160.61 92.70 7.91 1.08 imp:pre:2p;ind:pre:2p; -cassier cassier nom m s 0.00 0.07 0.00 0.07 -cassiez casser ver 160.61 92.70 0.07 0.07 ind:imp:2p; -cassine cassine nom f s 0.00 1.55 0.00 1.55 -cassis cassis nom m 0.67 3.18 0.67 3.18 -cassitérite cassitérite nom f s 0.00 0.07 0.00 0.07 -cassolette cassolette nom f s 0.01 0.68 0.01 0.20 -cassolettes cassolette nom f p 0.01 0.68 0.00 0.47 -cassonade cassonade nom f s 0.32 0.07 0.32 0.07 -cassons casser ver 160.61 92.70 2.13 0.07 imp:pre:1p;ind:pre:1p; -cassoulet cassoulet nom m s 0.52 1.62 0.52 1.62 -cassèrent casser ver 160.61 92.70 0.00 0.47 ind:pas:3p; -cassé casser ver m s 160.61 92.70 42.71 15.88 par:pas; -cassée casser ver f s 160.61 92.70 9.30 4.12 par:pas; -cassées cassé adj f p 22.07 22.84 1.85 3.11 -cassure cassure nom f s 0.51 3.78 0.44 2.50 -cassures cassure nom f p 0.51 3.78 0.07 1.28 -cassés cassé adj m p 22.07 22.84 2.14 4.05 -castagnait castagner ver 0.10 0.68 0.00 0.14 ind:imp:3s; -castagne castagne nom f s 0.15 0.95 0.15 0.95 -castagnent castagner ver 0.10 0.68 0.00 0.20 ind:pre:3p; -castagner castagner ver 0.10 0.68 0.04 0.27 inf; -castagnes castagner ver 0.10 0.68 0.03 0.00 ind:pre:2s; -castagnette castagnette nom f s 0.99 2.57 0.00 0.07 -castagnettes castagnette nom f p 0.99 2.57 0.99 2.50 -castagné castagner ver m s 0.10 0.68 0.03 0.07 par:pas; -castard castard nom m s 0.01 0.00 0.01 0.00 -caste caste nom f s 0.73 4.19 0.50 3.38 -castel castel nom m s 0.14 1.08 0.14 1.08 -castelet castelet nom m s 0.00 0.07 0.00 0.07 -castes caste nom f p 0.73 4.19 0.23 0.81 -castillan castillan nom m s 0.38 0.61 0.38 0.34 -castillane castillan adj f s 0.23 0.81 0.00 0.27 -castillanes castillan adj f p 0.23 0.81 0.00 0.07 -castillans castillan adj m p 0.23 0.81 0.00 0.07 -castille castille nom f s 0.01 0.00 0.01 0.00 -castine castine nom f s 0.07 0.07 0.07 0.07 -casting casting nom m s 3.03 0.20 2.99 0.20 -castings casting nom m p 3.03 0.20 0.04 0.00 -castor castor nom m s 2.86 1.76 2.40 1.08 -castors castor nom m p 2.86 1.76 0.46 0.68 -castrat castrat nom m s 0.09 0.41 0.06 0.14 -castrateur castrateur adj m s 0.08 0.34 0.01 0.00 -castration castration nom f s 0.47 1.28 0.47 1.28 -castratrice castratrice adj f s 0.07 0.00 0.07 0.00 -castratrices castrateur adj f p 0.08 0.34 0.04 0.07 -castrats castrat nom m p 0.09 0.41 0.03 0.27 -castrer castrer ver 1.58 0.47 0.47 0.14 inf; -castreur castreur nom m s 0.00 0.20 0.00 0.14 -castreurs castreur nom m p 0.00 0.20 0.00 0.07 -castrez castrer ver 1.58 0.47 0.04 0.00 imp:pre:2p; -castrisme castrisme nom m s 0.14 0.00 0.14 0.00 -castriste castriste adj f s 0.04 0.07 0.02 0.07 -castristes castriste adj m p 0.04 0.07 0.02 0.00 -castrons castrer ver 1.58 0.47 0.01 0.00 imp:pre:1p; -castré castrer ver m s 1.58 0.47 0.97 0.27 par:pas; -castrée castrer ver f s 1.58 0.47 0.01 0.00 par:pas; -castrés castrer ver m p 1.58 0.47 0.07 0.07 par:pas; -casé caser ver m s 4.76 7.70 0.73 0.74 par:pas; -casée caser ver f s 4.76 7.70 0.31 0.41 par:pas; -casuel casuel nom m s 0.00 0.41 0.00 0.41 -casées caser ver f p 4.76 7.70 0.01 0.14 par:pas; -caséeuse caséeux adj f s 0.00 0.07 0.00 0.07 -caséine caséine nom f s 0.14 0.00 0.14 0.00 -casuistes casuiste nom m p 0.00 0.07 0.00 0.07 -casuistique casuistique nom f s 0.01 0.41 0.01 0.41 -casuistiques casuistique adj p 0.00 0.20 0.00 0.07 -casus_belli casus_belli nom m 0.05 0.00 0.05 0.00 -casés caser ver m p 4.76 7.70 0.33 0.34 par:pas; -cata cata nom f s 0.61 0.34 0.61 0.34 -catabolique catabolique adj m s 0.01 0.00 0.01 0.00 -catachrèse catachrèse nom f s 0.01 0.07 0.01 0.07 -cataclysme cataclysme nom m s 0.69 5.27 0.62 4.26 -cataclysmes cataclysme nom m p 0.69 5.27 0.06 1.01 -cataclysmique cataclysmique adj s 0.17 0.20 0.13 0.14 -cataclysmiques cataclysmique adj p 0.17 0.20 0.04 0.07 -catacombe catacombe nom f s 2.04 1.96 0.00 0.20 -catacombes catacombe nom f p 2.04 1.96 2.04 1.76 -catadioptre catadioptre nom m s 0.00 0.14 0.00 0.07 -catadioptres catadioptre nom m p 0.00 0.14 0.00 0.07 -catafalque catafalque nom m s 0.01 1.69 0.01 1.49 -catafalques catafalque nom m p 0.01 1.69 0.00 0.20 -catalan catalan nom m s 1.09 0.54 0.96 0.20 -catalane catalan adj f s 0.74 0.81 0.37 0.20 -catalanes catalan adj f p 0.74 0.81 0.00 0.14 -catalans catalan adj m p 0.74 0.81 0.14 0.27 -catalauniques catalaunique adj m p 0.01 0.20 0.01 0.20 -catalepsie catalepsie nom f s 0.51 0.61 0.51 0.47 -catalepsies catalepsie nom f p 0.51 0.61 0.00 0.14 -cataleptique cataleptique adj s 0.23 0.47 0.23 0.47 -cataleptiques cataleptique nom p 0.00 0.14 0.00 0.07 -catalogage catalogage nom m s 0.02 0.00 0.02 0.00 -catalogne catalogne nom f s 0.00 0.07 0.00 0.07 -cataloguais cataloguer ver 1.11 2.50 0.00 0.07 ind:imp:1s; -cataloguant cataloguer ver 1.11 2.50 0.01 0.00 par:pre; -catalogue catalogue nom m s 4.87 7.16 3.89 5.61 -cataloguent cataloguer ver 1.11 2.50 0.01 0.07 ind:pre:3p; -cataloguer cataloguer ver 1.11 2.50 0.23 0.27 inf; -cataloguerai cataloguer ver 1.11 2.50 0.02 0.00 ind:fut:1s; -catalogues catalogue nom m p 4.87 7.16 0.98 1.55 -cataloguiez cataloguer ver 1.11 2.50 0.00 0.07 ind:imp:2p; -catalogué cataloguer ver m s 1.11 2.50 0.25 0.81 par:pas; -cataloguée cataloguer ver f s 1.11 2.50 0.18 0.34 par:pas; -cataloguées cataloguer ver f p 1.11 2.50 0.04 0.27 par:pas; -catalogués cataloguer ver m p 1.11 2.50 0.06 0.41 par:pas; -catalpa catalpa nom m s 0.00 0.47 0.00 0.27 -catalpas catalpa nom m p 0.00 0.47 0.00 0.20 -catalyser catalyser ver 0.07 0.00 0.05 0.00 inf; -catalyses catalyse nom f p 0.00 0.07 0.00 0.07 -catalyseur catalyseur nom m s 1.31 0.20 1.23 0.07 -catalyseurs catalyseur nom m p 1.31 0.20 0.08 0.14 -catalysé catalyser ver m s 0.07 0.00 0.01 0.00 par:pas; -catalytique catalytique adj m s 0.16 0.00 0.14 0.00 -catalytiques catalytique adj m p 0.16 0.00 0.01 0.00 -catamaran catamaran nom m s 0.18 0.27 0.18 0.27 -cataphotes cataphote nom m p 0.00 0.14 0.00 0.14 -cataplasme cataplasme nom m s 0.35 1.49 0.08 1.22 -cataplasmes cataplasme nom m p 0.35 1.49 0.28 0.27 -cataplexie cataplexie nom f s 0.02 0.00 0.02 0.00 -catapulta catapulter ver 0.29 1.62 0.01 0.07 ind:pas:3s; -catapultait catapulter ver 0.29 1.62 0.00 0.07 ind:imp:3s; -catapulte catapulte nom f s 1.42 0.74 0.16 0.27 -catapulter catapulter ver 0.29 1.62 0.04 0.14 inf; -catapultera catapulter ver 0.29 1.62 0.01 0.00 ind:fut:3s; -catapultes catapulte nom f p 1.42 0.74 1.25 0.47 -catapulté catapulter ver m s 0.29 1.62 0.14 0.47 par:pas; -catapultée catapulter ver f s 0.29 1.62 0.02 0.27 par:pas; -catapultées catapulter ver f p 0.29 1.62 0.00 0.07 par:pas; -catapultés catapulter ver m p 0.29 1.62 0.00 0.20 par:pas; -cataracte cataracte nom f s 0.54 3.51 0.51 2.50 -cataractes cataracte nom f p 0.54 3.51 0.03 1.01 -catarrhal catarrhal adj m s 0.00 0.07 0.00 0.07 -catarrhe catarrhe nom m s 0.02 0.14 0.02 0.14 -catarrheuse catarrheux adj f s 0.00 0.34 0.00 0.07 -catarrheux catarrheux adj m 0.00 0.34 0.00 0.27 -catastropha catastropher ver 0.16 0.81 0.00 0.07 ind:pas:3s; -catastrophait catastropher ver 0.16 0.81 0.00 0.07 ind:imp:3s; -catastrophas catastropher ver 0.16 0.81 0.00 0.07 ind:pas:2s; -catastrophe catastrophe nom f s 16.47 30.14 14.71 22.91 -catastropher catastropher ver 0.16 0.81 0.10 0.00 inf; -catastrophes catastrophe nom f p 16.47 30.14 1.76 7.23 -catastrophique catastrophique adj s 2.78 3.72 1.77 3.24 -catastrophiquement catastrophiquement adv 0.00 0.14 0.00 0.14 -catastrophiques catastrophique adj p 2.78 3.72 1.01 0.47 -catastrophisme catastrophisme nom m s 0.00 0.07 0.00 0.07 -catastrophiste catastrophiste adj s 0.01 0.00 0.01 0.00 -catastrophé catastropher ver m s 0.16 0.81 0.04 0.41 par:pas; -catastrophée catastropher ver f s 0.16 0.81 0.02 0.20 par:pas; -catatonie catatonie nom f s 0.19 0.00 0.19 0.00 -catatonique catatonique adj s 0.37 0.07 0.37 0.07 -catatoniques catatonique nom p 0.05 0.00 0.03 0.00 -catch catch nom m s 2.47 0.88 2.47 0.88 -catcher catcher ver 0.50 0.07 0.33 0.00 inf; -catcheur catcheur nom m s 0.76 0.41 0.60 0.27 -catcheurs catcheur nom m p 0.76 0.41 0.10 0.07 -catcheuse catcheur nom f s 0.76 0.41 0.04 0.00 -catcheuses catcheur nom f p 0.76 0.41 0.02 0.07 -catché catcher ver m s 0.50 0.07 0.17 0.07 par:pas; -caterpillar caterpillar nom m 0.03 0.00 0.03 0.00 -catgut catgut nom m s 0.05 0.14 0.05 0.07 -catguts catgut nom m p 0.05 0.14 0.00 0.07 -cathare cathare adj m s 0.00 0.47 0.00 0.14 -cathares cathare nom m p 0.00 0.68 0.00 0.61 -catharsis catharsis nom f 0.23 0.07 0.23 0.07 -cathartique cathartique adj s 0.19 0.07 0.19 0.07 -catherinette catherinette nom f s 0.00 0.07 0.00 0.07 -cathexis cathexis nom f 0.01 0.00 0.01 0.00 -catho catho nom s 1.19 0.95 1.01 0.41 -cathode cathode nom f s 0.32 0.00 0.32 0.00 -cathodique cathodique adj s 0.19 0.20 0.18 0.07 -cathodiques cathodique adj m p 0.19 0.20 0.01 0.14 -catholicisme catholicisme nom m s 0.77 2.43 0.77 2.43 -catholicité catholicité nom f s 0.00 0.20 0.00 0.20 -catholique catholique adj s 13.26 27.03 10.91 21.28 -catholiquement catholiquement adv 0.00 0.14 0.00 0.14 -catholiques catholique nom p 5.28 13.99 2.71 8.04 -cathos catho nom p 1.19 0.95 0.18 0.54 -cathèdre cathèdre nom f s 0.00 0.20 0.00 0.07 -cathèdres cathèdre nom f p 0.00 0.20 0.00 0.14 -cathédral cathédral adj m s 0.00 0.07 0.00 0.07 -cathédrale cathédrale nom f s 4.67 21.28 3.24 17.23 -cathédrales cathédrale nom f p 4.67 21.28 1.43 4.05 -cathéter cathéter nom m s 0.73 0.00 0.73 0.00 -cathétérisme cathétérisme nom m s 0.01 0.00 0.01 0.00 -cati cati nom m s 0.70 0.00 0.70 0.00 -catiche catiche nom m s 0.00 0.07 0.00 0.07 -catin catin nom f s 2.83 1.49 2.21 1.28 -catins catin nom f p 2.83 1.49 0.63 0.20 -cation cation nom m s 0.01 0.00 0.01 0.00 -cato cato nom f s 1.00 0.00 1.00 0.00 -catoblépas catoblépas nom m 0.00 0.07 0.00 0.07 -catogan catogan nom m s 0.04 0.54 0.03 0.47 -catogans catogan nom m p 0.04 0.54 0.01 0.07 -cattleyas cattleya nom m p 0.00 0.07 0.00 0.07 -caté caté nom m s 0.06 0.07 0.06 0.07 -catéchisme catéchisme nom m s 2.36 4.93 2.36 4.80 -catéchismes catéchisme nom m p 2.36 4.93 0.00 0.14 -catéchiste catéchiste nom s 0.23 0.14 0.23 0.14 -catéchisée catéchiser ver f s 0.00 0.14 0.00 0.14 par:pas; -catécholamine catécholamine nom f s 0.01 0.00 0.01 0.00 -catéchèse catéchèse nom f s 0.00 0.07 0.00 0.07 -catéchumène catéchumène nom s 0.00 0.34 0.00 0.14 -catéchumènes catéchumène nom p 0.00 0.34 0.00 0.20 -catégorie catégorie nom f s 6.28 13.24 5.19 8.31 -catégories catégorie nom f p 6.28 13.24 1.09 4.93 -catégorique catégorique adj s 1.13 5.47 1.08 4.80 -catégoriquement catégoriquement adv 0.70 1.69 0.70 1.69 -catégoriques catégorique adj p 1.13 5.47 0.04 0.68 -catégorisation catégorisation nom f s 0.03 0.00 0.03 0.00 -catégorise catégoriser ver 0.08 0.07 0.03 0.00 imp:pre:2s;ind:pre:3s; -catégoriser catégoriser ver 0.08 0.07 0.02 0.07 inf; -catégorisé catégoriser ver m s 0.08 0.07 0.03 0.00 par:pas; -caténaire caténaire nom f s 0.17 0.20 0.17 0.00 -caténaires caténaire nom f p 0.17 0.20 0.00 0.20 -caucasien caucasien adj m s 0.81 0.68 0.59 0.14 -caucasienne caucasien adj f s 0.81 0.68 0.22 0.34 -caucasiens caucasien nom m p 0.19 0.14 0.03 0.14 -caucasique caucasique adj s 0.03 0.00 0.03 0.00 -cauchemar cauchemar nom m s 36.94 26.62 26.80 19.66 -cauchemardais cauchemarder ver 0.08 0.41 0.00 0.07 ind:imp:1s; -cauchemarde cauchemarder ver 0.08 0.41 0.02 0.00 ind:pre:1s; -cauchemarder cauchemarder ver 0.08 0.41 0.04 0.27 inf; -cauchemardes cauchemarder ver 0.08 0.41 0.00 0.07 ind:pre:2s; -cauchemardesque cauchemardesque adj s 0.41 0.27 0.36 0.14 -cauchemardesques cauchemardesque adj f p 0.41 0.27 0.04 0.14 -cauchemardeuse cauchemardeux adj f s 0.00 0.20 0.00 0.07 -cauchemardeuses cauchemardeux adj f p 0.00 0.20 0.00 0.07 -cauchemardeux cauchemardeux adj m 0.00 0.20 0.00 0.07 -cauchemardé cauchemarder ver m s 0.08 0.41 0.02 0.00 par:pas; -cauchemars cauchemar nom m p 36.94 26.62 10.14 6.96 -cauchois cauchois adj m 0.00 0.27 0.00 0.14 -cauchoise cauchois nom f s 0.00 0.07 0.00 0.07 -cauchoises cauchois adj f p 0.00 0.27 0.00 0.14 -caudal caudal adj m s 0.06 0.20 0.04 0.00 -caudale caudal adj f s 0.06 0.20 0.02 0.14 -caudales caudal adj f p 0.06 0.20 0.00 0.07 -caudebec caudebec nom m s 0.00 0.14 0.00 0.14 -caudillo caudillo nom m s 0.00 0.07 0.00 0.07 -caudines caudines adj f p 0.00 0.07 0.00 0.07 -cauri cauri nom m s 0.00 0.74 0.00 0.07 -cauris cauri nom m p 0.00 0.74 0.00 0.68 -causa causer ver 63.65 69.93 0.38 1.28 ind:pas:3s; -causai causer ver 63.65 69.93 0.01 0.14 ind:pas:1s; -causaient causer ver 63.65 69.93 0.25 2.57 ind:imp:3p; -causais causer ver 63.65 69.93 0.25 0.74 ind:imp:1s;ind:imp:2s; -causait causer ver 63.65 69.93 0.99 6.55 ind:imp:3s; -causal causal adj m s 0.01 0.14 0.01 0.14 -causaliste causaliste adj s 0.00 0.07 0.00 0.07 -causalité causalité nom f s 0.23 0.34 0.23 0.20 -causalités causalité nom f p 0.23 0.34 0.00 0.14 -causant causer ver 63.65 69.93 1.15 1.76 par:pre; -causante causant adj f s 0.51 1.96 0.20 0.20 -causantes causant adj f p 0.51 1.96 0.00 0.07 -causants causant adj m p 0.51 1.96 0.01 0.20 -cause cause nom f s 218.60 197.30 213.51 188.04 -causent causer ver 63.65 69.93 1.47 2.36 ind:pre:3p; -causer causer ver 63.65 69.93 15.46 18.31 inf; -causera causer ver 63.65 69.93 1.59 0.20 ind:fut:3s; -causerai causer ver 63.65 69.93 0.25 0.14 ind:fut:1s; -causeraient causer ver 63.65 69.93 0.01 0.14 cnd:pre:3p; -causerais causer ver 63.65 69.93 0.07 0.07 cnd:pre:1s;cnd:pre:2s; -causerait causer ver 63.65 69.93 0.91 0.61 cnd:pre:3s; -causeras causer ver 63.65 69.93 0.16 0.00 ind:fut:2s; -causerez causer ver 63.65 69.93 0.08 0.27 ind:fut:2p; -causerie causerie nom f s 0.30 2.09 0.18 1.01 -causeries causerie nom f p 0.30 2.09 0.12 1.08 -causerions causer ver 63.65 69.93 0.01 0.14 cnd:pre:1p; -causerons causer ver 63.65 69.93 0.03 0.14 ind:fut:1p; -causeront causer ver 63.65 69.93 0.12 0.00 ind:fut:3p; -causes cause nom f p 218.60 197.30 5.08 9.26 -causette causette nom f s 0.71 1.76 0.69 1.62 -causettes causette nom f p 0.71 1.76 0.02 0.14 -causeur causeur adj m s 0.29 0.14 0.29 0.14 -causeurs causeur nom m p 0.58 0.68 0.00 0.07 -causeuse causeur nom f s 0.58 0.68 0.05 0.14 -causeuses causeur nom f p 0.58 0.68 0.40 0.14 -causez causer ver 63.65 69.93 1.24 0.54 imp:pre:2p;ind:pre:2p; -causiez causer ver 63.65 69.93 0.04 0.07 ind:imp:2p; -causions causer ver 63.65 69.93 0.29 1.01 ind:imp:1p; -causâmes causer ver 63.65 69.93 0.00 0.61 ind:pas:1p; -causons causer ver 63.65 69.93 0.58 0.95 imp:pre:1p;ind:pre:1p; -causse causse nom m s 0.00 0.95 0.00 0.74 -caussenard caussenard adj m s 0.00 0.07 0.00 0.07 -causses causse nom m p 0.00 0.95 0.00 0.20 -causèrent causer ver 63.65 69.93 0.03 0.47 ind:pas:3p; -causticité causticité nom f s 0.00 0.07 0.00 0.07 -caustique caustique adj s 0.36 1.15 0.34 1.15 -caustiques caustique adj f p 0.36 1.15 0.02 0.00 -causé causer ver m s 63.65 69.93 14.06 9.66 imp:pre:2s;par:pas;par:pas; -causée causer ver f s 63.65 69.93 2.11 1.49 par:pas; -causées causer ver f p 63.65 69.93 0.94 0.95 par:pas; -causés causer ver m p 63.65 69.93 1.47 1.35 par:pas; -cauteleuse cauteleux adj f s 0.00 1.01 0.00 0.20 -cauteleusement cauteleusement adv 0.00 0.20 0.00 0.20 -cauteleuses cauteleux adj f p 0.00 1.01 0.00 0.07 -cauteleux cauteleux adj m s 0.00 1.01 0.00 0.74 -caution caution nom f s 10.88 2.23 10.71 2.23 -cautionnaire cautionnaire nom s 0.14 0.00 0.14 0.00 -cautionnait cautionner ver 0.93 0.27 0.00 0.07 ind:imp:3s; -cautionne cautionner ver 0.93 0.27 0.20 0.00 ind:pre:1s;ind:pre:3s; -cautionnement cautionnement nom m s 0.02 0.00 0.02 0.00 -cautionnent cautionner ver 0.93 0.27 0.02 0.07 ind:pre:3p; -cautionner cautionner ver 0.93 0.27 0.27 0.07 inf; -cautionnerait cautionner ver 0.93 0.27 0.02 0.00 cnd:pre:3s; -cautionnes cautionner ver 0.93 0.27 0.06 0.00 ind:pre:2s; -cautionnez cautionner ver 0.93 0.27 0.04 0.00 imp:pre:2p;ind:pre:2p; -cautionné cautionner ver m s 0.93 0.27 0.31 0.00 par:pas; -cautionnée cautionner ver f s 0.93 0.27 0.00 0.07 par:pas; -cautions caution nom f p 10.88 2.23 0.17 0.00 -cautèle cautèle nom f s 0.00 0.27 0.00 0.14 -cautèles cautèle nom f p 0.00 0.27 0.00 0.14 -cautère cautère nom m s 0.13 0.54 0.12 0.41 -cautères cautère nom m p 0.13 0.54 0.01 0.14 -cautérisant cautériser ver 0.58 0.41 0.01 0.00 par:pre; -cautérisation cautérisation nom f s 0.03 0.07 0.03 0.07 -cautérise cautériser ver 0.58 0.41 0.05 0.14 imp:pre:2s;ind:pre:3s; -cautériser cautériser ver 0.58 0.41 0.32 0.27 inf; -cautérisée cautériser ver f s 0.58 0.41 0.04 0.00 par:pas; -cautérisées cautériser ver f p 0.58 0.41 0.16 0.00 par:pas; -cava caver ver 0.17 0.27 0.17 0.00 ind:pas:3s; -cavaillon cavaillon nom m s 0.00 0.34 0.00 0.34 -cavalaient cavaler ver 2.12 8.99 0.00 0.54 ind:imp:3p; -cavalais cavaler ver 2.12 8.99 0.14 0.20 ind:imp:1s;ind:imp:2s; -cavalait cavaler ver 2.12 8.99 0.15 0.27 ind:imp:3s; -cavalant cavaler ver 2.12 8.99 0.01 0.74 par:pre; -cavalcadaient cavalcader ver 0.00 0.68 0.00 0.14 ind:imp:3p; -cavalcadait cavalcader ver 0.00 0.68 0.00 0.07 ind:imp:3s; -cavalcadant cavalcader ver 0.00 0.68 0.00 0.14 par:pre; -cavalcade cavalcade nom f s 0.22 3.72 0.04 2.43 -cavalcadent cavalcader ver 0.00 0.68 0.00 0.07 ind:pre:3p; -cavalcader cavalcader ver 0.00 0.68 0.00 0.27 inf; -cavalcades cavalcade nom f p 0.22 3.72 0.19 1.28 -cavale cavale nom f s 4.00 4.32 3.87 4.26 -cavalent cavaler ver 2.12 8.99 0.16 0.74 ind:pre:3p; -cavaler cavaler ver 2.12 8.99 0.68 3.04 inf; -cavalerais cavaler ver 2.12 8.99 0.00 0.07 cnd:pre:2s; -cavaleras cavaler ver 2.12 8.99 0.01 0.07 ind:fut:2s; -cavalerie cavalerie nom f s 6.60 12.70 6.60 12.50 -cavaleries cavalerie nom f p 6.60 12.70 0.00 0.20 -cavaleront cavaler ver 2.12 8.99 0.01 0.00 ind:fut:3p; -cavales cavaler ver 2.12 8.99 0.17 0.14 ind:pre:2s; -cavaleur cavaleur nom m s 0.19 0.20 0.17 0.00 -cavaleurs cavaleur nom m p 0.19 0.20 0.00 0.07 -cavaleuse cavaleur nom f s 0.19 0.20 0.01 0.14 -cavalez cavaler ver 2.12 8.99 0.02 0.07 imp:pre:2p;ind:pre:2p; -cavalier cavalier nom m s 10.73 34.19 6.45 13.31 -cavaliers cavalier nom m p 10.73 34.19 3.06 18.85 -cavalière cavalier nom f s 10.73 34.19 1.22 1.62 -cavalièrement cavalièrement adv 0.09 0.34 0.09 0.34 -cavalières cavalière nom f p 0.22 0.00 0.22 0.00 -cavalé cavaler ver m s 2.12 8.99 0.23 1.08 par:pas; -cave cave nom f s 22.40 56.35 19.98 42.09 -caveau caveau nom m s 2.27 5.68 1.99 5.14 -caveaux caveau nom m p 2.27 5.68 0.29 0.54 -cavecés cavecé adj m p 0.00 0.07 0.00 0.07 -caver caver ver 0.17 0.27 0.00 0.14 inf; -caverne caverne nom f s 6.58 10.54 3.88 6.82 -cavernes caverne nom f p 6.58 10.54 2.70 3.72 -caverneuse caverneux adj f s 0.39 3.04 0.15 1.35 -caverneuses caverneux adj f p 0.39 3.04 0.01 0.41 -caverneux caverneux adj m 0.39 3.04 0.22 1.28 -cavernicoles cavernicole adj p 0.00 0.07 0.00 0.07 -caves cave nom f p 22.40 56.35 2.42 14.26 -cavette cavette nom f s 0.14 0.54 0.14 0.47 -cavettes cavette nom f p 0.14 0.54 0.00 0.07 -caviar caviar nom m s 6.29 4.26 6.29 4.26 -caviardé caviarder ver m s 0.00 0.07 0.00 0.07 par:pas; -cavillon cavillon nom m s 0.00 0.27 0.00 0.07 -cavillonne cavillon nom f s 0.00 0.27 0.00 0.07 -cavillons cavillon nom m p 0.00 0.27 0.00 0.14 -caviste caviste nom s 0.14 0.14 0.14 0.14 -cavitation cavitation nom f s 0.02 0.00 0.02 0.00 -cavité cavité nom f s 1.89 2.16 1.26 1.49 -cavités cavité nom f p 1.89 2.16 0.63 0.68 -cavé caver ver m s 0.17 0.27 0.01 0.14 par:pas; -cavée cavée nom f s 0.00 0.27 0.00 0.14 -cavées cavée nom f p 0.00 0.27 0.00 0.14 -cavum cavum nom m 0.01 0.00 0.01 0.00 -cayenne cayenne nom f s 0.01 0.07 0.01 0.07 -ce ce pro_dem m s 5219.10 2958.58 5219.10 2958.58 -ceci ceci pro_dem s 133.07 53.78 133.07 53.78 -ceignait ceindre ver 0.56 4.32 0.00 0.41 ind:imp:3s; -ceignant ceindre ver 0.56 4.32 0.01 0.27 par:pre; -ceignent ceindre ver 0.56 4.32 0.00 0.14 ind:pre:3p; -ceignit ceindre ver 0.56 4.32 0.00 0.27 ind:pas:3s; -ceindra ceindre ver 0.56 4.32 0.14 0.00 ind:fut:3s; -ceindrait ceindre ver 0.56 4.32 0.00 0.14 cnd:pre:3s; -ceindre ceindre ver 0.56 4.32 0.03 0.41 inf; -ceins ceindre ver 0.56 4.32 0.00 0.07 imp:pre:2s; -ceint ceindre ver m s 0.56 4.32 0.17 1.35 ind:pre:3s;par:pas; -ceinte ceindre ver f s 0.56 4.32 0.10 0.61 par:pas; -ceintes ceindre ver f p 0.56 4.32 0.01 0.07 par:pas; -ceints ceindre ver m p 0.56 4.32 0.11 0.61 par:pas; -ceintura ceinturer ver 0.28 6.08 0.00 0.14 ind:pas:3s; -ceinturaient ceinturer ver 0.28 6.08 0.01 0.14 ind:imp:3p; -ceinturait ceinturer ver 0.28 6.08 0.01 0.54 ind:imp:3s; -ceinturant ceinturer ver 0.28 6.08 0.00 0.27 par:pre; -ceinture ceinture nom f s 22.57 35.20 19.41 32.23 -ceinturent ceinturer ver 0.28 6.08 0.00 0.34 ind:pre:3p; -ceinturer ceinturer ver 0.28 6.08 0.02 0.47 inf; -ceintures ceinture nom f p 22.57 35.20 3.17 2.97 -ceinturez ceinturer ver 0.28 6.08 0.01 0.00 imp:pre:2p; -ceinturon ceinturon nom m s 0.91 7.23 0.70 5.88 -ceinturons ceinturon nom m p 0.91 7.23 0.20 1.35 -ceinturât ceinturer ver 0.28 6.08 0.00 0.07 sub:imp:3s; -ceinturèrent ceinturer ver 0.28 6.08 0.00 0.14 ind:pas:3p; -ceinturé ceinturer ver m s 0.28 6.08 0.00 1.49 par:pas; -ceinturée ceinturer ver f s 0.28 6.08 0.02 0.81 par:pas; -ceinturées ceinturer ver f p 0.28 6.08 0.00 0.41 par:pas; -ceinturés ceinturer ver m p 0.28 6.08 0.02 0.68 par:pas; -cela cela pro_dem s 492.56 741.82 492.56 741.82 -celait celer ver 0.68 0.34 0.00 0.07 ind:imp:3s; -celer celer ver 0.68 0.34 0.40 0.20 inf; -cella cella nom f s 0.28 0.81 0.28 0.81 -celle_ci celle_ci pro_dem f s 38.71 57.57 38.71 57.57 -celle_là celle_là pro_dem f s 52.63 28.65 52.63 28.65 -celle celle pro_dem f s 141.28 299.46 141.28 299.46 -celles_ci celles_ci pro_dem f p 6.64 9.39 6.64 9.39 -celles_là celles_là pro_dem f p 5.90 6.08 5.90 6.08 -celles celles pro_dem f p 34.73 107.97 34.73 107.97 -cellier cellier nom m s 1.11 3.65 1.01 2.97 -celliers cellier nom m p 1.11 3.65 0.10 0.68 -cellophane cellophane nom f s 0.39 2.43 0.39 2.43 -cellulaire cellulaire adj s 3.19 2.03 2.76 1.62 -cellulairement cellulairement adv 0.00 0.07 0.00 0.07 -cellulaires cellulaire adj p 3.19 2.03 0.43 0.41 -cellular cellular nom m s 0.01 0.20 0.01 0.20 -cellule cellule nom f s 42.98 46.28 31.06 35.34 -cellules cellule nom f p 42.98 46.28 11.92 10.95 -cellulite cellulite nom f s 0.66 1.15 0.56 1.08 -cellulites cellulite nom f p 0.66 1.15 0.10 0.07 -celluliteux celluliteux adj m s 0.00 0.14 0.00 0.14 -celluloïd celluloïd nom m s 0.08 3.38 0.08 3.38 -cellulose cellulose nom f s 0.12 0.27 0.12 0.27 -cellérier cellérier adj m s 0.00 0.07 0.00 0.07 -celte celte adj s 0.44 1.22 0.32 0.68 -celtes celte adj p 0.44 1.22 0.13 0.54 -celtique celtique adj s 0.15 1.08 0.09 0.81 -celtiques celtique adj p 0.15 1.08 0.06 0.27 -celtisants celtisant adj m p 0.00 0.07 0.00 0.07 -celtisme celtisme nom m s 0.00 0.07 0.00 0.07 -celée celer ver f s 0.68 0.34 0.00 0.07 par:pas; -celui_ci celui_ci pro_dem m s 45.97 71.76 45.97 71.76 -celui_là celui_là pro_dem m s 78.13 56.89 78.13 56.89 -celui celui pro_dem m s 250.13 319.19 250.13 319.19 -cendraient cendrer ver 0.00 0.68 0.00 0.07 ind:imp:3p; -cendrait cendrer ver 0.00 0.68 0.00 0.14 ind:imp:3s; -cendre cendre nom f s 17.18 28.85 3.24 11.08 -cendres cendre nom f p 17.18 28.85 13.95 17.77 -cendreuse cendreux adj f s 0.00 0.95 0.00 0.34 -cendreuses cendreux adj f p 0.00 0.95 0.00 0.20 -cendreux cendreux adj m s 0.00 0.95 0.00 0.41 -cendrier cendrier nom m s 4.35 14.73 3.86 10.95 -cendriers cendrier nom m p 4.35 14.73 0.48 3.78 -cendrillon cendrillon nom f s 0.07 0.20 0.02 0.07 -cendrillons cendrillon nom f p 0.07 0.20 0.05 0.14 -cendré cendré adj m s 0.09 2.03 0.03 0.81 -cendrée cendrée adj f s 0.03 0.00 0.03 0.00 -cendrées cendré adj f p 0.09 2.03 0.02 0.20 -cendrés cendré adj m p 0.09 2.03 0.04 0.61 -cens cens nom m 0.03 0.34 0.03 0.34 -censeur censeur nom m s 0.88 1.96 0.68 1.08 -censeurs censeur nom m p 0.88 1.96 0.20 0.88 -censier censier nom m s 0.00 0.07 0.00 0.07 -censitaire censitaire adj m s 0.00 0.14 0.00 0.14 -censé censé adj m s 62.52 8.11 38.22 4.53 -censée censé adj f s 62.52 8.11 13.51 1.76 -censées censé adj f p 62.52 8.11 1.61 0.61 -censément censément adv 0.05 0.41 0.05 0.41 -censuraient censurer ver 2.17 1.89 0.01 0.07 ind:imp:3p; -censurait censurer ver 2.17 1.89 0.01 0.07 ind:imp:3s; -censurant censurer ver 2.17 1.89 0.00 0.07 par:pre; -censure censure nom f s 2.87 3.51 2.87 3.04 -censurer censurer ver 2.17 1.89 0.44 0.61 inf; -censures censurer ver 2.17 1.89 0.14 0.00 ind:pre:2s; -censurez censurer ver 2.17 1.89 0.20 0.00 ind:pre:2p; -censuriez censurer ver 2.17 1.89 0.00 0.07 ind:imp:2p; -censuré censurer ver m s 2.17 1.89 0.88 0.54 imp:pre:2s;par:pas; -censurée censurer ver f s 2.17 1.89 0.11 0.27 par:pas; -censurées censurer ver f p 2.17 1.89 0.04 0.07 par:pas; -censurés censurer ver m p 2.17 1.89 0.06 0.00 par:pas; -censés censé adj m p 62.52 8.11 9.18 1.22 -cent cent adj_num 43.05 135.41 43.05 135.41 -centaine centaine nom f s 29.22 41.82 6.33 10.54 -centaines centaine nom f p 29.22 41.82 22.90 31.28 -centaure centaure nom m s 0.59 0.74 0.42 0.41 -centaures centaure nom m p 0.59 0.74 0.17 0.34 -centaurée centaurée nom f s 0.05 0.00 0.05 0.00 -centavo centavo nom m s 0.20 0.00 0.02 0.00 -centavos centavo nom m p 0.20 0.00 0.18 0.00 -centenaire centenaire nom s 0.55 1.28 0.55 1.08 -centenaires centenaire adj p 0.72 2.77 0.18 1.49 -centigrade centigrade nom m s 0.05 0.07 0.04 0.00 -centigrades centigrade nom m p 0.05 0.07 0.01 0.07 -centigrammes centigramme nom m p 0.10 0.00 0.10 0.00 -centile centile nom m s 0.96 0.00 0.96 0.00 -centilitres centilitre nom m p 0.00 0.14 0.00 0.14 -centime centime nom m s 7.14 5.68 3.25 1.49 -centimes centime nom m p 7.14 5.68 3.88 4.19 -centimètre centimètre nom m s 6.81 27.84 2.48 5.95 -centimètres centimètre nom m p 6.81 27.84 4.33 21.89 -centième centième adj m 0.29 2.64 0.28 2.64 -centièmes centième nom p 0.35 1.35 0.07 0.07 -centon centon nom m s 0.32 0.07 0.32 0.07 -centrafricain centrafricain adj m s 0.01 0.14 0.01 0.00 -centrafricaine centrafricain adj f s 0.01 0.14 0.00 0.14 -centrage centrage nom m s 0.11 0.00 0.11 0.00 -centrait centrer ver 1.38 1.82 0.00 0.14 ind:imp:3s; -central central adj m s 18.14 37.23 10.09 20.74 -centrale centrale nom f s 8.04 6.01 7.34 4.73 -centrales centrale nom f p 8.04 6.01 0.69 1.28 -centralisait centraliser ver 0.34 0.81 0.00 0.07 ind:imp:3s; -centralisation centralisation nom f s 0.16 0.14 0.16 0.14 -centralisatrice centralisateur adj f s 0.00 0.07 0.00 0.07 -centralise centraliser ver 0.34 0.81 0.06 0.07 imp:pre:2s;ind:pre:1s;ind:pre:3s; -centraliser centraliser ver 0.34 0.81 0.13 0.14 inf; -centralisiez centraliser ver 0.34 0.81 0.01 0.00 ind:imp:2p; -centralisme centralisme nom m s 0.00 0.41 0.00 0.41 -centralisons centraliser ver 0.34 0.81 0.01 0.00 ind:pre:1p; -centralisé centraliser ver m s 0.34 0.81 0.10 0.20 par:pas; -centralisée centraliser ver f s 0.34 0.81 0.02 0.20 par:pas; -centralisés centraliser ver m p 0.34 0.81 0.01 0.14 par:pas; -centrant centrer ver 1.38 1.82 0.11 0.00 par:pre; -centraux central adj m p 18.14 37.23 0.26 0.54 -centre_ville centre_ville nom m s 2.87 0.54 2.87 0.54 -centre centre nom m s 57.00 84.46 53.46 80.00 -centrer centrer ver 1.38 1.82 0.11 0.14 inf; -centres centre nom m p 57.00 84.46 3.54 4.46 -centrifugation centrifugation nom f s 0.01 0.00 0.01 0.00 -centrifuge centrifuge adj s 0.26 2.36 0.25 2.03 -centrifuges centrifuge adj f p 0.26 2.36 0.01 0.34 -centrifugeur centrifugeur nom m s 0.25 0.07 0.01 0.00 -centrifugeuse centrifugeur nom f s 0.25 0.07 0.24 0.07 -centrifugeuses centrifugeuse nom f p 0.04 0.00 0.04 0.00 -centriole centriole nom m s 0.14 0.00 0.14 0.00 -centripète centripète adj f s 0.02 0.20 0.02 0.14 -centripètes centripète adj p 0.02 0.20 0.00 0.07 -centriste centriste adj m s 0.01 0.07 0.01 0.07 -centrouse centrouse nom f s 0.00 0.20 0.00 0.20 -centré centrer ver m s 1.38 1.82 0.30 0.41 par:pas; -centrée centrer ver f s 1.38 1.82 0.29 0.20 par:pas; -centrées centrer ver f p 1.38 1.82 0.01 0.27 par:pas; -centrum centrum nom m s 0.14 0.00 0.14 0.00 -centrés centrer ver m p 1.38 1.82 0.07 0.00 par:pas; -cents cents adj_num 27.67 80.54 27.67 80.54 -centuple centuple nom m s 0.31 1.08 0.31 1.08 -centuplé centupler ver m s 0.00 0.14 0.00 0.07 par:pas; -centuplée centupler ver f s 0.00 0.14 0.00 0.07 par:pas; -centurie centurie nom f s 0.03 1.15 0.02 0.54 -centuries centurie nom f p 0.03 1.15 0.01 0.61 -centurion centurion nom m s 1.04 0.88 0.68 0.61 -centurions centurion nom m p 1.04 0.88 0.36 0.27 -cep cep nom m s 0.24 1.49 0.12 0.88 -cependant cependant con 1.54 13.51 1.54 13.51 -ceps cep nom m p 0.24 1.49 0.12 0.61 -cerbère cerbère nom m s 0.05 0.47 0.05 0.14 -cerbères cerbère nom m p 0.05 0.47 0.00 0.34 -cerceau cerceau nom m s 0.64 2.77 0.52 1.96 -cerceaux cerceau nom m p 0.64 2.77 0.12 0.81 -cerclage cerclage nom m s 0.03 0.00 0.03 0.00 -cerclait cercler ver 0.22 5.34 0.00 0.14 ind:imp:3s; -cerclant cercler ver 0.22 5.34 0.00 0.07 par:pre; -cercle cercle nom m s 21.77 54.26 17.77 42.43 -cercler cercler ver 0.22 5.34 0.00 0.20 inf; -cercles cercle nom m p 21.77 54.26 4.00 11.82 -cercleux cercleux nom m 0.00 0.07 0.00 0.07 -cerclé cercler ver m s 0.22 5.34 0.02 1.22 par:pas; -cerclée cercler ver f s 0.22 5.34 0.03 0.74 par:pas; -cerclées cercler ver f p 0.22 5.34 0.01 1.89 par:pas; -cerclés cercler ver m p 0.22 5.34 0.01 0.95 par:pas; -cercueil cercueil nom m s 22.14 22.16 18.90 19.26 -cercueils cercueil nom m p 22.14 22.16 3.24 2.91 -cerf_roi cerf_roi nom m s 0.01 0.00 0.01 0.00 -cerf_volant cerf_volant nom m s 1.85 1.82 1.40 1.22 -cerf cerf nom m s 7.56 25.54 6.17 20.27 -cerfeuil cerfeuil nom m s 0.03 0.95 0.03 0.95 -cerf_volant cerf_volant nom m p 1.85 1.82 0.46 0.61 -cerfs cerf nom m p 7.56 25.54 1.39 5.27 -cerisaie cerisaie nom f s 0.36 0.20 0.36 0.20 -cerise cerise nom f s 5.26 10.07 2.75 3.31 -cerises cerise nom f p 5.26 10.07 2.52 6.76 -cerisier cerisier nom m s 0.88 3.51 0.44 1.49 -cerisiers cerisier nom m p 0.88 3.51 0.44 2.03 -cerna cerner ver 7.74 21.01 0.00 0.07 ind:pas:3s; -cernable cernable adj s 0.00 0.07 0.00 0.07 -cernaient cerner ver 7.74 21.01 0.01 1.49 ind:imp:3p; -cernais cerner ver 7.74 21.01 0.00 0.07 ind:imp:1s; -cernait cerner ver 7.74 21.01 0.05 2.30 ind:imp:3s; -cernant cerner ver 7.74 21.01 0.00 0.34 par:pre; -cerne cerner ver 7.74 21.01 0.43 1.76 imp:pre:2s;ind:pre:1s;ind:pre:3s; -cerneau cerneau nom m s 0.00 0.14 0.00 0.07 -cerneaux cerneau nom m p 0.00 0.14 0.00 0.07 -cernent cerner ver 7.74 21.01 0.54 1.08 ind:pre:3p; -cerner cerner ver 7.74 21.01 1.73 2.91 inf; -cernes cerne nom m p 1.30 5.20 1.18 3.78 -cernez cerner ver 7.74 21.01 0.38 0.00 imp:pre:2p;ind:pre:2p; -cerniez cerner ver 7.74 21.01 0.01 0.00 ind:imp:2p; -cernons cerner ver 7.74 21.01 0.04 0.00 ind:pre:1p; -cerné cerner ver m s 7.74 21.01 1.97 4.12 par:pas; -cernée cerner ver f s 7.74 21.01 1.14 2.91 par:pas; -cernées cerner ver f p 7.74 21.01 0.05 1.08 par:pas; -cernés cerner ver m p 7.74 21.01 1.39 2.91 par:pas; -cerque cerque nom m s 0.14 0.07 0.14 0.07 -certain certain adj_ind m s 103.57 182.64 2.18 6.89 -certaine certaine adj_ind f s 1.03 4.86 1.03 4.86 -certainement certainement adv 55.16 59.93 55.16 59.93 -certaines certaines adj_ind f p 48.41 51.55 48.41 51.55 -certains certains adj_ind m p 57.58 101.28 57.58 101.28 -certes certes adv_sup 14.88 69.66 14.88 69.66 -certif certif nom m s 0.14 1.08 0.03 1.01 -certifia certifier ver 2.52 2.91 0.00 0.07 ind:pas:3s; -certifiaient certifier ver 2.52 2.91 0.00 0.07 ind:imp:3p; -certifiait certifier ver 2.52 2.91 0.00 0.47 ind:imp:3s; -certifiant certifier ver 2.52 2.91 0.03 0.20 par:pre; -certificat certificat nom m s 12.30 9.93 11.27 7.30 -certification certification nom f s 0.09 0.00 0.09 0.00 -certificats certificat nom m p 12.30 9.93 1.03 2.64 -certifie certifier ver 2.52 2.91 0.89 0.47 ind:pre:1s;ind:pre:3s;sub:pre:1s; -certifier certifier ver 2.52 2.91 0.59 0.74 inf; -certifierait certifier ver 2.52 2.91 0.00 0.07 cnd:pre:3s; -certifieront certifier ver 2.52 2.91 0.01 0.00 ind:fut:3p; -certifiez certifier ver 2.52 2.91 0.17 0.00 imp:pre:2p;ind:pre:2p; -certifions certifier ver 2.52 2.91 0.03 0.07 imp:pre:1p;ind:pre:1p; -certifié certifier ver m s 2.52 2.91 0.68 0.54 par:pas; -certifiée certifié adj f s 0.43 0.74 0.14 0.14 -certifiées certifié adj f p 0.43 0.74 0.01 0.07 -certifiés certifier ver m p 2.52 2.91 0.04 0.07 par:pas; -certifs certif nom m p 0.14 1.08 0.11 0.07 -certitude certitude nom f s 10.18 41.89 8.94 37.09 -certitudes certitude nom f p 10.18 41.89 1.24 4.80 -cerveau cerveau nom m 69.22 46.69 57.67 28.92 -cerveaux cerveau nom m p 69.22 46.69 3.92 1.96 -cervelas cervelas nom m 0.03 0.27 0.03 0.27 -cervelet cervelet nom m s 0.85 0.61 0.85 0.47 -cervelets cervelet nom m p 0.85 0.61 0.00 0.14 -cervelle cerveau nom f s 69.22 46.69 7.63 14.05 -cervelles cervelle nom f p 6.93 0.00 0.40 0.00 -cervical cervical adj m s 1.79 1.01 0.29 0.14 -cervicale cervical adj f s 1.79 1.01 0.67 0.47 -cervicales cervical adj f p 1.79 1.01 0.79 0.41 -cervicaux cervical adj m p 1.79 1.01 0.05 0.00 -cervidés cervidé nom m p 0.00 0.14 0.00 0.14 -cervoise cervoise nom f s 0.02 0.00 0.02 0.00 -ces ces adj_dem p 1222.51 1547.50 1222.51 1547.50 -cessa cesser ver 68.11 177.77 0.64 16.28 ind:pas:3s; -cessai cesser ver 68.11 177.77 0.28 2.16 ind:pas:1s; -cessaient cesser ver 68.11 177.77 0.17 4.53 ind:imp:3p; -cessais cesser ver 68.11 177.77 0.47 1.28 ind:imp:1s;ind:imp:2s; -cessait cesser ver 68.11 177.77 1.56 18.18 ind:imp:3s; -cessant cesser ver 68.11 177.77 0.11 5.00 par:pre; -cessante cessant adj f s 0.01 1.55 0.00 0.27 -cessantes cessant adj f p 0.01 1.55 0.01 0.27 -cessasse cesser ver 68.11 177.77 0.00 0.07 sub:imp:1s; -cessation cessation nom f s 0.11 0.95 0.11 0.95 -cesse cesse nom f s 28.88 71.96 28.86 71.96 -cessent cesser ver 68.11 177.77 2.06 6.49 ind:pre:3p; -cesser cesser ver 68.11 177.77 13.20 21.01 inf; -cessera cesser ver 68.11 177.77 1.92 1.76 ind:fut:3s; -cesserai cesser ver 68.11 177.77 0.64 0.74 ind:fut:1s; -cesseraient cesser ver 68.11 177.77 0.05 0.68 cnd:pre:3p; -cesserais cesser ver 68.11 177.77 0.15 0.41 cnd:pre:1s;cnd:pre:2s; -cesserait cesser ver 68.11 177.77 0.28 1.96 cnd:pre:3s; -cesseras cesser ver 68.11 177.77 0.94 0.34 ind:fut:2s; -cesserez cesser ver 68.11 177.77 0.63 0.27 ind:fut:2p; -cesseriez cesser ver 68.11 177.77 0.06 0.20 cnd:pre:2p; -cesserons cesser ver 68.11 177.77 0.21 0.20 ind:fut:1p; -cesseront cesser ver 68.11 177.77 0.72 0.68 ind:fut:3p; -cesses cesser ver 68.11 177.77 0.91 0.54 ind:pre:2s; -cessez_le_feu cessez_le_feu nom m 1.54 0.41 1.54 0.41 -cessez cesser ver 68.11 177.77 15.24 1.82 imp:pre:2p;ind:pre:2p; -cessiez cesser ver 68.11 177.77 0.50 0.14 ind:imp:2p; -cession cession nom f s 0.22 0.47 0.22 0.34 -cessionnaire cessionnaire nom m s 0.01 0.00 0.01 0.00 -cessions cesser ver 68.11 177.77 0.27 0.74 ind:imp:1p; -cessâmes cesser ver 68.11 177.77 0.01 0.20 ind:pas:1p; -cessons cesser ver 68.11 177.77 1.17 0.81 imp:pre:1p;ind:pre:1p; -cessât cesser ver 68.11 177.77 0.00 1.28 sub:imp:3s; -cessèrent cesser ver 68.11 177.77 0.15 4.19 ind:pas:3p; -cessé cesser ver m s 68.11 177.77 13.89 61.22 par:pas; -cessée cesser ver f s 68.11 177.77 0.02 0.00 par:pas; -ceste ceste nom m s 0.00 0.07 0.00 0.07 -cet cet adj_dem m s 499.91 497.50 499.91 497.50 -cette cette adj_dem f s 1902.27 2320.68 1902.27 2320.68 -ceux_ci ceux_ci pro_dem m p 4.26 20.95 4.26 20.95 -ceux_là ceux_là pro_dem m p 14.65 25.81 14.65 25.81 -ceux ceux pro_dem m p 202.02 309.86 202.02 309.86 -ch_timi ch_timi adj s 0.27 0.07 0.27 0.00 -ch_timi ch_timi nom p 0.14 0.20 0.00 0.07 -chômage chômage nom m s 12.50 5.41 12.50 5.41 -chômaient chômer ver 1.05 1.35 0.00 0.20 ind:imp:3p; -chômait chômer ver 1.05 1.35 0.01 0.34 ind:imp:3s; -chôme chômer ver 1.05 1.35 0.18 0.14 imp:pre:2s;ind:pre:1s;ind:pre:3s; -chômedu chômedu nom m s 0.04 0.47 0.04 0.47 -chôment chômer ver 1.05 1.35 0.03 0.07 ind:pre:3p; -chômer chômer ver 1.05 1.35 0.37 0.20 inf; -chômerez chômer ver 1.05 1.35 0.10 0.00 ind:fut:2p; -chômeur chômeur nom m s 4.54 4.39 2.23 2.16 -chômeurs chômeur nom m p 4.54 4.39 2.02 2.09 -chômeuse chômeur nom f s 4.54 4.39 0.27 0.14 -chômeuses chômeur nom f p 4.54 4.39 0.01 0.00 -chômez chômer ver 1.05 1.35 0.12 0.00 ind:pre:2p; -chômé chômer ver m s 1.05 1.35 0.24 0.41 par:pas; -chômée chômé adj f s 0.02 0.27 0.01 0.00 -chômés chômé adj m p 0.02 0.27 0.00 0.07 -cha_cha_cha cha_cha_cha nom m s 0.61 0.20 0.61 0.20 -chaîne chaîne nom f s 38.80 57.77 28.40 43.24 -chaînes chaîne nom f p 38.80 57.77 10.40 14.53 -chaînette chaînette nom f s 0.26 2.77 0.25 2.16 -chaînettes chaînette nom f p 0.26 2.77 0.01 0.61 -chaînon chaînon nom m s 0.70 0.68 0.67 0.47 -chaînons chaînon nom m p 0.70 0.68 0.04 0.20 -chaîné chaîner ver m s 0.00 0.07 0.00 0.07 par:pas; -chabanais chabanais nom s 0.00 0.14 0.00 0.14 -chabichou chabichou nom m s 0.00 0.27 0.00 0.27 -chabler chabler ver 0.00 0.07 0.00 0.07 inf; -chablis chablis nom m 0.09 0.07 0.09 0.07 -chaboisseaux chaboisseau nom m p 0.00 0.07 0.00 0.07 -chabot chabot nom m s 0.14 0.07 0.14 0.00 -chabots chabot nom m p 0.14 0.07 0.01 0.07 -chabraque chabraque nom f s 0.00 0.41 0.00 0.41 -chabrot chabrot nom m s 0.27 0.14 0.27 0.14 -chacal chacal nom m s 3.02 2.57 1.16 1.55 -chacals chacal nom m p 3.02 2.57 1.86 1.01 -chachlik chachlik nom m s 0.10 0.07 0.10 0.07 -chaconne chaconne nom f s 0.00 0.07 0.00 0.07 -chacun chacun pro_ind m s 93.61 187.84 93.61 187.84 -chacune chacune pro_ind f s 12.20 35.95 12.20 35.95 -chafaud chafaud nom m s 0.00 0.14 0.00 0.07 -chafauds chafaud nom m p 0.00 0.14 0.00 0.07 -chafouin chafouin adj m s 0.04 1.15 0.03 0.41 -chafouine chafouin adj f s 0.04 1.15 0.01 0.61 -chafouins chafouin adj m p 0.04 1.15 0.00 0.14 -chagatte chagatte nom f s 0.21 0.88 0.19 0.68 -chagattes chagatte nom f p 0.21 0.88 0.02 0.20 -chagrin chagrin nom m s 21.61 44.05 20.39 38.72 -chagrina chagriner ver 1.94 2.97 0.00 0.14 ind:pas:3s; -chagrinaient chagriner ver 1.94 2.97 0.00 0.07 ind:imp:3p; -chagrinait chagriner ver 1.94 2.97 0.00 0.88 ind:imp:3s; -chagrine chagriner ver 1.94 2.97 1.43 0.74 imp:pre:2s;ind:pre:1s;ind:pre:3s; -chagrinent chagriner ver 1.94 2.97 0.02 0.07 ind:pre:3p; -chagriner chagriner ver 1.94 2.97 0.20 0.74 inf; -chagrinerait chagriner ver 1.94 2.97 0.05 0.00 cnd:pre:3s; -chagrines chagriner ver 1.94 2.97 0.14 0.00 ind:pre:2s; -chagrins chagrin nom m p 21.61 44.05 1.21 5.34 -chagriné chagriné adj m s 0.06 0.47 0.05 0.20 -chagrinée chagriner ver f s 1.94 2.97 0.04 0.14 par:pas; -chagrinés chagriné adj m p 0.06 0.47 0.01 0.14 -chah chah nom m s 0.04 0.00 0.04 0.00 -chahut chahut nom m s 1.28 2.70 1.27 2.30 -chahutaient chahuter ver 0.94 3.85 0.01 0.27 ind:imp:3p; -chahutais chahuter ver 0.94 3.85 0.00 0.14 ind:imp:1s; -chahutait chahuter ver 0.94 3.85 0.21 0.34 ind:imp:3s; -chahutant chahuter ver 0.94 3.85 0.01 0.47 par:pre; -chahute chahuter ver 0.94 3.85 0.08 0.27 ind:pre:1s;ind:pre:3s; -chahutent chahuter ver 0.94 3.85 0.15 0.20 ind:pre:3p; -chahuter chahuter ver 0.94 3.85 0.28 1.22 inf; -chahuteraient chahuter ver 0.94 3.85 0.00 0.07 cnd:pre:3p; -chahuteur chahuteur nom m s 0.09 0.41 0.07 0.14 -chahuteurs chahuteur nom m p 0.09 0.41 0.00 0.27 -chahuteuse chahuteur nom f s 0.09 0.41 0.01 0.00 -chahutez chahuter ver 0.94 3.85 0.04 0.00 imp:pre:2p;ind:pre:2p; -chahuts chahut nom m p 1.28 2.70 0.01 0.41 -chahutèrent chahuter ver 0.94 3.85 0.00 0.07 ind:pas:3p; -chahuté chahuter ver m s 0.94 3.85 0.14 0.41 par:pas; -chahutée chahuter ver f s 0.94 3.85 0.01 0.14 par:pas; -chahutées chahuter ver f p 0.94 3.85 0.00 0.07 par:pas; -chahutés chahuter ver m p 0.94 3.85 0.00 0.20 par:pas; -chai chai nom m s 0.21 1.62 0.11 0.27 -chair chair nom f s 37.07 101.69 36.01 90.81 -chaire chaire nom f s 1.46 5.74 1.46 5.47 -chaires chaire nom f p 1.46 5.74 0.00 0.27 -chairman chairman nom m s 0.03 0.27 0.03 0.27 -chairs chair nom f p 37.07 101.69 1.07 10.88 -chais chai nom m p 0.21 1.62 0.10 1.35 -chaise chaise nom f s 40.02 118.31 32.70 86.35 -chaises chaise nom f p 40.02 118.31 7.33 31.96 -chaisière chaisier nom f s 0.00 0.68 0.00 0.54 -chaisières chaisier nom f p 0.00 0.68 0.00 0.14 -chaix chaix nom m 0.00 0.27 0.00 0.27 -chaland chaland nom m s 0.53 3.11 0.50 1.49 -chalands chaland nom m p 0.53 3.11 0.03 1.62 -chalazions chalazion nom m p 0.00 0.07 0.00 0.07 -chaldaïques chaldaïque adj m p 0.00 0.07 0.00 0.07 -chaldéen chaldéen nom m s 0.03 0.20 0.01 0.00 -chaldéens chaldéen nom m p 0.03 0.20 0.02 0.20 -chalet chalet nom m s 4.38 8.11 3.92 7.16 -chalets chalet nom m p 4.38 8.11 0.46 0.95 -chaleur chaleur nom f s 39.13 116.22 38.77 112.23 -chaleureuse chaleureux adj f s 5.72 11.55 1.29 4.32 -chaleureusement chaleureusement adv 1.46 1.89 1.46 1.89 -chaleureuses chaleureux adj f p 5.72 11.55 0.47 1.01 -chaleureux chaleureux adj m 5.72 11.55 3.96 6.22 -chaleurs chaleur nom f p 39.13 116.22 0.36 3.99 -challenge challenge nom m s 1.69 0.27 1.41 0.27 -challenger challenger nom m s 1.47 0.47 0.94 0.41 -challengers challenger nom m p 1.47 0.47 0.53 0.07 -challenges challenge nom m p 1.69 0.27 0.29 0.00 -challengeur challengeur nom m s 0.01 0.00 0.01 0.00 -chalon chalon nom m s 0.14 2.64 0.14 2.57 -chalonnaises chalonnais adj f p 0.00 0.07 0.00 0.07 -chalons chalon nom m p 0.14 2.64 0.00 0.07 -chaloupait chalouper ver 0.01 1.01 0.00 0.14 ind:imp:3s; -chaloupant chalouper ver 0.01 1.01 0.00 0.20 par:pre; -chaloupe chaloupe nom f s 0.82 2.50 0.73 1.89 -chalouper chalouper ver 0.01 1.01 0.00 0.07 inf; -chaloupes chaloupe nom f p 0.82 2.50 0.09 0.61 -chaloupé chalouper ver m s 0.01 1.01 0.00 0.20 par:pas; -chaloupée chaloupé adj f s 0.01 0.74 0.01 0.54 -chaloupées chalouper ver f p 0.01 1.01 0.00 0.07 par:pas; -chaloupés chalouper ver m p 0.01 1.01 0.00 0.07 par:pas; -chalumeau chalumeau nom m s 1.63 2.70 1.59 2.36 -chalumeaux chalumeau nom m p 1.63 2.70 0.03 0.34 -chalut chalut nom m s 0.04 0.27 0.04 0.20 -chalutier_patrouilleur chalutier_patrouilleur nom m s 0.00 0.07 0.00 0.07 -chalutier chalutier nom m s 1.13 3.18 0.66 1.28 -chalutiers chalutier nom m p 1.13 3.18 0.47 1.89 -chaluts chalut nom m p 0.04 0.27 0.00 0.07 -chamade chamade nom f s 0.75 1.35 0.75 1.35 -chamaillaient chamailler ver 2.11 3.45 0.05 0.88 ind:imp:3p; -chamaillait chamailler ver 2.11 3.45 0.03 0.34 ind:imp:3s; -chamaillant chamailler ver 2.11 3.45 0.04 0.07 par:pre; -chamaille chamailler ver 2.11 3.45 0.21 0.14 ind:pre:1s;ind:pre:3s; -chamaillent chamailler ver 2.11 3.45 0.13 0.47 ind:pre:3p; -chamailler chamailler ver 2.11 3.45 1.22 1.08 inf; -chamaillerie chamaillerie nom f s 0.77 0.61 0.00 0.07 -chamailleries chamaillerie nom f p 0.77 0.61 0.77 0.54 -chamailleur chamailleur adj m s 0.01 0.20 0.01 0.00 -chamailleurs chamailleur adj m p 0.01 0.20 0.00 0.14 -chamailleuse chamailleur adj f s 0.01 0.20 0.00 0.07 -chamaillez chamailler ver 2.11 3.45 0.22 0.07 imp:pre:2p;ind:pre:2p; -chamaillions chamailler ver 2.11 3.45 0.00 0.07 ind:imp:1p; -chamaillis chamaillis nom m 0.00 0.07 0.00 0.07 -chamaillons chamailler ver 2.11 3.45 0.13 0.00 ind:pre:1p; -chamaillèrent chamailler ver 2.11 3.45 0.00 0.07 ind:pas:3p; -chamaillé chamailler ver m s 2.11 3.45 0.02 0.00 par:pas; -chamaillés chamailler ver m p 2.11 3.45 0.08 0.27 par:pas; -chaman chaman nom m s 1.03 0.41 0.97 0.20 -chamane chamane nom m s 0.04 0.14 0.02 0.07 -chamanes chamane nom m p 0.04 0.14 0.01 0.07 -chamanisme chamanisme nom m s 0.04 0.14 0.04 0.14 -chamans chaman nom m p 1.03 0.41 0.06 0.20 -chamarré chamarré adj m s 0.14 1.82 0.14 0.81 -chamarrée chamarré adj f s 0.14 1.82 0.01 0.27 -chamarrées chamarré adj f p 0.14 1.82 0.00 0.14 -chamarrures chamarrure nom f p 0.00 0.07 0.00 0.07 -chamarrés chamarré adj m p 0.14 1.82 0.00 0.61 -chambard chambard nom m s 0.22 0.20 0.22 0.20 -chambarda chambarder ver 0.02 0.34 0.00 0.07 ind:pas:3s; -chambardait chambarder ver 0.02 0.34 0.00 0.07 ind:imp:3s; -chambardement chambardement nom m s 0.17 0.68 0.17 0.61 -chambardements chambardement nom m p 0.17 0.68 0.00 0.07 -chambarder chambarder ver 0.02 0.34 0.02 0.07 inf; -chambardé chambarder ver m s 0.02 0.34 0.00 0.07 par:pas; -chambardée chambarder ver f s 0.02 0.34 0.00 0.07 par:pas; -chambellan chambellan nom m s 0.55 0.88 0.53 0.61 -chambellans chambellan nom m p 0.55 0.88 0.02 0.27 -chambertin chambertin nom m s 0.04 0.68 0.04 0.61 -chambertins chambertin nom m p 0.04 0.68 0.00 0.07 -chamboulaient chambouler ver 2.76 2.23 0.00 0.14 ind:imp:3p; -chamboulait chambouler ver 2.76 2.23 0.00 0.14 ind:imp:3s; -chamboulant chambouler ver 2.76 2.23 0.01 0.07 par:pre; -chamboule chambouler ver 2.76 2.23 0.41 0.07 imp:pre:2s;ind:pre:1s;ind:pre:3s; -chamboulement chamboulement nom m s 0.04 0.20 0.03 0.20 -chamboulements chamboulement nom m p 0.04 0.20 0.01 0.00 -chamboulent chambouler ver 2.76 2.23 0.17 0.00 ind:pre:3p; -chambouler chambouler ver 2.76 2.23 0.58 0.54 inf; -chambouleras chambouler ver 2.76 2.23 0.00 0.07 ind:fut:2s; -chamboulez chambouler ver 2.76 2.23 0.03 0.00 imp:pre:2p;ind:pre:2p; -chamboulât chambouler ver 2.76 2.23 0.00 0.07 sub:imp:3s; -chamboulé chambouler ver m s 2.76 2.23 0.85 0.34 par:pas; -chamboulée chambouler ver f s 2.76 2.23 0.51 0.68 par:pas; -chamboulées chambouler ver f p 2.76 2.23 0.16 0.07 par:pas; -chamboulés chambouler ver m p 2.76 2.23 0.04 0.07 par:pas; -chambra chambrer ver 1.50 3.31 0.02 0.14 ind:pas:3s; -chambrais chambrer ver 1.50 3.31 0.00 0.07 ind:imp:1s; -chambrait chambrer ver 1.50 3.31 0.00 0.20 ind:imp:3s; -chambranle chambranle nom m s 0.09 4.26 0.09 4.12 -chambranles chambranle nom m p 0.09 4.26 0.00 0.14 -chambrant chambrer ver 1.50 3.31 0.00 0.27 par:pre; -chambre_salon chambre_salon nom f s 0.00 0.07 0.00 0.07 -chambre chambre nom f s 288.64 413.31 263.93 380.07 -chambrent chambrer ver 1.50 3.31 0.01 0.14 ind:pre:3p; -chambrer chambrer ver 1.50 3.31 0.39 0.41 inf; -chambres chambre nom f p 288.64 413.31 24.71 33.24 -chambrette chambrette nom f s 0.24 2.50 0.24 2.50 -chambrez chambrer ver 1.50 3.31 0.01 0.00 ind:pre:2p; -chambrière chambrière nom f s 0.01 1.35 0.01 0.81 -chambrières chambrière nom f p 0.01 1.35 0.00 0.54 -chambré chambrer ver m s 1.50 3.31 0.02 0.61 par:pas; -chambrée chambrée nom f s 0.98 1.89 0.64 1.62 -chambrées chambrée nom f p 0.98 1.89 0.34 0.27 -chameau chameau nom m s 10.87 10.54 7.21 5.41 -chameaux chameau nom m p 10.87 10.54 3.34 4.73 -chamelier chamelier nom m s 0.12 0.41 0.11 0.20 -chameliers chamelier nom m p 0.12 0.41 0.01 0.20 -chamelle chameau nom f s 10.87 10.54 0.32 0.27 -chamelles chamelle nom f p 0.12 0.00 0.12 0.00 -chamois chamois nom m 0.61 2.57 0.61 2.57 -chamoisine chamoisine nom f s 0.00 0.07 0.00 0.07 -champ champ nom m s 57.22 106.49 0.04 1.76 -champ champ nom m s 57.22 106.49 38.05 51.76 -champagne champagne nom m s 32.49 29.86 32.38 29.86 -champagnes champagne nom m p 32.49 29.86 0.12 0.00 -champagnisés champagniser ver m p 0.00 0.07 0.00 0.07 par:pas; -champenois champenois nom m 0.00 4.19 0.00 4.12 -champenoise champenois adj f s 0.00 1.62 0.00 0.34 -champenoises champenois nom f p 0.00 4.19 0.00 0.07 -champi champi nom m s 0.02 0.14 0.00 0.14 -champignon champignon nom m s 11.03 12.97 3.34 3.99 -champignonnaient champignonner ver 0.00 0.27 0.00 0.07 ind:imp:3p; -champignonnait champignonner ver 0.00 0.27 0.00 0.07 ind:imp:3s; -champignonne champignonner ver 0.00 0.27 0.00 0.07 ind:pre:3s; -champignonnent champignonner ver 0.00 0.27 0.00 0.07 ind:pre:3p; -champignonnière champignonnière nom f s 0.01 0.34 0.01 0.27 -champignonnières champignonnière nom f p 0.01 0.34 0.00 0.07 -champignons champignon nom m p 11.03 12.97 7.69 8.99 -champion champion nom m s 34.90 15.07 27.69 10.81 -championnat championnat nom m s 8.24 2.97 6.87 2.57 -championnats championnat nom m p 8.24 2.97 1.38 0.41 -championne champion nom f s 34.90 15.07 2.46 1.08 -championnes championne nom f p 0.12 0.00 0.12 0.00 -champions champion nom m p 34.90 15.07 4.75 2.97 -champis champi nom m p 0.02 0.14 0.02 0.00 -champs_élysées champs_élysées nom m p 0.00 0.14 0.00 0.14 -champs champ nom m p 57.22 106.49 19.14 52.97 -champêtre champêtre adj s 0.70 6.01 0.47 4.66 -champêtres champêtre adj p 0.70 6.01 0.23 1.35 -chance chance nom s 360.60 136.35 334.02 114.05 -chancel chancel nom m s 0.01 0.00 0.01 0.00 -chancela chanceler ver 1.06 7.50 0.00 1.08 ind:pas:3s; -chancelai chanceler ver 1.06 7.50 0.00 0.07 ind:pas:1s; -chancelaient chanceler ver 1.06 7.50 0.00 0.07 ind:imp:3p; -chancelais chanceler ver 1.06 7.50 0.01 0.14 ind:imp:1s; -chancelait chanceler ver 1.06 7.50 0.03 1.69 ind:imp:3s; -chancelant chanceler ver 1.06 7.50 0.29 0.88 par:pre; -chancelante chancelant adj f s 0.23 2.23 0.04 1.08 -chancelantes chancelant adj f p 0.23 2.23 0.01 0.27 -chancelants chancelant adj m p 0.23 2.23 0.14 0.27 -chanceler chanceler ver 1.06 7.50 0.14 1.22 inf; -chancelier chancelier nom m s 3.08 2.03 2.97 1.69 -chanceliers chancelier nom m p 3.08 2.03 0.11 0.20 -chancelions chanceler ver 1.06 7.50 0.00 0.07 ind:imp:1p; -chancelière chancelière nom f s 0.06 0.00 0.06 0.00 -chancelières chancelier nom f p 3.08 2.03 0.00 0.14 -chancelle chanceler ver 1.06 7.50 0.56 1.28 ind:pre:1s;ind:pre:3s; -chancellent chanceler ver 1.06 7.50 0.02 0.27 ind:pre:3p; -chancellerie chancellerie nom f s 1.21 2.70 1.20 1.69 -chancelleries chancellerie nom f p 1.21 2.70 0.01 1.01 -chancelèrent chanceler ver 1.06 7.50 0.00 0.20 ind:pas:3p; -chancelé chanceler ver m s 1.06 7.50 0.01 0.54 par:pas; -chances chance nom f p 360.60 136.35 26.58 22.30 -chanceuse chanceux adj f s 12.88 1.08 2.49 0.27 -chanceuses chanceux adj f p 12.88 1.08 0.15 0.07 -chanceux chanceux adj m 12.88 1.08 10.24 0.74 -chanci chancir ver m s 0.00 0.14 0.00 0.14 par:pas; -chancre chancre nom m s 0.83 1.08 0.53 0.74 -chancres chancre nom m p 0.83 1.08 0.30 0.34 -chand chand nom m s 0.00 0.14 0.00 0.14 -chandail chandail nom m s 0.82 14.19 0.63 11.42 -chandails chandail nom m p 0.82 14.19 0.19 2.77 -chandeleur chandeleur nom f s 0.52 0.47 0.52 0.47 -chandelier chandelier nom m s 1.71 4.12 1.36 1.82 -chandeliers chandelier nom m p 1.71 4.12 0.34 2.30 -chandelle chandelle nom f s 5.15 12.57 3.51 7.91 -chandelles chandelle nom f p 5.15 12.57 1.64 4.66 -chanfrein chanfrein nom m s 0.00 0.54 0.00 0.54 -chanfreinée chanfreiner ver f s 0.00 0.07 0.00 0.07 par:pas; -change changer ver 411.98 246.49 67.83 30.20 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:1s;sub:pre:3s; -changea changer ver 411.98 246.49 2.04 12.43 ind:pas:3s; -changeai changer ver 411.98 246.49 0.04 0.61 ind:pas:1s; -changeaient changer ver 411.98 246.49 0.44 4.12 ind:imp:3p; -changeais changer ver 411.98 246.49 1.56 1.89 ind:imp:1s;ind:imp:2s; -changeait changer ver 411.98 246.49 3.30 18.11 ind:imp:3s; -changeant changer ver 411.98 246.49 1.38 6.15 par:pre; -changeante changeant adj f s 1.60 5.47 0.36 1.96 -changeantes changeant adj f p 1.60 5.47 0.02 0.61 -changeants changeant adj m p 1.60 5.47 0.03 1.01 -changeas changer ver 411.98 246.49 0.01 0.00 ind:pas:2s; -changement changement nom m s 37.70 36.42 27.00 26.28 -changements changement nom m p 37.70 36.42 10.70 10.14 -changent changer ver 411.98 246.49 12.39 5.34 ind:pre:3p; -changeâmes changer ver 411.98 246.49 0.00 0.27 ind:pas:1p; -changeons changer ver 411.98 246.49 2.74 0.68 imp:pre:1p;ind:pre:1p; -changeât changer ver 411.98 246.49 0.00 0.81 sub:imp:3s; -changer changer ver 411.98 246.49 140.49 72.30 inf;; -changera changer ver 411.98 246.49 16.54 5.07 ind:fut:3s; -changerai changer ver 411.98 246.49 3.15 0.74 ind:fut:1s; -changeraient changer ver 411.98 246.49 0.23 0.61 cnd:pre:3p; -changerais changer ver 411.98 246.49 1.92 0.88 cnd:pre:1s;cnd:pre:2s; -changerait changer ver 411.98 246.49 6.29 4.32 cnd:pre:3s; -changeras changer ver 411.98 246.49 2.92 0.81 ind:fut:2s; -changerez changer ver 411.98 246.49 1.29 0.07 ind:fut:2p; -changeriez changer ver 411.98 246.49 0.29 0.00 cnd:pre:2p; -changerons changer ver 411.98 246.49 0.58 0.27 ind:fut:1p; -changeront changer ver 411.98 246.49 1.65 1.01 ind:fut:3p; -changes changer ver 411.98 246.49 9.22 1.82 ind:pre:2s; -changeur changeur nom m s 0.47 0.61 0.42 0.41 -changeurs changeur nom m p 0.47 0.61 0.03 0.20 -changeuse changeur nom f s 0.47 0.61 0.02 0.00 -changez changer ver 411.98 246.49 10.18 1.28 imp:pre:2p;ind:pre:2p; -changiez changer ver 411.98 246.49 0.80 0.14 ind:imp:2p; -changions changer ver 411.98 246.49 0.03 0.27 ind:imp:1p; -changèrent changer ver 411.98 246.49 0.38 0.95 ind:pas:3p; -changé changer ver m s 411.98 246.49 117.83 68.85 par:pas; -changée changer ver f s 411.98 246.49 3.94 4.32 par:pas; -changées changer ver f p 411.98 246.49 1.01 0.68 par:pas; -changés changer ver m p 411.98 246.49 1.52 1.49 par:pas; -chanoine chanoine nom m s 0.44 11.96 0.43 11.28 -chanoines chanoine nom m p 0.44 11.96 0.01 0.68 -chanoinesse chanoinesse nom f s 0.00 0.54 0.00 0.27 -chanoinesses chanoinesse nom f p 0.00 0.54 0.00 0.27 -chanson chanson nom f s 84.92 46.55 64.50 26.15 -chansonner chansonner ver 0.01 0.00 0.01 0.00 inf; -chansonnette chansonnette nom f s 1.25 2.43 1.00 1.69 -chansonnettes chansonnette nom f p 1.25 2.43 0.25 0.74 -chansonnier chansonnier nom m s 0.03 1.62 0.03 0.61 -chansonniers chansonnier nom m p 0.03 1.62 0.00 1.01 -chansons chanson nom f p 84.92 46.55 20.42 20.41 -chanstiquait chanstiquer ver 0.00 1.22 0.00 0.07 ind:imp:3s; -chanstique chanstiquer ver 0.00 1.22 0.00 0.41 ind:pre:1s;ind:pre:3s; -chanstiquent chanstiquer ver 0.00 1.22 0.00 0.07 ind:pre:3p; -chanstiquer chanstiquer ver 0.00 1.22 0.00 0.20 inf; -chanstiquèrent chanstiquer ver 0.00 1.22 0.00 0.07 ind:pas:3p; -chanstiqué chanstiquer ver m s 0.00 1.22 0.00 0.34 par:pas; -chanstiquée chanstiquer ver f s 0.00 1.22 0.00 0.07 par:pas; -chant chant nom m s 25.90 42.03 17.64 28.38 -chanta chanter ver 166.34 125.81 0.43 6.62 ind:pas:3s; -chantage chantage nom m s 8.51 7.64 8.50 7.43 -chantages chantage nom m p 8.51 7.64 0.01 0.20 -chantai chanter ver 166.34 125.81 0.00 0.14 ind:pas:1s; -chantaient chanter ver 166.34 125.81 1.98 8.24 ind:imp:3p; -chantais chanter ver 166.34 125.81 3.56 1.22 ind:imp:1s;ind:imp:2s; -chantait chanter ver 166.34 125.81 8.76 22.57 ind:imp:3s; -chantant chanter ver 166.34 125.81 4.34 10.14 par:pre; -chantante chantant adj f s 1.03 7.36 0.23 3.24 -chantantes chantant adj f p 1.03 7.36 0.02 0.68 -chantants chantant adj m p 1.03 7.36 0.21 0.47 -chante chanter ver 166.34 125.81 56.16 18.45 imp:pre:2s;ind:pre:1s;ind:pre:3s; -chanteau chanteau nom m s 0.00 0.14 0.00 0.14 -chantent chanter ver 166.34 125.81 7.10 7.70 ind:pre:3p; -chanter chanter ver 166.34 125.81 48.12 34.26 inf; -chantera chanter ver 166.34 125.81 2.39 0.68 ind:fut:3s; -chanterai chanter ver 166.34 125.81 1.31 0.41 ind:fut:1s; -chanteraient chanter ver 166.34 125.81 0.09 0.20 cnd:pre:3p; -chanterais chanter ver 166.34 125.81 0.50 0.07 cnd:pre:1s;cnd:pre:2s; -chanterait chanter ver 166.34 125.81 0.31 0.74 cnd:pre:3s; -chanteras chanter ver 166.34 125.81 0.79 0.07 ind:fut:2s; -chanterelle chanterelle nom f s 0.05 0.27 0.01 0.14 -chanterelles chanterelle nom f p 0.05 0.27 0.04 0.14 -chanterez chanter ver 166.34 125.81 0.45 0.14 ind:fut:2p; -chanteriez chanter ver 166.34 125.81 0.04 0.00 cnd:pre:2p; -chanterons chanter ver 166.34 125.81 0.25 0.00 ind:fut:1p; -chanteront chanter ver 166.34 125.81 0.46 0.27 ind:fut:3p; -chantes chanter ver 166.34 125.81 6.97 2.09 ind:pre:2s; -chanteur chanteur nom m s 20.25 20.07 9.80 9.19 -chanteurs chanteur nom m p 20.25 20.07 2.65 4.93 -chanteuse_vedette chanteuse_vedette nom f s 0.00 0.07 0.00 0.07 -chanteuse chanteur nom f s 20.25 20.07 7.81 4.39 -chanteuses chanteuse nom f p 0.91 0.00 0.91 0.00 -chantez chanter ver 166.34 125.81 8.26 0.74 imp:pre:2p;ind:pre:2p; -chançard chançard nom m s 0.17 0.07 0.16 0.07 -chançarde chançard nom f s 0.17 0.07 0.01 0.00 -chantier chantier nom m s 12.96 22.50 9.93 15.14 -chantiers chantier nom m p 12.96 22.50 3.03 7.36 -chantiez chanter ver 166.34 125.81 0.81 0.00 ind:imp:2p; -chantilly chantilly nom f s 0.59 0.74 0.59 0.74 -chantions chanter ver 166.34 125.81 0.24 0.95 ind:imp:1p; -chantâmes chanter ver 166.34 125.81 0.00 0.14 ind:pas:1p; -chantonna chantonner ver 2.84 14.86 0.00 2.43 ind:pas:3s; -chantonnai chantonner ver 2.84 14.86 0.00 0.07 ind:pas:1s; -chantonnaient chantonner ver 2.84 14.86 0.00 0.41 ind:imp:3p; -chantonnais chantonner ver 2.84 14.86 0.01 0.14 ind:imp:1s; -chantonnait chantonner ver 2.84 14.86 0.02 3.65 ind:imp:3s; -chantonnant chantonner ver 2.84 14.86 0.03 2.57 par:pre; -chantonnante chantonnant adj f s 0.00 0.41 0.00 0.20 -chantonne chantonner ver 2.84 14.86 2.27 2.50 imp:pre:2s;ind:pre:3s;sub:pre:3s; -chantonnement chantonnement nom m s 0.00 0.74 0.00 0.74 -chantonnent chantonner ver 2.84 14.86 0.14 0.34 ind:pre:3p; -chantonner chantonner ver 2.84 14.86 0.35 2.23 inf; -chantonnèrent chantonner ver 2.84 14.86 0.00 0.07 ind:pas:3p; -chantonné chantonner ver m s 2.84 14.86 0.03 0.34 par:pas; -chantonnée chantonner ver f s 2.84 14.86 0.00 0.07 par:pas; -chantonnés chantonner ver m p 2.84 14.86 0.00 0.07 par:pas; -chantons chanter ver 166.34 125.81 3.98 0.54 imp:pre:1p;ind:pre:1p; -chantât chanter ver 166.34 125.81 0.00 0.27 sub:imp:3s; -chantoung chantoung nom m s 0.00 0.20 0.00 0.20 -chantourner chantourner ver 0.00 0.68 0.00 0.07 inf; -chantourné chantourner ver m s 0.00 0.68 0.00 0.14 par:pas; -chantournées chantourner ver f p 0.00 0.68 0.00 0.27 par:pas; -chantournés chantourner ver m p 0.00 0.68 0.00 0.20 par:pas; -chantre chantre nom m s 0.46 1.82 0.44 1.35 -chantrerie chantrerie nom f s 0.01 0.00 0.01 0.00 -chantres chantre nom m p 0.46 1.82 0.02 0.47 -chants chant nom m p 25.90 42.03 8.26 13.65 -chantèrent chanter ver 166.34 125.81 0.17 0.95 ind:pas:3p; -chanté chanter ver m s 166.34 125.81 7.81 6.15 par:pas; -chantée chanter ver f s 166.34 125.81 0.94 1.01 par:pas; -chantées chanter ver f p 166.34 125.81 0.06 0.81 par:pas; -chantés chanter ver m p 166.34 125.81 0.08 0.27 par:pas; -chanvre chanvre nom m s 0.77 2.91 0.77 2.84 -chanvres chanvre nom m p 0.77 2.91 0.00 0.07 -chao chao adv 0.15 0.07 0.15 0.07 -chaos chaos nom m 11.30 10.20 11.30 10.20 -chaotique chaotique adj s 0.95 2.57 0.76 1.89 -chaotiquement chaotiquement adv 0.00 0.07 0.00 0.07 -chaotiques chaotique adj p 0.95 2.57 0.20 0.68 -chaouch chaouch nom m s 0.00 0.54 0.00 0.34 -chaouchs chaouch nom m p 0.00 0.54 0.00 0.20 -chaparda chaparder ver 0.16 1.28 0.00 0.07 ind:pas:3s; -chapardage chapardage nom m s 0.09 0.27 0.06 0.07 -chapardages chapardage nom m p 0.09 0.27 0.02 0.20 -chapardait chaparder ver 0.16 1.28 0.01 0.14 ind:imp:3s; -chapardant chaparder ver 0.16 1.28 0.01 0.00 par:pre; -chapardent chaparder ver 0.16 1.28 0.01 0.14 ind:pre:3p; -chaparder chaparder ver 0.16 1.28 0.08 0.74 inf; -chapardeur chapardeur nom m s 0.07 0.68 0.02 0.20 -chapardeurs chapardeur nom m p 0.07 0.68 0.03 0.41 -chapardeuse chapardeur nom f s 0.07 0.68 0.02 0.07 -chapardé chaparder ver m s 0.16 1.28 0.04 0.07 par:pas; -chapardée chaparder ver f s 0.16 1.28 0.00 0.07 par:pas; -chapardées chaparder ver f p 0.16 1.28 0.00 0.07 par:pas; -chaparral chaparral nom m s 0.12 0.00 0.10 0.00 -chaparrals chaparral nom m p 0.12 0.00 0.02 0.00 -chape chape nom f s 0.10 2.23 0.10 2.16 -chapeau chapeau nom m s 54.91 88.04 48.61 72.91 -chapeautait chapeauter ver 0.08 1.08 0.01 0.07 ind:imp:3s; -chapeaute chapeauter ver 0.08 1.08 0.04 0.14 ind:pre:1s;ind:pre:3s; -chapeauter chapeauter ver 0.08 1.08 0.01 0.07 inf; -chapeauté chapeauté adj m s 0.01 0.95 0.01 0.14 -chapeautée chapeauter ver f s 0.08 1.08 0.02 0.27 par:pas; -chapeautées chapeauté adj f p 0.01 0.95 0.00 0.20 -chapeautés chapeauté adj m p 0.01 0.95 0.00 0.20 -chapeaux chapeau nom m p 54.91 88.04 6.29 15.14 -chapelain chapelain nom m s 0.21 0.74 0.21 0.61 -chapelains chapelain nom m p 0.21 0.74 0.00 0.14 -chapelet chapelet nom m s 1.91 12.91 1.54 9.73 -chapelets chapelet nom m p 1.91 12.91 0.37 3.18 -chapelier chapelier nom m s 0.24 0.88 0.23 0.61 -chapeliers chapelier nom m p 0.24 0.88 0.01 0.27 -chapelle chapelle nom f s 7.42 35.88 7.37 32.36 -chapellerie chapellerie nom f s 0.00 0.20 0.00 0.20 -chapelles chapelle nom f p 7.42 35.88 0.05 3.51 -chapelure chapelure nom f s 0.31 0.54 0.31 0.47 -chapelures chapelure nom f p 0.31 0.54 0.00 0.07 -chaperon chaperon nom m s 3.84 1.35 3.71 1.22 -chaperonnais chaperonner ver 0.28 0.54 0.01 0.07 ind:imp:1s; -chaperonnait chaperonner ver 0.28 0.54 0.01 0.20 ind:imp:3s; -chaperonner chaperonner ver 0.28 0.54 0.21 0.07 inf; -chaperonné chaperonner ver m s 0.28 0.54 0.03 0.07 par:pas; -chaperonnée chaperonner ver f s 0.28 0.54 0.01 0.07 par:pas; -chaperonnés chaperonner ver m p 0.28 0.54 0.01 0.07 par:pas; -chaperons chaperon nom m p 3.84 1.35 0.13 0.14 -chapes chape nom f p 0.10 2.23 0.00 0.07 -chapiteau chapiteau nom m s 1.84 3.45 1.83 1.96 -chapiteau_dortoir chapiteau_dortoir nom m p 0.00 0.07 0.00 0.07 -chapiteaux chapiteau nom m p 1.84 3.45 0.01 1.49 -chapitre chapitre nom m s 13.00 38.65 12.10 35.81 -chapitrer chapitrer ver 0.35 1.35 0.02 0.47 inf; -chapitres chapitre nom m p 13.00 38.65 0.91 2.84 -chapitré chapitrer ver m s 0.35 1.35 0.02 0.20 par:pas; -chapitrée chapitrer ver f s 0.35 1.35 0.01 0.14 par:pas; -chapitrées chapitrer ver f p 0.35 1.35 0.00 0.14 par:pas; -chapka chapka nom f s 0.23 1.15 0.23 1.15 -chaplinesque chaplinesque adj f s 0.00 0.14 0.00 0.14 -chapon chapon nom m s 1.16 0.41 0.58 0.20 -chapons chapon nom m p 1.16 0.41 0.58 0.20 -chappe chappe nom m s 0.00 0.20 0.00 0.20 -chapska chapska nom m s 0.00 0.20 0.00 0.14 -chapskas chapska nom m p 0.00 0.20 0.00 0.07 -chapés chapé adj m p 0.00 0.07 0.00 0.07 -chaque chaque adj_ind s 246.29 486.35 246.29 486.35 -char char nom m s 11.86 27.57 8.60 7.91 -charabia charabia nom m s 2.46 1.55 2.46 1.42 -charabias charabia nom m p 2.46 1.55 0.00 0.14 -charade charade nom f s 0.53 0.74 0.12 0.27 -charades charade nom f p 0.53 0.74 0.41 0.47 -charale charale nom f s 0.03 0.00 0.03 0.00 -charançon charançon nom m s 0.20 0.47 0.07 0.14 -charançonné charançonné adj m s 0.00 0.27 0.00 0.07 -charançonnée charançonné adj f s 0.00 0.27 0.00 0.07 -charançonnés charançonné adj m p 0.00 0.27 0.00 0.14 -charançons charançon nom m p 0.20 0.47 0.14 0.34 -charbon charbon nom m s 9.24 24.59 8.39 21.96 -charbonnages charbonnage nom m p 0.27 0.68 0.27 0.68 -charbonnaient charbonner ver 0.00 1.28 0.00 0.14 ind:imp:3p; -charbonnait charbonner ver 0.00 1.28 0.00 0.20 ind:imp:3s; -charbonne charbonner ver 0.00 1.28 0.00 0.27 ind:pre:3s; -charbonnent charbonner ver 0.00 1.28 0.00 0.14 ind:pre:3p; -charbonner charbonner ver 0.00 1.28 0.00 0.07 inf; -charbonnette charbonnette nom f s 0.00 0.14 0.00 0.14 -charbonneuse charbonneux adj f s 0.00 4.46 0.00 1.01 -charbonneuses charbonneux adj f p 0.00 4.46 0.00 0.95 -charbonneux charbonneux adj m 0.00 4.46 0.00 2.50 -charbonnier charbonnier adj m s 0.13 0.95 0.10 0.61 -charbonniers charbonnier nom m p 0.04 2.36 0.03 1.01 -charbonnière charbonnier adj f s 0.13 0.95 0.02 0.34 -charbonnières charbonnière nom f p 0.00 0.47 0.00 0.14 -charbonné charbonner ver m s 0.00 1.28 0.00 0.14 par:pas; -charbonnées charbonner ver f p 0.00 1.28 0.00 0.14 par:pas; -charbonnés charbonner ver m p 0.00 1.28 0.00 0.20 par:pas; -charbons charbon nom m p 9.24 24.59 0.85 2.64 -charca charca nom s 0.00 0.47 0.00 0.47 -charcutage charcutage nom m s 0.04 0.14 0.04 0.14 -charcutaient charcuter ver 1.15 1.15 0.00 0.14 ind:imp:3p; -charcutaille charcutaille nom f s 0.01 0.27 0.01 0.27 -charcutait charcuter ver 1.15 1.15 0.03 0.07 ind:imp:3s; -charcute charcuter ver 1.15 1.15 0.26 0.14 imp:pre:2s;ind:pre:1s;ind:pre:3s; -charcuter charcuter ver 1.15 1.15 0.60 0.47 inf; -charcuterie charcuterie nom f s 0.94 5.20 0.81 4.32 -charcuteries charcuterie nom f p 0.94 5.20 0.14 0.88 -charcutez charcuter ver 1.15 1.15 0.01 0.14 imp:pre:2p;ind:pre:2p; -charcutier charcutier nom m s 0.04 4.73 0.03 2.70 -charcutiers charcutier nom m p 0.04 4.73 0.01 0.81 -charcutière charcutier nom f s 0.04 4.73 0.00 0.95 -charcutières charcutier nom f p 0.04 4.73 0.00 0.27 -charcuté charcuter ver m s 1.15 1.15 0.20 0.00 par:pas; -charcutée charcuter ver f s 1.15 1.15 0.05 0.07 par:pas; -charcutées charcuter ver f p 1.15 1.15 0.01 0.07 par:pas; -charcutés charcuter ver m p 1.15 1.15 0.00 0.07 par:pas; -chardon chardon nom m s 0.28 3.38 0.20 1.01 -chardonay chardonay nom m s 0.04 0.00 0.04 0.00 -chardonnay chardonnay nom m s 0.41 0.00 0.41 0.00 -chardonneret chardonneret nom m s 0.10 0.34 0.00 0.07 -chardonnerets chardonneret nom m p 0.10 0.34 0.10 0.27 -chardons chardon nom m p 0.28 3.38 0.08 2.36 -charentaise charentais nom f s 0.01 2.09 0.00 0.07 -charentaises charentais nom f p 0.01 2.09 0.01 2.03 -charge charger ver 93.02 122.16 28.43 7.97 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:1s;sub:pre:3s; -chargea charger ver 93.02 122.16 0.24 4.46 ind:pas:3s; -chargeai charger ver 93.02 122.16 0.01 1.35 ind:pas:1s; -chargeaient charger ver 93.02 122.16 0.14 2.43 ind:imp:3p; -chargeais charger ver 93.02 122.16 0.43 0.47 ind:imp:1s;ind:imp:2s; -chargeait charger ver 93.02 122.16 0.68 7.16 ind:imp:3s; -chargeant charger ver 93.02 122.16 0.14 1.82 par:pre; -chargement chargement nom m s 7.14 6.42 6.37 5.68 -chargements chargement nom m p 7.14 6.42 0.78 0.74 -chargent charger ver 93.02 122.16 1.63 2.03 ind:pre:3p; -chargeons charger ver 93.02 122.16 0.53 0.14 imp:pre:1p;ind:pre:1p; -chargeât charger ver 93.02 122.16 0.00 0.34 sub:imp:3s; -charger charger ver 93.02 122.16 15.58 10.20 inf; -chargera charger ver 93.02 122.16 2.56 0.95 ind:fut:3s; -chargerai charger ver 93.02 122.16 1.92 0.68 ind:fut:1s; -chargeraient charger ver 93.02 122.16 0.14 0.68 cnd:pre:3p; -chargerais charger ver 93.02 122.16 0.11 0.14 cnd:pre:1s;cnd:pre:2s; -chargerait charger ver 93.02 122.16 0.22 1.08 cnd:pre:3s; -chargeras charger ver 93.02 122.16 0.28 0.07 ind:fut:2s; -chargerez charger ver 93.02 122.16 0.37 0.07 ind:fut:2p; -chargerons charger ver 93.02 122.16 0.24 0.14 ind:fut:1p; -chargeront charger ver 93.02 122.16 0.39 0.34 ind:fut:3p; -charges charge nom f p 32.86 41.28 7.88 5.20 -chargeur chargeur nom m s 4.63 3.72 3.68 2.77 -chargeurs chargeur nom m p 4.63 3.72 0.95 0.95 -chargez charger ver 93.02 122.16 5.37 0.54 imp:pre:2p;ind:pre:2p; -chargiez charger ver 93.02 122.16 0.11 0.00 ind:imp:2p; -chargions charger ver 93.02 122.16 0.01 0.20 ind:imp:1p; -chargèrent charger ver 93.02 122.16 0.01 1.15 ind:pas:3p; -chargé charger ver m s 93.02 122.16 23.18 40.07 par:pas; -chargée charger ver f s 93.02 122.16 4.81 13.65 par:pas; -chargées charger ver f p 93.02 122.16 0.81 5.68 par:pas; -chargés charger ver m p 93.02 122.16 3.30 18.24 par:pas; -charia charia nom f s 0.01 0.00 0.01 0.00 -chariot chariot nom m s 14.40 14.12 12.12 8.45 -chariots chariot nom m p 14.40 14.12 2.28 5.68 -charismatique charismatique adj s 0.54 0.14 0.54 0.14 -charisme charisme nom m s 0.75 0.07 0.75 0.07 -charitable charitable adj s 4.16 3.78 2.90 2.70 -charitablement charitablement adv 0.01 0.47 0.01 0.47 -charitables charitable adj p 4.16 3.78 1.26 1.08 -charité charité nom f s 13.75 14.53 13.54 14.32 -charités charité nom f p 13.75 14.53 0.21 0.20 -charivari charivari nom m s 0.08 1.08 0.07 0.95 -charivaris charivari nom m p 0.08 1.08 0.01 0.14 -charlatan charlatan nom m s 4.44 1.08 3.07 0.47 -charlataner charlataner ver 0.00 0.07 0.00 0.07 inf; -charlatanerie charlatanerie nom f s 0.02 0.07 0.02 0.07 -charlatanisme charlatanisme nom m s 0.16 0.34 0.16 0.20 -charlatanismes charlatanisme nom m p 0.16 0.34 0.00 0.14 -charlatans charlatan nom m p 4.44 1.08 1.37 0.61 -charleston charleston nom m s 0.27 0.41 0.27 0.41 -charlot charlot nom m s 0.46 0.20 0.18 0.00 -charlots charlot nom m p 0.46 0.20 0.28 0.20 -charlotte charlotte nom f s 0.99 0.61 0.97 0.54 -charlottes charlotte nom f p 0.99 0.61 0.01 0.07 -charma charmer ver 5.69 6.96 0.00 0.14 ind:pas:3s; -charmaient charmer ver 5.69 6.96 0.00 0.41 ind:imp:3p; -charmait charmer ver 5.69 6.96 0.13 1.01 ind:imp:3s; -charmant charmant adj m s 54.51 41.15 27.52 19.86 -charmante charmant adj f s 54.51 41.15 21.04 14.32 -charmantes charmant adj f p 54.51 41.15 2.23 3.38 -charmants charmant adj m p 54.51 41.15 3.72 3.58 -charme charme nom m s 22.92 53.45 19.70 43.65 -charment charmer ver 5.69 6.96 0.04 0.34 ind:pre:3p; -charmer charmer ver 5.69 6.96 1.30 0.81 inf; -charmera charmer ver 5.69 6.96 0.01 0.07 ind:fut:3s; -charmes charme nom m p 22.92 53.45 3.22 9.80 -charmeur charmeur adj m s 1.01 1.76 0.93 0.88 -charmeurs charmeur adj m p 1.01 1.76 0.03 0.34 -charmeuse charmeuse nom f s 0.14 0.00 0.14 0.00 -charmeuses charmeur nom f p 0.94 1.35 0.00 0.47 -charmille charmille nom f s 0.02 1.55 0.02 1.22 -charmilles charmille nom f p 0.02 1.55 0.00 0.34 -charmé charmer ver m s 5.69 6.96 1.11 1.22 par:pas; -charmée charmé adj f s 0.73 1.08 0.34 0.20 -charmés charmer ver m p 5.69 6.96 0.05 0.00 par:pas; -charnel charnel adj m s 2.10 11.01 0.74 3.99 -charnelle charnel adj f s 2.10 11.01 0.59 4.46 -charnellement charnellement adv 0.00 0.61 0.00 0.61 -charnelles charnel adj f p 2.10 11.01 0.18 1.62 -charnels charnel adj m p 2.10 11.01 0.58 0.95 -charnier charnier nom m s 0.84 3.72 0.42 3.04 -charniers charnier nom m p 0.84 3.72 0.41 0.68 -charnière charnière nom f s 0.38 1.82 0.32 1.08 -charnières charnière nom f p 0.38 1.82 0.06 0.74 -charnu charnu adj m s 0.76 6.15 0.06 1.28 -charnue charnu adj f s 0.76 6.15 0.35 2.23 -charnues charnu adj f p 0.76 6.15 0.31 1.69 -charnus charnu adj m p 0.76 6.15 0.03 0.95 -charognard charognard nom m s 0.85 2.03 0.37 0.41 -charognards charognard nom m p 0.85 2.03 0.48 1.62 -charogne charogne nom f s 3.64 7.16 2.58 5.07 -charognerie charognerie nom f s 0.00 0.27 0.00 0.27 -charognes charogne nom f p 3.64 7.16 1.06 2.09 -charolaise charolais nom f s 0.00 0.14 0.00 0.07 -charolaises charolais nom f p 0.00 0.14 0.00 0.07 -charpente charpente nom f s 0.59 5.27 0.58 4.05 -charpenter charpenter ver 0.01 0.34 0.00 0.07 inf; -charpenterie charpenterie nom f s 0.04 0.00 0.04 0.00 -charpentes charpente nom f p 0.59 5.27 0.01 1.22 -charpentier charpentier nom m s 2.57 3.11 2.11 1.82 -charpentiers charpentier nom m p 2.57 3.11 0.45 1.28 -charpentière charpentier nom f s 2.57 3.11 0.01 0.00 -charpenté charpenté adj m s 0.02 0.47 0.01 0.20 -charpentée charpenté adj f s 0.02 0.47 0.01 0.20 -charpentés charpenté adj m p 0.02 0.47 0.00 0.07 -charpie charpie nom f s 0.52 2.50 0.52 2.43 -charpies charpie nom f p 0.52 2.50 0.00 0.07 -charre charre nom m s 0.18 2.03 0.18 1.69 -charres charre nom m p 0.18 2.03 0.00 0.34 -charretier charretier nom m s 0.19 1.89 0.16 1.01 -charretiers charretier nom m p 0.19 1.89 0.01 0.54 -charretière charretier nom f s 0.19 1.89 0.02 0.34 -charreton charreton nom m s 0.00 0.61 0.00 0.54 -charretons charreton nom m p 0.00 0.61 0.00 0.07 -charrette charrette nom f s 6.98 20.95 6.63 16.82 -charrettes charrette nom f p 6.98 20.95 0.36 4.12 -charretée charretée nom f s 0.01 0.74 0.01 0.34 -charretées charretée nom f p 0.01 0.74 0.00 0.41 -charria charrier ver 4.24 12.36 0.26 0.14 ind:pas:3s; -charriage charriage nom m s 0.00 0.14 0.00 0.14 -charriaient charrier ver 4.24 12.36 0.01 0.54 ind:imp:3p; -charriais charrier ver 4.24 12.36 0.03 0.14 ind:imp:1s; -charriait charrier ver 4.24 12.36 0.02 1.35 ind:imp:3s; -charriant charrier ver 4.24 12.36 0.14 1.49 par:pre; -charrie charrier ver 4.24 12.36 1.37 1.62 imp:pre:2s;ind:pre:1s;ind:pre:3s; -charrient charrier ver 4.24 12.36 0.04 0.61 ind:pre:3p; -charrier charrier ver 4.24 12.36 0.82 3.11 inf; -charrieras charrier ver 4.24 12.36 0.01 0.00 ind:fut:2s; -charrierons charrier ver 4.24 12.36 0.00 0.07 ind:fut:1p; -charrieront charrier ver 4.24 12.36 0.01 0.07 ind:fut:3p; -charries charrier ver 4.24 12.36 0.79 0.61 ind:pre:2s;sub:pre:2s; -charrieurs charrieur nom m p 0.01 0.00 0.01 0.00 -charriez charrier ver 4.24 12.36 0.41 0.81 imp:pre:2p;ind:pre:2p; -charrions charrier ver 4.24 12.36 0.01 0.00 imp:pre:1p; -charrière charrier nom f s 0.00 0.20 0.00 0.07 -charrièrent charrier ver 4.24 12.36 0.00 0.07 ind:pas:3p; -charrières charrier nom f p 0.00 0.20 0.00 0.14 -charrié charrier ver m s 4.24 12.36 0.28 1.22 par:pas; -charriée charrier ver f s 4.24 12.36 0.03 0.20 par:pas; -charriées charrier ver f p 4.24 12.36 0.03 0.20 par:pas; -charriés charrier ver m p 4.24 12.36 0.00 0.14 par:pas; -charroi charroi nom m s 0.00 1.82 0.00 0.95 -charrois charroi nom m p 0.00 1.82 0.00 0.88 -charron charron nom m s 0.03 0.47 0.03 0.34 -charronnées charronner ver f p 0.00 0.07 0.00 0.07 par:pas; -charrons charron nom m p 0.03 0.47 0.00 0.14 -charrue charrue nom f s 1.54 4.32 1.50 3.38 -charrues charrue nom f p 1.54 4.32 0.05 0.95 -charruée charruer ver f s 0.00 0.07 0.00 0.07 par:pas; -chars char nom m p 11.86 27.57 3.27 19.66 -charte charte nom f s 1.07 2.30 1.04 1.82 -charter charter nom m s 0.99 0.74 0.75 0.27 -charters charter nom m p 0.99 0.74 0.25 0.47 -chartes charte nom f p 1.07 2.30 0.03 0.47 -chartiste chartiste nom s 0.00 0.34 0.00 0.20 -chartistes chartiste nom p 0.00 0.34 0.00 0.14 -chartre chartre nom f s 0.01 0.00 0.01 0.00 -chartreuse chartreux nom f s 0.34 1.15 0.06 0.34 -chartreuses chartreux nom f p 0.34 1.15 0.00 0.14 -chartreux chartreux nom m 0.34 1.15 0.28 0.68 -charybde charybde nom m s 0.16 0.68 0.16 0.68 -chas chas nom m 0.74 0.47 0.74 0.47 -chassa chasser ver 54.93 67.91 0.47 4.46 ind:pas:3s; -chassai chasser ver 54.93 67.91 0.14 0.27 ind:pas:1s; -chassaient chasser ver 54.93 67.91 0.26 2.03 ind:imp:3p; -chassais chasser ver 54.93 67.91 0.93 0.47 ind:imp:1s;ind:imp:2s; -chassait chasser ver 54.93 67.91 0.90 7.30 ind:imp:3s; -chassant chasser ver 54.93 67.91 0.68 3.11 par:pre; -chasse_d_eau chasse_d_eau nom f s 0.00 0.07 0.00 0.07 -chasse_goupille chasse_goupille nom f p 0.00 0.20 0.00 0.20 -chasse_mouche chasse_mouche nom m s 0.00 0.14 0.00 0.14 -chasse_mouches chasse_mouches nom m 0.12 0.61 0.12 0.61 -chasse_neige chasse_neige nom m 0.58 0.54 0.58 0.54 -chasse_pierres chasse_pierres nom m 0.01 0.00 0.01 0.00 -chasse chasse nom f s 47.99 59.46 46.80 53.38 -chasselas chasselas nom m 0.01 0.14 0.01 0.14 -chassent chasser ver 54.93 67.91 1.45 0.88 ind:pre:3p; -chasser chasser ver 54.93 67.91 19.86 20.81 inf; -chassera chasser ver 54.93 67.91 1.41 0.61 ind:fut:3s; -chasserai chasser ver 54.93 67.91 0.80 0.20 ind:fut:1s; -chasseraient chasser ver 54.93 67.91 0.02 0.07 cnd:pre:3p; -chasserais chasser ver 54.93 67.91 0.23 0.00 cnd:pre:1s;cnd:pre:2s; -chasserait chasser ver 54.93 67.91 0.15 0.41 cnd:pre:3s; -chasseras chasser ver 54.93 67.91 0.04 0.14 ind:fut:2s; -chasseresse chasseur nom f s 34.91 41.55 0.46 0.41 -chasseresses chasseresse nom f p 0.01 0.00 0.01 0.00 -chasserez chasser ver 54.93 67.91 0.07 0.07 ind:fut:2p; -chasserions chasser ver 54.93 67.91 0.01 0.00 cnd:pre:1p; -chasserons chasser ver 54.93 67.91 0.36 0.14 ind:fut:1p; -chasseront chasser ver 54.93 67.91 0.69 0.07 ind:fut:3p; -chasses chasser ver 54.93 67.91 1.71 0.20 ind:pre:2s; -chasseur chasseur nom m s 34.91 41.55 21.27 23.58 -chasseurs chasseur nom m p 34.91 41.55 12.88 17.43 -chasseuse chasseur nom f s 34.91 41.55 0.30 0.07 -chassez chasser ver 54.93 67.91 2.97 0.61 imp:pre:2p;ind:pre:2p; -chassie chassie nom f s 0.05 0.14 0.05 0.14 -chassieuse chassieux adj f s 0.14 1.35 0.00 0.07 -chassieux chassieux adj m 0.14 1.35 0.14 1.28 -chassiez chasser ver 54.93 67.91 0.35 0.07 ind:imp:2p; -chassions chasser ver 54.93 67.91 0.04 0.27 ind:imp:1p; -chassons chasser ver 54.93 67.91 0.47 0.07 imp:pre:1p;ind:pre:1p; -chassât chasser ver 54.93 67.91 0.00 0.27 sub:imp:3s; -chassèrent chasser ver 54.93 67.91 0.02 0.27 ind:pas:3p; -chassé_croisé chassé_croisé nom m s 0.02 1.01 0.00 0.68 -chassé chasser ver m s 54.93 67.91 6.62 10.14 par:pas; -chassée chasser ver f s 54.93 67.91 1.71 2.77 par:pas; -chassées chasser ver f p 54.93 67.91 0.16 0.81 par:pas; -chassé_croisé chassé_croisé nom m p 0.02 1.01 0.02 0.34 -chassés chasser ver m p 54.93 67.91 1.64 3.04 par:pas; -chaste chaste adj s 2.22 5.14 1.50 4.32 -chastement chastement adv 0.01 0.54 0.01 0.54 -chastes chaste adj p 2.22 5.14 0.72 0.81 -chasteté chasteté nom f s 2.37 3.92 2.37 3.92 -chasuble chasuble nom f s 0.11 1.76 0.09 0.95 -chasubles chasuble nom f p 0.11 1.76 0.02 0.81 -chat_huant chat_huant nom m s 0.00 0.27 0.00 0.27 -chat_tigre chat_tigre nom m s 0.00 0.14 0.00 0.14 -chat chat nom m s 90.25 130.74 57.71 59.26 -chateaubriand chateaubriand nom m s 0.17 0.27 0.15 0.20 -chateaubriands chateaubriand nom m p 0.17 0.27 0.02 0.07 -chatière chatière nom f s 0.14 0.54 0.14 0.54 -chatoiement chatoiement nom m s 0.05 1.35 0.05 1.01 -chatoiements chatoiement nom m p 0.05 1.35 0.00 0.34 -chatoient chatoyer ver 0.00 0.81 0.00 0.07 ind:pre:3p; -chaton chaton nom m s 4.41 4.66 3.32 2.50 -chatonne chatonner ver 0.01 0.00 0.01 0.00 ind:pre:3s; -chatons chaton nom m p 4.41 4.66 1.09 2.16 -chatouilla chatouiller ver 7.04 7.36 0.00 0.41 ind:pas:3s; -chatouillaient chatouiller ver 7.04 7.36 0.01 0.61 ind:imp:3p; -chatouillait chatouiller ver 7.04 7.36 0.37 1.55 ind:imp:3s; -chatouillant chatouiller ver 7.04 7.36 0.11 0.34 par:pre; -chatouille chatouiller ver 7.04 7.36 3.25 0.74 imp:pre:2s;ind:pre:1s;ind:pre:3s; -chatouillement chatouillement nom m s 0.17 0.81 0.15 0.74 -chatouillements chatouillement nom m p 0.17 0.81 0.01 0.07 -chatouillent chatouiller ver 7.04 7.36 0.06 0.27 ind:pre:3p; -chatouiller chatouiller ver 7.04 7.36 0.85 1.69 inf; -chatouillera chatouiller ver 7.04 7.36 0.04 0.00 ind:fut:3s; -chatouilles chatouiller ver 7.04 7.36 1.95 0.14 ind:pre:2s; -chatouilleuse chatouilleux adj f s 1.00 0.95 0.34 0.20 -chatouilleuses chatouilleux adj f p 1.00 0.95 0.03 0.00 -chatouilleux chatouilleux adj m 1.00 0.95 0.63 0.74 -chatouillez chatouiller ver 7.04 7.36 0.23 0.07 imp:pre:2p;ind:pre:2p; -chatouillis chatouillis nom m 0.02 0.34 0.02 0.34 -chatouillons chatouiller ver 7.04 7.36 0.01 0.00 imp:pre:1p; -chatouillât chatouiller ver 7.04 7.36 0.00 0.14 sub:imp:3s; -chatouillèrent chatouiller ver 7.04 7.36 0.00 0.27 ind:pas:3p; -chatouillé chatouiller ver m s 7.04 7.36 0.14 0.47 par:pas; -chatouillée chatouiller ver f s 7.04 7.36 0.01 0.41 par:pas; -chatouillées chatouiller ver f p 7.04 7.36 0.00 0.07 par:pas; -chatouillés chatouiller ver m p 7.04 7.36 0.00 0.20 par:pas; -chatoyaient chatoyer ver 0.00 0.81 0.00 0.14 ind:imp:3p; -chatoyait chatoyer ver 0.00 0.81 0.00 0.07 ind:imp:3s; -chatoyant chatoyant adj m s 0.44 2.03 0.29 0.74 -chatoyante chatoyant adj f s 0.44 2.03 0.02 0.54 -chatoyantes chatoyant adj f p 0.44 2.03 0.10 0.47 -chatoyants chatoyant adj m p 0.44 2.03 0.03 0.27 -chatoyer chatoyer ver 0.00 0.81 0.00 0.20 inf; -chats chat nom m p 90.25 130.74 16.00 38.11 -chattant chatter ver 0.45 0.00 0.14 0.00 par:pre; -chatte chat nom f s 90.25 130.74 16.54 29.12 -chattemite chattemite nom f s 0.00 0.14 0.00 0.14 -chatter chatter ver 0.45 0.00 0.30 0.00 inf; -chatterie chatterie nom f s 0.01 0.54 0.00 0.20 -chatteries chatterie nom f p 0.01 0.54 0.01 0.34 -chatterton chatterton nom m s 0.21 0.34 0.21 0.34 -chattes chatte nom f p 2.75 0.00 2.75 0.00 -chattons chatter ver 0.45 0.00 0.01 0.00 imp:pre:1p; -chaud_froid chaud_froid nom m s 0.00 0.41 0.00 0.34 -chaud chaud adj m s 84.16 113.31 50.20 46.42 -chaude_pisse chaude_pisse nom f s 0.15 0.34 0.15 0.27 -chaude chaud adj f s 84.16 113.31 22.48 45.47 -chaudement chaudement adv 1.07 2.64 1.07 2.64 -chaude_pisse chaude_pisse nom f p 0.15 0.34 0.00 0.07 -chaudes chaud adj f p 84.16 113.31 4.89 13.18 -chaudière chaudière nom f s 2.62 3.51 1.89 3.11 -chaudières chaudière nom f p 2.62 3.51 0.73 0.41 -chaudron chaudron nom m s 1.12 5.81 0.79 4.26 -chaudronnerie chaudronnerie nom f s 0.00 0.34 0.00 0.27 -chaudronneries chaudronnerie nom f p 0.00 0.34 0.00 0.07 -chaudronnier chaudronnier nom m s 0.02 0.47 0.02 0.34 -chaudronniers chaudronnier nom m p 0.02 0.47 0.00 0.14 -chaudronné chaudronner ver m s 0.00 0.07 0.00 0.07 par:pas; -chaudronnée chaudronnée nom f s 0.00 0.07 0.00 0.07 -chaudrons chaudron nom m p 1.12 5.81 0.33 1.55 -chaud_froid chaud_froid nom m p 0.00 0.41 0.00 0.07 -chauds chaud adj m p 84.16 113.31 6.59 8.24 -chauffa chauffer ver 21.75 29.80 0.00 0.34 ind:pas:3s; -chauffage chauffage nom m s 4.96 6.08 4.96 6.08 -chauffagiste chauffagiste nom m s 0.04 0.00 0.04 0.00 -chauffaient chauffer ver 21.75 29.80 0.12 1.01 ind:imp:3p; -chauffais chauffer ver 21.75 29.80 0.03 0.27 ind:imp:1s;ind:imp:2s; -chauffait chauffer ver 21.75 29.80 0.34 3.72 ind:imp:3s; -chauffant chauffant adj m s 0.58 0.41 0.09 0.00 -chauffante chauffant adj f s 0.58 0.41 0.30 0.34 -chauffantes chauffant adj f p 0.58 0.41 0.08 0.07 -chauffants chauffant adj m p 0.58 0.41 0.11 0.00 -chauffard chauffard nom m s 1.62 0.95 1.38 0.47 -chauffards chauffard nom m p 1.62 0.95 0.24 0.47 -chauffe_biberon chauffe_biberon nom m s 0.10 0.00 0.10 0.00 -chauffe_eau chauffe_eau nom m 0.63 0.61 0.63 0.61 -chauffe_plats chauffe_plats nom m 0.00 0.14 0.00 0.14 -chauffe chauffer ver 21.75 29.80 7.01 3.51 imp:pre:2s;ind:pre:1s;ind:pre:3s; -chauffent chauffer ver 21.75 29.80 0.52 0.61 ind:pre:3p; -chauffer chauffer ver 21.75 29.80 9.06 10.14 inf; -chauffera chauffer ver 21.75 29.80 0.28 0.07 ind:fut:3s; -chaufferai chauffer ver 21.75 29.80 0.05 0.00 ind:fut:1s; -chaufferette chaufferette nom f s 0.12 0.81 0.12 0.68 -chaufferettes chaufferette nom f p 0.12 0.81 0.00 0.14 -chaufferie chaufferie nom f s 0.64 0.88 0.63 0.81 -chaufferies chaufferie nom f p 0.64 0.88 0.01 0.07 -chauffes chauffer ver 21.75 29.80 0.42 0.00 ind:pre:2s; -chauffeur_livreur chauffeur_livreur nom m s 0.00 0.14 0.00 0.14 -chauffeur chauffeur nom m s 40.59 49.86 37.35 44.19 -chauffeurs chauffeur nom m p 40.59 49.86 3.19 5.00 -chauffeuse chauffeur nom f s 40.59 49.86 0.05 0.68 -chauffez chauffer ver 21.75 29.80 0.70 0.27 imp:pre:2p;ind:pre:2p; -chauffiez chauffer ver 21.75 29.80 0.01 0.00 ind:imp:2p; -chauffions chauffer ver 21.75 29.80 0.00 0.07 ind:imp:1p; -chauffâmes chauffer ver 21.75 29.80 0.00 0.07 ind:pas:1p; -chauffons chauffer ver 21.75 29.80 0.22 0.14 imp:pre:1p;ind:pre:1p; -chauffèrent chauffer ver 21.75 29.80 0.00 0.07 ind:pas:3p; -chauffé chauffer ver m s 21.75 29.80 1.75 3.58 par:pas; -chauffée chauffer ver f s 21.75 29.80 0.78 2.91 par:pas; -chauffées chauffer ver f p 21.75 29.80 0.08 0.74 par:pas; -chauffés chauffer ver m p 21.75 29.80 0.35 1.62 par:pas; -chaule chauler ver 0.00 1.22 0.00 0.07 ind:pre:3s; -chauler chauler ver 0.00 1.22 0.00 0.07 inf; -chaulé chauler ver m s 0.00 1.22 0.00 0.07 par:pas; -chaulée chauler ver f s 0.00 1.22 0.00 0.14 par:pas; -chaulées chauler ver f p 0.00 1.22 0.00 0.20 par:pas; -chaulés chauler ver m p 0.00 1.22 0.00 0.68 par:pas; -chaume chaume nom m s 0.36 7.09 0.36 4.86 -chaumes chaume nom m p 0.36 7.09 0.00 2.23 -chaumine chaumine nom f s 0.11 0.47 0.11 0.41 -chaumines chaumine nom f p 0.11 0.47 0.00 0.07 -chaumière chaumière nom f s 1.47 2.77 1.23 1.08 -chaumières chaumière nom f p 1.47 2.77 0.24 1.69 -chaumé chaumer ver m s 0.00 0.07 0.00 0.07 par:pas; -chaussa chausser ver 1.27 15.61 0.00 1.28 ind:pas:3s; -chaussai chausser ver 1.27 15.61 0.00 0.07 ind:pas:1s; -chaussaient chausser ver 1.27 15.61 0.00 0.20 ind:imp:3p; -chaussait chausser ver 1.27 15.61 0.02 0.88 ind:imp:3s; -chaussant chaussant adj m s 0.03 0.00 0.03 0.00 -chausse_pied chausse_pied nom m s 0.24 0.14 0.24 0.14 -chausse_trape chausse_trape nom f s 0.00 0.20 0.00 0.07 -chausse_trape chausse_trape nom f p 0.00 0.20 0.00 0.14 -chausse_trappe chausse_trappe nom f s 0.00 0.07 0.00 0.07 -chausse chausser ver 1.27 15.61 0.74 1.08 imp:pre:2s;ind:pre:1s;ind:pre:3s; -chaussent chausser ver 1.27 15.61 0.01 0.20 ind:pre:3p; -chausser chausser ver 1.27 15.61 0.17 1.42 inf; -chausserai chausser ver 1.27 15.61 0.00 0.07 ind:fut:1s; -chausses chausser ver 1.27 15.61 0.16 0.07 ind:pre:2s; -chaussette chaussette nom f s 16.45 22.84 3.29 4.39 -chaussettes chaussette nom f p 16.45 22.84 13.16 18.45 -chausseur chausseur nom m s 0.07 0.54 0.07 0.41 -chausseurs chausseur nom m p 0.07 0.54 0.00 0.14 -chaussez chausser ver 1.27 15.61 0.06 0.00 imp:pre:2p;ind:pre:2p; -chausson chausson nom m s 3.50 5.95 0.67 0.61 -chaussons chausson nom m p 3.50 5.95 2.83 5.34 -chaussèrent chausser ver 1.27 15.61 0.00 0.14 ind:pas:3p; -chaussé chausser ver m s 1.27 15.61 0.06 4.53 par:pas; -chaussée chaussée nom f s 1.87 24.32 1.64 22.36 -chaussées chaussée nom f p 1.87 24.32 0.23 1.96 -chaussure chaussure nom f s 73.58 56.49 12.49 8.78 -chaussures chaussure nom f p 73.58 56.49 61.09 47.70 -chaussés chausser ver m p 1.27 15.61 0.03 3.65 par:pas; -chaut chaut ver 0.01 0.34 0.01 0.34 inf; -chauve_souris chauve_souris nom f s 7.16 4.66 5.43 2.23 -chauve chauve adj s 5.92 10.81 5.25 9.46 -chauve_souris chauve_souris nom f p 7.16 4.66 1.73 2.43 -chauves chauve nom p 5.20 5.47 0.72 0.34 -chauvin chauvin adj m s 0.43 2.50 0.32 2.30 -chauvine chauvin nom f s 0.04 2.03 0.00 0.07 -chauvines chauvin adj f p 0.43 2.50 0.01 0.14 -chauvinisme chauvinisme nom m s 0.08 0.74 0.08 0.74 -chauviniste chauviniste nom s 0.03 0.00 0.03 0.00 -chauvins chauvin adj m p 0.43 2.50 0.10 0.07 -chauvit chauvir ver 0.00 0.07 0.00 0.07 ind:pas:3s; -chaux chaux nom f 1.32 7.36 1.32 7.36 -chavignol chavignol nom m s 0.00 0.07 0.00 0.07 -chavira chavirer ver 2.41 8.65 0.00 0.68 ind:pas:3s; -chavirai chavirer ver 2.41 8.65 0.00 0.07 ind:pas:1s; -chaviraient chavirer ver 2.41 8.65 0.00 0.27 ind:imp:3p; -chavirait chavirer ver 2.41 8.65 0.02 1.08 ind:imp:3s; -chavirant chavirer ver 2.41 8.65 0.00 0.07 par:pre; -chavirante chavirant adj f s 0.00 0.27 0.00 0.20 -chavire chavirer ver 2.41 8.65 0.43 0.95 ind:pre:1s;ind:pre:3s; -chavirement chavirement nom m s 0.14 0.34 0.14 0.20 -chavirements chavirement nom m p 0.14 0.34 0.00 0.14 -chavirent chavirer ver 2.41 8.65 0.02 0.34 ind:pre:3p; -chavirer chavirer ver 2.41 8.65 1.01 2.36 inf; -chavireraient chavirer ver 2.41 8.65 0.00 0.07 cnd:pre:3p; -chavirerait chavirer ver 2.41 8.65 0.01 0.07 cnd:pre:3s; -chavireront chavirer ver 2.41 8.65 0.00 0.07 ind:fut:3p; -chavirions chavirer ver 2.41 8.65 0.00 0.07 ind:imp:1p; -chavirons chavirer ver 2.41 8.65 0.14 0.07 ind:pre:1p; -chavirèrent chavirer ver 2.41 8.65 0.00 0.14 ind:pas:3p; -chaviré chavirer ver m s 2.41 8.65 0.62 1.49 par:pas; -chavirée chavirer ver f s 2.41 8.65 0.16 0.34 par:pas; -chavirés chavirer ver m p 2.41 8.65 0.01 0.54 par:pas; -cheap cheap adj m s 0.50 0.14 0.50 0.14 -check_list check_list nom f s 0.22 0.00 0.22 0.00 -check_up check_up nom m 0.69 0.00 0.68 0.00 -check_up check_up nom m 0.69 0.00 0.01 0.00 -cheddar cheddar nom m s 0.53 0.00 0.53 0.00 -cheddite cheddite nom f s 0.00 0.20 0.00 0.20 -cheese_cake cheese_cake nom m s 0.32 0.00 0.28 0.00 -cheese_cake cheese_cake nom m p 0.32 0.00 0.05 0.00 -cheeseburger cheeseburger nom m s 3.06 0.00 2.22 0.00 -cheeseburgers cheeseburger nom m p 3.06 0.00 0.84 0.00 -chef_adjoint chef_adjoint nom s 0.04 0.00 0.04 0.00 -chef_d_oeuvre chef_d_oeuvre nom m s 3.34 12.77 2.56 8.51 -chef_d_oeuvres chef_d_oeuvres nom s 0.11 0.00 0.11 0.00 -chef_lieu chef_lieu nom m s 0.19 1.82 0.19 1.82 -chef chef nom s 205.26 205.95 189.79 172.57 -chef_d_oeuvre chef_d_oeuvre nom m p 3.34 12.77 0.77 4.26 -chefs_lieux chefs_lieux nom m p 0.00 0.27 0.00 0.27 -chefs chef nom p 205.26 205.95 15.46 33.38 -cheftaine cheftaine nom f s 0.13 0.54 0.13 0.27 -cheftaines cheftaine nom f p 0.13 0.54 0.00 0.27 -cheik cheik nom m s 0.48 0.95 0.45 0.88 -cheikh cheikh nom m s 0.32 0.00 0.32 0.00 -cheiks cheik nom m p 0.48 0.95 0.04 0.07 -chelem chelem nom m s 0.31 0.20 0.31 0.20 -chemin chemin nom m s 125.18 231.42 114.34 197.50 -chemina cheminer ver 0.87 8.99 0.01 0.07 ind:pas:3s; -cheminaient cheminer ver 0.87 8.99 0.00 0.74 ind:imp:3p; -cheminait cheminer ver 0.87 8.99 0.10 0.88 ind:imp:3s; -cheminant cheminer ver 0.87 8.99 0.04 1.42 par:pre; -chemine cheminer ver 0.87 8.99 0.48 1.15 ind:pre:1s;ind:pre:3s; -chemineau chemineau nom m s 0.04 1.62 0.02 0.95 -chemineaux chemineau nom m p 0.04 1.62 0.02 0.68 -cheminement cheminement nom m s 0.18 6.08 0.17 4.86 -cheminements cheminement nom m p 0.18 6.08 0.01 1.22 -cheminent cheminer ver 0.87 8.99 0.02 0.47 ind:pre:3p; -cheminer cheminer ver 0.87 8.99 0.02 2.23 inf; -chemineraient cheminer ver 0.87 8.99 0.00 0.07 cnd:pre:3p; -cheminerait cheminer ver 0.87 8.99 0.00 0.07 cnd:pre:3s; -cheminerons cheminer ver 0.87 8.99 0.00 0.07 ind:fut:1p; -chemineront cheminer ver 0.87 8.99 0.00 0.07 ind:fut:3p; -cheminions cheminer ver 0.87 8.99 0.00 0.07 ind:imp:1p; -cheminâmes cheminer ver 0.87 8.99 0.00 0.07 ind:pas:1p; -cheminons cheminer ver 0.87 8.99 0.01 0.20 imp:pre:1p;ind:pre:1p; -cheminot cheminot nom m s 1.42 2.50 1.06 1.01 -cheminots cheminot nom m p 1.42 2.50 0.35 1.49 -chemins chemin nom m p 125.18 231.42 10.85 33.92 -cheminèrent cheminer ver 0.87 8.99 0.00 0.14 ind:pas:3p; -cheminé cheminer ver m s 0.87 8.99 0.11 1.15 par:pas; -cheminée cheminée nom f s 11.39 43.99 9.99 36.28 -cheminées cheminée nom f p 11.39 43.99 1.40 7.70 -chemise chemise nom f s 43.66 91.42 36.48 74.59 -chemiser chemiser ver 0.21 0.07 0.14 0.07 inf; -chemiserie chemiserie nom f s 0.16 0.14 0.16 0.14 -chemises chemise nom f p 43.66 91.42 7.18 16.82 -chemisette chemisette nom f s 0.16 4.12 0.15 2.77 -chemisettes chemisette nom f p 0.16 4.12 0.01 1.35 -chemisier chemisier nom m s 4.00 7.97 3.77 6.76 -chemisiers chemisier nom m p 4.00 7.97 0.23 1.22 -chemisée chemiser ver f s 0.21 0.07 0.02 0.00 par:pas; -chemisées chemiser ver f p 0.21 0.07 0.05 0.00 par:pas; -chenal chenal nom m s 0.24 4.73 0.20 3.65 -chenapan chenapan nom m s 1.08 0.88 0.72 0.41 -chenapans chenapan nom m p 1.08 0.88 0.36 0.47 -chenaux chenal nom m p 0.24 4.73 0.04 1.08 -chenet chenet nom m s 0.06 0.81 0.01 0.14 -chenets chenet nom m p 0.06 0.81 0.04 0.68 -chenil chenil nom m s 1.40 3.24 1.30 2.77 -chenille chenille nom f s 2.14 5.68 1.38 2.50 -chenilles chenille nom f p 2.14 5.68 0.76 3.18 -chenillette chenillette nom f s 0.06 0.34 0.06 0.07 -chenillettes chenillette nom f p 0.06 0.34 0.00 0.27 -chenillé chenillé adj m s 0.00 0.14 0.00 0.07 -chenillés chenillé adj m p 0.00 0.14 0.00 0.07 -chenils chenil nom m p 1.40 3.24 0.09 0.47 -chenu chenu adj m s 0.26 1.22 0.14 0.54 -chenue chenu adj f s 0.26 1.22 0.01 0.34 -chenues chenu adj f p 0.26 1.22 0.10 0.14 -chenus chenu adj m p 0.26 1.22 0.00 0.20 -cheptel cheptel nom m s 0.09 1.35 0.09 1.35 -cher cher adj m s 205.75 133.65 130.70 90.47 -chercha chercher ver 712.46 448.99 0.96 27.03 ind:pas:3s; -cherchai chercher ver 712.46 448.99 0.92 4.93 ind:pas:1s; -cherchaient chercher ver 712.46 448.99 4.01 11.76 ind:imp:3p; -cherchais chercher ver 712.46 448.99 26.40 15.34 ind:imp:1s;ind:imp:2s; -cherchait chercher ver 712.46 448.99 16.27 52.50 ind:imp:3s; -cherchant chercher ver 712.46 448.99 5.90 31.62 par:pre; -cherchas chercher ver 712.46 448.99 0.00 0.07 ind:pas:2s; -cherche_midi cherche_midi nom m 0.01 0.27 0.01 0.27 -cherche chercher ver 712.46 448.99 150.75 66.69 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:1s;sub:pre:3s; -cherchent chercher ver 712.46 448.99 17.53 12.09 ind:pre:3p;sub:pre:3p; -chercher chercher ver 712.46 448.99 341.01 172.36 inf;;inf;;inf;; -cherchera chercher ver 712.46 448.99 2.11 1.01 ind:fut:3s; -chercherai chercher ver 712.46 448.99 2.39 0.74 ind:fut:1s; -chercheraient chercher ver 712.46 448.99 0.40 0.47 cnd:pre:3p; -chercherais chercher ver 712.46 448.99 1.52 0.54 cnd:pre:1s;cnd:pre:2s; -chercherait chercher ver 712.46 448.99 1.06 1.69 cnd:pre:3s; -chercheras chercher ver 712.46 448.99 0.50 0.14 ind:fut:2s; -chercherez chercher ver 712.46 448.99 0.19 0.07 ind:fut:2p; -chercheriez chercher ver 712.46 448.99 0.04 0.14 cnd:pre:2p; -chercherions chercher ver 712.46 448.99 0.00 0.14 cnd:pre:1p; -chercherons chercher ver 712.46 448.99 0.86 0.20 ind:fut:1p; -chercheront chercher ver 712.46 448.99 1.04 0.81 ind:fut:3p; -cherches chercher ver 712.46 448.99 36.45 5.81 ind:pre:2s;sub:pre:2s; -chercheur chercheur nom m s 5.71 3.78 2.66 1.76 -chercheurs chercheur nom m p 5.71 3.78 2.58 1.96 -chercheuse chercheur nom f s 5.71 3.78 0.48 0.07 -chercheuses chercheur adj f p 1.35 0.81 0.06 0.00 -cherchez chercher ver 712.46 448.99 42.95 7.36 imp:pre:2p;ind:pre:2p; -cherchiez chercher ver 712.46 448.99 4.79 0.74 ind:imp:2p;sub:pre:2p; -cherchions chercher ver 712.46 448.99 2.04 2.03 ind:imp:1p;sub:pre:1p; -cherchâmes chercher ver 712.46 448.99 0.00 0.20 ind:pas:1p; -cherchons chercher ver 712.46 448.99 13.13 2.03 imp:pre:1p;ind:pre:1p; -cherchât chercher ver 712.46 448.99 0.00 0.95 sub:imp:3s; -cherchèrent chercher ver 712.46 448.99 0.19 2.03 ind:pas:3p; -cherché chercher ver m s 712.46 448.99 32.27 24.53 par:pas; -cherchée chercher ver f s 712.46 448.99 5.56 2.03 par:pas; -cherchées chercher ver f p 712.46 448.99 0.43 0.54 par:pas; -cherchés chercher ver m p 712.46 448.99 0.81 0.41 par:pas; -chergui chergui nom m s 0.00 0.74 0.00 0.74 -cherokee cherokee nom m s 0.34 0.27 0.21 0.07 -cherokees cherokee nom m p 0.34 0.27 0.13 0.20 -cherres cherrer ver 0.00 0.07 0.00 0.07 ind:pre:2s; -cherry cherry nom m s 0.13 0.34 0.13 0.34 -chers cher adj m p 205.75 133.65 28.61 13.99 -cherté cherté nom f s 0.00 0.47 0.00 0.47 -chester chester nom m s 0.12 0.07 0.12 0.07 -chevai chever ver 0.45 0.00 0.45 0.00 ind:pas:1s; -cheval_vapeur cheval_vapeur nom m s 0.03 0.20 0.02 0.07 -cheval cheval nom m s 129.12 179.26 85.42 110.27 -chevaler chevaler ver 0.00 0.14 0.00 0.07 inf; -chevaleresque chevaleresque adj s 0.40 1.22 0.39 0.95 -chevaleresquement chevaleresquement adv 0.00 0.07 0.00 0.07 -chevaleresques chevaleresque adj m p 0.40 1.22 0.01 0.27 -chevalerie chevalerie nom f s 0.77 2.23 0.77 2.09 -chevaleries chevalerie nom f p 0.77 2.23 0.00 0.14 -chevalet chevalet nom m s 0.53 6.22 0.47 4.93 -chevalets chevalet nom m p 0.53 6.22 0.05 1.28 -chevalier chevalier nom m s 15.91 36.15 10.77 21.89 -chevaliers chevalier nom m p 15.91 36.15 5.14 14.26 -chevalin chevalin adj m s 0.18 1.82 0.03 0.68 -chevaline chevalin adj f s 0.18 1.82 0.14 1.01 -chevalins chevalin adj m p 0.18 1.82 0.00 0.14 -chevalière chevalière nom f s 0.47 2.97 0.45 2.43 -chevalières chevalière nom f p 0.47 2.97 0.02 0.54 -chevalée chevaler ver f s 0.00 0.14 0.00 0.07 par:pas; -chevance chevance nom f s 0.00 0.20 0.00 0.20 -chevau_léger chevau_léger nom m s 0.01 0.14 0.01 0.14 -chevaucha chevaucher ver 3.67 12.77 0.01 0.34 ind:pas:3s; -chevauchaient chevaucher ver 3.67 12.77 0.17 1.62 ind:imp:3p; -chevauchais chevaucher ver 3.67 12.77 0.05 0.07 ind:imp:1s;ind:imp:2s; -chevauchait chevaucher ver 3.67 12.77 0.22 1.69 ind:imp:3s; -chevauchant chevaucher ver 3.67 12.77 0.30 2.09 par:pre; -chevauche chevaucher ver 3.67 12.77 0.79 1.42 imp:pre:2s;ind:pre:1s;ind:pre:3s; -chevauchement chevauchement nom m s 0.14 0.14 0.14 0.14 -chevauchent chevaucher ver 3.67 12.77 0.18 1.69 ind:pre:3p; -chevaucher chevaucher ver 3.67 12.77 1.00 2.16 inf; -chevauchera chevaucher ver 3.67 12.77 0.02 0.00 ind:fut:3s; -chevaucherai chevaucher ver 3.67 12.77 0.26 0.00 ind:fut:1s; -chevaucheraient chevaucher ver 3.67 12.77 0.00 0.07 cnd:pre:3p; -chevaucheur chevaucheur nom m s 0.00 0.07 0.00 0.07 -chevauchez chevaucher ver 3.67 12.77 0.08 0.00 imp:pre:2p;ind:pre:2p; -chevauchons chevaucher ver 3.67 12.77 0.09 0.14 imp:pre:1p;ind:pre:1p; -chevauchèrent chevaucher ver 3.67 12.77 0.00 0.27 ind:pas:3p; -chevauché chevaucher ver m s 3.67 12.77 0.35 0.61 par:pas; -chevauchée chevauchée nom f s 0.56 4.19 0.42 2.50 -chevauchées chevauchée nom f p 0.56 4.19 0.14 1.69 -chevauchés chevaucher ver m p 3.67 12.77 0.00 0.14 par:pas; -cheval_vapeur cheval_vapeur nom m p 0.03 0.20 0.01 0.14 -chevaux cheval nom m p 129.12 179.26 43.70 68.99 -chevelu chevelu adj m s 1.53 4.66 1.31 2.36 -chevelue chevelu adj f s 1.53 4.66 0.04 0.81 -chevelues chevelu adj f p 1.53 4.66 0.00 0.34 -chevelure chevelure nom f s 2.52 27.50 2.50 25.07 -chevelures chevelure nom f p 2.52 27.50 0.02 2.43 -chevelus chevelu adj m p 1.53 4.66 0.18 1.15 -chevesne chevesne nom m s 0.02 1.35 0.02 0.95 -chevesnes chevesne nom m p 0.02 1.35 0.00 0.41 -chevet chevet nom m s 3.27 18.92 3.27 18.51 -chevets chevet nom m p 3.27 18.92 0.00 0.41 -cheveu cheveu nom m s 121.27 270.68 5.11 7.50 -cheveux cheveu nom m p 121.27 270.68 116.16 263.18 -chevillage chevillage nom m s 0.00 0.07 0.00 0.07 -chevillard chevillard nom m s 0.00 0.14 0.00 0.07 -chevillards chevillard nom m p 0.00 0.14 0.00 0.07 -cheville cheville nom f s 12.24 22.16 8.79 8.99 -chevilles cheville nom f p 12.24 22.16 3.45 13.18 -chevillette chevillette nom f s 0.10 0.07 0.10 0.07 -chevillé cheviller ver m s 0.16 0.88 0.14 0.41 par:pas; -chevillée cheviller ver f s 0.16 0.88 0.01 0.41 par:pas; -chevillées cheviller ver f p 0.16 0.88 0.00 0.07 par:pas; -cheviotte cheviotte nom f s 0.00 0.20 0.00 0.20 -chevir chevir ver 0.27 0.00 0.27 0.00 inf; -chevreau chevreau nom m s 0.84 3.38 0.44 2.36 -chevreaux chevreau nom m p 0.84 3.38 0.40 1.01 -chevrette chevrette nom f s 0.11 0.81 0.11 0.68 -chevrettes chevrette nom f p 0.11 0.81 0.00 0.14 -chevreuil chevreuil nom m s 1.58 5.14 1.31 2.97 -chevreuils chevreuil nom m p 1.58 5.14 0.26 2.16 -chevrier chevrier nom m s 0.35 0.27 0.20 0.14 -chevriers chevrier nom m p 0.35 0.27 0.14 0.07 -chevrière chevrier nom f s 0.35 0.27 0.00 0.07 -chevron chevron nom m s 1.36 2.50 0.96 0.41 -chevronné chevronné adj m s 0.31 1.01 0.11 0.47 -chevronnée chevronner ver f s 0.04 0.14 0.00 0.07 par:pas; -chevronnés chevronné adj m p 0.31 1.01 0.20 0.54 -chevrons chevron nom m p 1.36 2.50 0.40 2.09 -chevrota chevroter ver 0.03 1.28 0.00 0.20 ind:pas:3s; -chevrotais chevroter ver 0.03 1.28 0.00 0.07 ind:imp:1s; -chevrotait chevroter ver 0.03 1.28 0.00 0.34 ind:imp:3s; -chevrotant chevroter ver 0.03 1.28 0.00 0.07 par:pre; -chevrotante chevrotant adj f s 0.14 1.15 0.14 1.15 -chevrote chevroter ver 0.03 1.28 0.01 0.27 ind:pre:1s;ind:pre:3s; -chevrotement chevrotement nom m s 0.00 0.41 0.00 0.34 -chevrotements chevrotement nom m p 0.00 0.41 0.00 0.07 -chevroter chevroter ver 0.03 1.28 0.02 0.20 inf; -chevrotine chevrotine nom f s 0.78 1.42 0.43 0.54 -chevrotines chevrotine nom f p 0.78 1.42 0.35 0.88 -chevroté chevroter ver m s 0.03 1.28 0.00 0.07 par:pas; -chevrotée chevroter ver f s 0.03 1.28 0.00 0.07 par:pas; -chevêche chevêche nom f s 0.00 0.41 0.00 0.27 -chevêches chevêche nom f p 0.00 0.41 0.00 0.14 -chewing_gum chewing_gum nom m s 0.01 3.58 0.00 3.11 -chewing_gum chewing_gum nom m p 0.01 3.58 0.01 0.41 -chewing_gum chewing_gum nom m s 0.01 3.58 0.00 0.07 -chez_soi chez_soi nom m 0.31 0.41 0.31 0.41 -chez chez pre 842.18 680.54 842.18 680.54 -chi chi nom m s 1.29 0.54 1.29 0.54 -chia chier ver 67.53 22.64 0.02 0.00 ind:pas:3s; -chiader chiader ver 0.14 0.47 0.05 0.14 inf; -chiadé chiader ver m s 0.14 0.47 0.06 0.27 par:pas; -chiadée chiader ver f s 0.14 0.47 0.02 0.00 par:pas; -chiadées chiader ver f p 0.14 0.47 0.01 0.07 par:pas; -chiaient chier ver 67.53 22.64 0.39 0.00 ind:imp:3p; -chiais chier ver 67.53 22.64 1.30 0.00 ind:imp:1s;ind:imp:2s; -chiait chier ver 67.53 22.64 0.12 0.07 ind:imp:3s; -chiala chialer ver 7.25 13.78 0.00 0.07 ind:pas:3s; -chialaient chialer ver 7.25 13.78 0.01 0.00 ind:imp:3p; -chialais chialer ver 7.25 13.78 0.17 0.41 ind:imp:1s;ind:imp:2s; -chialait chialer ver 7.25 13.78 0.20 0.74 ind:imp:3s; -chialant chialer ver 7.25 13.78 0.01 0.74 par:pre; -chiale chialer ver 7.25 13.78 1.28 3.51 imp:pre:2s;ind:pre:1s;ind:pre:3s; -chialent chialer ver 7.25 13.78 0.34 0.14 ind:pre:3p; -chialer chialer ver 7.25 13.78 4.01 6.28 inf; -chialera chialer ver 7.25 13.78 0.03 0.00 ind:fut:3s; -chialeraient chialer ver 7.25 13.78 0.00 0.07 cnd:pre:3p; -chialerais chialer ver 7.25 13.78 0.11 0.20 cnd:pre:1s; -chialerait chialer ver 7.25 13.78 0.00 0.07 cnd:pre:3s; -chialeras chialer ver 7.25 13.78 0.00 0.07 ind:fut:2s; -chialeries chialerie nom f p 0.00 0.07 0.00 0.07 -chiales chialer ver 7.25 13.78 0.72 0.47 ind:pre:2s; -chialeur chialeur nom m s 0.04 0.07 0.03 0.00 -chialeuse chialeur nom f s 0.04 0.07 0.01 0.07 -chialez chialer ver 7.25 13.78 0.01 0.00 ind:pre:2p; -chialèrent chialer ver 7.25 13.78 0.00 0.07 ind:pas:3p; -chialé chialer ver m s 7.25 13.78 0.35 0.95 par:pas; -chiant chiant adj m s 11.89 2.84 8.46 1.01 -chiante chiant adj f s 11.89 2.84 2.09 1.08 -chiantes chiant adj f p 11.89 2.84 0.30 0.20 -chianti chianti nom m s 0.32 0.95 0.32 0.95 -chiants chiant adj m p 11.89 2.84 1.03 0.54 -chiard chiard nom m s 0.68 0.54 0.47 0.14 -chiards chiard nom m p 0.68 0.54 0.22 0.41 -chiasma chiasma nom m s 0.01 0.07 0.01 0.07 -chiasme chiasme nom m s 0.01 0.00 0.01 0.00 -chiasse chiasse nom f s 0.94 1.49 0.81 1.28 -chiasses chiasse nom f p 0.94 1.49 0.14 0.20 -chiasseux chiasseux adj m s 0.02 0.20 0.02 0.20 -chiatique chiatique adj s 0.11 0.20 0.11 0.14 -chiatiques chiatique adj m p 0.11 0.20 0.00 0.07 -chibouk chibouk nom m s 0.00 0.34 0.00 0.34 -chibre chibre nom m s 0.25 0.74 0.25 0.74 -chic_type chic_type adj m s 0.01 0.00 0.01 0.00 -chic chic ono 1.20 0.68 1.20 0.68 -chica chica nom f s 0.71 0.07 0.68 0.07 -chicanait chicaner ver 0.59 0.68 0.01 0.07 ind:imp:3s; -chicanant chicaner ver 0.59 0.68 0.01 0.07 par:pre; -chicane chicane nom f s 0.45 2.16 0.41 1.22 -chicanent chicaner ver 0.59 0.68 0.00 0.07 ind:pre:3p; -chicaner chicaner ver 0.59 0.68 0.24 0.20 inf; -chicaneries chicanerie nom f p 0.03 0.00 0.03 0.00 -chicanerons chicaner ver 0.59 0.68 0.00 0.07 ind:fut:1p; -chicanes chicane nom f p 0.45 2.16 0.04 0.95 -chicaneur chicaneur nom m s 0.21 0.00 0.21 0.00 -chicanez chicaner ver 0.59 0.68 0.18 0.00 imp:pre:2p;ind:pre:2p; -chicanier chicanier adj m s 0.00 0.20 0.00 0.14 -chicaniers chicanier nom m p 0.01 0.07 0.01 0.07 -chicanière chicanier adj f s 0.00 0.20 0.00 0.07 -chicano chicano adj m s 0.13 0.00 0.11 0.00 -chicanons chicaner ver 0.59 0.68 0.05 0.00 imp:pre:1p; -chicanos chicano nom m p 0.25 0.07 0.19 0.00 -chicané chicaner ver m s 0.59 0.68 0.03 0.00 par:pas; -chicanées chicaner ver f p 0.59 0.68 0.00 0.07 par:pas; -chicas chica nom f p 0.71 0.07 0.03 0.00 -chiche_kebab chiche_kebab nom m s 0.24 0.07 0.24 0.07 -chiche chiche ono 0.75 0.74 0.75 0.74 -chichement chichement adv 0.04 1.42 0.04 1.42 -chiches chiche adj p 3.62 3.18 2.12 1.22 -chichi chichi nom m s 1.46 5.00 0.55 3.04 -chichis chichi nom m p 1.46 5.00 0.91 1.96 -chichiteuse chichiteux adj f s 0.02 0.68 0.01 0.34 -chichiteuses chichiteux adj f p 0.02 0.68 0.00 0.27 -chichiteux chichiteux adj m p 0.02 0.68 0.01 0.07 -chicon chicon nom m s 0.05 0.00 0.05 0.00 -chicore chicorer ver 0.00 0.61 0.00 0.27 ind:pre:1s;ind:pre:3s; -chicorent chicorer ver 0.00 0.61 0.00 0.14 ind:pre:3p; -chicorer chicorer ver 0.00 0.61 0.00 0.07 inf; -chicores chicorer ver 0.00 0.61 0.00 0.07 ind:pre:2s; -chicoré chicorer ver m s 0.00 0.61 0.00 0.07 par:pas; -chicorée chicorée nom f s 0.59 1.69 0.59 1.42 -chicorées chicorée nom f p 0.59 1.69 0.00 0.27 -chicot chicot nom m s 0.22 3.58 0.14 0.14 -chicote chicot nom f s 0.22 3.58 0.03 0.54 -chicoter chicoter ver 0.00 0.14 0.00 0.07 inf; -chicotin chicotin nom m s 0.01 0.00 0.01 0.00 -chicots chicot nom m p 0.22 3.58 0.06 2.91 -chicotte chicotte nom f s 0.00 0.07 0.00 0.07 -chicoté chicoter ver m s 0.00 0.14 0.00 0.07 par:pas; -chics chic adj p 19.57 14.32 1.95 1.82 -chie chier ver 67.53 22.64 4.31 1.69 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:1s; -chien_assis chien_assis nom m 0.00 0.07 0.00 0.07 -chien_loup chien_loup nom m s 0.27 1.08 0.14 1.08 -chien_robot chien_robot nom m s 0.01 0.00 0.01 0.00 -chien_étoile chien_étoile nom m s 0.00 0.07 0.00 0.07 -chien chien nom m s 222.38 184.59 158.77 117.64 -chienchien chienchien nom m s 0.30 0.20 0.30 0.14 -chienchiens chienchien nom m p 0.30 0.20 0.00 0.07 -chiendent chiendent nom m s 0.69 2.16 0.69 2.16 -chienlit chienlit nom s 0.60 0.74 0.60 0.74 -chiennasse chienner ver 0.00 0.07 0.00 0.07 sub:imp:1s; -chienne chien nom f s 222.38 184.59 12.84 11.55 -chiennerie chiennerie nom f s 0.30 0.68 0.30 0.61 -chienneries chiennerie nom f p 0.30 0.68 0.00 0.07 -chiennes chienne nom f p 1.15 0.00 1.15 0.00 -chien_loup chien_loup nom m p 0.27 1.08 0.12 0.00 -chiens chien nom m p 222.38 184.59 50.76 54.53 -chient chier ver 67.53 22.64 0.89 0.34 ind:pre:3p; -chier chier ver 67.53 22.64 53.30 18.11 inf; -chiera chier ver 67.53 22.64 0.15 0.27 ind:fut:3s; -chierai chier ver 67.53 22.64 0.24 0.00 ind:fut:1s; -chierais chier ver 67.53 22.64 0.08 0.00 cnd:pre:1s;cnd:pre:2s; -chieras chier ver 67.53 22.64 0.06 0.00 ind:fut:2s; -chierez chier ver 67.53 22.64 0.02 0.00 ind:fut:2p; -chierie chierie nom f s 0.53 0.88 0.39 0.74 -chieries chierie nom f p 0.53 0.88 0.14 0.14 -chieront chier ver 67.53 22.64 0.15 0.00 ind:fut:3p; -chies chier ver 67.53 22.64 1.22 0.14 ind:pre:2s; -chieur chieur nom m s 2.29 0.88 0.96 0.34 -chieurs chieur nom m p 2.29 0.88 0.22 0.07 -chieuse chieur nom f s 2.29 0.88 1.11 0.47 -chieuses chieuse nom f p 0.01 0.00 0.01 0.00 -chiez chier ver 67.53 22.64 0.21 0.20 imp:pre:2p;ind:pre:2p; -chiffe chiffe nom f s 0.89 1.62 0.81 1.55 -chiffes chiffe nom f p 0.89 1.62 0.09 0.07 -chiffon chiffon nom m s 6.11 18.99 3.67 10.41 -chiffonna chiffonner ver 1.65 2.30 0.00 0.20 ind:pas:3s; -chiffonnade chiffonnade nom f s 0.02 0.14 0.02 0.07 -chiffonnades chiffonnade nom f p 0.02 0.14 0.00 0.07 -chiffonnaient chiffonner ver 1.65 2.30 0.01 0.07 ind:imp:3p; -chiffonnait chiffonner ver 1.65 2.30 0.06 0.61 ind:imp:3s; -chiffonnant chiffonner ver 1.65 2.30 0.01 0.14 par:pre; -chiffonne chiffonner ver 1.65 2.30 1.35 0.34 imp:pre:2s;ind:pre:1s;ind:pre:3s; -chiffonner chiffonner ver 1.65 2.30 0.06 0.34 inf; -chiffonnier chiffonnier nom m s 0.99 3.58 0.76 1.62 -chiffonniers chiffonnier nom m p 0.99 3.58 0.13 1.35 -chiffonnière chiffonnier nom f s 0.99 3.58 0.10 0.54 -chiffonnières chiffonnière nom f p 0.01 0.00 0.01 0.00 -chiffonné chiffonné adj m s 0.98 2.16 0.60 0.88 -chiffonnée chiffonné adj f s 0.98 2.16 0.25 0.41 -chiffonnées chiffonné adj f p 0.98 2.16 0.00 0.47 -chiffonnés chiffonné adj m p 0.98 2.16 0.14 0.41 -chiffons chiffon nom m p 6.11 18.99 2.43 8.58 -chiffrable chiffrable adj s 0.01 0.00 0.01 0.00 -chiffrage chiffrage nom m s 0.00 0.07 0.00 0.07 -chiffrait chiffrer ver 0.64 1.01 0.00 0.07 ind:imp:3s; -chiffrant chiffrer ver 0.64 1.01 0.02 0.00 par:pre; -chiffre chiffre nom m s 27.28 33.11 9.38 12.70 -chiffrement chiffrement nom m s 0.13 0.00 0.13 0.00 -chiffrent chiffrer ver 0.64 1.01 0.02 0.07 ind:pre:3p; -chiffrer chiffrer ver 0.64 1.01 0.19 0.27 inf; -chiffres_clé chiffres_clé nom m p 0.00 0.07 0.00 0.07 -chiffres chiffre nom m p 27.28 33.11 17.90 20.41 -chiffreur chiffreur nom m s 0.02 0.00 0.01 0.00 -chiffreuse chiffreur nom f s 0.02 0.00 0.01 0.00 -chiffré chiffré adj m s 0.07 1.35 0.05 0.41 -chiffrée chiffrer ver f s 0.64 1.01 0.16 0.00 par:pas; -chiffrées chiffré adj f p 0.07 1.35 0.00 0.20 -chiffrés chiffrer ver m p 0.64 1.01 0.01 0.14 par:pas; -chignole chignole nom f s 0.31 0.47 0.30 0.34 -chignoles chignole nom f p 0.31 0.47 0.01 0.14 -chignon chignon nom m s 1.31 12.77 1.29 11.76 -chignons chignon nom m p 1.31 12.77 0.02 1.01 -chihuahua chihuahua nom m s 0.38 0.07 0.30 0.07 -chihuahuas chihuahua nom m p 0.38 0.07 0.07 0.00 -chiites chiite nom p 0.00 0.07 0.00 0.07 -chiles chile nom m p 0.03 0.00 0.03 0.00 -chili chili nom m s 2.21 0.14 2.18 0.07 -chilien chilien adj m s 2.21 1.28 1.03 0.07 -chilienne chilien adj f s 2.21 1.28 0.58 0.68 -chiliennes chilien adj f p 2.21 1.28 0.16 0.14 -chiliens chilien nom m p 0.83 0.20 0.64 0.00 -chilis chili nom m p 2.21 0.14 0.04 0.07 -chilom chilom nom m s 0.10 0.00 0.10 0.00 -chimie chimie nom f s 5.29 5.20 5.28 5.00 -chimies chimie nom f p 5.29 5.20 0.01 0.20 -chimiothérapie chimiothérapie nom f s 1.05 0.14 1.05 0.14 -chimique chimique adj s 10.51 4.59 5.40 1.96 -chimiquement chimiquement adv 0.54 0.34 0.54 0.34 -chimiques chimique adj p 10.51 4.59 5.11 2.64 -chimiste chimiste nom s 1.90 1.55 1.60 1.15 -chimistes chimiste nom p 1.90 1.55 0.30 0.41 -chimpanzé chimpanzé nom m s 2.35 1.69 1.96 1.15 -chimpanzés chimpanzé nom m p 2.35 1.69 0.39 0.54 -chimère chimère nom f s 2.94 5.54 1.74 2.23 -chimères chimère nom f p 2.94 5.54 1.21 3.31 -chimérique chimérique adj s 0.55 2.23 0.52 1.15 -chimériquement chimériquement adv 0.00 0.07 0.00 0.07 -chimériques chimérique adj p 0.55 2.23 0.03 1.08 -china chiner ver 0.81 8.45 0.76 7.57 ind:pas:3s; -chinaient chiner ver 0.81 8.45 0.00 0.07 ind:imp:3p; -chinait chiner ver 0.81 8.45 0.00 0.14 ind:imp:3s; -chinant chiner ver 0.81 8.45 0.00 0.07 par:pre; -chinchard chinchard nom m s 0.00 0.07 0.00 0.07 -chinchilla chinchilla nom m s 0.13 0.41 0.12 0.34 -chinchillas chinchilla nom m p 0.13 0.41 0.01 0.07 -chine chine nom s 0.67 0.54 0.67 0.54 -chiner chiner ver 0.81 8.45 0.04 0.14 inf; -chinera chiner ver 0.81 8.45 0.01 0.00 ind:fut:3s; -chinetoque chinetoque nom m s 1.80 1.01 1.06 0.61 -chinetoques chinetoque nom m p 1.80 1.01 0.74 0.41 -chineur chineur nom m s 0.01 0.34 0.00 0.20 -chineurs chineur nom m p 0.01 0.34 0.01 0.14 -chinois chinois nom m s 24.73 16.22 21.88 14.59 -chinoise chinois adj f s 21.34 25.14 5.47 5.14 -chinoiser chinoiser ver 0.14 0.07 0.14 0.07 inf; -chinoiserie chinoiserie nom f s 0.31 0.68 0.00 0.20 -chinoiseries chinoiserie nom f p 0.31 0.68 0.31 0.47 -chinoises chinois adj f p 21.34 25.14 1.25 3.38 -chinook chinook nom m s 0.05 0.27 0.05 0.27 -chintz chintz nom m 0.09 0.27 0.09 0.27 -chiné chiné adj m s 0.03 0.41 0.03 0.20 -chinée chiné adj f s 0.03 0.41 0.00 0.14 -chinées chiner ver f p 0.81 8.45 0.00 0.14 par:pas; -chinés chiné adj m p 0.03 0.41 0.00 0.07 -chiot chiot nom m s 5.67 2.70 3.98 1.49 -chiots chiot nom m p 5.67 2.70 1.70 1.22 -chiotte chiotte nom f s 12.86 14.73 1.20 1.42 -chiottes chiotte nom f p 12.86 14.73 11.66 13.31 -chiourme chiourme nom f s 0.00 0.20 0.00 0.20 -chip chip nom s 2.51 0.00 2.51 0.00 -chipa chiper ver 2.34 2.97 0.00 0.14 ind:pas:3s; -chipaient chiper ver 2.34 2.97 0.00 0.14 ind:imp:3p; -chipais chiper ver 2.34 2.97 0.01 0.07 ind:imp:1s; -chipait chiper ver 2.34 2.97 0.14 0.34 ind:imp:3s; -chipant chiper ver 2.34 2.97 0.00 0.07 par:pre; -chipe chiper ver 2.34 2.97 0.45 0.07 imp:pre:2s;ind:pre:1s;ind:pre:3s; -chiper chiper ver 2.34 2.97 0.89 0.95 inf; -chiperaient chiper ver 2.34 2.97 0.01 0.00 cnd:pre:3p; -chiperiez chiper ver 2.34 2.97 0.01 0.00 cnd:pre:2p; -chipeur chipeur adj m s 0.00 0.07 0.00 0.07 -chipez chiper ver 2.34 2.97 0.02 0.00 imp:pre:2p;ind:pre:2p; -chipie chipie nom f s 0.76 0.88 0.58 0.68 -chipies chipie nom f p 0.76 0.88 0.18 0.20 -chipolata chipolata nom f s 0.23 0.47 0.03 0.27 -chipolatas chipolata nom f p 0.23 0.47 0.20 0.20 -chipota chipoter ver 0.50 1.22 0.00 0.07 ind:pas:3s; -chipotage chipotage nom m s 0.04 0.20 0.03 0.14 -chipotages chipotage nom m p 0.04 0.20 0.02 0.07 -chipotais chipoter ver 0.50 1.22 0.00 0.07 ind:imp:1s; -chipotait chipoter ver 0.50 1.22 0.02 0.34 ind:imp:3s; -chipotant chipoter ver 0.50 1.22 0.00 0.07 par:pre; -chipote chipoter ver 0.50 1.22 0.08 0.27 imp:pre:2s;ind:pre:1s;ind:pre:3s; -chipotent chipoter ver 0.50 1.22 0.04 0.00 ind:pre:3p; -chipoter chipoter ver 0.50 1.22 0.27 0.27 inf; -chipotes chipoter ver 0.50 1.22 0.05 0.00 ind:pre:2s; -chipoteur chipoteur adj m s 0.00 0.20 0.00 0.14 -chipoteuse chipoteur adj f s 0.00 0.20 0.00 0.07 -chipotez chipoter ver 0.50 1.22 0.01 0.00 imp:pre:2p; -chipotons chipoter ver 0.50 1.22 0.03 0.07 imp:pre:1p; -chipoté chipoter ver m s 0.50 1.22 0.00 0.07 par:pas; -chippendale chippendale nom m s 0.12 0.00 0.01 0.00 -chippendales chippendale nom m p 0.12 0.00 0.10 0.00 -chips chips nom p 6.72 0.95 6.72 0.95 -chipèrent chiper ver 2.34 2.97 0.00 0.07 ind:pas:3p; -chipé chiper ver m s 2.34 2.97 0.60 0.74 par:pas; -chipée chiper ver f s 2.34 2.97 0.18 0.14 par:pas; -chipées chiper ver f p 2.34 2.97 0.01 0.14 par:pas; -chipés chiper ver m p 2.34 2.97 0.03 0.14 par:pas; -chiquaient chiquer ver 0.50 2.70 0.00 0.14 ind:imp:3p; -chiquait chiquer ver 0.50 2.70 0.05 0.20 ind:imp:3s; -chiquant chiquer ver 0.50 2.70 0.00 0.47 par:pre; -chique chique nom f s 0.40 2.23 0.24 2.16 -chiquement chiquement adv 0.01 0.14 0.01 0.14 -chiquenaude chiquenaude nom f s 0.03 1.22 0.03 1.15 -chiquenaudes chiquenaude nom f p 0.03 1.22 0.00 0.07 -chiquent chiquer ver 0.50 2.70 0.02 0.00 ind:pre:3p; -chiquer chiquer ver 0.50 2.70 0.16 1.35 inf; -chiquerai chiquer ver 0.50 2.70 0.00 0.07 ind:fut:1s; -chiqueront chiquer ver 0.50 2.70 0.00 0.07 ind:fut:3p; -chiques chique nom f p 0.40 2.23 0.16 0.07 -chiqueur chiqueur nom m s 0.01 0.27 0.01 0.07 -chiqueurs chiqueur nom m p 0.01 0.27 0.00 0.14 -chiqueuses chiqueur nom f p 0.01 0.27 0.00 0.07 -chiqué chiqué nom m s 0.58 1.08 0.58 1.01 -chiqués chiqué nom m p 0.58 1.08 0.00 0.07 -chiraquien chiraquien adj m s 0.00 0.07 0.00 0.07 -chiricahua chiricahua adj s 0.10 0.00 0.05 0.00 -chiricahuas chiricahua nom p 0.19 0.00 0.16 0.00 -chiromancie chiromancie nom f s 0.02 0.07 0.02 0.07 -chiromancien chiromancien nom m s 0.16 0.20 0.00 0.07 -chiromancienne chiromancien nom f s 0.16 0.20 0.14 0.07 -chiromanciens chiromancien nom m p 0.16 0.20 0.03 0.07 -chiropracteur chiropracteur nom m s 0.57 0.00 0.57 0.00 -chiropraticien chiropraticien nom m s 0.06 0.00 0.04 0.00 -chiropraticienne chiropraticien nom f s 0.06 0.00 0.02 0.00 -chiropratique chiropratique nom f s 0.02 0.00 0.02 0.00 -chiropraxie chiropraxie nom f s 0.07 0.00 0.07 0.00 -chiroptère chiroptère nom m s 0.03 0.00 0.03 0.00 -chiroubles chiroubles nom m 0.00 0.20 0.00 0.20 -chirurgical chirurgical adj m s 3.60 2.16 1.23 0.54 -chirurgicale chirurgical adj f s 3.60 2.16 1.84 1.01 -chirurgicalement chirurgicalement adv 0.33 0.20 0.33 0.20 -chirurgicales chirurgical adj f p 3.60 2.16 0.27 0.41 -chirurgicaux chirurgical adj m p 3.60 2.16 0.26 0.20 -chirurgie chirurgie nom f s 11.84 2.03 11.74 2.03 -chirurgien_dentiste chirurgien_dentiste nom s 0.02 0.27 0.02 0.27 -chirurgien chirurgien nom m s 15.57 8.45 12.38 6.89 -chirurgienne chirurgien nom f s 15.57 8.45 0.27 0.00 -chirurgiens chirurgien nom m p 15.57 8.45 2.92 1.55 -chirurgies chirurgie nom f p 11.84 2.03 0.10 0.00 -chisel chisel nom m s 0.01 0.00 0.01 0.00 -chistera chistera nom m s 0.11 0.00 0.11 0.00 -chitine chitine nom f s 0.01 0.07 0.01 0.07 -chitineux chitineux adj m p 0.00 0.07 0.00 0.07 -chiton chiton nom m s 0.00 0.07 0.00 0.07 -chié chier ver m s 67.53 22.64 3.72 1.49 par:pas; -chiée chiée nom f s 0.22 0.95 0.22 0.47 -chiées chier ver f p 67.53 22.64 0.01 0.00 par:pas; -chiure chiure nom f s 0.56 1.08 0.42 0.27 -chiures chiure nom f p 0.56 1.08 0.14 0.81 -chiés chier ver m p 67.53 22.64 0.01 0.00 par:pas; -chlamyde chlamyde nom f s 0.00 0.20 0.00 0.20 -chlamydia chlamydia nom f s 0.42 0.00 0.30 0.00 -chlamydiae chlamydia nom f p 0.42 0.00 0.12 0.00 -chlass chlass adj 0.03 0.00 0.03 0.00 -chleuh chleuh nom m s 0.22 0.54 0.04 0.07 -chleuhs chleuh nom m p 0.22 0.54 0.18 0.47 -chlingue chlinguer ver 0.21 0.07 0.18 0.07 ind:pre:1s;ind:pre:3s; -chlinguer chlinguer ver 0.21 0.07 0.01 0.00 inf; -chlingues chlinguer ver 0.21 0.07 0.02 0.00 ind:pre:2s; -chloral chloral nom m s 0.20 0.00 0.20 0.00 -chloramphénicol chloramphénicol nom m s 0.09 0.00 0.09 0.00 -chlorate chlorate nom m s 0.07 0.14 0.07 0.14 -chlore chlore nom m s 0.79 0.81 0.79 0.81 -chlorer chlorer ver 0.03 0.00 0.02 0.00 inf; -chlorhydrate chlorhydrate nom m s 0.17 0.00 0.17 0.00 -chlorhydrique chlorhydrique adj m s 0.22 0.07 0.22 0.07 -chlorique chlorique adj s 0.01 0.00 0.01 0.00 -chloroformant chloroformer ver 0.22 0.20 0.00 0.07 par:pre; -chloroforme chloroforme nom m s 0.63 0.41 0.63 0.41 -chloroformer chloroformer ver 0.22 0.20 0.02 0.07 inf; -chloroformes chloroformer ver 0.22 0.20 0.14 0.00 ind:pre:2s; -chloroformez chloroformer ver 0.22 0.20 0.01 0.00 imp:pre:2p; -chloroformisation chloroformisation nom f s 0.00 0.07 0.00 0.07 -chloroformé chloroformer ver m s 0.22 0.20 0.05 0.07 par:pas; -chlorophylle chlorophylle nom f s 0.25 0.68 0.25 0.68 -chlorophyllien chlorophyllien adj m s 0.00 0.07 0.00 0.07 -chlorophytums chlorophytum nom m p 0.01 0.00 0.01 0.00 -chloroplaste chloroplaste nom m s 0.01 0.00 0.01 0.00 -chloroquine chloroquine nom f s 0.01 0.00 0.01 0.00 -chlorotique chlorotique adj f s 0.00 0.27 0.00 0.14 -chlorotiques chlorotique adj f p 0.00 0.27 0.00 0.14 -chlorpromazine chlorpromazine nom f s 0.06 0.00 0.06 0.00 -chloré chloré adj m s 0.06 0.07 0.01 0.07 -chlorée chloré adj f s 0.06 0.07 0.05 0.00 -chlorure chlorure nom m s 0.33 0.14 0.32 0.07 -chlorures chlorure nom m p 0.33 0.14 0.01 0.07 -chnoque chnoque nom s 0.08 0.54 0.07 0.34 -chnoques chnoque nom p 0.08 0.54 0.01 0.20 -chnord chnord nom m s 0.00 0.07 0.00 0.07 -chnouf chnouf nom f s 0.02 0.07 0.02 0.07 -choanes choane nom m p 0.01 0.00 0.01 0.00 -choc choc nom m s 31.46 44.19 30.22 37.57 -chocard chocard nom m s 0.00 0.07 0.00 0.07 -chochotte chochotte nom f s 1.65 0.61 1.37 0.27 -chochottes chochotte nom f p 1.65 0.61 0.28 0.34 -chocolat chocolat nom m s 31.03 34.86 27.74 30.61 -chocolaterie chocolaterie nom f s 0.27 0.27 0.27 0.20 -chocolateries chocolaterie nom f p 0.27 0.27 0.00 0.07 -chocolatier chocolatier nom m s 0.11 0.27 0.11 0.14 -chocolatière chocolatier nom f s 0.11 0.27 0.00 0.14 -chocolats chocolat nom m p 31.03 34.86 3.29 4.26 -chocolaté chocolaté adj m s 0.81 0.07 0.17 0.07 -chocolatée chocolaté adj f s 0.81 0.07 0.27 0.00 -chocolatées chocolaté adj f p 0.81 0.07 0.36 0.00 -chocolatés chocolaté adj m p 0.81 0.07 0.01 0.00 -chocottes chocotte nom f p 0.45 0.95 0.45 0.95 -chocs choc nom m p 31.46 44.19 1.24 6.62 -choeur choeur nom m s 7.00 26.69 6.39 24.86 -choeurs choeur nom m p 7.00 26.69 0.61 1.82 -choie choyer ver 0.40 2.03 0.02 0.20 ind:pre:3s; -choient choyer ver 0.40 2.03 0.01 0.07 ind:pre:3p; -choieront choyer ver 0.40 2.03 0.00 0.07 ind:fut:3p; -choir choir ver 2.05 10.00 0.33 6.89 inf; -choiras choir ver 2.05 10.00 0.00 0.07 ind:fut:2s; -chois choir ver 2.05 10.00 0.01 0.27 imp:pre:2s;ind:pre:1s; -choisîmes choisir ver 170.48 133.92 0.01 0.20 ind:pas:1p; -choisît choisir ver 170.48 133.92 0.00 0.20 sub:imp:3s; -choisi choisir ver m s 170.48 133.92 58.19 44.53 par:pas; -choisie choisir ver f s 170.48 133.92 6.78 5.34 par:pas; -choisies choisir ver f p 170.48 133.92 0.67 1.55 par:pas; -choisir choisir ver 170.48 133.92 47.09 35.00 inf; -choisira choisir ver 170.48 133.92 1.92 1.01 ind:fut:3s; -choisirai choisir ver 170.48 133.92 1.27 0.47 ind:fut:1s; -choisiraient choisir ver 170.48 133.92 0.06 0.20 cnd:pre:3p; -choisirais choisir ver 170.48 133.92 1.68 0.74 cnd:pre:1s;cnd:pre:2s; -choisirait choisir ver 170.48 133.92 0.59 1.22 cnd:pre:3s; -choisiras choisir ver 170.48 133.92 0.88 0.20 ind:fut:2s; -choisirent choisir ver 170.48 133.92 0.06 0.81 ind:pas:3p; -choisirez choisir ver 170.48 133.92 0.73 0.00 ind:fut:2p; -choisiriez choisir ver 170.48 133.92 0.23 0.20 cnd:pre:2p; -choisirions choisir ver 170.48 133.92 0.04 0.07 cnd:pre:1p; -choisirons choisir ver 170.48 133.92 0.36 0.20 ind:fut:1p; -choisiront choisir ver 170.48 133.92 0.13 0.20 ind:fut:3p; -choisis choisir ver m p 170.48 133.92 21.33 8.78 imp:pre:2s;ind:pre:1s;ind:pre:2s;ind:pas:1s;par:pas; -choisissaient choisir ver 170.48 133.92 0.16 1.08 ind:imp:3p; -choisissais choisir ver 170.48 133.92 0.41 0.81 ind:imp:1s;ind:imp:2s; -choisissait choisir ver 170.48 133.92 0.64 6.15 ind:imp:3s; -choisissant choisir ver 170.48 133.92 1.18 3.24 par:pre; -choisisse choisir ver 170.48 133.92 1.68 1.15 sub:pre:1s;sub:pre:3s; -choisissent choisir ver 170.48 133.92 2.13 1.96 ind:pre:3p; -choisisses choisir ver 170.48 133.92 0.77 0.00 sub:pre:2s; -choisissez choisir ver 170.48 133.92 9.45 1.55 imp:pre:2p;ind:pre:2p; -choisissiez choisir ver 170.48 133.92 0.23 0.27 ind:imp:2p; -choisissions choisir ver 170.48 133.92 0.08 0.27 ind:imp:1p; -choisissons choisir ver 170.48 133.92 0.50 0.47 imp:pre:1p;ind:pre:1p; -choisit choisir ver 170.48 133.92 11.23 16.01 ind:pre:3s;ind:pas:3s; -choit choir ver 2.05 10.00 0.00 0.68 ind:pre:3s; -choix choix nom m 113.35 51.42 113.35 51.42 -choke choke nom m s 0.01 0.00 0.01 0.00 -châle châle nom m s 2.23 12.09 2.08 9.32 -cholera choler ver 0.02 0.00 0.02 0.00 ind:fut:3s; -châles châle nom m p 2.23 12.09 0.15 2.77 -cholestérol cholestérol nom m s 1.81 0.41 1.81 0.41 -choline choline nom f s 0.11 0.00 0.10 0.00 -cholines choline nom f p 0.11 0.00 0.01 0.00 -cholinestérase cholinestérase nom f s 0.02 0.00 0.02 0.00 -cholique cholique adj m s 0.01 0.00 0.01 0.00 -châlit châlit nom m s 0.00 0.41 0.00 0.27 -châlits châlit nom m p 0.00 0.41 0.00 0.14 -châlonnais châlonnais adj m 0.00 0.07 0.00 0.07 -châlonnais châlonnais nom m 0.00 0.07 0.00 0.07 -cholécystectomie cholécystectomie nom f s 0.03 0.00 0.03 0.00 -cholécystite cholécystite nom f s 0.03 0.00 0.03 0.00 -cholédoque cholédoque adj m s 0.04 0.00 0.04 0.00 -choléra choléra nom m s 2.52 2.43 2.52 2.36 -choléras choléra nom m p 2.52 2.43 0.00 0.07 -cholériques cholérique nom p 0.01 0.07 0.01 0.07 -chop_suey chop_suey nom m s 0.13 0.00 0.13 0.00 -chopaient choper ver 17.69 4.05 0.01 0.07 ind:imp:3p; -chopais choper ver 17.69 4.05 0.12 0.07 ind:imp:1s;ind:imp:2s; -chopait choper ver 17.69 4.05 0.14 0.14 ind:imp:3s; -chopant choper ver 17.69 4.05 0.00 0.07 par:pre; -chope choper ver 17.69 4.05 4.08 0.74 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -chopent choper ver 17.69 4.05 0.56 0.41 ind:pre:3p; -choper choper ver 17.69 4.05 6.06 1.28 inf; -chopera choper ver 17.69 4.05 0.31 0.00 ind:fut:3s; -choperai choper ver 17.69 4.05 0.10 0.00 ind:fut:1s; -choperais choper ver 17.69 4.05 0.02 0.07 cnd:pre:1s;cnd:pre:2s; -choperait choper ver 17.69 4.05 0.01 0.00 cnd:pre:3s; -choperas choper ver 17.69 4.05 0.03 0.00 ind:fut:2s; -choperez choper ver 17.69 4.05 0.04 0.00 ind:fut:2p; -choperons choper ver 17.69 4.05 0.01 0.00 ind:fut:1p; -choperont choper ver 17.69 4.05 0.06 0.00 ind:fut:3p; -chopes choper ver 17.69 4.05 0.58 0.00 ind:pre:2s;sub:pre:2s; -chopez choper ver 17.69 4.05 1.27 0.00 imp:pre:2p;ind:pre:2p; -chopine chopine nom f s 0.03 2.70 0.02 2.09 -chopines chopine nom f p 0.03 2.70 0.01 0.61 -chopons choper ver 17.69 4.05 0.43 0.00 imp:pre:1p; -choppe chopper ver 1.90 0.20 0.34 0.07 imp:pre:2s;ind:pre:1s;ind:pre:3s; -choppent chopper ver 1.90 0.20 0.03 0.07 ind:pre:3p; -chopper chopper ver 1.90 0.20 0.95 0.07 inf; -choppers chopper nom m p 0.29 0.20 0.01 0.00 -choppes chopper ver 1.90 0.20 0.01 0.00 ind:pre:2s; -choppez chopper ver 1.90 0.20 0.05 0.00 imp:pre:2p;ind:pre:2p; -choppons chopper ver 1.90 0.20 0.02 0.00 imp:pre:1p; -choppé chopper ver m s 1.90 0.20 0.47 0.00 par:pas; -choppée chopper ver f s 1.90 0.20 0.01 0.00 par:pas; -chopé choper ver m s 17.69 4.05 3.42 1.01 par:pas; -chopée choper ver f s 17.69 4.05 0.34 0.00 par:pas; -chopées choper ver f p 17.69 4.05 0.00 0.07 par:pas; -chopés choper ver m p 17.69 4.05 0.10 0.14 par:pas; -choqua choquer ver 13.56 15.41 0.01 0.61 ind:pas:3s; -choquaient choquer ver 13.56 15.41 0.00 0.54 ind:imp:3p; -choquait choquer ver 13.56 15.41 0.30 2.23 ind:imp:3s; -choquant choquant adj m s 3.61 1.69 2.43 0.81 -choquante choquant adj f s 3.61 1.69 0.43 0.68 -choquantes choquant adj f p 3.61 1.69 0.58 0.20 -choquants choquant adj m p 3.61 1.69 0.17 0.00 -choque choquer ver 13.56 15.41 4.01 2.70 imp:pre:2s;ind:pre:1s;ind:pre:3s; -choquent choquer ver 13.56 15.41 0.15 0.34 ind:pre:3p; -choquer choquer ver 13.56 15.41 2.39 3.04 inf;; -choquera choquer ver 13.56 15.41 0.05 0.27 ind:fut:3s; -choqueraient choquer ver 13.56 15.41 0.01 0.07 cnd:pre:3p; -choquerais choquer ver 13.56 15.41 0.14 0.07 cnd:pre:1s;cnd:pre:2s; -choquerait choquer ver 13.56 15.41 0.21 0.20 cnd:pre:3s; -choqueras choquer ver 13.56 15.41 0.01 0.00 ind:fut:2s; -choquez choquer ver 13.56 15.41 0.09 0.00 imp:pre:2p;ind:pre:2p; -choquons choquer ver 13.56 15.41 0.01 0.00 ind:pre:1p; -choquèrent choquer ver 13.56 15.41 0.01 0.07 ind:pas:3p; -choqué choquer ver m s 13.56 15.41 3.44 2.64 par:pas; -choquée choquer ver f s 13.56 15.41 1.35 1.35 par:pas; -choquées choquer ver f p 13.56 15.41 0.14 0.41 par:pas; -choqués choquer ver m p 13.56 15.41 1.00 0.61 par:pas; -choral choral adj m s 0.26 0.27 0.14 0.00 -chorale chorale nom f s 2.63 1.96 2.56 1.76 -chorales chorale nom f p 2.63 1.96 0.07 0.20 -chorals choral nom m p 0.01 0.95 0.00 0.07 -choraux choral adj m p 0.26 0.27 0.00 0.20 -chorba chorba nom f s 0.00 0.07 0.00 0.07 -choreutes choreute nom m p 0.00 0.07 0.00 0.07 -choriste choriste nom s 0.46 1.35 0.32 0.27 -choristes choriste nom p 0.46 1.35 0.14 1.08 -chorizo chorizo nom m s 1.57 0.20 1.37 0.14 -chorizos chorizo nom m p 1.57 0.20 0.20 0.07 -chortens chorten nom m p 0.00 0.07 0.00 0.07 -chorée chorée nom f s 0.04 0.00 0.04 0.00 -chorégraphe chorégraphe nom s 0.71 0.47 0.48 0.41 -chorégraphes chorégraphe nom p 0.71 0.47 0.22 0.07 -chorégraphie chorégraphie nom f s 1.06 0.68 0.99 0.54 -chorégraphier chorégraphier ver 0.21 0.00 0.20 0.00 inf; -chorégraphies chorégraphie nom f p 1.06 0.68 0.07 0.14 -chorégraphique chorégraphique adj m s 0.02 0.34 0.02 0.27 -chorégraphiques chorégraphique adj p 0.02 0.34 0.00 0.07 -chorégraphiées chorégraphier ver f p 0.21 0.00 0.01 0.00 par:pas; -chorus chorus nom m 0.15 1.49 0.15 1.49 -chose chose nom f s 1773.62 1057.64 1321.79 695.20 -choser choser ver 0.01 0.07 0.00 0.07 inf; -choses chose nom f p 1773.62 1057.64 451.83 362.43 -chosification chosification nom f s 0.00 0.07 0.00 0.07 -chosifient chosifier ver 0.01 0.07 0.00 0.07 ind:pre:3p; -chosifier chosifier ver 0.01 0.07 0.01 0.00 inf; -châsse châsse nom f s 0.29 8.99 0.29 3.18 -châsses châsse nom m p 0.29 8.99 0.00 5.81 -châssis châssis nom m 0.97 4.46 0.97 4.46 -châtaigne châtaigne nom f s 1.24 2.50 0.55 0.88 -châtaignent châtaigner ver 0.14 0.20 0.00 0.07 ind:pre:3p; -châtaigner châtaigner ver 0.14 0.20 0.12 0.07 inf; -châtaigneraie châtaigneraie nom f s 0.00 0.54 0.00 0.20 -châtaigneraies châtaigneraie nom f p 0.00 0.54 0.00 0.34 -châtaignes châtaigne nom f p 1.24 2.50 0.69 1.62 -châtaignier châtaignier nom m s 0.14 3.38 0.14 1.76 -châtaigniers châtaignier nom m p 0.14 3.38 0.00 1.62 -châtaigné châtaigner ver m s 0.14 0.20 0.02 0.07 par:pas; -châtain châtain adj m s 0.81 4.26 0.34 1.55 -châtaine châtain adj f s 0.81 4.26 0.00 0.20 -châtaines châtain adj f p 0.81 4.26 0.01 0.07 -châtains châtain adj m p 0.81 4.26 0.46 2.43 -château_fort château_fort nom m s 0.00 0.07 0.00 0.07 -château château nom m s 43.68 74.12 40.51 63.38 -châteaubriant châteaubriant nom m s 0.13 0.00 0.13 0.00 -châteaux château nom m p 43.68 74.12 3.17 10.74 -châtel châtel adj s 0.00 0.07 0.00 0.07 -châtelain châtelain nom m s 0.30 4.26 0.27 1.69 -châtelaine châtelain nom f s 0.30 4.26 0.01 1.01 -châtelaines châtelain nom f p 0.30 4.26 0.00 0.07 -châtelains châtelain nom m p 0.30 4.26 0.02 1.49 -châtelet châtelet nom m s 0.00 0.14 0.00 0.14 -châtellenie châtellenie nom f s 0.00 0.07 0.00 0.07 -châtiaient châtier ver 3.25 4.53 0.00 0.07 ind:imp:3p; -châtiait châtier ver 3.25 4.53 0.00 0.20 ind:imp:3s; -châtiant châtier ver 3.25 4.53 0.00 0.07 par:pre; -châtie châtier ver 3.25 4.53 0.54 0.34 imp:pre:2s;ind:pre:1s;ind:pre:3s; -châtier châtier ver 3.25 4.53 1.55 1.89 inf; -châtiera châtier ver 3.25 4.53 0.04 0.00 ind:fut:3s; -châtierai châtier ver 3.25 4.53 0.12 0.00 ind:fut:1s; -châtierait châtier ver 3.25 4.53 0.00 0.07 cnd:pre:3s; -châtiez châtier ver 3.25 4.53 0.16 0.07 imp:pre:2p; -châtiment châtiment nom m s 7.54 9.12 6.62 7.50 -châtiments châtiment nom m p 7.54 9.12 0.93 1.62 -châtié châtier ver m s 3.25 4.53 0.47 1.28 par:pas; -châtiée châtier ver f s 3.25 4.53 0.05 0.20 par:pas; -châtiés châtier ver m p 3.25 4.53 0.32 0.34 par:pas; -châtrage châtrage nom m s 0.00 0.07 0.00 0.07 -châtraient châtrer ver 0.94 0.68 0.00 0.14 ind:imp:3p; -châtre châtrer ver 0.94 0.68 0.01 0.14 ind:pre:1s;ind:pre:3s; -châtrent châtrer ver 0.94 0.68 0.01 0.07 ind:pre:3p; -châtrer châtrer ver 0.94 0.68 0.47 0.20 inf; -châtreront châtrer ver 0.94 0.68 0.00 0.07 ind:fut:3p; -châtron châtron nom m s 0.00 0.14 0.00 0.07 -châtrons châtron nom m p 0.00 0.14 0.00 0.07 -châtré châtré adj m s 0.21 0.61 0.18 0.34 -châtrés châtrer ver m p 0.94 0.68 0.36 0.00 par:pas; -chotts chott nom m p 0.00 0.14 0.00 0.14 -chou_fleur chou_fleur nom m s 0.54 1.01 0.54 1.01 -chou_palmiste chou_palmiste nom m s 0.00 0.07 0.00 0.07 -chou_rave chou_rave nom m s 0.00 0.20 0.00 0.20 -chou chou nom m s 29.86 21.96 25.50 13.99 -chouïa chouïa nom m s 0.25 1.82 0.25 1.82 -chouan chouan nom m s 0.14 1.28 0.01 0.20 -chouannerie chouannerie nom f s 0.00 0.34 0.00 0.34 -chouans chouan nom m p 0.14 1.28 0.14 1.08 -choucard choucard adj m s 0.01 1.49 0.00 0.81 -choucarde choucard adj f s 0.01 1.49 0.01 0.47 -choucardes choucard adj f p 0.01 1.49 0.00 0.07 -choucards choucard adj m p 0.01 1.49 0.00 0.14 -choucas choucas nom m 0.16 0.14 0.16 0.14 -chouchou chouchou nom m s 3.44 1.69 3.16 1.49 -chouchous chouchou nom m p 3.44 1.69 0.28 0.20 -chouchoutage chouchoutage nom m s 0.00 0.14 0.00 0.14 -chouchoutaient chouchouter ver 0.61 0.74 0.01 0.07 ind:imp:3p; -chouchoutait chouchouter ver 0.61 0.74 0.02 0.07 ind:imp:3s; -chouchoute chouchouter ver 0.61 0.74 0.18 0.07 ind:pre:1s;ind:pre:3s; -chouchouter chouchouter ver 0.61 0.74 0.33 0.07 inf; -chouchouteras chouchouter ver 0.61 0.74 0.01 0.00 ind:fut:2s; -chouchoutes chouchoute nom f p 0.21 0.14 0.11 0.00 -chouchoutez chouchouter ver 0.61 0.74 0.01 0.00 ind:pre:2p; -chouchouté chouchouter ver m s 0.61 0.74 0.05 0.14 par:pas; -chouchoutée chouchouter ver f s 0.61 0.74 0.00 0.34 par:pas; -choucroute choucroute nom f s 1.18 3.04 1.16 2.64 -choucroutes choucroute nom f p 1.18 3.04 0.02 0.41 -chouette chouette ono 4.00 1.15 4.00 1.15 -chouettement chouettement adv 0.00 0.07 0.00 0.07 -chouettes chouette adj p 23.77 13.78 1.50 1.49 -chougnait chougner ver 0.00 0.14 0.00 0.07 ind:imp:3s; -chougne chougner ver 0.00 0.14 0.00 0.07 ind:pre:3s; -chouia chouia nom m s 0.32 1.01 0.32 1.01 -chouiner chouiner ver 0.05 0.00 0.05 0.00 inf; -choupette choupette nom f s 0.10 0.00 0.10 0.00 -chouquet chouquet nom m s 0.06 0.00 0.06 0.00 -chouquette chouquette nom f s 0.06 0.07 0.06 0.07 -choura chourer ver 3.96 1.42 3.29 0.47 ind:pas:3s; -chouravait chouraver ver 0.75 2.50 0.00 0.14 ind:imp:3s; -chourave chouraver ver 0.75 2.50 0.01 0.41 imp:pre:2s;ind:pre:3s; -chouravent chouraver ver 0.75 2.50 0.00 0.14 ind:pre:3p; -chouraver chouraver ver 0.75 2.50 0.26 0.74 inf; -chouraveur chouraveur nom m s 0.00 0.54 0.00 0.07 -chouraveurs chouraveur nom m p 0.00 0.54 0.00 0.27 -chouraveuse chouraveur nom f s 0.00 0.54 0.00 0.07 -chouraveuses chouraveur nom f p 0.00 0.54 0.00 0.14 -chouravé chouraver ver m s 0.75 2.50 0.37 0.74 par:pas; -chouravée chouraver ver f s 0.75 2.50 0.11 0.14 par:pas; -chouravés chouraver ver m p 0.75 2.50 0.00 0.20 par:pas; -choure chourer ver 3.96 1.42 0.03 0.00 imp:pre:2s;ind:pre:1s;ind:pre:3s; -chourent chourer ver 3.96 1.42 0.01 0.00 ind:pre:3p; -chourer chourer ver 3.96 1.42 0.20 0.34 inf; -chouriez chourer ver 3.96 1.42 0.00 0.07 ind:imp:2p; -chourineurs chourineur nom m p 0.00 0.07 0.00 0.07 -chouré chourer ver m s 3.96 1.42 0.41 0.41 par:pas; -chourée chourer ver f s 3.96 1.42 0.01 0.07 par:pas; -chourées chourer ver f p 3.96 1.42 0.01 0.07 par:pas; -choute chou nom f s 29.86 21.96 0.16 0.27 -choutes chou nom f p 29.86 21.96 0.01 0.07 -choux_fleurs choux_fleurs nom m p 0.57 1.28 0.57 1.28 -choux_raves choux_raves nom m p 0.00 0.07 0.00 0.07 -choux chou nom m p 29.86 21.96 4.20 7.64 -chouya chouya nom m s 0.04 0.07 0.04 0.07 -choya choyer ver 0.40 2.03 0.00 0.07 ind:pas:3s; -choyais choyer ver 0.40 2.03 0.01 0.00 ind:imp:1s; -choyait choyer ver 0.40 2.03 0.01 0.20 ind:imp:3s; -choyant choyer ver 0.40 2.03 0.00 0.07 par:pre; -choyer choyer ver 0.40 2.03 0.11 0.41 inf; -choyez choyer ver 0.40 2.03 0.12 0.00 imp:pre:2p;ind:pre:2p; -choyé choyer ver m s 0.40 2.03 0.06 0.41 par:pas; -choyée choyer ver f s 0.40 2.03 0.05 0.41 par:pas; -choyées choyé adj f p 0.17 0.68 0.14 0.00 -choyés choyé adj m p 0.17 0.68 0.01 0.14 -christ christ nom m s 1.65 3.18 1.54 2.57 -christiania christiania nom m s 0.00 0.07 0.00 0.07 -christianisme christianisme nom m s 2.11 4.32 2.11 4.32 -christianisés christianiser ver m p 0.00 0.14 0.00 0.14 par:pas; -christique christique adj f s 0.00 0.27 0.00 0.27 -christmas christmas nom s 0.08 0.00 0.08 0.00 -christocentrisme christocentrisme nom m s 0.00 0.20 0.00 0.20 -christologique christologique adj s 0.00 0.07 0.00 0.07 -christs christ nom m p 1.65 3.18 0.11 0.61 -chromage chromage nom m s 0.01 0.00 0.01 0.00 -chromatique chromatique adj s 0.02 0.68 0.01 0.54 -chromatiques chromatique adj p 0.02 0.68 0.01 0.14 -chromatisme chromatisme nom m s 0.00 0.20 0.00 0.14 -chromatismes chromatisme nom m p 0.00 0.20 0.00 0.07 -chromatogramme chromatogramme nom m s 0.01 0.00 0.01 0.00 -chromatographie chromatographie nom f s 0.07 0.00 0.07 0.00 -chrome chrome nom m s 0.82 3.04 0.75 1.15 -chromes chrome nom m p 0.82 3.04 0.07 1.89 -chromo chromo nom s 0.21 2.16 0.19 0.81 -chromogènes chromogène adj p 0.01 0.00 0.01 0.00 -chromos chromo nom p 0.21 2.16 0.02 1.35 -chromosome chromosome nom m s 1.72 0.81 0.52 0.14 -chromosomes chromosome nom m p 1.72 0.81 1.20 0.68 -chromosomique chromosomique adj s 0.14 0.27 0.08 0.20 -chromosomiques chromosomique adj p 0.14 0.27 0.06 0.07 -chromosphère chromosphère nom f s 0.05 0.00 0.05 0.00 -chromé chromer ver m s 0.36 4.59 0.17 2.30 par:pas; -chromée chromer ver f s 0.36 4.59 0.03 1.28 par:pas; -chromées chromer ver f p 0.36 4.59 0.06 0.14 par:pas; -chromés chromer ver m p 0.36 4.59 0.07 0.61 par:pas; -chroniquais chroniquer ver 0.01 0.34 0.00 0.07 ind:imp:1s; -chronique chronique adj s 2.34 4.59 1.73 3.65 -chroniquement chroniquement adv 0.00 0.07 0.00 0.07 -chroniquer chroniquer ver 0.01 0.34 0.00 0.14 inf; -chroniques chronique nom f p 2.46 9.59 0.79 2.77 -chroniqueur chroniqueur nom m s 0.69 2.91 0.49 1.35 -chroniqueurs chroniqueur nom m p 0.69 2.91 0.15 1.35 -chroniqueuse chroniqueur nom f s 0.69 2.91 0.05 0.07 -chroniqueuses chroniqueur nom f p 0.69 2.91 0.00 0.14 -chrono chrono nom m s 2.67 1.89 2.42 1.82 -chronographe chronographe nom m s 0.01 0.00 0.01 0.00 -chronologie chronologie nom f s 0.49 3.24 0.49 3.24 -chronologique chronologique adj s 0.64 1.49 0.64 1.35 -chronologiquement chronologiquement adv 0.10 0.27 0.10 0.27 -chronologiques chronologique adj p 0.64 1.49 0.00 0.14 -chronomètre chronomètre nom m s 1.02 2.23 0.98 2.09 -chronomètres chronométrer ver 1.43 1.08 0.18 0.00 ind:pre:2s; -chronométrage chronométrage nom m s 0.37 0.20 0.37 0.20 -chronométrait chronométrer ver 1.43 1.08 0.01 0.07 ind:imp:3s; -chronométrant chronométrer ver 1.43 1.08 0.14 0.07 par:pre; -chronométrer chronométrer ver 1.43 1.08 0.26 0.14 inf; -chronométreur chronométreur nom m s 0.03 0.00 0.03 0.00 -chronométrez chronométrer ver 1.43 1.08 0.06 0.00 imp:pre:2p; -chronométrions chronométrer ver 1.43 1.08 0.00 0.07 ind:imp:1p; -chronométré chronométrer ver m s 1.43 1.08 0.26 0.07 par:pas; -chronométrée chronométrer ver f s 1.43 1.08 0.05 0.07 par:pas; -chronométrées chronométrer ver f p 1.43 1.08 0.01 0.07 par:pas; -chronométrés chronométrer ver m p 1.43 1.08 0.03 0.07 par:pas; -chronophotographie chronophotographie nom f s 0.02 0.00 0.02 0.00 -chronophotographique chronophotographique adj m s 0.01 0.00 0.01 0.00 -chronos chrono nom m p 2.67 1.89 0.25 0.07 -chrême chrême nom m s 0.00 0.14 0.00 0.14 -chrétien_démocrate chrétien_démocrate adj m s 0.16 0.00 0.01 0.00 -chrétien chrétien adj m s 12.33 21.55 4.46 7.23 -chrétienne chrétien adj f s 12.33 21.55 4.59 8.99 -chrétiennement chrétiennement adv 0.13 0.20 0.13 0.20 -chrétiennes chrétien adj f p 12.33 21.55 0.74 2.57 -chrétien_démocrate chrétien_démocrate adj m p 0.16 0.00 0.14 0.00 -chrétiens chrétien nom m p 11.82 16.76 6.39 9.19 -chrétienté chrétienté nom f s 0.88 2.70 0.88 2.70 -chrysalide chrysalide nom f s 0.10 0.68 0.10 0.47 -chrysalides chrysalide nom f p 0.10 0.68 0.00 0.20 -chrysanthème chrysanthème nom m s 0.47 2.09 0.02 0.20 -chrysanthèmes chrysanthème nom m p 0.47 2.09 0.45 1.89 -chrysolite chrysolite nom f s 0.01 0.00 0.01 0.00 -chrysolithe chrysolithe nom f s 0.01 0.00 0.01 0.00 -chrysostome chrysostome nom m s 0.00 0.07 0.00 0.07 -chtar chtar nom m s 0.04 0.20 0.04 0.20 -chtarbé chtarbé adj m s 0.11 0.07 0.09 0.00 -chtarbée chtarbé adj f s 0.11 0.07 0.02 0.00 -chtarbées chtarbé adj f p 0.11 0.07 0.00 0.07 -chèche chèche nom m s 0.01 0.68 0.01 0.54 -chèches chèche nom m p 0.01 0.68 0.00 0.14 -chènevis chènevis nom m 0.00 0.27 0.00 0.27 -chthoniennes chthonien adj f p 0.00 0.07 0.00 0.07 -chèque_cadeau chèque_cadeau nom m s 0.05 0.00 0.05 0.00 -chèque chèque nom m s 32.03 9.86 23.86 6.01 -chèques chèque nom m p 32.03 9.86 8.18 3.85 -chère cher adj f s 205.75 133.65 40.80 23.38 -chèrement chèrement adv 0.43 0.88 0.43 0.88 -chères cher adj f p 205.75 133.65 5.63 5.81 -chèvre_pied chèvre_pied nom s 0.00 0.14 0.00 0.14 -chèvre chèvre nom f s 14.08 20.61 8.26 10.14 -chèvrefeuille chèvrefeuille nom m s 0.11 2.70 0.11 2.16 -chèvrefeuilles chèvrefeuille nom m p 0.11 2.70 0.00 0.54 -chèvres chèvre nom f p 14.08 20.61 5.81 10.47 -chtibe chtibe nom m s 0.00 0.14 0.00 0.14 -chtimi chtimi nom s 0.00 0.41 0.00 0.34 -chtimis chtimi nom p 0.00 0.41 0.00 0.07 -chtouille chtouille nom f s 0.42 0.14 0.42 0.14 -chtourbe chtourbe nom f s 0.00 0.27 0.00 0.27 -chu choir ver m s 2.05 10.00 1.24 0.81 par:pas; -chébran chébran adj m s 0.03 0.07 0.03 0.07 -chéchia chéchia nom f s 0.27 1.28 0.27 1.08 -chéchias chéchia nom f p 0.27 1.28 0.00 0.20 -chuchota chuchoter ver 5.20 34.39 0.01 7.09 ind:pas:3s; -chuchotai chuchoter ver 5.20 34.39 0.00 1.69 ind:pas:1s; -chuchotaient chuchoter ver 5.20 34.39 0.14 2.16 ind:imp:3p; -chuchotais chuchoter ver 5.20 34.39 0.06 0.07 ind:imp:1s;ind:imp:2s; -chuchotait chuchoter ver 5.20 34.39 0.38 4.05 ind:imp:3s; -chuchotant chuchoter ver 5.20 34.39 0.06 2.23 par:pre; -chuchotante chuchotant adj f s 0.19 1.89 0.17 1.22 -chuchotantes chuchotant adj f p 0.19 1.89 0.00 0.34 -chuchotants chuchotant adj m p 0.19 1.89 0.00 0.07 -chuchote chuchoter ver 5.20 34.39 1.86 6.55 imp:pre:2s;ind:pre:1s;ind:pre:3s; -chuchotement chuchotement nom m s 1.90 8.11 0.11 4.39 -chuchotements chuchotement nom m p 1.90 8.11 1.79 3.72 -chuchotent chuchoter ver 5.20 34.39 0.39 1.62 ind:pre:3p; -chuchoter chuchoter ver 5.20 34.39 1.46 3.92 inf; -chuchoteraient chuchoter ver 5.20 34.39 0.00 0.07 cnd:pre:3p; -chuchoterais chuchoter ver 5.20 34.39 0.02 0.00 cnd:pre:1s; -chuchoterait chuchoter ver 5.20 34.39 0.00 0.14 cnd:pre:3s; -chuchoteras chuchoter ver 5.20 34.39 0.01 0.00 ind:fut:2s; -chuchoterez chuchoter ver 5.20 34.39 0.00 0.07 ind:fut:2p; -chuchoteries chuchoterie nom f p 0.00 0.07 0.00 0.07 -chuchoteur chuchoteur adj m s 0.00 0.20 0.00 0.14 -chuchoteuse chuchoteur nom f s 0.03 0.00 0.03 0.00 -chuchotez chuchoter ver 5.20 34.39 0.43 0.07 imp:pre:2p;ind:pre:2p; -chuchotions chuchoter ver 5.20 34.39 0.00 0.20 ind:imp:1p; -chuchotis chuchotis nom m 0.13 2.43 0.13 2.43 -chuchotât chuchoter ver 5.20 34.39 0.00 0.07 sub:imp:3s; -chuchotèrent chuchoter ver 5.20 34.39 0.00 0.20 ind:pas:3p; -chuchoté chuchoter ver m s 5.20 34.39 0.33 2.36 par:pas; -chuchotée chuchoter ver f s 5.20 34.39 0.03 0.54 par:pas; -chuchotées chuchoter ver f p 5.20 34.39 0.00 0.68 par:pas; -chuchotés chuchoter ver m p 5.20 34.39 0.03 0.61 par:pas; -chue choir ver f s 2.05 10.00 0.05 0.20 par:pas; -chues choir ver f p 2.05 10.00 0.00 0.07 par:pas; -chéfesse chéfesse nom f s 0.00 0.34 0.00 0.34 -chuinta chuinter ver 0.00 1.89 0.00 0.14 ind:pas:3s; -chuintaient chuinter ver 0.00 1.89 0.00 0.07 ind:imp:3p; -chuintait chuinter ver 0.00 1.89 0.00 0.34 ind:imp:3s; -chuintant chuinter ver 0.00 1.89 0.00 0.61 par:pre; -chuintante chuintant adj f s 0.01 0.81 0.01 0.27 -chuintants chuintant adj m p 0.01 0.81 0.00 0.14 -chuinte chuinter ver 0.00 1.89 0.00 0.20 ind:pre:3s; -chuintement chuintement nom m s 0.07 4.46 0.07 3.58 -chuintements chuintement nom m p 0.07 4.46 0.00 0.88 -chuinter chuinter ver 0.00 1.89 0.00 0.20 inf; -chuintèrent chuinter ver 0.00 1.89 0.00 0.14 ind:pas:3p; -chuinté chuinter ver m s 0.00 1.89 0.00 0.20 par:pas; -chélate chélate nom m s 0.01 0.00 0.01 0.00 -chélidoine chélidoine nom f s 0.00 0.20 0.00 0.14 -chélidoines chélidoine nom f p 0.00 0.20 0.00 0.07 -chulo chulo nom m s 0.34 0.00 0.34 0.00 -chéloïde chéloïde nom f s 0.03 0.00 0.03 0.00 -chum chum nom m s 0.38 0.00 0.38 0.00 -chênaie chênaie nom f s 0.06 0.61 0.04 0.47 -chênaies chênaie nom f p 0.06 0.61 0.01 0.14 -chêne_liège chêne_liège nom m s 0.00 0.95 0.00 0.14 -chêne chêne nom m s 5.17 23.51 4.25 16.49 -chéneau chéneau nom m s 0.00 0.81 0.00 0.47 -chéneaux chéneau nom m p 0.00 0.81 0.00 0.34 -chêne_liège chêne_liège nom m p 0.00 0.95 0.00 0.81 -chênes chêne nom m p 5.17 23.51 0.93 7.03 -chêneteau chêneteau nom m s 0.00 0.07 0.00 0.07 -chéquier chéquier nom m s 1.94 0.68 1.72 0.61 -chéquiers chéquier nom m p 1.94 0.68 0.22 0.07 -chéri chéri nom s 171.98 36.28 69.08 17.03 -chérie chéri nom f s 171.98 36.28 98.95 17.64 -chéries chéri nom f p 171.98 36.28 1.54 0.74 -chérif chérif nom m s 0.20 6.69 0.20 6.69 -chérifienne chérifien adj f s 0.00 0.07 0.00 0.07 -chérir chérir ver 22.66 7.03 1.49 1.15 inf; -chérirai chérir ver 22.66 7.03 0.19 0.00 ind:fut:1s; -chérirais chérir ver 22.66 7.03 0.14 0.00 cnd:pre:1s; -chérirez chérir ver 22.66 7.03 0.01 0.00 ind:fut:2p; -chérirons chérir ver 22.66 7.03 0.01 0.00 ind:fut:1p; -chéris chéri nom m p 171.98 36.28 2.41 0.88 -chérissaient chérir ver 22.66 7.03 0.03 0.27 ind:imp:3p; -chérissais chérir ver 22.66 7.03 0.07 0.20 ind:imp:1s;ind:imp:2s; -chérissait chérir ver 22.66 7.03 0.16 1.15 ind:imp:3s; -chérissant chérir ver 22.66 7.03 0.00 0.07 par:pre; -chérisse chérir ver 22.66 7.03 0.06 0.07 sub:pre:3s; -chérissent chérir ver 22.66 7.03 0.05 0.27 ind:pre:3p; -chérissez chérir ver 22.66 7.03 0.17 0.07 imp:pre:2p;ind:pre:2p; -chérissons chérir ver 22.66 7.03 0.31 0.07 imp:pre:1p;ind:pre:1p; -chérit chérir ver 22.66 7.03 0.56 0.27 ind:pre:3s;ind:pas:3s; -chérot chérot adj m s 0.02 0.14 0.02 0.14 -churrigueresque churrigueresque adj s 0.00 0.07 0.00 0.07 -churros churro nom m p 0.69 0.20 0.69 0.20 -chérubin chérubin nom m s 2.09 1.82 1.89 0.81 -chérubinique chérubinique adj f s 0.00 0.07 0.00 0.07 -chérubins chérubin nom m p 2.09 1.82 0.20 1.01 -chus choir ver m p 2.05 10.00 0.01 0.07 par:pas; -chut chut ono 29.81 6.62 29.81 6.62 -chuta chuter ver 5.50 2.77 0.02 0.07 ind:pas:3s; -chutait chuter ver 5.50 2.77 0.06 0.41 ind:imp:3s; -chutant chuter ver 5.50 2.77 0.06 0.20 par:pre; -chute chute nom f s 25.15 41.28 21.01 35.27 -chutent chuter ver 5.50 2.77 0.28 0.07 ind:pre:3p; -chuter chuter ver 5.50 2.77 0.99 1.08 inf; -chutera chuter ver 5.50 2.77 0.04 0.00 ind:fut:3s; -chuteraient chuter ver 5.50 2.77 0.11 0.07 cnd:pre:3p; -chuterait chuter ver 5.50 2.77 0.01 0.00 cnd:pre:3s; -chuterez chuter ver 5.50 2.77 0.01 0.00 ind:fut:2p; -chutes chute nom f p 25.15 41.28 4.14 6.01 -chétif chétif adj m s 0.91 7.36 0.43 3.65 -chétifs chétif adj m p 0.91 7.36 0.07 0.95 -chétive chétif adj f s 0.91 7.36 0.38 1.89 -chétivement chétivement adv 0.00 0.07 0.00 0.07 -chétives chétif adj f p 0.91 7.36 0.02 0.88 -chétivité chétivité nom f s 0.00 0.07 0.00 0.07 -chutney chutney nom m s 0.23 0.00 0.23 0.00 -chutèrent chuter ver 5.50 2.77 0.02 0.14 ind:pas:3p; -chuté chuter ver m s 5.50 2.77 1.87 0.41 par:pas; -chutée chuter ver f s 5.50 2.77 0.04 0.07 par:pas; -chyle chyle nom m s 0.00 0.14 0.00 0.14 -chypre chypre nom m s 0.00 0.14 0.00 0.14 -chypriote chypriote adj s 0.01 0.14 0.01 0.14 -ci_après ci_après adv 0.15 0.61 0.15 0.61 -ci_contre ci_contre adv 0.00 0.07 0.00 0.07 -ci_dessous ci_dessous adv 0.13 0.61 0.13 0.61 -ci_dessus ci_dessus adv 0.20 1.28 0.20 1.28 -ci_gît ci_gît adv 0.70 0.34 0.70 0.34 -ci_inclus ci_inclus adj m 0.03 0.14 0.01 0.07 -ci_inclus ci_inclus adj f s 0.03 0.14 0.01 0.07 -ci_inclus ci_inclus adj f p 0.03 0.14 0.01 0.00 -ci_joint ci_joint adj m s 0.62 1.89 0.59 1.69 -ci_joint ci_joint adj f s 0.62 1.89 0.04 0.14 -ci_joint ci_joint adj m p 0.62 1.89 0.00 0.07 -ci ci adv_sup 10.23 3.65 10.23 3.65 -ciao ciao ono 15.32 3.72 15.32 3.72 -cibiche cibiche nom f s 0.07 0.81 0.06 0.54 -cibiches cibiche nom f p 0.07 0.81 0.01 0.27 -cibiste cibiste nom m s 0.07 0.00 0.04 0.00 -cibistes cibiste nom m p 0.07 0.00 0.02 0.00 -ciblage ciblage nom m s 0.34 0.00 0.34 0.00 -ciblais cibler ver 1.90 0.81 0.01 0.07 ind:imp:1s; -ciblait cibler ver 1.90 0.81 0.04 0.14 ind:imp:3s; -cible cible nom f s 33.55 10.74 28.69 8.65 -cibler cibler ver 1.90 0.81 0.76 0.14 inf; -ciblera cibler ver 1.90 0.81 0.03 0.00 ind:fut:3s; -cibleront cibler ver 1.90 0.81 0.01 0.00 ind:fut:3p; -cibles cible nom f p 33.55 10.74 4.86 2.09 -ciblez cibler ver 1.90 0.81 0.12 0.00 imp:pre:2p;ind:pre:2p; -ciblons cibler ver 1.90 0.81 0.03 0.00 imp:pre:1p;ind:pre:1p; -ciblé cibler ver m s 1.90 0.81 0.45 0.34 par:pas; -ciblée cibler ver f s 1.90 0.81 0.15 0.00 par:pas; -ciblées cibler ver f p 1.90 0.81 0.06 0.00 par:pas; -ciblés cibler ver m p 1.90 0.81 0.25 0.14 par:pas; -ciboire ciboire nom m s 0.03 1.15 0.03 0.81 -ciboires ciboire nom m p 0.03 1.15 0.00 0.34 -ciboule ciboule nom f s 0.00 0.07 0.00 0.07 -ciboulette ciboulette nom f s 0.95 0.27 0.95 0.27 -ciboulot ciboulot nom m s 0.25 1.55 0.25 1.49 -ciboulots ciboulot nom m p 0.25 1.55 0.00 0.07 -cicatrice cicatrice nom f s 13.00 12.23 7.58 6.28 -cicatrices cicatrice nom f p 13.00 12.23 5.42 5.95 -cicatriciel cicatriciel adj m s 0.06 0.14 0.06 0.00 -cicatriciels cicatriciel adj m p 0.06 0.14 0.00 0.14 -cicatrisa cicatriser ver 2.20 2.16 0.00 0.07 ind:pas:3s; -cicatrisable cicatrisable adj s 0.00 0.07 0.00 0.07 -cicatrisait cicatriser ver 2.20 2.16 0.02 0.14 ind:imp:3s; -cicatrisante cicatrisant adj f s 0.02 0.07 0.02 0.00 -cicatrisants cicatrisant adj m p 0.02 0.07 0.00 0.07 -cicatrisation cicatrisation nom f s 0.48 0.47 0.48 0.47 -cicatrise cicatriser ver 2.20 2.16 0.39 0.20 imp:pre:2s;ind:pre:1s;ind:pre:3s; -cicatrisent cicatriser ver 2.20 2.16 0.08 0.14 ind:pre:3p; -cicatriser cicatriser ver 2.20 2.16 0.48 0.47 inf; -cicatrisera cicatriser ver 2.20 2.16 0.18 0.00 ind:fut:3s; -cicatriserait cicatriser ver 2.20 2.16 0.10 0.07 cnd:pre:3s; -cicatriseront cicatriser ver 2.20 2.16 0.13 0.07 ind:fut:3p; -cicatrisez cicatriser ver 2.20 2.16 0.11 0.00 imp:pre:2p;ind:pre:2p; -cicatrisé cicatriser ver m s 2.20 2.16 0.59 0.27 par:pas; -cicatrisée cicatriser ver f s 2.20 2.16 0.05 0.41 par:pas; -cicatrisées cicatriser ver f p 2.20 2.16 0.03 0.34 par:pas; -cicatrisés cicatriser ver m p 2.20 2.16 0.04 0.00 par:pas; -cicero cicero nom m s 0.68 0.00 0.68 0.00 -cicindèle cicindèle nom f s 0.00 0.88 0.00 0.61 -cicindèles cicindèle nom f p 0.00 0.88 0.00 0.27 -cicérone cicérone nom m s 0.22 0.34 0.22 0.27 -cicérones cicérone nom m p 0.22 0.34 0.00 0.07 -cicéronienne cicéronien adj f s 0.00 0.14 0.00 0.14 -cidre cidre nom m s 2.00 3.99 2.00 3.99 -cidrerie cidrerie nom f s 0.01 0.00 0.01 0.00 -ciel ciel nom m s 142.32 305.20 142.22 301.76 -ciels ciel nom m p 142.32 305.20 0.10 3.45 -cierge cierge nom m s 3.50 15.95 2.02 5.20 -cierges cierge nom m p 3.50 15.95 1.48 10.74 -cieux cieux nom m p 20.05 4.93 20.05 4.93 -cigale cigale nom f s 3.00 4.93 1.43 1.15 -cigales cigale nom f p 3.00 4.93 1.57 3.78 -cigalon cigalon nom m s 0.02 0.00 0.02 0.00 -cigalou cigalou nom m s 0.00 0.07 0.00 0.07 -cigare cigare nom m s 17.15 24.93 10.63 17.70 -cigares cigare nom m p 17.15 24.93 6.52 7.23 -cigarette cigarette nom f s 65.57 114.93 39.22 77.57 -cigarettes cigarette nom f p 65.57 114.93 26.35 37.36 -cigarettier cigarettier nom m s 0.01 0.00 0.01 0.00 -cigarillo cigarillo nom m s 0.13 1.08 0.13 0.68 -cigarillos cigarillo nom m p 0.13 1.08 0.00 0.41 -cigarière cigarier nom f s 0.00 0.20 0.00 0.07 -cigarières cigarier nom f p 0.00 0.20 0.00 0.14 -cigle cigler ver 0.00 0.68 0.00 0.14 ind:pre:3s; -ciglent cigler ver 0.00 0.68 0.00 0.07 ind:pre:3p; -cigler cigler ver 0.00 0.68 0.00 0.27 inf; -ciglé cigler ver m s 0.00 0.68 0.00 0.07 par:pas; -ciglées cigler ver f p 0.00 0.68 0.00 0.07 par:pas; -ciglés cigler ver m p 0.00 0.68 0.00 0.07 par:pas; -cigogne cigogne nom f s 3.22 2.50 2.21 1.35 -cigognes cigogne nom f p 3.22 2.50 1.00 1.15 -ciguë ciguë nom f s 0.20 0.88 0.20 0.68 -ciguës ciguë nom f p 0.20 0.88 0.00 0.20 -cil cil nom m s 3.57 19.26 0.77 2.16 -ciliaires ciliaire adj m p 0.00 0.07 0.00 0.07 -cilice cilice nom m s 0.16 0.27 0.16 0.27 -cilla ciller ver 0.28 4.32 0.00 0.61 ind:pas:3s; -cillaient ciller ver 0.28 4.32 0.00 0.47 ind:imp:3p; -cillait ciller ver 0.28 4.32 0.01 0.14 ind:imp:3s; -cillant ciller ver 0.28 4.32 0.00 0.20 par:pre; -cille ciller ver 0.28 4.32 0.05 0.07 ind:pre:3s; -cillement cillement nom m s 0.00 0.81 0.00 0.74 -cillements cillement nom m p 0.00 0.81 0.00 0.07 -cillent ciller ver 0.28 4.32 0.00 0.20 ind:pre:3p; -ciller ciller ver 0.28 4.32 0.04 1.82 inf; -cillerait ciller ver 0.28 4.32 0.00 0.07 cnd:pre:3s; -cillèrent ciller ver 0.28 4.32 0.00 0.27 ind:pas:3p; -cillé ciller ver m s 0.28 4.32 0.19 0.47 par:pas; -cils cil nom m p 3.57 19.26 2.80 17.09 -cimaise cimaise nom f s 0.00 0.47 0.00 0.14 -cimaises cimaise nom f p 0.00 0.47 0.00 0.34 -cimarron cimarron nom m s 0.07 0.00 0.07 0.00 -cime cime nom f s 1.77 9.73 1.08 4.46 -ciment ciment nom m s 5.75 18.85 5.60 18.78 -cimentaient cimenter ver 0.16 2.43 0.00 0.07 ind:imp:3p; -cimentait cimenter ver 0.16 2.43 0.00 0.20 ind:imp:3s; -cimentant cimenter ver 0.16 2.43 0.00 0.07 par:pre; -cimente cimenter ver 0.16 2.43 0.02 0.14 imp:pre:2s;ind:pre:3s; -cimentent cimenter ver 0.16 2.43 0.01 0.00 ind:pre:3p; -cimenter cimenter ver 0.16 2.43 0.06 0.14 inf; -cimentera cimenter ver 0.16 2.43 0.00 0.07 ind:fut:3s; -cimenterie cimenterie nom f s 0.08 0.61 0.08 0.27 -cimenteries cimenterie nom f p 0.08 0.61 0.00 0.34 -ciments ciment nom m p 5.75 18.85 0.15 0.07 -cimenté cimenter ver m s 0.16 2.43 0.04 0.47 par:pas; -cimentée cimenter ver f s 0.16 2.43 0.01 0.88 par:pas; -cimentées cimenter ver f p 0.16 2.43 0.00 0.20 par:pas; -cimentés cimenter ver m p 0.16 2.43 0.01 0.20 par:pas; -cimes cime nom f p 1.77 9.73 0.70 5.27 -cimeterre cimeterre nom m s 0.14 1.28 0.14 0.95 -cimeterres cimeterre nom m p 0.14 1.28 0.00 0.34 -cimetière cimetière nom m s 31.34 44.19 29.07 39.86 -cimetières cimetière nom m p 31.34 44.19 2.27 4.32 -cimier cimier nom m s 0.18 0.68 0.17 0.54 -cimiers cimier nom m p 0.18 0.68 0.01 0.14 -cinabre cinabre nom m s 0.00 0.14 0.00 0.14 -cinghalais cinghalais adj m s 0.00 0.20 0.00 0.14 -cinghalaises cinghalais adj f p 0.00 0.20 0.00 0.07 -cingla cingler ver 18.93 9.39 0.02 0.61 ind:pas:3s; -cinglage cinglage nom m s 0.05 0.00 0.05 0.00 -cinglaient cingler ver 18.93 9.39 0.00 0.61 ind:imp:3p; -cinglait cingler ver 18.93 9.39 0.14 1.62 ind:imp:3s; -cinglant cinglant adj m s 0.28 2.77 0.04 0.54 -cinglante cinglant adj f s 0.28 2.77 0.20 1.15 -cinglantes cinglant adj f p 0.28 2.77 0.03 0.74 -cinglants cinglant adj m p 0.28 2.77 0.00 0.34 -cingle cingler ver 18.93 9.39 0.26 1.22 ind:pre:3s; -cinglement cinglement nom m s 0.00 0.07 0.00 0.07 -cinglent cingler ver 18.93 9.39 0.00 0.27 ind:pre:3p; -cingler cingler ver 18.93 9.39 0.00 0.88 inf; -cinglions cingler ver 18.93 9.39 0.00 0.07 ind:imp:1p; -cinglons cingler ver 18.93 9.39 0.20 0.00 imp:pre:1p; -cinglèrent cingler ver 18.93 9.39 0.00 0.07 ind:pas:3p; -cinglé cingler ver m s 18.93 9.39 12.44 2.30 par:pas; -cinglée cingler ver f s 18.93 9.39 3.46 0.95 par:pas; -cinglées cinglé nom f p 12.37 5.81 0.28 0.20 -cinglés cinglé nom m p 12.37 5.81 3.49 1.69 -cinname cinname nom m s 0.00 0.07 0.00 0.07 -cinoche cinoche nom m s 1.08 6.35 1.07 6.22 -cinoches cinoche nom m p 1.08 6.35 0.01 0.14 -cinoque cinoque adj m s 0.01 0.27 0.01 0.27 -cinoques cinoque nom m p 0.00 0.14 0.00 0.14 -cinq cinq adj_num 161.96 220.61 161.96 220.61 -cinquantaine cinquantaine nom f s 1.44 9.93 1.44 9.86 -cinquantaines cinquantaine nom f p 1.44 9.93 0.00 0.07 -cinquante_cinq cinquante_cinq adj_num 0.20 2.50 0.20 2.50 -cinquante_deux cinquante_deux adj_num 0.21 1.42 0.21 1.42 -cinquante_huit cinquante_huit adj_num 0.06 0.88 0.06 0.88 -cinquante_huitième cinquante_huitième adj 0.00 0.07 0.00 0.07 -cinquante_neuf cinquante_neuf adj_num 0.03 0.34 0.03 0.34 -cinquante_neuvième cinquante_neuvième adj 0.00 0.07 0.00 0.07 -cinquante_quatre cinquante_quatre adj_num 0.13 0.68 0.13 0.68 -cinquante_sept cinquante_sept adj_num 0.08 0.95 0.08 0.95 -cinquante_septième cinquante_septième adj 0.03 0.07 0.03 0.07 -cinquante_six cinquante_six adj_num 0.18 0.68 0.18 0.68 -cinquante_sixième cinquante_sixième adj 0.00 0.14 0.00 0.14 -cinquante_trois cinquante_trois adj_num 0.15 0.81 0.15 0.81 -cinquante_troisième cinquante_troisième adj 0.00 0.14 0.00 0.14 -cinquante cinquante adj_num 9.26 61.08 9.26 61.08 -cinquantenaire cinquantenaire nom m s 0.20 0.14 0.18 0.14 -cinquantenaires cinquantenaire nom m p 0.20 0.14 0.02 0.00 -cinquantième cinquantième nom s 0.04 0.68 0.04 0.68 -cinquantièmes cinquantième adj 0.01 0.54 0.00 0.07 -cinquième cinquième adj m 6.14 11.15 6.13 11.01 -cinquièmement cinquièmement adv 0.16 0.14 0.16 0.14 -cinquièmes cinquième nom p 5.17 7.91 0.01 0.54 -cintra cintrer ver 0.07 1.49 0.00 0.68 ind:pas:3s; -cintrage cintrage nom m s 0.01 0.00 0.01 0.00 -cintrait cintrer ver 0.07 1.49 0.00 0.07 ind:imp:3s; -cintrant cintrer ver 0.07 1.49 0.00 0.07 par:pre; -cintras cintrer ver 0.07 1.49 0.00 0.07 ind:pas:2s; -cintre cintre nom m s 0.85 4.86 0.57 2.91 -cintrer cintrer ver 0.07 1.49 0.01 0.00 inf; -cintres cintre nom m p 0.85 4.86 0.28 1.96 -cintré cintrer ver m s 0.07 1.49 0.05 0.34 par:pas; -cintrée cintré adj f s 0.07 1.42 0.02 0.54 -cintrées cintré adj f p 0.07 1.42 0.00 0.27 -cintrés cintré adj m p 0.07 1.42 0.03 0.07 -ciné_club ciné_club nom m s 0.00 0.74 0.00 0.54 -ciné_club ciné_club nom m p 0.00 0.74 0.00 0.20 -ciné_roman ciné_roman nom m s 0.00 0.14 0.00 0.14 -ciné ciné nom m s 10.35 4.73 10.32 4.46 -cinéaste cinéaste nom s 3.56 1.76 2.45 1.08 -cinéastes cinéaste nom p 3.56 1.76 1.11 0.68 -cinéma_vérité cinéma_vérité nom m s 0.20 0.07 0.20 0.07 -cinéma cinéma nom m s 63.49 78.51 62.23 72.91 -cinémas cinéma nom m p 63.49 78.51 1.26 5.61 -cinémascope cinémascope nom m s 0.07 0.20 0.07 0.20 -cinémathèque cinémathèque nom f s 0.72 0.61 0.71 0.47 -cinémathèques cinémathèque nom f p 0.72 0.61 0.01 0.14 -cinématique cinématique nom f s 0.03 0.00 0.03 0.00 -cinématographe cinématographe nom m s 0.48 0.68 0.48 0.61 -cinématographes cinématographe nom m p 0.48 0.68 0.00 0.07 -cinématographie cinématographie nom f s 0.04 0.07 0.04 0.07 -cinématographique cinématographique adj s 1.42 2.23 0.85 1.49 -cinématographiquement cinématographiquement adv 0.01 0.14 0.01 0.14 -cinématographiques cinématographique adj p 1.42 2.23 0.57 0.74 -cinémomètres cinémomètre nom m p 0.00 0.07 0.00 0.07 -cinéphile cinéphile nom s 0.20 0.27 0.15 0.07 -cinéphiles cinéphile nom p 0.20 0.27 0.05 0.20 -cinéraire cinéraire adj f s 0.00 0.07 0.00 0.07 -cinéraire cinéraire nom f s 0.00 0.07 0.00 0.07 -cinérama cinérama nom m s 0.00 0.07 0.00 0.07 -cinés ciné nom m p 10.35 4.73 0.02 0.27 -cinétique cinétique adj s 0.17 0.07 0.17 0.07 -cinzano cinzano nom m s 0.50 0.88 0.50 0.88 -cipal cipal nom m s 0.01 0.14 0.01 0.14 -cipaye cipaye nom m s 0.01 0.41 0.01 0.00 -cipayes cipaye nom m p 0.01 0.41 0.00 0.41 -cipolin cipolin nom m s 0.00 0.07 0.00 0.07 -cippes cippe nom m p 0.00 0.14 0.00 0.14 -cira cirer ver 6.42 20.27 0.00 0.14 ind:pas:3s; -cirage cirage nom m s 2.08 4.39 2.08 4.39 -ciraient cirer ver 6.42 20.27 0.00 0.07 ind:imp:3p; -cirais cirer ver 6.42 20.27 0.02 0.20 ind:imp:1s;ind:imp:2s; -cirait cirer ver 6.42 20.27 0.04 0.41 ind:imp:3s; -cirant cirer ver 6.42 20.27 0.02 0.14 par:pre; -circadien circadien adj m s 0.03 0.00 0.03 0.00 -circassien circassien nom m s 0.05 0.14 0.05 0.14 -circassienne circassienne nom f s 0.14 0.20 0.14 0.14 -circassiennes circassienne nom f p 0.14 0.20 0.00 0.07 -circaète circaète nom m s 0.00 0.41 0.00 0.41 -circoncire circoncire ver 1.69 1.42 0.53 0.68 inf; -circoncis circoncire ver m 1.69 1.42 1.09 0.68 ind:pre:1s;par:pas;par:pas; -circoncise circoncire ver f s 1.69 1.42 0.03 0.00 par:pas; -circoncisent circoncire ver 1.69 1.42 0.01 0.00 ind:pre:3p; -circoncision circoncision nom f s 1.31 2.30 1.25 2.30 -circoncisions circoncision nom f p 1.31 2.30 0.06 0.00 -circoncit circoncire ver 1.69 1.42 0.03 0.07 ind:pre:3s;ind:pas:3s; -circonflexe circonflexe adj s 0.16 1.55 0.16 0.95 -circonflexes circonflexe adj m p 0.16 1.55 0.00 0.61 -circonférence circonférence nom f s 0.24 1.28 0.24 1.28 -circonlocutions circonlocution nom f p 0.00 0.88 0.00 0.88 -circonscription circonscription nom f s 0.78 0.74 0.67 0.34 -circonscriptions_clé circonscriptions_clé nom f p 0.01 0.00 0.01 0.00 -circonscriptions circonscription nom f p 0.78 0.74 0.11 0.41 -circonscrire circonscrire ver 0.13 1.35 0.05 0.27 inf; -circonscris circonscrire ver 0.13 1.35 0.00 0.07 ind:pre:1s; -circonscrit circonscrire ver m s 0.13 1.35 0.03 0.27 ind:pre:3s;par:pas; -circonscrite circonscrire ver f s 0.13 1.35 0.03 0.27 par:pas; -circonscrites circonscrire ver f p 0.13 1.35 0.00 0.07 par:pas; -circonscrits circonscrire ver m p 0.13 1.35 0.02 0.07 par:pas; -circonscrivait circonscrire ver 0.13 1.35 0.00 0.20 ind:imp:3s; -circonscrivent circonscrire ver 0.13 1.35 0.00 0.07 ind:pre:3p; -circonscrivit circonscrire ver 0.13 1.35 0.00 0.07 ind:pas:3s; -circonspect circonspect adj m s 0.21 2.91 0.04 1.96 -circonspecte circonspect adj f s 0.21 2.91 0.01 0.34 -circonspectes circonspect adj f p 0.21 2.91 0.00 0.07 -circonspection circonspection nom f s 0.04 2.70 0.04 2.64 -circonspections circonspection nom f p 0.04 2.70 0.00 0.07 -circonspects circonspect adj m p 0.21 2.91 0.16 0.54 -circonstance circonstance nom f s 21.80 58.24 2.48 16.01 -circonstances circonstance nom f p 21.80 58.24 19.32 42.23 -circonstancia circonstancier ver 0.00 0.41 0.00 0.14 ind:pas:3s; -circonstanciel circonstanciel adj m s 0.11 0.07 0.05 0.00 -circonstancielle circonstanciel adj f s 0.11 0.07 0.05 0.00 -circonstanciels circonstanciel adj m p 0.11 0.07 0.00 0.07 -circonstancié circonstancié adj m s 0.03 0.47 0.03 0.14 -circonstanciée circonstancier ver f s 0.00 0.41 0.00 0.07 par:pas; -circonstanciées circonstancié adj f p 0.03 0.47 0.00 0.07 -circonstanciés circonstancié adj m p 0.03 0.47 0.00 0.27 -circonvallation circonvallation nom f s 0.00 0.14 0.00 0.07 -circonvallations circonvallation nom f p 0.00 0.14 0.00 0.07 -circonvenant circonvenir ver 0.09 0.95 0.01 0.00 par:pre; -circonvenir circonvenir ver 0.09 0.95 0.05 0.47 inf; -circonvenu circonvenir ver m s 0.09 0.95 0.01 0.41 par:pas; -circonvenue circonvenir ver f s 0.09 0.95 0.01 0.07 par:pas; -circonvient circonvenir ver 0.09 0.95 0.01 0.00 ind:pre:3s; -circonvolution circonvolution nom f s 0.05 1.08 0.03 0.20 -circonvolutions circonvolution nom f p 0.05 1.08 0.02 0.88 -circuit circuit nom m s 10.23 9.59 7.00 7.77 -circuits circuit nom m p 10.23 9.59 3.24 1.82 -circula circuler ver 15.19 25.81 0.01 0.54 ind:pas:3s; -circulaient circuler ver 15.19 25.81 0.29 3.92 ind:imp:3p; -circulaire circulaire adj s 1.48 9.73 1.35 8.24 -circulairement circulairement adv 0.00 0.07 0.00 0.07 -circulaires circulaire adj p 1.48 9.73 0.14 1.49 -circulais circuler ver 15.19 25.81 0.01 0.34 ind:imp:1s; -circulait circuler ver 15.19 25.81 0.29 4.59 ind:imp:3s; -circulant circuler ver 15.19 25.81 0.06 0.95 par:pre; -circularité circularité nom f s 0.00 0.14 0.00 0.14 -circulation circulation nom f s 10.78 14.46 10.78 14.32 -circulations circulation nom f p 10.78 14.46 0.00 0.14 -circulatoire circulatoire adj s 0.51 0.20 0.28 0.00 -circulatoires circulatoire adj m p 0.51 0.20 0.23 0.20 -circule circuler ver 15.19 25.81 3.56 4.93 imp:pre:2s;ind:pre:1s;ind:pre:3s; -circulent circuler ver 15.19 25.81 1.73 2.30 ind:pre:3p; -circuler circuler ver 15.19 25.81 4.04 6.42 inf; -circulera circuler ver 15.19 25.81 0.24 0.00 ind:fut:3s; -circuleraient circuler ver 15.19 25.81 0.02 0.07 cnd:pre:3p; -circulerait circuler ver 15.19 25.81 0.02 0.14 cnd:pre:3s; -circuleront circuler ver 15.19 25.81 0.01 0.07 ind:fut:3p; -circules circuler ver 15.19 25.81 0.01 0.07 ind:pre:2s; -circulez circuler ver 15.19 25.81 4.63 0.74 imp:pre:2p;ind:pre:2p; -circulions circuler ver 15.19 25.81 0.00 0.07 ind:imp:1p; -circulons circuler ver 15.19 25.81 0.06 0.00 imp:pre:1p;ind:pre:1p; -circulèrent circuler ver 15.19 25.81 0.00 0.07 ind:pas:3p; -circulé circuler ver m s 15.19 25.81 0.21 0.61 par:pas; -circumnavigation circumnavigation nom f s 0.14 0.27 0.14 0.27 -cire cire nom f s 5.59 15.88 5.49 15.41 -cirent cirer ver 6.42 20.27 0.25 0.00 ind:pre:3p; -cirer cirer ver 6.42 20.27 3.29 3.24 inf; -cirerais cirer ver 6.42 20.27 0.00 0.07 cnd:pre:1s; -cirerait cirer ver 6.42 20.27 0.00 0.07 cnd:pre:3s; -cires cire nom f p 5.59 15.88 0.10 0.47 -cireur cireur nom m s 0.45 1.22 0.36 0.74 -cireurs cireur nom m p 0.45 1.22 0.01 0.34 -cireuse cireur nom f s 0.45 1.22 0.08 0.14 -cireuses cireux adj f p 0.15 2.50 0.04 0.41 -cireux cireux adj m 0.15 2.50 0.06 1.42 -cirez cirer ver 6.42 20.27 0.14 0.07 imp:pre:2p;ind:pre:2p; -cirions cirer ver 6.42 20.27 0.00 0.07 ind:imp:1p; -ciron ciron nom m s 0.00 0.14 0.00 0.07 -cirons cirer ver 6.42 20.27 0.00 0.07 imp:pre:1p; -cirque cirque nom m s 23.25 19.53 22.95 18.38 -cirques cirque nom m p 23.25 19.53 0.30 1.15 -cirrhose cirrhose nom f s 0.90 0.27 0.90 0.27 -cirrhotique cirrhotique adj s 0.01 0.07 0.01 0.07 -cirrus cirrus nom m 0.04 0.14 0.04 0.14 -cirses cirse nom m p 0.00 0.07 0.00 0.07 -ciré ciré adj m s 0.36 5.27 0.35 3.58 -cirée cirer ver f s 6.42 20.27 0.14 12.16 par:pas; -cirées cirer ver f p 6.42 20.27 1.28 1.62 par:pas; -cirés ciré nom m p 0.69 2.70 0.46 0.61 -cis cis adj m 0.03 0.00 0.03 0.00 -cisailla cisailler ver 0.11 2.57 0.00 0.20 ind:pas:3s; -cisaillage cisaillage nom m s 0.00 0.07 0.00 0.07 -cisaillaient cisailler ver 0.11 2.57 0.00 0.34 ind:imp:3p; -cisaillait cisailler ver 0.11 2.57 0.00 0.20 ind:imp:3s; -cisaillant cisailler ver 0.11 2.57 0.00 0.20 par:pre; -cisaille cisaille nom f s 1.60 0.95 0.36 0.74 -cisaillement cisaillement nom m s 0.05 0.14 0.05 0.14 -cisaillent cisailler ver 0.11 2.57 0.01 0.07 ind:pre:3p; -cisailler cisailler ver 0.11 2.57 0.05 0.68 inf; -cisailles cisaille nom f p 1.60 0.95 1.24 0.20 -cisaillèrent cisailler ver 0.11 2.57 0.00 0.07 ind:pas:3p; -cisaillé cisailler ver m s 0.11 2.57 0.01 0.41 par:pas; -cisaillée cisailler ver f s 0.11 2.57 0.00 0.07 par:pas; -cisaillées cisailler ver f p 0.11 2.57 0.00 0.07 par:pas; -cisaillés cisailler ver m p 0.11 2.57 0.00 0.07 par:pas; -ciseau ciseau nom m s 8.72 13.85 0.86 2.84 -ciseaux ciseau nom m p 8.72 13.85 7.86 11.01 -ciselaient ciseler ver 0.23 2.03 0.00 0.07 ind:imp:3p; -ciselait ciseler ver 0.23 2.03 0.01 0.14 ind:imp:3s; -ciseler ciseler ver 0.23 2.03 0.01 0.20 inf; -ciselet ciselet nom m s 0.00 0.07 0.00 0.07 -ciseleurs ciseleur nom m p 0.00 0.07 0.00 0.07 -ciselions ciseler ver 0.23 2.03 0.01 0.00 ind:imp:1p; -ciselé ciselé adj m s 0.07 2.43 0.02 1.15 -ciselée ciselé adj f s 0.07 2.43 0.05 0.27 -ciselées ciselé adj f p 0.07 2.43 0.00 0.61 -ciselure ciselure nom f s 0.00 0.27 0.00 0.07 -ciselures ciselure nom f p 0.00 0.27 0.00 0.20 -ciselés ciseler ver m p 0.23 2.03 0.14 0.07 par:pas; -ciste ciste nom s 0.02 0.34 0.01 0.00 -cistercien cistercien adj m s 0.01 0.34 0.00 0.07 -cistercienne cistercien adj f s 0.01 0.34 0.00 0.20 -cisterciennes cistercien nom f p 0.01 0.07 0.00 0.07 -cisterciens cistercien adj m p 0.01 0.34 0.01 0.07 -cistes ciste nom p 0.02 0.34 0.01 0.34 -cisèle ciseler ver 0.23 2.03 0.01 0.20 ind:pre:3s; -cita citer ver 17.51 27.09 0.00 0.88 ind:pas:3s; -citadelle citadelle nom f s 0.98 6.42 0.98 5.54 -citadelles citadelle nom f p 0.98 6.42 0.00 0.88 -citadin citadin nom m s 1.25 3.72 0.56 0.54 -citadine citadin nom f s 1.25 3.72 0.10 0.27 -citadines citadin adj f p 0.42 2.03 0.11 0.54 -citadins citadin nom m p 1.25 3.72 0.55 2.84 -citai citer ver 17.51 27.09 0.00 0.68 ind:pas:1s; -citaient citer ver 17.51 27.09 0.02 0.34 ind:imp:3p; -citais citer ver 17.51 27.09 0.19 0.47 ind:imp:1s;ind:imp:2s; -citait citer ver 17.51 27.09 0.15 3.18 ind:imp:3s; -citant citer ver 17.51 27.09 0.46 1.69 par:pre; -citation citation nom f s 5.01 8.11 3.51 4.19 -citations citation nom f p 5.01 8.11 1.50 3.92 -cite citer ver 17.51 27.09 5.61 4.80 imp:pre:2s;ind:pre:1s;ind:pre:3s; -citent citer ver 17.51 27.09 0.10 0.34 ind:pre:3p; -citer citer ver 17.51 27.09 4.38 7.16 inf;; -citera citer ver 17.51 27.09 0.11 0.14 ind:fut:3s; -citerai citer ver 17.51 27.09 0.35 0.68 ind:fut:1s; -citerais citer ver 17.51 27.09 0.03 0.14 cnd:pre:1s;cnd:pre:2s; -citerait citer ver 17.51 27.09 0.00 0.14 cnd:pre:3s; -citeras citer ver 17.51 27.09 0.02 0.00 ind:fut:2s; -citerne citerne nom f s 4.19 2.09 3.74 1.28 -citernes citerne nom f p 4.19 2.09 0.45 0.81 -cites citer ver 17.51 27.09 0.63 0.27 ind:pre:2s;sub:pre:2s; -citez citer ver 17.51 27.09 1.37 0.68 imp:pre:2p;ind:pre:2p; -cithare cithare nom f s 0.34 0.95 0.34 0.54 -cithares cithare nom f p 0.34 0.95 0.00 0.41 -citiez citer ver 17.51 27.09 0.04 0.07 ind:imp:2p; -citions citer ver 17.51 27.09 0.01 0.07 ind:imp:1p; -citizen_band citizen_band nom f s 0.01 0.00 0.01 0.00 -citons citer ver 17.51 27.09 0.20 0.20 imp:pre:1p;ind:pre:1p; -citât citer ver 17.51 27.09 0.00 0.14 sub:imp:3s; -citoyen citoyen nom m s 29.01 14.73 11.61 5.20 -citoyenne citoyen nom f s 29.01 14.73 1.56 0.61 -citoyennes citoyenne nom f p 0.59 0.00 0.59 0.00 -citoyenneté citoyenneté nom f s 1.13 0.34 1.13 0.34 -citoyens citoyen nom m p 29.01 14.73 15.83 8.65 -citrate citrate nom m s 0.20 0.00 0.20 0.00 -citrine citrine nom f s 0.06 0.07 0.06 0.07 -citrique citrique adj s 0.07 0.14 0.07 0.14 -citron citron nom m s 10.92 10.81 8.10 9.05 -citronnade citronnade nom f s 0.58 1.01 0.56 0.95 -citronnades citronnade nom f p 0.58 1.01 0.02 0.07 -citronnelle citronnelle nom f s 0.46 0.88 0.46 0.81 -citronnelles citronnelle nom f p 0.46 0.88 0.00 0.07 -citronnez citronner ver 0.01 0.07 0.00 0.07 imp:pre:2p; -citronnier citronnier nom m s 0.21 1.49 0.04 0.41 -citronniers citronnier nom m p 0.21 1.49 0.17 1.08 -citronné citronné adj m s 0.06 0.07 0.03 0.07 -citronnée citronné adj f s 0.06 0.07 0.03 0.00 -citrons citron nom m p 10.92 10.81 2.82 1.76 -citrouille citrouille nom f s 1.88 2.91 1.56 2.43 -citrouilles citrouille nom f p 1.88 2.91 0.32 0.47 -citrus citrus nom m 0.17 0.00 0.17 0.00 -citèrent citer ver 17.51 27.09 0.01 0.07 ind:pas:3p; -cité_dortoir cité_dortoir nom f s 0.00 0.27 0.00 0.14 -cité_jardin cité_jardin nom f s 0.00 0.20 0.00 0.20 -cité cité nom f s 16.11 23.99 14.55 20.68 -citée citer ver f s 17.51 27.09 0.53 0.68 par:pas; -citées citer ver f p 17.51 27.09 0.03 0.14 par:pas; -citérieure citérieur adj f s 0.00 0.07 0.00 0.07 -cité_dortoir cité_dortoir nom f p 0.00 0.27 0.00 0.14 -cités cité nom f p 16.11 23.99 1.56 3.31 -city city nom f s 0.54 0.27 0.54 0.27 -civadière civadière nom f s 0.01 0.00 0.01 0.00 -civelles civelle nom f p 0.30 0.27 0.30 0.27 -civelots civelot nom m p 0.00 0.14 0.00 0.14 -civet civet nom m s 0.88 2.43 0.78 2.36 -civets civet nom m p 0.88 2.43 0.10 0.07 -civette civette nom f s 0.15 0.54 0.15 0.54 -civil civil adj m s 20.46 28.51 5.92 9.46 -civile civil adj f s 20.46 28.51 9.76 10.61 -civilement civilement adv 0.04 0.74 0.04 0.74 -civiles civil adj f p 20.46 28.51 1.42 3.04 -civilisateur civilisateur adj m s 0.10 0.34 0.00 0.14 -civilisation civilisation nom f s 12.43 19.32 10.48 16.62 -civilisations civilisation nom f p 12.43 19.32 1.94 2.70 -civilisatrice civilisateur adj f s 0.10 0.34 0.10 0.20 -civilise civiliser ver 2.17 1.08 0.02 0.07 ind:pre:3s; -civiliser civiliser ver 2.17 1.08 0.34 0.20 inf; -civilises civiliser ver 2.17 1.08 0.00 0.07 ind:pre:2s; -civilisé civilisé adj m s 5.64 3.78 2.88 1.96 -civilisée civilisé adj f s 5.64 3.78 1.11 0.47 -civilisées civilisé adj f p 5.64 3.78 0.35 0.27 -civilisés civilisé adj m p 5.64 3.78 1.31 1.08 -civilité civilité nom f s 1.48 1.42 0.90 1.01 -civilités civilité nom f p 1.48 1.42 0.58 0.41 -civils civil nom m p 14.23 13.99 8.00 5.54 -civique civique adj s 2.97 1.82 1.37 1.35 -civiques civique adj p 2.97 1.82 1.60 0.47 -civisme civisme nom m s 0.26 0.54 0.26 0.54 -civière civière nom f s 2.42 4.46 1.97 4.12 -civières civière nom f p 2.42 4.46 0.45 0.34 -clôt clore ver 7.75 31.28 0.23 1.55 ind:pre:3s; -clôtura clôturer ver 1.12 1.82 0.02 0.07 ind:pas:3s; -clôturai clôturer ver 1.12 1.82 0.00 0.20 ind:pas:1s; -clôturaient clôturer ver 1.12 1.82 0.00 0.20 ind:imp:3p; -clôturait clôturer ver 1.12 1.82 0.00 0.20 ind:imp:3s; -clôture clôture nom f s 6.00 10.68 5.34 7.84 -clôturent clôturer ver 1.12 1.82 0.00 0.07 ind:pre:3p; -clôturer clôturer ver 1.12 1.82 0.55 0.27 inf; -clôturera clôturer ver 1.12 1.82 0.02 0.00 ind:fut:3s; -clôtures clôture nom f p 6.00 10.68 0.66 2.84 -clôturé clôturer ver m s 1.12 1.82 0.30 0.34 par:pas; -clôturée clôturer ver f s 1.12 1.82 0.03 0.07 par:pas; -clabaudage clabaudage nom m s 0.02 0.07 0.01 0.00 -clabaudages clabaudage nom m p 0.02 0.07 0.01 0.07 -clabaudaient clabauder ver 0.01 0.34 0.00 0.14 ind:imp:3p; -clabaudent clabauder ver 0.01 0.34 0.00 0.07 ind:pre:3p; -clabauder clabauder ver 0.01 0.34 0.01 0.07 inf; -clabauderies clabauderie nom f p 0.00 0.07 0.00 0.07 -clabaudé clabauder ver m s 0.01 0.34 0.00 0.07 par:pas; -clabote claboter ver 0.01 0.47 0.00 0.14 ind:pre:1s;ind:pre:3s; -clabotent claboter ver 0.01 0.47 0.00 0.07 ind:pre:3p; -claboter claboter ver 0.01 0.47 0.00 0.14 inf; -claboté claboter ver m s 0.01 0.47 0.01 0.14 par:pas; -clac clac ono 0.29 3.72 0.29 3.72 -clafouti clafouti nom m s 0.00 0.07 0.00 0.07 -clafoutis clafoutis nom m 0.05 0.54 0.05 0.54 -claie claie nom f s 0.01 2.43 0.01 1.01 -claies claie nom f p 0.01 2.43 0.00 1.42 -claim claim nom m s 0.08 0.00 0.08 0.00 -clair_obscur clair_obscur nom m s 0.02 1.96 0.02 1.62 -clair clair adj m s 122.69 156.69 88.54 91.01 -claire_voie claire_voie nom f s 0.01 2.43 0.01 1.96 -claire clair adj f s 122.69 156.69 21.21 38.04 -clairement clairement adv 18.75 18.18 18.75 18.18 -claire_voie claire_voie nom f p 0.01 2.43 0.00 0.47 -claires clair adj f p 122.69 156.69 7.05 12.91 -clairet clairet nom m s 0.02 0.00 0.02 0.00 -clairette clairet adj f s 0.00 0.88 0.00 0.88 -clairière clairière nom f s 1.84 17.77 1.72 14.59 -clairières clairière nom f p 1.84 17.77 0.12 3.18 -clairon clairon nom m s 2.19 5.61 2.03 4.32 -claironna claironner ver 0.91 3.24 0.00 0.68 ind:pas:3s; -claironnait claironner ver 0.91 3.24 0.00 0.54 ind:imp:3s; -claironnant claironner ver 0.91 3.24 0.01 0.61 par:pre; -claironnante claironnant adj f s 0.00 1.08 0.00 0.74 -claironnantes claironnant adj f p 0.00 1.08 0.00 0.07 -claironnants claironnant adj m p 0.00 1.08 0.00 0.20 -claironne claironner ver 0.91 3.24 0.42 0.41 ind:pre:1s;ind:pre:3s; -claironnent claironner ver 0.91 3.24 0.27 0.07 ind:pre:3p; -claironner claironner ver 0.91 3.24 0.20 0.61 inf; -claironnions claironner ver 0.91 3.24 0.00 0.07 ind:imp:1p; -claironné claironner ver m s 0.91 3.24 0.01 0.27 par:pas; -clairons clairon nom m p 2.19 5.61 0.16 1.28 -clair_obscur clair_obscur nom m p 0.02 1.96 0.00 0.34 -clairs clair adj m p 122.69 156.69 5.89 14.73 -clairsemaient clairsemer ver 0.04 1.49 0.00 0.14 ind:imp:3p; -clairsemait clairsemer ver 0.04 1.49 0.00 0.07 ind:imp:3s; -clairsemant clairsemer ver 0.04 1.49 0.00 0.07 par:pre; -clairsemé clairsemé adj m s 0.27 3.18 0.01 0.54 -clairsemée clairsemer ver f s 0.04 1.49 0.01 0.41 par:pas; -clairsemées clairsemer ver f p 0.04 1.49 0.01 0.27 par:pas; -clairsemés clairsemé adj m p 0.27 3.18 0.26 1.22 -clairvoyance clairvoyance nom f s 0.67 1.89 0.67 1.82 -clairvoyances clairvoyance nom f p 0.67 1.89 0.00 0.07 -clairvoyant clairvoyant adj m s 0.96 1.69 0.53 1.01 -clairvoyante clairvoyant adj f s 0.96 1.69 0.22 0.47 -clairvoyants clairvoyant adj m p 0.96 1.69 0.22 0.20 -clam clam nom m s 0.34 0.20 0.06 0.07 -clama clamer ver 2.61 7.30 0.00 1.15 ind:pas:3s; -clamai clamer ver 2.61 7.30 0.00 0.07 ind:pas:1s; -clamaient clamer ver 2.61 7.30 0.01 0.61 ind:imp:3p; -clamait clamer ver 2.61 7.30 0.11 1.15 ind:imp:3s; -clamant clamer ver 2.61 7.30 0.39 0.88 par:pre; -clame clamer ver 2.61 7.30 0.67 1.82 imp:pre:2s;ind:pre:1s;ind:pre:3s; -clamecer clamecer ver 0.00 0.20 0.00 0.07 inf; -clamecé clamecer ver m s 0.00 0.20 0.00 0.07 par:pas; -clamecée clamecer ver f s 0.00 0.20 0.00 0.07 par:pas; -clament clamer ver 2.61 7.30 0.32 0.34 ind:pre:3p; -clamer clamer ver 2.61 7.30 0.71 0.61 inf; -clameraient clamer ver 2.61 7.30 0.00 0.07 cnd:pre:3p; -clameur clameur nom f s 0.90 9.73 0.73 5.61 -clameurs clameur nom f p 0.90 9.73 0.16 4.12 -clamez clamer ver 2.61 7.30 0.14 0.00 imp:pre:2p;ind:pre:2p; -clamions clamer ver 2.61 7.30 0.00 0.07 ind:imp:1p; -clamp clamp nom m s 1.09 0.00 0.97 0.00 -clampe clamper ver 0.41 0.00 0.09 0.00 ind:pre:1s;ind:pre:3s; -clamper clamper ver 0.41 0.00 0.14 0.00 inf; -clampin clampin nom m s 0.03 0.34 0.02 0.20 -clampins clampin nom m p 0.03 0.34 0.01 0.14 -clamps clamp nom m p 1.09 0.00 0.12 0.00 -clampé clamper ver m s 0.41 0.00 0.17 0.00 par:pas; -clams clam nom m p 0.34 0.20 0.28 0.14 -clamse clamser ver 0.97 1.69 0.26 0.07 ind:pre:3s; -clamser clamser ver 0.97 1.69 0.29 0.74 inf; -clamserai clamser ver 0.97 1.69 0.01 0.20 ind:fut:1s; -clamserait clamser ver 0.97 1.69 0.01 0.14 cnd:pre:3s; -clamsé clamser ver m s 0.97 1.69 0.37 0.20 par:pas; -clamsée clamser ver f s 0.97 1.69 0.01 0.27 par:pas; -clamsés clamser ver m p 0.97 1.69 0.01 0.07 par:pas; -clamèrent clamer ver 2.61 7.30 0.01 0.07 ind:pas:3p; -clamé clamer ver m s 2.61 7.30 0.12 0.34 par:pas; -clamée clamer ver f s 2.61 7.30 0.14 0.07 par:pas; -clamés clamer ver m p 2.61 7.30 0.00 0.07 par:pas; -clan clan nom m s 8.83 16.42 7.61 13.51 -clandestin clandestin adj m s 6.78 17.64 2.79 5.07 -clandestine clandestin adj f s 6.78 17.64 1.93 6.22 -clandestinement clandestinement adv 1.48 2.84 1.48 2.84 -clandestines clandestin nom f p 2.86 1.76 0.83 0.07 -clandestinité clandestinité nom f s 0.48 4.80 0.48 4.73 -clandestinités clandestinité nom f p 0.48 4.80 0.00 0.07 -clandestins clandestin adj m p 6.78 17.64 1.46 3.58 -clandé clandé nom m s 0.19 1.35 0.04 1.28 -clandés clandé nom m p 0.19 1.35 0.16 0.07 -clans clan nom m p 8.83 16.42 1.22 2.91 -clap clap nom m s 1.43 0.54 1.43 0.54 -clapant claper ver 0.00 2.30 0.00 0.47 par:pre; -clape claper ver 0.00 2.30 0.00 0.54 imp:pre:2s;ind:pre:1s;ind:pre:3s; -clapent claper ver 0.00 2.30 0.00 0.14 ind:pre:3p; -claper claper ver 0.00 2.30 0.00 0.61 inf; -claperai claper ver 0.00 2.30 0.00 0.07 ind:fut:1s; -clapes claper ver 0.00 2.30 0.00 0.07 ind:pre:2s; -clapet clapet nom m s 1.15 1.15 0.98 0.68 -clapets clapet nom m p 1.15 1.15 0.17 0.47 -clapette clapette nom f s 0.00 0.07 0.00 0.07 -clapier clapier nom m s 0.30 2.84 0.28 1.42 -clapiers clapier nom m p 0.30 2.84 0.02 1.42 -clapir clapir ver 0.00 0.14 0.00 0.07 inf; -clapit clapir ver 0.00 0.14 0.00 0.07 ind:pre:3s; -clapot clapot nom m s 0.16 0.47 0.16 0.47 -clapota clapoter ver 0.09 3.24 0.00 0.14 ind:pas:3s; -clapotaient clapoter ver 0.09 3.24 0.00 0.27 ind:imp:3p; -clapotait clapoter ver 0.09 3.24 0.01 1.01 ind:imp:3s; -clapotant clapotant adj m s 0.00 1.22 0.00 0.47 -clapotante clapotant adj f s 0.00 1.22 0.00 0.54 -clapotantes clapotant adj f p 0.00 1.22 0.00 0.20 -clapote clapoter ver 0.09 3.24 0.03 0.41 imp:pre:2s;ind:pre:3s; -clapotement clapotement nom m s 0.00 1.08 0.00 0.68 -clapotements clapotement nom m p 0.00 1.08 0.00 0.41 -clapotent clapoter ver 0.09 3.24 0.01 0.34 ind:pre:3p; -clapoter clapoter ver 0.09 3.24 0.04 0.74 inf; -clapoterait clapoter ver 0.09 3.24 0.00 0.07 cnd:pre:3s; -clapotis clapotis nom m 0.30 5.41 0.30 5.41 -clappait clapper ver 0.03 0.41 0.00 0.07 ind:imp:3s; -clappant clapper ver 0.03 0.41 0.00 0.20 par:pre; -clappe clapper ver 0.03 0.41 0.00 0.14 ind:pre:3s; -clappement clappement nom m s 0.01 0.54 0.00 0.27 -clappements clappement nom m p 0.01 0.54 0.01 0.27 -clapper clapper ver 0.03 0.41 0.03 0.00 inf; -clapé claper ver m s 0.00 2.30 0.00 0.41 par:pas; -claqua claquer ver 15.13 74.19 0.00 7.23 ind:pas:3s; -claquage claquage nom m s 0.10 0.07 0.10 0.07 -claquai claquer ver 15.13 74.19 0.00 0.14 ind:pas:1s; -claquaient claquer ver 15.13 74.19 0.07 4.39 ind:imp:3p; -claquais claquer ver 15.13 74.19 0.05 0.34 ind:imp:1s;ind:imp:2s; -claquait claquer ver 15.13 74.19 0.15 4.12 ind:imp:3s; -claquant claquer ver 15.13 74.19 0.65 9.19 par:pre; -claquante claquant adj f s 0.14 1.42 0.00 0.14 -claquantes claquant adj f p 0.14 1.42 0.00 0.14 -claquants claquant adj m p 0.14 1.42 0.00 0.20 -claque_merde claque_merde nom m s 0.19 0.27 0.19 0.27 -claque claque nom s 6.88 14.26 5.19 8.65 -claquedents claquedent nom m p 0.00 0.07 0.00 0.07 -claquement claquement nom m s 0.96 14.73 0.71 9.46 -claquements claquement nom m p 0.96 14.73 0.25 5.27 -claquemurait claquemurer ver 0.14 1.28 0.00 0.14 ind:imp:3s; -claquemurant claquemurer ver 0.14 1.28 0.14 0.00 par:pre; -claquemurer claquemurer ver 0.14 1.28 0.00 0.07 inf; -claquemures claquemurer ver 0.14 1.28 0.00 0.07 ind:pre:2s; -claquemuré claquemurer ver m s 0.14 1.28 0.01 0.41 par:pas; -claquemurée claquemurer ver f s 0.14 1.28 0.00 0.34 par:pas; -claquemurées claquemurer ver f p 0.14 1.28 0.00 0.20 par:pas; -claquemurés claquemurer ver m p 0.14 1.28 0.00 0.07 par:pas; -claquent claquer ver 15.13 74.19 0.28 5.14 ind:pre:3p; -claquer claquer ver 15.13 74.19 4.50 19.59 inf; -claquera claquer ver 15.13 74.19 0.19 0.20 ind:fut:3s; -claquerai claquer ver 15.13 74.19 0.15 0.07 ind:fut:1s; -claqueraient claquer ver 15.13 74.19 0.00 0.20 cnd:pre:3p; -claquerais claquer ver 15.13 74.19 0.03 0.00 cnd:pre:1s;cnd:pre:2s; -claquerait claquer ver 15.13 74.19 0.25 0.34 cnd:pre:3s; -claqueriez claquer ver 15.13 74.19 0.01 0.00 cnd:pre:2p; -claqueront claquer ver 15.13 74.19 0.01 0.00 ind:fut:3p; -claques claque nom p 6.88 14.26 1.69 5.61 -claquet claquet nom m s 0.02 0.00 0.02 0.00 -claquette claquette nom f s 1.71 1.22 0.10 0.07 -claquettes claquette nom f p 1.71 1.22 1.61 1.15 -claquetèrent claqueter ver 0.00 0.07 0.00 0.07 ind:pas:3p; -claqueurs claqueur nom m p 0.00 0.07 0.00 0.07 -claquez claquer ver 15.13 74.19 0.46 0.07 imp:pre:2p;ind:pre:2p; -claquions claquer ver 15.13 74.19 0.00 0.07 ind:imp:1p; -claquoirs claquoir nom m p 0.01 0.14 0.01 0.14 -claquons claquer ver 15.13 74.19 0.02 0.00 imp:pre:1p; -claquât claquer ver 15.13 74.19 0.00 0.07 sub:imp:3s; -claquèrent claquer ver 15.13 74.19 0.00 1.35 ind:pas:3p; -claqué claquer ver m s 15.13 74.19 2.56 7.30 par:pas; -claquée claquer ver f s 15.13 74.19 0.55 1.15 par:pas; -claquées claquer ver f p 15.13 74.19 0.11 1.15 par:pas; -claqués claquer ver m p 15.13 74.19 0.10 0.27 par:pas; -clarifia clarifier ver 3.64 0.74 0.00 0.14 ind:pas:3s; -clarifiant clarifier ver 3.64 0.74 0.01 0.00 par:pre; -clarification clarification nom f s 0.07 0.07 0.07 0.07 -clarifie clarifier ver 3.64 0.74 0.22 0.14 imp:pre:2s;ind:pre:1s;ind:pre:3s; -clarifier clarifier ver 3.64 0.74 2.79 0.27 inf; -clarifions clarifier ver 3.64 0.74 0.26 0.00 imp:pre:1p; -clarifié clarifier ver m s 3.64 0.74 0.33 0.20 par:pas; -clarifiée clarifier ver f s 3.64 0.74 0.02 0.00 par:pas; -clarine clarine nom f s 0.40 0.54 0.40 0.07 -clarines clarine nom f p 0.40 0.54 0.00 0.47 -clarinette clarinette nom f s 2.21 3.58 2.20 3.11 -clarinettes clarinette nom f p 2.21 3.58 0.01 0.47 -clarinettiste clarinettiste nom s 0.23 0.20 0.23 0.20 -clarisse clarisse nom f s 0.33 0.41 0.06 0.00 -clarisses clarisse nom f p 0.33 0.41 0.27 0.41 -clarissimes clarissime nom m p 0.00 0.14 0.00 0.14 -clarté clarté nom f s 4.62 30.68 4.48 28.24 -clartés clarté nom f p 4.62 30.68 0.14 2.43 -clash clash nom m s 1.70 1.55 1.70 1.55 -class class adj 0.51 1.08 0.51 1.08 -classa classer ver 12.11 12.70 0.02 0.27 ind:pas:3s; -classable classable adj s 0.14 0.00 0.14 0.00 -classaient classer ver 12.11 12.70 0.03 0.20 ind:imp:3p; -classais classer ver 12.11 12.70 0.27 0.41 ind:imp:1s;ind:imp:2s; -classait classer ver 12.11 12.70 0.04 1.01 ind:imp:3s; -classant classer ver 12.11 12.70 0.04 0.47 par:pre; -classe classe nom f s 78.99 108.92 70.46 90.74 -classement classement nom m s 2.65 2.09 2.34 1.76 -classements classement nom m p 2.65 2.09 0.31 0.34 -classent classer ver 12.11 12.70 0.05 0.14 ind:pre:3p; -classer classer ver 12.11 12.70 2.02 2.84 inf; -classera classer ver 12.11 12.70 0.03 0.07 ind:fut:3s; -classerai classer ver 12.11 12.70 0.02 0.00 ind:fut:1s; -classeraient classer ver 12.11 12.70 0.00 0.07 cnd:pre:3p; -classerais classer ver 12.11 12.70 0.05 0.07 cnd:pre:1s;cnd:pre:2s; -classerait classer ver 12.11 12.70 0.03 0.14 cnd:pre:3s; -classeras classer ver 12.11 12.70 0.01 0.00 ind:fut:2s; -classes classe nom f p 78.99 108.92 8.53 18.18 -classeur classeur nom m s 0.69 3.38 0.56 1.35 -classeurs classeur nom m p 0.69 3.38 0.13 2.03 -classez classer ver 12.11 12.70 0.34 0.07 imp:pre:2p;ind:pre:2p; -classicisme classicisme nom m s 0.04 0.34 0.04 0.34 -classico classico adv 0.01 0.00 0.01 0.00 -classieuse classieux adj f s 0.28 0.00 0.13 0.00 -classieux classieux adj m 0.28 0.00 0.14 0.00 -classiez classer ver 12.11 12.70 0.01 0.00 sub:pre:2p; -classifiables classifiable adj p 0.00 0.07 0.00 0.07 -classificateur classificateur adj m s 0.00 0.20 0.00 0.14 -classification classification nom f s 0.59 1.08 0.57 0.95 -classifications classification nom f p 0.59 1.08 0.02 0.14 -classificatrice classificateur adj f s 0.00 0.20 0.00 0.07 -classifient classifier ver 0.53 0.20 0.00 0.07 ind:pre:3p; -classifier classifier ver 0.53 0.20 0.23 0.14 inf; -classifierais classifier ver 0.53 0.20 0.01 0.00 cnd:pre:2s; -classifié classifier ver m s 0.53 0.20 0.23 0.00 par:pas; -classifiées classifier ver f p 0.53 0.20 0.06 0.00 par:pas; -classique classique adj s 15.58 21.01 13.74 15.81 -classiquement classiquement adv 0.00 0.14 0.00 0.14 -classiques classique nom p 7.02 4.80 1.87 2.57 -classons classer ver 12.11 12.70 0.05 0.00 imp:pre:1p;ind:pre:1p; -classèrent classer ver 12.11 12.70 0.00 0.14 ind:pas:3p; -classé classer ver m s 12.11 12.70 2.28 1.42 par:pas; -classée classé adj f s 4.75 2.70 2.39 0.81 -classées classé adj f p 4.75 2.70 0.98 0.34 -classés classer ver m p 12.11 12.70 0.58 0.81 par:pas; -clathres clathre nom m p 0.00 0.14 0.00 0.14 -claude claude nom s 0.01 2.64 0.01 2.64 -claudicant claudicant adj m s 0.01 0.54 0.00 0.20 -claudicante claudicant adj f s 0.01 0.54 0.01 0.27 -claudicants claudicant adj m p 0.01 0.54 0.00 0.07 -claudication claudication nom f s 0.07 0.68 0.07 0.68 -claudiquait claudiquer ver 0.08 0.88 0.00 0.14 ind:imp:3s; -claudiquant claudiquer ver 0.08 0.88 0.01 0.68 par:pre; -claudique claudiquer ver 0.08 0.88 0.05 0.00 imp:pre:2s;ind:pre:1s; -claudiquer claudiquer ver 0.08 0.88 0.01 0.00 inf; -claudiquerait claudiquer ver 0.08 0.88 0.00 0.07 cnd:pre:3s; -claudiquerez claudiquer ver 0.08 0.88 0.01 0.00 ind:fut:2p; -claudélienne claudélien adj f s 0.00 0.07 0.00 0.07 -clause clause nom f s 3.47 1.89 2.94 1.01 -clauses clause nom f p 3.47 1.89 0.53 0.88 -clausewitziens clausewitzien adj m p 0.00 0.07 0.00 0.07 -claustrait claustrer ver 0.00 0.20 0.00 0.07 ind:imp:3s; -claustrale claustral adj f s 0.00 0.07 0.00 0.07 -claustration claustration nom f s 0.02 1.01 0.02 1.01 -claustrophobe claustrophobe adj m s 0.90 0.07 0.90 0.07 -claustrophobie claustrophobie nom f s 0.26 0.07 0.26 0.07 -claustrée claustrer ver f s 0.00 0.20 0.00 0.14 par:pas; -clavaire clavaire nom f s 0.00 0.20 0.00 0.07 -clavaires clavaire nom f p 0.00 0.20 0.00 0.14 -claveaux claveau nom m p 0.00 0.14 0.00 0.14 -clavecin clavecin nom m s 0.75 2.43 0.75 2.30 -claveciniste claveciniste nom s 0.00 0.20 0.00 0.20 -clavecins clavecin nom m p 0.75 2.43 0.00 0.14 -clavette clavette nom f s 0.01 0.00 0.01 0.00 -clavicule clavicule nom f s 1.96 1.28 1.74 0.68 -clavicules clavicule nom f p 1.96 1.28 0.22 0.61 -clavier clavier nom m s 1.77 3.58 1.62 3.24 -claviers clavier nom m p 1.77 3.58 0.15 0.34 -clayettes clayette nom f p 0.00 0.07 0.00 0.07 -claymore claymore nom f s 0.20 0.00 0.20 0.00 -clayon clayon nom m s 0.00 0.14 0.00 0.07 -clayonnage clayonnage nom m s 0.01 0.20 0.01 0.07 -clayonnages clayonnage nom m p 0.01 0.20 0.00 0.14 -clayonnée clayonner ver f s 0.00 0.27 0.00 0.27 par:pas; -clayons clayon nom m p 0.00 0.14 0.00 0.07 -clean clean adj 4.66 0.74 4.66 0.74 -clearing clearing nom m s 0.04 0.00 0.04 0.00 -clebs clebs nom m 2.00 3.11 2.00 3.11 -clef clef nom f s 24.32 44.86 14.61 35.61 -clefs clef nom f p 24.32 44.86 9.72 9.26 -clenche clenche nom f s 0.00 0.47 0.00 0.41 -clenches clenche nom f p 0.00 0.47 0.00 0.07 -clepsydre clepsydre nom f s 0.00 1.62 0.00 1.62 -cleptomane cleptomane nom s 0.09 0.00 0.09 0.00 -cleptomanie cleptomanie nom f s 0.02 0.00 0.02 0.00 -clerc clerc nom m s 0.82 9.26 0.73 5.68 -clercs clerc nom m p 0.82 9.26 0.09 3.58 -clergeon clergeon nom m s 0.00 0.14 0.00 0.14 -clergé clergé nom m s 2.08 3.99 2.07 3.78 -clergés clergé nom m p 2.08 3.99 0.01 0.20 -clergyman clergyman nom m s 0.05 0.81 0.05 0.61 -clergymen clergyman nom m p 0.05 0.81 0.00 0.20 -clermontois clermontois nom m 0.00 0.14 0.00 0.14 -clermontoise clermontois adj f s 0.00 0.07 0.00 0.07 -clic_clac clic_clac ono 0.10 0.07 0.10 0.07 -clic clic ono 0.20 0.81 0.20 0.81 -clichage clichage nom m s 0.00 0.07 0.00 0.07 -clicher clicher ver 0.60 0.27 0.01 0.07 inf; -clicherie clicherie nom f s 0.00 0.27 0.00 0.27 -clicheur clicheur nom m s 0.00 0.07 0.00 0.07 -cliché cliché nom m s 7.59 11.96 3.69 5.34 -clichée cliché adj f s 1.20 0.54 0.00 0.07 -clichés cliché nom m p 7.59 11.96 3.89 6.62 -click click nom m s 0.40 0.00 0.40 0.00 -clics clic nom m p 1.17 1.08 0.22 0.20 -client_roi client_roi nom m s 0.00 0.07 0.00 0.07 -client client nom m s 112.12 81.55 53.63 28.78 -cliente client nom f s 112.12 81.55 9.22 6.89 -clientes client nom f p 112.12 81.55 2.24 4.26 -clients client nom m p 112.12 81.55 47.03 41.62 -clientèle clientèle nom f s 3.88 18.78 3.87 18.51 -clientèles clientèle nom f p 3.88 18.78 0.01 0.27 -cligna cligner ver 2.80 18.85 0.02 3.04 ind:pas:3s; -clignaient cligner ver 2.80 18.85 0.16 0.68 ind:imp:3p; -clignais cligner ver 2.80 18.85 0.00 0.27 ind:imp:1s; -clignait cligner ver 2.80 18.85 0.14 1.62 ind:imp:3s; -clignant cligner ver 2.80 18.85 0.22 5.68 par:pre; -cligne cligner ver 2.80 18.85 0.95 2.50 imp:pre:2s;ind:pre:1s;ind:pre:3s; -clignement clignement nom m s 0.14 2.03 0.11 1.22 -clignements clignement nom m p 0.14 2.03 0.03 0.81 -clignent cligner ver 2.80 18.85 0.31 0.41 ind:pre:3p; -cligner cligner ver 2.80 18.85 0.47 2.77 inf; -clignez cligner ver 2.80 18.85 0.16 0.00 imp:pre:2p;ind:pre:2p; -clignons cligner ver 2.80 18.85 0.00 0.07 ind:pre:1p; -clignota clignoter ver 1.57 5.68 0.00 0.20 ind:pas:3s; -clignotaient clignoter ver 1.57 5.68 0.00 1.62 ind:imp:3p; -clignotait clignoter ver 1.57 5.68 0.08 0.61 ind:imp:3s; -clignotant clignotant nom m s 1.00 1.35 0.97 1.01 -clignotante clignotant adj f s 1.06 2.77 0.07 0.74 -clignotantes clignotant adj f p 1.06 2.77 0.05 0.61 -clignotants clignotant adj m p 1.06 2.77 0.18 0.81 -clignote clignoter ver 1.57 5.68 0.61 0.88 imp:pre:2s;ind:pre:3s; -clignotement clignotement nom m s 0.07 1.49 0.07 0.81 -clignotements clignotement nom m p 0.07 1.49 0.00 0.68 -clignotent clignoter ver 1.57 5.68 0.49 1.01 ind:pre:3p; -clignoter clignoter ver 1.57 5.68 0.16 0.54 inf; -clignotera clignoter ver 1.57 5.68 0.01 0.00 ind:fut:3s; -clignoterait clignoter ver 1.57 5.68 0.00 0.07 cnd:pre:3s; -clignoteur clignoteur nom m s 0.00 0.07 0.00 0.07 -clignotèrent clignoter ver 1.57 5.68 0.00 0.14 ind:pas:3p; -clignoté clignoter ver m s 1.57 5.68 0.04 0.14 par:pas; -clignèrent cligner ver 2.80 18.85 0.00 0.34 ind:pas:3p; -cligné cligner ver m s 2.80 18.85 0.38 1.15 par:pas; -clignées cligner ver f p 2.80 18.85 0.00 0.14 par:pas; -clignés cligner ver m p 2.80 18.85 0.00 0.20 par:pas; -clilles clille nom p 0.00 0.27 0.00 0.27 -climat climat nom m s 7.21 18.99 6.64 17.16 -climatique climatique adj s 0.51 0.27 0.26 0.07 -climatiques climatique adj p 0.51 0.27 0.25 0.20 -climatisant climatiser ver 0.39 0.41 0.00 0.07 par:pre; -climatisation climatisation nom f s 1.79 0.20 1.79 0.20 -climatiser climatiser ver 0.39 0.41 0.01 0.00 inf; -climatiseur climatiseur nom m s 0.85 0.20 0.78 0.14 -climatiseurs climatiseur nom m p 0.85 0.20 0.07 0.07 -climatisé climatisé adj m s 0.37 0.47 0.29 0.27 -climatisée climatiser ver f s 0.39 0.41 0.20 0.20 par:pas; -climatisées climatisé adj f p 0.37 0.47 0.02 0.07 -climatisés climatisé adj m p 0.37 0.47 0.01 0.07 -climatologue climatologue nom s 0.02 0.00 0.02 0.00 -climats climat nom m p 7.21 18.99 0.57 1.82 -climatériques climatérique adj f p 0.00 0.07 0.00 0.07 -climax climax nom m 0.18 0.07 0.18 0.07 -clin_d_oeil clin_d_oeil nom m s 0.01 0.00 0.01 0.00 -clin clin nom m s 3.97 19.46 3.63 16.55 -clinche clinche nom f s 0.00 0.07 0.00 0.07 -clinicat clinicat nom m s 0.07 0.00 0.07 0.00 -clinicien clinicien nom m s 0.05 0.20 0.01 0.20 -clinicienne clinicien nom f s 0.05 0.20 0.01 0.00 -cliniciens clinicien nom m p 0.05 0.20 0.03 0.00 -clinique clinique nom f s 18.79 11.82 17.72 10.81 -cliniquement cliniquement adv 0.92 0.14 0.92 0.14 -cliniques clinique nom f p 18.79 11.82 1.06 1.01 -clinker clinker nom m s 0.14 0.00 0.14 0.00 -clinquant clinquant adj m s 0.34 1.76 0.07 0.47 -clinquante clinquant adj f s 0.34 1.76 0.06 0.34 -clinquantes clinquant adj f p 0.34 1.76 0.16 0.34 -clinquants clinquant adj m p 0.34 1.76 0.05 0.61 -clins clin nom m p 3.97 19.46 0.34 2.91 -clip clip nom m s 2.98 1.28 2.12 0.61 -clipper clipper nom m s 0.50 0.20 0.40 0.20 -clippers clipper nom m p 0.50 0.20 0.09 0.00 -clips clip nom m p 2.98 1.28 0.86 0.68 -cliquant cliquer ver 0.68 0.00 0.02 0.00 par:pre; -clique clique nom f s 2.78 3.11 2.41 2.84 -cliquer cliquer ver 0.68 0.00 0.27 0.00 inf; -cliques clique nom f p 2.78 3.11 0.37 0.27 -cliquet cliquet nom m s 0.16 0.07 0.02 0.07 -cliqueta cliqueter ver 0.69 3.11 0.00 0.14 ind:pas:3s; -cliquetaient cliqueter ver 0.69 3.11 0.02 0.68 ind:imp:3p; -cliquetait cliqueter ver 0.69 3.11 0.00 0.54 ind:imp:3s; -cliquetant cliqueter ver 0.69 3.11 0.03 0.34 par:pre; -cliquetante cliquetant adj f s 0.00 0.95 0.00 0.34 -cliquetantes cliquetant adj f p 0.00 0.95 0.00 0.20 -cliquetants cliquetant adj m p 0.00 0.95 0.00 0.14 -cliqueter cliqueter ver 0.69 3.11 0.19 0.81 inf; -cliquetis cliquetis nom m 0.38 8.04 0.38 8.04 -cliquets cliquet nom m p 0.16 0.07 0.14 0.00 -cliquette cliqueter ver 0.69 3.11 0.04 0.47 ind:pre:1s;ind:pre:3s; -cliquettement cliquettement nom m s 0.00 0.07 0.00 0.07 -cliquettent cliqueter ver 0.69 3.11 0.41 0.14 ind:pre:3p; -cliquettes cliquette nom f p 0.00 0.07 0.00 0.07 -cliquez cliquer ver 0.68 0.00 0.28 0.00 imp:pre:2p;ind:pre:2p; -cliquètement cliquètement nom m s 0.00 0.27 0.00 0.20 -cliquètements cliquètement nom m p 0.00 0.27 0.00 0.07 -cliqué cliquer ver m s 0.68 0.00 0.10 0.00 par:pas; -clissées clisser ver f p 0.00 0.07 0.00 0.07 par:pas; -clito clito nom m s 0.36 0.41 0.36 0.41 -clitoridectomie clitoridectomie nom f s 0.03 0.00 0.03 0.00 -clitoridien clitoridien adj m s 0.04 0.41 0.04 0.07 -clitoridienne clitoridien adj f s 0.04 0.41 0.00 0.34 -clitoris clitoris nom m 1.28 0.41 1.28 0.41 -clivage clivage nom m s 0.02 0.61 0.01 0.27 -clivages clivage nom m p 0.02 0.61 0.01 0.34 -cliver cliver ver 0.01 0.00 0.01 0.00 inf; -clivés clivé adj m p 0.03 0.00 0.03 0.00 -cloîtra cloîtrer ver 0.80 2.09 0.00 0.07 ind:pas:3s; -cloîtrai cloîtrer ver 0.80 2.09 0.00 0.07 ind:pas:1s; -cloîtraient cloîtrer ver 0.80 2.09 0.00 0.14 ind:imp:3p; -cloîtrait cloîtrer ver 0.80 2.09 0.00 0.14 ind:imp:3s; -cloîtrant cloîtrer ver 0.80 2.09 0.01 0.00 par:pre; -cloître cloître nom m s 0.89 7.23 0.84 6.28 -cloîtrer cloîtrer ver 0.80 2.09 0.17 0.27 inf; -cloîtres cloître nom m p 0.89 7.23 0.05 0.95 -cloîtrâmes cloîtrer ver 0.80 2.09 0.01 0.00 ind:pas:1p; -cloîtré cloîtrer ver m s 0.80 2.09 0.22 0.54 par:pas; -cloîtrée cloîtrer ver f s 0.80 2.09 0.17 0.61 par:pas; -cloîtrées cloîtré adj f p 0.33 0.54 0.14 0.07 -cloîtrés cloîtrer ver m p 0.80 2.09 0.05 0.00 par:pas; -cloacal cloacal adj m s 0.00 0.07 0.00 0.07 -cloaque cloaque nom m s 0.75 1.89 0.59 1.76 -cloaques cloaque nom m p 0.75 1.89 0.16 0.14 -cloc cloc nom m s 0.00 0.07 0.00 0.07 -clochaient clocher ver 8.93 2.97 0.00 0.07 ind:imp:3p; -clochait clocher ver 8.93 2.97 0.93 1.08 ind:imp:3s; -clochant clocher ver 8.93 2.97 0.00 0.27 par:pre; -clochard clochard nom m s 3.88 10.88 2.40 5.27 -clocharde clochard nom f s 3.88 10.88 0.32 1.15 -clochardes clochard nom f p 3.88 10.88 0.18 0.00 -clochardisait clochardiser ver 0.00 0.34 0.00 0.07 ind:imp:3s; -clochardisation clochardisation nom f s 0.01 0.20 0.01 0.20 -clochardiser clochardiser ver 0.00 0.34 0.00 0.20 inf; -clochardisé clochardiser ver m s 0.00 0.34 0.00 0.07 par:pas; -clochards clochard nom m p 3.88 10.88 0.98 4.46 -cloche_pied cloche_pied nom f s 0.01 0.14 0.01 0.14 -cloche cloche nom f s 19.72 34.59 9.01 18.24 -clochent clocher ver 8.93 2.97 0.15 0.00 ind:pre:3p; -clocher clocher nom m s 2.38 13.65 1.87 11.01 -clochers clocher nom m p 2.38 13.65 0.51 2.64 -cloches cloche nom f p 19.72 34.59 10.71 16.35 -clocheton clocheton nom m s 0.00 2.09 0.00 0.88 -clochetons clocheton nom m p 0.00 2.09 0.00 1.22 -clochette clochette nom f s 3.43 5.74 2.57 2.50 -clochettes clochette nom f p 3.43 5.74 0.86 3.24 -clochât clocher ver 8.93 2.97 0.00 0.07 sub:imp:3s; -cloché clocher ver m s 8.93 2.97 0.03 0.00 par:pas; -clodo clodo nom m s 4.12 4.05 3.36 2.16 -clodos clodo nom m p 4.12 4.05 0.76 1.89 -cloison cloison nom f s 2.83 18.24 1.52 12.77 -cloisonnaient cloisonner ver 0.03 0.61 0.00 0.14 ind:imp:3p; -cloisonnais cloisonner ver 0.03 0.61 0.00 0.07 ind:imp:1s; -cloisonnant cloisonner ver 0.03 0.61 0.00 0.07 par:pre; -cloisonne cloisonner ver 0.03 0.61 0.01 0.00 ind:pre:3s; -cloisonnement cloisonnement nom m s 0.01 0.68 0.01 0.47 -cloisonnements cloisonnement nom m p 0.01 0.68 0.00 0.20 -cloisonner cloisonner ver 0.03 0.61 0.00 0.07 inf; -cloisonné cloisonné adj m s 0.16 0.68 0.01 0.41 -cloisonnée cloisonné adj f s 0.16 0.68 0.14 0.00 -cloisonnées cloisonné adj f p 0.16 0.68 0.01 0.07 -cloisonnés cloisonner ver m p 0.03 0.61 0.01 0.14 par:pas; -cloisons cloison nom f p 2.83 18.24 1.31 5.47 -clonage clonage nom m s 1.05 0.07 1.05 0.07 -clonant cloner ver 1.31 0.00 0.01 0.00 par:pre; -clone clone nom m s 3.49 0.20 2.48 0.07 -clonent cloner ver 1.31 0.00 0.04 0.00 ind:pre:3p; -cloner cloner ver 1.31 0.00 0.63 0.00 inf; -clones clone nom m p 3.49 0.20 1.01 0.14 -clonique clonique adj f s 0.01 0.00 0.01 0.00 -cloné cloner ver m s 1.31 0.00 0.46 0.00 par:pas; -clonés cloner ver m p 1.31 0.00 0.09 0.00 par:pas; -clopais cloper ver 0.07 0.74 0.01 0.00 ind:imp:1s; -clopant cloper ver 0.07 0.74 0.00 0.14 par:pre; -clope clope nom s 11.94 4.93 7.87 2.50 -cloper cloper ver 0.07 0.74 0.03 0.34 inf; -clopes clope nom p 11.94 4.93 4.08 2.43 -clopeur clopeur nom m s 0.00 0.07 0.00 0.07 -clopin_clopant clopin_clopant adv 0.00 0.14 0.00 0.14 -clopina clopiner ver 0.12 1.01 0.00 0.14 ind:pas:3s; -clopinait clopiner ver 0.12 1.01 0.02 0.27 ind:imp:3s; -clopinant clopiner ver 0.12 1.01 0.05 0.41 par:pre; -clopine clopiner ver 0.12 1.01 0.02 0.07 ind:pre:3s; -clopinements clopinement nom m p 0.00 0.07 0.00 0.07 -clopiner clopiner ver 0.12 1.01 0.01 0.07 inf; -clopinettes clopinettes nom f p 0.94 0.27 0.94 0.27 -clopinez clopiner ver 0.12 1.01 0.02 0.00 imp:pre:2p;ind:pre:2p; -clopinâmes clopiner ver 0.12 1.01 0.00 0.07 ind:pas:1p; -cloporte cloporte nom m s 0.70 2.97 0.13 1.55 -cloportes cloporte nom m p 0.70 2.97 0.57 1.42 -cloquait cloquer ver 0.00 3.99 0.00 0.20 ind:imp:3s; -cloquant cloquer ver 0.00 3.99 0.00 0.07 par:pre; -cloque cloque nom f s 1.43 3.45 1.14 1.89 -cloquent cloquer ver 0.00 3.99 0.00 0.07 ind:pre:3p; -cloquer cloquer ver 0.00 3.99 0.00 0.74 inf; -cloques cloque nom f p 1.43 3.45 0.28 1.55 -cloqué cloquer ver m s 0.00 3.99 0.00 1.35 par:pas; -cloquée cloquer ver f s 0.00 3.99 0.00 0.34 par:pas; -cloquées cloquer ver f p 0.00 3.99 0.00 0.07 par:pas; -cloqués cloqué adj m p 0.00 0.27 0.00 0.14 -clora clore ver 7.75 31.28 0.01 0.00 ind:fut:3s; -clore clore ver 7.75 31.28 1.42 2.57 inf; -clos clore ver m 7.75 31.28 3.70 21.96 imp:pre:2s;ind:pre:1s;par:pas;par:pas; -close_combat close_combat nom m s 0.04 0.07 0.04 0.07 -close_up close_up nom m s 0.01 0.07 0.01 0.07 -close clore ver f s 7.75 31.28 2.26 3.24 par:pas;par:pas;sub:pre:1s;sub:pre:3s; -closent clore ver 7.75 31.28 0.00 0.14 ind:pre:3p; -closerie closerie nom f s 0.01 0.81 0.01 0.81 -closes clos adj f p 4.62 19.46 1.90 7.43 -clou clou nom m s 13.83 27.50 7.79 10.20 -cloua clouer ver 7.51 19.39 0.14 1.35 ind:pas:3s; -clouage clouage nom m s 0.00 0.07 0.00 0.07 -clouai clouer ver 7.51 19.39 0.00 0.20 ind:pas:1s; -clouaient clouer ver 7.51 19.39 0.23 0.54 ind:imp:3p; -clouait clouer ver 7.51 19.39 0.18 2.09 ind:imp:3s; -clouant clouer ver 7.51 19.39 0.15 0.61 par:pre; -cloue clouer ver 7.51 19.39 1.12 1.22 imp:pre:2s;ind:pre:1s;ind:pre:3s; -clouent clouer ver 7.51 19.39 0.04 0.47 ind:pre:3p; -clouer clouer ver 7.51 19.39 1.39 2.64 inf; -clouera clouer ver 7.51 19.39 0.04 0.00 ind:fut:3s; -clouerai clouer ver 7.51 19.39 0.07 0.00 ind:fut:1s; -cloueraient clouer ver 7.51 19.39 0.01 0.07 cnd:pre:3p; -clouerait clouer ver 7.51 19.39 0.14 0.14 cnd:pre:3s; -cloueras clouer ver 7.51 19.39 0.00 0.07 ind:fut:2s; -clouerez clouer ver 7.51 19.39 0.01 0.00 ind:fut:2p; -cloueur cloueur nom m s 0.16 0.07 0.00 0.07 -cloueuse cloueur nom f s 0.16 0.07 0.16 0.00 -clouez clouer ver 7.51 19.39 0.22 0.07 imp:pre:2p;ind:pre:2p; -clouions clouer ver 7.51 19.39 0.00 0.07 ind:imp:1p; -clouons clouer ver 7.51 19.39 0.03 0.00 imp:pre:1p;ind:pre:1p; -clous clou nom m p 13.83 27.50 6.04 17.30 -cloutage cloutage nom m s 0.00 0.07 0.00 0.07 -clouèrent clouer ver 7.51 19.39 0.00 0.14 ind:pas:3p; -cloutier cloutier nom m s 0.62 0.00 0.62 0.00 -clouté clouté adj m s 0.80 3.78 0.29 1.62 -cloutée clouté adj f s 0.80 3.78 0.05 0.34 -cloutées clouté adj f p 0.80 3.78 0.14 0.54 -cloutés clouté adj m p 0.80 3.78 0.31 1.28 -cloué clouer ver m s 7.51 19.39 2.40 5.54 par:pas; -clouée clouer ver f s 7.51 19.39 0.53 2.84 par:pas; -clouées clouer ver f p 7.51 19.39 0.32 0.61 par:pas; -cloués clouer ver m p 7.51 19.39 0.49 0.74 par:pas; -clown clown nom m s 0.06 9.19 0.06 6.49 -clownerie clownerie nom f s 0.00 0.34 0.00 0.07 -clowneries clownerie nom f p 0.00 0.34 0.00 0.27 -clownesque clownesque adj s 0.10 0.41 0.10 0.34 -clownesques clownesque adj p 0.10 0.41 0.00 0.07 -clowns clown nom m p 0.06 9.19 0.00 2.70 -clé clé nom f s 118.13 48.58 68.73 35.00 -club_house club_house nom m s 0.05 0.07 0.05 0.07 -club club nom m s 67.51 21.42 61.99 18.58 -clébard clébard nom m s 1.65 4.19 1.27 2.91 -clébards clébard nom m p 1.65 4.19 0.38 1.28 -clubhouse clubhouse nom m s 0.05 0.00 0.05 0.00 -clubiste clubiste nom s 0.03 0.00 0.03 0.00 -clubman clubman nom m s 0.00 0.07 0.00 0.07 -clubs club nom m p 67.51 21.42 5.52 2.84 -clématite clématite nom f s 0.14 0.68 0.14 0.14 -clématites clématite nom f p 0.14 0.68 0.00 0.54 -clémence clémence nom f s 3.44 2.43 3.44 2.43 -clément clément adj m s 3.36 3.18 2.50 1.96 -clémente clément adj f s 3.36 3.18 0.47 0.88 -clémentes clément adj f p 3.36 3.18 0.07 0.14 -clémentine clémentine nom f s 0.02 0.00 0.02 0.00 -cléments clément adj m p 3.36 3.18 0.33 0.20 -clunisien clunisien adj m s 0.00 0.07 0.00 0.07 -clérical clérical adj m s 0.04 1.01 0.01 0.54 -cléricale clérical adj f s 0.04 1.01 0.01 0.20 -cléricales clérical adj f p 0.04 1.01 0.01 0.14 -cléricalisme cléricalisme nom m s 0.00 0.20 0.00 0.20 -cléricature cléricature nom f s 0.00 0.07 0.00 0.07 -cléricaux clérical adj m p 0.04 1.01 0.00 0.14 -clés clé nom f p 118.13 48.58 49.40 13.58 -cluse cluse nom f s 0.00 0.14 0.00 0.07 -cluses cluse nom f p 0.00 0.14 0.00 0.07 -cluster cluster nom m s 0.03 0.00 0.03 0.00 -clystère clystère nom m s 0.14 0.20 0.14 0.07 -clystères clystère nom m p 0.14 0.20 0.00 0.14 -cm cm nom m 10.89 1.01 10.89 1.01 -co_animateur co_animateur nom m s 0.03 0.00 0.03 0.00 -co_auteur co_auteur nom m s 0.46 0.00 0.46 0.00 -co_avocat co_avocat nom m s 0.01 0.00 0.01 0.00 -co_capitaine co_capitaine nom m s 0.09 0.00 0.09 0.00 -co_dépendance co_dépendance nom f s 0.01 0.00 0.01 0.00 -co_dépendant co_dépendant adj f s 0.01 0.00 0.01 0.00 -co_existence co_existence nom f s 0.00 0.07 0.00 0.07 -co_exister co_exister ver 0.05 0.00 0.05 0.00 inf; -co_habiter co_habiter ver 0.02 0.00 0.02 0.00 inf; -co_locataire co_locataire nom s 0.22 0.00 0.22 0.00 -co_pilote co_pilote nom s 0.49 0.00 0.49 0.00 -co_pilote co_pilote adj p 0.28 0.00 0.01 0.00 -co_production co_production nom f s 0.11 0.00 0.01 0.00 -co_production co_production nom f p 0.11 0.00 0.10 0.00 -co_proprio co_proprio nom m s 0.01 0.07 0.01 0.00 -co_proprio co_proprio nom m p 0.01 0.07 0.00 0.07 -co_propriétaire co_propriétaire nom s 0.19 0.27 0.05 0.00 -co_propriétaire co_propriétaire nom p 0.19 0.27 0.14 0.27 -co_propriété co_propriété nom f s 0.00 0.34 0.00 0.34 -co_président co_président nom m s 0.02 0.07 0.02 0.07 -co_responsable co_responsable adj s 0.01 0.07 0.01 0.07 -co_signer co_signer ver 0.07 0.00 0.07 0.00 inf; -cosigner cosigner ver 0.32 0.00 0.01 0.00 ind:pre:1p; -co_tuteur co_tuteur nom m s 0.00 0.07 0.00 0.07 -co_éducatif co_éducatif adj f s 0.01 0.00 0.01 0.00 -co_équipier co_équipier nom m s 0.21 0.00 0.21 0.00 -coéquipier coéquipier nom f s 4.20 0.47 0.06 0.00 -co_vedette co_vedette nom f s 0.02 0.00 0.02 0.00 -co_voiturage co_voiturage nom m s 0.07 0.00 0.07 0.00 -co co adv 0.14 0.00 0.14 0.00 -coïncida coïncider ver 1.93 7.09 0.11 0.54 ind:pas:3s; -coïncidaient coïncider ver 1.93 7.09 0.01 0.27 ind:imp:3p; -coïncidais coïncider ver 1.93 7.09 0.00 0.07 ind:imp:1s; -coïncidait coïncider ver 1.93 7.09 0.07 1.62 ind:imp:3s; -coïncidant coïncider ver 1.93 7.09 0.03 0.47 par:pre; -coïncidassent coïncider ver 1.93 7.09 0.00 0.07 sub:imp:3p; -coïncide coïncider ver 1.93 7.09 0.78 1.22 imp:pre:2s;ind:pre:3s; -coïncidence coïncidence nom f s 18.04 7.16 15.95 5.61 -coïncidences coïncidence nom f p 18.04 7.16 2.09 1.55 -coïncident coïncider ver 1.93 7.09 0.44 0.47 ind:pre:3p; -coïncider coïncider ver 1.93 7.09 0.32 1.35 inf; -coïnciderait coïncider ver 1.93 7.09 0.01 0.20 cnd:pre:3s; -coïncidions coïncider ver 1.93 7.09 0.00 0.07 ind:imp:1p; -coïncidât coïncider ver 1.93 7.09 0.00 0.07 sub:imp:3s; -coïncidèrent coïncider ver 1.93 7.09 0.00 0.20 ind:pas:3p; -coïncidé coïncider ver m s 1.93 7.09 0.15 0.47 par:pas; -coït coït nom m s 0.83 3.38 0.81 2.84 -coïts coït nom m p 0.83 3.38 0.03 0.54 -coïté coïter ver m s 0.00 0.07 0.00 0.07 par:pas; -coût coût nom m s 5.04 1.35 3.58 1.22 -coûta coûter ver 83.14 48.11 0.05 1.22 ind:pas:3s; -coûtaient coûter ver 83.14 48.11 0.37 1.35 ind:imp:3p; -coûtais coûter ver 83.14 48.11 0.00 0.14 ind:imp:1s; -coûtait coûter ver 83.14 48.11 0.86 6.35 ind:imp:3s; -coûtant coûtant adj m s 0.11 0.07 0.11 0.07 -coûte coûter ver 83.14 48.11 38.84 20.41 imp:pre:2s;ind:pre:1s;ind:pre:3s; -coûtent coûter ver 83.14 48.11 5.35 1.76 ind:pre:3p; -coûter coûter ver 83.14 48.11 12.58 5.27 inf; -coûtera coûter ver 83.14 48.11 7.11 1.82 ind:fut:3s; -coûterai coûter ver 83.14 48.11 0.02 0.07 ind:fut:1s; -coûteraient coûter ver 83.14 48.11 0.06 0.07 cnd:pre:3p; -coûterait coûter ver 83.14 48.11 2.29 2.30 cnd:pre:3s; -coûteras coûter ver 83.14 48.11 0.01 0.00 ind:fut:2s; -coûteront coûter ver 83.14 48.11 0.41 0.20 ind:fut:3p; -coûtes coûter ver 83.14 48.11 0.44 0.00 ind:pre:2s; -coûteuse coûteux adj f s 3.09 5.07 1.23 1.22 -coûteusement coûteusement adv 0.00 0.07 0.00 0.07 -coûteuses coûteux adj f p 3.09 5.07 0.26 0.81 -coûteux coûteux adj m 3.09 5.07 1.60 3.04 -coûtez coûter ver 83.14 48.11 0.20 0.07 ind:pre:2p; -coûtions coûter ver 83.14 48.11 0.00 0.07 ind:imp:1p; -coûtât coûter ver 83.14 48.11 0.00 0.47 sub:imp:3s; -coûts coût nom m p 5.04 1.35 1.46 0.14 -coûté coûter ver m s 83.14 48.11 14.35 6.15 par:pas; -coûtée coûter ver f s 83.14 48.11 0.01 0.07 par:pas; -coûtées coûter ver f p 83.14 48.11 0.01 0.07 par:pas; -coûtés coûter ver m p 83.14 48.11 0.12 0.07 par:pas; -coaccusé coaccusé nom m s 0.04 0.00 0.04 0.00 -coaccusés coaccusé nom m p 0.04 0.00 0.01 0.00 -coach coach nom m s 7.37 0.00 7.33 0.00 -coache coacher ver 0.23 0.00 0.01 0.00 ind:pre:3s; -coacher coacher ver 0.23 0.00 0.10 0.00 inf; -coaches coache nom m p 0.04 0.00 0.04 0.00 -coachs coach nom m p 7.37 0.00 0.04 0.00 -coaché coacher ver m s 0.23 0.00 0.12 0.00 par:pas; -coactionnaires coactionnaire nom p 0.01 0.00 0.01 0.00 -coadjuteur coadjuteur nom m s 0.00 0.07 0.00 0.07 -coagula coaguler ver 0.51 2.64 0.01 0.07 ind:pas:3s; -coagulaient coaguler ver 0.51 2.64 0.00 0.07 ind:imp:3p; -coagulait coaguler ver 0.51 2.64 0.01 0.34 ind:imp:3s; -coagulant coagulant adj m s 0.03 0.07 0.03 0.00 -coagulantes coagulant adj f p 0.03 0.07 0.00 0.07 -coagulants coagulant nom m p 0.15 0.07 0.14 0.00 -coagulation coagulation nom f s 0.33 0.27 0.33 0.27 -coagule coaguler ver 0.51 2.64 0.15 0.14 ind:pre:3s; -coagulent coaguler ver 0.51 2.64 0.00 0.14 ind:pre:3p; -coaguler coaguler ver 0.51 2.64 0.19 0.27 inf; -coagulera coaguler ver 0.51 2.64 0.01 0.00 ind:fut:3s; -coagulât coaguler ver 0.51 2.64 0.00 0.07 sub:imp:3s; -coagulé coaguler ver m s 0.51 2.64 0.13 0.81 par:pas; -coagulée coaguler ver f s 0.51 2.64 0.00 0.27 par:pas; -coagulées coaguler ver f p 0.51 2.64 0.00 0.07 par:pas; -coagulés coaguler ver m p 0.51 2.64 0.01 0.20 par:pas; -coalisaient coaliser ver 0.00 0.47 0.00 0.14 ind:imp:3p; -coalisent coaliser ver 0.00 0.47 0.00 0.07 ind:pre:3p; -coaliser coaliser ver 0.00 0.47 0.00 0.07 inf; -coalisée coaliser ver f s 0.00 0.47 0.00 0.07 par:pas; -coalisés coalisé nom m p 0.00 0.34 0.00 0.34 -coalition coalition nom f s 1.34 3.45 1.29 3.11 -coalitions coalition nom f p 1.34 3.45 0.05 0.34 -coaltar coaltar nom m s 0.00 0.20 0.00 0.20 -coassaient coasser ver 0.13 0.61 0.00 0.20 ind:imp:3p; -coassant coasser ver 0.13 0.61 0.01 0.14 par:pre; -coasse coasser ver 0.13 0.61 0.10 0.00 ind:pre:3s; -coassement coassement nom m s 0.14 0.41 0.01 0.34 -coassements coassement nom m p 0.14 0.41 0.14 0.07 -coassent coasser ver 0.13 0.61 0.00 0.14 ind:pre:3p; -coasser coasser ver 0.13 0.61 0.02 0.14 inf; -coati coati nom m s 0.01 0.00 0.01 0.00 -coauteur coauteur nom m s 0.12 0.07 0.08 0.00 -coauteurs coauteur nom m p 0.12 0.07 0.04 0.07 -coaxial coaxial adj m s 0.14 0.00 0.13 0.00 -coaxiales coaxial adj f p 0.14 0.00 0.01 0.00 -cob cob nom m s 0.04 0.00 0.04 0.00 -cobalt cobalt nom m s 0.55 0.61 0.55 0.61 -cobaye cobaye nom m s 4.27 0.95 3.02 0.74 -cobayes cobaye nom m p 4.27 0.95 1.25 0.20 -cobelligérants cobelligérant nom m p 0.00 0.07 0.00 0.07 -câbla câbler ver 0.47 0.61 0.00 0.14 ind:pas:3s; -câblage câblage nom m s 0.44 0.00 0.42 0.00 -câblages câblage nom m p 0.44 0.00 0.02 0.00 -câblait câbler ver 0.47 0.61 0.00 0.07 ind:imp:3s; -câble câble nom m s 17.04 6.08 13.36 2.97 -câbler câbler ver 0.47 0.61 0.12 0.00 inf; -câblerais câbler ver 0.47 0.61 0.01 0.07 cnd:pre:1s;cnd:pre:2s; -câblerie câblerie nom f s 0.02 0.00 0.02 0.00 -câbleront câbler ver 0.47 0.61 0.00 0.07 ind:fut:3p; -câbles câble nom m p 17.04 6.08 3.67 3.11 -câbleur câbleur nom m s 0.19 0.07 0.16 0.00 -câbleurs câbleur nom m p 0.19 0.07 0.02 0.07 -câblez câbler ver 0.47 0.61 0.02 0.07 imp:pre:2p; -câblier câblier nom m s 0.01 0.00 0.01 0.00 -câblogramme câblogramme nom m s 0.02 0.00 0.02 0.00 -câblé câbler ver m s 0.47 0.61 0.18 0.20 par:pas; -câblée câblé adj f s 0.25 0.07 0.07 0.00 -câblées câblé adj f p 0.25 0.07 0.08 0.00 -câblés câbler ver m p 0.47 0.61 0.04 0.00 par:pas; -cobol cobol nom m s 0.01 0.00 0.01 0.00 -cobra cobra nom m s 4.24 0.81 3.96 0.74 -cobras cobra nom m p 4.24 0.81 0.28 0.07 -coca_cola coca_cola nom m 0.41 1.01 0.41 1.01 -coca coca nom s 14.53 2.64 14.08 2.64 -cocaïne cocaïne nom f s 5.57 1.22 5.57 1.22 -cocaïnomane cocaïnomane nom s 0.08 0.07 0.08 0.07 -cocagne cocagne nom f s 0.56 0.81 0.56 0.74 -cocagnes cocagne nom f p 0.56 0.81 0.00 0.07 -cocard cocard nom m s 0.19 0.34 0.16 0.14 -cocardasse cocarder ver 0.00 0.20 0.00 0.07 sub:imp:1s; -cocarde cocarde nom f s 0.25 1.49 0.22 1.22 -cocarder cocarder ver 0.00 0.20 0.00 0.07 inf; -cocardes cocarde nom f p 0.25 1.49 0.03 0.27 -cocardier cocardier adj m s 0.02 0.41 0.01 0.14 -cocardiers cocardier adj m p 0.02 0.41 0.00 0.14 -cocardière cocardier adj f s 0.02 0.41 0.01 0.00 -cocardières cocardier adj f p 0.02 0.41 0.00 0.14 -cocards cocard nom m p 0.19 0.34 0.03 0.20 -cocardés cocarder ver m p 0.00 0.20 0.00 0.07 par:pas; -cocas coca nom p 14.53 2.64 0.45 0.00 -cocasse cocasse adj s 0.21 2.84 0.20 2.03 -cocassement cocassement adv 0.00 0.20 0.00 0.20 -cocasserie cocasserie nom f s 0.01 0.47 0.01 0.47 -cocasses cocasse adj p 0.21 2.84 0.01 0.81 -coccinelle coccinelle nom f s 1.33 1.82 1.15 1.35 -coccinelles coccinelle nom f p 1.33 1.82 0.18 0.47 -coccyx coccyx nom m 0.69 0.27 0.69 0.27 -cocha cocher ver 2.15 3.24 0.00 0.07 ind:pas:3s; -cochait cocher ver 2.15 3.24 0.01 0.27 ind:imp:3s; -cochant cocher ver 2.15 3.24 0.00 0.20 par:pre; -coche coche nom s 1.23 1.89 1.23 1.69 -cochelet cochelet nom m s 0.00 0.07 0.00 0.07 -cochenille cochenille nom f s 0.09 0.00 0.07 0.00 -cochenilles cochenille nom f p 0.09 0.00 0.01 0.00 -cocher cocher nom m s 2.50 5.27 2.10 4.12 -cocheras cocher ver 2.15 3.24 0.01 0.00 ind:fut:2s; -cochers cocher nom m p 2.50 5.27 0.41 1.15 -coches cocher ver 2.15 3.24 0.04 0.00 ind:pre:2s; -cochez cocher ver 2.15 3.24 0.12 0.00 imp:pre:2p;ind:pre:2p; -cochléaire cochléaire adj m s 0.17 0.00 0.04 0.00 -cochléaires cochléaire adj m p 0.17 0.00 0.14 0.00 -cochlée cochlée nom f s 0.01 0.00 0.01 0.00 -cochon cochon nom m s 31.09 21.42 21.67 12.70 -cochonceté cochonceté nom f s 0.24 0.20 0.01 0.00 -cochoncetés cochonceté nom f p 0.24 0.20 0.23 0.20 -cochonnaille cochonnaille nom f s 0.00 0.47 0.00 0.14 -cochonnailles cochonnaille nom f p 0.00 0.47 0.00 0.34 -cochonne cochon nom f s 31.09 21.42 0.92 0.68 -cochonner cochonner ver 0.07 0.41 0.02 0.00 inf; -cochonnerie cochonnerie nom f s 5.25 4.05 1.22 1.01 -cochonneries cochonnerie nom f p 5.25 4.05 4.03 3.04 -cochonnes cochon adj f p 7.76 5.88 0.87 0.47 -cochonnet cochonnet nom m s 0.76 0.61 0.53 0.34 -cochonnets cochonnet nom m p 0.76 0.61 0.22 0.27 -cochonnez cochonner ver 0.07 0.41 0.00 0.07 ind:pre:2p; -cochonné cochonner ver m s 0.07 0.41 0.01 0.20 par:pas; -cochonnée cochonnée nom f s 0.01 0.00 0.01 0.00 -cochonnées cochonner ver f p 0.07 0.41 0.00 0.07 par:pas; -cochons cochon nom m p 31.09 21.42 8.50 7.91 -cochât cocher ver 2.15 3.24 0.00 0.07 sub:imp:3s; -cochère cocher adj f s 0.45 6.28 0.45 5.14 -cochères cocher adj f p 0.45 6.28 0.00 1.15 -coché cocher ver m s 2.15 3.24 0.41 0.41 par:pas; -cochée cocher ver f s 2.15 3.24 0.01 0.00 par:pas; -cochées cocher ver f p 2.15 3.24 0.05 0.07 par:pas; -cochés cocher ver m p 2.15 3.24 0.01 0.00 par:pas; -cochylis cochylis nom m 0.00 0.07 0.00 0.07 -cocker cocker nom m s 0.47 1.08 0.47 1.08 -cockney cockney nom m s 0.24 0.14 0.13 0.14 -cockneys cockney nom m p 0.24 0.14 0.11 0.00 -cockpit cockpit nom m s 1.93 0.88 1.93 0.88 -cocktail cocktail nom m s 10.27 9.59 6.62 5.68 -cocktails cocktail nom m p 10.27 9.59 3.65 3.92 -coco coco nom s 8.58 7.77 6.74 6.08 -cocolait cocoler ver 0.00 0.14 0.00 0.07 ind:imp:3s; -cocole cocoler ver 0.00 0.14 0.00 0.07 ind:pre:3s; -cocon cocon nom m s 1.65 3.24 1.07 2.91 -cocons cocon nom m p 1.65 3.24 0.58 0.34 -cocoon cocoon nom m s 0.09 0.00 0.09 0.00 -cocorico cocorico nom m s 1.27 1.01 1.27 0.81 -cocoricos cocorico nom m p 1.27 1.01 0.01 0.20 -cocos coco nom p 8.58 7.77 1.84 1.69 -cocotent cocoter ver 0.00 0.20 0.00 0.07 ind:pre:3p; -cocoter cocoter ver 0.00 0.20 0.00 0.07 inf; -cocoteraies cocoteraie nom f p 0.00 0.07 0.00 0.07 -cocoterait cocoter ver 0.00 0.20 0.00 0.07 cnd:pre:3s; -cocotier cocotier nom m s 0.73 2.43 0.39 0.54 -cocotiers cocotier nom m p 0.73 2.43 0.35 1.89 -cocotte_minute cocotte_minute nom f s 0.07 0.34 0.07 0.34 -cocotte cocotte nom f s 3.47 6.15 3.35 4.73 -cocottes cocotte nom f p 3.47 6.15 0.12 1.42 -coction coction nom f s 0.00 0.07 0.00 0.07 -cocu cocu nom m s 3.78 2.03 3.17 1.49 -cocuage cocuage nom m s 0.00 0.14 0.00 0.07 -cocuages cocuage nom m p 0.00 0.14 0.00 0.07 -cocue cocu adj f s 3.03 3.78 0.45 0.27 -cocues cocu adj f p 3.03 3.78 0.00 0.14 -cocufiant cocufier ver 0.14 0.41 0.01 0.00 par:pre; -cocufie cocufier ver 0.14 0.41 0.03 0.20 imp:pre:2s;ind:pre:1s;ind:pre:3s; -cocufier cocufier ver 0.14 0.41 0.04 0.07 inf; -cocufiera cocufier ver 0.14 0.41 0.01 0.00 ind:fut:3s; -cocufié cocufier ver m s 0.14 0.41 0.05 0.14 par:pas; -cocus cocu nom m p 3.78 2.03 0.50 0.54 -coda coda nom f s 0.14 0.14 0.14 0.14 -codage codage nom m s 0.30 0.27 0.30 0.14 -codages codage nom m p 0.30 0.27 0.00 0.14 -codait coder ver 2.19 0.88 0.00 0.07 ind:imp:3s; -codante codant adj f s 0.01 0.00 0.01 0.00 -code_barre code_barre nom m s 0.07 0.00 0.07 0.00 -code_barres code_barres nom m 0.18 0.00 0.18 0.00 -code_clé code_clé nom m s 0.01 0.00 0.01 0.00 -code code nom m s 51.27 15.00 43.85 13.58 -coder coder ver 2.19 0.88 0.16 0.07 inf; -codes_clé codes_clé nom m p 0.01 0.00 0.01 0.00 -codes code nom m p 51.27 15.00 7.42 1.42 -codeur codeur nom m s 0.04 0.00 0.04 0.00 -codex codex nom m 0.62 0.14 0.62 0.14 -codicille codicille nom m s 0.05 0.27 0.05 0.14 -codicilles codicille nom m p 0.05 0.27 0.00 0.14 -codifia codifier ver 0.07 0.88 0.00 0.07 ind:pas:3s; -codifiait codifier ver 0.07 0.88 0.01 0.00 ind:imp:3s; -codifiant codifier ver 0.07 0.88 0.00 0.07 par:pre; -codification codification nom f s 0.15 0.07 0.15 0.07 -codifier codifier ver 0.07 0.88 0.01 0.07 inf; -codifièrent codifier ver 0.07 0.88 0.00 0.07 ind:pas:3p; -codifié codifier ver m s 0.07 0.88 0.01 0.27 par:pas; -codifiée codifier ver f s 0.07 0.88 0.03 0.27 par:pas; -codifiées codifier ver f p 0.07 0.88 0.01 0.07 par:pas; -codon codon nom m s 0.01 0.00 0.01 0.00 -codé codé adj m s 2.26 0.74 1.22 0.34 -codée codé adj f s 2.26 0.74 0.56 0.14 -codées coder ver f p 2.19 0.88 0.35 0.00 par:pas; -codéine codéine nom f s 0.21 0.07 0.21 0.07 -codés codé adj m p 2.26 0.74 0.34 0.20 -codétenu codétenu nom m s 0.17 0.20 0.13 0.07 -codétenus codétenu nom m p 0.17 0.20 0.05 0.14 -coefficient coefficient nom m s 0.99 1.22 0.81 1.08 -coefficients coefficient nom m p 0.99 1.22 0.18 0.14 -coelacanthe coelacanthe nom m s 0.06 0.07 0.06 0.07 -coeliaque coeliaque adj m s 0.01 0.00 0.01 0.00 -coentreprise coentreprise nom f s 0.03 0.00 0.03 0.00 -coenzyme coenzyme nom f s 0.03 0.00 0.03 0.00 -coercitif coercitif adj m s 0.01 0.20 0.00 0.07 -coercition coercition nom f s 0.48 0.14 0.48 0.14 -coercitive coercitif adj f s 0.01 0.20 0.01 0.14 -coeur_poumon coeur_poumon nom m p 0.03 0.07 0.03 0.07 -coeur coeur nom m s 239.97 400.74 224.98 380.07 -coeurs coeur nom m p 239.97 400.74 15.00 20.68 -coexistaient coexister ver 0.42 1.28 0.00 0.14 ind:imp:3p; -coexistait coexister ver 0.42 1.28 0.00 0.07 ind:imp:3s; -coexistant coexister ver 0.42 1.28 0.00 0.20 par:pre; -coexistants coexistant adj m p 0.01 0.14 0.01 0.14 -coexiste coexister ver 0.42 1.28 0.04 0.07 ind:pre:3s; -coexistence coexistence nom f s 0.49 0.41 0.49 0.41 -coexistent coexister ver 0.42 1.28 0.02 0.34 ind:pre:3p; -coexister coexister ver 0.42 1.28 0.29 0.41 inf; -coexisteront coexister ver 0.42 1.28 0.00 0.07 ind:fut:3p; -coexistez coexister ver 0.42 1.28 0.03 0.00 ind:pre:2p; -coexistons coexister ver 0.42 1.28 0.03 0.00 ind:pre:1p; -coexisté coexister ver m s 0.42 1.28 0.02 0.00 par:pas; -coffee_shop coffee_shop nom m s 0.10 0.00 0.10 0.00 -coffin coffin nom m s 0.33 0.00 0.33 0.00 -coffio coffio nom m s 0.01 0.74 0.01 0.61 -coffios coffio nom m p 0.01 0.74 0.00 0.14 -coffiot coffiot nom m s 0.00 0.34 0.00 0.14 -coffiots coffiot nom m p 0.00 0.34 0.00 0.20 -coffrage coffrage nom m s 0.01 0.88 0.01 0.81 -coffrages coffrage nom m p 0.01 0.88 0.00 0.07 -coffraient coffrer ver 7.75 0.68 0.01 0.00 ind:imp:3p; -coffrait coffrer ver 7.75 0.68 0.12 0.00 ind:imp:3s; -coffre_fort coffre_fort nom m s 4.62 3.92 4.17 3.24 -coffre coffre nom m s 39.35 29.32 35.97 25.14 -coffrent coffrer ver 7.75 0.68 0.23 0.00 ind:pre:3p; -coffrer coffrer ver 7.75 0.68 3.33 0.34 inf; -coffrera coffrer ver 7.75 0.68 0.05 0.00 ind:fut:3s; -coffrerai coffrer ver 7.75 0.68 0.03 0.00 ind:fut:1s; -coffrerais coffrer ver 7.75 0.68 0.01 0.00 cnd:pre:1s; -coffrerons coffrer ver 7.75 0.68 0.01 0.00 ind:fut:1p; -coffreront coffrer ver 7.75 0.68 0.29 0.00 ind:fut:3p; -coffre_fort coffre_fort nom m p 4.62 3.92 0.45 0.68 -coffres coffre nom m p 39.35 29.32 3.38 4.19 -coffret coffret nom m s 1.98 6.42 1.77 5.81 -coffrets coffret nom m p 1.98 6.42 0.22 0.61 -coffrez coffrer ver 7.75 0.68 0.35 0.00 imp:pre:2p;ind:pre:2p; -coffrons coffrer ver 7.75 0.68 0.09 0.00 imp:pre:1p; -coffré coffrer ver m s 7.75 0.68 1.39 0.00 par:pas; -coffrée coffrer ver f s 7.75 0.68 0.07 0.07 par:pas; -coffrées coffrer ver f p 7.75 0.68 0.02 0.00 par:pas; -coffrés coffrer ver m p 7.75 0.68 0.38 0.14 par:pas; -cofinancement cofinancement nom m s 0.01 0.00 0.01 0.00 -cofondateur cofondateur nom m s 0.29 0.07 0.25 0.00 -cofondateurs cofondateur nom m p 0.29 0.07 0.02 0.07 -cofondatrice cofondateur nom f s 0.29 0.07 0.01 0.00 -cofondé cofondé adj m s 0.01 0.00 0.01 0.00 -cogitais cogiter ver 0.70 0.54 0.01 0.00 ind:imp:1s; -cogitait cogiter ver 0.70 0.54 0.02 0.07 ind:imp:3s; -cogitant cogiter ver 0.70 0.54 0.00 0.07 par:pre; -cogitation cogitation nom f s 0.21 0.61 0.02 0.07 -cogitations cogitation nom f p 0.21 0.61 0.19 0.54 -cogite cogiter ver 0.70 0.54 0.12 0.14 imp:pre:2s;ind:pre:1s;ind:pre:3s; -cogitent cogiter ver 0.70 0.54 0.00 0.07 ind:pre:3p; -cogiter cogiter ver 0.70 0.54 0.43 0.07 inf; -cogito cogito nom m s 0.01 0.34 0.01 0.34 -cogité cogiter ver m s 0.70 0.54 0.12 0.14 par:pas; -cogna cogner ver 27.01 34.26 0.13 2.09 ind:pas:3s; -cognac cognac nom m s 12.07 11.01 11.69 10.68 -cognacs cognac nom m p 12.07 11.01 0.39 0.34 -cognai cogner ver 27.01 34.26 0.01 0.20 ind:pas:1s; -cognaient cogner ver 27.01 34.26 0.08 0.88 ind:imp:3p; -cognais cogner ver 27.01 34.26 0.18 0.47 ind:imp:1s; -cognait cogner ver 27.01 34.26 0.79 4.59 ind:imp:3s; -cognant cogner ver 27.01 34.26 0.44 3.24 par:pre; -cognassier cognassier nom m s 0.50 0.27 0.10 0.20 -cognassiers cognassier nom m p 0.50 0.27 0.40 0.07 -cogne cogner ver 27.01 34.26 7.36 8.31 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -cognement cognement nom m s 0.03 0.20 0.00 0.14 -cognements cognement nom m p 0.03 0.20 0.03 0.07 -cognent cogner ver 27.01 34.26 0.48 1.22 ind:pre:3p; -cogner cogner ver 27.01 34.26 7.73 8.65 inf; -cognera cogner ver 27.01 34.26 0.05 0.00 ind:fut:3s; -cognerai cogner ver 27.01 34.26 0.07 0.00 ind:fut:1s; -cogneraient cogner ver 27.01 34.26 0.01 0.00 cnd:pre:3p; -cognerais cogner ver 27.01 34.26 0.05 0.00 cnd:pre:1s; -cognerait cogner ver 27.01 34.26 0.01 0.34 cnd:pre:3s; -cognerez cogner ver 27.01 34.26 0.04 0.00 ind:fut:2p; -cogneront cogner ver 27.01 34.26 0.04 0.07 ind:fut:3p; -cognes cogner ver 27.01 34.26 0.85 0.41 ind:pre:2s; -cogneur cogneur nom m s 0.48 0.47 0.24 0.34 -cogneurs cogneur nom m p 0.48 0.47 0.23 0.07 -cogneuse cogneur nom f s 0.48 0.47 0.01 0.07 -cognez cogner ver 27.01 34.26 0.42 0.00 imp:pre:2p;ind:pre:2p; -cognitif cognitif adj m s 0.42 0.07 0.09 0.00 -cognitifs cognitif adj m p 0.42 0.07 0.02 0.07 -cognition cognition nom f s 0.01 0.00 0.01 0.00 -cognitive cognitif adj f s 0.42 0.07 0.17 0.00 -cognitives cognitif adj f p 0.42 0.07 0.14 0.00 -cognons cogner ver 27.01 34.26 0.13 0.07 imp:pre:1p;ind:pre:1p; -cognèrent cogner ver 27.01 34.26 0.00 0.20 ind:pas:3p; -cogné cogner ver m s 27.01 34.26 6.94 2.84 par:pas; -cognée cogner ver f s 27.01 34.26 1.18 0.34 par:pas; -cognées cognée nom f p 0.25 1.55 0.00 0.41 -cognés cogner ver m p 27.01 34.26 0.01 0.27 par:pas; -cogérant cogérant nom m s 0.01 0.00 0.01 0.00 -cohabita cohabiter ver 1.31 1.08 0.00 0.07 ind:pas:3s; -cohabitaient cohabiter ver 1.31 1.08 0.11 0.41 ind:imp:3p; -cohabitait cohabiter ver 1.31 1.08 0.00 0.14 ind:imp:3s; -cohabitant cohabitant adj m s 0.01 0.00 0.01 0.00 -cohabitation cohabitation nom f s 0.20 1.15 0.19 1.15 -cohabitations cohabitation nom f p 0.20 1.15 0.01 0.00 -cohabite cohabiter ver 1.31 1.08 0.26 0.20 ind:pre:3s; -cohabitent cohabiter ver 1.31 1.08 0.15 0.14 ind:pre:3p; -cohabiter cohabiter ver 1.31 1.08 0.71 0.14 inf; -cohabiteraient cohabiter ver 1.31 1.08 0.02 0.00 cnd:pre:3p; -cohabitiez cohabiter ver 1.31 1.08 0.02 0.00 ind:imp:2p; -cohabité cohabiter ver m s 1.31 1.08 0.04 0.00 par:pas; -cohorte cohorte nom f s 0.78 4.53 0.49 3.31 -cohortes cohorte nom f p 0.78 4.53 0.29 1.22 -cohue cohue nom f s 0.89 7.70 0.88 7.23 -cohues cohue nom f p 0.89 7.70 0.01 0.47 -cohérence cohérence nom f s 0.46 3.51 0.46 3.45 -cohérences cohérence nom f p 0.46 3.51 0.00 0.07 -cohérent cohérent adj m s 1.92 4.66 1.23 2.43 -cohérente cohérent adj f s 1.92 4.66 0.52 1.35 -cohérentes cohérent adj f p 1.92 4.66 0.07 0.41 -cohérents cohérent adj m p 1.92 4.66 0.09 0.47 -cohéritier cohéritier nom m s 0.14 0.07 0.14 0.00 -cohéritiers cohéritier nom m p 0.14 0.07 0.00 0.07 -cohésion cohésion nom f s 0.47 4.59 0.47 4.59 -cohésive cohésif adj f s 0.02 0.00 0.02 0.00 -coi coi adj s 0.50 3.58 0.42 2.16 -coiffa coiffer ver 8.38 42.43 0.01 1.42 ind:pas:3s; -coiffai coiffer ver 8.38 42.43 0.14 0.34 ind:pas:1s; -coiffaient coiffer ver 8.38 42.43 0.00 0.47 ind:imp:3p; -coiffais coiffer ver 8.38 42.43 0.11 0.20 ind:imp:1s;ind:imp:2s; -coiffait coiffer ver 8.38 42.43 0.31 2.50 ind:imp:3s; -coiffant coiffer ver 8.38 42.43 0.04 1.28 par:pre; -coiffante coiffant adj f s 0.03 0.20 0.01 0.07 -coiffe coiffer ver 8.38 42.43 1.81 3.18 imp:pre:2s;ind:pre:1s;ind:pre:3s; -coiffent coiffer ver 8.38 42.43 0.30 0.34 ind:pre:3p; -coiffer coiffer ver 8.38 42.43 2.67 3.99 inf; -coiffera coiffer ver 8.38 42.43 0.04 0.00 ind:fut:3s; -coifferais coiffer ver 8.38 42.43 0.14 0.07 cnd:pre:2s; -coifferait coiffer ver 8.38 42.43 0.01 0.14 cnd:pre:3s; -coifferas coiffer ver 8.38 42.43 0.00 0.07 ind:fut:2s; -coifferont coiffer ver 8.38 42.43 0.01 0.00 ind:fut:3p; -coiffes coiffer ver 8.38 42.43 0.61 0.00 ind:pre:2s; -coiffeur coiffeur nom m s 14.05 21.82 11.01 13.38 -coiffeurs coiffeur nom m p 14.05 21.82 0.78 2.70 -coiffeuse coiffeur nom f s 14.05 21.82 2.27 5.34 -coiffeuses coiffeuse nom f p 0.21 0.00 0.21 0.00 -coiffez coiffer ver 8.38 42.43 0.33 0.14 imp:pre:2p;ind:pre:2p; -coiffiez coiffer ver 8.38 42.43 0.13 0.07 ind:imp:2p; -coiffât coiffer ver 8.38 42.43 0.00 0.07 sub:imp:3s; -coiffèrent coiffer ver 8.38 42.43 0.00 0.07 ind:pas:3p; -coiffé coiffer ver m s 8.38 42.43 0.63 11.62 par:pas; -coiffée coiffer ver f s 8.38 42.43 0.80 8.65 par:pas; -coiffées coiffer ver f p 8.38 42.43 0.04 2.03 par:pas; -coiffure coiffure nom f s 10.46 15.81 10.09 14.05 -coiffures coiffure nom f p 10.46 15.81 0.37 1.76 -coiffés coiffer ver m p 8.38 42.43 0.27 5.81 par:pas; -coin_coin coin_coin nom m s 0.19 0.34 0.19 0.34 -coin_repas coin_repas nom m s 0.02 0.00 0.02 0.00 -coin coin nom m s 99.51 199.26 93.43 167.09 -coince coincer ver 56.95 30.61 4.26 3.04 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -coincent coincer ver 56.95 30.61 0.47 0.34 ind:pre:3p; -coincer coincer ver 56.95 30.61 9.78 4.73 inf; -coincera coincer ver 56.95 30.61 0.98 0.00 ind:fut:3s; -coincerai coincer ver 56.95 30.61 0.69 0.07 ind:fut:1s; -coincerais coincer ver 56.95 30.61 0.04 0.00 cnd:pre:1s; -coincerait coincer ver 56.95 30.61 0.02 0.14 cnd:pre:3s; -coinceriez coincer ver 56.95 30.61 0.01 0.00 cnd:pre:2p; -coincerons coincer ver 56.95 30.61 0.05 0.00 ind:fut:1p; -coinceront coincer ver 56.95 30.61 0.09 0.00 ind:fut:3p; -coinces coincer ver 56.95 30.61 0.13 0.07 ind:pre:2s; -coinceur coinceur nom m s 0.00 0.07 0.00 0.07 -coincez coincer ver 56.95 30.61 0.43 0.07 imp:pre:2p;ind:pre:2p; -coincher coincher ver 0.00 0.07 0.00 0.07 inf; -coinciez coincer ver 56.95 30.61 0.01 0.00 ind:imp:2p; -coincèrent coincer ver 56.95 30.61 0.00 0.07 ind:pas:3p; -coincé coincer ver m s 56.95 30.61 23.27 10.27 par:pas; -coincée coincer ver f s 56.95 30.61 8.18 5.54 ind:imp:3p;par:pas; -coincées coincer ver f p 56.95 30.61 1.02 0.81 par:pas; -coincés coincer ver m p 56.95 30.61 7.14 2.64 par:pas; -coing coing nom m s 2.13 0.68 0.67 0.41 -coings coing nom m p 2.13 0.68 1.46 0.27 -coins coin nom m p 99.51 199.26 6.08 32.16 -coinstot coinstot nom m s 0.00 0.74 0.00 0.68 -coinstots coinstot nom m p 0.00 0.74 0.00 0.07 -coinça coincer ver 56.95 30.61 0.01 0.68 ind:pas:3s; -coinçage coinçage nom m s 0.00 0.27 0.00 0.20 -coinçages coinçage nom m p 0.00 0.27 0.00 0.07 -coinçaient coincer ver 56.95 30.61 0.00 0.41 ind:imp:3p; -coinçais coincer ver 56.95 30.61 0.15 0.07 ind:imp:1s; -coinçait coincer ver 56.95 30.61 0.10 1.22 ind:imp:3s; -coinçant coincer ver 56.95 30.61 0.05 0.47 par:pre; -coinçons coincer ver 56.95 30.61 0.05 0.00 imp:pre:1p; -coir coir nom m s 0.01 0.00 0.01 0.00 -cois coi adj p 0.50 3.58 0.08 0.61 -coite coi adj f s 0.50 3.58 0.00 0.68 -coites coi adj f p 0.50 3.58 0.00 0.14 -coke coke nom s 8.54 5.47 8.49 5.47 -cokes coke nom f p 8.54 5.47 0.05 0.00 -col_de_cygne col_de_cygne nom m s 0.01 0.00 0.01 0.00 -col_vert col_vert nom m s 0.12 0.14 0.12 0.07 -col col nom m s 9.76 57.43 8.35 51.82 -cola cola nom m s 0.45 0.74 0.43 0.34 -colas cola nom m p 0.45 0.74 0.01 0.41 -colback colback nom m s 0.00 0.47 0.00 0.41 -colbacks colback nom m p 0.00 0.47 0.00 0.07 -colchicine colchicine nom f s 0.13 0.00 0.13 0.00 -colchique colchique nom m s 0.00 0.34 0.00 0.07 -colchiques colchique nom m p 0.00 0.34 0.00 0.27 -colcotar colcotar nom m s 0.00 0.07 0.00 0.07 -cold_cream cold_cream nom m s 0.03 0.07 0.03 0.07 -cold cold adj m s 2.01 0.07 2.01 0.07 -cole cole nom m s 0.14 0.00 0.14 0.00 -colectomie colectomie nom f s 0.01 0.00 0.01 0.00 -colibacilles colibacille nom m p 0.01 0.07 0.01 0.07 -colibri colibri nom m s 0.33 0.61 0.21 0.34 -colibris colibri nom m p 0.33 0.61 0.12 0.27 -colifichet colifichet nom m s 0.32 1.08 0.22 0.07 -colifichets colifichet nom m p 0.32 1.08 0.09 1.01 -colimaçon colimaçon nom m s 0.04 1.76 0.04 1.62 -colimaçons colimaçon nom m p 0.04 1.76 0.00 0.14 -colin_maillard colin_maillard nom m s 0.93 0.95 0.93 0.95 -câlin câlin nom m s 6.38 1.96 4.11 0.61 -colin colin nom m s 0.27 0.54 0.27 0.54 -câlina câliner ver 0.81 1.22 0.14 0.07 ind:pas:3s; -câlinait câliner ver 0.81 1.22 0.00 0.20 ind:imp:3s; -câlinant câliner ver 0.81 1.22 0.01 0.07 par:pre; -câline câlin adj f s 1.31 2.84 0.58 1.15 -câlinement câlinement adv 0.00 0.14 0.00 0.14 -câlinent câliner ver 0.81 1.22 0.01 0.14 ind:pre:3p; -câliner câliner ver 0.81 1.22 0.45 0.41 inf; -câlinerai câliner ver 0.81 1.22 0.01 0.00 ind:fut:1s; -câlinerie câlinerie nom f s 0.10 0.61 0.10 0.14 -câlineries câlinerie nom f p 0.10 0.61 0.00 0.47 -câlines câlin adj f p 1.31 2.84 0.01 0.20 -câlins câlin nom m p 6.38 1.96 2.22 0.61 -câliné câliner ver m s 0.81 1.22 0.04 0.14 par:pas; -câlinée câliner ver f s 0.81 1.22 0.00 0.07 par:pas; -colique colique nom f s 1.40 2.03 1.02 0.95 -coliques colique nom f p 1.40 2.03 0.37 1.08 -colis_cadeau colis_cadeau nom m 0.02 0.00 0.02 0.00 -colis_repas colis_repas nom m 0.00 0.07 0.00 0.07 -colis colis nom m 7.50 10.54 7.50 10.54 -colistier colistier nom m s 0.02 0.00 0.02 0.00 -colite colite nom f s 0.27 0.41 0.25 0.34 -colites colite nom f p 0.27 0.41 0.02 0.07 -colla coller ver 51.34 107.16 0.26 4.66 ind:pas:3s; -collabo collabo nom s 0.62 2.43 0.33 0.88 -collabora collaborer ver 7.53 5.41 0.00 0.07 ind:pas:3s; -collaborai collaborer ver 7.53 5.41 0.01 0.07 ind:pas:1s; -collaboraient collaborer ver 7.53 5.41 0.03 0.07 ind:imp:3p; -collaborais collaborer ver 7.53 5.41 0.03 0.14 ind:imp:1s;ind:imp:2s; -collaborait collaborer ver 7.53 5.41 0.45 0.27 ind:imp:3s; -collaborant collaborer ver 7.53 5.41 0.18 0.20 par:pre; -collaborateur collaborateur nom m s 4.54 11.49 1.27 3.78 -collaborateurs collaborateur nom m p 4.54 11.49 2.38 6.96 -collaboration collaboration nom f s 5.12 12.50 5.11 12.43 -collaborationniste collaborationniste adj m s 0.00 0.20 0.00 0.14 -collaborationnistes collaborationniste adj m p 0.00 0.20 0.00 0.07 -collaborations collaboration nom f p 5.12 12.50 0.01 0.07 -collaboratrice collaborateur nom f s 4.54 11.49 0.89 0.47 -collaboratrices collaboratrice nom f p 0.01 0.00 0.01 0.00 -collabore collaborer ver 7.53 5.41 1.09 0.74 imp:pre:2s;ind:pre:1s;ind:pre:3s; -collaborent collaborer ver 7.53 5.41 0.43 0.41 ind:pre:3p; -collaborer collaborer ver 7.53 5.41 2.71 2.16 inf; -collaborera collaborer ver 7.53 5.41 0.05 0.07 ind:fut:3s; -collaborerai collaborer ver 7.53 5.41 0.07 0.00 ind:fut:1s; -collaboreraient collaborer ver 7.53 5.41 0.01 0.07 cnd:pre:3p; -collaborerez collaborer ver 7.53 5.41 0.02 0.07 ind:fut:2p; -collaborerons collaborer ver 7.53 5.41 0.16 0.00 ind:fut:1p; -collabores collaborer ver 7.53 5.41 0.11 0.00 ind:pre:2s; -collaborez collaborer ver 7.53 5.41 0.40 0.00 imp:pre:2p;ind:pre:2p; -collaborions collaborer ver 7.53 5.41 0.00 0.07 ind:imp:1p; -collaborons collaborer ver 7.53 5.41 0.26 0.00 imp:pre:1p;ind:pre:1p; -collaboré collaborer ver m s 7.53 5.41 1.54 1.01 par:pas; -collabos collabo nom p 0.62 2.43 0.29 1.55 -collage collage nom m s 1.31 0.81 1.22 0.74 -collages collage nom m p 1.31 0.81 0.10 0.07 -collagène collagène nom m s 1.23 0.14 1.23 0.14 -collai coller ver 51.34 107.16 0.00 0.81 ind:pas:1s; -collaient coller ver 51.34 107.16 0.11 3.78 ind:imp:3p; -collais coller ver 51.34 107.16 0.24 0.34 ind:imp:1s;ind:imp:2s; -collait coller ver 51.34 107.16 2.03 13.18 ind:imp:3s; -collant collant adj m s 3.37 4.93 1.75 1.96 -collante collant adj f s 3.37 4.93 0.83 1.42 -collantes collant adj f p 3.37 4.93 0.08 0.27 -collants collant nom m p 4.28 4.46 2.60 2.03 -collapse collapser ver 0.02 0.07 0.01 0.07 imp:pre:2s;ind:pre:3s; -collapserait collapser ver 0.02 0.07 0.01 0.00 cnd:pre:3s; -collapsus collapsus nom m 0.17 0.14 0.17 0.14 -collas coller ver 51.34 107.16 0.00 0.14 ind:pas:2s; -collation collation nom f s 0.92 2.03 0.88 1.76 -collationne collationner ver 0.13 0.14 0.02 0.07 ind:pre:1s;ind:pre:3s; -collationnement collationnement nom m s 0.01 0.00 0.01 0.00 -collationner collationner ver 0.13 0.14 0.10 0.00 inf; -collationnés collationner ver m p 0.13 0.14 0.01 0.07 par:pas; -collations collation nom f p 0.92 2.03 0.04 0.27 -collatéral collatéral adj m s 0.66 0.34 0.33 0.07 -collatérale collatéral adj f s 0.66 0.34 0.01 0.07 -collatérales collatéral adj f p 0.66 0.34 0.01 0.07 -collatéraux collatéral adj m p 0.66 0.34 0.30 0.14 -colle coller ver 51.34 107.16 18.32 12.77 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -collectait collecter ver 2.17 1.01 0.05 0.00 ind:imp:3s; -collectant collecter ver 2.17 1.01 0.04 0.14 par:pre; -collecte collecte nom f s 3.13 1.49 2.88 1.28 -collecter collecter ver 2.17 1.01 1.07 0.41 inf; -collectes collecte nom f p 3.13 1.49 0.25 0.20 -collecteur collecteur nom m s 0.87 1.28 0.67 0.88 -collecteurs collecteur nom m p 0.87 1.28 0.20 0.41 -collectez collecter ver 2.17 1.01 0.01 0.00 imp:pre:2p; -collectif collectif nom m s 3.44 0.27 3.44 0.27 -collectifs collectif adj m p 4.60 15.68 0.27 1.35 -collection collection nom f s 16.93 25.68 16.25 21.62 -collectionna collectionner ver 5.74 5.07 0.00 0.07 ind:pas:3s; -collectionnaient collectionner ver 5.74 5.07 0.01 0.20 ind:imp:3p; -collectionnais collectionner ver 5.74 5.07 0.40 0.41 ind:imp:1s;ind:imp:2s; -collectionnait collectionner ver 5.74 5.07 0.70 1.28 ind:imp:3s; -collectionnant collectionner ver 5.74 5.07 0.01 0.20 par:pre; -collectionne collectionner ver 5.74 5.07 2.63 1.01 imp:pre:2s;ind:pre:1s;ind:pre:3s; -collectionnent collectionner ver 5.74 5.07 0.23 0.20 ind:pre:3p; -collectionner collectionner ver 5.74 5.07 0.65 1.15 inf; -collectionnes collectionner ver 5.74 5.07 0.52 0.07 ind:pre:2s; -collectionneur collectionneur nom m s 1.72 4.32 1.30 2.36 -collectionneurs collectionneur nom m p 1.72 4.32 0.36 1.76 -collectionneuse collectionneuse nom f s 0.10 0.00 0.10 0.00 -collectionnez collectionner ver 5.74 5.07 0.26 0.07 imp:pre:2p;ind:pre:2p; -collectionnions collectionner ver 5.74 5.07 0.00 0.07 ind:imp:1p; -collectionnons collectionner ver 5.74 5.07 0.04 0.00 ind:pre:1p; -collectionné collectionner ver m s 5.74 5.07 0.19 0.14 par:pas; -collectionnées collectionner ver f p 5.74 5.07 0.11 0.07 par:pas; -collectionnés collectionner ver m p 5.74 5.07 0.00 0.14 par:pas; -collections collection nom f p 16.93 25.68 0.69 4.05 -collective collectif adj f s 4.60 15.68 1.88 7.91 -collectivement collectivement adv 0.22 0.74 0.22 0.74 -collectives collectif adj f p 4.60 15.68 0.36 1.69 -collectivisation collectivisation nom f s 0.04 0.27 0.04 0.27 -collectiviser collectiviser ver 0.19 0.14 0.05 0.00 inf; -collectivisme collectivisme nom m s 0.14 0.34 0.14 0.34 -collectiviste collectiviste adj s 0.01 0.20 0.01 0.20 -collectivisé collectiviser ver m s 0.19 0.14 0.14 0.00 par:pas; -collectivisée collectiviser ver f s 0.19 0.14 0.01 0.07 par:pas; -collectivisés collectiviser ver m p 0.19 0.14 0.00 0.07 par:pas; -collectivité collectivité nom f s 0.42 2.91 0.41 2.57 -collectivités collectivité nom f p 0.42 2.91 0.01 0.34 -collectons collecter ver 2.17 1.01 0.09 0.00 ind:pre:1p; -collector collector nom m s 0.24 0.00 0.24 0.00 -collectrice collecteur adj f s 0.01 0.00 0.01 0.00 -collecté collecter ver m s 2.17 1.01 0.35 0.20 par:pas; -collectée collecter ver f s 2.17 1.01 0.04 0.07 par:pas; -collectées collecter ver f p 2.17 1.01 0.05 0.00 par:pas; -collectés collecter ver m p 2.17 1.01 0.08 0.14 par:pas; -collent coller ver 51.34 107.16 1.59 2.97 ind:pre:3p; -coller coller ver 51.34 107.16 10.33 12.36 ind:pre:2p;inf; -collera coller ver 51.34 107.16 0.63 0.34 ind:fut:3s; -collerai coller ver 51.34 107.16 0.65 0.07 ind:fut:1s; -collerais coller ver 51.34 107.16 0.10 0.14 cnd:pre:1s;cnd:pre:2s; -collerait coller ver 51.34 107.16 0.22 0.41 cnd:pre:3s; -colleras coller ver 51.34 107.16 0.03 0.00 ind:fut:2s; -collerette collerette nom f s 0.04 2.09 0.04 1.62 -collerettes collerette nom f p 0.04 2.09 0.00 0.47 -collerez coller ver 51.34 107.16 0.06 0.00 ind:fut:2p; -colleront coller ver 51.34 107.16 0.37 0.00 ind:fut:3p; -colles coller ver 51.34 107.16 1.56 0.41 ind:pre:2s;sub:pre:2s; -collet collet nom m s 1.11 3.72 1.08 2.57 -colletage colletage nom m s 0.00 0.07 0.00 0.07 -colleter colleter ver 0.07 0.95 0.03 0.41 inf; -colletin colletin nom m s 0.00 0.14 0.00 0.14 -collets collet nom m p 1.11 3.72 0.03 1.15 -collette colleter ver 0.07 0.95 0.01 0.14 imp:pre:2s;ind:pre:3s; -colleté colleter ver m s 0.07 0.95 0.03 0.27 par:pas; -colletés colleter ver m p 0.07 0.95 0.00 0.14 par:pas; -colleur colleur nom m s 0.11 0.34 0.11 0.00 -colleurs colleur nom m p 0.11 0.34 0.00 0.34 -colleuse colleuse nom f s 0.01 0.00 0.01 0.00 -colley colley nom m s 0.28 0.00 0.27 0.00 -colleys colley nom m p 0.28 0.00 0.01 0.00 -collez coller ver 51.34 107.16 1.68 0.27 imp:pre:2p;ind:pre:2p; -collier collier nom m s 19.91 20.00 17.79 14.80 -colliers collier nom m p 19.91 20.00 2.13 5.20 -colliez coller ver 51.34 107.16 0.05 0.00 ind:imp:2p; -collignon collignon nom m s 2.54 0.20 2.54 0.20 -collimateur collimateur nom m s 0.69 0.81 0.69 0.81 -collimation collimation nom f s 0.00 0.07 0.00 0.07 -colline colline nom f s 26.39 55.61 15.61 30.07 -collines colline nom f p 26.39 55.61 10.79 25.54 -collions coller ver 51.34 107.16 0.01 0.34 ind:imp:1p; -collision collision nom f s 3.91 2.23 3.53 1.76 -collisions collision nom f p 3.91 2.23 0.38 0.47 -colloïdale colloïdal adj f s 0.01 0.00 0.01 0.00 -colloïde colloïde nom m s 0.00 0.07 0.00 0.07 -collodion collodion nom m s 0.03 0.14 0.03 0.14 -collons coller ver 51.34 107.16 0.14 0.14 imp:pre:1p;ind:pre:1p; -colloquant colloquer ver 0.00 0.54 0.00 0.07 par:pre; -colloque colloque nom m s 0.70 2.23 0.58 1.55 -colloquer colloquer ver 0.00 0.54 0.00 0.20 inf; -colloques colloque nom m p 0.70 2.23 0.12 0.68 -colloqué colloquer ver m s 0.00 0.54 0.00 0.20 par:pas; -colloquée colloquer ver f s 0.00 0.54 0.00 0.07 par:pas; -collège collège nom m s 11.58 26.82 11.30 25.00 -collèges collège nom m p 11.58 26.82 0.28 1.82 -collègue collègue nom s 38.93 32.09 18.22 12.16 -collègues collègue nom p 38.93 32.09 20.72 19.93 -collèrent coller ver 51.34 107.16 0.00 0.34 ind:pas:3p; -collé coller ver m s 51.34 107.16 6.66 20.41 par:pas; -collée coller ver f s 51.34 107.16 2.39 11.28 par:pas; -collées coller ver f p 51.34 107.16 1.19 7.57 par:pas; -collégial collégial adj m s 0.20 0.34 0.14 0.00 -collégiale collégial adj f s 0.20 0.34 0.05 0.27 -collégiales collégial adj f p 0.20 0.34 0.00 0.07 -collégialité collégialité nom f s 0.00 0.14 0.00 0.14 -collégiaux collégial adj m p 0.20 0.34 0.01 0.00 -collégien collégien nom m s 0.84 4.66 0.30 1.89 -collégienne collégien nom f s 0.84 4.66 0.26 0.61 -collégiennes collégienne nom f p 0.05 0.00 0.05 0.00 -collégiens collégien nom m p 0.84 4.66 0.28 1.76 -collure collure nom f s 0.03 0.00 0.03 0.00 -collés coller ver m p 51.34 107.16 2.21 11.15 par:pas; -collusion collusion nom f s 0.10 0.74 0.10 0.54 -collusions collusion nom f p 0.10 0.74 0.00 0.20 -collutoire collutoire nom m s 0.00 0.07 0.00 0.07 -collyre collyre nom m s 0.50 0.47 0.50 0.27 -collyres collyre nom m p 0.50 0.47 0.00 0.20 -colmatage colmatage nom m s 0.03 0.07 0.03 0.07 -colmataient colmater ver 1.51 1.76 0.00 0.07 ind:imp:3p; -colmatais colmater ver 1.51 1.76 0.00 0.07 ind:imp:1s; -colmatait colmater ver 1.51 1.76 0.00 0.27 ind:imp:3s; -colmatant colmater ver 1.51 1.76 0.01 0.07 par:pre; -colmate colmater ver 1.51 1.76 0.31 0.20 imp:pre:2s;ind:pre:3s; -colmater colmater ver 1.51 1.76 0.56 0.47 inf; -colmatez colmater ver 1.51 1.76 0.01 0.00 imp:pre:2p; -colmatons colmater ver 1.51 1.76 0.01 0.00 imp:pre:1p; -colmaté colmater ver m s 1.51 1.76 0.14 0.20 par:pas; -colmatée colmater ver f s 1.51 1.76 0.27 0.20 par:pas; -colmatées colmater ver f p 1.51 1.76 0.20 0.14 par:pas; -colmatés colmater ver m p 1.51 1.76 0.00 0.07 par:pas; -colo colo nom f s 1.11 2.91 1.10 2.77 -colocataire colocataire nom s 4.88 0.07 3.91 0.00 -colocataires colocataire nom p 4.88 0.07 0.97 0.07 -colocation colocation nom f s 0.23 0.07 0.23 0.07 -colombages colombage nom m p 0.00 0.68 0.00 0.68 -colombe colombe nom f s 6.84 5.34 5.08 3.51 -colombelle colombelle nom f s 0.00 1.22 0.00 1.22 -colombes colombe nom f p 6.84 5.34 1.76 1.82 -colombien colombien adj m s 0.54 0.14 0.29 0.00 -colombienne colombien nom f s 1.11 0.14 0.17 0.14 -colombiens colombien nom m p 1.11 0.14 0.75 0.00 -colombier colombier nom m s 0.12 1.49 0.12 1.35 -colombiers colombier nom m p 0.12 1.49 0.00 0.14 -colombin colombin nom m s 0.01 0.61 0.01 0.14 -colombine colombin adj f s 0.02 0.34 0.01 0.27 -colombines colombin adj f p 0.02 0.34 0.00 0.07 -colombins colombin nom m p 0.01 0.61 0.00 0.47 -colombo colombo nom m s 0.00 0.07 0.00 0.07 -colombophile colombophile adj s 0.27 0.34 0.27 0.34 -colombophilie colombophilie nom f s 0.14 0.07 0.14 0.07 -colon colon nom m s 5.46 4.05 1.21 0.88 -colonel colonel nom m s 103.70 47.03 102.86 42.91 -colonelle colonel nom f s 103.70 47.03 0.14 1.82 -colonels colonel nom m p 103.70 47.03 0.71 2.30 -colonial colonial adj m s 2.85 12.70 1.12 4.32 -coloniale colonial adj f s 2.85 12.70 1.11 5.34 -coloniales colonial adj f p 2.85 12.70 0.31 1.49 -colonialisme colonialisme nom m s 0.34 0.74 0.34 0.68 -colonialismes colonialisme nom m p 0.34 0.74 0.00 0.07 -colonialiste colonialiste nom s 0.26 0.07 0.10 0.00 -colonialistes colonialiste nom p 0.26 0.07 0.16 0.07 -coloniaux colonial adj m p 2.85 12.70 0.30 1.55 -colonie colonie nom f s 8.75 19.05 5.53 10.34 -colonies colonie nom f p 8.75 19.05 3.22 8.72 -colonisait coloniser ver 0.60 1.62 0.00 0.14 ind:imp:3s; -colonisateur colonisateur nom m s 0.01 0.20 0.00 0.14 -colonisateurs colonisateur nom m p 0.01 0.20 0.01 0.07 -colonisation colonisation nom f s 0.71 0.68 0.71 0.61 -colonisations colonisation nom f p 0.71 0.68 0.00 0.07 -colonisatrice colonisateur adj f s 0.01 0.14 0.01 0.14 -colonise coloniser ver 0.60 1.62 0.01 0.14 ind:pre:3s; -colonisent coloniser ver 0.60 1.62 0.04 0.00 ind:pre:3p; -coloniser coloniser ver 0.60 1.62 0.22 0.41 inf; -coloniserait coloniser ver 0.60 1.62 0.01 0.00 cnd:pre:3s; -colonisez coloniser ver 0.60 1.62 0.01 0.00 ind:pre:2p; -colonisons coloniser ver 0.60 1.62 0.02 0.00 imp:pre:1p;ind:pre:1p; -colonisèrent coloniser ver 0.60 1.62 0.02 0.07 ind:pas:3p; -colonisé coloniser ver m s 0.60 1.62 0.15 0.41 par:pas; -colonisée coloniser ver f s 0.60 1.62 0.06 0.27 par:pas; -colonisées coloniser ver f p 0.60 1.62 0.02 0.00 par:pas; -colonisés coloniser ver m p 0.60 1.62 0.02 0.20 par:pas; -colonnade colonnade nom f s 0.17 2.84 0.15 1.15 -colonnades colonnade nom f p 0.17 2.84 0.02 1.69 -colonne colonne nom f s 9.29 50.07 6.58 25.95 -colonnes colonne nom f p 9.29 50.07 2.71 24.12 -colonnette colonnette nom f s 0.00 1.82 0.00 0.74 -colonnettes colonnette nom f p 0.00 1.82 0.00 1.08 -colonoscopie colonoscopie nom f s 0.01 0.00 0.01 0.00 -colons colon nom m p 5.46 4.05 1.58 3.18 -colopathie colopathie nom f s 0.01 0.00 0.01 0.00 -colophane colophane nom f s 0.28 0.20 0.28 0.20 -colophané colophaner ver m s 0.10 0.00 0.10 0.00 par:pas; -coloquinte coloquinte nom f s 0.00 0.27 0.00 0.14 -coloquintes coloquinte nom f p 0.00 0.27 0.00 0.14 -colora colorer ver 1.10 9.39 0.00 0.81 ind:pas:3s; -colorai colorer ver 1.10 9.39 0.00 0.07 ind:pas:1s; -coloraient colorer ver 1.10 9.39 0.00 0.54 ind:imp:3p; -colorait colorer ver 1.10 9.39 0.00 1.55 ind:imp:3s; -colorant colorant nom m s 0.42 0.47 0.33 0.20 -colorantes colorant adj f p 0.20 0.14 0.00 0.07 -colorants colorant nom m p 0.42 0.47 0.09 0.27 -coloration coloration nom f s 0.67 1.49 0.65 1.15 -colorations coloration nom f p 0.67 1.49 0.01 0.34 -colorature colorature nom f s 0.14 0.14 0.14 0.14 -colore colorer ver 1.10 9.39 0.13 1.01 imp:pre:2s;ind:pre:3s; -colorectal colorectal adj m s 0.01 0.00 0.01 0.00 -colorent colorer ver 1.10 9.39 0.14 0.41 ind:pre:3p; -colorer colorer ver 1.10 9.39 0.16 0.68 inf; -colorez colorer ver 1.10 9.39 0.01 0.07 imp:pre:2p; -coloriage coloriage nom m s 0.49 0.34 0.31 0.27 -coloriages coloriage nom m p 0.49 0.34 0.18 0.07 -coloriaient colorier ver 1.10 5.41 0.00 0.07 ind:imp:3p; -coloriait colorier ver 1.10 5.41 0.01 0.20 ind:imp:3s; -colorie colorier ver 1.10 5.41 0.07 0.07 imp:pre:2s;ind:pre:1s;ind:pre:3s; -colorient colorier ver 1.10 5.41 0.01 0.07 ind:pre:3p; -colorier colorier ver 1.10 5.41 0.25 0.68 inf; -coloriez colorier ver 1.10 5.41 0.17 0.00 imp:pre:2p;ind:pre:2p; -coloris coloris nom m 0.39 1.62 0.39 1.62 -colorisation colorisation nom f s 0.04 0.00 0.04 0.00 -coloriste coloriste nom s 0.16 0.27 0.16 0.27 -colorisé coloriser ver m s 0.02 0.00 0.02 0.00 par:pas; -colorié colorier ver m s 1.10 5.41 0.18 1.08 par:pas; -coloriée colorier ver f s 1.10 5.41 0.11 0.81 par:pas; -coloriées colorier ver f p 1.10 5.41 0.06 1.49 par:pas; -coloriés colorier ver m p 1.10 5.41 0.25 0.95 par:pas; -colorèrent colorer ver 1.10 9.39 0.00 0.20 ind:pas:3p; -coloré coloré adj m s 2.32 9.53 0.78 2.36 -colorée colorer ver f s 1.10 9.39 0.32 1.01 par:pas; -colorées coloré adj f p 2.32 9.53 0.60 2.36 -colorés coloré adj m p 2.32 9.53 0.78 2.70 -colos colo nom f p 1.11 2.91 0.01 0.14 -coloscopie coloscopie nom f s 0.13 0.00 0.13 0.00 -colossal colossal adj m s 1.37 9.05 0.81 4.46 -colossale colossal adj f s 1.37 9.05 0.48 2.70 -colossales colossal adj f p 1.37 9.05 0.02 1.42 -colossaux colossal adj m p 1.37 9.05 0.05 0.47 -colosse colosse nom m s 2.72 6.82 2.46 6.08 -colosses colosse nom m p 2.72 6.82 0.26 0.74 -colostomie colostomie nom f s 0.09 0.00 0.09 0.00 -colostrum colostrum nom m s 0.01 0.00 0.01 0.00 -colporta colporter ver 0.56 2.16 0.00 0.07 ind:pas:3s; -colportage colportage nom m s 0.01 0.14 0.01 0.14 -colportaient colporter ver 0.56 2.16 0.00 0.14 ind:imp:3p; -colportait colporter ver 0.56 2.16 0.00 0.68 ind:imp:3s; -colportant colporter ver 0.56 2.16 0.01 0.20 par:pre; -colporte colporter ver 0.56 2.16 0.08 0.14 imp:pre:2s;ind:pre:3s; -colportent colporter ver 0.56 2.16 0.03 0.00 ind:pre:3p; -colporter colporter ver 0.56 2.16 0.37 0.47 inf; -colportera colporter ver 0.56 2.16 0.00 0.07 ind:fut:3s; -colportes colporter ver 0.56 2.16 0.00 0.07 ind:pre:2s; -colporteur colporteur nom m s 0.53 1.42 0.38 0.54 -colporteurs colporteur nom m p 0.53 1.42 0.15 0.74 -colporteuse colporteur nom f s 0.53 1.42 0.00 0.14 -colportons colporter ver 0.56 2.16 0.02 0.00 imp:pre:1p;ind:pre:1p; -colporté colporter ver m s 0.56 2.16 0.01 0.14 par:pas; -colportée colporter ver f s 0.56 2.16 0.01 0.14 par:pas; -colportées colporter ver f p 0.56 2.16 0.02 0.07 par:pas; -colposcopie colposcopie nom f s 0.01 0.00 0.01 0.00 -cols_de_cygne cols_de_cygne nom m p 0.00 0.07 0.00 0.07 -col_vert col_vert nom m p 0.12 0.14 0.00 0.07 -cols col nom m p 9.76 57.43 1.37 5.61 -colt colt nom m s 0.97 1.82 0.57 1.82 -colère colère nom f s 68.90 100.07 67.91 92.77 -colères colère nom f p 68.90 100.07 0.99 7.30 -coltin coltin nom m s 0.00 0.27 0.00 0.27 -coltina coltiner ver 1.15 3.04 0.00 0.14 ind:pas:3s; -coltinage coltinage nom m s 0.00 0.34 0.00 0.27 -coltinages coltinage nom m p 0.00 0.34 0.00 0.07 -coltinais coltiner ver 1.15 3.04 0.02 0.20 ind:imp:1s; -coltinait coltiner ver 1.15 3.04 0.02 0.14 ind:imp:3s; -coltinant coltiner ver 1.15 3.04 0.00 0.14 par:pre; -coltine coltiner ver 1.15 3.04 0.15 0.61 imp:pre:2s;ind:pre:1s;ind:pre:3s; -coltinent coltiner ver 1.15 3.04 0.01 0.07 ind:pre:3p; -coltiner coltiner ver 1.15 3.04 0.48 1.22 inf; -coltines coltiner ver 1.15 3.04 0.23 0.14 ind:pre:2s; -coltineur coltineur nom m s 0.00 0.07 0.00 0.07 -coltinez coltiner ver 1.15 3.04 0.01 0.00 ind:pre:2p; -coltiné coltiner ver m s 1.15 3.04 0.18 0.20 par:pas; -coltinée coltiner ver f s 1.15 3.04 0.04 0.07 par:pas; -coltinés coltiner ver m p 1.15 3.04 0.00 0.14 par:pas; -colts colt nom m p 0.97 1.82 0.40 0.00 -colée colée nom f s 0.01 0.07 0.01 0.07 -columbarium columbarium nom m s 0.00 0.54 0.00 0.54 -coléoptère coléoptère nom m s 0.64 1.49 0.38 0.61 -coléoptères coléoptère nom m p 0.64 1.49 0.27 0.88 -colérer colérer ver 0.01 0.00 0.01 0.00 inf; -coléreuse coléreux adj f s 1.05 2.64 0.32 0.54 -coléreusement coléreusement adv 0.00 0.07 0.00 0.07 -coléreux coléreux adj m 1.05 2.64 0.73 2.09 -colérique colérique adj s 0.44 0.88 0.43 0.61 -colériques colérique adj f p 0.44 0.88 0.01 0.27 -colvert colvert nom m s 0.19 0.68 0.17 0.41 -colverts colvert nom m p 0.19 0.68 0.03 0.27 -colza colza nom m s 0.05 0.81 0.05 0.61 -colzas colza nom m p 0.05 0.81 0.00 0.20 -com com nom m s 40.90 0.27 40.90 0.27 -coma coma nom m s 12.66 4.93 12.58 4.86 -comac comac adj s 0.16 1.22 0.14 1.08 -comacs comac adj m p 0.16 1.22 0.01 0.14 -comanche comanche nom m s 0.36 0.07 0.36 0.07 -comandant comandant nom s 0.16 0.27 0.16 0.27 -comas coma nom m p 12.66 4.93 0.08 0.07 -comateuse comateux adj f s 0.55 1.08 0.14 0.14 -comateux comateux adj m 0.55 1.08 0.41 0.95 -combat combat nom m s 64.83 72.57 57.31 52.36 -combatif combatif adj m s 0.90 1.42 0.78 0.54 -combatifs combatif adj m p 0.90 1.42 0.05 0.07 -combative combatif adj f s 0.90 1.42 0.07 0.81 -combativité combativité nom f s 0.28 0.41 0.28 0.41 -combats combat nom m p 64.83 72.57 7.53 20.20 -combattît combattre ver 42.89 36.35 0.02 0.07 sub:imp:3s; -combattaient combattre ver 42.89 36.35 0.31 1.62 ind:imp:3p; -combattais combattre ver 42.89 36.35 0.17 0.14 ind:imp:1s;ind:imp:2s; -combattait combattre ver 42.89 36.35 0.50 1.35 ind:imp:3s; -combattant combattant nom m s 6.28 18.31 2.49 4.46 -combattante combattant nom f s 6.28 18.31 0.22 0.54 -combattantes combattant nom f p 6.28 18.31 0.14 0.27 -combattants combattant nom m p 6.28 18.31 3.43 13.04 -combatte combattre ver 42.89 36.35 0.15 0.14 sub:pre:1s;sub:pre:3s; -combattent combattre ver 42.89 36.35 1.51 2.64 ind:pre:3p; -combattes combattre ver 42.89 36.35 0.04 0.00 sub:pre:2s; -combattez combattre ver 42.89 36.35 1.52 0.34 imp:pre:2p;ind:pre:2p; -combattiez combattre ver 42.89 36.35 0.11 0.00 ind:imp:2p; -combattions combattre ver 42.89 36.35 0.10 0.07 ind:imp:1p; -combattirent combattre ver 42.89 36.35 0.03 0.14 ind:pas:3p; -combattit combattre ver 42.89 36.35 0.05 0.20 ind:pas:3s; -combattons combattre ver 42.89 36.35 1.40 0.27 imp:pre:1p;ind:pre:1p; -combattra combattre ver 42.89 36.35 0.63 0.07 ind:fut:3s; -combattrai combattre ver 42.89 36.35 0.52 0.07 ind:fut:1s; -combattraient combattre ver 42.89 36.35 0.04 0.00 cnd:pre:3p; -combattrais combattre ver 42.89 36.35 0.10 0.00 cnd:pre:1s;cnd:pre:2s; -combattrait combattre ver 42.89 36.35 0.00 0.14 cnd:pre:3s; -combattras combattre ver 42.89 36.35 0.19 0.00 ind:fut:2s; -combattre combattre ver 42.89 36.35 20.96 17.97 inf; -combattrez combattre ver 42.89 36.35 0.19 0.00 ind:fut:2p; -combattriez combattre ver 42.89 36.35 0.02 0.00 cnd:pre:2p; -combattrons combattre ver 42.89 36.35 0.59 0.00 ind:fut:1p; -combattront combattre ver 42.89 36.35 0.07 0.14 ind:fut:3p; -combattu combattre ver m s 42.89 36.35 6.41 3.65 par:pas; -combattue combattre ver f s 42.89 36.35 0.22 0.27 par:pas; -combattues combattre ver f p 42.89 36.35 0.04 0.14 par:pas; -combattus combattre ver m p 42.89 36.35 0.30 0.27 par:pas; -combe combe nom f s 0.07 4.59 0.07 3.99 -combes combe nom f p 0.07 4.59 0.00 0.61 -combette combette nom f s 0.00 0.14 0.00 0.14 -combi combi nom m s 0.69 0.00 0.67 0.00 -combien combien adv_sup 390.58 108.04 390.58 108.04 -combientième combientième adj s 0.05 0.07 0.05 0.07 -combina combiner ver 4.50 6.35 0.01 0.07 ind:pas:3s; -combinaient combiner ver 4.50 6.35 0.01 0.47 ind:imp:3p; -combinaison combinaison nom f s 14.56 17.43 11.44 10.81 -combinaisons combinaison nom f p 14.56 17.43 3.12 6.62 -combinait combiner ver 4.50 6.35 0.04 0.74 ind:imp:3s; -combinant combiner ver 4.50 6.35 0.21 0.81 par:pre; -combinard combinard nom m s 0.50 0.27 0.39 0.14 -combinards combinard nom m p 0.50 0.27 0.11 0.14 -combinat combinat nom m s 0.23 0.00 0.23 0.00 -combinatoire combinatoire adj f s 0.10 0.41 0.07 0.34 -combinatoires combinatoire adj f p 0.10 0.41 0.03 0.07 -combine combine nom f s 6.84 8.24 4.32 4.80 -combinent combiner ver 4.50 6.35 0.04 0.41 ind:pre:3p; -combiner combiner ver 4.50 6.35 1.42 1.55 inf; -combineraient combiner ver 4.50 6.35 0.00 0.07 cnd:pre:3p; -combinerait combiner ver 4.50 6.35 0.01 0.00 cnd:pre:3s; -combinerons combiner ver 4.50 6.35 0.02 0.00 ind:fut:1p; -combines combine nom f p 6.84 8.24 2.52 3.45 -combinez combiner ver 4.50 6.35 0.08 0.00 imp:pre:2p;ind:pre:2p; -combinons combiner ver 4.50 6.35 0.01 0.07 ind:pre:1p; -combiné combiner ver m s 4.50 6.35 1.50 0.88 par:pas; -combinée combiner ver f s 4.50 6.35 0.28 0.54 par:pas; -combinées combiné adj f p 0.88 1.69 0.20 0.41 -combinés combiné adj m p 0.88 1.69 0.33 0.41 -combis combi nom m p 0.69 0.00 0.02 0.00 -combisme combisme nom m s 0.00 0.07 0.00 0.07 -combla combler ver 9.35 25.34 0.03 0.61 ind:pas:3s; -comblaient combler ver 9.35 25.34 0.02 0.47 ind:imp:3p; -comblais combler ver 9.35 25.34 0.01 0.07 ind:imp:1s;ind:imp:2s; -comblait combler ver 9.35 25.34 0.06 4.12 ind:imp:3s; -comblant combler ver 9.35 25.34 0.02 0.41 par:pre; -comblants comblant adj m p 0.00 0.27 0.00 0.07 -comble comble nom m s 8.56 27.30 7.86 22.50 -comblent combler ver 9.35 25.34 0.29 0.20 ind:pre:3p; -combler combler ver 9.35 25.34 2.50 7.97 inf; -comblera combler ver 9.35 25.34 0.27 0.07 ind:fut:3s; -comblerai combler ver 9.35 25.34 0.04 0.07 ind:fut:1s; -combleraient combler ver 9.35 25.34 0.00 0.27 cnd:pre:3p; -comblerais combler ver 9.35 25.34 0.01 0.07 cnd:pre:1s; -comblerait combler ver 9.35 25.34 0.07 0.07 cnd:pre:3s; -comblerez combler ver 9.35 25.34 0.02 0.00 ind:fut:2p; -combleront combler ver 9.35 25.34 0.01 0.27 ind:fut:3p; -combles comble nom m p 8.56 27.30 0.70 4.80 -comblez combler ver 9.35 25.34 0.56 0.07 imp:pre:2p;ind:pre:2p; -comblons combler ver 9.35 25.34 0.02 0.00 imp:pre:1p; -comblât combler ver 9.35 25.34 0.00 0.07 sub:imp:3s; -comblèrent combler ver 9.35 25.34 0.00 0.14 ind:pas:3p; -comblé combler ver m s 9.35 25.34 2.00 3.58 par:pas; -comblée combler ver f s 9.35 25.34 1.12 1.89 par:pas; -comblées combler ver f p 9.35 25.34 0.03 0.27 par:pas; -comblés combler ver m p 9.35 25.34 0.49 1.55 par:pas; -combo combo nom m s 0.40 0.00 0.40 0.00 -combourgeois combourgeois nom m 0.00 0.07 0.00 0.07 -comburant comburant adj m s 0.03 0.00 0.03 0.00 -combustible combustible nom m s 1.27 1.49 1.21 1.01 -combustibles combustible nom m p 1.27 1.49 0.05 0.47 -combustion combustion nom f s 3.78 1.89 3.71 1.82 -combustions combustion nom f p 3.78 1.89 0.07 0.07 -comestibilité comestibilité nom f s 0.01 0.00 0.01 0.00 -comestible comestible adj s 1.20 2.36 1.04 1.22 -comestibles comestible adj p 1.20 2.36 0.16 1.15 -comic_book comic_book nom m s 0.08 0.07 0.01 0.00 -comic_book comic_book nom m p 0.08 0.07 0.07 0.07 -comice comice nom s 0.00 0.34 0.00 0.07 -comices comice nom m p 0.00 0.34 0.00 0.27 -comics comics nom m p 0.69 0.41 0.69 0.41 -comique comique adj s 4.86 13.45 4.33 10.34 -comiquement comiquement adv 0.14 1.35 0.14 1.35 -comiques comique nom p 5.17 3.92 0.94 0.41 -comitadji comitadji nom m s 0.01 0.07 0.01 0.07 -comite comite nom m s 0.05 0.14 0.05 0.00 -comites comite nom m p 0.05 0.14 0.00 0.14 -comité comité nom m s 18.72 63.65 18.34 58.99 -comités comité nom m p 18.72 63.65 0.38 4.66 -commît commettre ver 47.45 37.16 0.00 0.07 sub:imp:3s; -comma comma nom m s 0.03 0.00 0.03 0.00 -command command nom m s 0.44 0.07 0.44 0.07 -commanda commander ver 63.49 80.34 0.22 10.14 ind:pas:3s; -commandai commander ver 63.49 80.34 0.01 0.61 ind:pas:1s; -commandaient commander ver 63.49 80.34 0.05 1.89 ind:imp:3p; -commandais commander ver 63.49 80.34 0.47 0.61 ind:imp:1s;ind:imp:2s; -commandait commander ver 63.49 80.34 0.95 10.81 ind:imp:3s; -commandant commandant nom m s 55.24 49.80 54.31 47.64 -commandante commandant adj f s 17.32 5.14 0.13 0.07 -commandants commandant nom m p 55.24 49.80 0.93 2.16 -commande commander ver 63.49 80.34 20.50 13.31 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -commandement commandement nom m s 20.47 47.23 18.13 43.51 -commandements commandement nom m p 20.47 47.23 2.34 3.72 -commandent commander ver 63.49 80.34 1.14 2.64 ind:pre:3p; -commander commander ver 63.49 80.34 13.50 11.55 ind:pre:2p;inf; -commandera commander ver 63.49 80.34 0.70 0.14 ind:fut:3s; -commanderai commander ver 63.49 80.34 0.84 0.27 ind:fut:1s; -commanderait commander ver 63.49 80.34 0.04 0.20 cnd:pre:3s; -commanderas commander ver 63.49 80.34 0.28 0.14 ind:fut:2s; -commanderez commander ver 63.49 80.34 0.22 0.00 ind:fut:2p; -commanderie commanderie nom f s 0.14 0.14 0.14 0.07 -commanderies commanderie nom f p 0.14 0.14 0.00 0.07 -commanderons commander ver 63.49 80.34 0.03 0.07 ind:fut:1p; -commanderont commander ver 63.49 80.34 0.01 0.07 ind:fut:3p; -commandes commande nom f p 31.36 18.72 11.96 6.08 -commandeur commandeur nom m s 2.55 0.74 2.52 0.61 -commandeurs commandeur nom m p 2.55 0.74 0.03 0.14 -commandez commander ver 63.49 80.34 2.84 0.34 imp:pre:2p;ind:pre:2p; -commandiez commander ver 63.49 80.34 0.32 0.07 ind:imp:2p; -commandions commander ver 63.49 80.34 0.02 0.14 ind:imp:1p; -commanditaire commanditaire nom s 1.02 1.08 0.82 0.68 -commanditaires commanditaire nom p 1.02 1.08 0.20 0.41 -commandite commanditer ver 0.68 0.20 0.06 0.00 ind:pre:1s;ind:pre:3s; -commanditer commanditer ver 0.68 0.20 0.06 0.14 inf; -commandites commanditer ver 0.68 0.20 0.10 0.00 ind:pre:2s; -commandité commanditer ver m s 0.68 0.20 0.42 0.00 par:pas; -commanditée commanditer ver f s 0.68 0.20 0.03 0.07 par:pas; -commanditées commanditer ver f p 0.68 0.20 0.01 0.00 par:pas; -commando commando nom m s 5.39 6.82 4.01 3.85 -commandons commander ver 63.49 80.34 0.69 0.07 imp:pre:1p;ind:pre:1p; -commando_suicide commando_suicide nom m p 0.01 0.00 0.01 0.00 -commandos commando nom m p 5.39 6.82 1.38 2.97 -commandât commander ver 63.49 80.34 0.00 0.14 sub:imp:3s; -commandèrent commander ver 63.49 80.34 0.00 1.01 ind:pas:3p; -commandé commander ver m s 63.49 80.34 14.77 12.30 par:pas; -commandée commander ver f s 63.49 80.34 1.30 3.04 par:pas; -commandées commander ver f p 63.49 80.34 0.47 1.28 par:pas; -commandés commander ver m p 63.49 80.34 0.64 1.76 par:pas; -comme comme con 2326.08 3429.32 2326.08 3429.32 -commedia_dell_arte commedia_dell_arte nom f s 0.02 0.14 0.02 0.14 -commence commencer ver 436.83 421.89 143.51 82.50 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -commencement commencement nom m s 6.41 16.55 6.22 15.68 -commencements commencement nom m p 6.41 16.55 0.20 0.88 -commencent commencer ver 436.83 421.89 11.69 13.85 ind:pre:3p; -commencer commencer ver 436.83 421.89 92.51 42.50 inf; -commencera commencer ver 436.83 421.89 4.70 1.89 ind:fut:3s; -commencerai commencer ver 436.83 421.89 1.61 0.54 ind:fut:1s; -commenceraient commencer ver 436.83 421.89 0.04 0.68 cnd:pre:3p; -commencerais commencer ver 436.83 421.89 1.01 0.61 cnd:pre:1s;cnd:pre:2s; -commencerait commencer ver 436.83 421.89 0.37 1.82 cnd:pre:3s; -commenceras commencer ver 436.83 421.89 0.54 0.20 ind:fut:2s; -commencerez commencer ver 436.83 421.89 0.51 0.07 ind:fut:2p; -commenceriez commencer ver 436.83 421.89 0.06 0.00 cnd:pre:2p; -commencerions commencer ver 436.83 421.89 0.14 0.00 cnd:pre:1p; -commencerons commencer ver 436.83 421.89 1.55 0.14 ind:fut:1p; -commenceront commencer ver 436.83 421.89 1.02 0.61 ind:fut:3p; -commences commencer ver 436.83 421.89 16.10 2.91 ind:pre:2s;sub:pre:2s; -commencez commencer ver 436.83 421.89 17.43 2.36 imp:pre:2p;ind:pre:2p; -commenciez commencer ver 436.83 421.89 0.91 0.34 ind:imp:2p; -commencions commencer ver 436.83 421.89 0.49 1.69 ind:imp:1p; -commencèrent commencer ver 436.83 421.89 0.88 9.39 ind:pas:3p; -commencé commencer ver m s 436.83 421.89 102.62 73.99 par:pas;par:pas;par:pas; -commencée commencer ver f s 436.83 421.89 1.64 4.32 par:pas; -commencées commencer ver f p 436.83 421.89 0.05 0.74 par:pas; -commencés commencer ver m p 436.83 421.89 0.09 0.88 par:pas; -commensal commensal nom m s 0.02 0.88 0.00 0.27 -commensalisme commensalisme nom m s 0.00 0.07 0.00 0.07 -commensaux commensal nom m p 0.02 0.88 0.02 0.61 -commensurable commensurable adj s 0.00 0.14 0.00 0.07 -commensurables commensurable adj p 0.00 0.14 0.00 0.07 -comment comment con 558.33 241.35 558.33 241.35 -commenta commenter ver 2.70 19.93 0.04 3.04 ind:pas:3s; -commentai commenter ver 2.70 19.93 0.00 0.14 ind:pas:1s; -commentaient commenter ver 2.70 19.93 0.00 0.81 ind:imp:3p; -commentaire commentaire nom m s 13.94 20.81 8.21 8.51 -commentaires commentaire nom m p 13.94 20.81 5.73 12.30 -commentais commenter ver 2.70 19.93 0.01 0.20 ind:imp:1s;ind:imp:2s; -commentait commenter ver 2.70 19.93 0.00 3.45 ind:imp:3s; -commentant commenter ver 2.70 19.93 0.20 1.49 par:pre; -commentateur commentateur nom m s 0.61 1.89 0.25 0.68 -commentateurs commentateur nom m p 0.61 1.89 0.32 1.22 -commentatrice commentateur nom f s 0.61 1.89 0.04 0.00 -commente commenter ver 2.70 19.93 0.17 3.11 imp:pre:2s;ind:pre:1s;ind:pre:3s; -commentent commenter ver 2.70 19.93 0.01 0.68 ind:pre:3p; -commenter commenter ver 2.70 19.93 1.40 3.51 inf; -commentera commenter ver 2.70 19.93 0.01 0.07 ind:fut:3s; -commenterai commenter ver 2.70 19.93 0.01 0.07 ind:fut:1s; -commenterait commenter ver 2.70 19.93 0.01 0.00 cnd:pre:3s; -commentez commenter ver 2.70 19.93 0.52 0.00 imp:pre:2p;ind:pre:2p; -commença commencer ver 436.83 421.89 3.95 51.35 ind:pas:3s; -commençai commencer ver 436.83 421.89 0.44 6.96 ind:pas:1s; -commençaient commencer ver 436.83 421.89 0.93 20.20 ind:imp:3p; -commençais commencer ver 436.83 421.89 6.38 14.73 ind:imp:1s;ind:imp:2s; -commençait commencer ver 436.83 421.89 7.69 74.66 ind:imp:3s; -commençant commencer ver 436.83 421.89 2.76 8.04 par:pre; -commençante commençant adj f s 0.00 1.15 0.00 0.74 -commençantes commençant adj f p 0.00 1.15 0.00 0.07 -commençants commençant adj m p 0.00 1.15 0.00 0.14 -commenças commencer ver 436.83 421.89 0.00 0.14 ind:pas:2s; -commençâmes commencer ver 436.83 421.89 0.02 0.61 ind:pas:1p; -commençons commencer ver 436.83 421.89 15.20 2.30 imp:pre:1p;ind:pre:1p; -commençât commencer ver 436.83 421.89 0.00 0.88 sub:imp:3s; -commentions commenter ver 2.70 19.93 0.00 0.34 ind:imp:1p; -commenté commenter ver m s 2.70 19.93 0.08 1.42 par:pas; -commentée commenter ver f s 2.70 19.93 0.14 0.68 par:pas; -commentées commenter ver f p 2.70 19.93 0.01 0.47 par:pas; -commentés commenter ver m p 2.70 19.93 0.10 0.47 par:pas; -commerce commerce nom m s 19.57 29.93 18.55 29.05 -commercent commercer ver 1.01 1.01 0.11 0.00 ind:pre:3p; -commercer commercer ver 1.01 1.01 0.27 0.20 inf; -commerces commerce nom m p 19.57 29.93 1.01 0.88 -commercial commercial adj m s 13.13 9.73 8.47 4.12 -commerciale commercial adj f s 13.13 9.73 2.39 2.77 -commercialement commercialement adv 0.16 0.27 0.16 0.27 -commerciales commercial adj f p 13.13 9.73 1.03 1.55 -commercialisable commercialisable adj s 0.02 0.00 0.02 0.00 -commercialisation commercialisation nom f s 0.15 0.41 0.15 0.41 -commercialiser commercialiser ver 0.47 0.20 0.18 0.14 inf; -commercialisera commercialiser ver 0.47 0.20 0.01 0.00 ind:fut:3s; -commercialisé commercialiser ver m s 0.47 0.20 0.28 0.07 par:pas; -commerciaux commercial adj m p 13.13 9.73 1.24 1.28 -commerciez commercer ver 1.01 1.01 0.01 0.00 ind:imp:2p; -commercé commercer ver m s 1.01 1.01 0.08 0.07 par:pas; -commerçait commercer ver 1.01 1.01 0.01 0.20 ind:imp:3s; -commerçant commerçant nom m s 4.34 16.28 1.54 4.19 -commerçante commerçant nom f s 4.34 16.28 0.11 1.28 -commerçantes commerçant adj f p 0.99 2.57 0.02 0.20 -commerçants commerçant nom m p 4.34 16.28 2.69 10.81 -commerçons commercer ver 1.01 1.01 0.00 0.07 ind:pre:1p; -commet commettre ver 47.45 37.16 3.12 1.62 ind:pre:3s; -commets commettre ver 47.45 37.16 0.97 0.54 imp:pre:2s;ind:pre:1s;ind:pre:2s; -commettaient commettre ver 47.45 37.16 0.05 0.47 ind:imp:3p; -commettais commettre ver 47.45 37.16 0.06 0.41 ind:imp:1s;ind:imp:2s; -commettait commettre ver 47.45 37.16 0.09 0.88 ind:imp:3s; -commettant commettre ver 47.45 37.16 0.14 0.27 par:pre; -commettants commettant nom m p 0.02 0.07 0.01 0.07 -commette commettre ver 47.45 37.16 0.17 0.27 sub:pre:1s;sub:pre:3s; -commettent commettre ver 47.45 37.16 0.90 0.95 ind:pre:3p; -commettes commettre ver 47.45 37.16 0.04 0.00 sub:pre:2s; -commettez commettre ver 47.45 37.16 0.82 0.00 imp:pre:2p;ind:pre:2p; -commettiez commettre ver 47.45 37.16 0.06 0.00 ind:imp:2p; -commettions commettre ver 47.45 37.16 0.00 0.14 ind:imp:1p; -commettons commettre ver 47.45 37.16 0.27 0.07 imp:pre:1p;ind:pre:1p; -commettra commettre ver 47.45 37.16 0.11 0.20 ind:fut:3s; -commettrai commettre ver 47.45 37.16 0.17 0.34 ind:fut:1s; -commettraient commettre ver 47.45 37.16 0.03 0.27 cnd:pre:3p; -commettrais commettre ver 47.45 37.16 0.18 0.00 cnd:pre:1s;cnd:pre:2s; -commettrait commettre ver 47.45 37.16 0.23 0.27 cnd:pre:3s; -commettras commettre ver 47.45 37.16 0.33 0.07 ind:fut:2s; -commettre commettre ver 47.45 37.16 9.69 8.99 inf; -commettrez commettre ver 47.45 37.16 0.04 0.00 ind:fut:2p; -comminatoire comminatoire adj s 0.00 0.68 0.00 0.47 -comminatoires comminatoire adj p 0.00 0.68 0.00 0.20 -comminutive comminutif adj f s 0.01 0.00 0.01 0.00 -commirent commettre ver 47.45 37.16 0.01 0.27 ind:pas:3p; -commis_voyageur commis_voyageur nom m s 0.05 0.41 0.05 0.20 -commis_voyageur commis_voyageur nom m p 0.05 0.41 0.00 0.20 -commis commettre ver m 47.45 37.16 27.91 15.81 ind:pas:1s;par:pas;par:pas; -commise commettre ver f s 47.45 37.16 0.94 1.89 par:pas; -commises commettre ver f p 47.45 37.16 0.94 2.57 par:pas; -commissaire_adjoint commissaire_adjoint nom s 0.02 0.07 0.02 0.07 -commissaire_priseur commissaire_priseur nom m s 0.06 0.81 0.06 0.61 -commissaire commissaire nom s 43.39 36.69 42.99 32.09 -commissaire_priseur commissaire_priseur nom m p 0.06 0.81 0.00 0.20 -commissaires commissaire nom p 43.39 36.69 0.40 4.59 -commissariat commissariat nom m s 15.05 12.70 14.61 11.35 -commissariats commissariat nom m p 15.05 12.70 0.44 1.35 -commission commission nom f s 24.50 17.43 22.00 10.81 -commissionnaire commissionnaire nom s 0.79 1.22 0.79 0.95 -commissionnaires commissionnaire nom p 0.79 1.22 0.00 0.27 -commissionné commissionner ver m s 0.01 0.07 0.01 0.07 par:pas; -commissions commission nom f p 24.50 17.43 2.50 6.62 -commissurale commissural adj f s 0.00 0.07 0.00 0.07 -commissure commissure nom f s 0.02 5.41 0.00 2.43 -commissures commissure nom f p 0.02 5.41 0.02 2.97 -commisération commisération nom f s 0.14 2.50 0.14 2.50 -commit commettre ver 47.45 37.16 0.20 0.81 ind:pas:3s; -commode_toilette commode_toilette nom f s 0.00 0.14 0.00 0.14 -commode commode adj s 4.96 17.16 4.43 15.74 -commodes commode adj p 4.96 17.16 0.52 1.42 -commodité commodité nom f s 0.40 3.31 0.26 1.89 -commodités commodité nom f p 0.40 3.31 0.14 1.42 -commodore commodore nom m s 1.00 0.07 0.95 0.07 -commodores commodore nom m p 1.00 0.07 0.04 0.00 -commodément commodément adv 0.09 1.35 0.09 1.35 -commotion commotion nom f s 2.24 0.81 2.03 0.68 -commotionnerait commotionner ver 0.14 0.54 0.00 0.07 cnd:pre:3s; -commotionné commotionner ver m s 0.14 0.54 0.05 0.20 par:pas; -commotionnée commotionner ver f s 0.14 0.54 0.08 0.14 par:pas; -commotionnés commotionner ver m p 0.14 0.54 0.01 0.14 par:pas; -commotions commotion nom f p 2.24 0.81 0.21 0.14 -commère commère nom f s 2.36 3.78 2.01 1.35 -commères commère nom f p 2.36 3.78 0.34 2.43 -commuais commuer ver 0.47 0.54 0.00 0.07 ind:imp:1s; -commuant commuer ver 0.47 0.54 0.00 0.07 par:pre; -commuent commuer ver 0.47 0.54 0.01 0.00 ind:pre:3p; -commuer commuer ver 0.47 0.54 0.08 0.07 inf; -commémorait commémorer ver 0.64 1.69 0.00 0.14 ind:imp:3s; -commémorant commémorer ver 0.64 1.69 0.04 0.27 par:pre; -commémoratif commémoratif adj m s 0.84 1.35 0.16 0.47 -commémoratifs commémoratif adj m p 0.84 1.35 0.04 0.07 -commémoration commémoration nom f s 0.45 1.22 0.42 0.95 -commémorations commémoration nom f p 0.45 1.22 0.04 0.27 -commémorative commémoratif adj f s 0.84 1.35 0.56 0.61 -commémoratives commémoratif adj f p 0.84 1.35 0.08 0.20 -commémore commémorer ver 0.64 1.69 0.04 0.34 ind:pre:3s; -commémorent commémorer ver 0.64 1.69 0.01 0.14 ind:pre:3p; -commémorer commémorer ver 0.64 1.69 0.48 0.81 inf; -commémorions commémorer ver 0.64 1.69 0.01 0.00 ind:imp:1p; -commémorons commémorer ver 0.64 1.69 0.04 0.00 ind:pre:1p; -commémoré commémorer ver m s 0.64 1.69 0.01 0.00 par:pas; -commun commun nom m s 13.98 22.77 13.84 21.49 -communal communal adj m s 1.58 9.12 0.53 6.35 -communale communal adj f s 1.58 9.12 0.71 2.36 -communales communal adj f p 1.58 9.12 0.03 0.41 -communard communard nom m s 0.10 0.88 0.10 0.14 -communards communard nom m p 0.10 0.88 0.00 0.74 -communautaire communautaire adj s 1.15 1.49 0.89 1.01 -communautaires communautaire adj p 1.15 1.49 0.26 0.47 -communauté communauté nom f s 23.36 12.64 22.10 10.95 -communautés communauté nom f p 23.36 12.64 1.25 1.69 -communaux communal adj m p 1.58 9.12 0.30 0.00 -commune commun adj f s 25.08 75.95 7.17 28.58 -communes commun adj f p 25.08 75.95 1.54 4.39 -communia communier ver 1.75 6.62 0.00 0.07 ind:pas:3s; -communiaient communier ver 1.75 6.62 0.00 0.54 ind:imp:3p; -communiais communier ver 1.75 6.62 0.11 0.34 ind:imp:1s; -communiait communier ver 1.75 6.62 0.02 0.41 ind:imp:3s; -communiant communiant nom m s 0.28 3.18 0.14 0.81 -communiante communiant nom f s 0.28 3.18 0.14 1.35 -communiantes communiant nom f p 0.28 3.18 0.00 0.27 -communiants communiant nom m p 0.28 3.18 0.01 0.74 -communiasse communier ver 1.75 6.62 0.00 0.07 sub:imp:1s; -communicabilité communicabilité nom f s 0.00 0.07 0.00 0.07 -communicable communicable adj s 0.01 0.14 0.00 0.07 -communicables communicable adj m p 0.01 0.14 0.01 0.07 -communicant communicant nom m s 0.03 0.00 0.01 0.00 -communicante communicant adj f s 0.10 0.61 0.03 0.00 -communicantes communicant adj f p 0.10 0.61 0.05 0.27 -communicants communicant adj m p 0.10 0.61 0.01 0.34 -communicateur communicateur nom m s 0.49 0.00 0.44 0.00 -communicateurs communicateur nom m p 0.49 0.00 0.05 0.00 -communicatif communicatif adj m s 0.16 2.70 0.12 1.15 -communicatifs communicatif adj m p 0.16 2.70 0.00 0.20 -communication communication nom f s 18.17 26.82 12.88 17.23 -communications communication nom f p 18.17 26.82 5.29 9.59 -communicative communicatif adj f s 0.16 2.70 0.04 1.35 -communie communier ver 1.75 6.62 0.42 0.47 imp:pre:2s;ind:pre:1s;ind:pre:3s; -communient communier ver 1.75 6.62 0.01 0.34 ind:pre:3p; -communier communier ver 1.75 6.62 0.95 2.36 inf; -communierons communier ver 1.75 6.62 0.00 0.07 ind:fut:1p; -communieront communier ver 1.75 6.62 0.00 0.07 ind:fut:3p; -communiez communier ver 1.75 6.62 0.04 0.14 imp:pre:2p;ind:pre:2p; -communion communion nom f s 5.01 13.04 4.76 11.96 -communions communion nom f p 5.01 13.04 0.26 1.08 -communiqua communiquer ver 19.09 26.49 0.00 1.08 ind:pas:3s; -communiquai communiquer ver 19.09 26.49 0.00 0.20 ind:pas:1s; -communiquaient communiquer ver 19.09 26.49 0.30 0.88 ind:imp:3p; -communiquais communiquer ver 19.09 26.49 0.07 0.14 ind:imp:1s;ind:imp:2s; -communiquait communiquer ver 19.09 26.49 0.39 2.36 ind:imp:3s; -communiquant communiquer ver 19.09 26.49 0.09 1.28 par:pre; -communiquassent communiquer ver 19.09 26.49 0.00 0.07 sub:imp:3p; -communique communiquer ver 19.09 26.49 3.17 2.97 imp:pre:2s;ind:pre:1s;ind:pre:3s; -communiquent communiquer ver 19.09 26.49 1.12 1.15 ind:pre:3p; -communiquer communiquer ver 19.09 26.49 10.78 10.61 inf;; -communiquera communiquer ver 19.09 26.49 0.21 0.00 ind:fut:3s; -communiquerai communiquer ver 19.09 26.49 0.08 0.00 ind:fut:1s; -communiqueraient communiquer ver 19.09 26.49 0.01 0.07 cnd:pre:3p; -communiquerait communiquer ver 19.09 26.49 0.00 0.14 cnd:pre:3s; -communiquerez communiquer ver 19.09 26.49 0.02 0.00 ind:fut:2p; -communiquerons communiquer ver 19.09 26.49 0.08 0.07 ind:fut:1p; -communiqueront communiquer ver 19.09 26.49 0.03 0.07 ind:fut:3p; -communiques communiquer ver 19.09 26.49 0.13 0.07 ind:pre:2s; -communiquez communiquer ver 19.09 26.49 0.82 0.07 imp:pre:2p;ind:pre:2p; -communiquiez communiquer ver 19.09 26.49 0.09 0.00 ind:imp:2p; -communiquions communiquer ver 19.09 26.49 0.02 0.20 ind:imp:1p; -communiquons communiquer ver 19.09 26.49 0.25 0.20 imp:pre:1p;ind:pre:1p; -communiquât communiquer ver 19.09 26.49 0.00 0.20 sub:imp:3s; -communiquèrent communiquer ver 19.09 26.49 0.00 0.14 ind:pas:3p; -communiqué communiqué nom m s 4.29 8.99 3.85 7.03 -communiquée communiquer ver f s 19.09 26.49 0.18 0.88 par:pas; -communiquées communiquer ver f p 19.09 26.49 0.08 0.07 par:pas; -communiqués communiqué nom m p 4.29 8.99 0.45 1.96 -communisant communisant adj m s 0.00 0.20 0.00 0.07 -communisants communisant adj m p 0.00 0.20 0.00 0.14 -communisme communisme nom m s 4.29 9.66 4.29 9.66 -communiste communiste adj s 13.47 22.70 10.26 16.35 -communistes communiste nom p 10.93 26.35 8.49 21.15 -communisée communiser ver f s 0.00 0.07 0.00 0.07 par:pas; -communièrent communier ver 1.75 6.62 0.00 0.07 ind:pas:3p; -communié communier ver m s 1.75 6.62 0.18 1.22 par:pas; -communs commun adj m p 25.08 75.95 3.83 10.81 -communément communément adv 0.54 2.50 0.54 2.50 -commérage commérage nom m s 1.54 1.28 0.18 0.14 -commérages commérage nom m p 1.54 1.28 1.36 1.15 -commérait commérer ver 0.04 0.07 0.01 0.07 ind:imp:3s; -commérer commérer ver 0.04 0.07 0.03 0.00 inf; -commutateur commutateur nom m s 0.48 2.77 0.38 2.57 -commutateurs commutateur nom m p 0.48 2.77 0.10 0.20 -commutation commutation nom f s 0.11 0.14 0.11 0.14 -commute commuter ver 0.08 0.00 0.04 0.00 imp:pre:2s;ind:pre:1s;ind:pre:3s; -commuter commuter ver 0.08 0.00 0.04 0.00 inf; -commué commuer ver m s 0.47 0.54 0.02 0.00 par:pas; -commuée commuer ver f s 0.47 0.54 0.36 0.34 par:pas; -comnène comnène adj m s 0.00 0.07 0.00 0.07 -compacité compacité nom f s 0.00 0.20 0.00 0.20 -compact compact adj m s 1.56 10.47 0.62 3.24 -compactage compactage nom m s 0.01 0.00 0.01 0.00 -compacte compact adj f s 1.56 10.47 0.81 4.66 -compactes compact adj f p 1.56 10.47 0.10 0.95 -compacteur compacteur nom m s 0.13 0.00 0.10 0.00 -compacteurs compacteur nom m p 0.13 0.00 0.03 0.00 -compacts compact nom m p 0.15 0.27 0.04 0.00 -compacté compacter ver m s 0.15 0.00 0.01 0.00 par:pas; -compadre compadre nom m s 0.42 0.00 0.37 0.00 -compadres compadre nom m p 0.42 0.00 0.05 0.00 -compagne compagnon nom f s 21.09 80.00 4.90 9.32 -compagnes compagne nom f p 1.12 0.00 1.12 0.00 -compagnie compagnie nom f s 73.78 97.16 68.90 90.88 -compagnies compagnie nom f p 73.78 97.16 4.88 6.28 -compagnon compagnon nom m s 21.09 80.00 8.40 34.26 -compagnonnage compagnonnage nom m s 0.14 0.68 0.14 0.61 -compagnonnages compagnonnage nom m p 0.14 0.68 0.00 0.07 -compagnonnes compagnon nom f p 21.09 80.00 0.00 0.07 -compagnons compagnon nom m p 21.09 80.00 7.79 28.85 -compara comparer ver 25.84 26.01 0.02 0.95 ind:pas:3s; -comparaît comparaître ver 2.52 3.31 0.19 0.14 ind:pre:3s; -comparaîtra comparaître ver 2.52 3.31 0.16 0.00 ind:fut:3s; -comparaîtrait comparaître ver 2.52 3.31 0.01 0.07 cnd:pre:3s; -comparaître comparaître ver 2.52 3.31 1.63 1.62 inf; -comparaîtrez comparaître ver 2.52 3.31 0.17 0.00 ind:fut:2p; -comparaîtrons comparaître ver 2.52 3.31 0.00 0.07 ind:fut:1p; -comparabilité comparabilité nom f s 0.01 0.00 0.01 0.00 -comparable comparable adj s 2.04 6.08 1.93 4.73 -comparables comparable adj p 2.04 6.08 0.11 1.35 -comparai comparer ver 25.84 26.01 0.01 0.14 ind:pas:1s; -comparaient comparer ver 25.84 26.01 0.02 0.68 ind:imp:3p; -comparais comparaître ver 2.52 3.31 0.17 0.34 ind:pre:1s;ind:pre:2s; -comparaison comparaison nom f s 5.25 13.72 4.84 11.35 -comparaisons comparaison nom f p 5.25 13.72 0.41 2.36 -comparaissaient comparaître ver 2.52 3.31 0.00 0.27 ind:imp:3p; -comparaissait comparaître ver 2.52 3.31 0.01 0.00 ind:imp:3s; -comparaissant comparaître ver 2.52 3.31 0.00 0.14 par:pre; -comparaissent comparaître ver 2.52 3.31 0.02 0.00 ind:pre:3p; -comparaisses comparaître ver 2.52 3.31 0.01 0.00 sub:pre:2s; -comparaissons comparaître ver 2.52 3.31 0.01 0.00 ind:pre:1p; -comparait comparer ver 25.84 26.01 0.19 3.31 ind:imp:3s; -comparant comparer ver 25.84 26.01 0.56 1.22 par:pre; -comparateur comparateur nom m s 0.03 0.00 0.03 0.00 -comparatif comparatif adj m s 0.50 0.47 0.14 0.07 -comparatifs comparatif adj m p 0.50 0.47 0.04 0.07 -comparative comparatif adj f s 0.50 0.47 0.18 0.27 -comparativement comparativement adv 0.19 0.07 0.19 0.07 -comparatives comparatif adj f p 0.50 0.47 0.14 0.07 -compare comparer ver 25.84 26.01 4.00 3.24 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -comparent comparer ver 25.84 26.01 0.14 0.34 ind:pre:3p; -comparer comparer ver 25.84 26.01 9.01 8.11 inf; -comparera comparer ver 25.84 26.01 0.21 0.14 ind:fut:3s; -comparerai comparer ver 25.84 26.01 0.05 0.07 ind:fut:1s; -comparerais comparer ver 25.84 26.01 0.04 0.00 cnd:pre:1s; -comparerons comparer ver 25.84 26.01 0.36 0.00 ind:fut:1p; -compareront comparer ver 25.84 26.01 0.00 0.07 ind:fut:3p; -compares comparer ver 25.84 26.01 0.69 0.07 ind:pre:2s; -comparez comparer ver 25.84 26.01 1.60 0.20 imp:pre:2p;ind:pre:2p; -compariez comparer ver 25.84 26.01 0.07 0.07 ind:imp:2p; -comparions comparer ver 25.84 26.01 0.02 0.27 ind:imp:1p; -comparoir comparoir ver 0.01 0.00 0.01 0.00 inf; -comparons comparer ver 25.84 26.01 0.17 0.14 imp:pre:1p;ind:pre:1p; -comparse comparse nom s 0.18 1.76 0.13 0.54 -comparses comparse nom p 0.18 1.76 0.05 1.22 -compartiment compartiment nom m s 6.73 13.58 5.58 10.54 -compartimentage compartimentage nom m s 0.00 0.07 0.00 0.07 -compartimentaient compartimenter ver 0.10 0.27 0.00 0.07 ind:imp:3p; -compartimentant compartimenter ver 0.10 0.27 0.01 0.07 par:pre; -compartimente compartimenter ver 0.10 0.27 0.01 0.00 imp:pre:2s; -compartimenter compartimenter ver 0.10 0.27 0.07 0.00 inf; -compartiments compartiment nom m p 6.73 13.58 1.15 3.04 -compartimenté compartimenté adj m s 0.02 0.20 0.02 0.14 -compartimentée compartimenter ver f s 0.10 0.27 0.00 0.07 par:pas; -comparé comparer ver m s 25.84 26.01 6.47 2.36 par:pas; -comparu comparaître ver m s 2.52 3.31 0.13 0.41 par:pas; -comparée comparer ver f s 25.84 26.01 1.50 2.09 par:pas; -comparées comparer ver f p 25.84 26.01 0.35 0.68 par:pas; -comparés comparer ver m p 25.84 26.01 0.28 1.28 par:pas; -comparut comparaître ver 2.52 3.31 0.02 0.27 ind:pas:3s; -comparution comparution nom f s 0.34 0.34 0.34 0.34 -compas compas nom m 1.50 2.84 1.50 2.84 -compassion compassion nom f s 10.15 7.30 10.15 7.30 -compassé compassé adj m s 0.00 1.76 0.00 0.88 -compassée compassé adj f s 0.00 1.76 0.00 0.27 -compassées compassé adj f p 0.00 1.76 0.00 0.14 -compassés compassé adj m p 0.00 1.76 0.00 0.47 -compati compatir ver m s 3.46 2.57 0.04 0.07 par:pas; -compatibilité compatibilité nom f s 0.40 0.00 0.40 0.00 -compatible compatible adj s 2.52 2.09 1.25 1.62 -compatibles compatible adj p 2.52 2.09 1.27 0.47 -compatie compatir ver f s 3.46 2.57 0.06 0.00 par:pas; -compatir compatir ver 3.46 2.57 0.47 0.54 inf; -compatira compatir ver 3.46 2.57 0.02 0.00 ind:fut:3s; -compatirait compatir ver 3.46 2.57 0.03 0.00 cnd:pre:3s; -compatirent compatir ver 3.46 2.57 0.00 0.07 ind:pas:3p; -compatis compatir ver m p 3.46 2.57 2.07 0.34 imp:pre:2s;ind:pre:1s;ind:pre:2s;par:pas; -compatissaient compatir ver 3.46 2.57 0.00 0.07 ind:imp:3p; -compatissais compatir ver 3.46 2.57 0.05 0.20 ind:imp:1s;ind:imp:2s; -compatissait compatir ver 3.46 2.57 0.02 0.14 ind:imp:3s; -compatissant compatissant adj m s 1.59 3.18 1.01 1.35 -compatissante compatissant adj f s 1.59 3.18 0.39 0.88 -compatissantes compatissant adj f p 1.59 3.18 0.07 0.20 -compatissants compatissant adj m p 1.59 3.18 0.11 0.74 -compatisse compatir ver 3.46 2.57 0.02 0.00 sub:pre:1s;sub:pre:3s; -compatissent compatir ver 3.46 2.57 0.01 0.14 ind:pre:3p; -compatissez compatir ver 3.46 2.57 0.10 0.14 imp:pre:2p;ind:pre:2p; -compatissons compatir ver 3.46 2.57 0.14 0.07 imp:pre:1p;ind:pre:1p; -compatit compatir ver 3.46 2.57 0.41 0.54 ind:pre:3s;ind:pas:3s; -compatriote compatriote nom s 4.76 9.05 1.48 2.23 -compatriotes compatriote nom p 4.76 9.05 3.29 6.82 -compendium compendium nom m s 0.01 0.07 0.01 0.00 -compendiums compendium nom m p 0.01 0.07 0.00 0.07 -compensa compenser ver 4.59 9.32 0.01 0.20 ind:pas:3s; -compensaient compenser ver 4.59 9.32 0.01 0.54 ind:imp:3p; -compensais compenser ver 4.59 9.32 0.00 0.07 ind:imp:1s; -compensait compenser ver 4.59 9.32 0.04 1.08 ind:imp:3s; -compensant compenser ver 4.59 9.32 0.02 0.41 par:pre; -compensateur compensateur adj m s 0.12 0.00 0.05 0.00 -compensateurs compensateur adj m p 0.12 0.00 0.06 0.00 -compensation compensation nom f s 3.33 5.81 2.83 4.39 -compensations compensation nom f p 3.33 5.81 0.49 1.42 -compensatoire compensatoire adj s 0.02 0.34 0.02 0.34 -compense compenser ver 4.59 9.32 0.99 0.74 imp:pre:2s;ind:pre:1s;ind:pre:3s; -compensent compenser ver 4.59 9.32 0.26 0.20 ind:pre:3p; -compenser compenser ver 4.59 9.32 2.06 3.99 inf; -compensera compenser ver 4.59 9.32 0.32 0.00 ind:fut:3s; -compenserais compenser ver 4.59 9.32 0.01 0.00 cnd:pre:2s; -compenserait compenser ver 4.59 9.32 0.17 0.41 cnd:pre:3s; -compensez compenser ver 4.59 9.32 0.28 0.00 imp:pre:2p;ind:pre:2p; -compensât compenser ver 4.59 9.32 0.00 0.14 sub:imp:3s; -compensèrent compenser ver 4.59 9.32 0.00 0.07 ind:pas:3p; -compensé compenser ver m s 4.59 9.32 0.31 0.61 par:pas; -compensée compenser ver f s 4.59 9.32 0.06 0.68 par:pas; -compensées compensé adj f p 0.21 0.95 0.04 0.61 -compensés compensé adj m p 0.21 0.95 0.13 0.00 -compil compil nom f s 0.19 0.00 0.19 0.00 -compilant compiler ver 0.58 0.54 0.14 0.27 par:pre; -compilateur compilateur nom m s 0.08 0.14 0.08 0.14 -compilation compilation nom f s 0.29 0.47 0.26 0.34 -compilations compilation nom f p 0.29 0.47 0.03 0.14 -compile compiler ver 0.58 0.54 0.09 0.07 imp:pre:2s;ind:pre:3s; -compiler compiler ver 0.58 0.54 0.23 0.00 inf; -compilons compiler ver 0.58 0.54 0.01 0.00 ind:pre:1p; -compilé compiler ver m s 0.58 0.54 0.11 0.07 par:pas; -compilées compiler ver f p 0.58 0.54 0.02 0.14 par:pas; -compissait compisser ver 0.01 0.27 0.00 0.07 ind:imp:3s; -compisse compisser ver 0.01 0.27 0.01 0.07 ind:pre:1s;ind:pre:3s; -compisser compisser ver 0.01 0.27 0.00 0.07 inf; -compissé compisser ver m s 0.01 0.27 0.00 0.07 par:pas; -complaît complaire ver 0.93 4.19 0.16 0.47 ind:pre:3s; -complainte complainte nom f s 0.66 2.30 0.61 1.62 -complaintes complainte nom f p 0.66 2.30 0.04 0.68 -complairait complaire ver 0.93 4.19 0.00 0.14 cnd:pre:3s; -complaire complaire ver 0.93 4.19 0.19 1.08 inf; -complais complaire ver 0.93 4.19 0.34 0.54 imp:pre:2s;ind:pre:1s;ind:pre:2s; -complaisaient complaire ver 0.93 4.19 0.00 0.14 ind:imp:3p; -complaisais complaire ver 0.93 4.19 0.00 0.14 ind:imp:1s; -complaisait complaire ver 0.93 4.19 0.00 0.68 ind:imp:3s; -complaisamment complaisamment adv 0.01 3.18 0.01 3.18 -complaisance complaisance nom f s 0.94 11.22 0.80 10.00 -complaisances complaisance nom f p 0.94 11.22 0.14 1.22 -complaisant complaisant adj m s 0.61 4.93 0.42 1.82 -complaisante complaisant adj f s 0.61 4.93 0.03 1.96 -complaisantes complaisant adj f p 0.61 4.93 0.00 0.27 -complaisants complaisant adj m p 0.61 4.93 0.16 0.88 -complaise complaire ver 0.93 4.19 0.00 0.14 sub:pre:3s; -complaisent complaire ver 0.93 4.19 0.02 0.20 ind:pre:3p; -complaisez complaire ver 0.93 4.19 0.06 0.07 ind:pre:2p; -complaisiez complaire ver 0.93 4.19 0.00 0.14 ind:imp:2p; -complet_veston complet_veston nom m s 0.00 0.54 0.00 0.54 -complet complet adj m s 29.19 44.12 17.76 20.61 -complets complet adj m p 29.19 44.12 1.68 2.03 -complexait complexer ver 0.42 0.68 0.00 0.07 ind:imp:3s; -complexe complexe adj s 8.62 8.51 6.70 5.68 -complexer complexer ver 0.42 0.68 0.17 0.14 inf; -complexes complexe adj p 8.62 8.51 1.92 2.84 -complexion complexion nom f s 0.02 0.68 0.02 0.68 -complexité complexité nom f s 1.28 2.64 0.92 2.64 -complexités complexité nom f p 1.28 2.64 0.36 0.00 -complexé complexer ver m s 0.42 0.68 0.11 0.14 par:pas; -complexée complexé adj f s 0.12 0.41 0.05 0.00 -complexés complexer ver m p 0.42 0.68 0.03 0.00 par:pas; -complication complication nom f s 4.59 8.38 1.01 3.24 -complications complication nom f p 4.59 8.38 3.58 5.14 -complice complice nom s 14.41 14.73 9.22 7.64 -complices complice nom p 14.41 14.73 5.19 7.09 -complicité complicité nom f s 5.61 24.46 5.20 22.03 -complicités complicité nom f p 5.61 24.46 0.42 2.43 -complies complies nom f p 0.09 0.95 0.09 0.95 -compliment compliment nom m s 17.18 15.00 8.29 5.54 -complimenta complimenter ver 1.22 1.55 0.00 0.07 ind:pas:3s; -complimentaient complimenter ver 1.22 1.55 0.00 0.14 ind:imp:3p; -complimentais complimenter ver 1.22 1.55 0.04 0.07 ind:imp:1s; -complimentait complimenter ver 1.22 1.55 0.03 0.20 ind:imp:3s; -complimentant complimenter ver 1.22 1.55 0.03 0.07 par:pre; -complimente complimenter ver 1.22 1.55 0.25 0.20 imp:pre:2s;ind:pre:1s;ind:pre:3s; -complimentent complimenter ver 1.22 1.55 0.01 0.07 ind:pre:3p; -complimenter complimenter ver 1.22 1.55 0.68 0.20 ind:pre:2p;inf; -complimenteraient complimenter ver 1.22 1.55 0.00 0.14 cnd:pre:3p; -complimentez complimenter ver 1.22 1.55 0.05 0.00 imp:pre:2p; -complimentât complimenter ver 1.22 1.55 0.00 0.07 sub:imp:3s; -compliments compliment nom m p 17.18 15.00 8.89 9.46 -complimenté complimenter ver m s 1.22 1.55 0.08 0.14 par:pas; -complimentée complimenter ver f s 1.22 1.55 0.05 0.20 par:pas; -compliqua compliquer ver 22.30 18.85 0.11 0.14 ind:pas:3s; -compliquaient compliquer ver 22.30 18.85 0.15 0.95 ind:imp:3p; -compliquais compliquer ver 22.30 18.85 0.00 0.07 ind:imp:1s; -compliquait compliquer ver 22.30 18.85 0.02 0.81 ind:imp:3s; -compliquant compliquer ver 22.30 18.85 0.00 0.47 par:pre; -complique compliquer ver 22.30 18.85 4.74 1.96 imp:pre:2s;ind:pre:1s;ind:pre:3s; -compliquent compliquer ver 22.30 18.85 0.40 0.47 ind:pre:3p; -compliquer compliquer ver 22.30 18.85 1.91 2.70 inf; -compliquera compliquer ver 22.30 18.85 0.02 0.07 ind:fut:3s; -compliquerai compliquer ver 22.30 18.85 0.11 0.00 ind:fut:1s; -compliquerait compliquer ver 22.30 18.85 0.02 0.34 cnd:pre:3s; -compliques compliquer ver 22.30 18.85 0.68 0.41 ind:pre:2s; -compliquez compliquer ver 22.30 18.85 0.90 0.14 imp:pre:2p;ind:pre:2p; -compliquions compliquer ver 22.30 18.85 0.00 0.07 ind:imp:1p; -compliquons compliquer ver 22.30 18.85 0.51 0.14 imp:pre:1p;ind:pre:1p; -compliquèrent compliquer ver 22.30 18.85 0.00 0.07 ind:pas:3p; -compliqué compliqué adj m s 23.51 24.46 17.17 12.91 -compliquée compliqué adj f s 23.51 24.46 4.44 5.07 -compliquées compliqué adj f p 23.51 24.46 0.95 3.04 -compliqués compliqué adj m p 23.51 24.46 0.94 3.45 -complot complot nom m s 10.45 6.49 9.82 4.80 -complotai comploter ver 3.68 2.50 0.00 0.07 ind:pas:1s; -complotaient comploter ver 3.68 2.50 0.26 0.14 ind:imp:3p; -complotais comploter ver 3.68 2.50 0.01 0.00 ind:imp:2s; -complotait comploter ver 3.68 2.50 0.04 0.47 ind:imp:3s; -complotant comploter ver 3.68 2.50 0.19 0.14 par:pre; -complote comploter ver 3.68 2.50 0.61 0.47 ind:pre:1s;ind:pre:3s; -complotent comploter ver 3.68 2.50 0.32 0.14 ind:pre:3p; -comploter comploter ver 3.68 2.50 0.71 0.54 ind:pre:2p;inf; -comploteraient comploter ver 3.68 2.50 0.01 0.00 cnd:pre:3p; -comploterait comploter ver 3.68 2.50 0.01 0.00 cnd:pre:3s; -complotes comploter ver 3.68 2.50 0.20 0.00 ind:pre:2s; -comploteur comploteur nom m s 0.19 0.34 0.16 0.14 -comploteurs comploteur nom m p 0.19 0.34 0.01 0.20 -comploteuse comploteur nom f s 0.19 0.34 0.01 0.00 -complotez comploter ver 3.68 2.50 0.63 0.14 imp:pre:2p;ind:pre:2p; -complotiez comploter ver 3.68 2.50 0.15 0.00 ind:imp:2p; -complotons comploter ver 3.68 2.50 0.00 0.14 ind:pre:1p; -complots complot nom m p 10.45 6.49 0.63 1.69 -complotèrent comploter ver 3.68 2.50 0.01 0.00 ind:pas:3p; -comploté comploter ver m s 3.68 2.50 0.53 0.27 par:pas; -complète complet adj f s 29.19 44.12 8.84 18.18 -complètement complètement adv 105.33 81.49 105.33 81.49 -complètements complètement nom m p 0.16 0.00 0.06 0.00 -complètent compléter ver 4.89 14.39 0.37 0.41 ind:pre:3p; -complètes complet adj f p 29.19 44.12 0.92 3.31 -complu complu adj m s 0.00 0.47 0.00 0.47 -complément complément nom m s 1.25 3.51 0.96 2.77 -complémentaire complémentaire adj s 0.81 3.51 0.47 1.55 -complémentairement complémentairement adv 0.00 0.14 0.00 0.14 -complémentaires complémentaire adj p 0.81 3.51 0.34 1.96 -complémentarité complémentarité nom f s 0.03 0.14 0.03 0.14 -compléments complément nom m p 1.25 3.51 0.28 0.74 -complus complaire ver 0.93 4.19 0.00 0.07 ind:pas:1s; -complut complaire ver 0.93 4.19 0.00 0.14 ind:pas:3s; -compléta compléter ver 4.89 14.39 0.00 1.69 ind:pas:3s; -complétai compléter ver 4.89 14.39 0.00 0.14 ind:pas:1s; -complétaient compléter ver 4.89 14.39 0.01 1.15 ind:imp:3p; -complétais compléter ver 4.89 14.39 0.01 0.07 ind:imp:1s; -complétait compléter ver 4.89 14.39 0.21 1.49 ind:imp:3s; -complétant compléter ver 4.89 14.39 0.03 0.54 par:pre; -compléter compléter ver 4.89 14.39 2.02 4.46 inf; -complétera compléter ver 4.89 14.39 0.02 0.20 ind:fut:3s; -compléterai compléter ver 4.89 14.39 0.02 0.00 ind:fut:1s; -compléteraient compléter ver 4.89 14.39 0.00 0.14 cnd:pre:3p; -compléterait compléter ver 4.89 14.39 0.01 0.14 cnd:pre:3s; -compléteras compléter ver 4.89 14.39 0.00 0.07 ind:fut:2s; -compléterez compléter ver 4.89 14.39 0.01 0.07 ind:fut:2p; -compléteront compléter ver 4.89 14.39 0.01 0.00 ind:fut:3p; -complétez compléter ver 4.89 14.39 0.18 0.00 imp:pre:2p;ind:pre:2p; -complétiez compléter ver 4.89 14.39 0.01 0.07 ind:imp:2p; -complétons compléter ver 4.89 14.39 0.14 0.00 imp:pre:1p;ind:pre:1p; -complétèrent compléter ver 4.89 14.39 0.00 0.14 ind:pas:3p; -complété compléter ver m s 4.89 14.39 0.45 1.42 par:pas; -complétude complétude nom f s 0.14 0.07 0.14 0.07 -complétée compléter ver f s 4.89 14.39 0.11 0.68 par:pas; -complétées compléter ver f p 4.89 14.39 0.01 0.34 par:pas; -complétés compléter ver m p 4.89 14.39 0.12 0.20 par:pas; -compo compo nom f s 0.06 1.35 0.06 1.35 -componction componction nom f s 0.01 1.76 0.01 1.76 -components component nom m p 0.01 0.07 0.01 0.07 -comporta comporter ver 24.59 30.54 0.41 0.47 ind:pas:3s; -comportai comporter ver 24.59 30.54 0.01 0.07 ind:pas:1s; -comportaient comporter ver 24.59 30.54 0.21 1.69 ind:imp:3p; -comportais comporter ver 24.59 30.54 0.23 0.14 ind:imp:1s;ind:imp:2s; -comportait comporter ver 24.59 30.54 1.28 7.77 ind:imp:3s; -comportant comporter ver 24.59 30.54 0.23 1.22 par:pre; -comportassent comporter ver 24.59 30.54 0.00 0.07 sub:imp:3p; -comporte comporter ver 24.59 30.54 7.05 7.30 imp:pre:2s;ind:pre:1s;ind:pre:3s; -comportement comportement nom m s 20.94 17.03 19.68 15.27 -comportemental comportemental adj m s 0.79 0.00 0.21 0.00 -comportementale comportemental adj f s 0.79 0.00 0.40 0.00 -comportementales comportemental adj f p 0.79 0.00 0.10 0.00 -comportementalisme comportementalisme nom m s 0.00 0.07 0.00 0.07 -comportementaliste comportementaliste adj m s 0.04 0.07 0.04 0.07 -comportementaux comportemental adj m p 0.79 0.00 0.08 0.00 -comportements comportement nom m p 20.94 17.03 1.25 1.76 -comportent comporter ver 24.59 30.54 1.26 1.69 ind:pre:3p; -comporter comporter ver 24.59 30.54 6.02 6.49 inf; -comportera comporter ver 24.59 30.54 0.18 0.27 ind:fut:3s; -comporterai comporter ver 24.59 30.54 0.03 0.07 ind:fut:1s; -comporteraient comporter ver 24.59 30.54 0.02 0.20 cnd:pre:3p; -comporterais comporter ver 24.59 30.54 0.02 0.00 cnd:pre:1s;cnd:pre:2s; -comporterait comporter ver 24.59 30.54 0.02 1.08 cnd:pre:3s; -comporterez comporter ver 24.59 30.54 0.05 0.00 ind:fut:2p; -comporteriez comporter ver 24.59 30.54 0.13 0.00 cnd:pre:2p; -comporterions comporter ver 24.59 30.54 0.01 0.07 cnd:pre:1p; -comporteront comporter ver 24.59 30.54 0.02 0.07 ind:fut:3p; -comportes comporter ver 24.59 30.54 2.20 0.07 ind:pre:2s;sub:pre:2s; -comportez comporter ver 24.59 30.54 1.63 0.07 imp:pre:2p;ind:pre:2p; -comportiez comporter ver 24.59 30.54 0.17 0.00 ind:imp:2p; -comportions comporter ver 24.59 30.54 0.01 0.14 ind:imp:1p; -comportons comporter ver 24.59 30.54 0.26 0.00 imp:pre:1p;ind:pre:1p; -comportât comporter ver 24.59 30.54 0.00 0.41 sub:imp:3s; -comporté comporter ver m s 24.59 30.54 1.85 0.68 par:pas; -comportée comporter ver f s 24.59 30.54 0.76 0.47 par:pas; -comportés comporter ver m p 24.59 30.54 0.53 0.07 par:pas; -composa composer ver 14.07 47.57 0.12 2.50 ind:pas:3s; -composai composer ver 14.07 47.57 0.00 0.41 ind:pas:1s; -composaient composer ver 14.07 47.57 0.14 4.39 ind:imp:3p; -composais composer ver 14.07 47.57 0.04 0.34 ind:imp:1s;ind:imp:2s; -composait composer ver 14.07 47.57 0.27 5.54 ind:imp:3s; -composant composant nom m s 2.81 1.49 0.96 0.07 -composante composant adj f s 0.60 0.34 0.15 0.07 -composantes composant nom f p 2.81 1.49 0.39 0.68 -composants composant nom m p 2.81 1.49 1.35 0.27 -compose composer ver 14.07 47.57 3.44 4.80 imp:pre:2s;ind:pre:1s;ind:pre:3s; -composent composer ver 14.07 47.57 0.47 3.11 ind:pre:3p; -composer composer ver 14.07 47.57 2.87 7.30 inf; -composera composer ver 14.07 47.57 0.04 0.27 ind:fut:3s; -composerai composer ver 14.07 47.57 0.12 0.00 ind:fut:1s; -composerait composer ver 14.07 47.57 0.01 0.20 cnd:pre:3s; -composeront composer ver 14.07 47.57 0.11 0.07 ind:fut:3p; -composes composer ver 14.07 47.57 0.20 0.07 ind:pre:2s; -composeur composeur nom m s 0.69 0.00 0.69 0.00 -composez composer ver 14.07 47.57 0.86 0.14 imp:pre:2p;ind:pre:2p; -composiez composer ver 14.07 47.57 0.03 0.00 ind:imp:2p; -composions composer ver 14.07 47.57 0.00 0.14 ind:imp:1p; -composite composite adj s 0.16 1.01 0.14 0.88 -composites composite nom m p 0.10 0.00 0.04 0.00 -compositeur compositeur nom m s 4.32 3.38 3.62 2.91 -compositeurs compositeur nom m p 4.32 3.38 0.61 0.47 -composition composition nom f s 3.99 17.43 3.56 14.59 -compositions composition nom f p 3.99 17.43 0.43 2.84 -compositrice compositeur nom f s 4.32 3.38 0.09 0.00 -composons composer ver 14.07 47.57 0.09 0.14 imp:pre:1p;ind:pre:1p; -compost compost nom m s 0.15 0.14 0.15 0.14 -composter composter ver 0.14 0.34 0.00 0.20 inf; -composteur composteur nom m s 0.00 0.54 0.00 0.47 -composteurs composteur nom m p 0.00 0.54 0.00 0.07 -compostez composter ver 0.14 0.34 0.00 0.07 imp:pre:2p; -composèrent composer ver 14.07 47.57 0.00 0.14 ind:pas:3p; -composté composter ver m s 0.14 0.34 0.14 0.07 par:pas; -composé composer ver m s 14.07 47.57 3.34 9.19 par:pas; -composée composer ver f s 14.07 47.57 1.38 4.19 par:pas; -composées composer ver f p 14.07 47.57 0.12 1.01 par:pas; -composés composé nom m p 0.70 1.08 0.35 0.14 -compote compote nom f s 3.01 3.31 3.00 2.77 -compotes compote nom f p 3.01 3.31 0.01 0.54 -compotier compotier nom m s 0.00 0.68 0.00 0.61 -compotiers compotier nom m p 0.00 0.68 0.00 0.07 -compound compound adj 0.02 0.00 0.02 0.00 -comprîmes comprendre ver 893.40 614.80 0.02 0.20 ind:pas:1p; -comprît comprendre ver 893.40 614.80 0.01 2.64 sub:imp:3s; -comprador comprador nom m s 0.02 0.00 0.02 0.00 -comprenaient comprendre ver 893.40 614.80 0.61 5.20 ind:imp:3p; -comprenais comprendre ver 893.40 614.80 5.34 24.12 ind:imp:1s;ind:imp:2s; -comprenait comprendre ver 893.40 614.80 4.69 41.28 ind:imp:3s; -comprenant comprendre ver 893.40 614.80 0.55 9.32 par:pre; -comprend comprendre ver 893.40 614.80 41.39 31.82 ind:pre:3s; -comprendra comprendre ver 893.40 614.80 7.10 4.32 ind:fut:3s; -comprendrai comprendre ver 893.40 614.80 2.63 1.42 ind:fut:1s; -comprendraient comprendre ver 893.40 614.80 0.90 1.01 cnd:pre:3p; -comprendrais comprendre ver 893.40 614.80 4.97 2.50 cnd:pre:1s;cnd:pre:2s; -comprendrait comprendre ver 893.40 614.80 3.20 5.00 cnd:pre:3s; -comprendras comprendre ver 893.40 614.80 6.82 2.97 ind:fut:2s; -comprendre comprendre ver 893.40 614.80 135.13 148.51 inf; -comprendrez comprendre ver 893.40 614.80 4.48 2.23 ind:fut:2p; -comprendriez comprendre ver 893.40 614.80 1.52 0.27 cnd:pre:2p; -comprendrions comprendre ver 893.40 614.80 0.04 0.07 cnd:pre:1p; -comprendrons comprendre ver 893.40 614.80 0.42 0.14 ind:fut:1p; -comprendront comprendre ver 893.40 614.80 2.84 1.15 ind:fut:3p; -comprends comprendre ver 893.40 614.80 368.53 103.18 imp:pre:2s;ind:pre:1s;ind:pre:2s; -comprenette comprenette nom f s 0.03 0.14 0.03 0.14 -comprenez comprendre ver 893.40 614.80 68.86 28.18 imp:pre:2p;ind:pre:2p; -compreniez comprendre ver 893.40 614.80 2.44 1.15 ind:imp:2p; -comprenions comprendre ver 893.40 614.80 0.33 1.82 ind:imp:1p; -comprenne comprendre ver 893.40 614.80 5.98 5.54 sub:pre:1s;sub:pre:3s; -comprennent comprendre ver 893.40 614.80 12.53 8.85 ind:pre:3p;sub:pre:3p; -comprennes comprendre ver 893.40 614.80 4.22 1.15 sub:pre:2s; -comprenons comprendre ver 893.40 614.80 3.83 2.23 imp:pre:1p;ind:pre:1p; -compresse compresse nom f s 1.86 2.03 0.76 0.68 -compresser compresser ver 0.51 0.61 0.16 0.20 inf; -compresses compresse nom f p 1.86 2.03 1.09 1.35 -compresseur compresseur nom m s 0.88 0.14 0.31 0.07 -compresseurs compresseur nom m p 0.88 0.14 0.57 0.07 -compressible compressible adj f s 0.01 0.14 0.01 0.00 -compressibles compressible adj p 0.01 0.14 0.00 0.14 -compressif compressif adj m s 0.07 0.00 0.07 0.00 -compression compression nom f s 1.45 0.74 1.21 0.47 -compressions compression nom f p 1.45 0.74 0.24 0.27 -compressé compresser ver m s 0.51 0.61 0.09 0.14 par:pas; -compressée compresser ver f s 0.51 0.61 0.17 0.07 par:pas; -compressées compressé adj f p 0.10 0.68 0.03 0.20 -compressés compressé adj m p 0.10 0.68 0.04 0.07 -comprima comprimer ver 1.15 3.99 0.14 0.20 ind:pas:3s; -comprimait comprimer ver 1.15 3.99 0.00 1.01 ind:imp:3s; -comprimant comprimer ver 1.15 3.99 0.00 0.61 par:pre; -comprime comprimer ver 1.15 3.99 0.16 0.34 imp:pre:2s;ind:pre:1s;ind:pre:3s; -compriment comprimer ver 1.15 3.99 0.02 0.14 ind:pre:3p; -comprimer comprimer ver 1.15 3.99 0.20 0.61 inf; -comprimez comprimer ver 1.15 3.99 0.08 0.00 imp:pre:2p; -comprimèrent comprimer ver 1.15 3.99 0.00 0.07 ind:pas:3p; -comprimé comprimé nom m s 4.27 3.99 1.62 1.35 -comprimée comprimé adj f s 0.55 1.82 0.03 0.27 -comprimées comprimer ver f p 1.15 3.99 0.01 0.14 par:pas; -comprimés comprimé nom m p 4.27 3.99 2.65 2.64 -comprirent comprendre ver 893.40 614.80 0.14 1.69 ind:pas:3p; -compris comprendre ver m 893.40 614.80 198.16 136.62 ind:pas:1s;ind:pas:2s;par:pas;par:pas;par:pas; -comprise comprendre ver f s 893.40 614.80 3.32 2.91 par:pas; -comprises comprendre ver f p 893.40 614.80 0.66 0.41 par:pas; -comprisse comprendre ver 893.40 614.80 0.00 0.27 sub:imp:1s; -comprit comprendre ver 893.40 614.80 1.74 36.62 ind:pas:3s; -compromît compromettre ver 10.28 16.62 0.01 0.07 sub:imp:3s; -compromet compromettre ver 10.28 16.62 0.90 0.41 ind:pre:3s; -compromets compromettre ver 10.28 16.62 0.34 0.27 imp:pre:2s;ind:pre:1s;ind:pre:2s; -compromettaient compromettre ver 10.28 16.62 0.03 0.14 ind:imp:3p; -compromettait compromettre ver 10.28 16.62 0.02 1.15 ind:imp:3s; -compromettant compromettant adj m s 1.63 2.64 0.75 0.88 -compromettante compromettant adj f s 1.63 2.64 0.21 0.54 -compromettantes compromettant adj f p 1.63 2.64 0.32 0.47 -compromettants compromettant adj m p 1.63 2.64 0.35 0.74 -compromette compromettre ver 10.28 16.62 0.14 0.07 sub:pre:3s; -compromettent compromettre ver 10.28 16.62 0.06 0.27 ind:pre:3p; -compromettes compromettre ver 10.28 16.62 0.01 0.07 sub:pre:2s; -compromettez compromettre ver 10.28 16.62 0.27 0.07 imp:pre:2p;ind:pre:2p; -compromettiez compromettre ver 10.28 16.62 0.04 0.20 ind:imp:2p; -compromettrai compromettre ver 10.28 16.62 0.01 0.07 ind:fut:1s; -compromettrait compromettre ver 10.28 16.62 0.46 0.41 cnd:pre:3s; -compromettre compromettre ver 10.28 16.62 3.83 6.42 inf; -compromettrons compromettre ver 10.28 16.62 0.01 0.00 ind:fut:1p; -compromirent compromettre ver 10.28 16.62 0.00 0.07 ind:pas:3p; -compromis compromis nom m 6.26 5.88 6.26 5.88 -compromise compromettre ver f s 10.28 16.62 1.08 1.82 par:pas; -compromises compromettre ver f p 10.28 16.62 0.21 0.41 par:pas; -compromission compromission nom f s 0.29 1.62 0.16 0.34 -compromissions compromission nom f p 0.29 1.62 0.14 1.28 -compromissoire compromissoire adj f s 0.01 0.00 0.01 0.00 -compromit compromettre ver 10.28 16.62 0.00 0.27 ind:pas:3s; -compréhensible compréhensible adj s 4.47 3.04 4.25 2.50 -compréhensibles compréhensible adj p 4.47 3.04 0.21 0.54 -compréhensif compréhensif adj m s 5.21 4.93 2.73 2.36 -compréhensifs compréhensif adj m p 5.21 4.93 0.72 0.68 -compréhension compréhension nom f s 5.85 10.00 5.85 9.93 -compréhensions compréhension nom f p 5.85 10.00 0.00 0.07 -compréhensive compréhensif adj f s 5.21 4.93 1.67 1.55 -compréhensives compréhensif adj f p 5.21 4.93 0.08 0.34 -compta compter ver 227.77 203.72 0.95 5.47 ind:pas:3s; -comptabilisait comptabiliser ver 0.40 1.28 0.00 0.20 ind:imp:3s; -comptabilisant comptabiliser ver 0.40 1.28 0.00 0.20 par:pre; -comptabilisation comptabilisation nom f s 0.00 0.14 0.00 0.14 -comptabilise comptabiliser ver 0.40 1.28 0.04 0.14 ind:pre:1s;ind:pre:3s; -comptabiliser comptabiliser ver 0.40 1.28 0.09 0.61 inf; -comptabilisé comptabiliser ver m s 0.40 1.28 0.23 0.14 par:pas; -comptabilisées comptabiliser ver f p 0.40 1.28 0.01 0.00 par:pas; -comptabilisés comptabiliser ver m p 0.40 1.28 0.03 0.00 par:pas; -comptabilité comptabilité nom f s 4.37 4.53 4.37 4.39 -comptabilités comptabilité nom f p 4.37 4.53 0.00 0.14 -comptable comptable nom s 7.15 4.26 6.43 3.31 -comptables comptable nom p 7.15 4.26 0.72 0.95 -comptage comptage nom m s 0.30 0.14 0.30 0.14 -comptai compter ver 227.77 203.72 0.01 0.14 ind:pas:1s; -comptaient compter ver 227.77 203.72 0.93 8.04 ind:imp:3p; -comptais compter ver 227.77 203.72 7.39 7.03 ind:imp:1s;ind:imp:2s; -comptait compter ver 227.77 203.72 7.32 32.50 ind:imp:3s; -comptant compter ver 227.77 203.72 2.47 6.15 par:pre; -compte_fils compte_fils nom m 0.00 0.34 0.00 0.34 -compte_gouttes compte_gouttes nom m 0.45 1.42 0.45 1.42 -compte_rendu compte_rendu nom m s 2.21 0.14 2.06 0.07 -compte_tours compte_tours nom m 0.04 0.41 0.04 0.41 -compte compte nom m s 160.95 208.38 138.88 187.23 -comptent compter ver 227.77 203.72 8.09 6.69 ind:pre:3p; -compter compter ver 227.77 203.72 45.04 52.77 ind:pre:2p;inf; -comptera compter ver 227.77 203.72 1.62 0.88 ind:fut:3s; -compterai compter ver 227.77 203.72 0.40 0.27 ind:fut:1s; -compteraient compter ver 227.77 203.72 0.01 0.27 cnd:pre:3p; -compterais compter ver 227.77 203.72 0.49 0.07 cnd:pre:1s;cnd:pre:2s; -compterait compter ver 227.77 203.72 0.39 1.42 cnd:pre:3s; -compteras compter ver 227.77 203.72 0.18 0.00 ind:fut:2s; -compterez compter ver 227.77 203.72 0.04 0.07 ind:fut:2p; -compterons compter ver 227.77 203.72 0.02 0.14 ind:fut:1p; -compteront compter ver 227.77 203.72 0.37 0.27 ind:fut:3p; -compte_rendu compte_rendu nom m p 2.21 0.14 0.16 0.07 -comptes compte nom m p 160.95 208.38 22.07 21.15 -compteur compteur nom m s 4.81 5.95 4.27 4.19 -compteurs compteur nom m p 4.81 5.95 0.55 1.76 -comptez compter ver 227.77 203.72 21.36 5.88 imp:pre:2p;ind:pre:2p; -compère compère nom m s 2.13 3.85 1.70 2.36 -compères compère nom m p 2.13 3.85 0.42 1.49 -compète compéter ver 0.96 0.07 0.80 0.07 imp:pre:2s;ind:pre:1s;ind:pre:3s; -compètes compéter ver 0.96 0.07 0.14 0.00 ind:pre:2s; -comptiez compter ver 227.77 203.72 1.38 0.20 ind:imp:2p;sub:pre:2p; -comptine comptine nom f s 2.00 1.76 1.73 1.22 -comptines comptine nom f p 2.00 1.76 0.28 0.54 -comptions compter ver 227.77 203.72 0.26 0.68 ind:imp:1p; -comptoir comptoir nom m s 8.66 41.55 8.49 39.53 -comptoirs comptoir nom m p 8.66 41.55 0.17 2.03 -comptons compter ver 227.77 203.72 2.17 2.84 imp:pre:1p;ind:pre:1p; -comptât compter ver 227.77 203.72 0.00 0.20 sub:imp:3s; -comptèrent compter ver 227.77 203.72 0.01 0.20 ind:pas:3p; -compté compter ver m s 227.77 203.72 10.34 11.55 par:pas; -comptée compter ver f s 227.77 203.72 0.12 0.88 par:pas; -comptées compter ver f p 227.77 203.72 0.25 1.28 par:pas; -comptés compter ver m p 227.77 203.72 1.96 2.84 par:pas; -compulsait compulser ver 0.27 1.69 0.00 0.27 ind:imp:3s; -compulsant compulser ver 0.27 1.69 0.01 0.20 par:pre; -compulse compulser ver 0.27 1.69 0.10 0.47 imp:pre:2s;ind:pre:3s; -compulser compulser ver 0.27 1.69 0.03 0.47 inf; -compulsez compulser ver 0.27 1.69 0.10 0.00 imp:pre:2p; -compulsif compulsif adj m s 1.04 0.14 0.72 0.07 -compulsifs compulsif adj m p 1.04 0.14 0.11 0.00 -compulsion compulsion nom f s 0.17 0.00 0.17 0.00 -compulsive compulsif adj f s 1.04 0.14 0.18 0.00 -compulsivement compulsivement adv 0.03 0.00 0.03 0.00 -compulsives compulsif adj f p 1.04 0.14 0.03 0.07 -compulsoire compulsoire nom m s 0.00 0.07 0.00 0.07 -compulsons compulser ver 0.27 1.69 0.00 0.07 ind:pre:1p; -compulsé compulser ver m s 0.27 1.69 0.02 0.14 par:pas; -compulsés compulser ver m p 0.27 1.69 0.00 0.07 par:pas; -comput comput nom m s 0.00 0.14 0.00 0.14 -compétant compéter ver 0.96 0.07 0.02 0.00 par:pre; -computations computation nom f p 0.00 0.07 0.00 0.07 -compétence compétence nom f s 5.98 5.07 2.12 3.24 -compétences compétence nom f p 5.98 5.07 3.86 1.82 -compétent compétent adj m s 7.44 3.11 4.45 1.08 -compétente compétent adj f s 7.44 3.11 1.05 1.08 -compétentes compétent adj f p 7.44 3.11 0.52 0.34 -compétents compétent adj m p 7.44 3.11 1.42 0.61 -computer computer nom m s 0.17 0.14 0.14 0.07 -computers computer nom m p 0.17 0.14 0.03 0.07 -computeur computeur nom m s 0.05 0.07 0.04 0.00 -computeurs computeur nom m p 0.05 0.07 0.01 0.07 -compétiteur compétiteur nom m s 0.34 0.20 0.28 0.00 -compétiteurs compétiteur nom m p 0.34 0.20 0.05 0.20 -compétitif compétitif adj m s 1.27 0.00 0.53 0.00 -compétitifs compétitif adj m p 1.27 0.00 0.22 0.00 -compétition compétition nom f s 9.15 4.80 8.43 3.85 -compétitions compétition nom f p 9.15 4.80 0.73 0.95 -compétitive compétitif adj f s 1.27 0.00 0.52 0.00 -compétitivité compétitivité nom f s 0.06 0.00 0.06 0.00 -compétitrice compétiteur nom f s 0.34 0.20 0.01 0.00 -comtal comtal adj m s 0.00 0.20 0.00 0.14 -comtale comtal adj f s 0.00 0.20 0.00 0.07 -comte comte nom m s 27.31 67.77 12.89 51.42 -comtes comte nom m p 27.31 67.77 0.74 2.64 -comtesse comte nom f s 27.31 67.77 13.69 12.43 -comtesses comtesse nom f p 0.05 0.00 0.05 0.00 -comète comète nom f s 2.28 2.50 1.96 2.30 -comètes comète nom f p 2.28 2.50 0.32 0.20 -comtois comtois adj m 0.00 0.27 0.00 0.07 -comtois comtois nom m 0.00 0.27 0.00 0.07 -comtoise comtois adj f s 0.00 0.27 0.00 0.20 -comtoise comtois nom f s 0.00 0.27 0.00 0.20 -comté comté nom m s 11.64 2.36 10.96 2.36 -comtés comté nom m p 11.64 2.36 0.68 0.00 -comédie comédie nom f s 22.11 29.73 20.87 25.68 -comédien comédien nom m s 6.06 10.74 3.02 5.27 -comédienne comédien nom f s 6.06 10.74 0.75 1.76 -comédiennes comédienne nom f p 0.44 0.00 0.44 0.00 -comédiens comédien nom m p 6.06 10.74 2.30 3.11 -comédies comédie nom f p 22.11 29.73 1.23 4.05 -comédons comédon nom m p 0.00 0.07 0.00 0.07 -con con pro_per s 7.87 4.59 7.87 4.59 -conard conard nom m s 0.19 0.47 0.16 0.27 -conarde conard nom f s 0.19 0.47 0.00 0.07 -conards conard nom m p 0.19 0.47 0.03 0.14 -conasse conasse nom f s 0.34 0.27 0.34 0.20 -conasses conasse nom f p 0.34 0.27 0.00 0.07 -concassage concassage nom m s 0.00 0.14 0.00 0.14 -concassait concasser ver 0.09 1.76 0.00 0.07 ind:imp:3s; -concassant concasser ver 0.09 1.76 0.00 0.14 par:pre; -concasse concasser ver 0.09 1.76 0.00 0.07 ind:pre:3s; -concassent concasser ver 0.09 1.76 0.00 0.07 ind:pre:3p; -concasser concasser ver 0.09 1.76 0.01 0.07 inf; -concasseur concasseur nom m s 0.19 0.68 0.17 0.27 -concasseurs concasseur nom m p 0.19 0.68 0.01 0.41 -concassé concasser ver m s 0.09 1.76 0.04 0.54 par:pas; -concassée concasser ver f s 0.09 1.76 0.01 0.27 par:pas; -concassées concasser ver f p 0.09 1.76 0.01 0.20 par:pas; -concassés concasser ver m p 0.09 1.76 0.01 0.34 par:pas; -concaténation concaténation nom f s 0.01 0.00 0.01 0.00 -concave concave adj s 0.20 1.22 0.19 1.08 -concaves concave adj p 0.20 1.22 0.01 0.14 -concavité concavité nom f s 0.00 0.34 0.00 0.34 -concentra concentrer ver 39.58 18.92 0.04 1.28 ind:pas:3s; -concentrai concentrer ver 39.58 18.92 0.00 0.27 ind:pas:1s; -concentraient concentrer ver 39.58 18.92 0.15 0.68 ind:imp:3p; -concentrais concentrer ver 39.58 18.92 0.16 0.00 ind:imp:1s;ind:imp:2s; -concentrait concentrer ver 39.58 18.92 0.14 1.42 ind:imp:3s; -concentrant concentrer ver 39.58 18.92 0.43 0.74 par:pre; -concentrateur concentrateur nom m s 0.12 0.00 0.12 0.00 -concentration concentration nom f s 8.54 10.41 8.46 10.27 -concentrationnaire concentrationnaire adj m s 0.32 0.61 0.32 0.34 -concentrationnaires concentrationnaire adj m p 0.32 0.61 0.00 0.27 -concentrations concentration nom f p 8.54 10.41 0.08 0.14 -concentre concentrer ver 39.58 18.92 12.05 2.70 imp:pre:2s;ind:pre:1s;ind:pre:3s; -concentrent concentrer ver 39.58 18.92 0.30 0.20 ind:pre:3p; -concentrer concentrer ver 39.58 18.92 14.13 6.28 ind:pre:2p;inf; -concentrera concentrer ver 39.58 18.92 0.20 0.00 ind:fut:3s; -concentrerai concentrer ver 39.58 18.92 0.06 0.00 ind:fut:1s; -concentrerais concentrer ver 39.58 18.92 0.10 0.07 cnd:pre:1s;cnd:pre:2s; -concentrerait concentrer ver 39.58 18.92 0.04 0.00 cnd:pre:3s; -concentrerons concentrer ver 39.58 18.92 0.05 0.00 ind:fut:1p; -concentreront concentrer ver 39.58 18.92 0.03 0.07 ind:fut:3p; -concentres concentrer ver 39.58 18.92 0.88 0.00 ind:pre:2s;sub:pre:2s; -concentrez concentrer ver 39.58 18.92 4.39 0.00 imp:pre:2p;ind:pre:2p; -concentriez concentrer ver 39.58 18.92 0.12 0.00 ind:imp:2p; -concentrions concentrer ver 39.58 18.92 0.04 0.00 ind:imp:1p; -concentrique concentrique adj s 0.16 4.12 0.00 0.54 -concentriques concentrique adj p 0.16 4.12 0.16 3.58 -concentrons concentrer ver 39.58 18.92 1.69 0.07 imp:pre:1p;ind:pre:1p; -concentré concentrer ver m s 39.58 18.92 2.55 2.30 par:pas; -concentrée concentrer ver f s 39.58 18.92 0.66 1.69 par:pas; -concentrées concentrer ver f p 39.58 18.92 0.32 0.61 par:pas; -concentrés concentrer ver m p 39.58 18.92 1.08 0.54 par:pas; -concept concept nom m s 8.66 3.24 7.63 2.03 -concepteur concepteur adj m s 0.51 0.00 0.50 0.00 -concepteurs concepteur nom m p 0.77 0.14 0.23 0.00 -conception conception nom f s 4.37 11.55 3.84 8.31 -conceptions conception nom f p 4.37 11.55 0.53 3.24 -conceptrice concepteur nom f s 0.77 0.14 0.05 0.00 -concepts concept nom m p 8.66 3.24 1.02 1.22 -conceptualise conceptualiser ver 0.04 0.00 0.01 0.00 ind:pre:1s; -conceptualiser conceptualiser ver 0.04 0.00 0.02 0.00 inf; -conceptualisé conceptualiser ver m s 0.04 0.00 0.01 0.00 par:pas; -conceptuel conceptuel adj m s 0.46 0.14 0.32 0.14 -conceptuelle conceptuel adj f s 0.46 0.14 0.07 0.00 -conceptuellement conceptuellement adv 0.01 0.00 0.01 0.00 -conceptuelles conceptuel adj f p 0.46 0.14 0.05 0.00 -conceptuels conceptuel adj m p 0.46 0.14 0.02 0.00 -concernaient concerner ver 49.31 50.47 0.18 1.76 ind:imp:3p; -concernait concerner ver 49.31 50.47 2.13 10.95 ind:imp:3s; -concernant concernant pre 13.08 14.26 13.08 14.26 -concerne concerner ver 49.31 50.47 33.49 26.42 imp:pre:2s;ind:pre:1s;ind:pre:3s; -concernent concerner ver 49.31 50.47 1.64 1.96 ind:pre:3p; -concerner concerner ver 49.31 50.47 0.36 1.22 inf; -concernera concerner ver 49.31 50.47 0.25 0.07 ind:fut:3s; -concerneraient concerner ver 49.31 50.47 0.01 0.07 cnd:pre:3p; -concernerait concerner ver 49.31 50.47 0.17 0.34 cnd:pre:3s; -concernât concerner ver 49.31 50.47 0.00 0.20 sub:imp:3s; -concernèrent concerner ver 49.31 50.47 0.00 0.07 ind:pas:3p; -concerné concerner ver m s 49.31 50.47 3.06 1.49 par:pas; -concernée concerner ver f s 49.31 50.47 1.42 1.08 par:pas; -concernées concerner ver f p 49.31 50.47 0.63 0.14 par:pas; -concernés concerner ver m p 49.31 50.47 2.51 1.08 par:pas; -concert concert nom m s 31.65 30.14 26.51 24.86 -concertaient concerter ver 0.65 3.78 0.01 0.14 ind:imp:3p; -concertait concerter ver 0.65 3.78 0.00 0.14 ind:imp:3s; -concertant concerter ver 0.65 3.78 0.00 0.07 par:pre; -concertation concertation nom f s 0.17 0.07 0.15 0.07 -concertations concertation nom f p 0.17 0.07 0.01 0.00 -concerte concerter ver 0.65 3.78 0.05 0.07 ind:pre:3s; -concertent concerter ver 0.65 3.78 0.02 0.41 ind:pre:3p; -concerter concerter ver 0.65 3.78 0.32 1.15 inf; -concertez concerter ver 0.65 3.78 0.01 0.00 ind:pre:2p; -concertina concertina nom m s 0.01 0.00 0.01 0.00 -concertiste concertiste nom s 0.60 0.00 0.60 0.00 -concerto concerto nom m s 1.63 2.77 1.56 2.36 -concertons concerter ver 0.65 3.78 0.01 0.07 imp:pre:1p;ind:pre:1p; -concertos concerto nom m p 1.63 2.77 0.07 0.41 -concerts concert nom m p 31.65 30.14 5.14 5.27 -concertèrent concerter ver 0.65 3.78 0.00 0.20 ind:pas:3p; -concerté concerter ver m s 0.65 3.78 0.17 0.20 par:pas; -concertée concerter ver f s 0.65 3.78 0.03 0.41 par:pas; -concertées concerter ver f p 0.65 3.78 0.00 0.27 par:pas; -concertés concerter ver m p 0.65 3.78 0.02 0.68 par:pas; -concession concession nom f s 5.31 14.12 3.54 9.32 -concessionnaire concessionnaire nom s 0.70 0.95 0.63 0.68 -concessionnaires concessionnaire nom p 0.70 0.95 0.07 0.27 -concessions concession nom f p 5.31 14.12 1.77 4.80 -concetto concetto nom m s 0.00 0.07 0.00 0.07 -concevable concevable adj s 0.28 2.77 0.27 2.50 -concevables concevable adj f p 0.28 2.77 0.01 0.27 -concevaient concevoir ver 18.75 27.84 0.12 0.34 ind:imp:3p; -concevais concevoir ver 18.75 27.84 0.06 1.15 ind:imp:1s; -concevait concevoir ver 18.75 27.84 0.15 2.36 ind:imp:3s; -concevant concevoir ver 18.75 27.84 0.05 0.14 par:pre; -concevez concevoir ver 18.75 27.84 0.06 0.07 imp:pre:2p;ind:pre:2p; -conceviez concevoir ver 18.75 27.84 0.14 0.14 ind:imp:2p; -concevions concevoir ver 18.75 27.84 0.00 0.07 ind:imp:1p; -concevoir concevoir ver 18.75 27.84 3.14 7.57 inf; -concevons concevoir ver 18.75 27.84 0.02 0.20 imp:pre:1p;ind:pre:1p; -concevrais concevoir ver 18.75 27.84 0.00 0.14 cnd:pre:1s; -concevrait concevoir ver 18.75 27.84 0.01 0.27 cnd:pre:3s; -conchiaient conchier ver 0.03 0.54 0.00 0.07 ind:imp:3p; -conchie conchier ver 0.03 0.54 0.01 0.07 ind:pre:1s;ind:pre:3s; -conchier conchier ver 0.03 0.54 0.01 0.34 inf; -conchié conchier ver m s 0.03 0.54 0.01 0.07 par:pas; -conchoïdaux conchoïdal adj m p 0.01 0.00 0.01 0.00 -concierge concierge nom s 11.15 29.05 10.81 25.41 -conciergerie conciergerie nom f s 0.04 0.74 0.04 0.68 -conciergeries conciergerie nom f p 0.04 0.74 0.00 0.07 -concierges concierge nom p 11.15 29.05 0.34 3.65 -concile concile nom m s 0.17 3.11 0.17 2.57 -conciles concile nom m p 0.17 3.11 0.00 0.54 -conciliable conciliable adj s 0.00 0.34 0.00 0.27 -conciliables conciliable adj p 0.00 0.34 0.00 0.07 -conciliabule conciliabule nom m s 0.28 3.58 0.02 1.76 -conciliabules conciliabule nom m p 0.28 3.58 0.26 1.82 -conciliaient concilier ver 0.85 5.00 0.00 0.07 ind:imp:3p; -conciliaires conciliaire adj m p 0.00 0.07 0.00 0.07 -conciliait concilier ver 0.85 5.00 0.00 0.34 ind:imp:3s; -conciliant conciliant adj m s 0.63 3.85 0.30 2.09 -conciliante conciliant adj f s 0.63 3.85 0.12 1.22 -conciliantes conciliant adj f p 0.63 3.85 0.03 0.20 -conciliants conciliant adj m p 0.63 3.85 0.17 0.34 -conciliateur conciliateur nom m s 0.10 0.14 0.07 0.14 -conciliateurs conciliateur nom m p 0.10 0.14 0.01 0.00 -conciliation conciliation nom f s 0.64 1.82 0.37 1.69 -conciliations conciliation nom f p 0.64 1.82 0.27 0.14 -conciliatrice conciliateur nom f s 0.10 0.14 0.01 0.00 -concilie concilier ver 0.85 5.00 0.20 0.14 ind:pre:3s; -concilier concilier ver 0.85 5.00 0.60 3.18 inf; -concilierait concilier ver 0.85 5.00 0.00 0.07 cnd:pre:3s; -concilies concilier ver 0.85 5.00 0.00 0.07 ind:pre:2s; -concilié concilier ver m s 0.85 5.00 0.02 0.14 par:pas; -conciliées concilier ver f p 0.85 5.00 0.00 0.07 par:pas; -conciliés concilier ver m p 0.85 5.00 0.00 0.07 par:pas; -concis concis adj m 1.42 0.68 0.77 0.61 -concise concis adj f s 1.42 0.68 0.65 0.07 -concision concision nom f s 0.31 0.61 0.31 0.61 -concitoyen concitoyen nom m s 4.36 1.62 0.33 0.07 -concitoyenne concitoyen nom f s 4.36 1.62 0.11 0.07 -concitoyennes concitoyenne nom f p 0.10 0.00 0.10 0.00 -concitoyens concitoyen nom m p 4.36 1.62 3.92 1.49 -conclûmes conclure ver 27.26 51.76 0.00 0.07 ind:pas:1p; -conclût conclure ver 27.26 51.76 0.00 0.07 sub:imp:3s; -conclave conclave nom m s 0.00 0.47 0.00 0.47 -conclaviste conclaviste nom m s 0.00 0.07 0.00 0.07 -conclu conclure ver m s 27.26 51.76 11.88 10.61 par:pas; -concluaient conclure ver 27.26 51.76 0.00 0.47 ind:imp:3p; -concluais conclure ver 27.26 51.76 0.02 0.68 ind:imp:1s; -concluait conclure ver 27.26 51.76 0.06 2.50 ind:imp:3s; -concluant concluant adj m s 1.49 0.95 0.71 0.41 -concluante concluant adj f s 1.49 0.95 0.33 0.34 -concluantes concluant adj f p 1.49 0.95 0.10 0.00 -concluants concluant adj m p 1.49 0.95 0.35 0.20 -conclue conclure ver f s 27.26 51.76 1.82 1.49 par:pas;sub:pre:1s;sub:pre:3s; -concluent conclure ver 27.26 51.76 0.20 0.61 ind:pre:3p; -conclues conclure ver f p 27.26 51.76 0.06 0.20 par:pas;sub:pre:2s; -concluez conclure ver 27.26 51.76 0.57 0.07 imp:pre:2p;ind:pre:2p; -concluions conclure ver 27.26 51.76 0.02 0.07 ind:imp:1p; -concluons conclure ver 27.26 51.76 0.75 0.07 imp:pre:1p;ind:pre:1p; -conclura conclure ver 27.26 51.76 0.24 0.07 ind:fut:3s; -conclurai conclure ver 27.26 51.76 0.27 0.07 ind:fut:1s; -conclurais conclure ver 27.26 51.76 0.03 0.00 cnd:pre:1s; -conclurait conclure ver 27.26 51.76 0.04 0.00 cnd:pre:3s; -conclure conclure ver 27.26 51.76 7.57 10.34 inf; -conclurent conclure ver 27.26 51.76 0.03 0.27 ind:pas:3p; -conclurez conclure ver 27.26 51.76 0.01 0.00 ind:fut:2p; -conclurions conclure ver 27.26 51.76 0.01 0.07 cnd:pre:1p; -conclurons conclure ver 27.26 51.76 0.07 0.00 ind:fut:1p; -concluront conclure ver 27.26 51.76 0.03 0.07 ind:fut:3p; -conclus conclure ver m p 27.26 51.76 1.88 4.32 imp:pre:2s;ind:pre:1s;ind:pre:2s;par:pas; -conclusion conclusion nom f s 13.90 20.68 8.19 14.32 -conclusions conclusion nom f p 13.90 20.68 5.71 6.35 -conclusive conclusif adj f s 0.01 0.00 0.01 0.00 -conclut conclure ver 27.26 51.76 1.65 18.92 ind:pre:3s;ind:pas:3s; -concocta concocter ver 1.00 1.01 0.01 0.00 ind:pas:3s; -concoctait concocter ver 1.00 1.01 0.01 0.14 ind:imp:3s; -concoctent concocter ver 1.00 1.01 0.02 0.00 ind:pre:3p; -concocter concocter ver 1.00 1.01 0.34 0.41 inf; -concocteras concocter ver 1.00 1.01 0.01 0.07 ind:fut:2s; -concoction concoction nom f s 0.06 0.20 0.06 0.20 -concocté concocter ver m s 1.00 1.01 0.57 0.27 par:pas; -concoctée concocter ver f s 1.00 1.01 0.04 0.07 par:pas; -concoctés concocter ver m p 1.00 1.01 0.01 0.07 par:pas; -concombre concombre nom m s 2.75 4.12 1.82 1.15 -concombres concombre nom m p 2.75 4.12 0.94 2.97 -concomitance concomitance nom f s 0.01 0.07 0.01 0.07 -concomitant concomitant adj m s 0.02 0.41 0.00 0.14 -concomitante concomitant adj f s 0.02 0.41 0.01 0.14 -concomitantes concomitant adj f p 0.02 0.41 0.01 0.14 -concordaient concorder ver 2.45 0.81 0.02 0.14 ind:imp:3p; -concordait concorder ver 2.45 0.81 0.13 0.27 ind:imp:3s; -concordance concordance nom f s 0.45 0.54 0.45 0.54 -concordant concorder ver 2.45 0.81 0.03 0.00 par:pre; -concordante concordant adj f s 0.23 0.14 0.03 0.00 -concordantes concordant adj f p 0.23 0.14 0.02 0.00 -concordants concordant adj m p 0.23 0.14 0.16 0.07 -concordat concordat nom m s 0.00 0.07 0.00 0.07 -concorde concorder ver 2.45 0.81 1.40 0.07 imp:pre:2s;ind:pre:3s; -concordent concorder ver 2.45 0.81 0.71 0.20 ind:pre:3p; -concorder concorder ver 2.45 0.81 0.15 0.14 inf; -concordez concorder ver 2.45 0.81 0.01 0.00 imp:pre:2p; -concordistes concordiste nom p 0.00 0.07 0.00 0.07 -concourût concourir ver 1.35 3.72 0.00 0.07 sub:imp:3s; -concouraient concourir ver 1.35 3.72 0.03 0.20 ind:imp:3p; -concourait concourir ver 1.35 3.72 0.01 0.34 ind:imp:3s; -concourant concourant adj m s 0.01 0.00 0.01 0.00 -concoure concourir ver 1.35 3.72 0.02 0.00 sub:pre:3s; -concourent concourir ver 1.35 3.72 0.08 0.47 ind:pre:3p; -concourez concourir ver 1.35 3.72 0.04 0.00 ind:pre:2p; -concourir concourir ver 1.35 3.72 0.55 1.28 inf; -concourrai concourir ver 1.35 3.72 0.01 0.00 ind:fut:1s; -concourrait concourir ver 1.35 3.72 0.01 0.14 cnd:pre:3s; -concourront concourir ver 1.35 3.72 0.00 0.07 ind:fut:3p; -concours concours nom m 23.89 31.69 23.89 31.69 -concourt concourir ver 1.35 3.72 0.17 0.54 ind:pre:3s; -concouru concourir ver m s 1.35 3.72 0.10 0.54 par:pas; -concret concret adj m s 3.48 7.09 1.88 2.09 -concrets concret adj m p 3.48 7.09 0.24 1.22 -concrète concret adj f s 3.48 7.09 0.93 2.84 -concrètement concrètement adv 2.04 1.15 2.04 1.15 -concrètes concret adj f p 3.48 7.09 0.42 0.95 -concrétion concrétion nom f s 0.01 0.81 0.01 0.47 -concrétions concrétion nom f p 0.01 0.81 0.00 0.34 -concrétisant concrétiser ver 0.83 1.35 0.01 0.07 par:pre; -concrétisation concrétisation nom f s 0.04 0.07 0.04 0.07 -concrétise concrétiser ver 0.83 1.35 0.20 0.14 ind:pre:1s;ind:pre:3s; -concrétisent concrétiser ver 0.83 1.35 0.01 0.00 ind:pre:3p; -concrétiser concrétiser ver 0.83 1.35 0.39 0.54 inf; -concrétisèrent concrétiser ver 0.83 1.35 0.00 0.14 ind:pas:3p; -concrétisé concrétiser ver m s 0.83 1.35 0.05 0.27 par:pas; -concrétisée concrétiser ver f s 0.83 1.35 0.16 0.14 par:pas; -concrétisées concrétiser ver f p 0.83 1.35 0.01 0.00 par:pas; -concrétisés concrétiser ver m p 0.83 1.35 0.00 0.07 par:pas; -concède concéder ver 1.79 5.74 0.75 0.68 imp:pre:2s;ind:pre:1s;ind:pre:3s; -concèdes concéder ver 1.79 5.74 0.02 0.00 ind:pre:2s; -concubin concubin nom m s 1.98 2.84 0.02 0.61 -concubinage concubinage nom m s 0.77 0.68 0.77 0.61 -concubinages concubinage nom m p 0.77 0.68 0.00 0.07 -concubinait concubiner ver 0.00 0.07 0.00 0.07 ind:imp:3s; -concubine concubin nom f s 1.98 2.84 1.56 1.69 -concubines concubin nom f p 1.98 2.84 0.40 0.47 -concubins concubin nom m p 1.98 2.84 0.00 0.07 -concéda concéder ver 1.79 5.74 0.01 1.28 ind:pas:3s; -concédai concéder ver 1.79 5.74 0.00 0.07 ind:pas:1s; -concédaient concéder ver 1.79 5.74 0.10 0.20 ind:imp:3p; -concédais concéder ver 1.79 5.74 0.00 0.14 ind:imp:1s; -concédait concéder ver 1.79 5.74 0.00 0.74 ind:imp:3s; -concédant concédant nom m s 0.00 0.07 0.00 0.07 -concéder concéder ver 1.79 5.74 0.39 0.81 inf; -concéderait concéder ver 1.79 5.74 0.01 0.07 cnd:pre:3s; -concédez concéder ver 1.79 5.74 0.03 0.00 ind:pre:2p; -concédons concéder ver 1.79 5.74 0.00 0.07 ind:pre:1p; -concédât concéder ver 1.79 5.74 0.00 0.14 sub:imp:3s; -concédé concéder ver m s 1.79 5.74 0.25 0.88 par:pas; -concédée concéder ver f s 1.79 5.74 0.23 0.47 par:pas; -concédés concéder ver m p 1.79 5.74 0.00 0.20 par:pas; -concélèbrent concélébrer ver 0.37 0.00 0.37 0.00 ind:pre:3p; -concupiscence concupiscence nom f s 0.38 2.09 0.38 2.03 -concupiscences concupiscence nom f p 0.38 2.09 0.00 0.07 -concupiscent concupiscent adj m s 0.11 0.54 0.11 0.14 -concupiscente concupiscent adj f s 0.11 0.54 0.00 0.14 -concupiscentes concupiscent adj f p 0.11 0.54 0.00 0.14 -concupiscents concupiscent adj m p 0.11 0.54 0.00 0.14 -concurremment concurremment adv 0.00 0.41 0.00 0.41 -concurrence concurrence nom f s 6.00 5.00 6.00 4.73 -concurrencer concurrencer ver 0.33 0.74 0.30 0.07 inf; -concurrences concurrence nom f p 6.00 5.00 0.00 0.27 -concurrencé concurrencer ver m s 0.33 0.74 0.01 0.14 par:pas; -concurrencée concurrencer ver f s 0.33 0.74 0.00 0.07 par:pas; -concurrent concurrent nom m s 6.36 3.51 1.65 1.49 -concurrente concurrent adj f s 1.45 1.62 0.71 0.54 -concurrentes concurrent adj f p 1.45 1.62 0.27 0.41 -concurrençait concurrencer ver 0.33 0.74 0.00 0.27 ind:imp:3s; -concurrentiel concurrentiel adj m s 0.09 0.14 0.07 0.07 -concurrentielle concurrentiel adj f s 0.09 0.14 0.02 0.00 -concurrentiels concurrentiel adj m p 0.09 0.14 0.00 0.07 -concurrents concurrent nom m p 6.36 3.51 4.71 2.03 -concussion concussion nom f s 0.07 0.20 0.07 0.20 -concussionnaire concussionnaire adj f s 0.00 0.07 0.00 0.07 -condamna condamner ver 44.14 44.59 0.59 0.47 ind:pas:3s; -condamnable condamnable adj s 0.44 0.88 0.44 0.61 -condamnables condamnable adj m p 0.44 0.88 0.00 0.27 -condamnai condamner ver 44.14 44.59 0.00 0.07 ind:pas:1s; -condamnaient condamner ver 44.14 44.59 0.04 1.35 ind:imp:3p; -condamnais condamner ver 44.14 44.59 0.02 0.27 ind:imp:1s;ind:imp:2s; -condamnait condamner ver 44.14 44.59 0.17 3.51 ind:imp:3s; -condamnant condamner ver 44.14 44.59 0.31 1.49 par:pre; -condamnation condamnation nom f s 6.79 8.85 5.18 7.64 -condamnations condamnation nom f p 6.79 8.85 1.62 1.22 -condamne condamner ver 44.14 44.59 6.56 5.27 imp:pre:2s;ind:pre:1s;ind:pre:3s; -condamnent condamner ver 44.14 44.59 0.94 1.15 ind:pre:3p;sub:pre:3p; -condamner condamner ver 44.14 44.59 5.53 4.73 inf; -condamnera condamner ver 44.14 44.59 0.60 0.27 ind:fut:3s; -condamnerai condamner ver 44.14 44.59 0.02 0.00 ind:fut:1s; -condamneraient condamner ver 44.14 44.59 0.02 0.00 cnd:pre:3p; -condamnerais condamner ver 44.14 44.59 0.04 0.20 cnd:pre:1s; -condamnerait condamner ver 44.14 44.59 0.22 0.00 cnd:pre:3s; -condamneras condamner ver 44.14 44.59 0.03 0.00 ind:fut:2s; -condamnerons condamner ver 44.14 44.59 0.00 0.07 ind:fut:1p; -condamneront condamner ver 44.14 44.59 0.32 0.14 ind:fut:3p; -condamnes condamner ver 44.14 44.59 0.16 0.14 ind:pre:2s; -condamnez condamner ver 44.14 44.59 1.17 0.07 imp:pre:2p;ind:pre:2p; -condamniez condamner ver 44.14 44.59 0.01 0.14 ind:imp:2p; -condamnions condamner ver 44.14 44.59 0.00 0.07 ind:imp:1p; -condamnons condamner ver 44.14 44.59 0.93 0.07 imp:pre:1p;ind:pre:1p; -condamnât condamner ver 44.14 44.59 0.00 0.14 sub:imp:3s; -condamnèrent condamner ver 44.14 44.59 0.14 0.20 ind:pas:3p; -condamné condamner ver m s 44.14 44.59 17.10 12.30 par:pas; -condamnée condamner ver f s 44.14 44.59 3.42 6.42 par:pas; -condamnées condamner ver f p 44.14 44.59 0.65 1.01 par:pas; -condamnés condamner ver m p 44.14 44.59 5.14 5.07 par:pas; -condensa condenser ver 0.59 2.70 0.00 0.20 ind:pas:3s; -condensaient condenser ver 0.59 2.70 0.00 0.20 ind:imp:3p; -condensait condenser ver 0.59 2.70 0.00 0.54 ind:imp:3s; -condensant condenser ver 0.59 2.70 0.10 0.07 par:pre; -condensateur condensateur nom m s 1.02 0.07 0.77 0.07 -condensateurs condensateur nom m p 1.02 0.07 0.26 0.00 -condensation condensation nom f s 0.28 1.22 0.28 1.22 -condense condenser ver 0.59 2.70 0.14 0.74 imp:pre:2s;ind:pre:1s;ind:pre:3s; -condensent condenser ver 0.59 2.70 0.00 0.14 ind:pre:3p; -condenser condenser ver 0.59 2.70 0.17 0.41 inf; -condensera condenser ver 0.59 2.70 0.01 0.00 ind:fut:3s; -condenseur condenseur nom m s 0.01 0.00 0.01 0.00 -condensèrent condenser ver 0.59 2.70 0.00 0.07 ind:pas:3p; -condensé condenser ver m s 0.59 2.70 0.16 0.14 par:pas; -condensée condensé adj f s 0.05 1.15 0.02 0.00 -condensées condenser ver f p 0.59 2.70 0.03 0.14 par:pas; -condensés condensé adj m p 0.05 1.15 0.01 0.07 -condescend condescendre ver 0.17 1.01 0.00 0.14 ind:pre:3s; -condescendait condescendre ver 0.17 1.01 0.00 0.07 ind:imp:3s; -condescendance condescendance nom f s 0.70 4.53 0.70 4.53 -condescendant condescendant adj m s 1.35 2.09 0.95 0.95 -condescendante condescendant adj f s 1.35 2.09 0.30 0.88 -condescendants condescendant adj m p 1.35 2.09 0.09 0.27 -condescendit condescendre ver 0.17 1.01 0.01 0.20 ind:pas:3s; -condescendrais condescendre ver 0.17 1.01 0.01 0.07 cnd:pre:1s;cnd:pre:2s; -condescendre condescendre ver 0.17 1.01 0.01 0.20 inf; -condescendu condescendre ver m s 0.17 1.01 0.00 0.07 par:pas; -condiment condiment nom m s 0.68 0.61 0.11 0.07 -condiments condiment nom m p 0.68 0.61 0.56 0.54 -condisciple condisciple nom s 0.15 3.11 0.01 0.74 -condisciples condisciple nom p 0.15 3.11 0.14 2.36 -condition condition nom f s 46.73 91.62 25.61 45.81 -conditionnait conditionner ver 1.58 1.55 0.02 0.00 ind:imp:3s; -conditionnant conditionner ver 1.58 1.55 0.02 0.07 par:pre; -conditionne conditionner ver 1.58 1.55 0.32 0.14 ind:pre:1s;ind:pre:3s; -conditionnel conditionnel nom m s 0.07 0.81 0.06 0.74 -conditionnelle conditionnel adj f s 4.76 0.74 4.59 0.74 -conditionnellement conditionnellement adv 0.00 0.07 0.00 0.07 -conditionnelles conditionnel adj f p 4.76 0.74 0.16 0.00 -conditionnels conditionnel nom m p 0.07 0.81 0.01 0.07 -conditionnement conditionnement nom m s 0.52 0.95 0.52 0.74 -conditionnements conditionnement nom m p 0.52 0.95 0.00 0.20 -conditionnent conditionner ver 1.58 1.55 0.14 0.00 ind:pre:3p; -conditionner conditionner ver 1.58 1.55 0.32 0.27 inf; -conditionnerons conditionner ver 1.58 1.55 0.01 0.00 ind:fut:1p; -conditionneur conditionneur nom m s 0.06 0.14 0.04 0.00 -conditionneurs conditionneur nom m p 0.06 0.14 0.02 0.14 -conditionnons conditionner ver 1.58 1.55 0.01 0.00 ind:pre:1p; -conditionné conditionné adj m s 2.09 1.82 2.02 1.55 -conditionnée conditionner ver f s 1.58 1.55 0.14 0.14 par:pas; -conditionnées conditionner ver f p 1.58 1.55 0.02 0.14 par:pas; -conditionnés conditionner ver m p 1.58 1.55 0.07 0.20 par:pas; -conditions condition nom f p 46.73 91.62 21.12 45.81 -condo condo nom m s 1.01 0.00 0.61 0.00 -condoléance condoléance nom f s 10.82 4.32 0.03 0.14 -condoléances condoléance nom f p 10.82 4.32 10.80 4.19 -condoléants condoléant adj m p 0.00 0.07 0.00 0.07 -condom condom nom m s 0.18 0.00 0.18 0.00 -condominium condominium nom m s 0.02 0.14 0.02 0.14 -condor condor nom m s 1.33 0.61 1.30 0.47 -condors condor nom m p 1.33 0.61 0.02 0.14 -condos condo nom m p 1.01 0.00 0.40 0.00 -condottiere condottiere nom m s 0.00 0.61 0.00 0.54 -condottieres condottiere nom m p 0.00 0.61 0.00 0.07 -condottieri condottieri nom m p 0.00 0.07 0.00 0.07 -condé condé nom m s 0.10 6.49 0.05 2.64 -conductance conductance nom f s 0.03 0.00 0.03 0.00 -conducteur conducteur nom m s 10.91 15.14 8.67 11.08 -conducteurs conducteur nom m p 10.91 15.14 1.66 3.24 -conductibilité conductibilité nom f s 0.01 0.00 0.01 0.00 -conduction conduction nom f s 0.07 0.00 0.07 0.00 -conductivité conductivité nom f s 0.02 0.00 0.02 0.00 -conductrice conducteur nom f s 10.91 15.14 0.58 0.61 -conductrices conductrice nom f p 0.03 0.00 0.03 0.00 -conduira conduire ver 169.61 144.66 3.67 2.03 ind:fut:3s; -conduirai conduire ver 169.61 144.66 2.53 0.68 ind:fut:1s; -conduiraient conduire ver 169.61 144.66 0.01 0.47 cnd:pre:3p; -conduirais conduire ver 169.61 144.66 0.59 0.07 cnd:pre:1s;cnd:pre:2s; -conduirait conduire ver 169.61 144.66 0.62 2.30 cnd:pre:3s; -conduiras conduire ver 169.61 144.66 0.61 0.20 ind:fut:2s; -conduire conduire ver 169.61 144.66 60.52 40.27 imp:pre:2p;inf; -conduirez conduire ver 169.61 144.66 0.44 0.14 ind:fut:2p; -conduiriez conduire ver 169.61 144.66 0.10 0.00 cnd:pre:2p; -conduirons conduire ver 169.61 144.66 0.22 0.14 ind:fut:1p; -conduiront conduire ver 169.61 144.66 1.26 0.34 ind:fut:3p; -conduis conduire ver 169.61 144.66 29.82 3.58 imp:pre:2s;ind:pre:1s;ind:pre:2s; -conduisît conduire ver 169.61 144.66 0.00 0.47 sub:imp:3s; -conduisaient conduire ver 169.61 144.66 0.51 2.43 ind:imp:3p; -conduisais conduire ver 169.61 144.66 2.58 1.28 ind:imp:1s;ind:imp:2s; -conduisait conduire ver 169.61 144.66 6.37 20.41 ind:imp:3s; -conduisant conduire ver 169.61 144.66 1.73 7.36 par:pre; -conduise conduire ver 169.61 144.66 2.82 1.62 sub:pre:1s;sub:pre:3s; -conduisent conduire ver 169.61 144.66 2.90 3.31 ind:pre:3p; -conduises conduire ver 169.61 144.66 0.77 0.07 sub:pre:2s; -conduisez conduire ver 169.61 144.66 8.11 0.68 imp:pre:2p;ind:pre:2p; -conduisiez conduire ver 169.61 144.66 0.63 0.07 ind:imp:2p; -conduisions conduire ver 169.61 144.66 0.04 0.20 ind:imp:1p; -conduisirent conduire ver 169.61 144.66 0.15 1.01 ind:pas:3p; -conduisis conduire ver 169.61 144.66 0.02 0.68 ind:pas:1s; -conduisit conduire ver 169.61 144.66 0.72 7.77 ind:pas:3s; -conduisons conduire ver 169.61 144.66 0.22 0.14 imp:pre:1p;ind:pre:1p; -conduit conduire ver m s 169.61 144.66 34.51 33.45 ind:pre:3s;par:pas; -conduite_intérieure conduite_intérieure nom f s 0.00 0.27 0.00 0.27 -conduite conduite nom f s 19.20 26.76 18.75 25.34 -conduites conduite nom f p 19.20 26.76 0.44 1.42 -conduits conduire ver m p 169.61 144.66 2.61 5.47 par:pas; -condés condé nom m p 0.10 6.49 0.05 3.85 -condyle condyle nom m s 0.01 0.14 0.01 0.07 -condyles condyle nom m p 0.01 0.14 0.00 0.07 -confabulaient confabuler ver 0.00 0.14 0.00 0.14 ind:imp:3p; -confection confection nom f s 0.61 3.51 0.61 3.51 -confectionna confectionner ver 0.66 10.00 0.00 0.74 ind:pas:3s; -confectionnai confectionner ver 0.66 10.00 0.00 0.20 ind:pas:1s; -confectionnaient confectionner ver 0.66 10.00 0.00 0.41 ind:imp:3p; -confectionnais confectionner ver 0.66 10.00 0.01 0.07 ind:imp:1s; -confectionnait confectionner ver 0.66 10.00 0.01 2.09 ind:imp:3s; -confectionne confectionner ver 0.66 10.00 0.02 0.88 ind:pre:1s;ind:pre:3s; -confectionner confectionner ver 0.66 10.00 0.04 2.70 inf; -confectionnerai confectionner ver 0.66 10.00 0.01 0.07 ind:fut:1s; -confectionnerais confectionner ver 0.66 10.00 0.00 0.07 cnd:pre:1s; -confectionnerait confectionner ver 0.66 10.00 0.00 0.07 cnd:pre:3s; -confectionneur confectionneur nom m s 0.14 0.47 0.14 0.14 -confectionneurs confectionneur nom m p 0.14 0.47 0.00 0.20 -confectionneuse confectionneur nom f s 0.14 0.47 0.00 0.07 -confectionneuses confectionneur nom f p 0.14 0.47 0.00 0.07 -confectionnez confectionner ver 0.66 10.00 0.02 0.07 imp:pre:2p;ind:pre:2p; -confectionnions confectionner ver 0.66 10.00 0.00 0.14 ind:imp:1p; -confectionnâmes confectionner ver 0.66 10.00 0.00 0.07 ind:pas:1p; -confectionnât confectionner ver 0.66 10.00 0.00 0.07 sub:imp:3s; -confectionnèrent confectionner ver 0.66 10.00 0.01 0.07 ind:pas:3p; -confectionné confectionner ver m s 0.66 10.00 0.49 1.35 par:pas; -confectionnée confectionner ver f s 0.66 10.00 0.02 0.47 par:pas; -confectionnées confectionner ver f p 0.66 10.00 0.01 0.27 par:pas; -confectionnés confectionner ver m p 0.66 10.00 0.01 0.20 par:pas; -confessa confesser ver 16.05 10.20 0.16 0.07 ind:pas:3s; -confessai confesser ver 16.05 10.20 0.00 0.07 ind:pas:1s; -confessaient confesser ver 16.05 10.20 0.14 0.07 ind:imp:3p; -confessais confesser ver 16.05 10.20 0.19 0.14 ind:imp:1s;ind:imp:2s; -confessait confesser ver 16.05 10.20 0.15 0.74 ind:imp:3s; -confessant confesser ver 16.05 10.20 0.04 0.34 par:pre; -confesse confesser ver 16.05 10.20 3.05 1.89 imp:pre:2s;ind:pre:1s;ind:pre:3s; -confessent confesser ver 16.05 10.20 0.06 0.34 ind:pre:3p; -confesser confesser ver 16.05 10.20 8.09 4.32 inf; -confesserai confesser ver 16.05 10.20 0.26 0.07 ind:fut:1s; -confesserait confesser ver 16.05 10.20 0.00 0.20 cnd:pre:3s; -confesseras confesser ver 16.05 10.20 0.00 0.07 ind:fut:2s; -confesserez confesser ver 16.05 10.20 0.01 0.00 ind:fut:2p; -confesseur confesseur nom m s 1.86 2.70 1.63 2.16 -confesseurs confesseur nom m p 1.86 2.70 0.23 0.54 -confessez confesser ver 16.05 10.20 1.21 0.00 imp:pre:2p;ind:pre:2p; -confessiez confesser ver 16.05 10.20 0.02 0.07 ind:imp:2p; -confession confession nom f s 12.84 10.00 10.78 7.77 -confessionnal confessionnal nom m s 1.40 1.89 1.29 1.82 -confessionnaux confessionnal nom m p 1.40 1.89 0.10 0.07 -confessionnel confessionnel adj m s 0.12 0.34 0.01 0.14 -confessionnelle confessionnel adj f s 0.12 0.34 0.11 0.14 -confessionnels confessionnel adj m p 0.12 0.34 0.00 0.07 -confessions confession nom f p 12.84 10.00 2.05 2.23 -confessons confesser ver 16.05 10.20 0.04 0.07 imp:pre:1p;ind:pre:1p; -confessé confesser ver m s 16.05 10.20 2.04 1.42 par:pas; -confessée confesser ver f s 16.05 10.20 0.26 0.27 par:pas; -confessés confesser ver m p 16.05 10.20 0.34 0.07 par:pas; -confetti confetti nom m s 1.08 3.78 0.04 1.49 -confettis confetti nom m p 1.08 3.78 1.04 2.30 -confia confier ver 41.48 69.53 0.51 9.73 ind:pas:3s; -confiai confier ver 41.48 69.53 0.00 0.61 ind:pas:1s; -confiaient confier ver 41.48 69.53 0.16 0.74 ind:imp:3p; -confiais confier ver 41.48 69.53 0.10 0.34 ind:imp:1s;ind:imp:2s; -confiait confier ver 41.48 69.53 0.43 5.81 ind:imp:3s; -confiance confiance nom f s 162.90 91.96 162.88 91.76 -confiances confiance nom f p 162.90 91.96 0.03 0.20 -confiant confiant adj m s 4.14 10.34 2.46 4.73 -confiante confiant adj f s 4.14 10.34 1.26 3.45 -confiantes confiant adj f p 4.14 10.34 0.06 0.47 -confiants confiant adj m p 4.14 10.34 0.36 1.69 -confidence confidence nom f s 3.28 24.53 2.23 10.14 -confidences confidence nom f p 3.28 24.53 1.04 14.39 -confident confident nom m s 1.28 5.54 0.80 3.18 -confidente confident nom f s 1.28 5.54 0.23 1.55 -confidentes confident nom f p 1.28 5.54 0.00 0.41 -confidentialité confidentialité nom f s 1.31 0.00 1.31 0.00 -confidentiel confidentiel adj m s 9.57 4.73 5.68 2.77 -confidentielle confidentiel adj f s 9.57 4.73 1.72 0.88 -confidentiellement confidentiellement adv 0.37 0.41 0.37 0.41 -confidentielles confidentiel adj f p 9.57 4.73 0.84 0.68 -confidentiels confidentiel adj m p 9.57 4.73 1.33 0.41 -confidents confident nom m p 1.28 5.54 0.26 0.41 -confie confier ver 41.48 69.53 8.29 6.01 imp:pre:2s;ind:pre:1s;ind:pre:3s; -confient confier ver 41.48 69.53 0.38 0.81 ind:pre:3p; -confier confier ver 41.48 69.53 11.59 16.62 ind:pre:2p;inf; -confiera confier ver 41.48 69.53 0.24 0.27 ind:fut:3s; -confierai confier ver 41.48 69.53 0.31 0.54 ind:fut:1s; -confieraient confier ver 41.48 69.53 0.01 0.14 cnd:pre:3p; -confierais confier ver 41.48 69.53 0.27 0.07 cnd:pre:1s; -confierait confier ver 41.48 69.53 0.23 0.95 cnd:pre:3s; -confieras confier ver 41.48 69.53 0.10 0.00 ind:fut:2s; -confierez confier ver 41.48 69.53 0.04 0.07 ind:fut:2p; -confieriez confier ver 41.48 69.53 0.04 0.07 cnd:pre:2p; -confiez confier ver 41.48 69.53 1.15 0.88 imp:pre:2p;ind:pre:2p; -configuration configuration nom f s 1.15 1.55 1.00 1.55 -configurations configuration nom f p 1.15 1.55 0.15 0.00 -configure configurer ver 0.18 0.00 0.05 0.00 imp:pre:2s;ind:pre:1s; -configurer configurer ver 0.18 0.00 0.07 0.00 inf; -configuré configurer ver m s 0.18 0.00 0.07 0.00 par:pas; -confiions confier ver 41.48 69.53 0.00 0.07 ind:imp:1p; -confina confiner ver 1.83 5.34 0.00 0.07 ind:pas:3s; -confinaient confiner ver 1.83 5.34 0.00 0.54 ind:imp:3p; -confinait confiner ver 1.83 5.34 0.00 0.68 ind:imp:3s; -confinant confiner ver 1.83 5.34 0.01 0.20 par:pre; -confine confiner ver 1.83 5.34 0.20 0.61 ind:pre:3s; -confinement confinement nom m s 1.01 0.34 1.01 0.34 -confinent confiner ver 1.83 5.34 0.00 0.20 ind:pre:3p; -confiner confiner ver 1.83 5.34 0.23 0.34 inf; -confinerez confiner ver 1.83 5.34 0.01 0.00 ind:fut:2p; -confins confins nom m p 1.66 7.30 1.66 7.30 -confiné confiner ver m s 1.83 5.34 0.78 1.08 par:pas; -confinée confiner ver f s 1.83 5.34 0.20 0.88 par:pas; -confinées confiner ver f p 1.83 5.34 0.02 0.20 par:pas; -confinés confiner ver m p 1.83 5.34 0.38 0.54 par:pas; -confiâmes confier ver 41.48 69.53 0.00 0.07 ind:pas:1p; -confions confier ver 41.48 69.53 0.89 0.14 imp:pre:1p;ind:pre:1p; -confiât confier ver 41.48 69.53 0.00 0.47 sub:imp:3s; -confiote confiote nom f s 0.02 0.20 0.02 0.14 -confiotes confiote nom f p 0.02 0.20 0.00 0.07 -confire confire ver 0.30 0.95 0.01 0.00 inf; -confirma confirmer ver 33.80 27.57 0.06 3.45 ind:pas:3s; -confirmai confirmer ver 33.80 27.57 0.00 0.54 ind:pas:1s; -confirmaient confirmer ver 33.80 27.57 0.17 0.74 ind:imp:3p; -confirmais confirmer ver 33.80 27.57 0.01 0.14 ind:imp:1s; -confirmait confirmer ver 33.80 27.57 0.05 2.57 ind:imp:3s; -confirmant confirmer ver 33.80 27.57 0.50 1.08 par:pre; -confirmation confirmation nom f s 5.55 5.27 5.15 5.14 -confirmations confirmation nom f p 5.55 5.27 0.40 0.14 -confirme confirmer ver 33.80 27.57 9.27 3.92 imp:pre:2s;ind:pre:1s;ind:pre:3s; -confirment confirmer ver 33.80 27.57 1.75 0.68 ind:pre:3p; -confirmer confirmer ver 33.80 27.57 7.26 6.96 ind:pre:2p;inf; -confirmera confirmer ver 33.80 27.57 1.35 0.27 ind:fut:3s; -confirmerai confirmer ver 33.80 27.57 0.11 0.07 ind:fut:1s; -confirmeraient confirmer ver 33.80 27.57 0.03 0.00 cnd:pre:3p; -confirmerait confirmer ver 33.80 27.57 0.17 0.68 cnd:pre:3s; -confirmerez confirmer ver 33.80 27.57 0.05 0.00 ind:fut:2p; -confirmeront confirmer ver 33.80 27.57 0.38 0.14 ind:fut:3p; -confirmes confirmer ver 33.80 27.57 0.31 0.07 ind:pre:2s; -confirmez confirmer ver 33.80 27.57 2.63 0.00 imp:pre:2p;ind:pre:2p; -confirmions confirmer ver 33.80 27.57 0.01 0.07 ind:imp:1p; -confirmâmes confirmer ver 33.80 27.57 0.10 0.00 ind:pas:1p; -confirmons confirmer ver 33.80 27.57 0.31 0.00 imp:pre:1p;ind:pre:1p; -confirmât confirmer ver 33.80 27.57 0.00 0.20 sub:imp:3s; -confirmèrent confirmer ver 33.80 27.57 0.01 0.61 ind:pas:3p; -confirmé confirmer ver m s 33.80 27.57 7.73 3.92 par:pas; -confirmée confirmé adj f s 3.84 1.28 1.04 0.27 -confirmées confirmer ver f p 33.80 27.57 0.40 0.14 par:pas; -confirmés confirmé adj m p 3.84 1.28 0.40 0.14 -confiscation confiscation nom f s 0.47 0.81 0.41 0.74 -confiscations confiscation nom f p 0.47 0.81 0.05 0.07 -confiserie confiserie nom f s 1.56 1.69 0.91 0.95 -confiseries confiserie nom f p 1.56 1.69 0.66 0.74 -confiseur confiseur nom m s 0.27 1.15 0.22 0.54 -confiseurs confiseur nom m p 0.27 1.15 0.04 0.61 -confiseuse confiseur nom f s 0.27 1.15 0.01 0.00 -confisqua confisquer ver 5.92 3.58 0.02 0.34 ind:pas:3s; -confisquaient confisquer ver 5.92 3.58 0.01 0.07 ind:imp:3p; -confisquait confisquer ver 5.92 3.58 0.01 0.47 ind:imp:3s; -confisquant confisquer ver 5.92 3.58 0.01 0.14 par:pre; -confisque confisquer ver 5.92 3.58 1.11 0.14 imp:pre:2s;ind:pre:1s;ind:pre:3s; -confisquent confisquer ver 5.92 3.58 0.20 0.14 ind:pre:3p; -confisquer confisquer ver 5.92 3.58 1.03 0.54 inf; -confisquera confisquer ver 5.92 3.58 0.01 0.07 ind:fut:3s; -confisquerai confisquer ver 5.92 3.58 0.03 0.00 ind:fut:1s; -confisqueraient confisquer ver 5.92 3.58 0.01 0.00 cnd:pre:3p; -confisquerait confisquer ver 5.92 3.58 0.01 0.00 cnd:pre:3s; -confisquerons confisquer ver 5.92 3.58 0.34 0.00 ind:fut:1p; -confisqueront confisquer ver 5.92 3.58 0.03 0.00 ind:fut:3p; -confisquez confisquer ver 5.92 3.58 0.16 0.00 imp:pre:2p;ind:pre:2p; -confisquons confisquer ver 5.92 3.58 0.02 0.00 ind:pre:1p; -confisquât confisquer ver 5.92 3.58 0.00 0.07 sub:imp:3s; -confisquèrent confisquer ver 5.92 3.58 0.00 0.07 ind:pas:3p; -confisqué confisquer ver m s 5.92 3.58 2.06 0.68 par:pas; -confisquée confisquer ver f s 5.92 3.58 0.36 0.41 par:pas; -confisquées confisquer ver f p 5.92 3.58 0.19 0.27 par:pas; -confisqués confisquer ver m p 5.92 3.58 0.30 0.20 par:pas; -confit confit adj m s 0.71 2.43 0.25 0.20 -confite confit adj f s 0.71 2.43 0.15 0.34 -confiteor confiteor nom m 0.00 0.41 0.00 0.41 -confites confit adj f p 0.71 2.43 0.17 0.34 -confièrent confier ver 41.48 69.53 0.11 0.47 ind:pas:3p; -confits confit adj m p 0.71 2.43 0.15 1.55 -confiture confiture nom f s 7.41 15.41 6.71 8.72 -confitures confiture nom f p 7.41 15.41 0.70 6.69 -confituriers confiturier nom m p 0.01 0.14 0.00 0.14 -confiturière confiturier nom f s 0.01 0.14 0.01 0.00 -confié confier ver m s 41.48 69.53 10.71 15.00 par:pas; -confiée confier ver f s 41.48 69.53 3.38 4.19 par:pas; -confiées confier ver f p 41.48 69.53 0.69 0.68 par:pas; -confiés confier ver m p 41.48 69.53 0.92 0.95 par:pas; -conflagration conflagration nom f s 0.00 0.41 0.00 0.41 -conflictuel conflictuel adj m s 0.70 0.00 0.18 0.00 -conflictuelle conflictuel adj f s 0.70 0.00 0.33 0.00 -conflictuelles conflictuel adj f p 0.70 0.00 0.06 0.00 -conflictuels conflictuel adj m p 0.70 0.00 0.13 0.00 -conflit conflit nom m s 13.79 14.12 9.63 11.08 -conflits conflit nom m p 13.79 14.12 4.16 3.04 -confluaient confluer ver 0.07 0.68 0.00 0.14 ind:imp:3p; -confluait confluer ver 0.07 0.68 0.00 0.14 ind:imp:3s; -confluant confluer ver 0.07 0.68 0.00 0.07 par:pre; -conflue confluer ver 0.07 0.68 0.01 0.07 ind:pre:3s; -confluence confluence nom f s 0.27 0.27 0.27 0.27 -confluent confluent nom m s 0.21 0.88 0.21 0.81 -confluents confluent nom m p 0.21 0.88 0.00 0.07 -confluer confluer ver 0.07 0.68 0.05 0.14 inf; -conflué confluer ver m s 0.07 0.68 0.00 0.07 par:pas; -confond confondre ver 16.09 53.85 2.09 5.47 ind:pre:3s; -confondît confondre ver 16.09 53.85 0.00 0.14 sub:imp:3s; -confondaient confondre ver 16.09 53.85 0.05 4.73 ind:imp:3p; -confondais confondre ver 16.09 53.85 0.16 0.81 ind:imp:1s;ind:imp:2s; -confondait confondre ver 16.09 53.85 0.21 8.58 ind:imp:3s; -confondant confondre ver 16.09 53.85 0.03 2.23 par:pre; -confondante confondant adj f s 0.01 0.95 0.01 0.14 -confondantes confondant adj f p 0.01 0.95 0.00 0.20 -confondants confondant adj m p 0.01 0.95 0.00 0.20 -confonde confondre ver 16.09 53.85 0.22 0.68 sub:pre:1s;sub:pre:3s; -confondent confondre ver 16.09 53.85 1.01 4.19 ind:pre:3p; -confondez confondre ver 16.09 53.85 0.89 0.74 imp:pre:2p;ind:pre:2p; -confondions confondre ver 16.09 53.85 0.00 0.47 ind:imp:1p; -confondirent confondre ver 16.09 53.85 0.00 0.41 ind:pas:3p; -confondis confondre ver 16.09 53.85 0.00 0.14 ind:pas:1s; -confondit confondre ver 16.09 53.85 0.04 1.08 ind:pas:3s; -confondons confondre ver 16.09 53.85 0.16 0.27 imp:pre:1p; -confondra confondre ver 16.09 53.85 0.20 0.34 ind:fut:3s; -confondrai confondre ver 16.09 53.85 0.01 0.00 ind:fut:1s; -confondrais confondre ver 16.09 53.85 0.15 0.07 cnd:pre:1s;cnd:pre:2s; -confondrait confondre ver 16.09 53.85 0.41 0.27 cnd:pre:3s; -confondre confondre ver 16.09 53.85 4.83 13.18 inf; -confondrez confondre ver 16.09 53.85 0.01 0.07 ind:fut:2p; -confondront confondre ver 16.09 53.85 0.31 0.14 ind:fut:3p; -confonds confondre ver 16.09 53.85 2.50 1.82 imp:pre:2s;ind:pre:1s;ind:pre:2s; -confondu confondre ver m s 16.09 53.85 2.50 3.65 par:pas; -confondue confondre ver f s 16.09 53.85 0.32 1.62 par:pas; -confondues confondu adj f p 0.30 3.85 0.06 1.42 -confondus confondu adj m p 0.30 3.85 0.21 1.69 -conformai conformer ver 1.62 5.00 0.00 0.07 ind:pas:1s; -conformaient conformer ver 1.62 5.00 0.00 0.07 ind:imp:3p; -conformais conformer ver 1.62 5.00 0.00 0.14 ind:imp:1s; -conformait conformer ver 1.62 5.00 0.01 0.54 ind:imp:3s; -conformant conformer ver 1.62 5.00 0.25 0.41 par:pre; -conformation conformation nom f s 0.01 0.27 0.01 0.27 -conforme conforme adj s 2.07 10.20 1.63 8.18 -conforment conformer ver 1.62 5.00 0.13 0.20 ind:pre:3p; -conformer conformer ver 1.62 5.00 0.60 2.16 inf; -conformera conformer ver 1.62 5.00 0.06 0.00 ind:fut:3s; -conformerai conformer ver 1.62 5.00 0.15 0.00 ind:fut:1s; -conformeraient conformer ver 1.62 5.00 0.00 0.07 cnd:pre:3p; -conformerez conformer ver 1.62 5.00 0.01 0.00 ind:fut:2p; -conformes conforme adj p 2.07 10.20 0.44 2.03 -conformisme conformisme nom m s 1.22 3.31 1.22 3.24 -conformismes conformisme nom m p 1.22 3.31 0.00 0.07 -conformiste conformiste nom s 0.42 0.95 0.32 0.47 -conformistes conformiste nom p 0.42 0.95 0.10 0.47 -conformité conformité nom f s 0.52 1.22 0.52 1.22 -conformât conformer ver 1.62 5.00 0.00 0.20 sub:imp:3s; -conformé conformer ver m s 1.62 5.00 0.04 0.14 par:pas; -conformée conformer ver f s 1.62 5.00 0.01 0.07 par:pas; -conformément conformément adv 3.09 4.26 3.09 4.26 -confort confort nom m s 6.02 17.03 5.97 16.62 -conforta conforter ver 0.47 1.82 0.00 0.14 ind:pas:3s; -confortable confortable adj s 13.78 15.20 12.04 12.30 -confortablement confortablement adv 1.54 3.24 1.54 3.24 -confortables confortable adj p 13.78 15.20 1.74 2.91 -confortaient conforter ver 0.47 1.82 0.00 0.07 ind:imp:3p; -confortait conforter ver 0.47 1.82 0.00 0.07 ind:imp:3s; -confortant conforter ver 0.47 1.82 0.01 0.00 par:pre; -conforte conforter ver 0.47 1.82 0.16 0.14 ind:pre:1s;ind:pre:3s; -conforter conforter ver 0.47 1.82 0.23 0.61 inf; -conforterait conforter ver 0.47 1.82 0.01 0.07 cnd:pre:3s; -conforts confort nom m p 6.02 17.03 0.05 0.41 -conforté conforter ver m s 0.47 1.82 0.05 0.41 par:pas; -confortée conforter ver f s 0.47 1.82 0.01 0.34 par:pas; -confraternel confraternel adj m s 0.01 0.41 0.01 0.14 -confraternelle confraternel adj f s 0.01 0.41 0.00 0.07 -confraternellement confraternellement adv 0.00 0.07 0.00 0.07 -confraternelles confraternel adj f p 0.01 0.41 0.00 0.14 -confraternels confraternel adj m p 0.01 0.41 0.00 0.07 -confraternité confraternité nom f s 0.00 0.07 0.00 0.07 -confrontai confronter ver 8.14 5.41 0.00 0.07 ind:pas:1s; -confrontaient confronter ver 8.14 5.41 0.00 0.14 ind:imp:3p; -confrontais confronter ver 8.14 5.41 0.01 0.14 ind:imp:1s; -confrontait confronter ver 8.14 5.41 0.01 0.14 ind:imp:3s; -confrontant confronter ver 8.14 5.41 0.05 0.27 par:pre; -confrontation confrontation nom f s 2.44 3.45 2.12 2.84 -confrontations confrontation nom f p 2.44 3.45 0.32 0.61 -confronte confronter ver 8.14 5.41 0.59 0.20 imp:pre:2s;ind:pre:1s;ind:pre:3s; -confrontent confronter ver 8.14 5.41 0.16 0.20 ind:pre:3p; -confronter confronter ver 8.14 5.41 2.11 1.35 inf; -confrontez confronter ver 8.14 5.41 0.08 0.00 imp:pre:2p;ind:pre:2p; -confrontons confronter ver 8.14 5.41 0.06 0.00 imp:pre:1p;ind:pre:1p; -confrontèrent confronter ver 8.14 5.41 0.00 0.07 ind:pas:3p; -confronté confronter ver m s 8.14 5.41 2.76 1.28 par:pas; -confrontée confronter ver f s 8.14 5.41 0.69 0.61 par:pas; -confrontées confronter ver f p 8.14 5.41 0.19 0.27 par:pas; -confrontés confronter ver m p 8.14 5.41 1.43 0.68 par:pas; -confrère confrère nom m s 3.98 11.28 2.76 5.00 -confrères confrère nom m p 3.98 11.28 1.22 6.28 -confrérie confrérie nom f s 3.02 1.69 2.86 1.49 -confréries confrérie nom f p 3.02 1.69 0.16 0.20 -confère conférer ver 2.99 13.18 0.78 3.11 ind:pre:1s;ind:pre:3s; -confèrent conférer ver 2.99 13.18 0.17 0.54 ind:pre:3p; -confucianisme confucianisme nom m s 0.02 0.14 0.02 0.14 -confucéenne confucéen adj f s 0.00 0.07 0.00 0.07 -confédéral confédéral adj m s 0.00 0.14 0.00 0.07 -confédération confédération nom f s 0.56 1.15 0.56 1.15 -confédéraux confédéral adj m p 0.00 0.14 0.00 0.07 -confédérer confédérer ver 0.03 0.07 0.00 0.07 inf; -confédéré confédéré adj m s 0.79 0.00 0.36 0.00 -confédérée confédéré adj f s 0.79 0.00 0.11 0.00 -confédérés confédéré nom m p 0.95 0.07 0.86 0.07 -conféra conférer ver 2.99 13.18 0.00 0.14 ind:pas:3s; -conféraient conférer ver 2.99 13.18 0.00 0.81 ind:imp:3p; -conférais conférer ver 2.99 13.18 0.00 0.07 ind:imp:1s; -conférait conférer ver 2.99 13.18 0.04 3.24 ind:imp:3s; -conférant conférer ver 2.99 13.18 0.03 0.95 par:pre; -conférence conférence nom f s 19.86 22.03 17.37 16.28 -conférences_débat conférences_débat nom f p 0.00 0.07 0.00 0.07 -conférences conférence nom f p 19.86 22.03 2.49 5.74 -conférencier conférencier nom m s 0.43 0.95 0.26 0.61 -conférenciers conférencier nom m p 0.43 0.95 0.15 0.34 -conférencière conférencier nom f s 0.43 0.95 0.03 0.00 -conférents conférent nom m p 0.00 0.07 0.00 0.07 -conférer conférer ver 2.99 13.18 0.09 2.30 inf; -conférera conférer ver 2.99 13.18 0.01 0.07 ind:fut:3s; -conféreraient conférer ver 2.99 13.18 0.00 0.07 cnd:pre:3p; -conférerait conférer ver 2.99 13.18 0.00 0.14 cnd:pre:3s; -conférerez conférer ver 2.99 13.18 0.00 0.07 ind:fut:2p; -conféreront conférer ver 2.99 13.18 0.01 0.07 ind:fut:3p; -conférez conférer ver 2.99 13.18 0.01 0.00 ind:pre:2p; -conférât conférer ver 2.99 13.18 0.00 0.07 sub:imp:3s; -conférèrent conférer ver 2.99 13.18 0.00 0.07 ind:pas:3p; -conféré conférer ver m s 2.99 13.18 0.22 0.95 par:pas; -conférée conférer ver f s 2.99 13.18 0.18 0.27 par:pas; -conférées conférer ver f p 2.99 13.18 0.01 0.07 par:pas; -conférés conférer ver m p 2.99 13.18 1.45 0.20 par:pas; -confus confus adj m 11.02 37.23 7.48 19.86 -confuse confus adj f s 11.02 37.23 2.76 12.70 -confuses confus adj f p 11.02 37.23 0.77 4.66 -confusion confusion nom f s 8.53 20.61 8.12 20.07 -confusionnisme confusionnisme nom m s 0.01 0.07 0.01 0.07 -confusions confusion nom f p 8.53 20.61 0.41 0.54 -confusément confusément adv 0.03 10.00 0.03 10.00 -conga conga nom f s 0.20 0.07 0.14 0.07 -congaïs congaï nom f p 0.00 0.07 0.00 0.07 -congas conga nom f p 0.20 0.07 0.06 0.00 -congayes congaye nom f p 0.00 0.07 0.00 0.07 -congela congeler ver 3.85 0.74 0.02 0.00 ind:pas:3s; -congelait congeler ver 3.85 0.74 0.01 0.00 ind:imp:3s; -congelant congeler ver 3.85 0.74 0.01 0.00 par:pre; -congeler congeler ver 3.85 0.74 1.12 0.14 inf; -congelez congeler ver 3.85 0.74 0.04 0.00 imp:pre:2p;ind:pre:2p; -congelons congeler ver 3.85 0.74 0.16 0.00 ind:pre:1p; -congelé congelé adj m s 1.87 0.68 1.16 0.27 -congelée congeler ver f s 3.85 0.74 0.57 0.14 par:pas; -congelées congelé adj f p 1.87 0.68 0.23 0.07 -congelés congelé adj m p 1.87 0.68 0.31 0.27 -congestif congestif adj m s 0.07 0.00 0.03 0.00 -congestion congestion nom f s 1.10 1.76 1.08 1.69 -congestionnaient congestionner ver 0.16 1.42 0.00 0.07 ind:imp:3p; -congestionnait congestionner ver 0.16 1.42 0.00 0.20 ind:imp:3s; -congestionne congestionner ver 0.16 1.42 0.01 0.07 ind:pre:3s; -congestionnent congestionner ver 0.16 1.42 0.11 0.00 ind:pre:3p; -congestionné congestionner ver m s 0.16 1.42 0.03 0.74 par:pas; -congestionnée congestionné adj f s 0.10 2.43 0.04 0.27 -congestionnées congestionné adj f p 0.10 2.43 0.04 0.20 -congestionnés congestionné adj m p 0.10 2.43 0.01 0.54 -congestions congestion nom f p 1.10 1.76 0.03 0.07 -congestive congestif adj f s 0.07 0.00 0.04 0.00 -conglobation conglobation nom f s 0.00 0.07 0.00 0.07 -conglomérat conglomérat nom m s 0.44 0.54 0.38 0.41 -conglomérats conglomérat nom m p 0.44 0.54 0.06 0.14 -conglomérée conglomérer ver f s 0.00 0.07 0.00 0.07 par:pas; -congolais congolais adj m 0.30 0.20 0.28 0.07 -congolaise congolais adj f s 0.30 0.20 0.01 0.14 -congrûment congrûment adv 0.00 0.07 0.00 0.07 -congratula congratuler ver 0.19 2.30 0.00 0.07 ind:pas:3s; -congratulaient congratuler ver 0.19 2.30 0.00 0.41 ind:imp:3p; -congratulait congratuler ver 0.19 2.30 0.00 0.47 ind:imp:3s; -congratulant congratuler ver 0.19 2.30 0.00 0.07 par:pre; -congratulations congratulation nom f p 0.09 0.41 0.09 0.41 -congratule congratuler ver 0.19 2.30 0.01 0.14 ind:pre:3s; -congratulent congratuler ver 0.19 2.30 0.00 0.27 ind:pre:3p; -congratuler congratuler ver 0.19 2.30 0.17 0.47 inf; -congratulions congratuler ver 0.19 2.30 0.00 0.07 ind:imp:1p; -congratulâmes congratuler ver 0.19 2.30 0.00 0.07 ind:pas:1p; -congratulèrent congratuler ver 0.19 2.30 0.00 0.14 ind:pas:3p; -congratulé congratuler ver m s 0.19 2.30 0.01 0.07 par:pas; -congratulés congratuler ver m p 0.19 2.30 0.00 0.07 par:pas; -congre congre nom m s 0.44 0.20 0.01 0.14 -congres congre nom m p 0.44 0.20 0.43 0.07 -congressistes congressiste nom p 0.04 0.20 0.04 0.20 -congrès congrès nom m 15.77 8.78 15.77 8.78 -congrue congru adj f s 0.00 0.34 0.00 0.34 -congréganiste congréganiste nom s 0.00 0.07 0.00 0.07 -congrégation congrégation nom f s 1.34 0.61 1.33 0.34 -congrégationaliste congrégationaliste adj f s 0.01 0.00 0.01 0.00 -congrégations congrégation nom f p 1.34 0.61 0.01 0.27 -congèle congeler ver 3.85 0.74 0.37 0.00 imp:pre:2s;ind:pre:1s;ind:pre:3s; -congèlera congeler ver 3.85 0.74 0.11 0.00 ind:fut:3s; -congèlerais congeler ver 3.85 0.74 0.01 0.00 cnd:pre:1s; -congère congère nom f s 0.05 1.15 0.02 0.34 -congères congère nom f p 0.05 1.15 0.03 0.81 -congé congé nom m s 20.74 21.62 18.16 17.64 -congédia congédier ver 2.17 3.45 0.00 0.68 ind:pas:3s; -congédiai congédier ver 2.17 3.45 0.00 0.07 ind:pas:1s; -congédiait congédier ver 2.17 3.45 0.00 0.14 ind:imp:3s; -congédiant congédier ver 2.17 3.45 0.00 0.20 par:pre; -congédie congédier ver 2.17 3.45 0.38 0.68 imp:pre:2s;ind:pre:1s;ind:pre:3s; -congédiement congédiement nom m s 0.02 0.14 0.02 0.14 -congédient congédier ver 2.17 3.45 0.01 0.00 ind:pre:3p; -congédier congédier ver 2.17 3.45 0.68 0.81 inf; -congédiez congédier ver 2.17 3.45 0.08 0.00 imp:pre:2p;ind:pre:2p; -congédié congédier ver m s 2.17 3.45 0.69 0.68 par:pas; -congédiée congédier ver f s 2.17 3.45 0.26 0.00 par:pas; -congédiées congédier ver f p 2.17 3.45 0.00 0.07 par:pas; -congédiés congédier ver m p 2.17 3.45 0.07 0.14 par:pas; -congélateur congélateur nom m s 2.00 0.34 1.96 0.34 -congélateurs congélateur nom m p 2.00 0.34 0.04 0.00 -congélation congélation nom f s 0.49 0.47 0.49 0.47 -congénital congénital adj m s 0.82 1.96 0.34 0.61 -congénitale congénital adj f s 0.82 1.96 0.34 1.08 -congénitalement congénitalement adv 0.00 0.20 0.00 0.20 -congénitales congénital adj f p 0.82 1.96 0.13 0.14 -congénitaux congénital adj m p 0.82 1.96 0.02 0.14 -congénère congénère nom s 0.38 1.89 0.02 0.27 -congénères congénère nom p 0.38 1.89 0.36 1.62 -congés congé nom m p 20.74 21.62 2.58 3.99 -conifère conifère nom m s 0.15 0.81 0.02 0.07 -conifères conifère nom m p 0.15 0.81 0.13 0.74 -conique conique adj s 0.07 2.64 0.06 1.76 -coniques conique adj p 0.07 2.64 0.01 0.88 -conjecturai conjecturer ver 0.23 0.20 0.01 0.00 ind:pas:1s; -conjectural conjectural adj m s 0.01 0.07 0.00 0.07 -conjecturale conjectural adj f s 0.01 0.07 0.01 0.00 -conjecture conjecture nom f s 0.65 1.55 0.28 0.27 -conjecturent conjecturer ver 0.23 0.20 0.01 0.00 ind:pre:3p; -conjecturer conjecturer ver 0.23 0.20 0.14 0.20 inf; -conjectures conjecture nom f p 0.65 1.55 0.37 1.28 -conjoindre conjoindre ver 0.05 0.14 0.01 0.00 inf; -conjoint conjoint nom m s 0.98 1.76 0.55 1.08 -conjointe conjoint adj f s 0.48 0.95 0.30 0.68 -conjointement conjointement adv 0.23 1.35 0.23 1.35 -conjointes conjoint adj f p 0.48 0.95 0.06 0.07 -conjoints conjoint nom m p 0.98 1.76 0.41 0.54 -conjoncteur conjoncteur nom m s 0.01 0.00 0.01 0.00 -conjonctif conjonctif adj m s 0.11 0.07 0.09 0.00 -conjonction conjonction nom f s 0.41 2.43 0.41 1.96 -conjonctions conjonction nom f p 0.41 2.43 0.00 0.47 -conjonctive conjonctif adj f s 0.11 0.07 0.01 0.00 -conjonctive conjonctive nom f s 0.01 0.07 0.01 0.00 -conjonctives conjonctif adj f p 0.11 0.07 0.01 0.07 -conjonctivite conjonctivite nom f s 0.54 0.47 0.39 0.34 -conjonctivites conjonctivite nom f p 0.54 0.47 0.16 0.14 -conjoncture conjoncture nom f s 0.80 2.50 0.79 2.16 -conjonctures conjoncture nom f p 0.80 2.50 0.01 0.34 -conjugaison conjugaison nom f s 0.14 1.15 0.04 0.74 -conjugaisons conjugaison nom f p 0.14 1.15 0.10 0.41 -conjugal conjugal adj m s 4.88 9.59 1.42 4.46 -conjugale conjugal adj f s 4.88 9.59 2.08 3.18 -conjugalement conjugalement adv 0.00 0.07 0.00 0.07 -conjugales conjugal adj f p 4.88 9.59 0.67 1.08 -conjugalité conjugalité nom f s 0.00 0.27 0.00 0.27 -conjugaux conjugal adj m p 4.88 9.59 0.72 0.88 -conjuguaient conjuguer ver 0.59 5.74 0.00 0.20 ind:imp:3p; -conjuguait conjuguer ver 0.59 5.74 0.00 0.27 ind:imp:3s; -conjuguant conjuguer ver 0.59 5.74 0.00 0.07 par:pre; -conjugue conjuguer ver 0.59 5.74 0.27 0.20 imp:pre:2s;ind:pre:3s; -conjuguent conjuguer ver 0.59 5.74 0.00 0.54 ind:pre:3p; -conjuguer conjuguer ver 0.59 5.74 0.21 1.01 inf; -conjuguerions conjuguer ver 0.59 5.74 0.00 0.07 cnd:pre:1p; -conjugues conjuguer ver 0.59 5.74 0.00 0.14 ind:pre:2s; -conjugué conjugué adj m s 0.15 0.41 0.15 0.34 -conjuguée conjuguer ver f s 0.59 5.74 0.00 0.74 par:pas; -conjuguées conjuguer ver f p 0.59 5.74 0.00 0.68 par:pas; -conjugués conjuguer ver m p 0.59 5.74 0.12 1.08 par:pas; -conjungo conjungo nom m s 0.00 0.27 0.00 0.20 -conjungos conjungo nom m p 0.00 0.27 0.00 0.07 -conjura conjurer ver 5.88 6.35 0.00 0.20 ind:pas:3s; -conjurait conjurer ver 5.88 6.35 0.00 0.20 ind:imp:3s; -conjurant conjurer ver 5.88 6.35 0.02 0.07 par:pre; -conjurateur conjurateur nom m s 0.01 0.00 0.01 0.00 -conjuration conjuration nom f s 0.32 1.69 0.32 1.35 -conjurations conjuration nom f p 0.32 1.69 0.00 0.34 -conjuratoire conjuratoire adj f s 0.01 0.00 0.01 0.00 -conjure conjurer ver 5.88 6.35 5.01 1.49 imp:pre:2s;ind:pre:1s;ind:pre:3s; -conjurer conjurer ver 5.88 6.35 0.49 3.78 inf; -conjurera conjurer ver 5.88 6.35 0.00 0.07 ind:fut:3s; -conjuré conjurer ver m s 5.88 6.35 0.21 0.27 par:pas; -conjurée conjuré nom f s 0.56 0.47 0.01 0.07 -conjurées conjurer ver f p 5.88 6.35 0.00 0.07 par:pas; -conjurés conjuré nom m p 0.56 0.47 0.55 0.34 -connûmes connaître ver 961.03 629.19 0.01 0.20 ind:pas:1p; -connût connaître ver 961.03 629.19 0.00 2.23 sub:imp:3s; -connaît connaître ver 961.03 629.19 103.42 57.03 ind:pre:3s; -connaîtra connaître ver 961.03 629.19 2.67 1.69 ind:fut:3s; -connaîtrai connaître ver 961.03 629.19 1.17 1.96 ind:fut:1s; -connaîtraient connaître ver 961.03 629.19 0.07 0.95 cnd:pre:3p; -connaîtrais connaître ver 961.03 629.19 1.54 1.62 cnd:pre:1s;cnd:pre:2s; -connaîtrait connaître ver 961.03 629.19 0.72 2.77 cnd:pre:3s; -connaîtras connaître ver 961.03 629.19 1.85 1.42 ind:fut:2s; -connaître connaître ver 961.03 629.19 88.63 90.07 inf;; -connaîtrez connaître ver 961.03 629.19 1.47 0.74 ind:fut:2p; -connaîtriez connaître ver 961.03 629.19 0.70 0.20 cnd:pre:2p; -connaîtrions connaître ver 961.03 629.19 0.03 0.14 cnd:pre:1p; -connaîtrons connaître ver 961.03 629.19 0.76 0.88 ind:fut:1p; -connaîtront connaître ver 961.03 629.19 0.81 0.74 ind:fut:3p; -connais connaître ver 961.03 629.19 415.87 111.35 imp:pre:2s;ind:pre:1s;ind:pre:2s; -connaissable connaissable adj m s 0.01 0.20 0.01 0.14 -connaissables connaissable adj p 0.01 0.20 0.00 0.07 -connaissaient connaître ver 961.03 629.19 5.23 16.08 ind:imp:3p; -connaissais connaître ver 961.03 629.19 34.19 41.82 ind:imp:1s;ind:imp:2s; -connaissait connaître ver 961.03 629.19 20.02 90.68 ind:imp:3s; -connaissance connaissance nom f s 43.08 67.50 36.60 55.81 -connaissances connaissance nom f p 43.08 67.50 6.47 11.69 -connaissant connaître ver 961.03 629.19 2.65 8.51 par:pre; -connaisse connaître ver 961.03 629.19 10.78 4.32 sub:pre:1s;sub:pre:3s; -connaissement connaissement nom m s 0.06 0.07 0.06 0.00 -connaissements connaissement nom m p 0.06 0.07 0.00 0.07 -connaissent connaître ver 961.03 629.19 18.32 16.89 ind:pre:3p; -connaisses connaître ver 961.03 629.19 1.90 0.74 sub:pre:2s; -connaisseur connaisseur nom m s 1.36 5.61 1.09 3.04 -connaisseurs connaisseur nom m p 1.36 5.61 0.24 1.76 -connaisseuse connaisseur nom f s 1.36 5.61 0.04 0.68 -connaisseuses connaisseur nom f p 1.36 5.61 0.00 0.14 -connaissez connaître ver 961.03 629.19 125.09 29.53 imp:pre:2p;ind:pre:2p; -connaissiez connaître ver 961.03 629.19 13.71 2.84 ind:imp:2p;sub:pre:2p; -connaissions connaître ver 961.03 629.19 1.40 5.61 ind:imp:1p; -connaissons connaître ver 961.03 629.19 11.78 6.89 imp:pre:1p;ind:pre:1p; -connard connard nom m s 50.13 6.28 40.70 4.53 -connards connard nom m p 50.13 6.28 9.44 1.76 -connasse connasse nom f s 5.29 2.03 5.10 1.55 -connasses connasse nom f p 5.29 2.03 0.20 0.47 -conne con nom f s 121.91 68.99 8.57 3.78 -conneau conneau nom m s 0.16 0.27 0.16 0.14 -conneaux conneau nom m p 0.16 0.27 0.00 0.14 -connectant connecter ver 8.88 0.54 0.15 0.00 par:pre; -connecte connecter ver 8.88 0.54 1.11 0.00 imp:pre:2s;ind:pre:1s;ind:pre:3s; -connectent connecter ver 8.88 0.54 0.05 0.00 ind:pre:3p; -connecter connecter ver 8.88 0.54 1.73 0.14 inf; -connectera connecter ver 8.88 0.54 0.01 0.00 ind:fut:3s; -connecteur connecteur nom m s 0.08 0.00 0.08 0.00 -connectez connecter ver 8.88 0.54 0.34 0.00 imp:pre:2p;ind:pre:2p; -connectiez connecter ver 8.88 0.54 0.01 0.00 ind:imp:2p; -connections connecter ver 8.88 0.54 0.75 0.14 ind:imp:1p; -connectivité connectivité nom f s 0.06 0.00 0.06 0.00 -connectons connecter ver 8.88 0.54 0.01 0.00 ind:pre:1p; -connecté connecter ver m s 8.88 0.54 3.15 0.07 par:pas; -connectée connecter ver f s 8.88 0.54 0.48 0.00 par:pas; -connectées connecter ver f p 8.88 0.54 0.18 0.07 par:pas; -connectés connecter ver m p 8.88 0.54 0.90 0.14 par:pas; -connement connement adv 0.00 1.28 0.00 1.28 -connerie connerie nom f s 95.42 29.73 19.68 12.50 -conneries connerie nom f p 95.42 29.73 75.75 17.23 -connes conne nom f p 0.71 0.00 0.71 0.00 -connexe connexe adj m s 0.00 0.20 0.00 0.14 -connexes connexe adj p 0.00 0.20 0.00 0.07 -connexion connexion nom f s 4.45 0.95 3.71 0.47 -connexions connexion nom f p 4.45 0.95 0.74 0.47 -connils connil nom m p 0.00 0.07 0.00 0.07 -connivence connivence nom f s 0.74 6.69 0.60 6.08 -connivences connivence nom f p 0.74 6.69 0.14 0.61 -connotation connotation nom f s 0.54 0.14 0.50 0.07 -connotations connotation nom f p 0.54 0.14 0.04 0.07 -connu connaître ver m s 961.03 629.19 70.33 84.53 par:pas; -connue connaître ver f s 961.03 629.19 13.32 17.77 par:pas; -connues connaître ver f p 961.03 629.19 2.03 5.34 par:pas; -connurent connaître ver 961.03 629.19 0.33 1.55 ind:pas:3p; -connus connaître ver m p 961.03 629.19 9.39 14.26 ind:pas:1s;ind:pas:2s;par:pas; -connusse connaître ver 961.03 629.19 0.00 0.34 sub:imp:1s; -connussent connaître ver 961.03 629.19 0.00 0.34 sub:imp:3p; -connusses connaître ver 961.03 629.19 0.00 0.07 sub:imp:2s; -connut connaître ver 961.03 629.19 0.84 7.09 ind:pas:3s; -connétable connétable nom m s 0.11 2.03 0.11 1.49 -connétables connétable nom m p 0.11 2.03 0.00 0.54 -conoïdaux conoïdal adj m p 0.00 0.07 0.00 0.07 -conoïde conoïde adj s 0.00 0.07 0.00 0.07 -conquît conquérir ver 14.89 17.64 0.00 0.14 sub:imp:3s; -conque conque nom f s 0.48 2.23 0.44 1.89 -conquerra conquérir ver 14.89 17.64 0.11 0.00 ind:fut:3s; -conquerraient conquérir ver 14.89 17.64 0.00 0.07 cnd:pre:3p; -conquerrons conquérir ver 14.89 17.64 0.02 0.00 ind:fut:1p; -conquerront conquérir ver 14.89 17.64 0.02 0.14 ind:fut:3p; -conques conque nom f p 0.48 2.23 0.04 0.34 -conquiers conquérir ver 14.89 17.64 0.13 0.07 imp:pre:2s;ind:pre:1s; -conquiert conquérir ver 14.89 17.64 0.49 0.68 ind:pre:3s; -conquirent conquérir ver 14.89 17.64 0.02 0.07 ind:pas:3p; -conquis conquérir ver m 14.89 17.64 5.40 7.97 par:pas; -conquise conquérir ver f s 14.89 17.64 0.77 0.95 par:pas; -conquises conquis adj f p 0.88 2.70 0.13 0.47 -conquistador conquistador nom m s 0.38 1.69 0.12 0.74 -conquistadores conquistador nom m p 0.38 1.69 0.01 0.54 -conquistadors conquistador nom m p 0.38 1.69 0.25 0.41 -conquit conquérir ver 14.89 17.64 0.29 0.81 ind:pas:3s; -conquière conquérir ver 14.89 17.64 0.02 0.07 sub:pre:1s;sub:pre:3s; -conquièrent conquérir ver 14.89 17.64 0.05 0.27 ind:pre:3p; -conquérait conquérir ver 14.89 17.64 0.01 0.07 ind:imp:3s; -conquérant conquérant nom m s 1.34 5.20 0.82 2.64 -conquérante conquérant adj f s 0.53 2.64 0.29 1.01 -conquérantes conquérant adj f p 0.53 2.64 0.00 0.27 -conquérants conquérant nom m p 1.34 5.20 0.52 2.36 -conquérez conquérir ver 14.89 17.64 0.02 0.00 imp:pre:2p;ind:pre:2p; -conquérir conquérir ver 14.89 17.64 7.11 5.54 inf; -conquérons conquérir ver 14.89 17.64 0.01 0.07 ind:pre:1p; -conquête conquête nom f s 5.95 16.42 3.85 10.88 -conquêtes conquête nom f p 5.95 16.42 2.10 5.54 -cons con nom m p 121.91 68.99 19.90 19.05 -consacra consacrer ver 18.27 38.18 0.29 1.89 ind:pas:3s; -consacrai consacrer ver 18.27 38.18 0.01 0.34 ind:pas:1s; -consacraient consacrer ver 18.27 38.18 0.14 0.41 ind:imp:3p; -consacrais consacrer ver 18.27 38.18 0.04 0.41 ind:imp:1s;ind:imp:2s; -consacrait consacrer ver 18.27 38.18 0.34 2.64 ind:imp:3s; -consacrant consacrer ver 18.27 38.18 0.07 1.15 par:pre; -consacre consacrer ver 18.27 38.18 2.94 3.11 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:1s; -consacrent consacrer ver 18.27 38.18 0.48 0.27 ind:pre:3p; -consacrer consacrer ver 18.27 38.18 5.10 11.89 inf; -consacrera consacrer ver 18.27 38.18 0.14 0.07 ind:fut:3s; -consacrerai consacrer ver 18.27 38.18 0.78 0.14 ind:fut:1s; -consacreraient consacrer ver 18.27 38.18 0.00 0.07 cnd:pre:3p; -consacrerais consacrer ver 18.27 38.18 0.02 0.07 cnd:pre:1s; -consacrerait consacrer ver 18.27 38.18 0.12 0.47 cnd:pre:3s; -consacreras consacrer ver 18.27 38.18 0.10 0.00 ind:fut:2s; -consacrerez consacrer ver 18.27 38.18 0.01 0.00 ind:fut:2p; -consacreriez consacrer ver 18.27 38.18 0.00 0.07 cnd:pre:2p; -consacrerions consacrer ver 18.27 38.18 0.00 0.07 cnd:pre:1p; -consacreront consacrer ver 18.27 38.18 0.11 0.00 ind:fut:3p; -consacres consacrer ver 18.27 38.18 0.31 0.20 ind:pre:2s; -consacrez consacrer ver 18.27 38.18 0.28 0.07 imp:pre:2p;ind:pre:2p; -consacriez consacrer ver 18.27 38.18 0.04 0.07 ind:imp:2p; -consacrons consacrer ver 18.27 38.18 0.39 0.07 imp:pre:1p;ind:pre:1p; -consacrèrent consacrer ver 18.27 38.18 0.00 0.20 ind:pas:3p; -consacré consacrer ver m s 18.27 38.18 4.13 6.15 par:pas; -consacrée consacrer ver f s 18.27 38.18 2.15 4.53 par:pas; -consacrées consacré adj f p 1.53 2.77 0.12 0.61 -consacrés consacrer ver m p 18.27 38.18 0.22 2.30 par:pas; -consanguin consanguin adj m s 0.13 0.61 0.02 0.14 -consanguine consanguin adj f s 0.13 0.61 0.02 0.07 -consanguinité consanguinité nom f s 0.22 0.27 0.22 0.20 -consanguinités consanguinité nom f p 0.22 0.27 0.00 0.07 -consanguins consanguin adj m p 0.13 0.61 0.09 0.41 -consciemment consciemment adv 0.92 2.36 0.92 2.36 -conscience conscience nom f s 45.53 81.55 44.46 80.07 -consciences conscience nom f p 45.53 81.55 1.07 1.49 -consciencieuse consciencieux adj f s 1.64 3.38 0.17 0.68 -consciencieusement consciencieusement adv 0.25 4.86 0.25 4.86 -consciencieuses consciencieux adj f p 1.64 3.38 0.01 0.41 -consciencieux consciencieux adj m 1.64 3.38 1.45 2.30 -conscient conscient adj m s 15.15 14.59 8.51 7.43 -consciente conscient adj f s 15.15 14.59 4.00 4.32 -conscientes conscient adj f p 15.15 14.59 0.34 0.47 -conscients conscient adj m p 15.15 14.59 2.30 2.36 -conscription conscription nom f s 0.16 0.20 0.16 0.20 -conscrit conscrit nom m s 0.27 1.89 0.02 0.88 -conscrits conscrit nom m p 0.27 1.89 0.25 1.01 -conseil conseil nom m s 87.14 84.46 68.86 58.18 -conseilla conseiller ver 32.11 34.93 0.03 4.59 ind:pas:3s; -conseillai conseiller ver 32.11 34.93 0.00 0.68 ind:pas:1s; -conseillaient conseiller ver 32.11 34.93 0.20 0.47 ind:imp:3p; -conseillais conseiller ver 32.11 34.93 0.22 0.74 ind:imp:1s;ind:imp:2s; -conseillait conseiller ver 32.11 34.93 0.09 3.51 ind:imp:3s; -conseillant conseiller ver 32.11 34.93 0.18 0.88 par:pre; -conseille conseiller ver 32.11 34.93 13.40 8.58 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -conseillent conseiller ver 32.11 34.93 0.29 0.14 ind:pre:3p; -conseiller conseiller nom m s 22.97 19.32 16.42 11.62 -conseillera conseiller ver 32.11 34.93 0.08 0.14 ind:fut:3s; -conseillerai conseiller ver 32.11 34.93 0.24 0.14 ind:fut:1s; -conseillerais conseiller ver 32.11 34.93 0.72 0.47 cnd:pre:1s; -conseillerait conseiller ver 32.11 34.93 0.07 0.20 cnd:pre:3s; -conseillerez conseiller ver 32.11 34.93 0.12 0.14 ind:fut:2p; -conseilleriez conseiller ver 32.11 34.93 0.07 0.07 cnd:pre:2p; -conseillers conseiller nom m p 22.97 19.32 4.74 6.89 -conseilles conseiller ver 32.11 34.93 0.83 0.20 ind:pre:2s; -conseilleurs conseilleur nom m p 0.00 0.07 0.00 0.07 -conseillez conseiller ver 32.11 34.93 1.63 0.61 imp:pre:2p;ind:pre:2p; -conseillons conseiller ver 32.11 34.93 0.78 0.00 imp:pre:1p;ind:pre:1p; -conseillère conseiller nom f s 22.97 19.32 1.82 0.74 -conseillèrent conseiller ver 32.11 34.93 0.01 0.27 ind:pas:3p; -conseillères conseillère nom f p 0.04 0.00 0.04 0.00 -conseillé conseiller ver m s 32.11 34.93 5.63 8.18 par:pas; -conseillée conseiller ver f s 32.11 34.93 0.16 0.41 par:pas; -conseillées conseiller ver f p 32.11 34.93 0.01 0.20 par:pas; -conseillés conseiller ver m p 32.11 34.93 0.52 0.41 par:pas; -conseils conseil nom m p 87.14 84.46 18.29 26.28 -consens consentir ver 6.03 34.46 1.12 0.95 imp:pre:2s;ind:pre:1s;ind:pre:2s; -consensuel consensuel adj m s 0.24 0.07 0.13 0.07 -consensuelle consensuel adj f s 0.24 0.07 0.11 0.00 -consensus consensus nom m 0.65 0.34 0.65 0.34 -consent consentir ver 6.03 34.46 0.90 3.11 ind:pre:3s; -consentît consentir ver 6.03 34.46 0.01 1.35 sub:imp:3s; -consentaient consentir ver 6.03 34.46 0.00 0.88 ind:imp:3p; -consentais consentir ver 6.03 34.46 0.21 0.61 ind:imp:1s;ind:imp:2s; -consentait consentir ver 6.03 34.46 0.14 4.12 ind:imp:3s; -consentant consentant adj m s 1.47 2.77 0.51 0.68 -consentante consentant adj f s 1.47 2.77 0.55 1.55 -consentantes consentant adj f p 1.47 2.77 0.05 0.27 -consentants consentant adj m p 1.47 2.77 0.35 0.27 -consente consentir ver 6.03 34.46 0.02 0.61 sub:pre:1s;sub:pre:3s; -consentement consentement nom m s 3.56 5.95 2.96 5.68 -consentements consentement nom m p 3.56 5.95 0.59 0.27 -consentent consentir ver 6.03 34.46 0.28 0.95 ind:pre:3p; -consentes consentir ver 6.03 34.46 0.01 0.14 sub:pre:2s; -consentez consentir ver 6.03 34.46 0.69 0.27 imp:pre:2p;ind:pre:2p; -consenti consentir ver m s 6.03 34.46 0.98 6.82 par:pas; -consentie consentir ver f s 6.03 34.46 0.09 1.08 par:pas; -consenties consentir ver f p 6.03 34.46 0.03 0.34 par:pas; -consentiez consentir ver 6.03 34.46 0.01 0.07 ind:imp:2p; -consentions consentir ver 6.03 34.46 0.00 0.34 ind:imp:1p; -consentir consentir ver 6.03 34.46 0.50 4.32 inf; -consentira consentir ver 6.03 34.46 0.05 0.47 ind:fut:3s; -consentirai consentir ver 6.03 34.46 0.09 0.07 ind:fut:1s; -consentiraient consentir ver 6.03 34.46 0.00 0.07 cnd:pre:3p; -consentirais consentir ver 6.03 34.46 0.16 0.20 cnd:pre:1s;cnd:pre:2s; -consentirait consentir ver 6.03 34.46 0.06 1.35 cnd:pre:3s; -consentiras consentir ver 6.03 34.46 0.01 0.07 ind:fut:2s; -consentirent consentir ver 6.03 34.46 0.00 0.27 ind:pas:3p; -consentirez consentir ver 6.03 34.46 0.16 0.07 ind:fut:2p; -consentiriez consentir ver 6.03 34.46 0.01 0.14 cnd:pre:2p; -consentirions consentir ver 6.03 34.46 0.00 0.07 cnd:pre:1p; -consentiront consentir ver 6.03 34.46 0.13 0.00 ind:fut:3p; -consentis consentir ver m p 6.03 34.46 0.08 0.88 ind:pas:1s;par:pas; -consentisse consentir ver 6.03 34.46 0.00 0.07 sub:imp:1s; -consentissent consentir ver 6.03 34.46 0.00 0.14 sub:imp:3p; -consentit consentir ver 6.03 34.46 0.19 4.19 ind:pas:3s; -consentons consentir ver 6.03 34.46 0.05 0.07 ind:pre:1p; -conserva conserver ver 15.08 55.14 0.34 1.22 ind:pas:3s; -conservai conserver ver 15.08 55.14 0.00 0.34 ind:pas:1s; -conservaient conserver ver 15.08 55.14 0.04 1.49 ind:imp:3p; -conservais conserver ver 15.08 55.14 0.06 0.20 ind:imp:1s; -conservait conserver ver 15.08 55.14 0.27 7.03 ind:imp:3s; -conservant conserver ver 15.08 55.14 0.35 2.70 par:pre; -conservateur conservateur adj m s 2.96 3.78 1.37 2.36 -conservateurs conservateur nom m p 1.68 5.20 0.68 1.82 -conservation conservation nom f s 0.85 3.24 0.85 3.24 -conservatisme conservatisme nom m s 0.01 0.54 0.01 0.54 -conservatoire conservatoire nom m s 4.68 2.97 4.67 2.77 -conservatoires conservatoire nom m p 4.68 2.97 0.01 0.20 -conservatrice conservateur adj f s 2.96 3.78 0.85 0.47 -conservatrices conservateur adj f p 2.96 3.78 0.07 0.14 -conserve conserver ver 15.08 55.14 3.42 5.88 imp:pre:2s;ind:pre:1s;ind:pre:3s; -conservent conserver ver 15.08 55.14 0.41 1.42 ind:pre:3p; -conserver conserver ver 15.08 55.14 5.39 17.57 inf; -conservera conserver ver 15.08 55.14 0.31 0.27 ind:fut:3s; -conserverai conserver ver 15.08 55.14 0.03 0.14 ind:fut:1s; -conserveraient conserver ver 15.08 55.14 0.00 0.07 cnd:pre:3p; -conserverais conserver ver 15.08 55.14 0.04 0.07 cnd:pre:1s; -conserverait conserver ver 15.08 55.14 0.19 0.47 cnd:pre:3s; -conserveras conserver ver 15.08 55.14 0.02 0.00 ind:fut:2s; -conserverez conserver ver 15.08 55.14 0.04 0.14 ind:fut:2p; -conserverie conserverie nom f s 0.68 0.74 0.66 0.68 -conserveries conserverie nom f p 0.68 0.74 0.02 0.07 -conserverons conserver ver 15.08 55.14 0.02 0.07 ind:fut:1p; -conserveront conserver ver 15.08 55.14 0.01 0.20 ind:fut:3p; -conserves conserve nom f p 5.50 14.26 2.76 7.36 -conservez conserver ver 15.08 55.14 0.46 0.14 imp:pre:2p;ind:pre:2p; -conserviez conserver ver 15.08 55.14 0.06 0.00 ind:imp:2p; -conservions conserver ver 15.08 55.14 0.00 0.14 ind:imp:1p; -conservons conserver ver 15.08 55.14 0.14 0.34 imp:pre:1p;ind:pre:1p; -conservât conserver ver 15.08 55.14 0.00 0.14 sub:imp:3s; -conservèrent conserver ver 15.08 55.14 0.00 0.20 ind:pas:3p; -conservé conserver ver m s 15.08 55.14 2.31 11.08 par:pas; -conservée conserver ver f s 15.08 55.14 0.39 1.62 par:pas; -conservées conserver ver f p 15.08 55.14 0.10 1.01 par:pas; -conservés conserver ver m p 15.08 55.14 0.60 1.22 par:pas; -considère considérer ver 43.00 87.43 12.53 13.72 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:1s;sub:pre:3s; -considèrent considérer ver 43.00 87.43 2.06 2.57 ind:pre:3p; -considères considérer ver 43.00 87.43 1.04 0.14 ind:pre:2s; -considéra considérer ver 43.00 87.43 0.04 7.84 ind:pas:3s; -considérable considérable adj s 2.98 20.95 2.31 16.01 -considérablement considérablement adv 1.00 4.39 1.00 4.39 -considérables considérable adj p 2.98 20.95 0.68 4.93 -considérai considérer ver 43.00 87.43 0.00 0.41 ind:pas:1s; -considéraient considérer ver 43.00 87.43 0.40 2.97 ind:imp:3p; -considérais considérer ver 43.00 87.43 0.52 2.03 ind:imp:1s;ind:imp:2s; -considérait considérer ver 43.00 87.43 1.03 14.59 ind:imp:3s; -considérant considérer ver 43.00 87.43 1.47 4.66 par:pre; -considérants considérant nom m p 0.05 0.27 0.00 0.14 -considérassent considérer ver 43.00 87.43 0.00 0.07 sub:imp:3p; -considération considération nom f s 5.60 20.34 5.04 12.36 -considérations considération nom f p 5.60 20.34 0.57 7.97 -considérer considérer ver 43.00 87.43 5.59 19.32 inf; -considérera considérer ver 43.00 87.43 0.08 0.20 ind:fut:3s; -considérerai considérer ver 43.00 87.43 0.09 0.20 ind:fut:1s; -considéreraient considérer ver 43.00 87.43 0.04 0.14 cnd:pre:3p; -considérerais considérer ver 43.00 87.43 0.13 0.07 cnd:pre:1s;cnd:pre:2s; -considérerait considérer ver 43.00 87.43 0.10 0.41 cnd:pre:3s; -considéreras considérer ver 43.00 87.43 0.03 0.07 ind:fut:2s; -considéreriez considérer ver 43.00 87.43 0.09 0.00 cnd:pre:2p; -considérerions considérer ver 43.00 87.43 0.01 0.07 cnd:pre:1p; -considérerons considérer ver 43.00 87.43 0.14 0.07 ind:fut:1p; -considérez considérer ver 43.00 87.43 4.83 1.15 imp:pre:2p;ind:pre:2p; -considériez considérer ver 43.00 87.43 0.25 0.14 ind:imp:2p; -considérions considérer ver 43.00 87.43 0.05 0.61 ind:imp:1p; -considérons considérer ver 43.00 87.43 1.30 1.08 imp:pre:1p;ind:pre:1p; -considérât considérer ver 43.00 87.43 0.00 0.54 sub:imp:3s; -considérèrent considérer ver 43.00 87.43 0.00 0.27 ind:pas:3p; -considéré considérer ver m s 43.00 87.43 6.78 8.11 par:pas; -considérée considérer ver f s 43.00 87.43 2.58 3.04 par:pas; -considérées considérer ver f p 43.00 87.43 0.20 1.08 par:pas; -considérés considérer ver m p 43.00 87.43 1.64 1.89 par:pas; -consigna consigner ver 3.46 5.47 0.04 0.34 ind:pas:3s; -consignais consigner ver 3.46 5.47 0.00 0.07 ind:imp:1s; -consignait consigner ver 3.46 5.47 0.02 0.41 ind:imp:3s; -consignant consigner ver 3.46 5.47 0.00 0.07 par:pre; -consignataire consignataire nom s 0.01 0.07 0.01 0.07 -consignation consignation nom f s 0.40 0.20 0.40 0.07 -consignations consignation nom f p 0.40 0.20 0.00 0.14 -consigne consigne nom f s 5.24 15.81 3.04 7.91 -consignent consigner ver 3.46 5.47 0.04 0.07 ind:pre:3p; -consigner consigner ver 3.46 5.47 0.69 1.55 inf; -consignera consigner ver 3.46 5.47 0.10 0.00 ind:fut:3s; -consignerais consigner ver 3.46 5.47 0.00 0.07 cnd:pre:1s; -consignes consigne nom f p 5.24 15.81 2.19 7.91 -consignez consigner ver 3.46 5.47 0.22 0.07 imp:pre:2p;ind:pre:2p; -consigné consigner ver m s 3.46 5.47 1.32 1.35 par:pas; -consignée consigner ver f s 3.46 5.47 0.44 0.27 par:pas; -consignées consigner ver f p 3.46 5.47 0.18 0.20 par:pas; -consignés consigné adj m p 0.72 0.27 0.39 0.00 -consista consister ver 7.51 31.35 0.00 0.68 ind:pas:3s; -consistaient consister ver 7.51 31.35 0.17 1.08 ind:imp:3p; -consistait consister ver 7.51 31.35 1.10 11.22 ind:imp:3s; -consistance consistance nom f s 1.31 7.43 1.31 7.36 -consistances consistance nom f p 1.31 7.43 0.00 0.07 -consistant consistant adj m s 1.06 1.55 0.67 1.01 -consistante consistant adj f s 1.06 1.55 0.37 0.20 -consistantes consistant adj f p 1.06 1.55 0.01 0.07 -consistants consistant adj m p 1.06 1.55 0.02 0.27 -consiste consister ver 7.51 31.35 5.55 12.84 imp:pre:2s;ind:pre:3s;sub:pre:3s; -consistent consister ver 7.51 31.35 0.14 0.95 ind:pre:3p; -consister consister ver 7.51 31.35 0.06 0.88 inf; -consistera consister ver 7.51 31.35 0.14 0.27 ind:fut:3s; -consisteraient consister ver 7.51 31.35 0.00 0.07 cnd:pre:3p; -consisterait consister ver 7.51 31.35 0.15 0.61 cnd:pre:3s; -consistoire consistoire nom m s 0.00 0.14 0.00 0.14 -consistorial consistorial adj m s 0.00 0.20 0.00 0.14 -consistoriales consistorial adj f p 0.00 0.20 0.00 0.07 -consistèrent consister ver 7.51 31.35 0.00 0.07 ind:pas:3p; -consisté consister ver m s 7.51 31.35 0.08 1.01 par:pas; -conso conso nom f s 0.19 0.14 0.13 0.07 -consoeur consoeur nom f s 0.17 0.68 0.15 0.47 -consoeurs consoeur nom f p 0.17 0.68 0.02 0.20 -consola consoler ver 14.41 33.18 0.04 1.42 ind:pas:3s; -consolai consoler ver 14.41 33.18 0.01 0.14 ind:pas:1s; -consolaient consoler ver 14.41 33.18 0.01 0.47 ind:imp:3p; -consolais consoler ver 14.41 33.18 0.25 0.61 ind:imp:1s;ind:imp:2s; -consolait consoler ver 14.41 33.18 0.28 2.77 ind:imp:3s; -consolant consoler ver 14.41 33.18 0.13 0.81 par:pre; -consolante consolant adj f s 0.12 2.16 0.01 0.68 -consolantes consolant adj f p 0.12 2.16 0.00 0.34 -consolants consolant adj m p 0.12 2.16 0.00 0.27 -consolasse consoler ver 14.41 33.18 0.00 0.07 sub:imp:1s; -consolateur consolateur adj m s 0.16 0.95 0.14 0.20 -consolateurs consolateur adj m p 0.16 0.95 0.01 0.14 -consolation consolation nom f s 4.84 10.74 4.62 8.72 -consolations consolation nom f p 4.84 10.74 0.22 2.03 -consolatrice consolateur nom f s 0.29 0.47 0.27 0.20 -consolatrices consolateur adj f p 0.16 0.95 0.00 0.27 -console consoler ver 14.41 33.18 3.71 4.53 imp:pre:2s;ind:pre:1s;ind:pre:3s; -consolent consoler ver 14.41 33.18 0.42 0.88 ind:pre:3p; -consoler consoler ver 14.41 33.18 6.63 16.15 inf; -consolera consoler ver 14.41 33.18 0.46 0.34 ind:fut:3s; -consolerai consoler ver 14.41 33.18 0.25 0.07 ind:fut:1s; -consoleraient consoler ver 14.41 33.18 0.00 0.14 cnd:pre:3p; -consolerais consoler ver 14.41 33.18 0.12 0.14 cnd:pre:1s; -consolerait consoler ver 14.41 33.18 0.28 0.27 cnd:pre:3s; -consoleras consoler ver 14.41 33.18 0.11 0.07 ind:fut:2s; -consolerez consoler ver 14.41 33.18 0.02 0.00 ind:fut:2p; -consolerons consoler ver 14.41 33.18 0.11 0.07 ind:fut:1p; -consoleront consoler ver 14.41 33.18 0.04 0.00 ind:fut:3p; -consoles console nom f p 2.78 3.72 0.13 1.15 -consolez consoler ver 14.41 33.18 0.29 0.07 imp:pre:2p; -consolidaient consolider ver 1.38 4.19 0.00 0.20 ind:imp:3p; -consolidais consolider ver 1.38 4.19 0.00 0.07 ind:imp:1s; -consolidait consolider ver 1.38 4.19 0.00 0.54 ind:imp:3s; -consolidant consolider ver 1.38 4.19 0.01 0.27 par:pre; -consolidation consolidation nom f s 0.20 0.41 0.20 0.41 -consolide consolider ver 1.38 4.19 0.18 0.20 ind:pre:1s;ind:pre:3s; -consolident consolider ver 1.38 4.19 0.04 0.07 ind:pre:3p; -consolider consolider ver 1.38 4.19 1.00 1.89 inf; -consolideraient consolider ver 1.38 4.19 0.00 0.07 cnd:pre:3p; -consolidons consolider ver 1.38 4.19 0.01 0.00 imp:pre:1p; -consolidé consolider ver m s 1.38 4.19 0.08 0.20 par:pas; -consolidée consolider ver f s 1.38 4.19 0.04 0.41 par:pas; -consolidées consolidé adj f p 0.05 0.41 0.04 0.00 -consolidés consolider ver m p 1.38 4.19 0.01 0.14 par:pas; -consoliez consoler ver 14.41 33.18 0.00 0.07 ind:imp:2p; -consolions consoler ver 14.41 33.18 0.00 0.07 ind:imp:1p; -consolât consoler ver 14.41 33.18 0.00 0.07 sub:imp:3s; -consolèrent consoler ver 14.41 33.18 0.00 0.27 ind:pas:3p; -consolé consoler ver m s 14.41 33.18 0.47 1.96 par:pas; -consolée consoler ver f s 14.41 33.18 0.41 1.08 par:pas; -consolées consoler ver f p 14.41 33.18 0.00 0.27 par:pas; -consolés consoler ver m p 14.41 33.18 0.31 0.27 par:pas; -consomma consommer ver 7.54 11.35 0.02 0.20 ind:pas:3s; -consommable consommable adj s 0.04 0.61 0.01 0.47 -consommables consommable adj p 0.04 0.61 0.02 0.14 -consommai consommer ver 7.54 11.35 0.00 0.07 ind:pas:1s; -consommaient consommer ver 7.54 11.35 0.03 0.27 ind:imp:3p; -consommait consommer ver 7.54 11.35 0.20 1.82 ind:imp:3s; -consommant consommer ver 7.54 11.35 0.07 0.20 par:pre; -consommateur consommateur nom m s 1.88 6.22 0.79 1.69 -consommateurs consommateur nom m p 1.88 6.22 1.04 4.05 -consommation consommation nom f s 3.70 9.66 3.38 7.36 -consommations consommation nom f p 3.70 9.66 0.32 2.30 -consommatrice consommateur nom f s 1.88 6.22 0.05 0.34 -consommatrices consommatrice nom f p 0.02 0.00 0.02 0.00 -consomme consommer ver 7.54 11.35 1.44 0.95 imp:pre:2s;ind:pre:1s;ind:pre:3s; -consomment consommer ver 7.54 11.35 0.42 0.88 ind:pre:3p; -consommer consommer ver 7.54 11.35 3.00 4.12 inf; -consommerait consommer ver 7.54 11.35 0.01 0.07 cnd:pre:3s; -consommeront consommer ver 7.54 11.35 0.03 0.00 ind:fut:3p; -consommez consommer ver 7.54 11.35 0.63 0.00 imp:pre:2p;ind:pre:2p; -consommions consommer ver 7.54 11.35 0.00 0.14 ind:imp:1p; -consommons consommer ver 7.54 11.35 0.16 0.00 imp:pre:1p;ind:pre:1p; -consommé consommer ver m s 7.54 11.35 1.07 2.09 par:pas; -consommée consommer ver f s 7.54 11.35 0.34 0.34 par:pas; -consommées consommer ver f p 7.54 11.35 0.02 0.07 par:pas; -consommés consommer ver m p 7.54 11.35 0.10 0.14 par:pas; -consomption consomption nom f s 0.27 0.20 0.27 0.20 -consomptive consomptif adj f s 0.00 0.07 0.00 0.07 -consonance consonance nom f s 0.19 1.89 0.17 1.01 -consonances consonance nom f p 0.19 1.89 0.02 0.88 -consonne consonne nom f s 0.45 1.69 0.20 0.07 -consonnes consonne nom f p 0.45 1.69 0.25 1.62 -consort consort adj m s 0.04 0.41 0.02 0.27 -consortium consortium nom m s 0.81 0.07 0.79 0.07 -consortiums consortium nom m p 0.81 0.07 0.03 0.00 -consorts consort nom m p 0.30 0.41 0.28 0.34 -consos conso nom f p 0.19 0.14 0.06 0.07 -consoude consoude nom f s 0.00 0.07 0.00 0.07 -conspiraient conspirer ver 1.66 1.35 0.06 0.14 ind:imp:3p; -conspirait conspirer ver 1.66 1.35 0.12 0.41 ind:imp:3s; -conspirant conspirer ver 1.66 1.35 0.09 0.00 par:pre; -conspirateur conspirateur nom m s 0.85 1.89 0.16 0.61 -conspirateurs conspirateur nom m p 0.85 1.89 0.69 1.15 -conspiratif conspiratif adj m s 0.00 0.07 0.00 0.07 -conspiration conspiration nom f s 5.24 2.91 4.93 2.30 -conspirations conspiration nom f p 5.24 2.91 0.30 0.61 -conspiratrice conspirateur adj f s 0.29 0.07 0.03 0.00 -conspiratrices conspirateur nom f p 0.85 1.89 0.00 0.07 -conspire conspirer ver 1.66 1.35 0.41 0.47 ind:pre:1s;ind:pre:3s; -conspirent conspirer ver 1.66 1.35 0.16 0.00 ind:pre:3p; -conspirer conspirer ver 1.66 1.35 0.41 0.20 inf; -conspirez conspirer ver 1.66 1.35 0.08 0.00 ind:pre:2p; -conspiré conspirer ver m s 1.66 1.35 0.33 0.14 par:pas; -conspuaient conspuer ver 0.04 1.15 0.00 0.20 ind:imp:3p; -conspuant conspuer ver 0.04 1.15 0.00 0.14 par:pre; -conspue conspuer ver 0.04 1.15 0.01 0.07 ind:pre:3s; -conspuer conspuer ver 0.04 1.15 0.02 0.27 inf; -conspuèrent conspuer ver 0.04 1.15 0.00 0.14 ind:pas:3p; -conspué conspuer ver m s 0.04 1.15 0.01 0.27 par:pas; -conspués conspuer ver m p 0.04 1.15 0.00 0.07 par:pas; -constable constable nom m s 0.05 0.14 0.05 0.14 -constamment constamment adv 8.18 15.68 8.18 15.68 -constance constance nom f s 0.99 2.97 0.96 2.84 -constances constance nom f p 0.99 2.97 0.03 0.14 -constant constant adj m s 5.76 16.82 1.88 6.55 -constante constant adj f s 5.76 16.82 2.92 7.30 -constantes constante nom f p 1.54 0.47 1.14 0.07 -constants constant adj m p 5.76 16.82 0.63 1.55 -constat constat nom m s 1.38 3.45 1.36 2.77 -constata constater ver 10.58 57.43 0.16 8.99 ind:pas:3s; -constatai constater ver 10.58 57.43 0.41 2.16 ind:pas:1s; -constataient constater ver 10.58 57.43 0.00 0.54 ind:imp:3p; -constatais constater ver 10.58 57.43 0.00 1.28 ind:imp:1s; -constatait constater ver 10.58 57.43 0.01 2.64 ind:imp:3s; -constatant constater ver 10.58 57.43 0.15 3.58 par:pre; -constatation constatation nom f s 0.54 4.86 0.47 3.65 -constatations constatation nom f p 0.54 4.86 0.07 1.22 -constate constater ver 10.58 57.43 2.17 9.80 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -constatent constater ver 10.58 57.43 0.04 0.68 ind:pre:3p; -constater constater ver 10.58 57.43 3.48 19.66 inf; -constatera constater ver 10.58 57.43 0.06 0.14 ind:fut:3s; -constaterai constater ver 10.58 57.43 0.00 0.07 ind:fut:1s; -constateraient constater ver 10.58 57.43 0.01 0.14 cnd:pre:3p; -constaterais constater ver 10.58 57.43 0.00 0.07 cnd:pre:1s; -constaterait constater ver 10.58 57.43 0.00 0.07 cnd:pre:3s; -constateras constater ver 10.58 57.43 0.13 0.20 ind:fut:2s; -constaterez constater ver 10.58 57.43 0.30 0.00 ind:fut:2p; -constateriez constater ver 10.58 57.43 0.02 0.00 cnd:pre:2p; -constatez constater ver 10.58 57.43 0.83 0.34 imp:pre:2p;ind:pre:2p; -constatiez constater ver 10.58 57.43 0.06 0.07 ind:imp:2p; -constations constater ver 10.58 57.43 0.01 0.07 ind:imp:1p; -constatâmes constater ver 10.58 57.43 0.00 0.07 ind:pas:1p; -constatons constater ver 10.58 57.43 0.34 0.68 imp:pre:1p;ind:pre:1p; -constats constat nom m p 1.38 3.45 0.03 0.68 -constatèrent constater ver 10.58 57.43 0.00 0.14 ind:pas:3p; -constaté constater ver m s 10.58 57.43 2.30 5.61 imp:pre:2s;par:pas; -constatée constater ver f s 10.58 57.43 0.06 0.27 par:pas; -constatées constater ver f p 10.58 57.43 0.01 0.14 par:pas; -constatés constater ver m p 10.58 57.43 0.04 0.07 par:pas; -constellaient consteller ver 0.14 4.39 0.00 0.20 ind:imp:3p; -constellait consteller ver 0.14 4.39 0.00 0.07 ind:imp:3s; -constellant consteller ver 0.14 4.39 0.00 0.07 par:pre; -constellation constellation nom f s 1.86 6.76 1.61 3.58 -constellations constellation nom f p 1.86 6.76 0.25 3.18 -constelle consteller ver 0.14 4.39 0.00 0.07 ind:pre:3s; -constellent consteller ver 0.14 4.39 0.00 0.14 ind:pre:3p; -constellé consteller ver m s 0.14 4.39 0.01 1.76 par:pas; -constellée consteller ver f s 0.14 4.39 0.13 1.15 par:pas; -constellées consteller ver f p 0.14 4.39 0.00 0.47 par:pas; -constellés consteller ver m p 0.14 4.39 0.00 0.47 par:pas; -consterna consterner ver 0.85 4.26 0.02 0.47 ind:pas:3s; -consternait consterner ver 0.85 4.26 0.00 0.88 ind:imp:3s; -consternant consternant adj m s 0.53 1.49 0.48 0.61 -consternante consternant adj f s 0.53 1.49 0.03 0.47 -consternantes consternant adj f p 0.53 1.49 0.01 0.20 -consternants consternant adj m p 0.53 1.49 0.01 0.20 -consternation consternation nom f s 0.69 4.53 0.69 4.53 -consterne consterner ver 0.85 4.26 0.06 0.07 ind:pre:3s; -consternent consterner ver 0.85 4.26 0.00 0.07 ind:pre:3p; -consterné consterner ver m s 0.85 4.26 0.52 1.42 par:pas; -consternée consterner ver f s 0.85 4.26 0.07 0.68 par:pas; -consternées consterné adj f p 0.46 3.58 0.00 0.27 -consternés consterné adj m p 0.46 3.58 0.23 0.54 -constipant constipant adj m s 0.00 0.07 0.00 0.07 -constipation constipation nom f s 0.41 1.69 0.38 1.55 -constipations constipation nom f p 0.41 1.69 0.03 0.14 -constipe constiper ver 0.55 0.74 0.06 0.14 imp:pre:2s;ind:pre:1s;ind:pre:3s; -constipé constipé adj m s 0.66 0.54 0.35 0.34 -constipée constipé adj f s 0.66 0.54 0.26 0.07 -constipées constipé nom f p 0.34 0.34 0.00 0.07 -constipés constipé nom m p 0.34 0.34 0.14 0.07 -constitua constituer ver 8.99 54.39 0.05 0.54 ind:pas:3s; -constituaient constituer ver 8.99 54.39 0.11 6.22 ind:imp:3p; -constituais constituer ver 8.99 54.39 0.01 0.14 ind:imp:1s; -constituait constituer ver 8.99 54.39 0.50 9.80 ind:imp:3s; -constituant constituer ver 8.99 54.39 0.17 1.82 par:pre; -constituante constituant nom f s 0.27 1.01 0.23 0.68 -constituantes constituant adj f p 0.02 3.92 0.00 0.07 -constituants constituant nom m p 0.27 1.01 0.04 0.20 -constitue constituer ver 8.99 54.39 2.89 7.03 imp:pre:2s;ind:pre:1s;ind:pre:3s; -constituent constituer ver 8.99 54.39 1.32 5.47 ind:pre:3p; -constituer constituer ver 8.99 54.39 1.56 9.46 inf; -constituera constituer ver 8.99 54.39 0.05 0.27 ind:fut:3s; -constituerai constituer ver 8.99 54.39 0.00 0.14 ind:fut:1s; -constitueraient constituer ver 8.99 54.39 0.02 0.47 cnd:pre:3p; -constituerais constituer ver 8.99 54.39 0.00 0.07 cnd:pre:1s; -constituerait constituer ver 8.99 54.39 0.23 0.74 cnd:pre:3s; -constitueras constituer ver 8.99 54.39 0.00 0.07 ind:fut:2s; -constitueront constituer ver 8.99 54.39 0.02 0.20 ind:fut:3p; -constituez constituer ver 8.99 54.39 0.08 0.14 imp:pre:2p;ind:pre:2p; -constituions constituer ver 8.99 54.39 0.00 0.20 ind:imp:1p; -constituons constituer ver 8.99 54.39 0.12 0.20 imp:pre:1p;ind:pre:1p; -constituât constituer ver 8.99 54.39 0.00 0.20 sub:imp:3s; -constituèrent constituer ver 8.99 54.39 0.01 0.54 ind:pas:3p; -constitutif constitutif adj m s 0.19 0.34 0.14 0.14 -constitutifs constitutif adj m p 0.19 0.34 0.05 0.20 -constitution constitution nom f s 6.74 9.12 6.72 8.92 -constitutionnaliste constitutionnaliste nom s 0.10 0.00 0.10 0.00 -constitutionnalité constitutionnalité nom f s 0.02 0.00 0.02 0.00 -constitutionnel constitutionnel adj m s 1.60 2.50 0.72 0.88 -constitutionnelle constitutionnel adj f s 1.60 2.50 0.40 1.01 -constitutionnellement constitutionnellement adv 0.03 0.07 0.03 0.07 -constitutionnelles constitutionnel adj f p 1.60 2.50 0.03 0.34 -constitutionnels constitutionnel adj m p 1.60 2.50 0.45 0.27 -constitutions constitution nom f p 6.74 9.12 0.02 0.20 -constitué constituer ver m s 8.99 54.39 0.98 6.82 par:pas; -constituée constituer ver f s 8.99 54.39 0.64 2.16 par:pas; -constituées constitué adj f p 0.19 2.91 0.11 0.68 -constitués constituer ver m p 8.99 54.39 0.16 0.81 par:pas; -constricteur constricteur nom m s 0.11 0.07 0.11 0.00 -constricteurs constricteur nom m p 0.11 0.07 0.00 0.07 -constriction constriction nom f s 0.01 0.61 0.01 0.61 -constrictive constrictif adj f s 0.01 0.00 0.01 0.00 -constrictor constrictor adj m s 0.16 0.41 0.16 0.34 -constrictors constrictor nom m p 0.05 0.00 0.03 0.00 -constructeur constructeur nom m s 1.81 1.82 0.88 0.81 -constructeurs constructeur nom m p 1.81 1.82 0.93 1.01 -constructif constructif adj m s 1.25 1.28 0.39 0.54 -constructifs constructif adj m p 1.25 1.28 0.01 0.07 -construction construction nom f s 13.12 24.12 11.30 18.24 -constructions construction nom f p 13.12 24.12 1.83 5.88 -constructive constructif adj f s 1.25 1.28 0.58 0.41 -constructives constructif adj f p 1.25 1.28 0.26 0.27 -constructivisme constructivisme nom m s 0.01 0.00 0.01 0.00 -construira construire ver 67.59 52.64 0.93 0.41 ind:fut:3s; -construirai construire ver 67.59 52.64 0.68 0.00 ind:fut:1s; -construiraient construire ver 67.59 52.64 0.02 0.07 cnd:pre:3p; -construirais construire ver 67.59 52.64 0.12 0.14 cnd:pre:1s; -construirait construire ver 67.59 52.64 0.30 0.20 cnd:pre:3s; -construiras construire ver 67.59 52.64 0.17 0.00 ind:fut:2s; -construire construire ver 67.59 52.64 26.94 18.38 inf; -construirez construire ver 67.59 52.64 0.29 0.07 ind:fut:2p; -construiriez construire ver 67.59 52.64 0.02 0.00 cnd:pre:2p; -construirons construire ver 67.59 52.64 1.19 0.07 ind:fut:1p; -construiront construire ver 67.59 52.64 0.37 0.00 ind:fut:3p; -construis construire ver 67.59 52.64 2.33 0.47 imp:pre:2s;ind:pre:1s;ind:pre:2s; -construisît construire ver 67.59 52.64 0.00 0.07 sub:imp:3s; -construisaient construire ver 67.59 52.64 0.27 0.81 ind:imp:3p; -construisais construire ver 67.59 52.64 0.29 0.34 ind:imp:1s;ind:imp:2s; -construisait construire ver 67.59 52.64 0.98 1.76 ind:imp:3s; -construisant construire ver 67.59 52.64 0.54 0.95 par:pre; -construise construire ver 67.59 52.64 0.40 0.20 sub:pre:1s;sub:pre:3s; -construisent construire ver 67.59 52.64 1.37 1.15 ind:pre:3p; -construisez construire ver 67.59 52.64 1.01 0.00 imp:pre:2p;ind:pre:2p; -construisiez construire ver 67.59 52.64 0.06 0.00 ind:imp:2p; -construisions construire ver 67.59 52.64 0.05 0.00 ind:imp:1p; -construisirent construire ver 67.59 52.64 0.06 0.14 ind:pas:3p; -construisis construire ver 67.59 52.64 0.11 0.14 ind:pas:1s; -construisit construire ver 67.59 52.64 0.21 1.62 ind:pas:3s; -construisons construire ver 67.59 52.64 1.23 0.14 imp:pre:1p;ind:pre:1p; -construit construire ver m s 67.59 52.64 21.48 15.61 ind:pre:3s;par:pas; -construite construire ver f s 67.59 52.64 4.64 5.41 par:pas; -construites construire ver f p 67.59 52.64 0.47 1.82 par:pas; -construits construire ver m p 67.59 52.64 1.08 2.70 par:pas; -consubstantiel consubstantiel adj m s 0.00 0.61 0.00 0.20 -consubstantielle consubstantiel adj f s 0.00 0.61 0.00 0.27 -consubstantiels consubstantiel adj m p 0.00 0.61 0.00 0.14 -consécration consécration nom f s 0.37 1.15 0.37 1.15 -consécutif consécutif adj m s 1.16 1.82 0.12 0.20 -consécutifs consécutif adj m p 1.16 1.82 0.46 0.68 -consécution consécution nom f s 0.00 0.07 0.00 0.07 -consécutive consécutif adj f s 1.16 1.82 0.15 0.47 -consécutivement consécutivement adv 0.02 0.14 0.02 0.14 -consécutives consécutif adj f p 1.16 1.82 0.43 0.47 -consul consul nom m s 3.95 10.07 3.56 8.11 -consulaire consulaire adj s 0.31 0.81 0.31 0.41 -consulaires consulaire adj p 0.31 0.81 0.00 0.41 -consulat consulat nom m s 3.84 2.43 3.77 1.96 -consulats consulat nom m p 3.84 2.43 0.07 0.47 -consuls consul nom m p 3.95 10.07 0.39 1.96 -consulta consulter ver 18.45 36.22 0.01 4.12 ind:pas:3s; -consultable consultable adj f s 0.00 0.07 0.00 0.07 -consultai consulter ver 18.45 36.22 0.02 0.61 ind:pas:1s; -consultaient consulter ver 18.45 36.22 0.00 0.68 ind:imp:3p; -consultais consulter ver 18.45 36.22 0.22 0.34 ind:imp:1s;ind:imp:2s; -consultait consulter ver 18.45 36.22 0.13 2.70 ind:imp:3s; -consultant consultant nom m s 1.76 0.20 1.29 0.07 -consultante consultant nom f s 1.76 0.20 0.18 0.07 -consultants consultant nom m p 1.76 0.20 0.29 0.07 -consultatif consultatif adj m s 0.13 6.28 0.13 0.74 -consultatifs consultatif adj m p 0.13 6.28 0.00 0.14 -consultation consultation nom f s 4.59 8.24 3.61 6.49 -consultations consultation nom f p 4.59 8.24 0.98 1.76 -consultative consultatif adj f s 0.13 6.28 0.00 5.41 -consulte consulter ver 18.45 36.22 2.21 3.45 imp:pre:2s;ind:pre:1s;ind:pre:3s; -consultent consulter ver 18.45 36.22 0.10 0.27 ind:pre:3p; -consulter consulter ver 18.45 36.22 9.05 13.04 inf; -consultera consulter ver 18.45 36.22 0.03 0.20 ind:fut:3s; -consulterai consulter ver 18.45 36.22 0.18 0.07 ind:fut:1s; -consulteraient consulter ver 18.45 36.22 0.00 0.07 cnd:pre:3p; -consulterais consulter ver 18.45 36.22 0.22 0.07 cnd:pre:1s;cnd:pre:2s; -consulteras consulter ver 18.45 36.22 0.01 0.00 ind:fut:2s; -consulterons consulter ver 18.45 36.22 0.01 0.00 ind:fut:1p; -consulteront consulter ver 18.45 36.22 0.00 0.07 ind:fut:3p; -consultes consulter ver 18.45 36.22 0.23 0.00 ind:pre:2s; -consultez consulter ver 18.45 36.22 1.04 0.34 imp:pre:2p;ind:pre:2p; -consultions consulter ver 18.45 36.22 0.01 0.07 ind:imp:1p; -consultâmes consulter ver 18.45 36.22 0.00 0.07 ind:pas:1p; -consultons consulter ver 18.45 36.22 0.24 0.07 imp:pre:1p;ind:pre:1p; -consultèrent consulter ver 18.45 36.22 0.00 0.81 ind:pas:3p; -consulté consulter ver m s 18.45 36.22 4.05 5.00 par:pas; -consultée consulter ver f s 18.45 36.22 0.14 0.88 par:pas; -consultées consulter ver f p 18.45 36.22 0.03 0.07 par:pas; -consultés consulter ver m p 18.45 36.22 0.22 1.42 par:pas; -consuma consumer ver 6.54 9.93 0.16 0.07 ind:pas:3s; -consumable consumable adj s 0.00 0.07 0.00 0.07 -consumai consumer ver 6.54 9.93 0.00 0.07 ind:pas:1s; -consumaient consumer ver 6.54 9.93 0.01 0.47 ind:imp:3p; -consumais consumer ver 6.54 9.93 0.00 0.14 ind:imp:1s; -consumait consumer ver 6.54 9.93 0.19 1.49 ind:imp:3s; -consumant consumer ver 6.54 9.93 0.36 0.20 par:pre; -consumation consumation nom f s 0.00 0.07 0.00 0.07 -consume consumer ver 6.54 9.93 2.21 1.69 imp:pre:2s;ind:pre:1s;ind:pre:3s; -consument consumer ver 6.54 9.93 0.38 0.47 ind:pre:3p; -consumer consumer ver 6.54 9.93 0.89 2.09 inf; -consumera consumer ver 6.54 9.93 0.25 0.14 ind:fut:3s; -consumerait consumer ver 6.54 9.93 0.01 0.07 cnd:pre:3s; -consumeront consumer ver 6.54 9.93 0.04 0.07 ind:fut:3p; -consumes consumer ver 6.54 9.93 0.00 0.07 ind:pre:2s; -consumez consumer ver 6.54 9.93 0.05 0.00 imp:pre:2p;ind:pre:2p; -consumât consumer ver 6.54 9.93 0.00 0.07 sub:imp:3s; -consumèrent consumer ver 6.54 9.93 0.00 0.07 ind:pas:3p; -consumé consumer ver m s 6.54 9.93 1.07 0.81 par:pas; -consumée consumer ver f s 6.54 9.93 0.52 1.15 par:pas; -consumées consumer ver f p 6.54 9.93 0.03 0.61 par:pas; -consumérisme consumérisme nom m s 0.43 0.00 0.43 0.00 -consumériste consumériste adj f s 0.20 0.00 0.20 0.00 -consumés consumer ver m p 6.54 9.93 0.37 0.20 par:pas; -conséquemment conséquemment adv 0.03 0.41 0.03 0.41 -conséquence conséquence nom f s 19.27 34.86 5.91 16.89 -conséquences conséquence nom f p 19.27 34.86 13.36 17.97 -conséquent conséquent adj m s 6.45 12.43 6.05 11.55 -conséquente conséquent adj f s 6.45 12.43 0.26 0.54 -conséquentes conséquent adj f p 6.45 12.43 0.12 0.07 -conséquents conséquent adj m p 6.45 12.43 0.02 0.27 -contînt contenir ver 30.07 58.92 0.00 0.34 sub:imp:3s; -conta conter ver 3.76 8.99 0.01 0.88 ind:pas:3s; -contact contact nom m s 69.85 65.47 59.58 55.68 -contacta contacter ver 38.96 2.03 0.01 0.41 ind:pas:3s; -contactais contacter ver 38.96 2.03 0.14 0.00 ind:imp:1s;ind:imp:2s; -contactait contacter ver 38.96 2.03 0.08 0.07 ind:imp:3s; -contactant contacter ver 38.96 2.03 0.05 0.07 par:pre; -contacte contacter ver 38.96 2.03 3.89 0.00 imp:pre:2s;ind:pre:1s;ind:pre:3s; -contactent contacter ver 38.96 2.03 0.14 0.00 ind:pre:3p; -contacter contacter ver 38.96 2.03 16.11 0.95 ind:pre:2p;inf; -contactera contacter ver 38.96 2.03 1.18 0.00 ind:fut:3s; -contacterai contacter ver 38.96 2.03 1.69 0.00 ind:fut:1s; -contacteraient contacter ver 38.96 2.03 0.01 0.00 cnd:pre:3p; -contacterais contacter ver 38.96 2.03 0.03 0.00 cnd:pre:1s; -contacterait contacter ver 38.96 2.03 0.05 0.00 cnd:pre:3s; -contacteras contacter ver 38.96 2.03 0.01 0.00 ind:fut:2s; -contacterez contacter ver 38.96 2.03 0.10 0.00 ind:fut:2p; -contacterons contacter ver 38.96 2.03 0.30 0.00 ind:fut:1p; -contacteront contacter ver 38.96 2.03 0.23 0.00 ind:fut:3p; -contacteur contacteur nom m s 0.05 0.07 0.05 0.07 -contactez contacter ver 38.96 2.03 4.20 0.07 imp:pre:2p;ind:pre:2p; -contactiez contacter ver 38.96 2.03 0.37 0.00 ind:imp:2p; -contactions contacter ver 38.96 2.03 0.11 0.00 ind:imp:1p; -contactons contacter ver 38.96 2.03 0.22 0.00 imp:pre:1p;ind:pre:1p; -contacts contact nom m p 69.85 65.47 10.27 9.80 -contacté contacter ver m s 38.96 2.03 7.12 0.41 par:pas; -contactée contacter ver f s 38.96 2.03 1.27 0.00 par:pas; -contactées contacter ver f p 38.96 2.03 0.08 0.00 par:pas; -contactés contacter ver m p 38.96 2.03 1.56 0.07 par:pas; -contagieuse contagieux adj f s 6.01 4.05 1.74 1.82 -contagieuses contagieux adj f p 6.01 4.05 0.57 0.61 -contagieux contagieux adj m 6.01 4.05 3.71 1.62 -contagion contagion nom f s 1.21 3.72 1.21 3.72 -contai conter ver 3.76 8.99 0.00 0.14 ind:pas:1s; -contaient conter ver 3.76 8.99 0.01 0.34 ind:imp:3p; -container container nom m s 3.00 1.01 2.09 0.27 -containers container nom m p 3.00 1.01 0.92 0.74 -containeur containeur nom m s 0.01 0.00 0.01 0.00 -contais conter ver 3.76 8.99 0.01 0.00 ind:imp:1s; -contait conter ver 3.76 8.99 0.16 0.88 ind:imp:3s; -contaminaient contaminer ver 9.63 4.32 0.00 0.07 ind:imp:3p; -contaminait contaminer ver 9.63 4.32 0.01 0.27 ind:imp:3s; -contaminant contaminant adj m s 0.13 0.07 0.02 0.07 -contaminants contaminant adj m p 0.13 0.07 0.11 0.00 -contaminateur contaminateur nom m s 0.01 0.00 0.01 0.00 -contamination contamination nom f s 2.27 1.35 2.26 1.22 -contaminations contamination nom f p 2.27 1.35 0.01 0.14 -contamine contaminer ver 9.63 4.32 1.39 0.47 imp:pre:2s;ind:pre:1s;ind:pre:3s; -contaminer contaminer ver 9.63 4.32 1.27 0.61 inf; -contaminera contaminer ver 9.63 4.32 0.01 0.00 ind:fut:3s; -contamineras contaminer ver 9.63 4.32 0.01 0.00 ind:fut:2s; -contamines contaminer ver 9.63 4.32 0.05 0.00 ind:pre:2s; -contaminons contaminer ver 9.63 4.32 0.01 0.00 imp:pre:1p; -contaminât contaminer ver 9.63 4.32 0.00 0.07 sub:imp:3s; -contaminé contaminer ver m s 9.63 4.32 2.68 1.08 par:pas; -contaminée contaminer ver f s 9.63 4.32 2.19 0.81 par:pas; -contaminées contaminer ver f p 9.63 4.32 0.55 0.34 par:pas; -contaminés contaminer ver m p 9.63 4.32 1.44 0.61 par:pas; -contant conter ver 3.76 8.99 0.19 0.41 par:pre; -conte conte nom m s 13.30 15.07 8.84 6.69 -contempla contempler ver 8.58 64.46 0.17 5.34 ind:pas:3s; -contemplai contempler ver 8.58 64.46 0.01 1.35 ind:pas:1s; -contemplaient contempler ver 8.58 64.46 0.01 3.04 ind:imp:3p; -contemplais contempler ver 8.58 64.46 0.45 2.91 ind:imp:1s;ind:imp:2s; -contemplait contempler ver 8.58 64.46 0.30 11.35 ind:imp:3s; -contemplant contempler ver 8.58 64.46 0.35 6.55 par:pre; -contemplateur contemplateur nom m s 0.00 0.20 0.00 0.14 -contemplatif contemplatif nom m s 0.17 0.41 0.17 0.20 -contemplatifs contemplatif adj m p 0.10 1.42 0.00 0.20 -contemplation contemplation nom f s 0.44 9.66 0.44 9.32 -contemplations contemplation nom f p 0.44 9.66 0.00 0.34 -contemplative contemplatif adj f s 0.10 1.42 0.03 0.81 -contemplativement contemplativement adv 0.00 0.07 0.00 0.07 -contemplatives contemplatif adj f p 0.10 1.42 0.01 0.20 -contemplatrice contemplateur nom f s 0.00 0.20 0.00 0.07 -contemple contempler ver 8.58 64.46 2.28 7.16 imp:pre:2s;ind:pre:1s;ind:pre:3s; -contemplent contempler ver 8.58 64.46 0.33 1.55 ind:pre:3p; -contempler contempler ver 8.58 64.46 2.90 18.11 inf; -contemplera contempler ver 8.58 64.46 0.11 0.00 ind:fut:3s; -contemplerai contempler ver 8.58 64.46 0.12 0.00 ind:fut:1s; -contempleraient contempler ver 8.58 64.46 0.00 0.07 cnd:pre:3p; -contemplerait contempler ver 8.58 64.46 0.00 0.07 cnd:pre:3s; -contempleront contempler ver 8.58 64.46 0.01 0.07 ind:fut:3p; -contemples contempler ver 8.58 64.46 0.07 0.20 ind:pre:2s; -contemplez contempler ver 8.58 64.46 0.63 0.27 imp:pre:2p;ind:pre:2p; -contempliez contempler ver 8.58 64.46 0.11 0.00 ind:imp:2p; -contemplions contempler ver 8.58 64.46 0.00 0.61 ind:imp:1p; -contemplâmes contempler ver 8.58 64.46 0.00 0.14 ind:pas:1p; -contemplons contempler ver 8.58 64.46 0.07 0.27 imp:pre:1p;ind:pre:1p; -contemplèrent contempler ver 8.58 64.46 0.00 0.61 ind:pas:3p; -contemplé contempler ver m s 8.58 64.46 0.62 3.38 par:pas; -contemplée contempler ver f s 8.58 64.46 0.03 0.68 par:pas; -contemplées contempler ver f p 8.58 64.46 0.00 0.14 par:pas; -contemplés contempler ver m p 8.58 64.46 0.00 0.61 par:pas; -contemporain contemporain adj m s 1.98 6.62 0.94 1.89 -contemporaine contemporain adj f s 1.98 6.62 0.79 2.77 -contemporaines contemporain adj f p 1.98 6.62 0.05 0.61 -contemporains contemporain nom m p 0.53 5.54 0.39 4.32 -contempteur contempteur nom m s 0.14 0.27 0.01 0.27 -contempteurs contempteur nom m p 0.14 0.27 0.14 0.00 -contenaient contenir ver 30.07 58.92 0.81 3.65 ind:imp:3p; -contenais contenir ver 30.07 58.92 0.00 0.14 ind:imp:1s; -contenait contenir ver 30.07 58.92 3.47 15.41 ind:imp:3s; -contenance contenance nom f s 0.41 6.15 0.41 6.01 -contenances contenance nom f p 0.41 6.15 0.00 0.14 -contenant contenir ver 30.07 58.92 2.75 9.53 par:pre; -contenants contenant nom m p 0.50 0.74 0.04 0.07 -conteneur conteneur nom m s 2.92 0.07 2.37 0.07 -conteneurs conteneur nom m p 2.92 0.07 0.55 0.00 -contenez contenir ver 30.07 58.92 0.11 0.00 imp:pre:2p; -contenir contenir ver 30.07 58.92 4.81 9.86 inf; -content content adj m s 178.94 86.49 114.75 51.22 -contenta contenter ver 29.04 60.61 0.12 8.24 ind:pas:3s; -contentai contenter ver 29.04 60.61 0.00 1.08 ind:pas:1s; -contentaient contenter ver 29.04 60.61 0.26 2.84 ind:imp:3p; -contentais contenter ver 29.04 60.61 0.36 1.89 ind:imp:1s;ind:imp:2s; -contentait contenter ver 29.04 60.61 0.37 9.32 ind:imp:3s; -contentant contenter ver 29.04 60.61 0.24 4.46 par:pre; -contentassent contenter ver 29.04 60.61 0.00 0.07 sub:imp:3p; -contente content adj f s 178.94 86.49 50.76 24.32 -contentement contentement nom m s 0.15 6.35 0.15 6.08 -contentements contentement nom m p 0.15 6.35 0.00 0.27 -contentent contenter ver 29.04 60.61 1.27 1.35 ind:pre:3p; -contenter contenter ver 29.04 60.61 5.98 11.35 inf; -contentera contenter ver 29.04 60.61 0.86 0.20 ind:fut:3s; -contenterai contenter ver 29.04 60.61 0.84 0.27 ind:fut:1s; -contenteraient contenter ver 29.04 60.61 0.02 0.14 cnd:pre:3p; -contenterais contenter ver 29.04 60.61 0.70 0.14 cnd:pre:1s;cnd:pre:2s; -contenterait contenter ver 29.04 60.61 0.21 0.68 cnd:pre:3s; -contenteras contenter ver 29.04 60.61 0.05 0.00 ind:fut:2s; -contenterez contenter ver 29.04 60.61 0.04 0.14 ind:fut:2p; -contenteriez contenter ver 29.04 60.61 0.01 0.00 cnd:pre:2p; -contenterions contenter ver 29.04 60.61 0.01 0.14 cnd:pre:1p; -contenterons contenter ver 29.04 60.61 0.49 0.00 ind:fut:1p; -contenteront contenter ver 29.04 60.61 0.09 0.14 ind:fut:3p; -contentes content adj f p 178.94 86.49 1.46 0.41 -contentez contenter ver 29.04 60.61 1.77 0.61 imp:pre:2p;ind:pre:2p; -contentieux contentieux nom m 0.28 0.47 0.28 0.47 -contentiez contenter ver 29.04 60.61 0.05 0.07 ind:imp:2p; -contention contention nom f s 0.17 0.41 0.06 0.41 -contentions contention nom f p 0.17 0.41 0.11 0.00 -contentons contenter ver 29.04 60.61 0.51 0.34 imp:pre:1p;ind:pre:1p; -contents content adj m p 178.94 86.49 11.96 10.54 -contentèrent contenter ver 29.04 60.61 0.00 0.27 ind:pas:3p; -contenté contenter ver m s 29.04 60.61 0.91 5.47 par:pas; -contentée contenter ver f s 29.04 60.61 0.30 1.96 par:pas; -contentées contenter ver f p 29.04 60.61 0.00 0.07 par:pas; -contentés contenter ver m p 29.04 60.61 0.12 0.68 par:pas; -contenu contenu nom m s 6.34 16.82 6.31 16.42 -contenue contenir ver f s 30.07 58.92 0.55 2.70 par:pas; -contenues contenir ver f p 30.07 58.92 0.22 0.74 par:pas; -contenus contenir ver m p 30.07 58.92 0.09 0.61 par:pas; -conter conter ver 3.76 8.99 1.32 2.64 inf; -contera conter ver 3.76 8.99 0.03 0.00 ind:fut:3s; -conterai conter ver 3.76 8.99 0.17 0.07 ind:fut:1s; -conterait conter ver 3.76 8.99 0.00 0.07 cnd:pre:3s; -conteras conter ver 3.76 8.99 0.00 0.14 ind:fut:2s; -conterez conter ver 3.76 8.99 0.00 0.07 ind:fut:2p; -conterons conter ver 3.76 8.99 0.00 0.07 ind:fut:1p; -contes conte nom m p 13.30 15.07 4.46 8.38 -contesta contester ver 4.84 8.58 0.00 0.07 ind:pas:3s; -contestable contestable adj s 0.26 1.69 0.26 1.15 -contestables contestable adj p 0.26 1.69 0.00 0.54 -contestaient contester ver 4.84 8.58 0.11 0.20 ind:imp:3p; -contestais contester ver 4.84 8.58 0.14 0.20 ind:imp:1s;ind:imp:2s; -contestait contester ver 4.84 8.58 0.01 0.68 ind:imp:3s; -contestant contester ver 4.84 8.58 0.03 0.27 par:pre; -contestataire contestataire adj s 0.21 0.47 0.14 0.14 -contestataires contestataire nom p 0.26 0.54 0.19 0.34 -contestation contestation nom f s 0.97 3.24 0.69 2.70 -contestations contestation nom f p 0.97 3.24 0.29 0.54 -conteste contester ver 4.84 8.58 1.21 1.22 imp:pre:2s;ind:pre:1s;ind:pre:3s; -contestent contester ver 4.84 8.58 0.10 0.41 ind:pre:3p; -contester contester ver 4.84 8.58 1.48 2.70 inf; -contestera contester ver 4.84 8.58 0.09 0.07 ind:fut:3s; -contesterai contester ver 4.84 8.58 0.03 0.07 ind:fut:1s; -contesterait contester ver 4.84 8.58 0.01 0.07 cnd:pre:3s; -contesteriez contester ver 4.84 8.58 0.00 0.07 cnd:pre:2p; -contesterons contester ver 4.84 8.58 0.01 0.00 ind:fut:1p; -contestes contester ver 4.84 8.58 0.29 0.20 ind:pre:2s; -contestez contester ver 4.84 8.58 0.17 0.00 imp:pre:2p;ind:pre:2p; -contestiez contester ver 4.84 8.58 0.00 0.07 ind:imp:2p; -contestons contester ver 4.84 8.58 0.02 0.07 ind:pre:1p; -contesté contester ver m s 4.84 8.58 0.69 0.81 par:pas; -contestée contester ver f s 4.84 8.58 0.11 0.74 par:pas; -contestées contester ver f p 4.84 8.58 0.26 0.41 par:pas; -contestés contester ver m p 4.84 8.58 0.08 0.27 par:pas; -conteur conteur nom m s 1.29 4.46 0.84 2.84 -conteurs conteur nom m p 1.29 4.46 0.30 1.01 -conteuse conteur nom f s 1.29 4.46 0.15 0.61 -contexte contexte nom m s 4.50 2.30 4.34 2.16 -contextes contexte nom m p 4.50 2.30 0.16 0.14 -contextualiser contextualiser ver 0.01 0.00 0.01 0.00 inf; -contextuel contextuel adj m s 0.01 0.00 0.01 0.00 -contez conter ver 3.76 8.99 0.38 0.00 imp:pre:2p; -conçois concevoir ver 18.75 27.84 1.31 1.28 imp:pre:2s;ind:pre:1s;ind:pre:2s; -conçoit concevoir ver 18.75 27.84 0.42 2.03 ind:pre:3s; -conçoivent concevoir ver 18.75 27.84 0.29 0.47 ind:pre:3p; -conçu concevoir ver m s 18.75 27.84 9.04 6.01 par:pas; -conçue concevoir ver f s 18.75 27.84 2.50 1.62 par:pas; -conçues concevoir ver f p 18.75 27.84 0.35 0.68 par:pas; -conçurent concevoir ver 18.75 27.84 0.01 0.27 ind:pas:3p; -conçus concevoir ver m p 18.75 27.84 0.86 1.42 ind:pas:1s;ind:pas:2s;par:pas; -conçut concevoir ver 18.75 27.84 0.22 1.62 ind:pas:3s; -contiendra contenir ver 30.07 58.92 0.22 0.27 ind:fut:3s; -contiendrai contenir ver 30.07 58.92 0.01 0.00 ind:fut:1s; -contiendraient contenir ver 30.07 58.92 0.00 0.20 cnd:pre:3p; -contiendrait contenir ver 30.07 58.92 0.07 0.47 cnd:pre:3s; -contienne contenir ver 30.07 58.92 0.17 0.20 sub:pre:1s;sub:pre:3s; -contiennent contenir ver 30.07 58.92 2.10 1.69 ind:pre:3p; -contiens contenir ver 30.07 58.92 0.33 0.41 imp:pre:2s;ind:pre:1s;ind:pre:2s; -contient contenir ver 30.07 58.92 13.23 7.36 ind:pre:3s; -contigu contigu adj m s 0.08 2.30 0.02 0.47 -contiguïté contiguïté nom f s 0.00 0.07 0.00 0.07 -contigus contigu adj m p 0.08 2.30 0.00 0.20 -contiguë contigu adj f s 0.08 2.30 0.02 1.35 -contiguës contigu adj f p 0.08 2.30 0.04 0.27 -continûment continûment adv 0.01 0.88 0.01 0.88 -continence continence nom f s 0.10 0.61 0.10 0.61 -continent continent nom m s 6.92 15.95 5.79 12.16 -continental continental adj m s 0.71 1.22 0.48 0.54 -continentale continental nom f s 1.00 0.34 0.29 0.07 -continentales continental adj f p 0.71 1.22 0.03 0.07 -continentaux continental nom m p 1.00 0.34 0.29 0.20 -continents continent nom m p 6.92 15.95 1.13 3.78 -contingence contingence nom f s 0.11 1.76 0.06 0.27 -contingences contingence nom f p 0.11 1.76 0.04 1.49 -contingent contingent nom m s 0.77 2.64 0.76 1.69 -contingente contingent adj f s 0.13 0.41 0.01 0.00 -contingentement contingentement nom m s 0.01 0.00 0.01 0.00 -contingentes contingent adj f p 0.13 0.41 0.00 0.07 -contingents contingent nom m p 0.77 2.64 0.01 0.95 -contingenté contingenter ver m s 0.00 0.14 0.00 0.14 par:pas; -continrent contenir ver 30.07 58.92 0.00 0.14 ind:pas:3p; -contins contenir ver 30.07 58.92 0.02 0.07 ind:pas:1s; -contint contenir ver 30.07 58.92 0.00 1.55 ind:pas:3s; -continu continu adj m s 2.79 9.66 1.58 8.92 -continua continuer ver 269.95 282.77 1.18 28.38 ind:pas:3s; -continuai continuer ver 269.95 282.77 0.03 3.51 ind:pas:1s; -continuaient continuer ver 269.95 282.77 0.70 16.96 ind:imp:3p; -continuais continuer ver 269.95 282.77 1.47 6.08 ind:imp:1s;ind:imp:2s; -continuait continuer ver 269.95 282.77 2.32 60.27 ind:imp:3s; -continuant continuer ver 269.95 282.77 1.27 15.34 par:pre; -continuassent continuer ver 269.95 282.77 0.00 0.14 sub:imp:3p; -continuateur continuateur nom m s 0.11 0.34 0.11 0.20 -continuateurs continuateur nom m p 0.11 0.34 0.00 0.14 -continuation continuation nom f s 1.09 1.01 1.09 1.01 -continue continuer ver 269.95 282.77 76.64 50.54 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -continuel continuel adj m s 1.22 6.76 0.21 1.49 -continuelle continuel adj f s 1.22 6.76 0.70 2.70 -continuellement continuellement adv 1.67 4.80 1.67 4.80 -continuelles continuel adj f p 1.22 6.76 0.20 1.69 -continuels continuel adj m p 1.22 6.76 0.11 0.88 -continuent continuer ver 269.95 282.77 7.61 9.59 ind:pre:3p; -continuer continuer ver 269.95 282.77 82.29 43.51 inf; -continuera continuer ver 269.95 282.77 6.04 2.57 ind:fut:3s; -continuerai continuer ver 269.95 282.77 3.73 1.08 ind:fut:1s; -continueraient continuer ver 269.95 282.77 0.13 1.22 cnd:pre:3p; -continuerais continuer ver 269.95 282.77 1.02 0.54 cnd:pre:1s;cnd:pre:2s; -continuerait continuer ver 269.95 282.77 0.85 2.91 cnd:pre:3s; -continueras continuer ver 269.95 282.77 1.03 0.41 ind:fut:2s; -continuerez continuer ver 269.95 282.77 0.58 0.61 ind:fut:2p; -continueriez continuer ver 269.95 282.77 0.02 0.00 cnd:pre:2p; -continuerons continuer ver 269.95 282.77 1.55 0.54 ind:fut:1p; -continueront continuer ver 269.95 282.77 1.36 1.42 ind:fut:3p; -continues continuer ver 269.95 282.77 11.66 2.23 ind:pre:2s;sub:pre:2s; -continuez continuer ver 269.95 282.77 47.08 4.73 imp:pre:2p;ind:pre:2p; -continuiez continuer ver 269.95 282.77 0.31 0.00 ind:imp:2p; -continuions continuer ver 269.95 282.77 0.19 1.42 ind:imp:1p;sub:pre:1p; -continuité continuité nom f s 0.45 4.73 0.45 4.73 -continuâmes continuer ver 269.95 282.77 0.05 0.34 ind:pas:1p; -continuons continuer ver 269.95 282.77 8.06 2.77 imp:pre:1p;ind:pre:1p; -continuât continuer ver 269.95 282.77 0.00 1.76 sub:imp:3s; -continus continu adj m p 2.79 9.66 0.17 0.41 -continuèrent continuer ver 269.95 282.77 0.54 4.39 ind:pas:3p; -continué continuer ver m s 269.95 282.77 12.03 18.65 par:pas; -continuée continuer ver f s 269.95 282.77 0.17 0.54 par:pas; -continuées continuer ver f p 269.95 282.77 0.00 0.27 par:pas; -continuum continuum nom m s 0.55 0.27 0.55 0.27 -continués continuer ver m p 269.95 282.77 0.03 0.07 par:pas; -contions conter ver 3.76 8.99 0.00 0.07 ind:imp:1p; -contondant contondant adj m s 0.82 0.47 0.78 0.07 -contondante contondant adj f s 0.82 0.47 0.01 0.00 -contondants contondant adj m p 0.82 0.47 0.04 0.41 -contorsion contorsion nom f s 0.16 2.23 0.02 0.47 -contorsionna contorsionner ver 0.20 2.09 0.00 0.07 ind:pas:3s; -contorsionnaient contorsionner ver 0.20 2.09 0.00 0.07 ind:imp:3p; -contorsionnait contorsionner ver 0.20 2.09 0.00 0.34 ind:imp:3s; -contorsionnant contorsionner ver 0.20 2.09 0.00 0.54 par:pre; -contorsionne contorsionner ver 0.20 2.09 0.13 0.20 imp:pre:2s;ind:pre:3s; -contorsionnent contorsionner ver 0.20 2.09 0.01 0.14 ind:pre:3p; -contorsionner contorsionner ver 0.20 2.09 0.04 0.07 inf; -contorsionniste contorsionniste nom s 0.37 0.14 0.34 0.14 -contorsionnistes contorsionniste nom p 0.37 0.14 0.04 0.00 -contorsionné contorsionner ver m s 0.20 2.09 0.01 0.27 par:pas; -contorsionnée contorsionner ver f s 0.20 2.09 0.00 0.14 par:pas; -contorsionnées contorsionner ver f p 0.20 2.09 0.00 0.07 par:pas; -contorsionnés contorsionner ver m p 0.20 2.09 0.00 0.20 par:pas; -contorsions contorsion nom f p 0.16 2.23 0.14 1.76 -contât conter ver 3.76 8.99 0.00 0.07 sub:imp:3s; -contour contour nom m s 2.09 16.28 0.87 5.00 -contourna contourner ver 6.68 19.59 0.00 2.84 ind:pas:3s; -contournai contourner ver 6.68 19.59 0.00 0.47 ind:pas:1s; -contournaient contourner ver 6.68 19.59 0.01 0.47 ind:imp:3p; -contournais contourner ver 6.68 19.59 0.00 0.07 ind:imp:1s; -contournait contourner ver 6.68 19.59 0.17 1.76 ind:imp:3s; -contournant contourner ver 6.68 19.59 0.23 2.91 par:pre; -contourne contourner ver 6.68 19.59 0.99 2.03 imp:pre:2s;ind:pre:1s;ind:pre:3s; -contournement contournement nom m s 0.14 0.07 0.13 0.00 -contournements contournement nom m p 0.14 0.07 0.01 0.07 -contournent contourner ver 6.68 19.59 0.08 0.54 ind:pre:3p; -contourner contourner ver 6.68 19.59 3.63 5.47 inf; -contournera contourner ver 6.68 19.59 0.10 0.00 ind:fut:3s; -contournerai contourner ver 6.68 19.59 0.02 0.07 ind:fut:1s; -contournerais contourner ver 6.68 19.59 0.01 0.00 cnd:pre:1s; -contournerez contourner ver 6.68 19.59 0.11 0.00 ind:fut:2p; -contournerons contourner ver 6.68 19.59 0.02 0.07 ind:fut:1p; -contournes contourner ver 6.68 19.59 0.17 0.07 ind:pre:2s; -contournez contourner ver 6.68 19.59 0.20 0.00 imp:pre:2p;ind:pre:2p; -contournions contourner ver 6.68 19.59 0.01 0.14 ind:imp:1p; -contournons contourner ver 6.68 19.59 0.27 0.20 imp:pre:1p;ind:pre:1p; -contournèrent contourner ver 6.68 19.59 0.01 0.47 ind:pas:3p; -contourné contourner ver m s 6.68 19.59 0.59 1.82 par:pas; -contournée contourné adj f s 0.05 1.28 0.04 0.34 -contournées contourner ver f p 6.68 19.59 0.03 0.07 par:pas; -contournés contourner ver m p 6.68 19.59 0.01 0.07 par:pas; -contours contour nom m p 2.09 16.28 1.22 11.28 -contrôla contrôler ver 61.13 21.01 0.00 0.41 ind:pas:3s; -contrôlable contrôlable adj s 0.12 0.14 0.08 0.14 -contrôlables contrôlable adj p 0.12 0.14 0.04 0.00 -contrôlai contrôler ver 61.13 21.01 0.00 0.20 ind:pas:1s; -contrôlaient contrôler ver 61.13 21.01 0.44 0.47 ind:imp:3p; -contrôlais contrôler ver 61.13 21.01 0.60 0.27 ind:imp:1s;ind:imp:2s; -contrôlait contrôler ver 61.13 21.01 1.17 2.57 ind:imp:3s; -contrôlant contrôler ver 61.13 21.01 0.28 0.81 par:pre; -contrôle contrôle nom m s 66.28 19.66 63.48 17.43 -contrôlent contrôler ver 61.13 21.01 2.22 0.41 ind:pre:3p; -contrôler contrôler ver 61.13 21.01 24.91 7.57 inf; -contrôlera contrôler ver 61.13 21.01 0.33 0.00 ind:fut:3s; -contrôlerai contrôler ver 61.13 21.01 0.26 0.00 ind:fut:1s; -contrôlerais contrôler ver 61.13 21.01 0.02 0.00 cnd:pre:1s; -contrôlerait contrôler ver 61.13 21.01 0.22 0.07 cnd:pre:3s; -contrôleras contrôler ver 61.13 21.01 0.05 0.00 ind:fut:2s; -contrôlerez contrôler ver 61.13 21.01 0.06 0.00 ind:fut:2p; -contrôleriez contrôler ver 61.13 21.01 0.01 0.00 cnd:pre:2p; -contrôlerons contrôler ver 61.13 21.01 0.67 0.00 ind:fut:1p; -contrôleront contrôler ver 61.13 21.01 0.22 0.00 ind:fut:3p; -contrôles contrôle nom m p 66.28 19.66 2.80 2.23 -contrôleur contrôleur nom m s 8.93 5.14 7.43 4.26 -contrôleurs contrôleur nom m p 8.93 5.14 1.00 0.88 -contrôleuse contrôleur nom f s 8.93 5.14 0.49 0.00 -contrôlez contrôler ver 61.13 21.01 3.36 0.14 imp:pre:2p;ind:pre:2p; -contrôliez contrôler ver 61.13 21.01 0.09 0.00 ind:imp:2p; -contrôlions contrôler ver 61.13 21.01 0.06 0.14 ind:imp:1p; -contrôlâmes contrôler ver 61.13 21.01 0.00 0.07 ind:pas:1p; -contrôlons contrôler ver 61.13 21.01 1.62 0.00 imp:pre:1p;ind:pre:1p; -contrôlèrent contrôler ver 61.13 21.01 0.01 0.00 ind:pas:3p; -contrôlé contrôler ver m s 61.13 21.01 4.70 2.43 par:pas; -contrôlée contrôler ver f s 61.13 21.01 1.43 1.15 par:pas; -contrôlées contrôler ver f p 61.13 21.01 0.79 0.61 par:pas; -contrôlés contrôler ver m p 61.13 21.01 0.70 0.47 par:pas; -contra contrer ver 19.15 18.72 0.12 0.14 ind:pas:3s; -contraceptif contraceptif nom m s 0.55 0.07 0.26 0.00 -contraceptifs contraceptif nom m p 0.55 0.07 0.29 0.07 -contraception contraception nom f s 0.66 0.68 0.66 0.68 -contraceptive contraceptif adj f s 0.56 0.20 0.10 0.00 -contraceptives contraceptif adj f p 0.56 0.20 0.38 0.20 -contracta contracter ver 3.31 12.30 0.01 0.95 ind:pas:3s; -contractai contracter ver 3.31 12.30 0.00 0.14 ind:pas:1s; -contractaient contracter ver 3.31 12.30 0.00 0.68 ind:imp:3p; -contractais contracter ver 3.31 12.30 0.00 0.07 ind:imp:1s; -contractait contracter ver 3.31 12.30 0.00 0.95 ind:imp:3s; -contractant contractant adj m s 0.20 0.07 0.10 0.00 -contractantes contractant adj f p 0.20 0.07 0.10 0.07 -contractants contractant nom m p 0.06 0.14 0.04 0.14 -contracte contracter ver 3.31 12.30 0.61 1.76 imp:pre:2s;ind:pre:1s;ind:pre:3s; -contractent contracter ver 3.31 12.30 0.40 0.47 ind:pre:3p; -contracter contracter ver 3.31 12.30 0.48 1.42 inf; -contracterait contracter ver 3.31 12.30 0.00 0.07 cnd:pre:3s; -contractez contracter ver 3.31 12.30 0.11 0.00 imp:pre:2p; -contractile contractile adj s 0.01 0.00 0.01 0.00 -contraction contraction nom f s 3.05 2.97 1.00 2.23 -contractions contraction nom f p 3.05 2.97 2.05 0.74 -contractons contracter ver 3.31 12.30 0.00 0.07 ind:pre:1p; -contractèrent contracter ver 3.31 12.30 0.00 0.27 ind:pas:3p; -contracté contracter ver m s 3.31 12.30 1.22 2.97 par:pas; -contractée contracter ver f s 3.31 12.30 0.36 0.88 par:pas; -contractuel contractuel nom m s 0.68 0.34 0.07 0.00 -contractuelle contractuel nom f s 0.68 0.34 0.58 0.07 -contractuellement contractuellement adv 0.13 0.00 0.13 0.00 -contractuelles contractuel adj f p 0.35 0.47 0.17 0.00 -contractuels contractuel nom m p 0.68 0.34 0.02 0.27 -contractées contracter ver f p 3.31 12.30 0.06 0.41 par:pas; -contracture contracture nom f s 0.04 0.34 0.03 0.27 -contractures contracture nom f p 0.04 0.34 0.01 0.07 -contractés contracter ver m p 3.31 12.30 0.03 0.34 par:pas; -contradicteur contradicteur nom m s 0.02 0.14 0.01 0.00 -contradicteurs contradicteur nom m p 0.02 0.14 0.01 0.14 -contradiction contradiction nom f s 2.09 12.97 1.28 7.36 -contradictions contradiction nom f p 2.09 12.97 0.81 5.61 -contradictoire contradictoire adj s 2.42 9.05 1.56 2.43 -contradictoirement contradictoirement adv 0.00 0.20 0.00 0.20 -contradictoires contradictoire adj p 2.42 9.05 0.87 6.62 -contraignît contraindre ver 6.66 24.73 0.00 0.14 sub:imp:3s; -contraignaient contraindre ver 6.66 24.73 0.00 0.41 ind:imp:3p; -contraignais contraindre ver 6.66 24.73 0.00 0.14 ind:imp:1s; -contraignait contraindre ver 6.66 24.73 0.10 1.89 ind:imp:3s; -contraignant contraignant adj m s 0.16 1.15 0.11 0.68 -contraignante contraignant adj f s 0.16 1.15 0.04 0.34 -contraignantes contraignant adj f p 0.16 1.15 0.02 0.14 -contraigne contraindre ver 6.66 24.73 0.04 0.07 sub:pre:3s; -contraignent contraindre ver 6.66 24.73 0.26 0.88 ind:pre:3p; -contraignit contraindre ver 6.66 24.73 0.00 1.96 ind:pas:3s; -contraindra contraindre ver 6.66 24.73 0.02 0.07 ind:fut:3s; -contraindrai contraindre ver 6.66 24.73 0.01 0.07 ind:fut:1s; -contraindraient contraindre ver 6.66 24.73 0.00 0.07 cnd:pre:3p; -contraindrais contraindre ver 6.66 24.73 0.01 0.07 cnd:pre:1s;cnd:pre:2s; -contraindrait contraindre ver 6.66 24.73 0.00 0.14 cnd:pre:3s; -contraindre contraindre ver 6.66 24.73 1.21 3.99 inf; -contrains contraindre ver 6.66 24.73 0.06 0.27 ind:pre:1s;ind:pre:2s; -contraint contraindre ver m s 6.66 24.73 3.42 8.92 ind:pre:3s;par:pas; -contrainte contrainte nom f s 2.94 5.81 2.94 5.81 -contraintes contraint nom f p 1.13 3.31 1.13 3.31 -contraints contraindre ver m p 6.66 24.73 0.95 2.23 par:pas; -contraire contraire nom m s 62.13 126.01 62.03 125.47 -contrairement contrairement adv 8.79 10.41 8.79 10.41 -contraires contraire adj p 6.90 14.53 0.51 3.78 -contrait contrer ver 19.15 18.72 0.01 0.14 ind:imp:3s; -contralto contralto nom m s 0.28 0.27 0.28 0.20 -contraltos contralto nom m p 0.28 0.27 0.01 0.07 -contrant contrer ver 19.15 18.72 0.00 0.07 par:pre; -contrapunctique contrapunctique adj m s 0.00 0.07 0.00 0.07 -contrapuntique contrapuntique adj f s 0.02 0.00 0.02 0.00 -contraria contrarier ver 11.03 13.31 0.10 0.61 ind:pas:3s; -contrariaient contrarier ver 11.03 13.31 0.01 0.20 ind:imp:3p; -contrariais contrarier ver 11.03 13.31 0.01 0.07 ind:imp:1s; -contrariait contrarier ver 11.03 13.31 0.27 1.49 ind:imp:3s; -contrariant contrariant adj m s 0.84 1.55 0.76 1.15 -contrariante contrariant adj f s 0.84 1.55 0.04 0.20 -contrariantes contrariant adj f p 0.84 1.55 0.03 0.14 -contrariants contrariant adj m p 0.84 1.55 0.01 0.07 -contrarie contrarier ver 11.03 13.31 1.77 0.95 imp:pre:2s;ind:pre:1s;ind:pre:3s; -contrarient contrarier ver 11.03 13.31 0.08 0.41 ind:pre:3p; -contrarier contrarier ver 11.03 13.31 2.72 5.81 inf; -contrarierai contrarier ver 11.03 13.31 0.00 0.14 ind:fut:1s; -contrarierait contrarier ver 11.03 13.31 0.23 0.20 cnd:pre:3s; -contrariez contrarier ver 11.03 13.31 0.23 0.00 imp:pre:2p;ind:pre:2p; -contrarions contrarier ver 11.03 13.31 0.02 0.07 imp:pre:1p; -contrariât contrarier ver 11.03 13.31 0.00 0.07 sub:imp:3s; -contrarié contrarier ver m s 11.03 13.31 3.29 1.55 par:pas; -contrariée contrarier ver f s 11.03 13.31 1.94 1.15 par:pas; -contrariées contrarié adj f p 2.62 4.12 0.03 0.27 -contrariés contrarié adj m p 2.62 4.12 0.41 0.27 -contrariété contrariété nom f s 0.58 3.99 0.38 3.18 -contrariétés contrariété nom f p 0.58 3.99 0.21 0.81 -contras contra nom m p 0.20 0.00 0.08 0.00 -contrasta contraster ver 0.21 8.58 0.00 0.07 ind:pas:3s; -contrastaient contraster ver 0.21 8.58 0.00 1.28 ind:imp:3p; -contrastait contraster ver 0.21 8.58 0.00 3.65 ind:imp:3s; -contrastant contraster ver 0.21 8.58 0.02 1.42 par:pre; -contraste contraste nom m s 1.48 12.50 1.23 11.62 -contrastent contraster ver 0.21 8.58 0.01 0.47 ind:pre:3p; -contraster contraster ver 0.21 8.58 0.09 0.14 inf; -contrasteraient contraster ver 0.21 8.58 0.01 0.00 cnd:pre:3p; -contrasterait contraster ver 0.21 8.58 0.01 0.07 cnd:pre:3s; -contrastes contraste nom m p 1.48 12.50 0.25 0.88 -contrastez contraster ver 0.21 8.58 0.01 0.00 imp:pre:2p; -contrastât contraster ver 0.21 8.58 0.00 0.14 sub:imp:3s; -contrasté contraster ver m s 0.21 8.58 0.02 0.07 par:pas; -contrastée contrasté adj f s 0.03 0.41 0.01 0.14 -contrastées contrasté adj f p 0.03 0.41 0.00 0.14 -contrastés contraster ver m p 0.21 8.58 0.00 0.07 par:pas; -contrat_type contrat_type nom m s 0.01 0.07 0.01 0.07 -contrat contrat nom m s 53.23 15.00 45.70 12.43 -contrats contrat nom m p 53.23 15.00 7.53 2.57 -contravention contravention nom f s 2.76 1.22 1.85 0.95 -contraventions contravention nom f p 2.76 1.22 0.91 0.27 -contre_accusation contre_accusation nom f p 0.01 0.00 0.01 0.00 -contre_alizé contre_alizé nom m p 0.00 0.07 0.00 0.07 -contre_allée contre_allée nom f s 0.05 0.34 0.04 0.20 -contre_allée contre_allée nom f p 0.05 0.34 0.01 0.14 -contre_amiral contre_amiral nom m s 0.19 0.07 0.19 0.07 -contre_appel contre_appel nom m s 0.00 0.07 0.00 0.07 -contre_assurance contre_assurance nom f s 0.00 0.07 0.00 0.07 -contre_attaquer contre_attaquer ver 0.71 1.96 0.01 0.07 ind:pas:3s; -contre_attaquer contre_attaquer ver 0.71 1.96 0.00 0.20 ind:imp:3p; -contre_attaquer contre_attaquer ver 0.71 1.96 0.00 0.07 ind:imp:3s; -contre_attaquer contre_attaquer ver 0.71 1.96 0.00 0.07 par:pre; -contre_attaque contre_attaque nom f s 1.46 2.16 1.35 1.69 -contre_attaquer contre_attaquer ver 0.71 1.96 0.07 0.20 ind:pre:3p; -contre_attaquer contre_attaquer ver 0.71 1.96 0.37 0.95 inf; -contre_attaquer contre_attaquer ver 0.71 1.96 0.01 0.00 ind:fut:3s; -contre_attaquer contre_attaquer ver 0.71 1.96 0.03 0.07 ind:fut:1p; -contre_attaque contre_attaque nom f p 1.46 2.16 0.11 0.47 -contre_attaquer contre_attaquer ver 0.71 1.96 0.03 0.07 ind:pre:1p; -contre_attaquer contre_attaquer ver 0.71 1.96 0.03 0.07 ind:pas:3p; -contre_attaquer contre_attaquer ver m s 0.71 1.96 0.07 0.07 par:pas; -contre_champ contre_champ nom m s 0.00 0.07 0.00 0.07 -contre_chant contre_chant nom m s 0.00 0.14 0.00 0.14 -contre_choc contre_choc nom m p 0.00 0.07 0.00 0.07 -contre_clé contre_clé nom f p 0.00 0.07 0.00 0.07 -contre_courant contre_courant nom m s 0.59 1.96 0.59 1.96 -contre_culture contre_culture nom f s 0.03 0.00 0.03 0.00 -contre_emploi contre_emploi nom m s 0.01 0.00 0.01 0.00 -contre_espionnage contre_espionnage nom m s 0.67 0.34 0.67 0.34 -contre_exemple contre_exemple nom m s 0.00 0.07 0.00 0.07 -contre_expertise contre_expertise nom f s 0.52 0.27 0.51 0.20 -contre_expertise contre_expertise nom f p 0.52 0.27 0.01 0.07 -contre_feu contre_feu nom m s 0.07 0.00 0.07 0.00 -contre_feux contre_feux nom m p 0.00 0.07 0.00 0.07 -contre_fiche contre_fiche nom f p 0.00 0.07 0.00 0.07 -contre_fil contre_fil nom m s 0.00 0.07 0.00 0.07 -contre_gré contre_gré nom m s 0.00 0.14 0.00 0.14 -contre_indication contre_indication nom f s 0.07 0.00 0.04 0.00 -contre_indication contre_indication nom f p 0.07 0.00 0.04 0.00 -contre_indiquer contre_indiquer ver m s 0.06 0.14 0.06 0.14 par:pas; -contre_interrogatoire contre_interrogatoire nom m s 0.48 0.00 0.46 0.00 -contre_interrogatoire contre_interrogatoire nom m p 0.48 0.00 0.02 0.00 -contre_jour contre_jour nom m s 0.39 6.01 0.39 6.01 -contre_la_montre contre_la_montre nom m s 0.80 0.00 0.80 0.00 -contre_lame contre_lame nom f s 0.00 0.07 0.00 0.07 -contre_lettre contre_lettre nom f s 0.00 0.14 0.00 0.14 -contre_manifestant contre_manifestant nom m p 0.00 0.14 0.00 0.14 -contre_manifester contre_manifester ver 0.00 0.07 0.00 0.07 ind:pre:3p; -contre_mesure contre_mesure nom f s 0.42 0.00 0.04 0.00 -contre_mesure contre_mesure nom f p 0.42 0.00 0.39 0.00 -contre_mine contre_mine nom f s 0.00 0.14 0.00 0.07 -contre_mine contre_mine nom f p 0.00 0.14 0.00 0.07 -contre_miner contre_miner ver m s 0.00 0.07 0.00 0.07 par:pas; -contre_nature contre_nature adj s 0.41 0.14 0.41 0.14 -contre_offensive contre_offensive nom f s 0.29 0.41 0.18 0.41 -contre_offensive contre_offensive nom f p 0.29 0.41 0.11 0.00 -contre_ordre contre_ordre nom m s 0.47 0.95 0.46 0.81 -contre_ordre contre_ordre nom m p 0.47 0.95 0.01 0.14 -contre_pente contre_pente nom f s 0.00 0.34 0.00 0.34 -contre_performance contre_performance nom f s 0.14 0.07 0.14 0.00 -contre_performance contre_performance nom f p 0.14 0.07 0.00 0.07 -contre_pied contre_pied nom m s 0.04 0.61 0.04 0.54 -contre_pied contre_pied nom m p 0.04 0.61 0.00 0.07 -contre_plaqué contre_plaqué nom m s 0.10 0.54 0.10 0.54 -contre_plongée contre_plongée nom f s 0.23 0.47 0.23 0.47 -contre_pouvoir contre_pouvoir nom m p 0.00 0.07 0.00 0.07 -contre_pression contre_pression nom f s 0.02 0.00 0.02 0.00 -contre_productif contre_productif adj m s 0.10 0.00 0.09 0.00 -contre_productif contre_productif adj f s 0.10 0.00 0.01 0.00 -contre_propagande contre_propagande nom f s 0.02 0.07 0.02 0.07 -contre_proposition contre_proposition nom f s 0.40 0.07 0.39 0.07 -contre_proposition contre_proposition nom f p 0.40 0.07 0.01 0.00 -contre_réaction contre_réaction nom f s 0.01 0.00 0.01 0.00 -contre_réforme contre_réforme nom f s 0.00 0.61 0.00 0.61 -contre_révolution contre_révolution nom f s 0.37 0.34 0.37 0.34 -contre_révolutionnaire contre_révolutionnaire adj s 0.14 0.27 0.03 0.00 -contre_révolutionnaire contre_révolutionnaire adj p 0.14 0.27 0.11 0.27 -contre_terrorisme contre_terrorisme nom m s 0.07 0.00 0.07 0.00 -contre_terroriste contre_terroriste adj f s 0.00 0.07 0.00 0.07 -contre_test contre_test nom m s 0.00 0.07 0.00 0.07 -contre_torpilleur contre_torpilleur nom m s 0.20 1.22 0.08 0.61 -contre_torpilleur contre_torpilleur nom m p 0.20 1.22 0.12 0.61 -contre_transfert contre_transfert nom m s 0.01 0.00 0.01 0.00 -contre_épreuve contre_épreuve nom f s 0.01 0.07 0.00 0.07 -contre_épreuve contre_épreuve nom f p 0.01 0.07 0.01 0.00 -contre_ut contre_ut nom m 0.04 0.07 0.04 0.07 -contre_voie contre_voie nom f s 0.00 0.27 0.00 0.27 -contre_vérité contre_vérité nom f s 0.02 0.07 0.02 0.07 -contre contre pre 313.71 591.15 313.71 591.15 -contrebalance contrebalancer ver 0.19 0.68 0.03 0.14 ind:pre:1s;ind:pre:3s; -contrebalancer contrebalancer ver 0.19 0.68 0.12 0.27 inf; -contrebalancé contrebalancer ver m s 0.19 0.68 0.01 0.00 par:pas; -contrebalancée contrebalancer ver f s 0.19 0.68 0.02 0.00 par:pas; -contrebalancés contrebalancer ver m p 0.19 0.68 0.01 0.07 par:pas; -contrebalançais contrebalancer ver 0.19 0.68 0.00 0.07 ind:imp:1s; -contrebalançait contrebalancer ver 0.19 0.68 0.00 0.14 ind:imp:3s; -contrebande contrebande nom f s 3.72 1.96 3.72 1.96 -contrebandier contrebandier nom m s 1.43 1.08 0.47 0.47 -contrebandiers contrebandier nom m p 1.43 1.08 0.94 0.54 -contrebandière contrebandier nom f s 1.43 1.08 0.01 0.07 -contrebas contrebas adv 0.23 6.49 0.23 6.49 -contrebasse contrebasse nom s 0.41 0.34 0.41 0.27 -contrebasses contrebasse nom p 0.41 0.34 0.00 0.07 -contrebassiste contrebassiste nom s 0.02 0.14 0.01 0.14 -contrebassistes contrebassiste nom p 0.02 0.14 0.01 0.00 -contrebraque contrebraquer ver 0.01 0.07 0.01 0.07 imp:pre:2s;ind:pre:1s; -contrecarraient contrecarrer ver 1.06 1.82 0.00 0.07 ind:imp:3p; -contrecarrais contrecarrer ver 1.06 1.82 0.00 0.07 ind:imp:1s; -contrecarre contrecarrer ver 1.06 1.82 0.08 0.54 imp:pre:2s;ind:pre:3s;sub:pre:3s; -contrecarrer contrecarrer ver 1.06 1.82 0.93 0.68 inf; -contrecarres contrecarrer ver 1.06 1.82 0.00 0.27 ind:pre:2s; -contrecarré contrecarrer ver m s 1.06 1.82 0.03 0.07 par:pas; -contrecarrée contrecarrer ver f s 1.06 1.82 0.03 0.14 par:pas; -contrechamp contrechamp nom m s 0.46 0.34 0.11 0.34 -contrechamps contrechamp nom m p 0.46 0.34 0.35 0.00 -contrecoeur contrecoeur nom m s 0.69 3.38 0.69 3.38 -contrecollé contrecollé adj m s 0.00 0.07 0.00 0.07 -contrecoup contrecoup nom m s 0.26 2.03 0.23 1.49 -contrecoups contrecoup nom m p 0.26 2.03 0.04 0.54 -contredît contredire ver 6.99 7.84 0.00 0.07 sub:imp:3s; -contredanse contredanse nom f s 0.50 0.54 0.30 0.27 -contredanses contredanse nom f p 0.50 0.54 0.20 0.27 -contredira contredire ver 6.99 7.84 0.05 0.07 ind:fut:3s; -contredirai contredire ver 6.99 7.84 0.18 0.07 ind:fut:1s; -contrediraient contredire ver 6.99 7.84 0.03 0.07 cnd:pre:3p; -contredirait contredire ver 6.99 7.84 0.08 0.14 cnd:pre:3s; -contredire contredire ver 6.99 7.84 3.03 3.51 inf; -contredirez contredire ver 6.99 7.84 0.03 0.00 ind:fut:2p; -contredis contredire ver 6.99 7.84 0.92 0.20 imp:pre:2s;ind:pre:1s;ind:pre:2s; -contredisaient contredire ver 6.99 7.84 0.34 0.20 ind:imp:3p; -contredisait contredire ver 6.99 7.84 0.27 0.81 ind:imp:3s; -contredisant contredire ver 6.99 7.84 0.01 0.47 par:pre; -contredise contredire ver 6.99 7.84 0.03 0.14 sub:pre:3s; -contredisent contredire ver 6.99 7.84 0.48 0.41 ind:pre:3p; -contredises contredire ver 6.99 7.84 0.02 0.00 sub:pre:2s; -contredisez contredire ver 6.99 7.84 0.11 0.00 imp:pre:2p;ind:pre:2p; -contredit contredire ver m s 6.99 7.84 1.34 1.28 ind:pre:3s;par:pas; -contredite contredire ver f s 6.99 7.84 0.04 0.20 par:pas; -contredites contredire ver f p 6.99 7.84 0.01 0.14 par:pas; -contredits contredire ver m p 6.99 7.84 0.04 0.07 par:pas; -contrefacteurs contrefacteur nom m p 0.00 0.07 0.00 0.07 -contrefaire contrefaire ver 0.51 0.74 0.22 0.20 inf; -contrefaisait contrefaire ver 0.51 0.74 0.00 0.14 ind:imp:3s; -contrefaisant contrefaire ver 0.51 0.74 0.00 0.14 par:pre; -contrefait contrefaire ver m s 0.51 0.74 0.17 0.14 ind:pre:3s;par:pas; -contrefaite contrefaire ver f s 0.51 0.74 0.07 0.00 par:pas; -contrefaits contrefait adj m p 0.17 0.95 0.07 0.14 -contrefaçon contrefaçon nom f s 1.12 1.15 0.70 0.95 -contrefaçons contrefaçon nom f p 1.12 1.15 0.42 0.20 -contreferait contrefaire ver 0.51 0.74 0.00 0.07 cnd:pre:3s; -contrefichais contreficher ver 0.59 0.68 0.00 0.20 ind:imp:1s; -contrefichait contreficher ver 0.59 0.68 0.00 0.20 ind:imp:3s; -contrefiche contreficher ver 0.59 0.68 0.59 0.27 ind:pre:1s;ind:pre:3s; -contrefort contrefort nom m s 0.08 3.65 0.02 0.47 -contreforts contrefort nom m p 0.08 3.65 0.06 3.18 -contrefous contrefoutre ver 0.89 0.54 0.72 0.20 ind:pre:1s;ind:pre:2s; -contrefout contrefoutre ver 0.89 0.54 0.16 0.14 ind:pre:3s; -contrefoutait contrefoutre ver 0.89 0.54 0.00 0.20 ind:imp:3s; -contrefoutre contrefoutre ver 0.89 0.54 0.01 0.00 inf; -contremaître contremaître nom m s 3.65 3.99 3.61 3.51 -contremaîtres contremaître nom m p 3.65 3.99 0.04 0.47 -contremaîtresse contremaîtresse nom f s 0.00 0.27 0.00 0.27 -contremander contremander ver 0.01 0.00 0.01 0.00 inf; -contremarches contremarche nom f p 0.00 0.07 0.00 0.07 -contremarques contremarque nom f p 0.00 0.07 0.00 0.07 -contrent contrer ver 19.15 18.72 0.02 0.00 ind:pre:3p; -contrepartie contrepartie nom f s 1.33 2.16 1.33 2.16 -contreplaqué contreplaqué nom m s 0.15 1.35 0.15 1.35 -contrepoids contrepoids nom m 0.56 1.82 0.56 1.82 -contrepoint contrepoint nom m s 0.33 1.62 0.33 1.62 -contrepoison contrepoison nom m s 0.00 0.47 0.00 0.27 -contrepoisons contrepoison nom m p 0.00 0.47 0.00 0.20 -contreproposition contreproposition nom f s 0.01 0.00 0.01 0.00 -contrepèterie contrepèterie nom f s 0.00 0.20 0.00 0.07 -contrepèteries contrepèterie nom f p 0.00 0.20 0.00 0.14 -contrer contrer ver 19.15 18.72 1.60 1.08 inf; -contrerai contrer ver 19.15 18.72 0.01 0.00 ind:fut:1s; -contrerait contrer ver 19.15 18.72 0.01 0.07 cnd:pre:3s; -contreras contrer ver 19.15 18.72 0.31 0.00 ind:fut:2s; -contreront contrer ver 19.15 18.72 0.00 0.07 ind:fut:3p; -contres contre nom_sup m p 5.43 5.81 0.08 0.07 -contrescarpe contrescarpe nom f s 0.14 0.61 0.14 0.61 -contreseing contreseing nom m s 0.21 0.07 0.21 0.07 -contresens contresens nom m 0.50 1.55 0.50 1.55 -contresignait contresigner ver 0.24 0.74 0.00 0.07 ind:imp:3s; -contresigne contresigner ver 0.24 0.74 0.01 0.14 ind:pre:1s;ind:pre:3s; -contresigner contresigner ver 0.24 0.74 0.06 0.14 inf; -contresigné contresigner ver m s 0.24 0.74 0.06 0.14 par:pas; -contresignée contresigner ver f s 0.24 0.74 0.10 0.07 par:pas; -contresignées contresigner ver f p 0.24 0.74 0.00 0.07 par:pas; -contresignés contresigner ver m p 0.24 0.74 0.01 0.14 par:pas; -contretemps contretemps nom m 1.43 3.18 1.43 3.18 -contretypés contretyper ver m p 0.00 0.07 0.00 0.07 par:pas; -contrevallation contrevallation nom f s 0.01 0.00 0.01 0.00 -contrevenaient contrevenir ver 0.31 1.08 0.00 0.07 ind:imp:3p; -contrevenait contrevenir ver 0.31 1.08 0.00 0.07 ind:imp:3s; -contrevenant contrevenir ver 0.31 1.08 0.21 0.07 par:pre; -contrevenants contrevenant nom m p 0.50 0.27 0.37 0.27 -contrevenez contrevenir ver 0.31 1.08 0.01 0.00 ind:pre:2p; -contrevenir contrevenir ver 0.31 1.08 0.04 0.47 inf; -contrevent contrevent nom m s 0.00 1.15 0.00 0.07 -contrevents contrevent nom m p 0.00 1.15 0.00 1.08 -contrevenu contrevenir ver m s 0.31 1.08 0.02 0.14 par:pas; -contreviendrait contrevenir ver 0.31 1.08 0.01 0.00 cnd:pre:3s; -contreviens contrevenir ver 0.31 1.08 0.00 0.07 ind:pre:1s; -contrevient contrevenir ver 0.31 1.08 0.01 0.20 ind:pre:3s; -contrevérité contrevérité nom f s 0.05 0.14 0.00 0.07 -contrevérités contrevérité nom f p 0.05 0.14 0.05 0.07 -contribua contribuer ver 5.63 18.11 0.14 0.81 ind:pas:3s; -contribuable contribuable nom s 2.55 0.41 1.25 0.07 -contribuables contribuable nom p 2.55 0.41 1.30 0.34 -contribuaient contribuer ver 5.63 18.11 0.00 1.42 ind:imp:3p; -contribuait contribuer ver 5.63 18.11 0.02 2.57 ind:imp:3s; -contribuant contribuer ver 5.63 18.11 0.06 0.20 par:pre; -contribue contribuer ver 5.63 18.11 0.97 1.76 imp:pre:2s;ind:pre:1s;ind:pre:3s; -contribuent contribuer ver 5.63 18.11 0.16 0.74 ind:pre:3p; -contribuer contribuer ver 5.63 18.11 1.67 2.84 inf; -contribuera contribuer ver 5.63 18.11 0.05 0.61 ind:fut:3s; -contribueraient contribuer ver 5.63 18.11 0.01 0.34 cnd:pre:3p; -contribuerais contribuer ver 5.63 18.11 0.01 0.00 cnd:pre:2s; -contribuerait contribuer ver 5.63 18.11 0.03 0.54 cnd:pre:3s; -contribueras contribuer ver 5.63 18.11 0.01 0.00 ind:fut:2s; -contribuerez contribuer ver 5.63 18.11 0.04 0.00 ind:fut:2p; -contribueront contribuer ver 5.63 18.11 0.13 0.07 ind:fut:3p; -contribuez contribuer ver 5.63 18.11 0.01 0.14 ind:pre:2p; -contribuons contribuer ver 5.63 18.11 0.10 0.07 imp:pre:1p;ind:pre:1p; -contribuât contribuer ver 5.63 18.11 0.00 0.07 sub:imp:3s; -contributeur contributeur nom m s 0.02 0.00 0.02 0.00 -contribuèrent contribuer ver 5.63 18.11 0.00 0.27 ind:pas:3p; -contribution contribution nom f s 4.03 5.34 3.30 4.39 -contributions contribution nom f p 4.03 5.34 0.73 0.95 -contribué contribuer ver m s 5.63 18.11 2.20 5.68 par:pas; -contrista contrister ver 0.00 0.20 0.00 0.07 ind:pas:3s; -contristant contrister ver 0.00 0.20 0.00 0.07 par:pre; -contristées contrister ver f p 0.00 0.20 0.00 0.07 par:pas; -contrit contrit adj m s 0.19 2.50 0.14 1.89 -contrite contrit adj f s 0.19 2.50 0.02 0.41 -contrites contrit adj f p 0.19 2.50 0.01 0.00 -contrition contrition nom f s 0.87 1.76 0.87 1.69 -contritions contrition nom f p 0.87 1.76 0.00 0.07 -contrits contrit adj m p 0.19 2.50 0.01 0.20 -control control adj s 1.27 0.07 1.27 0.07 -contrordre contrordre nom m s 0.41 0.34 0.28 0.00 -contrordres contrordre nom m p 0.41 0.34 0.14 0.34 -controverse controverse nom f s 1.38 2.57 1.13 1.42 -controverses controverse nom f p 1.38 2.57 0.24 1.15 -controversé controversé adj m s 0.85 0.27 0.46 0.14 -controversée controversé adj f s 0.85 0.27 0.20 0.14 -controversées controversé adj f p 0.85 0.27 0.06 0.00 -controversés controversé adj m p 0.85 0.27 0.14 0.00 -contré contrer ver m s 19.15 18.72 0.27 0.27 par:pas; -contrée contrée nom f s 2.77 5.41 1.65 2.70 -contrées contrée nom f p 2.77 5.41 1.12 2.70 -contrés contrer ver m p 19.15 18.72 0.03 0.07 par:pas; -conté conter ver m s 3.76 8.99 0.47 0.88 par:pas; -contée conter ver f s 3.76 8.99 0.18 0.68 par:pas; -contées conter ver f p 3.76 8.99 0.01 0.20 par:pas; -contumace contumace nom f s 0.03 0.61 0.03 0.54 -contumaces contumace nom f p 0.03 0.61 0.00 0.07 -contumax contumax adj 0.00 0.20 0.00 0.20 -contés conter ver m p 3.76 8.99 0.01 0.14 par:pas; -contuse contus adj f s 0.00 0.07 0.00 0.07 -contusion contusion nom f s 3.23 0.74 1.03 0.47 -contusionné contusionné adj m s 0.07 0.14 0.06 0.00 -contusionnée contusionner ver f s 0.27 0.07 0.22 0.00 par:pas; -contusionnés contusionner ver m p 0.27 0.07 0.03 0.00 par:pas; -contusions contusion nom f p 3.23 0.74 2.19 0.27 -convînmes convenir ver 38.82 73.78 0.00 0.68 ind:pas:1p; -convînt convenir ver 38.82 73.78 0.00 0.34 sub:imp:3s; -convainc convaincre ver 56.67 46.35 0.70 0.34 ind:pre:3s; -convaincant convaincant adj m s 4.39 4.26 2.86 2.30 -convaincante convaincant adj f s 4.39 4.26 0.96 1.42 -convaincantes convaincant adj f p 4.39 4.26 0.09 0.27 -convaincants convaincant adj m p 4.39 4.26 0.49 0.27 -convaincra convaincre ver 56.67 46.35 0.84 0.00 ind:fut:3s; -convaincrai convaincre ver 56.67 46.35 0.47 0.07 ind:fut:1s; -convaincrait convaincre ver 56.67 46.35 0.14 0.34 cnd:pre:3s; -convaincras convaincre ver 56.67 46.35 0.34 0.07 ind:fut:2s; -convaincre convaincre ver 56.67 46.35 28.40 23.72 inf;; -convaincrez convaincre ver 56.67 46.35 0.16 0.07 ind:fut:2p; -convaincrons convaincre ver 56.67 46.35 0.03 0.07 ind:fut:1p; -convaincront convaincre ver 56.67 46.35 0.07 0.07 ind:fut:3p; -convaincs convaincre ver 56.67 46.35 0.72 0.41 imp:pre:2s;ind:pre:1s;ind:pre:2s; -convaincu convaincre ver m s 56.67 46.35 16.11 12.84 par:pas; -convaincue convaincre ver f s 56.67 46.35 5.57 3.92 par:pas; -convaincues convaincu adj f p 5.79 11.35 0.15 0.34 -convaincus convaincre ver m p 56.67 46.35 1.99 1.82 par:pas; -convainquaient convaincre ver 56.67 46.35 0.00 0.07 ind:imp:3p; -convainquait convaincre ver 56.67 46.35 0.00 0.61 ind:imp:3s; -convainquant convaincre ver 56.67 46.35 0.19 0.20 par:pre; -convainque convaincre ver 56.67 46.35 0.14 0.14 sub:pre:1s;sub:pre:3s; -convainquent convaincre ver 56.67 46.35 0.23 0.14 ind:pre:3p; -convainques convaincre ver 56.67 46.35 0.04 0.07 sub:pre:2s; -convainquez convaincre ver 56.67 46.35 0.32 0.00 imp:pre:2p;ind:pre:2p; -convainquiez convaincre ver 56.67 46.35 0.04 0.00 ind:imp:2p; -convainquirent convaincre ver 56.67 46.35 0.00 0.20 ind:pas:3p; -convainquis convaincre ver 56.67 46.35 0.01 0.34 ind:pas:1s; -convainquit convaincre ver 56.67 46.35 0.12 0.81 ind:pas:3s; -convainquons convaincre ver 56.67 46.35 0.01 0.07 imp:pre:1p; -convalescence convalescence nom f s 1.65 3.24 1.64 3.04 -convalescences convalescence nom f p 1.65 3.24 0.01 0.20 -convalescent convalescent adj m s 0.23 1.28 0.20 0.74 -convalescente convalescent adj f s 0.23 1.28 0.01 0.47 -convalescentes convalescent adj f p 0.23 1.28 0.01 0.07 -convalescents convalescent adj m p 0.23 1.28 0.01 0.00 -convalo convalo nom f s 0.01 0.34 0.01 0.27 -convalos convalo nom f p 0.01 0.34 0.00 0.07 -convecteur convecteur nom m s 0.01 0.00 0.01 0.00 -convection convection nom f s 0.06 0.00 0.06 0.00 -convenable convenable adj s 5.96 16.22 5.37 12.91 -convenablement convenablement adv 2.02 6.22 2.02 6.22 -convenables convenable adj p 5.96 16.22 0.59 3.31 -convenaient convenir ver 38.82 73.78 0.41 1.76 ind:imp:3p; -convenais convenir ver 38.82 73.78 0.20 0.20 ind:imp:1s;ind:imp:2s; -convenait convenir ver 38.82 73.78 1.72 15.34 ind:imp:3s; -convenance convenance nom f s 1.82 5.47 1.22 2.64 -convenances convenance nom f p 1.82 5.47 0.60 2.84 -convenant convenir ver 38.82 73.78 0.20 1.08 par:pre; -convenez convenir ver 38.82 73.78 0.62 0.61 imp:pre:2p;ind:pre:2p; -conveniez convenir ver 38.82 73.78 0.16 0.00 ind:imp:2p; -convenir convenir ver 38.82 73.78 2.02 8.85 inf; -convenons convenir ver 38.82 73.78 0.17 0.34 imp:pre:1p;ind:pre:1p; -convent convent nom m s 0.03 0.07 0.03 0.07 -conventicule conventicule nom m s 0.00 0.07 0.00 0.07 -convention convention nom f s 7.44 12.64 5.73 8.85 -conventionnel conventionnel adj m s 3.06 3.92 1.16 1.62 -conventionnelle conventionnel adj f s 3.06 3.92 1.40 1.28 -conventionnellement conventionnellement adv 0.01 0.20 0.01 0.20 -conventionnelles conventionnel adj f p 3.06 3.92 0.22 0.41 -conventionnels conventionnel adj m p 3.06 3.92 0.29 0.61 -conventionnée conventionné adj f s 0.14 0.00 0.14 0.00 -conventions convention nom f p 7.44 12.64 1.71 3.78 -conventuel conventuel adj m s 0.10 0.68 0.00 0.20 -conventuelle conventuel adj f s 0.10 0.68 0.10 0.34 -conventuellement conventuellement adv 0.00 0.07 0.00 0.07 -conventuelles conventuel adj f p 0.10 0.68 0.00 0.07 -conventuels conventuel adj m p 0.10 0.68 0.00 0.07 -convenu convenir ver m s 38.82 73.78 6.88 11.01 par:pas; -convenue convenu adj f s 2.21 5.07 0.11 1.22 -convenues convenu adj f p 2.21 5.07 0.01 0.41 -convenus convenir ver m p 38.82 73.78 0.09 1.15 par:pas; -converge converger ver 0.86 3.99 0.23 0.41 ind:pre:3s; -convergeaient converger ver 0.86 3.99 0.01 1.15 ind:imp:3p; -convergeait converger ver 0.86 3.99 0.00 0.27 ind:imp:3s; -convergeant converger ver 0.86 3.99 0.13 0.61 par:pre; -convergence convergence nom f s 0.24 0.68 0.24 0.68 -convergent converger ver 0.86 3.99 0.29 0.41 ind:pre:3p; -convergente convergent adj f s 0.08 1.08 0.01 0.14 -convergentes convergent adj f p 0.08 1.08 0.00 0.20 -convergents convergent adj m p 0.08 1.08 0.01 0.54 -convergeons converger ver 0.86 3.99 0.03 0.00 imp:pre:1p;ind:pre:1p; -converger converger ver 0.86 3.99 0.05 0.81 inf; -convergeraient converger ver 0.86 3.99 0.00 0.07 cnd:pre:3p; -convergez converger ver 0.86 3.99 0.08 0.00 imp:pre:2p; -convergèrent converger ver 0.86 3.99 0.00 0.14 ind:pas:3p; -convergé converger ver m s 0.86 3.99 0.02 0.14 par:pas; -convers convers adj m 0.01 0.95 0.01 0.95 -conversaient converser ver 0.70 4.53 0.00 0.34 ind:imp:3p; -conversais converser ver 0.70 4.53 0.02 0.00 ind:imp:1s; -conversait converser ver 0.70 4.53 0.00 0.61 ind:imp:3s; -conversant converser ver 0.70 4.53 0.02 0.68 par:pre; -conversation conversation nom f s 42.17 115.34 35.14 84.12 -conversations conversation nom f p 42.17 115.34 7.03 31.22 -converse converser ver 0.70 4.53 0.17 0.14 ind:pre:1s;ind:pre:3s; -conversent converser ver 0.70 4.53 0.01 0.14 ind:pre:3p; -converser converser ver 0.70 4.53 0.36 1.89 inf; -converses converse adj p 0.07 0.47 0.04 0.47 -conversez converser ver 0.70 4.53 0.03 0.00 ind:pre:2p; -conversiez converser ver 0.70 4.53 0.02 0.00 ind:imp:2p; -conversion conversion nom f s 1.91 3.92 1.71 3.65 -conversions conversion nom f p 1.91 3.92 0.20 0.27 -conversâmes converser ver 0.70 4.53 0.00 0.14 ind:pas:1p; -conversons converser ver 0.70 4.53 0.01 0.07 ind:pre:1p; -conversèrent converser ver 0.70 4.53 0.00 0.14 ind:pas:3p; -conversé converser ver m s 0.70 4.53 0.05 0.34 par:pas; -convertît convertir ver 9.34 10.34 0.00 0.14 sub:imp:3s; -converti convertir ver m s 9.34 10.34 2.41 2.30 par:pas; -convertible convertible adj s 0.24 0.34 0.20 0.20 -convertibles convertible adj p 0.24 0.34 0.04 0.14 -convertie convertir ver f s 9.34 10.34 0.52 0.88 par:pas; -converties convertir ver f p 9.34 10.34 0.17 0.14 par:pas; -convertir convertir ver 9.34 10.34 4.12 3.78 inf; -convertira convertir ver 9.34 10.34 0.02 0.07 ind:fut:3s; -convertirai convertir ver 9.34 10.34 0.03 0.00 ind:fut:1s; -convertirais convertir ver 9.34 10.34 0.04 0.07 cnd:pre:1s; -convertirait convertir ver 9.34 10.34 0.00 0.14 cnd:pre:3s; -convertirons convertir ver 9.34 10.34 0.01 0.00 ind:fut:1p; -convertis convertir ver m p 9.34 10.34 0.95 1.22 imp:pre:2s;ind:pre:1s;ind:pre:2s;par:pas; -convertissaient convertir ver 9.34 10.34 0.00 0.07 ind:imp:3p; -convertissais convertir ver 9.34 10.34 0.01 0.07 ind:imp:1s; -convertissait convertir ver 9.34 10.34 0.05 0.27 ind:imp:3s; -convertissant convertir ver 9.34 10.34 0.01 0.27 par:pre; -convertisse convertir ver 9.34 10.34 0.09 0.07 sub:pre:1s;sub:pre:3s; -convertissent convertir ver 9.34 10.34 0.40 0.20 ind:pre:3p; -convertisseur convertisseur nom m s 0.35 0.00 0.22 0.00 -convertisseurs convertisseur nom m p 0.35 0.00 0.13 0.00 -convertissez convertir ver 9.34 10.34 0.07 0.07 imp:pre:2p;ind:pre:2p; -convertissions convertir ver 9.34 10.34 0.00 0.14 ind:imp:1p; -convertit convertir ver 9.34 10.34 0.45 0.47 ind:pre:3s;ind:pas:3s; -convexe convexe adj s 0.08 0.88 0.07 0.54 -convexes convexe adj p 0.08 0.88 0.01 0.34 -convexité convexité nom f s 0.00 0.20 0.00 0.20 -convia convier ver 2.63 7.50 0.02 0.81 ind:pas:3s; -conviaient convier ver 2.63 7.50 0.00 0.27 ind:imp:3p; -conviais convier ver 2.63 7.50 0.14 0.07 ind:imp:1s; -conviait convier ver 2.63 7.50 0.14 0.61 ind:imp:3s; -conviant convier ver 2.63 7.50 0.00 0.41 par:pre; -convict convict nom m s 0.02 0.07 0.01 0.00 -conviction conviction nom f s 13.32 37.23 9.27 31.49 -convictions conviction nom f p 13.32 37.23 4.05 5.74 -convicts convict nom m p 0.02 0.07 0.01 0.07 -convie convier ver 2.63 7.50 0.37 0.88 imp:pre:2s;ind:pre:1s;ind:pre:3s; -conviendra convenir ver 38.82 73.78 1.31 0.61 ind:fut:3s; -conviendrai convenir ver 38.82 73.78 0.00 0.07 ind:fut:1s; -conviendraient convenir ver 38.82 73.78 0.07 0.07 cnd:pre:3p; -conviendrais convenir ver 38.82 73.78 0.04 0.00 cnd:pre:1s;cnd:pre:2s; -conviendrait convenir ver 38.82 73.78 1.56 2.57 cnd:pre:3s; -conviendras convenir ver 38.82 73.78 0.17 0.14 ind:fut:2s; -conviendrez convenir ver 38.82 73.78 0.39 0.68 ind:fut:2p; -conviendrions convenir ver 38.82 73.78 0.00 0.07 cnd:pre:1p; -conviendrons convenir ver 38.82 73.78 0.01 0.07 ind:fut:1p; -conviendront convenir ver 38.82 73.78 0.01 0.07 ind:fut:3p; -convienne convenir ver 38.82 73.78 0.86 0.74 sub:pre:1s;sub:pre:3s; -conviennent convenir ver 38.82 73.78 1.51 2.03 ind:pre:3p; -conviens convenir ver 38.82 73.78 0.96 3.45 imp:pre:2s;ind:pre:1s;ind:pre:2s; -convient convenir ver 38.82 73.78 19.21 16.89 ind:pre:3s; -convier convier ver 2.63 7.50 0.44 0.41 inf; -conviera convier ver 2.63 7.50 0.00 0.07 ind:fut:3s; -convierai convier ver 2.63 7.50 0.01 0.00 ind:fut:1s; -convierait convier ver 2.63 7.50 0.01 0.07 cnd:pre:3s; -conviez convier ver 2.63 7.50 0.16 0.00 imp:pre:2p;ind:pre:2p; -convinrent convenir ver 38.82 73.78 0.00 1.08 ind:pas:3p; -convins convenir ver 38.82 73.78 0.01 0.27 ind:pas:1s; -convint convenir ver 38.82 73.78 0.12 2.77 ind:pas:3s; -convions convier ver 2.63 7.50 0.01 0.00 ind:pre:1p; -convièrent convier ver 2.63 7.50 0.00 0.07 ind:pas:3p; -convié convier ver m s 2.63 7.50 0.60 1.42 par:pas; -conviée convier ver f s 2.63 7.50 0.13 0.27 par:pas; -conviées convier ver f p 2.63 7.50 0.00 0.14 par:pas; -conviés convier ver m p 2.63 7.50 0.15 1.35 par:pas; -convive convive nom s 0.67 6.49 0.15 1.08 -convives convive nom p 0.67 6.49 0.53 5.41 -convivial convivial adj m s 0.67 0.27 0.49 0.14 -conviviale convivial adj f s 0.67 0.27 0.06 0.07 -conviviales convivial adj f p 0.67 0.27 0.02 0.07 -convivialisez convivialiser ver 0.00 0.07 0.00 0.07 ind:pre:2p; -convivialité convivialité nom f s 0.42 0.27 0.42 0.27 -conviviaux convivial adj m p 0.67 0.27 0.10 0.00 -convocable convocable adj s 0.01 0.00 0.01 0.00 -convocation convocation nom f s 1.78 3.65 1.56 3.18 -convocations convocation nom f p 1.78 3.65 0.22 0.47 -convoi convoi nom m s 9.39 18.78 7.86 11.35 -convoie convoyer ver 0.51 1.89 0.04 0.00 ind:pre:3s; -convois convoi nom m p 9.39 18.78 1.53 7.43 -convoita convoiter ver 2.31 5.27 0.00 0.07 ind:pas:3s; -convoitaient convoiter ver 2.31 5.27 0.02 0.47 ind:imp:3p; -convoitais convoiter ver 2.31 5.27 0.07 0.61 ind:imp:1s;ind:imp:2s; -convoitait convoiter ver 2.31 5.27 0.16 0.81 ind:imp:3s; -convoitant convoiter ver 2.31 5.27 0.02 0.14 par:pre; -convoite convoiter ver 2.31 5.27 0.69 0.47 imp:pre:2s;ind:pre:1s;ind:pre:3s; -convoitent convoiter ver 2.31 5.27 0.13 0.20 ind:pre:3p; -convoiter convoiter ver 2.31 5.27 0.20 0.34 inf; -convoiteras convoiter ver 2.31 5.27 0.04 0.00 ind:fut:2s; -convoiteront convoiter ver 2.31 5.27 0.10 0.00 ind:fut:3p; -convoiteur convoiteur adj m s 0.00 0.07 0.00 0.07 -convoiteux convoiteux adj m p 0.00 0.07 0.00 0.07 -convoitez convoiter ver 2.31 5.27 0.12 0.20 ind:pre:2p; -convoitise convoitise nom f s 1.05 5.20 0.80 4.05 -convoitises convoitise nom f p 1.05 5.20 0.25 1.15 -convoité convoiter ver m s 2.31 5.27 0.57 0.88 par:pas; -convoitée convoiter ver f s 2.31 5.27 0.13 0.54 par:pas; -convoitées convoiter ver f p 2.31 5.27 0.02 0.14 par:pas; -convoités convoiter ver m p 2.31 5.27 0.05 0.41 par:pas; -convola convoler ver 0.22 0.61 0.00 0.07 ind:pas:3s; -convolait convoler ver 0.22 0.61 0.00 0.07 ind:imp:3s; -convolant convoler ver 0.22 0.61 0.00 0.07 par:pre; -convolent convoler ver 0.22 0.61 0.00 0.07 ind:pre:3p; -convoler convoler ver 0.22 0.61 0.19 0.20 inf; -convolèrent convoler ver 0.22 0.61 0.01 0.00 ind:pas:3p; -convolé convoler ver m s 0.22 0.61 0.02 0.14 par:pas; -convoqua convoquer ver 10.89 19.32 0.14 2.91 ind:pas:3s; -convoquai convoquer ver 10.89 19.32 0.01 0.41 ind:pas:1s; -convoquaient convoquer ver 10.89 19.32 0.00 0.20 ind:imp:3p; -convoquait convoquer ver 10.89 19.32 0.01 1.62 ind:imp:3s; -convoquant convoquer ver 10.89 19.32 0.17 0.41 par:pre; -convoque convoquer ver 10.89 19.32 2.30 2.16 imp:pre:2s;ind:pre:1s;ind:pre:3s; -convoquent convoquer ver 10.89 19.32 0.06 0.14 ind:pre:3p; -convoquer convoquer ver 10.89 19.32 1.94 2.09 inf;; -convoquera convoquer ver 10.89 19.32 0.17 0.27 ind:fut:3s; -convoquerai convoquer ver 10.89 19.32 0.07 0.00 ind:fut:1s; -convoqueraient convoquer ver 10.89 19.32 0.00 0.07 cnd:pre:3p; -convoquerait convoquer ver 10.89 19.32 0.03 0.20 cnd:pre:3s; -convoquerez convoquer ver 10.89 19.32 0.02 0.00 ind:fut:2p; -convoqueront convoquer ver 10.89 19.32 0.01 0.00 ind:fut:3p; -convoquez convoquer ver 10.89 19.32 0.71 0.14 imp:pre:2p;ind:pre:2p; -convoquions convoquer ver 10.89 19.32 0.00 0.07 ind:imp:1p; -convoquons convoquer ver 10.89 19.32 0.07 0.00 imp:pre:1p;ind:pre:1p; -convoquât convoquer ver 10.89 19.32 0.00 0.14 sub:imp:3s; -convoquèrent convoquer ver 10.89 19.32 0.01 0.00 ind:pas:3p; -convoqué convoquer ver m s 10.89 19.32 3.26 5.81 par:pas; -convoquée convoquer ver f s 10.89 19.32 1.02 0.81 par:pas; -convoquées convoquer ver f p 10.89 19.32 0.20 0.20 par:pas; -convoqués convoquer ver m p 10.89 19.32 0.68 1.69 par:pas; -convoya convoyer ver 0.51 1.89 0.00 0.07 ind:pas:3s; -convoyage convoyage nom m s 0.10 0.20 0.08 0.14 -convoyages convoyage nom m p 0.10 0.20 0.02 0.07 -convoyaient convoyer ver 0.51 1.89 0.00 0.07 ind:imp:3p; -convoyait convoyer ver 0.51 1.89 0.01 0.20 ind:imp:3s; -convoyant convoyer ver 0.51 1.89 0.11 0.20 par:pre; -convoyer convoyer ver 0.51 1.89 0.32 0.81 inf; -convoyeur convoyeur nom m s 1.10 0.95 0.58 0.54 -convoyeurs convoyeur nom m p 1.10 0.95 0.51 0.27 -convoyeuse convoyeur nom f s 1.10 0.95 0.01 0.14 -convoyé convoyer ver m s 0.51 1.89 0.02 0.14 par:pas; -convoyée convoyer ver f s 0.51 1.89 0.00 0.07 par:pas; -convoyés convoyer ver m p 0.51 1.89 0.01 0.34 par:pas; -convulsa convulser ver 0.84 1.42 0.00 0.07 ind:pas:3s; -convulsai convulser ver 0.84 1.42 0.00 0.07 ind:pas:1s; -convulsais convulser ver 0.84 1.42 0.00 0.07 ind:imp:1s; -convulsait convulser ver 0.84 1.42 0.04 0.27 ind:imp:3s; -convulsant convulser ver 0.84 1.42 0.00 0.14 par:pre; -convulse convulser ver 0.84 1.42 0.42 0.14 ind:pre:3s; -convulser convulser ver 0.84 1.42 0.19 0.07 inf; -convulsif convulsif adj m s 0.39 3.04 0.13 1.35 -convulsifs convulsif adj m p 0.39 3.04 0.14 0.68 -convulsion convulsion nom f s 1.60 5.61 0.19 1.28 -convulsionnaire convulsionnaire nom s 0.00 0.14 0.00 0.14 -convulsionne convulsionner ver 0.00 0.20 0.00 0.14 ind:pre:1s;ind:pre:3s; -convulsionnée convulsionner ver f s 0.00 0.20 0.00 0.07 par:pas; -convulsions convulsion nom f p 1.60 5.61 1.42 4.32 -convulsive convulsif adj f s 0.39 3.04 0.13 0.41 -convulsivement convulsivement adv 0.01 1.35 0.01 1.35 -convulsives convulsif adj f p 0.39 3.04 0.00 0.61 -convulsé convulser ver m s 0.84 1.42 0.07 0.34 par:pas; -convulsée convulsé adj f s 0.11 0.74 0.10 0.27 -convulsées convulsé adj f p 0.11 0.74 0.00 0.07 -convulsés convulsé adj m p 0.11 0.74 0.01 0.00 -cooccupant cooccupant adj m s 0.00 0.07 0.00 0.07 -cookie cookie nom m s 8.22 0.07 3.08 0.07 -cookies cookie nom m p 8.22 0.07 5.14 0.00 -cool cool adj 63.63 3.18 63.63 3.18 -coolie_pousse coolie_pousse nom m s 0.01 0.00 0.01 0.00 -coolie coolie nom m s 0.16 0.41 0.13 0.20 -coolies coolie nom m p 0.16 0.41 0.03 0.20 -coolos coolos adj 0.04 0.41 0.04 0.41 -cooptant coopter ver 0.16 0.07 0.01 0.00 par:pre; -cooptation cooptation nom f s 0.01 0.14 0.01 0.14 -coopter coopter ver 0.16 0.07 0.01 0.07 inf; -coopère coopérer ver 11.91 1.08 1.60 0.07 imp:pre:2s;ind:pre:1s;ind:pre:3s; -coopèrent coopérer ver 11.91 1.08 0.42 0.14 ind:pre:3p; -coopères coopérer ver 11.91 1.08 0.49 0.07 ind:pre:2s; -coopté coopter ver m s 0.16 0.07 0.14 0.00 par:pas; -coopé coopé nom f s 0.02 0.27 0.02 0.27 -coopérais coopérer ver 11.91 1.08 0.04 0.00 ind:imp:1s;ind:imp:2s; -coopérait coopérer ver 11.91 1.08 0.20 0.07 ind:imp:3s; -coopérant coopérer ver 11.91 1.08 0.13 0.00 par:pre; -coopérante coopérant nom f s 0.10 0.14 0.03 0.00 -coopérants coopérant nom m p 0.10 0.14 0.05 0.07 -coopérateur coopérateur nom m s 0.03 0.00 0.03 0.00 -coopératif coopératif adj m s 2.65 0.47 1.53 0.27 -coopératifs coopératif adj m p 2.65 0.47 0.41 0.00 -coopération coopération nom f s 5.21 6.96 5.21 6.96 -coopératisme coopératisme nom m s 0.01 0.00 0.01 0.00 -coopérative coopérative nom f s 1.66 0.74 1.53 0.61 -coopératives coopératif adj f p 2.65 0.47 0.25 0.07 -coopérer coopérer ver 11.91 1.08 6.05 0.54 inf; -coopérera coopérer ver 11.91 1.08 0.14 0.00 ind:fut:3s; -coopérerai coopérer ver 11.91 1.08 0.10 0.00 ind:fut:1s; -coopéreraient coopérer ver 11.91 1.08 0.01 0.14 cnd:pre:3p; -coopérerais coopérer ver 11.91 1.08 0.02 0.00 cnd:pre:1s;cnd:pre:2s; -coopérerez coopérer ver 11.91 1.08 0.04 0.00 ind:fut:2p; -coopéreriez coopérer ver 11.91 1.08 0.02 0.00 cnd:pre:2p; -coopérerons coopérer ver 11.91 1.08 0.07 0.00 ind:fut:1p; -coopéreront coopérer ver 11.91 1.08 0.03 0.00 ind:fut:3p; -coopérez coopérer ver 11.91 1.08 1.26 0.00 imp:pre:2p;ind:pre:2p; -coopériez coopérer ver 11.91 1.08 0.19 0.00 ind:imp:2p; -coopérions coopérer ver 11.91 1.08 0.06 0.00 ind:imp:1p; -coopérons coopérer ver 11.91 1.08 0.07 0.00 ind:pre:1p; -coopéré coopérer ver m s 11.91 1.08 0.96 0.07 par:pas; -coordinateur coordinateur nom m s 0.83 0.07 0.54 0.07 -coordinateurs coordinateur nom m p 0.83 0.07 0.04 0.00 -coordination coordination nom f s 1.36 2.16 1.36 2.16 -coordinatrice coordinateur nom f s 0.83 0.07 0.26 0.00 -coordonna coordonner ver 2.15 2.09 0.01 0.07 ind:pas:3s; -coordonnaient coordonner ver 2.15 2.09 0.02 0.07 ind:imp:3p; -coordonnait coordonner ver 2.15 2.09 0.01 0.00 ind:imp:3s; -coordonnant coordonner ver 2.15 2.09 0.16 0.00 par:pre; -coordonnateur coordonnateur adj m s 0.03 0.00 0.03 0.00 -coordonne coordonner ver 2.15 2.09 0.26 0.14 imp:pre:2s;ind:pre:1s;ind:pre:3s; -coordonner coordonner ver 2.15 2.09 0.96 1.22 inf; -coordonnera coordonner ver 2.15 2.09 0.07 0.07 ind:fut:3s; -coordonnerait coordonner ver 2.15 2.09 0.01 0.07 cnd:pre:3s; -coordonnez coordonner ver 2.15 2.09 0.19 0.00 imp:pre:2p;ind:pre:2p; -coordonnons coordonner ver 2.15 2.09 0.00 0.07 imp:pre:1p; -coordonné coordonner ver m s 2.15 2.09 0.16 0.14 par:pas; -coordonnée coordonnée nom f s 8.30 1.55 0.24 0.00 -coordonnées coordonnée nom f p 8.30 1.55 8.05 1.55 -coordonnés coordonné nom m p 0.16 0.07 0.16 0.07 -cop cop nom f s 0.63 0.27 0.63 0.27 -copaïba copaïba nom m s 0.00 0.07 0.00 0.07 -copain copain nom m s 146.92 103.18 61.14 34.05 -copains copain nom m p 146.92 103.18 30.47 49.93 -copal copal nom m s 0.01 0.00 0.01 0.00 -copeau copeau nom m s 0.67 5.41 0.10 0.34 -copeaux copeau nom m p 0.67 5.41 0.57 5.07 -copernicienne copernicien adj f s 0.00 0.14 0.00 0.14 -copia copier ver 8.07 8.45 0.01 0.07 ind:pas:3s; -copiable copiable adj m s 0.01 0.00 0.01 0.00 -copiage copiage nom m s 0.01 0.00 0.01 0.00 -copiai copier ver 8.07 8.45 0.00 0.07 ind:pas:1s; -copiaient copier ver 8.07 8.45 0.01 0.27 ind:imp:3p; -copiais copier ver 8.07 8.45 0.30 0.07 ind:imp:1s;ind:imp:2s; -copiait copier ver 8.07 8.45 0.01 0.47 ind:imp:3s; -copiant copier ver 8.07 8.45 0.03 0.41 par:pre; -copie copie nom f s 25.70 14.26 16.88 8.45 -copient copier ver 8.07 8.45 0.20 0.07 ind:pre:3p; -copier copier ver 8.07 8.45 2.96 2.70 inf; -copiera copier ver 8.07 8.45 0.04 0.00 ind:fut:3s; -copierai copier ver 8.07 8.45 0.01 0.00 ind:fut:1s; -copierait copier ver 8.07 8.45 0.03 0.07 cnd:pre:3s; -copieras copier ver 8.07 8.45 0.14 0.34 ind:fut:2s; -copierez copier ver 8.07 8.45 0.00 0.14 ind:fut:2p; -copieront copier ver 8.07 8.45 0.02 0.07 ind:fut:3p; -copies copie nom f p 25.70 14.26 8.82 5.81 -copieur copieur nom m s 0.28 0.20 0.19 0.07 -copieurs copieur nom m p 0.28 0.20 0.04 0.14 -copieuse copieux adj f s 0.59 3.04 0.11 0.88 -copieusement copieusement adv 0.13 2.57 0.13 2.57 -copieuses copieuse nom f p 0.01 0.00 0.01 0.00 -copieux copieux adj m s 0.59 3.04 0.48 1.82 -copiez copier ver 8.07 8.45 0.34 0.00 imp:pre:2p;ind:pre:2p; -copilote copilote nom m s 1.50 0.00 1.50 0.00 -copinage copinage nom m s 0.08 0.27 0.08 0.27 -copinait copiner ver 1.26 0.47 0.01 0.14 ind:imp:3s; -copine copain nom f s 146.92 103.18 55.32 12.43 -copiner copiner ver 1.26 0.47 0.09 0.07 inf; -copines copine nom f p 10.57 0.00 10.57 0.00 -copineur copineur adj m s 0.00 0.20 0.00 0.07 -copineurs copineur adj m p 0.00 0.20 0.00 0.07 -copineuse copineur adj f s 0.00 0.20 0.00 0.07 -copiniez copiner ver 1.26 0.47 0.01 0.00 ind:imp:2p; -copiné copiner ver m s 1.26 0.47 0.02 0.07 par:pas; -copiste copiste nom s 0.40 0.81 0.22 0.74 -copistes copiste nom p 0.40 0.81 0.17 0.07 -copié copier ver m s 8.07 8.45 2.17 1.15 par:pas; -copiée copier ver f s 8.07 8.45 0.29 0.54 par:pas; -copiées copier ver f p 8.07 8.45 0.28 0.20 par:pas; -copiés copier ver m p 8.07 8.45 0.20 0.34 par:pas; -copla copla nom f s 0.00 0.07 0.00 0.07 -coppa coppa nom f s 0.01 0.00 0.01 0.00 -copra copra nom m s 0.04 0.07 0.04 0.07 -câpre câpre nom f s 0.31 0.47 0.11 0.00 -câpres câpre nom f p 0.31 0.47 0.20 0.47 -câpriers câprier nom m p 0.00 0.07 0.00 0.07 -coprins coprin nom m p 0.00 0.07 0.00 0.07 -coproculture coproculture nom f s 0.01 0.00 0.01 0.00 -coproducteur coproducteur nom m s 0.11 0.07 0.09 0.00 -coproducteurs coproducteur nom m p 0.11 0.07 0.02 0.07 -coproduction coproduction nom f s 0.16 0.27 0.16 0.27 -coproduire coproduire ver 0.04 0.07 0.01 0.07 inf; -coproduit coproduire ver m s 0.04 0.07 0.03 0.00 ind:pre:3s;par:pas; -coprologie coprologie nom f s 0.00 0.07 0.00 0.07 -coprologique coprologique adj f s 0.00 0.14 0.00 0.14 -coprophage coprophage nom s 0.00 0.20 0.00 0.20 -coprophagie coprophagie nom f s 0.20 0.00 0.20 0.00 -coprophile coprophile nom s 0.00 0.07 0.00 0.07 -coprophilie coprophilie nom f s 0.02 0.00 0.02 0.00 -copropriétaire copropriétaire nom s 0.29 0.27 0.11 0.07 -copropriétaires copropriétaire nom p 0.29 0.27 0.18 0.20 -copropriété copropriété nom f s 0.56 0.41 0.56 0.41 -coprésidence coprésidence nom f s 0.01 0.00 0.01 0.00 -coprésident coprésider ver 0.01 0.00 0.01 0.00 ind:pre:3p; -cops cops nom m 0.41 0.07 0.41 0.07 -copte copte nom m s 0.02 0.34 0.02 0.14 -coptes copte nom m p 0.02 0.34 0.00 0.20 -copula copuler ver 1.19 0.54 0.01 0.07 ind:pas:3s; -copulait copuler ver 1.19 0.54 0.01 0.07 ind:imp:3s; -copulant copuler ver 1.19 0.54 0.02 0.07 par:pre; -copulation copulation nom f s 0.19 0.47 0.17 0.41 -copulations copulation nom f p 0.19 0.47 0.02 0.07 -copule copule nom f s 0.14 0.00 0.14 0.00 -copulent copuler ver 1.19 0.54 0.25 0.00 ind:pre:3p; -copuler copuler ver 1.19 0.54 0.66 0.34 inf; -copulez copuler ver 1.19 0.54 0.10 0.00 ind:pre:2p; -copulé copuler ver m s 1.19 0.54 0.15 0.00 par:pas; -copyright copyright nom m s 0.41 0.14 0.41 0.14 -coq_à_l_âne coq_à_l_âne nom m 0.00 0.14 0.00 0.14 -coq coq nom m s 12.47 19.12 10.74 15.68 -coqs coq nom m p 12.47 19.12 1.73 3.45 -coquard coquard nom m s 0.34 0.41 0.30 0.34 -coquards coquard nom m p 0.34 0.41 0.03 0.07 -coquart coquart nom m s 0.11 0.14 0.11 0.07 -coquarts coquart nom m p 0.11 0.14 0.00 0.07 -coque coque nom f s 5.00 12.64 4.60 9.93 -coquebin coquebin adj m s 0.00 0.34 0.00 0.34 -coquelet coquelet nom m s 0.10 0.07 0.10 0.07 -coquelicot coquelicot nom m s 1.05 3.24 0.71 0.95 -coquelicots coquelicot nom m p 1.05 3.24 0.34 2.30 -coquelle coquelle nom f s 0.00 0.07 0.00 0.07 -coqueluche coqueluche nom f s 1.01 2.43 0.97 2.43 -coqueluches coqueluche nom f p 1.01 2.43 0.04 0.00 -coquemar coquemar nom m s 0.00 0.07 0.00 0.07 -coquerelle coquerelle nom f s 0.03 0.07 0.03 0.07 -coquerie coquerie nom f s 0.05 0.00 0.05 0.00 -coqueron coqueron nom m s 0.02 0.00 0.02 0.00 -coques coque nom f p 5.00 12.64 0.40 2.70 -coquet coquet adj m s 1.57 6.55 0.77 2.70 -coquetel coquetel nom m s 0.00 0.07 0.00 0.07 -coqueter coqueter ver 0.01 0.00 0.01 0.00 inf; -coquetier coquetier nom m s 0.29 0.61 0.14 0.47 -coquetiers coquetier nom m p 0.29 0.61 0.15 0.14 -coquets coquet adj m p 1.57 6.55 0.02 0.41 -coquette coquet adj f s 1.57 6.55 0.77 2.84 -coquettement coquettement adv 0.00 0.41 0.00 0.41 -coquetterie coquetterie nom f s 0.63 7.03 0.61 6.22 -coquetteries coquetterie nom f p 0.63 7.03 0.01 0.81 -coquettes coquette nom f p 0.71 2.23 0.13 0.27 -coquillage coquillage nom m s 2.66 10.47 0.77 3.51 -coquillages coquillage nom m p 2.66 10.47 1.89 6.96 -coquillard coquillard nom m s 0.02 0.74 0.02 0.68 -coquillards coquillard nom m p 0.02 0.74 0.00 0.07 -coquillart coquillart nom m s 0.00 0.07 0.00 0.07 -coquille coquille nom f s 4.92 13.45 3.19 9.46 -coquilles coquille nom f p 4.92 13.45 1.73 3.99 -coquillettes coquillette nom f p 0.01 0.61 0.01 0.61 -coquilleux coquilleux adj m s 0.00 0.07 0.00 0.07 -coquin coquin nom m s 7.55 4.26 4.96 2.43 -coquine coquin nom f s 7.55 4.26 1.53 0.27 -coquinement coquinement adv 0.00 0.07 0.00 0.07 -coquinerie coquinerie nom f s 0.03 0.20 0.03 0.14 -coquineries coquinerie nom f p 0.03 0.20 0.00 0.07 -coquines coquin adj f p 3.92 3.24 0.17 0.47 -coquinet coquinet adj m s 0.01 0.07 0.01 0.07 -coquins coquin nom m p 7.55 4.26 0.98 1.49 -cor cor nom m s 3.35 3.92 2.57 2.36 -cora cora nom f s 0.00 0.34 0.00 0.27 -corail corail nom m s 1.43 3.51 1.04 2.97 -coralliaires coralliaire nom p 0.00 0.07 0.00 0.07 -corallien corallien adj m s 0.03 0.00 0.01 0.00 -coralliens corallien adj m p 0.03 0.00 0.02 0.00 -coramine coramine nom f s 0.10 0.07 0.10 0.07 -coran coran nom m s 1.96 2.43 1.96 2.43 -coranique coranique adj f s 0.16 0.34 0.16 0.20 -coraniques coranique adj m p 0.16 0.34 0.00 0.14 -coras cora nom f p 0.00 0.34 0.00 0.07 -coraux corail nom m p 1.43 3.51 0.39 0.54 -corbeau corbeau nom m s 5.72 8.85 3.57 3.92 -corbeaux corbeau nom m p 5.72 8.85 2.15 4.93 -corbeille corbeille nom f s 2.71 19.12 2.30 15.68 -corbeilles corbeille nom f p 2.71 19.12 0.41 3.45 -corbillard corbillard nom m s 1.63 4.19 1.58 3.72 -corbillards corbillard nom m p 1.63 4.19 0.04 0.47 -corbin corbin nom m s 0.14 0.47 0.14 0.47 -corbières corbières nom m 0.00 0.14 0.00 0.14 -cordage cordage nom m s 0.27 3.85 0.17 0.61 -cordages cordage nom m p 0.27 3.85 0.11 3.24 -corde corde nom f s 38.57 48.38 28.89 31.76 -cordeau cordeau nom m s 0.20 1.76 0.16 1.62 -cordeaux cordeau nom m p 0.20 1.76 0.01 0.14 -cordelette cordelette nom f s 0.11 3.72 0.10 2.91 -cordelettes cordelette nom f p 0.11 3.72 0.01 0.81 -cordelier cordelier nom m s 0.01 2.77 0.00 0.20 -cordeliers cordelier nom m p 0.01 2.77 0.01 1.22 -cordelière cordelier nom f s 0.01 2.77 0.00 1.01 -cordelières cordelier nom f p 0.01 2.77 0.00 0.34 -cordelle cordeau nom f s 0.20 1.76 0.04 0.00 -corder corder ver 0.31 0.47 0.16 0.00 inf; -corderie corderie nom f s 0.00 0.14 0.00 0.14 -cordes corde nom f p 38.57 48.38 9.68 16.62 -cordial cordial nom m s 0.44 1.96 0.44 1.96 -cordiale cordial adj f s 0.53 4.80 0.30 2.43 -cordialement cordialement adv 0.72 1.82 0.72 1.82 -cordiales cordial adj f p 0.53 4.80 0.05 0.74 -cordialité cordialité nom f s 0.09 3.65 0.08 3.65 -cordialités cordialité nom f p 0.09 3.65 0.01 0.00 -cordiaux cordial adj m p 0.53 4.80 0.11 0.41 -cordiers cordier nom m p 0.00 0.74 0.00 0.74 -cordiforme cordiforme adj f s 0.00 0.27 0.00 0.20 -cordiformes cordiforme adj f p 0.00 0.27 0.00 0.07 -cordillère cordillère nom f s 0.28 0.14 0.28 0.14 -cordite cordite nom f s 0.13 0.07 0.13 0.07 -cordobas cordoba nom m p 0.01 0.00 0.01 0.00 -cordon_bleu cordon_bleu nom m s 0.27 0.14 0.26 0.07 -cordon cordon nom m s 5.21 12.23 4.42 9.19 -cordonner cordonner ver 0.04 0.00 0.01 0.00 inf; -cordonnerie cordonnerie nom f s 0.16 0.20 0.16 0.20 -cordonnet cordonnet nom m s 0.16 0.81 0.14 0.61 -cordonnets cordonnet nom m p 0.16 0.81 0.02 0.20 -cordonnier cordonnier nom m s 1.86 3.92 1.72 2.91 -cordonniers cordonnier nom m p 1.86 3.92 0.14 0.95 -cordonnière cordonnier nom f s 1.86 3.92 0.00 0.07 -cordonnées cordonner ver f p 0.04 0.00 0.02 0.00 par:pas; -cordon_bleu cordon_bleu nom m p 0.27 0.14 0.01 0.07 -cordons cordon nom m p 5.21 12.23 0.79 3.04 -cordouan cordouan adj m s 0.00 0.07 0.00 0.07 -cordé corder ver m s 0.31 0.47 0.00 0.07 par:pas; -cordée cordée nom f s 0.02 0.61 0.02 0.47 -cordées cordée nom f p 0.02 0.61 0.00 0.14 -cordés cordé adj m p 0.01 0.07 0.01 0.00 -coreligionnaires coreligionnaire nom p 0.00 0.95 0.00 0.95 -corelliens corellien adj m p 0.01 0.00 0.01 0.00 -coriace coriace adj s 4.70 2.57 3.68 1.69 -coriaces coriace adj p 4.70 2.57 1.02 0.88 -coriacité coriacité nom f s 0.00 0.07 0.00 0.07 -coriandre coriandre nom f s 0.24 0.27 0.24 0.27 -corindon corindon nom m s 0.00 0.14 0.00 0.14 -corinthe corinthe nom s 0.00 0.07 0.00 0.07 -corinthien corinthien adj m s 0.27 0.54 0.11 0.41 -corinthiennes corinthien adj f p 0.27 0.54 0.01 0.14 -corinthiens corinthien nom m p 0.45 0.07 0.44 0.07 -cormier cormier nom m s 0.08 0.00 0.08 0.00 -cormoran cormoran nom m s 0.26 1.22 0.12 0.54 -cormorans cormoran nom m p 0.26 1.22 0.14 0.68 -corn_flakes corn_flakes nom m p 0.22 0.00 0.22 0.00 -corn_flakes corn_flakes nom f p 0.14 0.07 0.14 0.07 -corna corner ver 0.26 3.38 0.00 0.27 ind:pas:3s; -cornac cornac nom m s 0.03 0.41 0.03 0.41 -cornaient corner ver 0.26 3.38 0.00 0.07 ind:imp:3p; -cornais corner ver 0.26 3.38 0.00 0.07 ind:imp:1s; -cornait corner ver 0.26 3.38 0.00 0.20 ind:imp:3s; -cornaline cornaline nom f s 0.00 0.14 0.00 0.07 -cornalines cornaline nom f p 0.00 0.14 0.00 0.07 -cornant corner ver 0.26 3.38 0.00 0.20 par:pre; -cornaquaient cornaquer ver 0.00 0.14 0.00 0.07 ind:imp:3p; -cornaquée cornaquer ver f s 0.00 0.14 0.00 0.07 par:pas; -cornard cornard nom m s 0.71 0.47 0.71 0.41 -cornards cornard nom m p 0.71 0.47 0.00 0.07 -cornas corner ver 0.26 3.38 0.00 0.07 ind:pas:2s; -corne corne nom f s 7.79 19.46 2.63 9.80 -cornecul cornecul nom s 0.00 0.20 0.00 0.20 -corneille corneille nom f s 0.86 2.36 0.19 0.47 -corneilles corneille nom f p 0.86 2.36 0.67 1.89 -cornemuse cornemuse nom f s 1.38 0.61 0.98 0.34 -cornemuses cornemuse nom f p 1.38 0.61 0.40 0.27 -cornemuseur cornemuseur nom m s 0.01 0.00 0.01 0.00 -cornent corner ver 0.26 3.38 0.02 0.07 ind:pre:3p; -corner corner ver 0.26 3.38 0.17 1.49 inf; -corners corner nom m p 0.30 0.14 0.14 0.07 -cornes corne nom f p 7.79 19.46 5.16 9.66 -cornet cornet nom m s 1.85 8.04 1.46 6.15 -cornets cornet nom m p 1.85 8.04 0.39 1.89 -cornette cornette nom s 0.18 2.70 0.03 1.69 -cornettes cornette nom p 0.18 2.70 0.16 1.01 -corniaud corniaud nom m s 0.95 5.34 0.68 4.12 -corniauds corniaud nom m p 0.95 5.34 0.27 1.22 -corniche corniche nom f s 0.81 7.03 0.76 5.74 -corniches corniche nom f p 0.81 7.03 0.05 1.28 -cornichon cornichon nom m s 4.17 2.30 1.29 0.68 -cornichons cornichon nom m p 4.17 2.30 2.88 1.62 -cornillon cornillon nom m s 0.02 0.20 0.02 0.20 -cornistes corniste nom p 0.00 0.20 0.00 0.20 -cornières cornière nom f p 0.00 0.34 0.00 0.34 -cornouaillais cornouaillais nom m 0.06 0.00 0.06 0.00 -cornouille cornouille nom f s 0.00 0.14 0.00 0.07 -cornouiller cornouiller nom m s 0.08 0.34 0.08 0.14 -cornouillers cornouiller nom m p 0.08 0.34 0.00 0.20 -cornouilles cornouille nom f p 0.00 0.14 0.00 0.07 -cornèrent corner ver 0.26 3.38 0.00 0.07 ind:pas:3p; -corné corner ver m s 0.26 3.38 0.02 0.41 par:pas; -cornu cornu adj m s 0.42 1.62 0.17 0.61 -cornée cornée nom f s 0.85 1.22 0.78 1.08 -cornue cornu adj f s 0.42 1.62 0.10 0.34 -cornéen cornéen adj m s 0.05 0.00 0.03 0.00 -cornéenne cornéen adj f s 0.05 0.00 0.02 0.00 -cornées corné adj f p 0.12 1.42 0.11 0.41 -cornues cornue nom f p 0.01 1.08 0.00 0.61 -cornélien cornélien adj m s 0.02 0.54 0.02 0.27 -cornélienne cornélien adj f s 0.02 0.54 0.00 0.20 -cornéliennes cornélien adj f p 0.02 0.54 0.00 0.07 -cornés corner ver m p 0.26 3.38 0.01 0.07 par:pas; -cornus cornu adj m p 0.42 1.62 0.15 0.54 -corollaire corollaire nom m s 0.05 0.74 0.04 0.68 -corollaires corollaire nom m p 0.05 0.74 0.01 0.07 -corolle corolle nom f s 0.40 3.65 0.26 2.03 -corolles corolle nom f p 0.40 3.65 0.14 1.62 -coron coron nom m s 0.01 1.76 0.01 0.54 -corona corona nom f s 0.50 0.27 0.50 0.27 -coronaire coronaire adj s 0.44 0.14 0.19 0.00 -coronaires coronaire adj f p 0.44 0.14 0.25 0.14 -coronal coronal adj m s 0.07 0.00 0.03 0.00 -coronale coronal adj f s 0.07 0.00 0.04 0.00 -coronales coronal adj f p 0.07 0.00 0.01 0.00 -coronarien coronarien adj m s 0.17 0.00 0.08 0.00 -coronarienne coronarien adj f s 0.17 0.00 0.09 0.00 -coroner coroner nom m s 2.02 0.00 1.98 0.00 -coroners coroner nom m p 2.02 0.00 0.04 0.00 -coronilles coronille nom f p 0.00 0.20 0.00 0.20 -corons coron nom m p 0.01 1.76 0.00 1.22 -corozo corozo nom m s 0.00 0.20 0.00 0.20 -corporal corporal nom m s 0.11 0.07 0.11 0.07 -corporalisés corporaliser ver m p 0.00 0.07 0.00 0.07 par:pas; -corporalité corporalité nom f s 0.01 0.07 0.01 0.07 -corporatif corporatif adj m s 0.18 0.20 0.01 0.00 -corporatifs corporatif adj m p 0.18 0.20 0.13 0.00 -corporation corporation nom f s 0.77 2.77 0.53 2.23 -corporations corporation nom f p 0.77 2.77 0.24 0.54 -corporatisme corporatisme nom m s 0.02 0.07 0.02 0.07 -corporatiste corporatiste adj s 0.04 0.07 0.04 0.07 -corporative corporatif adj f s 0.18 0.20 0.01 0.14 -corporatives corporatif adj f p 0.18 0.20 0.03 0.07 -corporel corporel adj m s 3.64 2.70 1.10 0.34 -corporelle corporel adj f s 3.64 2.70 1.47 1.01 -corporelles corporel adj f p 3.64 2.70 0.26 0.61 -corporels corporel adj m p 3.64 2.70 0.81 0.74 -corps_mort corps_mort nom m s 0.00 0.07 0.00 0.07 -corps corps nom m 250.15 480.34 250.15 480.34 -corpsard corpsard nom m s 0.00 0.07 0.00 0.07 -corpulence corpulence nom f s 0.54 1.76 0.54 1.76 -corpulent corpulent adj m s 0.81 1.76 0.66 1.08 -corpulente corpulent adj f s 0.81 1.76 0.00 0.47 -corpulentes corpulent adj f p 0.81 1.76 0.00 0.07 -corpulents corpulent adj m p 0.81 1.76 0.16 0.14 -corpus_delicti corpus_delicti nom m s 0.03 0.00 0.03 0.00 -corpus corpus nom m 0.38 0.88 0.38 0.88 -corpuscule corpuscule nom f s 0.25 0.47 0.06 0.14 -corpuscules corpuscule nom f p 0.25 0.47 0.18 0.34 -corral corral nom m s 0.90 1.08 0.87 0.95 -corrals corral nom m p 0.90 1.08 0.03 0.14 -correct correct adj m s 19.24 8.18 14.32 5.00 -correcte correct adj f s 19.24 8.18 2.94 1.76 -correctement correctement adv 11.08 5.41 11.08 5.41 -correctes correct adj f p 19.24 8.18 0.58 0.41 -correcteur correcteur nom m s 0.28 0.74 0.22 0.34 -correcteurs correcteur nom m p 0.28 0.74 0.06 0.41 -correctif correctif adj m s 0.16 0.41 0.13 0.27 -correction correction nom f s 8.89 6.08 4.17 4.53 -correctionnaliser correctionnaliser ver 0.00 0.07 0.00 0.07 inf; -correctionnel correctionnel adj m s 0.43 0.54 0.35 0.00 -correctionnelle correctionnel nom f s 0.47 1.82 0.47 1.69 -correctionnelles correctionnel adj f p 0.43 0.54 0.01 0.14 -correctionnels correctionnel adj m p 0.43 0.54 0.01 0.00 -corrections correction nom f p 8.89 6.08 4.72 1.55 -corrective correctif adj f s 0.16 0.41 0.03 0.14 -corrector corrector nom m s 0.00 0.14 0.00 0.14 -correctrice correcteur adj f s 0.07 0.47 0.01 0.00 -correctrices correcteur adj f p 0.07 0.47 0.01 0.07 -corrects correct adj m p 19.24 8.18 1.39 1.01 -corregidor corregidor nom m s 0.15 0.14 0.15 0.14 -correspond correspondre ver 23.62 19.46 13.76 3.78 ind:pre:3s; -correspondît correspondre ver 23.62 19.46 0.00 0.27 sub:imp:3s; -correspondaient correspondre ver 23.62 19.46 0.21 1.69 ind:imp:3p; -correspondais correspondre ver 23.62 19.46 0.18 0.20 ind:imp:1s;ind:imp:2s; -correspondait correspondre ver 23.62 19.46 1.14 6.08 ind:imp:3s; -correspondance correspondance nom f s 5.71 13.51 5.33 11.89 -correspondances correspondance nom f p 5.71 13.51 0.38 1.62 -correspondancier correspondancier nom m s 0.01 0.00 0.01 0.00 -correspondant correspondant nom m s 2.59 5.88 1.87 3.24 -correspondante correspondant adj f s 1.10 3.24 0.24 0.47 -correspondantes correspondant adj f p 1.10 3.24 0.07 0.27 -correspondants correspondant nom m p 2.59 5.88 0.54 2.16 -corresponde correspondre ver 23.62 19.46 0.44 0.20 sub:pre:3s; -correspondent correspondre ver 23.62 19.46 4.06 1.55 ind:pre:3p;sub:pre:3p; -correspondez correspondre ver 23.62 19.46 0.20 0.07 ind:pre:2p; -correspondiez correspondre ver 23.62 19.46 0.02 0.00 ind:imp:2p; -correspondions correspondre ver 23.62 19.46 0.02 0.07 ind:imp:1p; -correspondra correspondre ver 23.62 19.46 0.12 0.07 ind:fut:3s; -correspondrai correspondre ver 23.62 19.46 0.00 0.07 ind:fut:1s; -correspondraient correspondre ver 23.62 19.46 0.05 0.07 cnd:pre:3p; -correspondrait correspondre ver 23.62 19.46 0.27 0.27 cnd:pre:3s; -correspondre correspondre ver 23.62 19.46 1.67 1.76 inf; -correspondrons correspondre ver 23.62 19.46 0.02 0.00 ind:fut:1p; -corresponds correspondre ver 23.62 19.46 0.29 0.14 ind:pre:1s;ind:pre:2s; -correspondu correspondre ver m s 23.62 19.46 0.18 0.47 par:pas; -corrida corrida nom f s 1.88 4.53 1.73 3.65 -corridas corrida nom f p 1.88 4.53 0.14 0.88 -corridor corridor nom m s 1.84 12.50 1.51 9.86 -corridors corridor nom m p 1.84 12.50 0.34 2.64 -corrige corriger ver 12.24 16.08 2.21 1.96 imp:pre:2s;ind:pre:1s;ind:pre:3s; -corrigea corriger ver 12.24 16.08 0.01 1.55 ind:pas:3s; -corrigeai corriger ver 12.24 16.08 0.00 0.20 ind:pas:1s; -corrigeaient corriger ver 12.24 16.08 0.00 0.14 ind:imp:3p; -corrigeais corriger ver 12.24 16.08 0.13 0.20 ind:imp:1s;ind:imp:2s; -corrigeait corriger ver 12.24 16.08 0.04 1.28 ind:imp:3s; -corrigeant corriger ver 12.24 16.08 0.02 1.01 par:pre; -corrigent corriger ver 12.24 16.08 0.06 0.34 ind:pre:3p; -corrigeons corriger ver 12.24 16.08 0.08 0.07 imp:pre:1p;ind:pre:1p; -corriger corriger ver 12.24 16.08 5.87 6.82 inf; -corrigera corriger ver 12.24 16.08 0.25 0.20 ind:fut:3s; -corrigerai corriger ver 12.24 16.08 0.22 0.07 ind:fut:1s; -corrigerais corriger ver 12.24 16.08 0.02 0.07 cnd:pre:1s; -corrigerait corriger ver 12.24 16.08 0.03 0.27 cnd:pre:3s; -corrigeras corriger ver 12.24 16.08 0.02 0.00 ind:fut:2s; -corrigerez corriger ver 12.24 16.08 0.11 0.00 ind:fut:2p; -corrigerons corriger ver 12.24 16.08 0.02 0.00 ind:fut:1p; -corriges corriger ver 12.24 16.08 0.15 0.00 ind:pre:2s; -corrigez corriger ver 12.24 16.08 0.90 0.00 imp:pre:2p;ind:pre:2p; -corrigiez corriger ver 12.24 16.08 0.05 0.00 ind:imp:2p; -corrigions corriger ver 12.24 16.08 0.00 0.07 ind:imp:1p; -corrigé corriger ver m s 12.24 16.08 1.81 1.01 par:pas; -corrigée corriger ver f s 12.24 16.08 0.14 0.54 par:pas; -corrigées corrigé adj f p 0.38 1.08 0.17 0.07 -corrigés corrigé adj m p 0.38 1.08 0.14 0.14 -corrobora corroborer ver 1.35 1.15 0.00 0.07 ind:pas:3s; -corroboraient corroborer ver 1.35 1.15 0.02 0.07 ind:imp:3p; -corroborait corroborer ver 1.35 1.15 0.02 0.27 ind:imp:3s; -corroborant corroborer ver 1.35 1.15 0.01 0.00 par:pre; -corroboration corroboration nom f s 0.03 0.00 0.03 0.00 -corrobore corroborer ver 1.35 1.15 0.15 0.20 ind:pre:3s; -corroborent corroborer ver 1.35 1.15 0.20 0.07 ind:pre:3p; -corroborer corroborer ver 1.35 1.15 0.69 0.41 inf; -corroborera corroborer ver 1.35 1.15 0.08 0.00 ind:fut:3s; -corroborèrent corroborer ver 1.35 1.15 0.00 0.07 ind:pas:3p; -corroboré corroborer ver m s 1.35 1.15 0.16 0.00 par:pas; -corroborées corroborer ver f p 1.35 1.15 0.02 0.00 par:pas; -corrodait corroder ver 0.23 1.22 0.00 0.41 ind:imp:3s; -corrodant corrodant adj m s 0.00 0.14 0.00 0.07 -corrodante corrodant adj f s 0.00 0.14 0.00 0.07 -corrode corroder ver 0.23 1.22 0.01 0.07 ind:pre:3s; -corrodent corroder ver 0.23 1.22 0.00 0.07 ind:pre:3p; -corroder corroder ver 0.23 1.22 0.00 0.07 inf; -corrodé corroder ver m s 0.23 1.22 0.04 0.27 par:pas; -corrodée corroder ver f s 0.23 1.22 0.01 0.20 par:pas; -corrodées corroder ver f p 0.23 1.22 0.13 0.00 par:pas; -corrodés corroder ver m p 0.23 1.22 0.03 0.14 par:pas; -corroierie corroierie nom f s 0.00 0.07 0.00 0.07 -corrompais corrompre ver 5.27 3.58 0.02 0.00 ind:imp:1s; -corrompant corrompre ver 5.27 3.58 0.05 0.07 par:pre; -corrompe corrompre ver 5.27 3.58 0.09 0.07 sub:pre:1s;sub:pre:3s; -corrompent corrompre ver 5.27 3.58 0.05 0.41 ind:pre:3p; -corrompez corrompre ver 5.27 3.58 0.23 0.00 imp:pre:2p;ind:pre:2p; -corrompis corrompre ver 5.27 3.58 0.00 0.07 ind:pas:1s; -corrompra corrompre ver 5.27 3.58 0.02 0.07 ind:fut:3s; -corrompraient corrompre ver 5.27 3.58 0.01 0.00 cnd:pre:3p; -corrompre corrompre ver 5.27 3.58 1.61 1.49 inf; -corromps corrompre ver 5.27 3.58 0.11 0.00 imp:pre:2s;ind:pre:1s;ind:pre:2s; -corrompt corrompre ver 5.27 3.58 0.53 0.34 ind:pre:3s; -corrompu corrompre ver m s 5.27 3.58 1.56 0.68 par:pas; -corrompue corrompu adj f s 2.79 1.42 0.34 0.41 -corrompues corrompu adj f p 2.79 1.42 0.08 0.07 -corrompus corrompu adj m p 2.79 1.42 0.83 0.34 -corrosif corrosif adj m s 0.33 1.35 0.17 0.61 -corrosifs corrosif adj m p 0.33 1.35 0.10 0.00 -corrosion corrosion nom f s 0.18 0.20 0.18 0.20 -corrosive corrosif adj f s 0.33 1.35 0.04 0.61 -corrosives corrosif adj f p 0.33 1.35 0.01 0.14 -corrélatif corrélatif adj m s 0.05 0.00 0.01 0.00 -corrélation corrélation nom f s 0.17 0.20 0.17 0.20 -corrélative corrélatif adj f s 0.05 0.00 0.04 0.00 -corrélativement corrélativement adv 0.00 0.34 0.00 0.34 -corréler corréler ver 0.01 0.00 0.01 0.00 inf; -corrupteur corrupteur nom m s 0.30 0.41 0.16 0.34 -corrupteurs corrupteur nom m p 0.30 0.41 0.14 0.07 -corruptible corruptible adj s 0.13 0.07 0.09 0.00 -corruptibles corruptible adj p 0.13 0.07 0.04 0.07 -corruption corruption nom f s 6.59 3.58 6.54 3.45 -corruptions corruption nom f p 6.59 3.58 0.04 0.14 -corruptrice corrupteur adj f s 0.13 0.27 0.02 0.00 -corruptrices corrupteur adj f p 0.13 0.27 0.00 0.14 -corréziennes corrézien adj f p 0.00 0.07 0.00 0.07 -cors cor nom m p 3.35 3.92 0.78 1.55 -corsa corser ver 1.81 1.69 0.14 0.07 ind:pas:3s; -corsage corsage nom m s 1.44 15.14 1.28 12.23 -corsages corsage nom m p 1.44 15.14 0.16 2.91 -corsaire corsaire nom s 0.78 3.58 0.58 1.96 -corsaires corsaire nom p 0.78 3.58 0.20 1.62 -corsait corser ver 1.81 1.69 0.02 0.27 ind:imp:3s; -corsant corser ver 1.81 1.69 0.00 0.07 par:pre; -corse corse adj s 3.37 3.51 2.17 2.64 -corselet corselet nom m s 0.00 0.88 0.00 0.54 -corselets corselet nom m p 0.00 0.88 0.00 0.34 -corsent corser ver 1.81 1.69 0.18 0.00 ind:pre:3p; -corser corser ver 1.81 1.69 0.29 0.74 inf; -corserait corser ver 1.81 1.69 0.00 0.07 cnd:pre:3s; -corses corse adj p 3.37 3.51 1.21 0.88 -corset corset nom m s 2.04 2.91 1.51 2.30 -corseter corseter ver 0.03 1.42 0.01 0.00 inf; -corsetière corsetier nom f s 0.00 0.07 0.00 0.07 -corsets corset nom m p 2.04 2.91 0.53 0.61 -corseté corseter ver m s 0.03 1.42 0.01 0.34 par:pas; -corsetée corseter ver f s 0.03 1.42 0.00 0.74 par:pas; -corsetées corseter ver f p 0.03 1.42 0.00 0.20 par:pas; -corsetés corseter ver m p 0.03 1.42 0.00 0.14 par:pas; -corso corso nom m s 0.48 1.08 0.48 1.01 -corsos corso nom m p 0.48 1.08 0.00 0.07 -corsé corser ver m s 1.81 1.69 0.33 0.14 par:pas; -corsée corser ver f s 1.81 1.69 0.14 0.20 par:pas; -corsées corsé adj f p 0.49 1.28 0.00 0.07 -corsés corsé adj m p 0.49 1.28 0.23 0.07 -cortes corte nom f p 0.01 0.00 0.01 0.00 -cortex cortex nom m 8.68 0.14 8.68 0.14 -cortical cortical adj m s 0.45 0.07 0.08 0.07 -corticale cortical adj f s 0.45 0.07 0.16 0.00 -corticales cortical adj f p 0.45 0.07 0.20 0.00 -corticaux cortical adj m p 0.45 0.07 0.01 0.00 -cortine cortine nom f s 0.03 0.00 0.03 0.00 -cortisol cortisol nom m s 0.03 0.00 0.03 0.00 -cortisone cortisone nom f s 1.28 0.14 1.28 0.14 -corton corton nom m s 0.03 0.27 0.03 0.27 -cortège cortège nom m s 2.91 20.34 2.77 18.11 -cortèges cortège nom m p 2.91 20.34 0.13 2.23 -cortès cortès nom f p 0.02 0.07 0.02 0.07 -cortégeant cortéger ver 0.00 0.07 0.00 0.07 par:pre; -coré coré nom f s 0.40 0.14 0.40 0.14 -coréen coréen adj m s 2.90 0.07 1.67 0.07 -coréenne coréen adj f s 2.90 0.07 0.70 0.00 -coréennes coréenne adj f p 0.05 0.00 0.05 0.00 -coréennes coréenne nom f p 0.10 0.00 0.05 0.00 -coréens coréen nom m p 1.69 0.27 1.09 0.27 -coruscant coruscant adj m s 0.13 0.27 0.13 0.07 -coruscante coruscant adj f s 0.13 0.27 0.00 0.07 -coruscants coruscant adj m p 0.13 0.27 0.00 0.14 -coruscation coruscation nom f s 0.00 0.07 0.00 0.07 -corvette corvette nom f s 1.32 1.55 1.28 0.81 -corvettes corvette nom f p 1.32 1.55 0.04 0.74 -corvéable corvéable adj s 0.00 0.14 0.00 0.14 -corvée corvée nom f s 6.32 16.76 4.05 10.74 -corvées corvée nom f p 6.32 16.76 2.27 6.01 -corybantes corybante nom m p 0.00 0.07 0.00 0.07 -coryphène coryphène nom m s 0.01 0.00 0.01 0.00 -coryphée coryphée nom m s 0.00 0.07 0.00 0.07 -coryste coryste nom m s 0.00 0.07 0.00 0.07 -coryza coryza nom m s 0.00 0.68 0.00 0.68 -cosaque cosaque nom s 1.33 2.09 0.44 1.22 -cosaques cosaque nom p 1.33 2.09 0.89 0.88 -coseigneurs coseigneur nom m p 0.00 0.07 0.00 0.07 -cosigner cosigner ver 0.32 0.00 0.10 0.00 inf; -cosigné cosigner ver m s 0.32 0.00 0.21 0.00 par:pas; -cosinus cosinus nom m 0.28 0.20 0.28 0.20 -cosmique cosmique adj s 2.51 3.58 2.18 3.31 -cosmiquement cosmiquement adv 0.02 0.00 0.02 0.00 -cosmiques cosmique adj p 2.51 3.58 0.33 0.27 -cosmo cosmo adv 1.07 0.07 1.07 0.07 -cosmodromes cosmodrome nom m p 0.01 0.00 0.01 0.00 -cosmogonie cosmogonie nom f s 0.00 0.27 0.00 0.20 -cosmogonies cosmogonie nom f p 0.00 0.27 0.00 0.07 -cosmogonique cosmogonique adj m s 0.00 0.07 0.00 0.07 -cosmographie cosmographie nom f s 0.00 0.14 0.00 0.14 -cosmologie cosmologie nom f s 0.09 0.07 0.09 0.07 -cosmologique cosmologique adj f s 0.05 0.07 0.03 0.00 -cosmologiques cosmologique adj m p 0.05 0.07 0.02 0.07 -cosmologue cosmologue nom s 0.00 0.07 0.00 0.07 -cosmonaute cosmonaute nom s 1.29 0.88 0.83 0.54 -cosmonautes cosmonaute nom p 1.29 0.88 0.46 0.34 -cosmopolite cosmopolite adj s 0.35 2.50 0.24 1.96 -cosmopolites cosmopolite adj p 0.35 2.50 0.11 0.54 -cosmopolitisme cosmopolitisme nom m s 0.00 0.47 0.00 0.47 -cosmos cosmos nom m 2.34 1.42 2.34 1.42 -cosméticienne cosméticien nom f s 0.02 0.07 0.02 0.07 -cosmétique cosmétique adj s 0.47 0.34 0.23 0.20 -cosmétiques cosmétique nom p 0.69 0.81 0.52 0.54 -cosmétiqué cosmétiquer ver m s 0.00 0.34 0.00 0.07 par:pas; -cosmétiquée cosmétiquer ver f s 0.00 0.34 0.00 0.14 par:pas; -cosmétiquées cosmétiquer ver f p 0.00 0.34 0.00 0.07 par:pas; -cosmétiqués cosmétiquer ver m p 0.00 0.34 0.00 0.07 par:pas; -cosmétologie cosmétologie nom f s 0.07 0.00 0.07 0.00 -cosmétologue cosmétologue nom s 0.02 0.00 0.02 0.00 -cossard cossard adj m s 0.04 0.27 0.04 0.14 -cossarde cossard nom f s 0.01 0.47 0.00 0.07 -cossards cossard nom m p 0.01 0.47 0.01 0.27 -cosse cosse nom f s 0.62 0.68 0.34 0.20 -cossent cosser ver 0.00 0.07 0.00 0.07 ind:pre:3p; -cosses cosse nom f p 0.62 0.68 0.28 0.47 -cossu cossu adj m s 0.08 4.53 0.04 1.96 -cossue cossu adj f s 0.08 4.53 0.02 1.08 -cossues cossu adj f p 0.08 4.53 0.01 0.61 -cossus cossu adj m p 0.08 4.53 0.00 0.88 -costal costal adj m s 0.13 0.00 0.07 0.00 -costale costal adj f s 0.13 0.00 0.04 0.00 -costar costar nom m s 0.03 0.00 0.03 0.00 -costard costard nom m s 3.81 6.82 3.19 5.34 -costards costard nom m p 3.81 6.82 0.61 1.49 -costaricain costaricain adj m s 0.01 0.00 0.01 0.00 -costaud costaud adj m s 6.98 6.42 5.84 5.27 -costaude costaud adj f s 6.98 6.42 0.15 0.27 -costaudes costaud adj f p 6.98 6.42 0.01 0.00 -costauds costaud adj m p 6.98 6.42 0.98 0.88 -costaux costal adj m p 0.13 0.00 0.01 0.00 -costume costume nom m s 51.42 55.88 38.95 44.19 -costumer costumer ver 1.03 1.76 0.05 0.14 inf; -costumes costume nom m p 51.42 55.88 12.47 11.69 -costumier costumier nom m s 0.42 0.47 0.12 0.27 -costumiers costumier nom m p 0.42 0.47 0.07 0.14 -costumière costumier nom f s 0.42 0.47 0.23 0.07 -costumé costumé adj m s 1.26 1.08 0.68 0.54 -costumée costumé adj f s 1.26 1.08 0.27 0.14 -costumées costumer ver f p 1.03 1.76 0.00 0.07 par:pas; -costumés costumé adj m p 1.26 1.08 0.31 0.41 -cosy_corner cosy_corner nom m s 0.00 0.54 0.00 0.47 -cosy_corner cosy_corner nom m p 0.00 0.54 0.00 0.07 -cosy cosy nom m s 0.12 0.95 0.12 0.88 -cosys cosy nom m p 0.12 0.95 0.00 0.07 -cot_cot_codec cot_cot_codec ono 0.14 0.07 0.14 0.07 -cota coter ver 9.13 1.89 0.21 0.00 ind:pas:3s; -cotait coter ver 9.13 1.89 0.01 0.00 ind:imp:3s; -cotation cotation nom f s 0.31 0.27 0.14 0.14 -cotations cotation nom f p 0.31 0.27 0.17 0.14 -cote cote nom f s 8.47 5.47 7.50 5.07 -coteau coteau nom m s 0.41 7.70 0.19 5.20 -coteaux coteau nom m p 0.41 7.70 0.22 2.50 -cotent coter ver 9.13 1.89 0.02 0.07 ind:pre:3p; -coter coter ver 9.13 1.89 0.02 0.20 inf; -coterie coterie nom f s 0.14 1.55 0.00 1.15 -coteries coterie nom f p 0.14 1.55 0.14 0.41 -cotes cote nom f p 8.47 5.47 0.97 0.41 -cothurne cothurne nom m s 0.00 0.41 0.00 0.07 -cothurnes cothurne nom m p 0.00 0.41 0.00 0.34 -coties cotir ver f p 0.00 0.07 0.00 0.07 par:pas; -cotillon cotillon nom m s 0.32 0.81 0.19 0.20 -cotillons cotillon nom m p 0.32 0.81 0.13 0.61 -cotisa cotiser ver 0.88 0.88 0.00 0.07 ind:pas:3s; -cotisaient cotiser ver 0.88 0.88 0.00 0.14 ind:imp:3p; -cotisais cotiser ver 0.88 0.88 0.00 0.07 ind:imp:1s; -cotisant cotiser ver 0.88 0.88 0.00 0.14 par:pre; -cotisants cotisant nom m p 0.01 0.14 0.01 0.07 -cotisation cotisation nom f s 0.96 1.15 0.35 0.74 -cotisations cotisation nom f p 0.96 1.15 0.60 0.41 -cotise cotiser ver 0.88 0.88 0.21 0.07 ind:pre:1s;ind:pre:3s; -cotisent cotiser ver 0.88 0.88 0.03 0.00 ind:pre:3p; -cotiser cotiser ver 0.88 0.88 0.14 0.20 inf; -cotises cotiser ver 0.88 0.88 0.14 0.00 ind:pre:2s; -cotisèrent cotiser ver 0.88 0.88 0.00 0.07 ind:pas:3p; -cotisé cotiser ver m s 0.88 0.88 0.15 0.14 par:pas; -cotisées cotiser ver f p 0.88 0.88 0.01 0.00 par:pas; -cotisés cotiser ver m p 0.88 0.88 0.20 0.00 par:pas; -coton_tige coton_tige nom m s 0.43 0.07 0.20 0.00 -coton coton nom m s 10.09 26.22 10.06 24.66 -cotonnade cotonnade nom f s 0.00 3.18 0.00 2.23 -cotonnades cotonnade nom f p 0.00 3.18 0.00 0.95 -cotonnait cotonner ver 0.00 0.14 0.00 0.07 ind:imp:3s; -cotonnant cotonner ver 0.00 0.14 0.00 0.07 par:pre; -cotonnerie cotonnerie nom f s 0.01 0.00 0.01 0.00 -cotonneuse cotonneux adj f s 0.07 3.45 0.01 0.95 -cotonneuses cotonneux adj f p 0.07 3.45 0.00 0.74 -cotonneux cotonneux adj m 0.07 3.45 0.06 1.76 -cotonnier cotonnier adj m s 0.00 0.07 0.00 0.07 -cotonnier cotonnier nom m s 0.00 0.07 0.00 0.07 -cotonnière cotonnière nom f s 0.01 0.00 0.01 0.00 -coton_tige coton_tige nom m p 0.43 0.07 0.23 0.07 -cotons coton nom m p 10.09 26.22 0.03 1.55 -cotonéasters cotonéaster nom m p 0.00 0.07 0.00 0.07 -cotât coter ver 9.13 1.89 0.00 0.07 sub:imp:3s; -cotre cotre nom m s 0.03 1.96 0.03 1.76 -cotres cotre nom m p 0.03 1.96 0.00 0.20 -cotrets cotret nom m p 0.00 0.14 0.00 0.14 -cotriade cotriade nom f s 0.00 0.07 0.00 0.07 -cottage cottage nom m s 1.54 0.68 1.49 0.47 -cottages cottage nom m p 1.54 0.68 0.05 0.20 -cotte cotte nom f s 0.32 4.05 0.30 2.23 -cottes cotte nom f p 0.32 4.05 0.02 1.82 -coté coter ver m s 9.13 1.89 7.66 0.54 par:pas; -cotée coter ver f s 9.13 1.89 0.08 0.20 par:pas; -cotées coter ver f p 9.13 1.89 0.13 0.27 par:pas; -coturne coturne nom m s 0.00 0.07 0.00 0.07 -cotés coté adj m p 7.56 1.28 0.95 0.47 -cotylédons cotylédon nom m p 0.00 0.07 0.00 0.07 -cou_de_pied cou_de_pied nom m s 0.01 0.27 0.01 0.27 -cou cou nom m s 44.09 115.34 43.71 112.70 -couac couac nom m s 0.14 1.01 0.11 0.81 -couacs couac nom m p 0.14 1.01 0.03 0.20 -couaille couaille nom f s 0.00 0.14 0.00 0.14 -couaquait couaquer ver 0.00 0.34 0.00 0.07 ind:imp:3s; -couaquer couaquer ver 0.00 0.34 0.00 0.27 inf; -couard couard nom m s 0.25 0.47 0.20 0.34 -couarde couard adj f s 0.09 0.61 0.01 0.00 -couardise couardise nom f s 0.10 0.54 0.10 0.54 -couards couard nom m p 0.25 0.47 0.04 0.14 -coucha coucher ver 181.96 196.22 0.41 7.57 ind:pas:3s; -couchage couchage nom m s 1.86 1.28 1.86 1.28 -couchai coucher ver 181.96 196.22 0.00 1.35 ind:pas:1s; -couchaient coucher ver 181.96 196.22 0.13 2.57 ind:imp:3p; -couchailler couchailler ver 0.00 0.07 0.00 0.07 inf; -couchais coucher ver 181.96 196.22 1.89 2.57 ind:imp:1s;ind:imp:2s; -couchait coucher ver 181.96 196.22 2.23 11.89 ind:imp:3s; -couchant couchant adj m s 1.10 4.93 1.09 4.80 -couchants couchant adj m p 1.10 4.93 0.01 0.14 -couche_culotte couche_culotte nom f s 0.22 0.27 0.11 0.07 -couche coucher ver 181.96 196.22 29.50 18.11 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:1s;sub:pre:3s; -couchent coucher ver 181.96 196.22 2.48 3.38 ind:pre:3p; -coucher coucher ver 181.96 196.22 82.63 63.24 inf;; -couchera coucher ver 181.96 196.22 0.86 0.81 ind:fut:3s; -coucherai coucher ver 181.96 196.22 1.36 1.28 ind:fut:1s; -coucheraient coucher ver 181.96 196.22 0.10 0.20 cnd:pre:3p; -coucherais coucher ver 181.96 196.22 0.56 0.68 cnd:pre:1s;cnd:pre:2s; -coucherait coucher ver 181.96 196.22 0.43 1.42 cnd:pre:3s; -coucheras coucher ver 181.96 196.22 0.96 0.88 ind:fut:2s; -coucherez coucher ver 181.96 196.22 0.54 0.54 ind:fut:2p; -coucherie coucherie nom f s 0.44 1.15 0.17 0.54 -coucheries coucherie nom f p 0.44 1.15 0.27 0.61 -coucheriez coucher ver 181.96 196.22 0.04 0.07 cnd:pre:2p; -coucherions coucher ver 181.96 196.22 0.00 0.07 cnd:pre:1p; -coucherons coucher ver 181.96 196.22 0.17 0.61 ind:fut:1p; -coucheront coucher ver 181.96 196.22 0.07 0.14 ind:fut:3p; -couchers coucher nom m p 7.80 8.92 0.73 0.81 -couche_culotte couche_culotte nom f p 0.22 0.27 0.11 0.20 -couches couche nom f p 19.95 32.91 9.06 10.14 -couchette couchette nom f s 1.99 6.28 1.50 5.00 -couchettes couchette nom f p 1.99 6.28 0.50 1.28 -coucheur coucheur nom m s 0.06 0.47 0.05 0.34 -coucheurs coucheur nom m p 0.06 0.47 0.00 0.14 -coucheuse coucheur nom f s 0.06 0.47 0.01 0.00 -couchez coucher ver 181.96 196.22 6.79 1.49 imp:pre:2p;ind:pre:2p; -couchiez coucher ver 181.96 196.22 0.48 0.20 ind:imp:2p; -couchions coucher ver 181.96 196.22 0.08 0.47 ind:imp:1p; -couchoir couchoir nom m s 0.00 0.07 0.00 0.07 -couchâmes coucher ver 181.96 196.22 0.00 0.14 ind:pas:1p; -couchons coucher ver 181.96 196.22 0.53 0.41 imp:pre:1p;ind:pre:1p; -couchât coucher ver 181.96 196.22 0.00 0.41 sub:imp:3s; -couchèrent coucher ver 181.96 196.22 0.03 2.30 ind:pas:3p; -couché coucher ver m s 181.96 196.22 35.71 40.74 par:pas; -couchée coucher ver f s 181.96 196.22 5.92 15.61 par:pas; -couchées coucher ver f p 181.96 196.22 0.31 2.43 par:pas; -couchés coucher ver m p 181.96 196.22 1.95 10.74 par:pas; -couci_couça couci_couça adv 0.60 0.20 0.60 0.20 -coucou coucou nom m s 13.16 5.07 12.71 3.92 -coucous coucou nom m p 13.16 5.07 0.45 1.15 -coud coudre ver 8.88 20.74 0.63 0.68 ind:pre:3s; -coude coude nom m s 10.19 54.19 5.36 33.24 -coudent couder ver 0.02 0.41 0.00 0.07 ind:pre:3p; -coudes coude nom m p 10.19 54.19 4.84 20.95 -coudoie coudoyer ver 0.00 0.88 0.00 0.07 ind:pre:3s; -coudoient coudoyer ver 0.00 0.88 0.00 0.14 ind:pre:3p; -coudoyai coudoyer ver 0.00 0.88 0.00 0.07 ind:pas:1s; -coudoyaient coudoyer ver 0.00 0.88 0.00 0.20 ind:imp:3p; -coudoyais coudoyer ver 0.00 0.88 0.00 0.07 ind:imp:1s; -coudoyant coudoyer ver 0.00 0.88 0.00 0.07 par:pre; -coudoyer coudoyer ver 0.00 0.88 0.00 0.14 inf; -coudoyons coudoyer ver 0.00 0.88 0.00 0.07 ind:pre:1p; -coudoyé coudoyer ver m s 0.00 0.88 0.00 0.07 par:pas; -coudra coudre ver 8.88 20.74 0.10 0.07 ind:fut:3s; -coudrai coudre ver 8.88 20.74 0.02 0.07 ind:fut:1s; -coudrais coudre ver 8.88 20.74 0.02 0.00 cnd:pre:1s;cnd:pre:2s; -coudrait coudre ver 8.88 20.74 0.00 0.07 cnd:pre:3s; -coudras coudre ver 8.88 20.74 0.00 0.07 ind:fut:2s; -coudre coudre ver 8.88 20.74 4.83 8.65 inf; -coudreuse coudreuse nom f s 0.00 0.07 0.00 0.07 -coudrier coudrier nom m s 0.04 10.41 0.04 10.07 -coudriers coudrier nom m p 0.04 10.41 0.00 0.34 -couds coudre ver 8.88 20.74 0.34 0.20 imp:pre:2s;ind:pre:1s;ind:pre:2s; -coudé coudé adj m s 0.06 0.61 0.03 0.41 -coudée coudée nom f s 0.07 1.55 0.01 0.20 -coudées coudée nom f p 0.07 1.55 0.06 1.35 -couenne couenne nom f s 0.53 1.82 0.40 1.49 -couennes couenne nom f p 0.53 1.82 0.14 0.34 -couette couette nom f s 1.58 2.03 1.34 1.28 -couettes couette nom f p 1.58 2.03 0.23 0.74 -couffin couffin nom m s 1.48 1.96 1.25 1.01 -couffins couffin nom m p 1.48 1.96 0.22 0.95 -couguar couguar nom m s 0.72 1.01 0.65 0.41 -couguars couguar nom m p 0.72 1.01 0.08 0.61 -couic couic nom_sup m s 0.64 1.22 0.64 1.22 -couillard couillard nom m s 0.00 0.07 0.00 0.07 -couille couille nom f s 38.80 11.42 3.56 1.55 -couilles couille nom f p 38.80 11.42 35.24 9.86 -couillettes couillette nom f p 0.00 0.27 0.00 0.27 -couillon couillon nom m s 5.75 2.36 4.04 1.76 -couillonnade couillonnade nom f s 0.82 0.41 0.42 0.14 -couillonnades couillonnade nom f p 0.82 0.41 0.40 0.27 -couillonne couillonner ver 0.53 0.68 0.02 0.07 imp:pre:2s;ind:pre:3s; -couillonnent couillonner ver 0.53 0.68 0.00 0.07 ind:pre:3p; -couillonner couillonner ver 0.53 0.68 0.33 0.34 inf; -couillonné couillonner ver m s 0.53 0.68 0.02 0.20 par:pas; -couillonnée couillonner ver f s 0.53 0.68 0.01 0.00 par:pas; -couillonnés couillonner ver m p 0.53 0.68 0.14 0.00 par:pas; -couillons couillon nom m p 5.75 2.36 1.71 0.61 -couillu couillu adj m s 0.51 0.00 0.23 0.00 -couillus couillu adj m p 0.51 0.00 0.28 0.00 -couina couiner ver 1.13 3.85 0.00 0.20 ind:pas:3s; -couinaient couiner ver 1.13 3.85 0.00 0.34 ind:imp:3p; -couinais couiner ver 1.13 3.85 0.01 0.07 ind:imp:1s;ind:imp:2s; -couinait couiner ver 1.13 3.85 0.00 0.54 ind:imp:3s; -couinant couiner ver 1.13 3.85 0.02 0.68 par:pre; -couine couiner ver 1.13 3.85 0.43 0.41 imp:pre:2s;ind:pre:3s; -couinement couinement nom m s 0.09 1.76 0.06 0.68 -couinements couinement nom m p 0.09 1.76 0.02 1.08 -couinent couiner ver 1.13 3.85 0.03 0.20 ind:pre:3p; -couiner couiner ver 1.13 3.85 0.45 1.01 inf; -couinerais couiner ver 1.13 3.85 0.01 0.00 cnd:pre:1s; -couineras couiner ver 1.13 3.85 0.01 0.00 ind:fut:2s; -couineront couiner ver 1.13 3.85 0.01 0.00 ind:fut:3p; -couines couiner ver 1.13 3.85 0.02 0.00 ind:pre:2s; -couinez couiner ver 1.13 3.85 0.00 0.14 ind:pre:2p; -couiné couiner ver m s 1.13 3.85 0.15 0.27 par:pas; -coula couler ver 47.55 121.15 0.18 5.61 ind:pas:3s; -coulage coulage nom m s 0.17 0.47 0.17 0.47 -coulai couler ver 47.55 121.15 0.00 0.20 ind:pas:1s; -coulaient couler ver 47.55 121.15 0.80 7.03 ind:imp:3p; -coulais couler ver 47.55 121.15 0.16 0.27 ind:imp:1s;ind:imp:2s; -coulait couler ver 47.55 121.15 2.96 26.62 ind:imp:3s; -coulant coulant adj m s 1.01 2.91 0.71 2.64 -coulante coulant adj f s 1.01 2.91 0.20 0.00 -coulants coulant adj m p 1.01 2.91 0.10 0.27 -coule couler ver 47.55 121.15 14.70 20.41 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -coulemelle coulemelle nom f s 0.00 0.07 0.00 0.07 -coulent couler ver 47.55 121.15 2.29 5.00 ind:pre:3p; -couler couler ver 47.55 121.15 14.91 37.70 inf; -coulera couler ver 47.55 121.15 2.15 0.54 ind:fut:3s; -coulerai couler ver 47.55 121.15 0.14 0.20 ind:fut:1s; -couleraient couler ver 47.55 121.15 0.14 0.07 cnd:pre:3p; -coulerais couler ver 47.55 121.15 0.01 0.00 cnd:pre:2s; -coulerait couler ver 47.55 121.15 0.19 0.47 cnd:pre:3s; -couleras couler ver 47.55 121.15 0.05 0.00 ind:fut:2s; -coulerez couler ver 47.55 121.15 0.07 0.07 ind:fut:2p; -couleront couler ver 47.55 121.15 0.05 0.00 ind:fut:3p; -coules couler ver 47.55 121.15 0.68 0.34 ind:pre:2s; -couleur couleur nom f s 82.25 198.72 57.46 118.65 -couleurs couleur nom f p 82.25 198.72 24.79 80.07 -couleuvre couleuvre nom f s 0.89 2.91 0.71 1.55 -couleuvres couleuvre nom f p 0.89 2.91 0.18 1.35 -couleuvrine couleuvrine nom f s 0.23 0.20 0.14 0.00 -couleuvrines couleuvrine nom f p 0.23 0.20 0.10 0.20 -coulez couler ver 47.55 121.15 0.75 0.00 imp:pre:2p;ind:pre:2p; -couliez couler ver 47.55 121.15 0.02 0.07 ind:imp:2p; -coulions couler ver 47.55 121.15 0.02 0.07 ind:imp:1p; -coulis coulis nom m 0.58 0.68 0.58 0.68 -coulissa coulisser ver 0.14 2.36 0.00 0.14 ind:pas:3s; -coulissaient coulisser ver 0.14 2.36 0.00 0.07 ind:imp:3p; -coulissait coulisser ver 0.14 2.36 0.00 0.54 ind:imp:3s; -coulissant coulisser ver 0.14 2.36 0.00 0.54 par:pre; -coulissante coulissant adj f s 0.17 1.62 0.16 0.41 -coulissantes coulissant adj f p 0.17 1.62 0.01 0.68 -coulissants coulissant adj m p 0.17 1.62 0.01 0.14 -coulisse coulisse nom f s 4.50 9.05 1.05 2.30 -coulissements coulissement nom m p 0.00 0.07 0.00 0.07 -coulissent coulisser ver 0.14 2.36 0.02 0.14 ind:pre:3p; -coulisser coulisser ver 0.14 2.36 0.04 0.61 inf; -coulisses coulisse nom f p 4.50 9.05 3.44 6.76 -coulissier coulissier nom m s 0.00 0.14 0.00 0.14 -coulissèrent coulisser ver 0.14 2.36 0.00 0.07 ind:pas:3p; -coulissé coulisser ver m s 0.14 2.36 0.00 0.07 par:pas; -coulissée coulisser ver f s 0.14 2.36 0.00 0.07 par:pas; -couloir_symbole couloir_symbole nom m s 0.00 0.07 0.00 0.07 -couloir couloir nom m s 29.17 104.53 24.77 80.47 -couloirs couloir nom m p 29.17 104.53 4.41 24.05 -coulombs coulomb nom m p 0.00 0.07 0.00 0.07 -coulons couler ver 47.55 121.15 0.26 0.14 imp:pre:1p;ind:pre:1p; -coulât couler ver 47.55 121.15 0.00 0.20 sub:imp:3s; -coulpe coulpe nom f s 0.04 0.14 0.04 0.14 -coulèrent couler ver 47.55 121.15 0.13 1.08 ind:pas:3p; -coulé couler ver m s 47.55 121.15 6.46 8.24 par:pas; -coulée coulée nom f s 0.62 9.80 0.53 7.43 -coulées coulée nom f p 0.62 9.80 0.09 2.36 -coulure coulure nom f s 0.01 0.41 0.01 0.07 -coulures coulure nom f p 0.01 0.41 0.00 0.34 -coulés couler ver m p 47.55 121.15 0.12 0.88 par:pas; -coumarine coumarine nom f s 0.01 0.00 0.01 0.00 -countries countries nom p 0.01 0.07 0.01 0.07 -country country adj 1.73 0.07 1.73 0.07 -coup_de_poing coup_de_poing nom m s 0.13 0.00 0.13 0.00 -coup coup nom m s 471.82 837.70 389.49 641.55 -coupa couper ver 155.82 140.88 0.69 17.97 ind:pas:3s; -coupable coupable adj s 50.84 23.58 46.45 20.20 -coupablement coupablement adv 0.00 0.07 0.00 0.07 -coupables coupable adj p 50.84 23.58 4.39 3.38 -coupage coupage nom m s 0.02 0.20 0.02 0.14 -coupages coupage nom m p 0.02 0.20 0.00 0.07 -coupai couper ver 155.82 140.88 0.01 0.41 ind:pas:1s; -coupaient couper ver 155.82 140.88 0.33 2.43 ind:imp:3p; -coupailler coupailler ver 0.01 0.00 0.01 0.00 inf; -coupais couper ver 155.82 140.88 0.53 0.41 ind:imp:1s;ind:imp:2s; -coupait couper ver 155.82 140.88 1.64 10.61 ind:imp:3s; -coupant couper ver 155.82 140.88 0.97 4.73 par:pre; -coupante coupant adj f s 0.51 6.69 0.21 2.23 -coupantes coupant adj f p 0.51 6.69 0.10 1.35 -coupants coupant adj m p 0.51 6.69 0.04 0.74 -coupe_chou coupe_chou nom m s 0.05 0.34 0.05 0.34 -coupe_choux coupe_choux nom m 0.14 0.27 0.14 0.27 -coupe_cigare coupe_cigare nom m s 0.02 0.20 0.02 0.07 -coupe_cigare coupe_cigare nom m p 0.02 0.20 0.00 0.14 -coupe_circuit coupe_circuit nom m s 0.13 0.34 0.11 0.27 -coupe_circuit coupe_circuit nom m p 0.13 0.34 0.02 0.07 -coupe_coupe coupe_coupe nom m 0.10 0.68 0.10 0.68 -coupe_faim coupe_faim nom m s 0.09 0.07 0.08 0.07 -coupe_faim coupe_faim nom m p 0.09 0.07 0.01 0.00 -coupe_feu coupe_feu nom m s 0.12 0.14 0.12 0.14 -coupe_file coupe_file nom m s 0.03 0.00 0.03 0.00 -coupe_gorge coupe_gorge nom m 0.28 0.61 0.28 0.61 -coupe_jarret coupe_jarret nom m s 0.03 0.00 0.02 0.00 -coupe_jarret coupe_jarret nom m p 0.03 0.00 0.01 0.00 -coupe_ongle coupe_ongle nom m s 0.05 0.00 0.05 0.00 -coupe_ongles coupe_ongles nom m 0.26 0.14 0.26 0.14 -coupe_papier coupe_papier nom m 0.36 0.95 0.36 0.95 -coupe_pâte coupe_pâte nom m s 0.00 0.07 0.00 0.07 -coupe_racine coupe_racine nom m p 0.00 0.07 0.00 0.07 -coupe_vent coupe_vent nom m s 0.31 0.34 0.31 0.34 -coupe couper ver 155.82 140.88 32.66 17.77 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:1s;sub:pre:3s; -coupelle coupelle nom f s 0.04 0.61 0.04 0.47 -coupelles coupelle nom f p 0.04 0.61 0.00 0.14 -coupent couper ver 155.82 140.88 2.19 3.99 ind:pre:3p; -couper couper ver 155.82 140.88 41.45 31.76 inf;;inf;;inf;; -coupera couper ver 155.82 140.88 1.13 0.61 ind:fut:3s; -couperai couper ver 155.82 140.88 1.67 0.20 ind:fut:1s; -couperaient couper ver 155.82 140.88 0.07 0.27 cnd:pre:3p; -couperais couper ver 155.82 140.88 1.00 0.41 cnd:pre:1s;cnd:pre:2s; -couperait couper ver 155.82 140.88 0.68 1.22 cnd:pre:3s; -couperas couper ver 155.82 140.88 0.31 0.27 ind:fut:2s; -couperet couperet nom m s 0.42 2.09 0.42 2.03 -couperets couperet nom m p 0.42 2.09 0.00 0.07 -couperez couper ver 155.82 140.88 0.11 0.20 ind:fut:2p; -couperons couper ver 155.82 140.88 0.17 0.20 ind:fut:1p; -couperont couper ver 155.82 140.88 0.20 0.20 ind:fut:3p; -couperose couperose nom f s 0.01 0.88 0.01 0.88 -couperosé couperoser ver m s 0.02 0.14 0.02 0.14 par:pas; -couperosée couperosé adj f s 0.00 1.28 0.00 0.20 -couperosées couperosé adj f p 0.00 1.28 0.00 0.20 -coupes couper ver 155.82 140.88 3.87 0.41 ind:pre:2s; -coupeur coupeur nom m s 0.55 0.41 0.30 0.27 -coupeurs coupeur nom m p 0.55 0.41 0.17 0.14 -coupeuse coupeur nom f s 0.55 0.41 0.08 0.00 -coupez couper ver 155.82 140.88 19.53 1.82 imp:pre:2p;ind:pre:2p; -coupiez couper ver 155.82 140.88 0.22 0.07 ind:imp:2p; -coupions couper ver 155.82 140.88 0.22 0.07 ind:imp:1p; -couplage couplage nom m s 0.11 0.00 0.07 0.00 -couplages couplage nom m p 0.11 0.00 0.04 0.00 -couplant coupler ver 0.42 0.95 0.02 0.00 par:pre; -couple couple nom s 49.62 63.99 41.13 47.23 -coupler coupler ver 0.42 0.95 0.01 0.14 inf; -couples couple nom m p 49.62 63.99 8.49 16.76 -couplet couplet nom m s 1.31 5.34 1.06 3.51 -couplets couplet nom m p 1.31 5.34 0.25 1.82 -coupleur coupleur nom m s 0.18 0.00 0.14 0.00 -coupleurs coupleur nom m p 0.18 0.00 0.04 0.00 -couplé coupler ver m s 0.42 0.95 0.07 0.20 par:pas; -couplée coupler ver f s 0.42 0.95 0.04 0.00 par:pas; -couplées coupler ver f p 0.42 0.95 0.02 0.14 par:pas; -couplés coupler ver m p 0.42 0.95 0.03 0.27 par:pas; -coupole coupole nom f s 1.16 8.92 1.13 5.27 -coupoles coupole nom f p 1.16 8.92 0.04 3.65 -coupon_cadeau coupon_cadeau nom m s 0.01 0.00 0.01 0.00 -coupon coupon nom m s 1.69 2.09 0.51 0.88 -coupons couper ver 155.82 140.88 1.86 0.20 imp:pre:1p;ind:pre:1p; -coups_de_poing coups_de_poing nom m p 0.00 0.14 0.00 0.14 -coups coup nom m p 471.82 837.70 82.33 196.15 -coupèrent couper ver 155.82 140.88 0.10 0.68 ind:pas:3p; -coupé couper ver m s 155.82 140.88 30.34 25.41 par:pas;par:pas;par:pas; -coupée couper ver f s 155.82 140.88 8.14 7.91 par:pas; -coupées couper ver f p 155.82 140.88 1.90 3.92 par:pas; -coupure coupure nom f s 10.48 11.08 6.29 5.81 -coupures coupure nom f p 10.48 11.08 4.19 5.27 -coupés couper ver m p 155.82 140.88 3.85 6.76 par:pas; -couques couque nom f p 0.00 0.07 0.00 0.07 -coéquipier coéquipier nom m s 4.20 0.47 2.73 0.07 -coéquipiers coéquipier nom m p 4.20 0.47 0.71 0.34 -coéquipière coéquipier nom f s 4.20 0.47 0.69 0.07 -coéquipières coéquipière nom f p 0.01 0.00 0.01 0.00 -cour_jardin cour_jardin nom f s 0.00 0.07 0.00 0.07 -cour cour nom f s 95.80 176.96 71.80 150.14 -courûmes courir ver 146.50 263.38 0.01 0.20 ind:pas:1p; -courût courir ver 146.50 263.38 0.00 0.27 sub:imp:3s; -courûtes courir ver 146.50 263.38 0.01 0.00 ind:pas:2p; -courage courage nom m s 70.73 70.34 70.70 69.80 -courages courage nom m p 70.73 70.34 0.03 0.54 -courageuse courageux adj f s 28.68 11.96 7.87 2.97 -courageusement courageusement adv 0.61 3.45 0.61 3.45 -courageuses courageux adj f p 28.68 11.96 0.59 0.61 -courageux courageux adj m 28.68 11.96 20.22 8.38 -couraient courir ver 146.50 263.38 1.54 17.91 ind:imp:3p; -courailler courailler ver 0.02 0.00 0.02 0.00 inf; -courais courir ver 146.50 263.38 2.86 5.00 ind:imp:1s;ind:imp:2s; -courait courir ver 146.50 263.38 3.38 32.43 ind:imp:3s; -couramment couramment adv 1.38 3.11 1.38 3.11 -courant courant nom m s 111.58 79.73 108.69 67.36 -courante courant adj f s 10.13 20.14 1.83 8.51 -courantes courant adj f p 10.13 20.14 0.53 2.23 -courants courant nom m p 111.58 79.73 2.89 12.36 -courba courber ver 2.84 19.66 0.00 2.09 ind:pas:3s; -courbaient courber ver 2.84 19.66 0.00 0.81 ind:imp:3p; -courbait courber ver 2.84 19.66 0.00 1.35 ind:imp:3s; -courbant courber ver 2.84 19.66 0.16 2.36 par:pre; -courbatu courbatu adj m s 0.02 0.54 0.01 0.27 -courbatue courbatu adj f s 0.02 0.54 0.01 0.14 -courbature courbature nom f s 0.39 1.62 0.01 0.54 -courbatures courbature nom f p 0.39 1.62 0.38 1.08 -courbaturé courbaturé adj m s 0.33 0.07 0.32 0.07 -courbaturée courbaturé adj f s 0.33 0.07 0.01 0.00 -courbatus courbatu adj m p 0.02 0.54 0.00 0.14 -courbe courbe nom f s 3.00 18.11 1.72 11.82 -courbent courber ver 2.84 19.66 0.11 0.07 ind:pre:3p; -courber courber ver 2.84 19.66 0.61 2.50 inf; -courberait courber ver 2.84 19.66 0.00 0.07 cnd:pre:3s; -courbes courbe nom f p 3.00 18.11 1.28 6.28 -courbette courbette nom f s 0.69 2.70 0.32 0.74 -courbettes courbette nom f p 0.69 2.70 0.38 1.96 -courbez courber ver 2.84 19.66 0.07 0.14 imp:pre:2p;ind:pre:2p; -courbons courber ver 2.84 19.66 0.01 0.07 imp:pre:1p;ind:pre:1p; -courbé courbé adj m s 0.66 6.08 0.59 2.97 -courbée courber ver f s 2.84 19.66 0.21 1.69 par:pas; -courbées courber ver f p 2.84 19.66 0.01 0.41 par:pas; -courbure courbure nom f s 0.33 2.50 0.21 2.16 -courbures courbure nom f p 0.33 2.50 0.12 0.34 -courbés courber ver m p 2.84 19.66 0.55 1.82 par:pas; -coure courir ver 146.50 263.38 0.72 1.22 sub:pre:1s;sub:pre:3s; -courent courir ver 146.50 263.38 8.83 12.84 ind:pre:3p; -coures courir ver 146.50 263.38 0.29 0.00 sub:pre:2s; -courette courette nom f s 0.00 2.09 0.00 1.69 -courettes courette nom f p 0.00 2.09 0.00 0.41 -coureur coureur nom m s 5.48 8.31 3.71 4.80 -coureurs coureur nom m p 5.48 8.31 1.42 2.36 -coureuse coureur nom f s 5.48 8.31 0.36 1.08 -coureuses coureuse nom f p 0.04 0.00 0.04 0.00 -courez courir ver 146.50 263.38 11.99 1.28 imp:pre:2p;ind:pre:2p; -courge courge nom f s 2.46 0.88 1.38 0.61 -courges courge nom f p 2.46 0.88 1.08 0.27 -courgette courgette nom f s 1.24 0.41 0.25 0.00 -courgettes courgette nom f p 1.24 0.41 1.00 0.41 -couriez courir ver 146.50 263.38 0.14 0.20 ind:imp:2p;sub:pre:2p; -courions courir ver 146.50 263.38 0.09 0.68 ind:imp:1p; -courir courir ver 146.50 263.38 47.19 71.82 inf; -courlis courlis nom m 0.03 0.47 0.03 0.47 -couronna couronner ver 5.56 14.86 0.14 0.27 ind:pas:3s; -couronnaient couronner ver 5.56 14.86 0.01 0.47 ind:imp:3p; -couronnait couronner ver 5.56 14.86 0.01 0.88 ind:imp:3s; -couronnant couronner ver 5.56 14.86 0.01 1.42 par:pre; -couronne couronne nom f s 23.15 20.61 15.16 12.50 -couronnement couronnement nom m s 2.40 2.09 2.38 2.03 -couronnements couronnement nom m p 2.40 2.09 0.01 0.07 -couronnent couronner ver 5.56 14.86 0.14 0.34 ind:pre:3p; -couronner couronner ver 5.56 14.86 1.76 2.23 inf; -couronnera couronner ver 5.56 14.86 0.01 0.07 ind:fut:3s; -couronnerai couronner ver 5.56 14.86 0.02 0.00 ind:fut:1s; -couronnerons couronner ver 5.56 14.86 0.02 0.00 ind:fut:1p; -couronnes couronne nom f p 23.15 20.61 7.99 8.11 -couronné couronner ver m s 5.56 14.86 1.45 3.65 par:pas; -couronnée couronner ver f s 5.56 14.86 1.05 2.57 par:pas; -couronnées couronné adj f p 0.63 1.49 0.27 0.34 -couronnés couronner ver m p 5.56 14.86 0.14 1.28 par:pas; -courons courir ver 146.50 263.38 2.19 1.76 imp:pre:1p;ind:pre:1p; -courra courir ver 146.50 263.38 0.90 0.41 ind:fut:3s; -courrai courir ver 146.50 263.38 0.22 0.07 ind:fut:1s; -courraient courir ver 146.50 263.38 0.07 0.14 cnd:pre:3p; -courrais courir ver 146.50 263.38 0.86 0.14 cnd:pre:1s;cnd:pre:2s; -courrait courir ver 146.50 263.38 0.37 0.61 cnd:pre:3s; -courras courir ver 146.50 263.38 0.35 0.00 ind:fut:2s; -courre courre ver 0.75 2.91 0.75 2.91 inf; -courrez courir ver 146.50 263.38 1.05 0.00 ind:fut:2p; -courriel courriel nom m s 0.24 0.00 0.24 0.00 -courrier courrier nom m s 23.98 24.46 23.40 23.04 -courriers courrier nom m p 23.98 24.46 0.59 1.42 -courriez courir ver 146.50 263.38 0.09 0.00 cnd:pre:2p; -courrions courir ver 146.50 263.38 0.02 0.00 cnd:pre:1p; -courriériste courriériste nom s 0.00 0.27 0.00 0.27 -courroie courroie nom f s 1.05 5.61 0.56 3.11 -courroies courroie nom f p 1.05 5.61 0.50 2.50 -courrons courir ver 146.50 263.38 0.19 0.20 ind:fut:1p; -courront courir ver 146.50 263.38 0.17 0.34 ind:fut:3p; -courrouce courroucer ver 0.63 2.50 0.02 0.14 imp:pre:2s;ind:pre:3s; -courroucer courroucer ver 0.63 2.50 0.02 0.00 inf; -courroucé courroucer ver m s 0.63 2.50 0.57 1.49 par:pas; -courroucée courroucer ver f s 0.63 2.50 0.02 0.47 par:pas; -courroucées courroucer ver f p 0.63 2.50 0.00 0.07 par:pas; -courroucés courroucer ver m p 0.63 2.50 0.00 0.20 par:pas; -courrouçaient courroucer ver 0.63 2.50 0.00 0.07 ind:imp:3p; -courrouçait courroucer ver 0.63 2.50 0.00 0.07 ind:imp:3s; -courroux courroux nom m 3.55 2.09 3.55 2.09 -cours cours nom m 119.05 149.93 119.05 149.93 -coursaient courser ver 1.30 2.50 0.02 0.07 ind:imp:3p; -coursais courser ver 1.30 2.50 0.01 0.07 ind:imp:1s;ind:imp:2s; -coursait courser ver 1.30 2.50 0.02 0.07 ind:imp:3s; -coursant courser ver 1.30 2.50 0.00 0.14 par:pre; -course_poursuite course_poursuite nom f s 0.34 0.00 0.34 0.00 -course course nom f s 72.48 81.22 40.45 51.22 -coursent courser ver 1.30 2.50 0.03 0.20 ind:pre:3p; -courser courser ver 1.30 2.50 0.14 0.41 inf; -courserais courser ver 1.30 2.50 0.01 0.00 cnd:pre:2s; -courses course nom f p 72.48 81.22 32.04 30.00 -coursier coursier nom m s 4.81 2.64 4.06 1.96 -coursiers coursier nom m p 4.81 2.64 0.73 0.61 -coursière coursier nom f s 4.81 2.64 0.02 0.07 -coursive coursive nom f s 0.34 3.38 0.26 2.36 -coursives coursive nom f p 0.34 3.38 0.09 1.01 -coursé courser ver m s 1.30 2.50 0.09 0.34 par:pas; -coursée courser ver f s 1.30 2.50 0.03 0.07 par:pas; -coursés courser ver m p 1.30 2.50 0.27 0.07 par:pas; -court_bouillon court_bouillon nom m s 0.29 0.68 0.29 0.68 -court_circuit court_circuit nom m s 1.53 1.76 1.47 1.55 -court_circuiter court_circuiter ver 0.83 0.54 0.00 0.07 ind:imp:3s; -court_circuiter court_circuiter ver 0.83 0.54 0.00 0.07 par:pre; -court_circuiter court_circuiter ver 0.83 0.54 0.14 0.07 imp:pre:2s;ind:pre:1s;ind:pre:3s; -court_circuiter court_circuiter ver 0.83 0.54 0.29 0.20 inf; -court_circuit court_circuit ver 0.01 0.00 0.01 0.00 ind:pre:3s; -court_circuits court_circuits nom m s 0.02 0.00 0.02 0.00 -court_circuiter court_circuiter ver m s 0.83 0.54 0.28 0.07 par:pas; -court_circuiter court_circuiter ver f s 0.83 0.54 0.02 0.07 par:pas; -court_circuiter court_circuiter ver f p 0.83 0.54 0.10 0.00 par:pas; -court_courrier court_courrier nom m s 0.01 0.00 0.01 0.00 -court_jus court_jus nom m 0.03 0.00 0.03 0.00 -court_métrage court_métrage nom m s 0.17 0.00 0.17 0.00 -court_vêtu court_vêtu adj f s 0.01 0.14 0.01 0.00 -court_vêtu court_vêtu adj f p 0.01 0.14 0.00 0.14 -court courir ver 146.50 263.38 19.25 22.30 ind:pre:3s; -courtage courtage nom m s 0.36 0.27 0.36 0.07 -courtages courtage nom m p 0.36 0.27 0.00 0.20 -courtaud courtaud adj m s 0.22 1.15 0.21 0.61 -courtaude courtaud adj f s 0.22 1.15 0.01 0.27 -courtaudes courtaud adj f p 0.22 1.15 0.00 0.20 -courtauds courtaud adj m p 0.22 1.15 0.00 0.07 -courte court adj f s 41.15 108.99 14.07 32.77 -courtelinesque courtelinesque adj m s 0.00 0.14 0.00 0.07 -courtelinesques courtelinesque adj p 0.00 0.14 0.00 0.07 -courtement courtement adv 0.00 0.20 0.00 0.20 -courtepointe courtepointe nom f s 0.01 1.35 0.01 1.28 -courtepointes courtepointe nom f p 0.01 1.35 0.00 0.07 -courtes court adj f p 41.15 108.99 3.63 20.14 -courtier courtier nom m s 2.96 1.76 2.21 0.74 -courtiers courtier nom m p 2.96 1.76 0.73 0.61 -courtilière courtilière nom f s 0.00 0.14 0.00 0.07 -courtilières courtilière nom f p 0.00 0.14 0.00 0.07 -courtils courtil nom m p 0.00 0.07 0.00 0.07 -courtine courtine nom f s 0.00 2.43 0.00 0.34 -courtines courtine nom f p 0.00 2.43 0.00 2.09 -courtisa courtiser ver 2.79 2.50 0.00 0.07 ind:pas:3s; -courtisaient courtiser ver 2.79 2.50 0.03 0.07 ind:imp:3p; -courtisais courtiser ver 2.79 2.50 0.04 0.07 ind:imp:1s;ind:imp:2s; -courtisait courtiser ver 2.79 2.50 0.03 0.34 ind:imp:3s; -courtisan courtisan adj m s 0.30 0.47 0.28 0.34 -courtisane courtisan nom f s 2.58 6.82 0.66 2.09 -courtisanerie courtisanerie nom f s 0.00 0.41 0.00 0.41 -courtisanes courtisan nom f p 2.58 6.82 0.47 1.62 -courtisans courtisan nom m p 2.58 6.82 1.25 1.89 -courtisant courtiser ver 2.79 2.50 0.02 0.07 par:pre; -courtise courtiser ver 2.79 2.50 0.52 0.34 imp:pre:2s;ind:pre:1s;ind:pre:3s; -courtisent courtiser ver 2.79 2.50 0.14 0.07 ind:pre:3p; -courtiser courtiser ver 2.79 2.50 1.01 0.34 inf; -courtiserai courtiser ver 2.79 2.50 0.01 0.00 ind:fut:1s; -courtiseras courtiser ver 2.79 2.50 0.01 0.00 ind:fut:2s; -courtisez courtiser ver 2.79 2.50 0.05 0.00 imp:pre:2p;ind:pre:2p; -courtisiez courtiser ver 2.79 2.50 0.12 0.00 ind:imp:2p; -courtisé courtiser ver m s 2.79 2.50 0.45 0.20 par:pas; -courtisée courtiser ver f s 2.79 2.50 0.33 0.88 par:pas; -courtisées courtiser ver f p 2.79 2.50 0.01 0.07 par:pas; -courtière courtier nom f s 2.96 1.76 0.02 0.34 -courtières courtier nom f p 2.96 1.76 0.00 0.07 -courtois courtois adj m 1.97 9.73 1.58 7.03 -courtoise courtois adj f s 1.97 9.73 0.28 2.23 -courtoisement courtoisement adv 0.27 1.96 0.27 1.96 -courtoises courtois adj f p 1.97 9.73 0.11 0.47 -courtoisie courtoisie nom f s 4.59 8.18 4.42 8.04 -courtoisies courtoisie nom f p 4.59 8.18 0.16 0.14 -court_circuit court_circuit nom m p 1.53 1.76 0.07 0.20 -courts court adj m p 41.15 108.99 6.03 16.22 -couru courir ver m s 146.50 263.38 12.76 16.42 par:pas; -courue courir ver f s 146.50 263.38 0.11 0.14 par:pas; -courues courir ver f p 146.50 263.38 0.00 0.14 par:pas; -coururent courir ver 146.50 263.38 0.49 3.78 ind:pas:3p; -courus courir ver m p 146.50 263.38 0.23 4.73 ind:pas:1s;par:pas; -courussent courir ver 146.50 263.38 0.00 0.07 sub:imp:3p; -courut courir ver 146.50 263.38 1.65 22.64 ind:pas:3s; -cous_de_pied cous_de_pied nom m p 0.00 0.07 0.00 0.07 -cous cou nom m p 44.09 115.34 0.38 2.64 -cousaient coudre ver 8.88 20.74 0.01 0.20 ind:imp:3p; -cousait coudre ver 8.88 20.74 0.16 2.36 ind:imp:3s; -cousant coudre ver 8.88 20.74 0.03 0.88 par:pre; -couscous couscous nom m 1.05 3.24 1.05 3.24 -couscoussier couscoussier nom m s 0.15 0.34 0.15 0.27 -couscoussiers couscoussier nom m p 0.15 0.34 0.00 0.07 -couse coudre ver 8.88 20.74 0.06 0.07 sub:pre:1s;sub:pre:3s; -cousent coudre ver 8.88 20.74 0.07 0.14 ind:pre:3p; -cousette cousette nom f s 0.01 0.68 0.00 0.14 -cousettes cousette nom f p 0.01 0.68 0.01 0.54 -couseuse couseur nom f s 0.01 0.00 0.01 0.00 -cousez coudre ver 8.88 20.74 0.17 0.00 imp:pre:2p;ind:pre:2p; -cousiez coudre ver 8.88 20.74 0.00 0.07 ind:imp:2p; -cousin cousin nom m s 73.87 89.93 37.31 39.05 -cousinage cousinage nom m s 0.00 0.88 0.00 0.47 -cousinages cousinage nom m p 0.00 0.88 0.00 0.41 -cousinant cousiner ver 0.00 0.14 0.00 0.14 par:pre; -cousine cousin nom f s 73.87 89.93 23.72 25.14 -cousines cousin nom f p 73.87 89.93 2.18 5.14 -cousins cousin nom m p 73.87 89.93 10.66 20.61 -cousirent coudre ver 8.88 20.74 0.00 0.07 ind:pas:3p; -cousissent coudre ver 8.88 20.74 0.00 0.07 sub:imp:3p; -cousit coudre ver 8.88 20.74 0.00 0.14 ind:pas:3s; -coussin coussin nom m s 4.41 22.70 2.44 8.45 -coussinet coussinet nom m s 0.07 0.88 0.04 0.47 -coussinets coussinet nom m p 0.07 0.88 0.02 0.41 -coussins coussin nom m p 4.41 22.70 1.98 14.26 -cousu coudre ver m s 8.88 20.74 1.18 2.97 par:pas; -cousue cousu adj f s 1.86 2.50 1.50 0.88 -cousues coudre ver f p 8.88 20.74 0.25 0.95 par:pas; -cousus coudre ver m p 8.88 20.74 0.43 1.69 par:pas; -couteau_scie couteau_scie nom m s 0.01 0.07 0.01 0.07 -couteau couteau nom m s 58.15 52.64 51.08 44.26 -couteaux couteau nom m p 58.15 52.64 7.08 8.38 -coutelas coutelas nom m 0.02 1.22 0.02 1.22 -coutelier coutelier nom m s 0.02 0.20 0.02 0.20 -coutellerie coutellerie nom f s 0.01 0.20 0.01 0.14 -coutelleries coutellerie nom f p 0.01 0.20 0.00 0.07 -coutil coutil nom m s 0.00 1.28 0.00 1.28 -coutume coutume nom f s 10.46 25.14 7.27 17.03 -coutumes coutume nom f p 10.46 25.14 3.19 8.11 -coutumier coutumier adj m s 0.85 6.15 0.63 2.36 -coutumiers coutumier adj m p 0.85 6.15 0.00 0.88 -coutumière coutumier adj f s 0.85 6.15 0.20 2.57 -coutumièrement coutumièrement adv 0.00 0.07 0.00 0.07 -coutumières coutumier adj f p 0.85 6.15 0.02 0.34 -couturaient couturer ver 0.10 1.28 0.00 0.14 ind:imp:3p; -couture couture nom f s 5.52 10.54 4.31 8.45 -coutures couture nom f p 5.52 10.54 1.21 2.09 -couturier couturier nom m s 3.15 10.27 0.56 2.43 -couturiers couturier nom m p 3.15 10.27 0.15 1.28 -couturière couturier nom f s 3.15 10.27 2.45 5.81 -couturières couturière nom f p 0.36 0.00 0.36 0.00 -couturé couturer ver m s 0.10 1.28 0.00 0.47 par:pas; -couturée couturer ver f s 0.10 1.28 0.10 0.41 par:pas; -couturées couturer ver f p 0.10 1.28 0.00 0.14 par:pas; -couturés couturer ver m p 0.10 1.28 0.00 0.14 par:pas; -couvade couvade nom f s 0.01 0.00 0.01 0.00 -couvaient couver ver 3.59 12.03 0.14 0.54 ind:imp:3p; -couvais couver ver 3.59 12.03 0.01 0.14 ind:imp:1s; -couvaison couvaison nom f s 0.00 0.20 0.00 0.14 -couvaisons couvaison nom f p 0.00 0.20 0.00 0.07 -couvait couver ver 3.59 12.03 0.25 3.58 ind:imp:3s; -couvant couver ver 3.59 12.03 0.02 0.54 par:pre; -couve couver ver 3.59 12.03 1.54 1.76 imp:pre:2s;ind:pre:1s;ind:pre:3s; -couvent couvent nom m s 16.83 26.15 16.09 22.50 -couventine couventine nom f s 0.00 0.41 0.00 0.20 -couventines couventine nom f p 0.00 0.41 0.00 0.20 -couvents couvent nom m p 16.83 26.15 0.74 3.65 -couver couver ver 3.59 12.03 0.75 1.62 inf; -couvercle couvercle nom m s 2.71 22.09 2.56 20.61 -couvercles couvercle nom m p 2.71 22.09 0.16 1.49 -couveront couver ver 3.59 12.03 0.01 0.07 ind:fut:3p; -couvert couvrir ver m s 88.29 133.51 14.62 26.89 par:pas; -couverte couvrir ver f s 88.29 133.51 4.77 18.31 par:pas; -couvertes couvrir ver f p 88.29 133.51 1.77 10.27 par:pas; -couverts couvrir ver m p 88.29 133.51 2.92 11.82 par:pas; -couverture couverture nom f s 34.39 62.03 26.50 41.01 -couvertures couverture nom f p 34.39 62.03 7.89 21.01 -couves couver ver 3.59 12.03 0.23 0.27 ind:pre:2s; -couvet couvet nom m s 0.00 0.14 0.00 0.14 -couveuse couveuse nom f s 0.51 0.95 0.51 0.74 -couveuses couveuse nom f p 0.51 0.95 0.00 0.20 -couvez couver ver 3.59 12.03 0.09 0.07 imp:pre:2p;ind:pre:2p; -couvis couvi adj m p 0.00 0.07 0.00 0.07 -couvrît couvrir ver 88.29 133.51 0.00 0.07 sub:imp:3s; -couvraient couvrir ver 88.29 133.51 0.45 4.26 ind:imp:3p; -couvrais couvrir ver 88.29 133.51 0.76 0.54 ind:imp:1s;ind:imp:2s; -couvrait couvrir ver 88.29 133.51 1.35 15.27 ind:imp:3s; -couvrant couvrir ver 88.29 133.51 0.85 4.26 par:pre; -couvrante couvrant adj f s 0.18 2.64 0.01 1.49 -couvrantes couvrant adj f p 0.18 2.64 0.00 0.88 -couvre_chef couvre_chef nom m s 0.58 1.55 0.42 1.35 -couvre_chef couvre_chef nom m p 0.58 1.55 0.16 0.20 -couvre_feu couvre_feu nom m s 3.63 3.11 3.63 3.11 -couvre_feux couvre_feux nom m p 0.04 0.00 0.04 0.00 -couvre_lit couvre_lit nom m s 0.33 2.77 0.30 2.70 -couvre_lit couvre_lit nom m p 0.33 2.77 0.03 0.07 -couvre_pied couvre_pied nom m s 0.01 0.47 0.01 0.47 -couvre_pieds couvre_pieds nom m 0.01 0.47 0.01 0.47 -couvre couvrir ver 88.29 133.51 23.58 11.22 imp:pre:2s;ind:pre:1s;ind:pre:3s; -couvrent couvrir ver 88.29 133.51 1.96 3.65 ind:pre:3p; -couvres couvrir ver 88.29 133.51 2.54 0.27 ind:pre:2s;sub:pre:2s; -couvreur couvreur nom m s 0.41 1.01 0.37 0.74 -couvreurs couvreur nom m p 0.41 1.01 0.04 0.27 -couvrez couvrir ver 88.29 133.51 8.41 0.47 imp:pre:2p;ind:pre:2p; -couvriez couvrir ver 88.29 133.51 0.09 0.00 ind:imp:2p; -couvrir couvrir ver 88.29 133.51 19.57 16.82 inf; -couvrira couvrir ver 88.29 133.51 1.72 0.41 ind:fut:3s; -couvrirai couvrir ver 88.29 133.51 1.03 0.07 ind:fut:1s; -couvriraient couvrir ver 88.29 133.51 0.06 0.41 cnd:pre:3p; -couvrirais couvrir ver 88.29 133.51 0.29 0.00 cnd:pre:1s;cnd:pre:2s; -couvrirait couvrir ver 88.29 133.51 0.15 0.68 cnd:pre:3s; -couvriras couvrir ver 88.29 133.51 0.07 0.20 ind:fut:2s; -couvrirent couvrir ver 88.29 133.51 0.00 1.15 ind:pas:3p; -couvrirez couvrir ver 88.29 133.51 0.27 0.14 ind:fut:2p; -couvrirons couvrir ver 88.29 133.51 0.10 0.00 ind:fut:1p; -couvriront couvrir ver 88.29 133.51 0.27 0.07 ind:fut:3p; -couvris couvrir ver 88.29 133.51 0.00 0.61 ind:pas:1s; -couvrit couvrir ver 88.29 133.51 0.20 5.61 ind:pas:3s; -couvrons couvrir ver 88.29 133.51 0.48 0.07 imp:pre:1p;ind:pre:1p; -couvé couver ver m s 3.59 12.03 0.17 1.82 par:pas; -couvée couvée nom f s 0.20 1.42 0.19 1.15 -couvées couvée nom f p 0.20 1.42 0.01 0.27 -couvés couver ver m p 3.59 12.03 0.01 0.68 par:pas; -covalent covalent adj m s 0.03 0.00 0.01 0.00 -covalente covalent adj f s 0.03 0.00 0.01 0.00 -covenant covenant nom m s 0.05 0.00 0.05 0.00 -cover_girl cover_girl nom f s 0.14 0.47 0.14 0.20 -cover_girl cover_girl nom f p 0.14 0.47 0.00 0.27 -covoiturage covoiturage nom m s 0.07 0.00 0.07 0.00 -cow_boy cow_boy nom m s 0.01 5.27 0.00 3.11 -cow_boy cow_boy nom m p 0.01 5.27 0.01 2.16 -coxalgie coxalgie nom f s 0.00 0.07 0.00 0.07 -coxalgique coxalgique adj s 0.00 0.07 0.00 0.07 -coyote coyote nom m s 4.01 0.47 2.50 0.34 -coyotes coyote nom m p 4.01 0.47 1.52 0.14 -crû croître ver m s 4.79 10.34 0.93 0.41 par:pas; -crûment crûment adv 0.54 1.89 0.54 1.89 -crûmes croire ver_sup 1711.99 947.23 0.00 0.54 ind:pas:1p; -crût croire ver_sup 1711.99 947.23 0.05 0.68 sub:imp:3s; -crabe crabe nom m s 8.14 12.36 4.90 7.30 -crabes crabe nom m p 8.14 12.36 3.24 5.07 -crabillon crabillon nom m s 0.00 0.20 0.00 0.07 -crabillons crabillon nom m p 0.00 0.20 0.00 0.14 -crabs crabs nom m p 0.41 0.00 0.41 0.00 -crac crac nom_sup m s 2.85 6.01 2.85 6.01 -cracha cracher ver 27.93 45.81 0.16 5.20 ind:pas:3s; -crachai cracher ver 27.93 45.81 0.00 0.20 ind:pas:1s; -crachaient cracher ver 27.93 45.81 0.03 1.76 ind:imp:3p; -crachais cracher ver 27.93 45.81 0.13 0.68 ind:imp:1s;ind:imp:2s; -crachait cracher ver 27.93 45.81 0.87 4.66 ind:imp:3s; -crachant cracher ver 27.93 45.81 0.36 4.32 par:pre; -crachat crachat nom m s 1.34 3.72 1.08 1.62 -crachats crachat nom m p 1.34 3.72 0.26 2.09 -crache cracher ver 27.93 45.81 10.28 10.47 imp:pre:2s;ind:pre:1s;ind:pre:3s; -crachement crachement nom m s 0.00 0.68 0.00 0.54 -crachements crachement nom m p 0.00 0.68 0.00 0.14 -crachent cracher ver 27.93 45.81 0.93 1.42 ind:pre:3p; -cracher cracher ver 27.93 45.81 6.86 10.34 inf; -crachera cracher ver 27.93 45.81 0.30 0.14 ind:fut:3s; -cracherai cracher ver 27.93 45.81 0.21 0.34 ind:fut:1s; -cracherais cracher ver 27.93 45.81 0.64 0.14 cnd:pre:1s;cnd:pre:2s; -cracherait cracher ver 27.93 45.81 0.18 0.20 cnd:pre:3s; -cracheriez cracher ver 27.93 45.81 0.01 0.00 cnd:pre:2p; -cracheront cracher ver 27.93 45.81 0.04 0.14 ind:fut:3p; -craches cracher ver 27.93 45.81 1.41 0.41 ind:pre:2s;sub:pre:2s; -cracheur cracheur nom m s 0.32 1.08 0.28 0.88 -cracheurs cracheur nom m p 0.32 1.08 0.01 0.14 -cracheuse cracheur nom f s 0.32 1.08 0.03 0.07 -cracheuses cracheuse nom f p 0.01 0.00 0.01 0.00 -crachez cracher ver 27.93 45.81 0.91 0.14 imp:pre:2p;ind:pre:2p; -crachin crachin nom m s 0.03 2.03 0.03 1.89 -crachine crachiner ver 0.00 0.20 0.00 0.07 ind:pre:3s; -crachiner crachiner ver 0.00 0.20 0.00 0.14 inf; -crachins crachin nom m p 0.03 2.03 0.00 0.14 -crachoir crachoir nom m s 0.56 0.61 0.32 0.47 -crachoirs crachoir nom m p 0.56 0.61 0.24 0.14 -crachons cracher ver 27.93 45.81 0.14 0.07 imp:pre:1p;ind:pre:1p; -crachota crachoter ver 0.02 2.30 0.01 0.14 ind:pas:3s; -crachotaient crachoter ver 0.02 2.30 0.00 0.07 ind:imp:3p; -crachotait crachoter ver 0.02 2.30 0.00 0.41 ind:imp:3s; -crachotant crachoter ver 0.02 2.30 0.00 0.47 par:pre; -crachotantes crachotant adj f p 0.00 0.41 0.00 0.07 -crachotants crachotant adj m p 0.00 0.41 0.00 0.07 -crachote crachoter ver 0.02 2.30 0.01 0.41 ind:pre:3s; -crachotement crachotement nom m s 0.00 0.27 0.00 0.14 -crachotements crachotement nom m p 0.00 0.27 0.00 0.14 -crachotent crachoter ver 0.02 2.30 0.00 0.14 ind:pre:3p; -crachoter crachoter ver 0.02 2.30 0.00 0.54 inf; -crachoteuse crachoteux adj f s 0.00 0.20 0.00 0.14 -crachoteux crachoteux adj m 0.00 0.20 0.00 0.07 -crachoté crachoter ver m s 0.02 2.30 0.00 0.14 par:pas; -crachouilla crachouiller ver 0.00 0.34 0.00 0.14 ind:pas:3s; -crachouille crachouiller ver 0.00 0.34 0.00 0.20 ind:pre:3s; -crachouillis crachouillis nom m 0.01 0.14 0.01 0.14 -crachèrent cracher ver 27.93 45.81 0.00 0.27 ind:pas:3p; -craché cracher ver m s 27.93 45.81 4.26 4.53 par:pas; -crachée craché adj f s 3.24 1.62 0.19 0.27 -crachées cracher ver f p 27.93 45.81 0.01 0.07 par:pas; -crachés cracher ver m p 27.93 45.81 0.01 0.20 par:pas; -crack crack nom m s 7.77 0.88 7.30 0.68 -cracker cracker nom m s 2.22 0.27 0.72 0.00 -crackers cracker nom m p 2.22 0.27 1.50 0.27 -cracking cracking nom m s 0.01 0.00 0.01 0.00 -cracks crack nom m p 7.77 0.88 0.47 0.20 -cracra cracra adj f s 0.04 0.54 0.04 0.54 -crade crade adj s 1.31 1.55 1.19 1.35 -crades crade adj p 1.31 1.55 0.12 0.20 -cradingue cradingue adj s 0.12 1.42 0.12 1.01 -cradingues cradingue adj p 0.12 1.42 0.00 0.41 -crado crado adj s 0.23 1.22 0.17 0.95 -cradoque cradoque adj f s 0.01 0.00 0.01 0.00 -crados crado adj p 0.23 1.22 0.06 0.27 -craie craie nom f s 5.80 10.68 5.66 10.20 -craies craie nom f p 5.80 10.68 0.14 0.47 -craignît craindre ver 117.44 108.31 0.00 0.20 sub:imp:3s; -craignaient craindre ver 117.44 108.31 0.82 2.91 ind:imp:3p; -craignais craindre ver 117.44 108.31 5.34 8.31 ind:imp:1s;ind:imp:2s; -craignait craindre ver 117.44 108.31 3.42 20.14 ind:imp:3s; -craignant craindre ver 117.44 108.31 1.35 7.97 par:pre; -craigne craindre ver 117.44 108.31 0.49 0.41 sub:pre:1s;sub:pre:3s; -craignent craindre ver 117.44 108.31 3.75 2.36 ind:pre:3p; -craignes craindre ver 117.44 108.31 0.14 0.00 sub:pre:2s; -craignez craindre ver 117.44 108.31 9.27 3.38 imp:pre:2p;ind:pre:2p; -craigniez craindre ver 117.44 108.31 0.38 0.20 ind:imp:2p; -craignions craindre ver 117.44 108.31 0.22 0.20 ind:imp:1p; -craignirent craindre ver 117.44 108.31 0.00 0.07 ind:pas:3p; -craignis craindre ver 117.44 108.31 0.14 0.54 ind:pas:1s; -craignissent craindre ver 117.44 108.31 0.00 0.07 sub:imp:3p; -craignit craindre ver 117.44 108.31 0.01 1.82 ind:pas:3s; -craignons craindre ver 117.44 108.31 1.32 1.08 imp:pre:1p;ind:pre:1p; -craignos craignos adj 1.02 0.74 1.02 0.74 -craillaient crailler ver 0.00 0.14 0.00 0.07 ind:imp:3p; -craillent crailler ver 0.00 0.14 0.00 0.07 ind:pre:3p; -craindra craindre ver 117.44 108.31 0.22 0.07 ind:fut:3s; -craindrai craindre ver 117.44 108.31 0.08 0.00 ind:fut:1s; -craindraient craindre ver 117.44 108.31 0.04 0.07 cnd:pre:3p; -craindrais craindre ver 117.44 108.31 0.19 0.20 cnd:pre:1s;cnd:pre:2s; -craindrait craindre ver 117.44 108.31 0.10 0.34 cnd:pre:3s; -craindras craindre ver 117.44 108.31 0.03 0.00 ind:fut:2s; -craindre craindre ver 117.44 108.31 18.73 19.73 inf; -craindriez craindre ver 117.44 108.31 0.16 0.00 cnd:pre:2p; -craindrons craindre ver 117.44 108.31 0.01 0.00 ind:fut:1p; -craindront craindre ver 117.44 108.31 0.02 0.07 ind:fut:3p; -crains craindre ver 117.44 108.31 40.76 17.64 imp:pre:2s;ind:pre:1s;ind:pre:2s; -craint craindre ver m s 117.44 108.31 23.43 15.54 ind:pre:3s;par:pas; -crainte crainte nom f s 14.54 52.64 11.39 45.61 -craintes crainte nom f p 14.54 52.64 3.15 7.03 -craintif craintif adj m s 1.38 8.31 0.97 3.92 -craintifs craintif adj m p 1.38 8.31 0.19 1.49 -craintive craintif adj f s 1.38 8.31 0.22 2.23 -craintivement craintivement adv 0.00 1.15 0.00 1.15 -craintives craintif adj f p 1.38 8.31 0.00 0.68 -craints craindre ver m p 117.44 108.31 0.25 0.14 par:pas; -crama cramer ver 4.59 2.97 0.00 0.07 ind:pas:3s; -cramaient cramer ver 4.59 2.97 0.00 0.07 ind:imp:3p; -cramait cramer ver 4.59 2.97 0.01 0.14 ind:imp:3s; -cramant cramer ver 4.59 2.97 0.00 0.07 par:pre; -crame cramer ver 4.59 2.97 1.17 0.68 imp:pre:2s;ind:pre:1s;ind:pre:3s; -crament cramer ver 4.59 2.97 0.05 0.07 ind:pre:3p; -cramer cramer ver 4.59 2.97 1.47 0.81 inf; -crameraient cramer ver 4.59 2.97 0.01 0.00 cnd:pre:3p; -cramerais cramer ver 4.59 2.97 0.02 0.00 cnd:pre:1s;cnd:pre:2s; -crameras cramer ver 4.59 2.97 0.01 0.00 ind:fut:2s; -cramez cramer ver 4.59 2.97 0.16 0.00 imp:pre:2p;ind:pre:2p; -cramoisi cramoisi adj m s 0.25 4.26 0.13 2.70 -cramoisie cramoisi adj f s 0.25 4.26 0.10 0.47 -cramoisies cramoisi adj f p 0.25 4.26 0.00 0.47 -cramoisis cramoisi adj m p 0.25 4.26 0.02 0.61 -cramouille cramouille nom f s 0.06 0.47 0.05 0.34 -cramouilles cramouille nom f p 0.06 0.47 0.01 0.14 -crampe crampe nom f s 5.18 6.01 2.62 2.84 -crampes crampe nom f p 5.18 6.01 2.57 3.18 -crampette crampette nom f s 0.00 0.14 0.00 0.07 -crampettes crampette nom f p 0.00 0.14 0.00 0.07 -crampon crampon nom m s 1.49 1.15 0.98 0.20 -cramponna cramponner ver 1.67 13.45 0.00 0.54 ind:pas:3s; -cramponnaient cramponner ver 1.67 13.45 0.00 0.14 ind:imp:3p; -cramponnais cramponner ver 1.67 13.45 0.14 0.41 ind:imp:1s;ind:imp:2s; -cramponnait cramponner ver 1.67 13.45 0.02 1.49 ind:imp:3s; -cramponnant cramponner ver 1.67 13.45 0.00 1.08 par:pre; -cramponne cramponner ver 1.67 13.45 0.49 1.96 imp:pre:2s;ind:pre:1s;ind:pre:3s; -cramponnent cramponner ver 1.67 13.45 0.00 0.27 ind:pre:3p; -cramponner cramponner ver 1.67 13.45 0.09 1.35 inf; -cramponneront cramponner ver 1.67 13.45 0.02 0.00 ind:fut:3p; -cramponnez cramponner ver 1.67 13.45 0.55 0.14 imp:pre:2p;ind:pre:2p; -cramponniez cramponner ver 1.67 13.45 0.01 0.07 ind:imp:2p; -cramponnons cramponner ver 1.67 13.45 0.01 0.14 imp:pre:1p;ind:pre:1p; -cramponné cramponner ver m s 1.67 13.45 0.16 2.50 par:pas; -cramponnée cramponner ver f s 1.67 13.45 0.14 1.62 par:pas; -cramponnées cramponner ver f p 1.67 13.45 0.00 0.41 par:pas; -cramponnés cramponner ver m p 1.67 13.45 0.03 1.35 par:pas; -crampons crampon nom m p 1.49 1.15 0.51 0.95 -cramé cramer ver m s 4.59 2.97 1.50 0.88 par:pas; -cramée cramer ver f s 4.59 2.97 0.06 0.07 par:pas; -cramées cramer ver f p 4.59 2.97 0.00 0.07 par:pas; -cramés cramer ver m p 4.59 2.97 0.14 0.07 par:pas; -cran cran nom m s 13.97 8.11 13.61 6.96 -crane crane nom m s 0.96 0.00 0.96 0.00 -craniométrie craniométrie nom f s 0.03 0.00 0.03 0.00 -craniotomie craniotomie nom f s 0.03 0.00 0.03 0.00 -crans cran nom m p 13.97 8.11 0.36 1.15 -cranter cranter ver 0.08 0.34 0.05 0.14 inf; -cranté cranter ver m s 0.08 0.34 0.01 0.14 par:pas; -crantées cranter ver f p 0.08 0.34 0.01 0.00 par:pas; -crantés cranter ver m p 0.08 0.34 0.01 0.07 par:pas; -craonnais craonnais adj m 0.00 0.61 0.00 0.27 -craonnaise craonnais adj f s 0.00 0.61 0.00 0.07 -craonnaises craonnais adj f p 0.00 0.61 0.00 0.27 -crapahutait crapahuter ver 0.25 0.47 0.00 0.07 ind:imp:3s; -crapahutant crapahuter ver 0.25 0.47 0.00 0.07 par:pre; -crapahute crapahuter ver 0.25 0.47 0.01 0.07 ind:pre:1s;ind:pre:3s; -crapahuter crapahuter ver 0.25 0.47 0.19 0.14 inf; -crapahutons crapahuter ver 0.25 0.47 0.00 0.07 ind:pre:1p; -crapahuté crapahuter ver m s 0.25 0.47 0.05 0.07 par:pas; -crapaud_buffle crapaud_buffle nom m s 0.01 0.14 0.01 0.00 -crapaud crapaud nom m s 11.30 9.19 9.60 6.08 -crapaud_buffle crapaud_buffle nom m p 0.01 0.14 0.00 0.14 -crapauds crapaud nom m p 11.30 9.19 1.70 3.11 -crapoter crapoter ver 0.01 0.00 0.01 0.00 inf; -crapoteuse crapoteux adj f s 0.01 0.41 0.00 0.20 -crapoteuses crapoteux adj f p 0.01 0.41 0.00 0.07 -crapoteux crapoteux adj m 0.01 0.41 0.01 0.14 -crapouillot crapouillot nom m s 0.01 0.20 0.01 0.07 -crapouillots crapouillot nom m p 0.01 0.20 0.00 0.14 -craps craps nom m p 0.73 0.07 0.73 0.07 -crapule crapule nom f s 7.09 3.45 4.43 2.50 -crapulerie crapulerie nom f s 0.01 0.27 0.01 0.27 -crapules crapule nom f p 7.09 3.45 2.66 0.95 -crapuleuse crapuleux adj f s 0.36 2.36 0.03 0.95 -crapuleusement crapuleusement adv 0.00 0.14 0.00 0.14 -crapuleuses crapuleux adj f p 0.36 2.36 0.00 0.20 -crapuleux crapuleux adj m 0.36 2.36 0.33 1.22 -craqua craquer ver 21.23 37.16 0.01 1.69 ind:pas:3s; -craquage craquage nom m s 0.04 0.00 0.04 0.00 -craquaient craquer ver 21.23 37.16 0.06 1.96 ind:imp:3p; -craquais craquer ver 21.23 37.16 0.19 0.00 ind:imp:1s;ind:imp:2s; -craquait craquer ver 21.23 37.16 0.23 4.32 ind:imp:3s; -craquant craquant adj m s 1.75 3.45 0.90 1.42 -craquante craquant adj f s 1.75 3.45 0.66 0.88 -craquantes craquant adj f p 1.75 3.45 0.05 0.74 -craquants craquant adj m p 1.75 3.45 0.14 0.41 -craque craquer ver 21.23 37.16 4.40 5.95 imp:pre:2s;ind:pre:1s;ind:pre:3s; -craquela craqueler ver 0.05 2.36 0.00 0.07 ind:pas:3s; -craquelaient craqueler ver 0.05 2.36 0.00 0.07 ind:imp:3p; -craquelait craqueler ver 0.05 2.36 0.00 0.27 ind:imp:3s; -craquelant craqueler ver 0.05 2.36 0.00 0.20 par:pre; -craqueler craqueler ver 0.05 2.36 0.02 0.34 inf; -craquelin craquelin nom m s 1.01 0.07 0.40 0.00 -craquelins craquelin nom m p 1.01 0.07 0.61 0.07 -craquelle craqueler ver 0.05 2.36 0.01 0.14 ind:pre:3s; -craquellent craqueler ver 0.05 2.36 0.00 0.20 ind:pre:3p; -craquelèrent craqueler ver 0.05 2.36 0.00 0.07 ind:pas:3p; -craquelé craquelé adj m s 0.12 2.57 0.11 0.47 -craquelée craquelé adj f s 0.12 2.57 0.01 0.74 -craquelées craquelé adj f p 0.12 2.57 0.00 0.88 -craquelure craquelure nom f s 0.14 1.15 0.14 0.27 -craquelures craquelure nom f p 0.14 1.15 0.00 0.88 -craquelés craquelé adj m p 0.12 2.57 0.00 0.47 -craquement craquement nom m s 2.48 13.45 1.17 7.36 -craquements craquement nom m p 2.48 13.45 1.31 6.08 -craquent craquer ver 21.23 37.16 0.79 2.03 ind:pre:3p; -craquer craquer ver 21.23 37.16 8.52 15.74 inf; -craquera craquer ver 21.23 37.16 0.79 0.07 ind:fut:3s; -craqueraient craquer ver 21.23 37.16 0.01 0.07 cnd:pre:3p; -craquerait craquer ver 21.23 37.16 0.13 0.14 cnd:pre:3s; -craqueras craquer ver 21.23 37.16 0.04 0.07 ind:fut:2s; -craqueront craquer ver 21.23 37.16 0.16 0.14 ind:fut:3p; -craques craquer ver 21.23 37.16 1.07 0.14 ind:pre:2s; -craquette craqueter ver 0.02 0.07 0.02 0.07 ind:pre:3s; -craquez craquer ver 21.23 37.16 0.15 0.07 imp:pre:2p;ind:pre:2p; -craquiez craquer ver 21.23 37.16 0.12 0.00 ind:imp:2p; -craquèlement craquèlement nom m s 0.00 0.14 0.00 0.14 -craquèrent craquer ver 21.23 37.16 0.00 0.47 ind:pas:3p; -craqué craquer ver m s 21.23 37.16 4.39 3.04 par:pas; -craquée craquer ver f s 21.23 37.16 0.17 0.00 par:pas; -craquées craquer ver f p 21.23 37.16 0.00 0.07 par:pas; -crase crase nom f s 0.01 0.00 0.01 0.00 -crash_test crash_test nom m s 0.02 0.00 0.02 0.00 -crash crash nom m s 6.68 0.07 6.68 0.07 -crashe crasher ver 1.52 0.00 0.13 0.00 imp:pre:2s;ind:pre:1s;ind:pre:3s; -crasher crasher ver 1.52 0.00 0.36 0.00 inf; -crashes crashe nom m p 0.02 0.00 0.02 0.00 -crashé crasher ver m s 1.52 0.00 0.97 0.00 par:pas; -crashée crasher ver f s 1.52 0.00 0.06 0.00 par:pas; -craspec craspec adj m s 0.00 0.07 0.00 0.07 -crasse crasse nom f s 3.29 13.45 3.16 13.11 -crasses crasse nom f p 3.29 13.45 0.14 0.34 -crasseuse crasseux adj f s 2.08 11.01 0.27 2.64 -crasseuses crasseux adj f p 2.08 11.01 0.06 1.22 -crasseux crasseux adj m 2.08 11.01 1.75 7.16 -crassier crassier nom m s 0.04 0.07 0.04 0.00 -crassiers crassier nom m p 0.04 0.07 0.00 0.07 -crassula crassula nom f s 0.00 0.14 0.00 0.14 -crataegus crataegus nom m 0.00 0.07 0.00 0.07 -cratère cratère nom m s 2.79 4.66 2.13 3.11 -cratères cratère nom m p 2.79 4.66 0.66 1.55 -cravachais cravacher ver 0.37 0.88 0.00 0.07 ind:imp:1s; -cravachait cravacher ver 0.37 0.88 0.10 0.20 ind:imp:3s; -cravachant cravacher ver 0.37 0.88 0.00 0.14 par:pre; -cravache cravache nom f s 0.58 3.72 0.56 3.58 -cravacher cravacher ver 0.37 0.88 0.16 0.34 inf; -cravaches cravache nom f p 0.58 3.72 0.02 0.14 -cravaché cravacher ver m s 0.37 0.88 0.04 0.00 par:pas; -cravachées cravacher ver f p 0.37 0.88 0.00 0.07 par:pas; -cravant cravant nom m s 0.00 0.27 0.00 0.07 -cravants cravant nom m p 0.00 0.27 0.00 0.20 -cravatage cravatage nom m s 0.00 0.07 0.00 0.07 -cravatait cravater ver 0.21 3.31 0.00 0.14 ind:imp:3s; -cravate cravate nom f s 17.92 34.12 15.99 27.70 -cravater cravater ver 0.21 3.31 0.03 0.54 inf; -cravates cravate nom f p 17.92 34.12 1.93 6.42 -cravateur cravateur nom m s 0.00 0.14 0.00 0.14 -cravatière cravatier nom f s 0.00 0.07 0.00 0.07 -cravaté cravater ver m s 0.21 3.31 0.06 1.01 par:pas; -cravatée cravater ver f s 0.21 3.31 0.00 0.14 par:pas; -cravatées cravater ver f p 0.21 3.31 0.00 0.14 par:pas; -cravatés cravater ver m p 0.21 3.31 0.03 0.74 par:pas; -crawl crawl nom m s 0.00 0.74 0.00 0.74 -crawlait crawler ver 0.00 0.20 0.00 0.07 ind:imp:3s; -crawlant crawler ver 0.00 0.20 0.00 0.14 par:pre; -crawlé crawlé adj m s 0.00 0.07 0.00 0.07 -crayeuse crayeux adj f s 0.03 1.96 0.00 0.61 -crayeuses crayeux adj f p 0.03 1.96 0.01 0.34 -crayeux crayeux adj m 0.03 1.96 0.01 1.01 -crayon_encre crayon_encre nom m s 0.00 0.27 0.00 0.27 -crayon crayon nom m s 10.97 30.47 8.08 25.47 -crayonna crayonner ver 0.14 1.82 0.00 0.07 ind:pas:3s; -crayonnage crayonnage nom m s 0.00 0.14 0.00 0.07 -crayonnages crayonnage nom m p 0.00 0.14 0.00 0.07 -crayonnait crayonner ver 0.14 1.82 0.03 0.54 ind:imp:3s; -crayonnant crayonner ver 0.14 1.82 0.00 0.34 par:pre; -crayonne crayonner ver 0.14 1.82 0.11 0.20 imp:pre:2s;ind:pre:1s;ind:pre:3s; -crayonner crayonner ver 0.14 1.82 0.00 0.27 inf; -crayonneur crayonneur nom m s 0.00 0.14 0.00 0.07 -crayonneurs crayonneur nom m p 0.00 0.14 0.00 0.07 -crayonnez crayonner ver 0.14 1.82 0.00 0.07 ind:pre:2p; -crayonné crayonner ver m s 0.14 1.82 0.00 0.14 par:pas; -crayonnées crayonner ver f p 0.14 1.82 0.00 0.14 par:pas; -crayonnés crayonner ver m p 0.14 1.82 0.00 0.07 par:pas; -crayon_feutre crayon_feutre nom m p 0.00 0.14 0.00 0.14 -crayons crayon nom m p 10.97 30.47 2.88 5.00 -credo credo nom m 0.78 2.84 0.78 2.84 -creek creek nom m s 0.78 0.34 0.77 0.27 -creeks creek nom m p 0.78 0.34 0.01 0.07 -crematorium crematorium nom m s 0.22 0.00 0.22 0.00 -crescendo crescendo adv 0.46 0.61 0.46 0.61 -cresson cresson nom m s 0.24 1.01 0.24 0.95 -cressonnette cressonnette nom f s 0.00 0.07 0.00 0.07 -cressonnière cressonnière nom f s 0.00 0.14 0.00 0.07 -cressonnières cressonnière nom f p 0.00 0.14 0.00 0.07 -cressons cresson nom m p 0.24 1.01 0.00 0.07 -creton creton nom m s 0.01 1.69 0.01 0.00 -cretonne creton nom f s 0.01 1.69 0.00 1.55 -cretonnes creton nom f p 0.01 1.69 0.00 0.07 -cretons creton nom m p 0.01 1.69 0.00 0.07 -creusa creuser ver 25.11 64.19 0.26 1.96 ind:pas:3s; -creusai creuser ver 25.11 64.19 0.01 0.07 ind:pas:1s; -creusaient creuser ver 25.11 64.19 0.24 3.24 ind:imp:3p; -creusais creuser ver 25.11 64.19 0.36 0.81 ind:imp:1s;ind:imp:2s; -creusait creuser ver 25.11 64.19 0.32 7.36 ind:imp:3s; -creusant creuser ver 25.11 64.19 0.50 3.45 par:pre; -creusas creuser ver 25.11 64.19 0.00 0.07 ind:pas:2s; -creusassent creuser ver 25.11 64.19 0.00 0.07 sub:imp:3p; -creuse creuser ver 25.11 64.19 3.67 5.74 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -creusement creusement nom m s 0.00 0.41 0.00 0.34 -creusements creusement nom m p 0.00 0.41 0.00 0.07 -creusent creuser ver 25.11 64.19 0.86 3.24 ind:pre:3p; -creuser creuser ver 25.11 64.19 10.34 11.82 inf; -creusera creuser ver 25.11 64.19 0.09 0.14 ind:fut:3s; -creuserai creuser ver 25.11 64.19 0.58 0.14 ind:fut:1s; -creuseraient creuser ver 25.11 64.19 0.01 0.14 cnd:pre:3p; -creuserais creuser ver 25.11 64.19 0.03 0.00 cnd:pre:1s; -creuserait creuser ver 25.11 64.19 0.09 0.14 cnd:pre:3s; -creuseras creuser ver 25.11 64.19 0.15 0.20 ind:fut:2s; -creuserez creuser ver 25.11 64.19 0.05 0.00 ind:fut:2p; -creuserons creuser ver 25.11 64.19 0.02 0.00 ind:fut:1p; -creuseront creuser ver 25.11 64.19 0.07 0.14 ind:fut:3p; -creuses creux adj f p 5.90 25.14 0.97 7.16 -creuset creuset nom m s 0.21 1.15 0.21 1.08 -creusets creuset nom m p 0.21 1.15 0.00 0.07 -creuseur creuseur nom m s 0.01 0.07 0.01 0.07 -creusez creuser ver 25.11 64.19 1.88 0.54 imp:pre:2p;ind:pre:2p; -creusiez creuser ver 25.11 64.19 0.06 0.00 ind:imp:2p; -creusions creuser ver 25.11 64.19 0.01 0.07 ind:imp:1p; -creusons creuser ver 25.11 64.19 0.26 0.54 imp:pre:1p;ind:pre:1p; -creusèrent creuser ver 25.11 64.19 0.03 0.68 ind:pas:3p; -creusé creuser ver m s 25.11 64.19 3.35 11.01 par:pas; -creusée creuser ver f s 25.11 64.19 0.55 5.47 par:pas; -creusées creuser ver f p 25.11 64.19 0.36 3.92 par:pas; -creusés creuser ver m p 25.11 64.19 0.13 3.24 par:pas; -creux creux adj m 5.90 25.14 3.32 12.64 -creva crever ver 64.95 81.55 0.03 1.42 ind:pas:3s; -crevage crevage nom m s 0.00 0.07 0.00 0.07 -crevaient crever ver 64.95 81.55 0.12 1.82 ind:imp:3p; -crevais crever ver 64.95 81.55 0.17 1.22 ind:imp:1s;ind:imp:2s; -crevaison crevaison nom f s 0.63 0.20 0.60 0.14 -crevaisons crevaison nom f p 0.63 0.20 0.03 0.07 -crevait crever ver 64.95 81.55 0.34 4.19 ind:imp:3s; -crevant crevant adj m s 1.03 0.74 0.74 0.61 -crevante crevant adj f s 1.03 0.74 0.29 0.07 -crevants crevant adj m p 1.03 0.74 0.00 0.07 -crevard crevard nom m s 0.29 0.74 0.04 0.20 -crevarde crevard nom f s 0.29 0.74 0.00 0.20 -crevards crevard nom m p 0.29 0.74 0.26 0.34 -crevasse crevasse nom f s 1.16 4.86 0.92 2.30 -crevassent crevasser ver 0.06 2.57 0.00 0.14 ind:pre:3p; -crevasser crevasser ver 0.06 2.57 0.00 0.14 inf; -crevasses crevasse nom f p 1.16 4.86 0.24 2.57 -crevassé crevasser ver m s 0.06 2.57 0.01 0.41 par:pas; -crevassée crevasser ver f s 0.06 2.57 0.03 0.47 par:pas; -crevassées crevasser ver f p 0.06 2.57 0.01 0.88 par:pas; -crevassés crevasser ver m p 0.06 2.57 0.00 0.47 par:pas; -crever crever ver 64.95 81.55 25.27 29.05 ind:imp:3s;inf; -crevette crevette nom f s 9.03 5.00 1.13 1.62 -crevettes crevette nom f p 9.03 5.00 7.90 3.38 -crevettier crevettier nom m s 0.16 0.00 0.12 0.00 -crevettiers crevettier nom m p 0.16 0.00 0.04 0.00 -crevez crever ver 64.95 81.55 0.74 0.27 imp:pre:2p;ind:pre:2p; -creviez crever ver 64.95 81.55 0.04 0.07 ind:imp:2p; -crevions crever ver 64.95 81.55 0.00 0.07 ind:imp:1p; -crevons crever ver 64.95 81.55 0.27 0.07 imp:pre:1p;ind:pre:1p; -crevât crever ver 64.95 81.55 0.00 0.07 sub:imp:3s; -crevotant crevoter ver 0.00 0.07 0.00 0.07 par:pre; -crevèrent crever ver 64.95 81.55 0.00 0.34 ind:pas:3p; -crevé crever ver m s 64.95 81.55 9.34 8.65 par:pas; -crevée crever ver f s 64.95 81.55 5.10 4.12 par:pas; -crevées crever ver f p 64.95 81.55 0.47 1.22 par:pas; -crevure crevure nom f s 0.52 0.34 0.47 0.34 -crevures crevure nom f p 0.52 0.34 0.04 0.00 -crevés crever ver m p 64.95 81.55 1.84 6.96 par:pas; -cri cri nom m s 45.58 155.41 18.79 71.55 -cria crier ver 116.93 239.73 1.20 55.74 ind:pas:3s; -criai crier ver 116.93 239.73 0.02 2.57 ind:pas:1s; -criaient crier ver 116.93 239.73 2.05 9.05 ind:imp:3p; -criaillaient criailler ver 0.23 0.88 0.10 0.14 ind:imp:3p; -criaillait criailler ver 0.23 0.88 0.00 0.14 ind:imp:3s; -criaillant criailler ver 0.23 0.88 0.00 0.27 par:pre; -criaillement criaillement nom m s 0.00 0.07 0.00 0.07 -criaillent criailler ver 0.23 0.88 0.14 0.14 ind:pre:3p; -criailler criailler ver 0.23 0.88 0.00 0.20 inf; -criaillerie criaillerie nom f s 0.00 1.69 0.00 0.20 -criailleries criaillerie nom f p 0.00 1.69 0.00 1.49 -criais crier ver 116.93 239.73 1.89 2.09 ind:imp:1s;ind:imp:2s; -criait crier ver 116.93 239.73 6.37 26.35 ind:imp:3s; -criant crier ver 116.93 239.73 3.82 20.95 par:pre; -criante criant adj f s 0.38 3.51 0.06 0.68 -criantes criant adj f p 0.38 3.51 0.14 0.20 -criard criard adj m s 0.95 6.49 0.17 1.49 -criarde criard adj f s 0.95 6.49 0.31 1.69 -criardes criard adj f p 0.95 6.49 0.23 1.96 -criards criard adj m p 0.95 6.49 0.23 1.35 -crib crib nom m s 0.04 0.00 0.04 0.00 -cribla cribler ver 1.86 6.69 0.01 0.07 ind:pas:3s; -criblage criblage nom m s 0.03 0.14 0.03 0.14 -criblaient cribler ver 1.86 6.69 0.00 0.47 ind:imp:3p; -criblait cribler ver 1.86 6.69 0.00 0.20 ind:imp:3s; -criblant cribler ver 1.86 6.69 0.00 0.74 par:pre; -crible crible nom m s 0.92 1.15 0.91 1.08 -criblent cribler ver 1.86 6.69 0.00 0.20 ind:pre:3p; -cribler cribler ver 1.86 6.69 0.07 0.20 inf; -cribles crible nom m p 0.92 1.15 0.01 0.07 -criblé cribler ver m s 1.86 6.69 0.92 2.09 par:pas; -criblée cribler ver f s 1.86 6.69 0.20 1.01 par:pas; -criblées cribler ver f p 1.86 6.69 0.16 0.61 par:pas; -criblés cribler ver m p 1.86 6.69 0.26 0.61 par:pas; -cric_crac cric_crac ono 0.00 0.07 0.00 0.07 -cric cric nom m s 1.20 1.42 1.18 1.08 -cricket cricket nom m s 2.94 0.41 2.92 0.41 -crickets cricket nom m p 2.94 0.41 0.02 0.00 -cricoïde cricoïde adj s 0.12 0.00 0.12 0.00 -cricri cricri nom m s 0.28 1.42 0.28 1.28 -cricris cricri nom m p 0.28 1.42 0.00 0.14 -crics cric nom m p 1.20 1.42 0.03 0.34 -crie crier ver 116.93 239.73 35.65 40.81 imp:pre:2s;ind:pre:1s;ind:pre:3s; -crient crier ver 116.93 239.73 5.35 5.61 ind:pre:3p; -crier crier ver 116.93 239.73 31.48 47.30 inf; -criera crier ver 116.93 239.73 0.75 0.20 ind:fut:3s; -crierai crier ver 116.93 239.73 0.99 0.27 ind:fut:1s; -crieraient crier ver 116.93 239.73 0.03 0.20 cnd:pre:3p; -crierais crier ver 116.93 239.73 0.28 0.00 cnd:pre:1s;cnd:pre:2s; -crierait crier ver 116.93 239.73 0.07 0.81 cnd:pre:3s; -crieras crier ver 116.93 239.73 0.34 0.20 ind:fut:2s; -crieront crier ver 116.93 239.73 0.42 0.14 ind:fut:3p; -cries crier ver 116.93 239.73 5.64 0.41 ind:pre:2s;sub:pre:2s; -crieur crieur nom m s 0.34 2.09 0.27 0.95 -crieurs crieur nom m p 0.34 2.09 0.04 1.08 -crieuse crieur nom f s 0.34 2.09 0.03 0.07 -criez crier ver 116.93 239.73 6.57 0.74 imp:pre:2p;ind:pre:2p; -criions crier ver 116.93 239.73 0.00 0.14 ind:imp:1p; -crime crime nom m s 104.07 45.07 81.77 29.32 -crimes crime nom m p 104.07 45.07 22.30 15.74 -criminaliser criminaliser ver 0.03 0.00 0.03 0.00 inf; -criminaliste criminaliste nom s 0.10 0.00 0.10 0.00 -criminalistique criminalistique adj s 0.01 0.00 0.01 0.00 -criminalité criminalité nom f s 1.91 0.61 1.91 0.61 -criminel criminel nom m s 35.49 8.04 17.37 3.45 -criminelle criminel adj f s 18.17 8.45 6.36 3.11 -criminellement criminellement adv 0.02 0.07 0.02 0.07 -criminelles criminel adj f p 18.17 8.45 0.94 1.15 -criminels criminel nom m p 35.49 8.04 13.90 3.38 -criminologie criminologie nom f s 0.48 0.07 0.48 0.07 -criminologiste criminologiste nom s 0.03 0.14 0.03 0.14 -criminologue criminologue nom s 0.35 0.00 0.30 0.00 -criminologues criminologue nom p 0.35 0.00 0.05 0.00 -crin crin nom m s 0.46 6.22 0.32 3.92 -crincrin crincrin nom m s 0.05 0.27 0.04 0.20 -crincrins crincrin nom m p 0.05 0.27 0.01 0.07 -crinière crinière nom f s 2.28 10.27 2.27 8.92 -crinières crinière nom f p 2.28 10.27 0.01 1.35 -crinoline crinoline nom f s 0.15 0.47 0.15 0.14 -crinolines crinoline nom f p 0.15 0.47 0.00 0.34 -crins crin nom m p 0.46 6.22 0.14 2.30 -crions crier ver 116.93 239.73 0.79 0.14 imp:pre:1p;ind:pre:1p; -criât crier ver 116.93 239.73 0.00 0.34 sub:imp:3s; -crique crique nom f s 1.10 5.20 1.06 3.78 -criques crique nom f p 1.10 5.20 0.04 1.42 -criquet criquet nom m s 1.29 2.36 0.57 0.34 -criquets criquet nom m p 1.29 2.36 0.72 2.03 -cris_craft cris_craft nom m s 0.00 0.07 0.00 0.07 -cris cri nom m p 45.58 155.41 26.79 83.85 -crise crise nom f s 50.15 49.73 43.51 37.97 -crises crise nom f p 50.15 49.73 6.64 11.76 -crispa crisper ver 2.05 30.41 0.00 2.36 ind:pas:3s; -crispai crisper ver 2.05 30.41 0.00 0.14 ind:pas:1s; -crispaient crisper ver 2.05 30.41 0.00 1.01 ind:imp:3p; -crispait crisper ver 2.05 30.41 0.01 3.18 ind:imp:3s; -crispant crispant adj m s 0.07 0.41 0.06 0.27 -crispante crispant adj f s 0.07 0.41 0.00 0.07 -crispantes crispant adj f p 0.07 0.41 0.01 0.07 -crispation crispation nom f s 0.04 3.92 0.04 3.31 -crispations crispation nom f p 0.04 3.92 0.00 0.61 -crispe crisper ver 2.05 30.41 0.39 2.64 imp:pre:2s;ind:pre:1s;ind:pre:3s; -crispent crisper ver 2.05 30.41 0.14 0.41 ind:pre:3p; -crisper crisper ver 2.05 30.41 0.33 1.28 inf; -crispes crisper ver 2.05 30.41 0.00 0.14 ind:pre:2s; -crispin crispin nom m s 0.10 0.20 0.10 0.20 -crispèrent crisper ver 2.05 30.41 0.00 0.41 ind:pas:3p; -crispé crisper ver m s 2.05 30.41 0.53 6.28 par:pas; -crispée crisper ver f s 2.05 30.41 0.50 5.00 par:pas; -crispées crisper ver f p 2.05 30.41 0.02 3.51 par:pas; -crispés crisper ver m p 2.05 30.41 0.13 3.24 par:pas; -crissa crisser ver 1.46 11.49 0.00 0.41 ind:pas:3s; -crissaient crisser ver 1.46 11.49 0.01 1.62 ind:imp:3p; -crissait crisser ver 1.46 11.49 0.00 1.62 ind:imp:3s; -crissant crisser ver 1.46 11.49 0.02 2.09 par:pre; -crisse crisser ver 1.46 11.49 1.29 1.82 imp:pre:2s;ind:pre:1s;ind:pre:3s; -crissement crissement nom m s 1.77 9.32 1.18 7.77 -crissements crissement nom m p 1.77 9.32 0.59 1.55 -crissent crisser ver 1.46 11.49 0.02 0.95 ind:pre:3p; -crisser crisser ver 1.46 11.49 0.09 2.57 inf; -crissèrent crisser ver 1.46 11.49 0.00 0.20 ind:pas:3p; -crissé crisser ver m s 1.46 11.49 0.02 0.20 par:pas; -cristal cristal nom m s 10.22 18.51 6.34 13.72 -cristallerie cristallerie nom f s 0.01 0.07 0.01 0.00 -cristalleries cristallerie nom f p 0.01 0.07 0.00 0.07 -cristallin cristallin adj m s 0.35 4.59 0.04 1.69 -cristalline cristallin adj f s 0.35 4.59 0.26 1.82 -cristallines cristallin adj f p 0.35 4.59 0.05 0.54 -cristallins cristallin nom m p 0.17 0.74 0.14 0.00 -cristallisaient cristalliser ver 0.41 2.03 0.00 0.07 ind:imp:3p; -cristallisait cristalliser ver 0.41 2.03 0.00 0.14 ind:imp:3s; -cristallisation cristallisation nom f s 0.20 0.27 0.20 0.27 -cristallise cristalliser ver 0.41 2.03 0.01 0.41 ind:pre:3s; -cristallisent cristalliser ver 0.41 2.03 0.14 0.20 ind:pre:3p; -cristalliser cristalliser ver 0.41 2.03 0.13 0.34 inf; -cristallisera cristalliser ver 0.41 2.03 0.01 0.00 ind:fut:3s; -cristallisèrent cristalliser ver 0.41 2.03 0.00 0.14 ind:pas:3p; -cristallisé cristalliser ver m s 0.41 2.03 0.09 0.34 par:pas; -cristallisée cristallisé adj f s 0.18 0.14 0.14 0.00 -cristallisées cristallisé adj f p 0.18 0.14 0.00 0.07 -cristallisés cristalliser ver m p 0.41 2.03 0.01 0.07 par:pas; -cristalloïde cristalloïde nom s 0.03 0.00 0.03 0.00 -cristallographie cristallographie nom f s 0.00 0.07 0.00 0.07 -cristallomancie cristallomancie nom f s 0.02 0.00 0.02 0.00 -cristaux cristal nom m p 10.22 18.51 3.88 4.80 -cristi cristi ono 0.15 0.07 0.15 0.07 -crièrent crier ver 116.93 239.73 0.06 1.89 ind:pas:3p; -criticaillent criticailler ver 0.00 0.07 0.00 0.07 ind:pre:3p; -critiqua critiquer ver 10.38 7.43 0.01 0.14 ind:pas:3s; -critiquable critiquable adj s 0.02 0.07 0.01 0.07 -critiquables critiquable adj p 0.02 0.07 0.01 0.00 -critiquaient critiquer ver 10.38 7.43 0.04 0.14 ind:imp:3p; -critiquais critiquer ver 10.38 7.43 0.38 0.14 ind:imp:1s;ind:imp:2s; -critiquait critiquer ver 10.38 7.43 0.58 0.95 ind:imp:3s; -critiquant critiquer ver 10.38 7.43 0.06 0.20 par:pre; -critique critique adj s 9.34 10.47 7.83 8.85 -critiquent critiquer ver 10.38 7.43 0.18 0.00 ind:pre:3p; -critiquer critiquer ver 10.38 7.43 4.39 3.51 inf; -critiquera critiquer ver 10.38 7.43 0.09 0.00 ind:fut:3s; -critiquerais critiquer ver 10.38 7.43 0.01 0.07 cnd:pre:1s; -critiquerait critiquer ver 10.38 7.43 0.00 0.07 cnd:pre:3s; -critiqueras critiquer ver 10.38 7.43 0.01 0.00 ind:fut:2s; -critiques critique nom p 13.93 20.54 7.24 9.39 -critiquez critiquer ver 10.38 7.43 0.54 0.00 imp:pre:2p;ind:pre:2p; -critiquiez critiquer ver 10.38 7.43 0.03 0.00 ind:imp:2p; -critiquons critiquer ver 10.38 7.43 0.03 0.00 imp:pre:1p; -critiquât critiquer ver 10.38 7.43 0.00 0.07 sub:imp:3s; -critiqué critiquer ver m s 10.38 7.43 0.96 0.74 par:pas; -critiquée critiquer ver f s 10.38 7.43 0.18 0.07 par:pas; -critiquées critiquer ver f p 10.38 7.43 0.05 0.07 par:pas; -critiqués critiquer ver m p 10.38 7.43 0.08 0.07 par:pas; -critère critère nom m s 3.55 1.89 1.06 0.54 -critères critère nom m p 3.55 1.89 2.49 1.35 -critérium critérium nom m s 0.38 0.34 0.38 0.27 -critériums critérium nom m p 0.38 0.34 0.00 0.07 -crié crier ver m s 116.93 239.73 13.00 23.04 par:pas; -criée crier ver f s 116.93 239.73 0.17 0.07 par:pas; -criées crier ver f p 116.93 239.73 0.00 0.07 par:pas; -criés crier ver m p 116.93 239.73 0.01 0.61 par:pas; -croîs croître ver 4.79 10.34 0.01 0.00 ind:pre:1s; -croît croître ver 4.79 10.34 1.20 1.55 ind:pre:3s; -croîtraient croître ver 4.79 10.34 0.00 0.07 cnd:pre:3p; -croîtrait croître ver 4.79 10.34 0.01 0.07 cnd:pre:3s; -croître croître ver 4.79 10.34 1.35 2.77 inf; -croûte croûte nom f s 5.81 17.30 5.07 12.23 -croûter croûter ver 0.30 1.01 0.07 0.61 inf; -croûtes croûte nom f p 5.81 17.30 0.74 5.07 -croûteuse croûteux adj f s 0.03 0.68 0.00 0.20 -croûteuses croûteux adj f p 0.03 0.68 0.00 0.14 -croûteux croûteux adj m 0.03 0.68 0.03 0.34 -croûton croûton nom m s 0.91 3.78 0.59 1.62 -croûtonnais croûtonner ver 0.00 0.07 0.00 0.07 ind:imp:1s; -croûtons croûton nom m p 0.91 3.78 0.31 2.16 -croûté croûter ver m s 0.30 1.01 0.03 0.20 par:pas; -croûtée croûter ver f s 0.30 1.01 0.00 0.07 par:pas; -croûtées croûter ver f p 0.30 1.01 0.00 0.07 par:pas; -croa_croa croa_croa adv 0.00 0.41 0.00 0.27 -croa_croa croa_croa adv 0.00 0.41 0.00 0.14 -croassa croasser ver 0.19 0.47 0.00 0.14 ind:pas:3s; -croassaient croasser ver 0.19 0.47 0.00 0.14 ind:imp:3p; -croassait croasser ver 0.19 0.47 0.00 0.07 ind:imp:3s; -croassant croassant adj m s 0.01 0.07 0.01 0.07 -croasse croasser ver 0.19 0.47 0.12 0.00 imp:pre:2s;ind:pre:3s; -croassement croassement nom m s 0.02 0.27 0.02 0.07 -croassements croassement nom m p 0.02 0.27 0.00 0.20 -croassent croasser ver 0.19 0.47 0.04 0.07 ind:pre:3p; -croasser croasser ver 0.19 0.47 0.03 0.07 inf; -croate croate adj s 0.93 0.54 0.51 0.34 -croates croate adj p 0.93 0.54 0.42 0.20 -crobard crobard nom m s 0.00 0.27 0.00 0.27 -croc_en_jambe croc_en_jambe nom m s 0.16 0.61 0.16 0.61 -croc croc nom m s 3.19 7.84 0.66 1.15 -crocha crocher ver 0.01 1.08 0.00 0.14 ind:pas:3s; -crochaient crocher ver 0.01 1.08 0.00 0.20 ind:imp:3p; -crochait crocher ver 0.01 1.08 0.00 0.07 ind:imp:3s; -croche_patte croche_patte nom m s 0.17 0.34 0.17 0.34 -croche_pied croche_pied nom m s 0.56 0.68 0.43 0.41 -croche_pied croche_pied nom m p 0.56 0.68 0.14 0.27 -croche croche nom f s 0.26 0.41 0.07 0.34 -crochent crocher ver 0.01 1.08 0.00 0.07 ind:pre:3p; -crocher crocher ver 0.01 1.08 0.00 0.27 inf; -croches croche nom f p 0.26 0.41 0.19 0.07 -crochet crochet nom m s 10.69 15.81 8.21 9.80 -crocheta crocheter ver 0.66 1.55 0.00 0.20 ind:pas:3s; -crochetage crochetage nom m s 0.04 0.00 0.04 0.00 -crochetaient crocheter ver 0.66 1.55 0.00 0.14 ind:imp:3p; -crochetait crocheter ver 0.66 1.55 0.00 0.14 ind:imp:3s; -crochetant crocheter ver 0.66 1.55 0.00 0.07 par:pre; -crocheter crocheter ver 0.66 1.55 0.42 0.47 inf; -crocheteur crocheteur nom m s 0.29 0.07 0.29 0.00 -crocheteurs crocheteur nom m p 0.29 0.07 0.00 0.07 -crochets crochet nom m p 10.69 15.81 2.47 6.01 -crocheté crocheter ver m s 0.66 1.55 0.22 0.27 par:pas; -crochetées crocheter ver f p 0.66 1.55 0.01 0.07 par:pas; -crochetés crocheter ver m p 0.66 1.55 0.00 0.07 par:pas; -crochètent crocheter ver 0.66 1.55 0.01 0.14 ind:pre:3p; -croché crocher ver m s 0.01 1.08 0.01 0.27 par:pas; -crochu crochu adj m s 0.83 3.72 0.33 1.49 -crochue crochu adj f s 0.83 3.72 0.13 0.47 -crochées crocher ver f p 0.01 1.08 0.00 0.07 par:pas; -crochues crochu adj f p 0.83 3.72 0.02 0.41 -crochus crochu adj m p 0.83 3.72 0.35 1.35 -croco croco nom m s 1.51 1.35 0.75 1.28 -crocodile crocodile nom m s 9.26 5.20 6.14 4.05 -crocodiles crocodile nom m p 9.26 5.20 3.12 1.15 -crocos croco nom m p 1.51 1.35 0.76 0.07 -crocs_en_jambe crocs_en_jambe nom m p 0.00 0.20 0.00 0.20 -crocs croc nom m p 3.19 7.84 2.53 6.69 -crocus crocus nom m 0.04 0.95 0.04 0.95 -croie croire ver_sup 1711.99 947.23 5.43 3.85 sub:pre:1s;sub:pre:3s; -croient croire ver_sup 1711.99 947.23 29.38 19.19 ind:pre:3p; -croies croire ver_sup 1711.99 947.23 3.10 0.61 sub:pre:2s; -croira croire ver_sup 1711.99 947.23 8.27 3.18 ind:fut:3s; -croirai croire ver_sup 1711.99 947.23 2.55 1.49 ind:fut:1s; -croiraient croire ver_sup 1711.99 947.23 0.70 0.47 cnd:pre:3p; -croirais croire ver_sup 1711.99 947.23 4.40 2.50 cnd:pre:1s;cnd:pre:2s; -croirait croire ver_sup 1711.99 947.23 12.22 13.72 cnd:pre:3s; -croiras croire ver_sup 1711.99 947.23 3.87 1.28 ind:fut:2s; -croire croire ver_sup 1711.99 947.23 193.37 167.91 inf;;inf;;inf;; -croirez croire ver_sup 1711.99 947.23 2.77 1.82 ind:fut:2p; -croiriez croire ver_sup 1711.99 947.23 1.71 0.88 cnd:pre:2p; -croirions croire ver_sup 1711.99 947.23 0.00 0.34 cnd:pre:1p; -croirons croire ver_sup 1711.99 947.23 0.17 0.14 ind:fut:1p; -croiront croire ver_sup 1711.99 947.23 4.14 0.81 ind:fut:3p; -crois croire ver_sup 1711.99 947.23 904.45 305.54 imp:pre:2s;ind:pre:1s;ind:pre:2s; -croisa croiser ver 28.84 76.35 0.05 9.05 ind:pas:3s; -croisade croisade nom f s 4.21 6.15 3.23 3.18 -croisades croisade nom f p 4.21 6.15 0.98 2.97 -croisai croiser ver 28.84 76.35 0.05 1.08 ind:pas:1s; -croisaient croiser ver 28.84 76.35 0.10 5.07 ind:imp:3p; -croisais croiser ver 28.84 76.35 0.13 1.62 ind:imp:1s;ind:imp:2s; -croisait croiser ver 28.84 76.35 0.47 6.62 ind:imp:3s; -croisant croiser ver 28.84 76.35 0.26 5.34 par:pre; -croise croiser ver 28.84 76.35 6.65 8.45 imp:pre:2s;ind:pre:1s;ind:pre:3s; -croisement croisement nom m s 2.70 6.22 2.58 4.93 -croisements croisement nom m p 2.70 6.22 0.12 1.28 -croisent croiser ver 28.84 76.35 1.16 5.00 ind:pre:3p; -croiser croiser ver 28.84 76.35 4.76 7.57 ind:pre:2p;inf; -croisera croiser ver 28.84 76.35 0.80 0.00 ind:fut:3s; -croiserai croiser ver 28.84 76.35 0.16 0.00 ind:fut:1s; -croiseraient croiser ver 28.84 76.35 0.05 0.20 cnd:pre:3p; -croiserais croiser ver 28.84 76.35 0.01 0.20 cnd:pre:1s; -croiserait croiser ver 28.84 76.35 0.02 0.27 cnd:pre:3s; -croiserez croiser ver 28.84 76.35 0.16 0.07 ind:fut:2p; -croiserons croiser ver 28.84 76.35 0.02 0.07 ind:fut:1p; -croiseront croiser ver 28.84 76.35 0.11 0.14 ind:fut:3p; -croises croiser ver 28.84 76.35 1.27 0.20 ind:pre:2s; -croisette croisette nom f s 0.00 1.01 0.00 1.01 -croiseur croiseur nom m s 2.46 4.59 1.81 1.69 -croiseurs croiseur nom m p 2.46 4.59 0.65 2.91 -croisez croiser ver 28.84 76.35 1.42 0.20 imp:pre:2p;ind:pre:2p; -croisillon croisillon nom m s 0.01 2.03 0.00 0.47 -croisillons croisillon nom m p 0.01 2.03 0.01 1.55 -croisions croiser ver 28.84 76.35 0.34 0.95 ind:imp:1p; -croisière croisière nom f s 5.47 5.81 5.05 5.07 -croisières croisière nom f p 5.47 5.81 0.42 0.74 -croisâmes croiser ver 28.84 76.35 0.01 0.68 ind:pas:1p; -croisons croiser ver 28.84 76.35 0.30 1.22 imp:pre:1p;ind:pre:1p; -croisât croiser ver 28.84 76.35 0.00 0.07 sub:imp:3s; -croissaient croître ver 4.79 10.34 0.00 0.81 ind:imp:3p; -croissais croître ver 4.79 10.34 0.01 0.07 ind:imp:1s; -croissait croître ver 4.79 10.34 0.33 1.28 ind:imp:3s; -croissance croissance nom f s 4.16 3.99 4.16 3.92 -croissances croissance nom f p 4.16 3.99 0.00 0.07 -croissant croissant nom m s 3.85 18.72 1.54 6.96 -croissante croissant adj f s 1.28 7.43 0.66 3.65 -croissantes croissant adj f p 1.28 7.43 0.02 0.47 -croissants croissant nom m p 3.85 18.72 2.31 11.76 -croisse croître ver 4.79 10.34 0.03 0.07 sub:pre:3s; -croissent croître ver 4.79 10.34 0.33 0.27 ind:pre:3p; -croissez croître ver 4.79 10.34 0.11 0.14 imp:pre:2p; -croisèrent croiser ver 28.84 76.35 0.02 3.38 ind:pas:3p; -croisé croiser ver m s 28.84 76.35 6.38 8.24 par:pas; -croisée croiser ver f s 28.84 76.35 0.92 1.01 par:pas; -croisées croiser ver f p 28.84 76.35 0.34 4.46 par:pas; -croisés croisé adj m p 4.62 17.23 3.76 9.12 -croit croire ver_sup 1711.99 947.23 68.72 60.00 ind:pre:3s; -croix croix nom f 29.10 71.62 29.10 71.62 -cromlech cromlech nom m s 0.02 0.14 0.02 0.07 -cromlechs cromlech nom m p 0.02 0.14 0.00 0.07 -cromorne cromorne nom m s 0.00 0.54 0.00 0.54 -crâna crâner ver 1.37 2.23 0.00 0.07 ind:pas:3s; -crânais crâner ver 1.37 2.23 0.14 0.14 ind:imp:1s; -crânait crâner ver 1.37 2.23 0.00 0.41 ind:imp:3s; -crânant crâner ver 1.37 2.23 0.00 0.14 par:pre; -crâne crâne nom m s 28.60 56.82 26.88 52.23 -crânement crânement adv 0.01 1.15 0.01 1.15 -crânent crâner ver 1.37 2.23 0.01 0.07 ind:pre:3p; -crâner crâner ver 1.37 2.23 0.40 0.88 inf; -crânerie crânerie nom f s 0.00 0.27 0.00 0.27 -crânes crâne nom m p 28.60 56.82 1.72 4.59 -crâneur crâneur nom m s 0.60 0.95 0.56 0.34 -crâneurs crâneur nom m p 0.60 0.95 0.02 0.27 -crâneuse crâneur nom f s 0.60 0.95 0.02 0.14 -crâneuses crâneur nom f p 0.60 0.95 0.00 0.20 -crânez crâner ver 1.37 2.23 0.01 0.07 imp:pre:2p;ind:pre:2p; -crânien crânien adj m s 2.36 1.15 1.58 0.14 -crânienne crânien adj f s 2.36 1.15 0.74 0.88 -crâniens crânien adj m p 2.36 1.15 0.04 0.14 -cronstadt cronstadt nom s 0.00 0.07 0.00 0.07 -crâné crâner ver m s 1.37 2.23 0.02 0.00 par:pas; -crooner crooner nom m s 0.25 0.14 0.23 0.07 -crooners crooner nom m p 0.25 0.14 0.02 0.07 -croqua croquer ver 5.23 12.64 0.00 0.81 ind:pas:3s; -croquai croquer ver 5.23 12.64 0.00 0.14 ind:pas:1s; -croquaient croquer ver 5.23 12.64 0.00 0.34 ind:imp:3p; -croquais croquer ver 5.23 12.64 0.00 0.20 ind:imp:1s; -croquait croquer ver 5.23 12.64 0.02 1.01 ind:imp:3s; -croquant croquant adj m s 0.43 0.68 0.34 0.20 -croquante croquant adj f s 0.43 0.68 0.04 0.07 -croquantes croquant adj f p 0.43 0.68 0.03 0.20 -croquants croquant nom m p 0.23 1.42 0.02 0.61 -croque_madame croque_madame nom m s 0.03 0.00 0.03 0.00 -croque_mitaine croque_mitaine nom m s 0.61 0.20 0.61 0.20 -croque_monsieur croque_monsieur nom m 0.28 0.14 0.28 0.14 -croque_mort croque_mort nom m s 2.20 3.31 1.81 1.28 -croque_mort croque_mort nom m p 2.20 3.31 0.39 2.03 -croque croquer ver 5.23 12.64 1.00 1.62 imp:pre:2s;ind:pre:1s;ind:pre:3s; -croquemitaine croquemitaine nom m s 0.39 0.47 0.39 0.34 -croquemitaines croquemitaine nom m p 0.39 0.47 0.00 0.14 -croquemort croquemort nom m s 0.08 0.14 0.08 0.00 -croquemorts croquemort nom m p 0.08 0.14 0.00 0.14 -croquenots croquenot nom m p 0.00 0.95 0.00 0.95 -croquent croquer ver 5.23 12.64 0.05 0.34 ind:pre:3p; -croquer croquer ver 5.23 12.64 2.59 3.99 inf; -croquera croquer ver 5.23 12.64 0.01 0.14 ind:fut:3s; -croquerai croquer ver 5.23 12.64 0.01 0.07 ind:fut:1s; -croqueraient croquer ver 5.23 12.64 0.01 0.07 cnd:pre:3p; -croquerais croquer ver 5.23 12.64 0.02 0.07 cnd:pre:1s; -croquerait croquer ver 5.23 12.64 0.02 0.61 cnd:pre:3s; -croquerons croquer ver 5.23 12.64 0.00 0.07 ind:fut:1p; -croques croquer ver 5.23 12.64 0.22 0.20 ind:pre:2s; -croquet croquet nom m s 0.42 1.49 0.42 1.49 -croqueton croqueton nom m s 0.00 0.14 0.00 0.07 -croquetons croqueton nom m p 0.00 0.14 0.00 0.07 -croquette croquette nom f s 2.04 0.27 0.18 0.07 -croquettes croquette nom f p 2.04 0.27 1.86 0.20 -croqueur croqueur nom m s 0.17 0.07 0.02 0.00 -croqueuse croqueur nom f s 0.17 0.07 0.14 0.07 -croquez croquer ver 5.23 12.64 0.16 0.07 imp:pre:2p;ind:pre:2p; -croquignol croquignol adj m s 0.03 0.27 0.03 0.27 -croquignolet croquignolet adj m s 0.02 0.27 0.01 0.14 -croquignolets croquignolet adj m p 0.02 0.27 0.01 0.14 -croquis_minute croquis_minute nom m 0.00 0.07 0.00 0.07 -croquis croquis nom m 2.63 7.64 2.63 7.64 -croquons croquer ver 5.23 12.64 0.01 0.07 imp:pre:1p;ind:pre:1p; -croquèrent croquer ver 5.23 12.64 0.00 0.14 ind:pas:3p; -croqué croquer ver m s 5.23 12.64 0.34 1.76 par:pas; -croquée croquer ver f s 5.23 12.64 0.33 0.20 par:pas; -croquées croquer ver f p 5.23 12.64 0.10 0.07 par:pas; -croqués croquer ver m p 5.23 12.64 0.01 0.00 par:pas; -crosne crosne nom m s 0.00 0.27 0.00 0.07 -crosnes crosne nom m p 0.00 0.27 0.00 0.20 -cross_country cross_country nom m s 0.05 0.34 0.05 0.34 -cross cross nom m 0.22 0.41 0.22 0.41 -crosse crosse nom f s 2.27 11.96 1.96 10.14 -crosser crosser ver 0.14 0.00 0.14 0.00 inf; -crosses crosse nom f p 2.27 11.96 0.31 1.82 -crossman crossman nom m s 0.01 0.00 0.01 0.00 -crossé crossé adj m s 0.00 0.07 0.00 0.07 -crotale crotale nom m s 0.82 0.95 0.62 0.88 -crotales crotale nom m p 0.82 0.95 0.20 0.07 -croton croton nom m s 0.28 0.07 0.28 0.07 -crottait crotter ver 0.45 1.01 0.00 0.14 ind:imp:3s; -crotte crotte nom f s 6.52 6.76 3.46 3.51 -crotter crotter ver 0.45 1.01 0.02 0.14 inf; -crottes crotte nom f p 6.52 6.76 3.06 3.24 -crottin crottin nom m s 0.58 2.57 0.57 2.30 -crottins crottin nom m p 0.58 2.57 0.01 0.27 -crotté crotté adj m s 0.23 0.95 0.18 0.27 -crottée crotté adj f s 0.23 0.95 0.02 0.14 -crottées crotter ver f p 0.45 1.01 0.11 0.00 par:pas; -crottés crotter ver m p 0.45 1.01 0.29 0.00 par:pas; -crouillat crouillat nom m s 0.00 0.88 0.00 0.27 -crouillats crouillat nom m p 0.00 0.88 0.00 0.61 -crouille crouille adv 0.00 0.07 0.00 0.07 -croula crouler ver 2.37 8.24 0.00 0.14 ind:pas:3s; -croulaient crouler ver 2.37 8.24 0.00 0.95 ind:imp:3p; -croulait crouler ver 2.37 8.24 0.14 1.22 ind:imp:3s; -croulant croulant nom m s 0.92 0.74 0.60 0.27 -croulante croulant adj f s 0.80 3.72 0.26 0.81 -croulantes croulant adj f p 0.80 3.72 0.00 0.61 -croulants croulant nom m p 0.92 0.74 0.33 0.20 -croule crouler ver 2.37 8.24 1.16 0.88 imp:pre:2s;ind:pre:1s;ind:pre:3s; -croulement croulement nom m s 0.00 0.07 0.00 0.07 -croulent crouler ver 2.37 8.24 0.26 0.41 ind:pre:3p; -crouler crouler ver 2.37 8.24 0.43 2.91 inf; -croulera crouler ver 2.37 8.24 0.03 0.00 ind:fut:3s; -croulerai crouler ver 2.37 8.24 0.01 0.00 ind:fut:1s; -crouleraient crouler ver 2.37 8.24 0.00 0.07 cnd:pre:3p; -croulerait crouler ver 2.37 8.24 0.02 0.07 cnd:pre:3s; -crouleras crouler ver 2.37 8.24 0.11 0.00 ind:fut:2s; -croulerons crouler ver 2.37 8.24 0.01 0.00 ind:fut:1p; -crouleront crouler ver 2.37 8.24 0.01 0.07 ind:fut:3p; -croulons crouler ver 2.37 8.24 0.16 0.07 ind:pre:1p; -croulât crouler ver 2.37 8.24 0.00 0.07 sub:imp:3s; -croulèrent crouler ver 2.37 8.24 0.00 0.14 ind:pas:3p; -croulé crouler ver m s 2.37 8.24 0.02 0.41 par:pas; -croulée crouler ver f s 2.37 8.24 0.00 0.07 par:pas; -croulés crouler ver m p 2.37 8.24 0.00 0.07 par:pas; -croup croup nom m s 0.14 0.61 0.09 0.61 -croupade croupade nom f s 0.00 0.14 0.00 0.14 -croupe croupe nom f s 0.90 14.05 0.64 10.95 -croupes croupe nom f p 0.90 14.05 0.27 3.11 -croupi croupir ver m s 1.74 4.93 0.10 0.34 par:pas; -croupie croupi adj f s 0.03 1.42 0.02 1.01 -croupier croupier nom m s 0.69 0.88 0.33 0.54 -croupiers croupier nom m p 0.69 0.88 0.29 0.07 -croupies croupi adj f p 0.03 1.42 0.00 0.14 -croupion croupion nom m s 0.52 1.08 0.37 0.88 -croupionne croupionner ver 0.00 0.07 0.00 0.07 ind:pre:3s; -croupions croupion nom m p 0.52 1.08 0.15 0.20 -croupir croupir ver 1.74 4.93 0.86 1.49 inf; -croupira croupir ver 1.74 4.93 0.02 0.07 ind:fut:3s; -croupis croupir ver 1.74 4.93 0.15 0.07 ind:pre:1s;ind:pre:2s; -croupissaient croupir ver 1.74 4.93 0.01 0.41 ind:imp:3p; -croupissais croupir ver 1.74 4.93 0.23 0.07 ind:imp:1s;ind:imp:2s; -croupissait croupir ver 1.74 4.93 0.00 1.08 ind:imp:3s; -croupissant croupissant adj m s 0.01 0.81 0.01 0.20 -croupissante croupissant adj f s 0.01 0.81 0.00 0.47 -croupissantes croupissant adj f p 0.01 0.81 0.00 0.14 -croupissent croupir ver 1.74 4.93 0.16 0.27 ind:pre:3p; -croupissez croupir ver 1.74 4.93 0.01 0.00 ind:pre:2p; -croupissoir croupissoir nom m s 0.00 0.07 0.00 0.07 -croupissure croupissure nom f s 0.00 0.20 0.00 0.20 -croupit croupir ver 1.74 4.93 0.18 0.61 ind:pre:3s;ind:pas:3s; -croupière croupier nom f s 0.69 0.88 0.06 0.20 -croupières croupière nom f p 0.03 0.00 0.03 0.00 -croupon croupon nom m s 0.00 0.20 0.00 0.20 -croustade croustade nom f s 0.02 0.20 0.02 0.07 -croustades croustade nom f p 0.02 0.20 0.00 0.14 -croustillaient croustiller ver 0.11 0.27 0.00 0.07 ind:imp:3p; -croustillait croustiller ver 0.11 0.27 0.00 0.07 ind:imp:3s; -croustillance croustillance nom f s 0.00 0.07 0.00 0.07 -croustillant croustillant adj m s 1.93 1.96 0.95 0.47 -croustillante croustillant adj f s 1.93 1.96 0.45 0.61 -croustillantes croustillant adj f p 1.93 1.96 0.14 0.27 -croustillants croustillant adj m p 1.93 1.96 0.38 0.61 -croustille croustille nom f s 0.05 0.00 0.03 0.00 -croustillent croustiller ver 0.11 0.27 0.01 0.07 ind:pre:3p; -croustilles croustille nom f p 0.05 0.00 0.02 0.00 -croustillon croustillon nom m s 0.00 0.20 0.00 0.07 -croustillons croustillon nom m p 0.00 0.20 0.00 0.14 -crown crown nom m s 0.03 0.00 0.03 0.00 -croyable croyable adj s 6.21 5.14 6.08 4.80 -croyables croyable adj p 6.21 5.14 0.14 0.34 -croyaient croire ver_sup 1711.99 947.23 4.70 11.42 ind:imp:3p; -croyais croire ver_sup 1711.99 947.23 162.56 57.36 ind:imp:1s;ind:imp:2s; -croyait croire ver_sup 1711.99 947.23 22.86 73.24 ind:imp:3s; -croyance croyance nom f s 7.95 6.55 3.30 3.38 -croyances croyance nom f p 7.95 6.55 4.65 3.18 -croyant croire ver_sup 1711.99 947.23 3.17 12.30 par:pre; -croyante croyant adj f s 3.99 5.88 1.14 1.22 -croyantes croyant nom f p 2.99 6.96 0.01 0.27 -croyants croyant nom m p 2.99 6.96 1.63 2.77 -croyez croire ver_sup 1711.99 947.23 152.54 55.07 imp:pre:2p;ind:pre:2p; -croyiez croire ver_sup 1711.99 947.23 3.63 0.81 ind:imp:2p;sub:pre:2p; -croyions croire ver_sup 1711.99 947.23 0.69 1.76 ind:imp:1p; -croyons croire ver_sup 1711.99 947.23 4.54 4.59 imp:pre:1p;ind:pre:1p; -crèche crèche nom f s 3.91 9.39 3.46 8.31 -crèchent crécher ver 1.48 2.43 0.08 0.20 ind:pre:3p; -crèches crèche nom f p 3.91 9.39 0.44 1.08 -crème crème nom s 20.61 24.46 19.72 20.95 -crèmes crème nom p 20.61 24.46 0.90 3.51 -crève crever ver 64.95 81.55 13.21 10.14 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -crèvent crever ver 64.95 81.55 2.01 5.47 ind:pre:3p; -crèvera crever ver 64.95 81.55 1.08 0.95 ind:fut:3s; -crèverai crever ver 64.95 81.55 0.41 0.14 ind:fut:1s; -crèveraient crever ver 64.95 81.55 0.04 0.14 cnd:pre:3p; -crèverais crever ver 64.95 81.55 0.22 0.20 cnd:pre:1s;cnd:pre:2s; -crèverait crever ver 64.95 81.55 0.24 1.01 cnd:pre:3s; -crèveras crever ver 64.95 81.55 0.55 0.47 ind:fut:2s; -crèverez crever ver 64.95 81.55 0.35 0.81 ind:fut:2p; -crèveriez crever ver 64.95 81.55 0.03 0.00 cnd:pre:2p; -crèverons crever ver 64.95 81.55 0.12 0.07 ind:fut:1p; -crèveront crever ver 64.95 81.55 0.54 0.20 ind:fut:3p; -crèves crever ver 64.95 81.55 1.98 0.34 ind:pre:2s; -cré cré ono 0.32 1.69 0.32 1.69 -cru croire ver_sup m s 1711.99 947.23 104.49 90.81 par:pas; -créa créer ver 85.17 54.80 2.00 1.82 ind:pas:3s; -créai créer ver 85.17 54.80 0.00 0.14 ind:pas:1s; -créaient créer ver 85.17 54.80 0.13 1.82 ind:imp:3p; -créais créer ver 85.17 54.80 0.23 0.07 ind:imp:1s;ind:imp:2s; -créait créer ver 85.17 54.80 0.82 3.65 ind:imp:3s; -créance créance nom f s 1.09 1.55 0.32 1.22 -créances créance nom f p 1.09 1.55 0.77 0.34 -créancier créancier nom m s 1.42 1.42 0.50 0.07 -créanciers créancier nom m p 1.42 1.42 0.92 1.35 -créant créer ver 85.17 54.80 1.83 1.55 par:pre; -créateur créateur nom m s 6.53 5.88 5.13 4.59 -créateurs créateur nom m p 6.53 5.88 1.29 1.15 -créatif créatif adj m s 3.50 0.20 2.30 0.14 -créatifs créatif adj m p 3.50 0.20 0.63 0.00 -créatine créatine nom f s 0.13 0.00 0.13 0.00 -créatinine créatinine nom f s 0.15 0.00 0.15 0.00 -création création nom f s 11.15 18.72 9.74 17.50 -créationnisme créationnisme nom m s 0.14 0.00 0.14 0.00 -créations création nom f p 11.15 18.72 1.41 1.22 -créative créatif adj f s 3.50 0.20 0.48 0.07 -créatives créatif adj f p 3.50 0.20 0.09 0.00 -créativité créativité nom f s 2.15 0.34 2.15 0.34 -créatrice créateur adj f s 2.80 4.86 1.00 1.89 -créatrices créateur adj f p 2.80 4.86 0.14 0.14 -créature créature nom f s 35.22 27.23 20.41 15.41 -créatures créature nom f p 35.22 27.23 14.81 11.82 -cruauté cruauté nom f s 5.80 15.88 5.70 14.32 -cruautés cruauté nom f p 5.80 15.88 0.11 1.55 -crécelle crécelle nom f s 0.07 1.82 0.03 1.35 -crécelles crécelle nom f p 0.07 1.82 0.03 0.47 -crécerelle crécerelle nom f s 0.04 0.20 0.02 0.14 -crécerelles crécerelle nom f p 0.04 0.20 0.02 0.07 -créchaient crécher ver 1.48 2.43 0.00 0.07 ind:imp:3p; -créchait crécher ver 1.48 2.43 0.07 0.27 ind:imp:3s; -créchant crécher ver 1.48 2.43 0.00 0.07 par:pre; -cruche cruche nom f s 3.04 4.46 2.92 3.92 -crécher crécher ver 1.48 2.43 0.46 0.54 inf; -cruches cruche nom f p 3.04 4.46 0.12 0.54 -cruchon cruchon nom m s 0.05 0.81 0.05 0.68 -cruchons cruchon nom m p 0.05 0.81 0.00 0.14 -crucial crucial adj m s 3.66 2.91 2.23 1.82 -cruciale crucial adj f s 3.66 2.91 0.87 0.61 -crucialement crucialement adv 0.00 0.07 0.00 0.07 -cruciales crucial adj f p 3.66 2.91 0.30 0.27 -cruciaux crucial adj m p 3.66 2.91 0.26 0.20 -crucifia crucifier ver 4.24 2.77 0.01 0.07 ind:pas:3s; -crucifiaient crucifier ver 4.24 2.77 0.05 0.14 ind:imp:3p; -crucifiait crucifier ver 4.24 2.77 0.16 0.27 ind:imp:3s; -crucifiant crucifiant adj m s 0.00 0.14 0.00 0.07 -crucifiante crucifiant adj f s 0.00 0.14 0.00 0.07 -crucifie crucifier ver 4.24 2.77 0.17 0.20 imp:pre:2s;ind:pre:1s;ind:pre:3s; -crucifiement crucifiement nom m s 0.00 0.20 0.00 0.20 -crucifient crucifier ver 4.24 2.77 0.04 0.07 ind:pre:3p; -crucifier crucifier ver 4.24 2.77 1.13 0.34 inf; -crucifierez crucifier ver 4.24 2.77 0.14 0.07 ind:fut:2p; -crucifieront crucifier ver 4.24 2.77 0.02 0.07 ind:fut:3p; -crucifiez crucifier ver 4.24 2.77 0.33 0.07 imp:pre:2p;ind:pre:2p; -crucifié crucifier ver m s 4.24 2.77 2.12 1.01 par:pas; -crucifiée crucifié adj f s 0.49 1.76 0.02 0.54 -crucifiées crucifier ver f p 4.24 2.77 0.01 0.00 par:pas; -crucifiés crucifié adj m p 0.49 1.76 0.14 0.27 -crucifix crucifix nom m 1.22 7.43 1.22 7.43 -crucifixion crucifixion nom f s 0.69 0.95 0.60 0.68 -crucifixions crucifixion nom f p 0.69 0.95 0.09 0.27 -cruciforme cruciforme adj f s 0.48 0.27 0.47 0.20 -cruciformes cruciforme adj p 0.48 0.27 0.01 0.07 -crucifère crucifère nom f s 0.01 0.27 0.00 0.14 -crucifères crucifère nom f p 0.01 0.27 0.01 0.14 -cruciverbiste cruciverbiste nom s 0.00 0.14 0.00 0.07 -cruciverbistes cruciverbiste nom p 0.00 0.14 0.00 0.07 -crécy crécy nom f s 0.02 0.20 0.02 0.20 -crédence crédence nom f s 0.00 0.95 0.00 0.81 -crédences crédence nom f p 0.00 0.95 0.00 0.14 -crédibilité crédibilité nom f s 1.89 0.34 1.89 0.34 -crédible crédible adj s 3.92 0.88 3.29 0.81 -crédibles crédible adj p 3.92 0.88 0.63 0.07 -crédit_bail crédit_bail nom m s 0.02 0.00 0.02 0.00 -crédit crédit nom m s 28.21 20.27 25.82 17.57 -créditait créditer ver 0.47 0.61 0.01 0.07 ind:imp:3s; -crédite créditer ver 0.47 0.61 0.03 0.07 ind:pre:1s;ind:pre:3s; -créditent créditer ver 0.47 0.61 0.01 0.00 ind:pre:3p; -créditer créditer ver 0.47 0.61 0.08 0.07 inf; -créditeraient créditer ver 0.47 0.61 0.00 0.07 cnd:pre:3p; -créditeur créditeur nom m s 0.22 0.14 0.21 0.00 -créditeurs créditeur nom m p 0.22 0.14 0.01 0.14 -créditez créditer ver 0.47 0.61 0.03 0.00 imp:pre:2p; -créditrice créditeur adj f s 0.07 0.14 0.01 0.00 -crédits crédit nom m p 28.21 20.27 2.38 2.70 -crédité créditer ver m s 0.47 0.61 0.23 0.14 par:pas; -crudité crudité nom f s 0.45 1.96 0.01 1.01 -créditée créditer ver f s 0.47 0.61 0.06 0.14 par:pas; -crédités créditer ver m p 0.47 0.61 0.02 0.07 par:pas; -crudités crudité nom f p 0.45 1.96 0.44 0.95 -crédié crédié adv 0.04 0.20 0.04 0.20 -crédule crédule adj s 1.09 1.42 0.74 1.01 -crédules crédule adj p 1.09 1.42 0.35 0.41 -crédulité crédulité nom f s 0.75 1.69 0.75 1.62 -crédulités crédulité nom f p 0.75 1.69 0.00 0.07 -crée créer ver 85.17 54.80 12.93 5.88 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -crue croire ver_sup f s 1711.99 947.23 5.06 2.64 par:pas; -cruel cruel adj m s 28.98 35.88 15.64 14.59 -cruelle cruel adj f s 28.98 35.88 9.47 11.89 -cruellement cruellement adv 1.46 8.65 1.46 8.65 -cruelles cruel adj f p 28.98 35.88 1.30 4.26 -cruels cruel adj m p 28.98 35.88 2.56 5.14 -créent créer ver 85.17 54.80 1.68 2.09 ind:pre:3p; -créer créer ver 85.17 54.80 28.15 16.22 inf; -créera créer ver 85.17 54.80 0.50 0.14 ind:fut:3s; -créerai créer ver 85.17 54.80 0.51 0.00 ind:fut:1s; -créeraient créer ver 85.17 54.80 0.01 0.07 cnd:pre:3p; -créerais créer ver 85.17 54.80 0.21 0.07 cnd:pre:1s;cnd:pre:2s; -créerait créer ver 85.17 54.80 0.49 0.41 cnd:pre:3s; -créerez créer ver 85.17 54.80 0.03 0.00 ind:fut:2p; -créerons créer ver 85.17 54.80 0.14 0.00 ind:fut:1p; -créeront créer ver 85.17 54.80 0.09 0.00 ind:fut:3p; -crues cru adj f p 4.85 15.88 0.34 1.82 -créez créer ver 85.17 54.80 0.75 0.07 imp:pre:2p;ind:pre:2p; -créiez créer ver 85.17 54.80 0.04 0.00 ind:imp:2p; -créions créer ver 85.17 54.80 0.02 0.07 ind:imp:1p; -cruiser cruiser nom m s 0.17 0.00 0.17 0.00 -crémaillère crémaillère nom f s 1.14 1.08 1.13 1.01 -crémaillères crémaillère nom f p 1.14 1.08 0.01 0.07 -crémant crémant adj m s 0.01 0.00 0.01 0.00 -crémateurs crémateur nom m p 0.00 0.14 0.00 0.14 -crémation crémation nom f s 0.78 0.14 0.68 0.14 -crémations crémation nom f p 0.78 0.14 0.10 0.00 -crématoire crématoire nom m s 0.92 0.68 0.65 0.34 -crématoires crématoire nom m p 0.92 0.68 0.27 0.34 -crématorium crématorium nom m s 0.81 0.54 0.81 0.54 -crumble crumble nom m s 0.11 0.00 0.11 0.00 -crémer crémer ver 0.01 0.14 0.01 0.00 inf; -crémerie crémerie nom f s 0.27 0.81 0.27 0.68 -crémeries crémerie nom f p 0.27 0.81 0.00 0.14 -crémeuse crémeux adj f s 0.46 3.24 0.13 0.81 -crémeuses crémeux adj f p 0.46 3.24 0.03 0.27 -crémeux crémeux adj m 0.46 3.24 0.29 2.16 -crémier crémier nom m s 0.34 1.82 0.12 0.54 -crémiers crémier nom m p 0.34 1.82 0.01 0.20 -crémière crémier nom f s 0.34 1.82 0.21 1.01 -crémières crémier nom f p 0.34 1.82 0.00 0.07 -crémone crémone nom f s 0.00 0.34 0.00 0.34 -crémés crémer ver m p 0.01 0.14 0.00 0.14 par:pas; -créneau créneau nom m s 1.76 5.34 1.49 2.57 -créneaux créneau nom m p 1.76 5.34 0.27 2.77 -crénelait créneler ver 0.00 0.47 0.00 0.07 ind:imp:3s; -crénelé crénelé adj m s 0.00 1.15 0.00 0.20 -crénelée crénelé adj f s 0.00 1.15 0.00 0.34 -crénelées crénelé adj f p 0.00 1.15 0.00 0.41 -crénelés crénelé adj m p 0.00 1.15 0.00 0.20 -crénom crénom ono 0.58 0.14 0.58 0.14 -créole créole adj s 0.58 0.88 0.57 0.68 -créoles créole nom p 0.66 1.01 0.14 0.14 -créolophone créolophone adj s 0.01 0.00 0.01 0.00 -créons créer ver 85.17 54.80 0.98 0.41 imp:pre:1p;ind:pre:1p; -créosote créosote nom f s 0.04 0.41 0.04 0.41 -créosotée créosoter ver f s 0.00 0.07 0.00 0.07 par:pas; -créât créer ver 85.17 54.80 0.00 0.14 sub:imp:3s; -crêpage crêpage nom m s 0.06 0.14 0.04 0.07 -crêpages crêpage nom m p 0.06 0.14 0.01 0.07 -crêpaient crêper ver 0.27 1.01 0.00 0.14 ind:imp:3p; -crêpait crêper ver 0.27 1.01 0.00 0.20 ind:imp:3s; -crêpe crêpe nom s 8.44 9.05 3.27 6.01 -crêpelait crêpeler ver 0.00 0.07 0.00 0.07 ind:imp:3s; -crêpelées crêpelé adj f p 0.00 0.20 0.00 0.07 -crêpelure crêpelure nom f s 0.00 0.14 0.00 0.14 -crêpelés crêpelé adj m p 0.00 0.20 0.00 0.14 -crêper crêper ver 0.27 1.01 0.06 0.27 inf; -crêpes crêpe nom p 8.44 9.05 5.16 3.04 -crépi crépir ver m s 0.17 1.28 0.07 0.20 par:pas; -crépie crépir ver f s 0.17 1.28 0.00 0.07 par:pas; -crépies crépir ver f p 0.17 1.28 0.00 0.34 par:pas; -crépine crépine nom f s 0.00 0.07 0.00 0.07 -crépinette crépinette nom f s 0.00 0.14 0.00 0.07 -crépinettes crépinette nom f p 0.00 0.14 0.00 0.07 -crépins crépin nom m p 0.00 0.07 0.00 0.07 -crépir crépir ver 0.17 1.28 0.00 0.07 inf; -crépis crépi nom m p 0.14 3.31 0.14 0.27 -crépissage crépissage nom m s 0.00 0.07 0.00 0.07 -crépissez crépir ver 0.17 1.28 0.10 0.00 ind:pre:2p; -crépita crépiter ver 1.31 10.20 0.00 0.68 ind:pas:3s; -crépitaient crépiter ver 1.31 10.20 0.00 1.42 ind:imp:3p; -crépitait crépiter ver 1.31 10.20 0.00 1.62 ind:imp:3s; -crépitant crépitant adj m s 0.10 1.35 0.02 0.61 -crépitante crépitant adj f s 0.10 1.35 0.01 0.20 -crépitantes crépitant adj f p 0.10 1.35 0.00 0.34 -crépitants crépitant adj m p 0.10 1.35 0.07 0.20 -crépitation crépitation nom f s 0.01 0.00 0.01 0.00 -crépite crépiter ver 1.31 10.20 0.75 1.82 imp:pre:2s;ind:pre:3s; -crépitement crépitement nom m s 0.42 8.18 0.28 7.03 -crépitements crépitement nom m p 0.42 8.18 0.13 1.15 -crépitent crépiter ver 1.31 10.20 0.14 1.15 ind:pre:3p; -crépiter crépiter ver 1.31 10.20 0.15 1.82 inf; -crépiteront crépiter ver 1.31 10.20 0.00 0.07 ind:fut:3p; -crépitèrent crépiter ver 1.31 10.20 0.00 0.68 ind:pas:3p; -crépité crépiter ver m s 1.31 10.20 0.27 0.34 par:pas; -crépon crépon nom m s 0.07 0.47 0.06 0.41 -crépons crépon nom m p 0.07 0.47 0.01 0.07 -crêpé crêper ver m s 0.27 1.01 0.15 0.14 par:pas; -crépu crépu adj m s 0.77 2.84 0.25 0.61 -crêpée crêpé adj f s 0.03 0.27 0.01 0.07 -crépue crépu adj f s 0.77 2.84 0.20 0.68 -crépues crépu adj f p 0.77 2.84 0.00 0.20 -crêpés crêpé adj m p 0.03 0.27 0.02 0.20 -crépus crépu adj m p 0.77 2.84 0.33 1.35 -crépusculaire crépusculaire adj s 0.06 2.30 0.03 1.89 -crépusculaires crépusculaire adj p 0.06 2.30 0.03 0.41 -crépuscule crépuscule nom m s 7.35 26.35 7.12 24.86 -crépuscules crépuscule nom m p 7.35 26.35 0.23 1.49 -créquier créquier nom m s 0.00 0.07 0.00 0.07 -crurent croire ver_sup 1711.99 947.23 0.04 1.62 ind:pas:3p; -crus croire ver_sup m p 1711.99 947.23 1.51 15.20 ind:pas:1s;ind:pas:2s;par:pas; -crésol crésol nom m s 0.01 0.00 0.01 0.00 -crusse croire ver_sup 1711.99 947.23 0.00 0.07 sub:imp:1s; -crussent croire ver_sup 1711.99 947.23 0.00 0.07 sub:imp:3p; -crusses croire ver_sup 1711.99 947.23 0.00 0.14 sub:imp:2s; -crustacé crustacé nom m s 0.95 1.89 0.32 0.54 -crustacés crustacé nom m p 0.95 1.89 0.64 1.35 -crésus crésus nom m 0.01 0.00 0.01 0.00 -crésyl crésyl nom m s 0.01 0.41 0.01 0.41 -crésylée crésylé adj f s 0.00 0.07 0.00 0.07 -crêt crêt nom m s 0.03 0.00 0.03 0.00 -crut croire ver_sup 1711.99 947.23 0.93 34.93 ind:pas:3s; -crétacé crétacé nom m s 0.23 0.07 0.23 0.07 -crétacée crétacé adj f s 0.03 0.00 0.03 0.00 -crêtaient crêter ver 0.00 0.74 0.00 0.07 ind:imp:3p; -crête crête nom f s 4.23 26.22 3.52 21.62 -crételle crételle nom f s 0.00 0.14 0.00 0.14 -crêtes_de_coq crêtes_de_coq nom f p 0.03 0.07 0.03 0.07 -crêtes crête nom f p 4.23 26.22 0.71 4.59 -créèrent créer ver 85.17 54.80 0.13 0.20 ind:pas:3p; -crétin crétin nom m s 33.54 8.58 25.61 4.66 -crétine crétin nom f s 33.54 8.58 0.69 0.54 -crétinerie crétinerie nom f s 0.04 0.14 0.03 0.07 -crétineries crétinerie nom f p 0.04 0.14 0.01 0.07 -crétineux crétineux adj m 0.02 0.00 0.02 0.00 -crétinisant crétinisant adj m s 0.00 0.07 0.00 0.07 -crétinisation crétinisation nom f s 0.00 0.07 0.00 0.07 -crétiniser crétiniser ver 0.01 0.20 0.01 0.00 inf; -crétinisme crétinisme nom m s 0.01 0.41 0.01 0.41 -crétinisé crétiniser ver m s 0.01 0.20 0.00 0.20 par:pas; -crétins crétin nom m p 33.54 8.58 7.24 3.38 -crêtions crêter ver 0.00 0.74 0.00 0.07 ind:imp:1p; -crétois crétois adj m s 0.01 0.88 0.01 0.27 -crétoise crétois adj f s 0.01 0.88 0.00 0.47 -crétoises crétois adj f p 0.01 0.88 0.00 0.14 -crêté crêter ver m s 0.00 0.74 0.00 0.20 par:pas; -crêtée crêter ver f s 0.00 0.74 0.00 0.14 par:pas; -crêtées crêter ver f p 0.00 0.74 0.00 0.20 par:pas; -crêtés crêter ver m p 0.00 0.74 0.00 0.07 par:pas; -créé créer ver m s 85.17 54.80 24.93 12.97 par:pas;par:pas;par:pas; -créée créer ver f s 85.17 54.80 4.58 3.65 par:pas; -créées créer ver f p 85.17 54.80 0.81 1.42 par:pas; -créés créer ver p 85.17 54.80 3.16 1.96 par:pas; -cruzeiro cruzeiro nom m s 0.80 0.07 0.20 0.00 -cruzeiros cruzeiro nom m p 0.80 0.07 0.60 0.07 -cryofracture cryofracture nom f s 0.14 0.00 0.14 0.00 -cryogène cryogène adj s 0.11 0.00 0.11 0.00 -cryogénie cryogénie nom f s 0.27 0.00 0.27 0.00 -cryogénique cryogénique adj s 0.44 0.00 0.34 0.00 -cryogéniques cryogénique adj p 0.44 0.00 0.10 0.00 -cryogénisation cryogénisation nom f s 0.17 0.00 0.17 0.00 -cryonique cryonique adj f s 0.01 0.00 0.01 0.00 -cryotechnique cryotechnique nom f s 0.01 0.00 0.01 0.00 -cryptage cryptage nom m s 0.52 0.00 0.52 0.00 -crypte crypte nom f s 2.91 3.18 2.82 2.70 -crypter crypter ver 1.56 0.34 0.01 0.00 inf; -cryptes crypte nom f p 2.91 3.18 0.08 0.47 -cryptique cryptique adj m s 0.03 0.00 0.01 0.00 -cryptiques cryptique adj f p 0.03 0.00 0.02 0.00 -crypto crypto nom m s 0.04 0.07 0.04 0.07 -cryptocommunistes cryptocommuniste nom p 0.00 0.07 0.00 0.07 -cryptogame cryptogame adj s 0.00 0.07 0.00 0.07 -cryptogames cryptogame nom m p 0.00 0.14 0.00 0.14 -cryptogamique cryptogamique adj f s 0.01 0.00 0.01 0.00 -cryptogramme cryptogramme nom m s 0.40 0.20 0.39 0.00 -cryptogrammes cryptogramme nom m p 0.40 0.20 0.01 0.20 -cryptographe cryptographe nom s 0.02 0.00 0.02 0.00 -cryptographie cryptographie nom f s 0.10 0.07 0.10 0.07 -cryptographique cryptographique adj s 0.03 0.00 0.03 0.00 -cryptologie cryptologie nom f s 0.03 0.00 0.03 0.00 -cryptomère cryptomère nom m s 0.01 0.00 0.01 0.00 -crypté crypter ver m s 1.56 0.34 0.98 0.07 par:pas; -cryptée crypter ver f s 1.56 0.34 0.23 0.00 par:pas; -cryptées crypter ver f p 1.56 0.34 0.12 0.00 par:pas; -cryptés crypter ver m p 1.56 0.34 0.22 0.07 par:pas; -csardas csardas nom f 0.30 0.00 0.30 0.00 -cède céder ver 24.21 61.35 5.99 6.35 imp:pre:2s;ind:pre:1s;ind:pre:3s; -cèdent céder ver 24.21 61.35 0.55 1.28 ind:pre:3p; -cèdre cèdre nom m s 0.70 3.85 0.47 2.16 -cèdres cèdre nom m p 0.70 3.85 0.23 1.69 -cèle celer ver 0.68 0.34 0.28 0.00 imp:pre:2s;ind:pre:1s; -cène cène nom f s 0.02 0.20 0.02 0.20 -cèpe cèpe nom m s 0.78 1.15 0.02 0.27 -cèpes cèpe nom m p 0.78 1.15 0.75 0.88 -cuadrilla cuadrilla nom f s 0.00 0.74 0.00 0.68 -cuadrillas cuadrilla nom f p 0.00 0.74 0.00 0.07 -céans céans adv 0.32 0.34 0.32 0.34 -céara céara nom m s 0.14 0.00 0.14 0.00 -cubage cubage nom m s 0.14 0.34 0.14 0.27 -cubages cubage nom m p 0.14 0.34 0.00 0.07 -cubain cubain adj m s 3.28 0.61 1.37 0.34 -cubaine cubain adj f s 3.28 0.61 1.09 0.07 -cubaines cubain adj f p 3.28 0.61 0.05 0.07 -cubains cubain nom m p 2.69 0.61 1.27 0.00 -cubait cuber ver 0.32 0.54 0.00 0.07 ind:imp:3s; -cubasse cuber ver 0.32 0.54 0.00 0.34 sub:imp:1s; -cube cube nom m s 2.81 11.76 1.58 5.74 -cubes cube nom m p 2.81 11.76 1.24 6.01 -cubique cubique adj s 0.05 1.82 0.05 0.88 -cubiques cubique adj p 0.05 1.82 0.00 0.95 -cubisme cubisme nom m s 0.03 0.54 0.03 0.54 -cubiste cubiste adj s 0.04 0.74 0.03 0.47 -cubistes cubiste adj m p 0.04 0.74 0.01 0.27 -cubitainer cubitainer nom m s 0.04 0.00 0.04 0.00 -cubital cubital adj m s 0.04 0.00 0.01 0.00 -cubitale cubital adj f s 0.04 0.00 0.03 0.00 -cubitières cubitière nom f p 0.00 0.14 0.00 0.14 -cubitus cubitus nom m 0.20 0.14 0.20 0.14 -cucaracha cucaracha nom f s 0.15 0.07 0.15 0.07 -cécidomyies cécidomyie nom f p 0.00 0.07 0.00 0.07 -cécité cécité nom f s 1.12 3.65 1.12 3.65 -cucu cucu adj 0.17 0.27 0.17 0.27 -cucul cucul adj m 0.57 0.95 0.57 0.95 -cucurbitacée cucurbitacée nom f s 0.14 0.00 0.14 0.00 -cucurbite cucurbite nom f s 0.01 0.14 0.01 0.00 -cucurbites cucurbite nom f p 0.01 0.14 0.00 0.14 -cucuterie cucuterie nom f s 0.01 0.00 0.01 0.00 -céda céder ver 24.21 61.35 0.39 4.32 ind:pas:3s; -cédai céder ver 24.21 61.35 0.00 0.68 ind:pas:1s; -cédaient céder ver 24.21 61.35 0.03 1.69 ind:imp:3p; -cédais céder ver 24.21 61.35 0.12 0.47 ind:imp:1s;ind:imp:2s; -cédait céder ver 24.21 61.35 0.18 6.28 ind:imp:3s; -cédant céder ver 24.21 61.35 0.50 3.11 par:pre; -céder céder ver 24.21 61.35 7.17 20.54 inf; -cédera céder ver 24.21 61.35 0.58 1.15 ind:fut:3s; -céderai céder ver 24.21 61.35 0.85 0.20 ind:fut:1s; -céderaient céder ver 24.21 61.35 0.02 0.14 cnd:pre:3p; -céderais céder ver 24.21 61.35 0.09 0.20 cnd:pre:1s;cnd:pre:2s; -céderait céder ver 24.21 61.35 0.19 0.68 cnd:pre:3s; -céderas céder ver 24.21 61.35 0.02 0.14 ind:fut:2s; -céderez céder ver 24.21 61.35 0.04 0.14 ind:fut:2p; -céderiez céder ver 24.21 61.35 0.10 0.07 cnd:pre:2p; -céderons céder ver 24.21 61.35 0.14 0.00 ind:fut:1p; -céderont céder ver 24.21 61.35 0.37 0.14 ind:fut:3p; -cédez céder ver 24.21 61.35 1.13 0.20 imp:pre:2p;ind:pre:2p; -cédiez céder ver 24.21 61.35 0.06 0.14 ind:imp:2p; -cédions céder ver 24.21 61.35 0.01 0.20 ind:imp:1p; -cédons céder ver 24.21 61.35 0.69 0.27 imp:pre:1p;ind:pre:1p; -cédât céder ver 24.21 61.35 0.00 0.07 sub:imp:3s; -cédrat cédrat nom m s 0.01 0.27 0.01 0.14 -cédratier cédratier nom m s 0.00 0.07 0.00 0.07 -cédrats cédrat nom m p 0.01 0.27 0.00 0.14 -cédèrent céder ver 24.21 61.35 0.03 0.41 ind:pas:3p; -cédé céder ver m s 24.21 61.35 4.59 11.96 par:pas; -cédée céder ver f s 24.21 61.35 0.00 0.20 par:pas; -cédées céder ver f p 24.21 61.35 0.25 0.20 par:pas; -cédulaire cédulaire adj m s 0.00 0.14 0.00 0.14 -cédule cédule nom f s 0.01 0.00 0.01 0.00 -cédés céder ver m p 24.21 61.35 0.13 0.14 par:pas; -cueillîmes cueillir ver 13.84 25.81 0.00 0.07 ind:pas:1p; -cueillaient cueillir ver 13.84 25.81 0.02 0.47 ind:imp:3p; -cueillais cueillir ver 13.84 25.81 0.34 0.27 ind:imp:1s;ind:imp:2s; -cueillaison cueillaison nom f s 0.01 0.00 0.01 0.00 -cueillait cueillir ver 13.84 25.81 0.16 2.16 ind:imp:3s; -cueillant cueillir ver 13.84 25.81 0.14 1.08 par:pre; -cueille cueillir ver 13.84 25.81 1.91 2.30 imp:pre:2s;ind:pre:1s;ind:pre:3s; -cueillent cueillir ver 13.84 25.81 0.19 0.41 ind:pre:3p; -cueillera cueillir ver 13.84 25.81 0.11 0.07 ind:fut:3s; -cueillerai cueillir ver 13.84 25.81 0.02 0.14 ind:fut:1s; -cueillerais cueillir ver 13.84 25.81 0.01 0.00 cnd:pre:1s; -cueillerait cueillir ver 13.84 25.81 0.01 0.00 cnd:pre:3s; -cueilleras cueillir ver 13.84 25.81 0.11 0.07 ind:fut:2s; -cueilleront cueillir ver 13.84 25.81 0.02 0.00 ind:fut:3p; -cueilles cueillir ver 13.84 25.81 0.23 0.14 ind:pre:2s; -cueillette cueillette nom f s 0.57 1.89 0.57 1.62 -cueillettes cueillette nom f p 0.57 1.89 0.00 0.27 -cueilleur cueilleur nom m s 0.24 0.41 0.11 0.00 -cueilleurs cueilleur nom m p 0.24 0.41 0.12 0.34 -cueilleuse cueilleur nom f s 0.24 0.41 0.01 0.00 -cueilleuses cueilleur nom f p 0.24 0.41 0.00 0.07 -cueillez cueillir ver 13.84 25.81 0.73 0.14 imp:pre:2p;ind:pre:2p; -cueilli cueillir ver m s 13.84 25.81 1.34 2.30 par:pas; -cueillie cueillir ver f s 13.84 25.81 0.18 0.95 par:pas; -cueillies cueillir ver f p 13.84 25.81 1.27 1.15 par:pas; -cueillir cueillir ver 13.84 25.81 6.26 10.07 inf; -cueillirent cueillir ver 13.84 25.81 0.00 0.07 ind:pas:3p; -cueillis cueillir ver m p 13.84 25.81 0.62 1.49 ind:pas:1s;par:pas; -cueillissent cueillir ver 13.84 25.81 0.00 0.07 sub:imp:3p; -cueillit cueillir ver 13.84 25.81 0.01 2.36 ind:pas:3s; -cueillons cueillir ver 13.84 25.81 0.16 0.07 imp:pre:1p;ind:pre:1p; -cuesta cuesta nom f s 0.39 0.20 0.39 0.20 -cueva cueva nom f s 0.23 1.01 0.23 0.34 -cuevas cueva nom f p 0.23 1.01 0.00 0.68 -cégep cégep nom m s 0.54 0.00 0.54 0.00 -cégétiste cégétiste nom s 0.00 0.14 0.00 0.07 -cégétistes cégétiste nom p 0.00 0.14 0.00 0.07 -cui_cui cui_cui nom m 0.15 0.34 0.15 0.34 -cuiller cuiller nom f s 2.50 10.20 2.11 8.38 -cuilleron cuilleron nom m s 0.00 0.07 0.00 0.07 -cuillers cuiller nom f p 2.50 10.20 0.39 1.82 -cuillerée cuillerée nom f s 1.15 4.46 0.90 2.70 -cuillerées cuillerée nom f p 1.15 4.46 0.25 1.76 -cuillère cuillère nom f s 7.30 11.89 5.18 9.80 -cuillères cuillère nom f p 7.30 11.89 2.13 2.09 -cuir cuir nom m s 14.25 79.19 14.11 76.08 -cuira cuire ver 21.65 20.41 0.35 0.14 ind:fut:3s; -cuirai cuire ver 21.65 20.41 0.01 0.07 ind:fut:1s; -cuirait cuire ver 21.65 20.41 0.16 0.14 cnd:pre:3s; -cuiras cuire ver 21.65 20.41 0.01 0.00 ind:fut:2s; -cuirassaient cuirasser ver 0.05 1.69 0.00 0.07 ind:imp:3p; -cuirassait cuirasser ver 0.05 1.69 0.00 0.07 ind:imp:3s; -cuirasse cuirasse nom f s 1.07 5.14 0.77 3.72 -cuirassements cuirassement nom m p 0.00 0.07 0.00 0.07 -cuirassent cuirasser ver 0.05 1.69 0.00 0.07 ind:pre:3p; -cuirasser cuirasser ver 0.05 1.69 0.00 0.20 inf; -cuirasses cuirasse nom f p 1.07 5.14 0.30 1.42 -cuirassier cuirassier nom m s 0.25 5.54 0.10 2.30 -cuirassiers cuirassier nom m p 0.25 5.54 0.14 3.24 -cuirassé cuirassé nom m s 1.48 2.64 1.17 1.62 -cuirassée cuirassé adj f s 0.18 2.77 0.00 1.08 -cuirassées cuirassé adj f p 0.18 2.77 0.00 0.54 -cuirassés cuirassé nom m p 1.48 2.64 0.31 1.01 -cuire cuire ver 21.65 20.41 9.12 8.78 inf; -cuirez cuire ver 21.65 20.41 0.00 0.14 ind:fut:2p; -cuiront cuire ver 21.65 20.41 0.02 0.00 ind:fut:3p; -cuirs cuir nom m p 14.25 79.19 0.14 3.11 -cuis cuire ver 21.65 20.41 0.97 0.34 imp:pre:2s;ind:pre:1s;ind:pre:2s; -cuisaient cuire ver 21.65 20.41 0.14 1.22 ind:imp:3p; -cuisait cuire ver 21.65 20.41 0.33 2.09 ind:imp:3s; -cuisant cuisant adj m s 0.49 2.57 0.30 1.08 -cuisante cuisant adj f s 0.49 2.57 0.02 0.81 -cuisantes cuisant adj f p 0.49 2.57 0.10 0.20 -cuisants cuisant adj m p 0.49 2.57 0.06 0.47 -cuise cuire ver 21.65 20.41 0.32 0.14 sub:pre:1s;sub:pre:3s; -cuisent cuire ver 21.65 20.41 0.10 0.95 ind:pre:3p; -cuises cuire ver 21.65 20.41 0.01 0.00 sub:pre:2s; -cuiseurs cuiseur nom m p 0.10 0.00 0.10 0.00 -cuisez cuire ver 21.65 20.41 0.15 0.00 imp:pre:2p;ind:pre:2p; -cuisiez cuire ver 21.65 20.41 0.00 0.07 ind:imp:2p; -cuisina cuisiner ver 27.12 6.15 0.00 0.20 ind:pas:3s; -cuisinaient cuisiner ver 27.12 6.15 0.03 0.07 ind:imp:3p; -cuisinais cuisiner ver 27.12 6.15 0.38 0.07 ind:imp:1s;ind:imp:2s; -cuisinait cuisiner ver 27.12 6.15 1.09 0.74 ind:imp:3s; -cuisinant cuisiner ver 27.12 6.15 0.16 0.27 par:pre; -cuisine cuisine nom f s 87.92 135.41 85.08 123.31 -cuisinent cuisiner ver 27.12 6.15 0.67 0.20 ind:pre:3p; -cuisiner cuisiner ver 27.12 6.15 11.98 2.36 inf; -cuisinera cuisiner ver 27.12 6.15 0.23 0.07 ind:fut:3s; -cuisinerai cuisiner ver 27.12 6.15 0.40 0.07 ind:fut:1s; -cuisinerais cuisiner ver 27.12 6.15 0.17 0.00 cnd:pre:1s;cnd:pre:2s; -cuisinerait cuisiner ver 27.12 6.15 0.02 0.14 cnd:pre:3s; -cuisineras cuisiner ver 27.12 6.15 0.07 0.00 ind:fut:2s; -cuisinerons cuisiner ver 27.12 6.15 0.12 0.00 ind:fut:1p; -cuisines cuisine nom f p 87.92 135.41 2.84 12.09 -cuisinette cuisinette nom f s 0.00 0.14 0.00 0.14 -cuisinez cuisiner ver 27.12 6.15 0.79 0.00 imp:pre:2p;ind:pre:2p; -cuisinier cuisinier nom m s 15.70 26.42 6.79 6.35 -cuisiniers cuisinier nom m p 15.70 26.42 1.25 2.84 -cuisiniez cuisiner ver 27.12 6.15 0.05 0.00 ind:imp:2p; -cuisinière cuisinier nom f s 15.70 26.42 7.66 16.08 -cuisinières cuisinière nom f p 0.19 0.00 0.19 0.00 -cuisinons cuisiner ver 27.12 6.15 0.09 0.00 imp:pre:1p;ind:pre:1p; -cuisiné cuisiner ver m s 27.12 6.15 2.71 0.61 par:pas; -cuisinée cuisiner ver f s 27.12 6.15 0.09 0.14 par:pas; -cuisinées cuisiner ver f p 27.12 6.15 0.02 0.07 par:pas; -cuisinés cuisiné adj m p 0.22 0.61 0.09 0.47 -cuisit cuire ver 21.65 20.41 0.00 0.20 ind:pas:3s; -cuisons cuire ver 21.65 20.41 0.14 0.07 imp:pre:1p;ind:pre:1p; -cuissage cuissage nom m s 0.02 0.34 0.02 0.34 -cuissard cuissard nom m s 0.01 1.76 0.01 0.07 -cuissardes cuissarde nom f p 0.26 0.00 0.26 0.00 -cuissards cuissard nom m p 0.01 1.76 0.00 0.27 -cuisse_madame cuisse_madame nom f s 0.00 0.07 0.00 0.07 -cuisse cuisse nom f s 12.73 69.73 4.38 21.22 -cuisseau cuisseau nom m s 0.14 0.00 0.14 0.00 -cuisses cuisse nom f p 12.73 69.73 8.34 48.51 -cuissette cuissette nom f s 0.00 0.14 0.00 0.07 -cuissettes cuissette nom f p 0.00 0.14 0.00 0.07 -cuisson cuisson nom f s 1.39 3.38 1.38 3.04 -cuissons cuisson nom f p 1.39 3.38 0.01 0.34 -cuissot cuissot nom m s 0.11 0.95 0.10 0.81 -cuissots cuissot nom m p 0.11 0.95 0.01 0.14 -cuistance cuistance nom f s 0.00 1.96 0.00 1.82 -cuistances cuistance nom f p 0.00 1.96 0.00 0.14 -cuistot cuistot nom m s 2.46 4.46 2.24 2.30 -cuistots cuistot nom m p 2.46 4.46 0.22 2.16 -cuistre cuistre nom m s 0.11 1.55 0.10 0.74 -cuistrerie cuistrerie nom f s 0.00 0.34 0.00 0.20 -cuistreries cuistrerie nom f p 0.00 0.34 0.00 0.14 -cuistres cuistre nom m p 0.11 1.55 0.01 0.81 -cuit cuire ver m s 21.65 20.41 7.39 4.59 ind:pre:3s;par:pas; -cuitant cuiter ver 0.20 0.34 0.01 0.00 par:pre; -cuite cuit adj f s 8.39 15.41 2.79 5.74 -cuiter cuiter ver 0.20 0.34 0.12 0.20 inf; -cuites cuit adj f p 8.39 15.41 1.02 3.31 -cuits cuire ver m p 21.65 20.41 2.40 1.15 par:pas; -cuité cuiter ver m s 0.20 0.34 0.07 0.14 par:pas; -cuivra cuivrer ver 0.28 1.08 0.00 0.07 ind:pas:3s; -cuivrait cuivrer ver 0.28 1.08 0.00 0.07 ind:imp:3s; -cuivre cuivre nom m s 5.64 36.08 4.74 30.68 -cuivres cuivre nom m p 5.64 36.08 0.90 5.41 -cuivreux cuivreux adj m 0.03 0.27 0.03 0.27 -cuivré cuivré adj m s 0.07 3.24 0.01 1.22 -cuivrée cuivrer ver f s 0.28 1.08 0.27 0.27 par:pas; -cuivrées cuivré adj f p 0.07 3.24 0.00 0.41 -cuivrés cuivré adj m p 0.07 3.24 0.01 0.47 -cul_blanc cul_blanc nom m s 0.16 0.20 0.01 0.14 -cul_bénit cul_bénit nom m s 0.08 0.20 0.02 0.07 -cul_cul cul_cul adj 0.04 0.00 0.04 0.00 -cul_de_basse_fosse cul_de_basse_fosse nom m s 0.01 0.41 0.01 0.41 -cul_de_four cul_de_four nom m s 0.00 0.20 0.00 0.20 -cul_de_jatte cul_de_jatte nom m s 0.54 1.42 0.42 1.08 -cul_de_lampe cul_de_lampe nom m s 0.01 0.20 0.01 0.14 -cul_de_plomb cul_de_plomb nom m s 0.00 0.07 0.00 0.07 -cul_de_porc cul_de_porc nom m s 0.02 0.00 0.02 0.00 -cul_de_poule cul_de_poule nom m s 0.00 0.14 0.00 0.14 -cul_de_sac cul_de_sac nom m s 0.80 1.55 0.75 1.22 -cul_terreux cul_terreux nom m 2.23 1.28 1.60 0.41 -cul cul nom m s 150.81 68.31 145.85 64.46 -céladon céladon nom m s 0.22 0.47 0.22 0.47 -culasse culasse nom f s 0.60 3.51 0.60 2.84 -culasses culasse nom f p 0.60 3.51 0.00 0.68 -culbuta culbuter ver 1.14 5.54 0.00 0.41 ind:pas:3s; -culbutages culbutage nom m p 0.00 0.07 0.00 0.07 -culbutaient culbuter ver 1.14 5.54 0.02 0.14 ind:imp:3p; -culbutait culbuter ver 1.14 5.54 0.11 0.68 ind:imp:3s; -culbutant culbuter ver 1.14 5.54 0.01 0.47 par:pre; -culbute culbute nom f s 1.72 1.01 1.52 0.68 -culbutent culbuter ver 1.14 5.54 0.14 0.14 ind:pre:3p; -culbuter culbuter ver 1.14 5.54 0.57 1.49 inf; -culbuterais culbuter ver 1.14 5.54 0.01 0.00 cnd:pre:1s; -culbutes culbute nom f p 1.72 1.01 0.20 0.34 -culbuteur culbuteur nom m s 0.06 0.27 0.04 0.14 -culbuteurs culbuteur nom m p 0.06 0.27 0.01 0.14 -culbuto culbuto nom m s 0.03 0.14 0.03 0.14 -culbutèrent culbuter ver 1.14 5.54 0.00 0.07 ind:pas:3p; -culbuté culbuter ver m s 1.14 5.54 0.15 0.74 par:pas; -culbutée culbuter ver f s 1.14 5.54 0.04 0.27 par:pas; -culbutées culbuter ver f p 1.14 5.54 0.00 0.27 par:pas; -culbutés culbuter ver m p 1.14 5.54 0.01 0.20 par:pas; -cule culer ver 0.24 0.14 0.08 0.00 imp:pre:2s;ind:pre:3s; -culer culer ver 0.24 0.14 0.03 0.00 inf; -céleri céleri nom m s 1.62 1.01 1.43 0.81 -céleris céleri nom m p 1.62 1.01 0.19 0.20 -céleste céleste adj s 6.48 7.30 4.43 5.81 -célestes céleste adj p 6.48 7.30 2.04 1.49 -célestin célestin nom m s 0.01 0.20 0.01 0.00 -célestins célestin nom m p 0.01 0.20 0.00 0.20 -culex culex nom m 0.02 0.00 0.02 0.00 -célibat célibat nom m s 1.75 1.35 1.75 1.35 -célibataire célibataire adj s 13.48 4.05 11.02 3.45 -célibataires célibataire nom p 7.69 4.86 3.15 2.64 -célimène célimène nom f s 0.79 0.07 0.79 0.07 -culinaire culinaire adj s 1.60 2.36 1.14 1.22 -culinaires culinaire adj p 1.60 2.36 0.46 1.15 -célinien célinien adj m s 0.00 0.14 0.00 0.07 -célinienne célinien adj f s 0.00 0.14 0.00 0.07 -culmina culminer ver 0.27 1.28 0.01 0.20 ind:pas:3s; -culminait culminer ver 0.27 1.28 0.00 0.41 ind:imp:3s; -culminance culminance nom f s 0.00 0.07 0.00 0.07 -culminant culminant adj m s 0.50 1.82 0.48 1.69 -culminants culminant adj m p 0.50 1.82 0.02 0.14 -culmination culmination nom f s 0.02 0.34 0.02 0.34 -culmine culminer ver 0.27 1.28 0.18 0.27 ind:pre:3s; -culminent culminer ver 0.27 1.28 0.02 0.00 ind:pre:3p; -culminer culminer ver 0.27 1.28 0.03 0.20 inf; -culminé culminer ver m s 0.27 1.28 0.01 0.14 par:pas; -culons culer ver 0.24 0.14 0.00 0.07 imp:pre:1p; -culot culot nom m s 9.73 7.23 9.24 6.76 -culots culot nom m p 9.73 7.23 0.49 0.47 -culotte culotte nom f s 18.14 37.30 13.34 27.70 -culotter culotter ver 0.63 1.42 0.00 0.07 inf; -culottes culotte nom f p 18.14 37.30 4.80 9.59 -culottier culottier nom m s 0.00 0.41 0.00 0.07 -culottiers culottier nom m p 0.00 0.41 0.00 0.07 -culottière culottier nom f s 0.00 0.41 0.00 0.20 -culottières culottier nom f p 0.00 0.41 0.00 0.07 -culotté culotté adj m s 0.70 0.88 0.55 0.47 -culottée culotté adj f s 0.70 0.88 0.15 0.34 -culottées culotter ver f p 0.63 1.42 0.01 0.14 par:pas; -culottés culotté adj m p 0.70 0.88 0.01 0.07 -culpabilisais culpabiliser ver 5.34 0.47 0.35 0.00 ind:imp:1s; -culpabilisait culpabiliser ver 5.34 0.47 0.04 0.14 ind:imp:3s; -culpabilisant culpabiliser ver 5.34 0.47 0.02 0.00 par:pre; -culpabilisation culpabilisation nom f s 0.01 0.20 0.01 0.20 -culpabilise culpabiliser ver 5.34 0.47 1.75 0.00 imp:pre:2s;ind:pre:1s;ind:pre:3s; -culpabilisent culpabiliser ver 5.34 0.47 0.20 0.00 ind:pre:3p; -culpabiliser culpabiliser ver 5.34 0.47 2.07 0.20 inf; -culpabiliserai culpabiliser ver 5.34 0.47 0.02 0.00 ind:fut:1s; -culpabilises culpabiliser ver 5.34 0.47 0.33 0.00 ind:pre:2s; -culpabilisez culpabiliser ver 5.34 0.47 0.25 0.00 imp:pre:2p;ind:pre:2p; -culpabilisiez culpabiliser ver 5.34 0.47 0.03 0.00 ind:imp:2p; -culpabilisons culpabiliser ver 5.34 0.47 0.03 0.00 imp:pre:1p;ind:pre:1p; -culpabilisé culpabiliser ver m s 5.34 0.47 0.22 0.00 par:pas; -culpabilisée culpabiliser ver f s 5.34 0.47 0.02 0.14 par:pas; -culpabilisés culpabiliser ver m p 5.34 0.47 0.01 0.00 par:pas; -culpabilité culpabilité nom f s 11.57 6.22 11.57 6.22 -cul_blanc cul_blanc nom m p 0.16 0.20 0.14 0.07 -cul_bénit cul_bénit nom m p 0.08 0.20 0.06 0.14 -culs_de_basse_fosse culs_de_basse_fosse nom m p 0.00 0.27 0.00 0.27 -cul_de_jatte cul_de_jatte nom m p 0.54 1.42 0.12 0.34 -cul_de_lampe cul_de_lampe nom m p 0.01 0.20 0.00 0.07 -cul_de_sac cul_de_sac nom m p 0.80 1.55 0.05 0.34 -cul_terreux cul_terreux nom m p 2.23 1.28 0.63 0.88 -culs cul nom m p 150.81 68.31 4.96 3.85 -culte culte nom m s 5.37 14.93 4.74 13.58 -cultes culte nom m p 5.37 14.93 0.63 1.35 -célèbre célèbre adj s 31.67 33.58 25.98 24.73 -célèbrent célébrer ver 17.50 20.07 0.40 0.54 ind:pre:3p; -célèbres célèbre adj p 31.67 33.58 5.69 8.85 -cultiva cultiver ver 10.30 13.51 0.14 0.07 ind:pas:3s; -cultivable cultivable adj s 0.07 0.41 0.04 0.20 -cultivables cultivable adj p 0.07 0.41 0.02 0.20 -cultivai cultiver ver 10.30 13.51 0.00 0.07 ind:pas:1s; -cultivaient cultiver ver 10.30 13.51 0.12 0.41 ind:imp:3p; -cultivais cultiver ver 10.30 13.51 0.16 0.20 ind:imp:1s; -cultivait cultiver ver 10.30 13.51 0.44 1.82 ind:imp:3s; -cultivant cultiver ver 10.30 13.51 0.09 0.74 par:pre; -cultivateur cultivateur nom m s 0.82 2.84 0.46 0.88 -cultivateurs cultivateur nom m p 0.82 2.84 0.26 1.76 -cultivatrice cultivateur nom f s 0.82 2.84 0.10 0.07 -cultivatrices cultivateur nom f p 0.82 2.84 0.00 0.14 -cultive cultiver ver 10.30 13.51 2.79 1.96 imp:pre:2s;ind:pre:1s;ind:pre:3s; -cultivent cultiver ver 10.30 13.51 0.36 0.81 ind:pre:3p; -cultiver cultiver ver 10.30 13.51 3.34 4.32 inf;; -cultivera cultiver ver 10.30 13.51 0.39 0.00 ind:fut:3s; -cultiverai cultiver ver 10.30 13.51 0.04 0.07 ind:fut:1s; -cultiveraient cultiver ver 10.30 13.51 0.14 0.00 cnd:pre:3p; -cultiverait cultiver ver 10.30 13.51 0.00 0.20 cnd:pre:3s; -cultiveras cultiver ver 10.30 13.51 0.02 0.07 ind:fut:2s; -cultives cultiver ver 10.30 13.51 0.04 0.07 ind:pre:2s; -cultivez cultiver ver 10.30 13.51 0.59 0.07 imp:pre:2p;ind:pre:2p; -cultivions cultiver ver 10.30 13.51 0.02 0.07 ind:imp:1p; -cultivons cultiver ver 10.30 13.51 0.22 0.00 imp:pre:1p;ind:pre:1p; -cultivèrent cultiver ver 10.30 13.51 0.00 0.07 ind:pas:3p; -cultivé cultivé adj m s 2.29 6.89 1.52 2.64 -cultivée cultiver ver f s 10.30 13.51 0.45 0.88 par:pas; -cultivées cultiver ver f p 10.30 13.51 0.04 0.20 par:pas; -cultivés cultivé adj m p 2.29 6.89 0.48 1.69 -cultural cultural adj m s 0.01 0.00 0.01 0.00 -culturalismes culturalisme nom m p 0.00 0.07 0.00 0.07 -culture culture nom f s 22.65 28.51 18.76 24.32 -culturel culturel adj m s 6.04 9.73 2.31 5.14 -culturelle culturel adj f s 6.04 9.73 2.25 2.03 -culturellement culturellement adv 0.36 0.00 0.36 0.00 -culturelles culturel adj f p 6.04 9.73 0.89 1.28 -culturels culturel adj m p 6.04 9.73 0.60 1.28 -cultures culture nom f p 22.65 28.51 3.89 4.19 -culturisme culturisme nom m s 0.41 0.07 0.41 0.07 -culturiste culturiste nom s 0.14 0.20 0.10 0.07 -culturistes culturiste nom p 0.14 0.20 0.05 0.14 -culé culer ver m s 0.24 0.14 0.14 0.07 par:pas; -célébra célébrer ver 17.50 20.07 0.03 0.61 ind:pas:3s; -célébraient célébrer ver 17.50 20.07 0.14 0.95 ind:imp:3p; -célébrais célébrer ver 17.50 20.07 0.04 0.07 ind:imp:1s;ind:imp:2s; -célébrait célébrer ver 17.50 20.07 0.37 1.49 ind:imp:3s; -célébrant célébrer ver 17.50 20.07 0.11 0.81 par:pre; -célébrants célébrant nom m p 0.11 0.74 0.00 0.14 -célébration célébration nom f s 2.79 2.64 2.30 1.96 -célébrations célébration nom f p 2.79 2.64 0.49 0.68 -célébrer célébrer ver 17.50 20.07 7.92 5.74 inf; -célébrera célébrer ver 17.50 20.07 0.06 0.07 ind:fut:3s; -célébrerais célébrer ver 17.50 20.07 0.01 0.07 cnd:pre:1s; -célébrerait célébrer ver 17.50 20.07 0.00 0.20 cnd:pre:3s; -célébrerons célébrer ver 17.50 20.07 0.29 0.00 ind:fut:1p; -célébreront célébrer ver 17.50 20.07 0.17 0.00 ind:fut:3p; -célébriez célébrer ver 17.50 20.07 0.11 0.00 ind:imp:2p; -célébrions célébrer ver 17.50 20.07 0.11 0.07 ind:imp:1p; -célébrissime célébrissime adj s 0.09 0.07 0.09 0.07 -célébrité célébrité nom f s 6.42 4.80 4.15 3.51 -célébrités célébrité nom f p 6.42 4.80 2.27 1.28 -célébrâmes célébrer ver 17.50 20.07 0.10 0.07 ind:pas:1p; -célébrons célébrer ver 17.50 20.07 1.27 0.47 imp:pre:1p;ind:pre:1p; -célébrât célébrer ver 17.50 20.07 0.00 0.14 sub:imp:3s; -célébrèrent célébrer ver 17.50 20.07 0.01 0.14 ind:pas:3p; -célébré célébrer ver m s 17.50 20.07 1.75 2.50 par:pas; -célébrée célébrer ver f s 17.50 20.07 0.20 1.35 par:pas; -célébrées célébrer ver f p 17.50 20.07 0.26 0.81 par:pas; -célébrés célébrer ver m p 17.50 20.07 0.05 0.41 par:pas; -culée culée nom f s 0.00 0.07 0.00 0.07 -célérifère célérifère nom m s 0.00 0.07 0.00 0.07 -célérité célérité nom f s 0.26 0.88 0.26 0.88 -cumin cumin nom m s 0.50 0.74 0.50 0.74 -cumul cumul nom m s 0.02 0.20 0.02 0.20 -cumulaient cumuler ver 0.65 1.35 0.00 0.07 ind:imp:3p; -cumulait cumuler ver 0.65 1.35 0.01 0.34 ind:imp:3s; -cumulant cumuler ver 0.65 1.35 0.03 0.07 par:pre; -cumulard cumulard nom m s 0.01 0.00 0.01 0.00 -cumulatif cumulatif adj m s 0.11 0.20 0.11 0.07 -cumulatifs cumulatif adj m p 0.11 0.20 0.00 0.07 -cumulation cumulation nom f s 0.00 0.07 0.00 0.07 -cumulative cumulatif adj f s 0.11 0.20 0.00 0.07 -cumule cumuler ver 0.65 1.35 0.26 0.34 ind:pre:1s;ind:pre:3s; -cumuler cumuler ver 0.65 1.35 0.07 0.20 inf; -cumulera cumuler ver 0.65 1.35 0.01 0.00 ind:fut:3s; -cumulez cumuler ver 0.65 1.35 0.14 0.07 ind:pre:2p; -cumuliez cumuler ver 0.65 1.35 0.00 0.07 ind:imp:2p; -cumulo_nimbus cumulo_nimbus nom m 0.02 0.14 0.02 0.14 -cumulé cumuler ver m s 0.65 1.35 0.09 0.14 par:pas; -cumulés cumuler ver m p 0.65 1.35 0.04 0.07 par:pas; -cumulus cumulus nom m 0.09 0.81 0.09 0.81 -cénacle cénacle nom m s 0.41 0.27 0.41 0.14 -cénacles cénacle nom m p 0.41 0.27 0.00 0.14 -cunnilinctus cunnilinctus nom m 0.00 0.07 0.00 0.07 -cunnilingus cunnilingus nom m 0.24 0.07 0.24 0.07 -cénobite cénobite nom m s 0.05 0.07 0.01 0.07 -cénobites cénobite nom m p 0.05 0.07 0.04 0.00 -cénotaphe cénotaphe nom m s 0.01 0.41 0.01 0.41 -cunéiforme cunéiforme adj s 0.14 0.20 0.12 0.20 -cunéiformes cunéiforme adj p 0.14 0.20 0.03 0.00 -cépage cépage nom m s 0.04 0.00 0.04 0.00 -céphaline céphaline nom f s 0.01 0.00 0.01 0.00 -céphalique céphalique adj s 0.02 0.20 0.02 0.20 -céphalo_rachidien céphalo_rachidien adj m s 0.30 0.00 0.30 0.00 -céphalopode céphalopode nom m s 0.05 0.00 0.02 0.00 -céphalopodes céphalopode nom m p 0.05 0.00 0.03 0.00 -céphalorachidien céphalorachidien adj m s 0.09 0.00 0.09 0.00 -céphalosporine céphalosporine nom f s 0.03 0.00 0.03 0.00 -céphalée céphalée nom f s 0.14 0.20 0.04 0.07 -céphalées céphalée nom f p 0.14 0.20 0.10 0.14 -cupide cupide adj s 1.47 1.15 1.02 0.88 -cupidement cupidement adv 0.00 0.07 0.00 0.07 -cupides cupide adj p 1.47 1.15 0.45 0.27 -cupidité cupidité nom f s 1.77 1.96 1.77 1.96 -cupidon cupidon nom m s 0.08 0.27 0.04 0.20 -cupidons cupidon nom m p 0.08 0.27 0.04 0.07 -cupressus cupressus nom m 0.00 0.27 0.00 0.27 -cuprifères cuprifère adj p 0.00 0.07 0.00 0.07 -cupriques cuprique adj f p 0.00 0.07 0.00 0.07 -cupronickel cupronickel nom m s 0.01 0.00 0.01 0.00 -cépée cépée nom f s 0.00 0.20 0.00 0.14 -cépées cépée nom f p 0.00 0.20 0.00 0.07 -cupule cupule nom f s 0.01 0.20 0.01 0.14 -cupules cupule nom f p 0.01 0.20 0.00 0.07 -cura curer ver 2.25 3.72 0.01 0.14 ind:pas:3s; -curable curable adj f s 0.33 0.00 0.32 0.00 -curables curable adj p 0.33 0.00 0.01 0.00 -curage curage nom m s 0.00 0.07 0.00 0.07 -curaille curaille nom f s 0.00 0.07 0.00 0.07 -curaillon curaillon nom m s 0.14 0.00 0.14 0.00 -curait curer ver 2.25 3.72 0.02 0.61 ind:imp:3s; -céramique céramique nom f s 0.85 3.24 0.61 2.50 -céramiques céramique nom f p 0.85 3.24 0.24 0.74 -céramiste céramiste nom s 0.13 0.00 0.13 0.00 -curant curer ver 2.25 3.72 0.01 0.14 par:pre; -curare curare nom m s 0.22 0.47 0.22 0.47 -curarisant curarisant adj m s 0.00 0.07 0.00 0.07 -curariser curariser ver 0.01 0.00 0.01 0.00 inf; -curateur curateur nom m s 0.07 0.14 0.06 0.14 -curaçao curaçao nom m s 0.04 0.54 0.04 0.47 -curaçaos curaçao nom m p 0.04 0.54 0.00 0.07 -curatif curatif adj m s 0.65 0.34 0.21 0.14 -curatifs curatif adj m p 0.65 0.34 0.18 0.07 -curative curatif adj f s 0.65 0.34 0.05 0.07 -curatives curatif adj f p 0.65 0.34 0.21 0.07 -curatrice curateur nom f s 0.07 0.14 0.01 0.00 -curcuma curcuma nom m s 0.00 0.07 0.00 0.07 -cure_dent cure_dent nom m s 1.39 0.88 0.60 0.14 -cure_dent cure_dent nom m p 1.39 0.88 0.78 0.74 -cure_pipe cure_pipe nom m s 0.07 0.00 0.05 0.00 -cure_pipe cure_pipe nom m p 0.07 0.00 0.02 0.00 -cure cure nom f s 6.08 9.12 5.60 8.18 -curer curer ver 2.25 3.72 0.80 0.95 inf; -cureras curer ver 2.25 3.72 0.01 0.00 ind:fut:2s; -cures cure nom f p 6.08 9.12 0.48 0.95 -curetage curetage nom m s 0.14 0.00 0.14 0.00 -cureter cureter ver 0.01 0.00 0.01 0.00 inf; -cureton cureton nom m s 0.38 2.50 0.22 1.69 -curetons cureton nom m p 0.38 2.50 0.17 0.81 -curette curette nom f s 0.02 0.00 0.01 0.00 -curettes curette nom f p 0.02 0.00 0.01 0.00 -curial curial adj m s 0.00 0.27 0.00 0.20 -curiales curial adj f p 0.00 0.27 0.00 0.07 -curie curie nom s 0.36 0.14 0.36 0.14 -curieuse curieux adj f s 34.36 66.22 7.81 17.23 -curieusement curieusement adv 1.90 12.84 1.90 12.84 -curieuses curieux adj f p 34.36 66.22 0.44 4.73 -curieux curieux adj m 34.36 66.22 26.11 44.26 -curiosité curiosité nom f s 14.01 54.39 13.70 49.80 -curiosités curiosité nom f p 14.01 54.39 0.31 4.59 -curiste curiste nom s 0.10 0.95 0.00 0.07 -curistes curiste nom p 0.10 0.95 0.10 0.88 -curling curling nom m s 0.12 0.14 0.12 0.14 -curricula curriculum nom m p 0.23 0.41 0.00 0.14 -curriculum_vitae curriculum_vitae nom m 0.13 0.74 0.13 0.74 -curriculum curriculum nom m s 0.23 0.41 0.23 0.27 -curry curry nom m s 1.65 0.14 1.65 0.14 -curseur curseur nom m s 0.11 0.07 0.11 0.07 -cursif cursif adj m s 0.05 0.34 0.02 0.14 -cursive cursif adj f s 0.05 0.34 0.03 0.20 -cursus cursus nom m 0.54 0.07 0.54 0.07 -curé curé nom m s 15.73 51.82 13.65 46.62 -céréale céréale nom f s 4.67 1.69 0.06 0.07 -céréales céréale nom f p 4.67 1.69 4.62 1.62 -céréalier céréalier adj m s 0.00 0.54 0.00 0.14 -céréaliers céréalier adj m p 0.00 0.54 0.00 0.14 -céréalière céréalier adj f s 0.00 0.54 0.00 0.07 -céréalières céréalier adj f p 0.00 0.54 0.00 0.20 -cérébelleuse cérébelleux adj f s 0.03 0.07 0.02 0.07 -cérébelleuses cérébelleux adj f p 0.03 0.07 0.01 0.00 -cérébral cérébral adj m s 11.59 3.31 2.90 0.88 -cérébrale cérébral adj f s 11.59 3.31 6.10 2.23 -cérébralement cérébralement adv 0.04 0.07 0.04 0.07 -cérébrales cérébral adj f p 11.59 3.31 2.09 0.07 -cérébralité cérébralité nom f s 0.00 0.07 0.00 0.07 -cérébraux cérébral adj m p 11.59 3.31 0.51 0.14 -cérébro_spinal cérébro_spinal adj f s 0.03 0.14 0.03 0.14 -curée curée nom f s 0.06 1.22 0.06 1.15 -curées curée nom f p 0.06 1.22 0.00 0.07 -céruléen céruléen adj m s 0.00 0.74 0.00 0.47 -céruléens céruléen adj m p 0.00 0.74 0.00 0.27 -cérumen cérumen nom m s 0.13 0.41 0.13 0.41 -cérémoniaires cérémoniaire nom m p 0.00 0.07 0.00 0.07 -cérémonial cérémonial nom m s 0.69 4.46 0.69 4.39 -cérémoniale cérémonial adj f s 0.13 0.41 0.02 0.07 -cérémonials cérémonial nom m p 0.69 4.46 0.00 0.07 -cérémonie cérémonie nom f s 23.82 30.95 21.72 23.92 -cérémoniel cérémoniel adj m s 0.09 0.14 0.05 0.07 -cérémonielle cérémoniel adj f s 0.09 0.14 0.02 0.00 -cérémoniels cérémoniel adj m p 0.09 0.14 0.01 0.07 -cérémonies cérémonie nom f p 23.82 30.95 2.10 7.03 -cérémonieuse cérémonieux adj f s 0.06 3.24 0.01 0.95 -cérémonieusement cérémonieusement adv 0.02 1.76 0.02 1.76 -cérémonieuses cérémonieux adj f p 0.06 3.24 0.00 0.41 -cérémonieux cérémonieux adj m 0.06 3.24 0.04 1.89 -curés curé nom m p 15.73 51.82 2.08 5.20 -céruse céruse nom f s 0.00 0.14 0.00 0.14 -cérusé cérusé adj m s 0.00 0.14 0.00 0.14 -curve curve adj s 0.09 0.00 0.09 0.00 -curviligne curviligne adj m s 0.01 0.14 0.00 0.07 -curvilignes curviligne adj f p 0.01 0.14 0.01 0.07 -curvimètres curvimètre nom m p 0.00 0.07 0.00 0.07 -césar césar nom m s 0.59 1.15 0.01 0.20 -césarien césarien adj m s 0.11 0.27 0.10 0.00 -césarienne césarien nom f s 1.56 0.47 1.56 0.41 -césariennes césarienne nom f p 0.07 0.00 0.07 0.00 -césariens césarien adj m p 0.11 0.27 0.00 0.07 -césars césar nom m p 0.59 1.15 0.58 0.95 -césium césium nom m s 0.20 0.00 0.20 0.00 -custode custode nom f s 0.00 0.14 0.00 0.14 -custom custom nom m s 0.01 0.00 0.01 0.00 -customisé customiser ver m s 0.07 0.00 0.07 0.00 par:pas; -césure césure nom f s 0.14 0.47 0.14 0.41 -césures césure nom f p 0.14 0.47 0.00 0.07 -cétacé cétacé nom m s 0.19 0.14 0.03 0.14 -cétacés cétacé nom m p 0.19 0.14 0.16 0.00 -cutané cutané adj m s 0.41 0.20 0.05 0.00 -cutanée cutané adj f s 0.41 0.20 0.15 0.14 -cutanées cutané adj f p 0.41 0.20 0.16 0.00 -cutanés cutané adj m p 0.41 0.20 0.05 0.07 -cuti_réaction cuti_réaction nom f s 0.00 0.07 0.00 0.07 -cuti cuti nom f s 0.30 0.47 0.30 0.41 -cuticule cuticule nom f s 0.18 0.07 0.04 0.07 -cuticules cuticule nom f p 0.18 0.07 0.14 0.00 -cutis cuti nom f p 0.30 0.47 0.00 0.07 -cétoine cétoine nom f s 0.00 0.27 0.00 0.14 -cétoines cétoine nom f p 0.00 0.27 0.00 0.14 -cétone cétone nom f s 0.01 0.00 0.01 0.00 -cutter cutter nom m s 2.41 0.07 2.36 0.07 -cutters cutter nom m p 2.41 0.07 0.04 0.00 -cévadille cévadille nom f s 0.00 0.07 0.00 0.07 -cuvaient cuver ver 1.10 2.36 0.01 0.07 ind:imp:3p; -cuvait cuver ver 1.10 2.36 0.03 0.14 ind:imp:3s; -cuvant cuver ver 1.10 2.36 0.01 0.27 par:pre; -cuve cuve nom f s 1.38 4.32 0.86 2.09 -cuveau cuveau nom m s 0.00 0.34 0.00 0.27 -cuveaux cuveau nom m p 0.00 0.34 0.00 0.07 -cévenol cévenol nom m s 0.00 0.07 0.00 0.07 -cuvent cuver ver 1.10 2.36 0.00 0.07 ind:pre:3p; -cuver cuver ver 1.10 2.36 0.51 1.55 inf; -cuvera cuver ver 1.10 2.36 0.01 0.00 ind:fut:3s; -cuverez cuver ver 1.10 2.36 0.01 0.00 ind:fut:2p; -cuves cuve nom f p 1.38 4.32 0.53 2.23 -cuvette cuvette nom f s 2.49 12.97 2.38 11.82 -cuvettes cuvette nom f p 2.49 12.97 0.10 1.15 -cuvier cuvier nom m s 0.00 0.20 0.00 0.14 -cuviers cuvier nom m p 0.00 0.20 0.00 0.07 -cuvé cuver ver m s 1.10 2.36 0.04 0.00 par:pas; -cuvée cuvée nom f s 0.57 0.47 0.55 0.41 -cuvées cuvée nom f p 0.57 0.47 0.02 0.07 -cézigue cézigue nom m s 0.00 3.51 0.00 3.51 -cyan cyan adj s 0.25 0.00 0.25 0.00 -cyanhydrique cyanhydrique adj s 0.17 0.00 0.17 0.00 -cyanoacrylate cyanoacrylate nom m s 0.05 0.00 0.05 0.00 -cyanobactérie cyanobactérie nom f s 0.01 0.00 0.01 0.00 -cyanogène cyanogène nom m s 0.03 0.00 0.03 0.00 -cyanose cyanose nom f s 0.06 0.00 0.06 0.00 -cyanosé cyanoser ver m s 0.23 0.07 0.12 0.07 par:pas; -cyanosée cyanoser ver f s 0.23 0.07 0.12 0.00 par:pas; -cyanure cyanure nom m s 2.23 0.95 2.23 0.95 -cybercafé cybercafé nom m s 0.17 0.00 0.17 0.00 -cyberespace cyberespace nom m s 0.13 0.00 0.13 0.00 -cybermonde cybermonde nom m s 0.01 0.00 0.01 0.00 -cybernautes cybernaute nom p 0.02 0.00 0.02 0.00 -cybernéticien cybernéticien adj m s 0.10 0.00 0.10 0.00 -cybernétique cybernétique adj s 0.26 0.07 0.19 0.07 -cybernétiques cybernétique adj m p 0.26 0.07 0.06 0.00 -cybernétiser cybernétiser ver 0.02 0.00 0.02 0.00 inf; -cyberspace cyberspace nom m s 0.02 0.00 0.02 0.00 -cycas cycas nom m 0.01 0.00 0.01 0.00 -cyclable cyclable adj s 0.05 0.20 0.05 0.14 -cyclables cyclable adj f p 0.05 0.20 0.00 0.07 -cyclamen cyclamen nom m s 0.01 0.34 0.01 0.27 -cyclamens cyclamen nom m p 0.01 0.34 0.00 0.07 -cycle cycle nom m s 8.20 5.81 5.69 4.05 -cycles cycle nom m p 8.20 5.81 2.50 1.76 -cyclique cyclique adj s 0.13 0.41 0.09 0.34 -cycliquement cycliquement adv 0.01 0.07 0.01 0.07 -cycliques cyclique adj m p 0.13 0.41 0.04 0.07 -cyclisme cyclisme nom m s 0.34 1.01 0.34 1.01 -cycliste cycliste nom s 1.08 6.49 0.71 3.65 -cyclistes cycliste nom p 1.08 6.49 0.37 2.84 -cyclo_cross cyclo_cross nom m 0.00 0.07 0.00 0.07 -cyclo_pousse cyclo_pousse nom m 0.05 0.00 0.05 0.00 -cyclo cyclo nom m s 1.06 0.07 1.06 0.07 -cycloïdal cycloïdal adj m s 0.00 0.07 0.00 0.07 -cyclomoteur cyclomoteur nom m s 0.23 0.14 0.23 0.07 -cyclomoteurs cyclomoteur nom m p 0.23 0.14 0.00 0.07 -cyclone cyclone nom m s 1.42 3.51 1.33 3.18 -cyclones cyclone nom m p 1.42 3.51 0.09 0.34 -cyclonique cyclonique adj s 0.03 0.00 0.03 0.00 -cyclope cyclope nom m s 1.31 2.36 1.12 2.23 -cyclopes cyclope nom m p 1.31 2.36 0.20 0.14 -cyclopousses cyclopousse nom m p 0.00 0.07 0.00 0.07 -cyclopéen cyclopéen adj m s 0.01 0.81 0.00 0.20 -cyclopéenne cyclopéen adj f s 0.01 0.81 0.01 0.20 -cyclopéennes cyclopéen adj f p 0.01 0.81 0.00 0.20 -cyclopéens cyclopéen adj m p 0.01 0.81 0.00 0.20 -cyclorama cyclorama nom m s 0.02 0.00 0.02 0.00 -cyclosporine cyclosporine nom f s 0.17 0.00 0.17 0.00 -cyclostomes cyclostome nom m p 0.00 0.07 0.00 0.07 -cyclothymie cyclothymie nom f s 0.10 0.07 0.10 0.07 -cyclothymique cyclothymique adj s 0.05 0.34 0.05 0.34 -cyclotron cyclotron nom m s 0.16 0.27 0.16 0.27 -cyclées cycler ver f p 0.00 0.07 0.00 0.07 par:pas; -cygne cygne nom m s 7.26 7.57 5.28 4.66 -cygnes cygne nom m p 7.26 7.57 1.99 2.91 -cylindre cylindre nom m s 1.60 5.20 0.62 3.11 -cylindres cylindre nom m p 1.60 5.20 0.97 2.09 -cylindrique cylindrique adj s 0.35 3.45 0.10 2.23 -cylindriques cylindrique adj p 0.35 3.45 0.26 1.22 -cylindré cylindrer ver m s 0.02 0.20 0.00 0.07 par:pas; -cylindrée cylindrée nom f s 0.41 0.68 0.36 0.61 -cylindrées cylindrée nom f p 0.41 0.68 0.04 0.07 -cylindrés cylindrer ver m p 0.02 0.20 0.00 0.07 par:pas; -cymbale cymbale nom f s 0.45 1.89 0.19 0.14 -cymbales cymbale nom f p 0.45 1.89 0.26 1.76 -cymbaliste cymbaliste nom s 0.14 0.27 0.14 0.07 -cymbalistes cymbaliste nom p 0.14 0.27 0.00 0.20 -cymbalum cymbalum nom m s 0.00 0.14 0.00 0.14 -cymes cyme nom f p 0.00 0.07 0.00 0.07 -cynips cynips nom m 0.01 0.00 0.01 0.00 -cynique cynique adj s 4.70 6.42 3.90 4.86 -cyniquement cyniquement adv 0.00 0.74 0.00 0.74 -cyniques cynique adj p 4.70 6.42 0.80 1.55 -cynisme cynisme nom m s 1.95 6.49 1.95 6.42 -cynismes cynisme nom m p 1.95 6.49 0.00 0.07 -cynocéphale cynocéphale nom m s 0.01 0.14 0.01 0.07 -cynocéphales cynocéphale nom m p 0.01 0.14 0.00 0.07 -cynodrome cynodrome nom m s 0.01 0.00 0.01 0.00 -cynophile cynophile adj f s 0.04 0.00 0.04 0.00 -cynos cyno nom m p 0.00 0.07 0.00 0.07 -cynégétique cynégétique adj f s 0.00 0.27 0.00 0.14 -cynégétiques cynégétique adj m p 0.00 0.27 0.00 0.14 -cyphoscoliose cyphoscoliose nom f s 0.01 0.00 0.01 0.00 -cyphose cyphose nom f s 0.01 0.07 0.01 0.07 -cyprin cyprin nom m s 0.00 1.82 0.00 1.62 -cyprinidé cyprinidé nom m s 0.00 0.14 0.00 0.07 -cyprinidés cyprinidé nom m p 0.00 0.14 0.00 0.07 -cyprins cyprin nom m p 0.00 1.82 0.00 0.20 -cypriote cypriote nom s 0.01 0.47 0.00 0.07 -cypriotes cypriote nom p 0.01 0.47 0.01 0.41 -cyprès cyprès nom m 0.52 8.51 0.52 8.51 -cyrard cyrard nom m s 0.00 0.27 0.00 0.20 -cyrards cyrard nom m p 0.00 0.27 0.00 0.07 -cyrillique cyrillique adj m s 0.22 0.47 0.07 0.14 -cyrilliques cyrillique adj p 0.22 0.47 0.15 0.34 -cystique cystique adj s 0.09 0.00 0.09 0.00 -cystite cystite nom f s 0.09 0.00 0.09 0.00 -cystotomie cystotomie nom f s 0.01 0.00 0.01 0.00 -cytises cytise nom m p 0.00 0.27 0.00 0.27 -cytologie cytologie nom f s 0.01 0.00 0.01 0.00 -cytologiques cytologique adj f p 0.00 0.07 0.00 0.07 -cytomégalovirus cytomégalovirus nom m 0.08 0.00 0.08 0.00 -cytoplasme cytoplasme nom m s 0.04 0.00 0.04 0.00 -cytoplasmique cytoplasmique adj m s 0.01 0.00 0.01 0.00 -cytosine cytosine nom f s 0.04 0.00 0.04 0.00 -cytotoxique cytotoxique adj s 0.04 0.00 0.04 0.00 -czar czar nom m s 0.00 0.54 0.00 0.41 -czardas czardas nom f 0.01 0.14 0.01 0.14 -czars czar nom m p 0.00 0.54 0.00 0.14 -d_ d_ pre 7224.74 11876.35 7224.74 11876.35 -d_abord d_abord adv 175.45 169.32 175.45 169.32 -d_autres d_autres adj_ind p 133.34 119.73 133.34 119.73 -d_emblée d_emblée adv 1.31 8.38 1.31 8.38 -d_ores_et_déjà d_ores_et_déjà adv 0.26 1.28 0.26 1.28 -d d pre 54.68 2.97 54.68 2.97 -dîme dîme nom f s 0.44 1.28 0.43 1.22 -dîmes dîme nom f p 0.44 1.28 0.01 0.07 -dîna dîner ver 79.30 59.66 0.10 1.08 ind:pas:3s; -dînai dîner ver 79.30 59.66 0.00 0.68 ind:pas:1s; -dînaient dîner ver 79.30 59.66 0.05 1.55 ind:imp:3p; -dînais dîner ver 79.30 59.66 0.31 0.95 ind:imp:1s;ind:imp:2s; -dînait dîner ver 79.30 59.66 0.88 3.24 ind:imp:3s; -dînant dîner ver 79.30 59.66 0.33 1.15 par:pre; -dînatoire dînatoire adj s 0.29 0.14 0.29 0.00 -dînatoires dînatoire adj f p 0.29 0.14 0.00 0.14 -dîne dîner ver 79.30 59.66 8.22 2.97 imp:pre:2s;ind:pre:1s;ind:pre:3s; -dînent dîner ver 79.30 59.66 0.47 0.47 ind:pre:3p; -dîner dîner nom m s 88.45 68.58 84.73 60.00 -dînera dîner ver 79.30 59.66 1.36 0.54 ind:fut:3s; -dînerai dîner ver 79.30 59.66 0.22 0.14 ind:fut:1s; -dîneraient dîner ver 79.30 59.66 0.00 0.27 cnd:pre:3p; -dînerais dîner ver 79.30 59.66 0.26 0.07 cnd:pre:1s;cnd:pre:2s; -dînerait dîner ver 79.30 59.66 0.14 0.20 cnd:pre:3s; -dîneras dîner ver 79.30 59.66 0.22 0.07 ind:fut:2s; -dînerez dîner ver 79.30 59.66 0.55 0.27 ind:fut:2p; -dîneriez dîner ver 79.30 59.66 0.20 0.00 cnd:pre:2p; -dînerions dîner ver 79.30 59.66 0.00 0.14 cnd:pre:1p; -dînerons dîner ver 79.30 59.66 0.59 0.47 ind:fut:1p; -dîneront dîner ver 79.30 59.66 0.05 0.00 ind:fut:3p; -dîners dîner nom m p 88.45 68.58 3.72 8.58 -dînes dîner ver 79.30 59.66 1.42 0.14 ind:pre:2s; -dînette dînette nom f s 0.59 1.55 0.49 1.35 -dînettes dînette nom f p 0.59 1.55 0.10 0.20 -dîneur dîneur nom m s 0.01 2.57 0.01 0.14 -dîneurs dîneur nom m p 0.01 2.57 0.00 2.23 -dîneuse dîneur nom f s 0.01 2.57 0.00 0.20 -dînez dîner ver 79.30 59.66 2.13 0.27 imp:pre:2p;ind:pre:2p; -dîniez dîner ver 79.30 59.66 0.20 0.00 ind:imp:2p; -dînions dîner ver 79.30 59.66 0.26 1.69 ind:imp:1p; -dînâmes dîner ver 79.30 59.66 0.01 0.34 ind:pas:1p; -dînons dîner ver 79.30 59.66 1.95 1.89 imp:pre:1p;ind:pre:1p; -dînât dîner ver 79.30 59.66 0.00 0.07 sub:imp:3s; -dînèrent dîner ver 79.30 59.66 0.04 1.22 ind:pas:3p; -dîné dîner ver m s 79.30 59.66 7.54 6.15 par:pas; -dît dire ver_sup 5946.17 4832.50 0.34 1.22 sub:imp:3s; -dîtes dire ver_sup 5946.17 4832.50 10.24 0.07 ind:pas:2p; -dôle dôle nom m s 0.01 0.00 0.01 0.00 -dôme dôme nom m s 1.93 4.93 1.81 3.78 -dômes dôme nom m p 1.93 4.93 0.12 1.15 -dôngs dông nom m p 0.14 0.00 0.14 0.00 -dû devoir ver_sup m s 3232.80 1318.24 363.68 243.65 par:pas; -dûment dûment adv 0.55 4.32 0.55 4.32 -dûmes devoir ver_sup 3232.80 1318.24 0.04 1.55 ind:pas:1p; -dût devoir ver_sup 3232.80 1318.24 0.65 4.19 sub:imp:3s; -da da ono 8.02 3.24 8.02 3.24 -daïmios daïmio nom m p 0.00 0.14 0.00 0.14 -daïquiri daïquiri nom m s 0.14 0.14 0.01 0.14 -daïquiris daïquiri nom m p 0.14 0.14 0.14 0.00 -dab dab nom m s 0.17 1.35 0.17 1.28 -daba daba nom f s 0.01 0.00 0.01 0.00 -dabe dabe nom m s 0.00 1.42 0.00 1.42 -dabs dab nom m p 0.17 1.35 0.00 0.07 -dabuche dabuche nom f s 0.00 0.54 0.00 0.47 -dabuches dabuche nom f p 0.00 0.54 0.00 0.07 -dace dace adj s 0.04 0.61 0.03 0.07 -daces dace adj p 0.04 0.61 0.01 0.54 -dache dache nom m s 0.00 0.27 0.00 0.27 -dacique dacique adj s 0.00 0.14 0.00 0.14 -dacron dacron nom m s 0.02 0.07 0.02 0.07 -dactyle dactyle nom m s 0.00 0.20 0.00 0.07 -dactyles dactyle nom m p 0.00 0.20 0.00 0.14 -dactylo dactylo nom s 0.93 4.66 0.73 2.97 -dactylographe dactylographe nom s 0.10 0.34 0.00 0.34 -dactylographes dactylographe nom p 0.10 0.34 0.10 0.00 -dactylographie dactylographie nom f s 0.04 0.41 0.04 0.41 -dactylographier dactylographier ver 0.09 0.61 0.06 0.20 inf; -dactylographié dactylographié adj m s 0.11 1.08 0.06 0.20 -dactylographiée dactylographié adj f s 0.11 1.08 0.04 0.34 -dactylographiées dactylographié adj f p 0.11 1.08 0.00 0.41 -dactylographiés dactylographié adj m p 0.11 1.08 0.01 0.14 -dactyloptères dactyloptère nom m p 0.02 0.00 0.02 0.00 -dactylos dactylo nom p 0.93 4.66 0.20 1.69 -dactyloscopie dactyloscopie nom f s 0.11 0.00 0.11 0.00 -dada dada nom m s 1.90 2.57 1.80 1.96 -dadaïsme dadaïsme nom m s 0.01 0.00 0.01 0.00 -dadaïste dadaïste adj f s 0.01 0.07 0.01 0.00 -dadaïstes dadaïste nom p 0.01 0.07 0.01 0.07 -dadais dadais nom m 0.34 1.28 0.34 1.28 -dadas dada nom m p 1.90 2.57 0.10 0.61 -dague dague nom f s 2.46 2.09 2.19 1.55 -daguerréotype daguerréotype nom m s 0.10 0.34 0.10 0.27 -daguerréotypes daguerréotype nom m p 0.10 0.34 0.00 0.07 -dagues dague nom f p 2.46 2.09 0.27 0.54 -daguet daguet nom m s 0.00 0.41 0.00 0.34 -daguets daguet nom m p 0.00 0.41 0.00 0.07 -dagué daguer ver m s 0.00 0.07 0.00 0.07 par:pas; -dahlia dahlia nom m s 0.02 2.50 0.00 0.20 -dahlias dahlia nom m p 0.02 2.50 0.02 2.30 -dahoméenne dahoméen adj f s 0.00 0.07 0.00 0.07 -dahu dahu nom m s 0.19 0.14 0.18 0.14 -dahus dahu nom m p 0.19 0.14 0.01 0.00 -daigna daigner ver 4.41 9.39 0.00 1.69 ind:pas:3s; -daignaient daigner ver 4.41 9.39 0.00 0.34 ind:imp:3p; -daignait daigner ver 4.41 9.39 0.13 1.49 ind:imp:3s; -daignant daigner ver 4.41 9.39 0.01 0.20 par:pre; -daigne daigner ver 4.41 9.39 1.09 2.43 imp:pre:2s;ind:pre:1s;ind:pre:3s; -daignent daigner ver 4.41 9.39 0.07 0.27 ind:pre:3p; -daigner daigner ver 4.41 9.39 0.02 0.34 inf; -daignera daigner ver 4.41 9.39 0.03 0.27 ind:fut:3s; -daigneraient daigner ver 4.41 9.39 0.01 0.07 cnd:pre:3p; -daignerais daigner ver 4.41 9.39 0.00 0.07 cnd:pre:1s; -daignerait daigner ver 4.41 9.39 0.19 0.00 cnd:pre:3s; -daigneras daigner ver 4.41 9.39 0.01 0.00 ind:fut:2s; -daignes daigner ver 4.41 9.39 0.09 0.00 ind:pre:2s; -daignez daigner ver 4.41 9.39 1.86 0.47 imp:pre:2p;ind:pre:2p; -daignons daigner ver 4.41 9.39 0.01 0.00 imp:pre:1p; -daignât daigner ver 4.41 9.39 0.00 0.34 sub:imp:3s; -daignèrent daigner ver 4.41 9.39 0.00 0.07 ind:pas:3p; -daigné daigner ver m s 4.41 9.39 0.89 1.35 par:pas; -daim daim nom m s 1.65 5.74 1.41 5.14 -daims daim nom m p 1.65 5.74 0.25 0.61 -daine daine nom f s 0.00 0.07 0.00 0.07 -daiquiri daiquiri nom m s 0.41 0.14 0.27 0.14 -daiquiris daiquiri nom m p 0.41 0.14 0.14 0.00 -dais dais nom m 0.23 3.04 0.23 3.04 -dakarois dakarois adj m s 0.00 0.14 0.00 0.07 -dakaroise dakarois adj f s 0.00 0.14 0.00 0.07 -dakin dakin nom m s 0.03 0.07 0.03 0.07 -dakotas dakota nom p 0.05 0.00 0.05 0.00 -dal dal nom m s 0.01 0.00 0.01 0.00 -dalaï_lama dalaï_lama nom m s 0.00 0.20 0.00 0.20 -dale dale nom m s 0.16 0.00 0.16 0.00 -dalinienne dalinien adj f s 0.00 0.07 0.00 0.07 -dallage dallage nom m s 0.04 3.04 0.04 2.91 -dallages dallage nom m p 0.04 3.04 0.00 0.14 -dalle dalle nom f s 13.00 29.19 12.35 13.38 -daller daller ver 1.62 3.99 0.43 0.00 inf; -dalles dalle nom f p 13.00 29.19 0.65 15.81 -dallé daller ver m s 1.62 3.99 0.00 0.88 par:pas; -dallée daller ver f s 1.62 3.99 0.00 0.88 par:pas; -dallées daller ver f p 1.62 3.99 0.00 0.54 par:pas; -dallés daller ver m p 1.62 3.99 0.00 0.34 par:pas; -dalmate dalmate adj s 0.30 0.41 0.30 0.27 -dalmates dalmate adj p 0.30 0.41 0.00 0.14 -dalmatien dalmatien nom m s 0.33 0.20 0.14 0.00 -dalmatienne dalmatien nom f s 0.33 0.20 0.11 0.00 -dalmatiens dalmatien nom m p 0.33 0.20 0.08 0.20 -dalmatique dalmatique nom f s 0.02 0.68 0.02 0.54 -dalmatiques dalmatique nom f p 0.02 0.68 0.00 0.14 -daltonien daltonien adj m s 0.48 0.00 0.28 0.00 -daltonienne daltonien adj f s 0.48 0.00 0.16 0.00 -daltoniennes daltonien adj f p 0.48 0.00 0.01 0.00 -daltoniens daltonien adj m p 0.48 0.00 0.03 0.00 -daltonisme daltonisme nom m s 0.02 0.00 0.02 0.00 -daltons dalton nom m p 0.00 0.07 0.00 0.07 -dam dam nom m s 0.81 1.69 0.70 1.62 -damage damage nom m s 0.10 0.00 0.10 0.00 -damas damas nom m 0.42 0.61 0.42 0.61 -damasquin damasquin nom m s 0.00 0.14 0.00 0.07 -damasquinage damasquinage nom m s 0.01 0.00 0.01 0.00 -damasquinerie damasquinerie nom f s 0.00 0.07 0.00 0.07 -damasquins damasquin nom m p 0.00 0.14 0.00 0.07 -damasquiné damasquiné adj m s 0.00 0.27 0.00 0.07 -damasquinée damasquiné adj f s 0.00 0.27 0.00 0.07 -damasquinure damasquinure nom f s 0.00 0.07 0.00 0.07 -damasquinés damasquiné adj m p 0.00 0.27 0.00 0.14 -damassé damassé adj m s 0.05 1.35 0.00 0.27 -damassée damassé adj f s 0.05 1.35 0.03 0.81 -damassées damassé adj f p 0.05 1.35 0.02 0.20 -damassés damassé adj m p 0.05 1.35 0.00 0.07 -dame_jeanne dame_jeanne nom f s 0.01 0.20 0.01 0.07 -dame dame ono 1.01 1.49 1.01 1.49 -dament damer ver 11.60 3.78 0.00 0.07 ind:pre:3p; -damer damer ver 11.60 3.78 0.04 0.14 inf; -dameret dameret nom m s 0.00 0.07 0.00 0.07 -dameriez damer ver 11.60 3.78 0.01 0.00 cnd:pre:2p; -dame_jeanne dame_jeanne nom f p 0.01 0.20 0.00 0.14 -dames dame nom f p 111.20 151.35 24.70 45.20 -damez damer ver 11.60 3.78 0.02 0.00 imp:pre:2p; -damier damier nom m s 0.47 2.57 0.42 1.96 -damiers damier nom m p 0.47 2.57 0.04 0.61 -damnable damnable adj f s 0.01 0.20 0.01 0.00 -damnables damnable adj p 0.01 0.20 0.00 0.20 -damnait damner ver 4.36 3.78 0.00 0.07 ind:imp:3s; -damnant damner ver 4.36 3.78 0.00 0.07 par:pre; -damnation damnation nom f s 1.70 3.92 1.70 3.72 -damnations damnation nom f p 1.70 3.92 0.00 0.20 -damne damner ver 4.36 3.78 0.14 0.61 ind:pre:1s;ind:pre:3s; -damned damned ono 0.26 0.41 0.26 0.41 -damnent damner ver 4.36 3.78 0.00 0.14 ind:pre:3p; -damner damner ver 4.36 3.78 0.61 0.88 inf; -damnera damner ver 4.36 3.78 0.17 0.07 ind:fut:3s; -damneraient damner ver 4.36 3.78 0.02 0.00 cnd:pre:3p; -damnerais damner ver 4.36 3.78 0.03 0.41 cnd:pre:1s; -damnez damner ver 4.36 3.78 0.02 0.00 imp:pre:2p; -damné damner ver m s 4.36 3.78 2.12 0.68 par:pas; -damnée damné adj f s 2.82 2.23 1.87 0.81 -damnées damné adj f p 2.82 2.23 0.28 0.41 -damnés damné nom m p 2.57 3.24 1.33 2.23 -damoiseau damoiseau nom m s 11.41 20.00 0.16 0.00 -damoiselle damoiselle nom f s 0.60 0.14 0.55 0.14 -damoiselles damoiselle nom f p 0.60 0.14 0.05 0.00 -dams dam nom m p 0.81 1.69 0.11 0.07 -damé damer ver m s 11.60 3.78 0.04 0.00 par:pas; -damée damer ver f s 11.60 3.78 0.00 0.07 par:pas; -damées damer ver f p 11.60 3.78 0.00 0.14 par:pas; -dan dan nom m s 0.49 0.07 0.49 0.07 -danaïde danaïde nom f s 0.00 0.07 0.00 0.07 -dancing dancing nom m s 1.15 3.51 0.94 2.70 -dancings dancing nom m p 1.15 3.51 0.20 0.81 -dandina dandiner ver 0.26 7.30 0.00 0.34 ind:pas:3s; -dandinaient dandiner ver 0.26 7.30 0.00 0.34 ind:imp:3p; -dandinais dandiner ver 0.26 7.30 0.00 0.07 ind:imp:1s; -dandinait dandiner ver 0.26 7.30 0.01 1.76 ind:imp:3s; -dandinant dandiner ver 0.26 7.30 0.03 2.57 par:pre; -dandine dandiner ver 0.26 7.30 0.09 0.95 imp:pre:2s;ind:pre:1s;ind:pre:3s; -dandinement dandinement nom m s 0.00 0.74 0.00 0.54 -dandinements dandinement nom m p 0.00 0.74 0.00 0.20 -dandinent dandiner ver 0.26 7.30 0.02 0.20 ind:pre:3p; -dandiner dandiner ver 0.26 7.30 0.09 0.88 inf; -dandinez dandiner ver 0.26 7.30 0.02 0.07 imp:pre:2p;ind:pre:2p; -dandinée dandiner ver f s 0.26 7.30 0.00 0.07 par:pas; -dandinés dandiner ver m p 0.26 7.30 0.00 0.07 par:pas; -dandy dandy nom m s 2.87 3.51 2.61 3.18 -dandys dandy nom m p 2.87 3.51 0.26 0.34 -dandysme dandysme nom m s 0.00 0.41 0.00 0.41 -danger danger nom m s 80.61 55.27 76.73 45.20 -dangereuse dangereux adj f s 101.84 47.57 13.61 10.27 -dangereusement dangereusement adv 2.13 5.88 2.13 5.88 -dangereuses dangereux adj f p 101.84 47.57 4.75 4.53 -dangereux dangereux adj m 101.84 47.57 83.48 32.77 -dangerosité dangerosité nom f s 0.01 0.14 0.01 0.14 -dangers danger nom m p 80.61 55.27 3.87 10.07 -dano dano nom m s 0.25 0.07 0.25 0.07 -danois danois adj m 3.37 2.03 2.77 1.22 -danoise danois adj f s 3.37 2.03 0.57 0.34 -danoises danois adj f p 3.37 2.03 0.02 0.47 -dans dans pre 4658.59 8296.08 4658.59 8296.08 -dansa danser ver 137.40 92.57 0.07 1.15 ind:pas:3s; -dansai danser ver 137.40 92.57 0.00 0.14 ind:pas:1s; -dansaient danser ver 137.40 92.57 1.20 8.99 ind:imp:3p; -dansais danser ver 137.40 92.57 2.43 1.69 ind:imp:1s;ind:imp:2s; -dansait danser ver 137.40 92.57 3.15 13.85 ind:imp:3s; -dansant danser ver 137.40 92.57 2.25 5.54 par:pre; -dansante dansant adj f s 2.44 6.89 0.57 1.76 -dansantes dansant adj f p 2.44 6.89 0.64 1.96 -dansants dansant adj m p 2.44 6.89 0.41 0.61 -danse danse nom f s 51.23 35.27 46.92 29.19 -dansent danser ver 137.40 92.57 5.58 5.54 ind:pre:3p; -danser danser ver 137.40 92.57 70.06 35.41 ind:pre:2p;inf; -dansera danser ver 137.40 92.57 1.44 0.20 ind:fut:3s; -danserai danser ver 137.40 92.57 1.30 0.20 ind:fut:1s; -danseraient danser ver 137.40 92.57 0.01 0.27 cnd:pre:3p; -danserais danser ver 137.40 92.57 0.19 0.14 cnd:pre:1s;cnd:pre:2s; -danserait danser ver 137.40 92.57 0.25 0.34 cnd:pre:3s; -danseras danser ver 137.40 92.57 0.34 0.20 ind:fut:2s; -danserez danser ver 137.40 92.57 0.53 0.00 ind:fut:2p; -danseriez danser ver 137.40 92.57 0.01 0.00 cnd:pre:2p; -danserions danser ver 137.40 92.57 0.03 0.00 cnd:pre:1p; -danserons danser ver 137.40 92.57 0.31 0.07 ind:fut:1p; -danseront danser ver 137.40 92.57 0.14 0.20 ind:fut:3p; -danses danser ver 137.40 92.57 6.81 0.47 ind:pre:2s;sub:pre:2s; -danseur danseur nom m s 19.54 25.68 5.85 5.00 -danseurs danseur nom m p 19.54 25.68 3.64 5.95 -danseuse danseur nom f s 19.54 25.68 10.05 8.58 -danseuses danseuse nom f p 3.51 0.00 3.51 0.00 -dansez danser ver 137.40 92.57 6.41 0.74 imp:pre:2p;ind:pre:2p; -dansiez danser ver 137.40 92.57 0.37 0.07 ind:imp:2p; -dansions danser ver 137.40 92.57 0.56 0.68 ind:imp:1p; -dansâmes danser ver 137.40 92.57 0.00 0.07 ind:pas:1p; -dansons danser ver 137.40 92.57 4.33 0.88 imp:pre:1p;ind:pre:1p; -dansota dansoter ver 0.00 0.34 0.00 0.07 ind:pas:3s; -dansotait dansoter ver 0.00 0.34 0.00 0.27 ind:imp:3s; -dansotter dansotter ver 0.00 0.07 0.00 0.07 inf; -dansèrent danser ver 137.40 92.57 0.15 1.35 ind:pas:3p; -dansé danser ver m s 137.40 92.57 5.94 4.32 par:pas; -dansée danser ver f s 137.40 92.57 0.05 0.27 par:pas; -dantesque dantesque adj s 0.29 0.34 0.18 0.20 -dantesques dantesque adj p 0.29 0.34 0.11 0.14 -danubien danubien adj m s 0.00 0.20 0.00 0.07 -danubienne danubien adj f s 0.00 0.20 0.00 0.07 -danubiennes danubien adj f p 0.00 0.20 0.00 0.07 -dao dao nom m s 0.09 0.00 0.09 0.00 -daphné daphné nom m s 0.13 0.07 0.13 0.07 -darce darce nom f s 0.02 0.00 0.02 0.00 -dard dard nom m s 1.61 2.84 1.30 1.55 -darda darder ver 0.16 4.19 0.00 0.20 ind:pas:3s; -dardaient darder ver 0.16 4.19 0.00 0.14 ind:imp:3p; -dardait darder ver 0.16 4.19 0.00 0.74 ind:imp:3s; -dardant darder ver 0.16 4.19 0.01 0.68 par:pre; -darde darder ver 0.16 4.19 0.03 0.47 imp:pre:2s;ind:pre:1s;ind:pre:3s; -dardent darder ver 0.16 4.19 0.01 0.07 ind:pre:3p; -darder darder ver 0.16 4.19 0.10 0.07 inf; -dardillonnaient dardillonner ver 0.00 0.14 0.00 0.07 ind:imp:3p; -dardillonne dardillonner ver 0.00 0.14 0.00 0.07 ind:pre:3s; -dards dard nom m p 1.61 2.84 0.31 1.28 -dardé darder ver m s 0.16 4.19 0.01 0.61 par:pas; -dardée darder ver f s 0.16 4.19 0.00 0.61 par:pas; -dardées darder ver f p 0.16 4.19 0.00 0.41 par:pas; -dardés darder ver m p 0.16 4.19 0.00 0.20 par:pas; -dare_dare dare_dare adv 0.21 1.55 0.17 1.28 -dare_dare dare_dare adv 0.21 1.55 0.04 0.27 -darioles dariole nom f p 0.01 0.00 0.01 0.00 -darne darne nom f s 0.00 0.14 0.00 0.14 -daron daron nom m s 0.04 2.50 0.01 0.88 -daronne daron nom f s 0.04 2.50 0.00 1.01 -daronnes daron nom f p 0.04 2.50 0.00 0.14 -darons daron nom m p 0.04 2.50 0.02 0.47 -darse darse nom f s 0.00 0.61 0.00 0.54 -darses darse nom f p 0.00 0.61 0.00 0.07 -dartres dartre nom f p 0.00 0.14 0.00 0.14 -dartreuses dartreux adj f p 0.00 0.07 0.00 0.07 -dasein dasein nom m s 0.00 0.07 0.00 0.07 -data dater ver 16.69 17.23 0.46 0.00 ind:pas:3s; -datable datable adj m s 0.00 0.07 0.00 0.07 -datage datage nom m s 0.01 0.00 0.01 0.00 -dataient dater ver 16.69 17.23 0.12 0.95 ind:imp:3p; -datait dater ver 16.69 17.23 0.34 3.18 ind:imp:3s; -datant dater ver 16.69 17.23 1.01 2.57 par:pre; -datation datation nom f s 0.20 0.14 0.20 0.14 -datcha datcha nom f s 1.74 1.15 1.74 0.74 -datchas datcha nom f p 1.74 1.15 0.00 0.41 -date date nom f s 31.41 45.74 26.88 36.62 -datent dater ver 16.69 17.23 2.35 0.95 ind:pre:3p; -dater dater ver 16.69 17.23 1.48 1.55 inf; -daterai dater ver 16.69 17.23 0.00 0.07 ind:fut:1s; -daterais dater ver 16.69 17.23 0.00 0.07 cnd:pre:1s; -daterait dater ver 16.69 17.23 0.03 0.14 cnd:pre:3s; -dates date nom f p 31.41 45.74 4.53 9.12 -dateur dateur adj m s 0.01 0.00 0.01 0.00 -dateur dateur nom m s 0.01 0.00 0.01 0.00 -datez dater ver 16.69 17.23 0.04 0.00 imp:pre:2p;ind:pre:2p; -datif datif nom m s 0.02 0.00 0.02 0.00 -datte datte nom f s 0.95 2.64 0.24 0.14 -dattes datte nom f p 0.95 2.64 0.71 2.50 -dattier dattier nom m s 0.01 1.62 0.00 0.68 -dattiers dattier nom m p 0.01 1.62 0.01 0.95 -daté dater ver m s 16.69 17.23 0.81 1.82 par:pas; -datée dater ver f s 16.69 17.23 0.34 1.42 par:pas; -datées dater ver f p 16.69 17.23 0.09 0.34 par:pas; -datura datura nom m s 0.02 0.20 0.02 0.00 -daturas datura nom m p 0.02 0.20 0.00 0.20 -datés dater ver m p 16.69 17.23 0.09 0.41 par:pas; -daubait dauber ver 0.02 0.20 0.00 0.07 ind:imp:3s; -daube daube nom f s 0.99 0.68 0.98 0.54 -dauber dauber ver 0.02 0.20 0.01 0.14 inf; -daubes daube nom f p 0.99 0.68 0.01 0.14 -daubière daubière nom f s 0.01 0.00 0.01 0.00 -daubé dauber ver m s 0.02 0.20 0.01 0.00 par:pas; -dauphin dauphin nom m s 4.71 11.82 1.76 1.22 -dauphinat dauphinat nom m s 0.00 0.20 0.00 0.20 -dauphine dauphin nom f s 4.71 11.82 0.32 9.26 -dauphines dauphin nom f p 4.71 11.82 0.00 0.14 -dauphinois dauphinois adj m s 0.27 0.41 0.27 0.41 -dauphins dauphin nom m p 4.71 11.82 2.63 1.22 -daurade daurade nom f s 0.30 0.95 0.29 0.74 -daurades daurade nom f p 0.30 0.95 0.01 0.20 -davantage davantage adv_sup 29.56 97.84 29.56 97.84 -davier davier nom m s 0.02 0.20 0.02 0.20 -daya daya nom f s 4.13 0.00 4.13 0.00 -dc dc adj_num 0.58 0.07 0.58 0.07 -de_amicis de_amicis nom m s 0.00 0.07 0.00 0.07 -de_auditu de_auditu adv 0.00 0.07 0.00 0.07 -de_facto de_facto adv 0.16 0.07 0.16 0.07 -de_guingois de_guingois adv 0.01 2.64 0.01 2.64 -de_plano de_plano adv 0.04 0.00 0.04 0.00 -de_profundis de_profundis nom m 0.06 0.41 0.06 0.41 -de_santis de_santis nom m s 0.10 0.00 0.10 0.00 -de_traviole de_traviole adv 0.43 1.28 0.43 1.28 -de_visu de_visu adv 1.02 0.54 1.02 0.54 -de de pre 25220.86 38928.92 25220.86 38928.92 -deadline deadline nom s 0.16 0.00 0.16 0.00 -deal deal nom m s 8.76 0.54 8.05 0.47 -dealaient dealer ver 5.27 1.42 0.01 0.07 ind:imp:3p; -dealais dealer ver 5.27 1.42 0.12 0.00 ind:imp:1s;ind:imp:2s; -dealait dealer ver 5.27 1.42 0.38 0.14 ind:imp:3s; -dealant dealer ver 5.27 1.42 0.06 0.00 par:pre; -deale dealer ver 5.27 1.42 1.14 0.68 imp:pre:2s;ind:pre:1s;ind:pre:3s; -dealent dealer ver 5.27 1.42 0.31 0.07 ind:pre:3p; -dealer dealer nom m s 12.65 1.62 8.43 1.08 -dealera dealer ver 5.27 1.42 0.16 0.00 ind:fut:3s; -dealeront dealer ver 5.27 1.42 0.02 0.00 ind:fut:3p; -dealers dealer nom m p 12.65 1.62 4.22 0.54 -deales dealer ver 5.27 1.42 0.38 0.00 ind:pre:2s; -dealez dealer ver 5.27 1.42 0.03 0.00 ind:pre:2p; -deals deal nom m p 8.76 0.54 0.71 0.07 -dealé dealer ver m s 5.27 1.42 0.10 0.00 par:pas; -debater debater nom m s 0.00 0.07 0.00 0.07 -debout debout adv_sup 91.81 158.85 91.81 158.85 -decca decca nom m s 0.26 0.07 0.26 0.07 -deck deck nom m s 0.22 0.00 0.22 0.00 -decrescendo decrescendo nom m s 0.10 0.14 0.10 0.14 -dedans dedans adv_sup 76.55 39.46 76.55 39.46 -degré degré nom m s 21.30 27.97 7.93 16.55 -degrés degré nom m p 21.30 27.97 13.37 11.42 -dehors dehors ono 30.23 0.61 30.23 0.61 -delco delco nom m s 0.27 0.34 0.27 0.34 -delirium_tremens delirium_tremens nom m 0.07 0.27 0.07 0.27 -delirium delirium nom m s 0.09 0.41 0.09 0.41 -della_francesca della_francesca nom m s 0.34 0.20 0.34 0.20 -della_porta della_porta nom m s 0.00 0.07 0.00 0.07 -della_robbia della_robbia nom m s 0.00 0.07 0.00 0.07 -delà delà adv 3.73 12.70 3.73 12.70 -delphinidés delphinidé nom m p 0.01 0.00 0.01 0.00 -delphinium delphinium nom m s 0.04 0.00 0.02 0.00 -delphiniums delphinium nom m p 0.04 0.00 0.02 0.00 -delta_plane delta_plane nom m s 0.03 0.07 0.03 0.07 -delta delta nom m s 6.59 2.09 6.50 1.82 -deltaplane deltaplane nom m s 0.26 0.00 0.26 0.00 -deltas delta nom m p 6.59 2.09 0.09 0.27 -deltoïde deltoïde nom m s 0.16 0.20 0.06 0.00 -deltoïdes deltoïde nom m p 0.16 0.20 0.10 0.20 -demain demain adv_sup 425.85 134.12 425.85 134.12 -demains demain nom_sup m p 50.40 21.55 0.00 0.14 -demanda demander ver 909.77 984.39 3.90 270.74 ind:pas:3s; -demandai demander ver 909.77 984.39 0.60 31.49 ind:pas:1s; -demandaient demander ver 909.77 984.39 1.80 10.00 ind:imp:3p; -demandais demander ver 909.77 984.39 35.69 30.07 ind:imp:1s;ind:imp:2s; -demandait demander ver 909.77 984.39 11.55 77.03 ind:imp:3s; -demandant demander ver 909.77 984.39 5.41 21.76 par:pre; -demande demander ver 909.77 984.39 289.34 208.18 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:1s;sub:pre:3s; -demandent demander ver 909.77 984.39 16.13 10.88 ind:pre:3p;sub:pre:3p; -demander demander ver 909.77 984.39 188.86 144.59 inf;;inf;;inf;;inf;; -demandera demander ver 909.77 984.39 7.56 3.58 ind:fut:3s; -demanderai demander ver 909.77 984.39 11.46 4.05 ind:fut:1s; -demanderaient demander ver 909.77 984.39 0.06 0.74 cnd:pre:3p; -demanderais demander ver 909.77 984.39 5.55 1.55 cnd:pre:1s;cnd:pre:2s; -demanderait demander ver 909.77 984.39 1.48 5.41 cnd:pre:3s; -demanderas demander ver 909.77 984.39 2.73 1.28 ind:fut:2s; -demanderesse demandeur nom f s 0.78 0.34 0.04 0.00 -demanderez demander ver 909.77 984.39 1.48 1.22 ind:fut:2p; -demanderiez demander ver 909.77 984.39 0.87 0.14 cnd:pre:2p; -demanderons demander ver 909.77 984.39 1.06 0.27 ind:fut:1p; -demanderont demander ver 909.77 984.39 1.67 0.61 ind:fut:3p; -demandes demander ver 909.77 984.39 32.92 5.68 ind:pre:2s;sub:pre:2s; -demandeur demandeur nom m s 0.78 0.34 0.20 0.14 -demandeurs demandeur nom m p 0.78 0.34 0.54 0.20 -demandeuse demandeur nom f s 0.78 0.34 0.01 0.00 -demandez demander ver 909.77 984.39 51.74 12.23 imp:pre:2p;ind:pre:2p; -demandiez demander ver 909.77 984.39 2.00 0.88 ind:imp:2p; -demandions demander ver 909.77 984.39 0.79 1.62 ind:imp:1p; -demandâmes demander ver 909.77 984.39 0.00 0.07 ind:pas:1p; -demandons demander ver 909.77 984.39 12.09 2.30 imp:pre:1p;ind:pre:1p; -demandât demander ver 909.77 984.39 0.00 1.76 sub:imp:3s; -demandèrent demander ver 909.77 984.39 0.66 2.70 ind:pas:3p; -demandé demander ver m s 909.77 984.39 212.89 128.92 par:pas;par:pas;par:pas; -demandée demander ver f s 909.77 984.39 6.81 2.70 par:pas; -demandées demander ver f p 909.77 984.39 0.65 0.74 par:pas; -demandés demander ver m p 909.77 984.39 2.02 1.22 par:pas; -demeura demeurer ver 13.18 128.85 0.27 18.65 ind:pas:3s; -demeurai demeurer ver 13.18 128.85 0.02 3.24 ind:pas:1s; -demeuraient demeurer ver 13.18 128.85 0.16 6.49 ind:imp:3p; -demeurais demeurer ver 13.18 128.85 0.00 2.23 ind:imp:1s; -demeurait demeurer ver 13.18 128.85 0.45 24.59 ind:imp:3s; -demeurant demeurer ver 13.18 128.85 0.27 13.85 par:pre; -demeurassent demeurer ver 13.18 128.85 0.00 0.27 sub:imp:3p; -demeure demeure nom f s 13.34 28.11 12.24 20.07 -demeurent demeurer ver 13.18 128.85 1.99 5.34 ind:pre:3p; -demeurer demeurer ver 13.18 128.85 1.86 14.12 inf; -demeurera demeurer ver 13.18 128.85 0.41 1.01 ind:fut:3s; -demeurerai demeurer ver 13.18 128.85 0.09 0.27 ind:fut:1s; -demeureraient demeurer ver 13.18 128.85 0.00 0.34 cnd:pre:3p; -demeurerais demeurer ver 13.18 128.85 0.00 0.20 cnd:pre:1s; -demeurerait demeurer ver 13.18 128.85 0.00 1.49 cnd:pre:3s; -demeureras demeurer ver 13.18 128.85 0.18 0.00 ind:fut:2s; -demeurerez demeurer ver 13.18 128.85 0.06 0.07 ind:fut:2p; -demeurerions demeurer ver 13.18 128.85 0.00 0.07 cnd:pre:1p; -demeurerons demeurer ver 13.18 128.85 0.13 0.07 ind:fut:1p; -demeureront demeurer ver 13.18 128.85 0.03 0.54 ind:fut:3p; -demeures demeure nom f p 13.34 28.11 1.10 8.04 -demeurez demeurer ver 13.18 128.85 1.02 0.47 imp:pre:2p;ind:pre:2p; -demeuriez demeurer ver 13.18 128.85 0.14 0.20 ind:imp:2p; -demeurions demeurer ver 13.18 128.85 0.00 0.68 ind:imp:1p; -demeurâmes demeurer ver 13.18 128.85 0.00 0.47 ind:pas:1p; -demeurons demeurer ver 13.18 128.85 0.12 1.01 imp:pre:1p;ind:pre:1p; -demeurât demeurer ver 13.18 128.85 0.01 1.28 sub:imp:3s; -demeurèrent demeurer ver 13.18 128.85 0.00 4.12 ind:pas:3p; -demeuré demeuré nom m s 2.92 2.23 2.06 1.28 -demeurée demeuré nom f s 2.92 2.23 0.31 0.47 -demeurées demeuré adj f p 0.80 2.36 0.01 0.20 -demeurés demeuré nom m p 2.92 2.23 0.55 0.41 -demi_barbare demi_barbare nom s 0.00 0.07 0.00 0.07 -demi_bas demi_bas nom m 0.01 0.14 0.01 0.14 -demi_bonheur demi_bonheur nom m s 0.00 0.07 0.00 0.07 -demi_botte demi_botte nom f p 0.00 0.14 0.00 0.14 -demi_bouteille demi_bouteille nom f s 0.41 0.47 0.41 0.47 -demi_brigade demi_brigade nom f s 0.00 0.68 0.00 0.61 -demi_brigade demi_brigade nom f p 0.00 0.68 0.00 0.07 -demi_cent demi_cent nom m s 0.01 0.07 0.01 0.07 -demi_centimètre demi_centimètre nom m s 0.02 0.20 0.02 0.20 -demi_centre demi_centre nom m s 0.00 0.07 0.00 0.07 -demi_cercle demi_cercle nom m s 0.12 4.80 0.11 4.46 -demi_cercle demi_cercle nom m p 0.12 4.80 0.01 0.34 -demi_chagrin demi_chagrin nom m s 0.00 0.07 0.00 0.07 -demi_clair demi_clair nom m s 0.00 0.07 0.00 0.07 -demi_clarté demi_clarté nom f s 0.00 0.20 0.00 0.20 -demi_cloison demi_cloison nom f s 0.00 0.20 0.00 0.20 -demi_coma demi_coma nom m s 0.01 0.27 0.01 0.27 -demi_confidence demi_confidence nom f s 0.00 0.07 0.00 0.07 -demi_conscience demi_conscience nom f s 0.00 0.20 0.00 0.20 -demi_cylindre demi_cylindre nom m s 0.00 0.14 0.00 0.14 -demi_degré demi_degré nom m s 0.01 0.00 0.01 0.00 -demi_deuil demi_deuil nom m s 0.00 0.34 0.00 0.34 -demi_dieu demi_dieu nom m s 0.47 0.47 0.47 0.47 -demi_dieux demi_dieux nom m p 0.16 0.47 0.16 0.47 -demi_dose demi_dose nom f s 0.03 0.00 0.03 0.00 -demi_douzaine demi_douzaine nom f s 1.34 6.55 1.34 6.55 -demi_dévêtu demi_dévêtu adj m s 0.00 0.14 0.00 0.07 -demi_dévêtu demi_dévêtu adj f s 0.00 0.14 0.00 0.07 -demi_figure demi_figure nom f s 0.00 0.07 0.00 0.07 -demi_finale demi_finale nom f s 1.13 0.00 0.87 0.00 -demi_finale demi_finale nom f p 1.13 0.00 0.26 0.00 -demi_finaliste demi_finaliste nom s 0.01 0.00 0.01 0.00 -demi_fond demi_fond nom m s 0.21 0.14 0.21 0.14 -demi_fou demi_fou nom m s 0.14 0.14 0.14 0.00 -demi_fou demi_fou nom m p 0.14 0.14 0.00 0.14 -demi_frère demi_frère nom m s 2.70 2.91 2.17 2.91 -demi_frère demi_frère nom m p 2.70 2.91 0.53 0.00 -demi_gros demi_gros nom m 0.01 0.47 0.01 0.47 -demi_heure demi_heure nom f s 26.65 23.18 26.65 22.43 -heur heur nom f p 0.28 1.15 0.22 0.07 -demi_jour demi_jour nom m s 0.02 1.28 0.02 1.28 -demi_journée demi_journée nom f s 1.65 1.08 1.60 1.01 -demi_journée demi_journée nom f p 1.65 1.08 0.05 0.07 -demi_juif demi_juif nom m s 0.01 0.00 0.01 0.00 -demi_kilomètre demi_kilomètre nom m s 0.14 0.14 0.14 0.14 -demi_liberté demi_liberté nom f s 0.00 0.07 0.00 0.07 -demi_lieue demi_lieue nom f s 0.30 0.41 0.30 0.41 -demi_litre demi_litre nom m s 0.67 0.81 0.67 0.81 -demi_livre demi_livre nom f s 0.12 0.34 0.12 0.34 -demi_longueur demi_longueur nom f s 0.06 0.00 0.06 0.00 -demi_louis demi_louis nom m 0.00 0.07 0.00 0.07 -demi_lueur demi_lueur nom f s 0.00 0.07 0.00 0.07 -demi_lumière demi_lumière nom f s 0.00 0.07 0.00 0.07 -demi_lune demi_lune nom f s 1.03 2.36 0.92 2.23 -demi_lune demi_lune nom f p 1.03 2.36 0.11 0.14 -demi_luxe demi_luxe nom m s 0.00 0.07 0.00 0.07 -demi_mal demi_mal nom m s 0.00 0.07 0.00 0.07 -demi_mensonge demi_mensonge nom m s 0.01 0.07 0.01 0.07 -demi_mesure demi_mesure nom f s 0.39 0.54 0.14 0.14 -demi_mesure demi_mesure nom f p 0.39 0.54 0.25 0.41 -demi_mille demi_mille nom m 0.00 0.07 0.00 0.07 -demi_milliard demi_milliard nom m s 0.87 0.07 0.87 0.07 -demi_millimètre demi_millimètre nom m s 0.00 0.07 0.00 0.07 -demi_million demi_million nom m s 3.08 0.41 3.08 0.41 -demi_minute demi_minute nom f s 0.04 0.07 0.04 0.07 -demi_mois demi_mois nom m 0.15 0.00 0.15 0.00 -demi_mondain demi_mondain nom f s 0.00 0.74 0.00 0.27 -demi_mondain demi_mondain nom f p 0.00 0.74 0.00 0.47 -demi_monde demi_monde nom m s 0.01 0.14 0.01 0.14 -demi_mort demi_mort nom m s 0.26 0.27 0.11 0.20 -demi_mort demi_mort nom f s 0.26 0.27 0.04 0.07 -demi_mort demi_mort nom m p 0.26 0.27 0.10 0.00 -demi_mot demi_mot nom m s 0.19 1.49 0.19 1.49 -demi_mètre demi_mètre nom m s 0.00 0.54 0.00 0.54 -demi_muid demi_muid nom m s 0.00 0.07 0.00 0.07 -demi_nu demi_nu adv 0.14 0.00 0.14 0.00 -demi_nuit demi_nuit nom f s 0.02 0.27 0.02 0.27 -demi_obscurité demi_obscurité nom f s 0.00 1.96 0.00 1.96 -demi_ouvert demi_ouvert adj f s 0.00 0.07 0.00 0.07 -demi_ouvrier demi_ouvrier nom m s 0.00 0.07 0.00 0.07 -demi_page demi_page nom f s 0.05 0.41 0.05 0.41 -demi_paralysé demi_paralysé adj m s 0.10 0.00 0.10 0.00 -demi_part demi_part nom f s 0.01 0.00 0.01 0.00 -demi_pas demi_pas nom m 0.21 0.27 0.21 0.27 -demi_pension demi_pension nom f s 0.00 0.41 0.00 0.41 -demi_pensionnaire demi_pensionnaire nom s 0.00 0.41 0.00 0.20 -demi_pensionnaire demi_pensionnaire nom p 0.00 0.41 0.00 0.20 -demi_personne demi_personne adj m s 0.00 0.07 0.00 0.07 -demi_pied demi_pied nom m s 0.00 0.07 0.00 0.07 -demi_pinte demi_pinte nom f s 0.07 0.07 0.07 0.07 -demi_pièce demi_pièce nom f s 0.00 0.07 0.00 0.07 -demi_place demi_place nom f s 0.11 0.00 0.11 0.00 -demi_plein demi_plein adj m s 0.01 0.00 0.01 0.00 -demi_point demi_point nom m s 0.14 0.00 0.14 0.00 -demi_pointe demi_pointe nom f p 0.00 0.07 0.00 0.07 -demi_porte demi_porte nom f s 0.00 0.14 0.00 0.14 -demi_portion demi_portion nom f s 1.23 0.20 1.18 0.00 -demi_portion demi_portion nom f p 1.23 0.20 0.05 0.20 -demi_pouce demi_pouce adj m s 0.01 0.00 0.01 0.00 -demi_quart demi_quart nom m s 0.00 0.07 0.00 0.07 -demi_queue demi_queue nom m s 0.01 0.20 0.01 0.20 -demi_rond demi_rond nom f s 0.00 0.34 0.00 0.34 -demi_réussite demi_réussite nom f s 0.00 0.14 0.00 0.14 -demi_rêve demi_rêve nom m s 0.00 0.20 0.00 0.20 -demi_révérence demi_révérence nom f s 0.00 0.07 0.00 0.07 -demi_saison demi_saison nom f s 0.00 0.95 0.00 0.81 -demi_saison demi_saison nom f p 0.00 0.95 0.00 0.14 -demi_sang demi_sang nom m s 0.04 0.54 0.04 0.47 -demi_sang demi_sang nom m p 0.04 0.54 0.00 0.07 -demi_seconde demi_seconde nom f s 0.13 1.01 0.13 1.01 -demi_section demi_section nom f s 0.00 0.41 0.00 0.41 -demi_sel demi_sel nom m 0.04 0.47 0.03 0.27 -demi_sel demi_sel nom m p 0.04 0.47 0.01 0.20 -demi_siècle demi_siècle nom m s 0.17 5.95 0.17 5.81 -demi_siècle demi_siècle nom m p 0.17 5.95 0.00 0.14 -demi_soeur demi_soeur nom f s 0.50 9.05 0.42 8.92 -demi_soeur demi_soeur nom f p 0.50 9.05 0.07 0.14 -demi_solde demi_solde nom f s 0.01 0.14 0.01 0.07 -demi_solde demi_solde nom f p 0.01 0.14 0.00 0.07 -demi_sommeil demi_sommeil nom m s 0.25 2.50 0.25 2.43 -demi_sommeil demi_sommeil nom m p 0.25 2.50 0.00 0.07 -demi_somnolence demi_somnolence nom f s 0.00 0.14 0.00 0.14 -demi_sourire demi_sourire nom m s 0.00 2.84 0.00 2.77 -demi_sourire demi_sourire nom m p 0.00 2.84 0.00 0.07 -demi_succès demi_succès nom m 0.00 0.20 0.00 0.20 -demi_suicide demi_suicide nom m s 0.00 0.07 0.00 0.07 -demi_talent demi_talent nom m s 0.05 0.00 0.05 0.00 -demi_tarif demi_tarif nom m s 0.56 0.14 0.56 0.14 -demi_tasse demi_tasse nom f s 0.08 0.07 0.08 0.07 -demi_teinte demi_teinte nom f s 0.06 0.95 0.04 0.47 -demi_teinte demi_teinte nom f p 0.06 0.95 0.02 0.47 -demi_ton demi_ton nom m s 0.34 0.61 0.00 0.34 -demi_ton demi_ton nom f s 0.34 0.61 0.21 0.07 -demi_tonneau demi_tonneau nom m s 0.00 0.07 0.00 0.07 -demi_ton demi_ton nom m p 0.34 0.61 0.14 0.20 -demi_tour demi_tour nom m s 19.27 16.08 19.25 15.88 -demi_tour demi_tour nom m p 19.27 16.08 0.02 0.20 -demi_tête demi_tête nom f s 0.11 0.14 0.11 0.14 -demi_échec demi_échec nom m s 0.00 0.07 0.00 0.07 -demi_verre demi_verre nom m s 0.30 1.22 0.30 1.22 -demi_vertu demi_vertu nom f s 0.00 0.07 0.00 0.07 -demi_vie demi_vie nom f s 0.11 0.00 0.08 0.00 -demi_vierge demi_vierge nom f s 0.02 0.20 0.02 0.07 -demi_vierge demi_vierge nom f p 0.02 0.20 0.00 0.14 -demi_vie demi_vie nom f p 0.11 0.00 0.02 0.00 -demi_volte demi_volte nom f s 0.01 0.07 0.01 0.00 -demi_volte demi_volte nom f p 0.01 0.07 0.00 0.07 -demi_volée demi_volée nom f s 0.00 0.07 0.00 0.07 -demi_volume demi_volume nom m s 0.00 0.07 0.00 0.07 -demi_vérité demi_vérité nom f s 0.32 0.07 0.32 0.07 -demi demi adj_sup m s 38.26 43.51 25.18 19.12 -demie demi adj_sup f s 38.26 43.51 12.98 24.05 -demies demie nom f p 0.13 0.00 0.13 0.00 -demis demi nom_sup m p 4.52 9.80 0.19 1.49 -demoiselle damoiseau nom f s 11.41 20.00 11.25 12.64 -demoiselles demoiselle nom f p 4.62 0.00 4.62 0.00 -dendrite dendrite nom f s 0.01 0.00 0.01 0.00 -dengue dengue nom f s 0.02 0.00 0.02 0.00 -denier denier nom m s 1.97 1.62 0.64 0.41 -deniers denier nom m p 1.97 1.62 1.34 1.22 -denim denim nom m s 0.04 0.07 0.04 0.00 -denims denim nom m p 0.04 0.07 0.00 0.07 -denrée denrée nom f s 1.86 4.73 1.23 1.01 -denrées denrée nom f p 1.86 4.73 0.64 3.72 -dense dense adj s 2.04 11.69 1.69 9.86 -denses dense adj p 2.04 11.69 0.35 1.82 -densifia densifier ver 0.02 0.07 0.00 0.07 ind:pas:3s; -densifie densifier ver 0.02 0.07 0.01 0.00 ind:pre:3s; -densifié densifier ver m s 0.02 0.07 0.01 0.00 par:pas; -densimètre densimètre nom m s 0.01 0.00 0.01 0.00 -densité densité nom f s 1.50 5.74 1.47 5.54 -densités densité nom f p 1.50 5.74 0.04 0.20 -dent_de_lion dent_de_lion nom f s 0.03 0.07 0.03 0.07 -dent dent nom f s 74.20 125.68 13.27 11.15 -dentaire dentaire adj s 4.22 1.28 3.50 0.68 -dentaires dentaire adj p 4.22 1.28 0.72 0.61 -dental dental adj m s 0.04 0.47 0.04 0.07 -dentale dental adj f s 0.04 0.47 0.00 0.07 -dentales dental adj f p 0.04 0.47 0.00 0.34 -dentelle dentelle nom f s 3.78 25.07 3.04 17.50 -dentelles dentelle nom f p 3.78 25.07 0.73 7.57 -dentellière dentellière nom f s 0.00 2.36 0.00 2.36 -dentelé denteler ver m s 0.13 0.81 0.07 0.34 par:pas; -dentelée dentelé adj f s 0.23 2.70 0.17 0.68 -dentelées denteler ver f p 0.13 0.81 0.02 0.14 par:pas; -dentelure dentelure nom f s 0.11 0.88 0.11 0.61 -dentelures dentelure nom f p 0.11 0.88 0.00 0.27 -dentelés dentelé adj m p 0.23 2.70 0.01 0.47 -dentier dentier nom m s 1.74 2.77 1.64 2.50 -dentiers dentier nom m p 1.74 2.77 0.10 0.27 -dentifrice dentifrice nom m s 3.87 1.28 3.84 1.15 -dentifrices dentifrice nom m p 3.87 1.28 0.02 0.14 -dentiste dentiste nom s 15.40 5.61 14.57 4.93 -dentisterie dentisterie nom f s 0.16 0.00 0.16 0.00 -dentistes dentiste nom p 15.40 5.61 0.83 0.68 -dentition dentition nom f s 1.08 0.47 1.07 0.41 -dentitions dentition nom f p 1.08 0.47 0.01 0.07 -dents dent nom f p 74.20 125.68 60.94 114.53 -denté denté adj m s 0.04 0.27 0.00 0.07 -dentée denté adj f s 0.04 0.27 0.03 0.07 -dentées denté adj f p 0.04 0.27 0.00 0.14 -denture denture nom f s 0.07 2.16 0.07 1.96 -dentures denture nom f p 0.07 2.16 0.00 0.20 -dentés denté adj m p 0.04 0.27 0.01 0.00 -deo_gratias deo_gratias nom m 0.01 0.20 0.01 0.20 -depuis depuis pre 483.95 542.64 483.95 542.64 -der der nom s 4.70 3.92 4.53 3.58 -derby derby nom m s 0.39 0.20 0.36 0.14 -derbys derby nom m p 0.39 0.20 0.03 0.07 -derche derche nom m s 0.83 3.04 0.72 2.57 -derches derche nom m p 0.83 3.04 0.11 0.47 -derechef derechef adv 0.01 3.24 0.01 3.24 -dermatite dermatite nom f s 0.08 0.00 0.08 0.00 -dermatoglyphes dermatoglyphe nom m p 0.00 0.07 0.00 0.07 -dermatologie dermatologie nom f s 0.23 0.00 0.23 0.00 -dermatologique dermatologique adj s 0.35 0.61 0.32 0.54 -dermatologiques dermatologique adj p 0.35 0.61 0.03 0.07 -dermatologiste dermatologiste nom s 0.07 0.00 0.07 0.00 -dermatologue dermatologue nom s 0.38 0.00 0.38 0.00 -dermatose dermatose nom f s 0.00 0.14 0.00 0.07 -dermatoses dermatose nom f p 0.00 0.14 0.00 0.07 -derme derme nom m s 0.52 0.41 0.52 0.41 -dermeste dermeste nom m s 0.01 0.00 0.01 0.00 -dermique dermique adj m s 0.03 0.07 0.03 0.00 -dermiques dermique adj p 0.03 0.07 0.00 0.07 -dermite dermite nom f s 0.09 0.07 0.09 0.00 -dermites dermite nom f p 0.09 0.07 0.00 0.07 -dermographie dermographie nom f s 0.14 0.07 0.14 0.07 -dernier_né dernier_né nom m s 0.05 1.01 0.05 0.88 -dernier dernier adj m s 431.08 403.11 138.57 146.42 -dernier_né dernier_né nom m p 0.05 1.01 0.00 0.14 -derniers dernier adj m p 431.08 403.11 41.81 63.38 -dernière_née dernière_née nom f s 0.01 0.20 0.01 0.20 -dernière dernier adj f s 431.08 403.11 224.41 145.27 -dernièrement dernièrement adv 11.24 1.35 11.24 1.35 -dernières dernier adj f p 431.08 403.11 26.30 48.04 -derrick derrick nom m s 2.04 0.27 1.98 0.07 -derricks derrick nom m p 2.04 0.27 0.06 0.20 -derrière derrière pre 105.10 349.39 105.10 349.39 -derrières derrière nom m p 9.95 15.47 0.86 1.22 -ders der nom p 4.70 3.92 0.17 0.34 -derviche derviche nom m s 0.11 1.76 0.08 1.35 -derviches derviche nom m p 0.11 1.76 0.03 0.41 -des des art_ind p 6055.71 10624.93 6055.71 10624.93 -descamisados descamisado nom m p 0.00 0.07 0.00 0.07 -descella desceller ver 0.07 1.55 0.00 0.07 ind:pas:3s; -descellant desceller ver 0.07 1.55 0.00 0.07 par:pre; -desceller desceller ver 0.07 1.55 0.01 0.41 inf; -descellera desceller ver 0.07 1.55 0.02 0.00 ind:fut:3s; -descellez desceller ver 0.07 1.55 0.00 0.07 ind:pre:2p; -descellé desceller ver m s 0.07 1.55 0.02 0.47 par:pas; -descellée desceller ver f s 0.07 1.55 0.02 0.14 par:pas; -descellées desceller ver f p 0.07 1.55 0.00 0.14 par:pas; -descellés desceller ver m p 0.07 1.55 0.00 0.20 par:pas; -descend descendre ver 235.97 301.62 26.09 32.64 ind:pre:3s; -descendîmes descendre ver 235.97 301.62 0.13 2.09 ind:pas:1p; -descendît descendre ver 235.97 301.62 0.00 0.34 sub:imp:3s; -descendaient descendre ver 235.97 301.62 0.67 10.41 ind:imp:3p; -descendais descendre ver 235.97 301.62 0.97 3.45 ind:imp:1s;ind:imp:2s; -descendait descendre ver 235.97 301.62 2.43 33.45 ind:imp:3s; -descendance descendance nom f s 1.31 1.96 1.30 1.89 -descendances descendance nom f p 1.31 1.96 0.01 0.07 -descendant descendre ver 235.97 301.62 3.73 16.76 par:pre; -descendante descendant nom f s 3.45 5.00 0.25 0.34 -descendantes descendant nom f p 3.45 5.00 0.04 0.00 -descendants descendant nom m p 3.45 5.00 2.38 2.97 -descende descendre ver 235.97 301.62 3.55 2.50 sub:pre:1s;sub:pre:3s; -descendent descendre ver 235.97 301.62 4.27 10.41 ind:pre:3p;sub:pre:3p; -descendes descendre ver 235.97 301.62 1.13 0.14 sub:pre:2s; -descendeur descendeur nom m s 0.04 0.07 0.04 0.00 -descendeurs descendeur nom m p 0.04 0.07 0.00 0.07 -descendez descendre ver 235.97 301.62 25.89 1.96 imp:pre:2p;ind:pre:2p; -descendiez descendre ver 235.97 301.62 0.53 0.14 ind:imp:2p; -descendions descendre ver 235.97 301.62 0.38 2.70 ind:imp:1p; -descendirent descendre ver 235.97 301.62 0.04 10.00 ind:pas:3p; -descendis descendre ver 235.97 301.62 0.05 4.93 ind:pas:1s; -descendit descendre ver 235.97 301.62 0.61 33.99 ind:pas:3s; -descendons descendre ver 235.97 301.62 4.30 3.31 imp:pre:1p;ind:pre:1p; -descendra descendre ver 235.97 301.62 3.44 1.82 ind:fut:3s; -descendrai descendre ver 235.97 301.62 1.82 1.42 ind:fut:1s; -descendraient descendre ver 235.97 301.62 0.05 0.41 cnd:pre:3p; -descendrais descendre ver 235.97 301.62 0.46 0.41 cnd:pre:1s;cnd:pre:2s; -descendrait descendre ver 235.97 301.62 0.78 1.35 cnd:pre:3s; -descendras descendre ver 235.97 301.62 0.44 0.20 ind:fut:2s; -descendre descendre ver 235.97 301.62 65.28 70.41 inf; -descendrez descendre ver 235.97 301.62 0.53 0.14 ind:fut:2p; -descendriez descendre ver 235.97 301.62 0.03 0.00 cnd:pre:2p; -descendrions descendre ver 235.97 301.62 0.00 0.20 cnd:pre:1p; -descendrons descendre ver 235.97 301.62 0.69 0.54 ind:fut:1p; -descendront descendre ver 235.97 301.62 0.81 0.20 ind:fut:3p; -descends descendre ver 235.97 301.62 62.31 12.16 imp:pre:2s;ind:pre:1s;ind:pre:2s; -descendu descendre ver m s 235.97 301.62 18.05 26.01 par:pas; -descendue descendre ver f s 235.97 301.62 3.66 7.97 par:pas; -descendues descendre ver f p 235.97 301.62 0.16 1.15 par:pas; -descendus descendre ver m p 235.97 301.62 2.71 8.04 par:pas; -descenseur descenseur nom m s 0.01 0.00 0.01 0.00 -descente descente nom f s 11.59 23.24 10.48 20.81 -descentes descente nom f p 11.59 23.24 1.10 2.43 -descriptible descriptible adj m s 0.00 0.27 0.00 0.07 -descriptibles descriptible adj f p 0.00 0.27 0.00 0.20 -descriptif descriptif nom m s 0.14 0.41 0.12 0.20 -descriptifs descriptif nom m p 0.14 0.41 0.02 0.20 -description description nom f s 7.80 11.49 7.08 8.04 -descriptions description nom f p 7.80 11.49 0.73 3.45 -descriptive descriptif adj f s 0.17 0.41 0.04 0.14 -descriptives descriptif adj f p 0.17 0.41 0.01 0.07 -desdites desdites pre 0.00 0.07 0.00 0.07 -desdits desdits pre 0.00 0.20 0.00 0.20 -desiderata desiderata nom m 0.04 0.27 0.04 0.27 -design design nom m s 1.54 0.88 1.47 0.88 -designer designer nom s 0.57 0.00 0.51 0.00 -designers designer nom p 0.57 0.00 0.07 0.00 -designs design nom m p 1.54 0.88 0.08 0.00 -desk desk nom m s 0.11 0.14 0.11 0.14 -desperado desperado nom m s 0.27 0.47 0.21 0.20 -desperados desperado nom m p 0.27 0.47 0.06 0.27 -despote despote nom s 1.01 0.74 0.85 0.61 -despotes despote nom p 1.01 0.74 0.16 0.14 -despotique despotique adj s 0.16 0.54 0.16 0.41 -despotiques despotique adj m p 0.16 0.54 0.00 0.14 -despotisme despotisme nom m s 0.45 0.81 0.45 0.81 -desquamante desquamant adj f s 0.00 0.07 0.00 0.07 -desquamation desquamation nom f s 0.01 0.07 0.01 0.07 -desquame desquamer ver 0.01 0.00 0.01 0.00 ind:pre:3s; -desquelles desquelles pro_rel f p 0.81 9.39 0.81 7.64 -desquels desquels pro_rel m p 0.78 10.14 0.64 7.97 -dessaisi dessaisir ver m s 0.25 0.61 0.07 0.07 par:pas; -dessaisir dessaisir ver 0.25 0.61 0.16 0.27 inf; -dessaisis dessaisir ver m p 0.25 0.61 0.01 0.07 ind:pre:1s;par:pas; -dessaisissais dessaisir ver 0.25 0.61 0.00 0.07 ind:imp:1s; -dessaisissement dessaisissement nom m s 0.00 0.07 0.00 0.07 -dessaisissent dessaisir ver 0.25 0.61 0.00 0.07 ind:pre:3p; -dessaisit dessaisir ver 0.25 0.61 0.01 0.07 ind:pre:3s;ind:pas:3s; -dessalaient dessaler ver 0.16 0.34 0.00 0.07 ind:imp:3p; -dessalait dessaler ver 0.16 0.34 0.00 0.07 ind:imp:3s; -dessalant dessaler ver 0.16 0.34 0.00 0.07 par:pre; -dessale dessaler ver 0.16 0.34 0.00 0.07 ind:pre:3s; -dessaler dessaler ver 0.16 0.34 0.16 0.00 inf; -dessalé dessalé adj m s 0.00 0.47 0.00 0.14 -dessalée dessalé adj f s 0.00 0.47 0.00 0.14 -dessalées dessalé adj f p 0.00 0.47 0.00 0.14 -dessalés dessalé adj m p 0.00 0.47 0.00 0.07 -dessaoulais dessaouler ver 0.39 1.15 0.01 0.00 ind:imp:1s; -dessaoule dessaouler ver 0.39 1.15 0.13 0.41 imp:pre:2s;ind:pre:1s;ind:pre:3s; -dessaoulent dessaouler ver 0.39 1.15 0.00 0.07 ind:pre:3p; -dessaouler dessaouler ver 0.39 1.15 0.08 0.14 inf; -dessaoulé dessaouler ver m s 0.39 1.15 0.07 0.41 par:pas; -dessaoulée dessaouler ver f s 0.39 1.15 0.10 0.07 par:pas; -dessaoulés dessaouler ver m p 0.39 1.15 0.00 0.07 par:pas; -dessape dessaper ver 0.00 0.14 0.00 0.07 ind:pre:3s; -dessaper dessaper ver 0.00 0.14 0.00 0.07 inf; -dessein dessein nom m s 7.29 14.86 5.32 10.20 -desseins dessein nom m p 7.29 14.86 1.97 4.66 -desselle desseller ver 0.12 0.61 0.02 0.07 imp:pre:2s;ind:pre:3s; -desseller desseller ver 0.12 0.61 0.03 0.41 inf; -dessellez desseller ver 0.12 0.61 0.05 0.00 imp:pre:2p; -dessellé desseller ver m s 0.12 0.61 0.01 0.00 par:pas; -dessellées desseller ver f p 0.12 0.61 0.00 0.07 par:pas; -dessellés desseller ver m p 0.12 0.61 0.01 0.07 par:pas; -desserra desserrer ver 2.54 10.88 0.01 1.76 ind:pas:3s; -desserrage desserrage nom m s 0.01 0.07 0.01 0.07 -desserrai desserrer ver 2.54 10.88 0.00 0.27 ind:pas:1s; -desserraient desserrer ver 2.54 10.88 0.00 0.20 ind:imp:3p; -desserrais desserrer ver 2.54 10.88 0.01 0.07 ind:imp:1s;ind:imp:2s; -desserrait desserrer ver 2.54 10.88 0.01 0.81 ind:imp:3s; -desserrant desserrer ver 2.54 10.88 0.00 0.47 par:pre; -desserre desserrer ver 2.54 10.88 0.83 0.74 imp:pre:2s;ind:pre:1s;ind:pre:3s; -desserrent desserrer ver 2.54 10.88 0.03 0.20 ind:pre:3p; -desserrer desserrer ver 2.54 10.88 0.38 3.58 inf; -desserrera desserrer ver 2.54 10.88 0.01 0.07 ind:fut:3s; -desserreraient desserrer ver 2.54 10.88 0.00 0.07 cnd:pre:3p; -desserrerait desserrer ver 2.54 10.88 0.00 0.07 cnd:pre:3s; -desserrez desserrer ver 2.54 10.88 0.72 0.07 imp:pre:2p;ind:pre:2p; -desserrons desserrer ver 2.54 10.88 0.03 0.00 imp:pre:1p; -desserrât desserrer ver 2.54 10.88 0.00 0.07 sub:imp:3s; -desserrèrent desserrer ver 2.54 10.88 0.00 0.14 ind:pas:3p; -desserré desserrer ver m s 2.54 10.88 0.32 1.69 par:pas; -desserrée desserrer ver f s 2.54 10.88 0.07 0.27 par:pas; -desserrées desserrer ver f p 2.54 10.88 0.01 0.20 par:pas; -desserrés desserrer ver m p 2.54 10.88 0.10 0.14 par:pas; -dessers desservir ver 1.16 5.14 0.00 0.07 ind:pre:2s; -dessert dessert nom m s 13.40 12.57 11.61 11.62 -desserte desserte nom f s 0.09 1.76 0.07 1.49 -dessertes desserte nom f p 0.09 1.76 0.01 0.27 -dessertie dessertir ver f s 0.01 0.14 0.01 0.07 par:pas; -dessertir dessertir ver 0.01 0.14 0.00 0.07 inf; -desserts dessert nom m p 13.40 12.57 1.79 0.95 -desservaient desservir ver 1.16 5.14 0.01 0.34 ind:imp:3p; -desservait desservir ver 1.16 5.14 0.02 0.88 ind:imp:3s; -desservant desservir ver 1.16 5.14 0.14 0.61 par:pre; -desserve desservir ver 1.16 5.14 0.02 0.07 sub:pre:3s; -desservent desservir ver 1.16 5.14 0.16 0.34 ind:pre:3p; -desservi desservir ver m s 1.16 5.14 0.16 0.61 par:pas; -desservie desservir ver f s 1.16 5.14 0.12 0.41 par:pas; -desservies desservir ver f p 1.16 5.14 0.14 0.07 par:pas; -desservir desservir ver 1.16 5.14 0.07 1.08 inf; -desservira desservir ver 1.16 5.14 0.02 0.00 ind:fut:3s; -desservirait desservir ver 1.16 5.14 0.02 0.07 cnd:pre:3s; -desserviront desservir ver 1.16 5.14 0.00 0.07 ind:fut:3p; -desservis desservir ver m p 1.16 5.14 0.03 0.07 par:pas; -desservit desservir ver 1.16 5.14 0.00 0.07 ind:pas:3s; -dessiccation dessiccation nom f s 0.03 0.07 0.03 0.07 -dessille dessiller ver 0.29 0.81 0.00 0.07 ind:pre:3s; -dessiller dessiller ver 0.29 0.81 0.00 0.34 inf; -dessilleront dessiller ver 0.29 0.81 0.00 0.07 ind:fut:3p; -dessillé dessiller ver m s 0.29 0.81 0.29 0.07 par:pas; -dessillés dessiller ver m p 0.29 0.81 0.00 0.27 par:pas; -dessin dessin nom m s 29.60 56.28 17.92 34.86 -dessina dessiner ver 29.97 79.66 0.29 3.45 ind:pas:3s; -dessinai dessiner ver 29.97 79.66 0.00 0.68 ind:pas:1s; -dessinaient dessiner ver 29.97 79.66 0.14 5.20 ind:imp:3p; -dessinais dessiner ver 29.97 79.66 0.89 0.88 ind:imp:1s;ind:imp:2s; -dessinait dessiner ver 29.97 79.66 0.85 10.88 ind:imp:3s; -dessinant dessiner ver 29.97 79.66 0.29 4.73 par:pre; -dessinateur dessinateur nom m s 1.86 7.30 1.08 5.27 -dessinateurs dessinateur nom m p 1.86 7.30 0.46 1.76 -dessinatrice dessinateur nom f s 1.86 7.30 0.31 0.27 -dessine dessiner ver 29.97 79.66 6.05 10.68 imp:pre:2s;ind:pre:1s;ind:pre:3s; -dessinent dessiner ver 29.97 79.66 0.44 3.85 ind:pre:3p; -dessiner dessiner ver 29.97 79.66 9.10 12.97 inf; -dessinera dessiner ver 29.97 79.66 0.12 0.00 ind:fut:3s; -dessinerai dessiner ver 29.97 79.66 0.32 0.14 ind:fut:1s; -dessineraient dessiner ver 29.97 79.66 0.00 0.07 cnd:pre:3p; -dessinerais dessiner ver 29.97 79.66 0.04 0.14 cnd:pre:1s;cnd:pre:2s; -dessinerait dessiner ver 29.97 79.66 0.16 0.07 cnd:pre:3s; -dessinerez dessiner ver 29.97 79.66 0.00 0.07 ind:fut:2p; -dessineront dessiner ver 29.97 79.66 0.03 0.07 ind:fut:3p; -dessines dessiner ver 29.97 79.66 1.39 0.07 ind:pre:2s; -dessinez dessiner ver 29.97 79.66 0.99 0.27 imp:pre:2p;ind:pre:2p; -dessiniez dessiner ver 29.97 79.66 0.26 0.00 ind:imp:2p; -dessinions dessiner ver 29.97 79.66 0.02 0.07 ind:imp:1p; -dessinât dessiner ver 29.97 79.66 0.00 0.20 sub:imp:3s; -dessins dessin nom m p 29.60 56.28 11.68 21.42 -dessinèrent dessiner ver 29.97 79.66 0.01 0.41 ind:pas:3p; -dessiné dessiner ver m s 29.97 79.66 5.05 8.99 par:pas; -dessinée dessiner ver f s 29.97 79.66 1.33 7.70 par:pas; -dessinées dessiner ver f p 29.97 79.66 1.85 5.27 par:pas; -dessinés dessiner ver m p 29.97 79.66 0.33 2.84 par:pas; -dessoûla dessoûler ver 1.69 0.81 0.00 0.07 ind:pas:3s; -dessoûlait dessoûler ver 1.69 0.81 0.00 0.14 ind:imp:3s; -dessoûle dessoûler ver 1.69 0.81 0.63 0.20 imp:pre:2s;ind:pre:1s;ind:pre:3s; -dessoûlent dessoûler ver 1.69 0.81 0.05 0.00 ind:pre:3p; -dessoûler dessoûler ver 1.69 0.81 0.37 0.14 inf; -dessoûles dessoûler ver 1.69 0.81 0.01 0.00 ind:pre:2s; -dessoûlez dessoûler ver 1.69 0.81 0.04 0.00 imp:pre:2p;ind:pre:2p; -dessoûlé dessoûler ver m s 1.69 0.81 0.58 0.14 par:pas; -dessoûlée dessoûler ver f s 1.69 0.81 0.01 0.14 par:pas; -dessoucha dessoucher ver 0.00 0.14 0.00 0.07 ind:pas:3s; -dessouchée dessoucher ver f s 0.00 0.14 0.00 0.07 par:pas; -dessouda dessouder ver 0.63 0.54 0.00 0.07 ind:pas:3s; -dessouder dessouder ver 0.63 0.54 0.45 0.14 inf; -dessoudé dessouder ver m s 0.63 0.54 0.18 0.20 par:pas; -dessoudée dessouder ver f s 0.63 0.54 0.00 0.07 par:pas; -dessoudées dessouder ver f p 0.63 0.54 0.00 0.07 par:pas; -dessoulait dessouler ver 0.04 0.20 0.00 0.07 ind:imp:3s; -dessouler dessouler ver 0.04 0.20 0.01 0.00 inf; -dessoulé dessouler ver m s 0.04 0.20 0.04 0.14 par:pas; -dessous_de_bras dessous_de_bras nom m 0.01 0.07 0.01 0.07 -dessous_de_plat dessous_de_plat nom m 0.20 0.54 0.20 0.54 -dessous_de_table dessous_de_table nom m 0.21 0.00 0.21 0.00 -dessous_de_verre dessous_de_verre nom m 0.01 0.00 0.01 0.00 -dessous dessous nom_sup m 18.14 29.46 18.14 29.46 -dessèche dessécher ver 3.54 15.61 0.85 0.74 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:1s; -dessèchement dessèchement nom m s 0.02 0.07 0.02 0.07 -dessèchent dessécher ver 3.54 15.61 0.14 0.34 ind:pre:3p; -dessécha dessécher ver 3.54 15.61 0.02 0.00 ind:pas:3s; -desséchaient dessécher ver 3.54 15.61 0.02 0.47 ind:imp:3p; -desséchais dessécher ver 3.54 15.61 0.00 0.07 ind:imp:1s; -desséchait dessécher ver 3.54 15.61 0.01 1.42 ind:imp:3s; -desséchant dessécher ver 3.54 15.61 0.14 0.20 par:pre; -desséchante desséchant adj f s 0.01 0.20 0.00 0.14 -dessécher dessécher ver 3.54 15.61 0.25 0.88 inf; -dessécherait dessécher ver 3.54 15.61 0.01 0.07 cnd:pre:3s; -dessécheront dessécher ver 3.54 15.61 0.01 0.07 ind:fut:3p; -desséchez dessécher ver 3.54 15.61 0.01 0.00 ind:pre:2p; -desséchèrent dessécher ver 3.54 15.61 0.00 0.07 ind:pas:3p; -desséché dessécher ver m s 3.54 15.61 0.49 3.72 par:pas; -desséchée dessécher ver f s 3.54 15.61 0.80 4.32 par:pas; -desséchées dessécher ver f p 3.54 15.61 0.24 1.28 par:pas; -desséchés dessécher ver m p 3.54 15.61 0.56 1.96 par:pas; -dessuintée dessuinter ver f s 0.00 0.07 0.00 0.07 par:pas; -dessus_de_lit dessus_de_lit nom m 0.09 1.08 0.09 1.08 -dessus dessus adv_sup 111.19 57.57 111.19 57.57 -destin destin nom m s 53.03 67.23 51.93 62.77 -destina destiner ver 12.52 35.00 0.00 0.07 ind:pas:3s; -destinaient destiner ver 12.52 35.00 0.00 0.34 ind:imp:3p; -destinais destiner ver 12.52 35.00 0.09 0.27 ind:imp:1s;ind:imp:2s; -destinait destiner ver 12.52 35.00 0.21 1.76 ind:imp:3s; -destinant destiner ver 12.52 35.00 0.00 0.07 par:pre; -destinataire destinataire nom s 0.71 2.23 0.67 1.82 -destinataires destinataire nom p 0.71 2.23 0.04 0.41 -destination destination nom f s 10.88 10.14 10.41 9.59 -destinations destination nom f p 10.88 10.14 0.46 0.54 -destinatrice destinateur nom f s 0.00 0.14 0.00 0.14 -destine destiner ver 12.52 35.00 0.37 1.28 ind:pre:1s;ind:pre:3s; -destinent destiner ver 12.52 35.00 0.01 0.14 ind:pre:3p; -destiner destiner ver 12.52 35.00 0.00 0.07 inf; -destines destiner ver 12.52 35.00 0.20 0.00 ind:pre:2s; -destinez destiner ver 12.52 35.00 0.16 0.20 ind:pre:2p; -destiniez destiner ver 12.52 35.00 0.01 0.00 ind:imp:2p; -destins destin nom m p 53.03 67.23 1.10 4.46 -destiné destiner ver m s 12.52 35.00 5.09 11.35 par:pas; -destinée destinée nom f s 9.08 11.22 8.64 8.31 -destinées destiner ver f p 12.52 35.00 1.08 3.85 par:pas; -destinés destiner ver m p 12.52 35.00 2.11 6.69 par:pas; -destitue destituer ver 0.56 0.74 0.01 0.07 ind:pre:3s; -destituer destituer ver 0.56 0.74 0.17 0.14 inf; -destitueront destituer ver 0.56 0.74 0.00 0.07 ind:fut:3p; -destituez destituer ver 0.56 0.74 0.01 0.07 imp:pre:2p; -destitution destitution nom f s 0.17 0.34 0.17 0.34 -destitué destituer ver m s 0.56 0.74 0.36 0.41 par:pas; -destituée destituer ver f s 0.56 0.74 0.01 0.00 par:pas; -destrier destrier nom m s 0.38 0.74 0.25 0.34 -destriers destrier nom m p 0.38 0.74 0.14 0.41 -destroy destroy adj s 0.25 0.14 0.25 0.14 -destroyer destroyer nom m s 2.82 0.88 1.84 0.41 -destroyers destroyer nom m p 2.82 0.88 0.98 0.47 -destructeur destructeur adj m s 2.84 2.77 1.10 0.95 -destructeurs destructeur adj m p 2.84 2.77 0.28 0.27 -destructible destructible adj m s 0.03 0.00 0.03 0.00 -destructif destructif adj m s 0.35 0.14 0.05 0.14 -destructifs destructif adj m p 0.35 0.14 0.01 0.00 -destruction destruction nom f s 14.31 15.34 13.96 11.76 -destructions destruction nom f p 14.31 15.34 0.35 3.58 -destructive destructif adj f s 0.35 0.14 0.29 0.00 -destructrice destructeur adj f s 2.84 2.77 0.97 1.15 -destructrices destructeur adj f p 2.84 2.77 0.49 0.41 -deçà deçà adv 0.27 2.97 0.27 2.97 -dette dette nom f s 26.13 12.16 12.77 5.14 -dettes dette nom f p 26.13 12.16 13.36 7.03 -deuche deuche nom f s 0.00 0.07 0.00 0.07 -deuil deuil nom m s 12.24 26.22 12.21 23.51 -deuils deuil nom m p 12.24 26.22 0.03 2.70 -deus_ex_machina deus_ex_machina nom m 0.16 0.47 0.16 0.47 -deusio deusio adv 0.20 0.00 0.20 0.00 -deutsche_mark deutsche_mark adj m s 0.02 0.00 0.02 0.00 -deutérium deutérium nom m s 0.07 0.00 0.07 0.00 -deutéronome deutéronome nom m s 0.23 0.20 0.23 0.20 -deux_chevaux deux_chevaux nom f 0.00 1.22 0.00 1.22 -deux_deux deux_deux nom m 0.02 0.00 0.02 0.00 -deux_mâts deux_mâts nom m 0.14 0.07 0.14 0.07 -deux_pièces deux_pièces nom m 0.27 1.82 0.27 1.82 -deux_points deux_points nom m 0.01 0.00 0.01 0.00 -deux_ponts deux_ponts nom m 0.00 0.07 0.00 0.07 -deux_quatre deux_quatre nom m 0.03 0.00 0.03 0.00 -deux_roues deux_roues nom m 0.11 0.00 0.11 0.00 -deux deux adj_num 1009.01 1557.91 1009.01 1557.91 -deuxième deuxième adj 43.97 59.05 43.77 58.58 -deuxièmement deuxièmement adv 4.58 0.88 4.58 0.88 -deuxièmes deuxième adj 43.97 59.05 0.20 0.47 -deuzio deuzio adv 0.89 0.20 0.89 0.20 -devînmes devenir ver 438.57 533.51 0.04 0.27 ind:pas:1p; -devînt devenir ver 438.57 533.51 0.29 2.09 sub:imp:3s; -devaient devoir ver_sup 3232.80 1318.24 13.59 61.22 ind:imp:3p; -devais devoir ver_sup 3232.80 1318.24 81.01 53.38 ind:imp:1s;ind:imp:2s; -devait devoir ver_sup 3232.80 1318.24 108.88 298.99 ind:imp:3s; -devance devancer ver 3.94 8.04 0.89 0.95 imp:pre:2s;ind:pre:1s;ind:pre:3s; -devancent devancer ver 3.94 8.04 0.06 0.20 ind:pre:3p; -devancer devancer ver 3.94 8.04 0.99 2.03 inf; -devancerait devancer ver 3.94 8.04 0.01 0.00 cnd:pre:3s; -devancerez devancer ver 3.94 8.04 0.01 0.00 ind:fut:2p; -devancez devancer ver 3.94 8.04 0.07 0.00 imp:pre:2p;ind:pre:2p; -devanciers devancier nom m p 0.00 0.07 0.00 0.07 -devancèrent devancer ver 3.94 8.04 0.00 0.07 ind:pas:3p; -devancé devancer ver m s 3.94 8.04 0.98 1.15 par:pas; -devancée devancer ver f s 3.94 8.04 0.31 0.27 par:pas; -devancés devancer ver m p 3.94 8.04 0.54 0.14 par:pas; -devant devant pre 208.19 690.34 208.19 690.34 -devança devancer ver 3.94 8.04 0.02 0.61 ind:pas:3s; -devançaient devancer ver 3.94 8.04 0.00 0.34 ind:imp:3p; -devançais devancer ver 3.94 8.04 0.00 0.07 ind:imp:1s; -devançait devancer ver 3.94 8.04 0.03 0.68 ind:imp:3s; -devançant devancer ver 3.94 8.04 0.01 1.55 par:pre; -devançons devancer ver 3.94 8.04 0.03 0.00 imp:pre:1p; -devants devant nom_sup m p 4.20 11.08 0.75 2.36 -devanture devanture nom f s 0.48 7.64 0.46 5.07 -devantures devanture nom f p 0.48 7.64 0.03 2.57 -devenaient devenir ver 438.57 533.51 1.76 19.39 ind:imp:3p; -devenais devenir ver 438.57 533.51 2.82 6.15 ind:imp:1s;ind:imp:2s; -devenait devenir ver 438.57 533.51 7.41 77.16 ind:imp:3s; -devenant devenir ver 438.57 533.51 1.23 5.27 par:pre; -devenez devenir ver 438.57 533.51 3.69 1.28 imp:pre:2p;ind:pre:2p; -deveniez devenir ver 438.57 533.51 0.71 0.14 ind:imp:2p; -devenions devenir ver 438.57 533.51 0.20 0.95 ind:imp:1p; -devenir devenir ver 438.57 533.51 108.83 85.27 inf; -devenons devenir ver 438.57 533.51 1.23 0.74 imp:pre:1p;ind:pre:1p; -devenu devenir ver m s 438.57 533.51 92.42 95.68 par:pas; -devenue devenir ver f s 438.57 533.51 32.70 52.03 par:pas; -devenues devenir ver f p 438.57 533.51 3.57 8.99 par:pas; -devenus devenir ver m p 438.57 533.51 17.16 23.45 par:pas; -devers devers pre 0.06 2.57 0.06 2.57 -devez devoir ver_sup 3232.80 1318.24 150.16 16.15 imp:pre:2p;ind:pre:2p; -deviendra devenir ver 438.57 533.51 9.28 4.12 ind:fut:3s; -deviendrai devenir ver 438.57 533.51 3.13 1.49 ind:fut:1s; -deviendraient devenir ver 438.57 533.51 0.22 1.55 cnd:pre:3p; -deviendrais devenir ver 438.57 533.51 3.05 1.96 cnd:pre:1s;cnd:pre:2s; -deviendrait devenir ver 438.57 533.51 3.16 8.58 cnd:pre:3s; -deviendras devenir ver 438.57 533.51 3.71 0.95 ind:fut:2s; -deviendrez devenir ver 438.57 533.51 1.45 0.27 ind:fut:2p; -deviendriez devenir ver 438.57 533.51 0.22 0.20 cnd:pre:2p; -deviendrions devenir ver 438.57 533.51 0.08 0.14 cnd:pre:1p; -deviendrons devenir ver 438.57 533.51 0.86 0.20 ind:fut:1p; -deviendront devenir ver 438.57 533.51 2.15 1.35 ind:fut:3p; -devienne devenir ver 438.57 533.51 10.24 7.36 sub:pre:1s;sub:pre:3s; -deviennent devenir ver 438.57 533.51 14.29 16.22 ind:pre:3p; -deviennes devenir ver 438.57 533.51 1.94 0.61 sub:pre:2s; -deviens devenir ver 438.57 533.51 32.11 8.99 imp:pre:2s;ind:pre:1s;ind:pre:2s; -devient devenir ver 438.57 533.51 69.59 59.46 ind:pre:3s; -deviez devoir ver_sup 3232.80 1318.24 13.48 1.69 ind:imp:2p;sub:pre:2p; -devin devin nom m s 1.82 1.08 1.61 0.68 -devina deviner ver 72.77 112.30 0.02 5.14 ind:pas:3s; -devinai deviner ver 72.77 112.30 0.14 2.91 ind:pas:1s; -devinaient deviner ver 72.77 112.30 0.00 1.49 ind:imp:3p; -devinais deviner ver 72.77 112.30 0.21 7.30 ind:imp:1s;ind:imp:2s; -devinait deviner ver 72.77 112.30 0.07 18.85 ind:imp:3s; -devinant deviner ver 72.77 112.30 0.05 1.89 par:pre; -devine deviner ver 72.77 112.30 27.12 21.28 imp:pre:2s;ind:pre:1s;ind:pre:3s; -devinent deviner ver 72.77 112.30 0.14 1.28 ind:pre:3p; -deviner deviner ver 72.77 112.30 17.60 25.95 inf; -devinera deviner ver 72.77 112.30 0.22 0.20 ind:fut:3s; -devinerai deviner ver 72.77 112.30 0.07 0.14 ind:fut:1s; -devineraient deviner ver 72.77 112.30 0.02 0.00 cnd:pre:3p; -devinerais deviner ver 72.77 112.30 0.08 0.34 cnd:pre:1s;cnd:pre:2s; -devinerait deviner ver 72.77 112.30 0.06 0.41 cnd:pre:3s; -devineras deviner ver 72.77 112.30 1.50 0.00 ind:fut:2s; -devineresse devineur nom f s 0.15 0.20 0.14 0.14 -devineresses devineur nom f p 0.15 0.20 0.00 0.07 -devinerez deviner ver 72.77 112.30 0.90 0.27 ind:fut:2p; -devineriez deviner ver 72.77 112.30 0.22 0.07 cnd:pre:2p; -devineront deviner ver 72.77 112.30 0.03 0.07 ind:fut:3p; -devines deviner ver 72.77 112.30 2.10 1.01 ind:pre:2s;sub:pre:2s; -devinette devinette nom f s 2.97 2.70 1.48 1.42 -devinettes devinette nom f p 2.97 2.70 1.49 1.28 -devineur devineur nom m s 0.15 0.20 0.01 0.00 -devinez deviner ver 72.77 112.30 10.15 2.91 imp:pre:2p;ind:pre:2p; -devinions deviner ver 72.77 112.30 0.00 0.95 ind:imp:1p; -devinâmes deviner ver 72.77 112.30 0.00 0.14 ind:pas:1p; -devinons deviner ver 72.77 112.30 0.09 0.14 imp:pre:1p;ind:pre:1p; -devinât deviner ver 72.77 112.30 0.00 0.47 sub:imp:3s; -devinrent devenir ver 438.57 533.51 1.40 5.61 ind:pas:3p; -devins devenir ver 438.57 533.51 0.69 1.89 ind:pas:1s; -devinsse devenir ver 438.57 533.51 0.00 0.14 sub:imp:1s; -devinssent devenir ver 438.57 533.51 0.00 0.27 sub:imp:3p; -devinssiez devenir ver 438.57 533.51 0.01 0.00 sub:imp:2p; -devint devenir ver 438.57 533.51 6.96 33.31 ind:pas:3s; -devinèrent deviner ver 72.77 112.30 0.00 0.14 ind:pas:3p; -deviné deviner ver m s 72.77 112.30 11.95 16.96 par:pas; -devinée deviner ver f s 72.77 112.30 0.02 1.49 par:pas; -devinées deviner ver f p 72.77 112.30 0.00 0.34 par:pas; -devinés deviner ver m p 72.77 112.30 0.01 0.20 par:pas; -devions devoir ver_sup 3232.80 1318.24 6.25 9.46 ind:imp:1p; -devis devis nom m 0.94 1.62 0.94 1.62 -devisaient deviser ver 0.25 3.58 0.01 0.68 ind:imp:3p; -devisais deviser ver 0.25 3.58 0.00 0.07 ind:imp:1s; -devisait deviser ver 0.25 3.58 0.00 0.54 ind:imp:3s; -devisant deviser ver 0.25 3.58 0.00 1.28 par:pre; -devise devise nom f s 5.54 7.77 4.75 6.22 -devisent deviser ver 0.25 3.58 0.01 0.20 ind:pre:3p; -deviser deviser ver 0.25 3.58 0.03 0.47 inf; -devises devise nom f p 5.54 7.77 0.79 1.55 -devisions deviser ver 0.25 3.58 0.16 0.07 ind:imp:1p; -devisèrent deviser ver 0.25 3.58 0.00 0.07 ind:pas:3p; -devisé deviser ver m s 0.25 3.58 0.04 0.07 par:pas; -devoir devoir ver_sup 3232.80 1318.24 74.06 29.26 inf; -devoirs devoir nom_sup m p 63.59 55.54 20.70 22.50 -devon devon nom m s 1.98 0.27 0.04 0.00 -devons devoir ver_sup 3232.80 1318.24 114.35 14.93 imp:pre:1p;ind:pre:1p; -devra devoir ver_sup 3232.80 1318.24 22.45 8.04 ind:fut:3s; -devrai devoir ver_sup 3232.80 1318.24 10.32 1.15 ind:fut:1s; -devraient devoir ver_sup 3232.80 1318.24 23.70 10.41 cnd:pre:3p; -devrais devoir ver_sup 3232.80 1318.24 235.63 36.49 cnd:pre:1s;cnd:pre:2s; -devrait devoir ver_sup 3232.80 1318.24 208.85 51.49 cnd:pre:3s; -devras devoir ver_sup 3232.80 1318.24 15.16 0.41 ind:fut:2s; -devrez devoir ver_sup 3232.80 1318.24 12.97 0.74 ind:fut:2p; -devriez devoir ver_sup 3232.80 1318.24 75.83 11.89 cnd:pre:2p; -devrions devoir ver_sup 3232.80 1318.24 27.74 2.36 cnd:pre:1p; -devrons devoir ver_sup 3232.80 1318.24 7.11 0.34 ind:fut:1p; -devront devoir ver_sup 3232.80 1318.24 7.26 3.04 ind:fut:3p; -dexaméthasone dexaméthasone nom f s 0.01 0.00 0.01 0.00 -dextre dextre nom f s 0.17 0.54 0.17 0.54 -dextrement dextrement adv 0.00 0.14 0.00 0.14 -dextrose dextrose nom m s 0.12 0.00 0.12 0.00 -dextérité dextérité nom f s 0.32 2.16 0.32 2.16 -dey dey nom m s 0.02 1.96 0.02 1.96 -dharma dharma nom m s 0.26 0.14 0.26 0.14 -dhole dhole nom m s 0.08 0.00 0.08 0.00 -dia dia ono 0.41 1.22 0.41 1.22 -diable diable ono 4.25 2.91 4.25 2.91 -diablement diablement adv 0.75 1.01 0.75 1.01 -diablerie diablerie nom f s 0.18 0.61 0.14 0.07 -diableries diablerie nom f p 0.18 0.61 0.04 0.54 -diables diable nom m p 93.34 54.80 5.80 3.78 -diablesse diablesse nom f s 1.12 1.28 0.95 1.01 -diablesses diablesse nom f p 1.12 1.28 0.16 0.27 -diablotin diablotin nom m s 0.53 0.34 0.38 0.14 -diablotins diablotin nom m p 0.53 0.34 0.15 0.20 -diabolique diabolique adj s 8.61 5.95 6.89 4.73 -diaboliquement diaboliquement adv 0.11 0.34 0.11 0.34 -diaboliques diabolique adj p 8.61 5.95 1.71 1.22 -diabolisent diaboliser ver 0.09 0.07 0.01 0.00 ind:pre:3p; -diaboliser diaboliser ver 0.09 0.07 0.05 0.00 inf; -diabolisme diabolisme nom m s 0.04 0.00 0.04 0.00 -diabolisé diaboliser ver m s 0.09 0.07 0.02 0.07 par:pas; -diabolisée diaboliser ver f s 0.09 0.07 0.01 0.00 par:pas; -diabolo diabolo nom m s 0.03 0.88 0.03 0.47 -diabolos diabolo nom m p 0.03 0.88 0.00 0.41 -diabète diabète nom m s 2.27 1.42 2.25 1.35 -diabètes diabète nom m p 2.27 1.42 0.01 0.07 -diabétique diabétique adj s 1.29 0.34 1.28 0.34 -diabétiques diabétique nom p 0.53 0.00 0.16 0.00 -diachronique diachronique adj f s 0.01 0.07 0.01 0.07 -diaclase diaclase nom f s 0.14 0.00 0.14 0.00 -diaconesse diaconesse nom f s 0.00 0.20 0.00 0.14 -diaconesses diaconesse nom f p 0.00 0.20 0.00 0.07 -diaconie diaconie nom f s 0.00 0.07 0.00 0.07 -diacre diacre nom m s 0.94 1.15 0.84 1.01 -diacres diacre nom m p 0.94 1.15 0.09 0.14 -diacritique diacritique adj m s 0.03 0.07 0.03 0.07 -diacétylmorphine diacétylmorphine nom f s 0.01 0.00 0.01 0.00 -diadème diadème nom m s 1.52 1.76 1.38 1.15 -diadèmes diadème nom m p 1.52 1.76 0.15 0.61 -diagnose diagnose nom f s 0.01 0.00 0.01 0.00 -diagnostic diagnostic nom m s 6.78 3.85 6.25 3.51 -diagnostics diagnostic nom m p 6.78 3.85 0.53 0.34 -diagnostiqua diagnostiquer ver 1.93 1.15 0.00 0.14 ind:pas:3s; -diagnostiquait diagnostiquer ver 1.93 1.15 0.02 0.14 ind:imp:3s; -diagnostiquant diagnostiquer ver 1.93 1.15 0.03 0.07 par:pre; -diagnostique diagnostique adj s 0.88 0.20 0.70 0.20 -diagnostiquer diagnostiquer ver 1.93 1.15 0.53 0.27 inf; -diagnostiques diagnostique adj p 0.88 0.20 0.17 0.00 -diagnostiqueur diagnostiqueur nom m s 0.01 0.00 0.01 0.00 -diagnostiquez diagnostiquer ver 1.93 1.15 0.03 0.00 imp:pre:2p;ind:pre:2p; -diagnostiquèrent diagnostiquer ver 1.93 1.15 0.00 0.14 ind:pas:3p; -diagnostiqué diagnostiquer ver m s 1.93 1.15 1.20 0.27 par:pas; -diagnostiqués diagnostiquer ver m p 1.93 1.15 0.04 0.07 par:pas; -diagonal diagonal adj m s 0.11 0.27 0.00 0.07 -diagonale diagonale nom f s 0.28 4.32 0.18 3.85 -diagonalement diagonalement adv 0.01 0.07 0.01 0.07 -diagonales diagonale nom f p 0.28 4.32 0.10 0.47 -diagonaux diagonal adj m p 0.11 0.27 0.00 0.07 -diagramme diagramme nom m s 0.77 0.14 0.58 0.00 -diagrammes diagramme nom m p 0.77 0.14 0.19 0.14 -dialectal dialectal adj m s 0.32 0.00 0.21 0.00 -dialectale dialectal adj f s 0.32 0.00 0.11 0.00 -dialecte dialecte nom m s 1.79 2.57 1.44 2.03 -dialectes dialecte nom m p 1.79 2.57 0.35 0.54 -dialecticien dialecticien nom m s 0.01 0.34 0.00 0.20 -dialecticienne dialecticien nom f s 0.01 0.34 0.00 0.07 -dialecticiens dialecticien nom m p 0.01 0.34 0.01 0.07 -dialectique dialectique nom f s 0.66 2.23 0.66 2.16 -dialectiques dialectique adj f p 0.19 2.03 0.00 0.20 -dialogique dialogique adj m s 0.01 0.00 0.01 0.00 -dialoguai dialoguer ver 1.01 2.64 0.00 0.07 ind:pas:1s; -dialoguaient dialoguer ver 1.01 2.64 0.01 0.14 ind:imp:3p; -dialoguait dialoguer ver 1.01 2.64 0.01 0.14 ind:imp:3s; -dialoguant dialoguer ver 1.01 2.64 0.05 0.27 par:pre; -dialogue dialogue nom m s 16.71 19.19 14.11 14.46 -dialoguent dialoguer ver 1.01 2.64 0.00 0.20 ind:pre:3p; -dialoguer dialoguer ver 1.01 2.64 0.76 0.74 inf; -dialoguera dialoguer ver 1.01 2.64 0.01 0.07 ind:fut:3s; -dialogues dialogue nom m p 16.71 19.19 2.60 4.73 -dialoguez dialoguer ver 1.01 2.64 0.11 0.00 imp:pre:2p;ind:pre:2p; -dialoguiste dialoguiste nom s 0.02 0.14 0.00 0.07 -dialoguistes dialoguiste nom p 0.02 0.14 0.02 0.07 -dialoguons dialoguer ver 1.01 2.64 0.03 0.00 imp:pre:1p;ind:pre:1p; -dialoguât dialoguer ver 1.01 2.64 0.00 0.07 sub:imp:3s; -dialogué dialoguer ver m s 1.01 2.64 0.00 0.27 par:pas; -dialoguée dialoguer ver f s 1.01 2.64 0.00 0.14 par:pas; -dialoguées dialoguer ver f p 1.01 2.64 0.01 0.27 par:pas; -dialyse dialyse nom f s 1.06 0.20 1.02 0.20 -dialyser dialyser ver 0.16 0.00 0.01 0.00 inf; -dialyses dialyse nom f p 1.06 0.20 0.04 0.00 -dialysé dialyser ver m s 0.16 0.00 0.01 0.00 par:pas; -dialysée dialyser ver f s 0.16 0.00 0.14 0.00 par:pas; -diam diam nom m s 0.43 1.01 0.17 0.61 -diamant diamant nom m s 20.56 22.91 7.97 14.12 -diamantaire diamantaire nom s 0.07 2.43 0.05 1.28 -diamantaires diamantaire nom p 0.07 2.43 0.02 1.15 -diamante diamanter ver 0.00 0.20 0.00 0.07 ind:pre:3s; -diamantifère diamantifère adj f s 0.00 0.07 0.00 0.07 -diamantin diamantin adj m s 0.06 0.88 0.05 0.20 -diamantine diamantin adj f s 0.06 0.88 0.00 0.41 -diamantines diamantin adj f p 0.06 0.88 0.00 0.20 -diamantins diamantin adj m p 0.06 0.88 0.01 0.07 -diamants diamant nom m p 20.56 22.91 12.59 8.78 -diamanté diamanté adj m s 0.01 0.14 0.00 0.14 -diamantée diamanter ver f s 0.00 0.20 0.00 0.07 par:pas; -diamantés diamanté adj m p 0.01 0.14 0.01 0.00 -diamine diamine nom f s 0.01 0.00 0.01 0.00 -diamorphine diamorphine nom f s 0.01 0.00 0.01 0.00 -diams diam nom m p 0.43 1.01 0.26 0.41 -diamètre diamètre nom m s 1.81 2.23 1.81 2.23 -diamétralement diamétralement adv 0.14 0.74 0.14 0.74 -diane diane nom f s 0.03 0.47 0.03 0.41 -dianes diane nom f p 0.03 0.47 0.00 0.07 -diantre diantre ono 0.46 0.14 0.46 0.14 -diapason diapason nom m s 0.50 1.49 0.46 1.42 -diapasons diapason nom m p 0.50 1.49 0.04 0.07 -diaphane diaphane adj s 0.03 2.91 0.03 2.03 -diaphanes diaphane adj f p 0.03 2.91 0.00 0.88 -diaphorétique diaphorétique adj s 0.06 0.00 0.06 0.00 -diaphragma diaphragmer ver 0.00 0.07 0.00 0.07 ind:pas:3s; -diaphragmatique diaphragmatique adj f s 0.05 0.00 0.05 0.00 -diaphragme diaphragme nom m s 1.32 1.49 1.32 1.42 -diaphragmes diaphragme nom m p 1.32 1.49 0.00 0.07 -diapo diapo nom f s 1.78 0.27 0.66 0.07 -diaporama diaporama nom m s 0.05 0.07 0.05 0.00 -diaporamas diaporama nom m p 0.05 0.07 0.00 0.07 -diapos diapo nom f p 1.78 0.27 1.13 0.20 -diapositifs diapositif adj m p 0.21 0.07 0.00 0.07 -diapositive diapositif adj f s 0.21 0.07 0.20 0.00 -diapositives diapositive nom f p 0.92 0.61 0.86 0.61 -diapré diapré adj m s 0.00 0.41 0.00 0.07 -diaprée diapré adj f s 0.00 0.41 0.00 0.14 -diaprées diaprer ver f p 0.00 0.20 0.00 0.07 par:pas; -diaprures diaprure nom f p 0.00 0.07 0.00 0.07 -diaprés diapré adj m p 0.00 0.41 0.00 0.20 -diarrhée diarrhée nom f s 3.38 1.82 2.84 1.15 -diarrhées diarrhée nom f p 3.38 1.82 0.54 0.68 -diarrhéique diarrhéique adj s 0.01 0.07 0.01 0.07 -diaspora diaspora nom f s 0.00 0.61 0.00 0.54 -diasporas diaspora nom f p 0.00 0.61 0.00 0.07 -diastole diastole nom f s 0.01 0.07 0.00 0.07 -diastoles diastole nom f p 0.01 0.07 0.01 0.00 -diastolique diastolique adj s 0.07 0.07 0.07 0.00 -diastoliques diastolique adj m p 0.07 0.07 0.00 0.07 -diatomée diatomée nom f s 0.07 0.07 0.01 0.00 -diatomées diatomée nom f p 0.07 0.07 0.06 0.07 -diatonique diatonique adj s 0.00 0.14 0.00 0.14 -diatribe diatribe nom f s 0.14 2.09 0.12 1.49 -diatribes diatribe nom f p 0.14 2.09 0.02 0.61 -dicastères dicastère nom m p 0.00 0.07 0.00 0.07 -dichotomie dichotomie nom f s 0.20 0.00 0.20 0.00 -dichroïque dichroïque adj m s 0.01 0.00 0.01 0.00 -dichroïsme dichroïsme nom m s 0.00 0.07 0.00 0.07 -dicible dicible adj s 0.00 0.07 0.00 0.07 -dico dico nom m s 0.77 0.74 0.75 0.68 -dicos dico nom m p 0.77 0.74 0.02 0.07 -dicta dicter ver 8.42 12.30 0.11 0.68 ind:pas:3s; -dictai dicter ver 8.42 12.30 0.00 0.14 ind:pas:1s; -dictaient dicter ver 8.42 12.30 0.14 0.20 ind:imp:3p; -dictais dicter ver 8.42 12.30 0.03 0.07 ind:imp:1s;ind:imp:2s; -dictait dicter ver 8.42 12.30 0.07 2.36 ind:imp:3s; -dictames dictame nom m p 0.00 0.14 0.00 0.14 -dictant dicter ver 8.42 12.30 0.01 0.34 par:pre; -dictaphone dictaphone nom m s 0.42 0.34 0.41 0.27 -dictaphones dictaphone nom m p 0.42 0.34 0.02 0.07 -dictateur dictateur nom m s 2.53 5.68 2.14 5.00 -dictateurs dictateur nom m p 2.53 5.68 0.36 0.68 -dictatorial dictatorial adj m s 0.17 0.34 0.03 0.20 -dictatoriale dictatorial adj f s 0.17 0.34 0.03 0.07 -dictatoriales dictatorial adj f p 0.17 0.34 0.10 0.07 -dictatoriaux dictatorial adj m p 0.17 0.34 0.01 0.00 -dictatrice dictateur nom f s 2.53 5.68 0.04 0.00 -dictats dictat nom m p 0.01 0.14 0.01 0.14 -dictature dictature nom f s 3.86 5.27 3.84 4.86 -dictatures dictature nom f p 3.86 5.27 0.02 0.41 -dicte dicter ver 8.42 12.30 2.78 1.62 imp:pre:2s;ind:pre:1s;ind:pre:3s; -dictent dicter ver 8.42 12.30 0.32 0.41 ind:pre:3p; -dicter dicter ver 8.42 12.30 2.28 1.89 inf; -dictera dicter ver 8.42 12.30 0.07 0.14 ind:fut:3s; -dicterai dicter ver 8.42 12.30 0.14 0.07 ind:fut:1s; -dicterez dicter ver 8.42 12.30 0.02 0.00 ind:fut:2p; -dictes dicter ver 8.42 12.30 0.03 0.27 ind:pre:2s; -dictez dicter ver 8.42 12.30 0.09 0.07 imp:pre:2p;ind:pre:2p; -dictiez dicter ver 8.42 12.30 0.01 0.07 ind:imp:2p; -diction diction nom f s 1.37 1.49 1.37 1.49 -dictionnaire dictionnaire nom m s 2.94 10.88 2.62 8.11 -dictionnaires dictionnaire nom m p 2.94 10.88 0.32 2.77 -dicton dicton nom m s 2.83 1.62 2.48 1.15 -dictons dicton nom m p 2.83 1.62 0.34 0.47 -dictât dicter ver 8.42 12.30 0.00 0.07 sub:imp:3s; -dictèrent dicter ver 8.42 12.30 0.00 0.07 ind:pas:3p; -dicté dicter ver m s 8.42 12.30 1.22 1.42 par:pas; -dictée dictée nom f s 2.25 4.05 1.59 3.51 -dictées dictée nom f p 2.25 4.05 0.66 0.54 -dictés dicter ver m p 8.42 12.30 0.16 0.34 par:pas; -didactique didactique adj s 0.60 1.35 0.60 1.01 -didactiquement didactiquement adv 0.00 0.07 0.00 0.07 -didactiques didactique adj p 0.60 1.35 0.00 0.34 -die die nom s 2.17 1.82 2.17 1.82 -dieffenbachia dieffenbachia nom f s 0.00 0.07 0.00 0.07 -diem diem nom m s 0.58 0.00 0.58 0.00 -dieppoise dieppois adj f s 0.00 0.41 0.00 0.34 -dieppoises dieppois adj f p 0.00 0.41 0.00 0.07 -dies_irae dies_irae nom m 0.54 0.14 0.54 0.14 -diesel diesel nom m s 1.71 0.88 1.47 0.68 -diesels diesel nom m p 1.71 0.88 0.25 0.20 -dieu_roi dieu_roi nom m s 0.01 0.07 0.01 0.07 -dieu dieu nom m s 903.41 396.49 852.91 368.51 -dieux dieu nom m p 903.41 396.49 50.49 27.97 -diffamait diffamer ver 0.81 0.54 0.00 0.07 ind:imp:3s; -diffamant diffamer ver 0.81 0.54 0.04 0.00 par:pre; -diffamateur diffamateur nom m s 0.21 0.20 0.21 0.07 -diffamateurs diffamateur nom m p 0.21 0.20 0.00 0.07 -diffamation diffamation nom f s 1.98 0.27 1.86 0.20 -diffamations diffamation nom f p 1.98 0.27 0.12 0.07 -diffamatoire diffamatoire adj s 0.20 0.14 0.10 0.14 -diffamatoires diffamatoire adj f p 0.20 0.14 0.09 0.00 -diffamatrice diffamateur nom f s 0.21 0.20 0.00 0.07 -diffame diffamer ver 0.81 0.54 0.13 0.14 ind:pre:3s; -diffament diffamer ver 0.81 0.54 0.01 0.07 ind:pre:3p; -diffamer diffamer ver 0.81 0.54 0.12 0.07 inf; -diffamé diffamer ver m s 0.81 0.54 0.48 0.00 par:pas; -diffamée diffamer ver f s 0.81 0.54 0.02 0.07 par:pas; -diffamées diffamer ver f p 0.81 0.54 0.00 0.07 par:pas; -diffamés diffamer ver m p 0.81 0.54 0.00 0.07 par:pas; -difficile difficile adj s 150.58 118.11 135.15 100.74 -difficilement difficilement adv 3.72 13.04 3.72 13.04 -difficiles difficile adj p 150.58 118.11 15.43 17.36 -difficulté difficulté nom f s 15.74 49.80 6.86 22.03 -difficultueux difficultueux adj m 0.00 0.07 0.00 0.07 -difficultés difficulté nom f p 15.74 49.80 8.89 27.77 -difforme difforme adj s 1.18 2.91 0.94 1.76 -difformes difforme adj p 1.18 2.91 0.25 1.15 -difformité difformité nom f s 0.68 0.81 0.42 0.47 -difformités difformité nom f p 0.68 0.81 0.26 0.34 -diffractent diffracter ver 0.00 0.14 0.00 0.07 ind:pre:3p; -diffraction diffraction nom f s 0.04 0.00 0.04 0.00 -diffractée diffracter ver f s 0.00 0.14 0.00 0.07 par:pas; -diffère différer ver 3.71 10.07 0.55 1.35 ind:pre:1s;ind:pre:3s; -diffèrent différer ver 3.71 10.07 1.86 0.95 ind:pre:3p; -différa différer ver 3.71 10.07 0.00 0.27 ind:pas:3s; -différaient différer ver 3.71 10.07 0.13 0.81 ind:imp:3p; -différais différer ver 3.71 10.07 0.01 0.14 ind:imp:1s; -différait différer ver 3.71 10.07 0.12 1.82 ind:imp:3s; -différant différer ver 3.71 10.07 0.00 0.68 par:pre; -différemment différemment adv 8.46 4.19 8.46 4.19 -différence différence nom f s 55.88 44.46 51.47 38.65 -différences différence nom f p 55.88 44.46 4.41 5.81 -différenciables différenciable adj f p 0.00 0.07 0.00 0.07 -différenciaient différencier ver 3.17 2.91 0.01 0.07 ind:imp:3p; -différenciais différencier ver 3.17 2.91 0.00 0.07 ind:imp:1s; -différenciait différencier ver 3.17 2.91 0.28 0.81 ind:imp:3s; -différenciant différencier ver 3.17 2.91 0.00 0.07 par:pre; -différenciation différenciation nom f s 0.03 0.14 0.03 0.07 -différenciations différenciation nom f p 0.03 0.14 0.00 0.07 -différencie différencier ver 3.17 2.91 1.52 0.41 ind:pre:3s; -différencient différencier ver 3.17 2.91 0.04 0.07 ind:pre:3p; -différencier différencier ver 3.17 2.91 1.18 1.15 inf; -différenciera différencier ver 3.17 2.91 0.02 0.00 ind:fut:3s; -différencierez différencier ver 3.17 2.91 0.01 0.00 ind:fut:2p; -différencieront différencier ver 3.17 2.91 0.00 0.07 ind:fut:3p; -différenciez différencier ver 3.17 2.91 0.06 0.00 imp:pre:2p;ind:pre:2p; -différencié différencier ver m s 3.17 2.91 0.03 0.07 par:pas; -différenciée différencié adj f s 0.01 0.27 0.00 0.07 -différenciées différencié adj f p 0.01 0.27 0.01 0.07 -différenciés différencier ver m p 3.17 2.91 0.01 0.07 par:pas; -différend différend nom m s 2.68 1.49 1.15 0.95 -différends différend nom m p 2.68 1.49 1.53 0.54 -différent différent adj m s 130.91 89.32 65.42 27.43 -différente différent adj f s 130.91 89.32 24.45 18.31 -différentes différentes adj_ind f p 4.89 2.70 4.89 2.70 -différentie différentier ver 0.02 0.00 0.02 0.00 ind:pre:3s; -différentiel différentiel nom m s 0.21 0.00 0.21 0.00 -différentielle différentiel adj f s 0.22 0.07 0.06 0.07 -différentielles différentiel adj f p 0.22 0.07 0.03 0.00 -différents différents adj_ind m p 3.94 2.84 3.94 2.84 -différer différer ver 3.71 10.07 0.27 2.70 inf; -différera différer ver 3.71 10.07 0.00 0.07 ind:fut:3s; -différerais différer ver 3.71 10.07 0.00 0.07 cnd:pre:1s; -différerait différer ver 3.71 10.07 0.01 0.14 cnd:pre:3s; -différeront différer ver 3.71 10.07 0.01 0.00 ind:fut:3p; -différez différer ver 3.71 10.07 0.06 0.00 imp:pre:2p;ind:pre:2p; -différions différer ver 3.71 10.07 0.00 0.07 ind:imp:1p; -différons différer ver 3.71 10.07 0.18 0.07 ind:pre:1p; -différât différer ver 3.71 10.07 0.00 0.07 sub:imp:3s; -différèrent différer ver 3.71 10.07 0.00 0.07 ind:pas:3p; -différé différer ver m s 3.71 10.07 0.19 0.47 par:pas; -différée différer ver f s 3.71 10.07 0.31 0.34 par:pas; -différées différé adj f p 0.13 1.55 0.01 0.14 -différés différé adj m p 0.13 1.55 0.02 0.00 -diffus diffus adj m 0.69 5.88 0.17 1.82 -diffusa diffuser ver 10.33 10.20 0.00 0.41 ind:pas:3s; -diffusaient diffuser ver 10.33 10.20 0.03 1.08 ind:imp:3p; -diffusais diffuser ver 10.33 10.20 0.02 0.00 ind:imp:1s; -diffusait diffuser ver 10.33 10.20 0.10 2.84 ind:imp:3s; -diffusant diffuser ver 10.33 10.20 0.09 0.81 par:pre; -diffuse diffuser ver 10.33 10.20 1.06 1.08 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -diffusent diffuser ver 10.33 10.20 0.64 0.27 ind:pre:3p; -diffuser diffuser ver 10.33 10.20 3.61 1.22 inf; -diffusera diffuser ver 10.33 10.20 0.16 0.00 ind:fut:3s; -diffuserai diffuser ver 10.33 10.20 0.01 0.00 ind:fut:1s; -diffuseraient diffuser ver 10.33 10.20 0.00 0.07 cnd:pre:3p; -diffuserais diffuser ver 10.33 10.20 0.01 0.00 cnd:pre:1s; -diffuserait diffuser ver 10.33 10.20 0.01 0.00 cnd:pre:3s; -diffuserions diffuser ver 10.33 10.20 0.10 0.00 cnd:pre:1p; -diffuserons diffuser ver 10.33 10.20 0.06 0.00 ind:fut:1p; -diffuseront diffuser ver 10.33 10.20 0.10 0.14 ind:fut:3p; -diffuses diffus adj f p 0.69 5.88 0.13 0.20 -diffuseur diffuseur nom m s 0.19 0.14 0.09 0.07 -diffuseurs diffuseur nom m p 0.19 0.14 0.10 0.07 -diffusez diffuser ver 10.33 10.20 0.39 0.14 imp:pre:2p;ind:pre:2p; -diffusion diffusion nom f s 2.55 1.28 2.53 1.28 -diffusions diffusion nom f p 2.55 1.28 0.02 0.00 -diffusons diffuser ver 10.33 10.20 0.24 0.00 imp:pre:1p;ind:pre:1p; -diffusèrent diffuser ver 10.33 10.20 0.00 0.07 ind:pas:3p; -diffusé diffuser ver m s 10.33 10.20 2.43 0.61 par:pas; -diffusée diffuser ver f s 10.33 10.20 0.71 0.81 par:pas; -diffusées diffuser ver f p 10.33 10.20 0.12 0.34 par:pas; -diffusés diffuser ver m p 10.33 10.20 0.44 0.27 par:pas; -difracter difracter ver 0.01 0.00 0.01 0.00 inf; -dig dig ono 0.29 0.27 0.29 0.27 -digest digest nom m s 0.23 0.41 0.23 0.34 -digeste digeste adj f s 0.05 0.07 0.05 0.07 -digestibles digestible adj p 0.00 0.07 0.00 0.07 -digestif digestif nom m s 0.68 0.54 0.67 0.34 -digestifs digestif adj m p 1.22 1.82 0.23 0.27 -digestion digestion nom f s 1.48 2.97 1.48 2.84 -digestions digestion nom f p 1.48 2.97 0.01 0.14 -digestive digestif adj f s 1.22 1.82 0.19 0.54 -digestives digestif adj f p 1.22 1.82 0.22 0.20 -digests digest nom m p 0.23 0.41 0.00 0.07 -digicode digicode nom m s 0.04 0.07 0.04 0.07 -digit digit nom m s 0.01 0.00 0.01 0.00 -digital digital adj m s 3.81 1.22 0.36 0.07 -digitale digital adj f s 3.81 1.22 0.93 0.20 -digitales digital adj f p 3.81 1.22 2.47 0.95 -digitaline digitaline nom f s 0.21 0.88 0.21 0.88 -digitaliseur digitaliseur nom m s 0.03 0.00 0.03 0.00 -digitalisée digitaliser ver f s 0.03 0.00 0.01 0.00 par:pas; -digitalisées digitaliser ver f p 0.03 0.00 0.02 0.00 par:pas; -digitaux digital adj m p 3.81 1.22 0.04 0.00 -digitée digité adj f s 0.00 0.07 0.00 0.07 -digne digne adj s 25.29 35.27 21.96 27.30 -dignement dignement adv 1.80 3.51 1.80 3.51 -dignes digne adj p 25.29 35.27 3.33 7.97 -dignitaire dignitaire nom s 0.70 4.26 0.21 1.01 -dignitaires dignitaire nom p 0.70 4.26 0.49 3.24 -dignité dignité nom f s 14.61 32.77 14.59 32.43 -dignités dignité nom f p 14.61 32.77 0.02 0.34 -dignus_est_intrare dignus_est_intrare adv 0.00 0.07 0.00 0.07 -digresse digresser ver 0.02 0.14 0.02 0.14 imp:pre:2s;ind:pre:1s; -digression digression nom f s 0.08 1.62 0.06 0.34 -digressions digression nom f p 0.08 1.62 0.02 1.28 -digère digérer ver 5.80 9.53 2.29 1.01 imp:pre:2s;ind:pre:1s;ind:pre:3s; -digèrent digérer ver 5.80 9.53 0.08 0.41 ind:pre:3p; -digue digue nom f s 1.85 10.20 1.02 7.97 -digues digue nom f p 1.85 10.20 0.83 2.23 -digéra digérer ver 5.80 9.53 0.00 0.07 ind:pas:3s; -digérai digérer ver 5.80 9.53 0.00 0.07 ind:pas:1s; -digéraient digérer ver 5.80 9.53 0.00 0.20 ind:imp:3p; -digérait digérer ver 5.80 9.53 0.03 0.95 ind:imp:3s; -digérant digérer ver 5.80 9.53 0.02 0.47 par:pre; -digérer digérer ver 5.80 9.53 1.73 3.51 inf; -digérera digérer ver 5.80 9.53 0.01 0.00 ind:fut:3s; -digérerait digérer ver 5.80 9.53 0.01 0.07 cnd:pre:3s; -digérons digérer ver 5.80 9.53 0.00 0.07 ind:pre:1p; -digérât digérer ver 5.80 9.53 0.00 0.07 sub:imp:3s; -digéré digérer ver m s 5.80 9.53 1.25 1.55 par:pas; -digérée digérer ver f s 5.80 9.53 0.23 0.61 par:pas; -digérées digérer ver f p 5.80 9.53 0.07 0.20 par:pas; -digérés digérer ver m p 5.80 9.53 0.09 0.27 par:pas; -dijonnais dijonnais adj m s 0.00 0.20 0.00 0.20 -diktat diktat nom m s 0.12 0.20 0.10 0.20 -diktats diktat nom m p 0.12 0.20 0.02 0.00 -dilapida dilapider ver 1.31 1.35 0.00 0.14 ind:pas:3s; -dilapidait dilapider ver 1.31 1.35 0.03 0.20 ind:imp:3s; -dilapidant dilapider ver 1.31 1.35 0.01 0.00 par:pre; -dilapidation dilapidation nom f s 0.00 0.07 0.00 0.07 -dilapide dilapider ver 1.31 1.35 0.10 0.14 imp:pre:2s;ind:pre:3s; -dilapider dilapider ver 1.31 1.35 0.07 0.34 inf; -dilapides dilapider ver 1.31 1.35 0.14 0.00 ind:pre:2s; -dilapidez dilapider ver 1.31 1.35 0.19 0.00 imp:pre:2p;ind:pre:2p; -dilapidé dilapider ver m s 1.31 1.35 0.73 0.41 par:pas; -dilapidée dilapider ver f s 1.31 1.35 0.02 0.14 par:pas; -dilapidées dilapider ver f p 1.31 1.35 0.01 0.00 par:pas; -dilata dilater ver 1.30 5.54 0.00 0.20 ind:pas:3s; -dilatable dilatable adj f s 0.00 0.14 0.00 0.14 -dilataient dilater ver 1.30 5.54 0.00 0.34 ind:imp:3p; -dilatait dilater ver 1.30 5.54 0.01 1.15 ind:imp:3s; -dilatant dilater ver 1.30 5.54 0.00 0.68 par:pre; -dilatateur dilatateur adj m s 0.02 0.14 0.01 0.00 -dilatateurs dilatateur adj m p 0.02 0.14 0.01 0.14 -dilatation dilatation nom f s 0.94 1.08 0.89 1.01 -dilatations dilatation nom f p 0.94 1.08 0.05 0.07 -dilate dilater ver 1.30 5.54 0.52 0.81 imp:pre:2s;ind:pre:1s;ind:pre:3s; -dilatent dilater ver 1.30 5.54 0.15 0.41 ind:pre:3p; -dilater dilater ver 1.30 5.54 0.29 0.54 inf; -dilation dilation nom f s 0.03 0.00 0.03 0.00 -dilatoire dilatoire adj s 0.09 0.47 0.09 0.41 -dilatoires dilatoire adj m p 0.09 0.47 0.00 0.07 -dilatât dilater ver 1.30 5.54 0.00 0.07 sub:imp:3s; -dilatèrent dilater ver 1.30 5.54 0.00 0.14 ind:pas:3p; -dilaté dilaté adj m s 0.86 2.09 0.10 0.54 -dilatée dilaté adj f s 0.86 2.09 0.11 0.47 -dilatées dilaté adj f p 0.86 2.09 0.52 0.47 -dilatés dilaté adj m p 0.86 2.09 0.14 0.61 -dilection dilection nom f s 0.00 0.54 0.00 0.54 -dilemme dilemme nom m s 2.24 1.49 2.20 1.28 -dilemmes dilemme nom m p 2.24 1.49 0.04 0.20 -dilettante dilettante nom s 0.91 0.88 0.85 0.68 -dilettantes dilettante nom p 0.91 0.88 0.06 0.20 -dilettantisme dilettantisme nom m s 0.00 0.47 0.00 0.41 -dilettantismes dilettantisme nom m p 0.00 0.47 0.00 0.07 -diligemment diligemment adv 0.05 0.27 0.05 0.27 -diligence diligence nom f s 3.49 2.91 3.25 2.36 -diligences diligence nom f p 3.49 2.91 0.23 0.54 -diligent diligent adj m s 0.07 0.81 0.04 0.41 -diligente diligent adj f s 0.07 0.81 0.01 0.20 -diligenter diligenter ver 0.01 0.00 0.01 0.00 inf; -diligentes diligent adj f p 0.07 0.81 0.01 0.14 -diligents diligent adj m p 0.07 0.81 0.01 0.07 -dilua diluer ver 1.00 6.49 0.00 0.14 ind:pas:3s; -diluaient diluer ver 1.00 6.49 0.00 0.47 ind:imp:3p; -diluait diluer ver 1.00 6.49 0.00 0.81 ind:imp:3s; -diluant diluant nom m s 0.21 0.00 0.21 0.00 -dilue diluer ver 1.00 6.49 0.28 1.22 imp:pre:2s;ind:pre:1s;ind:pre:3s; -diluent diluer ver 1.00 6.49 0.00 0.34 ind:pre:3p; -diluer diluer ver 1.00 6.49 0.31 0.61 inf; -diluerait diluer ver 1.00 6.49 0.00 0.07 cnd:pre:3s; -diluons diluer ver 1.00 6.49 0.00 0.07 imp:pre:1p; -dilution dilution nom f s 0.05 0.20 0.05 0.20 -dilué diluer ver m s 1.00 6.49 0.26 1.08 par:pas; -diluée diluer ver f s 1.00 6.49 0.09 1.08 par:pas; -diluées diluer ver f p 1.00 6.49 0.01 0.14 par:pas; -dilués diluer ver m p 1.00 6.49 0.01 0.34 par:pas; -diluvien diluvien adj m s 0.30 0.74 0.00 0.14 -diluvienne diluvien adj f s 0.30 0.74 0.14 0.27 -diluviennes diluvien adj f p 0.30 0.74 0.16 0.34 -dimanche dimanche nom m s 63.98 101.15 59.67 87.84 -dimanches dimanche nom m p 63.98 101.15 4.30 13.31 -dimension dimension nom f s 9.62 23.11 6.10 8.92 -dimensionnel dimensionnel adj m s 0.61 0.07 0.33 0.00 -dimensionnelle dimensionnel adj f s 0.61 0.07 0.22 0.07 -dimensionnelles dimensionnel adj f p 0.61 0.07 0.05 0.00 -dimensionnels dimensionnel adj m p 0.61 0.07 0.01 0.00 -dimensionnement dimensionnement nom m s 0.01 0.00 0.01 0.00 -dimensions dimension nom f p 9.62 23.11 3.52 14.19 -diminua diminuer ver 7.94 16.28 0.14 0.74 ind:pas:3s; -diminuaient diminuer ver 7.94 16.28 0.22 0.95 ind:imp:3p; -diminuais diminuer ver 7.94 16.28 0.02 0.20 ind:imp:1s; -diminuait diminuer ver 7.94 16.28 0.10 2.64 ind:imp:3s; -diminuant diminuer ver 7.94 16.28 0.07 0.54 par:pre; -diminue diminuer ver 7.94 16.28 1.93 3.04 imp:pre:2s;ind:pre:1s;ind:pre:3s; -diminuendo diminuendo adv 0.02 0.00 0.02 0.00 -diminuent diminuer ver 7.94 16.28 0.52 0.81 ind:pre:3p; -diminuer diminuer ver 7.94 16.28 1.93 3.72 inf; -diminuera diminuer ver 7.94 16.28 0.13 0.00 ind:fut:3s; -diminuerai diminuer ver 7.94 16.28 0.05 0.00 ind:fut:1s; -diminuerais diminuer ver 7.94 16.28 0.03 0.00 cnd:pre:1s; -diminuerait diminuer ver 7.94 16.28 0.21 0.14 cnd:pre:3s; -diminueront diminuer ver 7.94 16.28 0.01 0.00 ind:fut:3p; -diminuez diminuer ver 7.94 16.28 0.24 0.00 imp:pre:2p;ind:pre:2p; -diminuiez diminuer ver 7.94 16.28 0.01 0.00 ind:imp:2p; -diminuât diminuer ver 7.94 16.28 0.00 0.14 sub:imp:3s; -diminuèrent diminuer ver 7.94 16.28 0.00 0.07 ind:pas:3p; -diminutif diminutif nom m s 0.96 1.89 0.96 1.49 -diminutifs diminutif nom m p 0.96 1.89 0.00 0.41 -diminution diminution nom f s 1.03 1.15 1.01 1.01 -diminutions diminution nom f p 1.03 1.15 0.03 0.14 -diminué diminuer ver m s 7.94 16.28 1.68 1.82 par:pas; -diminuée diminuer ver f s 7.94 16.28 0.46 0.88 par:pas; -diminuées diminuer ver f p 7.94 16.28 0.09 0.00 par:pas; -diminués diminuer ver m p 7.94 16.28 0.09 0.61 par:pas; -dinamiteros dinamitero nom m p 0.00 0.20 0.00 0.20 -dinanderie dinanderie nom f s 0.00 0.07 0.00 0.07 -dinar dinar nom m s 1.74 0.14 0.34 0.07 -dinars dinar nom m p 1.74 0.14 1.41 0.07 -dinde dinde nom f s 9.32 2.97 8.79 1.69 -dindes dinde nom f p 9.32 2.97 0.54 1.28 -dindon dindon nom m s 1.73 1.35 1.23 0.74 -dindonne dindonner ver 0.00 0.14 0.00 0.07 ind:pre:3s; -dindonneau dindonneau nom m s 0.17 0.07 0.17 0.00 -dindonneaux dindonneau nom m p 0.17 0.07 0.00 0.07 -dindonné dindonner ver m s 0.00 0.14 0.00 0.07 par:pas; -dindons dindon nom m p 1.73 1.35 0.50 0.61 -dine dine nom m s 1.24 0.07 1.24 0.07 -ding ding ono 3.54 1.55 3.54 1.55 -dingo dingo adj s 0.98 1.08 0.95 1.01 -dingos dingo nom m p 0.95 0.88 0.28 0.20 -dingue dingue adj s 58.48 11.69 53.01 9.80 -dinguent dinguer ver 0.33 1.08 0.00 0.07 ind:pre:3p; -dinguer dinguer ver 0.33 1.08 0.00 0.95 inf; -dinguerie dinguerie nom f s 0.05 0.88 0.05 0.81 -dingueries dinguerie nom f p 0.05 0.88 0.00 0.07 -dingues dingue adj p 58.48 11.69 5.47 1.89 -dingué dinguer ver m s 0.33 1.08 0.00 0.07 par:pas; -dinosaure dinosaure nom m s 4.46 0.68 2.32 0.07 -dinosaures dinosaure nom m p 4.46 0.68 2.14 0.61 -dioclétienne dioclétien adj f s 0.00 0.14 0.00 0.07 -dioclétiennes dioclétien adj f p 0.00 0.14 0.00 0.07 -diocèse diocèse nom m s 0.44 1.15 0.44 1.01 -diocèses diocèse nom m p 0.44 1.15 0.00 0.14 -diocésain diocésain adj m s 0.10 0.14 0.10 0.00 -diocésaines diocésain adj f p 0.10 0.14 0.00 0.14 -diode diode nom f s 0.07 0.00 0.07 0.00 -diodon diodon nom m s 0.00 0.20 0.00 0.20 -dionée dionée nom f s 0.03 0.00 0.03 0.00 -dionysiaque dionysiaque adj s 0.16 0.47 0.16 0.34 -dionysiaques dionysiaque adj f p 0.16 0.47 0.00 0.14 -dionysien dionysien adj m s 0.01 0.07 0.01 0.07 -dioptre dioptre nom m s 0.00 0.07 0.00 0.07 -dioptries dioptrie nom f p 0.00 0.14 0.00 0.14 -diorama diorama nom m s 0.15 0.34 0.11 0.07 -dioramas diorama nom m p 0.15 0.34 0.04 0.27 -diorite diorite nom f s 0.04 0.00 0.04 0.00 -dioxine dioxine nom f s 0.14 0.00 0.12 0.00 -dioxines dioxine nom f p 0.14 0.00 0.02 0.00 -dioxyde dioxyde nom m s 0.56 0.00 0.56 0.00 -dipôle dipôle nom m s 0.01 0.00 0.01 0.00 -diphtongue diphtongue nom f s 0.02 0.34 0.00 0.14 -diphtongues diphtongue nom f p 0.02 0.34 0.02 0.20 -diphtérie diphtérie nom f s 0.26 0.68 0.26 0.68 -diphényle diphényle nom m s 0.00 0.07 0.00 0.07 -diplôme diplôme nom m s 17.27 7.36 13.28 4.32 -diplômer diplômer ver 4.29 0.27 0.16 0.00 inf; -diplômes diplôme nom m p 17.27 7.36 3.99 3.04 -diplômé diplômer ver m s 4.29 0.27 2.44 0.14 par:pas; -diplômée diplômer ver f s 4.29 0.27 1.17 0.07 par:pas; -diplômées diplômé adj f p 1.50 1.01 0.07 0.07 -diplômés diplômé nom m p 1.81 0.27 1.03 0.00 -diplodocus diplodocus nom m 0.01 0.68 0.01 0.68 -diplomate diplomate nom s 3.75 8.65 1.98 4.66 -diplomates diplomate nom p 3.75 8.65 1.77 3.99 -diplomatie diplomatie nom f s 1.80 5.68 1.80 5.68 -diplomatique diplomatique adj s 4.28 10.00 2.77 6.96 -diplomatiquement diplomatiquement adv 0.04 0.20 0.04 0.20 -diplomatiques diplomatique adj p 4.28 10.00 1.51 3.04 -diplopie diplopie nom f s 0.03 0.00 0.03 0.00 -dipneuste dipneuste nom m s 0.07 0.00 0.05 0.00 -dipneustes dipneuste nom m p 0.07 0.00 0.02 0.00 -dipsomane dipsomane nom s 0.26 0.00 0.25 0.00 -dipsomanes dipsomane nom p 0.26 0.00 0.01 0.00 -dipsomanie dipsomanie nom f s 0.01 0.00 0.01 0.00 -diptères diptère adj p 0.01 0.07 0.01 0.07 -diptyque diptyque nom m s 0.01 0.14 0.01 0.14 -dira dire ver_sup 5946.17 4832.50 36.47 21.89 ind:fut:3s; -dirai dire ver_sup 5946.17 4832.50 82.39 27.43 ind:fut:1s; -diraient dire ver_sup 5946.17 4832.50 3.02 3.24 cnd:pre:3p; -dirais dire ver_sup 5946.17 4832.50 57.65 16.76 cnd:pre:1s;cnd:pre:2s; -dirait dire ver_sup 5946.17 4832.50 190.63 85.88 cnd:pre:3s; -diras dire ver_sup 5946.17 4832.50 22.52 10.54 ind:fut:2s; -dire dire ver_sup 5946.17 4832.50 1564.52 827.84 inf;;inf;;inf;;inf;;inf;; -direct direct nom m s 16.34 5.00 15.81 4.39 -directe direct adj f s 21.89 26.69 6.27 11.82 -directement directement adv 26.73 39.12 26.73 39.12 -directes direct adj f p 21.89 26.69 0.49 2.03 -directeur_adjoint directeur_adjoint nom m s 0.14 0.00 0.14 0.00 -directeur directeur nom m s 64.44 38.45 57.65 30.00 -directeurs directeur nom m p 64.44 38.45 2.23 3.11 -directif directif adj m s 0.32 0.14 0.22 0.00 -direction direction nom f s 45.06 108.04 43.25 103.04 -directionnel directionnel adj m s 0.57 0.14 0.09 0.07 -directionnelle directionnel adj f s 0.57 0.14 0.04 0.00 -directionnelles directionnel adj f p 0.57 0.14 0.02 0.07 -directionnels directionnel adj m p 0.57 0.14 0.42 0.00 -directions direction nom f p 45.06 108.04 1.81 5.00 -directive directive nom f s 3.43 4.93 0.40 0.47 -directives directive nom f p 3.43 4.93 3.04 4.46 -directo directo adv 0.00 0.41 0.00 0.41 -directoire directoire nom m s 0.17 2.09 0.17 2.09 -directorat directorat nom m s 0.01 0.00 0.01 0.00 -directorial directorial adj m s 0.01 1.28 0.01 0.81 -directoriale directorial adj f s 0.01 1.28 0.00 0.27 -directoriaux directorial adj m p 0.01 1.28 0.00 0.20 -directos directos adv 0.03 0.41 0.03 0.41 -directrice directeur nom f s 64.44 38.45 4.55 5.07 -directrices directrice nom f p 0.28 0.00 0.28 0.00 -directs direct adj m p 21.89 26.69 0.84 2.16 -dirent dire ver_sup 5946.17 4832.50 1.65 7.03 ind:pas:3p; -dires dire nom_sup m p 53.88 31.42 1.94 2.50 -direz dire ver_sup 5946.17 4832.50 13.72 10.00 ind:fut:2p; -dirham dirham nom m s 0.43 0.14 0.14 0.00 -dirhams dirham nom m p 0.43 0.14 0.29 0.14 -diriez dire ver_sup 5946.17 4832.50 10.69 2.36 cnd:pre:2p; -dirige diriger ver 65.10 95.68 23.74 12.77 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -dirigea diriger ver 65.10 95.68 0.06 20.20 ind:pas:3s; -dirigeable dirigeable nom m s 0.62 0.34 0.41 0.20 -dirigeables dirigeable nom m p 0.62 0.34 0.22 0.14 -dirigeai diriger ver 65.10 95.68 0.12 1.62 ind:pas:1s; -dirigeaient diriger ver 65.10 95.68 0.62 2.77 ind:imp:3p; -dirigeais diriger ver 65.10 95.68 0.52 0.68 ind:imp:1s;ind:imp:2s; -dirigeait diriger ver 65.10 95.68 3.31 11.69 ind:imp:3s; -dirigeant dirigeant nom m s 6.18 10.00 1.81 2.09 -dirigeante dirigeant adj f s 0.90 3.18 0.20 0.61 -dirigeantes dirigeant adj f p 0.90 3.18 0.06 0.41 -dirigeants dirigeant nom m p 6.18 10.00 4.30 7.77 -dirigent diriger ver 65.10 95.68 4.11 2.30 ind:pre:3p; -dirigeâmes diriger ver 65.10 95.68 0.03 0.47 ind:pas:1p; -dirigeons diriger ver 65.10 95.68 1.14 0.95 imp:pre:1p;ind:pre:1p; -dirigeât diriger ver 65.10 95.68 0.00 0.14 sub:imp:3s; -diriger diriger ver 65.10 95.68 13.94 17.64 ind:pre:2p;inf; -dirigera diriger ver 65.10 95.68 1.17 0.41 ind:fut:3s; -dirigerai diriger ver 65.10 95.68 0.34 0.20 ind:fut:1s; -dirigeraient diriger ver 65.10 95.68 0.02 0.00 cnd:pre:3p; -dirigerais diriger ver 65.10 95.68 0.10 0.00 cnd:pre:1s;cnd:pre:2s; -dirigerait diriger ver 65.10 95.68 0.11 0.14 cnd:pre:3s; -dirigeras diriger ver 65.10 95.68 0.23 0.07 ind:fut:2s; -dirigerez diriger ver 65.10 95.68 0.36 0.07 ind:fut:2p; -dirigerons diriger ver 65.10 95.68 0.06 0.07 ind:fut:1p; -dirigeront diriger ver 65.10 95.68 0.19 0.20 ind:fut:3p; -diriges diriger ver 65.10 95.68 1.31 0.00 ind:pre:2s; -dirigez diriger ver 65.10 95.68 3.88 0.20 imp:pre:2p;ind:pre:2p; -dirigiez diriger ver 65.10 95.68 0.30 0.07 ind:imp:2p; -dirigions diriger ver 65.10 95.68 0.17 0.34 ind:imp:1p; -dirigèrent diriger ver 65.10 95.68 0.01 2.23 ind:pas:3p; -dirigé diriger ver m s 65.10 95.68 4.43 7.30 par:pas; -dirigée diriger ver f s 65.10 95.68 2.29 4.19 par:pas; -dirigées diriger ver f p 65.10 95.68 0.20 1.15 par:pas; -dirigés diriger ver m p 65.10 95.68 0.91 2.36 par:pas; -dirimant dirimant adj m s 0.00 0.14 0.00 0.07 -dirimants dirimant adj m p 0.00 0.14 0.00 0.07 -dirions dire ver_sup 5946.17 4832.50 0.08 0.68 cnd:pre:1p; -dirlo dirlo nom m s 0.40 1.76 0.40 1.69 -dirlos dirlo nom m p 0.40 1.76 0.00 0.07 -dirons dire ver_sup 5946.17 4832.50 2.78 2.03 ind:fut:1p; -diront dire ver_sup 5946.17 4832.50 9.09 4.46 ind:fut:3p; -dis dire ver_sup 5946.17 4832.50 1025.78 477.36 imp:pre:2s;ind:pre:1s;ind:pre:1s;ind:pre:2s;ind:pas:1s; -disaient dire ver_sup 5946.17 4832.50 11.68 35.68 ind:imp:3p; -disais dire ver_sup 5946.17 4832.50 98.37 70.68 ind:imp:1s;ind:imp:2s; -disait dire ver_sup 5946.17 4832.50 94.00 352.30 ind:imp:3s; -disant dire ver_sup 5946.17 4832.50 26.41 81.62 par:pre; -disants disant adj m p 1.30 7.09 0.03 0.07 -disc_jockey disc_jockey nom m s 0.18 0.07 0.16 0.00 -disc_jockey disc_jockey nom m p 0.18 0.07 0.03 0.07 -discal discal adj m s 0.13 0.07 0.02 0.07 -discale discal adj f s 0.13 0.07 0.11 0.00 -discerna discerner ver 1.05 15.20 0.00 0.14 ind:pas:3s; -discernable discernable adj f s 0.01 0.47 0.01 0.34 -discernables discernable adj p 0.01 0.47 0.00 0.14 -discernai discerner ver 1.05 15.20 0.00 0.14 ind:pas:1s; -discernaient discerner ver 1.05 15.20 0.00 0.47 ind:imp:3p; -discernais discerner ver 1.05 15.20 0.00 0.95 ind:imp:1s; -discernait discerner ver 1.05 15.20 0.01 2.43 ind:imp:3s; -discernant discerner ver 1.05 15.20 0.00 0.34 par:pre; -discerne discerner ver 1.05 15.20 0.33 2.16 ind:pre:1s;ind:pre:3s; -discernement discernement nom m s 0.90 2.50 0.90 2.50 -discernent discerner ver 1.05 15.20 0.01 0.34 ind:pre:3p; -discerner discerner ver 1.05 15.20 0.69 6.69 inf; -discernerait discerner ver 1.05 15.20 0.00 0.07 cnd:pre:3s; -discernes discerner ver 1.05 15.20 0.00 0.07 ind:pre:2s; -discernions discerner ver 1.05 15.20 0.00 0.27 ind:imp:1p; -discernâmes discerner ver 1.05 15.20 0.00 0.27 ind:pas:1p; -discernât discerner ver 1.05 15.20 0.00 0.07 sub:imp:3s; -discerné discerner ver m s 1.05 15.20 0.01 0.74 par:pas; -discernées discerner ver f p 1.05 15.20 0.00 0.07 par:pas; -disciple_roi disciple_roi nom s 0.00 0.07 0.00 0.07 -disciple disciple nom s 5.62 14.46 1.98 7.64 -disciples disciple nom p 5.62 14.46 3.65 6.82 -disciplina discipliner ver 0.93 1.42 0.00 0.07 ind:pas:3s; -disciplinaient discipliner ver 0.93 1.42 0.00 0.07 ind:imp:3p; -disciplinaire disciplinaire adj s 1.28 1.15 0.93 0.81 -disciplinaires disciplinaire adj p 1.28 1.15 0.35 0.34 -disciplinais discipliner ver 0.93 1.42 0.01 0.00 ind:imp:1s; -disciplinait discipliner ver 0.93 1.42 0.00 0.14 ind:imp:3s; -discipline discipline nom f s 12.02 22.03 11.59 20.27 -discipliner discipliner ver 0.93 1.42 0.29 0.34 inf; -disciplinera discipliner ver 0.93 1.42 0.00 0.07 ind:fut:3s; -disciplinerait discipliner ver 0.93 1.42 0.00 0.07 cnd:pre:3s; -disciplines discipline nom f p 12.02 22.03 0.44 1.76 -discipliné discipliné adj m s 1.07 2.16 0.30 0.74 -disciplinée discipliné adj f s 1.07 2.16 0.24 0.41 -disciplinées discipliné adj f p 1.07 2.16 0.01 0.27 -disciplinés discipliné adj m p 1.07 2.16 0.51 0.74 -disco disco nom s 1.81 0.34 1.79 0.34 -discobole discobole nom m s 0.24 0.20 0.23 0.20 -discoboles discobole nom m p 0.24 0.20 0.01 0.00 -discographie discographie nom f s 0.01 0.00 0.01 0.00 -discographiques discographique adj p 0.00 0.07 0.00 0.07 -discontinu discontinu adj m s 0.04 1.49 0.00 0.61 -discontinuaient discontinuer ver 0.03 1.82 0.00 0.07 ind:imp:3p; -discontinue discontinu adj f s 0.04 1.49 0.04 0.41 -discontinuer discontinuer ver 0.03 1.82 0.03 1.76 inf; -discontinues discontinu adj f p 0.04 1.49 0.00 0.27 -discontinuité discontinuité nom f s 0.05 0.68 0.05 0.68 -discontinus discontinu adj m p 0.04 1.49 0.00 0.20 -disconviens disconvenir ver 0.00 0.14 0.00 0.07 ind:pre:1s; -disconvint disconvenir ver 0.00 0.14 0.00 0.07 ind:pas:3s; -discordance discordance nom f s 0.06 0.68 0.04 0.41 -discordances discordance nom f p 0.06 0.68 0.02 0.27 -discordant discordant adj m s 0.14 2.91 0.08 0.74 -discordante discordant adj f s 0.14 2.91 0.02 0.74 -discordantes discordant adj f p 0.14 2.91 0.01 0.34 -discordants discordant adj m p 0.14 2.91 0.04 1.08 -discorde discorde nom f s 1.41 2.09 1.35 2.09 -discordes discorde nom f p 1.41 2.09 0.06 0.00 -discos disco nom p 1.81 0.34 0.02 0.00 -discothèque discothèque nom f s 1.32 0.81 1.12 0.74 -discothèques discothèque nom f p 1.32 0.81 0.20 0.07 -discount discount nom m s 0.39 0.27 0.39 0.27 -discouraient discourir ver 0.66 4.12 0.00 0.20 ind:imp:3p; -discourait discourir ver 0.66 4.12 0.00 1.01 ind:imp:3s; -discourant discourir ver 0.66 4.12 0.02 0.34 par:pre; -discoure discourir ver 0.66 4.12 0.01 0.07 sub:pre:1s;sub:pre:3s; -discourent discourir ver 0.66 4.12 0.01 0.07 ind:pre:3p; -discoureur discoureur nom m s 0.01 0.14 0.01 0.07 -discoureurs discoureur nom m p 0.01 0.14 0.00 0.07 -discourir discourir ver 0.66 4.12 0.39 2.09 inf; -discours discours nom m 42.75 50.54 42.75 50.54 -discourt discourir ver 0.66 4.12 0.11 0.07 ind:pre:3s; -discourtois discourtois adj m 0.28 0.41 0.25 0.14 -discourtoise discourtois adj f s 0.28 0.41 0.03 0.20 -discourtoises discourtois adj f p 0.28 0.41 0.00 0.07 -discouru discourir ver m s 0.66 4.12 0.10 0.20 par:pas; -discourut discourir ver 0.66 4.12 0.00 0.07 ind:pas:3s; -discret discret adj m s 15.61 33.04 9.52 13.58 -discrets discret adj m p 15.61 33.04 2.96 4.93 -discriminant discriminant adj m s 0.03 0.07 0.01 0.07 -discriminants discriminant adj m p 0.03 0.07 0.01 0.00 -discrimination discrimination nom f s 1.60 0.88 1.57 0.88 -discriminations discrimination nom f p 1.60 0.88 0.03 0.00 -discriminatoire discriminatoire adj s 0.15 0.07 0.15 0.07 -discriminer discriminer ver 0.18 0.14 0.17 0.14 inf; -discriminé discriminer ver m s 0.18 0.14 0.01 0.00 par:pas; -discrète discret adj f s 15.61 33.04 2.79 11.89 -discrètement discrètement adv 5.82 19.73 5.82 19.73 -discrètes discret adj f p 15.61 33.04 0.34 2.64 -discrédit discrédit nom m s 0.11 0.61 0.11 0.61 -discréditait discréditer ver 1.61 1.35 0.01 0.07 ind:imp:3s; -discréditant discréditer ver 1.61 1.35 0.02 0.00 par:pre; -discrédite discréditer ver 1.61 1.35 0.05 0.14 ind:pre:3s; -discréditer discréditer ver 1.61 1.35 1.20 0.61 ind:pre:2p;inf; -discréditerait discréditer ver 1.61 1.35 0.04 0.00 cnd:pre:3s; -discréditez discréditer ver 1.61 1.35 0.05 0.00 imp:pre:2p;ind:pre:2p; -discrédité discréditer ver m s 1.61 1.35 0.14 0.47 par:pas; -discréditée discréditer ver f s 1.61 1.35 0.04 0.00 par:pas; -discréditées discréditer ver f p 1.61 1.35 0.03 0.07 par:pas; -discrédités discréditer ver m p 1.61 1.35 0.04 0.00 par:pas; -discrétion discrétion nom f s 4.59 21.22 4.59 21.22 -discrétionnaire discrétionnaire adj s 0.13 0.20 0.09 0.14 -discrétionnaires discrétionnaire adj f p 0.13 0.20 0.04 0.07 -disculpait disculper ver 1.27 1.55 0.00 0.20 ind:imp:3s; -disculpant disculper ver 1.27 1.55 0.07 0.00 par:pre; -disculpation disculpation nom f s 0.04 0.00 0.04 0.00 -disculpe disculper ver 1.27 1.55 0.19 0.07 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -disculpent disculper ver 1.27 1.55 0.01 0.00 ind:pre:3p; -disculper disculper ver 1.27 1.55 0.61 1.22 inf; -disculperait disculper ver 1.27 1.55 0.01 0.00 cnd:pre:3s; -disculpez disculper ver 1.27 1.55 0.01 0.07 imp:pre:2p; -disculpé disculper ver m s 1.27 1.55 0.36 0.00 par:pas; -disculpés disculper ver m p 1.27 1.55 0.01 0.00 par:pas; -discursives discursif adj f p 0.00 0.07 0.00 0.07 -discussion discussion nom f s 23.58 33.51 19.54 20.88 -discussions discussion nom f p 23.58 33.51 4.05 12.64 -discuta discuter ver 96.42 58.65 0.01 0.74 ind:pas:3s; -discutable discutable adj s 0.79 1.01 0.59 0.68 -discutables discutable adj p 0.79 1.01 0.19 0.34 -discutai discuter ver 96.42 58.65 0.00 0.27 ind:pas:1s; -discutaient discuter ver 96.42 58.65 0.20 4.53 ind:imp:3p; -discutaillaient discutailler ver 0.48 0.81 0.00 0.14 ind:imp:3p; -discutaillait discutailler ver 0.48 0.81 0.01 0.07 ind:imp:3s; -discutaille discutailler ver 0.48 0.81 0.01 0.14 ind:pre:3s; -discutaillent discutailler ver 0.48 0.81 0.00 0.07 ind:pre:3p; -discutailler discutailler ver 0.48 0.81 0.46 0.41 inf; -discutailleries discutaillerie nom f p 0.00 0.14 0.00 0.14 -discutailleur discutailleur nom m s 0.00 0.07 0.00 0.07 -discutailleuse discutailleur adj f s 0.00 0.07 0.00 0.07 -discutais discuter ver 96.42 58.65 0.57 0.41 ind:imp:1s;ind:imp:2s; -discutait discuter ver 96.42 58.65 2.09 5.14 ind:imp:3s; -discutant discuter ver 96.42 58.65 0.60 2.97 par:pre; -discute discuter ver 96.42 58.65 14.75 5.54 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -discutent discuter ver 96.42 58.65 2.02 3.45 ind:pre:3p; -discuter discuter ver 96.42 58.65 50.43 25.47 inf; -discutera discuter ver 96.42 58.65 2.92 0.47 ind:fut:3s; -discuterai discuter ver 96.42 58.65 1.08 0.20 ind:fut:1s; -discuteraient discuter ver 96.42 58.65 0.05 0.07 cnd:pre:3p; -discuterais discuter ver 96.42 58.65 0.10 0.07 cnd:pre:1s; -discuterait discuter ver 96.42 58.65 0.52 0.41 cnd:pre:3s; -discuterez discuter ver 96.42 58.65 0.10 0.07 ind:fut:2p; -discuteriez discuter ver 96.42 58.65 0.02 0.00 cnd:pre:2p; -discuterions discuter ver 96.42 58.65 0.01 0.07 cnd:pre:1p; -discuterons discuter ver 96.42 58.65 1.66 0.20 ind:fut:1p; -discuteront discuter ver 96.42 58.65 0.04 0.07 ind:fut:3p; -discutes discuter ver 96.42 58.65 0.82 0.14 ind:pre:2s; -discutez discuter ver 96.42 58.65 2.73 0.14 imp:pre:2p;ind:pre:2p; -discutiez discuter ver 96.42 58.65 0.23 0.00 ind:imp:2p; -discutions discuter ver 96.42 58.65 0.71 1.01 ind:imp:1p;sub:pre:1p; -discutâmes discuter ver 96.42 58.65 0.00 0.47 ind:pas:1p; -discutons discuter ver 96.42 58.65 3.44 0.61 imp:pre:1p;ind:pre:1p; -discutât discuter ver 96.42 58.65 0.10 0.07 sub:imp:3s; -discutèrent discuter ver 96.42 58.65 0.02 0.88 ind:pas:3p; -discuté discuter ver m s 96.42 58.65 10.85 4.53 par:pas; -discutée discuter ver f s 96.42 58.65 0.20 0.34 par:pas; -discutées discuter ver f p 96.42 58.65 0.02 0.27 par:pas; -discutés discuter ver m p 96.42 58.65 0.12 0.07 par:pas; -dise dire ver_sup 5946.17 4832.50 53.46 25.41 sub:pre:1s;sub:pre:3s; -disent dire ver_sup 5946.17 4832.50 88.46 44.12 ind:pre:3p;sub:pre:3p; -disert disert adj m s 0.01 0.88 0.00 0.88 -diserte disert adj f s 0.01 0.88 0.01 0.00 -dises dire ver_sup 5946.17 4832.50 11.41 2.70 sub:pre:2s; -disette disette nom f s 0.06 1.76 0.06 1.62 -disettes disette nom f p 0.06 1.76 0.00 0.14 -diseur diseur nom m s 0.47 0.68 0.26 0.14 -diseurs diseur nom m p 0.47 0.68 0.06 0.20 -diseuse diseur nom f s 0.47 0.68 0.14 0.34 -diseuses diseuse nom f p 0.06 0.00 0.06 0.00 -disfonctionnement disfonctionnement nom m s 0.44 0.00 0.44 0.00 -disgracia disgracier ver 0.09 0.68 0.00 0.07 ind:pas:3s; -disgraciaient disgracier ver 0.09 0.68 0.00 0.07 ind:imp:3p; -disgraciait disgracier ver 0.09 0.68 0.00 0.07 ind:imp:3s; -disgracier disgracier ver 0.09 0.68 0.01 0.00 inf; -disgraciera disgracier ver 0.09 0.68 0.00 0.07 ind:fut:3s; -disgracieuse disgracieux adj f s 0.14 2.30 0.01 0.95 -disgracieusement disgracieusement adv 0.00 0.07 0.00 0.07 -disgracieuses disgracieux adj f p 0.14 2.30 0.04 0.14 -disgracieux disgracieux adj m 0.14 2.30 0.09 1.22 -disgracié disgracié adj m s 0.17 0.61 0.16 0.34 -disgraciée disgracier ver f s 0.09 0.68 0.01 0.14 par:pas; -disgraciées disgracié adj f p 0.17 0.61 0.00 0.07 -disgraciés disgracier ver m p 0.09 0.68 0.01 0.07 par:pas; -disgrâce disgrâce nom f s 1.76 4.46 1.76 3.99 -disgrâces disgrâce nom f p 1.76 4.46 0.00 0.47 -disharmonie disharmonie nom f s 0.01 0.07 0.01 0.07 -disiez dire ver_sup 5946.17 4832.50 20.36 4.66 ind:imp:2p;sub:pre:2p; -disions dire ver_sup 5946.17 4832.50 1.54 5.47 ind:imp:1p; -disjoignait disjoindre ver 0.10 1.49 0.00 0.07 ind:imp:3s; -disjoignant disjoindre ver 0.10 1.49 0.00 0.20 par:pre; -disjoignent disjoindre ver 0.10 1.49 0.00 0.07 ind:pre:3p; -disjoindre disjoindre ver 0.10 1.49 0.00 0.34 inf; -disjoint disjoint adj m s 0.13 2.03 0.10 0.27 -disjointe disjoint adj f s 0.13 2.03 0.01 0.00 -disjointes disjoint adj f p 0.13 2.03 0.00 1.28 -disjoints disjoindre ver m p 0.10 1.49 0.10 0.07 par:pas; -disjoncta disjoncter ver 3.31 0.68 0.00 0.14 ind:pas:3s; -disjonctais disjoncter ver 3.31 0.68 0.01 0.07 ind:imp:1s; -disjonctait disjoncter ver 3.31 0.68 0.02 0.00 ind:imp:3s; -disjoncte disjoncter ver 3.31 0.68 0.47 0.00 imp:pre:2s;ind:pre:1s;ind:pre:3s; -disjonctent disjoncter ver 3.31 0.68 0.02 0.00 ind:pre:3p; -disjoncter disjoncter ver 3.31 0.68 0.40 0.20 inf; -disjoncterais disjoncter ver 3.31 0.68 0.02 0.00 cnd:pre:1s;cnd:pre:2s; -disjoncterait disjoncter ver 3.31 0.68 0.04 0.07 cnd:pre:3s; -disjonctes disjoncter ver 3.31 0.68 0.57 0.00 ind:pre:2s; -disjoncteur disjoncteur nom m s 1.45 0.20 1.34 0.07 -disjoncteurs disjoncteur nom m p 1.45 0.20 0.11 0.14 -disjonctez disjoncter ver 3.31 0.68 0.03 0.00 imp:pre:2p;ind:pre:2p; -disjonction disjonction nom f s 0.00 0.14 0.00 0.07 -disjonctions disjonction nom f p 0.00 0.14 0.00 0.07 -disjoncté disjoncter ver m s 3.31 0.68 1.65 0.14 par:pas; -disjonctée disjoncter ver f s 3.31 0.68 0.05 0.07 par:pas; -disjonctés disjoncter ver m p 3.31 0.68 0.02 0.00 par:pas; -diskette diskette nom f s 0.00 0.81 0.00 0.81 -dislocation dislocation nom f s 0.16 1.35 0.16 1.28 -dislocations dislocation nom f p 0.16 1.35 0.00 0.07 -disloqua disloquer ver 0.54 4.80 0.00 0.14 ind:pas:3s; -disloquai disloquer ver 0.54 4.80 0.00 0.07 ind:pas:1s; -disloquaient disloquer ver 0.54 4.80 0.00 0.34 ind:imp:3p; -disloquait disloquer ver 0.54 4.80 0.00 0.27 ind:imp:3s; -disloquant disloquer ver 0.54 4.80 0.00 0.20 par:pre; -disloque disloquer ver 0.54 4.80 0.12 0.81 imp:pre:2s;ind:pre:1s;ind:pre:3s; -disloquent disloquer ver 0.54 4.80 0.01 0.14 ind:pre:3p; -disloquer disloquer ver 0.54 4.80 0.18 0.88 inf; -disloquerai disloquer ver 0.54 4.80 0.01 0.00 ind:fut:1s; -disloqueront disloquer ver 0.54 4.80 0.00 0.07 ind:fut:3p; -disloquât disloquer ver 0.54 4.80 0.00 0.07 sub:imp:3s; -disloquèrent disloquer ver 0.54 4.80 0.00 0.20 ind:pas:3p; -disloqué disloqué adj m s 0.12 3.24 0.07 1.35 -disloquée disloquer ver f s 0.54 4.80 0.05 0.27 par:pas; -disloquées disloquer ver f p 0.54 4.80 0.01 0.14 par:pas; -disloqués disloquer ver m p 0.54 4.80 0.11 0.34 par:pas; -disons dire ver_sup 5946.17 4832.50 45.13 17.84 imp:pre:1p;ind:pre:1p; -disparûmes disparaître ver 166.13 183.31 0.01 0.07 ind:pas:1p; -disparût disparaître ver 166.13 183.31 0.01 1.01 sub:imp:3s; -disparaît disparaître ver 166.13 183.31 10.02 16.35 ind:pre:3s; -disparaîtra disparaître ver 166.13 183.31 3.04 1.35 ind:fut:3s; -disparaîtrai disparaître ver 166.13 183.31 0.41 0.07 ind:fut:1s; -disparaîtraient disparaître ver 166.13 183.31 0.34 0.54 cnd:pre:3p; -disparaîtrais disparaître ver 166.13 183.31 0.23 0.07 cnd:pre:1s;cnd:pre:2s; -disparaîtrait disparaître ver 166.13 183.31 0.73 1.28 cnd:pre:3s; -disparaîtras disparaître ver 166.13 183.31 0.22 0.00 ind:fut:2s; -disparaître disparaître ver 166.13 183.31 27.16 36.76 inf; -disparaîtrez disparaître ver 166.13 183.31 0.12 0.14 ind:fut:2p; -disparaîtrions disparaître ver 166.13 183.31 0.01 0.00 cnd:pre:1p; -disparaîtrons disparaître ver 166.13 183.31 0.18 0.07 ind:fut:1p; -disparaîtront disparaître ver 166.13 183.31 0.59 1.01 ind:fut:3p; -disparais disparaître ver 166.13 183.31 8.97 0.95 imp:pre:2s;ind:pre:1s;ind:pre:2s; -disparaissaient disparaître ver 166.13 183.31 0.33 6.01 ind:imp:3p; -disparaissais disparaître ver 166.13 183.31 0.29 0.54 ind:imp:1s;ind:imp:2s; -disparaissait disparaître ver 166.13 183.31 1.11 11.15 ind:imp:3s; -disparaissant disparaître ver 166.13 183.31 0.32 4.73 par:pre; -disparaissante disparaissant adj f s 0.01 1.15 0.00 0.07 -disparaisse disparaître ver 166.13 183.31 2.94 2.43 sub:pre:1s;sub:pre:3s; -disparaissent disparaître ver 166.13 183.31 6.65 6.42 ind:pre:3p; -disparaisses disparaître ver 166.13 183.31 0.23 0.07 sub:pre:2s; -disparaissez disparaître ver 166.13 183.31 4.32 0.95 imp:pre:2p;ind:pre:2p; -disparaissiez disparaître ver 166.13 183.31 0.17 0.00 ind:imp:2p; -disparaissions disparaître ver 166.13 183.31 0.14 0.34 ind:imp:1p; -disparaissons disparaître ver 166.13 183.31 0.23 0.00 imp:pre:1p;ind:pre:1p; -disparate disparate adj s 0.27 3.18 0.02 1.28 -disparates disparate adj p 0.27 3.18 0.25 1.89 -disparition disparition nom f s 16.33 23.38 14.83 22.30 -disparitions disparition nom f p 16.33 23.38 1.50 1.08 -disparité disparité nom f s 0.07 0.27 0.07 0.27 -disparu disparaître ver m s 166.13 183.31 86.21 58.78 par:pas; -disparue disparaître ver f s 166.13 183.31 4.33 1.42 par:pas; -disparues disparu adj f p 9.82 14.80 1.55 1.55 -disparurent disparaître ver 166.13 183.31 0.45 4.80 ind:pas:3p; -disparus disparu nom m p 10.07 6.42 3.27 2.77 -disparut disparaître ver 166.13 183.31 2.05 24.66 ind:pas:3s; -dispatchais dispatcher ver 0.07 0.07 0.01 0.00 ind:imp:1s; -dispatchait dispatcher ver 0.07 0.07 0.00 0.07 ind:imp:3s; -dispatche dispatcher ver 0.07 0.07 0.04 0.00 imp:pre:2s;ind:pre:3s; -dispatcher dispatcher ver 0.07 0.07 0.01 0.00 inf; -dispatching dispatching nom m s 0.12 0.14 0.12 0.14 -dispendieuse dispendieux adj f s 0.07 0.47 0.00 0.14 -dispendieusement dispendieusement adv 0.00 0.07 0.00 0.07 -dispendieux dispendieux adj m 0.07 0.47 0.07 0.34 -dispensa dispenser ver 3.27 11.15 0.00 0.54 ind:pas:3s; -dispensable dispensable adj s 0.01 0.00 0.01 0.00 -dispensaient dispenser ver 3.27 11.15 0.02 0.34 ind:imp:3p; -dispensaire dispensaire nom m s 1.76 1.69 1.71 1.28 -dispensaires dispensaire nom m p 1.76 1.69 0.04 0.41 -dispensais dispenser ver 3.27 11.15 0.00 0.14 ind:imp:1s; -dispensait dispenser ver 3.27 11.15 0.38 1.89 ind:imp:3s; -dispensant dispenser ver 3.27 11.15 0.01 0.47 par:pre; -dispensateur dispensateur nom m s 0.02 1.15 0.02 0.20 -dispensateurs dispensateur nom m p 0.02 1.15 0.00 0.27 -dispensation dispensation nom f s 0.00 0.07 0.00 0.07 -dispensatrice dispensateur nom f s 0.02 1.15 0.00 0.54 -dispensatrices dispensateur nom f p 0.02 1.15 0.00 0.14 -dispense dispenser ver 3.27 11.15 1.14 1.89 imp:pre:2s;ind:pre:1s;ind:pre:3s; -dispensent dispenser ver 3.27 11.15 0.25 0.68 ind:pre:3p; -dispenser dispenser ver 3.27 11.15 0.33 1.76 inf; -dispenserait dispenser ver 3.27 11.15 0.03 0.20 cnd:pre:3s; -dispenseras dispenser ver 3.27 11.15 0.00 0.07 ind:fut:2s; -dispenses dispenser ver 3.27 11.15 0.03 0.00 ind:pre:2s; -dispensez dispenser ver 3.27 11.15 0.17 0.07 imp:pre:2p;ind:pre:2p; -dispensât dispenser ver 3.27 11.15 0.00 0.07 sub:imp:3s; -dispensèrent dispenser ver 3.27 11.15 0.01 0.00 ind:pas:3p; -dispensé dispenser ver m s 3.27 11.15 0.47 2.03 par:pas; -dispensée dispenser ver f s 3.27 11.15 0.35 0.61 par:pas; -dispensées dispenser ver f p 3.27 11.15 0.01 0.07 par:pas; -dispensés dispenser ver m p 3.27 11.15 0.07 0.34 par:pas; -dispersa disperser ver 10.58 18.85 0.01 1.22 ind:pas:3s; -dispersaient disperser ver 10.58 18.85 0.01 1.15 ind:imp:3p; -dispersait disperser ver 10.58 18.85 0.02 1.55 ind:imp:3s; -dispersant disperser ver 10.58 18.85 0.04 0.74 par:pre; -disperse disperser ver 10.58 18.85 1.35 2.16 imp:pre:2s;ind:pre:1s;ind:pre:3s; -dispersement dispersement nom m s 0.01 0.14 0.01 0.14 -dispersent disperser ver 10.58 18.85 0.35 0.95 ind:pre:3p; -disperser disperser ver 10.58 18.85 2.27 2.97 inf;; -dispersera disperser ver 10.58 18.85 0.08 0.07 ind:fut:3s; -disperserai disperser ver 10.58 18.85 0.16 0.00 ind:fut:1s; -disperseraient disperser ver 10.58 18.85 0.01 0.07 cnd:pre:3p; -disperserait disperser ver 10.58 18.85 0.00 0.14 cnd:pre:3s; -disperserons disperser ver 10.58 18.85 0.01 0.07 ind:fut:1p; -disperseront disperser ver 10.58 18.85 0.02 0.07 ind:fut:3p; -disperses disperser ver 10.58 18.85 0.12 0.14 ind:pre:2s; -dispersez disperser ver 10.58 18.85 3.24 0.07 imp:pre:2p;ind:pre:2p; -dispersif dispersif adj m s 0.01 0.00 0.01 0.00 -dispersion dispersion nom f s 0.93 4.19 0.93 4.12 -dispersions disperser ver 10.58 18.85 0.10 0.07 ind:imp:1p; -dispersons disperser ver 10.58 18.85 0.30 0.00 imp:pre:1p;ind:pre:1p; -dispersât disperser ver 10.58 18.85 0.00 0.07 sub:imp:3s; -dispersèrent disperser ver 10.58 18.85 0.00 1.35 ind:pas:3p; -dispersé disperser ver m s 10.58 18.85 0.86 1.35 par:pas; -dispersée disperser ver f s 10.58 18.85 0.36 0.88 par:pas; -dispersées disperser ver f p 10.58 18.85 0.41 0.88 par:pas; -dispersés disperser ver m p 10.58 18.85 0.86 2.91 par:pas; -dispo dispo adj s 0.44 0.00 0.44 0.00 -disponibilité disponibilité nom f s 1.23 3.58 1.01 2.64 -disponibilités disponibilité nom f p 1.23 3.58 0.21 0.95 -disponible disponible adj s 13.19 11.96 8.74 7.84 -disponibles disponible adj p 13.19 11.96 4.46 4.12 -dispos dispos adj m 0.80 2.03 0.75 1.69 -disposa disposer ver 21.07 83.18 0.00 3.24 ind:pas:3s; -disposai disposer ver 21.07 83.18 0.01 0.34 ind:pas:1s; -disposaient disposer ver 21.07 83.18 0.05 3.31 ind:imp:3p; -disposais disposer ver 21.07 83.18 0.08 2.77 ind:imp:1s;ind:imp:2s; -disposait disposer ver 21.07 83.18 0.14 11.01 ind:imp:3s; -disposant disposer ver 21.07 83.18 0.16 3.92 par:pre; -disposas disposer ver 21.07 83.18 0.00 0.07 ind:pas:2s; -dispose disposer ver 21.07 83.18 3.48 9.53 imp:pre:2s;ind:pre:1s;ind:pre:3s; -disposent disposer ver 21.07 83.18 0.56 2.36 ind:pre:3p; -disposer disposer ver 21.07 83.18 7.40 12.64 inf; -disposera disposer ver 21.07 83.18 0.21 0.34 ind:fut:3s; -disposerai disposer ver 21.07 83.18 0.17 0.07 ind:fut:1s; -disposeraient disposer ver 21.07 83.18 0.00 0.20 cnd:pre:3p; -disposerais disposer ver 21.07 83.18 0.00 0.27 cnd:pre:1s; -disposerait disposer ver 21.07 83.18 0.01 1.08 cnd:pre:3s; -disposeras disposer ver 21.07 83.18 0.00 0.07 ind:fut:2s; -disposerez disposer ver 21.07 83.18 0.17 0.27 ind:fut:2p; -disposerons disposer ver 21.07 83.18 0.13 0.07 ind:fut:1p; -disposeront disposer ver 21.07 83.18 0.00 0.20 ind:fut:3p; -disposes disposer ver 21.07 83.18 0.34 0.34 ind:pre:2s; -disposez disposer ver 21.07 83.18 2.15 0.81 imp:pre:2p;ind:pre:2p; -disposiez disposer ver 21.07 83.18 0.02 0.07 ind:imp:2p; -disposions disposer ver 21.07 83.18 0.10 1.42 ind:imp:1p; -dispositif dispositif nom m s 5.38 5.74 4.65 5.07 -dispositifs dispositif nom m p 5.38 5.74 0.73 0.68 -disposition disposition nom f s 14.99 45.07 11.62 27.91 -dispositions disposition nom f p 14.99 45.07 3.37 17.16 -disposâmes disposer ver 21.07 83.18 0.00 0.07 ind:pas:1p; -disposons disposer ver 21.07 83.18 0.81 1.22 imp:pre:1p;ind:pre:1p; -disposât disposer ver 21.07 83.18 0.00 0.68 sub:imp:3s; -disposèrent disposer ver 21.07 83.18 0.00 0.27 ind:pas:3p; -disposé disposer ver m s 21.07 83.18 2.96 12.91 par:pas; -disposée disposer ver f s 21.07 83.18 0.94 2.43 par:pas; -disposées disposer ver f p 21.07 83.18 0.26 3.24 par:pas; -disposés disposer ver m p 21.07 83.18 0.91 7.97 par:pas; -disproportion disproportion nom f s 0.27 0.95 0.27 0.88 -disproportionnelle disproportionnel adj f s 0.01 0.00 0.01 0.00 -disproportionné disproportionner ver m s 0.45 0.81 0.22 0.41 par:pas; -disproportionnée disproportionné adj f s 0.52 0.95 0.29 0.34 -disproportionnées disproportionner ver f p 0.45 0.81 0.11 0.00 par:pas; -disproportionnés disproportionné adj m p 0.52 0.95 0.03 0.20 -disproportions disproportion nom f p 0.27 0.95 0.00 0.07 -disputa disputer ver 39.31 22.09 0.00 0.20 ind:pas:3s; -disputaient disputer ver 39.31 22.09 1.21 4.46 ind:imp:3p; -disputais disputer ver 39.31 22.09 0.15 0.00 ind:imp:1s;ind:imp:2s; -disputait disputer ver 39.31 22.09 1.73 2.09 ind:imp:3s; -disputant disputer ver 39.31 22.09 0.37 1.42 par:pre; -dispute dispute nom f s 16.54 12.43 11.48 6.96 -disputent disputer ver 39.31 22.09 3.16 2.09 ind:pre:3p; -disputer disputer ver 39.31 22.09 10.54 4.12 ind:pre:2p;inf; -disputera disputer ver 39.31 22.09 0.48 0.14 ind:fut:3s; -disputerai disputer ver 39.31 22.09 0.22 0.00 ind:fut:1s; -disputeraient disputer ver 39.31 22.09 0.03 0.07 cnd:pre:3p; -disputerait disputer ver 39.31 22.09 0.20 0.07 cnd:pre:3s; -disputerez disputer ver 39.31 22.09 0.02 0.00 ind:fut:2p; -disputerons disputer ver 39.31 22.09 0.11 0.00 ind:fut:1p; -disputeront disputer ver 39.31 22.09 0.59 0.07 ind:fut:3p; -disputes dispute nom f p 16.54 12.43 5.07 5.47 -disputeur disputeur nom m s 0.00 0.07 0.00 0.07 -disputez disputer ver 39.31 22.09 2.37 0.20 imp:pre:2p;ind:pre:2p; -disputiez disputer ver 39.31 22.09 0.74 0.00 ind:imp:2p; -disputions disputer ver 39.31 22.09 0.15 0.61 ind:imp:1p; -disputâmes disputer ver 39.31 22.09 0.01 0.34 ind:pas:1p; -disputons disputer ver 39.31 22.09 1.27 0.47 imp:pre:1p;ind:pre:1p; -disputât disputer ver 39.31 22.09 0.00 0.20 sub:imp:3s; -disputèrent disputer ver 39.31 22.09 0.01 1.08 ind:pas:3p; -disputé disputer ver m s 39.31 22.09 2.96 1.08 par:pas; -disputée disputer ver f s 39.31 22.09 1.22 0.61 par:pas; -disputées disputer ver f p 39.31 22.09 0.83 0.14 par:pas; -disputés disputer ver m p 39.31 22.09 6.59 0.95 par:pas; -disquaire disquaire nom s 0.46 0.54 0.42 0.41 -disquaires disquaire nom p 0.46 0.54 0.04 0.14 -disqualifiait disqualifier ver 1.51 0.81 0.00 0.07 ind:imp:3s; -disqualifiant disqualifier ver 1.51 0.81 0.01 0.00 par:pre; -disqualification disqualification nom f s 0.15 0.07 0.14 0.07 -disqualifications disqualification nom f p 0.15 0.07 0.01 0.00 -disqualifie disqualifier ver 1.51 0.81 0.19 0.07 ind:pre:1s;ind:pre:3s; -disqualifient disqualifier ver 1.51 0.81 0.15 0.00 ind:pre:3p; -disqualifier disqualifier ver 1.51 0.81 0.14 0.20 inf; -disqualifié disqualifier ver m s 1.51 0.81 0.59 0.27 par:pas; -disqualifiée disqualifier ver f s 1.51 0.81 0.17 0.07 par:pas; -disqualifiées disqualifier ver f p 1.51 0.81 0.05 0.00 par:pas; -disqualifiés disqualifier ver m p 1.51 0.81 0.21 0.14 par:pas; -disque_jockey disque_jockey nom m s 0.01 0.07 0.01 0.07 -disque disque nom m s 33.61 42.16 20.36 21.49 -disques disque nom m p 33.61 42.16 13.26 20.68 -disquette disquette nom f s 2.48 0.41 1.81 0.41 -disquettes disquette nom f p 2.48 0.41 0.67 0.00 -disruptif disruptif adj m s 0.01 0.00 0.01 0.00 -disruption disruption nom f s 0.01 0.00 0.01 0.00 -dissection dissection nom f s 0.88 0.68 0.61 0.54 -dissections dissection nom f p 0.88 0.68 0.28 0.14 -dissemblable dissemblable adj s 0.05 1.69 0.02 0.34 -dissemblables dissemblable adj p 0.05 1.69 0.03 1.35 -dissemblance dissemblance nom f s 0.00 0.27 0.00 0.27 -dissension dissension nom f s 0.47 1.28 0.11 0.34 -dissensions dissension nom f p 0.47 1.28 0.36 0.95 -dissent dire ver_sup 5946.17 4832.50 0.04 0.00 sub:imp:3p; -dissentiment dissentiment nom m s 0.02 0.34 0.02 0.14 -dissentiments dissentiment nom m p 0.02 0.34 0.00 0.20 -dissertait disserter ver 0.22 1.28 0.02 0.20 ind:imp:3s; -dissertant disserter ver 0.22 1.28 0.00 0.14 par:pre; -dissertation dissertation nom f s 1.50 3.04 1.40 2.03 -dissertations dissertation nom f p 1.50 3.04 0.10 1.01 -disserte disserter ver 0.22 1.28 0.11 0.07 imp:pre:2s;ind:pre:1s;ind:pre:3s; -dissertent disserter ver 0.22 1.28 0.00 0.14 ind:pre:3p; -disserter disserter ver 0.22 1.28 0.04 0.68 inf; -disserterait disserter ver 0.22 1.28 0.01 0.00 cnd:pre:3s; -dissertes disserter ver 0.22 1.28 0.01 0.00 ind:pre:2s; -disserté disserter ver m s 0.22 1.28 0.02 0.07 par:pas; -dissidence dissidence nom f s 0.28 0.81 0.27 0.74 -dissidences dissidence nom f p 0.28 0.81 0.01 0.07 -dissident dissident nom m s 0.88 0.68 0.33 0.07 -dissidente dissident adj f s 0.61 0.81 0.09 0.14 -dissidentes dissident adj f p 0.61 0.81 0.02 0.20 -dissidents dissident nom m p 0.88 0.68 0.55 0.54 -dissimilaires dissimilaire adj p 0.01 0.00 0.01 0.00 -dissimiler dissimiler ver 0.01 0.00 0.01 0.00 inf; -dissimula dissimuler ver 8.67 51.01 0.14 1.55 ind:pas:3s; -dissimulables dissimulable adj p 0.00 0.07 0.00 0.07 -dissimulai dissimuler ver 8.67 51.01 0.00 0.14 ind:pas:1s; -dissimulaient dissimuler ver 8.67 51.01 0.04 2.30 ind:imp:3p; -dissimulais dissimuler ver 8.67 51.01 0.03 0.88 ind:imp:1s;ind:imp:2s; -dissimulait dissimuler ver 8.67 51.01 0.30 6.76 ind:imp:3s; -dissimulant dissimuler ver 8.67 51.01 0.26 3.18 par:pre; -dissimulateur dissimulateur adj m s 0.04 0.20 0.01 0.07 -dissimulateurs dissimulateur adj m p 0.04 0.20 0.02 0.00 -dissimulation dissimulation nom f s 1.47 2.30 1.35 2.23 -dissimulations dissimulation nom f p 1.47 2.30 0.11 0.07 -dissimulatrice dissimulateur adj f s 0.04 0.20 0.00 0.07 -dissimulatrices dissimulateur adj f p 0.04 0.20 0.00 0.07 -dissimule dissimuler ver 8.67 51.01 1.22 3.31 imp:pre:2s;ind:pre:1s;ind:pre:3s; -dissimulent dissimuler ver 8.67 51.01 0.11 1.35 ind:pre:3p; -dissimuler dissimuler ver 8.67 51.01 3.72 15.68 inf; -dissimulera dissimuler ver 8.67 51.01 0.01 0.00 ind:fut:3s; -dissimuleraient dissimuler ver 8.67 51.01 0.01 0.00 cnd:pre:3p; -dissimulerais dissimuler ver 8.67 51.01 0.00 0.07 cnd:pre:1s; -dissimulerait dissimuler ver 8.67 51.01 0.04 0.41 cnd:pre:3s; -dissimulerons dissimuler ver 8.67 51.01 0.00 0.07 ind:fut:1p; -dissimules dissimuler ver 8.67 51.01 0.02 0.00 ind:pre:2s; -dissimulez dissimuler ver 8.67 51.01 0.53 0.07 imp:pre:2p;ind:pre:2p; -dissimuliez dissimuler ver 8.67 51.01 0.00 0.07 ind:imp:2p; -dissimulions dissimuler ver 8.67 51.01 0.00 0.34 ind:imp:1p; -dissimulons dissimuler ver 8.67 51.01 0.04 0.27 imp:pre:1p;ind:pre:1p; -dissimulât dissimuler ver 8.67 51.01 0.00 0.14 sub:imp:3s; -dissimulèrent dissimuler ver 8.67 51.01 0.00 0.20 ind:pas:3p; -dissimulé dissimuler ver m s 8.67 51.01 1.24 7.43 par:pas; -dissimulée dissimuler ver f s 8.67 51.01 0.31 3.24 par:pas; -dissimulées dissimuler ver f p 8.67 51.01 0.20 0.81 par:pas; -dissimulés dissimuler ver m p 8.67 51.01 0.45 2.77 par:pas; -dissipa dissiper ver 4.76 19.59 0.12 1.62 ind:pas:3s; -dissipaient dissiper ver 4.76 19.59 0.01 0.54 ind:imp:3p; -dissipait dissiper ver 4.76 19.59 0.01 2.70 ind:imp:3s; -dissipant dissiper ver 4.76 19.59 0.03 0.47 par:pre; -dissipateur dissipateur nom m s 0.01 0.27 0.01 0.20 -dissipateurs dissipateur nom m p 0.01 0.27 0.00 0.07 -dissipation dissipation nom f s 0.04 0.95 0.04 0.61 -dissipations dissipation nom f p 0.04 0.95 0.00 0.34 -dissipe dissiper ver 4.76 19.59 1.26 2.50 imp:pre:2s;ind:pre:1s;ind:pre:3s; -dissipent dissiper ver 4.76 19.59 0.22 0.54 ind:pre:3p; -dissiper dissiper ver 4.76 19.59 1.43 5.88 inf; -dissipera dissiper ver 4.76 19.59 0.33 0.07 ind:fut:3s; -dissiperais dissiper ver 4.76 19.59 0.00 0.07 cnd:pre:1s; -dissiperait dissiper ver 4.76 19.59 0.04 0.20 cnd:pre:3s; -dissiperont dissiper ver 4.76 19.59 0.08 0.07 ind:fut:3p; -dissipez dissiper ver 4.76 19.59 0.05 0.00 imp:pre:2p;ind:pre:2p; -dissipèrent dissiper ver 4.76 19.59 0.01 0.14 ind:pas:3p; -dissipé dissiper ver m s 4.76 19.59 0.75 2.30 par:pas; -dissipée dissiper ver f s 4.76 19.59 0.34 1.89 par:pas; -dissipées dissipé adj f p 0.29 1.49 0.03 0.14 -dissipés dissiper ver m p 4.76 19.59 0.07 0.34 par:pas; -dissocia dissocier ver 0.83 3.04 0.00 0.14 ind:pas:3s; -dissociaient dissocier ver 0.83 3.04 0.00 0.14 ind:imp:3p; -dissociait dissocier ver 0.83 3.04 0.00 0.27 ind:imp:3s; -dissociant dissocier ver 0.83 3.04 0.00 0.14 par:pre; -dissociatif dissociatif adj m s 0.28 0.00 0.17 0.00 -dissociatifs dissociatif adj m p 0.28 0.00 0.01 0.00 -dissociation dissociation nom f s 0.32 0.41 0.32 0.34 -dissociations dissociation nom f p 0.32 0.41 0.00 0.07 -dissociative dissociatif adj f s 0.28 0.00 0.10 0.00 -dissocie dissocier ver 0.83 3.04 0.02 0.07 ind:pre:1s;ind:pre:3s; -dissocient dissocier ver 0.83 3.04 0.01 0.14 ind:pre:3p; -dissocier dissocier ver 0.83 3.04 0.33 0.95 inf; -dissocierons dissocier ver 0.83 3.04 0.00 0.07 ind:fut:1p; -dissocié dissocier ver m s 0.83 3.04 0.33 0.61 par:pas; -dissociée dissocier ver f s 0.83 3.04 0.07 0.00 par:pas; -dissociées dissocier ver f p 0.83 3.04 0.03 0.14 par:pas; -dissociés dissocier ver m p 0.83 3.04 0.04 0.41 par:pas; -dissolu dissolu adj m s 0.82 0.68 0.12 0.07 -dissolue dissolu adj f s 0.82 0.68 0.47 0.41 -dissolues dissolu adj f p 0.82 0.68 0.12 0.14 -dissolus dissolu adj m p 0.82 0.68 0.11 0.07 -dissolution dissolution nom f s 0.80 2.50 0.80 2.50 -dissolvaient dissoudre ver 3.94 12.30 0.00 0.81 ind:imp:3p; -dissolvait dissoudre ver 3.94 12.30 0.01 1.01 ind:imp:3s; -dissolvant dissolvant nom m s 0.41 0.34 0.38 0.34 -dissolvante dissolvant adj f s 0.01 1.01 0.00 0.34 -dissolvantes dissolvant adj f p 0.01 1.01 0.00 0.14 -dissolvants dissolvant nom m p 0.41 0.34 0.03 0.00 -dissolve dissoudre ver 3.94 12.30 0.07 0.14 sub:pre:3s; -dissolvent dissoudre ver 3.94 12.30 0.04 0.41 ind:pre:3p; -dissolves dissoudre ver 3.94 12.30 0.01 0.00 sub:pre:2s; -dissonance dissonance nom f s 0.42 0.54 0.14 0.20 -dissonances dissonance nom f p 0.42 0.54 0.28 0.34 -dissonant dissoner ver 0.01 0.00 0.01 0.00 par:pre; -dissonants dissonant adj m p 0.00 0.27 0.00 0.07 -dissoudra dissoudre ver 3.94 12.30 0.03 0.07 ind:fut:3s; -dissoudrai dissoudre ver 3.94 12.30 0.00 0.07 ind:fut:1s; -dissoudrait dissoudre ver 3.94 12.30 0.01 0.07 cnd:pre:3s; -dissoudre dissoudre ver 3.94 12.30 1.38 6.55 inf; -dissoudront dissoudre ver 3.94 12.30 0.04 0.00 ind:fut:3p; -dissous dissoudre ver m 3.94 12.30 1.19 1.42 imp:pre:2s;ind:pre:1s;ind:pre:2s;par:pas;par:pas; -dissout dissoudre ver 3.94 12.30 1.03 1.08 ind:pre:3s; -dissoute dissoute adj f s 0.46 2.57 0.40 1.42 -dissoutes dissoute adj f p 0.46 2.57 0.07 1.15 -dissèque disséquer ver 1.56 2.16 0.29 0.20 imp:pre:2s;ind:pre:1s;ind:pre:3s; -dissèquent disséquer ver 1.56 2.16 0.01 0.14 ind:pre:3p; -dissuada dissuader ver 3.66 3.72 0.00 0.47 ind:pas:3s; -dissuadai dissuader ver 3.66 3.72 0.00 0.20 ind:pas:1s; -dissuadait dissuader ver 3.66 3.72 0.01 0.20 ind:imp:3s; -dissuadant dissuader ver 3.66 3.72 0.01 0.14 par:pre; -dissuade dissuader ver 3.66 3.72 0.15 0.07 imp:pre:2s;ind:pre:1s;ind:pre:3s; -dissuadent dissuader ver 3.66 3.72 0.02 0.14 ind:pre:3p; -dissuader dissuader ver 3.66 3.72 2.62 1.96 inf; -dissuadera dissuader ver 3.66 3.72 0.10 0.00 ind:fut:3s; -dissuaderas dissuader ver 3.66 3.72 0.01 0.00 ind:fut:2s; -dissuaderez dissuader ver 3.66 3.72 0.03 0.00 ind:fut:2p; -dissuaderont dissuader ver 3.66 3.72 0.02 0.00 ind:fut:3p; -dissuadez dissuader ver 3.66 3.72 0.26 0.00 imp:pre:2p; -dissuadiez dissuader ver 3.66 3.72 0.01 0.00 ind:imp:2p; -dissuadèrent dissuader ver 3.66 3.72 0.00 0.07 ind:pas:3p; -dissuadé dissuader ver m s 3.66 3.72 0.25 0.34 par:pas; -dissuadée dissuader ver f s 3.66 3.72 0.13 0.14 par:pas; -dissuadés dissuader ver m p 3.66 3.72 0.03 0.00 par:pas; -dissuasif dissuasif adj m s 0.21 0.07 0.19 0.07 -dissuasion dissuasion nom f s 0.29 0.27 0.29 0.27 -dissuasive dissuasif adj f s 0.21 0.07 0.02 0.00 -dissémina disséminer ver 0.46 2.16 0.00 0.07 ind:pas:3s; -disséminait disséminer ver 0.46 2.16 0.00 0.07 ind:imp:3s; -disséminant disséminer ver 0.46 2.16 0.01 0.00 par:pre; -dissémination dissémination nom f s 0.07 0.14 0.07 0.14 -disséminent disséminer ver 0.46 2.16 0.01 0.00 ind:pre:3p; -disséminer disséminer ver 0.46 2.16 0.18 0.07 inf; -disséminèrent disséminer ver 0.46 2.16 0.00 0.07 ind:pas:3p; -disséminé disséminé adj m s 0.08 0.47 0.02 0.00 -disséminée disséminé adj f s 0.08 0.47 0.01 0.14 -disséminées disséminer ver f p 0.46 2.16 0.06 0.74 par:pas; -disséminés disséminer ver m p 0.46 2.16 0.17 1.15 par:pas; -disséquai disséquer ver 1.56 2.16 0.01 0.00 ind:pas:1s; -disséquait disséquer ver 1.56 2.16 0.01 0.07 ind:imp:3s; -disséquant disséquer ver 1.56 2.16 0.03 0.00 par:pre; -disséquer disséquer ver 1.56 2.16 0.64 0.88 inf;; -disséqueraient disséquer ver 1.56 2.16 0.00 0.07 cnd:pre:3p; -disséquerais disséquer ver 1.56 2.16 0.02 0.00 cnd:pre:1s; -disséqueur disséqueur nom m s 0.01 0.00 0.01 0.00 -disséquez disséquer ver 1.56 2.16 0.07 0.00 imp:pre:2p; -disséquiez disséquer ver 1.56 2.16 0.03 0.00 ind:imp:2p; -disséquions disséquer ver 1.56 2.16 0.00 0.07 ind:imp:1p; -disséquons disséquer ver 1.56 2.16 0.03 0.00 ind:pre:1p; -disséqué disséquer ver m s 1.56 2.16 0.32 0.47 par:pas; -disséquée disséquer ver f s 1.56 2.16 0.07 0.14 par:pas; -disséqués disséquer ver m p 1.56 2.16 0.04 0.14 par:pas; -dissymétrie dissymétrie nom f s 0.14 0.54 0.14 0.54 -dissymétrique dissymétrique adj m s 0.00 0.27 0.00 0.07 -dissymétriques dissymétrique adj p 0.00 0.27 0.00 0.20 -distal distal adj m s 0.19 0.00 0.15 0.00 -distale distal adj f s 0.19 0.00 0.01 0.00 -distance distance nom f s 31.56 62.43 26.13 52.64 -distancent distancer ver 1.25 1.96 0.01 0.00 ind:pre:3p; -distancer distancer ver 1.25 1.96 0.30 0.47 inf; -distancerez distancer ver 1.25 1.96 0.01 0.00 ind:fut:2p; -distances distance nom f p 31.56 62.43 5.43 9.80 -distanciation distanciation nom f s 0.01 0.00 0.01 0.00 -distancier distancier ver 0.25 0.00 0.15 0.00 inf; -distancié distancier ver m s 0.25 0.00 0.10 0.00 par:pas; -distancé distancer ver m s 1.25 1.96 0.08 0.34 par:pas; -distancée distancer ver f s 1.25 1.96 0.12 0.14 par:pas; -distancés distancer ver m p 1.25 1.96 0.03 0.61 par:pas; -distant distant adj m s 3.48 7.50 2.47 2.64 -distante distant adj f s 3.48 7.50 0.66 2.91 -distantes distant adj f p 3.48 7.50 0.08 0.74 -distança distancer ver 1.25 1.96 0.00 0.20 ind:pas:3s; -distançait distancer ver 1.25 1.96 0.00 0.07 ind:imp:3s; -distançant distancer ver 1.25 1.96 0.01 0.14 par:pre; -distançons distancer ver 1.25 1.96 0.01 0.00 imp:pre:1p; -distants distant adj m p 3.48 7.50 0.28 1.22 -distaux distal adj m p 0.19 0.00 0.03 0.00 -distend distendre ver 0.41 3.24 0.02 0.74 ind:pre:3s; -distendaient distendre ver 0.41 3.24 0.00 0.07 ind:imp:3p; -distendait distendre ver 0.41 3.24 0.00 0.34 ind:imp:3s; -distendant distendre ver 0.41 3.24 0.00 0.14 par:pre; -distende distendre ver 0.41 3.24 0.00 0.07 sub:pre:3s; -distendent distendre ver 0.41 3.24 0.00 0.14 ind:pre:3p; -distendit distendre ver 0.41 3.24 0.00 0.07 ind:pas:3s; -distendrait distendre ver 0.41 3.24 0.00 0.07 cnd:pre:3s; -distendre distendre ver 0.41 3.24 0.00 0.41 inf; -distendu distendre ver m s 0.41 3.24 0.11 0.20 par:pas; -distendue distendu adj f s 0.13 2.64 0.01 0.34 -distendues distendre ver f p 0.41 3.24 0.01 0.20 par:pas; -distendus distendre ver m p 0.41 3.24 0.27 0.47 par:pas; -distension distension nom f s 0.07 0.07 0.07 0.07 -distillaient distiller ver 1.13 4.05 0.00 0.07 ind:imp:3p; -distillait distiller ver 1.13 4.05 0.00 0.81 ind:imp:3s; -distillant distiller ver 1.13 4.05 0.01 0.27 par:pre; -distillat distillat nom m s 0.07 0.00 0.07 0.00 -distillateur distillateur nom m s 0.05 0.14 0.02 0.07 -distillateurs distillateur nom m p 0.05 0.14 0.03 0.07 -distillation distillation nom f s 0.04 0.47 0.04 0.41 -distillations distillation nom f p 0.04 0.47 0.00 0.07 -distille distiller ver 1.13 4.05 0.14 0.95 ind:pre:1s;ind:pre:3s; -distillent distiller ver 1.13 4.05 0.15 0.27 ind:pre:3p; -distiller distiller ver 1.13 4.05 0.23 0.61 inf; -distillera distiller ver 1.13 4.05 0.00 0.07 ind:fut:3s; -distillerie distillerie nom f s 0.98 0.41 0.84 0.41 -distilleries distillerie nom f p 0.98 0.41 0.14 0.00 -distilleront distiller ver 1.13 4.05 0.00 0.07 ind:fut:3p; -distillez distiller ver 1.13 4.05 0.03 0.00 imp:pre:2p;ind:pre:2p; -distillé distiller ver m s 1.13 4.05 0.25 0.54 par:pas; -distillée distiller ver f s 1.13 4.05 0.27 0.27 par:pas; -distillées distiller ver f p 1.13 4.05 0.00 0.07 par:pas; -distillés distiller ver m p 1.13 4.05 0.05 0.07 par:pas; -distinct distinct adj m s 2.56 9.46 0.31 2.43 -distincte distinct adj f s 2.56 9.46 0.26 2.64 -distinctement distinctement adv 1.48 6.76 1.48 6.76 -distinctes distinct adj f p 2.56 9.46 1.38 2.30 -distinctif distinctif adj m s 0.71 1.62 0.34 1.15 -distinctifs distinctif adj m p 0.71 1.62 0.28 0.27 -distinction distinction nom f s 2.86 10.14 2.38 9.19 -distinctions distinction nom f p 2.86 10.14 0.48 0.95 -distinctive distinctif adj f s 0.71 1.62 0.06 0.14 -distinctives distinctif adj f p 0.71 1.62 0.03 0.07 -distincts distinct adj m p 2.56 9.46 0.61 2.09 -distingua distinguer ver 12.77 74.12 0.01 4.39 ind:pas:3s; -distinguai distinguer ver 12.77 74.12 0.00 1.28 ind:pas:1s; -distinguaient distinguer ver 12.77 74.12 0.02 2.64 ind:imp:3p; -distinguais distinguer ver 12.77 74.12 0.40 2.97 ind:imp:1s; -distinguait distinguer ver 12.77 74.12 0.52 12.97 ind:imp:3s; -distinguant distinguer ver 12.77 74.12 0.00 0.74 par:pre; -distingue distinguer ver 12.77 74.12 3.59 15.34 imp:pre:2s;ind:pre:1s;ind:pre:3s; -distinguent distinguer ver 12.77 74.12 0.36 1.15 ind:pre:3p; -distinguer distinguer ver 12.77 74.12 5.74 24.12 inf; -distinguera distinguer ver 12.77 74.12 0.04 0.07 ind:fut:3s; -distingueraient distinguer ver 12.77 74.12 0.01 0.20 cnd:pre:3p; -distinguerait distinguer ver 12.77 74.12 0.00 0.27 cnd:pre:3s; -distinguerez distinguer ver 12.77 74.12 0.01 0.07 ind:fut:2p; -distingues distinguer ver 12.77 74.12 0.32 0.14 ind:pre:2s; -distinguez distinguer ver 12.77 74.12 0.22 0.14 imp:pre:2p;ind:pre:2p; -distinguions distinguer ver 12.77 74.12 0.10 0.41 ind:imp:1p; -distinguo distinguo nom m s 0.06 0.20 0.04 0.20 -distinguons distinguer ver 12.77 74.12 0.01 0.61 imp:pre:1p;ind:pre:1p; -distinguos distinguo nom m p 0.06 0.20 0.02 0.00 -distinguât distinguer ver 12.77 74.12 0.00 0.41 sub:imp:3s; -distinguèrent distinguer ver 12.77 74.12 0.00 0.54 ind:pas:3p; -distingué distingué adj m s 5.04 9.39 2.81 4.19 -distinguée distingué adj f s 5.04 9.39 1.23 2.16 -distinguées distingué adj f p 5.04 9.39 0.21 0.68 -distingués distingué adj m p 5.04 9.39 0.80 2.36 -distord distordre ver 0.10 0.61 0.00 0.07 ind:pre:3s; -distordant distordre ver 0.10 0.61 0.00 0.07 par:pre; -distordre distordre ver 0.10 0.61 0.01 0.07 inf; -distordu distordre ver m s 0.10 0.61 0.02 0.20 par:pas; -distordue distordre ver f s 0.10 0.61 0.06 0.14 par:pas; -distordues distordre ver f p 0.10 0.61 0.00 0.07 par:pas; -distorsion distorsion nom f s 1.05 0.61 0.80 0.27 -distorsions distorsion nom f p 1.05 0.61 0.26 0.34 -distraction distraction nom f s 3.98 14.05 2.80 9.19 -distractions distraction nom f p 3.98 14.05 1.18 4.86 -distractives distractif adj f p 0.00 0.07 0.00 0.07 -distraie distraire ver 15.99 27.77 0.02 0.20 sub:pre:1s;sub:pre:3s; -distraient distraire ver 15.99 27.77 0.37 0.27 ind:pre:3p;sub:pre:3p; -distraies distraire ver 15.99 27.77 0.01 0.07 sub:pre:2s; -distraira distraire ver 15.99 27.77 0.41 0.34 ind:fut:3s; -distrairaient distraire ver 15.99 27.77 0.00 0.07 cnd:pre:3p; -distrairait distraire ver 15.99 27.77 0.05 0.41 cnd:pre:3s; -distraire distraire ver 15.99 27.77 7.55 13.38 ind:pre:2p;inf; -distrairont distraire ver 15.99 27.77 0.01 0.07 ind:fut:3p; -distrais distraire ver 15.99 27.77 0.76 0.20 imp:pre:2s;ind:pre:1s;ind:pre:2s; -distrait distraire ver m s 15.99 27.77 4.45 6.76 ind:pre:3s;par:pas; -distraite distraire ver f s 15.99 27.77 1.20 2.50 par:pas; -distraitement distraitement adv 0.11 13.51 0.11 13.51 -distraites distraire ver f p 15.99 27.77 0.05 0.20 par:pas; -distraits distraire ver m p 15.99 27.77 0.29 0.74 par:pas; -distrayaient distraire ver 15.99 27.77 0.00 0.54 ind:imp:3p; -distrayais distraire ver 15.99 27.77 0.04 0.27 ind:imp:1s; -distrayait distraire ver 15.99 27.77 0.15 1.42 ind:imp:3s; -distrayant distrayant adj m s 0.94 1.08 0.64 0.81 -distrayante distrayant adj f s 0.94 1.08 0.25 0.00 -distrayantes distrayant adj f p 0.94 1.08 0.03 0.14 -distrayants distrayant adj m p 0.94 1.08 0.03 0.14 -distrayez distraire ver 15.99 27.77 0.34 0.00 imp:pre:2p;ind:pre:2p; -distrayons distraire ver 15.99 27.77 0.11 0.07 imp:pre:1p;ind:pre:1p; -distribua distribuer ver 14.06 25.54 0.18 1.55 ind:pas:3s; -distribuai distribuer ver 14.06 25.54 0.00 0.20 ind:pas:1s; -distribuaient distribuer ver 14.06 25.54 0.18 1.15 ind:imp:3p; -distribuais distribuer ver 14.06 25.54 0.14 0.14 ind:imp:1s;ind:imp:2s; -distribuait distribuer ver 14.06 25.54 0.41 4.59 ind:imp:3s; -distribuant distribuer ver 14.06 25.54 0.31 1.89 par:pre; -distribue distribuer ver 14.06 25.54 2.00 3.45 imp:pre:2s;ind:pre:1s;ind:pre:3s; -distribuent distribuer ver 14.06 25.54 0.42 0.81 ind:pre:3p; -distribuer distribuer ver 14.06 25.54 4.90 5.88 inf; -distribuera distribuer ver 14.06 25.54 0.15 0.20 ind:fut:3s; -distribuerai distribuer ver 14.06 25.54 0.36 0.00 ind:fut:1s; -distribuerais distribuer ver 14.06 25.54 0.02 0.00 cnd:pre:1s; -distribuerait distribuer ver 14.06 25.54 0.00 0.34 cnd:pre:3s; -distribuerez distribuer ver 14.06 25.54 0.19 0.00 ind:fut:2p; -distribuerions distribuer ver 14.06 25.54 0.00 0.07 cnd:pre:1p; -distribuerons distribuer ver 14.06 25.54 0.02 0.00 ind:fut:1p; -distribueront distribuer ver 14.06 25.54 0.04 0.07 ind:fut:3p; -distribues distribuer ver 14.06 25.54 0.56 0.00 ind:pre:2s; -distribuez distribuer ver 14.06 25.54 0.91 0.07 imp:pre:2p;ind:pre:2p; -distribuiez distribuer ver 14.06 25.54 0.01 0.00 ind:imp:2p; -distribuions distribuer ver 14.06 25.54 0.01 0.07 ind:imp:1p; -distribuons distribuer ver 14.06 25.54 0.10 0.07 imp:pre:1p;ind:pre:1p; -distribuât distribuer ver 14.06 25.54 0.00 0.07 sub:imp:3s; -distributeur distributeur nom m s 7.88 2.77 6.03 1.89 -distributeurs distributeur nom m p 7.88 2.77 1.84 0.81 -distribuèrent distribuer ver 14.06 25.54 0.00 0.07 ind:pas:3p; -distribution distribution nom f s 4.77 8.85 4.63 7.23 -distributions distribution nom f p 4.77 8.85 0.14 1.62 -distributive distributif adj f s 0.00 0.07 0.00 0.07 -distributrice distributeur nom f s 7.88 2.77 0.02 0.07 -distribué distribuer ver m s 14.06 25.54 2.17 2.16 par:pas; -distribuée distribuer ver f s 14.06 25.54 0.35 0.34 par:pas; -distribuées distribuer ver f p 14.06 25.54 0.34 0.95 par:pas; -distribués distribuer ver m p 14.06 25.54 0.28 1.42 par:pas; -district district nom m s 6.14 1.69 5.85 1.42 -districts district nom m p 6.14 1.69 0.29 0.27 -dit dire ver_sup m s 5946.17 4832.50 2146.01 2601.62 ind:fut:3p;ind:pre:3s;ind:pas:3s;par:pas; -dite dire ver_sup f s 5946.17 4832.50 4.53 9.19 par:pas; -dites dire ver_sup f p 5946.17 4832.50 311.69 77.43 imp:pre:2p;ind:pre:2p;par:pas; -dièdre dièdre nom m s 0.00 0.41 0.00 0.27 -dièdres dièdre nom m p 0.00 0.41 0.00 0.14 -dièse diéser ver 0.51 0.41 0.51 0.34 ind:pre:3s; -dièses dièse nom m p 0.27 0.27 0.02 0.14 -diète diète nom f s 0.42 0.54 0.42 0.54 -dithyrambe dithyrambe nom m s 0.00 0.34 0.00 0.14 -dithyrambes dithyrambe nom m p 0.00 0.34 0.00 0.20 -dithyrambique dithyrambique adj m s 0.03 0.47 0.01 0.27 -dithyrambiques dithyrambique adj p 0.03 0.47 0.02 0.20 -dito dito adv 0.00 0.34 0.00 0.34 -dits dire ver_sup m p 5946.17 4832.50 1.52 4.46 par:pas; -diurnal diurnal adj m s 0.00 0.07 0.00 0.07 -diurne diurne adj s 0.09 2.03 0.07 1.69 -diurnes diurne adj p 0.09 2.03 0.01 0.34 -diurèse diurèse nom f s 0.07 0.00 0.07 0.00 -diérèses diérèse nom f p 0.00 0.07 0.00 0.07 -diurétique diurétique adj s 0.28 0.00 0.14 0.00 -diurétiques diurétique adj p 0.28 0.00 0.14 0.00 -diéthylénique diéthylénique adj m s 0.01 0.00 0.01 0.00 -diététicien diététicien nom m s 0.09 0.61 0.03 0.54 -diététicienne diététicien nom f s 0.09 0.61 0.06 0.00 -diététiciens diététicien nom m p 0.09 0.61 0.00 0.07 -diététique diététique adj s 1.03 0.47 0.96 0.27 -diététiques diététique adj p 1.03 0.47 0.07 0.20 -diététiste diététiste nom s 0.01 0.00 0.01 0.00 -diva diva nom f s 4.16 1.28 3.60 1.22 -divagant divagant adj m s 0.00 0.20 0.00 0.14 -divagants divagant adj m p 0.00 0.20 0.00 0.07 -divagation divagation nom f s 0.53 2.23 0.00 0.61 -divagations divagation nom f p 0.53 2.23 0.53 1.62 -divaguaient divaguer ver 2.91 4.26 0.00 0.20 ind:imp:3p; -divaguait divaguer ver 2.91 4.26 0.19 0.74 ind:imp:3s; -divaguant divaguer ver 2.91 4.26 0.03 0.41 par:pre; -divague divaguer ver 2.91 4.26 1.27 1.28 imp:pre:2s;ind:pre:1s;ind:pre:3s; -divaguent divaguer ver 2.91 4.26 0.01 0.27 ind:pre:3p; -divaguer divaguer ver 2.91 4.26 0.44 1.15 ind:pre:2p;inf; -divagues divaguer ver 2.91 4.26 0.59 0.07 ind:pre:2s; -divaguez divaguer ver 2.91 4.26 0.32 0.07 ind:pre:2p; -divagué divaguer ver m s 2.91 4.26 0.07 0.07 par:pas; -divan divan nom m s 4.92 24.46 4.89 21.55 -divans divan nom m p 4.92 24.46 0.03 2.91 -divas diva nom f p 4.16 1.28 0.56 0.07 -dive dive adj f s 0.00 0.20 0.00 0.20 -diverge diverger ver 0.57 1.01 0.17 0.00 ind:pre:3s; -divergeaient diverger ver 0.57 1.01 0.03 0.34 ind:imp:3p; -divergeait diverger ver 0.57 1.01 0.01 0.00 ind:imp:3s; -divergeant diverger ver 0.57 1.01 0.00 0.14 par:pre; -divergence divergence nom f s 1.19 2.84 0.41 0.95 -divergences divergence nom f p 1.19 2.84 0.77 1.89 -divergent diverger ver 0.57 1.01 0.25 0.20 ind:pre:3p; -divergente divergent adj f s 0.43 2.23 0.02 0.00 -divergentes divergent adj f p 0.43 2.23 0.31 0.68 -divergents divergent adj m p 0.43 2.23 0.03 0.95 -divergeons diverger ver 0.57 1.01 0.02 0.00 ind:pre:1p; -diverger diverger ver 0.57 1.01 0.01 0.27 inf; -divergez diverger ver 0.57 1.01 0.01 0.00 ind:pre:2p; -divergions diverger ver 0.57 1.01 0.01 0.00 ind:imp:1p; -divergé diverger ver m s 0.57 1.01 0.06 0.07 par:pas; -divers divers adj_ind m p 7.28 52.77 3.60 11.69 -diverse divers adj f s 7.28 52.77 0.03 0.68 -diversement diversement adv 0.04 0.74 0.04 0.74 -diverses diverses adj_ind f p 3.08 8.04 3.08 8.04 -diversifiant diversifier ver 0.54 0.88 0.00 0.07 par:pre; -diversification diversification nom f s 0.14 0.14 0.14 0.14 -diversifie diversifier ver 0.54 0.88 0.09 0.07 imp:pre:2s;ind:pre:1s;ind:pre:3s; -diversifient diversifier ver 0.54 0.88 0.04 0.14 ind:pre:3p; -diversifier diversifier ver 0.54 0.88 0.23 0.41 inf; -diversifié diversifier ver m s 0.54 0.88 0.05 0.07 par:pas; -diversifiée diversifier ver f s 0.54 0.88 0.06 0.07 par:pas; -diversifiées diversifier ver f p 0.54 0.88 0.03 0.07 par:pas; -diversifiés diversifier ver m p 0.54 0.88 0.05 0.00 par:pas; -diversion diversion nom f s 4.33 6.22 4.26 6.01 -diversions diversion nom f p 4.33 6.22 0.07 0.20 -diversité diversité nom f s 1.02 3.85 1.01 3.78 -diversités diversité nom f p 1.02 3.85 0.01 0.07 -diverti divertir ver m s 4.49 4.26 0.28 0.68 par:pas; -diverticule diverticule nom m s 0.03 0.00 0.03 0.00 -diverticulose diverticulose nom f s 0.04 0.00 0.04 0.00 -divertie divertir ver f s 4.49 4.26 0.08 0.00 par:pas; -divertimento divertimento nom m s 0.00 0.14 0.00 0.14 -divertir divertir ver 4.49 4.26 2.71 1.82 inf; -divertira divertir ver 4.49 4.26 0.01 0.07 ind:fut:3s; -divertirait divertir ver 4.49 4.26 0.02 0.00 cnd:pre:3s; -divertirent divertir ver 4.49 4.26 0.00 0.07 ind:pas:3p; -divertirons divertir ver 4.49 4.26 0.11 0.00 ind:fut:1p; -divertiront divertir ver 4.49 4.26 0.03 0.00 ind:fut:3p; -divertis divertir ver m p 4.49 4.26 0.45 0.20 imp:pre:2s;ind:pre:1s;ind:pre:2s;ind:pas:1s;par:pas; -divertissaient divertir ver 4.49 4.26 0.02 0.20 ind:imp:3p; -divertissais divertir ver 4.49 4.26 0.01 0.14 ind:imp:1s; -divertissait divertir ver 4.49 4.26 0.03 0.27 ind:imp:3s; -divertissant divertissant adj m s 1.44 1.55 0.95 0.68 -divertissante divertissant adj f s 1.44 1.55 0.26 0.54 -divertissantes divertissant adj f p 1.44 1.55 0.04 0.34 -divertissants divertissant adj m p 1.44 1.55 0.19 0.00 -divertissement divertissement nom m s 4.21 5.47 3.67 3.38 -divertissements divertissement nom m p 4.21 5.47 0.55 2.09 -divertissent divertir ver 4.49 4.26 0.14 0.27 ind:pre:3p; -divertissez divertir ver 4.49 4.26 0.17 0.00 imp:pre:2p;ind:pre:2p; -divertissons divertir ver 4.49 4.26 0.00 0.07 imp:pre:1p; -divertit divertir ver 4.49 4.26 0.38 0.41 ind:pre:3s;ind:pas:3s; -dividende dividende nom m s 0.57 0.47 0.03 0.07 -dividendes dividende nom m p 0.57 0.47 0.55 0.41 -divin divin adj m s 26.55 24.93 10.01 10.14 -divination divination nom f s 0.56 1.08 0.54 1.01 -divinations divination nom f p 0.56 1.08 0.02 0.07 -divinatoire divinatoire adj f s 0.04 0.27 0.00 0.20 -divinatoires divinatoire adj p 0.04 0.27 0.04 0.07 -divinatrice divinateur adj f s 0.00 0.41 0.00 0.34 -divinatrices divinateur adj f p 0.00 0.41 0.00 0.07 -divine divin adj f s 26.55 24.93 14.00 11.76 -divinement divinement adv 1.14 1.28 1.14 1.28 -divines divin adj f p 26.55 24.93 1.42 2.03 -divinisaient diviniser ver 0.00 0.41 0.00 0.07 ind:imp:3p; -divinisant divinisant adj m s 0.00 0.07 0.00 0.07 -divinise diviniser ver 0.00 0.41 0.00 0.14 ind:pre:3s; -divinisez diviniser ver 0.00 0.41 0.00 0.07 ind:pre:2p; -divinisé diviniser ver m s 0.00 0.41 0.00 0.07 par:pas; -divinisée diviniser ver f s 0.00 0.41 0.00 0.07 par:pas; -divinité divinité nom f s 2.53 5.95 2.31 3.45 -divinités divinité nom f p 2.53 5.95 0.22 2.50 -divins divin adj m p 26.55 24.93 1.12 1.01 -divisa diviser ver 10.14 16.69 0.15 0.41 ind:pas:3s; -divisaient diviser ver 10.14 16.69 0.03 0.54 ind:imp:3p; -divisais diviser ver 10.14 16.69 0.00 0.14 ind:imp:1s; -divisait diviser ver 10.14 16.69 0.17 1.62 ind:imp:3s; -divisant diviser ver 10.14 16.69 0.30 0.61 par:pre; -divise diviser ver 10.14 16.69 1.73 2.70 imp:pre:2s;ind:pre:1s;ind:pre:3s; -divisent diviser ver 10.14 16.69 0.70 1.01 ind:pre:3p; -diviser diviser ver 10.14 16.69 2.11 2.36 inf; -divisera diviser ver 10.14 16.69 0.14 0.00 ind:fut:3s; -diviserais diviser ver 10.14 16.69 0.10 0.07 cnd:pre:1s;cnd:pre:2s; -diviserait diviser ver 10.14 16.69 0.02 0.14 cnd:pre:3s; -divises diviser ver 10.14 16.69 0.20 0.07 ind:pre:2s; -diviseur diviseur nom m s 0.01 0.20 0.01 0.14 -diviseuse diviseur nom f s 0.01 0.20 0.00 0.07 -divisez diviser ver 10.14 16.69 0.30 0.00 imp:pre:2p;ind:pre:2p; -divisible divisible adj s 0.23 0.27 0.17 0.27 -divisibles divisible adj m p 0.23 0.27 0.06 0.00 -division division nom f s 13.07 43.51 11.60 29.73 -divisionnaire divisionnaire nom s 2.25 1.89 2.25 1.76 -divisionnaires divisionnaire adj m p 1.03 3.45 0.01 0.07 -divisionnisme divisionnisme nom m s 0.00 0.07 0.00 0.07 -divisions division nom f p 13.07 43.51 1.48 13.78 -divisons diviser ver 10.14 16.69 0.10 0.07 imp:pre:1p;ind:pre:1p; -divisèrent diviser ver 10.14 16.69 0.00 0.20 ind:pas:3p; -divisé diviser ver m s 10.14 16.69 1.85 2.91 par:pas; -divisée diviser ver f s 10.14 16.69 1.17 2.16 par:pas; -divisées diviser ver f p 10.14 16.69 0.23 0.27 par:pas; -divisés diviser ver m p 10.14 16.69 0.84 1.35 par:pas; -divorce divorce nom m s 23.23 11.15 21.64 10.54 -divorcent divorcer ver 27.50 8.11 0.67 0.61 ind:pre:3p; -divorcer divorcer ver 27.50 8.11 12.03 2.16 inf; -divorcera divorcer ver 27.50 8.11 0.32 0.14 ind:fut:3s; -divorcerai divorcer ver 27.50 8.11 0.41 0.14 ind:fut:1s; -divorcerais divorcer ver 27.50 8.11 0.30 0.20 cnd:pre:1s;cnd:pre:2s; -divorcerait divorcer ver 27.50 8.11 0.07 0.00 cnd:pre:3s; -divorceras divorcer ver 27.50 8.11 0.02 0.00 ind:fut:2s; -divorcerez divorcer ver 27.50 8.11 0.02 0.14 ind:fut:2p; -divorceriez divorcer ver 27.50 8.11 0.01 0.00 cnd:pre:2p; -divorcerons divorcer ver 27.50 8.11 0.00 0.07 ind:fut:1p; -divorceront divorcer ver 27.50 8.11 0.10 0.07 ind:fut:3p; -divorces divorce nom m p 23.23 11.15 1.58 0.61 -divorcez divorcer ver 27.50 8.11 0.67 0.00 imp:pre:2p;ind:pre:2p; -divorciez divorcer ver 27.50 8.11 0.04 0.00 ind:imp:2p; -divorcions divorcer ver 27.50 8.11 0.10 0.14 ind:imp:1p; -divorcèrent divorcer ver 27.50 8.11 0.02 0.14 ind:pas:3p; -divorcé divorcer ver m s 27.50 8.11 6.04 2.23 par:pas; -divorcée divorcer ver f s 27.50 8.11 1.58 0.47 par:pas; -divorcées divorcé adj f p 1.64 0.95 0.14 0.07 -divorcés divorcer ver m p 27.50 8.11 1.50 0.07 par:pas; -divorça divorcer ver 27.50 8.11 0.14 0.07 ind:pas:3s; -divorçaient divorcer ver 27.50 8.11 0.04 0.07 ind:imp:3p; -divorçait divorcer ver 27.50 8.11 0.12 0.27 ind:imp:3s; -divorçant divorcer ver 27.50 8.11 0.04 0.20 par:pre; -divorçons divorcer ver 27.50 8.11 0.48 0.14 imp:pre:1p;ind:pre:1p; -divulgation divulgation nom f s 0.33 0.61 0.33 0.61 -divulguait divulguer ver 2.48 1.96 0.00 0.20 ind:imp:3s; -divulguant divulguer ver 2.48 1.96 0.00 0.14 par:pre; -divulgue divulguer ver 2.48 1.96 0.27 0.07 imp:pre:2s;ind:pre:1s;ind:pre:3s; -divulguer divulguer ver 2.48 1.96 1.06 0.95 inf; -divulguera divulguer ver 2.48 1.96 0.04 0.07 ind:fut:3s; -divulguez divulguer ver 2.48 1.96 0.09 0.00 imp:pre:2p;ind:pre:2p; -divulguons divulguer ver 2.48 1.96 0.05 0.00 imp:pre:1p;ind:pre:1p; -divulgué divulguer ver m s 2.48 1.96 0.71 0.34 par:pas; -divulguée divulguer ver f s 2.48 1.96 0.08 0.07 par:pas; -divulguées divulguer ver f p 2.48 1.96 0.06 0.00 par:pas; -divulgués divulguer ver m p 2.48 1.96 0.11 0.14 par:pas; -dix_cors dix_cors nom m 0.03 0.88 0.03 0.88 -dix_huit dix_huit adj_num 4.44 31.69 4.44 31.69 -dix_huitième dix_huitième nom s 0.16 0.27 0.16 0.27 -dix_neuf dix_neuf adj_num 2.11 10.54 2.11 10.54 -dix_neuvième dix_neuvième adj 0.15 1.22 0.15 1.22 -dix_sept dix_sept adj_num 3.69 19.59 3.69 19.59 -dix_septième dix_septième adj 0.22 1.22 0.22 1.22 -dix dix adj_num 118.29 209.86 118.29 209.86 -dixie dixie nom m s 1.40 0.00 1.40 0.00 -dixieland dixieland nom m s 0.14 0.00 0.14 0.00 -dixit dixit adj m s 0.54 0.68 0.54 0.68 -dixième dixième adj 1.76 2.77 1.73 2.70 -dixièmement dixièmement adv 0.02 0.00 0.02 0.00 -dixièmes dixième nom p 1.60 4.32 0.23 1.28 -dizain dizain nom m s 0.14 0.00 0.14 0.00 -dizaine dizaine nom f s 11.08 44.73 5.87 26.55 -dizaines dizaine nom f p 11.08 44.73 5.21 18.18 -djebel djebel nom m s 0.00 2.84 0.00 2.30 -djebels djebel nom m p 0.00 2.84 0.00 0.54 -djellaba djellaba nom f s 0.30 1.69 0.15 1.15 -djellabas djellaba nom f p 0.30 1.69 0.16 0.54 -djemââ djemââ nom f s 0.00 0.07 0.00 0.07 -djihad djihad nom m s 0.44 0.00 0.43 0.00 -djihads djihad nom m p 0.44 0.00 0.01 0.00 -djinn djinn nom m s 0.36 0.61 0.34 0.00 -djinns djinn nom m p 0.36 0.61 0.02 0.61 -dm dm adj_num 0.40 0.00 0.40 0.00 -dna dna nom m s 0.09 0.00 0.09 0.00 -do do nom m 16.66 3.78 16.66 3.78 -doña doña nom f s 2.44 0.00 2.44 0.00 -doberman doberman nom m s 1.03 0.95 0.69 0.34 -dobermans doberman nom m p 1.03 0.95 0.33 0.61 -doc doc nom m s 4.04 0.54 4.04 0.54 -doche doche nom f s 0.00 0.07 0.00 0.07 -docile docile adj s 2.12 9.66 1.68 7.43 -docilement docilement adv 0.07 5.54 0.07 5.54 -dociles docile adj p 2.12 9.66 0.44 2.23 -docilité docilité nom f s 0.14 3.85 0.14 3.85 -dock dock nom m s 3.10 3.99 0.92 0.81 -docker docker nom m s 0.90 3.18 0.39 0.68 -dockers docker nom m p 0.90 3.18 0.51 2.50 -docks dock nom m p 3.10 3.99 2.18 3.18 -docte docte adj s 0.17 1.89 0.17 1.42 -doctement doctement adv 0.00 0.54 0.00 0.54 -doctes docte adj m p 0.17 1.89 0.01 0.47 -docteur docteur nom m s 233.86 87.36 223.48 83.11 -docteurs docteur nom m p 233.86 87.36 9.72 3.18 -doctissime doctissime adj m s 0.03 0.00 0.03 0.00 -doctoral doctoral adj m s 0.00 0.81 0.00 0.54 -doctorale doctoral adj f s 0.00 0.81 0.00 0.27 -doctorat doctorat nom m s 4.07 1.82 3.76 1.76 -doctorats doctorat nom m p 4.07 1.82 0.31 0.07 -doctoresse docteur nom f s 233.86 87.36 0.66 1.08 -doctrina doctriner ver 0.00 0.07 0.00 0.07 ind:pas:3s; -doctrinaire doctrinaire adj s 0.02 0.14 0.02 0.14 -doctrinaires doctrinaire nom p 0.00 0.27 0.00 0.07 -doctrinal doctrinal adj m s 0.01 0.47 0.00 0.27 -doctrinale doctrinal adj f s 0.01 0.47 0.01 0.14 -doctrinales doctrinal adj f p 0.01 0.47 0.00 0.07 -doctrine doctrine nom f s 1.81 7.77 1.54 5.68 -doctrines doctrine nom f p 1.81 7.77 0.27 2.09 -docudrame docudrame nom m s 0.03 0.00 0.03 0.00 -document document nom m s 24.86 16.01 9.34 6.69 -documenta documenter ver 1.53 0.95 0.01 0.14 ind:pas:3s; -documentaire documentaire nom m s 4.88 0.95 4.13 0.74 -documentaires documentaire nom m p 4.88 0.95 0.75 0.20 -documentais documenter ver 1.53 0.95 0.01 0.00 ind:imp:1s; -documentait documenter ver 1.53 0.95 0.04 0.00 ind:imp:3s; -documentaliste documentaliste nom s 0.29 0.27 0.27 0.20 -documentalistes documentaliste nom p 0.29 0.27 0.03 0.07 -documentant documenter ver 1.53 0.95 0.05 0.07 par:pre; -documentariste documentariste nom s 0.04 0.00 0.03 0.00 -documentaristes documentariste nom p 0.04 0.00 0.01 0.00 -documentation documentation nom f s 1.44 2.43 1.43 2.23 -documentations documentation nom f p 1.44 2.43 0.01 0.20 -documente documenter ver 1.53 0.95 0.23 0.00 imp:pre:2s;ind:pre:1s;ind:pre:3s; -documentent documenter ver 1.53 0.95 0.01 0.07 ind:pre:3p; -documenter documenter ver 1.53 0.95 0.85 0.47 inf; -documenterai documenter ver 1.53 0.95 0.00 0.07 ind:fut:1s; -documentes documenter ver 1.53 0.95 0.00 0.07 ind:pre:2s; -documents document nom m p 24.86 16.01 15.53 9.32 -documenté documenter ver m s 1.53 0.95 0.22 0.07 par:pas; -documentée documenté adj f s 0.39 0.07 0.15 0.00 -documentés documenter ver m p 1.53 0.95 0.05 0.00 par:pas; -dodelinaient dodeliner ver 0.03 2.77 0.00 0.07 ind:imp:3p; -dodelinais dodeliner ver 0.03 2.77 0.01 0.07 ind:imp:1s; -dodelinait dodeliner ver 0.03 2.77 0.00 0.68 ind:imp:3s; -dodelinant dodeliner ver 0.03 2.77 0.01 1.01 par:pre; -dodelinante dodelinant adj f s 0.01 0.27 0.00 0.07 -dodelinantes dodelinant adj f p 0.01 0.27 0.00 0.07 -dodeline dodeliner ver 0.03 2.77 0.01 0.41 imp:pre:2s;ind:pre:3s; -dodelinent dodeliner ver 0.03 2.77 0.00 0.14 ind:pre:3p; -dodeliner dodeliner ver 0.03 2.77 0.00 0.27 inf; -dodelinèrent dodeliner ver 0.03 2.77 0.00 0.07 ind:pas:3p; -dodeliné dodeliner ver m s 0.03 2.77 0.00 0.07 par:pas; -dodine dodiner ver 0.00 0.07 0.00 0.07 ind:pre:3s; -dodo dodo nom m s 7.53 2.50 7.52 2.43 -dodos dodo nom m p 7.53 2.50 0.01 0.07 -dodu dodu adj m s 0.89 5.00 0.34 1.89 -dodécagone dodécagone nom m s 0.00 0.07 0.00 0.07 -dodécaphoniste dodécaphoniste nom s 0.00 0.07 0.00 0.07 -dodécaèdre dodécaèdre nom m s 0.03 0.14 0.03 0.14 -dodue dodu adj f s 0.89 5.00 0.13 1.42 -dodues dodu adj f p 0.89 5.00 0.20 0.88 -dodus dodu adj m p 0.89 5.00 0.23 0.81 -dog_cart dog_cart nom m s 0.04 0.00 0.04 0.00 -dogaresse dogaresse nom f s 0.00 0.14 0.00 0.07 -dogaresses dogaresse nom f p 0.00 0.14 0.00 0.07 -doge doge nom m s 0.53 3.45 0.41 1.89 -doges doge nom m p 0.53 3.45 0.11 1.55 -dogger dogger nom m s 0.14 0.00 0.14 0.00 -dogmatique dogmatique adj s 0.17 1.01 0.03 0.61 -dogmatiques dogmatique adj p 0.17 1.01 0.14 0.41 -dogmatisme dogmatisme nom m s 0.10 0.34 0.10 0.34 -dogme dogme nom m s 0.63 2.77 0.49 1.35 -dogmes dogme nom m p 0.63 2.77 0.14 1.42 -dogue dogue nom m s 0.14 1.42 0.14 0.81 -dogues dogue nom m p 0.14 1.42 0.00 0.61 -doguin doguin nom m s 0.00 0.07 0.00 0.07 -doigt doigt nom m s 85.69 256.15 39.83 80.34 -doigta doigter ver 0.10 0.07 0.00 0.07 ind:pas:3s; -doigtait doigter ver 0.10 0.07 0.01 0.00 ind:imp:3s; -doigter doigter ver 0.10 0.07 0.04 0.00 inf; -doigtier doigtier nom m s 0.00 0.20 0.00 0.20 -doigts doigt nom m p 85.69 256.15 45.86 175.81 -doigté doigté nom m s 1.00 1.15 1.00 1.15 -dois devoir ver_sup 3232.80 1318.24 894.67 102.03 imp:pre:2s;ind:pre:1s;ind:pre:2s; -doit devoir ver_sup 3232.80 1318.24 654.84 224.59 ind:pre:3s; -doive devoir ver_sup 3232.80 1318.24 5.50 4.32 sub:pre:1s;sub:pre:3s; -doivent devoir ver_sup 3232.80 1318.24 85.42 45.95 ind:pre:3p;sub:pre:3p; -doives devoir ver_sup 3232.80 1318.24 1.25 0.14 sub:pre:2s; -dojo dojo nom m s 0.93 0.34 0.93 0.34 -dol dol nom m s 0.34 0.07 0.34 0.07 -dolby dolby nom m s 0.05 0.00 0.05 0.00 -dolce dolce adv 1.53 0.74 1.53 0.74 -dolent dolent adj m s 0.27 2.36 0.00 0.68 -dolente dolent adj f s 0.27 2.36 0.27 1.35 -dolentes dolent adj f p 0.27 2.36 0.00 0.14 -dolents dolent adj m p 0.27 2.36 0.00 0.20 -dolichocéphale dolichocéphale adj m s 0.10 0.20 0.10 0.00 -dolichocéphales dolichocéphale adj p 0.10 0.20 0.00 0.20 -dolichocéphalie dolichocéphalie nom f s 0.00 0.07 0.00 0.07 -doline doline nom f s 0.01 0.00 0.01 0.00 -dolique dolique nom m s 0.01 0.00 0.01 0.00 -dollar dollar nom m s 134.10 16.96 13.89 3.85 -dollars dollar nom m p 134.10 16.96 120.22 13.11 -dolman dolman nom m s 0.00 1.15 0.00 0.88 -dolmans dolman nom m p 0.00 1.15 0.00 0.27 -dolmen dolmen nom m s 0.01 1.89 0.00 1.15 -dolmens dolmen nom m p 0.01 1.89 0.01 0.74 -dolomies dolomie nom f p 0.14 0.07 0.14 0.07 -dolomite dolomite nom f s 0.08 0.00 0.08 0.00 -dolorisme dolorisme nom m s 0.00 0.07 0.00 0.07 -doloriste doloriste nom s 0.00 0.07 0.00 0.07 -doléance doléance nom f s 0.46 1.76 0.00 0.14 -doléances doléance nom f p 0.46 1.76 0.46 1.62 -dom dom nom m s 0.39 0.34 0.39 0.34 -domaine domaine nom m s 21.57 46.22 19.21 37.91 -domaines domaine nom m p 21.57 46.22 2.37 8.31 -domanial domanial adj m s 0.00 0.47 0.00 0.14 -domaniale domanial adj f s 0.00 0.47 0.00 0.27 -domaniaux domanial adj m p 0.00 0.47 0.00 0.07 -domestication domestication nom f s 0.02 0.47 0.02 0.47 -domesticité domesticité nom f s 0.18 0.88 0.18 0.88 -domestiqua domestiquer ver 0.41 3.58 0.00 0.14 ind:pas:3s; -domestiquait domestiquer ver 0.41 3.58 0.00 0.07 ind:imp:3s; -domestique domestique nom s 10.09 18.51 4.57 7.23 -domestiquement domestiquement adv 0.00 0.07 0.00 0.07 -domestiquer domestiquer ver 0.41 3.58 0.07 0.88 inf; -domestiques domestique nom p 10.09 18.51 5.52 11.28 -domestiquez domestiquer ver 0.41 3.58 0.00 0.07 imp:pre:2p; -domestiqué domestiquer ver m s 0.41 3.58 0.12 0.68 par:pas; -domestiquée domestiquer ver f s 0.41 3.58 0.04 0.81 par:pas; -domestiquées domestiquer ver f p 0.41 3.58 0.01 0.14 par:pas; -domestiqués domestiquer ver m p 0.41 3.58 0.06 0.68 par:pas; -domicile domicile nom m s 11.69 15.34 11.60 14.93 -domiciles domicile nom m p 11.69 15.34 0.09 0.41 -domiciliaires domiciliaire adj f p 0.00 0.20 0.00 0.20 -domiciliation domiciliation nom f s 0.00 0.07 0.00 0.07 -domicilier domicilier ver 0.38 0.74 0.00 0.14 inf; -domicilié domicilié adj m s 0.53 0.07 0.52 0.00 -domiciliée domicilier ver f s 0.38 0.74 0.14 0.27 par:pas; -domiciliés domicilié adj m p 0.53 0.07 0.01 0.00 -domina dominer ver 15.66 50.61 0.27 1.08 ind:pas:3s; -dominaient dominer ver 15.66 50.61 0.02 2.57 ind:imp:3p; -dominais dominer ver 15.66 50.61 0.02 0.34 ind:imp:1s;ind:imp:2s; -dominait dominer ver 15.66 50.61 0.42 9.32 ind:imp:3s; -dominance dominance nom f s 0.14 0.07 0.14 0.07 -dominant dominant adj m s 2.34 3.85 1.41 1.69 -dominante dominant adj f s 2.34 3.85 0.68 1.15 -dominantes dominant adj f p 2.34 3.85 0.04 0.54 -dominants dominant adj m p 2.34 3.85 0.22 0.47 -dominateur dominateur adj m s 0.97 1.49 0.53 0.95 -dominateurs dominateur adj m p 0.97 1.49 0.01 0.14 -domination domination nom f s 2.42 5.88 2.39 5.68 -dominations domination nom f p 2.42 5.88 0.04 0.20 -dominatrice dominateur adj f s 0.97 1.49 0.42 0.34 -dominatrices dominatrice nom f p 0.03 0.00 0.03 0.00 -domine dominer ver 15.66 50.61 4.04 9.59 imp:pre:2s;ind:pre:1s;ind:pre:3s; -dominent dominer ver 15.66 50.61 0.73 3.11 ind:pre:3p; -dominer dominer ver 15.66 50.61 5.07 10.34 inf; -dominera dominer ver 15.66 50.61 0.59 0.27 ind:fut:3s; -dominerai dominer ver 15.66 50.61 0.17 0.00 ind:fut:1s; -domineraient dominer ver 15.66 50.61 0.00 0.07 cnd:pre:3p; -dominerais dominer ver 15.66 50.61 0.01 0.27 cnd:pre:1s;cnd:pre:2s; -dominerait dominer ver 15.66 50.61 0.05 0.07 cnd:pre:3s; -domineras dominer ver 15.66 50.61 0.11 0.00 ind:fut:2s; -domineriez dominer ver 15.66 50.61 0.01 0.00 cnd:pre:2p; -dominerions dominer ver 15.66 50.61 0.00 0.14 cnd:pre:1p; -dominerons dominer ver 15.66 50.61 0.07 0.07 ind:fut:1p; -domineront dominer ver 15.66 50.61 0.16 0.14 ind:fut:3p; -domines dominer ver 15.66 50.61 0.26 0.27 ind:pre:2s; -dominez dominer ver 15.66 50.61 0.11 0.07 imp:pre:2p;ind:pre:2p; -dominicain dominicain nom m s 0.58 2.57 0.23 0.61 -dominicaine dominicain adj f s 0.19 0.95 0.12 0.47 -dominicaines dominicain nom f p 0.58 2.57 0.03 0.07 -dominicains dominicain nom m p 0.58 2.57 0.28 1.89 -dominical dominical adj m s 0.31 2.97 0.10 1.15 -dominicale dominical adj f s 0.31 2.97 0.19 1.08 -dominicales dominical adj f p 0.31 2.97 0.01 0.41 -dominicaux dominical adj m p 0.31 2.97 0.01 0.34 -dominiez dominer ver 15.66 50.61 0.02 0.00 ind:imp:2p; -dominion dominion nom m s 0.34 0.54 0.34 0.27 -dominions dominer ver 15.66 50.61 0.01 0.41 ind:imp:1p; -domino domino nom m s 1.35 3.18 0.35 0.41 -dominons dominer ver 15.66 50.61 0.05 0.14 imp:pre:1p;ind:pre:1p; -dominos domino nom m p 1.35 3.18 0.99 2.77 -dominât dominer ver 15.66 50.61 0.00 0.07 sub:imp:3s; -dominèrent dominer ver 15.66 50.61 0.01 0.07 ind:pas:3p; -dominé dominer ver m s 15.66 50.61 1.45 3.85 par:pas; -dominée dominer ver f s 15.66 50.61 1.23 1.89 par:pas; -dominées dominer ver f p 15.66 50.61 0.15 1.08 par:pas; -dominés dominer ver m p 15.66 50.61 0.32 1.28 par:pas; -dommage dommage ono 25.88 5.34 25.88 5.34 -dommageable dommageable adj f s 0.12 0.20 0.10 0.07 -dommageables dommageable adj f p 0.12 0.20 0.02 0.14 -dommages_intérêts dommages_intérêts nom m p 0.04 0.00 0.04 0.00 -dommages dommage nom m p 65.59 26.15 6.16 2.09 -domotique domotique nom f s 0.02 0.00 0.02 0.00 -dompta dompter ver 2.14 3.24 0.00 0.20 ind:pas:3s; -domptage domptage nom m s 0.00 0.14 0.00 0.14 -domptai dompter ver 2.14 3.24 0.00 0.07 ind:pas:1s; -domptait dompter ver 2.14 3.24 0.00 0.07 ind:imp:3s; -dompte dompter ver 2.14 3.24 0.26 0.34 imp:pre:2s;ind:pre:1s;ind:pre:3s; -domptent dompter ver 2.14 3.24 0.00 0.07 ind:pre:3p; -dompter dompter ver 2.14 3.24 1.00 1.69 inf; -dompterai dompter ver 2.14 3.24 0.00 0.07 ind:fut:1s; -dompterait dompter ver 2.14 3.24 0.00 0.07 cnd:pre:3s; -dompteur dompteur nom m s 2.18 2.57 1.11 1.89 -dompteurs dompteur nom m p 2.18 2.57 0.16 0.14 -dompteuse dompteur nom f s 2.18 2.57 0.92 0.41 -dompteuses dompteur nom f p 2.18 2.57 0.00 0.14 -domptez dompter ver 2.14 3.24 0.04 0.07 imp:pre:2p; -dompté dompter ver m s 2.14 3.24 0.64 0.34 par:pas; -domptée dompter ver f s 2.14 3.24 0.19 0.20 par:pas; -domptées dompté adj f p 0.15 0.20 0.00 0.14 -domptés dompté adj m p 0.15 0.20 0.02 0.00 -don don nom m s 43.78 39.86 35.47 30.27 -dona dona nom f s 0.50 1.15 0.50 1.15 -donateur donateur nom m s 0.89 1.69 0.36 0.81 -donateurs donateur nom m p 0.89 1.69 0.50 0.61 -donation donation nom f s 1.89 0.74 1.23 0.54 -donations donation nom f p 1.89 0.74 0.66 0.20 -donatrice donateur nom f s 0.89 1.69 0.04 0.27 -donc donc con 612.51 445.88 612.51 445.88 -dondaine dondaine nom f s 0.00 0.14 0.00 0.07 -dondaines dondaine nom f p 0.00 0.14 0.00 0.07 -dondon dondon nom f s 0.23 0.47 0.20 0.34 -dondons dondon nom f p 0.23 0.47 0.03 0.14 -dong dong ono 0.97 0.95 0.97 0.95 -donjon donjon nom m s 3.14 3.31 2.94 2.84 -donjons donjon nom m p 3.14 3.31 0.20 0.47 -donjuanesque donjuanesque adj s 0.00 0.47 0.00 0.47 -donjuanisme donjuanisme nom m s 0.00 0.54 0.00 0.54 -donna donner ver 1209.58 896.01 6.28 46.28 ind:pas:3s; -donnai donner ver 1209.58 896.01 0.32 5.41 ind:pas:1s; -donnaient donner ver 1209.58 896.01 2.49 35.07 ind:imp:3p; -donnais donner ver 1209.58 896.01 5.91 6.89 ind:imp:1s;ind:imp:2s; -donnait donner ver 1209.58 896.01 15.97 123.24 ind:imp:3s; -donnant_donnant donnant_donnant adv 0.73 0.41 0.73 0.41 -donnant donner ver 1209.58 896.01 7.04 32.57 par:pre; -donnas donner ver 1209.58 896.01 0.04 0.00 ind:pas:2s; -donnassent donner ver 1209.58 896.01 0.00 0.14 sub:imp:3p; -donne donner ver 1209.58 896.01 401.06 149.26 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:1s;sub:pre:3s; -donnent donner ver 1209.58 896.01 19.75 26.28 ind:pre:3p;sub:pre:3p; -donner donner ver 1209.58 896.01 233.21 216.55 inf;;inf;;inf;;inf;;inf;;inf;; -donnera donner ver 1209.58 896.01 24.60 8.99 ind:fut:3s; -donnerai donner ver 1209.58 896.01 30.70 6.15 ind:fut:1s; -donneraient donner ver 1209.58 896.01 1.10 2.03 cnd:pre:3p; -donnerais donner ver 1209.58 896.01 11.18 5.68 cnd:pre:1s;cnd:pre:2s; -donnerait donner ver 1209.58 896.01 6.20 13.31 cnd:pre:3s; -donneras donner ver 1209.58 896.01 5.49 1.82 ind:fut:2s; -donnerez donner ver 1209.58 896.01 4.31 1.69 ind:fut:2p; -donneriez donner ver 1209.58 896.01 1.05 0.34 cnd:pre:2p; -donnerions donner ver 1209.58 896.01 0.05 0.14 cnd:pre:1p; -donnerons donner ver 1209.58 896.01 2.96 0.61 ind:fut:1p; -donneront donner ver 1209.58 896.01 3.68 1.89 ind:fut:3p; -donnes donner ver 1209.58 896.01 34.32 5.34 ind:pre:1p;ind:pre:2s;sub:pre:2s; -donneur donneur nom m s 5.86 6.76 4.85 5.27 -donneurs donneur nom m p 5.86 6.76 0.84 0.95 -donneuse donneur adj f s 0.91 0.68 0.23 0.34 -donneuses donneuse nom f p 0.01 0.00 0.01 0.00 -donnez donner ver 1209.58 896.01 118.36 13.65 imp:pre:2p;ind:pre:2p; -donniez donner ver 1209.58 896.01 3.04 1.28 ind:imp:2p;sub:pre:2p; -donnions donner ver 1209.58 896.01 0.79 1.69 ind:imp:1p;sub:pre:1p; -donnâmes donner ver 1209.58 896.01 0.00 0.34 ind:pas:1p; -donnons donner ver 1209.58 896.01 6.66 1.96 imp:pre:1p;ind:pre:1p; -donnât donner ver 1209.58 896.01 0.02 3.38 sub:imp:3s; -donnèrent donner ver 1209.58 896.01 0.75 4.59 ind:pas:3p; -donné donner ver m s 1209.58 896.01 234.66 148.65 par:pas;par:pas;par:pas;par:pas; -donnée donner ver f s 1209.58 896.01 16.55 18.92 par:pas; -données donnée nom f p 20.92 6.89 20.05 5.41 -donnés donner ver m p 1209.58 896.01 7.06 6.82 par:pas; -donquichottesque donquichottesque adj f s 0.00 0.20 0.00 0.14 -donquichottesques donquichottesque adj f p 0.00 0.20 0.00 0.07 -donquichottisme donquichottisme nom m s 0.01 0.00 0.01 0.00 -dons don nom m p 43.78 39.86 8.31 9.59 -dont dont pro_rel 223.41 960.34 219.21 926.42 -donzelle donzelle nom f s 0.48 1.22 0.41 0.81 -donzelles donzelle nom f p 0.48 1.22 0.07 0.41 -dopage dopage nom m s 0.10 0.00 0.10 0.00 -dopais doper ver 1.33 0.54 0.01 0.00 ind:imp:1s; -dopait doper ver 1.33 0.54 0.04 0.00 ind:imp:3s; -dopamine dopamine nom f s 1.10 0.00 1.10 0.00 -dopant dopant adj m s 0.18 0.00 0.15 0.00 -dopants dopant adj m p 0.18 0.00 0.04 0.00 -dope dope nom s 7.47 2.03 7.47 1.96 -doper doper ver 1.33 0.54 0.35 0.00 inf; -dopes doper ver 1.33 0.54 0.05 0.00 ind:pre:2s; -dopez doper ver 1.33 0.54 0.02 0.00 imp:pre:2p;ind:pre:2p; -doping doping nom m s 0.01 0.34 0.01 0.34 -doppler doppler nom m s 0.01 0.00 0.01 0.00 -dopé doper ver m s 1.33 0.54 0.46 0.27 par:pas; -dopée doper ver f s 1.33 0.54 0.05 0.00 par:pas; -dopés doper ver m p 1.33 0.54 0.06 0.14 par:pas; -dora dorer ver 2.66 15.14 0.00 0.07 ind:pas:3s; -dorade dorade nom f s 0.62 0.47 0.22 0.14 -dorades dorade nom f p 0.62 0.47 0.40 0.34 -dorage dorage nom m s 0.00 0.07 0.00 0.07 -doraient dorer ver 2.66 15.14 0.00 0.07 ind:imp:3p; -dorais dorer ver 2.66 15.14 0.01 0.07 ind:imp:1s; -dorait dorer ver 2.66 15.14 0.00 0.68 ind:imp:3s; -dorant dorer ver 2.66 15.14 0.15 0.20 par:pre; -dorcades dorcade nom f p 0.00 0.07 0.00 0.07 -dore dorer ver 2.66 15.14 0.30 1.15 imp:pre:2s;ind:pre:1s;ind:pre:3s; -dorent dorer ver 2.66 15.14 0.01 0.20 ind:pre:3p; -dorer dorer ver 2.66 15.14 0.22 1.22 inf; -dorera dorer ver 2.66 15.14 0.00 0.07 ind:fut:3s; -doreront dorer ver 2.66 15.14 0.01 0.00 ind:fut:3p; -doreurs doreur nom m p 0.00 0.07 0.00 0.07 -doriennes dorien adj f p 0.00 0.14 0.00 0.07 -doriens dorien adj m p 0.00 0.14 0.00 0.07 -dorique dorique adj s 0.01 0.47 0.01 0.14 -doriques dorique adj p 0.01 0.47 0.00 0.34 -dorlotait dorloter ver 1.56 2.43 0.01 0.27 ind:imp:3s; -dorlotant dorloter ver 1.56 2.43 0.02 0.07 par:pre; -dorlote dorloter ver 1.56 2.43 0.28 0.34 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -dorlotent dorloter ver 1.56 2.43 0.03 0.07 ind:pre:3p; -dorloter dorloter ver 1.56 2.43 0.79 1.08 inf; -dorloterai dorloter ver 1.56 2.43 0.01 0.00 ind:fut:1s; -dorloterons dorloter ver 1.56 2.43 0.00 0.07 ind:fut:1p; -dorlotez dorloter ver 1.56 2.43 0.05 0.00 imp:pre:2p;ind:pre:2p; -dorloté dorloter ver m s 1.56 2.43 0.15 0.41 par:pas; -dorlotée dorloter ver f s 1.56 2.43 0.18 0.00 par:pas; -dorlotées dorloter ver f p 1.56 2.43 0.00 0.07 par:pas; -dorlotés dorloter ver m p 1.56 2.43 0.04 0.07 par:pas; -dormîmes dormir ver 392.09 259.05 0.00 0.34 ind:pas:1p; -dormît dormir ver 392.09 259.05 0.00 0.14 sub:imp:3s; -dormaient dormir ver 392.09 259.05 1.45 10.41 ind:imp:3p; -dormais dormir ver 392.09 259.05 14.36 7.50 ind:imp:1s;ind:imp:2s; -dormait dormir ver 392.09 259.05 9.72 41.89 ind:imp:3s; -dormance dormance nom f s 0.03 0.07 0.03 0.07 -dormant dormir ver 392.09 259.05 3.16 5.47 par:pre; -dormante dormant adj f s 1.62 4.26 0.07 1.76 -dormantes dormant adj f p 1.62 4.26 0.17 0.27 -dormants dormant adj m p 1.62 4.26 0.18 0.07 -dorme dormir ver 392.09 259.05 4.13 3.18 sub:pre:1s;sub:pre:3s; -dorment dormir ver 392.09 259.05 10.48 10.27 ind:pre:3p;sub:pre:3p; -dormes dormir ver 392.09 259.05 2.23 0.41 sub:pre:2s; -dormeur dormeur nom m s 1.21 5.95 0.82 3.11 -dormeurs dormeur nom m p 1.21 5.95 0.16 1.96 -dormeuse dormeur nom f s 1.21 5.95 0.23 0.54 -dormeuses dormeur nom f p 1.21 5.95 0.00 0.34 -dormez dormir ver 392.09 259.05 12.35 2.84 imp:pre:2p;ind:pre:2p; -dormi dormir ver m s 392.09 259.05 41.25 26.49 par:pas; -dormiez dormir ver 392.09 259.05 2.40 0.95 ind:imp:2p; -dormions dormir ver 392.09 259.05 0.41 1.55 ind:imp:1p; -dormir dormir ver 392.09 259.05 160.77 95.20 inf; -dormira dormir ver 392.09 259.05 4.37 1.28 ind:fut:3s; -dormirai dormir ver 392.09 259.05 3.62 1.28 ind:fut:1s; -dormiraient dormir ver 392.09 259.05 0.17 0.14 cnd:pre:3p; -dormirais dormir ver 392.09 259.05 0.87 0.74 cnd:pre:1s;cnd:pre:2s; -dormirait dormir ver 392.09 259.05 0.35 1.42 cnd:pre:3s; -dormiras dormir ver 392.09 259.05 3.39 0.34 ind:fut:2s; -dormirent dormir ver 392.09 259.05 0.14 0.41 ind:pas:3p; -dormirez dormir ver 392.09 259.05 2.22 0.54 ind:fut:2p; -dormiriez dormir ver 392.09 259.05 0.03 0.07 cnd:pre:2p; -dormirions dormir ver 392.09 259.05 0.01 0.27 cnd:pre:1p; -dormirons dormir ver 392.09 259.05 0.28 0.34 ind:fut:1p; -dormiront dormir ver 392.09 259.05 0.70 0.14 ind:fut:3p; -dormis dormir ver 392.09 259.05 0.47 1.69 ind:pas:1s;ind:pas:2s; -dormit dormir ver 392.09 259.05 0.29 3.11 ind:pas:3s; -dormitif dormitif adj m s 0.03 0.20 0.03 0.20 -dormition dormition nom f s 0.00 0.14 0.00 0.14 -dormons dormir ver 392.09 259.05 2.38 0.81 imp:pre:1p;ind:pre:1p; -dors dormir ver 392.09 259.05 55.03 13.92 imp:pre:2s;ind:pre:1s;ind:pre:2s; -dorsal dorsal adj m s 1.12 0.88 0.17 0.07 -dorsale dorsal adj f s 1.12 0.88 0.79 0.54 -dorsales dorsal adj f p 1.12 0.88 0.04 0.20 -dorsaux dorsal adj m p 1.12 0.88 0.11 0.07 -dort dormir ver 392.09 259.05 55.05 25.95 ind:pre:3s; -dortoir dortoir nom m s 5.29 12.36 4.83 9.32 -dortoirs dortoir nom m p 5.29 12.36 0.46 3.04 -doré doré adj m s 7.33 50.47 2.62 15.74 -dorée doré adj f s 7.33 50.47 2.31 16.42 -dorées doré adj f p 7.33 50.47 0.87 8.45 -dorénavant dorénavant adv 7.20 6.89 7.20 6.89 -dorure dorure nom f s 0.22 3.99 0.07 0.95 -dorures dorure nom f p 0.22 3.99 0.15 3.04 -dorés doré adj m p 7.33 50.47 1.53 9.86 -doryphore doryphore nom m s 0.01 0.81 0.01 0.34 -doryphores doryphore nom m p 0.01 0.81 0.00 0.47 -dos_d_âne dos_d_âne nom m 0.01 0.34 0.01 0.34 -dos dos nom m 100.34 213.99 100.34 213.99 -dosage dosage nom m s 1.89 1.69 1.67 1.62 -dosages dosage nom m p 1.89 1.69 0.22 0.07 -dosaient doser ver 0.60 2.91 0.00 0.07 ind:imp:3p; -dosais doser ver 0.60 2.91 0.00 0.07 ind:imp:1s; -dosait doser ver 0.60 2.91 0.00 0.07 ind:imp:3s; -dosant doser ver 0.60 2.91 0.00 0.34 par:pre; -dose dose nom f s 18.44 12.77 14.23 9.32 -dosent doser ver 0.60 2.91 0.00 0.07 ind:pre:3p; -doser doser ver 0.60 2.91 0.13 0.95 inf; -doses dose nom f p 18.44 12.77 4.21 3.45 -doseur doseur nom m s 0.19 0.14 0.18 0.07 -doseurs doseur nom m p 0.19 0.14 0.01 0.07 -dosimètre dosimètre nom m s 0.03 0.00 0.03 0.00 -dossard dossard nom m s 0.16 0.54 0.14 0.47 -dossards dossard nom m p 0.16 0.54 0.01 0.07 -dosseret dosseret nom m s 0.00 0.07 0.00 0.07 -dossier dossier nom m s 78.91 49.12 57.20 35.14 -dossiers dossier nom m p 78.91 49.12 21.71 13.99 -dossière dossière nom f s 0.00 0.27 0.00 0.20 -dossières dossière nom f p 0.00 0.27 0.00 0.07 -dostoïevskiens dostoïevskien adj m p 0.00 0.07 0.00 0.07 -dosé doser ver m s 0.60 2.91 0.13 0.27 par:pas; -dosée doser ver f s 0.60 2.91 0.01 0.27 par:pas; -dosées doser ver f p 0.60 2.91 0.00 0.27 par:pas; -dosés doser ver m p 0.60 2.91 0.03 0.34 par:pas; -dot dot nom f s 4.73 4.59 4.66 4.32 -dota doter ver 4.08 8.99 0.00 0.14 ind:pas:3s; -dotaient doter ver 4.08 8.99 0.00 0.07 ind:imp:3p; -dotait doter ver 4.08 8.99 0.00 0.68 ind:imp:3s; -dotant doter ver 4.08 8.99 0.01 0.20 par:pre; -dotation dotation nom f s 0.12 0.41 0.12 0.41 -dote doter ver 4.08 8.99 0.23 0.20 ind:pre:1s;ind:pre:3s; -doter doter ver 4.08 8.99 0.34 0.81 inf; -dots dot nom f p 4.73 4.59 0.07 0.27 -doté doter ver m s 4.08 8.99 1.82 2.97 par:pas; -dotée doter ver f s 4.08 8.99 0.99 2.09 par:pas; -dotées doter ver f p 4.08 8.99 0.08 0.81 par:pas; -dotés doter ver m p 4.08 8.99 0.61 1.01 par:pas; -douaire douaire nom m s 0.01 0.07 0.01 0.07 -douairière douairier nom f s 0.05 1.62 0.05 1.28 -douairières douairier nom f p 0.05 1.62 0.00 0.34 -douait douer ver 20.29 13.18 0.00 0.47 ind:imp:3s; -douane douane nom f s 6.12 9.46 4.33 8.51 -douanes douane nom f p 6.12 9.46 1.79 0.95 -douanier douanier nom m s 2.00 7.57 0.87 4.53 -douaniers douanier nom m p 2.00 7.57 1.14 3.04 -douanière douanier adj f s 0.63 1.55 0.01 0.07 -douanières douanier adj f p 0.63 1.55 0.04 0.41 -douar douar nom m s 0.00 0.61 0.00 0.47 -douars douar nom m p 0.00 0.61 0.00 0.14 -doubla doubler ver 15.29 22.84 0.20 1.28 ind:pas:3s; -doublage doublage nom m s 0.43 0.34 0.42 0.34 -doublages doublage nom m p 0.43 0.34 0.01 0.00 -doublai doubler ver 15.29 22.84 0.00 0.14 ind:pas:1s; -doublaient doubler ver 15.29 22.84 0.01 1.01 ind:imp:3p; -doublais doubler ver 15.29 22.84 0.03 0.14 ind:imp:1s; -doublait doubler ver 15.29 22.84 0.08 2.16 ind:imp:3s; -doublant doubler ver 15.29 22.84 0.06 1.01 par:pre; -doublard doublard nom m s 0.02 0.14 0.01 0.14 -doublards doublard nom m p 0.02 0.14 0.01 0.00 -double_cliquer double_cliquer ver 0.09 0.00 0.01 0.00 inf; -double_cliquer double_cliquer ver m s 0.09 0.00 0.07 0.00 par:pas; -double_croche double_croche nom f s 0.01 0.00 0.01 0.00 -double_décimètre double_décimètre nom m s 0.00 0.07 0.00 0.07 -double_fond double_fond nom m s 0.01 0.00 0.01 0.00 -double_six double_six nom m s 0.14 0.20 0.14 0.20 -double double adj s 30.46 58.99 28.68 52.84 -doubleau doubleau nom m s 0.00 0.20 0.00 0.14 -doubleaux doubleau nom m p 0.00 0.20 0.00 0.07 -doublement doublement adv 1.36 4.26 1.36 4.26 -doublent doubler ver 15.29 22.84 0.19 0.68 ind:pre:3p; -doubler doubler ver 15.29 22.84 4.65 4.39 inf; -doublera doubler ver 15.29 22.84 0.11 0.07 ind:fut:3s; -doublerai doubler ver 15.29 22.84 0.12 0.07 ind:fut:1s; -doubleraient doubler ver 15.29 22.84 0.01 0.00 cnd:pre:3p; -doublerait doubler ver 15.29 22.84 0.10 0.07 cnd:pre:3s; -doublerez doubler ver 15.29 22.84 0.01 0.07 ind:fut:2p; -doublerons doubler ver 15.29 22.84 0.03 0.00 ind:fut:1p; -doubles double adj p 30.46 58.99 1.78 6.15 -doublet doublet nom m s 0.00 0.20 0.00 0.14 -doublets doublet nom m p 0.00 0.20 0.00 0.07 -doublette doublette nom f s 0.14 0.07 0.14 0.07 -doubleur doubleur nom m s 0.07 0.00 0.07 0.00 -doubleuse doubleur nom f s 0.07 0.00 0.01 0.00 -doubleuses doubleuse nom f p 0.01 0.00 0.01 0.00 -doublez doubler ver 15.29 22.84 1.02 0.27 imp:pre:2p;ind:pre:2p; -doubliez doubler ver 15.29 22.84 0.02 0.00 ind:imp:2p; -doublions doubler ver 15.29 22.84 0.00 0.07 ind:imp:1p; -doublon doublon nom m s 0.22 0.41 0.06 0.27 -doublonner doublonner ver 0.01 0.00 0.01 0.00 inf; -doublons doublon nom m p 0.22 0.41 0.16 0.14 -doublât doubler ver 15.29 22.84 0.00 0.07 sub:imp:3s; -doublèrent doubler ver 15.29 22.84 0.00 0.14 ind:pas:3p; -doublé doubler ver m s 15.29 22.84 3.13 4.12 par:pas; -doublée doubler ver f s 15.29 22.84 0.50 2.16 par:pas; -doublées doubler ver f p 15.29 22.84 0.04 0.54 par:pas; -doublure doublure nom f s 3.84 4.53 3.70 3.38 -doublures doublure nom f p 3.84 4.53 0.14 1.15 -doublés doubler ver m p 15.29 22.84 0.61 0.95 par:pas; -douce_amère douce_amère adj f s 0.06 0.27 0.06 0.27 -douce doux adj f s 89.14 145.07 44.70 73.58 -doucement doucement adv 103.81 128.38 103.81 128.38 -douceâtre douceâtre adj s 0.15 2.70 0.15 2.30 -douceâtres douceâtre adj p 0.15 2.70 0.00 0.41 -doucereuse doucereux adj f s 0.28 2.97 0.04 0.74 -doucereusement doucereusement adv 0.00 0.20 0.00 0.20 -doucereuses doucereux adj f p 0.28 2.97 0.00 0.47 -doucereux doucereux adj m 0.28 2.97 0.25 1.76 -douce_amère douce_amère nom f p 0.00 0.14 0.00 0.07 -douces doux adj f p 89.14 145.07 6.77 12.77 -doucet doucet adj m s 0.02 1.01 0.02 0.88 -doucette doucette nom f s 0.01 0.14 0.01 0.14 -doucettement doucettement adv 0.00 0.41 0.00 0.41 -douceur douceur nom f s 16.87 70.00 16.02 66.08 -douceurs douceur nom f p 16.87 70.00 0.85 3.92 -doucha doucher ver 6.75 2.57 0.14 0.27 ind:pas:3s; -douchais doucher ver 6.75 2.57 0.09 0.07 ind:imp:1s;ind:imp:2s; -douchait doucher ver 6.75 2.57 0.03 0.61 ind:imp:3s; -douchant doucher ver 6.75 2.57 0.01 0.00 par:pre; -douche douche nom f s 36.06 23.85 32.56 20.27 -douchent doucher ver 6.75 2.57 0.14 0.07 ind:pre:3p; -doucher doucher ver 6.75 2.57 3.29 0.47 inf; -douchera doucher ver 6.75 2.57 0.01 0.00 ind:fut:3s; -doucherai doucher ver 6.75 2.57 0.00 0.07 ind:fut:1s; -doucheras doucher ver 6.75 2.57 0.02 0.00 ind:fut:2s; -douches douche nom f p 36.06 23.85 3.49 3.58 -doucheur doucheur nom m s 0.00 0.07 0.00 0.07 -douchez doucher ver 6.75 2.57 0.05 0.00 imp:pre:2p;ind:pre:2p; -douchiez doucher ver 6.75 2.57 0.01 0.00 ind:imp:2p; -douchons doucher ver 6.75 2.57 0.02 0.07 imp:pre:1p;ind:pre:1p; -douché doucher ver m s 6.75 2.57 0.99 0.34 par:pas; -douchée doucher ver f s 6.75 2.57 0.19 0.07 par:pas; -douchés doucher ver m p 6.75 2.57 0.27 0.14 par:pas; -doucie doucir ver f s 0.02 0.00 0.02 0.00 par:pas; -doucin doucin nom m s 0.00 0.14 0.00 0.07 -doucine doucine nom f s 0.01 0.00 0.01 0.00 -doucins doucin nom m p 0.00 0.14 0.00 0.07 -doudou doudou nom f s 0.58 6.76 0.58 6.76 -doudoune doudoune nom f s 0.92 0.54 0.46 0.14 -doudounes doudoune nom f p 0.92 0.54 0.46 0.41 -douelle douelle nom f s 0.00 0.61 0.00 0.14 -douelles douelle nom f p 0.00 0.61 0.00 0.47 -douer douer ver 20.29 13.18 0.00 0.20 inf; -douglas douglas nom m 0.09 0.00 0.09 0.00 -douillait douiller ver 0.22 1.28 0.00 0.14 ind:imp:3s; -douille douille nom f s 3.67 3.51 1.79 0.81 -douillent douiller ver 0.22 1.28 0.00 0.07 ind:pre:3p; -douiller douiller ver 0.22 1.28 0.17 0.54 inf; -douillera douiller ver 0.22 1.28 0.00 0.07 ind:fut:3s; -douilles douille nom f p 3.67 3.51 1.88 2.70 -douillet douillet adj m s 2.63 6.96 1.97 4.19 -douillets douillet adj m p 2.63 6.96 0.04 0.81 -douillette douillet adj f s 2.63 6.96 0.58 1.62 -douillettement douillettement adv 0.03 0.54 0.03 0.54 -douillettes douillet adj f p 2.63 6.96 0.04 0.34 -douillons douillon nom m p 0.00 0.54 0.00 0.54 -douillé douiller ver m s 0.22 1.28 0.00 0.07 par:pas; -douillée douiller ver f s 0.22 1.28 0.00 0.20 par:pas; -douleur douleur nom f s 75.89 91.89 65.78 77.84 -douleurs douleur nom f p 75.89 91.89 10.10 14.05 -douloureuse douloureux adj f s 17.16 37.50 4.05 13.58 -douloureusement douloureusement adv 1.00 5.54 1.00 5.54 -douloureuses douloureux adj f p 17.16 37.50 1.23 3.24 -douloureux douloureux adj m 17.16 37.50 11.88 20.68 -douma douma nom f s 0.34 0.14 0.34 0.14 -doura doura nom m s 0.00 0.07 0.00 0.07 -douro douro nom m s 0.00 0.54 0.00 0.20 -douros douro nom m p 0.00 0.54 0.00 0.34 -douta douter ver 77.77 88.11 0.03 1.15 ind:pas:3s; -doutai douter ver 77.77 88.11 0.14 0.54 ind:pas:1s; -doutaient douter ver 77.77 88.11 0.11 2.16 ind:imp:3p; -doutais douter ver 77.77 88.11 11.76 9.32 ind:imp:1s;ind:imp:2s; -doutait douter ver 77.77 88.11 0.96 13.99 ind:imp:3s; -doutance doutance nom f s 0.00 0.27 0.00 0.14 -doutances doutance nom f p 0.00 0.27 0.00 0.14 -doutant douter ver 77.77 88.11 0.15 2.03 par:pre; -doute doute nom m s 108.18 350.07 97.51 341.35 -doutent douter ver 77.77 88.11 1.04 1.82 ind:pre:3p;sub:pre:3p; -douter douter ver 77.77 88.11 12.64 23.92 inf;; -doutera douter ver 77.77 88.11 0.43 0.34 ind:fut:3s; -douterai douter ver 77.77 88.11 0.11 0.14 ind:fut:1s; -douterais douter ver 77.77 88.11 0.30 0.27 cnd:pre:1s;cnd:pre:2s; -douterait douter ver 77.77 88.11 0.20 0.47 cnd:pre:3s; -douteras douter ver 77.77 88.11 0.01 0.07 ind:fut:2s; -douterez douter ver 77.77 88.11 0.01 0.07 ind:fut:2p; -douteriez douter ver 77.77 88.11 0.08 0.07 cnd:pre:2p; -douteront douter ver 77.77 88.11 0.05 0.07 ind:fut:3p; -doutes doute nom m p 108.18 350.07 10.66 8.72 -douteurs douteur adj m p 0.00 0.14 0.00 0.14 -douteuse douteux adj f s 4.10 15.95 1.17 3.92 -douteusement douteusement adv 0.00 0.07 0.00 0.07 -douteuses douteux adj f p 4.10 15.95 0.69 1.82 -douteux douteux adj m 4.10 15.95 2.23 10.20 -doutez douter ver 77.77 88.11 3.17 1.82 imp:pre:2p;ind:pre:2p; -douçâtre douçâtre adj s 0.00 0.07 0.00 0.07 -doutiez douter ver 77.77 88.11 0.66 0.20 ind:imp:2p; -doutions douter ver 77.77 88.11 0.04 1.15 ind:imp:1p; -doutons douter ver 77.77 88.11 0.52 0.74 imp:pre:1p;ind:pre:1p; -doutât douter ver 77.77 88.11 0.00 0.47 sub:imp:3s; -doutèrent douter ver 77.77 88.11 0.00 0.14 ind:pas:3p; -douté douter ver m s 77.77 88.11 3.77 4.80 par:pas; -doutée douter ver f s 77.77 88.11 0.34 0.81 par:pas; -doutés douter ver m p 77.77 88.11 0.02 0.20 par:pas; -doué douer ver m s 20.29 13.18 11.31 7.43 par:pas; -douée douer ver f s 20.29 13.18 8.03 3.04 par:pas; -douées doué adj f p 12.73 7.57 0.47 0.41 -doués doué adj m p 12.73 7.57 1.03 1.69 -douve douve nom f s 0.53 1.42 0.06 0.34 -douves douve nom f p 0.53 1.42 0.47 1.08 -doux_amer doux_amer adj m s 0.04 0.00 0.04 0.00 -doux doux adj m 89.14 145.07 37.66 58.72 -douzaine douzaine nom f s 12.89 18.58 8.18 13.18 -douzaines douzaine nom f p 12.89 18.58 4.72 5.41 -douze douze adj_num 21.81 48.18 21.81 48.18 -douzième douzième nom s 0.35 0.95 0.35 0.88 -douzièmes douzième nom p 0.35 0.95 0.00 0.07 -down down adj m s 0.00 0.54 0.00 0.54 -downing_street downing_street nom f s 0.00 0.34 0.00 0.34 -doyen doyen nom m s 3.21 6.76 3.12 5.88 -doyenne doyenne nom f s 0.11 0.00 0.11 0.00 -doyenné doyenné nom m s 0.00 0.07 0.00 0.07 -doyens doyen nom m p 3.21 6.76 0.09 0.07 -drôle drôle adj s 144.48 95.07 138.46 85.47 -drôlement drôlement adv 10.79 24.86 10.79 24.86 -drôlerie drôlerie nom f s 0.14 3.72 0.14 3.45 -drôleries drôlerie nom f p 0.14 3.72 0.01 0.27 -drôles drôle adj p 144.48 95.07 6.02 9.59 -drôlesse drôlesse nom f s 0.21 0.20 0.21 0.07 -drôlesses drôlesse nom f p 0.21 0.20 0.00 0.14 -drôlet drôlet adj m s 0.01 0.41 0.01 0.07 -drôlette drôlet adj f s 0.01 0.41 0.00 0.34 -drache dracher ver 0.01 0.00 0.01 0.00 ind:pre:3s; -drachme drachme nom f s 1.30 2.57 0.02 0.54 -drachmes drachme nom f p 1.30 2.57 1.28 2.03 -draconien draconien adj m s 0.49 0.54 0.14 0.07 -draconienne draconien adj f s 0.49 0.54 0.02 0.14 -draconiennes draconien adj f p 0.49 0.54 0.28 0.20 -draconiens draconien adj m p 0.49 0.54 0.04 0.14 -drag drag nom m s 0.73 0.34 0.60 0.14 -dragage dragage nom m s 0.15 0.00 0.15 0.00 -drageoir drageoir nom m s 0.00 0.47 0.00 0.34 -drageoirs drageoir nom m p 0.00 0.47 0.00 0.14 -dragon dragon nom m s 13.98 12.23 10.53 7.97 -dragonnades dragonnade nom f p 0.00 0.14 0.00 0.14 -dragonne dragon nom f s 13.98 12.23 0.06 0.27 -dragonnier dragonnier nom m s 0.10 0.00 0.10 0.00 -dragons dragon nom m p 13.98 12.23 3.39 3.99 -drags drag nom m p 0.73 0.34 0.14 0.20 -dragster dragster nom m s 0.04 0.00 0.04 0.00 -dragua draguer ver 21.00 6.22 0.00 0.14 ind:pas:3s; -draguaient draguer ver 21.00 6.22 0.10 0.14 ind:imp:3p; -draguais draguer ver 21.00 6.22 0.57 0.07 ind:imp:1s;ind:imp:2s; -draguait draguer ver 21.00 6.22 1.08 0.54 ind:imp:3s; -draguant draguer ver 21.00 6.22 0.06 0.20 par:pre; -drague draguer ver 21.00 6.22 3.57 1.01 imp:pre:2s;ind:pre:1s;ind:pre:3s; -dragée dragée nom f s 1.34 3.04 0.21 1.01 -draguent draguer ver 21.00 6.22 0.14 0.47 ind:pre:3p; -draguer draguer ver 21.00 6.22 9.84 2.43 inf; -draguera draguer ver 21.00 6.22 0.04 0.00 ind:fut:3s; -draguerai draguer ver 21.00 6.22 0.04 0.07 ind:fut:1s; -draguerais draguer ver 21.00 6.22 0.16 0.00 cnd:pre:1s;cnd:pre:2s; -draguerait draguer ver 21.00 6.22 0.02 0.00 cnd:pre:3s; -dragues draguer ver 21.00 6.22 1.70 0.00 ind:pre:2s; -dragées dragée nom f p 1.34 3.04 1.14 2.03 -dragueur dragueur nom m s 0.70 1.49 0.59 0.47 -dragueurs dragueur nom m p 0.70 1.49 0.06 0.88 -dragueuse dragueur nom f s 0.70 1.49 0.05 0.14 -draguez draguer ver 21.00 6.22 0.56 0.00 imp:pre:2p;ind:pre:2p; -draguiez draguer ver 21.00 6.22 0.01 0.00 sub:pre:2p; -draguons draguer ver 21.00 6.22 0.03 0.07 imp:pre:1p;ind:pre:1p; -dragué draguer ver m s 21.00 6.22 1.51 0.41 par:pas; -draguée draguer ver f s 21.00 6.22 1.39 0.61 par:pas; -draguées draguer ver f p 21.00 6.22 0.17 0.00 par:pas; -dragués draguer ver m p 21.00 6.22 0.02 0.07 par:pas; -drailles draille nom f p 0.00 0.41 0.00 0.41 -drain drain nom m s 1.11 0.47 0.93 0.20 -draina drainer ver 0.86 1.22 0.00 0.07 ind:pas:3s; -drainage drainage nom m s 0.41 0.61 0.41 0.54 -drainages drainage nom m p 0.41 0.61 0.00 0.07 -drainaient drainer ver 0.86 1.22 0.00 0.14 ind:imp:3p; -drainait drainer ver 0.86 1.22 0.14 0.14 ind:imp:3s; -drainant drainer ver 0.86 1.22 0.00 0.27 par:pre; -draine drainer ver 0.86 1.22 0.14 0.14 imp:pre:2s;ind:pre:1s;ind:pre:3s; -drainent drainer ver 0.86 1.22 0.04 0.00 ind:pre:3p; -drainer drainer ver 0.86 1.22 0.42 0.14 inf; -drainera drainer ver 0.86 1.22 0.02 0.00 ind:fut:3s; -drainons drainer ver 0.86 1.22 0.01 0.00 ind:pre:1p; -drains drain nom m p 1.11 0.47 0.18 0.27 -drainé drainer ver m s 0.86 1.22 0.09 0.20 par:pas; -drainées drainer ver f p 0.86 1.22 0.00 0.07 par:pas; -drainés drainer ver m p 0.86 1.22 0.01 0.07 par:pas; -draisienne draisienne nom f s 0.00 0.07 0.00 0.07 -draisine draisine nom f s 0.02 0.07 0.02 0.07 -drakkar drakkar nom m s 0.25 0.27 0.25 0.00 -drakkars drakkar nom m p 0.25 0.27 0.00 0.27 -dramatique dramatique adj s 8.59 11.35 7.29 9.39 -dramatiquement dramatiquement adv 0.27 0.41 0.27 0.41 -dramatiques dramatique adj p 8.59 11.35 1.30 1.96 -dramatisait dramatiser ver 2.42 1.76 0.00 0.20 ind:imp:3s; -dramatisant dramatiser ver 2.42 1.76 0.00 0.07 par:pre; -dramatisation dramatisation nom f s 0.17 0.14 0.17 0.14 -dramatise dramatiser ver 2.42 1.76 0.72 0.41 imp:pre:2s;ind:pre:1s;ind:pre:3s; -dramatisent dramatiser ver 2.42 1.76 0.01 0.00 ind:pre:3p; -dramatiser dramatiser ver 2.42 1.76 0.72 0.68 inf; -dramatises dramatiser ver 2.42 1.76 0.59 0.14 ind:pre:2s; -dramatisez dramatiser ver 2.42 1.76 0.10 0.00 imp:pre:2p;ind:pre:2p; -dramatisons dramatiser ver 2.42 1.76 0.20 0.07 imp:pre:1p;ind:pre:1p; -dramatisé dramatiser ver m s 2.42 1.76 0.05 0.07 par:pas; -dramatisée dramatiser ver f s 2.42 1.76 0.01 0.07 par:pas; -dramatisés dramatiser ver m p 2.42 1.76 0.01 0.07 par:pas; -dramaturge dramaturge nom s 0.58 0.88 0.53 0.74 -dramaturges dramaturge nom p 0.58 0.88 0.05 0.14 -dramaturgie dramaturgie nom f s 0.26 0.07 0.26 0.07 -drame drame nom m s 14.87 39.93 13.48 32.50 -drames drame nom m p 14.87 39.93 1.39 7.43 -drap drap nom m s 19.22 74.12 3.69 33.18 -drapa draper ver 0.84 7.23 0.00 0.47 ind:pas:3s; -drapai draper ver 0.84 7.23 0.00 0.07 ind:pas:1s; -drapaient draper ver 0.84 7.23 0.14 0.07 ind:imp:3p; -drapait draper ver 0.84 7.23 0.00 0.68 ind:imp:3s; -drapant draper ver 0.84 7.23 0.00 0.14 par:pre; -drape draper ver 0.84 7.23 0.14 0.54 imp:pre:2s;ind:pre:1s;ind:pre:3s; -drapeau drapeau nom m s 19.69 37.64 14.66 23.31 -drapeaux drapeau nom m p 19.69 37.64 5.03 14.32 -drapelets drapelet nom m p 0.00 0.07 0.00 0.07 -drapent draper ver 0.84 7.23 0.11 0.14 ind:pre:3p; -draper draper ver 0.84 7.23 0.03 0.27 inf; -draperaient draper ver 0.84 7.23 0.00 0.07 cnd:pre:3p; -draperez draper ver 0.84 7.23 0.14 0.00 ind:fut:2p; -draperie draperie nom f s 0.02 3.31 0.00 1.42 -draperies draperie nom f p 0.02 3.31 0.02 1.89 -drapier drapier nom m s 0.00 0.41 0.00 0.27 -drapiers drapier adj m p 0.00 0.47 0.00 0.34 -draps drap nom m p 19.22 74.12 15.54 40.95 -drapèrent draper ver 0.84 7.23 0.00 0.07 ind:pas:3p; -drapé draper ver m s 0.84 7.23 0.16 1.22 par:pas; -drapée draper ver f s 0.84 7.23 0.13 2.16 par:pas; -drapées draper ver f p 0.84 7.23 0.00 1.01 par:pas; -drapés drapé adj m p 0.17 2.30 0.14 0.81 -drastique drastique adj s 0.50 0.07 0.43 0.07 -drastiquement drastiquement adv 0.02 0.00 0.02 0.00 -drastiques drastique adj f p 0.50 0.07 0.07 0.00 -drave drave nom f s 0.00 0.07 0.00 0.07 -draveurs draveur nom m p 0.00 0.07 0.00 0.07 -dreadlocks dreadlocks nom f p 0.11 0.00 0.11 0.00 -dream_team dream_team nom f s 0.07 0.00 0.07 0.00 -drelin drelin nom m s 0.43 0.00 0.43 0.00 -drepou drepou nom f s 0.00 0.07 0.00 0.07 -dressa dresser ver 17.88 99.86 0.18 9.73 ind:pas:3s; -dressage dressage nom m s 0.58 1.82 0.58 1.76 -dressages dressage nom m p 0.58 1.82 0.00 0.07 -dressai dresser ver 17.88 99.86 0.10 0.61 ind:pas:1s; -dressaient dresser ver 17.88 99.86 0.32 5.47 ind:imp:3p; -dressais dresser ver 17.88 99.86 0.08 0.47 ind:imp:1s;ind:imp:2s; -dressait dresser ver 17.88 99.86 0.19 13.85 ind:imp:3s; -dressant dresser ver 17.88 99.86 0.48 3.65 par:pre; -dresse dresser ver 17.88 99.86 4.76 13.51 imp:pre:2s;ind:pre:1s;ind:pre:3s; -dressement dressement nom m s 0.00 0.07 0.00 0.07 -dressent dresser ver 17.88 99.86 0.77 4.93 ind:pre:3p; -dresser dresser ver 17.88 99.86 4.65 14.93 inf; -dressera dresser ver 17.88 99.86 0.37 0.54 ind:fut:3s; -dresserai dresser ver 17.88 99.86 0.15 0.07 ind:fut:1s; -dresseraient dresser ver 17.88 99.86 0.01 0.20 cnd:pre:3p; -dresserait dresser ver 17.88 99.86 0.02 0.34 cnd:pre:3s; -dresseras dresser ver 17.88 99.86 0.01 0.00 ind:fut:2s; -dresserons dresser ver 17.88 99.86 0.26 0.07 ind:fut:1p; -dresseront dresser ver 17.88 99.86 0.16 0.14 ind:fut:3p; -dresses dresser ver 17.88 99.86 0.23 0.27 ind:pre:2s; -dresseur dresseur nom m s 0.86 0.68 0.50 0.34 -dresseurs dresseur nom m p 0.86 0.68 0.32 0.27 -dresseuse dresseur nom f s 0.86 0.68 0.05 0.07 -dressez dresser ver 17.88 99.86 0.70 0.54 imp:pre:2p;ind:pre:2p; -dressing_room dressing_room nom m s 0.01 0.00 0.01 0.00 -dressing dressing nom m s 0.28 0.00 0.28 0.00 -dressions dresser ver 17.88 99.86 0.00 0.20 ind:imp:1p; -dressoir dressoir nom m s 0.01 0.47 0.01 0.34 -dressoirs dressoir nom m p 0.01 0.47 0.00 0.14 -dressons dresser ver 17.88 99.86 0.19 0.27 imp:pre:1p;ind:pre:1p; -dressât dresser ver 17.88 99.86 0.00 0.14 sub:imp:3s; -dressèrent dresser ver 17.88 99.86 0.04 1.15 ind:pas:3p; -dressé dresser ver m s 17.88 99.86 3.36 13.24 par:pas; -dressée dresser ver f s 17.88 99.86 0.31 7.23 par:pas; -dressées dressé adj f p 1.79 11.82 0.44 2.36 -dressés dresser ver m p 17.88 99.86 0.29 4.93 par:pas; -dreyfusard dreyfusard nom m s 0.27 0.20 0.14 0.07 -dreyfusards dreyfusard nom m p 0.27 0.20 0.14 0.14 -dreyfusisme dreyfusisme nom m s 0.00 0.07 0.00 0.07 -dribbla dribbler ver 0.81 0.34 0.00 0.07 ind:pas:3s; -dribblais dribbler ver 0.81 0.34 0.10 0.07 ind:imp:1s; -dribblait dribbler ver 0.81 0.34 0.10 0.07 ind:imp:3s; -dribble dribble nom m s 0.69 0.07 0.29 0.07 -dribbler dribbler ver 0.81 0.34 0.20 0.14 inf; -dribbles dribble nom m p 0.69 0.07 0.40 0.00 -dribbleur dribbleur nom m s 0.00 0.14 0.00 0.14 -dribblez dribbler ver 0.81 0.34 0.01 0.00 imp:pre:2p; -dribblé dribbler ver m s 0.81 0.34 0.29 0.00 par:pas; -drible dribler ver 0.25 0.07 0.14 0.07 imp:pre:2s;ind:pre:1s;ind:pre:3s; -dribler dribler ver 0.25 0.07 0.10 0.00 inf; -drift drift nom m s 0.04 0.07 0.04 0.07 -drifter drifter nom m s 0.05 37.50 0.02 37.50 -drifters drifter nom m p 0.05 37.50 0.03 0.00 -drill drill nom m s 0.01 0.07 0.01 0.07 -drille drille nom m s 0.11 1.22 0.08 0.61 -drilles drille nom m p 0.11 1.22 0.04 0.61 -dring dring ono 0.32 0.61 0.32 0.61 -drink drink nom m s 0.92 0.88 0.89 0.41 -drinks drink nom m p 0.92 0.88 0.03 0.47 -drisse drisse nom f s 0.16 0.81 0.06 0.47 -drisses drisse nom f p 0.16 0.81 0.11 0.34 -drivait driver ver 0.24 0.61 0.00 0.14 ind:imp:3s; -drivant driver ver 0.24 0.61 0.00 0.07 par:pre; -drive_in drive_in nom m s 0.94 0.00 0.94 0.00 -drive drive nom m s 1.45 0.41 1.41 0.41 -driver driver nom m s 0.31 0.34 0.25 0.27 -drivers driver nom m p 0.31 0.34 0.06 0.07 -drives drive nom m p 1.45 0.41 0.04 0.00 -drivé driver ver m s 0.24 0.61 0.00 0.07 par:pas; -drivée driver ver f s 0.24 0.61 0.01 0.14 par:pas; -drogman drogman nom m s 0.00 0.27 0.00 0.20 -drogmans drogman nom m p 0.00 0.27 0.00 0.07 -droguaient droguer ver 13.15 3.85 0.19 0.07 ind:imp:3p; -droguais droguer ver 13.15 3.85 0.29 0.00 ind:imp:1s;ind:imp:2s; -droguait droguer ver 13.15 3.85 0.94 0.68 ind:imp:3s; -droguant droguer ver 13.15 3.85 0.06 0.00 par:pre; -drogue drogue nom f s 58.76 13.72 47.20 10.54 -droguent droguer ver 13.15 3.85 0.50 0.20 ind:pre:3p; -droguer droguer ver 13.15 3.85 2.44 0.74 inf; -droguerie droguerie nom f s 0.31 0.54 0.28 0.47 -drogueries droguerie nom f p 0.31 0.54 0.03 0.07 -drogues drogue nom f p 58.76 13.72 11.56 3.18 -droguet droguet nom m s 0.00 1.08 0.00 0.95 -droguets droguet nom m p 0.00 1.08 0.00 0.14 -droguez droguer ver 13.15 3.85 0.49 0.14 imp:pre:2p;ind:pre:2p; -droguiez droguer ver 13.15 3.85 0.05 0.00 ind:imp:2p; -droguiste droguiste nom s 0.17 0.61 0.16 0.41 -droguistes droguiste nom p 0.17 0.61 0.02 0.20 -drogué drogué nom m s 6.35 2.43 2.63 0.68 -droguée droguer ver f s 13.15 3.85 1.47 0.14 par:pas; -droguées drogué nom f p 6.35 2.43 0.25 0.00 -drogués drogué nom m p 6.35 2.43 2.20 1.35 -droicos droico nom m p 0.00 0.27 0.00 0.27 -droit_fil droit_fil nom m s 0.00 0.07 0.00 0.07 -droit droit nom m s 207.62 163.72 175.60 138.72 -droite droite nom f s 58.70 117.97 58.44 116.69 -droitement droitement adv 0.01 0.07 0.01 0.07 -droites droit adj f p 77.74 163.38 0.83 4.80 -droitier droitier adj m s 0.76 0.07 0.69 0.00 -droitiers droitier nom m p 0.35 0.20 0.14 0.14 -droitière droitier adj f s 0.76 0.07 0.06 0.07 -droits droit nom m p 207.62 163.72 32.01 25.00 -droiture droiture nom f s 1.33 1.76 1.33 1.76 -drolatique drolatique adj s 0.54 0.47 0.54 0.34 -drolatiques drolatique adj m p 0.54 0.47 0.00 0.14 -dromadaire dromadaire nom m s 0.44 1.22 0.44 0.68 -dromadaires dromadaire nom m p 0.44 1.22 0.00 0.54 -drome drome nom f s 0.02 0.07 0.01 0.07 -dromes drome nom f p 0.02 0.07 0.01 0.00 -drone_espion drone_espion nom m s 0.02 0.00 0.02 0.00 -drone drone nom m s 1.79 0.00 0.88 0.00 -drones drone nom m p 1.79 0.00 0.91 0.00 -dronte dronte nom m s 0.01 0.07 0.01 0.07 -drop drop nom m s 1.11 0.00 1.11 0.00 -drope droper ver 0.00 0.20 0.00 0.07 ind:pre:3s; -dropent droper ver 0.00 0.20 0.00 0.07 ind:pre:3p; -droppage droppage nom m s 0.04 0.00 0.04 0.00 -droppant dropper ver 0.00 0.27 0.00 0.07 par:pre; -droppe dropper ver 0.00 0.27 0.00 0.20 ind:pre:3s; -dropé droper ver m s 0.00 0.20 0.00 0.07 par:pas; -drosophile drosophile nom f s 0.10 0.00 0.06 0.00 -drosophiles drosophile nom f p 0.10 0.00 0.04 0.00 -dross dross nom m 0.00 0.07 0.00 0.07 -drossait drosser ver 0.01 0.41 0.00 0.07 ind:imp:3s; -drossant drosser ver 0.01 0.41 0.00 0.07 par:pre; -drossart drossart nom m s 0.00 0.07 0.00 0.07 -drosser drosser ver 0.01 0.41 0.00 0.07 inf; -drossé drosser ver m s 0.01 0.41 0.01 0.07 par:pas; -drossée drosser ver f s 0.01 0.41 0.00 0.07 par:pas; -drossés drosser ver m p 0.01 0.41 0.00 0.07 par:pas; -droséra droséra nom m s 0.01 0.00 0.01 0.00 -drège drège nom f s 0.01 0.00 0.01 0.00 -dru dru adj m s 0.62 9.53 0.13 2.84 -drue dru adj f s 0.62 9.53 0.15 3.58 -drues dru adj f p 0.62 9.53 0.00 0.68 -drugstore drugstore nom m s 1.71 1.89 1.58 1.82 -drugstores drugstore nom m p 1.71 1.89 0.14 0.07 -druide druide nom m s 1.18 4.86 0.89 2.84 -druides druide nom m p 1.18 4.86 0.28 2.03 -druidesse druidesse nom f s 0.02 0.20 0.02 0.14 -druidesses druidesse nom f p 0.02 0.20 0.00 0.07 -druidique druidique adj s 0.19 0.74 0.19 0.54 -druidiques druidique adj m p 0.19 0.74 0.00 0.20 -druidisme druidisme nom m s 0.00 0.54 0.00 0.54 -drumlin drumlin nom m s 0.11 0.00 0.11 0.00 -drummer drummer nom m s 0.17 0.07 0.17 0.07 -drums drums nom m p 0.04 0.07 0.04 0.07 -drépanocytose drépanocytose nom f s 0.01 0.00 0.01 0.00 -drus dru adj m p 0.62 9.53 0.34 2.43 -druze druze adj s 0.56 1.28 0.40 0.54 -druzes druze adj p 0.56 1.28 0.16 0.74 -dry dry adj m s 1.02 1.22 1.02 1.22 -dryade dryade nom f s 0.16 0.27 0.00 0.07 -dryades dryade nom f p 0.16 0.27 0.16 0.20 -dèche dèche nom f s 0.39 1.96 0.38 1.89 -dèches dèche nom f p 0.39 1.96 0.01 0.07 -dèmes dème nom m p 0.00 0.14 0.00 0.14 -dès dès pre 143.72 275.07 143.72 275.07 -dé dé nom m s 23.36 11.55 5.74 3.65 -du du art_def m s 4394.70 6882.16 4394.70 6882.16 -dual dual adj m s 0.07 0.00 0.07 0.00 -dualisme dualisme nom m s 0.02 0.34 0.02 0.34 -dualiste dualiste adj m s 0.01 0.00 0.01 0.00 -dualité dualité nom f s 0.33 0.68 0.33 0.68 -déambula déambuler ver 1.84 7.70 0.01 0.27 ind:pas:3s; -déambulai déambuler ver 1.84 7.70 0.02 0.00 ind:pas:1s; -déambulaient déambuler ver 1.84 7.70 0.01 0.68 ind:imp:3p; -déambulais déambuler ver 1.84 7.70 0.20 0.20 ind:imp:1s; -déambulait déambuler ver 1.84 7.70 0.10 1.22 ind:imp:3s; -déambulant déambuler ver 1.84 7.70 0.20 1.15 par:pre; -déambulante déambulant adj f s 0.01 0.14 0.00 0.14 -déambulateur déambulateur nom m s 0.13 0.00 0.13 0.00 -déambulation déambulation nom f s 0.03 1.42 0.01 0.54 -déambulations déambulation nom f p 0.03 1.42 0.01 0.88 -déambulatoire déambulatoire adj m s 0.00 0.14 0.00 0.07 -déambulatoires déambulatoire adj m p 0.00 0.14 0.00 0.07 -déambule déambuler ver 1.84 7.70 0.52 1.22 imp:pre:2s;ind:pre:1s;ind:pre:3s; -déambulent déambuler ver 1.84 7.70 0.10 0.47 ind:pre:3p; -déambuler déambuler ver 1.84 7.70 0.29 1.55 inf; -déambulerai déambuler ver 1.84 7.70 0.01 0.00 ind:fut:1s; -déambulez déambuler ver 1.84 7.70 0.04 0.07 imp:pre:2p;ind:pre:2p; -déambulions déambuler ver 1.84 7.70 0.14 0.14 ind:imp:1p; -déambulons déambuler ver 1.84 7.70 0.00 0.20 ind:pre:1p; -déambulèrent déambuler ver 1.84 7.70 0.00 0.20 ind:pas:3p; -déambulé déambuler ver m s 1.84 7.70 0.22 0.34 par:pas; -débagoulage débagoulage nom m s 0.00 0.07 0.00 0.07 -débagoule débagouler ver 0.01 0.68 0.00 0.34 ind:pre:1s;ind:pre:3s;sub:pre:3s; -débagouler débagouler ver 0.01 0.68 0.01 0.20 inf; -débagoulerait débagouler ver 0.01 0.68 0.00 0.07 cnd:pre:3s; -débagoules débagouler ver 0.01 0.68 0.00 0.07 ind:pre:2s; -déballa déballer ver 3.59 6.69 0.00 0.68 ind:pas:3s; -déballage déballage nom m s 0.32 1.76 0.30 1.62 -déballages déballage nom m p 0.32 1.76 0.01 0.14 -déballai déballer ver 3.59 6.69 0.00 0.20 ind:pas:1s; -déballaient déballer ver 3.59 6.69 0.00 0.34 ind:imp:3p; -déballais déballer ver 3.59 6.69 0.02 0.07 ind:imp:1s;ind:imp:2s; -déballait déballer ver 3.59 6.69 0.02 0.81 ind:imp:3s; -déballant déballer ver 3.59 6.69 0.02 0.14 par:pre; -déballe déballer ver 3.59 6.69 0.67 1.42 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -déballent déballer ver 3.59 6.69 0.04 0.07 ind:pre:3p; -déballer déballer ver 3.59 6.69 1.63 1.49 inf; -déballera déballer ver 3.59 6.69 0.02 0.00 ind:fut:3s; -déballez déballer ver 3.59 6.69 0.35 0.07 imp:pre:2p;ind:pre:2p; -déballonnage déballonnage nom m s 0.00 0.07 0.00 0.07 -déballonner déballonner ver 0.01 0.74 0.00 0.41 inf; -déballonnerais déballonner ver 0.01 0.74 0.01 0.00 cnd:pre:2s; -déballonneront déballonner ver 0.01 0.74 0.00 0.07 ind:fut:3p; -déballonné déballonner ver m s 0.01 0.74 0.00 0.27 par:pas; -déballons déballer ver 3.59 6.69 0.04 0.00 imp:pre:1p;ind:pre:1p; -déballèrent déballer ver 3.59 6.69 0.00 0.20 ind:pas:3p; -déballé déballer ver m s 3.59 6.69 0.69 0.95 par:pas; -déballée déballer ver f s 3.59 6.69 0.04 0.14 par:pas; -déballées déballer ver f p 3.59 6.69 0.05 0.07 par:pas; -déballés déballer ver m p 3.59 6.69 0.01 0.07 par:pas; -débanda débander ver 0.81 2.43 0.00 0.07 ind:pas:3s; -débandade débandade nom f s 0.58 3.51 0.58 3.51 -débandaient débander ver 0.81 2.43 0.01 0.14 ind:imp:3p; -débandais débander ver 0.81 2.43 0.00 0.07 ind:imp:1s; -débandait débander ver 0.81 2.43 0.00 0.07 ind:imp:3s; -débande débander ver 0.81 2.43 0.35 0.27 ind:pre:1s;ind:pre:3s; -débandent débander ver 0.81 2.43 0.03 0.07 ind:pre:3p; -débander débander ver 0.81 2.43 0.28 0.95 inf; -débandera débander ver 0.81 2.43 0.00 0.07 ind:fut:3s; -débanderaient débander ver 0.81 2.43 0.01 0.00 cnd:pre:3p; -débandez débander ver 0.81 2.43 0.00 0.14 ind:pre:2p; -débandèrent débander ver 0.81 2.43 0.00 0.07 ind:pas:3p; -débandé débander ver m s 0.81 2.43 0.13 0.20 par:pas; -débandées débander ver f p 0.81 2.43 0.00 0.07 par:pas; -débandés débander ver m p 0.81 2.43 0.00 0.27 par:pas; -débaptiser débaptiser ver 0.00 0.27 0.00 0.07 inf; -débaptiserais débaptiser ver 0.00 0.27 0.00 0.07 cnd:pre:1s; -débaptisé débaptiser ver m s 0.00 0.27 0.00 0.07 par:pas; -débaptisée débaptiser ver f s 0.00 0.27 0.00 0.07 par:pas; -débarbot débarbot nom m s 0.00 0.20 0.00 0.14 -débarbots débarbot nom m p 0.00 0.20 0.00 0.07 -débarbouilla débarbouiller ver 0.81 2.77 0.00 0.14 ind:pas:3s; -débarbouillait débarbouiller ver 0.81 2.77 0.00 0.20 ind:imp:3s; -débarbouillant débarbouiller ver 0.81 2.77 0.00 0.07 par:pre; -débarbouille débarbouiller ver 0.81 2.77 0.28 0.47 imp:pre:2s;ind:pre:1s;ind:pre:3s; -débarbouiller débarbouiller ver 0.81 2.77 0.37 1.42 inf; -débarbouillette débarbouillette nom f s 0.02 0.00 0.02 0.00 -débarbouillé débarbouiller ver m s 0.81 2.77 0.04 0.14 par:pas; -débarbouillée débarbouiller ver f s 0.81 2.77 0.13 0.27 par:pas; -débarbouillés débarbouiller ver m p 0.81 2.77 0.00 0.07 par:pas; -débarcadère débarcadère nom m s 0.43 1.62 0.43 1.55 -débarcadères débarcadère nom m p 0.43 1.62 0.00 0.07 -débardage débardage nom m s 0.00 0.20 0.00 0.14 -débardages débardage nom m p 0.00 0.20 0.00 0.07 -débardaient débarder ver 0.00 0.41 0.00 0.07 ind:imp:3p; -débarder débarder ver 0.00 0.41 0.00 0.14 inf; -débardeur débardeur nom m s 0.77 1.42 0.69 0.68 -débardeurs débardeur nom m p 0.77 1.42 0.08 0.74 -débardée débarder ver f s 0.00 0.41 0.00 0.20 par:pas; -débaroule débarouler ver 0.00 0.14 0.00 0.07 ind:pre:3s; -débaroulent débarouler ver 0.00 0.14 0.00 0.07 ind:pre:3p; -débarqua débarquer ver 25.66 34.39 0.46 1.49 ind:pas:3s; -débarquai débarquer ver 25.66 34.39 0.00 0.47 ind:pas:1s; -débarquaient débarquer ver 25.66 34.39 0.15 1.62 ind:imp:3p; -débarquais débarquer ver 25.66 34.39 0.04 0.27 ind:imp:1s;ind:imp:2s; -débarquait débarquer ver 25.66 34.39 0.51 2.97 ind:imp:3s; -débarquant débarquer ver 25.66 34.39 0.39 2.23 par:pre; -débarque débarquer ver 25.66 34.39 6.18 3.85 imp:pre:2s;ind:pre:1s;ind:pre:3s; -débarquement débarquement nom m s 2.79 15.00 2.74 14.12 -débarquements débarquement nom m p 2.79 15.00 0.05 0.88 -débarquent débarquer ver 25.66 34.39 1.84 2.09 ind:pre:3p; -débarquer débarquer ver 25.66 34.39 5.89 7.36 inf; -débarquera débarquer ver 25.66 34.39 0.37 0.27 ind:fut:3s; -débarquerai débarquer ver 25.66 34.39 0.07 0.07 ind:fut:1s; -débarqueraient débarquer ver 25.66 34.39 0.02 0.07 cnd:pre:3p; -débarquerait débarquer ver 25.66 34.39 0.03 0.20 cnd:pre:3s; -débarqueras débarquer ver 25.66 34.39 0.02 0.00 ind:fut:2s; -débarquerez débarquer ver 25.66 34.39 0.17 0.07 ind:fut:2p; -débarquerons débarquer ver 25.66 34.39 0.40 0.07 ind:fut:1p; -débarqueront débarquer ver 25.66 34.39 0.17 0.27 ind:fut:3p; -débarques débarquer ver 25.66 34.39 1.25 0.34 ind:pre:2s; -débarquez débarquer ver 25.66 34.39 0.88 0.27 imp:pre:2p;ind:pre:2p; -débarquiez débarquer ver 25.66 34.39 0.02 0.14 ind:imp:2p; -débarquions débarquer ver 25.66 34.39 0.11 0.27 ind:imp:1p; -débarquâmes débarquer ver 25.66 34.39 0.00 0.41 ind:pas:1p; -débarquons débarquer ver 25.66 34.39 0.16 0.27 imp:pre:1p;ind:pre:1p; -débarquèrent débarquer ver 25.66 34.39 0.03 0.95 ind:pas:3p; -débarqué débarquer ver m s 25.66 34.39 6.04 6.62 par:pas; -débarquée débarqué adj f s 0.13 1.15 0.06 0.07 -débarquées débarquer ver f p 25.66 34.39 0.14 0.27 par:pas; -débarqués débarquer ver m p 25.66 34.39 0.27 0.88 par:pas; -débarra débarrer ver 0.01 0.20 0.01 0.00 ind:pas:3s; -débarras débarras nom m 2.79 6.96 2.79 6.96 -débarrassa débarrasser ver 61.77 48.92 0.01 2.50 ind:pas:3s; -débarrassai débarrasser ver 61.77 48.92 0.00 0.07 ind:pas:1s; -débarrassaient débarrasser ver 61.77 48.92 0.02 0.47 ind:imp:3p; -débarrassais débarrasser ver 61.77 48.92 0.07 0.27 ind:imp:1s;ind:imp:2s; -débarrassait débarrasser ver 61.77 48.92 0.43 1.82 ind:imp:3s; -débarrassant débarrasser ver 61.77 48.92 0.14 1.42 par:pre; -débarrasse débarrasser ver 61.77 48.92 11.42 4.12 imp:pre:2s;ind:pre:1s;ind:pre:3s; -débarrassent débarrasser ver 61.77 48.92 0.33 0.54 ind:pre:3p; -débarrasser débarrasser ver 61.77 48.92 32.37 23.58 inf;; -débarrassera débarrasser ver 61.77 48.92 1.17 0.34 ind:fut:3s; -débarrasserai débarrasser ver 61.77 48.92 0.54 0.47 ind:fut:1s; -débarrasserais débarrasser ver 61.77 48.92 0.25 0.20 cnd:pre:1s;cnd:pre:2s; -débarrasserait débarrasser ver 61.77 48.92 0.07 0.27 cnd:pre:3s; -débarrasseras débarrasser ver 61.77 48.92 0.53 0.00 ind:fut:2s; -débarrasserez débarrasser ver 61.77 48.92 0.16 0.07 ind:fut:2p; -débarrasserons débarrasser ver 61.77 48.92 0.08 0.00 ind:fut:1p; -débarrasseront débarrasser ver 61.77 48.92 0.21 0.20 ind:fut:3p; -débarrasses débarrasser ver 61.77 48.92 0.91 0.07 ind:pre:2s;sub:pre:2s; -débarrassez débarrasser ver 61.77 48.92 3.03 0.54 imp:pre:2p;ind:pre:2p; -débarrassiez débarrasser ver 61.77 48.92 0.24 0.00 ind:imp:2p; -débarrassons débarrasser ver 61.77 48.92 0.79 0.00 imp:pre:1p;ind:pre:1p; -débarrassât débarrasser ver 61.77 48.92 0.00 0.07 sub:imp:3s; -débarrassèrent débarrasser ver 61.77 48.92 0.10 0.27 ind:pas:3p; -débarrassé débarrasser ver m s 61.77 48.92 5.64 6.62 par:pas; -débarrassée débarrasser ver f s 61.77 48.92 1.72 2.57 par:pas; -débarrassées débarrasser ver f p 61.77 48.92 0.26 0.34 par:pas; -débarrassés débarrasser ver m p 61.77 48.92 1.30 2.09 par:pas; -débarrer débarrer ver 0.01 0.20 0.00 0.07 inf; -débarrons débarrer ver 0.01 0.20 0.00 0.07 imp:pre:1p; -débat débat nom m s 10.70 15.81 7.77 9.46 -débats débat nom m p 10.70 15.81 2.93 6.35 -débattît débattre ver 8.63 26.42 0.00 0.07 sub:imp:3s; -débattaient débattre ver 8.63 26.42 0.02 0.61 ind:imp:3p; -débattais débattre ver 8.63 26.42 0.02 0.88 ind:imp:1s;ind:imp:2s; -débattait débattre ver 8.63 26.42 0.51 6.42 ind:imp:3s; -débattant débattre ver 8.63 26.42 0.08 1.35 par:pre; -débatte débattre ver 8.63 26.42 0.01 0.07 sub:pre:3s; -débattent débattre ver 8.63 26.42 0.24 0.74 ind:pre:3p; -débatteur débatteur nom m s 0.00 0.07 0.00 0.07 -débattez débattre ver 8.63 26.42 0.22 0.00 imp:pre:2p;ind:pre:2p; -débattiez débattre ver 8.63 26.42 0.01 0.07 ind:imp:2p; -débattions débattre ver 8.63 26.42 0.01 0.20 ind:imp:1p; -débattirent débattre ver 8.63 26.42 0.00 0.14 ind:pas:3p; -débattis débattre ver 8.63 26.42 0.00 0.68 ind:pas:1s; -débattit débattre ver 8.63 26.42 0.01 1.28 ind:pas:3s; -débattons débattre ver 8.63 26.42 0.33 0.27 imp:pre:1p;ind:pre:1p; -débattra débattre ver 8.63 26.42 0.01 0.07 ind:fut:3s; -débattraient débattre ver 8.63 26.42 0.00 0.07 cnd:pre:3p; -débattrais débattre ver 8.63 26.42 0.02 0.07 cnd:pre:1s; -débattrait débattre ver 8.63 26.42 0.02 0.34 cnd:pre:3s; -débattre débattre ver 8.63 26.42 2.64 5.27 inf; -débattrons débattre ver 8.63 26.42 0.17 0.07 ind:fut:1p; -débattu débattre ver m s 8.63 26.42 1.05 1.62 par:pas; -débattue débattre ver f s 8.63 26.42 0.73 0.95 par:pas; -débattues débattre ver f p 8.63 26.42 0.01 0.20 par:pas; -débattus débattre ver m p 8.63 26.42 0.07 0.34 par:pas; -débauchais débaucher ver 0.80 1.69 0.00 0.07 ind:imp:1s; -débauchait débaucher ver 0.80 1.69 0.00 0.07 ind:imp:3s; -débauchant débaucher ver 0.80 1.69 0.00 0.07 par:pre; -débauche débauche nom f s 2.87 9.39 2.72 7.16 -débaucher débaucher ver 0.80 1.69 0.19 0.61 inf; -débauches débauche nom f p 2.87 9.39 0.14 2.23 -débaucheur débaucheur nom m s 0.02 0.00 0.01 0.00 -débaucheurs débaucheur nom m p 0.02 0.00 0.01 0.00 -débauché débauché nom m s 1.09 1.35 0.62 0.74 -débauchée débauché nom f s 1.09 1.35 0.24 0.00 -débauchées débauché nom f p 1.09 1.35 0.11 0.00 -débauchés débauché nom m p 1.09 1.35 0.12 0.61 -débecquetait débecqueter ver 0.00 0.07 0.00 0.07 ind:imp:3s; -débectage débectage nom m s 0.00 0.07 0.00 0.07 -débectait débecter ver 0.46 1.89 0.00 0.20 ind:imp:3s; -débectance débectance nom f s 0.00 0.20 0.00 0.20 -débectant débecter ver 0.46 1.89 0.04 0.14 par:pre; -débecte débecter ver 0.46 1.89 0.23 0.95 imp:pre:2s;ind:pre:1s;ind:pre:3s; -débectent débecter ver 0.46 1.89 0.01 0.14 ind:pre:3p; -débecter débecter ver 0.46 1.89 0.01 0.00 inf; -débecterais débecter ver 0.46 1.89 0.00 0.07 cnd:pre:1s; -débectez débecter ver 0.46 1.89 0.16 0.00 ind:pre:2p; -débecté débecter ver m s 0.46 1.89 0.00 0.14 par:pas; -débectée débecter ver f s 0.46 1.89 0.00 0.20 par:pas; -débectés débecter ver m p 0.46 1.89 0.00 0.07 par:pas; -débiffé débiffer ver m s 0.00 0.07 0.00 0.07 par:pas; -débile débile adj s 21.09 4.66 17.80 3.11 -débilement débilement adv 0.02 0.00 0.02 0.00 -débiles débile nom p 11.99 2.91 3.66 1.55 -débilitaient débiliter ver 0.00 0.54 0.00 0.07 ind:imp:3p; -débilitant débilitant adj m s 0.16 0.27 0.04 0.14 -débilitante débilitant adj f s 0.16 0.27 0.05 0.14 -débilitantes débilitant adj f p 0.16 0.27 0.06 0.00 -débilitation débilitation nom f s 0.00 0.14 0.00 0.14 -débilite débiliter ver 0.00 0.54 0.00 0.07 ind:pre:3s; -débilité débilité nom f s 0.34 0.88 0.27 0.74 -débilitée débiliter ver f s 0.00 0.54 0.00 0.07 par:pas; -débilités débilité nom f p 0.34 0.88 0.08 0.14 -débiller débiller ver 0.00 0.07 0.00 0.07 inf; -débinait débiner ver 2.35 3.18 0.00 0.14 ind:imp:3s; -débine débiner ver 2.35 3.18 0.98 0.88 imp:pre:2s;ind:pre:1s;ind:pre:3s; -débinent débiner ver 2.35 3.18 0.39 0.20 ind:pre:3p; -débiner débiner ver 2.35 3.18 0.27 1.35 inf; -débinera débiner ver 2.35 3.18 0.00 0.07 ind:fut:3s; -débinerai débiner ver 2.35 3.18 0.02 0.00 ind:fut:1s; -débinerait débiner ver 2.35 3.18 0.02 0.07 cnd:pre:3s; -débineras débiner ver 2.35 3.18 0.01 0.00 ind:fut:2s; -débines débiner ver 2.35 3.18 0.27 0.07 ind:pre:2s; -débineurs débineur nom m p 0.00 0.14 0.00 0.07 -débineuses débineur nom f p 0.00 0.14 0.00 0.07 -débinez débiner ver 2.35 3.18 0.02 0.14 imp:pre:2p;ind:pre:2p; -débiné débiner ver m s 2.35 3.18 0.26 0.14 par:pas; -débinées débiner ver f p 2.35 3.18 0.00 0.07 par:pas; -débinés débiner ver m p 2.35 3.18 0.10 0.07 par:pas; -débit débit nom m s 1.24 6.35 1.10 5.27 -débita débiter ver 1.87 14.46 0.00 0.54 ind:pas:3s; -débitage débitage nom m s 0.00 0.07 0.00 0.07 -débitai débiter ver 1.87 14.46 0.00 0.20 ind:pas:1s; -débitaient débiter ver 1.87 14.46 0.01 0.54 ind:imp:3p; -débitais débiter ver 1.87 14.46 0.00 0.20 ind:imp:1s; -débitait débiter ver 1.87 14.46 0.04 2.50 ind:imp:3s; -débitant débiter ver 1.87 14.46 0.04 1.01 par:pre; -débitants débitant nom m p 0.00 0.27 0.00 0.07 -dubitatif dubitatif adj m s 0.09 2.30 0.07 1.15 -dubitatifs dubitatif adj m p 0.09 2.30 0.01 0.20 -dubitation dubitation nom f s 0.00 0.14 0.00 0.07 -dubitations dubitation nom f p 0.00 0.14 0.00 0.07 -dubitative dubitatif adj f s 0.09 2.30 0.00 0.74 -dubitativement dubitativement adv 0.00 0.14 0.00 0.14 -dubitatives dubitatif adj f p 0.09 2.30 0.00 0.20 -débite débiter ver 1.87 14.46 0.34 2.77 imp:pre:2s;ind:pre:1s;ind:pre:3s; -débitent débiter ver 1.87 14.46 0.14 0.20 ind:pre:3p; -débiter débiter ver 1.87 14.46 0.82 3.45 inf; -débitera débiter ver 1.87 14.46 0.00 0.20 ind:fut:3s; -débiterai débiter ver 1.87 14.46 0.01 0.07 ind:fut:1s; -débiterait débiter ver 1.87 14.46 0.00 0.14 cnd:pre:3s; -débites débiter ver 1.87 14.46 0.02 0.14 ind:pre:2s; -débiteur débiteur nom m s 1.28 0.61 0.75 0.27 -débiteurs débiteur nom m p 1.28 0.61 0.54 0.34 -débitez débiter ver 1.87 14.46 0.24 0.00 imp:pre:2p;ind:pre:2p; -débitrice débiteur adj f s 0.21 0.27 0.00 0.07 -débits débit nom m p 1.24 6.35 0.14 1.08 -débité débiter ver m s 1.87 14.46 0.14 0.95 par:pas; -débitée débiter ver f s 1.87 14.46 0.06 0.41 par:pas; -débitées débiter ver f p 1.87 14.46 0.00 0.81 par:pas; -débités débiter ver m p 1.87 14.46 0.01 0.34 par:pas; -déblai déblai nom m s 0.00 0.74 0.00 0.47 -déblaie déblayer ver 0.96 4.19 0.05 0.20 imp:pre:2s;ind:pre:3s; -déblaiement déblaiement nom m s 0.14 0.74 0.14 0.74 -déblaient déblayer ver 0.96 4.19 0.02 0.14 ind:pre:3p; -déblaierez déblayer ver 0.96 4.19 0.00 0.07 ind:fut:2p; -déblais déblai nom m p 0.00 0.74 0.00 0.27 -déblatère déblatérer ver 0.32 0.47 0.07 0.07 ind:pre:3s; -déblatérait déblatérer ver 0.32 0.47 0.04 0.07 ind:imp:3s; -déblatérant déblatérer ver 0.32 0.47 0.01 0.14 par:pre; -déblatérations déblatération nom f p 0.00 0.07 0.00 0.07 -déblatérer déblatérer ver 0.32 0.47 0.20 0.20 inf; -déblaya déblayer ver 0.96 4.19 0.00 0.07 ind:pas:3s; -déblayage déblayage nom m s 0.09 0.14 0.09 0.14 -déblayaient déblayer ver 0.96 4.19 0.00 0.54 ind:imp:3p; -déblayait déblayer ver 0.96 4.19 0.01 0.47 ind:imp:3s; -déblayant déblayer ver 0.96 4.19 0.00 0.27 par:pre; -déblayer déblayer ver 0.96 4.19 0.45 1.55 inf; -déblayera déblayer ver 0.96 4.19 0.00 0.07 ind:fut:3s; -déblayeur déblayeur adj m s 0.01 0.00 0.01 0.00 -déblayeurs déblayeur nom m p 0.00 0.07 0.00 0.07 -déblayez déblayer ver 0.96 4.19 0.11 0.00 imp:pre:2p;ind:pre:2p; -déblayé déblayer ver m s 0.96 4.19 0.31 0.54 par:pas; -déblayée déblayer ver f s 0.96 4.19 0.00 0.07 par:pas; -déblayées déblayer ver f p 0.96 4.19 0.00 0.14 par:pas; -déblayés déblayer ver m p 0.96 4.19 0.01 0.07 par:pas; -déblocage déblocage nom m s 0.05 0.27 0.05 0.20 -déblocages déblocage nom m p 0.05 0.27 0.00 0.07 -débloqua débloquer ver 6.07 4.73 0.00 0.27 ind:pas:3s; -débloquait débloquer ver 6.07 4.73 0.01 0.20 ind:imp:3s; -débloquant débloquer ver 6.07 4.73 0.01 0.14 par:pre; -débloque débloquer ver 6.07 4.73 1.38 1.35 imp:pre:2s;ind:pre:1s;ind:pre:3s; -débloquent débloquer ver 6.07 4.73 0.23 0.07 ind:pre:3p; -débloquer débloquer ver 6.07 4.73 0.77 1.55 inf; -débloques débloquer ver 6.07 4.73 2.20 0.34 ind:pre:2s; -débloquez débloquer ver 6.07 4.73 0.80 0.07 imp:pre:2p;ind:pre:2p; -débloquât débloquer ver 6.07 4.73 0.00 0.07 sub:imp:3s; -débloqué débloquer ver m s 6.07 4.73 0.42 0.54 par:pas; -débloquée débloquer ver f s 6.07 4.73 0.04 0.14 par:pas; -débloqués débloquer ver m p 6.07 4.73 0.22 0.00 par:pas; -déboîta déboîter ver 0.96 1.08 0.00 0.07 ind:pas:3s; -déboîtaient déboîter ver 0.96 1.08 0.01 0.07 ind:imp:3p; -déboîtais déboîter ver 0.96 1.08 0.01 0.07 ind:imp:1s; -déboîtait déboîter ver 0.96 1.08 0.00 0.07 ind:imp:3s; -déboîtant déboîter ver 0.96 1.08 0.00 0.07 par:pre; -déboîte déboîter ver 0.96 1.08 0.13 0.14 imp:pre:2s;ind:pre:1s;ind:pre:3s; -déboîtement déboîtement nom m s 0.01 0.00 0.01 0.00 -déboîter déboîter ver 0.96 1.08 0.22 0.20 inf; -déboîtez déboîter ver 0.96 1.08 0.02 0.07 imp:pre:2p;ind:pre:2p; -déboîté déboîter ver m s 0.96 1.08 0.32 0.27 par:pas; -déboîtée déboîter ver f s 0.96 1.08 0.25 0.00 par:pas; -déboîtées déboîter ver f p 0.96 1.08 0.00 0.07 par:pas; -débobinage débobinage nom m s 0.00 0.07 0.00 0.07 -débobiner débobiner ver 0.00 0.07 0.00 0.07 inf; -débâcle débâcle nom f s 0.89 6.69 0.76 6.49 -débâcles débâcle nom f p 0.89 6.69 0.14 0.20 -débogage débogage nom m s 0.01 0.00 0.01 0.00 -déboguer déboguer ver 0.04 0.00 0.04 0.00 inf; -débâillonné débâillonner ver m s 0.00 0.07 0.00 0.07 par:pas; -déboire déboire nom m s 0.43 3.51 0.00 0.20 -déboires déboire nom m p 0.43 3.51 0.43 3.31 -déboisement déboisement nom m s 0.01 0.00 0.01 0.00 -déboiser déboiser ver 0.04 0.54 0.01 0.07 inf; -déboisé déboiser ver m s 0.04 0.54 0.02 0.20 par:pas; -déboisée déboiser ver f s 0.04 0.54 0.00 0.20 par:pas; -déboisées déboiser ver f p 0.04 0.54 0.01 0.07 par:pas; -débonda débonder ver 0.00 0.61 0.00 0.14 ind:pas:3s; -débondait débonder ver 0.00 0.61 0.00 0.27 ind:imp:3s; -débondant débonder ver 0.00 0.61 0.00 0.07 par:pre; -débonder débonder ver 0.00 0.61 0.00 0.07 inf; -débondé débonder ver m s 0.00 0.61 0.00 0.07 par:pas; -débonnaire débonnaire adj s 0.11 3.11 0.06 2.64 -débonnaires débonnaire adj p 0.11 3.11 0.05 0.47 -débord débord nom m s 0.00 0.14 0.00 0.14 -déborda déborder ver 15.75 31.62 0.01 0.61 ind:pas:3s; -débordaient déborder ver 15.75 31.62 0.02 3.04 ind:imp:3p; -débordais déborder ver 15.75 31.62 0.21 0.20 ind:imp:1s;ind:imp:2s; -débordait déborder ver 15.75 31.62 0.67 4.86 ind:imp:3s; -débordant déborder ver 15.75 31.62 0.52 5.14 par:pre; -débordante débordant adj f s 1.13 4.66 0.84 1.76 -débordantes débordant adj f p 1.13 4.66 0.14 0.74 -débordants débordant adj m p 1.13 4.66 0.04 0.81 -déborde déborder ver 15.75 31.62 2.31 5.61 imp:pre:2s;ind:pre:1s;ind:pre:3s; -débordement débordement nom m s 0.94 3.78 0.62 2.09 -débordements débordement nom m p 0.94 3.78 0.32 1.69 -débordent déborder ver 15.75 31.62 0.69 1.96 ind:pre:3p; -déborder déborder ver 15.75 31.62 1.78 3.92 inf; -débordera déborder ver 15.75 31.62 0.04 0.00 ind:fut:3s; -déborderaient déborder ver 15.75 31.62 0.14 0.14 cnd:pre:3p; -déborderait déborder ver 15.75 31.62 0.01 0.20 cnd:pre:3s; -débordez déborder ver 15.75 31.62 0.06 0.00 imp:pre:2p;ind:pre:2p; -débordât déborder ver 15.75 31.62 0.00 0.14 sub:imp:3s; -débordèrent déborder ver 15.75 31.62 0.00 0.14 ind:pas:3p; -débordé déborder ver m s 15.75 31.62 4.16 3.11 par:pas; -débordée déborder ver f s 15.75 31.62 1.98 1.08 par:pas; -débordées déborder ver f p 15.75 31.62 0.24 0.41 par:pas; -débordés déborder ver m p 15.75 31.62 2.94 1.08 par:pas; -débottelons débotteler ver 0.00 0.07 0.00 0.07 ind:pre:1p; -débotté débotté nom m s 0.16 0.07 0.16 0.07 -débâté débâter ver m s 0.00 0.14 0.00 0.07 par:pas; -débâtées débâter ver f p 0.00 0.14 0.00 0.07 par:pas; -déboucha déboucher ver 4.21 33.45 0.01 4.12 ind:pas:3s; -débouchage débouchage nom m s 0.01 0.00 0.01 0.00 -débouchai déboucher ver 4.21 33.45 0.00 0.34 ind:pas:1s; -débouchaient déboucher ver 4.21 33.45 0.01 1.62 ind:imp:3p; -débouchais déboucher ver 4.21 33.45 0.00 0.20 ind:imp:1s; -débouchait déboucher ver 4.21 33.45 0.16 4.39 ind:imp:3s; -débouchant déboucher ver 4.21 33.45 0.04 3.04 par:pre; -débouche déboucher ver 4.21 33.45 1.97 6.49 imp:pre:2s;ind:pre:1s;ind:pre:3s; -débouchent déboucher ver 4.21 33.45 0.14 1.69 ind:pre:3p; -déboucher déboucher ver 4.21 33.45 0.78 6.22 inf; -débouchera déboucher ver 4.21 33.45 0.11 0.07 ind:fut:3s; -déboucherai déboucher ver 4.21 33.45 0.10 0.07 ind:fut:1s; -déboucheraient déboucher ver 4.21 33.45 0.01 0.07 cnd:pre:3p; -déboucherait déboucher ver 4.21 33.45 0.00 0.34 cnd:pre:3s; -déboucherez déboucher ver 4.21 33.45 0.01 0.00 ind:fut:2p; -déboucheur déboucheur nom m s 0.11 0.20 0.07 0.14 -déboucheurs déboucheur nom m p 0.11 0.20 0.04 0.07 -débouchez déboucher ver 4.21 33.45 0.10 0.00 imp:pre:2p;ind:pre:2p; -débouchions déboucher ver 4.21 33.45 0.00 0.07 ind:imp:1p; -débouchoir débouchoir nom m s 0.02 0.00 0.01 0.00 -débouchoirs débouchoir nom m p 0.02 0.00 0.01 0.00 -débouchâmes déboucher ver 4.21 33.45 0.01 0.27 ind:pas:1p; -débouchons déboucher ver 4.21 33.45 0.12 0.54 imp:pre:1p;ind:pre:1p; -débouchèrent déboucher ver 4.21 33.45 0.00 1.49 ind:pas:3p; -débouché déboucher ver m s 4.21 33.45 0.42 2.09 par:pas; -débouchée déboucher ver f s 4.21 33.45 0.16 0.20 par:pas; -débouchées déboucher ver f p 4.21 33.45 0.05 0.07 par:pas; -débouchés débouché nom m p 0.56 3.51 0.54 1.01 -déboucla déboucler ver 0.05 2.91 0.00 0.20 ind:pas:3s; -débouclaient déboucler ver 0.05 2.91 0.00 0.07 ind:imp:3p; -débouclait déboucler ver 0.05 2.91 0.00 0.20 ind:imp:3s; -débouclant déboucler ver 0.05 2.91 0.00 0.47 par:pre; -déboucle déboucler ver 0.05 2.91 0.02 0.34 imp:pre:2s;ind:pre:1s;ind:pre:3s; -débouclent déboucler ver 0.05 2.91 0.00 0.20 ind:pre:3p; -déboucler déboucler ver 0.05 2.91 0.00 0.68 inf; -débouclez déboucler ver 0.05 2.91 0.01 0.14 imp:pre:2p; -débouclions déboucler ver 0.05 2.91 0.00 0.07 ind:imp:1p; -débouclèrent déboucler ver 0.05 2.91 0.00 0.07 ind:pas:3p; -débouclé déboucler ver m s 0.05 2.91 0.02 0.34 par:pas; -débouclées déboucler ver f p 0.05 2.91 0.00 0.07 par:pas; -débouclés déboucler ver m p 0.05 2.91 0.00 0.07 par:pas; -déboula débouler ver 1.94 6.22 0.01 0.41 ind:pas:3s; -déboulai débouler ver 1.94 6.22 0.00 0.07 ind:pas:1s; -déboulaient débouler ver 1.94 6.22 0.00 0.61 ind:imp:3p; -déboulais débouler ver 1.94 6.22 0.02 0.14 ind:imp:1s; -déboulait débouler ver 1.94 6.22 0.11 0.61 ind:imp:3s; -déboulant débouler ver 1.94 6.22 0.02 0.47 par:pre; -déboule débouler ver 1.94 6.22 0.75 1.42 imp:pre:2s;ind:pre:1s;ind:pre:3s; -déboulent débouler ver 1.94 6.22 0.08 0.47 ind:pre:3p; -débouler débouler ver 1.94 6.22 0.35 1.01 inf; -déboulerais débouler ver 1.94 6.22 0.01 0.07 cnd:pre:1s; -déboulerait débouler ver 1.94 6.22 0.00 0.07 cnd:pre:3s; -débouleront débouler ver 1.94 6.22 0.02 0.00 ind:fut:3p; -déboulez débouler ver 1.94 6.22 0.02 0.00 ind:pre:2p; -débouliez débouler ver 1.94 6.22 0.01 0.00 ind:imp:2p; -déboulions débouler ver 1.94 6.22 0.00 0.07 ind:imp:1p; -déboulonnant déboulonner ver 0.02 0.95 0.00 0.07 par:pre; -déboulonner déboulonner ver 0.02 0.95 0.00 0.27 inf; -déboulonnez déboulonner ver 0.02 0.95 0.01 0.00 imp:pre:2p; -déboulonné déboulonner ver m s 0.02 0.95 0.01 0.20 par:pas; -déboulonnée déboulonner ver f s 0.02 0.95 0.00 0.27 par:pas; -déboulonnées déboulonner ver f p 0.02 0.95 0.00 0.14 par:pas; -déboulèrent débouler ver 1.94 6.22 0.00 0.07 ind:pas:3p; -déboulé débouler ver m s 1.94 6.22 0.51 0.68 par:pas; -déboulés débouler ver m p 1.94 6.22 0.01 0.07 par:pas; -débouquaient débouquer ver 0.00 0.14 0.00 0.07 ind:imp:3p; -débouqué débouquer ver m s 0.00 0.14 0.00 0.07 par:pas; -débourrage débourrage nom m s 0.00 0.07 0.00 0.07 -débourre débourrer ver 0.02 0.54 0.00 0.07 ind:pre:3s; -débourrent débourrer ver 0.02 0.54 0.00 0.07 ind:pre:3p; -débourrer débourrer ver 0.02 0.54 0.02 0.27 inf; -débourré débourrer ver m s 0.02 0.54 0.00 0.07 par:pas; -débourrée débourrer ver f s 0.02 0.54 0.00 0.07 par:pas; -débours débours nom m 0.01 0.20 0.01 0.20 -débourse débourser ver 1.02 0.54 0.04 0.07 ind:pre:1s;ind:pre:3s; -déboursement déboursement nom m s 0.01 0.00 0.01 0.00 -débourser débourser ver 1.02 0.54 0.66 0.20 inf; -déboursera débourser ver 1.02 0.54 0.01 0.07 ind:fut:3s; -débourseront débourser ver 1.02 0.54 0.01 0.00 ind:fut:3p; -déboursé débourser ver m s 1.02 0.54 0.29 0.14 par:pas; -déboursées débourser ver f p 1.02 0.54 0.00 0.07 par:pas; -déboussolait déboussoler ver 1.73 1.42 0.00 0.07 ind:imp:3s; -déboussolantes déboussolant adj f p 0.00 0.07 0.00 0.07 -déboussoler déboussoler ver 1.73 1.42 0.01 0.07 inf; -déboussolé déboussoler ver m s 1.73 1.42 0.82 0.54 par:pas; -déboussolée déboussoler ver f s 1.73 1.42 0.77 0.20 par:pas; -déboussolées déboussoler ver f p 1.73 1.42 0.01 0.07 par:pas; -déboussolés déboussoler ver m p 1.73 1.42 0.12 0.47 par:pas; -déboutait débouter ver 0.12 0.34 0.00 0.07 ind:imp:3s; -débouter débouter ver 0.12 0.34 0.05 0.07 inf; -déboutonna déboutonner ver 1.33 8.24 0.01 1.22 ind:pas:3s; -déboutonnage déboutonnage nom m s 0.27 0.07 0.27 0.07 -déboutonnait déboutonner ver 1.33 8.24 0.03 0.61 ind:imp:3s; -déboutonnant déboutonner ver 1.33 8.24 0.01 0.41 par:pre; -déboutonne déboutonner ver 1.33 8.24 0.28 0.81 imp:pre:2s;ind:pre:1s;ind:pre:3s; -déboutonnent déboutonner ver 1.33 8.24 0.01 0.07 ind:pre:3p; -déboutonner déboutonner ver 1.33 8.24 0.31 1.42 inf; -déboutonnez déboutonner ver 1.33 8.24 0.04 0.07 imp:pre:2p; -déboutonnât déboutonner ver 1.33 8.24 0.00 0.07 sub:imp:3s; -déboutonné déboutonner ver m s 1.33 8.24 0.57 2.16 par:pas; -déboutonnée déboutonner ver f s 1.33 8.24 0.06 0.81 par:pas; -déboutonnées déboutonner ver f p 1.33 8.24 0.00 0.47 par:pas; -déboutonnés déboutonner ver m p 1.33 8.24 0.00 0.14 par:pas; -débouté débouter ver m s 0.12 0.34 0.06 0.07 par:pas; -déboutée débouter ver f s 0.12 0.34 0.01 0.14 par:pas; -débraguette débraguetter ver 0.01 0.54 0.00 0.07 ind:pre:3s; -débraguettent débraguetter ver 0.01 0.54 0.00 0.07 ind:pre:3p; -débraguetter débraguetter ver 0.01 0.54 0.00 0.14 inf; -débraguetté débraguetter ver m s 0.01 0.54 0.01 0.14 par:pas; -débraguettés débraguetter ver m p 0.01 0.54 0.00 0.14 par:pas; -débraillé débraillé nom m s 0.43 1.55 0.26 1.35 -débraillée débraillé adj f s 0.21 1.42 0.02 0.20 -débraillées débraillé adj f p 0.21 1.42 0.01 0.07 -débraillés débraillé nom m p 0.43 1.55 0.16 0.14 -débrancha débrancher ver 6.09 3.31 0.00 0.54 ind:pas:3s; -débranchant débrancher ver 6.09 3.31 0.04 0.00 par:pre; -débranche débrancher ver 6.09 3.31 1.34 0.61 imp:pre:2s;ind:pre:1s;ind:pre:3s; -débranchement débranchement nom m s 0.02 0.00 0.02 0.00 -débranchent débrancher ver 6.09 3.31 0.06 0.00 ind:pre:3p; -débrancher débrancher ver 6.09 3.31 2.27 0.81 inf; -débrancherai débrancher ver 6.09 3.31 0.02 0.07 ind:fut:1s; -débrancherais débrancher ver 6.09 3.31 0.01 0.07 cnd:pre:1s;cnd:pre:2s; -débrancherait débrancher ver 6.09 3.31 0.02 0.14 cnd:pre:3s; -débranchez débrancher ver 6.09 3.31 0.40 0.07 imp:pre:2p;ind:pre:2p; -débranchons débrancher ver 6.09 3.31 0.12 0.00 imp:pre:1p;ind:pre:1p; -débranché débrancher ver m s 6.09 3.31 1.38 0.74 par:pas; -débranchée débrancher ver f s 6.09 3.31 0.30 0.07 par:pas; -débranchées débrancher ver f p 6.09 3.31 0.02 0.00 par:pas; -débranchés débrancher ver m p 6.09 3.31 0.10 0.20 par:pas; -débraya débrayer ver 0.07 1.42 0.00 0.14 ind:pas:3s; -débrayage débrayage nom m s 0.04 0.47 0.04 0.41 -débrayages débrayage nom m p 0.04 0.47 0.00 0.07 -débrayait débrayer ver 0.07 1.42 0.00 0.20 ind:imp:3s; -débraye débrayer ver 0.07 1.42 0.02 0.14 imp:pre:2s;ind:pre:1s;ind:pre:3s; -débrayent débrayer ver 0.07 1.42 0.00 0.07 ind:pre:3p; -débrayer débrayer ver 0.07 1.42 0.01 0.47 inf; -débrayes débrayer ver 0.07 1.42 0.01 0.07 ind:pre:2s; -débrayez débrayer ver 0.07 1.42 0.02 0.00 imp:pre:2p;ind:pre:2p; -débrayé débrayer ver m s 0.07 1.42 0.01 0.27 par:pas; -débrayée débrayer ver f s 0.07 1.42 0.00 0.07 par:pas; -débridait débrider ver 0.28 1.69 0.00 0.07 ind:imp:3s; -débridant débrider ver 0.28 1.69 0.00 0.07 par:pre; -débride débrider ver 0.28 1.69 0.04 0.14 imp:pre:2s;ind:pre:1s;ind:pre:3s; -débridement débridement nom m s 0.04 0.00 0.04 0.00 -débrider débrider ver 0.28 1.69 0.04 0.74 inf; -débridera débrider ver 0.28 1.69 0.00 0.07 ind:fut:3s; -débriderai débrider ver 0.28 1.69 0.01 0.07 ind:fut:1s; -débriderait débrider ver 0.28 1.69 0.00 0.07 cnd:pre:3s; -débridez débrider ver 0.28 1.69 0.06 0.00 imp:pre:2p;ind:pre:2p; -débridé débrider ver m s 0.28 1.69 0.06 0.20 par:pas; -débridée débridé adj f s 0.39 0.95 0.28 0.47 -débridées débridé adj f p 0.39 0.95 0.02 0.27 -débridés débridé adj m p 0.39 0.95 0.06 0.07 -débriefer débriefer ver 0.19 0.00 0.11 0.00 inf; -débriefing débriefing nom m s 0.58 0.00 0.58 0.00 -débriefé débriefer ver m s 0.19 0.00 0.06 0.00 par:pas; -débriefée débriefer ver f s 0.19 0.00 0.03 0.00 par:pas; -débris débris nom m 4.94 13.85 4.94 13.85 -débronzer débronzer ver 0.02 0.00 0.02 0.00 inf; -débrouilla débrouiller ver 46.72 20.81 0.03 0.14 ind:pas:3s; -débrouillage débrouillage nom m s 0.00 0.14 0.00 0.14 -débrouillai débrouiller ver 46.72 20.81 0.00 0.07 ind:pas:1s; -débrouillaient débrouiller ver 46.72 20.81 0.01 0.54 ind:imp:3p; -débrouillais débrouiller ver 46.72 20.81 0.51 0.34 ind:imp:1s;ind:imp:2s; -débrouillait débrouiller ver 46.72 20.81 0.53 1.15 ind:imp:3s; -débrouillant débrouiller ver 46.72 20.81 0.01 0.14 par:pre; -débrouillard débrouillard adj m s 0.58 1.28 0.38 0.74 -débrouillarde débrouillard adj f s 0.58 1.28 0.16 0.34 -débrouillardise débrouillardise nom f s 0.00 0.34 0.00 0.34 -débrouillards débrouillard adj m p 0.58 1.28 0.04 0.20 -débrouille débrouiller ver 46.72 20.81 12.63 4.26 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:1s; -débrouillent débrouiller ver 46.72 20.81 0.98 1.08 ind:pre:3p; -débrouiller débrouiller ver 46.72 20.81 12.71 5.68 inf;; -débrouillera débrouiller ver 46.72 20.81 2.36 0.74 ind:fut:3s; -débrouillerai débrouiller ver 46.72 20.81 4.13 1.35 ind:fut:1s; -débrouilleraient débrouiller ver 46.72 20.81 0.00 0.14 cnd:pre:3p; -débrouillerais débrouiller ver 46.72 20.81 0.23 0.20 cnd:pre:1s;cnd:pre:2s; -débrouillerait débrouiller ver 46.72 20.81 0.05 0.27 cnd:pre:3s; -débrouilleras débrouiller ver 46.72 20.81 0.77 0.00 ind:fut:2s; -débrouillerez débrouiller ver 46.72 20.81 0.28 0.41 ind:fut:2p; -débrouillerions débrouiller ver 46.72 20.81 0.00 0.07 cnd:pre:1p; -débrouillerons débrouiller ver 46.72 20.81 0.20 0.00 ind:fut:1p; -débrouilleront débrouiller ver 46.72 20.81 0.12 0.20 ind:fut:3p; -débrouilles débrouiller ver 46.72 20.81 3.45 0.61 ind:pre:2s; -débrouilleurs débrouilleur nom m p 0.01 0.00 0.01 0.00 -débrouillez débrouiller ver 46.72 20.81 3.27 1.22 imp:pre:2p;ind:pre:2p; -débrouilliez débrouiller ver 46.72 20.81 0.02 0.00 ind:imp:2p; -débrouillions débrouiller ver 46.72 20.81 0.01 0.07 ind:imp:1p; -débrouillons débrouiller ver 46.72 20.81 0.06 0.07 imp:pre:1p;ind:pre:1p; -débrouillât débrouiller ver 46.72 20.81 0.00 0.07 sub:imp:3s; -débrouillé débrouiller ver m s 46.72 20.81 2.36 1.22 par:pas; -débrouillée débrouiller ver f s 46.72 20.81 1.61 0.27 par:pas; -débrouillées débrouiller ver f p 46.72 20.81 0.04 0.07 par:pas; -débrouillés débrouiller ver m p 46.72 20.81 0.36 0.47 par:pas; -débroussaillage débroussaillage nom m s 0.01 0.14 0.01 0.14 -débroussaille débroussailler ver 0.14 0.54 0.00 0.20 ind:pre:1s;ind:pre:3s; -débroussailler débroussailler ver 0.14 0.54 0.14 0.20 inf; -débroussailleuse débroussailleur nom f s 0.03 0.07 0.03 0.07 -débroussaillé débroussailler ver m s 0.14 0.54 0.00 0.14 par:pas; -débucher débucher nom m s 0.00 0.07 0.00 0.07 -débusquaient débusquer ver 1.43 2.50 0.00 0.07 ind:imp:3p; -débusquait débusquer ver 1.43 2.50 0.01 0.27 ind:imp:3s; -débusquant débusquer ver 1.43 2.50 0.00 0.07 par:pre; -débusque débusquer ver 1.43 2.50 0.15 0.07 ind:pre:1s;ind:pre:3s; -débusquer débusquer ver 1.43 2.50 0.89 1.49 inf; -débusquerait débusquer ver 1.43 2.50 0.01 0.07 cnd:pre:3s; -débusquerons débusquer ver 1.43 2.50 0.01 0.00 ind:fut:1p; -débusquez débusquer ver 1.43 2.50 0.02 0.00 imp:pre:2p; -débusquèrent débusquer ver 1.43 2.50 0.00 0.07 ind:pas:3p; -débusqué débusquer ver m s 1.43 2.50 0.33 0.14 par:pas; -débusquée débusquer ver f s 1.43 2.50 0.00 0.07 par:pas; -débusqués débusquer ver m p 1.43 2.50 0.02 0.20 par:pas; -début début nom m s 114.31 141.49 109.88 128.51 -débuta débuter ver 10.08 7.16 0.42 0.68 ind:pas:3s; -débutai débuter ver 10.08 7.16 0.00 0.07 ind:pas:1s; -débutaient débuter ver 10.08 7.16 0.02 0.14 ind:imp:3p; -débutais débuter ver 10.08 7.16 0.02 0.27 ind:imp:1s; -débutait débuter ver 10.08 7.16 0.23 1.22 ind:imp:3s; -débutant débutant nom m s 5.82 2.57 2.32 1.08 -débutante débutant nom f s 5.82 2.57 1.21 0.61 -débutantes débutant nom f p 5.82 2.57 0.65 0.27 -débutants débutant nom m p 5.82 2.57 1.64 0.61 -débute débuter ver 10.08 7.16 2.77 1.62 imp:pre:2s;ind:pre:1s;ind:pre:3s; -débutent débuter ver 10.08 7.16 0.49 0.20 ind:pre:3p; -débuter débuter ver 10.08 7.16 1.72 0.88 inf; -débutera débuter ver 10.08 7.16 0.28 0.00 ind:fut:3s; -débuteraient débuter ver 10.08 7.16 0.01 0.00 cnd:pre:3p; -débutes débuter ver 10.08 7.16 0.11 0.00 ind:pre:2s; -débutez débuter ver 10.08 7.16 0.09 0.00 imp:pre:2p;ind:pre:2p; -débutiez débuter ver 10.08 7.16 0.02 0.07 ind:imp:2p; -débutons débuter ver 10.08 7.16 0.17 0.00 imp:pre:1p;ind:pre:1p; -débuts début nom m p 114.31 141.49 4.43 12.97 -débutèrent débuter ver 10.08 7.16 0.04 0.00 ind:pas:3p; -débuté débuter ver m s 10.08 7.16 3.41 1.89 par:pas; -débutée débuter ver f s 10.08 7.16 0.02 0.00 par:pas; -déc déc nom s 0.30 0.00 0.30 0.00 -duc duc nom m s 12.40 23.51 7.66 14.80 -déca déca nom m s 1.16 0.07 1.16 0.07 -décabosser décabosser ver 0.01 0.00 0.01 0.00 inf; -décacheta décacheter ver 0.01 2.43 0.00 0.41 ind:pas:3s; -décachetage décachetage nom m s 0.01 0.00 0.01 0.00 -décachetai décacheter ver 0.01 2.43 0.00 0.14 ind:pas:1s; -décachetaient décacheter ver 0.01 2.43 0.00 0.07 ind:imp:3p; -décachetais décacheter ver 0.01 2.43 0.00 0.07 ind:imp:1s; -décachetant décacheter ver 0.01 2.43 0.00 0.14 par:pre; -décacheter décacheter ver 0.01 2.43 0.00 0.34 inf; -décachetons décacheter ver 0.01 2.43 0.01 0.00 imp:pre:1p; -décachette décacheter ver 0.01 2.43 0.00 0.14 ind:pre:1s;ind:pre:3s; -décachetteraient décacheter ver 0.01 2.43 0.00 0.07 cnd:pre:3p; -décacheté décacheter ver m s 0.01 2.43 0.00 0.47 par:pas; -décachetée décacheter ver f s 0.01 2.43 0.00 0.27 par:pas; -décachetées décacheter ver f p 0.01 2.43 0.00 0.34 par:pas; -décade décade nom f s 0.16 1.15 0.13 0.74 -décadence décadence nom f s 1.28 4.73 1.28 4.73 -décadent décadent adj m s 1.47 1.35 0.60 0.47 -décadente décadent adj f s 1.47 1.35 0.68 0.20 -décadentes décadent adj f p 1.47 1.35 0.13 0.20 -décadentisme décadentisme nom m s 0.00 0.07 0.00 0.07 -décadents décadent adj m p 1.47 1.35 0.06 0.47 -décades décade nom f p 0.16 1.15 0.03 0.41 -décadi décadi nom m s 0.00 0.34 0.00 0.27 -décadis décadi nom m p 0.00 0.34 0.00 0.07 -décaféiné décaféiné nom m s 0.22 0.07 0.22 0.07 -décaféinée décaféiner ver f s 0.06 0.07 0.01 0.00 par:pas; -décaissement décaissement nom m s 0.01 0.00 0.01 0.00 -décaisser décaisser ver 0.00 0.14 0.00 0.14 inf; -ducal ducal adj m s 0.23 1.08 0.02 0.54 -décalage décalage nom m s 2.09 3.92 2.04 3.65 -décalages décalage nom m p 2.09 3.92 0.04 0.27 -décalaminé décalaminer ver m s 0.00 0.07 0.00 0.07 par:pas; -décalant décaler ver 1.36 1.42 0.00 0.07 par:pre; -décalcification décalcification nom f s 0.01 0.00 0.01 0.00 -décalcifié décalcifier ver m s 0.00 0.20 0.00 0.07 par:pas; -décalcifiée décalcifier ver f s 0.00 0.20 0.00 0.14 par:pas; -décalcomanie décalcomanie nom f s 0.29 0.61 0.17 0.41 -décalcomanies décalcomanie nom f p 0.29 0.61 0.12 0.20 -décale décaler ver 1.36 1.42 0.11 0.20 imp:pre:2s;ind:pre:1s;ind:pre:3s; -ducale ducal adj f s 0.23 1.08 0.11 0.47 -décalent décaler ver 1.36 1.42 0.00 0.07 ind:pre:3p; -décaler décaler ver 1.36 1.42 0.47 0.20 inf; -ducales ducal adj f p 0.23 1.08 0.00 0.07 -décalez décaler ver 1.36 1.42 0.17 0.00 imp:pre:2p; -décalitre décalitre nom m s 0.11 0.14 0.00 0.07 -décalitres décalitre nom m p 0.11 0.14 0.11 0.07 -décalogue décalogue nom m s 0.01 0.20 0.01 0.20 -décalotta décalotter ver 0.00 0.34 0.00 0.07 ind:pas:3s; -décalotter décalotter ver 0.00 0.34 0.00 0.07 inf; -décalotté décalotter ver m s 0.00 0.34 0.00 0.07 par:pas; -décalottée décalotter ver f s 0.00 0.34 0.00 0.07 par:pas; -décalottés décalotter ver m p 0.00 0.34 0.00 0.07 par:pas; -décalquai décalquer ver 0.22 1.08 0.00 0.07 ind:pas:1s; -décalquait décalquer ver 0.22 1.08 0.00 0.14 ind:imp:3s; -décalque décalquer ver 0.22 1.08 0.03 0.07 ind:pre:3s; -décalquer décalquer ver 0.22 1.08 0.06 0.14 inf; -décalques décalquer ver 0.22 1.08 0.04 0.00 ind:pre:2s; -décalqué décalquer ver m s 0.22 1.08 0.06 0.20 par:pas; -décalquée décalquer ver f s 0.22 1.08 0.01 0.34 par:pas; -décalquées décalquer ver f p 0.22 1.08 0.00 0.07 par:pas; -décalqués décalquer ver m p 0.22 1.08 0.02 0.07 par:pas; -décalé décalé adj m s 0.65 0.68 0.41 0.41 -décalée décalé adj f s 0.65 0.68 0.06 0.20 -décalées décaler ver f p 1.36 1.42 0.01 0.07 par:pas; -décalés décaler ver m p 1.36 1.42 0.30 0.14 par:pas; -décambuter décambuter ver 0.00 0.20 0.00 0.20 inf; -décampa décamper ver 4.02 2.50 0.00 0.14 ind:pas:3s; -décampait décamper ver 4.02 2.50 0.00 0.07 ind:imp:3s; -décampe décamper ver 4.02 2.50 1.66 0.54 imp:pre:2s;ind:pre:1s;ind:pre:3s; -décampent décamper ver 4.02 2.50 0.16 0.14 ind:pre:3p; -décamper décamper ver 4.02 2.50 0.81 0.95 inf; -décampera décamper ver 4.02 2.50 0.14 0.00 ind:fut:3s; -décamperais décamper ver 4.02 2.50 0.00 0.07 cnd:pre:1s; -décamperont décamper ver 4.02 2.50 0.02 0.00 ind:fut:3p; -décampes décamper ver 4.02 2.50 0.26 0.00 ind:pre:2s; -décampez décamper ver 4.02 2.50 0.70 0.14 imp:pre:2p; -décampons décamper ver 4.02 2.50 0.05 0.00 imp:pre:1p; -décampé décamper ver m s 4.02 2.50 0.20 0.47 par:pas; -décamètre décamètre nom m s 0.00 0.20 0.00 0.14 -décamètres décamètre nom m p 0.00 0.20 0.00 0.07 -décan décan nom m s 0.02 0.07 0.02 0.07 -décanillant décaniller ver 0.02 0.61 0.00 0.07 par:pre; -décanille décaniller ver 0.02 0.61 0.01 0.20 imp:pre:2s;ind:pre:1s;ind:pre:3s; -décaniller décaniller ver 0.02 0.61 0.00 0.27 inf; -décanillerait décaniller ver 0.02 0.61 0.00 0.07 cnd:pre:3s; -décanillez décaniller ver 0.02 0.61 0.01 0.00 imp:pre:2p; -décantai décanter ver 0.22 1.28 0.00 0.07 ind:pas:1s; -décantaient décanter ver 0.22 1.28 0.00 0.07 ind:imp:3p; -décantait décanter ver 0.22 1.28 0.00 0.07 ind:imp:3s; -décantant décanter ver 0.22 1.28 0.00 0.14 par:pre; -décantation décantation nom f s 0.10 0.07 0.10 0.07 -décante décanter ver 0.22 1.28 0.04 0.20 ind:pre:3s; -décantent décanter ver 0.22 1.28 0.00 0.07 ind:pre:3p; -décanter décanter ver 0.22 1.28 0.17 0.14 inf; -décanteur décanteur nom m s 0.01 0.00 0.01 0.00 -décanté décanter ver m s 0.22 1.28 0.01 0.14 par:pas; -décantée décanter ver f s 0.22 1.28 0.00 0.20 par:pas; -décantées décanter ver f p 0.22 1.28 0.00 0.20 par:pas; -décapage décapage nom m s 0.01 0.00 0.01 0.00 -décapais décaper ver 0.21 2.09 0.02 0.07 ind:imp:1s;ind:imp:2s; -décapait décaper ver 0.21 2.09 0.00 0.34 ind:imp:3s; -décapant décapant nom m s 0.27 0.34 0.27 0.20 -décapante décapant adj f s 0.04 0.07 0.00 0.07 -décapants décapant adj m p 0.04 0.07 0.01 0.00 -décape décaper ver 0.21 2.09 0.07 0.20 ind:pre:1s;ind:pre:3s; -décaper décaper ver 0.21 2.09 0.07 0.34 inf; -décapera décaper ver 0.21 2.09 0.00 0.07 ind:fut:3s; -décapeur décapeur nom m s 0.00 0.07 0.00 0.07 -décapita décapiter ver 3.72 6.96 0.02 0.20 ind:pas:3s; -décapitaient décapiter ver 3.72 6.96 0.02 0.07 ind:imp:3p; -décapitais décapiter ver 3.72 6.96 0.01 0.00 ind:imp:1s; -décapitait décapiter ver 3.72 6.96 0.02 0.07 ind:imp:3s; -décapitant décapiter ver 3.72 6.96 0.04 0.27 par:pre; -décapitation décapitation nom f s 0.55 0.47 0.43 0.47 -décapitations décapitation nom f p 0.55 0.47 0.13 0.00 -décapite décapiter ver 3.72 6.96 0.20 0.20 imp:pre:2s;ind:pre:1s;ind:pre:3s; -décapitent décapiter ver 3.72 6.96 0.14 0.00 ind:pre:3p; -décapiter décapiter ver 3.72 6.96 1.09 0.88 inf; -décapitera décapiter ver 3.72 6.96 0.04 0.00 ind:fut:3s; -décapiterai décapiter ver 3.72 6.96 0.01 0.00 ind:fut:1s; -décapiterait décapiter ver 3.72 6.96 0.00 0.07 cnd:pre:3s; -décapiteront décapiter ver 3.72 6.96 0.01 0.00 ind:fut:3p; -décapitez décapiter ver 3.72 6.96 0.07 0.00 imp:pre:2p;ind:pre:2p; -décapitons décapiter ver 3.72 6.96 0.01 0.00 imp:pre:1p; -décapitât décapiter ver 3.72 6.96 0.00 0.07 sub:imp:3s; -décapitèrent décapiter ver 3.72 6.96 0.00 0.07 ind:pas:3p; -décapité décapiter ver m s 3.72 6.96 1.50 2.57 par:pas; -décapitée décapiter ver f s 3.72 6.96 0.32 1.15 par:pas; -décapitées décapiter ver f p 3.72 6.96 0.04 0.54 par:pas; -décapités décapiter ver m p 3.72 6.96 0.19 0.81 par:pas; -décapode décapode nom m s 0.00 0.07 0.00 0.07 -décapotable décapotable nom f s 1.77 0.88 1.65 0.81 -décapotables décapotable nom f p 1.77 0.88 0.12 0.07 -décapotage décapotage nom m s 0.00 0.07 0.00 0.07 -décapotait décapoter ver 0.04 0.27 0.00 0.07 ind:imp:3s; -décapote décapoter ver 0.04 0.27 0.03 0.00 ind:pre:1s; -décapoter décapoter ver 0.04 0.27 0.00 0.07 inf; -décapoté décapoté adj m s 0.03 0.47 0.01 0.00 -décapotée décapoté adj f s 0.03 0.47 0.02 0.47 -décapotés décapoter ver m p 0.04 0.27 0.00 0.07 par:pas; -décapsula décapsuler ver 0.07 1.35 0.00 0.14 ind:pas:3s; -décapsulant décapsuler ver 0.07 1.35 0.00 0.20 par:pre; -décapsule décapsuler ver 0.07 1.35 0.02 0.41 ind:pre:1s;ind:pre:3s; -décapsuler décapsuler ver 0.07 1.35 0.04 0.20 inf; -décapsulerait décapsuler ver 0.07 1.35 0.00 0.07 cnd:pre:3s; -décapsuleur décapsuleur nom m s 0.34 0.20 0.34 0.20 -décapsulez décapsuler ver 0.07 1.35 0.01 0.00 imp:pre:2p; -décapsulé décapsuler ver m s 0.07 1.35 0.00 0.14 par:pas; -décapsulée décapsuler ver f s 0.07 1.35 0.00 0.20 par:pas; -décapé décaper ver m s 0.21 2.09 0.02 0.34 par:pas; -décapuchonna décapuchonner ver 0.00 0.41 0.00 0.20 ind:pas:3s; -décapuchonne décapuchonner ver 0.00 0.41 0.00 0.07 ind:pre:3s; -décapuchonner décapuchonner ver 0.00 0.41 0.00 0.07 inf; -décapuchonnèrent décapuchonner ver 0.00 0.41 0.00 0.07 ind:pas:3p; -décapée décaper ver f s 0.21 2.09 0.00 0.41 par:pas; -décapées décaper ver f p 0.21 2.09 0.00 0.14 par:pas; -décapés décaper ver m p 0.21 2.09 0.01 0.14 par:pas; -décarcassais décarcasser ver 0.15 0.61 0.00 0.07 ind:imp:1s; -décarcassait décarcasser ver 0.15 0.61 0.00 0.07 ind:imp:3s; -décarcassent décarcasser ver 0.15 0.61 0.00 0.07 ind:pre:3p; -décarcasser décarcasser ver 0.15 0.61 0.05 0.07 inf; -décarcassé décarcasser ver m s 0.15 0.61 0.08 0.14 par:pas; -décarcassée décarcasser ver f s 0.15 0.61 0.02 0.14 par:pas; -décarcassées décarcasser ver f p 0.15 0.61 0.00 0.07 par:pas; -décarpillage décarpillage nom m s 0.00 0.20 0.00 0.20 -décarpiller décarpiller ver 0.00 0.14 0.00 0.07 inf; -décarpillé décarpiller ver m s 0.00 0.14 0.00 0.07 par:pas; -décarrade décarrade nom f s 0.00 2.50 0.00 2.43 -décarrades décarrade nom f p 0.00 2.50 0.00 0.07 -décarraient décarrer ver 0.68 4.32 0.00 0.07 ind:imp:3p; -décarrais décarrer ver 0.68 4.32 0.00 0.07 ind:imp:1s; -décarrait décarrer ver 0.68 4.32 0.00 0.07 ind:imp:3s; -décarrant décarrer ver 0.68 4.32 0.00 0.47 par:pre; -décarre décarrer ver 0.68 4.32 0.40 1.76 imp:pre:2s;ind:pre:1s;ind:pre:3s; -décarrent décarrer ver 0.68 4.32 0.00 0.07 ind:pre:3p; -décarrer décarrer ver 0.68 4.32 0.28 1.35 inf; -décarrerait décarrer ver 0.68 4.32 0.00 0.07 cnd:pre:3s; -décarres décarrer ver 0.68 4.32 0.00 0.07 ind:pre:2s; -décarré décarrer ver m s 0.68 4.32 0.00 0.27 par:pas; -décarrés décarrer ver m p 0.68 4.32 0.00 0.07 par:pas; -ducasse ducasse nom f s 0.01 0.27 0.01 0.20 -ducasses ducasse nom f p 0.01 0.27 0.00 0.07 -ducat ducat nom m s 1.00 1.28 0.20 0.07 -décathlon décathlon nom m s 0.27 0.07 0.26 0.07 -décathlons décathlon nom m p 0.27 0.07 0.01 0.00 -décati décati adj m s 0.09 0.61 0.04 0.20 -décatie décati adj f s 0.09 0.61 0.04 0.20 -décatir décatir ver 0.01 0.47 0.00 0.14 inf; -décatis décati adj m p 0.09 0.61 0.01 0.20 -ducaton ducaton nom m s 0.00 0.14 0.00 0.14 -ducats ducat nom m p 1.00 1.28 0.80 1.22 -ducaux ducal adj m p 0.23 1.08 0.10 0.00 -décavé décavé adj m s 0.11 0.27 0.11 0.27 -duce duce nom m s 2.21 2.97 2.21 2.91 -déceint déceindre ver 0.00 0.07 0.00 0.07 ind:pre:3s; -décela déceler ver 2.00 11.15 0.00 0.20 ind:pas:3s; -décelable décelable adj f s 0.04 0.20 0.04 0.20 -décelai déceler ver 2.00 11.15 0.00 0.14 ind:pas:1s; -décelaient déceler ver 2.00 11.15 0.00 0.14 ind:imp:3p; -décelais déceler ver 2.00 11.15 0.01 0.20 ind:imp:1s; -décelait déceler ver 2.00 11.15 0.01 0.74 ind:imp:3s; -décelant déceler ver 2.00 11.15 0.00 0.20 par:pre; -déceler déceler ver 2.00 11.15 0.87 6.01 inf; -décelèrent déceler ver 2.00 11.15 0.00 0.07 ind:pas:3p; -décelé déceler ver m s 2.00 11.15 0.57 2.03 par:pas; -décelée déceler ver f s 2.00 11.15 0.03 0.20 par:pas; -décelées déceler ver f p 2.00 11.15 0.01 0.14 par:pas; -décelés déceler ver m p 2.00 11.15 0.00 0.07 par:pas; -décembre décembre nom m 8.55 31.22 8.55 31.15 -décembres décembre nom m p 8.55 31.22 0.00 0.07 -décembriste décembriste nom s 0.00 0.20 0.00 0.07 -décembristes décembriste nom p 0.00 0.20 0.00 0.14 -décemment décemment adv 0.96 2.57 0.96 2.57 -décence décence nom f s 2.92 2.84 2.92 2.77 -décences décence nom f p 2.92 2.84 0.00 0.07 -décennal décennal adj m s 0.02 0.07 0.01 0.07 -décennale décennal adj f s 0.02 0.07 0.01 0.00 -décennie décennie nom f s 2.67 2.43 1.27 0.95 -décennies décennie nom f p 2.67 2.43 1.41 1.49 -décent décent adj m s 5.95 4.32 2.67 1.89 -décente décent adj f s 5.95 4.32 2.50 1.82 -décentes décent adj f p 5.95 4.32 0.19 0.20 -décentralisation décentralisation nom f s 0.00 0.07 0.00 0.07 -décentralisé décentraliser ver m s 0.12 0.14 0.12 0.00 par:pas; -décentralisée décentraliser ver f s 0.12 0.14 0.00 0.07 par:pas; -décentralisées décentraliser ver f p 0.12 0.14 0.00 0.07 par:pas; -décentrant décentrer ver 0.41 0.41 0.00 0.07 par:pre; -décentre décentrer ver 0.41 0.41 0.00 0.07 ind:pre:3s; -décentrement décentrement nom m s 0.01 0.00 0.01 0.00 -décentrée décentrer ver f s 0.41 0.41 0.01 0.14 par:pas; -décentrées décentrer ver f p 0.41 0.41 0.40 0.14 par:pas; -décents décent adj m p 5.95 4.32 0.60 0.41 -déception déception nom f s 6.65 16.82 5.46 13.04 -déceptions déception nom f p 6.65 16.82 1.19 3.78 -décerna décerner ver 2.19 3.51 0.03 0.07 ind:pas:3s; -décernai décerner ver 2.19 3.51 0.00 0.07 ind:pas:1s; -décernais décerner ver 2.19 3.51 0.00 0.07 ind:imp:2s; -décernait décerner ver 2.19 3.51 0.19 0.41 ind:imp:3s; -décernant décerner ver 2.19 3.51 0.10 0.07 par:pre; -décerne décerner ver 2.19 3.51 0.19 0.41 imp:pre:2s;ind:pre:1s;ind:pre:3s; -décernent décerner ver 2.19 3.51 0.02 0.14 ind:pre:3p; -décerner décerner ver 2.19 3.51 0.45 0.88 inf; -décernera décerner ver 2.19 3.51 0.02 0.00 ind:fut:3s; -décerniez décerner ver 2.19 3.51 0.02 0.00 ind:imp:2p; -décernons décerner ver 2.19 3.51 0.16 0.00 imp:pre:1p;ind:pre:1p; -décerné décerner ver m s 2.19 3.51 0.65 0.61 par:pas; -décernée décerner ver f s 2.19 3.51 0.09 0.47 par:pas; -décernées décerner ver f p 2.19 3.51 0.12 0.20 par:pas; -décernés décerner ver m p 2.19 3.51 0.14 0.14 par:pas; -décervelage décervelage nom m s 0.00 0.14 0.00 0.14 -décerveler décerveler ver 0.08 0.27 0.02 0.00 inf; -décervelle décerveler ver 0.08 0.27 0.00 0.14 ind:pre:3s; -décervelé décerveler ver m s 0.08 0.27 0.06 0.14 par:pas; -duces duce nom m p 2.21 2.97 0.00 0.07 -décesse décesser ver 0.00 0.14 0.00 0.07 ind:pre:3s; -décessé décesser ver m s 0.00 0.14 0.00 0.07 par:pas; -décevaient décevoir ver 32.30 21.69 0.00 0.20 ind:imp:3p; -décevais décevoir ver 32.30 21.69 0.03 0.20 ind:imp:1s; -décevait décevoir ver 32.30 21.69 0.02 0.81 ind:imp:3s; -décevant décevant adj m s 2.06 4.59 1.36 2.23 -décevante décevant adj f s 2.06 4.59 0.57 1.49 -décevantes décevant adj f p 2.06 4.59 0.08 0.34 -décevants décevant adj m p 2.06 4.59 0.04 0.54 -décevez décevoir ver 32.30 21.69 1.69 0.14 imp:pre:2p;ind:pre:2p; -déceviez décevoir ver 32.30 21.69 0.02 0.00 ind:imp:2p; -décevoir décevoir ver 32.30 21.69 7.65 3.85 inf; -décevons décevoir ver 32.30 21.69 0.07 0.00 imp:pre:1p;ind:pre:1p; -décevra décevoir ver 32.30 21.69 0.22 0.00 ind:fut:3s; -décevrai décevoir ver 32.30 21.69 0.92 0.07 ind:fut:1s; -décevraient décevoir ver 32.30 21.69 0.00 0.07 cnd:pre:3p; -décevrais décevoir ver 32.30 21.69 0.15 0.00 cnd:pre:1s;cnd:pre:2s; -décevrait décevoir ver 32.30 21.69 0.09 0.20 cnd:pre:3s; -décevras décevoir ver 32.30 21.69 0.22 0.00 ind:fut:2s; -décevrez décevoir ver 32.30 21.69 0.07 0.00 ind:fut:2p; -déchaîna déchaîner ver 6.37 13.18 0.13 1.35 ind:pas:3s; -déchaînaient déchaîner ver 6.37 13.18 0.02 1.22 ind:imp:3p; -déchaînais déchaîner ver 6.37 13.18 0.01 0.14 ind:imp:1s;ind:imp:2s; -déchaînait déchaîner ver 6.37 13.18 0.43 2.43 ind:imp:3s; -déchaînant déchaîner ver 6.37 13.18 0.01 0.27 par:pre; -déchaîne déchaîner ver 6.37 13.18 1.16 1.55 imp:pre:2s;ind:pre:1s;ind:pre:3s; -déchaînement déchaînement nom m s 0.14 3.38 0.14 2.57 -déchaînements déchaînement nom m p 0.14 3.38 0.01 0.81 -déchaînent déchaîner ver 6.37 13.18 0.38 0.54 ind:pre:3p; -déchaîner déchaîner ver 6.37 13.18 1.32 2.36 inf; -déchaînera déchaîner ver 6.37 13.18 0.06 0.00 ind:fut:3s; -déchaînerait déchaîner ver 6.37 13.18 0.04 0.14 cnd:pre:3s; -déchaîneras déchaîner ver 6.37 13.18 0.00 0.07 ind:fut:2s; -déchaînez déchaîner ver 6.37 13.18 0.06 0.07 imp:pre:2p;ind:pre:2p; -déchaînât déchaîner ver 6.37 13.18 0.00 0.07 sub:imp:3s; -déchaînèrent déchaîner ver 6.37 13.18 0.00 0.07 ind:pas:3p; -déchaîné déchaîner ver m s 6.37 13.18 0.97 1.62 par:pas; -déchaînée déchaîner ver f s 6.37 13.18 0.95 0.68 par:pas; -déchaînées déchaîné adj f p 1.29 4.80 0.35 0.81 -déchaînés déchaîner ver m p 6.37 13.18 0.69 0.41 par:pas; -déchait décher ver 0.00 0.34 0.00 0.14 ind:imp:3s; -déchanta déchanter ver 0.05 1.55 0.00 0.14 ind:pas:3s; -déchantai déchanter ver 0.05 1.55 0.00 0.14 ind:pas:1s; -déchantait déchanter ver 0.05 1.55 0.00 0.14 ind:imp:3s; -déchantant déchanter ver 0.05 1.55 0.00 0.07 par:pre; -déchante déchanter ver 0.05 1.55 0.02 0.07 imp:pre:2s;ind:pre:3s; -déchantent déchanter ver 0.05 1.55 0.00 0.14 ind:pre:3p; -déchanter déchanter ver 0.05 1.55 0.02 0.61 inf; -déchanterais déchanter ver 0.05 1.55 0.01 0.07 cnd:pre:1s;cnd:pre:2s; -déchantèrent déchanter ver 0.05 1.55 0.00 0.07 ind:pas:3p; -déchanté déchanter ver m s 0.05 1.55 0.00 0.14 par:pas; -déchard déchard nom m s 0.00 0.27 0.00 0.20 -déchards déchard nom m p 0.00 0.27 0.00 0.07 -décharge décharge nom f s 9.30 12.77 7.62 11.35 -déchargea décharger ver 10.12 11.89 0.01 0.47 ind:pas:3s; -déchargeaient décharger ver 10.12 11.89 0.12 0.81 ind:imp:3p; -déchargeait décharger ver 10.12 11.89 0.05 1.01 ind:imp:3s; -déchargeant décharger ver 10.12 11.89 0.04 0.47 par:pre; -déchargement déchargement nom m s 0.53 0.88 0.53 0.88 -déchargent décharger ver 10.12 11.89 0.30 0.20 ind:pre:3p; -déchargeons décharger ver 10.12 11.89 0.11 0.00 imp:pre:1p; -déchargeât décharger ver 10.12 11.89 0.00 0.07 sub:imp:3s; -décharger décharger ver 10.12 11.89 3.88 4.32 inf; -déchargera décharger ver 10.12 11.89 0.17 0.07 ind:fut:3s; -déchargerais décharger ver 10.12 11.89 0.00 0.07 cnd:pre:1s; -déchargerait décharger ver 10.12 11.89 0.00 0.14 cnd:pre:3s; -déchargerez décharger ver 10.12 11.89 0.00 0.07 ind:fut:2p; -décharges décharge nom f p 9.30 12.77 1.68 1.42 -déchargeur déchargeur nom m s 0.03 0.07 0.03 0.07 -déchargez décharger ver 10.12 11.89 1.13 0.00 imp:pre:2p;ind:pre:2p; -déchargions décharger ver 10.12 11.89 0.01 0.07 ind:imp:1p; -déchargèrent décharger ver 10.12 11.89 0.00 0.14 ind:pas:3p; -déchargé décharger ver m s 10.12 11.89 1.80 1.28 par:pas; -déchargée décharger ver f s 10.12 11.89 0.22 0.34 par:pas; -déchargées décharger ver f p 10.12 11.89 0.06 0.14 par:pas; -déchargés décharger ver m p 10.12 11.89 0.22 0.41 par:pas; -décharne décharner ver 0.20 1.62 0.00 0.07 ind:pre:3s; -décharnement décharnement nom m s 0.00 0.07 0.00 0.07 -décharnent décharner ver 0.20 1.62 0.00 0.07 ind:pre:3p; -décharner décharner ver 0.20 1.62 0.00 0.20 inf; -décharnerait décharner ver 0.20 1.62 0.00 0.07 cnd:pre:3s; -décharné décharner ver m s 0.20 1.62 0.17 0.27 par:pas; -décharnée décharné adj f s 0.17 5.20 0.04 1.35 -décharnées décharné adj f p 0.17 5.20 0.02 0.41 -décharnés décharné adj m p 0.17 5.20 0.01 0.88 -déchassé déchasser ver m s 0.00 0.07 0.00 0.07 par:pas; -déchaumaient déchaumer ver 0.00 0.14 0.00 0.07 ind:imp:3p; -déchaumée déchaumer ver f s 0.00 0.14 0.00 0.07 par:pas; -déchaussa déchausser ver 0.73 2.91 0.00 0.41 ind:pas:3s; -déchaussaient déchausser ver 0.73 2.91 0.00 0.07 ind:imp:3p; -déchaussait déchausser ver 0.73 2.91 0.00 0.27 ind:imp:3s; -déchaussant déchausser ver 0.73 2.91 0.00 0.14 par:pre; -déchausse déchausser ver 0.73 2.91 0.23 0.34 imp:pre:2s;ind:pre:1s;ind:pre:3s; -déchaussent déchausser ver 0.73 2.91 0.00 0.07 ind:pre:3p; -déchausser déchausser ver 0.73 2.91 0.21 0.68 inf; -déchausserais déchausser ver 0.73 2.91 0.01 0.00 cnd:pre:1s; -déchaussez déchausser ver 0.73 2.91 0.28 0.00 imp:pre:2p;ind:pre:2p; -déchaussé déchaussé adj m s 0.05 0.95 0.02 0.27 -déchaussée déchaussé adj f s 0.05 0.95 0.01 0.20 -déchaussées déchaussé adj f p 0.05 0.95 0.01 0.07 -déchaussés déchaussé adj m p 0.05 0.95 0.01 0.41 -décher décher ver 0.00 0.34 0.00 0.14 inf; -duchesse duc nom f s 12.40 23.51 3.99 6.15 -duchesses duc nom f p 12.40 23.51 0.06 0.95 -déchet déchet nom m s 7.04 6.42 1.27 1.96 -déchets déchet nom m p 7.04 6.42 5.77 4.46 -déchetterie déchetterie nom f s 0.11 0.00 0.11 0.00 -déchiffra déchiffrer ver 4.88 15.81 0.00 0.54 ind:pas:3s; -déchiffrable déchiffrable adj m s 0.02 0.47 0.02 0.27 -déchiffrables déchiffrable adj m p 0.02 0.47 0.00 0.20 -déchiffrage déchiffrage nom m s 0.06 0.41 0.06 0.41 -déchiffrai déchiffrer ver 4.88 15.81 0.00 0.14 ind:pas:1s; -déchiffraient déchiffrer ver 4.88 15.81 0.00 0.07 ind:imp:3p; -déchiffrais déchiffrer ver 4.88 15.81 0.01 0.41 ind:imp:1s;ind:imp:2s; -déchiffrait déchiffrer ver 4.88 15.81 0.01 1.35 ind:imp:3s; -déchiffrant déchiffrer ver 4.88 15.81 0.03 0.27 par:pre; -déchiffre déchiffrer ver 4.88 15.81 0.13 1.28 imp:pre:2s;ind:pre:1s;ind:pre:3s; -déchiffrement déchiffrement nom m s 0.04 1.22 0.04 1.22 -déchiffrent déchiffrer ver 4.88 15.81 0.16 0.14 ind:pre:3p; -déchiffrer déchiffrer ver 4.88 15.81 3.08 10.07 inf; -déchiffrera déchiffrer ver 4.88 15.81 0.17 0.00 ind:fut:3s; -déchiffreur déchiffreur nom m s 0.01 0.14 0.01 0.14 -déchiffrez déchiffrer ver 4.88 15.81 0.03 0.00 imp:pre:2p; -déchiffrions déchiffrer ver 4.88 15.81 0.00 0.20 ind:imp:1p; -déchiffrâmes déchiffrer ver 4.88 15.81 0.00 0.07 ind:pas:1p; -déchiffrât déchiffrer ver 4.88 15.81 0.14 0.14 sub:imp:3s; -déchiffrèrent déchiffrer ver 4.88 15.81 0.00 0.07 ind:pas:3p; -déchiffré déchiffrer ver m s 4.88 15.81 1.01 0.68 par:pas; -déchiffrée déchiffrer ver f s 4.88 15.81 0.06 0.14 par:pas; -déchiffrées déchiffrer ver f p 4.88 15.81 0.01 0.07 par:pas; -déchiffrés déchiffrer ver m p 4.88 15.81 0.04 0.20 par:pas; -déchiqueta déchiqueter ver 2.46 5.74 0.00 0.14 ind:pas:3s; -déchiquetage déchiquetage nom m s 0.00 0.27 0.00 0.27 -déchiquetaient déchiqueter ver 2.46 5.74 0.04 0.20 ind:imp:3p; -déchiquetait déchiqueter ver 2.46 5.74 0.00 0.07 ind:imp:3s; -déchiquetant déchiqueter ver 2.46 5.74 0.03 0.27 par:pre; -déchiqueter déchiqueter ver 2.46 5.74 0.92 1.35 inf; -déchiqueteur déchiqueteur nom m s 0.02 0.20 0.01 0.07 -déchiqueteurs déchiqueteur nom m p 0.02 0.20 0.00 0.07 -déchiqueteuse déchiqueteuse nom f s 0.07 0.00 0.07 0.00 -déchiqueteuses déchiqueteur nom f p 0.02 0.20 0.00 0.07 -déchiquetons déchiqueter ver 2.46 5.74 0.00 0.07 ind:pre:1p; -déchiquette déchiqueter ver 2.46 5.74 0.14 0.27 imp:pre:2s;ind:pre:3s; -déchiquettent déchiqueter ver 2.46 5.74 0.04 0.14 ind:pre:3p; -déchiquettes déchiqueter ver 2.46 5.74 0.00 0.07 ind:pre:2s; -déchiqueté déchiqueter ver m s 2.46 5.74 0.93 1.15 par:pas; -déchiquetée déchiqueter ver f s 2.46 5.74 0.15 0.68 par:pas; -déchiquetées déchiqueter ver f p 2.46 5.74 0.04 0.27 par:pas; -déchiquetés déchiqueter ver m p 2.46 5.74 0.18 1.08 par:pas; -déchira déchirer ver 26.46 53.11 0.17 5.00 ind:pas:3s; -déchirage déchirage nom m s 0.00 0.14 0.00 0.07 -déchirages déchirage nom m p 0.00 0.14 0.00 0.07 -déchirai déchirer ver 26.46 53.11 0.14 0.47 ind:pas:1s; -déchiraient déchirer ver 26.46 53.11 0.06 2.70 ind:imp:3p; -déchirais déchirer ver 26.46 53.11 0.03 0.34 ind:imp:1s;ind:imp:2s; -déchirait déchirer ver 26.46 53.11 0.39 4.86 ind:imp:3s; -déchirant déchirer ver 26.46 53.11 0.49 2.97 par:pre; -déchirante déchirant adj f s 0.64 10.27 0.10 3.99 -déchirantes déchirant adj f p 0.64 10.27 0.02 1.22 -déchirants déchirant adj m p 0.64 10.27 0.15 2.03 -déchire déchirer ver 26.46 53.11 7.45 8.99 imp:pre:2s;ind:pre:1s;ind:pre:3s; -déchirement déchirement nom m s 0.36 5.68 0.23 4.05 -déchirements déchirement nom m p 0.36 5.68 0.13 1.62 -déchirent déchirer ver 26.46 53.11 1.26 2.09 ind:pre:3p; -déchirer déchirer ver 26.46 53.11 4.27 8.72 inf;; -déchirera déchirer ver 26.46 53.11 0.13 0.07 ind:fut:3s; -déchirerai déchirer ver 26.46 53.11 0.35 0.07 ind:fut:1s; -déchireraient déchirer ver 26.46 53.11 0.14 0.14 cnd:pre:3p; -déchirerais déchirer ver 26.46 53.11 0.14 0.27 cnd:pre:1s;cnd:pre:2s; -déchirerait déchirer ver 26.46 53.11 0.04 0.20 cnd:pre:3s; -déchireras déchirer ver 26.46 53.11 0.02 0.00 ind:fut:2s; -déchirerons déchirer ver 26.46 53.11 0.04 0.00 ind:fut:1p; -déchireront déchirer ver 26.46 53.11 0.07 0.07 ind:fut:3p; -déchires déchirer ver 26.46 53.11 0.81 0.07 ind:pre:2s; -déchireur déchireur nom m s 0.02 0.00 0.02 0.00 -déchirez déchirer ver 26.46 53.11 0.84 0.07 imp:pre:2p;ind:pre:2p; -déchiriez déchirer ver 26.46 53.11 0.02 0.07 ind:imp:2p; -déchirions déchirer ver 26.46 53.11 0.00 0.14 ind:imp:1p; -déchirons déchirer ver 26.46 53.11 0.17 0.07 imp:pre:1p;ind:pre:1p; -déchirât déchirer ver 26.46 53.11 0.00 0.07 sub:imp:3s; -déchirèrent déchirer ver 26.46 53.11 0.02 0.68 ind:pas:3p; -déchiré déchirer ver m s 26.46 53.11 6.50 8.24 par:pas; -déchirée déchirer ver f s 26.46 53.11 2.11 3.31 par:pas; -déchirées déchirer ver f p 26.46 53.11 0.35 1.01 par:pas; -déchirure déchirure nom f s 1.58 7.03 1.03 4.80 -déchirures déchirure nom f p 1.58 7.03 0.55 2.23 -déchirés déchiré adj m p 5.59 13.38 0.70 3.31 -duchnoque duchnoque nom s 0.02 0.07 0.02 0.07 -déchoient déchoir ver 0.88 3.04 0.00 0.07 ind:pre:3p; -déchoir déchoir ver 0.88 3.04 0.01 1.49 inf; -déchoirons déchoir ver 0.88 3.04 0.00 0.07 ind:fut:1p; -déchouer déchouer ver 0.01 0.00 0.01 0.00 inf; -déchristianise déchristianiser ver 0.00 0.07 0.00 0.07 ind:pre:3s; -déché décher ver m s 0.00 0.34 0.00 0.07 par:pas; -déchu déchu adj m s 1.10 3.85 0.59 1.76 -duché duché nom m s 0.06 0.14 0.06 0.14 -déchéance déchéance nom f s 1.67 6.42 1.67 6.28 -déchéances déchéance nom f p 1.67 6.42 0.00 0.14 -déchue déchu adj f s 1.10 3.85 0.19 0.88 -déchues déchoir ver f p 0.88 3.04 0.14 0.07 par:pas; -déchus déchu adj m p 1.10 3.85 0.28 0.81 -déci déci nom m s 0.01 0.00 0.01 0.00 -décibel décibel nom m s 0.40 0.88 0.04 0.00 -décibels décibel nom m p 0.40 0.88 0.37 0.88 -décida décider ver 207.76 214.19 3.86 36.82 ind:pas:3s; -décidai décider ver 207.76 214.19 2.04 11.08 ind:pas:1s; -décidaient décider ver 207.76 214.19 0.38 1.96 ind:imp:3p; -décidais décider ver 207.76 214.19 0.77 1.28 ind:imp:1s;ind:imp:2s; -décidait décider ver 207.76 214.19 0.68 6.69 ind:imp:3s; -décidant décider ver 207.76 214.19 0.48 2.64 par:pre; -décide décider ver 207.76 214.19 31.25 20.61 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:1s;sub:pre:3s; -décident décider ver 207.76 214.19 3.37 2.57 ind:pre:3p; -décider décider ver 207.76 214.19 42.27 27.16 inf; -décidera décider ver 207.76 214.19 3.48 2.16 ind:fut:3s; -déciderai décider ver 207.76 214.19 1.73 0.07 ind:fut:1s; -décideraient décider ver 207.76 214.19 0.01 0.61 cnd:pre:3p; -déciderais décider ver 207.76 214.19 0.14 0.20 cnd:pre:1s;cnd:pre:2s; -déciderait décider ver 207.76 214.19 0.42 1.15 cnd:pre:3s; -décideras décider ver 207.76 214.19 0.76 0.54 ind:fut:2s; -déciderez décider ver 207.76 214.19 0.47 0.34 ind:fut:2p; -décideriez décider ver 207.76 214.19 0.09 0.14 cnd:pre:2p; -déciderions décider ver 207.76 214.19 0.01 0.00 cnd:pre:1p; -déciderons décider ver 207.76 214.19 0.35 0.14 ind:fut:1p; -décideront décider ver 207.76 214.19 0.89 0.74 ind:fut:3p; -décides décider ver 207.76 214.19 8.15 1.89 ind:pre:2s; -décideur décideur nom m s 0.23 0.00 0.12 0.00 -décideurs décideur nom m p 0.23 0.00 0.11 0.00 -décidez décider ver 207.76 214.19 6.25 0.88 imp:pre:2p;ind:pre:2p; -décidiez décider ver 207.76 214.19 0.58 0.14 ind:imp:2p; -décidions décider ver 207.76 214.19 0.20 0.41 ind:imp:1p; -décidâmes décider ver 207.76 214.19 0.02 1.62 ind:pas:1p; -décidons décider ver 207.76 214.19 1.42 0.68 imp:pre:1p;ind:pre:1p; -décidât décider ver 207.76 214.19 0.00 1.08 sub:imp:3s; -décidèrent décider ver 207.76 214.19 0.65 5.27 ind:pas:3p; -décidé décider ver m s 207.76 214.19 92.08 73.78 par:pas;par:pas;par:pas; -décidée décider ver f s 207.76 214.19 3.63 7.50 par:pas; -décidées décider ver f p 207.76 214.19 0.13 0.88 par:pas; -décidément décidément adv 3.88 30.81 3.88 30.81 -décidés décider ver m p 207.76 214.19 1.23 3.18 par:pas; -décigramme décigramme nom m s 0.14 0.00 0.01 0.00 -décigrammes décigramme nom m p 0.14 0.00 0.14 0.00 -décile décile nom m s 0.01 0.00 0.01 0.00 -décilitre décilitre nom m s 0.03 0.07 0.03 0.07 -décima décimer ver 3.30 3.85 0.04 0.00 ind:pas:3s; -décimaient décimer ver 3.30 3.85 0.00 0.14 ind:imp:3p; -décimait décimer ver 3.30 3.85 0.01 0.27 ind:imp:3s; -décimal décimal adj m s 0.34 0.47 0.09 0.07 -décimale décimal adj f s 0.34 0.47 0.11 0.20 -décimales décimal adj f p 0.34 0.47 0.15 0.20 -décimalisation décimalisation nom f s 0.01 0.00 0.01 0.00 -décimalité décimalité nom f s 0.01 0.00 0.01 0.00 -décimant décimer ver 3.30 3.85 0.01 0.00 par:pre; -décimateur décimateur nom m s 0.01 0.00 0.01 0.00 -décimation décimation nom f s 0.42 0.20 0.42 0.20 -décime décimer ver 3.30 3.85 0.46 0.20 imp:pre:2s;ind:pre:1s;ind:pre:3s; -déciment décimer ver 3.30 3.85 0.14 0.00 ind:pre:3p; -décimer décimer ver 3.30 3.85 0.41 0.27 inf; -décimera décimer ver 3.30 3.85 0.01 0.00 ind:fut:3s; -décimerai décimer ver 3.30 3.85 0.01 0.00 ind:fut:1s; -décimerait décimer ver 3.30 3.85 0.03 0.00 cnd:pre:3s; -décimeront décimer ver 3.30 3.85 0.01 0.07 ind:fut:3p; -décimes décime nom m p 0.00 0.07 0.00 0.07 -décimèrent décimer ver 3.30 3.85 0.00 0.07 ind:pas:3p; -décimètre décimètre nom m s 0.03 0.81 0.01 0.54 -décimètres décimètre nom m p 0.03 0.81 0.01 0.27 -décimé décimer ver m s 3.30 3.85 0.97 0.74 par:pas; -décimée décimer ver f s 3.30 3.85 0.35 0.88 par:pas; -décimées décimer ver f p 3.30 3.85 0.15 0.54 par:pas; -décimés décimer ver m p 3.30 3.85 0.68 0.68 par:pas; -décisif décisif adj m s 3.85 16.01 1.96 7.03 -décisifs décisif adj m p 3.85 16.01 0.17 1.69 -décision_clé décision_clé nom f s 0.01 0.00 0.01 0.00 -décision décision nom f s 66.48 60.00 54.63 47.77 -décisionnaire décisionnaire nom s 0.04 0.00 0.04 0.00 -décisionnel décisionnel adj m s 0.05 0.00 0.04 0.00 -décisionnelles décisionnel adj f p 0.05 0.00 0.01 0.00 -décisions décision nom f p 66.48 60.00 11.85 12.23 -décisive décisif adj f s 3.85 16.01 1.47 5.95 -décisives décisif adj f p 3.85 16.01 0.25 1.35 -décivilisés déciviliser ver m p 0.00 0.07 0.00 0.07 par:pas; -déclama déclamer ver 0.63 5.00 0.00 0.47 ind:pas:3s; -déclamai déclamer ver 0.63 5.00 0.00 0.07 ind:pas:1s; -déclamaient déclamer ver 0.63 5.00 0.00 0.20 ind:imp:3p; -déclamais déclamer ver 0.63 5.00 0.01 0.20 ind:imp:1s;ind:imp:2s; -déclamait déclamer ver 0.63 5.00 0.03 1.22 ind:imp:3s; -déclamant déclamer ver 0.63 5.00 0.01 0.47 par:pre; -déclamation déclamation nom f s 0.04 0.81 0.03 0.68 -déclamations déclamation nom f p 0.04 0.81 0.01 0.14 -déclamatoire déclamatoire adj s 0.02 0.54 0.01 0.34 -déclamatoires déclamatoire adj f p 0.02 0.54 0.01 0.20 -déclamatrice déclamateur nom f s 0.00 0.14 0.00 0.14 -déclame déclamer ver 0.63 5.00 0.05 0.61 imp:pre:2s;ind:pre:1s;ind:pre:3s; -déclamer déclamer ver 0.63 5.00 0.53 1.22 inf; -déclamera déclamer ver 0.63 5.00 0.00 0.07 ind:fut:3s; -déclamerait déclamer ver 0.63 5.00 0.01 0.07 cnd:pre:3s; -déclamât déclamer ver 0.63 5.00 0.00 0.07 sub:imp:3s; -déclamé déclamer ver m s 0.63 5.00 0.00 0.20 par:pas; -déclamée déclamer ver f s 0.63 5.00 0.00 0.14 par:pas; -déclanche déclancher ver 0.22 0.14 0.01 0.07 ind:pre:3s; -déclancher déclancher ver 0.22 0.14 0.14 0.07 inf; -déclanchera déclancher ver 0.22 0.14 0.01 0.00 ind:fut:3s; -déclanché déclancher ver m s 0.22 0.14 0.06 0.00 par:pas; -déclara déclarer ver 41.59 73.18 0.89 20.00 ind:pas:3s; -déclarai déclarer ver 41.59 73.18 0.00 3.65 ind:pas:1s; -déclaraient déclarer ver 41.59 73.18 0.22 0.95 ind:imp:3p; -déclarais déclarer ver 41.59 73.18 0.00 0.68 ind:imp:1s; -déclarait déclarer ver 41.59 73.18 0.26 6.96 ind:imp:3s; -déclarant déclarer ver 41.59 73.18 0.27 3.65 par:pre; -déclaration déclaration nom f s 19.74 21.82 16.49 15.68 -déclarations déclaration nom f p 19.74 21.82 3.25 6.15 -déclarative déclaratif adj f s 0.00 0.07 0.00 0.07 -déclaratoire déclaratoire adj s 0.03 0.00 0.03 0.00 -déclare déclarer ver 41.59 73.18 13.13 9.86 imp:pre:2s;ind:pre:1s;ind:pre:3s; -déclarent déclarer ver 41.59 73.18 0.75 1.08 ind:pre:3p; -déclarer déclarer ver 41.59 73.18 6.85 7.97 inf; -déclarera déclarer ver 41.59 73.18 0.28 0.20 ind:fut:3s; -déclarerai déclarer ver 41.59 73.18 0.18 0.00 ind:fut:1s; -déclarerais déclarer ver 41.59 73.18 0.01 0.07 cnd:pre:1s;cnd:pre:2s; -déclarerait déclarer ver 41.59 73.18 0.04 0.27 cnd:pre:3s; -déclareriez déclarer ver 41.59 73.18 0.03 0.00 cnd:pre:2p; -déclarerions déclarer ver 41.59 73.18 0.00 0.07 cnd:pre:1p; -déclarerons déclarer ver 41.59 73.18 0.02 0.07 ind:fut:1p; -déclareront déclarer ver 41.59 73.18 0.16 0.00 ind:fut:3p; -déclares déclarer ver 41.59 73.18 0.11 0.00 ind:pre:2s; -déclarez déclarer ver 41.59 73.18 1.03 0.27 imp:pre:2p;ind:pre:2p; -déclariez déclarer ver 41.59 73.18 0.17 0.07 ind:imp:2p; -déclarions déclarer ver 41.59 73.18 0.01 0.07 ind:imp:1p; -déclarons déclarer ver 41.59 73.18 1.16 0.41 imp:pre:1p;ind:pre:1p; -déclarât déclarer ver 41.59 73.18 0.00 0.14 sub:imp:3s; -déclarèrent déclarer ver 41.59 73.18 0.01 0.54 ind:pas:3p; -déclaré déclarer ver m s 41.59 73.18 13.37 13.72 par:pas;par:pas;par:pas; -déclarée déclarer ver f s 41.59 73.18 2.04 1.62 par:pas; -déclarées déclarer ver f p 41.59 73.18 0.05 0.20 par:pas; -déclarés déclarer ver m p 41.59 73.18 0.54 0.68 par:pas; -déclasse déclasser ver 0.21 0.54 0.02 0.14 ind:pre:1s;ind:pre:3s; -déclassement déclassement nom m s 0.00 0.20 0.00 0.20 -déclasser déclasser ver 0.21 0.54 0.14 0.20 inf; -déclassé déclassé adj m s 0.14 0.07 0.14 0.00 -déclassée déclasser ver f s 0.21 0.54 0.01 0.00 par:pas; -déclassées déclasser ver f p 0.21 0.54 0.01 0.00 par:pas; -déclassés déclassé nom m p 0.00 0.95 0.00 0.20 -déclavetées déclaveter ver f p 0.00 0.07 0.00 0.07 par:pas; -déclencha déclencher ver 19.23 22.91 0.16 2.30 ind:pas:3s; -déclenchai déclencher ver 19.23 22.91 0.00 0.07 ind:pas:1s; -déclenchaient déclencher ver 19.23 22.91 0.18 0.34 ind:imp:3p; -déclenchait déclencher ver 19.23 22.91 0.11 1.89 ind:imp:3s; -déclenchant déclencher ver 19.23 22.91 0.39 0.74 par:pre; -déclenche déclencher ver 19.23 22.91 3.27 3.58 imp:pre:2s;ind:pre:1s;ind:pre:3s; -déclenchement déclenchement nom m s 0.53 2.50 0.53 2.50 -déclenchent déclencher ver 19.23 22.91 0.63 0.68 ind:pre:3p; -déclencher déclencher ver 19.23 22.91 4.71 5.88 inf; -déclenchera déclencher ver 19.23 22.91 0.53 0.20 ind:fut:3s; -déclencherai déclencher ver 19.23 22.91 0.08 0.00 ind:fut:1s; -déclencheraient déclencher ver 19.23 22.91 0.00 0.07 cnd:pre:3p; -déclencherais déclencher ver 19.23 22.91 0.04 0.00 cnd:pre:1s;cnd:pre:2s; -déclencherait déclencher ver 19.23 22.91 0.34 0.07 cnd:pre:3s; -déclencherez déclencher ver 19.23 22.91 0.14 0.07 ind:fut:2p; -déclencherons déclencher ver 19.23 22.91 0.05 0.00 ind:fut:1p; -déclencheront déclencher ver 19.23 22.91 0.05 0.00 ind:fut:3p; -déclencheur déclencheur nom m s 0.94 0.07 0.84 0.07 -déclencheurs déclencheur nom m p 0.94 0.07 0.09 0.00 -déclenchez déclencher ver 19.23 22.91 0.60 0.00 imp:pre:2p;ind:pre:2p; -déclenchions déclencher ver 19.23 22.91 0.00 0.07 ind:imp:1p; -déclenchons déclencher ver 19.23 22.91 0.13 0.00 imp:pre:1p;ind:pre:1p; -déclenchât déclencher ver 19.23 22.91 0.00 0.07 sub:imp:3s; -déclenchèrent déclencher ver 19.23 22.91 0.03 0.54 ind:pas:3p; -déclenché déclencher ver m s 19.23 22.91 5.29 3.65 par:pas; -déclenchée déclencher ver f s 19.23 22.91 2.12 2.09 par:pas; -déclenchées déclencher ver f p 19.23 22.91 0.29 0.41 par:pas; -déclenchés déclencher ver m p 19.23 22.91 0.09 0.20 par:pas; -déclic déclic nom m s 1.13 7.97 0.96 7.50 -déclics déclic nom m p 1.13 7.97 0.17 0.47 -déclin déclin nom m s 1.73 6.42 1.73 6.08 -déclina décliner ver 3.55 11.28 0.12 1.08 ind:pas:3s; -déclinai décliner ver 3.55 11.28 0.00 0.34 ind:pas:1s; -déclinaient décliner ver 3.55 11.28 0.00 0.14 ind:imp:3p; -déclinais décliner ver 3.55 11.28 0.01 0.20 ind:imp:1s; -déclinaison déclinaison nom f s 0.23 0.47 0.09 0.20 -déclinaisons déclinaison nom f p 0.23 0.47 0.14 0.27 -déclinait décliner ver 3.55 11.28 0.28 2.50 ind:imp:3s; -déclinant décliner ver 3.55 11.28 0.16 0.81 par:pre; -déclinante déclinant adj f s 0.06 2.97 0.04 1.08 -déclinants déclinant adj m p 0.06 2.97 0.00 0.20 -décline décliner ver 3.55 11.28 1.11 2.30 imp:pre:2s;ind:pre:1s;ind:pre:3s; -déclinent décliner ver 3.55 11.28 0.12 0.27 ind:pre:3p; -décliner décliner ver 3.55 11.28 0.58 2.23 inf; -déclinera décliner ver 3.55 11.28 0.01 0.00 ind:fut:3s; -déclines décliner ver 3.55 11.28 0.04 0.07 ind:pre:2s; -déclinez décliner ver 3.55 11.28 0.42 0.00 imp:pre:2p;ind:pre:2p; -déclinions décliner ver 3.55 11.28 0.00 0.14 ind:imp:1p; -déclins déclin nom m p 1.73 6.42 0.00 0.34 -déclinèrent décliner ver 3.55 11.28 0.00 0.07 ind:pas:3p; -décliné décliner ver m s 3.55 11.28 0.63 1.08 par:pas; -déclinée décliner ver f s 3.55 11.28 0.07 0.07 par:pas; -déclique décliquer ver 0.01 0.00 0.01 0.00 ind:pre:1s; -décliqueté décliqueter ver m s 0.00 0.07 0.00 0.07 par:pas; -déclive déclive adj f s 0.00 0.34 0.00 0.27 -déclives déclive adj f p 0.00 0.34 0.00 0.07 -déclivité déclivité nom f s 0.01 1.08 0.01 0.74 -déclivités déclivité nom f p 0.01 1.08 0.00 0.34 -décloisonnée décloisonner ver f s 0.00 0.07 0.00 0.07 par:pas; -déclose déclore ver f s 0.01 0.00 0.01 0.00 par:pas; -décloses déclos adj f p 0.00 0.14 0.00 0.07 -déclouer déclouer ver 0.11 0.88 0.10 0.14 inf; -déclouèrent déclouer ver 0.11 0.88 0.00 0.14 ind:pas:3p; -décloué déclouer ver m s 0.11 0.88 0.00 0.20 par:pas; -déclouée déclouer ver f s 0.11 0.88 0.01 0.07 par:pas; -déclouées déclouer ver f p 0.11 0.88 0.00 0.34 par:pas; -déco déco adj 2.25 0.47 2.25 0.47 -décocha décocher ver 0.44 4.05 0.00 1.42 ind:pas:3s; -décochai décocher ver 0.44 4.05 0.00 0.07 ind:pas:1s; -décochaient décocher ver 0.44 4.05 0.00 0.07 ind:imp:3p; -décochais décocher ver 0.44 4.05 0.00 0.07 ind:imp:1s; -décochait décocher ver 0.44 4.05 0.01 0.27 ind:imp:3s; -décochant décocher ver 0.44 4.05 0.00 0.14 par:pre; -décoche décocher ver 0.44 4.05 0.23 0.95 imp:pre:2s;ind:pre:1s;ind:pre:3s; -décochent décocher ver 0.44 4.05 0.00 0.07 ind:pre:3p; -décocher décocher ver 0.44 4.05 0.06 0.54 inf; -décochera décocher ver 0.44 4.05 0.02 0.00 ind:fut:3s; -décocheuses décocheur nom f p 0.00 0.07 0.00 0.07 -décochez décocher ver 0.44 4.05 0.03 0.00 imp:pre:2p;ind:pre:2p; -décoché décocher ver m s 0.44 4.05 0.06 0.27 par:pas; -décochée décocher ver f s 0.44 4.05 0.01 0.14 par:pas; -décochées décocher ver f p 0.44 4.05 0.01 0.07 par:pas; -décoconne décoconner ver 0.00 0.14 0.00 0.07 imp:pre:2s; -décoconnerai décoconner ver 0.00 0.14 0.00 0.07 ind:fut:1s; -décoction décoction nom f s 0.83 1.08 0.81 0.81 -décoctions décoction nom f p 0.83 1.08 0.02 0.27 -décodage décodage nom m s 0.19 0.14 0.19 0.00 -décodages décodage nom m p 0.19 0.14 0.00 0.14 -décodait décoder ver 3.04 0.54 0.00 0.14 ind:imp:3s; -décodant décoder ver 3.04 0.54 0.01 0.00 par:pre; -décode décoder ver 3.04 0.54 0.38 0.00 imp:pre:2s;ind:pre:1s;ind:pre:3s; -décodent décoder ver 3.04 0.54 0.02 0.00 ind:pre:3p; -décoder décoder ver 3.04 0.54 1.59 0.34 inf; -décoderai décoder ver 3.04 0.54 0.12 0.00 ind:fut:1s; -décodeur décodeur nom m s 0.39 0.07 0.35 0.07 -décodeurs décodeur nom m p 0.39 0.07 0.02 0.00 -décodeuse décodeur nom f s 0.39 0.07 0.01 0.00 -décodez décoder ver 3.04 0.54 0.06 0.00 imp:pre:2p;ind:pre:2p; -décodons décoder ver 3.04 0.54 0.02 0.00 ind:pre:1p; -décodé décoder ver m s 3.04 0.54 0.71 0.07 par:pas; -décodée décoder ver f s 3.04 0.54 0.04 0.00 par:pas; -décodées décoder ver f p 3.04 0.54 0.04 0.00 par:pas; -décodés décoder ver m p 3.04 0.54 0.04 0.00 par:pas; -décoffrage décoffrage nom m s 0.02 0.00 0.02 0.00 -décoffrés décoffrer ver m p 0.00 0.07 0.00 0.07 par:pas; -décoiffa décoiffer ver 1.37 3.18 0.00 0.07 ind:pas:3s; -décoiffait décoiffer ver 1.37 3.18 0.01 0.07 ind:imp:3s; -décoiffe décoiffer ver 1.37 3.18 0.29 0.14 imp:pre:2s;ind:pre:3s; -décoiffer décoiffer ver 1.37 3.18 0.20 0.20 inf; -décoiffera décoiffer ver 1.37 3.18 0.03 0.00 ind:fut:3s; -décoifferais décoiffer ver 1.37 3.18 0.00 0.07 cnd:pre:2s; -décoifferait décoiffer ver 1.37 3.18 0.00 0.07 cnd:pre:3s; -décoiffes décoiffer ver 1.37 3.18 0.12 0.07 ind:pre:2s; -décoiffez décoiffer ver 1.37 3.18 0.12 0.00 imp:pre:2p;ind:pre:2p; -décoiffé décoiffer ver m s 1.37 3.18 0.25 0.74 par:pas; -décoiffée décoiffer ver f s 1.37 3.18 0.30 1.49 par:pas; -décoiffées décoiffer ver f p 1.37 3.18 0.00 0.14 par:pas; -décoiffés décoiffer ver m p 1.37 3.18 0.04 0.14 par:pas; -décoince décoincer ver 0.93 0.27 0.16 0.00 imp:pre:2s;ind:pre:3s; -décoincer décoincer ver 0.93 0.27 0.61 0.20 inf; -décoincera décoincer ver 0.93 0.27 0.01 0.00 ind:fut:3s; -décoincerait décoincer ver 0.93 0.27 0.01 0.00 cnd:pre:3s; -décoinces décoincer ver 0.93 0.27 0.02 0.00 ind:pre:2s; -décoincez décoincer ver 0.93 0.27 0.03 0.00 imp:pre:2p;ind:pre:2p; -décoincé décoincer ver m s 0.93 0.27 0.06 0.00 par:pas; -décoinça décoincer ver 0.93 0.27 0.00 0.07 ind:pas:3s; -décoinçage décoinçage nom m s 0.01 0.00 0.01 0.00 -décoinçant décoincer ver 0.93 0.27 0.02 0.00 par:pre; -décolla décoller ver 21.15 19.73 0.00 1.35 ind:pas:3s; -décollage décollage nom m s 7.23 1.15 7.14 1.15 -décollages décollage nom m p 7.23 1.15 0.09 0.00 -décollai décoller ver 21.15 19.73 0.00 0.07 ind:pas:1s; -décollaient décoller ver 21.15 19.73 0.02 0.88 ind:imp:3p; -décollais décoller ver 21.15 19.73 0.03 0.27 ind:imp:1s;ind:imp:2s; -décollait décoller ver 21.15 19.73 0.26 1.22 ind:imp:3s; -décollant décoller ver 21.15 19.73 0.07 1.15 par:pre; -décollassions décoller ver 21.15 19.73 0.10 0.00 sub:imp:1p; -décollation décollation nom f s 0.01 0.07 0.01 0.07 -décolle décoller ver 21.15 19.73 5.89 3.11 imp:pre:2s;ind:pre:1s;ind:pre:3s; -décollement décollement nom m s 0.27 0.07 0.26 0.07 -décollements décollement nom m p 0.27 0.07 0.01 0.00 -décollent décoller ver 21.15 19.73 0.75 0.27 ind:pre:3p; -décoller décoller ver 21.15 19.73 8.11 5.68 inf; -décollera décoller ver 21.15 19.73 0.77 0.00 ind:fut:3s; -décollerai décoller ver 21.15 19.73 0.16 0.00 ind:fut:1s; -décollerait décoller ver 21.15 19.73 0.14 0.07 cnd:pre:3s; -décolleras décoller ver 21.15 19.73 0.01 0.00 ind:fut:2s; -décollerons décoller ver 21.15 19.73 0.08 0.00 ind:fut:1p; -décolleront décoller ver 21.15 19.73 0.19 0.00 ind:fut:3p; -décolles décoller ver 21.15 19.73 0.12 0.07 ind:pre:2s; -décolleter décolleter ver 0.16 0.95 0.01 0.07 inf; -décolleté décolleté nom m s 1.76 3.92 1.52 3.31 -décolletée décolleté adj f s 0.49 2.36 0.26 1.28 -décolletées décolleté adj f p 0.49 2.36 0.01 0.54 -décolletés décolleté nom m p 1.76 3.92 0.25 0.61 -décollez décoller ver 21.15 19.73 0.60 0.07 imp:pre:2p;ind:pre:2p; -décollons décoller ver 21.15 19.73 0.56 0.00 imp:pre:1p;ind:pre:1p; -décollèrent décoller ver 21.15 19.73 0.00 0.14 ind:pas:3p; -décollé décoller ver m s 21.15 19.73 3.02 1.89 par:pas; -décollée décoller ver f s 21.15 19.73 0.21 1.01 par:pas; -décollées décoller ver f p 21.15 19.73 0.06 1.89 par:pas; -décollés décoller ver m p 21.15 19.73 0.01 0.61 par:pas; -décolonisation décolonisation nom f s 0.00 0.41 0.00 0.41 -décolonise décoloniser ver 0.00 0.07 0.00 0.07 ind:pre:3s; -décolora décolorer ver 0.45 3.58 0.00 0.20 ind:pas:3s; -décoloraient décolorer ver 0.45 3.58 0.00 0.27 ind:imp:3p; -décolorait décolorer ver 0.45 3.58 0.01 0.68 ind:imp:3s; -décolorant décolorer ver 0.45 3.58 0.03 0.00 par:pre; -décoloration décoloration nom f s 0.53 0.34 0.46 0.20 -décolorations décoloration nom f p 0.53 0.34 0.08 0.14 -décolore décolorer ver 0.45 3.58 0.19 0.54 imp:pre:2s;ind:pre:1s;ind:pre:3s; -décolorent décolorer ver 0.45 3.58 0.01 0.14 ind:pre:3p; -décolorer décolorer ver 0.45 3.58 0.10 0.34 inf; -décoloré décoloré adj m s 0.29 3.38 0.07 0.95 -décolorée décoloré adj f s 0.29 3.38 0.19 1.15 -décolorées décoloré adj f p 0.29 3.38 0.01 0.54 -décolorés décoloré adj m p 0.29 3.38 0.03 0.74 -décolère décolérer ver 0.01 0.81 0.00 0.07 imp:pre:2s; -décoléraient décolérer ver 0.01 0.81 0.00 0.07 ind:imp:3p; -décolérais décolérer ver 0.01 0.81 0.00 0.07 ind:imp:1s; -décolérait décolérer ver 0.01 0.81 0.00 0.41 ind:imp:3s; -décolérer décolérer ver 0.01 0.81 0.00 0.07 inf; -décoléré décolérer ver m s 0.01 0.81 0.01 0.14 par:pas; -décombre décombrer ver 0.00 0.27 0.00 0.27 ind:pre:3s; -décombres décombre nom m p 1.09 6.55 1.09 6.55 -décommanda décommander ver 2.77 2.30 0.00 0.27 ind:pas:3s; -décommandai décommander ver 2.77 2.30 0.00 0.07 ind:pas:1s; -décommandais décommander ver 2.77 2.30 0.00 0.07 ind:imp:1s; -décommandait décommander ver 2.77 2.30 0.00 0.20 ind:imp:3s; -décommande décommander ver 2.77 2.30 0.57 0.27 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -décommander décommander ver 2.77 2.30 0.98 0.88 inf; -décommanderait décommander ver 2.77 2.30 0.00 0.07 cnd:pre:3s; -décommandes décommander ver 2.77 2.30 0.29 0.00 ind:pre:2s; -décommandez décommander ver 2.77 2.30 0.09 0.00 imp:pre:2p;ind:pre:2p; -décommandé décommander ver m s 2.77 2.30 0.66 0.34 par:pas; -décommandée décommander ver f s 2.77 2.30 0.16 0.07 par:pas; -décommandées décommander ver f p 2.77 2.30 0.01 0.07 par:pas; -décommandés décommander ver m p 2.77 2.30 0.01 0.00 par:pas; -décompensation décompensation nom f s 0.01 0.00 0.01 0.00 -décompenser décompenser ver 0.05 0.00 0.04 0.00 inf; -décompensé décompenser ver m s 0.05 0.00 0.01 0.00 par:pas; -décompliquer décompliquer ver 0.02 0.00 0.02 0.00 inf; -décomposa décomposer ver 2.86 7.43 0.00 0.47 ind:pas:3s; -décomposable décomposable adj s 0.00 0.07 0.00 0.07 -décomposaient décomposer ver 2.86 7.43 0.01 0.27 ind:imp:3p; -décomposais décomposer ver 2.86 7.43 0.00 0.20 ind:imp:1s; -décomposait décomposer ver 2.86 7.43 0.14 0.95 ind:imp:3s; -décomposant décomposer ver 2.86 7.43 0.09 0.47 par:pre; -décompose décomposer ver 2.86 7.43 0.69 1.22 imp:pre:2s;ind:pre:1s;ind:pre:3s; -décomposent décomposer ver 2.86 7.43 0.31 0.14 ind:pre:3p; -décomposer décomposer ver 2.86 7.43 0.81 1.42 inf; -décomposera décomposer ver 2.86 7.43 0.23 0.14 ind:fut:3s; -décomposeraient décomposer ver 2.86 7.43 0.01 0.14 cnd:pre:3p; -décomposerait décomposer ver 2.86 7.43 0.00 0.07 cnd:pre:3s; -décomposeur décomposeur nom m s 0.01 0.00 0.01 0.00 -décomposition décomposition nom f s 2.59 3.45 2.58 3.38 -décompositions décomposition nom f p 2.59 3.45 0.01 0.07 -décomposé décomposer ver m s 2.86 7.43 0.48 1.08 par:pas; -décomposée décomposé adj f s 0.24 2.97 0.04 0.47 -décomposées décomposé adj f p 0.24 2.97 0.01 0.68 -décomposés décomposé adj m p 0.24 2.97 0.06 0.34 -décompressa décompresser ver 1.11 0.41 0.00 0.07 ind:pas:3s; -décompresse décompresser ver 1.11 0.41 0.38 0.14 imp:pre:2s;ind:pre:1s;ind:pre:3s; -décompresser décompresser ver 1.11 0.41 0.63 0.14 inf; -décompressez décompresser ver 1.11 0.41 0.05 0.00 imp:pre:2p;ind:pre:2p; -décompression décompression nom f s 0.50 0.41 0.46 0.34 -décompressions décompression nom f p 0.50 0.41 0.04 0.07 -décompressé décompresser ver m s 1.11 0.41 0.05 0.07 par:pas; -décomprimer décomprimer ver 0.01 0.00 0.01 0.00 inf; -décompte décompte nom m s 1.15 0.81 1.11 0.61 -décompter décompter ver 0.19 0.47 0.08 0.27 inf; -décomptes décompte nom m p 1.15 0.81 0.04 0.20 -décompté décompter ver m s 0.19 0.47 0.04 0.00 par:pas; -décomptés décompter ver m p 0.19 0.47 0.00 0.07 par:pas; -ducon ducon nom m s 6.86 1.01 6.86 1.01 -déconcentrant déconcentrer ver 0.88 0.20 0.01 0.14 par:pre; -déconcentration déconcentration nom f s 0.00 0.07 0.00 0.07 -déconcentrent déconcentrer ver 0.88 0.20 0.02 0.00 ind:pre:3p; -déconcentrer déconcentrer ver 0.88 0.20 0.47 0.07 inf; -déconcentrez déconcentrer ver 0.88 0.20 0.18 0.00 imp:pre:2p;ind:pre:2p; -déconcentré déconcentrer ver m s 0.88 0.20 0.14 0.00 par:pas; -déconcentrée déconcentrer ver f s 0.88 0.20 0.05 0.00 par:pas; -déconcerta déconcerter ver 1.08 7.09 0.01 1.01 ind:pas:3s; -déconcertait déconcerter ver 1.08 7.09 0.00 0.74 ind:imp:3s; -déconcertant déconcertant adj m s 1.01 4.39 0.63 1.01 -déconcertante déconcertant adj f s 1.01 4.39 0.31 2.23 -déconcertantes déconcertant adj f p 1.01 4.39 0.07 0.61 -déconcertants déconcertant adj m p 1.01 4.39 0.00 0.54 -déconcerte déconcerter ver 1.08 7.09 0.09 0.95 imp:pre:2s;ind:pre:1s;ind:pre:3s; -déconcertent déconcerter ver 1.08 7.09 0.17 0.20 ind:pre:3p; -déconcerter déconcerter ver 1.08 7.09 0.06 0.54 inf; -déconcertera déconcerter ver 1.08 7.09 0.01 0.07 ind:fut:3s; -déconcertez déconcerter ver 1.08 7.09 0.05 0.00 ind:pre:2p; -déconcertèrent déconcerter ver 1.08 7.09 0.00 0.07 ind:pas:3p; -déconcerté déconcerté adj m s 0.25 2.64 0.20 1.55 -déconcertée déconcerter ver f s 1.08 7.09 0.07 1.35 par:pas; -déconcertés déconcerter ver m p 1.08 7.09 0.39 0.34 par:pas; -déconditionnement déconditionnement nom m s 0.03 0.00 0.03 0.00 -déconditionner déconditionner ver 0.01 0.00 0.01 0.00 inf; -déconfire déconfire ver 0.03 0.41 0.01 0.00 inf; -déconfit déconfit adj m s 0.05 0.88 0.04 0.54 -déconfite déconfit adj f s 0.05 0.88 0.00 0.27 -déconfits déconfit adj m p 0.05 0.88 0.01 0.07 -déconfiture déconfiture nom f s 0.07 1.55 0.07 1.42 -déconfitures déconfiture nom f p 0.07 1.55 0.00 0.14 -décongela décongeler ver 0.52 0.34 0.01 0.00 ind:pas:3s; -décongeler décongeler ver 0.52 0.34 0.21 0.07 inf; -décongelé décongeler ver m s 0.52 0.34 0.26 0.27 par:pas; -décongelée décongeler ver f s 0.52 0.34 0.02 0.00 par:pas; -décongestif décongestif nom m s 0.01 0.00 0.01 0.00 -décongestion décongestion nom f s 0.01 0.00 0.01 0.00 -décongestionnant décongestionner ver 0.14 0.07 0.04 0.00 par:pre; -décongestionne décongestionner ver 0.14 0.07 0.00 0.07 ind:pre:3s; -décongestionner décongestionner ver 0.14 0.07 0.10 0.00 inf; -décongestionné décongestionner ver m s 0.14 0.07 0.01 0.00 par:pas; -décongèlera décongeler ver 0.52 0.34 0.01 0.00 ind:fut:3s; -décongélation décongélation nom f s 0.31 0.00 0.31 0.00 -déconnage déconnage nom m s 0.00 0.61 0.00 0.54 -déconnages déconnage nom m p 0.00 0.61 0.00 0.07 -déconnaient déconner ver 39.86 10.95 0.01 0.07 ind:imp:3p; -déconnais déconner ver 39.86 10.95 0.92 0.41 ind:imp:1s;ind:imp:2s; -déconnait déconner ver 39.86 10.95 0.49 0.61 ind:imp:3s; -déconnant déconner ver 39.86 10.95 0.01 0.20 par:pre; -déconne déconner ver 39.86 10.95 13.38 4.12 imp:pre:2s;ind:pre:1s;ind:pre:3s; -déconnectaient déconnecter ver 2.60 0.47 0.01 0.00 ind:imp:3p; -déconnectant déconnecter ver 2.60 0.47 0.00 0.07 par:pre; -déconnecte déconnecter ver 2.60 0.47 0.24 0.07 imp:pre:2s;ind:pre:1s;ind:pre:3s; -déconnectent déconnecter ver 2.60 0.47 0.01 0.00 ind:pre:3p; -déconnecter déconnecter ver 2.60 0.47 0.64 0.07 inf; -déconnectez déconnecter ver 2.60 0.47 0.20 0.00 imp:pre:2p;ind:pre:2p; -déconnectiez déconnecter ver 2.60 0.47 0.03 0.00 ind:imp:2p; -déconnection déconnection nom f s 0.03 0.00 0.03 0.00 -déconnectons déconnecter ver 2.60 0.47 0.02 0.00 ind:pre:1p; -déconnecté déconnecter ver m s 2.60 0.47 0.92 0.20 par:pas; -déconnectée déconnecter ver f s 2.60 0.47 0.18 0.07 par:pas; -déconnectés déconnecter ver m p 2.60 0.47 0.35 0.00 par:pas; -déconnent déconner ver 39.86 10.95 0.28 0.00 ind:pre:3p; -déconner déconner ver 39.86 10.95 9.39 3.04 inf; -déconnerai déconner ver 39.86 10.95 0.03 0.00 ind:fut:1s; -déconnerais déconner ver 39.86 10.95 0.15 0.00 cnd:pre:1s; -déconnes déconner ver 39.86 10.95 8.95 1.69 ind:pre:2s;sub:pre:2s; -déconneur déconneur nom m s 0.20 0.20 0.19 0.07 -déconneurs déconneur nom m p 0.20 0.20 0.00 0.14 -déconneuse déconneur nom f s 0.20 0.20 0.01 0.00 -déconnexion déconnexion nom f s 0.16 0.07 0.16 0.07 -déconnez déconner ver 39.86 10.95 2.19 0.14 imp:pre:2p;ind:pre:2p; -déconné déconner ver m s 39.86 10.95 4.07 0.68 par:pas; -déconomètre déconomètre nom m s 0.00 0.07 0.00 0.07 -déconophone déconophone nom m s 0.00 0.20 0.00 0.14 -déconophones déconophone nom m p 0.00 0.20 0.00 0.07 -déconseilla déconseiller ver 2.83 2.23 0.14 0.14 ind:pas:3s; -déconseillai déconseiller ver 2.83 2.23 0.00 0.07 ind:pas:1s; -déconseillait déconseiller ver 2.83 2.23 0.01 0.41 ind:imp:3s; -déconseillant déconseiller ver 2.83 2.23 0.01 0.14 par:pre; -déconseille déconseiller ver 2.83 2.23 1.76 0.27 ind:pre:1s;ind:pre:3s; -déconseiller déconseiller ver 2.83 2.23 0.06 0.07 inf; -déconseillerais déconseiller ver 2.83 2.23 0.12 0.07 cnd:pre:1s; -déconseilles déconseiller ver 2.83 2.23 0.00 0.07 ind:pre:2s; -déconseillèrent déconseiller ver 2.83 2.23 0.00 0.14 ind:pas:3p; -déconseillé déconseiller ver m s 2.83 2.23 0.68 0.68 par:pas; -déconseillée déconseiller ver f s 2.83 2.23 0.03 0.14 par:pas; -déconseillées déconseiller ver f p 2.83 2.23 0.01 0.07 par:pas; -déconsidèrent déconsidérer ver 0.03 1.22 0.01 0.00 ind:pre:3p; -déconsidéraient déconsidérer ver 0.03 1.22 0.00 0.07 ind:imp:3p; -déconsidérait déconsidérer ver 0.03 1.22 0.00 0.14 ind:imp:3s; -déconsidérant déconsidérer ver 0.03 1.22 0.00 0.07 par:pre; -déconsidération déconsidération nom f s 0.01 0.00 0.01 0.00 -déconsidérer déconsidérer ver 0.03 1.22 0.01 0.41 inf; -déconsidéré déconsidérer ver m s 0.03 1.22 0.01 0.27 par:pas; -déconsidérée déconsidérer ver f s 0.03 1.22 0.00 0.20 par:pas; -déconsidérés déconsidérer ver m p 0.03 1.22 0.00 0.07 par:pas; -déconsigner déconsigner ver 0.00 0.20 0.00 0.20 inf; -déconstipe déconstiper ver 0.01 0.07 0.00 0.07 ind:pre:3s; -déconstiper déconstiper ver 0.01 0.07 0.01 0.00 inf; -déconstruction déconstruction nom f s 0.08 0.07 0.08 0.07 -déconstruit déconstruire ver m s 0.01 0.07 0.01 0.07 ind:pre:3s;par:pas; -décontaminant décontaminer ver 0.17 0.00 0.01 0.00 par:pre; -décontamination décontamination nom f s 0.96 0.00 0.96 0.00 -décontaminer décontaminer ver 0.17 0.00 0.07 0.00 inf; -décontaminé décontaminer ver m s 0.17 0.00 0.09 0.00 par:pas; -décontenancer décontenancer ver 0.22 2.77 0.03 0.07 inf; -décontenancé décontenancé adj m s 0.32 2.84 0.16 2.16 -décontenancée décontenancé adj f s 0.32 2.84 0.16 0.41 -décontenancés décontenancer ver m p 0.22 2.77 0.10 0.20 par:pas; -décontenança décontenancer ver 0.22 2.77 0.00 0.14 ind:pas:3s; -décontenançaient décontenancer ver 0.22 2.77 0.00 0.14 ind:imp:3p; -décontenançait décontenancer ver 0.22 2.77 0.00 0.14 ind:imp:3s; -décontract décontract adj m s 0.24 0.07 0.24 0.07 -décontracta décontracter ver 1.54 1.28 0.00 0.20 ind:pas:3s; -décontractaient décontracter ver 1.54 1.28 0.00 0.07 ind:imp:3p; -décontractait décontracter ver 1.54 1.28 0.00 0.14 ind:imp:3s; -décontractant décontracter ver 1.54 1.28 0.20 0.20 par:pre; -décontracte décontracter ver 1.54 1.28 0.13 0.20 imp:pre:2s;ind:pre:3s; -décontracter décontracter ver 1.54 1.28 0.27 0.14 inf; -décontractez décontracter ver 1.54 1.28 0.07 0.07 imp:pre:2p; -décontraction décontraction nom f s 0.15 1.28 0.15 1.28 -décontracté décontracter ver m s 1.54 1.28 0.75 0.07 par:pas; -décontractée décontracté adj f s 1.07 1.01 0.26 0.27 -décontractées décontracté adj f p 1.07 1.01 0.03 0.07 -décontractés décontracté adj m p 1.07 1.01 0.17 0.00 -déconvenue déconvenue nom f s 0.32 2.16 0.16 1.42 -déconvenues déconvenue nom f p 0.32 2.16 0.16 0.74 -décor décor nom m s 8.38 45.61 6.01 38.78 -décora décorer ver 8.54 20.20 0.00 0.34 ind:pas:3s; -décorai décorer ver 8.54 20.20 0.00 0.14 ind:pas:1s; -décoraient décorer ver 8.54 20.20 0.03 0.68 ind:imp:3p; -décorais décorer ver 8.54 20.20 0.10 0.00 ind:imp:1s; -décorait décorer ver 8.54 20.20 0.21 0.74 ind:imp:3s; -décorant décorer ver 8.54 20.20 0.03 0.81 par:pre; -décorateur décorateur nom m s 2.55 3.11 1.37 2.03 -décorateurs décorateur nom m p 2.55 3.11 0.36 0.88 -décoratif décoratif adj m s 0.83 4.12 0.38 1.35 -décoratifs décoratif adj m p 0.83 4.12 0.12 1.22 -décoration décoration nom f s 8.15 11.76 4.80 6.35 -décorations décoration nom f p 8.15 11.76 3.35 5.41 -décorative décoratif adj f s 0.83 4.12 0.15 0.88 -décoratives décoratif adj f p 0.83 4.12 0.19 0.68 -décoratrice décorateur nom f s 2.55 3.11 0.81 0.14 -décoratrices décorateur nom f p 2.55 3.11 0.01 0.07 -décore décorer ver 8.54 20.20 0.92 0.61 imp:pre:2s;ind:pre:1s;ind:pre:3s; -décorent décorer ver 8.54 20.20 0.43 0.47 ind:pre:3p; -décorer décorer ver 8.54 20.20 3.38 2.91 inf; -décorera décorer ver 8.54 20.20 0.19 0.00 ind:fut:3s; -décorerait décorer ver 8.54 20.20 0.03 0.07 cnd:pre:3s; -décoreront décorer ver 8.54 20.20 0.02 0.00 ind:fut:3p; -décorez décorer ver 8.54 20.20 0.14 0.14 imp:pre:2p;ind:pre:2p; -décorne décorner ver 0.01 0.27 0.00 0.07 ind:pre:3s; -décorner décorner ver 0.01 0.27 0.01 0.20 inf; -décorât décorer ver 8.54 20.20 0.00 0.07 sub:imp:3s; -décors décor nom m p 8.38 45.61 2.37 6.82 -décorèrent décorer ver 8.54 20.20 0.00 0.07 ind:pas:3p; -décorticage décorticage nom m s 0.00 0.14 0.00 0.14 -décortication décortication nom f s 0.01 0.00 0.01 0.00 -décortiqua décortiquer ver 0.70 2.64 0.00 0.14 ind:pas:3s; -décortiquaient décortiquer ver 0.70 2.64 0.01 0.07 ind:imp:3p; -décortiquait décortiquer ver 0.70 2.64 0.00 0.14 ind:imp:3s; -décortiquant décortiquer ver 0.70 2.64 0.00 0.07 par:pre; -décortique décortiquer ver 0.70 2.64 0.17 0.47 imp:pre:2s;ind:pre:3s;sub:pre:3s; -décortiquent décortiquer ver 0.70 2.64 0.00 0.14 ind:pre:3p; -décortiquer décortiquer ver 0.70 2.64 0.40 1.01 inf; -décortiquez décortiquer ver 0.70 2.64 0.03 0.07 imp:pre:2p;ind:pre:2p; -décortiqué décortiquer ver m s 0.70 2.64 0.08 0.34 par:pas; -décortiquée décortiquer ver f s 0.70 2.64 0.01 0.00 par:pas; -décortiquées décortiquer ver f p 0.70 2.64 0.00 0.07 par:pas; -décortiqués décortiquer ver m p 0.70 2.64 0.00 0.14 par:pas; -décoré décorer ver m s 8.54 20.20 2.23 5.95 par:pas; -décorée décorer ver f s 8.54 20.20 0.37 3.38 par:pas; -décorées décorer ver f p 8.54 20.20 0.26 1.49 par:pas; -décorum décorum nom m s 0.17 0.54 0.17 0.54 -décorés décoré adj m p 1.28 2.97 0.24 1.08 -découcha découcher ver 1.03 0.88 0.00 0.07 ind:pas:3s; -découchaient découcher ver 1.03 0.88 0.00 0.07 ind:imp:3p; -découche découcher ver 1.03 0.88 0.37 0.34 ind:pre:1s;ind:pre:3s; -découcher découcher ver 1.03 0.88 0.20 0.20 inf; -découches découcher ver 1.03 0.88 0.27 0.00 ind:pre:2s; -découché découcher ver m s 1.03 0.88 0.20 0.20 par:pas; -découd découdre ver 0.69 2.36 0.00 0.14 ind:pre:3s; -découdre découdre ver 0.69 2.36 0.42 1.15 inf; -découlaient découler ver 1.57 4.12 0.00 0.34 ind:imp:3p; -découlait découler ver 1.57 4.12 0.01 1.01 ind:imp:3s; -découlant découler ver 1.57 4.12 0.04 0.34 par:pre; -découle découler ver 1.57 4.12 0.98 1.01 ind:pre:3s; -découlent découler ver 1.57 4.12 0.21 0.54 ind:pre:3p; -découler découler ver 1.57 4.12 0.13 0.61 inf; -découlera découler ver 1.57 4.12 0.03 0.07 ind:fut:3s; -découlerait découler ver 1.57 4.12 0.02 0.07 cnd:pre:3s; -découlèrent découler ver 1.57 4.12 0.01 0.00 ind:pas:3p; -découlé découler ver m s 1.57 4.12 0.14 0.14 par:pas; -découpa découper ver 12.69 32.70 0.01 1.22 ind:pas:3s; -découpage découpage nom m s 0.86 1.96 0.47 1.62 -découpages découpage nom m p 0.86 1.96 0.40 0.34 -découpai découper ver 12.69 32.70 0.01 0.07 ind:pas:1s; -découpaient découper ver 12.69 32.70 0.01 2.03 ind:imp:3p; -découpais découper ver 12.69 32.70 0.08 0.07 ind:imp:1s; -découpait découper ver 12.69 32.70 0.14 4.66 ind:imp:3s; -découpant découper ver 12.69 32.70 0.28 2.43 par:pre; -découpe découper ver 12.69 32.70 2.33 3.51 imp:pre:2s;ind:pre:1s;ind:pre:3s; -découpent découper ver 12.69 32.70 0.22 1.08 ind:pre:3p; -découper découper ver 12.69 32.70 4.36 4.93 inf;; -découpera découper ver 12.69 32.70 0.04 0.14 ind:fut:3s; -découperai découper ver 12.69 32.70 0.21 0.07 ind:fut:1s; -découperaient découper ver 12.69 32.70 0.01 0.07 cnd:pre:3p; -découperais découper ver 12.69 32.70 0.04 0.00 cnd:pre:1s;cnd:pre:2s; -découperait découper ver 12.69 32.70 0.03 0.14 cnd:pre:3s; -découperont découper ver 12.69 32.70 0.04 0.00 ind:fut:3p; -découpes découper ver 12.69 32.70 0.49 0.00 ind:pre:2s; -découpeur découpeur nom m s 0.17 0.07 0.15 0.00 -découpeurs découpeur nom m p 0.17 0.07 0.01 0.07 -découpeuse découpeur nom f s 0.17 0.07 0.01 0.00 -découpez découper ver 12.69 32.70 0.33 0.07 imp:pre:2p;ind:pre:2p; -découpions découper ver 12.69 32.70 0.00 0.07 ind:imp:1p; -découplage découplage nom m s 0.01 0.00 0.01 0.00 -découpler découpler ver 0.04 0.07 0.01 0.00 inf; -découplons découpler ver 0.04 0.07 0.01 0.00 imp:pre:1p; -découplé découplé adj m s 0.00 0.27 0.00 0.20 -découplée découpler ver f s 0.04 0.07 0.01 0.00 par:pas; -découpons découper ver 12.69 32.70 0.20 0.14 imp:pre:1p;ind:pre:1p; -découpèrent découper ver 12.69 32.70 0.00 0.41 ind:pas:3p; -découpé découper ver m s 12.69 32.70 2.50 4.73 par:pas; -découpée découper ver f s 12.69 32.70 0.92 2.23 par:pas; -découpées découpé adj f p 0.64 3.38 0.10 0.74 -découpure découpure nom f s 0.01 1.01 0.01 0.34 -découpures découpure nom f p 0.01 1.01 0.00 0.68 -découpés découper ver m p 12.69 32.70 0.42 2.30 par:pas; -décourage décourager ver 4.84 15.47 1.13 2.16 imp:pre:2s;ind:pre:1s;ind:pre:3s; -découragea décourager ver 4.84 15.47 0.01 0.41 ind:pas:3s; -décourageai décourager ver 4.84 15.47 0.00 0.07 ind:pas:1s; -décourageaient décourager ver 4.84 15.47 0.00 0.27 ind:imp:3p; -décourageais décourager ver 4.84 15.47 0.01 0.14 ind:imp:1s; -décourageait décourager ver 4.84 15.47 0.02 1.15 ind:imp:3s; -décourageant décourageant adj m s 0.34 1.96 0.19 0.74 -décourageante décourageant adj f s 0.34 1.96 0.14 0.41 -décourageantes décourageant adj f p 0.34 1.96 0.01 0.41 -décourageants décourageant adj m p 0.34 1.96 0.00 0.41 -découragement découragement nom m s 0.27 6.82 0.27 6.28 -découragements découragement nom m p 0.27 6.82 0.00 0.54 -découragent décourager ver 4.84 15.47 0.27 0.20 ind:pre:3p; -décourageons décourager ver 4.84 15.47 0.03 0.00 imp:pre:1p;ind:pre:1p; -décourageât décourager ver 4.84 15.47 0.00 0.07 sub:imp:3s; -décourager décourager ver 4.84 15.47 1.90 5.61 inf; -découragera décourager ver 4.84 15.47 0.07 0.00 ind:fut:3s; -découragerais décourager ver 4.84 15.47 0.10 0.14 cnd:pre:1s;cnd:pre:2s; -découragerait décourager ver 4.84 15.47 0.04 0.20 cnd:pre:3s; -décourages décourager ver 4.84 15.47 0.16 0.20 ind:pre:2s; -découragez décourager ver 4.84 15.47 0.49 0.07 imp:pre:2p;ind:pre:2p; -découragèrent décourager ver 4.84 15.47 0.00 0.14 ind:pas:3p; -découragé décourager ver m s 4.84 15.47 0.41 2.64 par:pas; -découragée décourager ver f s 4.84 15.47 0.09 0.88 par:pas; -découragées décourager ver f p 4.84 15.47 0.01 0.07 par:pas; -découragés décourager ver m p 4.84 15.47 0.08 0.88 par:pas; -découronné découronner ver m s 0.00 0.27 0.00 0.20 par:pas; -découronnés découronner ver m p 0.00 0.27 0.00 0.07 par:pas; -décours décours nom m 0.00 0.14 0.00 0.14 -décousit découdre ver 0.69 2.36 0.00 0.14 ind:pas:3s; -décousu décousu adj m s 0.49 1.62 0.20 0.54 -décousue décousu adj f s 0.49 1.62 0.17 0.54 -décousues décousu adj f p 0.49 1.62 0.01 0.34 -décousus décousu adj m p 0.49 1.62 0.11 0.20 -découvert découvrir ver m s 128.10 203.78 46.22 30.54 par:pas; -découverte découverte nom f s 12.46 29.53 9.25 23.18 -découvertes découverte nom f p 12.46 29.53 3.21 6.35 -découverts découvrir ver m p 128.10 203.78 1.89 1.76 par:pas; -découvrîmes découvrir ver 128.10 203.78 0.02 1.15 ind:pas:1p; -découvrît découvrir ver 128.10 203.78 0.02 0.88 sub:imp:3s; -découvraient découvrir ver 128.10 203.78 0.20 3.92 ind:imp:3p; -découvrais découvrir ver 128.10 203.78 0.54 8.31 ind:imp:1s;ind:imp:2s; -découvrait découvrir ver 128.10 203.78 1.30 17.64 ind:imp:3s; -découvrant découvrir ver 128.10 203.78 1.11 14.12 par:pre; -découvre découvrir ver 128.10 203.78 17.37 26.28 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -découvrent découvrir ver 128.10 203.78 2.77 3.65 ind:pre:3p;sub:pre:3p; -découvres découvrir ver 128.10 203.78 1.43 0.20 ind:pre:2s; -découvreur découvreur nom m s 0.33 0.81 0.20 0.47 -découvreurs découvreur nom m p 0.33 0.81 0.11 0.34 -découvreuse découvreur nom f s 0.33 0.81 0.01 0.00 -découvrez découvrir ver 128.10 203.78 2.26 0.47 imp:pre:2p;ind:pre:2p; -découvriez découvrir ver 128.10 203.78 0.27 0.14 ind:imp:2p; -découvrions découvrir ver 128.10 203.78 0.07 2.50 ind:imp:1p; -découvrir découvrir ver 128.10 203.78 37.11 50.88 inf; -découvrira découvrir ver 128.10 203.78 2.44 1.22 ind:fut:3s; -découvrirai découvrir ver 128.10 203.78 1.47 0.14 ind:fut:1s; -découvriraient découvrir ver 128.10 203.78 0.04 0.07 cnd:pre:3p; -découvrirais découvrir ver 128.10 203.78 0.30 0.41 cnd:pre:1s;cnd:pre:2s; -découvrirait découvrir ver 128.10 203.78 0.46 1.69 cnd:pre:3s; -découvriras découvrir ver 128.10 203.78 0.82 0.14 ind:fut:2s; -découvrirent découvrir ver 128.10 203.78 0.38 3.65 ind:pas:3p; -découvrirez découvrir ver 128.10 203.78 0.84 0.27 ind:fut:2p; -découvririez découvrir ver 128.10 203.78 0.04 0.00 cnd:pre:2p; -découvrirons découvrir ver 128.10 203.78 0.80 0.20 ind:fut:1p; -découvriront découvrir ver 128.10 203.78 0.70 0.47 ind:fut:3p; -découvris découvrir ver 128.10 203.78 0.92 6.82 ind:pas:1s; -découvrisse découvrir ver 128.10 203.78 0.00 0.07 sub:imp:1s; -découvrissent découvrir ver 128.10 203.78 0.00 0.07 sub:imp:3p; -découvrit découvrir ver 128.10 203.78 1.61 19.39 ind:pas:3s; -découvrons découvrir ver 128.10 203.78 0.81 1.15 imp:pre:1p;ind:pre:1p; -décrût décroître ver 0.35 6.69 0.00 0.14 sub:imp:3s; -décramponner décramponner ver 0.00 0.07 0.00 0.07 inf; -décrapouille décrapouiller ver 0.00 0.07 0.00 0.07 ind:pre:1s; -décrassage décrassage nom m s 0.04 0.20 0.04 0.20 -décrassait décrasser ver 0.20 1.49 0.00 0.27 ind:imp:3s; -décrasse décrasser ver 0.20 1.49 0.07 0.34 imp:pre:2s;ind:pre:1s;ind:pre:3s; -décrasser décrasser ver 0.20 1.49 0.10 0.61 inf; -décrassé décrasser ver m s 0.20 1.49 0.02 0.20 par:pas; -décrassés décrasser ver m p 0.20 1.49 0.00 0.07 par:pas; -décret_loi décret_loi nom m s 0.03 0.07 0.03 0.07 -décret décret nom m s 4.06 9.12 3.54 6.42 -décrets décret nom m p 4.06 9.12 0.52 2.70 -décrie décrier ver 0.30 0.68 0.00 0.07 ind:pre:3s; -décrier décrier ver 0.30 0.68 0.03 0.20 inf; -décries décrier ver 0.30 0.68 0.00 0.07 ind:pre:2s; -décriez décrier ver 0.30 0.68 0.15 0.00 imp:pre:2p;ind:pre:2p; -décriminaliser décriminaliser ver 0.01 0.00 0.01 0.00 inf; -décrira décrire ver 28.31 40.20 0.04 0.07 ind:fut:3s; -décrirai décrire ver 28.31 40.20 0.27 0.14 ind:fut:1s; -décriraient décrire ver 28.31 40.20 0.03 0.00 cnd:pre:3p; -décrirais décrire ver 28.31 40.20 0.40 0.34 cnd:pre:1s;cnd:pre:2s; -décrirait décrire ver 28.31 40.20 0.05 0.14 cnd:pre:3s; -décriras décrire ver 28.31 40.20 0.01 0.07 ind:fut:2s; -décrire décrire ver 28.31 40.20 11.01 13.51 inf; -décrirez décrire ver 28.31 40.20 0.02 0.00 ind:fut:2p; -décririez décrire ver 28.31 40.20 0.41 0.00 cnd:pre:2p; -décriront décrire ver 28.31 40.20 0.01 0.07 ind:fut:3p; -décris décrire ver 28.31 40.20 2.42 1.49 imp:pre:2s;ind:pre:1s;ind:pre:2s; -décrispe décrisper ver 0.12 0.54 0.09 0.14 imp:pre:2s;ind:pre:3s; -décrisper décrisper ver 0.12 0.54 0.02 0.27 inf; -décrispât décrisper ver 0.12 0.54 0.00 0.07 sub:imp:3s; -décrispé décrisper ver m s 0.12 0.54 0.01 0.07 par:pas; -décrit décrire ver m s 28.31 40.20 6.93 7.91 ind:pre:3s;par:pas; -décrite décrire ver f s 28.31 40.20 0.78 1.69 par:pas; -décrites décrire ver f p 28.31 40.20 0.17 0.74 par:pas; -décrits décrire ver m p 28.31 40.20 0.36 0.54 par:pas; -décrié décrier ver m s 0.30 0.68 0.03 0.14 par:pas; -décriée décrier ver f s 0.30 0.68 0.10 0.20 par:pas; -décriées décrié adj f p 0.02 0.54 0.01 0.07 -décriés décrié adj m p 0.02 0.54 0.01 0.07 -décrivaient décrire ver 28.31 40.20 0.03 0.88 ind:imp:3p; -décrivais décrire ver 28.31 40.20 0.13 0.27 ind:imp:1s;ind:imp:2s; -décrivait décrire ver 28.31 40.20 1.07 4.26 ind:imp:3s; -décrivant décrire ver 28.31 40.20 0.56 2.91 par:pre; -décrive décrire ver 28.31 40.20 0.13 0.41 sub:pre:1s;sub:pre:3s; -décrivent décrire ver 28.31 40.20 0.73 0.68 ind:pre:3p; -décrives décrire ver 28.31 40.20 0.05 0.00 sub:pre:2s; -décrivez décrire ver 28.31 40.20 2.56 0.34 imp:pre:2p;ind:pre:2p; -décriviez décrire ver 28.31 40.20 0.06 0.00 ind:imp:2p; -décrivirent décrire ver 28.31 40.20 0.00 0.34 ind:pas:3p; -décrivis décrire ver 28.31 40.20 0.00 0.41 ind:pas:1s; -décrivit décrire ver 28.31 40.20 0.05 3.04 ind:pas:3s; -décroît décroître ver 0.35 6.69 0.24 1.49 ind:pre:3s; -décroître décroître ver 0.35 6.69 0.05 2.23 inf; -décrocha décrocher ver 25.00 30.41 0.05 5.47 ind:pas:3s; -décrochage décrochage nom m s 0.25 0.54 0.25 0.47 -décrochages décrochage nom m p 0.25 0.54 0.00 0.07 -décrochai décrocher ver 25.00 30.41 0.01 0.74 ind:pas:1s; -décrochaient décrocher ver 25.00 30.41 0.01 0.47 ind:imp:3p; -décrochais décrocher ver 25.00 30.41 0.23 0.41 ind:imp:1s;ind:imp:2s; -décrochait décrocher ver 25.00 30.41 0.15 1.15 ind:imp:3s; -décrochant décrocher ver 25.00 30.41 0.05 0.95 par:pre; -décroche décrocher ver 25.00 30.41 9.95 5.95 imp:pre:2s;ind:pre:1s;ind:pre:3s; -décrochement décrochement nom m s 0.00 0.47 0.00 0.34 -décrochements décrochement nom m p 0.00 0.47 0.00 0.14 -décrochent décrocher ver 25.00 30.41 0.38 0.47 ind:pre:3p; -décrocher décrocher ver 25.00 30.41 6.02 7.91 inf; -décrochera décrocher ver 25.00 30.41 0.11 0.07 ind:fut:3s; -décrocherai décrocher ver 25.00 30.41 0.25 0.00 ind:fut:1s; -décrocheraient décrocher ver 25.00 30.41 0.00 0.07 cnd:pre:3p; -décrocherais décrocher ver 25.00 30.41 0.07 0.07 cnd:pre:1s;cnd:pre:2s; -décrocherait décrocher ver 25.00 30.41 0.02 0.14 cnd:pre:3s; -décrocheras décrocher ver 25.00 30.41 0.03 0.00 ind:fut:2s; -décrocheront décrocher ver 25.00 30.41 0.05 0.00 ind:fut:3p; -décrochez_moi_ça décrochez_moi_ça nom m 0.00 0.07 0.00 0.07 -décrochez décrocher ver 25.00 30.41 2.08 0.20 imp:pre:2p;ind:pre:2p; -décrochiez décrocher ver 25.00 30.41 0.01 0.00 ind:imp:2p; -décrochons décrocher ver 25.00 30.41 0.03 0.07 imp:pre:1p;ind:pre:1p; -décrochèrent décrocher ver 25.00 30.41 0.01 0.20 ind:pas:3p; -décroché décrocher ver m s 25.00 30.41 5.28 4.80 par:pas; -décrochée décrocher ver f s 25.00 30.41 0.20 0.47 par:pas; -décrochées décrocher ver f p 25.00 30.41 0.00 0.34 par:pas; -décrochés décrocher ver m p 25.00 30.41 0.02 0.47 par:pas; -décroisa décroiser ver 0.30 1.96 0.00 0.61 ind:pas:3s; -décroisait décroiser ver 0.30 1.96 0.00 0.27 ind:imp:3s; -décroisant décroiser ver 0.30 1.96 0.00 0.14 par:pre; -décroise décroiser ver 0.30 1.96 0.28 0.47 imp:pre:2s;ind:pre:3s; -décroiser décroiser ver 0.30 1.96 0.02 0.07 inf; -décroissaient décroître ver 0.35 6.69 0.00 0.20 ind:imp:3p; -décroissait décroître ver 0.35 6.69 0.00 0.41 ind:imp:3s; -décroissance décroissance nom f s 0.01 0.00 0.01 0.00 -décroissant décroître ver 0.35 6.69 0.01 1.01 par:pre; -décroissante décroissant adj f s 0.08 1.08 0.04 0.14 -décroissantes décroissant adj f p 0.08 1.08 0.00 0.20 -décroissants décroissant adj m p 0.08 1.08 0.03 0.14 -décroisse décroître ver 0.35 6.69 0.01 0.07 sub:pre:3s; -décroissent décroître ver 0.35 6.69 0.01 0.20 ind:pre:3p; -décroisé décroiser ver m s 0.30 1.96 0.00 0.14 par:pas; -décroisées décroiser ver f p 0.30 1.96 0.00 0.27 par:pas; -décrottages décrottage nom m p 0.00 0.07 0.00 0.07 -décrottait décrotter ver 0.05 0.68 0.00 0.07 ind:imp:3s; -décrottant décrotter ver 0.05 0.68 0.01 0.00 par:pre; -décrotte décrotter ver 0.05 0.68 0.01 0.14 ind:pre:3s; -décrottent décrotter ver 0.05 0.68 0.02 0.07 ind:pre:3p; -décrotter décrotter ver 0.05 0.68 0.01 0.20 inf; -décrottions décrotter ver 0.05 0.68 0.00 0.07 ind:imp:1p; -décrottoir décrottoir nom m s 0.00 0.14 0.00 0.14 -décrottée décrotter ver f s 0.05 0.68 0.00 0.07 par:pas; -décrottés décrotter ver m p 0.05 0.68 0.00 0.07 par:pas; -décrète décréter ver 4.86 10.74 1.18 1.89 imp:pre:2s;ind:pre:1s;ind:pre:3s; -décrètent décréter ver 4.86 10.74 0.29 0.00 ind:pre:3p; -décrètes décréter ver 4.86 10.74 0.00 0.07 ind:pre:2s; -décru décroître ver m s 0.35 6.69 0.02 0.41 par:pas; -décrédibiliser décrédibiliser ver 0.02 0.00 0.01 0.00 inf; -décrédibilisez décrédibiliser ver 0.02 0.00 0.01 0.00 ind:pre:2p; -décrue décrue nom f s 0.02 0.14 0.02 0.14 -décrêpage décrêpage nom m s 0.00 0.07 0.00 0.07 -décrêper décrêper ver 0.01 0.14 0.01 0.14 inf; -décrépi décrépir ver m s 0.12 0.95 0.03 0.20 par:pas; -décrépie décrépir ver f s 0.12 0.95 0.01 0.20 par:pas; -décrépies décrépir ver f p 0.12 0.95 0.01 0.07 par:pas; -décrépis décrépir ver m p 0.12 0.95 0.01 0.41 par:pas; -décrépit décrépit adj m s 0.60 0.47 0.42 0.07 -décrépite décrépit adj f s 0.60 0.47 0.19 0.27 -décrépites décrépit adj f p 0.60 0.47 0.00 0.07 -décrépits décrépit adj m p 0.60 0.47 0.00 0.07 -décrépitude décrépitude nom f s 0.12 1.62 0.12 1.62 -décrut décroître ver 0.35 6.69 0.01 0.54 ind:pas:3s; -décréta décréter ver 4.86 10.74 0.11 3.11 ind:pas:3s; -décrétai décréter ver 4.86 10.74 0.00 0.14 ind:pas:1s; -décrétaient décréter ver 4.86 10.74 0.00 0.20 ind:imp:3p; -décrétais décréter ver 4.86 10.74 0.00 0.07 ind:imp:1s; -décrétait décréter ver 4.86 10.74 0.01 0.74 ind:imp:3s; -décrétant décréter ver 4.86 10.74 0.02 0.61 par:pre; -décréter décréter ver 4.86 10.74 0.18 0.47 inf; -décrétera décréter ver 4.86 10.74 0.00 0.07 ind:fut:3s; -décréterai décréter ver 4.86 10.74 0.01 0.00 ind:fut:1s; -décréterais décréter ver 4.86 10.74 0.00 0.07 cnd:pre:1s; -décréterait décréter ver 4.86 10.74 0.01 0.14 cnd:pre:3s; -décréteront décréter ver 4.86 10.74 0.00 0.07 ind:fut:3p; -décrétez décréter ver 4.86 10.74 0.04 0.14 imp:pre:2p;ind:pre:2p; -décrétons décréter ver 4.86 10.74 0.34 0.07 imp:pre:1p;ind:pre:1p; -décrétèrent décréter ver 4.86 10.74 0.00 0.20 ind:pas:3p; -décrété décréter ver m s 4.86 10.74 2.58 2.23 par:pas; -décrétée décréter ver f s 4.86 10.74 0.07 0.34 par:pas; -décrétés décréter ver m p 4.86 10.74 0.01 0.14 par:pas; -décryptage décryptage nom m s 0.20 0.14 0.20 0.14 -décryptai décrypter ver 0.89 0.54 0.00 0.07 ind:pas:1s; -décrypte décrypter ver 0.89 0.54 0.11 0.07 imp:pre:2s;ind:pre:1s;ind:pre:3s; -décrypter décrypter ver 0.89 0.54 0.46 0.34 inf; -décrypteur décrypteur nom m s 0.27 0.00 0.10 0.00 -décrypteurs décrypteur nom m p 0.27 0.00 0.17 0.00 -décrypté décrypter ver m s 0.89 0.54 0.30 0.07 par:pas; -décryptés décrypter ver m p 0.89 0.54 0.03 0.00 par:pas; -duc_d_albe duc_d_albe nom m p 0.00 0.07 0.00 0.07 -ducs duc nom m p 12.40 23.51 0.69 1.62 -décède décéder ver 8.38 3.04 0.26 0.14 ind:pre:3s; -décèdent décéder ver 8.38 3.04 0.03 0.00 ind:pre:3p; -décèle déceler ver 2.00 11.15 0.49 0.74 ind:pre:1s;ind:pre:3s; -décèlera déceler ver 2.00 11.15 0.01 0.00 ind:fut:3s; -décèlerait déceler ver 2.00 11.15 0.00 0.14 cnd:pre:3s; -décèleront déceler ver 2.00 11.15 0.00 0.07 ind:fut:3p; -décèles déceler ver 2.00 11.15 0.00 0.07 ind:pre:2s; -décès décès nom m 12.82 4.66 12.82 4.66 -ductile ductile adj s 0.01 0.27 0.01 0.27 -décéda décéder ver 8.38 3.04 0.04 0.00 ind:pas:3s; -décédait décéder ver 8.38 3.04 0.03 0.00 ind:imp:3s; -décéder décéder ver 8.38 3.04 0.23 0.14 inf; -décédé décéder ver m s 8.38 3.04 4.15 1.62 par:pas; -décédée décéder ver f s 8.38 3.04 2.64 1.08 par:pas; -décédées décéder ver f p 8.38 3.04 0.09 0.00 par:pas; -décédés décéder ver m p 8.38 3.04 0.91 0.07 par:pas; -décuité décuiter ver m s 0.00 0.07 0.00 0.07 par:pas; -déculotta déculotter ver 0.28 1.82 0.00 0.14 ind:pas:3s; -déculottait déculotter ver 0.28 1.82 0.01 0.14 ind:imp:3s; -déculottant déculotter ver 0.28 1.82 0.00 0.07 par:pre; -déculotte déculotter ver 0.28 1.82 0.15 0.27 imp:pre:2s;ind:pre:1s;ind:pre:3s; -déculotter déculotter ver 0.28 1.82 0.05 0.81 inf; -déculottera déculotter ver 0.28 1.82 0.00 0.07 ind:fut:3s; -déculotté déculotter ver m s 0.28 1.82 0.07 0.34 par:pas; -déculottée déculottée nom f s 0.13 0.00 0.12 0.00 -déculottées déculottée nom f p 0.13 0.00 0.01 0.00 -déculottés déculotté nom m p 0.01 0.00 0.01 0.00 -déculpabilisait déculpabiliser ver 0.11 0.14 0.00 0.07 ind:imp:3s; -déculpabiliser déculpabiliser ver 0.11 0.14 0.11 0.00 inf; -déculpabilisé déculpabiliser ver m s 0.11 0.14 0.00 0.07 par:pas; -décélération décélération nom f s 0.30 0.14 0.30 0.14 -décélérer décélérer ver 0.06 0.00 0.05 0.00 inf; -décélérez décélérer ver 0.06 0.00 0.01 0.00 imp:pre:2p; -décupla décupler ver 0.50 3.24 0.03 0.27 ind:pas:3s; -décuplaient décupler ver 0.50 3.24 0.00 0.14 ind:imp:3p; -décuplait décupler ver 0.50 3.24 0.00 0.47 ind:imp:3s; -décuplant décupler ver 0.50 3.24 0.01 0.27 par:pre; -décuple décupler ver 0.50 3.24 0.20 0.14 ind:pre:3s; -décuplent décupler ver 0.50 3.24 0.01 0.14 ind:pre:3p; -décupler décupler ver 0.50 3.24 0.07 0.41 inf; -décuplera décupler ver 0.50 3.24 0.01 0.07 ind:fut:3s; -décuplerait décupler ver 0.50 3.24 0.00 0.07 cnd:pre:3s; -décuplèrent décupler ver 0.50 3.24 0.02 0.00 ind:pas:3p; -décuplé décupler ver m s 0.50 3.24 0.09 0.54 par:pas; -décuplée décupler ver f s 0.50 3.24 0.04 0.41 par:pas; -décuplées décupler ver f p 0.50 3.24 0.01 0.20 par:pas; -décuplés décupler ver m p 0.50 3.24 0.00 0.14 par:pas; -décérébration décérébration nom f s 0.03 0.00 0.03 0.00 -décérébrer décérébrer ver 0.22 0.07 0.01 0.00 inf; -décérébré décérébrer ver m s 0.22 0.07 0.07 0.07 par:pas; -décérébrée décérébrer ver f s 0.22 0.07 0.05 0.00 par:pas; -décérébrés décérébrer ver m p 0.22 0.07 0.09 0.00 par:pas; -décuver décuver ver 0.04 0.00 0.04 0.00 inf; -dédaigna dédaigner ver 2.18 10.47 0.02 0.20 ind:pas:3s; -dédaignables dédaignable adj p 0.00 0.07 0.00 0.07 -dédaignaient dédaigner ver 2.18 10.47 0.01 0.54 ind:imp:3p; -dédaignais dédaigner ver 2.18 10.47 0.00 0.27 ind:imp:1s; -dédaignait dédaigner ver 2.18 10.47 0.00 2.64 ind:imp:3s; -dédaignant dédaigner ver 2.18 10.47 0.02 1.49 par:pre; -dédaigne dédaigner ver 2.18 10.47 0.38 1.42 imp:pre:2s;ind:pre:1s;ind:pre:3s; -dédaignent dédaigner ver 2.18 10.47 0.06 0.07 ind:pre:3p; -dédaigner dédaigner ver 2.18 10.47 0.41 1.49 inf; -dédaignes dédaigner ver 2.18 10.47 0.14 0.07 ind:pre:2s; -dédaigneuse dédaigneux nom f s 0.01 0.07 0.01 0.07 -dédaigneusement dédaigneusement adv 0.01 1.15 0.01 1.15 -dédaigneuses dédaigneux adj f p 0.27 6.55 0.01 0.41 -dédaigneux dédaigneux adj m 0.27 6.55 0.26 3.85 -dédaignez dédaigner ver 2.18 10.47 0.28 0.14 imp:pre:2p;ind:pre:2p; -dédaignât dédaigner ver 2.18 10.47 0.01 0.27 sub:imp:3s; -dédaigné dédaigner ver m s 2.18 10.47 0.55 1.15 par:pas; -dédaignée dédaigner ver f s 2.18 10.47 0.16 0.34 par:pas; -dédaignés dédaigner ver m p 2.18 10.47 0.14 0.41 par:pas; -dédain dédain nom m s 0.65 10.07 0.65 9.39 -dédains dédain nom m p 0.65 10.07 0.00 0.68 -dédale dédale nom m s 0.28 5.88 0.27 5.27 -dédales dédale nom m p 0.28 5.88 0.01 0.61 -dédia dédier ver 8.69 7.77 0.11 0.88 ind:pas:3s; -dédiaient dédier ver 8.69 7.77 0.00 0.34 ind:imp:3p; -dédiait dédier ver 8.69 7.77 0.01 0.61 ind:imp:3s; -dédiant dédier ver 8.69 7.77 0.04 0.20 par:pre; -dédicace dédicace nom f s 1.92 2.30 1.72 1.76 -dédicacer dédicacer ver 1.91 1.49 0.69 0.41 inf; -dédicacerai dédicacer ver 1.91 1.49 0.01 0.00 ind:fut:1s; -dédicaces dédicace nom f p 1.92 2.30 0.20 0.54 -dédicacez dédicacer ver 1.91 1.49 0.14 0.00 imp:pre:2p;ind:pre:2p; -dédicaciez dédicacer ver 1.91 1.49 0.01 0.00 ind:imp:2p; -dédicacé dédicacer ver m s 1.91 1.49 0.25 0.34 par:pas; -dédicacée dédicacé adj f s 0.76 0.61 0.59 0.34 -dédicacées dédicacé adj f p 0.76 0.61 0.01 0.00 -dédicacés dédicacé adj m p 0.76 0.61 0.04 0.14 -dédicaça dédicacer ver 1.91 1.49 0.00 0.14 ind:pas:3s; -dédicaçait dédicacer ver 1.91 1.49 0.00 0.14 ind:imp:3s; -dédicatoire dédicatoire adj f s 0.00 0.41 0.00 0.34 -dédicatoires dédicatoire adj f p 0.00 0.41 0.00 0.07 -dédie dédier ver 8.69 7.77 1.83 0.95 imp:pre:2s;ind:pre:1s;ind:pre:3s; -dédient dédier ver 8.69 7.77 0.14 0.14 ind:pre:3p; -dédier dédier ver 8.69 7.77 1.67 1.08 inf; -dédiera dédier ver 8.69 7.77 0.03 0.00 ind:fut:3s; -dédierai dédier ver 8.69 7.77 0.03 0.14 ind:fut:1s; -dédierait dédier ver 8.69 7.77 0.00 0.20 cnd:pre:3s; -dédiez dédier ver 8.69 7.77 0.01 0.00 imp:pre:2p; -dédions dédier ver 8.69 7.77 0.23 0.00 imp:pre:1p;ind:pre:1p; -dédire dédire ver 0.04 0.61 0.01 0.27 inf; -dédit dédit nom m s 0.04 0.41 0.04 0.41 -dudit dudit pre 0.16 1.08 0.16 1.08 -dédite dédire ver f s 0.04 0.61 0.01 0.00 par:pas; -dédié dédier ver m s 8.69 7.77 3.38 1.55 par:pas; -dédiée dédier ver f s 8.69 7.77 1.07 0.74 par:pas; -dédiées dédier ver f p 8.69 7.77 0.01 0.54 par:pas; -dédiés dédier ver m p 8.69 7.77 0.11 0.41 par:pas; -dédommage dédommager ver 3.05 1.69 0.35 0.14 ind:pre:1s;ind:pre:3s; -dédommagea dédommager ver 3.05 1.69 0.10 0.07 ind:pas:3s; -dédommageait dédommager ver 3.05 1.69 0.14 0.20 ind:imp:3s; -dédommagement dédommagement nom m s 1.18 0.74 1.10 0.54 -dédommagements dédommagement nom m p 1.18 0.74 0.08 0.20 -dédommagent dédommager ver 3.05 1.69 0.00 0.20 ind:pre:3p; -dédommager dédommager ver 3.05 1.69 1.45 0.47 ind:pre:2p;inf; -dédommagera dédommager ver 3.05 1.69 0.16 0.00 ind:fut:3s; -dédommagerai dédommager ver 3.05 1.69 0.25 0.07 ind:fut:1s; -dédommagerait dédommager ver 3.05 1.69 0.00 0.07 cnd:pre:3s; -dédommagerez dédommager ver 3.05 1.69 0.01 0.00 ind:fut:2p; -dédommagerons dédommager ver 3.05 1.69 0.00 0.07 ind:fut:1p; -dédommagé dédommager ver m s 3.05 1.69 0.25 0.34 par:pas; -dédommagée dédommager ver f s 3.05 1.69 0.19 0.07 par:pas; -dédommagés dédommager ver m p 3.05 1.69 0.15 0.00 par:pas; -dédorent dédorer ver 0.00 0.47 0.00 0.07 ind:pre:3p; -dédoré dédorer ver m s 0.00 0.47 0.00 0.07 par:pas; -dédorée dédorer ver f s 0.00 0.47 0.00 0.07 par:pas; -dédorées dédorer ver f p 0.00 0.47 0.00 0.14 par:pas; -dédorés dédorer ver m p 0.00 0.47 0.00 0.14 par:pas; -dédouanait dédouaner ver 0.08 0.74 0.00 0.07 ind:imp:3s; -dédouane dédouaner ver 0.08 0.74 0.01 0.14 ind:pre:1s;ind:pre:3s; -dédouanement dédouanement nom m s 0.14 0.00 0.14 0.00 -dédouaner dédouaner ver 0.08 0.74 0.03 0.34 inf; -dédouanez dédouaner ver 0.08 0.74 0.00 0.07 ind:pre:2p; -dédouané dédouaner ver m s 0.08 0.74 0.01 0.14 par:pas; -dédouanée dédouaner ver f s 0.08 0.74 0.02 0.00 par:pas; -dédouanés dédouaner ver m p 0.08 0.74 0.01 0.00 par:pas; -dédoubla dédoubler ver 0.97 2.03 0.00 0.07 ind:pas:3s; -dédoublaient dédoubler ver 0.97 2.03 0.00 0.14 ind:imp:3p; -dédoublais dédoubler ver 0.97 2.03 0.00 0.07 ind:imp:1s; -dédoublait dédoubler ver 0.97 2.03 0.00 0.07 ind:imp:3s; -dédouble dédoubler ver 0.97 2.03 0.04 0.14 ind:pre:3s; -dédoublement dédoublement nom m s 0.46 1.01 0.46 1.01 -dédoubler dédoubler ver 0.97 2.03 0.12 0.68 inf; -dédoublerait dédoubler ver 0.97 2.03 0.00 0.07 cnd:pre:3s; -dédoublez dédoubler ver 0.97 2.03 0.02 0.00 imp:pre:2p; -dédoublons dédoubler ver 0.97 2.03 0.01 0.00 imp:pre:1p; -dédoublé dédoubler ver m s 0.97 2.03 0.44 0.54 par:pas; -dédoublée dédoubler ver f s 0.97 2.03 0.13 0.14 par:pas; -dédoublées dédoubler ver f p 0.97 2.03 0.00 0.07 par:pas; -dédoublés dédoubler ver m p 0.97 2.03 0.21 0.07 par:pas; -dédramatisant dédramatiser ver 0.06 0.27 0.00 0.07 par:pre; -dédramatise dédramatiser ver 0.06 0.27 0.02 0.00 imp:pre:2s;ind:pre:1s; -dédramatiser dédramatiser ver 0.06 0.27 0.03 0.20 inf; -déducteur déducteur nom m s 0.00 0.14 0.00 0.14 -déductibilité déductibilité nom f s 0.07 0.00 0.07 0.00 -déductible déductible adj f s 0.56 0.00 0.40 0.00 -déductibles déductible adj f p 0.56 0.00 0.16 0.00 -déductif déductif adj m s 0.16 0.07 0.14 0.00 -déduction déduction nom f s 2.06 2.16 1.55 1.08 -déductions déduction nom f p 2.06 2.16 0.52 1.08 -déductive déductif adj f s 0.16 0.07 0.03 0.07 -déduira déduire ver 7.08 6.01 0.05 0.14 ind:fut:3s; -déduirai déduire ver 7.08 6.01 0.31 0.00 ind:fut:1s; -déduiraient déduire ver 7.08 6.01 0.01 0.07 cnd:pre:3p; -déduirait déduire ver 7.08 6.01 0.03 0.00 cnd:pre:3s; -déduire déduire ver 7.08 6.01 2.00 2.36 inf; -déduirez déduire ver 7.08 6.01 0.04 0.07 ind:fut:2p; -déduis déduire ver 7.08 6.01 1.54 0.41 imp:pre:2s;ind:pre:1s;ind:pre:2s; -déduisaient déduire ver 7.08 6.01 0.01 0.14 ind:imp:3p; -déduisait déduire ver 7.08 6.01 0.00 0.27 ind:imp:3s; -déduisant déduire ver 7.08 6.01 0.02 0.00 par:pre; -déduise déduire ver 7.08 6.01 0.04 0.07 sub:pre:1s;sub:pre:3s; -déduisent déduire ver 7.08 6.01 0.08 0.07 ind:pre:3p; -déduisez déduire ver 7.08 6.01 0.28 0.07 imp:pre:2p;ind:pre:2p; -déduisiez déduire ver 7.08 6.01 0.01 0.07 ind:imp:2p; -déduisit déduire ver 7.08 6.01 0.02 0.34 ind:pas:3s; -déduisons déduire ver 7.08 6.01 0.00 0.14 imp:pre:1p;ind:pre:1p; -déduit déduire ver m s 7.08 6.01 2.41 1.22 ind:pre:3s;par:pas; -déduite déduire ver f s 7.08 6.01 0.01 0.34 par:pas; -déduites déduire ver f p 7.08 6.01 0.03 0.14 par:pas; -déduits déduire ver m p 7.08 6.01 0.20 0.14 par:pas; -due devoir ver_sup f s 3232.80 1318.24 3.95 5.95 par:pas; -duel duel nom m s 7.54 5.95 6.17 4.93 -duelliste duelliste nom s 0.21 0.14 0.20 0.00 -duellistes duelliste nom p 0.21 0.14 0.01 0.14 -duels duel nom m p 7.54 5.95 1.37 1.01 -dues devoir ver_sup f p 3232.80 1318.24 1.94 1.55 par:pas; -déesse déesse nom f s 13.56 8.65 11.82 6.42 -déesses déesse nom f p 13.56 8.65 1.74 2.23 -duettistes duettiste nom p 0.06 0.68 0.06 0.68 -défaillais défaillir ver 1.32 5.47 0.01 0.07 ind:imp:1s; -défaillait défaillir ver 1.32 5.47 0.02 0.54 ind:imp:3s; -défaillance défaillance nom f s 2.37 7.57 2.06 5.47 -défaillances défaillance nom f p 2.37 7.57 0.31 2.09 -défaillant défaillant adj m s 1.02 2.30 0.36 0.81 -défaillante défaillant adj f s 1.02 2.30 0.54 0.81 -défaillantes défaillant adj f p 1.02 2.30 0.04 0.27 -défaillants défaillant adj m p 1.02 2.30 0.09 0.41 -défaille défaillir ver 1.32 5.47 0.65 0.88 sub:pre:1s;sub:pre:3s; -défaillent défaillir ver 1.32 5.47 0.01 0.14 ind:pre:3p; -défailli défaillir ver m s 1.32 5.47 0.01 0.34 par:pas; -défaillir défaillir ver 1.32 5.47 0.58 2.91 inf; -défaillirait défaillir ver 1.32 5.47 0.00 0.07 cnd:pre:3s; -défaillis défaillir ver 1.32 5.47 0.02 0.07 ind:pas:1s; -défaillit défaillir ver 1.32 5.47 0.00 0.27 ind:pas:3s; -défaire défaire ver 12.32 32.23 5.26 10.14 inf; -défais défaire ver 12.32 32.23 2.13 0.47 imp:pre:2s;ind:pre:1s;ind:pre:2s; -défaisaient défaire ver 12.32 32.23 0.03 0.81 ind:imp:3p; -défaisais défaire ver 12.32 32.23 0.02 0.14 ind:imp:1s;ind:imp:2s; -défaisait défaire ver 12.32 32.23 0.04 2.50 ind:imp:3s; -défaisant défaire ver 12.32 32.23 0.11 0.88 par:pre; -défaisons défaire ver 12.32 32.23 0.01 0.07 ind:pre:1p; -défait défaire ver m s 12.32 32.23 2.25 7.84 ind:pre:3s;par:pas; -défaite défaite nom f s 8.38 21.82 7.64 19.46 -défaites défaire ver f p 12.32 32.23 0.75 0.14 imp:pre:2p;ind:pre:2p;par:pas; -défaitisme défaitisme nom m s 0.56 0.68 0.56 0.68 -défaitiste défaitiste adj s 1.26 0.41 0.57 0.14 -défaitistes défaitiste adj p 1.26 0.41 0.69 0.27 -défaits défaire ver m p 12.32 32.23 0.57 1.22 par:pas; -défalque défalquer ver 0.01 0.27 0.00 0.07 ind:pre:3s; -défalquer défalquer ver 0.01 0.27 0.01 0.07 inf; -défalqué défalquer ver m s 0.01 0.27 0.00 0.07 par:pas; -défalquées défalquer ver f p 0.01 0.27 0.00 0.07 par:pas; -défarguaient défarguer ver 0.00 0.61 0.00 0.07 ind:imp:3p; -défargue défarguer ver 0.00 0.61 0.00 0.20 ind:pre:3s; -défarguer défarguer ver 0.00 0.61 0.00 0.20 inf; -défargué défarguer ver m s 0.00 0.61 0.00 0.14 par:pas; -défasse défaire ver 12.32 32.23 0.05 0.54 sub:pre:1s;sub:pre:3s; -défausse défausser ver 0.02 0.07 0.01 0.00 ind:pre:3s; -défausser défausser ver 0.02 0.07 0.01 0.07 inf; -défaut défaut nom m s 18.36 38.45 11.24 27.70 -défauts défaut nom m p 18.36 38.45 7.12 10.74 -défaveur défaveur nom f s 0.18 0.41 0.18 0.41 -défavorable défavorable adj s 0.68 2.91 0.56 1.76 -défavorablement défavorablement adv 0.00 0.20 0.00 0.20 -défavorables défavorable adj p 0.68 2.91 0.12 1.15 -défavorisait défavoriser ver 0.06 0.20 0.00 0.07 ind:imp:3s; -défavorisent défavoriser ver 0.06 0.20 0.01 0.00 ind:pre:3p; -défavorisé défavorisé adj m s 0.53 0.54 0.07 0.14 -défavorisée défavorisé adj f s 0.53 0.54 0.05 0.07 -défavorisées défavorisé adj f p 0.53 0.54 0.03 0.20 -défavorisés défavorisé adj m p 0.53 0.54 0.39 0.14 -défectible défectible adj s 0.00 0.07 0.00 0.07 -défectif défectif adj m s 0.01 0.00 0.01 0.00 -défection défection nom f s 0.44 1.35 0.42 1.15 -défectionnaires défectionnaire adj p 0.00 0.07 0.00 0.07 -défections défection nom f p 0.44 1.35 0.02 0.20 -défectueuse défectueux adj f s 2.54 1.89 0.60 0.61 -défectueusement défectueusement adv 0.00 0.07 0.00 0.07 -défectueuses défectueux adj f p 2.54 1.89 0.19 0.54 -défectueux défectueux adj m 2.54 1.89 1.74 0.74 -défectuosité défectuosité nom f s 0.01 0.14 0.01 0.14 -défend défendre ver 78.36 91.08 7.00 6.01 ind:pre:3s; -défendît défendre ver 78.36 91.08 0.00 0.47 sub:imp:3s; -défendable défendable adj f s 0.20 0.20 0.20 0.20 -défendaient défendre ver 78.36 91.08 0.20 2.36 ind:imp:3p; -défendais défendre ver 78.36 91.08 0.70 1.82 ind:imp:1s;ind:imp:2s; -défendait défendre ver 78.36 91.08 1.39 8.18 ind:imp:3s; -défendant défendre ver 78.36 91.08 1.64 2.16 par:pre; -défende défendre ver 78.36 91.08 0.56 0.47 sub:pre:1s;sub:pre:3s; -défendent défendre ver 78.36 91.08 1.81 2.09 ind:pre:3p; -défenderesse défendeur nom f s 0.50 0.00 0.03 0.00 -défendes défendre ver 78.36 91.08 0.22 0.20 sub:pre:2s; -défendeur défendeur nom m s 0.50 0.00 0.43 0.00 -défendeurs défendeur nom m p 0.50 0.00 0.04 0.00 -défendez défendre ver 78.36 91.08 2.94 0.88 imp:pre:2p;ind:pre:2p; -défendiez défendre ver 78.36 91.08 0.13 0.14 ind:imp:2p; -défendions défendre ver 78.36 91.08 0.02 0.27 ind:imp:1p; -défendirent défendre ver 78.36 91.08 0.01 0.14 ind:pas:3p; -défendis défendre ver 78.36 91.08 0.10 0.27 ind:pas:1s; -défendit défendre ver 78.36 91.08 0.01 1.22 ind:pas:3s; -défendons défendre ver 78.36 91.08 0.75 0.47 imp:pre:1p;ind:pre:1p; -défendra défendre ver 78.36 91.08 1.00 0.68 ind:fut:3s; -défendrai défendre ver 78.36 91.08 1.80 0.61 ind:fut:1s; -défendraient défendre ver 78.36 91.08 0.13 0.34 cnd:pre:3p; -défendrais défendre ver 78.36 91.08 0.14 0.47 cnd:pre:1s;cnd:pre:2s; -défendrait défendre ver 78.36 91.08 0.11 1.15 cnd:pre:3s; -défendras défendre ver 78.36 91.08 0.06 0.07 ind:fut:2s; -défendre défendre ver 78.36 91.08 36.58 41.49 inf; -défendrez défendre ver 78.36 91.08 0.22 0.14 ind:fut:2p; -défendriez défendre ver 78.36 91.08 0.06 0.14 cnd:pre:2p; -défendrons défendre ver 78.36 91.08 0.37 0.14 ind:fut:1p; -défendront défendre ver 78.36 91.08 0.23 0.27 ind:fut:3p; -défends défendre ver 78.36 91.08 9.24 4.86 imp:pre:2s;ind:pre:1s;ind:pre:2s; -défendu défendre ver m s 78.36 91.08 9.18 10.81 par:pas; -défendue défendre ver f s 78.36 91.08 1.17 2.16 par:pas; -défendues défendre ver f p 78.36 91.08 0.10 0.14 par:pas; -défendus défendre ver m p 78.36 91.08 0.50 0.47 par:pas; -défenestraient défenestrer ver 0.44 0.27 0.00 0.07 ind:imp:3p; -défenestrant défenestrer ver 0.44 0.27 0.01 0.00 par:pre; -défenestration défenestration nom f s 0.09 0.07 0.09 0.07 -défenestrer défenestrer ver 0.44 0.27 0.17 0.00 inf; -défenestrerai défenestrer ver 0.44 0.27 0.00 0.07 ind:fut:1s; -défenestré défenestrer ver m s 0.44 0.27 0.12 0.14 par:pas; -défenestrée défenestrer ver f s 0.44 0.27 0.14 0.00 par:pas; -défens défens nom m 0.01 0.00 0.01 0.00 -défense défense nom f s 50.94 52.30 48.56 47.77 -défenses défense nom f p 50.94 52.30 2.38 4.53 -défenseur défenseur nom m s 3.74 6.35 2.59 3.38 -défenseurs défenseur nom m p 3.74 6.35 1.15 2.97 -défensif défensif adj m s 2.35 1.96 0.71 0.74 -défensifs défensif adj m p 2.35 1.96 0.33 0.00 -défensive défensive nom f s 0.98 1.89 0.98 1.89 -défensives défensif adj f p 2.35 1.96 0.57 0.27 -défera défaire ver 12.32 32.23 0.03 0.27 ind:fut:3s; -déferai défaire ver 12.32 32.23 0.05 0.14 ind:fut:1s; -déferaient défaire ver 12.32 32.23 0.00 0.07 cnd:pre:3p; -déferais défaire ver 12.32 32.23 0.01 0.00 cnd:pre:1s; -déferait défaire ver 12.32 32.23 0.15 0.27 cnd:pre:3s; -déferas défaire ver 12.32 32.23 0.02 0.00 ind:fut:2s; -déferez défaire ver 12.32 32.23 0.00 0.07 ind:fut:2p; -déferla déferler ver 1.38 11.28 0.05 1.22 ind:pas:3s; -déferlaient déferler ver 1.38 11.28 0.03 1.42 ind:imp:3p; -déferlait déferler ver 1.38 11.28 0.03 2.36 ind:imp:3s; -déferlant déferler ver 1.38 11.28 0.02 0.54 par:pre; -déferlante déferlante nom f s 0.26 0.34 0.23 0.20 -déferlantes déferlante nom f p 0.26 0.34 0.03 0.14 -déferle déferler ver 1.38 11.28 0.57 1.55 imp:pre:2s;ind:pre:3s; -déferlement déferlement nom m s 0.34 4.66 0.33 4.53 -déferlements déferlement nom m p 0.34 4.66 0.01 0.14 -déferlent déferler ver 1.38 11.28 0.30 1.15 ind:pre:3p; -déferler déferler ver 1.38 11.28 0.08 1.76 inf; -déferleraient déferler ver 1.38 11.28 0.00 0.14 cnd:pre:3p; -déferlerait déferler ver 1.38 11.28 0.00 0.20 cnd:pre:3s; -déferleront déferler ver 1.38 11.28 0.00 0.07 ind:fut:3p; -déferlez déferler ver 1.38 11.28 0.02 0.00 imp:pre:2p; -déferlât déferler ver 1.38 11.28 0.00 0.07 sub:imp:3s; -déferlèrent déferler ver 1.38 11.28 0.01 0.00 ind:pas:3p; -déferlé déferler ver m s 1.38 11.28 0.28 0.74 par:pas; -déferlées déferler ver f p 1.38 11.28 0.00 0.07 par:pas; -déferons défaire ver 12.32 32.23 0.10 0.07 ind:fut:1p; -déferont défaire ver 12.32 32.23 0.01 0.07 ind:fut:3p; -déferrer déferrer ver 0.10 0.07 0.10 0.00 inf; -déferré déferrer ver m s 0.10 0.07 0.00 0.07 par:pas; -déferré déferré adj m s 0.00 0.07 0.00 0.07 -défeuillées défeuiller ver f p 0.00 0.07 0.00 0.07 par:pas; -duffel_coat duffel_coat nom m s 0.01 0.07 0.01 0.07 -duffle_coat duffle_coat nom m s 0.00 0.34 0.00 0.27 -duffle_coat duffle_coat nom m p 0.00 0.34 0.00 0.07 -défi défi nom m s 12.24 17.36 10.23 15.20 -défia défier ver 13.49 12.30 0.04 0.27 ind:pas:3s; -défiaient défier ver 13.49 12.30 0.12 0.61 ind:imp:3p; -défiais défier ver 13.49 12.30 0.01 0.27 ind:imp:1s; -défiait défier ver 13.49 12.30 0.23 1.69 ind:imp:3s; -défiance défiance nom f s 0.58 2.09 0.58 1.96 -défiances défiance nom f p 0.58 2.09 0.00 0.14 -défiant défiant adj m s 0.43 0.34 0.43 0.27 -défiante défiant adj f s 0.43 0.34 0.00 0.07 -défibreur défibreur nom m s 0.01 0.00 0.01 0.00 -défibrillateur défibrillateur nom m s 0.58 0.00 0.57 0.00 -défibrillateurs défibrillateur nom m p 0.58 0.00 0.01 0.00 -défibrillation défibrillation nom f s 0.14 0.00 0.14 0.00 -déficeler déficeler ver 0.01 0.27 0.01 0.14 inf; -déficelle déficeler ver 0.01 0.27 0.00 0.07 ind:pre:3s; -déficelèrent déficeler ver 0.01 0.27 0.00 0.07 ind:pas:3p; -déficience déficience nom f s 1.01 1.22 0.56 0.47 -déficiences déficience nom f p 1.01 1.22 0.45 0.74 -déficient déficient adj m s 0.45 0.74 0.21 0.27 -déficiente déficient adj f s 0.45 0.74 0.11 0.41 -déficientes déficient adj f p 0.45 0.74 0.04 0.00 -déficients déficient adj m p 0.45 0.74 0.09 0.07 -déficit déficit nom m s 1.92 1.42 1.91 0.95 -déficitaire déficitaire adj s 0.10 0.34 0.06 0.07 -déficitaires déficitaire adj p 0.10 0.34 0.04 0.27 -déficits déficit nom m p 1.92 1.42 0.01 0.47 -défie défier ver 13.49 12.30 5.36 2.03 imp:pre:2s;ind:pre:1s;ind:pre:3s; -défient défier ver 13.49 12.30 0.86 0.54 ind:pre:3p; -défier défier ver 13.49 12.30 3.92 4.39 inf; -défiera défier ver 13.49 12.30 0.05 0.00 ind:fut:3s; -défierai défier ver 13.49 12.30 0.05 0.00 ind:fut:1s; -défierais défier ver 13.49 12.30 0.03 0.00 cnd:pre:1s; -défierait défier ver 13.49 12.30 0.02 0.14 cnd:pre:3s; -défieriez défier ver 13.49 12.30 0.01 0.00 cnd:pre:2p; -défierons défier ver 13.49 12.30 0.01 0.00 ind:fut:1p; -défiez défier ver 13.49 12.30 0.57 0.27 imp:pre:2p;ind:pre:2p; -défigeait défiger ver 0.07 0.07 0.00 0.07 ind:imp:3s; -défiger défiger ver 0.07 0.07 0.07 0.00 inf; -défigura défigurer ver 3.27 5.41 0.01 0.14 ind:pas:3s; -défiguraient défigurer ver 3.27 5.41 0.00 0.27 ind:imp:3p; -défigurais défigurer ver 3.27 5.41 0.00 0.07 ind:imp:1s; -défigurait défigurer ver 3.27 5.41 0.00 0.54 ind:imp:3s; -défigurant défigurer ver 3.27 5.41 0.01 0.07 par:pre; -défiguration défiguration nom f s 0.25 0.14 0.24 0.14 -défigurations défiguration nom f p 0.25 0.14 0.01 0.00 -défigure défigurer ver 3.27 5.41 0.55 0.47 imp:pre:2s;ind:pre:1s;ind:pre:3s; -défigurement défigurement nom m s 0.01 0.00 0.01 0.00 -défigurent défigurer ver 3.27 5.41 0.01 0.14 ind:pre:3p; -défigurer défigurer ver 3.27 5.41 0.56 0.81 inf; -défigurerait défigurer ver 3.27 5.41 0.01 0.07 cnd:pre:3s; -défiguré défigurer ver m s 3.27 5.41 1.43 1.62 par:pas; -défigurée défigurer ver f s 3.27 5.41 0.62 0.74 par:pas; -défigurées défiguré adj f p 0.71 1.69 0.02 0.07 -défigurés défigurer ver m p 3.27 5.41 0.06 0.41 par:pas; -défila défiler ver 10.82 32.64 0.00 0.54 ind:pas:3s; -défilaient défiler ver 10.82 32.64 0.17 4.73 ind:imp:3p; -défilais défiler ver 10.82 32.64 0.04 0.20 ind:imp:1s;ind:imp:2s; -défilait défiler ver 10.82 32.64 0.20 2.70 ind:imp:3s; -défilant défiler ver 10.82 32.64 0.17 1.15 par:pre; -défilantes défilant adj f p 0.00 0.14 0.00 0.07 -défilants défilant adj m p 0.00 0.14 0.00 0.07 -défile défiler ver 10.82 32.64 2.66 2.50 imp:pre:2s;ind:pre:1s;ind:pre:3s; -défilement défilement nom m s 0.01 0.68 0.01 0.61 -défilements défilement nom m p 0.01 0.68 0.00 0.07 -défilent défiler ver 10.82 32.64 1.04 4.59 ind:pre:3p; -défiler défiler ver 10.82 32.64 4.32 11.28 inf; -défilera défiler ver 10.82 32.64 0.19 0.14 ind:fut:3s; -défileraient défiler ver 10.82 32.64 0.00 0.27 cnd:pre:3p; -défilerait défiler ver 10.82 32.64 0.02 0.27 cnd:pre:3s; -défileras défiler ver 10.82 32.64 0.01 0.00 ind:fut:2s; -défilerez défiler ver 10.82 32.64 0.01 0.07 ind:fut:2p; -défilerons défiler ver 10.82 32.64 0.03 0.00 ind:fut:1p; -défileront défiler ver 10.82 32.64 0.19 0.00 ind:fut:3p; -défilez défiler ver 10.82 32.64 0.25 0.07 imp:pre:2p;ind:pre:2p; -défiliez défiler ver 10.82 32.64 0.02 0.00 ind:imp:2p; -défilions défiler ver 10.82 32.64 0.01 0.07 ind:imp:1p; -défilons défiler ver 10.82 32.64 0.01 0.14 ind:pre:1p; -défilèrent défiler ver 10.82 32.64 0.01 1.62 ind:pas:3p; -défilé défilé nom m s 8.05 14.73 7.45 12.30 -défilée défiler ver f s 10.82 32.64 0.07 0.00 par:pas; -défilés défilé nom m p 8.05 14.73 0.59 2.43 -défini définir ver m s 7.22 14.53 0.82 1.22 par:pas; -définie définir ver f s 7.22 14.53 0.51 1.28 par:pas; -définies défini adj f p 1.40 3.38 0.22 0.14 -définir définir ver 7.22 14.53 3.07 7.70 inf; -définira définir ver 7.22 14.53 0.05 0.07 ind:fut:3s; -définirais définir ver 7.22 14.53 0.05 0.07 cnd:pre:1s;cnd:pre:2s; -définirait définir ver 7.22 14.53 0.04 0.14 cnd:pre:3s; -définiriez définir ver 7.22 14.53 0.10 0.00 cnd:pre:2p; -définis définir ver m p 7.22 14.53 0.35 0.20 imp:pre:2s;ind:pre:1s;ind:pre:2s;par:pas; -définissable définissable adj m s 0.00 0.20 0.00 0.14 -définissables définissable adj p 0.00 0.20 0.00 0.07 -définissaient définir ver 7.22 14.53 0.00 0.20 ind:imp:3p; -définissait définir ver 7.22 14.53 0.14 1.15 ind:imp:3s; -définissant définir ver 7.22 14.53 0.06 0.14 par:pre; -définisse définir ver 7.22 14.53 0.08 0.07 sub:pre:3s; -définissent définir ver 7.22 14.53 0.36 0.41 ind:pre:3p; -définissez définir ver 7.22 14.53 0.53 0.07 imp:pre:2p;ind:pre:2p; -définissons définir ver 7.22 14.53 0.05 0.07 imp:pre:1p;ind:pre:1p; -définit définir ver 7.22 14.53 0.93 1.28 ind:pre:3s;ind:pas:3s; -définitif définitif adj m s 8.01 31.76 4.00 10.41 -définitifs définitif adj m p 8.01 31.76 0.30 1.89 -définition définition nom f s 4.95 7.23 4.73 6.28 -définitions définition nom f p 4.95 7.23 0.22 0.95 -définitive définitif adj f s 8.01 31.76 3.43 17.97 -définitivement définitivement adv 9.34 23.51 9.34 23.51 -définitives définitif adj f p 8.01 31.76 0.27 1.49 -défions défier ver 13.49 12.30 0.47 0.07 imp:pre:1p;ind:pre:1p; -défirent défaire ver 12.32 32.23 0.00 0.27 ind:pas:3p; -défis défi nom m p 12.24 17.36 2.02 2.16 -défiscalisations défiscalisation nom f p 0.01 0.00 0.01 0.00 -défiscalisé défiscaliser ver m s 0.01 0.00 0.01 0.00 par:pas; -défit défaire ver 12.32 32.23 0.14 3.58 ind:pas:3s; -défièrent défier ver 13.49 12.30 0.02 0.07 ind:pas:3p; -défié défier ver m s 13.49 12.30 1.19 0.68 par:pas; -défiée défier ver f s 13.49 12.30 0.07 0.07 par:pas; -défiés défier ver m p 13.49 12.30 0.16 0.14 par:pas; -déflagrante déflagrant adj f s 0.00 0.07 0.00 0.07 -déflagration déflagration nom f s 0.34 2.09 0.31 1.55 -déflagrations déflagration nom f p 0.34 2.09 0.02 0.54 -déflationniste déflationniste adj f s 0.02 0.00 0.01 0.00 -déflationnistes déflationniste adj f p 0.02 0.00 0.01 0.00 -déflecteur déflecteur adj m s 0.04 0.00 0.04 0.00 -déflecteurs déflecteur nom m p 0.08 0.20 0.06 0.14 -défleuri défleurir ver m s 0.00 0.47 0.00 0.20 par:pas; -défleuries défleurir ver f p 0.00 0.47 0.00 0.20 par:pas; -défleuris défleurir ver m p 0.00 0.47 0.00 0.07 par:pas; -déflexion déflexion nom f s 0.09 0.00 0.09 0.00 -défloraison défloraison nom f s 0.00 0.20 0.00 0.20 -déflorait déflorer ver 0.89 0.81 0.02 0.07 ind:imp:3s; -défloration défloration nom f s 0.01 0.20 0.01 0.20 -déflorer déflorer ver 0.89 0.81 0.12 0.14 inf; -déflorerons déflorer ver 0.89 0.81 0.00 0.07 ind:fut:1p; -défloré déflorer ver m s 0.89 0.81 0.11 0.20 par:pas; -déflorée déflorer ver f s 0.89 0.81 0.65 0.27 par:pas; -déflorés déflorer ver m p 0.89 0.81 0.00 0.07 par:pas; -défoliant défoliant nom m s 0.01 0.00 0.01 0.00 -défonce défoncer ver 16.85 9.39 3.95 0.88 imp:pre:2s;ind:pre:1s;ind:pre:3s; -défoncement défoncement nom m s 0.00 0.34 0.00 0.27 -défoncements défoncement nom m p 0.00 0.34 0.00 0.07 -défoncent défoncer ver 16.85 9.39 0.50 0.27 ind:pre:3p; -défoncer défoncer ver 16.85 9.39 5.22 2.84 inf; -défoncera défoncer ver 16.85 9.39 0.06 0.14 ind:fut:3s; -défoncerai défoncer ver 16.85 9.39 0.19 0.07 ind:fut:1s; -défonceraient défoncer ver 16.85 9.39 0.01 0.07 cnd:pre:3p; -défoncerait défoncer ver 16.85 9.39 0.04 0.07 cnd:pre:3s; -défonceront défoncer ver 16.85 9.39 0.00 0.07 ind:fut:3p; -défonceuse défonceuse nom f s 0.02 0.14 0.02 0.14 -défoncez défoncer ver 16.85 9.39 0.31 0.00 imp:pre:2p;ind:pre:2p; -défoncé défoncer ver m s 16.85 9.39 4.54 2.03 par:pas; -défoncée défoncer ver f s 16.85 9.39 1.30 0.95 par:pas; -défoncées défoncé adj f p 3.97 5.68 0.17 0.81 -défoncés défoncé adj m p 3.97 5.68 0.61 1.55 -défont défaire ver 12.32 32.23 0.05 1.22 ind:pre:3p; -défonça défoncer ver 16.85 9.39 0.01 0.07 ind:pas:3s; -défonçai défoncer ver 16.85 9.39 0.00 0.07 ind:pas:1s; -défonçaient défoncer ver 16.85 9.39 0.02 0.14 ind:imp:3p; -défonçais défoncer ver 16.85 9.39 0.06 0.00 ind:imp:1s;ind:imp:2s; -défonçait défoncer ver 16.85 9.39 0.21 0.34 ind:imp:3s; -défonçant défoncer ver 16.85 9.39 0.05 0.20 par:pre; -défonçons défoncer ver 16.85 9.39 0.04 0.00 imp:pre:1p;ind:pre:1p; -déforestation déforestation nom f s 0.04 0.00 0.04 0.00 -déforma déformer ver 2.75 12.43 0.00 0.41 ind:pas:3s; -déformaient déformer ver 2.75 12.43 0.01 0.27 ind:imp:3p; -déformait déformer ver 2.75 12.43 0.03 1.01 ind:imp:3s; -déformant déformant adj m s 0.07 0.95 0.04 0.27 -déformante déformant adj f s 0.07 0.95 0.04 0.41 -déformantes déformant adj f p 0.07 0.95 0.00 0.14 -déformants déformant adj m p 0.07 0.95 0.00 0.14 -déformation déformation nom f s 0.86 2.43 0.75 1.69 -déformations déformation nom f p 0.86 2.43 0.11 0.74 -déforme déformer ver 2.75 12.43 0.55 1.69 imp:pre:2s;ind:pre:1s;ind:pre:3s; -déforment déformer ver 2.75 12.43 0.13 0.61 ind:pre:3p; -déformer déformer ver 2.75 12.43 0.62 1.15 inf; -déformera déformer ver 2.75 12.43 0.00 0.07 ind:fut:3s; -déformerai déformer ver 2.75 12.43 0.00 0.07 ind:fut:1s; -déformerait déformer ver 2.75 12.43 0.01 0.07 cnd:pre:3s; -déformeront déformer ver 2.75 12.43 0.03 0.07 ind:fut:3p; -déformes déformer ver 2.75 12.43 0.26 0.07 ind:pre:2s; -déformez déformer ver 2.75 12.43 0.20 0.07 imp:pre:2p;ind:pre:2p; -déformé déformer ver m s 2.75 12.43 0.56 2.57 par:pas; -déformée déformé adj f s 1.41 3.65 0.36 0.81 -déformées déformé adj f p 1.41 3.65 0.13 0.68 -déformés déformé adj m p 1.41 3.65 0.38 1.35 -défoulaient défouler ver 3.39 0.74 0.01 0.00 ind:imp:3p; -défoulais défouler ver 3.39 0.74 0.06 0.00 ind:imp:1s;ind:imp:2s; -défoulait défouler ver 3.39 0.74 0.05 0.00 ind:imp:3s; -défoule défouler ver 3.39 0.74 1.31 0.27 imp:pre:2s;ind:pre:1s;ind:pre:3s; -défoulement défoulement nom m s 0.06 0.27 0.06 0.27 -défoulent défouler ver 3.39 0.74 0.14 0.07 ind:pre:3p; -défouler défouler ver 3.39 0.74 1.66 0.27 inf; -défoulera défouler ver 3.39 0.74 0.03 0.00 ind:fut:3s; -défoulerait défouler ver 3.39 0.74 0.01 0.07 cnd:pre:3s; -défoules défouler ver 3.39 0.74 0.09 0.00 ind:pre:2s; -défouliez défouler ver 3.39 0.74 0.01 0.07 ind:imp:2p; -défouloir défouloir nom m s 0.15 0.00 0.15 0.00 -défoulons défouler ver 3.39 0.74 0.01 0.00 imp:pre:1p; -défoulés défouler ver m p 3.39 0.74 0.01 0.00 par:pas; -défouraillaient défourailler ver 0.29 0.81 0.00 0.07 ind:imp:3p; -défouraille défourailler ver 0.29 0.81 0.00 0.14 ind:pre:3s; -défouraillent défourailler ver 0.29 0.81 0.00 0.07 ind:pre:3p; -défourailler défourailler ver 0.29 0.81 0.29 0.34 inf; -défouraillerait défourailler ver 0.29 0.81 0.00 0.07 cnd:pre:3s; -défouraillé défourailler ver m s 0.29 0.81 0.00 0.14 par:pas; -défourna défourner ver 0.00 0.14 0.00 0.07 ind:pas:3s; -défournait défourner ver 0.00 0.14 0.00 0.07 ind:imp:3s; -défraîchi défraîchi adj m s 0.23 2.77 0.06 0.88 -défraîchie défraîchi adj f s 0.23 2.77 0.16 0.54 -défraîchies défraîchi adj f p 0.23 2.77 0.00 0.68 -défraîchir défraîchir ver 0.07 1.01 0.00 0.20 inf; -défraîchis défraîchi adj m p 0.23 2.77 0.01 0.68 -défraîchissait défraîchir ver 0.07 1.01 0.00 0.07 ind:imp:3s; -défragmenteur défragmenteur nom m s 0.01 0.00 0.01 0.00 -défraiement défraiement nom m s 0.42 0.07 0.05 0.00 -défraiements défraiement nom m p 0.42 0.07 0.37 0.07 -défraya défrayer ver 0.04 1.55 0.01 0.20 ind:pas:3s; -défrayaient défrayer ver 0.04 1.55 0.00 0.20 ind:imp:3p; -défrayait défrayer ver 0.04 1.55 0.00 0.47 ind:imp:3s; -défrayant défrayer ver 0.04 1.55 0.00 0.07 par:pre; -défrayent défrayer ver 0.04 1.55 0.00 0.07 ind:pre:3p; -défrayer défrayer ver 0.04 1.55 0.00 0.41 inf; -défrayèrent défrayer ver 0.04 1.55 0.00 0.07 ind:pas:3p; -défrayé défrayer ver m s 0.04 1.55 0.03 0.07 par:pas; -défricha défricher ver 0.43 1.82 0.00 0.07 ind:pas:3s; -défrichage défrichage nom m s 0.00 0.14 0.00 0.14 -défrichait défricher ver 0.43 1.82 0.00 0.07 ind:imp:3s; -défriche défricher ver 0.43 1.82 0.13 0.20 ind:pre:1s;ind:pre:3s; -défrichement défrichement nom m s 0.00 0.47 0.00 0.41 -défrichements défrichement nom m p 0.00 0.47 0.00 0.07 -défricher défricher ver 0.43 1.82 0.10 0.74 inf; -défricheurs défricheur nom m p 0.00 0.14 0.00 0.14 -défriché défricher ver m s 0.43 1.82 0.10 0.47 par:pas; -défrichée défricher ver f s 0.43 1.82 0.10 0.14 par:pas; -défrichées défricher ver f p 0.43 1.82 0.00 0.07 par:pas; -défrichés défricher ver m p 0.43 1.82 0.00 0.07 par:pas; -défringue défringuer ver 0.00 0.20 0.00 0.14 imp:pre:2s; -défringues défringuer ver 0.00 0.20 0.00 0.07 ind:pre:2s; -défripe défriper ver 0.00 0.34 0.00 0.14 ind:pre:1s;ind:pre:3s; -défripera défriper ver 0.00 0.34 0.00 0.07 ind:fut:3s; -défripé défriper ver m s 0.00 0.34 0.00 0.07 par:pas; -défripées défriper ver f p 0.00 0.34 0.00 0.07 par:pas; -défrisage défrisage nom m s 0.01 0.00 0.01 0.00 -défrisaient défriser ver 0.88 1.01 0.00 0.07 ind:imp:3p; -défrisait défriser ver 0.88 1.01 0.00 0.14 ind:imp:3s; -défrise défriser ver 0.88 1.01 0.68 0.41 imp:pre:2s;ind:pre:1s;ind:pre:3s; -défriser défriser ver 0.88 1.01 0.05 0.27 inf; -défriserait défriser ver 0.88 1.01 0.02 0.00 cnd:pre:3s; -défrises défriser ver 0.88 1.01 0.11 0.00 ind:pre:2s; -défrisé défriser ver m s 0.88 1.01 0.02 0.14 par:pas; -défroissa défroisser ver 0.19 1.28 0.00 0.07 ind:pas:3s; -défroissai défroisser ver 0.19 1.28 0.00 0.07 ind:pas:1s; -défroissaient défroisser ver 0.19 1.28 0.00 0.07 ind:imp:3p; -défroissait défroisser ver 0.19 1.28 0.00 0.07 ind:imp:3s; -défroissant défroisser ver 0.19 1.28 0.00 0.20 par:pre; -défroisse défroisser ver 0.19 1.28 0.17 0.07 ind:pre:1s;ind:pre:3s; -défroissent défroisser ver 0.19 1.28 0.00 0.07 ind:pre:3p; -défroisser défroisser ver 0.19 1.28 0.01 0.34 inf; -défroissé défroisser ver m s 0.19 1.28 0.01 0.14 par:pas; -défroissées défroisser ver f p 0.19 1.28 0.00 0.07 par:pas; -défroissés défroisser ver m p 0.19 1.28 0.00 0.14 par:pas; -défroqua défroquer ver 0.12 0.47 0.00 0.07 ind:pas:3s; -défroque défroque nom f s 0.03 2.16 0.03 1.28 -défroquer défroquer ver 0.12 0.47 0.02 0.00 inf; -défroques défroque nom f p 0.03 2.16 0.00 0.88 -défroqué défroquer ver m s 0.12 0.47 0.08 0.20 par:pas; -défroquée défroquer ver f s 0.12 0.47 0.01 0.07 par:pas; -défroqués défroquer ver m p 0.12 0.47 0.00 0.14 par:pas; -défèque déféquer ver 0.92 0.61 0.04 0.07 ind:pre:3s; -défécation défécation nom f s 0.01 0.81 0.01 0.61 -défécations défécation nom f p 0.01 0.81 0.00 0.20 -défécatoire défécatoire adj s 0.00 0.41 0.00 0.41 -déféminiser déféminiser ver 0.01 0.00 0.01 0.00 inf; -défunt défunt nom m s 6.42 6.28 4.50 2.91 -défunte défunt adj f s 4.79 5.27 1.63 1.28 -défunter défunter ver 0.00 0.14 0.00 0.07 inf; -défuntes défunt nom f p 6.42 6.28 0.14 0.14 -défunts défunt nom m p 6.42 6.28 1.06 1.69 -défunté défunter ver m s 0.00 0.14 0.00 0.07 par:pas; -déféquaient déféquer ver 0.92 0.61 0.14 0.07 ind:imp:3p; -déféquant déféquer ver 0.92 0.61 0.03 0.07 par:pre; -déféquassent déféquer ver 0.92 0.61 0.14 0.00 sub:imp:3p; -déféquer déféquer ver 0.92 0.61 0.48 0.27 inf; -déféqué déféquer ver m s 0.92 0.61 0.09 0.14 par:pas; -déféra déférer ver 0.42 0.47 0.00 0.07 ind:pas:3s; -déférait déférer ver 0.42 0.47 0.00 0.07 ind:imp:3s; -déférant déférer ver 0.42 0.47 0.00 0.07 par:pre; -déférence déférence nom f s 0.08 4.26 0.08 4.26 -déférent déférent adj m s 0.01 2.70 0.00 1.42 -déférente déférent adj f s 0.01 2.70 0.00 0.81 -déférentes déférent adj f p 0.01 2.70 0.00 0.20 -déférents déférent adj m p 0.01 2.70 0.01 0.27 -déférer déférer ver 0.42 0.47 0.05 0.07 inf; -déférerait déférer ver 0.42 0.47 0.00 0.07 cnd:pre:3s; -déféré déférer ver m s 0.42 0.47 0.36 0.07 par:pas; -déférés déférer ver m p 0.42 0.47 0.01 0.07 par:pas; -dégage dégager ver 102.47 58.04 56.41 10.34 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -dégagea dégager ver 102.47 58.04 0.00 6.62 ind:pas:3s; -dégageai dégager ver 102.47 58.04 0.00 0.27 ind:pas:1s; -dégageaient dégager ver 102.47 58.04 0.04 1.62 ind:imp:3p; -dégageait dégager ver 102.47 58.04 0.22 8.85 ind:imp:3s; -dégageant dégager ver 102.47 58.04 0.32 3.92 par:pre; -dégagement dégagement nom m s 0.44 0.74 0.44 0.54 -dégagements dégagement nom m p 0.44 0.74 0.00 0.20 -dégagent dégager ver 102.47 58.04 1.18 1.42 ind:pre:3p; -dégageons dégager ver 102.47 58.04 0.67 0.14 imp:pre:1p;ind:pre:1p; -dégageât dégager ver 102.47 58.04 0.00 0.14 sub:imp:3s; -dégager dégager ver 102.47 58.04 8.22 15.20 inf; -dégagera dégager ver 102.47 58.04 0.22 0.07 ind:fut:3s; -dégageraient dégager ver 102.47 58.04 0.00 0.07 cnd:pre:3p; -dégagerais dégager ver 102.47 58.04 0.04 0.07 cnd:pre:1s;cnd:pre:2s; -dégagerait dégager ver 102.47 58.04 0.02 0.34 cnd:pre:3s; -dégageront dégager ver 102.47 58.04 0.03 0.00 ind:fut:3p; -dégages dégager ver 102.47 58.04 3.15 0.14 ind:pre:2s;sub:pre:2s; -dégagez dégager ver 102.47 58.04 27.61 0.41 imp:pre:2p;ind:pre:2p; -dégagèrent dégager ver 102.47 58.04 0.03 0.27 ind:pas:3p; -dégagé dégager ver m s 102.47 58.04 2.96 4.39 par:pas; -dégagée dégager ver f s 102.47 58.04 1.04 2.70 par:pas; -dégagées dégager ver f p 102.47 58.04 0.08 0.41 par:pas; -dégagés dégager ver m p 102.47 58.04 0.25 0.68 par:pas; -dégaina dégainer ver 4.95 1.96 0.01 0.07 ind:pas:3s; -dégainais dégainer ver 4.95 1.96 0.02 0.00 ind:imp:1s;ind:imp:2s; -dégainait dégainer ver 4.95 1.96 0.06 0.00 ind:imp:3s; -dégainant dégainer ver 4.95 1.96 0.01 0.14 par:pre; -dégaine dégaine nom f s 1.45 3.18 1.43 3.11 -dégainent dégainer ver 4.95 1.96 0.04 0.00 ind:pre:3p; -dégainer dégainer ver 4.95 1.96 1.62 0.54 inf; -dégainerai dégainer ver 4.95 1.96 0.01 0.00 ind:fut:1s; -dégainerez dégainer ver 4.95 1.96 0.01 0.00 ind:fut:2p; -dégaines dégainer ver 4.95 1.96 0.15 0.00 ind:pre:2s; -dégainez dégainer ver 4.95 1.96 0.81 0.00 imp:pre:2p;ind:pre:2p; -dégainèrent dégainer ver 4.95 1.96 0.00 0.07 ind:pas:3p; -dégainé dégainer ver m s 4.95 1.96 0.80 0.41 par:pas; -dégainés dégainer ver m p 4.95 1.96 0.00 0.14 par:pas; -déganta déganter ver 0.02 0.34 0.00 0.07 ind:pas:3s; -dégantant déganter ver 0.02 0.34 0.00 0.07 par:pre; -déganté déganter ver m s 0.02 0.34 0.01 0.00 par:pas; -dégantée déganter ver f s 0.02 0.34 0.01 0.14 par:pas; -dégantées déganter ver f p 0.02 0.34 0.00 0.07 par:pas; -dégarni dégarni adj m s 0.40 1.82 0.39 1.69 -dégarnie dégarni adj f s 0.40 1.82 0.01 0.00 -dégarnies dégarni adj f p 0.40 1.82 0.00 0.14 -dégarnir dégarnir ver 0.17 1.01 0.02 0.14 inf; -dégarnis dégarnir ver m p 0.17 1.01 0.04 0.00 ind:pre:1s;par:pas; -dégarnissait dégarnir ver 0.17 1.01 0.00 0.14 ind:imp:3s; -dégarnissant dégarnir ver 0.17 1.01 0.00 0.07 par:pre; -dégauchi dégauchir ver m s 0.00 2.57 0.00 0.41 par:pas; -dégauchie dégauchir ver f s 0.00 2.57 0.00 0.20 par:pas; -dégauchir dégauchir ver 0.00 2.57 0.00 1.69 inf; -dégauchira dégauchir ver 0.00 2.57 0.00 0.07 ind:fut:3s; -dégauchis dégauchir ver m p 0.00 2.57 0.00 0.14 ind:pre:1s;par:pas; -dégauchisse dégauchir ver 0.00 2.57 0.00 0.07 sub:pre:3s; -dégauchisseuse dégauchisseuse nom f s 0.00 0.07 0.00 0.07 -dégazage dégazage nom m s 0.03 0.00 0.03 0.00 -dégazent dégazer ver 0.01 0.14 0.00 0.07 ind:pre:3p; -dégazer dégazer ver 0.01 0.14 0.01 0.07 inf; -dégel dégel nom m s 0.47 3.31 0.47 3.31 -dégela dégeler ver 0.70 1.15 0.01 0.07 ind:pas:3s; -dégelai dégeler ver 0.70 1.15 0.00 0.07 ind:pas:1s; -dégelait dégeler ver 0.70 1.15 0.00 0.14 ind:imp:3s; -dégelant dégeler ver 0.70 1.15 0.01 0.00 par:pre; -dégeler dégeler ver 0.70 1.15 0.38 0.34 inf; -dégelez dégeler ver 0.70 1.15 0.01 0.00 ind:pre:2p; -dégelât dégeler ver 0.70 1.15 0.00 0.07 sub:imp:3s; -dégelé dégeler ver m s 0.70 1.15 0.08 0.14 par:pas; -dégelée dégeler ver f s 0.70 1.15 0.02 0.00 par:pas; -dégelées dégelée nom f p 0.01 1.35 0.00 0.27 -dégelés dégeler ver m p 0.70 1.15 0.04 0.07 par:pas; -dégermait dégermer ver 0.00 0.07 0.00 0.07 ind:imp:3s; -dégingandé dégingandé adj m s 0.04 2.03 0.02 1.55 -dégingandée dégingandé adj f s 0.04 2.03 0.01 0.14 -dégingandées dégingandé adj f p 0.04 2.03 0.00 0.07 -dégingandés dégingandé adj m p 0.04 2.03 0.01 0.27 -dégivrage dégivrage nom m s 0.03 0.00 0.03 0.00 -dégivrer dégivrer ver 0.15 0.07 0.11 0.00 inf; -dégivré dégivrer ver m s 0.15 0.07 0.04 0.07 par:pas; -déglacer déglacer ver 0.06 0.00 0.01 0.00 inf; -déglacera déglacer ver 0.06 0.00 0.01 0.00 ind:fut:3s; -déglacez déglacer ver 0.06 0.00 0.02 0.00 imp:pre:2p; -déglacé déglacer ver m s 0.06 0.00 0.02 0.00 par:pas; -déglingua déglinguer ver 1.08 3.72 0.00 0.07 ind:pas:3s; -déglinguaient déglinguer ver 1.08 3.72 0.00 0.07 ind:imp:3p; -déglinguait déglinguer ver 1.08 3.72 0.00 0.27 ind:imp:3s; -déglinguant déglinguer ver 1.08 3.72 0.00 0.07 par:pre; -déglingue déglinguer ver 1.08 3.72 0.56 1.01 imp:pre:2s;ind:pre:1s;ind:pre:3s; -déglinguent déglinguer ver 1.08 3.72 0.01 0.20 ind:pre:3p; -déglinguer déglinguer ver 1.08 3.72 0.26 0.68 inf; -déglinguions déglinguer ver 1.08 3.72 0.00 0.07 ind:imp:1p; -déglingué déglingué adj m s 0.38 2.43 0.27 1.22 -déglinguée déglinguer ver f s 1.08 3.72 0.07 0.41 par:pas; -déglinguées déglinguer ver f p 1.08 3.72 0.03 0.14 par:pas; -déglingués déglingué adj m p 0.38 2.43 0.05 0.41 -dégluti déglutir ver m s 0.17 3.18 0.00 0.34 par:pas; -déglutie déglutir ver f s 0.17 3.18 0.00 0.07 par:pas; -dégluties déglutir ver f p 0.17 3.18 0.00 0.07 par:pas; -déglutir déglutir ver 0.17 3.18 0.02 0.81 inf; -déglutis déglutir ver m p 0.17 3.18 0.00 0.14 ind:pre:1s;par:pas; -déglutissait déglutir ver 0.17 3.18 0.00 0.34 ind:imp:3s; -déglutissant déglutir ver 0.17 3.18 0.14 0.34 par:pre; -déglutit déglutir ver 0.17 3.18 0.01 1.08 ind:pre:3s;ind:pas:3s; -déglutition déglutition nom f s 0.31 1.08 0.31 0.81 -déglutitions déglutition nom f p 0.31 1.08 0.00 0.27 -dégoût dégoût nom m s 6.02 30.14 5.99 27.97 -dégoûta dégoûter ver 18.36 17.57 0.00 0.20 ind:pas:3s; -dégoûtai dégoûter ver 18.36 17.57 0.00 0.07 ind:pas:1s; -dégoûtaient dégoûter ver 18.36 17.57 0.03 0.61 ind:imp:3p; -dégoûtais dégoûter ver 18.36 17.57 0.19 0.27 ind:imp:1s;ind:imp:2s; -dégoûtait dégoûter ver 18.36 17.57 0.30 2.50 ind:imp:3s; -dégoûtant dégoûtant adj m s 15.92 6.76 11.47 3.92 -dégoûtante dégoûtant adj f s 15.92 6.76 2.06 1.82 -dégoûtantes dégoûtant adj f p 15.92 6.76 1.06 0.68 -dégoûtants dégoûtant adj m p 15.92 6.76 1.33 0.34 -dégoûtation dégoûtation nom f s 0.00 0.47 0.00 0.34 -dégoûtations dégoûtation nom f p 0.00 0.47 0.00 0.14 -dégoûte dégoûter ver 18.36 17.57 8.73 4.66 imp:pre:2s;ind:pre:1s;ind:pre:3s; -dégoûtent dégoûter ver 18.36 17.57 0.88 0.74 ind:pre:3p; -dégoûter dégoûter ver 18.36 17.57 0.64 2.91 inf; -dégoûtera dégoûter ver 18.36 17.57 0.03 0.07 ind:fut:3s; -dégoûteraient dégoûter ver 18.36 17.57 0.00 0.07 cnd:pre:3p; -dégoûterais dégoûter ver 18.36 17.57 0.00 0.07 cnd:pre:1s; -dégoûterait dégoûter ver 18.36 17.57 0.34 0.27 cnd:pre:3s; -dégoûtes dégoûter ver 18.36 17.57 3.92 0.34 ind:pre:2s; -dégoûtez dégoûter ver 18.36 17.57 0.96 0.27 ind:pre:2p; -dégoûtât dégoûter ver 18.36 17.57 0.00 0.14 sub:imp:3s; -dégoûts dégoût nom m p 6.02 30.14 0.03 2.16 -dégoûtèrent dégoûter ver 18.36 17.57 0.00 0.20 ind:pas:3p; -dégoûté dégoûter ver m s 18.36 17.57 1.18 2.70 par:pas; -dégoûtée dégoûter ver f s 18.36 17.57 0.60 0.68 par:pas; -dégoûtées dégoûté nom f p 0.19 2.09 0.01 0.00 -dégoûtés dégoûter ver m p 18.36 17.57 0.20 0.54 par:pas; -dégobilla dégobiller ver 0.12 0.88 0.00 0.14 ind:pas:3s; -dégobillage dégobillage nom m s 0.01 0.00 0.01 0.00 -dégobillaient dégobiller ver 0.12 0.88 0.00 0.07 ind:imp:3p; -dégobillait dégobiller ver 0.12 0.88 0.00 0.07 ind:imp:3s; -dégobillant dégobiller ver 0.12 0.88 0.00 0.14 par:pre; -dégobille dégobiller ver 0.12 0.88 0.05 0.07 imp:pre:2s;ind:pre:3s; -dégobiller dégobiller ver 0.12 0.88 0.05 0.41 inf; -dégobillé dégobiller ver m s 0.12 0.88 0.02 0.00 par:pas; -dégoisais dégoiser ver 0.41 1.35 0.00 0.07 ind:imp:2s; -dégoisait dégoiser ver 0.41 1.35 0.00 0.07 ind:imp:3s; -dégoisant dégoiser ver 0.41 1.35 0.00 0.07 par:pre; -dégoise dégoiser ver 0.41 1.35 0.39 0.27 imp:pre:2s;ind:pre:3s; -dégoisent dégoiser ver 0.41 1.35 0.00 0.14 ind:pre:3p; -dégoiser dégoiser ver 0.41 1.35 0.02 0.61 inf; -dégoiserai dégoiser ver 0.41 1.35 0.00 0.07 ind:fut:1s; -dégoises dégoiser ver 0.41 1.35 0.00 0.07 ind:pre:2s; -dégommage dégommage nom m s 0.01 0.14 0.01 0.14 -dégommait dégommer ver 2.49 2.03 0.01 0.14 ind:imp:3s; -dégommant dégommer ver 2.49 2.03 0.01 0.00 par:pre; -dégomme dégommer ver 2.49 2.03 1.02 0.27 imp:pre:2s;ind:pre:1s;ind:pre:3s; -dégomment dégommer ver 2.49 2.03 0.00 0.07 ind:pre:3p; -dégommer dégommer ver 2.49 2.03 0.85 1.08 inf; -dégommera dégommer ver 2.49 2.03 0.02 0.00 ind:fut:3s; -dégommerai dégommer ver 2.49 2.03 0.01 0.07 ind:fut:1s; -dégommez dégommer ver 2.49 2.03 0.03 0.00 imp:pre:2p; -dégommons dégommer ver 2.49 2.03 0.01 0.00 imp:pre:1p; -dégommé dégommer ver m s 2.49 2.03 0.34 0.27 par:pas; -dégommée dégommer ver f s 2.49 2.03 0.02 0.00 par:pas; -dégommées dégommer ver f p 2.49 2.03 0.00 0.07 par:pas; -dégommés dégommer ver m p 2.49 2.03 0.16 0.07 par:pas; -dégonfla dégonfler ver 5.64 6.08 0.00 0.14 ind:pas:3s; -dégonflage dégonflage nom m s 0.01 0.07 0.01 0.07 -dégonflaient dégonfler ver 5.64 6.08 0.00 0.14 ind:imp:3p; -dégonflais dégonfler ver 5.64 6.08 0.01 0.00 ind:imp:2s; -dégonflait dégonfler ver 5.64 6.08 0.03 0.47 ind:imp:3s; -dégonflant dégonfler ver 5.64 6.08 0.02 0.00 par:pre; -dégonflard dégonflard nom m s 0.01 0.27 0.01 0.27 -dégonfle dégonfler ver 5.64 6.08 1.69 1.82 imp:pre:2s;ind:pre:1s;ind:pre:3s; -dégonflement dégonflement nom m s 0.01 0.00 0.01 0.00 -dégonflent dégonfler ver 5.64 6.08 0.19 0.07 ind:pre:3p; -dégonfler dégonfler ver 5.64 6.08 0.76 1.42 inf; -dégonflera dégonfler ver 5.64 6.08 0.09 0.14 ind:fut:3s; -dégonfleraient dégonfler ver 5.64 6.08 0.00 0.14 cnd:pre:3p; -dégonflerais dégonfler ver 5.64 6.08 0.06 0.07 cnd:pre:1s;cnd:pre:2s; -dégonflerait dégonfler ver 5.64 6.08 0.02 0.07 cnd:pre:3s; -dégonfleriez dégonfler ver 5.64 6.08 0.01 0.07 cnd:pre:2p; -dégonfles dégonfler ver 5.64 6.08 1.17 0.41 ind:pre:2s; -dégonflez dégonfler ver 5.64 6.08 0.11 0.07 imp:pre:2p;ind:pre:2p; -dégonflé dégonflé nom m s 3.63 1.01 2.99 0.61 -dégonflée dégonfler ver f s 5.64 6.08 0.26 0.14 par:pas; -dégonflées dégonfler ver f p 5.64 6.08 0.01 0.00 par:pas; -dégonflés dégonflé nom m p 3.63 1.01 0.55 0.27 -dugong dugong nom m s 0.01 0.27 0.01 0.20 -dugongs dugong nom m p 0.01 0.27 0.00 0.07 -dégorge dégorger ver 0.22 2.36 0.01 0.34 ind:pre:1s;ind:pre:3s; -dégorgeaient dégorger ver 0.22 2.36 0.00 0.20 ind:imp:3p; -dégorgeais dégorger ver 0.22 2.36 0.01 0.07 ind:imp:1s;ind:imp:2s; -dégorgeait dégorger ver 0.22 2.36 0.00 0.61 ind:imp:3s; -dégorgeant dégorger ver 0.22 2.36 0.00 0.20 par:pre; -dégorgement dégorgement nom m s 0.00 0.14 0.00 0.14 -dégorgent dégorger ver 0.22 2.36 0.00 0.07 ind:pre:3p; -dégorger dégorger ver 0.22 2.36 0.17 0.34 inf; -dégorgeront dégorger ver 0.22 2.36 0.00 0.07 ind:fut:3p; -dégorgé dégorger ver m s 0.22 2.36 0.02 0.14 par:pas; -dégorgée dégorger ver f s 0.22 2.36 0.00 0.07 par:pas; -dégorgées dégorger ver f p 0.22 2.36 0.00 0.14 par:pas; -dégorgés dégorger ver m p 0.22 2.36 0.00 0.14 par:pas; -dégât dégât nom m s 14.22 9.73 0.95 0.74 -dégota dégoter ver 3.47 1.82 0.00 0.14 ind:pas:3s; -dégotait dégoter ver 3.47 1.82 0.01 0.14 ind:imp:3s; -dégote dégoter ver 3.47 1.82 0.27 0.20 imp:pre:2s;ind:pre:1s;ind:pre:3s; -dégoter dégoter ver 3.47 1.82 1.02 0.61 inf; -dégoterais dégoter ver 3.47 1.82 0.01 0.07 cnd:pre:1s; -dégoteras dégoter ver 3.47 1.82 0.03 0.00 ind:fut:2s; -dégotez dégoter ver 3.47 1.82 0.03 0.07 imp:pre:2p;ind:pre:2p; -dégâts dégât nom m p 14.22 9.73 13.27 8.99 -dégotte dégotter ver 1.02 2.16 0.22 0.14 imp:pre:2s;ind:pre:1s;ind:pre:3s; -dégotter dégotter ver 1.02 2.16 0.23 0.95 inf; -dégottera dégotter ver 1.02 2.16 0.00 0.07 ind:fut:3s; -dégotterai dégotter ver 1.02 2.16 0.01 0.14 ind:fut:1s; -dégotterait dégotter ver 1.02 2.16 0.00 0.20 cnd:pre:3s; -dégottes dégotter ver 1.02 2.16 0.03 0.00 ind:pre:2s; -dégotté dégotter ver m s 1.02 2.16 0.53 0.68 par:pas; -dégoté dégoter ver m s 3.47 1.82 1.95 0.41 par:pas; -dégotée dégoter ver f s 3.47 1.82 0.04 0.07 par:pas; -dégotées dégoter ver f p 3.47 1.82 0.10 0.07 par:pas; -dégotés dégoter ver m p 3.47 1.82 0.00 0.07 par:pas; -dégoulina dégouliner ver 1.34 8.38 0.00 0.07 ind:pas:3s; -dégoulinade dégoulinade nom f s 0.00 0.41 0.00 0.27 -dégoulinades dégoulinade nom f p 0.00 0.41 0.00 0.14 -dégoulinaient dégouliner ver 1.34 8.38 0.10 0.54 ind:imp:3p; -dégoulinais dégouliner ver 1.34 8.38 0.00 0.07 ind:imp:1s; -dégoulinait dégouliner ver 1.34 8.38 0.04 2.64 ind:imp:3s; -dégoulinant dégouliner ver 1.34 8.38 0.09 1.08 par:pre; -dégoulinante dégoulinant adj f s 0.38 3.99 0.16 1.22 -dégoulinantes dégoulinant adj f p 0.38 3.99 0.12 0.68 -dégoulinants dégoulinant adj m p 0.38 3.99 0.04 0.74 -dégouline dégouliner ver 1.34 8.38 0.88 2.43 imp:pre:2s;ind:pre:1s;ind:pre:3s; -dégoulinement dégoulinement nom m s 0.01 0.07 0.01 0.00 -dégoulinements dégoulinement nom m p 0.01 0.07 0.00 0.07 -dégoulinent dégouliner ver 1.34 8.38 0.03 0.34 ind:pre:3p; -dégouliner dégouliner ver 1.34 8.38 0.08 0.88 inf; -dégoulines dégouliner ver 1.34 8.38 0.07 0.00 ind:pre:2s; -dégoulinez dégouliner ver 1.34 8.38 0.02 0.00 ind:pre:2p; -dégoulinèrent dégouliner ver 1.34 8.38 0.00 0.07 ind:pas:3p; -dégouliné dégouliner ver m s 1.34 8.38 0.02 0.27 par:pas; -dégoulinures dégoulinure nom f p 0.00 0.07 0.00 0.07 -dégoupille dégoupiller ver 0.28 0.74 0.20 0.14 imp:pre:2s;ind:pre:1s;ind:pre:3s; -dégoupiller dégoupiller ver 0.28 0.74 0.01 0.14 inf; -dégoupillâmes dégoupiller ver 0.28 0.74 0.00 0.07 ind:pas:1p; -dégoupillé dégoupiller ver m s 0.28 0.74 0.01 0.00 par:pas; -dégoupillée dégoupiller ver f s 0.28 0.74 0.05 0.34 par:pas; -dégoupillées dégoupiller ver f p 0.28 0.74 0.01 0.07 par:pas; -dégourdi dégourdi adj m s 0.28 0.88 0.24 0.41 -dégourdie dégourdi adj f s 0.28 0.88 0.02 0.14 -dégourdies dégourdi adj f p 0.28 0.88 0.01 0.14 -dégourdir dégourdir ver 1.65 3.31 1.40 2.43 inf; -dégourdira dégourdir ver 1.65 3.31 0.01 0.00 ind:fut:3s; -dégourdiraient dégourdir ver 1.65 3.31 0.00 0.07 cnd:pre:3p; -dégourdis dégourdir ver m p 1.65 3.31 0.07 0.14 ind:pre:1s;par:pas; -dégourdissais dégourdir ver 1.65 3.31 0.00 0.07 ind:imp:1s; -dégourdissait dégourdir ver 1.65 3.31 0.00 0.07 ind:imp:3s; -dégourdissant dégourdir ver 1.65 3.31 0.00 0.07 par:pre; -dégourdisse dégourdir ver 1.65 3.31 0.00 0.14 sub:pre:1s;sub:pre:3s; -dégourdissions dégourdir ver 1.65 3.31 0.00 0.07 ind:imp:1p; -dégourdit dégourdir ver 1.65 3.31 0.00 0.07 ind:pas:3s; -dégouttaient dégoutter ver 0.12 1.28 0.00 0.14 ind:imp:3p; -dégouttait dégoutter ver 0.12 1.28 0.10 0.54 ind:imp:3s; -dégouttant dégouttant adj m s 0.07 0.34 0.03 0.14 -dégouttante dégouttant adj f s 0.07 0.34 0.01 0.07 -dégouttantes dégouttant adj f p 0.07 0.34 0.03 0.00 -dégouttants dégouttant adj m p 0.07 0.34 0.00 0.14 -dégoutte dégoutter ver 0.12 1.28 0.01 0.07 ind:pre:1s;ind:pre:3s; -dégoutter dégoutter ver 0.12 1.28 0.00 0.14 inf; -dégrada dégrader ver 3.69 4.46 0.21 0.14 ind:pas:3s; -dégradable dégradable adj s 0.01 0.00 0.01 0.00 -dégradaient dégrader ver 3.69 4.46 0.11 0.20 ind:imp:3p; -dégradait dégrader ver 3.69 4.46 0.02 0.68 ind:imp:3s; -dégradant dégradant adj m s 1.67 1.08 1.13 0.20 -dégradante dégradant adj f s 1.67 1.08 0.15 0.47 -dégradantes dégradant adj f p 1.67 1.08 0.20 0.14 -dégradants dégradant adj m p 1.67 1.08 0.20 0.27 -dégradation dégradation nom f s 0.82 2.91 0.73 2.30 -dégradations dégradation nom f p 0.82 2.91 0.10 0.61 -dégrade dégrader ver 3.69 4.46 0.82 0.88 ind:pre:1s;ind:pre:3s; -dégradent dégrader ver 3.69 4.46 0.12 0.41 ind:pre:3p; -dégrader dégrader ver 3.69 4.46 1.00 0.54 inf; -dégrades dégrader ver 3.69 4.46 0.14 0.07 ind:pre:2s; -dégradez dégrader ver 3.69 4.46 0.03 0.00 imp:pre:2p;ind:pre:2p; -dégradé dégrader ver m s 3.69 4.46 0.93 0.47 par:pas; -dégradée dégradé adj f s 0.22 1.15 0.13 0.27 -dégradées dégrader ver f p 3.69 4.46 0.07 0.14 par:pas; -dégradés dégrader ver m p 3.69 4.46 0.04 0.14 par:pas; -dégrafa dégrafer ver 0.59 4.93 0.00 0.68 ind:pas:3s; -dégrafaient dégrafer ver 0.59 4.93 0.00 0.20 ind:imp:3p; -dégrafait dégrafer ver 0.59 4.93 0.00 0.61 ind:imp:3s; -dégrafant dégrafer ver 0.59 4.93 0.01 0.54 par:pre; -dégrafe dégrafer ver 0.59 4.93 0.05 0.47 imp:pre:2s;ind:pre:1s;ind:pre:3s; -dégrafer dégrafer ver 0.59 4.93 0.32 0.95 inf; -dégrafera dégrafer ver 0.59 4.93 0.00 0.07 ind:fut:3s; -dégraferait dégrafer ver 0.59 4.93 0.00 0.07 cnd:pre:3s; -dégrafeur dégrafeur nom m s 0.01 0.00 0.01 0.00 -dégrafez dégrafer ver 0.59 4.93 0.17 0.00 imp:pre:2p; -dégrafât dégrafer ver 0.59 4.93 0.00 0.07 sub:imp:3s; -dégrafé dégrafer ver m s 0.59 4.93 0.02 0.81 par:pas; -dégrafée dégrafer ver f s 0.59 4.93 0.01 0.27 par:pas; -dégrafées dégrafer ver f p 0.59 4.93 0.00 0.14 par:pas; -dégrafés dégrafer ver m p 0.59 4.93 0.00 0.07 par:pas; -dégraissage dégraissage nom m s 0.07 0.00 0.07 0.00 -dégraissant dégraisser ver 0.30 0.41 0.01 0.00 par:pre; -dégraissante dégraissant adj f s 0.01 0.00 0.01 0.00 -dégraisse dégraisser ver 0.30 0.41 0.04 0.14 imp:pre:2s;ind:pre:3s; -dégraissent dégraisser ver 0.30 0.41 0.03 0.00 ind:pre:3p; -dégraisser dégraisser ver 0.30 0.41 0.19 0.07 inf; -dégraissez dégraisser ver 0.30 0.41 0.00 0.07 imp:pre:2p; -dégraissé dégraisser ver m s 0.30 0.41 0.03 0.07 par:pas; -dégraissés dégraisser ver m p 0.30 0.41 0.00 0.07 par:pas; -dégressifs dégressif adj m p 0.01 0.00 0.01 0.00 -dégriffe dégriffer ver 0.03 0.14 0.00 0.07 ind:pre:3s; -dégriffer dégriffer ver 0.03 0.14 0.03 0.00 inf; -dégriffeur dégriffeur nom m s 0.00 0.27 0.00 0.27 -dégriffé dégriffé adj m s 0.02 0.07 0.02 0.00 -dégriffés dégriffé adj m p 0.02 0.07 0.00 0.07 -dégringola dégringoler ver 1.48 12.43 0.02 1.01 ind:pas:3s; -dégringolade dégringolade nom f s 0.13 1.89 0.13 1.82 -dégringolades dégringolade nom f p 0.13 1.89 0.00 0.07 -dégringolai dégringoler ver 1.48 12.43 0.00 0.20 ind:pas:1s; -dégringolaient dégringoler ver 1.48 12.43 0.00 0.54 ind:imp:3p; -dégringolait dégringoler ver 1.48 12.43 0.02 1.62 ind:imp:3s; -dégringolant dégringoler ver 1.48 12.43 0.14 0.74 par:pre; -dégringole dégringoler ver 1.48 12.43 0.58 2.16 ind:pre:1s;ind:pre:3s; -dégringolent dégringoler ver 1.48 12.43 0.05 0.95 ind:pre:3p; -dégringoler dégringoler ver 1.48 12.43 0.38 2.97 inf; -dégringoleraient dégringoler ver 1.48 12.43 0.00 0.07 cnd:pre:3p; -dégringolerais dégringoler ver 1.48 12.43 0.00 0.07 cnd:pre:1s; -dégringoleront dégringoler ver 1.48 12.43 0.00 0.07 ind:fut:3p; -dégringolions dégringoler ver 1.48 12.43 0.00 0.07 ind:imp:1p; -dégringolâmes dégringoler ver 1.48 12.43 0.01 0.07 ind:pas:1p; -dégringolèrent dégringoler ver 1.48 12.43 0.02 0.20 ind:pas:3p; -dégringolé dégringoler ver m s 1.48 12.43 0.26 1.35 par:pas; -dégringolée dégringoler ver f s 1.48 12.43 0.00 0.07 par:pas; -dégringolés dégringoler ver m p 1.48 12.43 0.00 0.27 par:pas; -dégripper dégripper ver 0.00 0.07 0.00 0.07 inf; -dégrisa dégriser ver 0.18 1.55 0.00 0.20 ind:pas:3s; -dégrisait dégriser ver 0.18 1.55 0.00 0.20 ind:imp:3s; -dégrise dégriser ver 0.18 1.55 0.03 0.00 imp:pre:2s;ind:pre:1s; -dégrisement dégrisement nom m s 0.16 0.20 0.16 0.20 -dégriser dégriser ver 0.18 1.55 0.06 0.07 inf; -dégrisât dégriser ver 0.18 1.55 0.00 0.07 sub:imp:3s; -dégrisé dégriser ver m s 0.18 1.55 0.08 0.74 par:pas; -dégrisée dégriser ver f s 0.18 1.55 0.01 0.14 par:pas; -dégrisés dégriser ver m p 0.18 1.55 0.00 0.14 par:pas; -dégrossi dégrossi adj m s 0.30 0.95 0.16 0.20 -dégrossie dégrossi adj f s 0.30 0.95 0.10 0.27 -dégrossies dégrossi adj f p 0.30 0.95 0.00 0.34 -dégrossir dégrossir ver 0.01 0.41 0.01 0.34 inf; -dégrossis dégrossi adj m p 0.30 0.95 0.04 0.14 -dégrossissage dégrossissage nom m s 0.01 0.07 0.01 0.07 -dégrossissant dégrossir ver 0.01 0.41 0.00 0.07 par:pre; -dégrouille dégrouiller ver 0.02 0.47 0.02 0.41 imp:pre:2s;ind:pre:3s; -dégrouiller dégrouiller ver 0.02 0.47 0.00 0.07 inf; -dégrène dégrèner ver 0.00 0.07 0.00 0.07 ind:pre:3s; -dégrèvement dégrèvement nom m s 0.04 0.07 0.04 0.00 -dégrèvements dégrèvement nom m p 0.04 0.07 0.00 0.07 -dégrée dégréer ver 0.01 0.00 0.01 0.00 ind:pre:3s; -dégréner dégréner ver 0.00 0.07 0.00 0.07 inf; -dégèle dégeler ver 0.70 1.15 0.09 0.14 imp:pre:2s;ind:pre:1s;ind:pre:3s; -dégèlent dégeler ver 0.70 1.15 0.04 0.07 ind:pre:3p; -dégèlera dégeler ver 0.70 1.15 0.02 0.00 ind:fut:3s; -dégèlerait dégeler ver 0.70 1.15 0.01 0.00 cnd:pre:3s; -déguenillé déguenillé adj m s 0.16 0.27 0.01 0.07 -déguenillée déguenillé adj f s 0.16 0.27 0.13 0.00 -déguenillées déguenillé adj f p 0.16 0.27 0.01 0.00 -déguenillés déguenillé adj m p 0.16 0.27 0.01 0.20 -déguerpi déguerpir ver m s 3.75 2.43 0.46 0.41 par:pas; -déguerpir déguerpir ver 3.75 2.43 1.62 1.42 inf; -déguerpirent déguerpir ver 3.75 2.43 0.00 0.07 ind:pas:3p; -déguerpis déguerpir ver m p 3.75 2.43 0.65 0.14 imp:pre:2s;ind:pre:1s;ind:pre:2s;par:pas; -déguerpisse déguerpir ver 3.75 2.43 0.03 0.14 sub:pre:1s;sub:pre:3s; -déguerpissent déguerpir ver 3.75 2.43 0.34 0.00 ind:pre:3p; -déguerpissez déguerpir ver 3.75 2.43 0.57 0.14 imp:pre:2p;ind:pre:2p; -déguerpissiez déguerpir ver 3.75 2.43 0.01 0.00 ind:imp:2p; -déguerpissons déguerpir ver 3.75 2.43 0.03 0.00 imp:pre:1p; -déguerpit déguerpir ver 3.75 2.43 0.04 0.14 ind:pre:3s;ind:pas:3s; -dégueu dégueu adj s 3.41 0.88 3.10 0.81 -dégueula dégueuler ver 2.36 3.65 0.00 0.07 ind:pas:3s; -dégueulais dégueuler ver 2.36 3.65 0.02 0.00 ind:imp:1s;ind:imp:2s; -dégueulait dégueuler ver 2.36 3.65 0.03 0.20 ind:imp:3s; -dégueulando dégueulando nom m s 0.00 0.20 0.00 0.20 -dégueulant dégueuler ver 2.36 3.65 0.04 0.00 par:pre; -dégueulasse dégueulasse adj s 19.98 17.30 18.80 14.53 -dégueulassement dégueulassement adv 0.01 0.14 0.01 0.14 -dégueulasser dégueulasser ver 0.34 1.01 0.04 0.34 inf; -dégueulasserie dégueulasserie nom f s 0.00 0.61 0.00 0.47 -dégueulasseries dégueulasserie nom f p 0.00 0.61 0.00 0.14 -dégueulasses dégueulasse adj p 19.98 17.30 1.18 2.77 -dégueulassé dégueulasser ver m s 0.34 1.01 0.11 0.07 par:pas; -dégueulassés dégueulasser ver m p 0.34 1.01 0.00 0.07 par:pas; -dégueule dégueuler ver 2.36 3.65 0.41 0.68 imp:pre:2s;ind:pre:1s;ind:pre:3s; -dégueulent dégueuler ver 2.36 3.65 0.04 0.20 ind:pre:3p; -dégueuler dégueuler ver 2.36 3.65 1.57 1.69 inf; -dégueulera dégueuler ver 2.36 3.65 0.00 0.07 ind:fut:3s; -dégueules dégueuler ver 2.36 3.65 0.01 0.00 ind:pre:2s; -dégueulez dégueuler ver 2.36 3.65 0.01 0.07 ind:pre:2p; -dégueulis dégueulis nom m 0.31 1.15 0.31 1.15 -dégueulé dégueuler ver m s 2.36 3.65 0.24 0.61 par:pas; -dégueulées dégueuler ver f p 2.36 3.65 0.00 0.07 par:pas; -dégueus dégueu adj m p 3.41 0.88 0.31 0.07 -déguisa déguiser ver 14.89 16.96 0.00 0.34 ind:pas:3s; -déguisaient déguiser ver 14.89 16.96 0.02 0.41 ind:imp:3p; -déguisais déguiser ver 14.89 16.96 0.17 0.34 ind:imp:1s;ind:imp:2s; -déguisait déguiser ver 14.89 16.96 0.45 1.42 ind:imp:3s; -déguisant déguiser ver 14.89 16.96 0.17 0.20 par:pre; -déguise déguiser ver 14.89 16.96 0.97 1.49 imp:pre:2s;ind:pre:1s;ind:pre:3s; -déguisement déguisement nom m s 4.98 5.07 3.93 3.65 -déguisements déguisement nom m p 4.98 5.07 1.05 1.42 -déguisent déguiser ver 14.89 16.96 0.34 0.20 ind:pre:3p; -déguiser déguiser ver 14.89 16.96 3.34 2.50 inf; -déguisera déguiser ver 14.89 16.96 0.05 0.14 ind:fut:3s; -déguiserai déguiser ver 14.89 16.96 0.12 0.00 ind:fut:1s; -déguiserais déguiser ver 14.89 16.96 0.02 0.07 cnd:pre:1s; -déguiserait déguiser ver 14.89 16.96 0.03 0.00 cnd:pre:3s; -déguises déguiser ver 14.89 16.96 0.35 0.14 ind:pre:2s; -déguisez déguiser ver 14.89 16.96 0.33 0.14 imp:pre:2p;ind:pre:2p; -déguisiez déguiser ver 14.89 16.96 0.01 0.07 ind:imp:2p; -déguisions déguiser ver 14.89 16.96 0.01 0.07 ind:imp:1p; -déguisé déguiser ver m s 14.89 16.96 5.48 4.66 par:pas; -déguisée déguiser ver f s 14.89 16.96 1.55 2.50 par:pas; -déguisées déguiser ver f p 14.89 16.96 0.12 0.81 par:pas; -déguisés déguiser ver m p 14.89 16.96 1.34 1.49 par:pas; -dégénère dégénérer ver 2.95 2.30 1.26 0.47 imp:pre:2s;ind:pre:3s; -dégénèrent dégénérer ver 2.95 2.30 0.03 0.14 ind:pre:3p; -dégénéra dégénérer ver 2.95 2.30 0.02 0.20 ind:pas:3s; -dégénéraient dégénérer ver 2.95 2.30 0.00 0.14 ind:imp:3p; -dégénérait dégénérer ver 2.95 2.30 0.03 0.14 ind:imp:3s; -dégénérant dégénérer ver 2.95 2.30 0.01 0.07 par:pre; -dégénératif dégénératif adj m s 0.28 0.00 0.05 0.00 -dégénération dégénération nom f s 0.10 0.00 0.10 0.00 -dégénérative dégénératif adj f s 0.28 0.00 0.23 0.00 -dégénérer dégénérer ver 2.95 2.30 0.86 0.61 inf; -dégénérescence dégénérescence nom f s 1.22 1.15 1.22 1.08 -dégénérescences dégénérescence nom f p 1.22 1.15 0.00 0.07 -dégénérât dégénérer ver 2.95 2.30 0.00 0.14 sub:imp:3s; -dégénéré dégénéré nom m s 2.16 0.74 1.36 0.41 -dégénérée dégénéré adj f s 1.77 1.35 0.14 0.27 -dégénérées dégénéré adj f p 1.77 1.35 0.03 0.14 -dégénérés dégénéré nom m p 2.16 0.74 0.77 0.27 -dégurgitant dégurgiter ver 0.00 0.07 0.00 0.07 par:pre; -dégusta déguster ver 2.96 11.96 0.00 0.27 ind:pas:3s; -dégustai déguster ver 2.96 11.96 0.00 0.14 ind:pas:1s; -dégustaient déguster ver 2.96 11.96 0.02 0.41 ind:imp:3p; -dégustais déguster ver 2.96 11.96 0.01 0.54 ind:imp:1s;ind:imp:2s; -dégustait déguster ver 2.96 11.96 0.01 0.95 ind:imp:3s; -dégustant déguster ver 2.96 11.96 0.21 0.88 par:pre; -dégustateur dégustateur nom m s 0.12 0.20 0.02 0.14 -dégustateurs dégustateur nom m p 0.12 0.20 0.00 0.07 -dégustation dégustation nom f s 1.01 1.82 0.84 1.76 -dégustations dégustation nom f p 1.01 1.82 0.17 0.07 -dégustatrice dégustateur nom f s 0.12 0.20 0.10 0.00 -déguste déguster ver 2.96 11.96 0.53 1.76 imp:pre:2s;ind:pre:1s;ind:pre:3s; -dégustent déguster ver 2.96 11.96 0.03 0.27 ind:pre:3p; -déguster déguster ver 2.96 11.96 1.84 3.92 inf; -dégustera déguster ver 2.96 11.96 0.02 0.00 ind:fut:3s; -dégusteras déguster ver 2.96 11.96 0.00 0.07 ind:fut:2s; -dégusterons déguster ver 2.96 11.96 0.01 0.00 ind:fut:1p; -dégustez déguster ver 2.96 11.96 0.04 0.14 imp:pre:2p;ind:pre:2p; -dégustâmes déguster ver 2.96 11.96 0.00 0.07 ind:pas:1p; -dégustons déguster ver 2.96 11.96 0.02 0.14 imp:pre:1p;ind:pre:1p; -dégustèrent déguster ver 2.96 11.96 0.00 0.14 ind:pas:3p; -dégusté déguster ver m s 2.96 11.96 0.23 1.69 par:pas; -dégustée déguster ver f s 2.96 11.96 0.01 0.41 par:pas; -dégustées déguster ver f p 2.96 11.96 0.00 0.14 par:pas; -dégustés déguster ver m p 2.96 11.96 0.00 0.07 par:pas; -déhale déhaler ver 0.00 0.27 0.00 0.07 ind:pre:3s; -déhaler déhaler ver 0.00 0.27 0.00 0.07 inf; -déhalées déhaler ver f p 0.00 0.27 0.00 0.14 par:pas; -déhancha déhancher ver 0.67 1.76 0.00 0.07 ind:pas:3s; -déhanchaient déhancher ver 0.67 1.76 0.01 0.27 ind:imp:3p; -déhanchait déhancher ver 0.67 1.76 0.00 0.41 ind:imp:3s; -déhanchant déhancher ver 0.67 1.76 0.03 0.14 par:pre; -déhanche déhancher ver 0.67 1.76 0.47 0.27 imp:pre:2s;ind:pre:1s;ind:pre:3s; -déhanchement déhanchement nom m s 0.05 1.76 0.04 1.08 -déhanchements déhanchement nom m p 0.05 1.76 0.01 0.68 -déhanchent déhancher ver 0.67 1.76 0.05 0.07 ind:pre:3p; -déhancher déhancher ver 0.67 1.76 0.09 0.07 inf; -déhanchez déhancher ver 0.67 1.76 0.02 0.00 imp:pre:2p; -déhanché déhanché adj m s 0.19 0.74 0.19 0.20 -déhanchée déhanché adj f s 0.19 0.74 0.00 0.41 -déhanchées déhancher ver f p 0.67 1.76 0.00 0.07 par:pas; -déhanchés déhanché adj m p 0.19 0.74 0.00 0.07 -déharnacha déharnacher ver 0.00 0.14 0.00 0.07 ind:pas:3s; -déharnachées déharnacher ver f p 0.00 0.14 0.00 0.07 par:pas; -déhiscence déhiscence nom f s 0.02 0.14 0.02 0.14 -déhotte déhotter ver 0.00 0.68 0.00 0.20 ind:pre:1s;ind:pre:3s; -déhotter déhotter ver 0.00 0.68 0.00 0.20 inf; -déhotté déhotter ver m s 0.00 0.68 0.00 0.20 par:pas; -déhottée déhotter ver f s 0.00 0.68 0.00 0.07 par:pas; -déicide déicide adj m s 0.00 0.14 0.00 0.07 -déicides déicide adj m p 0.00 0.14 0.00 0.07 -déifia déifier ver 0.07 0.34 0.00 0.07 ind:pas:3s; -déification déification nom f s 0.00 0.07 0.00 0.07 -déifier déifier ver 0.07 0.34 0.00 0.14 inf; -déifié déifier ver m s 0.07 0.34 0.04 0.14 par:pas; -déifiés déifier ver m p 0.07 0.34 0.02 0.00 par:pas; -déisme déisme nom m s 0.10 0.00 0.10 0.00 -duit duit nom m s 0.00 0.07 0.00 0.07 -déité déité nom f s 0.12 0.20 0.02 0.00 -déités déité nom f p 0.12 0.20 0.10 0.20 -déjanta déjanter ver 0.86 0.54 0.00 0.07 ind:pas:3s; -déjantait déjanter ver 0.86 0.54 0.01 0.07 ind:imp:3s; -déjante déjanter ver 0.86 0.54 0.09 0.14 ind:pre:1s;ind:pre:3s; -déjantent déjanter ver 0.86 0.54 0.01 0.00 ind:pre:3p; -déjanter déjanter ver 0.86 0.54 0.09 0.14 inf; -déjanterais déjanter ver 0.86 0.54 0.01 0.00 cnd:pre:1s; -déjantes déjanter ver 0.86 0.54 0.20 0.07 ind:pre:2s; -déjanté déjanté adj s 0.58 0.20 0.43 0.20 -déjantée déjanter ver f s 0.86 0.54 0.21 0.07 par:pas; -déjantés déjanté adj m p 0.58 0.20 0.15 0.00 -déjaugeant déjauger ver 0.00 0.07 0.00 0.07 par:pre; -déjection déjection nom f s 0.16 2.36 0.00 0.27 -déjections déjection nom f p 0.16 2.36 0.16 2.09 -déjetait déjeter ver 0.00 0.41 0.00 0.14 ind:imp:3s; -déjeté déjeté adj m s 0.00 0.47 0.00 0.41 -déjetée déjeter ver f s 0.00 0.41 0.00 0.20 par:pas; -déjetés déjeté adj m p 0.00 0.47 0.00 0.07 -déjeuna déjeuner ver 35.43 36.01 0.01 0.54 ind:pas:3s; -déjeunai déjeuner ver 35.43 36.01 0.01 0.47 ind:pas:1s; -déjeunaient déjeuner ver 35.43 36.01 0.03 0.88 ind:imp:3p; -déjeunais déjeuner ver 35.43 36.01 0.39 0.74 ind:imp:1s;ind:imp:2s; -déjeunait déjeuner ver 35.43 36.01 0.65 1.89 ind:imp:3s; -déjeunant déjeuner ver 35.43 36.01 0.31 0.68 par:pre; -déjeune déjeuner ver 35.43 36.01 5.34 2.97 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -déjeunent déjeuner ver 35.43 36.01 0.20 0.20 ind:pre:3p; -déjeuner déjeuner nom m s 51.34 59.66 50.32 56.01 -déjeunera déjeuner ver 35.43 36.01 0.46 0.34 ind:fut:3s; -déjeunerai déjeuner ver 35.43 36.01 0.20 0.27 ind:fut:1s; -déjeuneraient déjeuner ver 35.43 36.01 0.00 0.14 cnd:pre:3p; -déjeunerait déjeuner ver 35.43 36.01 0.02 0.20 cnd:pre:3s; -déjeuneras déjeuner ver 35.43 36.01 0.02 0.14 ind:fut:2s; -déjeunerez déjeuner ver 35.43 36.01 0.09 0.07 ind:fut:2p; -déjeunerions déjeuner ver 35.43 36.01 0.00 0.14 cnd:pre:1p; -déjeunerons déjeuner ver 35.43 36.01 0.06 0.20 ind:fut:1p; -déjeuners déjeuner nom m p 51.34 59.66 1.02 3.65 -déjeunes déjeuner ver 35.43 36.01 1.23 0.20 ind:pre:2s;sub:pre:2s; -déjeunez déjeuner ver 35.43 36.01 0.63 0.41 imp:pre:2p;ind:pre:2p; -déjeuniez déjeuner ver 35.43 36.01 0.06 0.07 ind:imp:2p; -déjeunions déjeuner ver 35.43 36.01 0.06 1.62 ind:imp:1p; -déjeunâmes déjeuner ver 35.43 36.01 0.00 0.27 ind:pas:1p; -déjeunons déjeuner ver 35.43 36.01 0.93 0.81 imp:pre:1p;ind:pre:1p; -déjeunât déjeuner ver 35.43 36.01 0.00 0.07 sub:imp:3s; -déjeunèrent déjeuner ver 35.43 36.01 0.00 0.95 ind:pas:3p; -déjeuné déjeuner ver m s 35.43 36.01 4.75 4.73 par:pas; -déjà_vu déjà_vu nom m 0.01 0.34 0.01 0.34 -déjà déjà ono 10.84 3.31 10.84 3.31 -déjoua déjouer ver 3.58 4.39 0.01 0.07 ind:pas:3s; -déjouait déjouer ver 3.58 4.39 0.00 0.07 ind:imp:3s; -déjouant déjouer ver 3.58 4.39 0.16 0.20 par:pre; -déjoue déjouer ver 3.58 4.39 0.40 0.47 imp:pre:2s;ind:pre:1s;ind:pre:3s; -déjouent déjouer ver 3.58 4.39 0.01 0.07 ind:pre:3p; -déjouer déjouer ver 3.58 4.39 1.80 2.36 inf; -déjouerai déjouer ver 3.58 4.39 0.02 0.00 ind:fut:1s; -déjouerez déjouer ver 3.58 4.39 0.01 0.00 ind:fut:2p; -déjouerions déjouer ver 3.58 4.39 0.00 0.07 cnd:pre:1p; -déjouez déjouer ver 3.58 4.39 0.01 0.07 imp:pre:2p;ind:pre:2p; -déjouons déjouer ver 3.58 4.39 0.10 0.00 imp:pre:1p; -déjoué déjouer ver m s 3.58 4.39 0.99 0.61 par:pas; -déjouée déjouer ver f s 3.58 4.39 0.03 0.20 par:pas; -déjouées déjouer ver f p 3.58 4.39 0.00 0.20 par:pas; -déjoués déjouer ver m p 3.58 4.39 0.04 0.00 par:pas; -déjuchaient déjucher ver 0.00 0.07 0.00 0.07 ind:imp:3p; -déjuger déjuger ver 0.02 0.07 0.02 0.00 inf; -déjugé déjuger ver m s 0.02 0.07 0.00 0.07 par:pas; -dékoulakisation dékoulakisation nom f s 0.00 0.07 0.00 0.07 -délabre délabrer ver 0.37 1.49 0.02 0.07 ind:pre:1s;ind:pre:3s; -délabrement délabrement nom m s 0.05 1.62 0.05 1.62 -délabrer délabrer ver 0.37 1.49 0.03 0.07 inf; -délabré délabrer ver m s 0.37 1.49 0.24 0.68 par:pas; -délabrée délabré adj f s 0.50 4.59 0.22 1.55 -délabrées délabré ver f p 0.14 0.00 0.14 0.00 par:pas; -délabrés délabré adj m p 0.50 4.59 0.05 0.41 -délabyrinthez délabyrinther ver 0.01 0.00 0.01 0.00 imp:pre:2p; -délace délacer ver 0.04 1.22 0.01 0.20 imp:pre:2s;ind:pre:3s; -délacer délacer ver 0.04 1.22 0.00 0.14 inf; -délacèrent délacer ver 0.04 1.22 0.00 0.07 ind:pas:3p; -délacé délacer ver m s 0.04 1.22 0.02 0.20 par:pas; -délacées délacer ver f p 0.04 1.22 0.01 0.07 par:pas; -délai délai nom m s 11.04 18.85 8.94 14.59 -délaie délayer ver 0.06 2.84 0.03 0.07 ind:pre:3s; -délais délai nom m p 11.04 18.85 2.10 4.26 -délaissa délaisser ver 2.30 7.77 0.10 0.68 ind:pas:3s; -délaissaient délaisser ver 2.30 7.77 0.02 0.27 ind:imp:3p; -délaissais délaisser ver 2.30 7.77 0.11 0.14 ind:imp:1s;ind:imp:2s; -délaissait délaisser ver 2.30 7.77 0.17 0.41 ind:imp:3s; -délaissant délaisser ver 2.30 7.77 0.25 1.76 par:pre; -délaisse délaisser ver 2.30 7.77 0.61 0.54 imp:pre:2s;ind:pre:1s;ind:pre:3s; -délaissement délaissement nom m s 0.00 0.68 0.00 0.61 -délaissements délaissement nom m p 0.00 0.68 0.00 0.07 -délaissent délaisser ver 2.30 7.77 0.01 0.14 ind:pre:3p; -délaisser délaisser ver 2.30 7.77 0.28 1.01 inf; -délaisserait délaisser ver 2.30 7.77 0.01 0.07 cnd:pre:3s; -délaisses délaisser ver 2.30 7.77 0.03 0.07 ind:pre:2s; -délaissions délaisser ver 2.30 7.77 0.00 0.20 ind:imp:1p; -délaissèrent délaisser ver 2.30 7.77 0.00 0.14 ind:pas:3p; -délaissé délaisser ver m s 2.30 7.77 0.50 1.28 par:pas; -délaissée délaissé adj f s 0.56 2.64 0.19 1.42 -délaissées délaissé adj f p 0.56 2.64 0.15 0.20 -délaissés délaissé adj m p 0.56 2.64 0.14 0.41 -délaita délaiter ver 0.00 0.27 0.00 0.07 ind:pas:3s; -délaite délaiter ver 0.00 0.27 0.00 0.20 ind:pre:3s; -délardant délarder ver 0.00 0.07 0.00 0.07 par:pre; -délassa délasser ver 0.20 1.42 0.00 0.07 ind:pas:3s; -délassait délasser ver 0.20 1.42 0.01 0.14 ind:imp:3s; -délassant délassant adj m s 0.02 0.20 0.02 0.07 -délassante délassant adj f s 0.02 0.20 0.00 0.14 -délasse délasser ver 0.20 1.42 0.14 0.41 imp:pre:2s;ind:pre:1s;ind:pre:3s; -délassement délassement nom m s 0.16 0.47 0.16 0.47 -délasser délasser ver 0.20 1.42 0.04 0.54 inf; -délassera délasser ver 0.20 1.42 0.01 0.07 ind:fut:3s; -délasseront délasser ver 0.20 1.42 0.00 0.14 ind:fut:3p; -délassés délasser ver m p 0.20 1.42 0.00 0.07 par:pas; -délateur délateur nom m s 0.36 0.88 0.20 0.34 -délateurs délateur nom m p 0.36 0.88 0.17 0.47 -délaça délacer ver 0.04 1.22 0.00 0.14 ind:pas:3s; -délaçais délacer ver 0.04 1.22 0.00 0.07 ind:imp:1s; -délaçait délacer ver 0.04 1.22 0.00 0.20 ind:imp:3s; -délaçant délacer ver 0.04 1.22 0.00 0.14 par:pre; -délation délation nom f s 0.26 1.55 0.26 1.28 -délations délation nom f p 0.26 1.55 0.00 0.27 -délatrice délateur nom f s 0.36 0.88 0.00 0.07 -délavait délaver ver 0.04 2.23 0.00 0.07 ind:imp:3s; -délavant délaver ver 0.04 2.23 0.00 0.07 par:pre; -délave délaver ver 0.04 2.23 0.00 0.07 ind:pre:3s; -délavent délaver ver 0.04 2.23 0.00 0.07 ind:pre:3p; -délaver délaver ver 0.04 2.23 0.00 0.07 inf; -délavé délavé adj m s 0.39 4.86 0.23 2.36 -délavée délavé adj f s 0.39 4.86 0.01 0.74 -délavées délavé adj f p 0.39 4.86 0.14 0.54 -délavés délavé adj m p 0.39 4.86 0.01 1.22 -délaya délayer ver 0.06 2.84 0.00 0.14 ind:pas:3s; -délayage délayage nom m s 0.01 0.20 0.01 0.20 -délayait délayer ver 0.06 2.84 0.00 0.14 ind:imp:3s; -délayant délayer ver 0.06 2.84 0.00 0.41 par:pre; -délaye délayer ver 0.06 2.84 0.00 0.27 ind:pre:3s; -délayent délayer ver 0.06 2.84 0.00 0.07 ind:pre:3p; -délayer délayer ver 0.06 2.84 0.03 0.47 inf; -délayé délayer ver m s 0.06 2.84 0.00 0.54 par:pas; -délayée délayé adj f s 0.01 0.20 0.01 0.14 -délayés délayer ver m p 0.06 2.84 0.00 0.34 par:pas; -dulcifiant dulcifier ver 0.00 0.14 0.00 0.14 par:pre; -dulcinée dulcinée nom f s 0.42 0.47 0.42 0.47 -délectable délectable adj s 0.70 2.16 0.56 1.55 -délectables délectable adj p 0.70 2.16 0.14 0.61 -délectai délecter ver 0.85 3.58 0.00 0.07 ind:pas:1s; -délectaient délecter ver 0.85 3.58 0.01 0.14 ind:imp:3p; -délectais délecter ver 0.85 3.58 0.03 0.14 ind:imp:1s; -délectait délecter ver 0.85 3.58 0.03 1.42 ind:imp:3s; -délectant délecter ver 0.85 3.58 0.02 0.14 par:pre; -délectation délectation nom f s 0.07 3.38 0.07 3.24 -délectations délectation nom f p 0.07 3.38 0.00 0.14 -délecte délecter ver 0.85 3.58 0.21 0.68 imp:pre:2s;ind:pre:1s;ind:pre:3s; -délectent délecter ver 0.85 3.58 0.16 0.14 ind:pre:3p; -délecter délecter ver 0.85 3.58 0.21 0.47 inf; -délectes délecter ver 0.85 3.58 0.03 0.07 ind:pre:2s; -délectez délecter ver 0.85 3.58 0.01 0.00 ind:pre:2p; -délections délecter ver 0.85 3.58 0.00 0.07 ind:imp:1p; -délectât délecter ver 0.85 3.58 0.00 0.07 sub:imp:3s; -délecté délecter ver m s 0.85 3.58 0.14 0.20 par:pas; -délestage délestage nom m s 0.02 0.14 0.02 0.14 -délestant délester ver 0.35 3.04 0.10 0.07 par:pre; -déleste délester ver 0.35 3.04 0.02 0.14 imp:pre:2s;ind:pre:1s;ind:pre:3s; -délester délester ver 0.35 3.04 0.15 0.54 inf; -délestons délester ver 0.35 3.04 0.01 0.00 imp:pre:1p; -délestèrent délester ver 0.35 3.04 0.00 0.07 ind:pas:3p; -délesté délester ver m s 0.35 3.04 0.05 1.15 par:pas; -délestée délester ver f s 0.35 3.04 0.02 0.61 par:pas; -délestées délester ver f p 0.35 3.04 0.00 0.14 par:pas; -délestés délester ver m p 0.35 3.04 0.00 0.34 par:pas; -délia délier ver 2.55 4.86 0.88 0.27 ind:pas:3s; -déliaient délier ver 2.55 4.86 0.00 0.14 ind:imp:3p; -déliait délier ver 2.55 4.86 0.01 0.41 ind:imp:3s; -déliant délier ver 2.55 4.86 0.00 0.27 par:pre; -délibère délibérer ver 2.44 3.78 0.27 0.07 ind:pre:1s;ind:pre:3s; -délibèrent délibérer ver 2.44 3.78 0.04 0.14 ind:pre:3p; -délibéra délibérer ver 2.44 3.78 0.02 0.07 ind:pas:3s; -délibéraient délibérer ver 2.44 3.78 0.00 0.14 ind:imp:3p; -délibérait délibérer ver 2.44 3.78 0.00 0.27 ind:imp:3s; -délibérant délibérer ver 2.44 3.78 0.00 0.07 par:pre; -délibération délibération nom f s 1.17 1.89 0.69 0.81 -délibérations délibération nom f p 1.17 1.89 0.48 1.08 -délibérative délibératif adj f s 0.00 0.14 0.00 0.14 -délibératoire délibératoire adj s 0.01 0.00 0.01 0.00 -délibérer délibérer ver 2.44 3.78 0.74 0.81 inf; -délibérera délibérer ver 2.44 3.78 0.04 0.07 ind:fut:3s; -délibéreraient délibérer ver 2.44 3.78 0.00 0.14 cnd:pre:3p; -délibérions délibérer ver 2.44 3.78 0.00 0.07 ind:imp:1p; -délibérèrent délibérer ver 2.44 3.78 0.00 0.07 ind:pas:3p; -délibéré délibérer ver m s 2.44 3.78 1.18 0.74 par:pas; -délibérée délibéré adj f s 0.76 2.70 0.19 1.08 -délibérées délibéré adj f p 0.76 2.70 0.01 0.20 -délibérément délibérément adv 3.11 5.47 3.11 5.47 -délibérés délibéré adj m p 0.76 2.70 0.04 0.07 -délicat délicat adj m s 22.52 37.03 9.60 13.72 -délicate délicat adj f s 22.52 37.03 9.26 12.50 -délicatement délicatement adv 1.48 10.34 1.48 10.34 -délicates délicat adj f p 22.52 37.03 2.31 5.27 -délicatesse délicatesse nom f s 3.37 13.58 3.34 11.96 -délicatesses délicatesse nom f p 3.37 13.58 0.02 1.62 -délicats délicat adj m p 22.52 37.03 1.35 5.54 -délice délice nom m s 6.17 19.73 3.75 4.26 -délices délice nom f p 6.17 19.73 2.42 15.47 -délicieuse délicieux adj f s 29.22 28.65 6.56 10.74 -délicieusement délicieusement adv 0.52 5.27 0.52 5.27 -délicieuses délicieux adj f p 29.22 28.65 2.04 2.84 -délicieux délicieux adj m 29.22 28.65 20.62 15.07 -délictuelle délictuel adj f s 0.01 0.00 0.01 0.00 -délictueuse délictueux adj f s 0.12 0.41 0.09 0.00 -délictueuses délictueux adj f p 0.12 0.41 0.00 0.34 -délictueux délictueux adj m 0.12 0.41 0.03 0.07 -délie délier ver 2.55 4.86 0.68 0.47 imp:pre:2s;ind:pre:1s;ind:pre:3s; -délient délier ver 2.55 4.86 0.04 0.07 ind:pre:3p; -délier délier ver 2.55 4.86 0.23 1.22 inf; -délieraient délier ver 2.55 4.86 0.01 0.07 cnd:pre:3p; -délieras délier ver 2.55 4.86 0.14 0.07 ind:fut:2s; -déliez délier ver 2.55 4.86 0.17 0.00 imp:pre:2p;ind:pre:2p; -délimitaient délimiter ver 0.38 5.54 0.00 0.74 ind:imp:3p; -délimitais délimiter ver 0.38 5.54 0.00 0.07 ind:imp:1s; -délimitait délimiter ver 0.38 5.54 0.00 0.41 ind:imp:3s; -délimitant délimiter ver 0.38 5.54 0.01 0.61 par:pre; -délimitation délimitation nom f s 0.00 0.34 0.00 0.27 -délimitations délimitation nom f p 0.00 0.34 0.00 0.07 -délimite délimiter ver 0.38 5.54 0.14 0.20 imp:pre:2s;ind:pre:3s; -délimitent délimiter ver 0.38 5.54 0.02 0.47 ind:pre:3p; -délimiter délimiter ver 0.38 5.54 0.07 0.41 inf; -délimitez délimiter ver 0.38 5.54 0.03 0.00 imp:pre:2p;ind:pre:2p; -délimitions délimiter ver 0.38 5.54 0.00 0.07 ind:imp:1p; -délimitons délimiter ver 0.38 5.54 0.01 0.00 ind:pre:1p; -délimité délimiter ver m s 0.38 5.54 0.03 1.15 par:pas; -délimitée délimiter ver f s 0.38 5.54 0.05 0.68 par:pas; -délimitées délimiter ver f p 0.38 5.54 0.00 0.41 par:pas; -délimités délimiter ver m p 0.38 5.54 0.01 0.34 par:pas; -délinquance délinquance nom f s 1.54 1.42 1.54 1.35 -délinquances délinquance nom f p 1.54 1.42 0.00 0.07 -délinquant délinquant nom m s 4.16 1.89 1.97 0.88 -délinquante délinquant adj f s 0.86 0.61 0.15 0.27 -délinquantes délinquant nom f p 4.16 1.89 0.03 0.07 -délinquants délinquant nom m p 4.16 1.89 2.07 0.81 -délinéaments délinéament nom m p 0.00 0.07 0.00 0.07 -déliquescence déliquescence nom f s 0.16 0.14 0.16 0.14 -déliquescent déliquescent adj m s 0.02 0.41 0.02 0.07 -déliquescente déliquescent adj f s 0.02 0.41 0.00 0.27 -déliquescents déliquescent adj m p 0.02 0.41 0.00 0.07 -délira délirer ver 13.73 7.23 0.02 0.07 ind:pas:3s; -délirai délirer ver 13.73 7.23 0.00 0.07 ind:pas:1s; -déliraient délirer ver 13.73 7.23 0.01 0.20 ind:imp:3p; -délirais délirer ver 13.73 7.23 0.44 0.47 ind:imp:1s;ind:imp:2s; -délirait délirer ver 13.73 7.23 1.17 1.08 ind:imp:3s; -délirant délirant adj m s 3.05 5.61 1.36 1.28 -délirante délirant adj f s 3.05 5.61 0.83 2.30 -délirantes délirant adj f p 3.05 5.61 0.11 0.95 -délirants délirant adj m p 3.05 5.61 0.75 1.08 -délirassent délirer ver 13.73 7.23 0.00 0.07 sub:imp:3p; -délire délire nom m s 13.20 19.80 10.93 16.62 -délirent délirer ver 13.73 7.23 0.17 0.07 ind:pre:3p; -délirer délirer ver 13.73 7.23 1.94 2.23 inf; -délireras délirer ver 13.73 7.23 0.01 0.00 ind:fut:2s; -délires délirer ver 13.73 7.23 4.81 0.27 ind:pre:2s; -délirez délirer ver 13.73 7.23 0.94 0.27 imp:pre:2p;ind:pre:2p; -déliriez délirer ver 13.73 7.23 0.11 0.00 ind:imp:2p; -déliré délirer ver m s 13.73 7.23 0.45 0.27 par:pas; -délit délit nom m s 13.52 7.97 11.35 6.35 -délitaient déliter ver 0.11 0.68 0.00 0.07 ind:imp:3p; -délite déliter ver 0.11 0.68 0.01 0.20 ind:pre:3s; -délitent déliter ver 0.11 0.68 0.00 0.14 ind:pre:3p; -déliteront déliter ver 0.11 0.68 0.00 0.07 ind:fut:3p; -délièrent délier ver 2.55 4.86 0.00 0.07 ind:pas:3p; -délits délit nom m p 13.52 7.97 2.17 1.62 -délité déliter ver m s 0.11 0.68 0.10 0.00 par:pas; -délitée déliter ver f s 0.11 0.68 0.00 0.07 par:pas; -délitées déliter ver f p 0.11 0.68 0.00 0.14 par:pas; -délié délier ver m s 2.55 4.86 0.14 0.41 par:pas; -déliée délier ver f s 2.55 4.86 0.12 0.68 par:pas; -déliées délié adj f p 0.04 2.36 0.01 0.68 -déliés délier ver m p 2.55 4.86 0.14 0.34 par:pas; -délivra délivrer ver 14.45 31.15 0.00 0.74 ind:pas:3s; -délivraient délivrer ver 14.45 31.15 0.03 0.61 ind:imp:3p; -délivrais délivrer ver 14.45 31.15 0.01 0.07 ind:imp:1s; -délivrait délivrer ver 14.45 31.15 0.01 2.50 ind:imp:3s; -délivrance délivrance nom f s 1.94 5.74 1.94 5.68 -délivrances délivrance nom f p 1.94 5.74 0.00 0.07 -délivrant délivrer ver 14.45 31.15 0.04 0.20 par:pre; -délivre délivrer ver 14.45 31.15 4.37 2.16 imp:pre:2s;ind:pre:1s;ind:pre:3s; -délivrent délivrer ver 14.45 31.15 0.25 0.68 ind:pre:3p; -délivrer délivrer ver 14.45 31.15 4.76 7.91 ind:pre:2p;inf; -délivrera délivrer ver 14.45 31.15 0.60 0.68 ind:fut:3s; -délivrerai délivrer ver 14.45 31.15 0.46 0.00 ind:fut:1s; -délivreraient délivrer ver 14.45 31.15 0.00 0.07 cnd:pre:3p; -délivrerais délivrer ver 14.45 31.15 0.01 0.00 cnd:pre:1s; -délivrerait délivrer ver 14.45 31.15 0.05 1.08 cnd:pre:3s; -délivreras délivrer ver 14.45 31.15 0.12 0.00 ind:fut:2s; -délivrerez délivrer ver 14.45 31.15 0.01 0.00 ind:fut:2p; -délivrerons délivrer ver 14.45 31.15 0.00 0.07 ind:fut:1p; -délivreront délivrer ver 14.45 31.15 0.03 0.00 ind:fut:3p; -délivreurs délivreur nom m p 0.00 0.07 0.00 0.07 -délivrez délivrer ver 14.45 31.15 0.94 0.41 imp:pre:2p;ind:pre:2p; -délivriez délivrer ver 14.45 31.15 0.02 0.00 ind:imp:2p; -délivrions délivrer ver 14.45 31.15 0.01 0.00 ind:imp:1p; -délivrons délivrer ver 14.45 31.15 0.16 0.00 imp:pre:1p;ind:pre:1p; -délivrât délivrer ver 14.45 31.15 0.00 0.14 sub:imp:3s; -délivrèrent délivrer ver 14.45 31.15 0.00 0.07 ind:pas:3p; -délivré délivrer ver m s 14.45 31.15 1.14 7.97 par:pas; -délivrée délivrer ver f s 14.45 31.15 0.52 3.99 par:pas; -délivrées délivrer ver f p 14.45 31.15 0.07 0.34 par:pas; -délivrés délivrer ver m p 14.45 31.15 0.84 1.49 par:pas; -délocalisation délocalisation nom f s 0.06 0.00 0.06 0.00 -délocaliser délocaliser ver 0.09 0.00 0.06 0.00 inf; -délocalisez délocaliser ver 0.09 0.00 0.01 0.00 imp:pre:2p; -délocalisé délocaliser ver m s 0.09 0.00 0.02 0.00 par:pas; -déloge déloger ver 1.94 3.45 0.18 0.14 imp:pre:2s;ind:pre:3s; -délogea déloger ver 1.94 3.45 0.00 0.14 ind:pas:3s; -délogeait déloger ver 1.94 3.45 0.00 0.14 ind:imp:3s; -délogeât déloger ver 1.94 3.45 0.00 0.14 sub:imp:3s; -déloger déloger ver 1.94 3.45 1.17 1.89 inf; -délogera déloger ver 1.94 3.45 0.02 0.14 ind:fut:3s; -délogerait déloger ver 1.94 3.45 0.02 0.00 cnd:pre:3s; -délogerons déloger ver 1.94 3.45 0.00 0.07 ind:fut:1p; -délogez déloger ver 1.94 3.45 0.05 0.00 imp:pre:2p; -délogé déloger ver m s 1.94 3.45 0.20 0.34 par:pas; -délogée déloger ver f s 1.94 3.45 0.01 0.27 par:pas; -délogés déloger ver m p 1.94 3.45 0.29 0.20 par:pas; -déloquaient déloquer ver 0.05 1.69 0.00 0.07 ind:imp:3p; -déloque déloquer ver 0.05 1.69 0.01 0.74 imp:pre:2s;ind:pre:1s;ind:pre:3s; -déloquer déloquer ver 0.05 1.69 0.04 0.54 inf; -déloques déloquer ver 0.05 1.69 0.00 0.14 ind:pre:2s; -déloqué déloquer ver m s 0.05 1.69 0.00 0.07 par:pas; -déloquées déloquer ver f p 0.05 1.69 0.00 0.07 par:pas; -déloqués déloquer ver m p 0.05 1.69 0.00 0.07 par:pas; -délourdant délourder ver 0.00 0.20 0.00 0.07 par:pre; -délourder délourder ver 0.00 0.20 0.00 0.14 inf; -déloyal déloyal adj m s 1.41 0.54 0.81 0.47 -déloyale déloyal adj f s 1.41 0.54 0.54 0.07 -déloyalement déloyalement adv 0.02 0.14 0.02 0.14 -déloyauté déloyauté nom f s 0.26 0.34 0.26 0.27 -déloyautés déloyauté nom f p 0.26 0.34 0.00 0.07 -déloyaux déloyal adj m p 1.41 0.54 0.06 0.00 -délègue déléguer ver 1.90 6.62 0.21 0.54 imp:pre:2s;ind:pre:1s;ind:pre:3s; -délégation délégation nom f s 3.49 12.77 3.11 10.68 -délégations délégation nom f p 3.49 12.77 0.39 2.09 -déluge déluge nom m s 2.53 8.58 2.51 8.18 -déluges déluge nom m p 2.53 8.58 0.03 0.41 -délégua déléguer ver 1.90 6.62 0.00 0.41 ind:pas:3s; -déléguaient déléguer ver 1.90 6.62 0.00 0.14 ind:imp:3p; -déléguait déléguer ver 1.90 6.62 0.01 0.74 ind:imp:3s; -déléguant déléguer ver 1.90 6.62 0.00 0.20 par:pre; -déléguer déléguer ver 1.90 6.62 0.52 0.95 inf; -déléguerai déléguer ver 1.90 6.62 0.04 0.00 ind:fut:1s; -délégueraient déléguer ver 1.90 6.62 0.00 0.07 cnd:pre:3p; -déléguez déléguer ver 1.90 6.62 0.04 0.14 imp:pre:2p;ind:pre:2p; -déléguiez déléguer ver 1.90 6.62 0.00 0.07 ind:imp:2p; -déléguons déléguer ver 1.90 6.62 0.01 0.00 ind:pre:1p; -déléguât déléguer ver 1.90 6.62 0.00 0.07 sub:imp:3s; -délégué_général délégué_général adj m s 0.00 0.14 0.00 0.14 -délégué_général délégué_général nom m s 0.00 0.14 0.00 0.14 -délégué délégué nom m s 3.96 12.16 1.83 7.09 -déléguée délégué nom f s 3.96 12.16 0.57 0.27 -délégués délégué nom m p 3.96 12.16 1.56 4.80 -déluré déluré adj m s 0.36 0.81 0.16 0.41 -délurée déluré adj f s 0.36 0.81 0.18 0.34 -délurées délurer ver f p 0.11 0.34 0.05 0.07 par:pas; -délustrer délustrer ver 0.00 0.07 0.00 0.07 inf; -délétère délétère adj s 0.00 1.01 0.00 0.68 -délétères délétère adj p 0.00 1.01 0.00 0.34 -dum_dum dum_dum adj 0.20 0.27 0.20 0.27 -démagnétiser démagnétiser ver 0.12 0.07 0.04 0.00 inf; -démagnétisé démagnétiser ver m s 0.12 0.07 0.05 0.00 par:pas; -démagnétisée démagnétiser ver f s 0.12 0.07 0.02 0.07 par:pas; -démago démago adj f s 0.03 0.00 0.03 0.00 -démagogie démagogie nom f s 0.47 1.35 0.47 1.35 -démagogique démagogique adj f s 0.14 0.47 0.14 0.34 -démagogiques démagogique adj m p 0.14 0.47 0.00 0.14 -démagogue démagogue adj s 0.22 0.07 0.21 0.07 -démagogues démagogue nom p 0.29 0.54 0.13 0.34 -démaille démailler ver 0.00 0.20 0.00 0.07 ind:pre:3s; -démailler démailler ver 0.00 0.20 0.00 0.07 inf; -démailloter démailloter ver 0.00 0.34 0.00 0.20 inf; -démailloté démailloter ver m s 0.00 0.34 0.00 0.14 par:pas; -démaillée démailler ver f s 0.00 0.20 0.00 0.07 par:pas; -démanche démancher ver 0.00 0.20 0.00 0.07 ind:pre:3s; -démancher démancher ver 0.00 0.20 0.00 0.07 inf; -démanché démancher ver m s 0.00 0.20 0.00 0.07 par:pas; -démange démanger ver 3.10 3.51 2.38 1.42 imp:pre:2s;ind:pre:1s;ind:pre:3s; -démangeaient démanger ver 3.10 3.51 0.00 0.14 ind:imp:3p; -démangeais démanger ver 3.10 3.51 0.01 0.07 ind:imp:1s; -démangeaison démangeaison nom f s 1.05 2.30 0.39 1.08 -démangeaisons démangeaison nom f p 1.05 2.30 0.66 1.22 -démangeait démanger ver 3.10 3.51 0.29 1.42 ind:imp:3s; -démangent démanger ver 3.10 3.51 0.28 0.20 ind:pre:3p; -démanger démanger ver 3.10 3.51 0.13 0.07 inf; -démangé démanger ver m s 3.10 3.51 0.01 0.14 par:pas; -démangés démanger ver m p 3.10 3.51 0.00 0.07 par:pas; -démanteler démanteler ver 1.83 1.62 0.68 0.34 inf; -démantelez démanteler ver 1.83 1.62 0.04 0.00 imp:pre:2p; -démantelons démanteler ver 1.83 1.62 0.01 0.00 ind:pre:1p; -démantelé démanteler ver m s 1.83 1.62 0.68 0.27 par:pas; -démantelée démanteler ver f s 1.83 1.62 0.03 0.20 par:pas; -démantelées démanteler ver f p 1.83 1.62 0.30 0.34 par:pas; -démantelés démanteler ver m p 1.83 1.62 0.01 0.34 par:pas; -démantibulant démantibuler ver 0.04 1.76 0.00 0.07 par:pre; -démantibule démantibuler ver 0.04 1.76 0.02 0.07 ind:pre:1s;ind:pre:3s; -démantibulent démantibuler ver 0.04 1.76 0.00 0.07 ind:pre:3p; -démantibuler démantibuler ver 0.04 1.76 0.01 0.20 inf; -démantibulé démantibuler ver m s 0.04 1.76 0.01 0.47 par:pas; -démantibulée démantibuler ver f s 0.04 1.76 0.00 0.27 par:pas; -démantibulées démantibuler ver f p 0.04 1.76 0.00 0.27 par:pas; -démantibulés démantibuler ver m p 0.04 1.76 0.00 0.34 par:pas; -démantèle démanteler ver 1.83 1.62 0.08 0.00 imp:pre:2s;ind:pre:1s;ind:pre:3s; -démantèlement démantèlement nom m s 0.14 0.41 0.14 0.34 -démantèlements démantèlement nom m p 0.14 0.41 0.00 0.07 -démantèlent démanteler ver 1.83 1.62 0.00 0.14 ind:pre:3p; -démaquillage démaquillage nom m s 0.01 0.14 0.01 0.14 -démaquillaient démaquiller ver 0.55 1.49 0.00 0.07 ind:imp:3p; -démaquillais démaquiller ver 0.55 1.49 0.00 0.07 ind:imp:1s; -démaquillait démaquiller ver 0.55 1.49 0.00 0.27 ind:imp:3s; -démaquillant démaquillant nom m s 0.04 0.41 0.04 0.41 -démaquillante démaquillant adj f s 0.04 0.07 0.04 0.00 -démaquille démaquiller ver 0.55 1.49 0.16 0.14 imp:pre:2s;ind:pre:1s;ind:pre:3s; -démaquiller démaquiller ver 0.55 1.49 0.25 0.47 inf; -démaquillerai démaquiller ver 0.55 1.49 0.10 0.00 ind:fut:1s; -démaquillé démaquiller ver m s 0.55 1.49 0.02 0.34 par:pas; -démaquillée démaquiller ver f s 0.55 1.49 0.01 0.14 par:pas; -démarcation démarcation nom f s 0.29 1.76 0.29 1.76 -démarcha démarcher ver 0.13 0.27 0.01 0.14 ind:pas:3s; -démarchage démarchage nom m s 0.06 0.07 0.06 0.07 -démarchait démarcher ver 0.13 0.27 0.01 0.07 ind:imp:3s; -démarche démarche nom f s 5.69 32.91 3.96 25.07 -démarcher démarcher ver 0.13 0.27 0.05 0.00 inf; -démarches démarche nom f p 5.69 32.91 1.73 7.84 -démarcheur démarcheur nom m s 0.04 1.15 0.02 0.74 -démarcheurs démarcheur nom m p 0.04 1.15 0.00 0.41 -démarcheuse démarcheur nom f s 0.04 1.15 0.02 0.00 -démarient démarier ver 0.02 0.07 0.01 0.00 ind:pre:3p; -démarier démarier ver 0.02 0.07 0.01 0.00 inf; -démariée démarier ver f s 0.02 0.07 0.00 0.07 par:pas; -démarquai démarquer ver 0.94 0.74 0.00 0.07 ind:pas:1s; -démarquaient démarquer ver 0.94 0.74 0.00 0.20 ind:imp:3p; -démarquait démarquer ver 0.94 0.74 0.01 0.07 ind:imp:3s; -démarque démarquer ver 0.94 0.74 0.22 0.00 imp:pre:2s;ind:pre:1s;ind:pre:3s; -démarquer démarquer ver 0.94 0.74 0.13 0.20 inf; -démarqué démarquer ver m s 0.94 0.74 0.49 0.14 par:pas; -démarquée démarquer ver f s 0.94 0.74 0.07 0.07 par:pas; -démarquées démarquer ver f p 0.94 0.74 0.01 0.00 par:pas; -démarqués démarquer ver m p 0.94 0.74 0.01 0.00 par:pas; -démarra démarrer ver 35.67 29.32 0.03 6.35 ind:pas:3s; -démarrage démarrage nom m s 1.18 3.31 1.17 3.11 -démarrages démarrage nom m p 1.18 3.31 0.01 0.20 -démarrai démarrer ver 35.67 29.32 0.00 0.20 ind:pas:1s; -démarraient démarrer ver 35.67 29.32 0.02 0.34 ind:imp:3p; -démarrais démarrer ver 35.67 29.32 0.06 0.34 ind:imp:1s;ind:imp:2s; -démarrait démarrer ver 35.67 29.32 0.57 2.50 ind:imp:3s; -démarrant démarrer ver 35.67 29.32 0.09 1.22 par:pre; -démarre démarrer ver 35.67 29.32 17.11 6.69 imp:pre:2s;ind:pre:1s;ind:pre:3s; -démarrent démarrer ver 35.67 29.32 1.04 0.81 ind:pre:3p; -démarrer démarrer ver 35.67 29.32 9.10 5.27 inf; -démarrera démarrer ver 35.67 29.32 0.29 0.07 ind:fut:3s; -démarrerai démarrer ver 35.67 29.32 0.02 0.00 ind:fut:1s; -démarreront démarrer ver 35.67 29.32 0.04 0.00 ind:fut:3p; -démarres démarrer ver 35.67 29.32 0.51 0.20 ind:pre:2s; -démarreur démarreur nom m s 1.25 2.23 1.24 2.09 -démarreurs démarreur nom m p 1.25 2.23 0.01 0.14 -démarrez démarrer ver 35.67 29.32 3.15 0.07 imp:pre:2p;ind:pre:2p; -démarrions démarrer ver 35.67 29.32 0.00 0.07 ind:imp:1p; -démarrons démarrer ver 35.67 29.32 0.39 0.20 imp:pre:1p;ind:pre:1p; -démarrât démarrer ver 35.67 29.32 0.00 0.07 sub:imp:3s; -démarrèrent démarrer ver 35.67 29.32 0.00 0.27 ind:pas:3p; -démarré démarrer ver m s 35.67 29.32 3.15 4.32 par:pas; -démarrée démarrer ver f s 35.67 29.32 0.10 0.14 par:pas; -démarrées démarrer ver f p 35.67 29.32 0.00 0.07 par:pas; -démarrés démarrer ver m p 35.67 29.32 0.01 0.14 par:pas; -démasqua démasquer ver 6.41 4.66 0.00 0.27 ind:pas:3s; -démasquage démasquage nom m s 0.01 0.00 0.01 0.00 -démasquaient démasquer ver 6.41 4.66 0.00 0.07 ind:imp:3p; -démasquais démasquer ver 6.41 4.66 0.00 0.07 ind:imp:1s; -démasquait démasquer ver 6.41 4.66 0.02 0.07 ind:imp:3s; -démasquant démasquer ver 6.41 4.66 0.17 0.61 par:pre; -démasque démasquer ver 6.41 4.66 0.46 0.27 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -démasquent démasquer ver 6.41 4.66 0.07 0.20 ind:pre:3p; -démasquer démasquer ver 6.41 4.66 2.44 0.74 imp:pre:2p;inf; -démasquera démasquer ver 6.41 4.66 0.20 0.00 ind:fut:3s; -démasquerai démasquer ver 6.41 4.66 0.07 0.07 ind:fut:1s; -démasquerait démasquer ver 6.41 4.66 0.11 0.00 cnd:pre:3s; -démasqueriez démasquer ver 6.41 4.66 0.01 0.00 cnd:pre:2p; -démasquerons démasquer ver 6.41 4.66 0.03 0.07 ind:fut:1p; -démasqueront démasquer ver 6.41 4.66 0.01 0.00 ind:fut:3p; -démasquons démasquer ver 6.41 4.66 0.02 0.00 imp:pre:1p;ind:pre:1p; -démasqué démasquer ver m s 6.41 4.66 1.76 1.35 par:pas; -démasquée démasquer ver f s 6.41 4.66 0.51 0.54 par:pas; -démasquées démasquer ver f p 6.41 4.66 0.04 0.07 par:pas; -démasqués démasquer ver m p 6.41 4.66 0.50 0.27 par:pas; -dématérialisation dématérialisation nom f s 0.01 0.00 0.01 0.00 -dématérialise dématérialiser ver 0.18 0.07 0.04 0.07 imp:pre:2s;ind:pre:1s;ind:pre:3s; -dématérialisent dématérialiser ver 0.18 0.07 0.01 0.00 ind:pre:3p; -dématérialiser dématérialiser ver 0.18 0.07 0.05 0.00 inf; -dématérialisé dématérialiser ver m s 0.18 0.07 0.08 0.00 par:pas; -démembrant démembrer ver 0.87 0.54 0.01 0.00 par:pre; -démembre démembrer ver 0.87 0.54 0.12 0.00 ind:pre:1s;ind:pre:3s; -démembrement démembrement nom m s 0.14 0.34 0.13 0.34 -démembrements démembrement nom m p 0.14 0.34 0.01 0.00 -démembrer démembrer ver 0.87 0.54 0.28 0.20 inf; -démembrez démembrer ver 0.87 0.54 0.01 0.00 ind:pre:2p; -démembré démembrer ver m s 0.87 0.54 0.25 0.20 par:pas; -démembrée démembrer ver f s 0.87 0.54 0.08 0.00 par:pas; -démembrées démembrer ver f p 0.87 0.54 0.04 0.00 par:pas; -démembrés démembrer ver m p 0.87 0.54 0.07 0.14 par:pas; -démena démener ver 2.65 3.72 0.00 0.14 ind:pas:3s; -démenaient démener ver 2.65 3.72 0.00 0.41 ind:imp:3p; -démenais démener ver 2.65 3.72 0.25 0.00 ind:imp:1s;ind:imp:2s; -démenait démener ver 2.65 3.72 0.05 0.95 ind:imp:3s; -démenant démener ver 2.65 3.72 0.01 0.47 par:pre; -démence démence nom f s 2.75 2.43 2.75 2.43 -démener démener ver 2.65 3.72 0.32 1.01 inf; -démenons démener ver 2.65 3.72 0.00 0.07 ind:pre:1p; -démenotte démenotter ver 0.00 0.07 0.00 0.07 ind:pre:3s; -démens démentir ver 3.06 6.35 0.37 0.00 imp:pre:2s;ind:pre:1s;ind:pre:2s; -dément dément adj m s 3.12 3.72 2.02 1.35 -démentaient démentir ver 3.06 6.35 0.01 0.61 ind:imp:3p; -démentait démentir ver 3.06 6.35 0.01 1.22 ind:imp:3s; -démentant démentir ver 3.06 6.35 0.01 0.41 par:pre; -démente dément adj f s 3.12 3.72 0.48 1.28 -démentent démentir ver 3.06 6.35 0.05 0.20 ind:pre:3p; -démentes dément adj f p 3.12 3.72 0.20 0.54 -démentez démentir ver 3.06 6.35 0.03 0.00 imp:pre:2p;ind:pre:2p; -démenti démenti nom m s 1.04 2.70 1.01 2.09 -démentie démenti adj f s 0.21 0.68 0.16 0.07 -démentiel démentiel adj m s 0.52 1.42 0.46 0.61 -démentielle démentiel adj f s 0.52 1.42 0.05 0.41 -démentielles démentiel adj f p 0.52 1.42 0.00 0.27 -démentiels démentiel adj m p 0.52 1.42 0.01 0.14 -démenties démentir ver f p 3.06 6.35 0.27 0.14 par:pas; -démentir démentir ver 3.06 6.35 1.06 1.55 inf; -démentirai démentir ver 3.06 6.35 0.01 0.00 ind:fut:1s; -démentirait démentir ver 3.06 6.35 0.01 0.00 cnd:pre:3s; -démentiront démentir ver 3.06 6.35 0.01 0.00 ind:fut:3p; -démentis démenti nom m p 1.04 2.70 0.03 0.61 -démentit démentir ver 3.06 6.35 0.03 0.41 ind:pas:3s; -déments dément adj m p 3.12 3.72 0.41 0.54 -démené démener ver m s 2.65 3.72 0.30 0.07 par:pas; -démenée démener ver f s 2.65 3.72 0.09 0.07 par:pas; -démerdaient démerder ver 5.37 6.42 0.00 0.07 ind:imp:3p; -démerdais démerder ver 5.37 6.42 0.01 0.07 ind:imp:1s; -démerdait démerder ver 5.37 6.42 0.02 0.14 ind:imp:3s; -démerdard démerdard nom m s 0.16 0.07 0.16 0.00 -démerdards démerdard nom m p 0.16 0.07 0.00 0.07 -démerde démerder ver 5.37 6.42 1.74 1.62 imp:pre:2s;ind:pre:1s;ind:pre:3s; -démerdent démerder ver 5.37 6.42 0.21 0.41 ind:pre:3p; -démerder démerder ver 5.37 6.42 1.27 1.01 inf; -démerdera démerder ver 5.37 6.42 0.02 0.27 ind:fut:3s; -démerderai démerder ver 5.37 6.42 0.01 0.54 ind:fut:1s; -démerderas démerder ver 5.37 6.42 0.00 0.14 ind:fut:2s; -démerdes démerder ver 5.37 6.42 0.93 0.34 ind:pre:2s; -démerdez démerder ver 5.37 6.42 0.80 0.54 imp:pre:2p;ind:pre:2p; -démerdé démerder ver m s 5.37 6.42 0.23 0.81 par:pas; -démerdée démerder ver f s 5.37 6.42 0.14 0.27 par:pas; -démerdés démerder ver m p 5.37 6.42 0.00 0.20 par:pas; -démesure démesure nom f s 0.04 1.15 0.04 1.15 -démesurent démesurer ver 0.55 2.30 0.00 0.07 ind:pre:3p; -démesuré démesuré adj m s 0.72 8.38 0.41 3.18 -démesurée démesurer ver f s 0.55 2.30 0.36 0.88 par:pas; -démesurées démesuré adj f p 0.72 8.38 0.07 1.08 -démesurément démesurément adv 0.09 4.19 0.09 4.19 -démesurés démesurer ver m p 0.55 2.30 0.11 0.27 par:pas; -démet démettre ver 0.84 1.28 0.04 0.14 ind:pre:3s; -démets démettre ver 0.84 1.28 0.04 0.07 ind:pre:1s; -démette démettre ver 0.84 1.28 0.01 0.00 sub:pre:3s; -démettez démettre ver 0.84 1.28 0.04 0.00 imp:pre:2p; -démettrait démettre ver 0.84 1.28 0.00 0.07 cnd:pre:3s; -démettre démettre ver 0.84 1.28 0.20 0.41 inf; -démeublé démeubler ver m s 0.00 0.41 0.00 0.20 par:pas; -démeublée démeubler ver f s 0.00 0.41 0.00 0.20 par:pas; -démilitarisation démilitarisation nom f s 0.14 0.07 0.14 0.07 -démilitarisée démilitariser ver f s 0.25 0.14 0.25 0.07 par:pas; -démilitarisées démilitariser ver f p 0.25 0.14 0.00 0.07 par:pas; -déminage déminage nom m s 0.69 0.34 0.69 0.34 -déminant déminer ver 0.02 0.20 0.00 0.07 par:pre; -déminer déminer ver 0.02 0.20 0.01 0.00 inf; -démineur démineur nom m s 0.54 0.07 0.17 0.07 -démineurs démineur nom m p 0.54 0.07 0.37 0.00 -déminé déminer ver m s 0.02 0.20 0.01 0.07 par:pas; -déminée déminer ver f s 0.02 0.20 0.00 0.07 par:pas; -démis démettre ver m 0.84 1.28 0.41 0.41 par:pas; -démise démis adj f s 0.13 0.41 0.12 0.27 -démises démis adj f p 0.13 0.41 0.00 0.07 -démission démission nom f s 7.60 5.47 7.34 5.07 -démissionna démissionner ver 17.79 1.82 0.05 0.00 ind:pas:3s; -démissionnaient démissionner ver 17.79 1.82 0.00 0.07 ind:imp:3p; -démissionnaire démissionnaire nom s 0.32 0.00 0.14 0.00 -démissionnaires démissionnaire nom p 0.32 0.00 0.19 0.00 -démissionnais démissionner ver 17.79 1.82 0.08 0.00 ind:imp:1s;ind:imp:2s; -démissionnait démissionner ver 17.79 1.82 0.02 0.14 ind:imp:3s; -démissionnant démissionner ver 17.79 1.82 0.02 0.07 par:pre; -démissionne démissionner ver 17.79 1.82 5.28 0.27 imp:pre:2s;ind:pre:1s;ind:pre:3s; -démissionnent démissionner ver 17.79 1.82 0.06 0.07 ind:pre:3p; -démissionner démissionner ver 17.79 1.82 5.15 0.20 inf; -démissionnera démissionner ver 17.79 1.82 0.10 0.00 ind:fut:3s; -démissionnerai démissionner ver 17.79 1.82 0.42 0.00 ind:fut:1s; -démissionneraient démissionner ver 17.79 1.82 0.01 0.00 cnd:pre:3p; -démissionnerais démissionner ver 17.79 1.82 0.07 0.14 cnd:pre:1s;cnd:pre:2s; -démissionnerait démissionner ver 17.79 1.82 0.01 0.07 cnd:pre:3s; -démissionneras démissionner ver 17.79 1.82 0.01 0.00 ind:fut:2s; -démissionnerez démissionner ver 17.79 1.82 0.04 0.00 ind:fut:2p; -démissionneront démissionner ver 17.79 1.82 0.02 0.00 ind:fut:3p; -démissionnes démissionner ver 17.79 1.82 0.48 0.00 ind:pre:2s; -démissionnez démissionner ver 17.79 1.82 0.67 0.14 imp:pre:2p;ind:pre:2p; -démissionniez démissionner ver 17.79 1.82 0.06 0.00 ind:imp:2p; -démissionné démissionner ver m s 17.79 1.82 5.23 0.68 par:pas; -démissions démission nom f p 7.60 5.47 0.26 0.41 -démit démettre ver 0.84 1.28 0.01 0.14 ind:pas:3s; -démiurge démiurge nom m s 0.16 1.01 0.16 0.88 -démiurges démiurge nom m p 0.16 1.01 0.00 0.14 -démobilisant démobiliser ver 0.28 1.28 0.00 0.07 par:pre; -démobilisateur démobilisateur adj m s 0.00 0.14 0.00 0.14 -démobilisation démobilisation nom f s 0.22 1.28 0.22 1.28 -démobilise démobiliser ver 0.28 1.28 0.01 0.27 ind:pre:1s;ind:pre:3s; -démobiliser démobiliser ver 0.28 1.28 0.03 0.14 inf; -démobiliseriez démobiliser ver 0.28 1.28 0.00 0.07 cnd:pre:2p; -démobilisé démobilisé adj m s 0.17 0.34 0.16 0.14 -démobilisés démobiliser ver m p 0.28 1.28 0.13 0.14 par:pas; -démocrate_chrétien démocrate_chrétien adj m s 0.21 0.14 0.21 0.07 -démocrate démocrate adj s 3.06 1.42 2.08 0.88 -démocrate_chrétien démocrate_chrétien nom p 0.10 0.27 0.10 0.27 -démocrates démocrate nom p 3.68 1.08 2.35 0.74 -démocratie démocratie nom f s 13.13 15.68 12.69 11.01 -démocraties démocratie nom f p 13.13 15.68 0.44 4.66 -démocratique démocratique adj s 5.38 5.74 4.97 4.12 -démocratiquement démocratiquement adv 0.18 0.27 0.18 0.27 -démocratiques démocratique adj p 5.38 5.74 0.41 1.62 -démocratisation démocratisation nom f s 0.01 0.20 0.01 0.14 -démocratisations démocratisation nom f p 0.01 0.20 0.00 0.07 -démocratise démocratiser ver 0.16 0.20 0.14 0.07 ind:pre:3s; -démocratiser démocratiser ver 0.16 0.20 0.01 0.07 inf; -démocratiseront démocratiser ver 0.16 0.20 0.00 0.07 ind:fut:3p; -démocratisé démocratiser ver m s 0.16 0.20 0.01 0.00 par:pas; -démodaient démoder ver 1.03 1.55 0.01 0.07 ind:imp:3p; -démodant démoder ver 1.03 1.55 0.00 0.07 par:pre; -démode démoder ver 1.03 1.55 0.06 0.20 ind:pre:3s; -démoder démoder ver 1.03 1.55 0.00 0.07 inf; -démodé démodé adj m s 1.64 3.58 0.80 1.35 -démodée démodé adj f s 1.64 3.58 0.43 0.88 -démodées démodé adj f p 1.64 3.58 0.26 0.74 -démodulateur démodulateur nom m s 0.03 0.00 0.02 0.00 -démodulateurs démodulateur nom m p 0.03 0.00 0.01 0.00 -démodés démodé adj m p 1.64 3.58 0.16 0.61 -démographie démographie nom f s 0.16 0.54 0.16 0.54 -démographique démographique adj s 0.20 0.54 0.14 0.20 -démographiquement démographiquement adv 0.00 0.07 0.00 0.07 -démographiques démographique adj p 0.20 0.54 0.06 0.34 -démoli démolir ver m s 18.81 11.22 4.41 2.30 par:pas; -démolie démolir ver f s 18.81 11.22 1.15 0.88 par:pas; -démolies démolir ver f p 18.81 11.22 0.02 0.61 par:pas; -démolir démolir ver 18.81 11.22 8.02 3.65 inf; -démolira démolir ver 18.81 11.22 0.51 0.14 ind:fut:3s; -démolirai démolir ver 18.81 11.22 0.06 0.07 ind:fut:1s; -démoliraient démolir ver 18.81 11.22 0.02 0.07 cnd:pre:3p; -démolirais démolir ver 18.81 11.22 0.08 0.00 cnd:pre:1s;cnd:pre:2s; -démolirait démolir ver 18.81 11.22 0.03 0.14 cnd:pre:3s; -démolirent démolir ver 18.81 11.22 0.00 0.07 ind:pas:3p; -démolirions démolir ver 18.81 11.22 0.00 0.07 cnd:pre:1p; -démoliront démolir ver 18.81 11.22 0.15 0.07 ind:fut:3p; -démolis démolir ver m p 18.81 11.22 1.93 0.68 imp:pre:2s;ind:pre:1s;ind:pre:2s;par:pas; -démolissaient démolir ver 18.81 11.22 0.04 0.27 ind:imp:3p; -démolissais démolir ver 18.81 11.22 0.00 0.20 ind:imp:1s; -démolissait démolir ver 18.81 11.22 0.03 0.54 ind:imp:3s; -démolissant démolir ver 18.81 11.22 0.04 0.41 par:pre; -démolisse démolir ver 18.81 11.22 0.37 0.14 sub:pre:1s;sub:pre:3s; -démolissent démolir ver 18.81 11.22 0.48 0.27 ind:pre:3p; -démolisses démolir ver 18.81 11.22 0.17 0.00 sub:pre:2s; -démolisseur démolisseur nom m s 0.23 0.61 0.18 0.07 -démolisseurs démolisseur nom m p 0.23 0.61 0.05 0.47 -démolisseuse démolisseur nom f s 0.23 0.61 0.00 0.07 -démolissez démolir ver 18.81 11.22 0.40 0.00 imp:pre:2p;ind:pre:2p; -démolissions démolir ver 18.81 11.22 0.00 0.07 ind:imp:1p; -démolit démolir ver 18.81 11.22 0.89 0.61 ind:pre:3s;ind:pas:3s; -démolition démolition nom f s 1.55 2.36 1.53 1.82 -démolitions démolition nom f p 1.55 2.36 0.02 0.54 -démon démon nom m s 61.00 20.34 39.71 13.58 -démone démon nom f s 61.00 20.34 0.14 0.14 -démones démon nom f p 61.00 20.34 0.05 0.07 -démoniaque démoniaque adj s 5.52 2.30 4.22 1.69 -démoniaquement démoniaquement adv 0.00 0.07 0.00 0.07 -démoniaques démoniaque adj p 5.52 2.30 1.29 0.61 -démonique démonique adj s 0.04 0.00 0.04 0.00 -démonologie démonologie nom f s 0.16 0.00 0.16 0.00 -démonomanie démonomanie nom f s 0.01 0.00 0.01 0.00 -démons démon nom m p 61.00 20.34 21.10 6.55 -démonstrateur démonstrateur nom m s 0.06 0.54 0.02 0.14 -démonstrateurs démonstrateur nom m p 0.06 0.54 0.00 0.34 -démonstratif démonstratif adj m s 0.46 1.08 0.23 0.54 -démonstratifs démonstratif adj m p 0.46 1.08 0.15 0.20 -démonstration démonstration nom f s 7.61 12.23 7.30 9.53 -démonstrations démonstration nom f p 7.61 12.23 0.31 2.70 -démonstrative démonstratif adj f s 0.46 1.08 0.08 0.34 -démonstrativement démonstrativement adv 0.01 0.34 0.01 0.34 -démonstratrice démonstrateur nom f s 0.06 0.54 0.04 0.07 -démonta démonter ver 6.83 7.77 0.00 0.20 ind:pas:3s; -démontable démontable adj s 0.38 0.61 0.25 0.47 -démontables démontable adj f p 0.38 0.61 0.14 0.14 -démontage démontage nom m s 0.06 0.14 0.06 0.07 -démontages démontage nom m p 0.06 0.14 0.00 0.07 -démontaient démonter ver 6.83 7.77 0.00 0.14 ind:imp:3p; -démontait démonter ver 6.83 7.77 0.05 0.74 ind:imp:3s; -démontant démonter ver 6.83 7.77 0.04 0.07 par:pre; -démonte_pneu démonte_pneu nom m s 0.26 0.20 0.25 0.07 -démonte_pneu démonte_pneu nom m p 0.26 0.20 0.01 0.14 -démonte démonter ver 6.83 7.77 1.40 1.01 imp:pre:2s;ind:pre:1s;ind:pre:3s; -démontent démonter ver 6.83 7.77 0.18 0.07 ind:pre:3p; -démonter démonter ver 6.83 7.77 3.44 3.11 inf; -démontez démonter ver 6.83 7.77 0.35 0.00 imp:pre:2p;ind:pre:2p; -démontra démontrer ver 7.12 12.09 0.00 0.34 ind:pas:3s; -démontrable démontrable adj m s 0.03 0.00 0.03 0.00 -démontrai démontrer ver 7.12 12.09 0.00 0.20 ind:pas:1s; -démontraient démontrer ver 7.12 12.09 0.01 0.27 ind:imp:3p; -démontrait démontrer ver 7.12 12.09 0.07 0.81 ind:imp:3s; -démontrant démontrer ver 7.12 12.09 0.06 0.81 par:pre; -démontre démontrer ver 7.12 12.09 1.38 1.22 imp:pre:2s;ind:pre:1s;ind:pre:3s; -démontrent démontrer ver 7.12 12.09 0.34 0.14 ind:pre:3p; -démontrer démontrer ver 7.12 12.09 3.23 5.61 inf; -démontrera démontrer ver 7.12 12.09 0.09 0.07 ind:fut:3s; -démontrerai démontrer ver 7.12 12.09 0.09 0.00 ind:fut:1s; -démontrerait démontrer ver 7.12 12.09 0.02 0.14 cnd:pre:3s; -démontrerons démontrer ver 7.12 12.09 0.04 0.00 ind:fut:1p; -démontreront démontrer ver 7.12 12.09 0.07 0.00 ind:fut:3p; -démontrez démontrer ver 7.12 12.09 0.30 0.00 imp:pre:2p;ind:pre:2p; -démontrions démontrer ver 7.12 12.09 0.01 0.07 ind:imp:1p; -démontrât démontrer ver 7.12 12.09 0.00 0.07 sub:imp:3s; -démontrèrent démontrer ver 7.12 12.09 0.00 0.20 ind:pas:3p; -démontré démontrer ver m s 7.12 12.09 1.16 1.82 par:pas; -démontrée démontrer ver f s 7.12 12.09 0.21 0.34 par:pas; -démontrées démontrer ver f p 7.12 12.09 0.03 0.00 par:pas; -démontrés démontrer ver m p 7.12 12.09 0.02 0.00 par:pas; -démonté démonter ver m s 6.83 7.77 1.10 1.35 par:pas; -démontée démonté adj f s 0.31 2.09 0.22 0.74 -démontées démonter ver f p 6.83 7.77 0.08 0.07 par:pas; -démontés démonter ver m p 6.83 7.77 0.06 0.27 par:pas; -démonétisé démonétiser ver m s 0.00 0.14 0.00 0.07 par:pas; -démonétisés démonétiser ver m p 0.00 0.14 0.00 0.07 par:pas; -démoralisa démoraliser ver 0.98 1.82 0.00 0.07 ind:pas:3s; -démoralisait démoraliser ver 0.98 1.82 0.00 0.14 ind:imp:3s; -démoralisant démoralisant adj m s 0.14 0.81 0.11 0.34 -démoralisante démoralisant adj f s 0.14 0.81 0.03 0.34 -démoralisants démoralisant adj m p 0.14 0.81 0.00 0.14 -démoralisateur démoralisateur nom m s 0.01 0.07 0.01 0.00 -démoralisateurs démoralisateur adj m p 0.00 0.07 0.00 0.07 -démoralisateurs démoralisateur nom m p 0.01 0.07 0.00 0.07 -démoralisation démoralisation nom f s 0.30 0.61 0.30 0.61 -démoralise démoraliser ver 0.98 1.82 0.10 0.27 imp:pre:2s;ind:pre:3s; -démoralisent démoraliser ver 0.98 1.82 0.03 0.07 ind:pre:3p; -démoraliser démoraliser ver 0.98 1.82 0.34 0.47 inf; -démoraliseraient démoraliser ver 0.98 1.82 0.00 0.07 cnd:pre:3p; -démoraliserais démoraliser ver 0.98 1.82 0.00 0.07 cnd:pre:2s; -démoralisé démoraliser ver m s 0.98 1.82 0.32 0.34 par:pas; -démoralisée démoraliser ver f s 0.98 1.82 0.16 0.14 par:pas; -démoralisées démoralisé adj f p 0.12 0.27 0.00 0.07 -démoralisés démoraliser ver m p 0.98 1.82 0.02 0.20 par:pas; -démord démordre ver 0.49 2.57 0.05 0.27 ind:pre:3s; -démordaient démordre ver 0.49 2.57 0.01 0.07 ind:imp:3p; -démordais démordre ver 0.49 2.57 0.00 0.07 ind:imp:1s; -démordait démordre ver 0.49 2.57 0.11 0.88 ind:imp:3s; -démordent démordre ver 0.49 2.57 0.00 0.14 ind:pre:3p; -démordez démordre ver 0.49 2.57 0.02 0.07 imp:pre:2p;ind:pre:2p; -démordit démordre ver 0.49 2.57 0.00 0.07 ind:pas:3s; -démordra démordre ver 0.49 2.57 0.01 0.07 ind:fut:3s; -démordrai démordre ver 0.49 2.57 0.02 0.00 ind:fut:1s; -démordrait démordre ver 0.49 2.57 0.00 0.07 cnd:pre:3s; -démordre démordre ver 0.49 2.57 0.19 0.74 inf; -démordront démordre ver 0.49 2.57 0.00 0.07 ind:fut:3p; -démords démordre ver 0.49 2.57 0.03 0.07 imp:pre:2s;ind:pre:1s;ind:pre:2s; -démordu démordre ver m s 0.49 2.57 0.04 0.00 par:pas; -démâtait démâter ver 0.01 0.61 0.00 0.07 ind:imp:3s; -démâter démâter ver 0.01 0.61 0.01 0.00 inf; -démotique démotique adj f s 0.00 0.14 0.00 0.14 -démotivation démotivation nom f s 0.01 0.00 0.01 0.00 -démotive démotiver ver 0.06 0.00 0.02 0.00 ind:pre:1s;ind:pre:3s; -démotiver démotiver ver 0.06 0.00 0.03 0.00 inf; -démotivée démotiver ver f s 0.06 0.00 0.01 0.00 par:pas; -démâté démâter ver m s 0.01 0.61 0.00 0.07 par:pas; -démâtée démâter ver f s 0.01 0.61 0.00 0.34 par:pas; -démâtés démâter ver m p 0.01 0.61 0.00 0.14 par:pas; -démoucheté démoucheter ver m s 0.14 0.07 0.14 0.07 par:pas; -démoule démouler ver 0.09 0.07 0.02 0.00 ind:pre:1s;ind:pre:3s; -démouler démouler ver 0.09 0.07 0.03 0.00 inf; -démoules démouler ver 0.09 0.07 0.01 0.00 ind:pre:2s; -démoulé démouler ver m s 0.09 0.07 0.02 0.00 par:pas; -démoulées démouler ver f p 0.09 0.07 0.00 0.07 par:pas; -dumper dumper nom m s 0.01 0.00 0.01 0.00 -dumping dumping nom m s 0.00 0.07 0.00 0.07 -démène démener ver 2.65 3.72 1.27 0.34 imp:pre:2s;ind:pre:1s;ind:pre:3s; -démènent démener ver 2.65 3.72 0.11 0.20 ind:pre:3p; -démèneras démener ver 2.65 3.72 0.10 0.00 ind:fut:2s; -démènes démener ver 2.65 3.72 0.14 0.00 ind:pre:2s; -démêla démêler ver 1.41 5.20 0.00 0.07 ind:pas:3s; -démêlage démêlage nom m s 0.01 0.07 0.01 0.07 -démêlai démêler ver 1.41 5.20 0.00 0.20 ind:pas:1s; -démêlais démêler ver 1.41 5.20 0.00 0.14 ind:imp:1s; -démêlait démêler ver 1.41 5.20 0.00 0.27 ind:imp:3s; -démêlant démêlant nom m s 0.29 0.00 0.29 0.00 -démêle démêler ver 1.41 5.20 0.17 0.41 imp:pre:2s;ind:pre:1s;ind:pre:3s; -démêlent démêler ver 1.41 5.20 0.01 0.07 ind:pre:3p; -démêler démêler ver 1.41 5.20 0.84 3.38 inf; -démêlerait démêler ver 1.41 5.20 0.00 0.07 cnd:pre:3s; -démêlions démêler ver 1.41 5.20 0.00 0.07 ind:imp:1p; -démêloir démêloir nom m s 0.00 0.07 0.00 0.07 -démultipliaient démultiplier ver 0.18 1.01 0.00 0.07 ind:imp:3p; -démultipliait démultiplier ver 0.18 1.01 0.01 0.07 ind:imp:3s; -démultipliant démultiplier ver 0.18 1.01 0.01 0.00 par:pre; -démultiplicateur démultiplicateur nom m s 0.00 0.07 0.00 0.07 -démultiplication démultiplication nom f s 0.00 0.07 0.00 0.07 -démultiplie démultiplier ver 0.18 1.01 0.01 0.07 ind:pre:3s; -démultiplient démultiplier ver 0.18 1.01 0.14 0.14 ind:pre:3p; -démultiplier démultiplier ver 0.18 1.01 0.00 0.14 inf; -démultiplié démultiplier ver m s 0.18 1.01 0.01 0.27 par:pas; -démultipliée démultiplier ver f s 0.18 1.01 0.00 0.14 par:pas; -démultipliées démultiplier ver f p 0.18 1.01 0.00 0.07 par:pas; -démultipliés démultiplier ver m p 0.18 1.01 0.00 0.07 par:pas; -démêlé démêler ver m s 1.41 5.20 0.37 0.34 par:pas; -démêlées démêler ver f p 1.41 5.20 0.00 0.07 par:pas; -démêlés démêlé nom m p 0.38 1.22 0.38 1.22 -déménage déménager ver 32.40 10.34 7.24 1.49 imp:pre:2s;ind:pre:1s;ind:pre:3s; -déménagea déménager ver 32.40 10.34 0.16 0.07 ind:pas:3s; -déménageaient déménager ver 32.40 10.34 0.01 0.14 ind:imp:3p; -déménageais déménager ver 32.40 10.34 0.12 0.14 ind:imp:1s;ind:imp:2s; -déménageait déménager ver 32.40 10.34 0.38 0.20 ind:imp:3s; -déménageant déménager ver 32.40 10.34 0.10 0.14 par:pre; -déménagement déménagement nom m s 2.98 6.69 2.66 5.27 -déménagements déménagement nom m p 2.98 6.69 0.32 1.42 -déménagent déménager ver 32.40 10.34 0.89 0.20 ind:pre:3p; -déménageons déménager ver 32.40 10.34 0.28 0.00 imp:pre:1p;ind:pre:1p; -déménager déménager ver 32.40 10.34 11.14 4.12 inf; -déménagera déménager ver 32.40 10.34 0.40 0.00 ind:fut:3s; -déménagerai déménager ver 32.40 10.34 0.13 0.00 ind:fut:1s; -déménageraient déménager ver 32.40 10.34 0.01 0.00 cnd:pre:3p; -déménagerais déménager ver 32.40 10.34 0.07 0.00 cnd:pre:1s;cnd:pre:2s; -déménagerait déménager ver 32.40 10.34 0.15 0.14 cnd:pre:3s; -déménageras déménager ver 32.40 10.34 0.04 0.00 ind:fut:2s; -déménagerez déménager ver 32.40 10.34 0.14 0.00 ind:fut:2p; -déménages déménager ver 32.40 10.34 1.43 0.20 ind:pre:2s; -déménageur déménageur nom m s 1.67 3.18 0.63 1.28 -déménageurs déménageur nom m p 1.67 3.18 1.03 1.82 -déménageuse déménageur nom f s 1.67 3.18 0.00 0.07 -déménagez déménager ver 32.40 10.34 1.06 0.47 imp:pre:2p;ind:pre:2p; -déménagiez déménager ver 32.40 10.34 0.03 0.00 ind:imp:2p; -déménagions déménager ver 32.40 10.34 0.10 0.20 ind:imp:1p; -déménagèrent déménager ver 32.40 10.34 0.03 0.20 ind:pas:3p; -déménagé déménager ver m s 32.40 10.34 8.41 2.36 par:pas; -déménagée déménager ver f s 32.40 10.34 0.07 0.14 par:pas; -déménagés déménager ver m p 32.40 10.34 0.04 0.14 par:pas; -démuni démunir ver m s 0.51 1.76 0.27 0.54 par:pas; -démunie démuni adj f s 0.56 3.58 0.09 0.34 -démunies démuni adj f p 0.56 3.58 0.03 0.14 -démunir démunir ver 0.51 1.76 0.01 0.14 inf; -démunis démuni nom m p 0.42 1.28 0.38 0.34 -démunissant démunir ver 0.51 1.76 0.00 0.07 par:pre; -démurge démurger ver 0.00 0.41 0.00 0.20 ind:pre:3s; -démurger démurger ver 0.00 0.41 0.00 0.20 inf; -déméritait démériter ver 0.02 0.74 0.00 0.07 ind:imp:3s; -démérite démérite nom m s 0.04 0.20 0.04 0.14 -démériter démériter ver 0.02 0.74 0.00 0.07 inf; -démérites démérite nom m p 0.04 0.20 0.00 0.07 -démérité démériter ver m s 0.02 0.74 0.02 0.61 par:pas; -démuseler démuseler ver 0.00 0.07 0.00 0.07 inf; -démystificateur démystificateur nom m s 0.03 0.00 0.03 0.00 -démystification démystification nom f s 0.10 0.07 0.10 0.00 -démystifications démystification nom f p 0.10 0.07 0.00 0.07 -démystificatrice démystificateur adj f s 0.00 0.14 0.00 0.14 -démystifier démystifier ver 0.05 0.07 0.04 0.07 inf; -démystifié démystifier ver m s 0.05 0.07 0.01 0.00 par:pas; -démythifie démythifier ver 0.00 0.14 0.00 0.07 ind:pre:3s; -démythifié démythifier ver m s 0.00 0.14 0.00 0.07 par:pas; -dénanti dénantir ver m s 0.00 0.07 0.00 0.07 par:pas; -dénatalité dénatalité nom f s 0.01 0.00 0.01 0.00 -dénaturaient dénaturer ver 0.54 1.42 0.01 0.07 ind:imp:3p; -dénaturait dénaturer ver 0.54 1.42 0.02 0.27 ind:imp:3s; -dénaturation dénaturation nom f s 0.02 0.00 0.02 0.00 -dénature dénaturer ver 0.54 1.42 0.07 0.00 imp:pre:2s;ind:pre:3s; -dénaturent dénaturer ver 0.54 1.42 0.01 0.14 ind:pre:3p; -dénaturer dénaturer ver 0.54 1.42 0.14 0.54 inf; -dénaturé dénaturer ver m s 0.54 1.42 0.26 0.14 par:pas; -dénaturée dénaturé adj f s 0.44 0.88 0.21 0.27 -dénaturées dénaturé adj f p 0.44 0.88 0.04 0.20 -dénaturés dénaturer ver m p 0.54 1.42 0.00 0.07 par:pas; -dénazification dénazification nom f s 0.03 0.00 0.03 0.00 -dénazifier dénazifier ver 0.01 0.00 0.01 0.00 inf; -dundee dundee nom m s 0.00 0.07 0.00 0.07 -dune dune nom f s 3.96 12.84 1.55 3.45 -déneigement déneigement nom m s 0.01 0.00 0.01 0.00 -déneiger déneiger ver 0.09 0.00 0.08 0.00 inf; -déneigé déneiger ver m s 0.09 0.00 0.01 0.00 par:pas; -dénervation dénervation nom f s 0.01 0.00 0.01 0.00 -dénervé dénerver ver m s 0.00 0.07 0.00 0.07 par:pas; -dunes dune nom f p 3.96 12.84 2.41 9.39 -dunette dunette nom f s 0.07 0.68 0.07 0.61 -dunettes dunette nom f p 0.07 0.68 0.00 0.07 -déni déni nom m s 0.84 0.41 0.78 0.27 -dénia dénier ver 0.64 1.22 0.00 0.07 ind:pas:3s; -déniaient dénier ver 0.64 1.22 0.00 0.07 ind:imp:3p; -déniaisa déniaiser ver 0.04 0.41 0.00 0.07 ind:pas:3s; -déniaisas déniaiser ver 0.04 0.41 0.00 0.07 ind:pas:2s; -déniaisement déniaisement nom m s 0.00 0.14 0.00 0.14 -déniaiser déniaiser ver 0.04 0.41 0.04 0.00 inf; -déniaises déniaiser ver 0.04 0.41 0.00 0.07 ind:pre:2s; -déniaisé déniaiser ver m s 0.04 0.41 0.01 0.20 par:pas; -déniait dénier ver 0.64 1.22 0.00 0.27 ind:imp:3s; -déniant dénier ver 0.64 1.22 0.02 0.20 par:pre; -dénicha dénicher ver 5.07 8.78 0.02 0.41 ind:pas:3s; -dénichai dénicher ver 5.07 8.78 0.00 0.07 ind:pas:1s; -dénichaient dénicher ver 5.07 8.78 0.00 0.07 ind:imp:3p; -dénichais dénicher ver 5.07 8.78 0.14 0.20 ind:imp:1s;ind:imp:2s; -dénichait dénicher ver 5.07 8.78 0.04 0.20 ind:imp:3s; -dénichant dénicher ver 5.07 8.78 0.01 0.00 par:pre; -déniche dénicher ver 5.07 8.78 0.52 0.20 imp:pre:2s;ind:pre:1s;ind:pre:3s; -dénichent dénicher ver 5.07 8.78 0.04 0.20 ind:pre:3p; -dénicher dénicher ver 5.07 8.78 1.91 3.85 inf; -dénichera dénicher ver 5.07 8.78 0.17 0.07 ind:fut:3s; -dénicherait dénicher ver 5.07 8.78 0.01 0.07 cnd:pre:3s; -dénicheras dénicher ver 5.07 8.78 0.01 0.07 ind:fut:2s; -dénicheur dénicheur nom m s 0.50 0.34 0.44 0.14 -dénicheurs dénicheur nom m p 0.50 0.34 0.05 0.14 -dénicheuse dénicheur nom f s 0.50 0.34 0.01 0.07 -dénichez dénicher ver 5.07 8.78 0.41 0.00 imp:pre:2p;ind:pre:2p; -dénichions dénicher ver 5.07 8.78 0.00 0.07 ind:imp:1p; -déniché dénicher ver m s 5.07 8.78 1.47 2.43 par:pas; -dénichée dénicher ver f s 5.07 8.78 0.23 0.41 par:pas; -dénichées dénicher ver f p 5.07 8.78 0.01 0.14 par:pas; -dénichés dénicher ver m p 5.07 8.78 0.08 0.34 par:pas; -dénie dénier ver 0.64 1.22 0.32 0.20 ind:pre:1s;ind:pre:3s; -dénier dénier ver 0.64 1.22 0.10 0.34 inf; -dénierai dénier ver 0.64 1.22 0.01 0.00 ind:fut:1s; -dénies dénier ver 0.64 1.22 0.02 0.00 ind:pre:2s; -dénigrais dénigrer ver 1.51 1.08 0.14 0.00 ind:imp:1s; -dénigrait dénigrer ver 1.51 1.08 0.00 0.20 ind:imp:3s; -dénigrant dénigrer ver 1.51 1.08 0.03 0.00 par:pre; -dénigrante dénigrant adj f s 0.01 0.07 0.00 0.07 -dénigre dénigrer ver 1.51 1.08 0.31 0.00 imp:pre:2s;ind:pre:1s;ind:pre:3s; -dénigrement dénigrement nom m s 0.29 0.54 0.28 0.47 -dénigrements dénigrement nom m p 0.29 0.54 0.01 0.07 -dénigrent dénigrer ver 1.51 1.08 0.04 0.07 ind:pre:3p; -dénigrer dénigrer ver 1.51 1.08 0.53 0.47 inf; -dénigres dénigrer ver 1.51 1.08 0.37 0.00 ind:pre:2s; -dénigreuses dénigreur nom f p 0.00 0.07 0.00 0.07 -dénigrez dénigrer ver 1.51 1.08 0.04 0.00 imp:pre:2p;ind:pre:2p; -dénigré dénigrer ver m s 1.51 1.08 0.04 0.20 par:pas; -dénigrées dénigrer ver f p 1.51 1.08 0.00 0.14 par:pas; -dénigrés dénigrer ver m p 1.51 1.08 0.01 0.00 par:pas; -dénions dénier ver 0.64 1.22 0.14 0.07 ind:pre:1p; -dénis déni nom m p 0.84 0.41 0.07 0.14 -dénié dénier ver m s 0.64 1.22 0.04 0.00 par:pas; -dénivellation dénivellation nom f s 0.02 1.22 0.02 0.74 -dénivellations dénivellation nom f p 0.02 1.22 0.00 0.47 -dénivelé dénivelé nom m s 0.03 0.00 0.01 0.00 -dénivelés dénivelé nom m p 0.03 0.00 0.02 0.00 -dunkerque dunkerque nom m s 0.00 0.14 0.00 0.14 -dénombra dénombrer ver 0.53 3.31 0.00 0.54 ind:pas:3s; -dénombrables dénombrable adj p 0.00 0.07 0.00 0.07 -dénombrait dénombrer ver 0.53 3.31 0.02 0.27 ind:imp:3s; -dénombrant dénombrer ver 0.53 3.31 0.00 0.20 par:pre; -dénombre dénombrer ver 0.53 3.31 0.18 0.47 ind:pre:1s;ind:pre:3s; -dénombrement dénombrement nom m s 0.00 0.47 0.00 0.41 -dénombrements dénombrement nom m p 0.00 0.47 0.00 0.07 -dénombrent dénombrer ver 0.53 3.31 0.00 0.07 ind:pre:3p; -dénombrer dénombrer ver 0.53 3.31 0.05 0.95 inf; -dénombrez dénombrer ver 0.53 3.31 0.01 0.00 ind:pre:2p; -dénombré dénombrer ver m s 0.53 3.31 0.26 0.61 par:pas; -dénombrés dénombrer ver m p 0.53 3.31 0.00 0.20 par:pas; -dénominateur dénominateur nom m s 0.15 0.47 0.15 0.47 -dénominatif dénominatif adj m s 0.01 0.00 0.01 0.00 -dénomination dénomination nom f s 0.09 1.15 0.07 0.61 -dénominations dénomination nom f p 0.09 1.15 0.02 0.54 -dénominer dénominer ver 0.00 0.07 0.00 0.07 inf; -dénommaient dénommer ver 0.25 0.95 0.00 0.14 ind:imp:3p; -dénommait dénommer ver 0.25 0.95 0.01 0.20 ind:imp:3s; -dénomment dénommer ver 0.25 0.95 0.00 0.07 ind:pre:3p; -dénommer dénommer ver 0.25 0.95 0.00 0.07 inf; -dénommez dénommer ver 0.25 0.95 0.01 0.00 ind:pre:2p; -dénommé dénommé nom m s 2.67 1.49 2.67 1.49 -dénommée dénommé adj f s 0.85 1.22 0.37 0.41 -dénommés dénommer ver m p 0.25 0.95 0.00 0.07 par:pas; -dénonce dénoncer ver 29.57 19.05 5.50 2.43 imp:pre:2s;ind:pre:1s;ind:pre:3s; -dénoncent dénoncer ver 29.57 19.05 0.70 0.20 ind:pre:3p; -dénoncer dénoncer ver 29.57 19.05 9.83 6.08 inf; -dénoncera dénoncer ver 29.57 19.05 0.92 0.27 ind:fut:3s; -dénoncerai dénoncer ver 29.57 19.05 1.21 0.14 ind:fut:1s; -dénonceraient dénoncer ver 29.57 19.05 0.14 0.20 cnd:pre:3p; -dénoncerais dénoncer ver 29.57 19.05 0.22 0.00 cnd:pre:1s; -dénoncerait dénoncer ver 29.57 19.05 0.34 0.20 cnd:pre:3s; -dénonceras dénoncer ver 29.57 19.05 0.04 0.00 ind:fut:2s; -dénoncerez dénoncer ver 29.57 19.05 0.28 0.00 ind:fut:2p; -dénonceriez dénoncer ver 29.57 19.05 0.03 0.00 cnd:pre:2p; -dénonceront dénoncer ver 29.57 19.05 0.12 0.20 ind:fut:3p; -dénonces dénoncer ver 29.57 19.05 0.88 0.14 ind:pre:2s; -dénoncez dénoncer ver 29.57 19.05 1.05 0.07 imp:pre:2p;ind:pre:2p; -dénonciateur dénonciateur nom m s 0.08 0.74 0.08 0.68 -dénonciation dénonciation nom f s 0.88 2.50 0.69 1.49 -dénonciations dénonciation nom f p 0.88 2.50 0.19 1.01 -dénonciatrice dénonciateur adj f s 0.02 0.00 0.02 0.00 -dénoncé dénoncer ver m s 29.57 19.05 5.78 3.24 par:pas; -dénoncée dénoncer ver f s 29.57 19.05 0.89 0.68 par:pas; -dénoncées dénoncer ver f p 29.57 19.05 0.07 0.27 par:pas; -dénoncés dénoncer ver m p 29.57 19.05 0.90 0.88 par:pas; -dénonça dénoncer ver 29.57 19.05 0.03 0.34 ind:pas:3s; -dénonçaient dénoncer ver 29.57 19.05 0.14 0.74 ind:imp:3p; -dénonçais dénoncer ver 29.57 19.05 0.03 0.07 ind:imp:1s; -dénonçait dénoncer ver 29.57 19.05 0.23 1.69 ind:imp:3s; -dénonçant dénoncer ver 29.57 19.05 0.25 1.08 par:pre; -dénonçons dénoncer ver 29.57 19.05 0.02 0.00 imp:pre:1p;ind:pre:1p; -dénonçât dénoncer ver 29.57 19.05 0.00 0.14 sub:imp:3s; -dénotaient dénoter ver 0.23 1.42 0.01 0.07 ind:imp:3p; -dénotait dénoter ver 0.23 1.42 0.00 0.54 ind:imp:3s; -dénotant dénoter ver 0.23 1.42 0.01 0.07 par:pre; -dénote dénoter ver 0.23 1.42 0.18 0.27 ind:pre:1s;ind:pre:3s; -dénotent dénoter ver 0.23 1.42 0.01 0.27 ind:pre:3p; -dénoter dénoter ver 0.23 1.42 0.00 0.07 inf; -dénoterait dénoter ver 0.23 1.42 0.00 0.07 cnd:pre:3s; -dénoté dénoter ver m s 0.23 1.42 0.02 0.07 par:pas; -dénoua dénouer ver 1.42 12.30 0.01 1.82 ind:pas:3s; -dénouaient dénouer ver 1.42 12.30 0.00 0.14 ind:imp:3p; -dénouait dénouer ver 1.42 12.30 0.00 0.74 ind:imp:3s; -dénouant dénouer ver 1.42 12.30 0.00 0.88 par:pre; -dénoue dénouer ver 1.42 12.30 0.46 1.55 imp:pre:2s;ind:pre:1s;ind:pre:3s; -dénouement dénouement nom m s 1.34 4.05 1.31 3.78 -dénouements dénouement nom m p 1.34 4.05 0.03 0.27 -dénouent dénouer ver 1.42 12.30 0.01 0.41 ind:pre:3p; -dénouer dénouer ver 1.42 12.30 0.62 1.96 inf; -dénouera dénouer ver 1.42 12.30 0.03 0.00 ind:fut:3s; -dénouerais dénouer ver 1.42 12.30 0.01 0.07 cnd:pre:1s; -dénouions dénouer ver 1.42 12.30 0.00 0.07 ind:imp:1p; -dénouât dénouer ver 1.42 12.30 0.00 0.07 sub:imp:3s; -dénouèrent dénouer ver 1.42 12.30 0.00 0.20 ind:pas:3p; -dénoué dénouer ver m s 1.42 12.30 0.11 1.01 par:pas; -dénouée dénouer ver f s 1.42 12.30 0.14 0.81 par:pas; -dénouées dénouer ver f p 1.42 12.30 0.00 0.34 par:pas; -dénoués dénouer ver m p 1.42 12.30 0.03 2.23 par:pas; -dénoyautait dénoyauter ver 0.00 0.20 0.00 0.07 ind:imp:3s; -dénoyauter dénoyauter ver 0.00 0.20 0.00 0.14 inf; -dénoyauteur dénoyauteur nom m s 0.03 0.00 0.03 0.00 -dénuda dénuder ver 0.54 5.61 0.00 0.07 ind:pas:3s; -dénudaient dénuder ver 0.54 5.61 0.00 0.14 ind:imp:3p; -dénudait dénuder ver 0.54 5.61 0.00 0.81 ind:imp:3s; -dénudant dénuder ver 0.54 5.61 0.00 0.20 par:pre; -dénudation dénudation nom f s 0.18 0.00 0.18 0.00 -dénude dénuder ver 0.54 5.61 0.05 0.88 imp:pre:2s;ind:pre:1s;ind:pre:3s; -dénudent dénuder ver 0.54 5.61 0.01 0.27 ind:pre:3p; -dénuder dénuder ver 0.54 5.61 0.08 1.01 inf; -dénudera dénuder ver 0.54 5.61 0.00 0.07 ind:fut:3s; -dénuderait dénuder ver 0.54 5.61 0.00 0.07 cnd:pre:3s; -dénudèrent dénuder ver 0.54 5.61 0.00 0.20 ind:pas:3p; -dénudé dénudé adj m s 0.61 4.26 0.36 1.69 -dénudée dénudé adj f s 0.61 4.26 0.13 1.01 -dénudées dénudé adj f p 0.61 4.26 0.05 0.68 -dénudés dénudé adj m p 0.61 4.26 0.07 0.88 -dénuement dénuement nom m s 0.08 3.92 0.08 3.92 -dénégateurs dénégateur adj m p 0.00 0.07 0.00 0.07 -dénégation dénégation nom f s 0.56 2.50 0.48 1.76 -dénégations dénégation nom f p 0.56 2.50 0.08 0.74 -dénué dénuer ver m s 2.06 4.80 1.16 1.69 par:pas; -dénuée dénuer ver f s 2.06 4.80 0.44 1.42 par:pas; -dénuées dénuer ver f p 2.06 4.80 0.17 0.81 par:pas; -dénués dénuer ver m p 2.06 4.80 0.29 0.88 par:pas; -duo duo nom m s 2.58 2.50 2.49 2.09 -duodi duodi nom m s 0.00 0.07 0.00 0.07 -déodorant déodorant nom m s 1.00 0.54 0.85 0.41 -déodorants déodorant nom m p 1.00 0.54 0.15 0.14 -duodécimale duodécimal adj f s 0.00 0.07 0.00 0.07 -duodénal duodénal adj m s 0.03 0.00 0.01 0.00 -duodénale duodénal adj f s 0.03 0.00 0.01 0.00 -duodénum duodénum nom m s 0.17 0.27 0.17 0.27 -déontologie déontologie nom f s 0.37 0.41 0.37 0.41 -déontologique déontologique adj m s 0.07 0.00 0.03 0.00 -déontologiques déontologique adj p 0.07 0.00 0.03 0.00 -duopole duopole nom m s 0.01 0.00 0.01 0.00 -duos duo nom m p 2.58 2.50 0.09 0.41 -dépôt_vente dépôt_vente nom m s 0.03 0.00 0.03 0.00 -dépôt dépôt nom m s 13.20 11.96 11.90 8.58 -dépôts dépôt nom m p 13.20 11.96 1.30 3.38 -dépaillée dépailler ver f s 0.00 0.20 0.00 0.14 par:pas; -dépaillées dépailler ver f p 0.00 0.20 0.00 0.07 par:pas; -dupait duper ver 4.77 2.70 0.03 0.20 ind:imp:3s; -dépannage dépannage nom m s 1.31 1.08 1.17 1.01 -dépannages dépannage nom m p 1.31 1.08 0.14 0.07 -dépannaient dépanner ver 3.56 2.77 0.01 0.00 ind:imp:3p; -dépannait dépanner ver 3.56 2.77 0.01 0.07 ind:imp:3s; -dépanne dépanner ver 3.56 2.77 0.49 0.20 imp:pre:2s;ind:pre:1s;ind:pre:3s; -dépannent dépanner ver 3.56 2.77 0.01 0.00 ind:pre:3p; -dépanner dépanner ver 3.56 2.77 1.95 1.96 inf;; -dépannera dépanner ver 3.56 2.77 0.16 0.14 ind:fut:3s; -dépannerais dépanner ver 3.56 2.77 0.02 0.07 cnd:pre:1s;cnd:pre:2s; -dépannerait dépanner ver 3.56 2.77 0.33 0.07 cnd:pre:3s; -dépanneriez dépanner ver 3.56 2.77 0.01 0.00 cnd:pre:2p; -dépanneront dépanner ver 3.56 2.77 0.01 0.00 ind:fut:3p; -dépanneur dépanneur nom m s 1.84 0.68 0.57 0.41 -dépanneurs dépanneur nom m p 1.84 0.68 0.13 0.00 -dépanneuse dépanneur nom f s 1.84 0.68 1.13 0.20 -dépanneuses dépanneuse nom f p 0.02 0.00 0.02 0.00 -dépannons dépanner ver 3.56 2.77 0.01 0.00 ind:pre:1p; -dépanné dépanner ver m s 3.56 2.77 0.47 0.00 par:pas; -dépannée dépanner ver f s 3.56 2.77 0.04 0.14 par:pas; -dépannés dépanner ver m p 3.56 2.77 0.03 0.14 par:pas; -dupant duper ver 4.77 2.70 0.04 0.07 par:pre; -dépaquetait dépaqueter ver 0.00 0.07 0.00 0.07 ind:imp:3s; -déparaient déparer ver 0.13 1.42 0.00 0.14 ind:imp:3p; -déparait déparer ver 0.13 1.42 0.00 0.27 ind:imp:3s; -dépare déparer ver 0.13 1.42 0.11 0.47 imp:pre:2s;ind:pre:1s;ind:pre:3s; -dépareillaient dépareiller ver 0.10 0.68 0.00 0.07 ind:imp:3p; -dépareillait dépareiller ver 0.10 0.68 0.01 0.00 ind:imp:3s; -dépareiller dépareiller ver 0.10 0.68 0.03 0.00 inf; -dépareilleraient dépareiller ver 0.10 0.68 0.00 0.07 cnd:pre:3p; -dépareillé dépareillé adj m s 0.11 2.03 0.01 0.14 -dépareillée dépareillé adj f s 0.11 2.03 0.02 0.07 -dépareillées dépareillé adj f p 0.11 2.03 0.04 0.95 -dépareillés dépareillé adj m p 0.11 2.03 0.03 0.88 -déparer déparer ver 0.13 1.42 0.01 0.27 inf; -déparerait déparer ver 0.13 1.42 0.01 0.00 cnd:pre:3s; -déparié déparier ver m s 0.00 2.09 0.00 0.95 par:pas; -dépariée déparier ver f s 0.00 2.09 0.00 0.88 par:pas; -dépariées déparier ver f p 0.00 2.09 0.00 0.07 par:pas; -dépariés déparier ver m p 0.00 2.09 0.00 0.20 par:pas; -déparlait déparler ver 0.00 0.14 0.00 0.07 ind:imp:3s; -déparler déparler ver 0.00 0.14 0.00 0.07 inf; -déparât déparer ver 0.13 1.42 0.00 0.07 sub:imp:3s; -départ départ nom m s 68.49 123.04 67.35 116.96 -départage départager ver 0.92 0.81 0.04 0.00 ind:pre:3s; -départageant départager ver 0.92 0.81 0.01 0.00 par:pre; -départager départager ver 0.92 0.81 0.85 0.61 inf; -départagera départager ver 0.92 0.81 0.01 0.07 ind:fut:3s; -départagions départager ver 0.92 0.81 0.00 0.07 ind:imp:1p; -départagé départager ver m s 0.92 0.81 0.00 0.07 par:pas; -départait départir ver 0.67 4.19 0.00 0.47 ind:imp:3s; -département département nom m s 15.53 12.36 14.70 8.04 -départemental départemental adj m s 0.13 2.03 0.02 0.74 -départementale départementale nom f s 0.26 1.42 0.26 1.15 -départementales départemental adj f p 0.13 2.03 0.00 0.34 -départementaux départemental adj m p 0.13 2.03 0.01 0.47 -départements département nom m p 15.53 12.36 0.83 4.32 -départent départir ver 0.67 4.19 0.00 0.07 ind:pre:3p; -départi départir ver m s 0.67 4.19 0.00 0.41 par:pas; -départie départir ver f s 0.67 4.19 0.00 0.07 par:pas; -départir départir ver 0.67 4.19 0.04 1.82 inf; -départira départir ver 0.67 4.19 0.00 0.07 ind:fut:3s; -départirent départir ver 0.67 4.19 0.00 0.14 ind:pas:3p; -départis départir ver m p 0.67 4.19 0.01 0.07 ind:pas:1s;par:pas; -départit départir ver 0.67 4.19 0.00 0.27 ind:pas:3s; -départs départ nom m p 68.49 123.04 1.14 6.08 -déparé déparer ver m s 0.13 1.42 0.00 0.20 par:pas; -dépassa dépasser ver 42.62 78.78 0.05 3.99 ind:pas:3s; -dépassai dépasser ver 42.62 78.78 0.00 0.20 ind:pas:1s; -dépassaient dépasser ver 42.62 78.78 0.17 5.95 ind:imp:3p; -dépassais dépasser ver 42.62 78.78 0.06 0.41 ind:imp:1s;ind:imp:2s; -dépassait dépasser ver 42.62 78.78 1.08 12.84 ind:imp:3s; -dépassant dépasser ver 42.62 78.78 0.47 4.86 par:pre; -dépasse dépasser ver 42.62 78.78 14.14 12.43 imp:pre:2s;ind:pre:1s;ind:pre:3s; -dépassement dépassement nom m s 0.55 0.61 0.49 0.41 -dépassements dépassement nom m p 0.55 0.61 0.06 0.20 -dépassent dépasser ver 42.62 78.78 3.12 5.74 ind:pre:3p; -dépasser dépasser ver 42.62 78.78 6.12 10.27 inf; -dépassera dépasser ver 42.62 78.78 0.19 0.61 ind:fut:3s; -dépasserai dépasser ver 42.62 78.78 0.01 0.07 ind:fut:1s; -dépasseraient dépasser ver 42.62 78.78 0.00 0.07 cnd:pre:3p; -dépasserais dépasser ver 42.62 78.78 0.06 0.00 cnd:pre:1s;cnd:pre:2s; -dépasserait dépasser ver 42.62 78.78 0.41 0.54 cnd:pre:3s; -dépasseras dépasser ver 42.62 78.78 0.05 0.00 ind:fut:2s; -dépasserions dépasser ver 42.62 78.78 0.00 0.07 cnd:pre:1p; -dépasseront dépasser ver 42.62 78.78 0.20 0.14 ind:fut:3p; -dépasses dépasser ver 42.62 78.78 1.63 0.27 ind:pre:2s; -dépassez dépasser ver 42.62 78.78 1.39 0.27 imp:pre:2p;ind:pre:2p; -dépassiez dépasser ver 42.62 78.78 0.05 0.00 ind:imp:2p; -dépassionnons dépassionner ver 0.00 0.07 0.00 0.07 imp:pre:1p; -dépassions dépasser ver 42.62 78.78 0.11 0.54 ind:imp:1p; -dépassâmes dépasser ver 42.62 78.78 0.00 0.27 ind:pas:1p; -dépassons dépasser ver 42.62 78.78 0.19 0.54 imp:pre:1p;ind:pre:1p; -dépassât dépasser ver 42.62 78.78 0.00 0.41 sub:imp:3s; -dépassèrent dépasser ver 42.62 78.78 0.01 1.42 ind:pas:3p; -dépassé dépasser ver m s 42.62 78.78 10.90 12.09 par:pas; -dépassée dépasser ver f s 42.62 78.78 0.82 2.64 par:pas; -dépassées dépasser ver f p 42.62 78.78 0.39 0.47 par:pas; -dépassés dépasser ver m p 42.62 78.78 1.01 1.69 par:pas; -dépatouillait dépatouiller ver 0.05 0.41 0.00 0.07 ind:imp:3s; -dépatouille dépatouiller ver 0.05 0.41 0.00 0.14 ind:pre:1s; -dépatouiller dépatouiller ver 0.05 0.41 0.05 0.20 inf; -dépaver dépaver ver 0.00 0.07 0.00 0.07 inf; -dépaysaient dépayser ver 0.24 3.38 0.00 0.34 ind:imp:3p; -dépaysait dépayser ver 0.24 3.38 0.00 0.41 ind:imp:3s; -dépaysant dépaysant adj m s 0.16 0.34 0.15 0.07 -dépaysante dépaysant adj f s 0.16 0.34 0.00 0.20 -dépaysantes dépaysant adj f p 0.16 0.34 0.01 0.07 -dépayse dépayser ver 0.24 3.38 0.01 0.41 ind:pre:1s;ind:pre:3s; -dépaysement dépaysement nom m s 0.03 3.11 0.03 2.97 -dépaysements dépaysement nom m p 0.03 3.11 0.00 0.14 -dépayser dépayser ver 0.24 3.38 0.04 0.27 inf; -dépaysera dépayser ver 0.24 3.38 0.01 0.00 ind:fut:3s; -dépaysé dépayser ver m s 0.24 3.38 0.14 0.47 par:pas; -dépaysée dépayser ver f s 0.24 3.38 0.03 0.68 par:pas; -dépaysés dépayser ver m p 0.24 3.38 0.01 0.68 par:pas; -dupe dupe adj m s 2.71 8.51 2.37 7.36 -dépecer dépecer ver 1.18 2.57 0.47 0.68 inf; -dépeceur dépeceur nom m s 0.03 0.47 0.03 0.34 -dépeceurs dépeceur nom m p 0.03 0.47 0.00 0.14 -dépecez dépecer ver 1.18 2.57 0.02 0.00 imp:pre:2p;ind:pre:2p; -dépecèrent dépecer ver 1.18 2.57 0.00 0.14 ind:pas:3p; -dépecé dépecer ver m s 1.18 2.57 0.10 0.54 par:pas; -dépecée dépecer ver f s 1.18 2.57 0.02 0.00 par:pas; -dépecés dépecer ver m p 1.18 2.57 0.10 0.41 par:pas; -dépeignaient dépeindre ver 2.24 4.19 0.00 0.07 ind:imp:3p; -dépeignais dépeindre ver 2.24 4.19 0.00 0.07 ind:imp:1s; -dépeignait dépeindre ver 2.24 4.19 0.01 0.68 ind:imp:3s; -dépeignant dépeindre ver 2.24 4.19 0.20 0.00 par:pre; -dépeigne dépeigner ver 0.16 1.15 0.00 0.14 imp:pre:2s;ind:pre:3s; -dépeignent dépeindre ver 2.24 4.19 0.21 0.41 ind:pre:3p;ind:pre:3p;sub:pre:3p; -dépeignirent dépeindre ver 2.24 4.19 0.00 0.07 ind:pas:3p; -dépeignis dépeindre ver 2.24 4.19 0.00 0.07 ind:pas:1s; -dépeignit dépeindre ver 2.24 4.19 0.00 0.07 ind:pas:3s; -dépeigné dépeigner ver m s 0.16 1.15 0.14 0.47 par:pas; -dépeignée dépeigner ver f s 0.16 1.15 0.00 0.34 par:pas; -dépeignés dépeigner ver m p 0.16 1.15 0.00 0.20 par:pas; -dépeindre dépeindre ver 2.24 4.19 0.66 1.01 inf; -dépeins dépeindre ver 2.24 4.19 0.11 0.20 ind:pre:1s;ind:pre:2s; -dépeint dépeindre ver m s 2.24 4.19 0.79 1.15 ind:pre:3s;par:pas; -dépeinte dépeindre ver f s 2.24 4.19 0.04 0.27 par:pas; -dépeintes dépeint adj f p 0.26 0.41 0.11 0.07 -dépeints dépeindre ver m p 2.24 4.19 0.23 0.14 par:pas; -dépenaillement dépenaillement nom m s 0.00 0.14 0.00 0.07 -dépenaillements dépenaillement nom m p 0.00 0.14 0.00 0.07 -dépenaillé dépenaillé adj m s 0.06 1.22 0.05 0.41 -dépenaillée dépenaillé nom f s 0.04 0.61 0.01 0.14 -dépenaillées dépenaillé adj f p 0.06 1.22 0.01 0.07 -dépenaillés dépenaillé adj m p 0.06 1.22 0.00 0.54 -dépend dépendre ver 60.33 36.49 48.30 15.20 ind:pre:3s; -dépendît dépendre ver 60.33 36.49 0.00 0.34 sub:imp:3s; -dépendaient dépendre ver 60.33 36.49 0.13 1.76 ind:imp:3p; -dépendais dépendre ver 60.33 36.49 0.04 0.34 ind:imp:1s;ind:imp:2s; -dépendait dépendre ver 60.33 36.49 1.87 7.64 ind:imp:3s; -dépendance dépendance nom f s 2.42 5.34 2.03 3.51 -dépendances dépendance nom f p 2.42 5.34 0.39 1.82 -dépendant dépendant adj m s 1.81 0.95 0.56 0.34 -dépendante dépendant adj f s 1.81 0.95 0.68 0.27 -dépendantes dépendant adj f p 1.81 0.95 0.13 0.00 -dépendants dépendant adj m p 1.81 0.95 0.44 0.34 -dépende dépendre ver 60.33 36.49 0.17 0.27 sub:pre:1s;sub:pre:3s; -dépendent dépendre ver 60.33 36.49 2.64 2.09 ind:pre:3p; -dépendeur dépendeur nom m s 0.00 0.34 0.00 0.27 -dépendeurs dépendeur nom m p 0.00 0.34 0.00 0.07 -dépendez dépendre ver 60.33 36.49 0.25 0.00 ind:pre:2p; -dépendions dépendre ver 60.33 36.49 0.01 0.07 ind:imp:1p; -dépendit dépendre ver 60.33 36.49 0.00 0.07 ind:pas:3s; -dépendons dépendre ver 60.33 36.49 0.43 0.20 imp:pre:1p;ind:pre:1p; -dépendra dépendre ver 60.33 36.49 2.05 1.22 ind:fut:3s; -dépendraient dépendre ver 60.33 36.49 0.01 0.34 cnd:pre:3p; -dépendrait dépendre ver 60.33 36.49 0.12 1.42 cnd:pre:3s; -dépendre dépendre ver 60.33 36.49 2.46 2.84 inf; -dépendrez dépendre ver 60.33 36.49 0.01 0.14 ind:fut:2p; -dépendront dépendre ver 60.33 36.49 0.07 0.61 ind:fut:3p; -dépends dépendre ver 60.33 36.49 1.18 0.20 imp:pre:2s;ind:pre:1s;ind:pre:2s; -dépendu dépendre ver m s 60.33 36.49 0.12 0.68 par:pas; -dépens dépens nom m p 3.19 3.99 3.19 3.99 -dépensa dépenser ver 31.10 15.41 0.04 0.74 ind:pas:3s; -dépensai dépenser ver 31.10 15.41 0.00 0.14 ind:pas:1s; -dépensaient dépenser ver 31.10 15.41 0.03 0.41 ind:imp:3p; -dépensais dépenser ver 31.10 15.41 0.31 0.20 ind:imp:1s;ind:imp:2s; -dépensait dépenser ver 31.10 15.41 0.60 2.09 ind:imp:3s; -dépensant dépenser ver 31.10 15.41 0.23 0.54 par:pre; -dépense dépenser ver 31.10 15.41 4.25 1.55 imp:pre:2s;ind:pre:1s;ind:pre:3s; -dépensent dépenser ver 31.10 15.41 1.30 0.27 ind:pre:3p; -dépenser dépenser ver 31.10 15.41 8.77 5.14 inf; -dépensera dépenser ver 31.10 15.41 0.21 0.00 ind:fut:3s; -dépenserai dépenser ver 31.10 15.41 0.17 0.07 ind:fut:1s; -dépenseraient dépenser ver 31.10 15.41 0.01 0.00 cnd:pre:3p; -dépenserais dépenser ver 31.10 15.41 0.60 0.07 cnd:pre:1s;cnd:pre:2s; -dépenserait dépenser ver 31.10 15.41 0.04 0.20 cnd:pre:3s; -dépenseras dépenser ver 31.10 15.41 0.12 0.00 ind:fut:2s; -dépenserez dépenser ver 31.10 15.41 0.15 0.07 ind:fut:2p; -dépenserions dépenser ver 31.10 15.41 0.02 0.07 cnd:pre:1p; -dépenseront dépenser ver 31.10 15.41 0.06 0.00 ind:fut:3p; -dépenses dépense nom f p 7.11 8.72 5.29 5.07 -dépensez dépenser ver 31.10 15.41 1.29 0.07 imp:pre:2p;ind:pre:2p; -dépensier dépensier adj m s 0.17 0.68 0.10 0.27 -dépensiers dépensier adj m p 0.17 0.68 0.02 0.07 -dépensiez dépenser ver 31.10 15.41 0.04 0.00 ind:imp:2p; -dépensière dépensier adj f s 0.17 0.68 0.05 0.34 -dépensons dépenser ver 31.10 15.41 0.12 0.07 imp:pre:1p;ind:pre:1p; -dépensé dépenser ver m s 31.10 15.41 10.64 2.36 par:pas; -dépensée dépenser ver f s 31.10 15.41 0.11 0.47 par:pas; -dépensées dépenser ver f p 31.10 15.41 0.06 0.41 par:pas; -dépensés dépenser ver m p 31.10 15.41 0.56 0.27 par:pas; -dupent duper ver 4.77 2.70 0.06 0.00 ind:pre:3p; -duper duper ver 4.77 2.70 1.96 1.35 inf; -dupera duper ver 4.77 2.70 0.04 0.00 ind:fut:3s; -duperas duper ver 4.77 2.70 0.03 0.00 ind:fut:2s; -déperdition déperdition nom f s 0.05 0.34 0.04 0.34 -déperditions déperdition nom f p 0.05 0.34 0.01 0.00 -duperie duperie nom f s 0.43 0.88 0.26 0.81 -duperies duperie nom f p 0.43 0.88 0.17 0.07 -dépersonnalisation dépersonnalisation nom f s 0.02 0.00 0.02 0.00 -dépersonnaliser dépersonnaliser ver 0.03 0.14 0.01 0.14 inf; -dépersonnalisé dépersonnaliser ver m s 0.03 0.14 0.02 0.00 par:pas; -dépersonnalisée dépersonnalisé adj f s 0.00 0.07 0.00 0.07 -dupes dupe nom f p 1.01 1.28 0.66 0.41 -dépeçage dépeçage nom m s 0.01 0.34 0.01 0.34 -dépeçaient dépecer ver 1.18 2.57 0.00 0.14 ind:imp:3p; -dépeçait dépecer ver 1.18 2.57 0.03 0.00 ind:imp:3s; -dépeçant dépecer ver 1.18 2.57 0.00 0.14 par:pre; -dépeuplait dépeupler ver 0.41 1.28 0.00 0.07 ind:imp:3s; -dépeuple dépeupler ver 0.41 1.28 0.14 0.20 ind:pre:3s; -dépeuplent dépeupler ver 0.41 1.28 0.00 0.07 ind:pre:3p; -dépeupler dépeupler ver 0.41 1.28 0.02 0.27 inf; -dépeuplera dépeupler ver 0.41 1.28 0.00 0.07 ind:fut:3s; -dépeuplé dépeupler ver m s 0.41 1.28 0.14 0.34 par:pas; -dépeuplée dépeupler ver f s 0.41 1.28 0.10 0.14 par:pas; -dépeuplées dépeuplé adj f p 0.00 0.61 0.00 0.07 -dépeuplés dépeupler ver m p 0.41 1.28 0.01 0.14 par:pas; -dupeur dupeur nom m s 0.01 0.00 0.01 0.00 -dupez duper ver 4.77 2.70 0.14 0.00 imp:pre:2p;ind:pre:2p; -déphasage déphasage nom m s 0.16 0.00 0.16 0.00 -déphase déphaser ver 0.20 0.20 0.01 0.00 ind:pre:3s; -déphaseurs déphaseur nom m p 0.01 0.00 0.01 0.00 -déphasé déphasé adj m s 0.28 0.20 0.25 0.00 -déphasée déphaser ver f s 0.20 0.20 0.05 0.00 par:pas; -déphasés déphasé adj m p 0.28 0.20 0.02 0.07 -dépiautaient dépiauter ver 0.10 2.03 0.00 0.07 ind:imp:3p; -dépiautait dépiauter ver 0.10 2.03 0.00 0.27 ind:imp:3s; -dépiautant dépiauter ver 0.10 2.03 0.00 0.07 par:pre; -dépiaute dépiauter ver 0.10 2.03 0.01 0.34 imp:pre:2s;ind:pre:1s;ind:pre:3s; -dépiautent dépiauter ver 0.10 2.03 0.01 0.00 ind:pre:3p; -dépiauter dépiauter ver 0.10 2.03 0.06 0.74 inf; -dépiautera dépiauter ver 0.10 2.03 0.01 0.00 ind:fut:3s; -dépiautèrent dépiauter ver 0.10 2.03 0.00 0.07 ind:pas:3p; -dépiauté dépiauter ver m s 0.10 2.03 0.00 0.34 par:pas; -dépiautés dépiauter ver m p 0.10 2.03 0.01 0.14 par:pas; -dépieute dépieuter ver 0.01 0.07 0.01 0.07 ind:pre:1s;ind:pre:3s; -dépigmentation dépigmentation nom f s 0.01 0.07 0.01 0.07 -dépigmenté dépigmenter ver m s 0.01 0.14 0.00 0.07 par:pas; -dépigmentés dépigmenter ver m p 0.01 0.14 0.01 0.07 par:pas; -dépilatoire dépilatoire adj s 0.04 0.07 0.04 0.07 -dépiler dépiler ver 0.00 0.07 0.00 0.07 inf; -dépiquage dépiquage nom m s 0.00 0.20 0.00 0.20 -dépique dépiquer ver 0.00 0.27 0.00 0.14 ind:pre:3s; -dépiquer dépiquer ver 0.00 0.27 0.00 0.07 inf; -dépiqués dépiquer ver m p 0.00 0.27 0.00 0.07 par:pas; -dépistage dépistage nom m s 0.76 0.47 0.75 0.34 -dépistages dépistage nom m p 0.76 0.47 0.01 0.14 -dépistait dépister ver 0.20 1.15 0.00 0.20 ind:imp:3s; -dépistant dépister ver 0.20 1.15 0.00 0.07 par:pre; -dépiste dépister ver 0.20 1.15 0.02 0.20 ind:pre:3s; -dépister dépister ver 0.20 1.15 0.14 0.54 inf; -dépisté dépister ver m s 0.20 1.15 0.04 0.14 par:pas; -dépit dépit nom m s 5.82 44.12 5.82 44.12 -dépita dépiter ver 0.12 1.15 0.00 0.20 ind:pas:3s; -dépitait dépiter ver 0.12 1.15 0.00 0.14 ind:imp:3s; -dépiter dépiter ver 0.12 1.15 0.10 0.00 inf; -dépité dépité adj m s 0.05 1.62 0.05 0.95 -dépitée dépiter ver f s 0.12 1.15 0.01 0.41 par:pas; -dépités dépité adj m p 0.05 1.62 0.00 0.20 -déplût déplaire ver 12.23 20.61 0.00 0.14 sub:imp:3s; -déplaît déplaire ver 12.23 20.61 5.08 4.32 ind:pre:3s; -déplace déplacer ver 38.63 46.82 7.79 6.22 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -déplacement déplacement nom m s 5.03 11.49 3.38 6.15 -déplacements déplacement nom m p 5.03 11.49 1.64 5.34 -déplacent déplacer ver 38.63 46.82 2.30 2.30 ind:pre:3p; -déplacer déplacer ver 38.63 46.82 13.40 11.08 inf;; -déplacera déplacer ver 38.63 46.82 0.22 0.20 ind:fut:3s; -déplacerai déplacer ver 38.63 46.82 0.39 0.00 ind:fut:1s; -déplaceraient déplacer ver 38.63 46.82 0.00 0.27 cnd:pre:3p; -déplacerait déplacer ver 38.63 46.82 0.03 0.20 cnd:pre:3s; -déplaceras déplacer ver 38.63 46.82 0.02 0.00 ind:fut:2s; -déplacerez déplacer ver 38.63 46.82 0.03 0.00 ind:fut:2p; -déplacerons déplacer ver 38.63 46.82 0.13 0.07 ind:fut:1p; -déplaceront déplacer ver 38.63 46.82 0.03 0.00 ind:fut:3p; -déplaces déplacer ver 38.63 46.82 0.68 0.07 ind:pre:2s; -déplacez déplacer ver 38.63 46.82 1.69 0.07 imp:pre:2p;ind:pre:2p; -déplaciez déplacer ver 38.63 46.82 0.07 0.07 ind:imp:2p; -déplacions déplacer ver 38.63 46.82 0.00 0.20 ind:imp:1p; -déplacèrent déplacer ver 38.63 46.82 0.01 0.61 ind:pas:3p; -déplacé déplacer ver m s 38.63 46.82 5.99 3.99 par:pas; -déplacée déplacer ver f s 38.63 46.82 1.46 1.76 par:pas; -déplacées déplacé adj f p 2.87 3.92 0.40 0.54 -déplacés déplacer ver m p 38.63 46.82 1.40 0.88 par:pas; -déplaira déplaire ver 12.23 20.61 0.27 0.07 ind:fut:3s; -déplairaient déplaire ver 12.23 20.61 0.03 0.00 cnd:pre:3p; -déplairait déplaire ver 12.23 20.61 0.79 0.68 cnd:pre:3s; -déplaire déplaire ver 12.23 20.61 1.52 4.26 inf; -déplairont déplaire ver 12.23 20.61 0.14 0.00 ind:fut:3p; -déplais déplaire ver 12.23 20.61 0.74 0.14 ind:pre:1s;ind:pre:2s; -déplaisaient déplaire ver 12.23 20.61 0.10 0.68 ind:imp:3p; -déplaisais déplaire ver 12.23 20.61 0.02 0.20 ind:imp:1s; -déplaisait déplaire ver 12.23 20.61 0.34 4.86 ind:imp:3s; -déplaisant déplaisant adj m s 3.34 5.47 1.81 2.50 -déplaisante déplaisant adj f s 3.34 5.47 1.00 2.09 -déplaisantes déplaisant adj f p 3.34 5.47 0.37 0.54 -déplaisants déplaisant adj m p 3.34 5.47 0.16 0.34 -déplaise déplaire ver 12.23 20.61 0.88 0.68 sub:pre:1s;sub:pre:3s; -déplaisent déplaire ver 12.23 20.61 0.86 0.41 ind:pre:3p; -déplaisez déplaire ver 12.23 20.61 0.05 0.00 ind:pre:2p; -déplaisiez déplaire ver 12.23 20.61 0.10 0.07 ind:imp:2p; -déplaisir déplaisir nom m s 1.29 1.96 1.03 1.82 -déplaisirs déplaisir nom m p 1.29 1.96 0.27 0.14 -déplanque déplanquer ver 0.00 0.14 0.00 0.14 ind:pre:3s; -déplantoir déplantoir nom m s 0.04 0.00 0.04 0.00 -déplantèrent déplanter ver 0.00 0.07 0.00 0.07 ind:pas:3p; -déplaça déplacer ver 38.63 46.82 0.14 3.04 ind:pas:3s; -déplaçai déplacer ver 38.63 46.82 0.00 0.41 ind:pas:1s; -déplaçaient déplacer ver 38.63 46.82 0.11 2.64 ind:imp:3p; -déplaçais déplacer ver 38.63 46.82 0.30 0.27 ind:imp:1s;ind:imp:2s; -déplaçait déplacer ver 38.63 46.82 1.01 7.23 ind:imp:3s; -déplaçant déplacer ver 38.63 46.82 0.77 4.59 par:pre; -déplaçons déplacer ver 38.63 46.82 0.44 0.20 imp:pre:1p;ind:pre:1p; -déplaçât déplacer ver 38.63 46.82 0.00 0.14 sub:imp:3s; -duplex duplex nom m 0.41 1.35 0.41 1.35 -déplia déplier ver 0.89 19.46 0.00 4.12 ind:pas:3s; -dépliable dépliable adj m s 0.00 0.07 0.00 0.07 -dépliai déplier ver 0.89 19.46 0.00 0.68 ind:pas:1s; -dépliaient déplier ver 0.89 19.46 0.00 0.54 ind:imp:3p; -dépliais déplier ver 0.89 19.46 0.00 0.14 ind:imp:1s; -dépliait déplier ver 0.89 19.46 0.20 2.09 ind:imp:3s; -dépliant dépliant nom m s 0.47 1.69 0.36 1.15 -dépliante dépliant adj f s 0.04 0.34 0.02 0.14 -dépliants dépliant nom m p 0.47 1.69 0.11 0.54 -duplicata duplicata nom m 0.08 0.41 0.08 0.41 -duplicate duplicate nom m s 0.03 0.00 0.03 0.00 -duplicateur duplicateur nom m s 0.23 0.14 0.03 0.14 -duplicateurs duplicateur nom m p 0.23 0.14 0.21 0.00 -duplication duplication nom f s 0.19 0.47 0.19 0.47 -duplice duplice nom f s 0.01 0.14 0.01 0.14 -duplicité duplicité nom f s 0.30 1.28 0.30 1.28 -déplie déplier ver 0.89 19.46 0.27 2.16 imp:pre:2s;ind:pre:1s;ind:pre:3s; -dépliement dépliement nom m s 0.00 0.14 0.00 0.14 -déplient déplier ver 0.89 19.46 0.00 0.61 ind:pre:3p; -déplier déplier ver 0.89 19.46 0.16 2.43 inf; -déplies déplier ver 0.89 19.46 0.01 0.07 ind:pre:2s; -dépliâmes déplier ver 0.89 19.46 0.00 0.14 ind:pas:1p; -déplions déplier ver 0.89 19.46 0.00 0.14 imp:pre:1p;ind:pre:1p; -dupliquer dupliquer ver 0.31 0.00 0.13 0.00 inf; -dupliqué dupliquer ver m s 0.31 0.00 0.13 0.00 par:pas; -dupliqués dupliquer ver m p 0.31 0.00 0.05 0.00 par:pas; -déplissa déplisser ver 0.01 0.68 0.00 0.07 ind:pas:3s; -déplissaient déplisser ver 0.01 0.68 0.00 0.14 ind:imp:3p; -déplissait déplisser ver 0.01 0.68 0.00 0.27 ind:imp:3s; -déplisse déplisser ver 0.01 0.68 0.00 0.07 ind:pre:3s; -déplissent déplisser ver 0.01 0.68 0.00 0.07 ind:pre:3p; -déplisser déplisser ver 0.01 0.68 0.01 0.07 inf; -déplièrent déplier ver 0.89 19.46 0.00 0.27 ind:pas:3p; -déplié déplier ver m s 0.89 19.46 0.06 3.31 par:pas; -dépliée déplier ver f s 0.89 19.46 0.00 1.08 par:pas; -dépliées déplier ver f p 0.89 19.46 0.03 0.34 par:pas; -dépliés déplier ver m p 0.89 19.46 0.01 0.47 par:pas; -déploie déployer ver 7.09 30.27 0.94 5.27 imp:pre:2s;ind:pre:1s;ind:pre:3s; -déploiement déploiement nom m s 1.25 3.04 1.20 2.43 -déploiements déploiement nom m p 1.25 3.04 0.05 0.61 -déploient déployer ver 7.09 30.27 0.34 1.42 ind:pre:3p; -déploiera déployer ver 7.09 30.27 0.04 0.14 ind:fut:3s; -déploierai déployer ver 7.09 30.27 0.00 0.14 ind:fut:1s; -déploieraient déployer ver 7.09 30.27 0.00 0.07 cnd:pre:3p; -déploierait déployer ver 7.09 30.27 0.00 0.07 cnd:pre:3s; -déploieras déployer ver 7.09 30.27 0.00 0.07 ind:fut:2s; -déploierez déployer ver 7.09 30.27 0.03 0.00 ind:fut:2p; -déploierons déployer ver 7.09 30.27 0.02 0.14 ind:fut:1p; -déploieront déployer ver 7.09 30.27 0.02 0.14 ind:fut:3p; -déploies déployer ver 7.09 30.27 0.05 0.00 ind:pre:2s; -déplombé déplomber ver m s 0.00 0.07 0.00 0.07 par:pas; -déplora déplorer ver 2.53 8.04 0.01 0.41 ind:pas:3s; -déplorable déplorable adj s 1.52 5.14 1.29 3.99 -déplorablement déplorablement adv 0.01 0.41 0.01 0.41 -déplorables déplorable adj p 1.52 5.14 0.23 1.15 -déplorai déplorer ver 2.53 8.04 0.00 0.20 ind:pas:1s; -déploraient déplorer ver 2.53 8.04 0.00 0.20 ind:imp:3p; -déplorais déplorer ver 2.53 8.04 0.01 0.34 ind:imp:1s; -déplorait déplorer ver 2.53 8.04 0.01 1.35 ind:imp:3s; -déplorant déplorer ver 2.53 8.04 0.01 0.74 par:pre; -déploration déploration nom f s 0.00 0.20 0.00 0.20 -déplore déplorer ver 2.53 8.04 1.61 1.69 imp:pre:2s;ind:pre:1s;ind:pre:3s; -déplorent déplorer ver 2.53 8.04 0.27 0.27 ind:pre:3p; -déplorer déplorer ver 2.53 8.04 0.17 1.49 inf; -déplorerais déplorer ver 2.53 8.04 0.02 0.27 cnd:pre:1s; -déplorerait déplorer ver 2.53 8.04 0.01 0.07 cnd:pre:3s; -déplorerons déplorer ver 2.53 8.04 0.00 0.07 ind:fut:1p; -déplorez déplorer ver 2.53 8.04 0.01 0.14 imp:pre:2p;ind:pre:2p; -déplorions déplorer ver 2.53 8.04 0.00 0.07 ind:imp:1p; -déplorons déplorer ver 2.53 8.04 0.27 0.07 ind:pre:1p; -déplorèrent déplorer ver 2.53 8.04 0.00 0.07 ind:pas:3p; -déploré déplorer ver m s 2.53 8.04 0.13 0.47 par:pas; -déplorée déplorer ver f s 2.53 8.04 0.00 0.07 par:pas; -déplorés déplorer ver m p 2.53 8.04 0.00 0.07 par:pas; -déplâtré déplâtrer ver m s 0.01 0.07 0.01 0.07 par:pas; -déploya déployer ver 7.09 30.27 0.03 1.69 ind:pas:3s; -déployaient déployer ver 7.09 30.27 0.01 2.03 ind:imp:3p; -déployais déployer ver 7.09 30.27 0.00 0.07 ind:imp:1s; -déployait déployer ver 7.09 30.27 0.13 3.78 ind:imp:3s; -déployant déployer ver 7.09 30.27 0.20 1.69 par:pre; -déployasse déployer ver 7.09 30.27 0.00 0.07 sub:imp:1s; -déployer déployer ver 7.09 30.27 1.81 6.01 inf; -déployez déployer ver 7.09 30.27 1.67 0.07 imp:pre:2p;ind:pre:2p; -déployions déployer ver 7.09 30.27 0.00 0.14 ind:imp:1p; -déployons déployer ver 7.09 30.27 0.08 0.14 imp:pre:1p;ind:pre:1p; -déployât déployer ver 7.09 30.27 0.00 0.07 sub:imp:3s; -déployèrent déployer ver 7.09 30.27 0.01 0.27 ind:pas:3p; -déployé déployer ver m s 7.09 30.27 0.94 2.77 par:pas; -déployée déployer ver f s 7.09 30.27 0.24 2.03 par:pas; -déployées déployé adj f p 0.80 5.41 0.32 1.49 -déployés déployer ver m p 7.09 30.27 0.33 1.55 par:pas; -déplu déplaire ver m s 12.23 20.61 1.23 2.50 par:pas; -déplumait déplumer ver 0.17 0.47 0.00 0.07 ind:imp:3s; -déplume déplumer ver 0.17 0.47 0.11 0.07 ind:pre:1s;ind:pre:3s; -déplumer déplumer ver 0.17 0.47 0.02 0.07 inf; -déplumé déplumé adj m s 0.33 1.55 0.16 1.15 -déplumée déplumé adj f s 0.33 1.55 0.16 0.00 -déplumés déplumé adj m p 0.33 1.55 0.02 0.41 -déplurent déplaire ver 12.23 20.61 0.00 0.20 ind:pas:3p; -déplut déplaire ver 12.23 20.61 0.01 1.01 ind:pas:3s; -dépoile dépoiler ver 0.06 0.34 0.03 0.00 ind:pre:1s; -dépoiler dépoiler ver 0.06 0.34 0.03 0.00 inf; -dépoilé dépoiler ver m s 0.06 0.34 0.00 0.14 par:pas; -dépoilée dépoiler ver f s 0.06 0.34 0.00 0.07 par:pas; -dépoilées dépoiler ver f p 0.06 0.34 0.00 0.14 par:pas; -dépointées dépointer ver f p 0.00 0.07 0.00 0.07 par:pas; -dépoitraillé dépoitraillé adj m s 0.02 0.68 0.02 0.27 -dépoitraillée dépoitraillé adj f s 0.02 0.68 0.00 0.20 -dépoitraillées dépoitraillé adj f p 0.02 0.68 0.00 0.07 -dépoitraillés dépoitraillé adj m p 0.02 0.68 0.00 0.14 -dépoli dépoli adj m s 0.01 2.30 0.01 1.15 -dépolie dépoli adj f s 0.01 2.30 0.00 0.34 -dépolies dépoli adj f p 0.01 2.30 0.00 0.47 -dépolis dépoli adj m p 0.01 2.30 0.00 0.34 -dépolissait dépolir ver 0.01 0.95 0.00 0.07 ind:imp:3s; -dépolit dépolir ver 0.01 0.95 0.01 0.07 ind:pre:3s; -dépolitisant dépolitiser ver 0.10 0.07 0.00 0.07 par:pre; -dépolitisé dépolitiser ver m s 0.10 0.07 0.10 0.00 par:pas; -dépolluer dépolluer ver 0.04 0.00 0.04 0.00 inf; -dépollution dépollution nom f s 0.03 0.00 0.03 0.00 -dupons duper ver 4.77 2.70 0.01 0.07 ind:pre:1p; -dépopulation dépopulation nom f s 0.00 0.07 0.00 0.07 -déport déport nom m s 0.00 0.14 0.00 0.14 -déporta déporter ver 2.75 4.26 0.00 0.20 ind:pas:3s; -déportaient déporter ver 2.75 4.26 0.01 0.07 ind:imp:3p; -déportais déporter ver 2.75 4.26 0.01 0.07 ind:imp:1s; -déportait déporter ver 2.75 4.26 0.00 0.14 ind:imp:3s; -déportant déporter ver 2.75 4.26 0.01 0.07 par:pre; -déportation déportation nom f s 1.58 2.23 1.52 2.03 -déportations déportation nom f p 1.58 2.23 0.06 0.20 -déporte déporter ver 2.75 4.26 0.36 0.14 ind:pre:1s;ind:pre:3s; -déportements déportement nom m p 0.27 0.07 0.27 0.07 -déporter déporter ver 2.75 4.26 0.95 0.61 inf; -déporteront déporter ver 2.75 4.26 0.02 0.00 ind:fut:3p; -déportez déporter ver 2.75 4.26 0.01 0.00 imp:pre:2p; -déporté déporter ver m s 2.75 4.26 0.91 1.49 par:pas; -déportée déporter ver f s 2.75 4.26 0.08 0.61 par:pas; -déportées déporter ver f p 2.75 4.26 0.01 0.07 par:pas; -déportés déporté nom m p 2.38 5.74 2.14 4.66 -déposa déposer ver 53.09 62.70 0.19 10.20 ind:pas:3s; -déposai déposer ver 53.09 62.70 0.14 1.08 ind:pas:1s; -déposaient déposer ver 53.09 62.70 0.01 1.42 ind:imp:3p; -déposais déposer ver 53.09 62.70 0.53 0.61 ind:imp:1s;ind:imp:2s; -déposait déposer ver 53.09 62.70 0.32 4.05 ind:imp:3s; -déposant déposer ver 53.09 62.70 0.33 1.55 par:pre; -dépose déposer ver 53.09 62.70 16.14 7.97 imp:pre:2s;ind:pre:1s;ind:pre:3s; -déposent déposer ver 53.09 62.70 0.48 0.81 ind:pre:3p; -déposer déposer ver 53.09 62.70 15.03 13.24 ind:pre:2p;inf; -déposera déposer ver 53.09 62.70 0.44 0.68 ind:fut:3s; -déposerai déposer ver 53.09 62.70 0.60 0.14 ind:fut:1s; -déposeraient déposer ver 53.09 62.70 0.00 0.14 cnd:pre:3p; -déposerais déposer ver 53.09 62.70 0.15 0.07 cnd:pre:1s;cnd:pre:2s; -déposerait déposer ver 53.09 62.70 0.06 0.34 cnd:pre:3s; -déposeras déposer ver 53.09 62.70 0.18 0.20 ind:fut:2s; -déposerez déposer ver 53.09 62.70 0.28 0.07 ind:fut:2p; -déposerions déposer ver 53.09 62.70 0.00 0.07 cnd:pre:1p; -déposerons déposer ver 53.09 62.70 0.05 0.07 ind:fut:1p; -déposeront déposer ver 53.09 62.70 0.32 0.14 ind:fut:3p; -déposes déposer ver 53.09 62.70 1.09 0.20 ind:pre:2s; -déposez déposer ver 53.09 62.70 4.06 0.54 imp:pre:2p;ind:pre:2p; -déposiez déposer ver 53.09 62.70 0.02 0.00 ind:imp:2p; -déposions déposer ver 53.09 62.70 0.04 0.14 ind:imp:1p; -dépositaire dépositaire nom s 0.36 2.36 0.23 1.96 -dépositaires dépositaire nom p 0.36 2.36 0.14 0.41 -déposition déposition nom f s 11.25 2.43 9.66 1.82 -dépositions déposition nom f p 11.25 2.43 1.59 0.61 -déposâmes déposer ver 53.09 62.70 0.01 0.20 ind:pas:1p; -déposons déposer ver 53.09 62.70 0.10 0.20 imp:pre:1p;ind:pre:1p; -déposât déposer ver 53.09 62.70 0.00 0.07 sub:imp:3s; -dépossession dépossession nom f s 0.00 1.22 0.00 1.22 -dépossède déposséder ver 0.83 2.97 0.02 0.00 ind:pre:1s;ind:pre:3s; -dépossédais déposséder ver 0.83 2.97 0.00 0.07 ind:imp:1s; -dépossédait déposséder ver 0.83 2.97 0.00 0.14 ind:imp:3s; -déposséder déposséder ver 0.83 2.97 0.08 0.61 inf; -dépossédé déposséder ver m s 0.83 2.97 0.21 1.28 par:pas; -dépossédée déposséder ver f s 0.83 2.97 0.31 0.27 par:pas; -dépossédées déposséder ver f p 0.83 2.97 0.00 0.20 par:pas; -dépossédés déposséder ver m p 0.83 2.97 0.21 0.41 par:pas; -déposèrent déposer ver 53.09 62.70 0.04 0.88 ind:pas:3p; -déposé déposer ver m s 53.09 62.70 8.73 10.34 par:pas; -déposée déposer ver f s 53.09 62.70 2.34 3.58 par:pas; -déposées déposer ver f p 53.09 62.70 0.60 1.35 par:pas; -déposés déposer ver m p 53.09 62.70 0.81 2.36 par:pas; -dépote dépoter ver 0.23 0.27 0.15 0.14 imp:pre:2s;ind:pre:3s; -dépotent dépoter ver 0.23 0.27 0.00 0.07 ind:pre:3p; -dépoter dépoter ver 0.23 0.27 0.07 0.00 inf; -dépotoir dépotoir nom m s 1.22 1.82 1.22 1.82 -dépoté dépoter ver m s 0.23 0.27 0.01 0.07 par:pas; -dépoudrer dépoudrer ver 0.01 0.00 0.01 0.00 inf; -dépouilla dépouiller ver 4.54 20.54 0.03 0.68 ind:pas:3s; -dépouillage dépouillage nom m s 0.01 0.00 0.01 0.00 -dépouillaient dépouiller ver 4.54 20.54 0.02 0.95 ind:imp:3p; -dépouillais dépouiller ver 4.54 20.54 0.00 0.20 ind:imp:1s; -dépouillait dépouiller ver 4.54 20.54 0.03 1.15 ind:imp:3s; -dépouillant dépouiller ver 4.54 20.54 0.01 0.61 par:pre; -dépouille dépouille nom f s 1.94 6.62 1.69 5.00 -dépouillement dépouillement nom m s 0.17 2.64 0.17 2.50 -dépouillements dépouillement nom m p 0.17 2.64 0.00 0.14 -dépouillent dépouiller ver 4.54 20.54 0.08 0.47 ind:pre:3p; -dépouiller dépouiller ver 4.54 20.54 2.07 5.14 inf; -dépouillera dépouiller ver 4.54 20.54 0.01 0.00 ind:fut:3s; -dépouillerais dépouiller ver 4.54 20.54 0.01 0.00 cnd:pre:1s; -dépouillerait dépouiller ver 4.54 20.54 0.00 0.07 cnd:pre:3s; -dépouillerez dépouiller ver 4.54 20.54 0.01 0.00 ind:fut:2p; -dépouilles dépouille nom f p 1.94 6.62 0.25 1.62 -dépouillez dépouiller ver 4.54 20.54 0.05 0.00 imp:pre:2p;ind:pre:2p; -dépouillons dépouiller ver 4.54 20.54 0.02 0.07 imp:pre:1p; -dépouillât dépouiller ver 4.54 20.54 0.00 0.07 sub:imp:3s; -dépouillèrent dépouiller ver 4.54 20.54 0.14 0.14 ind:pas:3p; -dépouillé dépouiller ver m s 4.54 20.54 0.90 4.59 par:pas; -dépouillée dépouiller ver f s 4.54 20.54 0.31 2.43 par:pas; -dépouillées dépouiller ver f p 4.54 20.54 0.01 0.41 par:pas; -dépouillés dépouillé adj m p 0.94 3.04 0.66 0.61 -dépourvu dépourvu adj m s 1.10 4.32 1.00 2.03 -dépourvue dépourvoir ver f s 1.71 12.36 0.73 4.12 par:pas; -dépourvues dépourvoir ver f p 1.71 12.36 0.12 1.22 par:pas; -dépourvus dépourvu adj m p 1.10 4.32 0.09 1.82 -dépoussière dépoussiérer ver 0.78 0.27 0.02 0.07 imp:pre:2s;ind:pre:1s;ind:pre:3s; -dépoussiérage dépoussiérage nom m s 0.01 0.07 0.01 0.07 -dépoussiéraient dépoussiérer ver 0.78 0.27 0.00 0.07 ind:imp:3p; -dépoussiérant dépoussiérer ver 0.78 0.27 0.14 0.00 par:pre; -dépoussiérer dépoussiérer ver 0.78 0.27 0.45 0.14 inf; -dépoussiérez dépoussiérer ver 0.78 0.27 0.03 0.00 imp:pre:2p; -dépoussiéré dépoussiérer ver m s 0.78 0.27 0.14 0.00 par:pas; -dépoétisent dépoétiser ver 0.00 0.07 0.00 0.07 ind:pre:3p; -dépravation dépravation nom f s 0.61 0.95 0.56 0.61 -dépravations dépravation nom f p 0.61 0.95 0.05 0.34 -dépraver dépraver ver 0.48 0.14 0.06 0.00 inf; -dépravons dépraver ver 0.48 0.14 0.01 0.00 ind:pre:1p; -dépravé dépravé nom m s 1.07 0.47 0.63 0.34 -dépravée dépravé adj f s 1.24 0.68 0.30 0.00 -dépravées dépravé adj f p 1.24 0.68 0.32 0.07 -dépravés dépravé nom m p 1.07 0.47 0.29 0.07 -déprenais déprendre ver 0.01 2.03 0.00 0.14 ind:imp:1s; -déprenait déprendre ver 0.01 2.03 0.00 0.07 ind:imp:3s; -déprend déprendre ver 0.01 2.03 0.01 0.07 ind:pre:3s; -déprendre déprendre ver 0.01 2.03 0.00 0.74 inf; -déprendront déprendre ver 0.01 2.03 0.00 0.07 ind:fut:3p; -dépressif dépressif adj m s 1.83 0.74 1.11 0.34 -dépressifs dépressif adj m p 1.83 0.74 0.17 0.14 -dépression dépression nom f s 10.41 8.38 10.10 7.36 -dépressionnaire dépressionnaire adj m s 0.03 0.07 0.03 0.07 -dépressions dépression nom f p 10.41 8.38 0.32 1.01 -dépressive dépressif adj f s 1.83 0.74 0.49 0.20 -dépressives dépressif adj f p 1.83 0.74 0.05 0.07 -dépressurisait dépressuriser ver 0.33 0.00 0.01 0.00 ind:imp:3s; -dépressurisation dépressurisation nom f s 0.36 0.14 0.36 0.14 -dépressurise dépressuriser ver 0.33 0.00 0.03 0.00 ind:pre:3s; -dépressuriser dépressuriser ver 0.33 0.00 0.14 0.00 inf; -dépressurisé dépressuriser ver m s 0.33 0.00 0.10 0.00 par:pas; -dépressurisés dépressuriser ver m p 0.33 0.00 0.05 0.00 par:pas; -déprima déprimer ver 10.61 3.85 0.01 0.14 ind:pas:3s; -déprimais déprimer ver 10.61 3.85 0.06 0.00 ind:imp:1s;ind:imp:2s; -déprimait déprimer ver 10.61 3.85 0.21 0.34 ind:imp:3s; -déprimant déprimant adj m s 3.83 3.31 2.85 1.49 -déprimante déprimant adj f s 3.83 3.31 0.62 1.28 -déprimantes déprimant adj f p 3.83 3.31 0.25 0.20 -déprimants déprimant adj m p 3.83 3.31 0.11 0.34 -déprime déprimer ver 10.61 3.85 3.61 1.22 imp:pre:2s;ind:pre:1s;ind:pre:3s; -dépriment déprimer ver 10.61 3.85 0.28 0.07 ind:pre:3p; -déprimer déprimer ver 10.61 3.85 1.05 0.54 inf; -déprimerais déprimer ver 10.61 3.85 0.10 0.00 cnd:pre:2s; -déprimerait déprimer ver 10.61 3.85 0.25 0.00 cnd:pre:3s; -déprimes déprimer ver 10.61 3.85 0.75 0.07 ind:pre:2s; -déprimez déprimer ver 10.61 3.85 0.04 0.00 ind:pre:2p; -déprimé déprimer ver m s 10.61 3.85 2.50 0.61 par:pas; -déprimée déprimer ver f s 10.61 3.85 1.43 0.41 par:pas; -déprimées déprimer ver f p 10.61 3.85 0.12 0.00 par:pas; -déprimés déprimé adj m p 3.29 1.62 0.16 0.27 -déprirent déprendre ver 0.01 2.03 0.00 0.14 ind:pas:3p; -dépris déprendre ver m 0.01 2.03 0.00 0.74 ind:pas:1s;par:pas;par:pas; -déprit déprendre ver 0.01 2.03 0.00 0.07 ind:pas:3s; -déprogrammation déprogrammation nom f s 0.07 0.00 0.07 0.00 -déprogrammer déprogrammer ver 0.37 0.07 0.21 0.00 inf; -déprogrammez déprogrammer ver 0.37 0.07 0.01 0.00 imp:pre:2p; -déprogrammé déprogrammer ver m s 0.37 0.07 0.07 0.07 par:pas; -déprogrammée déprogrammer ver f s 0.37 0.07 0.07 0.00 par:pas; -dépréciait déprécier ver 0.69 1.28 0.10 0.14 ind:imp:3s; -dépréciant déprécier ver 0.69 1.28 0.02 0.00 par:pre; -dépréciation dépréciation nom f s 0.05 0.41 0.05 0.41 -déprécie déprécier ver 0.69 1.28 0.21 0.07 imp:pre:2s;ind:pre:3s; -déprécier déprécier ver 0.69 1.28 0.15 0.61 inf; -déprécies déprécier ver 0.69 1.28 0.01 0.07 ind:pre:2s; -dépréciez déprécier ver 0.69 1.28 0.00 0.07 ind:pre:2p; -dépréciiez déprécier ver 0.69 1.28 0.00 0.07 ind:imp:2p; -déprécié déprécier ver m s 0.69 1.28 0.19 0.14 par:pas; -dépréciée déprécier ver f s 0.69 1.28 0.01 0.14 par:pas; -déprédateur déprédateur adj m s 0.00 0.07 0.00 0.07 -déprédateurs déprédateur nom m p 0.00 0.14 0.00 0.14 -déprédation déprédation nom f s 0.01 0.41 0.00 0.07 -déprédations déprédation nom f p 0.01 0.41 0.01 0.34 -dépèce dépecer ver 1.18 2.57 0.29 0.27 imp:pre:2s;ind:pre:3s; -dépècements dépècement nom m p 0.00 0.07 0.00 0.07 -dépècent dépecer ver 1.18 2.57 0.02 0.14 ind:pre:3p; -dépècera dépecer ver 1.18 2.57 0.00 0.07 ind:fut:3s; -dépècerai dépecer ver 1.18 2.57 0.13 0.00 ind:fut:1s; -dépèceraient dépecer ver 1.18 2.57 0.00 0.07 cnd:pre:3p; -dupé duper ver m s 4.77 2.70 1.15 0.34 par:pas; -dépucela dépuceler ver 1.38 1.01 0.00 0.07 ind:pas:3s; -dépucelage dépucelage nom m s 0.41 0.41 0.41 0.34 -dépucelages dépucelage nom m p 0.41 0.41 0.00 0.07 -dépuceler dépuceler ver 1.38 1.01 0.55 0.34 inf; -dépuceleur dépuceleur nom m s 0.02 0.07 0.01 0.00 -dépuceleurs dépuceleur nom m p 0.02 0.07 0.01 0.07 -dépucelle dépuceler ver 1.38 1.01 0.17 0.07 ind:pre:1s;ind:pre:3s; -dépucellera dépuceler ver 1.38 1.01 0.00 0.07 ind:fut:3s; -dépucelons dépuceler ver 1.38 1.01 0.03 0.00 imp:pre:1p; -dépucelé dépuceler ver m s 1.38 1.01 0.39 0.27 par:pas; -dépucelée dépuceler ver f s 1.38 1.01 0.25 0.20 par:pas; -dépêcha dépêcher ver 111.44 22.84 0.00 1.55 ind:pas:3s; -dépêchai dépêcher ver 111.44 22.84 0.01 0.14 ind:pas:1s; -dépêchaient dépêcher ver 111.44 22.84 0.00 0.27 ind:imp:3p; -dépêchais dépêcher ver 111.44 22.84 0.03 0.07 ind:imp:1s;ind:imp:2s; -dépêchait dépêcher ver 111.44 22.84 0.05 1.15 ind:imp:3s; -dépêchant dépêcher ver 111.44 22.84 0.08 0.41 par:pre; -dépêche dépêcher ver 111.44 22.84 55.90 7.50 imp:pre:2s;ind:pre:1s;ind:pre:3s; -dépêchent dépêcher ver 111.44 22.84 0.35 0.47 ind:pre:3p; -dépêcher dépêcher ver 111.44 22.84 7.52 3.65 inf; -dépêcherais dépêcher ver 111.44 22.84 0.16 0.07 cnd:pre:1s;cnd:pre:2s; -dépêcherons dépêcher ver 111.44 22.84 0.00 0.07 ind:fut:1p; -dépêches dépêcher ver 111.44 22.84 0.96 0.20 ind:pre:2s;sub:pre:2s; -dépêchez dépêcher ver 111.44 22.84 35.35 2.77 imp:pre:2p;ind:pre:2p; -dépêchions dépêcher ver 111.44 22.84 0.01 0.07 ind:imp:1p; -dépêchons dépêcher ver 111.44 22.84 10.21 1.55 imp:pre:1p;ind:pre:1p; -dépêchât dépêcher ver 111.44 22.84 0.00 0.07 sub:imp:3s; -dépêchèrent dépêcher ver 111.44 22.84 0.00 0.14 ind:pas:3p; -dépêché dépêcher ver m s 111.44 22.84 0.27 1.55 par:pas; -dépêchée dépêcher ver f s 111.44 22.84 0.40 0.47 par:pas; -dépêchées dépêcher ver f p 111.44 22.84 0.11 0.07 par:pas; -dépêchés dépêcher ver m p 111.44 22.84 0.04 0.61 par:pas; -dupée duper ver f s 4.77 2.70 0.18 0.34 par:pas; -dépulpé dépulper ver m s 0.00 0.07 0.00 0.07 par:pas; -dépénaliser dépénaliser ver 0.01 0.00 0.01 0.00 inf; -dépuratifs dépuratif adj m p 0.00 0.07 0.00 0.07 -dépuratifs dépuratif nom m p 0.00 0.07 0.00 0.07 -dépéri dépérir ver m s 1.73 1.89 0.36 0.07 par:pas; -dépérir dépérir ver 1.73 1.89 0.41 0.74 inf; -dépérira dépérir ver 1.73 1.89 0.02 0.00 ind:fut:3s; -dépériraient dépérir ver 1.73 1.89 0.00 0.07 cnd:pre:3p; -dépérirait dépérir ver 1.73 1.89 0.01 0.00 cnd:pre:3s; -dépériront dépérir ver 1.73 1.89 0.01 0.07 ind:fut:3p; -dépéris dépérir ver 1.73 1.89 0.06 0.07 ind:pre:1s;ind:pre:2s; -dépérissaient dépérir ver 1.73 1.89 0.00 0.07 ind:imp:3p; -dépérissais dépérir ver 1.73 1.89 0.01 0.14 ind:imp:1s;ind:imp:2s; -dépérissait dépérir ver 1.73 1.89 0.02 0.27 ind:imp:3s; -dépérisse dépérir ver 1.73 1.89 0.02 0.07 sub:pre:3s; -dépérissement dépérissement nom m s 0.00 0.34 0.00 0.34 -dépérissent dépérir ver 1.73 1.89 0.08 0.00 ind:pre:3p; -dépérit dépérir ver 1.73 1.89 0.73 0.34 ind:pre:3s;ind:pas:3s; -dépurés dépurer ver m p 0.00 0.07 0.00 0.07 par:pas; -dupés duper ver m p 4.77 2.70 0.81 0.07 par:pas; -députation députation nom f s 0.00 0.34 0.00 0.20 -députations députation nom f p 0.00 0.34 0.00 0.14 -députer députer ver 0.19 0.07 0.01 0.00 inf; -dépêtrer dépêtrer ver 0.13 1.01 0.13 0.81 inf; -dépêtré dépêtrer ver m s 0.13 1.01 0.00 0.07 par:pas; -dépêtrée dépêtrer ver f s 0.13 1.01 0.00 0.07 par:pas; -dépêtrés dépêtrer ver m p 0.13 1.01 0.00 0.07 par:pas; -députèrent députer ver 0.19 0.07 0.00 0.07 ind:pas:3p; -député_maire député_maire nom m s 0.00 0.34 0.00 0.34 -député député nom m s 10.40 10.88 7.40 6.42 -députée député nom f s 10.40 10.88 0.42 0.00 -députés député nom m p 10.40 10.88 2.59 4.46 -déqualifier déqualifier ver 0.01 0.00 0.01 0.00 inf; -duquel duquel pro_rel m s 2.36 30.20 1.92 22.57 -déquiller déquiller ver 0.00 0.27 0.00 0.14 inf; -déquillé déquiller ver m s 0.00 0.27 0.00 0.07 par:pas; -déquillés déquiller ver m p 0.00 0.27 0.00 0.07 par:pas; -dur dur adj m s 187.84 146.69 145.55 80.68 -dura durer ver 74.39 101.62 1.56 12.70 ind:pas:3s; -durabilité durabilité nom f s 0.01 0.00 0.01 0.00 -durable durable adj s 2.13 5.95 1.61 4.73 -durablement durablement adv 0.00 0.74 0.00 0.74 -durables durable adj p 2.13 5.95 0.53 1.22 -déracina déraciner ver 0.85 2.23 0.01 0.07 ind:pas:3s; -déracinaient déraciner ver 0.85 2.23 0.01 0.00 ind:imp:3p; -déracinais déraciner ver 0.85 2.23 0.00 0.07 ind:imp:1s; -déracinait déraciner ver 0.85 2.23 0.00 0.20 ind:imp:3s; -déracinant déracinant adj m s 0.00 0.14 0.00 0.14 -déracine déraciner ver 0.85 2.23 0.10 0.20 ind:pre:3s; -déracinement déracinement nom m s 0.11 0.54 0.11 0.54 -déracinent déraciner ver 0.85 2.23 0.01 0.14 ind:pre:3p; -déraciner déraciner ver 0.85 2.23 0.27 0.61 inf; -déracinerait déraciner ver 0.85 2.23 0.00 0.07 cnd:pre:3s; -déraciné déraciner ver m s 0.85 2.23 0.43 0.54 par:pas; -déracinée déraciner ver f s 0.85 2.23 0.01 0.07 par:pas; -déracinées déraciner ver f p 0.85 2.23 0.01 0.00 par:pas; -déracinés déraciné adj m p 0.04 0.74 0.01 0.41 -duraient durer ver 74.39 101.62 0.43 2.03 ind:imp:3p; -dérailla dérailler ver 4.74 3.18 0.00 0.20 ind:pas:3s; -déraillaient dérailler ver 4.74 3.18 0.00 0.07 ind:imp:3p; -déraillais dérailler ver 4.74 3.18 0.00 0.07 ind:imp:1s; -déraillait dérailler ver 4.74 3.18 0.02 0.34 ind:imp:3s; -déraillant dérailler ver 4.74 3.18 0.00 0.07 par:pre; -déraille dérailler ver 4.74 3.18 1.89 0.54 imp:pre:2s;ind:pre:1s;ind:pre:3s; -duraille duraille adj s 0.02 2.43 0.00 2.36 -déraillement déraillement nom m s 0.49 0.54 0.35 0.27 -déraillements déraillement nom m p 0.49 0.54 0.14 0.27 -déraillent dérailler ver 4.74 3.18 0.05 0.07 ind:pre:3p; -dérailler dérailler ver 4.74 3.18 1.25 1.15 inf; -déraillera dérailler ver 4.74 3.18 0.02 0.00 ind:fut:3s; -dérailles dérailler ver 4.74 3.18 0.42 0.20 ind:pre:2s; -durailles duraille adj m p 0.02 2.43 0.02 0.07 -dérailleur dérailleur nom m s 0.02 0.81 0.02 0.81 -déraillez dérailler ver 4.74 3.18 0.21 0.00 ind:pre:2p; -déraillé dérailler ver m s 4.74 3.18 0.89 0.47 par:pas; -déraison déraison nom f s 0.36 1.35 0.36 1.15 -déraisonnable déraisonnable adj s 1.35 2.77 1.15 2.30 -déraisonnablement déraisonnablement adv 0.00 0.14 0.00 0.14 -déraisonnables déraisonnable adj p 1.35 2.77 0.20 0.47 -déraisonnait déraisonner ver 0.87 1.15 0.01 0.41 ind:imp:3s; -déraisonne déraisonner ver 0.87 1.15 0.20 0.20 ind:pre:1s;ind:pre:3s; -déraisonner déraisonner ver 0.87 1.15 0.10 0.34 inf; -déraisonnes déraisonner ver 0.87 1.15 0.29 0.20 ind:pre:2s; -déraisonnez déraisonner ver 0.87 1.15 0.17 0.00 ind:pre:2p; -déraisonné déraisonner ver m s 0.87 1.15 0.10 0.00 par:pas; -déraisons déraison nom f p 0.36 1.35 0.00 0.20 -durait durer ver 74.39 101.62 1.04 8.92 ind:imp:3s; -durale dural adj f s 0.01 0.00 0.01 0.00 -duralumin duralumin nom m s 0.00 0.27 0.00 0.27 -dérange déranger ver 126.95 43.99 63.69 10.81 imp:pre:2s;ind:pre:1s;ind:pre:3s; -dérangea déranger ver 126.95 43.99 0.01 0.61 ind:pas:3s; -dérangeaient déranger ver 126.95 43.99 0.07 1.01 ind:imp:3p; -dérangeais déranger ver 126.95 43.99 0.18 0.27 ind:imp:1s;ind:imp:2s; -dérangeait déranger ver 126.95 43.99 1.28 3.51 ind:imp:3s; -dérangeant dérangeant adj m s 1.04 1.01 0.79 0.34 -dérangeante dérangeant adj f s 1.04 1.01 0.14 0.41 -dérangeantes dérangeant adj f p 1.04 1.01 0.06 0.14 -dérangeants dérangeant adj m p 1.04 1.01 0.04 0.14 -dérangeassent déranger ver 126.95 43.99 0.00 0.07 sub:imp:3p; -dérangement dérangement nom m s 3.74 1.89 3.61 1.55 -dérangements dérangement nom m p 3.74 1.89 0.14 0.34 -dérangent déranger ver 126.95 43.99 1.97 1.08 ind:pre:3p; -dérangeons déranger ver 126.95 43.99 0.65 0.14 imp:pre:1p;ind:pre:1p; -dérangeât déranger ver 126.95 43.99 0.00 0.34 sub:imp:3s; -déranger déranger ver 126.95 43.99 31.38 14.59 inf;; -dérangera déranger ver 126.95 43.99 1.88 0.61 ind:fut:3s; -dérangerai déranger ver 126.95 43.99 0.98 0.20 ind:fut:1s; -dérangeraient déranger ver 126.95 43.99 0.01 0.07 cnd:pre:3p; -dérangerais déranger ver 126.95 43.99 0.34 0.14 cnd:pre:1s;cnd:pre:2s; -dérangerait déranger ver 126.95 43.99 2.71 0.74 cnd:pre:3s; -dérangeras déranger ver 126.95 43.99 0.11 0.00 ind:fut:2s; -dérangerez déranger ver 126.95 43.99 0.33 0.07 ind:fut:2p; -dérangerons déranger ver 126.95 43.99 0.18 0.00 ind:fut:1p; -déranges déranger ver 126.95 43.99 2.11 0.47 ind:pre:2s; -dérangez déranger ver 126.95 43.99 6.75 1.55 imp:pre:2p;ind:pre:2p; -dérangiez déranger ver 126.95 43.99 0.01 0.00 ind:imp:2p; -dérangions déranger ver 126.95 43.99 0.00 0.14 ind:imp:1p; -dérangé déranger ver m s 126.95 43.99 7.98 3.99 par:pas; -dérangée déranger ver f s 126.95 43.99 2.38 1.62 par:pas; -dérangées déranger ver f p 126.95 43.99 0.06 0.41 par:pas; -dérangés déranger ver m p 126.95 43.99 1.67 0.95 par:pas; -durant durant pre 34.15 65.95 34.15 65.95 -dérapa déraper ver 3.85 8.31 0.00 1.01 ind:pas:3s; -dérapage dérapage nom m s 0.89 2.36 0.79 1.69 -dérapages dérapage nom m p 0.89 2.36 0.10 0.68 -dérapai déraper ver 3.85 8.31 0.00 0.14 ind:pas:1s; -dérapaient déraper ver 3.85 8.31 0.00 0.61 ind:imp:3p; -dérapait déraper ver 3.85 8.31 0.23 1.08 ind:imp:3s; -dérapant déraper ver 3.85 8.31 0.00 1.15 par:pre; -dérape déraper ver 3.85 8.31 0.95 1.96 imp:pre:2s;ind:pre:1s;ind:pre:3s; -dérapent déraper ver 3.85 8.31 0.10 0.14 ind:pre:3p; -déraper déraper ver 3.85 8.31 0.53 1.28 inf; -déraperont déraper ver 3.85 8.31 0.00 0.07 ind:fut:3p; -dérapes déraper ver 3.85 8.31 0.06 0.20 ind:pre:2s; -dérapez déraper ver 3.85 8.31 0.26 0.07 imp:pre:2p;ind:pre:2p; -dérapé déraper ver m s 3.85 8.31 1.72 0.61 par:pas; -durassent durer ver 74.39 101.62 0.00 0.07 sub:imp:3p; -dératisation dératisation nom f s 0.27 0.14 0.27 0.07 -dératisations dératisation nom f p 0.27 0.14 0.00 0.07 -dératiser dératiser ver 0.20 0.07 0.17 0.00 inf; -dératisé dératiser ver m s 0.20 0.07 0.02 0.00 par:pas; -dératisée dératiser ver f s 0.20 0.07 0.00 0.07 par:pas; -dératisés dératiser ver m p 0.20 0.07 0.01 0.00 par:pas; -dératé dératé nom m s 0.26 1.22 0.20 0.74 -dératées dératé nom f p 0.26 1.22 0.03 0.07 -dératés dératé nom m p 0.26 1.22 0.02 0.41 -dérayer dérayer ver 0.01 0.00 0.01 0.00 inf; -durci durci adj m s 0.22 4.12 0.16 1.55 -durcie durcir ver f s 1.79 13.99 0.13 0.95 par:pas; -durcies durcir ver f p 1.79 13.99 0.00 0.47 par:pas; -durcir durcir ver 1.79 13.99 0.73 2.23 inf; -durciraient durcir ver 1.79 13.99 0.00 0.07 cnd:pre:3p; -durcirent durcir ver 1.79 13.99 0.14 0.07 ind:pas:3p; -durcis durcir ver m p 1.79 13.99 0.09 0.81 imp:pre:2s;ind:pre:1s;ind:pre:2s;par:pas; -durcissaient durcir ver 1.79 13.99 0.00 0.20 ind:imp:3p; -durcissais durcir ver 1.79 13.99 0.00 0.14 ind:imp:1s; -durcissait durcir ver 1.79 13.99 0.02 2.30 ind:imp:3s; -durcissant durcir ver 1.79 13.99 0.01 0.54 par:pre; -durcisse durcir ver 1.79 13.99 0.05 0.14 sub:pre:3s; -durcissement durcissement nom m s 0.01 0.74 0.01 0.74 -durcissent durcir ver 1.79 13.99 0.17 0.34 ind:pre:3p; -durcisseur durcisseur nom m s 0.03 0.00 0.03 0.00 -durcit durcir ver 1.79 13.99 0.30 3.65 ind:pre:3s;ind:pas:3s; -dure_mère dure_mère nom f s 0.02 0.07 0.02 0.07 -dure dur adj f s 187.84 146.69 26.16 33.65 -durement durement adv 3.27 12.97 3.27 12.97 -durent devoir ver_sup 3232.80 1318.24 2.98 6.35 ind:pas:3p; -durer durer ver 74.39 101.62 20.59 24.05 inf; -durera durer ver 74.39 101.62 8.35 4.73 ind:fut:3s; -durerai durer ver 74.39 101.62 0.19 0.20 ind:fut:1s; -dureraient durer ver 74.39 101.62 0.04 0.74 cnd:pre:3p; -durerais durer ver 74.39 101.62 0.02 0.00 cnd:pre:1s;cnd:pre:2s; -durerait durer ver 74.39 101.62 1.16 3.31 cnd:pre:3s; -dureras durer ver 74.39 101.62 0.01 0.00 ind:fut:2s; -durerez durer ver 74.39 101.62 0.06 0.00 ind:fut:2p; -dureront durer ver 74.39 101.62 0.82 0.54 ind:fut:3p; -dures dur adj f p 187.84 146.69 4.05 11.89 -déresponsabilisation déresponsabilisation nom f s 0.00 0.07 0.00 0.07 -dureté dureté nom f s 1.56 12.23 1.56 11.35 -duretés dureté nom f p 1.56 12.23 0.00 0.88 -durham durham nom m s 0.09 0.00 0.09 0.00 -durian durian nom m s 2.21 0.00 2.21 0.00 -dérida dérider ver 0.57 2.50 0.00 0.34 ind:pas:3s; -déridait dérider ver 0.57 2.50 0.00 0.20 ind:imp:3s; -déride dérider ver 0.57 2.50 0.17 0.07 imp:pre:2s;ind:pre:3s; -dérider dérider ver 0.57 2.50 0.19 1.49 inf; -déridera dérider ver 0.57 2.50 0.01 0.07 ind:fut:3s; -dériderait dérider ver 0.57 2.50 0.01 0.07 cnd:pre:3s; -déridez dérider ver 0.57 2.50 0.18 0.00 imp:pre:2p; -déridé dérider ver m s 0.57 2.50 0.01 0.27 par:pas; -durillon durillon nom m s 0.05 1.01 0.00 0.41 -durillons durillon nom m p 0.05 1.01 0.05 0.61 -dérision dérision nom f s 1.27 8.51 1.27 8.51 -dérisoire dérisoire adj s 1.38 21.42 1.09 15.27 -dérisoirement dérisoirement adv 0.10 0.54 0.10 0.54 -dérisoires dérisoire adj p 1.38 21.42 0.29 6.15 -durit durit nom f s 0.04 0.00 0.04 0.00 -durite durite nom f s 0.50 0.07 0.47 0.07 -durites durite nom f p 0.50 0.07 0.03 0.00 -dériva dériver ver 4.28 11.42 0.00 0.54 ind:pas:3s; -dérivaient dériver ver 4.28 11.42 0.02 1.08 ind:imp:3p; -dérivais dériver ver 4.28 11.42 0.04 0.07 ind:imp:1s; -dérivait dériver ver 4.28 11.42 0.06 1.55 ind:imp:3s; -dérivant dériver ver 4.28 11.42 0.18 1.22 par:pre; -dérivante dérivant adj f s 0.03 0.07 0.01 0.00 -dérivatif dérivatif nom m s 0.03 0.54 0.03 0.47 -dérivatifs dérivatif nom m p 0.03 0.54 0.00 0.07 -dérivation dérivation nom f s 0.57 0.68 0.55 0.68 -dérivations dérivation nom f p 0.57 0.68 0.02 0.00 -dérive dérive nom f s 2.81 6.89 2.77 6.55 -dérivent dériver ver 4.28 11.42 0.26 1.15 ind:pre:3p; -dériver dériver ver 4.28 11.42 1.09 3.18 inf; -dériverai dériver ver 4.28 11.42 0.01 0.07 ind:fut:1s; -dériveras dériver ver 4.28 11.42 0.14 0.00 ind:fut:2s; -dérives dériver ver 4.28 11.42 0.22 0.00 ind:pre:2s; -dériveur dériveur nom m s 0.14 0.20 0.14 0.14 -dériveurs dériveur nom m p 0.14 0.20 0.01 0.07 -dérivez dériver ver 4.28 11.42 0.05 0.00 imp:pre:2p;ind:pre:2p; -dérivions dériver ver 4.28 11.42 0.02 0.14 ind:imp:1p; -dérivons dériver ver 4.28 11.42 0.26 0.07 ind:pre:1p; -dérivé dériver ver m s 4.28 11.42 0.84 0.54 par:pas; -dérivée dériver ver f s 4.28 11.42 0.05 0.07 par:pas; -dérivées dérivé adj f p 0.57 0.27 0.06 0.07 -dérivés dérivé adj m p 0.57 0.27 0.44 0.07 -déroba dérober ver 7.15 27.23 0.03 1.22 ind:pas:3s; -dérobade dérobade nom f s 0.21 2.77 0.21 1.76 -dérobades dérobade nom f p 0.21 2.77 0.00 1.01 -dérobai dérober ver 7.15 27.23 0.00 0.20 ind:pas:1s; -dérobaient dérober ver 7.15 27.23 0.01 0.95 ind:imp:3p; -dérobais dérober ver 7.15 27.23 0.01 0.20 ind:imp:1s;ind:imp:2s; -dérobait dérober ver 7.15 27.23 0.24 3.92 ind:imp:3s; -dérobant dérober ver 7.15 27.23 0.05 1.22 par:pre; -dérobe dérober ver 7.15 27.23 0.55 4.12 imp:pre:2s;ind:pre:1s;ind:pre:3s; -dérobent dérober ver 7.15 27.23 0.36 0.74 ind:pre:3p; -dérober dérober ver 7.15 27.23 2.08 7.57 ind:pre:2p;inf; -dérobera dérober ver 7.15 27.23 0.02 0.07 ind:fut:3s; -déroberaient dérober ver 7.15 27.23 0.00 0.07 cnd:pre:3p; -déroberait dérober ver 7.15 27.23 0.00 0.20 cnd:pre:3s; -déroberons dérober ver 7.15 27.23 0.01 0.07 ind:fut:1p; -dérobes dérober ver 7.15 27.23 0.68 0.00 ind:pre:2s; -dérobeuse dérobeur adj f s 0.00 0.07 0.00 0.07 -dérobez dérober ver 7.15 27.23 0.28 0.14 imp:pre:2p;ind:pre:2p; -dérobiez dérober ver 7.15 27.23 0.00 0.07 ind:imp:2p; -dérobions dérober ver 7.15 27.23 0.00 0.14 ind:imp:1p; -dérobons dérober ver 7.15 27.23 0.01 0.07 imp:pre:1p;ind:pre:1p; -dérobât dérober ver 7.15 27.23 0.00 0.07 sub:imp:3s; -dérobèrent dérober ver 7.15 27.23 0.00 0.14 ind:pas:3p; -dérobé dérober ver m s 7.15 27.23 1.85 2.57 par:pas; -dérobée dérober ver f s 7.15 27.23 0.68 2.77 par:pas; -dérobées dérober ver f p 7.15 27.23 0.04 0.27 par:pas; -dérobés dérober ver m p 7.15 27.23 0.25 0.47 par:pas; -dérogation dérogation nom f s 0.42 0.34 0.40 0.20 -dérogations dérogation nom f p 0.42 0.34 0.02 0.14 -dérogatoire dérogatoire adj f s 0.01 0.00 0.01 0.00 -déroge déroger ver 0.46 1.01 0.09 0.27 imp:pre:2s;ind:pre:3s; -dérogea déroger ver 0.46 1.01 0.00 0.07 ind:pas:3s; -dérogeait déroger ver 0.46 1.01 0.01 0.14 ind:imp:3s; -dérogent déroger ver 0.46 1.01 0.01 0.00 ind:pre:3p; -déroger déroger ver 0.46 1.01 0.18 0.34 inf; -dérogera déroger ver 0.46 1.01 0.01 0.07 ind:fut:3s; -dérogerait déroger ver 0.46 1.01 0.01 0.00 cnd:pre:3s; -dérogé déroger ver m s 0.46 1.01 0.15 0.14 par:pas; -durât durer ver 74.39 101.62 0.00 0.74 sub:imp:3s; -dérouillaient dérouiller ver 2.13 4.66 0.00 0.14 ind:imp:3p; -dérouillais dérouiller ver 2.13 4.66 0.02 0.00 ind:imp:1s; -dérouillait dérouiller ver 2.13 4.66 0.01 0.14 ind:imp:3s; -dérouillant dérouiller ver 2.13 4.66 0.00 0.14 par:pre; -dérouille dérouiller ver 2.13 4.66 0.48 1.01 imp:pre:2s;ind:pre:1s;ind:pre:3s; -dérouillement dérouillement nom m s 0.00 0.07 0.00 0.07 -dérouillent dérouiller ver 2.13 4.66 0.05 0.34 ind:pre:3p; -dérouiller dérouiller ver 2.13 4.66 0.94 1.69 inf; -dérouillera dérouiller ver 2.13 4.66 0.04 0.00 ind:fut:3s; -dérouillerai dérouiller ver 2.13 4.66 0.00 0.14 ind:fut:1s; -dérouillerais dérouiller ver 2.13 4.66 0.14 0.14 cnd:pre:1s;cnd:pre:2s; -dérouillerait dérouiller ver 2.13 4.66 0.01 0.07 cnd:pre:3s; -dérouilles dérouiller ver 2.13 4.66 0.04 0.20 ind:pre:2s; -dérouillez dérouiller ver 2.13 4.66 0.01 0.00 imp:pre:2p; -dérouillé dérouiller ver m s 2.13 4.66 0.36 0.54 par:pas; -dérouillée dérouillée nom f s 0.39 1.22 0.23 1.01 -dérouillées dérouillée nom f p 0.39 1.22 0.16 0.20 -déroula dérouler ver 11.37 39.46 0.27 3.04 ind:pas:3s; -déroulai dérouler ver 11.37 39.46 0.00 0.20 ind:pas:1s; -déroulaient dérouler ver 11.37 39.46 0.04 2.84 ind:imp:3p; -déroulais dérouler ver 11.37 39.46 0.02 0.27 ind:imp:1s; -déroulait dérouler ver 11.37 39.46 0.37 8.92 ind:imp:3s; -déroulant dérouler ver 11.37 39.46 0.11 1.69 par:pre; -déroule dérouler ver 11.37 39.46 5.18 6.15 imp:pre:2s;ind:pre:1s;ind:pre:3s; -déroulement déroulement nom m s 0.82 5.95 0.82 5.88 -déroulements déroulement nom m p 0.82 5.95 0.00 0.07 -déroulent dérouler ver 11.37 39.46 1.41 1.42 ind:pre:3p; -dérouler dérouler ver 11.37 39.46 1.26 5.88 inf; -déroulera dérouler ver 11.37 39.46 0.36 0.34 ind:fut:3s; -dérouleraient dérouler ver 11.37 39.46 0.01 0.07 cnd:pre:3p; -déroulerait dérouler ver 11.37 39.46 0.06 0.47 cnd:pre:3s; -dérouleront dérouler ver 11.37 39.46 0.04 0.00 ind:fut:3p; -dérouleur dérouleur nom m s 0.01 0.34 0.01 0.14 -dérouleurs dérouleur nom m p 0.01 0.34 0.00 0.14 -dérouleuse dérouleur nom f s 0.01 0.34 0.00 0.07 -déroulez dérouler ver 11.37 39.46 0.19 0.07 imp:pre:2p; -déroulions dérouler ver 11.37 39.46 0.00 0.07 ind:imp:1p; -déroulât dérouler ver 11.37 39.46 0.00 0.14 sub:imp:3s; -déroulèrent dérouler ver 11.37 39.46 0.03 0.81 ind:pas:3p; -déroulé dérouler ver m s 11.37 39.46 1.15 2.57 par:pas; -déroulée dérouler ver f s 11.37 39.46 0.63 2.64 par:pas; -déroulées dérouler ver f p 11.37 39.46 0.11 0.81 par:pas; -déroulés dérouler ver m p 11.37 39.46 0.13 1.08 par:pas; -dérouta dérouter ver 1.63 4.59 0.00 0.07 ind:pas:3s; -déroutage déroutage nom m s 0.01 0.07 0.01 0.07 -déroutaient dérouter ver 1.63 4.59 0.00 0.07 ind:imp:3p; -déroutait dérouter ver 1.63 4.59 0.03 0.88 ind:imp:3s; -déroutant déroutant adj m s 1.09 2.03 0.68 0.47 -déroutante déroutant adj f s 1.09 2.03 0.22 1.28 -déroutantes déroutant adj f p 1.09 2.03 0.04 0.14 -déroutants déroutant adj m p 1.09 2.03 0.16 0.14 -déroute déroute nom f s 1.03 5.95 1.03 5.88 -déroutement déroutement nom m s 0.28 0.00 0.28 0.00 -déroutent dérouter ver 1.63 4.59 0.02 0.07 ind:pre:3p; -dérouter dérouter ver 1.63 4.59 0.54 0.47 inf;; -déroutera dérouter ver 1.63 4.59 0.01 0.00 ind:fut:3s; -déroutes dérouter ver 1.63 4.59 0.10 0.00 ind:pre:2s; -déroutez dérouter ver 1.63 4.59 0.05 0.00 imp:pre:2p;ind:pre:2p; -déroutèrent dérouter ver 1.63 4.59 0.00 0.07 ind:pas:3p; -dérouté dérouter ver m s 1.63 4.59 0.47 1.42 par:pas; -déroutée dérouter ver f s 1.63 4.59 0.16 0.47 par:pas; -déroutées dérouter ver f p 1.63 4.59 0.03 0.00 par:pas; -déroutés dérouter ver m p 1.63 4.59 0.06 0.27 par:pas; -durs dur adj m p 187.84 146.69 12.08 20.47 -dérègle dérégler ver 1.09 0.95 0.25 0.14 ind:pre:3s; -dérèglement dérèglement nom m s 1.29 1.28 0.35 1.01 -dérèglements dérèglement nom m p 1.29 1.28 0.94 0.27 -dérèglent dérégler ver 1.09 0.95 0.14 0.07 ind:pre:3p; -durèrent durer ver 74.39 101.62 0.04 1.35 ind:pas:3p; -duré durer ver m s 74.39 101.62 12.57 13.85 par:pas; -déréalisaient déréaliser ver 0.00 0.07 0.00 0.07 ind:imp:3p; -durée durée nom f s 6.86 19.39 6.84 19.12 -durées durée nom f p 6.86 19.39 0.02 0.27 -déréglage déréglage nom m s 0.01 0.00 0.01 0.00 -déréglait dérégler ver 1.09 0.95 0.01 0.07 ind:imp:3s; -déréglant dérégler ver 1.09 0.95 0.00 0.07 par:pre; -déréglementation déréglementation nom f s 0.06 0.00 0.06 0.00 -dérégler dérégler ver 1.09 0.95 0.22 0.14 inf; -déréglé dérégler ver m s 1.09 0.95 0.23 0.41 par:pas; -déréglée dérégler ver f s 1.09 0.95 0.20 0.00 par:pas; -déréglées dérégler ver f p 1.09 0.95 0.03 0.00 par:pas; -déréglés déréglé adj m p 0.23 1.35 0.10 0.34 -dérégulation dérégulation nom f s 0.04 0.00 0.04 0.00 -déréguler déréguler ver 0.01 0.00 0.01 0.00 inf; -déréliction déréliction nom f s 0.01 0.61 0.01 0.61 -dés dé nom m p 23.36 11.55 17.63 7.91 -dus devoir ver_sup m p 3232.80 1318.24 1.57 12.77 ind:pas:1s;par:pas; -désabonna désabonner ver 0.00 0.07 0.00 0.07 ind:pas:3s; -désabonnements désabonnement nom m p 0.00 0.14 0.00 0.14 -désabusement désabusement nom m s 0.00 0.41 0.00 0.41 -désabuser désabuser ver 0.11 1.08 0.00 0.07 inf; -désabusé désabusé adj m s 0.12 5.27 0.08 3.04 -désabusée désabuser ver f s 0.11 1.08 0.03 0.14 par:pas; -désabusées désabusé nom f p 0.02 1.42 0.00 0.14 -désabusés désabusé adj m p 0.12 5.27 0.02 0.47 -désaccord désaccord nom m s 3.02 5.20 2.41 4.05 -désaccorda désaccorder ver 0.38 1.22 0.00 0.07 ind:pas:3s; -désaccordaient désaccorder ver 0.38 1.22 0.00 0.07 ind:imp:3p; -désaccordent désaccorder ver 0.38 1.22 0.00 0.07 ind:pre:3p; -désaccorder désaccorder ver 0.38 1.22 0.00 0.14 inf; -désaccords désaccord nom m p 3.02 5.20 0.61 1.15 -désaccordé désaccorder ver m s 0.38 1.22 0.14 0.41 par:pas; -désaccordée désaccorder ver f s 0.38 1.22 0.22 0.07 par:pas; -désaccordées désaccorder ver f p 0.38 1.22 0.00 0.07 par:pas; -désaccordés désaccorder ver m p 0.38 1.22 0.02 0.34 par:pas; -désaccoupler désaccoupler ver 0.01 0.00 0.01 0.00 inf; -désaccoutuma désaccoutumer ver 0.14 0.07 0.00 0.07 ind:pas:3s; -désaccoutumer désaccoutumer ver 0.14 0.07 0.14 0.00 inf; -désacralisation désacralisation nom f s 0.20 0.00 0.20 0.00 -désacraliser désacraliser ver 0.04 0.07 0.03 0.00 inf; -désacralisé désacraliser ver m s 0.04 0.07 0.01 0.07 par:pas; -désacralisée désacraliser ver f s 0.04 0.07 0.01 0.00 par:pas; -désactivation désactivation nom f s 0.41 0.07 0.41 0.07 -désactive désactiver ver 4.96 0.41 0.40 0.00 imp:pre:2s;ind:pre:1s;ind:pre:3s; -désactiver désactiver ver 4.96 0.41 1.43 0.00 inf; -désactiverai désactiver ver 4.96 0.41 0.03 0.00 ind:fut:1s; -désactiveront désactiver ver 4.96 0.41 0.02 0.00 ind:fut:3p; -désactives désactiver ver 4.96 0.41 0.04 0.00 ind:pre:2s; -désactivez désactiver ver 4.96 0.41 0.57 0.00 imp:pre:2p;ind:pre:2p; -désactivons désactiver ver 4.96 0.41 0.04 0.00 ind:pre:1p; -désactivé désactiver ver m s 4.96 0.41 1.35 0.34 par:pas; -désactivée désactiver ver f s 4.96 0.41 0.20 0.07 par:pas; -désactivées désactiver ver f p 4.96 0.41 0.78 0.00 par:pas; -désactivés désactiver ver m p 4.96 0.41 0.11 0.00 par:pas; -désadaptée désadapter ver f s 0.00 0.07 0.00 0.07 par:pas; -désadopter désadopter ver 0.01 0.00 0.01 0.00 inf; -désaffectation désaffectation nom f s 0.00 0.07 0.00 0.07 -désaffecter désaffecter ver 0.18 0.88 0.00 0.07 inf; -désaffection désaffection nom f s 0.04 0.54 0.04 0.54 -désaffecté désaffecté adj m s 0.85 4.73 0.46 1.62 -désaffectée désaffecté adj f s 0.85 4.73 0.22 1.82 -désaffectées désaffecté adj f p 0.85 4.73 0.03 0.68 -désaffectés désaffecté adj m p 0.85 4.73 0.14 0.61 -désagrège désagréger ver 0.80 3.18 0.35 0.95 imp:pre:2s;ind:pre:3s; -désagrègent désagréger ver 0.80 3.18 0.20 0.20 ind:pre:3p; -désagréable désagréable adj s 10.91 19.39 9.54 16.55 -désagréablement désagréablement adv 0.13 1.28 0.13 1.28 -désagréables désagréable adj p 10.91 19.39 1.38 2.84 -désagrégation désagrégation nom f s 0.10 1.35 0.10 1.35 -désagrégeait désagréger ver 0.80 3.18 0.11 0.41 ind:imp:3s; -désagrégeant désagréger ver 0.80 3.18 0.01 0.27 par:pre; -désagréger désagréger ver 0.80 3.18 0.11 0.88 inf; -désagrégèrent désagréger ver 0.80 3.18 0.00 0.07 ind:pas:3p; -désagrégé désagréger ver m s 0.80 3.18 0.03 0.14 par:pas; -désagrégée désagréger ver f s 0.80 3.18 0.00 0.20 par:pas; -désagrégés désagréger ver m p 0.80 3.18 0.00 0.07 par:pas; -désagrément désagrément nom m s 2.01 2.64 1.20 1.42 -désagréments désagrément nom m p 2.01 2.64 0.81 1.22 -désaimée désaimer ver f s 0.00 0.14 0.00 0.14 par:pas; -désajustés désajuster ver m p 0.00 0.07 0.00 0.07 par:pas; -désalinisation désalinisation nom f s 0.02 0.00 0.02 0.00 -désaliénation désaliénation nom f s 0.00 0.07 0.00 0.07 -désaltère désaltérer ver 0.66 1.89 0.20 0.27 imp:pre:2s;ind:pre:1s;ind:pre:3s; -désaltéra désaltérer ver 0.66 1.89 0.00 0.07 ind:pas:3s; -désaltéraient désaltérer ver 0.66 1.89 0.00 0.07 ind:imp:3p; -désaltérait désaltérer ver 0.66 1.89 0.00 0.14 ind:imp:3s; -désaltérant désaltérer ver 0.66 1.89 0.00 0.14 par:pre; -désaltérante désaltérant adj f s 0.14 0.00 0.14 0.00 -désaltérer désaltérer ver 0.66 1.89 0.35 0.81 inf; -désaltérât désaltérer ver 0.66 1.89 0.00 0.07 sub:imp:3s; -désaltéré désaltérer ver m s 0.66 1.89 0.10 0.20 par:pas; -désaltérés désaltérer ver m p 0.66 1.89 0.00 0.14 par:pas; -désamiantage désamiantage nom m s 0.09 0.00 0.09 0.00 -désaminase désaminase nom f s 0.01 0.00 0.01 0.00 -désamorce désamorcer ver 2.80 1.62 0.50 0.20 imp:pre:2s;ind:pre:1s;ind:pre:3s; -désamorcent désamorcer ver 2.80 1.62 0.01 0.00 ind:pre:3p; -désamorcer désamorcer ver 2.80 1.62 1.43 0.47 inf; -désamorcera désamorcer ver 2.80 1.62 0.01 0.00 ind:fut:3s; -désamorcerez désamorcer ver 2.80 1.62 0.01 0.00 ind:fut:2p; -désamorcerons désamorcer ver 2.80 1.62 0.01 0.00 ind:fut:1p; -désamorcez désamorcer ver 2.80 1.62 0.04 0.00 imp:pre:2p;ind:pre:2p; -désamorcé désamorcer ver m s 2.80 1.62 0.28 0.34 par:pas; -désamorcée désamorcer ver f s 2.80 1.62 0.45 0.20 par:pas; -désamorcées désamorcer ver f p 2.80 1.62 0.02 0.07 par:pas; -désamorcés désamorcer ver m p 2.80 1.62 0.03 0.07 par:pas; -désamorçage désamorçage nom m s 0.18 0.00 0.18 0.00 -désamorçait désamorcer ver 2.80 1.62 0.01 0.20 ind:imp:3s; -désamorçant désamorcer ver 2.80 1.62 0.00 0.07 par:pre; -désamour désamour nom m s 0.00 0.34 0.00 0.34 -désangler désangler ver 0.00 0.07 0.00 0.07 inf; -désape désaper ver 0.77 0.14 0.34 0.14 imp:pre:2s;ind:pre:1s;ind:pre:3s; -désapent désaper ver 0.77 0.14 0.01 0.00 ind:pre:3p; -désaper désaper ver 0.77 0.14 0.38 0.00 inf; -désapeurer désapeurer ver 0.00 0.07 0.00 0.07 inf; -désapez désaper ver 0.77 0.14 0.04 0.00 imp:pre:2p;ind:pre:2p; -désappointait désappointer ver 0.13 0.88 0.00 0.07 ind:imp:3s; -désappointement désappointement nom m s 0.00 0.81 0.00 0.74 -désappointements désappointement nom m p 0.00 0.81 0.00 0.07 -désappointer désappointer ver 0.13 0.88 0.03 0.07 inf; -désappointé désappointer ver m s 0.13 0.88 0.09 0.47 par:pas; -désappointée désappointé adj f s 0.06 0.41 0.01 0.27 -désappointés désappointé adj m p 0.06 0.41 0.01 0.00 -désapprenais désapprendre ver 0.10 0.95 0.00 0.07 ind:imp:1s; -désapprenant désapprendre ver 0.10 0.95 0.00 0.07 par:pre; -désapprendre désapprendre ver 0.10 0.95 0.09 0.07 inf; -désapprenne désapprendre ver 0.10 0.95 0.00 0.14 sub:pre:3s; -désapprirent désapprendre ver 0.10 0.95 0.00 0.07 ind:pas:3p; -désappris désapprendre ver m 0.10 0.95 0.01 0.47 par:pas; -désapprit désapprendre ver 0.10 0.95 0.00 0.07 ind:pas:3s; -désapprobateur désapprobateur adj m s 0.06 1.62 0.04 0.95 -désapprobateurs désapprobateur adj m p 0.06 1.62 0.00 0.41 -désapprobation désapprobation nom f s 0.42 1.55 0.42 1.55 -désapprobatrice désapprobateur adj f s 0.06 1.62 0.02 0.20 -désapprobatrices désapprobateur adj f p 0.06 1.62 0.00 0.07 -désapprouva désapprouver ver 3.35 3.99 0.00 0.14 ind:pas:3s; -désapprouvaient désapprouver ver 3.35 3.99 0.04 0.07 ind:imp:3p; -désapprouvais désapprouver ver 3.35 3.99 0.04 0.34 ind:imp:1s;ind:imp:2s; -désapprouvait désapprouver ver 3.35 3.99 0.34 0.88 ind:imp:3s; -désapprouvant désapprouver ver 3.35 3.99 0.01 0.41 par:pre; -désapprouve désapprouver ver 3.35 3.99 1.48 0.95 ind:pre:1s;ind:pre:3s; -désapprouvent désapprouver ver 3.35 3.99 0.26 0.14 ind:pre:3p; -désapprouver désapprouver ver 3.35 3.99 0.16 0.34 inf; -désapprouvera désapprouver ver 3.35 3.99 0.01 0.07 ind:fut:3s; -désapprouverait désapprouver ver 3.35 3.99 0.04 0.07 cnd:pre:3s; -désapprouverez désapprouver ver 3.35 3.99 0.01 0.00 ind:fut:2p; -désapprouves désapprouver ver 3.35 3.99 0.36 0.00 ind:pre:2s; -désapprouvez désapprouver ver 3.35 3.99 0.46 0.07 imp:pre:2p;ind:pre:2p; -désapprouviez désapprouver ver 3.35 3.99 0.01 0.07 ind:imp:2p; -désapprouvât désapprouver ver 3.35 3.99 0.00 0.07 sub:imp:3s; -désapprouvé désapprouver ver m s 3.35 3.99 0.12 0.34 par:pas; -désapprouvée désapprouver ver f s 3.35 3.99 0.01 0.07 par:pas; -désargenté désargenter ver m s 0.01 0.14 0.01 0.07 par:pas; -désargentées désargenté adj f p 0.00 0.27 0.00 0.07 -désargentés désargenté nom m p 0.01 0.00 0.01 0.00 -désarma désarmer ver 5.72 8.11 0.00 0.34 ind:pas:3s; -désarmai désarmer ver 5.72 8.11 0.00 0.07 ind:pas:1s; -désarmaient désarmer ver 5.72 8.11 0.00 0.14 ind:imp:3p; -désarmait désarmer ver 5.72 8.11 0.01 1.15 ind:imp:3s; -désarmant désarmer ver 5.72 8.11 0.05 0.07 par:pre; -désarmante désarmant adj f s 0.08 1.76 0.03 1.08 -désarmants désarmant adj m p 0.08 1.76 0.01 0.14 -désarme désarmer ver 5.72 8.11 0.25 0.74 imp:pre:2s;ind:pre:1s;ind:pre:3s; -désarmement désarmement nom m s 1.04 0.88 1.04 0.88 -désarment désarmer ver 5.72 8.11 0.04 0.07 ind:pre:3p; -désarmer désarmer ver 5.72 8.11 1.57 1.96 inf; -désarmera désarmer ver 5.72 8.11 0.01 0.00 ind:fut:3s; -désarmez désarmer ver 5.72 8.11 0.71 0.00 imp:pre:2p; -désarmèrent désarmer ver 5.72 8.11 0.00 0.07 ind:pas:3p; -désarmé désarmer ver m s 5.72 8.11 2.29 2.23 par:pas; -désarmée désarmer ver f s 5.72 8.11 0.39 0.47 par:pas; -désarmées désarmer ver f p 5.72 8.11 0.11 0.14 par:pas; -désarmés désarmé adj m p 1.56 5.41 0.72 0.68 -désarrimage désarrimage nom m s 0.02 0.00 0.02 0.00 -désarrimez désarrimer ver 0.05 0.00 0.03 0.00 imp:pre:2p; -désarrimé désarrimer ver m s 0.05 0.00 0.02 0.00 par:pas; -désarroi désarroi nom m s 1.33 14.12 1.32 13.99 -désarrois désarroi nom m p 1.33 14.12 0.01 0.14 -désarçonna désarçonner ver 0.51 2.57 0.00 0.14 ind:pas:3s; -désarçonnaient désarçonner ver 0.51 2.57 0.00 0.07 ind:imp:3p; -désarçonnait désarçonner ver 0.51 2.57 0.00 0.14 ind:imp:3s; -désarçonne désarçonner ver 0.51 2.57 0.05 0.27 imp:pre:2s;ind:pre:1s;ind:pre:3s; -désarçonner désarçonner ver 0.51 2.57 0.17 0.81 inf; -désarçonné désarçonner ver m s 0.51 2.57 0.22 0.74 par:pas; -désarçonnée désarçonner ver f s 0.51 2.57 0.04 0.07 par:pas; -désarçonnés désarçonner ver m p 0.51 2.57 0.03 0.34 par:pas; -désarticula désarticuler ver 0.34 3.18 0.00 0.07 ind:pas:3s; -désarticulait désarticuler ver 0.34 3.18 0.00 0.27 ind:imp:3s; -désarticulant désarticuler ver 0.34 3.18 0.00 0.14 par:pre; -désarticulation désarticulation nom f s 0.00 0.14 0.00 0.14 -désarticulent désarticuler ver 0.34 3.18 0.00 0.07 ind:pre:3p; -désarticuler désarticuler ver 0.34 3.18 0.00 0.07 inf; -désarticulera désarticuler ver 0.34 3.18 0.02 0.00 ind:fut:3s; -désarticulé désarticuler ver m s 0.34 3.18 0.20 1.01 par:pas; -désarticulée désarticuler ver f s 0.34 3.18 0.07 0.81 par:pas; -désarticulées désarticuler ver f p 0.34 3.18 0.00 0.14 par:pas; -désarticulés désarticuler ver m p 0.34 3.18 0.04 0.61 par:pas; -désassemble désassembler ver 0.12 0.27 0.00 0.14 ind:pre:3s; -désassembler désassembler ver 0.12 0.27 0.05 0.14 inf; -désassemblé désassembler ver m s 0.12 0.27 0.07 0.00 par:pas; -désassortis désassorti adj m p 0.00 0.07 0.00 0.07 -désassortis désassortir ver m p 0.00 0.07 0.00 0.07 par:pas; -désastre désastre nom m s 12.82 23.72 12.26 19.86 -désastres désastre nom m p 12.82 23.72 0.55 3.85 -désastreuse désastreux adj f s 2.46 6.49 0.92 2.23 -désastreusement désastreusement adv 0.01 0.00 0.01 0.00 -désastreuses désastreux adj f p 2.46 6.49 0.41 1.62 -désastreux désastreux adj m 2.46 6.49 1.13 2.64 -désavantage désavantage nom m s 0.52 0.88 0.43 0.61 -désavantageaient désavantager ver 0.24 0.47 0.00 0.07 ind:imp:3p; -désavantageait désavantager ver 0.24 0.47 0.00 0.07 ind:imp:3s; -désavantager désavantager ver 0.24 0.47 0.02 0.07 inf; -désavantages désavantage nom m p 0.52 0.88 0.09 0.27 -désavantageuse désavantageux adj f s 0.01 0.00 0.01 0.00 -désavantagé désavantager ver m s 0.24 0.47 0.08 0.14 par:pas; -désavantagés désavantager ver m p 0.24 0.47 0.10 0.07 par:pas; -désaveu désaveu nom m s 0.07 0.61 0.07 0.61 -désaveux désaveux nom m p 0.00 0.07 0.00 0.07 -désavoua désavouer ver 0.77 3.11 0.00 0.14 ind:pas:3s; -désavouait désavouer ver 0.77 3.11 0.00 0.20 ind:imp:3s; -désavouant désavouer ver 0.77 3.11 0.00 0.20 par:pre; -désavoue désavouer ver 0.77 3.11 0.01 0.14 ind:pre:1s;ind:pre:3s; -désavouent désavouer ver 0.77 3.11 0.29 0.07 ind:pre:3p; -désavouer désavouer ver 0.77 3.11 0.20 0.74 inf; -désavoueraient désavouer ver 0.77 3.11 0.00 0.14 cnd:pre:3p; -désavouerons désavouer ver 0.77 3.11 0.00 0.14 ind:fut:1p; -désavouez désavouer ver 0.77 3.11 0.01 0.07 imp:pre:2p;ind:pre:2p; -désavouât désavouer ver 0.77 3.11 0.00 0.07 sub:imp:3s; -désavoué désavouer ver m s 0.77 3.11 0.22 0.68 par:pas; -désavouée désavouer ver f s 0.77 3.11 0.03 0.34 par:pas; -désavoués désavouer ver m p 0.77 3.11 0.01 0.20 par:pas; -désaxait désaxer ver 0.09 0.54 0.00 0.07 ind:imp:3s; -désaxant désaxer ver 0.09 0.54 0.01 0.07 par:pre; -désaxe désaxer ver 0.09 0.54 0.01 0.14 ind:pre:3s; -désaxement désaxement nom m s 0.00 0.07 0.00 0.07 -désaxé désaxé nom m s 0.40 0.27 0.26 0.07 -désaxée désaxé adj f s 0.13 0.61 0.02 0.34 -désaxées désaxé nom f p 0.40 0.27 0.01 0.07 -désaxés désaxé nom m p 0.40 0.27 0.12 0.14 -déscolarisé déscolariser ver m s 0.01 0.00 0.01 0.00 par:pas; -désembourber désembourber ver 0.05 0.20 0.05 0.14 inf; -désembourbée désembourber ver f s 0.05 0.20 0.00 0.07 par:pas; -désembrouiller désembrouiller ver 0.01 0.00 0.01 0.00 inf; -désembuer désembuer ver 0.00 0.07 0.00 0.07 inf; -désemparait désemparer ver 0.67 3.18 0.00 0.07 ind:imp:3s; -désemparer désemparer ver 0.67 3.18 0.00 0.61 inf; -désemparé désemparer ver m s 0.67 3.18 0.36 1.28 par:pas; -désemparée désemparé adj f s 0.90 4.19 0.55 1.42 -désemparées désemparé adj f p 0.90 4.19 0.11 0.07 -désemparés désemparer ver m p 0.67 3.18 0.12 0.34 par:pas; -désempenné désempenner ver m s 0.00 0.07 0.00 0.07 par:pas; -désempierraient désempierrer ver 0.00 0.07 0.00 0.07 ind:imp:3p; -désemplissaient désemplir ver 0.17 0.61 0.00 0.07 ind:imp:3p; -désemplissait désemplir ver 0.17 0.61 0.00 0.34 ind:imp:3s; -désemplit désemplir ver 0.17 0.61 0.17 0.20 ind:pre:3s;ind:pas:3s; -désenchaînement désenchaînement nom m s 0.00 0.07 0.00 0.07 -désenchaîner désenchaîner ver 0.00 0.07 0.00 0.07 inf; -désenchanta désenchanter ver 0.02 0.54 0.00 0.07 ind:pas:3s; -désenchantant désenchanter ver 0.02 0.54 0.00 0.07 par:pre; -désenchante désenchanter ver 0.02 0.54 0.00 0.07 ind:pre:3s; -désenchantement désenchantement nom m s 0.16 1.76 0.16 1.69 -désenchantements désenchantement nom m p 0.16 1.76 0.00 0.07 -désenchantent désenchanter ver 0.02 0.54 0.00 0.07 ind:pre:3p; -désenchanter désenchanter ver 0.02 0.54 0.00 0.14 inf; -désenchanté désenchanté adj m s 0.11 0.88 0.11 0.47 -désenchantée désenchanter ver f s 0.02 0.54 0.01 0.07 par:pas; -désenchantées désenchanter ver f p 0.02 0.54 0.01 0.00 par:pas; -désenchantés désenchanté nom m p 0.17 0.34 0.14 0.07 -désenchevêtra désenchevêtrer ver 0.00 0.07 0.00 0.07 ind:pas:3s; -désenclavement désenclavement nom m s 0.00 0.07 0.00 0.07 -désencombre désencombrer ver 0.00 0.07 0.00 0.07 ind:pre:1s; -désencrasser désencrasser ver 0.03 0.07 0.03 0.07 inf; -désenflaient désenfler ver 0.22 0.07 0.00 0.07 ind:imp:3p; -désenfle désenfler ver 0.22 0.07 0.06 0.00 imp:pre:2s;ind:pre:3s; -désenfler désenfler ver 0.22 0.07 0.12 0.00 inf; -désenflé désenfler ver m s 0.22 0.07 0.04 0.00 par:pas; -désengagement désengagement nom m s 0.14 0.07 0.14 0.07 -désengager désengager ver 0.31 0.20 0.08 0.14 inf; -désengagez désengager ver 0.31 0.20 0.18 0.00 imp:pre:2p;ind:pre:2p; -désengagé désengager ver m s 0.31 0.20 0.04 0.07 par:pas; -désengluer désengluer ver 0.00 0.07 0.00 0.07 inf; -désengourdir désengourdir ver 0.00 0.14 0.00 0.14 inf; -désennuie désennuyer ver 0.02 0.41 0.00 0.07 ind:pre:3s; -désennuiera désennuyer ver 0.02 0.41 0.00 0.07 ind:fut:3s; -désennuyant désennuyer ver 0.02 0.41 0.00 0.07 par:pre; -désennuyer désennuyer ver 0.02 0.41 0.02 0.20 inf; -désenrouler désenrouler ver 0.01 0.00 0.01 0.00 inf; -désensabler désensabler ver 0.00 0.07 0.00 0.07 inf; -désensibilisation désensibilisation nom f s 0.32 0.00 0.32 0.00 -désensibilisent désensibiliser ver 0.04 0.00 0.01 0.00 ind:pre:3p; -désensibilisée désensibiliser ver f s 0.04 0.00 0.03 0.00 par:pas; -désensorceler désensorceler ver 0.00 0.14 0.00 0.07 inf; -désensorcelé désensorceler ver m s 0.00 0.14 0.00 0.07 par:pas; -désentortille désentortiller ver 0.00 0.07 0.00 0.07 ind:pre:1s; -désentravé désentraver ver m s 0.00 0.14 0.00 0.07 par:pas; -désentravée désentraver ver f s 0.00 0.14 0.00 0.07 par:pas; -désenvoûter désenvoûter ver 0.03 0.00 0.02 0.00 inf; -désenvoûteurs désenvoûteur nom m p 0.00 0.07 0.00 0.07 -désenvoûté désenvoûter ver m s 0.03 0.00 0.01 0.00 par:pas; -désert désert nom m s 27.66 41.89 26.13 36.76 -déserta déserter ver 4.90 11.28 0.01 0.41 ind:pas:3s; -désertaient déserter ver 4.90 11.28 0.01 0.20 ind:imp:3p; -désertais déserter ver 4.90 11.28 0.02 0.14 ind:imp:1s; -désertait déserter ver 4.90 11.28 0.03 0.47 ind:imp:3s; -désertant déserter ver 4.90 11.28 0.00 0.07 par:pre; -déserte désert adj f s 8.02 52.57 3.48 22.91 -désertent déserter ver 4.90 11.28 0.12 0.47 ind:pre:3p; -déserter déserter ver 4.90 11.28 1.92 1.69 inf; -déserterait déserter ver 4.90 11.28 0.11 0.00 cnd:pre:3s; -désertes désert adj f p 8.02 52.57 0.99 7.91 -déserteur déserteur nom m s 3.08 5.54 1.89 3.51 -déserteurs déserteur nom m p 3.08 5.54 1.19 2.03 -désertifie désertifier ver 0.00 0.07 0.00 0.07 ind:pre:3s; -désertion désertion nom f s 1.09 2.43 1.07 2.09 -désertions désertion nom f p 1.09 2.43 0.02 0.34 -désertique désertique adj s 0.22 2.57 0.17 1.82 -désertiques désertique adj p 0.22 2.57 0.04 0.74 -désertâmes déserter ver 4.90 11.28 0.00 0.07 ind:pas:1p; -désertons déserter ver 4.90 11.28 0.00 0.07 imp:pre:1p; -déserts désert nom m p 27.66 41.89 1.53 5.14 -désertèrent déserter ver 4.90 11.28 0.00 0.27 ind:pas:3p; -déserté déserter ver m s 4.90 11.28 1.76 4.19 par:pas; -désertée déserter ver f s 4.90 11.28 0.24 0.88 par:pas; -désertées déserter ver f p 4.90 11.28 0.15 0.14 par:pas; -désertés déserter ver m p 4.90 11.28 0.02 0.47 par:pas; -désespoir désespoir nom m s 10.62 46.89 10.61 45.47 -désespoirs désespoir nom m p 10.62 46.89 0.01 1.42 -désespère désespérer ver 12.22 17.43 1.42 1.69 imp:pre:2s;ind:pre:1s;ind:pre:3s; -désespèrent désespérer ver 12.22 17.43 0.06 0.20 ind:pre:3p; -désespères désespérer ver 12.22 17.43 0.01 0.20 ind:pre:2s; -désespéra désespérer ver 12.22 17.43 0.00 0.61 ind:pas:3s; -désespérai désespérer ver 12.22 17.43 0.00 0.14 ind:pas:1s; -désespéraient désespérer ver 12.22 17.43 0.01 0.41 ind:imp:3p; -désespérais désespérer ver 12.22 17.43 0.37 0.41 ind:imp:1s; -désespérait désespérer ver 12.22 17.43 0.06 2.03 ind:imp:3s; -désespérance désespérance nom f s 0.03 1.08 0.03 1.08 -désespérant désespérant adj m s 0.67 1.96 0.60 0.95 -désespérante désespérant adj f s 0.67 1.96 0.06 0.88 -désespérants désespérant adj m p 0.67 1.96 0.01 0.14 -désespérer désespérer ver 12.22 17.43 1.18 4.19 inf; -désespérez désespérer ver 12.22 17.43 0.57 0.20 imp:pre:2p;ind:pre:2p; -désespérions désespérer ver 12.22 17.43 0.02 0.00 ind:imp:1p; -désespérons désespérer ver 12.22 17.43 0.14 0.07 imp:pre:1p; -désespérât désespérer ver 12.22 17.43 0.00 0.07 sub:imp:3s; -désespérèrent désespérer ver 12.22 17.43 0.00 0.07 ind:pas:3p; -désespéré désespéré adj m s 10.37 16.35 4.87 7.30 -désespérée désespéré adj f s 10.37 16.35 3.60 5.34 -désespérées désespéré adj f p 10.37 16.35 0.65 1.08 -désespérément désespérément adv 4.08 10.81 4.08 10.81 -désespérés désespéré adj m p 10.37 16.35 1.25 2.64 -déshabilla déshabiller ver 22.98 26.22 0.01 2.43 ind:pas:3s; -déshabillage_éclair déshabillage_éclair nom m s 0.00 0.07 0.00 0.07 -déshabillage déshabillage nom m s 0.23 0.81 0.23 0.68 -déshabillages déshabillage nom m p 0.23 0.81 0.00 0.14 -déshabillai déshabiller ver 22.98 26.22 0.00 0.41 ind:pas:1s; -déshabillaient déshabiller ver 22.98 26.22 0.13 0.34 ind:imp:3p; -déshabillais déshabiller ver 22.98 26.22 0.14 0.27 ind:imp:1s;ind:imp:2s; -déshabillait déshabiller ver 22.98 26.22 0.10 2.16 ind:imp:3s; -déshabillant déshabiller ver 22.98 26.22 0.10 1.01 par:pre; -déshabille déshabiller ver 22.98 26.22 8.69 5.00 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:1s; -déshabillent déshabiller ver 22.98 26.22 0.44 0.34 ind:pre:3p; -déshabiller déshabiller ver 22.98 26.22 5.85 8.58 inf; -déshabillera déshabiller ver 22.98 26.22 0.01 0.14 ind:fut:3s; -déshabillerai déshabiller ver 22.98 26.22 0.13 0.07 ind:fut:1s; -déshabillerait déshabiller ver 22.98 26.22 0.01 0.07 cnd:pre:3s; -déshabilleras déshabiller ver 22.98 26.22 0.01 0.07 ind:fut:2s; -déshabilleriez déshabiller ver 22.98 26.22 0.01 0.00 cnd:pre:2p; -déshabillerons déshabiller ver 22.98 26.22 0.00 0.07 ind:fut:1p; -déshabilles déshabiller ver 22.98 26.22 1.46 0.20 ind:pre:2s;sub:pre:2s; -déshabillez déshabiller ver 22.98 26.22 3.72 0.34 imp:pre:2p;ind:pre:2p; -déshabillons déshabiller ver 22.98 26.22 0.09 0.14 imp:pre:1p;ind:pre:1p; -déshabillèrent déshabiller ver 22.98 26.22 0.00 0.41 ind:pas:3p; -déshabillé déshabiller ver m s 22.98 26.22 0.90 1.89 par:pas; -déshabillée déshabiller ver f s 22.98 26.22 0.73 1.69 par:pas; -déshabillées déshabiller ver f p 22.98 26.22 0.13 0.20 par:pas; -déshabillés déshabiller ver m p 22.98 26.22 0.32 0.41 par:pas; -déshabité déshabité adj m s 0.00 0.20 0.00 0.07 -déshabitée déshabité adj f s 0.00 0.20 0.00 0.07 -déshabités déshabité adj m p 0.00 0.20 0.00 0.07 -déshabitué déshabituer ver m s 0.00 0.27 0.00 0.14 par:pas; -déshabituées déshabituer ver f p 0.00 0.27 0.00 0.07 par:pas; -déshabitués déshabituer ver m p 0.00 0.27 0.00 0.07 par:pas; -désharmonie désharmonie nom f s 0.00 0.07 0.00 0.07 -désherbage désherbage nom m s 0.15 0.00 0.15 0.00 -désherbait désherber ver 0.19 0.74 0.00 0.34 ind:imp:3s; -désherbant désherbant adj m s 0.11 0.00 0.10 0.00 -désherbants désherbant nom m p 0.07 0.07 0.01 0.07 -désherbe désherber ver 0.19 0.74 0.00 0.07 ind:pre:3s; -désherber désherber ver 0.19 0.74 0.04 0.27 inf; -désherbé désherber ver m s 0.19 0.74 0.16 0.00 par:pas; -désherbée désherber ver f s 0.19 0.74 0.00 0.07 par:pas; -désheuraient désheurer ver 0.00 0.07 0.00 0.07 ind:imp:3p; -déshonneur déshonneur nom m s 3.28 2.84 3.28 2.84 -déshonnête déshonnête adj s 0.01 0.20 0.01 0.07 -déshonnêtes déshonnête adj p 0.01 0.20 0.00 0.14 -déshonoraient déshonorer ver 7.99 6.15 0.00 0.14 ind:imp:3p; -déshonorait déshonorer ver 7.99 6.15 0.00 0.34 ind:imp:3s; -déshonorant déshonorant adj m s 0.92 1.28 0.67 0.68 -déshonorante déshonorant adj f s 0.92 1.28 0.24 0.34 -déshonorantes déshonorant adj f p 0.92 1.28 0.01 0.14 -déshonorants déshonorant adj m p 0.92 1.28 0.00 0.14 -déshonore déshonorer ver 7.99 6.15 0.52 0.68 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -déshonorent déshonorer ver 7.99 6.15 0.29 0.07 ind:pre:3p; -déshonorer déshonorer ver 7.99 6.15 1.31 1.28 inf; -déshonorera déshonorer ver 7.99 6.15 0.01 0.07 ind:fut:3s; -déshonorerai déshonorer ver 7.99 6.15 0.02 0.00 ind:fut:1s; -déshonorerais déshonorer ver 7.99 6.15 0.02 0.00 cnd:pre:1s; -déshonorerait déshonorer ver 7.99 6.15 0.01 0.07 cnd:pre:3s; -déshonores déshonorer ver 7.99 6.15 0.36 0.27 ind:pre:2s; -déshonorez déshonorer ver 7.99 6.15 0.28 0.14 imp:pre:2p;ind:pre:2p; -déshonoré déshonorer ver m s 7.99 6.15 3.15 1.42 par:pas; -déshonorée déshonorer ver f s 7.99 6.15 1.07 0.88 par:pas; -déshonorées déshonorer ver f p 7.99 6.15 0.27 0.14 par:pas; -déshonorés déshonorer ver m p 7.99 6.15 0.65 0.47 par:pas; -déshumanisant déshumaniser ver 0.12 0.14 0.03 0.00 par:pre; -déshumanisante déshumanisant adj f s 0.04 0.00 0.04 0.00 -déshumanisation déshumanisation nom f s 0.15 0.14 0.15 0.14 -déshumanise déshumaniser ver 0.12 0.14 0.01 0.00 ind:pre:3s; -déshumanisent déshumaniser ver 0.12 0.14 0.04 0.00 ind:pre:3p; -déshumaniser déshumaniser ver 0.12 0.14 0.01 0.00 inf; -déshumanisé déshumaniser ver m s 0.12 0.14 0.00 0.14 par:pas; -déshumanisée déshumaniser ver f s 0.12 0.14 0.01 0.00 par:pas; -déshumanisées déshumaniser ver f p 0.12 0.14 0.01 0.00 par:pas; -déshumidification déshumidification nom f s 0.10 0.00 0.10 0.00 -déshérence déshérence nom f s 0.00 0.20 0.00 0.20 -déshérita déshériter ver 0.85 1.08 0.01 0.07 ind:pas:3s; -déshéritais déshériter ver 0.85 1.08 0.01 0.00 ind:imp:2s; -déshérite déshériter ver 0.85 1.08 0.11 0.07 imp:pre:2s;ind:pre:1s;ind:pre:3s; -déshériter déshériter ver 0.85 1.08 0.18 0.34 inf; -déshéritera déshériter ver 0.85 1.08 0.02 0.00 ind:fut:3s; -déshériterai déshériter ver 0.85 1.08 0.01 0.07 ind:fut:1s; -déshériterais déshériter ver 0.85 1.08 0.11 0.00 cnd:pre:1s; -déshériterait déshériter ver 0.85 1.08 0.02 0.07 cnd:pre:3s; -déshérité déshériter ver m s 0.85 1.08 0.34 0.41 par:pas; -déshéritée déshérité nom f s 0.41 0.74 0.10 0.00 -déshéritées déshérité adj f p 0.22 1.42 0.10 0.20 -déshérités déshérité nom m p 0.41 0.74 0.29 0.74 -déshydratais déshydrater ver 1.17 0.14 0.01 0.00 ind:imp:1s; -déshydratant déshydrater ver 1.17 0.14 0.01 0.00 par:pre; -déshydratation déshydratation nom f s 0.61 0.07 0.61 0.07 -déshydrate déshydrater ver 1.17 0.14 0.20 0.00 ind:pre:1s;ind:pre:3s;sub:pre:1s; -déshydrater déshydrater ver 1.17 0.14 0.29 0.00 inf; -déshydraté déshydrater ver m s 1.17 0.14 0.44 0.00 par:pas; -déshydratée déshydraté adj f s 0.69 0.54 0.33 0.27 -déshydratées déshydrater ver f p 1.17 0.14 0.03 0.00 par:pas; -déshydratés déshydraté adj m p 0.69 0.54 0.03 0.14 -désigna désigner ver 10.04 66.69 0.04 10.07 ind:pas:3s; -désignai désigner ver 10.04 66.69 0.00 0.68 ind:pas:1s; -désignaient désigner ver 10.04 66.69 0.03 0.95 ind:imp:3p; -désignais désigner ver 10.04 66.69 0.03 0.20 ind:imp:1s;ind:imp:2s; -désignait désigner ver 10.04 66.69 0.29 8.85 ind:imp:3s; -désignant désigner ver 10.04 66.69 0.25 11.69 par:pre; -désignassent désigner ver 10.04 66.69 0.00 0.07 sub:imp:3p; -désignation désignation nom f s 0.49 1.62 0.47 1.55 -désignations désignation nom f p 0.49 1.62 0.02 0.07 -désigne désigner ver 10.04 66.69 1.97 9.93 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -désignent désigner ver 10.04 66.69 0.18 1.28 ind:pre:3p; -désigner désigner ver 10.04 66.69 1.81 8.38 inf; -désignera désigner ver 10.04 66.69 0.32 0.20 ind:fut:3s; -désignerai désigner ver 10.04 66.69 0.02 0.07 ind:fut:1s; -désignerait désigner ver 10.04 66.69 0.01 0.34 cnd:pre:3s; -désigneras désigner ver 10.04 66.69 0.01 0.00 ind:fut:2s; -désignerez désigner ver 10.04 66.69 0.02 0.00 ind:fut:2p; -désigneriez désigner ver 10.04 66.69 0.01 0.07 cnd:pre:2p; -désignerons désigner ver 10.04 66.69 0.01 0.00 ind:fut:1p; -désigneront désigner ver 10.04 66.69 0.01 0.00 ind:fut:3p; -désignez désigner ver 10.04 66.69 0.64 0.20 imp:pre:2p;ind:pre:2p; -désignions désigner ver 10.04 66.69 0.00 0.07 ind:imp:1p; -désignât désigner ver 10.04 66.69 0.00 0.34 sub:imp:3s; -désignèrent désigner ver 10.04 66.69 0.01 0.34 ind:pas:3p; -désigné désigner ver m s 10.04 66.69 3.04 8.58 par:pas; -désignée désigner ver f s 10.04 66.69 0.65 1.35 par:pas; -désignées désigner ver f p 10.04 66.69 0.06 0.95 par:pas; -désignés désigner ver m p 10.04 66.69 0.62 2.09 par:pas; -désillusion désillusion nom f s 1.08 2.23 0.94 1.22 -désillusionnement désillusionnement nom m s 0.10 0.00 0.10 0.00 -désillusionner désillusionner ver 0.02 0.14 0.02 0.00 inf; -désillusionné désillusionner ver m s 0.02 0.14 0.00 0.14 par:pas; -désillusions désillusion nom f p 1.08 2.23 0.14 1.01 -désincarcération désincarcération nom f s 0.01 0.00 0.01 0.00 -désincarcéré désincarcérer ver m s 0.01 0.00 0.01 0.00 par:pas; -désincarnant désincarner ver 0.02 0.61 0.00 0.07 par:pre; -désincarnation désincarnation nom f s 0.01 0.00 0.01 0.00 -désincarne désincarner ver 0.02 0.61 0.01 0.07 ind:pre:1s;ind:pre:3s; -désincarner désincarner ver 0.02 0.61 0.00 0.07 inf; -désincarné désincarné nom m s 0.18 0.34 0.02 0.20 -désincarnée désincarné adj f s 0.05 0.95 0.03 0.34 -désincarnées désincarné adj f p 0.05 0.95 0.01 0.20 -désincarnés désincarné nom m p 0.18 0.34 0.15 0.00 -désincrustante désincrustant adj f s 0.01 0.00 0.01 0.00 -désincruster désincruster ver 0.01 0.00 0.01 0.00 inf; -désindividualisation désindividualisation nom f s 0.10 0.00 0.10 0.00 -désinence désinence nom f s 0.00 0.20 0.00 0.07 -désinences désinence nom f p 0.00 0.20 0.00 0.14 -désinfecta désinfecter ver 3.27 2.57 0.00 0.07 ind:pas:3s; -désinfectant désinfectant nom m s 0.82 1.62 0.79 1.49 -désinfectante désinfectant adj f s 0.10 0.14 0.01 0.00 -désinfectantes désinfectant adj f p 0.10 0.14 0.02 0.00 -désinfectants désinfectant nom m p 0.82 1.62 0.04 0.14 -désinfecte désinfecter ver 3.27 2.57 1.00 0.54 imp:pre:2s;ind:pre:1s;ind:pre:3s; -désinfectent désinfecter ver 3.27 2.57 0.08 0.07 ind:pre:3p; -désinfecter désinfecter ver 3.27 2.57 1.59 1.35 inf; -désinfecterai désinfecter ver 3.27 2.57 0.00 0.07 ind:fut:1s; -désinfectez désinfecter ver 3.27 2.57 0.05 0.00 imp:pre:2p;ind:pre:2p; -désinfection désinfection nom f s 0.72 0.61 0.71 0.61 -désinfections désinfection nom f p 0.72 0.61 0.01 0.00 -désinfecté désinfecter ver m s 3.27 2.57 0.47 0.20 par:pas; -désinfectée désinfecter ver f s 3.27 2.57 0.03 0.00 par:pas; -désinfectées désinfecter ver f p 3.27 2.57 0.03 0.07 par:pas; -désinfectés désinfecter ver m p 3.27 2.57 0.00 0.07 par:pas; -désinformation désinformation nom f s 0.21 0.41 0.20 0.41 -désinformations désinformation nom f p 0.21 0.41 0.01 0.00 -désinformer désinformer ver 0.01 0.07 0.01 0.00 inf; -désinformée désinformer ver f s 0.01 0.07 0.00 0.07 par:pas; -désinhibe désinhiber ver 0.01 0.00 0.01 0.00 ind:pre:3s; -désinsectisation désinsectisation nom f s 0.19 0.00 0.19 0.00 -désinsectiser désinsectiser ver 0.01 0.00 0.01 0.00 inf; -désinstaller désinstaller ver 0.03 0.00 0.02 0.00 inf; -désinstallé désinstaller ver m s 0.03 0.00 0.01 0.00 par:pas; -désintellectualiser désintellectualiser ver 0.01 0.00 0.01 0.00 inf; -désintoxication désintoxication nom f s 1.46 0.74 1.46 0.74 -désintoxique désintoxiquer ver 0.91 1.15 0.03 0.20 imp:pre:2s;ind:pre:1s;ind:pre:3s; -désintoxiquer désintoxiquer ver 0.91 1.15 0.47 0.68 inf; -désintoxiquera désintoxiquer ver 0.91 1.15 0.00 0.07 ind:fut:3s; -désintoxiquez désintoxiquer ver 0.91 1.15 0.04 0.00 imp:pre:2p;ind:pre:2p; -désintoxiqué désintoxiquer ver m s 0.91 1.15 0.16 0.14 par:pas; -désintoxiquée désintoxiquer ver f s 0.91 1.15 0.20 0.07 par:pas; -désintoxiqués désintoxiquer ver m p 0.91 1.15 0.01 0.00 par:pas; -désintègre désintégrer ver 2.08 1.49 0.33 0.07 imp:pre:2s;ind:pre:3s; -désintègrent désintégrer ver 2.08 1.49 0.10 0.00 ind:pre:3p; -désintégra désintégrer ver 2.08 1.49 0.03 0.00 ind:pas:3s; -désintégraient désintégrer ver 2.08 1.49 0.01 0.07 ind:imp:3p; -désintégrait désintégrer ver 2.08 1.49 0.01 0.20 ind:imp:3s; -désintégrant désintégrer ver 2.08 1.49 0.11 0.14 par:pre; -désintégrateur désintégrateur nom m s 0.03 0.00 0.03 0.00 -désintégration désintégration nom f s 0.88 0.54 0.86 0.47 -désintégrations désintégration nom f p 0.88 0.54 0.02 0.07 -désintégrer désintégrer ver 2.08 1.49 0.50 0.41 inf; -désintégrera désintégrer ver 2.08 1.49 0.09 0.00 ind:fut:3s; -désintégreront désintégrer ver 2.08 1.49 0.03 0.00 ind:fut:3p; -désintégré désintégrer ver m s 2.08 1.49 0.65 0.14 par:pas; -désintégrée désintégrer ver f s 2.08 1.49 0.13 0.27 par:pas; -désintégrés désintégrer ver m p 2.08 1.49 0.09 0.20 par:pas; -désintéressa désintéresser ver 0.95 5.54 0.00 0.34 ind:pas:3s; -désintéressaient désintéresser ver 0.95 5.54 0.01 0.20 ind:imp:3p; -désintéressait désintéresser ver 0.95 5.54 0.00 1.01 ind:imp:3s; -désintéressant désintéresser ver 0.95 5.54 0.00 0.14 par:pre; -désintéresse désintéresser ver 0.95 5.54 0.11 0.47 ind:pre:1s;ind:pre:3s; -désintéressement désintéressement nom m s 0.33 2.09 0.33 2.09 -désintéressent désintéresser ver 0.95 5.54 0.00 0.07 ind:pre:3p; -désintéresser désintéresser ver 0.95 5.54 0.07 1.62 inf; -désintéresserait désintéresser ver 0.95 5.54 0.00 0.07 cnd:pre:3s; -désintéresseront désintéresser ver 0.95 5.54 0.00 0.07 ind:fut:3p; -désintéressiez désintéresser ver 0.95 5.54 0.02 0.00 ind:imp:2p; -désintéressé désintéressé adj m s 1.05 2.64 0.63 1.01 -désintéressée désintéressé adj f s 1.05 2.64 0.39 0.95 -désintéressées désintéresser ver f p 0.95 5.54 0.01 0.07 par:pas; -désintéressés désintéresser ver m p 0.95 5.54 0.23 0.00 par:pas; -désintérêt désintérêt nom m s 0.07 0.68 0.07 0.68 -désinvite désinviter ver 0.07 0.00 0.02 0.00 ind:pre:1s; -désinviter désinviter ver 0.07 0.00 0.05 0.00 inf; -désinvolte désinvolte adj s 1.09 7.50 0.81 6.76 -désinvoltes désinvolte adj p 1.09 7.50 0.28 0.74 -désinvolture désinvolture nom f s 0.32 9.86 0.32 9.80 -désinvoltures désinvolture nom f p 0.32 9.86 0.00 0.07 -désir désir nom m s 45.35 117.09 31.59 96.69 -désira désirer ver 65.63 61.89 0.04 0.81 ind:pas:3s; -désirabilité désirabilité nom f s 0.00 0.07 0.00 0.07 -désirable désirable adj s 1.39 5.20 1.18 4.19 -désirables désirable adj p 1.39 5.20 0.21 1.01 -désiraient désirer ver 65.63 61.89 0.26 2.03 ind:imp:3p; -désirais désirer ver 65.63 61.89 1.88 4.66 ind:imp:1s;ind:imp:2s; -désirait désirer ver 65.63 61.89 1.04 14.05 ind:imp:3s; -désirant désirer ver 65.63 61.89 0.29 0.61 par:pre; -désirante désirant adj f s 0.05 0.47 0.00 0.14 -désire désirer ver 65.63 61.89 21.01 13.18 imp:pre:2s;ind:pre:1s;ind:pre:3s; -désirent désirer ver 65.63 61.89 2.06 2.16 ind:pre:3p; -désirer désirer ver 65.63 61.89 4.28 9.12 inf; -désirera désirer ver 65.63 61.89 0.17 0.00 ind:fut:3s; -désireraient désirer ver 65.63 61.89 0.01 0.14 cnd:pre:3p; -désirerais désirer ver 65.63 61.89 0.32 0.54 cnd:pre:1s;cnd:pre:2s; -désirerait désirer ver 65.63 61.89 0.11 0.47 cnd:pre:3s; -désireras désirer ver 65.63 61.89 0.13 0.07 ind:fut:2s; -désireriez désirer ver 65.63 61.89 0.03 0.00 cnd:pre:2p; -désirerions désirer ver 65.63 61.89 0.02 0.07 cnd:pre:1p; -désireront désirer ver 65.63 61.89 0.10 0.07 ind:fut:3p; -désires désirer ver 65.63 61.89 3.87 1.08 ind:pre:2s; -désireuse désireux adj f s 1.46 7.43 0.35 1.96 -désireuses désireux adj f p 1.46 7.43 0.06 0.27 -désireux désireux adj m 1.46 7.43 1.05 5.20 -désirez désirer ver 65.63 61.89 23.85 3.72 imp:pre:2p;ind:pre:2p; -désiriez désirer ver 65.63 61.89 0.83 0.47 ind:imp:2p; -désirions désirer ver 65.63 61.89 0.05 0.41 ind:imp:1p; -désirons désirer ver 65.63 61.89 0.68 0.68 ind:pre:1p; -désirât désirer ver 65.63 61.89 0.00 0.34 sub:imp:3s; -désirs désir nom m p 45.35 117.09 13.76 20.41 -désiré désirer ver m s 65.63 61.89 2.87 5.54 par:pas; -désirée désirer ver f s 65.63 61.89 1.67 1.42 par:pas; -désirées désiré adj f p 1.02 3.31 0.02 0.07 -désirés désiré adj m p 1.02 3.31 0.09 0.41 -désiste désister ver 0.64 0.20 0.05 0.00 imp:pre:2s;ind:pre:1s;ind:pre:3s; -désistement désistement nom m s 0.12 0.07 0.12 0.07 -désister désister ver 0.64 0.20 0.18 0.07 inf; -désistez désister ver 0.64 0.20 0.04 0.00 imp:pre:2p;ind:pre:2p; -désistèrent désister ver 0.64 0.20 0.01 0.00 ind:pas:3p; -désisté désister ver m s 0.64 0.20 0.34 0.00 par:pas; -désistée désister ver f s 0.64 0.20 0.02 0.07 par:pas; -désistés désister ver m p 0.64 0.20 0.00 0.07 par:pas; -déslipe désliper ver 0.00 0.07 0.00 0.07 ind:pre:1s; -désoblige désobliger ver 0.04 0.81 0.00 0.07 ind:pre:3s; -désobligea désobliger ver 0.04 0.81 0.00 0.07 ind:pas:3s; -désobligeait désobliger ver 0.04 0.81 0.00 0.07 ind:imp:3s; -désobligeance désobligeance nom f s 0.00 0.14 0.00 0.14 -désobligeant désobligeant adj m s 0.76 3.04 0.54 0.74 -désobligeante désobligeant adj f s 0.76 3.04 0.09 1.01 -désobligeantes désobligeant adj f p 0.76 3.04 0.09 0.88 -désobligeants désobligeant adj m p 0.76 3.04 0.04 0.41 -désobligent désobliger ver 0.04 0.81 0.01 0.07 ind:pre:3p; -désobliger désobliger ver 0.04 0.81 0.01 0.34 inf; -désobligerait désobliger ver 0.04 0.81 0.00 0.07 cnd:pre:3s; -désobligés désobliger ver m p 0.04 0.81 0.00 0.07 par:pas; -désobéi désobéir ver m s 6.15 2.09 2.27 0.20 par:pas; -désobéir désobéir ver 6.15 2.09 1.75 1.01 inf; -désobéira désobéir ver 6.15 2.09 0.05 0.00 ind:fut:3s; -désobéirai désobéir ver 6.15 2.09 0.03 0.00 ind:fut:1s; -désobéirais désobéir ver 6.15 2.09 0.02 0.00 cnd:pre:2s; -désobéiront désobéir ver 6.15 2.09 0.01 0.00 ind:fut:3p; -désobéis désobéir ver 6.15 2.09 0.76 0.00 imp:pre:2s;ind:pre:1s;ind:pre:2s; -désobéissais désobéir ver 6.15 2.09 0.14 0.07 ind:imp:1s;ind:imp:2s; -désobéissait désobéir ver 6.15 2.09 0.02 0.14 ind:imp:3s; -désobéissance désobéissance nom f s 0.91 0.74 0.91 0.68 -désobéissances désobéissance nom f p 0.91 0.74 0.00 0.07 -désobéissant désobéissant adj m s 0.39 0.14 0.13 0.00 -désobéissante désobéissant adj f s 0.39 0.14 0.23 0.07 -désobéissants désobéissant adj m p 0.39 0.14 0.03 0.07 -désobéisse désobéir ver 6.15 2.09 0.06 0.07 sub:pre:1s;sub:pre:3s; -désobéissent désobéir ver 6.15 2.09 0.27 0.14 ind:pre:3p; -désobéissez désobéir ver 6.15 2.09 0.36 0.00 imp:pre:2p;ind:pre:2p; -désobéissions désobéir ver 6.15 2.09 0.00 0.07 ind:imp:1p; -désobéit désobéir ver 6.15 2.09 0.34 0.27 ind:pre:3s;ind:pas:3s; -désoccupés désoccupé adj m p 0.00 0.20 0.00 0.20 -désodorisant désodorisant nom m s 0.45 0.27 0.32 0.27 -désodorisante désodorisant adj f s 0.09 0.07 0.01 0.07 -désodorisants désodorisant nom m p 0.45 0.27 0.13 0.00 -désodoriser désodoriser ver 0.04 0.07 0.04 0.00 inf; -désodorisés désodoriser ver m p 0.04 0.07 0.01 0.07 par:pas; -désodé désodé adj m s 0.00 0.07 0.00 0.07 -désoeuvre désoeuvre nom f s 0.00 0.07 0.00 0.07 -désoeuvrement désoeuvrement nom m s 0.03 2.36 0.03 2.30 -désoeuvrements désoeuvrement nom m p 0.03 2.36 0.00 0.07 -désoeuvré désoeuvrer ver m s 0.28 0.95 0.02 0.47 par:pas; -désoeuvrée désoeuvrer ver f s 0.28 0.95 0.10 0.14 par:pas; -désoeuvrées désoeuvré adj f p 0.17 3.04 0.01 0.34 -désoeuvrés désoeuvrer ver m p 0.28 0.95 0.16 0.27 par:pas; -désola désoler ver 297.27 14.46 0.00 0.27 ind:pas:3s; -désolai désoler ver 297.27 14.46 0.00 0.14 ind:pas:1s; -désolaient désoler ver 297.27 14.46 0.00 0.07 ind:imp:3p; -désolais désoler ver 297.27 14.46 0.00 0.27 ind:imp:1s; -désolait désoler ver 297.27 14.46 0.10 1.15 ind:imp:3s; -désolant désolant adj m s 0.88 2.50 0.65 1.08 -désolante désolant adj f s 0.88 2.50 0.08 1.08 -désolantes désolant adj f p 0.88 2.50 0.14 0.14 -désolants désolant adj m p 0.88 2.50 0.01 0.20 -désolation désolation nom f s 1.04 6.82 1.04 6.76 -désolations désolation nom f p 1.04 6.82 0.00 0.07 -désole désoler ver 297.27 14.46 2.08 1.28 imp:pre:2s;ind:pre:1s;ind:pre:3s; -désolent désoler ver 297.27 14.46 0.01 0.00 ind:pre:3p; -désoler désoler ver 297.27 14.46 0.35 0.61 inf; -désolera désoler ver 297.27 14.46 0.02 0.00 ind:fut:3s; -désolerait désoler ver 297.27 14.46 0.03 0.00 cnd:pre:3s; -désoleront désoler ver 297.27 14.46 0.00 0.07 ind:fut:3p; -désoles désoler ver 297.27 14.46 0.02 0.07 ind:pre:2s; -désolez désoler ver 297.27 14.46 0.03 0.07 imp:pre:2p; -désolidarisa désolidariser ver 0.04 1.08 0.00 0.07 ind:pas:3s; -désolidarisaient désolidariser ver 0.04 1.08 0.00 0.07 ind:imp:3p; -désolidarisait désolidariser ver 0.04 1.08 0.00 0.20 ind:imp:3s; -désolidariser désolidariser ver 0.04 1.08 0.04 0.47 inf; -désolidariserai désolidariser ver 0.04 1.08 0.00 0.14 ind:fut:1s; -désolidarisé désolidariser ver m s 0.04 1.08 0.00 0.07 par:pas; -désolidarisés désolidariser ver m p 0.04 1.08 0.00 0.07 par:pas; -désolât désoler ver 297.27 14.46 0.00 0.07 sub:imp:3s; -désolé désolé adj m s 276.66 12.43 193.51 6.49 -désolée désoler ver f s 297.27 14.46 98.22 3.38 ind:imp:3s;par:pas; -désolées désolé adj f p 276.66 12.43 0.37 0.61 -désolés désoler ver m p 297.27 14.46 2.71 0.34 par:pas; -désopilant désopilant adj m s 0.42 1.08 0.41 0.61 -désopilante désopilant adj f s 0.42 1.08 0.01 0.14 -désopilantes désopilant adj f p 0.42 1.08 0.00 0.14 -désopilants désopilant adj m p 0.42 1.08 0.01 0.20 -désorbitation désorbitation nom f s 0.01 0.00 0.01 0.00 -désorbitent désorbiter ver 0.03 0.07 0.01 0.07 ind:pre:3p; -désorbiter désorbiter ver 0.03 0.07 0.02 0.00 inf; -désordonne désordonner ver 0.61 0.74 0.00 0.07 ind:pre:3s; -désordonné désordonner ver m s 0.61 0.74 0.27 0.20 par:pas; -désordonnée désordonné adj f s 0.40 5.41 0.22 1.62 -désordonnées désordonné adj f p 0.40 5.41 0.02 0.81 -désordonnément désordonnément adv 0.00 0.07 0.00 0.07 -désordonnés désordonner ver m p 0.61 0.74 0.21 0.14 par:pas; -désordre désordre nom m s 13.64 42.23 12.34 39.12 -désordres désordre nom m p 13.64 42.23 1.30 3.11 -désorganisait désorganiser ver 0.93 0.95 0.00 0.14 ind:imp:3s; -désorganisateur désorganisateur nom m s 0.00 0.07 0.00 0.07 -désorganisation désorganisation nom f s 0.01 0.47 0.01 0.47 -désorganise désorganiser ver 0.93 0.95 0.28 0.07 ind:pre:1s;ind:pre:3s; -désorganiser désorganiser ver 0.93 0.95 0.05 0.14 inf; -désorganisé désorganiser ver m s 0.93 0.95 0.43 0.20 par:pas; -désorganisée désorganiser ver f s 0.93 0.95 0.08 0.00 par:pas; -désorganisées désorganiser ver f p 0.93 0.95 0.01 0.20 par:pas; -désorganisés désorganiser ver m p 0.93 0.95 0.09 0.20 par:pas; -désorienta désorienter ver 1.32 2.77 0.00 0.14 ind:pas:3s; -désorientaient désorienter ver 1.32 2.77 0.00 0.07 ind:imp:3p; -désorientait désorienter ver 1.32 2.77 0.00 0.34 ind:imp:3s; -désorientant désorienter ver 1.32 2.77 0.01 0.20 par:pre; -désorientation désorientation nom f s 0.43 0.14 0.43 0.14 -désoriente désorienter ver 1.32 2.77 0.14 0.34 ind:pre:3s; -désorientent désorienter ver 1.32 2.77 0.00 0.07 ind:pre:3p; -désorienter désorienter ver 1.32 2.77 0.19 0.07 inf; -désorienterait désorienter ver 1.32 2.77 0.00 0.07 cnd:pre:3s; -désorienté désorienté adj m s 1.31 2.50 0.70 1.35 -désorientée désorienté adj f s 1.31 2.50 0.53 0.74 -désorientées désorienté adj f p 1.31 2.50 0.00 0.14 -désorientés désorienté adj m p 1.31 2.50 0.08 0.27 -désormais désormais adv 39.13 88.45 39.13 88.45 -désossage désossage nom m s 0.01 0.00 0.01 0.00 -désossait désosser ver 0.59 1.55 0.00 0.07 ind:imp:3s; -désosse désosser ver 0.59 1.55 0.05 0.20 imp:pre:2s;ind:pre:3s; -désossement désossement nom m s 0.01 0.00 0.01 0.00 -désosser désosser ver 0.59 1.55 0.13 0.34 inf; -désosseur désosseur nom m s 0.01 0.00 0.01 0.00 -désossé désosser ver m s 0.59 1.55 0.11 0.27 par:pas; -désossée désosser ver f s 0.59 1.55 0.31 0.34 par:pas; -désossées désosser ver f p 0.59 1.55 0.00 0.20 par:pas; -désossés désosser ver m p 0.59 1.55 0.00 0.14 par:pas; -désoxygénation désoxygénation nom f s 0.01 0.00 0.01 0.00 -désoxyribonucléique désoxyribonucléique adj m s 0.01 0.07 0.01 0.07 -déspiritualisation déspiritualisation nom f s 0.00 0.07 0.00 0.07 -déspiritualiser déspiritualiser ver 0.00 0.07 0.00 0.07 inf; -dusse devoir ver_sup 3232.80 1318.24 0.28 0.20 sub:imp:1s; -dussent devoir ver_sup 3232.80 1318.24 0.05 0.41 sub:imp:3p; -dusses devoir ver_sup 3232.80 1318.24 0.00 0.07 sub:imp:2s; -dussiez devoir ver_sup 3232.80 1318.24 0.03 0.20 sub:imp:2p; -dussions devoir ver_sup 3232.80 1318.24 0.03 0.20 sub:imp:1p; -déstabilisaient déstabiliser ver 1.80 0.61 0.02 0.00 ind:imp:3p; -déstabilisant déstabilisant adj m s 0.37 0.00 0.32 0.00 -déstabilisante déstabilisant adj f s 0.37 0.00 0.04 0.00 -déstabilisantes déstabilisant adj f p 0.37 0.00 0.01 0.00 -déstabilisation déstabilisation nom f s 0.18 0.07 0.18 0.07 -déstabilisatrice déstabilisateur adj f s 0.14 0.00 0.14 0.00 -déstabilise déstabiliser ver 1.80 0.61 0.29 0.00 ind:pre:3s; -déstabilisent déstabiliser ver 1.80 0.61 0.05 0.00 ind:pre:3p; -déstabiliser déstabiliser ver 1.80 0.61 0.80 0.47 inf; -déstabilisera déstabiliser ver 1.80 0.61 0.06 0.00 ind:fut:3s; -déstabiliserait déstabiliser ver 1.80 0.61 0.10 0.00 cnd:pre:3s; -déstabilisez déstabiliser ver 1.80 0.61 0.03 0.00 imp:pre:2p;ind:pre:2p; -déstabilisé déstabiliser ver m s 1.80 0.61 0.35 0.07 par:pas; -déstabilisée déstabiliser ver f s 1.80 0.61 0.08 0.00 par:pas; -déstabilisés déstabiliser ver m p 1.80 0.61 0.01 0.07 par:pas; -déstalinisation déstalinisation nom f s 0.00 0.07 0.00 0.07 -déstockage déstockage nom m s 0.03 0.00 0.03 0.00 -déstocké déstocker ver m s 0.01 0.07 0.01 0.07 par:pas; -déstructuration déstructuration nom f s 0.03 0.00 0.03 0.00 -déstructurer déstructurer ver 0.03 0.07 0.01 0.07 inf; -déstructuré déstructurer ver m s 0.03 0.07 0.02 0.00 par:pas; -désubjectiviser désubjectiviser ver 0.00 0.07 0.00 0.07 inf; -déséchouée déséchouer ver f s 0.00 0.07 0.00 0.07 par:pas; -désuet désuet adj m s 0.36 3.38 0.16 1.62 -désuets désuet adj m p 0.36 3.38 0.03 0.47 -déségrégation déségrégation nom f s 0.03 0.00 0.03 0.00 -désuni désuni adj m s 0.07 0.54 0.02 0.07 -désunie désuni adj f s 0.07 0.54 0.01 0.07 -désunies désuni adj f p 0.07 0.54 0.01 0.14 -désunion désunion nom f s 0.20 0.20 0.20 0.20 -désunir désunir ver 0.27 1.15 0.13 0.54 inf; -désunirait désunir ver 0.27 1.15 0.00 0.07 cnd:pre:3s; -désunirent désunir ver 0.27 1.15 0.00 0.07 ind:pas:3p; -désunis désuni adj m p 0.07 0.54 0.03 0.27 -désunissaient désunir ver 0.27 1.15 0.00 0.14 ind:imp:3p; -désunissait désunir ver 0.27 1.15 0.00 0.07 ind:imp:3s; -désunissant désunir ver 0.27 1.15 0.00 0.07 par:pre; -désunisse désunir ver 0.27 1.15 0.01 0.00 sub:pre:3s; -désunissent désunir ver 0.27 1.15 0.00 0.07 ind:pre:3p; -désunit désunir ver 0.27 1.15 0.12 0.07 ind:pre:3s;ind:pas:3s; -désépaissir désépaissir ver 0.01 0.07 0.00 0.07 inf; -désépaissis désépaissir ver 0.01 0.07 0.01 0.00 ind:pre:1s; -déséquilibra déséquilibrer ver 0.74 1.89 0.00 0.14 ind:pas:3s; -déséquilibraient déséquilibrer ver 0.74 1.89 0.00 0.07 ind:imp:3p; -déséquilibrais déséquilibrer ver 0.74 1.89 0.00 0.07 ind:imp:1s; -déséquilibrait déséquilibrer ver 0.74 1.89 0.00 0.27 ind:imp:3s; -déséquilibrant déséquilibrer ver 0.74 1.89 0.00 0.07 par:pre; -déséquilibre déséquilibre nom m s 0.83 2.64 0.82 2.36 -déséquilibrer déséquilibrer ver 0.74 1.89 0.07 0.27 inf; -déséquilibres déséquilibre nom m p 0.83 2.64 0.01 0.27 -déséquilibrez déséquilibrer ver 0.74 1.89 0.01 0.00 ind:pre:2p; -déséquilibrât déséquilibrer ver 0.74 1.89 0.00 0.07 sub:imp:3s; -déséquilibré déséquilibrer ver m s 0.74 1.89 0.41 0.47 par:pas; -déséquilibrée déséquilibrer ver f s 0.74 1.89 0.16 0.34 par:pas; -déséquilibrées déséquilibré nom f p 0.20 1.42 0.01 0.07 -déséquilibrés déséquilibré adj m p 0.41 1.08 0.04 0.14 -déséquipent déséquiper ver 0.00 0.47 0.00 0.07 ind:pre:3p; -déséquiper déséquiper ver 0.00 0.47 0.00 0.20 inf; -déséquipé déséquiper ver m s 0.00 0.47 0.00 0.14 par:pas; -déséquipés déséquiper ver m p 0.00 0.47 0.00 0.07 par:pas; -désuète désuet adj f s 0.36 3.38 0.04 0.74 -désuètes désuet adj f p 0.36 3.38 0.14 0.54 -désuétude désuétude nom f s 0.06 0.27 0.06 0.27 -désynchronisation désynchronisation nom f s 0.01 0.00 0.01 0.00 -désynchronisé désynchroniser ver m s 0.01 0.07 0.01 0.07 par:pas; -dut devoir ver_sup 3232.80 1318.24 1.91 44.19 ind:pas:3s; -détînt détenir ver 12.53 10.61 0.00 0.07 sub:imp:3s; -détacha détacher ver 19.69 65.47 0.13 6.22 ind:pas:3s; -détachable détachable adj s 0.14 0.00 0.14 0.00 -détachai détacher ver 19.69 65.47 0.00 0.14 ind:pas:1s; -détachaient détacher ver 19.69 65.47 0.01 3.99 ind:imp:3p; -détachais détacher ver 19.69 65.47 0.02 0.14 ind:imp:1s;ind:imp:2s; -détachait détacher ver 19.69 65.47 0.17 8.51 ind:imp:3s; -détachant détachant nom m s 0.16 0.54 0.16 0.41 -détachants détachant nom m p 0.16 0.54 0.00 0.14 -détache détacher ver 19.69 65.47 7.44 7.23 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -détachement détachement nom m s 2.50 17.84 2.25 15.14 -détachements détachement nom m p 2.50 17.84 0.25 2.70 -détachent détacher ver 19.69 65.47 0.45 3.31 ind:pre:3p; -détacher détacher ver 19.69 65.47 4.44 15.14 inf; -détacherai détacher ver 19.69 65.47 0.04 0.00 ind:fut:1s; -détacheraient détacher ver 19.69 65.47 0.00 0.07 cnd:pre:3p; -détacherais détacher ver 19.69 65.47 0.01 0.07 cnd:pre:1s; -détacherait détacher ver 19.69 65.47 0.02 0.41 cnd:pre:3s; -détacherons détacher ver 19.69 65.47 0.00 0.07 ind:fut:1p; -détacheront détacher ver 19.69 65.47 0.01 0.00 ind:fut:3p; -détaches détacher ver 19.69 65.47 0.23 0.34 ind:pre:2s; -détacheur détacheur nom m s 0.10 0.00 0.10 0.00 -détachez détacher ver 19.69 65.47 3.83 0.41 imp:pre:2p;ind:pre:2p; -détachions détacher ver 19.69 65.47 0.00 0.07 ind:imp:1p; -détachons détacher ver 19.69 65.47 0.18 0.14 imp:pre:1p;ind:pre:1p; -détachât détacher ver 19.69 65.47 0.00 0.14 sub:imp:3s; -détachèrent détacher ver 19.69 65.47 0.01 0.81 ind:pas:3p; -détaché détacher ver m s 19.69 65.47 1.45 7.03 par:pas; -détachée détacher ver f s 19.69 65.47 0.57 2.64 par:pas; -détachées détaché adj f p 2.88 12.50 1.32 1.42 -détachés détacher ver m p 19.69 65.47 0.37 1.15 par:pas; -détail détail nom m s 55.78 91.15 19.82 37.97 -détailla détailler ver 2.28 14.59 0.00 0.95 ind:pas:3s; -détaillai détailler ver 2.28 14.59 0.00 0.20 ind:pas:1s; -détaillaient détailler ver 2.28 14.59 0.00 0.20 ind:imp:3p; -détaillais détailler ver 2.28 14.59 0.00 0.34 ind:imp:1s; -détaillait détailler ver 2.28 14.59 0.02 1.89 ind:imp:3s; -détaillant détailler ver 2.28 14.59 0.21 1.28 par:pre; -détaillante détaillant adj f s 0.00 0.20 0.00 0.07 -détaillants détaillant nom m p 0.14 0.14 0.06 0.07 -détaille détailler ver 2.28 14.59 0.20 2.16 imp:pre:2s;ind:pre:1s;ind:pre:3s; -détailler détailler ver 2.28 14.59 0.14 4.26 inf; -détaillera détailler ver 2.28 14.59 0.01 0.00 ind:fut:3s; -détaillerai détailler ver 2.28 14.59 0.01 0.07 ind:fut:1s; -détaillez détailler ver 2.28 14.59 0.07 0.07 imp:pre:2p;ind:pre:2p; -détaillions détailler ver 2.28 14.59 0.00 0.07 ind:imp:1p; -détaillons détailler ver 2.28 14.59 0.00 0.07 ind:pre:1p; -détaillât détailler ver 2.28 14.59 0.00 0.07 sub:imp:3s; -détaillèrent détailler ver 2.28 14.59 0.00 0.14 ind:pas:3p; -détaillé détaillé adj m s 1.94 2.57 1.12 1.22 -détaillée détailler ver f s 2.28 14.59 0.68 0.74 par:pas; -détaillées détaillé adj f p 1.94 2.57 0.16 0.47 -détaillés détaillé adj m p 1.94 2.57 0.23 0.27 -détails détail nom m p 55.78 91.15 35.96 53.18 -détala détaler ver 1.13 5.00 0.00 0.88 ind:pas:3s; -détalai détaler ver 1.13 5.00 0.00 0.34 ind:pas:1s; -détalaient détaler ver 1.13 5.00 0.01 0.34 ind:imp:3p; -détalait détaler ver 1.13 5.00 0.02 0.27 ind:imp:3s; -détalant détaler ver 1.13 5.00 0.01 0.54 par:pre; -détale détaler ver 1.13 5.00 0.28 0.54 imp:pre:2s;ind:pre:1s;ind:pre:3s; -détalent détaler ver 1.13 5.00 0.06 0.20 ind:pre:3p; -détaler détaler ver 1.13 5.00 0.14 1.28 inf; -détaleraient détaler ver 1.13 5.00 0.01 0.00 cnd:pre:3p; -détaleront détaler ver 1.13 5.00 0.03 0.00 ind:fut:3p; -détales détaler ver 1.13 5.00 0.05 0.00 ind:pre:2s; -détalions détaler ver 1.13 5.00 0.00 0.07 ind:imp:1p; -détalonner détalonner ver 0.01 0.00 0.01 0.00 inf; -détalât détaler ver 1.13 5.00 0.00 0.07 sub:imp:3s; -détalèrent détaler ver 1.13 5.00 0.00 0.20 ind:pas:3p; -détalé détaler ver m s 1.13 5.00 0.52 0.27 par:pas; -détartrage détartrage nom m s 0.12 0.00 0.12 0.00 -détartrant détartrant nom m s 0.02 0.00 0.02 0.00 -détartrants détartrant adj m p 0.00 0.14 0.00 0.14 -détaxe détaxe nom f s 0.02 0.00 0.01 0.00 -détaxes détaxe nom f p 0.02 0.00 0.01 0.00 -détaxée détaxer ver f s 0.11 0.07 0.10 0.00 par:pas; -détaxées détaxer ver f p 0.11 0.07 0.01 0.07 par:pas; -détecta détecter ver 9.86 3.04 0.00 0.07 ind:pas:3s; -détectable détectable adj s 0.22 0.00 0.17 0.00 -détectables détectable adj p 0.22 0.00 0.05 0.00 -détectai détecter ver 9.86 3.04 0.00 0.07 ind:pas:1s; -détectaient détecter ver 9.86 3.04 0.01 0.00 ind:imp:3p; -détectait détecter ver 9.86 3.04 0.00 0.20 ind:imp:3s; -détecte détecter ver 9.86 3.04 2.23 0.47 imp:pre:2s;ind:pre:1s;ind:pre:3s; -détectent détecter ver 9.86 3.04 0.50 0.27 ind:pre:3p; -détecter détecter ver 9.86 3.04 2.49 1.49 inf; -détectera détecter ver 9.86 3.04 0.09 0.00 ind:fut:3s; -détecteront détecter ver 9.86 3.04 0.07 0.00 ind:fut:3p; -détecteur détecteur nom m s 8.05 0.27 5.19 0.20 -détecteurs détecteur nom m p 8.05 0.27 2.86 0.07 -détectez détecter ver 9.86 3.04 0.07 0.00 imp:pre:2p;ind:pre:2p; -détection détection nom f s 1.89 0.27 1.84 0.27 -détections détection nom f p 1.89 0.27 0.05 0.00 -détective_conseil détective_conseil nom s 0.01 0.00 0.01 0.00 -détective détective nom s 24.61 3.92 20.77 2.36 -détectives_conseil détectives_conseil nom p 0.01 0.00 0.01 0.00 -détectives détective nom p 24.61 3.92 3.84 1.55 -détectons détecter ver 9.86 3.04 0.10 0.07 ind:pre:1p; -détecté détecter ver m s 9.86 3.04 2.94 0.27 par:pas; -détectée détecter ver f s 9.86 3.04 0.64 0.00 par:pas; -détectées détecter ver f p 9.86 3.04 0.15 0.07 par:pas; -détectés détecter ver m p 9.86 3.04 0.56 0.07 par:pas; -déteignaient déteindre ver 1.47 3.38 0.00 0.07 ind:imp:3p; -déteignait déteindre ver 1.47 3.38 0.01 0.14 ind:imp:3s; -déteignant déteindre ver 1.47 3.38 0.00 0.07 par:pre; -déteigne déteindre ver 1.47 3.38 0.13 0.07 sub:pre:3s; -déteignent déteindre ver 1.47 3.38 0.03 0.20 ind:pre:3p; -déteignes déteindre ver 1.47 3.38 0.01 0.00 sub:pre:2s; -déteindra déteindre ver 1.47 3.38 0.05 0.00 ind:fut:3s; -déteindre déteindre ver 1.47 3.38 0.51 0.61 inf; -déteint déteindre ver m s 1.47 3.38 0.73 1.42 ind:pre:3s;par:pas; -déteinte déteindre ver f s 1.47 3.38 0.00 0.27 par:pas; -déteintes déteindre ver f p 1.47 3.38 0.00 0.34 par:pas; -déteints déteindre ver m p 1.47 3.38 0.00 0.20 par:pas; -détela dételer ver 0.45 1.82 0.00 0.14 ind:pas:3s; -dételage dételage nom m s 0.01 0.00 0.01 0.00 -dételaient dételer ver 0.45 1.82 0.01 0.07 ind:imp:3p; -dételait dételer ver 0.45 1.82 0.00 0.07 ind:imp:3s; -dételer dételer ver 0.45 1.82 0.04 0.61 inf; -dételez dételer ver 0.45 1.82 0.23 0.00 imp:pre:2p; -dételle dételer ver 0.45 1.82 0.16 0.07 imp:pre:2s;ind:pre:3s; -dételé dételer ver m s 0.45 1.82 0.02 0.47 par:pas; -dételée dételer ver f s 0.45 1.82 0.00 0.14 par:pas; -dételées dételer ver f p 0.45 1.82 0.00 0.14 par:pas; -dételés dételer ver m p 0.45 1.82 0.00 0.14 par:pas; -détenaient détenir ver 12.53 10.61 0.13 1.01 ind:imp:3p; -détenais détenir ver 12.53 10.61 0.06 0.27 ind:imp:1s;ind:imp:2s; -détenait détenir ver 12.53 10.61 0.60 2.91 ind:imp:3s; -détenant détenir ver 12.53 10.61 0.09 0.00 par:pre; -détend détendre ver 44.39 23.58 3.21 2.70 ind:pre:3s; -détendît détendre ver 44.39 23.58 0.00 0.07 sub:imp:3s; -détendaient détendre ver 44.39 23.58 0.10 0.74 ind:imp:3p; -détendais détendre ver 44.39 23.58 0.03 0.00 ind:imp:1s;ind:imp:2s; -détendait détendre ver 44.39 23.58 0.08 1.69 ind:imp:3s; -détendant détendre ver 44.39 23.58 0.01 0.47 par:pre; -détende détendre ver 44.39 23.58 0.33 0.14 sub:pre:1s;sub:pre:3s; -détendent détendre ver 44.39 23.58 0.15 0.74 ind:pre:3p; -détendes détendre ver 44.39 23.58 0.36 0.00 sub:pre:2s; -détendeur détendeur nom m s 0.48 0.00 0.48 0.00 -détendez détendre ver 44.39 23.58 9.71 0.41 imp:pre:2p;ind:pre:2p; -détendiez détendre ver 44.39 23.58 0.09 0.07 ind:imp:2p; -détendions détendre ver 44.39 23.58 0.00 0.14 ind:imp:1p; -détendirent détendre ver 44.39 23.58 0.01 0.61 ind:pas:3p; -détendis détendre ver 44.39 23.58 0.00 0.20 ind:pas:1s; -détendit détendre ver 44.39 23.58 0.11 3.85 ind:pas:3s; -détendons détendre ver 44.39 23.58 0.07 0.00 imp:pre:1p;ind:pre:1p; -détendra détendre ver 44.39 23.58 0.55 0.07 ind:fut:3s; -détendrai détendre ver 44.39 23.58 0.05 0.00 ind:fut:1s; -détendraient détendre ver 44.39 23.58 0.01 0.07 cnd:pre:3p; -détendrait détendre ver 44.39 23.58 0.35 0.20 cnd:pre:3s; -détendre détendre ver 44.39 23.58 11.77 5.41 inf;; -détendrez détendre ver 44.39 23.58 0.02 0.00 ind:fut:2p; -détendrons détendre ver 44.39 23.58 0.01 0.00 ind:fut:1p; -détends détendre ver 44.39 23.58 15.11 0.95 imp:pre:2s;ind:pre:1s;ind:pre:2s; -détendu détendu adj m s 2.90 7.43 1.77 3.99 -détendue détendu adj f s 2.90 7.43 0.89 1.76 -détendues détendu adj f p 2.90 7.43 0.02 0.27 -détendus détendu adj m p 2.90 7.43 0.22 1.42 -détenez détenir ver 12.53 10.61 0.47 0.00 imp:pre:2p;ind:pre:2p; -déteniez détenir ver 12.53 10.61 0.04 0.14 ind:imp:2p; -détenions détenir ver 12.53 10.61 0.01 0.07 ind:imp:1p; -détenir détenir ver 12.53 10.61 1.11 1.89 inf; -détenons détenir ver 12.53 10.61 0.64 0.14 imp:pre:1p;ind:pre:1p; -détente détente nom f s 5.47 10.68 5.42 10.47 -détentes détente nom f p 5.47 10.68 0.06 0.20 -détenteur détenteur nom m s 0.67 1.55 0.33 0.81 -détenteurs détenteur nom m p 0.67 1.55 0.23 0.68 -détention détention nom f s 6.98 2.84 6.85 2.84 -détentions détention nom f p 6.98 2.84 0.13 0.00 -détentrice détenteur nom f s 0.67 1.55 0.11 0.07 -détentrices détentrice adj f p 0.00 0.07 0.00 0.07 -détenu détenu nom m s 12.67 6.08 3.64 2.09 -détenue détenir ver f s 12.53 10.61 0.45 0.07 par:pas; -détenues détenu nom f p 12.67 6.08 0.16 0.00 -détenus détenu nom m p 12.67 6.08 8.57 3.72 -détergeant déterger ver 0.08 0.00 0.08 0.00 par:pre; -détergent détergent nom m s 1.25 0.20 0.99 0.07 -détergents détergent nom m p 1.25 0.20 0.26 0.14 -détermina déterminer ver 14.51 11.96 0.02 0.41 ind:pas:3s; -déterminai déterminer ver 14.51 11.96 0.00 0.07 ind:pas:1s; -déterminaient déterminer ver 14.51 11.96 0.01 0.41 ind:imp:3p; -déterminais déterminer ver 14.51 11.96 0.03 0.07 ind:imp:1s;ind:imp:2s; -déterminait déterminer ver 14.51 11.96 0.04 0.47 ind:imp:3s; -déterminant déterminant adj m s 0.41 1.69 0.33 0.74 -déterminante déterminant adj f s 0.41 1.69 0.04 0.68 -déterminantes déterminant adj f p 0.41 1.69 0.02 0.07 -déterminants déterminant adj m p 0.41 1.69 0.01 0.20 -détermination détermination nom f s 2.75 4.86 2.75 4.59 -déterminations détermination nom f p 2.75 4.86 0.00 0.27 -détermine déterminer ver 14.51 11.96 1.56 0.74 imp:pre:2s;ind:pre:1s;ind:pre:3s; -déterminent déterminer ver 14.51 11.96 0.26 0.47 ind:pre:3p; -déterminer déterminer ver 14.51 11.96 6.10 4.32 inf; -déterminera déterminer ver 14.51 11.96 0.36 0.07 ind:fut:3s; -détermineraient déterminer ver 14.51 11.96 0.00 0.07 cnd:pre:3p; -déterminerait déterminer ver 14.51 11.96 0.03 0.14 cnd:pre:3s; -déterminerons déterminer ver 14.51 11.96 0.08 0.00 ind:fut:1p; -détermineront déterminer ver 14.51 11.96 0.19 0.00 ind:fut:3p; -déterminez déterminer ver 14.51 11.96 0.13 0.00 imp:pre:2p;ind:pre:2p; -déterminiez déterminer ver 14.51 11.96 0.04 0.00 ind:imp:2p; -déterminions déterminer ver 14.51 11.96 0.01 0.00 ind:imp:1p; -déterminisme déterminisme nom m s 0.22 0.47 0.22 0.47 -déterministe déterministe adj s 0.10 0.14 0.10 0.07 -déterministes déterministe adj m p 0.10 0.14 0.00 0.07 -déterminons déterminer ver 14.51 11.96 0.21 0.00 imp:pre:1p;ind:pre:1p; -déterminèrent déterminer ver 14.51 11.96 0.00 0.27 ind:pas:3p; -déterminé déterminer ver m s 14.51 11.96 3.05 2.16 par:pas; -déterminée déterminer ver f s 14.51 11.96 1.46 1.28 par:pas; -déterminées déterminé adj f p 2.39 4.32 0.24 0.41 -déterminément déterminément adv 0.00 0.34 0.00 0.34 -déterminés déterminer ver m p 14.51 11.96 0.67 0.54 par:pas; -déterra déterrer ver 5.44 3.51 0.04 0.14 ind:pas:3s; -déterrage déterrage nom m s 0.01 0.00 0.01 0.00 -déterraient déterrer ver 5.44 3.51 0.01 0.20 ind:imp:3p; -déterrais déterrer ver 5.44 3.51 0.00 0.07 ind:imp:1s; -déterrait déterrer ver 5.44 3.51 0.02 0.27 ind:imp:3s; -déterrant déterrer ver 5.44 3.51 0.05 0.14 par:pre; -déterre déterrer ver 5.44 3.51 0.38 0.47 imp:pre:2s;ind:pre:1s;ind:pre:3s; -déterrent déterrer ver 5.44 3.51 0.18 0.14 ind:pre:3p; -déterrer déterrer ver 5.44 3.51 2.05 0.68 inf; -déterrera déterrer ver 5.44 3.51 0.04 0.07 ind:fut:3s; -déterrerai déterrer ver 5.44 3.51 0.32 0.00 ind:fut:1s; -déterrerait déterrer ver 5.44 3.51 0.00 0.07 cnd:pre:3s; -déterrerez déterrer ver 5.44 3.51 0.01 0.00 ind:fut:2p; -déterreront déterrer ver 5.44 3.51 0.03 0.00 ind:fut:3p; -déterreur déterreur nom m s 0.07 0.00 0.02 0.00 -déterreurs déterreur nom m p 0.07 0.00 0.04 0.00 -déterreuse déterreur nom f s 0.07 0.00 0.01 0.00 -déterrez déterrer ver 5.44 3.51 0.21 0.00 imp:pre:2p;ind:pre:2p; -déterrions déterrer ver 5.44 3.51 0.02 0.07 ind:imp:1p; -déterrons déterrer ver 5.44 3.51 0.02 0.00 imp:pre:1p;ind:pre:1p; -déterré déterrer ver m s 5.44 3.51 1.86 1.08 par:pas; -déterrée déterré nom f s 0.40 0.07 0.08 0.00 -déterrées déterrer ver f p 5.44 3.51 0.03 0.07 par:pas; -déterrés déterrer ver m p 5.44 3.51 0.10 0.07 par:pas; -détersifs détersif adj m p 0.00 0.14 0.00 0.07 -détersive détersif adj f s 0.00 0.14 0.00 0.07 -détesta détester ver 122.87 62.64 0.11 0.61 ind:pas:3s; -détestable détestable adj s 1.93 5.34 1.68 4.12 -détestablement détestablement adv 0.00 0.07 0.00 0.07 -détestables détestable adj p 1.93 5.34 0.25 1.22 -détestai détester ver 122.87 62.64 0.01 0.54 ind:pas:1s; -détestaient détester ver 122.87 62.64 0.73 2.16 ind:imp:3p; -détestais détester ver 122.87 62.64 5.48 3.65 ind:imp:1s;ind:imp:2s; -détestait détester ver 122.87 62.64 4.25 15.47 ind:imp:3s; -détestant détester ver 122.87 62.64 0.11 0.68 par:pre; -détestation détestation nom f s 0.00 0.61 0.00 0.47 -détestations détestation nom f p 0.00 0.61 0.00 0.14 -déteste détester ver 122.87 62.64 79.45 20.81 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:1s;sub:pre:3s; -détestent détester ver 122.87 62.64 6.63 2.64 ind:pre:3p; -détester détester ver 122.87 62.64 6.35 5.47 inf;; -détestera détester ver 122.87 62.64 0.24 0.20 ind:fut:3s; -détesterai détester ver 122.87 62.64 0.26 0.00 ind:fut:1s; -détesteraient détester ver 122.87 62.64 0.38 0.07 cnd:pre:3p; -détesterais détester ver 122.87 62.64 1.32 0.88 cnd:pre:1s;cnd:pre:2s; -détesterait détester ver 122.87 62.64 0.30 0.14 cnd:pre:3s; -détesteras détester ver 122.87 62.64 0.23 0.00 ind:fut:2s; -détesteriez détester ver 122.87 62.64 0.01 0.00 cnd:pre:2p; -détesteront détester ver 122.87 62.64 0.07 0.00 ind:fut:3p; -détestes détester ver 122.87 62.64 8.13 1.82 ind:pre:2s;sub:pre:2s; -détestez détester ver 122.87 62.64 2.78 0.61 imp:pre:2p;ind:pre:2p; -détestiez détester ver 122.87 62.64 0.42 0.20 ind:imp:2p; -détestions détester ver 122.87 62.64 0.05 1.01 ind:imp:1p;sub:pre:1p; -détestons détester ver 122.87 62.64 0.64 0.61 imp:pre:1p;ind:pre:1p; -détestât détester ver 122.87 62.64 0.00 0.07 sub:imp:3s; -détesté détester ver m s 122.87 62.64 4.13 4.53 par:pas; -détestée détester ver f s 122.87 62.64 0.52 0.14 par:pas; -détestés détester ver m p 122.87 62.64 0.26 0.34 par:pas; -déçûmes décevoir ver 32.30 21.69 0.00 0.07 ind:pas:1p; -duègne duègne nom f s 0.03 0.81 0.03 0.81 -déçois décevoir ver 32.30 21.69 3.45 0.47 imp:pre:2s;ind:pre:1s;ind:pre:2s; -déçoit décevoir ver 32.30 21.69 1.18 0.34 ind:pre:3s; -déçoive décevoir ver 32.30 21.69 0.03 0.14 sub:pre:1s;sub:pre:3s; -déçoivent décevoir ver 32.30 21.69 0.34 0.20 ind:pre:3p; -déçoives décevoir ver 32.30 21.69 0.02 0.00 sub:pre:2s; -déçu décevoir ver m s 32.30 21.69 10.09 9.12 par:pas; -déçue décevoir ver f s 32.30 21.69 4.37 3.38 par:pas; -déçues décevoir ver f p 32.30 21.69 0.18 0.20 par:pas; -déçurent décevoir ver 32.30 21.69 0.00 0.14 ind:pas:3p; -déçus décevoir ver m p 32.30 21.69 1.18 1.15 ind:pas:1s;par:pas; -déçut décevoir ver 32.30 21.69 0.01 0.81 ind:pas:3s; -détiendra détenir ver 12.53 10.61 0.02 0.07 ind:fut:3s; -détiendrai détenir ver 12.53 10.61 0.02 0.00 ind:fut:1s; -détiendraient détenir ver 12.53 10.61 0.00 0.07 cnd:pre:3p; -détiendrait détenir ver 12.53 10.61 0.01 0.00 cnd:pre:3s; -détiendras détenir ver 12.53 10.61 0.03 0.00 ind:fut:2s; -détiendrez détenir ver 12.53 10.61 0.01 0.00 ind:fut:2p; -détiendront détenir ver 12.53 10.61 0.02 0.00 ind:fut:3p; -détienne détenir ver 12.53 10.61 0.02 0.07 sub:pre:1s;sub:pre:3s; -détiennent détenir ver 12.53 10.61 1.21 0.61 ind:pre:3p; -détiens détenir ver 12.53 10.61 1.76 0.27 imp:pre:2s;ind:pre:1s;ind:pre:2s; -détient détenir ver 12.53 10.61 3.48 1.28 ind:pre:3s; -détimbrée détimbré adj f s 0.00 0.27 0.00 0.27 -détint détenir ver 12.53 10.61 0.00 0.07 ind:pas:3s; -détisse détisser ver 0.00 0.07 0.00 0.07 ind:pre:1s; -détonait détoner ver 0.37 0.20 0.01 0.20 ind:imp:3s; -détonant détonant adj m s 0.09 0.34 0.03 0.27 -détonante détonant adj f s 0.09 0.34 0.01 0.00 -détonants détonant adj m p 0.09 0.34 0.05 0.07 -détonateur détonateur nom m s 4.84 0.68 3.23 0.34 -détonateurs détonateur nom m p 4.84 0.68 1.60 0.34 -détonation détonation nom f s 1.44 9.26 1.17 4.66 -détonations détonation nom f p 1.44 9.26 0.27 4.59 -détoner détoner ver 0.37 0.20 0.30 0.00 inf; -détonera détoner ver 0.37 0.20 0.04 0.00 ind:fut:3s; -détonna détonner ver 0.32 1.55 0.00 0.07 ind:pas:3s; -détonnaient détonner ver 0.32 1.55 0.00 0.27 ind:imp:3p; -détonnait détonner ver 0.32 1.55 0.12 0.61 ind:imp:3s; -détonnant détonner ver 0.32 1.55 0.03 0.00 par:pre; -détonne détonner ver 0.32 1.55 0.05 0.34 ind:pre:1s;ind:pre:3s; -détonnent détonner ver 0.32 1.55 0.01 0.07 ind:pre:3p; -détonner détonner ver 0.32 1.55 0.10 0.20 inf; -détonée détoner ver f s 0.37 0.20 0.01 0.00 par:pas; -détord détordre ver 0.01 0.07 0.01 0.00 ind:pre:3s; -détordit détordre ver 0.01 0.07 0.00 0.07 ind:pas:3s; -détortillai détortiller ver 0.00 0.14 0.00 0.07 ind:pas:1s; -détortille détortiller ver 0.00 0.14 0.00 0.07 ind:pre:3s; -détour détour nom m s 6.82 24.86 5.43 16.76 -détourage détourage nom m s 0.14 0.00 0.14 0.00 -détourna détourner ver 14.34 54.86 0.12 11.22 ind:pas:3s; -détournai détourner ver 14.34 54.86 0.00 1.96 ind:pas:1s; -détournaient détourner ver 14.34 54.86 0.00 1.76 ind:imp:3p; -détournais détourner ver 14.34 54.86 0.51 0.54 ind:imp:1s;ind:imp:2s; -détournait détourner ver 14.34 54.86 0.09 4.05 ind:imp:3s; -détournant détourner ver 14.34 54.86 0.32 5.07 par:pre; -détourne détourner ver 14.34 54.86 1.71 6.35 imp:pre:2s;ind:pre:1s;ind:pre:3s; -détournement détournement nom m s 2.60 2.09 2.35 1.89 -détournements détournement nom m p 2.60 2.09 0.26 0.20 -détournent détourner ver 14.34 54.86 0.58 0.88 ind:pre:3p; -détourner détourner ver 14.34 54.86 5.27 12.77 inf;; -détournera détourner ver 14.34 54.86 0.23 0.07 ind:fut:3s; -détournerai détourner ver 14.34 54.86 0.05 0.07 ind:fut:1s; -détourneraient détourner ver 14.34 54.86 0.00 0.07 cnd:pre:3p; -détournerais détourner ver 14.34 54.86 0.03 0.00 cnd:pre:1s;cnd:pre:2s; -détournerait détourner ver 14.34 54.86 0.20 0.27 cnd:pre:3s; -détourneront détourner ver 14.34 54.86 0.01 0.14 ind:fut:3p; -détournes détourner ver 14.34 54.86 0.16 0.14 ind:pre:2s; -détourneur détourneur nom m s 0.00 0.07 0.00 0.07 -détournez détourner ver 14.34 54.86 0.90 0.20 imp:pre:2p;ind:pre:2p; -détourniez détourner ver 14.34 54.86 0.02 0.00 ind:imp:2p; -détournions détourner ver 14.34 54.86 0.01 0.07 ind:imp:1p; -détournons détourner ver 14.34 54.86 0.29 0.14 imp:pre:1p;ind:pre:1p; -détournât détourner ver 14.34 54.86 0.00 0.14 sub:imp:3s; -détournèrent détourner ver 14.34 54.86 0.12 0.61 ind:pas:3p; -détourné détourner ver m s 14.34 54.86 2.73 5.00 imp:pre:2s;par:pas; -détournée détourner ver f s 14.34 54.86 0.48 1.69 par:pas; -détournées détourné adj f p 0.65 2.77 0.06 0.47 -détournés détourner ver m p 14.34 54.86 0.46 1.42 par:pas; -détours détour nom m p 6.82 24.86 1.39 8.11 -détrônaient détrôner ver 0.46 1.28 0.00 0.07 ind:imp:3p; -détrône détrôner ver 0.46 1.28 0.03 0.07 ind:pre:3s; -détrônement détrônement nom m s 0.01 0.00 0.01 0.00 -détrôner détrôner ver 0.46 1.28 0.19 0.54 inf; -détrônât détrôner ver 0.46 1.28 0.00 0.07 sub:imp:3s; -détrôné détrôné adj m s 0.26 0.14 0.25 0.07 -détrônée détrôner ver f s 0.46 1.28 0.04 0.07 par:pas; -détracteur détracteur nom m s 0.29 1.15 0.03 0.20 -détracteurs détracteur nom m p 0.29 1.15 0.26 0.95 -détraquaient détraquer ver 2.24 2.30 0.02 0.07 ind:imp:3p; -détraquais détraquer ver 2.24 2.30 0.00 0.07 ind:imp:1s; -détraquant détraquer ver 2.24 2.30 0.00 0.14 par:pre; -détraque détraquer ver 2.24 2.30 0.47 0.61 imp:pre:2s;ind:pre:3s; -détraquement détraquement nom m s 0.01 0.14 0.01 0.14 -détraquent détraquer ver 2.24 2.30 0.12 0.00 ind:pre:3p; -détraquer détraquer ver 2.24 2.30 0.41 0.34 inf; -détraquera détraquer ver 2.24 2.30 0.01 0.00 ind:fut:3s; -détraquerais détraquer ver 2.24 2.30 0.01 0.00 cnd:pre:1s; -détraqué détraqué nom m s 1.57 0.88 1.06 0.41 -détraquée détraqué adj f s 0.84 1.62 0.29 0.81 -détraquées détraquer ver f p 2.24 2.30 0.01 0.07 par:pas; -détraqués détraqué nom m p 1.57 0.88 0.39 0.41 -détrempaient détremper ver 0.40 5.34 0.00 0.07 ind:imp:3p; -détrempait détremper ver 0.40 5.34 0.00 0.20 ind:imp:3s; -détrempant détremper ver 0.40 5.34 0.00 0.07 par:pre; -détrempe détrempe nom f s 0.10 0.14 0.10 0.14 -détremper détremper ver 0.40 5.34 0.00 0.07 inf; -détrempé détremper ver m s 0.40 5.34 0.02 1.82 par:pas; -détrempée détremper ver f s 0.40 5.34 0.21 1.42 par:pas; -détrempées détremper ver f p 0.40 5.34 0.01 0.81 par:pas; -détrempés détremper ver m p 0.40 5.34 0.16 0.68 par:pas; -détresse détresse nom f s 8.70 19.05 8.48 18.38 -détresses détresse nom f p 8.70 19.05 0.22 0.68 -détribalisée détribaliser ver f s 0.00 0.07 0.00 0.07 par:pas; -détricote détricoter ver 0.00 0.14 0.00 0.07 ind:pre:1s; -détricoter détricoter ver 0.00 0.14 0.00 0.07 inf; -détriment détriment nom m s 0.57 3.04 0.57 2.97 -détriments détriment nom m p 0.57 3.04 0.00 0.07 -détritiques détritique adj p 0.00 0.07 0.00 0.07 -détritus détritus nom m 1.16 4.80 1.16 4.80 -détroit détroit nom m s 3.04 1.55 3.02 1.35 -détroits détroit nom m p 3.04 1.55 0.02 0.20 -détrompa détromper ver 2.61 3.04 0.00 0.14 ind:pas:3s; -détrompai détromper ver 2.61 3.04 0.00 0.14 ind:pas:1s; -détrompais détromper ver 2.61 3.04 0.00 0.14 ind:imp:1s; -détrompait détromper ver 2.61 3.04 0.00 0.07 ind:imp:3s; -détrompe détromper ver 2.61 3.04 0.97 0.47 imp:pre:2s;ind:pre:1s;ind:pre:3s; -détromper détromper ver 2.61 3.04 0.08 1.15 inf; -détromperai détromper ver 2.61 3.04 0.00 0.07 ind:fut:1s; -détrompez détromper ver 2.61 3.04 1.53 0.47 imp:pre:2p;ind:pre:2p; -détrompé détromper ver m s 2.61 3.04 0.01 0.20 par:pas; -détrompée détromper ver f s 2.61 3.04 0.01 0.14 par:pas; -détrompés détromper ver m p 2.61 3.04 0.01 0.07 par:pas; -détroncha détroncher ver 0.00 0.81 0.00 0.07 ind:pas:3s; -détronchant détroncher ver 0.00 0.81 0.00 0.14 par:pre; -détronche détroncher ver 0.00 0.81 0.00 0.20 ind:pre:3s; -détronchent détroncher ver 0.00 0.81 0.00 0.07 ind:pre:3p; -détroncher détroncher ver 0.00 0.81 0.00 0.07 inf; -détroncherais détroncher ver 0.00 0.81 0.00 0.07 cnd:pre:1s; -détronchèrent détroncher ver 0.00 0.81 0.00 0.07 ind:pas:3p; -détronché détroncher ver m s 0.00 0.81 0.00 0.14 par:pas; -détroussaient détrousser ver 0.29 0.47 0.01 0.00 ind:imp:3p; -détroussais détrousser ver 0.29 0.47 0.00 0.07 ind:imp:1s; -détroussant détrousser ver 0.29 0.47 0.00 0.07 par:pre; -détroussent détrousser ver 0.29 0.47 0.00 0.14 ind:pre:3p; -détrousser détrousser ver 0.29 0.47 0.11 0.00 inf; -détrousses détrousser ver 0.29 0.47 0.01 0.00 ind:pre:2s; -détrousseur détrousseur nom m s 0.17 0.14 0.17 0.07 -détrousseurs détrousseur nom m p 0.17 0.14 0.00 0.07 -détroussez détrousser ver 0.29 0.47 0.02 0.00 ind:pre:2p; -détroussé détrousser ver m s 0.29 0.47 0.12 0.07 par:pas; -détroussés détrousser ver m p 0.29 0.47 0.02 0.14 par:pas; -détruira détruire ver 126.08 52.36 2.67 0.27 ind:fut:3s; -détruirai détruire ver 126.08 52.36 1.84 0.14 ind:fut:1s; -détruiraient détruire ver 126.08 52.36 0.38 0.07 cnd:pre:3p; -détruirais détruire ver 126.08 52.36 0.30 0.14 cnd:pre:1s;cnd:pre:2s; -détruirait détruire ver 126.08 52.36 1.13 0.20 cnd:pre:3s; -détruiras détruire ver 126.08 52.36 0.58 0.00 ind:fut:2s; -détruire détruire ver 126.08 52.36 50.12 20.34 inf;; -détruirez détruire ver 126.08 52.36 0.28 0.07 ind:fut:2p; -détruiriez détruire ver 126.08 52.36 0.13 0.00 cnd:pre:2p; -détruirions détruire ver 126.08 52.36 0.04 0.07 cnd:pre:1p; -détruirons détruire ver 126.08 52.36 0.64 0.00 ind:fut:1p; -détruiront détruire ver 126.08 52.36 0.82 0.14 ind:fut:3p; -détruis détruire ver 126.08 52.36 4.62 0.54 imp:pre:2s;ind:pre:1s;ind:pre:2s; -détruisaient détruire ver 126.08 52.36 0.29 0.74 ind:imp:3p; -détruisais détruire ver 126.08 52.36 0.16 0.14 ind:imp:1s;ind:imp:2s; -détruisait détruire ver 126.08 52.36 0.41 1.89 ind:imp:3s; -détruisant détruire ver 126.08 52.36 1.54 1.22 par:pre; -détruise détruire ver 126.08 52.36 1.05 0.54 sub:pre:1s;sub:pre:3s; -détruisent détruire ver 126.08 52.36 3.52 1.28 ind:pre:3p; -détruises détruire ver 126.08 52.36 0.26 0.00 sub:pre:2s; -détruisez détruire ver 126.08 52.36 4.46 0.00 imp:pre:2p;ind:pre:2p; -détruisiez détruire ver 126.08 52.36 0.12 0.00 ind:imp:2p; -détruisions détruire ver 126.08 52.36 0.14 0.00 ind:imp:1p; -détruisirent détruire ver 126.08 52.36 0.06 0.14 ind:pas:3p; -détruisis détruire ver 126.08 52.36 0.00 0.07 ind:pas:1s; -détruisit détruire ver 126.08 52.36 0.27 0.95 ind:pas:3s; -détruisons détruire ver 126.08 52.36 1.26 0.00 imp:pre:1p;ind:pre:1p; -détruit détruire ver m s 126.08 52.36 35.42 14.26 ind:pre:3s;par:pas; -détruite détruire ver f s 126.08 52.36 7.49 4.32 par:pas; -détruites détruire ver f p 126.08 52.36 1.92 1.96 par:pas; -détruits détruire ver m p 126.08 52.36 4.16 2.91 par:pas; -détérioraient détériorer ver 1.68 3.18 0.01 0.07 ind:imp:3p; -détériorait détériorer ver 1.68 3.18 0.16 0.34 ind:imp:3s; -détériorant détériorer ver 1.68 3.18 0.01 0.14 par:pre; -détérioration détérioration nom f s 0.68 0.54 0.64 0.54 -détériorations détérioration nom f p 0.68 0.54 0.04 0.00 -détériore détériorer ver 1.68 3.18 0.48 0.61 ind:pre:3s; -détériorent détériorer ver 1.68 3.18 0.05 0.00 ind:pre:3p; -détériorer détériorer ver 1.68 3.18 0.36 0.68 inf; -détériorât détériorer ver 1.68 3.18 0.00 0.07 sub:imp:3s; -détérioré détériorer ver m s 1.68 3.18 0.19 0.34 par:pas; -détériorée détériorer ver f s 1.68 3.18 0.22 0.47 par:pas; -détériorées détériorer ver f p 1.68 3.18 0.15 0.20 par:pas; -détériorés détériorer ver m p 1.68 3.18 0.05 0.27 par:pas; -dévala dévaler ver 1.51 16.76 0.00 1.76 ind:pas:3s; -dévalai dévaler ver 1.51 16.76 0.00 0.34 ind:pas:1s; -dévalaient dévaler ver 1.51 16.76 0.00 0.88 ind:imp:3p; -dévalais dévaler ver 1.51 16.76 0.12 0.34 ind:imp:1s;ind:imp:2s; -dévalait dévaler ver 1.51 16.76 0.12 3.04 ind:imp:3s; -dévalant dévaler ver 1.51 16.76 0.22 1.96 par:pre; -dévale dévaler ver 1.51 16.76 0.52 3.45 imp:pre:2s;ind:pre:1s;ind:pre:3s; -dévalement dévalement nom m s 0.00 0.34 0.00 0.34 -dévalent dévaler ver 1.51 16.76 0.08 1.28 ind:pre:3p; -dévaler dévaler ver 1.51 16.76 0.29 1.69 inf; -dévales dévaler ver 1.51 16.76 0.00 0.07 ind:pre:2s; -dévalions dévaler ver 1.51 16.76 0.01 0.20 ind:imp:1p; -dévalisai dévaliser ver 6.22 2.03 0.01 0.07 ind:pas:1s; -dévalisaient dévaliser ver 6.22 2.03 0.01 0.00 ind:imp:3p; -dévalisait dévaliser ver 6.22 2.03 0.16 0.00 ind:imp:3s; -dévalisant dévaliser ver 6.22 2.03 0.05 0.00 par:pre; -dévalise dévaliser ver 6.22 2.03 0.50 0.07 ind:pre:1s;ind:pre:3s; -dévalisent dévaliser ver 6.22 2.03 0.04 0.07 ind:pre:3p; -dévaliser dévaliser ver 6.22 2.03 1.93 0.68 inf; -dévalisera dévaliser ver 6.22 2.03 0.11 0.00 ind:fut:3s; -dévaliserait dévaliser ver 6.22 2.03 0.02 0.07 cnd:pre:3s; -dévalises dévaliser ver 6.22 2.03 0.06 0.00 ind:pre:2s; -dévalisez dévaliser ver 6.22 2.03 0.15 0.07 imp:pre:2p;ind:pre:2p; -dévalisé dévaliser ver m s 6.22 2.03 2.64 0.68 par:pas; -dévalisée dévaliser ver f s 6.22 2.03 0.39 0.14 par:pas; -dévalisés dévaliser ver m p 6.22 2.03 0.14 0.20 par:pas; -dévalons dévaler ver 1.51 16.76 0.01 0.14 imp:pre:1p;ind:pre:1p; -dévalorisaient dévaloriser ver 0.27 0.54 0.00 0.07 ind:imp:3p; -dévalorisait dévaloriser ver 0.27 0.54 0.00 0.07 ind:imp:3s; -dévalorisant dévalorisant adj m s 0.10 0.00 0.10 0.00 -dévalorisation dévalorisation nom f s 0.01 0.27 0.01 0.27 -dévalorise dévaloriser ver 0.27 0.54 0.10 0.07 imp:pre:2s;ind:pre:1s;ind:pre:3s; -dévalorisent dévaloriser ver 0.27 0.54 0.02 0.07 ind:pre:3p; -dévaloriser dévaloriser ver 0.27 0.54 0.09 0.07 inf; -dévalorisez dévaloriser ver 0.27 0.54 0.01 0.00 imp:pre:2p; -dévalorisé dévaloriser ver m s 0.27 0.54 0.03 0.07 par:pas; -dévalorisée dévaloriser ver f s 0.27 0.54 0.02 0.14 par:pas; -dévalèrent dévaler ver 1.51 16.76 0.00 0.34 ind:pas:3p; -dévalé dévaler ver m s 1.51 16.76 0.14 1.22 par:pas; -dévaluait dévaluer ver 0.37 0.54 0.00 0.07 ind:imp:3s; -dévaluation dévaluation nom f s 0.14 0.54 0.14 0.47 -dévaluations dévaluation nom f p 0.14 0.54 0.00 0.07 -dévalée dévaler ver f s 1.51 16.76 0.00 0.07 par:pas; -dévalue dévaluer ver 0.37 0.54 0.15 0.07 ind:pre:1s;ind:pre:3s; -dévaluer dévaluer ver 0.37 0.54 0.00 0.20 inf; -dévaluera dévaluer ver 0.37 0.54 0.01 0.00 ind:fut:3s; -dévalué dévaluer ver m s 0.37 0.54 0.07 0.00 par:pas; -dévaluée dévaluer ver f s 0.37 0.54 0.14 0.14 par:pas; -dévalués dévaluer ver m p 0.37 0.54 0.00 0.07 par:pas; -dévasta dévaster ver 2.50 4.12 0.05 0.07 ind:pas:3s; -dévastaient dévaster ver 2.50 4.12 0.00 0.47 ind:imp:3p; -dévastait dévaster ver 2.50 4.12 0.01 0.14 ind:imp:3s; -dévastant dévaster ver 2.50 4.12 0.04 0.00 par:pre; -dévastateur dévastateur adj m s 1.43 1.89 0.38 0.61 -dévastateurs dévastateur adj m p 1.43 1.89 0.27 0.27 -dévastation dévastation nom f s 0.44 1.28 0.41 0.81 -dévastations dévastation nom f p 0.44 1.28 0.02 0.47 -dévastatrice dévastateur adj f s 1.43 1.89 0.70 0.74 -dévastatrices dévastateur adj f p 1.43 1.89 0.08 0.27 -dévaste dévaster ver 2.50 4.12 0.39 0.07 imp:pre:2s;ind:pre:1s;ind:pre:3s; -dévastent dévaster ver 2.50 4.12 0.16 0.20 ind:pre:3p; -dévaster dévaster ver 2.50 4.12 0.21 0.54 inf; -dévastera dévaster ver 2.50 4.12 0.01 0.00 ind:fut:3s; -dévasterait dévaster ver 2.50 4.12 0.05 0.00 cnd:pre:3s; -dévasteront dévaster ver 2.50 4.12 0.01 0.07 ind:fut:3p; -dévastèrent dévaster ver 2.50 4.12 0.00 0.14 ind:pas:3p; -dévasté dévaster ver m s 2.50 4.12 1.07 1.42 par:pas; -dévastée dévaster ver f s 2.50 4.12 0.42 0.61 par:pas; -dévastées dévasté adj f p 0.82 2.84 0.01 0.61 -dévastés dévasté adj m p 0.82 2.84 0.16 0.41 -déveinards déveinard nom m p 0.00 0.07 0.00 0.07 -déveine déveine nom f s 0.33 1.08 0.33 1.01 -déveines déveine nom f p 0.33 1.08 0.00 0.07 -développa développer ver 20.14 21.42 0.29 0.81 ind:pas:3s; -développai développer ver 20.14 21.42 0.00 0.14 ind:pas:1s; -développaient développer ver 20.14 21.42 0.07 0.54 ind:imp:3p; -développais développer ver 20.14 21.42 0.06 0.27 ind:imp:1s;ind:imp:2s; -développait développer ver 20.14 21.42 0.25 2.23 ind:imp:3s; -développant développer ver 20.14 21.42 0.20 0.88 par:pre; -développe développer ver 20.14 21.42 4.09 4.05 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -développement développement nom m s 7.09 11.15 6.63 10.20 -développements développement nom m p 7.09 11.15 0.47 0.95 -développent développer ver 20.14 21.42 0.59 0.88 ind:pre:3p; -développer développer ver 20.14 21.42 7.84 6.96 inf; -développera développer ver 20.14 21.42 0.18 0.14 ind:fut:3s; -développerai développer ver 20.14 21.42 0.02 0.00 ind:fut:1s; -développeraient développer ver 20.14 21.42 0.14 0.00 cnd:pre:3p; -développerais développer ver 20.14 21.42 0.02 0.00 cnd:pre:1s; -développerait développer ver 20.14 21.42 0.03 0.07 cnd:pre:3s; -développerez développer ver 20.14 21.42 0.01 0.14 ind:fut:2p; -développeront développer ver 20.14 21.42 0.01 0.00 ind:fut:3p; -développeur développeur nom m s 0.17 0.07 0.17 0.07 -développez développer ver 20.14 21.42 0.58 0.14 imp:pre:2p;ind:pre:2p; -développons développer ver 20.14 21.42 0.33 0.00 imp:pre:1p;ind:pre:1p; -développât développer ver 20.14 21.42 0.00 0.07 sub:imp:3s; -développèrent développer ver 20.14 21.42 0.03 0.07 ind:pas:3p; -développé développer ver m s 20.14 21.42 3.88 2.30 par:pas; -développée développer ver f s 20.14 21.42 0.83 1.08 par:pas; -développées développer ver f p 20.14 21.42 0.27 0.41 par:pas; -développés développé adj m p 3.61 1.55 0.64 0.14 -déventer déventer ver 0.01 0.00 0.01 0.00 inf; -dévergondage dévergondage nom m s 0.03 0.27 0.03 0.20 -dévergondages dévergondage nom m p 0.03 0.27 0.00 0.07 -dévergonde dévergonder ver 0.56 0.27 0.26 0.07 imp:pre:2s;ind:pre:1s;ind:pre:3s; -dévergondent dévergonder ver 0.56 0.27 0.01 0.07 ind:pre:3p; -dévergonder dévergonder ver 0.56 0.27 0.02 0.14 inf; -dévergondé dévergondé nom m s 1.39 0.41 0.23 0.14 -dévergondée dévergondé nom f s 1.39 0.41 1.06 0.27 -dévergondées dévergondé nom f p 1.39 0.41 0.10 0.00 -dévergondés dévergondé adj m p 0.56 0.54 0.14 0.07 -dévernie dévernir ver f s 0.00 0.27 0.00 0.07 par:pas; -dévernies dévernir ver f p 0.00 0.27 0.00 0.07 par:pas; -dévernir dévernir ver 0.00 0.27 0.00 0.14 inf; -déverrouilla déverrouiller ver 0.91 1.01 0.00 0.14 ind:pas:3s; -déverrouillage déverrouillage nom m s 0.28 0.00 0.28 0.00 -déverrouillait déverrouiller ver 0.91 1.01 0.00 0.20 ind:imp:3s; -déverrouille déverrouiller ver 0.91 1.01 0.18 0.07 imp:pre:2s;ind:pre:1s;ind:pre:3s; -déverrouillent déverrouiller ver 0.91 1.01 0.01 0.07 ind:pre:3p; -déverrouiller déverrouiller ver 0.91 1.01 0.33 0.20 inf; -déverrouillez déverrouiller ver 0.91 1.01 0.23 0.00 imp:pre:2p; -déverrouillé déverrouiller ver m s 0.91 1.01 0.08 0.14 par:pas; -déverrouillée déverrouiller ver f s 0.91 1.01 0.07 0.14 par:pas; -déverrouillées déverrouiller ver f p 0.91 1.01 0.00 0.07 par:pas; -déversa déverser ver 1.97 12.09 0.01 0.61 ind:pas:3s; -déversaient déverser ver 1.97 12.09 0.04 1.15 ind:imp:3p; -déversais déverser ver 1.97 12.09 0.00 0.07 ind:imp:1s; -déversait déverser ver 1.97 12.09 0.06 2.84 ind:imp:3s; -déversant déverser ver 1.97 12.09 0.03 1.08 par:pre; -déverse déverser ver 1.97 12.09 0.58 1.35 imp:pre:2s;ind:pre:1s;ind:pre:3s; -déversement déversement nom m s 0.17 0.14 0.14 0.07 -déversements déversement nom m p 0.17 0.14 0.03 0.07 -déversent déverser ver 1.97 12.09 0.13 0.95 ind:pre:3p; -déverser déverser ver 1.97 12.09 0.61 2.23 inf; -déversera déverser ver 1.97 12.09 0.11 0.00 ind:fut:3s; -déverserai déverser ver 1.97 12.09 0.00 0.07 ind:fut:1s; -déverseraient déverser ver 1.97 12.09 0.00 0.14 cnd:pre:3p; -déverserait déverser ver 1.97 12.09 0.00 0.07 cnd:pre:3s; -déversez déverser ver 1.97 12.09 0.06 0.07 imp:pre:2p;ind:pre:2p; -déversoir déversoir nom m s 0.18 0.95 0.18 0.95 -déversèrent déverser ver 1.97 12.09 0.00 0.20 ind:pas:3p; -déversé déverser ver m s 1.97 12.09 0.19 0.47 par:pas; -déversée déverser ver f s 1.97 12.09 0.09 0.34 par:pas; -déversées déverser ver f p 1.97 12.09 0.01 0.07 par:pas; -déversés déverser ver m p 1.97 12.09 0.06 0.41 par:pas; -duvet duvet nom m s 1.70 8.85 1.58 7.57 -duveteuse duveteux adj f s 0.12 1.76 0.05 0.61 -duveteuses duveteux adj f p 0.12 1.76 0.02 0.41 -duveteux duveteux adj m s 0.12 1.76 0.05 0.74 -duvets duvet nom m p 1.70 8.85 0.12 1.28 -duveté duveté adj m s 0.00 0.47 0.00 0.14 -duvetée duveté adj f s 0.00 0.47 0.00 0.20 -duvetées duveter ver f p 0.00 0.34 0.00 0.14 par:pas; -duvetés duveté adj m p 0.00 0.47 0.00 0.07 -dévia dévier ver 3.04 5.14 0.00 0.41 ind:pas:3s; -déviai dévier ver 3.04 5.14 0.00 0.07 ind:pas:1s; -déviaient dévier ver 3.04 5.14 0.00 0.07 ind:imp:3p; -déviait dévier ver 3.04 5.14 0.03 0.54 ind:imp:3s; -déviance déviance nom f s 0.18 0.00 0.01 0.00 -déviances déviance nom f p 0.18 0.00 0.17 0.00 -déviant déviant adj m s 0.45 0.00 0.33 0.00 -déviante déviant adj f s 0.45 0.00 0.02 0.00 -déviants déviant nom m p 0.21 0.07 0.10 0.07 -déviateur déviateur adj m s 0.02 0.00 0.02 0.00 -déviation déviation nom f s 1.29 1.15 1.00 0.95 -déviationnisme déviationnisme nom m s 0.00 0.14 0.00 0.14 -déviationniste déviationniste adj s 0.00 0.07 0.00 0.07 -déviations déviation nom f p 1.29 1.15 0.29 0.20 -dévida dévider ver 0.02 3.58 0.00 0.20 ind:pas:3s; -dévidais dévider ver 0.02 3.58 0.00 0.07 ind:imp:1s; -dévidait dévider ver 0.02 3.58 0.01 0.88 ind:imp:3s; -dévidant dévider ver 0.02 3.58 0.00 0.14 par:pre; -dévide dévider ver 0.02 3.58 0.01 0.54 ind:pre:1s;ind:pre:3s; -dévident dévider ver 0.02 3.58 0.00 0.07 ind:pre:3p; -dévider dévider ver 0.02 3.58 0.00 1.15 inf; -déviderait dévider ver 0.02 3.58 0.00 0.14 cnd:pre:3s; -dévideur dévideur nom m s 0.00 0.07 0.00 0.07 -dévidions dévider ver 0.02 3.58 0.00 0.07 ind:imp:1p; -dévidoir dévidoir nom m s 0.03 0.27 0.03 0.20 -dévidoirs dévidoir nom m p 0.03 0.27 0.00 0.07 -dévidé dévider ver m s 0.02 3.58 0.00 0.27 par:pas; -dévidée dévider ver f s 0.02 3.58 0.00 0.07 par:pas; -dévie dévier ver 3.04 5.14 0.52 0.41 imp:pre:2s;ind:pre:1s;ind:pre:3s; -dévient dévier ver 3.04 5.14 0.04 0.14 ind:pre:3p; -dévier dévier ver 3.04 5.14 0.90 1.96 inf; -déviera dévier ver 3.04 5.14 0.02 0.00 ind:fut:3s; -dévierait dévier ver 3.04 5.14 0.01 0.14 cnd:pre:3s; -déviez dévier ver 3.04 5.14 0.13 0.00 imp:pre:2p;ind:pre:2p; -dévions dévier ver 3.04 5.14 0.01 0.07 ind:pre:1p; -dévirginiser dévirginiser ver 0.01 0.07 0.00 0.07 inf; -dévirginisée dévirginiser ver f s 0.01 0.07 0.01 0.00 par:pas; -dévirilisant déviriliser ver 0.00 0.14 0.00 0.07 par:pre; -dévirilisation dévirilisation nom f s 0.00 0.20 0.00 0.20 -dévirilisé déviriliser ver m s 0.00 0.14 0.00 0.07 par:pas; -dévisage dévisager ver 2.13 24.66 0.54 3.45 imp:pre:2s;ind:pre:1s;ind:pre:3s; -dévisagea dévisager ver 2.13 24.66 0.00 6.01 ind:pas:3s; -dévisageai dévisager ver 2.13 24.66 0.01 1.01 ind:pas:1s; -dévisageaient dévisager ver 2.13 24.66 0.03 1.01 ind:imp:3p; -dévisageais dévisager ver 2.13 24.66 0.01 0.14 ind:imp:1s; -dévisageait dévisager ver 2.13 24.66 0.07 3.72 ind:imp:3s; -dévisageant dévisager ver 2.13 24.66 0.00 2.70 par:pre; -dévisagent dévisager ver 2.13 24.66 0.25 1.22 ind:pre:3p; -dévisageâmes dévisager ver 2.13 24.66 0.00 0.07 ind:pas:1p; -dévisageons dévisager ver 2.13 24.66 0.00 0.14 ind:pre:1p; -dévisager dévisager ver 2.13 24.66 0.67 2.91 inf; -dévisageraient dévisager ver 2.13 24.66 0.02 0.00 cnd:pre:3p; -dévisagez dévisager ver 2.13 24.66 0.04 0.07 imp:pre:2p;ind:pre:2p; -dévisagions dévisager ver 2.13 24.66 0.00 0.07 ind:imp:1p; -dévisagèrent dévisager ver 2.13 24.66 0.00 0.74 ind:pas:3p; -dévisagé dévisager ver m s 2.13 24.66 0.18 1.01 par:pas; -dévisagée dévisager ver f s 2.13 24.66 0.28 0.20 par:pas; -dévisagés dévisager ver m p 2.13 24.66 0.02 0.20 par:pas; -dévissa dévisser ver 1.34 4.59 0.00 0.74 ind:pas:3s; -dévissable dévissable adj m s 0.01 0.00 0.01 0.00 -dévissage dévissage nom m s 0.00 0.07 0.00 0.07 -dévissaient dévisser ver 1.34 4.59 0.00 0.20 ind:imp:3p; -dévissait dévisser ver 1.34 4.59 0.00 0.47 ind:imp:3s; -dévissant dévisser ver 1.34 4.59 0.00 0.07 par:pre; -dévisse dévisser ver 1.34 4.59 0.41 1.08 imp:pre:2s;ind:pre:1s;ind:pre:3s; -dévisser dévisser ver 1.34 4.59 0.48 1.08 inf; -dévissera dévisser ver 1.34 4.59 0.01 0.07 ind:fut:3s; -dévissez dévisser ver 1.34 4.59 0.04 0.07 imp:pre:2p;ind:pre:2p; -dévissé dévisser ver m s 1.34 4.59 0.22 0.34 par:pas; -dévissée dévisser ver f s 1.34 4.59 0.18 0.14 par:pas; -dévissées dévisser ver f p 1.34 4.59 0.00 0.14 par:pas; -dévissés dévisser ver m p 1.34 4.59 0.00 0.20 par:pas; -dévitalisation dévitalisation nom f s 0.01 0.07 0.01 0.07 -dévitaliser dévitaliser ver 0.11 0.00 0.05 0.00 inf; -dévitalisé dévitaliser ver m s 0.11 0.00 0.05 0.00 par:pas; -dévié dévier ver m s 3.04 5.14 0.96 0.88 par:pas; -déviée dévier ver f s 3.04 5.14 0.20 0.27 par:pas; -déviés dévier ver m p 3.04 5.14 0.17 0.14 par:pas; -dévoie dévoyer ver 0.38 0.88 0.10 0.07 ind:pre:3s; -dévoiement dévoiement nom m s 0.00 0.14 0.00 0.14 -dévoila dévoiler ver 8.78 12.97 0.04 0.61 ind:pas:3s; -dévoilai dévoiler ver 8.78 12.97 0.00 0.07 ind:pas:1s; -dévoilaient dévoiler ver 8.78 12.97 0.00 0.41 ind:imp:3p; -dévoilais dévoiler ver 8.78 12.97 0.12 0.07 ind:imp:1s;ind:imp:2s; -dévoilait dévoiler ver 8.78 12.97 0.06 1.22 ind:imp:3s; -dévoilant dévoiler ver 8.78 12.97 0.25 1.42 par:pre; -dévoile dévoiler ver 8.78 12.97 0.99 1.82 imp:pre:2s;ind:pre:1s;ind:pre:3s; -dévoilement dévoilement nom m s 0.06 0.47 0.06 0.41 -dévoilements dévoilement nom m p 0.06 0.47 0.00 0.07 -dévoilent dévoiler ver 8.78 12.97 0.14 0.41 ind:pre:3p; -dévoiler dévoiler ver 8.78 12.97 3.80 3.78 inf; -dévoilera dévoiler ver 8.78 12.97 0.18 0.07 ind:fut:3s; -dévoilerai dévoiler ver 8.78 12.97 0.30 0.07 ind:fut:1s; -dévoilerais dévoiler ver 8.78 12.97 0.01 0.00 cnd:pre:1s; -dévoilerait dévoiler ver 8.78 12.97 0.11 0.07 cnd:pre:3s; -dévoilerez dévoiler ver 8.78 12.97 0.02 0.00 ind:fut:2p; -dévoileront dévoiler ver 8.78 12.97 0.04 0.00 ind:fut:3p; -dévoiles dévoiler ver 8.78 12.97 0.07 0.00 ind:pre:2s; -dévoilez dévoiler ver 8.78 12.97 0.29 0.00 imp:pre:2p; -dévoilons dévoiler ver 8.78 12.97 0.30 0.00 imp:pre:1p;ind:pre:1p; -dévoilé dévoiler ver m s 8.78 12.97 1.55 1.82 par:pas; -dévoilée dévoiler ver f s 8.78 12.97 0.16 0.74 par:pas; -dévoilées dévoiler ver f p 8.78 12.97 0.18 0.20 par:pas; -dévoilés dévoiler ver m p 8.78 12.97 0.16 0.20 par:pas; -dévolu dévolu nom m s 0.17 0.74 0.16 0.74 -dévolue dévolu adj f s 0.07 1.89 0.03 0.54 -dévolues dévolu adj f p 0.07 1.89 0.00 0.20 -dévolus dévolu adj m p 0.07 1.89 0.01 0.61 -dévolution dévolution nom f s 0.00 0.07 0.00 0.07 -dévonien dévonien nom m s 0.01 0.00 0.01 0.00 -dévonienne dévonien adj f s 0.04 0.00 0.04 0.00 -dévora dévorer ver 19.70 37.64 0.19 0.88 ind:pas:3s; -dévorai dévorer ver 19.70 37.64 0.14 0.41 ind:pas:1s; -dévoraient dévorer ver 19.70 37.64 0.29 1.96 ind:imp:3p; -dévorais dévorer ver 19.70 37.64 0.13 1.01 ind:imp:1s;ind:imp:2s; -dévorait dévorer ver 19.70 37.64 0.38 4.32 ind:imp:3s; -dévorant dévorer ver 19.70 37.64 0.67 2.70 par:pre; -dévorante dévorant adj f s 0.94 3.24 0.45 1.89 -dévorantes dévorant adj f p 0.94 3.24 0.01 0.20 -dévorants dévorant adj m p 0.94 3.24 0.10 0.34 -dévorateur dévorateur adj m s 0.00 0.34 0.00 0.14 -dévorateurs dévorateur adj m p 0.00 0.34 0.00 0.14 -dévoration dévoration nom f s 0.00 0.07 0.00 0.07 -dévoratrice dévorateur adj f s 0.00 0.34 0.00 0.07 -dévore dévorer ver 19.70 37.64 4.48 4.86 imp:pre:2s;ind:pre:1s;ind:pre:3s; -dévorent dévorer ver 19.70 37.64 1.81 1.62 ind:pre:3p; -dévorer dévorer ver 19.70 37.64 4.08 7.70 ind:imp:3s;inf; -dévorera dévorer ver 19.70 37.64 0.71 0.14 ind:fut:3s; -dévorerai dévorer ver 19.70 37.64 0.16 0.14 ind:fut:1s; -dévoreraient dévorer ver 19.70 37.64 0.02 0.07 cnd:pre:3p; -dévorerais dévorer ver 19.70 37.64 0.01 0.07 cnd:pre:1s;cnd:pre:2s; -dévorerait dévorer ver 19.70 37.64 0.19 0.34 cnd:pre:3s; -dévorerez dévorer ver 19.70 37.64 0.02 0.00 ind:fut:2p; -dévoreront dévorer ver 19.70 37.64 0.12 0.14 ind:fut:3p; -dévores dévorer ver 19.70 37.64 0.14 0.07 ind:pre:2s;sub:pre:2s; -dévoreur dévoreur nom m s 0.48 1.08 0.16 0.41 -dévoreurs dévoreur nom m p 0.48 1.08 0.01 0.27 -dévoreuse dévoreur nom f s 0.48 1.08 0.31 0.34 -dévoreuses dévoreuse nom f p 0.01 0.00 0.01 0.00 -dévorez dévorer ver 19.70 37.64 0.17 0.00 imp:pre:2p;ind:pre:2p; -dévorions dévorer ver 19.70 37.64 0.00 0.20 ind:imp:1p; -dévorons dévorer ver 19.70 37.64 0.02 0.14 imp:pre:1p;ind:pre:1p; -dévorèrent dévorer ver 19.70 37.64 0.00 0.47 ind:pas:3p; -dévoré dévorer ver m s 19.70 37.64 4.25 5.20 par:pas; -dévorée dévorer ver f s 19.70 37.64 0.76 2.43 par:pas; -dévorées dévorer ver f p 19.70 37.64 0.05 0.61 par:pas; -dévorés dévorer ver m p 19.70 37.64 0.92 2.16 par:pas; -dévot dévot nom m s 0.89 2.03 0.48 0.41 -dévote dévot adj f s 0.56 1.96 0.06 0.88 -dévotement dévotement adv 0.00 0.47 0.00 0.47 -dévotes dévot adj f p 0.56 1.96 0.10 0.27 -dévotieusement dévotieusement adv 0.00 0.14 0.00 0.14 -dévotion dévotion nom f s 2.34 8.11 2.26 7.03 -dévotionnelle dévotionnel adj f s 0.01 0.00 0.01 0.00 -dévotions dévotion nom f p 2.34 8.11 0.08 1.08 -dévots dévot nom m p 0.89 2.03 0.36 1.08 -dévoua dévouer ver 4.71 5.81 0.00 0.47 ind:pas:3s; -dévouaient dévouer ver 4.71 5.81 0.00 0.07 ind:imp:3p; -dévouait dévouer ver 4.71 5.81 0.00 0.27 ind:imp:3s; -dévouant dévouer ver 4.71 5.81 0.01 0.00 par:pre; -dévoue dévouer ver 4.71 5.81 0.52 0.47 ind:pre:1s;ind:pre:3s; -dévouement dévouement nom m s 4.03 9.32 4.03 8.51 -dévouements dévouement nom m p 4.03 9.32 0.00 0.81 -dévouent dévouer ver 4.71 5.81 0.05 0.27 ind:pre:3p; -dévouer dévouer ver 4.71 5.81 0.38 1.55 inf; -dévouera dévouer ver 4.71 5.81 0.02 0.07 ind:fut:3s; -dévouerais dévouer ver 4.71 5.81 0.01 0.00 cnd:pre:2s; -dévoues dévouer ver 4.71 5.81 0.04 0.07 ind:pre:2s; -dévouez dévouer ver 4.71 5.81 0.14 0.00 imp:pre:2p; -dévouât dévouer ver 4.71 5.81 0.00 0.07 sub:imp:3s; -dévoué dévoué adj m s 4.79 6.08 2.60 1.69 -dévouée dévoué adj f s 4.79 6.08 1.28 1.08 -dévouées dévoué adj f p 4.79 6.08 0.06 0.61 -dévoués dévoué adj m p 4.79 6.08 0.85 2.70 -dévoyait dévoyer ver 0.38 0.88 0.00 0.14 ind:imp:3s; -dévoyer dévoyer ver 0.38 0.88 0.12 0.41 inf; -dévoyez dévoyer ver 0.38 0.88 0.01 0.00 ind:pre:2p; -dévoyé dévoyé adj m s 0.22 0.68 0.18 0.54 -dévoyée dévoyer ver f s 0.38 0.88 0.10 0.00 par:pas; -dévoyées dévoyé adj f p 0.22 0.68 0.00 0.07 -dévoyés dévoyé adj m p 0.22 0.68 0.03 0.00 -dévêt dévêtir ver 1.28 5.95 0.00 0.20 ind:pre:3s; -dévêtaient dévêtir ver 1.28 5.95 0.00 0.14 ind:imp:3p; -dévêtait dévêtir ver 1.28 5.95 0.01 0.34 ind:imp:3s; -dévêtant dévêtir ver 1.28 5.95 0.02 0.27 par:pre; -dévêtez dévêtir ver 1.28 5.95 0.00 0.14 imp:pre:2p; -dévêtir dévêtir ver 1.28 5.95 0.47 1.89 inf; -dévêtit dévêtir ver 1.28 5.95 0.01 0.68 ind:pas:3s; -dévêtu dévêtir ver m s 1.28 5.95 0.32 0.74 par:pas; -dévêtue dévêtir ver f s 1.28 5.95 0.34 0.74 par:pas; -dévêtues dévêtir ver f p 1.28 5.95 0.07 0.34 par:pas; -dévêtus dévêtir ver m p 1.28 5.95 0.04 0.47 par:pas; -dézingue dézinguer ver 0.35 0.00 0.17 0.00 imp:pre:2s;ind:pre:1s;ind:pre:3s; -dézinguer dézinguer ver 0.35 0.00 0.16 0.00 inf; -dézingués dézinguer ver m p 0.35 0.00 0.02 0.00 par:pas; -dyke dyke nom m s 0.16 0.07 0.16 0.00 -dykes dyke nom m p 0.16 0.07 0.00 0.07 -dynamique dynamique adj s 2.68 2.09 1.97 1.69 -dynamiques dynamique adj p 2.68 2.09 0.71 0.41 -dynamiser dynamiser ver 0.07 0.20 0.02 0.00 inf; -dynamisera dynamiser ver 0.07 0.20 0.01 0.00 ind:fut:3s; -dynamiserait dynamiser ver 0.07 0.20 0.01 0.00 cnd:pre:3s; -dynamisez dynamiser ver 0.07 0.20 0.01 0.00 imp:pre:2p; -dynamisme dynamisme nom m s 0.54 1.82 0.54 1.82 -dynamisé dynamiser ver m s 0.07 0.20 0.01 0.00 par:pas; -dynamisée dynamiser ver f s 0.07 0.20 0.00 0.07 par:pas; -dynamisées dynamiser ver f p 0.07 0.20 0.00 0.14 par:pas; -dynamitage dynamitage nom m s 0.07 0.00 0.07 0.00 -dynamitait dynamiter ver 0.90 0.47 0.00 0.07 ind:imp:3s; -dynamitant dynamiter ver 0.90 0.47 0.01 0.07 par:pre; -dynamite dynamite nom f s 8.12 2.50 8.12 2.50 -dynamiter dynamiter ver 0.90 0.47 0.43 0.07 inf; -dynamiteur dynamiteur nom m s 0.05 0.34 0.04 0.14 -dynamiteurs dynamiteur nom m p 0.05 0.34 0.01 0.20 -dynamitez dynamiter ver 0.90 0.47 0.03 0.00 imp:pre:2p; -dynamitons dynamiter ver 0.90 0.47 0.02 0.00 imp:pre:1p; -dynamité dynamiter ver m s 0.90 0.47 0.09 0.20 par:pas; -dynamitée dynamiter ver f s 0.90 0.47 0.12 0.00 par:pas; -dynamo dynamo nom f s 0.20 0.95 0.19 0.54 -dynamomètre dynamomètre nom m s 0.03 0.07 0.03 0.07 -dynamométrique dynamométrique adj f s 0.01 0.00 0.01 0.00 -dynamos dynamo nom f p 0.20 0.95 0.01 0.41 -dynastie dynastie nom f s 2.31 3.65 2.29 3.04 -dynasties dynastie nom f p 2.31 3.65 0.02 0.61 -dynastique dynastique adj f s 0.01 0.07 0.01 0.07 -dynes dyne nom f p 0.01 0.07 0.01 0.07 -dyscinésie dyscinésie nom f s 0.01 0.00 0.01 0.00 -dyscrasie dyscrasie nom f s 0.01 0.00 0.01 0.00 -dysenterie dysenterie nom f s 0.80 1.49 0.80 1.42 -dysenteries dysenterie nom f p 0.80 1.49 0.00 0.07 -dysentérique dysentérique adj s 0.00 0.27 0.00 0.07 -dysentériques dysentérique adj p 0.00 0.27 0.00 0.20 -dysfonction dysfonction nom f s 0.09 0.00 0.09 0.00 -dysfonctionnement dysfonctionnement nom m s 0.77 0.00 0.57 0.00 -dysfonctionnements dysfonctionnement nom m p 0.77 0.00 0.20 0.00 -dyslexie dyslexie nom f s 0.12 0.07 0.12 0.07 -dyslexique dyslexique adj m s 0.46 0.07 0.46 0.07 -dysménorrhée dysménorrhée nom f s 0.01 0.00 0.01 0.00 -dyspepsie dyspepsie nom f s 0.05 0.14 0.05 0.14 -dyspepsique dyspepsique adj s 0.01 0.07 0.01 0.07 -dyspeptique dyspeptique adj s 0.02 0.07 0.02 0.07 -dysphonie dysphonie nom f s 0.01 0.00 0.01 0.00 -dysphorie dysphorie nom f s 0.02 0.00 0.02 0.00 -dysplasie dysplasie nom f s 0.06 0.07 0.06 0.07 -dyspnée dyspnée nom f s 0.05 0.00 0.05 0.00 -dyspnéique dyspnéique adj f s 0.00 0.14 0.00 0.07 -dyspnéiques dyspnéique adj f p 0.00 0.14 0.00 0.07 -dysthymie dysthymie nom f s 0.10 0.07 0.10 0.07 -dystocie dystocie nom f s 0.03 0.00 0.03 0.00 -dystrophie dystrophie nom f s 0.05 0.00 0.05 0.00 -dysurie dysurie nom f s 0.01 0.00 0.01 0.00 -dytique dytique nom m s 0.00 0.07 0.00 0.07 -e_commerce e_commerce nom m s 0.03 0.00 0.03 0.00 -e_mail e_mail nom m s 6.47 0.00 4.16 0.00 -e_mail e_mail nom m p 6.47 0.00 2.32 0.00 -e e nom m 60.91 28.99 60.91 28.99 -eûmes avoir aux 18559.23 12800.81 0.14 1.08 ind:pas:1p; -eût avoir aux 18559.23 12800.81 6.38 203.51 sub:imp:3s; -eûtes avoir ver_sup 13573.20 6426.49 0.01 0.00 ind:pas:2p; -east_river east_river nom f s 0.00 0.07 0.00 0.07 -eau_de_vie eau_de_vie nom f s 3.17 4.73 3.05 4.73 -eau_forte eau_forte nom f s 0.30 0.27 0.30 0.27 -eau_minute eau_minute nom f s 0.01 0.00 0.01 0.00 -eau eau nom f s 305.74 459.86 290.61 417.84 -eau_de_vie eau_de_vie nom f p 3.17 4.73 0.12 0.00 -eaux_fortes eaux_fortes nom f p 0.00 0.14 0.00 0.14 -eaux eau nom f p 305.74 459.86 15.14 42.03 -ecce_homo ecce_homo adv 0.20 0.20 0.20 0.20 -ecchymose ecchymose nom f s 0.91 1.22 0.23 0.34 -ecchymoses ecchymose nom f p 0.91 1.22 0.67 0.88 -ecchymosé ecchymosé adj m s 0.01 0.07 0.01 0.00 -ecchymosée ecchymosé adj f s 0.01 0.07 0.00 0.07 -ecclésiale ecclésial adj f s 0.00 0.20 0.00 0.20 -ecclésiastique ecclésiastique adj s 0.48 2.91 0.35 1.89 -ecclésiastiques ecclésiastique adj p 0.48 2.91 0.12 1.01 -ecsta ecsta adv 0.01 0.00 0.01 0.00 -ecstasy ecstasy nom m s 3.85 0.00 3.85 0.00 -ectasie ectasie nom f s 0.01 0.00 0.01 0.00 -ecthyma ecthyma nom m s 0.00 0.07 0.00 0.07 -ectodermique ectodermique adj f s 0.01 0.00 0.01 0.00 -ectopie ectopie nom f s 0.04 0.00 0.04 0.00 -ectopique ectopique adj f s 0.04 0.00 0.04 0.00 -ectoplasme ectoplasme nom m s 0.71 0.95 0.60 0.47 -ectoplasmes ectoplasme nom m p 0.71 0.95 0.11 0.47 -ectoplasmique ectoplasmique adj s 0.05 0.34 0.03 0.20 -ectoplasmiques ectoplasmique adj f p 0.05 0.34 0.02 0.14 -eczéma eczéma nom m s 0.64 1.55 0.64 1.42 -eczémas eczéma nom m p 0.64 1.55 0.00 0.14 -eczémateuses eczémateux adj f p 0.01 0.14 0.01 0.07 -eczémateux eczémateux nom m 0.01 0.07 0.01 0.07 -edelweiss edelweiss nom m 0.00 0.54 0.00 0.54 -edwardienne edwardien adj f s 0.00 0.07 0.00 0.07 -efface effacer ver 29.02 70.34 6.19 11.69 imp:pre:2s;ind:pre:1s;ind:pre:3s; -effacement effacement nom m s 0.36 2.77 0.36 2.70 -effacements effacement nom m p 0.36 2.77 0.00 0.07 -effacent effacer ver 29.02 70.34 1.00 3.58 ind:pre:3p; -effacer effacer ver 29.02 70.34 10.05 18.31 inf; -effacera effacer ver 29.02 70.34 0.73 0.88 ind:fut:3s; -effacerai effacer ver 29.02 70.34 0.23 0.14 ind:fut:1s; -effaceraient effacer ver 29.02 70.34 0.02 0.00 cnd:pre:3p; -effacerais effacer ver 29.02 70.34 0.05 0.07 cnd:pre:1s;cnd:pre:2s; -effacerait effacer ver 29.02 70.34 0.21 0.74 cnd:pre:3s; -effaceras effacer ver 29.02 70.34 0.03 0.20 ind:fut:2s; -effacerez effacer ver 29.02 70.34 0.03 0.00 ind:fut:2p; -effacerions effacer ver 29.02 70.34 0.01 0.00 cnd:pre:1p; -effacerons effacer ver 29.02 70.34 0.13 0.00 ind:fut:1p; -effaceront effacer ver 29.02 70.34 0.15 0.27 ind:fut:3p; -effaces effacer ver 29.02 70.34 0.47 0.07 ind:pre:2s; -effaceur effaceur nom m s 0.10 0.00 0.10 0.00 -effacez effacer ver 29.02 70.34 0.89 0.20 imp:pre:2p;ind:pre:2p; -effaciez effacer ver 29.02 70.34 0.05 0.00 ind:imp:2p; -effacions effacer ver 29.02 70.34 0.01 0.07 ind:imp:1p; -effacèrent effacer ver 29.02 70.34 0.00 1.01 ind:pas:3p; -effacé effacer ver m s 29.02 70.34 5.24 6.96 par:pas; -effacée effacer ver f s 29.02 70.34 1.51 3.31 par:pas; -effacées effacer ver f p 29.02 70.34 0.50 1.96 par:pas; -effacés effacer ver m p 29.02 70.34 0.68 1.69 par:pas; -effara effarer ver 0.11 1.96 0.00 0.07 ind:pas:3s; -effaraient effarer ver 0.11 1.96 0.00 0.07 ind:imp:3p; -effarait effarer ver 0.11 1.96 0.00 0.14 ind:imp:3s; -effarant effarant adj m s 1.08 2.57 0.81 0.81 -effarante effarant adj f s 1.08 2.57 0.22 1.28 -effarantes effarant adj f p 1.08 2.57 0.00 0.34 -effarants effarant adj m p 1.08 2.57 0.05 0.14 -effare effarer ver 0.11 1.96 0.01 0.20 ind:pre:1s;ind:pre:3s; -effarement effarement nom m s 0.00 1.82 0.00 1.82 -effarer effarer ver 0.11 1.96 0.02 0.00 inf; -effaroucha effaroucher ver 0.63 5.20 0.00 0.07 ind:pas:3s; -effarouchaient effaroucher ver 0.63 5.20 0.00 0.20 ind:imp:3p; -effarouchait effaroucher ver 0.63 5.20 0.00 0.68 ind:imp:3s; -effarouchant effaroucher ver 0.63 5.20 0.00 0.20 par:pre; -effarouche effaroucher ver 0.63 5.20 0.29 0.61 imp:pre:2s;ind:pre:1s;ind:pre:3s; -effarouchement effarouchement nom m s 0.00 0.20 0.00 0.07 -effarouchements effarouchement nom m p 0.00 0.20 0.00 0.14 -effarouchent effaroucher ver 0.63 5.20 0.30 0.20 ind:pre:3p; -effaroucher effaroucher ver 0.63 5.20 0.02 1.96 inf; -effarouches effaroucher ver 0.63 5.20 0.00 0.07 ind:pre:2s; -effarouchâmes effaroucher ver 0.63 5.20 0.00 0.14 ind:pas:1p; -effarouchât effaroucher ver 0.63 5.20 0.00 0.20 sub:imp:3s; -effarouché effarouché adj m s 0.81 2.50 0.06 0.74 -effarouchée effarouché adj f s 0.81 2.50 0.72 0.34 -effarouchées effarouché adj f p 0.81 2.50 0.01 0.68 -effarouchés effarouché adj m p 0.81 2.50 0.03 0.74 -effarèrent effarer ver 0.11 1.96 0.00 0.07 ind:pas:3p; -effaré effarer ver m s 0.11 1.96 0.05 0.54 par:pas; -effarée effaré adj f s 0.13 3.45 0.10 0.88 -effarées effaré adj f p 0.13 3.45 0.00 0.14 -effarés effarer ver m p 0.11 1.96 0.02 0.27 par:pas; -effarvatte effarvatte nom f s 0.00 0.14 0.00 0.07 -effarvattes effarvatte nom f p 0.00 0.14 0.00 0.07 -effaça effacer ver 29.02 70.34 0.02 5.27 ind:pas:3s; -effaçable effaçable adj s 0.01 0.07 0.01 0.00 -effaçables effaçable adj p 0.01 0.07 0.00 0.07 -effaçage effaçage nom m s 0.01 0.00 0.01 0.00 -effaçai effacer ver 29.02 70.34 0.00 0.14 ind:pas:1s; -effaçaient effacer ver 29.02 70.34 0.06 2.50 ind:imp:3p; -effaçais effacer ver 29.02 70.34 0.02 0.34 ind:imp:1s;ind:imp:2s; -effaçait effacer ver 29.02 70.34 0.20 7.43 ind:imp:3s; -effaçant effacer ver 29.02 70.34 0.27 2.97 par:pre; -effaçassent effacer ver 29.02 70.34 0.00 0.07 sub:imp:3p; -effaçons effacer ver 29.02 70.34 0.25 0.07 imp:pre:1p;ind:pre:1p; -effaçât effacer ver 29.02 70.34 0.00 0.41 sub:imp:3s; -effectif effectif nom m s 2.63 7.64 0.62 2.23 -effectifs effectif nom m p 2.63 7.64 2.02 5.41 -effective effectif adj f s 0.57 2.77 0.20 1.22 -effectivement effectivement adv 13.57 16.28 13.57 16.28 -effectives effectif adj f p 0.57 2.77 0.01 0.14 -effectivité effectivité nom f s 0.00 0.07 0.00 0.07 -effectua effectuer ver 10.53 15.20 0.02 1.01 ind:pas:3s; -effectuai effectuer ver 10.53 15.20 0.00 0.27 ind:pas:1s; -effectuaient effectuer ver 10.53 15.20 0.02 0.95 ind:imp:3p; -effectuais effectuer ver 10.53 15.20 0.08 0.00 ind:imp:1s; -effectuait effectuer ver 10.53 15.20 0.11 1.35 ind:imp:3s; -effectuant effectuer ver 10.53 15.20 0.13 0.81 par:pre; -effectue effectuer ver 10.53 15.20 0.90 0.95 imp:pre:2s;ind:pre:1s;ind:pre:3s; -effectuent effectuer ver 10.53 15.20 0.04 0.07 ind:pre:3p; -effectuer effectuer ver 10.53 15.20 2.84 4.59 inf; -effectuera effectuer ver 10.53 15.20 0.23 0.07 ind:fut:3s; -effectuerai effectuer ver 10.53 15.20 0.05 0.00 ind:fut:1s; -effectuerait effectuer ver 10.53 15.20 0.00 0.20 cnd:pre:3s; -effectuerons effectuer ver 10.53 15.20 0.15 0.00 ind:fut:1p; -effectues effectuer ver 10.53 15.20 0.02 0.07 ind:pre:2s; -effectuez effectuer ver 10.53 15.20 0.23 0.00 imp:pre:2p;ind:pre:2p; -effectuions effectuer ver 10.53 15.20 0.01 0.07 ind:imp:1p; -effectuons effectuer ver 10.53 15.20 0.52 0.00 imp:pre:1p;ind:pre:1p; -effectué effectuer ver m s 10.53 15.20 3.43 2.30 par:pas; -effectuée effectuer ver f s 10.53 15.20 0.95 1.08 par:pas; -effectuées effectuer ver f p 10.53 15.20 0.32 0.81 par:pas; -effectués effectuer ver m p 10.53 15.20 0.46 0.61 par:pas; -effendi effendi nom m s 0.19 1.62 0.19 1.62 -effervescence effervescence nom f s 0.40 3.85 0.40 3.78 -effervescences effervescence nom f p 0.40 3.85 0.00 0.07 -effervescent effervescent adj m s 0.09 0.88 0.04 0.34 -effervescente effervescent adj f s 0.09 0.88 0.04 0.20 -effervescentes effervescent adj f p 0.09 0.88 0.00 0.14 -effervescents effervescent adj m p 0.09 0.88 0.01 0.20 -effet effet nom m s 116.75 192.36 99.17 173.18 -effets effet nom m p 116.75 192.36 17.58 19.19 -effeuilla effeuiller ver 0.17 1.89 0.00 0.07 ind:pas:3s; -effeuillage effeuillage nom m s 0.08 0.07 0.08 0.07 -effeuillaient effeuiller ver 0.17 1.89 0.00 0.14 ind:imp:3p; -effeuillait effeuiller ver 0.17 1.89 0.00 0.27 ind:imp:3s; -effeuillant effeuiller ver 0.17 1.89 0.01 0.00 par:pre; -effeuille effeuiller ver 0.17 1.89 0.00 0.47 ind:pre:1s;ind:pre:3s; -effeuillent effeuiller ver 0.17 1.89 0.00 0.07 ind:pre:3p; -effeuiller effeuiller ver 0.17 1.89 0.12 0.41 inf; -effeuilleras effeuiller ver 0.17 1.89 0.00 0.07 ind:fut:2s; -effeuilleuse effeuilleur nom f s 0.11 0.20 0.11 0.14 -effeuilleuses effeuilleuse nom f p 0.06 0.00 0.06 0.00 -effeuillez effeuiller ver 0.17 1.89 0.01 0.00 imp:pre:2p; -effeuillèrent effeuiller ver 0.17 1.89 0.00 0.07 ind:pas:3p; -effeuillé effeuiller ver m s 0.17 1.89 0.01 0.07 par:pas; -effeuillée effeuiller ver f s 0.17 1.89 0.01 0.20 par:pas; -effeuillés effeuiller ver m p 0.17 1.89 0.01 0.07 par:pas; -efficace efficace adj s 14.54 15.27 12.19 12.23 -efficacement efficacement adv 0.67 2.23 0.67 2.23 -efficaces efficace adj p 14.54 15.27 2.35 3.04 -efficacité efficacité nom f s 3.36 8.51 3.36 8.51 -efficience efficience nom f s 0.01 0.34 0.01 0.34 -efficient efficient adj m s 0.14 0.41 0.00 0.20 -efficiente efficient adj f s 0.14 0.41 0.14 0.07 -efficientes efficient adj f p 0.14 0.41 0.00 0.07 -efficients efficient adj m p 0.14 0.41 0.00 0.07 -effigie effigie nom f s 1.60 4.19 1.52 3.38 -effigies effigie nom f p 1.60 4.19 0.07 0.81 -effila effiler ver 0.07 2.43 0.00 0.07 ind:pas:3s; -effilaient effiler ver 0.07 2.43 0.00 0.07 ind:imp:3p; -effilait effiler ver 0.07 2.43 0.00 0.14 ind:imp:3s; -effilant effiler ver 0.07 2.43 0.00 0.20 par:pre; -effile effiler ver 0.07 2.43 0.00 0.20 ind:pre:3s; -effilement effilement nom m s 0.00 0.07 0.00 0.07 -effilent effiler ver 0.07 2.43 0.01 0.07 ind:pre:3p; -effiler effiler ver 0.07 2.43 0.03 0.27 inf; -effilochage effilochage nom m s 0.00 0.07 0.00 0.07 -effilochaient effilocher ver 0.20 6.35 0.00 0.47 ind:imp:3p; -effilochait effilocher ver 0.20 6.35 0.01 0.88 ind:imp:3s; -effilochant effilocher ver 0.20 6.35 0.00 0.27 par:pre; -effiloche effilocher ver 0.20 6.35 0.05 0.95 ind:pre:3s; -effilochent effilocher ver 0.20 6.35 0.00 0.34 ind:pre:3p; -effilocher effilocher ver 0.20 6.35 0.00 0.47 inf; -effilochera effilocher ver 0.20 6.35 0.01 0.07 ind:fut:3s; -effilochèrent effilocher ver 0.20 6.35 0.00 0.07 ind:pas:3p; -effiloché effilocher ver m s 0.20 6.35 0.11 0.81 par:pas; -effilochée effilocher ver f s 0.20 6.35 0.02 0.88 par:pas; -effilochées effilocher ver f p 0.20 6.35 0.00 0.47 par:pas; -effilochure effilochure nom f s 0.00 0.47 0.00 0.20 -effilochures effilochure nom f p 0.00 0.47 0.00 0.27 -effilochés effilocher ver m p 0.20 6.35 0.00 0.68 par:pas; -effilé effilé adj m s 0.08 4.46 0.06 1.08 -effilée effiler ver f s 0.07 2.43 0.01 0.68 par:pas; -effilées effiler ver f p 0.07 2.43 0.02 0.41 par:pas; -effilure effilure nom f s 0.00 0.14 0.00 0.07 -effilures effilure nom f p 0.00 0.14 0.00 0.07 -effilés effilé adj m p 0.08 4.46 0.01 1.35 -efflanqué efflanqué adj m s 0.14 3.92 0.14 2.30 -efflanquée efflanqué adj f s 0.14 3.92 0.00 0.61 -efflanquées efflanqué adj f p 0.14 3.92 0.00 0.47 -efflanqués efflanquer ver m p 0.01 1.28 0.01 0.27 par:pas; -effleura effleurer ver 3.23 25.68 0.01 4.93 ind:pas:3s; -effleurage effleurage nom m s 0.00 0.07 0.00 0.07 -effleurai effleurer ver 3.23 25.68 0.00 0.14 ind:pas:1s; -effleuraient effleurer ver 3.23 25.68 0.00 0.88 ind:imp:3p; -effleurais effleurer ver 3.23 25.68 0.00 0.20 ind:imp:1s; -effleurait effleurer ver 3.23 25.68 0.10 2.77 ind:imp:3s; -effleurant effleurer ver 3.23 25.68 0.12 1.49 par:pre; -effleure effleurer ver 3.23 25.68 0.54 3.78 imp:pre:2s;ind:pre:1s;ind:pre:3s; -effleurement effleurement nom m s 0.07 1.22 0.03 0.81 -effleurements effleurement nom m p 0.07 1.22 0.04 0.41 -effleurent effleurer ver 3.23 25.68 0.05 0.74 ind:pre:3p; -effleurer effleurer ver 3.23 25.68 0.62 4.59 inf; -effleurera effleurer ver 3.23 25.68 0.00 0.14 ind:fut:3s; -effleurerait effleurer ver 3.23 25.68 0.01 0.20 cnd:pre:3s; -effleureront effleurer ver 3.23 25.68 0.00 0.07 ind:fut:3p; -effleures effleurer ver 3.23 25.68 0.03 0.07 ind:pre:2s; -effleurez effleurer ver 3.23 25.68 0.04 0.07 imp:pre:2p;ind:pre:2p; -effleurâmes effleurer ver 3.23 25.68 0.00 0.14 ind:pas:1p; -effleurât effleurer ver 3.23 25.68 0.00 0.07 sub:imp:3s; -effleurèrent effleurer ver 3.23 25.68 0.00 0.34 ind:pas:3p; -effleuré effleurer ver m s 3.23 25.68 1.27 3.18 par:pas; -effleurée effleurer ver f s 3.23 25.68 0.41 1.49 par:pas; -effleurées effleurer ver f p 3.23 25.68 0.00 0.20 par:pas; -effleurés effleurer ver m p 3.23 25.68 0.04 0.20 par:pas; -efflorescence efflorescence nom f s 0.01 0.27 0.01 0.27 -effluent effluent nom m s 0.01 0.00 0.01 0.00 -effluve effluve nom m s 0.09 6.49 0.02 0.61 -effluves effluve nom m p 0.09 6.49 0.06 5.88 -effondra effondrer ver 13.24 25.74 0.24 3.72 ind:pas:3s; -effondrai effondrer ver 13.24 25.74 0.02 0.34 ind:pas:1s; -effondraient effondrer ver 13.24 25.74 0.01 0.81 ind:imp:3p; -effondrais effondrer ver 13.24 25.74 0.00 0.14 ind:imp:1s; -effondrait effondrer ver 13.24 25.74 0.15 2.50 ind:imp:3s; -effondrant effondrer ver 13.24 25.74 0.04 0.34 par:pre; -effondre effondrer ver 13.24 25.74 3.19 3.85 imp:pre:2s;ind:pre:1s;ind:pre:3s; -effondrement effondrement nom m s 1.83 6.82 1.82 6.28 -effondrements effondrement nom m p 1.83 6.82 0.01 0.54 -effondrent effondrer ver 13.24 25.74 0.41 1.15 ind:pre:3p; -effondrer effondrer ver 13.24 25.74 3.22 5.34 inf; -effondrera effondrer ver 13.24 25.74 0.51 0.34 ind:fut:3s; -effondreraient effondrer ver 13.24 25.74 0.04 0.00 cnd:pre:3p; -effondrerais effondrer ver 13.24 25.74 0.05 0.07 cnd:pre:1s; -effondrerait effondrer ver 13.24 25.74 0.36 0.27 cnd:pre:3s; -effondreront effondrer ver 13.24 25.74 0.11 0.00 ind:fut:3p; -effondrez effondrer ver 13.24 25.74 0.03 0.00 ind:pre:2p; -effondrât effondrer ver 13.24 25.74 0.00 0.14 sub:imp:3s; -effondrèrent effondrer ver 13.24 25.74 0.00 0.54 ind:pas:3p; -effondré effondrer ver m s 13.24 25.74 2.75 3.24 par:pas; -effondrée effondrer ver f s 13.24 25.74 1.87 2.16 par:pas; -effondrées effondrer ver f p 13.24 25.74 0.05 0.20 par:pas; -effondrés effondrer ver m p 13.24 25.74 0.17 0.61 par:pas; -efforce efforcer ver 6.14 54.19 2.09 8.04 imp:pre:2s;ind:pre:1s;ind:pre:3s; -efforcent efforcer ver 6.14 54.19 0.38 2.16 ind:pre:3p; -efforcer efforcer ver 6.14 54.19 0.86 2.57 inf; -efforcera efforcer ver 6.14 54.19 0.04 0.20 ind:fut:3s; -efforcerai efforcer ver 6.14 54.19 0.40 0.27 ind:fut:1s; -efforceraient efforcer ver 6.14 54.19 0.00 0.14 cnd:pre:3p; -efforcerais efforcer ver 6.14 54.19 0.02 0.14 cnd:pre:1s;cnd:pre:2s; -efforcerait efforcer ver 6.14 54.19 0.01 0.14 cnd:pre:3s; -efforcerons efforcer ver 6.14 54.19 0.12 0.07 ind:fut:1p; -efforces efforcer ver 6.14 54.19 0.11 0.27 ind:pre:2s; -efforcez efforcer ver 6.14 54.19 0.31 0.00 imp:pre:2p;ind:pre:2p; -efforcions efforcer ver 6.14 54.19 0.00 0.81 ind:imp:1p; -efforcèrent efforcer ver 6.14 54.19 0.00 0.20 ind:pas:3p; -efforcé efforcer ver m s 6.14 54.19 0.46 2.03 par:pas; -efforcée efforcer ver f s 6.14 54.19 0.14 0.81 par:pas; -efforcés efforcer ver m p 6.14 54.19 0.12 0.41 par:pas; -effort effort nom m s 42.70 136.62 23.26 98.18 -efforça efforcer ver 6.14 54.19 0.02 5.61 ind:pas:3s; -efforçai efforcer ver 6.14 54.19 0.01 0.95 ind:pas:1s; -efforçaient efforcer ver 6.14 54.19 0.04 4.05 ind:imp:3p; -efforçais efforcer ver 6.14 54.19 0.08 2.50 ind:imp:1s; -efforçait efforcer ver 6.14 54.19 0.32 14.19 ind:imp:3s; -efforçant efforcer ver 6.14 54.19 0.24 7.64 par:pre; -efforçâmes efforcer ver 6.14 54.19 0.00 0.14 ind:pas:1p; -efforçons efforcer ver 6.14 54.19 0.38 0.41 imp:pre:1p;ind:pre:1p; -efforçât efforcer ver 6.14 54.19 0.00 0.47 sub:imp:3s; -efforts effort nom m p 42.70 136.62 19.44 38.45 -effraction effraction nom f s 7.76 2.03 7.49 2.03 -effractions effraction nom f p 7.76 2.03 0.27 0.00 -effraie effrayer ver 37.04 29.86 7.65 2.43 imp:pre:2s;ind:pre:1s;ind:pre:3s; -effraient effrayer ver 37.04 29.86 1.07 0.47 ind:pre:3p; -effraiera effrayer ver 37.04 29.86 0.07 0.07 ind:fut:3s; -effraieraient effrayer ver 37.04 29.86 0.01 0.00 cnd:pre:3p; -effraierait effrayer ver 37.04 29.86 0.36 0.20 cnd:pre:3s; -effraieras effrayer ver 37.04 29.86 0.04 0.00 ind:fut:2s; -effraierez effrayer ver 37.04 29.86 0.03 0.00 ind:fut:2p; -effraies effrayer ver 37.04 29.86 0.53 0.20 ind:pre:2s; -effrange effranger ver 0.01 1.96 0.00 0.07 ind:pre:3s; -effrangeait effranger ver 0.01 1.96 0.00 0.07 ind:imp:3s; -effrangent effranger ver 0.01 1.96 0.00 0.07 ind:pre:3p; -effrangé effranger ver m s 0.01 1.96 0.01 0.61 par:pas; -effrangée effranger ver f s 0.01 1.96 0.00 0.34 par:pas; -effrangées effranger ver f p 0.01 1.96 0.00 0.41 par:pas; -effrangés effranger ver m p 0.01 1.96 0.00 0.41 par:pas; -effraya effrayer ver 37.04 29.86 0.00 2.09 ind:pas:3s; -effrayaient effrayer ver 37.04 29.86 0.23 1.35 ind:imp:3p; -effrayais effrayer ver 37.04 29.86 0.04 0.20 ind:imp:1s; -effrayait effrayer ver 37.04 29.86 0.91 7.16 ind:imp:3s; -effrayamment effrayamment adv 0.00 0.20 0.00 0.20 -effrayant effrayant adj m s 14.69 19.19 10.07 8.99 -effrayante effrayant adj f s 14.69 19.19 2.86 7.16 -effrayantes effrayant adj f p 14.69 19.19 0.69 1.42 -effrayants effrayant adj m p 14.69 19.19 1.07 1.62 -effraye effrayer ver 37.04 29.86 1.10 0.61 imp:pre:2s;ind:pre:1s;ind:pre:3s; -effrayent effrayer ver 37.04 29.86 0.25 0.20 ind:pre:3p; -effrayer effrayer ver 37.04 29.86 9.43 4.73 ind:pre:2p;inf; -effrayerais effrayer ver 37.04 29.86 0.03 0.00 cnd:pre:1s; -effrayerait effrayer ver 37.04 29.86 0.08 0.00 cnd:pre:3s; -effrayeras effrayer ver 37.04 29.86 0.01 0.00 ind:fut:2s; -effrayez effrayer ver 37.04 29.86 1.01 0.34 imp:pre:2p;ind:pre:2p; -effrayons effrayer ver 37.04 29.86 0.20 0.07 imp:pre:1p;ind:pre:1p; -effrayèrent effrayer ver 37.04 29.86 0.14 0.00 ind:pas:3p; -effrayé effrayer ver m s 37.04 29.86 6.36 3.99 par:pas; -effrayée effrayer ver f s 37.04 29.86 5.00 2.64 par:pas; -effrayées effrayé adj f p 6.78 9.46 0.27 0.20 -effrayés effrayer ver m p 37.04 29.86 1.57 1.42 par:pas; -effrita effriter ver 0.45 5.68 0.01 0.20 ind:pas:3s; -effritaient effriter ver 0.45 5.68 0.01 0.27 ind:imp:3p; -effritait effriter ver 0.45 5.68 0.10 0.54 ind:imp:3s; -effritant effriter ver 0.45 5.68 0.00 0.54 par:pre; -effrite effriter ver 0.45 5.68 0.23 1.55 ind:pre:1s;ind:pre:3s; -effritement effritement nom m s 0.01 0.47 0.01 0.41 -effritements effritement nom m p 0.01 0.47 0.00 0.07 -effritent effriter ver 0.45 5.68 0.04 0.68 ind:pre:3p; -effriter effriter ver 0.45 5.68 0.04 0.54 inf; -effriterait effriter ver 0.45 5.68 0.00 0.14 cnd:pre:3s; -effrité effriter ver m s 0.45 5.68 0.02 0.41 par:pas; -effritée effriter ver f s 0.45 5.68 0.00 0.27 par:pas; -effritées effriter ver f p 0.45 5.68 0.00 0.20 par:pas; -effrités effriter ver m p 0.45 5.68 0.00 0.34 par:pas; -effroi effroi nom m s 2.83 12.91 2.83 12.91 -effronterie effronterie nom f s 0.46 1.22 0.46 1.15 -effronteries effronterie nom f p 0.46 1.22 0.00 0.07 -effronté effronté nom m s 1.65 0.81 0.73 0.20 -effrontée effronté nom f s 1.65 0.81 0.79 0.47 -effrontées effronté adj f p 1.51 1.55 0.14 0.14 -effrontément effrontément adv 0.22 0.74 0.22 0.74 -effrontés effronté adj m p 1.51 1.55 0.04 0.47 -effroyable effroyable adj s 4.41 8.99 3.84 6.69 -effroyablement effroyablement adv 0.11 1.35 0.11 1.35 -effroyables effroyable adj p 4.41 8.99 0.57 2.30 -effréné effréné adj m s 0.50 3.11 0.36 1.28 -effrénée effréné adj f s 0.50 3.11 0.13 1.42 -effrénées effréné adj f p 0.50 3.11 0.01 0.34 -effrénés effréné adj m p 0.50 3.11 0.00 0.07 -effulgente effulgent adj f s 0.01 0.07 0.01 0.07 -efféminait efféminer ver 0.25 0.07 0.00 0.07 ind:imp:3s; -efféminé efféminé adj m s 0.81 0.68 0.49 0.20 -efféminée efféminé adj f s 0.81 0.68 0.04 0.14 -efféminés efféminé adj m p 0.81 0.68 0.28 0.34 -effusion effusion nom f s 1.73 6.42 1.39 3.24 -effusionniste effusionniste adj s 0.00 0.14 0.00 0.07 -effusionnistes effusionniste adj m p 0.00 0.14 0.00 0.07 -effusions effusion nom f p 1.73 6.42 0.34 3.18 -efrit efrit nom m s 0.00 0.07 0.00 0.07 -ego ego nom m 4.16 1.22 4.16 1.22 -eh eh ono 386.00 176.62 386.00 176.62 -eider eider nom m s 0.00 0.34 0.00 0.07 -eiders eider nom m p 0.00 0.34 0.00 0.27 -eidétique eidétique adj f s 0.02 0.00 0.02 0.00 -einsteinienne einsteinien adj f s 0.01 0.07 0.01 0.07 -ektachromes ektachrome nom m p 0.00 0.14 0.00 0.14 -eldorado eldorado nom m s 0.04 0.00 0.04 0.00 -elfe elfe nom m s 3.26 1.42 1.39 0.54 -elfes elfe nom m p 3.26 1.42 1.87 0.88 -elle_même elle_même pro_per f s 17.88 113.51 17.88 113.51 -elle elle pro_per f s 4520.53 6991.49 4520.53 6991.49 -elles_mêmes elles_mêmes pro_per f p 2.21 14.86 2.21 14.86 -elles elles pro_per f p 420.51 605.14 420.51 605.14 -ellipse ellipse nom f s 0.44 1.42 0.42 0.95 -ellipses ellipse nom f p 0.44 1.42 0.02 0.47 -ellipsoïde ellipsoïde adj s 0.00 0.07 0.00 0.07 -elliptique elliptique adj s 0.09 0.61 0.06 0.47 -elliptiques elliptique adj p 0.09 0.61 0.02 0.14 -ellébore ellébore nom m s 0.03 0.07 0.03 0.07 -elzévir elzévir nom m s 0.00 0.07 0.00 0.07 -emails email nom m p 0.65 0.00 0.65 0.00 -embûche embûche nom f s 0.24 3.18 0.04 0.41 -embûches embûche nom f p 0.24 3.18 0.20 2.77 -embabouiner embabouiner ver 0.00 0.07 0.00 0.07 inf; -emballa emballer ver 18.86 15.27 0.00 0.74 ind:pas:3s; -emballage emballage nom m s 4.60 6.08 3.23 4.39 -emballages emballage nom m p 4.60 6.08 1.37 1.69 -emballai emballer ver 18.86 15.27 0.00 0.14 ind:pas:1s; -emballaient emballer ver 18.86 15.27 0.00 0.20 ind:imp:3p; -emballais emballer ver 18.86 15.27 0.27 0.14 ind:imp:1s;ind:imp:2s; -emballait emballer ver 18.86 15.27 0.31 1.62 ind:imp:3s; -emballant emballer ver 18.86 15.27 0.10 0.34 par:pre; -emballe emballer ver 18.86 15.27 5.34 2.23 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -emballement emballement nom m s 0.02 0.61 0.01 0.54 -emballements emballement nom m p 0.02 0.61 0.01 0.07 -emballent emballer ver 18.86 15.27 0.32 0.20 ind:pre:3p; -emballer emballer ver 18.86 15.27 3.74 4.66 inf; -emballera emballer ver 18.86 15.27 0.18 0.07 ind:fut:3s; -emballeraient emballer ver 18.86 15.27 0.00 0.07 cnd:pre:3p; -emballerait emballer ver 18.86 15.27 0.01 0.00 cnd:pre:3s; -emballeras emballer ver 18.86 15.27 0.00 0.07 ind:fut:2s; -emballerons emballer ver 18.86 15.27 0.01 0.00 ind:fut:1p; -emballes emballer ver 18.86 15.27 1.04 0.20 ind:pre:2s; -emballeur emballeur nom m s 0.15 0.81 0.11 0.61 -emballeurs emballeur nom m p 0.15 0.81 0.03 0.14 -emballeuse emballeur nom f s 0.15 0.81 0.01 0.00 -emballeuses emballeur nom f p 0.15 0.81 0.00 0.07 -emballez emballer ver 18.86 15.27 1.73 0.61 imp:pre:2p;ind:pre:2p; -emballons emballer ver 18.86 15.27 0.78 0.14 imp:pre:1p;ind:pre:1p; -emballât emballer ver 18.86 15.27 0.00 0.07 sub:imp:3s; -emballèrent emballer ver 18.86 15.27 0.00 0.14 ind:pas:3p; -emballé emballer ver m s 18.86 15.27 3.21 2.16 par:pas; -emballée emballer ver f s 18.86 15.27 1.20 1.01 par:pas; -emballées emballer ver f p 18.86 15.27 0.14 0.27 par:pas; -emballés emballer ver m p 18.86 15.27 0.48 0.20 par:pas; -embaluchonnés embaluchonner ver m p 0.00 0.07 0.00 0.07 par:pas; -embarbouilla embarbouiller ver 0.00 0.14 0.00 0.07 ind:pas:3s; -embarbouillé embarbouiller ver m s 0.00 0.14 0.00 0.07 par:pas; -embarcadère embarcadère nom m s 1.13 2.16 1.10 1.89 -embarcadères embarcadère nom m p 1.13 2.16 0.03 0.27 -embarcation embarcation nom f s 0.80 4.80 0.62 3.24 -embarcations embarcation nom f p 0.80 4.80 0.19 1.55 -embardée embardée nom f s 0.23 1.96 0.16 1.35 -embardées embardée nom f p 0.23 1.96 0.07 0.61 -embargo embargo nom m s 0.75 0.07 0.72 0.07 -embargos embargo nom m p 0.75 0.07 0.03 0.00 -embarqua embarquer ver 26.49 32.77 0.17 1.55 ind:pas:3s; -embarquai embarquer ver 26.49 32.77 0.01 0.68 ind:pas:1s; -embarquaient embarquer ver 26.49 32.77 0.09 0.74 ind:imp:3p; -embarquais embarquer ver 26.49 32.77 0.05 0.47 ind:imp:1s; -embarquait embarquer ver 26.49 32.77 0.06 2.09 ind:imp:3s; -embarquant embarquer ver 26.49 32.77 0.37 0.27 par:pre; -embarque embarquer ver 26.49 32.77 6.88 3.31 imp:pre:2s;ind:pre:1s;ind:pre:3s; -embarquement embarquement nom m s 4.03 4.19 4.02 3.99 -embarquements embarquement nom m p 4.03 4.19 0.01 0.20 -embarquent embarquer ver 26.49 32.77 0.95 0.41 ind:pre:3p; -embarquer embarquer ver 26.49 32.77 7.16 10.74 inf; -embarquera embarquer ver 26.49 32.77 0.27 0.00 ind:fut:3s; -embarquerai embarquer ver 26.49 32.77 0.03 0.00 ind:fut:1s; -embarqueraient embarquer ver 26.49 32.77 0.01 0.07 cnd:pre:3p; -embarquerais embarquer ver 26.49 32.77 0.04 0.14 cnd:pre:1s; -embarquerait embarquer ver 26.49 32.77 0.05 0.34 cnd:pre:3s; -embarqueras embarquer ver 26.49 32.77 0.02 0.14 ind:fut:2s; -embarquerez embarquer ver 26.49 32.77 0.12 0.00 ind:fut:2p; -embarquerions embarquer ver 26.49 32.77 0.00 0.07 cnd:pre:1p; -embarqueront embarquer ver 26.49 32.77 0.04 0.07 ind:fut:3p; -embarquez embarquer ver 26.49 32.77 2.89 0.20 imp:pre:2p;ind:pre:2p; -embarquiez embarquer ver 26.49 32.77 0.02 0.07 ind:imp:2p; -embarquions embarquer ver 26.49 32.77 0.01 0.14 ind:imp:1p; -embarquâmes embarquer ver 26.49 32.77 0.11 0.14 ind:pas:1p; -embarquons embarquer ver 26.49 32.77 0.44 0.20 imp:pre:1p;ind:pre:1p; -embarquèrent embarquer ver 26.49 32.77 0.05 0.47 ind:pas:3p; -embarqué embarquer ver m s 26.49 32.77 4.89 5.68 par:pas; -embarquée embarquer ver f s 26.49 32.77 1.12 1.15 par:pas; -embarquées embarquer ver f p 26.49 32.77 0.08 0.68 par:pas; -embarqués embarquer ver m p 26.49 32.77 0.56 2.97 par:pas; -embarras embarras nom m 5.32 12.09 5.32 12.09 -embarrassa embarrasser ver 6.70 13.85 0.02 0.27 ind:pas:3s; -embarrassai embarrasser ver 6.70 13.85 0.00 0.07 ind:pas:1s; -embarrassaient embarrasser ver 6.70 13.85 0.01 0.74 ind:imp:3p; -embarrassais embarrasser ver 6.70 13.85 0.01 0.14 ind:imp:1s; -embarrassait embarrasser ver 6.70 13.85 0.03 1.01 ind:imp:3s; -embarrassant embarrassant adj m s 7.44 2.23 5.28 0.74 -embarrassante embarrassant adj f s 7.44 2.23 1.20 1.01 -embarrassantes embarrassant adj f p 7.44 2.23 0.38 0.47 -embarrassants embarrassant adj m p 7.44 2.23 0.58 0.00 -embarrasse embarrasser ver 6.70 13.85 1.14 1.42 imp:pre:2s;ind:pre:1s;ind:pre:3s; -embarrassent embarrasser ver 6.70 13.85 0.34 0.20 ind:pre:3p; -embarrasser embarrasser ver 6.70 13.85 1.52 1.69 ind:pre:2p;inf; -embarrasserai embarrasser ver 6.70 13.85 0.04 0.00 ind:fut:1s; -embarrasseraient embarrasser ver 6.70 13.85 0.00 0.07 cnd:pre:3p; -embarrasses embarrasser ver 6.70 13.85 0.26 0.07 ind:pre:2s; -embarrassez embarrasser ver 6.70 13.85 0.24 0.00 imp:pre:2p;ind:pre:2p; -embarrassions embarrasser ver 6.70 13.85 0.00 0.07 ind:imp:1p; -embarrassons embarrasser ver 6.70 13.85 0.14 0.07 imp:pre:1p;ind:pre:1p; -embarrassèrent embarrasser ver 6.70 13.85 0.00 0.07 ind:pas:3p; -embarrassé embarrassé adj m s 2.38 7.36 1.46 5.00 -embarrassée embarrasser ver f s 6.70 13.85 1.05 1.28 par:pas; -embarrassées embarrassé adj f p 2.38 7.36 0.14 0.27 -embarrassés embarrasser ver m p 6.70 13.85 0.23 0.61 par:pas; -embarrure embarrure nom f s 0.01 0.00 0.01 0.00 -embase embase nom f s 0.00 0.14 0.00 0.07 -embases embase nom f p 0.00 0.14 0.00 0.07 -embastiller embastiller ver 0.05 0.27 0.02 0.14 inf; -embastillé embastiller ver m s 0.05 0.27 0.02 0.07 par:pas; -embastillée embastiller ver f s 0.05 0.27 0.01 0.00 par:pas; -embastillés embastiller ver m p 0.05 0.27 0.00 0.07 par:pas; -embats embattre ver 0.00 0.07 0.00 0.07 ind:pre:2s; -embaucha embaucher ver 13.11 5.95 0.13 0.14 ind:pas:3s; -embauchage embauchage nom m s 0.00 0.07 0.00 0.07 -embauchaient embaucher ver 13.11 5.95 0.01 0.07 ind:imp:3p; -embauchais embaucher ver 13.11 5.95 0.16 0.00 ind:imp:1s;ind:imp:2s; -embauchait embaucher ver 13.11 5.95 0.18 0.34 ind:imp:3s; -embauchant embaucher ver 13.11 5.95 0.04 0.07 par:pre; -embauche embauche nom f s 2.86 2.97 2.84 2.97 -embauchent embaucher ver 13.11 5.95 0.29 0.27 ind:pre:3p; -embaucher embaucher ver 13.11 5.95 3.56 1.69 inf; -embauchera embaucher ver 13.11 5.95 0.10 0.14 ind:fut:3s; -embaucherai embaucher ver 13.11 5.95 0.03 0.00 ind:fut:1s; -embaucherais embaucher ver 13.11 5.95 0.09 0.07 cnd:pre:1s;cnd:pre:2s; -embaucherait embaucher ver 13.11 5.95 0.07 0.00 cnd:pre:3s; -embaucheront embaucher ver 13.11 5.95 0.01 0.00 ind:fut:3p; -embauches embaucher ver 13.11 5.95 0.27 0.07 ind:pre:2s; -embauchez embaucher ver 13.11 5.95 0.38 0.00 imp:pre:2p;ind:pre:2p; -embauchoir embauchoir nom m s 0.05 0.07 0.03 0.00 -embauchoirs embauchoir nom m p 0.05 0.07 0.02 0.07 -embauchons embaucher ver 13.11 5.95 0.14 0.07 imp:pre:1p;ind:pre:1p; -embauchât embaucher ver 13.11 5.95 0.00 0.07 sub:imp:3s; -embauché embaucher ver m s 13.11 5.95 4.56 1.42 par:pas; -embauchée embaucher ver f s 13.11 5.95 0.75 0.20 par:pas; -embauchées embaucher ver f p 13.11 5.95 0.05 0.14 par:pas; -embauchés embaucher ver m p 13.11 5.95 0.28 0.27 par:pas; -embauma embaumer ver 2.83 7.09 0.01 0.34 ind:pas:3s; -embaumaient embaumer ver 2.83 7.09 0.04 0.34 ind:imp:3p; -embaumait embaumer ver 2.83 7.09 0.04 1.69 ind:imp:3s; -embaumant embaumant adj m s 0.00 0.54 0.00 0.47 -embaumants embaumant adj m p 0.00 0.54 0.00 0.07 -embaume embaumer ver 2.83 7.09 0.60 1.15 imp:pre:2s;ind:pre:1s;ind:pre:3s; -embaumement embaumement nom m s 0.68 0.27 0.65 0.20 -embaumements embaumement nom m p 0.68 0.27 0.02 0.07 -embaument embaumer ver 2.83 7.09 0.26 0.61 ind:pre:3p; -embaumer embaumer ver 2.83 7.09 0.81 0.81 inf; -embaumerait embaumer ver 2.83 7.09 0.00 0.07 cnd:pre:3s; -embaumeur embaumeur nom m s 0.51 0.88 0.34 0.14 -embaumeurs embaumeur nom m p 0.51 0.88 0.04 0.74 -embaumeuse embaumeur nom f s 0.51 0.88 0.13 0.00 -embaumez embaumer ver 2.83 7.09 0.02 0.00 imp:pre:2p;ind:pre:2p; -embaumions embaumer ver 2.83 7.09 0.01 0.00 ind:imp:1p; -embaumé embaumer ver m s 2.83 7.09 0.47 0.95 par:pas; -embaumée embaumer ver f s 2.83 7.09 0.28 0.68 par:pas; -embaumées embaumer ver f p 2.83 7.09 0.00 0.27 par:pas; -embaumés embaumer ver m p 2.83 7.09 0.28 0.20 par:pas; -embelli embellir ver m s 3.40 5.14 0.34 0.74 par:pas; -embellie embellie nom f s 0.02 2.70 0.02 2.43 -embellies embellir ver f p 3.40 5.14 0.10 0.14 par:pas; -embellir embellir ver 3.40 5.14 1.06 1.55 inf; -embellira embellir ver 3.40 5.14 0.14 0.00 ind:fut:3s; -embellirai embellir ver 3.40 5.14 0.01 0.00 ind:fut:1s; -embellirait embellir ver 3.40 5.14 0.02 0.14 cnd:pre:3s; -embellis embellir ver m p 3.40 5.14 0.08 0.07 imp:pre:2s;ind:pre:1s;ind:pre:2s;par:pas; -embellissaient embellir ver 3.40 5.14 0.10 0.20 ind:imp:3p; -embellissais embellir ver 3.40 5.14 0.00 0.07 ind:imp:1s; -embellissait embellir ver 3.40 5.14 0.01 0.68 ind:imp:3s; -embellissant embellir ver 3.40 5.14 0.00 0.20 par:pre; -embellissement embellissement nom m s 0.07 0.41 0.06 0.34 -embellissements embellissement nom m p 0.07 0.41 0.01 0.07 -embellissent embellir ver 3.40 5.14 0.06 0.14 ind:pre:3p; -embellissez embellir ver 3.40 5.14 0.14 0.00 imp:pre:2p;ind:pre:2p; -embellissons embellir ver 3.40 5.14 0.02 0.00 imp:pre:1p;ind:pre:1p; -embellit embellir ver 3.40 5.14 1.28 0.81 ind:pre:3s;ind:pas:3s; -emberlificotaient emberlificoter ver 0.01 0.47 0.00 0.07 ind:imp:3p; -emberlificotais emberlificoter ver 0.01 0.47 0.00 0.07 ind:imp:1s; -emberlificote emberlificoter ver 0.01 0.47 0.00 0.07 ind:pre:3s; -emberlificoter emberlificoter ver 0.01 0.47 0.00 0.14 inf; -emberlificoté emberlificoté adj m s 0.11 0.07 0.10 0.00 -emberlificotée emberlificoter ver f s 0.01 0.47 0.00 0.07 par:pas; -emberlificotées emberlificoter ver f p 0.01 0.47 0.00 0.07 par:pas; -emberlificotés emberlificoté adj m p 0.11 0.07 0.01 0.07 -emberlucoquer emberlucoquer ver 0.00 0.07 0.00 0.07 inf; -embijoutée embijouté adj f s 0.00 0.07 0.00 0.07 -emblavages emblavage nom m p 0.00 0.07 0.00 0.07 -emblaver emblaver ver 0.00 0.20 0.00 0.07 inf; -emblavé emblaver ver m s 0.00 0.20 0.00 0.07 par:pas; -emblavée emblaver ver f s 0.00 0.20 0.00 0.07 par:pas; -emblavure emblavure nom f s 0.00 0.27 0.00 0.14 -emblavures emblavure nom f p 0.00 0.27 0.00 0.14 -emblème emblème nom m s 1.14 4.32 0.81 2.97 -emblèmes emblème nom m p 1.14 4.32 0.33 1.35 -emblématique emblématique adj s 0.38 0.68 0.36 0.41 -emblématiques emblématique adj m p 0.38 0.68 0.01 0.27 -emboîta emboîter ver 0.98 6.08 0.00 0.41 ind:pas:3s; -emboîtables emboîtable adj m p 0.00 0.07 0.00 0.07 -emboîtage emboîtage nom m s 0.00 0.20 0.00 0.07 -emboîtages emboîtage nom m p 0.00 0.20 0.00 0.14 -emboîtai emboîter ver 0.98 6.08 0.00 0.14 ind:pas:1s; -emboîtaient emboîter ver 0.98 6.08 0.01 0.54 ind:imp:3p; -emboîtais emboîter ver 0.98 6.08 0.00 0.20 ind:imp:1s; -emboîtait emboîter ver 0.98 6.08 0.10 0.47 ind:imp:3s; -emboîtant emboîter ver 0.98 6.08 0.10 0.61 par:pre; -emboîtas emboîter ver 0.98 6.08 0.00 0.07 ind:pas:2s; -emboîte emboîter ver 0.98 6.08 0.08 0.47 imp:pre:2s;ind:pre:1s;ind:pre:3s; -emboîtement emboîtement nom m s 0.00 0.07 0.00 0.07 -emboîtent emboîter ver 0.98 6.08 0.24 0.61 ind:pre:3p; -emboîter emboîter ver 0.98 6.08 0.29 0.61 inf; -emboîterai emboîter ver 0.98 6.08 0.01 0.00 ind:fut:1s; -emboîtions emboîter ver 0.98 6.08 0.00 0.07 ind:imp:1p; -emboîtâmes emboîter ver 0.98 6.08 0.00 0.07 ind:pas:1p; -emboîtons emboîter ver 0.98 6.08 0.01 0.07 ind:pre:1p; -emboîtèrent emboîter ver 0.98 6.08 0.00 0.14 ind:pas:3p; -emboîté emboîter ver m s 0.98 6.08 0.13 0.74 par:pas; -emboîtée emboîter ver f s 0.98 6.08 0.00 0.07 par:pas; -emboîtées emboîter ver f p 0.98 6.08 0.01 0.47 par:pas; -emboîtures emboîture nom f p 0.00 0.07 0.00 0.07 -emboîtés emboîter ver m p 0.98 6.08 0.00 0.34 par:pas; -embobeliner embobeliner ver 0.00 0.14 0.00 0.14 inf; -embobinant embobiner ver 2.37 1.35 0.01 0.00 par:pre; -embobine embobiner ver 2.37 1.35 0.23 0.07 imp:pre:2s;ind:pre:1s;ind:pre:3s; -embobiner embobiner ver 2.37 1.35 1.29 0.95 inf; -embobinez embobiner ver 2.37 1.35 0.03 0.00 imp:pre:2p;ind:pre:2p; -embobiné embobiner ver m s 2.37 1.35 0.67 0.14 par:pas; -embobinée embobiner ver f s 2.37 1.35 0.10 0.14 par:pas; -embobinées embobiner ver f p 2.37 1.35 0.00 0.07 par:pas; -embobinés embobiner ver m p 2.37 1.35 0.03 0.00 par:pas; -embâcle embâcle nom m s 0.01 0.14 0.01 0.14 -embole embole nom m s 0.04 0.00 0.04 0.00 -embolie embolie nom f s 1.05 0.68 1.03 0.61 -embolies embolie nom f p 1.05 0.68 0.02 0.07 -embolique embolique adj s 0.01 0.00 0.01 0.00 -embonpoint embonpoint nom m s 0.18 1.96 0.18 1.96 -embosser embosser ver 0.00 0.34 0.00 0.07 inf; -embossé embosser ver m s 0.00 0.34 0.00 0.07 par:pas; -embossée embosser ver f s 0.00 0.34 0.00 0.14 par:pas; -embossés embosser ver m p 0.00 0.34 0.00 0.07 par:pas; -emboucanent emboucaner ver 0.00 0.07 0.00 0.07 ind:pre:3p; -emboucha emboucher ver 0.01 1.08 0.00 0.07 ind:pas:3s; -embouchant emboucher ver 0.01 1.08 0.00 0.20 par:pre; -embouche emboucher ver 0.01 1.08 0.00 0.27 ind:pre:3s; -emboucher emboucher ver 0.01 1.08 0.00 0.20 inf; -emboucherait emboucher ver 0.01 1.08 0.00 0.07 cnd:pre:3s; -embouchoir embouchoir nom m s 0.01 0.14 0.01 0.00 -embouchoirs embouchoir nom m p 0.01 0.14 0.00 0.14 -embouché embouché adj m s 0.45 0.74 0.09 0.41 -embouchée embouché adj f s 0.45 0.74 0.25 0.07 -embouchées embouché adj f p 0.45 0.74 0.00 0.07 -embouchure embouchure nom f s 0.69 3.99 0.68 3.78 -embouchures embouchure nom f p 0.69 3.99 0.01 0.20 -embouchés embouché adj m p 0.45 0.74 0.11 0.20 -embouquer embouquer ver 0.00 0.20 0.00 0.14 inf; -embouqué embouquer ver m s 0.00 0.20 0.00 0.07 par:pas; -embourbaient embourber ver 1.02 1.89 0.00 0.07 ind:imp:3p; -embourbait embourber ver 1.02 1.89 0.00 0.14 ind:imp:3s; -embourbe embourber ver 1.02 1.89 0.03 0.34 ind:pre:1s;ind:pre:3s; -embourbent embourber ver 1.02 1.89 0.00 0.07 ind:pre:3p; -embourber embourber ver 1.02 1.89 0.15 0.47 inf; -embourbé embourber ver m s 1.02 1.89 0.42 0.41 par:pas; -embourbée embourber ver f s 1.02 1.89 0.15 0.14 par:pas; -embourbées embourbé adj f p 0.06 0.34 0.01 0.00 -embourbés embourber ver m p 1.02 1.89 0.26 0.07 par:pas; -embourgeoise embourgeoiser ver 0.03 0.41 0.00 0.07 ind:pre:3s; -embourgeoisement embourgeoisement nom m s 0.01 0.34 0.01 0.34 -embourgeoiser embourgeoiser ver 0.03 0.41 0.02 0.14 inf; -embourgeoises embourgeoiser ver 0.03 0.41 0.00 0.20 ind:pre:2s; -embourgeoisé embourgeoisé adj m s 0.01 0.00 0.01 0.00 -embourgeoisés embourgeoisé nom m p 0.10 0.07 0.10 0.00 -embout embout nom m s 0.20 0.81 0.18 0.41 -embouteillage embouteillage nom m s 3.93 3.38 2.08 1.35 -embouteillages embouteillage nom m p 3.93 3.38 1.85 2.03 -embouteillait embouteiller ver 0.04 0.34 0.00 0.07 ind:imp:3s; -embouteille embouteiller ver 0.04 0.34 0.01 0.07 ind:pre:3s; -embouteiller embouteiller ver 0.04 0.34 0.00 0.20 inf; -embouteillé embouteiller ver m s 0.04 0.34 0.01 0.00 par:pas; -embouteillée embouteillé adj f s 0.01 0.20 0.01 0.07 -embouteillées embouteiller ver f p 0.04 0.34 0.01 0.00 par:pas; -embouti emboutir ver m s 1.55 0.95 1.01 0.20 par:pas; -emboutie emboutir ver f s 1.55 0.95 0.07 0.07 par:pas; -embouties emboutir ver f p 1.55 0.95 0.00 0.07 par:pas; -emboutir emboutir ver 1.55 0.95 0.28 0.41 inf; -emboutis emboutir ver m p 1.55 0.95 0.06 0.07 ind:pre:1s;par:pas; -emboutissant emboutir ver 1.55 0.95 0.00 0.07 par:pre; -emboutisseur emboutisseur nom m s 0.00 0.14 0.00 0.07 -emboutisseuse emboutisseur nom f s 0.00 0.14 0.00 0.07 -emboutit emboutir ver 1.55 0.95 0.12 0.07 ind:pre:3s; -embouts embout nom m p 0.20 0.81 0.03 0.41 -embranchant embrancher ver 0.00 0.07 0.00 0.07 par:pre; -embranchement embranchement nom m s 0.45 3.11 0.42 2.84 -embranchements embranchement nom m p 0.45 3.11 0.03 0.27 -embraquer embraquer ver 0.01 0.00 0.01 0.00 inf; -embrasa embraser ver 2.67 6.82 0.04 0.68 ind:pas:3s; -embrasaient embraser ver 2.67 6.82 0.01 0.34 ind:imp:3p; -embrasait embraser ver 2.67 6.82 0.02 1.22 ind:imp:3s; -embrasant embraser ver 2.67 6.82 0.03 0.14 par:pre; -embrase embraser ver 2.67 6.82 1.06 1.01 ind:pre:1s;ind:pre:3s; -embrasement embrasement nom m s 0.28 1.62 0.28 1.15 -embrasements embrasement nom m p 0.28 1.62 0.00 0.47 -embrasent embraser ver 2.67 6.82 0.04 0.47 ind:pre:3p; -embraser embraser ver 2.67 6.82 0.25 1.08 inf; -embrasera embraser ver 2.67 6.82 0.14 0.07 ind:fut:3s; -embraserait embraser ver 2.67 6.82 0.00 0.07 cnd:pre:3s; -embrasez embraser ver 2.67 6.82 0.03 0.00 imp:pre:2p; -embrassa embrasser ver 138.97 137.50 0.81 21.08 ind:pas:3s; -embrassade embrassade nom f s 0.61 1.89 0.16 0.61 -embrassades embrassade nom f p 0.61 1.89 0.45 1.28 -embrassai embrasser ver 138.97 137.50 0.14 3.04 ind:pas:1s; -embrassaient embrasser ver 138.97 137.50 0.57 2.36 ind:imp:3p; -embrassais embrasser ver 138.97 137.50 1.46 1.35 ind:imp:1s;ind:imp:2s; -embrassait embrasser ver 138.97 137.50 1.94 10.68 ind:imp:3s; -embrassant embrasser ver 138.97 137.50 1.41 5.07 par:pre; -embrasse embrasser ver 138.97 137.50 49.81 26.69 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:1s;sub:pre:3s; -embrassement embrassement nom m s 0.02 0.95 0.01 0.41 -embrassements embrassement nom m p 0.02 0.95 0.01 0.54 -embrassent embrasser ver 138.97 137.50 2.88 2.64 ind:pre:3p; -embrasser embrasser ver 138.97 137.50 43.91 37.70 inf;;inf;;inf;; -embrassera embrasser ver 138.97 137.50 0.60 0.34 ind:fut:3s; -embrasserai embrasser ver 138.97 137.50 1.23 0.41 ind:fut:1s; -embrasseraient embrasser ver 138.97 137.50 0.00 0.14 cnd:pre:3p; -embrasserais embrasser ver 138.97 137.50 0.67 0.27 cnd:pre:1s;cnd:pre:2s; -embrasserait embrasser ver 138.97 137.50 0.17 0.81 cnd:pre:3s; -embrasseras embrasser ver 138.97 137.50 0.51 0.20 ind:fut:2s; -embrasserez embrasser ver 138.97 137.50 0.11 0.14 ind:fut:2p; -embrasseriez embrasser ver 138.97 137.50 0.04 0.00 cnd:pre:2p; -embrasseront embrasser ver 138.97 137.50 0.12 0.07 ind:fut:3p; -embrasses embrasser ver 138.97 137.50 5.21 0.61 ind:pre:2s;sub:pre:2s; -embrasseur embrasseur adj m s 0.05 0.00 0.05 0.00 -embrasseurs embrasseur nom m p 0.11 0.14 0.01 0.00 -embrasseuse embrasseur nom f s 0.11 0.14 0.06 0.00 -embrasseuses embrasseuse nom f p 0.01 0.00 0.01 0.00 -embrassez embrasser ver 138.97 137.50 6.08 1.15 imp:pre:2p;ind:pre:2p; -embrassiez embrasser ver 138.97 137.50 0.44 0.07 ind:imp:2p; -embrassions embrasser ver 138.97 137.50 0.05 0.68 ind:imp:1p; -embrassâmes embrasser ver 138.97 137.50 0.00 0.34 ind:pas:1p; -embrassons embrasser ver 138.97 137.50 1.82 0.61 imp:pre:1p;ind:pre:1p; -embrassât embrasser ver 138.97 137.50 0.00 0.41 sub:imp:3s; -embrassâtes embrasser ver 138.97 137.50 0.10 0.00 ind:pas:2p; -embrassèrent embrasser ver 138.97 137.50 0.01 2.50 ind:pas:3p; -embrassé embrasser ver m s 138.97 137.50 10.17 8.65 par:pas; -embrassée embrasser ver f s 138.97 137.50 6.01 6.76 par:pas; -embrassées embrasser ver f p 138.97 137.50 0.42 0.41 par:pas; -embrassés embrasser ver m p 138.97 137.50 2.28 2.36 par:pas; -embrasèrent embraser ver 2.67 6.82 0.00 0.34 ind:pas:3p; -embrasé embraser ver m s 2.67 6.82 0.35 1.01 par:pas; -embrasée embraser ver f s 2.67 6.82 0.36 0.34 par:pas; -embrasées embraser ver f p 2.67 6.82 0.01 0.00 par:pas; -embrasure embrasure nom f s 0.10 7.16 0.07 6.01 -embrasures embrasure nom f p 0.10 7.16 0.02 1.15 -embrasés embraser ver m p 2.67 6.82 0.34 0.07 par:pas; -embraya embrayer ver 0.72 2.64 0.00 0.68 ind:pas:3s; -embrayage embrayage nom m s 0.98 1.01 0.98 0.95 -embrayages embrayage nom m p 0.98 1.01 0.00 0.07 -embrayais embrayer ver 0.72 2.64 0.00 0.07 ind:imp:1s; -embrayait embrayer ver 0.72 2.64 0.01 0.34 ind:imp:3s; -embrayant embrayer ver 0.72 2.64 0.00 0.14 par:pre; -embraye embrayer ver 0.72 2.64 0.26 0.61 imp:pre:2s;ind:pre:1s;ind:pre:3s; -embrayer embrayer ver 0.72 2.64 0.37 0.41 inf; -embrayes embrayer ver 0.72 2.64 0.02 0.07 ind:pre:2s; -embrayé embrayer ver m s 0.72 2.64 0.05 0.34 par:pas; -embrayée embrayer ver f s 0.72 2.64 0.01 0.00 par:pas; -embrigadé embrigader ver m s 0.02 0.20 0.01 0.14 par:pas; -embrigadée embrigader ver f s 0.02 0.20 0.01 0.07 par:pas; -embringua embringuer ver 0.72 1.15 0.00 0.07 ind:pas:3s; -embringuaient embringuer ver 0.72 1.15 0.00 0.07 ind:imp:3p; -embringuait embringuer ver 0.72 1.15 0.00 0.07 ind:imp:3s; -embringuer embringuer ver 0.72 1.15 0.15 0.34 inf; -embringues embringuer ver 0.72 1.15 0.03 0.00 ind:pre:2s; -embringué embringuer ver m s 0.72 1.15 0.40 0.54 par:pas; -embringuée embringuer ver f s 0.72 1.15 0.14 0.07 par:pas; -embrocation embrocation nom f s 0.01 0.41 0.01 0.34 -embrocations embrocation nom f p 0.01 0.41 0.00 0.07 -embrocha embrocher ver 0.71 2.30 0.00 0.14 ind:pas:3s; -embrochais embrocher ver 0.71 2.30 0.00 0.07 ind:imp:1s; -embrochant embrocher ver 0.71 2.30 0.01 0.07 par:pre; -embroche embrocher ver 0.71 2.30 0.28 0.14 imp:pre:2s;ind:pre:1s;ind:pre:3s; -embrochent embrocher ver 0.71 2.30 0.01 0.07 ind:pre:3p; -embrocher embrocher ver 0.71 2.30 0.13 0.81 inf; -embrochera embrocher ver 0.71 2.30 0.00 0.07 ind:fut:3s; -embrochez embrocher ver 0.71 2.30 0.16 0.00 imp:pre:2p; -embrochèrent embrocher ver 0.71 2.30 0.00 0.14 ind:pas:3p; -embroché embrocher ver m s 0.71 2.30 0.08 0.27 par:pas; -embrochée embrocher ver f s 0.71 2.30 0.02 0.20 par:pas; -embrochées embrocher ver f p 0.71 2.30 0.00 0.07 par:pas; -embrochés embrocher ver m p 0.71 2.30 0.02 0.27 par:pas; -embrouilla embrouiller ver 8.15 9.46 0.00 0.47 ind:pas:3s; -embrouillage embrouillage nom m s 0.02 0.00 0.02 0.00 -embrouillai embrouiller ver 8.15 9.46 0.00 0.14 ind:pas:1s; -embrouillaient embrouiller ver 8.15 9.46 0.01 0.61 ind:imp:3p; -embrouillais embrouiller ver 8.15 9.46 0.03 0.34 ind:imp:1s;ind:imp:2s; -embrouillait embrouiller ver 8.15 9.46 0.03 1.55 ind:imp:3s; -embrouillamini embrouillamini nom m s 0.01 0.34 0.01 0.27 -embrouillaminis embrouillamini nom m p 0.01 0.34 0.00 0.07 -embrouillant embrouiller ver 8.15 9.46 0.15 0.61 par:pre; -embrouillasse embrouiller ver 8.15 9.46 0.00 0.07 sub:imp:1s; -embrouille embrouille nom f s 7.99 4.39 4.35 3.18 -embrouillement embrouillement nom m s 0.01 0.27 0.01 0.20 -embrouillements embrouillement nom m p 0.01 0.27 0.00 0.07 -embrouillent embrouiller ver 8.15 9.46 0.36 0.41 ind:pre:3p; -embrouiller embrouiller ver 8.15 9.46 1.92 1.22 inf; -embrouillerai embrouiller ver 8.15 9.46 0.01 0.00 ind:fut:1s; -embrouillerais embrouiller ver 8.15 9.46 0.02 0.00 cnd:pre:1s;cnd:pre:2s; -embrouillerait embrouiller ver 8.15 9.46 0.02 0.07 cnd:pre:3s; -embrouilles embrouille nom f p 7.99 4.39 3.64 1.22 -embrouilleur embrouilleur nom m s 0.17 0.14 0.16 0.00 -embrouilleurs embrouilleur nom m p 0.17 0.14 0.02 0.07 -embrouilleuses embrouilleur nom f p 0.17 0.14 0.00 0.07 -embrouillez embrouiller ver 8.15 9.46 0.38 0.00 imp:pre:2p;ind:pre:2p; -embrouillât embrouiller ver 8.15 9.46 0.00 0.14 sub:imp:3s; -embrouillèrent embrouiller ver 8.15 9.46 0.00 0.14 ind:pas:3p; -embrouillé embrouiller ver m s 8.15 9.46 1.78 0.81 par:pas; -embrouillée embrouillé adj f s 0.71 1.76 0.23 0.47 -embrouillées embrouillé adj f p 0.71 1.76 0.04 0.54 -embrouillés embrouiller ver m p 8.15 9.46 0.04 0.14 par:pas; -embroussaille embroussailler ver 0.00 0.34 0.00 0.07 ind:pre:3s; -embroussailler embroussailler ver 0.00 0.34 0.00 0.07 inf; -embroussaillé embroussaillé adj m s 0.00 0.61 0.00 0.07 -embroussaillée embroussailler ver f s 0.00 0.34 0.00 0.07 par:pas; -embroussaillées embroussailler ver f p 0.00 0.34 0.00 0.07 par:pas; -embroussaillés embroussaillé adj m p 0.00 0.61 0.00 0.54 -embruiné embruiné adj m s 0.00 0.07 0.00 0.07 -embrumait embrumer ver 0.72 1.96 0.00 0.41 ind:imp:3s; -embrume embrumer ver 0.72 1.96 0.21 0.41 ind:pre:1s;ind:pre:3s; -embrument embrumer ver 0.72 1.96 0.11 0.14 ind:pre:3p; -embrumer embrumer ver 0.72 1.96 0.19 0.20 inf; -embrumé embrumer ver m s 0.72 1.96 0.20 0.34 par:pas; -embrumée embrumé adj f s 0.15 1.08 0.04 0.34 -embrumées embrumé adj f p 0.15 1.08 0.03 0.27 -embrumés embrumé adj m p 0.15 1.08 0.04 0.14 -embrun embrun nom m s 0.68 2.97 0.52 0.81 -embruns embrun nom m p 0.68 2.97 0.16 2.16 -embryologie embryologie nom f s 0.01 0.00 0.01 0.00 -embryologiste embryologiste nom s 0.01 0.00 0.01 0.00 -embryon embryon nom m s 0.96 3.72 0.60 2.64 -embryonnaire embryonnaire adj s 0.16 0.47 0.11 0.41 -embryonnaires embryonnaire adj p 0.16 0.47 0.05 0.07 -embryons embryon nom m p 0.96 3.72 0.36 1.08 -embu embu nom m s 0.00 0.14 0.00 0.07 -embua embuer ver 0.38 5.41 0.00 0.07 ind:pas:3s; -embuaient embuer ver 0.38 5.41 0.14 0.68 ind:imp:3p; -embuait embuer ver 0.38 5.41 0.00 0.68 ind:imp:3s; -embuant embuer ver 0.38 5.41 0.01 0.07 par:pre; -embue embuer ver 0.38 5.41 0.02 0.20 ind:pre:3s; -embuent embuer ver 0.38 5.41 0.04 0.47 ind:pre:3p; -embuer embuer ver 0.38 5.41 0.12 0.34 inf; -embéguinées embéguiner ver f p 0.00 0.07 0.00 0.07 par:pas; -embus embu nom m p 0.00 0.14 0.00 0.07 -embuscade embuscade nom f s 5.04 4.12 4.59 2.97 -embuscades embuscade nom f p 5.04 4.12 0.44 1.15 -embusqua embusquer ver 0.58 3.58 0.00 0.14 ind:pas:3s; -embusquaient embusquer ver 0.58 3.58 0.10 0.07 ind:imp:3p; -embusquait embusquer ver 0.58 3.58 0.00 0.14 ind:imp:3s; -embusque embusquer ver 0.58 3.58 0.10 0.20 ind:pre:3s; -embusquent embusquer ver 0.58 3.58 0.00 0.07 ind:pre:3p; -embusquer embusquer ver 0.58 3.58 0.03 0.41 inf; -embusqué embusqué adj m s 0.46 1.08 0.36 0.54 -embusquée embusquer ver f s 0.58 3.58 0.01 0.34 par:pas; -embusquées embusquer ver f p 0.58 3.58 0.00 0.27 par:pas; -embusqués embusqué nom m p 0.58 0.54 0.28 0.27 -embêtaient embêter ver 34.02 15.61 0.30 0.27 ind:imp:3p; -embêtais embêter ver 34.02 15.61 0.42 0.27 ind:imp:1s;ind:imp:2s; -embêtait embêter ver 34.02 15.61 0.82 0.95 ind:imp:3s; -embêtant embêtant adj m s 2.92 3.51 2.41 2.97 -embêtante embêtant adj f s 2.92 3.51 0.16 0.27 -embêtantes embêtant adj f p 2.92 3.51 0.01 0.07 -embêtants embêtant adj m p 2.92 3.51 0.34 0.20 -embête embêter ver 34.02 15.61 13.21 5.27 imp:pre:2s;ind:pre:1s;ind:pre:3s; -embêtement embêtement nom m s 0.69 1.08 0.16 0.07 -embêtements embêtement nom m p 0.69 1.08 0.53 1.01 -embêtent embêter ver 34.02 15.61 1.10 0.81 ind:pre:3p; -embêter embêter ver 34.02 15.61 7.66 3.58 inf; -embêtera embêter ver 34.02 15.61 1.01 0.34 ind:fut:3s; -embêterai embêter ver 34.02 15.61 1.08 0.14 ind:fut:1s; -embêteraient embêter ver 34.02 15.61 0.08 0.07 cnd:pre:3p; -embêterais embêter ver 34.02 15.61 0.10 0.07 cnd:pre:1s;cnd:pre:2s; -embêterait embêter ver 34.02 15.61 1.92 0.27 cnd:pre:3s; -embêtes embêter ver 34.02 15.61 1.71 0.74 ind:pre:2s; -embêtez embêter ver 34.02 15.61 1.39 0.20 imp:pre:2p;ind:pre:2p; -embuèrent embuer ver 0.38 5.41 0.00 0.27 ind:pas:3p; -embêté embêter ver m s 34.02 15.61 2.29 1.69 par:pas; -embêtée embêter ver f s 34.02 15.61 0.65 0.54 par:pas; -embêtées embêter ver f p 34.02 15.61 0.04 0.07 par:pas; -embêtés embêté adj m p 1.39 2.16 0.15 0.14 -embué embué adj m s 0.27 1.76 0.17 0.27 -embuée embué adj f s 0.27 1.76 0.03 0.54 -embuées embué adj f p 0.27 1.76 0.04 0.41 -embués embuer ver m p 0.38 5.41 0.02 1.01 par:pas; -emergency emergency nom f s 0.25 0.00 0.25 0.00 -emmagasinaient emmagasiner ver 0.58 1.82 0.00 0.07 ind:imp:3p; -emmagasinais emmagasiner ver 0.58 1.82 0.00 0.07 ind:imp:1s; -emmagasinait emmagasiner ver 0.58 1.82 0.00 0.07 ind:imp:3s; -emmagasine emmagasiner ver 0.58 1.82 0.11 0.27 ind:pre:1s;ind:pre:3s; -emmagasinent emmagasiner ver 0.58 1.82 0.15 0.20 ind:pre:3p; -emmagasiner emmagasiner ver 0.58 1.82 0.26 0.47 inf; -emmagasiné emmagasiner ver m s 0.58 1.82 0.04 0.27 par:pas; -emmagasinée emmagasiner ver f s 0.58 1.82 0.02 0.14 par:pas; -emmagasinées emmagasiner ver f p 0.58 1.82 0.00 0.14 par:pas; -emmagasinés emmagasiné adj m p 0.10 0.20 0.10 0.00 -emmaillota emmailloter ver 0.17 1.82 0.14 0.07 ind:pas:3s; -emmaillotaient emmailloter ver 0.17 1.82 0.00 0.07 ind:imp:3p; -emmaillotement emmaillotement nom m s 0.00 0.07 0.00 0.07 -emmailloter emmailloter ver 0.17 1.82 0.00 0.27 inf; -emmailloté emmailloter ver m s 0.17 1.82 0.02 0.61 par:pas; -emmaillotée emmailloter ver f s 0.17 1.82 0.01 0.47 par:pas; -emmaillotées emmailloter ver f p 0.17 1.82 0.00 0.20 par:pas; -emmaillotés emmailloter ver m p 0.17 1.82 0.00 0.14 par:pas; -emmanchage emmanchage nom m s 0.00 0.07 0.00 0.07 -emmanchant emmancher ver 0.19 1.76 0.00 0.07 par:pre; -emmanche emmancher ver 0.19 1.76 0.00 0.20 ind:pre:3s; -emmanchent emmancher ver 0.19 1.76 0.00 0.14 ind:pre:3p; -emmancher emmancher ver 0.19 1.76 0.01 0.20 inf; -emmanché emmancher ver m s 0.19 1.76 0.18 0.41 par:pas; -emmanchée emmancher ver f s 0.19 1.76 0.00 0.20 par:pas; -emmanchées emmancher ver f p 0.19 1.76 0.00 0.07 par:pas; -emmanchure emmanchure nom f s 0.00 0.74 0.00 0.34 -emmanchures emmanchure nom f p 0.00 0.74 0.00 0.41 -emmanchés emmancher ver m p 0.19 1.76 0.00 0.47 par:pas; -emmena emmener ver 272.70 105.47 0.89 9.73 ind:pas:3s; -emmenai emmener ver 272.70 105.47 0.10 1.42 ind:pas:1s; -emmenaient emmener ver 272.70 105.47 0.58 1.28 ind:imp:3p; -emmenais emmener ver 272.70 105.47 1.42 1.55 ind:imp:1s;ind:imp:2s; -emmenait emmener ver 272.70 105.47 3.38 10.07 ind:imp:3s; -emmenant emmener ver 272.70 105.47 0.85 1.69 par:pre; -emmener emmener ver 272.70 105.47 70.33 26.96 inf;; -emmenez emmener ver 272.70 105.47 42.79 2.77 imp:pre:2p;ind:pre:2p; -emmeniez emmener ver 272.70 105.47 0.44 0.14 ind:imp:2p;sub:pre:2p; -emmenions emmener ver 272.70 105.47 0.14 0.20 ind:imp:1p; -emmenons emmener ver 272.70 105.47 4.00 0.47 imp:pre:1p;ind:pre:1p; -emmenât emmener ver 272.70 105.47 0.00 0.34 sub:imp:3s; -emmenotté emmenotter ver m s 0.00 0.14 0.00 0.14 par:pas; -emmental emmental nom m s 0.01 0.00 0.01 0.00 -emmenthal emmenthal nom m s 0.15 0.14 0.15 0.14 -emmenèrent emmener ver 272.70 105.47 0.79 1.62 ind:pas:3p; -emmené emmener ver m s 272.70 105.47 22.85 10.95 par:pas; -emmenée emmener ver f s 272.70 105.47 11.83 6.15 par:pas; -emmenées emmener ver f p 272.70 105.47 0.90 0.20 par:pas; -emmenés emmener ver m p 272.70 105.47 3.77 2.43 par:pas; -emmerda emmerder ver 52.18 27.09 0.00 0.07 ind:pas:3s; -emmerdaient emmerder ver 52.18 27.09 0.05 0.47 ind:imp:3p; -emmerdais emmerder ver 52.18 27.09 0.20 0.27 ind:imp:1s;ind:imp:2s; -emmerdait emmerder ver 52.18 27.09 0.51 1.62 ind:imp:3s; -emmerdant emmerdant adj m s 1.92 1.76 1.04 1.22 -emmerdante emmerdant adj f s 1.92 1.76 0.35 0.20 -emmerdantes emmerdant adj f p 1.92 1.76 0.16 0.07 -emmerdants emmerdant adj m p 1.92 1.76 0.36 0.27 -emmerdatoires emmerdatoire adj p 0.00 0.07 0.00 0.07 -emmerde emmerder ver 52.18 27.09 33.90 10.14 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:1s;sub:pre:3s; -emmerdement emmerdement nom m s 0.84 4.66 0.08 0.88 -emmerdements emmerdement nom m p 0.84 4.66 0.77 3.78 -emmerdent emmerder ver 52.18 27.09 1.50 1.15 ind:pre:3p; -emmerder emmerder ver 52.18 27.09 8.34 6.76 inf; -emmerdera emmerder ver 52.18 27.09 0.06 0.14 ind:fut:3s; -emmerderai emmerder ver 52.18 27.09 0.14 0.07 ind:fut:1s; -emmerderaient emmerder ver 52.18 27.09 0.00 0.07 cnd:pre:3p; -emmerderais emmerder ver 52.18 27.09 0.03 0.07 cnd:pre:1s; -emmerderait emmerder ver 52.18 27.09 0.20 0.20 cnd:pre:3s; -emmerderez emmerder ver 52.18 27.09 0.11 0.07 ind:fut:2p; -emmerderont emmerder ver 52.18 27.09 0.02 0.07 ind:fut:3p; -emmerdes emmerde nom f p 6.15 3.51 4.90 2.91 -emmerdeur emmerdeur nom m s 4.89 3.04 2.69 1.15 -emmerdeurs emmerdeur nom m p 4.89 3.04 0.73 0.88 -emmerdeuse emmerdeur nom f s 4.89 3.04 1.47 0.81 -emmerdeuses emmerdeuse nom f p 0.07 0.00 0.07 0.00 -emmerdez emmerder ver 52.18 27.09 0.81 0.68 imp:pre:2p;ind:pre:2p; -emmerdons emmerder ver 52.18 27.09 0.00 0.07 ind:pre:1p; -emmerdé emmerder ver m s 52.18 27.09 1.47 2.43 par:pas; -emmerdée emmerder ver f s 52.18 27.09 0.22 0.34 par:pas; -emmerdés emmerder ver m p 52.18 27.09 0.32 0.68 par:pas; -emmi emmi adv 0.03 0.00 0.03 0.00 -emmitoufla emmitoufler ver 0.13 4.12 0.00 0.14 ind:pas:3s; -emmitouflai emmitoufler ver 0.13 4.12 0.00 0.07 ind:pas:1s; -emmitouflait emmitoufler ver 0.13 4.12 0.00 0.41 ind:imp:3s; -emmitouflant emmitoufler ver 0.13 4.12 0.00 0.07 par:pre; -emmitoufle emmitoufler ver 0.13 4.12 0.03 0.27 ind:pre:3s; -emmitoufler emmitoufler ver 0.13 4.12 0.03 0.07 inf; -emmitouflez emmitoufler ver 0.13 4.12 0.01 0.00 imp:pre:2p; -emmitouflé emmitoufler ver m s 0.13 4.12 0.02 0.88 par:pas; -emmitouflée emmitoufler ver f s 0.13 4.12 0.04 1.08 par:pas; -emmitouflées emmitoufler ver f p 0.13 4.12 0.00 0.47 par:pas; -emmitouflés emmitouflé adj m p 0.15 1.15 0.11 0.47 -emmouflé emmoufler ver m s 0.00 0.07 0.00 0.07 par:pas; -emmouscaillements emmouscaillement nom m p 0.00 0.07 0.00 0.07 -emmène emmener ver 272.70 105.47 77.85 17.23 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -emmènent emmener ver 272.70 105.47 3.78 1.42 ind:pre:3p;sub:pre:3p; -emmènera emmener ver 272.70 105.47 4.44 0.95 ind:fut:3s; -emmènerai emmener ver 272.70 105.47 4.85 2.64 ind:fut:1s; -emmèneraient emmener ver 272.70 105.47 0.19 0.27 cnd:pre:3p; -emmènerais emmener ver 272.70 105.47 1.47 0.34 cnd:pre:1s;cnd:pre:2s; -emmènerait emmener ver 272.70 105.47 0.90 1.55 cnd:pre:3s; -emmèneras emmener ver 272.70 105.47 1.22 0.61 ind:fut:2s; -emmènerez emmener ver 272.70 105.47 0.76 0.41 ind:fut:2p; -emmèneriez emmener ver 272.70 105.47 0.15 0.14 cnd:pre:2p; -emmènerions emmener ver 272.70 105.47 0.11 0.00 cnd:pre:1p; -emmènerons emmener ver 272.70 105.47 0.58 0.07 ind:fut:1p; -emmèneront emmener ver 272.70 105.47 1.26 0.34 ind:fut:3p; -emmènes emmener ver 272.70 105.47 10.10 1.55 ind:pre:1p;ind:pre:2s;sub:pre:2s; -emmêla emmêler ver 1.31 5.20 0.00 0.14 ind:pas:3s; -emmêlai emmêler ver 1.31 5.20 0.00 0.07 ind:pas:1s; -emmêlaient emmêler ver 1.31 5.20 0.03 0.41 ind:imp:3p; -emmêlait emmêler ver 1.31 5.20 0.04 0.34 ind:imp:3s; -emmêlant emmêler ver 1.31 5.20 0.00 0.54 par:pre; -emmêle emmêler ver 1.31 5.20 0.09 0.68 imp:pre:2s;ind:pre:1s;ind:pre:3s; -emmêlement emmêlement nom m s 0.00 0.47 0.00 0.34 -emmêlements emmêlement nom m p 0.00 0.47 0.00 0.14 -emmêlent emmêler ver 1.31 5.20 0.43 0.27 ind:pre:3p; -emmêler emmêler ver 1.31 5.20 0.20 0.41 inf; -emmêlera emmêler ver 1.31 5.20 0.00 0.07 ind:fut:3s; -emmêleront emmêler ver 1.31 5.20 0.00 0.07 ind:fut:3p; -emmêles emmêler ver 1.31 5.20 0.12 0.07 ind:pre:2s; -emmêlèrent emmêler ver 1.31 5.20 0.00 0.14 ind:pas:3p; -emmêlé emmêler ver m s 1.31 5.20 0.28 0.27 par:pas; -emmêlée emmêler ver f s 1.31 5.20 0.03 0.41 par:pas; -emmêlées emmêler ver f p 1.31 5.20 0.02 0.41 par:pas; -emmêlés emmêlé adj m p 0.27 2.84 0.07 1.96 -emménage emménager ver 13.70 2.36 2.10 0.20 imp:pre:2s;ind:pre:1s;ind:pre:3s; -emménagea emménager ver 13.70 2.36 0.04 0.20 ind:pas:3s; -emménageaient emménager ver 13.70 2.36 0.02 0.00 ind:imp:3p; -emménageais emménager ver 13.70 2.36 0.04 0.00 ind:imp:1s;ind:imp:2s; -emménageait emménager ver 13.70 2.36 0.07 0.07 ind:imp:3s; -emménageant emménager ver 13.70 2.36 0.06 0.00 par:pre; -emménagement emménagement nom m s 0.25 0.81 0.25 0.81 -emménagent emménager ver 13.70 2.36 0.20 0.07 ind:pre:3p; -emménageons emménager ver 13.70 2.36 0.17 0.14 imp:pre:1p;ind:pre:1p; -emménager emménager ver 13.70 2.36 5.46 1.15 inf; -emménagera emménager ver 13.70 2.36 0.13 0.00 ind:fut:3s; -emménagerai emménager ver 13.70 2.36 0.04 0.00 ind:fut:1s; -emménagerais emménager ver 13.70 2.36 0.03 0.00 cnd:pre:1s;cnd:pre:2s; -emménagerait emménager ver 13.70 2.36 0.15 0.07 cnd:pre:3s; -emménagerez emménager ver 13.70 2.36 0.02 0.00 ind:fut:2p; -emménagerons emménager ver 13.70 2.36 0.03 0.00 ind:fut:1p; -emménages emménager ver 13.70 2.36 0.77 0.00 ind:pre:2s; -emménagez emménager ver 13.70 2.36 0.45 0.00 imp:pre:2p;ind:pre:2p; -emménagiez emménager ver 13.70 2.36 0.02 0.00 ind:imp:2p; -emménagions emménager ver 13.70 2.36 0.01 0.14 ind:imp:1p; -emménagèrent emménager ver 13.70 2.36 0.04 0.07 ind:pas:3p; -emménagé emménager ver m s 13.70 2.36 3.85 0.27 par:pas; -emmura emmurer ver 0.61 1.42 0.00 0.07 ind:pas:3s; -emmurait emmurer ver 0.61 1.42 0.01 0.07 ind:imp:3s; -emmure emmurer ver 0.61 1.42 0.03 0.14 ind:pre:3s; -emmurement emmurement nom m s 0.01 0.00 0.01 0.00 -emmurer emmurer ver 0.61 1.42 0.27 0.34 inf; -emmuré emmurer ver m s 0.61 1.42 0.13 0.34 par:pas; -emmurée emmuré adj f s 0.04 0.81 0.04 0.41 -emmurées emmurer ver f p 0.61 1.42 0.10 0.00 par:pas; -emmurés emmurer ver m p 0.61 1.42 0.04 0.20 par:pas; -empaffe empaffer ver 0.06 0.07 0.04 0.00 imp:pre:2s;ind:pre:1s;ind:pre:3s; -empaffer empaffer ver 0.06 0.07 0.02 0.07 inf; -empaffé empaffé nom m s 0.50 0.20 0.38 0.14 -empaffés empaffé nom m p 0.50 0.20 0.12 0.07 -empaillant empailler ver 1.03 0.27 0.00 0.07 par:pre; -empailler empailler ver 1.03 0.27 0.45 0.07 inf; -empailleur empailleur nom m s 0.04 0.20 0.03 0.20 -empailleurs empailleur nom m p 0.04 0.20 0.01 0.00 -empaillez empailler ver 1.03 0.27 0.01 0.00 imp:pre:2p; -empaillé empaillé adj m s 0.67 2.09 0.46 0.74 -empaillée empaillé adj f s 0.67 2.09 0.07 0.27 -empaillées empaillé adj f p 0.67 2.09 0.04 0.07 -empaillés empailler ver m p 1.03 0.27 0.34 0.00 par:pas; -empalait empaler ver 1.34 1.76 0.13 0.00 ind:imp:3s; -empalant empaler ver 1.34 1.76 0.04 0.00 par:pre; -empale empaler ver 1.34 1.76 0.10 0.41 ind:pre:1s;ind:pre:3s; -empalement empalement nom m s 0.02 0.00 0.02 0.00 -empaler empaler ver 1.34 1.76 0.39 0.41 inf; -empalerais empaler ver 1.34 1.76 0.10 0.00 cnd:pre:1s; -empaleront empaler ver 1.34 1.76 0.00 0.07 ind:fut:3p; -empalmait empalmer ver 0.00 0.20 0.00 0.07 ind:imp:3s; -empalme empalmer ver 0.00 0.20 0.00 0.07 ind:pre:3s; -empalmé empalmer ver m s 0.00 0.20 0.00 0.07 par:pas; -empalé empalé adj m s 0.41 0.20 0.30 0.07 -empalée empaler ver f s 1.34 1.76 0.25 0.14 par:pas; -empalées empaler ver f p 1.34 1.76 0.00 0.14 par:pas; -empalés empaler ver m p 1.34 1.76 0.10 0.14 par:pas; -empan empan nom m s 0.01 0.07 0.01 0.07 -empanaché empanaché adj m s 0.02 0.74 0.01 0.20 -empanachée empanaché adj f s 0.02 0.74 0.00 0.14 -empanachées empanaché adj f p 0.02 0.74 0.01 0.07 -empanachés empanaché adj m p 0.02 0.74 0.00 0.34 -empanner empanner ver 0.00 0.07 0.00 0.07 inf; -empapaoutent empapaouter ver 0.23 0.27 0.00 0.07 ind:pre:3p; -empapaouter empapaouter ver 0.23 0.27 0.12 0.00 inf; -empapaouté empapaouter ver m s 0.23 0.27 0.10 0.07 par:pas; -empapaoutés empapaouter ver m p 0.23 0.27 0.01 0.14 par:pas; -empaqueta empaqueter ver 0.35 2.36 0.00 0.20 ind:pas:3s; -empaquetage empaquetage nom m s 0.14 0.20 0.14 0.20 -empaqueter empaqueter ver 0.35 2.36 0.14 0.54 inf; -empaqueteur empaqueteur nom m s 0.01 0.00 0.01 0.00 -empaquette empaqueter ver 0.35 2.36 0.03 0.20 imp:pre:2s;ind:pre:3s; -empaquettent empaqueter ver 0.35 2.36 0.00 0.07 ind:pre:3p; -empaquettes empaqueter ver 0.35 2.36 0.00 0.07 ind:pre:2s; -empaquetèrent empaqueter ver 0.35 2.36 0.00 0.07 ind:pas:3p; -empaqueté empaqueter ver m s 0.35 2.36 0.13 0.27 par:pas; -empaquetée empaqueter ver f s 0.35 2.36 0.03 0.41 par:pas; -empaquetées empaqueté adj f p 0.13 0.68 0.11 0.14 -empaquetés empaqueter ver m p 0.35 2.36 0.01 0.07 par:pas; -empara emparer ver 12.80 39.26 0.60 6.89 ind:pas:3s; -emparadisé emparadiser ver m s 0.00 0.07 0.00 0.07 par:pas; -emparai emparer ver 12.80 39.26 0.00 0.47 ind:pas:1s; -emparaient emparer ver 12.80 39.26 0.04 0.95 ind:imp:3p; -emparais emparer ver 12.80 39.26 0.01 0.14 ind:imp:1s; -emparait emparer ver 12.80 39.26 0.20 5.41 ind:imp:3s; -emparant emparer ver 12.80 39.26 0.22 1.62 par:pre; -emparassent emparer ver 12.80 39.26 0.00 0.07 sub:imp:3p; -empare emparer ver 12.80 39.26 2.85 6.22 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:1s; -emparent emparer ver 12.80 39.26 0.80 1.08 ind:pre:3p; -emparer emparer ver 12.80 39.26 3.92 7.16 inf; -emparera emparer ver 12.80 39.26 0.14 0.20 ind:fut:3s; -emparerai emparer ver 12.80 39.26 0.03 0.00 ind:fut:1s; -empareraient emparer ver 12.80 39.26 0.01 0.34 cnd:pre:3p; -emparerais emparer ver 12.80 39.26 0.06 0.00 cnd:pre:1s;cnd:pre:2s; -emparerait emparer ver 12.80 39.26 0.01 0.07 cnd:pre:3s; -empareront emparer ver 12.80 39.26 0.07 0.00 ind:fut:3p; -emparez emparer ver 12.80 39.26 0.91 0.00 imp:pre:2p;ind:pre:2p; -emparons emparer ver 12.80 39.26 0.16 0.00 imp:pre:1p;ind:pre:1p; -emparât emparer ver 12.80 39.26 0.00 0.27 sub:imp:3s; -emparèrent emparer ver 12.80 39.26 0.16 0.54 ind:pas:3p; -emparé emparer ver m s 12.80 39.26 1.53 3.72 par:pas; -emparée emparer ver f s 12.80 39.26 0.40 2.91 par:pas; -emparées emparer ver f p 12.80 39.26 0.11 0.20 par:pas; -emparés emparer ver m p 12.80 39.26 0.56 1.01 par:pas; -empathie empathie nom f s 0.63 0.00 0.63 0.00 -empathique empathique adj s 0.26 0.07 0.23 0.07 -empathiques empathique adj f p 0.26 0.07 0.03 0.00 -empattement empattement nom m s 0.09 0.20 0.09 0.14 -empattements empattement nom m p 0.09 0.20 0.00 0.07 -empaume empaumer ver 0.00 0.20 0.00 0.07 ind:pre:3s; -empaumer empaumer ver 0.00 0.20 0.00 0.14 inf; -empaumure empaumure nom f s 0.10 0.20 0.10 0.14 -empaumures empaumure nom f p 0.10 0.20 0.00 0.07 -empeigne empeigne nom f s 0.01 0.54 0.01 0.54 -empeignés empeigner ver m p 0.00 0.07 0.00 0.07 par:pas; -empennage empennage nom m s 0.04 0.20 0.04 0.20 -empennait empenner ver 0.00 0.34 0.00 0.07 ind:imp:3s; -empenne empenne nom f s 0.01 0.00 0.01 0.00 -empennée empenner ver f s 0.00 0.34 0.00 0.07 par:pas; -empennées empenner ver f p 0.00 0.34 0.00 0.14 par:pas; -empennés empenner ver m p 0.00 0.34 0.00 0.07 par:pas; -empereur empereur nom m s 25.55 38.45 24.45 35.88 -empereurs empereur nom m p 25.55 38.45 1.10 2.57 -emperlait emperler ver 0.00 0.41 0.00 0.07 ind:imp:3s; -emperlant emperler ver 0.00 0.41 0.00 0.07 par:pre; -emperler emperler ver 0.00 0.41 0.00 0.07 inf; -emperlousées emperlousé adj f p 0.00 0.14 0.00 0.14 -emperlé emperler ver m s 0.00 0.41 0.00 0.07 par:pas; -emperlées emperlé adj f p 0.00 0.27 0.00 0.14 -emperlés emperler ver m p 0.00 0.41 0.00 0.14 par:pas; -emperruqués emperruqué adj m p 0.00 0.07 0.00 0.07 -empesage empesage nom m s 0.01 0.07 0.01 0.07 -empesant empeser ver 0.02 1.15 0.00 0.07 par:pre; -empesta empester ver 3.28 3.31 0.00 0.14 ind:pas:3s; -empestaient empester ver 3.28 3.31 0.02 0.27 ind:imp:3p; -empestais empester ver 3.28 3.31 0.01 0.07 ind:imp:1s; -empestait empester ver 3.28 3.31 0.27 0.81 ind:imp:3s; -empestant empester ver 3.28 3.31 0.13 0.20 par:pre; -empeste empester ver 3.28 3.31 1.87 0.41 imp:pre:2s;ind:pre:1s;ind:pre:3s; -empestent empester ver 3.28 3.31 0.13 0.14 ind:pre:3p; -empester empester ver 3.28 3.31 0.39 0.27 inf; -empestes empester ver 3.28 3.31 0.35 0.00 ind:pre:2s; -empestez empester ver 3.28 3.31 0.11 0.07 ind:pre:2p; -empesté empester ver m s 3.28 3.31 0.01 0.27 par:pas; -empestée empester ver f s 3.28 3.31 0.00 0.61 par:pas; -empestées empester ver f p 3.28 3.31 0.00 0.07 par:pas; -empesé empeser ver m s 0.02 1.15 0.01 0.34 par:pas; -empesée empeser ver f s 0.02 1.15 0.01 0.34 par:pas; -empesées empesé adj f p 0.00 1.96 0.00 0.41 -empesés empesé adj m p 0.00 1.96 0.00 0.20 -emphase emphase nom f s 0.22 5.27 0.22 5.20 -emphases emphase nom f p 0.22 5.27 0.00 0.07 -emphatique emphatique adj s 0.22 1.96 0.18 1.62 -emphatiquement emphatiquement adv 0.01 0.14 0.01 0.14 -emphatiques emphatique adj m p 0.22 1.96 0.04 0.34 -emphatise emphatiser ver 0.00 0.07 0.00 0.07 ind:pre:1s; -emphysème emphysème nom m s 0.31 0.41 0.30 0.34 -emphysèmes emphysème nom m p 0.31 0.41 0.01 0.07 -emphysémateuse emphysémateux adj f s 0.00 0.07 0.00 0.07 -empierrage empierrage nom m s 0.00 0.07 0.00 0.07 -empierrait empierrer ver 0.00 0.41 0.00 0.07 ind:imp:3s; -empierrement empierrement nom m s 0.00 0.34 0.00 0.34 -empierrer empierrer ver 0.00 0.41 0.00 0.07 inf; -empierré empierré adj m s 0.00 0.74 0.00 0.20 -empierrée empierré adj f s 0.00 0.74 0.00 0.20 -empierrées empierré adj f p 0.00 0.74 0.00 0.20 -empierrés empierré adj m p 0.00 0.74 0.00 0.14 -empiffra empiffrer ver 1.25 2.91 0.00 0.20 ind:pas:3s; -empiffraient empiffrer ver 1.25 2.91 0.01 0.07 ind:imp:3p; -empiffrais empiffrer ver 1.25 2.91 0.01 0.14 ind:imp:1s; -empiffrait empiffrer ver 1.25 2.91 0.04 0.41 ind:imp:3s; -empiffrant empiffrer ver 1.25 2.91 0.01 0.07 par:pre; -empiffre empiffrer ver 1.25 2.91 0.10 0.61 imp:pre:2s;ind:pre:3s; -empiffrent empiffrer ver 1.25 2.91 0.14 0.20 ind:pre:3p; -empiffrer empiffrer ver 1.25 2.91 0.47 1.22 inf; -empiffres empiffrer ver 1.25 2.91 0.03 0.00 ind:pre:2s; -empiffrez empiffrer ver 1.25 2.91 0.14 0.00 imp:pre:2p;ind:pre:2p; -empiffrée empiffrer ver f s 1.25 2.91 0.16 0.00 par:pas; -empiffrées empiffrer ver f p 1.25 2.91 0.14 0.00 par:pas; -empila empiler ver 1.78 15.81 0.00 0.74 ind:pas:3s; -empilage empilage nom m s 0.04 0.27 0.04 0.20 -empilages empilage nom m p 0.04 0.27 0.00 0.07 -empilaient empiler ver 1.78 15.81 0.03 2.77 ind:imp:3p; -empilais empiler ver 1.78 15.81 0.01 0.27 ind:imp:1s; -empilait empiler ver 1.78 15.81 0.03 1.35 ind:imp:3s; -empilant empiler ver 1.78 15.81 0.16 0.34 par:pre; -empile empiler ver 1.78 15.81 0.28 0.81 imp:pre:2s;ind:pre:1s;ind:pre:3s; -empilement empilement nom m s 0.00 0.54 0.00 0.27 -empilements empilement nom m p 0.00 0.54 0.00 0.27 -empilent empiler ver 1.78 15.81 0.07 0.54 ind:pre:3p; -empiler empiler ver 1.78 15.81 0.25 1.35 ind:pre:2p;inf; -empilerai empiler ver 1.78 15.81 0.00 0.07 ind:fut:1s; -empilerions empiler ver 1.78 15.81 0.10 0.00 cnd:pre:1p; -empilez empiler ver 1.78 15.81 0.20 0.00 imp:pre:2p; -empilons empiler ver 1.78 15.81 0.00 0.07 ind:pre:1p; -empilèrent empiler ver 1.78 15.81 0.00 0.07 ind:pas:3p; -empilé empiler ver m s 1.78 15.81 0.13 0.68 par:pas; -empilée empiler ver f s 1.78 15.81 0.03 0.54 par:pas; -empilées empiler ver f p 1.78 15.81 0.09 2.57 par:pas; -empilés empiler ver m p 1.78 15.81 0.40 3.65 par:pas; -empira empirer ver 12.93 2.91 0.03 0.34 ind:pas:3s; -empirait empirer ver 12.93 2.91 0.19 0.47 ind:imp:3s; -empirant empirer ver 12.93 2.91 0.06 0.27 par:pre; -empire empire nom m s 19.47 63.51 19.02 60.74 -empirent empirer ver 12.93 2.91 0.39 0.00 ind:pre:3p; -empirer empirer ver 12.93 2.91 5.28 0.54 inf; -empirera empirer ver 12.93 2.91 0.26 0.00 ind:fut:3s; -empirerait empirer ver 12.93 2.91 0.03 0.07 cnd:pre:3s; -empireront empirer ver 12.93 2.91 0.04 0.00 ind:fut:3p; -empires empire nom m p 19.47 63.51 0.44 2.77 -empirez empirer ver 12.93 2.91 0.03 0.00 imp:pre:2p;ind:pre:2p; -empirique empirique adj s 0.30 1.01 0.22 0.54 -empiriquement empiriquement adv 0.00 0.07 0.00 0.07 -empiriques empirique adj p 0.30 1.01 0.09 0.47 -empirisme empirisme nom m s 0.02 0.27 0.02 0.20 -empirismes empirisme nom m p 0.02 0.27 0.00 0.07 -empirèrent empirer ver 12.93 2.91 0.01 0.07 ind:pas:3p; -empiré empirer ver m s 12.93 2.91 2.12 0.34 par:pas; -empirée empirer ver f s 12.93 2.91 0.03 0.07 par:pas; -empiècement empiècement nom m s 0.00 0.41 0.00 0.20 -empiècements empiècement nom m p 0.00 0.41 0.00 0.20 -empiète empiéter ver 1.17 1.89 0.28 0.20 imp:pre:2s;ind:pre:1s;ind:pre:3s; -empiètements empiètement nom m p 0.00 0.34 0.00 0.34 -empiètent empiéter ver 1.17 1.89 0.26 0.14 ind:pre:3p;sub:pre:3p; -empiètes empiéter ver 1.17 1.89 0.06 0.00 ind:pre:2s; -empiétaient empiéter ver 1.17 1.89 0.02 0.27 ind:imp:3p; -empiétais empiéter ver 1.17 1.89 0.00 0.07 ind:imp:1s; -empiétait empiéter ver 1.17 1.89 0.01 0.20 ind:imp:3s; -empiétant empiéter ver 1.17 1.89 0.01 0.47 par:pre; -empiétement empiétement nom m s 0.00 1.96 0.00 0.61 -empiétements empiétement nom m p 0.00 1.96 0.00 1.35 -empiéter empiéter ver 1.17 1.89 0.20 0.47 inf; -empiétez empiéter ver 1.17 1.89 0.11 0.00 imp:pre:2p;ind:pre:2p; -empiété empiéter ver m s 1.17 1.89 0.22 0.07 par:pas; -emplît emplir ver 6.40 49.73 0.00 0.07 sub:imp:3s; -emplacement emplacement nom m s 6.90 12.70 6.00 10.95 -emplacements emplacement nom m p 6.90 12.70 0.90 1.76 -emplafonne emplafonner ver 0.01 0.61 0.01 0.07 ind:pre:1s;ind:pre:3s; -emplafonnent emplafonner ver 0.01 0.61 0.00 0.07 ind:pre:3p; -emplafonner emplafonner ver 0.01 0.61 0.00 0.27 inf; -emplafonné emplafonner ver m s 0.01 0.61 0.00 0.14 par:pas; -emplafonnée emplafonner ver f s 0.01 0.61 0.00 0.07 par:pas; -emplanture emplanture nom f s 0.00 0.14 0.00 0.14 -emplette emplette nom f s 0.57 2.57 0.03 0.88 -emplettes emplette nom f p 0.57 2.57 0.55 1.69 -empli emplir ver m s 6.40 49.73 1.28 5.47 par:pas; -emplie emplir ver f s 6.40 49.73 0.31 2.77 par:pas; -emplies emplir ver f p 6.40 49.73 0.04 1.42 par:pas; -emplir emplir ver 6.40 49.73 0.30 6.01 inf; -emplira emplir ver 6.40 49.73 0.16 0.14 ind:fut:3s; -empliraient emplir ver 6.40 49.73 0.01 0.00 cnd:pre:3p; -emplirait emplir ver 6.40 49.73 0.01 0.07 cnd:pre:3s; -emplirent emplir ver 6.40 49.73 0.01 0.61 ind:pas:3p; -emplis emplir ver m p 6.40 49.73 0.40 1.76 imp:pre:2s;ind:pre:1s;ind:pre:2s;par:pas; -emplissaient emplir ver 6.40 49.73 0.14 3.51 ind:imp:3p; -emplissais emplir ver 6.40 49.73 0.00 0.27 ind:imp:1s; -emplissait emplir ver 6.40 49.73 0.53 10.95 ind:imp:3s; -emplissant emplir ver 6.40 49.73 0.03 2.09 par:pre; -emplissent emplir ver 6.40 49.73 0.59 1.42 ind:pre:3p; -emplissez emplir ver 6.40 49.73 0.19 0.00 imp:pre:2p;ind:pre:2p; -emplissons emplir ver 6.40 49.73 0.14 0.00 imp:pre:1p; -emplit emplir ver 6.40 49.73 2.25 13.18 ind:pre:3s;ind:pas:3s; -emploi emploi nom m s 30.94 29.19 25.96 26.42 -emploie employer ver 19.46 46.22 3.74 6.35 imp:pre:2s;ind:pre:1s;ind:pre:3s; -emploient employer ver 19.46 46.22 0.64 2.09 ind:pre:3p; -emploiera employer ver 19.46 46.22 0.36 0.41 ind:fut:3s; -emploierai employer ver 19.46 46.22 0.27 0.34 ind:fut:1s; -emploieraient employer ver 19.46 46.22 0.02 0.20 cnd:pre:3p; -emploierais employer ver 19.46 46.22 0.38 0.07 cnd:pre:1s;cnd:pre:2s; -emploierait employer ver 19.46 46.22 0.28 0.34 cnd:pre:3s; -emploierez employer ver 19.46 46.22 0.01 0.07 ind:fut:2p; -emploieriez employer ver 19.46 46.22 0.03 0.00 cnd:pre:2p; -emploierons employer ver 19.46 46.22 0.14 0.00 ind:fut:1p; -emploieront employer ver 19.46 46.22 0.11 0.07 ind:fut:3p; -emploies employer ver 19.46 46.22 0.44 0.54 ind:pre:2s; -emplois emploi nom m p 30.94 29.19 4.98 2.77 -emplâtrage emplâtrage nom m s 0.00 0.14 0.00 0.14 -emplâtrais emplâtrer ver 0.06 0.54 0.00 0.07 ind:imp:1s; -emplâtre emplâtre nom m s 0.15 1.35 0.12 0.95 -emplâtrer emplâtrer ver 0.06 0.54 0.04 0.34 inf; -emplâtres emplâtre nom m p 0.15 1.35 0.03 0.41 -emplâtré emplâtrer ver m s 0.06 0.54 0.02 0.14 par:pas; -employa employer ver 19.46 46.22 0.03 1.22 ind:pas:3s; -employai employer ver 19.46 46.22 0.01 0.27 ind:pas:1s; -employaient employer ver 19.46 46.22 0.11 2.09 ind:imp:3p; -employais employer ver 19.46 46.22 0.07 0.81 ind:imp:1s;ind:imp:2s; -employait employer ver 19.46 46.22 1.00 7.09 ind:imp:3s; -employant employer ver 19.46 46.22 0.41 2.16 par:pre; -employer employer ver 19.46 46.22 4.15 10.95 inf; -employeur employeur nom m s 4.01 2.70 2.70 1.69 -employeurs employeur nom m p 4.01 2.70 1.31 1.01 -employez employer ver 19.46 46.22 0.69 0.27 imp:pre:2p;ind:pre:2p; -employiez employer ver 19.46 46.22 0.04 0.00 ind:imp:2p; -employions employer ver 19.46 46.22 0.01 0.14 ind:imp:1p; -employâmes employer ver 19.46 46.22 0.00 0.07 ind:pas:1p; -employons employer ver 19.46 46.22 0.42 0.27 imp:pre:1p;ind:pre:1p; -employât employer ver 19.46 46.22 0.00 0.14 sub:imp:3s; -employèrent employer ver 19.46 46.22 0.14 0.20 ind:pas:3p; -employé employé nom m s 30.80 26.08 10.61 9.86 -employée employé nom f s 30.80 26.08 3.24 2.43 -employées employé nom f p 30.80 26.08 1.05 1.01 -employés employé nom m p 30.80 26.08 15.90 12.77 -empluma emplumer ver 0.02 0.34 0.00 0.07 ind:pas:3s; -emplume emplumer ver 0.02 0.34 0.00 0.07 ind:pre:3s; -emplumé emplumé adj m s 0.28 0.88 0.05 0.34 -emplumée emplumé adj f s 0.28 0.88 0.14 0.20 -emplumées emplumer ver f p 0.02 0.34 0.00 0.07 par:pas; -emplumés emplumé adj m p 0.28 0.88 0.10 0.34 -empocha empocher ver 2.92 4.46 0.14 1.08 ind:pas:3s; -empochai empocher ver 2.92 4.46 0.00 0.14 ind:pas:1s; -empochaient empocher ver 2.92 4.46 0.04 0.07 ind:imp:3p; -empochais empocher ver 2.92 4.46 0.01 0.14 ind:imp:1s; -empochait empocher ver 2.92 4.46 0.02 0.61 ind:imp:3s; -empochant empocher ver 2.92 4.46 0.01 0.34 par:pre; -empoche empocher ver 2.92 4.46 0.41 0.41 imp:pre:2s;ind:pre:1s;ind:pre:3s; -empochent empocher ver 2.92 4.46 0.09 0.07 ind:pre:3p; -empocher empocher ver 2.92 4.46 1.28 0.88 inf; -empochera empocher ver 2.92 4.46 0.08 0.00 ind:fut:3s; -empocherais empocher ver 2.92 4.46 0.03 0.00 cnd:pre:1s; -empocheras empocher ver 2.92 4.46 0.02 0.00 ind:fut:2s; -empoches empocher ver 2.92 4.46 0.04 0.00 ind:pre:2s; -empochez empocher ver 2.92 4.46 0.03 0.00 imp:pre:2p;ind:pre:2p; -empochiez empocher ver 2.92 4.46 0.01 0.00 ind:imp:2p; -empoché empocher ver m s 2.92 4.46 0.49 0.68 par:pas; -empochée empocher ver f s 2.92 4.46 0.17 0.00 par:pas; -empochées empocher ver f p 2.92 4.46 0.03 0.07 par:pas; -empochés empocher ver m p 2.92 4.46 0.02 0.00 par:pas; -empoigna empoigner ver 1.84 26.01 0.04 8.11 ind:pas:3s; -empoignade empoignade nom f s 0.16 1.01 0.16 0.54 -empoignades empoignade nom f p 0.16 1.01 0.00 0.47 -empoignai empoigner ver 1.84 26.01 0.00 0.20 ind:pas:1s; -empoignaient empoigner ver 1.84 26.01 0.00 0.54 ind:imp:3p; -empoignais empoigner ver 1.84 26.01 0.00 0.14 ind:imp:1s; -empoignait empoigner ver 1.84 26.01 0.00 2.30 ind:imp:3s; -empoignant empoigner ver 1.84 26.01 0.23 1.62 par:pre; -empoigne empoigner ver 1.84 26.01 0.72 4.39 imp:pre:2s;ind:pre:1s;ind:pre:3s; -empoignent empoigner ver 1.84 26.01 0.02 0.61 ind:pre:3p; -empoigner empoigner ver 1.84 26.01 0.28 2.70 inf; -empoignera empoigner ver 1.84 26.01 0.01 0.00 ind:fut:3s; -empoigneront empoigner ver 1.84 26.01 0.00 0.07 ind:fut:3p; -empoignes empoigner ver 1.84 26.01 0.04 0.00 ind:pre:2s; -empoignez empoigner ver 1.84 26.01 0.17 0.07 imp:pre:2p; -empoignons empoigner ver 1.84 26.01 0.01 0.07 imp:pre:1p;ind:pre:1p; -empoignèrent empoigner ver 1.84 26.01 0.00 0.95 ind:pas:3p; -empoigné empoigner ver m s 1.84 26.01 0.29 3.65 par:pas; -empoignée empoigner ver f s 1.84 26.01 0.02 0.47 par:pas; -empoignées empoigner ver f p 1.84 26.01 0.00 0.14 par:pas; -empoiler empoiler ver 0.00 0.14 0.00 0.07 inf; -empoilés empoiler ver m p 0.00 0.14 0.00 0.07 par:pas; -empois empois nom m 0.01 0.14 0.01 0.14 -empoisonna empoisonner ver 19.62 15.00 0.01 0.14 ind:pas:3s; -empoisonnaient empoisonner ver 19.62 15.00 0.12 0.27 ind:imp:3p; -empoisonnais empoisonner ver 19.62 15.00 0.12 0.00 ind:imp:1s;ind:imp:2s; -empoisonnait empoisonner ver 19.62 15.00 0.10 0.61 ind:imp:3s; -empoisonnant empoisonner ver 19.62 15.00 0.10 0.00 par:pre; -empoisonnante empoisonnant adj f s 0.15 0.20 0.06 0.00 -empoisonnantes empoisonnant adj f p 0.15 0.20 0.01 0.07 -empoisonne empoisonner ver 19.62 15.00 1.76 1.49 imp:pre:2s;ind:pre:1s;ind:pre:3s; -empoisonnement empoisonnement nom m s 1.85 0.61 1.80 0.61 -empoisonnements empoisonnement nom m p 1.85 0.61 0.05 0.00 -empoisonnent empoisonner ver 19.62 15.00 0.41 0.54 ind:pre:3p; -empoisonner empoisonner ver 19.62 15.00 3.57 2.57 inf; -empoisonnera empoisonner ver 19.62 15.00 0.31 0.14 ind:fut:3s; -empoisonnerai empoisonner ver 19.62 15.00 0.11 0.00 ind:fut:1s; -empoisonneraient empoisonner ver 19.62 15.00 0.00 0.07 cnd:pre:3p; -empoisonnerais empoisonner ver 19.62 15.00 0.02 0.00 cnd:pre:1s; -empoisonnerez empoisonner ver 19.62 15.00 0.01 0.00 ind:fut:2p; -empoisonneront empoisonner ver 19.62 15.00 0.02 0.00 ind:fut:3p; -empoisonnes empoisonner ver 19.62 15.00 0.31 0.07 ind:pre:2s; -empoisonneur empoisonneur nom m s 0.98 0.88 0.65 0.47 -empoisonneurs empoisonneur nom m p 0.98 0.88 0.18 0.07 -empoisonneuse empoisonneur nom f s 0.98 0.88 0.16 0.27 -empoisonneuses empoisonneuse nom f p 0.01 0.00 0.01 0.00 -empoisonnez empoisonner ver 19.62 15.00 0.20 0.20 imp:pre:2p;ind:pre:2p; -empoisonné empoisonner ver m s 19.62 15.00 8.22 3.58 par:pas; -empoisonnée empoisonner ver f s 19.62 15.00 2.83 2.16 par:pas; -empoisonnées empoisonner ver f p 19.62 15.00 0.57 1.89 par:pas; -empoisonnés empoisonner ver m p 19.62 15.00 0.82 1.28 par:pas; -empoissait empoisser ver 0.00 0.34 0.00 0.07 ind:imp:3s; -empoisse empoisser ver 0.00 0.34 0.00 0.07 ind:pre:3s; -empoisser empoisser ver 0.00 0.34 0.00 0.07 inf; -empoissonner empoissonner ver 0.02 0.14 0.01 0.00 inf; -empoissonné empoissonner ver m s 0.02 0.14 0.01 0.07 par:pas; -empoissonnées empoissonner ver f p 0.02 0.14 0.00 0.07 par:pas; -empoissé empoisser ver m s 0.00 0.34 0.00 0.07 par:pas; -empoissés empoisser ver m p 0.00 0.34 0.00 0.07 par:pas; -emporium emporium nom m s 0.04 0.14 0.04 0.14 -emport emport nom m s 0.00 0.07 0.00 0.07 -emporta emporter ver 69.02 121.28 0.42 7.43 ind:pas:3s; -emportai emporter ver 69.02 121.28 0.01 0.74 ind:pas:1s; -emportaient emporter ver 69.02 121.28 0.23 2.84 ind:imp:3p; -emportais emporter ver 69.02 121.28 0.04 2.43 ind:imp:1s;ind:imp:2s; -emportait emporter ver 69.02 121.28 1.44 16.82 ind:imp:3s; -emportant emporter ver 69.02 121.28 0.90 8.92 par:pre; -emporte_pièce emporte_pièce nom m 0.00 0.95 0.00 0.95 -emporte emporter ver 69.02 121.28 19.89 16.49 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -emportement emportement nom m s 0.97 3.51 0.55 3.24 -emportements emportement nom m p 0.97 3.51 0.42 0.27 -emportent emporter ver 69.02 121.28 1.30 2.03 ind:pre:3p; -emporter emporter ver 69.02 121.28 16.69 24.19 inf; -emportera emporter ver 69.02 121.28 2.45 1.49 ind:fut:3s; -emporterai emporter ver 69.02 121.28 0.40 0.27 ind:fut:1s; -emporteraient emporter ver 69.02 121.28 0.02 0.41 cnd:pre:3p; -emporterais emporter ver 69.02 121.28 0.14 0.20 cnd:pre:1s; -emporterait emporter ver 69.02 121.28 0.13 1.76 cnd:pre:3s; -emporteras emporter ver 69.02 121.28 0.53 0.41 ind:fut:2s; -emporterez emporter ver 69.02 121.28 0.36 0.14 ind:fut:2p; -emporteriez emporter ver 69.02 121.28 0.00 0.07 cnd:pre:2p; -emporterions emporter ver 69.02 121.28 0.00 0.07 cnd:pre:1p; -emporterons emporter ver 69.02 121.28 0.22 0.14 ind:fut:1p; -emporteront emporter ver 69.02 121.28 0.21 0.41 ind:fut:3p; -emportes emporter ver 69.02 121.28 2.01 0.68 ind:pre:2s; -emportez emporter ver 69.02 121.28 3.54 1.22 imp:pre:2p;ind:pre:2p; -emportiez emporter ver 69.02 121.28 0.41 0.14 ind:imp:2p; -emportions emporter ver 69.02 121.28 0.01 0.34 ind:imp:1p; -emportons emporter ver 69.02 121.28 0.80 0.14 imp:pre:1p;ind:pre:1p; -emportât emporter ver 69.02 121.28 0.01 0.61 sub:imp:3s; -emportèrent emporter ver 69.02 121.28 0.04 1.01 ind:pas:3p; -emporté emporter ver m s 69.02 121.28 12.46 18.58 par:pas; -emportée emporter ver f s 69.02 121.28 2.31 5.14 par:pas; -emportées emporter ver f p 69.02 121.28 0.35 1.69 par:pas; -emportés emporter ver m p 69.02 121.28 1.73 4.53 par:pas; -empâta empâter ver 0.11 1.76 0.00 0.07 ind:pas:3s; -empâtait empâter ver 0.11 1.76 0.01 0.54 ind:imp:3s; -empâte empâter ver 0.11 1.76 0.06 0.27 ind:pre:1s;ind:pre:3s; -empâtement empâtement nom m s 0.03 0.54 0.01 0.41 -empâtements empâtement nom m p 0.03 0.54 0.01 0.14 -empâtent empâter ver 0.11 1.76 0.00 0.14 ind:pre:3p; -empâter empâter ver 0.11 1.76 0.03 0.27 inf; -empâté empâté adj m s 0.04 1.35 0.01 0.54 -empoté empoté nom m s 0.67 0.61 0.55 0.61 -empâtée empâté adj f s 0.04 1.35 0.01 0.41 -empotée empoté adj f s 0.80 0.61 0.24 0.14 -empâtées empâté adj f p 0.04 1.35 0.02 0.14 -empâtés empâté adj m p 0.04 1.35 0.00 0.27 -empotés empoté nom m p 0.67 0.61 0.12 0.00 -empourpra empourprer ver 0.03 2.97 0.00 0.81 ind:pas:3s; -empourprait empourprer ver 0.03 2.97 0.00 0.61 ind:imp:3s; -empourprant empourprer ver 0.03 2.97 0.00 0.27 par:pre; -empourpre empourprer ver 0.03 2.97 0.01 0.47 ind:pre:3s; -empourprent empourprer ver 0.03 2.97 0.00 0.07 ind:pre:3p; -empourprer empourprer ver 0.03 2.97 0.01 0.14 inf; -empourpré empourprer ver m s 0.03 2.97 0.00 0.27 par:pas; -empourprée empourprer ver f s 0.03 2.97 0.01 0.14 par:pas; -empourprées empourprer ver f p 0.03 2.97 0.00 0.14 par:pas; -empourprés empourprer ver m p 0.03 2.97 0.00 0.07 par:pas; -empoussière empoussiérer ver 0.02 0.54 0.01 0.07 ind:pre:3s; -empoussièrent empoussiérer ver 0.02 0.54 0.00 0.07 ind:pre:3p; -empoussiérait empoussiérer ver 0.02 0.54 0.00 0.14 ind:imp:3s; -empoussiéré empoussiérer ver m s 0.02 0.54 0.01 0.14 par:pas; -empoussiérée empoussiéré adj f s 0.00 0.81 0.00 0.27 -empoussiérées empoussiéré adj f p 0.00 0.81 0.00 0.14 -empoussiérés empoussiéré adj m p 0.00 0.81 0.00 0.20 -empreignit empreindre ver 0.23 2.23 0.00 0.07 ind:pas:3s; -empreint empreindre ver m s 0.23 2.23 0.08 1.15 ind:pre:3s;par:pas; -empreinte empreinte nom f s 42.06 15.61 11.41 8.72 -empreintes empreinte nom f p 42.06 15.61 30.65 6.89 -empreints empreindre ver m p 0.23 2.23 0.15 1.01 par:pas; -empressa empresser ver 1.65 12.91 0.13 2.50 ind:pas:3s; -empressai empresser ver 1.65 12.91 0.01 0.41 ind:pas:1s; -empressaient empresser ver 1.65 12.91 0.00 1.01 ind:imp:3p; -empressais empresser ver 1.65 12.91 0.00 0.14 ind:imp:1s; -empressait empresser ver 1.65 12.91 0.00 1.35 ind:imp:3s; -empressant empresser ver 1.65 12.91 0.01 0.27 par:pre; -empresse empresser ver 1.65 12.91 0.70 2.23 imp:pre:2s;ind:pre:1s;ind:pre:3s; -empressement empressement nom m s 0.46 6.15 0.46 6.01 -empressements empressement nom m p 0.46 6.15 0.00 0.14 -empressent empresser ver 1.65 12.91 0.01 0.54 ind:pre:3p; -empresser empresser ver 1.65 12.91 0.17 0.41 inf; -empressera empresser ver 1.65 12.91 0.02 0.14 ind:fut:3s; -empresserait empresser ver 1.65 12.91 0.04 0.20 cnd:pre:3s; -empresseras empresser ver 1.65 12.91 0.01 0.00 ind:fut:2s; -empresserez empresser ver 1.65 12.91 0.01 0.00 ind:fut:2p; -empresses empresser ver 1.65 12.91 0.02 0.07 ind:pre:2s; -empressâmes empresser ver 1.65 12.91 0.00 0.14 ind:pas:1p; -empressèrent empresser ver 1.65 12.91 0.00 0.88 ind:pas:3p; -empressé empresser ver m s 1.65 12.91 0.27 1.35 par:pas; -empressée empresser ver f s 1.65 12.91 0.08 0.47 par:pas; -empressées empresser ver f p 1.65 12.91 0.14 0.27 par:pas; -empressés empressé nom m p 0.16 0.47 0.14 0.14 -emprise emprise nom f s 3.08 3.65 3.08 3.58 -emprises emprise nom f p 3.08 3.65 0.00 0.07 -emprisonna emprisonner ver 6.46 10.27 0.16 0.54 ind:pas:3s; -emprisonnaient emprisonner ver 6.46 10.27 0.00 0.41 ind:imp:3p; -emprisonnait emprisonner ver 6.46 10.27 0.01 0.74 ind:imp:3s; -emprisonnant emprisonner ver 6.46 10.27 0.14 0.95 par:pre; -emprisonne emprisonner ver 6.46 10.27 0.65 1.15 imp:pre:2s;ind:pre:1s;ind:pre:3s; -emprisonnement emprisonnement nom m s 1.80 0.81 1.74 0.61 -emprisonnements emprisonnement nom m p 1.80 0.81 0.06 0.20 -emprisonnent emprisonner ver 6.46 10.27 0.26 0.54 ind:pre:3p; -emprisonner emprisonner ver 6.46 10.27 1.48 1.35 inf; -emprisonnera emprisonner ver 6.46 10.27 0.02 0.07 ind:fut:3s; -emprisonnez emprisonner ver 6.46 10.27 0.10 0.00 imp:pre:2p;ind:pre:2p; -emprisonnèrent emprisonner ver 6.46 10.27 0.01 0.07 ind:pas:3p; -emprisonné emprisonner ver m s 6.46 10.27 2.60 1.69 par:pas; -emprisonnée emprisonner ver f s 6.46 10.27 0.54 1.49 ind:imp:3p;par:pas; -emprisonnées emprisonner ver f p 6.46 10.27 0.15 0.20 par:pas; -emprisonnés emprisonner ver m p 6.46 10.27 0.35 1.08 par:pas; -emprunt emprunt nom m s 3.66 4.73 3.18 3.78 -emprunta emprunter ver 31.31 31.28 0.01 1.55 ind:pas:3s; -empruntai emprunter ver 31.31 31.28 0.01 0.95 ind:pas:1s; -empruntaient emprunter ver 31.31 31.28 0.01 1.01 ind:imp:3p; -empruntais emprunter ver 31.31 31.28 0.08 0.88 ind:imp:1s;ind:imp:2s; -empruntait emprunter ver 31.31 31.28 0.47 2.64 ind:imp:3s; -empruntant emprunter ver 31.31 31.28 0.20 2.36 par:pre; -emprunte emprunter ver 31.31 31.28 4.30 2.30 imp:pre:2s;ind:pre:1s;ind:pre:3s; -empruntent emprunter ver 31.31 31.28 0.44 0.61 ind:pre:3p; -emprunter emprunter ver 31.31 31.28 15.87 7.09 inf; -empruntera emprunter ver 31.31 31.28 0.10 0.07 ind:fut:3s; -emprunterai emprunter ver 31.31 31.28 0.20 0.07 ind:fut:1s; -emprunteraient emprunter ver 31.31 31.28 0.00 0.14 cnd:pre:3p; -emprunterais emprunter ver 31.31 31.28 0.13 0.07 cnd:pre:1s; -emprunterait emprunter ver 31.31 31.28 0.03 0.54 cnd:pre:3s; -emprunteras emprunter ver 31.31 31.28 0.07 0.07 ind:fut:2s; -emprunterons emprunter ver 31.31 31.28 0.03 0.00 ind:fut:1p; -emprunteront emprunter ver 31.31 31.28 0.13 0.14 ind:fut:3p; -empruntes emprunter ver 31.31 31.28 0.52 0.20 ind:pre:2s; -emprunteur emprunteur nom m s 0.04 0.00 0.04 0.00 -empruntez emprunter ver 31.31 31.28 0.40 0.00 imp:pre:2p;ind:pre:2p; -empruntions emprunter ver 31.31 31.28 0.04 0.47 ind:imp:1p; -empruntâmes emprunter ver 31.31 31.28 0.01 0.07 ind:pas:1p; -empruntons emprunter ver 31.31 31.28 0.10 0.41 imp:pre:1p;ind:pre:1p; -empruntât emprunter ver 31.31 31.28 0.00 0.07 sub:imp:3s; -emprunts emprunt nom m p 3.66 4.73 0.47 0.95 -empruntèrent emprunter ver 31.31 31.28 0.01 0.74 ind:pas:3p; -emprunté emprunter ver m s 31.31 31.28 6.63 5.68 par:pas; -empruntée emprunter ver f s 31.31 31.28 1.05 1.15 par:pas; -empruntées emprunter ver f p 31.31 31.28 0.25 0.47 par:pas; -empruntés emprunter ver m p 31.31 31.28 0.21 1.55 par:pas; -empuanti empuantir ver m s 0.03 1.22 0.02 0.47 par:pas; -empuantie empuanti adj f s 0.00 0.34 0.00 0.14 -empuanties empuantir ver f p 0.03 1.22 0.00 0.07 par:pas; -empuantir empuantir ver 0.03 1.22 0.01 0.20 inf; -empuantis empuantir ver m p 0.03 1.22 0.00 0.07 par:pas; -empuantissaient empuantir ver 0.03 1.22 0.00 0.07 ind:imp:3p; -empuantissait empuantir ver 0.03 1.22 0.00 0.14 ind:imp:3s; -empuantisse empuantir ver 0.03 1.22 0.00 0.07 sub:pre:3s; -empuantissent empuantir ver 0.03 1.22 0.00 0.07 ind:pre:3p; -empêcha empêcher ver 121.85 171.28 0.35 5.00 ind:pas:3s; -empêchai empêcher ver 121.85 171.28 0.00 0.61 ind:pas:1s; -empêchaient empêcher ver 121.85 171.28 0.10 4.59 ind:imp:3p; -empêchais empêcher ver 121.85 171.28 0.23 0.27 ind:imp:1s;ind:imp:2s; -empêchait empêcher ver 121.85 171.28 2.52 18.58 ind:imp:3s; -empêchant empêcher ver 121.85 171.28 1.06 3.11 par:pre; -empêche empêcher ver 121.85 171.28 31.46 41.15 imp:pre:2s;ind:pre:1s;ind:pre:3s; -empêchement empêchement nom m s 1.25 1.42 1.23 1.01 -empêchements empêchement nom m p 1.25 1.42 0.02 0.41 -empêchent empêcher ver 121.85 171.28 2.74 4.59 ind:pre:3p; -empêcher empêcher ver 121.85 171.28 55.99 70.20 inf; -empêchera empêcher ver 121.85 171.28 4.89 2.43 ind:fut:3s; -empêcherai empêcher ver 121.85 171.28 1.57 0.34 ind:fut:1s; -empêcheraient empêcher ver 121.85 171.28 0.22 0.47 cnd:pre:3p; -empêcherais empêcher ver 121.85 171.28 0.57 0.27 cnd:pre:1s;cnd:pre:2s; -empêcherait empêcher ver 121.85 171.28 1.35 2.64 cnd:pre:3s; -empêcheras empêcher ver 121.85 171.28 0.88 0.47 ind:fut:2s; -empêcherez empêcher ver 121.85 171.28 0.37 0.34 ind:fut:2p; -empêcherons empêcher ver 121.85 171.28 0.28 0.07 ind:fut:1p; -empêcheront empêcher ver 121.85 171.28 0.54 0.54 ind:fut:3p; -empêches empêcher ver 121.85 171.28 1.36 0.34 ind:pre:2s; -empêcheur empêcheur nom m s 0.08 0.68 0.04 0.41 -empêcheurs empêcheur nom m p 0.08 0.68 0.04 0.20 -empêcheuse empêcheur nom f s 0.08 0.68 0.01 0.07 -empêchez empêcher ver 121.85 171.28 4.53 0.34 imp:pre:2p;ind:pre:2p; -empêchions empêcher ver 121.85 171.28 0.08 0.07 ind:imp:1p; -empêchons empêcher ver 121.85 171.28 0.39 0.20 imp:pre:1p;ind:pre:1p; -empêchât empêcher ver 121.85 171.28 0.00 0.27 sub:imp:3s; -empêchèrent empêcher ver 121.85 171.28 0.16 1.28 ind:pas:3p; -empêché empêcher ver m s 121.85 171.28 7.81 9.26 par:pas; -empêchée empêcher ver f s 121.85 171.28 1.58 2.30 par:pas; -empêchées empêcher ver f p 121.85 171.28 0.02 0.14 par:pas; -empêchés empêcher ver m p 121.85 171.28 0.80 1.42 par:pas; -empêtra empêtrer ver 0.76 5.20 0.00 0.34 ind:pas:3s; -empêtraient empêtrer ver 0.76 5.20 0.02 0.20 ind:imp:3p; -empêtrais empêtrer ver 0.76 5.20 0.00 0.20 ind:imp:1s; -empêtrait empêtrer ver 0.76 5.20 0.00 1.01 ind:imp:3s; -empêtrant empêtrer ver 0.76 5.20 0.00 0.27 par:pre; -empêtre empêtrer ver 0.76 5.20 0.02 0.54 ind:pre:1s;ind:pre:3s; -empêtrent empêtrer ver 0.76 5.20 0.00 0.07 ind:pre:3p; -empêtrer empêtrer ver 0.76 5.20 0.20 0.14 inf; -empêtrons empêtrer ver 0.76 5.20 0.00 0.07 ind:pre:1p; -empêtré empêtrer ver m s 0.76 5.20 0.19 1.35 par:pas; -empêtrée empêtrer ver f s 0.76 5.20 0.17 0.41 par:pas; -empêtrées empêtrer ver f p 0.76 5.20 0.14 0.27 par:pas; -empêtrés empêtrer ver m p 0.76 5.20 0.01 0.34 par:pas; -empyrée empyrée nom m s 0.00 0.81 0.00 0.74 -empyrées empyrée nom m p 0.00 0.81 0.00 0.07 -en_avant en_avant nom m 0.01 0.07 0.01 0.07 -en_but en_but nom m 0.32 0.00 0.32 0.00 -en_cas en_cas nom m 1.44 1.08 1.44 1.08 -en_cours en_cours nom m 0.01 0.00 0.01 0.00 -en_dehors en_dehors nom m 0.36 0.07 0.36 0.07 -en_tête en_tête nom m s 0.44 2.77 0.39 2.64 -en_tête en_tête nom m p 0.44 2.77 0.05 0.14 -en_catimini en_catimini adv 0.12 1.42 0.12 1.42 -en_loucedé en_loucedé adv 0.16 0.47 0.16 0.47 -en_tapinois en_tapinois adv 0.25 0.68 0.25 0.68 -en en pre 5689.68 8732.57 5689.68 8732.57 -enamouré enamourer ver m s 0.02 0.07 0.01 0.00 par:pas; -enamourée enamouré adj f s 0.10 0.20 0.10 0.14 -enamourées enamouré adj f p 0.10 0.20 0.00 0.07 -enamourés enamourer ver m p 0.02 0.07 0.00 0.07 par:pas; -encabanée encabaner ver f s 0.00 0.07 0.00 0.07 par:pas; -encablure encablure nom f s 0.07 0.88 0.04 0.20 -encablures encablure nom f p 0.07 0.88 0.02 0.68 -encadra encadrer ver 2.51 24.26 0.00 0.61 ind:pas:3s; -encadraient encadrer ver 2.51 24.26 0.02 2.84 ind:imp:3p; -encadrait encadrer ver 2.51 24.26 0.01 2.30 ind:imp:3s; -encadrant encadrant adj m s 0.00 2.16 0.00 2.16 -encadre encadrer ver 2.51 24.26 0.24 1.62 imp:pre:2s;ind:pre:1s;ind:pre:3s; -encadrement encadrement nom m s 0.64 6.49 0.41 6.08 -encadrements encadrement nom m p 0.64 6.49 0.23 0.41 -encadrent encadrer ver 2.51 24.26 0.04 1.42 ind:pre:3p; -encadrer encadrer ver 2.51 24.26 1.45 2.43 inf; -encadrera encadrer ver 2.51 24.26 0.00 0.07 ind:fut:3s; -encadrerai encadrer ver 2.51 24.26 0.02 0.00 ind:fut:1s; -encadreraient encadrer ver 2.51 24.26 0.01 0.07 cnd:pre:3p; -encadrerait encadrer ver 2.51 24.26 0.00 0.20 cnd:pre:3s; -encadreront encadrer ver 2.51 24.26 0.01 0.07 ind:fut:3p; -encadreur encadreur nom m s 0.16 0.34 0.16 0.34 -encadrez encadrer ver 2.51 24.26 0.03 0.00 imp:pre:2p; -encadrions encadrer ver 2.51 24.26 0.00 0.07 ind:imp:1p; -encadrèrent encadrer ver 2.51 24.26 0.00 0.47 ind:pas:3p; -encadré encadrer ver m s 2.51 24.26 0.24 5.27 par:pas; -encadrée encadrer ver f s 2.51 24.26 0.23 3.51 par:pas; -encadrées encadrer ver f p 2.51 24.26 0.04 1.55 par:pas; -encadrés encadrer ver m p 2.51 24.26 0.16 1.76 par:pas; -encagent encager ver 0.13 0.54 0.00 0.07 ind:pre:3p; -encager encager ver 0.13 0.54 0.00 0.14 inf; -encagez encager ver 0.13 0.54 0.02 0.00 imp:pre:2p; -encagoulées encagoulé adj f p 0.01 0.07 0.00 0.07 -encagoulés encagoulé nom m p 0.14 0.00 0.14 0.00 -encagé encager ver m s 0.13 0.54 0.11 0.07 par:pas; -encagée encager ver f s 0.13 0.54 0.00 0.20 par:pas; -encagés encagé adj m p 0.02 0.47 0.00 0.27 -encaissa encaisser ver 10.35 10.27 0.00 0.41 ind:pas:3s; -encaissable encaissable adj s 0.01 0.00 0.01 0.00 -encaissai encaisser ver 10.35 10.27 0.00 0.20 ind:pas:1s; -encaissaient encaisser ver 10.35 10.27 0.00 0.20 ind:imp:3p; -encaissais encaisser ver 10.35 10.27 0.14 0.41 ind:imp:1s; -encaissait encaisser ver 10.35 10.27 0.05 0.88 ind:imp:3s; -encaissant encaisser ver 10.35 10.27 0.03 0.20 par:pre; -encaisse encaisser ver 10.35 10.27 2.37 2.23 imp:pre:2s;ind:pre:1s;ind:pre:3s; -encaissement encaissement nom m s 0.51 0.20 0.35 0.14 -encaissements encaissement nom m p 0.51 0.20 0.16 0.07 -encaissent encaisser ver 10.35 10.27 0.24 0.07 ind:pre:3p; -encaisser encaisser ver 10.35 10.27 4.84 3.78 inf; -encaissera encaisser ver 10.35 10.27 0.17 0.00 ind:fut:3s; -encaisserai encaisser ver 10.35 10.27 0.08 0.07 ind:fut:1s; -encaisserais encaisser ver 10.35 10.27 0.02 0.07 cnd:pre:1s;cnd:pre:2s; -encaisserait encaisser ver 10.35 10.27 0.01 0.07 cnd:pre:3s; -encaisserez encaisser ver 10.35 10.27 0.12 0.00 ind:fut:2p; -encaisseront encaisser ver 10.35 10.27 0.02 0.00 ind:fut:3p; -encaisses encaisser ver 10.35 10.27 0.14 0.14 ind:pre:2s; -encaisseur encaisseur nom m s 0.69 0.61 0.67 0.47 -encaisseurs encaisseur nom m p 0.69 0.61 0.03 0.14 -encaissez encaisser ver 10.35 10.27 0.37 0.00 imp:pre:2p;ind:pre:2p; -encaissons encaisser ver 10.35 10.27 0.01 0.00 ind:pre:1p; -encaissât encaisser ver 10.35 10.27 0.00 0.07 sub:imp:3s; -encaissé encaisser ver m s 10.35 10.27 1.47 0.74 par:pas; -encaissée encaisser ver f s 10.35 10.27 0.03 0.34 par:pas; -encaissées encaisser ver f p 10.35 10.27 0.01 0.34 par:pas; -encaissés encaisser ver m p 10.35 10.27 0.23 0.07 par:pas; -encalminé encalminé adj m s 0.00 0.20 0.00 0.07 -encalminés encalminé adj m p 0.00 0.20 0.00 0.14 -encanaillais encanailler ver 0.35 1.28 0.01 0.00 ind:imp:2s; -encanaillait encanailler ver 0.35 1.28 0.01 0.20 ind:imp:3s; -encanaille encanailler ver 0.35 1.28 0.18 0.27 imp:pre:2s;ind:pre:1s;ind:pre:3s; -encanaillement encanaillement nom m s 0.00 0.07 0.00 0.07 -encanaillent encanailler ver 0.35 1.28 0.03 0.00 ind:pre:3p; -encanailler encanailler ver 0.35 1.28 0.13 0.61 inf; -encanaillé encanailler ver m s 0.35 1.28 0.00 0.20 par:pas; -encapsuler encapsuler ver 0.04 0.00 0.01 0.00 inf; -encapsulé encapsuler ver m s 0.04 0.00 0.03 0.00 par:pas; -encapuchonna encapuchonner ver 0.00 1.08 0.00 0.14 ind:pas:3s; -encapuchonnait encapuchonner ver 0.00 1.08 0.00 0.14 ind:imp:3s; -encapuchonnant encapuchonner ver 0.00 1.08 0.00 0.07 par:pre; -encapuchonne encapuchonner ver 0.00 1.08 0.00 0.20 ind:pre:3s; -encapuchonné encapuchonner ver m s 0.00 1.08 0.00 0.14 par:pas; -encapuchonnée encapuchonné adj f s 0.13 0.68 0.03 0.14 -encapuchonnées encapuchonner ver f p 0.00 1.08 0.00 0.07 par:pas; -encapuchonnés encapuchonné adj m p 0.13 0.68 0.10 0.41 -encaqués encaquer ver m p 0.00 0.14 0.00 0.14 par:pas; -encart encart nom m s 0.09 0.34 0.05 0.27 -encartage encartage nom m s 0.00 0.07 0.00 0.07 -encartait encarter ver 0.14 0.68 0.00 0.07 ind:imp:3s; -encarter encarter ver 0.14 0.68 0.14 0.07 inf; -encarts encart nom m p 0.09 0.34 0.04 0.07 -encarté encarter ver m s 0.14 0.68 0.00 0.27 par:pas; -encartées encarter ver f p 0.14 0.68 0.00 0.14 par:pas; -encartés encarter ver m p 0.14 0.68 0.00 0.14 par:pas; -encas encas nom m 0.40 0.14 0.40 0.14 -encaserner encaserner ver 0.00 0.07 0.00 0.07 inf; -encastelé encasteler ver m s 0.00 0.07 0.00 0.07 par:pas; -encastra encastrer ver 0.35 5.07 0.00 0.27 ind:pas:3s; -encastraient encastrer ver 0.35 5.07 0.00 0.14 ind:imp:3p; -encastrait encastrer ver 0.35 5.07 0.00 0.20 ind:imp:3s; -encastrant encastrer ver 0.35 5.07 0.01 0.07 par:pre; -encastre encastrer ver 0.35 5.07 0.06 0.27 ind:pre:1s;ind:pre:3s; -encastrement encastrement nom m s 0.01 0.00 0.01 0.00 -encastrent encastrer ver 0.35 5.07 0.01 0.00 ind:pre:3p; -encastrer encastrer ver 0.35 5.07 0.03 0.47 inf; -encastré encastrer ver m s 0.35 5.07 0.13 1.28 par:pas; -encastrée encastrer ver f s 0.35 5.07 0.04 1.22 par:pas; -encastrées encastrer ver f p 0.35 5.07 0.02 0.34 par:pas; -encastrés encastrer ver m p 0.35 5.07 0.04 0.81 par:pas; -encaustiquait encaustiquer ver 0.03 0.20 0.00 0.07 ind:imp:3s; -encaustique encaustique nom f s 0.04 2.64 0.04 2.64 -encaustiquer encaustiquer ver 0.03 0.20 0.02 0.14 inf; -encaustiqué encaustiqué adj m s 0.00 0.27 0.00 0.14 -encaustiquée encaustiqué adj f s 0.00 0.27 0.00 0.14 -encaver encaver ver 0.00 0.14 0.00 0.07 inf; -encavée encaver ver f s 0.00 0.14 0.00 0.07 par:pas; -enceint enceindre ver m s 0.32 0.41 0.32 0.34 ind:pre:3s;par:pas; -enceinte enceinte adj f s 48.60 12.43 46.41 11.08 -enceinter enceinter ver 0.01 0.00 0.01 0.00 inf; -enceintes enceinte adj f p 48.60 12.43 2.19 1.35 -enceints enceindre ver m p 0.32 0.41 0.00 0.07 par:pas; -encellulement encellulement nom m s 0.00 0.07 0.00 0.07 -encellulée encelluler ver f s 0.00 0.20 0.00 0.14 par:pas; -encellulées encelluler ver f p 0.00 0.20 0.00 0.07 par:pas; -encens encens nom m 2.44 7.91 2.44 7.91 -encensaient encenser ver 0.33 1.22 0.00 0.20 ind:imp:3p; -encensait encenser ver 0.33 1.22 0.01 0.14 ind:imp:3s; -encensant encenser ver 0.33 1.22 0.00 0.07 par:pre; -encense encenser ver 0.33 1.22 0.20 0.27 ind:pre:1s;ind:pre:3s; -encensement encensement nom m s 0.01 0.00 0.01 0.00 -encenser encenser ver 0.33 1.22 0.04 0.34 inf; -encensoir encensoir nom m s 0.14 1.01 0.04 0.68 -encensoirs encensoir nom m p 0.14 1.01 0.10 0.34 -encensé encenser ver m s 0.33 1.22 0.08 0.14 par:pas; -encensés encenser ver m p 0.33 1.22 0.00 0.07 par:pas; -encercla encercler ver 8.62 7.50 0.01 0.14 ind:pas:3s; -encerclaient encercler ver 8.62 7.50 0.04 1.08 ind:imp:3p; -encerclais encercler ver 8.62 7.50 0.01 0.00 ind:imp:2s; -encerclait encercler ver 8.62 7.50 0.02 0.61 ind:imp:3s; -encerclant encercler ver 8.62 7.50 0.13 0.41 par:pre; -encercle encercler ver 8.62 7.50 0.73 0.68 imp:pre:2s;ind:pre:1s;ind:pre:3s; -encerclement encerclement nom m s 0.03 0.88 0.03 0.88 -encerclent encercler ver 8.62 7.50 0.80 0.61 ind:pre:3p; -encercler encercler ver 8.62 7.50 0.85 0.54 inf; -encerclera encercler ver 8.62 7.50 0.16 0.00 ind:fut:3s; -encercleraient encercler ver 8.62 7.50 0.00 0.07 cnd:pre:3p; -encerclez encercler ver 8.62 7.50 1.00 0.00 imp:pre:2p;ind:pre:2p; -encerclons encercler ver 8.62 7.50 0.04 0.00 imp:pre:1p;ind:pre:1p; -encerclèrent encercler ver 8.62 7.50 0.01 0.07 ind:pas:3p; -encerclé encercler ver m s 8.62 7.50 2.06 2.03 par:pas; -encerclée encercler ver f s 8.62 7.50 0.62 0.41 par:pas; -encerclées encercler ver f p 8.62 7.50 0.06 0.20 par:pas; -encerclés encercler ver m p 8.62 7.50 2.06 0.68 par:pas; -enchaîna enchaîner ver 7.58 21.76 0.05 3.99 ind:pas:3s; -enchaînai enchaîner ver 7.58 21.76 0.00 0.14 ind:pas:1s; -enchaînaient enchaîner ver 7.58 21.76 0.03 0.68 ind:imp:3p; -enchaînais enchaîner ver 7.58 21.76 0.14 0.07 ind:imp:1s; -enchaînait enchaîner ver 7.58 21.76 0.04 2.23 ind:imp:3s; -enchaînant enchaîner ver 7.58 21.76 0.01 0.68 par:pre; -enchaîne enchaîner ver 7.58 21.76 0.93 3.51 imp:pre:2s;ind:pre:1s;ind:pre:3s; -enchaînement enchaînement nom m s 1.22 4.59 0.89 3.72 -enchaînements enchaînement nom m p 1.22 4.59 0.33 0.88 -enchaînent enchaîner ver 7.58 21.76 0.41 1.01 ind:pre:3p; -enchaîner enchaîner ver 7.58 21.76 1.46 2.43 inf; -enchaînera enchaîner ver 7.58 21.76 0.01 0.07 ind:fut:3s; -enchaîneraient enchaîner ver 7.58 21.76 0.01 0.00 cnd:pre:3p; -enchaînerait enchaîner ver 7.58 21.76 0.02 0.07 cnd:pre:3s; -enchaîneras enchaîner ver 7.58 21.76 0.01 0.00 ind:fut:2s; -enchaînerez enchaîner ver 7.58 21.76 0.01 0.00 ind:fut:2p; -enchaînerons enchaîner ver 7.58 21.76 0.00 0.07 ind:fut:1p; -enchaînez enchaîner ver 7.58 21.76 0.40 0.00 imp:pre:2p;ind:pre:2p; -enchaînons enchaîner ver 7.58 21.76 0.16 0.27 imp:pre:1p;ind:pre:1p; -enchaînèrent enchaîner ver 7.58 21.76 0.01 0.20 ind:pas:3p; -enchaîné enchaîner ver m s 7.58 21.76 2.39 4.32 par:pas; -enchaînée enchaîner ver f s 7.58 21.76 0.47 0.41 par:pas; -enchaînées enchaîner ver f p 7.58 21.76 0.50 0.47 par:pas; -enchaînés enchaîner ver m p 7.58 21.76 0.53 1.15 par:pas; -enchanta enchanter ver 15.57 22.43 0.10 1.55 ind:pas:3s; -enchantaient enchanter ver 15.57 22.43 0.12 1.22 ind:imp:3p; -enchantais enchanter ver 15.57 22.43 0.00 0.27 ind:imp:1s; -enchantait enchanter ver 15.57 22.43 0.61 3.65 ind:imp:3s; -enchantant enchanter ver 15.57 22.43 0.03 0.20 par:pre; -enchante enchanter ver 15.57 22.43 4.25 2.64 imp:pre:2s;ind:pre:1s;ind:pre:3s; -enchantement enchantement nom m s 1.53 7.70 1.46 6.82 -enchantements enchantement nom m p 1.53 7.70 0.07 0.88 -enchantent enchanter ver 15.57 22.43 0.21 0.68 ind:pre:3p; -enchanter enchanter ver 15.57 22.43 0.56 1.62 inf; -enchantera enchanter ver 15.57 22.43 0.04 0.07 ind:fut:3s; -enchanteraient enchanter ver 15.57 22.43 0.00 0.07 cnd:pre:3p; -enchanterait enchanter ver 15.57 22.43 0.09 0.07 cnd:pre:3s; -enchanteresse enchanteur adj f s 1.88 2.64 0.55 0.47 -enchanteresses enchanteur adj f p 1.88 2.64 0.03 0.14 -enchanteront enchanter ver 15.57 22.43 0.00 0.07 ind:fut:3p; -enchantes enchanter ver 15.57 22.43 0.00 0.14 ind:pre:2s; -enchanteur enchanteur adj m s 1.88 2.64 1.25 1.22 -enchanteurs enchanteur nom m p 1.22 1.49 0.10 0.14 -enchantez enchanter ver 15.57 22.43 0.02 0.00 ind:pre:2p; -enchantions enchanter ver 15.57 22.43 0.00 0.07 ind:imp:1p; -enchantèrent enchanter ver 15.57 22.43 0.00 0.27 ind:pas:3p; -enchanté enchanté adj m s 55.00 7.97 35.28 4.26 -enchantée enchanté adj f s 55.00 7.97 18.96 2.43 -enchantées enchanté adj f p 55.00 7.97 0.20 0.27 -enchantés enchanter ver m p 15.57 22.43 0.68 1.69 par:pas; -enchemisé enchemiser ver m s 0.00 0.07 0.00 0.07 par:pas; -enchevêtraient enchevêtrer ver 0.21 2.30 0.00 0.41 ind:imp:3p; -enchevêtrais enchevêtrer ver 0.21 2.30 0.00 0.07 ind:imp:1s; -enchevêtrant enchevêtrer ver 0.21 2.30 0.00 0.07 par:pre; -enchevêtre enchevêtrer ver 0.21 2.30 0.00 0.27 ind:pre:3s; -enchevêtrement enchevêtrement nom m s 0.11 3.78 0.09 3.38 -enchevêtrements enchevêtrement nom m p 0.11 3.78 0.01 0.41 -enchevêtrent enchevêtrer ver 0.21 2.30 0.02 0.34 ind:pre:3p; -enchevêtré enchevêtrer ver m s 0.21 2.30 0.02 0.00 par:pas; -enchevêtrée enchevêtrer ver f s 0.21 2.30 0.14 0.00 par:pas; -enchevêtrées enchevêtré adj f p 0.04 2.50 0.02 0.95 -enchevêtrés enchevêtrer ver m p 0.21 2.30 0.02 0.68 par:pas; -enchifrené enchifrener ver m s 0.00 0.07 0.00 0.07 par:pas; -enchâssaient enchâsser ver 0.07 1.89 0.00 0.07 ind:imp:3p; -enchâssait enchâsser ver 0.07 1.89 0.00 0.07 ind:imp:3s; -enchâssant enchâsser ver 0.07 1.89 0.01 0.14 par:pre; -enchâsse enchâsser ver 0.07 1.89 0.00 0.07 ind:pre:3s; -enchâsser enchâsser ver 0.07 1.89 0.00 0.14 inf; -enchâssé enchâsser ver m s 0.07 1.89 0.03 0.54 par:pas; -enchâssée enchâsser ver f s 0.07 1.89 0.02 0.47 par:pas; -enchâssés enchâsser ver m p 0.07 1.89 0.01 0.41 par:pas; -enchriste enchrister ver 0.14 0.47 0.00 0.07 ind:pre:3s; -enchrister enchrister ver 0.14 0.47 0.14 0.07 inf; -enchristé enchrister ver m s 0.14 0.47 0.00 0.27 par:pas; -enchristée enchrister ver f s 0.14 0.47 0.00 0.07 par:pas; -enchère enchère nom f s 6.67 1.89 0.88 0.07 -enchères enchère nom f p 6.67 1.89 5.79 1.82 -enchtiber enchtiber ver 0.00 0.47 0.00 0.14 inf; -enchtibé enchtiber ver m s 0.00 0.47 0.00 0.27 par:pas; -enchtibés enchtiber ver m p 0.00 0.47 0.00 0.07 par:pas; -enchéri enchérir ver m s 0.55 0.41 0.05 0.07 par:pas; -enchérir enchérir ver 0.55 0.41 0.37 0.14 inf; -enchérissant enchérir ver 0.55 0.41 0.00 0.07 par:pre; -enchérisse enchérir ver 0.55 0.41 0.09 0.00 sub:pre:1s;sub:pre:3s; -enchérisseur enchérisseur nom m s 0.29 0.00 0.14 0.00 -enchérisseurs enchérisseur nom m p 0.29 0.00 0.14 0.00 -enchérisseuse enchérisseur nom f s 0.29 0.00 0.01 0.00 -enchérit enchérir ver 0.55 0.41 0.04 0.14 ind:pre:3s; -enclave enclave nom f s 0.21 1.49 0.13 0.95 -enclaves enclave nom f p 0.21 1.49 0.09 0.54 -enclavé enclavé adj m s 0.02 0.07 0.01 0.00 -enclavée enclavé adj f s 0.02 0.07 0.01 0.00 -enclavées enclavé adj f p 0.02 0.07 0.00 0.07 -enclencha enclencher ver 2.74 2.43 0.00 0.14 ind:pas:3s; -enclenchai enclencher ver 2.74 2.43 0.00 0.07 ind:pas:1s; -enclenchait enclencher ver 2.74 2.43 0.00 0.14 ind:imp:3s; -enclenchant enclencher ver 2.74 2.43 0.04 0.14 par:pre; -enclenche enclencher ver 2.74 2.43 0.93 0.68 imp:pre:2s;ind:pre:1s;ind:pre:3s; -enclenchement enclenchement nom m s 0.06 0.07 0.06 0.07 -enclenchent enclencher ver 2.74 2.43 0.06 0.14 ind:pre:3p; -enclencher enclencher ver 2.74 2.43 0.46 0.47 inf; -enclenchera enclencher ver 2.74 2.43 0.04 0.00 ind:fut:3s; -enclenches enclencher ver 2.74 2.43 0.01 0.07 ind:pre:2s; -enclenchez enclencher ver 2.74 2.43 0.55 0.00 imp:pre:2p; -enclenché enclenché adj m s 1.06 0.27 0.80 0.07 -enclenchée enclenché adj f s 1.06 0.27 0.21 0.14 -enclenchées enclencher ver f p 2.74 2.43 0.03 0.00 par:pas; -enclenchés enclenché adj m p 1.06 0.27 0.04 0.07 -enclin enclin adj m s 2.33 5.07 1.61 2.77 -encline enclin adj f s 2.33 5.07 0.32 0.54 -enclines enclin adj f p 2.33 5.07 0.00 0.14 -enclins enclin adj m p 2.33 5.07 0.41 1.62 -encliqueter encliqueter ver 0.01 0.00 0.01 0.00 inf; -encloîtrer encloîtrer ver 0.00 0.07 0.00 0.07 inf; -encloqué encloquer ver m s 0.03 0.00 0.03 0.00 par:pas; -enclore enclore ver 0.00 1.28 0.00 0.14 inf; -enclos enclos nom m 2.95 6.01 2.95 6.01 -enclose enclore ver f s 0.00 1.28 0.00 0.20 par:pas; -encloses enclore ver f p 0.00 1.28 0.00 0.41 par:pas; -enclosure enclosure nom f s 0.01 0.07 0.01 0.07 -enclouer enclouer ver 0.00 0.07 0.00 0.07 inf; -enclume enclume nom f s 0.82 5.20 0.49 5.14 -enclumes enclume nom f p 0.82 5.20 0.33 0.07 -encoche encoche nom f s 0.26 2.23 0.13 1.49 -encoches encoche nom f p 0.26 2.23 0.13 0.74 -encoché encocher ver m s 0.00 0.07 0.00 0.07 par:pas; -encoconner encoconner ver 0.00 0.20 0.00 0.07 inf; -encoconnée encoconner ver f s 0.00 0.20 0.00 0.14 par:pas; -encodage encodage nom m s 0.06 0.00 0.06 0.00 -encode encoder ver 1.08 0.00 0.03 0.00 ind:pre:1s;ind:pre:3s; -encoder encoder ver 1.08 0.00 0.06 0.00 inf; -encodeur encodeur nom m s 0.06 0.00 0.06 0.00 -encodé encoder ver m s 1.08 0.00 0.89 0.00 par:pas; -encodée encoder ver f s 1.08 0.00 0.05 0.00 par:pas; -encodés encoder ver m p 1.08 0.00 0.05 0.00 par:pas; -encoignure encoignure nom f s 0.00 4.19 0.00 3.04 -encoignures encoignure nom f p 0.00 4.19 0.00 1.15 -encollage encollage nom m s 0.00 0.07 0.00 0.07 -encollait encoller ver 0.00 0.34 0.00 0.07 ind:imp:3s; -encoller encoller ver 0.00 0.34 0.00 0.07 inf; -encolleuses encolleur nom f p 0.00 0.07 0.00 0.07 -encollé encoller ver m s 0.00 0.34 0.00 0.07 par:pas; -encollée encoller ver f s 0.00 0.34 0.00 0.07 par:pas; -encollées encoller ver f p 0.00 0.34 0.00 0.07 par:pas; -encolure encolure nom f s 0.17 6.69 0.17 6.01 -encolures encolure nom f p 0.17 6.69 0.00 0.68 -encolérée encoléré adj f s 0.00 0.14 0.00 0.07 -encolérés encoléré adj m p 0.00 0.14 0.00 0.07 -encombra encombrer ver 2.22 30.41 0.00 0.14 ind:pas:3s; -encombraient encombrer ver 2.22 30.41 0.02 3.24 ind:imp:3p; -encombrais encombrer ver 2.22 30.41 0.00 0.07 ind:imp:1s; -encombrait encombrer ver 2.22 30.41 0.14 2.30 ind:imp:3s; -encombrant encombrant adj m s 1.42 6.08 0.47 2.70 -encombrante encombrant adj f s 1.42 6.08 0.50 1.55 -encombrantes encombrant adj f p 1.42 6.08 0.01 0.47 -encombrants encombrant adj m p 1.42 6.08 0.45 1.35 -encombre encombre nom m s 0.71 1.69 0.47 1.55 -encombrement encombrement nom m s 0.23 3.72 0.05 2.23 -encombrements encombrement nom m p 0.23 3.72 0.18 1.49 -encombrent encombrer ver 2.22 30.41 0.10 1.82 ind:pre:3p; -encombrer encombrer ver 2.22 30.41 0.47 3.65 inf; -encombrera encombrer ver 2.22 30.41 0.01 0.20 ind:fut:3s; -encombrerai encombrer ver 2.22 30.41 0.11 0.00 ind:fut:1s; -encombrerait encombrer ver 2.22 30.41 0.00 0.07 cnd:pre:3s; -encombres encombre nom m p 0.71 1.69 0.25 0.14 -encombrez encombrer ver 2.22 30.41 0.08 0.07 imp:pre:2p;ind:pre:2p; -encombrèrent encombrer ver 2.22 30.41 0.00 0.07 ind:pas:3p; -encombré encombrer ver m s 2.22 30.41 0.35 5.34 par:pas; -encombrée encombrer ver f s 2.22 30.41 0.17 6.49 par:pas; -encombrées encombrer ver f p 2.22 30.41 0.09 2.50 par:pas; -encombrés encombrer ver m p 2.22 30.41 0.17 2.09 par:pas; -encor encor adv 0.42 0.27 0.42 0.27 -encorbellement encorbellement nom m s 0.02 1.01 0.01 0.68 -encorbellements encorbellement nom m p 0.02 1.01 0.01 0.34 -encorder encorder ver 0.11 0.47 0.10 0.20 inf; -encordé encorder ver m s 0.11 0.47 0.01 0.07 par:pas; -encordée encorder ver f s 0.11 0.47 0.00 0.07 par:pas; -encordés encorder ver m p 0.11 0.47 0.00 0.14 par:pas; -encore encore adv_sup 1176.94 1579.05 1176.94 1579.05 -encornaient encorner ver 0.20 0.07 0.00 0.07 ind:imp:3p; -encorner encorner ver 0.20 0.07 0.20 0.00 inf; -encornet encornet nom m s 0.15 0.07 0.14 0.00 -encornets encornet nom m p 0.15 0.07 0.01 0.07 -encorné encorné adj m s 0.00 0.27 0.00 0.07 -encornée encorné adj f s 0.00 0.27 0.00 0.07 -encornés encorné adj m p 0.00 0.27 0.00 0.14 -encotonne encotonner ver 0.00 0.14 0.00 0.07 sub:pre:3s; -encotonner encotonner ver 0.00 0.14 0.00 0.07 inf; -encourage encourager ver 15.24 27.57 3.99 3.31 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -encouragea encourager ver 15.24 27.57 0.02 1.08 ind:pas:3s; -encourageai encourager ver 15.24 27.57 0.00 0.47 ind:pas:1s; -encourageaient encourager ver 15.24 27.57 0.25 1.08 ind:imp:3p; -encourageais encourager ver 15.24 27.57 0.14 0.68 ind:imp:1s;ind:imp:2s; -encourageait encourager ver 15.24 27.57 0.44 3.58 ind:imp:3s; -encourageant encourageant adj m s 1.49 3.31 1.05 1.89 -encourageante encourageant adj f s 1.49 3.31 0.14 0.61 -encourageantes encourageant adj f p 1.49 3.31 0.07 0.54 -encourageants encourageant adj m p 1.49 3.31 0.24 0.27 -encourageas encourager ver 15.24 27.57 0.00 0.07 ind:pas:2s; -encouragement encouragement nom m s 2.18 6.42 1.00 3.65 -encouragements encouragement nom m p 2.18 6.42 1.18 2.77 -encouragent encourager ver 15.24 27.57 0.82 0.34 ind:pre:3p; -encourageons encourager ver 15.24 27.57 0.42 0.07 imp:pre:1p;ind:pre:1p; -encourageât encourager ver 15.24 27.57 0.00 0.14 sub:imp:3s; -encourager encourager ver 15.24 27.57 4.42 7.03 inf; -encouragera encourager ver 15.24 27.57 0.11 0.07 ind:fut:3s; -encouragerai encourager ver 15.24 27.57 0.09 0.14 ind:fut:1s; -encouragerais encourager ver 15.24 27.57 0.10 0.07 cnd:pre:1s;cnd:pre:2s; -encouragerait encourager ver 15.24 27.57 0.08 0.07 cnd:pre:3s; -encourageras encourager ver 15.24 27.57 0.03 0.00 ind:fut:2s; -encourages encourager ver 15.24 27.57 0.52 0.20 ind:pre:2s; -encouragez encourager ver 15.24 27.57 0.57 0.14 imp:pre:2p;ind:pre:2p; -encouragiez encourager ver 15.24 27.57 0.05 0.07 ind:imp:2p; -encouragèrent encourager ver 15.24 27.57 0.01 0.20 ind:pas:3p; -encouragé encourager ver m s 15.24 27.57 1.79 4.32 par:pas; -encouragée encourager ver f s 15.24 27.57 0.73 1.35 par:pas; -encouragées encourager ver f p 15.24 27.57 0.04 0.20 par:pas; -encouragés encourager ver m p 15.24 27.57 0.23 1.22 par:pas; -encouraient encourir ver 1.10 2.30 0.03 0.14 ind:imp:3p; -encourais encourir ver 1.10 2.30 0.03 0.00 ind:imp:1s;ind:imp:2s; -encourait encourir ver 1.10 2.30 0.01 0.34 ind:imp:3s; -encourant encourir ver 1.10 2.30 0.01 0.07 par:pre; -encourent encourir ver 1.10 2.30 0.05 0.07 ind:pre:3p; -encourir encourir ver 1.10 2.30 0.10 0.81 inf; -encourrait encourir ver 1.10 2.30 0.02 0.07 cnd:pre:3s; -encours encourir ver 1.10 2.30 0.04 0.00 ind:pre:1s; -encourt encourir ver 1.10 2.30 0.23 0.14 ind:pre:3s; -encouru encourir ver m s 1.10 2.30 0.24 0.20 par:pas; -encourue encourir ver f s 1.10 2.30 0.13 0.07 par:pas; -encourues encourir ver f p 1.10 2.30 0.04 0.20 par:pas; -encourus encourir ver m p 1.10 2.30 0.16 0.20 par:pas; -encrage encrage nom m s 0.02 0.07 0.02 0.07 -encrait encrer ver 0.10 0.61 0.00 0.07 ind:imp:3s; -encrassait encrasser ver 0.34 0.68 0.00 0.07 ind:imp:3s; -encrasse encrasser ver 0.34 0.68 0.14 0.07 ind:pre:3s; -encrassent encrasser ver 0.34 0.68 0.00 0.07 ind:pre:3p; -encrasser encrasser ver 0.34 0.68 0.01 0.14 inf; -encrassé encrasser ver m s 0.34 0.68 0.05 0.14 par:pas; -encrassée encrasser ver f s 0.34 0.68 0.11 0.14 par:pas; -encrassées encrassé adj f p 0.02 0.27 0.01 0.07 -encrassés encrasser ver m p 0.34 0.68 0.02 0.07 par:pas; -encre encre nom f s 6.81 29.53 6.49 28.65 -encrer encrer ver 0.10 0.61 0.02 0.00 inf; -encres encre nom f p 6.81 29.53 0.32 0.88 -encreur encreur adj m s 0.07 0.07 0.07 0.00 -encreurs encreur adj m p 0.07 0.07 0.00 0.07 -encrier encrier nom m s 0.45 4.26 0.43 3.51 -encriers encrier nom m p 0.45 4.26 0.02 0.74 -encroûtaient encroûter ver 0.18 0.95 0.00 0.07 ind:imp:3p; -encroûte encroûter ver 0.18 0.95 0.02 0.00 ind:pre:1s; -encroûtement encroûtement nom m s 0.01 0.00 0.01 0.00 -encroûter encroûter ver 0.18 0.95 0.15 0.07 inf; -encroûtèrent encroûter ver 0.18 0.95 0.00 0.07 ind:pas:3p; -encroûté encroûter ver m s 0.18 0.95 0.01 0.07 par:pas; -encroûtée encroûter ver f s 0.18 0.95 0.00 0.14 par:pas; -encroûtées encroûter ver f p 0.18 0.95 0.00 0.27 par:pas; -encroûtés encroûté nom m p 0.01 0.14 0.01 0.07 -encrotté encrotter ver m s 0.00 0.07 0.00 0.07 par:pas; -encré encrer ver m s 0.10 0.61 0.01 0.07 par:pas; -encrée encrer ver f s 0.10 0.61 0.00 0.07 par:pas; -encrés encrer ver m p 0.10 0.61 0.05 0.20 par:pas; -encryptage encryptage nom m s 0.03 0.00 0.03 0.00 -encrypté encrypter ver m s 0.02 0.00 0.02 0.00 par:pas; -enculade enculade nom f s 0.33 0.14 0.20 0.07 -enculades enculade nom f p 0.33 0.14 0.14 0.07 -enculage enculage nom m s 0.06 0.07 0.06 0.07 -enculant enculer ver 15.43 5.27 0.13 0.00 par:pre; -encule enculer ver 15.43 5.27 2.36 1.28 imp:pre:2s;ind:pre:1s;ind:pre:3s; -enculent enculer ver 15.43 5.27 0.09 0.34 ind:pre:3p; -enculer enculer ver 15.43 5.27 5.88 1.89 inf; -enculera enculer ver 15.43 5.27 0.01 0.00 ind:fut:3s; -enculerais enculer ver 15.43 5.27 0.01 0.07 cnd:pre:1s;cnd:pre:2s; -enculerait enculer ver 15.43 5.27 0.00 0.07 cnd:pre:3s; -enculerie enculerie nom f s 0.01 0.47 0.00 0.27 -enculeries enculerie nom f p 0.01 0.47 0.01 0.20 -encules enculer ver 15.43 5.27 0.29 0.14 ind:pre:2s; -enculeur enculeur nom m s 0.54 0.68 0.35 0.54 -enculeurs enculeur nom m p 0.54 0.68 0.18 0.14 -enculé enculé adj m s 31.77 4.73 22.73 3.45 -enculée enculer ver f s 15.43 5.27 0.20 0.20 par:pas; -enculées enculé adj f p 31.77 4.73 0.23 0.00 -enculés enculé adj m p 31.77 4.73 8.78 1.22 -encéphale encéphale nom m s 0.01 0.07 0.01 0.07 -encéphalique encéphalique adj s 0.04 0.14 0.04 0.00 -encéphaliques encéphalique adj p 0.04 0.14 0.00 0.14 -encéphalite encéphalite nom f s 0.48 0.07 0.48 0.07 -encéphalogramme encéphalogramme nom m s 0.58 0.20 0.58 0.20 -encéphalographie encéphalographie nom f s 0.02 0.07 0.02 0.07 -encéphalopathie encéphalopathie nom f s 0.05 0.00 0.05 0.00 -encyclique encyclique nom f s 0.04 0.27 0.04 0.20 -encycliques encyclique nom f p 0.04 0.27 0.00 0.07 -encyclopédie encyclopédie nom f s 1.99 2.64 1.14 1.28 -encyclopédies encyclopédie nom f p 1.99 2.64 0.85 1.35 -encyclopédique encyclopédique adj s 0.12 0.74 0.12 0.61 -encyclopédiques encyclopédique adj f p 0.12 0.74 0.00 0.14 -encyclopédistes encyclopédiste nom p 0.00 0.14 0.00 0.14 -endettait endetter ver 1.41 1.01 0.01 0.07 ind:imp:3s; -endettant endetter ver 1.41 1.01 0.00 0.07 par:pre; -endette endetter ver 1.41 1.01 0.02 0.14 ind:pre:3s; -endettement endettement nom m s 0.09 0.07 0.09 0.07 -endetter endetter ver 1.41 1.01 0.18 0.27 inf; -endettez endetter ver 1.41 1.01 0.14 0.00 imp:pre:2p;ind:pre:2p; -endetté endetter ver m s 1.41 1.01 0.79 0.34 par:pas; -endettée endetté adj f s 0.45 0.20 0.23 0.07 -endettées endetter ver f p 1.41 1.01 0.01 0.00 par:pas; -endettés endetter ver m p 1.41 1.01 0.14 0.00 par:pas; -endeuille endeuiller ver 0.19 0.81 0.00 0.14 ind:pre:3s; -endeuillent endeuiller ver 0.19 0.81 0.01 0.00 ind:pre:3p; -endeuiller endeuiller ver 0.19 0.81 0.01 0.14 inf; -endeuillerai endeuiller ver 0.19 0.81 0.14 0.00 ind:fut:1s; -endeuillé endeuillé adj m s 0.20 1.35 0.11 0.20 -endeuillée endeuillé adj f s 0.20 1.35 0.06 0.61 -endeuillées endeuillé adj f p 0.20 1.35 0.01 0.20 -endeuillés endeuillé adj m p 0.20 1.35 0.02 0.34 -endiable endiabler ver 0.03 0.47 0.00 0.14 ind:pre:3s; -endiablent endiabler ver 0.03 0.47 0.00 0.07 ind:pre:3p; -endiablerez endiabler ver 0.03 0.47 0.00 0.07 ind:fut:2p; -endiablé endiablé adj m s 0.43 1.22 0.17 0.34 -endiablée endiablé adj f s 0.43 1.22 0.19 0.61 -endiablées endiablé adj f p 0.43 1.22 0.06 0.20 -endiablés endiablé adj m p 0.43 1.22 0.01 0.07 -endiamanté endiamanté adj m s 0.01 0.61 0.00 0.14 -endiamantée endiamanté adj f s 0.01 0.61 0.01 0.20 -endiamantées endiamanté adj f p 0.01 0.61 0.00 0.20 -endiamantés endiamanté adj m p 0.01 0.61 0.00 0.07 -endigua endiguer ver 0.56 1.82 0.00 0.14 ind:pas:3s; -endiguait endiguer ver 0.56 1.82 0.00 0.07 ind:imp:3s; -endigue endiguer ver 0.56 1.82 0.03 0.00 ind:pre:3s; -endiguement endiguement nom m s 0.11 0.00 0.11 0.00 -endiguer endiguer ver 0.56 1.82 0.40 1.35 inf; -endiguera endiguer ver 0.56 1.82 0.01 0.00 ind:fut:3s; -endigué endiguer ver m s 0.56 1.82 0.10 0.07 par:pas; -endiguée endiguer ver f s 0.56 1.82 0.01 0.20 par:pas; -endigués endiguer ver m p 0.56 1.82 0.01 0.00 par:pas; -endimanchait endimancher ver 0.04 1.08 0.00 0.07 ind:imp:3s; -endimanchement endimanchement nom m s 0.00 0.07 0.00 0.07 -endimancher endimancher ver 0.04 1.08 0.00 0.14 inf; -endimanché endimanché adj m s 0.21 3.18 0.06 0.61 -endimanchée endimanché adj f s 0.21 3.18 0.04 0.54 -endimanchées endimanché adj f p 0.21 3.18 0.00 0.74 -endimanchés endimanché adj m p 0.21 3.18 0.11 1.28 -endive endive nom f s 0.87 0.95 0.03 0.14 -endives endive nom f p 0.87 0.95 0.84 0.81 -endivisionnés endivisionner ver m p 0.00 0.07 0.00 0.07 par:pas; -endocarde endocarde nom m s 0.01 0.00 0.01 0.00 -endocardite endocardite nom f s 0.14 0.00 0.14 0.00 -endocrine endocrine adj f s 0.02 0.20 0.01 0.07 -endocrines endocrine adj f p 0.02 0.20 0.01 0.14 -endocrinien endocrinien adj m s 0.04 0.07 0.01 0.00 -endocrinienne endocrinien adj f s 0.04 0.07 0.02 0.00 -endocriniens endocrinien adj m p 0.04 0.07 0.01 0.07 -endocrinologie endocrinologie nom f s 0.07 0.27 0.07 0.27 -endocrinologiste endocrinologiste nom s 0.01 0.00 0.01 0.00 -endocrinologue endocrinologue nom s 0.04 0.07 0.04 0.07 -endoctrina endoctriner ver 0.20 0.34 0.00 0.07 ind:pas:3s; -endoctrinement endoctrinement nom m s 0.13 0.27 0.13 0.27 -endoctriner endoctriner ver 0.20 0.34 0.04 0.14 inf; -endoctriné endoctriner ver m s 0.20 0.34 0.01 0.07 par:pas; -endoctrinée endoctriner ver f s 0.20 0.34 0.11 0.07 par:pas; -endoctrinés endoctriner ver m p 0.20 0.34 0.05 0.00 par:pas; -endogamie endogamie nom f s 0.02 0.34 0.02 0.34 -endogène endogène adj f s 0.03 0.14 0.03 0.14 -endolori endolori adj m s 0.50 1.28 0.29 0.27 -endolorie endolorir ver f s 0.16 0.74 0.10 0.20 par:pas; -endolories endolori adj f p 0.50 1.28 0.01 0.20 -endolorir endolorir ver 0.16 0.74 0.00 0.07 inf; -endoloris endolori adj m p 0.50 1.28 0.16 0.20 -endolorissement endolorissement nom m s 0.03 0.20 0.03 0.20 -endommagea endommager ver 5.28 1.82 0.00 0.07 ind:pas:3s; -endommageant endommager ver 5.28 1.82 0.06 0.07 par:pre; -endommagement endommagement nom m s 0.02 0.00 0.01 0.00 -endommagements endommagement nom m p 0.02 0.00 0.01 0.00 -endommager endommager ver 5.28 1.82 1.23 0.47 inf; -endommagera endommager ver 5.28 1.82 0.07 0.00 ind:fut:3s; -endommagerait endommager ver 5.28 1.82 0.03 0.00 cnd:pre:3s; -endommagerez endommager ver 5.28 1.82 0.03 0.00 ind:fut:2p; -endommagez endommager ver 5.28 1.82 0.15 0.00 imp:pre:2p;ind:pre:2p; -endommagé endommager ver m s 5.28 1.82 2.40 0.88 par:pas; -endommagée endommager ver f s 5.28 1.82 0.69 0.14 par:pas; -endommagées endommager ver f p 5.28 1.82 0.14 0.07 par:pas; -endommagés endommager ver m p 5.28 1.82 0.49 0.14 par:pas; -endomorphe endomorphe adj s 0.01 0.00 0.01 0.00 -endomorphine endomorphine nom f s 0.01 0.00 0.01 0.00 -endométriose endométriose nom f s 0.04 0.00 0.04 0.00 -endométrite endométrite nom f s 0.01 0.00 0.01 0.00 -endoplasmique endoplasmique adj m s 0.03 0.00 0.03 0.00 -endormîmes endormir ver 48.19 73.18 0.00 0.20 ind:pas:1p; -endormît endormir ver 48.19 73.18 0.00 0.07 sub:imp:3s; -endormaient endormir ver 48.19 73.18 0.14 1.55 ind:imp:3p; -endormais endormir ver 48.19 73.18 0.42 1.96 ind:imp:1s;ind:imp:2s; -endormait endormir ver 48.19 73.18 0.50 5.81 ind:imp:3s; -endormant endormir ver 48.19 73.18 0.35 1.35 par:pre; -endormante endormant adj f s 0.04 0.14 0.01 0.07 -endorme endormir ver 48.19 73.18 1.30 0.95 sub:pre:1s;sub:pre:3s; -endorment endormir ver 48.19 73.18 0.98 1.28 ind:pre:3p; -endormes endormir ver 48.19 73.18 0.22 0.07 sub:pre:2s; -endormeur endormeur nom m s 0.02 0.20 0.02 0.14 -endormeurs endormeur nom m p 0.02 0.20 0.00 0.07 -endormez endormir ver 48.19 73.18 0.73 0.20 imp:pre:2p;ind:pre:2p; -endormi endormir ver m s 48.19 73.18 12.83 11.22 par:pas; -endormie endormi adj f s 13.43 32.30 8.84 16.96 -endormies endormi adj f p 13.43 32.30 0.37 2.70 -endormions endormir ver 48.19 73.18 0.16 0.20 ind:imp:1p; -endormir endormir ver 48.19 73.18 15.36 24.39 inf; -endormira endormir ver 48.19 73.18 0.94 0.27 ind:fut:3s; -endormirai endormir ver 48.19 73.18 0.47 0.20 ind:fut:1s; -endormiraient endormir ver 48.19 73.18 0.00 0.14 cnd:pre:3p; -endormirais endormir ver 48.19 73.18 0.19 0.07 cnd:pre:1s;cnd:pre:2s; -endormirait endormir ver 48.19 73.18 0.02 0.47 cnd:pre:3s; -endormirent endormir ver 48.19 73.18 0.02 0.27 ind:pas:3p; -endormirez endormir ver 48.19 73.18 0.04 0.07 ind:fut:2p; -endormirions endormir ver 48.19 73.18 0.01 0.00 cnd:pre:1p; -endormiront endormir ver 48.19 73.18 0.06 0.14 ind:fut:3p; -endormis endormi adj m p 13.43 32.30 1.27 4.05 -endormisse endormir ver 48.19 73.18 0.00 0.07 sub:imp:1s; -endormissement endormissement nom m s 0.04 0.07 0.04 0.00 -endormissements endormissement nom m p 0.04 0.07 0.00 0.07 -endormit endormir ver 48.19 73.18 0.20 7.77 ind:pas:3s; -endormons endormir ver 48.19 73.18 0.29 0.27 imp:pre:1p;ind:pre:1p; -endorphine endorphine nom f s 1.33 0.07 0.29 0.00 -endorphines endorphine nom f p 1.33 0.07 1.04 0.07 -endors endormir ver 48.19 73.18 6.08 3.85 imp:pre:2s;ind:pre:1s;ind:pre:2s; -endort endormir ver 48.19 73.18 5.67 5.34 ind:pre:3s; -endoscope endoscope nom m s 0.15 0.00 0.15 0.00 -endoscopie endoscopie nom f s 0.25 0.07 0.25 0.07 -endoscopique endoscopique adj s 0.01 0.00 0.01 0.00 -endosquelette endosquelette nom m s 0.01 0.00 0.01 0.00 -endossa endosser ver 2.29 5.68 0.00 0.34 ind:pas:3s; -endossables endossable adj m p 0.01 0.00 0.01 0.00 -endossai endosser ver 2.29 5.68 0.01 0.07 ind:pas:1s; -endossaient endosser ver 2.29 5.68 0.00 0.07 ind:imp:3p; -endossais endosser ver 2.29 5.68 0.01 0.07 ind:imp:1s; -endossait endosser ver 2.29 5.68 0.01 0.34 ind:imp:3s; -endossant endosser ver 2.29 5.68 0.12 0.27 par:pre; -endosse endosser ver 2.29 5.68 0.28 0.61 imp:pre:2s;ind:pre:1s;ind:pre:3s; -endossement endossement nom m s 0.26 0.00 0.26 0.00 -endossent endosser ver 2.29 5.68 0.02 0.07 ind:pre:3p; -endosser endosser ver 2.29 5.68 1.13 2.36 inf; -endosserai endosser ver 2.29 5.68 0.04 0.00 ind:fut:1s; -endosserais endosser ver 2.29 5.68 0.00 0.07 cnd:pre:1s; -endosserait endosser ver 2.29 5.68 0.00 0.14 cnd:pre:3s; -endosseras endosser ver 2.29 5.68 0.01 0.00 ind:fut:2s; -endosses endosser ver 2.29 5.68 0.03 0.00 ind:pre:2s; -endosseur endosseur nom m s 0.00 0.07 0.00 0.07 -endossez endosser ver 2.29 5.68 0.23 0.07 imp:pre:2p;ind:pre:2p; -endossiez endosser ver 2.29 5.68 0.01 0.07 ind:imp:2p; -endossât endosser ver 2.29 5.68 0.00 0.14 sub:imp:3s; -endossèrent endosser ver 2.29 5.68 0.00 0.14 ind:pas:3p; -endossé endosser ver m s 2.29 5.68 0.24 0.68 par:pas; -endossée endosser ver f s 2.29 5.68 0.10 0.14 par:pas; -endossées endosser ver f p 2.29 5.68 0.00 0.07 par:pas; -endossés endosser ver m p 2.29 5.68 0.05 0.00 par:pas; -endothermique endothermique adj f s 0.01 0.00 0.01 0.00 -endroit endroit nom m s 218.24 137.57 196.75 108.65 -endroits endroit nom m p 218.24 137.57 21.48 28.92 -enduira enduire ver 1.25 7.50 0.01 0.00 ind:fut:3s; -enduirais enduire ver 1.25 7.50 0.00 0.07 cnd:pre:1s; -enduirait enduire ver 1.25 7.50 0.00 0.07 cnd:pre:3s; -enduire enduire ver 1.25 7.50 0.18 1.35 inf; -enduis enduire ver 1.25 7.50 0.20 0.07 imp:pre:2s;ind:pre:1s;ind:pre:2s; -enduisaient enduire ver 1.25 7.50 0.00 0.27 ind:imp:3p; -enduisait enduire ver 1.25 7.50 0.00 0.61 ind:imp:3s; -enduisant enduire ver 1.25 7.50 0.00 0.27 par:pre; -enduisent enduire ver 1.25 7.50 0.12 0.20 ind:pre:3p; -enduisit enduire ver 1.25 7.50 0.00 0.34 ind:pas:3s; -enduisons enduire ver 1.25 7.50 0.11 0.00 imp:pre:1p;ind:pre:1p; -enduit enduire ver m s 1.25 7.50 0.49 1.42 ind:pre:3s;par:pas; -enduite enduire ver f s 1.25 7.50 0.07 1.15 par:pas; -enduites enduire ver f p 1.25 7.50 0.03 0.81 par:pas; -enduits enduire ver m p 1.25 7.50 0.04 0.88 par:pas; -endémique endémique adj s 0.11 1.01 0.11 0.88 -endémiques endémique adj f p 0.11 1.01 0.00 0.14 -endura endurer ver 9.67 7.57 0.00 0.14 ind:pas:3s; -endurable endurable adj s 0.00 0.07 0.00 0.07 -enduraient endurer ver 9.67 7.57 0.02 0.07 ind:imp:3p; -endurais endurer ver 9.67 7.57 0.02 0.07 ind:imp:1s; -endurait endurer ver 9.67 7.57 0.04 0.20 ind:imp:3s; -endurance endurance nom f s 1.72 2.43 1.72 2.43 -endurant endurant adj m s 0.14 0.34 0.10 0.14 -endurante endurant adj f s 0.14 0.34 0.03 0.07 -endurants endurant adj m p 0.14 0.34 0.01 0.14 -endurci endurcir ver m s 2.11 2.09 0.51 0.61 par:pas; -endurcie endurcir ver f s 2.11 2.09 0.28 0.20 par:pas; -endurcies endurci adj f p 1.19 1.28 0.01 0.00 -endurcir endurcir ver 2.11 2.09 0.91 0.68 inf; -endurcirait endurcir ver 2.11 2.09 0.01 0.00 cnd:pre:3s; -endurcis endurci adj m p 1.19 1.28 0.43 0.61 -endurcissait endurcir ver 2.11 2.09 0.01 0.00 ind:imp:3s; -endurcissement endurcissement nom m s 0.40 0.61 0.40 0.61 -endurcit endurcir ver 2.11 2.09 0.24 0.34 ind:pre:3s;ind:pas:3s; -endure endurer ver 9.67 7.57 1.58 0.47 ind:pre:1s;ind:pre:3s; -endurent endurer ver 9.67 7.57 0.17 0.07 ind:pre:3p; -endurer endurer ver 9.67 7.57 3.70 3.58 inf; -endurera endurer ver 9.67 7.57 0.00 0.07 ind:fut:3s; -endurerai endurer ver 9.67 7.57 0.14 0.00 ind:fut:1s; -endureras endurer ver 9.67 7.57 0.01 0.00 ind:fut:2s; -endurez endurer ver 9.67 7.57 0.40 0.00 imp:pre:2p;ind:pre:2p; -enduriez endurer ver 9.67 7.57 0.01 0.00 ind:imp:2p; -endurons endurer ver 9.67 7.57 0.02 0.00 ind:pre:1p; -enduré endurer ver m s 9.67 7.57 3.08 1.82 par:pas; -endurée endurer ver f s 9.67 7.57 0.05 0.14 par:pas; -endurées endurer ver f p 9.67 7.57 0.19 0.54 par:pas; -endurés endurer ver m p 9.67 7.57 0.16 0.27 par:pas; -endêver endêver ver 0.00 0.07 0.00 0.07 inf; -enfance enfance nom f s 33.01 103.99 32.70 103.11 -enfances enfance nom f p 33.01 103.99 0.31 0.88 -enfant_robot enfant_robot nom s 0.16 0.00 0.16 0.00 -enfant_roi enfant_roi nom s 0.02 0.14 0.02 0.14 -enfant enfant nom s 735.59 725.68 287.26 381.96 -enfanta enfanter ver 1.96 3.99 0.00 0.14 ind:pas:3s; -enfantaient enfanter ver 1.96 3.99 0.00 0.07 ind:imp:3p; -enfantait enfanter ver 1.96 3.99 0.00 0.34 ind:imp:3s; -enfante enfanter ver 1.96 3.99 0.20 0.54 imp:pre:2s;ind:pre:1s;ind:pre:3s; -enfantelets enfantelet nom m p 0.00 0.07 0.00 0.07 -enfantement enfantement nom m s 0.25 0.81 0.25 0.74 -enfantements enfantement nom m p 0.25 0.81 0.00 0.07 -enfantent enfanter ver 1.96 3.99 0.16 0.20 ind:pre:3p; -enfanter enfanter ver 1.96 3.99 0.80 1.08 inf; -enfantera enfanter ver 1.96 3.99 0.27 0.00 ind:fut:3s; -enfanterai enfanter ver 1.96 3.99 0.02 0.07 ind:fut:1s; -enfançon enfançon nom m s 0.10 0.34 0.00 0.27 -enfançons enfançon nom m p 0.10 0.34 0.10 0.07 -enfantillage enfantillage nom m s 1.47 3.58 0.15 1.96 -enfantillages enfantillage nom m p 1.47 3.58 1.32 1.62 -enfantin enfantin adj m s 3.39 31.15 0.89 11.01 -enfantine enfantin adj f s 3.39 31.15 2.07 13.99 -enfantinement enfantinement adv 0.10 0.41 0.10 0.41 -enfantines enfantin adj f p 3.39 31.15 0.24 3.51 -enfantins enfantin adj m p 3.39 31.15 0.19 2.64 -enfantons enfanter ver 1.96 3.99 0.00 0.07 ind:pre:1p; -enfants_robot enfants_robot nom m p 0.01 0.00 0.01 0.00 -enfants_roi enfants_roi nom m p 0.00 0.07 0.00 0.07 -enfants enfant nom m p 735.59 725.68 448.33 343.72 -enfanté enfanter ver m s 1.96 3.99 0.40 1.01 par:pas; -enfantée enfanter ver f s 1.96 3.99 0.11 0.20 par:pas; -enfantées enfanter ver f p 1.96 3.99 0.00 0.07 par:pas; -enfantés enfanter ver m p 1.96 3.99 0.00 0.20 par:pas; -enfarinait enfariner ver 0.12 0.41 0.00 0.07 ind:imp:3s; -enfarine enfariner ver 0.12 0.41 0.10 0.07 imp:pre:2s;ind:pre:3s; -enfariner enfariner ver 0.12 0.41 0.01 0.07 inf; -enfariné enfariner ver m s 0.12 0.41 0.01 0.07 par:pas; -enfarinée enfariné adj f s 0.36 0.88 0.35 0.41 -enfarinés enfariné adj m p 0.36 0.88 0.01 0.20 -enfer enfer nom m s 88.86 41.35 86.02 38.78 -enferma enfermer ver 58.81 69.86 0.29 4.12 ind:pas:3s; -enfermai enfermer ver 58.81 69.86 0.02 0.47 ind:pas:1s; -enfermaient enfermer ver 58.81 69.86 0.05 1.69 ind:imp:3p; -enfermais enfermer ver 58.81 69.86 0.20 0.47 ind:imp:1s;ind:imp:2s; -enfermait enfermer ver 58.81 69.86 0.64 5.41 ind:imp:3s; -enfermant enfermer ver 58.81 69.86 0.12 2.23 par:pre; -enferme enfermer ver 58.81 69.86 6.32 5.74 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -enfermement enfermement nom m s 0.20 0.61 0.20 0.61 -enferment enfermer ver 58.81 69.86 0.76 1.28 ind:pre:3p; -enfermer enfermer ver 58.81 69.86 12.70 13.92 ind:pre:2p;inf; -enfermera enfermer ver 58.81 69.86 0.34 0.07 ind:fut:3s; -enfermerai enfermer ver 58.81 69.86 0.33 0.14 ind:fut:1s; -enfermeraient enfermer ver 58.81 69.86 0.05 0.00 cnd:pre:3p; -enfermerais enfermer ver 58.81 69.86 0.08 0.20 cnd:pre:1s; -enfermerait enfermer ver 58.81 69.86 0.35 0.20 cnd:pre:3s; -enfermerez enfermer ver 58.81 69.86 0.01 0.07 ind:fut:2p; -enfermerons enfermer ver 58.81 69.86 0.03 0.14 ind:fut:1p; -enfermeront enfermer ver 58.81 69.86 0.65 0.00 ind:fut:3p; -enfermes enfermer ver 58.81 69.86 1.27 0.34 ind:pre:2s; -enfermez enfermer ver 58.81 69.86 4.78 0.41 imp:pre:2p;ind:pre:2p; -enfermiez enfermer ver 58.81 69.86 0.03 0.07 ind:imp:2p; -enfermons enfermer ver 58.81 69.86 0.45 0.00 imp:pre:1p;ind:pre:1p; -enfermèrent enfermer ver 58.81 69.86 0.23 0.34 ind:pas:3p; -enfermé enfermer ver m s 58.81 69.86 15.25 17.03 par:pas; -enfermée enfermer ver f s 58.81 69.86 8.38 7.57 par:pas; -enfermées enfermer ver f p 58.81 69.86 1.31 1.55 par:pas; -enfermés enfermer ver m p 58.81 69.86 4.17 6.42 par:pas; -enferra enferrer ver 0.23 0.95 0.00 0.07 ind:pas:3s; -enferrait enferrer ver 0.23 0.95 0.00 0.07 ind:imp:3s; -enferrant enferrer ver 0.23 0.95 0.00 0.07 par:pre; -enferre enferrer ver 0.23 0.95 0.01 0.14 ind:pre:1s;ind:pre:3s; -enferrent enferrer ver 0.23 0.95 0.00 0.07 ind:pre:3p; -enferrer enferrer ver 0.23 0.95 0.16 0.27 inf; -enferres enferrer ver 0.23 0.95 0.01 0.07 ind:pre:2s; -enferrez enferrer ver 0.23 0.95 0.01 0.00 ind:pre:2p; -enferrons enferrer ver 0.23 0.95 0.01 0.00 ind:pre:1p; -enferré enferrer ver m s 0.23 0.95 0.02 0.14 par:pas; -enferrée enferrer ver f s 0.23 0.95 0.00 0.07 par:pas; -enfers enfer nom m p 88.86 41.35 2.85 2.57 -enfiche enficher ver 0.00 0.07 0.00 0.07 ind:pre:1s; -enfila enfiler ver 11.42 44.86 0.11 8.99 ind:pas:3s; -enfilade enfilade nom f s 0.16 6.28 0.16 5.00 -enfilades enfilade nom f p 0.16 6.28 0.00 1.28 -enfilage enfilage nom m s 0.00 0.20 0.00 0.20 -enfilai enfiler ver 11.42 44.86 0.01 1.76 ind:pas:1s; -enfilaient enfiler ver 11.42 44.86 0.02 0.54 ind:imp:3p; -enfilais enfiler ver 11.42 44.86 0.12 0.61 ind:imp:1s; -enfilait enfiler ver 11.42 44.86 0.05 3.65 ind:imp:3s; -enfilant enfiler ver 11.42 44.86 0.14 2.16 par:pre; -enfile enfiler ver 11.42 44.86 4.46 5.81 imp:pre:2s;ind:pre:1s;ind:pre:3s; -enfilent enfiler ver 11.42 44.86 0.06 0.54 ind:pre:3p; -enfiler enfiler ver 11.42 44.86 2.74 10.95 inf; -enfilera enfiler ver 11.42 44.86 0.10 0.00 ind:fut:3s; -enfilerai enfiler ver 11.42 44.86 0.02 0.27 ind:fut:1s; -enfileraient enfiler ver 11.42 44.86 0.00 0.07 cnd:pre:3p; -enfilerais enfiler ver 11.42 44.86 0.06 0.14 cnd:pre:1s; -enfilerait enfiler ver 11.42 44.86 0.00 0.34 cnd:pre:3s; -enfilerez enfiler ver 11.42 44.86 0.01 0.00 ind:fut:2p; -enfileront enfiler ver 11.42 44.86 0.01 0.00 ind:fut:3p; -enfiles enfiler ver 11.42 44.86 0.42 0.34 ind:pre:2s; -enfileur enfileur nom m s 0.00 0.14 0.00 0.14 -enfilez enfiler ver 11.42 44.86 1.20 0.20 imp:pre:2p;ind:pre:2p; -enfilions enfiler ver 11.42 44.86 0.00 0.20 ind:imp:1p; -enfilons enfiler ver 11.42 44.86 0.09 0.07 imp:pre:1p;ind:pre:1p; -enfilèrent enfiler ver 11.42 44.86 0.11 0.54 ind:pas:3p; -enfilé enfiler ver m s 11.42 44.86 1.35 6.28 par:pas; -enfilée enfiler ver f s 11.42 44.86 0.28 0.68 par:pas; -enfilées enfiler ver f p 11.42 44.86 0.01 0.41 par:pas; -enfilés enfiler ver m p 11.42 44.86 0.04 0.34 par:pas; -enfin enfin adv_sup 265.83 440.27 265.83 440.27 -enfièvre enfiévrer ver 0.03 1.42 0.00 0.20 ind:pre:3s; -enfièvrent enfiévrer ver 0.03 1.42 0.00 0.07 ind:pre:3p; -enfiévra enfiévrer ver 0.03 1.42 0.00 0.07 ind:pas:3s; -enfiévraient enfiévrer ver 0.03 1.42 0.00 0.14 ind:imp:3p; -enfiévrait enfiévrer ver 0.03 1.42 0.00 0.27 ind:imp:3s; -enfiévré enfiévré adj m s 0.12 0.74 0.09 0.20 -enfiévrée enfiévrer ver f s 0.03 1.42 0.01 0.27 par:pas; -enfiévrées enfiévré adj f p 0.12 0.74 0.01 0.07 -enfiévrés enfiévré adj m p 0.12 0.74 0.01 0.20 -enfla enfler ver 2.27 10.95 0.02 1.08 ind:pas:3s; -enflaient enfler ver 2.27 10.95 0.00 0.68 ind:imp:3p; -enflait enfler ver 2.27 10.95 0.01 1.89 ind:imp:3s; -enflamma enflammer ver 7.25 10.68 0.14 1.55 ind:pas:3s; -enflammai enflammer ver 7.25 10.68 0.00 0.07 ind:pas:1s; -enflammaient enflammer ver 7.25 10.68 0.00 0.54 ind:imp:3p; -enflammait enflammer ver 7.25 10.68 0.07 1.82 ind:imp:3s; -enflammant enflammer ver 7.25 10.68 0.11 0.47 par:pre; -enflamme enflammer ver 7.25 10.68 2.68 1.28 imp:pre:2s;ind:pre:1s;ind:pre:3s; -enflamment enflammer ver 7.25 10.68 0.44 0.47 ind:pre:3p; -enflammer enflammer ver 7.25 10.68 1.59 0.81 inf; -enflammera enflammer ver 7.25 10.68 0.18 0.00 ind:fut:3s; -enflammerait enflammer ver 7.25 10.68 0.01 0.07 cnd:pre:3s; -enflammez enflammer ver 7.25 10.68 0.05 0.00 imp:pre:2p; -enflammât enflammer ver 7.25 10.68 0.00 0.07 sub:imp:3s; -enflammèrent enflammer ver 7.25 10.68 0.01 0.34 ind:pas:3p; -enflammé enflammé adj m s 2.20 4.59 1.00 1.28 -enflammée enflammer ver f s 7.25 10.68 0.65 0.61 par:pas; -enflammées enflammer ver f p 7.25 10.68 0.19 0.47 par:pas; -enflammés enflammé adj m p 2.20 4.59 0.56 0.95 -enflant enfler ver 2.27 10.95 0.00 0.88 par:pre; -enfle enfler ver 2.27 10.95 0.56 1.69 imp:pre:2s;ind:pre:3s; -enflent enfler ver 2.27 10.95 0.26 0.81 ind:pre:3p; -enfler enfler ver 2.27 10.95 0.65 1.49 inf; -enflerait enfler ver 2.27 10.95 0.01 0.00 cnd:pre:3s; -enfles enfler ver 2.27 10.95 0.02 0.07 ind:pre:2s; -enflèrent enfler ver 2.27 10.95 0.00 0.07 ind:pas:3p; -enflé enflé adj m s 1.93 3.58 0.87 1.35 -enflée enflé adj f s 1.93 3.58 0.49 1.01 -enflées enflé adj f p 1.93 3.58 0.25 0.61 -enflure enflure nom f s 2.19 2.36 1.93 2.16 -enflures enflure nom f p 2.19 2.36 0.26 0.20 -enflés enflé adj m p 1.93 3.58 0.32 0.61 -enfoiré enfoiré nom m s 39.56 4.53 30.94 3.24 -enfoirée enfoiré adj f s 14.84 0.81 0.16 0.14 -enfoirés enfoiré nom m p 39.56 4.53 8.50 1.22 -enfonce enfoncer ver 23.30 104.80 6.51 17.23 imp:pre:2s;ind:pre:1s;ind:pre:3s; -enfoncement enfoncement nom m s 0.08 0.61 0.07 0.47 -enfoncements enfoncement nom m p 0.08 0.61 0.01 0.14 -enfoncent enfoncer ver 23.30 104.80 0.68 3.31 ind:pre:3p; -enfoncer enfoncer ver 23.30 104.80 6.88 20.14 inf;; -enfoncera enfoncer ver 23.30 104.80 0.14 0.14 ind:fut:3s; -enfoncerai enfoncer ver 23.30 104.80 0.28 0.07 ind:fut:1s; -enfonceraient enfoncer ver 23.30 104.80 0.02 0.00 cnd:pre:3p; -enfoncerais enfoncer ver 23.30 104.80 0.06 0.14 cnd:pre:1s;cnd:pre:2s; -enfoncerait enfoncer ver 23.30 104.80 0.03 0.47 cnd:pre:3s; -enfonceras enfoncer ver 23.30 104.80 0.04 0.07 ind:fut:2s; -enfoncerez enfoncer ver 23.30 104.80 0.00 0.07 ind:fut:2p; -enfoncerions enfoncer ver 23.30 104.80 0.00 0.07 cnd:pre:1p; -enfoncerons enfoncer ver 23.30 104.80 0.01 0.07 ind:fut:1p; -enfonceront enfoncer ver 23.30 104.80 0.05 0.07 ind:fut:3p; -enfonces enfoncer ver 23.30 104.80 0.92 0.27 ind:pre:2s;sub:pre:2s; -enfonceur enfonceur nom m s 0.00 0.07 0.00 0.07 -enfoncez enfoncer ver 23.30 104.80 1.52 0.41 imp:pre:2p;ind:pre:2p; -enfonciez enfoncer ver 23.30 104.80 0.14 0.00 ind:imp:2p; -enfoncions enfoncer ver 23.30 104.80 0.01 0.34 ind:imp:1p; -enfoncèrent enfoncer ver 23.30 104.80 0.01 1.22 ind:pas:3p; -enfoncé enfoncer ver m s 23.30 104.80 2.60 13.58 par:pas; -enfoncée enfoncer ver f s 23.30 104.80 0.84 5.14 par:pas; -enfoncées enfoncer ver f p 23.30 104.80 0.19 2.70 par:pas; -enfoncés enfoncer ver m p 23.30 104.80 0.40 4.53 par:pas; -enfonça enfoncer ver 23.30 104.80 0.15 9.19 ind:pas:3s; -enfonçage enfonçage nom m s 0.00 0.07 0.00 0.07 -enfonçai enfoncer ver 23.30 104.80 0.01 1.49 ind:pas:1s; -enfonçaient enfoncer ver 23.30 104.80 0.04 4.39 ind:imp:3p; -enfonçais enfoncer ver 23.30 104.80 0.34 1.89 ind:imp:1s; -enfonçait enfoncer ver 23.30 104.80 0.40 11.76 ind:imp:3s; -enfonçant enfoncer ver 23.30 104.80 0.47 5.61 par:pre; -enfonçâmes enfoncer ver 23.30 104.80 0.00 0.14 ind:pas:1p; -enfonçons enfoncer ver 23.30 104.80 0.53 0.34 imp:pre:1p;ind:pre:1p; -enfoui enfouir ver m s 4.26 26.76 1.04 7.57 par:pas; -enfouie enfouir ver f s 4.26 26.76 0.74 4.80 par:pas; -enfouies enfouir ver f p 4.26 26.76 0.62 2.09 par:pas; -enfouillais enfouiller ver 0.00 0.88 0.00 0.14 ind:imp:1s; -enfouillant enfouiller ver 0.00 0.88 0.00 0.07 par:pre; -enfouille enfouiller ver 0.00 0.88 0.00 0.07 ind:pre:3s; -enfouiller enfouiller ver 0.00 0.88 0.00 0.20 inf; -enfouillé enfouiller ver m s 0.00 0.88 0.00 0.34 par:pas; -enfouillée enfouiller ver f s 0.00 0.88 0.00 0.07 par:pas; -enfouir enfouir ver 4.26 26.76 0.71 3.24 inf; -enfouiraient enfouir ver 4.26 26.76 0.00 0.07 cnd:pre:3p; -enfouis enfouir ver m p 4.26 26.76 0.29 2.36 ind:pre:1s;par:pas; -enfouissais enfouir ver 4.26 26.76 0.00 0.27 ind:imp:1s; -enfouissait enfouir ver 4.26 26.76 0.00 1.01 ind:imp:3s; -enfouissant enfouir ver 4.26 26.76 0.01 0.88 par:pre; -enfouissement enfouissement nom m s 0.09 0.34 0.09 0.20 -enfouissements enfouissement nom m p 0.09 0.34 0.00 0.14 -enfouissent enfouir ver 4.26 26.76 0.00 0.07 ind:pre:3p; -enfouissez enfouir ver 4.26 26.76 0.11 0.00 imp:pre:2p;ind:pre:2p; -enfouissons enfouir ver 4.26 26.76 0.01 0.07 imp:pre:1p;ind:pre:1p; -enfouit enfouir ver 4.26 26.76 0.73 4.32 ind:pre:3s;ind:pas:3s; -enfouraille enfourailler ver 0.00 0.14 0.00 0.14 ind:pre:1s;ind:pre:3s; -enfouraillé enfouraillé adj m s 0.02 0.47 0.02 0.34 -enfouraillée enfouraillé adj f s 0.02 0.47 0.00 0.07 -enfouraillés enfouraillé adj m p 0.02 0.47 0.00 0.07 -enfourcha enfourcher ver 0.60 6.49 0.01 1.89 ind:pas:3s; -enfourchai enfourcher ver 0.60 6.49 0.00 0.27 ind:pas:1s; -enfourchaient enfourcher ver 0.60 6.49 0.00 0.07 ind:imp:3p; -enfourchais enfourcher ver 0.60 6.49 0.01 0.20 ind:imp:1s;ind:imp:2s; -enfourchait enfourcher ver 0.60 6.49 0.00 0.54 ind:imp:3s; -enfourchant enfourcher ver 0.60 6.49 0.01 0.27 par:pre; -enfourche enfourcher ver 0.60 6.49 0.23 0.74 imp:pre:2s;ind:pre:1s;ind:pre:3s; -enfourchement enfourchement nom m s 0.00 0.07 0.00 0.07 -enfourcher enfourcher ver 0.60 6.49 0.21 1.01 inf; -enfourcherait enfourcher ver 0.60 6.49 0.00 0.07 cnd:pre:3s; -enfourchez enfourcher ver 0.60 6.49 0.07 0.00 imp:pre:2p;ind:pre:2p; -enfourchiez enfourcher ver 0.60 6.49 0.00 0.07 ind:imp:2p; -enfourchèrent enfourcher ver 0.60 6.49 0.00 0.34 ind:pas:3p; -enfourché enfourcher ver m s 0.60 6.49 0.06 1.01 par:pas; -enfourchure enfourchure nom f s 0.10 0.07 0.10 0.07 -enfourna enfourner ver 0.47 4.93 0.01 0.47 ind:pas:3s; -enfournage enfournage nom m s 0.00 0.07 0.00 0.07 -enfournaient enfourner ver 0.47 4.93 0.00 0.07 ind:imp:3p; -enfournait enfourner ver 0.47 4.93 0.00 0.20 ind:imp:3s; -enfournant enfourner ver 0.47 4.93 0.00 0.27 par:pre; -enfourne enfourner ver 0.47 4.93 0.19 1.15 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -enfournent enfourner ver 0.47 4.93 0.01 0.14 ind:pre:3p; -enfourner enfourner ver 0.47 4.93 0.24 1.08 inf; -enfourniez enfourner ver 0.47 4.93 0.00 0.07 ind:imp:2p; -enfournèrent enfourner ver 0.47 4.93 0.00 0.07 ind:pas:3p; -enfourné enfourner ver m s 0.47 4.93 0.02 0.74 par:pas; -enfournée enfourner ver f s 0.47 4.93 0.00 0.20 par:pas; -enfournées enfourner ver f p 0.47 4.93 0.00 0.07 par:pas; -enfournés enfourner ver m p 0.47 4.93 0.00 0.41 par:pas; -enfreignaient enfreindre ver 6.67 1.96 0.10 0.07 ind:imp:3p; -enfreignais enfreindre ver 6.67 1.96 0.05 0.00 ind:imp:1s;ind:imp:2s; -enfreignait enfreindre ver 6.67 1.96 0.09 0.20 ind:imp:3s; -enfreignant enfreindre ver 6.67 1.96 0.02 0.00 par:pre; -enfreignent enfreindre ver 6.67 1.96 0.16 0.00 ind:pre:3p; -enfreignez enfreindre ver 6.67 1.96 0.19 0.00 ind:pre:2p; -enfreindra enfreindre ver 6.67 1.96 0.07 0.00 ind:fut:3s; -enfreindrai enfreindre ver 6.67 1.96 0.03 0.00 ind:fut:1s; -enfreindrais enfreindre ver 6.67 1.96 0.02 0.00 cnd:pre:1s; -enfreindre enfreindre ver 6.67 1.96 1.86 1.15 inf; -enfreins enfreindre ver 6.67 1.96 0.47 0.00 imp:pre:2s;ind:pre:1s;ind:pre:2s; -enfreint enfreindre ver m s 6.67 1.96 3.33 0.54 ind:pre:3s;par:pas; -enfreinte enfreindre ver f s 6.67 1.96 0.19 0.00 par:pas; -enfreintes enfreindre ver f p 6.67 1.96 0.10 0.00 par:pas; -enfui enfuir ver m s 65.13 37.57 14.79 3.78 par:pas; -enfuie enfuir ver f s 65.13 37.57 8.71 3.38 par:pas;sub:pre:3s; -enfuient enfuir ver 65.13 37.57 2.74 1.01 ind:pre:3p; -enfuies enfuir ver f p 65.13 37.57 0.65 0.68 par:pas;sub:pre:2s; -enfuir enfuir ver 65.13 37.57 20.81 11.69 inf; -enfuira enfuir ver 65.13 37.57 0.56 0.14 ind:fut:3s; -enfuirai enfuir ver 65.13 37.57 0.54 0.20 ind:fut:1s; -enfuiraient enfuir ver 65.13 37.57 0.10 0.14 cnd:pre:3p; -enfuirais enfuir ver 65.13 37.57 0.11 0.14 cnd:pre:1s;cnd:pre:2s; -enfuirait enfuir ver 65.13 37.57 0.30 0.20 cnd:pre:3s; -enfuiras enfuir ver 65.13 37.57 0.07 0.00 ind:fut:2s; -enfuirent enfuir ver 65.13 37.57 0.41 0.81 ind:pas:3p; -enfuiront enfuir ver 65.13 37.57 0.07 0.00 ind:fut:3p; -enfuis enfuir ver m p 65.13 37.57 6.83 3.04 imp:pre:2s;ind:pre:1s;ind:pre:2s;par:pas; -enfuit enfuir ver 65.13 37.57 6.31 7.97 ind:pre:3s;ind:pas:3s; -enfuma enfumer ver 0.39 1.76 0.00 0.07 ind:pas:3s; -enfumaient enfumer ver 0.39 1.76 0.00 0.07 ind:imp:3p; -enfumait enfumer ver 0.39 1.76 0.01 0.20 ind:imp:3s; -enfumer enfumer ver 0.39 1.76 0.20 0.20 inf; -enfumez enfumer ver 0.39 1.76 0.03 0.00 imp:pre:2p; -enfumé enfumé adj m s 0.35 2.97 0.13 0.54 -enfumée enfumé adj f s 0.35 2.97 0.07 1.22 -enfumées enfumé adj f p 0.35 2.97 0.14 0.54 -enfumés enfumé adj m p 0.35 2.97 0.01 0.68 -enfuyaient enfuir ver 65.13 37.57 0.09 1.22 ind:imp:3p; -enfuyais enfuir ver 65.13 37.57 0.43 0.47 ind:imp:1s;ind:imp:2s; -enfuyait enfuir ver 65.13 37.57 0.67 2.03 ind:imp:3s; -enfuyant enfuir ver 65.13 37.57 0.30 0.68 par:pre; -enfuyez enfuir ver 65.13 37.57 0.41 0.00 imp:pre:2p;ind:pre:2p; -enfuyiez enfuir ver 65.13 37.57 0.06 0.00 ind:imp:2p; -enfuyons enfuir ver 65.13 37.57 0.19 0.00 imp:pre:1p;ind:pre:1p; -engage engager ver 68.19 94.59 10.49 10.00 imp:pre:2s;ind:pre:1s;ind:pre:3s; -engagea engager ver 68.19 94.59 0.50 11.08 ind:pas:3s; -engageable engageable nom s 0.01 0.00 0.01 0.00 -engageai engager ver 68.19 94.59 0.01 1.01 ind:pas:1s; -engageaient engager ver 68.19 94.59 0.40 1.76 ind:imp:3p; -engageais engager ver 68.19 94.59 0.12 0.74 ind:imp:1s;ind:imp:2s; -engageait engager ver 68.19 94.59 0.47 6.89 ind:imp:3s; -engageant engager ver 68.19 94.59 0.52 2.30 par:pre; -engageante engageant adj f s 0.26 3.72 0.05 1.08 -engageantes engageant adj f p 0.26 3.72 0.00 0.20 -engageants engageant adj m p 0.26 3.72 0.00 0.20 -engagement engagement nom m s 12.12 18.45 9.46 11.69 -engagements engagement nom m p 12.12 18.45 2.66 6.76 -engagent engager ver 68.19 94.59 0.77 3.31 ind:pre:3p;sub:pre:3p; -engageâmes engager ver 68.19 94.59 0.00 0.34 ind:pas:1p; -engageons engager ver 68.19 94.59 2.55 0.41 imp:pre:1p;ind:pre:1p; -engageât engager ver 68.19 94.59 0.00 0.54 sub:imp:3s; -engager engager ver 68.19 94.59 18.97 21.35 ind:pre:2p;inf; -engagera engager ver 68.19 94.59 0.54 0.34 ind:fut:3s; -engagerai engager ver 68.19 94.59 0.55 0.07 ind:fut:1s; -engageraient engager ver 68.19 94.59 0.17 0.61 cnd:pre:3p; -engagerais engager ver 68.19 94.59 0.22 0.20 cnd:pre:1s;cnd:pre:2s; -engagerait engager ver 68.19 94.59 0.23 0.54 cnd:pre:3s; -engageriez engager ver 68.19 94.59 0.04 0.07 cnd:pre:2p; -engagerions engager ver 68.19 94.59 0.00 0.07 cnd:pre:1p; -engagerons engager ver 68.19 94.59 0.08 0.14 ind:fut:1p; -engageront engager ver 68.19 94.59 0.11 0.07 ind:fut:3p; -engages engager ver 68.19 94.59 1.22 0.14 ind:pre:2s;sub:pre:2s; -engagez engager ver 68.19 94.59 2.04 0.54 imp:pre:2p;ind:pre:2p; -engagiez engager ver 68.19 94.59 0.07 0.07 ind:imp:2p; -engagions engager ver 68.19 94.59 0.14 0.41 ind:imp:1p; -engagèrent engager ver 68.19 94.59 0.06 2.30 ind:pas:3p; -engagé engager ver m s 68.19 94.59 21.09 14.53 par:pas; -engagée engager ver f s 68.19 94.59 4.44 7.03 par:pas; -engagées engager ver f p 68.19 94.59 0.22 3.38 par:pas; -engagés engager ver m p 68.19 94.59 2.17 4.39 par:pas; -engazonnée engazonner ver f s 0.00 0.14 0.00 0.14 par:pas; -engeance engeance nom f s 0.72 3.11 0.63 3.04 -engeances engeance nom f p 0.72 3.11 0.10 0.07 -engelure engelure nom f s 0.46 0.88 0.02 0.00 -engelures engelure nom f p 0.46 0.88 0.44 0.88 -engendra engendrer ver 7.53 10.47 0.26 0.27 ind:pas:3s; -engendraient engendrer ver 7.53 10.47 0.01 0.47 ind:imp:3p; -engendrait engendrer ver 7.53 10.47 0.34 0.74 ind:imp:3s; -engendrant engendrer ver 7.53 10.47 0.05 0.41 par:pre; -engendrassent engendrer ver 7.53 10.47 0.00 0.07 sub:imp:3p; -engendre engendrer ver 7.53 10.47 1.55 2.09 imp:pre:2s;ind:pre:3s; -engendrement engendrement nom m s 0.01 0.20 0.01 0.20 -engendrent engendrer ver 7.53 10.47 0.33 0.74 ind:pre:3p; -engendrer engendrer ver 7.53 10.47 1.75 1.62 inf; -engendrera engendrer ver 7.53 10.47 0.25 0.07 ind:fut:3s; -engendreraient engendrer ver 7.53 10.47 0.01 0.00 cnd:pre:3p; -engendrerait engendrer ver 7.53 10.47 0.14 0.14 cnd:pre:3s; -engendreuse engendreur adj f s 0.00 0.07 0.00 0.07 -engendrez engendrer ver 7.53 10.47 0.06 0.07 imp:pre:2p;ind:pre:2p; -engendrons engendrer ver 7.53 10.47 0.00 0.07 imp:pre:1p; -engendrèrent engendrer ver 7.53 10.47 0.00 0.07 ind:pas:3p; -engendré engendrer ver m s 7.53 10.47 1.60 2.43 par:pas; -engendrée engendrer ver f s 7.53 10.47 0.87 0.34 par:pas; -engendrées engendrer ver f p 7.53 10.47 0.06 0.34 par:pas; -engendrés engendrer ver m p 7.53 10.47 0.25 0.54 par:pas; -engin engin nom m s 11.25 16.01 9.41 9.80 -engineering engineering nom m s 0.03 0.07 0.03 0.07 -engins engin nom m p 11.25 16.01 1.84 6.22 -englacé englacer ver m s 0.01 0.00 0.01 0.00 par:pas; -englande englander ver 0.01 0.27 0.00 0.07 ind:pre:1s; -englander englander ver 0.01 0.27 0.01 0.14 inf; -englandés englander ver m p 0.01 0.27 0.00 0.07 par:pas; -engliche engliche nom s 0.01 0.07 0.01 0.07 -engloba englober ver 0.78 4.53 0.01 0.07 ind:pas:3s; -englobaient englober ver 0.78 4.53 0.00 0.27 ind:imp:3p; -englobais englober ver 0.78 4.53 0.00 0.07 ind:imp:1s; -englobait englober ver 0.78 4.53 0.02 1.01 ind:imp:3s; -englobant englober ver 0.78 4.53 0.01 0.74 par:pre; -englobe englober ver 0.78 4.53 0.46 1.01 imp:pre:2s;ind:pre:1s;ind:pre:3s; -englobent englober ver 0.78 4.53 0.02 0.14 ind:pre:3p; -englober englober ver 0.78 4.53 0.06 0.68 inf; -englobera englober ver 0.78 4.53 0.01 0.07 ind:fut:3s; -engloberaient englober ver 0.78 4.53 0.00 0.07 cnd:pre:3p; -engloberait englober ver 0.78 4.53 0.01 0.00 cnd:pre:3s; -englobé englober ver m s 0.78 4.53 0.03 0.14 par:pas; -englobée englober ver f s 0.78 4.53 0.02 0.07 par:pas; -englobées englober ver f p 0.78 4.53 0.14 0.14 par:pas; -englobés englober ver m p 0.78 4.53 0.00 0.07 par:pas; -englouti engloutir ver m s 4.57 22.30 0.98 4.66 par:pas; -engloutie engloutir ver f s 4.57 22.30 0.60 2.30 par:pas; -englouties engloutir ver f p 4.57 22.30 0.02 1.08 par:pas; -engloutir engloutir ver 4.57 22.30 1.28 4.73 inf; -engloutira engloutir ver 4.57 22.30 0.07 0.14 ind:fut:3s; -engloutiraient engloutir ver 4.57 22.30 0.00 0.07 cnd:pre:3p; -engloutirait engloutir ver 4.57 22.30 0.02 0.14 cnd:pre:3s; -engloutirent engloutir ver 4.57 22.30 0.14 0.07 ind:pas:3p; -engloutirons engloutir ver 4.57 22.30 0.00 0.07 ind:fut:1p; -engloutis engloutir ver m p 4.57 22.30 0.34 2.36 imp:pre:2s;ind:pre:1s;ind:pre:2s;par:pas; -engloutissaient engloutir ver 4.57 22.30 0.02 0.81 ind:imp:3p; -engloutissais engloutir ver 4.57 22.30 0.01 0.14 ind:imp:1s; -engloutissait engloutir ver 4.57 22.30 0.12 1.35 ind:imp:3s; -engloutissant engloutir ver 4.57 22.30 0.01 0.61 par:pre; -engloutisse engloutir ver 4.57 22.30 0.06 0.20 sub:pre:1s;sub:pre:3s; -engloutissement engloutissement nom m s 0.01 0.54 0.01 0.54 -engloutissent engloutir ver 4.57 22.30 0.06 0.74 ind:pre:3p; -engloutissions engloutir ver 4.57 22.30 0.00 0.07 ind:imp:1p; -engloutit engloutir ver 4.57 22.30 0.83 2.77 ind:pre:3s;ind:pas:3s; -engluaient engluer ver 0.40 5.20 0.00 0.20 ind:imp:3p; -engluait engluer ver 0.40 5.20 0.00 0.54 ind:imp:3s; -engluant engluer ver 0.40 5.20 0.01 0.00 par:pre; -englue engluer ver 0.40 5.20 0.01 0.61 ind:pre:3s; -engluent engluer ver 0.40 5.20 0.00 0.34 ind:pre:3p; -engluer engluer ver 0.40 5.20 0.02 0.74 inf; -englué engluer ver m s 0.40 5.20 0.20 1.01 par:pas; -engluée engluer ver f s 0.40 5.20 0.14 0.61 par:pas; -engluées engluer ver f p 0.40 5.20 0.00 0.61 par:pas; -englués engluer ver m p 0.40 5.20 0.03 0.54 par:pas; -engonce engoncer ver 0.05 4.19 0.02 0.14 ind:pre:3s; -engoncement engoncement nom m s 0.00 0.07 0.00 0.07 -engoncé engoncer ver m s 0.05 4.19 0.03 1.69 par:pas; -engoncée engoncer ver f s 0.05 4.19 0.00 0.74 par:pas; -engoncées engoncer ver f p 0.05 4.19 0.00 0.41 par:pas; -engoncés engoncer ver m p 0.05 4.19 0.00 0.88 par:pas; -engonçaient engoncer ver 0.05 4.19 0.00 0.14 ind:imp:3p; -engonçait engoncer ver 0.05 4.19 0.00 0.14 ind:imp:3s; -engonçant engoncer ver 0.05 4.19 0.00 0.07 par:pre; -engorge engorger ver 0.07 1.15 0.00 0.14 ind:pre:3s; -engorgeaient engorger ver 0.07 1.15 0.00 0.07 ind:imp:3p; -engorgeait engorger ver 0.07 1.15 0.00 0.20 ind:imp:3s; -engorgement engorgement nom m s 0.04 0.27 0.04 0.07 -engorgements engorgement nom m p 0.04 0.27 0.00 0.20 -engorgent engorger ver 0.07 1.15 0.01 0.14 ind:pre:3p; -engorger engorger ver 0.07 1.15 0.01 0.07 inf; -engorgeraient engorger ver 0.07 1.15 0.00 0.07 cnd:pre:3p; -engorgèrent engorger ver 0.07 1.15 0.00 0.07 ind:pas:3p; -engorgé engorgé adj m s 0.07 0.47 0.02 0.14 -engorgée engorgé adj f s 0.07 0.47 0.02 0.00 -engorgées engorgé adj f p 0.07 0.47 0.02 0.20 -engorgés engorgé adj m p 0.07 0.47 0.01 0.14 -engouai engouer ver 0.00 0.47 0.00 0.07 ind:pas:1s; -engouait engouer ver 0.00 0.47 0.00 0.14 ind:imp:3s; -engouement engouement nom m s 0.55 1.55 0.42 1.28 -engouements engouement nom m p 0.55 1.55 0.13 0.27 -engouffra engouffrer ver 0.61 18.58 0.01 2.36 ind:pas:3s; -engouffrai engouffrer ver 0.61 18.58 0.01 0.20 ind:pas:1s; -engouffraient engouffrer ver 0.61 18.58 0.00 1.49 ind:imp:3p; -engouffrait engouffrer ver 0.61 18.58 0.16 3.11 ind:imp:3s; -engouffrant engouffrer ver 0.61 18.58 0.00 1.76 par:pre; -engouffre engouffrer ver 0.61 18.58 0.10 3.11 imp:pre:2s;ind:pre:1s;ind:pre:3s; -engouffrement engouffrement nom m s 0.00 0.14 0.00 0.14 -engouffrent engouffrer ver 0.61 18.58 0.03 0.61 ind:pre:3p;sub:pre:3p; -engouffrer engouffrer ver 0.61 18.58 0.09 3.24 inf; -engouffrera engouffrer ver 0.61 18.58 0.14 0.00 ind:fut:3s; -engouffreraient engouffrer ver 0.61 18.58 0.00 0.07 cnd:pre:3p; -engouffrerait engouffrer ver 0.61 18.58 0.00 0.14 cnd:pre:3s; -engouffrons engouffrer ver 0.61 18.58 0.00 0.20 ind:pre:1p; -engouffrât engouffrer ver 0.61 18.58 0.00 0.07 sub:imp:3s; -engouffrèrent engouffrer ver 0.61 18.58 0.00 0.54 ind:pas:3p; -engouffré engouffrer ver m s 0.61 18.58 0.08 0.68 par:pas; -engouffrée engouffrer ver f s 0.61 18.58 0.00 0.61 par:pas; -engouffrées engouffrer ver f p 0.61 18.58 0.00 0.14 par:pas; -engouffrés engouffrer ver m p 0.61 18.58 0.00 0.27 par:pas; -engoulevent engoulevent nom m s 0.10 0.14 0.10 0.14 -engourdi engourdi adj m s 1.34 5.61 0.49 1.89 -engourdie engourdi adj f s 1.34 5.61 0.35 1.55 -engourdies engourdi adj f p 1.34 5.61 0.34 1.01 -engourdir engourdir ver 1.72 10.34 0.33 1.15 inf; -engourdira engourdir ver 1.72 10.34 0.02 0.07 ind:fut:3s; -engourdirai engourdir ver 1.72 10.34 0.00 0.07 ind:fut:1s; -engourdirais engourdir ver 1.72 10.34 0.00 0.07 cnd:pre:1s; -engourdis engourdir ver m p 1.72 10.34 0.17 1.22 ind:pre:1s;ind:pre:2s;par:pas; -engourdissaient engourdir ver 1.72 10.34 0.00 0.27 ind:imp:3p; -engourdissait engourdir ver 1.72 10.34 0.01 2.36 ind:imp:3s; -engourdissant engourdir ver 1.72 10.34 0.00 0.14 par:pre; -engourdissante engourdissant adj f s 0.00 0.34 0.00 0.14 -engourdissantes engourdissant adj f p 0.00 0.34 0.00 0.07 -engourdissement engourdissement nom m s 0.53 5.54 0.44 5.41 -engourdissements engourdissement nom m p 0.53 5.54 0.09 0.14 -engourdissent engourdir ver 1.72 10.34 0.20 0.14 ind:pre:3p; -engourdit engourdir ver 1.72 10.34 0.48 0.81 ind:pre:3s;ind:pas:3s; -engoué engouer ver m s 0.00 0.47 0.00 0.14 par:pas; -engouée engouer ver f s 0.00 0.47 0.00 0.07 par:pas; -engoués engouer ver m p 0.00 0.47 0.00 0.07 par:pas; -engrainait engrainer ver 0.00 0.07 0.00 0.07 ind:imp:3s; -engrais engrais nom m 3.35 3.31 3.35 3.31 -engraissaient engraisser ver 2.65 4.59 0.01 0.14 ind:imp:3p; -engraissait engraisser ver 2.65 4.59 0.00 0.27 ind:imp:3s; -engraissant engraisser ver 2.65 4.59 0.14 0.14 par:pre; -engraisse engraisser ver 2.65 4.59 0.41 1.08 imp:pre:2s;ind:pre:1s;ind:pre:3s; -engraissement engraissement nom m s 0.00 0.07 0.00 0.07 -engraissent engraisser ver 2.65 4.59 0.44 0.27 ind:pre:3p; -engraisser engraisser ver 2.65 4.59 1.12 0.88 inf; -engraisseraient engraisser ver 2.65 4.59 0.01 0.00 cnd:pre:3p; -engraisserait engraisser ver 2.65 4.59 0.01 0.07 cnd:pre:3s; -engraisserons engraisser ver 2.65 4.59 0.00 0.07 ind:fut:1p; -engraisses engraisser ver 2.65 4.59 0.14 0.07 ind:pre:2s; -engraissez engraisser ver 2.65 4.59 0.00 0.07 imp:pre:2p; -engraissèrent engraisser ver 2.65 4.59 0.00 0.14 ind:pas:3p; -engraissé engraisser ver m s 2.65 4.59 0.33 0.88 par:pas; -engraissée engraisser ver f s 2.65 4.59 0.01 0.27 par:pas; -engraissées engraisser ver f p 2.65 4.59 0.00 0.20 par:pas; -engraissés engraisser ver m p 2.65 4.59 0.03 0.07 par:pas; -engrange engranger ver 0.34 1.89 0.06 0.34 ind:pre:1s;ind:pre:3s; -engrangea engranger ver 0.34 1.89 0.00 0.07 ind:pas:3s; -engrangeais engranger ver 0.34 1.89 0.00 0.14 ind:imp:1s; -engrangeait engranger ver 0.34 1.89 0.01 0.20 ind:imp:3s; -engrangeant engranger ver 0.34 1.89 0.00 0.07 par:pre; -engrangement engrangement nom m s 0.00 0.07 0.00 0.07 -engrangent engranger ver 0.34 1.89 0.03 0.14 ind:pre:3p; -engrangeons engranger ver 0.34 1.89 0.00 0.07 imp:pre:1p; -engranger engranger ver 0.34 1.89 0.05 0.20 inf; -engrangé engranger ver m s 0.34 1.89 0.20 0.34 par:pas; -engrangée engranger ver f s 0.34 1.89 0.00 0.07 par:pas; -engrangées engranger ver f p 0.34 1.89 0.00 0.20 par:pas; -engrangés engranger ver m p 0.34 1.89 0.00 0.07 par:pas; -engravement engravement nom m s 0.00 0.07 0.00 0.07 -engraver engraver ver 0.00 0.07 0.00 0.07 inf; -engrenage engrenage nom m s 0.83 4.53 0.68 3.24 -engrenages engrenage nom m p 0.83 4.53 0.16 1.28 -engrenait engrener ver 0.20 0.41 0.10 0.07 ind:imp:3s; -engrenant engrener ver 0.20 0.41 0.00 0.07 par:pre; -engrener engrener ver 0.20 0.41 0.00 0.27 inf; -engrenez engrener ver 0.20 0.41 0.10 0.00 ind:pre:2p; -engrossait engrosser ver 1.74 1.82 0.00 0.14 ind:imp:3s; -engrossant engrosser ver 1.74 1.82 0.01 0.07 par:pre; -engrosse engrosser ver 1.74 1.82 0.04 0.14 ind:pre:1s;ind:pre:3s; -engrossent engrosser ver 1.74 1.82 0.02 0.00 ind:pre:3p; -engrosser engrosser ver 1.74 1.82 0.55 0.68 inf; -engrossera engrosser ver 1.74 1.82 0.00 0.07 ind:fut:3s; -engrosses engrosser ver 1.74 1.82 0.14 0.00 ind:pre:2s; -engrossé engrosser ver m s 1.74 1.82 0.45 0.27 par:pas; -engrossée engrosser ver f s 1.74 1.82 0.33 0.41 par:pas; -engrossées engrosser ver f p 1.74 1.82 0.20 0.07 par:pas; -engueula engueuler ver 13.94 12.97 0.00 0.20 ind:pas:3s; -engueulade engueulade nom f s 0.97 3.51 0.46 2.09 -engueulades engueulade nom f p 0.97 3.51 0.52 1.42 -engueulaient engueuler ver 13.94 12.97 0.17 0.41 ind:imp:3p; -engueulais engueuler ver 13.94 12.97 0.04 0.20 ind:imp:1s;ind:imp:2s; -engueulait engueuler ver 13.94 12.97 0.56 1.08 ind:imp:3s; -engueulant engueuler ver 13.94 12.97 0.03 0.20 par:pre; -engueule engueuler ver 13.94 12.97 2.96 2.16 imp:pre:2s;ind:pre:1s;ind:pre:3s; -engueulent engueuler ver 13.94 12.97 0.62 0.47 ind:pre:3p; -engueuler engueuler ver 13.94 12.97 4.23 5.20 inf; -engueulera engueuler ver 13.94 12.97 0.18 0.14 ind:fut:3s; -engueuleraient engueuler ver 13.94 12.97 0.01 0.00 cnd:pre:3p; -engueulerait engueuler ver 13.94 12.97 0.02 0.14 cnd:pre:3s; -engueuleras engueuler ver 13.94 12.97 0.02 0.00 ind:fut:2s; -engueulerez engueuler ver 13.94 12.97 0.02 0.00 ind:fut:2p; -engueuleront engueuler ver 13.94 12.97 0.23 0.07 ind:fut:3p; -engueules engueuler ver 13.94 12.97 0.45 0.14 ind:pre:2s; -engueulez engueuler ver 13.94 12.97 0.44 0.07 imp:pre:2p;ind:pre:2p; -engueuliez engueuler ver 13.94 12.97 0.02 0.00 ind:imp:2p; -engueulions engueuler ver 13.94 12.97 0.00 0.14 ind:imp:1p; -engueulons engueuler ver 13.94 12.97 0.01 0.14 ind:pre:1p; -engueulèrent engueuler ver 13.94 12.97 0.00 0.07 ind:pas:3p; -engueulé engueuler ver m s 13.94 12.97 1.92 1.22 par:pas; -engueulée engueuler ver f s 13.94 12.97 0.77 0.14 par:pas; -engueulés engueuler ver m p 13.94 12.97 1.23 0.81 par:pas; -enguirlandaient enguirlander ver 0.16 1.28 0.00 0.14 ind:imp:3p; -enguirlandait enguirlander ver 0.16 1.28 0.00 0.14 ind:imp:3s; -enguirlande enguirlander ver 0.16 1.28 0.02 0.14 ind:pre:1s;ind:pre:3s; -enguirlandent enguirlander ver 0.16 1.28 0.00 0.07 ind:pre:3p; -enguirlander enguirlander ver 0.16 1.28 0.11 0.27 inf; -enguirlandé enguirlander ver m s 0.16 1.28 0.02 0.20 par:pas; -enguirlandée enguirlander ver f s 0.16 1.28 0.01 0.20 par:pas; -enguirlandées enguirlander ver f p 0.16 1.28 0.00 0.07 par:pas; -enguirlandés enguirlandé adj m p 0.01 0.34 0.00 0.14 -enhardi enhardir ver m s 0.19 4.32 0.01 0.54 par:pas; -enhardie enhardir ver f s 0.19 4.32 0.03 0.34 par:pas; -enhardies enhardir ver f p 0.19 4.32 0.01 0.07 par:pas; -enhardir enhardir ver 0.19 4.32 0.00 0.20 inf; -enhardirent enhardir ver 0.19 4.32 0.00 0.07 ind:pas:3p; -enhardis enhardir ver m p 0.19 4.32 0.01 0.74 imp:pre:2s;ind:pre:1s;ind:pre:2s;par:pas; -enhardissaient enhardir ver 0.19 4.32 0.00 0.27 ind:imp:3p; -enhardissait enhardir ver 0.19 4.32 0.00 0.68 ind:imp:3s; -enhardissant enhardir ver 0.19 4.32 0.00 0.20 par:pre; -enhardissement enhardissement nom m s 0.00 0.07 0.00 0.07 -enhardissent enhardir ver 0.19 4.32 0.11 0.27 ind:pre:3p; -enhardit enhardir ver 0.19 4.32 0.02 0.95 ind:pre:3s;ind:pas:3s; -enivra enivrer ver 3.06 8.58 0.02 0.27 ind:pas:3s; -enivrai enivrer ver 3.06 8.58 0.00 0.07 ind:pas:1s; -enivraient enivrer ver 3.06 8.58 0.00 0.34 ind:imp:3p; -enivrais enivrer ver 3.06 8.58 0.14 0.14 ind:imp:1s; -enivrait enivrer ver 3.06 8.58 0.01 1.35 ind:imp:3s; -enivrant enivrant adj m s 1.20 3.38 0.80 1.08 -enivrante enivrant adj f s 1.20 3.38 0.35 1.08 -enivrantes enivrant adj f p 1.20 3.38 0.02 0.81 -enivrants enivrant adj m p 1.20 3.38 0.02 0.41 -enivre enivrer ver 3.06 8.58 0.90 1.62 imp:pre:2s;ind:pre:1s;ind:pre:3s; -enivrement enivrement nom m s 0.02 0.68 0.02 0.68 -enivrent enivrer ver 3.06 8.58 0.04 0.41 ind:pre:3p; -enivrer enivrer ver 3.06 8.58 0.91 0.88 inf; -enivreras enivrer ver 3.06 8.58 0.00 0.07 ind:fut:2s; -enivrerez enivrer ver 3.06 8.58 0.00 0.07 ind:fut:2p; -enivres enivrer ver 3.06 8.58 0.14 0.07 ind:pre:2s; -enivrez enivrer ver 3.06 8.58 0.14 0.00 imp:pre:2p;ind:pre:2p; -enivrons enivrer ver 3.06 8.58 0.01 0.00 imp:pre:1p; -enivrèrent enivrer ver 3.06 8.58 0.00 0.07 ind:pas:3p; -enivré enivrer ver m s 3.06 8.58 0.47 1.35 par:pas; -enivrée enivrer ver f s 3.06 8.58 0.21 0.68 par:pas; -enivrées enivrer ver f p 3.06 8.58 0.00 0.07 par:pas; -enivrés enivrer ver m p 3.06 8.58 0.02 0.54 par:pas; -enjôlait enjôler ver 1.07 0.20 0.00 0.07 ind:imp:3s; -enjôlant enjôler ver 1.07 0.20 0.00 0.07 par:pre; -enjôle enjôler ver 1.07 0.20 0.10 0.00 imp:pre:2s; -enjôlement enjôlement nom m s 0.00 0.07 0.00 0.07 -enjôler enjôler ver 1.07 0.20 0.78 0.07 inf; -enjôleur enjôleur adj m s 0.19 1.76 0.17 0.95 -enjôleurs enjôleur nom m p 0.19 0.20 0.01 0.00 -enjôleuse enjôleur nom f s 0.19 0.20 0.02 0.07 -enjôleuses enjôleur adj f p 0.19 1.76 0.00 0.07 -enjôlé enjôler ver m s 1.07 0.20 0.04 0.00 par:pas; -enjôlée enjôler ver f s 1.07 0.20 0.14 0.00 par:pas; -enjamba enjamber ver 0.86 14.80 0.00 2.16 ind:pas:3s; -enjambai enjamber ver 0.86 14.80 0.00 0.27 ind:pas:1s; -enjambaient enjamber ver 0.86 14.80 0.00 0.47 ind:imp:3p; -enjambais enjamber ver 0.86 14.80 0.00 0.07 ind:imp:1s; -enjambait enjamber ver 0.86 14.80 0.02 1.55 ind:imp:3s; -enjambant enjamber ver 0.86 14.80 0.02 1.42 par:pre; -enjambe enjamber ver 0.86 14.80 0.09 2.97 imp:pre:2s;ind:pre:1s;ind:pre:3s; -enjambements enjambement nom m p 0.00 0.07 0.00 0.07 -enjambent enjamber ver 0.86 14.80 0.01 0.61 ind:pre:3p; -enjamber enjamber ver 0.86 14.80 0.42 2.84 inf; -enjamberais enjamber ver 0.86 14.80 0.15 0.07 cnd:pre:1s;cnd:pre:2s; -enjamberait enjamber ver 0.86 14.80 0.00 0.07 cnd:pre:3s; -enjambes enjamber ver 0.86 14.80 0.01 0.07 ind:pre:2s; -enjambeur enjambeur nom m s 0.00 0.34 0.00 0.20 -enjambeurs enjambeur nom m p 0.00 0.34 0.00 0.14 -enjambez enjamber ver 0.86 14.80 0.05 0.00 imp:pre:2p; -enjambions enjamber ver 0.86 14.80 0.00 0.07 ind:imp:1p; -enjambons enjamber ver 0.86 14.80 0.01 0.47 imp:pre:1p;ind:pre:1p; -enjambèrent enjamber ver 0.86 14.80 0.00 0.34 ind:pas:3p; -enjambé enjamber ver m s 0.86 14.80 0.07 1.08 par:pas; -enjambée enjambée nom f s 0.15 6.76 0.06 0.81 -enjambées enjambée nom f p 0.15 6.76 0.09 5.95 -enjambés enjamber ver m p 0.86 14.80 0.00 0.07 par:pas; -enjeu enjeu nom m s 4.67 4.59 3.52 3.99 -enjeux enjeu nom m p 4.67 4.59 1.16 0.61 -enjoignaient enjoindre ver 0.36 3.38 0.00 0.07 ind:imp:3p; -enjoignait enjoindre ver 0.36 3.38 0.00 0.34 ind:imp:3s; -enjoignant enjoindre ver 0.36 3.38 0.01 0.41 par:pre; -enjoignis enjoindre ver 0.36 3.38 0.00 0.20 ind:pas:1s; -enjoignit enjoindre ver 0.36 3.38 0.10 0.95 ind:pas:3s; -enjoignons enjoindre ver 0.36 3.38 0.00 0.07 ind:pre:1p; -enjoindre enjoindre ver 0.36 3.38 0.07 0.34 inf; -enjoint enjoindre ver m s 0.36 3.38 0.18 1.01 ind:pre:3s;par:pas; -enjolivaient enjoliver ver 0.34 1.82 0.00 0.07 ind:imp:3p; -enjolivait enjoliver ver 0.34 1.82 0.03 0.20 ind:imp:3s; -enjolivant enjoliver ver 0.34 1.82 0.00 0.47 par:pre; -enjolive enjoliver ver 0.34 1.82 0.16 0.27 imp:pre:2s;ind:pre:1s;ind:pre:3s; -enjolivements enjolivement nom m p 0.00 0.07 0.00 0.07 -enjoliver enjoliver ver 0.34 1.82 0.08 0.47 inf; -enjoliveur enjoliveur nom m s 0.59 0.20 0.33 0.14 -enjoliveurs enjoliveur nom m p 0.59 0.20 0.26 0.07 -enjolivé enjoliver ver m s 0.34 1.82 0.07 0.07 par:pas; -enjolivée enjoliver ver f s 0.34 1.82 0.00 0.14 par:pas; -enjolivés enjoliver ver m p 0.34 1.82 0.00 0.14 par:pas; -enjouement enjouement nom m s 0.14 1.35 0.14 1.35 -enjoué enjoué adj m s 1.33 4.39 0.25 1.55 -enjouée enjoué adj f s 1.33 4.39 1.03 2.43 -enjouées enjoué adj f p 1.33 4.39 0.01 0.27 -enjoués enjouer ver m p 0.32 0.81 0.14 0.00 par:pas; -enjuiver enjuiver ver 0.01 0.00 0.01 0.00 inf; -enjuivés enjuivé adj m p 0.00 0.07 0.00 0.07 -enjuponne enjuponner ver 0.00 0.14 0.00 0.07 ind:pre:3s; -enjuponnée enjuponner ver f s 0.00 0.14 0.00 0.07 par:pas; -enkyster enkyster ver 0.01 0.00 0.01 0.00 inf; -enkystées enkysté adj f p 0.00 0.07 0.00 0.07 -enlace enlacer ver 4.42 15.88 0.89 2.16 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -enlacement enlacement nom m s 0.03 0.81 0.03 0.41 -enlacements enlacement nom m p 0.03 0.81 0.00 0.41 -enlacent enlacer ver 4.42 15.88 0.17 0.61 ind:pre:3p; -enlacer enlacer ver 4.42 15.88 0.97 0.81 inf; -enlacerai enlacer ver 4.42 15.88 0.05 0.00 ind:fut:1s; -enlacerons enlacer ver 4.42 15.88 0.00 0.07 ind:fut:1p; -enlacez enlacer ver 4.42 15.88 0.13 0.00 imp:pre:2p;ind:pre:2p; -enlacions enlacer ver 4.42 15.88 0.00 0.07 ind:imp:1p; -enlacèrent enlacer ver 4.42 15.88 0.10 0.14 ind:pas:3p; -enlacé enlacer ver m s 4.42 15.88 0.31 1.42 par:pas; -enlacée enlacer ver f s 4.42 15.88 0.25 0.74 par:pas; -enlacées enlacer ver f p 4.42 15.88 0.07 1.28 par:pas; -enlacés enlacer ver m p 4.42 15.88 0.89 4.39 par:pas; -enlaidi enlaidir ver m s 0.76 2.30 0.29 0.34 par:pas; -enlaidie enlaidir ver f s 0.76 2.30 0.02 0.27 par:pas; -enlaidir enlaidir ver 0.76 2.30 0.11 0.47 inf; -enlaidis enlaidir ver 0.76 2.30 0.14 0.14 imp:pre:2s;ind:pre:1s; -enlaidissait enlaidir ver 0.76 2.30 0.02 0.47 ind:imp:3s; -enlaidissant enlaidir ver 0.76 2.30 0.00 0.07 par:pre; -enlaidisse enlaidir ver 0.76 2.30 0.01 0.07 sub:pre:3s; -enlaidissement enlaidissement nom m s 0.01 0.27 0.01 0.27 -enlaidissent enlaidir ver 0.76 2.30 0.02 0.20 ind:pre:3p; -enlaidisses enlaidir ver 0.76 2.30 0.14 0.00 sub:pre:2s; -enlaidit enlaidir ver 0.76 2.30 0.02 0.27 ind:pre:3s;ind:pas:3s; -enlaça enlacer ver 4.42 15.88 0.13 1.28 ind:pas:3s; -enlaçaient enlacer ver 4.42 15.88 0.10 0.61 ind:imp:3p; -enlaçais enlacer ver 4.42 15.88 0.05 0.07 ind:imp:1s;ind:imp:2s; -enlaçait enlacer ver 4.42 15.88 0.16 1.28 ind:imp:3s; -enlaçant enlacer ver 4.42 15.88 0.14 0.88 par:pre; -enlaçons enlacer ver 4.42 15.88 0.03 0.07 ind:pre:1p; -enleva enlever ver 172.45 78.78 0.22 7.03 ind:pas:3s; -enlevai enlever ver 172.45 78.78 0.03 0.47 ind:pas:1s; -enlevaient enlever ver 172.45 78.78 0.19 1.15 ind:imp:3p; -enlevais enlever ver 172.45 78.78 0.55 0.88 ind:imp:1s;ind:imp:2s; -enlevait enlever ver 172.45 78.78 1.33 5.74 ind:imp:3s; -enlevant enlever ver 172.45 78.78 1.13 3.04 par:pre; -enlever enlever ver 172.45 78.78 46.73 22.36 inf; -enlevez enlever ver 172.45 78.78 20.44 2.23 imp:pre:2p;ind:pre:2p; -enleviez enlever ver 172.45 78.78 0.41 0.14 ind:imp:2p; -enlevions enlever ver 172.45 78.78 0.17 0.07 ind:imp:1p; -enlevons enlever ver 172.45 78.78 1.24 0.00 imp:pre:1p;ind:pre:1p; -enlevât enlever ver 172.45 78.78 0.00 0.41 sub:imp:3s; -enlevèrent enlever ver 172.45 78.78 0.04 0.14 ind:pas:3p; -enlevé enlever ver m s 172.45 78.78 20.88 10.95 par:pas; -enlevée enlever ver f s 172.45 78.78 9.68 4.12 par:pas; -enlevées enlever ver f p 172.45 78.78 1.27 0.68 par:pas; -enlevés enlever ver m p 172.45 78.78 2.35 1.35 par:pas; -enliasser enliasser ver 0.00 0.07 0.00 0.07 inf; -enlisa enliser ver 0.93 5.88 0.00 0.14 ind:pas:3s; -enlisaient enliser ver 0.93 5.88 0.00 0.34 ind:imp:3p; -enlisais enliser ver 0.93 5.88 0.00 0.20 ind:imp:1s; -enlisait enliser ver 0.93 5.88 0.01 1.35 ind:imp:3s; -enlisant enliser ver 0.93 5.88 0.00 0.20 par:pre; -enlise enliser ver 0.93 5.88 0.28 0.68 ind:pre:1s;ind:pre:3s; -enlisement enlisement nom m s 0.00 0.74 0.00 0.74 -enlisent enliser ver 0.93 5.88 0.03 0.20 ind:pre:3p; -enliser enliser ver 0.93 5.88 0.21 0.74 inf; -enlisera enliser ver 0.93 5.88 0.00 0.07 ind:fut:3s; -enliserais enliser ver 0.93 5.88 0.01 0.00 cnd:pre:2s; -enlisé enliser ver m s 0.93 5.88 0.23 0.81 par:pas; -enlisée enliser ver f s 0.93 5.88 0.01 0.54 par:pas; -enlisées enliser ver f p 0.93 5.88 0.01 0.14 par:pas; -enlisés enliser ver m p 0.93 5.88 0.14 0.47 par:pas; -enlève enlever ver 172.45 78.78 55.59 13.65 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -enlèvement enlèvement nom m s 9.51 3.85 7.80 3.58 -enlèvements enlèvement nom m p 9.51 3.85 1.71 0.27 -enlèvent enlever ver 172.45 78.78 1.96 1.55 ind:pre:3p; -enlèvera enlever ver 172.45 78.78 1.62 1.01 ind:fut:3s; -enlèverai enlever ver 172.45 78.78 1.19 0.27 ind:fut:1s; -enlèveraient enlever ver 172.45 78.78 0.04 0.14 cnd:pre:3p; -enlèverais enlever ver 172.45 78.78 0.36 0.14 cnd:pre:1s;cnd:pre:2s; -enlèverait enlever ver 172.45 78.78 0.40 0.47 cnd:pre:3s; -enlèveras enlever ver 172.45 78.78 0.28 0.00 ind:fut:2s; -enlèverez enlever ver 172.45 78.78 0.46 0.07 ind:fut:2p; -enlèveriez enlever ver 172.45 78.78 0.04 0.00 cnd:pre:2p; -enlèverons enlever ver 172.45 78.78 0.05 0.07 ind:fut:1p; -enlèveront enlever ver 172.45 78.78 0.15 0.07 ind:fut:3p; -enlèves enlever ver 172.45 78.78 3.66 0.61 ind:pre:2s;sub:pre:2s; -enlumine enluminer ver 0.03 1.15 0.00 0.07 ind:pre:3s; -enluminent enluminer ver 0.03 1.15 0.00 0.07 ind:pre:3p; -enluminer enluminer ver 0.03 1.15 0.00 0.07 inf; -enlumineur enlumineur nom m s 0.40 0.20 0.27 0.20 -enlumineurs enlumineur nom m p 0.40 0.20 0.14 0.00 -enluminé enluminer ver m s 0.03 1.15 0.02 0.34 par:pas; -enluminée enluminé adj f s 0.03 0.47 0.01 0.07 -enluminées enluminer ver f p 0.03 1.15 0.01 0.20 par:pas; -enluminure enluminure nom f s 0.11 1.08 0.00 0.27 -enluminures enluminure nom f p 0.11 1.08 0.11 0.81 -enluminés enluminé adj m p 0.03 0.47 0.00 0.14 -enneige enneiger ver 0.51 1.28 0.00 0.07 ind:pre:3s; -enneigeait enneiger ver 0.51 1.28 0.01 0.07 ind:imp:3s; -enneigement enneigement nom m s 0.10 0.00 0.10 0.00 -enneiger enneiger ver 0.51 1.28 0.01 0.00 inf; -enneigé enneigé adj m s 0.58 2.50 0.20 0.54 -enneigée enneigé adj f s 0.58 2.50 0.10 0.88 -enneigées enneigé adj f p 0.58 2.50 0.05 0.68 -enneigés enneigé adj m p 0.58 2.50 0.24 0.41 -ennemi ennemi nom m s 92.37 111.96 59.98 79.19 -ennemie ennemi nom f s 92.37 111.96 2.56 3.04 -ennemies ennemi adj f p 14.56 19.05 2.19 4.53 -ennemis ennemi nom m p 92.37 111.96 29.22 29.19 -ennobli ennoblir ver m s 0.15 1.22 0.01 0.20 par:pas; -ennoblie ennoblir ver f s 0.15 1.22 0.00 0.07 par:pas; -ennoblir ennoblir ver 0.15 1.22 0.01 0.34 inf; -ennoblis ennoblir ver m p 0.15 1.22 0.10 0.27 ind:pre:2s;par:pas; -ennoblissement ennoblissement nom m s 0.00 0.07 0.00 0.07 -ennoblit ennoblir ver 0.15 1.22 0.03 0.34 ind:pre:3s;ind:pas:3s; -ennuagent ennuager ver 0.03 0.20 0.01 0.00 ind:pre:3p; -ennuager ennuager ver 0.03 0.20 0.00 0.14 inf; -ennuagé ennuager ver m s 0.03 0.20 0.02 0.07 par:pas; -ennui ennui nom m s 76.64 56.62 14.76 38.24 -ennuie ennuyer ver 62.48 59.12 34.04 20.54 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:1s; -ennuient ennuyer ver 62.48 59.12 2.97 2.97 ind:pre:3p; -ennuiera ennuyer ver 62.48 59.12 0.66 0.07 ind:fut:3s; -ennuierai ennuyer ver 62.48 59.12 0.65 0.34 ind:fut:1s; -ennuieraient ennuyer ver 62.48 59.12 0.03 0.00 cnd:pre:3p; -ennuierais ennuyer ver 62.48 59.12 0.47 0.34 cnd:pre:1s;cnd:pre:2s; -ennuierait ennuyer ver 62.48 59.12 2.86 1.76 cnd:pre:3s; -ennuieras ennuyer ver 62.48 59.12 0.52 0.07 ind:fut:2s; -ennuierez ennuyer ver 62.48 59.12 0.06 0.00 ind:fut:2p; -ennuieriez ennuyer ver 62.48 59.12 0.04 0.00 cnd:pre:2p; -ennuierions ennuyer ver 62.48 59.12 0.00 0.07 cnd:pre:1p; -ennuierons ennuyer ver 62.48 59.12 0.14 0.00 ind:fut:1p; -ennuieront ennuyer ver 62.48 59.12 0.11 0.00 ind:fut:3p; -ennuies ennuyer ver 62.48 59.12 3.94 1.35 ind:pre:2s;sub:pre:2s; -ennuis ennui nom m p 76.64 56.62 61.89 18.38 -ennuya ennuyer ver 62.48 59.12 0.00 0.68 ind:pas:3s; -ennuyai ennuyer ver 62.48 59.12 0.00 0.14 ind:pas:1s; -ennuyaient ennuyer ver 62.48 59.12 0.38 2.43 ind:imp:3p; -ennuyais ennuyer ver 62.48 59.12 2.07 3.04 ind:imp:1s;ind:imp:2s; -ennuyait ennuyer ver 62.48 59.12 1.42 9.46 ind:imp:3s; -ennuyant ennuyant adj m s 0.94 0.07 0.79 0.07 -ennuyante ennuyant adj f s 0.94 0.07 0.15 0.00 -ennuyer ennuyer ver 62.48 59.12 7.00 9.12 inf; -ennuyeuse ennuyeux adj f s 19.47 13.31 3.02 2.77 -ennuyeuses ennuyeux adj f p 19.47 13.31 0.83 1.08 -ennuyeux ennuyeux adj m 19.47 13.31 15.62 9.46 -ennuyez ennuyer ver 62.48 59.12 1.55 1.22 imp:pre:2p;ind:pre:2p; -ennuyiez ennuyer ver 62.48 59.12 0.20 0.20 ind:imp:2p; -ennuyions ennuyer ver 62.48 59.12 0.01 0.20 ind:imp:1p; -ennuyons ennuyer ver 62.48 59.12 0.24 0.20 imp:pre:1p;ind:pre:1p; -ennuyât ennuyer ver 62.48 59.12 0.00 0.34 sub:imp:3s; -ennuyèrent ennuyer ver 62.48 59.12 0.00 0.41 ind:pas:3p; -ennuyé ennuyer ver m s 62.48 59.12 1.26 2.23 par:pas; -ennuyée ennuyer ver f s 62.48 59.12 1.54 1.35 par:pas; -ennuyées ennuyer ver f p 62.48 59.12 0.01 0.00 par:pas; -ennuyés ennuyer ver m p 62.48 59.12 0.14 0.14 par:pas; -enorgueillît enorgueillir ver 0.32 2.09 0.00 0.07 sub:imp:3s; -enorgueilli enorgueillir ver m s 0.32 2.09 0.01 0.00 par:pas; -enorgueillir enorgueillir ver 0.32 2.09 0.12 0.61 inf; -enorgueillirent enorgueillir ver 0.32 2.09 0.00 0.07 ind:pas:3p; -enorgueillis enorgueillir ver 0.32 2.09 0.01 0.00 ind:pre:1s; -enorgueillissais enorgueillir ver 0.32 2.09 0.00 0.27 ind:imp:1s; -enorgueillissait enorgueillir ver 0.32 2.09 0.01 0.20 ind:imp:3s; -enorgueillissant enorgueillir ver 0.32 2.09 0.00 0.07 par:pre; -enorgueillisse enorgueillir ver 0.32 2.09 0.00 0.07 sub:pre:1s; -enorgueillissent enorgueillir ver 0.32 2.09 0.14 0.20 ind:pre:3p; -enorgueillit enorgueillir ver 0.32 2.09 0.03 0.54 ind:pre:3s;ind:pas:3s; -enquerraient enquérir ver 1.01 8.85 0.00 0.07 cnd:pre:3p; -enquiers enquérir ver 1.01 8.85 0.02 0.14 imp:pre:2s;ind:pre:1s; -enquiert enquérir ver 1.01 8.85 0.05 1.35 ind:pre:3s; -enquillais enquiller ver 0.00 2.84 0.00 0.07 ind:imp:1s; -enquillait enquiller ver 0.00 2.84 0.00 0.07 ind:imp:3s; -enquillant enquiller ver 0.00 2.84 0.00 0.20 par:pre; -enquille enquiller ver 0.00 2.84 0.00 1.01 ind:pre:1s;ind:pre:3s; -enquillent enquiller ver 0.00 2.84 0.00 0.14 ind:pre:3p; -enquiller enquiller ver 0.00 2.84 0.00 0.74 inf; -enquillons enquiller ver 0.00 2.84 0.00 0.07 ind:pre:1p; -enquillé enquiller ver m s 0.00 2.84 0.00 0.47 par:pas; -enquillés enquiller ver m p 0.00 2.84 0.00 0.07 par:pas; -enquiquinaient enquiquiner ver 0.64 1.15 0.00 0.07 ind:imp:3p; -enquiquinait enquiquiner ver 0.64 1.15 0.02 0.07 ind:imp:3s; -enquiquinant enquiquinant adj m s 0.38 0.07 0.01 0.07 -enquiquinante enquiquinant adj f s 0.38 0.07 0.21 0.00 -enquiquinants enquiquinant adj m p 0.38 0.07 0.16 0.00 -enquiquine enquiquiner ver 0.64 1.15 0.20 0.34 imp:pre:2s;ind:pre:1s;ind:pre:3s; -enquiquinement enquiquinement nom m s 0.01 0.00 0.01 0.00 -enquiquinent enquiquiner ver 0.64 1.15 0.02 0.14 ind:pre:3p; -enquiquiner enquiquiner ver 0.64 1.15 0.12 0.41 inf; -enquiquineraient enquiquiner ver 0.64 1.15 0.01 0.00 cnd:pre:3p; -enquiquines enquiquiner ver 0.64 1.15 0.23 0.00 ind:pre:2s; -enquiquineur enquiquineur nom m s 0.33 0.20 0.17 0.14 -enquiquineurs enquiquineur nom m p 0.33 0.20 0.07 0.00 -enquiquineuse enquiquineur nom f s 0.33 0.20 0.08 0.07 -enquiquiné enquiquiner ver m s 0.64 1.15 0.03 0.14 par:pas; -enquis enquérir ver m 1.01 8.85 0.06 0.88 ind:pas:1s;par:pas;par:pas; -enquise enquérir ver f s 1.01 8.85 0.01 0.20 par:pas; -enquit enquérir ver 1.01 8.85 0.10 3.45 ind:pas:3s; -enquière enquérir ver 1.01 8.85 0.01 0.07 sub:pre:1s;sub:pre:3s; -enquièrent enquérir ver 1.01 8.85 0.00 0.07 ind:pre:3p; -enquéraient enquérir ver 1.01 8.85 0.00 0.41 ind:imp:3p; -enquérais enquérir ver 1.01 8.85 0.02 0.14 ind:imp:1s; -enquérait enquérir ver 1.01 8.85 0.00 0.34 ind:imp:3s; -enquérant enquérir ver 1.01 8.85 0.00 0.41 par:pre; -enquérez enquérir ver 1.01 8.85 0.01 0.00 ind:pre:2p; -enquérir enquérir ver 1.01 8.85 0.73 1.35 inf; -enquêta enquêter ver 19.65 2.91 0.01 0.07 ind:pas:3s; -enquêtais enquêter ver 19.65 2.91 0.45 0.07 ind:imp:1s;ind:imp:2s; -enquêtait enquêter ver 19.65 2.91 0.85 0.61 ind:imp:3s; -enquêtant enquêter ver 19.65 2.91 0.28 0.07 par:pre; -enquête enquête nom f s 57.98 21.28 53.89 18.45 -enquêtent enquêter ver 19.65 2.91 0.50 0.27 ind:pre:3p; -enquêter enquêter ver 19.65 2.91 7.29 1.35 inf; -enquêtes_minut enquêtes_minut nom f p 0.00 0.07 0.00 0.07 -enquêtes enquête nom f p 57.98 21.28 4.08 2.84 -enquêteur enquêteur nom m s 4.06 3.18 1.83 1.28 -enquêteurs enquêteur nom m p 4.06 3.18 2.15 1.82 -enquêteuse enquêteur nom f s 4.06 3.18 0.07 0.00 -enquêtez enquêter ver 19.65 2.91 0.99 0.07 imp:pre:2p;ind:pre:2p; -enquêtrices enquêteur nom f p 4.06 3.18 0.00 0.07 -enquêté enquêter ver m s 19.65 2.91 2.13 0.14 par:pas; -enrôla enrôler ver 3.03 2.77 0.00 0.07 ind:pas:3s; -enrôlaient enrôler ver 3.03 2.77 0.04 0.07 ind:imp:3p; -enrôlais enrôler ver 3.03 2.77 0.01 0.07 ind:imp:1s; -enrôlait enrôler ver 3.03 2.77 0.01 0.14 ind:imp:3s; -enrôlant enrôler ver 3.03 2.77 0.05 0.00 par:pre; -enrôle enrôler ver 3.03 2.77 0.17 0.14 imp:pre:2s;ind:pre:1s;ind:pre:3s; -enrôlement enrôlement nom m s 0.25 0.34 0.25 0.14 -enrôlements enrôlement nom m p 0.25 0.34 0.00 0.20 -enrôler enrôler ver 3.03 2.77 0.82 0.95 inf; -enrôlerait enrôler ver 3.03 2.77 0.01 0.14 cnd:pre:3s; -enrôleriez enrôler ver 3.03 2.77 0.01 0.00 cnd:pre:2p; -enrôlez enrôler ver 3.03 2.77 0.74 0.00 imp:pre:2p;ind:pre:2p; -enrôlons enrôler ver 3.03 2.77 0.03 0.00 imp:pre:1p;ind:pre:1p; -enrôlé enrôler ver m s 3.03 2.77 0.94 0.74 par:pas; -enrôlée enrôler ver f s 3.03 2.77 0.02 0.20 par:pas; -enrôlées enrôler ver f p 3.03 2.77 0.00 0.07 par:pas; -enrôlés enrôler ver m p 3.03 2.77 0.17 0.20 par:pas; -enracinais enraciner ver 0.65 3.65 0.00 0.07 ind:imp:1s; -enracinait enraciner ver 0.65 3.65 0.00 0.54 ind:imp:3s; -enracinant enraciner ver 0.65 3.65 0.00 0.07 par:pre; -enracine enraciner ver 0.65 3.65 0.03 0.14 ind:pre:3s; -enracinement enracinement nom m s 0.01 0.47 0.01 0.41 -enracinements enracinement nom m p 0.01 0.47 0.00 0.07 -enracinent enraciner ver 0.65 3.65 0.14 0.27 ind:pre:3p; -enraciner enraciner ver 0.65 3.65 0.25 0.34 inf; -enracinerait enraciner ver 0.65 3.65 0.10 0.07 cnd:pre:3s; -enracineras enraciner ver 0.65 3.65 0.00 0.07 ind:fut:2s; -enracinerez enraciner ver 0.65 3.65 0.01 0.00 ind:fut:2p; -enraciné enraciner ver m s 0.65 3.65 0.05 1.15 par:pas; -enracinée enraciné adj f s 0.12 0.88 0.04 0.27 -enracinées enraciné adj f p 0.12 0.88 0.01 0.14 -enracinés enraciné adj m p 0.12 0.88 0.04 0.34 -enrage enrager ver 6.13 7.57 1.46 1.82 imp:pre:2s;ind:pre:1s;ind:pre:3s; -enragea enrager ver 6.13 7.57 0.00 0.20 ind:pas:3s; -enrageai enrager ver 6.13 7.57 0.00 0.07 ind:pas:1s; -enrageais enrager ver 6.13 7.57 0.27 0.47 ind:imp:1s; -enrageait enrager ver 6.13 7.57 0.15 1.35 ind:imp:3s; -enrageant enrager ver 6.13 7.57 0.00 0.07 par:pre; -enrageante enrageant adj f s 0.01 0.00 0.01 0.00 -enragement enragement nom m s 0.00 0.14 0.00 0.14 -enragent enrager ver 6.13 7.57 0.01 0.20 ind:pre:3p; -enrager enrager ver 6.13 7.57 2.20 1.49 inf; -enragerais enrager ver 6.13 7.57 0.00 0.14 cnd:pre:1s; -enragé enragé adj m s 3.36 4.26 2.18 1.69 -enragée enragé adj f s 3.36 4.26 0.75 1.28 -enragées enrager ver f p 6.13 7.57 0.12 0.00 par:pas; -enragés enragé nom m p 0.79 1.69 0.39 0.74 -enraie enrayer ver 1.73 1.96 0.01 0.00 ind:pre:3s; -enraillée enrailler ver f s 0.02 0.00 0.02 0.00 par:pas; -enraya enrayer ver 1.73 1.96 0.00 0.20 ind:pas:3s; -enrayage enrayage nom m s 0.02 0.00 0.02 0.00 -enrayait enrayer ver 1.73 1.96 0.00 0.14 ind:imp:3s; -enrayant enrayer ver 1.73 1.96 0.00 0.14 par:pre; -enraye enrayer ver 1.73 1.96 0.27 0.20 ind:pre:3s; -enrayement enrayement nom m s 0.02 0.00 0.02 0.00 -enrayent enrayer ver 1.73 1.96 0.03 0.07 ind:pre:3p; -enrayer enrayer ver 1.73 1.96 0.92 0.74 inf; -enrayera enrayer ver 1.73 1.96 0.04 0.00 ind:fut:3s; -enrayé enrayer ver m s 1.73 1.96 0.32 0.20 par:pas; -enrayée enrayer ver f s 1.73 1.96 0.14 0.27 par:pas; -enregistra enregistrer ver 33.07 14.73 0.09 0.54 ind:pas:3s; -enregistrable enregistrable adj f s 0.01 0.07 0.01 0.07 -enregistrai enregistrer ver 33.07 14.73 0.00 0.27 ind:pas:1s; -enregistraient enregistrer ver 33.07 14.73 0.11 0.34 ind:imp:3p; -enregistrais enregistrer ver 33.07 14.73 0.49 0.20 ind:imp:1s;ind:imp:2s; -enregistrait enregistrer ver 33.07 14.73 0.63 1.35 ind:imp:3s; -enregistrant enregistrer ver 33.07 14.73 0.20 0.41 par:pre; -enregistre enregistrer ver 33.07 14.73 5.96 2.03 imp:pre:2s;ind:pre:1s;ind:pre:3s; -enregistrement enregistrement nom m s 14.79 3.11 11.21 2.36 -enregistrements enregistrement nom m p 14.79 3.11 3.58 0.74 -enregistrent enregistrer ver 33.07 14.73 0.47 0.14 ind:pre:3p; -enregistrer enregistrer ver 33.07 14.73 7.58 3.65 inf; -enregistrera enregistrer ver 33.07 14.73 0.28 0.00 ind:fut:3s; -enregistrerai enregistrer ver 33.07 14.73 0.32 0.00 ind:fut:1s; -enregistrerait enregistrer ver 33.07 14.73 0.01 0.00 cnd:pre:3s; -enregistreras enregistrer ver 33.07 14.73 0.01 0.00 ind:fut:2s; -enregistrerez enregistrer ver 33.07 14.73 0.02 0.00 ind:fut:2p; -enregistrerons enregistrer ver 33.07 14.73 0.01 0.00 ind:fut:1p; -enregistreront enregistrer ver 33.07 14.73 0.01 0.07 ind:fut:3p; -enregistres enregistrer ver 33.07 14.73 0.83 0.07 ind:pre:2s; -enregistreur enregistreur nom m s 1.00 0.20 0.88 0.14 -enregistreurs enregistreur nom m p 1.00 0.20 0.11 0.00 -enregistreuse enregistreur adj f s 0.66 1.01 0.24 0.74 -enregistreuses enregistreur adj f p 0.66 1.01 0.20 0.07 -enregistrez enregistrer ver 33.07 14.73 1.12 0.00 imp:pre:2p;ind:pre:2p; -enregistriez enregistrer ver 33.07 14.73 0.00 0.07 ind:imp:2p; -enregistrions enregistrer ver 33.07 14.73 0.02 0.07 ind:imp:1p; -enregistrons enregistrer ver 33.07 14.73 0.25 0.14 imp:pre:1p;ind:pre:1p; -enregistré enregistrer ver m s 33.07 14.73 9.58 3.18 par:pas; -enregistrée enregistrer ver f s 33.07 14.73 2.73 0.88 par:pas; -enregistrées enregistrer ver f p 33.07 14.73 0.81 0.41 par:pas; -enregistrés enregistrer ver m p 33.07 14.73 1.54 0.95 par:pas; -enrhumait enrhumer ver 2.60 1.96 0.00 0.14 ind:imp:3s; -enrhume enrhumer ver 2.60 1.96 0.39 0.47 ind:pre:1s;ind:pre:3s; -enrhument enrhumer ver 2.60 1.96 0.11 0.07 ind:pre:3p; -enrhumer enrhumer ver 2.60 1.96 0.89 0.41 inf; -enrhumes enrhumer ver 2.60 1.96 0.00 0.07 ind:pre:2s; -enrhumez enrhumer ver 2.60 1.96 0.01 0.00 imp:pre:2p; -enrhumé enrhumer ver m s 2.60 1.96 0.97 0.41 par:pas; -enrhumée enrhumer ver f s 2.60 1.96 0.22 0.34 par:pas; -enrhumées enrhumé adj f p 0.49 1.22 0.00 0.07 -enrhumés enrhumé adj m p 0.49 1.22 0.11 0.27 -enrichi enrichir ver m s 7.73 11.76 1.44 2.03 par:pas; -enrichie enrichir ver f s 7.73 11.76 0.13 0.81 par:pas; -enrichies enrichir ver f p 7.73 11.76 0.17 0.14 par:pas; -enrichir enrichir ver 7.73 11.76 3.00 4.19 inf; -enrichira enrichir ver 7.73 11.76 0.10 0.00 ind:fut:3s; -enrichirais enrichir ver 7.73 11.76 0.01 0.07 cnd:pre:1s; -enrichirait enrichir ver 7.73 11.76 0.34 0.00 cnd:pre:3s; -enrichiront enrichir ver 7.73 11.76 0.04 0.14 ind:fut:3p; -enrichis enrichir ver m p 7.73 11.76 0.48 0.54 ind:pre:1s;ind:pre:2s;par:pas; -enrichissaient enrichir ver 7.73 11.76 0.01 0.34 ind:imp:3p; -enrichissais enrichir ver 7.73 11.76 0.00 0.07 ind:imp:1s; -enrichissait enrichir ver 7.73 11.76 0.05 1.15 ind:imp:3s; -enrichissant enrichissant adj m s 0.69 0.95 0.20 0.14 -enrichissante enrichissant adj f s 0.69 0.95 0.23 0.34 -enrichissantes enrichissant adj f p 0.69 0.95 0.25 0.27 -enrichissants enrichissant adj m p 0.69 0.95 0.01 0.20 -enrichisse enrichir ver 7.73 11.76 0.28 0.14 sub:pre:1s;sub:pre:3s; -enrichissement enrichissement nom m s 0.20 1.28 0.20 0.74 -enrichissements enrichissement nom m p 0.20 1.28 0.00 0.54 -enrichissent enrichir ver 7.73 11.76 0.49 0.54 ind:pre:3p; -enrichissez enrichir ver 7.73 11.76 0.03 0.07 imp:pre:2p;ind:pre:2p; -enrichit enrichir ver 7.73 11.76 1.08 1.35 ind:pre:3s;ind:pas:3s; -enrobage enrobage nom m s 0.05 0.07 0.05 0.07 -enrobaient enrober ver 0.68 2.36 0.00 0.07 ind:imp:3p; -enrobait enrober ver 0.68 2.36 0.00 0.61 ind:imp:3s; -enrobant enrober ver 0.68 2.36 0.00 0.07 par:pre; -enrobe enrober ver 0.68 2.36 0.03 0.54 ind:pre:1s;ind:pre:3s; -enrober enrober ver 0.68 2.36 0.15 0.07 inf; -enrobèrent enrober ver 0.68 2.36 0.00 0.07 ind:pas:3p; -enrobé enrobé adj m s 1.02 1.01 0.88 0.47 -enrobée enrober ver f s 0.68 2.36 0.09 0.27 par:pas; -enrobées enrobé adj f p 1.02 1.01 0.11 0.00 -enrobés enrober ver m p 0.68 2.36 0.17 0.34 par:pas; -enrochements enrochement nom m p 0.00 0.27 0.00 0.27 -enroua enrouer ver 0.12 2.16 0.00 0.14 ind:pas:3s; -enrouaient enrouer ver 0.12 2.16 0.00 0.14 ind:imp:3p; -enrouait enrouer ver 0.12 2.16 0.00 0.20 ind:imp:3s; -enroue enrouer ver 0.12 2.16 0.00 0.34 ind:pre:3s; -enrouement enrouement nom m s 0.00 0.41 0.00 0.34 -enrouements enrouement nom m p 0.00 0.41 0.00 0.07 -enrouer enrouer ver 0.12 2.16 0.00 0.07 inf; -enroula enrouler ver 3.75 16.89 0.00 1.01 ind:pas:3s; -enroulage enroulage nom m s 0.00 0.07 0.00 0.07 -enroulai enrouler ver 3.75 16.89 0.01 0.14 ind:pas:1s; -enroulaient enrouler ver 3.75 16.89 0.11 0.81 ind:imp:3p; -enroulais enrouler ver 3.75 16.89 0.02 0.14 ind:imp:1s; -enroulait enrouler ver 3.75 16.89 0.01 3.31 ind:imp:3s; -enroulant enrouler ver 3.75 16.89 0.03 1.42 par:pre; -enroule enrouler ver 3.75 16.89 1.11 1.96 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:1s; -enroulement enroulement nom m s 0.01 0.61 0.01 0.27 -enroulements enroulement nom m p 0.01 0.61 0.00 0.34 -enroulent enrouler ver 3.75 16.89 0.19 0.41 ind:pre:3p; -enrouler enrouler ver 3.75 16.89 0.36 1.35 inf; -enroulera enrouler ver 3.75 16.89 0.00 0.07 ind:fut:3s; -enroulerais enrouler ver 3.75 16.89 0.10 0.07 cnd:pre:1s; -enroulez enrouler ver 3.75 16.89 0.24 0.00 imp:pre:2p;ind:pre:2p; -enroulèrent enrouler ver 3.75 16.89 0.01 0.41 ind:pas:3p; -enroulé enrouler ver m s 3.75 16.89 0.52 2.50 par:pas; -enroulée enrouler ver f s 3.75 16.89 0.80 1.69 par:pas; -enroulées enrouler ver f p 3.75 16.89 0.05 0.54 par:pas; -enroulés enrouler ver m p 3.75 16.89 0.19 1.08 par:pas; -enroué enroué adj m s 0.18 3.31 0.05 0.61 -enrouée enroué adj f s 0.18 3.31 0.13 2.50 -enrouées enroué adj f p 0.18 3.31 0.00 0.14 -enroués enrouer ver m p 0.12 2.16 0.10 0.14 par:pas; -enrubannaient enrubanner ver 0.13 1.15 0.00 0.14 ind:imp:3p; -enrubannait enrubanner ver 0.13 1.15 0.00 0.14 ind:imp:3s; -enrubanner enrubanner ver 0.13 1.15 0.11 0.00 inf; -enrubanné enrubanner ver m s 0.13 1.15 0.01 0.27 par:pas; -enrubannée enrubanné adj f s 0.03 0.88 0.03 0.14 -enrubannées enrubanner ver f p 0.13 1.15 0.00 0.14 par:pas; -enrubannés enrubanné adj m p 0.03 0.88 0.00 0.34 -enrégimentait enrégimenter ver 0.00 0.27 0.00 0.07 ind:imp:3s; -enrégimenter enrégimenter ver 0.00 0.27 0.00 0.14 inf; -enrégimenterait enrégimenter ver 0.00 0.27 0.00 0.07 cnd:pre:3s; -ensablait ensabler ver 0.28 1.15 0.10 0.14 ind:imp:3s; -ensable ensabler ver 0.28 1.15 0.00 0.27 ind:pre:3s; -ensablement ensablement nom m s 0.00 0.20 0.00 0.20 -ensablent ensabler ver 0.28 1.15 0.00 0.07 ind:pre:3p; -ensabler ensabler ver 0.28 1.15 0.01 0.14 inf; -ensablèrent ensabler ver 0.28 1.15 0.00 0.07 ind:pas:3p; -ensablé ensablé adj m s 0.03 0.88 0.01 0.27 -ensablée ensabler ver f s 0.28 1.15 0.14 0.20 par:pas; -ensablées ensablé adj f p 0.03 0.88 0.00 0.14 -ensablés ensablé adj m p 0.03 0.88 0.01 0.27 -ensacher ensacher ver 0.04 0.07 0.02 0.00 inf; -ensaché ensacher ver m s 0.04 0.07 0.01 0.07 par:pas; -ensanglanta ensanglanter ver 1.07 2.30 0.00 0.14 ind:pas:3s; -ensanglantaient ensanglanter ver 1.07 2.30 0.00 0.07 ind:imp:3p; -ensanglantant ensanglanter ver 1.07 2.30 0.00 0.14 par:pre; -ensanglante ensanglanter ver 1.07 2.30 0.28 0.00 ind:pre:3s; -ensanglantement ensanglantement nom m s 0.00 0.07 0.00 0.07 -ensanglanter ensanglanter ver 1.07 2.30 0.00 0.07 inf; -ensanglantèrent ensanglanter ver 1.07 2.30 0.00 0.07 ind:pas:3p; -ensanglanté ensanglanté adj m s 1.55 4.26 0.71 1.55 -ensanglantée ensanglanté adj f s 1.55 4.26 0.52 1.28 -ensanglantées ensanglanté adj f p 1.55 4.26 0.10 0.61 -ensanglantés ensanglanté adj m p 1.55 4.26 0.21 0.81 -ensauvageait ensauvager ver 0.11 0.68 0.00 0.07 ind:imp:3s; -ensauvagement ensauvagement nom m s 0.00 0.07 0.00 0.07 -ensauvagé ensauvager ver m s 0.11 0.68 0.01 0.14 par:pas; -ensauvagée ensauvager ver f s 0.11 0.68 0.10 0.20 par:pas; -ensauvagées ensauvager ver f p 0.11 0.68 0.00 0.14 par:pas; -ensauvagés ensauvager ver m p 0.11 0.68 0.00 0.14 par:pas; -ensauve ensauver ver 0.00 0.14 0.00 0.07 ind:pre:1s; -ensauvés ensauver ver m p 0.00 0.14 0.00 0.07 par:pas; -enseigna enseigner ver 31.98 23.04 0.59 1.15 ind:pas:3s; -enseignaient enseigner ver 31.98 23.04 0.07 0.47 ind:imp:3p; -enseignais enseigner ver 31.98 23.04 0.80 0.34 ind:imp:1s;ind:imp:2s; -enseignait enseigner ver 31.98 23.04 1.29 3.85 ind:imp:3s; -enseignant_robot enseignant_robot nom m s 0.00 0.07 0.00 0.07 -enseignant enseignant nom m s 3.94 1.69 1.63 0.34 -enseignante enseignant nom f s 3.94 1.69 0.45 0.47 -enseignantes enseignant nom f p 3.94 1.69 0.03 0.07 -enseignants enseignant nom m p 3.94 1.69 1.84 0.81 -enseigne enseigner ver 31.98 23.04 8.85 3.78 imp:pre:2s;ind:pre:1s;ind:pre:3s; -enseignement enseignement nom m s 4.27 12.50 3.61 10.95 -enseignements enseignement nom m p 4.27 12.50 0.66 1.55 -enseignent enseigner ver 31.98 23.04 0.59 0.95 ind:pre:3p; -enseigner enseigner ver 31.98 23.04 10.06 5.00 inf;; -enseignera enseigner ver 31.98 23.04 0.53 0.41 ind:fut:3s; -enseignerai enseigner ver 31.98 23.04 0.78 0.14 ind:fut:1s; -enseigneraient enseigner ver 31.98 23.04 0.01 0.07 cnd:pre:3p; -enseignerais enseigner ver 31.98 23.04 0.30 0.07 cnd:pre:1s; -enseignerait enseigner ver 31.98 23.04 0.05 0.14 cnd:pre:3s; -enseigneras enseigner ver 31.98 23.04 0.05 0.00 ind:fut:2s; -enseignerez enseigner ver 31.98 23.04 0.06 0.00 ind:fut:2p; -enseignerons enseigner ver 31.98 23.04 0.28 0.00 ind:fut:1p; -enseigneront enseigner ver 31.98 23.04 0.04 0.07 ind:fut:3p; -enseignes enseigner ver 31.98 23.04 0.89 0.07 ind:pre:2s; -enseigneur enseigneur nom m s 0.01 0.00 0.01 0.00 -enseignez enseigner ver 31.98 23.04 1.61 0.54 imp:pre:2p;ind:pre:2p; -enseigniez enseigner ver 31.98 23.04 0.17 0.07 ind:imp:2p; -enseignons enseigner ver 31.98 23.04 0.09 0.00 imp:pre:1p;ind:pre:1p; -enseignât enseigner ver 31.98 23.04 0.00 0.07 sub:imp:3s; -enseignèrent enseigner ver 31.98 23.04 0.00 0.20 ind:pas:3p; -enseigné enseigner ver m s 31.98 23.04 3.79 3.85 par:pas; -enseignée enseigner ver f s 31.98 23.04 0.43 0.88 par:pas; -enseignées enseigner ver f p 31.98 23.04 0.22 0.27 par:pas; -enseignés enseigner ver m p 31.98 23.04 0.06 0.34 par:pas; -ensellement ensellement nom m s 0.00 0.20 0.00 0.20 -ensellé ensellé adj m s 0.01 0.07 0.01 0.00 -ensellure ensellure nom f s 0.14 0.07 0.14 0.07 -ensellés ensellé adj m p 0.01 0.07 0.00 0.07 -ensemble ensemble adv 253.47 145.07 253.47 145.07 -ensembles ensemble nom m p 31.87 63.45 2.13 2.03 -ensemencement ensemencement nom m s 0.01 0.20 0.01 0.14 -ensemencements ensemencement nom m p 0.01 0.20 0.00 0.07 -ensemencer ensemencer ver 0.23 1.42 0.08 0.41 inf; -ensemencé ensemencer ver m s 0.23 1.42 0.14 0.34 par:pas; -ensemencée ensemencer ver f s 0.23 1.42 0.01 0.20 par:pas; -ensemencés ensemencer ver m p 0.23 1.42 0.00 0.14 par:pas; -ensemença ensemencer ver 0.23 1.42 0.00 0.07 ind:pas:3s; -ensemençaient ensemencer ver 0.23 1.42 0.00 0.07 ind:imp:3p; -ensemençait ensemencer ver 0.23 1.42 0.00 0.14 ind:imp:3s; -ensemençant ensemencer ver 0.23 1.42 0.00 0.07 par:pre; -enserra enserrer ver 0.23 7.70 0.00 0.07 ind:pas:3s; -enserrai enserrer ver 0.23 7.70 0.00 0.07 ind:pas:1s; -enserraient enserrer ver 0.23 7.70 0.01 1.01 ind:imp:3p; -enserrait enserrer ver 0.23 7.70 0.00 1.28 ind:imp:3s; -enserrant enserrer ver 0.23 7.70 0.00 1.49 par:pre; -enserre enserrer ver 0.23 7.70 0.05 1.08 ind:pre:1s;ind:pre:3s; -enserrent enserrer ver 0.23 7.70 0.02 0.74 ind:pre:3p; -enserrer enserrer ver 0.23 7.70 0.01 0.54 inf; -enserrera enserrer ver 0.23 7.70 0.01 0.00 ind:fut:3s; -enserrerait enserrer ver 0.23 7.70 0.00 0.07 cnd:pre:3s; -enserres enserrer ver 0.23 7.70 0.00 0.07 ind:pre:2s; -enserrèrent enserrer ver 0.23 7.70 0.00 0.07 ind:pas:3p; -enserré enserrer ver m s 0.23 7.70 0.13 0.54 par:pas; -enserrée enserrer ver f s 0.23 7.70 0.00 0.27 par:pas; -enserrées enserrer ver f p 0.23 7.70 0.00 0.14 par:pas; -enserrés enserrer ver m p 0.23 7.70 0.00 0.27 par:pas; -enseveli ensevelir ver m s 3.10 8.58 0.75 2.70 par:pas; -ensevelie ensevelir ver f s 3.10 8.58 0.52 0.88 par:pas; -ensevelies ensevelir ver f p 3.10 8.58 0.06 0.68 par:pas; -ensevelir ensevelir ver 3.10 8.58 1.20 1.08 inf; -ensevelira ensevelir ver 3.10 8.58 0.04 0.00 ind:fut:3s; -ensevelirait ensevelir ver 3.10 8.58 0.00 0.07 cnd:pre:3s; -ensevelis ensevelir ver m p 3.10 8.58 0.33 1.76 ind:pre:1s;par:pas; -ensevelissaient ensevelir ver 3.10 8.58 0.00 0.14 ind:imp:3p; -ensevelissais ensevelir ver 3.10 8.58 0.00 0.07 ind:imp:1s; -ensevelissait ensevelir ver 3.10 8.58 0.00 0.34 ind:imp:3s; -ensevelissant ensevelir ver 3.10 8.58 0.00 0.20 par:pre; -ensevelisse ensevelir ver 3.10 8.58 0.14 0.27 sub:pre:3s; -ensevelissement ensevelissement nom m s 0.03 0.74 0.03 0.74 -ensevelissent ensevelir ver 3.10 8.58 0.00 0.14 ind:pre:3p; -ensevelisseuse ensevelisseur nom f s 0.00 0.14 0.00 0.14 -ensevelissez ensevelir ver 3.10 8.58 0.03 0.00 imp:pre:2p;ind:pre:2p; -ensevelissons ensevelir ver 3.10 8.58 0.00 0.07 imp:pre:1p; -ensevelit ensevelir ver 3.10 8.58 0.02 0.20 ind:pre:3s;ind:pas:3s; -ensoleilla ensoleiller ver 0.99 3.31 0.00 0.14 ind:pas:3s; -ensoleillement ensoleillement nom m s 0.04 0.27 0.04 0.27 -ensoleiller ensoleiller ver 0.99 3.31 0.02 0.07 inf; -ensoleillèrent ensoleiller ver 0.99 3.31 0.00 0.07 ind:pas:3p; -ensoleillé ensoleillé adj m s 2.12 8.31 1.05 3.04 -ensoleillée ensoleillé adj f s 2.12 8.31 0.75 4.12 -ensoleillées ensoleillé adj f p 2.12 8.31 0.06 0.61 -ensoleillés ensoleillé adj m p 2.12 8.31 0.26 0.54 -ensommeilla ensommeiller ver 0.14 1.15 0.00 0.07 ind:pas:3s; -ensommeillaient ensommeiller ver 0.14 1.15 0.00 0.07 ind:imp:3p; -ensommeillait ensommeiller ver 0.14 1.15 0.00 0.14 ind:imp:3s; -ensommeiller ensommeiller ver 0.14 1.15 0.00 0.07 inf; -ensommeillé ensommeiller ver m s 0.14 1.15 0.14 0.34 par:pas; -ensommeillée ensommeillé adj f s 0.21 3.38 0.01 1.55 -ensommeillées ensommeillé adj f p 0.21 3.38 0.00 0.34 -ensommeillés ensommeillé adj m p 0.21 3.38 0.10 0.54 -ensorcelaient ensorceler ver 3.92 1.49 0.00 0.07 ind:imp:3p; -ensorcelant ensorcelant adj m s 0.21 0.47 0.03 0.20 -ensorcelante ensorcelant adj f s 0.21 0.47 0.19 0.20 -ensorcelantes ensorcelant adj f p 0.21 0.47 0.00 0.07 -ensorceler ensorceler ver 3.92 1.49 0.67 0.34 inf; -ensorceleur ensorceleur adj m s 0.03 0.07 0.01 0.07 -ensorceleuse ensorceleur nom f s 0.04 0.07 0.03 0.07 -ensorceleuses ensorceleuse nom f p 0.02 0.00 0.02 0.00 -ensorcelez ensorceler ver 3.92 1.49 0.02 0.07 ind:pre:2p; -ensorcelle ensorceler ver 3.92 1.49 0.34 0.34 ind:pre:3s; -ensorcellement ensorcellement nom m s 0.05 0.14 0.05 0.14 -ensorcellent ensorceler ver 3.92 1.49 0.26 0.07 ind:pre:3p; -ensorcelles ensorceler ver 3.92 1.49 0.00 0.07 ind:pre:2s; -ensorcelé ensorceler ver m s 3.92 1.49 1.72 0.34 par:pas; -ensorcelée ensorceler ver f s 3.92 1.49 0.73 0.14 par:pas; -ensorcelées ensorcelé adj f p 0.35 0.88 0.10 0.14 -ensorcelés ensorceler ver m p 3.92 1.49 0.18 0.00 par:pas; -ensouple ensouple nom f s 0.00 0.07 0.00 0.07 -ensoutanée ensoutané adj f s 0.00 0.07 0.00 0.07 -ensoutanées ensoutaner ver f p 0.00 0.07 0.00 0.07 par:pas; -ensuit ensuivre ver 1.20 5.34 0.52 1.89 ind:pre:3s; -ensuite ensuite adv_sup 127.92 169.19 127.92 169.19 -ensuivaient ensuivre ver 1.20 5.34 0.00 0.14 ind:imp:3p; -ensuivait ensuivre ver 1.20 5.34 0.00 0.34 ind:imp:3s; -ensuive ensuivre ver 1.20 5.34 0.33 0.54 sub:pre:3s; -ensuivent ensuivre ver 1.20 5.34 0.04 0.07 ind:pre:3p; -ensuivi ensuivre ver m s 1.20 5.34 0.00 0.07 par:pas; -ensuivie ensuivre ver f s 1.20 5.34 0.01 0.07 par:pas; -ensuivies ensuivre ver f p 1.20 5.34 0.00 0.07 par:pas; -ensuivirent ensuivre ver 1.20 5.34 0.03 0.27 ind:pas:3p; -ensuivit ensuivre ver 1.20 5.34 0.15 1.22 ind:pas:3s; -ensuivra ensuivre ver 1.20 5.34 0.06 0.07 ind:fut:3s; -ensuivraient ensuivre ver 1.20 5.34 0.01 0.07 cnd:pre:3p; -ensuivrait ensuivre ver 1.20 5.34 0.01 0.20 cnd:pre:3s; -ensuivre ensuivre ver 1.20 5.34 0.02 0.34 inf; -ensuivront ensuivre ver 1.20 5.34 0.03 0.00 ind:fut:3p; -ensuquent ensuquer ver 0.00 0.47 0.00 0.07 ind:pre:3p; -ensuqué ensuquer ver m s 0.00 0.47 0.00 0.14 par:pas; -ensuquée ensuquer ver f s 0.00 0.47 0.00 0.27 par:pas; -entôlage entôlage nom m s 0.01 0.14 0.01 0.14 -entôler entôler ver 0.02 0.20 0.01 0.00 inf; -entôleur entôleur nom m s 0.00 0.07 0.00 0.07 -entôlé entôler ver m s 0.02 0.20 0.01 0.14 par:pas; -entôlée entôler ver f s 0.02 0.20 0.00 0.07 par:pas; -entablement entablement nom m s 0.00 0.07 0.00 0.07 -entachait entacher ver 0.78 1.76 0.00 0.27 ind:imp:3s; -entache entacher ver 0.78 1.76 0.31 0.07 imp:pre:2s;ind:pre:3s; -entachent entacher ver 0.78 1.76 0.01 0.00 ind:pre:3p; -entacher entacher ver 0.78 1.76 0.10 0.14 inf; -entacherait entacher ver 0.78 1.76 0.04 0.00 cnd:pre:3s; -entaché entacher ver m s 0.78 1.76 0.12 0.81 par:pas; -entachée entacher ver f s 0.78 1.76 0.19 0.34 par:pas; -entachées entacher ver f p 0.78 1.76 0.00 0.07 par:pas; -entachés entacher ver m p 0.78 1.76 0.00 0.07 par:pas; -entailla entailler ver 0.52 2.09 0.00 0.07 ind:pas:3s; -entaillait entailler ver 0.52 2.09 0.01 0.27 ind:imp:3s; -entaille entaille nom f s 1.93 3.92 1.49 2.64 -entaillent entailler ver 0.52 2.09 0.00 0.27 ind:pre:3p; -entailler entailler ver 0.52 2.09 0.10 0.47 inf; -entaillerai entailler ver 0.52 2.09 0.00 0.07 ind:fut:1s; -entailles entaille nom f p 1.93 3.92 0.44 1.28 -entaillé entailler ver m s 0.52 2.09 0.18 0.34 par:pas; -entaillée entailler ver f s 0.52 2.09 0.04 0.14 par:pas; -entaillées entaillé adj f p 0.11 0.61 0.01 0.00 -entaillés entaillé adj m p 0.11 0.61 0.01 0.20 -entama entamer ver 7.44 27.77 0.08 2.03 ind:pas:3s; -entamai entamer ver 7.44 27.77 0.01 0.47 ind:pas:1s; -entamaient entamer ver 7.44 27.77 0.14 1.28 ind:imp:3p; -entamais entamer ver 7.44 27.77 0.07 0.07 ind:imp:1s; -entamait entamer ver 7.44 27.77 0.04 1.62 ind:imp:3s; -entamant entamer ver 7.44 27.77 0.02 0.41 par:pre; -entame entamer ver 7.44 27.77 1.09 2.36 imp:pre:2s;ind:pre:1s;ind:pre:3s; -entament entamer ver 7.44 27.77 0.32 0.61 ind:pre:3p; -entamer entamer ver 7.44 27.77 2.42 7.03 inf; -entamera entamer ver 7.44 27.77 0.28 0.07 ind:fut:3s; -entamerai entamer ver 7.44 27.77 0.03 0.07 ind:fut:1s; -entameraient entamer ver 7.44 27.77 0.01 0.07 cnd:pre:3p; -entamerais entamer ver 7.44 27.77 0.14 0.14 cnd:pre:1s; -entamerait entamer ver 7.44 27.77 0.02 0.27 cnd:pre:3s; -entamerez entamer ver 7.44 27.77 0.01 0.07 ind:fut:2p; -entamerons entamer ver 7.44 27.77 0.12 0.07 ind:fut:1p; -entames entamer ver 7.44 27.77 0.02 0.00 ind:pre:2s; -entamez entamer ver 7.44 27.77 0.26 0.07 imp:pre:2p;ind:pre:2p; -entamons entamer ver 7.44 27.77 0.13 0.14 imp:pre:1p;ind:pre:1p; -entamât entamer ver 7.44 27.77 0.00 0.27 sub:imp:3s; -entamèrent entamer ver 7.44 27.77 0.11 0.54 ind:pas:3p; -entamé entamer ver m s 7.44 27.77 1.52 5.68 par:pas; -entamée entamer ver f s 7.44 27.77 0.47 3.51 par:pas; -entamées entamer ver f p 7.44 27.77 0.12 0.27 par:pas; -entamés entamer ver m p 7.44 27.77 0.02 0.68 par:pas; -entant enter ver 0.49 0.14 0.12 0.00 par:pre; -entassa entasser ver 3.90 29.05 0.00 0.68 ind:pas:3s; -entassaient entasser ver 3.90 29.05 0.14 5.81 ind:imp:3p; -entassait entasser ver 3.90 29.05 0.06 2.43 ind:imp:3s; -entassant entasser ver 3.90 29.05 0.00 0.61 par:pre; -entasse entasser ver 3.90 29.05 1.07 1.55 imp:pre:2s;ind:pre:1s;ind:pre:3s; -entassement entassement nom m s 0.00 4.53 0.00 3.31 -entassements entassement nom m p 0.00 4.53 0.00 1.22 -entassent entasser ver 3.90 29.05 0.58 2.09 ind:pre:3p; -entasser entasser ver 3.90 29.05 0.65 2.03 inf; -entassera entasser ver 3.90 29.05 0.00 0.07 ind:fut:3s; -entasseraient entasser ver 3.90 29.05 0.00 0.14 cnd:pre:3p; -entasserait entasser ver 3.90 29.05 0.00 0.07 cnd:pre:3s; -entasseront entasser ver 3.90 29.05 0.00 0.07 ind:fut:3p; -entassez entasser ver 3.90 29.05 0.07 0.07 imp:pre:2p; -entassions entasser ver 3.90 29.05 0.00 0.34 ind:imp:1p; -entassâmes entasser ver 3.90 29.05 0.00 0.07 ind:pas:1p; -entassons entasser ver 3.90 29.05 0.10 0.07 ind:pre:1p; -entassèrent entasser ver 3.90 29.05 0.00 0.34 ind:pas:3p; -entassé entasser ver m s 3.90 29.05 0.07 1.62 par:pas; -entassée entasser ver f s 3.90 29.05 0.03 0.95 par:pas; -entassées entasser ver f p 3.90 29.05 0.02 3.18 par:pas; -entassés entasser ver m p 3.90 29.05 1.10 6.89 par:pas; -ente enter ver 0.49 0.14 0.01 0.00 ind:pre:3s; -entement entement nom m s 0.00 0.07 0.00 0.07 -entend entendre ver 728.67 719.12 41.77 63.11 ind:pre:3s; -entendîmes entendre ver 728.67 719.12 0.14 1.69 ind:pas:1p; -entendît entendre ver 728.67 719.12 0.00 2.30 sub:imp:3s; -entendaient entendre ver 728.67 719.12 1.52 7.09 ind:imp:3p; -entendais entendre ver 728.67 719.12 7.49 29.93 ind:imp:1s;ind:imp:2s; -entendait entendre ver 728.67 719.12 7.11 80.27 ind:imp:3s; -entendant entendre ver 728.67 719.12 1.95 15.00 par:pre; -entende entendre ver 728.67 719.12 9.72 5.47 sub:pre:1s;sub:pre:3s; -entendement entendement nom m s 1.13 2.70 1.13 2.70 -entendent entendre ver 728.67 719.12 6.75 7.64 ind:pre:3p;sub:pre:3p; -entendes entendre ver 728.67 719.12 1.01 0.41 sub:pre:2s; -entendeur entendeur nom m s 0.28 0.34 0.28 0.27 -entendeurs entendeur nom m p 0.28 0.34 0.00 0.07 -entendez entendre ver 728.67 719.12 45.11 13.99 imp:pre:2p;ind:pre:2p; -entendiez entendre ver 728.67 719.12 2.24 0.81 ind:imp:2p;sub:pre:2p; -entendions entendre ver 728.67 719.12 0.76 5.68 ind:imp:1p; -entendirent entendre ver 728.67 719.12 0.14 5.14 ind:pas:3p; -entendis entendre ver 728.67 719.12 1.11 16.76 ind:pas:1s; -entendisse entendre ver 728.67 719.12 0.00 0.14 sub:imp:1s; -entendissent entendre ver 728.67 719.12 0.01 0.20 sub:imp:3p; -entendit entendre ver 728.67 719.12 1.50 63.31 ind:pas:3s; -entendons entendre ver 728.67 719.12 2.05 5.14 imp:pre:1p;ind:pre:1p; -entendra entendre ver 728.67 719.12 6.61 2.57 ind:fut:3s; -entendrai entendre ver 728.67 719.12 1.36 1.08 ind:fut:1s; -entendraient entendre ver 728.67 719.12 0.23 0.88 cnd:pre:3p; -entendrais entendre ver 728.67 719.12 0.85 1.22 cnd:pre:1s;cnd:pre:2s; -entendrait entendre ver 728.67 719.12 1.71 3.18 cnd:pre:3s; -entendras entendre ver 728.67 719.12 2.26 0.61 ind:fut:2s; -entendre entendre ver 728.67 719.12 137.90 162.50 inf;;inf;;inf;; -entendrez entendre ver 728.67 719.12 3.45 0.47 ind:fut:2p; -entendriez entendre ver 728.67 719.12 0.28 0.14 cnd:pre:2p; -entendrions entendre ver 728.67 719.12 0.03 0.14 cnd:pre:1p; -entendrons entendre ver 728.67 719.12 0.63 0.81 ind:fut:1p; -entendront entendre ver 728.67 719.12 1.54 0.47 ind:fut:3p; -entends entendre ver 728.67 719.12 163.49 78.45 imp:pre:2s;ind:pre:1s;ind:pre:2s; -entendu entendre ver m s 728.67 719.12 256.43 122.91 par:pas; -entendue entendre ver f s 728.67 719.12 14.31 11.01 par:pas; -entendues entendre ver f p 728.67 719.12 1.53 2.43 par:pas; -entendus entendre ver m p 728.67 719.12 5.68 6.22 par:pas; -entente entente nom f s 2.82 10.81 2.72 10.68 -ententes entente nom f p 2.82 10.81 0.10 0.14 -enter enter ver 0.49 0.14 0.35 0.14 inf; -enterra enterrer ver 63.68 28.58 0.26 0.47 ind:pas:3s; -enterrai enterrer ver 63.68 28.58 0.01 0.07 ind:pas:1s; -enterraient enterrer ver 63.68 28.58 0.13 0.14 ind:imp:3p; -enterrais enterrer ver 63.68 28.58 0.04 0.14 ind:imp:1s;ind:imp:2s; -enterrait enterrer ver 63.68 28.58 0.43 0.88 ind:imp:3s; -enterrant enterrer ver 63.68 28.58 0.11 0.07 par:pre; -enterre enterrer ver 63.68 28.58 8.38 2.36 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -enterrement enterrement nom m s 27.33 21.22 24.71 18.99 -enterrements enterrement nom m p 27.33 21.22 2.62 2.23 -enterrent enterrer ver 63.68 28.58 0.90 0.61 ind:pre:3p; -enterrer enterrer ver 63.68 28.58 17.27 9.12 inf; -enterrera enterrer ver 63.68 28.58 1.02 0.81 ind:fut:3s; -enterrerai enterrer ver 63.68 28.58 0.47 0.14 ind:fut:1s; -enterrerais enterrer ver 63.68 28.58 0.07 0.07 cnd:pre:1s;cnd:pre:2s; -enterrerait enterrer ver 63.68 28.58 0.10 0.14 cnd:pre:3s; -enterreras enterrer ver 63.68 28.58 0.32 0.07 ind:fut:2s; -enterrerez enterrer ver 63.68 28.58 0.09 0.07 ind:fut:2p; -enterrerons enterrer ver 63.68 28.58 0.23 0.14 ind:fut:1p; -enterreront enterrer ver 63.68 28.58 0.11 0.14 ind:fut:3p; -enterres enterrer ver 63.68 28.58 0.40 0.20 ind:pre:2s; -enterreur enterreur nom m s 0.00 0.07 0.00 0.07 -enterrez enterrer ver 63.68 28.58 2.94 0.27 imp:pre:2p;ind:pre:2p; -enterriez enterrer ver 63.68 28.58 0.03 0.00 ind:imp:2p; -enterrions enterrer ver 63.68 28.58 0.04 0.14 ind:imp:1p; -enterrâmes enterrer ver 63.68 28.58 0.00 0.07 ind:pas:1p; -enterrons enterrer ver 63.68 28.58 0.93 0.34 imp:pre:1p;ind:pre:1p; -enterrèrent enterrer ver 63.68 28.58 0.01 0.14 ind:pas:3p; -enterré enterrer ver m s 63.68 28.58 19.90 6.15 par:pas; -enterrée enterrer ver f s 63.68 28.58 5.92 3.58 par:pas; -enterrées enterrer ver f p 63.68 28.58 0.95 0.47 par:pas; -enterrés enterrer ver m p 63.68 28.58 2.63 1.82 par:pas; -enthalpie enthalpie nom f s 0.01 0.00 0.01 0.00 -enthousiasma enthousiasmer ver 1.67 4.66 0.00 0.61 ind:pas:3s; -enthousiasmai enthousiasmer ver 1.67 4.66 0.00 0.07 ind:pas:1s; -enthousiasmaient enthousiasmer ver 1.67 4.66 0.00 0.27 ind:imp:3p; -enthousiasmais enthousiasmer ver 1.67 4.66 0.01 0.07 ind:imp:1s; -enthousiasmait enthousiasmer ver 1.67 4.66 0.02 0.88 ind:imp:3s; -enthousiasmant enthousiasmant adj m s 0.07 0.27 0.04 0.20 -enthousiasmante enthousiasmant adj f s 0.07 0.27 0.03 0.07 -enthousiasme enthousiasme nom m s 7.09 35.61 7.05 33.72 -enthousiasmer enthousiasmer ver 1.67 4.66 0.19 0.68 inf; -enthousiasmes enthousiasme nom m p 7.09 35.61 0.04 1.89 -enthousiasmez enthousiasmer ver 1.67 4.66 0.01 0.00 ind:pre:2p; -enthousiasmèrent enthousiasmer ver 1.67 4.66 0.00 0.07 ind:pas:3p; -enthousiasmé enthousiasmer ver m s 1.67 4.66 0.69 0.88 par:pas; -enthousiasmée enthousiasmer ver f s 1.67 4.66 0.17 0.34 par:pas; -enthousiasmés enthousiasmer ver m p 1.67 4.66 0.06 0.34 par:pas; -enthousiaste enthousiaste adj s 4.41 7.70 3.34 5.88 -enthousiastes enthousiaste adj p 4.41 7.70 1.06 1.82 -enticha enticher ver 1.36 1.69 0.00 0.20 ind:pas:3s; -entichait enticher ver 1.36 1.69 0.00 0.14 ind:imp:3s; -entiche enticher ver 1.36 1.69 0.23 0.07 imp:pre:2s;ind:pre:1s;ind:pre:3s; -entichement entichement nom m s 0.01 0.00 0.01 0.00 -entichent enticher ver 1.36 1.69 0.01 0.07 ind:pre:3p; -enticher enticher ver 1.36 1.69 0.33 0.07 inf; -entichera enticher ver 1.36 1.69 0.01 0.00 ind:fut:3s; -entichèrent enticher ver 1.36 1.69 0.00 0.20 ind:pas:3p; -entiché enticher ver m s 1.36 1.69 0.33 0.47 par:pas; -entichée enticher ver f s 1.36 1.69 0.44 0.47 par:pas; -entichés enticher ver m p 1.36 1.69 0.01 0.00 par:pas; -entier entier adj m s 76.01 147.91 42.15 56.69 -entiers entier adj m p 76.01 147.91 3.68 12.64 -entifler entifler ver 0.00 0.14 0.00 0.07 inf; -entiflé entifler ver m s 0.00 0.14 0.00 0.07 par:pas; -entière entier adj f s 76.01 147.91 26.45 62.97 -entièrement entièrement adv 17.17 39.93 17.17 39.93 -entières entier adj f p 76.01 147.91 3.73 15.61 -entièreté entièreté nom f s 0.02 0.00 0.02 0.00 -entité entité nom f s 3.08 2.09 2.12 1.62 -entités entité nom f p 3.08 2.09 0.95 0.47 -entoilage entoilage nom m s 0.01 0.07 0.01 0.07 -entoiler entoiler ver 0.02 0.20 0.01 0.00 inf; -entoilées entoiler ver f p 0.02 0.20 0.01 0.07 par:pas; -entoilés entoiler ver m p 0.02 0.20 0.00 0.14 par:pas; -entolome entolome nom m s 0.00 0.14 0.00 0.07 -entolomes entolome nom m p 0.00 0.14 0.00 0.07 -entomologie entomologie nom f s 0.19 0.27 0.19 0.27 -entomologique entomologique adj s 0.01 0.07 0.01 0.07 -entomologiste entomologiste nom s 0.80 1.28 0.79 1.15 -entomologistes entomologiste nom p 0.80 1.28 0.01 0.14 -entonna entonner ver 1.61 8.24 0.00 1.42 ind:pas:3s; -entonnaient entonner ver 1.61 8.24 0.23 0.20 ind:imp:3p; -entonnais entonner ver 1.61 8.24 0.10 0.07 ind:imp:1s;ind:imp:2s; -entonnait entonner ver 1.61 8.24 0.13 1.22 ind:imp:3s; -entonnant entonner ver 1.61 8.24 0.02 0.20 par:pre; -entonne entonner ver 1.61 8.24 0.46 1.01 imp:pre:2s;ind:pre:1s;ind:pre:3s; -entonnent entonner ver 1.61 8.24 0.12 0.27 ind:pre:3p; -entonner entonner ver 1.61 8.24 0.42 2.43 inf; -entonnera entonner ver 1.61 8.24 0.00 0.07 ind:fut:3s; -entonneraient entonner ver 1.61 8.24 0.00 0.07 cnd:pre:3p; -entonnions entonner ver 1.61 8.24 0.00 0.14 ind:imp:1p; -entonnoir entonnoir nom m s 0.83 9.46 0.81 7.97 -entonnoirs entonnoir nom m p 0.83 9.46 0.01 1.49 -entonnâmes entonner ver 1.61 8.24 0.00 0.07 ind:pas:1p; -entonnons entonner ver 1.61 8.24 0.01 0.07 imp:pre:1p; -entonnèrent entonner ver 1.61 8.24 0.00 0.27 ind:pas:3p; -entonné entonner ver m s 1.61 8.24 0.11 0.74 par:pas; -entorse entorse nom f s 1.63 2.84 1.40 2.36 -entorses entorse nom f p 1.63 2.84 0.23 0.47 -entortilla entortiller ver 0.25 3.78 0.00 0.34 ind:pas:3s; -entortillage entortillage nom m s 0.00 0.14 0.00 0.07 -entortillages entortillage nom m p 0.00 0.14 0.00 0.07 -entortillai entortiller ver 0.25 3.78 0.00 0.14 ind:pas:1s; -entortillaient entortiller ver 0.25 3.78 0.00 0.27 ind:imp:3p; -entortillait entortiller ver 0.25 3.78 0.03 0.27 ind:imp:3s; -entortillant entortiller ver 0.25 3.78 0.00 0.14 par:pre; -entortille entortiller ver 0.25 3.78 0.05 0.20 imp:pre:2s;ind:pre:3s; -entortillement entortillement nom m s 0.00 0.14 0.00 0.14 -entortillent entortiller ver 0.25 3.78 0.00 0.20 ind:pre:3p; -entortiller entortiller ver 0.25 3.78 0.14 0.47 inf; -entortilleraient entortiller ver 0.25 3.78 0.00 0.07 cnd:pre:3p; -entortillé entortiller ver m s 0.25 3.78 0.03 0.68 par:pas; -entortillée entortillé adj f s 0.06 0.34 0.01 0.07 -entortillées entortiller ver f p 0.25 3.78 0.00 0.27 par:pas; -entortillés entortillé adj m p 0.06 0.34 0.01 0.07 -entour entour nom m s 0.01 1.42 0.01 1.15 -entoura entourer ver 23.99 112.09 0.16 4.26 ind:pas:3s; -entourage entourage nom m s 3.00 10.74 3.00 10.68 -entourages entourage nom m p 3.00 10.74 0.00 0.07 -entourai entourer ver 23.99 112.09 0.00 0.20 ind:pas:1s; -entouraient entourer ver 23.99 112.09 0.48 12.97 ind:imp:3p; -entourais entourer ver 23.99 112.09 0.20 0.34 ind:imp:1s; -entourait entourer ver 23.99 112.09 0.95 14.05 ind:imp:3s; -entourant entourer ver 23.99 112.09 0.90 6.28 par:pre; -entoure entourer ver 23.99 112.09 3.19 9.26 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -entourent entourer ver 23.99 112.09 3.12 7.91 ind:pre:3p; -entourer entourer ver 23.99 112.09 1.21 4.93 inf; -entourera entourer ver 23.99 112.09 0.14 0.20 ind:fut:3s; -entoureraient entourer ver 23.99 112.09 0.01 0.07 cnd:pre:3p; -entourerait entourer ver 23.99 112.09 0.00 0.07 cnd:pre:3s; -entoureront entourer ver 23.99 112.09 0.11 0.07 ind:fut:3p; -entoures entourer ver 23.99 112.09 0.05 0.07 ind:pre:2s; -entourez entourer ver 23.99 112.09 0.37 0.14 imp:pre:2p;ind:pre:2p; -entourions entourer ver 23.99 112.09 0.00 0.47 ind:imp:1p; -entourloupe entourloupe nom f s 0.94 1.01 0.78 0.68 -entourloupent entourlouper ver 0.12 0.00 0.10 0.00 ind:pre:3p; -entourlouper entourlouper ver 0.12 0.00 0.02 0.00 inf; -entourloupes entourloupe nom f p 0.94 1.01 0.17 0.34 -entourloupette entourloupette nom f s 0.17 0.47 0.04 0.20 -entourloupettes entourloupette nom f p 0.17 0.47 0.12 0.27 -entournures entournure nom f p 0.03 1.28 0.03 1.28 -entourons entourer ver 23.99 112.09 0.01 0.07 imp:pre:1p;ind:pre:1p; -entourât entourer ver 23.99 112.09 0.00 0.14 sub:imp:3s; -entours entour nom m p 0.01 1.42 0.00 0.27 -entourèrent entourer ver 23.99 112.09 0.03 1.42 ind:pas:3p; -entouré entourer ver m s 23.99 112.09 7.57 26.08 par:pas; -entourée entourer ver f s 23.99 112.09 3.99 13.11 par:pas; -entourées entourer ver f p 23.99 112.09 0.17 2.91 par:pas; -entourés entourer ver m p 23.99 112.09 1.32 7.09 par:pas; -entr_acte entr_acte nom m s 0.27 0.00 0.14 0.00 -entr_acte entr_acte nom m p 0.27 0.00 0.14 0.00 -entr_aimer entr_aimer ver 0.00 0.07 0.00 0.07 inf; -entr_apercevoir entr_apercevoir ver 0.03 1.08 0.01 0.27 inf; -entr_apercevoir entr_apercevoir ver m s 0.03 1.08 0.00 0.14 par:pas; -entr_apercevoir entr_apercevoir ver f s 0.03 1.08 0.02 0.34 par:pas; -entr_apercevoir entr_apercevoir ver f p 0.03 1.08 0.00 0.07 par:pas; -entr_apercevoir entr_apercevoir ver m p 0.03 1.08 0.00 0.27 ind:pas:1s;par:pas; -entr_appeler entr_appeler ver 0.00 0.07 0.00 0.07 ind:pre:3p; -entr_ouvert entr_ouvert adj m s 0.01 1.49 0.00 0.41 -entr_ouvert entr_ouvert adj f s 0.01 1.49 0.01 0.74 -entr_ouvert entr_ouvert adj f p 0.01 1.49 0.00 0.27 -entr_ouvert entr_ouvert adj m p 0.01 1.49 0.00 0.07 -entr_égorger entr_égorger ver 0.00 0.20 0.00 0.07 ind:pre:3p; -entr_égorger entr_égorger ver 0.00 0.20 0.00 0.07 inf; -entr_égorger entr_égorger ver 0.00 0.20 0.00 0.07 ind:pas:3p; -entra entrer ver 450.11 398.38 2.72 51.96 ind:pas:3s; -entraîna entraîner ver 50.68 101.08 0.49 13.31 ind:pas:3s; -entraînai entraîner ver 50.68 101.08 0.00 1.01 ind:pas:1s; -entraînaient entraîner ver 50.68 101.08 0.05 3.11 ind:imp:3p; -entraînais entraîner ver 50.68 101.08 0.61 1.01 ind:imp:1s;ind:imp:2s; -entraînait entraîner ver 50.68 101.08 1.06 12.16 ind:imp:3s; -entraînant entraîner ver 50.68 101.08 1.13 7.64 par:pre; -entraînante entraînant adj f s 0.63 2.16 0.10 0.34 -entraînants entraînant adj m p 0.63 2.16 0.02 0.27 -entraîne entraîner ver 50.68 101.08 11.28 12.97 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -entraînement entraînement nom m s 20.31 8.18 19.63 7.91 -entraînements entraînement nom m p 20.31 8.18 0.67 0.27 -entraînent entraîner ver 50.68 101.08 1.50 3.24 ind:pre:3p;sub:pre:3p; -entraîner entraîner ver 50.68 101.08 15.39 20.81 inf;;inf;;inf;; -entraînera entraîner ver 50.68 101.08 0.94 0.74 ind:fut:3s; -entraînerai entraîner ver 50.68 101.08 0.40 0.07 ind:fut:1s; -entraîneraient entraîner ver 50.68 101.08 0.02 0.41 cnd:pre:3p; -entraînerais entraîner ver 50.68 101.08 0.07 0.07 cnd:pre:1s;cnd:pre:2s; -entraînerait entraîner ver 50.68 101.08 0.54 1.89 cnd:pre:3s; -entraîneras entraîner ver 50.68 101.08 0.11 0.14 ind:fut:2s; -entraînerez entraîner ver 50.68 101.08 0.09 0.00 ind:fut:2p; -entraîneriez entraîner ver 50.68 101.08 0.00 0.07 cnd:pre:2p; -entraîneront entraîner ver 50.68 101.08 0.08 0.27 ind:fut:3p; -entraînes entraîner ver 50.68 101.08 2.05 0.07 ind:pre:2s;sub:pre:2s; -entraîneur entraîneur nom m s 8.69 4.46 7.87 2.77 -entraîneurs entraîneur nom m p 8.69 4.46 0.45 0.41 -entraîneuse entraîneur nom f s 8.69 4.46 0.33 0.47 -entraîneuses entraîneur nom f p 8.69 4.46 0.04 0.81 -entraînez entraîner ver 50.68 101.08 0.84 0.07 imp:pre:2p;ind:pre:2p; -entraîniez entraîner ver 50.68 101.08 0.11 0.00 ind:imp:2p;sub:pre:2p; -entraînons entraîner ver 50.68 101.08 0.15 0.07 imp:pre:1p;ind:pre:1p; -entraînât entraîner ver 50.68 101.08 0.00 0.27 sub:imp:3s; -entraînèrent entraîner ver 50.68 101.08 0.14 1.15 ind:pas:3p; -entraîné entraîner ver m s 50.68 101.08 8.33 10.41 par:pas; -entraînée entraîner ver f s 50.68 101.08 2.47 5.00 ind:imp:3p;par:pas; -entraînées entraîner ver f p 50.68 101.08 0.09 1.01 par:pas; -entraînés entraîner ver m p 50.68 101.08 2.73 4.12 par:pas; -entracte entracte nom m s 1.61 5.74 1.59 4.86 -entractes entracte nom m p 1.61 5.74 0.02 0.88 -entrai entrer ver 450.11 398.38 0.20 7.03 ind:pas:1s; -entraidait entraider ver 3.86 0.68 0.06 0.00 ind:imp:3s; -entraidant entraider ver 3.86 0.68 0.00 0.07 par:pre; -entraide entraider ver 3.86 0.68 0.88 0.00 ind:pre:3s; -entraident entraider ver 3.86 0.68 0.12 0.07 ind:pre:3p; -entraider entraider ver 3.86 0.68 2.48 0.54 inf; -entraidez entraider ver 3.86 0.68 0.23 0.00 imp:pre:2p; -entraidiez entraider ver 3.86 0.68 0.01 0.00 ind:imp:2p; -entraidons entraider ver 3.86 0.68 0.05 0.00 ind:pre:1p; -entraidés entraider ver m p 3.86 0.68 0.02 0.00 par:pas; -entraient entrer ver 450.11 398.38 0.71 10.41 ind:imp:3p; -entrailles entrailles nom f p 4.96 13.45 4.96 13.45 -entrain entrain nom m s 3.82 7.97 3.82 7.97 -entrais entrer ver 450.11 398.38 1.01 4.46 ind:imp:1s;ind:imp:2s; -entrait entrer ver 450.11 398.38 3.30 33.45 ind:imp:3s; -entrant entrer ver 450.11 398.38 2.97 13.85 par:pre; -entrante entrant adj f s 0.92 0.61 0.07 0.00 -entrantes entrant adj f p 0.92 0.61 0.04 0.00 -entrants entrant adj m p 0.92 0.61 0.33 0.00 -entrapercevoir entrapercevoir ver 0.06 0.20 0.01 0.00 inf; -entraperçu entrapercevoir ver m s 0.06 0.20 0.05 0.07 par:pas; -entraperçues entrapercevoir ver f p 0.06 0.20 0.00 0.07 par:pas; -entraperçus entrapercevoir ver m p 0.06 0.20 0.00 0.07 par:pas; -entrassent entrer ver 450.11 398.38 0.00 0.07 sub:imp:3p; -entrava entraver ver 2.28 11.62 0.00 0.07 ind:pas:3s; -entravai entraver ver 2.28 11.62 0.00 0.07 ind:pas:1s; -entravaient entraver ver 2.28 11.62 0.01 0.14 ind:imp:3p; -entravais entraver ver 2.28 11.62 0.00 0.34 ind:imp:1s; -entravait entraver ver 2.28 11.62 0.01 1.55 ind:imp:3s; -entravant entraver ver 2.28 11.62 0.01 0.41 par:pre; -entrave entrave nom f s 1.17 2.50 0.85 1.01 -entravent entraver ver 2.28 11.62 0.19 0.68 ind:pre:3p; -entraver entraver ver 2.28 11.62 0.75 2.23 inf; -entravera entraver ver 2.28 11.62 0.06 0.14 ind:fut:3s; -entraverais entraver ver 2.28 11.62 0.00 0.07 cnd:pre:1s; -entraverait entraver ver 2.28 11.62 0.01 0.34 cnd:pre:3s; -entraveront entraver ver 2.28 11.62 0.01 0.07 ind:fut:3p; -entraves entrave nom f p 1.17 2.50 0.32 1.49 -entravez entraver ver 2.28 11.62 0.14 0.00 imp:pre:2p;ind:pre:2p; -entravèrent entraver ver 2.28 11.62 0.00 0.14 ind:pas:3p; -entravé entraver ver m s 2.28 11.62 0.46 1.35 par:pas; -entravée entraver ver f s 2.28 11.62 0.04 0.27 par:pas; -entravées entravé adj f p 0.41 1.76 0.00 0.47 -entravés entraver ver m p 2.28 11.62 0.14 0.27 par:pas; -entre_deux_guerres entre_deux_guerres nom m 0.10 0.74 0.10 0.74 -entre_deux entre_deux nom m 0.34 0.81 0.34 0.81 -entre_déchirer entre_déchirer ver 0.04 0.61 0.02 0.14 ind:imp:3p; -entre_déchirer entre_déchirer ver 0.04 0.61 0.00 0.07 ind:imp:3s; -entre_déchirer entre_déchirer ver 0.04 0.61 0.01 0.00 ind:pre:3s; -entre_déchirer entre_déchirer ver 0.04 0.61 0.00 0.14 ind:pre:3p; -entre_déchirer entre_déchirer ver 0.04 0.61 0.01 0.20 inf; -entre_déchirer entre_déchirer ver 0.04 0.61 0.00 0.07 ind:pas:3p; -entre_dévorer entre_dévorer ver 0.30 0.34 0.01 0.07 par:pre; -entre_dévorer entre_dévorer ver 0.30 0.34 0.25 0.07 ind:pre:3p; -entre_dévorer entre_dévorer ver 0.30 0.34 0.05 0.14 inf; -entre_dévorer entre_dévorer ver 0.30 0.34 0.00 0.07 ind:pas:3p; -entre_jambe entre_jambe nom m s 0.03 0.07 0.03 0.07 -entre_jambes entre_jambes nom m 0.07 0.07 0.07 0.07 -entre_rail entre_rail nom m s 0.01 0.00 0.01 0.00 -entre_regarder entre_regarder ver 0.00 0.34 0.00 0.07 ind:imp:3s; -entre_regarder entre_regarder ver 0.00 0.34 0.00 0.07 ind:pre:3p; -entre_regarder entre_regarder ver 0.00 0.34 0.00 0.14 ind:pas:3p; -entre_regarder entre_regarder ver m p 0.00 0.34 0.00 0.07 par:pas; -entre_temps entre_temps adv 4.04 7.97 4.04 7.97 -entre_tuer entre_tuer ver 2.63 1.01 0.01 0.00 ind:imp:3p; -entre_tuer entre_tuer ver 2.63 1.01 0.00 0.14 ind:imp:3s; -entre_tuer entre_tuer ver 2.63 1.01 0.23 0.07 ind:pre:3s; -entre_tuer entre_tuer ver 2.63 1.01 0.55 0.07 ind:pre:3p; -entre_tuer entre_tuer ver 2.63 1.01 1.33 0.68 inf; -entre_tuer entre_tuer ver 2.63 1.01 0.14 0.00 ind:fut:3p; -entre_tuer entre_tuer ver 2.63 1.01 0.03 0.00 imp:pre:2p;ind:pre:2p; -entre_tuer entre_tuer ver 2.63 1.01 0.01 0.00 ind:imp:1p; -entre_tuer entre_tuer ver m p 2.63 1.01 0.34 0.07 par:pas; -entre entre pre 372.72 833.99 372.72 833.99 -entrebattre entrebattre ver 0.00 0.07 0.00 0.07 inf; -entrebâilla entrebâiller ver 0.12 5.88 0.00 0.88 ind:pas:3s; -entrebâillaient entrebâiller ver 0.12 5.88 0.00 0.27 ind:imp:3p; -entrebâillais entrebâiller ver 0.12 5.88 0.00 0.07 ind:imp:1s; -entrebâillait entrebâiller ver 0.12 5.88 0.00 0.41 ind:imp:3s; -entrebâillant entrebâiller ver 0.12 5.88 0.10 0.20 par:pre; -entrebâille entrebâiller ver 0.12 5.88 0.00 1.01 ind:pre:1s;ind:pre:3s; -entrebâillement entrebâillement nom m s 0.02 3.51 0.02 3.51 -entrebâillent entrebâiller ver 0.12 5.88 0.00 0.07 ind:pre:3p; -entrebâiller entrebâiller ver 0.12 5.88 0.00 0.47 inf; -entrebâillerait entrebâiller ver 0.12 5.88 0.00 0.07 cnd:pre:3s; -entrebâilleur entrebâilleur nom m s 0.14 0.00 0.14 0.00 -entrebâillèrent entrebâiller ver 0.12 5.88 0.00 0.07 ind:pas:3p; -entrebâillé entrebâiller ver m s 0.12 5.88 0.01 0.47 par:pas; -entrebâillée entrebâillé adj f s 0.38 3.11 0.38 2.03 -entrebâillées entrebâiller ver f p 0.12 5.88 0.00 0.07 par:pas; -entrebâillés entrebâillé adj m p 0.38 3.11 0.00 0.34 -entrecôte entrecôte nom f s 0.41 1.01 0.25 0.81 -entrecôtes entrecôte nom f p 0.41 1.01 0.16 0.20 -entrechat entrechat nom m s 0.21 0.95 0.20 0.14 -entrechats entrechat nom m p 0.21 0.95 0.01 0.81 -entrechoc entrechoc nom m s 0.00 0.14 0.00 0.07 -entrechocs entrechoc nom m p 0.00 0.14 0.00 0.07 -entrechoquaient entrechoquer ver 0.19 5.81 0.03 1.01 ind:imp:3p; -entrechoquait entrechoquer ver 0.19 5.81 0.00 0.07 ind:imp:3s; -entrechoquant entrechoquer ver 0.19 5.81 0.01 0.68 par:pre; -entrechoque entrechoquer ver 0.19 5.81 0.00 0.07 ind:pre:1s; -entrechoquement entrechoquement nom m s 0.00 0.07 0.00 0.07 -entrechoquent entrechoquer ver 0.19 5.81 0.10 1.08 ind:pre:3p; -entrechoquer entrechoquer ver 0.19 5.81 0.02 0.54 inf; -entrechoqueront entrechoquer ver 0.19 5.81 0.01 0.00 ind:fut:3p; -entrechoquions entrechoquer ver 0.19 5.81 0.00 0.07 ind:imp:1p; -entrechoquèrent entrechoquer ver 0.19 5.81 0.00 0.27 ind:pas:3p; -entrechoqué entrechoquer ver m s 0.19 5.81 0.00 0.41 par:pas; -entrechoquées entrechoquer ver f p 0.19 5.81 0.00 0.54 par:pas; -entrechoqués entrechoquer ver m p 0.19 5.81 0.02 1.08 par:pas; -entreclos entreclore ver m s 0.00 0.07 0.00 0.07 par:pas; -entrecloses entreclos adj f p 0.00 0.07 0.00 0.07 -entrecoupaient entrecouper ver 0.06 3.85 0.00 0.07 ind:imp:3p; -entrecoupais entrecouper ver 0.06 3.85 0.00 0.07 ind:imp:1s; -entrecoupait entrecouper ver 0.06 3.85 0.00 0.20 ind:imp:3s; -entrecoupant entrecouper ver 0.06 3.85 0.00 0.07 par:pre; -entrecoupe entrecouper ver 0.06 3.85 0.00 0.07 ind:pre:3s; -entrecoupent entrecouper ver 0.06 3.85 0.01 0.00 ind:pre:3p; -entrecouper entrecouper ver 0.06 3.85 0.00 0.07 inf; -entrecoupé entrecouper ver m s 0.06 3.85 0.03 1.01 par:pas; -entrecoupée entrecoupé adj f s 0.01 0.95 0.01 0.34 -entrecoupées entrecouper ver f p 0.06 3.85 0.01 0.61 par:pas; -entrecoupés entrecouper ver m p 0.06 3.85 0.01 0.74 par:pas; -entrecroisaient entrecroiser ver 0.28 5.54 0.00 1.49 ind:imp:3p; -entrecroisait entrecroiser ver 0.28 5.54 0.00 0.14 ind:imp:3s; -entrecroisant entrecroiser ver 0.28 5.54 0.00 0.95 par:pre; -entrecroise entrecroiser ver 0.28 5.54 0.00 0.07 ind:pre:3s; -entrecroisement entrecroisement nom m s 0.00 0.68 0.00 0.61 -entrecroisements entrecroisement nom m p 0.00 0.68 0.00 0.07 -entrecroisent entrecroiser ver 0.28 5.54 0.16 0.68 ind:pre:3p; -entrecroiser entrecroiser ver 0.28 5.54 0.02 0.00 inf; -entrecroisèrent entrecroiser ver 0.28 5.54 0.00 0.20 ind:pas:3p; -entrecroisé entrecroiser ver m s 0.28 5.54 0.02 0.00 par:pas; -entrecroisées entrecroiser ver f p 0.28 5.54 0.03 1.08 par:pas; -entrecroisés entrecroiser ver m p 0.28 5.54 0.04 0.95 par:pas; -entrecuisse entrecuisse nom m s 0.22 0.68 0.22 0.68 -entredéchire entredéchirer ver 0.01 0.07 0.01 0.07 ind:pre:3s;sub:pre:3s; -entredévorait entredévorer ver 0.01 0.07 0.01 0.00 ind:imp:3s; -entredévorer entredévorer ver 0.01 0.07 0.00 0.07 inf; -entrefaites entrefaite nom f p 0.00 2.03 0.00 2.03 -entreferma entrefermer ver 0.00 0.20 0.00 0.07 ind:pas:3s; -entrefermée entrefermer ver f s 0.00 0.20 0.00 0.07 par:pas; -entrefermées entrefermer ver f p 0.00 0.20 0.00 0.07 par:pas; -entrefilet entrefilet nom m s 0.08 1.55 0.07 1.28 -entrefilets entrefilet nom m p 0.08 1.55 0.01 0.27 -entregent entregent nom m s 0.14 0.41 0.14 0.41 -entrejambe entrejambe nom m s 0.80 1.49 0.76 1.35 -entrejambes entrejambe nom m p 0.80 1.49 0.04 0.14 -entrelace entrelacer ver 0.71 2.03 0.02 0.14 imp:pre:2s;ind:pre:3s; -entrelacement entrelacement nom m s 0.01 0.34 0.01 0.34 -entrelacent entrelacer ver 0.71 2.03 0.13 0.27 ind:pre:3p; -entrelacer entrelacer ver 0.71 2.03 0.03 0.14 inf; -entrelacs entrelacs nom m 0.31 2.84 0.31 2.84 -entrelacèrent entrelacer ver 0.71 2.03 0.00 0.07 ind:pas:3p; -entrelacé entrelacer ver m s 0.71 2.03 0.04 0.20 par:pas; -entrelacée entrelacer ver f s 0.71 2.03 0.01 0.07 par:pas; -entrelacées entrelacer ver f p 0.71 2.03 0.05 0.34 par:pas; -entrelacés entrelacer ver m p 0.71 2.03 0.43 0.34 par:pas; -entrelarde entrelarder ver 0.00 0.34 0.00 0.07 ind:pre:3s; -entrelarder entrelarder ver 0.00 0.34 0.00 0.07 inf; -entrelardé entrelardé adj m s 0.00 0.07 0.00 0.07 -entrelardée entrelarder ver f s 0.00 0.34 0.00 0.07 par:pas; -entrelardées entrelarder ver f p 0.00 0.34 0.00 0.07 par:pas; -entrelardés entrelarder ver m p 0.00 0.34 0.00 0.07 par:pas; -entrelaçaient entrelacer ver 0.71 2.03 0.00 0.41 ind:imp:3p; -entrelaçait entrelacer ver 0.71 2.03 0.00 0.07 ind:imp:3s; -entremet entremettre ver 0.01 0.81 0.00 0.14 ind:pre:3s; -entremets entremets nom m 0.03 1.42 0.03 1.42 -entremettait entremettre ver 0.01 0.81 0.00 0.07 ind:imp:3s; -entremetteur entremetteur nom m s 0.92 1.01 0.68 0.61 -entremetteurs entremetteur nom m p 0.92 1.01 0.09 0.14 -entremetteuse entremetteur nom f s 0.92 1.01 0.16 0.27 -entremettre entremettre ver 0.01 0.81 0.00 0.27 inf; -entremis entremettre ver m s 0.01 0.81 0.00 0.14 par:pas; -entremise entremise nom f s 0.16 1.49 0.16 1.49 -entremit entremettre ver 0.01 0.81 0.00 0.20 ind:pas:3s; -entremêlaient entremêler ver 0.37 2.91 0.00 0.88 ind:imp:3p; -entremêlait entremêler ver 0.37 2.91 0.00 0.14 ind:imp:3s; -entremêlant entremêler ver 0.37 2.91 0.01 0.34 par:pre; -entremêle entremêler ver 0.37 2.91 0.00 0.14 ind:pre:3s; -entremêlement entremêlement nom m s 0.00 0.47 0.00 0.47 -entremêlent entremêler ver 0.37 2.91 0.16 0.20 ind:pre:3p; -entremêlé entremêler ver m s 0.37 2.91 0.01 0.07 par:pas; -entremêlées entremêler ver f p 0.37 2.91 0.04 0.34 par:pas; -entremêlés entremêler ver m p 0.37 2.91 0.15 0.81 par:pas; -entrent entrer ver 450.11 398.38 6.82 7.30 ind:pre:3p; -entrepôt entrepôt nom m s 9.75 8.58 7.47 2.36 -entrepôts entrepôt nom m p 9.75 8.58 2.28 6.22 -entrepont entrepont nom m s 0.13 0.74 0.13 0.68 -entreponts entrepont nom m p 0.13 0.74 0.00 0.07 -entreposage entreposage nom m s 0.11 0.00 0.11 0.00 -entreposais entreposer ver 0.94 3.31 0.00 0.07 ind:imp:1s; -entreposait entreposer ver 0.94 3.31 0.01 0.41 ind:imp:3s; -entrepose entreposer ver 0.94 3.31 0.10 0.20 ind:pre:3s; -entreposent entreposer ver 0.94 3.31 0.01 0.07 ind:pre:3p; -entreposer entreposer ver 0.94 3.31 0.36 0.68 inf; -entreposerait entreposer ver 0.94 3.31 0.00 0.07 cnd:pre:3s; -entreposez entreposer ver 0.94 3.31 0.03 0.00 imp:pre:2p;ind:pre:2p; -entreposions entreposer ver 0.94 3.31 0.01 0.07 ind:imp:1p; -entreposé entreposer ver m s 0.94 3.31 0.14 0.68 par:pas; -entreposée entreposer ver f s 0.94 3.31 0.04 0.07 par:pas; -entreposées entreposer ver f p 0.94 3.31 0.09 0.14 par:pas; -entreposés entreposer ver m p 0.94 3.31 0.15 0.88 par:pas; -entreprîmes entreprendre ver 6.78 47.84 0.12 0.14 ind:pas:1p; -entreprît entreprendre ver 6.78 47.84 0.01 0.14 sub:imp:3s; -entreprenaient entreprendre ver 6.78 47.84 0.01 0.47 ind:imp:3p; -entreprenais entreprendre ver 6.78 47.84 0.03 0.47 ind:imp:1s;ind:imp:2s; -entreprenait entreprendre ver 6.78 47.84 0.12 2.64 ind:imp:3s; -entreprenant entreprendre ver 6.78 47.84 0.46 0.88 par:pre; -entreprenante entreprenant adj f s 0.48 2.09 0.16 0.27 -entreprenantes entreprenant adj f p 0.48 2.09 0.02 0.07 -entreprenants entreprenant adj m p 0.48 2.09 0.05 0.27 -entreprend entreprendre ver 6.78 47.84 0.40 2.84 ind:pre:3s; -entreprendrai entreprendre ver 6.78 47.84 0.01 0.14 ind:fut:1s; -entreprendraient entreprendre ver 6.78 47.84 0.01 0.20 cnd:pre:3p; -entreprendrais entreprendre ver 6.78 47.84 0.02 0.14 cnd:pre:1s; -entreprendrait entreprendre ver 6.78 47.84 0.02 0.74 cnd:pre:3s; -entreprendras entreprendre ver 6.78 47.84 0.11 0.00 ind:fut:2s; -entreprendre entreprendre ver 6.78 47.84 2.38 11.42 inf; -entreprendrez entreprendre ver 6.78 47.84 0.01 0.07 ind:fut:2p; -entreprendrons entreprendre ver 6.78 47.84 0.02 0.07 ind:fut:1p; -entreprends entreprendre ver 6.78 47.84 0.64 0.81 imp:pre:2s;ind:pre:1s;ind:pre:2s; -entrepreneur entrepreneur nom m s 4.88 2.16 3.24 1.35 -entrepreneurs entrepreneur nom m p 4.88 2.16 1.62 0.74 -entrepreneuse entrepreneur nom f s 4.88 2.16 0.03 0.00 -entrepreneuses entrepreneur nom f p 4.88 2.16 0.00 0.07 -entreprenez entreprendre ver 6.78 47.84 0.13 0.14 imp:pre:2p;ind:pre:2p; -entrepreniez entreprendre ver 6.78 47.84 0.02 0.07 ind:imp:2p; -entreprenions entreprendre ver 6.78 47.84 0.00 0.20 ind:imp:1p; -entreprenne entreprendre ver 6.78 47.84 0.01 0.41 sub:pre:1s;sub:pre:3s; -entreprennent entreprendre ver 6.78 47.84 0.07 0.74 ind:pre:3p; -entreprenons entreprendre ver 6.78 47.84 0.27 0.07 ind:pre:1p; -entreprirent entreprendre ver 6.78 47.84 0.00 1.28 ind:pas:3p; -entrepris entreprendre ver m 6.78 47.84 0.99 10.74 ind:pas:1s;ind:pas:2s;par:pas;par:pas; -entreprise entreprise nom f s 28.36 38.31 22.79 29.05 -entreprises entreprise nom f p 28.36 38.31 5.57 9.26 -entreprit entreprendre ver 6.78 47.84 0.34 10.34 ind:pas:3s; -entrer entrer ver 450.11 398.38 160.13 109.26 inf;; -entrera entrer ver 450.11 398.38 3.06 1.76 ind:fut:3s; -entrerai entrer ver 450.11 398.38 1.84 1.28 ind:fut:1s; -entreraient entrer ver 450.11 398.38 0.05 0.61 cnd:pre:3p; -entrerais entrer ver 450.11 398.38 0.54 0.41 cnd:pre:1s;cnd:pre:2s; -entrerait entrer ver 450.11 398.38 0.58 2.23 cnd:pre:3s; -entreras entrer ver 450.11 398.38 0.68 0.81 ind:fut:2s; -entreregardèrent entreregarder ver 0.00 0.07 0.00 0.07 ind:pas:3p; -entrerez entrer ver 450.11 398.38 1.24 0.27 ind:fut:2p; -entrerions entrer ver 450.11 398.38 0.17 0.07 cnd:pre:1p; -entrerons entrer ver 450.11 398.38 0.57 0.27 ind:fut:1p; -entreront entrer ver 450.11 398.38 0.96 0.88 ind:fut:3p; -entres entrer ver 450.11 398.38 7.18 0.81 ind:pre:1p;ind:pre:2s;sub:pre:2s; -entresol entresol nom m s 0.05 1.35 0.05 1.28 -entresols entresol nom m p 0.05 1.35 0.00 0.07 -entretînmes entretenir ver 13.27 46.42 0.00 0.07 ind:pas:1p; -entretînt entretenir ver 13.27 46.42 0.00 0.14 sub:imp:3s; -entretenaient entretenir ver 13.27 46.42 0.05 2.70 ind:imp:3p; -entretenais entretenir ver 13.27 46.42 0.10 0.88 ind:imp:1s;ind:imp:2s; -entretenait entretenir ver 13.27 46.42 0.39 8.85 ind:imp:3s; -entretenant entretenir ver 13.27 46.42 0.04 1.08 par:pre; -entreteneur entreteneur nom m s 0.01 0.07 0.00 0.07 -entreteneuse entreteneur nom f s 0.01 0.07 0.01 0.00 -entretenez entretenir ver 13.27 46.42 0.27 0.14 imp:pre:2p;ind:pre:2p; -entreteniez entretenir ver 13.27 46.42 0.07 0.00 ind:imp:2p; -entretenions entretenir ver 13.27 46.42 0.10 0.61 ind:imp:1p; -entretenir entretenir ver 13.27 46.42 8.07 17.43 inf; -entretenons entretenir ver 13.27 46.42 0.09 0.14 imp:pre:1p;ind:pre:1p; -entretenu entretenir ver m s 13.27 46.42 0.42 3.24 par:pas; -entretenue entretenir ver f s 13.27 46.42 0.52 1.22 par:pas; -entretenues entretenu adj f p 0.93 4.05 0.04 0.68 -entretenus entretenir ver m p 13.27 46.42 0.08 0.95 par:pas; -entretien entretien nom m s 18.92 27.77 16.72 20.54 -entretiendra entretenir ver 13.27 46.42 0.14 0.00 ind:fut:3s; -entretiendrai entretenir ver 13.27 46.42 0.02 0.07 ind:fut:1s; -entretiendraient entretenir ver 13.27 46.42 0.00 0.14 cnd:pre:3p; -entretiendrait entretenir ver 13.27 46.42 0.02 0.20 cnd:pre:3s; -entretiendras entretenir ver 13.27 46.42 0.14 0.00 ind:fut:2s; -entretiendrez entretenir ver 13.27 46.42 0.02 0.07 ind:fut:2p; -entretiendrons entretenir ver 13.27 46.42 0.01 0.00 ind:fut:1p; -entretienne entretenir ver 13.27 46.42 0.28 0.34 sub:pre:1s;sub:pre:3s; -entretiennent entretenir ver 13.27 46.42 0.20 1.55 ind:pre:3p; -entretiennes entretenir ver 13.27 46.42 0.02 0.07 sub:pre:2s; -entretiens entretien nom m p 18.92 27.77 2.20 7.23 -entretient entretenir ver 13.27 46.42 1.27 3.38 ind:pre:3s; -entretinrent entretenir ver 13.27 46.42 0.00 0.34 ind:pas:3p; -entretins entretenir ver 13.27 46.42 0.01 0.14 ind:pas:1s; -entretint entretenir ver 13.27 46.42 0.00 1.01 ind:pas:3s; -entretissait entretisser ver 0.00 0.27 0.00 0.07 ind:imp:3s; -entretissé entretisser ver m s 0.00 0.27 0.00 0.14 par:pas; -entretissées entretisser ver f p 0.00 0.27 0.00 0.07 par:pas; -entretoisaient entretoiser ver 0.00 0.07 0.00 0.07 ind:imp:3p; -entretoise entretoise nom f s 0.01 0.00 0.01 0.00 -entretoisement entretoisement nom m s 0.00 0.07 0.00 0.07 -entretuaient entretuer ver 4.54 0.34 0.09 0.00 ind:imp:3p; -entretuant entretuer ver 4.54 0.34 0.13 0.00 par:pre; -entretue entretuer ver 4.54 0.34 0.28 0.00 ind:pre:3s; -entretuent entretuer ver 4.54 0.34 0.89 0.07 ind:pre:3p; -entretuer entretuer ver 4.54 0.34 2.79 0.20 ind:pre:2p;inf; -entretueraient entretuer ver 4.54 0.34 0.01 0.00 cnd:pre:3p; -entretuerait entretuer ver 4.54 0.34 0.01 0.07 cnd:pre:3s; -entretueront entretuer ver 4.54 0.34 0.04 0.00 ind:fut:3p; -entretuez entretuer ver 4.54 0.34 0.07 0.00 imp:pre:2p;ind:pre:2p; -entretuées entretuer ver f p 4.54 0.34 0.10 0.00 par:pas; -entretués entretuer ver m p 4.54 0.34 0.14 0.00 par:pas; -entrevît entrevoir ver 2.44 29.53 0.03 0.07 sub:imp:3s; -entreverrai entrevoir ver 2.44 29.53 0.00 0.07 ind:fut:1s; -entrevirent entrevoir ver 2.44 29.53 0.00 0.07 ind:pas:3p; -entrevis entrevoir ver 2.44 29.53 0.03 1.08 ind:pas:1s; -entrevit entrevoir ver 2.44 29.53 0.04 2.23 ind:pas:3s; -entrevoie entrevoir ver 2.44 29.53 0.00 0.07 sub:pre:3s; -entrevoient entrevoir ver 2.44 29.53 0.02 0.41 ind:pre:3p; -entrevoir entrevoir ver 2.44 29.53 1.00 8.65 inf; -entrevois entrevoir ver 2.44 29.53 0.81 1.96 imp:pre:2s;ind:pre:1s;ind:pre:2s; -entrevoit entrevoir ver 2.44 29.53 0.15 1.55 ind:pre:3s; -entrevous entrevous nom m 0.01 0.00 0.01 0.00 -entrevoyaient entrevoir ver 2.44 29.53 0.00 0.27 ind:imp:3p; -entrevoyais entrevoir ver 2.44 29.53 0.14 1.62 ind:imp:1s; -entrevoyait entrevoir ver 2.44 29.53 0.02 1.69 ind:imp:3s; -entrevoyant entrevoir ver 2.44 29.53 0.00 0.34 par:pre; -entrevoyons entrevoir ver 2.44 29.53 0.00 0.20 ind:pre:1p; -entrevu entrevoir ver m s 2.44 29.53 0.17 4.86 par:pas; -entrevue entrevue nom f s 3.28 9.59 2.97 8.85 -entrevues entrevue nom f p 3.28 9.59 0.31 0.74 -entrevus entrevoir ver m p 2.44 29.53 0.00 1.15 par:pas; -entrez entrer ver 450.11 398.38 104.85 12.70 imp:pre:2p;ind:pre:2p; -entriez entrer ver 450.11 398.38 0.29 0.20 ind:imp:2p; -entrions entrer ver 450.11 398.38 0.12 2.09 ind:imp:1p; -entrisme entrisme nom m s 0.00 0.07 0.00 0.07 -entrâmes entrer ver 450.11 398.38 0.00 1.15 ind:pas:1p; -entrons entrer ver 450.11 398.38 6.05 4.39 imp:pre:1p;ind:pre:1p; -entropie entropie nom f s 0.19 0.27 0.19 0.27 -entropique entropique adj s 0.07 0.00 0.05 0.00 -entropiques entropique adj f p 0.07 0.00 0.01 0.00 -entrât entrer ver 450.11 398.38 0.14 0.95 sub:imp:3s; -entrouvert entrouvrir ver m s 0.95 19.59 0.10 1.62 par:pas; -entrouverte entrouvert adj f s 0.70 10.07 0.47 6.55 -entrouvertes entrouvert adj f p 0.70 10.07 0.11 2.09 -entrouverts entrouvert adj m p 0.70 10.07 0.10 0.54 -entrouverture entrouverture nom f s 0.00 0.07 0.00 0.07 -entrouvrît entrouvrir ver 0.95 19.59 0.00 0.07 sub:imp:3s; -entrouvraient entrouvrir ver 0.95 19.59 0.00 0.47 ind:imp:3p; -entrouvrait entrouvrir ver 0.95 19.59 0.14 1.76 ind:imp:3s; -entrouvrant entrouvrir ver 0.95 19.59 0.00 0.68 par:pre; -entrouvre entrouvrir ver 0.95 19.59 0.20 2.91 imp:pre:2s;ind:pre:1s;ind:pre:3s; -entrouvrent entrouvrir ver 0.95 19.59 0.02 0.81 ind:pre:3p; -entrouvrir entrouvrir ver 0.95 19.59 0.21 2.30 inf; -entrouvrirait entrouvrir ver 0.95 19.59 0.00 0.07 cnd:pre:3s; -entrouvrirent entrouvrir ver 0.95 19.59 0.00 0.14 ind:pas:3p; -entrouvris entrouvrir ver 0.95 19.59 0.00 0.14 ind:pas:1s; -entrouvrit entrouvrir ver 0.95 19.59 0.00 3.72 ind:pas:3s; -entrèrent entrer ver 450.11 398.38 0.20 10.61 ind:pas:3p; -entré entrer ver m s 450.11 398.38 36.90 32.43 par:pas; -entrée_sortie entrée_sortie nom f s 0.01 0.00 0.01 0.00 -entrée entrée nom f s 48.08 118.78 43.75 113.72 -entrées entrée nom f p 48.08 118.78 4.33 5.07 -entrés entrer ver m p 450.11 398.38 8.81 11.22 par:pas; -entubait entuber ver 3.11 1.35 0.02 0.07 ind:imp:3s; -entube entuber ver 3.11 1.35 0.52 0.34 imp:pre:2s;ind:pre:1s;ind:pre:3s; -entubent entuber ver 3.11 1.35 0.12 0.00 ind:pre:3p; -entuber entuber ver 3.11 1.35 1.77 0.68 inf; -entuberais entuber ver 3.11 1.35 0.03 0.00 cnd:pre:1s;cnd:pre:2s; -entubes entuber ver 3.11 1.35 0.18 0.00 ind:pre:2s; -entubez entuber ver 3.11 1.35 0.04 0.00 imp:pre:2p;ind:pre:2p; -entubé entuber ver m s 3.11 1.35 0.32 0.20 par:pas; -entubée entuber ver f s 3.11 1.35 0.03 0.07 par:pas; -entubés entuber ver m p 3.11 1.35 0.08 0.00 par:pas; -entéléchies entéléchie nom f p 0.00 0.07 0.00 0.07 -enténèbre enténébrer ver 0.14 2.36 0.14 0.14 ind:pre:3s; -enténèbrent enténébrer ver 0.14 2.36 0.00 0.07 ind:pre:3p; -enténébra enténébrer ver 0.14 2.36 0.00 0.07 ind:pas:3s; -enténébrait enténébrer ver 0.14 2.36 0.00 0.20 ind:imp:3s; -enténébrant enténébrer ver 0.14 2.36 0.00 0.34 par:pre; -enténébrer enténébrer ver 0.14 2.36 0.00 0.14 inf; -enténébré enténébrer ver m s 0.14 2.36 0.01 0.54 par:pas; -enténébrée enténébrer ver f s 0.14 2.36 0.00 0.54 par:pas; -enténébrées enténébrer ver f p 0.14 2.36 0.00 0.14 par:pas; -enténébrés enténébrer ver m p 0.14 2.36 0.00 0.20 par:pas; -enturbanner enturbanner ver 0.01 0.54 0.00 0.07 inf; -enturbanné enturbanné adj m s 0.06 1.22 0.05 0.47 -enturbannée enturbanner ver f s 0.01 0.54 0.01 0.07 par:pas; -enturbannées enturbanné adj f p 0.06 1.22 0.00 0.07 -enturbannés enturbanné adj m p 0.06 1.22 0.01 0.41 -enture enture nom f s 0.14 0.00 0.14 0.00 -entérinais entériner ver 0.52 1.35 0.00 0.14 ind:imp:1s; -entérinait entériner ver 0.52 1.35 0.00 0.20 ind:imp:3s; -entérinant entériner ver 0.52 1.35 0.00 0.07 par:pre; -entérine entériner ver 0.52 1.35 0.03 0.00 ind:pre:3s; -entérinement entérinement nom m s 0.00 0.07 0.00 0.07 -entériner entériner ver 0.52 1.35 0.42 0.41 inf; -entériné entériner ver m s 0.52 1.35 0.04 0.27 par:pas; -entérinée entériner ver f s 0.52 1.35 0.03 0.14 par:pas; -entérinées entériner ver f p 0.52 1.35 0.00 0.14 par:pas; -entérique entérique adj s 0.01 0.00 0.01 0.00 -entérite entérite nom f s 0.01 0.14 0.01 0.14 -entérocolite entérocolite nom f s 0.01 0.00 0.01 0.00 -entérovirus entérovirus nom m 0.03 0.00 0.03 0.00 -entêta entêter ver 1.65 6.89 0.00 0.27 ind:pas:3s; -entêtai entêter ver 1.65 6.89 0.00 0.41 ind:pas:1s; -entêtaient entêter ver 1.65 6.89 0.00 0.34 ind:imp:3p; -entêtais entêter ver 1.65 6.89 0.00 0.07 ind:imp:1s; -entêtait entêter ver 1.65 6.89 0.00 1.62 ind:imp:3s; -entêtant entêtant adj m s 0.05 2.09 0.04 0.47 -entêtante entêtant adj f s 0.05 2.09 0.01 1.08 -entêtantes entêtant adj f p 0.05 2.09 0.00 0.20 -entêtants entêtant adj m p 0.05 2.09 0.00 0.34 -entête entêter ver 1.65 6.89 0.38 1.49 imp:pre:2s;ind:pre:1s;ind:pre:3s; -entêtement entêtement nom m s 1.27 5.74 1.27 5.61 -entêtements entêtement nom m p 1.27 5.74 0.00 0.14 -entêtent entêter ver 1.65 6.89 0.14 0.07 ind:pre:3p; -entêter entêter ver 1.65 6.89 0.18 0.95 inf; -entêteraient entêter ver 1.65 6.89 0.00 0.07 cnd:pre:3p; -entêterais entêter ver 1.65 6.89 0.00 0.07 cnd:pre:1s; -entêtes entêter ver 1.65 6.89 0.42 0.14 ind:pre:2s; -entêtez entêter ver 1.65 6.89 0.16 0.14 ind:pre:2p; -entêtiez entêter ver 1.65 6.89 0.00 0.07 ind:imp:2p; -entêtons entêter ver 1.65 6.89 0.00 0.20 ind:pre:1p; -entêtât entêter ver 1.65 6.89 0.00 0.07 sub:imp:3s; -entêté entêté nom m s 0.73 0.81 0.58 0.68 -entêtée entêté adj f s 0.38 1.35 0.08 0.74 -entêtées entêté adj f p 0.38 1.35 0.01 0.14 -entêtés entêté nom m p 0.73 0.81 0.15 0.07 -envahît envahir ver 17.37 57.70 0.00 0.14 sub:imp:3s; -envahi envahir ver m s 17.37 57.70 4.98 11.76 par:pas; -envahie envahir ver f s 17.37 57.70 1.11 5.88 par:pas; -envahies envahir ver f p 17.37 57.70 0.26 1.69 par:pas; -envahir envahir ver 17.37 57.70 3.83 8.31 inf; -envahira envahir ver 17.37 57.70 0.26 0.20 ind:fut:3s; -envahirai envahir ver 17.37 57.70 0.03 0.00 ind:fut:1s; -envahiraient envahir ver 17.37 57.70 0.00 0.20 cnd:pre:3p; -envahirait envahir ver 17.37 57.70 0.03 0.34 cnd:pre:3s; -envahirent envahir ver 17.37 57.70 0.25 1.28 ind:pas:3p; -envahirez envahir ver 17.37 57.70 0.01 0.00 ind:fut:2p; -envahirons envahir ver 17.37 57.70 0.02 0.07 ind:fut:1p; -envahiront envahir ver 17.37 57.70 0.24 0.00 ind:fut:3p; -envahis envahir ver m p 17.37 57.70 0.91 1.89 ind:pre:1s;ind:pre:2s;par:pas;par:pas; -envahissaient envahir ver 17.37 57.70 0.24 1.96 ind:imp:3p; -envahissait envahir ver 17.37 57.70 0.62 8.72 ind:imp:3s; -envahissant envahissant adj m s 1.08 3.18 0.33 0.88 -envahissante envahissant adj f s 1.08 3.18 0.70 1.42 -envahissantes envahissant adj f p 1.08 3.18 0.04 0.27 -envahissants envahissant adj m p 1.08 3.18 0.01 0.61 -envahisse envahir ver 17.37 57.70 0.11 0.34 sub:pre:1s;sub:pre:3s; -envahissement envahissement nom m s 0.02 1.49 0.02 1.42 -envahissements envahissement nom m p 0.02 1.49 0.00 0.07 -envahissent envahir ver 17.37 57.70 1.05 1.96 ind:pre:3p; -envahisseur envahisseur nom m s 3.64 8.31 1.88 6.42 -envahisseurs envahisseur nom m p 3.64 8.31 1.77 1.89 -envahissez envahir ver 17.37 57.70 0.24 0.00 imp:pre:2p;ind:pre:2p; -envahissiez envahir ver 17.37 57.70 0.02 0.00 ind:imp:2p; -envahit envahir ver 17.37 57.70 2.97 12.36 ind:pre:3s;ind:pas:3s; -envasait envaser ver 0.01 0.41 0.00 0.07 ind:imp:3s; -envasement envasement nom m s 0.00 0.07 0.00 0.07 -envaser envaser ver 0.01 0.41 0.01 0.00 inf; -envasé envaser ver m s 0.01 0.41 0.00 0.20 par:pas; -envasée envaser ver f s 0.01 0.41 0.00 0.07 par:pas; -envasées envaser ver f p 0.01 0.41 0.00 0.07 par:pas; -enveloppa envelopper ver 5.21 46.49 0.17 4.39 ind:pas:3s; -enveloppai envelopper ver 5.21 46.49 0.14 0.34 ind:pas:1s; -enveloppaient envelopper ver 5.21 46.49 0.04 2.03 ind:imp:3p; -enveloppais envelopper ver 5.21 46.49 0.06 0.20 ind:imp:1s;ind:imp:2s; -enveloppait envelopper ver 5.21 46.49 0.20 9.12 ind:imp:3s; -enveloppant envelopper ver 5.21 46.49 0.04 1.69 par:pre; -enveloppante enveloppant adj f s 0.27 1.62 0.23 0.68 -enveloppantes enveloppant adj f p 0.27 1.62 0.00 0.07 -enveloppants enveloppant adj m p 0.27 1.62 0.00 0.27 -enveloppe enveloppe nom f s 13.23 32.84 11.40 26.22 -enveloppement enveloppement nom m s 0.16 0.95 0.16 0.61 -enveloppements enveloppement nom m p 0.16 0.95 0.00 0.34 -enveloppent envelopper ver 5.21 46.49 0.34 1.35 ind:pre:3p; -envelopper envelopper ver 5.21 46.49 0.65 4.39 inf; -enveloppera envelopper ver 5.21 46.49 0.01 0.14 ind:fut:3s; -envelopperaient envelopper ver 5.21 46.49 0.14 0.07 cnd:pre:3p; -envelopperait envelopper ver 5.21 46.49 0.02 0.54 cnd:pre:3s; -envelopperez envelopper ver 5.21 46.49 0.00 0.07 ind:fut:2p; -enveloppes enveloppe nom f p 13.23 32.84 1.84 6.62 -enveloppeur enveloppeur nom m s 0.00 0.07 0.00 0.07 -enveloppez envelopper ver 5.21 46.49 0.41 0.14 imp:pre:2p;ind:pre:2p; -enveloppons envelopper ver 5.21 46.49 0.00 0.07 ind:pre:1p; -enveloppât envelopper ver 5.21 46.49 0.00 0.14 sub:imp:3s; -enveloppèrent envelopper ver 5.21 46.49 0.11 0.20 ind:pas:3p; -enveloppé enveloppé adj m s 1.60 10.34 0.86 4.59 -enveloppée envelopper ver f s 5.21 46.49 0.58 4.32 par:pas; -enveloppées enveloppé adj f p 1.60 10.34 0.20 0.74 -enveloppés envelopper ver m p 5.21 46.49 0.26 2.23 par:pas; -envenima envenimer ver 0.59 1.96 0.00 0.07 ind:pas:3s; -envenimait envenimer ver 0.59 1.96 0.00 0.20 ind:imp:3s; -envenimant envenimer ver 0.59 1.96 0.00 0.07 par:pre; -envenime envenimer ver 0.59 1.96 0.09 0.14 imp:pre:2s;ind:pre:3s; -enveniment envenimer ver 0.59 1.96 0.04 0.20 ind:pre:3p; -envenimer envenimer ver 0.59 1.96 0.28 0.95 inf; -envenimons envenimer ver 0.59 1.96 0.01 0.00 imp:pre:1p; -envenimèrent envenimer ver 0.59 1.96 0.00 0.07 ind:pas:3p; -envenimé envenimé ver m s 0.27 0.00 0.27 0.00 par:pas; -envenimée envenimé adj f s 0.04 0.00 0.03 0.00 -envenimées envenimer ver f p 0.59 1.96 0.10 0.00 par:pas; -envenimés envenimer ver m p 0.59 1.96 0.01 0.07 par:pas; -envergure envergure nom f s 1.66 5.34 1.66 5.34 -enverguée enverguer ver f s 0.00 0.07 0.00 0.07 par:pas; -enverra envoyer ver 360.16 177.64 5.89 2.03 ind:fut:3s; -enverrai envoyer ver 360.16 177.64 10.43 2.70 ind:fut:1s; -enverraient envoyer ver 360.16 177.64 0.20 0.34 cnd:pre:3p; -enverrais envoyer ver 360.16 177.64 1.68 0.41 cnd:pre:1s;cnd:pre:2s; -enverrait envoyer ver 360.16 177.64 1.77 2.77 cnd:pre:3s; -enverras envoyer ver 360.16 177.64 1.30 0.47 ind:fut:2s; -enverrez envoyer ver 360.16 177.64 1.04 0.34 ind:fut:2p; -enverriez envoyer ver 360.16 177.64 0.12 0.00 cnd:pre:2p; -enverrions envoyer ver 360.16 177.64 0.00 0.20 cnd:pre:1p; -enverrons envoyer ver 360.16 177.64 1.30 0.20 ind:fut:1p; -enverront envoyer ver 360.16 177.64 1.93 0.81 ind:fut:3p; -envers envers pre 35.46 27.91 35.46 27.91 -envia envier ver 17.79 26.89 0.00 0.47 ind:pas:3s; -enviable enviable adj s 0.75 2.84 0.73 2.43 -enviables enviable adj p 0.75 2.84 0.02 0.41 -enviai envier ver 17.79 26.89 0.00 0.47 ind:pas:1s; -enviaient envier ver 17.79 26.89 0.01 0.88 ind:imp:3p; -enviais envier ver 17.79 26.89 0.56 2.84 ind:imp:1s;ind:imp:2s; -enviait envier ver 17.79 26.89 0.34 2.84 ind:imp:3s; -enviandait enviander ver 0.00 0.07 0.00 0.07 ind:imp:3s; -enviandé enviandé nom m s 0.02 0.34 0.02 0.20 -enviandés enviandé nom m p 0.02 0.34 0.00 0.14 -enviant envier ver 17.79 26.89 0.01 0.47 par:pre; -envie envie nom f s 213.96 258.11 210.62 252.09 -envient envier ver 17.79 26.89 0.42 0.20 ind:pre:3p; -envier envier ver 17.79 26.89 1.50 3.51 inf; -enviera envier ver 17.79 26.89 0.23 0.07 ind:fut:3s; -envieraient envier ver 17.79 26.89 0.04 0.34 cnd:pre:3p; -envierais envier ver 17.79 26.89 0.11 0.07 cnd:pre:1s; -envierait envier ver 17.79 26.89 0.02 0.27 cnd:pre:3s; -envieront envier ver 17.79 26.89 0.32 0.07 ind:fut:3p; -envies envie nom f p 213.96 258.11 3.34 6.01 -envieuse envieux adj f s 1.04 1.76 0.20 0.54 -envieuses envieux adj f p 1.04 1.76 0.20 0.00 -envieux envieux adj m 1.04 1.76 0.64 1.22 -enviez envier ver 17.79 26.89 0.42 0.14 imp:pre:2p;ind:pre:2p; -enviions envier ver 17.79 26.89 0.00 0.07 ind:imp:1p; -envions envier ver 17.79 26.89 0.05 0.00 imp:pre:1p;ind:pre:1p; -enviât envier ver 17.79 26.89 0.00 0.07 sub:imp:3s; -environ environ adv_sup 55.55 27.43 55.55 27.43 -environnaient environner ver 0.28 5.47 0.00 0.47 ind:imp:3p; -environnait environner ver 0.28 5.47 0.00 0.88 ind:imp:3s; -environnant environnant adj m s 0.66 2.23 0.17 0.47 -environnante environnant adj f s 0.66 2.23 0.29 0.54 -environnantes environnant adj f p 0.66 2.23 0.07 0.61 -environnants environnant adj m p 0.66 2.23 0.12 0.61 -environne environner ver 0.28 5.47 0.28 0.88 ind:pre:1s;ind:pre:3s; -environnement environnement nom m s 10.19 2.77 10.07 2.64 -environnemental environnemental adj m s 0.46 0.00 0.16 0.00 -environnementale environnemental adj f s 0.46 0.00 0.12 0.00 -environnementaux environnemental adj m p 0.46 0.00 0.18 0.00 -environnements environnement nom m p 10.19 2.77 0.12 0.14 -environnent environner ver 0.28 5.47 0.00 0.47 ind:pre:3p; -environner environner ver 0.28 5.47 0.00 0.07 inf; -environné environner ver m s 0.28 5.47 0.00 1.49 par:pas; -environnée environner ver f s 0.28 5.47 0.00 0.41 par:pas; -environnées environner ver f p 0.28 5.47 0.00 0.07 par:pas; -environnés environner ver m p 0.28 5.47 0.00 0.54 par:pas; -environs environ nom_sup m p 6.25 16.69 6.25 16.69 -envisage envisager ver 16.42 32.64 3.40 4.05 imp:pre:2s;ind:pre:1s;ind:pre:3s; -envisagea envisager ver 16.42 32.64 0.02 1.22 ind:pas:3s; -envisageable envisageable adj s 0.85 0.74 0.80 0.74 -envisageables envisageable adj f p 0.85 0.74 0.04 0.00 -envisageai envisager ver 16.42 32.64 0.02 0.81 ind:pas:1s; -envisageaient envisager ver 16.42 32.64 0.07 0.68 ind:imp:3p; -envisageais envisager ver 16.42 32.64 0.61 1.55 ind:imp:1s;ind:imp:2s; -envisageait envisager ver 16.42 32.64 0.47 5.47 ind:imp:3s; -envisageant envisager ver 16.42 32.64 0.01 0.81 par:pre; -envisagent envisager ver 16.42 32.64 0.44 0.41 ind:pre:3p; -envisageons envisager ver 16.42 32.64 0.30 0.34 imp:pre:1p;ind:pre:1p; -envisageât envisager ver 16.42 32.64 0.00 0.20 sub:imp:3s; -envisager envisager ver 16.42 32.64 4.83 9.39 inf; -envisagera envisager ver 16.42 32.64 0.14 0.07 ind:fut:3s; -envisagerai envisager ver 16.42 32.64 0.05 0.00 ind:fut:1s; -envisagerais envisager ver 16.42 32.64 0.23 0.07 cnd:pre:1s;cnd:pre:2s; -envisagerait envisager ver 16.42 32.64 0.05 0.27 cnd:pre:3s; -envisageras envisager ver 16.42 32.64 0.01 0.00 ind:fut:2s; -envisagerez envisager ver 16.42 32.64 0.04 0.00 ind:fut:2p; -envisageriez envisager ver 16.42 32.64 0.17 0.00 cnd:pre:2p; -envisagerions envisager ver 16.42 32.64 0.00 0.14 cnd:pre:1p; -envisages envisager ver 16.42 32.64 1.35 0.27 ind:pre:2s; -envisagez envisager ver 16.42 32.64 1.11 0.68 imp:pre:2p;ind:pre:2p; -envisagiez envisager ver 16.42 32.64 0.20 0.00 ind:imp:2p; -envisagions envisager ver 16.42 32.64 0.04 0.54 ind:imp:1p; -envisagèrent envisager ver 16.42 32.64 0.01 0.27 ind:pas:3p; -envisagé envisager ver m s 16.42 32.64 2.61 3.58 par:pas; -envisagée envisager ver f s 16.42 32.64 0.19 1.22 par:pas; -envisagées envisager ver f p 16.42 32.64 0.04 0.41 par:pas; -envisagés envisager ver m p 16.42 32.64 0.01 0.20 par:pas; -envié envier ver m s 17.79 26.89 0.71 1.15 par:pas; -enviée envier ver f s 17.79 26.89 0.30 0.81 par:pas; -enviées envier ver f p 17.79 26.89 0.01 0.14 par:pas; -enviés envier ver m p 17.79 26.89 0.04 0.54 par:pas; -envoûtaient envoûter ver 1.81 2.16 0.00 0.07 ind:imp:3p; -envoûtait envoûter ver 1.81 2.16 0.01 0.14 ind:imp:3s; -envoûtant envoûtant adj m s 0.79 1.49 0.56 0.34 -envoûtante envoûtant adj f s 0.79 1.49 0.21 0.95 -envoûtantes envoûtant adj f p 0.79 1.49 0.00 0.07 -envoûtants envoûtant adj m p 0.79 1.49 0.02 0.14 -envoûte envoûter ver 1.81 2.16 0.32 0.34 ind:pre:1s;ind:pre:3s; -envoûtement envoûtement nom m s 0.71 1.82 0.56 1.76 -envoûtements envoûtement nom m p 0.71 1.82 0.14 0.07 -envoûter envoûter ver 1.81 2.16 0.12 0.34 inf; -envoûteras envoûter ver 1.81 2.16 0.01 0.00 ind:fut:2s; -envoûteur envoûteur nom m s 0.00 0.27 0.00 0.14 -envoûteurs envoûteur nom m p 0.00 0.27 0.00 0.14 -envoûté envoûter ver m s 1.81 2.16 0.88 0.61 par:pas; -envoûtée envoûter ver f s 1.81 2.16 0.44 0.14 par:pas; -envoûtées envoûter ver f p 1.81 2.16 0.00 0.14 par:pas; -envoûtés envoûter ver m p 1.81 2.16 0.03 0.27 par:pas; -envoi envoi nom m s 4.46 6.96 3.47 6.28 -envoie envoyer ver 360.16 177.64 98.92 30.88 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:1s;sub:pre:3s; -envoient envoyer ver 360.16 177.64 9.16 4.32 ind:pre:3p; -envoies envoyer ver 360.16 177.64 6.24 0.61 ind:pre:1p;ind:pre:2s;sub:pre:2s; -envois envoi nom m p 4.46 6.96 1.00 0.68 -envol envol nom m s 2.50 5.20 2.48 4.66 -envola envoler ver 28.82 29.86 0.43 2.43 ind:pas:3s; -envolai envoler ver 28.82 29.86 0.00 0.34 ind:pas:1s; -envolaient envoler ver 28.82 29.86 0.35 2.50 ind:imp:3p; -envolais envoler ver 28.82 29.86 0.03 0.20 ind:imp:1s;ind:imp:2s; -envolait envoler ver 28.82 29.86 0.29 2.16 ind:imp:3s; -envolant envoler ver 28.82 29.86 0.38 0.47 par:pre; -envole envoler ver 28.82 29.86 5.39 3.78 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:1s;sub:pre:3s; -envolent envoler ver 28.82 29.86 4.47 2.30 ind:pre:3p; -envoler envoler ver 28.82 29.86 5.85 6.35 ind:pre:2p;inf; -envolera envoler ver 28.82 29.86 0.55 0.34 ind:fut:3s; -envolerai envoler ver 28.82 29.86 0.21 0.07 ind:fut:1s; -envoleraient envoler ver 28.82 29.86 0.00 0.41 cnd:pre:3p; -envolerais envoler ver 28.82 29.86 0.06 0.07 cnd:pre:1s; -envolerait envoler ver 28.82 29.86 0.08 0.14 cnd:pre:3s; -envolerez envoler ver 28.82 29.86 0.01 0.07 ind:fut:2p; -envolerions envoler ver 28.82 29.86 0.02 0.14 cnd:pre:1p; -envolerons envoler ver 28.82 29.86 0.05 0.00 ind:fut:1p; -envoleront envoler ver 28.82 29.86 0.04 0.07 ind:fut:3p; -envoles envoler ver 28.82 29.86 0.45 0.00 ind:pre:2s; -envolez envoler ver 28.82 29.86 0.58 0.00 imp:pre:2p;ind:pre:2p; -envolâmes envoler ver 28.82 29.86 0.00 0.07 ind:pas:1p; -envolons envoler ver 28.82 29.86 0.04 0.00 imp:pre:1p;ind:pre:1p; -envolât envoler ver 28.82 29.86 0.00 0.07 sub:imp:3s; -envols envol nom m p 2.50 5.20 0.03 0.54 -envolèrent envoler ver 28.82 29.86 0.01 1.62 ind:pas:3p; -envolé envoler ver m s 28.82 29.86 5.05 2.84 par:pas; -envolée envoler ver f s 28.82 29.86 1.62 1.62 par:pas; -envolées envolée nom f p 0.88 3.18 0.33 1.01 -envolés envoler ver m p 28.82 29.86 2.63 1.28 par:pas; -envoya envoyer ver 360.16 177.64 1.96 11.69 ind:pas:3s; -envoyai envoyer ver 360.16 177.64 0.26 2.30 ind:pas:1s; -envoyaient envoyer ver 360.16 177.64 0.62 2.91 ind:imp:3p; -envoyais envoyer ver 360.16 177.64 1.58 1.82 ind:imp:1s;ind:imp:2s; -envoyait envoyer ver 360.16 177.64 3.84 14.66 ind:imp:3s; -envoyant envoyer ver 360.16 177.64 1.91 4.26 par:pre; -envoyer envoyer ver 360.16 177.64 69.77 41.15 inf;;inf;;inf;;inf;;inf;;inf;;inf;; -envoyeur envoyeur nom m s 0.21 0.41 0.21 0.34 -envoyeurs envoyeur nom m p 0.21 0.41 0.00 0.07 -envoyez envoyer ver 360.16 177.64 31.66 2.23 imp:pre:2p;ind:pre:2p; -envoyiez envoyer ver 360.16 177.64 0.55 0.00 ind:imp:2p; -envoyions envoyer ver 360.16 177.64 0.16 0.07 ind:imp:1p; -envoyâmes envoyer ver 360.16 177.64 0.01 0.20 ind:pas:1p; -envoyons envoyer ver 360.16 177.64 2.31 0.20 imp:pre:1p;ind:pre:1p; -envoyât envoyer ver 360.16 177.64 0.00 0.68 sub:imp:3s; -envoyèrent envoyer ver 360.16 177.64 0.26 0.95 ind:pas:3p; -envoyé envoyer ver m s 360.16 177.64 82.52 35.20 par:pas; -envoyée envoyer ver f s 360.16 177.64 12.19 5.27 par:pas; -envoyées envoyer ver f p 360.16 177.64 1.97 2.57 par:pas; -envoyés envoyer ver m p 360.16 177.64 8.63 5.41 par:pas; -enzymatique enzymatique adj s 0.06 0.00 0.06 0.00 -enzyme enzyme nom f s 2.00 0.34 1.26 0.00 -enzymes enzyme nom f p 2.00 0.34 0.75 0.34 -epsilon epsilon nom m 0.47 0.20 0.47 0.20 -erg erg nom m s 0.02 0.07 0.01 0.00 -ergastule ergastule nom m s 0.00 0.20 0.00 0.07 -ergastules ergastule nom m p 0.00 0.20 0.00 0.14 -ergo ergo adv 0.22 0.34 0.22 0.34 -ergol ergol nom m s 0.01 0.00 0.01 0.00 -ergonomie ergonomie nom f s 0.06 0.07 0.06 0.07 -ergonomique ergonomique adj s 0.08 0.00 0.08 0.00 -ergot ergot nom m s 0.08 1.08 0.04 0.07 -ergotage ergotage nom m s 0.01 0.00 0.01 0.00 -ergotait ergoter ver 0.43 0.68 0.00 0.07 ind:imp:3s; -ergotamine ergotamine nom f s 0.02 0.00 0.02 0.00 -ergote ergoter ver 0.43 0.68 0.17 0.20 imp:pre:2s;ind:pre:1s;ind:pre:3s; -ergotent ergoter ver 0.43 0.68 0.00 0.07 ind:pre:3p; -ergoter ergoter ver 0.43 0.68 0.16 0.27 inf; -ergoteur ergoteur adj m s 0.02 0.27 0.02 0.07 -ergoteurs ergoteur adj m p 0.02 0.27 0.00 0.07 -ergoteuse ergoteur adj f s 0.02 0.27 0.00 0.14 -ergothérapeute ergothérapeute nom s 0.06 0.00 0.06 0.00 -ergothérapie ergothérapie nom f s 0.07 0.00 0.07 0.00 -ergotons ergoter ver 0.43 0.68 0.10 0.07 imp:pre:1p; -ergots ergot nom m p 0.08 1.08 0.04 1.01 -ergoté ergoté adj m s 0.14 0.00 0.14 0.00 -ergs erg nom m p 0.02 0.07 0.01 0.07 -ermitage ermitage nom m s 0.04 1.69 0.04 1.35 -ermitages ermitage nom m p 0.04 1.69 0.00 0.34 -ermite ermite nom m s 2.28 2.50 2.23 2.03 -ermites ermite nom m p 2.28 2.50 0.05 0.47 -erpétologiste erpétologiste nom s 0.02 0.00 0.02 0.00 -erra errer ver 10.44 27.36 0.41 2.16 ind:pas:3s; -errai errer ver 10.44 27.36 0.04 0.54 ind:pas:1s; -erraient errer ver 10.44 27.36 0.15 2.23 ind:imp:3p; -errais errer ver 10.44 27.36 0.12 1.28 ind:imp:1s;ind:imp:2s; -errait errer ver 10.44 27.36 0.36 3.18 ind:imp:3s; -errance errance nom f s 0.54 4.46 0.51 2.91 -errances errance nom f p 0.54 4.46 0.03 1.55 -errant errant adj m s 2.62 11.96 1.45 3.18 -errante errant adj f s 2.62 11.96 0.47 4.59 -errantes errant adj f p 2.62 11.96 0.04 1.28 -errants errant adj m p 2.62 11.96 0.66 2.91 -errata erratum nom m p 0.02 0.27 0.00 0.27 -erratique erratique adj s 0.22 0.54 0.17 0.20 -erratiques erratique adj p 0.22 0.54 0.04 0.34 -erratum erratum nom m s 0.02 0.27 0.02 0.00 -erre errer ver 10.44 27.36 3.17 2.64 imp:pre:2s;ind:pre:1s;ind:pre:3s; -errements errements nom m p 0.08 1.22 0.08 1.22 -errent errer ver 10.44 27.36 0.99 1.62 ind:pre:3p; -errer errer ver 10.44 27.36 2.44 6.62 inf; -errera errer ver 10.44 27.36 0.14 0.00 ind:fut:3s; -errerai errer ver 10.44 27.36 0.03 0.07 ind:fut:1s; -erreraient errer ver 10.44 27.36 0.00 0.07 cnd:pre:3p; -errerait errer ver 10.44 27.36 0.00 0.07 cnd:pre:3s; -erreras errer ver 10.44 27.36 0.01 0.07 ind:fut:2s; -errerons errer ver 10.44 27.36 0.01 0.00 ind:fut:1p; -erreront errer ver 10.44 27.36 0.01 0.07 ind:fut:3p; -erres errer ver 10.44 27.36 0.23 0.07 ind:pre:2s; -erreur erreur nom f s 124.15 52.09 101.33 37.84 -erreurs erreur nom f p 124.15 52.09 22.82 14.26 -errez errer ver 10.44 27.36 0.10 0.14 imp:pre:2p;ind:pre:2p; -erriez errer ver 10.44 27.36 0.04 0.00 ind:imp:2p; -errions errer ver 10.44 27.36 0.14 0.14 ind:imp:1p; -errâmes errer ver 10.44 27.36 0.00 0.20 ind:pas:1p; -errons errer ver 10.44 27.36 0.05 0.27 imp:pre:1p;ind:pre:1p; -erroné erroné adj m s 2.05 0.74 0.54 0.27 -erronée erroné adj f s 2.05 0.74 0.44 0.07 -erronées erroné adj f p 2.05 0.74 0.68 0.27 -erronés erroné adj m p 2.05 0.74 0.40 0.14 -errèrent errer ver 10.44 27.36 0.01 0.41 ind:pas:3p; -erré errer ver m s 10.44 27.36 0.90 2.57 par:pas; -errés errer ver m p 10.44 27.36 0.01 0.00 par:pas; -ers ers nom m 0.45 0.00 0.45 0.00 -ersatz ersatz nom m 0.21 1.62 0.21 1.62 -es être aux 8074.24 6501.82 539.36 77.70 ind:pre:2s; -esbaudir esbaudir ver 0.00 0.07 0.00 0.07 inf; -esbignais esbigner ver 0.00 0.95 0.00 0.14 ind:imp:1s; -esbignait esbigner ver 0.00 0.95 0.00 0.07 ind:imp:3s; -esbigne esbigner ver 0.00 0.95 0.00 0.20 ind:pre:3s; -esbignent esbigner ver 0.00 0.95 0.00 0.07 ind:pre:3p; -esbigner esbigner ver 0.00 0.95 0.00 0.20 inf; -esbigné esbigner ver m s 0.00 0.95 0.00 0.27 par:pas; -esbroufe esbroufe nom f s 0.20 0.20 0.20 0.20 -esbroufer esbroufer ver 0.10 0.14 0.00 0.07 inf; -esbroufeur esbroufeur nom m s 0.03 0.00 0.02 0.00 -esbroufeurs esbroufeur nom m p 0.03 0.00 0.01 0.00 -esbroufée esbroufer ver f s 0.10 0.14 0.00 0.07 par:pas; -escabeau escabeau nom m s 0.69 5.88 0.67 5.20 -escabeaux escabeau nom m p 0.69 5.88 0.02 0.68 -escabèches escabèche nom f p 0.00 0.07 0.00 0.07 -escadre escadre nom f s 1.54 6.08 1.44 5.00 -escadres escadre nom f p 1.54 6.08 0.10 1.08 -escadrille escadrille nom f s 2.10 5.14 1.67 2.09 -escadrilles escadrille nom f p 2.10 5.14 0.43 3.04 -escadrin escadrin nom m s 0.00 0.07 0.00 0.07 -escadron escadron nom m s 4.68 8.78 3.34 6.55 -escadrons escadron nom m p 4.68 8.78 1.34 2.23 -escagasse escagasser ver 0.27 0.14 0.14 0.07 ind:pre:3s; -escagasser escagasser ver 0.27 0.14 0.14 0.07 inf; -escalada escalader ver 4.87 15.34 0.12 1.55 ind:pas:3s; -escaladaient escalader ver 4.87 15.34 0.02 0.68 ind:imp:3p; -escaladais escalader ver 4.87 15.34 0.03 0.47 ind:imp:1s;ind:imp:2s; -escaladait escalader ver 4.87 15.34 0.18 1.42 ind:imp:3s; -escaladant escalader ver 4.87 15.34 0.30 1.42 par:pre; -escalade escalade nom f s 3.37 4.12 3.26 3.58 -escaladent escalader ver 4.87 15.34 0.36 0.41 ind:pre:3p; -escalader escalader ver 4.87 15.34 2.19 3.85 inf; -escaladera escalader ver 4.87 15.34 0.04 0.20 ind:fut:3s; -escaladerais escalader ver 4.87 15.34 0.00 0.07 cnd:pre:1s; -escaladerait escalader ver 4.87 15.34 0.01 0.07 cnd:pre:3s; -escalades escalade nom f p 3.37 4.12 0.11 0.54 -escaladeur escaladeur nom m s 0.03 0.20 0.03 0.07 -escaladeuse escaladeur nom f s 0.03 0.20 0.00 0.07 -escaladeuses escaladeur nom f p 0.03 0.20 0.00 0.07 -escaladez escalader ver 4.87 15.34 0.29 0.00 imp:pre:2p;ind:pre:2p; -escaladions escalader ver 4.87 15.34 0.00 0.27 ind:imp:1p; -escaladâmes escalader ver 4.87 15.34 0.00 0.14 ind:pas:1p; -escaladons escalader ver 4.87 15.34 0.02 0.07 imp:pre:1p; -escaladèrent escalader ver 4.87 15.34 0.16 0.27 ind:pas:3p; -escaladé escalader ver m s 4.87 15.34 0.48 1.62 par:pas; -escaladée escalader ver f s 4.87 15.34 0.00 0.14 par:pas; -escaladées escalader ver f p 4.87 15.34 0.11 0.20 par:pas; -escaladés escalader ver m p 4.87 15.34 0.00 0.07 par:pas; -escalais escaler ver 0.00 0.14 0.00 0.07 ind:imp:1s; -escalator escalator nom m s 0.50 0.27 0.36 0.20 -escalators escalator nom m p 0.50 0.27 0.13 0.07 -escale escale nom f s 2.32 8.92 2.25 7.16 -escalera escaler ver 0.00 0.14 0.00 0.07 ind:fut:3s; -escales escale nom f p 2.32 8.92 0.07 1.76 -escalier escalier nom m s 32.29 148.85 20.91 125.95 -escaliers escalier nom m p 32.29 148.85 11.38 22.91 -escalope escalope nom f s 1.13 1.42 0.94 0.74 -escalopes escalope nom f p 1.13 1.42 0.18 0.68 -escamota escamoter ver 0.28 4.73 0.00 0.20 ind:pas:3s; -escamotable escamotable adj m s 0.01 0.47 0.00 0.27 -escamotables escamotable adj f p 0.01 0.47 0.01 0.20 -escamotage escamotage nom m s 0.04 0.34 0.03 0.27 -escamotages escamotage nom m p 0.04 0.34 0.01 0.07 -escamotaient escamoter ver 0.28 4.73 0.00 0.07 ind:imp:3p; -escamotait escamoter ver 0.28 4.73 0.02 0.47 ind:imp:3s; -escamotant escamoter ver 0.28 4.73 0.01 0.07 par:pre; -escamote escamoter ver 0.28 4.73 0.02 0.47 imp:pre:2s;ind:pre:3s; -escamoter escamoter ver 0.28 4.73 0.03 0.88 inf; -escamoterai escamoter ver 0.28 4.73 0.00 0.07 ind:fut:1s; -escamoteur escamoteur nom m s 0.01 0.07 0.01 0.07 -escamoté escamoter ver m s 0.28 4.73 0.20 1.42 par:pas; -escamotée escamoter ver f s 0.28 4.73 0.01 0.95 par:pas; -escamotées escamoter ver f p 0.28 4.73 0.00 0.07 par:pas; -escamotés escamoter ver m p 0.28 4.73 0.00 0.07 par:pas; -escampette escampette nom f s 0.26 0.27 0.26 0.27 -escapade escapade nom f s 1.83 3.51 0.89 2.16 -escapades escapade nom f p 1.83 3.51 0.94 1.35 -escape escape nom f s 0.19 0.00 0.19 0.00 -escarbille escarbille nom f s 0.07 1.42 0.05 0.20 -escarbilles escarbille nom f p 0.07 1.42 0.02 1.22 -escarboucle escarboucle nom f s 0.03 0.27 0.03 0.07 -escarboucles escarboucle nom f p 0.03 0.27 0.00 0.20 -escarcelle escarcelle nom f s 0.17 0.41 0.17 0.41 -escargot escargot nom m s 8.07 7.23 2.73 2.84 -escargots escargot nom m p 8.07 7.23 5.34 4.39 -escarmouchaient escarmoucher ver 0.00 0.20 0.00 0.07 ind:imp:3p; -escarmouche escarmouche nom f s 0.41 1.96 0.32 0.47 -escarmouchent escarmoucher ver 0.00 0.20 0.00 0.14 ind:pre:3p; -escarmouches escarmouche nom f p 0.41 1.96 0.09 1.49 -escarpement escarpement nom m s 0.05 1.28 0.03 0.41 -escarpements escarpement nom m p 0.05 1.28 0.02 0.88 -escarpes escarpe nom m p 0.00 0.20 0.00 0.20 -escarpin escarpin nom m s 0.77 5.14 0.07 0.54 -escarpins escarpin nom m p 0.77 5.14 0.69 4.59 -escarpolette escarpolette nom f s 0.01 0.41 0.01 0.27 -escarpolettes escarpolette nom f p 0.01 0.41 0.00 0.14 -escarpé escarper ver m s 0.21 0.54 0.19 0.20 par:pas; -escarpée escarpé adj f s 0.14 2.64 0.03 0.74 -escarpées escarpé adj f p 0.14 2.64 0.03 0.54 -escarpés escarpé adj m p 0.14 2.64 0.04 0.34 -escarre escarre nom f s 0.23 0.27 0.03 0.07 -escarres escarre nom f p 0.23 0.27 0.20 0.20 -eschatologie eschatologie nom f s 0.00 0.14 0.00 0.14 -esche esche nom f s 0.00 0.14 0.00 0.14 -escher escher ver 0.01 0.00 0.01 0.00 inf; -escient escient nom m s 0.62 1.08 0.62 1.08 -esclaffa esclaffer ver 0.43 8.24 0.00 1.69 ind:pas:3s; -esclaffai esclaffer ver 0.43 8.24 0.00 0.07 ind:pas:1s; -esclaffaient esclaffer ver 0.43 8.24 0.02 0.74 ind:imp:3p; -esclaffait esclaffer ver 0.43 8.24 0.00 0.68 ind:imp:3s; -esclaffant esclaffer ver 0.43 8.24 0.01 0.88 par:pre; -esclaffe esclaffer ver 0.43 8.24 0.33 1.15 ind:pre:1s;ind:pre:3s; -esclaffement esclaffement nom m s 0.00 0.14 0.00 0.07 -esclaffements esclaffement nom m p 0.00 0.14 0.00 0.07 -esclaffent esclaffer ver 0.43 8.24 0.00 0.61 ind:pre:3p; -esclaffer esclaffer ver 0.43 8.24 0.04 1.35 inf; -esclafferaient esclaffer ver 0.43 8.24 0.00 0.07 cnd:pre:3p; -esclaffèrent esclaffer ver 0.43 8.24 0.00 0.41 ind:pas:3p; -esclaffé esclaffer ver m s 0.43 8.24 0.00 0.34 par:pas; -esclaffée esclaffer ver f s 0.43 8.24 0.00 0.20 par:pas; -esclaffés esclaffer ver m p 0.43 8.24 0.02 0.07 par:pas; -esclandre esclandre nom m s 0.37 2.36 0.36 2.09 -esclandres esclandre nom m p 0.37 2.36 0.01 0.27 -esclavage esclavage nom m s 7.14 6.96 7.14 6.96 -esclavagea esclavager ver 0.00 0.41 0.00 0.14 ind:pas:3s; -esclavager esclavager ver 0.00 0.41 0.00 0.20 inf; -esclavagisme esclavagisme nom m s 0.07 0.00 0.07 0.00 -esclavagiste esclavagiste nom s 0.73 0.00 0.39 0.00 -esclavagistes esclavagiste nom p 0.73 0.00 0.34 0.00 -esclavagé esclavager ver m s 0.00 0.41 0.00 0.07 par:pas; -esclave esclave nom s 37.52 22.23 15.51 9.86 -esclaves esclave nom m p 37.52 22.23 22.01 12.36 -esclavons esclavon nom m p 0.00 0.20 0.00 0.20 -escogriffe escogriffe nom m s 0.16 1.28 0.16 1.15 -escogriffes escogriffe nom m p 0.16 1.28 0.00 0.14 -escomptai escompter ver 0.67 4.93 0.00 0.07 ind:pas:1s; -escomptaient escompter ver 0.67 4.93 0.01 0.14 ind:imp:3p; -escomptais escompter ver 0.67 4.93 0.04 0.47 ind:imp:1s; -escomptait escompter ver 0.67 4.93 0.02 1.42 ind:imp:3s; -escomptant escompter ver 0.67 4.93 0.01 0.95 par:pre; -escompte escompte nom m s 0.17 0.61 0.17 0.61 -escomptent escompter ver 0.67 4.93 0.01 0.07 ind:pre:3p; -escompter escompter ver 0.67 4.93 0.01 0.34 inf; -escomptes escompter ver 0.67 4.93 0.00 0.07 ind:pre:2s; -escomptez escompter ver 0.67 4.93 0.03 0.00 imp:pre:2p;ind:pre:2p; -escomptions escompter ver 0.67 4.93 0.02 0.00 ind:imp:1p; -escompté escompter ver m s 0.67 4.93 0.09 0.81 par:pas; -escomptée escompter ver f s 0.67 4.93 0.12 0.14 par:pas; -escomptées escompter ver f p 0.67 4.93 0.10 0.07 par:pas; -escomptés escompter ver m p 0.67 4.93 0.07 0.20 par:pas; -escopette escopette nom f s 0.00 0.20 0.00 0.20 -escorta escorter ver 8.21 7.57 0.00 0.34 ind:pas:3s; -escortaient escorter ver 8.21 7.57 0.28 0.54 ind:imp:3p; -escortais escorter ver 8.21 7.57 0.05 0.00 ind:imp:1s; -escortait escorter ver 8.21 7.57 0.16 0.74 ind:imp:3s; -escortant escorter ver 8.21 7.57 0.05 0.27 par:pre; -escorte escorte nom f s 7.28 7.03 6.69 6.76 -escortent escorter ver 8.21 7.57 0.48 0.54 ind:pre:3p; -escorter escorter ver 8.21 7.57 3.02 1.01 inf; -escortera escorter ver 8.21 7.57 0.23 0.07 ind:fut:3s; -escorterai escorter ver 8.21 7.57 0.07 0.00 ind:fut:1s; -escorteraient escorter ver 8.21 7.57 0.01 0.07 cnd:pre:3p; -escorterez escorter ver 8.21 7.57 0.06 0.00 ind:fut:2p; -escorteriez escorter ver 8.21 7.57 0.01 0.00 cnd:pre:2p; -escorterons escorter ver 8.21 7.57 0.15 0.00 ind:fut:1p; -escorteront escorter ver 8.21 7.57 0.32 0.00 ind:fut:3p; -escortes escorte nom f p 7.28 7.03 0.58 0.27 -escorteur escorteur nom m s 0.32 0.81 0.04 0.14 -escorteurs escorteur nom m p 0.32 0.81 0.28 0.68 -escortez escorter ver 8.21 7.57 0.82 0.00 imp:pre:2p;ind:pre:2p; -escortiez escorter ver 8.21 7.57 0.02 0.00 ind:imp:2p; -escortons escorter ver 8.21 7.57 0.16 0.00 ind:pre:1p; -escortèrent escorter ver 8.21 7.57 0.01 0.27 ind:pas:3p; -escorté escorter ver m s 8.21 7.57 1.08 1.42 par:pas; -escortée escorter ver f s 8.21 7.57 0.12 0.88 par:pas; -escortées escorter ver f p 8.21 7.57 0.02 0.07 par:pas; -escortés escorter ver m p 8.21 7.57 0.16 1.35 par:pas; -escot escot nom m s 0.14 0.00 0.14 0.00 -escouade escouade nom f s 1.46 5.41 1.34 3.92 -escouades escouade nom f p 1.46 5.41 0.12 1.49 -escrimai escrimer ver 0.11 2.30 0.00 0.07 ind:pas:1s; -escrimaient escrimer ver 0.11 2.30 0.00 0.20 ind:imp:3p; -escrimais escrimer ver 0.11 2.30 0.01 0.07 ind:imp:1s; -escrimait escrimer ver 0.11 2.30 0.02 0.74 ind:imp:3s; -escrimant escrimer ver 0.11 2.30 0.03 0.27 par:pre; -escrime escrime nom f s 1.50 2.03 1.50 2.03 -escriment escrimer ver 0.11 2.30 0.01 0.20 ind:pre:3p; -escrimer escrimer ver 0.11 2.30 0.03 0.27 inf; -escrimera escrimer ver 0.11 2.30 0.00 0.07 ind:fut:3s; -escrimeraient escrimer ver 0.11 2.30 0.00 0.07 cnd:pre:3p; -escrimes escrimer ver 0.11 2.30 0.00 0.07 ind:pre:2s; -escrimeur escrimeur nom m s 0.38 0.41 0.37 0.27 -escrimeurs escrimeur nom m p 0.38 0.41 0.01 0.07 -escrimeuses escrimeur nom f p 0.38 0.41 0.00 0.07 -escroc escroc nom m s 9.27 4.46 6.77 2.91 -escrocs escroc nom m p 9.27 4.46 2.50 1.55 -escroquant escroquer ver 2.83 1.42 0.13 0.07 par:pre; -escroque escroquer ver 2.83 1.42 0.19 0.14 imp:pre:2s;ind:pre:1s;ind:pre:3s; -escroquent escroquer ver 2.83 1.42 0.03 0.00 ind:pre:3p; -escroquer escroquer ver 2.83 1.42 1.00 0.81 inf; -escroquera escroquer ver 2.83 1.42 0.02 0.00 ind:fut:3s; -escroquerie escroquerie nom f s 3.20 3.11 2.84 2.16 -escroqueries escroquerie nom f p 3.20 3.11 0.36 0.95 -escroques escroquer ver 2.83 1.42 0.00 0.07 ind:pre:2s; -escroqueuse escroqueur nom f s 0.01 0.00 0.01 0.00 -escroquez escroquer ver 2.83 1.42 0.05 0.00 ind:pre:2p; -escroqué escroquer ver m s 2.83 1.42 1.32 0.20 par:pas; -escroquées escroquer ver f p 2.83 1.42 0.01 0.07 par:pas; -escroqués escroquer ver m p 2.83 1.42 0.07 0.07 par:pas; -escudo escudo nom m s 3.03 0.00 0.01 0.00 -escudos escudo nom m p 3.03 0.00 3.02 0.00 -esgourdai esgourder ver 0.00 0.95 0.00 0.07 ind:pas:1s; -esgourdant esgourder ver 0.00 0.95 0.00 0.07 par:pre; -esgourde esgourde nom f s 0.09 2.70 0.01 1.22 -esgourder esgourder ver 0.00 0.95 0.00 0.68 inf; -esgourdes esgourde nom f p 0.09 2.70 0.08 1.49 -esgourdé esgourder ver m s 0.00 0.95 0.00 0.07 par:pas; -esgourdée esgourder ver f s 0.00 0.95 0.00 0.07 par:pas; -eskimo eskimo adj m s 0.02 0.14 0.02 0.07 -eskimos eskimo nom m p 0.04 0.00 0.02 0.00 -espace_temps espace_temps nom m 1.63 0.07 1.63 0.07 -espace espace nom s 43.87 88.51 41.34 78.58 -espacement espacement nom m s 0.10 0.34 0.09 0.34 -espacements espacement nom m p 0.10 0.34 0.01 0.00 -espacent espacer ver 0.52 5.95 0.00 0.47 ind:pre:3p; -espacer espacer ver 0.52 5.95 0.06 0.68 inf; -espacerait espacer ver 0.52 5.95 0.00 0.07 cnd:pre:3s; -espaceront espacer ver 0.52 5.95 0.00 0.07 ind:fut:3p; -espaces espace nom p 43.87 88.51 2.52 9.93 -espacez espacer ver 0.52 5.95 0.02 0.00 imp:pre:2p; -espacions espacer ver 0.52 5.95 0.00 0.14 ind:imp:1p; -espacèrent espacer ver 0.52 5.95 0.01 0.74 ind:pas:3p; -espacé espacé adj m s 0.41 2.50 0.02 0.20 -espacée espacer ver f s 0.52 5.95 0.00 0.07 par:pas; -espacées espacé adj f p 0.41 2.50 0.21 1.15 -espacés espacé adj m p 0.41 2.50 0.19 1.08 -espada espada nom f s 0.00 0.81 0.00 0.74 -espadas espada nom f p 0.00 0.81 0.00 0.07 -espadon espadon nom m s 0.80 0.54 0.71 0.47 -espadons espadon nom m p 0.80 0.54 0.09 0.07 -espadrille espadrille nom f s 0.26 8.58 0.02 0.95 -espadrilles espadrille nom f p 0.26 8.58 0.24 7.64 -espagnol espagnol nom m s 18.43 21.62 11.54 11.01 -espagnole espagnol adj f s 20.94 25.00 6.16 8.78 -espagnoles espagnol adj f p 20.94 25.00 1.48 2.50 -espagnolette espagnolette nom f s 0.00 1.42 0.00 1.42 -espagnols espagnol nom m p 18.43 21.62 5.27 7.64 -espalier espalier nom m s 0.00 1.49 0.00 0.61 -espaliers espalier nom m p 0.00 1.49 0.00 0.88 -espar espar nom m s 0.00 0.07 0.00 0.07 -espars espars nom m 0.00 0.07 0.00 0.07 -espaça espacer ver 0.52 5.95 0.00 0.41 ind:pas:3s; -espaçaient espacer ver 0.52 5.95 0.00 1.01 ind:imp:3p; -espaçait espacer ver 0.52 5.95 0.00 0.27 ind:imp:3s; -espaçant espacer ver 0.52 5.95 0.01 0.41 par:pre; -esperanto esperanto nom m s 0.22 0.07 0.22 0.07 -espingo espingo nom s 0.00 1.55 0.00 0.61 -espingole espingole nom f s 0.00 0.14 0.00 0.07 -espingoles espingole nom f p 0.00 0.14 0.00 0.07 -espingos espingo nom p 0.00 1.55 0.00 0.95 -espingouin espingouin nom s 0.35 0.54 0.32 0.47 -espingouins espingouin nom p 0.35 0.54 0.03 0.07 -espion espion nom m s 22.05 10.20 13.31 4.59 -espionite espionite nom f s 0.01 0.00 0.01 0.00 -espionnage espionnage nom m s 3.32 2.57 3.32 2.57 -espionnaient espionner ver 15.99 4.53 0.03 0.27 ind:imp:3p; -espionnais espionner ver 15.99 4.53 1.36 0.34 ind:imp:1s;ind:imp:2s; -espionnait espionner ver 15.99 4.53 1.52 0.54 ind:imp:3s; -espionnant espionner ver 15.99 4.53 0.21 0.00 par:pre; -espionne espionner ver 15.99 4.53 3.06 0.81 ind:pre:1s;ind:pre:3s; -espionnent espionner ver 15.99 4.53 0.27 0.00 ind:pre:3p; -espionner espionner ver 15.99 4.53 4.71 2.03 inf;; -espionnera espionner ver 15.99 4.53 0.14 0.00 ind:fut:3s; -espionnerai espionner ver 15.99 4.53 0.04 0.00 ind:fut:1s; -espionnerions espionner ver 15.99 4.53 0.01 0.00 cnd:pre:1p; -espionnes espionner ver 15.99 4.53 2.00 0.20 ind:pre:2s;sub:pre:2s; -espionnez espionner ver 15.99 4.53 0.90 0.00 imp:pre:2p;ind:pre:2p; -espionniez espionner ver 15.99 4.53 0.17 0.00 ind:imp:2p; -espionnite espionnite nom f s 0.14 0.27 0.14 0.27 -espionnons espionner ver 15.99 4.53 0.04 0.00 ind:pre:1p; -espionnât espionner ver 15.99 4.53 0.00 0.07 sub:imp:3s; -espionné espionner ver m s 15.99 4.53 0.94 0.20 par:pas; -espionnée espionner ver f s 15.99 4.53 0.13 0.00 par:pas; -espionnés espionner ver m p 15.99 4.53 0.47 0.07 par:pas; -espions espion nom m p 22.05 10.20 6.52 3.72 -espiègle espiègle adj s 0.89 1.42 0.81 1.01 -espièglement espièglement adv 0.00 0.07 0.00 0.07 -espièglerie espièglerie nom f s 0.08 1.01 0.03 0.88 -espiègleries espièglerie nom f p 0.08 1.01 0.04 0.14 -espiègles espiègle adj p 0.89 1.42 0.09 0.41 -esplanade esplanade nom f s 0.64 6.35 0.64 6.01 -esplanades esplanade nom f p 0.64 6.35 0.00 0.34 -espoir espoir nom m s 64.22 101.89 57.62 90.74 -espoirs espoir nom m p 64.22 101.89 6.61 11.15 -esprit_de_sel esprit_de_sel nom m s 0.00 0.07 0.00 0.07 -esprit_de_vin esprit_de_vin nom m s 0.01 0.20 0.01 0.20 -esprit esprit nom m s 155.82 216.28 131.70 182.84 -esprits esprit nom m p 155.82 216.28 24.12 33.45 -espèce espèce nom f s 116.51 141.69 105.04 127.23 -espèces espèce nom f p 116.51 141.69 11.47 14.46 -espère espérer ver 301.08 134.93 209.19 43.85 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:1s; -espèrent espérer ver 301.08 134.93 2.15 2.03 ind:pre:3p; -espères espérer ver 301.08 134.93 4.19 1.08 ind:pre:2s; -espéra espérer ver 301.08 134.93 0.02 1.49 ind:pas:3s; -espérai espérer ver 301.08 134.93 0.16 0.20 ind:pas:1s; -espéraient espérer ver 301.08 134.93 0.85 2.97 ind:imp:3p; -espérais espérer ver 301.08 134.93 25.40 12.64 ind:imp:1s;ind:imp:2s; -espérait espérer ver 301.08 134.93 3.66 18.58 ind:imp:3s; -espérance espérance nom f s 6.42 27.36 4.10 18.31 -espérances espérance nom f p 6.42 27.36 2.32 9.05 -espérant espérer ver 301.08 134.93 6.82 11.76 par:pre; -espérantiste espérantiste nom s 0.00 0.07 0.00 0.07 -espéranto espéranto nom m s 0.02 0.14 0.02 0.14 -espérer espérer ver 301.08 134.93 15.65 23.51 inf; -espérerai espérer ver 301.08 134.93 0.02 0.00 ind:fut:1s; -espérerais espérer ver 301.08 134.93 0.20 0.00 cnd:pre:1s; -espérerait espérer ver 301.08 134.93 0.01 0.00 cnd:pre:3s; -espérez espérer ver 301.08 134.93 3.46 1.69 imp:pre:2p;ind:pre:2p; -espériez espérer ver 301.08 134.93 1.57 0.27 ind:imp:2p;sub:pre:2p; -espérions espérer ver 301.08 134.93 1.24 0.88 ind:imp:1p; -espérâmes espérer ver 301.08 134.93 0.00 0.07 ind:pas:1p; -espérons espérer ver 301.08 134.93 21.77 2.91 imp:pre:1p;ind:pre:1p; -espérât espérer ver 301.08 134.93 0.00 0.14 sub:imp:3s; -espérèrent espérer ver 301.08 134.93 0.00 0.07 ind:pas:3p; -espéré espérer ver m s 301.08 134.93 4.46 8.99 par:pas; -espérée espérer ver f s 301.08 134.93 0.14 1.01 par:pas; -espérées espérer ver f p 301.08 134.93 0.00 0.41 par:pas; -espérés espérer ver m p 301.08 134.93 0.13 0.41 par:pas; -esquif esquif nom m s 0.29 1.76 0.29 1.42 -esquifs esquif nom m p 0.29 1.76 0.00 0.34 -esquille esquille nom f s 0.01 0.81 0.01 0.14 -esquilles esquille nom f p 0.01 0.81 0.00 0.68 -esquimau esquimau nom m s 1.89 1.22 0.91 0.88 -esquimaude esquimaude adj f s 0.10 0.07 0.00 0.07 -esquimaudes esquimaude adj f p 0.10 0.07 0.10 0.00 -esquimaux esquimau nom m p 1.89 1.22 0.97 0.34 -esquintait esquinter ver 2.29 2.70 0.00 0.14 ind:imp:3s; -esquinte esquinter ver 2.29 2.70 0.50 0.74 imp:pre:2s;ind:pre:1s;ind:pre:3s; -esquintement esquintement nom m s 0.00 0.07 0.00 0.07 -esquintent esquinter ver 2.29 2.70 0.12 0.07 ind:pre:3p; -esquinter esquinter ver 2.29 2.70 0.47 1.08 inf; -esquinterais esquinter ver 2.29 2.70 0.01 0.00 cnd:pre:1s; -esquintes esquinter ver 2.29 2.70 0.34 0.07 ind:pre:2s; -esquintez esquinter ver 2.29 2.70 0.13 0.00 imp:pre:2p; -esquinté esquinter ver m s 2.29 2.70 0.57 0.41 par:pas; -esquintée esquinté adj f s 0.51 0.34 0.33 0.27 -esquintées esquinter ver f p 2.29 2.70 0.01 0.07 par:pas; -esquintés esquinté adj m p 0.51 0.34 0.02 0.07 -esquire esquire nom m s 0.31 0.00 0.31 0.00 -esquissa esquisser ver 0.74 16.82 0.02 4.53 ind:pas:3s; -esquissai esquisser ver 0.74 16.82 0.00 0.20 ind:pas:1s; -esquissaient esquisser ver 0.74 16.82 0.00 0.27 ind:imp:3p; -esquissais esquisser ver 0.74 16.82 0.02 0.47 ind:imp:1s; -esquissait esquisser ver 0.74 16.82 0.00 1.62 ind:imp:3s; -esquissant esquisser ver 0.74 16.82 0.12 1.08 par:pre; -esquisse esquisse nom f s 1.06 4.39 0.54 2.43 -esquissent esquisser ver 0.74 16.82 0.01 0.34 ind:pre:3p; -esquisser esquisser ver 0.74 16.82 0.06 2.03 inf; -esquisses esquisse nom f p 1.06 4.39 0.52 1.96 -esquissèrent esquisser ver 0.74 16.82 0.00 0.14 ind:pas:3p; -esquissé esquisser ver m s 0.74 16.82 0.15 2.43 par:pas; -esquissée esquisser ver f s 0.74 16.82 0.10 0.41 par:pas; -esquissées esquisser ver f p 0.74 16.82 0.00 0.20 par:pas; -esquissés esquisser ver m p 0.74 16.82 0.00 0.41 par:pas; -esquiva esquiver ver 4.39 8.38 0.01 1.28 ind:pas:3s; -esquivai esquiver ver 4.39 8.38 0.00 0.14 ind:pas:1s; -esquivaient esquiver ver 4.39 8.38 0.00 0.07 ind:imp:3p; -esquivait esquiver ver 4.39 8.38 0.01 0.88 ind:imp:3s; -esquivant esquiver ver 4.39 8.38 0.04 0.47 par:pre; -esquive esquive nom f s 1.11 0.95 1.06 0.74 -esquivent esquiver ver 4.39 8.38 0.02 0.14 ind:pre:3p; -esquiver esquiver ver 4.39 8.38 1.59 3.04 inf; -esquivera esquiver ver 4.39 8.38 0.19 0.07 ind:fut:3s; -esquiveront esquiver ver 4.39 8.38 0.14 0.00 ind:fut:3p; -esquives esquiver ver 4.39 8.38 0.28 0.00 ind:pre:2s; -esquivèrent esquiver ver 4.39 8.38 0.00 0.14 ind:pas:3p; -esquivé esquiver ver m s 4.39 8.38 1.08 0.95 par:pas; -esquivée esquiver ver f s 4.39 8.38 0.04 0.20 par:pas; -essai essai nom m s 28.78 14.86 20.31 9.93 -essaie essayer ver 670.38 296.69 168.04 39.59 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -essaient essayer ver 670.38 296.69 10.09 3.65 ind:pre:3p; -essaiera essayer ver 670.38 296.69 3.50 0.95 ind:fut:3s; -essaierai essayer ver 670.38 296.69 11.20 3.31 ind:fut:1s; -essaieraient essayer ver 670.38 296.69 0.38 0.20 cnd:pre:3p; -essaierais essayer ver 670.38 296.69 1.99 0.95 cnd:pre:1s;cnd:pre:2s; -essaierait essayer ver 670.38 296.69 0.94 1.62 cnd:pre:3s; -essaieras essayer ver 670.38 296.69 0.48 0.34 ind:fut:2s; -essaierez essayer ver 670.38 296.69 0.40 0.07 ind:fut:2p; -essaieriez essayer ver 670.38 296.69 0.10 0.00 cnd:pre:2p; -essaierions essayer ver 670.38 296.69 0.16 0.00 cnd:pre:1p; -essaierons essayer ver 670.38 296.69 0.39 0.20 ind:fut:1p; -essaieront essayer ver 670.38 296.69 1.10 0.47 ind:fut:3p; -essaies essayer ver 670.38 296.69 16.09 1.49 ind:pre:2s;sub:pre:2s; -essaim essaim nom m s 0.97 4.53 0.69 3.18 -essaimaient essaimer ver 0.03 0.95 0.01 0.07 ind:imp:3p; -essaimait essaimer ver 0.03 0.95 0.00 0.14 ind:imp:3s; -essaiment essaimer ver 0.03 0.95 0.01 0.14 ind:pre:3p; -essaims essaim nom m p 0.97 4.53 0.28 1.35 -essaimé essaimer ver m s 0.03 0.95 0.01 0.47 par:pas; -essaimées essaimer ver f p 0.03 0.95 0.00 0.07 par:pas; -essaimés essaimer ver m p 0.03 0.95 0.00 0.07 par:pas; -essais essai nom m p 28.78 14.86 8.47 4.93 -essangent essanger ver 0.00 0.07 0.00 0.07 ind:pre:3p; -essartage essartage nom m s 0.00 0.07 0.00 0.07 -essarte essarter ver 0.00 0.14 0.00 0.07 ind:pre:3s; -essarts essart nom m p 0.00 0.07 0.00 0.07 -essartée essarter ver f s 0.00 0.14 0.00 0.07 par:pas; -essaya essayer ver 670.38 296.69 0.65 24.66 ind:pas:3s; -essayage essayage nom m s 1.84 2.84 1.26 1.82 -essayages essayage nom m p 1.84 2.84 0.58 1.01 -essayai essayer ver 670.38 296.69 0.32 9.73 ind:pas:1s; -essayaient essayer ver 670.38 296.69 2.73 6.08 ind:imp:3p; -essayais essayer ver 670.38 296.69 18.67 15.27 ind:imp:1s;ind:imp:2s; -essayait essayer ver 670.38 296.69 14.40 35.81 ind:imp:3s; -essayant essayer ver 670.38 296.69 8.96 22.57 par:pre; -essaye essayer ver 670.38 296.69 56.84 10.47 imp:pre:2s;ind:pre:1s;ind:pre:3s; -essayent essayer ver 670.38 296.69 4.07 1.69 ind:pre:3p; -essayer essayer ver 670.38 296.69 134.66 56.42 inf; -essayera essayer ver 670.38 296.69 1.03 0.20 ind:fut:3s; -essayerai essayer ver 670.38 296.69 1.80 0.54 ind:fut:1s; -essayeraient essayer ver 670.38 296.69 0.08 0.07 cnd:pre:3p; -essayerais essayer ver 670.38 296.69 0.66 0.27 cnd:pre:1s;cnd:pre:2s; -essayerait essayer ver 670.38 296.69 0.13 0.27 cnd:pre:3s; -essayeras essayer ver 670.38 296.69 0.10 0.00 ind:fut:2s; -essayerez essayer ver 670.38 296.69 0.16 0.14 ind:fut:2p; -essayeriez essayer ver 670.38 296.69 0.12 0.00 cnd:pre:2p; -essayerons essayer ver 670.38 296.69 0.58 0.00 ind:fut:1p; -essayeront essayer ver 670.38 296.69 0.15 0.00 ind:fut:3p; -essayes essayer ver 670.38 296.69 5.96 0.34 ind:pre:2s;sub:pre:2s; -essayeur essayeur nom m s 0.01 0.20 0.01 0.14 -essayeuses essayeur nom f p 0.01 0.20 0.00 0.07 -essayez essayer ver 670.38 296.69 54.14 6.96 imp:pre:2p;ind:pre:2p; -essayiez essayer ver 670.38 296.69 1.24 0.20 ind:imp:2p; -essayions essayer ver 670.38 296.69 0.75 0.81 ind:imp:1p; -essayiste essayiste nom s 0.01 0.14 0.01 0.07 -essayistes essayiste nom p 0.01 0.14 0.00 0.07 -essayâmes essayer ver 670.38 296.69 0.00 0.20 ind:pas:1p; -essayons essayer ver 670.38 296.69 21.75 3.31 imp:pre:1p;ind:pre:1p; -essayât essayer ver 670.38 296.69 0.00 0.41 sub:imp:3s; -essayèrent essayer ver 670.38 296.69 0.27 0.81 ind:pas:3p; -essayé essayer ver m s 670.38 296.69 124.02 45.68 par:pas;par:pas;par:pas;par:pas; -essayée essayer ver f s 670.38 296.69 0.51 0.34 par:pas; -essayées essayer ver f p 670.38 296.69 0.35 0.14 par:pas; -essayés essayer ver m p 670.38 296.69 0.45 0.47 par:pas; -esse esse nom f s 0.02 0.68 0.02 0.68 -essence essence nom f s 33.24 29.46 32.91 27.77 -essences essence nom f p 33.24 29.46 0.34 1.69 -essential essential adj m s 0.14 0.00 0.14 0.00 -essentialisme essentialisme nom m s 0.00 0.07 0.00 0.07 -essentiel essentiel nom m s 11.64 29.05 11.64 28.78 -essentielle essentiel adj f s 9.85 23.04 2.66 6.89 -essentiellement essentiellement adv 1.65 6.55 1.65 6.55 -essentielles essentiel adj f p 9.85 23.04 1.25 3.11 -essentiels essentiel adj m p 9.85 23.04 0.89 3.38 -esseulement esseulement nom m s 0.00 0.34 0.00 0.34 -esseulé esseulé adj m s 0.88 1.22 0.43 0.14 -esseulée esseulé adj f s 0.88 1.22 0.19 0.54 -esseulées esseulé adj f p 0.88 1.22 0.12 0.20 -esseulés esseulé adj m p 0.88 1.22 0.14 0.34 -essieu essieu nom m s 0.28 0.41 0.28 0.41 -essieux essieux nom m p 0.10 0.95 0.10 0.95 -essor essor nom m s 0.70 3.78 0.70 3.78 -essora essorer ver 0.18 2.50 0.00 0.20 ind:pas:3s; -essorage essorage nom m s 0.11 0.20 0.11 0.20 -essoraient essorer ver 0.18 2.50 0.00 0.14 ind:imp:3p; -essorait essorer ver 0.18 2.50 0.01 0.27 ind:imp:3s; -essorant essorer ver 0.18 2.50 0.00 0.14 par:pre; -essore essorer ver 0.18 2.50 0.07 0.07 imp:pre:2s;ind:pre:1s;ind:pre:3s; -essorent essorer ver 0.18 2.50 0.00 0.14 ind:pre:3p; -essorer essorer ver 0.18 2.50 0.08 1.08 inf; -essorerait essorer ver 0.18 2.50 0.00 0.07 cnd:pre:3s; -essoreuse essoreuse nom f s 0.36 0.07 0.36 0.07 -essorillé essoriller ver m s 0.00 0.07 0.00 0.07 par:pas; -essoré essorer ver m s 0.18 2.50 0.02 0.07 par:pas; -essorée essorer ver f s 0.18 2.50 0.00 0.20 par:pas; -essorés essoré adj m p 0.02 0.20 0.01 0.00 -essouffla essouffler ver 1.03 7.91 0.00 0.20 ind:pas:3s; -essoufflaient essouffler ver 1.03 7.91 0.00 0.34 ind:imp:3p; -essoufflais essouffler ver 1.03 7.91 0.01 0.07 ind:imp:1s; -essoufflait essouffler ver 1.03 7.91 0.01 0.88 ind:imp:3s; -essoufflant essouffler ver 1.03 7.91 0.00 0.20 par:pre; -essouffle essouffler ver 1.03 7.91 0.26 1.76 imp:pre:2s;ind:pre:1s;ind:pre:3s; -essoufflement essoufflement nom m s 0.19 1.62 0.16 1.55 -essoufflements essoufflement nom m p 0.19 1.62 0.03 0.07 -essoufflent essouffler ver 1.03 7.91 0.01 0.07 ind:pre:3p; -essouffler essouffler ver 1.03 7.91 0.08 0.34 inf; -essouffleront essouffler ver 1.03 7.91 0.00 0.07 ind:fut:3p; -essouffles essouffler ver 1.03 7.91 0.01 0.07 ind:pre:2s; -essoufflez essouffler ver 1.03 7.91 0.00 0.14 ind:pre:2p; -essoufflèrent essouffler ver 1.03 7.91 0.00 0.07 ind:pas:3p; -essoufflé essouffler ver m s 1.03 7.91 0.38 1.76 par:pas; -essoufflée essouffler ver f s 1.03 7.91 0.25 1.28 par:pas; -essoufflées essoufflé adj f p 0.55 9.39 0.00 0.14 -essoufflés essoufflé adj m p 0.55 9.39 0.12 1.28 -essuie_glace essuie_glace nom m s 1.00 2.91 0.38 1.01 -essuie_glace essuie_glace nom m p 1.00 2.91 0.62 1.89 -essuie_mains essuie_mains nom m 0.23 0.27 0.23 0.27 -essuie_tout essuie_tout nom m 0.11 0.14 0.11 0.14 -essuie essuyer ver 11.82 55.00 3.98 7.97 imp:pre:2s;ind:pre:1s;ind:pre:3s; -essuient essuyer ver 11.82 55.00 0.05 0.68 ind:pre:3p; -essuiera essuyer ver 11.82 55.00 0.04 0.00 ind:fut:3s; -essuierais essuyer ver 11.82 55.00 0.02 0.00 cnd:pre:1s; -essuieras essuyer ver 11.82 55.00 0.01 0.07 ind:fut:2s; -essuierez essuyer ver 11.82 55.00 0.04 0.00 ind:fut:2p; -essuierions essuyer ver 11.82 55.00 0.00 0.07 cnd:pre:1p; -essuies essuyer ver 11.82 55.00 0.23 0.07 ind:pre:2s; -essuya essuyer ver 11.82 55.00 0.14 12.84 ind:pas:3s; -essuyage essuyage nom m s 0.01 0.20 0.01 0.14 -essuyages essuyage nom m p 0.01 0.20 0.00 0.07 -essuyai essuyer ver 11.82 55.00 0.00 0.61 ind:pas:1s; -essuyaient essuyer ver 11.82 55.00 0.03 0.61 ind:imp:3p; -essuyais essuyer ver 11.82 55.00 0.07 0.68 ind:imp:1s;ind:imp:2s; -essuyait essuyer ver 11.82 55.00 0.41 6.42 ind:imp:3s; -essuyant essuyer ver 11.82 55.00 0.15 7.09 par:pre; -essuyer essuyer ver 11.82 55.00 3.39 11.35 inf;; -essuyeur essuyeur nom m s 0.02 0.00 0.02 0.00 -essuyez essuyer ver 11.82 55.00 1.41 0.27 imp:pre:2p;ind:pre:2p; -essuyions essuyer ver 11.82 55.00 0.00 0.07 ind:imp:1p; -essuyons essuyer ver 11.82 55.00 0.07 0.00 imp:pre:1p;ind:pre:1p; -essuyèrent essuyer ver 11.82 55.00 0.01 0.20 ind:pas:3p; -essuyé essuyer ver m s 11.82 55.00 1.68 5.00 par:pas; -essuyée essuyer ver f s 11.82 55.00 0.04 0.61 par:pas; -essuyées essuyer ver f p 11.82 55.00 0.02 0.34 par:pas; -essuyés essuyer ver m p 11.82 55.00 0.03 0.07 par:pas; -est_africain est_africain adj m s 0.01 0.00 0.01 0.00 -est_allemand est_allemand adj m s 0.67 0.00 0.31 0.00 -est_allemand est_allemand adj f s 0.67 0.00 0.23 0.00 -est_allemand est_allemand adj m p 0.67 0.00 0.13 0.00 -est_ce_que est_ce_que adv 1.34 0.20 1.34 0.20 -est_ce_qu est_ce_qu adv 3.41 0.07 3.41 0.07 -est_ce_que est_ce_que adv 1159.41 322.23 1159.41 322.23 -est_ce est_ce adv 0.05 0.20 0.05 0.20 -est_ouest est_ouest adj 0.38 0.41 0.38 0.41 -est être aux 8074.24 6501.82 3318.95 1600.27 ind:pre:3s; -establishment establishment nom m s 0.26 0.20 0.26 0.20 -estacade estacade nom f s 0.14 0.61 0.14 0.47 -estacades estacade nom f p 0.14 0.61 0.00 0.14 -estafette estafette nom f s 0.33 3.78 0.33 2.43 -estafettes estafette nom f p 0.33 3.78 0.00 1.35 -estafier estafier nom m s 0.00 0.14 0.00 0.07 -estafiers estafier nom m p 0.00 0.14 0.00 0.07 -estafilade estafilade nom f s 0.05 0.88 0.05 0.74 -estafilades estafilade nom f p 0.05 0.88 0.00 0.14 -estagnon estagnon nom m s 0.00 0.07 0.00 0.07 -estaminet estaminet nom m s 0.01 1.35 0.01 1.08 -estaminets estaminet nom m p 0.01 1.35 0.00 0.27 -estampage estampage nom m s 0.02 0.00 0.02 0.00 -estampe estampe nom f s 0.42 2.23 0.12 0.68 -estamper estamper ver 0.03 0.27 0.02 0.20 inf; -estampes estampe nom f p 0.42 2.23 0.30 1.55 -estampilla estampiller ver 0.07 0.47 0.00 0.14 ind:pas:3s; -estampillaient estampiller ver 0.07 0.47 0.00 0.07 ind:imp:3p; -estampille estampille nom f s 0.01 0.47 0.01 0.47 -estampiller estampiller ver 0.07 0.47 0.00 0.07 inf; -estampillé estampiller ver m s 0.07 0.47 0.04 0.07 par:pas; -estampillées estampillé adj f p 0.00 0.47 0.00 0.07 -estampillés estampiller ver m p 0.07 0.47 0.03 0.14 par:pas; -estampé estamper ver m s 0.03 0.27 0.01 0.00 par:pas; -estampée estamper ver f s 0.03 0.27 0.00 0.07 par:pas; -estancia estancia nom f s 0.06 0.41 0.06 0.20 -estancias estancia nom f p 0.06 0.41 0.00 0.20 -este este nom m s 0.50 0.41 0.50 0.14 -ester ester nom m s 0.25 0.00 0.25 0.00 -estes este nom m p 0.50 0.41 0.00 0.27 -esthète esthète nom s 0.29 2.57 0.27 1.49 -esthètes esthète nom p 0.29 2.57 0.02 1.08 -esthésiomètre esthésiomètre nom m s 0.00 0.07 0.00 0.07 -esthéticien esthéticien nom m s 1.14 0.54 0.11 0.14 -esthéticienne esthéticien nom f s 1.14 0.54 1.02 0.41 -esthéticiennes esthéticienne nom f p 0.03 0.00 0.03 0.00 -esthétique esthétique adj s 3.09 4.66 2.64 3.45 -esthétiquement esthétiquement adv 0.11 0.07 0.11 0.07 -esthétiques esthétique adj p 3.09 4.66 0.46 1.22 -esthétisait esthétiser ver 0.00 0.07 0.00 0.07 ind:imp:3s; -esthétisme esthétisme nom m s 0.04 1.08 0.04 1.08 -estima estimer ver 21.41 37.64 0.14 1.89 ind:pas:3s; -estimable estimable adj s 0.54 1.69 0.40 1.42 -estimables estimable adj p 0.54 1.69 0.14 0.27 -estimai estimer ver 21.41 37.64 0.00 0.14 ind:pas:1s; -estimaient estimer ver 21.41 37.64 0.04 1.49 ind:imp:3p; -estimais estimer ver 21.41 37.64 0.25 2.16 ind:imp:1s;ind:imp:2s; -estimait estimer ver 21.41 37.64 0.73 7.77 ind:imp:3s; -estimant estimer ver 21.41 37.64 0.17 2.97 par:pre; -estimation estimation nom f s 3.55 1.22 2.40 1.01 -estimations estimation nom f p 3.55 1.22 1.15 0.20 -estime estimer ver 21.41 37.64 8.02 8.92 imp:pre:2s;ind:pre:1s;ind:pre:3s; -estiment estimer ver 21.41 37.64 1.28 1.49 ind:pre:3p; -estimer estimer ver 21.41 37.64 2.37 3.18 inf; -estimera estimer ver 21.41 37.64 0.08 0.14 ind:fut:3s; -estimerai estimer ver 21.41 37.64 0.03 0.20 ind:fut:1s; -estimerais estimer ver 21.41 37.64 0.04 0.07 cnd:pre:1s; -estimerait estimer ver 21.41 37.64 0.00 0.20 cnd:pre:3s; -estimeras estimer ver 21.41 37.64 0.04 0.00 ind:fut:2s; -estimerez estimer ver 21.41 37.64 0.14 0.14 ind:fut:2p; -estimes estimer ver 21.41 37.64 0.90 0.34 ind:pre:2s; -estimez estimer ver 21.41 37.64 1.41 1.28 imp:pre:2p;ind:pre:2p; -estimiez estimer ver 21.41 37.64 0.27 0.07 ind:imp:2p; -estimions estimer ver 21.41 37.64 0.01 0.68 ind:imp:1p; -estimons estimer ver 21.41 37.64 0.95 0.54 imp:pre:1p;ind:pre:1p; -estimât estimer ver 21.41 37.64 0.00 0.34 sub:imp:3s; -estimèrent estimer ver 21.41 37.64 0.01 0.14 ind:pas:3p; -estimé estimer ver m s 21.41 37.64 2.71 2.64 par:pas; -estimée estimer ver f s 21.41 37.64 0.77 0.41 par:pas; -estimées estimer ver f p 21.41 37.64 0.10 0.07 par:pas; -estimés estimer ver m p 21.41 37.64 0.97 0.41 par:pas; -estival estival adj m s 0.53 1.76 0.35 0.47 -estivale estival adj f s 0.53 1.76 0.11 0.74 -estivales estival adj f p 0.53 1.76 0.04 0.27 -estivant estivant nom m s 0.29 2.23 0.00 0.27 -estivante estivant nom f s 0.29 2.23 0.00 0.07 -estivantes estivant nom f p 0.29 2.23 0.00 0.07 -estivants estivant nom m p 0.29 2.23 0.29 1.82 -estivaux estival adj m p 0.53 1.76 0.04 0.27 -estoc estoc nom m s 0.16 0.34 0.16 0.20 -estocade estocade nom f s 0.03 0.47 0.03 0.41 -estocades estocade nom f p 0.03 0.47 0.00 0.07 -estocs estoc nom m p 0.16 0.34 0.00 0.14 -estom estom nom m s 0.00 0.20 0.00 0.20 -estomac estomac nom m s 23.56 30.95 23.06 30.14 -estomacs estomac nom m p 23.56 30.95 0.50 0.81 -estomaquait estomaquer ver 0.26 2.16 0.00 0.07 ind:imp:3s; -estomaquant estomaquer ver 0.26 2.16 0.00 0.07 par:pre; -estomaque estomaquer ver 0.26 2.16 0.16 0.14 ind:pre:1s;ind:pre:3s; -estomaquer estomaquer ver 0.26 2.16 0.00 0.14 inf; -estomaqué estomaquer ver m s 0.26 2.16 0.06 1.42 par:pas; -estomaquée estomaquer ver f s 0.26 2.16 0.03 0.20 par:pas; -estomaqués estomaquer ver m p 0.26 2.16 0.01 0.14 par:pas; -estompa estomper ver 1.54 8.85 0.00 0.81 ind:pas:3s; -estompaient estomper ver 1.54 8.85 0.01 1.08 ind:imp:3p; -estompait estomper ver 1.54 8.85 0.11 1.76 ind:imp:3s; -estompant estomper ver 1.54 8.85 0.00 0.47 par:pre; -estompe estomper ver 1.54 8.85 0.40 1.15 imp:pre:2s;ind:pre:1s;ind:pre:3s; -estompent estomper ver 1.54 8.85 0.42 1.22 ind:pre:3p; -estomper estomper ver 1.54 8.85 0.25 0.68 inf; -estompera estomper ver 1.54 8.85 0.21 0.00 ind:fut:3s; -estomperont estomper ver 1.54 8.85 0.07 0.00 ind:fut:3p; -estompes estomper ver 1.54 8.85 0.00 0.14 ind:pre:2s; -estompât estomper ver 1.54 8.85 0.00 0.14 sub:imp:3s; -estompèrent estomper ver 1.54 8.85 0.00 0.20 ind:pas:3p; -estompé estomper ver m s 1.54 8.85 0.02 0.14 par:pas; -estompée estomper ver f s 1.54 8.85 0.04 0.34 par:pas; -estompées estomper ver f p 1.54 8.85 0.00 0.47 par:pas; -estompés estomper ver m p 1.54 8.85 0.02 0.27 par:pas; -estonien estonien adj m s 0.01 0.07 0.01 0.07 -estonienne estonienne nom f s 0.10 0.00 0.10 0.00 -estoniens estonien nom m p 0.00 0.20 0.00 0.14 -estoqua estoquer ver 0.00 0.34 0.00 0.07 ind:pas:3s; -estoque estoquer ver 0.00 0.34 0.00 0.14 ind:pre:3s; -estoquer estoquer ver 0.00 0.34 0.00 0.07 inf; -estoqué estoquer ver m s 0.00 0.34 0.00 0.07 par:pas; -estouffade estouffade nom f s 0.00 0.07 0.00 0.07 -estourbi estourbir ver m s 0.14 2.36 0.03 0.41 par:pas; -estourbie estourbir ver f s 0.14 2.36 0.01 0.41 par:pas; -estourbies estourbir ver f p 0.14 2.36 0.01 0.00 par:pas; -estourbir estourbir ver 0.14 2.36 0.07 0.88 inf; -estourbirait estourbir ver 0.14 2.36 0.00 0.07 cnd:pre:3s; -estourbis estourbir ver m p 0.14 2.36 0.01 0.14 ind:pre:1s;par:pas; -estourbissais estourbir ver 0.14 2.36 0.00 0.07 ind:imp:1s; -estourbissant estourbir ver 0.14 2.36 0.00 0.07 par:pre; -estourbisse estourbir ver 0.14 2.36 0.00 0.07 sub:pre:1s; -estourbit estourbir ver 0.14 2.36 0.00 0.27 ind:pre:3s;ind:pas:3s; -estrade estrade nom f s 1.64 11.28 1.63 10.68 -estrades estrade nom f p 1.64 11.28 0.01 0.61 -estragon estragon nom m s 0.70 0.81 0.70 0.81 -estrangers estranger nom m p 0.00 0.20 0.00 0.20 -estrapade estrapade nom f s 0.14 0.47 0.14 0.41 -estrapades estrapade nom f p 0.14 0.47 0.00 0.07 -estrapassée estrapasser ver f s 0.01 0.00 0.01 0.00 par:pas; -estrogène estrogène nom s 0.03 0.00 0.03 0.00 -estropiait estropier ver 1.39 1.15 0.00 0.07 ind:imp:3s; -estropie estropier ver 1.39 1.15 0.02 0.14 ind:pre:1s;ind:pre:3s; -estropier estropier ver 1.39 1.15 0.39 0.14 inf; -estropierai estropier ver 1.39 1.15 0.01 0.00 ind:fut:1s; -estropierait estropier ver 1.39 1.15 0.01 0.00 cnd:pre:3s; -estropiez estropier ver 1.39 1.15 0.04 0.00 imp:pre:2p;ind:pre:2p; -estropié estropié adj m s 1.42 1.15 0.89 0.47 -estropiée estropié adj f s 1.42 1.15 0.25 0.14 -estropiés estropié adj m p 1.42 1.15 0.28 0.54 -estuaire estuaire nom m s 0.49 2.64 0.48 2.43 -estuaires estuaire nom m p 0.49 2.64 0.01 0.20 -estudiantin estudiantin adj m s 0.17 0.68 0.05 0.20 -estudiantine estudiantin adj f s 0.17 0.68 0.12 0.34 -estudiantines estudiantin adj f p 0.17 0.68 0.00 0.07 -estudiantins estudiantin adj m p 0.17 0.68 0.00 0.07 -esturgeon esturgeon nom m s 0.47 0.07 0.39 0.07 -esturgeons esturgeon nom m p 0.47 0.07 0.07 0.00 -et_caetera et_caetera adv 0.72 0.88 0.72 0.88 -et_cetera et_cetera adv 1.14 0.74 1.14 0.74 -et_seq et_seq adv 0.00 0.07 0.00 0.07 -et et con 12909.08 20879.73 12909.08 20879.73 -etc etc adv 13.90 55.00 13.90 55.00 -etc. etc. adv 0.03 0.74 0.03 0.74 -etcetera etcetera adv 0.00 0.07 0.00 0.07 -ethmoïdal ethmoïdal adj m s 0.03 0.00 0.01 0.00 -ethmoïdaux ethmoïdal adj m p 0.03 0.00 0.01 0.00 -ethnicité ethnicité nom f s 0.02 0.00 0.02 0.00 -ethnie ethnie nom f s 0.28 0.20 0.08 0.07 -ethnies ethnie nom f p 0.28 0.20 0.20 0.14 -ethnique ethnique adj s 1.37 1.01 0.85 0.68 -ethniquement ethniquement adv 0.01 0.00 0.01 0.00 -ethniques ethnique adj p 1.37 1.01 0.52 0.34 -ethnobotaniste ethnobotaniste nom s 0.01 0.00 0.01 0.00 -ethnographe ethnographe nom s 0.10 0.07 0.10 0.07 -ethnographie ethnographie nom f s 0.00 0.20 0.00 0.20 -ethnographique ethnographique adj m s 0.10 0.07 0.10 0.07 -ethnologie ethnologie nom f s 0.01 0.41 0.01 0.41 -ethnologique ethnologique adj s 0.00 0.27 0.00 0.20 -ethnologiques ethnologique adj m p 0.00 0.27 0.00 0.07 -ethnologue ethnologue nom s 0.14 0.47 0.14 0.34 -ethnologues ethnologue nom p 0.14 0.47 0.00 0.14 -ets pas adv_sup 18189.04 8795.20 0.19 0.00 -eu avoir aux m s 18559.23 12800.81 18.39 22.36 par:pas; -eubage eubage nom m s 0.00 0.41 0.00 0.41 -eubine eubine nom f s 0.00 0.27 0.00 0.27 -eucalyptus eucalyptus nom m 0.83 3.11 0.83 3.11 -eucharistie eucharistie nom f s 0.34 0.61 0.34 0.61 -eucharistique eucharistique adj s 0.00 0.41 0.00 0.34 -eucharistiques eucharistique adj m p 0.00 0.41 0.00 0.07 -euclidien euclidien adj m s 0.04 0.14 0.01 0.00 -euclidienne euclidien adj f s 0.04 0.14 0.01 0.00 -euclidiens euclidien adj m p 0.04 0.14 0.01 0.14 -eudistes eudiste nom m p 0.00 0.07 0.00 0.07 -eue avoir aux f s 18559.23 12800.81 0.27 0.54 par:pas; -eues avoir aux f p 18559.23 12800.81 0.01 0.07 par:pas; -eugénique eugénique adj f s 0.01 0.07 0.01 0.07 -eugénisme eugénisme nom m s 0.45 0.00 0.45 0.00 -euh euh ono 108.86 15.47 108.86 15.47 -eulogie eulogie nom f s 0.00 0.07 0.00 0.07 -eunuque eunuque nom m s 1.79 8.45 1.27 2.43 -eunuques_espion eunuques_espion nom m p 0.00 0.14 0.00 0.14 -eunuques eunuque nom m p 1.79 8.45 0.53 6.01 -euphonie euphonie nom f s 0.00 0.07 0.00 0.07 -euphonique euphonique adj m s 0.00 0.34 0.00 0.27 -euphoniquement euphoniquement adv 0.00 0.07 0.00 0.07 -euphoniques euphonique adj p 0.00 0.34 0.00 0.07 -euphorbe euphorbe nom f s 0.00 0.41 0.00 0.07 -euphorbes euphorbe nom f p 0.00 0.41 0.00 0.34 -euphorie euphorie nom f s 0.98 8.11 0.98 8.11 -euphorique euphorique adj s 0.56 1.22 0.56 1.22 -euphorisant euphorisant adj m s 0.06 0.20 0.04 0.07 -euphorisante euphorisant adj f s 0.06 0.20 0.02 0.07 -euphorisants euphorisant nom m p 0.02 0.47 0.02 0.41 -euphorisent euphoriser ver 0.00 0.20 0.00 0.07 ind:pre:3p; -euphorisé euphoriser ver m s 0.00 0.20 0.00 0.07 par:pas; -euphorisée euphoriser ver f s 0.00 0.20 0.00 0.07 par:pas; -euphémisme euphémisme nom m s 1.52 1.55 1.11 1.01 -euphémismes euphémisme nom m p 1.52 1.55 0.41 0.54 -eurafricaine eurafricain adj f s 0.10 0.07 0.00 0.07 -eurafricains eurafricain adj m p 0.10 0.07 0.10 0.00 -eurasien eurasien nom m s 0.03 0.00 0.02 0.00 -eurasienne eurasienne adj f s 0.01 0.07 0.01 0.07 -eurent avoir aux 18559.23 12800.81 0.44 9.32 ind:pas:3p; -euro_africain euro_africain adj f p 0.00 0.07 0.00 0.07 -euro euro nom m s 9.84 0.00 0.84 0.00 -eurodollar eurodollar nom m s 0.01 0.00 0.01 0.00 -euromarché euromarché nom m s 0.00 0.07 0.00 0.07 -européen européen adj m s 9.45 15.88 2.78 3.78 -européenne européen adj f s 9.45 15.88 3.92 6.76 -européennes européen adj f p 9.45 15.88 0.96 1.42 -européens européen nom m p 3.32 7.30 2.44 4.05 -euros euro nom m p 9.84 0.00 8.99 0.00 -eurêka eurêka ono 0.00 0.20 0.00 0.20 -eurythmiques eurythmique adj m p 0.00 0.07 0.00 0.07 -eus avoir aux m p 18559.23 12800.81 0.67 13.04 par:pas; -euskera euskera nom m s 1.30 0.00 1.30 0.00 -eusse avoir aux 18559.23 12800.81 0.52 7.30 sub:imp:1s; -eussent avoir aux 18559.23 12800.81 0.13 20.20 sub:imp:3p; -eusses avoir aux 18559.23 12800.81 0.00 0.07 sub:imp:2s; -eussiez avoir aux 18559.23 12800.81 0.52 0.47 sub:imp:2p; -eussions avoir aux 18559.23 12800.81 0.00 1.35 sub:imp:1p; -eussé avoir aux 18559.23 12800.81 0.00 0.95 sub:imp:1s; -eustache eustache nom m s 0.00 0.20 0.00 0.07 -eustaches eustache nom m p 0.00 0.20 0.00 0.14 -eut avoir aux 18559.23 12800.81 2.15 54.26 ind:pas:3s; -euthanasie euthanasie nom f s 1.48 0.61 1.44 0.54 -euthanasies euthanasie nom f p 1.48 0.61 0.04 0.07 -eux_mêmes eux_mêmes pro_per m p 9.96 48.04 9.96 48.04 -eux eux pro_per m p 295.35 504.26 295.35 504.26 -event event nom m s 0.14 0.00 0.14 0.00 -evzones evzone nom m p 0.00 0.07 0.00 0.07 -ex_abbé ex_abbé nom m s 0.00 0.07 0.00 0.07 -ex_acteur ex_acteur nom m s 0.00 0.07 0.00 0.07 -ex_adjudant ex_adjudant nom m s 0.00 0.14 0.00 0.14 -ex_agent ex_agent nom m s 0.09 0.00 0.09 0.00 -ex_alcoolo ex_alcoolo nom s 0.01 0.00 0.01 0.00 -ex_allée ex_allée nom f s 0.00 0.07 0.00 0.07 -ex_amant ex_amant nom m s 0.19 0.34 0.17 0.07 -ex_amant ex_amant nom f s 0.19 0.34 0.01 0.27 -ex_amant ex_amant nom m p 0.19 0.34 0.01 0.00 -ex_ambassadeur ex_ambassadeur nom m s 0.01 0.00 0.01 0.00 -ex_amour ex_amour nom m s 0.01 0.00 0.01 0.00 -ex_appartement ex_appartement nom m s 0.00 0.07 0.00 0.07 -ex_apprenti ex_apprenti nom m s 0.00 0.07 0.00 0.07 -ex_arriviste ex_arriviste nom s 0.00 0.07 0.00 0.07 -ex_artiste ex_artiste nom s 0.00 0.07 0.00 0.07 -ex_assistant ex_assistant nom m s 0.07 0.00 0.02 0.00 -ex_assistant ex_assistant nom f s 0.07 0.00 0.04 0.00 -ex_associé ex_associé nom m s 0.13 0.07 0.08 0.07 -ex_associé ex_associé nom m p 0.13 0.07 0.05 0.00 -ex_ballerine ex_ballerine nom f s 0.01 0.00 0.01 0.00 -ex_banquier ex_banquier nom m s 0.01 0.00 0.01 0.00 -ex_barman ex_barman nom m s 0.01 0.07 0.01 0.07 -ex_basketteur ex_basketteur nom m s 0.00 0.07 0.00 0.07 -ex_batteur ex_batteur nom m s 0.00 0.07 0.00 0.07 -ex_beatnik ex_beatnik nom s 0.00 0.07 0.00 0.07 -ex_belle_mère ex_belle_mère nom f s 0.05 0.00 0.05 0.00 -ex_bibliothécaire ex_bibliothécaire nom s 0.00 0.07 0.00 0.07 -ex_boss ex_boss nom m 0.01 0.00 0.01 0.00 -ex_boxeur ex_boxeur nom m s 0.16 0.00 0.16 0.00 -ex_branleur ex_branleur nom m p 0.00 0.07 0.00 0.07 -ex_buteur ex_buteur nom m s 0.01 0.00 0.01 0.00 -ex_caïd ex_caïd nom m s 0.01 0.00 0.01 0.00 -ex_camarade ex_camarade nom p 0.01 0.00 0.01 0.00 -ex_capitaine ex_capitaine nom m s 0.04 0.00 0.04 0.00 -ex_champion ex_champion nom m s 0.75 0.14 0.71 0.14 -ex_champion ex_champion nom f s 0.75 0.14 0.01 0.00 -ex_champion ex_champion nom m p 0.75 0.14 0.03 0.00 -ex_chanteur ex_chanteur nom m s 0.02 0.07 0.00 0.07 -ex_chanteur ex_chanteur nom f s 0.02 0.07 0.02 0.00 -ex_chauffeur ex_chauffeur nom m s 0.14 0.07 0.14 0.07 -ex_chef ex_chef nom s 0.20 0.14 0.20 0.14 -ex_chiropracteur ex_chiropracteur nom m s 0.01 0.00 0.01 0.00 -ex_citation ex_citation nom f s 0.01 0.00 0.01 0.00 -ex_citoyen ex_citoyen nom m s 0.01 0.00 0.01 0.00 -ex_civil ex_civil nom m p 0.01 0.00 0.01 0.00 -ex_collabo ex_collabo nom s 0.00 0.07 0.00 0.07 -ex_collègue ex_collègue nom s 0.30 0.14 0.03 0.14 -ex_collègue ex_collègue nom p 0.30 0.14 0.27 0.00 -ex_colonel ex_colonel nom m s 0.01 0.14 0.01 0.14 -ex_commando ex_commando nom m s 0.05 0.00 0.05 0.00 -ex_concierge ex_concierge nom s 0.00 0.07 0.00 0.07 -ex_contrebandier ex_contrebandier nom m s 0.02 0.00 0.02 0.00 -ex_copain ex_copain nom m s 0.28 0.00 0.26 0.00 -ex_copain ex_copain nom m p 0.28 0.00 0.02 0.00 -ex_copine ex_copine nom f s 0.71 0.00 0.54 0.00 -ex_copine ex_copine nom f p 0.71 0.00 0.18 0.00 -ex_corps ex_corps nom m 0.01 0.00 0.01 0.00 -ex_couple ex_couple nom m s 0.01 0.00 0.01 0.00 -ex_danseur ex_danseur nom f s 0.01 0.14 0.01 0.14 -ex_dealer ex_dealer nom m s 0.02 0.00 0.02 0.00 -ex_dieu ex_dieu nom m s 0.01 0.00 0.01 0.00 -ex_diva ex_diva nom f s 0.00 0.07 0.00 0.07 -ex_drôlesse ex_drôlesse nom f s 0.00 0.07 0.00 0.07 -ex_drifter ex_drifter nom m s 0.00 0.07 0.00 0.07 -ex_dulcinée ex_dulcinée nom f s 0.00 0.07 0.00 0.07 -ex_démon ex_démon nom m s 0.10 0.00 0.09 0.00 -ex_démon ex_démon nom m p 0.10 0.00 0.01 0.00 -ex_enseigne ex_enseigne nom m s 0.00 0.07 0.00 0.07 -ex_enzyme ex_enzyme nom f p 0.00 0.07 0.00 0.07 -ex_esclavagiste ex_esclavagiste nom p 0.01 0.00 0.01 0.00 -ex_femme ex_femme nom f s 6.75 1.62 6.32 1.62 -ex_femme ex_femme nom f p 6.75 1.62 0.43 0.00 -ex_fiancé ex_fiancé nom m s 0.18 0.07 0.10 0.00 -ex_fiancé ex_fiancé nom f s 0.18 0.07 0.08 0.07 -ex_fils ex_fils nom m 0.00 0.07 0.00 0.07 -ex_flic ex_flic nom m s 0.27 0.07 0.24 0.07 -ex_flic ex_flic nom m p 0.27 0.07 0.03 0.00 -ex_forçat ex_forçat nom m p 0.01 0.00 0.01 0.00 -ex_fusilleur ex_fusilleur nom m p 0.00 0.07 0.00 0.07 -ex_gang ex_gang nom m s 0.00 0.07 0.00 0.07 -ex_garde ex_garde nom f s 0.14 0.20 0.00 0.14 -ex_garde ex_garde nom f p 0.14 0.20 0.14 0.07 -ex_gauchiste ex_gauchiste adj m s 0.00 0.07 0.00 0.07 -ex_gauchiste ex_gauchiste nom s 0.00 0.07 0.00 0.07 -ex_gendre ex_gendre nom m s 0.01 0.00 0.01 0.00 -ex_gonzesse ex_gonzesse nom f s 0.00 0.14 0.00 0.14 -ex_gouverneur ex_gouverneur nom m s 0.06 0.14 0.06 0.14 -ex_gravosse ex_gravosse nom f s 0.00 0.07 0.00 0.07 -ex_griot ex_griot nom m s 0.00 0.07 0.00 0.07 -ex_griveton ex_griveton nom m s 0.00 0.07 0.00 0.07 -ex_grognasse ex_grognasse nom f s 0.00 0.07 0.00 0.07 -ex_groupe ex_groupe nom m s 0.00 0.07 0.00 0.07 -ex_guenille ex_guenille nom f p 0.00 0.07 0.00 0.07 -ex_guitariste ex_guitariste nom s 0.00 0.07 0.00 0.07 -ex_génie ex_génie nom m s 0.00 0.07 0.00 0.07 -ex_hôpital ex_hôpital nom m s 0.00 0.07 0.00 0.07 -ex_hippie ex_hippie nom p 0.02 0.00 0.02 0.00 -ex_homme_grenouille ex_homme_grenouille nom m s 0.01 0.00 0.01 0.00 -ex_homme ex_homme nom m s 0.06 0.00 0.06 0.00 -ex_immeuble ex_immeuble nom m s 0.00 0.07 0.00 0.07 -ex_inspecteur ex_inspecteur nom m s 0.03 0.00 0.02 0.00 -ex_inspecteur ex_inspecteur nom m p 0.03 0.00 0.01 0.00 -ex_journaliste ex_journaliste nom s 0.02 0.07 0.02 0.07 -ex_junkie ex_junkie nom m s 0.03 0.00 0.03 0.00 -ex_kid ex_kid nom m s 0.00 0.27 0.00 0.27 -ex_leader ex_leader nom m s 0.02 0.00 0.02 0.00 -ex_libris ex_libris nom m 0.00 0.14 0.00 0.14 -ex_lieutenant ex_lieutenant nom m s 0.01 0.00 0.01 0.00 -ex_lit ex_lit nom m s 0.00 0.07 0.00 0.07 -ex_légionnaire ex_légionnaire nom m s 0.00 0.07 0.00 0.07 -ex_lycée ex_lycée nom m s 0.00 0.07 0.00 0.07 -ex_maître ex_maître nom m s 0.00 0.07 0.00 0.07 -ex_madame ex_madame nom f 0.03 0.07 0.03 0.07 -ex_maire ex_maire nom m s 0.01 0.00 0.01 0.00 -ex_mari ex_mari nom m s 5.05 1.08 4.87 1.08 -ex_marine ex_marine nom f s 0.07 0.00 0.07 0.00 -ex_mari ex_mari nom m p 5.05 1.08 0.19 0.00 -ex_mec ex_mec nom m p 0.10 0.00 0.10 0.00 -ex_membre ex_membre nom m s 0.03 0.00 0.03 0.00 -ex_mercenaire ex_mercenaire nom p 0.01 0.00 0.01 0.00 -ex_militaire ex_militaire nom s 0.08 0.00 0.05 0.00 -ex_militaire ex_militaire nom p 0.08 0.00 0.03 0.00 -ex_ministre ex_ministre nom m s 0.06 0.41 0.04 0.41 -ex_ministre ex_ministre nom m p 0.06 0.41 0.01 0.00 -ex_miss ex_miss nom f 0.05 0.00 0.05 0.00 -ex_monteur ex_monteur nom m s 0.02 0.00 0.02 0.00 -ex_motard ex_motard nom m s 0.01 0.00 0.01 0.00 -ex_nana ex_nana nom f s 0.12 0.00 0.12 0.00 -ex_officier ex_officier nom m s 0.05 0.14 0.05 0.14 -ex_opérateur ex_opérateur nom m s 0.00 0.07 0.00 0.07 -ex_palme ex_palme nom f p 0.14 0.00 0.14 0.00 -ex_para ex_para nom m s 0.02 0.14 0.02 0.14 -ex_partenaire ex_partenaire nom s 0.18 0.00 0.18 0.00 -ex_patron ex_patron nom m s 0.20 0.00 0.20 0.00 -ex_pensionnaire ex_pensionnaire nom p 0.00 0.07 0.00 0.07 -ex_perroquet ex_perroquet nom m s 0.01 0.00 0.01 0.00 -ex_petit ex_petit nom m s 0.68 0.00 0.38 0.00 -ex_petit ex_petit nom f s 0.68 0.00 0.28 0.00 -ex_petit ex_petit nom m p 0.68 0.00 0.03 0.00 -ex_pharmacien ex_pharmacien nom f p 0.00 0.07 0.00 0.07 -ex_pilote ex_pilote adj m s 0.00 0.14 0.00 0.14 -ex_planète ex_planète nom f s 0.01 0.00 0.01 0.00 -ex_planton ex_planton nom m s 0.00 0.07 0.00 0.07 -ex_plaqué ex_plaqué adj f s 0.00 0.07 0.00 0.07 -ex_plâtrier ex_plâtrier nom m s 0.00 0.07 0.00 0.07 -ex_poivrot ex_poivrot nom m p 0.01 0.00 0.01 0.00 -ex_premier ex_premier adj m s 0.01 0.00 0.01 0.00 -ex_premier ex_premier nom m s 0.01 0.00 0.01 0.00 -ex_primaire ex_primaire nom s 0.00 0.07 0.00 0.07 -ex_prison ex_prison nom f s 0.01 0.00 0.01 0.00 -ex_procureur ex_procureur nom m s 0.03 0.00 0.03 0.00 -ex_profession ex_profession nom f s 0.00 0.07 0.00 0.07 -ex_profileur ex_profileur nom m s 0.01 0.00 0.01 0.00 -ex_promoteur ex_promoteur nom m s 0.01 0.00 0.01 0.00 -ex_propriétaire ex_propriétaire nom s 0.04 0.07 0.04 0.07 -ex_présentateur ex_présentateur nom m s 0.00 0.07 0.00 0.07 -ex_président ex_président nom m s 0.71 0.00 0.60 0.00 -ex_président ex_président nom m p 0.71 0.00 0.11 0.00 -ex_prêtre ex_prêtre nom m s 0.01 0.00 0.01 0.00 -ex_putain ex_putain nom f s 0.00 0.07 0.00 0.07 -ex_pute ex_pute nom f p 0.01 0.00 0.01 0.00 -ex_quincaillerie ex_quincaillerie nom f s 0.00 0.14 0.00 0.14 -ex_quincaillier ex_quincaillier nom m s 0.00 0.27 0.00 0.27 -ex_rebelle ex_rebelle adj s 0.00 0.07 0.00 0.07 -ex_reine ex_reine nom f s 0.02 0.00 0.02 0.00 -ex_roi ex_roi nom m s 0.01 0.20 0.01 0.20 -ex_république ex_république nom f p 0.01 0.00 0.01 0.00 -ex_résidence ex_résidence nom f s 0.01 0.00 0.01 0.00 -ex_révolutionnaire ex_révolutionnaire nom s 0.00 0.07 0.00 0.07 -ex_sac ex_sac nom m p 0.00 0.07 0.00 0.07 -ex_secrétaire ex_secrétaire nom s 0.07 0.00 0.07 0.00 -ex_sergent ex_sergent nom m s 0.02 0.14 0.02 0.07 -ex_sergent ex_sergent nom m p 0.02 0.14 0.00 0.07 -ex_soldat ex_soldat nom m p 0.00 0.07 0.00 0.07 -ex_soliste ex_soliste nom p 0.00 0.07 0.00 0.07 -ex_standardiste ex_standardiste nom s 0.00 0.07 0.00 0.07 -ex_star ex_star nom f s 0.14 0.00 0.14 0.00 -ex_strip_teaseur ex_strip_teaseur nom f s 0.00 0.07 0.00 0.07 -ex_séminariste ex_séminariste nom s 0.00 0.07 0.00 0.07 -ex_sénateur ex_sénateur nom m s 0.00 0.14 0.00 0.14 -ex_super ex_super adj m s 0.14 0.00 0.14 0.00 -ex_sévère ex_sévère adj f s 0.00 0.07 0.00 0.07 -ex_taulard ex_taulard nom m s 0.38 0.14 0.28 0.07 -ex_taulard ex_taulard nom m p 0.38 0.14 0.10 0.07 -ex_teinturier ex_teinturier nom m s 0.01 0.00 0.01 0.00 -ex_tirailleur ex_tirailleur nom m s 0.00 0.07 0.00 0.07 -ex_tueur ex_tueur nom m s 0.01 0.00 0.01 0.00 -ex_tuteur ex_tuteur nom m s 0.01 0.00 0.01 0.00 -ex_élève ex_élève nom s 0.02 0.07 0.02 0.07 -ex_union ex_union nom f s 0.00 0.07 0.00 0.07 -ex_épouse ex_épouse nom f s 0.30 0.27 0.28 0.27 -ex_épouse ex_épouse nom f p 0.30 0.27 0.02 0.00 -ex_équipier ex_équipier nom m s 0.07 0.00 0.07 0.00 -ex_usine ex_usine nom f s 0.01 0.00 0.01 0.00 -ex_vedette ex_vedette nom f s 0.11 0.07 0.11 0.07 -ex_violeur ex_violeur nom m p 0.01 0.00 0.01 0.00 -ex_voto ex_voto nom m 0.48 1.69 0.48 1.69 -ex_abrupto ex_abrupto adv 0.00 0.07 0.00 0.07 -ex_nihilo ex_nihilo adv 0.00 0.14 0.00 0.14 -exacerba exacerber ver 0.33 1.42 0.00 0.07 ind:pas:3s; -exacerbant exacerber ver 0.33 1.42 0.00 0.07 par:pre; -exacerbation exacerbation nom f s 0.00 0.07 0.00 0.07 -exacerbe exacerber ver 0.33 1.42 0.03 0.20 imp:pre:2s;ind:pre:3s; -exacerbent exacerber ver 0.33 1.42 0.01 0.20 ind:pre:3p; -exacerber exacerber ver 0.33 1.42 0.08 0.34 inf; -exacerbé exacerbé adj m s 0.19 1.15 0.04 0.47 -exacerbée exacerber ver f s 0.33 1.42 0.14 0.14 par:pas; -exacerbées exacerbé adj f p 0.19 1.15 0.02 0.20 -exacerbés exacerbé adj m p 0.19 1.15 0.12 0.00 -exact exact adj m s 86.80 38.58 76.66 19.86 -exacte exact adj f s 86.80 38.58 7.55 13.92 -exactement exactement adv 144.62 92.36 144.62 92.36 -exactes exact adj f p 86.80 38.58 1.08 2.97 -exaction exaction nom f s 0.32 1.69 0.01 0.00 -exactions exaction nom f p 0.32 1.69 0.31 1.69 -exactitude exactitude nom f s 1.26 5.00 1.26 4.93 -exactitudes exactitude nom f p 1.26 5.00 0.00 0.07 -exacts exact adj m p 86.80 38.58 1.51 1.82 -exagère exagérer ver 26.93 22.57 7.30 4.86 imp:pre:2s;ind:pre:1s;ind:pre:3s; -exagèrent exagérer ver 26.93 22.57 0.60 0.47 ind:pre:3p; -exagères exagérer ver 26.93 22.57 7.75 1.89 ind:pre:2s; -exagéra exagérer ver 26.93 22.57 0.00 0.27 ind:pas:3s; -exagérai exagérer ver 26.93 22.57 0.00 0.07 ind:pas:1s; -exagéraient exagérer ver 26.93 22.57 0.02 0.07 ind:imp:3p; -exagérais exagérer ver 26.93 22.57 0.07 0.54 ind:imp:1s;ind:imp:2s; -exagérait exagérer ver 26.93 22.57 0.14 3.11 ind:imp:3s; -exagérant exagérer ver 26.93 22.57 0.15 0.68 par:pre; -exagération exagération nom f s 0.67 2.36 0.61 1.69 -exagérations exagération nom f p 0.67 2.36 0.06 0.68 -exagérer exagérer ver 26.93 22.57 2.86 3.85 inf; -exagérerais exagérer ver 26.93 22.57 0.00 0.07 cnd:pre:1s; -exagérerait exagérer ver 26.93 22.57 0.00 0.07 cnd:pre:3s; -exagérerons exagérer ver 26.93 22.57 0.01 0.00 ind:fut:1p; -exagérez exagérer ver 26.93 22.57 3.31 1.22 imp:pre:2p;ind:pre:2p; -exagérions exagérer ver 26.93 22.57 0.00 0.07 ind:imp:1p; -exagérons exagérer ver 26.93 22.57 1.53 1.76 imp:pre:1p;ind:pre:1p; -exagérèrent exagérer ver 26.93 22.57 0.00 0.07 ind:pas:3p; -exagéré exagérer ver m s 26.93 22.57 2.80 2.30 par:pas; -exagérée exagéré adj f s 2.56 4.53 0.65 1.49 -exagérées exagéré adj f p 2.56 4.53 0.17 0.34 -exagérément exagérément adv 0.26 3.38 0.26 3.38 -exagérés exagérer ver m p 26.93 22.57 0.08 0.14 par:pas; -exalta exalter ver 1.86 13.78 0.00 0.41 ind:pas:3s; -exaltai exalter ver 1.86 13.78 0.00 0.07 ind:pas:1s; -exaltaient exalter ver 1.86 13.78 0.00 1.01 ind:imp:3p; -exaltais exalter ver 1.86 13.78 0.00 0.34 ind:imp:1s; -exaltait exalter ver 1.86 13.78 0.00 3.51 ind:imp:3s; -exaltant exaltant adj m s 1.17 6.76 0.81 2.36 -exaltante exaltant adj f s 1.17 6.76 0.27 3.11 -exaltantes exaltant adj f p 1.17 6.76 0.04 0.68 -exaltants exaltant adj m p 1.17 6.76 0.05 0.61 -exaltation exaltation nom f s 0.98 16.22 0.98 15.00 -exaltations exaltation nom f p 0.98 16.22 0.00 1.22 -exalte exalter ver 1.86 13.78 0.49 1.89 imp:pre:2s;ind:pre:1s;ind:pre:3s; -exaltent exalter ver 1.86 13.78 0.12 0.47 ind:pre:3p; -exalter exalter ver 1.86 13.78 0.42 1.96 inf; -exalterait exalter ver 1.86 13.78 0.00 0.07 cnd:pre:3s; -exaltes exalter ver 1.86 13.78 0.00 0.14 ind:pre:2s; -exaltons exalter ver 1.86 13.78 0.00 0.07 ind:pre:1p; -exaltèrent exalter ver 1.86 13.78 0.00 0.07 ind:pas:3p; -exalté exalté adj m s 1.36 4.26 0.55 1.49 -exaltée exalté adj f s 1.36 4.26 0.55 2.03 -exaltées exalté adj f p 1.36 4.26 0.10 0.27 -exaltés exalté nom m p 0.56 2.23 0.27 0.34 -exam exam nom m s 3.08 0.00 2.06 0.00 -examen examen nom m s 47.77 27.16 30.37 18.31 -examens examen nom m p 47.77 27.16 17.40 8.85 -examina examiner ver 36.36 50.68 0.17 9.19 ind:pas:3s; -examinai examiner ver 36.36 50.68 0.03 0.68 ind:pas:1s; -examinaient examiner ver 36.36 50.68 0.14 1.69 ind:imp:3p; -examinais examiner ver 36.36 50.68 0.33 0.88 ind:imp:1s;ind:imp:2s; -examinait examiner ver 36.36 50.68 0.30 5.61 ind:imp:3s; -examinant examiner ver 36.36 50.68 0.64 5.00 par:pre; -examinateur examinateur nom m s 1.11 1.49 0.95 0.95 -examinateurs examinateur nom m p 1.11 1.49 0.16 0.47 -examinatrice examinateur nom f s 1.11 1.49 0.00 0.07 -examine examiner ver 36.36 50.68 3.94 6.28 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:1s; -examinent examiner ver 36.36 50.68 0.66 0.54 ind:pre:3p; -examiner examiner ver 36.36 50.68 16.47 14.19 inf; -examinera examiner ver 36.36 50.68 0.91 0.20 ind:fut:3s; -examinerai examiner ver 36.36 50.68 0.52 0.00 ind:fut:1s; -examineraient examiner ver 36.36 50.68 0.01 0.20 cnd:pre:3p; -examinerais examiner ver 36.36 50.68 0.03 0.00 cnd:pre:1s; -examinerait examiner ver 36.36 50.68 0.03 0.14 cnd:pre:3s; -examinerez examiner ver 36.36 50.68 0.04 0.00 ind:fut:2p; -examineriez examiner ver 36.36 50.68 0.01 0.00 cnd:pre:2p; -examinerons examiner ver 36.36 50.68 0.32 0.07 ind:fut:1p; -examineront examiner ver 36.36 50.68 0.06 0.07 ind:fut:3p; -examines examiner ver 36.36 50.68 0.12 0.07 ind:pre:2s; -examinez examiner ver 36.36 50.68 2.22 0.07 imp:pre:2p;ind:pre:2p; -examiniez examiner ver 36.36 50.68 0.29 0.00 ind:imp:2p; -examinions examiner ver 36.36 50.68 0.05 0.14 ind:imp:1p; -examinons examiner ver 36.36 50.68 1.57 0.47 imp:pre:1p;ind:pre:1p; -examinèrent examiner ver 36.36 50.68 0.00 0.47 ind:pas:3p; -examiné examiner ver m s 36.36 50.68 5.51 3.11 par:pas; -examinée examiner ver f s 36.36 50.68 1.30 0.88 par:pas; -examinées examiner ver f p 36.36 50.68 0.32 0.34 par:pas; -examinés examiner ver m p 36.36 50.68 0.39 0.41 par:pas; -exams exam nom m p 3.08 0.00 1.01 0.00 -exarque exarque nom m s 0.00 0.07 0.00 0.07 -exaspère exaspérer ver 2.31 19.66 0.93 1.82 imp:pre:2s;ind:pre:1s;ind:pre:3s; -exaspèrent exaspérer ver 2.31 19.66 0.07 0.54 ind:pre:3p; -exaspéra exaspérer ver 2.31 19.66 0.00 0.74 ind:pas:3s; -exaspéraient exaspérer ver 2.31 19.66 0.00 1.15 ind:imp:3p; -exaspérais exaspérer ver 2.31 19.66 0.00 0.20 ind:imp:1s; -exaspérait exaspérer ver 2.31 19.66 0.11 3.58 ind:imp:3s; -exaspérant exaspérant adj m s 0.64 2.43 0.32 1.15 -exaspérante exaspérant adj f s 0.64 2.43 0.19 1.01 -exaspérantes exaspérant adj f p 0.64 2.43 0.01 0.07 -exaspérants exaspérant adj m p 0.64 2.43 0.12 0.20 -exaspération exaspération nom f s 0.55 4.46 0.55 4.39 -exaspérations exaspération nom f p 0.55 4.46 0.00 0.07 -exaspérer exaspérer ver 2.31 19.66 0.52 1.96 inf; -exaspérera exaspérer ver 2.31 19.66 0.00 0.07 ind:fut:3s; -exaspéreraient exaspérer ver 2.31 19.66 0.00 0.07 cnd:pre:3p; -exaspérerait exaspérer ver 2.31 19.66 0.01 0.00 cnd:pre:3s; -exaspérez exaspérer ver 2.31 19.66 0.11 0.00 ind:pre:2p; -exaspérât exaspérer ver 2.31 19.66 0.00 0.07 sub:imp:3s; -exaspérèrent exaspérer ver 2.31 19.66 0.00 0.14 ind:pas:3p; -exaspéré exaspérer ver m s 2.31 19.66 0.52 5.34 par:pas; -exaspérée exaspérer ver f s 2.31 19.66 0.02 1.89 par:pas; -exaspérées exaspérer ver f p 2.31 19.66 0.00 0.47 par:pas; -exaspérés exaspérer ver m p 2.31 19.66 0.01 0.61 par:pas; -exauce exaucer ver 6.80 4.26 1.21 0.61 imp:pre:2s;ind:pre:1s;ind:pre:3s; -exaucement exaucement nom m s 0.00 0.07 0.00 0.07 -exaucent exaucer ver 6.80 4.26 0.03 0.00 ind:pre:3p; -exaucer exaucer ver 6.80 4.26 1.14 0.81 inf; -exaucera exaucer ver 6.80 4.26 0.16 0.00 ind:fut:3s; -exaucerai exaucer ver 6.80 4.26 0.17 0.00 ind:fut:1s; -exaucez exaucer ver 6.80 4.26 0.04 0.14 imp:pre:2p;ind:pre:2p; -exaucé exaucer ver m s 6.80 4.26 2.88 1.15 par:pas; -exaucée exaucer ver f s 6.80 4.26 0.27 0.68 par:pas; -exaucées exaucer ver f p 6.80 4.26 0.30 0.14 par:pas; -exaucés exaucer ver m p 6.80 4.26 0.51 0.41 par:pas; -exauça exaucer ver 6.80 4.26 0.00 0.07 ind:pas:3s; -exauçai exaucer ver 6.80 4.26 0.00 0.07 ind:pas:1s; -exauçaient exaucer ver 6.80 4.26 0.00 0.07 ind:imp:3p; -exauçant exaucer ver 6.80 4.26 0.06 0.07 par:pre; -exauçons exaucer ver 6.80 4.26 0.03 0.00 imp:pre:1p;ind:pre:1p; -exauçât exaucer ver 6.80 4.26 0.00 0.07 sub:imp:3s; -excavateur excavateur nom m s 0.04 0.14 0.02 0.07 -excavateurs excavateur nom m p 0.04 0.14 0.02 0.00 -excavation excavation nom f s 0.17 1.28 0.12 0.95 -excavations excavation nom f p 0.17 1.28 0.04 0.34 -excavatrice excavateur nom f s 0.04 0.14 0.00 0.07 -excaver excaver ver 0.04 0.07 0.03 0.00 inf; -excavée excaver ver f s 0.04 0.07 0.01 0.00 par:pas; -excavées excaver ver f p 0.04 0.07 0.00 0.07 par:pas; -excella exceller ver 2.38 3.78 0.00 0.07 ind:pas:3s; -excellaient exceller ver 2.38 3.78 0.00 0.41 ind:imp:3p; -excellais exceller ver 2.38 3.78 0.00 0.07 ind:imp:1s; -excellait exceller ver 2.38 3.78 0.08 1.28 ind:imp:3s; -excellant exceller ver 2.38 3.78 0.00 0.20 par:pre; -excelle exceller ver 2.38 3.78 0.85 0.74 imp:pre:2s;ind:pre:1s;ind:pre:3s; -excellemment excellemment adv 0.16 0.07 0.16 0.07 -excellence excellence nom f s 23.29 17.43 22.73 17.09 -excellences excellence nom f p 23.29 17.43 0.56 0.34 -excellent excellent adj m s 76.43 33.92 46.87 16.01 -excellente excellent adj f s 76.43 33.92 21.04 11.76 -excellentes excellent adj f p 76.43 33.92 4.28 2.91 -excellentissime excellentissime adj s 0.01 0.07 0.01 0.07 -excellents excellent adj m p 76.43 33.92 4.25 3.24 -exceller exceller ver 2.38 3.78 0.16 0.41 inf; -excelleraient exceller ver 2.38 3.78 0.00 0.07 cnd:pre:3p; -excelles exceller ver 2.38 3.78 0.07 0.00 ind:pre:2s; -excellez exceller ver 2.38 3.78 0.09 0.00 ind:pre:2p; -excellé exceller ver m s 2.38 3.78 0.31 0.00 par:pas; -excentrer excentrer ver 0.02 0.00 0.01 0.00 inf; -excentricité excentricité nom f s 0.39 1.55 0.29 0.95 -excentricités excentricité nom f p 0.39 1.55 0.10 0.61 -excentrique excentrique adj s 2.34 2.09 1.97 1.35 -excentriques excentrique adj p 2.34 2.09 0.37 0.74 -excentré excentré adj m s 0.05 0.00 0.04 0.00 -excentrée excentré adj f s 0.05 0.00 0.01 0.00 -exceptais excepter ver 0.72 2.64 0.00 0.07 ind:imp:1s; -exceptait excepter ver 0.72 2.64 0.00 0.14 ind:imp:3s; -exceptant excepter ver 0.72 2.64 0.00 0.14 par:pre; -excepte excepter ver 0.72 2.64 0.23 0.81 imp:pre:2s;ind:pre:1s;ind:pre:3s; -excepter excepter ver 0.72 2.64 0.00 0.41 inf; -exceptes excepter ver 0.72 2.64 0.00 0.07 ind:pre:2s; -exception exception nom f s 15.97 24.80 14.32 20.41 -exceptionnel exceptionnel adj m s 16.68 20.07 9.72 6.89 -exceptionnelle exceptionnel adj f s 16.68 20.07 3.47 8.24 -exceptionnellement exceptionnellement adv 1.03 4.19 1.03 4.19 -exceptionnelles exceptionnel adj f p 16.68 20.07 1.78 3.04 -exceptionnels exceptionnel adj m p 16.68 20.07 1.71 1.89 -exceptions exception nom f p 15.97 24.80 1.65 4.39 -excepté excepté pre 5.59 4.05 5.59 4.05 -exceptée excepté adj f s 0.34 0.68 0.24 0.27 -exceptées excepté adj f p 0.34 0.68 0.01 0.00 -exceptés excepté adj m p 0.34 0.68 0.04 0.20 -excessif excessif adj m s 4.79 15.54 2.05 5.68 -excessifs excessif adj m p 4.79 15.54 0.35 1.28 -excessive excessif adj f s 4.79 15.54 2.29 7.09 -excessivement excessivement adv 1.14 3.11 1.14 3.11 -excessives excessif adj f p 4.79 15.54 0.09 1.49 -excipent exciper ver 0.00 0.27 0.00 0.07 ind:pre:3p; -exciper exciper ver 0.00 0.27 0.00 0.20 inf; -excisant exciser ver 0.16 0.41 0.02 0.00 par:pre; -excise exciser ver 0.16 0.41 0.05 0.00 ind:pre:1s;ind:pre:3s; -exciser exciser ver 0.16 0.41 0.05 0.27 inf; -exciseuse exciseur nom f s 0.00 0.20 0.00 0.14 -exciseuses exciseur nom f p 0.00 0.20 0.00 0.07 -excision excision nom f s 0.08 0.81 0.08 0.81 -excisé exciser ver m s 0.16 0.41 0.01 0.00 par:pas; -excisée exciser ver f s 0.16 0.41 0.01 0.00 par:pas; -excisées exciser ver f p 0.16 0.41 0.01 0.14 par:pas; -excita exciter ver 28.01 26.55 0.00 0.61 ind:pas:3s; -excitable excitable adj m s 0.03 0.00 0.03 0.00 -excitaient exciter ver 28.01 26.55 0.17 1.55 ind:imp:3p; -excitais exciter ver 28.01 26.55 0.03 0.07 ind:imp:1s;ind:imp:2s; -excitait exciter ver 28.01 26.55 0.79 4.80 ind:imp:3s; -excitant excitant adj m s 16.14 7.36 12.44 3.92 -excitante excitant adj f s 16.14 7.36 2.83 2.30 -excitantes excitant adj f p 16.14 7.36 0.60 0.47 -excitants excitant adj m p 16.14 7.36 0.27 0.68 -excitation excitation nom f s 3.81 16.69 3.81 16.55 -excitations excitation nom f p 3.81 16.69 0.00 0.14 -excite exciter ver 28.01 26.55 10.38 5.07 imp:pre:2s;ind:pre:1s;ind:pre:3s; -excitent exciter ver 28.01 26.55 1.28 1.15 ind:pre:3p; -exciter exciter ver 28.01 26.55 2.60 5.81 inf; -excitera exciter ver 28.01 26.55 0.15 0.20 ind:fut:3s; -exciterait exciter ver 28.01 26.55 0.81 0.34 cnd:pre:3s; -exciterez exciter ver 28.01 26.55 0.00 0.07 ind:fut:2p; -exciteriez exciter ver 28.01 26.55 0.00 0.07 cnd:pre:2p; -exciteront exciter ver 28.01 26.55 0.02 0.07 ind:fut:3p; -excites exciter ver 28.01 26.55 1.59 0.47 ind:pre:2s; -exciteur exciteur nom m s 0.00 0.07 0.00 0.07 -excitez exciter ver 28.01 26.55 0.64 0.20 imp:pre:2p;ind:pre:2p; -excitions exciter ver 28.01 26.55 0.00 0.07 ind:imp:1p; -excitons exciter ver 28.01 26.55 0.01 0.07 imp:pre:1p;ind:pre:1p;; -excitèrent exciter ver 28.01 26.55 0.00 0.14 ind:pas:3p; -excité exciter ver m s 28.01 26.55 5.17 2.36 par:pas; -excitée exciter ver f s 28.01 26.55 3.17 1.15 par:pas; -excitées excité adj f p 6.88 6.96 0.10 0.47 -excités exciter ver m p 28.01 26.55 0.86 0.74 par:pas; -exclût exclure ver 11.32 16.22 0.00 0.07 sub:imp:3s; -exclama exclamer ver 0.26 18.99 0.01 8.04 ind:pas:3s; -exclamai exclamer ver 0.26 18.99 0.00 0.20 ind:pas:1s; -exclamaient exclamer ver 0.26 18.99 0.01 0.54 ind:imp:3p; -exclamais exclamer ver 0.26 18.99 0.00 0.07 ind:imp:1s; -exclamait exclamer ver 0.26 18.99 0.00 1.62 ind:imp:3s; -exclamant exclamer ver 0.26 18.99 0.01 0.47 par:pre; -exclamatif exclamatif adj m s 0.01 0.14 0.00 0.07 -exclamation exclamation nom f s 1.27 11.76 1.11 5.27 -exclamations exclamation nom f p 1.27 11.76 0.16 6.49 -exclamative exclamatif adj f s 0.01 0.14 0.01 0.07 -exclame exclamer ver 0.26 18.99 0.03 3.72 ind:pre:3s; -exclament exclamer ver 0.26 18.99 0.14 0.34 ind:pre:3p; -exclamer exclamer ver 0.26 18.99 0.03 1.49 inf; -exclameraient exclamer ver 0.26 18.99 0.00 0.07 cnd:pre:3p; -exclamerait exclamer ver 0.26 18.99 0.00 0.14 cnd:pre:3s; -exclamâmes exclamer ver 0.26 18.99 0.00 0.14 ind:pas:1p; -exclamèrent exclamer ver 0.26 18.99 0.00 0.27 ind:pas:3p; -exclamé exclamer ver m s 0.26 18.99 0.02 1.08 par:pas; -exclamée exclamer ver f s 0.26 18.99 0.01 0.81 par:pas; -exclu exclure ver m s 11.32 16.22 3.21 3.31 par:pas; -excluaient exclure ver 11.32 16.22 0.00 0.81 ind:imp:3p; -excluais exclure ver 11.32 16.22 0.02 0.20 ind:imp:1s; -excluait exclure ver 11.32 16.22 0.02 2.77 ind:imp:3s; -excluant exclure ver 11.32 16.22 0.12 1.15 par:pre; -exclue exclure ver f s 11.32 16.22 1.10 1.62 par:pas;sub:pre:1s;sub:pre:3s; -excluent exclure ver 11.32 16.22 0.54 0.20 ind:pre:3p; -exclues exclure ver f p 11.32 16.22 0.41 0.14 par:pas;sub:pre:2s; -excluez exclure ver 11.32 16.22 0.16 0.00 imp:pre:2p;ind:pre:2p; -excluions exclure ver 11.32 16.22 0.00 0.07 ind:imp:1p; -excluons exclure ver 11.32 16.22 0.19 0.00 imp:pre:1p;ind:pre:1p; -exclura exclure ver 11.32 16.22 0.01 0.14 ind:fut:3s; -exclurais exclure ver 11.32 16.22 0.23 0.00 cnd:pre:1s; -exclure exclure ver 11.32 16.22 2.17 2.50 inf; -exclus exclure ver m p 11.32 16.22 1.14 1.62 imp:pre:2s;ind:pre:1s;ind:pre:2s;ind:pas:2s;par:pas; -exclusif exclusif adj m s 3.35 7.43 1.47 3.38 -exclusifs exclusif adj m p 3.35 7.43 0.46 0.20 -exclusion exclusion nom f s 1.02 3.92 1.02 3.72 -exclusions exclusion nom f p 1.02 3.92 0.00 0.20 -exclusive exclusif adj f s 3.35 7.43 1.32 2.97 -exclusivement exclusivement adv 2.05 10.34 2.05 10.34 -exclusives exclusif adj f p 3.35 7.43 0.10 0.88 -exclusivité exclusivité nom f s 3.21 2.16 3.06 2.03 -exclusivités exclusivité nom f p 3.21 2.16 0.15 0.14 -exclut exclure ver 11.32 16.22 2.02 1.62 ind:pre:3s;ind:pas:3s; -excommuniaient excommunier ver 0.80 1.82 0.00 0.07 ind:imp:3p; -excommuniait excommunier ver 0.80 1.82 0.00 0.07 ind:imp:3s; -excommuniant excommunier ver 0.80 1.82 0.00 0.07 par:pre; -excommunication excommunication nom f s 0.82 1.28 0.72 1.15 -excommunications excommunication nom f p 0.82 1.28 0.10 0.14 -excommunie excommunier ver 0.80 1.82 0.11 0.14 ind:pre:1s;ind:pre:3s; -excommunient excommunier ver 0.80 1.82 0.00 0.07 ind:pre:3p; -excommunier excommunier ver 0.80 1.82 0.19 0.34 inf; -excommuniez excommunier ver 0.80 1.82 0.00 0.07 imp:pre:2p; -excommunié excommunier ver m s 0.80 1.82 0.33 0.68 par:pas; -excommuniée excommunier ver f s 0.80 1.82 0.05 0.00 par:pas; -excommuniés excommunier ver m p 0.80 1.82 0.12 0.34 par:pas; -excoriée excorier ver f s 0.00 0.14 0.00 0.07 par:pas; -excoriées excorier ver f p 0.00 0.14 0.00 0.07 par:pas; -excroissance excroissance nom f s 0.38 1.55 0.24 0.81 -excroissances excroissance nom f p 0.38 1.55 0.14 0.74 -excrément excrément nom m s 1.83 3.99 0.36 0.61 -excrémentiel excrémentiel adj m s 0.00 0.14 0.00 0.07 -excrémentielle excrémentiel adj f s 0.00 0.14 0.00 0.07 -excréments excrément nom m p 1.83 3.99 1.48 3.38 -excréter excréter ver 0.04 0.07 0.02 0.00 inf; -excrétera excréter ver 0.04 0.07 0.01 0.00 ind:fut:3s; -excrétion excrétion nom f s 0.06 0.14 0.01 0.00 -excrétions excrétion nom f p 0.06 0.14 0.04 0.14 -excrété excréter ver m s 0.04 0.07 0.01 0.07 par:pas; -excède excéder ver 0.65 9.80 0.10 0.34 ind:pre:3s; -excèdent excéder ver 0.65 9.80 0.05 0.20 ind:pre:3p; -excès excès nom m 7.67 22.23 7.67 22.23 -excédaient excéder ver 0.65 9.80 0.00 0.54 ind:imp:3p; -excédais excéder ver 0.65 9.80 0.00 0.07 ind:imp:1s; -excédait excéder ver 0.65 9.80 0.02 0.41 ind:imp:3s; -excédant excédant adj m s 0.13 0.14 0.13 0.14 -excédent excédent nom m s 0.87 0.74 0.76 0.54 -excédentaire excédentaire adj m s 0.06 0.20 0.04 0.14 -excédentaires excédentaire adj m p 0.06 0.20 0.01 0.07 -excédents excédent nom m p 0.87 0.74 0.11 0.20 -excéder excéder ver 0.65 9.80 0.16 0.27 inf; -excédera excéder ver 0.65 9.80 0.01 0.00 ind:fut:3s; -excédât excéder ver 0.65 9.80 0.00 0.07 sub:imp:3s; -excédé excéder ver m s 0.65 9.80 0.21 5.20 par:pas; -excédée excéder ver f s 0.65 9.80 0.03 1.89 par:pas; -excédées excéder ver f p 0.65 9.80 0.00 0.07 par:pas; -excédés excéder ver m p 0.65 9.80 0.02 0.20 par:pas; -excursion excursion nom f s 3.67 4.59 3.09 3.04 -excursionnaient excursionner ver 0.00 0.20 0.00 0.07 ind:imp:3p; -excursionnant excursionner ver 0.00 0.20 0.00 0.07 par:pre; -excursionner excursionner ver 0.00 0.20 0.00 0.07 inf; -excursionniste excursionniste nom s 0.04 0.14 0.04 0.00 -excursionnistes excursionniste nom p 0.04 0.14 0.00 0.14 -excursions excursion nom f p 3.67 4.59 0.58 1.55 -excusa excuser ver 399.18 61.82 0.02 3.45 ind:pas:3s; -excusable excusable adj s 0.40 1.62 0.39 1.55 -excusables excusable adj m p 0.40 1.62 0.01 0.07 -excusai excuser ver 399.18 61.82 0.00 0.34 ind:pas:1s; -excusaient excuser ver 399.18 61.82 0.00 0.47 ind:imp:3p; -excusais excuser ver 399.18 61.82 0.11 0.14 ind:imp:1s;ind:imp:2s; -excusait excuser ver 399.18 61.82 0.16 3.45 ind:imp:3s; -excusant excuser ver 399.18 61.82 0.21 3.18 par:pre; -excuse excuser ver 399.18 61.82 111.82 14.80 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -excusent excuser ver 399.18 61.82 0.30 0.34 ind:pre:1p;ind:pre:3p; -excuser excuser ver 399.18 61.82 43.00 12.03 inf; -excusera excuser ver 399.18 61.82 0.41 0.41 ind:fut:3s; -excuserai excuser ver 399.18 61.82 0.49 0.14 ind:fut:1s; -excuserais excuser ver 399.18 61.82 0.09 0.00 cnd:pre:1s;cnd:pre:2s; -excuserait excuser ver 399.18 61.82 0.06 0.27 cnd:pre:3s; -excuseras excuser ver 399.18 61.82 0.80 1.15 ind:fut:2s; -excuserez excuser ver 399.18 61.82 2.34 1.28 ind:fut:2p; -excuseriez excuser ver 399.18 61.82 0.02 0.00 cnd:pre:2p; -excuserons excuser ver 399.18 61.82 0.01 0.14 ind:fut:1p; -excuseront excuser ver 399.18 61.82 0.18 0.00 ind:fut:3p; -excuses excuse nom f p 61.58 23.51 32.15 12.23 -excusez excuser ver 399.18 61.82 230.25 16.08 imp:pre:2p;ind:pre:2p; -excusiez excuser ver 399.18 61.82 0.09 0.07 ind:imp:2p; -excusions excuser ver 399.18 61.82 0.00 0.07 ind:imp:1p; -excusâmes excuser ver 399.18 61.82 0.00 0.07 ind:pas:1p; -excusons excuser ver 399.18 61.82 0.48 0.14 imp:pre:1p;ind:pre:1p; -excusât excuser ver 399.18 61.82 0.00 0.41 sub:imp:3s; -excusèrent excuser ver 399.18 61.82 0.00 0.20 ind:pas:3p; -excusé excuser ver m s 399.18 61.82 4.25 1.89 par:pas; -excusée excuser ver f s 399.18 61.82 0.72 0.47 par:pas; -excusées excuser ver f p 399.18 61.82 0.04 0.07 par:pas; -excusés excuser ver m p 399.18 61.82 0.22 0.20 par:pas; -exeat exeat nom m 0.01 0.27 0.01 0.27 -exemplaire exemplaire adj s 4.42 9.12 4.06 7.57 -exemplairement exemplairement adv 0.10 0.07 0.10 0.07 -exemplaires exemplaire nom m p 6.32 14.26 2.52 7.57 -exemplarité exemplarité nom f s 0.01 0.00 0.01 0.00 -exemple exemple nom m s 93.20 126.62 91.83 119.19 -exemples exemple nom m p 93.20 126.62 1.38 7.43 -exemplifier exemplifier ver 0.10 0.00 0.10 0.00 inf; -exempt exempt adj m s 0.28 1.96 0.12 1.15 -exempte exempt adj f s 0.28 1.96 0.09 0.27 -exempter exempter ver 1.16 0.54 0.22 0.07 inf; -exemptes exempt adj f p 0.28 1.96 0.02 0.27 -exemptiez exempter ver 1.16 0.54 0.01 0.00 ind:imp:2p; -exemption exemption nom f s 0.60 0.68 0.54 0.20 -exemptions exemption nom f p 0.60 0.68 0.06 0.47 -exempts exempt adj m p 0.28 1.96 0.05 0.27 -exempté exempter ver m s 1.16 0.54 0.52 0.14 par:pas; -exemptée exempter ver f s 1.16 0.54 0.05 0.14 par:pas; -exemptés exempter ver m p 1.16 0.54 0.28 0.00 par:pas; -exequatur exequatur nom m 0.00 0.07 0.00 0.07 -exerce exercer ver 14.53 44.26 3.82 6.69 imp:pre:2s;ind:pre:1s;ind:pre:3s; -exercent exercer ver 14.53 44.26 0.60 1.55 ind:pre:3p; -exercer exercer ver 14.53 44.26 5.67 14.39 inf; -exercera exercer ver 14.53 44.26 0.07 0.20 ind:fut:3s; -exercerai exercer ver 14.53 44.26 0.10 0.14 ind:fut:1s; -exerceraient exercer ver 14.53 44.26 0.00 0.14 cnd:pre:3p; -exercerais exercer ver 14.53 44.26 0.01 0.07 cnd:pre:1s; -exercerait exercer ver 14.53 44.26 0.05 0.41 cnd:pre:3s; -exercerez exercer ver 14.53 44.26 0.14 0.14 ind:fut:2p; -exercerons exercer ver 14.53 44.26 0.01 0.07 ind:fut:1p; -exerceront exercer ver 14.53 44.26 0.02 0.14 ind:fut:3p; -exerces exercer ver 14.53 44.26 0.20 0.14 ind:pre:2s; -exercez exercer ver 14.53 44.26 0.86 0.27 imp:pre:2p;ind:pre:2p; -exercice exercice nom m s 22.66 27.36 17.54 17.50 -exercices exercice nom m p 22.66 27.36 5.12 9.86 -exerciez exercer ver 14.53 44.26 0.24 0.07 ind:imp:2p; -exercèrent exercer ver 14.53 44.26 0.00 0.07 ind:pas:3p; -exercé exercer ver m s 14.53 44.26 0.96 2.97 par:pas; -exercée exercer ver f s 14.53 44.26 0.56 2.03 par:pas; -exercées exercer ver f p 14.53 44.26 0.05 0.47 par:pas; -exercés exercer ver m p 14.53 44.26 0.20 0.68 par:pas; -exergue exergue nom m s 0.22 0.68 0.22 0.68 -exerça exercer ver 14.53 44.26 0.02 0.81 ind:pas:3s; -exerçai exercer ver 14.53 44.26 0.01 0.34 ind:pas:1s; -exerçaient exercer ver 14.53 44.26 0.04 1.89 ind:imp:3p; -exerçais exercer ver 14.53 44.26 0.12 0.74 ind:imp:1s;ind:imp:2s; -exerçait exercer ver 14.53 44.26 0.31 7.03 ind:imp:3s; -exerçant exercer ver 14.53 44.26 0.44 1.89 par:pre; -exerçassent exercer ver 14.53 44.26 0.00 0.07 sub:imp:3p; -exerçons exercer ver 14.53 44.26 0.04 0.20 imp:pre:1p;ind:pre:1p; -exerçât exercer ver 14.53 44.26 0.00 0.68 sub:imp:3s; -exfiltration exfiltration nom f s 0.04 0.07 0.04 0.07 -exfiltrer exfiltrer ver 0.05 0.00 0.03 0.00 inf; -exfiltré exfiltrer ver m s 0.05 0.00 0.02 0.00 par:pas; -exfoliant exfoliant adj m s 0.08 0.00 0.08 0.00 -exfolier exfolier ver 0.01 0.14 0.01 0.00 inf; -exfolions exfolier ver 0.01 0.14 0.00 0.07 ind:pre:1p; -exfoliée exfolier ver f s 0.01 0.14 0.00 0.07 par:pas; -exhala exhaler ver 0.80 10.81 0.03 0.81 ind:pas:3s; -exhalaient exhaler ver 0.80 10.81 0.00 0.47 ind:imp:3p; -exhalaison exhalaison nom f s 0.02 1.69 0.00 0.88 -exhalaisons exhalaison nom f p 0.02 1.69 0.02 0.81 -exhalait exhaler ver 0.80 10.81 0.16 2.50 ind:imp:3s; -exhalant exhaler ver 0.80 10.81 0.00 2.64 par:pre; -exhalation exhalation nom f s 0.01 0.00 0.01 0.00 -exhale exhaler ver 0.80 10.81 0.32 1.76 imp:pre:2s;ind:pre:3s; -exhalent exhaler ver 0.80 10.81 0.01 0.47 ind:pre:3p; -exhaler exhaler ver 0.80 10.81 0.27 1.08 inf; -exhaleraient exhaler ver 0.80 10.81 0.00 0.07 cnd:pre:3p; -exhalâmes exhaler ver 0.80 10.81 0.00 0.07 ind:pas:1p; -exhalât exhaler ver 0.80 10.81 0.00 0.14 sub:imp:3s; -exhalé exhaler ver m s 0.80 10.81 0.00 0.47 par:pas; -exhalée exhaler ver f s 0.80 10.81 0.00 0.34 par:pas; -exhaussait exhausser ver 0.03 0.47 0.00 0.07 ind:imp:3s; -exhausse exhausser ver 0.03 0.47 0.00 0.20 ind:pre:3s; -exhaussement exhaussement nom m s 0.00 0.07 0.00 0.07 -exhausser exhausser ver 0.03 0.47 0.00 0.07 inf; -exhaussé exhausser ver m s 0.03 0.47 0.01 0.07 par:pas; -exhaussée exhausser ver f s 0.03 0.47 0.01 0.07 par:pas; -exhaustif exhaustif adj m s 0.61 0.54 0.30 0.41 -exhaustifs exhaustif adj m p 0.61 0.54 0.02 0.00 -exhaustion exhaustion nom f s 0.00 0.34 0.00 0.34 -exhaustive exhaustif adj f s 0.61 0.54 0.29 0.14 -exhaustivement exhaustivement adv 0.00 0.14 0.00 0.14 -exhaustivité exhaustivité nom f s 0.00 0.07 0.00 0.07 -exhiba exhiber ver 2.87 13.31 0.00 0.61 ind:pas:3s; -exhibai exhiber ver 2.87 13.31 0.00 0.14 ind:pas:1s; -exhibaient exhiber ver 2.87 13.31 0.01 0.61 ind:imp:3p; -exhibais exhiber ver 2.87 13.31 0.03 0.00 ind:imp:2s; -exhibait exhiber ver 2.87 13.31 0.16 2.03 ind:imp:3s; -exhibant exhiber ver 2.87 13.31 0.16 1.69 par:pre; -exhibe exhiber ver 2.87 13.31 0.58 1.49 imp:pre:2s;ind:pre:1s;ind:pre:3s; -exhibent exhiber ver 2.87 13.31 0.05 0.74 ind:pre:3p; -exhiber exhiber ver 2.87 13.31 0.98 3.78 inf; -exhibera exhiber ver 2.87 13.31 0.20 0.07 ind:fut:3s; -exhiberait exhiber ver 2.87 13.31 0.01 0.14 cnd:pre:3s; -exhiberas exhiber ver 2.87 13.31 0.00 0.07 ind:fut:2s; -exhibez exhiber ver 2.87 13.31 0.04 0.00 imp:pre:2p;ind:pre:2p; -exhibions exhiber ver 2.87 13.31 0.01 0.07 ind:imp:1p; -exhibition exhibition nom f s 0.44 2.77 0.36 2.09 -exhibitionnisme exhibitionnisme nom m s 0.20 0.81 0.20 0.81 -exhibitionniste exhibitionniste nom s 1.08 1.55 0.85 1.01 -exhibitionnistes exhibitionniste nom p 1.08 1.55 0.23 0.54 -exhibitions exhibition nom f p 0.44 2.77 0.08 0.68 -exhibé exhiber ver m s 2.87 13.31 0.30 1.15 par:pas; -exhibée exhiber ver f s 2.87 13.31 0.32 0.20 par:pas; -exhibées exhiber ver f p 2.87 13.31 0.00 0.20 par:pas; -exhibés exhiber ver m p 2.87 13.31 0.02 0.34 par:pas; -exhorta exhorter ver 0.66 3.51 0.00 0.68 ind:pas:3s; -exhortai exhorter ver 0.66 3.51 0.00 0.07 ind:pas:1s; -exhortaient exhorter ver 0.66 3.51 0.02 0.07 ind:imp:3p; -exhortais exhorter ver 0.66 3.51 0.00 0.34 ind:imp:1s; -exhortait exhorter ver 0.66 3.51 0.01 0.54 ind:imp:3s; -exhortant exhorter ver 0.66 3.51 0.01 0.27 par:pre; -exhortation exhortation nom f s 0.13 1.69 0.02 0.47 -exhortations exhortation nom f p 0.13 1.69 0.11 1.22 -exhorte exhorter ver 0.66 3.51 0.34 0.68 imp:pre:2s;ind:pre:1s;ind:pre:3s; -exhortent exhorter ver 0.66 3.51 0.01 0.14 ind:pre:3p; -exhorter exhorter ver 0.66 3.51 0.06 0.54 inf; -exhortions exhorter ver 0.66 3.51 0.00 0.07 ind:imp:1p; -exhortâmes exhorter ver 0.66 3.51 0.00 0.07 ind:pas:1p; -exhortons exhorter ver 0.66 3.51 0.04 0.00 ind:pre:1p; -exhorté exhorter ver m s 0.66 3.51 0.17 0.07 par:pas; -exhuma exhumer ver 1.62 3.85 0.00 0.14 ind:pas:3s; -exhumaient exhumer ver 1.62 3.85 0.00 0.20 ind:imp:3p; -exhumais exhumer ver 1.62 3.85 0.00 0.07 ind:imp:1s; -exhumait exhumer ver 1.62 3.85 0.02 0.07 ind:imp:3s; -exhumant exhumer ver 1.62 3.85 0.01 0.14 par:pre; -exhumation exhumation nom f s 0.30 0.27 0.30 0.27 -exhume exhumer ver 1.62 3.85 0.07 0.34 imp:pre:2s;ind:pre:3s; -exhumer exhumer ver 1.62 3.85 0.81 0.88 inf; -exhumera exhumer ver 1.62 3.85 0.02 0.07 ind:fut:3s; -exhumeront exhumer ver 1.62 3.85 0.00 0.07 ind:fut:3p; -exhumé exhumer ver m s 1.62 3.85 0.41 0.95 par:pas; -exhumée exhumer ver f s 1.62 3.85 0.04 0.27 par:pas; -exhumées exhumer ver f p 1.62 3.85 0.01 0.20 par:pas; -exhumés exhumer ver m p 1.62 3.85 0.22 0.47 par:pas; -exige exiger ver 34.96 60.07 18.93 14.53 imp:pre:2s;ind:pre:1s;ind:pre:3s; -exigea exiger ver 34.96 60.07 0.05 1.96 ind:pas:3s; -exigeai exiger ver 34.96 60.07 0.00 0.34 ind:pas:1s; -exigeaient exiger ver 34.96 60.07 0.05 3.04 ind:imp:3p; -exigeais exiger ver 34.96 60.07 0.04 0.41 ind:imp:1s; -exigeait exiger ver 34.96 60.07 1.21 13.11 ind:imp:3s; -exigeant exigeant adj m s 3.79 7.84 1.77 2.97 -exigeante exigeant adj f s 3.79 7.84 1.59 3.18 -exigeantes exigeant adj f p 3.79 7.84 0.14 0.41 -exigeants exigeant adj m p 3.79 7.84 0.28 1.28 -exigeassent exiger ver 34.96 60.07 0.00 0.14 sub:imp:3p; -exigence exigence nom f s 5.17 17.36 1.22 5.14 -exigences exigence nom f p 5.17 17.36 3.96 12.23 -exigent exiger ver 34.96 60.07 2.80 2.97 ind:pre:3p; -exigeons exiger ver 34.96 60.07 1.21 0.14 imp:pre:1p;ind:pre:1p; -exiger exiger ver 34.96 60.07 3.13 8.11 inf; -exigera exiger ver 34.96 60.07 0.26 0.88 ind:fut:3s; -exigerai exiger ver 34.96 60.07 0.25 0.20 ind:fut:1s; -exigeraient exiger ver 34.96 60.07 0.00 0.27 cnd:pre:3p; -exigerais exiger ver 34.96 60.07 0.02 0.07 cnd:pre:1s;cnd:pre:2s; -exigerait exiger ver 34.96 60.07 0.14 1.01 cnd:pre:3s; -exigerez exiger ver 34.96 60.07 0.03 0.14 ind:fut:2p; -exigeriez exiger ver 34.96 60.07 0.02 0.00 cnd:pre:2p; -exigerions exiger ver 34.96 60.07 0.01 0.00 cnd:pre:1p; -exigerons exiger ver 34.96 60.07 0.13 0.00 ind:fut:1p; -exigeront exiger ver 34.96 60.07 0.21 0.14 ind:fut:3p; -exiges exiger ver 34.96 60.07 0.61 0.20 ind:pre:2s; -exigez exiger ver 34.96 60.07 0.61 0.41 imp:pre:2p;ind:pre:2p; -exigible exigible adj m s 0.01 0.07 0.01 0.07 -exigiez exiger ver 34.96 60.07 0.16 0.00 ind:imp:2p; -exigèrent exiger ver 34.96 60.07 0.00 0.14 ind:pas:3p; -exigu exigu adj m s 0.53 4.66 0.38 1.89 -exigé exiger ver m s 34.96 60.07 3.58 6.49 par:pas; -exiguïté exiguïté nom f s 0.00 1.76 0.00 1.76 -exigée exiger ver f s 34.96 60.07 0.56 1.01 par:pas; -exigées exiger ver f p 34.96 60.07 0.17 0.07 par:pas; -exigus exigu adj m p 0.53 4.66 0.00 0.41 -exigés exiger ver m p 34.96 60.07 0.01 0.47 par:pas; -exiguë exigu adj f s 0.53 4.66 0.12 1.69 -exiguës exigu adj f p 0.53 4.66 0.02 0.68 -exil exil nom m s 6.04 13.99 5.91 13.58 -exila exiler ver 2.41 4.32 0.04 0.20 ind:pas:3s; -exilaient exiler ver 2.41 4.32 0.00 0.07 ind:imp:3p; -exilait exiler ver 2.41 4.32 0.00 0.14 ind:imp:3s; -exilant exiler ver 2.41 4.32 0.00 0.07 par:pre; -exile exiler ver 2.41 4.32 0.43 0.47 imp:pre:2s;ind:pre:1s;ind:pre:3s; -exilent exiler ver 2.41 4.32 0.00 0.07 ind:pre:3p; -exiler exiler ver 2.41 4.32 0.73 0.61 inf; -exiles exiler ver 2.41 4.32 0.14 0.00 ind:pre:2s; -exilez exiler ver 2.41 4.32 0.01 0.00 imp:pre:2p; -exilât exiler ver 2.41 4.32 0.00 0.07 sub:imp:3s; -exils exil nom m p 6.04 13.99 0.14 0.41 -exilé exilé nom m s 2.23 4.05 0.88 1.62 -exilée exilé nom f s 2.23 4.05 0.25 0.34 -exilées exilé adj f p 0.50 1.89 0.00 0.14 -exilés exilé nom m p 2.23 4.05 1.12 2.03 -exista exister ver 136.24 148.18 0.00 0.41 ind:pas:3s; -existai exister ver 136.24 148.18 0.00 0.07 ind:pas:1s; -existaient exister ver 136.24 148.18 1.88 7.16 ind:imp:3p; -existais exister ver 136.24 148.18 2.05 2.36 ind:imp:1s;ind:imp:2s; -existait exister ver 136.24 148.18 9.58 32.57 ind:imp:3s; -existant existant adj m s 1.43 2.03 0.19 0.54 -existante existant adj f s 1.43 2.03 0.48 0.41 -existantes existant adj f p 1.43 2.03 0.23 0.54 -existants existant adj m p 1.43 2.03 0.52 0.54 -existe exister ver 136.24 148.18 85.86 57.97 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -existence existence nom f s 24.98 97.36 24.66 93.85 -existences existence nom f p 24.98 97.36 0.33 3.51 -existent exister ver 136.24 148.18 10.74 8.24 ind:pre:3p; -existentialisme existentialisme nom m s 0.07 0.61 0.07 0.61 -existentialiste existentialiste adj m s 0.06 0.20 0.05 0.07 -existentialistes existentialiste nom p 0.03 0.34 0.02 0.27 -existentiel existentiel adj m s 0.35 0.88 0.14 0.20 -existentielle existentiel adj f s 0.35 0.88 0.13 0.54 -existentielles existentiel adj f p 0.35 0.88 0.08 0.14 -exister exister ver 136.24 148.18 8.62 20.20 inf; -existera exister ver 136.24 148.18 1.52 0.41 ind:fut:3s; -existerai exister ver 136.24 148.18 0.05 0.20 ind:fut:1s; -existeraient exister ver 136.24 148.18 0.07 0.20 cnd:pre:3p; -existerais exister ver 136.24 148.18 0.47 0.14 cnd:pre:1s;cnd:pre:2s; -existerait exister ver 136.24 148.18 0.97 0.95 cnd:pre:3s; -existeras exister ver 136.24 148.18 0.20 0.00 ind:fut:2s; -existeriez exister ver 136.24 148.18 0.11 0.00 cnd:pre:2p; -existerions exister ver 136.24 148.18 0.15 0.00 cnd:pre:1p; -existerons exister ver 136.24 148.18 0.03 0.00 ind:fut:1p; -existeront exister ver 136.24 148.18 0.15 0.20 ind:fut:3p; -existes exister ver 136.24 148.18 3.56 1.08 ind:pre:2s;sub:pre:2s; -existez exister ver 136.24 148.18 1.46 0.41 imp:pre:2p;ind:pre:2p; -existiez exister ver 136.24 148.18 0.41 0.14 ind:imp:2p; -existions exister ver 136.24 148.18 0.12 0.27 ind:imp:1p; -existons exister ver 136.24 148.18 0.60 0.41 imp:pre:1p;ind:pre:1p; -existât exister ver 136.24 148.18 0.00 1.55 sub:imp:3s; -existèrent exister ver 136.24 148.18 0.00 0.27 ind:pas:3p; -existé exister ver m s 136.24 148.18 7.42 11.42 par:pas; -existée exister ver f s 136.24 148.18 0.03 0.00 par:pas; -existés exister ver m p 136.24 148.18 0.04 0.00 par:pas; -exit exit ver 0.20 0.27 0.20 0.27 inf; -exo exo nom m s 0.11 0.27 0.04 0.20 -exobiologie exobiologie nom f s 0.02 0.00 0.02 0.00 -exocet exocet nom m s 0.01 0.00 0.01 0.00 -exode exode nom m s 0.43 4.53 0.42 4.32 -exodes exode nom m p 0.43 4.53 0.01 0.20 -exogamie exogamie nom f s 0.00 0.41 0.00 0.41 -exogamique exogamique adj m s 0.00 0.27 0.00 0.27 -exogène exogène adj f s 0.01 0.00 0.01 0.00 -exonérait exonérer ver 0.08 0.20 0.00 0.07 ind:imp:3s; -exonération exonération nom f s 0.25 0.00 0.25 0.00 -exonérer exonérer ver 0.08 0.20 0.06 0.07 inf; -exonérera exonérer ver 0.08 0.20 0.01 0.00 ind:fut:3s; -exonérées exonérer ver f p 0.08 0.20 0.01 0.07 par:pas; -exophtalmique exophtalmique adj m s 0.00 0.07 0.00 0.07 -exorable exorable adj s 0.00 0.14 0.00 0.14 -exorbitaient exorbiter ver 0.00 0.81 0.00 0.20 ind:imp:3p; -exorbitait exorbiter ver 0.00 0.81 0.00 0.07 ind:imp:3s; -exorbitant exorbitant adj m s 0.83 2.30 0.53 0.54 -exorbitante exorbitant adj f s 0.83 2.30 0.05 1.08 -exorbitantes exorbitant adj f p 0.83 2.30 0.05 0.47 -exorbitants exorbitant adj m p 0.83 2.30 0.21 0.20 -exorbiter exorbiter ver 0.00 0.81 0.00 0.07 inf; -exorbité exorbité adj m s 0.36 2.84 0.00 0.27 -exorbitées exorbité adj f p 0.36 2.84 0.00 0.14 -exorbités exorbité adj m p 0.36 2.84 0.36 2.43 -exorcisa exorciser ver 2.00 2.70 0.00 0.14 ind:pas:3s; -exorcisait exorciser ver 2.00 2.70 0.01 0.14 ind:imp:3s; -exorcisant exorciser ver 2.00 2.70 0.02 0.00 par:pre; -exorcise exorciser ver 2.00 2.70 0.85 0.14 imp:pre:2s;ind:pre:1s;ind:pre:3s; -exorcisent exorciser ver 2.00 2.70 0.02 0.00 ind:pre:3p; -exorciser exorciser ver 2.00 2.70 0.48 1.35 inf; -exorciserait exorciser ver 2.00 2.70 0.00 0.07 cnd:pre:3s; -exorcisez exorciser ver 2.00 2.70 0.01 0.07 imp:pre:2p;ind:pre:2p; -exorcisions exorciser ver 2.00 2.70 0.01 0.07 ind:imp:1p; -exorcisme exorcisme nom m s 2.09 1.82 1.86 1.49 -exorcismes exorcisme nom m p 2.09 1.82 0.23 0.34 -exorciste exorciste nom s 0.60 0.14 0.57 0.07 -exorcistes exorciste nom p 0.60 0.14 0.03 0.07 -exorcisé exorciser ver m s 2.00 2.70 0.43 0.54 par:pas; -exorcisée exorciser ver f s 2.00 2.70 0.16 0.07 par:pas; -exorcisées exorciser ver f p 2.00 2.70 0.00 0.07 par:pas; -exorcisés exorciser ver m p 2.00 2.70 0.00 0.07 par:pas; -exorde exorde nom m s 0.01 0.54 0.01 0.47 -exordes exorde nom m p 0.01 0.54 0.00 0.07 -exos exo nom m p 0.11 0.27 0.07 0.07 -exosphère exosphère nom f s 0.01 0.00 0.01 0.00 -exosquelette exosquelette nom m s 0.36 0.00 0.36 0.00 -exostose exostose nom f s 0.03 0.00 0.02 0.00 -exostoses exostose nom f p 0.03 0.00 0.01 0.00 -exothermique exothermique adj f s 0.03 0.00 0.03 0.00 -exotique exotique adj s 4.19 8.99 2.86 5.00 -exotiquement exotiquement adv 0.00 0.07 0.00 0.07 -exotiques exotique adj p 4.19 8.99 1.33 3.99 -exotisme exotisme nom m s 0.23 2.77 0.23 2.77 -expansible expansible adj s 0.02 0.00 0.02 0.00 -expansif expansif adj m s 0.33 1.35 0.15 0.81 -expansifs expansif adj m p 0.33 1.35 0.01 0.07 -expansion expansion nom f s 1.89 2.50 1.89 2.50 -expansionnisme expansionnisme nom m s 0.01 0.07 0.01 0.07 -expansionniste expansionniste adj f s 0.02 0.00 0.02 0.00 -expansionnistes expansionniste nom p 0.10 0.07 0.10 0.00 -expansive expansif adj f s 0.33 1.35 0.15 0.41 -expansives expansif adj f p 0.33 1.35 0.02 0.07 -expansé expansé adj m s 0.00 0.07 0.00 0.07 -expatriait expatrier ver 0.39 0.81 0.00 0.07 ind:imp:3s; -expatriation expatriation nom f s 0.00 0.07 0.00 0.07 -expatrier expatrier ver 0.39 0.81 0.25 0.41 inf; -expatrièrent expatrier ver 0.39 0.81 0.00 0.07 ind:pas:3p; -expatrié expatrié nom m s 0.35 0.14 0.21 0.00 -expatriée expatrier ver f s 0.39 0.81 0.00 0.07 par:pas; -expatriés expatrié nom m p 0.35 0.14 0.14 0.14 -expectatif expectatif adj m s 0.00 0.07 0.00 0.07 -expectation expectation nom f s 0.02 0.00 0.02 0.00 -expectative expectative nom f s 0.09 1.01 0.06 1.01 -expectatives expectative nom f p 0.09 1.01 0.02 0.00 -expectora expectorer ver 0.02 0.41 0.00 0.07 ind:pas:3s; -expectorant expectorant nom m s 0.01 0.00 0.01 0.00 -expectoration expectoration nom f s 0.02 0.27 0.02 0.27 -expectorer expectorer ver 0.02 0.41 0.00 0.14 inf; -expectoré expectorer ver m s 0.02 0.41 0.01 0.14 par:pas; -expectorées expectorer ver f p 0.02 0.41 0.01 0.00 par:pas; -expert_comptable expert_comptable nom m s 0.23 0.20 0.23 0.20 -expert expert nom m s 20.14 5.00 12.70 1.96 -experte expert adj f s 7.66 6.15 3.45 2.16 -expertement expertement adv 0.00 0.07 0.00 0.07 -expertes expert adj f p 7.66 6.15 0.34 1.15 -expertisaient expertiser ver 0.26 0.47 0.00 0.07 ind:imp:3p; -expertisait expertiser ver 0.26 0.47 0.00 0.07 ind:imp:3s; -expertisant expertiser ver 0.26 0.47 0.00 0.07 par:pre; -expertise expertise nom f s 2.88 0.68 2.69 0.61 -expertiser expertiser ver 0.26 0.47 0.24 0.27 inf; -expertises expertise nom f p 2.88 0.68 0.20 0.07 -experts expert nom m p 20.14 5.00 7.44 3.04 -expiaient expier ver 2.42 2.30 0.00 0.07 ind:imp:3p; -expiait expier ver 2.42 2.30 0.00 0.27 ind:imp:3s; -expiant expier ver 2.42 2.30 0.04 0.00 par:pre; -expiation expiation nom f s 0.44 0.88 0.44 0.88 -expiatoire expiatoire adj s 0.17 0.95 0.16 0.74 -expiatoires expiatoire adj p 0.17 0.95 0.01 0.20 -expiatrice expiateur adj f s 0.00 0.07 0.00 0.07 -expie expier ver 2.42 2.30 0.29 0.27 imp:pre:2s;ind:pre:1s;ind:pre:3s; -expier expier ver 2.42 2.30 1.73 1.35 inf; -expieras expier ver 2.42 2.30 0.02 0.00 ind:fut:2s; -expira expirer ver 6.06 4.59 0.00 0.61 ind:pas:3s; -expirais expirer ver 6.06 4.59 0.00 0.07 ind:imp:1s; -expirait expirer ver 6.06 4.59 0.04 0.88 ind:imp:3s; -expirant expirer ver 6.06 4.59 0.01 0.14 par:pre; -expirante expirant adj f s 0.00 0.41 0.00 0.07 -expirantes expirant adj f p 0.00 0.41 0.00 0.07 -expiration expiration nom f s 1.29 1.28 1.29 1.08 -expirations expiration nom f p 1.29 1.28 0.00 0.20 -expire expirer ver 6.06 4.59 2.63 0.88 imp:pre:2s;ind:pre:1s;ind:pre:3s; -expirent expirer ver 6.06 4.59 0.20 0.20 ind:pre:3p; -expirer expirer ver 6.06 4.59 0.72 0.95 inf; -expirera expirer ver 6.06 4.59 0.07 0.00 ind:fut:3s; -expirerait expirer ver 6.06 4.59 0.00 0.14 cnd:pre:3s; -expirez expirer ver 6.06 4.59 0.54 0.14 imp:pre:2p;ind:pre:2p; -expirons expirer ver 6.06 4.59 0.00 0.07 ind:pre:1p; -expiré expirer ver m s 6.06 4.59 1.73 0.34 par:pas; -expirée expirer ver f s 6.06 4.59 0.09 0.14 par:pas; -expirés expirer ver m p 6.06 4.59 0.01 0.07 par:pas; -expié expier ver m s 2.42 2.30 0.33 0.20 par:pas; -expiée expier ver f s 2.42 2.30 0.00 0.07 par:pas; -expiés expier ver m p 2.42 2.30 0.00 0.07 par:pas; -explicable explicable adj s 0.19 1.42 0.19 1.22 -explicables explicable adj m p 0.19 1.42 0.00 0.20 -explicatif explicatif adj m s 0.03 1.15 0.01 0.20 -explicatifs explicatif adj m p 0.03 1.15 0.00 0.20 -explication explication nom f s 31.74 46.28 24.60 28.85 -explications explication nom f p 31.74 46.28 7.14 17.43 -explicative explicatif adj f s 0.03 1.15 0.02 0.54 -explicatives explicatif adj f p 0.03 1.15 0.00 0.20 -explicitant expliciter ver 0.06 0.68 0.00 0.07 par:pre; -explicite explicite adj s 1.78 2.16 1.34 1.82 -explicitement explicitement adv 0.48 1.55 0.48 1.55 -expliciter expliciter ver 0.06 0.68 0.06 0.54 inf; -explicites explicite adj p 1.78 2.16 0.45 0.34 -expliqua expliquer ver 200.93 233.92 0.77 36.42 ind:pas:3s; -expliquai expliquer ver 200.93 233.92 0.26 2.70 ind:pas:1s; -expliquaient expliquer ver 200.93 233.92 0.12 1.08 ind:imp:3p; -expliquais expliquer ver 200.93 233.92 1.25 1.82 ind:imp:1s;ind:imp:2s; -expliquait expliquer ver 200.93 233.92 1.40 21.62 ind:imp:3s; -expliquant expliquer ver 200.93 233.92 0.50 6.28 par:pre; -explique expliquer ver 200.93 233.92 48.02 38.24 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:1s;sub:pre:3s; -expliquent expliquer ver 200.93 233.92 0.78 2.09 ind:pre:3p; -expliquer expliquer ver 200.93 233.92 89.21 76.55 inf;;inf;;inf;; -expliquera expliquer ver 200.93 233.92 3.69 1.89 ind:fut:3s; -expliquerai expliquer ver 200.93 233.92 13.85 5.81 ind:fut:1s; -expliqueraient expliquer ver 200.93 233.92 0.06 0.27 cnd:pre:3p; -expliquerais expliquer ver 200.93 233.92 0.55 0.20 cnd:pre:1s;cnd:pre:2s; -expliquerait expliquer ver 200.93 233.92 3.30 2.03 cnd:pre:3s; -expliqueras expliquer ver 200.93 233.92 1.19 0.74 ind:fut:2s; -expliquerez expliquer ver 200.93 233.92 1.29 0.54 ind:fut:2p; -expliqueriez expliquer ver 200.93 233.92 0.05 0.07 cnd:pre:2p; -expliquerons expliquer ver 200.93 233.92 0.11 0.20 ind:fut:1p; -expliqueront expliquer ver 200.93 233.92 0.25 0.14 ind:fut:3p; -expliques expliquer ver 200.93 233.92 3.97 1.62 ind:pre:2s;sub:pre:2s; -expliquez expliquer ver 200.93 233.92 14.34 3.11 imp:pre:2p;ind:pre:2p; -expliquiez expliquer ver 200.93 233.92 0.61 0.27 ind:imp:2p;sub:pre:2p; -expliquions expliquer ver 200.93 233.92 0.03 0.20 ind:imp:1p; -expliquâmes expliquer ver 200.93 233.92 0.00 0.07 ind:pas:1p; -expliquons expliquer ver 200.93 233.92 0.23 0.20 imp:pre:1p;ind:pre:1p; -expliquât expliquer ver 200.93 233.92 0.00 0.34 sub:imp:3s; -expliquèrent expliquer ver 200.93 233.92 0.00 0.41 ind:pas:3p; -expliqué expliquer ver m s 200.93 233.92 14.18 27.57 par:pas; -expliquée expliquer ver f s 200.93 233.92 0.36 0.34 par:pas; -expliquées expliquer ver f p 200.93 233.92 0.14 0.47 par:pas; -expliqués expliquer ver m p 200.93 233.92 0.35 0.61 par:pas; -exploit exploit nom m s 8.00 15.61 3.97 5.20 -exploita exploiter ver 9.47 11.15 0.00 0.14 ind:pas:3s; -exploitable exploitable adj s 0.19 0.41 0.14 0.34 -exploitables exploitable adj p 0.19 0.41 0.05 0.07 -exploitai exploiter ver 9.47 11.15 0.00 0.07 ind:pas:1s; -exploitaient exploiter ver 9.47 11.15 0.05 0.34 ind:imp:3p; -exploitais exploiter ver 9.47 11.15 0.00 0.07 ind:imp:1s; -exploitait exploiter ver 9.47 11.15 0.10 0.54 ind:imp:3s; -exploitant exploiter ver 9.47 11.15 0.27 0.41 par:pre; -exploitante exploitant nom f s 0.46 0.41 0.14 0.00 -exploitants exploitant nom m p 0.46 0.41 0.06 0.34 -exploitation exploitation nom f s 4.25 6.82 3.86 6.62 -exploitations exploitation nom f p 4.25 6.82 0.40 0.20 -exploite exploiter ver 9.47 11.15 1.23 0.88 imp:pre:2s;ind:pre:1s;ind:pre:3s; -exploitent exploiter ver 9.47 11.15 0.58 0.54 ind:pre:3p; -exploiter exploiter ver 9.47 11.15 4.18 5.07 inf; -exploitera exploiter ver 9.47 11.15 0.05 0.00 ind:fut:3s; -exploiterais exploiter ver 9.47 11.15 0.01 0.07 cnd:pre:1s;cnd:pre:2s; -exploiterait exploiter ver 9.47 11.15 0.04 0.07 cnd:pre:3s; -exploiteront exploiter ver 9.47 11.15 0.03 0.00 ind:fut:3p; -exploites exploiter ver 9.47 11.15 0.19 0.14 ind:pre:2s; -exploiteur exploiteur nom m s 0.57 1.22 0.29 0.27 -exploiteurs exploiteur nom m p 0.57 1.22 0.28 0.88 -exploiteuses exploiteur nom f p 0.57 1.22 0.00 0.07 -exploitez exploiter ver 9.47 11.15 0.27 0.20 imp:pre:2p;ind:pre:2p; -exploitions exploiter ver 9.47 11.15 0.00 0.07 ind:imp:1p; -exploitons exploiter ver 9.47 11.15 0.02 0.00 imp:pre:1p;ind:pre:1p; -exploitât exploiter ver 9.47 11.15 0.00 0.14 sub:imp:3s; -exploits exploit nom m p 8.00 15.61 4.03 10.41 -exploitèrent exploiter ver 9.47 11.15 0.00 0.07 ind:pas:3p; -exploité exploiter ver m s 9.47 11.15 1.64 0.88 par:pas; -exploitée exploiter ver f s 9.47 11.15 0.35 0.68 par:pas; -exploitées exploité adj f p 0.27 0.88 0.15 0.20 -exploités exploiter ver m p 9.47 11.15 0.33 0.27 par:pas; -explora explorer ver 10.00 12.03 0.02 0.54 ind:pas:3s; -explorai explorer ver 10.00 12.03 0.00 0.07 ind:pas:1s; -exploraient explorer ver 10.00 12.03 0.03 0.27 ind:imp:3p; -explorais explorer ver 10.00 12.03 0.17 0.27 ind:imp:1s;ind:imp:2s; -explorait explorer ver 10.00 12.03 0.23 0.74 ind:imp:3s; -explorant explorer ver 10.00 12.03 0.42 0.81 par:pre; -explorateur explorateur nom m s 1.47 2.64 0.69 1.62 -explorateurs explorateur nom m p 1.47 2.64 0.72 0.95 -exploration exploration nom f s 2.06 4.53 1.81 3.31 -explorations exploration nom f p 2.06 4.53 0.25 1.22 -exploratoire exploratoire adj f s 0.10 0.07 0.10 0.00 -exploratoires exploratoire adj f p 0.10 0.07 0.00 0.07 -exploratrice explorateur adj f s 0.70 0.95 0.25 0.00 -exploratrices explorateur adj f p 0.70 0.95 0.00 0.07 -explore explorer ver 10.00 12.03 0.98 0.68 imp:pre:2s;ind:pre:1s;ind:pre:3s; -explorent explorer ver 10.00 12.03 0.12 0.07 ind:pre:3p; -explorer explorer ver 10.00 12.03 5.50 6.76 ind:pre:2p;inf; -explorera explorer ver 10.00 12.03 0.05 0.00 ind:fut:3s; -explorerai explorer ver 10.00 12.03 0.08 0.00 ind:fut:1s; -explorerez explorer ver 10.00 12.03 0.01 0.00 ind:fut:2p; -explorerons explorer ver 10.00 12.03 0.17 0.00 ind:fut:1p; -exploreur exploreur nom m s 0.01 0.00 0.01 0.00 -explorez explorer ver 10.00 12.03 0.33 0.00 imp:pre:2p;ind:pre:2p; -explorions explorer ver 10.00 12.03 0.06 0.20 ind:imp:1p; -explorons explorer ver 10.00 12.03 0.46 0.00 imp:pre:1p;ind:pre:1p; -explorèrent explorer ver 10.00 12.03 0.02 0.27 ind:pas:3p; -exploré explorer ver m s 10.00 12.03 1.00 0.68 par:pas; -explorée explorer ver f s 10.00 12.03 0.26 0.34 par:pas; -explorées explorer ver f p 10.00 12.03 0.04 0.14 par:pas; -explorés explorer ver m p 10.00 12.03 0.04 0.20 par:pas; -explosa exploser ver 53.79 24.05 0.36 2.97 ind:pas:3s; -explosai exploser ver 53.79 24.05 0.00 0.07 ind:pas:1s; -explosaient exploser ver 53.79 24.05 0.18 1.15 ind:imp:3p; -explosais exploser ver 53.79 24.05 0.04 0.00 ind:imp:1s; -explosait exploser ver 53.79 24.05 0.23 1.69 ind:imp:3s; -explosant exploser ver 53.79 24.05 0.35 0.81 par:pre; -explose exploser ver 53.79 24.05 10.22 3.72 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -explosent exploser ver 53.79 24.05 1.54 1.62 ind:pre:3p; -exploser exploser ver 53.79 24.05 25.11 7.36 imp:pre:2p;inf; -explosera exploser ver 53.79 24.05 1.87 0.14 ind:fut:3s; -exploserai exploser ver 53.79 24.05 0.13 0.00 ind:fut:1s; -exploseraient exploser ver 53.79 24.05 0.12 0.00 cnd:pre:3p; -exploserais exploser ver 53.79 24.05 0.07 0.00 cnd:pre:1s; -exploserait exploser ver 53.79 24.05 0.68 0.20 cnd:pre:3s; -exploseras exploser ver 53.79 24.05 0.05 0.07 ind:fut:2s; -exploserez exploser ver 53.79 24.05 0.23 0.00 ind:fut:2p; -exploseront exploser ver 53.79 24.05 0.18 0.00 ind:fut:3p; -exploses exploser ver 53.79 24.05 0.13 0.00 ind:pre:2s;sub:pre:2s; -exploseur exploseur nom m s 0.01 0.07 0.01 0.07 -explosez exploser ver 53.79 24.05 0.27 0.00 imp:pre:2p;ind:pre:2p; -explosif explosif nom m s 10.04 2.70 2.05 0.61 -explosifs explosif nom m p 10.04 2.70 7.97 1.96 -explosion explosion nom f s 26.14 25.68 23.11 17.64 -explosions explosion nom f p 26.14 25.68 3.02 8.04 -explosive explosif adj f s 4.07 2.77 1.18 0.95 -explosives explosif adj f p 4.07 2.77 0.52 0.14 -explosons exploser ver 53.79 24.05 0.15 0.00 imp:pre:1p;ind:pre:1p; -explosât exploser ver 53.79 24.05 0.00 0.14 sub:imp:3s; -explosèrent exploser ver 53.79 24.05 0.01 0.41 ind:pas:3p; -explosé exploser ver m s 53.79 24.05 11.10 3.31 par:pas; -explosée exploser ver f s 53.79 24.05 0.59 0.20 par:pas; -explosées exploser ver f p 53.79 24.05 0.04 0.14 par:pas; -explosés exploser ver m p 53.79 24.05 0.13 0.00 par:pas; -explétif explétif nom m s 0.00 0.07 0.00 0.07 -explétive explétif adj f s 0.01 0.07 0.01 0.07 -expo expo nom f s 3.77 0.54 3.26 0.47 -exponentiel exponentiel adj m s 0.39 0.20 0.14 0.07 -exponentielle exponentiel adj f s 0.39 0.20 0.20 0.07 -exponentiellement exponentiellement adv 0.17 0.00 0.17 0.00 -exponentielles exponentiel adj f p 0.39 0.20 0.04 0.07 -export export nom m s 0.58 0.20 0.53 0.20 -exporta exporter ver 0.83 0.88 0.00 0.07 ind:pas:3s; -exportaient exporter ver 0.83 0.88 0.14 0.07 ind:imp:3p; -exportant exporter ver 0.83 0.88 0.02 0.00 par:pre; -exportateur exportateur adj m s 0.07 0.14 0.05 0.07 -exportateurs exportateur adj m p 0.07 0.14 0.01 0.07 -exportation exportation nom f s 0.88 1.96 0.76 1.49 -exportations exportation nom f p 0.88 1.96 0.11 0.47 -exporte exporter ver 0.83 0.88 0.15 0.20 imp:pre:2s;ind:pre:1s;ind:pre:3s; -exporter exporter ver 0.83 0.88 0.17 0.34 inf; -exportera exporter ver 0.83 0.88 0.01 0.00 ind:fut:3s; -exporterons exporter ver 0.83 0.88 0.01 0.00 ind:fut:1p; -exportez exporter ver 0.83 0.88 0.01 0.00 ind:pre:2p; -exports export nom m p 0.58 0.20 0.06 0.00 -exporté exporter ver m s 0.83 0.88 0.02 0.00 par:pas; -exportée exporter ver f s 0.83 0.88 0.01 0.00 par:pas; -exportées exporter ver f p 0.83 0.88 0.02 0.00 par:pas; -exportés exporter ver m p 0.83 0.88 0.27 0.20 par:pas; -expos expo nom f p 3.77 0.54 0.51 0.07 -exposa exposer ver 22.40 38.18 0.05 2.50 ind:pas:3s; -exposai exposer ver 22.40 38.18 0.00 0.81 ind:pas:1s; -exposaient exposer ver 22.40 38.18 0.01 0.41 ind:imp:3p; -exposais exposer ver 22.40 38.18 0.05 0.61 ind:imp:1s; -exposait exposer ver 22.40 38.18 0.44 3.38 ind:imp:3s; -exposant exposant nom m s 0.25 0.14 0.25 0.14 -expose exposer ver 22.40 38.18 3.38 3.99 imp:pre:2s;ind:pre:1s;ind:pre:3s; -exposent exposer ver 22.40 38.18 0.31 0.74 ind:pre:3p; -exposer exposer ver 22.40 38.18 6.56 10.41 inf; -exposera exposer ver 22.40 38.18 0.11 0.14 ind:fut:3s; -exposerai exposer ver 22.40 38.18 0.16 0.07 ind:fut:1s; -exposerais exposer ver 22.40 38.18 0.02 0.14 cnd:pre:1s;cnd:pre:2s; -exposerait exposer ver 22.40 38.18 0.04 0.41 cnd:pre:3s; -exposerez exposer ver 22.40 38.18 0.04 0.07 ind:fut:2p; -exposerions exposer ver 22.40 38.18 0.01 0.07 cnd:pre:1p; -exposeront exposer ver 22.40 38.18 0.02 0.00 ind:fut:3p; -exposes exposer ver 22.40 38.18 1.06 0.14 ind:pre:2s; -exposez exposer ver 22.40 38.18 1.17 0.41 imp:pre:2p;ind:pre:2p; -exposiez exposer ver 22.40 38.18 0.17 0.07 ind:imp:2p; -exposition exposition nom f s 12.36 13.99 11.25 11.42 -expositions exposition nom f p 12.36 13.99 1.11 2.57 -exposâmes exposer ver 22.40 38.18 0.00 0.14 ind:pas:1p; -exposons exposer ver 22.40 38.18 0.03 0.07 imp:pre:1p;ind:pre:1p; -exposèrent exposer ver 22.40 38.18 0.00 0.07 ind:pas:3p; -exposé exposer ver m s 22.40 38.18 5.00 5.54 par:pas; -exposée exposer ver f s 22.40 38.18 1.42 3.24 par:pas; -exposées exposer ver f p 22.40 38.18 0.42 1.49 par:pas; -exposés exposer ver m p 22.40 38.18 1.71 1.55 par:pas; -express express adj 2.77 1.28 2.77 1.28 -expresse exprès adj f s 24.06 26.22 0.38 0.95 -expresses exprès adj f p 24.06 26.22 0.00 0.47 -expressif expressif adj m s 1.12 2.09 0.53 0.88 -expressifs expressif adj m p 1.12 2.09 0.26 0.34 -expression expression nom f s 19.22 76.89 17.70 69.26 -expressionnisme expressionnisme nom m s 0.07 0.14 0.07 0.14 -expressionniste expressionniste adj s 0.71 0.20 0.57 0.14 -expressionnistes expressionniste nom p 0.19 0.00 0.16 0.00 -expressions expression nom f p 19.22 76.89 1.51 7.64 -expressive expressif adj f s 1.12 2.09 0.33 0.47 -expressivement expressivement adv 0.00 0.07 0.00 0.07 -expressives expressif adj f p 1.12 2.09 0.01 0.41 -expressément expressément adv 0.34 1.55 0.34 1.55 -exprima exprimer ver 30.02 72.64 0.10 2.57 ind:pas:3s; -exprimable exprimable adj s 0.01 0.00 0.01 0.00 -exprimai exprimer ver 30.02 72.64 0.00 0.61 ind:pas:1s; -exprimaient exprimer ver 30.02 72.64 0.08 4.66 ind:imp:3p; -exprimais exprimer ver 30.02 72.64 0.14 0.61 ind:imp:1s;ind:imp:2s; -exprimait exprimer ver 30.02 72.64 0.56 11.76 ind:imp:3s; -exprimant exprimer ver 30.02 72.64 0.23 2.84 par:pre; -exprime exprimer ver 30.02 72.64 4.67 10.34 imp:pre:2s;ind:pre:1s;ind:pre:3s; -expriment exprimer ver 30.02 72.64 0.79 3.38 ind:pre:3p; -exprimer exprimer ver 30.02 72.64 18.13 25.95 inf;; -exprimera exprimer ver 30.02 72.64 0.16 0.07 ind:fut:3s; -exprimerai exprimer ver 30.02 72.64 0.02 0.07 ind:fut:1s; -exprimerais exprimer ver 30.02 72.64 0.06 0.07 cnd:pre:1s;cnd:pre:2s; -exprimerait exprimer ver 30.02 72.64 0.05 0.81 cnd:pre:3s; -exprimeras exprimer ver 30.02 72.64 0.03 0.00 ind:fut:2s; -exprimerez exprimer ver 30.02 72.64 0.03 0.14 ind:fut:2p; -exprimeront exprimer ver 30.02 72.64 0.01 0.07 ind:fut:3p; -exprimes exprimer ver 30.02 72.64 0.39 0.14 ind:pre:2s; -exprimez exprimer ver 30.02 72.64 0.82 0.27 imp:pre:2p;ind:pre:2p; -exprimiez exprimer ver 30.02 72.64 0.03 0.00 ind:imp:2p; -exprimions exprimer ver 30.02 72.64 0.00 0.20 ind:imp:1p; -exprimons exprimer ver 30.02 72.64 0.30 0.00 imp:pre:1p;ind:pre:1p; -exprimât exprimer ver 30.02 72.64 0.00 0.47 sub:imp:3s; -exprimèrent exprimer ver 30.02 72.64 0.00 0.54 ind:pas:3p; -exprimé exprimer ver m s 30.02 72.64 2.41 3.58 par:pas; -exprimée exprimer ver f s 30.02 72.64 0.75 1.96 par:pas; -exprimées exprimer ver f p 30.02 72.64 0.05 0.95 par:pas; -exprimés exprimer ver m p 30.02 72.64 0.22 0.61 par:pas; -expropria exproprier ver 0.21 0.34 0.01 0.00 ind:pas:3s; -expropriation expropriation nom f s 0.32 0.41 0.28 0.27 -expropriations expropriation nom f p 0.32 0.41 0.03 0.14 -exproprie exproprier ver 0.21 0.34 0.01 0.07 ind:pre:3s; -exproprier exproprier ver 0.21 0.34 0.04 0.00 inf; -exproprierait exproprier ver 0.21 0.34 0.00 0.07 cnd:pre:3s; -exproprié exproprier ver m s 0.21 0.34 0.11 0.07 par:pas; -expropriée exproprié nom f s 0.10 0.00 0.10 0.00 -expropriées exproprier ver f p 0.21 0.34 0.00 0.07 par:pas; -expropriés exproprier ver m p 0.21 0.34 0.01 0.00 par:pas; -exprès exprès adj m 24.06 26.22 23.68 24.80 -expédia expédier ver 8.69 23.78 0.00 1.49 ind:pas:3s; -expédiai expédier ver 8.69 23.78 0.00 0.47 ind:pas:1s; -expédiaient expédier ver 8.69 23.78 0.00 0.34 ind:imp:3p; -expédiais expédier ver 8.69 23.78 0.05 0.20 ind:imp:1s;ind:imp:2s; -expédiait expédier ver 8.69 23.78 0.06 2.36 ind:imp:3s; -expédiant expédier ver 8.69 23.78 0.05 1.01 par:pre; -expédie expédier ver 8.69 23.78 1.73 3.18 imp:pre:2s;ind:pre:1s;ind:pre:3s; -expédient expédier ver 8.69 23.78 0.26 0.47 ind:pre:3p; -expédientes expédient adj f p 0.03 0.34 0.01 0.00 -expédients expédient nom m p 0.36 2.64 0.20 1.82 -expédier expédier ver 8.69 23.78 2.09 5.41 inf; -expédiera expédier ver 8.69 23.78 0.13 0.27 ind:fut:3s; -expédierai expédier ver 8.69 23.78 0.02 0.14 ind:fut:1s; -expédierait expédier ver 8.69 23.78 0.00 0.20 cnd:pre:3s; -expédieras expédier ver 8.69 23.78 0.00 0.07 ind:fut:2s; -expédieriez expédier ver 8.69 23.78 0.02 0.00 cnd:pre:2p; -expédierons expédier ver 8.69 23.78 0.01 0.07 ind:fut:1p; -expédieront expédier ver 8.69 23.78 0.01 0.14 ind:fut:3p; -expédies expédier ver 8.69 23.78 0.04 0.07 ind:pre:2s;sub:pre:2s; -expédiez expédier ver 8.69 23.78 0.72 0.00 imp:pre:2p;ind:pre:2p; -expédions expédier ver 8.69 23.78 0.28 0.07 imp:pre:1p;ind:pre:1p; -expéditeur expéditeur nom m s 1.40 1.01 1.35 0.81 -expéditeurs expéditeur nom m p 1.40 1.01 0.03 0.20 -expéditif expéditif adj m s 0.47 2.03 0.05 1.08 -expéditifs expéditif adj m p 0.47 2.03 0.03 0.34 -expédition expédition nom f s 10.74 15.14 9.05 11.76 -expéditionnaire expéditionnaire adj s 0.18 2.77 0.16 2.43 -expéditionnaires expéditionnaire adj f p 0.18 2.77 0.02 0.34 -expéditions expédition nom f p 10.74 15.14 1.69 3.38 -expéditive expéditif adj f s 0.47 2.03 0.36 0.34 -expéditives expéditif adj f p 0.47 2.03 0.02 0.27 -expéditrice expéditeur nom f s 1.40 1.01 0.02 0.00 -expédié expédier ver m s 8.69 23.78 1.92 4.39 par:pas; -expédiée expédier ver f s 8.69 23.78 0.52 1.49 par:pas; -expédiées expédier ver f p 8.69 23.78 0.34 0.68 par:pas; -expédiés expédier ver m p 8.69 23.78 0.42 1.28 par:pas; -expulsa expulser ver 9.28 8.24 0.00 0.41 ind:pas:3s; -expulsai expulser ver 9.28 8.24 0.00 0.07 ind:pas:1s; -expulsaient expulser ver 9.28 8.24 0.01 0.27 ind:imp:3p; -expulsais expulser ver 9.28 8.24 0.00 0.14 ind:imp:1s; -expulsait expulser ver 9.28 8.24 0.02 0.27 ind:imp:3s; -expulsant expulser ver 9.28 8.24 0.03 0.20 par:pre; -expulse expulser ver 9.28 8.24 0.67 1.08 imp:pre:2s;ind:pre:1s;ind:pre:3s; -expulsent expulser ver 9.28 8.24 0.24 0.07 ind:pre:3p; -expulser expulser ver 9.28 8.24 4.03 2.30 inf;; -expulsera expulser ver 9.28 8.24 0.10 0.07 ind:fut:3s; -expulserai expulser ver 9.28 8.24 0.03 0.00 ind:fut:1s; -expulserait expulser ver 9.28 8.24 0.12 0.07 cnd:pre:3s; -expulseront expulser ver 9.28 8.24 0.01 0.00 ind:fut:3p; -expulsez expulser ver 9.28 8.24 0.15 0.14 imp:pre:2p;ind:pre:2p; -expulsion expulsion nom f s 2.97 1.76 2.51 1.55 -expulsions expulsion nom f p 2.97 1.76 0.46 0.20 -expulsive expulsif adj f s 0.01 0.00 0.01 0.00 -expulsons expulser ver 9.28 8.24 0.02 0.00 imp:pre:1p;ind:pre:1p; -expulsât expulser ver 9.28 8.24 0.00 0.07 sub:imp:3s; -expulsé expulser ver m s 9.28 8.24 2.37 1.76 par:pas; -expulsée expulser ver f s 9.28 8.24 0.42 0.41 par:pas; -expulsées expulser ver f p 9.28 8.24 0.19 0.14 par:pas; -expulsés expulser ver m p 9.28 8.24 0.88 0.81 par:pas; -expurgeait expurger ver 0.13 0.81 0.00 0.14 ind:imp:3s; -expurger expurger ver 0.13 0.81 0.00 0.14 inf; -expurgera expurger ver 0.13 0.81 0.00 0.07 ind:fut:3s; -expurgé expurger ver m s 0.13 0.81 0.03 0.07 par:pas; -expurgée expurger ver f s 0.13 0.81 0.10 0.27 par:pas; -expurgés expurger ver m p 0.13 0.81 0.00 0.14 par:pas; -expérience expérience nom f s 72.04 58.72 55.52 48.11 -expériences expérience nom f p 72.04 58.72 16.52 10.61 -expérimenta expérimenter ver 3.92 2.97 0.03 0.07 ind:pas:3s; -expérimentai expérimenter ver 3.92 2.97 0.01 0.07 ind:pas:1s; -expérimentaient expérimenter ver 3.92 2.97 0.13 0.20 ind:imp:3p; -expérimentais expérimenter ver 3.92 2.97 0.07 0.20 ind:imp:1s; -expérimentait expérimenter ver 3.92 2.97 0.08 0.14 ind:imp:3s; -expérimental expérimental adj m s 2.74 1.01 1.90 0.07 -expérimentale expérimental adj f s 2.74 1.01 0.48 0.61 -expérimentalement expérimentalement adv 0.01 0.07 0.01 0.07 -expérimentales expérimental adj f p 2.74 1.01 0.10 0.14 -expérimentant expérimenter ver 3.92 2.97 0.03 0.14 par:pre; -expérimentateur expérimentateur nom m s 0.14 0.07 0.14 0.07 -expérimentation expérimentation nom f s 1.30 2.91 0.87 2.16 -expérimentations expérimentation nom f p 1.30 2.91 0.43 0.74 -expérimentaux expérimental adj m p 2.74 1.01 0.26 0.20 -expérimente expérimenter ver 3.92 2.97 0.33 0.41 imp:pre:2s;ind:pre:1s;ind:pre:3s; -expérimentent expérimenter ver 3.92 2.97 0.18 0.00 ind:pre:3p; -expérimenter expérimenter ver 3.92 2.97 1.23 0.47 inf; -expérimenteras expérimenter ver 3.92 2.97 0.02 0.00 ind:fut:2s; -expérimentez expérimenter ver 3.92 2.97 0.18 0.00 imp:pre:2p;ind:pre:2p; -expérimentiez expérimenter ver 3.92 2.97 0.04 0.00 ind:imp:2p; -expérimentons expérimenter ver 3.92 2.97 0.02 0.07 imp:pre:1p;ind:pre:1p; -expérimenté expérimenté adj m s 2.42 1.62 1.33 0.68 -expérimentée expérimenté adj f s 2.42 1.62 0.52 0.34 -expérimentées expérimenté adj f p 2.42 1.62 0.14 0.14 -expérimentés expérimenté adj m p 2.42 1.62 0.42 0.47 -exquis exquis adj m 6.38 17.36 3.20 7.23 -exquise exquis adj f s 6.38 17.36 2.51 7.97 -exquises exquis adj f p 6.38 17.36 0.66 2.16 -exsangue exsangue adj s 0.45 4.19 0.44 2.84 -exsangues exsangue adj p 0.45 4.19 0.01 1.35 -exsudaient exsuder ver 0.05 0.41 0.00 0.07 ind:imp:3p; -exsudait exsuder ver 0.05 0.41 0.00 0.07 ind:imp:3s; -exsudant exsuder ver 0.05 0.41 0.00 0.14 par:pre; -exsudat exsudat nom m s 0.00 0.07 0.00 0.07 -exsudation exsudation nom f s 0.01 0.00 0.01 0.00 -exsude exsuder ver 0.05 0.41 0.01 0.07 ind:pre:3s; -exsuder exsuder ver 0.05 0.41 0.04 0.00 inf; -exsudé exsuder ver m s 0.05 0.41 0.00 0.07 par:pas; -extase extase nom f s 3.67 11.55 3.43 10.54 -extases extase nom f p 3.67 11.55 0.24 1.01 -extasia extasier ver 0.68 7.30 0.00 1.22 ind:pas:3s; -extasiaient extasier ver 0.68 7.30 0.14 0.41 ind:imp:3p; -extasiais extasier ver 0.68 7.30 0.00 0.34 ind:imp:1s;ind:imp:2s; -extasiait extasier ver 0.68 7.30 0.02 1.35 ind:imp:3s; -extasiant extasier ver 0.68 7.30 0.01 0.27 par:pre; -extasiantes extasiant adj f p 0.00 0.14 0.00 0.07 -extasie extasier ver 0.68 7.30 0.16 0.68 ind:pre:1s;ind:pre:3s; -extasient extasier ver 0.68 7.30 0.02 0.07 ind:pre:3p; -extasier extasier ver 0.68 7.30 0.26 0.88 inf; -extasieront extasier ver 0.68 7.30 0.00 0.14 ind:fut:3p; -extasiez extasier ver 0.68 7.30 0.02 0.00 ind:pre:2p; -extasions extasier ver 0.68 7.30 0.01 0.20 ind:pre:1p; -extasiât extasier ver 0.68 7.30 0.00 0.07 sub:imp:3s; -extasièrent extasier ver 0.68 7.30 0.00 0.07 ind:pas:3p; -extasié extasier ver m s 0.68 7.30 0.04 0.61 par:pas; -extasiée extasié adj f s 0.11 1.89 0.10 0.47 -extasiées extasier ver f p 0.68 7.30 0.00 0.20 par:pas; -extasiés extasié adj m p 0.11 1.89 0.00 0.47 -extatique extatique adj s 0.22 1.22 0.22 1.01 -extatiquement extatiquement adv 0.00 0.14 0.00 0.14 -extatiques extatique adj p 0.22 1.22 0.00 0.20 -extenseur extenseur nom m s 0.07 0.14 0.06 0.14 -extenseurs extenseur nom m p 0.07 0.14 0.01 0.00 -extensible extensible adj s 0.10 0.61 0.09 0.47 -extensibles extensible adj m p 0.10 0.61 0.01 0.14 -extension extension nom f s 2.60 2.77 2.43 2.57 -extensions extension nom f p 2.60 2.77 0.17 0.20 -extensive extensif adj f s 0.04 0.00 0.04 0.00 -extermina exterminer ver 6.85 4.05 0.13 0.07 ind:pas:3s; -exterminaient exterminer ver 6.85 4.05 0.03 0.14 ind:imp:3p; -exterminais exterminer ver 6.85 4.05 0.02 0.07 ind:imp:1s; -exterminait exterminer ver 6.85 4.05 0.00 0.14 ind:imp:3s; -exterminant exterminer ver 6.85 4.05 0.12 0.00 par:pre; -exterminateur exterminateur nom m s 0.72 0.07 0.56 0.07 -exterminateurs exterminateur nom m p 0.72 0.07 0.17 0.00 -extermination extermination nom f s 2.09 1.08 2.08 1.01 -exterminations extermination nom f p 2.09 1.08 0.01 0.07 -exterminatrice exterminateur adj f s 0.39 0.88 0.10 0.00 -exterminatrices exterminateur adj f p 0.39 0.88 0.00 0.14 -extermine exterminer ver 6.85 4.05 0.53 0.14 imp:pre:2s;ind:pre:1s;ind:pre:3s; -exterminent exterminer ver 6.85 4.05 0.18 0.00 ind:pre:3p; -exterminer exterminer ver 6.85 4.05 3.07 1.89 inf; -exterminera exterminer ver 6.85 4.05 0.23 0.00 ind:fut:3s; -exterminerait exterminer ver 6.85 4.05 0.00 0.07 cnd:pre:3s; -exterminerons exterminer ver 6.85 4.05 0.01 0.00 ind:fut:1p; -extermineront exterminer ver 6.85 4.05 0.04 0.00 ind:fut:3p; -exterminez exterminer ver 6.85 4.05 0.13 0.00 imp:pre:2p;ind:pre:2p; -exterminions exterminer ver 6.85 4.05 0.01 0.00 ind:imp:1p; -exterminons exterminer ver 6.85 4.05 0.04 0.00 imp:pre:1p;ind:pre:1p; -exterminé exterminer ver m s 6.85 4.05 0.85 0.41 par:pas; -exterminée exterminer ver f s 6.85 4.05 0.26 0.20 par:pas; -exterminées exterminer ver f p 6.85 4.05 0.15 0.07 par:pas; -exterminés exterminer ver m p 6.85 4.05 1.05 0.88 par:pas; -externalité externalité nom f s 0.01 0.00 0.01 0.00 -externat externat nom m s 0.01 0.07 0.01 0.07 -externe externe adj s 3.53 0.88 2.48 0.54 -externes externe adj p 3.53 0.88 1.05 0.34 -exterritorialité exterritorialité nom f s 0.00 0.07 0.00 0.07 -exècre exécrer ver 0.48 3.18 0.41 0.88 imp:pre:2s;ind:pre:1s;ind:pre:3s; -exècrent exécrer ver 0.48 3.18 0.00 0.07 ind:pre:3p; -extincteur extincteur nom m s 1.93 0.95 1.49 0.88 -extincteurs extincteur nom m p 1.93 0.95 0.44 0.07 -extinction extinction nom f s 3.42 3.65 3.42 3.65 -extinctrice extinctrice adj f s 0.01 0.00 0.01 0.00 -extirpa extirper ver 1.35 10.07 0.00 1.42 ind:pas:3s; -extirpaient extirper ver 1.35 10.07 0.00 0.20 ind:imp:3p; -extirpais extirper ver 1.35 10.07 0.01 0.07 ind:imp:1s; -extirpait extirper ver 1.35 10.07 0.02 0.47 ind:imp:3s; -extirpant extirper ver 1.35 10.07 0.02 0.34 par:pre; -extirpation extirpation nom f s 0.01 0.00 0.01 0.00 -extirpe extirper ver 1.35 10.07 0.05 1.76 imp:pre:2s;ind:pre:1s;ind:pre:3s; -extirpent extirper ver 1.35 10.07 0.02 0.34 ind:pre:3p; -extirper extirper ver 1.35 10.07 0.88 3.51 inf; -extirpera extirper ver 1.35 10.07 0.02 0.07 ind:fut:3s; -extirperai extirper ver 1.35 10.07 0.20 0.00 ind:fut:1s; -extirperais extirper ver 1.35 10.07 0.01 0.07 cnd:pre:1s;cnd:pre:2s; -extirperait extirper ver 1.35 10.07 0.00 0.07 cnd:pre:3s; -extirpé extirper ver m s 1.35 10.07 0.09 1.08 par:pas; -extirpée extirper ver f s 1.35 10.07 0.00 0.27 par:pas; -extirpées extirper ver f p 1.35 10.07 0.01 0.07 par:pas; -extirpés extirper ver m p 1.35 10.07 0.01 0.34 par:pas; -extorquai extorquer ver 1.35 2.03 0.00 0.07 ind:pas:1s; -extorquais extorquer ver 1.35 2.03 0.00 0.07 ind:imp:1s; -extorquait extorquer ver 1.35 2.03 0.01 0.20 ind:imp:3s; -extorque extorquer ver 1.35 2.03 0.05 0.00 ind:pre:3s; -extorquent extorquer ver 1.35 2.03 0.02 0.00 ind:pre:3p; -extorquer extorquer ver 1.35 2.03 0.90 0.68 inf; -extorqueur extorqueur nom m s 0.02 0.00 0.02 0.00 -extorquez extorquer ver 1.35 2.03 0.01 0.00 ind:pre:2p; -extorquèrent extorquer ver 1.35 2.03 0.00 0.07 ind:pas:3p; -extorqué extorquer ver m s 1.35 2.03 0.28 0.61 par:pas; -extorquée extorquer ver f s 1.35 2.03 0.03 0.07 par:pas; -extorquées extorquer ver f p 1.35 2.03 0.03 0.07 par:pas; -extorqués extorquer ver m p 1.35 2.03 0.03 0.20 par:pas; -extorsion extorsion nom f s 1.79 0.14 1.57 0.14 -extorsions extorsion nom f p 1.79 0.14 0.23 0.00 -extra_dry extra_dry nom m 0.00 0.07 0.00 0.07 -extra_fin extra_fin adj m s 0.00 0.34 0.00 0.27 -extra_fin extra_fin adj m p 0.00 0.34 0.00 0.07 -extra_fort extra_fort adj m s 0.11 0.20 0.04 0.07 -extra_fort extra_fort adj f s 0.11 0.20 0.08 0.14 -extra_lucide extra_lucide adj f s 0.05 0.20 0.04 0.14 -extra_lucide extra_lucide adj p 0.05 0.20 0.01 0.07 -extra_muros extra_muros adj f p 0.00 0.07 0.00 0.07 -extra_muros extra_muros adv 0.00 0.07 0.00 0.07 -extra_sensoriel extra_sensoriel adj m s 0.06 0.00 0.02 0.00 -extra_sensoriel extra_sensoriel adj f s 0.06 0.00 0.04 0.00 -extra_souple extra_souple adj f p 0.00 0.07 0.00 0.07 -extra_terrestre extra_terrestre nom s 3.71 0.34 1.35 0.27 -extra_terrestre extra_terrestre nom p 3.71 0.34 2.36 0.07 -extra_utérin extra_utérin adj m s 0.10 0.00 0.03 0.00 -extra_utérin extra_utérin adj f s 0.10 0.00 0.07 0.00 -extra extra adj_sup 6.78 1.42 6.78 1.42 -extraconjugal extraconjugal adj m s 0.10 0.07 0.03 0.00 -extraconjugale extraconjugal adj f s 0.10 0.07 0.02 0.00 -extraconjugales extraconjugal adj f p 0.10 0.07 0.04 0.07 -extraconjugaux extraconjugal adj m p 0.10 0.07 0.01 0.00 -extracorporelle extracorporel adj f s 0.01 0.00 0.01 0.00 -extracteur extracteur nom m s 0.04 0.00 0.04 0.00 -extracteurs extracteur nom m p 0.04 0.00 0.01 0.00 -extraction extraction nom f s 1.82 1.42 1.79 1.35 -extractions extraction nom f p 1.82 1.42 0.03 0.07 -extractive extractif adj f s 0.01 0.00 0.01 0.00 -extradaient extrader ver 0.66 0.20 0.00 0.07 ind:imp:3p; -extrade extrader ver 0.66 0.20 0.04 0.07 imp:pre:2s;ind:pre:3s; -extrader extrader ver 0.66 0.20 0.36 0.07 inf; -extradition extradition nom f s 0.78 0.14 0.78 0.14 -extradé extrader ver m s 0.66 0.20 0.26 0.00 par:pas; -extradée extradé adj f s 0.02 0.07 0.01 0.00 -extraforte extrafort adj f s 0.01 0.00 0.01 0.00 -extragalactique extragalactique adj f s 0.02 0.00 0.02 0.00 -extraient extraire ver 8.55 13.24 0.19 0.27 ind:pre:3p; -extraira extraire ver 8.55 13.24 0.04 0.00 ind:fut:3s; -extrairai extraire ver 8.55 13.24 0.04 0.00 ind:fut:1s; -extraire extraire ver 8.55 13.24 4.71 5.68 inf; -extrairons extraire ver 8.55 13.24 0.03 0.00 ind:fut:1p; -extrairont extraire ver 8.55 13.24 0.03 0.00 ind:fut:3p; -extrais extraire ver 8.55 13.24 0.17 0.41 imp:pre:2s;ind:pre:1s; -extrait extraire ver m s 8.55 13.24 1.90 3.51 ind:pre:3s;par:pas;par:pas; -extraite extraire ver f s 8.55 13.24 0.80 0.61 par:pas; -extraites extraire ver f p 8.55 13.24 0.11 0.54 par:pas; -extraits extrait nom m p 3.06 4.19 1.17 2.09 -extralucide extralucide adj m s 0.20 0.07 0.19 0.00 -extralucides extralucide adj p 0.20 0.07 0.01 0.07 -extraordinaire extraordinaire adj s 27.36 42.84 23.71 36.01 -extraordinairement extraordinairement adv 0.46 8.51 0.46 8.51 -extraordinaires extraordinaire adj p 27.36 42.84 3.65 6.82 -extrapolant extrapoler ver 0.37 0.34 0.04 0.00 par:pre; -extrapolation extrapolation nom f s 0.14 0.27 0.12 0.14 -extrapolations extrapolation nom f p 0.14 0.27 0.02 0.14 -extrapole extrapoler ver 0.37 0.34 0.07 0.07 imp:pre:2s;ind:pre:1s;ind:pre:3s; -extrapolent extrapoler ver 0.37 0.34 0.00 0.07 ind:pre:3p; -extrapoler extrapoler ver 0.37 0.34 0.14 0.07 inf; -extrapolez extrapoler ver 0.37 0.34 0.05 0.00 imp:pre:2p;ind:pre:2p; -extrapolons extrapoler ver 0.37 0.34 0.00 0.07 imp:pre:1p; -extrapolé extrapoler ver m s 0.37 0.34 0.06 0.00 par:pas; -extrapolée extrapoler ver f s 0.37 0.34 0.01 0.00 par:pas; -extrapolées extrapoler ver f p 0.37 0.34 0.00 0.07 par:pas; -extras extra nom_sup m p 4.93 1.55 1.04 0.68 -extrascolaire extrascolaire adj s 0.23 0.00 0.11 0.00 -extrascolaires extrascolaire adj p 0.23 0.00 0.13 0.00 -extrasensoriel extrasensoriel adj m s 0.51 0.00 0.02 0.00 -extrasensorielle extrasensoriel adj f s 0.51 0.00 0.25 0.00 -extrasensoriels extrasensoriel adj m p 0.51 0.00 0.25 0.00 -extrasystole extrasystole nom f s 0.03 0.00 0.03 0.00 -extraterrestre extraterrestre adj s 6.66 0.41 4.46 0.14 -extraterrestres extraterrestre nom p 9.81 1.01 6.37 0.68 -extraterritoriale extraterritorial adj f s 0.02 0.00 0.02 0.00 -extravagance extravagance nom f s 0.94 3.78 0.31 2.43 -extravagances extravagance nom f p 0.94 3.78 0.63 1.35 -extravagant extravagant adj m s 2.26 6.55 0.91 2.16 -extravagante extravagant adj f s 2.26 6.55 0.56 1.62 -extravagantes extravagant adj f p 2.26 6.55 0.36 1.15 -extravagants extravagant adj m p 2.26 6.55 0.43 1.62 -extravaguait extravaguer ver 0.00 0.27 0.00 0.07 ind:imp:3s; -extravague extravaguer ver 0.00 0.27 0.00 0.07 ind:pre:3s; -extravaguer extravaguer ver 0.00 0.27 0.00 0.07 inf; -extravagué extravaguer ver m s 0.00 0.27 0.00 0.07 par:pas; -extravasation extravasation nom f s 0.01 0.00 0.01 0.00 -extraverti extraverti adj m s 0.11 0.00 0.06 0.00 -extravertie extraverti adj f s 0.11 0.00 0.05 0.00 -extravéhiculaire extravéhiculaire adj s 0.07 0.00 0.07 0.00 -extrayaient extraire ver 8.55 13.24 0.00 0.34 ind:imp:3p; -extrayait extraire ver 8.55 13.24 0.04 0.95 ind:imp:3s; -extrayant extraire ver 8.55 13.24 0.04 0.41 par:pre; -extrayez extraire ver 8.55 13.24 0.18 0.00 imp:pre:2p;ind:pre:2p; -extrayions extraire ver 8.55 13.24 0.01 0.00 ind:imp:1p; -extroverti extroverti adj m s 0.03 0.00 0.01 0.00 -extrovertie extroverti adj f s 0.03 0.00 0.01 0.00 -extrême_onction extrême_onction nom f s 0.42 1.62 0.42 1.55 -extrême_orient extrême_orient nom m s 0.00 0.07 0.00 0.07 -extrême_oriental extrême_oriental adj f s 0.00 0.07 0.00 0.07 -extrême extrême adj s 12.08 45.54 9.07 41.62 -extrêmement extrêmement adv 14.69 16.96 14.69 16.96 -extrême_onction extrême_onction nom f p 0.42 1.62 0.00 0.07 -extrêmes extrême adj p 12.08 45.54 3.01 3.92 -extrémisme extrémisme nom m s 0.13 0.20 0.13 0.20 -extrémiste extrémiste nom s 1.03 0.61 0.42 0.27 -extrémistes extrémiste nom p 1.03 0.61 0.61 0.34 -extrémité extrémité nom f s 2.95 27.09 2.12 20.27 -extrémités extrémité nom f p 2.95 27.09 0.83 6.82 -extrusion extrusion nom f s 0.03 0.00 0.03 0.00 -exténua exténuer ver 0.81 3.18 0.00 0.14 ind:pas:3s; -exténuait exténuer ver 0.81 3.18 0.00 0.20 ind:imp:3s; -exténuant exténuant adj m s 0.16 1.49 0.07 0.68 -exténuante exténuant adj f s 0.16 1.49 0.04 0.68 -exténuantes exténuant adj f p 0.16 1.49 0.03 0.07 -exténuants exténuant adj m p 0.16 1.49 0.02 0.07 -exténuation exténuation nom f s 0.10 0.00 0.10 0.00 -exténue exténuer ver 0.81 3.18 0.00 0.27 ind:pre:3s; -exténuement exténuement nom m s 0.00 0.27 0.00 0.27 -exténuent exténuer ver 0.81 3.18 0.00 0.07 ind:pre:3p; -exténuer exténuer ver 0.81 3.18 0.01 0.14 inf; -exténuerait exténuer ver 0.81 3.18 0.00 0.07 cnd:pre:3s; -exténué exténuer ver m s 0.81 3.18 0.35 0.74 par:pas; -exténuée exténuer ver f s 0.81 3.18 0.27 0.74 par:pas; -exténuées exténué adj f p 0.26 5.07 0.00 0.47 -exténués exténuer ver m p 0.81 3.18 0.19 0.54 par:pas; -extérieur extérieur nom m s 25.53 24.39 24.97 23.72 -extérieure extérieur adj f s 11.01 29.86 3.36 7.84 -extérieurement extérieurement adv 0.23 0.81 0.23 0.81 -extérieures extérieur adj f p 11.01 29.86 1.24 5.34 -extérieurs extérieur adj m p 11.01 29.86 1.52 4.46 -extériorisa extérioriser ver 0.61 1.15 0.00 0.14 ind:pas:3s; -extériorisaient extérioriser ver 0.61 1.15 0.00 0.07 ind:imp:3p; -extériorisait extérioriser ver 0.61 1.15 0.00 0.20 ind:imp:3s; -extériorisation extériorisation nom f s 0.05 0.00 0.05 0.00 -extériorise extérioriser ver 0.61 1.15 0.22 0.20 imp:pre:2s;ind:pre:1s;ind:pre:3s; -extérioriser extérioriser ver 0.61 1.15 0.34 0.41 inf; -extériorisez extérioriser ver 0.61 1.15 0.01 0.00 ind:pre:2p; -extériorisé extérioriser ver m s 0.61 1.15 0.03 0.14 par:pas; -extériorisés extérioriser ver m p 0.61 1.15 0.01 0.00 par:pas; -extériorité extériorité nom f s 0.00 0.14 0.00 0.14 -exubérance exubérance nom f s 0.47 3.99 0.47 3.92 -exubérances exubérance nom f p 0.47 3.99 0.00 0.07 -exubérant exubérant adj m s 0.85 2.77 0.32 0.88 -exubérante exubérant adj f s 0.85 2.77 0.32 1.22 -exubérantes exubérant adj f p 0.85 2.77 0.00 0.54 -exubérants exubérant adj m p 0.85 2.77 0.21 0.14 -exécra exécrer ver 0.48 3.18 0.00 0.07 ind:pas:3s; -exécrable exécrable adj s 1.13 2.16 1.08 1.89 -exécrables exécrable adj p 1.13 2.16 0.06 0.27 -exécrais exécrer ver 0.48 3.18 0.01 0.14 ind:imp:1s; -exécrait exécrer ver 0.48 3.18 0.01 0.68 ind:imp:3s; -exécration exécration nom f s 0.00 1.28 0.00 1.22 -exécrations exécration nom f p 0.00 1.28 0.00 0.07 -exécrer exécrer ver 0.48 3.18 0.02 0.27 inf; -exécré exécrer ver m s 0.48 3.18 0.02 0.54 par:pas; -exécrée exécrer ver f s 0.48 3.18 0.02 0.34 par:pas; -exécrées exécrer ver f p 0.48 3.18 0.00 0.07 par:pas; -exécrés exécrer ver m p 0.48 3.18 0.00 0.14 par:pas; -exécuta exécuter ver 25.02 37.77 0.29 2.64 ind:pas:3s; -exécutai exécuter ver 25.02 37.77 0.01 0.54 ind:pas:1s; -exécutaient exécuter ver 25.02 37.77 0.04 1.28 ind:imp:3p; -exécutais exécuter ver 25.02 37.77 0.07 0.41 ind:imp:1s; -exécutait exécuter ver 25.02 37.77 0.14 2.57 ind:imp:3s; -exécutant exécutant nom m s 0.31 1.15 0.15 0.54 -exécutants exécutant nom m p 0.31 1.15 0.16 0.61 -exécute exécuter ver 25.02 37.77 3.07 3.04 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -exécutent exécuter ver 25.02 37.77 0.22 1.01 ind:pre:3p; -exécuter exécuter ver 25.02 37.77 7.53 11.22 ind:pre:2p;inf; -exécutera exécuter ver 25.02 37.77 0.31 0.00 ind:fut:3s; -exécuterai exécuter ver 25.02 37.77 0.20 0.07 ind:fut:1s; -exécuteraient exécuter ver 25.02 37.77 0.02 0.00 cnd:pre:3p; -exécuterais exécuter ver 25.02 37.77 0.05 0.07 cnd:pre:1s; -exécuterait exécuter ver 25.02 37.77 0.02 0.27 cnd:pre:3s; -exécuteras exécuter ver 25.02 37.77 0.03 0.00 ind:fut:2s; -exécuterez exécuter ver 25.02 37.77 0.05 0.14 ind:fut:2p; -exécuteriez exécuter ver 25.02 37.77 0.10 0.00 cnd:pre:2p; -exécuterons exécuter ver 25.02 37.77 0.03 0.07 ind:fut:1p; -exécuteront exécuter ver 25.02 37.77 0.07 0.14 ind:fut:3p; -exécutes exécuter ver 25.02 37.77 0.46 0.07 ind:pre:2s; -exécuteur exécuteur nom m s 1.07 0.88 0.97 0.47 -exécuteurs exécuteur nom m p 1.07 0.88 0.08 0.41 -exécutez exécuter ver 25.02 37.77 1.53 0.14 imp:pre:2p;ind:pre:2p; -exécutiez exécuter ver 25.02 37.77 0.03 0.00 ind:imp:2p; -exécutif exécutif adj m s 2.13 1.62 1.26 1.42 -exécutifs exécutif adj m p 2.13 1.62 0.70 0.00 -exécution exécution nom f s 17.49 23.51 15.60 20.68 -exécutions exécution nom f p 17.49 23.51 1.89 2.84 -exécutive exécutif adj f s 2.13 1.62 0.17 0.20 -exécutoire exécutoire adj f s 0.42 0.14 0.42 0.07 -exécutoires exécutoire adj p 0.42 0.14 0.00 0.07 -exécutons exécuter ver 25.02 37.77 0.27 0.00 imp:pre:1p;ind:pre:1p; -exécutrice exécuteur nom f s 1.07 0.88 0.02 0.00 -exécutèrent exécuter ver 25.02 37.77 0.11 0.27 ind:pas:3p; -exécuté exécuter ver m s 25.02 37.77 6.92 6.89 par:pas; -exécutée exécuter ver f s 25.02 37.77 0.96 2.30 par:pas; -exécutées exécuter ver f p 25.02 37.77 0.66 1.01 par:pas; -exécutés exécuter ver m p 25.02 37.77 1.69 2.30 par:pas; -exégèse exégèse nom f s 0.14 0.61 0.14 0.41 -exégèses exégèse nom f p 0.14 0.61 0.00 0.20 -exégète exégète nom s 0.00 0.54 0.00 0.20 -exégètes exégète nom p 0.00 0.54 0.00 0.34 -exulta exulter ver 0.61 4.26 0.00 0.54 ind:pas:3s; -exultai exulter ver 0.61 4.26 0.00 0.20 ind:pas:1s; -exultaient exulter ver 0.61 4.26 0.00 0.14 ind:imp:3p; -exultais exulter ver 0.61 4.26 0.01 0.27 ind:imp:1s; -exultait exulter ver 0.61 4.26 0.01 1.15 ind:imp:3s; -exultant exulter ver 0.61 4.26 0.01 0.27 par:pre; -exultante exultant adj f s 0.01 0.61 0.01 0.20 -exultantes exultant adj f p 0.01 0.61 0.00 0.07 -exultants exultant adj m p 0.01 0.61 0.00 0.07 -exultation exultation nom f s 0.05 0.68 0.05 0.68 -exulte exulter ver 0.61 4.26 0.50 1.28 imp:pre:2s;ind:pre:1s;ind:pre:3s; -exultent exulter ver 0.61 4.26 0.01 0.07 ind:pre:3p; -exulter exulter ver 0.61 4.26 0.07 0.14 inf; -exultons exulter ver 0.61 4.26 0.00 0.07 ind:pre:1p; -exultèrent exulter ver 0.61 4.26 0.00 0.14 ind:pas:3p; -exutoire exutoire nom m s 0.67 0.54 0.67 0.47 -exutoires exutoire nom m p 0.67 0.54 0.00 0.07 -eye_liner eye_liner nom m s 0.22 0.27 0.22 0.27 -eyeliner eyeliner nom m s 0.12 0.00 0.12 0.00 -f f nom m s 26.65 7.09 26.65 7.09 -fîmes faire ver 8813.53 5328.99 0.29 5.47 ind:pas:1p; -fît faire ver 8813.53 5328.99 0.46 14.19 sub:imp:3s; -fîtes faire ver 8813.53 5328.99 0.38 0.07 ind:pas:2p; -fûmes être aux 8074.24 6501.82 0.72 4.05 ind:pas:1p; -fût être aux 8074.24 6501.82 2.16 54.66 sub:imp:3s; -fûtes être aux 8074.24 6501.82 0.14 0.27 ind:pas:2p; -fûts fût nom m p 2.58 17.30 1.01 3.24 -führer führer nom m s 23.86 4.59 23.84 4.59 -führers führer nom m p 23.86 4.59 0.02 0.00 -fa fa nom m 5.23 1.08 5.23 1.08 -faînes faîne nom m p 0.00 0.07 0.00 0.07 -faîtage faîtage nom m s 0.00 0.47 0.00 0.27 -faîtages faîtage nom m p 0.00 0.47 0.00 0.20 -faîte faîte nom m s 56.42 7.03 56.42 7.03 -faîtes_la_moi faîtes_la_moi nom m p 0.01 0.00 0.01 0.00 -faîtière faîtier adj f s 0.02 0.07 0.02 0.00 -faîtières faîtier adj f p 0.02 0.07 0.00 0.07 -faïence faïence nom f s 0.28 9.86 0.28 8.85 -faïencerie faïencerie nom f s 0.00 0.14 0.00 0.14 -faïences faïence nom f p 0.28 9.86 0.00 1.01 -faïencier faïencier nom m s 0.00 0.14 0.00 0.07 -faïenciers faïencier nom m p 0.00 0.14 0.00 0.07 -fabiens fabien nom m p 0.00 0.07 0.00 0.07 -fable fable nom f s 2.59 9.80 1.79 5.81 -fables fable nom f p 2.59 9.80 0.80 3.99 -fabliau fabliau nom m s 0.00 0.41 0.00 0.27 -fabliaux fabliau nom m p 0.00 0.41 0.00 0.14 -fabricant fabricant nom m s 3.67 3.45 2.55 2.23 -fabricante fabricant nom f s 3.67 3.45 0.00 0.07 -fabricantes fabricant nom f p 3.67 3.45 0.00 0.07 -fabricants fabricant nom m p 3.67 3.45 1.12 1.08 -fabrication fabrication nom f s 4.07 7.97 4.06 6.55 -fabrications fabrication nom f p 4.07 7.97 0.01 1.42 -fabriqua fabriquer ver 40.37 47.57 0.05 0.47 ind:pas:3s; -fabriquai fabriquer ver 40.37 47.57 0.00 0.20 ind:pas:1s; -fabriquaient fabriquer ver 40.37 47.57 0.40 1.15 ind:imp:3p; -fabriquais fabriquer ver 40.37 47.57 0.46 0.95 ind:imp:1s;ind:imp:2s; -fabriquait fabriquer ver 40.37 47.57 0.93 4.53 ind:imp:3s; -fabriquant fabriquer ver 40.37 47.57 0.67 0.95 par:pre; -fabrique fabriquer ver 40.37 47.57 7.50 6.49 imp:pre:2s;ind:pre:1s;ind:pre:3s; -fabriquent fabriquer ver 40.37 47.57 3.06 1.35 ind:pre:3p; -fabriquer fabriquer ver 40.37 47.57 6.97 13.51 inf; -fabriquera fabriquer ver 40.37 47.57 0.19 0.07 ind:fut:3s; -fabriquerai fabriquer ver 40.37 47.57 0.06 0.14 ind:fut:1s; -fabriquerais fabriquer ver 40.37 47.57 0.17 0.00 cnd:pre:1s;cnd:pre:2s; -fabriquerait fabriquer ver 40.37 47.57 0.00 0.47 cnd:pre:3s; -fabriquerez fabriquer ver 40.37 47.57 0.04 0.00 ind:fut:2p; -fabriquerons fabriquer ver 40.37 47.57 0.01 0.00 ind:fut:1p; -fabriqueront fabriquer ver 40.37 47.57 0.01 0.00 ind:fut:3p; -fabriques fabriquer ver 40.37 47.57 6.32 0.88 ind:pre:2s; -fabriquez fabriquer ver 40.37 47.57 1.72 0.54 imp:pre:2p;ind:pre:2p; -fabriquiez fabriquer ver 40.37 47.57 0.22 0.07 ind:imp:2p; -fabriquions fabriquer ver 40.37 47.57 0.02 0.34 ind:imp:1p; -fabriquons fabriquer ver 40.37 47.57 0.35 0.20 imp:pre:1p;ind:pre:1p; -fabriquèrent fabriquer ver 40.37 47.57 0.02 0.20 ind:pas:3p; -fabriqué fabriquer ver m s 40.37 47.57 7.51 8.18 par:pas; -fabriquée fabriquer ver f s 40.37 47.57 1.93 2.97 par:pas; -fabriquées fabriquer ver f p 40.37 47.57 0.84 1.49 par:pas; -fabriqués fabriquer ver m p 40.37 47.57 0.93 2.43 par:pas; -fabulateur fabulateur adj m s 0.00 0.07 0.00 0.07 -fabulation fabulation nom f s 0.14 0.41 0.03 0.20 -fabulations fabulation nom f p 0.14 0.41 0.11 0.20 -fabulatrice fabulateur nom f s 0.00 0.07 0.00 0.07 -fabule fabuler ver 0.42 0.34 0.31 0.07 ind:pre:1s;ind:pre:3s; -fabuler fabuler ver 0.42 0.34 0.02 0.20 inf; -fabuleuse fabuleux adj f s 15.34 17.50 3.48 4.73 -fabuleusement fabuleusement adv 0.29 0.74 0.29 0.74 -fabuleuses fabuleux adj f p 15.34 17.50 0.76 2.91 -fabuleux fabuleux adj m 15.34 17.50 11.10 9.86 -fabulez fabuler ver 0.42 0.34 0.06 0.00 ind:pre:2p; -fabuliste fabuliste nom s 0.00 0.07 0.00 0.07 -fabulé fabuler ver m s 0.42 0.34 0.02 0.07 par:pas; -fac_similé fac_similé nom m s 0.03 0.34 0.02 0.27 -fac_similé fac_similé nom m p 0.03 0.34 0.01 0.07 -fac fac nom f s 29.65 2.36 28.94 2.09 -face_à_face face_à_face nom m 0.00 0.47 0.00 0.47 -face_à_main face_à_main nom m s 0.00 0.54 0.00 0.54 -face face nom f s 125.32 270.88 124.33 262.16 -faces_à_main faces_à_main nom m p 0.00 0.07 0.00 0.07 -faces face nom f p 125.32 270.88 0.98 8.72 -facette facette nom f s 1.21 3.18 0.67 0.07 -facettes facette nom f p 1.21 3.18 0.55 3.11 -facettés facetter ver m p 0.00 0.07 0.00 0.07 par:pas; -facho facho nom m s 1.17 0.54 0.48 0.00 -fachos facho nom m p 1.17 0.54 0.69 0.54 -facial facial adj m s 2.29 0.54 0.69 0.20 -faciale facial adj f s 2.29 0.54 1.04 0.20 -faciales facial adj f p 2.29 0.54 0.21 0.07 -faciaux facial adj m p 2.29 0.54 0.34 0.07 -facile facile adj s 159.35 98.65 153.57 88.65 -facilement facilement adv 26.85 37.03 26.85 37.03 -faciles facile adj p 159.35 98.65 5.78 10.00 -facilita faciliter ver 8.75 12.57 0.01 0.07 ind:pas:3s; -facilitaient faciliter ver 8.75 12.57 0.01 0.47 ind:imp:3p; -facilitait faciliter ver 8.75 12.57 0.16 1.42 ind:imp:3s; -facilitant faciliter ver 8.75 12.57 0.09 0.14 par:pre; -facilitateur facilitateur nom m s 0.03 0.00 0.03 0.00 -facilitation facilitation nom f s 0.03 0.00 0.03 0.00 -facilite faciliter ver 8.75 12.57 1.39 1.55 imp:pre:2s;ind:pre:1s;ind:pre:3s; -facilitent faciliter ver 8.75 12.57 0.08 0.54 ind:pre:3p; -faciliter faciliter ver 8.75 12.57 4.07 5.14 inf; -facilitera faciliter ver 8.75 12.57 0.73 0.07 ind:fut:3s; -faciliterai faciliter ver 8.75 12.57 0.06 0.00 ind:fut:1s; -faciliteraient faciliter ver 8.75 12.57 0.00 0.07 cnd:pre:3p; -faciliterais faciliter ver 8.75 12.57 0.04 0.07 cnd:pre:1s;cnd:pre:2s; -faciliterait faciliter ver 8.75 12.57 0.69 0.74 cnd:pre:3s; -faciliteront faciliter ver 8.75 12.57 0.04 0.14 ind:fut:3p; -facilitez faciliter ver 8.75 12.57 0.33 0.00 imp:pre:2p;ind:pre:2p; -facilitons faciliter ver 8.75 12.57 0.01 0.00 ind:pre:1p; -facilité facilité nom f s 2.09 15.07 1.47 11.55 -facilitée faciliter ver f s 8.75 12.57 0.06 0.47 par:pas; -facilitées faciliter ver f p 8.75 12.57 0.02 0.20 par:pas; -facilités facilité nom f p 2.09 15.07 0.62 3.51 -faciès faciès nom m 0.21 2.09 0.21 2.09 -faconde faconde nom f s 0.00 1.62 0.00 1.62 -facs fac nom f p 29.65 2.36 0.71 0.27 -facteur facteur nom m s 12.26 14.32 9.67 12.36 -facteurs facteur nom m p 12.26 14.32 2.54 1.96 -factice factice adj s 0.79 3.65 0.43 2.77 -factices factice adj p 0.79 3.65 0.36 0.88 -factieux factieux nom m 0.24 0.14 0.24 0.14 -faction faction nom f s 1.52 4.73 0.69 3.72 -factionnaire factionnaire nom s 0.04 1.69 0.00 0.95 -factionnaires factionnaire nom p 0.04 1.69 0.04 0.74 -factions faction nom f p 1.52 4.73 0.83 1.01 -factor factor nom m s 0.03 0.00 0.03 0.00 -factorielle factoriel nom f s 0.01 0.14 0.01 0.07 -factorielles factoriel nom f p 0.01 0.14 0.00 0.07 -factorisation factorisation nom f s 0.01 0.00 0.01 0.00 -factoriser factoriser ver 0.04 0.00 0.04 0.00 inf; -factotum factotum nom m s 0.66 1.15 0.66 0.95 -factotums factotum nom m p 0.66 1.15 0.00 0.20 -factrice facteur nom f s 12.26 14.32 0.06 0.00 -factuel factuel adj m s 0.15 0.00 0.11 0.00 -factuelles factuel adj f p 0.15 0.00 0.03 0.00 -factuels factuel adj m p 0.15 0.00 0.01 0.00 -factum factum nom m s 0.00 0.34 0.00 0.27 -factums factum nom m p 0.00 0.34 0.00 0.07 -facturation facturation nom f s 0.26 0.07 0.26 0.07 -facture facture nom f s 22.61 8.72 12.24 4.66 -facturent facturer ver 1.90 0.14 0.09 0.00 ind:pre:3p; -facturer facturer ver 1.90 0.14 0.56 0.00 inf; -facturera facturer ver 1.90 0.14 0.05 0.00 ind:fut:3s; -facturerait facturer ver 1.90 0.14 0.00 0.07 cnd:pre:3s; -factures facture nom f p 22.61 8.72 10.37 4.05 -facturette facturette nom f s 0.01 0.00 0.01 0.00 -facturez facturer ver 1.90 0.14 0.20 0.00 imp:pre:2p;ind:pre:2p; -facturier facturier nom m s 0.14 0.14 0.14 0.00 -facturière facturier nom f s 0.14 0.14 0.00 0.14 -facturons facturer ver 1.90 0.14 0.05 0.07 imp:pre:1p;ind:pre:1p; -facturé facturer ver m s 1.90 0.14 0.30 0.00 par:pas; -facturée facturer ver f s 1.90 0.14 0.05 0.00 par:pas; -facturées facturer ver f p 1.90 0.14 0.02 0.00 par:pas; -facturés facturer ver m p 1.90 0.14 0.04 0.00 par:pas; -facultatif facultatif adj m s 0.44 0.47 0.14 0.14 -facultatifs facultatif adj m p 0.44 0.47 0.09 0.14 -facultative facultatif adj f s 0.44 0.47 0.21 0.20 -faculté faculté nom f s 8.73 17.30 5.93 13.85 -facultés faculté nom f p 8.73 17.30 2.80 3.45 -facétie facétie nom f s 0.17 1.96 0.14 0.54 -facéties facétie nom f p 0.17 1.96 0.02 1.42 -facétieuse facétieux adj f s 0.08 1.49 0.01 0.47 -facétieusement facétieusement adv 0.00 0.34 0.00 0.34 -facétieuses facétieux adj f p 0.08 1.49 0.00 0.14 -facétieux facétieux adj m s 0.08 1.49 0.07 0.88 -fada fada adj m s 1.81 0.47 1.81 0.47 -fadaise fadaise nom f s 0.62 1.49 0.00 0.07 -fadaises fadaise nom f p 0.62 1.49 0.62 1.42 -fadas fada nom p 0.70 0.68 0.28 0.34 -fadasse fadasse adj s 0.04 1.08 0.04 0.88 -fadasses fadasse adj f p 0.04 1.08 0.00 0.20 -fade fade adj s 2.06 14.93 1.51 10.34 -fadement fadement adv 0.00 0.07 0.00 0.07 -fadent fader ver 0.01 1.76 0.00 0.07 ind:pre:3p; -fader fader ver 0.01 1.76 0.01 0.61 inf; -faderas fader ver 0.01 1.76 0.00 0.07 ind:fut:2s; -fades fade adj p 2.06 14.93 0.55 4.59 -fadette fadette nom f s 0.00 0.47 0.00 0.47 -fadeur fadeur nom f s 0.32 1.82 0.32 1.49 -fadeurs fadeur nom f p 0.32 1.82 0.00 0.34 -fading fading nom m s 0.01 0.07 0.01 0.07 -fado fado nom m s 3.33 0.00 3.33 0.00 -fadé fader ver m s 0.01 1.76 0.00 0.27 par:pas; -fadée fadé adj f s 0.00 0.34 0.00 0.14 -fadés fader ver m p 0.01 1.76 0.00 0.07 par:pas; -faena faena nom f s 0.00 0.07 0.00 0.07 -faf faf nom m s 0.07 0.88 0.04 0.00 -fafiot fafiot nom m s 0.28 0.74 0.00 0.07 -fafiots fafiot nom m p 0.28 0.74 0.28 0.68 -fafs faf nom m p 0.07 0.88 0.03 0.88 -fagne fagne nom f s 0.00 0.34 0.00 0.20 -fagnes fagne nom f p 0.00 0.34 0.00 0.14 -fagot fagot nom m s 0.19 10.68 0.03 2.64 -fagotage fagotage nom m s 0.00 0.07 0.00 0.07 -fagotait fagoter ver 0.05 1.15 0.00 0.07 ind:imp:3s; -fagotant fagoter ver 0.05 1.15 0.00 0.07 par:pre; -fagote fagoter ver 0.05 1.15 0.00 0.07 ind:pre:1s; -fagoter fagoter ver 0.05 1.15 0.00 0.27 inf; -fagotiers fagotier nom m p 0.00 0.07 0.00 0.07 -fagotin fagotin nom m s 0.00 0.27 0.00 0.14 -fagotins fagotin nom m p 0.00 0.27 0.00 0.14 -fagots fagot nom m p 0.19 10.68 0.16 8.04 -fagoté fagoté adj m s 0.30 0.74 0.13 0.34 -fagotée fagoté adj f s 0.30 0.74 0.09 0.27 -fagotées fagoté adj f p 0.30 0.74 0.02 0.14 -fagotés fagoté adj m p 0.30 0.74 0.06 0.00 -fahrenheit fahrenheit adj m p 0.15 0.07 0.15 0.07 -faiblît faiblir ver 2.62 7.03 0.00 0.14 sub:imp:3s; -faiblard faiblard adj m s 0.23 1.76 0.19 1.15 -faiblarde faiblard adj f s 0.23 1.76 0.03 0.27 -faiblards faiblard adj m p 0.23 1.76 0.01 0.34 -faible faible adj s 38.78 53.65 31.03 40.95 -faiblement faiblement adv 0.65 16.89 0.65 16.89 -faibles faible adj p 38.78 53.65 7.75 12.70 -faiblesse faiblesse nom f s 14.71 31.62 11.32 25.34 -faiblesses faiblesse nom f p 14.71 31.62 3.38 6.28 -faibli faiblir ver m s 2.62 7.03 0.15 0.74 par:pas; -faiblir faiblir ver 2.62 7.03 0.73 2.77 inf; -faiblira faiblir ver 2.62 7.03 0.08 0.07 ind:fut:3s; -faiblirent faiblir ver 2.62 7.03 0.00 0.14 ind:pas:3p; -faiblis faiblir ver 2.62 7.03 0.16 0.07 imp:pre:2s;ind:pre:1s;ind:pre:2s; -faiblissaient faiblir ver 2.62 7.03 0.00 0.27 ind:imp:3p; -faiblissais faiblir ver 2.62 7.03 0.00 0.14 ind:imp:1s; -faiblissait faiblir ver 2.62 7.03 0.04 1.15 ind:imp:3s; -faiblissant faiblir ver 2.62 7.03 0.00 0.20 par:pre; -faiblissante faiblissant adj f s 0.16 0.07 0.02 0.00 -faiblissantes faiblissant adj f p 0.16 0.07 0.14 0.07 -faiblisse faiblir ver 2.62 7.03 0.11 0.14 sub:pre:3s; -faiblissent faiblir ver 2.62 7.03 0.11 0.27 ind:pre:3p; -faiblissez faiblir ver 2.62 7.03 0.01 0.00 ind:pre:2p; -faiblissions faiblir ver 2.62 7.03 0.14 0.07 ind:imp:1p; -faiblit faiblir ver 2.62 7.03 1.10 0.88 ind:pre:3s;ind:pas:3s; -faignant faignant nom m s 0.16 0.20 0.01 0.07 -faignante faignanter ver 0.10 0.00 0.10 0.00 sub:pre:3s; -faignants faignant nom m p 0.16 0.20 0.14 0.14 -faillîmes faillir ver 44.19 43.65 0.01 0.07 ind:pas:1p; -faillait failler ver 1.84 1.96 0.01 0.00 ind:imp:3s; -faille faille nom f s 4.71 9.59 3.85 7.43 -failles faille nom f p 4.71 9.59 0.86 2.16 -failli faillir ver m s 44.19 43.65 42.70 22.43 par:pas; -faillibilité faillibilité nom f s 0.01 0.07 0.01 0.00 -faillibilités faillibilité nom f p 0.01 0.07 0.00 0.07 -faillible faillible adj s 0.09 0.34 0.06 0.27 -faillibles faillible adj m p 0.09 0.34 0.04 0.07 -faillie faillie adj m p 0.10 0.07 0.10 0.00 -faillies faillie adj m p 0.10 0.07 0.00 0.07 -faillir faillir ver 44.19 43.65 0.39 0.95 inf; -faillirai faillir ver 44.19 43.65 0.03 0.07 ind:fut:1s; -faillirent faillir ver 44.19 43.65 0.14 0.81 ind:pas:3p; -faillis faillir ver 44.19 43.65 0.27 3.11 ind:pas:1s;ind:pas:2s; -faillit faillir ver 44.19 43.65 0.66 16.22 ind:pas:3s; -faillite faillite nom f s 6.94 7.77 6.74 7.16 -faillites faillite nom f p 6.94 7.77 0.20 0.61 -faim faim nom f s 128.04 75.95 127.49 74.93 -faims faim nom f p 128.04 75.95 0.55 1.01 -faine faine nom f s 1.77 0.07 1.77 0.07 -fainéant fainéant nom m s 3.87 1.69 1.59 0.81 -fainéantais fainéanter ver 0.07 0.34 0.00 0.07 ind:imp:1s; -fainéantant fainéanter ver 0.07 0.34 0.00 0.07 par:pre; -fainéante fainéant nom f s 3.87 1.69 0.37 0.14 -fainéanter fainéanter ver 0.07 0.34 0.04 0.14 inf; -fainéantes fainéant adj f p 1.66 1.89 0.12 0.00 -fainéantise fainéantise nom f s 0.04 0.34 0.04 0.34 -fainéants fainéant nom m p 3.87 1.69 1.81 0.74 -fair_play fair_play nom m 0.60 0.14 0.60 0.14 -faire_part faire_part nom m 0.65 3.04 0.65 3.04 -faire_valoir faire_valoir nom m 0.20 0.68 0.20 0.68 -faire faire ver 8813.53 5328.99 2735.96 1555.14 inf;;inf;;inf;;inf;; -fais faire ver 8813.53 5328.99 1390.92 224.26 imp:pre:2s;ind:pre:1s;ind:pre:2s; -faisabilité faisabilité nom f s 0.19 0.00 0.19 0.00 -faisable faisable adj s 3.63 0.95 3.63 0.95 -faisaient faire ver 8813.53 5328.99 20.25 123.38 ind:imp:3p; -faisais faire ver 8813.53 5328.99 75.81 60.54 ind:imp:1s;ind:imp:2s; -faisait faire ver 8813.53 5328.99 134.90 524.73 ind:imp:3s; -faisan faisan nom m s 1.13 4.12 0.98 1.69 -faisander faisander ver 0.06 0.41 0.04 0.07 inf; -faisanderie faisanderie nom f s 0.00 0.27 0.00 0.27 -faisandé faisandé adj m s 0.12 1.15 0.02 0.47 -faisandée faisandé adj f s 0.12 1.15 0.10 0.41 -faisandées faisandé adj f p 0.12 1.15 0.00 0.07 -faisandés faisandé adj m p 0.12 1.15 0.00 0.20 -faisane faisan nom f s 1.13 4.12 0.00 0.34 -faisans faisan nom m p 1.13 4.12 0.14 2.09 -faisant faire ver 8813.53 5328.99 30.88 118.11 par:pre; -faisceau faisceau nom m s 1.71 10.00 1.27 6.82 -faisceaux faisceau nom m p 1.71 10.00 0.44 3.18 -faiseur faiseur nom m s 1.86 3.24 0.88 1.42 -faiseurs faiseur nom m p 1.86 3.24 0.60 0.74 -faiseuse faiseur nom f s 1.86 3.24 0.38 0.54 -faiseuses faiseuse nom f p 0.04 0.00 0.04 0.00 -faisiez faire ver 8813.53 5328.99 15.98 3.31 ind:imp:2p; -faisions faire ver 8813.53 5328.99 5.01 12.16 ind:imp:1p; -faisons faire ver 8813.53 5328.99 64.49 15.88 imp:pre:1p;ind:pre:1p; -fait_divers fait_divers nom m 0.00 0.20 0.00 0.20 -fait_tout fait_tout nom m 0.01 0.74 0.01 0.74 -fait faire ver m s 8813.53 5328.99 2751.99 1459.26 ind:pre:3s;par:pas;par:pas; -faite faire ver f s 8813.53 5328.99 0.14 59.39 par:pas; -faites faire ver f p 8813.53 5328.99 541.80 93.31 imp:pre:2p;ind:pre:2p;par:pas;;imp:pre:2p;ind:pre:2p;par:pas; -faitout faitout nom m s 0.20 0.14 0.20 0.07 -faitouts faitout nom m p 0.20 0.14 0.00 0.07 -faits_divers faits_divers nom m p 0.00 0.07 0.00 0.07 -faits fait nom m p 412.07 355.54 27.36 30.27 -faix faix nom m 0.10 0.68 0.10 0.68 -fakir fakir nom m s 0.72 1.22 0.45 0.88 -fakirs fakir nom m p 0.72 1.22 0.28 0.34 -falaise falaise nom f s 5.85 20.68 4.45 15.47 -falaises falaise nom f p 5.85 20.68 1.41 5.20 -falbala falbala nom m s 0.16 1.55 0.14 0.41 -falbalas falbala nom m p 0.16 1.55 0.02 1.15 -falciforme falciforme adj s 0.01 0.07 0.01 0.07 -falerne falerne nom m s 0.00 0.07 0.00 0.07 -fallût falloir ver_sup 1653.77 1250.41 0.01 0.27 sub:imp:3s; -fallacieuse fallacieux adj f s 0.23 2.30 0.13 0.54 -fallacieusement fallacieusement adv 0.01 0.20 0.01 0.20 -fallacieuses fallacieux adj f p 0.23 2.30 0.00 0.41 -fallacieux fallacieux adj m 0.23 2.30 0.10 1.35 -fallait falloir ver_sup 1653.77 1250.41 110.88 310.61 ind:imp:3s; -falloir falloir ver_sup 1653.77 1250.41 39.78 17.77 inf; -fallu falloir ver_sup m s 1653.77 1250.41 23.82 68.04 par:pas; -fallut falloir ver_sup 1653.77 1250.41 1.35 26.89 ind:pas:3s; -falot falot nom m s 0.11 0.88 0.11 0.68 -falote falot adj f s 0.04 1.76 0.01 0.54 -falotes falot adj f p 0.04 1.76 0.00 0.14 -falots falot adj m p 0.04 1.76 0.01 0.20 -falsifiaient falsifier ver 2.50 1.35 0.01 0.00 ind:imp:3p; -falsifiais falsifier ver 2.50 1.35 0.00 0.07 ind:imp:1s; -falsifiait falsifier ver 2.50 1.35 0.15 0.07 ind:imp:3s; -falsifiant falsifier ver 2.50 1.35 0.01 0.07 par:pre; -falsification falsification nom f s 0.37 0.27 0.37 0.27 -falsifient falsifier ver 2.50 1.35 0.02 0.00 ind:pre:3p; -falsifier falsifier ver 2.50 1.35 0.68 0.20 inf; -falsifiez falsifier ver 2.50 1.35 0.02 0.00 imp:pre:2p;ind:pre:2p; -falsifié falsifier ver m s 2.50 1.35 0.86 0.27 par:pas; -falsifiée falsifier ver f s 2.50 1.35 0.41 0.27 par:pas; -falsifiées falsifier ver f p 2.50 1.35 0.10 0.20 par:pas; -falsifiés falsifier ver m p 2.50 1.35 0.25 0.20 par:pas; -faluche faluche nom f s 0.00 0.14 0.00 0.14 -falzar falzar nom m s 0.36 1.01 0.29 0.88 -falzars falzar nom m p 0.36 1.01 0.07 0.14 -fameuse fameux adj f s 18.67 53.11 4.74 16.28 -fameusement fameusement adv 0.02 0.07 0.02 0.07 -fameuses fameux adj f p 18.67 53.11 1.17 3.51 -fameux fameux adj m 18.67 53.11 12.77 33.31 -familial familial adj m s 15.66 32.84 5.00 12.36 -familiale familial adj f s 15.66 32.84 7.22 12.97 -familiales familial adj f p 15.66 32.84 1.97 4.80 -familialiste familialiste nom s 0.00 0.07 0.00 0.07 -familiarisa familiariser ver 0.89 2.36 0.00 0.20 ind:pas:3s; -familiarisaient familiariser ver 0.89 2.36 0.00 0.07 ind:imp:3p; -familiarisais familiariser ver 0.89 2.36 0.00 0.07 ind:imp:1s; -familiarisait familiariser ver 0.89 2.36 0.03 0.14 ind:imp:3s; -familiarisant familiariser ver 0.89 2.36 0.00 0.14 par:pre; -familiarise familiariser ver 0.89 2.36 0.10 0.07 imp:pre:2s;ind:pre:1s;ind:pre:3s; -familiarisent familiariser ver 0.89 2.36 0.00 0.07 ind:pre:3p; -familiariser familiariser ver 0.89 2.36 0.51 0.68 inf; -familiariserez familiariser ver 0.89 2.36 0.02 0.00 ind:fut:2p; -familiarisez familiariser ver 0.89 2.36 0.03 0.00 imp:pre:2p;ind:pre:2p; -familiarisé familiariser ver m s 0.89 2.36 0.17 0.61 par:pas; -familiarisée familiariser ver f s 0.89 2.36 0.02 0.27 par:pas; -familiarisés familiariser ver m p 0.89 2.36 0.01 0.07 par:pas; -familiarité familiarité nom f s 1.43 7.30 0.97 7.09 -familiarités familiarité nom f p 1.43 7.30 0.46 0.20 -familiaux familial adj m p 15.66 32.84 1.47 2.70 -familier familier adj m s 11.30 47.91 7.77 18.31 -familiers familier adj m p 11.30 47.91 1.54 11.55 -familistère familistère nom m s 0.00 0.07 0.00 0.07 -familière familier adj f s 11.30 47.91 1.63 13.11 -familièrement familièrement adv 0.15 2.09 0.15 2.09 -familières familier adj f p 11.30 47.91 0.37 4.93 -famille famille nom f s 384.92 274.39 357.75 241.69 -familles famille nom f p 384.92 274.39 27.16 32.70 -famine famine nom f s 4.88 6.76 4.40 5.61 -famines famine nom f p 4.88 6.76 0.48 1.15 -famé famé adj m s 0.52 1.49 0.38 0.68 -famée famé adj f s 0.52 1.49 0.04 0.14 -famées famé adj f p 0.52 1.49 0.02 0.34 -famélique famélique adj s 0.32 2.57 0.17 1.15 -faméliques famélique adj p 0.32 2.57 0.15 1.42 -famulus famulus nom m 0.00 0.14 0.00 0.14 -famés famé adj m p 0.52 1.49 0.08 0.34 -fan_club fan_club nom m s 0.28 0.14 0.28 0.14 -fan fan nom s 21.43 2.91 13.27 1.49 -fana fana nom s 0.61 0.27 0.43 0.07 -fanaient faner ver 3.73 5.54 0.02 0.47 ind:imp:3p; -fanait faner ver 3.73 5.54 0.00 0.27 ind:imp:3s; -fanal fanal nom m s 0.34 3.24 0.34 2.36 -fanant faner ver 3.73 5.54 0.01 0.00 par:pre; -fanas fana nom p 0.61 0.27 0.18 0.20 -fanatique fanatique nom s 3.56 3.92 1.22 1.69 -fanatiquement fanatiquement adv 0.02 0.34 0.02 0.34 -fanatiques fanatique nom p 3.56 3.92 2.34 2.23 -fanatisait fanatiser ver 0.02 0.81 0.00 0.07 ind:imp:3s; -fanatise fanatiser ver 0.02 0.81 0.00 0.07 ind:pre:3s; -fanatiser fanatiser ver 0.02 0.81 0.00 0.07 inf; -fanatisme fanatisme nom m s 0.54 2.84 0.54 2.70 -fanatismes fanatisme nom m p 0.54 2.84 0.00 0.14 -fanatisé fanatiser ver m s 0.02 0.81 0.00 0.20 par:pas; -fanatisés fanatiser ver m p 0.02 0.81 0.02 0.41 par:pas; -fanaux fanal nom m p 0.34 3.24 0.00 0.88 -fanchon fanchon nom f s 0.00 0.07 0.00 0.07 -fandango fandango nom m s 0.38 0.00 0.38 0.00 -fane faner ver 3.73 5.54 0.41 0.68 imp:pre:2s;ind:pre:1s;ind:pre:3s; -fanent faner ver 3.73 5.54 0.95 0.47 ind:pre:3p; -faner faner ver 3.73 5.54 0.89 1.01 inf; -fanera faner ver 3.73 5.54 0.28 0.07 ind:fut:3s; -faneraient faner ver 3.73 5.54 0.01 0.07 cnd:pre:3p; -fanerait faner ver 3.73 5.54 0.00 0.07 cnd:pre:3s; -faneras faner ver 3.73 5.54 0.10 0.07 ind:fut:2s; -fanerions faner ver 3.73 5.54 0.10 0.00 cnd:pre:1p; -faneront faner ver 3.73 5.54 0.05 0.00 ind:fut:3p; -fanes faner ver 3.73 5.54 0.01 0.00 ind:pre:2s; -faneuse faneur nom f s 0.00 0.27 0.00 0.20 -faneuses faneur nom f p 0.00 0.27 0.00 0.07 -fanez faner ver 3.73 5.54 0.02 0.00 imp:pre:2p;ind:pre:2p; -fanfan fanfan nom m s 1.22 0.00 1.22 0.00 -fanfare fanfare nom f s 4.07 5.27 3.80 3.72 -fanfares fanfare nom f p 4.07 5.27 0.27 1.55 -fanfaron fanfaron nom m s 0.90 0.47 0.68 0.20 -fanfaronna fanfaronner ver 0.42 0.74 0.00 0.14 ind:pas:3s; -fanfaronnade fanfaronnade nom f s 0.40 0.74 0.18 0.54 -fanfaronnades fanfaronnade nom f p 0.40 0.74 0.22 0.20 -fanfaronnaient fanfaronner ver 0.42 0.74 0.00 0.14 ind:imp:3p; -fanfaronnait fanfaronner ver 0.42 0.74 0.00 0.14 ind:imp:3s; -fanfaronnant fanfaronner ver 0.42 0.74 0.02 0.07 par:pre; -fanfaronne fanfaronner ver 0.42 0.74 0.34 0.14 imp:pre:2s;ind:pre:3s; -fanfaronner fanfaronner ver 0.42 0.74 0.05 0.07 inf; -fanfaronnes fanfaronner ver 0.42 0.74 0.01 0.00 ind:pre:2s; -fanfaronné fanfaronner ver m s 0.42 0.74 0.00 0.07 par:pas; -fanfarons fanfaron nom m p 0.90 0.47 0.22 0.20 -fanfreluche fanfreluche nom f s 0.16 1.42 0.02 0.00 -fanfreluches fanfreluche nom f p 0.16 1.42 0.14 1.42 -fang fang adj f s 0.03 0.07 0.03 0.07 -fange fange nom f s 0.74 1.96 0.74 1.89 -fanges fange nom f p 0.74 1.96 0.00 0.07 -fangeuse fangeux adj f s 0.18 2.09 0.14 0.54 -fangeuses fangeux adj f p 0.18 2.09 0.01 0.14 -fangeux fangeux adj m 0.18 2.09 0.02 1.42 -fanion fanion nom m s 0.25 3.51 0.16 2.64 -fanions fanion nom m p 0.25 3.51 0.09 0.88 -fanny fanny adj f s 1.06 0.14 1.06 0.14 -fanon fanon nom m s 0.04 0.61 0.03 0.07 -fanons fanon nom m p 0.04 0.61 0.01 0.54 -fans fan nom p 21.43 2.91 8.17 1.42 -fantôme fantôme nom m s 48.23 35.88 29.71 20.74 -fantômes fantôme nom m p 48.23 35.88 18.52 15.14 -fantaisie fantaisie nom f s 6.98 16.89 5.57 14.26 -fantaisies fantaisie nom f p 6.98 16.89 1.41 2.64 -fantaisiste fantaisiste adj s 0.80 1.76 0.59 0.68 -fantaisistes fantaisiste adj p 0.80 1.76 0.20 1.08 -fantasia fantasia nom f s 0.33 0.54 0.33 0.54 -fantasmagorie fantasmagorie nom f s 0.17 0.88 0.17 0.81 -fantasmagories fantasmagorie nom f p 0.17 0.88 0.00 0.07 -fantasmagorique fantasmagorique adj m s 0.00 0.14 0.00 0.14 -fantasmaient fantasmer ver 2.04 1.08 0.01 0.07 ind:imp:3p; -fantasmais fantasmer ver 2.04 1.08 0.04 0.07 ind:imp:1s;ind:imp:2s; -fantasmait fantasmer ver 2.04 1.08 0.03 0.20 ind:imp:3s; -fantasmatique fantasmatique adj f s 0.03 0.14 0.03 0.14 -fantasmatiquement fantasmatiquement adv 0.00 0.14 0.00 0.14 -fantasme fantasme nom m s 9.18 6.35 4.64 1.49 -fantasment fantasmer ver 2.04 1.08 0.04 0.00 ind:pre:3p; -fantasmer fantasmer ver 2.04 1.08 0.86 0.34 inf; -fantasmes fantasme nom m p 9.18 6.35 4.54 4.86 -fantasmez fantasmer ver 2.04 1.08 0.21 0.00 imp:pre:2p;ind:pre:2p; -fantasmé fantasmer ver m s 2.04 1.08 0.33 0.07 par:pas; -fantasmés fantasmer ver m p 2.04 1.08 0.01 0.00 par:pas; -fantasque fantasque adj s 0.88 3.72 0.52 3.04 -fantasquement fantasquement adv 0.00 0.07 0.00 0.07 -fantasques fantasque adj p 0.88 3.72 0.36 0.68 -fantassin fantassin nom m s 0.78 6.62 0.29 1.96 -fantassins fantassin nom m p 0.78 6.62 0.48 4.66 -fantastique fantastique adj s 26.90 10.34 24.20 7.09 -fantastiquement fantastiquement adv 0.07 0.34 0.07 0.34 -fantastiques fantastique adj p 26.90 10.34 2.69 3.24 -fanti fanti nom m s 0.00 0.07 0.00 0.07 -fantoche fantoche nom m s 0.48 1.28 0.21 0.47 -fantoches fantoche nom m p 0.48 1.28 0.27 0.81 -fantomale fantomal adj f s 0.00 0.14 0.00 0.07 -fantomales fantomal adj f p 0.00 0.14 0.00 0.07 -fantomatique fantomatique adj s 0.20 3.65 0.19 2.77 -fantomatiquement fantomatiquement adv 0.00 0.07 0.00 0.07 -fantomatiques fantomatique adj p 0.20 3.65 0.01 0.88 -fané fané adj m s 0.79 7.57 0.04 2.30 -fanée fané adj f s 0.79 7.57 0.40 1.69 -fanées faner ver f p 3.73 5.54 0.53 0.88 par:pas; -fanés fané adj m p 0.79 7.57 0.14 0.88 -fanzine fanzine nom m s 0.49 0.07 0.17 0.00 -fanzines fanzine nom m p 0.49 0.07 0.32 0.07 -faon faon nom m s 0.53 1.08 0.25 0.54 -faons faon nom m p 0.53 1.08 0.29 0.54 -faquin faquin nom m s 0.45 0.34 0.45 0.20 -faquins faquin nom m p 0.45 0.34 0.00 0.14 -far_west far_west nom m s 0.01 0.07 0.01 0.07 -far far nom m s 0.65 0.07 0.65 0.07 -farad farad nom m s 0.75 0.07 0.75 0.00 -farads farad nom m p 0.75 0.07 0.00 0.07 -faramineuse faramineux adj f s 0.23 0.68 0.01 0.14 -faramineuses faramineux adj f p 0.23 0.68 0.01 0.14 -faramineux faramineux adj m 0.23 0.68 0.20 0.41 -farandolaient farandoler ver 0.00 0.07 0.00 0.07 ind:imp:3p; -farandole farandole nom f s 0.32 1.42 0.32 0.95 -farandoles farandole nom f p 0.32 1.42 0.00 0.47 -faraud faraud adj m s 0.03 1.69 0.02 1.08 -faraude faraud nom f s 0.01 0.61 0.01 0.00 -farauder farauder ver 0.00 0.07 0.00 0.07 inf; -faraudes faraud nom f p 0.01 0.61 0.00 0.07 -farauds faraud adj m p 0.03 1.69 0.01 0.41 -farce farce nom f s 9.35 12.50 7.45 8.99 -farces farce nom f p 9.35 12.50 1.90 3.51 -farceur farceur nom m s 2.05 1.69 1.64 1.15 -farceurs farceur nom m p 2.05 1.69 0.21 0.47 -farceuse farceur nom f s 2.05 1.69 0.20 0.00 -farceuses farceuse nom f p 0.01 0.00 0.01 0.00 -farci farcir ver m s 3.39 12.57 0.89 2.50 par:pas; -farcie farcir ver f s 3.39 12.57 0.47 1.35 par:pas; -farcies farci adj f p 2.41 2.23 0.56 0.74 -farcir farcir ver 3.39 12.57 1.23 4.73 inf; -farcirai farcir ver 3.39 12.57 0.02 0.00 ind:fut:1s; -farcirait farcir ver 3.39 12.57 0.01 0.07 cnd:pre:3s; -farcis farcir ver m p 3.39 12.57 0.64 1.08 imp:pre:2s;ind:pre:1s;ind:pre:2s;par:pas; -farcissaient farcir ver 3.39 12.57 0.00 0.07 ind:imp:3p; -farcissais farcir ver 3.39 12.57 0.02 0.07 ind:imp:1s;ind:imp:2s; -farcissait farcir ver 3.39 12.57 0.00 0.54 ind:imp:3s; -farcissant farcir ver 3.39 12.57 0.00 0.07 par:pre; -farcisse farcir ver 3.39 12.57 0.01 0.54 sub:pre:1s;sub:pre:3s; -farcissez farcir ver 3.39 12.57 0.01 0.14 imp:pre:2p;ind:pre:2p; -farcit farcir ver 3.39 12.57 0.09 0.88 ind:pre:3s;ind:pas:3s; -fard fard nom m s 1.69 7.57 1.44 4.73 -fardaient farder ver 0.20 8.99 0.00 0.20 ind:imp:3p; -fardait farder ver 0.20 8.99 0.00 0.68 ind:imp:3s; -fardant farder ver 0.20 8.99 0.01 0.00 par:pre; -farde farder ver 0.20 8.99 0.00 0.54 ind:pre:3s; -fardeau fardeau nom m s 7.56 7.70 7.00 6.89 -fardeaux fardeau nom m p 7.56 7.70 0.56 0.81 -fardent farder ver 0.20 8.99 0.00 0.14 ind:pre:3p; -farder farder ver 0.20 8.99 0.03 0.61 inf; -fardier fardier nom m s 0.00 0.34 0.00 0.14 -fardiers fardier nom m p 0.00 0.34 0.00 0.20 -fards fard nom m p 1.69 7.57 0.25 2.84 -fardé farder ver m s 0.20 8.99 0.00 1.55 par:pas; -fardée farder ver f s 0.20 8.99 0.14 2.23 par:pas; -fardées farder ver f p 0.20 8.99 0.03 1.96 par:pas; -fardés farder ver m p 0.20 8.99 0.00 1.08 par:pas; -fare fare nom m s 0.00 0.07 0.00 0.07 -farfadet farfadet nom m s 0.45 0.41 0.31 0.14 -farfadets farfadet nom m p 0.45 0.41 0.14 0.27 -farfelu farfelu adj m s 1.77 1.28 0.93 0.61 -farfelue farfelu adj f s 1.77 1.28 0.35 0.20 -farfelues farfelu adj f p 1.77 1.28 0.18 0.14 -farfelus farfelu adj m p 1.77 1.28 0.32 0.34 -farfouilla farfouiller ver 1.17 4.12 0.00 0.54 ind:pas:3s; -farfouillais farfouiller ver 1.17 4.12 0.05 0.07 ind:imp:1s;ind:imp:2s; -farfouillait farfouiller ver 1.17 4.12 0.00 0.47 ind:imp:3s; -farfouillant farfouiller ver 1.17 4.12 0.02 0.14 par:pre; -farfouille farfouiller ver 1.17 4.12 0.34 0.68 ind:pre:1s;ind:pre:3s; -farfouillent farfouiller ver 1.17 4.12 0.00 0.07 ind:pre:3p; -farfouiller farfouiller ver 1.17 4.12 0.42 1.28 inf; -farfouillerait farfouiller ver 1.17 4.12 0.00 0.07 cnd:pre:3s; -farfouilles farfouiller ver 1.17 4.12 0.04 0.20 ind:pre:2s; -farfouilleurs farfouilleur adj m p 0.00 0.07 0.00 0.07 -farfouillez farfouiller ver 1.17 4.12 0.14 0.14 ind:pre:2p; -farfouillé farfouiller ver m s 1.17 4.12 0.15 0.47 par:pas; -faribole faribole nom f s 0.23 1.49 0.00 0.27 -fariboler fariboler ver 0.00 0.07 0.00 0.07 inf; -fariboles faribole nom f p 0.23 1.49 0.23 1.22 -farigoule farigoule nom f s 0.00 0.07 0.00 0.07 -farine farine nom f s 7.95 13.72 7.93 13.51 -farines farine nom f p 7.95 13.72 0.02 0.20 -farineuse farineux adj f s 0.03 1.08 0.00 0.41 -farineuses farineux adj f p 0.03 1.08 0.03 0.14 -farineux farineux adj m s 0.03 1.08 0.00 0.54 -farinée fariner ver f s 0.00 0.14 0.00 0.07 par:pas; -farinés fariner ver m p 0.00 0.14 0.00 0.07 par:pas; -farniente farniente nom m s 0.36 0.47 0.36 0.47 -faro faro nom m s 0.16 0.07 0.16 0.07 -farouche farouche adj s 2.39 15.20 1.90 11.62 -farouchement farouchement adv 0.26 4.05 0.26 4.05 -farouches farouche adj p 2.39 15.20 0.49 3.58 -farsi farsi nom m s 0.39 0.00 0.39 0.00 -fart fart nom m s 0.42 0.00 0.42 0.00 -farter farter ver 0.02 0.00 0.02 0.00 inf; -fascia fascia nom m s 0.07 0.00 0.07 0.00 -fascicule fascicule nom m s 0.02 0.95 0.01 0.34 -fascicules fascicule nom m p 0.02 0.95 0.01 0.61 -fascina fasciner ver 9.34 28.78 0.10 0.68 ind:pas:3s; -fascinaient fasciner ver 9.34 28.78 0.30 1.42 ind:imp:3p; -fascinais fasciner ver 9.34 28.78 0.00 0.07 ind:imp:1s; -fascinait fasciner ver 9.34 28.78 0.62 4.93 ind:imp:3s; -fascinant fascinant adj m s 11.64 5.54 7.78 2.91 -fascinante fascinant adj f s 11.64 5.54 2.47 1.42 -fascinantes fascinant adj f p 11.64 5.54 0.66 0.54 -fascinants fascinant adj m p 11.64 5.54 0.74 0.68 -fascination fascination nom f s 2.67 7.50 2.66 7.30 -fascinations fascination nom f p 2.67 7.50 0.01 0.20 -fascine fasciner ver 9.34 28.78 2.24 2.57 imp:pre:2s;ind:pre:1s;ind:pre:3s; -fascinent fasciner ver 9.34 28.78 0.44 0.95 ind:pre:3p; -fasciner fasciner ver 9.34 28.78 0.35 0.88 inf; -fascinerait fasciner ver 9.34 28.78 0.01 0.07 cnd:pre:3s; -fascines fasciner ver 9.34 28.78 0.04 0.00 ind:pre:2s; -fascinez fasciner ver 9.34 28.78 0.04 0.00 ind:pre:2p; -fascinèrent fasciner ver 9.34 28.78 0.00 0.20 ind:pas:3p; -fasciné fasciner ver m s 9.34 28.78 2.67 9.46 par:pas; -fascinée fasciner ver f s 9.34 28.78 0.60 3.72 par:pas; -fascinées fasciner ver f p 9.34 28.78 0.05 0.14 par:pas; -fascinés fasciner ver m p 9.34 28.78 0.58 2.77 par:pas; -fascisme fascisme nom m s 1.94 6.76 1.94 6.76 -fasciste fasciste adj s 6.93 4.93 3.89 3.58 -fascistes fasciste adj p 6.93 4.93 3.04 1.35 -fascisée fasciser ver f s 0.00 0.07 0.00 0.07 par:pas; -faseyaient faseyer ver 0.00 0.14 0.00 0.07 ind:imp:3p; -faseyait faseyer ver 0.00 0.14 0.00 0.07 ind:imp:3s; -fashion fashion nom f s 0.28 0.00 0.28 0.00 -fashionable fashionable adj m s 0.00 0.20 0.00 0.20 -fasse faire ver 8813.53 5328.99 93.83 60.88 sub:pre:1s;sub:pre:3s; -fassent faire ver 8813.53 5328.99 9.05 7.30 sub:pre:3p; -fasses faire ver 8813.53 5328.99 20.20 2.84 sub:pre:2s; -fassiez faire ver 8813.53 5328.99 8.46 2.64 sub:pre:2p; -fassions faire ver 8813.53 5328.99 1.63 2.09 sub:pre:1p; -fast_food fast_food nom m s 2.34 0.47 1.56 0.34 -fast_food fast_food nom m p 2.34 0.47 0.34 0.07 -fast_food fast_food nom m s 2.34 0.47 0.43 0.07 -faste faste adj s 0.57 1.28 0.53 0.61 -fastes faste adj p 0.57 1.28 0.04 0.68 -fastidieuse fastidieux adj f s 1.39 4.12 0.03 1.01 -fastidieusement fastidieusement adv 0.00 0.07 0.00 0.07 -fastidieuses fastidieux adj f p 1.39 4.12 0.26 0.74 -fastidieux fastidieux adj m 1.39 4.12 1.10 2.36 -fastoche fastoche adj m s 1.31 0.41 1.31 0.41 -fastueuse fastueux adj f s 0.38 3.38 0.22 1.08 -fastueusement fastueusement adv 0.00 0.34 0.00 0.34 -fastueuses fastueux adj f p 0.38 3.38 0.02 0.41 -fastueux fastueux adj m 0.38 3.38 0.14 1.89 -fat fat nom m s 2.29 0.34 2.21 0.20 -fatal fatal adj m s 11.69 23.38 5.37 12.30 -fatale fatal adj f s 11.69 23.38 5.37 8.92 -fatalement fatalement adv 0.44 5.07 0.44 5.07 -fatales fatal adj f p 11.69 23.38 0.82 1.49 -fatalise fataliser ver 0.06 0.00 0.04 0.00 imp:pre:2s; -fataliser fataliser ver 0.06 0.00 0.01 0.00 inf; -fatalisme fatalisme nom m s 0.19 1.76 0.19 1.76 -fataliste fataliste adj s 0.06 1.76 0.06 1.69 -fatalistes fataliste adj m p 0.06 1.76 0.00 0.07 -fatalisé fataliser ver m s 0.06 0.00 0.01 0.00 par:pas; -fatalité fatalité nom f s 2.77 8.85 2.66 8.51 -fatalités fatalité nom f p 2.77 8.85 0.11 0.34 -fatals fatal adj m p 11.69 23.38 0.13 0.68 -fate fat adj f s 1.81 1.08 0.13 0.07 -façade façade nom f s 4.60 46.76 4.19 29.66 -façades façade nom f p 4.60 46.76 0.41 17.09 -fathma fathma nom f s 0.10 0.07 0.10 0.07 -fathom fathom nom m s 0.00 0.07 0.00 0.07 -façon façon nom f s 230.48 277.30 212.60 259.26 -façonna façonner ver 1.95 7.16 0.14 0.20 ind:pas:3s; -façonnable façonnable adj m s 0.02 0.00 0.02 0.00 -façonnaient façonner ver 1.95 7.16 0.00 0.20 ind:imp:3p; -façonnait façonner ver 1.95 7.16 0.00 0.47 ind:imp:3s; -façonnant façonner ver 1.95 7.16 0.02 0.27 par:pre; -façonne façonner ver 1.95 7.16 0.17 0.61 imp:pre:2s;ind:pre:1s;ind:pre:3s; -façonnent façonner ver 1.95 7.16 0.03 0.00 ind:pre:3p; -façonner façonner ver 1.95 7.16 0.46 1.22 inf; -façonnera façonner ver 1.95 7.16 0.02 0.00 ind:fut:3s; -façonnerai façonner ver 1.95 7.16 0.12 0.00 ind:fut:1s; -façonnerais façonner ver 1.95 7.16 0.00 0.07 cnd:pre:1s; -façonnerez façonner ver 1.95 7.16 0.03 0.00 ind:fut:2p; -façonneront façonner ver 1.95 7.16 0.00 0.07 ind:fut:3p; -façonnière façonnier nom f s 0.00 0.07 0.00 0.07 -façonné façonner ver m s 1.95 7.16 0.61 1.76 par:pas; -façonnée façonner ver f s 1.95 7.16 0.23 1.08 par:pas; -façonnées façonner ver f p 1.95 7.16 0.04 0.34 par:pas; -façonnés façonner ver m p 1.95 7.16 0.07 0.88 par:pas; -façons façon nom f p 230.48 277.30 17.89 18.04 -fatidique fatidique adj s 0.42 4.05 0.41 3.51 -fatidiques fatidique adj p 0.42 4.05 0.01 0.54 -fatigant fatigant adj m s 4.84 7.84 3.81 5.20 -fatigante fatigant adj f s 4.84 7.84 0.67 1.62 -fatigantes fatigant adj f p 4.84 7.84 0.31 0.27 -fatigants fatigant adj m p 4.84 7.84 0.04 0.74 -fatigua fatiguer ver 78.25 49.05 0.02 0.41 ind:pas:3s; -fatiguai fatiguer ver 78.25 49.05 0.01 0.14 ind:pas:1s; -fatiguaient fatiguer ver 78.25 49.05 0.12 0.54 ind:imp:3p; -fatiguais fatiguer ver 78.25 49.05 0.16 0.41 ind:imp:1s;ind:imp:2s; -fatiguait fatiguer ver 78.25 49.05 0.30 2.36 ind:imp:3s; -fatiguant fatiguer ver 78.25 49.05 1.43 0.14 par:pre; -fatigue fatigue nom f s 9.25 69.46 8.70 65.81 -fatiguent fatiguer ver 78.25 49.05 1.11 1.55 ind:pre:3p; -fatiguer fatiguer ver 78.25 49.05 2.89 3.31 inf; -fatiguera fatiguer ver 78.25 49.05 0.25 0.14 ind:fut:3s; -fatiguerai fatiguer ver 78.25 49.05 0.02 0.07 ind:fut:1s; -fatigueraient fatiguer ver 78.25 49.05 0.00 0.14 cnd:pre:3p; -fatiguerais fatiguer ver 78.25 49.05 0.02 0.07 cnd:pre:1s;cnd:pre:2s; -fatiguerait fatiguer ver 78.25 49.05 0.06 0.61 cnd:pre:3s; -fatigueras fatiguer ver 78.25 49.05 0.10 0.00 ind:fut:2s; -fatigues fatiguer ver 78.25 49.05 3.44 0.54 ind:pre:2s; -fatiguez fatiguer ver 78.25 49.05 2.49 1.08 imp:pre:2p;ind:pre:2p; -fatiguons fatiguer ver 78.25 49.05 0.01 0.00 ind:pre:1p; -fatiguât fatiguer ver 78.25 49.05 0.00 0.14 sub:imp:3s; -fatiguèrent fatiguer ver 78.25 49.05 0.00 0.14 ind:pas:3p; -fatigué fatiguer ver m s 78.25 49.05 31.43 16.01 par:pas;par:pas;par:pas; -fatiguée fatiguer ver f s 78.25 49.05 20.46 9.73 par:pas; -fatiguées fatiguer ver f p 78.25 49.05 1.27 0.95 par:pas; -fatigués fatiguer ver m p 78.25 49.05 4.26 2.97 par:pas; -fatma fatma nom f s 0.16 0.95 0.14 0.54 -fatmas fatma nom f p 0.16 0.95 0.03 0.41 -fatras fatras nom m 0.34 2.91 0.34 2.91 -fats fat adj m p 1.81 1.08 0.33 0.07 -fatuité fatuité nom f s 0.23 0.95 0.23 0.95 -fatum fatum nom m s 0.00 0.47 0.00 0.47 -fau fau nom m s 0.14 0.00 0.14 0.00 -faubert faubert nom m s 0.02 0.07 0.02 0.07 -faubourg faubourg nom m s 1.69 22.09 0.58 14.73 -faubourgs faubourg nom m p 1.69 22.09 1.11 7.36 -faubourien faubourien adj m s 0.00 1.15 0.00 0.54 -faubourienne faubourien adj f s 0.00 1.15 0.00 0.27 -faubouriennes faubourien adj f p 0.00 1.15 0.00 0.14 -faubouriens faubourien adj m p 0.00 1.15 0.00 0.20 -faucardé faucarder ver m s 0.00 0.27 0.00 0.07 par:pas; -faucardée faucarder ver f s 0.00 0.27 0.00 0.07 par:pas; -faucardées faucarder ver f p 0.00 0.27 0.00 0.07 par:pas; -faucardés faucarder ver m p 0.00 0.27 0.00 0.07 par:pas; -faucha faucher ver 14.76 13.51 0.00 0.34 ind:pas:3s; -fauchage fauchage nom m s 0.04 0.34 0.04 0.34 -fauchaient faucher ver 14.76 13.51 0.01 0.34 ind:imp:3p; -fauchais faucher ver 14.76 13.51 0.02 0.14 ind:imp:1s; -fauchaison fauchaison nom f s 0.10 0.20 0.10 0.20 -fauchait faucher ver 14.76 13.51 0.01 0.61 ind:imp:3s; -fauchant faucher ver 14.76 13.51 0.14 0.74 par:pre; -fauchard fauchard nom m s 0.00 0.14 0.00 0.14 -fauche faucher ver 14.76 13.51 0.51 1.76 imp:pre:2s;ind:pre:1s;ind:pre:3s; -fauchent faucher ver 14.76 13.51 0.16 0.34 ind:pre:3p; -faucher faucher ver 14.76 13.51 2.54 2.77 inf; -fauchera faucher ver 14.76 13.51 0.03 0.00 ind:fut:3s; -faucherait faucher ver 14.76 13.51 0.02 0.07 cnd:pre:3s; -faucheras faucher ver 14.76 13.51 0.04 0.00 ind:fut:2s; -faucheront faucher ver 14.76 13.51 0.01 0.00 ind:fut:3p; -fauches faucher ver 14.76 13.51 0.41 0.14 ind:pre:2s; -faucheur faucheur nom m s 2.06 0.81 0.42 0.14 -faucheurs faucheur nom m p 2.06 0.81 0.52 0.07 -faucheuse faucheur nom f s 2.06 0.81 1.12 0.54 -faucheuses faucheuse nom f p 0.01 0.00 0.01 0.00 -faucheux faucheux nom m 0.00 0.68 0.00 0.68 -fauchez faucher ver 14.76 13.51 0.27 0.07 imp:pre:2p;ind:pre:2p; -fauchon fauchon nom m s 0.18 0.20 0.18 0.20 -fauché faucher ver m s 14.76 13.51 6.42 4.05 par:pas; -fauchée faucher ver f s 14.76 13.51 2.18 0.95 par:pas; -fauchées faucher ver f p 14.76 13.51 0.30 0.14 par:pas; -fauchés faucher ver m p 14.76 13.51 1.69 1.08 par:pas; -faucille faucille nom f s 0.53 2.57 0.51 2.23 -faucilles faucille nom f p 0.53 2.57 0.03 0.34 -faucillon faucillon nom m s 0.00 0.20 0.00 0.20 -faucon faucon nom m s 5.93 3.51 4.07 2.36 -fauconneau fauconneau nom m s 0.22 0.00 0.22 0.00 -fauconnerie fauconnerie nom f s 0.01 0.07 0.01 0.07 -fauconnier fauconnier nom m s 0.25 0.41 0.15 0.34 -fauconniers fauconnier nom m p 0.25 0.41 0.10 0.07 -faucons faucon nom m p 5.93 3.51 1.86 1.15 -faudra falloir ver_sup 1653.77 1250.41 85.73 61.22 ind:fut:3s; -faudrait falloir ver_sup 1653.77 1250.41 74.08 111.69 cnd:pre:3s; -faufil faufil nom m s 0.01 0.07 0.01 0.07 -faufila faufiler ver 4.41 17.30 0.03 1.35 ind:pas:3s; -faufilai faufiler ver 4.41 17.30 0.01 0.20 ind:pas:1s; -faufilaient faufiler ver 4.41 17.30 0.02 0.54 ind:imp:3p; -faufilais faufiler ver 4.41 17.30 0.08 0.00 ind:imp:1s;ind:imp:2s; -faufilait faufiler ver 4.41 17.30 0.04 2.43 ind:imp:3s; -faufilant faufiler ver 4.41 17.30 0.02 2.09 par:pre; -faufile faufiler ver 4.41 17.30 1.24 3.58 imp:pre:2s;ind:pre:1s;ind:pre:3s; -faufilent faufiler ver 4.41 17.30 0.16 0.88 ind:pre:3p; -faufiler faufiler ver 4.41 17.30 1.86 3.65 inf; -faufilera faufiler ver 4.41 17.30 0.14 0.00 ind:fut:3s; -faufilerai faufiler ver 4.41 17.30 0.02 0.00 ind:fut:1s; -faufilerait faufiler ver 4.41 17.30 0.00 0.07 cnd:pre:3s; -faufileras faufiler ver 4.41 17.30 0.04 0.00 ind:fut:2s; -faufileront faufiler ver 4.41 17.30 0.01 0.00 ind:fut:3p; -faufilez faufiler ver 4.41 17.30 0.05 0.00 imp:pre:2p;ind:pre:2p; -faufilâmes faufiler ver 4.41 17.30 0.00 0.07 ind:pas:1p; -faufilons faufiler ver 4.41 17.30 0.05 0.07 imp:pre:1p;ind:pre:1p; -faufilât faufiler ver 4.41 17.30 0.00 0.07 sub:imp:3s; -faufilèrent faufiler ver 4.41 17.30 0.00 0.20 ind:pas:3p; -faufilé faufiler ver m s 4.41 17.30 0.44 1.08 par:pas; -faufilée faufiler ver f s 4.41 17.30 0.12 0.68 par:pas; -faufilées faufiler ver f p 4.41 17.30 0.00 0.07 par:pas; -faufilés faufiler ver m p 4.41 17.30 0.07 0.27 par:pas; -faune faune nom s 1.48 6.49 1.47 5.95 -faunes faune nom p 1.48 6.49 0.01 0.54 -faunesque faunesque adj f s 0.00 0.14 0.00 0.07 -faunesques faunesque adj p 0.00 0.14 0.00 0.07 -faunesse faunesse nom f s 0.00 0.07 0.00 0.07 -faussa fausser ver 3.51 8.45 0.00 0.27 ind:pas:3s; -faussaient fausser ver 3.51 8.45 0.01 0.00 ind:imp:3p; -faussaire faussaire nom m s 1.22 1.35 0.89 0.95 -faussaires faussaire nom m p 1.22 1.35 0.33 0.41 -faussait fausser ver 3.51 8.45 0.02 0.34 ind:imp:3s; -faussant fausser ver 3.51 8.45 0.00 0.14 par:pre; -fausse_couche fausse_couche nom f s 0.07 0.20 0.07 0.20 -fausse faux adj f s 122.23 109.59 21.98 27.09 -faussement faussement adv 0.66 7.91 0.66 7.91 -faussent fausser ver 3.51 8.45 0.02 0.07 ind:pre:3p; -fausser fausser ver 3.51 8.45 0.34 1.89 inf; -fausseront fausser ver 3.51 8.45 0.00 0.14 ind:fut:3p; -fausses faux adj f p 122.23 109.59 9.26 15.95 -fausset fausset nom m s 0.05 1.55 0.04 1.55 -faussets fausset nom m p 0.05 1.55 0.01 0.00 -fausseté fausseté nom f s 0.75 1.08 0.75 1.08 -faussez fausser ver 3.51 8.45 0.03 0.07 ind:pre:2p; -faussions fausser ver 3.51 8.45 0.01 0.00 ind:imp:1p; -faussât fausser ver 3.51 8.45 0.00 0.07 sub:imp:3s; -faussé fausser ver m s 3.51 8.45 1.19 1.76 par:pas; -faussée fausser ver f s 3.51 8.45 0.23 0.68 par:pas; -faussées fausser ver f p 3.51 8.45 0.06 0.41 par:pas; -faussés fausser ver m p 3.51 8.45 0.04 0.07 par:pas; -faustien faustien adj m s 0.15 0.07 0.14 0.07 -faustienne faustien adj f s 0.15 0.07 0.01 0.00 -faut falloir ver_sup 1653.77 1250.41 1318.11 653.92 ind:pre:3s; -faute faute nom f s 169.26 95.20 163.19 81.08 -fauter fauter ver 1.42 1.76 0.00 0.27 inf; -fautes faute nom f p 169.26 95.20 6.07 14.12 -fauteuil_club fauteuil_club nom m s 0.00 0.27 0.00 0.27 -fauteuil fauteuil nom m s 19.27 102.03 17.16 76.69 -fauteuils_club fauteuils_club nom m p 0.00 0.07 0.00 0.07 -fauteuils fauteuil nom m p 19.27 102.03 2.10 25.34 -fauteur fauteur nom m s 0.88 1.82 0.31 0.88 -fauteurs fauteur nom m p 0.88 1.82 0.52 0.95 -fauteuse fauteur nom f s 0.88 1.82 0.03 0.00 -fautif fautif adj m s 2.96 2.09 1.50 1.08 -fautifs fautif adj m p 2.96 2.09 0.19 0.20 -fautive fautif adj f s 2.96 2.09 1.12 0.74 -fautives fautif adj f p 2.96 2.09 0.15 0.07 -fautrice fauteur nom f s 0.88 1.82 0.02 0.00 -fauté fauter ver m s 1.42 1.76 1.02 0.68 par:pas; -fauve fauve nom m s 3.61 13.38 1.26 7.77 -fauverie fauverie nom f s 0.00 0.14 0.00 0.14 -fauves fauve nom m p 3.61 13.38 2.35 5.61 -fauvette fauvette nom f s 0.60 2.23 0.60 1.62 -fauvettes fauvette nom f p 0.60 2.23 0.00 0.61 -fauvisme fauvisme nom m s 0.01 0.00 0.01 0.00 -faux_bond faux_bond nom m 0.01 0.07 0.01 0.07 -faux_bourdon faux_bourdon nom m s 0.02 0.07 0.02 0.07 -faux_col faux_col nom m s 0.02 0.34 0.02 0.34 -faux_cul faux_cul nom m s 0.41 0.07 0.41 0.07 -faux_filet faux_filet nom m s 0.04 0.34 0.04 0.34 -faux_frère faux_frère adj m s 0.01 0.00 0.01 0.00 -faux_fuyant faux_fuyant nom m s 0.22 1.22 0.02 0.47 -faux_fuyant faux_fuyant nom m p 0.22 1.22 0.20 0.74 -faux_monnayeur faux_monnayeur nom m s 0.26 0.61 0.01 0.14 -faux_monnayeur faux_monnayeur nom m p 0.26 0.61 0.25 0.47 -faux_pas faux_pas nom m 0.38 0.14 0.38 0.14 -faux_pont faux_pont nom m s 0.01 0.00 0.01 0.00 -faux_saunier faux_saunier nom m p 0.00 0.07 0.00 0.07 -faux_semblant faux_semblant nom m s 0.46 1.49 0.37 0.74 -faux_semblant faux_semblant nom m p 0.46 1.49 0.09 0.74 -faux faux adj m 122.23 109.59 90.99 66.55 -favela favela nom f s 1.62 0.07 1.25 0.00 -favelas favela nom f p 1.62 0.07 0.36 0.07 -faveur faveur nom f s 36.65 31.62 31.09 27.64 -faveurs faveur nom f p 36.65 31.62 5.56 3.99 -favorable favorable adj s 5.38 16.62 4.53 11.28 -favorablement favorablement adv 0.47 1.55 0.47 1.55 -favorables favorable adj p 5.38 16.62 0.85 5.34 -favori favori adj m s 8.79 13.99 5.19 5.81 -favoris favori nom m p 3.22 4.19 1.28 2.77 -favorisa favoriser ver 3.26 10.54 0.01 0.14 ind:pas:3s; -favorisaient favoriser ver 3.26 10.54 0.01 0.34 ind:imp:3p; -favorisait favoriser ver 3.26 10.54 0.05 2.03 ind:imp:3s; -favorisant favoriser ver 3.26 10.54 0.06 0.27 par:pre; -favorise favoriser ver 3.26 10.54 1.40 1.22 imp:pre:2s;ind:pre:1s;ind:pre:3s; -favorisent favoriser ver 3.26 10.54 0.51 0.61 ind:pre:3p; -favoriser favoriser ver 3.26 10.54 0.63 2.23 inf; -favorisera favoriser ver 3.26 10.54 0.03 0.07 ind:fut:3s; -favoriserai favoriser ver 3.26 10.54 0.01 0.00 ind:fut:1s; -favoriseraient favoriser ver 3.26 10.54 0.00 0.07 cnd:pre:3p; -favoriserait favoriser ver 3.26 10.54 0.07 0.07 cnd:pre:3s; -favorisez favoriser ver 3.26 10.54 0.03 0.00 ind:pre:2p; -favorisât favoriser ver 3.26 10.54 0.00 0.20 sub:imp:3s; -favorisèrent favoriser ver 3.26 10.54 0.00 0.07 ind:pas:3p; -favorisé favoriser ver m s 3.26 10.54 0.25 1.69 par:pas; -favorisée favoriser ver f s 3.26 10.54 0.05 0.54 par:pas; -favorisées favoriser ver f p 3.26 10.54 0.00 0.34 par:pas; -favorisés favoriser ver m p 3.26 10.54 0.14 0.68 par:pas; -favorite favori adj f s 8.79 13.99 1.92 3.45 -favorites favori adj f p 8.79 13.99 0.51 1.55 -favoritisme favoritisme nom m s 0.47 0.34 0.47 0.34 -fax fax nom m 5.59 0.14 5.59 0.14 -faxe faxer ver 2.58 0.07 0.45 0.00 imp:pre:2s;ind:pre:1s;ind:pre:3s; -faxer faxer ver 2.58 0.07 0.65 0.07 inf; -faxera faxer ver 2.58 0.07 0.04 0.00 ind:fut:3s; -faxerai faxer ver 2.58 0.07 0.09 0.00 ind:fut:1s; -faxes faxer ver 2.58 0.07 0.27 0.00 ind:pre:2s; -faxez faxer ver 2.58 0.07 0.27 0.00 imp:pre:2p;ind:pre:2p; -faxons faxer ver 2.58 0.07 0.01 0.00 imp:pre:1p; -faxé faxer ver m s 2.58 0.07 0.75 0.00 par:pas; -faxés faxer ver m p 2.58 0.07 0.05 0.00 par:pas; -fayard fayard nom m s 0.00 0.27 0.00 0.20 -fayards fayard nom m p 0.00 0.27 0.00 0.07 -fayot fayot adj m s 0.25 0.27 0.25 0.14 -fayotage fayotage nom m s 0.03 0.07 0.03 0.07 -fayotaient fayoter ver 0.09 0.61 0.00 0.07 ind:imp:3p; -fayotais fayoter ver 0.09 0.61 0.00 0.14 ind:imp:1s; -fayotait fayoter ver 0.09 0.61 0.00 0.07 ind:imp:3s; -fayote fayoter ver 0.09 0.61 0.07 0.07 imp:pre:2s;ind:pre:1s;ind:pre:3s; -fayoter fayoter ver 0.09 0.61 0.01 0.20 inf; -fayots fayot nom m p 0.42 1.28 0.32 1.08 -fayotte fayotter ver 0.25 0.00 0.25 0.00 ind:pre:3s; -fayotée fayoter ver f s 0.09 0.61 0.00 0.07 par:pas; -fazenda fazenda nom f s 0.35 0.00 0.35 0.00 -fedayin fedayin nom m s 0.01 0.00 0.01 0.00 -feed_back feed_back nom m 0.04 0.00 0.04 0.00 -feedback feedback nom m s 0.10 0.07 0.10 0.07 -feeder feeder nom m s 0.01 0.00 0.01 0.00 -feeling feeling nom m s 1.53 0.54 1.30 0.54 -feelings feeling nom m p 1.53 0.54 0.23 0.00 -feignîmes feindre ver 5.92 21.22 0.00 0.14 ind:pas:1p; -feignaient feindre ver 5.92 21.22 0.11 0.61 ind:imp:3p; -feignais feindre ver 5.92 21.22 0.18 0.74 ind:imp:1s;ind:imp:2s; -feignait feindre ver 5.92 21.22 0.13 2.77 ind:imp:3s; -feignant feignant adj m s 0.98 1.35 0.71 1.01 -feignante feignant nom f s 1.51 3.11 0.28 0.00 -feignantes feignant nom f p 1.51 3.11 0.00 0.07 -feignants feignant nom m p 1.51 3.11 0.57 1.35 -feignasse feignasse nom f s 0.72 0.20 0.52 0.14 -feignasses feignasse nom f p 0.72 0.20 0.21 0.07 -feigne feindre ver 5.92 21.22 0.00 0.07 sub:pre:1s; -feignent feindre ver 5.92 21.22 0.13 0.61 ind:pre:3p; -feignez feindre ver 5.92 21.22 0.52 0.00 imp:pre:2p;ind:pre:2p; -feigniez feindre ver 5.92 21.22 0.10 0.00 ind:imp:2p; -feignirent feindre ver 5.92 21.22 0.00 0.20 ind:pas:3p; -feignis feindre ver 5.92 21.22 0.00 0.47 ind:pas:1s; -feignit feindre ver 5.92 21.22 0.10 1.62 ind:pas:3s; -feignons feindre ver 5.92 21.22 0.07 0.34 imp:pre:1p;ind:pre:1p; -feindra feindre ver 5.92 21.22 0.21 0.07 ind:fut:3s; -feindrai feindre ver 5.92 21.22 0.30 0.00 ind:fut:1s; -feindrait feindre ver 5.92 21.22 0.01 0.14 cnd:pre:3s; -feindre feindre ver 5.92 21.22 1.23 4.39 inf; -feins feindre ver 5.92 21.22 0.81 1.35 imp:pre:2s;ind:pre:1s;ind:pre:2s; -feint feindre ver m s 5.92 21.22 1.67 4.12 ind:pre:3s;par:pas; -feintait feinter ver 1.47 1.89 0.00 0.07 ind:imp:3s; -feintant feinter ver 1.47 1.89 0.00 0.14 par:pre; -feinte feinte nom f s 1.04 2.36 0.86 1.15 -feinter feinter ver 1.47 1.89 0.27 0.68 inf; -feinterez feinter ver 1.47 1.89 0.01 0.00 ind:fut:2p; -feintes feinte nom f p 1.04 2.36 0.18 1.22 -feinteur feinteur nom m s 0.02 0.00 0.02 0.00 -feintise feintise nom f s 0.00 0.07 0.00 0.07 -feints feint adj m p 1.00 5.61 0.02 0.00 -feinté feinter ver m s 1.47 1.89 0.79 0.07 par:pas; -feintés feinter ver m p 1.47 1.89 0.03 0.20 par:pas; -feld_maréchal feld_maréchal nom m s 0.32 0.27 0.32 0.27 -feldgrau feldgrau nom m 0.00 0.47 0.00 0.47 -feldspath feldspath nom m s 0.03 0.14 0.03 0.14 -feldwebel feldwebel nom m s 0.00 1.42 0.00 1.28 -feldwebels feldwebel nom m p 0.00 1.42 0.00 0.14 -fellaga fellaga nom m s 0.00 0.81 0.00 0.74 -fellagas fellaga nom m p 0.00 0.81 0.00 0.07 -fellagha fellagha nom m s 0.00 0.34 0.00 0.20 -fellaghas fellagha nom m p 0.00 0.34 0.00 0.14 -fellah fellah nom m s 0.14 0.27 0.14 0.20 -fellahs fellah nom m p 0.14 0.27 0.00 0.07 -fellation fellation nom f s 0.98 0.81 0.88 0.74 -fellationne fellationner ver 0.00 0.07 0.00 0.07 ind:pre:3s; -fellations fellation nom f p 0.98 0.81 0.10 0.07 -fellinien fellinien nom m s 0.00 0.07 0.00 0.07 -fellinienne fellinien adj f s 0.10 0.00 0.10 0.00 -felouque felouque nom f s 0.01 1.49 0.01 1.01 -felouques felouque nom f p 0.01 1.49 0.00 0.47 -femelle femelle nom f s 9.38 12.64 6.84 7.84 -femelles femelle nom f p 9.38 12.64 2.53 4.80 -femme_enfant femme_enfant nom f s 0.35 0.27 0.35 0.27 -femme_fleur femme_fleur nom f s 0.00 0.07 0.00 0.07 -femme_objet femme_objet nom f s 0.03 0.07 0.03 0.07 -femme_refuge femme_refuge nom f s 0.00 0.07 0.00 0.07 -femme_robot femme_robot nom f s 0.07 0.00 0.07 0.00 -femme femme nom f s 1049.32 995.74 806.57 680.20 -femmelette femmelette nom f s 1.34 0.47 1.10 0.47 -femmelettes femmelette nom f p 1.34 0.47 0.24 0.00 -femmes femme nom f p 1049.32 995.74 242.75 315.54 -fenaison fenaison nom f s 0.00 0.34 0.00 0.27 -fenaisons fenaison nom f p 0.00 0.34 0.00 0.07 -fend fendre ver 7.76 28.58 1.20 3.58 ind:pre:3s; -fendaient fendre ver 7.76 28.58 0.01 0.88 ind:imp:3p; -fendais fendre ver 7.76 28.58 0.01 0.27 ind:imp:1s; -fendait fendre ver 7.76 28.58 0.26 3.24 ind:imp:3s; -fendant fendre ver 7.76 28.58 0.03 1.96 par:pre; -fendants fendant adj m p 0.01 0.34 0.01 0.00 -fendard fendard adj m s 0.06 0.07 0.06 0.07 -fende fendre ver 7.76 28.58 0.04 0.14 sub:pre:1s;sub:pre:3s; -fendent fendre ver 7.76 28.58 0.15 0.68 ind:pre:3p; -fendeur fendeur nom m s 0.00 0.34 0.00 0.14 -fendeurs fendeur nom m p 0.00 0.34 0.00 0.20 -fendez fendre ver 7.76 28.58 0.49 0.00 imp:pre:2p;ind:pre:2p; -fendillaient fendiller ver 0.01 1.76 0.00 0.07 ind:imp:3p; -fendillait fendiller ver 0.01 1.76 0.00 0.41 ind:imp:3s; -fendille fendiller ver 0.01 1.76 0.00 0.41 ind:pre:1s;ind:pre:3s; -fendillement fendillement nom m s 0.00 0.14 0.00 0.07 -fendillements fendillement nom m p 0.00 0.14 0.00 0.07 -fendiller fendiller ver 0.01 1.76 0.00 0.07 inf; -fendillèrent fendiller ver 0.01 1.76 0.00 0.07 ind:pas:3p; -fendillé fendillé adj m s 0.00 0.74 0.00 0.34 -fendillée fendiller ver f s 0.01 1.76 0.01 0.34 par:pas; -fendillées fendillé adj f p 0.00 0.74 0.00 0.20 -fendillés fendiller ver m p 0.01 1.76 0.00 0.14 par:pas; -fendis fendre ver 7.76 28.58 0.00 0.07 ind:pas:1s; -fendissent fendre ver 7.76 28.58 0.00 0.07 sub:imp:3p; -fendit fendre ver 7.76 28.58 0.03 1.89 ind:pas:3s; -fendoir fendoir nom m s 0.11 0.00 0.11 0.00 -fendons fendre ver 7.76 28.58 0.01 0.07 ind:pre:1p; -fendra fendre ver 7.76 28.58 0.07 0.07 ind:fut:3s; -fendrai fendre ver 7.76 28.58 0.16 0.14 ind:fut:1s; -fendraient fendre ver 7.76 28.58 0.00 0.07 cnd:pre:3p; -fendrait fendre ver 7.76 28.58 0.16 0.07 cnd:pre:3s; -fendre fendre ver 7.76 28.58 2.49 6.89 inf; -fends fendre ver 7.76 28.58 0.41 0.68 imp:pre:2s;ind:pre:1s;ind:pre:2s; -fendu fendre ver m s 7.76 28.58 1.77 4.12 par:pas; -fendue fendu adj f s 0.69 4.46 0.38 1.62 -fendues fendu adj f p 0.69 4.46 0.04 0.68 -fendus fendre ver m p 7.76 28.58 0.14 0.74 par:pas; -fenestrages fenestrage nom m p 0.00 0.07 0.00 0.07 -fenestrelle fenestrelle nom f s 0.14 0.00 0.14 0.00 -fenians fenian nom m p 0.00 0.07 0.00 0.07 -fenil fenil nom m s 0.02 0.41 0.02 0.27 -fenils fenil nom m p 0.02 0.41 0.00 0.14 -fennec fennec nom m s 0.01 0.20 0.01 0.00 -fennecs fennec nom m p 0.01 0.20 0.00 0.20 -fenouil fenouil nom m s 1.14 0.74 1.14 0.74 -fente fente nom f s 3.93 15.61 3.61 10.54 -fentes fente nom f p 3.93 15.61 0.32 5.07 -fenton fenton nom m s 0.43 0.00 0.43 0.00 -fenugrec fenugrec nom m s 0.03 0.00 0.03 0.00 -fenêtre fenêtre nom f s 90.55 280.20 70.20 199.39 -fenêtres fenêtre nom f p 90.55 280.20 20.35 80.81 -fer_blanc fer_blanc nom m s 0.08 2.84 0.08 2.84 -fer fer nom m s 37.08 114.19 33.65 106.28 -fera faire ver 8813.53 5328.99 170.70 59.66 ind:fut:3s; -ferai faire ver 8813.53 5328.99 146.11 31.69 ind:fut:1s; -feraient faire ver 8813.53 5328.99 10.80 13.11 cnd:pre:3p; -ferais faire ver 8813.53 5328.99 110.19 26.96 cnd:pre:1s;cnd:pre:2s; -ferait faire ver 8813.53 5328.99 86.88 77.23 cnd:pre:3s; -feras faire ver 8813.53 5328.99 42.91 13.18 ind:fut:2s; -ferblanterie ferblanterie nom f s 0.00 0.27 0.00 0.27 -ferblantier ferblantier nom m s 0.10 0.34 0.10 0.07 -ferblantiers ferblantier nom m p 0.10 0.34 0.00 0.27 -ferez faire ver 8813.53 5328.99 27.63 10.54 ind:fut:2p; -feria feria nom f s 0.17 0.20 0.02 0.14 -ferias feria nom f p 0.17 0.20 0.15 0.07 -feriez faire ver 8813.53 5328.99 23.97 5.54 cnd:pre:2p; -ferions faire ver 8813.53 5328.99 3.59 2.70 cnd:pre:1p; -ferlage ferlage nom f s 0.10 0.00 0.10 0.00 -ferlez ferler ver 0.03 0.14 0.03 0.00 imp:pre:2p; -ferlée ferler ver f s 0.03 0.14 0.00 0.14 par:pas; -ferma fermer ver 238.65 197.16 0.59 23.99 ind:pas:3s; -fermage fermage nom m s 0.03 0.74 0.02 0.54 -fermages fermage nom m p 0.03 0.74 0.01 0.20 -fermai fermer ver 238.65 197.16 0.06 3.24 ind:pas:1s; -fermaient fermer ver 238.65 197.16 0.29 5.27 ind:imp:3p; -fermais fermer ver 238.65 197.16 0.92 3.18 ind:imp:1s;ind:imp:2s; -fermait fermer ver 238.65 197.16 1.36 16.42 ind:imp:3s; -fermant fermer ver 238.65 197.16 0.88 9.05 par:pre; -ferme fermer ver 238.65 197.16 79.68 28.38 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -fermement fermement adv 2.60 10.07 2.60 10.07 -ferment fermer ver 238.65 197.16 3.65 3.65 ind:pre:3p;sub:pre:3p; -fermentaient fermenter ver 0.14 2.16 0.00 0.14 ind:imp:3p; -fermentais fermenter ver 0.14 2.16 0.00 0.07 ind:imp:1s; -fermentait fermenter ver 0.14 2.16 0.01 0.20 ind:imp:3s; -fermentation fermentation nom f s 0.29 1.28 0.29 0.95 -fermentations fermentation nom f p 0.29 1.28 0.00 0.34 -fermente fermenter ver 0.14 2.16 0.04 0.74 ind:pre:3s; -fermenter fermenter ver 0.14 2.16 0.05 0.54 inf; -ferments ferment nom m p 0.20 1.76 0.14 0.61 -fermentèrent fermenter ver 0.14 2.16 0.00 0.07 ind:pas:3p; -fermenté fermenté adj m s 0.57 1.28 0.44 0.81 -fermentée fermenté adj f s 0.57 1.28 0.11 0.20 -fermentées fermenté adj f p 0.57 1.28 0.00 0.14 -fermentés fermenté adj m p 0.57 1.28 0.02 0.14 -fermer fermer ver 238.65 197.16 48.85 32.97 inf;; -fermera fermer ver 238.65 197.16 1.11 0.34 ind:fut:3s; -fermerai fermer ver 238.65 197.16 2.11 0.61 ind:fut:1s; -fermeraient fermer ver 238.65 197.16 0.05 0.14 cnd:pre:3p; -fermerais fermer ver 238.65 197.16 0.58 0.14 cnd:pre:1s;cnd:pre:2s; -fermerait fermer ver 238.65 197.16 0.18 0.95 cnd:pre:3s; -fermeras fermer ver 238.65 197.16 0.35 0.00 ind:fut:2s; -fermerez fermer ver 238.65 197.16 0.54 0.00 ind:fut:2p; -fermeriez fermer ver 238.65 197.16 0.11 0.00 cnd:pre:2p; -fermerons fermer ver 238.65 197.16 0.10 0.00 ind:fut:1p; -fermeront fermer ver 238.65 197.16 0.55 0.14 ind:fut:3p; -fermes_hôtel fermes_hôtel nom f p 0.00 0.07 0.00 0.07 -fermes fermer ver 238.65 197.16 7.41 1.01 ind:pre:2s;sub:pre:2s; -fermette fermette nom f s 0.11 0.34 0.11 0.34 -fermeté fermeté nom f s 2.12 10.47 2.12 10.47 -fermeture fermeture nom f s 11.54 15.74 11.06 14.86 -fermetures fermeture nom f p 11.54 15.74 0.48 0.88 -fermez fermer ver 238.65 197.16 30.74 1.69 imp:pre:2p;ind:pre:2p; -fermi fermi nom m s 0.01 0.00 0.01 0.00 -fermier fermier nom m s 8.82 12.36 4.54 5.61 -fermiers fermier nom m p 8.82 12.36 3.22 4.05 -fermiez fermer ver 238.65 197.16 0.57 0.20 ind:imp:2p; -fermions fermer ver 238.65 197.16 0.03 0.54 ind:imp:1p; -fermière fermier nom f s 8.82 12.36 1.05 2.23 -fermières fermière nom f p 0.03 0.00 0.03 0.00 -fermium fermium nom m s 0.01 0.00 0.01 0.00 -fermoir fermoir nom m s 0.38 2.09 0.38 1.76 -fermoirs fermoir nom m p 0.38 2.09 0.00 0.34 -fermons fermer ver 238.65 197.16 1.69 0.68 imp:pre:1p;ind:pre:1p; -fermât fermer ver 238.65 197.16 0.00 0.14 sub:imp:3s; -fermèrent fermer ver 238.65 197.16 0.29 1.62 ind:pas:3p; -fermé fermer ver m s 238.65 197.16 34.73 30.54 par:pas; -fermée fermer ver f s 238.65 197.16 13.72 16.15 par:pas; -fermées fermer ver f p 238.65 197.16 3.31 6.42 par:pas; -fermés fermé adj m p 21.46 56.35 7.20 21.08 -ferons faire ver 8813.53 5328.99 21.07 6.96 ind:fut:1p; -feront faire ver 8813.53 5328.99 23.12 11.01 ind:fut:3p; -ferra ferrer ver 1.96 6.96 0.03 0.14 ind:pas:3s; -ferrage ferrage nom m s 0.00 0.47 0.00 0.27 -ferrages ferrage nom m p 0.00 0.47 0.00 0.20 -ferrai ferrer ver 1.96 6.96 0.01 0.00 ind:pas:1s; -ferrailla ferrailler ver 0.17 0.95 0.00 0.07 ind:pas:3s; -ferraillaient ferrailler ver 0.17 0.95 0.00 0.14 ind:imp:3p; -ferraillait ferrailler ver 0.17 0.95 0.00 0.14 ind:imp:3s; -ferraillant ferrailler ver 0.17 0.95 0.14 0.14 par:pre; -ferraillante ferraillant adj f s 0.00 0.47 0.00 0.14 -ferraille ferraille nom f s 4.36 13.72 4.22 10.88 -ferraillement ferraillement nom m s 0.00 0.68 0.00 0.68 -ferrailler ferrailler ver 0.17 0.95 0.01 0.20 inf; -ferrailles ferraille nom f p 4.36 13.72 0.14 2.84 -ferrailleur ferrailleur nom m s 0.53 1.62 0.51 0.68 -ferrailleurs ferrailleur nom m p 0.53 1.62 0.02 0.95 -ferraillé ferrailler ver m s 0.17 0.95 0.00 0.07 par:pas; -ferrais ferrer ver 1.96 6.96 0.17 0.00 ind:imp:1s;ind:imp:2s; -ferrait ferrer ver 1.96 6.96 0.03 0.74 ind:imp:3s; -ferrant ferrer ver 1.96 6.96 0.01 0.20 par:pre; -ferrasse ferrer ver 1.96 6.96 0.14 0.00 sub:imp:1s; -ferre ferrer ver 1.96 6.96 0.03 0.54 ind:pre:1s;ind:pre:3s; -ferrer ferrer ver 1.96 6.96 0.25 2.03 inf; -ferrera ferrer ver 1.96 6.96 0.00 0.07 ind:fut:3s; -ferrerait ferrer ver 1.96 6.96 0.00 0.07 cnd:pre:3s; -ferrets ferret nom m p 0.14 0.20 0.14 0.20 -ferreuse ferreux adj f s 0.16 0.54 0.01 0.00 -ferreux ferreux adj m 0.16 0.54 0.14 0.54 -ferrez ferrer ver 1.96 6.96 0.08 0.00 imp:pre:2p;ind:pre:2p; -ferries ferry nom m p 2.12 0.61 0.14 0.00 -ferriques ferrique adj m p 0.00 0.07 0.00 0.07 -ferrite ferrite nom s 0.03 0.00 0.03 0.00 -ferro ferro nom m s 0.00 0.07 0.00 0.07 -ferrocérium ferrocérium nom m s 0.00 0.07 0.00 0.07 -ferrocyanure ferrocyanure nom m s 0.00 0.07 0.00 0.07 -ferronnerie ferronnerie nom f s 0.13 0.68 0.13 0.34 -ferronneries ferronnerie nom f p 0.13 0.68 0.00 0.34 -ferronnier ferronnier nom m s 0.02 0.68 0.01 0.34 -ferronniers ferronnier nom m p 0.02 0.68 0.00 0.34 -ferronnière ferronnier nom f s 0.02 0.68 0.01 0.00 -ferrons ferrer ver 1.96 6.96 0.02 0.00 ind:pre:1p; -ferroviaire ferroviaire adj s 1.29 1.49 1.22 0.88 -ferroviaires ferroviaire adj p 1.29 1.49 0.07 0.61 -ferré ferrer ver m s 1.96 6.96 0.31 1.08 par:pas; -ferrée ferré adj f s 2.91 6.76 2.27 3.04 -ferrées ferré adj f p 2.91 6.76 0.52 1.82 -ferrugineuse ferrugineux adj f s 0.00 1.15 0.00 0.27 -ferrugineuses ferrugineux adj f p 0.00 1.15 0.00 0.20 -ferrugineux ferrugineux adj m 0.00 1.15 0.00 0.68 -ferrure ferrure nom f s 0.01 1.42 0.01 0.14 -ferrures ferrure nom f p 0.01 1.42 0.00 1.28 -ferrés ferré adj m p 2.91 6.76 0.08 1.35 -ferry_boat ferry_boat nom m s 0.14 0.20 0.14 0.20 -ferry ferry nom m s 2.12 0.61 1.98 0.61 -fers fer nom m p 37.08 114.19 3.42 7.70 -fertile fertile adj s 3.17 3.18 2.72 2.57 -fertiles fertile adj p 3.17 3.18 0.45 0.61 -fertilisable fertilisable adj m s 0.00 0.07 0.00 0.07 -fertilisait fertiliser ver 0.97 0.95 0.01 0.20 ind:imp:3s; -fertilisant fertilisant nom m s 0.07 0.07 0.07 0.07 -fertilisateur fertilisateur adj m s 0.00 0.07 0.00 0.07 -fertilisation fertilisation nom f s 0.07 0.14 0.07 0.14 -fertilise fertiliser ver 0.97 0.95 0.27 0.14 ind:pre:3s; -fertilisent fertiliser ver 0.97 0.95 0.03 0.00 ind:pre:3p; -fertiliser fertiliser ver 0.97 0.95 0.18 0.34 inf; -fertilisera fertiliser ver 0.97 0.95 0.02 0.00 ind:fut:3s; -fertiliserons fertiliser ver 0.97 0.95 0.00 0.07 ind:fut:1p; -fertilisez fertiliser ver 0.97 0.95 0.02 0.00 imp:pre:2p; -fertilisèrent fertiliser ver 0.97 0.95 0.00 0.07 ind:pas:3p; -fertilisé fertiliser ver m s 0.97 0.95 0.19 0.07 par:pas; -fertilisée fertiliser ver f s 0.97 0.95 0.00 0.07 par:pas; -fertilisés fertiliser ver m p 0.97 0.95 0.23 0.00 par:pas; -fertilité fertilité nom f s 1.13 1.01 1.13 1.01 -ferté ferté nom f s 0.00 0.27 0.00 0.27 -fervent fervent adj m s 2.13 4.53 1.22 2.03 -fervente fervent adj f s 2.13 4.53 0.42 1.22 -ferventes fervent adj f p 2.13 4.53 0.12 0.14 -fervents fervent adj m p 2.13 4.53 0.37 1.15 -ferveur ferveur nom f s 1.69 10.88 1.69 10.61 -ferveurs ferveur nom f p 1.69 10.88 0.00 0.27 -fessait fesser ver 1.10 0.74 0.00 0.14 ind:imp:3s; -fesse_mathieu fesse_mathieu nom m s 0.00 0.07 0.00 0.07 -fesse fesse nom f s 36.32 45.14 1.81 6.42 -fesser fesser ver 1.10 0.74 0.26 0.27 inf; -fesserai fesser ver 1.10 0.74 0.02 0.07 ind:fut:1s; -fesserais fesser ver 1.10 0.74 0.04 0.00 cnd:pre:1s;cnd:pre:2s; -fesses fesse nom f p 36.32 45.14 34.52 38.72 -fesseur fesseur nom m s 0.01 0.14 0.01 0.07 -fesseuse fesseur nom f s 0.01 0.14 0.00 0.07 -fessier fessier nom m s 0.33 0.68 0.23 0.54 -fessiers fessier adj m p 0.34 0.27 0.21 0.07 -fessiez fesser ver 1.10 0.74 0.01 0.00 ind:imp:2p; -fessière fessier adj f s 0.34 0.27 0.03 0.07 -fessières fessier adj f p 0.34 0.27 0.00 0.14 -fessé fesser ver m s 1.10 0.74 0.25 0.07 par:pas; -fessu fessu adj m s 0.01 0.81 0.00 0.27 -fessée fessée nom f s 4.44 1.76 4.02 1.15 -fessue fessu adj f s 0.01 0.81 0.01 0.34 -fessées fessée nom f p 4.44 1.76 0.41 0.61 -fessues fessu adj f p 0.01 0.81 0.00 0.20 -fessés fesser ver m p 1.10 0.74 0.01 0.07 par:pas; -festif festif adj m s 0.88 0.34 0.70 0.07 -festin festin nom m s 4.50 5.68 4.05 4.46 -festins festin nom m p 4.50 5.68 0.45 1.22 -festival festival nom m s 7.65 5.27 7.51 4.93 -festivalier festivalier nom m s 0.01 0.07 0.01 0.07 -festivals festival nom m p 7.65 5.27 0.14 0.34 -festive festif adj f s 0.88 0.34 0.17 0.07 -festives festif adj f p 0.88 0.34 0.01 0.20 -festivité festivité nom f s 1.21 1.01 0.02 0.00 -festivités festivité nom f p 1.21 1.01 1.19 1.01 -festoie festoyer ver 1.26 1.01 0.55 0.07 imp:pre:2s;ind:pre:1s;ind:pre:3s; -festoient festoyer ver 1.26 1.01 0.13 0.07 ind:pre:3p; -festoiera festoyer ver 1.26 1.01 0.02 0.00 ind:fut:3s; -festoierons festoyer ver 1.26 1.01 0.02 0.00 ind:fut:1p; -feston feston nom m s 0.17 1.49 0.02 0.14 -festonnaient festonner ver 0.03 1.01 0.00 0.07 ind:imp:3p; -festonnait festonner ver 0.03 1.01 0.00 0.14 ind:imp:3s; -festonne festonner ver 0.03 1.01 0.00 0.07 ind:pre:1s; -festonnements festonnement nom m p 0.00 0.07 0.00 0.07 -festonner festonner ver 0.03 1.01 0.02 0.00 inf; -festonné festonner ver m s 0.03 1.01 0.01 0.07 par:pas; -festonnée festonner ver f s 0.03 1.01 0.00 0.27 par:pas; -festonnées festonner ver f p 0.03 1.01 0.00 0.20 par:pas; -festonnés festonner ver m p 0.03 1.01 0.00 0.20 par:pas; -festons feston nom m p 0.17 1.49 0.14 1.35 -festoya festoyer ver 1.26 1.01 0.00 0.20 ind:pas:3s; -festoyaient festoyer ver 1.26 1.01 0.03 0.14 ind:imp:3p; -festoyant festoyer ver 1.26 1.01 0.03 0.00 par:pre; -festoyer festoyer ver 1.26 1.01 0.34 0.47 inf; -festoyez festoyer ver 1.26 1.01 0.03 0.00 imp:pre:2p; -festoyé festoyer ver m s 1.26 1.01 0.11 0.07 par:pas; -feta feta nom f s 0.09 0.00 0.09 0.00 -fettucine fettucine nom f 0.05 0.00 0.05 0.00 -feu feu nom m s 233.96 236.15 215.87 199.39 -feudataire feudataire nom m s 0.00 0.07 0.00 0.07 -feue feu adj f s 22.07 16.42 0.14 0.34 -feuillage feuillage nom m s 1.68 23.72 1.30 10.47 -feuillages feuillage nom m p 1.68 23.72 0.38 13.24 -feuillaison feuillaison nom f s 0.00 0.14 0.00 0.14 -feuillantines feuillantine nom f p 0.00 0.20 0.00 0.20 -feuille_morte feuille_morte adj f s 0.00 0.07 0.00 0.07 -feuille feuille nom f s 30.10 138.04 13.24 46.35 -feuilles feuille nom f p 30.10 138.04 16.86 91.69 -feuillet feuillet nom m s 0.26 10.00 0.06 2.16 -feuilleta feuilleter ver 2.21 21.49 0.00 2.70 ind:pas:3s; -feuilletage feuilletage nom m s 0.00 0.20 0.00 0.20 -feuilletai feuilleter ver 2.21 21.49 0.02 0.34 ind:pas:1s; -feuilletaient feuilleter ver 2.21 21.49 0.00 0.47 ind:imp:3p; -feuilletais feuilleter ver 2.21 21.49 0.23 0.81 ind:imp:1s;ind:imp:2s; -feuilletait feuilleter ver 2.21 21.49 0.00 2.91 ind:imp:3s; -feuilletant feuilleter ver 2.21 21.49 0.04 3.11 par:pre; -feuilleter feuilleter ver 2.21 21.49 0.65 4.05 inf; -feuilletez feuilleter ver 2.21 21.49 0.00 0.07 ind:pre:2p; -feuilletiez feuilleter ver 2.21 21.49 0.01 0.07 ind:imp:2p; -feuilletions feuilleter ver 2.21 21.49 0.00 0.07 ind:imp:1p; -feuilleton feuilleton nom m s 2.81 6.28 2.06 4.66 -feuilletoniste feuilletoniste nom s 0.00 0.34 0.00 0.34 -feuilletons feuilleton nom m p 2.81 6.28 0.75 1.62 -feuillets feuillet nom m p 0.26 10.00 0.20 7.84 -feuillette feuilleter ver 2.21 21.49 0.41 3.51 imp:pre:2s;ind:pre:1s;ind:pre:3s; -feuillettement feuillettement nom m s 0.00 0.14 0.00 0.14 -feuillettent feuilleter ver 2.21 21.49 0.00 0.14 ind:pre:3p; -feuillettes feuilleter ver 2.21 21.49 0.16 0.00 ind:pre:2s; -feuilletèrent feuilleter ver 2.21 21.49 0.00 0.07 ind:pas:3p; -feuilleté feuilleter ver m s 2.21 21.49 0.65 2.36 par:pas; -feuilletée feuilleté adj f s 0.19 0.61 0.12 0.27 -feuilletées feuilleté adj f p 0.19 0.61 0.01 0.07 -feuilletés feuilleté nom m p 0.79 0.34 0.30 0.14 -feuillu feuillu adj m s 0.18 2.43 0.12 0.47 -feuillée feuillée nom f s 0.14 1.42 0.00 0.41 -feuillue feuillu adj f s 0.18 2.43 0.05 1.08 -feuillées feuillée nom f p 0.14 1.42 0.14 1.01 -feuillues feuillu adj f p 0.18 2.43 0.01 0.47 -feuillure feuillure nom f s 0.03 0.14 0.00 0.07 -feuillures feuillure nom f p 0.03 0.14 0.03 0.07 -feuillus feuillu nom m p 0.10 0.14 0.10 0.00 -feuj feuj nom s 0.04 0.00 0.04 0.00 -feula feuler ver 0.10 0.54 0.00 0.07 ind:pas:3s; -feulait feuler ver 0.10 0.54 0.00 0.07 ind:imp:3s; -feulant feuler ver 0.10 0.54 0.00 0.14 par:pre; -feule feuler ver 0.10 0.54 0.00 0.07 ind:pre:3s; -feulement feulement nom m s 0.00 1.08 0.00 0.81 -feulements feulement nom m p 0.00 1.08 0.00 0.27 -feulent feuler ver 0.10 0.54 0.00 0.07 ind:pre:3p; -feuler feuler ver 0.10 0.54 0.10 0.07 inf; -feulée feuler ver f s 0.10 0.54 0.00 0.07 par:pas; -feurre feurre nom m s 0.00 0.07 0.00 0.07 -feutra feutrer ver 0.19 5.34 0.00 0.07 ind:pas:3s; -feutrage feutrage nom m s 0.00 0.41 0.00 0.34 -feutrages feutrage nom m p 0.00 0.41 0.00 0.07 -feutrait feutrer ver 0.19 5.34 0.00 0.14 ind:imp:3s; -feutrant feutrer ver 0.19 5.34 0.00 0.07 par:pre; -feutre feutre nom m s 1.45 13.99 1.33 13.18 -feutrent feutrer ver 0.19 5.34 0.00 0.14 ind:pre:3p; -feutrer feutrer ver 0.19 5.34 0.00 0.14 inf; -feutres feutrer ver 0.19 5.34 0.14 0.27 sub:pre:2s; -feutrine feutrine nom f s 0.00 0.74 0.00 0.74 -feutré feutré adj m s 0.29 5.74 0.03 1.96 -feutrée feutré adj f s 0.29 5.74 0.21 2.03 -feutrées feutré adj f p 0.29 5.74 0.01 0.54 -feutrés feutré adj m p 0.29 5.74 0.04 1.22 -feux feu nom m p 233.96 236.15 18.10 36.76 -fez fez nom m s 0.42 1.15 0.42 1.15 -fi fi ono 4.92 4.66 4.92 4.66 -fia fier ver 14.26 8.99 0.00 0.14 ind:pas:3s; -fiabilité fiabilité nom f s 0.37 0.34 0.37 0.34 -fiable fiable adj s 6.85 1.28 5.36 1.08 -fiables fiable adj p 6.85 1.28 1.50 0.20 -fiacre fiacre nom m s 1.39 5.20 1.39 4.05 -fiacres fiacre nom m p 1.39 5.20 0.00 1.15 -fiaient fier ver 14.26 8.99 0.03 0.07 ind:imp:3p; -fiais fier ver 14.26 8.99 0.23 0.14 ind:imp:1s;ind:imp:2s; -fiait fier ver 14.26 8.99 0.21 0.34 ind:imp:3s; -fiance fiancer ver 13.30 4.80 0.46 0.20 imp:pre:2s;ind:pre:3s;sub:pre:3s; -fiancent fiancer ver 13.30 4.80 0.03 0.00 ind:pre:3p; -fiancer fiancer ver 13.30 4.80 1.22 0.47 inf; -fiancerais fiancer ver 13.30 4.80 0.02 0.00 cnd:pre:1s;cnd:pre:2s; -fiancerons fiancer ver 13.30 4.80 0.00 0.07 ind:fut:1p; -fiancez fiancer ver 13.30 4.80 0.00 0.07 ind:pre:2p; -fiancèrent fiancer ver 13.30 4.80 0.01 0.07 ind:pas:3p; -fiancé fiancé nom m s 51.51 23.11 21.89 9.73 -fiancée fiancé nom f s 51.51 23.11 27.84 9.93 -fiancées fiancé nom f p 51.51 23.11 0.68 0.88 -fiancés fiancer ver m p 13.30 4.80 4.10 0.74 par:pas; -fiant fier ver 14.26 8.99 0.28 0.81 par:pre; -fiança fiancer ver 13.30 4.80 0.01 0.14 ind:pas:3s; -fiançailles fiançailles nom f p 5.63 6.96 5.63 6.96 -fiançais fiancer ver 13.30 4.80 0.01 0.00 ind:imp:1s; -fiançons fiancer ver 13.30 4.80 0.12 0.00 imp:pre:1p;ind:pre:1p; -fias fier ver 14.26 8.99 0.00 0.81 ind:pas:2s; -fiasco fiasco nom m s 1.96 2.16 1.95 1.89 -fiascos fiasco nom m p 1.96 2.16 0.01 0.27 -fiasque fiasque nom f s 0.04 0.41 0.02 0.27 -fiasques fiasque nom f p 0.04 0.41 0.01 0.14 -fiassent fier ver 14.26 8.99 0.00 0.07 sub:imp:3p; -fiat fiat nom m s 0.02 0.07 0.02 0.07 -fibre fibre nom f s 6.65 7.43 2.67 2.50 -fibres fibre nom f p 6.65 7.43 3.97 4.93 -fibreuse fibreux adj f s 0.17 0.54 0.01 0.27 -fibreuses fibreux adj f p 0.17 0.54 0.00 0.07 -fibreux fibreux adj m 0.17 0.54 0.16 0.20 -fibrillation fibrillation nom f s 0.69 0.00 0.69 0.00 -fibrille fibrille nom f s 0.37 0.61 0.37 0.07 -fibrilles fibrille nom f p 0.37 0.61 0.00 0.54 -fibrilleux fibrilleux adj m s 0.00 0.07 0.00 0.07 -fibrillé fibrillé nom m s 0.01 0.00 0.01 0.00 -fibrine fibrine nom f s 0.01 0.14 0.01 0.14 -fibrinogène fibrinogène nom m s 0.03 0.00 0.03 0.00 -fibrociment fibrociment nom m s 0.00 0.27 0.00 0.27 -fibromateuse fibromateux adj f s 0.00 0.14 0.00 0.14 -fibrome fibrome nom m s 0.06 1.01 0.01 0.95 -fibromes fibrome nom m p 0.06 1.01 0.05 0.07 -fibroscope fibroscope nom m s 0.08 0.00 0.08 0.00 -fibroscopie fibroscopie nom f s 0.05 0.00 0.05 0.00 -fibrose fibrose nom f s 0.28 0.00 0.28 0.00 -fibrotoxine fibrotoxine nom f s 0.00 0.14 0.00 0.14 -fibré fibré adj m s 0.00 0.20 0.00 0.20 -fibule fibule nom f s 0.00 0.07 0.00 0.07 -fic fic nom m s 0.01 0.00 0.01 0.00 -ficaires ficaire nom f p 0.00 0.07 0.00 0.07 -ficela ficeler ver 0.86 6.76 0.00 0.41 ind:pas:3s; -ficelai ficeler ver 0.86 6.76 0.00 0.07 ind:pas:1s; -ficelaient ficeler ver 0.86 6.76 0.01 0.14 ind:imp:3p; -ficelait ficeler ver 0.86 6.76 0.00 0.47 ind:imp:3s; -ficelant ficeler ver 0.86 6.76 0.00 0.07 par:pre; -ficeler ficeler ver 0.86 6.76 0.17 0.68 inf; -ficelez ficeler ver 0.86 6.76 0.01 0.00 imp:pre:2p; -ficelle ficelle nom f s 6.31 21.22 3.13 13.38 -ficellerait ficeler ver 0.86 6.76 0.00 0.07 cnd:pre:3s; -ficelles ficelle nom f p 6.31 21.22 3.19 7.84 -ficelèrent ficeler ver 0.86 6.76 0.00 0.07 ind:pas:3p; -ficelé ficeler ver m s 0.86 6.76 0.36 2.03 par:pas; -ficelée ficeler ver f s 0.86 6.76 0.17 1.15 par:pas; -ficelées ficelé adj f p 0.61 3.18 0.04 0.47 -ficelés ficelé adj m p 0.61 3.18 0.11 1.15 -ficha ficher ver 97.84 29.32 0.01 0.54 ind:pas:3s; -fichage fichage nom m s 0.01 0.00 0.01 0.00 -fichaient ficher ver 97.84 29.32 0.27 0.61 ind:imp:3p; -fichais ficher ver 97.84 29.32 1.67 0.81 ind:imp:1s;ind:imp:2s; -fichaise fichaise nom f s 0.03 0.20 0.01 0.07 -fichaises fichaise nom f p 0.03 0.20 0.02 0.14 -fichait ficher ver 97.84 29.32 2.31 3.38 ind:imp:3s; -fichant ficher ver 97.84 29.32 0.20 0.81 par:pre; -fiche ficher ver 97.84 29.32 60.95 10.41 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:1s;sub:pre:3s; -fichent ficher ver 97.84 29.32 2.87 1.49 ind:pre:3p; -ficher ficher ver 97.84 29.32 1.90 1.42 inf; -fichera ficher ver 97.84 29.32 0.50 0.14 ind:fut:3s; -ficherai ficher ver 97.84 29.32 0.34 0.20 ind:fut:1s; -ficheraient ficher ver 97.84 29.32 0.21 0.00 cnd:pre:3p; -ficherais ficher ver 97.84 29.32 0.75 0.00 cnd:pre:1s;cnd:pre:2s; -ficherait ficher ver 97.84 29.32 0.21 0.20 cnd:pre:3s; -ficheras ficher ver 97.84 29.32 0.07 0.00 ind:fut:2s; -ficherons ficher ver 97.84 29.32 0.00 0.07 ind:fut:1p; -ficheront ficher ver 97.84 29.32 0.17 0.14 ind:fut:3p; -fiches ficher ver 97.84 29.32 6.86 1.22 ind:pre:2s; -fichez ficher ver 97.84 29.32 12.73 1.35 imp:pre:2p;ind:pre:2p; -fichier fichier nom m s 11.10 2.91 5.42 1.89 -fichiers fichier nom m p 11.10 2.91 5.69 1.01 -fichiez ficher ver 97.84 29.32 0.48 0.00 ind:imp:2p; -fichions ficher ver 97.84 29.32 0.00 0.07 ind:imp:1p; -fichons ficher ver 97.84 29.32 2.67 0.07 imp:pre:1p;ind:pre:1p; -fichât ficher ver 97.84 29.32 0.00 0.14 sub:imp:3s; -fichtre fichtre ono 1.23 1.01 1.23 1.01 -fichtrement fichtrement adv 0.27 0.47 0.27 0.47 -fiché ficher ver m s 97.84 29.32 1.99 2.16 par:pas; -fichu fichu adj m s 27.51 12.03 17.34 7.70 -fichée ficher ver f s 97.84 29.32 0.35 1.82 par:pas; -fichue fichu adj f s 27.51 12.03 6.34 3.04 -fichées ficher ver f p 97.84 29.32 0.14 1.22 par:pas; -fichues fichu adj f p 27.51 12.03 1.04 0.20 -fichés ficher ver m p 97.84 29.32 0.20 1.08 par:pas; -fichus fichu adj m p 27.51 12.03 2.79 1.08 -fictif fictif adj m s 1.99 2.84 0.94 1.22 -fictifs fictif adj m p 1.99 2.84 0.57 0.34 -fiction fiction nom f s 6.46 5.14 6.25 4.32 -fictionnel fictionnel adj m s 0.02 0.00 0.02 0.00 -fictions fiction nom f p 6.46 5.14 0.21 0.81 -fictive fictif adj f s 1.99 2.84 0.41 0.88 -fictivement fictivement adv 0.00 0.20 0.00 0.20 -fictives fictif adj f p 1.99 2.84 0.06 0.41 -ficus ficus nom m 0.17 0.20 0.17 0.20 -fidèle fidèle adj s 24.61 35.61 20.04 27.43 -fidèlement fidèlement adv 1.12 4.53 1.12 4.53 -fidèles fidèle adj p 24.61 35.61 4.57 8.18 -fiduciaire fiduciaire adj s 0.17 0.68 0.13 0.68 -fiduciaires fiduciaire adj f p 0.17 0.68 0.04 0.00 -fiducie fiducie nom f s 0.06 0.00 0.06 0.00 -fidéicommis fidéicommis nom m 0.42 0.07 0.42 0.07 -fidéliser fidéliser ver 0.04 0.00 0.03 0.00 inf; -fidéliseras fidéliser ver 0.04 0.00 0.01 0.00 ind:fut:2s; -fidélité fidélité nom f s 10.26 18.31 10.26 17.43 -fidélités fidélité nom f p 10.26 18.31 0.00 0.88 -fie fier ver 14.26 8.99 4.10 0.95 imp:pre:2s;ind:pre:1s;ind:pre:3s; -fief fief nom m s 3.38 3.45 3.22 2.70 -fieffé fieffé adj m s 0.95 0.61 0.77 0.20 -fieffée fieffé adj f s 0.95 0.61 0.00 0.27 -fieffés fieffé adj m p 0.95 0.61 0.19 0.14 -fiefs fief nom m p 3.38 3.45 0.16 0.74 -fiel fiel nom m s 1.36 2.50 1.36 2.50 -field field nom m s 0.47 0.00 0.47 0.00 -fielleuse fielleux adj f s 0.42 0.95 0.11 0.20 -fielleusement fielleusement adv 0.00 0.07 0.00 0.07 -fielleuses fielleux adj f p 0.42 0.95 0.00 0.27 -fielleux fielleux adj m 0.42 0.95 0.31 0.47 -fient fier ver 14.26 8.99 0.18 0.00 ind:pre:3p; -fiente fiente nom f s 0.79 2.70 0.72 1.96 -fientes fiente nom f p 0.79 2.70 0.07 0.74 -fienteuse fienteux adj f s 0.00 0.14 0.00 0.07 -fienteux fienteux adj m p 0.00 0.14 0.00 0.07 -fienté fienter ver m s 0.20 0.20 0.00 0.14 par:pas; -fier_à_bras fier_à_bras nom m 0.00 0.14 0.00 0.14 -fier fier adj m s 79.13 58.18 46.07 31.42 -fiera fier ver 14.26 8.99 0.11 0.00 ind:fut:3s; -fierai fier ver 14.26 8.99 0.02 0.00 ind:fut:1s; -fierais fier ver 14.26 8.99 0.29 0.07 cnd:pre:1s;cnd:pre:2s; -fieras fier ver 14.26 8.99 0.01 0.00 ind:fut:2s; -fiers_à_bras fiers_à_bras nom m p 0.00 0.27 0.00 0.27 -fiers fier adj m p 79.13 58.18 12.36 8.38 -fierté fierté nom f s 13.58 29.93 13.56 29.66 -fiertés fierté nom f p 13.58 29.93 0.02 0.27 -fiesta fiesta nom f s 2.14 2.43 2.07 1.96 -fiestas fiesta nom f p 2.14 2.43 0.07 0.47 -fieu fieu nom m s 0.00 0.07 0.00 0.07 -fieux fieux nom m p 0.02 0.00 0.02 0.00 -fiez fier ver 14.26 8.99 1.58 0.41 imp:pre:2p;ind:pre:2p; -fifi fifi nom m s 0.98 7.77 0.96 7.36 -fifille fifille nom f s 0.65 1.35 0.65 1.35 -fifis fifi nom m p 0.98 7.77 0.02 0.41 -fifre fifre nom m s 0.10 2.09 0.07 1.22 -fifrelin fifrelin nom m s 0.13 0.54 0.03 0.41 -fifrelins fifrelin nom m p 0.13 0.54 0.10 0.14 -fifres fifre nom m p 0.10 2.09 0.03 0.88 -fifties fifties nom p 0.03 0.07 0.03 0.07 -fifty_fifty fifty_fifty adv 0.66 0.14 0.66 0.14 -fifty fifty nom m s 0.05 0.47 0.05 0.47 -figaro figaro nom m s 0.00 1.42 0.00 1.35 -figaros figaro nom m p 0.00 1.42 0.00 0.07 -fige figer ver 4.49 33.18 1.04 2.91 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -figea figer ver 4.49 33.18 0.00 2.97 ind:pas:3s; -figeaient figer ver 4.49 33.18 0.00 0.95 ind:imp:3p; -figeais figer ver 4.49 33.18 0.03 0.14 ind:imp:1s; -figeait figer ver 4.49 33.18 0.04 1.89 ind:imp:3s; -figeant figer ver 4.49 33.18 0.01 0.68 par:pre; -figent figer ver 4.49 33.18 0.17 0.34 ind:pre:3p; -figer figer ver 4.49 33.18 1.16 2.50 inf; -figera figer ver 4.49 33.18 0.04 0.14 ind:fut:3s; -figerai figer ver 4.49 33.18 0.07 0.07 ind:fut:1s; -figeraient figer ver 4.49 33.18 0.00 0.14 cnd:pre:3p; -figerait figer ver 4.49 33.18 0.00 0.27 cnd:pre:3s; -figez figer ver 4.49 33.18 0.05 0.00 imp:pre:2p;ind:pre:2p; -fignard fignard nom m s 0.00 0.07 0.00 0.07 -fignola fignoler ver 0.48 3.85 0.00 0.27 ind:pas:3s; -fignolage fignolage nom m s 0.11 0.41 0.11 0.20 -fignolages fignolage nom m p 0.11 0.41 0.00 0.20 -fignolaient fignoler ver 0.48 3.85 0.00 0.07 ind:imp:3p; -fignolait fignoler ver 0.48 3.85 0.00 0.41 ind:imp:3s; -fignolant fignoler ver 0.48 3.85 0.00 0.61 par:pre; -fignole fignoler ver 0.48 3.85 0.20 0.27 ind:pre:1s;ind:pre:3s; -fignolent fignoler ver 0.48 3.85 0.00 0.14 ind:pre:3p; -fignoler fignoler ver 0.48 3.85 0.16 0.95 inf; -fignolerai fignoler ver 0.48 3.85 0.00 0.07 ind:fut:1s; -fignolerais fignoler ver 0.48 3.85 0.01 0.00 cnd:pre:1s; -fignolerait fignoler ver 0.48 3.85 0.00 0.07 cnd:pre:3s; -fignoleur fignoleur nom m s 0.01 0.00 0.01 0.00 -fignolons fignoler ver 0.48 3.85 0.00 0.07 ind:pre:1p; -fignolé fignoler ver m s 0.48 3.85 0.09 0.61 par:pas; -fignolée fignoler ver f s 0.48 3.85 0.01 0.27 par:pas; -fignolés fignoler ver m p 0.48 3.85 0.01 0.07 par:pas; -figèrent figer ver 4.49 33.18 0.00 0.27 ind:pas:3p; -figé figer ver m s 4.49 33.18 1.02 9.32 par:pas; -figue figue nom f s 7.38 3.58 3.44 1.28 -figée figer ver f s 4.49 33.18 0.49 5.00 par:pas; -figues figue nom f p 7.38 3.58 3.94 2.30 -figées figé adj f p 0.94 11.82 0.05 0.88 -figuier figuier nom m s 1.79 3.58 1.36 1.82 -figuiers figuier nom m p 1.79 3.58 0.43 1.76 -figura figurer ver 14.41 57.23 0.07 0.41 ind:pas:3s; -figurai figurer ver 14.41 57.23 0.14 0.34 ind:pas:1s; -figuraient figurer ver 14.41 57.23 0.21 3.99 ind:imp:3p; -figurais figurer ver 14.41 57.23 0.03 1.96 ind:imp:1s;ind:imp:2s; -figurait figurer ver 14.41 57.23 0.81 7.97 ind:imp:3s; -figurant figurant nom m s 2.99 5.07 0.68 1.62 -figurante figurant nom f s 2.99 5.07 0.37 0.54 -figurantes figurant nom f p 2.99 5.07 0.02 0.14 -figurants figurant nom m p 2.99 5.07 1.93 2.77 -figuratif figuratif adj m s 0.20 0.68 0.20 0.27 -figuratifs figuratif adj m p 0.20 0.68 0.00 0.14 -figuration figuration nom f s 0.41 2.57 0.40 1.96 -figurations figuration nom f p 0.41 2.57 0.01 0.61 -figurative figuratif adj f s 0.20 0.68 0.01 0.14 -figurativement figurativement adv 0.01 0.07 0.01 0.07 -figuratives figuratif adj f p 0.20 0.68 0.00 0.14 -figure figure nom f s 25.18 95.34 22.49 77.70 -figurent figurer ver 14.41 57.23 0.56 4.46 ind:pre:3p; -figurer figurer ver 14.41 57.23 1.43 7.30 inf; -figurera figurer ver 14.41 57.23 0.42 0.34 ind:fut:3s; -figureraient figurer ver 14.41 57.23 0.01 0.27 cnd:pre:3p; -figurerait figurer ver 14.41 57.23 0.03 0.27 cnd:pre:3s; -figures figure nom f p 25.18 95.34 2.69 17.64 -figurez figurer ver 14.41 57.23 3.06 6.15 imp:pre:2p;ind:pre:2p; -figuriez figurer ver 14.41 57.23 0.03 0.07 ind:imp:2p; -figurine figurine nom f s 2.18 2.43 1.19 0.88 -figurines figurine nom f p 2.18 2.43 0.99 1.55 -figurions figurer ver 14.41 57.23 0.00 0.14 ind:imp:1p; -figurât figurer ver 14.41 57.23 0.00 0.34 sub:imp:3s; -figurèrent figurer ver 14.41 57.23 0.00 0.07 ind:pas:3p; -figuré figuré adj m s 0.57 1.08 0.56 0.95 -figurée figuré adj f s 0.57 1.08 0.02 0.00 -figurées figurer ver f p 14.41 57.23 0.00 0.47 par:pas; -figurés figurer ver m p 14.41 57.23 0.00 0.74 par:pas; -figés figer ver m p 4.49 33.18 0.36 3.92 par:pas; -fil_à_fil fil_à_fil nom m 0.00 0.34 0.00 0.34 -fil fil nom m s 64.92 99.73 51.83 75.95 -fila filer ver 100.96 88.51 0.41 4.93 ind:pas:3s; -filage filage nom m s 0.06 0.14 0.06 0.14 -filai filer ver 100.96 88.51 0.00 0.61 ind:pas:1s; -filaient filer ver 100.96 88.51 0.34 3.38 ind:imp:3p; -filaire filaire adj f s 0.01 0.00 0.01 0.00 -filais filer ver 100.96 88.51 0.54 1.15 ind:imp:1s;ind:imp:2s; -filait filer ver 100.96 88.51 1.39 10.27 ind:imp:3s; -filament filament nom m s 0.40 2.16 0.29 0.27 -filamenteux filamenteux adj m 0.01 0.07 0.01 0.07 -filaments filament nom m p 0.40 2.16 0.11 1.89 -filandres filandre nom f p 0.00 0.07 0.00 0.07 -filandreuse filandreux adj f s 0.07 1.62 0.00 0.54 -filandreuses filandreux adj f p 0.07 1.62 0.03 0.61 -filandreux filandreux adj m 0.07 1.62 0.05 0.47 -filant filer ver 100.96 88.51 0.26 3.38 par:pre; -filante filant adj f s 1.64 3.38 0.60 1.28 -filantes filant adj f p 1.64 3.38 0.82 1.22 -filaos filao nom m p 0.00 0.07 0.00 0.07 -filariose filariose nom f s 0.05 0.00 0.05 0.00 -filasse filasse nom f s 0.06 0.47 0.02 0.34 -filasses filasse nom f p 0.06 0.47 0.04 0.14 -filateur filateur nom m s 0.00 0.27 0.00 0.07 -filateurs filateur nom m p 0.00 0.27 0.00 0.20 -filature filature nom f s 2.10 1.42 1.85 0.88 -filatures filature nom f p 2.10 1.42 0.24 0.54 -file_la_moi file_la_moi nom f s 0.01 0.00 0.01 0.00 -file filer ver 100.96 88.51 36.47 17.84 imp:pre:2s;ind:pre:1s;ind:pre:3s; -filent filer ver 100.96 88.51 2.21 3.18 ind:pre:3p; -filer filer ver 100.96 88.51 25.85 21.76 inf; -filera filer ver 100.96 88.51 1.03 0.61 ind:fut:3s; -filerai filer ver 100.96 88.51 0.71 0.68 ind:fut:1s; -fileraient filer ver 100.96 88.51 0.03 0.07 cnd:pre:3p; -filerais filer ver 100.96 88.51 0.35 0.20 cnd:pre:1s;cnd:pre:2s; -filerait filer ver 100.96 88.51 0.27 0.34 cnd:pre:3s; -fileras filer ver 100.96 88.51 0.22 0.14 ind:fut:2s; -filerez filer ver 100.96 88.51 0.16 0.14 ind:fut:2p; -fileriez filer ver 100.96 88.51 0.03 0.00 cnd:pre:2p; -filerons filer ver 100.96 88.51 0.21 0.07 ind:fut:1p; -fileront filer ver 100.96 88.51 0.11 0.20 ind:fut:3p; -files filer ver 100.96 88.51 4.95 1.89 ind:pre:1p;ind:pre:2s;sub:pre:2s; -filet filet nom m s 15.44 41.49 10.99 26.35 -filetage filetage nom m s 0.09 0.07 0.09 0.07 -filets filet nom m p 15.44 41.49 4.45 15.14 -fileté fileté adj m s 0.03 0.34 0.03 0.07 -filetée fileter ver f s 0.01 0.14 0.01 0.07 par:pas; -fileur fileur nom m s 0.06 0.14 0.04 0.07 -fileuse fileur nom f s 0.06 0.14 0.01 0.07 -filez filer ver 100.96 88.51 7.90 1.49 imp:pre:2p;ind:pre:2p; -filial filial adj m s 0.63 3.85 0.14 1.76 -filiale filiale nom f s 1.33 0.81 0.84 0.54 -filialement filialement adv 0.00 0.20 0.00 0.20 -filiales filiale nom f p 1.33 0.81 0.48 0.27 -filiation filiation nom f s 0.23 2.36 0.23 1.89 -filiations filiation nom f p 0.23 2.36 0.00 0.47 -filiaux filial adj m p 0.63 3.85 0.00 0.34 -filiez filer ver 100.96 88.51 0.17 0.14 ind:imp:2p; -filiforme filiforme adj s 0.03 1.55 0.03 1.01 -filiformes filiforme adj p 0.03 1.55 0.00 0.54 -filigrane filigrane nom m s 0.45 2.97 0.43 2.30 -filigranes filigrane nom m p 0.45 2.97 0.02 0.68 -filigranés filigraner ver m p 0.00 0.07 0.00 0.07 par:pas; -filin filin nom m s 0.44 2.64 0.25 1.42 -filins filin nom m p 0.44 2.64 0.19 1.22 -filions filer ver 100.96 88.51 0.01 0.07 ind:imp:1p; -filioque filioque adj m s 0.00 0.54 0.00 0.54 -filière filière nom f s 0.78 3.18 0.73 2.70 -filières filière nom f p 0.78 3.18 0.05 0.47 -fillasses fillasse nom f p 0.00 0.07 0.00 0.07 -fille_mère fille_mère nom f s 0.39 0.41 0.39 0.41 -fille fille nom f s 841.56 592.23 627.59 417.03 -filles fille nom f p 841.56 592.23 213.97 175.20 -fillette fillette nom f s 13.26 22.97 11.59 16.69 -fillettes fillette nom f p 13.26 22.97 1.67 6.28 -filleul filleul nom m s 2.72 1.82 2.42 1.22 -filleule filleul nom f s 2.72 1.82 0.29 0.47 -filleuls filleul nom m p 2.72 1.82 0.01 0.14 -fillér fillér nom m s 0.01 0.00 0.01 0.00 -film_livre film_livre nom m s 0.00 0.07 0.00 0.07 -film film nom m s 252.66 74.12 195.10 49.53 -filma filmer ver 40.08 3.45 0.27 0.00 ind:pas:3s; -filmage filmage nom m s 0.02 0.00 0.02 0.00 -filmaient filmer ver 40.08 3.45 0.44 0.07 ind:imp:3p; -filmais filmer ver 40.08 3.45 0.51 0.00 ind:imp:1s;ind:imp:2s; -filmait filmer ver 40.08 3.45 0.80 0.14 ind:imp:3s; -filmant filmer ver 40.08 3.45 0.42 0.14 par:pre; -filme filmer ver 40.08 3.45 7.17 0.34 imp:pre:2s;ind:pre:1s;ind:pre:3s; -filment filmer ver 40.08 3.45 0.56 0.14 ind:pre:3p; -filmer filmer ver 40.08 3.45 12.89 1.28 inf; -filmera filmer ver 40.08 3.45 0.26 0.00 ind:fut:3s; -filmerai filmer ver 40.08 3.45 0.20 0.00 ind:fut:1s; -filmerais filmer ver 40.08 3.45 0.20 0.00 cnd:pre:2s; -filmerait filmer ver 40.08 3.45 0.01 0.00 cnd:pre:3s; -filmerez filmer ver 40.08 3.45 0.11 0.00 ind:fut:2p; -filmeront filmer ver 40.08 3.45 0.16 0.00 ind:fut:3p; -filmes filmer ver 40.08 3.45 1.93 0.07 ind:pre:2s; -filmez filmer ver 40.08 3.45 1.64 0.07 imp:pre:2p;ind:pre:2p; -filmiez filmer ver 40.08 3.45 0.03 0.00 ind:imp:2p;sub:pre:2p; -filmions filmer ver 40.08 3.45 0.16 0.00 ind:imp:1p; -filmique filmique adj s 0.15 0.00 0.15 0.00 -filmographie filmographie nom f s 0.03 0.00 0.03 0.00 -filmons filmer ver 40.08 3.45 0.53 0.00 imp:pre:1p;ind:pre:1p; -filmothèque filmothèque nom f s 0.01 0.00 0.01 0.00 -films_annonce films_annonce nom m p 0.00 0.07 0.00 0.07 -films film nom m p 252.66 74.12 57.56 24.59 -filmé filmer ver m s 40.08 3.45 7.96 0.61 par:pas; -filmée filmer ver f s 40.08 3.45 1.45 0.34 par:pas; -filmées filmer ver f p 40.08 3.45 0.51 0.20 par:pas; -filmés filmer ver m p 40.08 3.45 1.88 0.07 par:pas; -filochard filochard nom m s 0.05 0.20 0.05 0.20 -filoche filoche nom f s 0.14 0.47 0.14 0.47 -filocher filocher ver 0.02 0.34 0.01 0.20 inf; -filochez filocher ver 0.02 0.34 0.01 0.00 imp:pre:2p; -filoché filocher ver m s 0.02 0.34 0.00 0.14 par:pas; -filoguidé filoguidé adj m s 0.01 0.00 0.01 0.00 -filâmes filer ver 100.96 88.51 0.01 0.07 ind:pas:1p; -filon filon nom m s 5.61 2.64 1.77 1.82 -filons filon nom m p 5.61 2.64 3.83 0.81 -filoselle filoselle nom f s 0.00 0.34 0.00 0.34 -filât filer ver 100.96 88.51 0.00 0.20 sub:imp:3s; -filou filou nom m s 2.48 1.28 1.79 1.08 -filous filou nom m p 2.48 1.28 0.68 0.20 -filouter filouter ver 0.53 0.20 0.19 0.07 inf; -filouterie filouterie nom f s 0.17 0.34 0.14 0.20 -filouteries filouterie nom f p 0.17 0.34 0.02 0.14 -filoutes filouter ver 0.53 0.20 0.00 0.07 ind:pre:2s; -filouté filouter ver m s 0.53 0.20 0.03 0.00 par:pas; -filoutés filouter ver m p 0.53 0.20 0.31 0.07 par:pas; -fils fils nom m 480.15 247.64 480.15 247.64 -filèrent filer ver 100.96 88.51 0.03 0.74 ind:pas:3p; -filtra filtrer ver 2.58 13.58 0.00 0.27 ind:pas:3s; -filtrage filtrage nom m s 0.26 0.07 0.26 0.07 -filtraient filtrer ver 2.58 13.58 0.00 1.15 ind:imp:3p; -filtrais filtrer ver 2.58 13.58 0.01 0.00 ind:imp:1s; -filtrait filtrer ver 2.58 13.58 0.04 2.64 ind:imp:3s; -filtrant filtrant adj m s 0.20 0.41 0.19 0.27 -filtrantes filtrant adj f p 0.20 0.41 0.00 0.07 -filtrants filtrant adj m p 0.20 0.41 0.01 0.07 -filtration filtration nom f s 0.20 0.14 0.20 0.07 -filtrations filtration nom f p 0.20 0.14 0.00 0.07 -filtre filtre nom m s 4.54 2.64 3.52 2.16 -filtrent filtrer ver 2.58 13.58 0.08 0.20 ind:pre:3p; -filtrer filtrer ver 2.58 13.58 1.01 3.72 inf; -filtrerait filtrer ver 2.58 13.58 0.01 0.14 cnd:pre:3s; -filtres filtre nom m p 4.54 2.64 1.02 0.47 -filtrez filtrer ver 2.58 13.58 0.23 0.00 imp:pre:2p;ind:pre:2p; -filtrèrent filtrer ver 2.58 13.58 0.00 0.14 ind:pas:3p; -filtré filtrer ver m s 2.58 13.58 0.27 0.95 par:pas; -filtrée filtrer ver f s 2.58 13.58 0.05 0.47 par:pas; -filtrées filtrer ver f p 2.58 13.58 0.00 0.34 par:pas; -filtrés filtrer ver m p 2.58 13.58 0.01 0.07 par:pas; -filé filer ver m s 100.96 88.51 15.18 13.51 par:pas; -filée filer ver f s 100.96 88.51 0.36 0.41 par:pas; -filées filer ver f p 100.96 88.51 0.07 0.14 par:pas; -filés filer ver m p 100.96 88.51 0.34 0.54 par:pas; -fin fin nom s 213.37 314.53 207.34 303.31 -finîmes finir ver 557.61 417.97 0.14 0.41 ind:pas:1p; -finît finir ver 557.61 417.97 0.00 0.68 sub:imp:3s; -finage finage nom m s 0.00 0.07 0.00 0.07 -final final adj m s 18.20 19.39 9.73 11.55 -finale final adj f s 18.20 19.39 7.67 7.50 -finalement finalement adv 45.89 58.92 45.89 58.92 -finales finale nom p 5.45 2.84 0.58 0.34 -finalisation finalisation nom f s 0.07 0.00 0.07 0.00 -finaliser finaliser ver 0.64 0.00 0.25 0.00 inf; -finaliste finaliste nom s 0.78 0.07 0.19 0.07 -finalistes finaliste nom p 0.78 0.07 0.59 0.00 -finalisé finaliser ver m s 0.64 0.00 0.39 0.00 par:pas; -finalisées finaliser ver f p 0.64 0.00 0.01 0.00 par:pas; -finalité finalité nom f s 0.46 0.41 0.46 0.34 -finalités finalité nom f p 0.46 0.41 0.00 0.07 -finals final nom m p 3.76 1.69 0.02 0.07 -finance finance nom f s 8.03 8.78 2.13 1.76 -financement financement nom m s 2.90 0.47 2.55 0.47 -financements financement nom m p 2.90 0.47 0.34 0.00 -financent financer ver 9.92 2.70 0.46 0.07 ind:pre:3p; -financer financer ver 9.92 2.70 3.96 1.08 inf; -financera financer ver 9.92 2.70 0.11 0.00 ind:fut:3s; -financerai financer ver 9.92 2.70 0.32 0.00 ind:fut:1s; -financeraient financer ver 9.92 2.70 0.01 0.00 cnd:pre:3p; -financerait financer ver 9.92 2.70 0.12 0.07 cnd:pre:3s; -financeras financer ver 9.92 2.70 0.11 0.00 ind:fut:2s; -financerons financer ver 9.92 2.70 0.02 0.00 ind:fut:1p; -financeront financer ver 9.92 2.70 0.16 0.07 ind:fut:3p; -finances finance nom f p 8.03 8.78 5.89 7.03 -financez financer ver 9.92 2.70 0.14 0.20 imp:pre:2p;ind:pre:2p; -financier financier adj m s 11.02 9.32 4.00 2.30 -financiers financier adj m p 11.02 9.32 2.17 2.36 -financiez financer ver 9.92 2.70 0.01 0.00 ind:imp:2p; -financière financier adj f s 11.02 9.32 3.49 2.43 -financièrement financièrement adv 2.21 0.47 2.21 0.47 -financières financier adj f p 11.02 9.32 1.36 2.23 -financé financer ver m s 9.92 2.70 1.70 0.34 par:pas; -financée financer ver f s 9.92 2.70 0.64 0.14 par:pas; -financés financer ver m p 9.92 2.70 0.29 0.00 par:pas; -finançai financer ver 9.92 2.70 0.00 0.07 ind:pas:1s; -finançaient financer ver 9.92 2.70 0.03 0.00 ind:imp:3p; -finançait financer ver 9.92 2.70 0.19 0.27 ind:imp:3s; -finançant financer ver 9.92 2.70 0.03 0.14 par:pre; -finançons financer ver 9.92 2.70 0.03 0.00 imp:pre:1p;ind:pre:1p; -finassait finasser ver 0.15 0.41 0.00 0.07 ind:imp:3s; -finasse finasser ver 0.15 0.41 0.00 0.20 ind:pre:3s; -finasser finasser ver 0.15 0.41 0.06 0.14 inf; -finasserie finasserie nom f s 0.01 0.20 0.00 0.07 -finasseries finasserie nom f p 0.01 0.20 0.01 0.14 -finasses finasser ver 0.15 0.41 0.01 0.00 ind:pre:2s; -finassons finasser ver 0.15 0.41 0.01 0.00 imp:pre:1p; -finassé finasser ver m s 0.15 0.41 0.07 0.00 par:pas; -finaud finaud adj m s 0.34 1.28 0.18 1.01 -finaude finaud adj f s 0.34 1.28 0.16 0.20 -finauds finaud nom m p 0.22 0.34 0.03 0.07 -finaux final adj m p 18.20 19.39 0.29 0.00 -fine fin adj f s 26.95 97.97 10.16 33.99 -finement finement adv 1.03 5.88 1.03 5.88 -fines fin adj f p 26.95 97.97 2.35 19.05 -finesse finesse nom f s 2.38 9.32 2.21 7.84 -finesses finesse nom f p 2.38 9.32 0.17 1.49 -finet finet adj m s 0.00 0.27 0.00 0.27 -finette finette nom f s 0.00 0.68 0.00 0.68 -fini finir ver m s 557.61 417.97 292.55 149.26 par:pas; -finie finir ver f s 557.61 417.97 26.99 12.23 par:pas; -finies finir ver f p 557.61 417.97 3.04 2.57 par:pas; -finir finir ver 557.61 417.97 96.48 68.92 inf; -finira finir ver 557.61 417.97 20.35 8.99 ind:fut:3s; -finirai finir ver 557.61 417.97 5.65 1.89 ind:fut:1s; -finiraient finir ver 557.61 417.97 0.34 1.76 cnd:pre:3p; -finirais finir ver 557.61 417.97 2.05 2.30 cnd:pre:1s;cnd:pre:2s; -finirait finir ver 557.61 417.97 4.51 11.28 cnd:pre:3s; -finiras finir ver 557.61 417.97 7.36 1.96 ind:fut:2s; -finirent finir ver 557.61 417.97 0.27 2.30 ind:pas:3p; -finirez finir ver 557.61 417.97 3.10 0.95 ind:fut:2p; -finiriez finir ver 557.61 417.97 0.36 0.14 cnd:pre:2p; -finirions finir ver 557.61 417.97 0.34 0.54 cnd:pre:1p; -finirons finir ver 557.61 417.97 1.63 1.08 ind:fut:1p; -finiront finir ver 557.61 417.97 3.31 2.09 ind:fut:3p; -finis finir ver m p 557.61 417.97 21.82 11.28 imp:pre:2s;ind:pre:1s;ind:pre:2s;par:pas; -finish finish nom m s 0.32 0.61 0.32 0.61 -finissaient finir ver 557.61 417.97 0.44 8.38 ind:imp:3p; -finissais finir ver 557.61 417.97 1.06 3.38 ind:imp:1s;ind:imp:2s; -finissait finir ver 557.61 417.97 2.68 30.00 ind:imp:3s; -finissant finir ver 557.61 417.97 0.48 3.85 par:pre; -finissante finissant adj f s 0.22 2.57 0.12 0.54 -finissantes finissant adj f p 0.22 2.57 0.00 0.14 -finissants finissant adj m p 0.22 2.57 0.07 0.07 -finisse finir ver 557.61 417.97 9.34 6.49 sub:pre:1s;sub:pre:3s; -finissent finir ver 557.61 417.97 8.49 10.41 ind:pre:3p; -finisses finir ver 557.61 417.97 0.63 0.14 sub:pre:2s; -finisseur finisseur nom m s 0.03 0.00 0.02 0.00 -finisseuse finisseur nom f s 0.03 0.00 0.01 0.00 -finissez finir ver 557.61 417.97 5.80 1.15 imp:pre:2p;ind:pre:2p; -finissiez finir ver 557.61 417.97 0.41 0.20 ind:imp:2p; -finissions finir ver 557.61 417.97 0.20 1.08 ind:imp:1p; -finissons finir ver 557.61 417.97 7.82 1.82 imp:pre:1p;ind:pre:1p; -finit finir ver 557.61 417.97 29.97 70.47 ind:pre:3s;ind:pas:3s; -finition finition nom f s 1.12 1.28 0.61 1.01 -finitions finition nom f p 1.12 1.28 0.50 0.27 -finitude finitude nom f s 0.00 0.20 0.00 0.20 -finlandais finlandais adj m 1.35 0.61 0.76 0.27 -finlandaise finlandais adj f s 1.35 0.61 0.56 0.27 -finlandaises finlandais adj f p 1.35 0.61 0.04 0.07 -finlandisation finlandisation nom f s 0.00 0.07 0.00 0.07 -finnois finnois nom m 0.54 0.07 0.54 0.07 -fins fin nom p 213.37 314.53 6.03 11.22 -fiole fiole nom f s 1.93 5.14 1.50 3.11 -fioles fiole nom f p 1.93 5.14 0.42 2.03 -fion fion nom m s 1.77 2.64 1.75 2.57 -fions fier ver 14.26 8.99 0.25 0.00 imp:pre:1p;ind:pre:1p; -fiord fiord nom m s 0.00 0.07 0.00 0.07 -fioriture fioriture nom f s 0.25 2.09 0.01 0.74 -fioritures fioriture nom f p 0.25 2.09 0.24 1.35 -fioul fioul nom m s 0.06 0.00 0.06 0.00 -firent faire ver 8813.53 5328.99 3.00 37.16 ind:pas:3p; -firmament firmament nom m s 1.57 2.09 1.57 2.03 -firmaments firmament nom m p 1.57 2.09 0.00 0.07 -firman firman nom m s 0.04 0.20 0.04 0.14 -firmans firman nom m p 0.04 0.20 0.00 0.07 -firme firme nom f s 4.32 2.70 4.07 1.96 -firmes firme nom f p 4.32 2.70 0.25 0.74 -fis faire ver 8813.53 5328.99 4.35 40.74 ind:pas:1s;ind:pas:2s; -fisc fisc nom m s 2.53 1.28 2.53 1.28 -fiscal fiscal adj m s 4.54 1.22 1.41 0.14 -fiscale fiscal adj f s 4.54 1.22 1.97 0.47 -fiscalement fiscalement adv 0.01 0.07 0.01 0.07 -fiscales fiscal adj f p 4.54 1.22 0.41 0.27 -fiscaliste fiscaliste nom s 0.08 0.00 0.08 0.00 -fiscalité fiscalité nom f s 0.09 0.07 0.09 0.07 -fiscaux fiscal adj m p 4.54 1.22 0.76 0.34 -fissa fissa adv 1.84 3.24 1.84 3.24 -fisse faire ver 8813.53 5328.99 0.54 0.74 sub:imp:1s; -fissent faire ver 8813.53 5328.99 0.00 2.16 sub:imp:3p; -fissible fissible adj s 0.07 0.00 0.04 0.00 -fissibles fissible adj p 0.07 0.00 0.04 0.00 -fissiez faire ver 8813.53 5328.99 0.01 0.20 sub:imp:2p; -fission fission nom f s 0.52 0.20 0.52 0.20 -fissionner fissionner ver 0.02 0.00 0.01 0.00 inf; -fissionné fissionner ver m s 0.02 0.00 0.01 0.00 par:pas; -fissions faire ver 8813.53 5328.99 0.00 0.14 sub:imp:1p; -fissurait fissurer ver 0.69 1.76 0.01 0.07 ind:imp:3s; -fissurant fissurer ver 0.69 1.76 0.01 0.07 par:pre; -fissure fissure nom f s 2.74 8.11 1.25 4.66 -fissurent fissurer ver 0.69 1.76 0.00 0.07 ind:pre:3p; -fissurer fissurer ver 0.69 1.76 0.06 0.14 inf; -fissures fissure nom f p 2.74 8.11 1.49 3.45 -fissuré fissurer ver m s 0.69 1.76 0.24 0.68 par:pas; -fissurée fissurer ver f s 0.69 1.76 0.05 0.27 par:pas; -fissurées fissurer ver f p 0.69 1.76 0.05 0.07 par:pas; -fissurés fissurer ver m p 0.69 1.76 0.14 0.07 par:pas; -fiston fiston nom m s 30.43 2.97 30.38 2.84 -fistons fiston nom m p 30.43 2.97 0.05 0.14 -fistule fistule nom f s 0.06 0.00 0.04 0.00 -fistules fistule nom f p 0.06 0.00 0.02 0.00 -fit faire ver 8813.53 5328.99 20.63 469.66 ind:pas:3s; -fière fier adj f s 79.13 58.18 19.68 16.69 -fièrement fièrement adv 1.45 7.64 1.45 7.64 -fières fier adj f p 79.13 58.18 1.02 1.69 -fièvre fièvre nom f s 25.00 42.64 24.23 38.58 -fièvres fièvre nom f p 25.00 42.64 0.77 4.05 -fitness fitness nom m 0.39 0.00 0.39 0.00 -fitzgéraldiennes fitzgéraldien adj f p 0.00 0.07 0.00 0.07 -fié fier ver m s 14.26 8.99 0.04 0.34 par:pas; -fiée fier ver f s 14.26 8.99 0.41 0.00 par:pas; -fiérot fiérot nom m s 0.01 0.07 0.01 0.07 -fiérote fiérot adj f s 0.00 0.41 0.00 0.14 -fiérots fiérot adj m p 0.00 0.41 0.00 0.07 -fiés fier ver m p 14.26 8.99 0.03 0.00 par:pas; -fiévreuse fiévreux adj f s 1.18 11.01 0.10 2.64 -fiévreusement fiévreusement adv 0.03 2.70 0.03 2.70 -fiévreuses fiévreux adj f p 1.18 11.01 0.12 1.28 -fiévreux fiévreux adj m 1.18 11.01 0.95 7.09 -five_o_clock five_o_clock nom m 0.01 0.14 0.01 0.14 -fivete fivete nom f s 0.00 0.20 0.00 0.20 -fixa fixer ver 32.73 140.95 0.27 10.47 ind:pas:3s; -fixage fixage nom m s 0.00 0.14 0.00 0.14 -fixai fixer ver 32.73 140.95 0.10 1.62 ind:pas:1s; -fixaient fixer ver 32.73 140.95 0.40 3.72 ind:imp:3p; -fixais fixer ver 32.73 140.95 0.28 1.62 ind:imp:1s;ind:imp:2s; -fixait fixer ver 32.73 140.95 0.95 17.50 ind:imp:3s; -fixant fixer ver 32.73 140.95 0.54 12.84 par:pre; -fixateur fixateur nom m s 0.05 0.00 0.05 0.00 -fixatif fixatif nom m s 0.00 0.07 0.00 0.07 -fixation fixation nom f s 1.94 1.96 1.47 1.89 -fixations fixation nom f p 1.94 1.96 0.47 0.07 -fixe_chaussette fixe_chaussette nom f p 0.13 0.20 0.13 0.20 -fixe fixe adj s 11.12 39.53 9.83 27.97 -fixement fixement adv 1.89 8.92 1.89 8.92 -fixent fixer ver 32.73 140.95 0.76 2.09 ind:pre:3p; -fixer fixer ver 32.73 140.95 7.04 24.80 inf; -fixera fixer ver 32.73 140.95 0.33 0.41 ind:fut:3s; -fixerai fixer ver 32.73 140.95 0.05 0.14 ind:fut:1s; -fixeraient fixer ver 32.73 140.95 0.01 0.14 cnd:pre:3p; -fixerais fixer ver 32.73 140.95 0.12 0.00 cnd:pre:1s; -fixerait fixer ver 32.73 140.95 0.00 0.54 cnd:pre:3s; -fixeras fixer ver 32.73 140.95 0.11 0.00 ind:fut:2s; -fixerez fixer ver 32.73 140.95 0.04 0.07 ind:fut:2p; -fixeriez fixer ver 32.73 140.95 0.00 0.14 cnd:pre:2p; -fixerons fixer ver 32.73 140.95 0.22 0.07 ind:fut:1p; -fixeront fixer ver 32.73 140.95 0.03 0.00 ind:fut:3p; -fixes fixer ver 32.73 140.95 1.77 0.07 ind:pre:2s; -fixette fixette nom f s 0.24 0.07 0.24 0.07 -fixez fixer ver 32.73 140.95 1.98 0.27 imp:pre:2p;ind:pre:2p; -fixiez fixer ver 32.73 140.95 0.03 0.00 ind:imp:2p; -fixing fixing nom m s 0.08 0.00 0.08 0.00 -fixions fixer ver 32.73 140.95 0.00 0.14 ind:imp:1p; -fixité fixité nom f s 0.14 4.86 0.14 4.86 -fixâmes fixer ver 32.73 140.95 0.00 0.07 ind:pas:1p; -fixons fixer ver 32.73 140.95 0.47 0.20 imp:pre:1p;ind:pre:1p; -fixât fixer ver 32.73 140.95 0.00 0.14 sub:imp:3s; -fixèrent fixer ver 32.73 140.95 0.10 1.28 ind:pas:3p; -fixé fixer ver m s 32.73 140.95 6.34 25.14 par:pas; -fixée fixer ver f s 32.73 140.95 2.47 7.70 par:pas; -fixées fixer ver f p 32.73 140.95 0.34 2.97 par:pas; -fixés fixer ver m p 32.73 140.95 1.84 14.19 par:pas; -fjord fjord nom m s 1.07 0.68 0.96 0.27 -fjords fjord nom m p 1.07 0.68 0.11 0.41 -flûta flûter ver 0.14 0.20 0.00 0.07 ind:pas:3s; -flûte flûte nom f s 10.13 10.61 9.11 8.92 -flûter flûter ver 0.14 0.20 0.14 0.07 inf; -flûtes flûte nom f p 10.13 10.61 1.02 1.69 -flûtiau flûtiau nom m s 0.10 0.07 0.10 0.07 -flûtiste flûtiste nom s 0.19 0.34 0.16 0.34 -flûtistes flûtiste nom p 0.19 0.34 0.03 0.00 -flûté flûté adj m s 0.01 0.81 0.00 0.34 -flûtée flûté adj f s 0.01 0.81 0.01 0.41 -flûtés flûté adj m p 0.01 0.81 0.00 0.07 -fla fla nom m 0.03 0.00 0.03 0.00 -flac flac ono 0.01 1.08 0.01 1.08 -flaccide flaccide adj s 0.01 0.07 0.01 0.07 -flaccidité flaccidité nom f s 0.01 0.07 0.01 0.07 -flache flache nom f s 0.00 0.27 0.00 0.07 -flaches flache nom f p 0.00 0.27 0.00 0.20 -flacon flacon nom m s 4.93 19.46 4.12 11.82 -flacons flacon nom m p 4.93 19.46 0.81 7.64 -flafla flafla nom m s 0.00 0.20 0.00 0.20 -flag flag nom m 0.57 0.41 0.57 0.41 -flagada flagada adj 0.06 0.14 0.06 0.14 -flagella flageller ver 0.82 1.89 0.00 0.14 ind:pas:3s; -flagellaient flageller ver 0.82 1.89 0.10 0.07 ind:imp:3p; -flagellait flageller ver 0.82 1.89 0.01 0.14 ind:imp:3s; -flagellant flageller ver 0.82 1.89 0.10 0.00 par:pre; -flagellants flagellant nom m p 0.11 0.07 0.10 0.07 -flagellateur flagellateur nom m s 0.01 0.00 0.01 0.00 -flagellation flagellation nom f s 0.47 0.81 0.44 0.61 -flagellations flagellation nom f p 0.47 0.81 0.02 0.20 -flagelle flageller ver 0.82 1.89 0.03 0.20 imp:pre:2s;ind:pre:1s;ind:pre:3s; -flagellent flageller ver 0.82 1.89 0.11 0.20 ind:pre:3p; -flageller flageller ver 0.82 1.89 0.17 0.41 inf; -flagellerez flageller ver 0.82 1.89 0.14 0.00 ind:fut:2p; -flagelleront flageller ver 0.82 1.89 0.14 0.00 ind:fut:3p; -flagellé flagellé adj m s 0.28 0.27 0.27 0.14 -flagellée flageller ver f s 0.82 1.89 0.01 0.27 par:pas; -flagellées flageller ver f p 0.82 1.89 0.01 0.07 par:pas; -flagellés flageller ver m p 0.82 1.89 0.01 0.14 par:pas; -flageola flageoler ver 0.13 2.16 0.00 0.07 ind:pas:3s; -flageolai flageoler ver 0.13 2.16 0.00 0.07 ind:pas:1s; -flageolaient flageoler ver 0.13 2.16 0.00 0.20 ind:imp:3p; -flageolait flageoler ver 0.13 2.16 0.00 0.20 ind:imp:3s; -flageolant flageoler ver 0.13 2.16 0.01 0.54 par:pre; -flageolante flageolant adj f s 0.04 1.35 0.00 0.20 -flageolantes flageolant adj f p 0.04 1.35 0.03 0.81 -flageolants flageolant adj m p 0.04 1.35 0.00 0.07 -flageole flageoler ver 0.13 2.16 0.00 0.27 ind:pre:1s;ind:pre:3s; -flageolent flageoler ver 0.13 2.16 0.12 0.34 ind:pre:3p; -flageoler flageoler ver 0.13 2.16 0.00 0.34 inf; -flageoleront flageoler ver 0.13 2.16 0.00 0.07 ind:fut:3p; -flageolet flageolet nom m s 0.51 1.49 0.27 0.34 -flageolets flageolet nom m p 0.51 1.49 0.24 1.15 -flageolèrent flageoler ver 0.13 2.16 0.00 0.07 ind:pas:3p; -flagornait flagorner ver 0.01 0.20 0.00 0.07 ind:imp:3s; -flagornent flagorner ver 0.01 0.20 0.01 0.07 ind:pre:3p; -flagorner flagorner ver 0.01 0.20 0.00 0.07 inf; -flagornerie flagornerie nom f s 0.07 0.68 0.04 0.54 -flagorneries flagornerie nom f p 0.07 0.68 0.04 0.14 -flagorneur flagorneur nom m s 0.33 0.07 0.14 0.00 -flagorneurs flagorneur nom m p 0.33 0.07 0.19 0.07 -flagorneuse flagorneur adj f s 0.02 0.07 0.02 0.07 -flagrance flagrance nom f s 0.01 0.00 0.01 0.00 -flagrant flagrant adj m s 3.89 7.36 3.01 5.20 -flagrante flagrant adj f s 3.89 7.36 0.70 1.76 -flagrantes flagrant adj f p 3.89 7.36 0.14 0.14 -flagrants flagrant adj m p 3.89 7.36 0.04 0.27 -flahutes flahute nom p 0.00 0.07 0.00 0.07 -flair flair nom m s 2.32 4.80 2.32 4.80 -flaira flairer ver 4.47 14.73 0.00 1.69 ind:pas:3s; -flairaient flairer ver 4.47 14.73 0.02 0.34 ind:imp:3p; -flairais flairer ver 4.47 14.73 0.37 0.14 ind:imp:1s; -flairait flairer ver 4.47 14.73 0.05 2.16 ind:imp:3s; -flairant flairer ver 4.47 14.73 0.02 1.42 par:pre; -flaire flairer ver 4.47 14.73 1.67 2.57 imp:pre:2s;ind:pre:1s;ind:pre:3s; -flairent flairer ver 4.47 14.73 0.23 0.61 ind:pre:3p; -flairer flairer ver 4.47 14.73 0.93 2.70 inf; -flairera flairer ver 4.47 14.73 0.02 0.00 ind:fut:3s; -flairerait flairer ver 4.47 14.73 0.00 0.14 cnd:pre:3s; -flaires flairer ver 4.47 14.73 0.04 0.27 ind:pre:2s; -flaireur flaireur nom m s 0.00 0.27 0.00 0.14 -flaireurs flaireur nom m p 0.00 0.27 0.00 0.07 -flaireuse flaireur nom f s 0.00 0.27 0.00 0.07 -flairez flairer ver 4.47 14.73 0.02 0.00 ind:pre:2p; -flairé flairer ver m s 4.47 14.73 1.00 2.50 par:pas; -flairée flairer ver f s 4.47 14.73 0.00 0.14 par:pas; -flairés flairer ver m p 4.47 14.73 0.11 0.07 par:pas; -flamand flamand nom m s 1.37 2.30 0.85 1.35 -flamande flamand adj f s 0.79 2.43 0.28 0.54 -flamandes flamand adj f p 0.79 2.43 0.02 0.41 -flamands flamand nom m p 1.37 2.30 0.53 0.47 -flamant flamant nom m s 1.29 1.15 0.39 0.07 -flamants flamant nom m p 1.29 1.15 0.90 1.08 -flamba flamber ver 4.80 13.99 0.10 0.41 ind:pas:3s; -flambaient flamber ver 4.80 13.99 0.00 1.28 ind:imp:3p; -flambait flamber ver 4.80 13.99 0.13 3.11 ind:imp:3s; -flambant flambant adj m s 0.88 2.30 0.83 1.49 -flambante flambant adj f s 0.88 2.30 0.03 0.27 -flambantes flambant adj f p 0.88 2.30 0.00 0.20 -flambants flambant adj m p 0.88 2.30 0.02 0.34 -flambard flambard nom m s 0.00 0.34 0.00 0.34 -flambe flamber ver 4.80 13.99 2.05 1.82 imp:pre:2s;ind:pre:1s;ind:pre:3s; -flambeau flambeau nom m s 3.04 7.09 2.66 3.58 -flambeaux flambeau nom m p 3.04 7.09 0.38 3.51 -flambent flamber ver 4.80 13.99 0.26 0.74 ind:pre:3p; -flamber flamber ver 4.80 13.99 0.84 3.45 inf; -flambera flamber ver 4.80 13.99 0.12 0.00 ind:fut:3s; -flamberaient flamber ver 4.80 13.99 0.00 0.07 cnd:pre:3p; -flamberait flamber ver 4.80 13.99 0.03 0.07 cnd:pre:3s; -flamberge flamberge nom f s 0.00 0.07 0.00 0.07 -flamberont flamber ver 4.80 13.99 0.00 0.07 ind:fut:3p; -flambes flamber ver 4.80 13.99 0.05 0.00 ind:pre:2s; -flambeur flambeur nom m s 1.18 1.89 0.82 0.88 -flambeurs flambeur nom m p 1.18 1.89 0.34 0.88 -flambeuse flambeur nom f s 1.18 1.89 0.01 0.14 -flambez flamber ver 4.80 13.99 0.02 0.07 imp:pre:2p;ind:pre:2p; -flamboie flamboyer ver 0.54 3.11 0.22 0.68 imp:pre:2s;ind:pre:3s; -flamboiement flamboiement nom m s 0.04 1.49 0.04 1.22 -flamboiements flamboiement nom m p 0.04 1.49 0.00 0.27 -flamboient flamboyer ver 0.54 3.11 0.01 0.47 ind:pre:3p;sub:pre:3p; -flamboierait flamboyer ver 0.54 3.11 0.00 0.07 cnd:pre:3s; -flambons flamber ver 4.80 13.99 0.01 0.00 imp:pre:1p; -flamboya flamboyer ver 0.54 3.11 0.00 0.07 ind:pas:3s; -flamboyaient flamboyer ver 0.54 3.11 0.14 0.14 ind:imp:3p; -flamboyait flamboyer ver 0.54 3.11 0.00 0.81 ind:imp:3s; -flamboyance flamboyance nom f s 0.01 0.00 0.01 0.00 -flamboyant flamboyant adj m s 1.07 5.41 0.80 2.57 -flamboyante flamboyant adj f s 1.07 5.41 0.07 1.55 -flamboyantes flamboyant adj f p 1.07 5.41 0.03 0.54 -flamboyants flamboyant adj m p 1.07 5.41 0.17 0.74 -flamboyer flamboyer ver 0.54 3.11 0.00 0.07 inf; -flamboyèrent flamboyer ver 0.54 3.11 0.00 0.07 ind:pas:3p; -flambèrent flamber ver 4.80 13.99 0.00 0.27 ind:pas:3p; -flambé flamber ver m s 4.80 13.99 0.63 1.28 par:pas; -flambée flambée nom f s 0.59 3.31 0.59 2.70 -flambées flamber ver f p 4.80 13.99 0.06 0.20 par:pas; -flambés flambé adj m p 0.21 0.14 0.04 0.07 -flamenco flamenco nom m s 1.04 0.88 1.04 0.88 -flamencos flamenco adj m p 0.14 0.74 0.00 0.07 -flamine flamine nom m s 0.01 0.00 0.01 0.00 -flamme flamme nom f s 26.93 71.82 12.61 38.38 -flammes flamme nom f p 26.93 71.82 14.32 33.45 -flammèche flammèche nom f s 0.17 2.57 0.14 0.47 -flammèches flammèche nom f p 0.17 2.57 0.02 2.09 -flammé flammé adj m s 0.00 0.27 0.00 0.14 -flammée flammé adj f s 0.00 0.27 0.00 0.07 -flammés flammé adj m p 0.00 0.27 0.00 0.07 -flan flan nom m s 2.36 2.77 2.30 2.64 -flanc_garde flanc_garde nom f s 0.04 0.27 0.00 0.14 -flanc flanc nom m s 5.57 46.89 4.01 29.53 -flancha flancher ver 3.04 2.70 0.00 0.20 ind:pas:3s; -flanchais flancher ver 3.04 2.70 0.02 0.00 ind:imp:1s; -flanchait flancher ver 3.04 2.70 0.03 0.27 ind:imp:3s; -flanche flancher ver 3.04 2.70 1.27 1.01 imp:pre:2s;ind:pre:1s;ind:pre:3s; -flanchent flancher ver 3.04 2.70 0.08 0.14 ind:pre:3p; -flancher flancher ver 3.04 2.70 0.67 0.54 inf; -flanchera flancher ver 3.04 2.70 0.04 0.07 ind:fut:3s; -flancherai flancher ver 3.04 2.70 0.01 0.00 ind:fut:1s; -flancheraient flancher ver 3.04 2.70 0.01 0.00 cnd:pre:3p; -flancherait flancher ver 3.04 2.70 0.11 0.07 cnd:pre:3s; -flanchet flanchet nom m s 0.00 0.07 0.00 0.07 -flanché flancher ver m s 3.04 2.70 0.80 0.41 par:pas; -flanc_garde flanc_garde nom f p 0.04 0.27 0.04 0.14 -flancs flanc nom m p 5.57 46.89 1.56 17.36 -flandrin flandrin nom m s 0.00 0.41 0.00 0.41 -flanelle flanelle nom f s 0.83 8.99 0.68 8.78 -flanelles flanelle nom f p 0.83 8.99 0.16 0.20 -flanqua flanquer ver 5.82 21.22 0.00 0.54 ind:pas:3s; -flanquaient flanquer ver 5.82 21.22 0.00 0.68 ind:imp:3p; -flanquait flanquer ver 5.82 21.22 0.01 1.22 ind:imp:3s; -flanquant flanquer ver 5.82 21.22 0.00 0.68 par:pre; -flanque flanquer ver 5.82 21.22 1.66 2.23 imp:pre:2s;ind:pre:1s;ind:pre:3s; -flanquement flanquement nom m s 0.00 0.07 0.00 0.07 -flanquent flanquer ver 5.82 21.22 0.19 0.54 ind:pre:3p; -flanquer flanquer ver 5.82 21.22 1.34 2.16 inf; -flanquera flanquer ver 5.82 21.22 0.07 0.14 ind:fut:3s; -flanquerai flanquer ver 5.82 21.22 0.22 0.07 ind:fut:1s; -flanqueraient flanquer ver 5.82 21.22 0.00 0.07 cnd:pre:3p; -flanquerais flanquer ver 5.82 21.22 0.16 0.14 cnd:pre:1s; -flanquerait flanquer ver 5.82 21.22 0.01 0.20 cnd:pre:3s; -flanquerez flanquer ver 5.82 21.22 0.01 0.00 ind:fut:2p; -flanques flanquer ver 5.82 21.22 0.17 0.14 ind:pre:2s; -flanquez flanquer ver 5.82 21.22 0.28 0.34 imp:pre:2p;ind:pre:2p; -flanquons flanquer ver 5.82 21.22 0.20 0.00 imp:pre:1p; -flanqué flanquer ver m s 5.82 21.22 1.09 6.42 par:pas; -flanquée flanquer ver f s 5.82 21.22 0.31 3.51 par:pas; -flanquées flanquer ver f p 5.82 21.22 0.00 0.74 par:pas; -flanqués flanquer ver m p 5.82 21.22 0.10 1.42 par:pas; -flans flan nom m p 2.36 2.77 0.05 0.14 -flapi flapi adj m s 0.07 0.54 0.05 0.20 -flapie flapi adj f s 0.07 0.54 0.02 0.14 -flapies flapi adj f p 0.07 0.54 0.00 0.07 -flapis flapi adj m p 0.07 0.54 0.00 0.14 -flaque flaque nom f s 3.53 23.99 2.31 10.07 -flaques flaque nom f p 3.53 23.99 1.21 13.92 -flash_back flash_back nom m 0.33 0.74 0.33 0.74 -flash flash nom m s 8.52 4.59 7.78 4.59 -flashage flashage nom m s 0.14 0.00 0.14 0.00 -flashaient flasher ver 1.10 0.61 0.00 0.07 ind:imp:3p; -flashant flasher ver 1.10 0.61 0.01 0.00 par:pre; -flashe flasher ver 1.10 0.61 0.16 0.34 ind:pre:1s;ind:pre:3s; -flashent flasher ver 1.10 0.61 0.08 0.07 ind:pre:3p; -flasher flasher ver 1.10 0.61 0.17 0.00 inf; -flashes flashe nom m p 0.46 2.16 0.46 2.16 -flasheur flasheur nom m s 0.03 0.00 0.03 0.00 -flashs flash nom m p 8.52 4.59 0.74 0.00 -flashé flasher ver m s 1.10 0.61 0.68 0.14 par:pas; -flask flask nom m s 0.01 0.07 0.01 0.07 -flasque flasque adj s 1.07 6.89 0.58 4.26 -flasques flasque adj p 1.07 6.89 0.50 2.64 -flat flat adj m s 1.61 0.00 1.02 0.00 -flats flat adj m p 1.61 0.00 0.58 0.00 -flatta flatter ver 12.36 24.05 0.00 1.22 ind:pas:3s; -flattai flatter ver 12.36 24.05 0.00 0.14 ind:pas:1s; -flattaient flatter ver 12.36 24.05 0.00 0.88 ind:imp:3p; -flattais flatter ver 12.36 24.05 0.04 0.74 ind:imp:1s;ind:imp:2s; -flattait flatter ver 12.36 24.05 0.03 3.45 ind:imp:3s; -flattant flatter ver 12.36 24.05 0.03 0.95 par:pre; -flattasse flatter ver 12.36 24.05 0.00 0.07 sub:imp:1s; -flattassent flatter ver 12.36 24.05 0.00 0.07 sub:imp:3p; -flatte flatter ver 12.36 24.05 2.60 3.51 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:1s;sub:pre:3s; -flattent flatter ver 12.36 24.05 0.19 0.14 ind:pre:3p; -flatter flatter ver 12.36 24.05 1.53 3.78 inf; -flatteras flatter ver 12.36 24.05 0.00 0.07 ind:fut:2s; -flatterie flatterie nom f s 1.40 2.64 0.78 1.69 -flatteries flatterie nom f p 1.40 2.64 0.62 0.95 -flatteront flatter ver 12.36 24.05 0.00 0.07 ind:fut:3p; -flattes flatter ver 12.36 24.05 0.63 0.07 ind:pre:2s; -flatteur flatteur adj m s 3.51 6.49 2.65 2.16 -flatteurs flatteur adj m p 3.51 6.49 0.20 0.88 -flatteuse flatteur adj f s 3.51 6.49 0.59 2.30 -flatteuses flatteur adj f p 3.51 6.49 0.08 1.15 -flattez flatter ver 12.36 24.05 1.54 0.14 imp:pre:2p;ind:pre:2p; -flattions flatter ver 12.36 24.05 0.00 0.14 ind:imp:1p; -flattons flatter ver 12.36 24.05 0.04 0.00 imp:pre:1p;ind:pre:1p; -flattèrent flatter ver 12.36 24.05 0.00 0.20 ind:pas:3p; -flatté flatter ver m s 12.36 24.05 3.56 4.86 par:pas; -flattée flatter ver f s 12.36 24.05 1.78 2.70 par:pas; -flattées flatter ver f p 12.36 24.05 0.12 0.27 par:pas; -flattés flatter ver m p 12.36 24.05 0.26 0.61 par:pas; -flatulence flatulence nom f s 0.25 0.47 0.07 0.20 -flatulences flatulence nom f p 0.25 0.47 0.18 0.27 -flatulent flatulent adj m s 0.04 0.07 0.03 0.00 -flatulents flatulent adj m p 0.04 0.07 0.01 0.07 -flatuosité flatuosité nom f s 0.00 0.07 0.00 0.07 -flatus_vocis flatus_vocis nom m 0.00 0.07 0.00 0.07 -flave flave adj s 0.00 0.07 0.00 0.07 -flaveur flaveur nom f s 0.01 0.00 0.01 0.00 -flegmatique flegmatique adj m s 0.03 0.95 0.02 0.74 -flegmatiquement flegmatiquement adv 0.00 0.07 0.00 0.07 -flegmatiques flegmatique adj m p 0.03 0.95 0.01 0.20 -flegmatisme flegmatisme nom m s 0.00 0.07 0.00 0.07 -flegme flegme nom m s 0.22 2.43 0.22 2.43 -flemmard flemmard nom m s 0.80 0.41 0.63 0.20 -flemmardais flemmarder ver 0.25 0.20 0.10 0.07 ind:imp:1s; -flemmardant flemmarder ver 0.25 0.20 0.01 0.00 par:pre; -flemmarde flemmard nom f s 0.80 0.41 0.04 0.07 -flemmarder flemmarder ver 0.25 0.20 0.10 0.14 inf; -flemmardes flemmard adj f p 0.48 0.41 0.01 0.00 -flemmardise flemmardise nom f s 0.01 0.07 0.01 0.07 -flemmards flemmard nom m p 0.80 0.41 0.13 0.14 -flemme flemme nom f s 0.49 1.62 0.49 1.62 -flemmer flemmer ver 0.02 0.00 0.02 0.00 inf; -fleur fleur nom f s 99.75 164.39 25.20 42.97 -fleurage fleurage nom m s 0.00 0.27 0.00 0.27 -fleuraient fleurer ver 0.18 3.31 0.00 0.47 ind:imp:3p; -fleurais fleurer ver 0.18 3.31 0.00 0.07 ind:imp:1s; -fleurait fleurer ver 0.18 3.31 0.10 1.08 ind:imp:3s; -fleurant fleurer ver 0.18 3.31 0.01 1.42 par:pre; -fleurdelisé fleurdelisé adj m s 0.14 0.34 0.14 0.20 -fleurdelisée fleurdelisé adj f s 0.14 0.34 0.00 0.07 -fleurdelisés fleurdelisé adj m p 0.14 0.34 0.00 0.07 -fleure fleurer ver 0.18 3.31 0.02 0.20 ind:pre:3s; -fleurent fleurer ver 0.18 3.31 0.02 0.07 ind:pre:3p; -fleurer fleurer ver 0.18 3.31 0.03 0.00 inf; -fleuret fleuret nom m s 0.97 2.43 0.29 1.28 -fleuretais fleureter ver 0.01 0.07 0.01 0.00 ind:imp:2s; -fleuretait fleureter ver 0.01 0.07 0.00 0.07 ind:imp:3s; -fleurets fleuret nom m p 0.97 2.43 0.68 1.15 -fleurette fleurette nom f s 0.29 2.97 0.29 0.74 -fleurettes fleurette nom f p 0.29 2.97 0.00 2.23 -fleuri fleurir ver m s 3.95 16.49 0.69 2.30 par:pas; -fleurie fleuri adj f s 1.48 10.14 0.42 2.70 -fleuries fleuri adj f p 1.48 10.14 0.14 1.82 -fleurir fleurir ver 3.95 16.49 1.00 2.91 inf; -fleurira fleurir ver 3.95 16.49 0.04 0.07 ind:fut:3s; -fleuriraient fleurir ver 3.95 16.49 0.00 0.07 cnd:pre:3p; -fleurirent fleurir ver 3.95 16.49 0.01 0.07 ind:pas:3p; -fleuriront fleurir ver 3.95 16.49 0.23 0.27 ind:fut:3p; -fleuris fleuri adj m p 1.48 10.14 0.31 2.84 -fleurissaient fleurir ver 3.95 16.49 0.05 1.76 ind:imp:3p; -fleurissait fleurir ver 3.95 16.49 0.10 1.15 ind:imp:3s; -fleurissant fleurir ver 3.95 16.49 0.14 0.20 par:pre; -fleurisse fleurir ver 3.95 16.49 0.25 0.00 sub:pre:3s; -fleurissement fleurissement nom m s 0.00 0.14 0.00 0.14 -fleurissent fleurir ver 3.95 16.49 0.78 2.16 ind:pre:3p; -fleurissiez fleurir ver 3.95 16.49 0.01 0.00 ind:imp:2p; -fleurissons fleurir ver 3.95 16.49 0.01 0.00 ind:pre:1p; -fleuriste fleuriste nom s 4.08 8.51 3.73 7.23 -fleuristes fleuriste nom p 4.08 8.51 0.35 1.28 -fleurit fleurir ver 3.95 16.49 0.53 2.23 ind:pre:3s;ind:pas:3s; -fleuron fleuron nom m s 0.46 1.15 0.31 0.54 -fleuronner fleuronner ver 0.00 0.07 0.00 0.07 inf; -fleuronnée fleuronné adj f s 0.01 0.00 0.01 0.00 -fleurons fleuron nom m p 0.46 1.15 0.16 0.61 -fleurs fleur nom f p 99.75 164.39 74.56 121.42 -fleuve fleuve nom m s 21.58 46.89 19.81 39.32 -fleuves fleuve nom m p 21.58 46.89 1.77 7.57 -flexibilité flexibilité nom f s 0.44 0.34 0.44 0.34 -flexible flexible adj s 1.43 3.18 0.77 2.09 -flexibles flexible adj p 1.43 3.18 0.66 1.08 -flexion flexion nom f s 0.97 0.74 0.71 0.14 -flexions flexion nom f p 0.97 0.74 0.26 0.61 -flexuosité flexuosité nom f s 0.00 0.07 0.00 0.07 -flibuste flibuste nom f s 0.14 0.14 0.14 0.14 -flibustier flibustier nom m s 0.21 0.74 0.04 0.68 -flibustiers flibustier nom m p 0.21 0.74 0.17 0.07 -flic flic nom m s 153.50 72.43 67.53 30.95 -flicage flicage nom m s 0.01 0.14 0.01 0.14 -flicaille flicaille nom f s 0.20 1.28 0.20 1.22 -flicailles flicaille nom f p 0.20 1.28 0.00 0.07 -flicard flicard nom m s 0.31 2.03 0.29 1.28 -flicarde flicard adj f s 0.35 0.54 0.00 0.14 -flicardes flicard adj f p 0.35 0.54 0.00 0.07 -flicards flicard adj m p 0.35 0.54 0.13 0.00 -flics flic nom m p 153.50 72.43 85.97 41.49 -flingage flingage nom m s 0.01 0.27 0.01 0.27 -flingot flingot nom m s 0.02 0.41 0.02 0.20 -flingots flingot nom m p 0.02 0.41 0.00 0.20 -flingoté flingoter ver m s 0.00 0.07 0.00 0.07 par:pas; -flinguait flinguer ver 11.35 4.12 0.01 0.14 ind:imp:3s; -flinguant flinguer ver 11.35 4.12 0.03 0.00 par:pre; -flingue flingue nom m s 44.48 12.57 38.34 10.88 -flinguent flinguer ver 11.35 4.12 0.40 0.00 ind:pre:3p; -flinguer flinguer ver 11.35 4.12 4.05 2.36 inf; -flinguera flinguer ver 11.35 4.12 0.18 0.00 ind:fut:3s; -flinguerai flinguer ver 11.35 4.12 0.11 0.00 ind:fut:1s; -flingueraient flinguer ver 11.35 4.12 0.01 0.00 cnd:pre:3p; -flinguerais flinguer ver 11.35 4.12 0.24 0.00 cnd:pre:1s;cnd:pre:2s; -flingueront flinguer ver 11.35 4.12 0.02 0.00 ind:fut:3p; -flingues flingue nom m p 44.48 12.57 6.13 1.69 -flingueur flingueur nom m s 0.60 0.14 0.50 0.07 -flingueurs flingueur nom m p 0.60 0.14 0.10 0.07 -flingueuse flingueur nom f s 0.60 0.14 0.01 0.00 -flingueuses flingueuse nom f p 0.01 0.00 0.01 0.00 -flinguez flinguer ver 11.35 4.12 0.47 0.14 imp:pre:2p;ind:pre:2p; -flinguons flinguer ver 11.35 4.12 0.02 0.00 imp:pre:1p; -flinguât flinguer ver 11.35 4.12 0.00 0.07 sub:imp:3s; -flingué flinguer ver m s 11.35 4.12 2.30 0.81 par:pas; -flinguée flinguer ver f s 11.35 4.12 0.24 0.20 par:pas; -flingués flinguer ver m p 11.35 4.12 0.22 0.07 par:pas; -flint flint nom m s 0.00 0.07 0.00 0.07 -flip_flap flip_flap nom m 0.00 0.14 0.00 0.14 -flip_flop flip_flop nom m 0.07 0.00 0.07 0.00 -flip flip nom m s 1.63 1.42 1.58 1.28 -flippais flipper ver 14.29 3.65 0.08 0.07 ind:imp:1s;ind:imp:2s; -flippait flipper ver 14.29 3.65 0.26 0.47 ind:imp:3s; -flippant flipper ver 14.29 3.65 2.60 0.27 par:pre; -flippe flipper ver 14.29 3.65 1.98 0.81 imp:pre:2s;ind:pre:1s;ind:pre:3s; -flippent flipper ver 14.29 3.65 0.21 0.07 ind:pre:3p; -flipper flipper ver 14.29 3.65 6.58 1.69 inf; -flipperais flipper ver 14.29 3.65 0.04 0.00 cnd:pre:1s; -flipperait flipper ver 14.29 3.65 0.09 0.00 cnd:pre:3s; -flipperont flipper ver 14.29 3.65 0.11 0.00 ind:fut:3p; -flippers flipper nom m p 1.93 2.43 0.32 0.95 -flippes flipper ver 14.29 3.65 0.69 0.00 ind:pre:2s; -flippé flipper ver m s 14.29 3.65 1.57 0.27 par:pas; -flippée flippé adj f s 0.32 0.20 0.13 0.14 -flippés flippé nom m p 0.11 0.95 0.04 0.07 -flips flip nom m p 1.63 1.42 0.05 0.14 -fliquer fliquer ver 0.00 0.07 0.00 0.07 inf; -fliquesse fliquesse nom f s 0.02 0.00 0.02 0.00 -fliqué fliqué adj m s 0.14 0.07 0.00 0.07 -fliqués fliqué adj m p 0.14 0.07 0.14 0.00 -flirt flirt nom m s 2.29 3.65 1.98 2.64 -flirta flirter ver 7.06 3.04 0.02 0.14 ind:pas:3s; -flirtaient flirter ver 7.06 3.04 0.01 0.07 ind:imp:3p; -flirtais flirter ver 7.06 3.04 0.51 0.07 ind:imp:1s;ind:imp:2s; -flirtait flirter ver 7.06 3.04 0.55 0.81 ind:imp:3s; -flirtant flirter ver 7.06 3.04 0.29 0.14 par:pre; -flirtation flirtation nom f s 0.01 0.00 0.01 0.00 -flirte flirter ver 7.06 3.04 1.42 0.61 imp:pre:2s;ind:pre:1s;ind:pre:3s; -flirtent flirter ver 7.06 3.04 0.07 0.07 ind:pre:3p; -flirter flirter ver 7.06 3.04 2.91 0.54 inf; -flirteront flirter ver 7.06 3.04 0.00 0.07 ind:fut:3p; -flirtes flirter ver 7.06 3.04 0.38 0.00 ind:pre:2s; -flirteur flirteur adj m s 0.11 0.14 0.10 0.07 -flirteuse flirteur nom f s 0.11 0.07 0.01 0.07 -flirteuses flirteur adj f p 0.11 0.14 0.00 0.07 -flirtez flirter ver 7.06 3.04 0.14 0.00 imp:pre:2p;ind:pre:2p; -flirtiez flirter ver 7.06 3.04 0.04 0.00 ind:imp:2p; -flirtons flirter ver 7.06 3.04 0.02 0.00 imp:pre:1p;ind:pre:1p; -flirts flirt nom m p 2.29 3.65 0.31 1.01 -flirtèrent flirter ver 7.06 3.04 0.00 0.14 ind:pas:3p; -flirté flirter ver m s 7.06 3.04 0.71 0.41 par:pas; -floc floc ono 0.33 2.57 0.33 2.57 -floche floche adj f s 0.03 0.20 0.03 0.00 -floches floche nom f p 0.00 0.27 0.00 0.20 -flocon flocon nom m s 2.61 8.92 0.19 1.35 -floconne floconner ver 0.00 0.34 0.00 0.27 ind:pre:3s; -floconnent floconner ver 0.00 0.34 0.00 0.07 ind:pre:3p; -floconneuse floconneux adj f s 0.08 0.54 0.04 0.20 -floconneuses floconneux adj f p 0.08 0.54 0.00 0.14 -floconneux floconneux adj m 0.08 0.54 0.05 0.20 -flocons flocon nom m p 2.61 8.92 2.42 7.57 -floculation floculation nom f s 0.01 0.00 0.01 0.00 -floculent floculer ver 0.00 0.07 0.00 0.07 ind:pre:3p; -flâna flâner ver 1.15 9.05 0.00 0.20 ind:pas:3s; -flânai flâner ver 1.15 9.05 0.00 0.07 ind:pas:1s; -flânaient flâner ver 1.15 9.05 0.00 0.47 ind:imp:3p; -flânais flâner ver 1.15 9.05 0.03 0.07 ind:imp:1s; -flânait flâner ver 1.15 9.05 0.12 0.68 ind:imp:3s; -flânant flâner ver 1.15 9.05 0.02 1.55 par:pre; -flâne flâner ver 1.15 9.05 0.19 0.68 ind:pre:1s;ind:pre:3s; -flânent flâner ver 1.15 9.05 0.01 0.41 ind:pre:3p; -flâner flâner ver 1.15 9.05 0.70 3.65 inf; -flânera flâner ver 1.15 9.05 0.00 0.07 ind:fut:3s; -flânerais flâner ver 1.15 9.05 0.01 0.00 cnd:pre:1s; -flânerait flâner ver 1.15 9.05 0.01 0.00 cnd:pre:3s; -flânerie flânerie nom f s 0.11 2.43 0.01 1.76 -flâneries flânerie nom f p 0.11 2.43 0.10 0.68 -flâneront flâner ver 1.15 9.05 0.00 0.07 ind:fut:3p; -flâneur flâneur nom m s 0.03 1.69 0.01 0.88 -flâneurs flâneur nom m p 0.03 1.69 0.01 0.68 -flâneuse flâneuse nom f s 0.01 0.00 0.01 0.00 -flâneuses flâneur nom f p 0.03 1.69 0.00 0.14 -flonflon flonflon nom m s 0.22 1.35 0.00 0.07 -flonflons flonflon nom m p 0.22 1.35 0.22 1.28 -flânions flâner ver 1.15 9.05 0.02 0.14 ind:imp:1p; -flânochent flânocher ver 0.00 0.14 0.00 0.07 ind:pre:3p; -flânocher flânocher ver 0.00 0.14 0.00 0.07 inf; -flânons flâner ver 1.15 9.05 0.00 0.07 ind:pre:1p; -flâné flâner ver m s 1.15 9.05 0.03 0.95 par:pas; -flood flood adj s 0.33 0.00 0.33 0.00 -flop flop ono 0.14 0.20 0.14 0.20 -flops flop nom m p 0.76 0.27 0.08 0.00 -flopée flopée nom f s 0.27 0.74 0.26 0.61 -flopées flopée nom f p 0.27 0.74 0.01 0.14 -floraison floraison nom f s 0.53 4.12 0.29 3.18 -floraisons floraison nom f p 0.53 4.12 0.24 0.95 -floral floral adj m s 0.69 1.49 0.28 0.34 -florale floral adj f s 0.69 1.49 0.32 0.27 -florales floral adj f p 0.69 1.49 0.05 0.41 -floralies floralies nom f p 0.02 0.07 0.02 0.07 -floraux floral adj m p 0.69 1.49 0.04 0.47 -flore flore nom f s 0.59 1.55 0.56 1.35 -florence florence nom f s 0.00 0.07 0.00 0.07 -florentin florentin adj m s 0.58 1.49 0.21 0.47 -florentine florentin adj f s 0.58 1.49 0.20 0.41 -florentines florentin adj f p 0.58 1.49 0.14 0.14 -florentins florentin adj m p 0.58 1.49 0.04 0.47 -flores flore nom f p 0.59 1.55 0.02 0.20 -florilège florilège nom m s 0.00 0.14 0.00 0.14 -florin florin nom m s 3.55 1.76 1.08 0.27 -florins florin nom m p 3.55 1.76 2.48 1.49 -florissaient florissaient ver 0.00 0.07 0.00 0.07 inf; -florissait florissait ver 0.00 0.14 0.00 0.14 inf; -florissant florissant adj m s 0.97 2.30 0.28 0.74 -florissante florissant adj f s 0.97 2.30 0.32 0.81 -florissantes florissant adj f p 0.97 2.30 0.33 0.47 -florissants florissant adj m p 0.97 2.30 0.04 0.27 -florès florès adv 0.00 0.54 0.00 0.54 -floréal floréal nom m s 0.00 0.20 0.00 0.20 -flot flot nom m s 10.28 45.95 4.66 29.59 -flots flot nom m p 10.28 45.95 5.62 16.35 -flotta flotter ver 12.79 63.85 0.01 0.81 ind:pas:3s; -flottabilité flottabilité nom f s 0.02 0.00 0.02 0.00 -flottage flottage nom m s 0.00 0.07 0.00 0.07 -flottaient flotter ver 12.79 63.85 0.47 6.62 ind:imp:3p; -flottais flotter ver 12.79 63.85 0.54 0.81 ind:imp:1s;ind:imp:2s; -flottaison flottaison nom f s 0.12 1.28 0.12 1.22 -flottaisons flottaison nom f p 0.12 1.28 0.00 0.07 -flottait flotter ver 12.79 63.85 0.96 19.80 ind:imp:3s; -flottant flottant adj m s 2.21 13.31 1.01 4.12 -flottante flottant adj f s 2.21 13.31 0.93 4.59 -flottantes flottant adj f p 2.21 13.31 0.12 2.43 -flottants flottant adj m p 2.21 13.31 0.15 2.16 -flottation flottation nom f s 0.01 0.00 0.01 0.00 -flotte flotte nom f s 16.36 27.64 16.22 26.22 -flottement flottement nom m s 0.30 2.43 0.30 2.30 -flottements flottement nom m p 0.30 2.43 0.00 0.14 -flottent flotter ver 12.79 63.85 1.07 5.34 ind:pre:3p; -flotter flotter ver 12.79 63.85 3.16 10.68 inf; -flottera flotter ver 12.79 63.85 0.58 0.00 ind:fut:3s; -flotteraient flotter ver 12.79 63.85 0.00 0.14 cnd:pre:3p; -flotterait flotter ver 12.79 63.85 0.04 0.20 cnd:pre:3s; -flotteras flotter ver 12.79 63.85 0.05 0.00 ind:fut:2s; -flotterez flotter ver 12.79 63.85 0.04 0.00 ind:fut:2p; -flotteront flotter ver 12.79 63.85 0.01 0.07 ind:fut:3p; -flottes flotter ver 12.79 63.85 0.30 0.07 ind:pre:2s; -flotteur flotteur nom m s 0.70 1.62 0.39 0.68 -flotteurs flotteur nom m p 0.70 1.62 0.31 0.95 -flottez flotter ver 12.79 63.85 0.30 0.20 imp:pre:2p;ind:pre:2p; -flottiez flotter ver 12.79 63.85 0.14 0.07 ind:imp:2p; -flottille flottille nom f s 0.28 1.76 0.28 1.42 -flottilles flottille nom f p 0.28 1.76 0.00 0.34 -flottions flotter ver 12.79 63.85 0.00 0.14 ind:imp:1p; -flottât flotter ver 12.79 63.85 0.00 0.07 sub:imp:3s; -flottèrent flotter ver 12.79 63.85 0.01 0.54 ind:pas:3p; -flotté flotter ver m s 12.79 63.85 0.37 1.15 par:pas; -flottée flotter ver f s 12.79 63.85 0.00 0.20 par:pas; -flottées flotter ver f p 12.79 63.85 0.00 0.20 par:pas; -flottés flotter ver m p 12.79 63.85 0.00 0.27 par:pas; -flou flou adj m s 8.18 16.15 4.91 6.08 -flouant flouer ver 0.84 0.95 0.00 0.07 par:pre; -floue flou adj f s 8.18 16.15 2.25 4.39 -flouer flouer ver 0.84 0.95 0.07 0.00 inf; -flouerie flouerie nom f s 0.00 0.07 0.00 0.07 -floues flou adj f p 8.18 16.15 0.76 2.57 -flous flou adj m p 8.18 16.15 0.27 3.11 -flouse flouse nom m s 0.01 0.14 0.01 0.14 -floué flouer ver m s 0.84 0.95 0.39 0.54 par:pas; -flouée flouer ver f s 0.84 0.95 0.06 0.07 par:pas; -floués flouer ver m p 0.84 0.95 0.30 0.07 par:pas; -flouve flouve nom f s 0.00 0.07 0.00 0.07 -flouzaille flouzaille nom f s 0.00 0.07 0.00 0.07 -flouze flouze nom m s 0.23 0.34 0.23 0.34 -flèche flèche nom f s 12.76 25.00 8.21 15.54 -flèches flèche nom f p 12.76 25.00 4.55 9.46 -fluaient fluer ver 0.00 0.14 0.00 0.07 ind:imp:3p; -fluait fluer ver 0.00 0.14 0.00 0.07 ind:imp:3s; -fléau fléau nom m s 5.10 4.39 4.47 3.04 -fléaux fléau nom m p 5.10 4.39 0.63 1.35 -flubes fluber ver 0.00 0.88 0.00 0.88 ind:pre:2s; -flécher flécher ver 0.02 0.54 0.01 0.07 inf; -fléchette fléchette nom f s 1.60 1.28 0.33 0.34 -fléchettes fléchette nom f p 1.60 1.28 1.27 0.95 -fléchi fléchir ver m s 1.54 9.32 0.21 1.08 par:pas; -fléchie fléchir ver f s 1.54 9.32 0.14 0.34 par:pas; -fléchies fléchir ver f p 1.54 9.32 0.00 0.34 par:pas; -fléchir fléchir ver 1.54 9.32 0.58 2.64 inf; -fléchiraient fléchir ver 1.54 9.32 0.01 0.00 cnd:pre:3p; -fléchirait fléchir ver 1.54 9.32 0.00 0.07 cnd:pre:3s; -fléchirent fléchir ver 1.54 9.32 0.00 0.07 ind:pas:3p; -fléchis fléchir ver m p 1.54 9.32 0.17 0.61 imp:pre:2s;ind:pre:1s;ind:pre:2s;par:pas; -fléchissaient fléchir ver 1.54 9.32 0.00 0.41 ind:imp:3p; -fléchissais fléchir ver 1.54 9.32 0.00 0.07 ind:imp:1s; -fléchissait fléchir ver 1.54 9.32 0.01 0.61 ind:imp:3s; -fléchissant fléchir ver 1.54 9.32 0.00 0.61 par:pre; -fléchisse fléchir ver 1.54 9.32 0.00 0.20 sub:pre:3s; -fléchissement fléchissement nom m s 0.01 1.15 0.01 1.01 -fléchissements fléchissement nom m p 0.01 1.15 0.00 0.14 -fléchissent fléchir ver 1.54 9.32 0.02 0.47 ind:pre:3p; -fléchisseur fléchisseur adj m s 0.01 0.00 0.01 0.00 -fléchissez fléchir ver 1.54 9.32 0.02 0.00 imp:pre:2p;ind:pre:2p; -fléchissions fléchir ver 1.54 9.32 0.00 0.07 ind:imp:1p; -fléchissons fléchir ver 1.54 9.32 0.01 0.00 ind:pre:1p; -fléchit fléchir ver 1.54 9.32 0.37 1.76 ind:pre:3s;ind:pas:3s; -fléché flécher ver m s 0.02 0.54 0.01 0.14 par:pas; -fléchée fléché adj f s 0.09 0.54 0.08 0.14 -fléchées flécher ver f p 0.02 0.54 0.00 0.07 par:pas; -fléchées fléché adj f p 0.09 0.54 0.00 0.07 -fléchés fléché adj m p 0.09 0.54 0.01 0.07 -fluctuait fluctuer ver 0.17 0.68 0.01 0.07 ind:imp:3s; -fluctuant fluctuant adj m s 0.11 0.41 0.07 0.20 -fluctuante fluctuant adj f s 0.11 0.41 0.04 0.20 -fluctuation fluctuation nom f s 0.85 0.95 0.29 0.07 -fluctuations fluctuation nom f p 0.85 0.95 0.56 0.88 -fluctue fluctuer ver 0.17 0.68 0.11 0.27 ind:pre:3s; -fluctuent fluctuer ver 0.17 0.68 0.03 0.07 ind:pre:3p; -fluctuer fluctuer ver 0.17 0.68 0.02 0.07 inf; -fluctuerait fluctuer ver 0.17 0.68 0.00 0.07 cnd:pre:3s; -fluctué fluctuer ver m s 0.17 0.68 0.00 0.14 par:pas; -fluence fluence nom f s 0.01 0.00 0.01 0.00 -fluet fluet adj m s 0.32 4.32 0.23 1.69 -fluets fluet adj m p 0.32 4.32 0.00 0.34 -fluette fluet adj f s 0.32 4.32 0.08 2.03 -fluettes fluet adj f p 0.32 4.32 0.00 0.27 -fluide fluide adj s 1.73 4.80 1.58 3.78 -fluidement fluidement adv 0.00 0.14 0.00 0.14 -fluides fluide nom m p 3.27 2.43 1.78 0.68 -fluidifiant fluidifiant nom m s 0.03 0.00 0.03 0.00 -fluidifier fluidifier ver 0.03 0.07 0.01 0.07 inf; -fluidifié fluidifier ver m s 0.03 0.07 0.01 0.00 par:pas; -fluidiques fluidique adj p 0.00 0.07 0.00 0.07 -fluidité fluidité nom f s 0.39 1.35 0.39 1.35 -fluo fluo adj 0.56 0.20 0.56 0.20 -fléole fléole nom f s 0.00 0.07 0.00 0.07 -fluor fluor nom m s 0.12 0.00 0.12 0.00 -fluorescence fluorescence nom f s 0.05 0.14 0.05 0.14 -fluorescent fluorescent adj m s 0.60 0.95 0.14 0.47 -fluorescente fluorescent adj f s 0.60 0.95 0.12 0.07 -fluorescentes fluorescent adj f p 0.60 0.95 0.26 0.20 -fluorescents fluorescent adj m p 0.60 0.95 0.08 0.20 -fluorescéine fluorescéine nom f s 0.01 0.00 0.01 0.00 -fluorhydrique fluorhydrique adj m s 0.01 0.00 0.01 0.00 -fluorite fluorite nom f s 0.04 0.00 0.04 0.00 -fluorée fluoré adj f s 0.04 0.00 0.04 0.00 -fluorure fluorure nom m s 0.17 0.07 0.17 0.07 -flush flush nom m s 1.17 0.07 1.17 0.07 -flétan flétan nom m s 0.26 0.07 0.23 0.07 -flétans flétan nom m p 0.26 0.07 0.02 0.00 -flétrît flétrir ver 1.78 6.08 0.00 0.07 sub:imp:3s; -flétri flétrir ver m s 1.78 6.08 0.32 1.69 par:pas; -flétrie flétrir ver f s 1.78 6.08 0.23 1.01 par:pas; -flétries flétrir ver f p 1.78 6.08 0.03 1.08 par:pas; -flétrir flétrir ver 1.78 6.08 0.23 0.27 inf; -flétrira flétrir ver 1.78 6.08 0.01 0.07 ind:fut:3s; -flétrirai flétrir ver 1.78 6.08 0.01 0.00 ind:fut:1s; -flétrirent flétrir ver 1.78 6.08 0.00 0.07 ind:pas:3p; -flétriront flétrir ver 1.78 6.08 0.01 0.00 ind:fut:3p; -flétris flétrir ver m p 1.78 6.08 0.33 0.95 par:pas; -flétrissaient flétrir ver 1.78 6.08 0.00 0.14 ind:imp:3p; -flétrissait flétrir ver 1.78 6.08 0.01 0.41 ind:imp:3s; -flétrissant flétrissant adj m s 0.00 0.07 0.00 0.07 -flétrissement flétrissement nom m s 0.10 0.00 0.10 0.00 -flétrissent flétrir ver 1.78 6.08 0.06 0.14 ind:pre:3p; -flétrissure flétrissure nom f s 0.00 0.88 0.00 0.61 -flétrissures flétrissure nom f p 0.00 0.88 0.00 0.27 -flétrit flétrir ver 1.78 6.08 0.54 0.20 ind:pre:3s;ind:pas:3s; -fluvial fluvial adj m s 0.60 1.35 0.16 0.74 -fluviale fluvial adj f s 0.60 1.35 0.33 0.27 -fluviales fluvial adj f p 0.60 1.35 0.11 0.07 -fluviatile fluviatile adj m s 0.00 0.07 0.00 0.07 -fluviaux fluvial adj m p 0.60 1.35 0.01 0.27 -flux flux nom m 4.07 6.42 4.07 6.42 -fluxe fluxer ver 0.01 0.00 0.01 0.00 ind:pre:3s; -fluxion fluxion nom f s 0.29 0.47 0.29 0.47 -foc foc nom m s 0.31 1.28 0.29 1.22 -focal focal adj m s 0.68 0.07 0.25 0.07 -focale focal adj f s 0.68 0.07 0.36 0.00 -focales focal adj f p 0.68 0.07 0.05 0.00 -focalisation focalisation nom f s 0.01 0.00 0.01 0.00 -focalise focaliser ver 1.81 0.34 0.52 0.20 imp:pre:2s;ind:pre:1s;ind:pre:3s; -focaliser focaliser ver 1.81 0.34 0.59 0.07 inf; -focalisez focaliser ver 1.81 0.34 0.22 0.00 imp:pre:2p;ind:pre:2p; -focalisons focaliser ver 1.81 0.34 0.05 0.00 imp:pre:1p;ind:pre:1p; -focalisé focaliser ver m s 1.81 0.34 0.35 0.00 par:pas; -focalisés focaliser ver m p 1.81 0.34 0.08 0.07 par:pas; -focaux focal adj m p 0.68 0.07 0.01 0.00 -fâcha fâcher ver 46.63 21.96 0.04 1.42 ind:pas:3s; -fâchai fâcher ver 46.63 21.96 0.00 0.07 ind:pas:1s; -fâchaient fâcher ver 46.63 21.96 0.01 0.27 ind:imp:3p; -fâchais fâcher ver 46.63 21.96 0.01 0.07 ind:imp:1s; -fâchait fâcher ver 46.63 21.96 0.04 1.01 ind:imp:3s; -fâche fâcher ver 46.63 21.96 11.69 5.07 imp:pre:2s;ind:pre:1s;ind:pre:3s; -fâchent fâcher ver 46.63 21.96 0.10 0.20 ind:pre:3p; -fâcher fâcher ver 46.63 21.96 5.08 4.05 inf; -fâchera fâcher ver 46.63 21.96 0.49 0.07 ind:fut:3s; -fâcherai fâcher ver 46.63 21.96 0.43 0.07 ind:fut:1s; -fâcherais fâcher ver 46.63 21.96 0.02 0.00 cnd:pre:1s;cnd:pre:2s; -fâcherait fâcher ver 46.63 21.96 0.28 0.20 cnd:pre:3s; -fâcheras fâcher ver 46.63 21.96 0.16 0.07 ind:fut:2s; -fâcherie fâcherie nom f s 0.14 0.47 0.14 0.20 -fâcheries fâcherie nom f p 0.14 0.47 0.00 0.27 -fâcheront fâcher ver 46.63 21.96 0.01 0.00 ind:fut:3p; -fâches fâcher ver 46.63 21.96 1.60 0.34 ind:pre:2s; -fâcheuse fâcheux adj f s 3.79 8.85 0.80 2.70 -fâcheusement fâcheusement adv 0.03 0.88 0.03 0.88 -fâcheuses fâcheux adj f p 3.79 8.85 0.85 1.76 -fâcheux fâcheux adj m 3.79 8.85 2.13 4.39 -fâchez fâcher ver 46.63 21.96 2.25 0.74 imp:pre:2p;ind:pre:2p; -fâchiez fâcher ver 46.63 21.96 0.01 0.00 ind:imp:2p; -fâchions fâcher ver 46.63 21.96 0.10 0.00 ind:imp:1p; -fâchons fâcher ver 46.63 21.96 0.05 0.00 imp:pre:1p; -fâchèrent fâcher ver 46.63 21.96 0.00 0.14 ind:pas:3p; -fâché fâcher ver m s 46.63 21.96 12.81 4.73 par:pas; -fâchée fâcher ver f s 46.63 21.96 8.90 2.16 par:pas; -fâchées fâcher ver f p 46.63 21.96 0.43 0.20 par:pas; -fâchés fâcher ver m p 46.63 21.96 2.13 1.08 par:pas; -focs foc nom m p 0.31 1.28 0.02 0.07 -foehn foehn nom m s 0.04 0.00 0.04 0.00 -foetal foetal adj m s 1.05 1.35 0.27 0.34 -foetale foetal adj f s 1.05 1.35 0.69 1.01 -foetales foetal adj f p 1.05 1.35 0.01 0.00 -foetaux foetal adj m p 1.05 1.35 0.08 0.00 -foetus foetus nom m 3.06 2.57 3.06 2.57 -fofolle fofolle adj f s 0.27 0.00 0.25 0.00 -fofolles fofolle adj f p 0.27 0.00 0.02 0.00 -foi foi nom f s 54.06 76.49 54.06 76.49 -foie foie nom m s 23.48 17.97 22.27 15.47 -foies foie nom m p 23.48 17.97 1.21 2.50 -foil foil nom m s 0.01 0.00 0.01 0.00 -foin foin nom m s 6.73 17.91 6.06 16.01 -foins foin nom m p 6.73 17.91 0.67 1.89 -foira foirer ver 14.76 2.09 0.00 0.07 ind:pas:3s; -foirade foirade nom f s 0.00 0.34 0.00 0.20 -foirades foirade nom f p 0.00 0.34 0.00 0.14 -foiraient foirer ver 14.76 2.09 0.01 0.14 ind:imp:3p; -foirail foirail nom m s 0.00 0.47 0.00 0.41 -foirails foirail nom m p 0.00 0.47 0.00 0.07 -foirais foirer ver 14.76 2.09 0.01 0.00 ind:imp:1s; -foirait foirer ver 14.76 2.09 0.07 0.20 ind:imp:3s; -foire foire nom f s 11.83 15.95 11.11 13.78 -foirent foirer ver 14.76 2.09 0.16 0.07 ind:pre:3p; -foirer foirer ver 14.76 2.09 4.60 0.34 inf; -foirera foirer ver 14.76 2.09 0.05 0.00 ind:fut:3s; -foires foire nom f p 11.83 15.95 0.72 2.16 -foireuse foireux adj f s 3.20 4.05 0.37 0.41 -foireuses foireux adj f p 3.20 4.05 0.26 0.61 -foireux foireux adj m 3.20 4.05 2.57 3.04 -foirez foirer ver 14.76 2.09 0.15 0.00 imp:pre:2p;ind:pre:2p; -foiridon foiridon nom m s 0.00 0.20 0.00 0.20 -foiré foirer ver m s 14.76 2.09 6.96 0.74 par:pas; -foirée foirer ver f s 14.76 2.09 0.11 0.00 par:pas; -foirées foirer ver f p 14.76 2.09 0.02 0.07 par:pas; -foirés foirer ver m p 14.76 2.09 0.03 0.07 par:pas; -fois fois nom f p 899.25 1140.00 899.25 1140.00 -foison foison nom f s 0.31 1.15 0.31 1.15 -foisonnaient foisonner ver 0.09 1.42 0.00 0.41 ind:imp:3p; -foisonnait foisonner ver 0.09 1.42 0.00 0.07 ind:imp:3s; -foisonnant foisonner ver 0.09 1.42 0.01 0.14 par:pre; -foisonnante foisonnant adj f s 0.10 0.88 0.10 0.34 -foisonnantes foisonnant adj f p 0.10 0.88 0.00 0.20 -foisonne foisonner ver 0.09 1.42 0.02 0.14 ind:pre:3s; -foisonnement foisonnement nom m s 0.00 1.55 0.00 1.55 -foisonnent foisonner ver 0.09 1.42 0.04 0.47 ind:pre:3p; -foisonner foisonner ver 0.09 1.42 0.01 0.14 inf; -foisonneraient foisonner ver 0.09 1.42 0.00 0.07 cnd:pre:3p; -foisonneront foisonner ver 0.09 1.42 0.01 0.00 ind:fut:3p; -fol fol adj m s 0.66 1.62 0.41 1.28 -folasse folasse nom f s 0.01 0.00 0.01 0.00 -foldingue foldingue adj s 0.24 0.20 0.24 0.07 -foldingues foldingue nom p 0.07 0.07 0.03 0.00 -foliacée foliacé adj f s 0.01 0.00 0.01 0.00 -folichon folichon adj m s 0.72 0.27 0.69 0.20 -folichonnait folichonner ver 0.00 0.14 0.00 0.07 ind:imp:3s; -folichonne folichon adj f s 0.72 0.27 0.02 0.00 -folichonneries folichonnerie nom f p 0.00 0.07 0.00 0.07 -folichonnes folichon adj f p 0.72 0.27 0.01 0.07 -folie folie nom f s 52.39 60.74 49.01 52.43 -folies folie nom f p 52.39 60.74 3.38 8.31 -folingue folingue adj m s 0.02 0.68 0.02 0.61 -folingues folingue adj p 0.02 0.68 0.00 0.07 -folio folio nom m s 0.02 0.54 0.02 0.41 -folioles foliole nom f p 0.00 0.14 0.00 0.14 -folios folio nom m p 0.02 0.54 0.00 0.14 -folique folique adj m s 0.13 0.00 0.13 0.00 -folk folk nom m s 1.73 2.64 1.30 2.64 -folklo folklo adj s 0.04 0.47 0.04 0.47 -folklore folklore nom m s 0.86 3.78 0.85 3.72 -folklores folklore nom m p 0.86 3.78 0.01 0.07 -folklorique folklorique adj s 1.73 1.96 0.79 0.95 -folkloriques folklorique adj p 1.73 1.96 0.94 1.01 -folkloriste folkloriste nom s 0.00 0.20 0.00 0.14 -folkloristes folkloriste nom p 0.00 0.20 0.00 0.07 -folks folk nom m p 1.73 2.64 0.42 0.00 -folle fou adj f s 321.31 164.32 84.38 46.01 -folledingue folledingue nom s 0.02 0.00 0.02 0.00 -follement follement adv 4.15 6.42 4.15 6.42 -folles fou adj f p 321.31 164.32 6.47 11.62 -follet follet adj m s 0.30 3.11 0.08 1.15 -follets follet adj m p 0.30 3.11 0.23 1.55 -follette follet adj f s 0.30 3.11 0.00 0.20 -follettes follet adj f p 0.30 3.11 0.00 0.20 -folliculaire folliculaire adj f s 0.05 0.00 0.05 0.00 -folliculaires folliculaire nom m p 0.00 0.07 0.00 0.07 -follicule follicule nom m s 0.36 0.00 0.15 0.00 -follicules follicule nom m p 0.36 0.00 0.21 0.00 -folliculite folliculite nom f s 0.02 0.00 0.02 0.00 -follingue follingue adj s 0.00 0.07 0.00 0.07 -folâtraient folâtrer ver 0.36 0.95 0.00 0.34 ind:imp:3p; -folâtrait folâtrer ver 0.36 0.95 0.02 0.14 ind:imp:3s; -folâtre folâtrer ver 0.36 0.95 0.30 0.20 imp:pre:2s;ind:pre:3s; -folâtrent folâtrer ver 0.36 0.95 0.00 0.07 ind:pre:3p; -folâtrer folâtrer ver 0.36 0.95 0.04 0.20 inf; -folâtreries folâtrerie nom f p 0.01 0.07 0.01 0.07 -folâtres folâtre adj p 0.28 0.74 0.01 0.34 -fols fol adj m p 0.66 1.62 0.25 0.34 -fomentaient fomenter ver 0.44 1.35 0.00 0.07 ind:imp:3p; -fomentait fomenter ver 0.44 1.35 0.00 0.20 ind:imp:3s; -fomentateurs fomentateur nom m p 0.01 0.00 0.01 0.00 -fomente fomenter ver 0.44 1.35 0.24 0.07 ind:pre:1s;ind:pre:3s; -fomentent fomenter ver 0.44 1.35 0.04 0.14 ind:pre:3p; -fomenter fomenter ver 0.44 1.35 0.06 0.61 inf; -fomenté fomenter ver m s 0.44 1.35 0.11 0.20 par:pas; -fomentée fomenter ver f s 0.44 1.35 0.00 0.07 par:pas; -fonce foncer ver 30.27 41.82 16.31 12.23 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -foncent foncer ver 30.27 41.82 1.44 2.09 ind:pre:3p; -foncer foncer ver 30.27 41.82 3.34 6.01 inf; -foncera foncer ver 30.27 41.82 0.05 0.00 ind:fut:3s; -foncerai foncer ver 30.27 41.82 0.03 0.00 ind:fut:1s; -fonceraient foncer ver 30.27 41.82 0.03 0.14 cnd:pre:3p; -foncerais foncer ver 30.27 41.82 0.04 0.00 cnd:pre:1s; -foncerait foncer ver 30.27 41.82 0.03 0.07 cnd:pre:3s; -foncerons foncer ver 30.27 41.82 0.02 0.00 ind:fut:1p; -fonceront foncer ver 30.27 41.82 0.04 0.07 ind:fut:3p; -fonces foncer ver 30.27 41.82 1.16 0.20 ind:pre:2s;sub:pre:2s; -fonceur fonceur nom m s 0.72 0.14 0.42 0.14 -fonceurs fonceur nom m p 0.72 0.14 0.15 0.00 -fonceuse fonceur nom f s 0.72 0.14 0.16 0.00 -foncez foncer ver 30.27 41.82 2.69 0.27 imp:pre:2p;ind:pre:2p; -foncier foncier adj m s 1.20 2.64 0.33 1.28 -fonciers foncier adj m p 1.20 2.64 0.62 0.41 -fonciez foncer ver 30.27 41.82 0.02 0.00 ind:imp:2p; -foncions foncer ver 30.27 41.82 0.00 0.14 ind:imp:1p; -foncière foncier adj f s 1.20 2.64 0.20 0.81 -foncièrement foncièrement adv 0.18 2.09 0.18 2.09 -foncières foncier adj f p 1.20 2.64 0.05 0.14 -foncteur foncteur nom m s 0.01 0.00 0.01 0.00 -foncèrent foncer ver 30.27 41.82 0.05 0.47 ind:pas:3p; -fonction fonction nom f s 21.95 37.91 13.12 21.76 -fonctionna fonctionner ver 42.51 24.39 0.04 0.34 ind:pas:3s; -fonctionnaient fonctionner ver 42.51 24.39 0.48 1.42 ind:imp:3p; -fonctionnaire fonctionnaire nom s 8.13 26.89 5.03 11.28 -fonctionnaires fonctionnaire nom p 8.13 26.89 3.10 15.61 -fonctionnais fonctionner ver 42.51 24.39 0.03 0.00 ind:imp:1s; -fonctionnait fonctionner ver 42.51 24.39 1.24 5.47 ind:imp:3s; -fonctionnaliste fonctionnaliste adj f s 0.00 0.07 0.00 0.07 -fonctionnalité fonctionnalité nom f s 0.07 0.00 0.07 0.00 -fonctionnant fonctionner ver 42.51 24.39 0.17 1.22 par:pre; -fonctionnarisé fonctionnariser ver m s 0.00 0.14 0.00 0.07 par:pas; -fonctionnarisée fonctionnariser ver f s 0.00 0.14 0.00 0.07 par:pas; -fonctionnassent fonctionner ver 42.51 24.39 0.00 0.07 sub:imp:3p; -fonctionne fonctionner ver 42.51 24.39 23.76 6.08 imp:pre:2s;ind:pre:1s;ind:pre:3s; -fonctionnel fonctionnel adj m s 2.05 1.55 1.28 0.47 -fonctionnelle fonctionnel adj f s 2.05 1.55 0.60 0.54 -fonctionnellement fonctionnellement adv 0.00 0.07 0.00 0.07 -fonctionnelles fonctionnel adj f p 2.05 1.55 0.04 0.20 -fonctionnels fonctionnel adj m p 2.05 1.55 0.13 0.34 -fonctionnement fonctionnement nom m s 2.69 6.01 2.69 6.01 -fonctionnent fonctionner ver 42.51 24.39 5.29 1.42 ind:pre:3p; -fonctionner fonctionner ver 42.51 24.39 6.59 7.03 inf; -fonctionnera fonctionner ver 42.51 24.39 0.91 0.07 ind:fut:3s; -fonctionneraient fonctionner ver 42.51 24.39 0.02 0.00 cnd:pre:3p; -fonctionnerait fonctionner ver 42.51 24.39 0.52 0.07 cnd:pre:3s; -fonctionneront fonctionner ver 42.51 24.39 0.13 0.07 ind:fut:3p; -fonctionnes fonctionner ver 42.51 24.39 0.20 0.00 ind:pre:2s; -fonctionnez fonctionner ver 42.51 24.39 0.07 0.00 ind:pre:2p; -fonctionnons fonctionner ver 42.51 24.39 0.07 0.00 ind:pre:1p; -fonctionnât fonctionner ver 42.51 24.39 0.00 0.34 sub:imp:3s; -fonctionné fonctionner ver m s 42.51 24.39 2.98 0.81 par:pas; -fonctions fonction nom f p 21.95 37.91 8.83 16.15 -foncé foncer ver m s 30.27 41.82 3.40 6.55 par:pas; -foncée foncé adj f s 4.06 11.08 0.75 1.62 -foncées foncé adj f p 4.06 11.08 0.14 0.47 -foncés foncé adj m p 4.06 11.08 0.69 1.08 -fond fond nom m s 110.07 376.15 110.07 376.15 -fondît fondre ver 17.29 38.18 0.00 0.07 sub:imp:3s; -fonda fonder ver 15.97 34.66 0.22 1.15 ind:pas:3s; -fondaient fonder ver 15.97 34.66 0.08 3.24 ind:imp:3p; -fondais fonder ver 15.97 34.66 0.11 0.81 ind:imp:1s;ind:imp:2s; -fondait fonder ver 15.97 34.66 0.25 7.97 ind:imp:3s; -fondamental fondamental adj m s 4.69 9.19 1.45 2.64 -fondamentale fondamental adj f s 4.69 9.19 1.55 4.39 -fondamentalement fondamentalement adv 2.03 1.15 2.03 1.15 -fondamentales fondamental adj f p 4.69 9.19 0.89 1.28 -fondamentalisme fondamentalisme nom m s 0.02 0.00 0.02 0.00 -fondamentaliste fondamentaliste adj s 0.19 0.00 0.11 0.00 -fondamentalistes fondamentaliste nom p 0.48 0.00 0.46 0.00 -fondamentaux fondamental adj m p 4.69 9.19 0.80 0.88 -fondant fondant nom m s 0.23 0.68 0.21 0.61 -fondante fondant adj f s 0.18 2.70 0.05 1.08 -fondantes fondant adj f p 0.18 2.70 0.00 0.20 -fondants fondant adj m p 0.18 2.70 0.03 0.20 -fondateur fondateur nom m s 5.10 2.16 2.40 1.69 -fondateurs fondateur nom m p 5.10 2.16 2.64 0.20 -fondation fondation nom f s 9.74 7.64 6.39 3.99 -fondations fondation nom f p 9.74 7.64 3.35 3.65 -fondatrice fondateur adj f s 1.91 1.55 0.09 0.07 -fondatrices fondatrice nom f p 0.01 0.00 0.01 0.00 -fonde fonder ver 15.97 34.66 2.23 2.03 imp:pre:2s;ind:pre:1s;ind:pre:3s; -fondement fondement nom m s 2.47 3.78 1.76 2.43 -fondements fondement nom m p 2.47 3.78 0.71 1.35 -fondent fonder ver 15.97 34.66 1.21 3.85 ind:pre:3p;sub:pre:3p; -fonder fonder ver 15.97 34.66 4.21 4.26 inf; -fondera fonder ver 15.97 34.66 0.15 0.00 ind:fut:3s; -fonderais fonder ver 15.97 34.66 0.04 0.00 cnd:pre:1s; -fonderait fonder ver 15.97 34.66 0.02 0.00 cnd:pre:3s; -fonderez fonder ver 15.97 34.66 0.02 0.00 ind:fut:2p; -fonderie fonderie nom f s 0.53 1.42 0.51 0.41 -fonderies fonderie nom f p 0.53 1.42 0.03 1.01 -fonderons fonder ver 15.97 34.66 0.02 0.00 ind:fut:1p; -fonderont fonder ver 15.97 34.66 0.14 0.07 ind:fut:3p; -fondeur fondeur nom m s 0.34 0.41 0.34 0.41 -fondez fonder ver 15.97 34.66 0.33 0.00 imp:pre:2p;ind:pre:2p; -fondions fonder ver 15.97 34.66 0.02 0.07 ind:imp:1p; -fondirent fondre ver 17.29 38.18 0.02 0.68 ind:pas:3p; -fondis fondre ver 17.29 38.18 0.00 0.07 ind:pas:1s; -fondit fondre ver 17.29 38.18 0.04 2.97 ind:pas:3s; -fondons fonder ver 15.97 34.66 0.20 0.00 imp:pre:1p;ind:pre:1p; -fondât fonder ver 15.97 34.66 0.00 0.14 sub:imp:3s; -fondouk fondouk nom m s 0.00 0.07 0.00 0.07 -fondra fondre ver 17.29 38.18 0.28 0.27 ind:fut:3s; -fondrai fondre ver 17.29 38.18 0.16 0.00 ind:fut:1s; -fondraient fondre ver 17.29 38.18 0.01 0.20 cnd:pre:3p; -fondrait fondre ver 17.29 38.18 0.11 0.27 cnd:pre:3s; -fondras fondre ver 17.29 38.18 0.03 0.00 ind:fut:2s; -fondre fondre ver 17.29 38.18 8.03 17.70 inf; -fondriez fondre ver 17.29 38.18 0.01 0.00 cnd:pre:2p; -fondrière fondrière nom f s 0.01 1.96 0.00 0.61 -fondrières fondrière nom f p 0.01 1.96 0.01 1.35 -fonds fonds nom m 15.10 16.62 15.10 16.62 -fondèrent fonder ver 15.97 34.66 0.17 0.07 ind:pas:3p; -fondé fonder ver m s 15.97 34.66 4.09 4.73 par:pas; -fondu fondre ver m s 17.29 38.18 3.42 5.95 par:pas; -fondée fonder ver f s 15.97 34.66 1.28 3.31 par:pas; -fondue fondue nom f s 1.08 0.81 1.04 0.74 -fondées fonder ver f p 15.97 34.66 0.52 0.54 par:pas; -fondues fondre ver f p 17.29 38.18 0.11 0.81 par:pas; -fondés fonder ver m p 15.97 34.66 0.46 0.88 par:pas; -fondus fondu adj m p 1.82 2.84 0.22 0.47 -fongible fongible adj s 0.04 0.00 0.04 0.00 -fongicide fongicide nom m s 0.04 0.00 0.04 0.00 -fongique fongique adj s 0.05 0.00 0.05 0.00 -fongueuse fongueux adj f s 0.00 0.14 0.00 0.07 -fongueuses fongueux adj f p 0.00 0.14 0.00 0.07 -fongus fongus nom m 0.04 0.00 0.04 0.00 -font faire ver 8813.53 5328.99 193.61 153.92 ind:pre:3p; -fontaine fontaine nom f s 7.72 24.46 6.62 17.36 -fontaines fontaine nom f p 7.72 24.46 1.11 7.09 -fontainette fontainette nom f s 0.00 0.27 0.00 0.27 -fontainier fontainier nom m s 0.27 0.00 0.27 0.00 -fontanelle fontanelle nom f s 0.19 0.20 0.19 0.20 -fonte fonte nom f s 0.74 8.78 0.74 8.31 -fontes fonte nom f p 0.74 8.78 0.00 0.47 -fonça foncer ver 30.27 41.82 0.17 3.18 ind:pas:3s; -fonçai foncer ver 30.27 41.82 0.01 0.81 ind:pas:1s; -fonçaient foncer ver 30.27 41.82 0.21 1.76 ind:imp:3p; -fonçais foncer ver 30.27 41.82 0.14 0.81 ind:imp:1s;ind:imp:2s; -fonçait foncer ver 30.27 41.82 0.23 3.85 ind:imp:3s; -fonçant foncer ver 30.27 41.82 0.26 2.30 par:pre; -fonçons foncer ver 30.27 41.82 0.23 0.34 imp:pre:1p;ind:pre:1p; -fonts fonts nom m p 0.10 1.08 0.10 1.08 -foot foot nom m s 24.18 5.54 24.18 5.54 -football football nom m s 13.93 6.28 13.93 6.28 -footballeur_vedette footballeur_vedette nom m s 0.01 0.00 0.01 0.00 -footballeur footballeur nom m s 2.76 1.01 2.01 0.54 -footballeurs footballeur nom m p 2.76 1.01 0.71 0.47 -footballeuse footballeur nom f s 2.76 1.01 0.04 0.00 -footballistique footballistique adj f s 0.03 0.07 0.02 0.00 -footballistiques footballistique adj f p 0.03 0.07 0.01 0.07 -footeuse footeux adj f s 0.01 0.00 0.01 0.00 -footeux footeux nom m 0.04 0.00 0.04 0.00 -footing footing nom m s 0.45 0.34 0.45 0.34 -for for nom m s 21.32 8.51 21.32 8.51 -forage forage nom m s 0.91 0.27 0.82 0.20 -forages forage nom m p 0.91 0.27 0.09 0.07 -foraient forer ver 1.66 1.69 0.02 0.14 ind:imp:3p; -forain forain adj m s 2.14 6.22 0.39 1.42 -foraine forain adj f s 2.14 6.22 1.52 3.24 -foraines forain adj f p 2.14 6.22 0.23 1.08 -forains forain nom m p 0.44 2.50 0.34 1.01 -forait forer ver 1.66 1.69 0.14 0.27 ind:imp:3s; -foramen foramen nom m s 0.03 0.00 0.03 0.00 -foraminifères foraminifère nom m p 0.01 0.00 0.01 0.00 -forant forer ver 1.66 1.69 0.02 0.20 par:pre; -forban forban nom m s 0.19 1.01 0.03 0.74 -forbans forban nom m p 0.19 1.01 0.16 0.27 -force force adj_ind 1.41 4.86 1.41 4.86 -forcement forcement nom m s 0.81 0.07 0.81 0.07 -forcent forcer ver 64.64 75.41 1.14 1.08 ind:pre:3p; -forcené forcené nom m s 0.94 2.23 0.75 1.35 -forcenée forcené nom f s 0.94 2.23 0.02 0.20 -forcenées forcené nom f p 0.94 2.23 0.01 0.00 -forcenés forcené nom m p 0.94 2.23 0.16 0.68 -forceps forceps nom m 0.72 0.95 0.72 0.95 -forcer forcer ver 64.64 75.41 16.33 18.04 inf; -forcera forcer ver 64.64 75.41 0.76 0.34 ind:fut:3s; -forcerai forcer ver 64.64 75.41 0.47 0.20 ind:fut:1s; -forcerais forcer ver 64.64 75.41 0.13 0.07 cnd:pre:1s;cnd:pre:2s; -forcerait forcer ver 64.64 75.41 0.14 0.20 cnd:pre:3s; -forceras forcer ver 64.64 75.41 0.05 0.00 ind:fut:2s; -forcerez forcer ver 64.64 75.41 0.11 0.00 ind:fut:2p; -forceront forcer ver 64.64 75.41 0.12 0.00 ind:fut:3p; -forces force nom f p 151.96 344.73 43.67 126.35 -forceur forceur nom m s 0.02 0.20 0.02 0.07 -forceurs forceur nom m p 0.02 0.20 0.00 0.14 -forcez forcer ver 64.64 75.41 2.81 0.74 imp:pre:2p;ind:pre:2p; -forci forcir ver m s 0.14 1.08 0.02 0.74 par:pas; -forciez forcer ver 64.64 75.41 0.06 0.00 ind:imp:2p; -forcing forcing nom m s 0.13 0.88 0.13 0.88 -forcions forcer ver 64.64 75.41 0.03 0.20 ind:imp:1p; -forcir forcir ver 0.14 1.08 0.01 0.20 inf; -forcis forcir ver m p 0.14 1.08 0.00 0.07 par:pas; -forcissait forcir ver 0.14 1.08 0.00 0.07 ind:imp:3s; -forcit forcir ver 0.14 1.08 0.11 0.00 ind:pre:3s; -forcèrent forcer ver 64.64 75.41 0.04 0.68 ind:pas:3p; -forcé forcer ver m s 64.64 75.41 16.33 16.55 par:pas; -forcée forcer ver f s 64.64 75.41 6.41 4.46 par:pas; -forcées forcer ver f p 64.64 75.41 0.94 0.61 par:pas; -forcément forcément adv 24.23 29.12 24.23 29.12 -forcés forcer ver m p 64.64 75.41 2.67 2.64 par:pas; -fore forer ver 1.66 1.69 0.25 0.14 imp:pre:2s;ind:pre:1s;ind:pre:3s; -foreign_office foreign_office nom m s 0.00 2.50 0.00 2.50 -forent forer ver 1.66 1.69 0.01 0.07 ind:pre:3p; -forer forer ver 1.66 1.69 0.80 0.47 inf; -forestier forestier adj m s 3.19 6.42 2.13 2.09 -forestiers forestier adj m p 3.19 6.42 0.42 0.61 -forestière forestier adj f s 3.19 6.42 0.49 2.91 -forestières forestier adj f p 3.19 6.42 0.14 0.81 -foret foret nom m s 1.56 0.54 1.16 0.14 -forets foret nom m p 1.56 0.54 0.40 0.41 -foreur foreur adj m s 0.43 0.00 0.42 0.00 -foreurs foreur nom m p 1.04 0.20 0.13 0.07 -foreuse foreur nom f s 1.04 0.20 0.68 0.14 -foreuses foreuse nom f p 0.17 0.00 0.17 0.00 -forez forer ver 1.66 1.69 0.03 0.00 ind:pre:2p; -forfait forfait nom m s 2.03 4.59 1.50 3.38 -forfaitaire forfaitaire adj s 0.05 0.20 0.05 0.14 -forfaitaires forfaitaire adj f p 0.05 0.20 0.00 0.07 -forfaits forfait nom m p 2.03 4.59 0.53 1.22 -forfaiture forfaiture nom f s 0.02 0.61 0.02 0.61 -forfanterie forfanterie nom f s 0.17 0.74 0.17 0.68 -forfanteries forfanterie nom f p 0.17 0.74 0.00 0.07 -forficules forficule nom f p 0.00 0.07 0.00 0.07 -forge forger ver 9.02 11.82 1.78 0.74 imp:pre:2s;ind:pre:1s;ind:pre:3s; -forgea forger ver 9.02 11.82 0.00 0.07 ind:pas:3s; -forgeage forgeage nom m s 0.14 0.00 0.14 0.00 -forgeaient forger ver 9.02 11.82 0.00 0.07 ind:imp:3p; -forgeais forger ver 9.02 11.82 0.00 0.07 ind:imp:1s; -forgeait forger ver 9.02 11.82 0.12 0.61 ind:imp:3s; -forgeant forger ver 9.02 11.82 0.10 0.27 par:pre; -forgent forger ver 9.02 11.82 0.31 0.20 ind:pre:3p; -forgeons forger ver 9.02 11.82 0.02 0.14 imp:pre:1p;ind:pre:1p; -forger forger ver 9.02 11.82 3.16 1.62 inf; -forgera forger ver 9.02 11.82 0.21 0.07 ind:fut:3s; -forgerai forger ver 9.02 11.82 0.20 0.00 ind:fut:1s; -forgeries forgerie nom f p 0.00 0.07 0.00 0.07 -forgeron forgeron nom m s 3.76 4.39 3.49 3.38 -forgeronne forgeron nom f s 3.76 4.39 0.02 0.00 -forgerons forgeron nom m p 3.76 4.39 0.25 1.01 -forges forge nom f p 1.64 8.58 0.13 0.95 -forgeur forgeur nom m s 0.15 0.00 0.15 0.00 -forgions forger ver 9.02 11.82 0.10 0.07 ind:imp:1p; -forgèrent forger ver 9.02 11.82 0.03 0.00 ind:pas:3p; -forgé forger ver m s 9.02 11.82 1.55 5.81 par:pas; -forgée forger ver f s 9.02 11.82 0.92 0.41 par:pas; -forgées forger ver f p 9.02 11.82 0.05 0.88 par:pas; -forgés forger ver m p 9.02 11.82 0.45 0.74 par:pas; -forints forint nom m p 0.14 0.00 0.14 0.00 -forlane forlane nom f s 0.10 0.00 0.10 0.00 -forlonger forlonger ver 0.00 0.14 0.00 0.07 inf; -forlongés forlonger ver m p 0.00 0.14 0.00 0.07 par:pas; -forma former ver 39.69 110.27 0.16 2.16 ind:pas:3s; -formage formage nom m s 0.00 0.07 0.00 0.07 -formai former ver 39.69 110.27 0.00 0.07 ind:pas:1s; -formaient former ver 39.69 110.27 0.73 16.96 ind:imp:3p; -formais former ver 39.69 110.27 0.01 0.47 ind:imp:1s; -formait former ver 39.69 110.27 1.42 11.69 ind:imp:3s; -formaldéhyde formaldéhyde nom m s 0.34 0.00 0.34 0.00 -formalisa formaliser ver 0.43 2.23 0.00 0.34 ind:pas:3s; -formalisaient formaliser ver 0.43 2.23 0.00 0.07 ind:imp:3p; -formalisais formaliser ver 0.43 2.23 0.00 0.14 ind:imp:1s; -formalisait formaliser ver 0.43 2.23 0.00 0.41 ind:imp:3s; -formalise formaliser ver 0.43 2.23 0.13 0.14 imp:pre:2s;ind:pre:1s;ind:pre:3s; -formaliser formaliser ver 0.43 2.23 0.04 0.68 inf; -formalisera formaliser ver 0.43 2.23 0.01 0.00 ind:fut:3s; -formaliserait formaliser ver 0.43 2.23 0.00 0.14 cnd:pre:3s; -formalisez formaliser ver 0.43 2.23 0.25 0.07 imp:pre:2p;ind:pre:2p; -formalisme formalisme nom m s 0.12 0.34 0.12 0.34 -formalisât formaliser ver 0.43 2.23 0.00 0.07 sub:imp:3s; -formaliste formaliste adj m s 0.02 0.27 0.02 0.07 -formalistes formaliste adj f p 0.02 0.27 0.00 0.20 -formalisé formalisé adj m s 0.01 0.00 0.01 0.00 -formalisée formaliser ver f s 0.43 2.23 0.00 0.07 par:pas; -formalisés formaliser ver m p 0.43 2.23 0.00 0.07 par:pas; -formalité formalité nom f s 7.08 7.03 3.77 2.97 -formalités formalité nom f p 7.08 7.03 3.30 4.05 -formant former ver 39.69 110.27 0.56 7.91 par:pre; -format format nom m s 1.90 8.11 1.80 6.96 -formatage formatage nom m s 0.07 0.00 0.07 0.00 -formater formater ver 0.13 0.00 0.04 0.00 inf; -formateur formateur adj m s 0.42 0.20 0.19 0.07 -formation formation nom f s 14.40 12.16 13.68 9.32 -formations formation nom f p 14.40 12.16 0.72 2.84 -formatrice formateur adj f s 0.42 0.20 0.12 0.14 -formatrices formateur adj f p 0.42 0.20 0.11 0.00 -formats format nom m p 1.90 8.11 0.10 1.15 -formaté formater ver m s 0.13 0.00 0.09 0.00 par:pas; -forme forme nom f s 94.19 176.69 82.61 137.91 -formel formel adj m s 4.55 9.05 2.40 3.31 -formelle formel adj f s 4.55 9.05 1.13 3.99 -formellement formellement adv 1.48 4.53 1.48 4.53 -formelles formel adj f p 4.55 9.05 0.40 0.81 -formels formel adj m p 4.55 9.05 0.62 0.95 -forment former ver 39.69 110.27 4.51 11.01 ind:pre:3p;sub:pre:3p; -former former ver 39.69 110.27 8.18 15.95 inf; -formera former ver 39.69 110.27 0.59 0.07 ind:fut:3s; -formerai former ver 39.69 110.27 0.10 0.07 ind:fut:1s; -formeraient former ver 39.69 110.27 0.28 0.54 cnd:pre:3p; -formerais former ver 39.69 110.27 0.02 0.14 cnd:pre:1s;cnd:pre:2s; -formerait former ver 39.69 110.27 0.09 0.34 cnd:pre:3s; -formerez former ver 39.69 110.27 0.22 0.07 ind:fut:2p; -formeriez former ver 39.69 110.27 0.13 0.00 cnd:pre:2p; -formerons former ver 39.69 110.27 0.52 0.14 ind:fut:1p; -formeront former ver 39.69 110.27 0.42 0.41 ind:fut:3p; -formes forme nom f p 94.19 176.69 11.58 38.78 -formez former ver 39.69 110.27 2.70 0.27 imp:pre:2p;ind:pre:2p; -formica formica nom m s 0.28 2.03 0.28 1.96 -formicas formica nom m p 0.28 2.03 0.00 0.07 -formid formid adj f s 0.02 0.20 0.02 0.14 -formidable formidable adj s 54.23 34.32 51.79 30.07 -formidablement formidablement adv 0.24 1.42 0.24 1.42 -formidables formidable adj p 54.23 34.32 2.44 4.26 -formide formide adj s 0.01 0.27 0.01 0.20 -formides formide adj f p 0.01 0.27 0.00 0.07 -formids formid adj p 0.02 0.20 0.00 0.07 -formiez former ver 39.69 110.27 0.30 0.07 ind:imp:2p; -formions former ver 39.69 110.27 0.24 1.62 ind:imp:1p; -formique formique adj m s 0.04 0.07 0.04 0.07 -formol formol nom m s 0.88 0.74 0.88 0.74 -formons former ver 39.69 110.27 1.94 0.88 imp:pre:1p;ind:pre:1p; -formèrent former ver 39.69 110.27 0.28 1.42 ind:pas:3p; -formé former ver m s 39.69 110.27 5.50 14.32 par:pas; -formée former ver f s 39.69 110.27 2.00 5.47 ind:imp:3p;par:pas; -formées former ver f p 39.69 110.27 0.25 2.23 par:pas; -formula formuler ver 3.52 15.54 0.01 0.54 ind:pas:3s; -formulai formuler ver 3.52 15.54 0.00 0.14 ind:pas:1s; -formulaient formuler ver 3.52 15.54 0.00 0.14 ind:imp:3p; -formulaire formulaire nom m s 9.73 1.55 6.93 0.81 -formulaires formulaire nom m p 9.73 1.55 2.80 0.74 -formulais formuler ver 3.52 15.54 0.11 0.34 ind:imp:1s; -formulait formuler ver 3.52 15.54 0.01 1.08 ind:imp:3s; -formulant formuler ver 3.52 15.54 0.00 0.54 par:pre; -formulation formulation nom f s 0.41 1.15 0.28 1.01 -formulations formulation nom f p 0.41 1.15 0.14 0.14 -formule formule nom f s 12.53 34.39 10.97 22.84 -formulent formuler ver 3.52 15.54 0.01 0.20 ind:pre:3p; -formuler formuler ver 3.52 15.54 1.88 7.50 inf; -formulera formuler ver 3.52 15.54 0.00 0.20 ind:fut:3s; -formules formule nom f p 12.53 34.39 1.56 11.55 -formulettes formulette nom f p 0.00 0.07 0.00 0.07 -formulez formuler ver 3.52 15.54 0.07 0.14 imp:pre:2p;ind:pre:2p; -formulons formuler ver 3.52 15.54 0.04 0.07 imp:pre:1p;ind:pre:1p; -formulât formuler ver 3.52 15.54 0.00 0.07 sub:imp:3s; -formulé formuler ver m s 3.52 15.54 0.44 1.22 par:pas; -formulée formulé adj f s 0.26 1.69 0.13 0.54 -formulées formuler ver f p 3.52 15.54 0.08 1.15 par:pas; -formulés formulé adj m p 0.26 1.69 0.01 0.27 -formés former ver m p 39.69 110.27 1.49 3.92 par:pas; -fornicateur fornicateur nom m s 0.51 0.34 0.21 0.14 -fornicateurs fornicateur nom m p 0.51 0.34 0.11 0.20 -fornication fornication nom f s 1.06 1.22 1.05 0.95 -fornications fornication nom f p 1.06 1.22 0.01 0.27 -fornicatrice fornicateur nom f s 0.51 0.34 0.19 0.00 -forniquaient forniquer ver 0.89 1.22 0.01 0.14 ind:imp:3p; -forniquait forniquer ver 0.89 1.22 0.01 0.27 ind:imp:3s; -forniquant forniquer ver 0.89 1.22 0.05 0.07 par:pre; -fornique forniquer ver 0.89 1.22 0.06 0.07 imp:pre:2s;ind:pre:1s;ind:pre:3s; -forniquent forniquer ver 0.89 1.22 0.07 0.07 ind:pre:3p; -forniquer forniquer ver 0.89 1.22 0.51 0.47 inf; -forniqué forniquer ver m s 0.89 1.22 0.19 0.14 par:pas; -fors fors pre 0.01 0.27 0.01 0.27 -forsythias forsythia nom m p 0.00 0.07 0.00 0.07 -fort fort adv_sup 171.91 212.77 171.91 212.77 -forte fort adj_sup f s 95.28 140.27 42.42 62.64 -fortement fortement adv 4.25 15.68 4.25 15.68 -forteresse forteresse nom f s 7.53 16.96 7.38 14.05 -forteresses forteresse nom f p 7.53 16.96 0.14 2.91 -fortes fort adj_sup f p 95.28 140.27 7.92 16.35 -força forcer ver 64.64 75.41 0.34 3.38 ind:pas:3s; -forçage forçage nom m s 0.04 0.14 0.04 0.14 -forçai forcer ver 64.64 75.41 0.11 0.34 ind:pas:1s; -forçaient forcer ver 64.64 75.41 0.05 0.61 ind:imp:3p; -forçais forcer ver 64.64 75.41 0.22 1.35 ind:imp:1s;ind:imp:2s; -forçait forcer ver 64.64 75.41 0.70 6.76 ind:imp:3s; -forçant forcer ver 64.64 75.41 0.91 4.86 par:pre; -forçat forçat nom m s 1.26 3.11 0.30 1.35 -forçats forçat nom m p 1.26 3.11 0.96 1.76 -forçons forcer ver 64.64 75.41 0.27 0.14 imp:pre:1p;ind:pre:1p; -forçât forcer ver 64.64 75.41 0.00 0.20 sub:imp:3s; -fortiche fortiche adj s 1.14 2.03 0.84 1.49 -fortiches fortiche adj p 1.14 2.03 0.30 0.54 -fortifia fortifier ver 2.19 6.55 0.11 0.27 ind:pas:3s; -fortifiaient fortifier ver 2.19 6.55 0.01 0.14 ind:imp:3p; -fortifiais fortifier ver 2.19 6.55 0.00 0.07 ind:imp:1s; -fortifiait fortifier ver 2.19 6.55 0.00 0.81 ind:imp:3s; -fortifiant fortifiant nom m s 0.26 0.54 0.23 0.34 -fortifiants fortifiant nom m p 0.26 0.54 0.04 0.20 -fortification fortification nom f s 0.68 2.36 0.22 0.34 -fortifications fortification nom f p 0.68 2.36 0.46 2.03 -fortifie fortifier ver 2.19 6.55 0.74 0.54 imp:pre:2s;ind:pre:1s;ind:pre:3s; -fortifient fortifier ver 2.19 6.55 0.04 0.34 ind:pre:3p; -fortifier fortifier ver 2.19 6.55 0.47 1.22 inf; -fortifiera fortifier ver 2.19 6.55 0.13 0.00 ind:fut:3s; -fortifierait fortifier ver 2.19 6.55 0.00 0.07 cnd:pre:3s; -fortifiez fortifier ver 2.19 6.55 0.01 0.07 imp:pre:2p; -fortifions fortifier ver 2.19 6.55 0.10 0.07 imp:pre:1p; -fortifiât fortifier ver 2.19 6.55 0.00 0.07 sub:imp:3s; -fortifièrent fortifier ver 2.19 6.55 0.01 0.00 ind:pas:3p; -fortifié fortifier ver m s 2.19 6.55 0.22 1.01 par:pas; -fortifiée fortifié adj f s 0.43 1.82 0.29 0.68 -fortifiées fortifier ver f p 2.19 6.55 0.02 0.27 par:pas; -fortifiés fortifier ver m p 2.19 6.55 0.14 0.14 par:pas; -fortifs fortif nom f p 0.00 1.01 0.00 1.01 -fortin fortin nom m s 0.33 3.31 0.32 2.70 -fortins fortin nom m p 0.33 3.31 0.01 0.61 -fortissimo fortissimo nom_sup m s 0.11 0.20 0.11 0.20 -fortitude fortitude nom f s 0.05 0.07 0.05 0.07 -fortraiture fortraiture nom f s 0.00 0.07 0.00 0.07 -forts fort adj_sup m p 95.28 140.27 17.00 17.43 -fortuit fortuit adj m s 1.96 3.38 0.55 1.22 -fortuite fortuit adj f s 1.96 3.38 1.29 1.28 -fortuitement fortuitement adv 0.17 0.34 0.17 0.34 -fortuites fortuit adj f p 1.96 3.38 0.07 0.68 -fortuits fortuit adj m p 1.96 3.38 0.05 0.20 -fortune fortune nom f s 33.62 51.49 32.35 46.49 -fortunes fortune nom f p 33.62 51.49 1.27 5.00 -fortuné fortuné adj m s 2.84 3.45 1.24 1.35 -fortunée fortuné adj f s 2.84 3.45 0.48 0.41 -fortunées fortuné adj f p 2.84 3.45 0.17 0.47 -fortunés fortuné adj m p 2.84 3.45 0.95 1.22 -foré forer ver m s 1.66 1.69 0.23 0.14 par:pas; -forée forer ver f s 1.66 1.69 0.01 0.14 par:pas; -forum forum nom m s 1.40 1.08 1.14 0.95 -forums forum nom m p 1.40 1.08 0.26 0.14 -forés forer ver m p 1.66 1.69 0.14 0.14 par:pas; -forêt forêt nom f s 34.94 113.31 29.57 91.89 -forêts forêt nom f p 34.94 113.31 5.37 21.42 -fosse fosse nom f s 7.92 14.05 6.64 10.74 -fosses fosse nom f p 7.92 14.05 1.27 3.31 -fossette fossette nom f s 0.86 4.32 0.44 2.09 -fossettes fossette nom f p 0.86 4.32 0.42 2.23 -fossile fossile nom m s 2.02 0.74 1.40 0.20 -fossiles fossile nom m p 2.02 0.74 0.62 0.54 -fossilisation fossilisation nom f s 0.13 0.07 0.13 0.07 -fossilisé fossiliser ver m s 0.17 0.68 0.08 0.41 par:pas; -fossilisés fossiliser ver m p 0.17 0.68 0.09 0.27 par:pas; -fossoyeur fossoyeur nom m s 2.77 2.70 2.00 1.42 -fossoyeurs fossoyeur nom m p 2.77 2.70 0.77 1.28 -fossoyeuse fossoyeuse nom f s 0.01 0.00 0.01 0.00 -fossé fossé nom m s 4.71 26.42 4.10 20.07 -fossés fossé nom m p 4.71 26.42 0.61 6.35 -fou_fou fou_fou adj m s 0.08 0.00 0.08 0.00 -fou_rire fou_rire nom m s 0.02 0.14 0.02 0.14 -fou fou adj m s 321.31 164.32 181.51 82.03 -fouaces fouace nom f p 0.00 0.07 0.00 0.07 -fouailla fouailler ver 0.00 1.55 0.00 0.20 ind:pas:3s; -fouaillai fouailler ver 0.00 1.55 0.00 0.07 ind:pas:1s; -fouaillaient fouailler ver 0.00 1.55 0.00 0.14 ind:imp:3p; -fouaillait fouailler ver 0.00 1.55 0.00 0.07 ind:imp:3s; -fouaillant fouailler ver 0.00 1.55 0.00 0.14 par:pre; -fouaille fouaille nom f s 0.00 1.22 0.00 1.22 -fouailler fouailler ver 0.00 1.55 0.00 0.34 inf; -fouaillé fouailler ver m s 0.00 1.55 0.00 0.20 par:pas; -fouaillée fouailler ver f s 0.00 1.55 0.00 0.14 par:pas; -fouaillées fouailler ver f p 0.00 1.55 0.00 0.07 par:pas; -foucade foucade nom f s 0.01 0.47 0.01 0.14 -foucades foucade nom f p 0.01 0.47 0.00 0.34 -fouchtra fouchtra ono 0.00 0.27 0.00 0.27 -foudre foudre nom s 12.94 14.46 12.50 12.64 -foudres foudre nom p 12.94 14.46 0.44 1.82 -foudroie foudroyer ver 2.36 8.99 0.34 0.41 ind:pre:1s;ind:pre:3s; -foudroiement foudroiement nom m s 0.01 0.00 0.01 0.00 -foudroient foudroyer ver 2.36 8.99 0.00 0.14 ind:pre:3p; -foudroiera foudroyer ver 2.36 8.99 0.01 0.07 ind:fut:3s; -foudroieraient foudroyer ver 2.36 8.99 0.00 0.07 cnd:pre:3p; -foudroierait foudroyer ver 2.36 8.99 0.00 0.07 cnd:pre:3s; -foudroya foudroyer ver 2.36 8.99 0.01 0.41 ind:pas:3s; -foudroyaient foudroyer ver 2.36 8.99 0.00 0.14 ind:imp:3p; -foudroyait foudroyer ver 2.36 8.99 0.00 0.47 ind:imp:3s; -foudroyant foudroyant adj m s 0.52 6.62 0.41 2.23 -foudroyante foudroyant adj f s 0.52 6.62 0.10 3.24 -foudroyantes foudroyant adj f p 0.52 6.62 0.00 0.54 -foudroyants foudroyant adj m p 0.52 6.62 0.01 0.61 -foudroyer foudroyer ver 2.36 8.99 0.39 1.35 inf; -foudroyions foudroyer ver 2.36 8.99 0.01 0.00 ind:imp:1p; -foudroyèrent foudroyer ver 2.36 8.99 0.00 0.07 ind:pas:3p; -foudroyé foudroyer ver m s 2.36 8.99 0.91 2.84 par:pas; -foudroyée foudroyer ver f s 2.36 8.99 0.36 0.95 par:pas; -foudroyées foudroyer ver f p 2.36 8.99 0.04 0.27 par:pas; -foudroyés foudroyer ver m p 2.36 8.99 0.28 1.42 par:pas; -fouet fouet nom m s 8.56 18.31 7.92 16.69 -fouets fouet nom m p 8.56 18.31 0.63 1.62 -fouetta fouetter ver 7.61 17.36 0.14 0.68 ind:pas:3s; -fouettaient fouetter ver 7.61 17.36 0.02 0.41 ind:imp:3p; -fouettais fouetter ver 7.61 17.36 0.04 0.27 ind:imp:1s; -fouettait fouetter ver 7.61 17.36 0.09 2.36 ind:imp:3s; -fouettant fouetter ver 7.61 17.36 0.03 1.42 par:pre; -fouettard fouettard adj m s 0.34 0.68 0.34 0.47 -fouettards fouettard adj m p 0.34 0.68 0.00 0.20 -fouette fouetter ver 7.61 17.36 1.65 2.30 imp:pre:2s;ind:pre:1s;ind:pre:3s; -fouettement fouettement nom m s 0.01 0.27 0.01 0.20 -fouettements fouettement nom m p 0.01 0.27 0.00 0.07 -fouettent fouetter ver 7.61 17.36 0.07 0.68 ind:pre:3p; -fouetter fouetter ver 7.61 17.36 2.27 4.26 inf; -fouettera fouetter ver 7.61 17.36 0.06 0.00 ind:fut:3s; -fouetterai fouetter ver 7.61 17.36 0.12 0.00 ind:fut:1s; -fouetterait fouetter ver 7.61 17.36 0.03 0.07 cnd:pre:3s; -fouetteront fouetter ver 7.61 17.36 0.02 0.07 ind:fut:3p; -fouettes fouetter ver 7.61 17.36 0.12 0.07 ind:pre:2s; -fouetteur fouetteur nom m s 0.16 0.41 0.02 0.00 -fouetteurs fouetteur nom m p 0.16 0.41 0.14 0.07 -fouetteuse fouetteur nom f s 0.16 0.41 0.00 0.34 -fouettez fouetter ver 7.61 17.36 0.36 0.14 imp:pre:2p;ind:pre:2p; -fouettons fouetter ver 7.61 17.36 0.02 0.14 imp:pre:1p;ind:pre:1p; -fouettèrent fouetter ver 7.61 17.36 0.00 0.14 ind:pas:3p; -fouetté fouetter ver m s 7.61 17.36 0.81 1.69 par:pas; -fouettée fouetter ver f s 7.61 17.36 1.50 1.69 par:pas; -fouettées fouetter ver f p 7.61 17.36 0.04 0.54 par:pas; -fouettés fouetter ver m p 7.61 17.36 0.22 0.47 par:pas; -foufou foufou adj m s 0.44 0.00 0.42 0.00 -foufoune foufoune nom f s 0.69 0.00 0.57 0.00 -foufounes foufoune nom f p 0.69 0.00 0.12 0.00 -foufounette foufounette nom f s 0.01 0.20 0.01 0.20 -foufous foufou adj m p 0.44 0.00 0.01 0.00 -fougasse fougasse nom f s 2.54 0.14 2.54 0.14 -fouge fouger ver 0.10 0.00 0.10 0.00 imp:pre:2s; -fougeraie fougeraie nom f s 0.00 0.61 0.00 0.54 -fougeraies fougeraie nom f p 0.00 0.61 0.00 0.07 -fougère fougère nom f s 0.76 8.11 0.48 0.74 -fougères fougère nom f p 0.76 8.11 0.27 7.36 -fougue fougue nom f s 1.17 5.14 1.17 5.07 -fougues fougue nom f p 1.17 5.14 0.00 0.07 -fougueuse fougueux adj f s 1.72 3.45 0.26 0.74 -fougueusement fougueusement adv 0.05 0.47 0.05 0.47 -fougueuses fougueux adj f p 1.72 3.45 0.05 0.27 -fougueux fougueux adj m 1.72 3.45 1.41 2.43 -foui fouir ver m s 0.04 0.95 0.02 0.34 par:pas; -fouie fouir ver f s 0.04 0.95 0.01 0.07 par:pas; -fouies fouir ver f p 0.04 0.95 0.00 0.07 par:pas; -fouilla fouiller ver 42.37 47.16 0.01 5.27 ind:pas:3s; -fouillai fouiller ver 42.37 47.16 0.01 0.47 ind:pas:1s; -fouillaient fouiller ver 42.37 47.16 0.08 1.76 ind:imp:3p; -fouillais fouiller ver 42.37 47.16 0.37 0.95 ind:imp:1s;ind:imp:2s; -fouillait fouiller ver 42.37 47.16 0.37 5.81 ind:imp:3s; -fouillant fouiller ver 42.37 47.16 1.43 5.14 par:pre; -fouillasse fouiller ver 42.37 47.16 0.00 0.07 sub:imp:1s; -fouille fouiller ver 42.37 47.16 6.09 7.23 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -fouillent fouiller ver 42.37 47.16 1.46 1.82 ind:pre:3p; -fouiller fouiller ver 42.37 47.16 12.87 11.76 inf; -fouillera fouiller ver 42.37 47.16 0.30 0.07 ind:fut:3s; -fouillerai fouiller ver 42.37 47.16 0.10 0.07 ind:fut:1s; -fouillerais fouiller ver 42.37 47.16 0.03 0.00 cnd:pre:1s; -fouillerait fouiller ver 42.37 47.16 0.17 0.07 cnd:pre:3s; -fouilleras fouiller ver 42.37 47.16 0.03 0.00 ind:fut:2s; -fouillerons fouiller ver 42.37 47.16 0.07 0.00 ind:fut:1p; -fouilleront fouiller ver 42.37 47.16 0.10 0.00 ind:fut:3p; -fouilles fouille nom f p 5.00 11.28 1.81 4.53 -fouillette fouillette nom f s 0.00 0.20 0.00 0.20 -fouilleur fouilleur nom m s 0.05 0.41 0.03 0.27 -fouilleurs fouilleur adj m p 0.03 0.07 0.01 0.07 -fouilleuse fouilleur nom f s 0.05 0.41 0.03 0.07 -fouillez fouiller ver 42.37 47.16 6.79 0.41 imp:pre:2p;ind:pre:2p; -fouilliez fouiller ver 42.37 47.16 0.21 0.00 ind:imp:2p; -fouillis fouillis nom m 0.81 7.16 0.81 7.16 -fouillons fouiller ver 42.37 47.16 0.61 0.07 imp:pre:1p;ind:pre:1p; -fouillèrent fouiller ver 42.37 47.16 0.01 0.81 ind:pas:3p; -fouillé fouiller ver m s 42.37 47.16 8.89 4.05 par:pas; -fouillée fouiller ver f s 42.37 47.16 0.85 0.74 par:pas; -fouillées fouiller ver f p 42.37 47.16 0.07 0.27 par:pas; -fouillés fouiller ver m p 42.37 47.16 0.51 0.27 par:pas; -fouinaient fouiner ver 5.54 2.43 0.02 0.20 ind:imp:3p; -fouinais fouiner ver 5.54 2.43 0.17 0.07 ind:imp:1s;ind:imp:2s; -fouinait fouiner ver 5.54 2.43 0.19 0.47 ind:imp:3s; -fouinant fouiner ver 5.54 2.43 0.05 0.20 par:pre; -fouinard fouinard nom m s 0.13 0.00 0.11 0.00 -fouinards fouinard nom m p 0.13 0.00 0.02 0.00 -fouine fouine nom f s 2.87 2.43 2.45 1.89 -fouinent fouiner ver 5.54 2.43 0.36 0.07 ind:pre:3p; -fouiner fouiner ver 5.54 2.43 3.31 1.08 inf; -fouinera fouiner ver 5.54 2.43 0.01 0.00 ind:fut:3s; -fouineriez fouiner ver 5.54 2.43 0.01 0.00 cnd:pre:2p; -fouines fouine nom f p 2.87 2.43 0.42 0.54 -fouineur fouineur nom m s 0.80 0.07 0.23 0.07 -fouineurs fouineur nom m p 0.80 0.07 0.27 0.00 -fouineuse fouineur nom f s 0.80 0.07 0.29 0.00 -fouinez fouiner ver 5.54 2.43 0.14 0.07 imp:pre:2p;ind:pre:2p; -fouiniez fouiner ver 5.54 2.43 0.03 0.00 ind:imp:2p; -fouiné fouiner ver m s 5.54 2.43 0.39 0.00 par:pas; -fouir fouir ver 0.04 0.95 0.00 0.20 inf; -fouissait fouir ver 0.04 0.95 0.00 0.07 ind:imp:3s; -fouissant fouir ver 0.04 0.95 0.00 0.07 par:pre; -fouissent fouir ver 0.04 0.95 0.00 0.07 ind:pre:3p; -fouisseur fouisseur adj m s 0.01 0.34 0.01 0.07 -fouisseurs fouisseur adj m p 0.01 0.34 0.00 0.07 -fouisseuse fouisseur adj f s 0.01 0.34 0.00 0.14 -fouisseuses fouisseur adj f p 0.01 0.34 0.00 0.07 -fouit fouir ver 0.04 0.95 0.01 0.07 ind:pre:3s; -foula fouler ver 3.06 9.59 0.04 0.14 ind:pas:3s; -foulage foulage nom m s 0.00 0.07 0.00 0.07 -foulaient fouler ver 3.06 9.59 0.00 0.61 ind:imp:3p; -foulais fouler ver 3.06 9.59 0.05 0.27 ind:imp:1s; -foulait fouler ver 3.06 9.59 0.14 0.41 ind:imp:3s; -foulant fouler ver 3.06 9.59 0.13 1.01 par:pre; -foulard foulard nom m s 4.44 19.19 3.94 15.95 -foulards foulard nom m p 4.44 19.19 0.50 3.24 -foulbé foulbé adj s 0.00 0.07 0.00 0.07 -foule foule nom f s 27.81 112.30 25.95 101.62 -foulent fouler ver 3.06 9.59 0.16 0.27 ind:pre:3p; -fouler fouler ver 3.06 9.59 0.65 2.57 inf; -foulera fouler ver 3.06 9.59 0.04 0.00 ind:fut:3s; -fouleraient fouler ver 3.06 9.59 0.00 0.07 cnd:pre:3p; -foulerait fouler ver 3.06 9.59 0.00 0.07 cnd:pre:3s; -foulerez fouler ver 3.06 9.59 0.03 0.00 ind:fut:2p; -foules foule nom f p 27.81 112.30 1.86 10.68 -fouleur fouleur nom m s 0.01 0.00 0.01 0.00 -foulions fouler ver 3.06 9.59 0.01 0.14 ind:imp:1p; -fouloir fouloir nom m s 0.00 0.14 0.00 0.14 -foulon foulon nom m s 0.14 0.00 0.14 0.00 -foulons fouler ver 3.06 9.59 0.11 0.14 ind:pre:1p; -foulque foulque nom f s 0.03 0.07 0.01 0.00 -foulques foulque nom f p 0.03 0.07 0.01 0.07 -foulèrent fouler ver 3.06 9.59 0.04 0.20 ind:pas:3p; -foulé fouler ver m s 3.06 9.59 1.11 1.49 par:pas; -foulée foulée nom f s 0.56 7.30 0.50 5.34 -foulées foulée nom f p 0.56 7.30 0.06 1.96 -foulure foulure nom f s 0.21 0.20 0.17 0.20 -foulures foulure nom f p 0.21 0.20 0.03 0.00 -foulés fouler ver m p 3.06 9.59 0.03 0.41 par:pas; -foëne foëne nom f s 0.00 0.07 0.00 0.07 -four four nom m s 15.44 28.99 13.95 25.07 -fourbais fourber ver 0.00 0.14 0.00 0.07 ind:imp:1s; -fourbe fourbe adj s 1.70 1.08 1.32 0.68 -fourber fourber ver 0.00 0.14 0.00 0.07 inf; -fourberie fourberie nom f s 0.65 1.28 0.52 0.88 -fourberies fourberie nom f p 0.65 1.28 0.14 0.41 -fourbes fourbe nom p 1.52 0.81 0.41 0.20 -fourbi fourbi nom m s 0.78 3.18 0.77 2.91 -fourbie fourbir ver f s 0.03 1.55 0.00 0.07 par:pas; -fourbir fourbir ver 0.03 1.55 0.01 0.34 inf; -fourbis fourbi nom m p 0.78 3.18 0.01 0.27 -fourbissaient fourbir ver 0.03 1.55 0.00 0.14 ind:imp:3p; -fourbissais fourbir ver 0.03 1.55 0.00 0.07 ind:imp:1s; -fourbissait fourbir ver 0.03 1.55 0.00 0.27 ind:imp:3s; -fourbissant fourbir ver 0.03 1.55 0.00 0.20 par:pre; -fourbit fourbir ver 0.03 1.55 0.01 0.14 ind:pre:3s; -fourbu fourbu adj m s 0.42 6.01 0.12 2.84 -fourbue fourbu adj f s 0.42 6.01 0.14 0.81 -fourbues fourbu adj f p 0.42 6.01 0.01 0.74 -fourbus fourbu adj m p 0.42 6.01 0.16 1.62 -fourcha fourcher ver 0.33 0.27 0.00 0.14 ind:pas:3s; -fourche fourche nom f s 1.57 8.18 1.21 5.61 -fourchent fourcher ver 0.33 0.27 0.01 0.00 ind:pre:3p; -fourcher fourcher ver 0.33 0.27 0.03 0.00 inf; -fourches fourche nom f p 1.57 8.18 0.36 2.57 -fourchet fourchet nom m s 0.00 0.14 0.00 0.07 -fourchets fourchet nom m p 0.00 0.14 0.00 0.07 -fourchette fourchette nom f s 5.85 14.19 4.98 10.95 -fourchettes fourchette nom f p 5.85 14.19 0.87 3.24 -fourchez fourcher ver 0.33 0.27 0.03 0.00 imp:pre:2p; -fourché fourcher ver m s 0.33 0.27 0.15 0.14 par:pas; -fourchu fourchu adj m s 0.75 1.42 0.17 0.27 -fourchée fourcher ver f s 0.33 0.27 0.01 0.00 par:pas; -fourchue fourchu adj f s 0.75 1.42 0.20 0.54 -fourchues fourchu adj f p 0.75 1.42 0.01 0.07 -fourchures fourchure nom f p 0.00 0.14 0.00 0.14 -fourchus fourchu adj m p 0.75 1.42 0.37 0.54 -fourgon fourgon nom m s 8.69 7.70 7.87 5.14 -fourgonnait fourgonner ver 0.00 0.61 0.00 0.14 ind:imp:3s; -fourgonnas fourgonner ver 0.00 0.61 0.00 0.07 ind:pas:2s; -fourgonne fourgonner ver 0.00 0.61 0.00 0.07 ind:pre:3s; -fourgonner fourgonner ver 0.00 0.61 0.00 0.34 inf; -fourgonnette fourgonnette nom f s 1.31 1.76 1.26 1.62 -fourgonnettes fourgonnette nom f p 1.31 1.76 0.05 0.14 -fourgons fourgon nom m p 8.69 7.70 0.82 2.57 -fourguais fourguer ver 2.47 5.07 0.03 0.07 ind:imp:1s; -fourguait fourguer ver 2.47 5.07 0.02 0.61 ind:imp:3s; -fourguant fourguer ver 2.47 5.07 0.03 0.20 par:pre; -fourgue fourguer ver 2.47 5.07 0.28 0.74 imp:pre:2s;ind:pre:1s;ind:pre:3s; -fourguent fourguer ver 2.47 5.07 0.16 0.14 ind:pre:3p; -fourguer fourguer ver 2.47 5.07 1.10 1.82 inf; -fourgueraient fourguer ver 2.47 5.07 0.00 0.07 cnd:pre:3p; -fourguerais fourguer ver 2.47 5.07 0.00 0.07 cnd:pre:1s; -fourguerait fourguer ver 2.47 5.07 0.00 0.07 cnd:pre:3s; -fourgues fourguer ver 2.47 5.07 0.06 0.00 ind:pre:2s; -fourguez fourguer ver 2.47 5.07 0.02 0.00 ind:pre:2p; -fourgué fourguer ver m s 2.47 5.07 0.59 0.88 par:pas; -fourguée fourguer ver f s 2.47 5.07 0.15 0.20 par:pas; -fourguées fourguer ver f p 2.47 5.07 0.01 0.07 par:pas; -fourgués fourguer ver m p 2.47 5.07 0.02 0.14 par:pas; -fourme fourme nom f s 0.00 0.41 0.00 0.34 -fourmes fourme nom f p 0.00 0.41 0.00 0.07 -fourmi_lion fourmi_lion nom m s 0.00 0.14 0.00 0.07 -fourmi fourmi nom f s 9.61 12.77 2.78 5.14 -fourmilier fourmilier nom m s 1.10 3.11 0.12 0.07 -fourmilion fourmilion nom m s 0.00 0.14 0.00 0.14 -fourmilière fourmilier nom f s 1.10 3.11 0.98 2.84 -fourmilières fourmilière nom f p 0.01 0.00 0.01 0.00 -fourmillaient fourmiller ver 0.53 3.18 0.00 0.20 ind:imp:3p; -fourmillait fourmiller ver 0.53 3.18 0.00 0.74 ind:imp:3s; -fourmillant fourmiller ver 0.53 3.18 0.00 0.47 par:pre; -fourmillante fourmillant adj f s 0.00 1.15 0.00 0.81 -fourmillants fourmillant adj m p 0.00 1.15 0.00 0.20 -fourmille fourmiller ver 0.53 3.18 0.42 0.68 ind:pre:1s;ind:pre:3s; -fourmillement fourmillement nom m s 0.16 2.36 0.07 1.82 -fourmillements fourmillement nom m p 0.16 2.36 0.08 0.54 -fourmillent fourmiller ver 0.53 3.18 0.09 0.47 ind:pre:3p; -fourmiller fourmiller ver 0.53 3.18 0.01 0.54 inf; -fourmillé fourmiller ver m s 0.53 3.18 0.00 0.07 par:pas; -fourmi_lion fourmi_lion nom m p 0.00 0.14 0.00 0.07 -fourmis fourmi nom f p 9.61 12.77 6.83 7.64 -fournîmes fournir ver 25.67 56.28 0.00 0.07 ind:pas:1p; -fournît fournir ver 25.67 56.28 0.00 0.14 sub:imp:3s; -fournaise fournaise nom f s 0.62 3.18 0.59 3.04 -fournaises fournaise nom f p 0.62 3.18 0.03 0.14 -fourneau fourneau nom m s 1.96 15.34 1.13 12.30 -fourneaux fourneau nom m p 1.96 15.34 0.83 3.04 -fourni fournir ver m s 25.67 56.28 4.21 8.11 par:pas; -fournie fournir ver f s 25.67 56.28 0.59 1.69 par:pas; -fournier fournier nom m s 0.00 0.07 0.00 0.07 -fournies fournir ver f p 25.67 56.28 0.42 1.42 par:pas; -fournil fournil nom m s 0.26 3.92 0.26 3.92 -fourniment fourniment nom m s 0.13 1.01 0.13 0.88 -fourniments fourniment nom m p 0.13 1.01 0.00 0.14 -fournir fournir ver 25.67 56.28 8.43 19.46 inf; -fournira fournir ver 25.67 56.28 1.18 0.81 ind:fut:3s; -fournirai fournir ver 25.67 56.28 0.43 0.07 ind:fut:1s; -fourniraient fournir ver 25.67 56.28 0.00 0.47 cnd:pre:3p; -fournirait fournir ver 25.67 56.28 0.29 1.08 cnd:pre:3s; -fournirent fournir ver 25.67 56.28 0.00 0.47 ind:pas:3p; -fournirez fournir ver 25.67 56.28 0.24 0.14 ind:fut:2p; -fournirons fournir ver 25.67 56.28 0.22 0.00 ind:fut:1p; -fourniront fournir ver 25.67 56.28 0.06 0.27 ind:fut:3p; -fournis fournir ver m p 25.67 56.28 2.11 3.72 imp:pre:2s;ind:pre:1s;ind:pre:2s;par:pas; -fournissaient fournir ver 25.67 56.28 0.28 2.16 ind:imp:3p; -fournissais fournir ver 25.67 56.28 0.08 0.34 ind:imp:1s;ind:imp:2s; -fournissait fournir ver 25.67 56.28 0.87 5.47 ind:imp:3s; -fournissant fournir ver 25.67 56.28 0.18 1.22 par:pre; -fournisse fournir ver 25.67 56.28 0.13 0.07 sub:pre:1s;sub:pre:3s; -fournissent fournir ver 25.67 56.28 0.77 1.89 ind:pre:3p; -fournisseur fournisseur nom m s 4.75 4.39 2.62 1.76 -fournisseurs fournisseur nom m p 4.75 4.39 2.13 2.57 -fournisseuses fournisseur nom f p 4.75 4.39 0.00 0.07 -fournissez fournir ver 25.67 56.28 1.31 0.20 imp:pre:2p;ind:pre:2p; -fournissiez fournir ver 25.67 56.28 0.14 0.07 ind:imp:2p; -fournissions fournir ver 25.67 56.28 0.02 0.20 ind:imp:1p; -fournissons fournir ver 25.67 56.28 0.65 0.20 imp:pre:1p;ind:pre:1p; -fournit fournir ver 25.67 56.28 3.04 6.55 ind:pre:3s;ind:pas:3s; -fourniture fourniture nom f s 2.04 2.77 0.16 0.61 -fournitures fourniture nom f p 2.04 2.77 1.88 2.16 -fournée fournée nom f s 0.47 2.36 0.46 1.82 -fournées fournée nom f p 0.47 2.36 0.01 0.54 -fourra fourrer ver 14.05 23.58 0.12 2.77 ind:pas:3s; -fourrage fourrage nom m s 0.63 2.30 0.58 1.89 -fourragea fourrager ver 0.03 3.99 0.00 0.74 ind:pas:3s; -fourrageaient fourrager ver 0.03 3.99 0.00 0.07 ind:imp:3p; -fourrageais fourrager ver 0.03 3.99 0.00 0.07 ind:imp:2s; -fourrageait fourrager ver 0.03 3.99 0.00 0.88 ind:imp:3s; -fourrageant fourrager ver 0.03 3.99 0.00 0.61 par:pre; -fourragement fourragement nom m s 0.00 0.07 0.00 0.07 -fourrager fourrager ver 0.03 3.99 0.02 0.61 inf; -fourragerait fourrager ver 0.03 3.99 0.00 0.07 cnd:pre:3s; -fourrages fourrage nom m p 0.63 2.30 0.05 0.41 -fourrageurs fourrageur nom m p 0.00 0.27 0.00 0.27 -fourragère fourrager adj f s 0.14 0.41 0.14 0.14 -fourragères fourrager adj f p 0.14 0.41 0.00 0.20 -fourragé fourrager ver m s 0.03 3.99 0.00 0.20 par:pas; -fourrai fourrer ver 14.05 23.58 0.00 0.74 ind:pas:1s; -fourraient fourrer ver 14.05 23.58 0.12 0.34 ind:imp:3p; -fourrais fourrer ver 14.05 23.58 0.06 0.14 ind:imp:1s;ind:imp:2s; -fourrait fourrer ver 14.05 23.58 0.25 1.55 ind:imp:3s; -fourrant fourrer ver 14.05 23.58 0.07 1.15 par:pre; -fourre_tout fourre_tout nom m 0.28 0.54 0.28 0.54 -fourre fourrer ver 14.05 23.58 2.86 2.57 imp:pre:2s;ind:pre:1s;ind:pre:3s; -fourreau fourreau nom m s 0.79 4.32 0.78 3.85 -fourreaux fourreau nom m p 0.79 4.32 0.01 0.47 -fourrent fourrer ver 14.05 23.58 0.17 0.54 ind:pre:3p; -fourrer fourrer ver 14.05 23.58 4.36 6.82 inf;; -fourrerai fourrer ver 14.05 23.58 0.19 0.07 ind:fut:1s; -fourreur fourreur nom m s 0.08 0.68 0.07 0.61 -fourreurs fourreur nom m p 0.08 0.68 0.01 0.07 -fourrez fourrer ver 14.05 23.58 0.35 0.14 imp:pre:2p;ind:pre:2p; -fourrier fourrier nom m s 0.01 1.82 0.01 1.69 -fourriers fourrier nom m p 0.01 1.82 0.00 0.14 -fourriez fourrer ver 14.05 23.58 0.03 0.00 ind:imp:2p; -fourrions fourrer ver 14.05 23.58 0.00 0.14 ind:imp:1p; -fourrière fourrière nom f s 2.83 0.81 2.83 0.81 -fourrons fourrer ver 14.05 23.58 0.04 0.07 imp:pre:1p;ind:pre:1p; -fourrât fourrer ver 14.05 23.58 0.00 0.07 sub:imp:3s; -fourrèrent fourrer ver 14.05 23.58 0.00 0.07 ind:pas:3p; -fourré fourrer ver m s 14.05 23.58 3.42 3.51 par:pas; -fourrée fourrer ver f s 14.05 23.58 1.24 1.28 par:pas; -fourrées fourré adj f p 2.60 5.47 0.17 0.54 -fourrure fourrure nom f s 7.53 21.42 5.56 16.89 -fourrures fourrure nom f p 7.53 21.42 1.97 4.53 -fourrés fourré nom m p 1.18 15.00 0.72 6.15 -fours four nom m p 15.44 28.99 1.48 3.92 -fourvoie fourvoyer ver 0.52 2.57 0.04 0.27 imp:pre:2s;ind:pre:3s; -fourvoiement fourvoiement nom m s 0.00 0.14 0.00 0.07 -fourvoiements fourvoiement nom m p 0.00 0.14 0.00 0.07 -fourvoient fourvoyer ver 0.52 2.57 0.01 0.00 ind:pre:3p; -fourvoierais fourvoyer ver 0.52 2.57 0.00 0.07 cnd:pre:1s; -fourvoierait fourvoyer ver 0.52 2.57 0.00 0.07 cnd:pre:3s; -fourvoyaient fourvoyer ver 0.52 2.57 0.00 0.14 ind:imp:3p; -fourvoyait fourvoyer ver 0.52 2.57 0.00 0.07 ind:imp:3s; -fourvoyant fourvoyer ver 0.52 2.57 0.01 0.14 par:pre; -fourvoyer fourvoyer ver 0.52 2.57 0.14 0.20 inf; -fourvoyâmes fourvoyer ver 0.52 2.57 0.00 0.07 ind:pas:1p; -fourvoyé fourvoyer ver m s 0.52 2.57 0.11 0.88 par:pas; -fourvoyée fourvoyer ver f s 0.52 2.57 0.04 0.20 par:pas; -fourvoyées fourvoyé adj f p 0.04 0.41 0.01 0.00 -fourvoyés fourvoyer ver m p 0.52 2.57 0.17 0.27 par:pas; -fous foutre ver 400.67 172.30 133.75 34.46 ind:pre:1p;ind:pre:1s;ind:pre:2s; -fout foutre ver 400.67 172.30 51.51 25.20 ind:pre:3s; -foutît foutre ver 400.67 172.30 0.00 0.07 sub:imp:3s; -fouta fouta nom s 0.01 0.07 0.01 0.07 -foutaient foutre ver 400.67 172.30 0.61 1.96 ind:imp:3p; -foutais foutre ver 400.67 172.30 4.42 3.72 ind:imp:1s;ind:imp:2s; -foutaise foutaise nom f s 8.66 2.70 1.80 0.74 -foutaises foutaise nom f p 8.66 2.70 6.86 1.96 -foutait foutre ver 400.67 172.30 2.80 11.69 ind:imp:3s; -foutant foutre ver 400.67 172.30 0.18 0.81 par:pre; -foute foutre ver 400.67 172.30 3.35 3.99 sub:pre:1s;sub:pre:3s; -foutent foutre ver 400.67 172.30 8.34 7.36 ind:pre:3p; -fouterie fouterie nom f s 0.00 0.34 0.00 0.20 -fouteries fouterie nom f p 0.00 0.34 0.00 0.14 -foutes foutre ver 400.67 172.30 0.27 0.00 sub:pre:2s; -fouteur fouteur nom m s 0.54 0.07 0.46 0.07 -fouteurs fouteur nom m p 0.54 0.07 0.07 0.00 -foutez foutre ver 400.67 172.30 32.65 7.57 imp:pre:2p;ind:pre:2p; -foutiez foutre ver 400.67 172.30 0.56 0.14 ind:imp:2p; -foutions foutre ver 400.67 172.30 0.00 0.07 ind:imp:1p; -foutit foutre ver 400.67 172.30 0.00 0.14 ind:pas:3s; -foutoir foutoir nom m s 2.15 1.62 2.15 1.49 -foutoirs foutoir nom m p 2.15 1.62 0.00 0.14 -foutons foutre ver 400.67 172.30 1.68 0.34 imp:pre:1p;ind:pre:1p; -foutra foutre ver 400.67 172.30 1.58 1.42 ind:fut:3s; -foutrai foutre ver 400.67 172.30 0.85 1.15 ind:fut:1s; -foutraient foutre ver 400.67 172.30 0.08 0.20 cnd:pre:3p; -foutrais foutre ver 400.67 172.30 1.48 1.35 cnd:pre:1s;cnd:pre:2s; -foutrait foutre ver 400.67 172.30 0.60 1.01 cnd:pre:3s; -foutral foutral adj m s 0.05 0.20 0.05 0.14 -foutrale foutral adj f s 0.05 0.20 0.00 0.07 -foutraque foutraque adj m s 0.01 0.07 0.01 0.07 -foutras foutre ver 400.67 172.30 0.24 0.20 ind:fut:2s; -foutre foutre ver 400.67 172.30 97.99 42.70 inf;; -foutrement foutrement adv 1.24 0.61 1.24 0.61 -foutrerie foutrerie nom f s 0.01 0.00 0.01 0.00 -foutrez foutre ver 400.67 172.30 0.20 0.14 ind:fut:2p; -foutriquet foutriquet nom m s 0.04 0.20 0.04 0.14 -foutriquets foutriquet nom m p 0.04 0.20 0.00 0.07 -foutrons foutre ver 400.67 172.30 0.02 0.07 ind:fut:1p; -foutront foutre ver 400.67 172.30 0.16 0.27 ind:fut:3p; -foutu foutre ver m s 400.67 172.30 41.96 19.05 par:pas; -foutue foutu adj f s 33.23 16.76 10.35 6.22 -foutues foutu adj f p 33.23 16.76 2.50 0.74 -foutument foutument adv 0.03 0.20 0.03 0.20 -foutus foutre ver m p 400.67 172.30 6.54 2.91 par:pas; -fox_terrier fox_terrier nom m s 0.04 0.47 0.04 0.41 -fox_terrier fox_terrier nom m p 0.04 0.47 0.00 0.07 -fox_trot fox_trot nom m 0.50 1.62 0.50 1.62 -fox fox nom m 0.48 0.41 0.48 0.41 -foyard foyard nom m s 0.00 0.27 0.00 0.20 -foyards foyard nom m p 0.00 0.27 0.00 0.07 -foyer foyer nom m s 28.95 30.88 25.57 25.81 -foyers foyer nom m p 28.95 30.88 3.38 5.07 -frôla frôler ver 4.45 25.41 0.03 2.30 ind:pas:3s; -frôlai frôler ver 4.45 25.41 0.00 0.34 ind:pas:1s; -frôlaient frôler ver 4.45 25.41 0.01 1.49 ind:imp:3p; -frôlais frôler ver 4.45 25.41 0.00 0.27 ind:imp:1s; -frôlait frôler ver 4.45 25.41 0.14 3.18 ind:imp:3s; -frôlant frôler ver 4.45 25.41 0.14 3.72 par:pre; -frôle frôler ver 4.45 25.41 0.88 4.05 imp:pre:2s;ind:pre:1s;ind:pre:3s; -frôlement frôlement nom m s 0.11 6.01 0.11 3.85 -frôlements frôlement nom m p 0.11 6.01 0.00 2.16 -frôlent frôler ver 4.45 25.41 0.14 1.62 ind:pre:3p; -frôler frôler ver 4.45 25.41 0.68 4.19 inf; -frôlerais frôler ver 4.45 25.41 0.00 0.07 cnd:pre:1s; -frôlerait frôler ver 4.45 25.41 0.00 0.14 cnd:pre:3s; -frôles frôler ver 4.45 25.41 0.04 0.07 ind:pre:2s; -frôleur frôleur adj m s 0.00 0.74 0.00 0.34 -frôleurs frôleur nom m p 0.01 0.07 0.01 0.07 -frôleuse frôleur adj f s 0.00 0.74 0.00 0.20 -frôleuses frôleur adj f p 0.00 0.74 0.00 0.14 -frôlez frôler ver 4.45 25.41 0.20 0.00 imp:pre:2p;ind:pre:2p; -frôlions frôler ver 4.45 25.41 0.00 0.14 ind:imp:1p; -frôlons frôler ver 4.45 25.41 0.02 0.27 ind:pre:1p; -frôlât frôler ver 4.45 25.41 0.01 0.00 sub:imp:3s; -frôlèrent frôler ver 4.45 25.41 0.00 0.34 ind:pas:3p; -frôlé frôler ver m s 4.45 25.41 1.80 2.09 par:pas; -frôlée frôler ver f s 4.45 25.41 0.16 0.54 par:pas; -frôlées frôler ver f p 4.45 25.41 0.00 0.14 par:pas; -frôlés frôler ver m p 4.45 25.41 0.21 0.47 par:pas; -fra fra nom m s 0.93 0.34 0.93 0.34 -fraîche frais adj f s 46.43 111.69 13.59 42.91 -fraîchement fraîchement adv 1.17 8.31 1.17 8.31 -fraîches frais adj f p 46.43 111.69 5.44 12.57 -fraîcheur fraîcheur nom f s 3.24 35.47 3.24 35.00 -fraîcheurs fraîcheur nom f p 3.24 35.47 0.00 0.47 -fraîchi fraîchir ver m s 0.29 2.43 0.02 0.61 par:pas; -fraîchir fraîchir ver 0.29 2.43 0.01 0.34 inf; -fraîchira fraîchir ver 0.29 2.43 0.00 0.14 ind:fut:3s; -fraîchissait fraîchir ver 0.29 2.43 0.00 0.61 ind:imp:3s; -fraîchissant fraîchir ver 0.29 2.43 0.00 0.27 par:pre; -fraîchissent fraîchir ver 0.29 2.43 0.01 0.07 ind:pre:3p; -fraîchit fraîchir ver 0.29 2.43 0.25 0.41 ind:pre:3s;ind:pas:3s; -frac frac nom m s 0.89 2.23 0.77 1.96 -fracas fracas nom m 4.17 18.18 4.17 18.18 -fracassa fracasser ver 3.85 7.84 0.00 0.74 ind:pas:3s; -fracassaient fracasser ver 3.85 7.84 0.02 0.68 ind:imp:3p; -fracassait fracasser ver 3.85 7.84 0.01 0.27 ind:imp:3s; -fracassant fracassant adj m s 0.58 2.16 0.24 0.88 -fracassante fracassant adj f s 0.58 2.16 0.23 0.95 -fracassantes fracassant adj f p 0.58 2.16 0.05 0.14 -fracassants fracassant adj m p 0.58 2.16 0.06 0.20 -fracasse fracasser ver 3.85 7.84 0.60 0.74 imp:pre:2s;ind:pre:1s;ind:pre:3s; -fracassent fracasser ver 3.85 7.84 0.05 0.14 ind:pre:3p; -fracasser fracasser ver 3.85 7.84 0.91 2.23 inf; -fracassera fracasser ver 3.85 7.84 0.16 0.00 ind:fut:3s; -fracasserait fracasser ver 3.85 7.84 0.00 0.14 cnd:pre:3s; -fracassez fracasser ver 3.85 7.84 0.04 0.00 imp:pre:2p; -fracassât fracasser ver 3.85 7.84 0.00 0.07 sub:imp:3s; -fracassé fracasser ver m s 3.85 7.84 1.43 0.81 par:pas; -fracassée fracasser ver f s 3.85 7.84 0.56 0.41 par:pas; -fracassées fracasser ver f p 3.85 7.84 0.03 0.27 par:pas; -fracassés fracasser ver m p 3.85 7.84 0.02 0.34 par:pas; -fracs frac nom m p 0.89 2.23 0.12 0.27 -fractal fractal adj m s 0.34 0.00 0.05 0.00 -fractale fractal adj f s 0.34 0.00 0.12 0.00 -fractales fractal adj f p 0.34 0.00 0.17 0.00 -fraction fraction nom f s 2.03 10.88 1.34 6.76 -fractionnait fractionner ver 0.07 0.54 0.00 0.07 ind:imp:3s; -fractionnant fractionner ver 0.07 0.54 0.00 0.14 par:pre; -fractionne fractionner ver 0.07 0.54 0.02 0.07 ind:pre:3s; -fractionnel fractionnel adj m s 0.00 0.14 0.00 0.07 -fractionnelles fractionnel adj f p 0.00 0.14 0.00 0.07 -fractionnement fractionnement nom m s 0.00 0.20 0.00 0.20 -fractionner fractionner ver 0.07 0.54 0.02 0.14 inf; -fractionné fractionner ver m s 0.07 0.54 0.00 0.07 par:pas; -fractionnée fractionner ver f s 0.07 0.54 0.01 0.00 par:pas; -fractionnées fractionner ver f p 0.07 0.54 0.01 0.07 par:pas; -fractions fraction nom f p 2.03 10.88 0.69 4.12 -fractura fracturer ver 1.75 1.22 0.00 0.27 ind:pas:3s; -fracturant fracturer ver 1.75 1.22 0.00 0.20 par:pre; -fracture fracture nom f s 7.88 2.57 5.62 1.82 -fracturent fracturer ver 1.75 1.22 0.10 0.00 ind:pre:3p; -fracturer fracturer ver 1.75 1.22 0.27 0.47 inf; -fractures fracture nom f p 7.88 2.57 2.26 0.74 -fracturé fracturer ver m s 1.75 1.22 0.80 0.14 par:pas; -fracturée fracturer ver f s 1.75 1.22 0.29 0.07 par:pas; -fracturées fracturé adj f p 0.79 0.34 0.04 0.00 -fracturés fracturé adj m p 0.79 0.34 0.09 0.07 -fractus fractus nom m 0.00 0.07 0.00 0.07 -fragile fragile adj s 15.89 45.34 12.94 35.68 -fragilement fragilement adv 0.00 0.07 0.00 0.07 -fragiles fragile adj p 15.89 45.34 2.95 9.66 -fragilise fragiliser ver 0.14 0.07 0.04 0.07 ind:pre:3s; -fragiliser fragiliser ver 0.14 0.07 0.02 0.00 inf; -fragilisé fragiliser ver m s 0.14 0.07 0.04 0.00 par:pas; -fragilisée fragiliser ver f s 0.14 0.07 0.03 0.00 par:pas; -fragilisés fragiliser ver m p 0.14 0.07 0.01 0.00 par:pas; -fragilité fragilité nom f s 1.19 8.65 1.18 8.31 -fragilités fragilité nom f p 1.19 8.65 0.01 0.34 -fragment fragment nom m s 4.57 15.88 1.58 6.01 -fragmentaient fragmenter ver 0.31 0.74 0.00 0.14 ind:imp:3p; -fragmentaire fragmentaire adj s 0.02 1.69 0.01 0.61 -fragmentaires fragmentaire adj p 0.02 1.69 0.01 1.08 -fragmentait fragmenter ver 0.31 0.74 0.00 0.07 ind:imp:3s; -fragmentant fragmenter ver 0.31 0.74 0.01 0.00 par:pre; -fragmentation fragmentation nom f s 0.77 0.14 0.77 0.14 -fragmente fragmenter ver 0.31 0.74 0.07 0.20 imp:pre:2s;ind:pre:1s;ind:pre:3s; -fragmentent fragmenter ver 0.31 0.74 0.02 0.07 ind:pre:3p; -fragmenter fragmenter ver 0.31 0.74 0.03 0.00 inf; -fragments fragment nom m p 4.57 15.88 2.99 9.86 -fragmentèrent fragmenter ver 0.31 0.74 0.00 0.07 ind:pas:3p; -fragmenté fragmenter ver m s 0.31 0.74 0.07 0.07 par:pas; -fragmentée fragmenter ver f s 0.31 0.74 0.07 0.14 par:pas; -fragmentées fragmenter ver f p 0.31 0.74 0.03 0.00 par:pas; -fragmentés fragmenté adj m p 0.05 0.27 0.01 0.14 -fragrance fragrance nom f s 0.30 1.08 0.29 0.68 -fragrances fragrance nom f p 0.30 1.08 0.01 0.41 -fragrant fragrant adj m s 0.00 0.07 0.00 0.07 -frai frai nom m s 0.03 0.07 0.03 0.07 -fraie frayer ver 2.54 11.55 0.08 0.61 ind:pre:1s;ind:pre:3s; -fraient frayer ver 2.54 11.55 0.01 0.14 ind:pre:3p; -fraies frayer ver 2.54 11.55 0.01 0.00 ind:pre:2s; -frairie frairie nom f s 0.00 0.41 0.00 0.41 -frais frais adj m 46.43 111.69 27.41 56.22 -fraise fraise nom f s 12.00 10.07 5.28 3.92 -fraiser fraiser ver 1.52 0.14 1.39 0.00 inf; -fraises fraise nom f p 12.00 10.07 6.72 6.15 -fraiseur_outilleur fraiseur_outilleur nom m s 0.00 0.07 0.00 0.07 -fraiseur fraiseur nom m s 0.07 0.27 0.00 0.07 -fraiseurs fraiseur nom m p 0.07 0.27 0.00 0.20 -fraiseuse fraiseur nom f s 0.07 0.27 0.07 0.00 -fraisier fraisier nom m s 0.28 0.68 0.14 0.20 -fraisiers fraisier nom m p 0.28 0.68 0.14 0.47 -fraisil fraisil nom m s 0.00 0.07 0.00 0.07 -fraisées fraiser ver f p 1.52 0.14 0.00 0.07 par:pas; -framboise framboise nom f s 2.50 4.86 1.95 3.92 -framboises framboise nom f p 2.50 4.86 0.55 0.95 -framboisier framboisier nom m s 0.27 0.47 0.27 0.00 -framboisiers framboisier nom m p 0.27 0.47 0.00 0.47 -franc_comtois franc_comtois nom m 0.00 0.07 0.00 0.07 -franc_comtois franc_comtois adj f s 0.00 0.07 0.00 0.07 -franc_jeu franc_jeu nom m s 0.56 0.00 0.56 0.00 -franc_maçon franc_maçon nom m s 0.94 2.09 0.38 0.54 -franc_maçon franc_maçon nom f s 0.94 2.09 0.00 0.27 -franc_maçonnerie franc_maçonnerie nom f s 0.17 0.81 0.17 0.81 -franc_parler franc_parler nom m s 0.53 0.27 0.53 0.27 -franc_tireur franc_tireur nom m s 0.64 2.30 0.10 0.81 -franc franc adj m s 21.67 23.45 12.84 10.95 -francatu francatu nom m s 0.00 0.07 0.00 0.07 -francfort francfort nom f s 0.10 0.14 0.07 0.07 -francforts francfort nom f p 0.10 0.14 0.03 0.07 -franchîmes franchir ver 18.93 64.80 0.14 0.14 ind:pas:1p; -franchît franchir ver 18.93 64.80 0.00 0.07 sub:imp:3s; -franche franc adj f s 21.67 23.45 5.93 7.03 -franchement franchement adv 35.09 28.24 35.09 28.24 -franches franc adj f p 21.67 23.45 0.53 1.96 -franchi franchir ver m s 18.93 64.80 4.49 12.09 par:pas; -franchie franchir ver f s 18.93 64.80 0.60 2.50 par:pas; -franchies franchir ver f p 18.93 64.80 0.17 0.54 par:pas; -franchir franchir ver 18.93 64.80 7.88 22.36 inf; -franchira franchir ver 18.93 64.80 0.46 0.47 ind:fut:3s; -franchirai franchir ver 18.93 64.80 0.25 0.14 ind:fut:1s; -franchiraient franchir ver 18.93 64.80 0.01 0.07 cnd:pre:3p; -franchirais franchir ver 18.93 64.80 0.01 0.07 cnd:pre:1s; -franchirait franchir ver 18.93 64.80 0.05 0.54 cnd:pre:3s; -franchiras franchir ver 18.93 64.80 0.09 0.00 ind:fut:2s; -franchirent franchir ver 18.93 64.80 0.01 1.55 ind:pas:3p; -franchirez franchir ver 18.93 64.80 0.12 0.00 ind:fut:2p; -franchirions franchir ver 18.93 64.80 0.03 0.07 cnd:pre:1p; -franchirons franchir ver 18.93 64.80 0.05 0.14 ind:fut:1p; -franchiront franchir ver 18.93 64.80 0.09 0.00 ind:fut:3p; -franchis franchir ver m p 18.93 64.80 0.99 2.70 imp:pre:2s;ind:pre:1s;ind:pre:2s;par:pas; -franchisage franchisage nom m s 0.03 0.00 0.03 0.00 -franchisant franchiser ver 0.17 0.00 0.01 0.00 par:pre; -franchise franchise nom f s 5.75 7.97 5.62 7.70 -franchiser franchiser ver 0.17 0.00 0.09 0.00 inf; -franchises franchise nom f p 5.75 7.97 0.14 0.27 -franchissables franchissable adj p 0.00 0.07 0.00 0.07 -franchissaient franchir ver 18.93 64.80 0.03 1.82 ind:imp:3p; -franchissais franchir ver 18.93 64.80 0.04 0.47 ind:imp:1s; -franchissait franchir ver 18.93 64.80 0.32 3.04 ind:imp:3s; -franchissant franchir ver 18.93 64.80 0.48 4.53 par:pre; -franchisse franchir ver 18.93 64.80 0.17 0.14 sub:pre:1s;sub:pre:3s; -franchissement franchissement nom m s 0.11 1.08 0.11 0.88 -franchissements franchissement nom m p 0.11 1.08 0.00 0.20 -franchissent franchir ver 18.93 64.80 0.27 0.81 ind:pre:3p; -franchissez franchir ver 18.93 64.80 0.29 0.00 imp:pre:2p;ind:pre:2p; -franchissions franchir ver 18.93 64.80 0.00 0.14 ind:imp:1p; -franchissons franchir ver 18.93 64.80 0.07 0.74 imp:pre:1p;ind:pre:1p; -franchisé franchiser ver m s 0.17 0.00 0.04 0.00 par:pas; -franchisée franchiser ver f s 0.17 0.00 0.03 0.00 par:pas; -franchit franchir ver 18.93 64.80 1.83 9.66 ind:pre:3s;ind:pas:3s; -franchouillard franchouillard adj m s 0.01 0.34 0.01 0.27 -franchouillarde franchouillard adj f s 0.01 0.34 0.00 0.07 -franchouillards franchouillard nom m p 0.00 0.41 0.00 0.34 -francisant franciser ver 0.00 0.68 0.00 0.07 par:pre; -francisation francisation nom f s 0.00 0.14 0.00 0.14 -franciscain franciscain adj m s 1.49 0.61 0.29 0.41 -franciscaine franciscain adj f s 1.49 0.61 0.14 0.07 -franciscains franciscain adj m p 1.49 0.61 1.07 0.14 -franciser franciser ver 0.00 0.68 0.00 0.20 inf; -francisque francisque nom f s 0.00 0.47 0.00 0.41 -francisques francisque nom f p 0.00 0.47 0.00 0.07 -francisé franciser ver m s 0.00 0.68 0.00 0.27 par:pas; -francisés franciser ver m p 0.00 0.68 0.00 0.14 par:pas; -francité francité nom f s 0.00 0.68 0.00 0.68 -franco_africain franco_africain adj m s 0.14 0.07 0.14 0.07 -franco_algérien franco_algérien adj f s 0.00 0.07 0.00 0.07 -franco_allemand franco_allemand adj m s 0.11 0.61 0.00 0.14 -franco_allemand franco_allemand adj f s 0.11 0.61 0.11 0.34 -franco_allemand franco_allemand adj f p 0.11 0.61 0.00 0.14 -franco_américain franco_américain adj m s 0.04 0.68 0.01 0.07 -franco_américain franco_américain adj f s 0.04 0.68 0.03 0.27 -franco_américain franco_américain adj f p 0.04 0.68 0.00 0.20 -franco_américain franco_américain adj m p 0.04 0.68 0.00 0.14 -franco_anglais franco_anglais adj m s 0.01 0.74 0.01 0.27 -franco_anglais franco_anglais adj f s 0.01 0.74 0.00 0.41 -franco_anglais franco_anglais nom f p 0.01 0.00 0.01 0.00 -franco_belge franco_belge adj f s 0.00 0.14 0.00 0.14 -franco_britannique franco_britannique adj f s 0.14 2.43 0.00 1.35 -franco_britannique franco_britannique adj p 0.14 2.43 0.14 1.08 -franco_canadien franco_canadien nom m s 0.01 0.00 0.01 0.00 -franco_chinois franco_chinois adj f p 0.00 0.07 0.00 0.07 -franco_italienne franco_italienne adj f s 0.01 0.00 0.01 0.00 -franco_japonais franco_japonais adj f s 0.01 0.00 0.01 0.00 -franco_libanais franco_libanais adj m p 0.00 0.14 0.00 0.14 -franco_mongol franco_mongol adj f s 0.00 0.14 0.00 0.14 -franco_polonais franco_polonais adj f s 0.00 0.07 0.00 0.07 -franco_russe franco_russe adj s 0.00 1.42 0.00 1.42 -franco_russe franco_russe nom p 0.00 0.20 0.00 0.07 -franco_soviétique franco_soviétique adj s 0.00 0.14 0.00 0.14 -franco_syrien franco_syrien adj m s 0.00 0.14 0.00 0.14 -franco_turque franco_turque adj f s 0.00 0.14 0.00 0.14 -franco_vietnamien franco_vietnamien adj m s 0.00 0.07 0.00 0.07 -franco franco adv_sup 3.87 2.70 3.87 2.70 -francomanie francomanie nom f s 0.00 0.07 0.00 0.07 -francophile francophile adj s 0.00 0.20 0.00 0.14 -francophiles francophile adj p 0.00 0.20 0.00 0.07 -francophilie francophilie nom f s 0.00 0.27 0.00 0.27 -francophobie francophobie nom f s 0.00 0.07 0.00 0.07 -francophone francophone adj s 0.12 0.74 0.10 0.61 -francophones francophone adj m p 0.12 0.74 0.02 0.14 -francophonie francophonie nom f s 0.00 0.20 0.00 0.20 -francs_bourgeois francs_bourgeois nom m p 0.00 0.20 0.00 0.20 -franc_maçon franc_maçon nom m p 0.94 2.09 0.57 1.28 -franc_tireur franc_tireur nom m p 0.64 2.30 0.54 1.49 -francs franc nom m p 17.64 82.84 16.43 78.11 -frange frange nom f s 0.97 13.45 0.69 8.04 -frangeaient franger ver 0.00 3.65 0.00 0.14 ind:imp:3p; -frangeait franger ver 0.00 3.65 0.00 0.20 ind:imp:3s; -frangeant franger ver 0.00 3.65 0.00 0.07 par:pre; -frangent franger ver 0.00 3.65 0.00 0.07 ind:pre:3p; -franges frange nom f p 0.97 13.45 0.28 5.41 -frangin frangin nom m s 9.03 18.78 7.29 7.43 -frangine frangin nom f s 9.03 18.78 1.30 6.28 -frangines frangin nom f p 9.03 18.78 0.11 2.91 -frangins frangin nom m p 9.03 18.78 0.34 2.16 -frangipane frangipane nom f s 0.00 0.34 0.00 0.14 -frangipanes frangipane nom f p 0.00 0.34 0.00 0.20 -frangipaniers frangipanier nom m p 0.00 0.07 0.00 0.07 -franglais franglais nom m 0.00 0.20 0.00 0.20 -frangé franger ver m s 0.00 3.65 0.00 0.81 par:pas; -frangée franger ver f s 0.00 3.65 0.00 0.68 par:pas; -frangées franger ver f p 0.00 3.65 0.00 0.74 par:pas; -frangés franger ver m p 0.00 3.65 0.00 0.81 par:pas; -frankaoui frankaoui nom s 0.00 0.07 0.00 0.07 -franklin franklin nom m s 0.04 0.07 0.04 0.07 -franque franque adj f s 0.00 4.53 0.00 3.58 -franques franque adj f p 0.00 4.53 0.00 0.95 -franquette franquette nom f s 0.32 0.88 0.32 0.88 -franquisme franquisme nom m s 0.50 0.07 0.50 0.07 -franquiste franquiste adj s 0.77 0.68 0.14 0.34 -franquistes franquiste nom p 0.90 0.54 0.80 0.47 -français français nom m s 39.49 164.59 34.94 148.72 -française français adj f s 43.06 298.85 11.03 105.07 -françaises français adj f p 43.06 298.85 2.25 45.07 -frapadingue frapadingue adj m s 0.06 0.27 0.05 0.20 -frapadingues frapadingue adj m p 0.06 0.27 0.01 0.07 -frappa frapper ver 160.04 168.31 1.64 21.49 ind:pas:3s; -frappadingue frappadingue adj m s 0.09 0.27 0.07 0.14 -frappadingues frappadingue adj m p 0.09 0.27 0.01 0.14 -frappai frapper ver 160.04 168.31 0.12 1.55 ind:pas:1s; -frappaient frapper ver 160.04 168.31 0.22 3.92 ind:imp:3p; -frappais frapper ver 160.04 168.31 1.05 0.61 ind:imp:1s;ind:imp:2s; -frappait frapper ver 160.04 168.31 2.86 17.97 ind:imp:3s; -frappant frapper ver 160.04 168.31 1.00 8.45 par:pre; -frappante frappant adj f s 1.69 3.65 0.78 1.28 -frappantes frappant adj f p 1.69 3.65 0.11 0.14 -frappants frappant adj m p 1.69 3.65 0.01 0.27 -frappe frapper ver 160.04 168.31 41.37 20.61 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:1s; -frappement frappement nom m s 0.01 0.20 0.00 0.20 -frappements frappement nom m p 0.01 0.20 0.01 0.00 -frappent frapper ver 160.04 168.31 3.24 5.34 ind:pre:3p; -frapper frapper ver 160.04 168.31 37.08 32.09 ind:pre:2p;inf; -frappera frapper ver 160.04 168.31 1.71 0.34 ind:fut:3s; -frapperai frapper ver 160.04 168.31 1.68 0.07 ind:fut:1s; -frapperaient frapper ver 160.04 168.31 0.05 0.41 cnd:pre:3p; -frapperais frapper ver 160.04 168.31 0.37 0.20 cnd:pre:1s;cnd:pre:2s; -frapperait frapper ver 160.04 168.31 0.32 1.15 cnd:pre:3s; -frapperas frapper ver 160.04 168.31 0.29 0.14 ind:fut:2s; -frapperez frapper ver 160.04 168.31 0.33 0.00 ind:fut:2p; -frapperiez frapper ver 160.04 168.31 0.03 0.00 cnd:pre:2p; -frapperons frapper ver 160.04 168.31 0.23 0.14 ind:fut:1p; -frapperont frapper ver 160.04 168.31 0.27 0.14 ind:fut:3p; -frappes frapper ver 160.04 168.31 3.92 0.14 ind:pre:2s;sub:pre:2s; -frappeur frappeur nom m s 0.55 0.34 0.40 0.20 -frappeurs frappeur nom m p 0.55 0.34 0.15 0.14 -frappez frapper ver 160.04 168.31 7.81 1.08 imp:pre:2p;ind:pre:2p; -frappiez frapper ver 160.04 168.31 0.16 0.07 ind:imp:2p; -frappions frapper ver 160.04 168.31 0.01 0.14 ind:imp:1p; -frappons frapper ver 160.04 168.31 0.40 0.00 imp:pre:1p;ind:pre:1p; -frappât frapper ver 160.04 168.31 0.00 0.14 sub:imp:3s; -frappèrent frapper ver 160.04 168.31 0.04 1.28 ind:pas:3p; -frappé frapper ver m s 160.04 168.31 43.83 35.68 par:pas; -frappée frapper ver f s 160.04 168.31 8.21 8.45 par:pas; -frappées frappé adj f p 1.19 3.99 0.15 0.47 -frappés frapper ver m p 160.04 168.31 1.72 5.81 par:pas; -fraser fraser ver 0.01 0.00 0.01 0.00 inf; -frasque frasque nom f s 0.51 1.76 0.14 0.07 -frasques frasque nom f p 0.51 1.76 0.37 1.69 -frater frater nom m s 0.01 0.07 0.01 0.07 -fraternel fraternel adj m s 2.06 10.27 1.13 4.32 -fraternelle fraternel adj f s 2.06 10.27 0.39 3.11 -fraternellement fraternellement adv 0.11 1.62 0.11 1.62 -fraternelles fraternel adj f p 2.06 10.27 0.20 0.81 -fraternels fraternel adj m p 2.06 10.27 0.34 2.03 -fraternisa fraterniser ver 0.61 0.95 0.00 0.07 ind:pas:3s; -fraternisaient fraterniser ver 0.61 0.95 0.00 0.20 ind:imp:3p; -fraternisant fraterniser ver 0.61 0.95 0.00 0.07 par:pre; -fraternisation fraternisation nom f s 0.06 0.34 0.06 0.34 -fraternise fraterniser ver 0.61 0.95 0.30 0.00 imp:pre:2s;ind:pre:3s; -fraternisent fraterniser ver 0.61 0.95 0.03 0.07 ind:pre:3p; -fraterniser fraterniser ver 0.61 0.95 0.23 0.20 inf; -fraterniserait fraterniser ver 0.61 0.95 0.00 0.14 cnd:pre:3s; -fraternisiez fraterniser ver 0.61 0.95 0.01 0.00 ind:imp:2p; -fraternisons fraterniser ver 0.61 0.95 0.01 0.00 ind:pre:1p; -fraternisèrent fraterniser ver 0.61 0.95 0.00 0.07 ind:pas:3p; -fraternisé fraterniser ver m s 0.61 0.95 0.04 0.14 par:pas; -fraternité fraternité nom f s 3.63 7.43 3.49 7.30 -fraternités fraternité nom f p 3.63 7.43 0.14 0.14 -fratricide fratricide adj s 0.41 0.54 0.28 0.34 -fratricides fratricide adj p 0.41 0.54 0.14 0.20 -fratrie fratrie nom f s 0.08 0.14 0.07 0.14 -fratries fratrie nom f p 0.08 0.14 0.01 0.00 -frauda frauder ver 0.49 0.41 0.00 0.07 ind:pas:3s; -fraudais frauder ver 0.49 0.41 0.01 0.07 ind:imp:1s;ind:imp:2s; -fraude fraude nom f s 5.54 3.24 4.82 2.84 -frauder frauder ver 0.49 0.41 0.16 0.14 inf; -fraudes fraude nom f p 5.54 3.24 0.72 0.41 -fraudeur fraudeur nom m s 0.78 0.14 0.06 0.07 -fraudeurs fraudeur nom m p 0.78 0.14 0.37 0.07 -fraudeuse fraudeur nom f s 0.78 0.14 0.35 0.00 -fraudé frauder ver m s 0.49 0.41 0.27 0.07 par:pas; -frauduleuse frauduleux adj f s 0.58 0.68 0.14 0.41 -frauduleusement frauduleusement adv 0.03 0.14 0.03 0.14 -frauduleuses frauduleux adj f p 0.58 0.68 0.19 0.14 -frauduleux frauduleux adj m 0.58 0.68 0.25 0.14 -fraya frayer ver 2.54 11.55 0.01 0.81 ind:pas:3s; -frayai frayer ver 2.54 11.55 0.00 0.14 ind:pas:1s; -frayaient frayer ver 2.54 11.55 0.01 0.47 ind:imp:3p; -frayais frayer ver 2.54 11.55 0.02 0.20 ind:imp:1s; -frayait frayer ver 2.54 11.55 0.15 1.35 ind:imp:3s; -frayant frayer ver 2.54 11.55 0.25 0.81 par:pre; -fraye frayer ver 2.54 11.55 0.29 0.61 imp:pre:2s;ind:pre:1s;ind:pre:3s; -frayent frayer ver 2.54 11.55 0.02 0.34 ind:pre:3p; -frayer frayer ver 2.54 11.55 1.03 4.86 inf; -frayes frayer ver 2.54 11.55 0.03 0.07 ind:pre:2s; -frayeur frayeur nom f s 3.86 6.89 3.43 5.88 -frayeurs frayeur nom f p 3.86 6.89 0.43 1.01 -frayez frayer ver 2.54 11.55 0.26 0.00 imp:pre:2p;ind:pre:2p; -frayons frayer ver 2.54 11.55 0.01 0.07 imp:pre:1p;ind:pre:1p; -frayèrent frayer ver 2.54 11.55 0.00 0.07 ind:pas:3p; -frayé frayer ver m s 2.54 11.55 0.27 0.74 par:pas; -frayée frayer ver f s 2.54 11.55 0.10 0.27 par:pas; -freak freak nom m s 0.24 0.14 0.16 0.14 -freaks freak nom m p 0.24 0.14 0.08 0.00 -fredaines fredaine nom f p 0.06 0.20 0.06 0.20 -fredonna fredonner ver 1.69 9.66 0.00 1.28 ind:pas:3s; -fredonnaient fredonner ver 1.69 9.66 0.00 0.47 ind:imp:3p; -fredonnais fredonner ver 1.69 9.66 0.04 0.27 ind:imp:1s;ind:imp:2s; -fredonnait fredonner ver 1.69 9.66 0.08 2.23 ind:imp:3s; -fredonnant fredonner ver 1.69 9.66 0.26 1.15 par:pre; -fredonne fredonner ver 1.69 9.66 0.81 1.28 imp:pre:2s;ind:pre:1s;ind:pre:3s; -fredonnement fredonnement nom m s 0.04 0.14 0.04 0.14 -fredonnent fredonner ver 1.69 9.66 0.04 0.00 ind:pre:3p; -fredonner fredonner ver 1.69 9.66 0.23 2.03 inf; -fredonnera fredonner ver 1.69 9.66 0.02 0.00 ind:fut:3s; -fredonnerai fredonner ver 1.69 9.66 0.01 0.00 ind:fut:1s; -fredonnerait fredonner ver 1.69 9.66 0.00 0.07 cnd:pre:3s; -fredonneras fredonner ver 1.69 9.66 0.01 0.00 ind:fut:2s; -fredonnez fredonner ver 1.69 9.66 0.16 0.00 imp:pre:2p;ind:pre:2p; -fredonnâmes fredonner ver 1.69 9.66 0.00 0.07 ind:pas:1p; -fredonnons fredonner ver 1.69 9.66 0.00 0.07 ind:pre:1p; -fredonnèrent fredonner ver 1.69 9.66 0.00 0.14 ind:pas:3p; -fredonné fredonner ver m s 1.69 9.66 0.04 0.41 par:pas; -fredonnée fredonner ver f s 1.69 9.66 0.00 0.07 par:pas; -fredonnées fredonner ver f p 1.69 9.66 0.00 0.07 par:pas; -fredonnés fredonner ver m p 1.69 9.66 0.00 0.07 par:pas; -free_jazz free_jazz nom m 0.00 0.07 0.00 0.07 -free_lance free_lance nom s 0.20 0.07 0.20 0.07 -free_jazz free_jazz nom m 0.00 0.07 0.00 0.07 -freelance freelance nom f s 0.40 0.07 0.40 0.07 -freesia freesia nom m s 0.05 0.07 0.01 0.00 -freesias freesia nom m p 0.05 0.07 0.04 0.07 -freezer freezer nom m s 1.08 0.00 1.08 0.00 -frein frein nom m s 10.25 13.18 4.87 7.91 -freina freiner ver 7.43 13.04 0.00 2.09 ind:pas:3s; -freinage freinage nom m s 0.97 0.74 0.84 0.68 -freinages freinage nom m p 0.97 0.74 0.14 0.07 -freinai freiner ver 7.43 13.04 0.00 0.14 ind:pas:1s; -freinaient freiner ver 7.43 13.04 0.00 0.34 ind:imp:3p; -freinais freiner ver 7.43 13.04 0.00 0.07 ind:imp:1s; -freinait freiner ver 7.43 13.04 0.00 0.68 ind:imp:3s; -freinant freiner ver 7.43 13.04 0.00 0.41 par:pre; -freine freiner ver 7.43 13.04 3.52 3.85 imp:pre:2s;ind:pre:1s;ind:pre:3s; -freinent freiner ver 7.43 13.04 0.15 0.41 ind:pre:3p; -freiner freiner ver 7.43 13.04 1.63 3.11 inf; -freinera freiner ver 7.43 13.04 0.07 0.00 ind:fut:3s; -freinerais freiner ver 7.43 13.04 0.01 0.00 cnd:pre:1s; -freinerez freiner ver 7.43 13.04 0.02 0.00 ind:fut:2p; -freines freiner ver 7.43 13.04 0.34 0.14 ind:pre:2s; -freineurs freineur nom m p 0.01 0.00 0.01 0.00 -freinez freiner ver 7.43 13.04 0.50 0.00 imp:pre:2p;ind:pre:2p; -freinons freiner ver 7.43 13.04 0.10 0.07 imp:pre:1p;ind:pre:1p; -freins frein nom m p 10.25 13.18 5.38 5.27 -freinèrent freiner ver 7.43 13.04 0.00 0.07 ind:pas:3p; -freiné freiner ver m s 7.43 13.04 1.04 1.08 par:pas; -freinée freiner ver f s 7.43 13.04 0.01 0.47 par:pas; -freinées freiner ver f p 7.43 13.04 0.01 0.07 par:pas; -freinés freiner ver m p 7.43 13.04 0.02 0.07 par:pas; -frelater frelater ver 0.06 0.07 0.01 0.00 inf; -frelaté frelaté adj m s 0.18 0.81 0.02 0.34 -frelatée frelaté adj f s 0.18 0.81 0.06 0.27 -frelatées frelaté adj f p 0.18 0.81 0.00 0.20 -frelatés frelaté adj m p 0.18 0.81 0.10 0.00 -frelon frelon nom m s 0.78 1.82 0.59 0.81 -frelons frelon nom m p 0.78 1.82 0.18 1.01 -freluquet freluquet nom m s 0.51 0.68 0.46 0.34 -freluquets freluquet nom m p 0.51 0.68 0.05 0.34 -french french nom m s 0.20 0.41 0.20 0.41 -fresque fresque nom f s 3.18 6.76 1.37 3.24 -fresques fresque nom f p 3.18 6.76 1.81 3.51 -fresquiste fresquiste nom s 0.01 0.00 0.01 0.00 -fret fret nom m s 1.19 0.74 1.18 0.68 -fretin fretin nom m s 0.64 0.61 0.63 0.61 -fretins fretin nom m p 0.64 0.61 0.01 0.00 -frets fret nom m p 1.19 0.74 0.01 0.07 -fretta fretter ver 0.00 0.07 0.00 0.07 ind:pas:3s; -frette frette nom f s 0.16 0.27 0.16 0.27 -freudien freudien adj m s 0.49 0.61 0.23 0.34 -freudienne freudien adj f s 0.49 0.61 0.13 0.20 -freudiennes freudien adj f p 0.49 0.61 0.04 0.07 -freudiens freudien adj m p 0.49 0.61 0.10 0.00 -freudisme freudisme nom m s 0.02 0.14 0.02 0.14 -freux freux nom m 0.02 0.20 0.02 0.20 -friabilité friabilité nom f s 0.00 0.14 0.00 0.14 -friable friable adj s 0.12 2.91 0.10 1.82 -friables friable adj p 0.12 2.91 0.03 1.08 -friand friand adj m s 0.47 3.31 0.29 1.49 -friande friand adj f s 0.47 3.31 0.02 0.74 -friandes friand adj f p 0.47 3.31 0.01 0.27 -friandise friandise nom f s 2.28 4.05 0.46 1.49 -friandises friandise nom f p 2.28 4.05 1.82 2.57 -friands friand adj m p 0.47 3.31 0.15 0.81 -fribourgeoise fribourgeois nom f s 0.00 0.14 0.00 0.14 -fric_frac fric_frac nom m 0.25 0.41 0.25 0.41 -fric fric nom m s 109.01 26.42 108.99 26.35 -fricadelle fricadelle nom f s 1.21 0.00 0.67 0.00 -fricadelles fricadelle nom f p 1.21 0.00 0.54 0.00 -fricandeau fricandeau nom m s 0.00 0.27 0.00 0.14 -fricandeaux fricandeau nom m p 0.00 0.27 0.00 0.14 -fricasse fricasser ver 0.01 0.34 0.01 0.14 ind:pre:1s;ind:pre:3s; -fricasserai fricasser ver 0.01 0.34 0.00 0.07 ind:fut:1s; -fricassé fricasser ver m s 0.01 0.34 0.00 0.14 par:pas; -fricassée fricassée nom f s 0.46 0.68 0.46 0.47 -fricassées fricassée nom f p 0.46 0.68 0.00 0.20 -fricatif fricatif adj m s 0.00 0.20 0.00 0.20 -fricatives fricative nom f p 0.01 0.00 0.01 0.00 -friche friche nom f s 0.32 7.91 0.28 4.59 -friches friche nom f p 0.32 7.91 0.04 3.31 -frichti frichti nom m s 0.03 4.39 0.03 4.12 -frichtis frichti nom m p 0.03 4.39 0.00 0.27 -fricot fricot nom m s 0.01 0.81 0.01 0.54 -fricotage fricotage nom m s 0.03 0.20 0.03 0.00 -fricotages fricotage nom m p 0.03 0.20 0.00 0.20 -fricotaient fricoter ver 1.86 1.55 0.01 0.07 ind:imp:3p; -fricotais fricoter ver 1.86 1.55 0.06 0.07 ind:imp:1s;ind:imp:2s; -fricotait fricoter ver 1.86 1.55 0.08 0.27 ind:imp:3s; -fricotant fricoter ver 1.86 1.55 0.01 0.00 par:pre; -fricote fricoter ver 1.86 1.55 0.41 0.41 imp:pre:2s;ind:pre:1s;ind:pre:3s; -fricotent fricoter ver 1.86 1.55 0.21 0.00 ind:pre:3p; -fricoter fricoter ver 1.86 1.55 0.47 0.41 inf; -fricotes fricoter ver 1.86 1.55 0.28 0.14 ind:pre:2s; -fricoteur fricoteur nom m s 0.11 0.07 0.10 0.00 -fricoteurs fricoteur nom m p 0.11 0.07 0.01 0.07 -fricotez fricoter ver 1.86 1.55 0.09 0.00 ind:pre:2p; -fricotiez fricoter ver 1.86 1.55 0.04 0.07 ind:imp:2p; -fricots fricot nom m p 0.01 0.81 0.00 0.27 -fricoté fricoter ver m s 1.86 1.55 0.20 0.14 par:pas; -frics fric nom m p 109.01 26.42 0.02 0.07 -friction friction nom f s 1.14 2.36 0.87 0.54 -frictionna frictionner ver 0.59 2.64 0.00 0.54 ind:pas:3s; -frictionnais frictionner ver 0.59 2.64 0.10 0.00 ind:imp:1s; -frictionnait frictionner ver 0.59 2.64 0.11 0.41 ind:imp:3s; -frictionnant frictionner ver 0.59 2.64 0.00 0.27 par:pre; -frictionne frictionner ver 0.59 2.64 0.16 0.27 imp:pre:2s;ind:pre:1s;ind:pre:3s; -frictionnent frictionner ver 0.59 2.64 0.01 0.14 ind:pre:3p; -frictionner frictionner ver 0.59 2.64 0.06 0.47 inf; -frictionnerai frictionner ver 0.59 2.64 0.00 0.07 ind:fut:1s; -frictionnerait frictionner ver 0.59 2.64 0.00 0.07 cnd:pre:3s; -frictionnez frictionner ver 0.59 2.64 0.14 0.07 imp:pre:2p;ind:pre:2p; -frictionnèrent frictionner ver 0.59 2.64 0.00 0.07 ind:pas:3p; -frictionné frictionner ver m s 0.59 2.64 0.01 0.27 par:pas; -frictions friction nom f p 1.14 2.36 0.27 1.82 -fridolin fridolin nom m s 0.16 0.34 0.01 0.00 -fridolins fridolin nom m p 0.16 0.34 0.14 0.34 -frigidaire frigidaire nom m s 1.20 3.45 1.16 3.18 -frigidaires frigidaire nom m p 1.20 3.45 0.05 0.27 -frigide frigide adj s 0.69 0.81 0.65 0.68 -frigides frigide adj f p 0.69 0.81 0.04 0.14 -frigidité frigidité nom f s 0.06 0.34 0.06 0.34 -frigo frigo nom m s 19.29 7.97 19.07 7.50 -frigorifiant frigorifier ver 0.34 0.47 0.01 0.07 par:pre; -frigorifier frigorifier ver 0.34 0.47 0.01 0.00 inf; -frigorifique frigorifique adj m s 0.26 0.14 0.10 0.00 -frigorifiques frigorifique adj f p 0.26 0.14 0.16 0.14 -frigorifié frigorifier ver m s 0.34 0.47 0.23 0.07 par:pas; -frigorifiée frigorifier ver f s 0.34 0.47 0.08 0.07 par:pas; -frigorifiées frigorifié adj f p 0.13 0.61 0.01 0.07 -frigorifiés frigorifié adj m p 0.13 0.61 0.02 0.00 -frigorigène frigorigène adj m s 0.01 0.00 0.01 0.00 -frigorigène frigorigène nom m s 0.01 0.00 0.01 0.00 -frigos frigo nom m p 19.29 7.97 0.22 0.47 -frileuse frileux adj f s 1.08 5.88 0.31 1.55 -frileusement frileusement adv 0.00 1.96 0.00 1.96 -frileuses frileux adj f p 1.08 5.88 0.03 0.68 -frileux frileux adj m 1.08 5.88 0.74 3.65 -frilosité frilosité nom f s 0.01 0.07 0.01 0.07 -frima frimer ver 3.67 4.32 0.00 0.07 ind:pas:3s; -frimaient frimer ver 3.67 4.32 0.00 0.07 ind:imp:3p; -frimaire frimaire nom m s 0.00 0.07 0.00 0.07 -frimais frimer ver 3.67 4.32 0.30 0.41 ind:imp:1s;ind:imp:2s; -frimait frimer ver 3.67 4.32 0.04 0.20 ind:imp:3s; -frimant frimer ver 3.67 4.32 0.01 0.20 par:pre; -frimas frimas nom m 0.11 1.15 0.11 1.15 -frime frimer ver 3.67 4.32 1.37 1.15 imp:pre:2s;ind:pre:1s;ind:pre:3s; -friment frimer ver 3.67 4.32 0.02 0.07 ind:pre:3p; -frimer frimer ver 3.67 4.32 1.73 1.62 inf; -frimerais frimer ver 3.67 4.32 0.00 0.07 cnd:pre:2s; -frimes frimer ver 3.67 4.32 0.08 0.00 ind:pre:2s; -frimeur frimeur nom m s 1.43 0.47 0.86 0.27 -frimeurs frimeur nom m p 1.43 0.47 0.51 0.20 -frimeuse frimeur nom f s 1.43 0.47 0.05 0.00 -frimez frimer ver 3.67 4.32 0.01 0.00 ind:pre:2p; -frimiez frimer ver 3.67 4.32 0.02 0.00 ind:imp:2p; -frimousse frimousse nom f s 0.81 1.82 0.81 1.49 -frimousses frimousse nom f p 0.81 1.82 0.00 0.34 -frimé frimer ver m s 3.67 4.32 0.08 0.20 par:pas; -frimée frimer ver f s 3.67 4.32 0.00 0.07 par:pas; -frimées frimer ver f p 3.67 4.32 0.00 0.07 par:pas; -frimés frimer ver m p 3.67 4.32 0.01 0.14 par:pas; -fringale fringale nom f s 0.46 2.70 0.40 2.23 -fringales fringale nom f p 0.46 2.70 0.05 0.47 -fringant fringant adj m s 0.86 2.77 0.63 1.96 -fringante fringant adj f s 0.86 2.77 0.19 0.41 -fringantes fringant adj f p 0.86 2.77 0.02 0.00 -fringants fringant adj m p 0.86 2.77 0.03 0.41 -fringillidé fringillidé nom m s 0.01 0.07 0.01 0.07 -fringuait fringuer ver 1.28 3.31 0.02 0.27 ind:imp:3s; -fringue fringue nom f s 13.12 11.82 0.23 0.20 -fringuent fringuer ver 1.28 3.31 0.14 0.14 ind:pre:3p; -fringuer fringuer ver 1.28 3.31 0.29 0.47 inf; -fringues fringue nom f p 13.12 11.82 12.88 11.62 -fringuez fringuer ver 1.28 3.31 0.01 0.00 imp:pre:2p; -fringué fringuer ver m s 1.28 3.31 0.47 0.81 par:pas; -fringuée fringuer ver f s 1.28 3.31 0.10 0.88 par:pas; -fringuées fringuer ver f p 1.28 3.31 0.03 0.14 par:pas; -fringués fringuer ver m p 1.28 3.31 0.04 0.41 par:pas; -frio frio adj s 0.01 0.07 0.01 0.07 -fripa friper ver 0.11 1.89 0.00 0.07 ind:pas:3s; -fripaient friper ver 0.11 1.89 0.00 0.14 ind:imp:3p; -fripant friper ver 0.11 1.89 0.00 0.07 par:pre; -fripe fripe nom f s 0.58 0.95 0.22 0.61 -fripent friper ver 0.11 1.89 0.01 0.07 ind:pre:3p; -friper friper ver 0.11 1.89 0.01 0.20 inf; -friperie friperie nom f s 0.37 0.20 0.37 0.20 -fripes fripe nom f p 0.58 0.95 0.36 0.34 -fripier fripier nom m s 0.04 1.01 0.02 0.61 -fripiers fripier nom m p 0.04 1.01 0.02 0.41 -fripon fripon nom m s 0.86 0.68 0.44 0.34 -friponne fripon nom f s 0.86 0.68 0.33 0.07 -friponnerie friponnerie nom f s 0.13 0.14 0.13 0.14 -friponnes friponne nom f p 0.02 0.00 0.02 0.00 -fripons fripon nom m p 0.86 0.68 0.09 0.20 -fripouille fripouille nom f s 2.08 2.23 1.99 1.15 -fripouillerie fripouillerie nom f s 0.00 0.20 0.00 0.14 -fripouilleries fripouillerie nom f p 0.00 0.20 0.00 0.07 -fripouilles fripouille nom f p 2.08 2.23 0.10 1.08 -frippe frippe nom f s 0.00 0.07 0.00 0.07 -fripé fripé adj m s 0.57 5.88 0.33 1.49 -fripée fripé adj f s 0.57 5.88 0.17 1.82 -fripées fripé adj f p 0.57 5.88 0.04 1.01 -fripés fripé adj m p 0.57 5.88 0.03 1.55 -friqué friqué adj m s 1.05 0.74 0.32 0.20 -friquée friqué adj f s 1.05 0.74 0.16 0.14 -friquées friqué adj f p 1.05 0.74 0.11 0.07 -friqués friqué adj m p 1.05 0.74 0.46 0.34 -frire frire ver 6.63 4.73 2.26 1.82 inf; -fris frire ver 6.63 4.73 0.32 0.00 imp:pre:2s;ind:pre:1s;ind:pre:2s; -frisa friser ver 2.54 7.70 0.00 0.14 ind:pas:3s; -frisaient friser ver 2.54 7.70 0.14 0.27 ind:imp:3p; -frisais friser ver 2.54 7.70 0.10 0.07 ind:imp:1s;ind:imp:2s; -frisait friser ver 2.54 7.70 0.16 0.95 ind:imp:3s; -frisant frisant adj m s 0.02 0.95 0.02 0.20 -frisante frisant adj f s 0.02 0.95 0.00 0.68 -frisants frisant adj m p 0.02 0.95 0.00 0.07 -frisbee frisbee nom m s 1.35 0.00 1.35 0.00 -frise_poulet frise_poulet nom m s 0.01 0.00 0.01 0.00 -frise friser ver 2.54 7.70 0.80 1.15 imp:pre:2s;ind:pre:1s;ind:pre:3s; -friseler friseler ver 0.00 0.07 0.00 0.07 inf; -friselis friselis nom m 0.00 1.35 0.00 1.35 -friselée friselée nom f s 0.00 0.07 0.00 0.07 -frisent friser ver 2.54 7.70 0.04 0.27 ind:pre:3p; -friser friser ver 2.54 7.70 0.42 1.42 inf; -friserai friser ver 2.54 7.70 0.00 0.07 ind:fut:1s; -frises frise nom f p 0.37 3.45 0.14 0.41 -frisette frisette nom f s 0.06 1.42 0.03 0.88 -frisettes frisette nom f p 0.06 1.42 0.03 0.54 -friseur friseur nom m s 0.00 0.20 0.00 0.20 -frisez friser ver 2.54 7.70 0.02 0.00 ind:pre:2p; -frisâmes friser ver 2.54 7.70 0.00 0.07 ind:pas:1p; -frison frison nom m s 0.10 0.54 0.10 0.00 -frisonne frison adj f s 0.00 0.27 0.00 0.14 -frisonnes frison adj f p 0.00 0.27 0.00 0.07 -frisons friser ver 2.54 7.70 0.14 0.00 ind:pre:1p; -frisottaient frisotter ver 0.01 0.61 0.00 0.14 ind:imp:3p; -frisottant frisottant adj m s 0.00 0.27 0.00 0.07 -frisottants frisottant adj m p 0.00 0.27 0.00 0.20 -frisottement frisottement nom m s 0.00 0.07 0.00 0.07 -frisottent frisotter ver 0.01 0.61 0.00 0.14 ind:pre:3p; -frisotter frisotter ver 0.01 0.61 0.00 0.07 inf; -frisottis frisottis nom m 0.01 0.14 0.01 0.14 -frisotté frisotter ver m s 0.01 0.61 0.01 0.00 par:pas; -frisottée frisotté adj f s 0.00 0.68 0.00 0.41 -frisottées frisotter ver f p 0.01 0.61 0.00 0.07 par:pas; -frisottés frisotter ver m p 0.01 0.61 0.00 0.14 par:pas; -frisous frisou nom m p 0.14 0.07 0.14 0.07 -frisquet frisquet adj m s 1.25 1.01 1.16 0.68 -frisquette frisquet adj f s 1.25 1.01 0.10 0.34 -frisselis frisselis nom m 0.00 0.14 0.00 0.14 -frisson frisson nom m s 8.62 21.69 4.23 14.26 -frissonna frissonner ver 2.21 20.34 0.01 4.39 ind:pas:3s; -frissonnai frissonner ver 2.21 20.34 0.01 0.34 ind:pas:1s; -frissonnaient frissonner ver 2.21 20.34 0.00 1.01 ind:imp:3p; -frissonnais frissonner ver 2.21 20.34 0.03 0.68 ind:imp:1s; -frissonnait frissonner ver 2.21 20.34 0.21 3.38 ind:imp:3s; -frissonnant frissonner ver 2.21 20.34 0.14 2.09 par:pre; -frissonnante frissonnant adj f s 0.20 3.92 0.07 1.82 -frissonnantes frissonnant adj f p 0.20 3.92 0.00 0.61 -frissonnants frissonnant adj m p 0.20 3.92 0.02 0.54 -frissonne frissonner ver 2.21 20.34 0.75 3.18 imp:pre:2s;ind:pre:1s;ind:pre:3s; -frissonnement frissonnement nom m s 0.01 0.61 0.01 0.41 -frissonnements frissonnement nom m p 0.01 0.61 0.00 0.20 -frissonnent frissonner ver 2.21 20.34 0.03 0.47 ind:pre:3p; -frissonner frissonner ver 2.21 20.34 0.73 4.12 inf; -frissonnes frissonner ver 2.21 20.34 0.11 0.00 ind:pre:2s; -frissonnez frissonner ver 2.21 20.34 0.04 0.00 ind:pre:2p; -frissonnèrent frissonner ver 2.21 20.34 0.00 0.07 ind:pas:3p; -frissonné frissonner ver m s 2.21 20.34 0.14 0.61 par:pas; -frissons frisson nom m p 8.62 21.69 4.39 7.43 -frisé frisé adj m s 2.72 10.20 1.56 3.24 -frisée frisé adj f s 2.72 10.20 0.40 1.28 -frisées frisé adj f p 2.72 10.20 0.04 0.68 -frisure frisure nom f s 0.00 0.34 0.00 0.14 -frisures frisure nom f p 0.00 0.34 0.00 0.20 -frisés frisé adj m p 2.72 10.20 0.73 5.00 -frit frire ver m s 6.63 4.73 2.74 1.82 ind:pre:3s;par:pas; -frite frite nom f s 9.33 5.47 0.66 0.54 -friterie friterie nom f s 0.18 0.47 0.18 0.14 -friteries friterie nom f p 0.18 0.47 0.00 0.34 -frites frite nom f p 9.33 5.47 8.68 4.93 -friteuse friteur nom f s 0.34 0.41 0.34 0.20 -friteuses friteuse nom f p 0.02 0.00 0.02 0.00 -fritillaires fritillaire nom f p 0.01 0.07 0.01 0.07 -fritons friton nom m p 0.00 0.07 0.00 0.07 -frits frire ver m p 6.63 4.73 1.32 1.08 par:pas; -fritte fritte nom f s 0.01 0.00 0.01 0.00 -fritter fritter ver 0.04 0.00 0.04 0.00 inf; -frittés fritter ver m p 0.04 0.00 0.01 0.00 par:pas; -friture friture nom f s 1.88 3.78 1.81 3.24 -fritures friture nom f p 1.88 3.78 0.06 0.54 -friturier friturier nom m s 0.00 0.07 0.00 0.07 -fritz fritz nom m 1.72 1.82 1.72 1.82 -frivole frivole adj s 2.22 5.81 1.75 4.26 -frivoles frivole adj p 2.22 5.81 0.47 1.55 -frivolité frivolité nom f s 0.48 2.84 0.40 2.30 -frivolités frivolité nom f p 0.48 2.84 0.08 0.54 -froc froc nom m s 6.92 7.64 6.61 6.89 -frocard frocard nom m s 0.00 0.20 0.00 0.14 -frocards frocard nom m p 0.00 0.20 0.00 0.07 -frocs froc nom m p 6.92 7.64 0.31 0.74 -froid froid adj m s 127.22 161.69 98.43 94.86 -froidasse froidasse adj f s 0.00 0.07 0.00 0.07 -froide froid adj f s 127.22 161.69 21.48 49.59 -froidement froidement adv 0.94 9.05 0.94 9.05 -froides froid adj f p 127.22 161.69 4.07 10.00 -froideur froideur nom f s 1.94 7.84 1.94 7.57 -froideurs froideur nom f p 1.94 7.84 0.00 0.27 -froidi froidir ver m s 0.00 0.20 0.00 0.07 par:pas; -froidir froidir ver 0.00 0.20 0.00 0.07 inf; -froidissait froidir ver 0.00 0.20 0.00 0.07 ind:imp:3s; -froids froid adj m p 127.22 161.69 3.24 7.23 -froidure froidure nom f s 0.12 1.69 0.11 1.55 -froidures froidure nom f p 0.12 1.69 0.01 0.14 -froissa froisser ver 3.74 12.50 0.00 0.88 ind:pas:3s; -froissaient froisser ver 3.74 12.50 0.00 0.54 ind:imp:3p; -froissais froisser ver 3.74 12.50 0.01 0.14 ind:imp:1s; -froissait froisser ver 3.74 12.50 0.01 1.55 ind:imp:3s; -froissant froisser ver 3.74 12.50 0.00 1.08 par:pre; -froisse froisser ver 3.74 12.50 0.64 1.55 imp:pre:2s;ind:pre:1s;ind:pre:3s; -froissement froissement nom m s 0.23 10.54 0.23 8.38 -froissements froissement nom m p 0.23 10.54 0.01 2.16 -froissent froisser ver 3.74 12.50 0.04 0.47 ind:pre:3p; -froisser froisser ver 3.74 12.50 1.60 1.96 inf; -froissera froisser ver 3.74 12.50 0.01 0.00 ind:fut:3s; -froisserais froisser ver 3.74 12.50 0.00 0.07 cnd:pre:1s; -froisserait froisser ver 3.74 12.50 0.02 0.00 cnd:pre:3s; -froisses froisser ver 3.74 12.50 0.05 0.14 ind:pre:2s; -froissez froisser ver 3.74 12.50 0.04 0.00 imp:pre:2p;ind:pre:2p; -froissions froisser ver 3.74 12.50 0.00 0.07 ind:imp:1p; -froissèrent froisser ver 3.74 12.50 0.00 0.07 ind:pas:3p; -froissé froisser ver m s 3.74 12.50 0.66 2.30 par:pas; -froissée froisser ver f s 3.74 12.50 0.59 0.81 par:pas; -froissées froissé adj f p 0.96 9.46 0.01 1.22 -froissés froissé adj m p 0.96 9.46 0.21 2.03 -fromage fromage nom m s 27.22 26.96 25.68 20.81 -fromager fromager nom m s 0.32 0.47 0.30 0.34 -fromagerie fromagerie nom f s 0.01 0.41 0.01 0.41 -fromagers fromager nom m p 0.32 0.47 0.02 0.14 -fromages fromage nom m p 27.22 26.96 1.54 6.15 -fromagère fromager adj f s 0.04 0.27 0.00 0.14 -fromegi fromegi nom m s 0.00 0.07 0.00 0.07 -froment froment nom m s 0.21 1.35 0.21 1.35 -fromental fromental nom m s 0.00 0.07 0.00 0.07 -frometon frometon nom m s 0.04 0.47 0.04 0.27 -frometons frometon nom m p 0.04 0.47 0.00 0.20 -fronce fronce nom f s 0.36 0.54 0.34 0.07 -froncement froncement nom m s 0.27 1.69 0.16 1.08 -froncements froncement nom m p 0.27 1.69 0.11 0.61 -froncer froncer ver 0.52 15.88 0.08 0.88 inf; -froncerait froncer ver 0.52 15.88 0.01 0.20 cnd:pre:3s; -fronces froncer ver 0.52 15.88 0.04 0.07 ind:pre:2s; -froncez froncer ver 0.52 15.88 0.06 0.00 imp:pre:2p;ind:pre:2p; -froncèrent froncer ver 0.52 15.88 0.00 0.07 ind:pas:3p; -froncé froncer ver m s 0.52 15.88 0.04 1.08 par:pas; -froncée froncé adj f s 0.14 5.61 0.10 0.20 -froncées froncé adj f p 0.14 5.61 0.00 0.14 -froncés froncé adj m p 0.14 5.61 0.01 4.19 -frondaient fronder ver 0.00 0.27 0.00 0.07 ind:imp:3p; -frondaison frondaison nom f s 0.01 3.92 0.00 0.61 -frondaisons frondaison nom f p 0.01 3.92 0.01 3.31 -fronde fronde nom f s 1.02 1.82 0.86 1.69 -frondent fronder ver 0.00 0.27 0.00 0.07 ind:pre:3p; -frondes fronde nom f p 1.02 1.82 0.16 0.14 -frondeur frondeur adj m s 0.01 0.61 0.01 0.34 -frondeurs frondeur nom m p 0.02 0.00 0.02 0.00 -frondeuse frondeur adj f s 0.01 0.61 0.00 0.14 -frondé fronder ver m s 0.00 0.27 0.00 0.07 par:pas; -front front nom m s 41.03 159.12 38.81 152.57 -frontal frontal adj m s 1.62 1.55 1.15 0.74 -frontale frontal adj f s 1.62 1.55 0.35 0.81 -frontalier frontalier adj m s 0.60 1.22 0.04 0.07 -frontaliers frontalier adj m p 0.60 1.22 0.04 0.34 -frontalière frontalier adj f s 0.60 1.22 0.32 0.68 -frontalières frontalier adj f p 0.60 1.22 0.20 0.14 -frontaux frontal adj m p 1.62 1.55 0.12 0.00 -fronteau fronteau nom m s 0.00 0.07 0.00 0.07 -fronça froncer ver 0.52 15.88 0.00 5.61 ind:pas:3s; -fronçai froncer ver 0.52 15.88 0.00 0.14 ind:pas:1s; -fronçaient froncer ver 0.52 15.88 0.00 0.14 ind:imp:3p; -fronçais froncer ver 0.52 15.88 0.01 0.07 ind:imp:1s; -fronçait froncer ver 0.52 15.88 0.01 1.01 ind:imp:3s; -fronçant froncer ver 0.52 15.88 0.01 3.58 par:pre; -frontispice frontispice nom m s 0.01 0.34 0.01 0.27 -frontispices frontispice nom m p 0.01 0.34 0.00 0.07 -frontière frontière nom f s 34.54 40.47 28.54 26.42 -frontières frontière nom f p 34.54 40.47 6.00 14.05 -fronton fronton nom m s 0.10 5.47 0.10 4.39 -frontons fronton nom m p 0.10 5.47 0.00 1.08 -fronts front nom m p 41.03 159.12 2.23 6.55 -frotta frotter ver 12.52 50.14 0.01 7.70 ind:pas:3s; -frottage frottage nom m s 0.05 0.27 0.05 0.20 -frottages frottage nom m p 0.05 0.27 0.00 0.07 -frottai frotter ver 12.52 50.14 0.01 0.14 ind:pas:1s; -frottaient frotter ver 12.52 50.14 0.16 1.42 ind:imp:3p; -frottais frotter ver 12.52 50.14 0.33 1.01 ind:imp:1s;ind:imp:2s; -frottait frotter ver 12.52 50.14 0.29 8.38 ind:imp:3s; -frottant frotter ver 12.52 50.14 0.27 7.03 par:pre; -frotte frotter ver 12.52 50.14 3.90 8.58 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:1s; -frottement frottement nom m s 0.68 5.07 0.31 3.72 -frottements frottement nom m p 0.68 5.07 0.37 1.35 -frottent frotter ver 12.52 50.14 0.16 1.01 ind:pre:3p; -frotter frotter ver 12.52 50.14 4.01 8.99 inf; -frottera frotter ver 12.52 50.14 0.25 0.00 ind:fut:3s; -frotterai frotter ver 12.52 50.14 0.05 0.14 ind:fut:1s; -frotterais frotter ver 12.52 50.14 0.06 0.00 cnd:pre:1s; -frotterait frotter ver 12.52 50.14 0.01 0.20 cnd:pre:3s; -frotteras frotter ver 12.52 50.14 0.02 0.07 ind:fut:2s; -frotterons frotter ver 12.52 50.14 0.00 0.07 ind:fut:1p; -frottes frotter ver 12.52 50.14 0.58 0.07 ind:pre:2s; -frotteur frotteur adj m s 0.01 0.14 0.01 0.07 -frotteurs frotteur nom m p 0.00 0.68 0.00 0.14 -frotteuse frotteur nom f s 0.00 0.68 0.00 0.14 -frotteuses frotteur nom f p 0.00 0.68 0.00 0.07 -frottez frotter ver 12.52 50.14 0.74 0.14 imp:pre:2p;ind:pre:2p; -frotti_frotta frotti_frotta nom m 0.04 0.20 0.04 0.20 -frottiez frotter ver 12.52 50.14 0.05 0.00 ind:imp:2p; -frottin frottin nom m s 0.01 0.20 0.01 0.20 -frottions frotter ver 12.52 50.14 0.00 0.07 ind:imp:1p; -frottis frottis nom m 0.39 0.34 0.39 0.34 -frottoir frottoir nom m s 0.00 0.41 0.00 0.34 -frottoirs frottoir nom m p 0.00 0.41 0.00 0.07 -frottons frotton nom m p 0.06 0.14 0.06 0.14 -frottèrent frotter ver 12.52 50.14 0.00 0.27 ind:pas:3p; -frotté frotter ver m s 12.52 50.14 1.25 2.64 par:pas; -frottée frotter ver f s 12.52 50.14 0.30 0.61 par:pas; -frottées frotter ver f p 12.52 50.14 0.01 0.81 par:pas; -frottés frotter ver m p 12.52 50.14 0.03 0.81 par:pas; -frou_frou frou_frou nom m s 0.23 0.47 0.09 0.41 -frouement frouement nom m s 0.00 0.27 0.00 0.20 -frouements frouement nom m p 0.00 0.27 0.00 0.07 -froufrou froufrou nom m s 0.32 0.41 0.23 0.14 -froufrous froufrou nom m p 0.32 0.41 0.08 0.27 -froufroutait froufrouter ver 0.02 0.07 0.00 0.07 ind:imp:3s; -froufroutant froufrouter ver 0.02 0.07 0.01 0.00 par:pre; -froufroutante froufroutant adj f s 0.01 0.41 0.00 0.07 -froufroutantes froufroutant adj f p 0.01 0.41 0.00 0.20 -froufroutants froufroutant adj m p 0.01 0.41 0.01 0.07 -froufroutement froufroutement nom m s 0.00 0.07 0.00 0.07 -froufrouter froufrouter ver 0.02 0.07 0.01 0.00 inf; -frou_frou frou_frou nom m p 0.23 0.47 0.14 0.07 -froussard froussard nom m s 1.99 0.61 1.33 0.41 -froussarde froussard nom f s 1.99 0.61 0.26 0.00 -froussards froussard nom m p 1.99 0.61 0.40 0.20 -frousse frousse nom f s 3.13 2.36 2.90 2.16 -frousses frousse nom f p 3.13 2.36 0.23 0.20 -frère frère nom m s 390.39 216.35 311.45 142.36 -frères frère nom m p 390.39 216.35 78.94 73.99 -frète fréter ver 0.01 0.74 0.00 0.07 ind:pre:1s; -fructidor fructidor nom m s 0.01 0.07 0.01 0.07 -fructifiaient fructifier ver 0.55 1.28 0.00 0.07 ind:imp:3p; -fructifiant fructifier ver 0.55 1.28 0.01 0.07 par:pre; -fructification fructification nom f s 0.00 0.14 0.00 0.14 -fructifier fructifier ver 0.55 1.28 0.53 1.08 inf; -fructifié fructifier ver m s 0.55 1.28 0.01 0.07 par:pas; -fructose fructose nom m s 0.07 0.00 0.07 0.00 -fructueuse fructueux adj f s 1.05 3.24 0.54 1.28 -fructueuses fructueux adj f p 1.05 3.24 0.19 0.61 -fructueux fructueux adj m 1.05 3.24 0.32 1.35 -frugal frugal adj m s 0.19 1.28 0.18 0.61 -frugale frugal adj f s 0.19 1.28 0.01 0.41 -frugalement frugalement adv 0.01 0.07 0.01 0.07 -frugales frugal adj f p 0.19 1.28 0.00 0.07 -frugalité frugalité nom f s 0.01 0.47 0.01 0.47 -frégate frégate nom f s 0.63 3.11 0.46 1.82 -frégates frégate nom f p 0.63 3.11 0.17 1.28 -frugaux frugal adj m p 0.19 1.28 0.00 0.20 -frugivore frugivore adj s 0.02 0.00 0.02 0.00 -fruit fruit nom m s 39.45 64.05 15.99 21.96 -fruiter fruiter ver 0.04 0.41 0.00 0.07 inf; -fruiteries fruiterie nom f p 0.00 0.14 0.00 0.14 -fruiteux fruiteux adj m s 0.00 0.07 0.00 0.07 -fruitier fruitier adj m s 0.39 2.43 0.15 0.47 -fruitiers fruitier adj m p 0.39 2.43 0.22 1.82 -fruitière fruitier adj f s 0.39 2.43 0.01 0.07 -fruitières fruitier adj f p 0.39 2.43 0.01 0.07 -fruits fruit nom m p 39.45 64.05 23.45 42.09 -fruité fruité adj m s 0.38 1.01 0.31 0.34 -fruitée fruité adj f s 0.38 1.01 0.01 0.54 -fruitées fruité adj f p 0.38 1.01 0.00 0.07 -fruités fruité adj m p 0.38 1.01 0.06 0.07 -frêle frêle adj s 1.19 12.03 1.00 9.80 -frêles frêle adj p 1.19 12.03 0.19 2.23 -frémi frémir ver m s 3.86 24.26 0.43 1.49 par:pas; -frémir frémir ver 3.86 24.26 1.38 6.22 inf; -frémirait frémir ver 3.86 24.26 0.14 0.07 cnd:pre:3s; -frémirent frémir ver 3.86 24.26 0.00 1.08 ind:pas:3p; -frémiront frémir ver 3.86 24.26 0.00 0.07 ind:fut:3p; -frémis frémir ver m p 3.86 24.26 1.06 1.08 ind:pre:1s;ind:pre:2s;par:pas; -frémissaient frémir ver 3.86 24.26 0.00 2.23 ind:imp:3p; -frémissais frémir ver 3.86 24.26 0.00 0.41 ind:imp:1s; -frémissait frémir ver 3.86 24.26 0.02 2.16 ind:imp:3s; -frémissant frémissant adj m s 0.77 8.45 0.39 2.03 -frémissante frémissant adj f s 0.77 8.45 0.14 3.24 -frémissantes frémissant adj f p 0.77 8.45 0.10 1.69 -frémissants frémissant adj m p 0.77 8.45 0.14 1.49 -frémisse frémir ver 3.86 24.26 0.00 0.07 sub:pre:3s; -frémissement frémissement nom m s 0.66 10.34 0.55 8.58 -frémissements frémissement nom m p 0.66 10.34 0.11 1.76 -frémissent frémir ver 3.86 24.26 0.34 1.82 ind:pre:3p; -frémissez frémir ver 3.86 24.26 0.00 0.07 ind:pre:2p; -frémit frémir ver 3.86 24.26 0.46 5.68 ind:pre:3s;ind:pas:3s; -frêne frêne nom m s 1.81 2.50 1.71 1.62 -frênes frêne nom m p 1.81 2.50 0.10 0.88 -frénésie frénésie nom f s 1.25 8.51 1.23 7.77 -frénésies frénésie nom f p 1.25 8.51 0.02 0.74 -frénétique frénétique adj s 0.61 6.28 0.52 4.12 -frénétiquement frénétiquement adv 0.26 2.97 0.26 2.97 -frénétiques frénétique adj p 0.61 6.28 0.09 2.16 -fréon fréon nom m s 0.21 0.00 0.21 0.00 -fréquemment fréquemment adv 1.16 8.24 1.16 8.24 -fréquence fréquence nom f s 10.12 2.43 7.61 2.23 -fréquences fréquence nom f p 10.12 2.43 2.51 0.20 -fréquent fréquent adj m s 4.14 12.09 2.39 3.78 -fréquenta fréquenter ver 18.97 30.81 0.01 0.68 ind:pas:3s; -fréquentable fréquentable adj m s 0.37 1.01 0.22 0.34 -fréquentables fréquentable adj m p 0.37 1.01 0.15 0.68 -fréquentai fréquenter ver 18.97 30.81 0.00 0.34 ind:pas:1s; -fréquentaient fréquenter ver 18.97 30.81 0.24 2.30 ind:imp:3p; -fréquentais fréquenter ver 18.97 30.81 0.96 1.22 ind:imp:1s;ind:imp:2s; -fréquentait fréquenter ver 18.97 30.81 1.55 5.54 ind:imp:3s; -fréquentant fréquenter ver 18.97 30.81 0.04 0.81 par:pre; -fréquentation fréquentation nom f s 2.81 5.74 0.46 2.97 -fréquentations fréquentation nom f p 2.81 5.74 2.35 2.77 -fréquente fréquenter ver 18.97 30.81 4.76 3.45 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -fréquentent fréquenter ver 18.97 30.81 0.64 0.74 ind:pre:3p; -fréquenter fréquenter ver 18.97 30.81 4.57 6.76 ind:pre:2p;inf; -fréquenterais fréquenter ver 18.97 30.81 0.39 0.14 cnd:pre:1s;cnd:pre:2s; -fréquenterait fréquenter ver 18.97 30.81 0.11 0.00 cnd:pre:3s; -fréquenteras fréquenter ver 18.97 30.81 0.03 0.00 ind:fut:2s; -fréquenterez fréquenter ver 18.97 30.81 0.01 0.07 ind:fut:2p; -fréquentes fréquenter ver 18.97 30.81 2.01 0.61 ind:pre:2s; -fréquentez fréquenter ver 18.97 30.81 0.65 0.47 imp:pre:2p;ind:pre:2p; -fréquentiez fréquenter ver 18.97 30.81 0.17 0.14 ind:imp:2p; -fréquentions fréquenter ver 18.97 30.81 0.14 0.47 ind:imp:1p; -fréquentons fréquenter ver 18.97 30.81 0.09 0.14 ind:pre:1p; -fréquentât fréquenter ver 18.97 30.81 0.00 0.20 sub:imp:3s; -fréquents fréquent adj m p 4.14 12.09 0.27 3.11 -fréquentèrent fréquenter ver 18.97 30.81 0.00 0.07 ind:pas:3p; -fréquenté fréquenter ver m s 18.97 30.81 2.31 3.65 par:pas; -fréquentée fréquenté adj f s 0.86 3.51 0.38 0.74 -fréquentées fréquenter ver f p 18.97 30.81 0.02 0.68 par:pas; -fréquentés fréquenter ver m p 18.97 30.81 0.12 1.42 par:pas; -frérot frérot nom m s 2.50 0.81 2.46 0.68 -frérots frérot nom m p 2.50 0.81 0.04 0.14 -frusquer frusquer ver 0.00 0.14 0.00 0.07 inf; -frusques frusque nom f p 0.64 3.24 0.64 3.24 -frusquée frusquer ver f s 0.00 0.14 0.00 0.07 par:pas; -fruste fruste adj s 0.51 4.86 0.37 3.11 -frustes fruste adj p 0.51 4.86 0.14 1.76 -frustra frustrer ver 2.68 3.38 0.00 0.07 ind:pas:3s; -frustrait frustrer ver 2.68 3.38 0.14 0.27 ind:imp:3s; -frustrant frustrant adj m s 1.39 0.14 1.23 0.00 -frustrante frustrant adj f s 1.39 0.14 0.14 0.14 -frustrantes frustrant adj f p 1.39 0.14 0.02 0.00 -frustration frustration nom f s 3.06 3.85 2.73 3.24 -frustrations frustration nom f p 3.06 3.85 0.33 0.61 -frustre frustrer ver 2.68 3.38 0.37 0.00 ind:pre:3s; -frustrer frustrer ver 2.68 3.38 0.08 0.34 inf; -frustrât frustrer ver 2.68 3.38 0.00 0.14 sub:imp:3s; -frustré frustré adj m s 1.98 2.43 1.14 1.15 -frustrée frustré adj f s 1.98 2.43 0.62 0.68 -frustrées frustré nom f p 0.78 0.81 0.04 0.07 -frustrés frustrer ver m p 2.68 3.38 0.49 0.74 par:pas; -fréta fréter ver 0.01 0.74 0.00 0.14 ind:pas:3s; -frétait fréter ver 0.01 0.74 0.00 0.07 ind:imp:3s; -frétant fréter ver 0.01 0.74 0.00 0.07 par:pre; -fréter fréter ver 0.01 0.74 0.01 0.14 inf; -frétilla frétiller ver 0.60 3.58 0.00 0.14 ind:pas:3s; -frétillaient frétiller ver 0.60 3.58 0.01 0.27 ind:imp:3p; -frétillait frétiller ver 0.60 3.58 0.10 0.61 ind:imp:3s; -frétillant frétillant adj m s 0.22 1.89 0.07 0.61 -frétillante frétillant adj f s 0.22 1.89 0.13 0.47 -frétillantes frétillant adj f p 0.22 1.89 0.00 0.27 -frétillants frétillant adj m p 0.22 1.89 0.02 0.54 -frétillard frétillard adj m s 0.00 0.14 0.00 0.07 -frétillarde frétillard adj f s 0.00 0.14 0.00 0.07 -frétille frétiller ver 0.60 3.58 0.30 0.95 imp:pre:2s;ind:pre:1s;ind:pre:3s; -frétillement frétillement nom m s 0.00 0.34 0.00 0.27 -frétillements frétillement nom m p 0.00 0.34 0.00 0.07 -frétillent frétiller ver 0.60 3.58 0.06 0.27 ind:pre:3p; -frétiller frétiller ver 0.60 3.58 0.08 0.54 inf; -frétillon frétillon adj m s 0.00 0.20 0.00 0.20 -frétillé frétiller ver m s 0.60 3.58 0.00 0.07 par:pas; -frétèrent fréter ver 0.01 0.74 0.00 0.07 ind:pas:3p; -frété fréter ver m s 0.01 0.74 0.00 0.14 par:pas; -frétée fréter ver f s 0.01 0.74 0.00 0.07 par:pas; -fèces fèces nom f p 0.32 0.20 0.32 0.20 -fère fer nom f s 37.08 114.19 0.02 0.20 -fève fève nom f s 1.12 1.89 0.44 0.61 -fèves fève nom f p 1.12 1.89 0.68 1.28 -féal féal adj m s 0.01 0.20 0.01 0.14 -féaux féal adj m p 0.01 0.20 0.00 0.07 -fébrile fébrile adj s 0.98 7.16 0.94 5.27 -fébrilement fébrilement adv 0.24 4.53 0.24 4.53 -fébriles fébrile adj p 0.98 7.16 0.05 1.89 -fébrilité fébrilité nom f s 0.01 2.36 0.01 2.36 -fécal fécal adj m s 0.27 0.88 0.05 0.27 -fécale fécal adj f s 0.27 0.88 0.06 0.47 -fécales fécal adj f p 0.27 0.88 0.13 0.07 -fécalome fécalome nom m s 0.01 0.00 0.01 0.00 -fécaux fécal adj m p 0.27 0.88 0.03 0.07 -fuchsia fuchsia adj 0.06 0.34 0.06 0.34 -fuchsias fuchsia nom m p 0.04 0.34 0.00 0.20 -fécond fécond adj m s 0.94 3.92 0.04 0.68 -fécondais féconder ver 1.46 3.04 0.00 0.07 ind:imp:1s; -fécondait féconder ver 1.46 3.04 0.00 0.20 ind:imp:3s; -fécondant féconder ver 1.46 3.04 0.10 0.00 par:pre; -fécondante fécondant adj f s 0.00 0.20 0.00 0.07 -fécondateur fécondateur nom m s 0.10 0.00 0.10 0.00 -fécondation fécondation nom f s 0.42 0.74 0.41 0.47 -fécondations fécondation nom f p 0.42 0.74 0.01 0.27 -féconde fécond adj f s 0.94 3.92 0.73 2.09 -fécondent féconder ver 1.46 3.04 0.01 0.14 ind:pre:3p; -féconder féconder ver 1.46 3.04 0.49 0.88 inf; -féconderai féconder ver 1.46 3.04 0.01 0.00 ind:fut:1s; -féconderait féconder ver 1.46 3.04 0.01 0.07 cnd:pre:3s; -fécondes féconder ver 1.46 3.04 0.10 0.00 ind:pre:2s; -fécondez féconder ver 1.46 3.04 0.02 0.00 imp:pre:2p; -fécondité fécondité nom f s 0.44 2.03 0.44 2.03 -féconds fécond adj m p 0.94 3.92 0.10 0.34 -fécondé féconder ver m s 1.46 3.04 0.28 0.68 par:pas; -fécondée féconder ver f s 1.46 3.04 0.28 0.47 par:pas; -fécondées féconder ver f p 1.46 3.04 0.02 0.14 par:pas; -fécondés féconder ver m p 1.46 3.04 0.03 0.07 par:pas; -fécule fécule nom f s 0.17 0.07 0.17 0.07 -féculent féculent nom m s 0.20 0.34 0.02 0.00 -féculents féculent nom m p 0.20 0.34 0.18 0.34 -fédéral fédéral adj m s 13.92 1.76 6.94 0.68 -fédérale fédéral adj f s 13.92 1.76 4.56 0.81 -fédérales fédéral adj f p 13.92 1.76 0.88 0.07 -fédéralisme fédéralisme nom m s 0.14 0.07 0.14 0.07 -fédéraliste fédéraliste adj s 0.03 0.00 0.03 0.00 -fédérateur fédérateur adj m s 0.03 0.00 0.03 0.00 -fédération fédération nom f s 2.56 2.36 2.56 2.23 -fédérations fédération nom f p 2.56 2.36 0.00 0.14 -fédérative fédératif adj f s 0.00 0.07 0.00 0.07 -fédératrice fédérateur nom f s 0.01 0.07 0.01 0.00 -fédéraux fédéral nom m p 4.25 0.14 3.91 0.07 -fédérer fédérer ver 0.09 0.20 0.00 0.07 inf; -fédéré fédéré nom m s 0.15 0.34 0.01 0.07 -fédérée fédéré adj f s 0.03 0.34 0.01 0.07 -fédérées fédéré adj f p 0.03 0.34 0.00 0.07 -fédérés fédéré nom m p 0.15 0.34 0.14 0.27 -fée fée nom f s 15.32 11.35 8.30 6.62 -fuel_oil fuel_oil nom m s 0.00 0.07 0.00 0.07 -fuel fuel nom m s 1.03 0.27 1.03 0.27 -féerie féerie nom f s 0.46 3.72 0.46 3.18 -féeries féerie nom f p 0.46 3.72 0.00 0.54 -féerique féerique adj s 0.46 3.18 0.42 2.36 -féeriquement féeriquement adv 0.00 0.27 0.00 0.27 -féeriques féerique adj p 0.46 3.18 0.04 0.81 -fées fée nom f p 15.32 11.35 7.01 4.73 -fugace fugace adj s 0.85 4.39 0.68 3.18 -fugacement fugacement adv 0.00 0.54 0.00 0.54 -fugaces fugace adj p 0.85 4.39 0.17 1.22 -fugacité fugacité nom f s 0.11 0.07 0.11 0.07 -fugitif fugitif nom m s 4.84 3.78 2.41 1.28 -fugitifs fugitif nom m p 4.84 3.78 1.96 1.69 -fugitive fugitif nom f s 4.84 3.78 0.47 0.74 -fugitivement fugitivement adv 0.00 2.57 0.00 2.57 -fugitives fugitive nom f p 0.12 0.00 0.12 0.00 -fugu fugu nom m s 0.27 0.00 0.27 0.00 -fuguaient fuguer ver 2.81 0.41 0.01 0.00 ind:imp:3p; -fuguait fuguer ver 2.81 0.41 0.00 0.14 ind:imp:3s; -fugue fugue nom f s 4.16 7.16 3.61 5.68 -fuguent fuguer ver 2.81 0.41 0.23 0.00 ind:pre:3p; -fuguer fuguer ver 2.81 0.41 0.42 0.14 inf; -fuguerais fuguer ver 2.81 0.41 0.01 0.00 cnd:pre:1s; -fugues fugue nom f p 4.16 7.16 0.55 1.49 -fugueur fugueur nom m s 0.81 0.81 0.16 0.27 -fugueurs fugueur nom m p 0.81 0.81 0.14 0.07 -fugueuse fugueur nom f s 0.81 0.81 0.51 0.27 -fugueuses fugueuse nom f p 0.02 0.00 0.02 0.00 -fuguèrent fuguer ver 2.81 0.41 0.01 0.00 ind:pas:3p; -fugué fuguer ver m s 2.81 0.41 1.72 0.07 par:pas; -fuguées fugué adj f p 0.00 0.07 0.00 0.07 -fui fuir ver m s 76.82 76.42 10.68 8.24 par:pas; -fuie fuir ver f s 76.82 76.42 0.58 0.47 par:pas;sub:pre:1s;sub:pre:3s; -fuient fuir ver 76.82 76.42 2.81 2.43 ind:pre:3p; -fuies fuir ver 76.82 76.42 0.21 0.00 sub:pre:2s; -fuir fuir ver 76.82 76.42 30.95 35.88 inf; -fuira fuir ver 76.82 76.42 0.20 0.00 ind:fut:3s; -fuirai fuir ver 76.82 76.42 0.31 0.07 ind:fut:1s; -fuiraient fuir ver 76.82 76.42 0.02 0.07 cnd:pre:3p; -fuirais fuir ver 76.82 76.42 0.25 0.14 cnd:pre:1s;cnd:pre:2s; -fuirait fuir ver 76.82 76.42 0.17 0.14 cnd:pre:3s; -fuiras fuir ver 76.82 76.42 0.27 0.07 ind:fut:2s; -fuirent fuir ver 76.82 76.42 0.20 0.20 ind:pas:3p; -fuirez fuir ver 76.82 76.42 0.03 0.00 ind:fut:2p; -fuiriez fuir ver 76.82 76.42 0.02 0.00 cnd:pre:2p; -fuirions fuir ver 76.82 76.42 0.00 0.07 cnd:pre:1p; -fuirons fuir ver 76.82 76.42 0.16 0.00 ind:fut:1p; -fuiront fuir ver 76.82 76.42 0.31 0.14 ind:fut:3p; -fuis fuir ver m p 76.82 76.42 9.63 2.09 imp:pre:2s;ind:pre:1s;ind:pre:2s;par:pas; -fuisse fuir ver 76.82 76.42 0.01 0.07 sub:imp:1s; -fuit fuir ver 76.82 76.42 6.78 4.86 ind:pre:3s;ind:pas:3s; -fuite fuite nom f s 29.09 34.26 26.02 31.82 -fuiter fuiter ver 0.01 0.07 0.01 0.07 inf; -fuites fuite nom f p 29.09 34.26 3.07 2.43 -fêla fêler ver 1.74 1.89 0.00 0.14 ind:pas:3s; -fêlant fêler ver 1.74 1.89 0.00 0.07 par:pre; -fêle fêle nom f s 0.10 0.00 0.10 0.00 -fêler fêler ver 1.74 1.89 0.14 0.27 inf; -fêles fêler ver 1.74 1.89 0.00 0.07 ind:pre:2s; -fulgores fulgore nom m p 0.00 0.07 0.00 0.07 -fulgura fulgurer ver 0.05 1.15 0.00 0.07 ind:pas:3s; -fulguraient fulgurer ver 0.05 1.15 0.00 0.07 ind:imp:3p; -fulgurait fulgurer ver 0.05 1.15 0.00 0.07 ind:imp:3s; -fulgurance fulgurance nom f s 0.04 0.68 0.03 0.47 -fulgurances fulgurance nom f p 0.04 0.68 0.01 0.20 -fulgurant fulgurant adj m s 0.57 7.84 0.12 2.57 -fulgurante fulgurant adj f s 0.57 7.84 0.40 3.31 -fulgurantes fulgurant adj f p 0.57 7.84 0.01 1.15 -fulgurants fulgurant adj m p 0.57 7.84 0.04 0.81 -fulguration fulguration nom f s 0.01 0.41 0.00 0.20 -fulgurations fulguration nom f p 0.01 0.41 0.01 0.20 -fulgure fulgurer ver 0.05 1.15 0.00 0.07 ind:pre:3s; -fulgurent fulgurer ver 0.05 1.15 0.00 0.14 ind:pre:3p; -fulgurer fulgurer ver 0.05 1.15 0.00 0.07 inf; -fulgurèrent fulgurer ver 0.05 1.15 0.00 0.14 ind:pas:3p; -fulguré fulgurer ver m s 0.05 1.15 0.01 0.20 par:pas; -félibre félibre nom m s 0.00 0.27 0.00 0.07 -félibres félibre nom m p 0.00 0.27 0.00 0.20 -félibrige félibrige nom m s 0.14 0.14 0.14 0.14 -félicita féliciter ver 15.72 24.66 0.01 3.24 ind:pas:3s; -félicitai féliciter ver 15.72 24.66 0.01 0.81 ind:pas:1s; -félicitaient féliciter ver 15.72 24.66 0.02 0.88 ind:imp:3p; -félicitais féliciter ver 15.72 24.66 0.05 1.01 ind:imp:1s; -félicitait féliciter ver 15.72 24.66 0.11 2.77 ind:imp:3s; -félicitant féliciter ver 15.72 24.66 0.06 0.47 par:pre; -félicitation félicitation nom f s 60.08 5.07 0.84 0.00 -félicitations félicitation nom f p 60.08 5.07 59.23 5.07 -félicite féliciter ver 15.72 24.66 5.46 4.80 imp:pre:2s;ind:pre:1s;ind:pre:3s; -félicitent féliciter ver 15.72 24.66 0.17 0.34 ind:pre:3p; -féliciter féliciter ver 15.72 24.66 7.10 6.15 inf;;inf;;inf;; -félicitera féliciter ver 15.72 24.66 0.06 0.07 ind:fut:3s; -féliciterai féliciter ver 15.72 24.66 0.21 0.07 ind:fut:1s; -féliciteraient féliciter ver 15.72 24.66 0.01 0.07 cnd:pre:3p; -féliciterais féliciter ver 15.72 24.66 0.01 0.00 cnd:pre:1s; -féliciterait féliciter ver 15.72 24.66 0.00 0.20 cnd:pre:3s; -féliciteras féliciter ver 15.72 24.66 0.01 0.00 ind:fut:2s; -féliciteriez féliciter ver 15.72 24.66 0.00 0.07 cnd:pre:2p; -félicitez féliciter ver 15.72 24.66 0.38 0.20 imp:pre:2p;ind:pre:2p; -félicitiez féliciter ver 15.72 24.66 0.00 0.07 ind:imp:2p; -félicitions féliciter ver 15.72 24.66 0.00 0.27 ind:imp:1p; -félicitâmes féliciter ver 15.72 24.66 0.00 0.07 ind:pas:1p; -félicitons féliciter ver 15.72 24.66 0.37 0.34 imp:pre:1p;ind:pre:1p; -félicitèrent féliciter ver 15.72 24.66 0.00 0.54 ind:pas:3p; -félicité félicité nom f s 2.12 3.38 2.10 2.97 -félicitée féliciter ver f s 15.72 24.66 0.07 0.41 par:pas; -félicités féliciter ver m p 15.72 24.66 0.25 0.14 par:pas; -félidé félidé nom m s 0.00 0.07 0.00 0.07 -fuligineuse fuligineux adj f s 0.01 1.69 0.00 0.47 -fuligineuses fuligineux adj f p 0.01 1.69 0.00 0.14 -fuligineux fuligineux adj m 0.01 1.69 0.01 1.08 -fuligule fuligule nom m s 0.02 0.00 0.02 0.00 -félin félin nom m s 0.35 1.08 0.26 0.88 -féline félin adj f s 0.34 2.09 0.20 1.22 -félinement félinement adv 0.00 0.07 0.00 0.07 -félines félin adj f p 0.34 2.09 0.03 0.27 -félinité félinité nom f s 0.01 0.00 0.01 0.00 -félins félin nom m p 0.35 1.08 0.09 0.20 -full_contact full_contact nom m s 0.04 0.00 0.04 0.00 -full full nom m s 2.28 0.41 2.27 0.27 -fullerène fullerène nom m s 0.04 0.00 0.04 0.00 -fulls full nom m p 2.28 0.41 0.01 0.14 -fulmicoton fulmicoton nom m s 0.00 0.14 0.00 0.14 -fulmina fulminer ver 0.30 2.77 0.00 0.74 ind:pas:3s; -fulminaient fulminer ver 0.30 2.77 0.00 0.07 ind:imp:3p; -fulminais fulminer ver 0.30 2.77 0.00 0.14 ind:imp:1s; -fulminait fulminer ver 0.30 2.77 0.01 0.74 ind:imp:3s; -fulminant fulminant adj m s 0.43 1.01 0.21 0.34 -fulminante fulminant adj f s 0.43 1.01 0.22 0.34 -fulminantes fulminant adj f p 0.43 1.01 0.00 0.14 -fulminants fulminant adj m p 0.43 1.01 0.00 0.20 -fulminate fulminate nom m s 0.05 0.07 0.05 0.07 -fulmination fulmination nom f s 0.02 0.41 0.02 0.27 -fulminations fulmination nom f p 0.02 0.41 0.00 0.14 -fulmine fulminer ver 0.30 2.77 0.07 0.61 ind:pre:1s;ind:pre:3s; -fulminement fulminement nom m s 0.00 0.07 0.00 0.07 -fulminent fulminer ver 0.30 2.77 0.00 0.14 ind:pre:3p; -fulminer fulminer ver 0.30 2.77 0.10 0.27 inf; -fulminera fulminer ver 0.30 2.77 0.01 0.00 ind:fut:3s; -félon félon nom m s 0.50 0.27 0.33 0.27 -félonie félonie nom f s 0.17 0.34 0.17 0.34 -félonne félon adj f s 0.09 0.20 0.01 0.00 -félons félon nom m p 0.50 0.27 0.17 0.00 -fêlé fêler ver m s 1.74 1.89 0.84 0.68 par:pas; -fêlée fêler ver f s 1.74 1.89 0.50 0.47 par:pas; -fêlées fêler ver f p 1.74 1.89 0.16 0.00 par:pas; -fêlure fêlure nom f s 0.26 1.76 0.23 1.55 -fêlures fêlure nom f p 0.26 1.76 0.03 0.20 -fêlés fêlé nom m p 1.00 0.41 0.36 0.14 -fuma fumer ver 98.49 84.39 0.24 1.55 ind:pas:3s; -fumaga fumaga nom f s 0.00 0.07 0.00 0.07 -fumage fumage nom m s 0.07 0.07 0.07 0.07 -fumai fumer ver 98.49 84.39 0.00 0.20 ind:pas:1s; -fumaient fumer ver 98.49 84.39 0.52 5.20 ind:imp:3p; -fumailler fumailler ver 0.00 0.14 0.00 0.07 inf; -fumaillé fumailler ver m s 0.00 0.14 0.00 0.07 par:pas; -fumais fumer ver 98.49 84.39 1.65 1.28 ind:imp:1s;ind:imp:2s; -fumaison fumaison nom f s 0.00 0.07 0.00 0.07 -fumait fumer ver 98.49 84.39 2.70 15.07 ind:imp:3s; -fumant fumant adj m s 1.78 11.35 1.04 4.12 -fumante fumant adj f s 1.78 11.35 0.37 2.91 -fumantes fumant adj f p 1.78 11.35 0.06 2.36 -fumants fumant adj m p 1.78 11.35 0.31 1.96 -fumasse fumasse adj s 0.12 0.20 0.12 0.20 -fume_cigarette fume_cigarette nom m s 0.27 2.09 0.17 1.82 -fume_cigarette fume_cigarette nom m p 0.27 2.09 0.10 0.27 -fume fumer ver 98.49 84.39 29.46 15.20 imp:pre:2s;ind:pre:1s;ind:pre:3s; -fument fumer ver 98.49 84.39 2.66 3.72 ind:pre:3p; -fumer fumer ver 98.49 84.39 35.91 20.88 inf; -fumera fumer ver 98.49 84.39 0.08 0.07 ind:fut:3s; -fumerai fumer ver 98.49 84.39 0.34 0.27 ind:fut:1s; -fumeraient fumer ver 98.49 84.39 0.00 0.14 cnd:pre:3p; -fumerais fumer ver 98.49 84.39 0.15 0.20 cnd:pre:1s;cnd:pre:2s; -fumerait fumer ver 98.49 84.39 0.03 0.20 cnd:pre:3s; -fumeras fumer ver 98.49 84.39 0.22 0.00 ind:fut:2s; -fumerez fumer ver 98.49 84.39 0.17 0.00 ind:fut:2p; -fumerie fumerie nom f s 0.48 0.68 0.46 0.27 -fumeries fumerie nom f p 0.48 0.68 0.03 0.41 -fumerolles fumerolle nom f p 0.01 0.81 0.01 0.81 -fumeron fumeron nom m s 0.00 0.14 0.00 0.07 -fumeronne fumeronner ver 0.00 0.07 0.00 0.07 ind:pre:3s; -fumerons fumer ver 98.49 84.39 0.00 0.14 ind:fut:1p; -fumes fumer ver 98.49 84.39 9.68 1.49 ind:pre:2s; -fumet fumet nom m s 0.25 4.26 0.24 3.51 -fumets fumet nom m p 0.25 4.26 0.01 0.74 -fumette fumette nom f s 0.28 0.07 0.28 0.07 -fumeur fumeur nom m s 3.82 3.04 2.09 1.96 -fumeurs fumeur nom m p 3.82 3.04 1.56 0.88 -fumeuse fumeux adj f s 0.36 3.38 0.23 0.95 -fumeuses fumeux adj f p 0.36 3.38 0.08 0.95 -fumeux fumeux adj m 0.36 3.38 0.05 1.49 -fumez fumer ver 98.49 84.39 5.75 1.28 imp:pre:2p;ind:pre:2p; -fumier fumier nom m s 18.74 16.69 15.66 13.11 -fumiers fumier nom m p 18.74 16.69 3.08 3.45 -fumiez fumer ver 98.49 84.39 0.34 0.14 ind:imp:2p; -fumigateur fumigateur nom m s 0.01 0.00 0.01 0.00 -fumigation fumigation nom f s 0.34 0.54 0.25 0.14 -fumigations fumigation nom f p 0.34 0.54 0.10 0.41 -fumiger fumiger ver 0.13 0.00 0.09 0.00 inf; -fumigène fumigène adj s 0.96 0.47 0.33 0.27 -fumigènes fumigène adj p 0.96 0.47 0.63 0.20 -fumigé fumiger ver m s 0.13 0.00 0.04 0.00 par:pas; -féminin féminin adj m s 16.88 32.91 7.51 11.28 -féminine féminin adj f s 16.88 32.91 6.50 13.38 -féminines féminin adj f p 16.88 32.91 0.98 3.92 -féminins féminin adj m p 16.88 32.91 1.89 4.32 -féminisaient féminiser ver 0.00 0.20 0.00 0.07 ind:imp:3p; -féminisation féminisation nom f s 0.01 0.00 0.01 0.00 -féminiser féminiser ver 0.00 0.20 0.00 0.07 inf; -féminisme féminisme nom m s 0.46 0.41 0.46 0.41 -féministe féministe adj s 1.12 2.03 0.79 1.62 -féministes féministe nom p 1.42 1.15 0.70 0.81 -féminisé féminiser ver m s 0.00 0.20 0.00 0.07 par:pas; -féminité féminité nom f s 1.87 4.80 1.87 4.73 -féminitude féminitude nom f s 0.00 0.07 0.00 0.07 -féminités féminité nom f p 1.87 4.80 0.00 0.07 -fumions fumer ver 98.49 84.39 0.10 0.27 ind:imp:1p; -fumiste fumiste nom s 0.63 0.20 0.59 0.07 -fumisterie fumisterie nom f s 0.30 0.34 0.29 0.27 -fumisteries fumisterie nom f p 0.30 0.34 0.01 0.07 -fumistes fumiste nom p 0.63 0.20 0.03 0.14 -fumière fumier nom f s 18.74 16.69 0.00 0.14 -fumoir fumoir nom m s 0.31 1.49 0.31 1.49 -fumâmes fumer ver 98.49 84.39 0.00 0.14 ind:pas:1p; -fumons fumer ver 98.49 84.39 0.68 0.81 imp:pre:1p;ind:pre:1p; -fémoral fémoral adj m s 0.94 0.34 0.11 0.00 -fémorale fémoral adj f s 0.94 0.34 0.59 0.20 -fémorales fémoral adj f p 0.94 0.34 0.01 0.14 -fémoraux fémoral adj m p 0.94 0.34 0.23 0.00 -fumât fumer ver 98.49 84.39 0.00 0.07 sub:imp:3s; -fumèrent fumer ver 98.49 84.39 0.01 1.01 ind:pas:3p; -fumé fumer ver m s 98.49 84.39 6.75 4.19 par:pas; -fumée fumée nom f s 20.25 67.36 19.91 55.88 -fumées fumée nom f p 20.25 67.36 0.34 11.49 -fémur fémur nom m s 1.48 0.81 1.42 0.61 -fumure fumure nom f s 0.00 0.07 0.00 0.07 -fémurs fémur nom m p 1.48 0.81 0.06 0.20 -fumés fumer ver m p 98.49 84.39 0.23 0.27 par:pas; -fun fun nom m s 2.85 0.07 2.85 0.07 -funambule funambule nom s 0.80 1.62 0.52 1.35 -funambules funambule nom p 0.80 1.62 0.28 0.27 -funambulesque funambulesque adj s 0.00 0.07 0.00 0.07 -fénelonienne fénelonien adj f s 0.00 0.07 0.00 0.07 -funeste funeste adj s 4.97 4.86 4.22 3.11 -funestement funestement adv 0.00 0.07 0.00 0.07 -funestes funeste adj p 4.97 4.86 0.75 1.76 -fung fung adj m s 0.13 0.00 0.13 0.00 -funiculaire funiculaire nom m s 0.20 1.01 0.20 0.88 -funiculaires funiculaire nom m p 0.20 1.01 0.00 0.14 -funk funk adj 1.06 0.14 1.06 0.14 -funky funky adj 1.51 0.07 1.51 0.07 -funèbre funèbre adj s 8.07 16.35 4.21 11.69 -funèbres funèbre adj p 8.07 16.35 3.86 4.66 -funérailles funérailles nom f p 9.75 4.53 9.75 4.53 -funéraire funéraire adj s 1.68 4.59 1.39 2.84 -funéraires funéraire adj p 1.68 4.59 0.29 1.76 -funérarium funérarium nom m s 0.55 0.07 0.54 0.07 -funérariums funérarium nom m p 0.55 0.07 0.01 0.00 -féodal féodal adj m s 0.38 2.70 0.13 1.22 -féodale féodal adj f s 0.38 2.70 0.10 0.61 -féodales féodal adj f p 0.38 2.70 0.11 0.20 -féodalisme féodalisme nom m s 0.02 0.14 0.02 0.14 -féodalité féodalité nom f s 0.02 0.27 0.02 0.27 -féodaux féodal adj m p 0.38 2.70 0.04 0.68 -fur_et_à_mesure fur_et_à_mesure nom m s 1.62 17.84 1.62 17.84 -féra féra nom f s 0.00 0.14 0.00 0.07 -féras féra nom f p 0.00 0.14 0.00 0.07 -furax furax adj m 4.51 0.81 4.51 0.81 -furent être aux 8074.24 6501.82 8.96 40.74 ind:pas:3p; -furet furet nom m s 0.87 0.20 0.69 0.14 -fureta fureter ver 0.55 2.64 0.00 0.07 ind:pas:3s; -furetage furetage nom m s 0.02 0.07 0.02 0.07 -furetai fureter ver 0.55 2.64 0.00 0.07 ind:pas:1s; -furetaient fureter ver 0.55 2.64 0.00 0.07 ind:imp:3p; -furetait fureter ver 0.55 2.64 0.00 0.20 ind:imp:3s; -furetant fureter ver 0.55 2.64 0.06 0.54 par:pre; -fureter fureter ver 0.55 2.64 0.40 1.08 inf; -fureteur fureteur adj m s 0.01 1.62 0.01 0.54 -fureteurs fureteur adj m p 0.01 1.62 0.00 0.81 -fureteuse fureteur adj f s 0.01 1.62 0.00 0.07 -fureteuses fureteur adj f p 0.01 1.62 0.00 0.20 -furetez fureter ver 0.55 2.64 0.00 0.07 ind:pre:2p; -furets furet nom m p 0.87 0.20 0.19 0.07 -furette furette nom f s 0.00 0.14 0.00 0.14 -fureté fureter ver m s 0.55 2.64 0.05 0.20 par:pas; -fureur fureur nom f s 7.87 33.92 7.03 30.61 -fureurs fureur nom f p 7.87 33.92 0.84 3.31 -féria féria nom f s 0.80 0.34 0.80 0.20 -furia furia nom f s 0.02 0.27 0.02 0.27 -férias féria nom f p 0.80 0.34 0.00 0.14 -furibard furibard adj m s 0.19 1.42 0.17 1.01 -furibarde furibard adj f s 0.19 1.42 0.02 0.34 -furibardes furibard adj f p 0.19 1.42 0.00 0.07 -furibond furibond adj m s 0.37 2.64 0.25 1.35 -furibonde furibond adj f s 0.37 2.64 0.10 0.74 -furibondes furibond adj f p 0.37 2.64 0.00 0.20 -furibonds furibond adj m p 0.37 2.64 0.02 0.34 -furie furie nom f s 2.58 5.74 2.05 5.54 -furies furie nom f p 2.58 5.74 0.53 0.20 -furieuse furieux adj f s 25.31 44.59 6.95 12.30 -furieusement furieusement adv 0.87 7.30 0.87 7.30 -furieuses furieux adj f p 25.31 44.59 0.30 2.77 -furieux furieux adj m 25.31 44.59 18.06 29.53 -furioso furioso adj m s 0.46 0.14 0.46 0.14 -férir férir ver 0.04 0.88 0.04 0.88 inf; -férié férié adj m s 0.97 1.82 0.52 0.81 -fériés férié adj m p 0.97 1.82 0.46 1.01 -féroce féroce adj s 6.33 16.22 4.39 12.30 -férocement férocement adv 0.62 2.97 0.62 2.97 -féroces féroce adj p 6.33 16.22 1.94 3.92 -férocité férocité nom f s 1.20 3.85 1.20 3.72 -férocités férocité nom f p 1.20 3.85 0.00 0.14 -furoncle furoncle nom m s 1.27 0.88 0.61 0.34 -furoncles furoncle nom m p 1.27 0.88 0.66 0.54 -furonculeux furonculeux adj m 0.00 0.07 0.00 0.07 -furonculose furonculose nom f s 0.00 0.14 0.00 0.07 -furonculoses furonculose nom f p 0.00 0.14 0.00 0.07 -furète fureter ver 0.55 2.64 0.02 0.27 imp:pre:2s;ind:pre:1s;ind:pre:3s; -furètent fureter ver 0.55 2.64 0.01 0.07 ind:pre:3p; -furèterais fureter ver 0.55 2.64 0.01 0.00 cnd:pre:1s; -furtif furtif adj m s 2.12 14.59 1.41 5.54 -furtifs furtif adj m p 2.12 14.59 0.26 4.46 -furtive furtif adj f s 2.12 14.59 0.42 3.04 -furtivement furtivement adv 1.13 5.07 1.13 5.07 -furtives furtif adj f p 2.12 14.59 0.04 1.55 -furtivité furtivité nom f s 0.07 0.00 0.07 0.00 -féru féru adj m s 0.30 1.96 0.23 0.81 -férue féru adj f s 0.30 1.96 0.03 0.27 -férues féru adj f p 0.30 1.96 0.00 0.07 -férule férule nom f s 0.07 1.01 0.07 1.01 -férus féru adj m p 0.30 1.96 0.05 0.81 -fus être aux 8074.24 6501.82 3.58 29.53 ind:pas:2s; -fusa fuser ver 1.24 10.14 0.00 0.41 ind:pas:3s; -fusaient fuser ver 1.24 10.14 0.14 2.03 ind:imp:3p; -fusain fusain nom m s 0.33 3.72 0.30 1.76 -fusains fusain nom m p 0.33 3.72 0.02 1.96 -fusait fuser ver 1.24 10.14 0.03 1.28 ind:imp:3s; -fusant fuser ver 1.24 10.14 0.00 0.95 par:pre; -fusante fusant adj f s 0.00 0.74 0.00 0.20 -fusants fusant nom m p 0.00 1.55 0.00 1.28 -fuse fuser ver 1.24 10.14 0.33 1.35 ind:pre:1s;ind:pre:3s; -fuseau fuseau nom m s 0.61 2.43 0.39 0.88 -fuseaux fuseau nom m p 0.61 2.43 0.22 1.55 -fuselage fuselage nom m s 0.44 0.54 0.44 0.47 -fuselages fuselage nom m p 0.44 0.54 0.00 0.07 -fuselé fuseler ver m s 0.01 0.20 0.01 0.00 par:pas; -fuselée fuselé adj f s 0.14 0.81 0.00 0.07 -fuselées fuselé adj f p 0.14 0.81 0.14 0.14 -fuselés fuselé adj m p 0.14 0.81 0.00 0.41 -fusent fuser ver 1.24 10.14 0.21 0.88 ind:pre:3p; -fuser fuser ver 1.24 10.14 0.34 1.22 inf; -fusible fusible nom m s 3.23 0.54 1.59 0.14 -fusibles fusible nom m p 3.23 0.54 1.64 0.41 -fusiforme fusiforme adj m s 0.00 0.20 0.00 0.20 -fusil_mitrailleur fusil_mitrailleur nom m s 0.37 0.41 0.37 0.34 -fusil fusil nom m s 48.61 55.68 36.52 39.32 -fusilier fusilier nom m s 0.63 0.95 0.23 0.00 -fusilier_marin fusilier_marin nom m p 0.04 1.08 0.04 1.08 -fusiliers fusilier nom m p 0.63 0.95 0.40 0.95 -fusilla fusiller ver 6.63 18.24 0.00 0.20 ind:pas:3s; -fusillade fusillade nom f s 9.63 9.39 8.35 8.18 -fusillades fusillade nom f p 9.63 9.39 1.27 1.22 -fusillaient fusiller ver 6.63 18.24 0.00 0.88 ind:imp:3p; -fusillait fusiller ver 6.63 18.24 0.01 0.88 ind:imp:3s; -fusillant fusiller ver 6.63 18.24 0.01 0.20 par:pre; -fusille fusiller ver 6.63 18.24 0.35 0.81 imp:pre:2s;ind:pre:1s;ind:pre:3s; -fusillent fusiller ver 6.63 18.24 0.26 0.54 ind:pre:3p; -fusiller fusiller ver 6.63 18.24 2.19 6.49 inf; -fusillera fusiller ver 6.63 18.24 0.29 0.14 ind:fut:3s; -fusilleraient fusiller ver 6.63 18.24 0.01 0.00 cnd:pre:3p; -fusillerait fusiller ver 6.63 18.24 0.02 0.20 cnd:pre:3s; -fusillerons fusiller ver 6.63 18.24 0.01 0.00 ind:fut:1p; -fusilleront fusiller ver 6.63 18.24 0.04 0.07 ind:fut:3p; -fusilleurs fusilleur nom m p 0.00 0.14 0.00 0.14 -fusillez fusiller ver 6.63 18.24 0.19 0.07 imp:pre:2p;ind:pre:2p; -fusillions fusiller ver 6.63 18.24 0.01 0.07 ind:imp:1p; -fusillons fusiller ver 6.63 18.24 0.14 0.00 ind:pre:1p; -fusillé fusiller ver m s 6.63 18.24 1.96 5.07 par:pas; -fusillée fusillé adj f s 1.29 2.50 0.30 0.07 -fusillées fusiller ver f p 6.63 18.24 0.20 0.07 par:pas; -fusillés fusiller ver m p 6.63 18.24 0.66 2.36 par:pas; -fusil_mitrailleur fusil_mitrailleur nom m p 0.37 0.41 0.00 0.07 -fusils fusil nom m p 48.61 55.68 12.10 16.35 -fusion fusion nom f s 6.64 5.95 6.29 5.74 -fusionnaient fusionner ver 2.36 0.34 0.01 0.07 ind:imp:3p; -fusionnant fusionner ver 2.36 0.34 0.15 0.00 par:pre; -fusionne fusionner ver 2.36 0.34 0.13 0.07 imp:pre:2s;ind:pre:1s;ind:pre:3s; -fusionnel fusionnel adj m s 0.01 0.20 0.00 0.14 -fusionnelle fusionnel adj f s 0.01 0.20 0.01 0.07 -fusionnement fusionnement nom m s 0.01 0.00 0.01 0.00 -fusionnent fusionner ver 2.36 0.34 0.40 0.14 ind:pre:3p; -fusionner fusionner ver 2.36 0.34 1.01 0.00 inf; -fusionneraient fusionner ver 2.36 0.34 0.01 0.00 cnd:pre:3p; -fusionnerait fusionner ver 2.36 0.34 0.01 0.00 cnd:pre:3s; -fusionneront fusionner ver 2.36 0.34 0.04 0.00 ind:fut:3p; -fusionnons fusionner ver 2.36 0.34 0.29 0.00 imp:pre:1p; -fusionné fusionner ver m s 2.36 0.34 0.28 0.07 par:pas; -fusionnés fusionner ver m p 2.36 0.34 0.03 0.00 par:pas; -fusions fusion nom f p 6.64 5.95 0.36 0.20 -fusse être aux 8074.24 6501.82 0.02 1.69 sub:imp:1s; -fussent être aux 8074.24 6501.82 0.30 15.88 sub:imp:3p; -fusses être aux 8074.24 6501.82 0.01 0.07 sub:imp:2s; -fussiez être aux 8074.24 6501.82 0.00 0.07 sub:imp:2p; -fussions être aux 8074.24 6501.82 0.00 0.95 sub:imp:1p; -fustanelle fustanelle nom f s 0.00 0.07 0.00 0.07 -fusèrent fuser ver 1.24 10.14 0.00 1.35 ind:pas:3p; -fustigation fustigation nom f s 0.01 0.14 0.01 0.00 -fustigations fustigation nom f p 0.01 0.14 0.00 0.14 -fustige fustiger ver 0.51 1.22 0.03 0.14 imp:pre:2s;ind:pre:3s; -fustigea fustiger ver 0.51 1.22 0.00 0.14 ind:pas:3s; -fustigeaient fustiger ver 0.51 1.22 0.00 0.07 ind:imp:3p; -fustigeais fustiger ver 0.51 1.22 0.01 0.07 ind:imp:1s; -fustigeait fustiger ver 0.51 1.22 0.00 0.07 ind:imp:3s; -fustigeant fustiger ver 0.51 1.22 0.01 0.07 par:pre; -fustiger fustiger ver 0.51 1.22 0.05 0.41 inf; -fustigez fustiger ver 0.51 1.22 0.10 0.00 imp:pre:2p; -fustigé fustiger ver m s 0.51 1.22 0.14 0.07 par:pas; -fustigée fustiger ver f s 0.51 1.22 0.14 0.14 par:pas; -fustigés fustiger ver m p 0.51 1.22 0.03 0.07 par:pas; -fusé fuser ver m s 1.24 10.14 0.03 0.61 par:pas; -fusée fusée nom f s 10.09 9.26 6.00 4.59 -fusées fusée nom f p 10.09 9.26 4.08 4.66 -fut être aux 8074.24 6501.82 32.92 180.41 ind:pas:3s; -fêta fêter ver 37.10 16.01 0.34 0.34 ind:pas:3s; -futaie futaie nom f s 0.02 5.27 0.00 2.50 -fêtaient fêter ver 37.10 16.01 0.12 0.47 ind:imp:3p; -futaies futaie nom f p 0.02 5.27 0.02 2.77 -futaille futaille nom f s 0.00 1.69 0.00 0.88 -futailles futaille nom f p 0.00 1.69 0.00 0.81 -futaine futaine nom f s 0.10 0.00 0.10 0.00 -fêtait fêter ver 37.10 16.01 0.93 1.08 ind:imp:3s; -futal futal nom m s 0.72 0.54 0.68 0.47 -futals futal nom m p 0.72 0.54 0.04 0.07 -fêtant fêter ver 37.10 16.01 0.05 0.20 par:pre; -fêtard fêtard nom m s 0.77 1.22 0.34 0.20 -fêtards fêtard nom m p 0.77 1.22 0.42 1.01 -fête_dieu fête_dieu nom f s 0.14 0.54 0.14 0.54 -fête fête nom f s 155.97 94.05 138.03 70.41 -fêtent fêter ver 37.10 16.01 0.95 0.41 ind:pre:3p; -fêter fêter ver 37.10 16.01 20.03 7.70 inf; -fêtera fêter ver 37.10 16.01 1.06 0.20 ind:fut:3s; -fêterait fêter ver 37.10 16.01 0.05 0.20 cnd:pre:3s; -fêterons fêter ver 37.10 16.01 0.60 0.41 ind:fut:1p; -fêtes fête nom f p 155.97 94.05 17.94 23.65 -fêtez fêter ver 37.10 16.01 1.02 0.14 imp:pre:2p;ind:pre:2p; -fétiche fétiche nom m s 1.48 5.27 1.03 4.39 -fétiches fétiche nom m p 1.48 5.27 0.45 0.88 -féticheur féticheur nom m s 0.01 0.47 0.00 0.20 -féticheurs féticheur nom m p 0.01 0.47 0.01 0.27 -fétichisations fétichisation nom f p 0.00 0.07 0.00 0.07 -fétichisme fétichisme nom m s 0.64 0.54 0.63 0.54 -fétichismes fétichisme nom m p 0.64 0.54 0.01 0.00 -fétichiste fétichiste nom s 0.43 0.27 0.40 0.14 -fétichistes fétichiste nom p 0.43 0.27 0.04 0.14 -fétide fétide adj s 1.18 2.70 1.10 2.23 -fétides fétide adj p 1.18 2.70 0.08 0.47 -fétidité fétidité nom f s 0.00 0.34 0.00 0.34 -futile futile adj s 2.94 8.31 2.23 4.86 -futilement futilement adv 0.00 0.14 0.00 0.14 -futiles futile adj p 2.94 8.31 0.71 3.45 -futilité futilité nom f s 0.65 3.51 0.22 2.23 -futilités futilité nom f p 0.65 3.51 0.43 1.28 -fêtions fêter ver 37.10 16.01 0.22 0.14 ind:imp:1p; -fêtâmes fêter ver 37.10 16.01 0.00 0.07 ind:pas:1p; -futon futon nom m s 0.32 0.00 0.28 0.00 -fêtons fêter ver 37.10 16.01 2.34 0.34 imp:pre:1p;ind:pre:1p; -futons futon nom m p 0.32 0.00 0.03 0.00 -fêtèrent fêter ver 37.10 16.01 0.00 0.20 ind:pas:3p; -fêté fêter ver m s 37.10 16.01 1.67 1.82 par:pas; -fétu fétu nom m s 0.20 1.69 0.17 0.81 -futé futé adj m s 9.23 1.89 5.96 1.28 -fêtée fêter ver f s 37.10 16.01 0.22 0.27 par:pas; -futée futé adj f s 9.23 1.89 1.74 0.27 -futées futé adj f p 9.23 1.89 0.55 0.14 -fétuque fétuque nom f s 0.01 0.07 0.01 0.07 -futur futur nom m s 26.33 11.89 25.73 10.61 -future futur adj f s 23.20 36.35 7.50 9.86 -futures futur adj f p 23.20 36.35 2.51 5.81 -futurisme futurisme nom m s 0.00 0.07 0.00 0.07 -futuriste futuriste adj s 0.59 0.47 0.36 0.41 -futuristes futuriste adj p 0.59 0.47 0.23 0.07 -futurologue futurologue nom s 0.10 0.00 0.10 0.00 -futurs futur adj m p 23.20 36.35 3.79 6.76 -fêtés fêter ver m p 37.10 16.01 0.13 0.14 par:pas; -fétus fétu nom m p 0.20 1.69 0.03 0.88 -futés futé adj m p 9.23 1.89 0.97 0.20 -fuégien fuégien nom m s 0.00 0.07 0.00 0.07 -féveroles féverole nom f p 0.00 0.14 0.00 0.14 -février février nom m 8.03 22.50 8.03 22.50 -fuyaient fuir ver 76.82 76.42 0.44 4.73 ind:imp:3p; -fuyais fuir ver 76.82 76.42 1.52 1.22 ind:imp:1s;ind:imp:2s; -fuyait fuir ver 76.82 76.42 1.27 8.65 ind:imp:3s; -fuyant fuir ver 76.82 76.42 1.54 5.20 par:pre; -fuyante fuyant adj f s 1.09 8.31 0.19 2.91 -fuyantes fuyant adj f p 1.09 8.31 0.11 0.47 -fuyants fuyant adj m p 1.09 8.31 0.11 1.01 -fuyard fuyard nom m s 1.15 4.73 0.40 1.15 -fuyarde fuyard adj f s 0.04 0.47 0.01 0.14 -fuyards fuyard nom m p 1.15 4.73 0.75 3.45 -fuyez fuir ver 76.82 76.42 4.78 0.47 imp:pre:2p;ind:pre:2p; -fuyiez fuir ver 76.82 76.42 0.26 0.00 ind:imp:2p;sub:pre:2p; -fuyions fuir ver 76.82 76.42 0.18 0.47 ind:imp:1p; -fuyons fuir ver 76.82 76.42 3.23 0.74 imp:pre:1p;ind:pre:1p; -fy fy nom m s 0.01 0.00 0.01 0.00 -g g nom m 10.92 4.66 10.92 4.66 -gît gésir ver 4.77 15.68 2.15 2.64 ind:pre:3s; -gîta gîter ver 0.03 1.28 0.01 0.07 ind:pas:3s; -gîtait gîter ver 0.03 1.28 0.00 0.61 ind:imp:3s; -gîte gîte nom s 1.20 6.49 1.05 5.81 -gîtent gîter ver 0.03 1.28 0.00 0.14 ind:pre:3p; -gîter gîter ver 0.03 1.28 0.00 0.34 inf; -gîtera gîter ver 0.03 1.28 0.02 0.00 ind:fut:3s; -gîtes gîte nom m p 1.20 6.49 0.14 0.68 -gîté gîter ver m s 0.03 1.28 0.00 0.14 par:pas; -gaîment gaîment adv 0.03 0.47 0.03 0.47 -gaîté gaîté nom f s 0.55 6.35 0.55 6.28 -gaîtés gaîté nom f p 0.55 6.35 0.00 0.07 -gaba gaba nom m s 0.01 0.00 0.01 0.00 -gabardine gabardine nom f s 0.25 3.45 0.23 3.11 -gabardines gabardine nom f p 0.25 3.45 0.03 0.34 -gabare gabare nom f s 0.10 0.20 0.10 0.20 -gabariers gabarier nom m p 0.00 0.07 0.00 0.07 -gabarit gabarit nom m s 0.33 1.82 0.30 1.62 -gabarits gabarit nom m p 0.33 1.82 0.03 0.20 -gabarres gabarre nom f p 0.00 0.07 0.00 0.07 -gabbro gabbro nom m s 0.01 0.00 0.01 0.00 -gabe gaber ver 1.01 0.00 1.01 0.00 imp:pre:2s;ind:pre:1s; -gabegie gabegie nom f s 0.04 0.34 0.04 0.34 -gabelle gabelle nom f s 0.02 0.07 0.02 0.07 -gabelou gabelou nom m s 0.00 0.07 0.00 0.07 -gabier gabier nom m s 0.13 0.34 0.09 0.20 -gabiers gabier nom m p 0.13 0.34 0.04 0.14 -gabion gabion nom m s 0.00 0.20 0.00 0.07 -gabions gabion nom m p 0.00 0.20 0.00 0.14 -gable gable nom m s 0.14 0.27 0.01 0.14 -gables gable nom m p 0.14 0.27 0.14 0.14 -gabonais gabonais nom m 0.00 0.34 0.00 0.34 -gabonaise gabonais adj f s 0.00 0.27 0.00 0.07 -gade gade nom m s 0.00 0.07 0.00 0.07 -gadget gadget nom m s 2.80 1.62 1.31 0.41 -gadgets gadget nom m p 2.80 1.62 1.50 1.22 -gadin gadin nom m s 0.12 0.68 0.12 0.54 -gadins gadin nom m p 0.12 0.68 0.00 0.14 -gadjo gadjo nom m s 0.54 0.00 0.54 0.00 -gadolinium gadolinium nom m s 0.01 0.00 0.01 0.00 -gadoue gadoue nom f s 0.37 4.93 0.37 2.36 -gadoues gadoue nom f p 0.37 4.93 0.00 2.57 -gadouille gadouille nom f s 0.00 0.47 0.00 0.47 -gaffa gaffer ver 5.20 5.88 0.00 0.07 ind:pas:3s; -gaffaient gaffer ver 5.20 5.88 0.00 0.07 ind:imp:3p; -gaffais gaffer ver 5.20 5.88 0.00 0.07 ind:imp:1s; -gaffait gaffer ver 5.20 5.88 0.00 0.27 ind:imp:3s; -gaffant gaffer ver 5.20 5.88 0.00 0.20 par:pre; -gaffe gaffe nom f s 34.68 20.47 33.92 17.57 -gaffent gaffer ver 5.20 5.88 0.01 0.27 ind:pre:3p; -gaffer gaffer ver 5.20 5.88 0.07 1.55 inf; -gafferai gaffer ver 5.20 5.88 0.00 0.07 ind:fut:1s; -gaffes gaffe nom f p 34.68 20.47 0.76 2.91 -gaffeur gaffeur nom m s 0.10 0.14 0.08 0.07 -gaffeurs gaffeur nom m p 0.10 0.14 0.01 0.07 -gaffeuse gaffeur nom f s 0.10 0.14 0.01 0.00 -gaffeuses gaffeur adj f p 0.04 0.27 0.00 0.07 -gaffez gaffer ver 5.20 5.88 0.11 0.00 imp:pre:2p; -gaffé gaffer ver m s 5.20 5.88 0.35 0.61 par:pas; -gaffée gaffer ver f s 5.20 5.88 0.00 0.14 par:pas; -gaffés gaffer ver m p 5.20 5.88 0.00 0.07 par:pas; -gag gag nom m s 3.03 1.28 2.41 1.08 -gaga gaga adj 0.61 1.01 0.58 0.88 -gagas gaga adj p 0.61 1.01 0.02 0.14 -gage gage nom m s 15.31 6.76 9.24 4.05 -gageaient gager ver 1.87 1.42 0.00 0.14 ind:imp:3p; -gageons gager ver 1.87 1.42 0.17 0.41 imp:pre:1p; -gager gager ver 1.87 1.42 0.34 0.07 inf; -gagerai gager ver 1.87 1.42 0.01 0.00 ind:fut:1s; -gagerais gager ver 1.87 1.42 0.15 0.20 cnd:pre:1s; -gages gage nom m p 15.31 6.76 6.06 2.70 -gageure gageure nom f s 0.49 1.28 0.35 1.28 -gageures gageure nom f p 0.49 1.28 0.14 0.00 -gagez gager ver 1.87 1.42 0.02 0.00 imp:pre:2p; -gagna gagner ver 294.44 180.88 0.78 12.77 ind:pas:3s; -gagnage gagnage nom m s 0.00 0.20 0.00 0.14 -gagnages gagnage nom m p 0.00 0.20 0.00 0.07 -gagnai gagner ver 294.44 180.88 0.00 2.23 ind:pas:1s; -gagnaient gagner ver 294.44 180.88 0.74 3.99 ind:imp:3p; -gagnais gagner ver 294.44 180.88 2.11 1.76 ind:imp:1s;ind:imp:2s; -gagnait gagner ver 294.44 180.88 2.96 14.12 ind:imp:3s; -gagnant gagnant nom m s 12.56 1.76 8.45 1.35 -gagnante gagnant nom f s 12.56 1.76 1.34 0.14 -gagnantes gagnant nom f p 12.56 1.76 0.10 0.00 -gagnants gagnant nom m p 12.56 1.76 2.68 0.27 -gagne_pain gagne_pain nom m 2.01 1.82 2.01 1.82 -gagne_petit gagne_petit nom m 0.16 0.68 0.16 0.68 -gagne gagner ver 294.44 180.88 53.39 19.66 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -gagnent gagner ver 294.44 180.88 7.02 4.05 ind:pre:3p; -gagner gagner ver 294.44 180.88 92.72 64.59 ind:pre:2p;inf; -gagnera gagner ver 294.44 180.88 5.08 1.49 ind:fut:3s; -gagnerai gagner ver 294.44 180.88 2.14 0.41 ind:fut:1s; -gagneraient gagner ver 294.44 180.88 0.34 0.34 cnd:pre:3p; -gagnerais gagner ver 294.44 180.88 1.52 0.61 cnd:pre:1s;cnd:pre:2s; -gagnerait gagner ver 294.44 180.88 1.95 1.69 cnd:pre:3s; -gagneras gagner ver 294.44 180.88 2.56 0.74 ind:fut:2s; -gagnerez gagner ver 294.44 180.88 2.09 0.68 ind:fut:2p; -gagneriez gagner ver 294.44 180.88 0.38 0.00 cnd:pre:2p; -gagnerions gagner ver 294.44 180.88 0.28 0.00 cnd:pre:1p; -gagnerons gagner ver 294.44 180.88 1.37 0.27 ind:fut:1p; -gagneront gagner ver 294.44 180.88 0.82 0.61 ind:fut:3p; -gagnes gagner ver 294.44 180.88 11.04 1.76 ind:pre:2s;sub:pre:2s; -gagneur gagneur nom m s 0.76 0.74 0.04 0.00 -gagneurs gagneur nom m p 0.76 0.74 0.05 0.07 -gagneuse gagneur nom f s 0.76 0.74 0.67 0.54 -gagneuses gagneuse nom f p 0.02 0.00 0.02 0.00 -gagnez gagner ver 294.44 180.88 7.04 0.41 imp:pre:2p;ind:pre:2p; -gagniez gagner ver 294.44 180.88 0.38 0.07 ind:imp:2p; -gagnions gagner ver 294.44 180.88 0.12 0.41 ind:imp:1p; -gagnâmes gagner ver 294.44 180.88 0.00 0.41 ind:pas:1p; -gagnons gagner ver 294.44 180.88 1.74 0.88 imp:pre:1p;ind:pre:1p; -gagnât gagner ver 294.44 180.88 0.00 0.34 sub:imp:3s; -gagnèrent gagner ver 294.44 180.88 0.09 3.11 ind:pas:3p; -gagné gagner ver m s 294.44 180.88 89.92 33.51 par:pas; -gagnée gagner ver f s 294.44 180.88 2.85 4.46 par:pas; -gagnées gagner ver f p 294.44 180.88 0.29 0.88 par:pas; -gagnés gagner ver m p 294.44 180.88 1.02 1.76 par:pas; -gags gag nom m p 3.03 1.28 0.61 0.20 -gagé gager ver m s 1.87 1.42 0.16 0.00 par:pas; -gagée gager ver f s 1.87 1.42 0.02 0.00 par:pas; -gai gai adj m s 20.00 41.76 10.74 22.64 -gaie gai adj f s 20.00 41.76 6.58 12.70 -gaiement gaiement adv 2.58 16.22 2.58 16.22 -gaies gai adj f p 20.00 41.76 0.88 2.30 -gaieté gaieté nom f s 2.81 27.36 2.81 27.09 -gaietés gaieté nom f p 2.81 27.36 0.00 0.27 -gail gail nom f s 0.00 0.61 0.00 0.61 -gaillard gaillard nom m s 3.40 10.34 2.47 7.30 -gaillarde gaillard adj f s 0.95 3.18 0.25 0.68 -gaillardement gaillardement adv 0.10 0.95 0.10 0.95 -gaillardes gaillard adj f p 0.95 3.18 0.14 0.47 -gaillardise gaillardise nom f s 0.00 0.14 0.00 0.14 -gaillards gaillard nom m p 3.40 10.34 0.90 2.64 -gaillet gaillet nom m s 0.01 0.07 0.01 0.07 -gaillette gaillette nom f s 0.00 0.20 0.00 0.14 -gaillettes gaillette nom f p 0.00 0.20 0.00 0.07 -gain gain nom m s 5.60 5.88 2.58 4.32 -gainaient gainer ver 0.08 3.11 0.00 0.07 ind:imp:3p; -gainait gainer ver 0.08 3.11 0.00 0.14 ind:imp:3s; -gaine_culotte gaine_culotte nom f s 0.01 0.07 0.01 0.07 -gaine gaine nom f s 2.15 3.85 1.16 3.11 -gainent gainer ver 0.08 3.11 0.00 0.07 ind:pre:3p; -gainer gainer ver 0.08 3.11 0.05 0.00 inf; -gaines gaine nom f p 2.15 3.85 0.99 0.74 -gainiers gainier nom m p 0.00 0.07 0.00 0.07 -gains gain nom m p 5.60 5.88 3.02 1.55 -gainé gainer ver m s 0.08 3.11 0.00 0.74 par:pas; -gainée gainer ver f s 0.08 3.11 0.01 0.68 par:pas; -gainées gainer ver f p 0.08 3.11 0.01 0.95 par:pas; -gainés gainer ver m p 0.08 3.11 0.01 0.47 par:pas; -gais gai adj m p 20.00 41.76 1.81 4.12 -gal gal adv 1.18 0.00 1.18 0.00 -gala gala nom m s 3.90 3.65 3.31 2.97 -galactique galactique adj s 1.13 0.14 0.94 0.07 -galactiques galactique adj p 1.13 0.14 0.19 0.07 -galactophore galactophore adj s 0.01 0.00 0.01 0.00 -galago galago nom m s 0.02 0.00 0.02 0.00 -galalithe galalithe nom f s 0.00 0.20 0.00 0.20 -galamment galamment adv 0.07 1.22 0.07 1.22 -galant galant adj m s 5.39 5.81 4.66 2.77 -galante galant adj f s 5.39 5.81 0.11 1.28 -galanterie galanterie nom f s 1.14 2.50 1.00 1.82 -galanteries galanterie nom f p 1.14 2.50 0.13 0.68 -galantes galant adj f p 5.39 5.81 0.16 1.08 -galantine galantine nom f s 0.01 0.88 0.01 0.74 -galantines galantine nom f p 0.01 0.88 0.00 0.14 -galantins galantin nom m p 0.01 0.14 0.01 0.14 -galantisait galantiser ver 0.00 0.14 0.00 0.07 ind:imp:3s; -galantisé galantiser ver m s 0.00 0.14 0.00 0.07 par:pas; -galants galant adj m p 5.39 5.81 0.48 0.68 -galapiat galapiat nom m s 0.01 0.27 0.01 0.14 -galapiats galapiat nom m p 0.01 0.27 0.00 0.14 -galas gala nom m p 3.90 3.65 0.59 0.68 -galate galate nom s 0.05 0.00 0.01 0.00 -galates galate nom p 0.05 0.00 0.04 0.00 -galathée galathée nom f s 0.00 0.07 0.00 0.07 -galaxie galaxie nom f s 9.53 4.12 8.29 2.16 -galaxies galaxie nom f p 9.53 4.12 1.23 1.96 -galbait galber ver 0.10 0.47 0.00 0.07 ind:imp:3s; -galbe galbe nom m s 0.06 1.28 0.05 1.08 -galber galber ver 0.10 0.47 0.00 0.07 inf; -galbes galbe nom m p 0.06 1.28 0.01 0.20 -galbé galbé adj m s 0.04 0.74 0.00 0.20 -galbée galbé adj f s 0.04 0.74 0.02 0.14 -galbées galbé adj f p 0.04 0.74 0.01 0.27 -galbés galber ver m p 0.10 0.47 0.10 0.00 par:pas; -gale gale nom f s 3.52 0.47 3.50 0.47 -galerie_refuge galerie_refuge nom f s 0.00 0.07 0.00 0.07 -galerie galerie nom f s 15.69 32.16 13.64 21.22 -galeries_refuge galeries_refuge nom f p 0.00 0.07 0.00 0.07 -galeries galerie nom f p 15.69 32.16 2.05 10.95 -galeriste galeriste nom s 0.10 0.00 0.10 0.00 -galernes galerne nom f p 0.00 0.07 0.00 0.07 -gales gale nom f p 3.52 0.47 0.03 0.00 -galet galet nom m s 1.18 15.74 0.54 2.70 -galetas galetas nom m 0.14 1.28 0.14 1.28 -galetouse galetouse nom f s 0.00 0.20 0.00 0.20 -galets galet nom m p 1.18 15.74 0.65 13.04 -galette galette nom f s 1.86 6.42 0.67 4.26 -galettes galette nom f p 1.86 6.42 1.19 2.16 -galetteux galetteux adj m 0.00 0.14 0.00 0.14 -galeuse galeux adj f s 2.09 3.18 0.88 1.22 -galeuses galeux adj f p 2.09 3.18 0.24 0.41 -galeux galeux adj m 2.09 3.18 0.97 1.55 -galibot galibot nom m s 0.00 0.14 0.00 0.07 -galibots galibot nom m p 0.00 0.14 0.00 0.07 -galicien galicien nom m s 0.34 0.07 0.34 0.00 -galiciennes galicien adj f p 0.00 0.07 0.00 0.07 -galiciens galicien nom m p 0.34 0.07 0.00 0.07 -galiléen galiléen nom m s 0.06 0.00 0.06 0.00 -galimatias galimatias nom m 0.11 0.47 0.11 0.47 -galion galion nom m s 0.23 1.15 0.21 0.81 -galions galion nom m p 0.23 1.15 0.03 0.34 -galiote galiote nom f s 0.00 0.54 0.00 0.34 -galiotes galiote nom f p 0.00 0.54 0.00 0.20 -galipette galipette nom f s 0.86 1.55 0.21 0.34 -galipettes galipette nom f p 0.86 1.55 0.65 1.22 -gallant galler ver 0.47 0.20 0.47 0.20 par:pre; -galle galle nom f s 0.02 0.20 0.00 0.07 -galles galle nom f p 0.02 0.20 0.02 0.14 -gallicanes gallican adj f p 0.00 0.07 0.00 0.07 -gallicanisme gallicanisme nom m s 0.00 0.14 0.00 0.14 -gallinacé gallinacé nom m s 0.00 0.14 0.00 0.14 -galline galline adj f s 0.27 0.00 0.27 0.00 -gallique gallique adj f s 0.00 0.07 0.00 0.07 -gallium gallium nom m s 0.06 0.07 0.06 0.07 -gallo_romain gallo_romain adj m s 0.00 0.14 0.00 0.07 -gallo_romain gallo_romain adj m p 0.00 0.14 0.00 0.07 -gallo gallo adj s 1.54 0.14 1.54 0.07 -gallois gallois adj m 0.65 0.14 0.49 0.07 -galloise gallois adj f s 0.65 0.14 0.12 0.07 -galloises gallois adj f p 0.65 0.14 0.04 0.00 -gallon gallon nom m s 0.63 0.68 0.18 0.07 -gallons gallon nom m p 0.63 0.68 0.45 0.61 -gallos gallo adj p 1.54 0.14 0.00 0.07 -galoche galoche nom f s 0.09 6.62 0.00 1.69 -galoches galoche nom f p 0.09 6.62 0.09 4.93 -galoché galocher ver m s 0.00 0.14 0.00 0.07 par:pas; -galochés galocher ver m p 0.00 0.14 0.00 0.07 par:pas; -galon galon nom m s 3.16 14.73 0.89 4.12 -galonnage galonnage nom m s 0.00 0.07 0.00 0.07 -galonnait galonner ver 0.01 1.22 0.00 0.07 ind:imp:3s; -galonne galonner ver 0.01 1.22 0.00 0.07 ind:pre:3s; -galonné galonné adj m s 0.09 2.09 0.03 0.74 -galonnée galonné adj f s 0.09 2.09 0.01 0.54 -galonnées galonné adj f p 0.09 2.09 0.01 0.27 -galonnés galonné adj m p 0.09 2.09 0.03 0.54 -galons galon nom m p 3.16 14.73 2.28 10.61 -galop galop nom m s 2.83 13.72 2.83 12.77 -galopa galoper ver 3.14 13.31 0.14 0.61 ind:pas:3s; -galopade galopade nom f s 0.00 3.65 0.00 2.03 -galopades galopade nom f p 0.00 3.65 0.00 1.62 -galopaient galoper ver 3.14 13.31 0.03 1.49 ind:imp:3p; -galopais galoper ver 3.14 13.31 0.01 0.27 ind:imp:1s;ind:imp:2s; -galopait galoper ver 3.14 13.31 0.05 1.55 ind:imp:3s; -galopant galoper ver 3.14 13.31 0.09 1.62 par:pre; -galopante galopant adj f s 0.31 1.89 0.22 1.15 -galopantes galopant adj f p 0.31 1.89 0.01 0.07 -galopants galopant adj m p 0.31 1.89 0.00 0.14 -galope galoper ver 3.14 13.31 0.63 1.96 imp:pre:2s;ind:pre:1s;ind:pre:3s; -galopent galoper ver 3.14 13.31 0.18 1.42 ind:pre:3p; -galoper galoper ver 3.14 13.31 0.95 3.78 inf; -galopera galoper ver 3.14 13.31 0.02 0.00 ind:fut:3s; -galoperaient galoper ver 3.14 13.31 0.00 0.07 cnd:pre:3p; -galoperez galoper ver 3.14 13.31 0.01 0.00 ind:fut:2p; -galopes galoper ver 3.14 13.31 0.13 0.00 ind:pre:2s; -galopez galoper ver 3.14 13.31 0.04 0.00 imp:pre:2p;ind:pre:2p; -galopin galopin nom m s 0.88 4.05 0.32 1.69 -galopine galopin nom f s 0.88 4.05 0.00 0.41 -galopiner galopiner ver 0.00 0.07 0.00 0.07 inf; -galopines galopin nom f p 0.88 4.05 0.00 0.07 -galopins galopin nom m p 0.88 4.05 0.56 1.89 -galopons galoper ver 3.14 13.31 0.27 0.07 imp:pre:1p;ind:pre:1p; -galops galop nom m p 2.83 13.72 0.00 0.95 -galopèrent galoper ver 3.14 13.31 0.00 0.07 ind:pas:3p; -galopé galoper ver m s 3.14 13.31 0.60 0.41 par:pas; -galoubet galoubet nom m s 0.01 0.00 0.01 0.00 -galoup galoup nom m s 0.00 0.20 0.00 0.20 -galène galène nom f s 0.23 0.41 0.23 0.41 -galère galère nom f s 10.26 10.47 8.12 6.08 -galèrent galérer ver 0.91 0.74 0.06 0.00 ind:pre:3p; -galères galère nom f p 10.26 10.47 2.14 4.39 -galtouse galtouse nom f s 0.00 1.28 0.00 1.01 -galtouses galtouse nom f p 0.00 1.28 0.00 0.27 -galéasses galéasse nom f p 0.00 0.14 0.00 0.14 -galuchat galuchat nom m s 0.00 0.34 0.00 0.34 -galée galée nom f s 0.04 0.34 0.00 0.20 -galées galée nom f p 0.04 0.34 0.04 0.14 -galéjade galéjade nom f s 0.29 0.41 0.28 0.34 -galéjades galéjade nom f p 0.29 0.41 0.01 0.07 -galéjeur galéjeur adj m s 0.00 0.07 0.00 0.07 -galéniste galéniste nom m s 0.00 0.07 0.00 0.07 -galérais galérer ver 0.91 0.74 0.01 0.00 ind:imp:1s; -galérait galérer ver 0.91 0.74 0.00 0.07 ind:imp:3s; -galure galure nom m s 0.09 1.08 0.08 0.88 -galérer galérer ver 0.91 0.74 0.36 0.20 inf; -galures galure nom m p 0.09 1.08 0.01 0.20 -galérien galérien nom m s 0.09 1.01 0.07 0.41 -galériens galérien nom m p 0.09 1.01 0.02 0.61 -galurin galurin nom m s 0.04 0.41 0.04 0.41 -galéré galérer ver m s 0.91 0.74 0.23 0.20 par:pas; -galvanique galvanique adj f s 0.00 0.07 0.00 0.07 -galvanisa galvaniser ver 0.51 1.96 0.00 0.07 ind:pas:3s; -galvanisait galvaniser ver 0.51 1.96 0.00 0.20 ind:imp:3s; -galvanisant galvaniser ver 0.51 1.96 0.03 0.14 par:pre; -galvanise galvaniser ver 0.51 1.96 0.02 0.20 ind:pre:3s; -galvaniser galvaniser ver 0.51 1.96 0.20 0.34 inf; -galvanisme galvanisme nom m s 0.02 0.00 0.02 0.00 -galvanisé galvaniser ver m s 0.51 1.96 0.26 0.54 par:pas; -galvanisée galvaniser ver f s 0.51 1.96 0.01 0.34 par:pas; -galvanisées galvaniser ver f p 0.51 1.96 0.00 0.07 par:pas; -galvanisés galvaniser ver m p 0.51 1.96 0.00 0.07 par:pas; -galvaudait galvauder ver 0.16 0.88 0.00 0.07 ind:imp:3s; -galvaudant galvauder ver 0.16 0.88 0.00 0.07 par:pre; -galvaude galvauder ver 0.16 0.88 0.00 0.14 ind:pre:3s; -galvaudent galvauder ver 0.16 0.88 0.00 0.07 ind:pre:3p; -galvauder galvauder ver 0.16 0.88 0.10 0.14 inf; -galvaudeux galvaudeux nom m 0.00 0.14 0.00 0.14 -galvaudez galvauder ver 0.16 0.88 0.00 0.07 imp:pre:2p; -galvaudiez galvauder ver 0.16 0.88 0.00 0.07 ind:imp:2p; -galvaudé galvauder ver m s 0.16 0.88 0.04 0.20 par:pas; -galvaudée galvauder ver f s 0.16 0.88 0.02 0.07 par:pas; -gamahuche gamahucher ver 0.00 0.07 0.00 0.07 ind:pre:3s; -gamay gamay nom m s 0.00 0.07 0.00 0.07 -gambada gambader ver 0.80 2.64 0.00 0.07 ind:pas:3s; -gambadaient gambader ver 0.80 2.64 0.00 0.14 ind:imp:3p; -gambadais gambader ver 0.80 2.64 0.01 0.00 ind:imp:1s; -gambadait gambader ver 0.80 2.64 0.05 0.61 ind:imp:3s; -gambadant gambader ver 0.80 2.64 0.05 0.20 par:pre; -gambadante gambadant adj f s 0.02 0.14 0.00 0.07 -gambade gambader ver 0.80 2.64 0.16 0.54 ind:pre:1s;ind:pre:3s; -gambadent gambader ver 0.80 2.64 0.12 0.27 ind:pre:3p; -gambader gambader ver 0.80 2.64 0.38 0.74 inf; -gambades gambade nom f p 0.01 0.61 0.01 0.47 -gambadeurs gambadeur nom m p 0.00 0.07 0.00 0.07 -gambadez gambader ver 0.80 2.64 0.02 0.00 imp:pre:2p; -gambadèrent gambader ver 0.80 2.64 0.00 0.07 ind:pas:3p; -gambas gamba nom f p 0.45 0.14 0.45 0.14 -gambe gambe nom f s 0.34 0.07 0.34 0.07 -gamberge gamberger ver 0.69 7.70 0.11 1.89 ind:pre:1s;ind:pre:3s; -gambergea gamberger ver 0.69 7.70 0.00 0.07 ind:pas:3s; -gambergeaient gamberger ver 0.69 7.70 0.00 0.07 ind:imp:3p; -gambergeailler gambergeailler ver 0.00 0.07 0.00 0.07 inf; -gambergeais gamberger ver 0.69 7.70 0.01 0.61 ind:imp:1s; -gambergeait gamberger ver 0.69 7.70 0.04 0.74 ind:imp:3s; -gambergeant gamberger ver 0.69 7.70 0.00 0.54 par:pre; -gambergent gamberger ver 0.69 7.70 0.01 0.07 ind:pre:3p; -gambergeons gamberger ver 0.69 7.70 0.00 0.07 imp:pre:1p; -gamberger gamberger ver 0.69 7.70 0.23 2.50 inf; -gamberges gamberger ver 0.69 7.70 0.19 0.20 ind:pre:2s; -gambergez gamberger ver 0.69 7.70 0.02 0.00 imp:pre:2p;ind:pre:2p; -gambergé gamberger ver m s 0.69 7.70 0.09 0.95 par:pas; -gambette gambette nom s 0.33 0.74 0.02 0.20 -gambettes gambette nom p 0.33 0.74 0.31 0.54 -gambillait gambiller ver 0.08 1.35 0.00 0.07 ind:imp:3s; -gambillant gambiller ver 0.08 1.35 0.00 0.20 par:pre; -gambille gambiller ver 0.08 1.35 0.03 0.61 imp:pre:2s;ind:pre:1s;ind:pre:3s; -gambiller gambiller ver 0.08 1.35 0.03 0.14 inf; -gambilles gambiller ver 0.08 1.35 0.02 0.27 ind:pre:2s; -gambilleurs gambilleur nom m p 0.00 0.20 0.00 0.14 -gambilleuses gambilleur nom f p 0.00 0.20 0.00 0.07 -gambillé gambiller ver m s 0.08 1.35 0.00 0.07 par:pas; -gambit gambit nom m s 0.04 0.00 0.04 0.00 -game game nom m s 0.64 0.14 0.64 0.14 -gamelan gamelan nom m s 0.25 0.07 0.25 0.07 -gamelle gamelle nom f s 1.64 13.72 1.29 8.45 -gamelles gamelle nom f p 1.64 13.72 0.34 5.27 -gamin gamin nom m s 92.22 38.78 55.94 19.53 -gaminas gaminer ver 0.00 0.07 0.00 0.07 ind:pas:2s; -gamine gamin nom f s 92.22 38.78 12.00 7.16 -gaminement gaminement nom m s 0.00 0.07 0.00 0.07 -gaminerie gaminerie nom f s 0.40 0.61 0.08 0.20 -gamineries gaminerie nom f p 0.40 0.61 0.32 0.41 -gamines gamin nom f p 92.22 38.78 2.13 2.77 -gamins gamin nom m p 92.22 38.78 22.15 9.32 -gamma gamma nom m 1.94 1.01 1.94 1.01 -gammaglobuline gammaglobuline nom f s 0.03 0.34 0.00 0.20 -gammaglobulines gammaglobuline nom f p 0.03 0.34 0.03 0.14 -gammas gammas nom m 0.04 0.00 0.04 0.00 -gamme gamme nom f s 3.22 7.91 2.67 5.74 -gammes gamme nom f p 3.22 7.91 0.55 2.16 -gammée gammée adj f s 1.27 3.45 0.20 2.43 -gammées gammée adj f p 1.27 3.45 1.07 1.01 -gamète gamète nom m s 0.03 0.20 0.01 0.14 -gamètes gamète nom m p 0.03 0.20 0.02 0.07 -gan gan nom m s 0.27 0.00 0.27 0.00 -ganache ganache nom f s 0.04 0.61 0.04 0.61 -ganaderia ganaderia nom f s 0.00 0.20 0.00 0.14 -ganaderias ganaderia nom f p 0.00 0.20 0.00 0.07 -gandin gandin nom m s 0.56 1.28 0.56 0.95 -gandins gandin nom m p 0.56 1.28 0.00 0.34 -gandoura gandoura nom f s 0.01 0.68 0.01 0.54 -gandourah gandourah nom f s 0.00 0.20 0.00 0.20 -gandouras gandoura nom f p 0.01 0.68 0.00 0.14 -gang gang nom m s 17.48 3.85 12.44 3.04 -ganglion ganglion nom m s 0.61 1.01 0.18 0.41 -ganglionnaires ganglionnaire adj f p 0.00 0.07 0.00 0.07 -ganglions ganglion nom m p 0.61 1.01 0.44 0.61 -gangrena gangrener ver 0.50 0.61 0.00 0.07 ind:pas:3s; -gangrener gangrener ver 0.50 0.61 0.21 0.07 inf; -gangreneux gangreneux adj m s 0.01 0.00 0.01 0.00 -gangrené gangrené adj m s 0.19 0.41 0.17 0.27 -gangrenée gangrener ver f s 0.50 0.61 0.10 0.14 par:pas; -gangrenées gangrené adj f p 0.19 0.41 0.01 0.00 -gangrenés gangrener ver m p 0.50 0.61 0.01 0.07 par:pas; -gangrène gangrène nom f s 1.74 2.23 1.74 2.16 -gangrènes gangrène nom f p 1.74 2.23 0.00 0.07 -gangs gang nom m p 17.48 3.85 5.05 0.81 -gangster gangster nom m s 10.43 6.35 6.75 3.11 -gangsters gangster nom m p 10.43 6.35 3.68 3.24 -gangstérisme gangstérisme nom m s 0.00 0.07 0.00 0.07 -gangue gangue nom f s 0.01 2.03 0.01 1.89 -gangues gangue nom f p 0.01 2.03 0.00 0.14 -ganja ganja nom f s 0.18 0.00 0.18 0.00 -ganse ganse nom f s 0.04 0.68 0.02 0.34 -ganses ganse nom f p 0.04 0.68 0.02 0.34 -gansé ganser ver m s 0.00 0.41 0.00 0.07 par:pas; -gansée ganser ver f s 0.00 0.41 0.00 0.34 par:pas; -gant gant nom m s 25.02 36.01 9.86 7.97 -gantait ganter ver 0.14 3.72 0.00 0.07 ind:imp:3s; -gantant ganter ver 0.14 3.72 0.00 0.07 par:pre; -gante ganter ver 0.14 3.72 0.00 0.07 ind:pre:3s; -gantelet gantelet nom m s 0.37 0.14 0.36 0.07 -gantelets gantelet nom m p 0.37 0.14 0.01 0.07 -ganterie ganterie nom f s 0.00 0.07 0.00 0.07 -gantier gantier nom m s 0.24 0.07 0.24 0.00 -gantières gantier nom f p 0.24 0.07 0.00 0.07 -gants gant nom m p 25.02 36.01 15.16 28.04 -ganté ganté adj m s 0.06 2.50 0.04 0.20 -gantée ganter ver f s 0.14 3.72 0.01 1.82 par:pas; -gantées ganter ver f p 0.14 3.72 0.01 0.74 par:pas; -gantés ganter ver m p 0.14 3.72 0.10 0.20 par:pas; -ganymèdes ganymède nom m p 0.00 0.07 0.00 0.07 -gap gap nom m s 0.01 0.00 0.01 0.00 -gaperon gaperon nom m s 0.00 0.07 0.00 0.07 -gapette gapette nom f s 0.01 0.68 0.01 0.54 -gapettes gapette nom f p 0.01 0.68 0.00 0.14 -gara garer ver 27.18 18.04 0.04 1.15 ind:pas:3s; -garage garage nom m s 25.25 24.12 24.41 22.23 -garages garage nom m p 25.25 24.12 0.83 1.89 -garagiste garagiste nom s 1.25 5.27 1.25 5.00 -garagistes garagiste nom p 1.25 5.27 0.00 0.27 -garaient garer ver 27.18 18.04 0.02 0.20 ind:imp:3p; -garais garer ver 27.18 18.04 0.07 0.07 ind:imp:1s;ind:imp:2s; -garait garer ver 27.18 18.04 0.05 0.34 ind:imp:3s; -garance garance adj 0.01 0.27 0.01 0.27 -garancière garancière nom f s 0.00 0.27 0.00 0.27 -garant garant adj m s 2.39 2.09 2.19 0.81 -garantît garantir ver 19.74 16.82 0.00 0.07 sub:imp:3s; -garante garant adj f s 2.39 2.09 0.16 0.68 -garantes garant adj f p 2.39 2.09 0.00 0.07 -garanti garantir ver m s 19.74 16.82 2.32 2.70 par:pas; -garantie garantie nom f s 9.16 8.24 6.84 5.14 -garanties garantie nom f p 9.16 8.24 2.32 3.11 -garantir garantir ver 19.74 16.82 4.86 4.59 inf; -garantira garantir ver 19.74 16.82 0.20 0.54 ind:fut:3s; -garantirais garantir ver 19.74 16.82 0.01 0.00 cnd:pre:1s; -garantirait garantir ver 19.74 16.82 0.04 0.27 cnd:pre:3s; -garantiriez garantir ver 19.74 16.82 0.01 0.00 cnd:pre:2p; -garantirons garantir ver 19.74 16.82 0.00 0.07 ind:fut:1p; -garantiront garantir ver 19.74 16.82 0.04 0.00 ind:fut:3p; -garantis garantir ver m p 19.74 16.82 7.15 3.51 imp:pre:2s;ind:pre:1s;ind:pre:2s;par:pas; -garantissaient garantir ver 19.74 16.82 0.01 0.34 ind:imp:3p; -garantissais garantir ver 19.74 16.82 0.01 0.07 ind:imp:1s; -garantissait garantir ver 19.74 16.82 0.11 0.95 ind:imp:3s; -garantissant garantir ver 19.74 16.82 0.13 0.68 par:pre; -garantisse garantir ver 19.74 16.82 0.18 0.14 sub:pre:1s;sub:pre:3s; -garantissent garantir ver 19.74 16.82 0.07 0.14 ind:pre:3p; -garantissez garantir ver 19.74 16.82 0.26 0.00 imp:pre:2p;ind:pre:2p; -garantissons garantir ver 19.74 16.82 0.25 0.00 imp:pre:1p;ind:pre:1p; -garantit garantir ver 19.74 16.82 2.30 1.22 ind:pre:3s;ind:pas:3s; -garants garant nom m p 0.97 1.62 0.24 0.34 -garbure garbure nom f s 0.14 0.14 0.14 0.14 -garce garce nom f s 21.71 8.78 20.25 7.36 -garces garce nom f p 21.71 8.78 1.46 1.42 -garcette garcette nom f s 0.00 0.20 0.00 0.07 -garcettes garcette nom f p 0.00 0.20 0.00 0.14 -garda garder ver 338.40 257.50 0.40 11.89 ind:pas:3s; -gardai garder ver 338.40 257.50 0.12 3.65 ind:pas:1s; -gardaient garder ver 338.40 257.50 0.89 8.45 ind:imp:3p; -gardais garder ver 338.40 257.50 3.00 5.74 ind:imp:1s;ind:imp:2s; -gardait garder ver 338.40 257.50 4.52 37.30 ind:imp:3s; -gardant garder ver 338.40 257.50 2.06 9.46 par:pre; -garde_barrière garde_barrière nom m s 0.00 0.95 0.00 0.95 -garde_boue garde_boue nom m 0.05 1.08 0.05 1.08 -garde_côte garde_côte nom m s 1.90 0.14 0.54 0.07 -garde_côte garde_côte nom m p 1.90 0.14 1.36 0.07 -garde_champêtre garde_champêtre nom m s 0.00 0.54 0.00 0.47 -garde_chasse garde_chasse nom m s 0.22 1.42 0.22 1.42 -garde_chiourme garde_chiourme nom m s 0.11 0.74 0.06 0.54 -garde_corps garde_corps nom m 0.01 0.34 0.01 0.34 -garde_feu garde_feu nom m 0.05 0.00 0.05 0.00 -garde_forestier garde_forestier nom s 0.16 0.14 0.16 0.14 -garde_fou garde_fou nom m s 0.30 1.89 0.25 1.49 -garde_fou garde_fou nom m p 0.30 1.89 0.05 0.41 -garde_frontière garde_frontière nom m s 0.16 0.00 0.16 0.00 -garde_malade garde_malade nom s 0.44 1.15 0.44 1.15 -garde_manger garde_manger nom m 0.68 2.77 0.68 2.77 -garde_meuble garde_meuble nom m 0.34 0.20 0.34 0.20 -garde_meubles garde_meubles nom m 0.16 0.34 0.16 0.34 -garde_à_vous garde_à_vous nom m 0.00 5.88 0.00 5.88 -garde_pêche garde_pêche nom m s 0.01 0.07 0.01 0.07 -garde_robe garde_robe nom f s 2.19 2.77 2.17 2.70 -garde_robe garde_robe nom f p 2.19 2.77 0.03 0.07 -garde_voie garde_voie nom m s 0.00 0.07 0.00 0.07 -garde_vue garde_vue nom m 0.25 0.00 0.25 0.00 -garde garder ver 338.40 257.50 93.72 37.70 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:1s;sub:pre:3s; -garden_party garden_party nom f s 0.22 0.34 0.22 0.34 -gardent garder ver 338.40 257.50 6.04 6.35 ind:pre:3p;sub:pre:3p; -garder garder ver 338.40 257.50 123.07 68.31 inf;;inf;;inf;;inf;; -gardera garder ver 338.40 257.50 3.31 2.30 ind:fut:3s; -garderai garder ver 338.40 257.50 5.83 1.89 ind:fut:1s; -garderaient garder ver 338.40 257.50 0.15 0.61 cnd:pre:3p; -garderais garder ver 338.40 257.50 1.19 0.95 cnd:pre:1s;cnd:pre:2s; -garderait garder ver 338.40 257.50 0.74 2.97 cnd:pre:3s; -garderas garder ver 338.40 257.50 1.42 0.61 ind:fut:2s; -garderez garder ver 338.40 257.50 0.72 0.74 ind:fut:2p; -garderie garderie nom f s 1.96 0.61 1.67 0.47 -garderies garderie nom f p 1.96 0.61 0.29 0.14 -garderiez garder ver 338.40 257.50 0.45 0.07 cnd:pre:2p; -garderions garder ver 338.40 257.50 0.03 0.14 cnd:pre:1p; -garderons garder ver 338.40 257.50 1.30 0.41 ind:fut:1p; -garderont garder ver 338.40 257.50 1.05 0.47 ind:fut:3p; -gardes_barrière gardes_barrière nom p 0.00 0.14 0.00 0.14 -gardes_côte gardes_côte nom m p 0.31 0.00 0.31 0.00 -garde_champêtre garde_champêtre nom m p 0.00 0.54 0.00 0.07 -gardes_chasse gardes_chasse nom m s 0.03 0.41 0.03 0.41 -garde_chiourme garde_chiourme nom m p 0.11 0.74 0.04 0.20 -gardes_chiourme gardes_chiourme nom p 0.03 0.14 0.03 0.14 -garde_française garde_française nom m p 0.00 0.07 0.00 0.07 -gardes_frontière gardes_frontière nom m p 0.03 0.41 0.03 0.41 -gardes_voie gardes_voie nom m p 0.00 0.07 0.00 0.07 -gardes garde nom p 104.47 112.09 27.70 22.23 -gardeur gardeur nom m s 0.00 0.34 0.00 0.07 -gardeurs gardeur nom m p 0.00 0.34 0.00 0.07 -gardeuse gardeur nom f s 0.00 0.34 0.00 0.14 -gardeuses gardeur nom f p 0.00 0.34 0.00 0.07 -gardez garder ver 338.40 257.50 39.17 5.20 imp:pre:2p;ind:pre:2p; -gardian gardian nom m s 0.00 0.20 0.00 0.14 -gardians gardian nom m p 0.00 0.20 0.00 0.07 -gardien_chef gardien_chef nom m s 0.22 0.27 0.22 0.27 -gardien gardien nom m s 31.56 31.96 18.55 18.45 -gardiennage gardiennage nom m s 0.05 0.27 0.05 0.27 -gardiennait gardienner ver 0.00 0.07 0.00 0.07 ind:imp:3s; -gardienne gardien nom f s 31.56 31.96 2.81 3.31 -gardiennes gardienne nom f p 0.36 0.00 0.36 0.00 -gardiens gardien nom m p 31.56 31.96 10.20 9.59 -gardiez garder ver 338.40 257.50 1.23 0.61 ind:imp:2p; -gardions garder ver 338.40 257.50 0.56 0.88 ind:imp:1p; -gardois gardois adj m s 0.00 0.07 0.00 0.07 -gardâmes garder ver 338.40 257.50 0.00 0.20 ind:pas:1p; -gardon gardon nom m s 1.06 1.08 0.44 0.41 -gardons garder ver 338.40 257.50 4.58 2.03 imp:pre:1p;ind:pre:1p; -gardât garder ver 338.40 257.50 0.00 0.68 sub:imp:3s; -gardèrent garder ver 338.40 257.50 0.12 0.61 ind:pas:3p; -gardé garder ver m s 338.40 257.50 24.98 36.89 imp:pre:2s;par:pas;par:pas; -gardée garder ver f s 338.40 257.50 3.87 4.93 par:pas; -gardées garder ver f p 338.40 257.50 1.30 0.88 par:pas; -gardénal gardénal nom m s 0.00 1.08 0.00 1.08 -gardénia gardénia nom m s 0.27 0.54 0.11 0.14 -gardénias gardénia nom m p 0.27 0.54 0.16 0.41 -gardés garder ver m p 338.40 257.50 1.50 2.77 par:pas; -gare gare ono 10.79 2.84 10.79 2.84 -garenne garenne nom s 0.66 1.01 0.64 0.68 -garennes garenne nom f p 0.66 1.01 0.02 0.34 -garent garer ver 27.18 18.04 0.14 0.14 ind:pre:3p; -garer garer ver 27.18 18.04 6.70 3.24 inf; -garerai garer ver 27.18 18.04 0.17 0.00 ind:fut:1s; -garerais garer ver 27.18 18.04 0.01 0.00 cnd:pre:1s; -garerait garer ver 27.18 18.04 0.01 0.07 cnd:pre:3s; -gareront garer ver 27.18 18.04 0.01 0.00 ind:fut:3p; -gares gare nom_sup f p 42.15 84.53 1.87 5.95 -garez garer ver 27.18 18.04 2.48 0.27 imp:pre:2p;ind:pre:2p; -gargamelle gargamelle nom f s 0.00 0.07 0.00 0.07 -gargantua gargantua nom m s 0.01 0.00 0.01 0.00 -gargantuesque gargantuesque adj s 0.38 0.41 0.33 0.34 -gargantuesques gargantuesque adj m p 0.38 0.41 0.05 0.07 -gargarisa gargariser ver 0.41 0.74 0.00 0.07 ind:pas:3s; -gargarisaient gargariser ver 0.41 0.74 0.00 0.07 ind:imp:3p; -gargarisait gargariser ver 0.41 0.74 0.01 0.14 ind:imp:3s; -gargarisant gargariser ver 0.41 0.74 0.00 0.14 par:pre; -gargarise gargariser ver 0.41 0.74 0.20 0.14 imp:pre:2s;ind:pre:1s;ind:pre:3s; -gargarisent gargariser ver 0.41 0.74 0.03 0.14 ind:pre:3p; -gargariser gargariser ver 0.41 0.74 0.15 0.07 inf; -gargarisme gargarisme nom m s 0.06 0.34 0.02 0.20 -gargarismes gargarisme nom m p 0.06 0.34 0.04 0.14 -gargarisé gargariser ver m s 0.41 0.74 0.01 0.00 par:pas; -gargote gargote nom f s 0.47 1.55 0.26 0.95 -gargotes gargote nom f p 0.47 1.55 0.21 0.61 -gargotier gargotier nom m s 0.14 0.20 0.14 0.07 -gargotiers gargotier nom m p 0.14 0.20 0.00 0.14 -gargouilla gargouiller ver 0.55 2.36 0.00 0.14 ind:pas:3s; -gargouillaient gargouiller ver 0.55 2.36 0.00 0.07 ind:imp:3p; -gargouillait gargouiller ver 0.55 2.36 0.03 0.54 ind:imp:3s; -gargouillant gargouiller ver 0.55 2.36 0.01 0.14 par:pre; -gargouillante gargouillant adj f s 0.01 0.14 0.00 0.07 -gargouille gargouiller ver 0.55 2.36 0.42 0.81 ind:pre:1s;ind:pre:3s; -gargouillement gargouillement nom m s 0.04 1.15 0.02 0.61 -gargouillements gargouillement nom m p 0.04 1.15 0.02 0.54 -gargouillent gargouiller ver 0.55 2.36 0.03 0.14 ind:pre:3p; -gargouiller gargouiller ver 0.55 2.36 0.05 0.47 inf; -gargouilles gargouille nom f p 0.73 1.82 0.41 0.74 -gargouillette gargouillette nom f s 0.00 0.07 0.00 0.07 -gargouillis gargouillis nom m 0.23 2.50 0.23 2.50 -gargouillé gargouiller ver m s 0.55 2.36 0.01 0.07 par:pas; -gargoulette gargoulette nom f s 0.00 0.47 0.00 0.41 -gargoulettes gargoulette nom f p 0.00 0.47 0.00 0.07 -gargousses gargousse nom f p 0.00 0.07 0.00 0.07 -gari gari nom m s 0.00 0.14 0.00 0.14 -garibaldien garibaldien adj m s 0.14 0.07 0.14 0.00 -garibaldiens garibaldien nom m p 0.40 0.00 0.40 0.00 -garions garer ver 27.18 18.04 0.01 0.07 ind:imp:1p; -garnement garnement nom m s 1.94 2.64 1.42 1.22 -garnements garnement nom m p 1.94 2.64 0.52 1.42 -garni garnir ver m s 1.04 16.42 0.26 3.99 par:pas; -garnie garnir ver f s 1.04 16.42 0.34 4.19 par:pas; -garnies garnir ver f p 1.04 16.42 0.07 2.30 par:pas; -garnir garnir ver 1.04 16.42 0.16 1.89 inf; -garnirent garnir ver 1.04 16.42 0.00 0.07 ind:pas:3p; -garniront garnir ver 1.04 16.42 0.00 0.07 ind:fut:3p; -garnis garni adj m p 0.66 6.01 0.21 1.96 -garnison garnison nom f s 3.23 11.35 3.13 8.38 -garnisons garnison nom f p 3.23 11.35 0.10 2.97 -garnissage garnissage nom m s 0.01 0.00 0.01 0.00 -garnissaient garnir ver 1.04 16.42 0.00 0.68 ind:imp:3p; -garnissais garnir ver 1.04 16.42 0.01 0.07 ind:imp:1s; -garnissait garnir ver 1.04 16.42 0.00 0.95 ind:imp:3s; -garnissant garnir ver 1.04 16.42 0.00 0.34 par:pre; -garnissent garnir ver 1.04 16.42 0.01 0.34 ind:pre:3p; -garnissez garnir ver 1.04 16.42 0.00 0.07 imp:pre:2p; -garnit garnir ver 1.04 16.42 0.02 0.54 ind:pre:3s;ind:pas:3s; -garniture garniture nom f s 1.03 2.30 0.80 1.28 -garnitures garniture nom f p 1.03 2.30 0.23 1.01 -garno garno nom m s 0.00 0.07 0.00 0.07 -garons garer ver 27.18 18.04 0.04 0.07 imp:pre:1p;ind:pre:1p; -garou garou nom m s 0.03 0.14 0.03 0.14 -garrick garrick nom m s 0.00 0.07 0.00 0.07 -garrigue garrigue nom f s 0.54 1.96 0.54 1.49 -garrigues garrigue nom f p 0.54 1.96 0.00 0.47 -garrot garrot nom m s 1.58 2.43 1.55 2.30 -garrots garrot nom m p 1.58 2.43 0.03 0.14 -garrottaient garrotter ver 0.35 0.68 0.00 0.07 ind:imp:3p; -garrotte garrotter ver 0.35 0.68 0.28 0.20 imp:pre:2s;ind:pre:1s;ind:pre:3s; -garrottent garrotter ver 0.35 0.68 0.01 0.00 ind:pre:3p; -garrotter garrotter ver 0.35 0.68 0.01 0.07 inf; -garrotté garrotter ver m s 0.35 0.68 0.03 0.07 par:pas; -garrottée garrotter ver f s 0.35 0.68 0.01 0.14 par:pas; -garrottés garrotter ver m p 0.35 0.68 0.01 0.14 par:pas; -gars gars nom m 289.63 59.26 289.63 59.26 -garçon garçon nom m s 251.51 262.50 188.41 186.96 -garçonne garçonne nom f s 0.00 0.88 0.00 0.88 -garçonnet garçonnet nom m s 0.27 3.65 0.21 2.50 -garçonnets garçonnet nom m p 0.27 3.65 0.06 1.15 -garçonnier garçonnier adj m s 0.02 1.15 0.00 0.20 -garçonniers garçonnier adj m p 0.02 1.15 0.00 0.14 -garçonnière garçonnière nom f s 1.51 1.22 1.51 1.08 -garçonnières garçonnière nom f p 1.51 1.22 0.00 0.14 -garçons garçon nom m p 251.51 262.50 63.09 75.54 -garèrent garer ver 27.18 18.04 0.00 0.14 ind:pas:3p; -garé garer ver m s 27.18 18.04 4.28 3.45 par:pas; -garée garer ver f s 27.18 18.04 4.08 3.72 par:pas; -garées garer ver f p 27.18 18.04 0.30 0.88 par:pas; -garés garer ver m p 27.18 18.04 0.78 0.81 par:pas; -gas_oil gas_oil nom m s 0.02 0.27 0.02 0.27 -gascon gascon adj m s 0.58 0.20 0.47 0.07 -gasconne gascon adj f s 0.58 0.20 0.10 0.07 -gascons gascon nom m p 0.44 0.27 0.06 0.20 -gasoil gasoil nom m s 0.49 0.34 0.49 0.34 -gaspacho gaspacho nom m s 1.38 0.00 1.38 0.00 -gaspard gaspard nom m s 0.54 1.01 0.54 0.20 -gaspards gaspard nom m p 0.54 1.01 0.00 0.81 -gaspilla gaspiller ver 11.50 6.08 0.01 0.00 ind:pas:3s; -gaspillage gaspillage nom m s 1.92 2.30 1.81 2.16 -gaspillages gaspillage nom m p 1.92 2.30 0.10 0.14 -gaspillaient gaspiller ver 11.50 6.08 0.00 0.14 ind:imp:3p; -gaspillait gaspiller ver 11.50 6.08 0.10 0.27 ind:imp:3s; -gaspillant gaspiller ver 11.50 6.08 0.04 0.20 par:pre; -gaspillasse gaspiller ver 11.50 6.08 0.00 0.07 sub:imp:1s; -gaspille gaspiller ver 11.50 6.08 2.57 0.54 imp:pre:2s;ind:pre:1s;ind:pre:3s; -gaspillent gaspiller ver 11.50 6.08 0.41 0.00 ind:pre:3p; -gaspiller gaspiller ver 11.50 6.08 3.06 2.43 inf; -gaspillerai gaspiller ver 11.50 6.08 0.05 0.00 ind:fut:1s; -gaspilleraient gaspiller ver 11.50 6.08 0.00 0.07 cnd:pre:3p; -gaspillerais gaspiller ver 11.50 6.08 0.18 0.00 cnd:pre:1s;cnd:pre:2s; -gaspillerez gaspiller ver 11.50 6.08 0.00 0.07 ind:fut:2p; -gaspilles gaspiller ver 11.50 6.08 0.82 0.14 ind:pre:2s; -gaspilleur gaspilleur adj m s 0.02 0.00 0.01 0.00 -gaspilleurs gaspilleur nom m p 0.02 0.20 0.02 0.14 -gaspilleuse gaspilleur adj f s 0.02 0.00 0.01 0.00 -gaspilleuses gaspilleur nom f p 0.02 0.20 0.00 0.07 -gaspillez gaspiller ver 11.50 6.08 1.32 0.20 imp:pre:2p;ind:pre:2p; -gaspillons gaspiller ver 11.50 6.08 0.26 0.14 imp:pre:1p;ind:pre:1p; -gaspillât gaspiller ver 11.50 6.08 0.00 0.07 sub:imp:3s; -gaspillé gaspiller ver m s 11.50 6.08 1.79 0.81 par:pas; -gaspillée gaspiller ver f s 11.50 6.08 0.48 0.34 par:pas; -gaspillées gaspiller ver f p 11.50 6.08 0.12 0.20 par:pas; -gaspillés gaspiller ver m p 11.50 6.08 0.28 0.41 par:pas; -gaster gaster nom m s 0.01 0.14 0.01 0.14 -gastralgie gastralgie nom f s 0.01 0.07 0.01 0.00 -gastralgies gastralgie nom f p 0.01 0.07 0.00 0.07 -gastrectomie gastrectomie nom f s 0.01 0.00 0.01 0.00 -gastrique gastrique adj s 1.35 0.61 1.13 0.34 -gastriques gastrique adj p 1.35 0.61 0.22 0.27 -gastrite gastrite nom f s 0.21 0.07 0.20 0.00 -gastrites gastrite nom f p 0.21 0.07 0.01 0.07 -gastro_entérite gastro_entérite nom f s 0.04 0.07 0.04 0.07 -gastro_entérologue gastro_entérologue nom s 0.04 0.14 0.04 0.07 -gastro_entérologue gastro_entérologue nom p 0.04 0.14 0.00 0.07 -gastro_intestinal gastro_intestinal adj m s 0.12 0.00 0.04 0.00 -gastro_intestinal gastro_intestinal adj f s 0.12 0.00 0.02 0.00 -gastro_intestinal gastro_intestinal adj m p 0.12 0.00 0.05 0.00 -gastro gastro nom s 0.66 0.07 0.66 0.07 -gastroentérologue gastroentérologue nom s 0.02 0.00 0.02 0.00 -gastrolâtre gastrolâtre adj m s 0.00 0.07 0.00 0.07 -gastrolâtre gastrolâtre nom s 0.00 0.07 0.00 0.07 -gastronome gastronome nom s 0.07 0.81 0.04 0.68 -gastronomes gastronome nom p 0.07 0.81 0.04 0.14 -gastronomie gastronomie nom f s 0.58 0.61 0.58 0.61 -gastronomique gastronomique adj s 0.48 1.96 0.40 0.88 -gastronomiques gastronomique adj p 0.48 1.96 0.08 1.08 -gastrula gastrula nom f s 0.01 0.00 0.01 0.00 -gastéropode gastéropode nom m s 0.02 0.14 0.00 0.07 -gastéropodes gastéropode nom m p 0.02 0.14 0.02 0.07 -gatte gatte nom f s 0.02 0.00 0.02 0.00 -gauche gauche nom s 71.78 134.59 71.66 133.78 -gauchement gauchement adv 0.10 3.45 0.10 3.45 -gaucher gaucher adj m s 2.29 0.81 1.93 0.20 -gaucherie gaucherie nom f s 0.12 2.50 0.12 2.43 -gaucheries gaucherie nom f p 0.12 2.50 0.00 0.07 -gauchers gaucher nom m p 1.10 0.27 0.28 0.14 -gauches gauche adj p 45.88 89.59 0.36 1.55 -gauchi gauchir ver m s 0.02 0.88 0.01 0.00 par:pas; -gauchie gauchir ver f s 0.02 0.88 0.01 0.34 par:pas; -gauchir gauchir ver 0.02 0.88 0.00 0.34 inf; -gauchis gauchir ver m p 0.02 0.88 0.00 0.07 par:pas; -gauchisante gauchisant adj f s 0.00 0.14 0.00 0.07 -gauchisantes gauchisant adj f p 0.00 0.14 0.00 0.07 -gauchisme gauchisme nom m s 0.00 0.20 0.00 0.14 -gauchismes gauchisme nom m p 0.00 0.20 0.00 0.07 -gauchissaient gauchir ver 0.02 0.88 0.00 0.07 ind:imp:3p; -gauchissait gauchir ver 0.02 0.88 0.00 0.07 ind:imp:3s; -gauchissement gauchissement nom m s 0.00 0.07 0.00 0.07 -gauchiste gauchiste adj s 1.02 1.08 0.79 0.74 -gauchistes gauchiste adj p 1.02 1.08 0.23 0.34 -gaucho gaucho nom m s 0.35 1.28 0.28 0.27 -gauchos gaucho nom m p 0.35 1.28 0.07 1.01 -gauchère gaucher adj f s 2.29 0.81 0.18 0.61 -gaudriole gaudriole nom f s 0.04 1.01 0.02 0.68 -gaudrioles gaudriole nom f p 0.04 1.01 0.02 0.34 -gaufre gaufre nom f s 3.03 1.96 0.58 0.68 -gaufres gaufre nom f p 3.03 1.96 2.44 1.28 -gaufrette gaufrette nom f s 0.08 0.88 0.01 0.27 -gaufrettes gaufrette nom f p 0.08 0.88 0.07 0.61 -gaufrier gaufrier nom m s 0.17 0.27 0.17 0.27 -gaufré gaufré adj m s 0.04 0.95 0.04 0.47 -gaufrée gaufrer ver f s 0.04 0.81 0.01 0.07 par:pas; -gaufrées gaufré adj f p 0.04 0.95 0.00 0.14 -gaufrés gaufrer ver m p 0.04 0.81 0.00 0.20 par:pas; -gaulant gauler ver 0.75 1.28 0.00 0.07 par:pre; -gauldo gauldo nom f s 0.00 0.14 0.00 0.07 -gauldos gauldo nom f p 0.00 0.14 0.00 0.07 -gaule gaule nom f s 0.85 2.91 0.75 1.89 -gauleiter gauleiter nom m s 0.12 0.68 0.12 0.68 -gauler gauler ver 0.75 1.28 0.35 0.95 inf; -gaulerais gauler ver 0.75 1.28 0.01 0.00 cnd:pre:1s; -gaulerait gauler ver 0.75 1.28 0.00 0.07 cnd:pre:3s; -gaules gaule nom f p 0.85 2.91 0.10 1.01 -gaélique gaélique nom s 0.17 0.14 0.17 0.14 -gaulis gaulis nom m 0.00 0.34 0.00 0.34 -gaulle gaulle nom f s 0.00 0.07 0.00 0.07 -gaullisme gaullisme nom m s 0.00 1.49 0.00 1.49 -gaulliste gaulliste adj s 0.01 2.43 0.01 1.62 -gaullistes gaulliste nom p 0.00 4.05 0.00 3.58 -gaulois gaulois nom m 2.48 8.85 2.47 2.64 -gauloise gaulois adj f s 1.36 3.04 0.17 1.28 -gauloisement gauloisement adv 0.00 0.07 0.00 0.07 -gauloiseries gauloiserie nom f p 0.00 0.07 0.00 0.07 -gauloises gaulois adj f p 1.36 3.04 0.19 0.47 -gaulèrent gauler ver 0.75 1.28 0.00 0.07 ind:pas:3p; -gaulthérie gaulthérie nom f s 0.01 0.00 0.01 0.00 -gaulé gauler ver m s 0.75 1.28 0.20 0.14 par:pas; -gaulée gauler ver f s 0.75 1.28 0.19 0.00 par:pas; -gaupe gaupe nom f s 0.00 0.07 0.00 0.07 -gauss gauss nom m 0.01 0.00 0.01 0.00 -gaussaient gausser ver 0.15 2.64 0.00 0.68 ind:imp:3p; -gaussait gausser ver 0.15 2.64 0.01 0.61 ind:imp:3s; -gaussant gausser ver 0.15 2.64 0.01 0.14 par:pre; -gausse gausser ver 0.15 2.64 0.07 0.27 imp:pre:2s;ind:pre:1s;ind:pre:3s; -gaussent gausser ver 0.15 2.64 0.03 0.07 ind:pre:3p; -gausser gausser ver 0.15 2.64 0.02 0.41 inf; -gausserai gausser ver 0.15 2.64 0.00 0.07 ind:fut:1s; -gausserait gausser ver 0.15 2.64 0.00 0.07 cnd:pre:3s; -gaussez gausser ver 0.15 2.64 0.01 0.00 imp:pre:2p; -gaussèrent gausser ver 0.15 2.64 0.00 0.14 ind:pas:3p; -gaussé gausser ver m s 0.15 2.64 0.00 0.14 par:pas; -gaussée gausser ver f s 0.15 2.64 0.00 0.07 par:pas; -gava gaver ver 4.19 9.39 0.00 0.07 ind:pas:3s; -gavage gavage nom m s 0.06 0.54 0.06 0.54 -gavai gaver ver 4.19 9.39 0.00 0.07 ind:pas:1s; -gavaient gaver ver 4.19 9.39 0.03 0.34 ind:imp:3p; -gavais gaver ver 4.19 9.39 0.02 0.07 ind:imp:1s; -gavait gaver ver 4.19 9.39 0.23 0.88 ind:imp:3s; -gavant gaver ver 4.19 9.39 0.05 0.54 par:pre; -gave gaver ver 4.19 9.39 1.22 1.01 imp:pre:2s;ind:pre:1s;ind:pre:3s; -gavent gaver ver 4.19 9.39 0.19 0.34 ind:pre:3p; -gaver gaver ver 4.19 9.39 0.50 1.55 inf; -gavera gaver ver 4.19 9.39 0.01 0.07 ind:fut:3s; -gaveraient gaver ver 4.19 9.39 0.01 0.07 cnd:pre:3p; -gaves gaver ver 4.19 9.39 0.11 0.00 ind:pre:2s; -gavez gaver ver 4.19 9.39 0.30 0.07 imp:pre:2p;ind:pre:2p; -gavial gavial nom m s 0.00 0.07 0.00 0.07 -gaviot gaviot nom m s 0.00 0.20 0.00 0.20 -gavons gaver ver 4.19 9.39 0.03 0.07 imp:pre:1p;ind:pre:1p;;imp:pre:1p; -gavroche gavroche nom m s 0.01 0.34 0.01 0.27 -gavroches gavroche nom m p 0.01 0.34 0.00 0.07 -gavé gaver ver m s 4.19 9.39 0.61 1.76 par:pas; -gavée gaver ver f s 4.19 9.39 0.43 1.08 par:pas; -gavées gaver ver f p 4.19 9.39 0.01 0.34 par:pas; -gavés gaver ver m p 4.19 9.39 0.43 1.08 par:pas; -gay gay adj m s 20.33 0.34 18.27 0.34 -gayac gayac nom m s 0.00 0.07 0.00 0.07 -gays gay nom m p 7.60 0.14 3.94 0.07 -gaz gaz nom m 36.33 28.65 36.33 28.65 -gazage gazage nom m s 0.02 0.07 0.02 0.07 -gazait gazer ver 5.39 1.82 0.02 0.41 ind:imp:3s; -gaze gazer ver 5.39 1.82 3.65 0.74 imp:pre:2s;ind:pre:1s;ind:pre:3s; -gazelle gazelle nom f s 2.39 3.92 1.98 2.77 -gazelles gazelle nom f p 2.39 3.92 0.40 1.15 -gazer gazer ver 5.39 1.82 0.68 0.20 inf; -gazera gazer ver 5.39 1.82 0.11 0.00 ind:fut:3s; -gazerait gazer ver 5.39 1.82 0.00 0.07 cnd:pre:3s; -gazes gaze nom f p 0.93 3.85 0.11 0.34 -gazette gazette nom f s 0.42 2.43 0.26 1.01 -gazettes gazette nom f p 0.42 2.43 0.16 1.42 -gazeuse gazeux adj f s 2.26 1.89 1.42 1.35 -gazeuses gazeux adj f p 2.26 1.89 0.48 0.27 -gazeux gazeux adj m 2.26 1.89 0.37 0.27 -gazez gazer ver 5.39 1.82 0.01 0.00 ind:pre:2p; -gazier gazier nom m s 0.03 1.08 0.02 0.68 -gaziers gazier nom m p 0.03 1.08 0.01 0.41 -gazinière gazinière nom f s 0.14 0.14 0.01 0.14 -gazinières gazinière nom f p 0.14 0.14 0.12 0.00 -gazoduc gazoduc nom m s 0.22 0.00 0.22 0.00 -gazogène gazogène nom m s 0.00 1.62 0.00 1.49 -gazogènes gazogène nom m p 0.00 1.62 0.00 0.14 -gazole gazole nom m s 0.22 0.00 0.22 0.00 -gazoline gazoline nom f s 0.01 0.14 0.01 0.14 -gazomètre gazomètre nom m s 0.02 0.07 0.02 0.07 -gazométrie gazométrie nom f s 0.02 0.00 0.02 0.00 -gazon gazon nom m s 3.81 7.77 3.58 6.96 -gazonné gazonné adj m s 0.05 0.27 0.00 0.14 -gazonnée gazonné adj f s 0.05 0.27 0.05 0.14 -gazons gazon nom m p 3.81 7.77 0.22 0.81 -gazouilla gazouiller ver 0.79 0.95 0.00 0.07 ind:pas:3s; -gazouillaient gazouiller ver 0.79 0.95 0.12 0.07 ind:imp:3p; -gazouillait gazouiller ver 0.79 0.95 0.03 0.20 ind:imp:3s; -gazouillant gazouiller ver 0.79 0.95 0.20 0.20 par:pre; -gazouillante gazouillant adj f s 0.14 0.27 0.00 0.14 -gazouillants gazouillant adj m p 0.14 0.27 0.00 0.07 -gazouille gazouiller ver 0.79 0.95 0.13 0.14 imp:pre:2s;ind:pre:3s; -gazouillement gazouillement nom m s 0.13 0.20 0.12 0.14 -gazouillements gazouillement nom m p 0.13 0.20 0.01 0.07 -gazouillent gazouiller ver 0.79 0.95 0.17 0.14 ind:pre:3p; -gazouiller gazouiller ver 0.79 0.95 0.11 0.14 inf; -gazouilles gazouiller ver 0.79 0.95 0.03 0.00 ind:pre:2s; -gazouilleurs gazouilleur adj m p 0.00 0.07 0.00 0.07 -gazouillis gazouillis nom m 0.30 1.62 0.30 1.62 -gazpacho gazpacho nom m s 0.22 0.00 0.22 0.00 -gazé gazé adj m s 0.32 0.20 0.17 0.07 -gazée gazer ver f s 5.39 1.82 0.01 0.07 par:pas; -gazées gazer ver f p 5.39 1.82 0.02 0.00 par:pas; -gazéifier gazéifier ver 0.02 0.00 0.01 0.00 inf; -gazéifiée gazéifier ver f s 0.02 0.00 0.01 0.00 par:pas; -gazés gazer ver m p 5.39 1.82 0.75 0.07 par:pas; -geôle geôle nom f s 0.27 2.36 0.09 1.89 -geôles geôle nom f p 0.27 2.36 0.18 0.47 -geôlier geôlier nom m s 1.60 5.00 1.05 2.97 -geôliers geôlier nom m p 1.60 5.00 0.54 1.55 -geôlière geôlier nom f s 1.60 5.00 0.01 0.27 -geôlières geôlier nom f p 1.60 5.00 0.00 0.20 -geai geai nom m s 0.27 1.62 0.24 0.81 -geais geai nom m p 0.27 1.62 0.03 0.81 -gecko gecko nom m s 0.32 0.00 0.26 0.00 -geckos gecko nom m p 0.32 0.00 0.07 0.00 -geez geez nom m s 0.13 0.00 0.13 0.00 -geignaient geindre ver 0.59 5.68 0.00 0.07 ind:imp:3p; -geignais geindre ver 0.59 5.68 0.02 0.00 ind:imp:2s; -geignait geindre ver 0.59 5.68 0.02 1.35 ind:imp:3s; -geignant geignant adj m s 0.10 0.74 0.10 0.27 -geignante geignant adj f s 0.10 0.74 0.00 0.34 -geignantes geignant adj f p 0.10 0.74 0.00 0.14 -geignard geignard nom m s 0.22 0.34 0.16 0.20 -geignarde geignard adj f s 0.22 2.43 0.10 1.01 -geignardes geignard adj f p 0.22 2.43 0.00 0.47 -geignardises geignardise nom f p 0.00 0.07 0.00 0.07 -geignards geignard adj m p 0.22 2.43 0.04 0.14 -geignement geignement nom m s 0.11 0.61 0.01 0.27 -geignements geignement nom m p 0.11 0.61 0.10 0.34 -geignent geindre ver 0.59 5.68 0.04 0.14 ind:pre:3p; -geignez geindre ver 0.59 5.68 0.00 0.14 imp:pre:2p;ind:pre:2p; -geignit geindre ver 0.59 5.68 0.00 0.27 ind:pas:3s; -geindre geindre nom m s 1.41 1.96 1.41 1.96 -geins geindre ver 0.59 5.68 0.16 0.27 imp:pre:2s;ind:pre:1s;ind:pre:2s; -geint geindre ver m s 0.59 5.68 0.14 1.35 ind:pre:3s;par:pas; -geisha geisha nom f s 2.60 0.47 2.23 0.34 -geishas geisha nom f p 2.60 0.47 0.37 0.14 -gel gel nom m s 4.75 6.69 4.61 6.22 -gela geler ver 23.41 17.03 0.00 0.20 ind:pas:3s; -gelaient geler ver 23.41 17.03 0.02 0.47 ind:imp:3p; -gelais geler ver 23.41 17.03 0.07 0.07 ind:imp:1s;ind:imp:2s; -gelait geler ver 23.41 17.03 0.91 1.69 ind:imp:3s; -gelant geler ver 23.41 17.03 0.17 0.27 par:pre; -geler geler ver 23.41 17.03 3.18 2.09 inf; -gelez geler ver 23.41 17.03 0.19 0.14 imp:pre:2p;ind:pre:2p; -geline geline nom f s 0.01 0.00 0.01 0.00 -gelinotte gelinotte nom f s 0.00 0.07 0.00 0.07 -gelons geler ver 23.41 17.03 0.03 0.00 imp:pre:1p;ind:pre:1p; -gelât geler ver 23.41 17.03 0.00 0.07 sub:imp:3s; -gels gel nom m p 4.75 6.69 0.15 0.47 -gelé geler ver m s 23.41 17.03 5.20 2.43 par:pas; -gelée gelée nom f s 4.31 7.57 3.92 6.42 -gelées geler ver f p 23.41 17.03 0.71 2.09 par:pas; -gelure gelure nom f s 0.15 0.34 0.02 0.27 -gelures gelure nom f p 0.15 0.34 0.13 0.07 -gelés geler ver m p 23.41 17.03 0.96 0.68 par:pas; -gemme gemme nom f s 0.30 0.88 0.12 0.41 -gemmes gemme nom f p 0.30 0.88 0.19 0.47 -gemmologie gemmologie nom f s 0.01 0.00 0.01 0.00 -gencive gencive nom f s 1.35 4.26 0.18 0.81 -gencives gencive nom f p 1.35 4.26 1.17 3.45 -gendarme gendarme nom m s 13.67 43.72 5.53 16.15 -gendarmer gendarmer ver 0.01 0.00 0.01 0.00 inf; -gendarmerie gendarmerie nom f s 4.46 9.32 4.44 8.78 -gendarmeries gendarmerie nom f p 4.46 9.32 0.01 0.54 -gendarmes gendarme nom m p 13.67 43.72 8.14 27.57 -gendelettres gendelettre nom m p 0.00 0.07 0.00 0.07 -gendre gendre nom m s 5.71 8.11 5.71 7.50 -gendres gendre nom m p 5.71 8.11 0.00 0.61 -genet genet nom m s 0.01 0.00 0.01 0.00 -genevois genevois adj m 0.00 0.54 0.00 0.27 -genevoises genevois adj f p 0.00 0.54 0.00 0.27 -gengis_khan gengis_khan nom m s 0.00 0.14 0.00 0.14 -gengiskhanide gengiskhanide adj s 0.00 0.07 0.00 0.07 -genièvre genièvre nom m s 0.63 2.16 0.63 2.16 -genou genou nom m s 54.24 127.91 11.43 23.92 -genouillère genouillère nom f s 0.19 0.20 0.01 0.00 -genouillères genouillère nom f p 0.19 0.20 0.17 0.20 -genoux genou nom m p 54.24 127.91 42.82 103.99 -genre genre nom m s 221.51 157.91 219.66 155.20 -genres genre nom m p 221.51 157.91 1.85 2.70 -genreux genreux adj m 0.00 0.07 0.00 0.07 -gens gens nom p 594.29 409.39 594.29 409.39 -gent gent nom f s 0.49 1.15 0.40 1.15 -gentamicine gentamicine nom f s 0.04 0.00 0.04 0.00 -gente gent adj f s 1.56 1.08 1.39 0.41 -gentes gent adj f p 1.56 1.08 0.18 0.68 -genèse genèse nom f s 0.15 1.01 0.15 1.01 -gentiane gentiane nom f s 0.15 0.95 0.14 0.61 -gentianes gentiane nom f p 0.15 0.95 0.01 0.34 -gentil gentil adj m s 192.64 64.86 134.11 37.36 -gentilhomme gentilhomme nom m s 6.89 3.51 5.43 2.43 -gentilhommière gentilhommier nom f s 0.01 0.68 0.00 0.41 -gentilhommières gentilhommier nom f p 0.01 0.68 0.01 0.27 -gentilice gentilice adj m s 0.00 0.07 0.00 0.07 -gentille gentil adj f s 192.64 64.86 41.44 18.31 -gentilles gentil adj f p 192.64 64.86 3.12 2.77 -gentillesse gentillesse nom f s 7.56 17.50 6.96 15.27 -gentillesses gentillesse nom f p 7.56 17.50 0.60 2.23 -gentillet gentillet adj m s 0.17 0.47 0.04 0.34 -gentillets gentillet adj m p 0.17 0.47 0.11 0.07 -gentillette gentillet adj f s 0.17 0.47 0.02 0.07 -gentils gentil adj m p 192.64 64.86 13.98 6.42 -gentilshommes gentilhomme nom m p 6.89 3.51 1.47 1.08 -gentiment gentiment adv 11.32 21.76 11.32 21.76 -gentleman_farmer gentleman_farmer nom m s 0.14 0.27 0.14 0.20 -gentleman gentleman nom m s 13.08 4.19 10.31 2.97 -gentleman_farmer gentleman_farmer nom m p 0.14 0.27 0.00 0.07 -gentlemen gentleman nom m p 13.08 4.19 2.77 1.22 -gentry gentry nom f s 0.28 0.00 0.28 0.00 -gents gent nom f p 0.49 1.15 0.09 0.00 -genêt genêt nom m s 0.25 5.34 0.23 1.49 -genêtière genêtière nom f s 0.00 0.07 0.00 0.07 -genêts genêt nom m p 0.25 5.34 0.01 3.85 -genévrier genévrier nom m s 0.29 0.88 0.27 0.27 -genévriers genévrier nom m p 0.29 0.88 0.02 0.61 -gerba gerber ver 8.28 4.66 0.13 0.07 ind:pas:3s; -gerbaient gerber ver 8.28 4.66 0.02 0.00 ind:imp:3p; -gerbais gerber ver 8.28 4.66 0.10 0.14 ind:imp:1s;ind:imp:2s; -gerbait gerber ver 8.28 4.66 0.06 0.20 ind:imp:3s; -gerbant gerber ver 8.28 4.66 0.17 0.14 par:pre; -gerbe gerbe nom f s 2.06 14.19 1.69 6.49 -gerbent gerber ver 8.28 4.66 0.05 0.07 ind:pre:3p; -gerber gerber ver 8.28 4.66 6.49 2.64 inf; -gerberais gerber ver 8.28 4.66 0.01 0.00 cnd:pre:1s; -gerberas gerbera nom m p 0.01 0.20 0.01 0.20 -gerbes gerbe nom f p 2.06 14.19 0.38 7.70 -gerbeuse gerbeur nom f s 0.04 0.14 0.04 0.07 -gerbeuses gerbeur nom f p 0.04 0.14 0.00 0.07 -gerbier gerbier nom m s 0.45 0.14 0.45 0.07 -gerbille gerbille nom f s 0.29 0.00 0.29 0.00 -gerbière gerbier nom f s 0.45 0.14 0.00 0.07 -gerboise gerboise nom f s 0.06 0.14 0.04 0.14 -gerboises gerboise nom f p 0.06 0.14 0.02 0.00 -gerbèrent gerber ver 8.28 4.66 0.01 0.00 ind:pas:3p; -gerbé gerber ver m s 8.28 4.66 0.82 0.68 par:pas; -gerbée gerber ver f s 8.28 4.66 0.00 0.07 par:pas; -gerbées gerber ver f p 8.28 4.66 0.00 0.07 par:pas; -gerbés gerber ver m p 8.28 4.66 0.00 0.07 par:pas; -gerce gercer ver 0.26 1.76 0.01 0.00 ind:pre:3s; -gercent gercer ver 0.26 1.76 0.00 0.14 ind:pre:3p; -gercer gercer ver 0.26 1.76 0.01 0.07 inf; -gerces gerce nom f p 0.00 0.07 0.00 0.07 -gercèrent gercer ver 0.26 1.76 0.00 0.07 ind:pas:3p; -gercé gercer ver m s 0.26 1.76 0.01 0.20 par:pas; -gercée gercer ver f s 0.26 1.76 0.00 0.27 par:pas; -gercées gercer ver f p 0.26 1.76 0.23 0.68 par:pas; -gercés gercer ver m p 0.26 1.76 0.00 0.27 par:pas; -gerfaut gerfaut nom m s 0.03 0.07 0.03 0.00 -gerfauts gerfaut nom m p 0.03 0.07 0.00 0.07 -germa germer ver 1.02 3.04 0.02 0.14 ind:pas:3s; -germaient germer ver 1.02 3.04 0.00 0.14 ind:imp:3p; -germain germain adj m s 1.38 2.23 0.91 0.88 -germaine germain adj f s 1.38 2.23 0.25 0.47 -germaines germain adj f p 1.38 2.23 0.01 0.27 -germains germain nom m p 0.45 1.15 0.45 1.15 -germait germer ver 1.02 3.04 0.10 0.27 ind:imp:3s; -germanique germanique adj s 1.18 4.73 0.69 3.45 -germaniques germanique adj p 1.18 4.73 0.49 1.28 -germanisation germanisation nom f s 0.01 0.00 0.01 0.00 -germanisme germanisme nom m s 0.00 0.20 0.00 0.20 -germaniste germaniste nom s 0.00 0.07 0.00 0.07 -germanité germanité nom f s 0.02 0.00 0.02 0.00 -germanium germanium nom m s 0.00 0.07 0.00 0.07 -germano_anglais germano_anglais adj f p 0.00 0.07 0.00 0.07 -germano_belge germano_belge adj f s 0.01 0.00 0.01 0.00 -germano_irlandais germano_irlandais adj m 0.03 0.00 0.03 0.00 -germano_russe germano_russe adj m s 0.00 0.27 0.00 0.27 -germano_soviétique germano_soviétique adj s 0.00 1.82 0.00 1.82 -germano germano adv 0.20 0.00 0.20 0.00 -germanophile germanophile nom s 0.00 0.07 0.00 0.07 -germanophilie germanophilie nom f s 0.00 0.07 0.00 0.07 -germanophone germanophone adj s 0.01 0.00 0.01 0.00 -germant germant adj m s 0.00 0.07 0.00 0.07 -germe germe nom m s 1.98 3.78 0.55 2.03 -germen germen nom m s 0.00 0.07 0.00 0.07 -germent germer ver 1.02 3.04 0.05 0.20 ind:pre:3p; -germer germer ver 1.02 3.04 0.23 1.01 inf; -germera germer ver 1.02 3.04 0.01 0.00 ind:fut:3s; -germerait germer ver 1.02 3.04 0.10 0.07 cnd:pre:3s; -germes germe nom m p 1.98 3.78 1.42 1.76 -germinal germinal nom m s 0.00 0.14 0.00 0.14 -germinale germinal adj f s 0.01 0.14 0.01 0.07 -germination germination nom f s 0.01 0.54 0.00 0.34 -germinations germination nom f p 0.01 0.54 0.01 0.20 -germé germer ver m s 1.02 3.04 0.39 0.47 par:pas; -germée germer ver f s 1.02 3.04 0.00 0.07 par:pas; -germées germé adj f p 0.02 0.27 0.00 0.20 -gerris gerris nom m 0.03 0.00 0.03 0.00 -gerçait gercer ver 0.26 1.76 0.00 0.07 ind:imp:3s; -gerçures gerçure nom f p 0.01 0.61 0.01 0.61 -gestapiste gestapiste nom m s 0.00 0.14 0.00 0.14 -gestapo gestapo nom f s 0.69 1.69 0.69 1.69 -gestation gestation nom f s 0.53 1.82 0.53 1.76 -gestations gestation nom f p 0.53 1.82 0.00 0.07 -geste geste nom s 40.78 271.08 31.41 172.03 -gestes geste nom p 40.78 271.08 9.36 99.05 -gesticula gesticuler ver 0.99 6.96 0.00 0.14 ind:pas:3s; -gesticulai gesticuler ver 0.99 6.96 0.00 0.07 ind:pas:1s; -gesticulaient gesticuler ver 0.99 6.96 0.00 0.54 ind:imp:3p; -gesticulais gesticuler ver 0.99 6.96 0.00 0.07 ind:imp:1s; -gesticulait gesticuler ver 0.99 6.96 0.02 1.62 ind:imp:3s; -gesticulant gesticuler ver 0.99 6.96 0.01 1.49 par:pre; -gesticulante gesticulant adj f s 0.01 1.42 0.00 0.47 -gesticulantes gesticulant adj f p 0.01 1.42 0.00 0.07 -gesticulants gesticulant adj m p 0.01 1.42 0.00 0.41 -gesticulateurs gesticulateur nom m p 0.01 0.07 0.01 0.07 -gesticulation gesticulation nom f s 0.21 1.69 0.15 0.88 -gesticulations gesticulation nom f p 0.21 1.69 0.06 0.81 -gesticulatoire gesticulatoire adj s 0.00 0.07 0.00 0.07 -gesticule gesticuler ver 0.99 6.96 0.35 0.95 imp:pre:2s;ind:pre:1s;ind:pre:3s; -gesticulent gesticuler ver 0.99 6.96 0.00 0.68 ind:pre:3p; -gesticuler gesticuler ver 0.99 6.96 0.58 1.35 inf; -gesticules gesticuler ver 0.99 6.96 0.01 0.00 ind:pre:2s; -gesticulé gesticuler ver m s 0.99 6.96 0.01 0.07 par:pas; -gestion gestion nom f s 4.23 2.30 4.23 2.30 -gestionnaire gestionnaire nom s 0.15 0.14 0.08 0.07 -gestionnaires gestionnaire nom p 0.15 0.14 0.07 0.07 -gestuel gestuel adj m s 0.04 0.07 0.02 0.00 -gestuelle gestuel nom f s 0.07 0.14 0.07 0.14 -geyser geyser nom m s 0.22 1.01 0.17 0.61 -geysers geyser nom m p 0.22 1.01 0.05 0.41 -ghanéens ghanéen adj m p 0.00 0.07 0.00 0.07 -ghetto ghetto nom m s 5.42 3.24 5.00 2.77 -ghettos ghetto nom m p 5.42 3.24 0.41 0.47 -ghât ghât nom m s 0.00 0.27 0.00 0.27 -gi gi adv 1.18 0.14 1.18 0.14 -giaour giaour nom m s 0.10 0.54 0.10 0.34 -giaours giaour nom m p 0.10 0.54 0.00 0.20 -gibbeuse gibbeux adj f s 0.00 0.20 0.00 0.07 -gibbeux gibbeux adj m s 0.00 0.20 0.00 0.14 -gibbon gibbon nom m s 0.19 0.14 0.02 0.07 -gibbons gibbon nom m p 0.19 0.14 0.16 0.07 -gibbosité gibbosité nom f s 0.00 0.14 0.00 0.14 -gibecière gibecière nom f s 0.00 1.55 0.00 1.28 -gibecières gibecière nom f p 0.00 1.55 0.00 0.27 -gibelet gibelet nom m s 0.00 0.20 0.00 0.20 -gibelin gibelin nom m s 0.01 0.14 0.01 0.00 -gibeline gibelin adj f s 0.00 0.07 0.00 0.07 -gibelins gibelin nom m p 0.01 0.14 0.00 0.14 -gibelotte gibelotte nom f s 0.00 0.47 0.00 0.41 -gibelottes gibelotte nom f p 0.00 0.47 0.00 0.07 -giberne giberne nom f s 0.00 0.68 0.00 0.34 -gibernes giberne nom f p 0.00 0.68 0.00 0.34 -gibet gibet nom m s 1.43 1.89 1.09 1.35 -gibets gibet nom m p 1.43 1.89 0.34 0.54 -gibier gibier nom m s 6.50 11.69 5.79 10.88 -gibiers gibier nom m p 6.50 11.69 0.70 0.81 -giboulée giboulée nom f s 0.03 1.28 0.03 0.34 -giboulées giboulée nom f p 0.03 1.28 0.00 0.95 -giboyeuse giboyeux adj f s 0.01 0.68 0.00 0.41 -giboyeuses giboyeux adj f p 0.01 0.68 0.00 0.07 -giboyeux giboyeux adj m 0.01 0.68 0.01 0.20 -gibus gibus nom m 0.01 1.01 0.01 1.01 -gicla gicler ver 3.68 7.97 0.00 0.74 ind:pas:3s; -giclaient gicler ver 3.68 7.97 0.00 0.41 ind:imp:3p; -giclais gicler ver 3.68 7.97 0.00 0.14 ind:imp:1s; -giclait gicler ver 3.68 7.97 0.07 1.76 ind:imp:3s; -giclant gicler ver 3.68 7.97 0.00 0.20 par:pre; -gicle gicler ver 3.68 7.97 1.69 1.76 imp:pre:2s;ind:pre:1s;ind:pre:3s; -giclement giclement nom m s 0.00 0.14 0.00 0.07 -giclements giclement nom m p 0.00 0.14 0.00 0.07 -giclent gicler ver 3.68 7.97 0.04 0.20 ind:pre:3p; -gicler gicler ver 3.68 7.97 0.76 2.16 inf; -giclera gicler ver 3.68 7.97 0.02 0.00 ind:fut:3s; -gicleront gicler ver 3.68 7.97 0.01 0.00 ind:fut:3p; -gicles gicler ver 3.68 7.97 0.45 0.00 ind:pre:2s; -gicleur gicleur nom m s 0.45 0.07 0.45 0.07 -giclez gicler ver 3.68 7.97 0.01 0.00 imp:pre:2p; -giclèrent gicler ver 3.68 7.97 0.00 0.07 ind:pas:3p; -giclé gicler ver m s 3.68 7.97 0.62 0.47 par:pas; -giclée giclée nom f s 0.38 3.65 0.35 2.77 -giclées giclée nom f p 0.38 3.65 0.02 0.88 -gidien gidien adj m s 0.00 0.20 0.00 0.07 -gidienne gidien adj f s 0.00 0.20 0.00 0.07 -gidiennes gidien adj f p 0.00 0.20 0.00 0.07 -gidouille gidouille nom f s 0.00 0.20 0.00 0.20 -gifla gifler ver 6.77 15.88 0.11 2.70 ind:pas:3s; -giflai gifler ver 6.77 15.88 0.00 0.07 ind:pas:1s; -giflaient gifler ver 6.77 15.88 0.01 0.41 ind:imp:3p; -giflais gifler ver 6.77 15.88 0.16 0.07 ind:imp:1s; -giflait gifler ver 6.77 15.88 0.07 1.35 ind:imp:3s; -giflant gifler ver 6.77 15.88 0.01 0.68 par:pre; -gifle gifle nom f s 4.47 16.01 3.60 9.86 -giflent gifler ver 6.77 15.88 0.00 0.41 ind:pre:3p; -gifler gifler ver 6.77 15.88 1.96 4.05 inf; -giflera gifler ver 6.77 15.88 0.03 0.00 ind:fut:3s; -giflerai gifler ver 6.77 15.88 0.01 0.00 ind:fut:1s; -giflerais gifler ver 6.77 15.88 0.10 0.14 cnd:pre:1s;cnd:pre:2s; -giflerait gifler ver 6.77 15.88 0.07 0.00 cnd:pre:3s; -gifles gifle nom f p 4.47 16.01 0.88 6.15 -gifleuse gifleur nom f s 0.01 0.07 0.01 0.07 -giflez gifler ver 6.77 15.88 0.14 0.00 imp:pre:2p;ind:pre:2p; -giflât gifler ver 6.77 15.88 0.00 0.20 sub:imp:3s; -giflé gifler ver m s 6.77 15.88 1.63 2.36 par:pas; -giflée gifler ver f s 6.77 15.88 0.84 1.08 par:pas; -giflées gifler ver f p 6.77 15.88 0.01 0.14 par:pas; -giflés gifler ver m p 6.77 15.88 0.00 0.41 par:pas; -gifts gift nom m p 0.02 0.00 0.02 0.00 -gig gig nom m s 0.15 0.14 0.15 0.14 -giga giga adj s 0.23 0.14 0.19 0.14 -gigabits gigabit nom m p 0.05 0.00 0.05 0.00 -gigahertz gigahertz nom m 0.07 0.00 0.07 0.00 -gigantesque gigantesque adj s 4.59 21.69 3.87 15.81 -gigantesques gigantesque adj p 4.59 21.69 0.72 5.88 -gigantisme gigantisme nom m s 0.20 0.34 0.20 0.27 -gigantismes gigantisme nom m p 0.20 0.34 0.00 0.07 -gigantomachie gigantomachie nom f s 0.00 0.14 0.00 0.14 -gigaoctets gigaoctet nom m p 0.01 0.00 0.01 0.00 -gigas giga adj p 0.23 0.14 0.04 0.00 -gigogne gigogne adj f s 0.03 0.81 0.01 0.54 -gigognes gigogne adj p 0.03 0.81 0.02 0.27 -gigolette gigolette nom f s 0.14 0.14 0.14 0.14 -gigolo gigolo nom m s 1.23 2.30 1.01 1.69 -gigolos gigolo nom m p 1.23 2.30 0.22 0.61 -gigolpince gigolpince nom m s 0.01 1.01 0.01 0.81 -gigolpinces gigolpince nom m p 0.01 1.01 0.00 0.20 -gigot gigot nom m s 1.46 3.92 1.41 3.18 -gigota gigoter ver 1.85 3.31 0.00 0.07 ind:pas:3s; -gigotaient gigoter ver 1.85 3.31 0.01 0.47 ind:imp:3p; -gigotait gigoter ver 1.85 3.31 0.05 0.68 ind:imp:3s; -gigotant gigoter ver 1.85 3.31 0.03 0.34 par:pre; -gigote gigoter ver 1.85 3.31 0.43 0.41 imp:pre:2s;ind:pre:1s;ind:pre:3s; -gigotements gigotement nom m p 0.00 0.34 0.00 0.34 -gigotent gigoter ver 1.85 3.31 0.04 0.47 ind:pre:3p; -gigoter gigoter ver 1.85 3.31 1.07 0.88 inf; -gigotes gigoter ver 1.85 3.31 0.04 0.00 ind:pre:2s; -gigotez gigoter ver 1.85 3.31 0.17 0.00 imp:pre:2p;ind:pre:2p; -gigots gigot nom m p 1.46 3.92 0.05 0.74 -gigoté gigoter ver m s 1.85 3.31 0.01 0.00 par:pas; -gigue gigue nom f s 0.32 1.22 0.32 1.22 -gilbert gilbert nom m s 0.00 0.20 0.00 0.20 -gilet gilet nom m s 6.06 15.14 5.13 13.72 -giletières giletier nom f p 0.00 0.07 0.00 0.07 -gilets gilet nom m p 6.06 15.14 0.93 1.42 -gilles gille nom m p 2.43 0.41 2.43 0.41 -gimmick gimmick nom m s 0.01 0.14 0.01 0.07 -gimmicks gimmick nom m p 0.01 0.14 0.00 0.07 -gin_fizz gin_fizz nom m 0.04 1.01 0.04 1.01 -gin_rami gin_rami nom m s 0.04 0.07 0.04 0.07 -gin_rummy gin_rummy nom m s 0.05 0.14 0.05 0.14 -gin gin nom m s 6.24 4.39 6.15 4.32 -gineste gineste nom m s 0.01 0.41 0.01 0.41 -gingembre gingembre nom m s 1.50 0.88 1.50 0.88 -gingin gingin nom m s 0.00 0.14 0.00 0.14 -gingivite gingivite nom f s 0.18 0.00 0.18 0.00 -ginkgo ginkgo nom m s 0.06 0.00 0.06 0.00 -gins gin nom m p 6.24 4.39 0.09 0.07 -ginseng ginseng nom m s 0.49 0.20 0.49 0.20 -giocoso giocoso adj m s 0.00 0.07 0.00 0.07 -gipsy gipsy nom s 0.03 0.00 0.03 0.00 -girafe girafe nom f s 3.50 3.18 2.71 1.89 -girafeau girafeau nom m s 0.01 0.00 0.01 0.00 -girafes girafe nom f p 3.50 3.18 0.79 1.28 -girafon girafon nom m s 0.01 0.00 0.01 0.00 -girandes girande nom f p 0.00 0.07 0.00 0.07 -girandole girandole nom f s 0.00 0.74 0.00 0.07 -girandoles girandole nom f p 0.00 0.74 0.00 0.68 -giration giration nom f s 0.01 0.68 0.00 0.61 -girations giration nom f p 0.01 0.68 0.01 0.07 -giratoire giratoire adj f s 0.02 0.07 0.02 0.07 -giraudistes giraudiste nom p 0.00 0.07 0.00 0.07 -gire gire nom m s 0.00 0.14 0.00 0.07 -girelles girel nom f p 0.00 0.07 0.00 0.07 -girer girer ver 0.00 0.07 0.00 0.07 inf; -gires gire nom m p 0.00 0.14 0.00 0.07 -girie girie nom f s 0.00 0.27 0.00 0.07 -giries girie nom f p 0.00 0.27 0.00 0.20 -girl_scout girl_scout nom f s 0.06 0.14 0.06 0.14 -girl_friend girl_friend nom f s 0.14 0.00 0.14 0.00 -girl girl nom f s 7.47 9.59 4.41 1.89 -girls girl nom f p 7.47 9.59 3.06 7.70 -girofle girofle nom m s 0.83 0.81 0.81 0.74 -girofles girofle nom m p 0.83 0.81 0.01 0.07 -giroflier giroflier nom m s 0.00 0.07 0.00 0.07 -giroflée giroflée nom f s 0.24 0.88 0.22 0.07 -giroflées giroflée nom f p 0.24 0.88 0.02 0.81 -girolle girolle nom f s 0.29 0.88 0.01 0.07 -girolles girolle nom f p 0.29 0.88 0.28 0.81 -giron giron nom m s 0.39 2.03 0.39 2.03 -girond girond adj m s 0.17 1.96 0.01 0.07 -gironde girond adj f s 0.17 1.96 0.15 1.35 -girondes girond adj f p 0.17 1.96 0.00 0.47 -girondin girondin adj m s 0.00 0.54 0.00 0.14 -girondine girondin adj f s 0.00 0.54 0.00 0.07 -girondines girondin adj f p 0.00 0.54 0.00 0.07 -girondins girondin adj m p 0.00 0.54 0.00 0.27 -gironds girond adj m p 0.17 1.96 0.01 0.07 -girouettait girouetter ver 0.00 0.14 0.00 0.07 ind:imp:3s; -girouettant girouetter ver 0.00 0.14 0.00 0.07 par:pre; -girouette girouette nom f s 0.66 2.36 0.47 1.76 -girouettes girouette nom f p 0.66 2.36 0.19 0.61 -gis gésir ver 4.77 15.68 0.26 0.00 ind:pre:1s;ind:pre:2s; -gisaient gésir ver 4.77 15.68 0.11 2.50 ind:imp:3p; -gisais gésir ver 4.77 15.68 0.49 0.27 ind:imp:1s;ind:imp:2s; -gisait gésir ver 4.77 15.68 1.20 7.30 ind:imp:3s; -gisant gésir ver 4.77 15.68 0.33 1.35 par:pre; -gisante gisant adj f s 0.33 1.89 0.14 0.41 -gisantes gisant adj f p 0.33 1.89 0.00 0.14 -gisants gisant nom m p 0.02 2.57 0.00 1.22 -gisement gisement nom m s 1.25 0.95 0.73 0.61 -gisements gisement nom m p 1.25 0.95 0.53 0.34 -gisent gésir ver 4.77 15.68 0.22 1.42 ind:pre:3p; -gisions gésir ver 4.77 15.68 0.00 0.14 ind:imp:1p; -gisquette gisquette nom f s 0.00 1.42 0.00 0.68 -gisquettes gisquette nom f p 0.00 1.42 0.00 0.74 -gitan gitan nom m s 7.50 8.72 1.60 1.89 -gitane gitan nom f s 7.50 8.72 2.32 3.11 -gitanes gitan nom f p 7.50 8.72 0.18 1.76 -gitans gitan nom m p 7.50 8.72 3.39 1.96 -giton giton nom m s 1.25 0.68 1.23 0.47 -gitons giton nom m p 1.25 0.68 0.02 0.20 -givrage givrage nom m s 0.01 0.00 0.01 0.00 -givrait givrer ver 1.59 1.35 0.01 0.20 ind:imp:3s; -givrante givrant adj f s 0.01 0.07 0.01 0.07 -givre givre nom m s 0.33 5.14 0.32 5.07 -givrer givrer ver 1.59 1.35 0.01 0.14 inf; -givres givre nom m p 0.33 5.14 0.01 0.07 -givré givré adj m s 1.52 2.23 1.00 0.61 -givrée givrer ver f s 1.59 1.35 0.67 0.34 par:pas; -givrées givré adj f p 1.52 2.23 0.04 0.14 -givrés givré adj m p 1.52 2.23 0.22 0.47 -gla_gla gla_gla adj m s 0.00 0.14 0.00 0.14 -glaïeul glaïeul nom m s 0.38 1.89 0.01 0.00 -glaïeuls glaïeul nom m p 0.38 1.89 0.36 1.89 -glabelle glabelle nom f s 0.01 0.00 0.01 0.00 -glabre glabre adj s 0.06 2.64 0.05 1.69 -glabres glabre adj p 0.06 2.64 0.01 0.95 -glace glace nom f s 66.82 91.01 58.09 76.01 -glacent glacer ver 7.21 25.74 0.03 0.81 ind:pre:3p; -glacer glacer ver 7.21 25.74 0.30 0.95 inf; -glacera glacer ver 7.21 25.74 0.04 0.00 ind:fut:3s; -glaceront glacer ver 7.21 25.74 0.00 0.07 ind:fut:3p; -glaces glace nom f p 66.82 91.01 8.73 15.00 -glacez glacer ver 7.21 25.74 0.01 0.00 ind:pre:2p; -glaciaire glaciaire adj s 0.58 0.34 0.50 0.14 -glaciaires glaciaire adj p 0.58 0.34 0.09 0.20 -glacial glacial adj m s 3.81 13.92 2.44 8.18 -glaciale glacial adj f s 3.81 13.92 1.30 4.46 -glacialement glacialement adv 0.10 0.07 0.10 0.07 -glaciales glacial adj f p 3.81 13.92 0.07 1.01 -glacials glacial adj m p 3.81 13.92 0.00 0.14 -glaciation glaciation nom f s 0.03 0.34 0.03 0.27 -glaciations glaciation nom f p 0.03 0.34 0.00 0.07 -glaciaux glacial adj m p 3.81 13.92 0.00 0.14 -glacier glacier nom m s 5.00 3.72 4.34 2.16 -glaciers glacier nom m p 5.00 3.72 0.67 1.55 -glaciologue glaciologue nom s 0.14 0.00 0.14 0.00 -glacis glacis nom m 0.02 3.58 0.02 3.58 -glacière glacière nom f s 1.60 2.91 1.44 2.64 -glacières glacière nom f p 1.60 2.91 0.17 0.27 -glacèrent glacer ver 7.21 25.74 0.14 0.20 ind:pas:3p; -glacé glacé adj m s 11.42 40.27 5.28 17.50 -glacée glacé adj f s 11.42 40.27 4.67 13.85 -glacées glacé adj f p 11.42 40.27 0.64 4.59 -glacés glacé adj m p 11.42 40.27 0.84 4.32 -gladiateur gladiateur nom m s 2.84 1.62 1.38 0.74 -gladiateurs gladiateur nom m p 2.84 1.62 1.46 0.88 -gladiatrices gladiatrice nom f p 0.04 0.00 0.04 0.00 -glaglate glaglater ver 0.00 0.54 0.00 0.47 ind:pre:1s;ind:pre:3s; -glaglater glaglater ver 0.00 0.54 0.00 0.07 inf; -glaire glaire nom f s 0.48 1.35 0.22 0.34 -glaires glaire nom f p 0.48 1.35 0.26 1.01 -glaireuse glaireux adj f s 0.02 1.42 0.00 0.41 -glaireuses glaireux adj f p 0.02 1.42 0.00 0.20 -glaireux glaireux adj m 0.02 1.42 0.02 0.81 -glaise glaise nom f s 1.71 8.85 1.71 8.72 -glaises glaise nom f p 1.71 8.85 0.00 0.14 -glaiseuse glaiseux adj f s 0.00 1.15 0.00 0.14 -glaiseuses glaiseux adj f p 0.00 1.15 0.00 0.07 -glaiseux glaiseux adj m 0.00 1.15 0.00 0.95 -glaive glaive nom m s 1.95 4.39 1.71 3.85 -glaives glaive nom m p 1.95 4.39 0.24 0.54 -glamour glamour nom m s 1.49 0.07 1.49 0.07 -glana glaner ver 1.20 4.93 0.00 0.14 ind:pas:3s; -glanage glanage nom m s 0.18 0.00 0.18 0.00 -glanaient glaner ver 1.20 4.93 0.00 0.14 ind:imp:3p; -glanais glaner ver 1.20 4.93 0.00 0.07 ind:imp:1s; -glanait glaner ver 1.20 4.93 0.02 0.68 ind:imp:3s; -glanant glaner ver 1.20 4.93 0.14 0.41 par:pre; -gland gland nom m s 2.95 5.27 2.14 3.04 -glandage glandage nom m s 0.03 0.00 0.03 0.00 -glandais glander ver 2.88 2.57 0.05 0.07 ind:imp:1s; -glandait glander ver 2.88 2.57 0.03 0.14 ind:imp:3s; -glande glander ver 2.88 2.57 0.86 0.88 ind:pre:1s;ind:pre:3s; -glandent glander ver 2.88 2.57 0.04 0.20 ind:pre:3p; -glander glander ver 2.88 2.57 1.37 1.15 inf; -glandes glande nom f p 2.20 4.66 1.46 4.32 -glandeur glandeur nom m s 0.48 0.41 0.33 0.14 -glandeurs glandeur nom m p 0.48 0.41 0.15 0.27 -glandez glander ver 2.88 2.57 0.08 0.07 ind:pre:2p; -glandiez glander ver 2.88 2.57 0.02 0.00 ind:imp:2p; -glandilleuse glandilleuse adj m s 0.00 0.68 0.00 0.34 -glandilleuses glandilleuse adj m p 0.00 0.68 0.00 0.34 -glandilleux glandilleux adj m 0.00 1.22 0.00 1.22 -glandons glander ver 2.88 2.57 0.01 0.00 ind:pre:1p; -glandouillant glandouiller ver 0.13 0.74 0.01 0.00 par:pre; -glandouille glandouiller ver 0.13 0.74 0.01 0.27 ind:pre:1s;ind:pre:3s; -glandouiller glandouiller ver 0.13 0.74 0.10 0.41 inf; -glandouilleur glandouilleur nom m s 0.00 0.07 0.00 0.07 -glandouillez glandouiller ver 0.13 0.74 0.01 0.00 ind:pre:2p; -glandouillé glandouiller ver m s 0.13 0.74 0.00 0.07 par:pas; -glands gland nom m p 2.95 5.27 0.81 2.23 -glandé glander ver m s 2.88 2.57 0.21 0.07 par:pas; -glandu glandu nom s 0.57 0.00 0.31 0.00 -glandulaire glandulaire adj s 0.19 0.74 0.06 0.41 -glandulaires glandulaire adj p 0.19 0.74 0.12 0.34 -glanduleuse glanduleux adj f s 0.00 0.07 0.00 0.07 -glandus glandu nom p 0.57 0.00 0.26 0.00 -glane glaner ver 1.20 4.93 0.25 0.20 ind:pre:1s;ind:pre:3s; -glanent glaner ver 1.20 4.93 0.02 0.14 ind:pre:3p; -glaner glaner ver 1.20 4.93 0.62 1.69 inf; -glanes glane nom f p 0.00 0.14 0.00 0.07 -glaneur glaneur nom m s 0.18 0.00 0.06 0.00 -glaneuse glaneur nom f s 0.18 0.00 0.13 0.00 -glanez glaner ver 1.20 4.93 0.01 0.00 ind:pre:2p; -glané glaner ver m s 1.20 4.93 0.09 0.27 par:pas; -glanée glaner ver f s 1.20 4.93 0.00 0.27 par:pas; -glanées glaner ver f p 1.20 4.93 0.01 0.47 par:pas; -glanure glanure nom f s 0.00 0.07 0.00 0.07 -glanés glaner ver m p 1.20 4.93 0.05 0.47 par:pas; -glapi glapir ver m s 0.23 6.76 0.00 0.41 par:pas; -glapie glapir ver f s 0.23 6.76 0.00 0.07 par:pas; -glapir glapir ver 0.23 6.76 0.04 1.22 inf; -glapirent glapir ver 0.23 6.76 0.00 0.14 ind:pas:3p; -glapissaient glapir ver 0.23 6.76 0.14 0.20 ind:imp:3p; -glapissait glapir ver 0.23 6.76 0.00 0.81 ind:imp:3s; -glapissant glapir ver 0.23 6.76 0.01 0.61 par:pre; -glapissante glapissant adj f s 0.01 0.61 0.00 0.34 -glapissantes glapissant adj f p 0.01 0.61 0.00 0.07 -glapissants glapissant adj m p 0.01 0.61 0.01 0.07 -glapissement glapissement nom m s 0.02 1.76 0.02 0.81 -glapissements glapissement nom m p 0.02 1.76 0.00 0.95 -glapissent glapir ver 0.23 6.76 0.00 0.14 ind:pre:3p; -glapisseurs glapisseur adj m p 0.01 0.00 0.01 0.00 -glapissions glapir ver 0.23 6.76 0.00 0.07 ind:imp:1p; -glapit glapir ver 0.23 6.76 0.04 3.11 ind:pre:3s;ind:pas:3s; -glaréole glaréole nom f s 0.04 0.00 0.04 0.00 -glas glas nom m 1.28 4.05 1.28 4.05 -glasnost glasnost nom f s 0.03 0.00 0.03 0.00 -glass glass nom m 1.23 1.28 1.05 1.28 -glasses glass nom m p 1.23 1.28 0.17 0.00 -glaça glacer ver 7.21 25.74 0.01 1.49 ind:pas:3s; -glaçage glaçage nom m s 0.77 0.07 0.75 0.07 -glaçages glaçage nom m p 0.77 0.07 0.01 0.00 -glaçaient glacer ver 7.21 25.74 0.01 0.47 ind:imp:3p; -glaçais glacer ver 7.21 25.74 0.00 0.07 ind:imp:1s; -glaçait glacer ver 7.21 25.74 0.06 2.97 ind:imp:3s; -glaçant glacer ver 7.21 25.74 0.04 0.07 par:pre; -glaçante glaçant adj f s 0.04 0.27 0.01 0.27 -glaçon glaçon nom m s 7.40 5.47 1.55 0.95 -glaçons glaçon nom m p 7.40 5.47 5.85 4.53 -glaçure glaçure nom f s 0.00 0.14 0.00 0.07 -glaçures glaçure nom f p 0.00 0.14 0.00 0.07 -glaucome glaucome nom m s 0.27 0.20 0.27 0.20 -glauque glauque adj s 1.40 9.32 1.12 6.82 -glauquement glauquement adv 0.00 0.07 0.00 0.07 -glauques glauque adj p 1.40 9.32 0.28 2.50 -glaviot glaviot nom m s 0.13 1.35 0.11 0.74 -glaviotaient glavioter ver 0.02 1.22 0.00 0.07 ind:imp:3p; -glaviotait glavioter ver 0.02 1.22 0.00 0.14 ind:imp:3s; -glaviotant glavioter ver 0.02 1.22 0.00 0.14 par:pre; -glaviote glavioter ver 0.02 1.22 0.01 0.34 ind:pre:1s;ind:pre:3s; -glavioter glavioter ver 0.02 1.22 0.01 0.54 inf; -glavioteurs glavioteur nom m p 0.00 0.07 0.00 0.07 -glaviots glaviot nom m p 0.13 1.35 0.02 0.61 -glaviotte glaviotter ver 0.00 0.07 0.00 0.07 ind:pre:3s; -glide glide nom m s 0.07 0.00 0.07 0.00 -glioblastome glioblastome nom m s 0.04 0.00 0.04 0.00 -gliome gliome nom m s 0.05 0.00 0.05 0.00 -glissa glisser ver 34.74 229.32 0.78 30.61 ind:pas:3s; -glissade glissade nom f s 0.64 4.26 0.57 2.50 -glissades glissade nom f p 0.64 4.26 0.07 1.76 -glissai glisser ver 34.74 229.32 0.05 2.43 ind:pas:1s; -glissaient glisser ver 34.74 229.32 0.35 10.14 ind:imp:3p; -glissais glisser ver 34.74 229.32 0.09 2.30 ind:imp:1s;ind:imp:2s; -glissait glisser ver 34.74 229.32 1.00 27.97 ind:imp:3s; -glissandi glissando nom m p 0.01 0.27 0.00 0.07 -glissando glissando nom m s 0.01 0.27 0.01 0.14 -glissandos glissando nom m p 0.01 0.27 0.00 0.07 -glissant glissant adj m s 3.54 8.24 1.76 3.18 -glissante glissant adj f s 3.54 8.24 1.34 2.64 -glissantes glissant adj f p 3.54 8.24 0.35 1.49 -glissants glissant adj m p 3.54 8.24 0.09 0.95 -glisse_la_moi glisse_la_moi nom f s 0.10 0.00 0.10 0.00 -glisse glisser ver 34.74 229.32 8.99 31.96 imp:pre:2s;ind:pre:1s;ind:pre:3s; -glissement glissement nom m s 0.48 7.50 0.35 6.62 -glissements glissement nom m p 0.48 7.50 0.13 0.88 -glissent glisser ver 34.74 229.32 1.22 8.65 ind:pre:3p; -glisser glisser ver 34.74 229.32 9.01 61.62 ind:pre:2p;inf; -glissera glisser ver 34.74 229.32 0.17 0.68 ind:fut:3s; -glisserai glisser ver 34.74 229.32 0.41 0.27 ind:fut:1s; -glisseraient glisser ver 34.74 229.32 0.01 0.41 cnd:pre:3p; -glisserais glisser ver 34.74 229.32 0.04 0.54 cnd:pre:1s;cnd:pre:2s; -glisserait glisser ver 34.74 229.32 0.15 0.95 cnd:pre:3s; -glisserez glisser ver 34.74 229.32 0.12 0.00 ind:fut:2p; -glisseriez glisser ver 34.74 229.32 0.02 0.07 cnd:pre:2p; -glisserons glisser ver 34.74 229.32 0.01 0.07 ind:fut:1p; -glisseront glisser ver 34.74 229.32 0.05 0.27 ind:fut:3p; -glisses glisser ver 34.74 229.32 0.72 0.41 ind:pre:2s; -glissez glisser ver 34.74 229.32 1.08 0.27 imp:pre:2p;ind:pre:2p; -glissions glisser ver 34.74 229.32 0.03 1.01 ind:imp:1p; -glissière glissière nom f s 0.24 1.96 0.22 1.69 -glissières glissière nom f p 0.24 1.96 0.03 0.27 -glissoire glissoire nom f s 0.04 0.00 0.04 0.00 -glissâmes glisser ver 34.74 229.32 0.00 0.20 ind:pas:1p; -glissons glisser ver 34.74 229.32 0.47 0.54 imp:pre:1p;ind:pre:1p; -glissât glisser ver 34.74 229.32 0.00 0.34 sub:imp:3s; -glissèrent glisser ver 34.74 229.32 0.01 2.50 ind:pas:3p; -glissé glisser ver m s 34.74 229.32 8.77 22.97 par:pas; -glissée glisser ver f s 34.74 229.32 0.39 5.20 par:pas; -glissées glisser ver f p 34.74 229.32 0.04 1.01 par:pas; -glissés glisser ver m p 34.74 229.32 0.07 2.43 par:pas; -global global adj m s 3.59 2.57 2.38 1.15 -globale global adj f s 3.59 2.57 1.19 1.42 -globalement globalement adv 0.68 0.61 0.68 0.61 -globalisation globalisation nom f s 0.19 0.00 0.19 0.00 -globalisé globaliser ver m s 0.01 0.00 0.01 0.00 par:pas; -globalité globalité nom f s 0.04 0.07 0.04 0.07 -globaux global adj m p 3.59 2.57 0.02 0.00 -globe_trotter globe_trotter nom m s 0.22 0.41 0.20 0.27 -globe_trotter globe_trotter nom m p 0.22 0.41 0.02 0.14 -globe globe nom m s 4.21 11.89 3.17 8.58 -globes globe nom m p 4.21 11.89 1.04 3.31 -globulaire globulaire adj s 0.09 0.34 0.04 0.14 -globulaires globulaire adj p 0.09 0.34 0.04 0.20 -globule globule nom m s 3.25 1.28 0.38 0.27 -globules globule nom m p 3.25 1.28 2.88 1.01 -globuleuse globuleux adj f s 0.27 4.80 0.00 0.14 -globuleux globuleux adj m 0.27 4.80 0.27 4.66 -globuline globuline nom f s 0.01 0.00 0.01 0.00 -glockenspiel glockenspiel nom m s 0.03 0.07 0.03 0.07 -gloire gloire nom s 35.27 50.88 34.78 48.51 -gloires gloire nom f p 35.27 50.88 0.48 2.36 -glomérule glomérule nom m s 0.00 0.07 0.00 0.07 -glop glop nom f s 0.01 0.27 0.01 0.27 -gloria gloria nom m s 2.66 0.81 2.66 0.81 -gloriette gloriette nom f s 0.10 0.34 0.10 0.27 -gloriettes gloriette nom f p 0.10 0.34 0.00 0.07 -glorieuse glorieux adj f s 7.41 18.31 2.44 5.54 -glorieusement glorieusement adv 0.34 1.82 0.34 1.82 -glorieuses glorieux adj f p 7.41 18.31 0.28 1.96 -glorieux glorieux adj m 7.41 18.31 4.68 10.81 -glorifia glorifier ver 1.82 3.65 0.01 0.14 ind:pas:3s; -glorifiaient glorifier ver 1.82 3.65 0.01 0.27 ind:imp:3p; -glorifiait glorifier ver 1.82 3.65 0.12 0.27 ind:imp:3s; -glorifiant glorifier ver 1.82 3.65 0.02 0.20 par:pre; -glorification glorification nom f s 0.22 0.20 0.22 0.20 -glorifie glorifier ver 1.82 3.65 0.53 0.47 imp:pre:2s;ind:pre:1s;ind:pre:3s; -glorifient glorifier ver 1.82 3.65 0.22 0.20 ind:pre:3p; -glorifier glorifier ver 1.82 3.65 0.56 1.22 inf; -glorifiez glorifier ver 1.82 3.65 0.08 0.07 imp:pre:2p;ind:pre:2p; -glorifions glorifier ver 1.82 3.65 0.05 0.07 imp:pre:1p;ind:pre:1p; -glorifié glorifier ver m s 1.82 3.65 0.21 0.54 par:pas; -glorifiées glorifier ver f p 1.82 3.65 0.00 0.07 par:pas; -glorifiés glorifier ver m p 1.82 3.65 0.00 0.14 par:pas; -gloriole gloriole nom f s 0.03 1.69 0.03 1.69 -glosaient gloser ver 0.00 0.61 0.00 0.07 ind:imp:3p; -glose glose nom f s 0.01 0.61 0.01 0.20 -gloser gloser ver 0.00 0.61 0.00 0.27 inf; -gloses glose nom f p 0.01 0.61 0.00 0.41 -glossaire glossaire nom m s 0.04 0.07 0.04 0.07 -glossateurs glossateur nom m p 0.00 0.07 0.00 0.07 -glossématique glossématique nom f s 0.00 0.07 0.00 0.07 -glosé gloser ver m s 0.00 0.61 0.00 0.07 par:pas; -glosées gloser ver f p 0.00 0.61 0.00 0.07 par:pas; -glotte glotte nom f s 0.12 2.03 0.12 2.03 -glottique glottique adj m s 0.00 0.07 0.00 0.07 -glouglou glouglou nom m s 0.24 1.22 0.23 0.61 -glouglous glouglou nom m p 0.24 1.22 0.01 0.61 -glougloutait glouglouter ver 0.00 0.61 0.00 0.14 ind:imp:3s; -glougloutant glouglouter ver 0.00 0.61 0.00 0.14 par:pre; -glougloute glouglouter ver 0.00 0.61 0.00 0.27 ind:pre:3s; -glougloutement glougloutement nom m s 0.01 0.14 0.01 0.14 -glouglouter glouglouter ver 0.00 0.61 0.00 0.07 inf; -gloussa glousser ver 0.98 5.61 0.00 1.08 ind:pas:3s; -gloussaient glousser ver 0.98 5.61 0.00 0.41 ind:imp:3p; -gloussait glousser ver 0.98 5.61 0.03 0.88 ind:imp:3s; -gloussant glousser ver 0.98 5.61 0.04 0.61 par:pre; -gloussante gloussant adj f s 0.01 0.54 0.01 0.14 -gloussantes gloussant adj f p 0.01 0.54 0.00 0.14 -gloussants gloussant adj m p 0.01 0.54 0.00 0.07 -glousse glousser ver 0.98 5.61 0.38 0.68 imp:pre:2s;ind:pre:1s;ind:pre:3s; -gloussement gloussement nom m s 0.26 3.72 0.21 1.22 -gloussements gloussement nom m p 0.26 3.72 0.05 2.50 -gloussent glousser ver 0.98 5.61 0.03 0.07 ind:pre:3p; -glousser glousser ver 0.98 5.61 0.43 1.42 inf; -glousserait glousser ver 0.98 5.61 0.00 0.07 cnd:pre:3s; -gloussez glousser ver 0.98 5.61 0.02 0.00 ind:pre:2p; -gloussèrent glousser ver 0.98 5.61 0.00 0.07 ind:pas:3p; -gloussé glousser ver m s 0.98 5.61 0.05 0.34 par:pas; -glouton glouton nom m s 1.10 0.54 0.78 0.34 -gloutonnant gloutonner ver 0.00 0.14 0.00 0.14 par:pre; -gloutonne glouton adj f s 0.69 1.69 0.22 0.74 -gloutonnement gloutonnement adv 0.00 0.54 0.00 0.54 -gloutonnerie gloutonnerie nom f s 0.27 0.74 0.27 0.74 -gloutons glouton nom m p 1.10 0.54 0.32 0.07 -gloxinias gloxinia nom m p 0.00 0.07 0.00 0.07 -glèbe glèbe nom f s 0.51 0.95 0.51 0.88 -glèbes glèbe nom f p 0.51 0.95 0.00 0.07 -glène glène nom f s 0.00 0.07 0.00 0.07 -glu glu nom f s 0.56 2.57 0.56 2.43 -gluant gluant adj m s 1.96 15.20 1.23 4.73 -gluante gluant adj f s 1.96 15.20 0.40 5.81 -gluantes gluant adj f p 1.96 15.20 0.07 2.09 -gluants gluant adj m p 1.96 15.20 0.26 2.57 -glucagon glucagon nom m s 0.04 0.00 0.04 0.00 -glucide glucide nom m s 0.51 0.20 0.00 0.07 -glucides glucide nom m p 0.51 0.20 0.51 0.14 -gluconique gluconique adj s 0.01 0.00 0.01 0.00 -glucose glucose nom m s 2.08 0.20 2.08 0.20 -glue gluer ver 0.42 1.22 0.35 0.14 ind:pre:3s; -gluent gluer ver 0.42 1.22 0.00 0.07 ind:pre:3p; -glénoïde glénoïde adj f s 0.03 0.00 0.03 0.00 -gluon gluon nom m s 0.04 0.00 0.04 0.00 -glus glu nom f p 0.56 2.57 0.00 0.14 -glutamate glutamate nom m s 0.16 0.00 0.16 0.00 -gluten gluten nom m s 0.06 0.07 0.06 0.07 -glycine glycine nom f s 0.26 4.26 0.21 1.96 -glycines glycine nom f p 0.26 4.26 0.05 2.30 -glycol glycol nom m s 0.12 0.00 0.12 0.00 -glycoprotéine glycoprotéine nom f s 0.03 0.00 0.03 0.00 -glycémie glycémie nom f s 0.44 0.00 0.44 0.00 -glycérine glycérine nom f s 1.04 0.14 1.04 0.14 -glycérol glycérol nom m s 0.01 0.00 0.01 0.00 -glyphe glyphe nom m s 0.24 0.00 0.06 0.00 -glyphes glyphe nom m p 0.24 0.00 0.18 0.00 -gnôle gnôle nom f s 3.24 1.55 3.24 1.55 -gna_gna gna_gna ono 0.14 0.14 0.14 0.14 -gnafron gnafron nom m s 0.01 0.34 0.01 0.20 -gnafrons gnafron nom m p 0.01 0.34 0.00 0.14 -gnagnagna gnagnagna ono 0.01 1.35 0.01 1.35 -gnangnan gnangnan adj 0.23 0.47 0.23 0.47 -gnard gnard nom m s 0.00 0.34 0.00 0.20 -gnards gnard nom m p 0.00 0.34 0.00 0.14 -gnaule gnaule nom f s 0.01 0.00 0.01 0.00 -gnian_gnian gnian_gnian nom m s 0.01 0.00 0.01 0.00 -gniard gniard nom m s 0.00 1.15 0.00 0.27 -gniards gniard nom m p 0.00 1.15 0.00 0.88 -gniouf gniouf nom f s 0.00 0.27 0.00 0.27 -gnocchi gnocchi nom m s 2.02 0.07 1.06 0.00 -gnocchis gnocchi nom m p 2.02 0.07 0.96 0.07 -gnognote gnognote nom f s 0.04 0.41 0.04 0.41 -gnognotte gnognotte nom f s 0.23 0.20 0.23 0.20 -gnole gnole nom f s 0.55 1.01 0.55 1.01 -gnome gnome nom m s 2.95 2.03 2.36 1.01 -gnomes gnome nom m p 2.95 2.03 0.59 1.01 -gnon gnon nom m s 1.02 1.82 0.42 0.54 -gnons gnon nom m p 1.02 1.82 0.59 1.28 -gnose gnose nom f s 0.00 0.07 0.00 0.07 -gnosticisme gnosticisme nom m s 0.01 0.07 0.01 0.07 -gnostique gnostique adj m s 0.04 0.00 0.01 0.00 -gnostiques gnostique adj m p 0.04 0.00 0.03 0.00 -gnou gnou nom m s 0.20 0.27 0.17 0.00 -gnouf gnouf nom m s 0.41 1.01 0.41 1.01 -gnous gnou nom m p 0.20 0.27 0.03 0.27 -go go nom m s 15.32 2.70 15.32 2.70 -goût goût nom m s 57.94 141.82 50.51 124.80 -goûta goûter ver 42.27 39.86 0.00 1.89 ind:pas:3s; -goûtables goûtable adj m p 0.00 0.07 0.00 0.07 -goûtai goûter ver 42.27 39.86 0.02 0.34 ind:pas:1s; -goûtaient goûter ver 42.27 39.86 0.02 0.68 ind:imp:3p; -goûtais goûter ver 42.27 39.86 0.21 1.49 ind:imp:1s;ind:imp:2s; -goûtait goûter ver 42.27 39.86 0.09 3.85 ind:imp:3s; -goûtant goûter ver 42.27 39.86 0.05 0.74 par:pre; -goûte goûter ver 42.27 39.86 9.85 4.39 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -goûtent goûter ver 42.27 39.86 0.14 0.61 ind:pre:3p; -goûter goûter ver 42.27 39.86 15.91 15.20 inf; -goûtera goûter ver 42.27 39.86 0.24 0.07 ind:fut:3s; -goûterai goûter ver 42.27 39.86 0.50 0.07 ind:fut:1s; -goûterais goûter ver 42.27 39.86 0.09 0.14 cnd:pre:1s;cnd:pre:2s; -goûterait goûter ver 42.27 39.86 0.02 0.07 cnd:pre:3s; -goûteras goûter ver 42.27 39.86 0.08 0.00 ind:fut:2s; -goûterez goûter ver 42.27 39.86 0.33 0.27 ind:fut:2p; -goûterons goûter ver 42.27 39.86 0.02 0.00 ind:fut:1p;; -goûteront goûter ver 42.27 39.86 0.06 0.00 ind:fut:3p; -goûters goûter nom m p 2.26 7.84 0.42 2.09 -goûtes goûter ver 42.27 39.86 1.15 0.00 ind:pre:2s; -goûteur goûteur nom m s 0.14 0.00 0.12 0.00 -goûteuse goûteur nom f s 0.14 0.00 0.03 0.00 -goûteuses goûteux adj f p 0.13 0.27 0.02 0.07 -goûteux goûteux adj m s 0.13 0.27 0.09 0.14 -goûtez goûter ver 42.27 39.86 4.28 0.88 imp:pre:2p;ind:pre:2p; -goûtiez goûter ver 42.27 39.86 0.43 0.00 ind:imp:2p; -goûtions goûter ver 42.27 39.86 0.03 0.61 ind:imp:1p; -goûtâmes goûter ver 42.27 39.86 0.14 0.00 ind:pas:1p; -goûtons goûter ver 42.27 39.86 0.72 0.54 imp:pre:1p;ind:pre:1p; -goûts goût nom m p 57.94 141.82 7.43 17.03 -goûtèrent goûter ver 42.27 39.86 0.00 0.54 ind:pas:3p; -goûté goûter ver m s 42.27 39.86 7.01 6.42 par:pas; -goûtée goûter ver f s 42.27 39.86 0.57 0.47 par:pas; -goûtées goûter ver f p 42.27 39.86 0.23 0.34 par:pas; -goûtés goûter ver m p 42.27 39.86 0.06 0.27 par:pas; -goal goal nom m s 1.32 1.55 1.32 1.49 -goals goal nom m p 1.32 1.55 0.00 0.07 -goba gober ver 5.90 5.68 0.01 0.34 ind:pas:3s; -gobage gobage nom m s 0.04 0.27 0.04 0.07 -gobages gobage nom m p 0.04 0.27 0.00 0.20 -gobaient gober ver 5.90 5.68 0.01 0.14 ind:imp:3p; -gobais gober ver 5.90 5.68 0.04 0.07 ind:imp:1s; -gobait gober ver 5.90 5.68 0.06 0.27 ind:imp:3s; -gobant gober ver 5.90 5.68 0.03 0.41 par:pre; -gobe_mouches gobe_mouches nom m 0.02 0.14 0.02 0.14 -gobe gober ver 5.90 5.68 0.86 0.68 imp:pre:2s;ind:pre:1s;ind:pre:3s; -gobelet gobelet nom m s 3.25 4.46 2.21 2.16 -gobelets gobelet nom m p 3.25 4.46 1.04 2.30 -gobelin gobelin nom m s 0.19 0.41 0.04 0.00 -gobelins gobelin nom m p 0.19 0.41 0.14 0.41 -gobelottes gobelotter ver 0.00 0.07 0.00 0.07 ind:pre:2s; -gobent gober ver 5.90 5.68 0.19 0.34 ind:pre:3p; -gober gober ver 5.90 5.68 2.50 2.09 inf; -gobera gober ver 5.90 5.68 0.06 0.00 ind:fut:3s; -goberaient gober ver 5.90 5.68 0.04 0.00 cnd:pre:3p; -goberait gober ver 5.90 5.68 0.02 0.07 cnd:pre:3s; -goberge goberger ver 0.03 0.74 0.01 0.27 ind:pre:1s;ind:pre:3s; -gobergeait goberger ver 0.03 0.74 0.00 0.07 ind:imp:3s; -gobergent goberger ver 0.03 0.74 0.01 0.14 ind:pre:3p; -goberger goberger ver 0.03 0.74 0.00 0.14 inf; -gobergez goberger ver 0.03 0.74 0.01 0.07 imp:pre:2p; -gobergé goberger ver m s 0.03 0.74 0.00 0.07 par:pas; -goberont gober ver 5.90 5.68 0.04 0.00 ind:fut:3p; -gobes gober ver 5.90 5.68 0.28 0.14 ind:pre:2s; -gobet gobet nom m s 0.00 0.14 0.00 0.07 -gobets gobet nom m p 0.00 0.14 0.00 0.07 -gobette gobeter ver 0.00 0.41 0.00 0.41 ind:pre:3s; -gobeur gobeur nom m s 0.04 0.07 0.03 0.00 -gobeurs gobeur nom m p 0.04 0.07 0.00 0.07 -gobeuse gobeuse nom f s 0.08 0.00 0.08 0.00 -gobez gober ver 5.90 5.68 0.31 0.00 imp:pre:2p;ind:pre:2p; -gobions gober ver 5.90 5.68 0.00 0.07 ind:imp:1p; -gobèrent gober ver 5.90 5.68 0.00 0.07 ind:pas:3p; -gobé gober ver m s 5.90 5.68 1.44 0.74 par:pas; -gobée gober ver f s 5.90 5.68 0.00 0.14 par:pas; -gobées gober ver f p 5.90 5.68 0.02 0.00 par:pas; -gobés gober ver m p 5.90 5.68 0.00 0.14 par:pas; -gâcha gâcher ver 49.57 18.51 0.00 0.27 ind:pas:3s; -gâchage gâchage nom m s 0.00 0.07 0.00 0.07 -gâchaient gâcher ver 49.57 18.51 0.02 0.47 ind:imp:3p; -gâchais gâcher ver 49.57 18.51 0.10 0.14 ind:imp:1s;ind:imp:2s; -gâchait gâcher ver 49.57 18.51 0.19 1.49 ind:imp:3s; -gâchant gâcher ver 49.57 18.51 0.03 0.14 par:pre; -gâche gâcher ver 49.57 18.51 7.08 1.42 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -gâchent gâcher ver 49.57 18.51 0.66 0.34 ind:pre:3p; -gâcher gâcher ver 49.57 18.51 18.26 6.49 inf; -gâchera gâcher ver 49.57 18.51 0.31 0.00 ind:fut:3s; -gâcherai gâcher ver 49.57 18.51 0.70 0.00 ind:fut:1s; -gâcheraient gâcher ver 49.57 18.51 0.03 0.00 cnd:pre:3p; -gâcherais gâcher ver 49.57 18.51 0.26 0.00 cnd:pre:1s;cnd:pre:2s; -gâcherait gâcher ver 49.57 18.51 0.56 0.20 cnd:pre:3s; -gâcheras gâcher ver 49.57 18.51 0.08 0.00 ind:fut:2s; -gâcherez gâcher ver 49.57 18.51 0.05 0.00 ind:fut:2p; -gâcheriez gâcher ver 49.57 18.51 0.26 0.00 cnd:pre:2p; -gâches gâcher ver 49.57 18.51 2.24 0.41 ind:pre:2s; -gâchette gâchette nom f s 5.09 1.82 4.89 1.82 -gâchettes gâchette nom f p 5.09 1.82 0.19 0.00 -gâcheur gâcheur nom m s 0.01 0.07 0.01 0.00 -gâcheurs gâcheur nom m p 0.01 0.07 0.00 0.07 -gâcheuse gâcheur adj f s 0.00 0.14 0.00 0.14 -gâchez gâcher ver 49.57 18.51 1.53 0.41 imp:pre:2p;ind:pre:2p; -gâchiez gâcher ver 49.57 18.51 0.04 0.00 ind:imp:2p; -gâchis gâchis nom m 6.24 3.85 6.24 3.85 -gâchons gâcher ver 49.57 18.51 0.90 0.20 imp:pre:1p;ind:pre:1p; -gâchât gâcher ver 49.57 18.51 0.00 0.07 sub:imp:3s; -gâché gâcher ver m s 49.57 18.51 14.10 4.19 par:pas; -gâchée gâcher ver f s 49.57 18.51 1.77 1.28 par:pas; -gâchées gâcher ver f p 49.57 18.51 0.30 0.74 par:pas; -gâchés gâcher ver m p 49.57 18.51 0.10 0.27 par:pas; -goda goder ver 0.70 1.62 0.01 0.00 ind:pas:3s; -godaille godailler ver 0.01 0.27 0.01 0.14 ind:pre:3s; -godaillera godailler ver 0.01 0.27 0.00 0.07 ind:fut:3s; -godailles godailler ver 0.01 0.27 0.00 0.07 ind:pre:2s; -godait goder ver 0.70 1.62 0.00 0.07 ind:imp:3s; -godant goder ver 0.70 1.62 0.00 0.07 par:pre; -godasse godasse nom f s 2.99 8.92 0.46 1.55 -godasses godasse nom f p 2.99 8.92 2.53 7.36 -goddam goddam ono 0.01 0.00 0.01 0.00 -gode goder ver 0.70 1.62 0.32 0.68 imp:pre:2s;ind:pre:3s; -godelureau godelureau nom m s 0.01 0.34 0.01 0.20 -godelureaux godelureau nom m p 0.01 0.34 0.00 0.14 -godemiché godemiché nom m s 0.63 0.81 0.59 0.61 -godemichés godemiché nom m p 0.63 0.81 0.04 0.20 -godent goder ver 0.70 1.62 0.00 0.07 ind:pre:3p; -goder goder ver 0.70 1.62 0.00 0.61 inf; -goderas goder ver 0.70 1.62 0.00 0.07 ind:fut:2s; -godes goder ver 0.70 1.62 0.36 0.07 ind:pre:2s; -godet godet nom m s 0.33 7.50 0.29 4.32 -godets godet nom m p 0.33 7.50 0.04 3.18 -godiche godiche nom f s 0.09 0.00 0.07 0.00 -godiches godiche adj p 0.07 0.95 0.02 0.27 -godillais godiller ver 0.00 0.61 0.00 0.07 ind:imp:1s; -godillait godiller ver 0.00 0.61 0.00 0.07 ind:imp:3s; -godillant godiller ver 0.00 0.61 0.00 0.20 par:pre; -godille godille nom f s 0.20 0.88 0.00 0.88 -godiller godiller ver 0.00 0.61 0.00 0.14 inf; -godilles godille nom f p 0.20 0.88 0.20 0.00 -godilleur godilleur nom m s 0.00 0.14 0.00 0.14 -godillot godillot nom m s 0.35 3.24 0.04 0.47 -godillots godillot nom m p 0.35 3.24 0.32 2.77 -godillé godiller ver m s 0.00 0.61 0.00 0.07 par:pas; -godronnés godronner ver m p 0.00 0.07 0.00 0.07 par:pas; -godrons godron nom m p 0.00 0.07 0.00 0.07 -goglu goglu nom m s 0.02 0.00 0.02 0.00 -gogo gogo nom m s 2.19 1.96 1.85 1.42 -gogol gogol adj s 0.30 0.14 0.29 0.07 -gogols gogol adj p 0.30 0.14 0.01 0.07 -gogos gogo nom m p 2.19 1.96 0.35 0.54 -gogs gog nom m p 0.03 0.88 0.03 0.88 -goguenard goguenard adj m s 0.01 6.15 0.01 3.85 -goguenarda goguenarder ver 0.00 0.20 0.00 0.07 ind:pas:3s; -goguenarde goguenard adj f s 0.01 6.15 0.00 1.01 -goguenardes goguenard adj f p 0.01 6.15 0.00 0.14 -goguenards goguenard adj m p 0.01 6.15 0.00 1.15 -goguenots goguenot nom m p 0.00 0.20 0.00 0.20 -gogues gogues nom m p 0.23 2.57 0.23 2.57 -goguette goguette nom f s 0.47 1.35 0.47 1.15 -goguettes goguette nom f p 0.47 1.35 0.00 0.20 -goinfraient goinfrer ver 0.98 1.62 0.00 0.07 ind:imp:3p; -goinfrait goinfrer ver 0.98 1.62 0.00 0.14 ind:imp:3s; -goinfre goinfre nom s 0.52 0.61 0.34 0.34 -goinfrent goinfrer ver 0.98 1.62 0.03 0.07 ind:pre:3p; -goinfrer goinfrer ver 0.98 1.62 0.67 0.95 inf; -goinfreras goinfrer ver 0.98 1.62 0.00 0.07 ind:fut:2s; -goinfrerie goinfrerie nom f s 0.12 0.41 0.12 0.41 -goinfres goinfre nom p 0.52 0.61 0.17 0.27 -goinfrez goinfrer ver 0.98 1.62 0.03 0.07 imp:pre:2p;ind:pre:2p; -goinfré goinfrer ver m s 0.98 1.62 0.06 0.00 par:pas; -goinfrée goinfrer ver f s 0.98 1.62 0.01 0.07 par:pas; -goinfrés goinfrer ver m p 0.98 1.62 0.01 0.07 par:pas; -goitre goitre nom m s 0.11 0.68 0.10 0.54 -goitres goitre nom m p 0.11 0.68 0.01 0.14 -goitreux goitreux nom m 0.00 0.34 0.00 0.34 -gold gold adj 3.11 0.41 3.11 0.41 -golden golden nom s 2.37 0.68 2.37 0.61 -goldens golden nom p 2.37 0.68 0.00 0.07 -goldo goldo nom f s 0.00 0.61 0.00 0.54 -goldos goldo nom f p 0.00 0.61 0.00 0.07 -golem golem nom m s 0.10 0.07 0.10 0.07 -golf_club golf_club nom m s 0.01 0.07 0.01 0.07 -golf golf nom m s 14.14 7.30 14.05 7.16 -golfe golfe nom m s 1.69 6.49 1.55 5.95 -golfes golfe nom m p 1.69 6.49 0.14 0.54 -golfeur golfeur nom m s 0.85 0.34 0.58 0.07 -golfeurs golfeur nom m p 0.85 0.34 0.22 0.07 -golfeuse golfeur nom f s 0.85 0.34 0.05 0.07 -golfeuses golfeuse nom f p 0.01 0.00 0.01 0.00 -golfs golf nom m p 14.14 7.30 0.09 0.14 -golgotha golgotha nom m s 0.00 0.07 0.00 0.07 -goliath goliath nom m s 0.00 0.07 0.00 0.07 -gombo gombo nom m s 2.44 0.14 2.00 0.14 -gombos gombo nom m p 2.44 0.14 0.43 0.00 -gomina gomina nom f s 0.14 1.01 0.14 1.01 -gominer gominer ver 0.29 1.82 0.00 0.07 inf; -gominé gominer ver m s 0.29 1.82 0.04 0.61 par:pas; -gominée gominer ver f s 0.29 1.82 0.00 0.34 par:pas; -gominées gominer ver f p 0.29 1.82 0.00 0.07 par:pas; -gominés gominer ver m p 0.29 1.82 0.25 0.74 par:pas; -gomma gommer ver 0.57 4.73 0.00 0.20 ind:pas:3s; -gommage gommage nom m s 0.25 0.07 0.25 0.07 -gommait gommer ver 0.57 4.73 0.00 0.47 ind:imp:3s; -gommant gommer ver 0.57 4.73 0.02 0.20 par:pre; -gomme gomme nom f s 3.81 9.93 3.21 9.26 -gomment gommer ver 0.57 4.73 0.00 0.07 ind:pre:3p; -gommer gommer ver 0.57 4.73 0.26 1.69 inf; -gommerait gommer ver 0.57 4.73 0.00 0.20 cnd:pre:3s; -gommes gomme nom f p 3.81 9.93 0.60 0.68 -gommette gommette nom f s 0.03 0.00 0.03 0.00 -gommeuse gommeux adj f s 0.00 0.34 0.00 0.14 -gommeux gommeux nom m 0.05 0.68 0.05 0.68 -gommier gommier nom m s 0.06 0.27 0.05 0.00 -gommiers gommier nom m p 0.06 0.27 0.01 0.27 -gommé gommer ver m s 0.57 4.73 0.19 0.68 par:pas; -gommée gommer ver f s 0.57 4.73 0.01 0.41 par:pas; -gommées gommer ver f p 0.57 4.73 0.01 0.14 par:pas; -gommés gommer ver m p 0.57 4.73 0.01 0.14 par:pas; -goménol goménol nom m s 0.00 0.07 0.00 0.07 -goménolée goménolé adj f s 0.00 0.14 0.00 0.14 -gon gon nom m s 0.86 0.00 0.86 0.00 -gonade gonade nom f s 0.16 0.07 0.04 0.00 -gonades gonade nom f p 0.16 0.07 0.12 0.07 -gonadotropes gonadotrope adj f p 0.01 0.00 0.01 0.00 -gonadotrophine gonadotrophine nom f s 0.01 0.00 0.01 0.00 -goncier goncier nom m s 0.00 0.14 0.00 0.14 -gond gond nom m s 0.91 2.97 0.04 0.14 -gonde gonder ver 0.01 0.07 0.00 0.07 ind:pre:3s; -gonder gonder ver 0.01 0.07 0.01 0.00 inf; -gondolaient gondoler ver 0.11 2.70 0.00 0.47 ind:imp:3p; -gondolais gondoler ver 0.11 2.70 0.00 0.14 ind:imp:1s;ind:imp:2s; -gondolait gondoler ver 0.11 2.70 0.00 0.27 ind:imp:3s; -gondolant gondoler ver 0.11 2.70 0.00 0.20 par:pre; -gondole gondole nom f s 1.26 4.93 1.01 3.31 -gondolement gondolement nom m s 0.00 0.07 0.00 0.07 -gondolent gondoler ver 0.11 2.70 0.01 0.20 ind:pre:3p; -gondoler gondoler ver 0.11 2.70 0.02 0.41 inf; -gondolera gondoler ver 0.11 2.70 0.00 0.07 ind:fut:3s; -gondoles gondole nom f p 1.26 4.93 0.25 1.62 -gondolier gondolier nom m s 0.72 1.15 0.59 0.74 -gondoliers gondolier nom m p 0.72 1.15 0.11 0.41 -gondolière gondolier nom f s 0.72 1.15 0.03 0.00 -gondolèrent gondoler ver 0.11 2.70 0.00 0.07 ind:pas:3p; -gondolé gondoler ver m s 0.11 2.70 0.01 0.14 par:pas; -gondolée gondolé adj f s 0.01 0.68 0.00 0.27 -gondolées gondolé adj f p 0.01 0.68 0.00 0.20 -gondolés gondolé adj m p 0.01 0.68 0.00 0.14 -gonds gond nom m p 0.91 2.97 0.87 2.84 -gone gone nom m s 1.00 0.14 1.00 0.14 -gonelle gonelle nom f s 0.00 0.14 0.00 0.14 -gonfalon gonfalon nom m s 0.00 0.20 0.00 0.14 -gonfaloniers gonfalonier nom m p 0.00 0.07 0.00 0.07 -gonfalons gonfalon nom m p 0.00 0.20 0.00 0.07 -gonfanon gonfanon nom m s 0.00 0.20 0.00 0.14 -gonfanons gonfanon nom m p 0.00 0.20 0.00 0.07 -gonfla gonfler ver 16.52 47.57 0.02 2.36 ind:pas:3s; -gonflable gonflable adj s 1.35 0.95 0.92 0.54 -gonflables gonflable adj p 1.35 0.95 0.44 0.41 -gonflage gonflage nom m s 0.00 0.20 0.00 0.20 -gonflaient gonfler ver 16.52 47.57 0.00 1.96 ind:imp:3p; -gonflais gonfler ver 16.52 47.57 0.02 0.07 ind:imp:1s; -gonflait gonfler ver 16.52 47.57 0.60 7.91 ind:imp:3s; -gonflant gonflant adj m s 0.21 0.54 0.19 0.34 -gonflante gonflant adj f s 0.21 0.54 0.01 0.14 -gonflantes gonflant adj f p 0.21 0.54 0.00 0.07 -gonflants gonflant adj m p 0.21 0.54 0.01 0.00 -gonfle gonfler ver 16.52 47.57 4.14 6.49 imp:pre:2s;ind:pre:1s;ind:pre:3s; -gonflement gonflement nom m s 0.24 1.15 0.20 0.88 -gonflements gonflement nom m p 0.24 1.15 0.04 0.27 -gonflent gonfler ver 16.52 47.57 0.50 2.09 ind:pre:3p; -gonfler gonfler ver 16.52 47.57 3.17 5.68 inf; -gonflera gonfler ver 16.52 47.57 0.07 0.07 ind:fut:3s; -gonflerait gonfler ver 16.52 47.57 0.02 0.14 cnd:pre:3s; -gonfles gonfler ver 16.52 47.57 1.16 0.14 ind:pre:2s; -gonflette gonflette nom f s 0.46 0.00 0.46 0.00 -gonfleur gonfleur nom m s 0.00 0.20 0.00 0.20 -gonflez gonfler ver 16.52 47.57 1.20 0.07 imp:pre:2p;ind:pre:2p; -gonflèrent gonfler ver 16.52 47.57 0.01 0.61 ind:pas:3p; -gonflé gonfler ver m s 16.52 47.57 3.96 7.30 par:pas; -gonflée gonfler ver f s 16.52 47.57 0.80 3.92 par:pas; -gonflées gonflé adj f p 3.56 12.64 0.34 3.24 -gonflés gonflé adj m p 3.56 12.64 1.20 3.18 -gong gong nom m s 2.41 3.65 2.35 3.51 -gongoriste gongoriste adj m s 0.00 0.07 0.00 0.07 -gongs gong nom m p 2.41 3.65 0.06 0.14 -goniomètre goniomètre nom m s 0.00 0.07 0.00 0.07 -gonococcie gonococcie nom f s 0.03 0.00 0.03 0.00 -gonococcique gonococcique adj s 0.01 0.00 0.01 0.00 -gonocoque gonocoque nom m s 0.01 0.41 0.00 0.20 -gonocoques gonocoque nom m p 0.01 0.41 0.01 0.20 -gonorrhée gonorrhée nom f s 0.08 0.00 0.08 0.00 -gonze gonze nom m s 0.07 6.89 0.06 4.05 -gonzes gonze nom m p 0.07 6.89 0.01 2.84 -gonzesse gonzesse nom f s 11.29 15.61 7.74 7.57 -gonzesses gonzesse nom f p 11.29 15.61 3.56 8.04 -gopak gopak nom m s 0.00 0.07 0.00 0.07 -gâpette gâpette nom f s 0.00 0.07 0.00 0.07 -gopher gopher nom m s 0.02 0.07 0.02 0.07 -gord gord nom m s 0.25 0.00 0.25 0.00 -gordien gordien adj m s 0.00 0.20 0.00 0.14 -gordiens gordien adj m p 0.00 0.20 0.00 0.07 -gore gore adj s 0.57 0.14 0.57 0.14 -goret goret nom m s 0.85 1.28 0.81 0.95 -gorets goret nom m p 0.85 1.28 0.04 0.34 -gorge_de_pigeon gorge_de_pigeon adj m s 0.01 0.14 0.01 0.14 -gorge gorge nom s 30.87 86.82 29.57 82.64 -gorgea gorger ver 1.52 8.04 0.01 0.14 ind:pas:3s; -gorgeai gorger ver 1.52 8.04 0.00 0.14 ind:pas:1s; -gorgeaient gorger ver 1.52 8.04 0.00 0.14 ind:imp:3p; -gorgeais gorger ver 1.52 8.04 0.00 0.07 ind:imp:1s; -gorgeait gorger ver 1.52 8.04 0.01 0.47 ind:imp:3s; -gorgeant gorger ver 1.52 8.04 0.01 0.20 par:pre; -gorgent gorger ver 1.52 8.04 0.02 0.07 ind:pre:3p; -gorgeon gorgeon nom m s 0.01 1.01 0.01 0.95 -gorgeons gorger ver 1.52 8.04 0.00 0.07 ind:pre:1p; -gorger gorger ver 1.52 8.04 0.03 0.47 inf; -gorgerette gorgerette nom f s 0.00 0.07 0.00 0.07 -gorgerin gorgerin nom m s 0.01 0.07 0.01 0.07 -gorges gorge nom f p 30.87 86.82 1.30 4.19 -gorget gorget nom m s 0.00 0.07 0.00 0.07 -gorgez gorger ver 1.52 8.04 0.00 0.07 imp:pre:2p; -gorgone gorgone nom f s 0.02 0.41 0.02 0.41 -gorgonzola gorgonzola nom m s 0.22 0.34 0.22 0.34 -gorgèrent gorger ver 1.52 8.04 0.00 0.07 ind:pas:3p; -gorgé gorger ver m s 1.52 8.04 0.19 1.76 par:pas; -gorgée gorgée nom f s 5.70 20.27 4.97 13.31 -gorgées gorgée nom f p 5.70 20.27 0.72 6.96 -gorgés gorger ver m p 1.52 8.04 0.40 1.35 par:pas; -gorille gorille nom m s 6.06 2.77 3.55 2.03 -gorilles gorille nom m p 6.06 2.77 2.51 0.74 -gosier gosier nom m s 1.20 4.93 1.20 4.26 -gosiers gosier nom m p 1.20 4.93 0.00 0.68 -gospel gospel nom m s 0.61 0.00 0.61 0.00 -gosplan gosplan nom m s 0.10 0.07 0.10 0.07 -gosse gosse nom s 109.96 61.76 62.92 34.12 -gosseline gosseline nom f s 0.00 0.14 0.00 0.07 -gosselines gosseline nom f p 0.00 0.14 0.00 0.07 -gosses gosse nom p 109.96 61.76 47.03 27.64 -gâta gâter ver 10.97 14.26 0.00 0.14 ind:pas:3s; -gâtaient gâter ver 10.97 14.26 0.04 0.34 ind:imp:3p; -gâtais gâter ver 10.97 14.26 0.03 0.07 ind:imp:1s; -gâtait gâter ver 10.97 14.26 0.03 0.95 ind:imp:3s; -gâtant gâter ver 10.97 14.26 0.23 0.14 par:pre; -gâte_bois gâte_bois nom m 0.00 0.07 0.00 0.07 -gâte_sauce gâte_sauce nom m s 0.00 0.14 0.00 0.14 -gâte gâter ver 10.97 14.26 2.96 1.82 imp:pre:2s;ind:pre:1s;ind:pre:3s; -gâteau gâteau nom m s 55.19 32.16 42.33 13.92 -gâteaux gâteau nom m p 55.19 32.16 12.85 18.24 -gâtent gâter ver 10.97 14.26 0.54 0.14 ind:pre:3p; -gâter gâter ver 10.97 14.26 1.80 3.45 inf; -gâtera gâter ver 10.97 14.26 0.35 0.14 ind:fut:3s; -gâterais gâter ver 10.97 14.26 0.02 0.07 cnd:pre:1s;cnd:pre:2s; -gâterait gâter ver 10.97 14.26 0.02 0.07 cnd:pre:3s; -gâterie gâterie nom f s 1.35 2.91 0.98 0.81 -gâteries gâterie nom f p 1.35 2.91 0.36 2.09 -gâteront gâter ver 10.97 14.26 0.00 0.14 ind:fut:3p; -gâtes gâter ver 10.97 14.26 1.22 0.20 ind:pre:2s; -gâteuse gâteux adj f s 1.71 3.92 0.25 0.88 -gâteuses gâteux adj f p 1.71 3.92 0.00 0.07 -gâteux gâteux adj m 1.71 3.92 1.47 2.97 -gâtez gâter ver 10.97 14.26 0.46 0.20 imp:pre:2p;ind:pre:2p; -goth goth nom s 0.04 0.14 0.02 0.00 -gotha gotha nom m s 0.04 0.14 0.04 0.07 -gothas gotha nom m p 0.04 0.14 0.00 0.07 -gothique gothique adj s 0.99 6.55 0.89 3.85 -gothiques gothique adj p 0.99 6.55 0.10 2.70 -goths goth nom p 0.04 0.14 0.01 0.14 -gâtifie gâtifier ver 0.00 0.07 0.00 0.07 ind:pre:3s; -gâtine gâtine nom f s 0.00 0.07 0.00 0.07 -gâtisme gâtisme nom m s 0.02 0.95 0.02 0.95 -goton goton nom f s 0.00 0.07 0.00 0.07 -gâtât gâter ver 10.97 14.26 0.00 0.07 sub:imp:3s; -gâtèrent gâter ver 10.97 14.26 0.00 0.27 ind:pas:3p; -gâté gâter ver m s 10.97 14.26 1.54 3.58 par:pas; -gâtée gâté adj f s 3.66 4.73 1.68 1.28 -gâtées gâté adj f p 3.66 4.73 0.15 0.61 -gâtés gâté adj m p 3.66 4.73 0.54 0.68 -gouache gouache nom f s 0.04 1.55 0.04 1.22 -gouaches gouache nom f p 0.04 1.55 0.00 0.34 -gouachez gouacher ver 0.01 0.00 0.01 0.00 ind:pre:2p; -gouailla gouailler ver 0.00 0.41 0.00 0.27 ind:pas:3s; -gouaille gouaille nom f s 0.01 1.49 0.01 1.49 -gouailleur gouailleur adj m s 0.00 1.28 0.00 0.61 -gouailleurs gouailleur adj m p 0.00 1.28 0.00 0.07 -gouailleuse gouailleur adj f s 0.00 1.28 0.00 0.54 -gouailleuses gouailleur adj f p 0.00 1.28 0.00 0.07 -gouaillé gouailler ver m s 0.00 0.41 0.00 0.07 par:pas; -goualante goualante nom f s 0.01 1.08 0.01 0.81 -goualantes goualante nom f p 0.01 1.08 0.00 0.27 -goualer goualer ver 0.00 0.14 0.00 0.14 inf; -gouape gouape nom f s 0.39 1.08 0.38 0.74 -gouapes gouape nom f p 0.39 1.08 0.01 0.34 -gouda gouda nom m s 0.03 0.07 0.03 0.07 -goudou goudou nom f s 0.09 0.14 0.06 0.07 -goudous goudou nom f p 0.09 0.14 0.03 0.07 -goudron goudron nom m s 3.40 7.64 3.40 7.50 -goudronnage goudronnage nom m s 0.00 0.14 0.00 0.14 -goudronne goudronner ver 0.38 1.01 0.00 0.07 ind:pre:3s; -goudronner goudronner ver 0.38 1.01 0.05 0.20 inf; -goudronneux goudronneux adj m 0.00 0.20 0.00 0.20 -goudronnez goudronner ver 0.38 1.01 0.14 0.00 imp:pre:2p; -goudronné goudronner ver m s 0.38 1.01 0.06 0.41 par:pas; -goudronnée goudronné adj f s 0.39 3.04 0.23 1.01 -goudronnées goudronné adj f p 0.39 3.04 0.14 0.54 -goudronnés goudronné adj m p 0.39 3.04 0.00 0.27 -goudrons goudron nom m p 3.40 7.64 0.00 0.14 -gouet gouet nom m s 0.00 0.07 0.00 0.07 -gouffre gouffre nom m s 3.84 13.38 3.43 11.35 -gouffres gouffre nom m p 3.84 13.38 0.40 2.03 -gouge gouge nom f s 0.02 1.01 0.01 0.74 -gouges gouge nom f p 0.02 1.01 0.01 0.27 -gougnafier gougnafier nom m s 0.00 1.96 0.00 0.61 -gougnafiers gougnafier nom m p 0.00 1.96 0.00 1.35 -gougnottes gougnotter ver 0.01 0.07 0.01 0.07 ind:pre:2s; -gougoutte gougoutte nom f s 0.01 0.07 0.01 0.00 -gougouttes gougoutte nom f p 0.01 0.07 0.00 0.07 -gougère gougère nom f s 0.00 0.20 0.00 0.07 -gougères gougère nom f p 0.00 0.20 0.00 0.14 -gouine gouine nom f s 4.00 0.88 3.29 0.47 -gouines gouine nom f p 4.00 0.88 0.71 0.41 -goujat goujat nom m s 1.68 2.09 1.23 1.69 -goujaterie goujaterie nom f s 0.16 0.47 0.16 0.47 -goujats goujat nom m p 1.68 2.09 0.45 0.41 -goujon goujon nom m s 0.50 1.35 0.50 0.81 -goujons goujon nom m p 0.50 1.35 0.00 0.54 -goulûment goulûment adv 0.14 2.70 0.14 2.70 -goulache goulache nom m s 0.46 0.00 0.46 0.00 -goulafre goulafre nom s 0.00 0.14 0.00 0.07 -goulafres goulafre nom p 0.00 0.14 0.00 0.07 -goulag goulag nom m s 0.31 1.01 0.31 0.74 -goulags goulag nom m p 0.31 1.01 0.00 0.27 -goéland goéland nom m s 0.53 2.91 0.31 0.81 -goélands goéland nom m p 0.53 2.91 0.23 2.09 -goulasch goulasch nom m s 0.27 0.14 0.27 0.14 -goule goule nom f s 0.61 0.07 0.26 0.07 -goules goule nom f p 0.61 0.07 0.36 0.00 -goulet goulet nom m s 0.09 0.74 0.09 0.74 -goélette goélette nom f s 0.60 0.68 0.60 0.61 -goulette goulette nom f s 0.94 0.14 0.94 0.14 -goélettes goélette nom f p 0.60 0.68 0.00 0.07 -gouleyant gouleyant adj m s 0.00 0.14 0.00 0.14 -goulot goulot nom m s 0.50 10.81 0.49 10.14 -goulots goulot nom m p 0.50 10.81 0.01 0.68 -goulotte goulotte nom f s 0.00 0.07 0.00 0.07 -goulu goulu adj m s 0.14 1.55 0.02 0.34 -goulée goulée nom f s 0.01 2.64 0.00 1.55 -goulue goulu adj f s 0.14 1.55 0.02 0.68 -goulées goulée nom f p 0.01 2.64 0.01 1.08 -goulues goulu nom f p 0.02 0.41 0.01 0.07 -goulus goulu adj m p 0.14 1.55 0.10 0.34 -goum goum nom m s 0.04 0.41 0.00 0.34 -goumi goumi nom m s 0.00 0.34 0.00 0.34 -goumier goumier nom m s 0.00 0.54 0.00 0.07 -goumiers goumier nom m p 0.00 0.54 0.00 0.47 -goémon goémon nom m s 0.14 0.88 0.00 0.41 -goémons goémon nom m p 0.14 0.88 0.14 0.47 -goums goum nom m p 0.04 0.41 0.04 0.07 -goupil goupil nom m s 0.03 0.27 0.03 0.27 -goupillait goupiller ver 0.27 1.69 0.01 0.20 ind:imp:3s; -goupille goupille nom f s 0.74 0.47 0.72 0.34 -goupiller goupiller ver 0.27 1.69 0.04 0.34 inf; -goupilles goupille nom f p 0.74 0.47 0.02 0.14 -goupillon goupillon nom m s 0.16 1.62 0.16 1.55 -goupillons goupillon nom m p 0.16 1.62 0.00 0.07 -goupillé goupiller ver m s 0.27 1.69 0.04 0.47 par:pas; -goupillée goupiller ver f s 0.27 1.69 0.02 0.07 par:pas; -gour gour nom m 0.02 0.61 0.01 0.54 -goura goura nom m s 0.00 0.07 0.00 0.07 -gouraient gourer ver 2.33 6.28 0.00 0.07 ind:imp:3p; -gourais gourer ver 2.33 6.28 0.01 0.68 ind:imp:1s;ind:imp:2s; -gourait gourer ver 2.33 6.28 0.01 0.47 ind:imp:3s; -gourance gourance nom f s 0.00 1.28 0.00 1.15 -gourances gourance nom f p 0.00 1.28 0.00 0.14 -gourbi gourbi nom m s 0.17 2.91 0.12 1.69 -gourbis gourbi nom m p 0.17 2.91 0.06 1.22 -gourd gourd adj m s 0.00 2.70 0.00 0.68 -gourde gourde nom f s 2.85 4.59 2.56 4.59 -gourdes gourde nom f p 2.85 4.59 0.29 0.00 -gourdin gourdin nom m s 1.59 2.84 1.51 1.82 -gourdins gourdin nom m p 1.59 2.84 0.08 1.01 -gourds gourd adj m p 0.00 2.70 0.00 2.03 -goure gourer ver 2.33 6.28 0.30 0.88 imp:pre:2s;ind:pre:1s;ind:pre:3s; -gourent gourer ver 2.33 6.28 0.03 0.27 ind:pre:3p; -gourer gourer ver 2.33 6.28 0.22 1.35 inf; -gourerait gourer ver 2.33 6.28 0.00 0.07 cnd:pre:3s; -goures gourer ver 2.33 6.28 0.77 0.34 ind:pre:2s; -gourez gourer ver 2.33 6.28 0.19 0.07 ind:pre:2p; -gourgandine gourgandine nom f s 0.06 0.34 0.06 0.20 -gourgandines gourgandine nom f p 0.06 0.34 0.00 0.14 -gourmand gourmand adj m s 2.79 9.86 1.81 4.53 -gourmandai gourmander ver 0.11 0.81 0.00 0.07 ind:pas:1s; -gourmandais gourmander ver 0.11 0.81 0.00 0.07 ind:imp:1s; -gourmandait gourmander ver 0.11 0.81 0.00 0.07 ind:imp:3s; -gourmandant gourmander ver 0.11 0.81 0.00 0.07 par:pre; -gourmande gourmand adj f s 2.79 9.86 0.54 3.45 -gourmandement gourmandement adv 0.00 0.07 0.00 0.07 -gourmandent gourmander ver 0.11 0.81 0.00 0.07 ind:pre:3p; -gourmander gourmander ver 0.11 0.81 0.00 0.14 inf; -gourmandes gourmand adj f p 2.79 9.86 0.14 1.08 -gourmandise gourmandise nom f s 0.51 6.49 0.47 5.54 -gourmandises gourmandise nom f p 0.51 6.49 0.04 0.95 -gourmands gourmand adj m p 2.79 9.86 0.32 0.81 -gourmandé gourmander ver m s 0.11 0.81 0.01 0.00 par:pas; -gourme gourme nom f s 0.06 0.41 0.06 0.41 -gourmet gourmet nom m s 0.97 1.55 0.89 0.81 -gourmets gourmet nom m p 0.97 1.55 0.08 0.74 -gourmette gourmette nom f s 1.25 2.43 1.25 2.09 -gourmettes gourmette nom f p 1.25 2.43 0.01 0.34 -gourmé gourmé adj m s 0.01 0.81 0.01 0.34 -gourmée gourmé adj f s 0.01 0.81 0.00 0.20 -gourmés gourmé adj m p 0.01 0.81 0.00 0.27 -gourou gourou nom m s 1.84 1.42 1.63 1.28 -gourous gourou nom m p 1.84 1.42 0.22 0.14 -gours gour nom m p 0.02 0.61 0.01 0.07 -gouré gourer ver m s 2.33 6.28 0.64 1.22 par:pas; -gourée gourer ver f s 2.33 6.28 0.07 0.54 par:pas; -gourées gourer ver f p 2.33 6.28 0.00 0.07 par:pas; -gourés gourer ver m p 2.33 6.28 0.10 0.27 par:pas; -gousse gousse nom f s 0.58 1.28 0.51 0.81 -gousses gousse nom f p 0.58 1.28 0.07 0.47 -gousset gousset nom m s 0.27 2.23 0.27 1.69 -goussets gousset nom m p 0.27 2.23 0.00 0.54 -goétie goétie nom f s 0.02 0.00 0.02 0.00 -gouttait goutter ver 0.73 2.36 0.01 0.34 ind:imp:3s; -gouttant goutter ver 0.73 2.36 0.01 0.20 par:pre; -goutte goutte nom f s 28.03 64.32 19.09 30.34 -gouttelaient goutteler ver 0.00 0.14 0.00 0.07 ind:imp:3p; -gouttelait goutteler ver 0.00 0.14 0.00 0.07 ind:imp:3s; -gouttelette gouttelette nom f s 0.25 5.88 0.04 0.41 -gouttelettes gouttelette nom f p 0.25 5.88 0.21 5.47 -goutter goutter ver 0.73 2.36 0.01 0.41 inf; -gouttera goutter ver 0.73 2.36 0.01 0.00 ind:fut:3s; -goutterais goutter ver 0.73 2.36 0.01 0.00 cnd:pre:1s; -gouttereau gouttereau adj m s 0.00 0.20 0.00 0.14 -gouttereaux gouttereau adj m p 0.00 0.20 0.00 0.07 -gouttes goutte nom f p 28.03 64.32 8.94 33.99 -goutteuse goutteur nom f s 0.01 0.00 0.01 0.00 -goutteuses goutteux adj f p 0.01 0.41 0.00 0.14 -goutteux goutteux adj m 0.01 0.41 0.01 0.20 -gouttière gouttière nom f s 2.99 10.95 2.47 6.82 -gouttières gouttière nom f p 2.99 10.95 0.52 4.12 -gouvernable gouvernable adj s 0.01 0.00 0.01 0.00 -gouvernaient gouverner ver 7.60 8.78 0.17 0.14 ind:imp:3p; -gouvernail gouvernail nom m s 2.87 1.69 2.81 1.62 -gouvernails gouvernail nom m p 2.87 1.69 0.06 0.07 -gouvernait gouverner ver 7.60 8.78 0.21 1.69 ind:imp:3s; -gouvernance gouvernance nom f s 0.01 0.00 0.01 0.00 -gouvernant gouvernant nom m s 0.45 2.09 0.14 0.07 -gouvernante gouvernante nom f s 4.60 4.73 4.52 3.85 -gouvernantes gouvernante nom f p 4.60 4.73 0.08 0.88 -gouvernants gouvernant nom m p 0.45 2.09 0.30 2.03 -gouverne gouverner ver 7.60 8.78 1.58 1.28 imp:pre:2s;ind:pre:1s;ind:pre:3s; -gouvernement gouvernement nom m s 62.66 132.03 59.82 119.73 -gouvernemental gouvernemental adj m s 2.93 1.69 0.98 0.61 -gouvernementale gouvernemental adj f s 2.93 1.69 0.82 0.74 -gouvernementales gouvernemental adj f p 2.93 1.69 0.72 0.34 -gouvernementaux gouvernemental adj m p 2.93 1.69 0.40 0.00 -gouvernements gouvernement nom m p 62.66 132.03 2.83 12.30 -gouvernent gouverner ver 7.60 8.78 0.72 0.41 ind:pre:3p; -gouverner gouverner ver 7.60 8.78 3.18 3.24 inf; -gouvernera gouverner ver 7.60 8.78 0.56 0.07 ind:fut:3s; -gouvernerai gouverner ver 7.60 8.78 0.03 0.14 ind:fut:1s; -gouvernerait gouverner ver 7.60 8.78 0.01 0.14 cnd:pre:3s; -gouverneras gouverner ver 7.60 8.78 0.02 0.00 ind:fut:2s; -gouvernerez gouverner ver 7.60 8.78 0.04 0.07 ind:fut:2p; -gouvernerons gouverner ver 7.60 8.78 0.03 0.00 ind:fut:1p; -gouverneront gouverner ver 7.60 8.78 0.06 0.07 ind:fut:3p; -gouvernes gouverner ver 7.60 8.78 0.17 0.00 ind:pre:2s; -gouverneur gouverneur nom m s 21.73 18.38 20.96 16.35 -gouverneurs gouverneur nom m p 21.73 18.38 0.77 2.03 -gouvernez gouverner ver 7.60 8.78 0.14 0.00 imp:pre:2p;ind:pre:2p; -gouverniez gouverner ver 7.60 8.78 0.01 0.00 ind:imp:2p; -gouvernorat gouvernorat nom m s 0.01 0.14 0.01 0.00 -gouvernorats gouvernorat nom m p 0.01 0.14 0.00 0.14 -gouvernât gouverner ver 7.60 8.78 0.00 0.14 sub:imp:3s; -gouverné gouverner ver m s 7.60 8.78 0.38 0.81 par:pas; -gouvernée gouverner ver f s 7.60 8.78 0.17 0.47 par:pas; -gouvernés gouverner ver m p 7.60 8.78 0.07 0.07 par:pas; -gouzi_gouzi gouzi_gouzi nom m 0.06 0.07 0.06 0.07 -goy goy nom m s 0.13 0.47 0.13 0.47 -goyave goyave nom f s 0.06 0.20 0.06 0.20 -goyesque goyesque nom s 0.00 0.20 0.00 0.14 -goyesques goyesque nom p 0.00 0.20 0.00 0.07 -graal graal nom m s 0.04 0.34 0.04 0.34 -grabat grabat nom m s 0.36 2.09 0.23 1.96 -grabataire grabataire adj s 0.13 0.27 0.11 0.27 -grabataires grabataire adj m p 0.13 0.27 0.02 0.00 -grabats grabat nom m p 0.36 2.09 0.14 0.14 -graben graben nom m s 0.14 0.00 0.14 0.00 -grabuge grabuge nom m s 2.55 0.54 2.55 0.54 -gracia gracier ver 3.62 1.22 0.00 0.07 ind:pas:3s; -graciai gracier ver 3.62 1.22 0.00 0.07 ind:pas:1s; -gracias gracier ver 3.62 1.22 1.58 0.20 ind:pas:2s; -gracie gracier ver 3.62 1.22 0.81 0.27 imp:pre:2s;ind:pre:1s;ind:pre:3s; -gracier gracier ver 3.62 1.22 0.39 0.41 inf; -graciera gracier ver 3.62 1.22 0.01 0.00 ind:fut:3s; -gracierai gracier ver 3.62 1.22 0.04 0.00 ind:fut:1s; -gracieras gracier ver 3.62 1.22 0.02 0.00 ind:fut:2s; -gracieuse gracieux adj f s 4.54 15.81 1.84 6.08 -gracieusement gracieusement adv 0.54 2.70 0.54 2.70 -gracieuses gracieux adj f p 4.54 15.81 0.29 2.09 -gracieuseté gracieuseté nom f s 0.20 0.41 0.06 0.14 -gracieusetés gracieuseté nom f p 0.20 0.41 0.14 0.27 -gracieusé gracieusé adj m s 0.00 0.07 0.00 0.07 -gracieux gracieux adj m 4.54 15.81 2.42 7.64 -graciez gracier ver 3.62 1.22 0.04 0.00 imp:pre:2p;ind:pre:2p; -gracile gracile adj s 0.16 2.50 0.16 1.69 -graciles gracile adj f p 0.16 2.50 0.00 0.81 -gracilité gracilité nom f s 0.00 0.07 0.00 0.07 -graciât gracier ver 3.62 1.22 0.00 0.07 sub:imp:3s; -gracié gracier ver m s 3.62 1.22 0.51 0.00 par:pas; -graciée gracier ver f s 3.62 1.22 0.06 0.07 par:pas; -graciés gracier ver m p 3.62 1.22 0.16 0.07 par:pas; -gradaille gradaille nom f s 0.00 0.07 0.00 0.07 -gradation gradation nom f s 0.01 0.54 0.00 0.34 -gradations gradation nom f p 0.01 0.54 0.01 0.20 -grade grade nom m s 6.44 8.18 5.78 7.03 -grader grader nom m s 0.00 0.07 0.00 0.07 -grades grade nom m p 6.44 8.18 0.66 1.15 -gradient gradient nom m s 0.04 0.00 0.03 0.00 -gradients gradient nom m p 0.04 0.00 0.01 0.00 -gradin gradin nom m s 1.06 5.07 0.01 0.41 -gradins gradin nom m p 1.06 5.07 1.05 4.66 -gradé gradé adj m s 1.61 1.22 1.36 0.68 -graduation graduation nom f s 0.12 0.41 0.11 0.27 -graduations graduation nom f p 0.12 0.41 0.01 0.14 -gradée gradé adj f s 1.61 1.22 0.09 0.07 -graduel graduel adj m s 0.09 0.14 0.01 0.00 -graduelle graduel adj f s 0.09 0.14 0.07 0.14 -graduellement graduellement adv 0.24 0.81 0.24 0.81 -graduer graduer ver 0.18 0.41 0.01 0.14 inf; -gradés gradé nom m p 1.94 8.45 0.82 6.49 -gradus gradus nom m 0.00 0.07 0.00 0.07 -gradué graduer ver m s 0.18 0.41 0.03 0.20 par:pas; -graduée graduer ver f s 0.18 0.41 0.14 0.00 par:pas; -graduées graduer ver f p 0.18 0.41 0.01 0.00 par:pas; -gradués gradué nom m p 0.02 0.00 0.02 0.00 -graff graff nom m s 0.05 0.00 0.05 0.00 -graffeur graffeur nom m s 0.06 0.00 0.06 0.00 -graffita graffiter ver 0.01 0.27 0.00 0.07 ind:pas:3s; -graffiter graffiter ver 0.01 0.27 0.01 0.07 inf; -graffiteur graffiteur nom m s 0.09 0.07 0.02 0.00 -graffiteurs graffiteur nom m p 0.09 0.07 0.07 0.07 -graffiti graffiti nom m 2.73 4.19 1.93 3.45 -graffitis graffiti nom m p 2.73 4.19 0.80 0.74 -graffito graffito nom m s 0.00 0.20 0.00 0.20 -graffité graffiter ver m s 0.01 0.27 0.00 0.14 par:pas; -grafigner grafigner ver 0.14 0.07 0.14 0.07 inf; -graillant grailler ver 0.21 2.64 0.00 0.07 par:pre; -graille grailler ver 0.21 2.64 0.05 0.95 imp:pre:2s;ind:pre:3s; -grailler grailler ver 0.21 2.64 0.15 0.00 inf; -graillon graillon nom m s 0.08 1.22 0.08 1.01 -graillonna graillonner ver 0.14 0.20 0.00 0.07 ind:pas:3s; -graillonnait graillonner ver 0.14 0.20 0.00 0.07 ind:imp:3s; -graillonnant graillonnant adj m s 0.00 0.07 0.00 0.07 -graillonne graillonner ver 0.14 0.20 0.14 0.07 ind:pre:3s; -graillonnements graillonnement nom m p 0.00 0.07 0.00 0.07 -graillonneuse graillonneur nom f s 0.00 0.27 0.00 0.20 -graillonneuses graillonneur nom f p 0.00 0.27 0.00 0.07 -graillonneux graillonneux adj m 0.00 0.14 0.00 0.14 -graillons graillon nom m p 0.08 1.22 0.00 0.20 -graillé grailler ver m s 0.21 2.64 0.01 0.14 par:pas; -graillée grailler ver f s 0.21 2.64 0.00 1.49 par:pas; -grain grain nom m s 14.32 35.95 10.74 24.26 -graine graine nom f s 11.41 13.51 5.51 8.04 -grainer grainer ver 0.00 0.20 0.00 0.07 inf; -graines graine nom f p 11.41 13.51 5.90 5.47 -graineterie graineterie nom f s 0.00 0.20 0.00 0.20 -grainetier grainetier nom m s 0.00 0.34 0.00 0.20 -grainetiers grainetier nom m p 0.00 0.34 0.00 0.14 -grains grain nom m p 14.32 35.95 3.57 11.69 -grainé grainer ver m s 0.00 0.20 0.00 0.14 par:pas; -graissa graisser ver 2.48 4.53 0.00 0.34 ind:pas:3s; -graissage graissage nom m s 0.24 0.27 0.23 0.20 -graissages graissage nom m p 0.24 0.27 0.01 0.07 -graissait graisser ver 2.48 4.53 0.01 0.61 ind:imp:3s; -graissant graisser ver 2.48 4.53 0.00 0.20 par:pre; -graisse graisse nom f s 9.09 18.31 8.38 17.64 -graissent graisser ver 2.48 4.53 0.03 0.54 ind:pre:3p; -graisser graisser ver 2.48 4.53 1.10 1.49 inf; -graissera graisser ver 2.48 4.53 0.02 0.00 ind:fut:3s; -graisserai graisser ver 2.48 4.53 0.01 0.07 ind:fut:1s; -graisses graisse nom f p 9.09 18.31 0.70 0.68 -graisseur graisseur adj m s 0.02 0.00 0.02 0.00 -graisseuse graisseux adj f s 0.82 5.07 0.10 1.42 -graisseuses graisseux adj f p 0.82 5.07 0.07 0.88 -graisseux graisseux adj m 0.82 5.07 0.65 2.77 -graissez graisser ver 2.48 4.53 0.09 0.07 imp:pre:2p;ind:pre:2p; -graissât graisser ver 2.48 4.53 0.00 0.07 sub:imp:3s; -graissé graisser ver m s 2.48 4.53 0.42 0.47 par:pas; -graissée graissé adj f s 0.30 1.08 0.01 0.47 -graissées graisser ver f p 2.48 4.53 0.01 0.07 par:pas; -graissés graisser ver m p 2.48 4.53 0.26 0.00 par:pas; -gram gram nom m s 0.28 0.00 0.28 0.00 -gramen gramen nom m s 0.01 0.20 0.01 0.00 -gramens gramen nom m p 0.01 0.20 0.00 0.20 -graminée graminée nom f s 0.01 1.89 0.01 0.54 -graminées graminée nom f p 0.01 1.89 0.00 1.35 -grammage grammage nom m s 0.03 0.07 0.03 0.00 -grammages grammage nom m p 0.03 0.07 0.00 0.07 -grammaire grammaire nom f s 1.73 6.01 1.73 5.47 -grammaires grammaire nom f p 1.73 6.01 0.00 0.54 -grammairien grammairien nom m s 0.01 1.08 0.01 0.41 -grammairienne grammairien nom f s 0.01 1.08 0.00 0.14 -grammairiennes grammairien nom f p 0.01 1.08 0.00 0.07 -grammairiens grammairien nom m p 0.01 1.08 0.00 0.47 -grammatical grammatical adj m s 0.17 0.68 0.14 0.07 -grammaticale grammatical adj f s 0.17 0.68 0.02 0.41 -grammaticalement grammaticalement adv 0.14 0.14 0.14 0.14 -grammaticales grammatical adj f p 0.17 0.68 0.01 0.07 -grammaticaux grammatical adj m p 0.17 0.68 0.00 0.14 -gramme gramme nom m s 5.81 4.93 1.76 1.22 -grammer grammer ver 0.03 0.00 0.03 0.00 inf; -grammes gramme nom m p 5.81 4.93 4.05 3.72 -gramophone gramophone nom m s 1.14 1.08 1.13 1.01 -gramophones gramophone nom m p 1.14 1.08 0.01 0.07 -grana grana nom m s 0.00 0.14 0.00 0.07 -granas grana nom m p 0.00 0.14 0.00 0.07 -grand_angle grand_angle nom m s 0.06 0.00 0.06 0.00 -grand_chose grand_chose pro_ind m s 28.01 36.08 28.01 36.08 -grand_duc grand_duc nom m s 2.03 1.76 1.90 0.88 -grand_ducal grand_ducal adj f s 0.00 0.07 0.00 0.07 -grand_duché grand_duché nom m s 0.01 0.07 0.01 0.07 -grand_faim grand_faim adv 0.00 0.20 0.00 0.20 -grand_guignol grand_guignol nom m s 0.01 0.00 0.01 0.00 -grand_guignolesque grand_guignolesque adj s 0.01 0.00 0.01 0.00 -grand_hôtel grand_hôtel nom m s 0.00 0.07 0.00 0.07 -grand_hâte grand_hâte adv 0.00 0.07 0.00 0.07 -grand_maître grand_maître nom m s 0.10 0.07 0.10 0.07 -grand_papa grand_papa nom f s 2.35 0.95 0.84 0.27 -grand_messe grand_messe nom f s 0.29 1.28 0.29 1.28 -grand_mère grand_mère nom f s 73.22 94.59 72.39 91.76 -grand_mère grand_mère nom f p 73.22 94.59 0.53 2.16 -grand_neige grand_neige nom m s 0.00 0.07 0.00 0.07 -grand_officier grand_officier nom m s 0.00 0.07 0.00 0.07 -grand_oncle grand_oncle nom m s 0.45 4.26 0.45 3.65 -grand_papa grand_papa nom m s 2.35 0.95 1.50 0.68 -grand_peine grand_peine adv 0.25 4.86 0.25 4.86 -grand_peur grand_peur adv 0.00 0.20 0.00 0.20 -grand_place grand_place nom f s 0.12 1.35 0.12 1.35 -grand_prêtre grand_prêtre nom m s 0.11 0.20 0.11 0.20 -grand_père grand_père nom m s 75.64 96.49 75.19 95.20 -grand_quartier grand_quartier nom m s 0.00 0.34 0.00 0.34 -grand_route grand_route nom f s 0.27 3.65 0.27 3.58 -grand_route grand_route nom f p 0.27 3.65 0.00 0.07 -grand_rue grand_rue nom f s 0.64 2.36 0.64 2.36 -grand_salle grand_salle nom f s 0.00 0.20 0.00 0.20 -grand_tante grand_tante nom f s 1.17 1.76 1.17 1.22 -grand_tante grand_tante nom f p 1.17 1.76 0.00 0.47 -grand_vergue grand_vergue nom f s 0.05 0.00 0.05 0.00 -grand_voile grand_voile nom f s 0.23 0.27 0.23 0.27 -grand grand adj m s 638.72 1244.66 338.27 537.97 -grandît grandir ver 63.99 46.69 0.01 0.07 sub:imp:3s; -grand_duc grand_duc nom f s 2.03 1.76 0.09 0.34 -grande grand adj f s 638.72 1244.66 198.25 378.65 -grandement grandement adv 1.59 2.84 1.59 2.84 -grande_duchesse grande_duchesse nom f p 0.01 0.14 0.01 0.14 -grandes grand adj f p 638.72 1244.66 42.68 126.49 -grandesse grandesse nom f s 0.00 0.14 0.00 0.14 -grandet grandet adj m s 0.00 0.14 0.00 0.14 -grandeur grandeur nom f s 8.75 28.38 7.71 26.49 -grandeurs grandeur nom f p 8.75 28.38 1.04 1.89 -grandi grandir ver m s 63.99 46.69 30.06 13.45 par:pas; -grandie grandir ver f s 63.99 46.69 0.17 0.74 par:pas; -grandiloque grandiloque adj m s 0.00 0.07 0.00 0.07 -grandiloquence grandiloquence nom f s 0.06 0.81 0.06 0.81 -grandiloquent grandiloquent adj m s 0.15 1.69 0.15 0.54 -grandiloquente grandiloquent adj f s 0.15 1.69 0.00 0.74 -grandiloquentes grandiloquent adj f p 0.15 1.69 0.00 0.14 -grandiloquents grandiloquent adj m p 0.15 1.69 0.00 0.27 -grandiose grandiose adj s 4.70 10.00 4.16 8.24 -grandiosement grandiosement adv 0.00 0.14 0.00 0.14 -grandioses grandiose adj p 4.70 10.00 0.53 1.76 -grandir grandir ver 63.99 46.69 13.31 11.22 inf; -grandira grandir ver 63.99 46.69 1.07 0.27 ind:fut:3s; -grandirai grandir ver 63.99 46.69 0.07 0.00 ind:fut:1s; -grandiraient grandir ver 63.99 46.69 0.03 0.07 cnd:pre:3p; -grandirais grandir ver 63.99 46.69 0.01 0.00 cnd:pre:2s; -grandirait grandir ver 63.99 46.69 0.14 0.27 cnd:pre:3s; -grandiras grandir ver 63.99 46.69 0.70 0.20 ind:fut:2s; -grandirent grandir ver 63.99 46.69 0.08 0.41 ind:pas:3p; -grandirez grandir ver 63.99 46.69 0.05 0.07 ind:fut:2p; -grandiriez grandir ver 63.99 46.69 0.01 0.00 cnd:pre:2p; -grandirons grandir ver 63.99 46.69 0.01 0.07 ind:fut:1p; -grandiront grandir ver 63.99 46.69 0.24 0.20 ind:fut:3p; -grandis grandir ver m p 63.99 46.69 2.44 1.15 imp:pre:2s;ind:pre:1s;ind:pre:2s;par:pas; -grandissaient grandir ver 63.99 46.69 0.44 1.22 ind:imp:3p; -grandissais grandir ver 63.99 46.69 0.17 0.47 ind:imp:1s;ind:imp:2s; -grandissait grandir ver 63.99 46.69 1.28 5.61 ind:imp:3s; -grandissant grandir ver 63.99 46.69 1.52 2.09 par:pre; -grandissante grandissant adj f s 0.87 5.47 0.38 3.11 -grandissantes grandissant adj f p 0.87 5.47 0.03 0.07 -grandissants grandissant adj m p 0.87 5.47 0.01 0.07 -grandisse grandir ver 63.99 46.69 1.36 0.27 sub:pre:1s;sub:pre:3s; -grandissement grandissement nom m s 0.00 0.07 0.00 0.07 -grandissent grandir ver 63.99 46.69 2.55 1.76 ind:pre:3p; -grandisses grandir ver 63.99 46.69 0.31 0.07 sub:pre:2s; -grandissez grandir ver 63.99 46.69 0.28 0.00 imp:pre:2p;ind:pre:2p; -grandissime grandissime adj s 0.03 0.07 0.03 0.07 -grandissions grandir ver 63.99 46.69 0.01 0.07 ind:imp:1p; -grandissons grandir ver 63.99 46.69 0.04 0.07 imp:pre:1p;ind:pre:1p; -grandit grandir ver 63.99 46.69 7.64 6.89 ind:pre:3s;ind:pas:3s; -grand_croix grand_croix nom m p 0.00 0.07 0.00 0.07 -grand_duc grand_duc nom m p 2.03 1.76 0.05 0.54 -grand_mère grand_mère nom f p 73.22 94.59 0.30 0.68 -grand_oncle grand_oncle nom m p 0.45 4.26 0.00 0.61 -grands_parents grands_parents nom m p 4.59 9.19 4.59 9.19 -grand_père grand_père nom m p 75.64 96.49 0.45 1.28 -grand_tante grand_tante nom f p 1.17 1.76 0.00 0.07 -grands grand adj m p 638.72 1244.66 59.52 201.55 -grange grange nom f s 7.33 46.01 6.95 40.74 -granges grange nom f p 7.33 46.01 0.38 5.27 -grangette grangette nom f s 0.00 0.14 0.00 0.14 -granit granit nom m s 1.74 10.07 1.74 9.80 -granita graniter ver 0.00 0.20 0.00 0.14 ind:pas:3s; -granite granite nom m s 0.34 0.47 0.34 0.47 -granitique granitique adj s 0.14 0.61 0.14 0.20 -granitiques granitique adj p 0.14 0.61 0.00 0.41 -granito granito nom m s 0.00 0.07 0.00 0.07 -granits granit nom m p 1.74 10.07 0.00 0.27 -granité granité nom m s 0.17 0.07 0.12 0.07 -granitée graniter ver f s 0.00 0.20 0.00 0.07 par:pas; -granités granité nom m p 0.17 0.07 0.05 0.00 -granulaire granulaire adj m s 0.01 0.00 0.01 0.00 -granulait granuler ver 0.00 0.27 0.00 0.14 ind:imp:3s; -granulation granulation nom f s 0.01 0.34 0.01 0.07 -granulations granulation nom f p 0.01 0.34 0.00 0.27 -granule granuler ver 0.00 0.27 0.00 0.07 ind:pre:3s; -granules granule nom m p 0.11 0.14 0.11 0.14 -granuleuse granuleux adj f s 0.22 1.55 0.17 0.95 -granuleuses granuleux adj f p 0.22 1.55 0.01 0.07 -granuleux granuleux adj m s 0.22 1.55 0.04 0.54 -granulie granulie nom f s 0.01 0.00 0.01 0.00 -granulome granulome nom m s 0.03 0.00 0.03 0.00 -granulé granulé nom m s 0.32 0.47 0.00 0.14 -granulée granuler ver f s 0.00 0.27 0.00 0.07 par:pas; -granulés granulé nom m p 0.32 0.47 0.32 0.34 -grape_fruit grape_fruit nom m s 0.00 0.27 0.00 0.27 -graph graph nom s 0.01 0.00 0.01 0.00 -graphe graphe nom m s 0.14 0.00 0.12 0.00 -graphes graphe nom m p 0.14 0.00 0.03 0.00 -graphie graphie nom f s 0.02 0.61 0.02 0.41 -graphies graphie nom f p 0.02 0.61 0.00 0.20 -graphique graphique nom s 1.31 0.61 0.72 0.20 -graphiques graphique nom p 1.31 0.61 0.59 0.41 -graphisme graphisme nom m s 0.28 0.41 0.23 0.41 -graphismes graphisme nom m p 0.28 0.41 0.04 0.00 -graphiste graphiste nom s 0.18 0.00 0.18 0.00 -graphite graphite nom m s 0.29 0.07 0.29 0.00 -graphites graphite nom m p 0.29 0.07 0.00 0.07 -graphologie graphologie nom f s 0.15 0.00 0.15 0.00 -graphologique graphologique adj m s 0.01 0.07 0.01 0.07 -graphologue graphologue nom s 0.18 0.20 0.17 0.14 -graphologues graphologue nom p 0.18 0.20 0.01 0.07 -graphomane graphomane nom s 0.01 0.14 0.01 0.00 -graphomanes graphomane nom p 0.01 0.14 0.00 0.14 -graphomanie graphomanie nom f s 0.00 0.07 0.00 0.07 -graphomètre graphomètre nom m s 0.00 0.07 0.00 0.07 -graphophone graphophone nom m s 0.01 0.00 0.01 0.00 -grappa grappa nom f s 0.72 0.34 0.72 0.34 -grappe grappe nom f s 2.51 12.30 1.93 4.39 -grappes grappe nom f p 2.51 12.30 0.59 7.91 -grappillage grappillage nom m s 0.07 0.00 0.07 0.00 -grappillais grappiller ver 0.13 0.95 0.00 0.14 ind:imp:1s; -grappillait grappiller ver 0.13 0.95 0.01 0.20 ind:imp:3s; -grappillent grappiller ver 0.13 0.95 0.00 0.07 ind:pre:3p; -grappiller grappiller ver 0.13 0.95 0.08 0.41 inf; -grappilleur grappilleur nom m s 0.01 0.00 0.01 0.00 -grappillon grappillon nom m s 0.00 0.14 0.00 0.07 -grappillons grappillon nom m p 0.00 0.14 0.00 0.07 -grappillé grappiller ver m s 0.13 0.95 0.01 0.07 par:pas; -grappillées grappiller ver f p 0.13 0.95 0.03 0.07 par:pas; -grappin grappin nom m s 1.54 0.81 1.36 0.68 -grappins grappin nom m p 1.54 0.81 0.18 0.14 -gras_double gras_double nom m s 0.22 1.08 0.22 1.01 -gras_double gras_double nom m p 0.22 1.08 0.00 0.07 -gras gras adj m 14.31 48.92 10.55 25.61 -grasse gras adj f s 14.31 48.92 2.19 14.12 -grassement grassement adv 0.24 0.81 0.24 0.81 -grasses gras adj f p 14.31 48.92 1.57 9.19 -grasseya grasseyer ver 0.00 0.61 0.00 0.20 ind:pas:3s; -grasseyait grasseyer ver 0.00 0.61 0.00 0.14 ind:imp:3s; -grasseyant grasseyant adj m s 0.00 0.61 0.00 0.20 -grasseyante grasseyant adj f s 0.00 0.61 0.00 0.41 -grasseyement grasseyement nom m s 0.00 0.41 0.00 0.27 -grasseyements grasseyement nom m p 0.00 0.41 0.00 0.14 -grasseyer grasseyer ver 0.00 0.61 0.00 0.07 inf; -grasseyé grasseyer ver m s 0.00 0.61 0.00 0.07 par:pas; -grassouillet grassouillet adj m s 1.08 1.96 0.66 0.88 -grassouillets grassouillet adj m p 1.08 1.96 0.06 0.14 -grassouillette grassouillet adj f s 1.08 1.96 0.28 0.74 -grassouillettes grassouillet adj f p 1.08 1.96 0.08 0.20 -gratifia gratifier ver 0.76 4.26 0.00 0.74 ind:pas:3s; -gratifiaient gratifier ver 0.76 4.26 0.00 0.14 ind:imp:3p; -gratifiait gratifier ver 0.76 4.26 0.01 0.20 ind:imp:3s; -gratifiant gratifiant adj m s 0.99 0.27 0.78 0.14 -gratifiante gratifiant adj f s 0.99 0.27 0.21 0.14 -gratification gratification nom f s 0.34 0.68 0.29 0.34 -gratifications gratification nom f p 0.34 0.68 0.04 0.34 -gratifie gratifier ver 0.76 4.26 0.17 0.68 ind:pre:1s;ind:pre:3s; -gratifier gratifier ver 0.76 4.26 0.19 0.54 inf; -gratifierait gratifier ver 0.76 4.26 0.00 0.07 cnd:pre:3s; -gratifies gratifier ver 0.76 4.26 0.00 0.07 ind:pre:2s; -gratifiez gratifier ver 0.76 4.26 0.01 0.00 ind:pre:2p; -gratifièrent gratifier ver 0.76 4.26 0.01 0.07 ind:pas:3p; -gratifié gratifier ver m s 0.76 4.26 0.14 1.15 par:pas; -gratifiée gratifier ver f s 0.76 4.26 0.03 0.20 par:pas; -gratifiés gratifier ver m p 0.76 4.26 0.10 0.27 par:pas; -gratin gratin nom m s 1.63 2.16 1.63 2.09 -gratiner gratiner ver 0.29 0.81 0.01 0.07 inf; -gratins gratin nom m p 1.63 2.16 0.00 0.07 -gratiné gratiner ver m s 0.29 0.81 0.04 0.20 par:pas; -gratinée gratiner ver f s 0.29 0.81 0.05 0.34 par:pas; -gratinées gratiner ver f p 0.29 0.81 0.17 0.20 par:pas; -gratinés gratiner ver m p 0.29 0.81 0.03 0.00 par:pas; -gratis_pro_deo gratis_pro_deo adv 0.00 0.14 0.00 0.14 -gratis gratis adv 4.39 3.11 4.39 3.11 -gratitude gratitude nom f s 7.61 8.38 7.61 8.24 -gratitudes gratitude nom f p 7.61 8.38 0.00 0.14 -gratos gratos adv 3.94 0.68 3.94 0.68 -gratouillait gratouiller ver 0.17 0.41 0.00 0.07 ind:imp:3s; -gratouillant gratouiller ver 0.17 0.41 0.00 0.07 par:pre; -gratouille gratouiller ver 0.17 0.41 0.17 0.20 imp:pre:2s;ind:pre:1s;ind:pre:3s; -gratouillerait gratouiller ver 0.17 0.41 0.00 0.07 cnd:pre:3s; -gratouillis gratouillis nom m 0.00 0.07 0.00 0.07 -gratta gratter ver 12.11 38.51 0.00 5.81 ind:pas:3s; -grattage grattage nom m s 0.10 0.41 0.10 0.34 -grattages grattage nom m p 0.10 0.41 0.00 0.07 -grattai gratter ver 12.11 38.51 0.00 0.20 ind:pas:1s; -grattaient gratter ver 12.11 38.51 0.14 0.88 ind:imp:3p; -grattais gratter ver 12.11 38.51 0.13 0.88 ind:imp:1s;ind:imp:2s; -grattait gratter ver 12.11 38.51 0.25 5.14 ind:imp:3s; -grattant gratter ver 12.11 38.51 0.12 3.85 par:pre; -gratte_ciel gratte_ciel nom m 1.40 3.04 1.14 3.04 -gratte_ciel gratte_ciel nom m p 1.40 3.04 0.26 0.00 -gratte_cul gratte_cul nom m 0.00 0.14 0.00 0.14 -gratte_dos gratte_dos nom m 0.11 0.00 0.11 0.00 -gratte_papier gratte_papier nom m 0.67 0.54 0.45 0.54 -gratte_papier gratte_papier nom m p 0.67 0.54 0.22 0.00 -gratte_pieds gratte_pieds nom m 0.00 0.20 0.00 0.20 -gratte gratter ver 12.11 38.51 3.75 7.09 imp:pre:2s;ind:pre:1s;ind:pre:3s; -grattement grattement nom m s 0.15 1.49 0.05 1.22 -grattements grattement nom m p 0.15 1.49 0.10 0.27 -grattent gratter ver 12.11 38.51 0.51 1.15 ind:pre:3p; -gratter gratter ver 12.11 38.51 5.03 8.85 inf; -grattera gratter ver 12.11 38.51 0.03 0.14 ind:fut:3s; -gratterai gratter ver 12.11 38.51 0.10 0.07 ind:fut:1s; -gratteraient gratter ver 12.11 38.51 0.00 0.07 cnd:pre:3p; -gratterait gratter ver 12.11 38.51 0.01 0.20 cnd:pre:3s; -gratterez gratter ver 12.11 38.51 0.00 0.07 ind:fut:2p; -gratterons gratteron nom m p 0.00 0.20 0.00 0.20 -grattes gratter ver 12.11 38.51 0.49 0.27 ind:pre:2s; -gratteur gratteur nom m s 0.05 0.34 0.04 0.07 -gratteurs gratteur nom m p 0.05 0.34 0.01 0.27 -grattez gratter ver 12.11 38.51 0.80 0.07 imp:pre:2p;ind:pre:2p; -grattoir grattoir nom m s 0.09 1.49 0.08 1.15 -grattoirs grattoir nom m p 0.09 1.49 0.01 0.34 -grattons gratter ver 12.11 38.51 0.02 0.00 ind:pre:1p; -grattât gratter ver 12.11 38.51 0.10 0.07 sub:imp:3s; -grattouillant grattouiller ver 0.01 0.27 0.00 0.07 par:pre; -grattouillent grattouiller ver 0.01 0.27 0.00 0.07 ind:pre:3p; -grattouiller grattouiller ver 0.01 0.27 0.01 0.00 inf; -grattouilles grattouiller ver 0.01 0.27 0.00 0.07 ind:pre:2s; -grattouillis grattouillis nom m 0.05 0.07 0.05 0.07 -grattouillé grattouiller ver m s 0.01 0.27 0.00 0.07 par:pas; -gratté gratter ver m s 12.11 38.51 0.56 2.43 par:pas; -grattée gratter ver f s 12.11 38.51 0.03 0.47 par:pas; -grattées gratter ver f p 12.11 38.51 0.01 0.41 par:pas; -gratture gratture nom f s 0.00 0.07 0.00 0.07 -grattés gratter ver m p 12.11 38.51 0.04 0.41 par:pas; -gratuit gratuit adj m s 24.28 13.11 12.15 5.81 -gratuite gratuit adj f s 24.28 13.11 6.43 4.73 -gratuitement gratuitement adv 6.37 2.91 6.37 2.91 -gratuites gratuit adj f p 24.28 13.11 1.81 1.15 -gratuits gratuit adj m p 24.28 13.11 3.89 1.42 -gratuité gratuité nom f s 0.05 1.69 0.05 1.69 -grau grau nom m s 0.01 0.00 0.01 0.00 -grava graver ver 10.34 18.38 0.04 0.47 ind:pas:3s; -gravai graver ver 10.34 18.38 0.00 0.07 ind:pas:1s; -gravaient graver ver 10.34 18.38 0.02 0.27 ind:imp:3p; -gravais graver ver 10.34 18.38 0.02 0.20 ind:imp:1s; -gravait graver ver 10.34 18.38 0.16 0.68 ind:imp:3s; -gravant graver ver 10.34 18.38 0.02 0.34 par:pre; -gravats gravats nom m p 0.34 4.12 0.34 4.12 -grave grave adj s 142.48 93.78 134.19 74.86 -graveleuse graveleux adj f s 0.06 1.35 0.01 0.20 -graveleuses graveleux adj f p 0.06 1.35 0.00 0.47 -graveleux graveleux adj m s 0.06 1.35 0.04 0.68 -gravelle gravelle nom f s 0.00 0.34 0.00 0.27 -gravelles gravelle nom f p 0.00 0.34 0.00 0.07 -gravelé graveler ver m s 0.00 0.14 0.00 0.07 par:pas; -gravelés graveler ver m p 0.00 0.14 0.00 0.07 par:pas; -gravement gravement adv 6.43 19.73 6.43 19.73 -gravent graver ver 10.34 18.38 0.04 0.20 ind:pre:3p; -graver graver ver 10.34 18.38 1.94 1.76 inf; -graveraient graver ver 10.34 18.38 0.00 0.14 cnd:pre:3p; -graverais graver ver 10.34 18.38 0.01 0.00 cnd:pre:1s; -graverait graver ver 10.34 18.38 0.01 0.00 cnd:pre:3s; -graves grave adj p 142.48 93.78 8.29 18.92 -graveur graveur nom m s 0.40 1.08 0.38 0.81 -graveurs graveur nom m p 0.40 1.08 0.02 0.27 -gravez graver ver 10.34 18.38 0.47 0.00 imp:pre:2p;ind:pre:2p; -gravi gravir ver m s 2.60 17.16 0.44 2.16 par:pas; -gravide gravide adj s 0.04 0.00 0.04 0.00 -gravidité gravidité nom f s 0.01 0.00 0.01 0.00 -gravie gravir ver f s 2.60 17.16 0.00 0.20 par:pas; -gravier gravier nom m s 2.32 15.41 1.40 11.35 -graviers gravier nom m p 2.32 15.41 0.92 4.05 -gravies gravir ver f p 2.60 17.16 0.10 0.07 par:pas; -gravillon gravillon nom m s 0.10 1.22 0.00 0.20 -gravillonnée gravillonner ver f s 0.00 0.20 0.00 0.14 par:pas; -gravillonnées gravillonner ver f p 0.00 0.20 0.00 0.07 par:pas; -gravillons gravillon nom m p 0.10 1.22 0.10 1.01 -gravir gravir ver 2.60 17.16 1.30 5.41 inf; -gravirai gravir ver 2.60 17.16 0.05 0.00 ind:fut:1s; -gravirait gravir ver 2.60 17.16 0.00 0.07 cnd:pre:3s; -gravirent gravir ver 2.60 17.16 0.01 0.68 ind:pas:3p; -gravirons gravir ver 2.60 17.16 0.01 0.07 ind:fut:1p; -gravis gravir ver m p 2.60 17.16 0.40 1.15 imp:pre:2s;ind:pre:1s;ind:pre:2s;par:pas; -gravissaient gravir ver 2.60 17.16 0.00 0.41 ind:imp:3p; -gravissais gravir ver 2.60 17.16 0.01 0.20 ind:imp:1s;ind:imp:2s; -gravissait gravir ver 2.60 17.16 0.01 0.95 ind:imp:3s; -gravissant gravir ver 2.60 17.16 0.05 0.81 par:pre; -gravisse gravir ver 2.60 17.16 0.00 0.07 sub:pre:1s; -gravissent gravir ver 2.60 17.16 0.00 0.41 ind:pre:3p; -gravissime gravissime adj f s 0.41 0.14 0.17 0.07 -gravissimes gravissime adj p 0.41 0.14 0.25 0.07 -gravissions gravir ver 2.60 17.16 0.00 0.14 ind:imp:1p; -gravissons gravir ver 2.60 17.16 0.01 0.47 imp:pre:1p;ind:pre:1p; -gravit gravir ver 2.60 17.16 0.22 3.92 ind:pre:3s;ind:pas:3s; -gravitaient graviter ver 0.39 1.08 0.00 0.34 ind:imp:3p; -gravitait graviter ver 0.39 1.08 0.03 0.20 ind:imp:3s; -gravitant graviter ver 0.39 1.08 0.00 0.07 par:pre; -gravitation gravitation nom f s 0.98 1.22 0.98 1.22 -gravitationnel gravitationnel adj m s 1.66 0.00 0.61 0.00 -gravitationnelle gravitationnel adj f s 1.66 0.00 0.59 0.00 -gravitationnelles gravitationnel adj f p 1.66 0.00 0.44 0.00 -gravitationnels gravitationnel adj m p 1.66 0.00 0.01 0.00 -gravite graviter ver 0.39 1.08 0.21 0.07 imp:pre:2s;ind:pre:1s;ind:pre:3s; -graviter graviter ver 0.39 1.08 0.04 0.27 inf; -gravières gravière nom f p 0.00 0.07 0.00 0.07 -gravitons graviton nom m p 0.02 0.00 0.02 0.00 -gravité gravité nom f s 7.58 17.16 7.58 17.16 -gravons graver ver 10.34 18.38 0.05 0.00 imp:pre:1p; -gravos gravos adj m 0.01 0.20 0.01 0.20 -gravosse gravosse nom f s 0.00 1.42 0.00 1.35 -gravosses gravosse nom f p 0.00 1.42 0.00 0.07 -gravât graver ver 10.34 18.38 0.00 0.07 sub:imp:3s; -gravèrent graver ver 10.34 18.38 0.14 0.07 ind:pas:3p; -gravé graver ver m s 10.34 18.38 3.58 6.08 par:pas; -gravée graver ver f s 10.34 18.38 1.05 2.57 par:pas; -gravées graver ver f p 10.34 18.38 0.82 1.69 par:pas; -gravure gravure nom f s 1.45 10.00 0.88 3.85 -gravures gravure nom f p 1.45 10.00 0.57 6.15 -gravés graver ver m p 10.34 18.38 1.13 3.11 par:pas; -gray gray nom m s 0.10 0.07 0.03 0.00 -grays gray nom m p 0.10 0.07 0.08 0.07 -grec grec nom m s 11.36 26.22 6.31 14.86 -grecque grec adj f s 12.14 29.46 3.69 9.26 -grecques grec adj f p 12.14 29.46 0.96 3.18 -grecs grec nom m p 11.36 26.22 4.58 8.51 -gredin gredin nom m s 1.82 0.61 1.25 0.34 -gredine gredin nom f s 1.82 0.61 0.02 0.07 -gredins gredin nom m p 1.82 0.61 0.55 0.20 -green green nom m s 1.13 0.27 1.04 0.07 -greens green nom m p 1.13 0.27 0.09 0.20 -greffage greffage nom m s 0.01 0.00 0.01 0.00 -greffaient greffer ver 2.33 2.30 0.00 0.07 ind:imp:3p; -greffais greffer ver 2.33 2.30 0.01 0.00 ind:imp:1s; -greffait greffer ver 2.33 2.30 0.00 0.14 ind:imp:3s; -greffant greffer ver 2.33 2.30 0.01 0.27 par:pre; -greffe greffe nom s 4.25 5.41 3.31 4.86 -greffent greffer ver 2.33 2.30 0.14 0.14 ind:pre:3p; -greffer greffer ver 2.33 2.30 0.84 0.61 inf; -greffera greffer ver 2.33 2.30 0.01 0.07 ind:fut:3s; -grefferais greffer ver 2.33 2.30 0.00 0.07 cnd:pre:1s; -grefferons greffer ver 2.33 2.30 0.00 0.07 ind:fut:1p; -grefferont greffer ver 2.33 2.30 0.00 0.07 ind:fut:3p; -greffes greffe nom p 4.25 5.41 0.94 0.54 -greffier greffier nom m s 1.54 3.65 1.42 3.18 -greffiers greffier nom m p 1.54 3.65 0.04 0.47 -greffière greffier nom f s 1.54 3.65 0.08 0.00 -greffon greffon nom m s 0.33 0.20 0.18 0.00 -greffons greffon nom m p 0.33 0.20 0.16 0.20 -greffé greffer ver m s 2.33 2.30 0.44 0.47 par:pas; -greffée greffé adj f s 0.34 0.41 0.26 0.34 -greffées greffer ver f p 2.33 2.30 0.01 0.00 par:pas; -greffés greffer ver m p 2.33 2.30 0.20 0.07 par:pas; -grelot grelot nom m s 0.43 4.66 0.11 1.82 -grelots grelot nom m p 0.43 4.66 0.32 2.84 -grelotta grelotter ver 1.25 10.27 0.00 0.20 ind:pas:3s; -grelottaient grelotter ver 1.25 10.27 0.00 0.41 ind:imp:3p; -grelottais grelotter ver 1.25 10.27 0.01 0.47 ind:imp:1s; -grelottait grelotter ver 1.25 10.27 0.27 1.76 ind:imp:3s; -grelottant grelottant adj m s 0.11 2.16 0.10 0.74 -grelottante grelottant adj f s 0.11 2.16 0.00 0.68 -grelottantes grelottant adj f p 0.11 2.16 0.00 0.34 -grelottants grelottant adj m p 0.11 2.16 0.01 0.41 -grelotte grelotter ver 1.25 10.27 0.65 1.49 ind:pre:1s;ind:pre:3s; -grelottement grelottement nom m s 0.00 0.95 0.00 0.88 -grelottements grelottement nom m p 0.00 0.95 0.00 0.07 -grelottent grelotter ver 1.25 10.27 0.00 0.47 ind:pre:3p; -grelotter grelotter ver 1.25 10.27 0.14 2.03 inf; -grelottes grelotter ver 1.25 10.27 0.01 0.20 ind:pre:2s; -grelotteux grelotteux nom m 0.00 0.07 0.00 0.07 -grelottions grelotter ver 1.25 10.27 0.14 0.07 ind:imp:1p; -grelottons grelotter ver 1.25 10.27 0.00 0.20 ind:pre:1p; -grelottèrent grelotter ver 1.25 10.27 0.00 0.07 ind:pas:3p; -grelotté grelotter ver m s 1.25 10.27 0.01 0.27 par:pas; -grelottée grelotter ver f s 1.25 10.27 0.00 0.07 par:pas; -greluche greluche nom f s 0.57 1.01 0.29 0.47 -greluches greluche nom f p 0.57 1.01 0.28 0.54 -greluchon greluchon nom m s 0.00 0.20 0.00 0.20 -grenache grenache nom m s 0.00 0.27 0.00 0.27 -grenadage grenadage nom m s 0.03 0.00 0.03 0.00 -grenade grenade nom f s 11.67 12.97 6.32 6.49 -grenader grenader ver 0.05 0.20 0.05 0.07 inf; -grenades grenade nom f p 11.67 12.97 5.35 6.49 -grenadeur grenadeur nom m s 0.01 0.00 0.01 0.00 -grenadier grenadier nom m s 0.14 4.05 0.04 1.42 -grenadiers grenadier nom m p 0.14 4.05 0.10 2.64 -grenadine grenadine nom f s 0.41 3.99 0.14 3.72 -grenadines grenadine nom f p 0.41 3.99 0.27 0.27 -grenadé grenader ver m s 0.05 0.20 0.00 0.14 par:pas; -grenaille grenaille nom f s 0.00 0.14 0.00 0.07 -grenailles grenaille nom f p 0.00 0.14 0.00 0.07 -grenat grenat adj 0.16 3.85 0.16 3.85 -grenats grenat nom m p 0.06 0.61 0.04 0.27 -grenelle greneler ver 0.00 0.07 0.00 0.07 imp:pre:2s; -greneta greneter ver 0.00 0.07 0.00 0.07 ind:pas:3s; -greneuse greneur nom f s 0.00 0.07 0.00 0.07 -grenier grenier nom m s 9.39 24.39 9.05 19.53 -greniers grenier nom m p 9.39 24.39 0.34 4.86 -grenoblois grenoblois nom m s 0.00 0.14 0.00 0.14 -grenouillage grenouillage nom m s 0.14 0.00 0.14 0.00 -grenouillait grenouiller ver 0.00 0.07 0.00 0.07 ind:imp:3s; -grenouillard grenouillard adj m s 0.01 0.00 0.01 0.00 -grenouille_taureau grenouille_taureau nom f s 0.01 0.00 0.01 0.00 -grenouille grenouille nom f s 9.09 10.47 5.74 4.59 -grenouilles grenouille nom f p 9.09 10.47 3.35 5.88 -grenouillettes grenouillette nom f p 0.00 0.07 0.00 0.07 -grenouillère grenouiller nom f s 0.06 0.00 0.06 0.00 -grenouillères grenouillère nom f p 0.05 0.00 0.05 0.00 -grené grener ver m s 0.00 0.34 0.00 0.07 par:pas; -grenu grenu adj m s 0.01 1.89 0.01 0.74 -grenée grener ver f s 0.00 0.34 0.00 0.07 par:pas; -grenue grenu adj f s 0.01 1.89 0.00 0.68 -grenées grener ver f p 0.00 0.34 0.00 0.07 par:pas; -grenues grenu adj f p 0.01 1.89 0.00 0.34 -grenures grenure nom f p 0.00 0.14 0.00 0.14 -grenus grenu adj m p 0.01 1.89 0.00 0.14 -gressin gressin nom m s 0.04 0.27 0.03 0.20 -gressins gressin nom m p 0.04 0.27 0.01 0.07 -gretchen gretchen nom f s 1.89 0.41 1.89 0.34 -gretchens gretchen nom f p 1.89 0.41 0.00 0.07 -grevaient grever ver 0.18 0.81 0.00 0.07 ind:imp:3p; -grever grever ver 0.18 0.81 0.02 0.07 inf; -grevé grever ver m s 0.18 0.81 0.01 0.14 par:pas; -grevée grever ver f s 0.18 0.81 0.00 0.20 par:pas; -grevés grever ver m p 0.18 0.81 0.00 0.07 par:pas; -gri_gri gri_gri nom m s 0.21 0.14 0.21 0.14 -gribiche gribiche adj f s 0.00 0.14 0.00 0.14 -gribouilla gribouiller ver 0.60 1.69 0.00 0.07 ind:pas:3s; -gribouillage gribouillage nom m s 0.66 0.54 0.51 0.20 -gribouillages gribouillage nom m p 0.66 0.54 0.16 0.34 -gribouillais gribouiller ver 0.60 1.69 0.02 0.00 ind:imp:1s; -gribouillait gribouiller ver 0.60 1.69 0.01 0.14 ind:imp:3s; -gribouillant gribouiller ver 0.60 1.69 0.01 0.07 par:pre; -gribouille gribouiller ver 0.60 1.69 0.19 0.34 imp:pre:2s;ind:pre:1s;ind:pre:3s; -gribouillent gribouiller ver 0.60 1.69 0.00 0.07 ind:pre:3p; -gribouiller gribouiller ver 0.60 1.69 0.13 0.41 inf; -gribouilles gribouiller ver 0.60 1.69 0.01 0.07 ind:pre:2s; -gribouilleur gribouilleur nom m s 0.06 0.07 0.06 0.07 -gribouillez gribouiller ver 0.60 1.69 0.03 0.00 imp:pre:2p;ind:pre:2p; -gribouillis gribouillis nom m 0.85 1.01 0.85 1.01 -gribouillé gribouiller ver m s 0.60 1.69 0.18 0.14 par:pas; -gribouillée gribouiller ver f s 0.60 1.69 0.01 0.07 par:pas; -gribouillées gribouiller ver f p 0.60 1.69 0.00 0.14 par:pas; -gribouillés gribouiller ver m p 0.60 1.69 0.00 0.20 par:pas; -grief grief nom m s 0.77 7.43 0.23 2.91 -griefs grief nom m p 0.77 7.43 0.54 4.53 -griffa griffer ver 3.28 9.53 0.00 0.68 ind:pas:3s; -griffage griffage nom m s 0.00 0.07 0.00 0.07 -griffai griffer ver 3.28 9.53 0.00 0.07 ind:pas:1s; -griffaient griffer ver 3.28 9.53 0.02 0.95 ind:imp:3p; -griffais griffer ver 3.28 9.53 0.01 0.07 ind:imp:1s; -griffait griffer ver 3.28 9.53 0.10 0.88 ind:imp:3s; -griffant griffer ver 3.28 9.53 0.05 0.68 par:pre; -griffe griffe nom f s 8.11 13.92 1.06 2.70 -griffent griffer ver 3.28 9.53 0.20 0.20 ind:pre:3p; -griffer griffer ver 3.28 9.53 0.64 2.57 inf; -griffera griffer ver 3.28 9.53 0.02 0.14 ind:fut:3s; -grifferait griffer ver 3.28 9.53 0.00 0.07 cnd:pre:3s; -griffes griffe nom f p 8.11 13.92 7.04 11.22 -griffeur griffeur nom m s 0.01 0.00 0.01 0.00 -griffon griffon nom m s 0.59 1.42 0.57 1.01 -griffonna griffonner ver 0.65 7.97 0.00 0.68 ind:pas:3s; -griffonnage griffonnage nom m s 0.07 0.61 0.04 0.20 -griffonnages griffonnage nom m p 0.07 0.61 0.04 0.41 -griffonnai griffonner ver 0.65 7.97 0.00 0.14 ind:pas:1s; -griffonnaient griffonner ver 0.65 7.97 0.00 0.07 ind:imp:3p; -griffonnais griffonner ver 0.65 7.97 0.01 0.20 ind:imp:1s;ind:imp:2s; -griffonnait griffonner ver 0.65 7.97 0.16 0.61 ind:imp:3s; -griffonnant griffonner ver 0.65 7.97 0.03 0.47 par:pre; -griffonne griffonner ver 0.65 7.97 0.18 1.08 imp:pre:2s;ind:pre:1s;ind:pre:3s; -griffonnent griffonner ver 0.65 7.97 0.00 0.14 ind:pre:3p; -griffonner griffonner ver 0.65 7.97 0.10 1.55 inf; -griffonnes griffonner ver 0.65 7.97 0.03 0.07 ind:pre:2s; -griffonneur griffonneur nom m s 0.14 0.00 0.14 0.00 -griffonnez griffonner ver 0.65 7.97 0.02 0.00 imp:pre:2p;ind:pre:2p; -griffonné griffonner ver m s 0.65 7.97 0.04 1.15 par:pas; -griffonnée griffonner ver f s 0.65 7.97 0.03 0.34 par:pas; -griffonnées griffonner ver f p 0.65 7.97 0.01 0.74 par:pas; -griffonnés griffonner ver m p 0.65 7.97 0.04 0.74 par:pas; -griffons griffon nom m p 0.59 1.42 0.03 0.41 -grifftons griffton nom m p 0.00 0.07 0.00 0.07 -griffé griffer ver m s 3.28 9.53 1.40 0.74 par:pas; -griffu griffu adj m s 0.21 1.89 0.16 0.27 -griffée griffer ver f s 3.28 9.53 0.21 0.34 par:pas; -griffue griffu adj f s 0.21 1.89 0.00 0.34 -griffées griffé adj f p 0.14 0.81 0.01 0.14 -griffues griffu adj f p 0.21 1.89 0.01 0.95 -griffure griffure nom f s 0.82 0.81 0.19 0.20 -griffures griffure nom f p 0.82 0.81 0.63 0.61 -griffés griffer ver m p 3.28 9.53 0.05 0.20 par:pas; -griffus griffu adj m p 0.21 1.89 0.04 0.34 -grifton grifton nom m s 0.00 0.14 0.00 0.14 -grignota grignoter ver 3.52 10.27 0.00 0.68 ind:pas:3s; -grignotage grignotage nom m s 0.10 0.34 0.10 0.20 -grignotages grignotage nom m p 0.10 0.34 0.00 0.14 -grignotaient grignoter ver 3.52 10.27 0.02 0.61 ind:imp:3p; -grignotais grignoter ver 3.52 10.27 0.03 0.27 ind:imp:1s; -grignotait grignoter ver 3.52 10.27 0.03 1.69 ind:imp:3s; -grignotant grignoter ver 3.52 10.27 0.16 1.22 par:pre; -grignote grignoter ver 3.52 10.27 0.60 1.28 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -grignotement grignotement nom m s 0.04 0.88 0.04 0.88 -grignotent grignoter ver 3.52 10.27 0.14 0.47 ind:pre:3p; -grignoter grignoter ver 3.52 10.27 1.69 2.57 inf; -grignotera grignoter ver 3.52 10.27 0.01 0.07 ind:fut:3s; -grignoterai grignoter ver 3.52 10.27 0.16 0.00 ind:fut:1s; -grignoteraient grignoter ver 3.52 10.27 0.00 0.07 cnd:pre:3p; -grignoterons grignoter ver 3.52 10.27 0.10 0.00 ind:fut:1p; -grignoteront grignoter ver 3.52 10.27 0.01 0.00 ind:fut:3p; -grignoteurs grignoteur nom m p 0.00 0.07 0.00 0.07 -grignoteuses grignoteur adj f p 0.00 0.14 0.00 0.14 -grignotions grignoter ver 3.52 10.27 0.00 0.14 ind:imp:1p; -grignotis grignotis nom m 0.00 0.14 0.00 0.14 -grignotons grignoter ver 3.52 10.27 0.02 0.07 imp:pre:1p;ind:pre:1p; -grignotèrent grignoter ver 3.52 10.27 0.00 0.14 ind:pas:3p; -grignoté grignoter ver m s 3.52 10.27 0.51 0.74 par:pas; -grignotée grignoter ver f s 3.52 10.27 0.01 0.14 par:pas; -grignotées grignoter ver f p 3.52 10.27 0.02 0.07 par:pas; -grignotés grignoter ver m p 3.52 10.27 0.00 0.07 par:pas; -grigou grigou nom m s 0.02 0.41 0.02 0.41 -grigri grigri nom m s 0.48 0.61 0.46 0.07 -grigris grigri nom m p 0.48 0.61 0.02 0.54 -gril gril nom m s 0.68 1.76 0.64 1.49 -grill_room grill_room nom m s 0.00 0.27 0.00 0.27 -grill grill nom m s 1.66 0.14 1.66 0.14 -grilla griller ver 14.20 12.70 0.00 0.27 ind:pas:3s; -grillade grillade nom f s 0.69 1.08 0.41 0.54 -grilladerie grilladerie nom f s 0.02 0.00 0.02 0.00 -grillades grillade nom f p 0.69 1.08 0.28 0.54 -grillage grillage nom m s 1.48 12.03 1.47 9.59 -grillageront grillager ver 0.18 0.88 0.00 0.07 ind:fut:3p; -grillages grillage nom m p 1.48 12.03 0.01 2.43 -grillagez grillager ver 0.18 0.88 0.01 0.00 imp:pre:2p; -grillagé grillager ver m s 0.18 0.88 0.01 0.20 par:pas; -grillagée grillager ver f s 0.18 0.88 0.12 0.34 par:pas; -grillagées grillager ver f p 0.18 0.88 0.04 0.20 par:pas; -grillagés grillagé adj m p 0.14 2.64 0.14 0.20 -grillaient griller ver 14.20 12.70 0.00 0.14 ind:imp:3p; -grillais griller ver 14.20 12.70 0.01 0.14 ind:imp:1s; -grillait griller ver 14.20 12.70 0.06 1.35 ind:imp:3s; -grillant griller ver 14.20 12.70 0.16 0.88 par:pre; -grille_pain grille_pain nom m 2.90 0.27 2.90 0.27 -grille grille nom f s 11.01 58.24 9.09 43.85 -grillent griller ver 14.20 12.70 0.24 0.27 ind:pre:3p; -griller griller ver 14.20 12.70 4.97 4.05 inf; -grillera griller ver 14.20 12.70 0.16 0.00 ind:fut:3s; -grillerai griller ver 14.20 12.70 0.02 0.00 ind:fut:1s; -grilleraient griller ver 14.20 12.70 0.02 0.07 cnd:pre:3p; -grillerais griller ver 14.20 12.70 0.03 0.07 cnd:pre:1s;cnd:pre:2s; -grillerait griller ver 14.20 12.70 0.01 0.00 cnd:pre:3s; -grilleras griller ver 14.20 12.70 0.28 0.00 ind:fut:2s; -grillerez griller ver 14.20 12.70 0.12 0.07 ind:fut:2p; -grillerions griller ver 14.20 12.70 0.14 0.00 cnd:pre:1p; -grilleront griller ver 14.20 12.70 0.01 0.07 ind:fut:3p; -grilles grille nom f p 11.01 58.24 1.92 14.39 -grillez griller ver 14.20 12.70 0.16 0.00 imp:pre:2p;ind:pre:2p; -grilliez griller ver 14.20 12.70 0.01 0.00 ind:imp:2p; -grilloirs grilloir nom m p 0.00 0.07 0.00 0.07 -grillon grillon nom m s 1.45 4.59 0.98 2.09 -grillons grillon nom m p 1.45 4.59 0.46 2.50 -grillots grillot nom m p 0.00 0.07 0.00 0.07 -grillé griller ver m s 14.20 12.70 4.10 2.70 par:pas; -grillée grillé adj f s 4.30 7.57 0.76 1.15 -grillées grillé adj f p 4.30 7.57 0.50 1.62 -grillés grillé adj m p 4.30 7.57 0.91 1.49 -grils gril nom m p 0.68 1.76 0.04 0.27 -grima grimer ver 0.20 0.81 0.04 0.00 ind:pas:3s; -grimace_éclair grimace_éclair nom f s 0.01 0.00 0.01 0.00 -grimace grimace nom f s 4.50 31.49 2.28 22.57 -grimacement grimacement nom m s 0.00 0.07 0.00 0.07 -grimacent grimacer ver 0.49 12.36 0.04 0.14 ind:pre:3p; -grimacer grimacer ver 0.49 12.36 0.16 1.96 inf; -grimaceries grimacerie nom f p 0.00 0.07 0.00 0.07 -grimaces grimace nom f p 4.50 31.49 2.23 8.92 -grimacez grimacer ver 0.49 12.36 0.03 0.07 imp:pre:2p;ind:pre:2p; -grimacier grimacier nom m s 0.27 0.34 0.00 0.34 -grimaciers grimacier nom m p 0.27 0.34 0.27 0.00 -grimaciez grimacer ver 0.49 12.36 0.00 0.07 ind:imp:2p; -grimacions grimacer ver 0.49 12.36 0.00 0.07 ind:imp:1p; -grimacèrent grimacer ver 0.49 12.36 0.00 0.07 ind:pas:3p; -grimacé grimacer ver m s 0.49 12.36 0.05 0.88 par:pas; -grimage grimage nom m s 0.02 0.20 0.02 0.20 -grimait grimer ver 0.20 0.81 0.00 0.14 ind:imp:3s; -grimant grimer ver 0.20 0.81 0.00 0.07 par:pre; -grimasse grimer ver 0.20 0.81 0.01 0.00 sub:imp:1s; -grimaça grimacer ver 0.49 12.36 0.01 1.62 ind:pas:3s; -grimaçai grimacer ver 0.49 12.36 0.00 0.07 ind:pas:1s; -grimaçaient grimacer ver 0.49 12.36 0.00 0.54 ind:imp:3p; -grimaçais grimacer ver 0.49 12.36 0.00 0.14 ind:imp:1s; -grimaçait grimacer ver 0.49 12.36 0.02 2.09 ind:imp:3s; -grimaçant grimaçant adj m s 0.16 3.04 0.14 1.62 -grimaçante grimaçant adj f s 0.16 3.04 0.00 0.68 -grimaçantes grimaçant adj f p 0.16 3.04 0.00 0.34 -grimaçants grimaçant adj m p 0.16 3.04 0.02 0.41 -grimaçons grimacer ver 0.49 12.36 0.00 0.07 imp:pre:1p; -grimauds grimaud nom m p 0.00 0.07 0.00 0.07 -griment grimer ver 0.20 0.81 0.00 0.07 ind:pre:3p; -grimer grimer ver 0.20 0.81 0.01 0.07 inf; -grimes grime nom m p 0.48 0.00 0.48 0.00 -grimoire grimoire nom m s 0.49 1.22 0.47 0.47 -grimoires grimoire nom m p 0.49 1.22 0.02 0.74 -grimpa grimper ver 21.05 51.15 0.19 5.81 ind:pas:3s; -grimpai grimper ver 21.05 51.15 0.00 0.95 ind:pas:1s; -grimpaient grimper ver 21.05 51.15 0.04 2.03 ind:imp:3p; -grimpais grimper ver 21.05 51.15 0.51 1.01 ind:imp:1s;ind:imp:2s; -grimpait grimper ver 21.05 51.15 0.39 5.47 ind:imp:3s; -grimpant grimper ver 21.05 51.15 0.13 2.36 par:pre; -grimpante grimpant adj f s 0.18 1.55 0.11 0.14 -grimpantes grimpant adj f p 0.18 1.55 0.04 0.61 -grimpants grimpant adj m p 0.18 1.55 0.01 0.27 -grimpe grimper ver 21.05 51.15 6.12 8.18 imp:pre:2s;ind:pre:1s;ind:pre:3s; -grimpent grimper ver 21.05 51.15 0.82 2.03 ind:pre:3p; -grimper grimper ver 21.05 51.15 7.48 14.05 inf; -grimpera grimper ver 21.05 51.15 0.20 0.14 ind:fut:3s; -grimperai grimper ver 21.05 51.15 0.03 0.07 ind:fut:1s; -grimperaient grimper ver 21.05 51.15 0.14 0.14 cnd:pre:3p; -grimperais grimper ver 21.05 51.15 0.17 0.14 cnd:pre:1s;cnd:pre:2s; -grimperait grimper ver 21.05 51.15 0.06 0.14 cnd:pre:3s; -grimperez grimper ver 21.05 51.15 0.02 0.00 ind:fut:2p; -grimperons grimper ver 21.05 51.15 0.01 0.00 ind:fut:1p; -grimperont grimper ver 21.05 51.15 0.20 0.00 ind:fut:3p; -grimpette grimpette nom f s 0.29 1.01 0.29 0.81 -grimpettes grimpette nom f p 0.29 1.01 0.00 0.20 -grimpeur grimpeur nom m s 0.91 0.41 0.61 0.34 -grimpeurs grimpeur nom m p 0.91 0.41 0.25 0.07 -grimpeuse grimpeur nom f s 0.91 0.41 0.06 0.00 -grimpez grimper ver 21.05 51.15 1.59 0.14 imp:pre:2p;ind:pre:2p; -grimpiez grimper ver 21.05 51.15 0.19 0.00 ind:imp:2p; -grimpions grimper ver 21.05 51.15 0.01 0.61 ind:imp:1p; -grimpâmes grimper ver 21.05 51.15 0.01 0.07 ind:pas:1p; -grimpons grimper ver 21.05 51.15 0.29 0.54 imp:pre:1p;ind:pre:1p; -grimpât grimper ver 21.05 51.15 0.00 0.07 sub:imp:3s; -grimpèrent grimper ver 21.05 51.15 0.12 1.49 ind:pas:3p; -grimpé grimper ver m s 21.05 51.15 2.01 4.93 par:pas; -grimpée grimper ver f s 21.05 51.15 0.14 0.14 par:pas; -grimpées grimper ver f p 21.05 51.15 0.14 0.00 par:pas; -grimpés grimper ver m p 21.05 51.15 0.04 0.68 par:pas; -grimé grimer ver m s 0.20 0.81 0.13 0.14 par:pas; -grimée grimer ver f s 0.20 0.81 0.00 0.07 par:pas; -grimées grimer ver f p 0.20 0.81 0.00 0.07 par:pas; -grimés grimer ver m p 0.20 0.81 0.00 0.20 par:pas; -grince grincer ver 2.84 19.53 1.37 3.31 imp:pre:2s;ind:pre:1s;ind:pre:3s; -grincement grincement nom m s 1.57 9.59 0.71 6.49 -grincements grincement nom m p 1.57 9.59 0.86 3.11 -grincent grincer ver 2.84 19.53 0.26 0.95 ind:pre:3p; -grincer grincer ver 2.84 19.53 0.59 4.46 inf; -grincerait grincer ver 2.84 19.53 0.01 0.07 cnd:pre:3s; -grinces grincer ver 2.84 19.53 0.04 0.00 ind:pre:2s; -grincez grincer ver 2.84 19.53 0.00 0.07 imp:pre:2p; -grinche grinche adj s 0.02 0.00 0.02 0.00 -grincheuse grincheux adj f s 1.52 1.22 0.34 0.14 -grincheuses grincheux adj f p 1.52 1.22 0.02 0.07 -grincheux grincheux adj m 1.52 1.22 1.16 1.01 -grinchir grinchir ver 0.00 0.14 0.00 0.14 inf; -grincèrent grincer ver 2.84 19.53 0.00 0.47 ind:pas:3p; -grincé grincer ver m s 2.84 19.53 0.35 0.95 par:pas; -gringalet gringalet nom m s 0.44 0.61 0.40 0.41 -gringalets gringalet nom m p 0.44 0.61 0.04 0.20 -gringo gringo nom m s 4.64 0.00 3.66 0.00 -gringos gringo nom m p 4.64 0.00 0.98 0.00 -gringue gringue nom m s 0.35 1.15 0.35 1.15 -gringuer gringuer ver 0.00 0.14 0.00 0.14 inf; -grinça grincer ver 2.84 19.53 0.00 2.64 ind:pas:3s; -grinçaient grincer ver 2.84 19.53 0.00 1.35 ind:imp:3p; -grinçais grincer ver 2.84 19.53 0.00 0.07 ind:imp:1s; -grinçait grincer ver 2.84 19.53 0.19 2.97 ind:imp:3s; -grinçant grinçant adj m s 0.47 3.78 0.32 1.35 -grinçante grinçant adj f s 0.47 3.78 0.02 1.49 -grinçantes grinçant adj f p 0.47 3.78 0.10 0.34 -grinçants grinçant adj m p 0.47 3.78 0.03 0.61 -grinçât grincer ver 2.84 19.53 0.00 0.07 sub:imp:3s; -griot griot nom m s 0.58 1.55 0.16 1.08 -griots griot nom m p 0.58 1.55 0.43 0.47 -griotte griotte nom f s 0.13 3.18 0.00 0.07 -griottes griotte nom f p 0.13 3.18 0.13 3.11 -grip grip nom m s 0.20 0.00 0.20 0.00 -grippa gripper ver 0.71 1.22 0.00 0.14 ind:pas:3s; -grippaient gripper ver 0.71 1.22 0.00 0.07 ind:imp:3p; -grippal grippal adj m s 0.03 0.00 0.01 0.00 -grippant gripper ver 0.71 1.22 0.00 0.07 par:pre; -grippaux grippal adj m p 0.03 0.00 0.02 0.00 -grippe_sou grippe_sou nom m s 0.25 0.14 0.13 0.07 -grippe_sou grippe_sou nom m p 0.25 0.14 0.12 0.07 -grippe grippe nom f s 8.22 5.54 8.02 4.86 -grippements grippement nom m p 0.00 0.07 0.00 0.07 -gripper gripper ver 0.71 1.22 0.04 0.00 inf; -gripperait gripper ver 0.71 1.22 0.00 0.07 cnd:pre:3s; -grippes grippe nom f p 8.22 5.54 0.21 0.68 -grippé gripper ver m s 0.71 1.22 0.15 0.20 par:pas; -grippée gripper ver f s 0.71 1.22 0.25 0.27 par:pas; -grippés gripper ver m p 0.71 1.22 0.14 0.07 par:pas; -gris_blanc gris_blanc adj m s 0.00 0.20 0.00 0.20 -gris_bleu gris_bleu adj m s 0.30 1.69 0.30 1.69 -gris_gris gris_gris nom m 0.22 0.74 0.22 0.74 -gris_jaune gris_jaune adj m s 0.00 0.20 0.00 0.20 -gris_perle gris_perle adj m s 0.01 0.14 0.01 0.14 -gris_rose gris_rose adj 0.00 0.41 0.00 0.41 -gris_vert gris_vert adj m s 0.01 1.55 0.01 1.55 -gris gris adj m 19.64 154.86 11.05 88.31 -grisa griser ver 1.03 10.27 0.00 0.47 ind:pas:3s; -grisai griser ver 1.03 10.27 0.00 0.14 ind:pas:1s; -grisaient griser ver 1.03 10.27 0.00 0.20 ind:imp:3p; -grisaille grisaille nom f s 0.25 7.77 0.25 7.36 -grisailles grisaille nom f p 0.25 7.77 0.00 0.41 -grisaillèrent grisailler ver 0.00 0.07 0.00 0.07 ind:pas:3p; -grisais griser ver 1.03 10.27 0.00 0.14 ind:imp:1s; -grisait griser ver 1.03 10.27 0.00 1.35 ind:imp:3s; -grisant grisant adj m s 0.54 3.24 0.29 1.28 -grisante grisant adj f s 0.54 3.24 0.21 1.28 -grisantes grisant adj f p 0.54 3.24 0.01 0.34 -grisants grisant adj m p 0.54 3.24 0.03 0.34 -grisassent griser ver 1.03 10.27 0.00 0.07 sub:imp:3p; -grisbi grisbi nom m s 0.15 1.22 0.15 1.22 -grise gris adj f s 19.64 154.86 7.25 49.39 -grisent griser ver 1.03 10.27 0.02 0.20 ind:pre:3p; -griser griser ver 1.03 10.27 0.09 1.55 inf; -grisera griser ver 1.03 10.27 0.00 0.07 ind:fut:3s; -griserie griserie nom f s 0.02 2.23 0.02 2.16 -griseries griserie nom f p 0.02 2.23 0.00 0.07 -grises gris adj f p 19.64 154.86 1.34 17.16 -grisette grisette nom f s 0.00 0.41 0.00 0.14 -grisettes grisette nom f p 0.00 0.41 0.00 0.27 -grison grison nom m s 0.01 0.00 0.01 0.00 -grisonnaient grisonner ver 0.32 0.88 0.00 0.27 ind:imp:3p; -grisonnait grisonner ver 0.32 0.88 0.01 0.14 ind:imp:3s; -grisonnant grisonnant adj m s 0.48 3.04 0.18 0.81 -grisonnante grisonnant adj f s 0.48 3.04 0.03 0.74 -grisonnantes grisonnant adj f p 0.48 3.04 0.12 0.20 -grisonnants grisonnant adj m p 0.48 3.04 0.15 1.28 -grisonne grisonner ver 0.32 0.88 0.14 0.00 ind:pre:1s; -grisonnent grisonner ver 0.32 0.88 0.01 0.14 ind:pre:3p; -grisonner grisonner ver 0.32 0.88 0.01 0.14 inf; -grisonné grisonner ver m s 0.32 0.88 0.01 0.07 par:pas; -grisons grison adj m p 0.01 0.14 0.00 0.14 -grisâtre grisâtre adj s 0.12 13.04 0.10 9.53 -grisâtres grisâtre adj p 0.12 13.04 0.02 3.51 -grisotte grisotte nom f s 0.00 0.07 0.00 0.07 -grisou grisou nom m s 0.01 1.22 0.01 1.22 -grisé grisé adj m s 0.16 0.61 0.14 0.41 -grisée griser ver f s 1.03 10.27 0.00 0.61 par:pas; -grisées griser ver f p 1.03 10.27 0.00 0.07 par:pas; -grisés griser ver m p 1.03 10.27 0.14 0.61 par:pas; -grièvement grièvement adv 1.68 1.55 1.68 1.55 -grive grive nom f s 1.73 1.82 0.52 0.74 -grivelle griveler ver 0.00 0.20 0.00 0.20 ind:pre:3s; -grivelée grivelé adj f s 0.00 0.07 0.00 0.07 -grivelures grivelure nom f p 0.00 0.07 0.00 0.07 -grives grive nom f p 1.73 1.82 1.21 1.08 -grivet grivet nom m s 0.01 0.00 0.01 0.00 -griveton griveton nom m s 0.00 1.08 0.00 0.47 -grivetons griveton nom m p 0.00 1.08 0.00 0.61 -grivois grivois adj m 0.38 0.95 0.25 0.27 -grivoise grivois adj f s 0.38 0.95 0.12 0.14 -grivoiserie grivoiserie nom f s 0.03 0.20 0.00 0.14 -grivoiseries grivoiserie nom f p 0.03 0.20 0.03 0.07 -grivoises grivois adj f p 0.38 0.95 0.01 0.54 -grivèlerie grivèlerie nom f s 0.00 0.20 0.00 0.20 -grizzli grizzli nom m s 0.57 0.00 0.19 0.00 -grizzlis grizzli nom m p 0.57 0.00 0.38 0.00 -grizzly grizzly nom m s 0.74 0.20 0.72 0.14 -grizzlys grizzly nom m p 0.74 0.20 0.02 0.07 -grâce grâce pre 85.61 78.85 85.61 78.85 -grâces grâce nom f p 34.59 57.70 2.50 8.04 -groenlandais groenlandais adj m p 0.10 0.07 0.10 0.07 -grog grog nom m s 0.63 1.42 0.52 1.15 -groggy groggy adj s 0.71 0.54 0.71 0.54 -grogna grogner ver 3.01 31.42 0.02 11.96 ind:pas:3s; -grognai grogner ver 3.01 31.42 0.00 0.07 ind:pas:1s; -grognaient grogner ver 3.01 31.42 0.23 0.41 ind:imp:3p; -grognais grogner ver 3.01 31.42 0.00 0.07 ind:imp:1s; -grognait grogner ver 3.01 31.42 0.07 4.19 ind:imp:3s; -grognant grognant adj m s 0.10 0.27 0.10 0.27 -grognard grognard nom m s 0.03 0.74 0.03 0.27 -grognards grognard nom m p 0.03 0.74 0.00 0.47 -grognassaient grognasser ver 0.00 0.20 0.00 0.07 ind:imp:3p; -grognasse grognasse nom f s 0.17 0.95 0.14 0.61 -grognasser grognasser ver 0.00 0.20 0.00 0.14 inf; -grognasses grognasse nom f p 0.17 0.95 0.03 0.34 -grogne grogner ver 3.01 31.42 1.55 4.66 imp:pre:2s;ind:pre:1s;ind:pre:3s; -grognement grognement nom m s 1.33 9.53 0.65 4.46 -grognements grognement nom m p 1.33 9.53 0.68 5.07 -grognent grogner ver 3.01 31.42 0.08 0.54 ind:pre:3p; -grogner grogner ver 3.01 31.42 0.69 2.30 inf; -grognera grogner ver 3.01 31.42 0.00 0.14 ind:fut:3s; -grognes grogner ver 3.01 31.42 0.25 0.41 ind:pre:2s; -grogneurs grogneur adj m p 0.00 0.20 0.00 0.07 -grogneuse grogneur adj f s 0.00 0.20 0.00 0.14 -grognions grogner ver 3.01 31.42 0.00 0.14 ind:imp:1p; -grognon grognon adj m s 0.79 1.22 0.71 0.88 -grognonna grognonner ver 0.01 0.20 0.00 0.07 ind:pas:3s; -grognonne grognon adj f s 0.79 1.22 0.01 0.20 -grognonner grognonner ver 0.01 0.20 0.01 0.07 inf; -grognons grognon adj m p 0.79 1.22 0.06 0.14 -grognèrent grogner ver 3.01 31.42 0.00 0.20 ind:pas:3p; -grogné grogner ver m s 3.01 31.42 0.11 2.30 par:pas; -grognées grogner ver f p 3.01 31.42 0.00 0.07 par:pas; -grogs grog nom m p 0.63 1.42 0.12 0.27 -groin groin nom m s 0.43 1.89 0.32 1.76 -groins groin nom m p 0.43 1.89 0.11 0.14 -grole grole nom f s 0.07 0.34 0.04 0.14 -groles grole nom f p 0.07 0.34 0.03 0.20 -grolle grolle nom f s 0.13 1.49 0.04 0.41 -grolles grolle nom f p 0.13 1.49 0.10 1.08 -grommela grommeler ver 0.14 13.92 0.01 5.61 ind:pas:3s; -grommelai grommeler ver 0.14 13.92 0.00 0.14 ind:pas:1s; -grommelaient grommeler ver 0.14 13.92 0.01 0.14 ind:imp:3p; -grommelait grommeler ver 0.14 13.92 0.01 1.96 ind:imp:3s; -grommelant grommeler ver 0.14 13.92 0.02 2.36 par:pre; -grommeler grommeler ver 0.14 13.92 0.03 0.81 inf; -grommelez grommeler ver 0.14 13.92 0.02 0.00 ind:pre:2p; -grommelle grommeler ver 0.14 13.92 0.01 1.76 imp:pre:2s;ind:pre:1s;ind:pre:3s; -grommellement grommellement nom m s 0.01 0.74 0.01 0.47 -grommellements grommellement nom m p 0.01 0.74 0.00 0.27 -grommellent grommeler ver 0.14 13.92 0.02 0.07 ind:pre:3p; -grommellerait grommeler ver 0.14 13.92 0.00 0.07 cnd:pre:3s; -grommelèrent grommeler ver 0.14 13.92 0.00 0.07 ind:pas:3p; -grommelé grommeler ver m s 0.14 13.92 0.01 0.88 par:pas; -grommelée grommeler ver f s 0.14 13.92 0.00 0.07 par:pas; -gronda gronder ver 8.74 22.70 0.04 4.66 ind:pas:3s; -grondai gronder ver 8.74 22.70 0.00 0.34 ind:pas:1s; -grondaient gronder ver 8.74 22.70 0.02 0.81 ind:imp:3p; -grondais gronder ver 8.74 22.70 0.10 0.20 ind:imp:1s;ind:imp:2s; -grondait gronder ver 8.74 22.70 0.15 4.66 ind:imp:3s; -grondant gronder ver 8.74 22.70 0.30 2.36 par:pre; -grondante grondant adj f s 0.23 1.42 0.01 0.81 -grondants grondant adj m p 0.23 1.42 0.00 0.14 -gronde gronder ver 8.74 22.70 4.75 3.51 imp:pre:2s;ind:pre:1s;ind:pre:3s; -grondement grondement nom m s 1.30 14.80 1.18 12.36 -grondements grondement nom m p 1.30 14.80 0.13 2.43 -grondent gronder ver 8.74 22.70 0.15 0.27 ind:pre:3p; -gronder gronder ver 8.74 22.70 2.14 3.58 inf; -grondera gronder ver 8.74 22.70 0.28 0.07 ind:fut:3s; -gronderai gronder ver 8.74 22.70 0.01 0.07 ind:fut:1s; -gronderait gronder ver 8.74 22.70 0.04 0.34 cnd:pre:3s; -gronderies gronderie nom f p 0.00 0.14 0.00 0.14 -grondes gronder ver 8.74 22.70 0.15 0.07 ind:pre:2s; -grondeur grondeur adj m s 0.00 1.35 0.00 0.47 -grondeurs grondeur adj m p 0.00 1.35 0.00 0.07 -grondeuse grondeur adj f s 0.00 1.35 0.00 0.68 -grondeuses grondeur adj f p 0.00 1.35 0.00 0.14 -grondez gronder ver 8.74 22.70 0.15 0.20 imp:pre:2p;ind:pre:2p; -grondin grondin nom m s 0.00 1.69 0.00 1.55 -grondins grondin nom m p 0.00 1.69 0.00 0.14 -grondèrent gronder ver 8.74 22.70 0.01 0.14 ind:pas:3p; -grondé gronder ver m s 8.74 22.70 0.33 0.95 par:pas; -grondée gronder ver f s 8.74 22.70 0.12 0.34 par:pas; -grondés gronder ver m p 8.74 22.70 0.01 0.14 par:pas; -groom groom nom m s 1.17 2.57 1.02 1.89 -grooms groom nom m p 1.17 2.57 0.14 0.68 -gros_bec gros_bec nom m s 0.06 0.07 0.06 0.00 -gros_bec gros_bec nom m p 0.06 0.07 0.00 0.07 -gros_cul gros_cul nom m s 0.04 0.14 0.04 0.14 -gros_grain gros_grain nom m s 0.00 0.41 0.00 0.41 -gros_porteur gros_porteur nom m s 0.02 0.00 0.02 0.00 -gros gros adj m 266.95 353.45 180.91 216.01 -groschen groschen nom m s 0.00 0.07 0.00 0.07 -groseille groseille adj f s 0.30 0.20 0.30 0.20 -groseilles groseille nom f p 1.23 1.89 0.94 1.35 -groseillier groseillier nom m s 0.17 0.61 0.01 0.14 -groseilliers groseillier nom m p 0.17 0.61 0.16 0.47 -grosse gros adj f s 266.95 353.45 70.63 85.81 -grosses gros adj f p 266.95 353.45 15.41 51.62 -grossesse grossesse nom f s 7.09 4.93 6.63 3.92 -grossesses grossesse nom f p 7.09 4.93 0.46 1.01 -grosseur grosseur nom f s 1.12 2.97 1.08 2.57 -grosseurs grosseur nom f p 1.12 2.97 0.04 0.41 -grossi grossir ver m s 10.57 14.80 3.85 2.57 par:pas; -grossie grossir ver f s 10.57 14.80 0.00 0.54 par:pas; -grossier grossier adj m s 11.64 22.57 6.77 8.99 -grossiers grossier adj m p 11.64 22.57 0.90 4.05 -grossies grossir ver f p 10.57 14.80 0.00 0.34 par:pas; -grossir grossir ver 10.57 14.80 3.30 4.93 inf; -grossira grossir ver 10.57 14.80 0.05 0.14 ind:fut:3s; -grossirent grossir ver 10.57 14.80 0.00 0.07 ind:pas:3p; -grossirez grossir ver 10.57 14.80 0.00 0.07 ind:fut:2p; -grossiront grossir ver 10.57 14.80 0.04 0.07 ind:fut:3p; -grossis grossir ver m p 10.57 14.80 0.38 0.47 imp:pre:2s;ind:pre:1s;ind:pre:2s;par:pas; -grossissaient grossir ver 10.57 14.80 0.02 0.74 ind:imp:3p; -grossissais grossir ver 10.57 14.80 0.02 0.07 ind:imp:1s; -grossissait grossir ver 10.57 14.80 0.32 1.62 ind:imp:3s; -grossissant grossissant adj m s 0.34 1.28 0.04 1.01 -grossissante grossissant adj f s 0.34 1.28 0.03 0.00 -grossissantes grossissant adj f p 0.34 1.28 0.00 0.14 -grossissants grossissant adj m p 0.34 1.28 0.28 0.14 -grossisse grossir ver 10.57 14.80 0.09 0.14 sub:pre:1s;sub:pre:3s; -grossissement grossissement nom m s 0.06 0.81 0.06 0.81 -grossissent grossir ver 10.57 14.80 0.43 0.68 ind:pre:3p; -grossisses grossir ver 10.57 14.80 0.02 0.00 sub:pre:2s; -grossissez grossir ver 10.57 14.80 0.07 0.07 imp:pre:2p;ind:pre:2p; -grossiste grossiste nom s 0.70 0.81 0.50 0.54 -grossistes grossiste nom p 0.70 0.81 0.20 0.27 -grossit grossir ver 10.57 14.80 1.96 1.82 ind:pre:3s;ind:pas:3s; -grossière grossier adj f s 11.64 22.57 3.30 6.28 -grossièrement grossièrement adv 0.61 5.41 0.61 5.41 -grossières grossier adj f p 11.64 22.57 0.67 3.24 -grossièreté grossièreté nom f s 2.71 6.15 1.96 4.80 -grossièretés grossièreté nom f p 2.71 6.15 0.74 1.35 -grossium grossium nom m s 0.01 0.88 0.00 0.54 -grossiums grossium nom m p 0.01 0.88 0.01 0.34 -grosso_modo grosso_modo adv 0.44 1.89 0.44 1.89 -grotesque grotesque adj s 5.58 12.97 5.01 9.12 -grotesquement grotesquement adv 0.04 0.95 0.04 0.95 -grotesques grotesque adj p 5.58 12.97 0.57 3.85 -grotte grotte nom f s 12.23 21.96 8.96 17.84 -grottes grotte nom f p 12.23 21.96 3.28 4.12 -grouillaient grouiller ver 22.39 15.54 0.06 2.23 ind:imp:3p; -grouillais grouiller ver 22.39 15.54 0.00 0.07 ind:imp:1s; -grouillait grouiller ver 22.39 15.54 0.27 2.64 ind:imp:3s; -grouillant grouiller ver 22.39 15.54 0.11 1.28 par:pre; -grouillante grouillant adj f s 0.14 4.73 0.04 2.09 -grouillantes grouillant adj f p 0.14 4.73 0.03 0.88 -grouillants grouillant adj m p 0.14 4.73 0.03 1.01 -grouille grouiller ver 22.39 15.54 15.56 4.73 imp:pre:2s;ind:pre:1s;ind:pre:3s; -grouillement grouillement nom m s 0.16 4.73 0.02 4.53 -grouillements grouillement nom m p 0.16 4.73 0.14 0.20 -grouillent grouiller ver 22.39 15.54 0.65 1.35 ind:pre:3p; -grouiller grouiller ver 22.39 15.54 0.89 1.62 inf; -grouillera grouiller ver 22.39 15.54 0.05 0.00 ind:fut:3s; -grouillerait grouiller ver 22.39 15.54 0.04 0.00 cnd:pre:3s; -grouilleront grouiller ver 22.39 15.54 0.01 0.00 ind:fut:3p; -grouilles grouiller ver 22.39 15.54 0.48 0.07 ind:pre:2s; -grouillez grouiller ver 22.39 15.54 4.08 0.95 imp:pre:2p;ind:pre:2p; -grouillis grouillis nom m 0.00 0.47 0.00 0.47 -grouillons grouiller ver 22.39 15.54 0.19 0.41 imp:pre:1p;ind:pre:1p; -grouillot grouillot nom m s 0.12 0.74 0.10 0.61 -grouillots grouillot nom m p 0.12 0.74 0.03 0.14 -grouillèrent grouiller ver 22.39 15.54 0.00 0.07 ind:pas:3p; -grouillé grouiller ver m s 22.39 15.54 0.02 0.07 par:pas; -grouillées grouiller ver f p 22.39 15.54 0.00 0.07 par:pas; -grouiner grouiner ver 0.01 0.00 0.01 0.00 inf; -groumais groumer ver 0.00 1.22 0.00 0.07 ind:imp:1s; -groumait groumer ver 0.00 1.22 0.00 0.27 ind:imp:3s; -groumant groumer ver 0.00 1.22 0.00 0.07 par:pre; -groume groumer ver 0.00 1.22 0.00 0.68 imp:pre:2s;ind:pre:1s;ind:pre:3s; -groumer groumer ver 0.00 1.22 0.00 0.14 inf; -ground ground nom m s 0.27 0.00 0.27 0.00 -group group nom m s 7.65 0.34 7.41 0.34 -groupa grouper ver 3.10 13.31 0.00 0.20 ind:pas:3s; -groupage groupage nom m s 0.01 0.00 0.01 0.00 -groupaient grouper ver 3.10 13.31 0.00 1.08 ind:imp:3p; -groupais grouper ver 3.10 13.31 0.00 0.07 ind:imp:1s; -groupait grouper ver 3.10 13.31 0.01 0.68 ind:imp:3s; -groupant grouper ver 3.10 13.31 0.00 0.54 par:pre; -groupe groupe nom m s 104.38 122.50 90.16 85.88 -groupement groupement nom m s 0.98 6.22 0.96 4.19 -groupements groupement nom m p 0.98 6.22 0.02 2.03 -groupent grouper ver 3.10 13.31 0.00 0.95 ind:pre:3p; -grouper grouper ver 3.10 13.31 0.44 2.03 inf; -grouperaient grouper ver 3.10 13.31 0.00 0.07 cnd:pre:3p; -grouperont grouper ver 3.10 13.31 0.10 0.07 ind:fut:3p; -groupes groupe nom m p 104.38 122.50 14.21 36.62 -groupez grouper ver 3.10 13.31 0.04 0.00 imp:pre:2p;ind:pre:2p; -groupie groupie nom f s 1.34 0.74 0.86 0.34 -groupies groupie nom f p 1.34 0.74 0.48 0.41 -groupons grouper ver 3.10 13.31 0.20 0.07 imp:pre:1p;ind:pre:1p; -groupât grouper ver 3.10 13.31 0.00 0.07 sub:imp:3s; -groups group nom m p 7.65 0.34 0.25 0.00 -groupèrent grouper ver 3.10 13.31 0.00 0.41 ind:pas:3p; -groupé grouper ver m s 3.10 13.31 0.25 0.34 par:pas; -groupée grouper ver f s 3.10 13.31 0.11 0.61 par:pas; -groupées grouper ver f p 3.10 13.31 0.10 0.88 par:pas; -groupés grouper ver m p 3.10 13.31 1.25 4.19 par:pas; -groupuscule groupuscule nom m s 0.36 0.54 0.20 0.20 -groupuscules groupuscule nom m p 0.36 0.54 0.16 0.34 -grouse grouse nom f s 0.28 0.68 0.28 0.14 -grouses grouse nom f p 0.28 0.68 0.00 0.54 -grèbe grèbe nom m s 0.02 0.07 0.02 0.00 -grèbes grèbe nom m p 0.02 0.07 0.00 0.07 -grège grège adj s 0.00 1.28 0.00 1.22 -grèges grège adj p 0.00 1.28 0.00 0.07 -grègues grègues nom f p 0.00 0.07 0.00 0.07 -grène grener ver 0.00 0.34 0.00 0.07 ind:pre:3s; -grènera grener ver 0.00 0.34 0.00 0.07 ind:fut:3s; -grès grès nom m 0.31 4.05 0.31 4.05 -grève grève nom f s 15.87 26.55 14.54 22.36 -grèvent grever ver 0.18 0.81 0.00 0.14 ind:pre:3p; -grèverait grever ver 0.18 0.81 0.00 0.07 cnd:pre:3s; -grèves grève nom f p 15.87 26.55 1.33 4.19 -gré gré nom m s 11.36 28.04 11.36 28.04 -gréage gréage nom m s 0.01 0.00 0.01 0.00 -gruau gruau nom m s 0.73 0.54 0.69 0.54 -gruaux gruau nom m p 0.73 0.54 0.04 0.00 -grébiche grébiche nom f s 0.01 0.00 0.01 0.00 -gréco_latin gréco_latin adj f s 0.00 0.34 0.00 0.27 -gréco_latin gréco_latin adj f p 0.00 0.34 0.00 0.07 -gréco_romain gréco_romain adj m s 0.46 0.68 0.03 0.14 -gréco_romain gréco_romain adj f s 0.46 0.68 0.42 0.34 -gréco_romain gréco_romain adj f p 0.46 0.68 0.01 0.14 -gréco_romain gréco_romain adj m p 0.46 0.68 0.00 0.07 -gréco gréco adv 0.15 0.14 0.15 0.14 -grue grue nom f s 4.76 6.22 3.54 2.84 -gréement gréement nom m s 0.26 0.34 0.26 0.20 -gréements gréement nom m p 0.26 0.34 0.00 0.14 -gréer gréer ver 0.07 0.61 0.03 0.07 inf; -grues grue nom f p 4.76 6.22 1.22 3.38 -gréez gréer ver 0.07 0.61 0.01 0.00 imp:pre:2p; -grégaire grégaire adj s 0.11 0.47 0.11 0.47 -gruge gruger ver 0.48 0.47 0.04 0.07 ind:pre:3s; -grugeaient gruger ver 0.48 0.47 0.00 0.07 ind:imp:3p; -grugeait gruger ver 0.48 0.47 0.01 0.07 ind:imp:3s; -grugeant gruger ver 0.48 0.47 0.00 0.07 par:pre; -grégeois grégeois adj m 0.05 0.34 0.05 0.34 -gruger gruger ver 0.48 0.47 0.21 0.14 inf; -grégorien grégorien adj m s 0.06 1.35 0.03 1.01 -grégorienne grégorien adj f s 0.06 1.35 0.00 0.14 -grégoriens grégorien adj m p 0.06 1.35 0.02 0.20 -grugé gruger ver m s 0.48 0.47 0.21 0.07 par:pas; -grugée gruger ver f s 0.48 0.47 0.01 0.00 par:pas; -grêlaient grêler ver 0.24 1.49 0.00 0.07 ind:imp:3p; -grêlait grêler ver 0.24 1.49 0.00 0.07 ind:imp:3s; -grêle grêle nom f s 1.05 6.15 1.05 5.81 -grêlent grêler ver 0.24 1.49 0.00 0.20 ind:pre:3p; -grêler grêler ver 0.24 1.49 0.03 0.14 inf; -grêleraient grêler ver 0.24 1.49 0.00 0.07 cnd:pre:3p; -grêles grêle adj p 0.54 8.24 0.01 3.38 -grêlon grêlon nom m s 0.33 1.01 0.00 0.14 -grêlons grêlon nom m p 0.33 1.01 0.33 0.88 -grêlé grêlé adj m s 0.31 0.47 0.30 0.34 -grêlée grêlé adj f s 0.31 0.47 0.01 0.07 -grêlées grêler ver f p 0.24 1.49 0.00 0.14 par:pas; -grêlés grêler ver m p 0.24 1.49 0.00 0.14 par:pas; -grume grume nom f s 0.12 0.47 0.01 0.20 -grumeau grumeau nom m s 0.28 1.01 0.02 0.14 -grumeaux grumeau nom m p 0.28 1.01 0.26 0.88 -grumeleuse grumeleux adj f s 0.33 1.89 0.01 1.15 -grumeleuses grumeleux adj f p 0.33 1.89 0.02 0.14 -grumeleux grumeleux adj m 0.33 1.89 0.29 0.61 -grumes grume nom f p 0.12 0.47 0.11 0.27 -grumier grumier nom m s 0.01 0.00 0.01 0.00 -grunge grunge nom m s 0.27 0.00 0.27 0.00 -gruppetto gruppetto nom m s 0.00 0.14 0.00 0.14 -grésil grésil nom m s 0.00 0.41 0.00 0.41 -grésilla grésiller ver 0.35 5.61 0.00 0.41 ind:pas:3s; -grésillaient grésiller ver 0.35 5.61 0.00 0.68 ind:imp:3p; -grésillait grésiller ver 0.35 5.61 0.00 1.28 ind:imp:3s; -grésillant grésillant adj m s 0.15 0.68 0.01 0.41 -grésillante grésillant adj f s 0.15 0.68 0.14 0.14 -grésillantes grésillant adj f p 0.15 0.68 0.00 0.14 -grésille grésiller ver 0.35 5.61 0.16 0.88 ind:pre:1s;ind:pre:3s; -grésillement grésillement nom m s 0.46 3.85 0.17 3.38 -grésillements grésillement nom m p 0.46 3.85 0.29 0.47 -grésillent grésiller ver 0.35 5.61 0.03 0.07 ind:pre:3p; -grésiller grésiller ver 0.35 5.61 0.16 1.01 inf; -grésillerait grésiller ver 0.35 5.61 0.00 0.07 cnd:pre:3s; -grésillé grésiller ver m s 0.35 5.61 0.00 0.20 par:pas; -gruta gruter ver 0.00 0.14 0.00 0.07 ind:pas:3s; -grute gruter ver 0.00 0.14 0.00 0.07 ind:pre:1s; -grutier grutier nom m s 0.14 2.30 0.14 0.34 -grutiers grutier nom m p 0.14 2.30 0.00 1.89 -grutière grutier nom f s 0.14 2.30 0.00 0.07 -gréé gréer ver m s 0.07 0.61 0.01 0.34 par:pas; -gréée gréer ver f s 0.07 0.61 0.02 0.14 par:pas; -gréées gréer ver f p 0.07 0.61 0.00 0.07 par:pas; -gréviste gréviste nom s 1.50 2.36 0.28 0.41 -grévistes gréviste nom p 1.50 2.36 1.22 1.96 -gruyère gruyère nom m s 1.02 4.80 1.02 4.80 -gèle geler ver 23.41 17.03 6.57 2.77 imp:pre:2s;ind:pre:1s;ind:pre:3s; -gèlent geler ver 23.41 17.03 0.58 0.27 ind:pre:3p; -gèlera geler ver 23.41 17.03 0.48 0.14 ind:fut:3s; -gèlerai geler ver 23.41 17.03 0.30 0.00 ind:fut:1s; -gèlerait geler ver 23.41 17.03 0.18 0.14 cnd:pre:3s; -gèles geler ver 23.41 17.03 0.26 0.07 ind:pre:2s; -gène gène nom m s 8.07 0.74 4.18 0.20 -gènes gène nom m p 8.07 0.74 3.90 0.54 -gère gérer ver 27.51 3.31 6.08 0.47 imp:pre:2s;ind:pre:1s;ind:pre:3s; -gèrent gérer ver 27.51 3.31 0.37 0.07 ind:pre:3p; -guacamole guacamole nom m s 0.43 0.00 0.43 0.00 -guadeloupéenne guadeloupéenne nom f s 0.00 0.14 0.00 0.14 -guanaco guanaco nom m s 0.01 0.00 0.01 0.00 -guanine guanine nom f s 0.04 0.00 0.04 0.00 -guano guano nom m s 0.23 0.14 0.23 0.14 -géant géant adj m s 13.91 21.42 8.60 8.99 -géante géant adj f s 13.91 21.42 2.81 6.08 -géantes géant adj f p 13.91 21.42 0.94 2.97 -géants géant nom m p 11.67 22.91 4.19 3.78 -guaracha guaracha nom f s 0.02 0.00 0.02 0.00 -guarani guarani adj m s 0.00 0.07 0.00 0.07 -guatémaltèque guatémaltèque adj m s 0.07 0.00 0.07 0.00 -guelfe guelfe nom m s 0.10 0.20 0.10 0.07 -guelfes guelfe nom m p 0.10 0.20 0.00 0.14 -guenille guenille nom f s 0.41 4.46 0.04 1.08 -guenilles guenille nom f p 0.41 4.46 0.37 3.38 -guenilleux guenilleux adj m p 0.00 0.54 0.00 0.54 -guenillons guenillon nom m p 0.00 0.07 0.00 0.07 -guenipe guenipe nom f s 0.00 0.07 0.00 0.07 -guenon guenon nom f s 0.58 1.89 0.37 1.55 -guenons guenon nom f p 0.58 1.89 0.20 0.34 -guerre_éclair guerre_éclair nom f s 0.01 0.14 0.01 0.14 -guerre guerre nom f s 221.65 354.59 212.82 338.65 -guerres guerre nom f p 221.65 354.59 8.83 15.95 -guerrier guerrier nom m s 16.75 10.00 9.07 3.85 -guerriers guerrier nom m p 16.75 10.00 7.68 6.15 -guerrière guerrier adj f s 6.70 8.85 0.88 2.30 -guerrières guerrier adj f p 6.70 8.85 1.41 1.62 -guerroient guerroyer ver 0.30 1.08 0.00 0.07 ind:pre:3p; -guerroyai guerroyer ver 0.30 1.08 0.00 0.07 ind:pas:1s; -guerroyaient guerroyer ver 0.30 1.08 0.00 0.07 ind:imp:3p; -guerroyait guerroyer ver 0.30 1.08 0.00 0.27 ind:imp:3s; -guerroyant guerroyer ver 0.30 1.08 0.14 0.07 par:pre; -guerroyer guerroyer ver 0.30 1.08 0.14 0.41 inf; -guerroyeur guerroyeur nom m s 0.00 0.07 0.00 0.07 -guerroyé guerroyer ver m s 0.30 1.08 0.03 0.14 par:pas; -guet_apens guet_apens nom m 0.68 0.74 0.68 0.74 -guet guet nom m s 3.29 7.70 3.29 7.43 -guets_apens guets_apens nom m p 0.00 0.07 0.00 0.07 -guets guet nom m p 3.29 7.70 0.00 0.27 -guetta guetter ver 8.52 51.01 0.00 0.74 ind:pas:3s; -guettai guetter ver 8.52 51.01 0.00 0.81 ind:pas:1s; -guettaient guetter ver 8.52 51.01 0.16 2.50 ind:imp:3p; -guettais guetter ver 8.52 51.01 0.24 2.50 ind:imp:1s;ind:imp:2s; -guettait guetter ver 8.52 51.01 0.52 9.53 ind:imp:3s; -guettant guetter ver 8.52 51.01 0.30 6.82 par:pre; -guette guetter ver 8.52 51.01 3.79 9.05 imp:pre:2s;ind:pre:1s;ind:pre:3s; -guettent guetter ver 8.52 51.01 1.13 3.04 ind:pre:3p; -guetter guetter ver 8.52 51.01 1.01 10.00 inf;; -guettera guetter ver 8.52 51.01 0.00 0.20 ind:fut:3s; -guetterai guetter ver 8.52 51.01 0.05 0.20 ind:fut:1s; -guetterais guetter ver 8.52 51.01 0.00 0.07 cnd:pre:1s; -guetterait guetter ver 8.52 51.01 0.11 0.27 cnd:pre:3s; -guetterez guetter ver 8.52 51.01 0.01 0.00 ind:fut:2p; -guetterons guetter ver 8.52 51.01 0.02 0.14 ind:fut:1p; -guetteront guetter ver 8.52 51.01 0.02 0.00 ind:fut:3p; -guettes guetter ver 8.52 51.01 0.23 0.47 ind:pre:2s; -guetteur guetteur nom m s 1.09 4.46 0.60 2.50 -guetteurs guetteur nom m p 1.09 4.46 0.49 1.55 -guetteuse guetteur nom f s 1.09 4.46 0.00 0.27 -guetteuses guetteur nom f p 1.09 4.46 0.00 0.14 -guettez guetter ver 8.52 51.01 0.23 0.00 imp:pre:2p;ind:pre:2p; -guettiez guetter ver 8.52 51.01 0.01 0.07 ind:imp:2p; -guettions guetter ver 8.52 51.01 0.14 1.01 ind:imp:1p; -guettons guetter ver 8.52 51.01 0.12 0.00 ind:pre:1p; -guettât guetter ver 8.52 51.01 0.00 0.07 sub:imp:3s; -guettèrent guetter ver 8.52 51.01 0.00 0.14 ind:pas:3p; -guetté guetter ver m s 8.52 51.01 0.41 2.50 par:pas; -guettée guetter ver f s 8.52 51.01 0.02 0.20 par:pas; -guettées guetter ver f p 8.52 51.01 0.00 0.07 par:pas; -guettés guetter ver m p 8.52 51.01 0.00 0.61 par:pas; -gueugueule gueugueule nom f s 0.00 0.07 0.00 0.07 -gueula gueuler ver 9.81 27.30 0.00 1.28 ind:pas:3s; -gueulai gueuler ver 9.81 27.30 0.00 0.20 ind:pas:1s; -gueulaient gueuler ver 9.81 27.30 0.13 0.41 ind:imp:3p; -gueulais gueuler ver 9.81 27.30 0.17 0.47 ind:imp:1s;ind:imp:2s; -gueulait gueuler ver 9.81 27.30 0.23 4.26 ind:imp:3s; -gueulant gueuler ver 9.81 27.30 0.31 1.69 par:pre; -gueulante gueulante nom f s 0.14 1.49 0.13 1.01 -gueulantes gueulante nom f p 0.14 1.49 0.01 0.47 -gueulard gueulard nom m s 0.23 0.88 0.20 0.68 -gueularde gueulard nom f s 0.23 0.88 0.02 0.00 -gueulards gueulard nom m p 0.23 0.88 0.01 0.20 -gueule_de_loup gueule_de_loup nom f s 0.03 0.07 0.03 0.07 -gueule gueule nom f s 125.22 109.93 118.45 100.14 -gueulement gueulement nom m s 0.00 0.81 0.00 0.14 -gueulements gueulement nom m p 0.00 0.81 0.00 0.68 -gueulent gueuler ver 9.81 27.30 0.18 1.42 ind:pre:3p; -gueuler gueuler ver 9.81 27.30 3.97 6.62 inf; -gueulera gueuler ver 9.81 27.30 0.03 0.07 ind:fut:3s; -gueulerai gueuler ver 9.81 27.30 0.02 0.07 ind:fut:1s; -gueulerais gueuler ver 9.81 27.30 0.00 0.14 cnd:pre:1s;cnd:pre:2s; -gueulerait gueuler ver 9.81 27.30 0.01 0.14 cnd:pre:3s; -gueules_de_loup gueules_de_loup nom f p 0.00 0.14 0.00 0.14 -gueules gueule nom p 125.22 109.93 6.77 9.80 -gueuleton gueuleton nom m s 0.65 1.08 0.52 0.74 -gueuletonnait gueuletonner ver 0.00 0.20 0.00 0.07 ind:imp:3s; -gueuletonner gueuletonner ver 0.00 0.20 0.00 0.14 inf; -gueuletons gueuleton nom m p 0.65 1.08 0.12 0.34 -gueulette gueulette nom f s 0.01 0.14 0.01 0.07 -gueulettes gueulette nom f p 0.01 0.14 0.00 0.07 -gueulez gueuler ver 9.81 27.30 0.07 0.07 imp:pre:2p;ind:pre:2p; -gueuloir gueuloir nom m s 0.00 0.07 0.00 0.07 -gueulé gueuler ver m s 9.81 27.30 0.79 3.38 par:pas; -gueulée gueuler ver f s 9.81 27.30 0.00 0.07 par:pas; -gueulés gueuler ver m p 9.81 27.30 0.00 0.07 par:pas; -gueusant gueuser ver 0.00 0.07 0.00 0.07 par:pre; -gueusards gueusard nom m p 0.00 0.14 0.00 0.14 -gueuse gueux nom f s 2.87 4.66 0.73 0.88 -gueuserie gueuserie nom f s 0.00 0.47 0.00 0.47 -gueuses gueuse nom f p 0.01 0.00 0.01 0.00 -gueux gueux nom m 2.87 4.66 2.14 3.65 -gueuze gueuze nom f s 0.00 0.07 0.00 0.07 -gégène gégène nom f s 0.12 0.41 0.12 0.41 -gugusse gugusse nom m s 1.12 0.27 1.06 0.27 -gugusses gugusse nom m p 1.12 0.27 0.06 0.00 -géhenne géhenne nom f s 0.58 0.34 0.57 0.34 -géhennes géhenne nom f p 0.58 0.34 0.01 0.00 -gui gui nom m s 2.90 2.50 2.90 2.50 -guibole guibole nom f s 0.14 0.34 0.05 0.00 -guiboles guibole nom f p 0.14 0.34 0.08 0.34 -guibolle guibolle nom f s 0.11 4.93 0.00 0.74 -guibolles guibolle nom f p 0.11 4.93 0.11 4.19 -guiche guiche nom f s 0.06 0.27 0.06 0.14 -guiches guiche nom f p 0.06 0.27 0.00 0.14 -guichet guichet nom m s 3.81 8.45 2.92 6.42 -guichetier guichetier nom m s 0.31 0.47 0.16 0.07 -guichetiers guichetier nom m p 0.31 0.47 0.01 0.07 -guichetière guichetier nom f s 0.31 0.47 0.14 0.34 -guichets guichet nom m p 3.81 8.45 0.89 2.03 -guida guider ver 24.79 26.22 0.31 2.03 ind:pas:3s; -guidage guidage nom m s 1.19 0.00 1.19 0.00 -guidai guider ver 24.79 26.22 0.00 0.14 ind:pas:1s; -guidaient guider ver 24.79 26.22 0.17 1.08 ind:imp:3p; -guidais guider ver 24.79 26.22 0.00 0.27 ind:imp:1s; -guidait guider ver 24.79 26.22 0.13 2.30 ind:imp:3s; -guidance guidance nom f s 0.01 0.00 0.01 0.00 -guidant guider ver 24.79 26.22 0.20 1.96 par:pre; -guide_interprète guide_interprète nom s 0.00 0.07 0.00 0.07 -guide guide nom s 17.52 22.84 14.69 16.69 -guident guider ver 24.79 26.22 0.39 0.74 ind:pre:3p; -guider guider ver 24.79 26.22 7.29 6.76 inf; -guidera guider ver 24.79 26.22 1.57 0.14 ind:fut:3s; -guiderai guider ver 24.79 26.22 0.80 0.00 ind:fut:1s; -guiderait guider ver 24.79 26.22 0.20 0.14 cnd:pre:3s; -guideras guider ver 24.79 26.22 0.06 0.00 ind:fut:2s; -guiderez guider ver 24.79 26.22 0.09 0.00 ind:fut:2p; -guideront guider ver 24.79 26.22 0.27 0.20 ind:fut:3p; -guides guide nom p 17.52 22.84 2.84 6.15 -guidez guider ver 24.79 26.22 0.85 0.14 imp:pre:2p;ind:pre:2p; -guidiez guider ver 24.79 26.22 0.09 0.00 ind:imp:2p; -guidon guidon nom m s 1.27 7.03 1.26 6.15 -guidons guider ver 24.79 26.22 0.16 0.14 imp:pre:1p;ind:pre:1p; -guidèrent guider ver 24.79 26.22 0.00 0.20 ind:pas:3p; -guidé guider ver m s 24.79 26.22 2.81 3.38 par:pas; -guidée guider ver f s 24.79 26.22 1.55 1.82 par:pas; -guidées guider ver f p 24.79 26.22 0.40 0.27 par:pas; -guidés guider ver m p 24.79 26.22 1.25 1.22 par:pas; -guigna guigner ver 0.04 1.69 0.00 0.14 ind:pas:3s; -guignaient guigner ver 0.04 1.69 0.01 0.00 ind:imp:3p; -guignais guigner ver 0.04 1.69 0.01 0.14 ind:imp:1s; -guignait guigner ver 0.04 1.69 0.01 0.47 ind:imp:3s; -guignant guigner ver 0.04 1.69 0.00 0.20 par:pre; -guigne guigne nom f s 0.93 1.35 0.93 1.28 -guigner guigner ver 0.04 1.69 0.00 0.34 inf; -guignes guigne nom f p 0.93 1.35 0.00 0.07 -guignol guignol nom m s 3.29 6.15 2.14 3.58 -guignolades guignolade nom f p 0.00 0.14 0.00 0.14 -guignolesque guignolesque adj m s 0.00 0.07 0.00 0.07 -guignolet guignolet nom m s 0.00 0.20 0.00 0.20 -guignols guignol nom m p 3.29 6.15 1.16 2.57 -guignon guignon nom m s 0.00 0.20 0.00 0.20 -guilde guilde nom f s 0.57 0.00 0.56 0.00 -guildes guilde nom f p 0.57 0.00 0.01 0.00 -guili_guili guili_guili nom m 0.16 0.14 0.16 0.14 -guillaume guillaume nom m s 0.00 0.20 0.00 0.14 -guillaumes guillaume nom m p 0.00 0.20 0.00 0.07 -guilledou guilledou nom m s 0.02 0.20 0.02 0.20 -guillemet guillemet nom m s 0.52 1.55 0.01 0.00 -guillemets guillemet nom m p 0.52 1.55 0.50 1.55 -guillemot guillemot nom m s 0.11 0.00 0.11 0.00 -guilleret guilleret adj m s 0.22 3.24 0.14 2.09 -guillerets guilleret adj m p 0.22 3.24 0.01 0.34 -guillerette guilleret adj f s 0.22 3.24 0.07 0.74 -guillerettes guilleret adj f p 0.22 3.24 0.00 0.07 -guilloche guillocher ver 0.02 0.47 0.01 0.00 ind:pre:3s; -guilloché guillocher ver m s 0.02 0.47 0.00 0.27 par:pas; -guillochée guillocher ver f s 0.02 0.47 0.01 0.07 par:pas; -guillochées guillocher ver f p 0.02 0.47 0.00 0.07 par:pas; -guillochures guillochure nom f p 0.00 0.07 0.00 0.07 -guillochés guillocher ver m p 0.02 0.47 0.00 0.07 par:pas; -guillotina guillotiner ver 0.80 1.89 0.00 0.07 ind:pas:3s; -guillotinaient guillotiner ver 0.80 1.89 0.00 0.07 ind:imp:3p; -guillotinait guillotiner ver 0.80 1.89 0.00 0.14 ind:imp:3s; -guillotine guillotine nom f s 1.07 5.61 1.07 5.54 -guillotinent guillotiner ver 0.80 1.89 0.01 0.07 ind:pre:3p; -guillotiner guillotiner ver 0.80 1.89 0.45 0.47 inf; -guillotines guillotin nom f p 0.01 0.00 0.01 0.00 -guillotineur guillotineur nom m s 0.00 0.14 0.00 0.07 -guillotineurs guillotineur nom m p 0.00 0.14 0.00 0.07 -guillotiné guillotiner ver m s 0.80 1.89 0.20 0.68 par:pas; -guillotinée guillotiner ver f s 0.80 1.89 0.00 0.20 par:pas; -guillotinées guillotiné adj f p 0.01 0.47 0.00 0.07 -guillotinés guillotiner ver m p 0.80 1.89 0.01 0.14 par:pas; -guimauve guimauve nom f s 1.49 2.43 1.25 2.23 -guimauves guimauve nom f p 1.49 2.43 0.24 0.20 -guimbarde guimbarde nom f s 0.61 1.69 0.57 1.01 -guimbardes guimbarde nom f p 0.61 1.69 0.03 0.68 -guimpe guimpe nom f s 0.19 1.15 0.19 0.54 -guimpes guimpe nom f p 0.19 1.15 0.00 0.61 -guinchait guincher ver 0.11 0.20 0.00 0.07 ind:imp:3s; -guinche guinche nom m s 0.00 0.47 0.00 0.27 -guincher guincher ver 0.11 0.20 0.10 0.14 inf; -guinches guincher ver 0.11 0.20 0.01 0.00 ind:pre:2s; -guindaient guinder ver 0.16 1.55 0.00 0.14 ind:imp:3p; -guindait guinder ver 0.16 1.55 0.00 0.07 ind:imp:3s; -guindal guindal nom m s 0.00 0.61 0.00 0.41 -guindals guindal nom m p 0.00 0.61 0.00 0.20 -guindant guindant nom m s 0.10 0.00 0.10 0.00 -guinde guinder ver 0.16 1.55 0.01 0.54 imp:pre:2s;ind:pre:3s; -guindeau guindeau nom m s 0.02 0.07 0.02 0.07 -guinder guinder ver 0.16 1.55 0.00 0.20 inf; -guindé guindé adj m s 0.67 2.43 0.55 0.88 -guindée guindé adj f s 0.67 2.43 0.06 0.81 -guindées guindé adj f p 0.67 2.43 0.03 0.34 -guindés guindé adj m p 0.67 2.43 0.04 0.41 -guinguette guinguette nom f s 0.14 3.04 0.14 2.36 -guinguettes guinguette nom f p 0.14 3.04 0.00 0.68 -guinée guinée nom f s 1.40 0.07 0.10 0.07 -guinéen guinéen adj m s 0.00 0.41 0.00 0.14 -guinéenne guinéen adj f s 0.00 0.41 0.00 0.14 -guinéennes guinéen adj f p 0.00 0.41 0.00 0.07 -guinéens guinéen adj m p 0.00 0.41 0.00 0.07 -guinées guinée nom f p 1.40 0.07 1.30 0.00 -guipure guipure nom f s 0.27 1.15 0.14 0.61 -guipures guipure nom f p 0.27 1.15 0.14 0.54 -guirlande guirlande nom f s 1.65 9.05 0.62 2.30 -guirlandes guirlande nom f p 1.65 9.05 1.03 6.76 -guise guise nom f s 6.26 20.61 6.26 20.61 -guises guis nom f p 0.00 0.07 0.00 0.07 -guitare guitare nom f s 13.86 14.80 12.78 11.55 -guitares guitare nom f p 13.86 14.80 1.08 3.24 -guitariste guitariste nom s 2.29 4.39 1.76 3.38 -guitaristes guitariste nom p 2.29 4.39 0.53 1.01 -guitoune guitoune nom f s 0.00 5.68 0.00 3.51 -guitounes guitoune nom f p 0.00 5.68 0.00 2.16 -gélatine gélatine nom f s 0.87 1.35 0.87 1.22 -gélatines gélatine nom f p 0.87 1.35 0.00 0.14 -gélatineuse gélatineux adj f s 0.16 1.62 0.01 0.54 -gélatineuses gélatineux adj f p 0.16 1.62 0.01 0.20 -gélatineux gélatineux adj m 0.16 1.62 0.13 0.88 -gélatino_bromure gélatino_bromure nom m s 0.00 0.07 0.00 0.07 -gulden gulden nom m s 0.10 0.00 0.10 0.00 -gélifiant gélifiant nom m s 0.01 0.00 0.01 0.00 -gélification gélification nom f s 0.00 0.07 0.00 0.07 -gélifié gélifier ver m s 0.00 0.07 0.00 0.07 par:pas; -géline géline nom f s 0.01 0.20 0.01 0.00 -gélines géline nom f p 0.01 0.20 0.00 0.20 -gélinotte gélinotte nom f s 0.00 0.07 0.00 0.07 -gélolevure gélolevure nom f s 0.00 0.07 0.00 0.07 -gélose gélose nom f s 0.01 0.07 0.01 0.07 -gélule gélule nom f s 0.38 0.88 0.04 0.14 -gélules gélule nom f p 0.38 0.88 0.33 0.74 -gémeau gémeau nom m s 0.40 0.07 0.12 0.00 -gémeaux gémeau nom m p 0.40 0.07 0.29 0.07 -gémellaire gémellaire adj s 0.01 7.43 0.01 7.09 -gémellaires gémellaire adj p 0.01 7.43 0.00 0.34 -gémellité gémellité nom f s 0.17 3.38 0.17 3.38 -gémi gémir ver m s 9.19 36.89 0.28 1.96 par:pas; -gémie gémir ver f s 9.19 36.89 0.01 0.07 par:pas; -gémir gémir ver 9.19 36.89 2.38 8.18 inf; -gémira gémir ver 9.19 36.89 0.04 0.07 ind:fut:3s; -gémirai gémir ver 9.19 36.89 0.01 0.00 ind:fut:1s; -gémiraient gémir ver 9.19 36.89 0.00 0.07 cnd:pre:3p; -gémirais gémir ver 9.19 36.89 0.10 0.00 cnd:pre:1s; -gémirait gémir ver 9.19 36.89 0.00 0.20 cnd:pre:3s; -gémirent gémir ver 9.19 36.89 0.00 0.20 ind:pas:3p; -gémis gémir ver m p 9.19 36.89 0.93 0.54 imp:pre:2s;ind:pre:1s;ind:pre:2s;par:pas; -gémissaient gémir ver 9.19 36.89 0.12 1.28 ind:imp:3p; -gémissais gémir ver 9.19 36.89 0.07 0.27 ind:imp:1s;ind:imp:2s; -gémissait gémir ver 9.19 36.89 0.52 6.01 ind:imp:3s; -gémissant gémir ver 9.19 36.89 0.19 4.80 par:pre; -gémissante gémissant adj f s 0.08 2.64 0.00 1.15 -gémissantes gémissant adj f p 0.08 2.64 0.02 0.54 -gémissants gémissant adj m p 0.08 2.64 0.02 0.14 -gémisse gémir ver 9.19 36.89 0.03 0.07 sub:pre:3s; -gémissement gémissement nom m s 5.16 16.76 0.97 9.32 -gémissements gémissement nom m p 5.16 16.76 4.18 7.43 -gémissent gémir ver 9.19 36.89 0.45 0.81 ind:pre:3p; -gémisseur gémisseur adj m s 0.00 0.20 0.00 0.07 -gémisseurs gémisseur adj m p 0.00 0.20 0.00 0.14 -gémissez gémir ver 9.19 36.89 0.17 0.07 imp:pre:2p;ind:pre:2p; -gémissiez gémir ver 9.19 36.89 0.01 0.00 ind:imp:2p; -gémit gémir ver 9.19 36.89 3.88 12.30 ind:pre:3s;ind:pas:3s; -gémonies gémonies nom f p 0.01 0.07 0.01 0.07 -gun gun nom m s 1.51 0.14 1.15 0.07 -guna guna nom m 0.04 0.00 0.04 0.00 -gêna gêner ver 57.76 71.01 0.01 1.22 ind:pas:3s; -gênaient gêner ver 57.76 71.01 0.16 2.84 ind:imp:3p; -gênais gêner ver 57.76 71.01 0.34 0.61 ind:imp:1s;ind:imp:2s; -gênait gêner ver 57.76 71.01 1.64 11.96 ind:imp:3s; -gênant gênant adj m s 10.33 10.27 8.89 6.08 -gênante gênant adj f s 10.33 10.27 0.65 2.43 -gênantes gênant adj f p 10.33 10.27 0.27 0.95 -gênants gênant adj m p 10.33 10.27 0.52 0.81 -gêne gêner ver 57.76 71.01 29.21 13.99 imp:pre:2s;ind:pre:1s;ind:pre:3s; -gênent gêner ver 57.76 71.01 1.81 2.16 ind:pre:3p; -gêner gêner ver 57.76 71.01 5.48 9.80 inf;; -gênera gêner ver 57.76 71.01 1.36 0.68 ind:fut:3s; -gênerai gêner ver 57.76 71.01 0.47 0.14 ind:fut:1s; -gêneraient gêner ver 57.76 71.01 0.02 0.14 cnd:pre:3p; -gênerais gêner ver 57.76 71.01 0.34 0.68 cnd:pre:1s;cnd:pre:2s; -gênerait gêner ver 57.76 71.01 1.77 1.15 cnd:pre:3s; -gênerons gêner ver 57.76 71.01 0.01 0.07 ind:fut:1p; -gêneront gêner ver 57.76 71.01 0.19 0.07 ind:fut:3p; -gênes gêner ver 57.76 71.01 1.19 0.68 ind:pre:2s;sub:pre:2s; -gêneur gêneur nom m s 0.95 1.01 0.85 0.54 -gêneurs gêneur nom m p 0.95 1.01 0.09 0.34 -gêneuse gêneur nom f s 0.95 1.01 0.01 0.07 -gêneuses gêneur nom f p 0.95 1.01 0.00 0.07 -gênez gêner ver 57.76 71.01 3.52 1.28 imp:pre:2p;ind:pre:2p; -génial génial adj m s 134.47 10.20 115.27 5.95 -géniale génial adj f s 134.47 10.20 15.86 3.31 -génialement génialement adv 0.04 0.20 0.04 0.20 -géniales génial adj f p 134.47 10.20 1.62 0.27 -génialité génialité nom f s 0.00 0.07 0.00 0.07 -géniaux génial adj m p 134.47 10.20 1.72 0.68 -génie génie nom m s 38.01 51.62 34.65 47.43 -génies génie nom m p 38.01 51.62 3.36 4.19 -gêniez gêner ver 57.76 71.01 0.00 0.07 ind:imp:2p; -génique génique adj s 0.40 0.00 0.40 0.00 -génisse génisse nom f s 0.83 1.76 0.69 1.42 -génisses génisse nom f p 0.83 1.76 0.15 0.34 -génital génital adj m s 2.43 1.55 0.16 0.34 -génitale génital adj f s 2.43 1.55 0.08 0.27 -génitales génital adj f p 2.43 1.55 0.81 0.34 -génitalité génitalité nom f s 0.00 0.07 0.00 0.07 -génitaux génital adj m p 2.43 1.55 1.38 0.61 -géniteur géniteur nom m s 0.49 2.50 0.33 1.01 -géniteurs géniteur nom m p 0.49 2.50 0.03 1.08 -génitoires génitoire nom f p 0.00 0.41 0.00 0.41 -génitrice géniteur nom f s 0.49 2.50 0.14 0.27 -génitrices génitrice nom f p 0.02 0.00 0.02 0.00 -génocidaire génocidaire adj s 0.04 0.00 0.04 0.00 -génocide génocide nom m s 1.25 1.15 1.18 0.81 -génocides génocide nom m p 1.25 1.15 0.08 0.34 -génois génois adj m 0.17 0.34 0.17 0.34 -génoise génois nom f s 0.16 1.42 0.12 0.54 -génoises génoise nom f p 0.21 0.00 0.21 0.00 -génome génome nom m s 0.63 0.00 0.63 0.00 -génomique génomique adj s 0.11 0.00 0.09 0.00 -génomiques génomique adj p 0.11 0.00 0.02 0.00 -gênons gêner ver 57.76 71.01 0.17 0.00 imp:pre:1p;ind:pre:1p; -gênât gêner ver 57.76 71.01 0.00 0.20 sub:imp:3s; -génotype génotype nom m s 0.11 0.00 0.08 0.00 -génotypes génotype nom m p 0.11 0.00 0.04 0.00 -génovéfains génovéfain nom m p 0.00 0.07 0.00 0.07 -guns gun nom m p 1.51 0.14 0.36 0.07 -génère générer ver 2.83 0.00 0.93 0.00 imp:pre:2s;ind:pre:3s; -génères générer ver 2.83 0.00 0.03 0.00 ind:pre:2s; -gêné gêner ver m s 57.76 71.01 5.44 14.53 par:pas; -généalogie généalogie nom f s 0.28 1.96 0.28 1.62 -généalogies généalogie nom f p 0.28 1.96 0.00 0.34 -généalogique généalogique adj s 0.76 2.50 0.69 1.89 -généalogiques généalogique adj p 0.76 2.50 0.07 0.61 -généalogiste généalogiste nom s 0.17 0.14 0.04 0.14 -généalogistes généalogiste nom p 0.17 0.14 0.14 0.00 -gênée gêner ver f s 57.76 71.01 3.26 4.12 par:pas; -gênées gêner ver f p 57.76 71.01 0.18 0.34 par:pas; -génuflexion génuflexion nom f s 0.03 1.01 0.03 0.68 -génuflexions génuflexion nom f p 0.03 1.01 0.00 0.34 -génuine génuine adj f s 0.00 0.07 0.00 0.07 -général général nom m s 124.83 236.89 119.61 223.99 -générale général adj f s 41.31 95.41 10.27 34.73 -généralement généralement adv 7.79 16.89 7.79 16.89 -générales général adj f p 41.31 95.41 0.95 3.65 -généralife généralife nom m s 0.00 0.20 0.00 0.20 -généralisable généralisable adj s 0.00 0.07 0.00 0.07 -généralisait généraliser ver 0.66 1.22 0.00 0.14 ind:imp:3s; -généralisant généraliser ver 0.66 1.22 0.00 0.07 par:pre; -généralisation généralisation nom f s 0.07 0.61 0.05 0.20 -généralisations généralisation nom f p 0.07 0.61 0.02 0.41 -généralise généraliser ver 0.66 1.22 0.14 0.20 imp:pre:2s;ind:pre:1s;ind:pre:3s; -généraliser généraliser ver 0.66 1.22 0.44 0.34 inf; -généralisez généraliser ver 0.66 1.22 0.01 0.20 imp:pre:2p;ind:pre:2p; -généralisions généraliser ver 0.66 1.22 0.00 0.07 ind:imp:1p; -généralissime généralissime nom m s 0.12 1.82 0.12 1.82 -généraliste généraliste nom s 0.72 0.54 0.45 0.41 -généralistes généraliste nom p 0.72 0.54 0.27 0.14 -généralisé généralisé adj m s 0.33 2.30 0.25 0.68 -généralisée généralisé adj f s 0.33 2.30 0.08 1.49 -généralisées généralisé adj f p 0.33 2.30 0.00 0.14 -généralité généralité nom f s 0.41 1.96 0.11 0.47 -généralités généralité nom f p 0.41 1.96 0.30 1.49 -générant générer ver 2.83 0.00 0.07 0.00 par:pre; -générateur générateur nom m s 8.93 0.34 6.44 0.14 -générateurs générateur nom m p 8.93 0.34 2.20 0.07 -génératif génératif adj m s 0.02 0.00 0.01 0.00 -génération génération nom f s 20.51 37.77 13.38 21.01 -générationnel générationnel adj m s 0.27 0.00 0.27 0.00 -générations génération nom f p 20.51 37.77 7.13 16.76 -générative génératif adj f s 0.02 0.00 0.01 0.00 -génératrice générateur nom f s 8.93 0.34 0.29 0.14 -génératrices génératrice nom f p 0.02 0.00 0.02 0.00 -généraux général nom m p 124.83 236.89 3.83 11.08 -générer générer ver 2.83 0.00 1.05 0.00 inf; -généreuse généreux adj f s 23.32 23.72 6.00 8.04 -généreusement généreusement adv 1.81 4.53 1.81 4.53 -généreuses généreux adj f p 23.32 23.72 0.74 1.69 -généreux généreux adj m 23.32 23.72 16.57 13.99 -générez générer ver 2.83 0.00 0.05 0.00 ind:pre:2p; -générique générique nom m s 1.71 0.88 1.64 0.54 -génériques générique adj p 0.56 0.41 0.19 0.07 -générosité générosité nom f s 6.15 11.55 6.15 10.95 -générosités générosité nom f p 6.15 11.55 0.00 0.61 -généré générer ver m s 2.83 0.00 0.34 0.00 par:pas; -générée générer ver f s 2.83 0.00 0.14 0.00 par:pas; -générés générer ver m p 2.83 0.00 0.20 0.00 par:pas; -gênés gêner ver m p 57.76 71.01 0.92 2.91 par:pas; -génésique génésique adj s 0.00 0.07 0.00 0.07 -généticien généticien nom m s 0.60 0.07 0.26 0.07 -généticienne généticien nom f s 0.60 0.07 0.01 0.00 -généticiens généticien nom m p 0.60 0.07 0.33 0.00 -génétique génétique adj s 8.06 1.35 6.33 1.01 -génétiquement génétiquement adv 1.90 0.20 1.90 0.20 -génétiques génétique adj p 8.06 1.35 1.73 0.34 -géo géo nom f s 0.30 1.22 0.30 1.22 -géocorises géocorise nom f p 0.00 0.07 0.00 0.07 -géode géode nom f s 0.04 0.00 0.04 0.00 -géodésiens géodésien adj m p 0.00 0.14 0.00 0.14 -géodésigraphe géodésigraphe nom m s 0.00 0.07 0.00 0.07 -géodésique géodésique adj s 0.18 0.27 0.17 0.20 -géodésiques géodésique adj m p 0.18 0.27 0.01 0.07 -géographe géographe nom s 0.10 0.95 0.04 0.54 -géographes géographe nom f p 0.10 0.95 0.06 0.41 -géographie géographie nom f s 2.26 8.51 2.26 8.11 -géographies géographie nom f p 2.26 8.51 0.00 0.41 -géographique géographique adj s 0.97 3.51 0.83 2.36 -géographiquement géographiquement adv 0.10 0.47 0.10 0.47 -géographiques géographique adj p 0.97 3.51 0.14 1.15 -géologie géologie nom f s 0.40 0.61 0.40 0.61 -géologique géologique adj s 0.59 0.81 0.39 0.34 -géologiquement géologiquement adv 0.03 0.00 0.03 0.00 -géologiques géologique adj p 0.59 0.81 0.20 0.47 -géologue géologue nom s 1.11 0.61 0.73 0.27 -géologues géologue nom p 1.11 0.61 0.38 0.34 -géomagnétique géomagnétique adj f s 0.03 0.00 0.02 0.00 -géomagnétiques géomagnétique adj p 0.03 0.00 0.01 0.00 -géomancie géomancie nom f s 0.01 0.07 0.01 0.07 -géomètre géomètre nom s 6.20 0.54 6.02 0.27 -géomètres géomètre nom p 6.20 0.54 0.19 0.27 -géométrie géométrie nom f s 1.06 5.20 1.06 4.80 -géométries géométrie nom f p 1.06 5.20 0.00 0.41 -géométrique géométrique adj s 0.77 4.80 0.58 2.57 -géométriquement géométriquement adv 0.08 0.41 0.08 0.41 -géométriques géométrique adj p 0.77 4.80 0.19 2.23 -géophysiciens géophysicien nom m p 0.01 0.00 0.01 0.00 -géophysique géophysique nom f s 0.17 0.00 0.17 0.00 -géopolitique géopolitique adj s 0.07 0.14 0.07 0.14 -géorgien géorgien adj m s 0.45 0.68 0.44 0.27 -géorgienne géorgien adj f s 0.45 0.68 0.01 0.27 -géorgiennes géorgien adj f p 0.45 0.68 0.00 0.07 -géorgiens géorgien adj m p 0.45 0.68 0.00 0.07 -géosciences géoscience nom f p 0.01 0.00 0.01 0.00 -géostationnaire géostationnaire adj s 0.04 0.00 0.04 0.00 -géostratégie géostratégie nom f s 0.00 0.07 0.00 0.07 -géosynchrone géosynchrone adj f s 0.02 0.00 0.02 0.00 -géothermale géothermal adj f s 0.01 0.00 0.01 0.00 -géothermie géothermie nom f s 0.01 0.00 0.01 0.00 -géothermique géothermique adj s 0.13 0.00 0.13 0.00 -géotropique géotropique adj m s 0.00 0.20 0.00 0.14 -géotropiques géotropique adj m p 0.00 0.20 0.00 0.07 -guppy guppy nom m s 0.55 0.00 0.55 0.00 -géra gérer ver 27.51 3.31 0.00 0.14 ind:pas:3s; -gérable gérable adj s 0.29 0.00 0.25 0.00 -gérables gérable adj p 0.29 0.00 0.04 0.00 -gérais gérer ver 27.51 3.31 0.27 0.07 ind:imp:1s;ind:imp:2s; -gérait gérer ver 27.51 3.31 0.40 0.41 ind:imp:3s; -gérance gérance nom f s 0.29 1.15 0.29 1.15 -géranium géranium nom m s 1.09 4.12 0.77 0.95 -géraniums géranium nom m p 1.09 4.12 0.32 3.18 -gérant gérant nom m s 6.45 8.72 5.54 8.04 -gérante gérant nom f s 6.45 8.72 0.69 0.68 -gérants gérant nom m p 6.45 8.72 0.21 0.00 -gérer gérer ver 27.51 3.31 16.57 1.22 inf; -gérera gérer ver 27.51 3.31 0.21 0.00 ind:fut:3s; -gérerai gérer ver 27.51 3.31 0.15 0.00 ind:fut:1s; -gérerais gérer ver 27.51 3.31 0.02 0.00 cnd:pre:1s; -gérerez gérer ver 27.51 3.31 0.01 0.07 ind:fut:2p; -géreriez gérer ver 27.51 3.31 0.01 0.00 cnd:pre:2p; -gérez gérer ver 27.51 3.31 0.69 0.07 imp:pre:2p;ind:pre:2p; -gériatrie gériatrie nom f s 0.07 0.07 0.07 0.07 -gériatrique gériatrique adj s 0.09 0.00 0.07 0.00 -gériatriques gériatrique adj f p 0.09 0.00 0.01 0.00 -gérons gérer ver 27.51 3.31 0.12 0.00 imp:pre:1p;ind:pre:1p; -géronte géronte nom m s 0.00 0.14 0.00 0.07 -gérontes géronte nom m p 0.00 0.14 0.00 0.07 -gérontisme gérontisme nom m s 0.01 0.00 0.01 0.00 -gérontologie gérontologie nom f s 0.05 0.27 0.05 0.27 -gérontologue gérontologue nom s 0.01 0.07 0.01 0.07 -gérontophiles gérontophile nom p 0.00 0.07 0.00 0.07 -guru guru nom m s 0.08 0.07 0.08 0.07 -géré gérer ver m s 27.51 3.31 1.83 0.41 par:pas; -gérée gérer ver f s 27.51 3.31 0.28 0.34 par:pas; -gérées gérer ver f p 27.51 3.31 0.06 0.00 par:pas; -gérés gérer ver m p 27.51 3.31 0.07 0.00 par:pas; -gus gus nom m 8.50 1.96 8.50 1.96 -gésier gésier nom m s 0.07 0.88 0.05 0.74 -gésiers gésier nom m p 0.07 0.88 0.02 0.14 -gésine gésine nom f s 0.10 0.34 0.10 0.34 -gésir gésir ver 4.77 15.68 0.02 0.07 inf; -gusse gusse nom m s 0.14 0.00 0.14 0.00 -gustatif gustatif adj m s 0.21 0.14 0.05 0.14 -gustation gustation nom f s 0.00 0.14 0.00 0.14 -gustative gustatif adj f s 0.21 0.14 0.02 0.00 -gustatives gustatif adj f p 0.21 0.14 0.14 0.00 -gusto gusto adv 0.88 0.14 0.88 0.14 -gut gut nom m s 0.64 0.20 0.64 0.20 -guède guède nom f s 0.02 0.00 0.02 0.00 -guère guère adv 17.02 110.68 17.02 110.68 -gutta_percha gutta_percha nom f s 0.03 0.00 0.03 0.00 -guttural guttural adj m s 0.07 2.97 0.04 1.08 -gutturale guttural adj f s 0.07 2.97 0.01 0.95 -gutturales guttural adj f p 0.07 2.97 0.00 0.34 -gutturaux guttural adj m p 0.07 2.97 0.01 0.61 -gué gué ono 0.02 0.00 0.02 0.00 -guéable guéable adj f s 0.00 0.07 0.00 0.07 -guéguerre guéguerre nom f s 0.07 0.41 0.04 0.20 -guéguerres guéguerre nom f p 0.07 0.41 0.02 0.20 -guépard guépard nom m s 0.44 0.74 0.27 0.34 -guépards guépard nom m p 0.44 0.74 0.17 0.41 -guêpe guêpe nom f s 3.37 6.42 2.73 2.84 -guêpes guêpe nom f p 3.37 6.42 0.64 3.58 -guêpier guêpier nom m s 0.27 0.68 0.27 0.68 -guêpière guêpière nom f s 0.06 1.22 0.05 0.95 -guêpières guêpière nom f p 0.06 1.22 0.01 0.27 -guérît guérir ver 44.74 30.27 0.00 0.07 sub:imp:3s; -guéret guéret nom m s 0.01 0.27 0.00 0.07 -guérets guéret nom m p 0.01 0.27 0.01 0.20 -guéri guérir ver m s 44.74 30.27 9.04 5.95 par:pas; -guéridon guéridon nom m s 0.70 11.42 0.69 8.31 -guéridons guéridon nom m p 0.70 11.42 0.01 3.11 -guérie guérir ver f s 44.74 30.27 3.84 3.65 par:pas; -guéries guéri adj f p 3.46 4.05 0.16 0.27 -guérilla guérilla nom f s 2.17 1.55 1.89 1.35 -guérillas guérilla nom f p 2.17 1.55 0.28 0.20 -guérillero guérillero nom m s 2.81 0.27 0.67 0.14 -guérilleros guérillero nom m p 2.81 0.27 2.14 0.14 -guérir guérir ver 44.74 30.27 17.70 11.49 inf; -guérira guérir ver 44.74 30.27 2.28 0.81 ind:fut:3s; -guérirai guérir ver 44.74 30.27 0.69 0.34 ind:fut:1s; -guérirais guérir ver 44.74 30.27 0.03 0.00 cnd:pre:1s;cnd:pre:2s; -guérirait guérir ver 44.74 30.27 0.29 0.47 cnd:pre:3s; -guériras guérir ver 44.74 30.27 0.66 0.54 ind:fut:2s; -guérirez guérir ver 44.74 30.27 0.33 0.14 ind:fut:2p; -guérirons guérir ver 44.74 30.27 0.02 0.07 ind:fut:1p; -guériront guérir ver 44.74 30.27 0.28 0.07 ind:fut:3p; -guéris guérir ver m p 44.74 30.27 2.03 1.08 imp:pre:2s;ind:pre:1s;ind:pre:2s;par:pas; -guérison guérison nom f s 5.84 5.20 5.43 4.93 -guérisons guérison nom f p 5.84 5.20 0.41 0.27 -guérissable guérissable adj m s 0.01 0.20 0.01 0.07 -guérissables guérissable adj f p 0.01 0.20 0.00 0.14 -guérissaient guérir ver 44.74 30.27 0.16 0.34 ind:imp:3p; -guérissais guérir ver 44.74 30.27 0.02 0.07 ind:imp:1s; -guérissait guérir ver 44.74 30.27 0.14 0.74 ind:imp:3s; -guérissant guérir ver 44.74 30.27 0.10 0.07 par:pre; -guérisse guérir ver 44.74 30.27 1.95 0.27 sub:pre:1s;sub:pre:3s; -guérissent guérir ver 44.74 30.27 0.86 0.41 ind:pre:3p; -guérisses guérir ver 44.74 30.27 0.05 0.07 sub:pre:2s; -guérisseur guérisseur nom m s 3.10 2.23 1.95 1.42 -guérisseurs guérisseur nom m p 3.10 2.23 0.24 0.27 -guérisseuse guérisseur nom f s 3.10 2.23 0.92 0.47 -guérisseuses guérisseuse nom f p 0.10 0.00 0.10 0.00 -guérissez guérir ver 44.74 30.27 0.35 0.27 imp:pre:2p;ind:pre:2p; -guérissiez guérir ver 44.74 30.27 0.04 0.07 ind:imp:2p; -guérissons guérir ver 44.74 30.27 0.11 0.00 ind:pre:1p; -guérit guérir ver 44.74 30.27 3.62 3.24 ind:pre:3s;ind:pas:3s; -guérite guérite nom f s 0.06 5.07 0.05 4.12 -guérites guérite nom f p 0.06 5.07 0.01 0.95 -guêtre guêtre nom f s 0.39 4.80 0.03 0.41 -guêtres guêtre nom f p 0.39 4.80 0.36 4.39 -guêtré guêtrer ver m s 0.00 0.14 0.00 0.07 par:pas; -guêtrés guêtrer ver m p 0.00 0.14 0.00 0.07 par:pas; -guévariste guévariste nom s 0.00 0.14 0.00 0.14 -guyanais guyanais adj m p 0.00 0.07 0.00 0.07 -guzla guzla nom f s 0.00 0.07 0.00 0.07 -gy gy ono 0.00 1.15 0.00 1.15 -gym gym nom f s 9.18 2.23 9.18 2.23 -gymkhana gymkhana nom m s 0.05 0.27 0.05 0.27 -gymnase gymnase nom m s 4.28 2.43 4.11 2.09 -gymnases gymnase nom m p 4.28 2.43 0.17 0.34 -gymnasium gymnasium nom m s 0.00 0.14 0.00 0.14 -gymnaste gymnaste nom s 0.35 1.35 0.26 0.61 -gymnastes gymnaste nom p 0.35 1.35 0.10 0.74 -gymnastique gymnastique nom f s 2.85 10.00 2.74 9.39 -gymnastiques gymnastique nom f p 2.85 10.00 0.11 0.61 -gymnique gymnique adj f s 0.00 0.14 0.00 0.07 -gymniques gymnique adj f p 0.00 0.14 0.00 0.07 -gymnopédie gymnopédie nom f s 0.00 0.07 0.00 0.07 -gymnosophiste gymnosophiste nom s 0.00 0.14 0.00 0.07 -gymnosophistes gymnosophiste nom p 0.00 0.14 0.00 0.07 -gynéco gynéco nom s 0.96 0.54 0.96 0.54 -gynécologie gynécologie nom f s 0.28 0.07 0.28 0.07 -gynécologique gynécologique adj s 0.17 0.27 0.15 0.27 -gynécologiques gynécologique adj m p 0.17 0.27 0.02 0.00 -gynécologue gynécologue nom s 1.56 3.85 1.38 3.65 -gynécologues gynécologue nom p 1.56 3.85 0.17 0.20 -gynécomastie gynécomastie nom f s 0.03 0.00 0.03 0.00 -gynécée gynécée nom m s 0.01 0.20 0.01 0.14 -gynécées gynécée nom m p 0.01 0.20 0.00 0.07 -gypaète gypaète nom m s 0.08 0.00 0.08 0.00 -gypse gypse nom m s 0.09 0.34 0.09 0.27 -gypses gypse nom m p 0.09 0.34 0.00 0.07 -gypseuse gypseux adj f s 0.00 0.14 0.00 0.07 -gypseux gypseux adj m s 0.00 0.14 0.00 0.07 -gypsophile gypsophile nom f s 0.08 0.00 0.06 0.00 -gypsophiles gypsophile nom f p 0.08 0.00 0.02 0.00 -gyrins gyrin nom m p 0.00 0.07 0.00 0.07 -gyrocompas gyrocompas nom m 0.14 0.00 0.14 0.00 -gyrophare gyrophare nom m s 0.56 1.42 0.30 0.81 -gyrophares gyrophare nom m p 0.56 1.42 0.26 0.61 -gyroscope gyroscope nom m s 0.50 0.61 0.46 0.47 -gyroscopes gyroscope nom m p 0.50 0.61 0.04 0.14 -gyroscopique gyroscopique adj s 0.02 0.07 0.02 0.07 -gyrus gyrus nom m 0.01 0.07 0.01 0.07 -hôpital hôpital nom m s 133.15 54.93 126.08 50.41 -hôpitaux hôpital nom m p 133.15 54.93 7.07 4.53 -hôte hôte nom m s 19.43 20.20 13.43 10.81 -hôtel_dieu hôtel_dieu nom m s 0.01 0.81 0.01 0.81 -hôtel_restaurant hôtel_restaurant nom m s 0.00 0.14 0.00 0.14 -hôtel hôtel nom m s 114.67 158.92 107.73 143.78 -hôtelier hôtelier nom m s 0.44 1.35 0.43 1.08 -hôteliers hôtelier nom m p 0.44 1.35 0.01 0.20 -hôtelière hôtelière adj f s 0.63 0.34 0.61 0.27 -hôtelières hôtelière adj f p 0.63 0.34 0.01 0.07 -hôtellerie hôtellerie nom f s 0.57 1.82 0.57 1.76 -hôtelleries hôtellerie nom f p 0.57 1.82 0.00 0.07 -hôtels hôtel nom m p 114.67 158.92 6.94 15.14 -hôtes hôte nom m p 19.43 20.20 6.00 9.39 -hôtesse hôtesse nom f s 8.34 8.31 6.79 7.43 -hôtesses hôtesse nom f p 8.34 8.31 1.55 0.88 -ha ha ono 21.54 7.70 21.54 7.70 -haï haïr ver m s 55.42 35.68 0.86 2.03 par:pas; -haïe haïr ver f s 55.42 35.68 0.40 0.54 par:pas; -haïes haïr ver f p 55.42 35.68 0.00 0.20 par:pas; -haïk haïk nom m s 0.00 0.61 0.00 0.41 -haïkaï haïkaï nom m s 0.00 0.07 0.00 0.07 -haïks haïk nom m p 0.00 0.61 0.00 0.20 -haïku haïku nom m s 0.30 0.07 0.29 0.07 -haïkus haïku nom m p 0.30 0.07 0.01 0.00 -haïr haïr ver 55.42 35.68 5.91 7.09 inf; -haïra haïr ver 55.42 35.68 0.52 0.00 ind:fut:3s; -haïrai haïr ver 55.42 35.68 0.39 0.07 ind:fut:1s; -haïraient haïr ver 55.42 35.68 0.04 0.07 cnd:pre:3p; -haïrais haïr ver 55.42 35.68 0.05 0.74 cnd:pre:1s;cnd:pre:2s; -haïrait haïr ver 55.42 35.68 0.10 0.14 cnd:pre:3s; -haïras haïr ver 55.42 35.68 0.32 0.00 ind:fut:2s; -haïrez haïr ver 55.42 35.68 0.03 0.00 ind:fut:2p; -haïriez haïr ver 55.42 35.68 0.01 0.00 cnd:pre:2p; -haïrons haïr ver 55.42 35.68 0.00 0.07 ind:fut:1p; -haïront haïr ver 55.42 35.68 0.39 0.00 ind:fut:3p; -haïs haïr ver m p 55.42 35.68 0.34 1.01 ind:pas:1s;ind:pas:2s;par:pas;par:pas; -haïssable haïssable adj s 0.07 1.62 0.07 1.15 -haïssables haïssable adj p 0.07 1.62 0.01 0.47 -haïssaient haïr ver 55.42 35.68 0.17 0.74 ind:imp:3p; -haïssais haïr ver 55.42 35.68 1.20 2.09 ind:imp:1s;ind:imp:2s; -haïssait haïr ver 55.42 35.68 1.10 6.08 ind:imp:3s; -haïssant haïr ver 55.42 35.68 0.05 0.27 par:pre; -haïsse haïr ver 55.42 35.68 0.25 0.14 sub:pre:1s;sub:pre:3s; -haïssent haïr ver 55.42 35.68 2.44 1.08 ind:pre:3p; -haïsses haïr ver 55.42 35.68 0.21 0.00 sub:pre:2s; -haïssez haïr ver 55.42 35.68 1.19 0.27 imp:pre:2p;ind:pre:2p; -haïssiez haïr ver 55.42 35.68 0.40 0.27 ind:imp:2p; -haïssions haïr ver 55.42 35.68 0.00 0.14 ind:imp:1p; -haïssons haïr ver 55.42 35.68 0.29 0.20 imp:pre:1p;ind:pre:1p; -haït haïr ver 55.42 35.68 0.03 0.00 ind:pas:3s; -haïtien haïtien adj m s 0.70 0.34 0.35 0.07 -haïtienne haïtien adj f s 0.70 0.34 0.32 0.00 -haïtiens haïtien nom m p 0.58 1.01 0.53 0.14 -habanera habanera nom f s 0.01 0.00 0.01 0.00 -habile habile adj s 6.44 17.16 5.60 13.11 -habilement habilement adv 0.58 5.20 0.58 5.20 -habiles habile adj p 6.44 17.16 0.84 4.05 -habileté habileté nom f s 2.05 10.88 2.03 10.54 -habiletés habileté nom f p 2.05 10.88 0.02 0.34 -habilitation habilitation nom f s 0.22 0.07 0.19 0.07 -habilitations habilitation nom f p 0.22 0.07 0.03 0.00 -habilite habiliter ver 0.77 1.01 0.04 0.00 imp:pre:2s;ind:pre:3s; -habilité habilité nom f s 0.58 0.14 0.51 0.14 -habilitée habiliter ver f s 0.77 1.01 0.17 0.14 par:pas; -habilitées habilité adj f p 0.43 0.20 0.15 0.00 -habilités habiliter ver m p 0.77 1.01 0.11 0.20 par:pas; -habilla habiller ver 58.22 67.36 0.13 3.78 ind:pas:3s; -habillage habillage nom m s 0.14 0.14 0.14 0.14 -habillai habiller ver 58.22 67.36 0.00 0.95 ind:pas:1s; -habillaient habiller ver 58.22 67.36 0.14 0.88 ind:imp:3p; -habillais habiller ver 58.22 67.36 0.56 0.68 ind:imp:1s;ind:imp:2s; -habillait habiller ver 58.22 67.36 0.86 6.08 ind:imp:3s; -habillant habiller ver 58.22 67.36 0.10 0.95 par:pre; -habillas habiller ver 58.22 67.36 0.00 0.07 ind:pas:2s; -habille habiller ver 58.22 67.36 16.95 7.97 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:1s; -habillement habillement nom m s 0.55 2.50 0.55 2.50 -habillent habiller ver 58.22 67.36 0.77 1.35 ind:pre:3p; -habiller habiller ver 58.22 67.36 17.05 15.27 inf;; -habillera habiller ver 58.22 67.36 0.39 0.14 ind:fut:3s; -habillerai habiller ver 58.22 67.36 0.29 0.14 ind:fut:1s; -habilleraient habiller ver 58.22 67.36 0.01 0.07 cnd:pre:3p; -habillerais habiller ver 58.22 67.36 0.06 0.14 cnd:pre:1s; -habillerait habiller ver 58.22 67.36 0.14 0.34 cnd:pre:3s; -habilleras habiller ver 58.22 67.36 0.03 0.20 ind:fut:2s; -habillerez habiller ver 58.22 67.36 0.23 0.00 ind:fut:2p; -habillerons habiller ver 58.22 67.36 0.12 0.07 ind:fut:1p; -habilles habiller ver 58.22 67.36 2.26 0.27 ind:pre:2s; -habilleur habilleur nom m s 0.70 0.34 0.06 0.07 -habilleurs habilleur nom m p 0.70 0.34 0.02 0.00 -habilleuse habilleur nom f s 0.70 0.34 0.62 0.20 -habilleuses habilleuse nom f p 0.02 0.00 0.02 0.00 -habillez habiller ver 58.22 67.36 3.65 0.20 imp:pre:2p;ind:pre:2p; -habilliez habiller ver 58.22 67.36 0.04 0.00 ind:imp:2p; -habillions habiller ver 58.22 67.36 0.01 0.07 ind:imp:1p; -habillâmes habiller ver 58.22 67.36 0.00 0.07 ind:pas:1p; -habillons habiller ver 58.22 67.36 0.34 0.20 imp:pre:1p;ind:pre:1p; -habillât habiller ver 58.22 67.36 0.00 0.14 sub:imp:3s; -habillèrent habiller ver 58.22 67.36 0.00 0.27 ind:pas:3p; -habillé habiller ver m s 58.22 67.36 7.24 12.03 par:pas; -habillée habiller ver f s 58.22 67.36 4.51 8.04 par:pas; -habillées habillé adj f p 10.45 17.23 0.59 1.62 -habillés habiller ver m p 58.22 67.36 2.07 5.20 par:pas; -habit habit nom m s 27.64 27.50 8.34 11.08 -habita habiter ver 128.30 112.50 0.02 1.08 ind:pas:3s; -habitabilité habitabilité nom f s 0.00 0.07 0.00 0.07 -habitable habitable adj s 0.57 2.09 0.34 1.69 -habitables habitable adj p 0.57 2.09 0.23 0.41 -habitacle habitacle nom m s 0.27 1.69 0.26 1.62 -habitacles habitacle nom m p 0.27 1.69 0.01 0.07 -habitai habiter ver 128.30 112.50 0.00 0.07 ind:pas:1s; -habitaient habiter ver 128.30 112.50 2.04 8.24 ind:imp:3p; -habitais habiter ver 128.30 112.50 3.27 4.39 ind:imp:1s;ind:imp:2s; -habitait habiter ver 128.30 112.50 8.94 31.01 ind:imp:3s; -habitant habitant nom m s 16.68 29.46 1.38 4.32 -habitante habitant nom f s 16.68 29.46 0.09 0.14 -habitants habitant nom m p 16.68 29.46 15.21 25.00 -habitassent habiter ver 128.30 112.50 0.00 0.07 sub:imp:3p; -habitat habitat nom m s 1.38 0.95 1.31 0.88 -habitation habitation nom f s 1.77 5.61 0.82 3.58 -habitations habitation nom f p 1.77 5.61 0.95 2.03 -habitats habitat nom m p 1.38 0.95 0.06 0.07 -habite habiter ver 128.30 112.50 59.55 22.50 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -habitent habiter ver 128.30 112.50 6.92 4.80 ind:pre:3p; -habiter habiter ver 128.30 112.50 12.73 13.51 inf; -habitera habiter ver 128.30 112.50 0.98 0.34 ind:fut:3s; -habiterai habiter ver 128.30 112.50 0.80 0.14 ind:fut:1s; -habiteraient habiter ver 128.30 112.50 0.01 0.14 cnd:pre:3p; -habiterais habiter ver 128.30 112.50 0.42 0.14 cnd:pre:1s;cnd:pre:2s; -habiterait habiter ver 128.30 112.50 0.64 0.34 cnd:pre:3s; -habiteras habiter ver 128.30 112.50 0.43 0.41 ind:fut:2s; -habiterez habiter ver 128.30 112.50 0.41 0.07 ind:fut:2p; -habiterions habiter ver 128.30 112.50 0.01 0.27 cnd:pre:1p; -habiterons habiter ver 128.30 112.50 0.24 0.14 ind:fut:1p; -habiteront habiter ver 128.30 112.50 0.01 0.14 ind:fut:3p; -habites habiter ver 128.30 112.50 11.71 1.96 ind:pre:2s; -habitez habiter ver 128.30 112.50 8.83 1.82 imp:pre:2p;ind:pre:2p; -habitiez habiter ver 128.30 112.50 1.50 0.14 ind:imp:2p; -habitions habiter ver 128.30 112.50 0.39 2.16 ind:imp:1p; -habitons habiter ver 128.30 112.50 1.72 1.55 imp:pre:1p;ind:pre:1p; -habitât habiter ver 128.30 112.50 0.00 0.34 sub:imp:3s; -habits habit nom m p 27.64 27.50 19.29 16.42 -habitèrent habiter ver 128.30 112.50 0.00 0.47 ind:pas:3p; -habité habiter ver m s 128.30 112.50 4.83 8.51 par:pas; -habitua habituer ver 31.89 46.42 0.02 0.74 ind:pas:3s; -habituai habituer ver 31.89 46.42 0.10 0.07 ind:pas:1s; -habituaient habituer ver 31.89 46.42 0.00 0.88 ind:imp:3p; -habituais habituer ver 31.89 46.42 0.03 0.74 ind:imp:1s; -habituait habituer ver 31.89 46.42 0.17 1.76 ind:imp:3s; -habituant habituer ver 31.89 46.42 0.01 0.74 par:pre; -habitude habitude nom f s 98.22 154.46 89.71 128.51 -habitudes habitude nom f p 98.22 154.46 8.52 25.95 -habitée habiter ver f s 128.30 112.50 1.19 3.58 par:pas; -habitue habituer ver 31.89 46.42 5.36 4.53 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -habituel habituel adj m s 15.66 39.93 5.35 14.86 -habituelle habituel adj f s 15.66 39.93 4.95 13.65 -habituellement habituellement adv 4.02 7.70 4.02 7.70 -habituelles habituel adj f p 15.66 39.93 2.00 5.41 -habituels habituel adj m p 15.66 39.93 3.36 6.01 -habituent habituer ver 31.89 46.42 0.47 0.61 ind:pre:3p; -habituer habituer ver 31.89 46.42 8.95 9.26 inf;;inf;;inf;; -habituera habituer ver 31.89 46.42 0.21 0.20 ind:fut:3s; -habituerai habituer ver 31.89 46.42 0.46 0.27 ind:fut:1s; -habitueraient habituer ver 31.89 46.42 0.00 0.14 cnd:pre:3p; -habituerais habituer ver 31.89 46.42 0.08 0.14 cnd:pre:1s; -habituerait habituer ver 31.89 46.42 0.04 0.47 cnd:pre:3s; -habitueras habituer ver 31.89 46.42 1.45 0.14 ind:fut:2s; -habituerez habituer ver 31.89 46.42 0.33 0.14 ind:fut:2p; -habituerons habituer ver 31.89 46.42 0.00 0.07 ind:fut:1p; -habitueront habituer ver 31.89 46.42 0.07 0.07 ind:fut:3p; -habitées habité adj f p 1.40 3.85 0.08 0.27 -habitues habituer ver 31.89 46.42 0.71 0.34 ind:pre:2s;sub:pre:2s; -habituez habituer ver 31.89 46.42 0.37 0.27 imp:pre:2p;ind:pre:2p; -habituons habituer ver 31.89 46.42 0.02 0.00 imp:pre:1p; -habituât habituer ver 31.89 46.42 0.00 0.14 sub:imp:3s; -habités habité adj m p 1.40 3.85 0.38 0.61 -habitus habitus nom m 0.00 0.14 0.00 0.14 -habituèrent habituer ver 31.89 46.42 0.11 0.34 ind:pas:3p; -habitué habituer ver m s 31.89 46.42 6.32 10.47 par:pas; -habituée habituer ver f s 31.89 46.42 3.75 7.70 par:pas; -habituées habituer ver f p 31.89 46.42 0.63 0.47 par:pas; -habitués habituer ver m p 31.89 46.42 2.24 5.74 par:pas; -hacha hacher ver 2.18 6.01 0.10 0.07 ind:pas:3s; -hachage hachage nom m s 0.01 0.00 0.01 0.00 -hachaient hacher ver 2.18 6.01 0.00 0.14 ind:imp:3p; -hachait hacher ver 2.18 6.01 0.02 0.74 ind:imp:3s; -hachant hacher ver 2.18 6.01 0.02 0.47 par:pre; -hachard hachard nom m s 0.00 0.07 0.00 0.07 -hache_paille hache_paille nom m p 0.00 0.14 0.00 0.14 -hache hache nom f s 10.23 13.65 8.73 11.76 -hachent hacher ver 2.18 6.01 0.03 0.34 ind:pre:3p; -hacher hacher ver 2.18 6.01 0.35 0.74 inf; -hacherai hacher ver 2.18 6.01 0.03 0.00 ind:fut:1s; -hacherait hacher ver 2.18 6.01 0.02 0.00 cnd:pre:3s; -haches hache nom f p 10.23 13.65 1.50 1.89 -hachette hachette nom f s 0.22 0.74 0.20 0.74 -hachettes hachette nom f p 0.22 0.74 0.02 0.00 -hacheur hacheur nom m s 0.11 0.27 0.01 0.14 -hacheurs hacheur nom m p 0.11 0.27 0.10 0.14 -hachez hacher ver 2.18 6.01 0.67 0.14 imp:pre:2p;ind:pre:2p; -hachis hachis nom m p 1.07 1.22 1.07 1.22 -hachisch hachisch nom m s 0.01 0.07 0.01 0.07 -hachoir hachoir nom m s 0.70 0.81 0.68 0.61 -hachoirs hachoir nom m p 0.70 0.81 0.02 0.20 -hachèrent hacher ver 2.18 6.01 0.00 0.07 ind:pas:3p; -haché haché adj m s 1.50 5.07 0.73 1.01 -hachée haché adj f s 1.50 5.07 0.66 2.70 -hachées hacher ver f p 2.18 6.01 0.01 0.41 par:pas; -hachuraient hachurer ver 0.03 1.08 0.00 0.14 ind:imp:3p; -hachurait hachurer ver 0.03 1.08 0.00 0.07 ind:imp:3s; -hachurant hachurer ver 0.03 1.08 0.00 0.07 par:pre; -hachure hachure nom f s 0.00 1.55 0.00 0.20 -hachures hachure nom f p 0.00 1.55 0.00 1.35 -hachuré hachurer ver m s 0.03 1.08 0.03 0.34 par:pas; -hachurée hachurer ver f s 0.03 1.08 0.00 0.14 par:pas; -hachurées hachurer ver f p 0.03 1.08 0.00 0.14 par:pas; -hachurés hachurer ver m p 0.03 1.08 0.00 0.14 par:pas; -hachés haché adj m p 1.50 5.07 0.11 0.81 -hacienda hacienda nom f s 0.93 0.20 0.90 0.20 -haciendas hacienda nom f p 0.93 0.20 0.03 0.00 -hack hack nom m s 0.23 0.00 0.23 0.00 -hacker hacker nom m s 0.99 0.00 0.66 0.00 -hackers hacker nom m p 0.99 0.00 0.33 0.00 -haddock haddock nom m s 0.23 0.54 0.23 0.54 -hadith hadith nom m s 0.01 0.00 0.01 0.00 -hadj hadj nom m s 1.88 0.00 1.88 0.00 -hadji hadji nom m p 0.47 0.27 0.47 0.27 -hagard hagard adj m s 0.46 13.18 0.24 6.96 -hagarde hagard adj f s 0.46 13.18 0.03 3.51 -hagardes hagard adj f p 0.46 13.18 0.00 0.41 -hagards hagard adj m p 0.46 13.18 0.19 2.30 -haggadah haggadah nom f s 0.02 0.00 0.02 0.00 -haggis haggis nom m p 0.27 0.00 0.27 0.00 -hagiographe hagiographe nom m s 0.00 0.47 0.00 0.47 -hagiographie hagiographie nom f s 0.01 0.20 0.01 0.20 -haha haha ono 0.59 1.22 0.59 1.22 -hai hai ono 1.28 0.07 1.28 0.07 -haie haie nom f s 3.36 26.08 2.60 14.80 -haies haie nom f p 3.36 26.08 0.76 11.28 -haillon haillon nom m s 1.78 3.78 0.01 0.47 -haillonneuse haillonneux adj f s 0.00 0.20 0.00 0.14 -haillonneux haillonneux adj m p 0.00 0.20 0.00 0.07 -haillons haillon nom m p 1.78 3.78 1.77 3.31 -haine haine nom f s 33.10 52.50 31.49 49.39 -haines haine nom f p 33.10 52.50 1.62 3.11 -haineuse haineux adj f s 0.96 6.42 0.07 1.76 -haineusement haineusement adv 0.01 0.68 0.01 0.68 -haineuses haineux adj f p 0.96 6.42 0.07 0.34 -haineux haineux adj m 0.96 6.42 0.82 4.32 -haire haire nom f s 0.00 0.20 0.00 0.14 -haires haire nom f p 0.00 0.20 0.00 0.07 -hais haïr ver 55.42 35.68 31.21 8.85 imp:pre:2s;ind:pre:1s;ind:pre:2s; -hait haïr ver 55.42 35.68 7.53 3.58 ind:pre:3s; -haka haka nom m s 0.01 0.00 0.01 0.00 -hakka hakka nom m s 0.01 0.00 0.01 0.00 -hala haler ver 0.16 2.30 0.00 0.07 ind:pas:3s; -halage halage nom m s 0.16 1.55 0.16 1.49 -halages halage nom m p 0.16 1.55 0.00 0.07 -halaient haler ver 0.16 2.30 0.00 0.34 ind:imp:3p; -halait haler ver 0.16 2.30 0.00 0.20 ind:imp:3s; -halal halal adj f s 0.24 0.00 0.24 0.00 -halant haler ver 0.16 2.30 0.00 0.34 par:pre; -halcyon halcyon nom m s 0.02 0.00 0.02 0.00 -hale hale nom m s 0.00 0.07 0.00 0.07 -haleine haleine nom f s 8.00 23.04 7.55 21.82 -haleines haleine nom f p 8.00 23.04 0.45 1.22 -halent haler ver 0.16 2.30 0.10 0.20 ind:pre:3p; -haler haler ver 0.16 2.30 0.02 0.54 inf; -haleta haleter ver 0.79 11.76 0.02 0.95 ind:pas:3s; -haletaient haleter ver 0.79 11.76 0.00 0.27 ind:imp:3p; -haletais haleter ver 0.79 11.76 0.03 0.14 ind:imp:1s;ind:imp:2s; -haletait haleter ver 0.79 11.76 0.00 3.58 ind:imp:3s; -haletant haleter ver 0.79 11.76 0.06 4.26 par:pre; -haletante haletant adj f s 0.47 9.80 0.40 4.66 -haletantes haletant adj f p 0.47 9.80 0.00 0.41 -haletants haletant adj m p 0.47 9.80 0.01 1.76 -haleter haleter ver 0.79 11.76 0.20 1.28 inf; -haleté haleter ver m s 0.79 11.76 0.02 0.20 par:pas; -haleur haleur nom m s 0.11 0.34 0.01 0.07 -haleurs haleur nom m p 0.11 0.34 0.10 0.27 -halez haler ver 0.16 2.30 0.02 0.07 imp:pre:2p; -half_track half_track nom m s 0.05 0.14 0.04 0.14 -half_track half_track nom m p 0.05 0.14 0.01 0.00 -halieutiques halieutique adj f p 0.00 0.07 0.00 0.07 -hall hall nom m s 9.90 26.76 9.73 25.81 -hallali hallali nom m s 0.14 1.35 0.14 1.35 -halle halle nom f s 0.83 9.32 0.26 1.01 -hallebarde hallebarde nom f s 0.06 1.28 0.05 0.27 -hallebardes hallebarde nom f p 0.06 1.28 0.01 1.01 -hallebardier hallebardier nom m s 0.03 0.68 0.02 0.20 -hallebardiers hallebardier nom m p 0.03 0.68 0.01 0.47 -halles halle nom f p 0.83 9.32 0.57 8.31 -hallier hallier nom m s 0.02 1.76 0.01 0.81 -halliers hallier nom m p 0.02 1.76 0.01 0.95 -halloween halloween nom f s 0.04 0.00 0.04 0.00 -halls hall nom m p 9.90 26.76 0.17 0.95 -hallucinais halluciner ver 3.44 0.95 0.08 0.07 ind:imp:1s;ind:imp:2s; -hallucinant hallucinant adj m s 1.56 2.91 1.40 0.81 -hallucinante hallucinant adj f s 1.56 2.91 0.10 1.62 -hallucinantes hallucinant adj f p 1.56 2.91 0.02 0.14 -hallucinants hallucinant adj m p 1.56 2.91 0.04 0.34 -hallucination hallucination nom f s 7.88 5.61 3.46 3.51 -hallucinations hallucination nom f p 7.88 5.61 4.43 2.09 -hallucinatoire hallucinatoire adj s 0.39 0.20 0.23 0.14 -hallucinatoires hallucinatoire adj p 0.39 0.20 0.16 0.07 -hallucine halluciner ver 3.44 0.95 1.87 0.20 ind:pre:1s;ind:pre:3s; -halluciner halluciner ver 3.44 0.95 0.95 0.14 inf; -hallucinez halluciner ver 3.44 0.95 0.05 0.00 imp:pre:2p;ind:pre:2p; -hallucinogène hallucinogène adj s 0.61 0.14 0.18 0.00 -hallucinogènes hallucinogène adj p 0.61 0.14 0.44 0.14 -hallucinons halluciner ver 3.44 0.95 0.01 0.00 ind:pre:1p; -halluciné halluciner ver m s 3.44 0.95 0.41 0.34 par:pas; -hallucinée halluciné adj f s 0.25 1.35 0.11 0.47 -hallucinées halluciné adj f p 0.25 1.35 0.01 0.07 -hallucinés halluciné nom m p 0.03 0.95 0.01 0.27 -halo halo nom m s 1.36 8.38 1.30 7.50 -halogène halogène nom m s 0.12 0.00 0.04 0.00 -halogènes halogène nom m p 0.12 0.00 0.08 0.00 -halogénure halogénure nom m s 0.01 0.00 0.01 0.00 -halon halon nom m s 0.08 0.07 0.08 0.00 -halons halon nom m p 0.08 0.07 0.00 0.07 -halopéridol halopéridol nom m s 0.12 0.00 0.12 0.00 -halos halo nom m p 1.36 8.38 0.05 0.88 -halothane halothane nom m s 0.50 0.00 0.50 0.00 -halte_garderie halte_garderie nom f s 0.02 0.00 0.02 0.00 -halte halte ono 14.27 3.85 14.27 3.85 -halter halter ver 0.07 0.20 0.03 0.00 inf; -haltes halte nom f p 3.77 12.77 0.03 1.89 -halèrent haler ver 0.16 2.30 0.02 0.07 ind:pas:3p; -halète haleter ver 0.79 11.76 0.34 0.88 imp:pre:2s;ind:pre:1s;ind:pre:3s; -halètement halètement nom m s 0.45 3.72 0.00 2.57 -halètements halètement nom m p 0.45 3.72 0.45 1.15 -halètent haleter ver 0.79 11.76 0.10 0.20 ind:pre:3p; -halètes haleter ver 0.79 11.76 0.01 0.00 ind:pre:2s; -haltère haltère nom m s 0.95 1.35 0.06 0.07 -haltères haltère nom m p 0.95 1.35 0.89 1.28 -haltérophile haltérophile nom s 0.11 0.27 0.06 0.20 -haltérophiles haltérophile nom p 0.11 0.27 0.04 0.07 -haltérophilie haltérophilie nom f s 0.18 0.14 0.18 0.14 -halé haler ver m s 0.16 2.30 0.00 0.20 par:pas; -halée haler ver f s 0.16 2.30 0.00 0.14 par:pas; -halés haler ver m p 0.16 2.30 0.00 0.14 par:pas; -halva halva nom m s 0.01 0.07 0.01 0.07 -hamac hamac nom m s 1.84 3.78 1.63 3.11 -hamacs hamac nom m p 1.84 3.78 0.22 0.68 -hamada hamada nom f s 0.17 0.07 0.17 0.07 -hamadryade hamadryade nom f s 0.01 0.00 0.01 0.00 -hamadryas hamadryas nom m 0.01 0.00 0.01 0.00 -hamamélis hamamélis nom m 0.01 0.00 0.01 0.00 -hambourgeois hambourgeois adj m s 0.02 0.20 0.02 0.20 -hambourgeoises hambourgeois nom f p 0.00 0.20 0.00 0.07 -hamburger hamburger nom m s 7.47 0.68 4.10 0.41 -hamburgers hamburger nom m p 7.47 0.68 3.38 0.27 -hameau hameau nom m s 0.81 10.61 0.79 7.91 -hameaux hameau nom m p 0.81 10.61 0.03 2.70 -hameçon hameçon nom m s 3.08 3.24 2.61 2.50 -hameçonne hameçonner ver 0.00 0.07 0.00 0.07 ind:pre:3s; -hameçons hameçon nom m p 3.08 3.24 0.47 0.74 -hammam hammam nom m s 0.73 1.55 0.58 1.49 -hammams hammam nom m p 0.73 1.55 0.14 0.07 -hammerless hammerless nom m p 0.27 0.07 0.27 0.07 -hampe hampe nom f s 0.52 3.11 0.52 1.82 -hampes hampe nom f p 0.52 3.11 0.00 1.28 -hamster hamster nom m s 2.51 1.22 2.18 0.68 -hamsters hamster nom m p 2.51 1.22 0.33 0.54 -han han adj m s 1.96 1.49 1.96 1.49 -hanap hanap nom m s 0.01 0.34 0.01 0.20 -hanaps hanap nom m p 0.01 0.34 0.00 0.14 -hanche hanche nom f s 8.90 32.36 3.42 9.59 -hanches hanche nom f p 8.90 32.36 5.48 22.77 -hanchée hancher ver f s 0.00 0.07 0.00 0.07 par:pas; -hand_ball hand_ball nom m s 0.08 0.00 0.08 0.00 -handball handball nom m s 0.52 0.00 0.52 0.00 -handicap handicap nom m s 3.70 2.70 3.40 2.30 -handicapait handicaper ver 2.32 0.74 0.02 0.00 ind:imp:3s; -handicapant handicapant adj m s 0.15 0.00 0.15 0.00 -handicape handicaper ver 2.32 0.74 0.20 0.07 imp:pre:2s;ind:pre:3s; -handicaper handicaper ver 2.32 0.74 0.05 0.07 inf;; -handicapera handicaper ver 2.32 0.74 0.02 0.00 ind:fut:3s; -handicapeur handicapeur nom m s 0.06 0.00 0.06 0.00 -handicaps handicap nom m p 3.70 2.70 0.30 0.41 -handicapé handicaper ver m s 2.32 0.74 1.12 0.41 par:pas; -handicapée handicaper ver f s 2.32 0.74 0.66 0.14 par:pas; -handicapées handicaper ver f p 2.32 0.74 0.03 0.00 par:pas; -handicapés handicapé nom m p 4.83 1.15 3.46 0.41 -hangar hangar nom m s 5.65 18.85 5.44 12.97 -hangars hangar nom m p 5.65 18.85 0.20 5.88 -hanneton hanneton nom m s 0.50 5.34 0.05 2.70 -hannetons hanneton nom m p 0.50 5.34 0.45 2.64 -hanoukka hanoukka nom f s 0.31 0.00 0.31 0.00 -hanovrien hanovrien adj m s 0.00 0.07 0.00 0.07 -hanovriens hanovrien nom m p 0.14 0.00 0.14 0.00 -hanséatique hanséatique adj f s 0.10 0.00 0.10 0.00 -hanta hanter ver 11.37 15.20 0.06 0.27 ind:pas:3s; -hantaient hanter ver 11.37 15.20 0.02 0.74 ind:imp:3p; -hantais hanter ver 11.37 15.20 0.18 0.00 ind:imp:1s;ind:imp:2s; -hantait hanter ver 11.37 15.20 0.42 2.36 ind:imp:3s; -hantant hanter ver 11.37 15.20 0.01 0.14 par:pre; -hantavirus hantavirus nom m 0.03 0.00 0.03 0.00 -hante hanter ver 11.37 15.20 2.70 2.91 imp:pre:2s;ind:pre:1s;ind:pre:3s; -hantent hanter ver 11.37 15.20 1.28 0.95 ind:pre:3p; -hanter hanter ver 11.37 15.20 1.92 2.23 inf; -hantera hanter ver 11.37 15.20 0.19 0.07 ind:fut:3s; -hanterai hanter ver 11.37 15.20 0.04 0.00 ind:fut:1s; -hanterait hanter ver 11.37 15.20 0.08 0.07 cnd:pre:3s; -hanteront hanter ver 11.37 15.20 0.15 0.00 ind:fut:3p; -hantes hanter ver 11.37 15.20 0.39 0.00 ind:pre:2s; -hanteur hanteur adj m s 0.00 0.07 0.00 0.07 -hantez hanter ver 11.37 15.20 0.33 0.07 imp:pre:2p;ind:pre:2p; -hantise hantise nom f s 0.19 5.07 0.07 4.46 -hantises hantise nom f p 0.19 5.07 0.12 0.61 -hanté hanter ver m s 11.37 15.20 1.91 3.04 par:pas; -hantée hanter ver f s 11.37 15.20 1.15 0.81 par:pas; -hantées hanté adj f p 1.99 1.55 0.17 0.27 -hantés hanter ver m p 11.37 15.20 0.47 1.08 par:pas; -happa happer ver 0.99 8.24 0.00 0.34 ind:pas:3s; -happai happer ver 0.99 8.24 0.00 0.07 ind:pas:1s; -happaient happer ver 0.99 8.24 0.00 0.27 ind:imp:3p; -happait happer ver 0.99 8.24 0.00 0.54 ind:imp:3s; -happant happer ver 0.99 8.24 0.00 0.34 par:pre; -happe happer ver 0.99 8.24 0.16 1.01 imp:pre:2s;ind:pre:1s;ind:pre:3s; -happement happement nom m s 0.00 0.20 0.00 0.20 -happening happening nom m s 0.41 0.54 0.39 0.41 -happenings happening nom m p 0.41 0.54 0.02 0.14 -happent happer ver 0.99 8.24 0.11 0.34 ind:pre:3p; -happer happer ver 0.99 8.24 0.24 0.88 inf; -happerait happer ver 0.99 8.24 0.00 0.07 cnd:pre:3s; -happeurs happeur nom m p 0.00 0.07 0.00 0.07 -happé happer ver m s 0.99 8.24 0.11 2.23 par:pas; -happée happer ver f s 0.99 8.24 0.32 1.15 par:pas; -happées happer ver f p 0.99 8.24 0.01 0.41 par:pas; -happés happer ver m p 0.99 8.24 0.04 0.61 par:pas; -happy_end happy_end nom m s 0.51 0.27 0.45 0.27 -happy_end happy_end nom m p 0.51 0.27 0.05 0.00 -happy_few happy_few nom m p 0.00 0.14 0.00 0.14 -haptoglobine haptoglobine nom f s 0.01 0.00 0.01 0.00 -haque haque nom f s 0.41 1.62 0.41 1.62 -haquenée haquenée nom f s 0.00 0.07 0.00 0.07 -haquet haquet nom m s 0.00 0.20 0.00 0.14 -haquets haquet nom m p 0.00 0.20 0.00 0.07 -hara_kiri hara_kiri nom m s 0.29 0.41 0.29 0.41 -harangua haranguer ver 0.09 1.89 0.00 0.27 ind:pas:3s; -haranguaient haranguer ver 0.09 1.89 0.00 0.14 ind:imp:3p; -haranguait haranguer ver 0.09 1.89 0.00 0.34 ind:imp:3s; -haranguant haranguer ver 0.09 1.89 0.00 0.41 par:pre; -harangue harangue nom f s 0.01 1.22 0.01 0.81 -haranguer haranguer ver 0.09 1.89 0.06 0.20 inf; -haranguerais haranguer ver 0.09 1.89 0.00 0.07 cnd:pre:1s; -harangues harangue nom f p 0.01 1.22 0.00 0.41 -haranguez haranguer ver 0.09 1.89 0.01 0.00 ind:pre:2p; -harangué haranguer ver m s 0.09 1.89 0.00 0.20 par:pas; -haranguée haranguer ver f s 0.09 1.89 0.01 0.07 par:pas; -harangués haranguer ver m p 0.09 1.89 0.00 0.14 par:pas; -harari harari nom m p 0.02 0.00 0.02 0.00 -haras haras nom m p 0.19 1.01 0.19 1.01 -harassaient harasser ver 0.17 1.28 0.01 0.14 ind:imp:3p; -harassant harassant adj m s 0.19 1.42 0.03 0.20 -harassante harassant adj f s 0.19 1.42 0.15 0.47 -harassantes harassant adj f p 0.19 1.42 0.00 0.47 -harassants harassant adj m p 0.19 1.42 0.00 0.27 -harasse harasser ver 0.17 1.28 0.00 0.07 ind:pre:3s; -harassement harassement nom m s 0.27 0.20 0.27 0.20 -harassent harasser ver 0.17 1.28 0.11 0.07 ind:pre:3p; -harasser harasser ver 0.17 1.28 0.00 0.07 inf; -harassé harassé adj m s 0.12 2.50 0.01 1.15 -harassée harassé adj f s 0.12 2.50 0.01 0.41 -harassées harassé adj f p 0.12 2.50 0.00 0.14 -harassés harassé adj m p 0.12 2.50 0.10 0.81 -harcela harceler ver 11.12 8.24 0.00 0.14 ind:pas:3s; -harcelai harceler ver 11.12 8.24 0.00 0.07 ind:pas:1s; -harcelaient harceler ver 11.12 8.24 0.30 0.74 ind:imp:3p; -harcelais harceler ver 11.12 8.24 0.11 0.20 ind:imp:1s;ind:imp:2s; -harcelait harceler ver 11.12 8.24 0.62 0.88 ind:imp:3s; -harcelant harceler ver 11.12 8.24 0.13 0.61 par:pre; -harcelante harcelant adj f s 0.04 0.61 0.00 0.27 -harcelantes harcelant adj f p 0.04 0.61 0.01 0.14 -harcelants harcelant adj m p 0.04 0.61 0.00 0.07 -harceler harceler ver 11.12 8.24 3.00 1.82 inf; -harceleur harceleur nom m s 0.17 0.07 0.16 0.00 -harceleuse harceleur nom f s 0.17 0.07 0.01 0.07 -harcelez harceler ver 11.12 8.24 0.92 0.00 imp:pre:2p;ind:pre:2p; -harceliez harceler ver 11.12 8.24 0.06 0.00 ind:imp:2p; -harcelèrent harceler ver 11.12 8.24 0.00 0.07 ind:pas:3p; -harcelé harceler ver m s 11.12 8.24 1.16 1.62 par:pas; -harcelée harceler ver f s 11.12 8.24 0.67 0.34 par:pas; -harcelées harceler ver f p 11.12 8.24 0.04 0.07 par:pas; -harcelés harceler ver m p 11.12 8.24 0.37 0.61 par:pas; -harcèle harceler ver 11.12 8.24 2.88 0.68 imp:pre:2s;ind:pre:1s;ind:pre:3s; -harcèlement harcèlement nom m s 3.69 1.49 3.65 1.35 -harcèlements harcèlement nom m p 3.69 1.49 0.05 0.14 -harcèlent harceler ver 11.12 8.24 0.41 0.27 ind:pre:3p; -harcèlera harceler ver 11.12 8.24 0.17 0.00 ind:fut:3s; -harcèlerai harceler ver 11.12 8.24 0.11 0.00 ind:fut:1s; -harcèleraient harceler ver 11.12 8.24 0.00 0.14 cnd:pre:3p; -harcèlerez harceler ver 11.12 8.24 0.01 0.00 ind:fut:2p; -harcèlerons harceler ver 11.12 8.24 0.14 0.00 ind:fut:1p; -harcèleront harceler ver 11.12 8.24 0.02 0.00 ind:fut:3p; -hard_top hard_top nom m s 0.01 0.00 0.01 0.00 -hard_edge hard_edge nom m s 0.01 0.00 0.01 0.00 -hard hard adj 2.72 1.08 2.72 1.08 -harde harde nom f s 0.15 8.99 0.00 3.85 -hardent harder ver 0.18 0.07 0.01 0.00 ind:pre:3p; -harder harder ver 0.18 0.07 0.17 0.07 inf; -hardes harde nom f p 0.15 8.99 0.15 5.14 -hardi hardi ono 0.01 0.61 0.01 0.61 -hardie hardi adj f s 2.22 10.68 0.63 1.35 -hardies hardi adj f p 2.22 10.68 0.11 0.88 -hardiesse hardiesse nom f s 0.46 2.64 0.46 2.03 -hardiesses hardiesse nom f p 0.46 2.64 0.00 0.61 -hardiment hardiment adv 1.20 1.62 1.20 1.62 -hardis hardi adj m p 2.22 10.68 0.19 1.96 -hare hare ono 0.49 0.07 0.49 0.07 -harem harem nom m s 1.78 15.95 1.60 15.74 -harems harem nom m p 1.78 15.95 0.17 0.20 -hareng hareng nom m s 2.78 6.08 1.90 2.91 -harengs hareng nom m p 2.78 6.08 0.89 3.18 -harengère harengère nom f s 0.10 0.14 0.10 0.14 -harenguet harenguet nom m s 0.01 0.00 0.01 0.00 -harenguier harenguier nom m s 0.10 0.00 0.10 0.00 -haret haret adj m s 0.00 0.07 0.00 0.07 -harfang harfang nom m s 0.00 0.07 0.00 0.07 -hargne hargne nom f s 0.42 4.53 0.42 4.26 -hargnes hargne nom f p 0.42 4.53 0.00 0.27 -hargneuse hargneux adj f s 1.13 9.46 0.14 3.11 -hargneusement hargneusement adv 0.00 1.42 0.00 1.42 -hargneuses hargneux adj f p 1.13 9.46 0.01 0.81 -hargneux hargneux adj m 1.13 9.46 0.98 5.54 -haricot haricot nom m s 8.85 13.45 1.40 1.22 -haricots haricot nom m p 8.85 13.45 7.45 12.23 -haridelle haridelle nom f s 0.01 0.61 0.01 0.41 -haridelles haridelle nom f p 0.01 0.61 0.00 0.20 -harissa harissa nom f s 0.00 0.20 0.00 0.20 -harki harki nom m s 0.00 0.41 0.00 0.14 -harkis harki nom m p 0.00 0.41 0.00 0.27 -harmattan harmattan nom m s 0.02 0.07 0.02 0.07 -harmonica harmonica nom m s 1.41 1.76 1.38 1.69 -harmonicas harmonica nom m p 1.41 1.76 0.03 0.07 -harmoniciste harmoniciste nom s 0.02 0.00 0.02 0.00 -harmonie harmonie nom f s 6.80 16.22 6.36 15.61 -harmonies harmonie nom f p 6.80 16.22 0.44 0.61 -harmonieuse harmonieux adj f s 1.16 7.09 0.27 2.43 -harmonieusement harmonieusement adv 0.06 1.28 0.06 1.28 -harmonieuses harmonieux adj f p 1.16 7.09 0.05 0.61 -harmonieux harmonieux adj m 1.16 7.09 0.84 4.05 -harmonique harmonique adj s 0.43 0.61 0.36 0.47 -harmoniquement harmoniquement adv 0.01 0.00 0.01 0.00 -harmoniques harmonique nom m p 0.22 0.41 0.18 0.41 -harmonisaient harmoniser ver 0.35 1.42 0.00 0.07 ind:imp:3p; -harmonisait harmoniser ver 0.35 1.42 0.05 0.54 ind:imp:3s; -harmonisant harmoniser ver 0.35 1.42 0.01 0.14 par:pre; -harmonisateurs harmonisateur adj m p 0.00 0.20 0.00 0.07 -harmonisation harmonisation nom f s 0.05 0.07 0.05 0.07 -harmonisatrices harmonisateur adj f p 0.00 0.20 0.00 0.14 -harmonise harmoniser ver 0.35 1.42 0.04 0.20 ind:pre:3s; -harmonisent harmoniser ver 0.35 1.42 0.01 0.07 ind:pre:3p; -harmoniser harmoniser ver 0.35 1.42 0.22 0.27 inf; -harmonisera harmoniser ver 0.35 1.42 0.01 0.00 ind:fut:3s; -harmonisez harmoniser ver 0.35 1.42 0.01 0.00 ind:pre:2p; -harmonisèrent harmoniser ver 0.35 1.42 0.00 0.07 ind:pas:3p; -harmonisé harmoniser ver m s 0.35 1.42 0.01 0.00 par:pas; -harmonisés harmoniser ver m p 0.35 1.42 0.00 0.07 par:pas; -harmonium harmonium nom m s 0.05 3.51 0.05 3.45 -harmoniums harmonium nom m p 0.05 3.51 0.00 0.07 -harnacha harnacher ver 0.19 1.62 0.00 0.07 ind:pas:3s; -harnachaient harnacher ver 0.19 1.62 0.00 0.07 ind:imp:3p; -harnachais harnacher ver 0.19 1.62 0.00 0.07 ind:imp:1s; -harnachait harnacher ver 0.19 1.62 0.00 0.27 ind:imp:3s; -harnachement harnachement nom m s 0.06 1.55 0.06 1.28 -harnachements harnachement nom m p 0.06 1.55 0.00 0.27 -harnacher harnacher ver 0.19 1.62 0.04 0.07 inf; -harnachiez harnacher ver 0.19 1.62 0.00 0.07 ind:imp:2p; -harnachèrent harnacher ver 0.19 1.62 0.00 0.07 ind:pas:3p; -harnaché harnacher ver m s 0.19 1.62 0.14 0.47 par:pas; -harnachée harnacher ver f s 0.19 1.62 0.00 0.07 par:pas; -harnachées harnacher ver f p 0.19 1.62 0.00 0.14 par:pas; -harnachés harnaché adj m p 0.02 0.88 0.02 0.41 -harnais harnais nom m 1.29 3.92 1.29 3.92 -harnois harnois nom m p 0.01 0.20 0.01 0.20 -haro haro nom m s 0.03 1.35 0.03 1.35 -harpagon harpagon nom m s 0.01 0.00 0.01 0.00 -harpe harpe nom f s 1.14 5.34 0.94 4.86 -harper harper ver 7.25 0.14 7.25 0.00 inf; -harpes harpe nom f p 1.14 5.34 0.20 0.47 -harpie harpie nom f s 0.73 1.42 0.64 1.22 -harpies harpie nom f p 0.73 1.42 0.09 0.20 -harpin harpin nom m s 0.00 0.07 0.00 0.07 -harpions harper ver 7.25 0.14 0.00 0.14 ind:imp:1p; -harpiste harpiste nom s 0.08 0.27 0.08 0.27 -harpon harpon nom m s 1.18 2.03 0.75 1.76 -harponna harponner ver 0.34 1.22 0.00 0.07 ind:pas:3s; -harponnage harponnage nom m s 0.17 0.07 0.17 0.07 -harponne harponner ver 0.34 1.22 0.02 0.20 ind:pre:1s;ind:pre:3s; -harponnent harponner ver 0.34 1.22 0.00 0.07 ind:pre:3p; -harponner harponner ver 0.34 1.22 0.23 0.47 inf; -harponnera harponner ver 0.34 1.22 0.01 0.00 ind:fut:3s; -harponneur harponneur nom m s 0.04 0.20 0.03 0.14 -harponneurs harponneur nom m p 0.04 0.20 0.01 0.07 -harponné harponner ver m s 0.34 1.22 0.04 0.20 par:pas; -harponnée harponner ver f s 0.34 1.22 0.02 0.20 par:pas; -harponnés harponner ver m p 0.34 1.22 0.01 0.00 par:pas; -harpons harpon nom m p 1.18 2.03 0.43 0.27 -harpyes harpye nom f p 0.00 0.07 0.00 0.07 -hart hart nom f s 0.07 0.41 0.07 0.27 -harts hart nom f p 0.07 0.41 0.00 0.14 -haruspices haruspice nom m p 0.01 0.14 0.01 0.14 -has_been has_been nom m 0.18 0.20 0.18 0.20 -hasard hasard nom m s 48.07 124.19 46.98 118.99 -hasarda hasarder ver 1.10 6.35 0.01 1.35 ind:pas:3s; -hasardai hasarder ver 1.10 6.35 0.00 0.54 ind:pas:1s; -hasardaient hasarder ver 1.10 6.35 0.00 0.20 ind:imp:3p; -hasardais hasarder ver 1.10 6.35 0.00 0.14 ind:imp:1s; -hasardait hasarder ver 1.10 6.35 0.00 0.68 ind:imp:3s; -hasardant hasarder ver 1.10 6.35 0.00 0.41 par:pre; -hasarde hasarder ver 1.10 6.35 0.29 1.62 imp:pre:2s;ind:pre:1s;ind:pre:3s; -hasardent hasarder ver 1.10 6.35 0.01 0.20 ind:pre:3p; -hasarder hasarder ver 1.10 6.35 0.74 0.68 inf; -hasardera hasarder ver 1.10 6.35 0.00 0.07 ind:fut:3s; -hasarderais hasarder ver 1.10 6.35 0.03 0.00 cnd:pre:1s; -hasardeuse hasardeux adj f s 0.66 2.77 0.35 1.08 -hasardeusement hasardeusement adv 0.00 0.07 0.00 0.07 -hasardeuses hasardeux adj f p 0.66 2.77 0.03 0.47 -hasardeux hasardeux adj m 0.66 2.77 0.28 1.22 -hasards hasard nom m p 48.07 124.19 1.09 5.20 -hasardé hasarder ver m s 1.10 6.35 0.00 0.27 par:pas; -hasardée hasardé adj f s 0.10 0.07 0.10 0.07 -hasch hasch nom m s 2.16 0.47 2.16 0.47 -haschich haschich nom m s 0.39 0.47 0.39 0.47 -haschisch haschisch nom m s 0.11 0.41 0.11 0.41 -hase hase nom f s 0.02 0.27 0.02 0.14 -haseki haseki nom f s 0.00 0.20 0.00 0.07 -hasekis haseki nom f p 0.00 0.20 0.00 0.14 -hases hase nom f p 0.02 0.27 0.00 0.14 -hassidim hassidim nom m p 0.22 0.00 0.22 0.00 -hassidique hassidique adj s 0.09 0.00 0.09 0.00 -hassidisme hassidisme nom m s 0.00 0.07 0.00 0.07 -hauban hauban nom m s 0.37 1.01 0.02 0.20 -haubans hauban nom m p 0.37 1.01 0.35 0.81 -haubanée haubaner ver f s 0.00 0.27 0.00 0.07 par:pas; -haubanés haubaner ver m p 0.00 0.27 0.00 0.20 par:pas; -haubert haubert nom m s 0.01 0.54 0.01 0.54 -haussa hausser ver 1.76 71.96 0.00 34.46 ind:pas:3s; -haussai hausser ver 1.76 71.96 0.27 2.09 ind:pas:1s; -haussaient hausser ver 1.76 71.96 0.10 1.01 ind:imp:3p; -haussais hausser ver 1.76 71.96 0.00 0.41 ind:imp:1s; -haussait hausser ver 1.76 71.96 0.01 4.86 ind:imp:3s; -haussant hausser ver 1.76 71.96 0.03 8.38 par:pre; -hausse hausse nom f s 3.38 2.36 3.31 2.09 -haussement haussement nom m s 0.06 5.68 0.06 5.07 -haussements haussement nom m p 0.06 5.68 0.00 0.61 -haussent hausser ver 1.76 71.96 0.10 0.61 ind:pre:3p; -hausser hausser ver 1.76 71.96 0.43 4.86 inf; -hausserait hausser ver 1.76 71.96 0.01 0.14 cnd:pre:3s; -hausses hausser ver 1.76 71.96 0.23 0.20 ind:pre:2s; -haussez hausser ver 1.76 71.96 0.20 0.07 imp:pre:2p;ind:pre:2p; -haussier haussier adj m s 0.02 0.00 0.01 0.00 -haussière haussière nom f s 0.03 0.14 0.03 0.07 -haussières haussière nom f p 0.03 0.14 0.00 0.07 -haussons hausser ver 1.76 71.96 0.00 0.14 imp:pre:1p;ind:pre:1p; -haussât hausser ver 1.76 71.96 0.00 0.14 sub:imp:3s; -haussèrent hausser ver 1.76 71.96 0.00 0.27 ind:pas:3p; -haussé hausser ver m s 1.76 71.96 0.10 5.00 par:pas; -haussée hausser ver f s 1.76 71.96 0.01 0.27 par:pas; -haussées hausser ver f p 1.76 71.96 0.00 0.07 par:pas; -haussés hausser ver m p 1.76 71.96 0.00 0.27 par:pas; -haut_commandement haut_commandement nom m s 0.00 1.22 0.00 1.22 -haut_commissaire haut_commissaire nom m s 0.03 7.97 0.03 7.57 -haut_commissariat haut_commissariat nom m s 0.02 0.81 0.02 0.81 -haut_de_chausse haut_de_chausse nom f s 0.15 0.07 0.14 0.07 -haut_de_chausses haut_de_chausses nom m 0.00 0.20 0.00 0.20 -haut_de_forme haut_de_forme nom m s 0.45 1.62 0.30 1.42 -haut_fond haut_fond nom m s 0.08 1.08 0.02 0.61 -haut_le_coeur haut_le_coeur nom m 0.04 1.01 0.04 1.01 -haut_le_corps haut_le_corps nom m 0.00 1.76 0.00 1.76 -haut_parleur haut_parleur nom m s 3.65 7.36 2.61 3.99 -haut_parleur haut_parleur nom m p 3.65 7.36 1.04 3.38 -haut_relief haut_relief nom m s 0.00 0.20 0.00 0.20 -haut haut nom m s 77.86 125.07 75.22 121.01 -hautain hautain adj m s 0.84 10.88 0.51 4.12 -hautaine hautain adj f s 0.84 10.88 0.27 5.07 -hautainement hautainement adv 0.00 0.07 0.00 0.07 -hautaines hautain adj f p 0.84 10.88 0.03 0.81 -hautains hautain adj m p 0.84 10.88 0.03 0.88 -hautbois hautbois nom m 0.38 1.62 0.38 1.62 -haute_fidélité haute_fidélité nom f s 0.03 0.07 0.03 0.07 -haute haut adj f s 68.05 196.76 32.44 88.11 -hautement hautement adv 4.83 4.73 4.83 4.73 -hautes haut adj f p 68.05 196.76 6.72 37.43 -hautesse hautesse nom f s 0.00 1.42 0.00 1.42 -hauteur hauteur nom f s 19.99 77.70 18.19 66.15 -hauteurs hauteur nom f p 19.99 77.70 1.80 11.55 -hautin hautin nom m s 0.11 0.00 0.10 0.00 -hautins hautin nom m p 0.11 0.00 0.01 0.00 -haut_commissaire haut_commissaire nom m p 0.03 7.97 0.00 0.41 -haut_de_chausse haut_de_chausse nom m p 0.15 0.07 0.01 0.00 -haut_de_forme haut_de_forme nom m p 0.45 1.62 0.14 0.20 -haut_fond haut_fond nom m p 0.08 1.08 0.06 0.47 -haut_fourneau haut_fourneau nom m p 0.01 0.27 0.01 0.27 -hauts haut adj m p 68.05 196.76 5.48 29.26 -hauturière hauturier adj f s 0.00 0.14 0.00 0.14 -havanais havanais nom m 0.00 0.07 0.00 0.07 -havanaise havanaise nom f s 0.01 0.00 0.01 0.00 -havane havane nom m s 0.50 0.95 0.17 0.47 -havanes havane nom m p 0.50 0.95 0.33 0.47 -have haver ver 10.73 0.74 10.67 0.68 imp:pre:2s;ind:pre:1s;ind:pre:3s; -haveneau haveneau nom m s 0.00 0.14 0.00 0.07 -haveneaux haveneau nom m p 0.00 0.14 0.00 0.07 -haver haver ver 10.73 0.74 0.07 0.00 inf; -haves haver ver 10.73 0.74 0.00 0.07 ind:pre:2s; -havrais havrais adj m s 0.00 0.07 0.00 0.07 -havre havre nom m s 0.89 3.11 0.85 3.04 -havres havre nom m p 0.89 3.11 0.04 0.07 -havresac havresac nom m s 0.12 2.16 0.12 1.49 -havresacs havresac nom m p 0.12 2.16 0.00 0.68 -hawaïen hawaïen adj m s 0.00 0.20 0.00 0.07 -hawaïenne hawaïen adj f s 0.00 0.20 0.00 0.14 -hawaiienne hawaiien adj f s 0.00 0.14 0.00 0.07 -hawaiiennes hawaiien adj f p 0.00 0.14 0.00 0.07 -hayon hayon nom m s 0.06 0.14 0.06 0.07 -hayons hayon nom m p 0.06 0.14 0.00 0.07 -heaume heaume nom m s 0.55 1.01 0.51 0.88 -heaumes heaume nom m p 0.55 1.01 0.04 0.14 -hebdo hebdo nom m s 0.20 1.49 0.18 1.08 -hebdomadaire hebdomadaire adj s 1.64 4.19 1.30 3.51 -hebdomadairement hebdomadairement adv 0.00 0.20 0.00 0.20 -hebdomadaires hebdomadaire adj p 1.64 4.19 0.34 0.68 -hebdos hebdo nom m p 0.20 1.49 0.03 0.41 -hectare hectare nom m s 2.95 6.35 0.27 0.14 -hectares hectare nom m p 2.95 6.35 2.68 6.22 -hecto hecto nom m s 0.00 0.07 0.00 0.07 -hectolitres hectolitre nom m p 0.01 0.20 0.01 0.20 -hectomètres hectomètre nom m p 0.00 0.07 0.00 0.07 -hein hein ono 437.20 88.45 437.20 88.45 -hello hello ono 10.82 1.49 10.82 1.49 -hellène hellène adj s 0.02 0.34 0.02 0.20 -hellènes hellène nom p 0.01 0.68 0.01 0.47 -hellénique hellénique adj s 0.03 0.81 0.03 0.54 -helléniques hellénique adj f p 0.03 0.81 0.00 0.27 -helléniser helléniser ver 0.00 0.27 0.00 0.20 inf; -hellénisme hellénisme nom m s 0.00 0.34 0.00 0.34 -helléniste helléniste nom s 0.01 0.27 0.01 0.14 -hellénistes helléniste nom p 0.01 0.27 0.00 0.14 -hellénistique hellénistique adj s 0.02 0.14 0.02 0.07 -hellénistiques hellénistique adj m p 0.02 0.14 0.00 0.07 -hellénisé helléniser ver m s 0.00 0.27 0.00 0.07 par:pas; -helminthe helminthe nom m s 0.00 0.07 0.00 0.07 -helvelles helvelle nom f p 0.00 0.07 0.00 0.07 -helvète helvète adj m s 0.00 0.20 0.00 0.14 -helvètes helvète nom p 0.00 0.20 0.00 0.20 -helvétien helvétien adj m s 0.00 0.07 0.00 0.07 -helvétique helvétique adj f s 0.00 0.81 0.00 0.68 -helvétiques helvétique adj m p 0.00 0.81 0.00 0.14 -hem hem ono 0.10 0.20 0.10 0.20 -hemlock hemlock nom m s 0.23 0.00 0.23 0.00 -hennin hennin nom m s 0.00 0.34 0.00 0.34 -hennir hennir ver 0.07 1.55 0.03 0.00 inf; -hennirent hennir ver 0.07 1.55 0.00 0.14 ind:pas:3p; -hennissaient hennir ver 0.07 1.55 0.00 0.27 ind:imp:3p; -hennissait hennir ver 0.07 1.55 0.00 0.07 ind:imp:3s; -hennissant hennissant adj m s 0.01 0.34 0.01 0.27 -hennissantes hennissant adj f p 0.01 0.34 0.00 0.07 -hennissement hennissement nom m s 0.45 2.91 0.14 1.76 -hennissements hennissement nom m p 0.45 2.91 0.30 1.15 -hennissent hennir ver 0.07 1.55 0.02 0.07 ind:pre:3p; -hennit hennir ver 0.07 1.55 0.02 0.74 ind:pre:3s;ind:pas:3s; -henné henné nom m s 1.15 0.95 1.15 0.95 -henry henry nom m s 0.15 0.00 0.15 0.00 -hep hep ono 1.94 1.96 1.94 1.96 -heptagone heptagone nom m s 0.00 0.14 0.00 0.14 -heptaméron heptaméron nom m s 0.00 0.07 0.00 0.07 -heptane heptane nom m s 0.04 0.00 0.04 0.00 -herba herber ver 0.23 0.07 0.02 0.07 ind:pas:3s; -herbage herbage nom m s 0.10 1.35 0.04 0.74 -herbagers herbager nom m p 0.00 0.07 0.00 0.07 -herbages herbage nom m p 0.10 1.35 0.06 0.61 -herbe herbe nom f s 34.81 118.51 27.64 86.08 -herber herber ver 0.23 0.07 0.20 0.00 inf; -herbes herbe nom f p 34.81 118.51 7.17 32.43 -herbette herbette nom f s 0.00 0.14 0.00 0.07 -herbettes herbette nom f p 0.00 0.14 0.00 0.07 -herbeuse herbeux adj f s 0.02 1.01 0.00 0.20 -herbeuses herbeux adj f p 0.02 1.01 0.01 0.07 -herbeux herbeux adj m 0.02 1.01 0.01 0.74 -herbicide herbicide nom m s 0.32 0.00 0.32 0.00 -herbier herbier nom m s 0.16 1.28 0.16 0.81 -herbiers herbier nom m p 0.16 1.28 0.00 0.47 -herbivore herbivore nom m s 0.20 0.27 0.14 0.14 -herbivores herbivore nom m p 0.20 0.27 0.06 0.14 -herborisais herboriser ver 0.00 0.54 0.00 0.07 ind:imp:1s; -herborisait herboriser ver 0.00 0.54 0.00 0.14 ind:imp:3s; -herboriser herboriser ver 0.00 0.54 0.00 0.34 inf; -herboriste herboriste nom s 0.74 0.88 0.64 0.68 -herboristerie herboristerie nom f s 0.08 0.14 0.04 0.07 -herboristeries herboristerie nom f p 0.08 0.14 0.04 0.07 -herboristes herboriste nom p 0.74 0.88 0.10 0.20 -herbu herbu adj m s 0.01 1.82 0.00 0.81 -herbue herbu adj f s 0.01 1.82 0.01 0.54 -herbues herbu adj f p 0.01 1.82 0.00 0.41 -herbus herbu adj m p 0.01 1.82 0.00 0.07 -hercher hercher ver 0.03 0.00 0.03 0.00 inf; -hercule hercule nom m s 0.77 0.68 0.19 0.41 -hercules hercule nom m p 0.77 0.68 0.58 0.27 -herculéen herculéen adj m s 0.03 0.74 0.02 0.34 -herculéenne herculéen adj f s 0.03 0.74 0.01 0.07 -herculéennes herculéen adj f p 0.03 0.74 0.00 0.07 -herculéens herculéen adj m p 0.03 0.74 0.00 0.27 -hercynien hercynien adj m s 0.00 0.14 0.00 0.07 -hercyniennes hercynien adj f p 0.00 0.14 0.00 0.07 -hermaphrodisme hermaphrodisme nom m s 0.00 0.07 0.00 0.07 -hermaphrodite hermaphrodite adj s 0.37 0.20 0.11 0.14 -hermaphrodites hermaphrodite adj p 0.37 0.20 0.26 0.07 -hermaphroditisme hermaphroditisme nom m s 0.00 0.07 0.00 0.07 -hermine hermine nom f s 0.28 1.69 0.28 1.62 -hermines hermine nom f p 0.28 1.69 0.00 0.07 -herminette herminette nom f s 0.01 0.14 0.01 0.07 -herminettes herminette nom f p 0.01 0.14 0.00 0.07 -herminé herminé adj m s 0.00 0.07 0.00 0.07 -hermès hermès nom m 0.73 0.00 0.73 0.00 -herméneutique herméneutique adj f s 0.01 0.00 0.01 0.00 -hermétique hermétique adj s 0.98 3.11 0.82 1.96 -hermétiquement hermétiquement adv 0.61 1.55 0.61 1.55 -hermétiques hermétique adj p 0.98 3.11 0.16 1.15 -hermétisme hermétisme nom m s 0.14 0.20 0.14 0.20 -hermétistes hermétiste nom p 0.00 0.14 0.00 0.14 -herniaire herniaire adj s 0.06 0.41 0.06 0.27 -herniaires herniaire adj m p 0.06 0.41 0.00 0.14 -hernie hernie nom f s 2.91 1.01 2.85 0.61 -hernies hernie nom f p 2.91 1.01 0.06 0.41 -hernieux hernieux adj m p 0.00 0.07 0.00 0.07 -herpès herpès nom m 0.86 0.20 0.86 0.20 -herpétique herpétique adj f s 0.03 0.00 0.03 0.00 -herpétologie herpétologie nom f s 0.04 0.00 0.04 0.00 -herpétologiste herpétologiste nom s 0.01 0.00 0.01 0.00 -hersait herser ver 0.00 0.34 0.00 0.07 ind:imp:3s; -herse herse nom f s 0.27 2.57 0.26 1.69 -herser herser ver 0.00 0.34 0.00 0.14 inf; -herses herse nom f p 0.27 2.57 0.01 0.88 -hersé herser ver m s 0.00 0.34 0.00 0.07 par:pas; -hersés herser ver m p 0.00 0.34 0.00 0.07 par:pas; -hertz hertz nom m 0.09 0.00 0.09 0.00 -hertzienne hertzien adj f s 0.10 0.07 0.03 0.00 -hertziennes hertzien adj f p 0.10 0.07 0.06 0.07 -hertziens hertzien adj m p 0.10 0.07 0.01 0.00 -hessois hessois adj m 0.00 0.14 0.00 0.07 -hessoise hessois adj f s 0.00 0.14 0.00 0.07 -hetman hetman nom m s 0.34 0.07 0.34 0.07 -heu heu ono 35.17 6.69 35.17 6.69 -heur heur nom m s 0.28 1.15 0.05 0.41 -heure heure nom f s 709.79 924.05 415.40 439.86 -heures heure nom f p 709.79 924.05 294.39 484.19 -heureuse heureux adj f s 248.45 190.00 88.71 58.11 -heureusement heureusement adv 39.78 51.35 39.78 51.35 -heureuses heureux adj f p 248.45 190.00 3.94 6.49 -heureux heureux adj m 248.45 190.00 155.80 125.41 -heuristique heuristique adj f s 0.03 0.00 0.03 0.00 -heurs heur nom m p 0.28 1.15 0.01 0.20 -heurt heurt nom m s 0.49 6.15 0.29 2.84 -heurta heurter ver 9.79 39.05 0.17 5.14 ind:pas:3s; -heurtai heurter ver 9.79 39.05 0.01 0.68 ind:pas:1s; -heurtaient heurter ver 9.79 39.05 0.06 2.36 ind:imp:3p; -heurtais heurter ver 9.79 39.05 0.05 0.41 ind:imp:1s; -heurtait heurter ver 9.79 39.05 0.04 4.32 ind:imp:3s; -heurtant heurter ver 9.79 39.05 0.22 4.19 par:pre; -heurte heurter ver 9.79 39.05 1.15 4.66 imp:pre:2s;ind:pre:1s;ind:pre:3s; -heurtent heurter ver 9.79 39.05 0.29 1.96 ind:pre:3p; -heurter heurter ver 9.79 39.05 1.81 7.50 inf; -heurtera heurter ver 9.79 39.05 0.04 0.20 ind:fut:3s; -heurterai heurter ver 9.79 39.05 0.00 0.07 ind:fut:1s; -heurteraient heurter ver 9.79 39.05 0.00 0.07 cnd:pre:3p; -heurterait heurter ver 9.79 39.05 0.04 0.20 cnd:pre:3s; -heurterions heurter ver 9.79 39.05 0.00 0.07 cnd:pre:1p; -heurtez heurter ver 9.79 39.05 0.07 0.14 imp:pre:2p;ind:pre:2p; -heurtions heurter ver 9.79 39.05 0.00 0.41 ind:imp:1p; -heurtoir heurtoir nom m s 0.03 0.61 0.03 0.47 -heurtoirs heurtoir nom m p 0.03 0.61 0.00 0.14 -heurtons heurter ver 9.79 39.05 0.00 0.14 ind:pre:1p; -heurtât heurter ver 9.79 39.05 0.00 0.14 sub:imp:3s; -heurts heurt nom m p 0.49 6.15 0.20 3.31 -heurtèrent heurter ver 9.79 39.05 0.01 0.95 ind:pas:3p; -heurté heurter ver m s 9.79 39.05 4.92 3.85 par:pas; -heurtée heurter ver f s 9.79 39.05 0.61 0.68 par:pas; -heurtées heurter ver f p 9.79 39.05 0.05 0.07 par:pas; -heurtés heurter ver m p 9.79 39.05 0.22 0.88 par:pas; -hexagonal hexagonal adj m s 0.03 1.96 0.01 0.61 -hexagonale hexagonal adj f s 0.03 1.96 0.01 0.68 -hexagonales hexagonal adj f p 0.03 1.96 0.01 0.47 -hexagonaux hexagonal adj m p 0.03 1.96 0.00 0.20 -hexagone hexagone nom m s 0.23 0.61 0.23 0.47 -hexagones hexagone nom m p 0.23 0.61 0.00 0.14 -hexamètres hexamètre nom m p 0.02 0.14 0.02 0.14 -hi_fi hi_fi nom f s 0.87 0.81 0.87 0.81 -hi_han hi_han ono 0.20 0.14 0.20 0.14 -hi hi ono 3.81 5.41 3.81 5.41 -hiatale hiatal adj f s 0.29 0.00 0.29 0.00 -hiatus hiatus nom m 0.04 1.01 0.04 1.01 -hibernaient hiberner ver 0.65 0.34 0.02 0.00 ind:imp:3p; -hibernait hiberner ver 0.65 0.34 0.03 0.07 ind:imp:3s; -hibernation hibernation nom f s 0.82 0.27 0.82 0.27 -hiberne hiberner ver 0.65 0.34 0.16 0.07 ind:pre:1s;ind:pre:3s; -hibernent hiberner ver 0.65 0.34 0.05 0.00 ind:pre:3p; -hiberner hiberner ver 0.65 0.34 0.21 0.07 inf; -hiberné hiberner ver m s 0.65 0.34 0.17 0.14 par:pas; -hibiscus hibiscus nom m 0.13 1.08 0.13 1.08 -hibou hibou nom m s 5.01 2.97 4.08 2.36 -hiboux hibou nom m p 5.01 2.97 0.94 0.61 -hic_et_nunc hic_et_nunc adv 0.00 0.41 0.00 0.41 -hic hic nom_sup m 2.21 2.91 2.21 2.91 -hickory hickory nom m s 0.14 0.07 0.14 0.07 -hidalgo hidalgo nom m s 0.08 0.61 0.06 0.27 -hidalgos hidalgo nom m p 0.08 0.61 0.02 0.34 -hideur hideur nom f s 0.00 0.81 0.00 0.61 -hideurs hideur nom f p 0.00 0.81 0.00 0.20 -hideuse hideux adj f s 3.31 9.26 0.99 2.70 -hideusement hideusement adv 0.03 0.34 0.03 0.34 -hideuses hideux adj f p 3.31 9.26 0.39 1.28 -hideux hideux adj m 3.31 9.26 1.93 5.27 -hier hier adv_sup 223.77 92.64 223.77 92.64 -high_life high_life nom m s 0.27 0.14 0.27 0.14 -high_tech high_tech adj 0.32 0.14 0.29 0.07 -high_life high_life nom m s 0.04 0.41 0.04 0.41 -high_tech high_tech adj s 0.32 0.14 0.04 0.07 -highlander highlander nom m s 0.30 0.14 0.14 0.00 -highlanders highlander nom m p 0.30 0.14 0.16 0.14 -higoumène higoumène nom m s 0.00 0.07 0.00 0.07 -hilaire hilaire adj f s 0.02 0.00 0.02 0.00 -hilarant hilarant adj m s 2.37 0.47 1.94 0.20 -hilarante hilarant adj f s 2.37 0.47 0.25 0.00 -hilarantes hilarant adj f p 2.37 0.47 0.09 0.14 -hilarants hilarant adj m p 2.37 0.47 0.10 0.14 -hilare hilare adj s 0.14 8.72 0.14 6.15 -hilares hilare adj p 0.14 8.72 0.00 2.57 -hilarité hilarité nom f s 0.32 4.12 0.32 4.05 -hilarités hilarité nom f p 0.32 4.12 0.00 0.07 -hile hile nom m s 0.24 0.00 0.24 0.00 -hiloire hiloire nom f s 0.00 0.07 0.00 0.07 -hilotes hilote nom m p 0.00 0.07 0.00 0.07 -himalaya himalaya nom m s 0.01 0.14 0.01 0.14 -himalayenne himalayen adj f s 0.20 0.07 0.20 0.00 -himalayens himalayen adj m p 0.20 0.07 0.00 0.07 -hindi hindi nom m s 0.14 0.07 0.14 0.07 -hindou hindou nom m s 1.79 1.22 0.93 0.47 -hindoue hindou adj f s 1.27 2.03 0.47 0.68 -hindoues hindou adj f p 1.27 2.03 0.17 0.27 -hindouisme hindouisme nom m s 0.28 0.00 0.28 0.00 -hindous hindou nom m p 1.79 1.22 0.73 0.74 -hindoustani hindoustani nom m s 0.03 0.00 0.03 0.00 -hip_hop hip_hop nom m s 1.74 0.00 1.74 0.00 -hip hip ono 4.43 1.22 4.43 1.22 -hippie hippie nom s 3.68 0.27 1.33 0.14 -hippies hippie nom p 3.68 0.27 2.36 0.14 -hippique hippique adj s 0.59 2.91 0.49 1.42 -hippiques hippique adj p 0.59 2.91 0.11 1.49 -hippisme hippisme nom m s 0.02 0.00 0.02 0.00 -hippo hippo nom m s 0.41 45.61 0.41 45.61 -hippocampe hippocampe nom m s 0.63 0.41 0.58 0.27 -hippocampes hippocampe nom m p 0.63 0.41 0.05 0.14 -hippocratique hippocratique adj m s 0.00 0.14 0.00 0.14 -hippodrome hippodrome nom m s 0.53 1.35 0.52 0.81 -hippodromes hippodrome nom m p 0.53 1.35 0.01 0.54 -hippogriffe hippogriffe nom m s 0.19 0.14 0.19 0.14 -hippomobile hippomobile adj m s 0.10 0.00 0.10 0.00 -hippophagique hippophagique adj s 0.00 0.14 0.00 0.07 -hippophagiques hippophagique adj f p 0.00 0.14 0.00 0.07 -hippopotame hippopotame nom m s 2.52 1.01 1.45 0.54 -hippopotames hippopotame nom m p 2.52 1.01 1.07 0.47 -hippopotamesque hippopotamesque adj f s 0.00 0.07 0.00 0.07 -hippy hippy nom m s 0.25 0.14 0.25 0.14 -hirondelle hirondeau nom f s 1.87 9.66 1.87 3.24 -hirondelles hirondelle nom f p 0.69 0.00 0.69 0.00 -hirsute hirsute adj s 1.53 5.61 1.44 3.78 -hirsutes hirsute adj p 1.53 5.61 0.09 1.82 -hirsutisme hirsutisme nom m s 0.02 0.00 0.02 0.00 -hirudine hirudine nom f s 0.01 0.00 0.01 0.00 -hispanique hispanique adj s 0.50 0.27 0.47 0.14 -hispaniques hispanique nom p 0.27 0.00 0.10 0.00 -hispanisante hispanisant adj f s 0.00 0.14 0.00 0.07 -hispanisants hispanisant adj m p 0.00 0.14 0.00 0.07 -hispano_américain hispano_américain nom m s 0.01 0.00 0.01 0.00 -hispano_américain hispano_américain adj f s 0.03 0.27 0.03 0.20 -hispano_cubain hispano_cubain adj m s 0.00 0.07 0.00 0.07 -hispano_mauresque hispano_mauresque adj m s 0.00 0.07 0.00 0.07 -hispano hispano adv 0.06 0.54 0.06 0.54 -hispanophone hispanophone nom s 0.02 0.00 0.02 0.00 -hissa hisser ver 8.09 22.36 0.13 2.30 ind:pas:3s; -hissai hisser ver 8.09 22.36 0.14 0.27 ind:pas:1s; -hissaient hisser ver 8.09 22.36 0.02 0.47 ind:imp:3p; -hissais hisser ver 8.09 22.36 0.02 0.14 ind:imp:1s; -hissait hisser ver 8.09 22.36 0.16 2.09 ind:imp:3s; -hissant hisser ver 8.09 22.36 0.01 1.62 par:pre; -hisse hisse ono 0.88 0.07 0.88 0.07 -hissent hisser ver 8.09 22.36 0.12 0.34 ind:pre:3p; -hisser hisser ver 8.09 22.36 1.37 6.22 inf; -hissera hisser ver 8.09 22.36 0.13 0.14 ind:fut:3s; -hisserai hisser ver 8.09 22.36 0.00 0.14 ind:fut:1s; -hissez hisser ver 8.09 22.36 1.76 0.00 imp:pre:2p;ind:pre:2p; -hissâmes hisser ver 8.09 22.36 0.01 0.14 ind:pas:1p; -hissons hisser ver 8.09 22.36 0.04 0.20 imp:pre:1p;ind:pre:1p; -hissèrent hisser ver 8.09 22.36 0.00 0.81 ind:pas:3p; -hissé hisser ver m s 8.09 22.36 1.21 2.64 par:pas; -hissée hisser ver f s 8.09 22.36 0.05 1.28 par:pas; -hissées hisser ver f p 8.09 22.36 0.10 0.14 par:pas; -hissés hisser ver m p 8.09 22.36 0.07 0.81 par:pas; -histamine histamine nom f s 0.15 0.00 0.15 0.00 -histaminique histaminique adj s 0.03 0.00 0.03 0.00 -hister hister nom m s 0.02 0.00 0.02 0.00 -histocompatibilité histocompatibilité nom f s 0.14 0.00 0.14 0.00 -histocompatibles histocompatible adj p 0.00 0.07 0.00 0.07 -histoire histoire nom f s 359.92 359.53 295.32 292.23 -histoires histoire nom f p 359.92 359.53 64.60 67.30 -histologie histologie nom f s 0.11 0.00 0.11 0.00 -histologique histologique adj s 0.06 0.07 0.06 0.07 -histopathologie histopathologie nom f s 0.03 0.00 0.03 0.00 -histoplasmose histoplasmose nom f s 0.01 0.00 0.01 0.00 -historia historier ver 0.00 0.34 0.00 0.20 ind:pas:3s; -historicité historicité nom f s 0.00 0.14 0.00 0.14 -historico_culturel historico_culturel adj f s 0.00 0.07 0.00 0.07 -historien historien nom m s 2.32 6.28 1.49 3.11 -historienne historien nom f s 2.32 6.28 0.21 0.34 -historiens historien nom m p 2.32 6.28 0.63 2.84 -historiette historiette nom f s 0.00 0.34 0.00 0.14 -historiettes historiette nom f p 0.00 0.34 0.00 0.20 -historiographe historiographe nom s 0.01 0.00 0.01 0.00 -historiographie historiographie nom f s 0.11 0.00 0.11 0.00 -historique historique adj s 11.31 18.24 8.83 11.69 -historiquement historiquement adv 0.99 0.47 0.99 0.47 -historiques historique adj p 11.31 18.24 2.48 6.55 -historiée historier ver f s 0.00 0.34 0.00 0.07 par:pas; -historiés historié adj m p 0.00 0.20 0.00 0.14 -histrion histrion nom m s 0.34 0.41 0.23 0.27 -histrions histrion nom m p 0.34 0.41 0.10 0.14 -hit_parade hit_parade nom m s 0.73 0.68 0.69 0.68 -hit_parade hit_parade nom m p 0.73 0.68 0.04 0.00 -hit hit nom m s 1.59 0.47 1.37 0.41 -hitchcockien hitchcockien adj m s 0.03 0.14 0.03 0.14 -hitlérien hitlérien adj m s 0.48 4.59 0.26 1.08 -hitlérienne hitlérien adj f s 0.48 4.59 0.14 2.16 -hitlériennes hitlérienne adj f p 0.20 0.00 0.20 0.00 -hitlériens hitlérien nom m p 0.00 1.15 0.00 0.88 -hitlérisme hitlérisme nom m s 0.01 0.68 0.01 0.68 -hits hit nom m p 1.59 0.47 0.22 0.07 -hittite hittite adj m s 0.04 0.41 0.04 0.20 -hittites hittite adj p 0.04 0.41 0.00 0.20 -hiérarchie hiérarchie nom f s 2.59 9.86 2.56 8.65 -hiérarchies hiérarchie nom f p 2.59 9.86 0.03 1.22 -hiérarchique hiérarchique adj s 0.59 1.49 0.57 1.28 -hiérarchiquement hiérarchiquement adv 0.01 0.20 0.01 0.20 -hiérarchiques hiérarchique adj p 0.59 1.49 0.02 0.20 -hiérarchisait hiérarchiser ver 0.01 0.14 0.00 0.07 ind:imp:3s; -hiérarchisation hiérarchisation nom f s 0.00 0.07 0.00 0.07 -hiérarchise hiérarchiser ver 0.01 0.14 0.01 0.00 ind:pre:3s; -hiérarchisé hiérarchisé adj m s 0.00 0.34 0.00 0.07 -hiérarchisée hiérarchisé adj f s 0.00 0.34 0.00 0.20 -hiérarchisés hiérarchisé adj m p 0.00 0.34 0.00 0.07 -hiératique hiératique adj s 0.02 1.69 0.01 1.22 -hiératiquement hiératiquement adv 0.00 0.07 0.00 0.07 -hiératiques hiératique adj p 0.02 1.69 0.01 0.47 -hiératisme hiératisme nom m s 0.00 0.54 0.00 0.54 -hiéroglyphe hiéroglyphe nom m s 1.25 1.49 0.20 0.20 -hiéroglyphes hiéroglyphe nom m p 1.25 1.49 1.05 1.28 -hiéroglyphique hiéroglyphique adj s 0.03 0.00 0.01 0.00 -hiéroglyphiques hiéroglyphique adj m p 0.03 0.00 0.02 0.00 -hiéronymites hiéronymite nom m p 0.00 0.07 0.00 0.07 -hiérophante hiérophante nom m s 0.00 0.20 0.00 0.20 -hiv hiv adj s 0.00 1.62 0.00 1.62 -hiver hiver nom m s 38.96 99.53 37.44 96.28 -hivernage hivernage nom m s 0.00 0.95 0.00 0.95 -hivernaient hiverner ver 0.02 0.81 0.00 0.07 ind:imp:3p; -hivernait hiverner ver 0.02 0.81 0.00 0.14 ind:imp:3s; -hivernal hivernal adj m s 0.17 1.82 0.08 0.74 -hivernale hivernal adj f s 0.17 1.82 0.04 0.88 -hivernales hivernal adj f p 0.17 1.82 0.05 0.14 -hivernant hivernant adj m s 0.00 0.20 0.00 0.07 -hivernante hivernant adj f s 0.00 0.20 0.00 0.07 -hivernantes hivernant adj f p 0.00 0.20 0.00 0.07 -hivernants hivernant nom m p 0.00 0.07 0.00 0.07 -hivernaux hivernal adj m p 0.17 1.82 0.00 0.07 -hiverne hiverner ver 0.02 0.81 0.00 0.14 ind:pre:1s;ind:pre:3s; -hiverner hiverner ver 0.02 0.81 0.02 0.34 inf; -hivernons hiverner ver 0.02 0.81 0.00 0.07 ind:pre:1p; -hiverné hiverner ver m s 0.02 0.81 0.00 0.07 par:pas; -hivers hiver nom m p 38.96 99.53 1.52 3.24 -ho ho ono 20.06 4.73 20.06 4.73 -hobbies hobby nom m p 3.11 0.20 0.61 0.20 -hobby hobby nom m s 3.11 0.20 2.50 0.00 -hobereau hobereau nom m s 0.03 1.82 0.02 1.01 -hobereaux hobereau nom m p 0.03 1.82 0.01 0.81 -hâblerie hâblerie nom f s 0.00 0.34 0.00 0.07 -hâbleries hâblerie nom f p 0.00 0.34 0.00 0.27 -hâbleur hâbleur nom m s 0.19 0.54 0.06 0.34 -hâbleurs hâbleur nom m p 0.19 0.54 0.14 0.20 -hocha hocher ver 1.80 41.15 0.16 14.12 ind:pas:3s; -hochai hocher ver 1.80 41.15 0.00 0.41 ind:pas:1s; -hochaient hocher ver 1.80 41.15 0.00 1.15 ind:imp:3p; -hochais hocher ver 1.80 41.15 0.00 0.27 ind:imp:1s; -hochait hocher ver 1.80 41.15 0.02 5.27 ind:imp:3s; -hochant hocher ver 1.80 41.15 0.27 8.38 par:pre; -hoche hocher ver 1.80 41.15 0.41 6.35 imp:pre:2s;ind:pre:1s;ind:pre:3s; -hochement hochement nom m s 0.10 5.68 0.08 3.78 -hochements hochement nom m p 0.10 5.68 0.02 1.89 -hochent hocher ver 1.80 41.15 0.01 0.47 ind:pre:3p; -hochepot hochepot nom m s 0.00 0.14 0.00 0.14 -hocher hocher ver 1.80 41.15 0.18 1.42 inf; -hocheraient hocher ver 1.80 41.15 0.00 0.07 cnd:pre:3p; -hocheront hocher ver 1.80 41.15 0.00 0.07 ind:fut:3p; -hoches hocher ver 1.80 41.15 0.34 0.00 ind:pre:2s; -hochet hochet nom m s 0.88 2.23 0.43 1.01 -hochets hochet nom m p 0.88 2.23 0.45 1.22 -hocheurs hocheur nom m p 0.00 0.07 0.00 0.07 -hochez hocher ver 1.80 41.15 0.14 0.14 imp:pre:2p;ind:pre:2p; -hochions hocher ver 1.80 41.15 0.00 0.14 ind:imp:1p; -hochèrent hocher ver 1.80 41.15 0.00 0.68 ind:pas:3p; -hoché hocher ver m s 1.80 41.15 0.27 2.23 par:pas; -hockey hockey nom m s 6.38 0.14 6.38 0.14 -hockeyeur hockeyeur nom m s 0.50 0.14 0.43 0.07 -hockeyeurs hockeyeur nom m p 0.50 0.14 0.07 0.07 -hodgkinien hodgkinien adj m s 0.01 0.00 0.01 0.00 -hodja hodja nom m s 0.19 0.00 0.19 0.00 -hoirie hoirie nom f s 0.00 0.34 0.00 0.27 -hoiries hoirie nom f p 0.00 0.34 0.00 0.07 -hâlait hâler ver 0.01 1.08 0.00 0.07 ind:imp:3s; -hâlant hâler ver 0.01 1.08 0.00 0.07 par:pre; -hold_up hold_up nom m 7.78 3.38 7.59 3.38 -hold_up hold_up nom m 7.78 3.38 0.20 0.00 -holding holding nom s 0.73 0.27 0.67 0.14 -holdings holding nom p 0.73 0.27 0.06 0.14 -hâle hâle nom m s 0.15 3.04 0.15 2.84 -hâles hâle nom m p 0.15 3.04 0.00 0.20 -holistique holistique adj s 0.15 0.00 0.14 0.00 -holistiques holistique adj m p 0.15 0.00 0.01 0.00 -hollandais hollandais nom m p 2.90 3.11 2.90 2.97 -hollandaise hollandais adj f s 3.87 5.47 1.01 2.09 -hollandaises hollandais adj f p 3.87 5.47 0.28 0.34 -hollande hollande nom f s 0.02 0.07 0.02 0.07 -hollywoodien hollywoodien adj m s 0.00 1.28 0.00 0.34 -hollywoodienne hollywoodien adj f s 0.00 1.28 0.00 0.34 -hollywoodiennes hollywoodien adj f p 0.00 1.28 0.00 0.07 -hollywoodiens hollywoodien adj m p 0.00 1.28 0.00 0.54 -holà holà ono 4.87 1.62 4.87 1.62 -holocauste holocauste nom m s 1.61 1.15 1.61 0.95 -holocaustes holocauste nom m p 1.61 1.15 0.00 0.20 -hologramme hologramme nom m s 1.93 0.00 1.45 0.00 -hologrammes hologramme nom m p 1.93 0.00 0.48 0.00 -holographe holographe adj s 0.04 0.00 0.02 0.00 -holographes holographe adj p 0.04 0.00 0.02 0.00 -holographie holographie nom f s 0.06 0.07 0.06 0.07 -holographique holographique adj s 0.56 0.00 0.47 0.00 -holographiques holographique adj p 0.56 0.00 0.09 0.00 -holoèdres holoèdre adj f p 0.00 0.07 0.00 0.07 -holothuries holothurie nom f p 0.00 0.07 0.00 0.07 -holster holster nom m s 0.07 0.27 0.07 0.27 -hâlé hâlé adj m s 0.05 2.57 0.03 1.15 -hâlée hâlé adj f s 0.05 2.57 0.02 0.68 -hâlées hâlé adj f p 0.05 2.57 0.00 0.20 -hâlés hâlé adj m p 0.05 2.57 0.00 0.54 -hom hom ono 0.54 0.00 0.54 0.00 -homard homard nom m s 4.96 5.34 3.79 3.51 -homardiers homardier nom m p 0.01 0.00 0.01 0.00 -homards homard nom m p 4.96 5.34 1.18 1.82 -hombre hombre nom m s 1.60 0.61 1.60 0.61 -home_trainer home_trainer nom m s 0.01 0.00 0.01 0.00 -home home nom m s 4.00 2.16 3.75 1.96 -homeland homeland nom m s 0.14 0.00 0.14 0.00 -homes home nom m p 4.00 2.16 0.24 0.20 -homicide homicide nom m s 12.07 0.47 10.30 0.47 -homicides homicide nom m p 12.07 0.47 1.77 0.00 -hominien hominien nom m s 0.00 0.14 0.00 0.07 -hominiens hominien nom m p 0.00 0.14 0.00 0.07 -hominisation hominisation nom f s 0.00 0.07 0.00 0.07 -hommage hommage nom m s 16.45 16.69 11.11 13.31 -hommages hommage nom m p 16.45 16.69 5.34 3.38 -hommasse hommasse adj s 0.05 0.61 0.05 0.47 -hommasses hommasse adj f p 0.05 0.61 0.00 0.14 -homme_chien homme_chien nom m s 0.09 0.14 0.09 0.14 -homme_clé homme_clé nom m s 0.04 0.00 0.04 0.00 -homme_femme homme_femme nom m s 0.36 0.07 0.36 0.07 -homme_grenouille homme_grenouille nom m s 0.35 0.20 0.20 0.07 -homme_loup homme_loup nom m s 0.05 0.00 0.05 0.00 -homme_machine homme_machine nom m s 0.04 0.00 0.04 0.00 -homme_oiseau homme_oiseau nom m s 0.05 0.00 0.05 0.00 -homme_orchestre homme_orchestre nom m s 0.03 0.07 0.03 0.07 -homme_poisson homme_poisson nom m s 0.06 0.00 0.06 0.00 -homme_robot homme_robot nom m s 0.07 0.00 0.07 0.00 -homme_sandwich homme_sandwich nom m s 0.00 0.41 0.00 0.41 -homme_serpent homme_serpent nom m s 0.02 0.27 0.02 0.27 -homme homme nom m s 1123.55 1398.85 781.11 852.23 -homme_grenouille homme_grenouille nom m p 0.35 0.20 0.16 0.14 -hommes homme nom m p 1123.55 1398.85 342.44 546.62 -homo_erectus homo_erectus nom m 0.04 0.00 0.04 0.00 -homo_habilis homo_habilis nom m 0.00 0.07 0.00 0.07 -homo homo adj s 8.15 0.41 7.18 0.41 -homogène homogène adj s 0.44 2.77 0.40 2.43 -homogènes homogène adj p 0.44 2.77 0.04 0.34 -homogénéisateur homogénéisateur nom m s 0.14 0.00 0.14 0.00 -homogénéisation homogénéisation nom f s 0.03 0.07 0.03 0.07 -homogénéisé homogénéisé adj m s 0.05 0.07 0.02 0.00 -homogénéisée homogénéisé adj f s 0.05 0.07 0.03 0.07 -homogénéité homogénéité nom f s 0.04 0.34 0.04 0.34 -homologable homologable adj s 0.00 0.07 0.00 0.07 -homologation homologation nom f s 0.10 0.20 0.10 0.20 -homologue homologue nom s 0.30 0.27 0.20 0.07 -homologuer homologuer ver 0.14 0.41 0.12 0.20 inf; -homologues homologue nom p 0.30 0.27 0.11 0.20 -homologué homologué adj m s 0.01 0.27 0.01 0.14 -homologuée homologuer ver f s 0.14 0.41 0.01 0.00 par:pas; -homologués homologuer ver m p 0.14 0.41 0.01 0.07 par:pas; -homoncule homoncule nom m s 0.02 0.07 0.02 0.07 -homonyme homonyme nom s 0.25 0.47 0.21 0.47 -homonymes homonyme nom p 0.25 0.47 0.04 0.00 -homonymie homonymie nom f s 0.00 0.27 0.00 0.27 -homonymique homonymique adj s 0.00 0.07 0.00 0.07 -homophile homophile nom m s 0.01 0.14 0.01 0.14 -homophilie homophilie nom f s 0.00 0.07 0.00 0.07 -homophobe homophobe adj s 0.73 0.07 0.57 0.07 -homophobes homophobe adj f p 0.73 0.07 0.16 0.00 -homophone homophone nom m s 0.01 0.00 0.01 0.00 -homophonie homophonie nom f s 0.00 0.07 0.00 0.07 -homos homo nom p 4.51 0.95 2.31 0.20 -homosexualité homosexualité nom f s 4.81 2.57 4.81 2.57 -homosexuel homosexuel adj m s 5.81 3.11 3.77 1.76 -homosexuelle homosexuel adj f s 5.81 3.11 0.63 0.34 -homosexuelles homosexuel adj f p 5.81 3.11 0.66 0.34 -homosexuels homosexuel nom m p 3.62 4.32 2.51 2.43 -homozygote homozygote adj s 0.01 0.00 0.01 0.00 -homélie homélie nom f s 0.33 0.81 0.31 0.47 -homélies homélie nom f p 0.33 0.81 0.02 0.34 -homuncule homuncule nom m s 0.14 0.00 0.14 0.00 -homéopathe homéopathe adj m s 0.15 0.00 0.15 0.00 -homéopathie homéopathie nom f s 0.58 0.14 0.58 0.14 -homéopathique homéopathique adj s 0.17 0.14 0.17 0.07 -homéopathiques homéopathique adj f p 0.17 0.14 0.00 0.07 -homéostatique homéostatique adj s 0.01 0.00 0.01 0.00 -homéothermie homéothermie nom f s 0.01 0.00 0.01 0.00 -homérique homérique adj s 0.05 0.95 0.04 0.54 -homériques homérique adj f p 0.05 0.95 0.01 0.41 -hon hon ono 0.57 1.01 0.57 1.01 -hondurien hondurien adj m s 0.01 0.00 0.01 0.00 -hondurien hondurien nom m s 0.01 0.00 0.01 0.00 -hong_kong hong_kong nom s 0.03 0.00 0.03 0.00 -hongkongais hongkongais nom m 0.14 0.00 0.14 0.00 -hongre hongre adj m s 0.18 0.20 0.17 0.14 -hongres hongre adj m p 0.18 0.20 0.01 0.07 -hongrois hongrois nom m 1.73 2.36 1.73 2.36 -hongroise hongroise nom f s 1.08 0.47 0.97 0.47 -hongroises hongroise nom f p 1.08 0.47 0.10 0.00 -honneur honneur nom m s 130.69 97.36 126.78 87.64 -honneurs honneur nom m p 130.69 97.36 3.92 9.73 -honni honni adj m s 0.56 0.61 0.55 0.41 -honnie honnir ver f s 0.19 1.01 0.03 0.20 par:pas; -honnir honnir ver 0.19 1.01 0.00 0.07 inf; -honnis honnir ver m p 0.19 1.01 0.01 0.14 ind:pre:2s;par:pas; -honnissait honnir ver 0.19 1.01 0.00 0.20 ind:imp:3s; -honnissant honnir ver 0.19 1.01 0.00 0.07 par:pre; -honnissent honnir ver 0.19 1.01 0.00 0.07 ind:pre:3p; -honnit honnir ver 0.19 1.01 0.01 0.07 ind:pre:3s; -honnête honnête adj s 53.89 28.24 43.60 20.20 -honnêtement honnêtement adv 12.06 4.73 12.06 4.73 -honnêtes honnête adj p 53.89 28.24 10.29 8.04 -honnêteté honnêteté nom f s 7.20 6.42 7.20 6.42 -honora honorer ver 22.65 13.24 0.03 0.27 ind:pas:3s; -honorabilité honorabilité nom f s 0.20 1.15 0.20 1.15 -honorable honorable adj s 11.44 10.81 9.31 8.24 -honorablement honorablement adv 0.41 1.55 0.41 1.55 -honorables honorable adj p 11.44 10.81 2.13 2.57 -honorai honorer ver 22.65 13.24 0.00 0.07 ind:pas:1s; -honoraient honorer ver 22.65 13.24 0.01 0.47 ind:imp:3p; -honoraire honoraire adj s 0.90 0.81 0.77 0.68 -honoraires honoraire nom m p 3.06 1.49 3.06 1.49 -honorais honorer ver 22.65 13.24 0.01 0.07 ind:imp:1s; -honorait honorer ver 22.65 13.24 0.08 1.49 ind:imp:3s; -honorant honorer ver 22.65 13.24 0.03 0.20 par:pre; -honore honorer ver 22.65 13.24 4.41 1.62 imp:pre:2s;ind:pre:1s;ind:pre:3s; -honorent honorer ver 22.65 13.24 0.80 0.54 ind:pre:3p; -honorer honorer ver 22.65 13.24 6.13 5.07 inf; -honorera honorer ver 22.65 13.24 0.14 0.00 ind:fut:3s; -honorerai honorer ver 22.65 13.24 0.34 0.00 ind:fut:1s; -honorerait honorer ver 22.65 13.24 0.05 0.14 cnd:pre:3s; -honoreras honorer ver 22.65 13.24 0.23 0.00 ind:fut:2s; -honorerez honorer ver 22.65 13.24 0.23 0.00 ind:fut:2p; -honorerons honorer ver 22.65 13.24 0.15 0.00 ind:fut:1p; -honoreront honorer ver 22.65 13.24 0.03 0.00 ind:fut:3p; -honores honorer ver 22.65 13.24 0.65 0.00 ind:pre:2s; -honorez honorer ver 22.65 13.24 1.54 0.07 imp:pre:2p;ind:pre:2p; -honoriez honorer ver 22.65 13.24 0.02 0.07 ind:imp:2p; -honorifique honorifique adj s 0.65 0.68 0.61 0.54 -honorifiques honorifique adj p 0.65 0.68 0.03 0.14 -honoris_causa honoris_causa adv 0.16 0.27 0.16 0.27 -honorons honorer ver 22.65 13.24 0.52 0.00 imp:pre:1p;ind:pre:1p; -honorât honorer ver 22.65 13.24 0.00 0.07 sub:imp:3s; -honorèrent honorer ver 22.65 13.24 0.00 0.07 ind:pas:3p; -honoré honorer ver m s 22.65 13.24 5.09 1.89 par:pas; -honorée honorer ver f s 22.65 13.24 0.92 0.54 par:pas; -honorées honorer ver f p 22.65 13.24 0.13 0.27 par:pas; -honorés honorer ver m p 22.65 13.24 1.10 0.34 par:pas; -honte honte nom f s 103.40 83.45 103.26 82.64 -hontes honte nom f p 103.40 83.45 0.14 0.81 -honteuse honteux adj f s 9.52 22.30 1.91 6.89 -honteusement honteusement adv 0.58 2.43 0.58 2.43 -honteuses honteux adj f p 9.52 22.30 0.45 2.36 -honteux honteux adj m 9.52 22.30 7.17 13.04 -hooligan hooligan nom m s 0.72 0.14 0.10 0.07 -hooligans hooligan nom m p 0.72 0.14 0.62 0.07 -hop hop ono 26.52 14.19 26.52 14.19 -hopak hopak nom m s 0.01 0.00 0.01 0.00 -hopi hopi adj f s 0.01 0.14 0.01 0.07 -hopis hopi adj m p 0.01 0.14 0.00 0.07 -hoplite hoplite nom m s 0.00 0.07 0.00 0.07 -hoquet hoquet nom m s 1.73 7.91 1.57 4.32 -hoqueta hoqueter ver 0.03 5.54 0.00 1.55 ind:pas:3s; -hoquetai hoqueter ver 0.03 5.54 0.00 0.14 ind:pas:1s; -hoquetais hoqueter ver 0.03 5.54 0.00 0.14 ind:imp:1s; -hoquetait hoqueter ver 0.03 5.54 0.00 1.15 ind:imp:3s; -hoquetant hoqueter ver 0.03 5.54 0.01 1.35 par:pre; -hoqueter hoqueter ver 0.03 5.54 0.01 0.41 inf; -hoquetons hoqueter ver 0.03 5.54 0.00 0.07 ind:pre:1p; -hoquets hoquet nom m p 1.73 7.91 0.16 3.58 -hoquette hoqueter ver 0.03 5.54 0.01 0.47 ind:pre:3s;sub:pre:3s; -hoqueté hoqueter ver m s 0.03 5.54 0.00 0.27 par:pas; -horaire horaire nom m s 8.94 7.91 2.64 3.58 -horaires horaire nom m p 8.94 7.91 6.30 4.32 -horde horde nom f s 2.95 7.03 2.33 3.78 -hordes horde nom f p 2.95 7.03 0.62 3.24 -horion horion nom m s 0.00 0.88 0.00 0.14 -horions horion nom m p 0.00 0.88 0.00 0.74 -horizon horizon nom m s 9.04 66.15 7.80 61.08 -horizons horizon nom m p 9.04 66.15 1.24 5.07 -horizontal horizontal adj m s 1.47 10.47 0.88 2.84 -horizontale horizontale nom f s 1.37 3.04 0.87 2.77 -horizontalement horizontalement adv 0.15 1.96 0.15 1.96 -horizontales horizontale nom f p 1.37 3.04 0.50 0.27 -horizontalité horizontalité nom f s 0.00 0.20 0.00 0.20 -horizontaux horizontal adj m p 1.47 10.47 0.03 1.69 -horloge horloge nom f s 10.48 16.49 9.37 13.99 -horloger horloger nom m s 0.39 5.41 0.34 2.23 -horlogerie horlogerie nom f s 0.29 1.08 0.29 1.08 -horlogers horloger nom m p 0.39 5.41 0.05 0.54 -horloges horloge nom f p 10.48 16.49 1.11 2.50 -horlogère horloger nom f s 0.39 5.41 0.00 2.64 -hormis hormis pre 3.23 5.74 3.23 5.74 -hormonal hormonal adj m s 0.77 0.34 0.51 0.14 -hormonale hormonal adj f s 0.77 0.34 0.19 0.20 -hormonales hormonal adj f p 0.77 0.34 0.04 0.00 -hormonaux hormonal adj m p 0.77 0.34 0.03 0.00 -hormone hormone nom f s 4.69 0.68 0.57 0.20 -hormones hormone nom f p 4.69 0.68 4.12 0.47 -hormonés hormoner ver m p 0.00 0.07 0.00 0.07 par:pas; -hornblende hornblende nom f s 0.01 0.00 0.01 0.00 -horoscope horoscope nom m s 2.90 1.96 2.47 1.28 -horoscopes horoscope nom m p 2.90 1.96 0.43 0.68 -horreur horreur nom f s 46.19 69.46 39.79 61.35 -horreurs horreur nom f p 46.19 69.46 6.40 8.11 -horrible horrible adj s 67.22 25.47 57.16 20.74 -horriblement horriblement adv 3.23 4.53 3.23 4.53 -horribles horrible adj p 67.22 25.47 10.07 4.73 -horrifia horrifier ver 1.37 3.04 0.00 0.14 ind:pas:3s; -horrifiaient horrifier ver 1.37 3.04 0.00 0.07 ind:imp:3p; -horrifiait horrifier ver 1.37 3.04 0.02 0.20 ind:imp:3s; -horrifiant horrifiant adj m s 0.24 1.49 0.19 1.08 -horrifiante horrifiant adj f s 0.24 1.49 0.04 0.07 -horrifiants horrifiant adj m p 0.24 1.49 0.01 0.34 -horrifie horrifier ver 1.37 3.04 0.14 0.14 ind:pre:1s;ind:pre:3s; -horrifier horrifier ver 1.37 3.04 0.01 0.27 inf; -horrifique horrifique adj f s 0.04 0.14 0.04 0.14 -horrifièrent horrifier ver 1.37 3.04 0.00 0.07 ind:pas:3p; -horrifié horrifier ver m s 1.37 3.04 0.61 1.35 par:pas; -horrifiée horrifier ver f s 1.37 3.04 0.42 0.54 par:pas; -horrifiées horrifier ver f p 1.37 3.04 0.02 0.07 par:pas; -horrifiés horrifié adj m p 0.28 2.16 0.21 0.34 -horripilaient horripiler ver 0.24 1.49 0.00 0.07 ind:imp:3p; -horripilais horripiler ver 0.24 1.49 0.00 0.07 ind:imp:1s; -horripilait horripiler ver 0.24 1.49 0.00 0.34 ind:imp:3s; -horripilant horripilant adj m s 0.28 0.68 0.19 0.20 -horripilante horripilant adj f s 0.28 0.68 0.07 0.20 -horripilantes horripilant adj f p 0.28 0.68 0.03 0.07 -horripilants horripilant adj m p 0.28 0.68 0.00 0.20 -horripilation horripilation nom f s 0.01 0.20 0.01 0.14 -horripilations horripilation nom f p 0.01 0.20 0.00 0.07 -horripile horripiler ver 0.24 1.49 0.21 0.41 imp:pre:2s;ind:pre:1s;ind:pre:3s; -horripilent horripiler ver 0.24 1.49 0.01 0.07 ind:pre:3p; -horripiler horripiler ver 0.24 1.49 0.01 0.07 inf; -horripilé horripiler ver m s 0.24 1.49 0.00 0.14 par:pas; -horripilée horripiler ver f s 0.24 1.49 0.01 0.20 par:pas; -horripilés horripiler ver m p 0.24 1.49 0.00 0.07 par:pas; -hors_bord hors_bord nom m p 0.45 0.61 0.45 0.61 -hors_cote hors_cote adj 0.01 0.00 0.01 0.00 -hors_d_oeuvre hors_d_oeuvre nom m 0.56 1.96 0.56 1.96 -hors_jeu hors_jeu adj 1.13 0.20 1.13 0.20 -hors_la_loi hors_la_loi nom m p 3.21 1.49 3.21 1.49 -hors_piste hors_piste nom m p 0.45 0.00 0.45 0.00 -hors_série hors_série adj f s 0.01 0.20 0.01 0.20 -hors hors pre 71.94 92.43 71.94 92.43 -horse_guard horse_guard nom m s 0.02 0.14 0.00 0.07 -horse_guard horse_guard nom m p 0.02 0.14 0.02 0.07 -hortensia hortensia nom m s 0.66 2.03 0.30 0.34 -hortensias hortensia nom m p 0.66 2.03 0.36 1.69 -horticoles horticole adj m p 0.00 0.07 0.00 0.07 -horticulteur horticulteur nom m s 0.07 0.54 0.06 0.34 -horticulteurs horticulteur nom m p 0.07 0.54 0.01 0.20 -horticultrice horticultrice nom f s 0.01 0.00 0.01 0.00 -horticulture horticulture nom f s 0.23 0.27 0.23 0.27 -hortillonnage hortillonnage nom m s 0.00 0.07 0.00 0.07 -hosanna hosanna nom m s 0.54 0.54 0.23 0.41 -hosannah hosannah nom m s 0.00 0.27 0.00 0.27 -hosannas hosanna nom m p 0.54 0.54 0.30 0.14 -hospice hospice nom m s 3.12 6.96 3.06 6.28 -hospices hospice nom m p 3.12 6.96 0.05 0.68 -hospitalier hospitalier adj m s 1.87 2.91 1.38 1.22 -hospitaliers hospitalier adj m p 1.87 2.91 0.26 0.74 -hospitalisation hospitalisation nom f s 0.85 0.27 0.71 0.27 -hospitalisations hospitalisation nom f p 0.85 0.27 0.14 0.00 -hospitaliser hospitaliser ver 5.19 2.36 1.46 0.54 inf; -hospitaliserons hospitaliser ver 5.19 2.36 0.01 0.00 ind:fut:1p; -hospitalisé hospitaliser ver m s 5.19 2.36 1.95 1.01 par:pas; -hospitalisée hospitaliser ver f s 5.19 2.36 1.42 0.61 par:pas; -hospitalisées hospitaliser ver f p 5.19 2.36 0.03 0.00 par:pas; -hospitalisés hospitaliser ver m p 5.19 2.36 0.32 0.20 par:pas; -hospitalière hospitalier adj f s 1.87 2.91 0.21 0.61 -hospitalières hospitalier adj f p 1.87 2.91 0.02 0.34 -hospitalité hospitalité nom f s 6.72 3.85 6.72 3.85 -hospodar hospodar nom m s 0.00 0.54 0.00 0.27 -hospodars hospodar nom m p 0.00 0.54 0.00 0.27 -hostau hostau nom m s 0.00 0.20 0.00 0.20 -hostellerie hostellerie nom f s 0.10 1.22 0.10 1.08 -hostelleries hostellerie nom f p 0.10 1.22 0.00 0.14 -hostie hostie nom f s 2.31 3.85 1.74 3.45 -hosties hostie nom f p 2.31 3.85 0.57 0.41 -hostile hostile adj s 8.56 21.15 6.32 15.47 -hostilement hostilement adv 0.00 0.20 0.00 0.20 -hostiles hostile adj p 8.56 21.15 2.24 5.68 -hostilité hostilité nom f s 3.52 15.81 2.70 11.89 -hostilités hostilité nom f p 3.52 15.81 0.82 3.92 -hosto hosto nom m s 5.74 5.81 5.69 5.41 -hostos hosto nom m p 5.74 5.81 0.05 0.41 -hot_dog hot_dog nom m s 6.09 0.27 3.12 0.07 -hot_dog hot_dog nom m p 6.09 0.27 2.98 0.20 -hot_dog hot_dog nom m s 2.69 0.14 1.31 0.14 -hot_dog hot_dog nom m p 2.69 0.14 1.38 0.00 -hot hot adj 1.67 0.20 1.67 0.20 -hâta hâter ver 5.63 24.05 0.10 4.05 ind:pas:3s; -hâtai hâter ver 5.63 24.05 0.01 1.28 ind:pas:1s; -hâtaient hâter ver 5.63 24.05 0.02 1.69 ind:imp:3p; -hâtais hâter ver 5.63 24.05 0.01 0.47 ind:imp:1s; -hâtait hâter ver 5.63 24.05 0.14 2.09 ind:imp:3s; -hâtant hâter ver 5.63 24.05 0.01 2.64 par:pre; -hâte hâte nom f s 18.83 45.20 18.83 44.80 -hâtent hâter ver 5.63 24.05 0.32 0.34 ind:pre:3p; -hâter hâter ver 5.63 24.05 1.32 5.54 inf; -hâtera hâter ver 5.63 24.05 0.01 0.20 ind:fut:3s; -hâteraient hâter ver 5.63 24.05 0.00 0.07 cnd:pre:3p; -hâterait hâter ver 5.63 24.05 0.00 0.27 cnd:pre:3s; -hâtes hâter ver 5.63 24.05 0.01 0.00 ind:pre:2s; -hâtez hâter ver 5.63 24.05 0.93 0.14 imp:pre:2p;ind:pre:2p; -hâtif hâtif adj m s 2.43 5.61 0.65 1.76 -hâtifs hâtif adj m p 2.43 5.61 0.02 1.15 -hâtions hâter ver 5.63 24.05 0.00 0.14 ind:imp:1p; -hâtive hâtif adj f s 2.43 5.61 0.61 1.76 -hâtivement hâtivement adv 0.12 5.54 0.12 5.54 -hâtives hâtif adj f p 2.43 5.61 1.15 0.95 -hotline hotline nom f s 0.52 0.00 0.52 0.00 -hâtâmes hâter ver 5.63 24.05 0.00 0.14 ind:pas:1p; -hâtons hâter ver 5.63 24.05 0.37 0.14 imp:pre:1p;ind:pre:1p; -hâtât hâter ver 5.63 24.05 0.00 0.07 sub:imp:3s; -hotte hotte nom f s 1.23 2.57 1.00 2.43 -hotter hotter ver 0.01 0.00 0.01 0.00 inf; -hottes hotte nom f p 1.23 2.57 0.24 0.14 -hâtèrent hâter ver 5.63 24.05 0.00 0.61 ind:pas:3p; -hottée hottée nom f s 0.00 0.07 0.00 0.07 -hâté hâter ver m s 5.63 24.05 0.26 1.01 par:pas; -hotu hotu nom m s 0.00 0.81 0.00 0.41 -hâtée hâter ver f s 5.63 24.05 0.01 0.20 par:pas; -hâtés hâter ver m p 5.63 24.05 0.00 0.14 par:pas; -hotus hotu nom m p 0.00 0.81 0.00 0.41 -hou hou ono 8.65 5.27 8.65 5.27 -houa houer ver 0.07 0.00 0.07 0.00 ind:pas:3s; -houari houari nom m s 0.00 0.07 0.00 0.07 -houblon houblon nom m s 0.31 0.61 0.31 0.54 -houblonnés houblonner ver m p 0.00 0.07 0.00 0.07 par:pas; -houblons houblon nom m p 0.31 0.61 0.00 0.07 -houe houe nom f s 0.37 0.34 0.37 0.34 -houhou houhou ono 0.46 0.27 0.46 0.27 -houille houille nom f s 0.00 0.88 0.00 0.81 -houiller houiller adj m s 0.01 0.20 0.00 0.14 -houilles houille nom f p 0.00 0.88 0.00 0.07 -houillère houiller nom f s 0.05 0.00 0.05 0.00 -houillères houillère nom f p 0.00 0.41 0.00 0.41 -houle houle nom f s 0.46 10.07 0.44 8.85 -houler houler ver 0.00 0.07 0.00 0.07 inf; -houles houle nom f p 0.46 10.07 0.02 1.22 -houlette houlette nom f s 0.82 0.81 0.82 0.81 -houleuse houleux adj f s 0.79 2.16 0.66 1.35 -houleuses houleux adj f p 0.79 2.16 0.01 0.27 -houleux houleux adj m 0.79 2.16 0.11 0.54 -houligan houligan nom m s 0.00 0.07 0.00 0.07 -houliganisme houliganisme nom m s 0.00 0.20 0.00 0.20 -houlà houlà ono 0.13 0.61 0.13 0.61 -houlque houlque nom f s 0.00 0.07 0.00 0.07 -houp houp ono 0.07 0.14 0.07 0.14 -houppe houppe nom f s 0.02 0.68 0.01 0.54 -houppelande houppelande nom f s 0.03 2.09 0.03 1.96 -houppelandes houppelande nom f p 0.03 2.09 0.00 0.14 -houppes houppe nom f p 0.02 0.68 0.01 0.14 -houppette houppette nom f s 0.02 2.43 0.02 2.09 -houppettes houppette nom f p 0.02 2.43 0.00 0.34 -hourdis hourdis nom m 0.00 0.07 0.00 0.07 -hourds hourd nom m p 0.00 0.20 0.00 0.20 -houri houri nom f s 0.10 0.61 0.10 0.41 -houris houri nom f p 0.10 0.61 0.00 0.20 -hourra hourra ono 5.18 0.81 5.18 0.81 -hourrah hourrah nom m s 0.77 0.41 0.77 0.34 -hourrahs hourrah nom m p 0.77 0.41 0.00 0.07 -hourras hourra nom_sup m p 2.38 1.42 0.27 0.68 -hourvari hourvari nom m s 0.27 0.54 0.27 0.41 -hourvaris hourvari nom m p 0.27 0.54 0.00 0.14 -housards housard nom m p 0.00 0.14 0.00 0.14 -house_boat house_boat nom m s 0.04 0.07 0.02 0.00 -house_boat house_boat nom m p 0.04 0.07 0.01 0.07 -house_music house_music nom f s 0.01 0.00 0.01 0.00 -house house nom f s 4.74 0.27 4.74 0.27 -houseau houseau nom m s 0.10 1.08 0.00 0.20 -houseaux houseau nom m p 0.10 1.08 0.10 0.88 -houspilla houspiller ver 0.41 2.77 0.00 0.07 ind:pas:3s; -houspillaient houspiller ver 0.41 2.77 0.00 0.14 ind:imp:3p; -houspillait houspiller ver 0.41 2.77 0.01 0.47 ind:imp:3s; -houspillant houspiller ver 0.41 2.77 0.00 0.34 par:pre; -houspille houspiller ver 0.41 2.77 0.16 0.27 ind:pre:1s;ind:pre:3s; -houspillent houspiller ver 0.41 2.77 0.00 0.07 ind:pre:3p; -houspiller houspiller ver 0.41 2.77 0.22 0.81 inf; -houspillâmes houspiller ver 0.41 2.77 0.00 0.07 ind:pas:1p; -houspillèrent houspiller ver 0.41 2.77 0.00 0.07 ind:pas:3p; -houspillé houspiller ver m s 0.41 2.77 0.02 0.14 par:pas; -houspillée houspiller ver f s 0.41 2.77 0.00 0.20 par:pas; -houspillées houspiller ver f p 0.41 2.77 0.00 0.07 par:pas; -houspillés houspiller ver m p 0.41 2.77 0.00 0.07 par:pas; -housse housse nom f s 0.83 5.68 0.35 3.11 -housses housse nom f p 0.83 5.68 0.49 2.57 -houssés housser ver m p 0.00 0.07 0.00 0.07 par:pas; -houx houx nom m 0.07 1.28 0.07 1.28 -hâve hâve adj s 0.01 1.28 0.01 0.61 -hovercraft hovercraft nom m s 0.01 0.00 0.01 0.00 -hâves hâve adj p 0.01 1.28 0.00 0.68 -hoyau hoyau nom m s 0.00 0.14 0.00 0.14 -hèle héler ver 0.35 6.49 0.05 0.81 imp:pre:2s;ind:pre:1s;ind:pre:3s; -hère hère nom m s 0.17 0.74 0.04 0.41 -hères hère nom m p 0.17 0.74 0.13 0.34 -hé hé ono 288.29 30.00 288.29 30.00 -huître huître nom f s 4.00 7.64 1.41 2.70 -huîtres huître nom f p 4.00 7.64 2.59 4.93 -huîtrier huîtrier nom m s 0.01 0.07 0.01 0.00 -huîtriers huîtrier nom m p 0.01 0.07 0.00 0.07 -huîtrière huîtrière nom f s 0.00 0.07 0.00 0.07 -hua huer ver 1.24 2.30 0.09 0.00 ind:pas:3s; -huaient huer ver 1.24 2.30 0.01 0.00 ind:imp:3p; -huait huer ver 1.24 2.30 0.02 0.07 ind:imp:3s; -huant huer ver 1.24 2.30 0.03 0.07 par:pre; -huard huard nom m s 0.59 0.27 0.52 0.07 -huards huard nom m p 0.59 0.27 0.08 0.20 -huart huart nom m s 0.00 0.27 0.00 0.27 -héberge héberger ver 5.77 6.49 0.87 0.27 imp:pre:2s;ind:pre:1s;ind:pre:3s; -hébergea héberger ver 5.77 6.49 0.00 0.20 ind:pas:3s; -hébergeai héberger ver 5.77 6.49 0.00 0.07 ind:pas:1s; -hébergeaient héberger ver 5.77 6.49 0.11 0.27 ind:imp:3p; -hébergeais héberger ver 5.77 6.49 0.01 0.14 ind:imp:1s;ind:imp:2s; -hébergeait héberger ver 5.77 6.49 0.02 0.41 ind:imp:3s; -hébergeant héberger ver 5.77 6.49 0.12 0.20 par:pre; -hébergement hébergement nom m s 0.68 0.68 0.68 0.68 -hébergent héberger ver 5.77 6.49 0.04 0.07 ind:pre:3p; -hébergeons héberger ver 5.77 6.49 0.12 0.00 imp:pre:1p;ind:pre:1p; -héberger héberger ver 5.77 6.49 2.80 2.70 inf; -hébergera héberger ver 5.77 6.49 0.19 0.07 ind:fut:3s; -hébergerait héberger ver 5.77 6.49 0.00 0.14 cnd:pre:3s; -hébergeras héberger ver 5.77 6.49 0.00 0.07 ind:fut:2s; -hébergez héberger ver 5.77 6.49 0.19 0.00 imp:pre:2p;ind:pre:2p; -hébergiez héberger ver 5.77 6.49 0.02 0.00 ind:imp:2p; -hébergions héberger ver 5.77 6.49 0.00 0.07 ind:imp:1p; -hébergé héberger ver m s 5.77 6.49 0.78 1.15 par:pas; -hébergée héberger ver f s 5.77 6.49 0.24 0.27 par:pas; -hébergées héberger ver f p 5.77 6.49 0.01 0.07 par:pas; -hébergés héberger ver m p 5.77 6.49 0.24 0.34 par:pas; -hébertisme hébertisme nom m s 0.00 0.27 0.00 0.27 -hublot hublot nom m s 2.61 7.77 1.77 4.66 -hublots hublot nom m p 2.61 7.77 0.84 3.11 -hébraïque hébraïque adj s 0.11 1.08 0.09 0.88 -hébraïquement hébraïquement adv 0.00 0.07 0.00 0.07 -hébraïques hébraïque adj p 0.11 1.08 0.02 0.20 -hébraïsant hébraïsant adj m s 0.00 0.07 0.00 0.07 -hébreu hébreu nom m s 1.67 2.97 1.67 2.97 -hébreux hébreux nom m p 0.40 0.07 0.40 0.07 -hébètent hébéter ver 0.35 2.03 0.00 0.07 ind:pre:3p; -hébéphrénique hébéphrénique adj f s 0.02 0.00 0.02 0.00 -hébéta hébéter ver 0.35 2.03 0.00 0.07 ind:pas:3s; -hébétait hébéter ver 0.35 2.03 0.00 0.07 ind:imp:3s; -hébétement hébétement nom m s 0.00 0.07 0.00 0.07 -hébété hébété adj m s 0.54 4.73 0.29 2.84 -hébétude hébétude nom f s 0.14 4.05 0.14 4.05 -hébétée hébété adj f s 0.54 4.73 0.23 0.95 -hébétées hébété adj f p 0.54 4.73 0.00 0.20 -hébétés hébéter ver m p 0.35 2.03 0.03 0.34 par:pas; -hécatombe hécatombe nom f s 0.20 1.69 0.20 1.28 -hécatombes hécatombe nom f p 0.20 1.69 0.00 0.41 -huche huche nom f s 0.19 0.47 0.19 0.34 -huches huche nom f p 0.19 0.47 0.00 0.14 -huchet huchet nom m s 0.00 0.27 0.00 0.27 -hédonisme hédonisme nom m s 0.05 0.20 0.05 0.20 -hédoniste hédoniste adj s 0.21 0.14 0.21 0.07 -hédonistes hédoniste adj m p 0.21 0.14 0.00 0.07 -hue hue ono 2.63 1.08 2.63 1.08 -huer huer ver 1.24 2.30 0.25 0.27 inf; -huerta huerta nom f s 0.53 0.95 0.53 0.95 -huez huer ver 1.24 2.30 0.02 0.14 imp:pre:2p;ind:pre:2p; -hugh hugh ono 1.38 0.27 1.38 0.27 -hégire hégire nom f s 0.38 0.27 0.38 0.27 -hugolien hugolien adj m s 0.00 0.14 0.00 0.07 -hugoliens hugolien adj m p 0.00 0.14 0.00 0.07 -huguenot huguenot nom m s 0.23 0.47 0.11 0.20 -huguenote huguenote nom f s 0.10 0.00 0.10 0.00 -huguenots huguenot nom m p 0.23 0.47 0.12 0.20 -hégélianisme hégélianisme nom m s 0.00 0.07 0.00 0.07 -hégélien hégélien adj m s 0.16 0.14 0.00 0.07 -hégélienne hégélien adj f s 0.16 0.14 0.16 0.00 -hégéliens hégélien adj m p 0.16 0.14 0.00 0.07 -hégémonie hégémonie nom f s 0.04 1.42 0.04 1.42 -hui hui nom s 2.36 0.47 2.36 0.47 -huilai huiler ver 0.59 1.76 0.00 0.07 ind:pas:1s; -huilait huiler ver 0.59 1.76 0.10 0.07 ind:imp:3s; -huile huile nom f s 22.68 38.18 20.23 36.22 -huilent huiler ver 0.59 1.76 0.00 0.07 ind:pre:3p; -huiler huiler ver 0.59 1.76 0.12 0.41 inf; -huilerai huiler ver 0.59 1.76 0.02 0.00 ind:fut:1s; -huiles huile nom f p 22.68 38.18 2.46 1.96 -huileuse huileux adj f s 0.37 4.26 0.09 1.89 -huileuses huileux adj f p 0.37 4.26 0.01 0.54 -huileux huileux adj m 0.37 4.26 0.27 1.82 -huilez huiler ver 0.59 1.76 0.05 0.00 imp:pre:2p; -huilier huilier nom m s 0.10 0.07 0.10 0.07 -huiliers huilier adj m p 0.01 0.07 0.00 0.07 -huilé huilé adj m s 0.57 3.24 0.21 1.15 -huilée huilé adj f s 0.57 3.24 0.21 1.08 -huilées huiler ver f p 0.59 1.76 0.05 0.07 par:pas; -huilés huilé adj m p 0.57 3.24 0.15 0.81 -huipil huipil nom m s 0.00 0.54 0.00 0.47 -huipils huipil nom m p 0.00 0.54 0.00 0.07 -huis huis nom m 0.48 1.82 0.48 1.82 -huisserie huisserie nom f s 0.04 0.34 0.04 0.14 -huisseries huisserie nom f p 0.04 0.34 0.00 0.20 -huissier huissier nom m s 2.84 5.95 2.06 3.72 -huissiers huissier nom m p 2.84 5.95 0.78 2.23 -huit_reflets huit_reflets nom m 0.00 0.27 0.00 0.27 -huit huit adj_num 58.47 102.50 58.47 102.50 -huitaine huitaine nom f s 0.20 1.01 0.20 1.01 -huitième huitième nom s 1.29 2.09 0.88 1.96 -huitièmes huitième nom p 1.29 2.09 0.41 0.14 -héla héler ver 0.35 6.49 0.01 1.69 ind:pas:3s; -hélai héler ver 0.35 6.49 0.00 0.14 ind:pas:1s; -hélaient héler ver 0.35 6.49 0.00 0.47 ind:imp:3p; -hélait héler ver 0.35 6.49 0.01 0.14 ind:imp:3s; -hélant héler ver 0.35 6.49 0.00 0.47 par:pre; -hélas hélas ono 24.21 34.73 24.21 34.73 -héler héler ver 0.35 6.49 0.11 1.08 inf; -hélez héler ver 0.35 6.49 0.01 0.00 imp:pre:2p; -hélianthes hélianthe nom m p 0.00 0.34 0.00 0.34 -hélice hélice nom f s 2.83 3.85 1.90 2.36 -hélices hélice nom f p 2.83 3.85 0.93 1.49 -hélico hélico adv 0.01 0.00 0.01 0.00 -hélicoïdal hélicoïdal adj m s 0.01 0.07 0.00 0.07 -hélicoïdale hélicoïdal adj f s 0.01 0.07 0.01 0.00 -hélicoptère hélicoptère nom m s 13.96 3.72 10.98 2.43 -hélicoptères hélicoptère nom m p 13.96 3.72 2.98 1.28 -hélio hélio nom f s 0.00 0.07 0.00 0.07 -héliographe héliographe nom m s 0.01 0.00 0.01 0.00 -héliogravure héliogravure nom f s 0.00 0.07 0.00 0.07 -héliophanie héliophanie nom f s 0.00 0.07 0.00 0.07 -héliotrope héliotrope nom m s 0.07 0.41 0.04 0.27 -héliotropes héliotrope nom m p 0.07 0.41 0.03 0.14 -héliport héliport nom m s 0.12 0.14 0.12 0.14 -héliporter héliporter ver 0.08 0.07 0.01 0.07 inf; -héliporté héliporter ver m s 0.08 0.07 0.05 0.00 par:pas; -héliportée héliporté adj f s 0.06 0.14 0.05 0.00 -héliportés héliporter ver m p 0.08 0.07 0.01 0.00 par:pas; -hélitreuiller hélitreuiller ver 0.01 0.00 0.01 0.00 inf; -hélium hélium nom m s 0.99 0.47 0.99 0.47 -hélix hélix nom m 0.07 0.07 0.07 0.07 -hulotte hulotte nom f s 0.10 0.61 0.10 0.34 -hulottes hulotte nom f p 0.10 0.61 0.00 0.27 -hélèrent héler ver 0.35 6.49 0.00 0.20 ind:pas:3p; -hélé héler ver m s 0.35 6.49 0.11 0.68 par:pas; -hulula hululer ver 0.18 1.35 0.00 0.20 ind:pas:3s; -hululaient hululer ver 0.18 1.35 0.00 0.14 ind:imp:3p; -hululait hululer ver 0.18 1.35 0.00 0.34 ind:imp:3s; -hululant hululer ver 0.18 1.35 0.00 0.27 par:pre; -hulule hululer ver 0.18 1.35 0.14 0.14 ind:pre:1s;ind:pre:3s; -hululement hululement nom m s 0.27 1.82 0.00 1.22 -hululements hululement nom m p 0.27 1.82 0.27 0.61 -hululent hululer ver 0.18 1.35 0.02 0.07 ind:pre:3p; -hululer hululer ver 0.18 1.35 0.01 0.14 inf; -hululée hululer ver f s 0.18 1.35 0.00 0.07 par:pas; -hélés héler ver m p 0.35 6.49 0.00 0.07 par:pas; -hum hum ono 33.59 5.68 33.59 5.68 -huma humer ver 0.73 9.53 0.03 1.49 ind:pas:3s; -humai humer ver 0.73 9.53 0.00 0.07 ind:pas:1s; -humaient humer ver 0.73 9.53 0.00 0.34 ind:imp:3p; -humain_robot humain_robot adj m s 0.03 0.00 0.03 0.00 -humain humain adj m s 107.10 111.55 50.53 35.81 -humaine humain adj f s 107.10 111.55 32.37 47.43 -humainement humainement adv 0.86 0.95 0.86 0.95 -humaines humain adj f p 107.10 111.55 6.36 14.93 -humains humain nom m p 30.00 18.31 18.15 10.00 -humais humer ver 0.73 9.53 0.01 0.07 ind:imp:1s; -humait humer ver 0.73 9.53 0.00 1.28 ind:imp:3s; -humanisait humaniser ver 0.27 1.35 0.00 0.27 ind:imp:3s; -humanisant humaniser ver 0.27 1.35 0.01 0.07 par:pre; -humanisation humanisation nom f s 0.00 0.14 0.00 0.14 -humanise humaniser ver 0.27 1.35 0.03 0.07 imp:pre:2s;ind:pre:3s; -humanisent humaniser ver 0.27 1.35 0.00 0.07 ind:pre:3p; -humaniser humaniser ver 0.27 1.35 0.09 0.41 inf; -humanisme humanisme nom m s 0.41 2.30 0.41 2.30 -humaniste humaniste adj s 0.72 0.68 0.72 0.54 -humanistes humaniste nom p 0.45 1.08 0.01 0.47 -humanisé humaniser ver m s 0.27 1.35 0.00 0.20 par:pas; -humanisée humaniser ver f s 0.27 1.35 0.14 0.07 par:pas; -humanisées humaniser ver f p 0.27 1.35 0.00 0.14 par:pas; -humanisés humaniser ver m p 0.27 1.35 0.01 0.07 par:pas; -humanitaire humanitaire adj s 2.02 1.55 1.52 1.22 -humanitaires humanitaire adj p 2.02 1.55 0.50 0.34 -humanitarisme humanitarisme nom m s 0.11 0.07 0.11 0.07 -humanité humanité nom f s 23.31 24.32 23.15 23.85 -humanités humanité nom f p 23.31 24.32 0.16 0.47 -humano humano adv 0.16 0.00 0.16 0.00 -humanoïde humanoïde adj s 0.46 0.00 0.42 0.00 -humanoïdes humanoïde nom p 0.21 0.41 0.11 0.27 -humant humer ver 0.73 9.53 0.11 1.69 par:pre; -hématie hématie nom f s 0.12 0.07 0.00 0.07 -hématies hématie nom f p 0.12 0.07 0.12 0.00 -hématine hématine nom f s 0.05 0.00 0.05 0.00 -hématite hématite nom f s 0.00 0.07 0.00 0.07 -hématocrite hématocrite nom m s 0.60 0.00 0.60 0.00 -hématocèle hématocèle nom f s 0.00 0.07 0.00 0.07 -hématologie hématologie nom f s 0.10 0.07 0.10 0.07 -hématologique hématologique adj f s 0.01 0.00 0.01 0.00 -hématologue hématologue nom s 0.14 0.07 0.14 0.07 -hématome hématome nom m s 1.53 0.61 1.08 0.41 -hématomes hématome nom m p 1.53 0.61 0.45 0.20 -hématopoïèse hématopoïèse nom f s 0.00 0.07 0.00 0.07 -hématose hématose nom f s 0.00 0.07 0.00 0.07 -hématurie hématurie nom f s 0.02 0.00 0.02 0.00 -humble humble adj s 12.43 18.45 9.66 12.84 -humblement humblement adv 2.26 3.65 2.26 3.65 -humbles humble adj p 12.43 18.45 2.77 5.61 -humbug humbug adj s 0.01 0.00 0.01 0.00 -hume humer ver 0.73 9.53 0.13 1.76 imp:pre:2s;ind:pre:1s;ind:pre:3s; -humecta humecter ver 0.35 4.53 0.14 0.27 ind:pas:3s; -humectage humectage nom m s 0.01 0.00 0.01 0.00 -humectai humecter ver 0.35 4.53 0.00 0.14 ind:pas:1s; -humectaient humecter ver 0.35 4.53 0.00 0.07 ind:imp:3p; -humectais humecter ver 0.35 4.53 0.00 0.07 ind:imp:1s; -humectait humecter ver 0.35 4.53 0.00 0.41 ind:imp:3s; -humectant humectant adj m s 0.05 0.00 0.05 0.00 -humecte humecter ver 0.35 4.53 0.00 0.68 imp:pre:2s;ind:pre:1s;ind:pre:3s; -humectent humecter ver 0.35 4.53 0.00 0.07 ind:pre:3p; -humecter humecter ver 0.35 4.53 0.16 1.01 inf; -humecté humecter ver m s 0.35 4.53 0.00 0.54 par:pas; -humectée humecter ver f s 0.35 4.53 0.03 0.41 par:pas; -humectées humecter ver f p 0.35 4.53 0.01 0.20 par:pas; -humectés humecter ver m p 0.35 4.53 0.01 0.34 par:pas; -hument humer ver 0.73 9.53 0.11 0.14 ind:pre:3p; -humer humer ver 0.73 9.53 0.28 1.76 inf; -humeras humer ver 0.73 9.53 0.00 0.07 ind:fut:2s; -humeur humeur nom f s 31.26 58.04 29.80 52.57 -humeurs humeur nom f p 31.26 58.04 1.46 5.47 -humez humer ver 0.73 9.53 0.04 0.07 imp:pre:2p; -hémi hémi adv 0.00 0.07 0.00 0.07 -hémicycle hémicycle nom m s 0.03 0.34 0.03 0.34 -humide humide adj s 11.23 53.31 8.24 38.24 -humidement humidement adv 0.00 0.07 0.00 0.07 -humides humide adj p 11.23 53.31 2.98 15.07 -humidifia humidifier ver 0.31 0.47 0.00 0.07 ind:pas:3s; -humidifiant humidifier ver 0.31 0.47 0.15 0.07 par:pre; -humidificateur humidificateur nom m s 0.20 0.07 0.20 0.07 -humidification humidification nom f s 0.03 0.00 0.03 0.00 -humidifient humidifier ver 0.31 0.47 0.04 0.07 ind:pre:3p; -humidifier humidifier ver 0.31 0.47 0.06 0.14 inf; -humidifié humidifier ver m s 0.31 0.47 0.06 0.07 par:pas; -humidifiés humidifier ver m p 0.31 0.47 0.00 0.07 par:pas; -humidité humidité nom f s 4.09 14.86 4.09 14.86 -humilia humilier ver 16.01 14.26 0.00 0.07 ind:pas:3s; -humiliaient humilier ver 16.01 14.26 0.00 0.20 ind:imp:3p; -humiliais humilier ver 16.01 14.26 0.02 0.00 ind:imp:2s; -humiliait humilier ver 16.01 14.26 0.05 0.95 ind:imp:3s; -humiliant humiliant adj m s 5.08 3.78 3.35 1.89 -humiliante humiliant adj f s 5.08 3.78 0.73 0.88 -humiliantes humiliant adj f p 5.08 3.78 0.56 0.34 -humiliants humiliant adj m p 5.08 3.78 0.45 0.68 -humiliassent humilier ver 16.01 14.26 0.00 0.07 sub:imp:3p; -humiliation humiliation nom f s 7.60 13.65 6.72 10.68 -humiliations humiliation nom f p 7.60 13.65 0.89 2.97 -humilie humilier ver 16.01 14.26 2.15 1.15 imp:pre:2s;ind:pre:1s;ind:pre:3s; -humilient humilier ver 16.01 14.26 0.15 0.14 ind:pre:3p; -humilier humilier ver 16.01 14.26 5.68 4.32 inf;; -humiliera humilier ver 16.01 14.26 0.05 0.00 ind:fut:3s; -humilierai humilier ver 16.01 14.26 0.04 0.00 ind:fut:1s; -humilieraient humilier ver 16.01 14.26 0.00 0.14 cnd:pre:3p; -humilierais humilier ver 16.01 14.26 0.01 0.00 cnd:pre:1s; -humilierait humilier ver 16.01 14.26 0.01 0.14 cnd:pre:3s; -humilies humilier ver 16.01 14.26 0.62 0.27 ind:pre:2s; -humiliez humilier ver 16.01 14.26 0.14 0.27 imp:pre:2p;ind:pre:2p; -humilité humilité nom f s 4.24 12.09 4.24 11.96 -humilités humilité nom f p 4.24 12.09 0.00 0.14 -humilié humilier ver m s 16.01 14.26 3.65 3.18 par:pas; -humiliée humilier ver f s 16.01 14.26 1.93 1.62 par:pas; -humiliées humilié adj f p 2.45 4.32 0.40 0.07 -humiliés humilier ver m p 16.01 14.26 1.12 0.88 par:pas; -humions humer ver 0.73 9.53 0.00 0.07 ind:imp:1p; -hémiplégie hémiplégie nom f s 0.20 0.41 0.20 0.41 -hémiplégique hémiplégique adj s 0.01 0.07 0.01 0.07 -hémiptère hémiptère nom m s 0.00 0.07 0.00 0.07 -hémisphère hémisphère nom m s 1.38 1.76 0.96 0.88 -hémisphères hémisphère nom m p 1.38 1.76 0.41 0.88 -hémisphérique hémisphérique adj s 0.01 0.41 0.01 0.34 -hémisphériques hémisphérique adj m p 0.01 0.41 0.00 0.07 -hémistiche hémistiche nom m s 0.01 0.20 0.00 0.07 -hémistiches hémistiche nom m p 0.01 0.20 0.01 0.14 -hémièdres hémièdre adj f p 0.00 0.07 0.00 0.07 -hémoculture hémoculture nom f s 0.17 0.00 0.09 0.00 -hémocultures hémoculture nom f p 0.17 0.00 0.09 0.00 -hémodialyse hémodialyse nom f s 0.04 0.00 0.04 0.00 -hémodynamique hémodynamique nom f s 0.05 0.00 0.05 0.00 -hémoglobine hémoglobine nom f s 1.15 0.34 1.14 0.27 -hémoglobines hémoglobine nom f p 1.15 0.34 0.01 0.07 -hémogramme hémogramme nom m s 0.12 0.00 0.12 0.00 -hémolyse hémolyse nom f s 0.07 0.00 0.07 0.00 -hémolytique hémolytique adj f s 0.12 0.00 0.12 0.00 -humons humer ver 0.73 9.53 0.00 0.07 ind:pre:1p; -hémophile hémophile adj m s 0.10 0.07 0.07 0.07 -hémophiles hémophile adj m p 0.10 0.07 0.03 0.00 -hémophilie hémophilie nom f s 0.14 0.07 0.14 0.07 -hémoptysie hémoptysie nom f s 0.01 0.68 0.00 0.34 -hémoptysies hémoptysie nom f p 0.01 0.68 0.01 0.34 -humoral humoral adj m s 0.00 0.07 0.00 0.07 -humoriste humoriste adj s 0.33 0.20 0.33 0.14 -humoristes humoriste nom p 0.11 0.74 0.02 0.41 -humoristique humoristique adj s 0.30 1.22 0.20 0.61 -humoristiques humoristique adj p 0.30 1.22 0.10 0.61 -hémorragie hémorragie nom f s 9.35 3.11 8.39 2.43 -hémorragies hémorragie nom f p 9.35 3.11 0.96 0.68 -hémorragique hémorragique adj s 0.25 0.00 0.25 0.00 -hémorroïdaire hémorroïdaire adj s 0.01 0.00 0.01 0.00 -hémorroïdale hémorroïdal adj f s 0.01 0.00 0.01 0.00 -hémorroïde hémorroïde nom f s 1.69 0.41 0.23 0.00 -hémorroïdes hémorroïde nom f p 1.69 0.41 1.46 0.41 -hémostase hémostase nom f s 0.13 0.00 0.13 0.00 -hémostatique hémostatique adj s 0.14 0.07 0.14 0.07 -humour humour nom m s 17.22 16.76 17.22 16.76 -humèrent humer ver 0.73 9.53 0.00 0.07 ind:pas:3p; -humé humer ver m s 0.73 9.53 0.02 0.47 par:pas; -humée humer ver f s 0.73 9.53 0.00 0.07 par:pas; -humérale huméral adj f s 0.04 0.00 0.04 0.00 -humérus humérus nom m 0.22 0.34 0.22 0.34 -humés humer ver m p 0.73 9.53 0.00 0.07 par:pas; -humus humus nom m 0.32 5.74 0.32 5.74 -hun hun nom m s 0.16 0.68 0.11 0.47 -hune hune nom f s 0.06 0.41 0.06 0.34 -hunes hune nom f p 0.06 0.41 0.00 0.07 -hunier hunier nom m s 0.17 0.14 0.12 0.07 -huniers hunier nom m p 0.17 0.14 0.05 0.07 -huns hun nom m p 0.16 0.68 0.05 0.20 -hunter hunter nom m s 0.02 0.00 0.02 0.00 -héparine héparine nom f s 0.28 0.00 0.28 0.00 -hépatique hépatique adj s 0.50 0.41 0.32 0.27 -hépatiques hépatique adj p 0.50 0.41 0.18 0.14 -hépatite hépatite nom f s 2.12 0.74 2.04 0.74 -hépatites hépatite nom f p 2.12 0.74 0.08 0.00 -hépatomégalie hépatomégalie nom f s 0.01 0.00 0.01 0.00 -huppe huppe nom f s 0.06 0.34 0.06 0.34 -huppé huppé adj m s 0.45 2.09 0.17 0.68 -huppée huppé adj f s 0.45 2.09 0.10 0.61 -huppées huppé adj f p 0.45 2.09 0.05 0.27 -huppés huppé adj m p 0.45 2.09 0.13 0.54 -héraclitienne héraclitien adj f s 0.00 0.07 0.00 0.07 -héraclitéen héraclitéen adj m s 0.00 0.20 0.00 0.14 -héraclitéenne héraclitéen adj f s 0.00 0.20 0.00 0.07 -héraldique héraldique adj s 0.00 1.22 0.00 0.81 -héraldiques héraldique adj p 0.00 1.22 0.00 0.41 -héraut héraut nom m s 0.36 0.81 0.35 0.20 -hérauts héraut nom m p 0.36 0.81 0.01 0.61 -hure hure nom f s 0.11 2.36 0.11 0.34 -hures hure nom f p 0.11 2.36 0.00 2.03 -hérissa hérisser ver 0.64 13.99 0.10 0.14 ind:pas:3s; -hérissaient hérisser ver 0.64 13.99 0.00 0.74 ind:imp:3p; -hérissait hérisser ver 0.64 13.99 0.01 1.08 ind:imp:3s; -hérissant hérisser ver 0.64 13.99 0.00 0.27 par:pre; -hérisse hérisser ver 0.64 13.99 0.11 0.81 imp:pre:2s;ind:pre:1s;ind:pre:3s; -hérissement hérissement nom m s 0.00 0.34 0.00 0.14 -hérissements hérissement nom m p 0.00 0.34 0.00 0.20 -hérissent hérisser ver 0.64 13.99 0.03 0.41 ind:pre:3p; -hérisser hérisser ver 0.64 13.99 0.03 0.41 inf; -hérisseraient hérisser ver 0.64 13.99 0.00 0.14 cnd:pre:3p; -hérisses hérisser ver 0.64 13.99 0.01 0.07 ind:pre:2s; -hérisson hérisson nom m s 0.75 2.57 0.69 1.76 -hérissons hérisson nom m p 0.75 2.57 0.06 0.81 -hérissât hérisser ver 0.64 13.99 0.00 0.07 sub:imp:3s; -hérissèrent hérisser ver 0.64 13.99 0.00 0.14 ind:pas:3p; -hérissé hérisser ver m s 0.64 13.99 0.14 3.38 par:pas; -hérissée hérissé adj f s 0.41 4.86 0.21 1.28 -hérissées hérissé adj f p 0.41 4.86 0.14 1.22 -hérissés hérisser ver m p 0.64 13.99 0.05 2.50 par:pas; -hérita hériter ver 11.93 12.84 0.18 0.34 ind:pas:3s; -héritage héritage nom m s 12.37 12.03 12.18 11.15 -héritages héritage nom m p 12.37 12.03 0.19 0.88 -héritai hériter ver 11.93 12.84 0.00 0.20 ind:pas:1s; -héritaient hériter ver 11.93 12.84 0.00 0.14 ind:imp:3p; -héritais hériter ver 11.93 12.84 0.11 0.14 ind:imp:1s;ind:imp:2s; -héritait hériter ver 11.93 12.84 0.03 0.20 ind:imp:3s; -hérite hériter ver 11.93 12.84 1.52 0.61 imp:pre:2s;ind:pre:1s;ind:pre:3s; -héritent hériter ver 11.93 12.84 0.21 0.00 ind:pre:3p; -hériter hériter ver 11.93 12.84 1.86 1.35 inf; -héritera hériter ver 11.93 12.84 0.38 0.14 ind:fut:3s; -hériterai hériter ver 11.93 12.84 0.05 0.07 ind:fut:1s; -hériteraient hériter ver 11.93 12.84 0.02 0.00 cnd:pre:3p; -hériterait hériter ver 11.93 12.84 0.07 0.14 cnd:pre:3s; -hériteras hériter ver 11.93 12.84 0.22 0.00 ind:fut:2s; -hériterez hériter ver 11.93 12.84 0.20 0.07 ind:fut:2p; -hériteront hériter ver 11.93 12.84 0.11 0.00 ind:fut:3p; -hérites hériter ver 11.93 12.84 0.34 0.14 ind:pre:2s; -héritez hériter ver 11.93 12.84 0.25 0.14 imp:pre:2p;ind:pre:2p; -héritier héritier nom m s 10.77 13.45 7.76 7.16 -héritiers héritier nom m p 10.77 13.45 1.39 3.18 -héritière héritier nom f s 10.77 13.45 1.62 2.70 -héritières héritière nom f p 0.05 0.00 0.05 0.00 -héritons hériter ver 11.93 12.84 0.11 0.00 ind:pre:1p; -hérité hériter ver m s 11.93 12.84 6.00 6.89 par:pas; -héritée hériter ver f s 11.93 12.84 0.10 1.42 par:pas; -héritées hériter ver f p 11.93 12.84 0.01 0.27 par:pas; -hérités hériter ver m p 11.93 12.84 0.15 0.61 par:pas; -hurla hurler ver 33.17 88.65 0.46 13.78 ind:pas:3s; -hurlai hurler ver 33.17 88.65 0.00 1.08 ind:pas:1s; -hurlaient hurler ver 33.17 88.65 0.64 3.38 ind:imp:3p; -hurlais hurler ver 33.17 88.65 0.69 0.88 ind:imp:1s;ind:imp:2s; -hurlait hurler ver 33.17 88.65 2.19 10.54 ind:imp:3s; -hurlant hurler ver 33.17 88.65 2.08 12.36 par:pre; -hurlante hurlant adj f s 0.69 7.50 0.14 2.03 -hurlantes hurlant adj f p 0.69 7.50 0.09 1.01 -hurlants hurlant adj m p 0.69 7.50 0.06 0.95 -hurle hurler ver 33.17 88.65 8.34 18.24 imp:pre:2s;ind:pre:1s;ind:pre:3s; -hurlement hurlement nom m s 4.59 20.95 2.16 9.86 -hurlements hurlement nom m p 4.59 20.95 2.43 11.08 -hurlent hurler ver 33.17 88.65 2.52 2.36 ind:pre:3p; -hurler hurler ver 33.17 88.65 10.38 17.23 inf; -hurlera hurler ver 33.17 88.65 0.09 0.00 ind:fut:3s; -hurlerai hurler ver 33.17 88.65 0.08 0.20 ind:fut:1s; -hurleraient hurler ver 33.17 88.65 0.01 0.14 cnd:pre:3p; -hurlerais hurler ver 33.17 88.65 0.06 0.20 cnd:pre:1s; -hurlerait hurler ver 33.17 88.65 0.04 0.20 cnd:pre:3s; -hurlerez hurler ver 33.17 88.65 0.08 0.00 ind:fut:2p; -hurleront hurler ver 33.17 88.65 0.18 0.07 ind:fut:3p; -hurles hurler ver 33.17 88.65 0.69 0.07 ind:pre:2s; -hurleur hurleur nom m s 0.22 0.47 0.11 0.07 -hurleurs hurleur nom m p 0.22 0.47 0.12 0.41 -hurlez hurler ver 33.17 88.65 1.47 0.00 imp:pre:2p;ind:pre:2p; -hurlions hurler ver 33.17 88.65 0.14 0.14 ind:imp:1p; -hurlât hurler ver 33.17 88.65 0.00 0.07 sub:imp:3s; -hurlèrent hurler ver 33.17 88.65 0.00 1.01 ind:pas:3p; -hurlé hurler ver m s 33.17 88.65 3.06 6.15 par:pas; -hurluberlu hurluberlu nom m s 0.23 0.61 0.20 0.14 -hurluberlus hurluberlu nom m p 0.23 0.61 0.04 0.47 -hurlée hurler ver f s 33.17 88.65 0.00 0.14 par:pas; -hurlées hurler ver f p 33.17 88.65 0.00 0.34 par:pas; -hurlés hurler ver m p 33.17 88.65 0.00 0.07 par:pas; -héro héro nom f s 4.38 1.35 4.38 1.35 -héroïde héroïde nom f s 0.00 0.07 0.00 0.07 -héroïne héros nom f s 76.58 52.77 10.32 7.23 -héroïnes héros nom f p 76.58 52.77 0.10 1.89 -héroïnomane héroïnomane nom s 0.02 0.00 0.02 0.00 -héroïque héroïque adj s 4.73 11.28 3.31 7.57 -héroïquement héroïquement adv 0.14 0.74 0.14 0.74 -héroïques héroïque adj p 4.73 11.28 1.42 3.72 -héroïsme héroïsme nom m s 1.06 5.95 1.06 5.95 -héron héron nom m s 0.64 2.36 0.27 1.08 -huron huron adj m s 0.04 0.07 0.01 0.00 -huronne huron adj f s 0.04 0.07 0.03 0.07 -hérons héron nom m p 0.64 2.36 0.37 1.28 -héros héros nom m 76.58 52.77 66.17 43.65 -hurrah hurrah ono 0.17 0.61 0.17 0.61 -hurrahs hurrah nom m p 0.01 0.07 0.00 0.07 -hurricane hurricane nom m s 0.56 0.34 0.52 0.27 -hurricanes hurricane nom m p 0.56 0.34 0.05 0.07 -héréditaire héréditaire adj s 2.59 4.59 2.21 3.85 -héréditairement héréditairement adv 0.00 0.20 0.00 0.20 -héréditaires héréditaire adj p 2.59 4.59 0.38 0.74 -hérédité hérédité nom f s 0.71 3.99 0.71 3.99 -hérédo hérédo adv 0.00 0.07 0.00 0.07 -hérésiarque hérésiarque nom s 0.00 0.20 0.00 0.07 -hérésiarques hérésiarque nom p 0.00 0.20 0.00 0.14 -hérésie hérésie nom f s 1.72 7.91 1.52 7.16 -hérésies hérésie nom f p 1.72 7.91 0.20 0.74 -hérétique hérétique nom s 3.15 18.65 2.08 2.77 -hérétiques hérétique nom p 3.15 18.65 1.08 15.88 -hésita hésiter ver 30.06 122.43 0.30 36.15 ind:pas:3s; -hésitai hésiter ver 30.06 122.43 0.01 4.26 ind:pas:1s; -hésitaient hésiter ver 30.06 122.43 0.01 3.11 ind:imp:3p; -hésitais hésiter ver 30.06 122.43 0.33 3.38 ind:imp:1s;ind:imp:2s; -hésitait hésiter ver 30.06 122.43 1.01 15.07 ind:imp:3s; -hésitant hésiter ver 30.06 122.43 0.23 6.22 par:pre; -hésitante hésitant adj f s 0.56 12.09 0.32 5.88 -hésitantes hésitant adj f p 0.56 12.09 0.04 0.61 -hésitants hésitant adj m p 0.56 12.09 0.09 1.69 -hésitation hésitation nom f s 2.90 25.14 2.27 19.80 -hésitations hésitation nom f p 2.90 25.14 0.63 5.34 -hésite hésiter ver 30.06 122.43 8.21 18.58 imp:pre:2s;ind:pre:1s;ind:pre:3s; -hésitent hésiter ver 30.06 122.43 0.47 2.30 ind:pre:3p; -hésiter hésiter ver 30.06 122.43 4.57 16.28 inf; -hésitera hésiter ver 30.06 122.43 0.20 0.34 ind:fut:3s; -hésiterai hésiter ver 30.06 122.43 0.92 0.20 ind:fut:1s; -hésiteraient hésiter ver 30.06 122.43 0.22 0.41 cnd:pre:3p; -hésiterais hésiter ver 30.06 122.43 0.72 0.61 cnd:pre:1s;cnd:pre:2s; -hésiterait hésiter ver 30.06 122.43 0.51 0.47 cnd:pre:3s; -hésiteras hésiter ver 30.06 122.43 0.16 0.00 ind:fut:2s; -hésiterez hésiter ver 30.06 122.43 0.04 0.07 ind:fut:2p; -hésiteriez hésiter ver 30.06 122.43 0.10 0.00 cnd:pre:2p; -hésiterions hésiter ver 30.06 122.43 0.00 0.07 cnd:pre:1p; -hésiterons hésiter ver 30.06 122.43 0.05 0.07 ind:fut:1p; -hésiteront hésiter ver 30.06 122.43 0.34 0.00 ind:fut:3p; -hésites hésiter ver 30.06 122.43 1.09 0.47 ind:pre:2s; -hésitez hésiter ver 30.06 122.43 6.28 1.89 imp:pre:2p;ind:pre:2p; -hésitiez hésiter ver 30.06 122.43 0.05 0.00 ind:imp:2p; -hésitions hésiter ver 30.06 122.43 0.00 0.20 ind:imp:1p; -hésitons hésiter ver 30.06 122.43 0.42 0.14 imp:pre:1p;ind:pre:1p; -hésitât hésiter ver 30.06 122.43 0.00 0.20 sub:imp:3s; -hésitèrent hésiter ver 30.06 122.43 0.00 0.95 ind:pas:3p; -hésité hésiter ver m s 30.06 122.43 3.83 11.01 par:pas; -huskies huskies nom m p 0.20 0.00 0.20 0.00 -husky husky nom m s 0.28 0.00 0.28 0.00 -hussard hussard nom m s 0.71 3.45 0.17 1.42 -hussarde hussard nom f s 0.71 3.45 0.01 0.27 -hussards hussard nom m p 0.71 3.45 0.53 1.76 -husseinites husseinite nom p 0.00 0.14 0.00 0.14 -hussite hussite nom m s 0.00 0.20 0.00 0.14 -hussites hussite nom m p 0.00 0.20 0.00 0.07 -hétaïre hétaïre nom f s 0.00 0.27 0.00 0.14 -hétaïres hétaïre nom f p 0.00 0.27 0.00 0.14 -huèrent huer ver 1.24 2.30 0.00 0.07 ind:pas:3p; -hêtraie hêtraie nom f s 0.00 0.68 0.00 0.54 -hêtraies hêtraie nom f p 0.00 0.68 0.00 0.14 -hêtre hêtre nom m s 0.65 10.20 0.18 3.38 -hêtres hêtre nom m p 0.65 10.20 0.47 6.82 -hutte hutte nom f s 3.90 7.84 3.25 4.93 -hutter hutter ver 0.77 0.00 0.77 0.00 inf; -huttes hutte nom f p 3.90 7.84 0.65 2.91 -hétéro hétéro adj s 3.91 0.74 3.16 0.61 -hétérochromie hétérochromie nom f s 0.03 0.00 0.03 0.00 -hétéroclite hétéroclite adj s 0.17 4.73 0.02 2.57 -hétéroclites hétéroclite adj p 0.17 4.73 0.16 2.16 -hétérodoxes hétérodoxe nom p 0.01 0.14 0.01 0.14 -hétérodoxie hétérodoxie nom f s 0.00 0.07 0.00 0.07 -hétérogène hétérogène adj m s 0.14 0.34 0.14 0.07 -hétérogènes hétérogène adj p 0.14 0.34 0.00 0.27 -hétérogénéité hétérogénéité nom f s 0.00 0.14 0.00 0.14 -hétéroptère hétéroptère nom m s 0.00 0.07 0.00 0.07 -hétéros hétéro nom p 3.50 0.34 1.87 0.00 -hétérosexualité hétérosexualité nom f s 0.08 0.81 0.08 0.81 -hétérosexuel hétérosexuel adj m s 0.97 3.58 0.60 1.49 -hétérosexuelle hétérosexuel adj f s 0.97 3.58 0.13 0.88 -hétérosexuelles hétérosexuel adj f p 0.97 3.58 0.07 0.07 -hétérosexuels hétérosexuel adj m p 0.97 3.58 0.17 1.15 -hétérozygote hétérozygote adj s 0.01 0.07 0.01 0.00 -hétérozygotes hétérozygote adj p 0.01 0.07 0.00 0.07 -hué huer ver m s 1.24 2.30 0.05 0.34 par:pas; -huée huer ver f s 1.24 2.30 0.02 0.00 par:pas; -huées huée nom f p 0.64 1.49 0.64 1.42 -hués huer ver m p 1.24 2.30 0.02 0.14 par:pas; -hévéa hévéa nom m s 0.23 0.20 0.01 0.14 -hévéas hévéa nom m p 0.23 0.20 0.22 0.07 -hyacinthe hyacinthe nom f s 0.04 0.07 0.04 0.07 -hyades hyade nom f p 0.10 0.07 0.10 0.07 -hybridation hybridation nom f s 0.05 0.00 0.05 0.00 -hybride hybride nom m s 1.97 0.41 1.20 0.27 -hybrides hybride nom m p 1.97 0.41 0.77 0.14 -hybridé hybrider ver m s 0.01 0.00 0.01 0.00 par:pas; -hydatique hydatique adj s 0.01 0.00 0.01 0.00 -hydne hydne nom m s 0.00 0.07 0.00 0.07 -hydratant hydratant adj m s 0.38 0.27 0.04 0.07 -hydratante hydratant adj f s 0.38 0.27 0.26 0.20 -hydratantes hydratant adj f p 0.38 0.27 0.07 0.00 -hydratants hydratant adj m p 0.38 0.27 0.01 0.00 -hydratation hydratation nom f s 0.13 0.00 0.13 0.00 -hydrate hydrate nom m s 0.42 0.00 0.18 0.00 -hydrater hydrater ver 0.58 0.00 0.12 0.00 inf; -hydrates hydrate nom m p 0.42 0.00 0.25 0.00 -hydratez hydrater ver 0.58 0.00 0.15 0.00 imp:pre:2p; -hydraté hydrater ver m s 0.58 0.00 0.17 0.00 par:pas; -hydratée hydrater ver f s 0.58 0.00 0.07 0.00 par:pas; -hydraulicien hydraulicien nom m s 0.01 0.00 0.01 0.00 -hydraulique hydraulique adj s 1.41 1.15 1.15 1.01 -hydrauliques hydraulique adj p 1.41 1.15 0.26 0.14 -hydravion hydravion nom m s 0.47 0.61 0.43 0.27 -hydravions hydravion nom m p 0.47 0.61 0.04 0.34 -hydre hydre nom f s 0.17 0.34 0.17 0.34 -hydrique hydrique adj s 0.07 0.00 0.07 0.00 -hydro_électrique hydro_électrique adj s 0.00 0.07 0.00 0.07 -hydro hydro adv 0.17 0.07 0.17 0.07 -hydrocarbure hydrocarbure nom m s 0.50 0.34 0.11 0.07 -hydrocarbures hydrocarbure nom m p 0.50 0.34 0.39 0.27 -hydrochlorique hydrochlorique adj m s 0.09 0.00 0.09 0.00 -hydrocortisone hydrocortisone nom f s 0.03 0.00 0.03 0.00 -hydrocèle hydrocèle nom f s 0.00 0.07 0.00 0.07 -hydrocéphale hydrocéphale adj s 0.22 0.14 0.12 0.07 -hydrocéphales hydrocéphale adj m p 0.22 0.14 0.10 0.07 -hydrocéphalie hydrocéphalie nom f s 0.01 0.00 0.01 0.00 -hydrocution hydrocution nom f s 0.00 0.07 0.00 0.07 -hydrodynamique hydrodynamique adj f s 0.01 0.00 0.01 0.00 -hydrofoil hydrofoil nom m s 0.01 0.00 0.01 0.00 -hydroglisseur hydroglisseur nom m s 0.06 0.00 0.06 0.00 -hydrographe hydrographe adj m s 0.14 0.00 0.14 0.00 -hydrographie hydrographie nom f s 0.01 0.07 0.01 0.07 -hydrographique hydrographique adj m s 0.27 0.14 0.27 0.07 -hydrographiques hydrographique adj p 0.27 0.14 0.00 0.07 -hydrogène hydrogène nom m s 1.76 0.88 1.75 0.88 -hydrogènes hydrogène nom m p 1.76 0.88 0.01 0.00 -hydrogénisation hydrogénisation nom f s 0.00 0.14 0.00 0.14 -hydrogéné hydrogéné adj m s 0.04 0.00 0.02 0.00 -hydrogénée hydrogéné adj f s 0.04 0.00 0.02 0.00 -hydrolase hydrolase nom f s 0.10 0.00 0.10 0.00 -hydrologie hydrologie nom f s 0.02 0.00 0.02 0.00 -hydrolyse hydrolyse nom f s 0.03 0.00 0.03 0.00 -hydromel hydromel nom m s 0.52 0.20 0.52 0.20 -hydromètres hydromètre nom f p 0.00 0.07 0.00 0.07 -hydrophile hydrophile adj m s 0.10 1.01 0.10 0.88 -hydrophiles hydrophile adj f p 0.10 1.01 0.00 0.14 -hydrophobe hydrophobe adj f s 0.01 0.00 0.01 0.00 -hydrophobie hydrophobie nom f s 0.04 0.07 0.04 0.07 -hydrophone hydrophone nom m s 0.25 0.00 0.25 0.00 -hydrophyte hydrophyte nom f s 0.01 0.00 0.01 0.00 -hydropique hydropique adj f s 0.14 0.14 0.14 0.14 -hydropisie hydropisie nom f s 0.01 0.27 0.01 0.27 -hydropneumatique hydropneumatique adj m s 0.01 0.14 0.01 0.14 -hydroponique hydroponique adj s 0.28 0.00 0.20 0.00 -hydroponiques hydroponique adj p 0.28 0.00 0.09 0.00 -hydroptère hydroptère nom m s 0.02 0.00 0.02 0.00 -hydroquinone hydroquinone nom f s 0.00 0.14 0.00 0.14 -hydrostatique hydrostatique adj s 0.04 0.00 0.04 0.00 -hydrothérapie hydrothérapie nom f s 0.08 0.14 0.08 0.14 -hydroélectrique hydroélectrique adj f s 0.36 0.14 0.36 0.14 -hydrox hydrox nom m 0.01 0.00 0.01 0.00 -hydroxyde hydroxyde nom m s 0.13 0.00 0.13 0.00 -hygiaphone hygiaphone nom m s 0.00 0.20 0.00 0.20 -hygiène hygiène nom f s 4.42 6.35 4.40 6.28 -hygiènes hygiène nom f p 4.42 6.35 0.01 0.07 -hygiénique hygiénique adj s 1.74 4.12 1.48 2.84 -hygiéniquement hygiéniquement adv 0.01 0.07 0.01 0.07 -hygiéniques hygiénique adj p 1.74 4.12 0.26 1.28 -hygiéniste hygiéniste nom s 0.20 0.14 0.19 0.00 -hygiénistes hygiéniste nom p 0.20 0.14 0.01 0.14 -hygroma hygroma nom m s 0.03 0.00 0.03 0.00 -hygromètre hygromètre nom m s 0.01 0.14 0.00 0.07 -hygromètres hygromètre nom m p 0.01 0.14 0.01 0.07 -hygrométrie hygrométrie nom f s 0.14 0.07 0.14 0.07 -hygrométrique hygrométrique adj s 0.00 0.14 0.00 0.07 -hygrométriques hygrométrique adj f p 0.00 0.14 0.00 0.07 -hylémorphique hylémorphique adj f s 0.00 0.07 0.00 0.07 -hymen hymen nom m s 2.05 0.34 2.05 0.34 -hymne hymne nom s 6.25 8.72 5.37 6.69 -hymnes hymne nom p 6.25 8.72 0.88 2.03 -hyménoptère hyménoptère nom m s 0.02 0.27 0.00 0.07 -hyménoptères hyménoptère nom m p 0.02 0.27 0.02 0.20 -hyménée hyménée nom m s 0.34 0.07 0.34 0.00 -hyménées hyménée nom m p 0.34 0.07 0.00 0.07 -hyoïde hyoïde adj f s 0.16 0.00 0.16 0.00 -hypallage hypallage nom f s 0.00 0.07 0.00 0.07 -hyper hyper adv 6.66 0.95 6.66 0.95 -hyperacidité hyperacidité nom f s 0.01 0.00 0.01 0.00 -hyperactif hyperactif adj m s 0.20 0.00 0.13 0.00 -hyperactive hyperactif adj f s 0.20 0.00 0.08 0.00 -hyperactivité hyperactivité nom f s 0.17 0.00 0.17 0.00 -hyperbare hyperbare adj m s 0.07 0.00 0.07 0.00 -hyperbole hyperbole nom f s 0.12 0.34 0.09 0.20 -hyperboles hyperbole nom f p 0.12 0.34 0.04 0.14 -hyperbolique hyperbolique adj s 0.01 0.20 0.01 0.20 -hyperboliquement hyperboliquement adv 0.00 0.07 0.00 0.07 -hyperborée hyperborée nom f s 0.00 0.07 0.00 0.07 -hyperboréen hyperboréen adj m s 0.00 0.54 0.00 0.14 -hyperboréenne hyperboréen adj f s 0.00 0.54 0.00 0.27 -hyperboréens hyperboréen adj m p 0.00 0.54 0.00 0.14 -hypercalcémie hypercalcémie nom f s 0.07 0.00 0.07 0.00 -hypercholestérolémie hypercholestérolémie nom f s 0.03 0.00 0.03 0.00 -hypercoagulabilité hypercoagulabilité nom f s 0.03 0.00 0.03 0.00 -hyperespace hyperespace nom m s 1.89 0.00 1.89 0.00 -hyperesthésie hyperesthésie nom f s 0.00 0.07 0.00 0.07 -hyperglycémies hyperglycémie nom f p 0.00 0.07 0.00 0.07 -hyperkaliémie hyperkaliémie nom f s 0.03 0.00 0.03 0.00 -hyperlipidémie hyperlipidémie nom f s 0.00 0.07 0.00 0.07 -hyperlipémie hyperlipémie nom f s 0.01 0.00 0.01 0.00 -hypermarché hypermarché nom m s 0.15 0.27 0.12 0.14 -hypermarchés hypermarché nom m p 0.15 0.27 0.03 0.14 -hypermnésie hypermnésie nom f s 0.00 0.07 0.00 0.07 -hypernerveuse hypernerveux adj f s 0.00 0.27 0.00 0.07 -hypernerveux hypernerveux adj m 0.00 0.27 0.00 0.20 -hyperplan hyperplan nom m s 0.01 0.00 0.01 0.00 -hyperplasie hyperplasie nom f s 0.04 0.00 0.04 0.00 -hyperréactivité hyperréactivité nom f s 0.01 0.00 0.01 0.00 -hyperréalisme hyperréalisme nom m s 0.00 0.07 0.00 0.07 -hyperréaliste hyperréaliste adj s 0.00 0.14 0.00 0.07 -hyperréaliste hyperréaliste nom s 0.00 0.14 0.00 0.07 -hyperréalistes hyperréaliste adj p 0.00 0.14 0.00 0.07 -hyperréalistes hyperréaliste nom p 0.00 0.14 0.00 0.07 -hypersensibilité hypersensibilité nom f s 0.22 0.14 0.22 0.14 -hypersensible hypersensible adj s 0.31 0.34 0.27 0.07 -hypersensibles hypersensible adj m p 0.31 0.34 0.04 0.27 -hypersomnie hypersomnie nom f s 0.03 0.00 0.03 0.00 -hypersonique hypersonique adj m s 0.01 0.00 0.01 0.00 -hypersustentateur hypersustentateur nom m s 0.06 0.00 0.06 0.00 -hypertendu hypertendu adj m s 0.20 0.07 0.04 0.07 -hypertendue hypertendu adj f s 0.20 0.07 0.16 0.00 -hypertendus hypertendu nom m p 0.01 0.00 0.01 0.00 -hypertension hypertension nom f s 0.71 0.20 0.70 0.07 -hypertensions hypertension nom f p 0.71 0.20 0.01 0.14 -hyperthermie hyperthermie nom f s 0.15 0.00 0.15 0.00 -hyperthyroïdien hyperthyroïdien adj m s 0.00 0.07 0.00 0.07 -hypertonique hypertonique adj s 0.06 0.00 0.06 0.00 -hypertrichose hypertrichose nom f s 0.03 0.00 0.03 0.00 -hypertrophie hypertrophie nom f s 0.56 0.27 0.56 0.27 -hypertrophique hypertrophique adj f s 0.07 0.00 0.07 0.00 -hypertrophié hypertrophié adj m s 0.20 0.27 0.17 0.07 -hypertrophiée hypertrophier ver f s 0.16 0.20 0.01 0.07 par:pas; -hypertrophiés hypertrophié adj m p 0.20 0.27 0.03 0.14 -hyperémotive hyperémotif adj f s 0.01 0.00 0.01 0.00 -hyperémotivité hyperémotivité nom f s 0.00 0.07 0.00 0.07 -hyperventilation hyperventilation nom f s 0.23 0.00 0.23 0.00 -hypholomes hypholome nom m p 0.00 0.07 0.00 0.07 -hypnagogique hypnagogique adj s 0.04 0.07 0.04 0.00 -hypnagogiques hypnagogique adj f p 0.04 0.07 0.00 0.07 -hypnogène hypnogène adj s 0.00 0.54 0.00 0.54 -hypnogènes hypnogène nom m p 0.00 0.20 0.00 0.07 -hypnose hypnose nom f s 3.29 1.28 3.29 1.22 -hypnoses hypnose nom f p 3.29 1.28 0.00 0.07 -hypnotique hypnotique adj s 1.16 0.74 0.99 0.68 -hypnotiquement hypnotiquement adv 0.00 0.14 0.00 0.14 -hypnotiques hypnotique adj p 1.16 0.74 0.17 0.07 -hypnotisa hypnotiser ver 3.73 4.19 0.00 0.07 ind:pas:3s; -hypnotisaient hypnotiser ver 3.73 4.19 0.14 0.07 ind:imp:3p; -hypnotisais hypnotiser ver 3.73 4.19 0.00 0.07 ind:imp:1s; -hypnotisait hypnotiser ver 3.73 4.19 0.03 0.14 ind:imp:3s; -hypnotisant hypnotiser ver 3.73 4.19 0.09 0.41 par:pre; -hypnotise hypnotiser ver 3.73 4.19 0.47 0.54 imp:pre:2s;ind:pre:1s;ind:pre:3s; -hypnotisent hypnotiser ver 3.73 4.19 0.04 0.14 ind:pre:3p; -hypnotiser hypnotiser ver 3.73 4.19 1.05 0.27 inf;; -hypnotiseur hypnotiseur nom m s 0.63 0.27 0.60 0.07 -hypnotiseurs hypnotiseur nom m p 0.63 0.27 0.02 0.20 -hypnotiseuse hypnotiseur nom f s 0.63 0.27 0.01 0.00 -hypnotisme hypnotisme nom m s 0.30 0.27 0.30 0.27 -hypnotisé hypnotiser ver m s 3.73 4.19 0.90 1.22 par:pas; -hypnotisée hypnotiser ver f s 3.73 4.19 0.71 0.47 par:pas; -hypnotisées hypnotiser ver f p 3.73 4.19 0.01 0.27 par:pas; -hypnotisés hypnotiser ver m p 3.73 4.19 0.31 0.54 par:pas; -hypo hypo adv 0.19 0.07 0.19 0.07 -hypoallergénique hypoallergénique adj f s 0.09 0.07 0.06 0.07 -hypoallergéniques hypoallergénique adj m p 0.09 0.07 0.02 0.00 -hypocalcémie hypocalcémie nom f s 0.03 0.00 0.03 0.00 -hypocapnie hypocapnie nom f s 0.01 0.00 0.01 0.00 -hypocauste hypocauste nom m s 0.01 0.07 0.01 0.00 -hypocaustes hypocauste nom m p 0.01 0.07 0.00 0.07 -hypocentre hypocentre nom m s 0.01 0.00 0.01 0.00 -hypochlorite hypochlorite nom m s 0.01 0.00 0.01 0.00 -hypochondriaque hypochondriaque adj s 0.12 0.00 0.12 0.00 -hypochondriaques hypochondriaque nom p 0.05 0.00 0.03 0.00 -hypocondre hypocondre nom m s 0.00 0.14 0.00 0.14 -hypocondriaque hypocondriaque adj m s 0.17 0.34 0.17 0.20 -hypocondriaques hypocondriaque nom p 0.17 0.14 0.07 0.07 -hypocondrie hypocondrie nom f s 0.04 0.27 0.04 0.27 -hypocras hypocras nom m 0.00 0.20 0.00 0.20 -hypocrisie hypocrisie nom f s 4.41 5.61 4.06 5.47 -hypocrisies hypocrisie nom f p 4.41 5.61 0.35 0.14 -hypocrite hypocrite nom s 5.41 2.91 3.66 1.96 -hypocritement hypocritement adv 0.14 1.69 0.14 1.69 -hypocrites hypocrite nom p 5.41 2.91 1.75 0.95 -hypoderme hypoderme nom m s 0.00 0.07 0.00 0.07 -hypodermique hypodermique adj s 0.40 0.14 0.36 0.14 -hypodermiques hypodermique adj f p 0.40 0.14 0.04 0.00 -hypoglycémie hypoglycémie nom f s 0.40 0.20 0.40 0.20 -hypoglycémique hypoglycémique adj m s 0.14 0.20 0.13 0.14 -hypoglycémiques hypoglycémique adj f p 0.14 0.20 0.01 0.07 -hypogonadisme hypogonadisme nom m s 0.03 0.00 0.03 0.00 -hypogée hypogée nom m s 0.00 0.81 0.00 0.47 -hypogées hypogée nom m p 0.00 0.81 0.00 0.34 -hypokhâgne hypokhâgne nom f s 0.00 1.28 0.00 1.22 -hypokhâgnes hypokhâgne nom f p 0.00 1.28 0.00 0.07 -hypomaniaques hypomaniaque nom p 0.01 0.00 0.01 0.00 -hyponatrémie hyponatrémie nom f s 0.05 0.00 0.05 0.00 -hyponomeutes hyponomeute nom m p 0.00 0.07 0.00 0.07 -hypophysaire hypophysaire adj s 0.01 0.07 0.01 0.07 -hypophyse hypophyse nom f s 0.07 0.14 0.07 0.07 -hypophyses hypophyse nom f p 0.07 0.14 0.00 0.07 -hypoplasie hypoplasie nom f s 0.01 0.00 0.01 0.00 -hypospadias hypospadias nom m 0.01 0.00 0.01 0.00 -hypostase hypostase nom f s 0.01 0.07 0.01 0.00 -hypostases hypostase nom f p 0.01 0.07 0.00 0.07 -hyposulfite hyposulfite nom m s 0.00 0.20 0.00 0.20 -hypotaupe hypotaupe nom f s 0.00 0.07 0.00 0.07 -hypotendu hypotendu nom m s 0.03 0.00 0.03 0.00 -hypotendue hypotendu adj f s 0.03 0.00 0.01 0.00 -hypotensif hypotensif adj m s 0.03 0.00 0.01 0.00 -hypotension hypotension nom f s 0.28 0.00 0.28 0.00 -hypotensive hypotensif adj f s 0.03 0.00 0.01 0.00 -hypothalamus hypothalamus nom m 0.29 0.20 0.29 0.20 -hypothermie hypothermie nom f s 0.80 0.00 0.80 0.00 -hypothermique hypothermique adj m s 0.04 0.00 0.04 0.00 -hypothèque hypothèque nom f s 2.78 1.96 2.48 0.88 -hypothèquent hypothéquer ver 1.43 1.42 0.00 0.07 ind:pre:3p; -hypothèques hypothèque nom f p 2.78 1.96 0.29 1.08 -hypothèse hypothèse nom f s 8.97 16.82 7.47 12.91 -hypothèses hypothèse nom f p 8.97 16.82 1.50 3.92 -hypothécaire hypothécaire adj s 0.09 0.07 0.05 0.00 -hypothécaires hypothécaire adj m p 0.09 0.07 0.04 0.07 -hypothéquait hypothéquer ver 1.43 1.42 0.01 0.14 ind:imp:3s; -hypothéquant hypothéquer ver 1.43 1.42 0.01 0.07 par:pre; -hypothéquer hypothéquer ver 1.43 1.42 0.57 0.34 inf; -hypothéqueraient hypothéquer ver 1.43 1.42 0.00 0.07 cnd:pre:3p; -hypothéquez hypothéquer ver 1.43 1.42 0.10 0.07 imp:pre:2p;ind:pre:2p; -hypothéquions hypothéquer ver 1.43 1.42 0.00 0.07 ind:imp:1p; -hypothéqué hypothéquer ver m s 1.43 1.42 0.23 0.14 par:pas; -hypothéquée hypothéquer ver f s 1.43 1.42 0.04 0.41 par:pas; -hypothétique hypothétique adj s 0.71 2.23 0.65 1.62 -hypothétiquement hypothétiquement adv 0.23 0.07 0.23 0.07 -hypothétiques hypothétique adj p 0.71 2.23 0.07 0.61 -hypothyroïdie hypothyroïdie nom f s 0.04 0.00 0.04 0.00 -hypotonie hypotonie nom f s 0.01 0.00 0.01 0.00 -hypoténuse hypoténuse nom f s 0.09 0.07 0.09 0.07 -hypoxie hypoxie nom f s 0.13 0.00 0.13 0.00 -hypoxique hypoxique adj s 0.16 0.00 0.16 0.00 -hysope hysope nom f s 0.01 0.14 0.01 0.07 -hysopes hysope nom f p 0.01 0.14 0.00 0.07 -hystérectomie hystérectomie nom f s 0.26 0.07 0.26 0.07 -hystérie hystérie nom f s 3.48 3.38 3.48 3.31 -hystéries hystérie nom f p 3.48 3.38 0.00 0.07 -hystérique hystérique adj s 6.61 5.20 5.60 3.45 -hystériquement hystériquement adv 0.03 0.27 0.03 0.27 -hystériques hystérique adj p 6.61 5.20 1.01 1.76 -hystéro hystéro adj f s 0.02 0.34 0.02 0.34 -hyène hyène nom f s 2.37 2.43 1.64 1.76 -hyènes hyène nom f p 2.37 2.43 0.73 0.68 -i i nom s 71.21 31.15 71.21 31.15 -i.e. i.e. nom m s 0.02 0.00 0.02 0.00 -iambe iambe nom m s 0.02 0.00 0.02 0.00 -iambique iambique adj m s 0.15 0.00 0.08 0.00 -iambiques iambique adj m p 0.15 0.00 0.07 0.00 -ibex ibex nom m 0.11 0.00 0.11 0.00 -ibis ibis nom m 0.00 0.81 0.00 0.81 -ibm ibm nom m s 0.00 0.07 0.00 0.07 -ibo ibo adj f s 0.02 0.07 0.02 0.07 -iboga iboga nom m s 0.04 0.00 0.04 0.00 -ibère ibère nom s 0.01 0.00 0.01 0.00 -ibères ibère adj m p 0.00 0.14 0.00 0.07 -ibérique ibérique adj s 0.11 0.61 0.11 0.47 -ibériques ibérique adj p 0.11 0.61 0.00 0.14 -icône icône nom f s 1.81 4.73 1.25 2.16 -icônes icône nom f p 1.81 4.73 0.55 2.57 -icarienne icarienne adj f s 0.04 0.00 0.04 0.00 -ice_cream ice_cream nom m s 0.02 0.34 0.00 0.27 -ice_cream ice_cream nom m p 0.02 0.34 0.00 0.07 -ice_cream ice_cream nom m s 0.02 0.34 0.02 0.00 -iceberg iceberg nom m s 1.88 1.42 1.50 1.08 -icebergs iceberg nom m p 1.88 1.42 0.39 0.34 -icelle icelle pro_ind f s 0.00 0.34 0.00 0.34 -icelles icelles pro_ind f p 0.00 0.20 0.00 0.20 -icelui icelui pro_ind m s 0.00 0.07 0.00 0.07 -ichtyologie ichtyologie nom f s 0.15 0.00 0.15 0.00 -ichtyologiste ichtyologiste nom s 0.02 0.00 0.02 0.00 -ici_bas ici_bas adv 3.58 2.97 3.58 2.97 -ici ici adv_sup 2411.21 483.58 2411.21 483.58 -icoglan icoglan nom m s 0.00 0.14 0.00 0.07 -icoglans icoglan nom m p 0.00 0.14 0.00 0.07 -iconoclaste iconoclaste nom s 0.11 0.47 0.10 0.27 -iconoclastes iconoclaste adj f p 0.02 0.41 0.02 0.07 -iconographe iconographe nom s 0.00 0.07 0.00 0.07 -iconographie iconographie nom f s 0.04 0.61 0.03 0.54 -iconographies iconographie nom f p 0.04 0.61 0.01 0.07 -iconographique iconographique adj f s 0.00 0.07 0.00 0.07 -iconostase iconostase nom f s 0.00 0.20 0.00 0.20 -icosaèdre icosaèdre nom m s 0.03 0.00 0.03 0.00 -ictère ictère nom m s 0.16 0.07 0.16 0.07 -ictérique ictérique adj s 0.01 0.00 0.01 0.00 -ictus ictus nom m 0.00 0.07 0.00 0.07 -ide ide nom m s 0.47 0.07 0.47 0.07 -idem idem adv 1.86 2.64 1.86 2.64 -identifia identifier ver 38.52 18.92 0.26 0.68 ind:pas:3s; -identifiable identifiable adj s 0.67 1.49 0.55 0.47 -identifiables identifiable adj p 0.67 1.49 0.12 1.01 -identifiai identifier ver 38.52 18.92 0.00 0.41 ind:pas:1s; -identifiaient identifier ver 38.52 18.92 0.03 0.14 ind:imp:3p; -identifiais identifier ver 38.52 18.92 0.05 0.95 ind:imp:1s;ind:imp:2s; -identifiait identifier ver 38.52 18.92 0.31 1.55 ind:imp:3s; -identifiant identifier ver 38.52 18.92 0.22 0.34 par:pre; -identifiassent identifier ver 38.52 18.92 0.00 0.07 sub:imp:3p; -identificateur identificateur nom m s 0.07 0.00 0.07 0.00 -identification identification nom f s 7.14 1.82 6.88 1.76 -identifications identification nom f p 7.14 1.82 0.26 0.07 -identifie identifier ver 38.52 18.92 2.39 1.76 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:1s;sub:pre:3s; -identifient identifier ver 38.52 18.92 0.29 0.27 ind:pre:3p; -identifier identifier ver 38.52 18.92 16.52 8.45 inf; -identifiera identifier ver 38.52 18.92 0.66 0.07 ind:fut:3s; -identifierai identifier ver 38.52 18.92 0.02 0.00 ind:fut:1s; -identifierais identifier ver 38.52 18.92 0.01 0.20 cnd:pre:1s; -identifierait identifier ver 38.52 18.92 0.06 0.14 cnd:pre:3s; -identifierez identifier ver 38.52 18.92 0.19 0.00 ind:fut:2p; -identifieront identifier ver 38.52 18.92 0.03 0.00 ind:fut:3p; -identifiez identifier ver 38.52 18.92 2.04 0.00 imp:pre:2p;ind:pre:2p; -identifions identifier ver 38.52 18.92 0.24 0.00 imp:pre:1p;ind:pre:1p; -identifiât identifier ver 38.52 18.92 0.00 0.07 sub:imp:3s; -identifièrent identifier ver 38.52 18.92 0.00 0.07 ind:pas:3p; -identifié identifier ver m s 38.52 18.92 10.78 2.50 par:pas; -identifiée identifier ver f s 38.52 18.92 2.02 0.68 par:pas; -identifiées identifier ver f p 38.52 18.92 0.40 0.14 par:pas; -identifiés identifier ver m p 38.52 18.92 2.00 0.47 par:pas; -identique identique adj s 7.90 15.41 4.02 8.04 -identiquement identiquement adv 0.00 0.54 0.00 0.54 -identiques identique adj p 7.90 15.41 3.88 7.36 -identitaire identitaire adj s 0.05 0.41 0.05 0.34 -identitaires identitaire adj f p 0.05 0.41 0.00 0.07 -identitarisme identitarisme nom m s 0.00 0.20 0.00 0.20 -identité identité nom f s 34.78 24.19 32.83 22.64 -identités identité nom f p 34.78 24.19 1.96 1.55 -ides ides nom f p 0.29 0.54 0.29 0.54 -idiolectes idiolecte nom m p 0.00 0.07 0.00 0.07 -idiomatique idiomatique adj s 0.02 0.07 0.01 0.00 -idiomatiques idiomatique adj f p 0.02 0.07 0.01 0.07 -idiome idiome nom m s 0.06 1.35 0.06 0.88 -idiomes idiome nom m p 0.06 1.35 0.00 0.47 -idiopathique idiopathique adj s 0.06 0.00 0.06 0.00 -idiosyncrasie idiosyncrasie nom f s 0.06 0.20 0.04 0.07 -idiosyncrasies idiosyncrasie nom f p 0.06 0.20 0.02 0.14 -idiosyncrasique idiosyncrasique adj m s 0.01 0.00 0.01 0.00 -idiot idiot nom m s 90.57 22.03 55.73 12.64 -idiote idiot nom f s 90.57 22.03 18.40 5.07 -idiotement idiotement adv 0.00 0.61 0.00 0.61 -idiotes idiot adj f p 74.06 33.24 3.62 2.16 -idiotie idiotie nom f s 5.27 2.97 1.81 1.96 -idioties idiotie nom f p 5.27 2.97 3.46 1.01 -idiotisme idiotisme nom m s 0.14 0.14 0.14 0.07 -idiotismes idiotisme nom m p 0.14 0.14 0.00 0.07 -idiots idiot nom m p 90.57 22.03 15.08 3.92 -idoine idoine adj s 0.02 0.95 0.01 0.74 -idoines idoine adj p 0.02 0.95 0.01 0.20 -idole idole nom f s 5.43 10.07 4.77 6.35 -idoles idole nom f p 5.43 10.07 0.66 3.72 -idolâtraient idolâtrer ver 1.03 1.15 0.00 0.07 ind:imp:3p; -idolâtrait idolâtrer ver 1.03 1.15 0.11 0.61 ind:imp:3s; -idolâtrant idolâtrer ver 1.03 1.15 0.14 0.07 par:pre; -idolâtre idolâtrer ver 1.03 1.15 0.17 0.07 ind:pre:1s;ind:pre:3s; -idolâtrent idolâtrer ver 1.03 1.15 0.17 0.00 ind:pre:3p; -idolâtrer idolâtrer ver 1.03 1.15 0.12 0.27 inf; -idolâtres idolâtre nom p 0.16 0.61 0.14 0.34 -idolâtrie idolâtrie nom f s 0.38 1.08 0.38 0.95 -idolâtries idolâtrie nom f p 0.38 1.08 0.00 0.14 -idolâtré idolâtrer ver m s 1.03 1.15 0.05 0.00 par:pas; -idolâtrée idolâtrer ver f s 1.03 1.15 0.23 0.07 par:pas; -idéal idéal adj m s 21.85 16.35 15.80 7.97 -idéale idéal adj f s 21.85 16.35 5.32 7.03 -idéalement idéalement adv 0.28 1.22 0.28 1.22 -idéales idéal adj f p 21.85 16.35 0.40 1.15 -idéalisait idéaliser ver 0.68 0.81 0.02 0.07 ind:imp:3s; -idéalisant idéaliser ver 0.68 0.81 0.02 0.07 par:pre; -idéalisation idéalisation nom f s 0.16 0.14 0.16 0.14 -idéalise idéaliser ver 0.68 0.81 0.34 0.00 imp:pre:2s;ind:pre:1s;ind:pre:3s; -idéalisent idéaliser ver 0.68 0.81 0.01 0.07 ind:pre:3p; -idéaliser idéaliser ver 0.68 0.81 0.13 0.20 inf; -idéalisme idéalisme nom m s 0.98 1.96 0.98 1.82 -idéalismes idéalisme nom m p 0.98 1.96 0.00 0.14 -idéaliste idéaliste nom s 1.61 1.69 1.33 1.08 -idéalistes idéaliste adj p 1.20 1.15 0.44 0.20 -idéalisé idéaliser ver m s 0.68 0.81 0.08 0.14 par:pas; -idéalisée idéaliser ver f s 0.68 0.81 0.07 0.20 par:pas; -idéalisées idéaliser ver f p 0.68 0.81 0.01 0.00 par:pas; -idéalisés idéaliser ver m p 0.68 0.81 0.01 0.07 par:pas; -idéals idéal adj m p 21.85 16.35 0.01 0.00 -idéation idéation nom f s 0.03 0.00 0.03 0.00 -idéaux idéal nom m p 11.22 12.23 3.22 0.74 -idée_clé idée_clé nom f s 0.01 0.00 0.01 0.00 -idée_force idée_force nom f s 0.01 0.20 0.01 0.07 -idée idée nom f s 389.77 328.45 330.39 241.08 -idéel idéel adj m s 0.01 0.00 0.01 0.00 -idée_force idée_force nom f p 0.01 0.20 0.00 0.14 -idées idée nom f p 389.77 328.45 59.38 87.36 -idéogramme idéogramme nom m s 0.39 0.74 0.17 0.00 -idéogrammes idéogramme nom m p 0.39 0.74 0.22 0.74 -idéographie idéographie nom f s 0.01 0.00 0.01 0.00 -idéographique idéographique adj m s 0.00 0.07 0.00 0.07 -idéologie idéologie nom f s 2.59 4.05 2.07 2.97 -idéologies idéologie nom f p 2.59 4.05 0.52 1.08 -idéologique idéologique adj s 1.80 2.70 1.41 1.89 -idéologiquement idéologiquement adv 0.10 0.27 0.10 0.27 -idéologiques idéologique adj p 1.80 2.70 0.39 0.81 -idéologue idéologue nom s 0.38 0.54 0.28 0.34 -idéologues idéologue nom p 0.38 0.54 0.10 0.20 -idylle idylle nom f s 1.13 3.31 1.07 2.70 -idylles idylle nom f p 1.13 3.31 0.06 0.61 -idyllique idyllique adj s 0.82 1.76 0.79 1.35 -idylliques idyllique adj p 0.82 1.76 0.03 0.41 -if if nom m s 7.19 1.55 7.17 0.81 -ifs if nom m p 7.19 1.55 0.02 0.74 -iftar iftar nom m s 0.00 0.07 0.00 0.07 -igloo igloo nom m s 1.08 0.27 0.54 0.07 -igloos igloo nom m p 1.08 0.27 0.55 0.20 -igname igname nom f s 0.18 0.34 0.05 0.07 -ignames igname nom f p 0.18 0.34 0.13 0.27 -ignare ignare adj s 0.75 1.42 0.55 0.88 -ignares ignare nom p 0.78 0.61 0.30 0.34 -ignifuge ignifuge adj f s 0.00 0.07 0.00 0.07 -ignifugeant ignifuger ver 0.17 0.07 0.01 0.00 par:pre; -ignifuger ignifuger ver 0.17 0.07 0.00 0.07 inf; -ignifugé ignifugé adj m s 0.07 0.20 0.04 0.07 -ignifugée ignifugé adj f s 0.07 0.20 0.02 0.07 -ignifugées ignifuger ver f p 0.17 0.07 0.14 0.00 par:pas; -ignifugés ignifugé adj m p 0.07 0.20 0.01 0.07 -ignition ignition nom f s 0.05 0.34 0.05 0.34 -ignoble ignoble adj s 8.11 12.30 6.95 9.19 -ignoblement ignoblement adv 0.16 0.88 0.16 0.88 -ignobles ignoble adj p 8.11 12.30 1.16 3.11 -ignominie ignominie nom f s 0.88 3.72 0.76 3.18 -ignominies ignominie nom f p 0.88 3.72 0.13 0.54 -ignominieuse ignominieux adj f s 0.39 0.88 0.12 0.54 -ignominieusement ignominieusement adv 0.00 0.47 0.00 0.47 -ignominieuses ignominieux adj f p 0.39 0.88 0.01 0.07 -ignominieux ignominieux adj m s 0.39 0.88 0.26 0.27 -ignora ignorer ver 156.55 108.45 0.26 1.49 ind:pas:3s; -ignorai ignorer ver 156.55 108.45 0.02 0.14 ind:pas:1s; -ignoraient ignorer ver 156.55 108.45 1.20 4.46 ind:imp:3p; -ignorais ignorer ver 156.55 108.45 24.82 10.61 ind:imp:1s;ind:imp:2s; -ignorait ignorer ver 156.55 108.45 5.32 26.01 ind:imp:3s; -ignorance ignorance nom f s 6.54 16.82 6.54 16.35 -ignorances ignorance nom f p 6.54 16.82 0.00 0.47 -ignorant ignorant adj m s 3.90 6.22 1.79 2.50 -ignorante ignorant adj f s 3.90 6.22 0.61 1.55 -ignorantes ignorant adj f p 3.90 6.22 0.15 0.41 -ignorantins ignorantin adj m p 0.00 0.14 0.00 0.14 -ignorants ignorant nom m p 3.41 3.45 1.36 1.08 -ignorassent ignorer ver 156.55 108.45 0.00 0.07 sub:imp:3p; -ignore ignorer ver 156.55 108.45 76.78 22.97 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -ignorent ignorer ver 156.55 108.45 5.09 5.07 ind:pre:3p; -ignorer ignorer ver 156.55 108.45 13.04 16.89 inf; -ignorera ignorer ver 156.55 108.45 0.31 0.27 ind:fut:3s; -ignorerai ignorer ver 156.55 108.45 0.13 0.41 ind:fut:1s; -ignoreraient ignorer ver 156.55 108.45 0.01 0.00 cnd:pre:3p; -ignorerais ignorer ver 156.55 108.45 0.15 0.00 cnd:pre:1s;cnd:pre:2s; -ignorerait ignorer ver 156.55 108.45 0.04 0.27 cnd:pre:3s; -ignoreras ignorer ver 156.55 108.45 0.04 0.00 ind:fut:2s; -ignoreriez ignorer ver 156.55 108.45 0.09 0.00 cnd:pre:2p; -ignorerons ignorer ver 156.55 108.45 0.02 0.00 ind:fut:1p; -ignoreront ignorer ver 156.55 108.45 0.10 0.00 ind:fut:3p; -ignores ignorer ver 156.55 108.45 5.89 1.42 ind:pre:2s;sub:pre:2s; -ignorez ignorer ver 156.55 108.45 9.84 2.50 imp:pre:2p;ind:pre:2p; -ignoriez ignorer ver 156.55 108.45 1.84 0.61 ind:imp:2p;sub:pre:2p; -ignorions ignorer ver 156.55 108.45 0.73 1.49 ind:imp:1p; -ignorons ignorer ver 156.55 108.45 4.50 1.28 imp:pre:1p;ind:pre:1p; -ignorât ignorer ver 156.55 108.45 0.00 0.54 sub:imp:3s; -ignorèrent ignorer ver 156.55 108.45 0.00 0.20 ind:pas:3p; -ignoré ignorer ver m s 156.55 108.45 3.36 3.58 par:pas; -ignorée ignorer ver f s 156.55 108.45 0.70 1.28 par:pas; -ignorées ignorer ver f p 156.55 108.45 0.14 0.34 par:pas; -ignorés ignorer ver m p 156.55 108.45 0.41 0.74 par:pas; -igné igné adj m s 0.02 0.20 0.00 0.20 -ignée igné adj f s 0.02 0.20 0.02 0.00 -iguane iguane nom m s 0.69 0.74 0.63 0.20 -iguanes iguane nom m p 0.69 0.74 0.06 0.54 -iguanodon iguanodon nom m s 0.00 0.14 0.00 0.07 -iguanodons iguanodon nom m p 0.00 0.14 0.00 0.07 -igue igue nom f s 0.01 0.07 0.01 0.00 -igues igue nom f p 0.01 0.07 0.00 0.07 -ikebana ikebana nom m s 0.02 0.07 0.02 0.07 -il il pro_per m s 13222.93 15832.09 13222.93 15832.09 -iles ile nom m p 1.25 0.20 1.25 0.20 -iliaque iliaque adj f s 0.14 0.20 0.14 0.07 -iliaques iliaque adj f p 0.14 0.20 0.01 0.14 -ilium ilium nom m s 0.01 0.00 0.01 0.00 -illettrisme illettrisme nom m s 0.05 0.07 0.05 0.07 -illettré illettré adj m s 1.54 1.01 1.04 0.41 -illettrée illettré adj f s 1.54 1.01 0.33 0.47 -illettrés illettré nom m p 0.62 0.68 0.20 0.27 -illicite illicite adj s 1.07 1.42 0.44 0.74 -illicitement illicitement adv 0.01 0.00 0.01 0.00 -illicites illicite adj p 1.07 1.42 0.63 0.68 -illico illico adv_sup 2.19 7.16 2.19 7.16 -illimité illimité adj m s 2.56 3.92 1.52 1.49 -illimitée illimité adj f s 2.56 3.92 0.60 1.69 -illimitées illimité adj f p 2.56 3.92 0.26 0.54 -illimités illimité adj m p 2.56 3.92 0.18 0.20 -illisible illisible adj s 0.83 6.76 0.68 5.68 -illisibles illisible adj p 0.83 6.76 0.14 1.08 -illogique illogique adj s 0.46 0.88 0.39 0.81 -illogiquement illogiquement adv 0.00 0.07 0.00 0.07 -illogiques illogique adj p 0.46 0.88 0.07 0.07 -illogisme illogisme nom m s 0.01 0.47 0.01 0.34 -illogismes illogisme nom m p 0.01 0.47 0.00 0.14 -illégal illégal adj m s 19.88 1.76 11.93 0.88 -illégale illégal adj f s 19.88 1.76 4.03 0.47 -illégalement illégalement adv 1.87 0.20 1.87 0.20 -illégales illégal adj f p 19.88 1.76 2.28 0.41 -illégalistes illégaliste nom p 0.00 0.07 0.00 0.07 -illégalité illégalité nom f s 0.55 0.81 0.55 0.81 -illégaux illégal adj m p 19.88 1.76 1.65 0.00 -illégitime illégitime adj s 1.52 0.95 1.18 0.61 -illégitimement illégitimement adv 0.02 0.00 0.02 0.00 -illégitimes illégitime adj p 1.52 0.95 0.34 0.34 -illégitimité illégitimité nom f s 0.04 0.20 0.04 0.20 -illumina illuminer ver 6.43 20.00 0.14 2.57 ind:pas:3s; -illuminaient illuminer ver 6.43 20.00 0.21 1.35 ind:imp:3p; -illuminait illuminer ver 6.43 20.00 0.27 3.11 ind:imp:3s; -illuminant illuminer ver 6.43 20.00 0.20 1.01 par:pre; -illuminateurs illuminateur nom m p 0.00 0.07 0.00 0.07 -illumination illumination nom f s 1.89 4.19 1.63 3.11 -illuminations illumination nom f p 1.89 4.19 0.26 1.08 -illumine illuminer ver 6.43 20.00 2.10 2.97 imp:pre:2s;ind:pre:1s;ind:pre:3s; -illuminent illuminer ver 6.43 20.00 0.36 0.54 ind:pre:3p; -illuminer illuminer ver 6.43 20.00 1.12 1.08 inf; -illuminera illuminer ver 6.43 20.00 0.17 0.07 ind:fut:3s; -illuminerai illuminer ver 6.43 20.00 0.02 0.00 ind:fut:1s; -illuminerait illuminer ver 6.43 20.00 0.00 0.20 cnd:pre:3s; -illumineront illuminer ver 6.43 20.00 0.01 0.07 ind:fut:3p; -illuminez illuminer ver 6.43 20.00 0.17 0.00 imp:pre:2p; -illuministes illuministe adj f p 0.00 0.07 0.00 0.07 -illuminèrent illuminer ver 6.43 20.00 0.00 0.47 ind:pas:3p; -illuminé illuminer ver m s 6.43 20.00 1.05 2.91 par:pas; -illuminée illuminer ver f s 6.43 20.00 0.56 2.03 par:pas; -illuminées illuminé adj f p 0.60 7.57 0.01 1.08 -illuminés illuminé nom m p 0.80 2.50 0.16 0.81 -illusion illusion nom f s 19.14 47.36 11.19 30.27 -illusionnait illusionner ver 0.25 1.01 0.00 0.20 ind:imp:3s; -illusionne illusionner ver 0.25 1.01 0.05 0.27 imp:pre:2s;ind:pre:1s;ind:pre:3s; -illusionnent illusionner ver 0.25 1.01 0.00 0.07 ind:pre:3p; -illusionner illusionner ver 0.25 1.01 0.10 0.41 inf; -illusionnez illusionner ver 0.25 1.01 0.10 0.07 imp:pre:2p;ind:pre:2p; -illusionnisme illusionnisme nom m s 0.01 0.34 0.01 0.34 -illusionniste illusionniste nom s 0.17 0.61 0.14 0.54 -illusionnistes illusionniste nom p 0.17 0.61 0.04 0.07 -illusions illusion nom f p 19.14 47.36 7.95 17.09 -illusoire illusoire adj s 0.95 5.81 0.81 4.59 -illusoirement illusoirement adv 0.00 0.14 0.00 0.14 -illusoires illusoire adj p 0.95 5.81 0.15 1.22 -illustra illustrer ver 2.59 11.55 0.04 0.27 ind:pas:3s; -illustraient illustrer ver 2.59 11.55 0.01 0.61 ind:imp:3p; -illustrait illustrer ver 2.59 11.55 0.04 0.68 ind:imp:3s; -illustrant illustrer ver 2.59 11.55 0.08 1.15 par:pre; -illustrateur illustrateur nom m s 0.15 0.20 0.10 0.20 -illustration illustration nom f s 1.37 7.91 0.67 4.86 -illustrations illustration nom f p 1.37 7.91 0.70 3.04 -illustratrice illustrateur nom f s 0.15 0.20 0.05 0.00 -illustre illustre adj s 4.38 9.66 2.60 6.22 -illustrement illustrement adv 0.00 0.20 0.00 0.20 -illustrent illustrer ver 2.59 11.55 0.08 0.54 ind:pre:3p; -illustrer illustrer ver 2.59 11.55 1.08 3.18 inf; -illustrera illustrer ver 2.59 11.55 0.01 0.07 ind:fut:3s; -illustrerai illustrer ver 2.59 11.55 0.01 0.00 ind:fut:1s; -illustrerait illustrer ver 2.59 11.55 0.01 0.07 cnd:pre:3s; -illustres illustre adj p 4.38 9.66 1.78 3.45 -illustrions illustrer ver 2.59 11.55 0.00 0.07 ind:imp:1p; -illustrissime illustrissime adj f s 0.00 0.54 0.00 0.27 -illustrissimes illustrissime adj f p 0.00 0.54 0.00 0.27 -illustré illustré adj m s 0.74 2.77 0.10 1.55 -illustrée illustrer ver f s 2.59 11.55 0.34 0.61 par:pas; -illustrées illustré adj f p 0.74 2.77 0.15 0.07 -illustrés illustré adj m p 0.74 2.77 0.39 0.74 -ilote ilote nom m s 0.00 0.61 0.00 0.27 -ilotes ilote nom m p 0.00 0.61 0.00 0.34 -ilotisme ilotisme nom m s 0.14 0.00 0.14 0.00 -ils ils pro_per m p 3075.07 2809.53 3075.07 2809.53 -iléaux iléal adj m p 0.01 0.00 0.01 0.00 -iléus iléus nom m 0.03 0.00 0.03 0.00 -image image nom f s 82.13 188.92 51.34 119.39 -imageant imager ver 0.73 1.76 0.01 0.00 par:pre; -imager imager ver 0.73 1.76 0.02 0.07 inf; -imagerie imagerie nom f s 0.54 2.09 0.54 1.89 -imageries imagerie nom f p 0.54 2.09 0.00 0.20 -images image nom f p 82.13 188.92 30.79 69.53 -imageur imageur nom m s 0.03 0.00 0.02 0.00 -imageurs imageur nom m p 0.03 0.00 0.01 0.00 -imagier imagier nom m s 0.00 1.01 0.00 0.27 -imagiers imagier nom m p 0.00 1.01 0.00 0.74 -imagina imaginer ver 194.28 241.15 0.29 8.78 ind:pas:3s; -imaginable imaginable adj s 0.79 2.36 0.20 1.08 -imaginables imaginable adj p 0.79 2.36 0.58 1.28 -imaginai imaginer ver 194.28 241.15 0.05 3.72 ind:pas:1s; -imaginaient imaginer ver 194.28 241.15 0.27 2.91 ind:imp:3p; -imaginaire imaginaire adj s 5.34 19.32 3.80 12.36 -imaginairement imaginairement adv 0.00 0.14 0.00 0.14 -imaginaires imaginaire adj p 5.34 19.32 1.54 6.96 -imaginais imaginer ver 194.28 241.15 11.64 19.66 ind:imp:1s;ind:imp:2s; -imaginait imaginer ver 194.28 241.15 1.63 27.84 ind:imp:3s; -imaginant imaginer ver 194.28 241.15 0.78 7.57 par:pre; -imaginatif imaginatif adj m s 0.75 2.09 0.44 1.08 -imaginatifs imaginatif adj m p 0.75 2.09 0.02 0.34 -imagination imagination nom f s 27.64 48.58 27.14 45.81 -imaginations imagination nom f p 27.64 48.58 0.50 2.77 -imaginative imaginatif adj f s 0.75 2.09 0.15 0.54 -imaginatives imaginatif adj f p 0.75 2.09 0.14 0.14 -imagine imaginer ver 194.28 241.15 77.33 53.58 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:1s;sub:pre:3s; -imaginent imaginer ver 194.28 241.15 2.05 4.46 ind:pre:3p; -imaginer imaginer ver 194.28 241.15 37.09 64.26 inf; -imaginerai imaginer ver 194.28 241.15 0.08 0.14 ind:fut:1s; -imagineraient imaginer ver 194.28 241.15 0.23 0.41 cnd:pre:3p; -imaginerais imaginer ver 194.28 241.15 0.03 0.27 cnd:pre:1s; -imaginerait imaginer ver 194.28 241.15 0.13 0.81 cnd:pre:3s; -imagineras imaginer ver 194.28 241.15 0.05 0.00 ind:fut:2s; -imaginerez imaginer ver 194.28 241.15 0.20 0.00 ind:fut:2p; -imagineriez imaginer ver 194.28 241.15 0.00 0.07 cnd:pre:2p; -imaginerons imaginer ver 194.28 241.15 0.00 0.07 ind:fut:1p; -imagineront imaginer ver 194.28 241.15 0.04 0.14 ind:fut:3p; -imagines imaginer ver 194.28 241.15 19.91 9.46 ind:pre:2s;sub:pre:2s; -imaginez imaginer ver 194.28 241.15 23.35 10.54 imp:pre:2p;ind:pre:2p; -imaginiez imaginer ver 194.28 241.15 0.86 0.41 ind:imp:2p;sub:pre:2p; -imaginions imaginer ver 194.28 241.15 0.48 1.55 ind:imp:1p; -imaginâmes imaginer ver 194.28 241.15 0.00 0.14 ind:pas:1p; -imaginons imaginer ver 194.28 241.15 2.80 0.74 imp:pre:1p;ind:pre:1p; -imaginât imaginer ver 194.28 241.15 0.00 0.20 sub:imp:3s; -imaginèrent imaginer ver 194.28 241.15 0.02 0.41 ind:pas:3p; -imaginé imaginer ver m s 194.28 241.15 13.33 18.38 par:pas; -imaginée imaginer ver f s 194.28 241.15 1.34 2.77 par:pas; -imaginées imaginer ver f p 194.28 241.15 0.09 1.01 par:pas; -imaginés imaginer ver m p 194.28 241.15 0.21 0.88 par:pas; -imago imago nom m s 0.00 0.07 0.00 0.07 -imagé imagé adj m s 0.10 1.01 0.08 0.34 -imagée imagé adj f s 0.10 1.01 0.02 0.34 -imagées imager ver f p 0.73 1.76 0.01 0.07 par:pas; -imagés imagé adj m p 0.10 1.01 0.00 0.20 -imam imam nom m s 1.27 0.34 1.11 0.14 -imams imam nom m p 1.27 0.34 0.16 0.20 -iman iman nom m s 0.02 0.07 0.02 0.07 -imbaisable imbaisable adj s 0.14 0.07 0.14 0.07 -imbattable imbattable adj s 2.12 2.43 1.86 2.03 -imbattables imbattable adj m p 2.12 2.43 0.27 0.41 -imberbe imberbe adj s 0.27 1.35 0.21 0.95 -imberbes imberbe adj p 0.27 1.35 0.06 0.41 -imbiba imbiber ver 1.28 7.36 0.00 0.14 ind:pas:3s; -imbibaient imbiber ver 1.28 7.36 0.00 0.20 ind:imp:3p; -imbibais imbiber ver 1.28 7.36 0.01 0.00 ind:imp:1s; -imbibait imbiber ver 1.28 7.36 0.00 0.61 ind:imp:3s; -imbibant imbiber ver 1.28 7.36 0.01 0.41 par:pre; -imbibe imbiber ver 1.28 7.36 0.03 0.54 ind:pre:3s; -imbiber imbiber ver 1.28 7.36 0.30 0.34 inf; -imbiberai imbiber ver 1.28 7.36 0.02 0.00 ind:fut:1s; -imbiberais imbiber ver 1.28 7.36 0.00 0.07 cnd:pre:1s; -imbiberait imbiber ver 1.28 7.36 0.01 0.07 cnd:pre:3s; -imbibition imbibition nom f s 0.00 0.07 0.00 0.07 -imbibé imbiber ver m s 1.28 7.36 0.39 2.77 par:pas; -imbibée imbiber ver f s 1.28 7.36 0.27 1.15 par:pas; -imbibées imbibé adj f p 0.36 0.81 0.14 0.00 -imbibés imbiber ver m p 1.28 7.36 0.21 0.88 par:pas; -imbitable imbitable adj m s 0.03 0.07 0.01 0.07 -imbitables imbitable adj m p 0.03 0.07 0.02 0.00 -imbittable imbittable adj s 0.00 0.07 0.00 0.07 -imbrication imbrication nom f s 0.00 0.61 0.00 0.47 -imbrications imbrication nom f p 0.00 0.61 0.00 0.14 -imbriquaient imbriquer ver 0.23 1.35 0.00 0.07 ind:imp:3p; -imbriquait imbriquer ver 0.23 1.35 0.00 0.14 ind:imp:3s; -imbriquant imbriquer ver 0.23 1.35 0.00 0.14 par:pre; -imbrique imbriquer ver 0.23 1.35 0.04 0.20 ind:pre:3s; -imbriquent imbriquer ver 0.23 1.35 0.03 0.27 ind:pre:3p; -imbriquer imbriquer ver 0.23 1.35 0.10 0.07 inf; -imbriqué imbriqué adj m s 0.05 0.74 0.00 0.14 -imbriquée imbriquer ver f s 0.23 1.35 0.01 0.07 par:pas; -imbriquées imbriqué adj f p 0.05 0.74 0.03 0.47 -imbriqués imbriquer ver m p 0.23 1.35 0.04 0.20 par:pas; -imbrisable imbrisable adj s 0.01 0.00 0.01 0.00 -imbroglio imbroglio nom m s 0.46 1.69 0.33 1.55 -imbroglios imbroglio nom m p 0.46 1.69 0.13 0.14 -imbu imbu adj m s 0.56 1.42 0.41 0.88 -imbécile imbécile nom s 43.42 30.68 35.01 20.47 -imbécilement imbécilement adv 0.00 0.27 0.00 0.27 -imbéciles imbécile nom p 43.42 30.68 8.42 10.20 -imbécillité imbécillité nom f s 0.25 2.70 0.20 2.23 -imbécillités imbécillité nom f p 0.25 2.70 0.05 0.47 -imbue imbu adj f s 0.56 1.42 0.09 0.27 -imbues imbu adj f p 0.56 1.42 0.01 0.07 -imbus imbu adj m p 0.56 1.42 0.05 0.20 -imbuvable imbuvable adj f s 0.60 0.47 0.60 0.47 -imidazole imidazole nom m s 0.03 0.00 0.03 0.00 -imita imiter ver 14.69 41.35 0.01 3.51 ind:pas:3s; -imitable imitable adj m s 0.00 0.14 0.00 0.07 -imitables imitable adj m p 0.00 0.14 0.00 0.07 -imitai imiter ver 14.69 41.35 0.01 0.07 ind:pas:1s; -imitaient imiter ver 14.69 41.35 0.14 0.95 ind:imp:3p; -imitais imiter ver 14.69 41.35 0.45 0.81 ind:imp:1s;ind:imp:2s; -imitait imiter ver 14.69 41.35 0.45 4.12 ind:imp:3s; -imitant imiter ver 14.69 41.35 0.46 7.64 par:pre; -imitateur imitateur nom m s 1.00 0.47 0.48 0.34 -imitateurs imitateur nom m p 1.00 0.47 0.39 0.14 -imitation imitation nom f s 4.25 7.30 3.33 5.68 -imitations imitation nom f p 4.25 7.30 0.92 1.62 -imitative imitatif adj f s 0.00 0.20 0.00 0.14 -imitatives imitatif adj f p 0.00 0.20 0.00 0.07 -imitatrice imitateur nom f s 1.00 0.47 0.13 0.00 -imite imiter ver 14.69 41.35 3.85 3.92 imp:pre:2s;ind:pre:1s;ind:pre:3s; -imitent imiter ver 14.69 41.35 0.78 0.95 ind:pre:3p; -imiter imiter ver 14.69 41.35 6.00 12.97 inf; -imitera imiter ver 14.69 41.35 0.11 0.07 ind:fut:3s; -imiterai imiter ver 14.69 41.35 0.05 0.07 ind:fut:1s; -imiteraient imiter ver 14.69 41.35 0.01 0.07 cnd:pre:3p; -imiterais imiter ver 14.69 41.35 0.01 0.07 cnd:pre:1s; -imiterait imiter ver 14.69 41.35 0.04 0.14 cnd:pre:3s; -imiteront imiter ver 14.69 41.35 0.08 0.07 ind:fut:3p; -imites imiter ver 14.69 41.35 0.70 0.07 ind:pre:2s; -imitez imiter ver 14.69 41.35 0.50 0.07 imp:pre:2p;ind:pre:2p; -imitiez imiter ver 14.69 41.35 0.04 0.07 ind:imp:2p; -imitions imiter ver 14.69 41.35 0.01 0.07 ind:imp:1p; -imitâmes imiter ver 14.69 41.35 0.00 0.07 ind:pas:1p; -imitons imiter ver 14.69 41.35 0.26 0.14 imp:pre:1p;ind:pre:1p; -imitât imiter ver 14.69 41.35 0.00 0.07 sub:imp:3s; -imitèrent imiter ver 14.69 41.35 0.00 1.08 ind:pas:3p; -imité imiter ver m s 14.69 41.35 0.40 2.57 par:pas; -imitée imiter ver f s 14.69 41.35 0.28 0.68 par:pas; -imitées imiter ver f p 14.69 41.35 0.02 0.41 par:pas; -imités imiter ver m p 14.69 41.35 0.03 0.68 par:pas; -immaculation immaculation nom f s 0.00 0.54 0.00 0.54 -immaculé immaculé adj m s 2.29 9.39 1.05 2.84 -immaculée immaculé adj f s 2.29 9.39 0.66 3.85 -immaculées immaculé adj f p 2.29 9.39 0.27 1.08 -immaculés immaculé adj m p 2.29 9.39 0.32 1.62 -immanence immanence nom f s 0.00 0.07 0.00 0.07 -immanent immanent adj m s 0.07 1.01 0.00 0.14 -immanente immanent adj f s 0.07 1.01 0.07 0.88 -immanentisme immanentisme nom m s 0.00 0.07 0.00 0.07 -immangeable immangeable adj m s 0.74 0.68 0.69 0.54 -immangeables immangeable adj p 0.74 0.68 0.05 0.14 -immanquable immanquable adj s 0.04 0.14 0.04 0.07 -immanquablement immanquablement adv 0.10 3.24 0.10 3.24 -immanquables immanquable adj p 0.04 0.14 0.00 0.07 -immarcescible immarcescible adj s 0.00 0.07 0.00 0.07 -immatriculation immatriculation nom f s 4.64 0.95 4.13 0.88 -immatriculations immatriculation nom f p 4.64 0.95 0.51 0.07 -immatriculer immatriculer ver 0.95 1.15 0.04 0.00 inf; -immatriculé immatriculé adj m s 1.68 0.07 0.28 0.00 -immatriculée immatriculé adj f s 1.68 0.07 1.40 0.07 -immatriculées immatriculer ver f p 0.95 1.15 0.03 0.27 par:pas; -immature immature adj s 2.98 0.27 2.42 0.20 -immatures immature adj p 2.98 0.27 0.56 0.07 -immatérialité immatérialité nom f s 0.00 0.07 0.00 0.07 -immatériel immatériel adj m s 0.42 3.72 0.23 1.76 -immatérielle immatériel adj f s 0.42 3.72 0.17 1.49 -immatérielles immatériel adj f p 0.42 3.72 0.00 0.20 -immatériels immatériel adj m p 0.42 3.72 0.03 0.27 -immaturité immaturité nom f s 0.48 0.34 0.48 0.34 -immense immense adj s 21.56 106.89 19.01 83.99 -immenses immense adj p 21.56 106.89 2.55 22.91 -immensité immensité nom f s 1.53 8.45 1.52 7.97 -immensités immensité nom f p 1.53 8.45 0.01 0.47 -immensément immensément adv 0.39 2.30 0.39 2.30 -immensurable immensurable adj s 0.00 0.14 0.00 0.14 -immerge immerger ver 1.95 2.84 0.17 0.14 ind:pre:1s;ind:pre:3s; -immergea immerger ver 1.95 2.84 0.00 0.14 ind:pas:3s; -immergeait immerger ver 1.95 2.84 0.00 0.27 ind:imp:3s; -immergeant immerger ver 1.95 2.84 0.01 0.00 par:pre; -immergent immerger ver 1.95 2.84 0.00 0.07 ind:pre:3p; -immergeons immerger ver 1.95 2.84 0.10 0.00 imp:pre:1p; -immerger immerger ver 1.95 2.84 0.39 0.41 inf; -immergerons immerger ver 1.95 2.84 0.01 0.00 ind:fut:1p; -immergez immerger ver 1.95 2.84 0.03 0.00 imp:pre:2p; -immergiez immerger ver 1.95 2.84 0.00 0.07 ind:imp:2p; -immergèrent immerger ver 1.95 2.84 0.10 0.07 ind:pas:3p; -immergé immerger ver m s 1.95 2.84 0.67 0.81 par:pas; -immergée immerger ver f s 1.95 2.84 0.22 0.41 par:pas; -immergées immergé adj f p 0.29 1.42 0.11 0.34 -immergés immerger ver m p 1.95 2.84 0.25 0.27 par:pas; -immersion immersion nom f s 1.29 1.15 1.29 1.15 -immettable immettable adj s 0.16 0.14 0.16 0.14 -immeuble immeuble nom m s 30.03 68.78 24.54 50.88 -immeubles immeuble nom m p 30.03 68.78 5.49 17.91 -immigrai immigrer ver 0.68 0.34 0.00 0.07 ind:pas:1s; -immigrant immigrant nom m s 1.46 0.88 0.43 0.20 -immigrante immigrant nom f s 1.46 0.88 0.06 0.00 -immigrants immigrant nom m p 1.46 0.88 0.96 0.68 -immigration immigration nom f s 4.91 0.81 4.91 0.81 -immigrer immigrer ver 0.68 0.34 0.29 0.07 inf; -immigré immigré nom m s 1.54 2.84 0.42 0.20 -immigrée immigré adj f s 0.83 1.28 0.28 0.07 -immigrées immigré adj f p 0.83 1.28 0.01 0.20 -immigrés immigré nom m p 1.54 2.84 1.02 2.50 -imminence imminence nom f s 0.12 3.38 0.12 3.38 -imminent imminent adj m s 4.63 7.64 1.79 2.03 -imminente imminent adj f s 4.63 7.64 2.58 4.73 -imminentes imminent adj f p 4.63 7.64 0.17 0.41 -imminents imminent adj m p 4.63 7.64 0.08 0.47 -immisce immiscer ver 1.56 1.62 0.15 0.00 imp:pre:2s;ind:pre:1s;ind:pre:3s; -immiscent immiscer ver 1.56 1.62 0.07 0.07 ind:pre:3p; -immiscer immiscer ver 1.56 1.62 1.17 1.08 inf; -immiscerait immiscer ver 1.56 1.62 0.02 0.00 cnd:pre:3s; -immisces immiscer ver 1.56 1.62 0.01 0.00 ind:pre:2s; -immiscibles immiscible adj m p 0.00 0.07 0.00 0.07 -immiscé immiscer ver m s 1.56 1.62 0.06 0.07 par:pas; -immiscée immiscer ver f s 1.56 1.62 0.04 0.00 par:pas; -immisçaient immiscer ver 1.56 1.62 0.00 0.14 ind:imp:3p; -immisçait immiscer ver 1.56 1.62 0.01 0.14 ind:imp:3s; -immisçant immiscer ver 1.56 1.62 0.02 0.14 par:pre; -immixtion immixtion nom f s 0.10 0.54 0.10 0.47 -immixtions immixtion nom f p 0.10 0.54 0.00 0.07 -immobile immobile adj s 8.03 116.42 6.67 87.50 -immobiles immobile adj p 8.03 116.42 1.35 28.92 -immobilier immobilier adj m s 6.43 3.45 3.27 1.76 -immobiliers immobilier adj m p 6.43 3.45 1.13 0.47 -immobilisa immobiliser ver 3.23 30.27 0.00 8.24 ind:pas:3s; -immobilisai immobiliser ver 3.23 30.27 0.00 0.27 ind:pas:1s; -immobilisaient immobiliser ver 3.23 30.27 0.00 0.54 ind:imp:3p; -immobilisais immobiliser ver 3.23 30.27 0.00 0.14 ind:imp:1s; -immobilisait immobiliser ver 3.23 30.27 0.14 2.23 ind:imp:3s; -immobilisant immobiliser ver 3.23 30.27 0.01 1.76 par:pre; -immobilisation immobilisation nom f s 0.08 0.34 0.08 0.27 -immobilisations immobilisation nom f p 0.08 0.34 0.00 0.07 -immobilise immobiliser ver 3.23 30.27 0.53 2.91 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -immobilisent immobiliser ver 3.23 30.27 0.01 0.81 ind:pre:3p; -immobiliser immobiliser ver 3.23 30.27 0.75 2.91 imp:pre:2p;inf; -immobilisera immobiliser ver 3.23 30.27 0.07 0.07 ind:fut:3s; -immobiliserait immobiliser ver 3.23 30.27 0.01 0.07 cnd:pre:3s; -immobiliseront immobiliser ver 3.23 30.27 0.02 0.07 ind:fut:3p; -immobilises immobiliser ver 3.23 30.27 0.01 0.07 ind:pre:2s; -immobilisez immobiliser ver 3.23 30.27 0.24 0.00 imp:pre:2p; -immobilisme immobilisme nom m s 0.04 0.27 0.04 0.27 -immobilisons immobiliser ver 3.23 30.27 0.00 0.07 ind:pre:1p; -immobilisèrent immobiliser ver 3.23 30.27 0.00 1.15 ind:pas:3p; -immobilisé immobiliser ver m s 3.23 30.27 0.61 3.58 par:pas; -immobilisée immobiliser ver f s 3.23 30.27 0.33 2.84 par:pas; -immobilisées immobiliser ver f p 3.23 30.27 0.02 0.41 par:pas; -immobilisés immobiliser ver m p 3.23 30.27 0.48 2.16 par:pas; -immobilière immobilier adj f s 6.43 3.45 1.75 0.81 -immobilières immobilier adj f p 6.43 3.45 0.28 0.41 -immobilité immobilité nom f s 0.66 21.96 0.66 21.62 -immobilités immobilité nom f p 0.66 21.96 0.00 0.34 -immodeste immodeste adj f s 0.13 0.20 0.13 0.07 -immodestes immodeste adj f p 0.13 0.20 0.00 0.14 -immodestie immodestie nom f s 0.01 0.07 0.01 0.07 -immodéré immodéré adj m s 0.13 1.22 0.13 0.81 -immodérée immodéré adj f s 0.13 1.22 0.00 0.14 -immodérées immodéré adj f p 0.13 1.22 0.00 0.07 -immodérément immodérément adv 0.00 0.20 0.00 0.20 -immodérés immodéré adj m p 0.13 1.22 0.00 0.20 -immola immoler ver 2.54 1.01 0.01 0.07 ind:pas:3s; -immolation immolation nom f s 0.05 0.20 0.05 0.14 -immolations immolation nom f p 0.05 0.20 0.00 0.07 -immole immoler ver 2.54 1.01 0.82 0.07 imp:pre:2s;ind:pre:1s;ind:pre:3s; -immolent immoler ver 2.54 1.01 0.03 0.00 ind:pre:3p; -immoler immoler ver 2.54 1.01 0.73 0.20 inf; -immolé immoler ver m s 2.54 1.01 0.77 0.41 par:pas; -immolée immoler ver f s 2.54 1.01 0.01 0.07 par:pas; -immolés immoler ver m p 2.54 1.01 0.17 0.20 par:pas; -immonde immonde adj s 5.12 6.28 4.48 4.12 -immondes immonde adj p 5.12 6.28 0.64 2.16 -immondice immondice nom f s 0.46 2.36 0.02 0.14 -immondices immondice nom f p 0.46 2.36 0.44 2.23 -immoral immoral adj m s 3.88 1.76 2.96 0.81 -immorale immoral adj f s 3.88 1.76 0.59 0.27 -immoralement immoralement adv 0.27 0.00 0.27 0.00 -immorales immoral adj f p 3.88 1.76 0.07 0.14 -immoralisme immoralisme nom m s 0.00 0.20 0.00 0.20 -immoraliste immoraliste nom s 0.00 0.07 0.00 0.07 -immoralité immoralité nom f s 0.67 0.61 0.67 0.61 -immoraux immoral adj m p 3.88 1.76 0.26 0.54 -immortalisa immortaliser ver 1.17 1.62 0.01 0.14 ind:pas:3s; -immortalisait immortaliser ver 1.17 1.62 0.00 0.20 ind:imp:3s; -immortalisant immortaliser ver 1.17 1.62 0.00 0.14 par:pre; -immortalisation immortalisation nom f s 0.00 0.07 0.00 0.07 -immortalise immortaliser ver 1.17 1.62 0.09 0.00 imp:pre:2s;ind:pre:1s;ind:pre:3s; -immortaliser immortaliser ver 1.17 1.62 0.55 0.74 inf; -immortaliseraient immortaliser ver 1.17 1.62 0.01 0.00 cnd:pre:3p; -immortaliseront immortaliser ver 1.17 1.62 0.02 0.00 ind:fut:3p; -immortalisez immortaliser ver 1.17 1.62 0.01 0.00 imp:pre:2p; -immortalisé immortaliser ver m s 1.17 1.62 0.28 0.07 par:pas; -immortalisée immortaliser ver f s 1.17 1.62 0.03 0.14 par:pas; -immortalisées immortaliser ver f p 1.17 1.62 0.11 0.07 par:pas; -immortalisés immortaliser ver m p 1.17 1.62 0.06 0.14 par:pas; -immortalité immortalité nom f s 3.67 4.53 3.67 4.46 -immortalités immortalité nom f p 3.67 4.53 0.00 0.07 -immortel immortel adj m s 6.66 5.74 2.88 2.30 -immortelle immortel adj f s 6.66 5.74 2.12 1.89 -immortelles immortel adj f p 6.66 5.74 0.36 0.54 -immortels immortel adj m p 6.66 5.74 1.29 1.01 -immortifiées immortifié adj f p 0.00 0.07 0.00 0.07 -immotivée immotivé adj f s 0.01 0.14 0.00 0.07 -immotivés immotivé adj m p 0.01 0.14 0.01 0.07 -immuabilité immuabilité nom f s 0.01 0.20 0.01 0.20 -immuable immuable adj s 1.64 9.80 1.24 7.84 -immuablement immuablement adv 0.01 0.74 0.01 0.74 -immuables immuable adj p 1.64 9.80 0.40 1.96 -immédiat immédiat adj m s 9.77 24.59 4.59 9.59 -immédiate immédiat adj f s 9.77 24.59 4.19 10.61 -immédiatement immédiatement adv 56.35 42.64 56.35 42.64 -immédiates immédiat adj f p 9.77 24.59 0.44 1.96 -immédiateté immédiateté nom f s 0.02 0.07 0.02 0.07 -immédiats immédiat adj m p 9.77 24.59 0.54 2.43 -immémorial immémorial adj m s 0.04 4.93 0.00 1.89 -immémoriale immémorial adj f s 0.04 4.93 0.01 1.15 -immémoriales immémorial adj f p 0.04 4.93 0.01 1.01 -immémoriaux immémorial adj m p 0.04 4.93 0.02 0.88 -immune immun adj f s 0.01 0.07 0.01 0.07 -immunisait immuniser ver 1.96 0.68 0.00 0.14 ind:imp:3s; -immunisation immunisation nom f s 0.08 0.07 0.08 0.07 -immunise immuniser ver 1.96 0.68 0.04 0.07 ind:pre:3s; -immunisent immuniser ver 1.96 0.68 0.03 0.00 ind:pre:3p; -immuniser immuniser ver 1.96 0.68 0.09 0.20 inf; -immunisé immuniser ver m s 1.96 0.68 0.97 0.20 par:pas; -immunisée immuniser ver f s 1.96 0.68 0.36 0.07 par:pas; -immunisés immuniser ver m p 1.96 0.68 0.48 0.00 par:pas; -immunitaire immunitaire adj s 1.73 0.54 1.64 0.20 -immunitaires immunitaire adj p 1.73 0.54 0.09 0.34 -immunité immunité nom f s 2.99 1.42 2.92 1.42 -immunités immunité nom f p 2.99 1.42 0.06 0.00 -immunodéficience immunodéficience nom f s 0.04 0.00 0.04 0.00 -immunodéficitaire immunodéficitaire adj f s 0.03 0.00 0.03 0.00 -immunodéprimé immunodéprimé adj m s 0.02 0.00 0.02 0.00 -immunogène immunogène adj f s 0.00 0.14 0.00 0.14 -immunologie immunologie nom f s 0.02 0.00 0.02 0.00 -immunologique immunologique adj s 0.05 0.07 0.05 0.07 -immunologiste immunologiste nom s 0.09 0.00 0.09 0.00 -immunostimulant immunostimulant nom m s 0.01 0.00 0.01 0.00 -immunothérapie immunothérapie nom f s 0.01 0.00 0.01 0.00 -immérité immérité adj m s 0.24 0.88 0.20 0.27 -imméritée immérité adj f s 0.24 0.88 0.02 0.27 -imméritées immérité adj f p 0.24 0.88 0.00 0.20 -immérités immérité adj m p 0.24 0.88 0.03 0.14 -immutabilité immutabilité nom f s 0.14 0.00 0.14 0.00 -impôt impôt nom m s 15.14 6.55 2.67 1.76 -impôts impôt nom m p 15.14 6.55 12.47 4.80 -impact impact nom m s 9.54 2.50 8.36 2.30 -impacts impact nom m p 9.54 2.50 1.19 0.20 -impair impair adj m s 0.58 1.08 0.20 0.68 -impaire impair adj f s 0.58 1.08 0.03 0.00 -impaires impair adj f p 0.58 1.08 0.00 0.14 -impairs impair adj m p 0.58 1.08 0.36 0.27 -impala impala nom m s 0.19 1.22 0.17 1.01 -impalas impala nom m p 0.19 1.22 0.02 0.20 -impalpabilité impalpabilité nom f s 0.00 0.07 0.00 0.07 -impalpable impalpable adj s 0.60 5.27 0.60 3.72 -impalpablement impalpablement adv 0.00 0.07 0.00 0.07 -impalpables impalpable adj p 0.60 5.27 0.00 1.55 -imparable imparable adj s 0.43 0.81 0.41 0.68 -imparablement imparablement adv 0.00 0.07 0.00 0.07 -imparables imparable adj f p 0.43 0.81 0.02 0.14 -impardonnable impardonnable adj s 2.84 3.11 2.46 2.70 -impardonnablement impardonnablement adv 0.00 0.07 0.00 0.07 -impardonnables impardonnable adj p 2.84 3.11 0.39 0.41 -imparfait imparfait adj m s 1.51 3.11 0.74 1.01 -imparfaite imparfait adj f s 1.51 3.11 0.23 1.22 -imparfaitement imparfaitement adv 0.02 0.81 0.02 0.81 -imparfaites imparfait adj f p 1.51 3.11 0.13 0.20 -imparfaits imparfait adj m p 1.51 3.11 0.41 0.68 -impartageable impartageable adj s 0.00 0.07 0.00 0.07 -imparti imparti adj m s 0.27 0.07 0.27 0.07 -impartial impartial adj m s 1.72 1.28 0.81 0.74 -impartiale impartial adj f s 1.72 1.28 0.69 0.27 -impartialement impartialement adv 0.04 0.34 0.04 0.34 -impartiales impartial adj f p 1.72 1.28 0.01 0.07 -impartialité impartialité nom f s 0.32 0.95 0.32 0.95 -impartiaux impartial adj m p 1.72 1.28 0.22 0.20 -impartie impartir ver f s 0.19 0.95 0.00 0.14 par:pas; -impartir impartir ver 0.19 0.95 0.00 0.14 inf; -impartis impartir ver m p 0.19 0.95 0.00 0.27 par:pas; -impassable impassable adj s 0.02 0.00 0.02 0.00 -impasse impasse nom f s 6.95 10.47 6.30 9.19 -impasses impasse nom f p 6.95 10.47 0.65 1.28 -impassibilité impassibilité nom f s 0.00 2.43 0.00 2.43 -impassible impassible adj s 1.48 11.49 1.29 9.66 -impassiblement impassiblement adv 0.00 0.14 0.00 0.14 -impassibles impassible adj p 1.48 11.49 0.18 1.82 -impatiemment impatiemment adv 0.79 2.50 0.79 2.50 -impatience impatience nom f s 7.59 33.78 7.59 33.11 -impatiences impatience nom f p 7.59 33.78 0.00 0.68 -impatiens impatiens nom f 0.01 0.00 0.01 0.00 -impatient impatient adj m s 12.64 16.76 7.40 9.19 -impatienta impatienter ver 2.74 10.54 0.00 1.28 ind:pas:3s; -impatientai impatienter ver 2.74 10.54 0.01 0.14 ind:pas:1s; -impatientaient impatienter ver 2.74 10.54 0.01 0.47 ind:imp:3p; -impatientais impatienter ver 2.74 10.54 0.00 0.27 ind:imp:1s; -impatientait impatienter ver 2.74 10.54 0.18 2.43 ind:imp:3s; -impatientant impatienter ver 2.74 10.54 0.00 0.14 par:pre; -impatiente impatient adj f s 12.64 16.76 3.34 3.99 -impatientent impatienter ver 2.74 10.54 0.63 0.34 ind:pre:3p; -impatienter impatienter ver 2.74 10.54 0.72 0.95 inf; -impatienterait impatienter ver 2.74 10.54 0.00 0.07 cnd:pre:3s; -impatientes impatient adj f p 12.64 16.76 0.26 0.68 -impatientez impatienter ver 2.74 10.54 0.01 0.27 imp:pre:2p;ind:pre:2p; -impatients impatient adj m p 12.64 16.76 1.63 2.91 -impatientèrent impatienter ver 2.74 10.54 0.00 0.14 ind:pas:3p; -impatienté impatienter ver m s 2.74 10.54 0.01 0.81 par:pas; -impatientée impatienter ver f s 2.74 10.54 0.01 0.34 par:pas; -impatientés impatienter ver m p 2.74 10.54 0.01 0.00 par:pas; -impatronisait impatroniser ver 0.00 0.20 0.00 0.07 ind:imp:3s; -impatroniser impatroniser ver 0.00 0.20 0.00 0.07 inf; -impatronisé impatroniser ver m s 0.00 0.20 0.00 0.07 par:pas; -impavide impavide adj s 0.29 1.89 0.29 1.28 -impavides impavide adj f p 0.29 1.89 0.00 0.61 -impayable impayable adj m s 0.36 0.81 0.30 0.74 -impayables impayable adj p 0.36 0.81 0.06 0.07 -impayé impayé adj m s 0.96 0.47 0.11 0.00 -impayée impayé adj f s 0.96 0.47 0.23 0.20 -impayées impayé adj f p 0.96 0.47 0.35 0.14 -impayés impayé adj m p 0.96 0.47 0.27 0.14 -impeachment impeachment nom m s 0.07 0.00 0.07 0.00 -impec impec adj 1.06 1.96 1.06 1.96 -impeccabilité impeccabilité nom f s 0.00 0.07 0.00 0.07 -impeccable impeccable adj s 6.96 10.07 5.67 8.24 -impeccablement impeccablement adv 0.09 2.64 0.09 2.64 -impeccables impeccable adj p 6.96 10.07 1.29 1.82 -impedimenta impedimenta nom m p 0.00 0.07 0.00 0.07 -impensable impensable adj s 2.94 2.57 2.91 2.23 -impensables impensable adj f p 2.94 2.57 0.03 0.34 -impensé impensé adj m s 0.00 0.14 0.00 0.14 -imper imper nom m s 2.08 2.91 1.95 2.50 -imperator imperator nom m s 0.09 0.20 0.09 0.20 -imperceptible imperceptible adj s 0.61 15.27 0.45 12.16 -imperceptiblement imperceptiblement adv 0.14 9.73 0.14 9.73 -imperceptibles imperceptible adj p 0.61 15.27 0.16 3.11 -imperfectible imperfectible adj s 0.01 0.00 0.01 0.00 -imperfection imperfection nom f s 1.00 1.69 0.34 0.61 -imperfections imperfection nom f p 1.00 1.69 0.66 1.08 -imperium imperium nom m s 0.08 0.07 0.08 0.07 -imperméabilisant imperméabilisant nom m s 0.01 0.00 0.01 0.00 -imperméabiliser imperméabiliser ver 0.23 0.00 0.01 0.00 inf; -imperméabilisé imperméabiliser ver m s 0.23 0.00 0.23 0.00 par:pas; -imperméabilité imperméabilité nom f s 0.00 0.14 0.00 0.14 -imperméable imperméable nom m s 2.14 11.62 1.95 10.14 -imperméables imperméable nom m p 2.14 11.62 0.19 1.49 -impers imper nom m p 2.08 2.91 0.13 0.41 -impersonnaliser impersonnaliser ver 0.01 0.00 0.01 0.00 inf; -impersonnalité impersonnalité nom f s 0.00 0.34 0.00 0.34 -impersonnel impersonnel adj m s 0.86 5.00 0.68 1.82 -impersonnelle impersonnel adj f s 0.86 5.00 0.15 2.43 -impersonnelles impersonnel adj f p 0.86 5.00 0.01 0.27 -impersonnels impersonnel adj m p 0.86 5.00 0.03 0.47 -impertinemment impertinemment adv 0.00 0.07 0.00 0.07 -impertinence impertinence nom f s 0.47 1.69 0.34 1.35 -impertinences impertinence nom f p 0.47 1.69 0.14 0.34 -impertinent impertinent adj m s 1.14 1.01 0.92 0.41 -impertinente impertinent adj f s 1.14 1.01 0.17 0.41 -impertinentes impertinent adj f p 1.14 1.01 0.04 0.20 -impertinents impertinent nom m p 0.97 0.20 0.27 0.07 -imperturbable imperturbable adj s 0.18 6.42 0.15 5.54 -imperturbablement imperturbablement adv 0.00 1.01 0.00 1.01 -imperturbables imperturbable adj p 0.18 6.42 0.04 0.88 -impie impie adj s 1.66 1.96 1.19 0.95 -impies impie nom p 1.09 1.28 0.94 0.54 -impitoyable impitoyable adj s 5.34 10.68 4.40 8.18 -impitoyablement impitoyablement adv 0.40 1.82 0.40 1.82 -impitoyables impitoyable adj p 5.34 10.68 0.94 2.50 -impiété impiété nom f s 0.74 1.08 0.74 0.95 -impiétés impiété nom f p 0.74 1.08 0.00 0.14 -implacabilité implacabilité nom f s 0.02 0.07 0.02 0.07 -implacable implacable adj s 2.02 10.54 1.77 9.46 -implacablement implacablement adv 0.11 0.20 0.11 0.20 -implacables implacable adj p 2.02 10.54 0.24 1.08 -implant implant nom m s 5.11 0.14 2.00 0.00 -implanta implanter ver 3.39 2.64 0.14 0.07 ind:pas:3s; -implantable implantable adj m s 0.01 0.00 0.01 0.00 -implantaient implanter ver 3.39 2.64 0.00 0.14 ind:imp:3p; -implantais implanter ver 3.39 2.64 0.01 0.07 ind:imp:1s; -implantait implanter ver 3.39 2.64 0.00 0.14 ind:imp:3s; -implantant implanter ver 3.39 2.64 0.05 0.07 par:pre; -implantation implantation nom f s 0.66 0.81 0.53 0.81 -implantations implantation nom f p 0.66 0.81 0.12 0.00 -implante implanter ver 3.39 2.64 0.39 0.07 ind:pre:3s; -implantent implanter ver 3.39 2.64 0.05 0.14 ind:pre:3p; -implanter implanter ver 3.39 2.64 1.10 0.95 inf; -implantez implanter ver 3.39 2.64 0.04 0.00 imp:pre:2p;ind:pre:2p; -implantiez implanter ver 3.39 2.64 0.02 0.00 ind:imp:2p; -implantons implanter ver 3.39 2.64 0.05 0.00 imp:pre:1p;ind:pre:1p; -implants implant nom m p 5.11 0.14 3.11 0.14 -implanté implanter ver m s 3.39 2.64 1.20 0.47 par:pas; -implantée implanter ver f s 3.39 2.64 0.17 0.20 par:pas; -implantées implanter ver f p 3.39 2.64 0.03 0.07 par:pas; -implantés implanter ver m p 3.39 2.64 0.14 0.27 par:pas; -implication implication nom f s 2.96 1.01 2.01 0.27 -implications implication nom f p 2.96 1.01 0.95 0.74 -implicite implicite adj s 0.26 1.28 0.23 1.08 -implicitement implicitement adv 0.19 1.15 0.19 1.15 -implicites implicite adj p 0.26 1.28 0.03 0.20 -impliqua impliquer ver 36.80 12.09 0.11 0.07 ind:pas:3s; -impliquaient impliquer ver 36.80 12.09 0.05 0.27 ind:imp:3p; -impliquait impliquer ver 36.80 12.09 0.66 2.91 ind:imp:3s; -impliquant impliquer ver 36.80 12.09 1.37 1.08 par:pre; -implique impliquer ver 36.80 12.09 6.73 3.99 imp:pre:2s;ind:pre:1s;ind:pre:3s; -impliquent impliquer ver 36.80 12.09 0.60 0.61 ind:pre:3p; -impliquer impliquer ver 36.80 12.09 4.07 0.47 inf; -impliquera impliquer ver 36.80 12.09 0.07 0.07 ind:fut:3s; -impliquerai impliquer ver 36.80 12.09 0.04 0.00 ind:fut:1s; -impliquerais impliquer ver 36.80 12.09 0.04 0.00 cnd:pre:1s;cnd:pre:2s; -impliquerait impliquer ver 36.80 12.09 0.52 0.41 cnd:pre:3s; -impliquerons impliquer ver 36.80 12.09 0.01 0.00 ind:fut:1p; -impliqueront impliquer ver 36.80 12.09 0.01 0.00 ind:fut:3p; -impliquez impliquer ver 36.80 12.09 0.34 0.00 imp:pre:2p;ind:pre:2p; -impliquions impliquer ver 36.80 12.09 0.01 0.00 ind:imp:1p; -impliquons impliquer ver 36.80 12.09 0.04 0.00 imp:pre:1p;ind:pre:1p; -impliquât impliquer ver 36.80 12.09 0.00 0.14 sub:imp:3s; -impliqué impliquer ver m s 36.80 12.09 13.38 1.28 par:pas; -impliquée impliquer ver f s 36.80 12.09 4.05 0.34 par:pas; -impliquées impliquer ver f p 36.80 12.09 1.21 0.07 par:pas; -impliqués impliquer ver m p 36.80 12.09 3.46 0.41 par:pas; -implora implorer ver 11.88 8.11 0.13 1.08 ind:pas:3s; -implorai implorer ver 11.88 8.11 0.00 0.14 ind:pas:1s; -imploraient implorer ver 11.88 8.11 0.05 0.20 ind:imp:3p; -implorais implorer ver 11.88 8.11 0.06 0.14 ind:imp:1s;ind:imp:2s; -implorait implorer ver 11.88 8.11 0.30 1.15 ind:imp:3s; -implorant implorer ver 11.88 8.11 0.49 1.22 par:pre; -implorante implorant adj f s 0.50 3.31 0.04 1.15 -implorantes implorant adj f p 0.50 3.31 0.11 0.20 -implorants implorant adj m p 0.50 3.31 0.12 0.81 -imploration imploration nom f s 0.01 1.01 0.01 0.88 -implorations imploration nom f p 0.01 1.01 0.00 0.14 -implore implorer ver 11.88 8.11 5.87 1.28 imp:pre:2s;ind:pre:1s;ind:pre:3s; -implorent implorer ver 11.88 8.11 0.90 0.41 ind:pre:3p; -implorer implorer ver 11.88 8.11 1.75 1.76 inf; -implorera implorer ver 11.88 8.11 0.02 0.07 ind:fut:3s; -implorerai implorer ver 11.88 8.11 0.03 0.07 ind:fut:1s; -implorerais implorer ver 11.88 8.11 0.01 0.00 cnd:pre:2s; -implorerez implorer ver 11.88 8.11 0.04 0.00 ind:fut:2p; -imploreront implorer ver 11.88 8.11 0.01 0.00 ind:fut:3p; -implorez implorer ver 11.88 8.11 0.24 0.07 imp:pre:2p;ind:pre:2p; -imploriez implorer ver 11.88 8.11 0.14 0.07 ind:imp:2p; -implorons implorer ver 11.88 8.11 1.13 0.07 imp:pre:1p;ind:pre:1p; -implorèrent implorer ver 11.88 8.11 0.01 0.07 ind:pas:3p; -imploré implorer ver m s 11.88 8.11 0.52 0.34 par:pas; -implorée implorer ver f s 11.88 8.11 0.19 0.00 par:pas; -implose imploser ver 0.47 0.34 0.07 0.27 ind:pre:1s;ind:pre:3s; -implosent imploser ver 0.47 0.34 0.02 0.07 ind:pre:3p; -imploser imploser ver 0.47 0.34 0.32 0.00 inf; -implosera imploser ver 0.47 0.34 0.04 0.00 ind:fut:3s; -implosez imploser ver 0.47 0.34 0.01 0.00 ind:pre:2p; -implosif implosif adj m s 0.06 0.07 0.04 0.00 -implosifs implosif adj m p 0.06 0.07 0.01 0.07 -implosion implosion nom f s 0.23 0.14 0.23 0.14 -implosive implosive nom f s 0.00 0.07 0.00 0.07 -implosives implosif adj f p 0.06 0.07 0.01 0.00 -implémentation implémentation nom f s 0.04 0.00 0.04 0.00 -implémenter implémenter ver 0.05 0.00 0.05 0.00 inf; -impoli impoli adj m s 4.76 0.68 3.32 0.47 -impolie impoli adj f s 4.76 0.68 0.95 0.20 -impoliment impoliment adv 0.03 0.00 0.03 0.00 -impolis impoli adj m p 4.76 0.68 0.48 0.00 -impolitesse impolitesse nom f s 1.01 0.88 1.00 0.81 -impolitesses impolitesse nom f p 1.01 0.88 0.01 0.07 -impollu impollu adj m s 0.00 0.07 0.00 0.07 -impolluable impolluable adj f s 0.00 0.07 0.00 0.07 -impollué impollué adj m s 0.00 0.47 0.00 0.14 -impolluée impollué adj f s 0.00 0.47 0.00 0.14 -impolluées impollué adj f p 0.00 0.47 0.00 0.07 -impollués impollué adj m p 0.00 0.47 0.00 0.14 -impondérable impondérable nom m s 0.10 0.61 0.03 0.20 -impondérables impondérable nom m p 0.10 0.61 0.07 0.41 -impopulaire impopulaire adj s 1.14 0.14 0.95 0.07 -impopulaires impopulaire adj m p 1.14 0.14 0.19 0.07 -impopularité impopularité nom f s 0.01 0.27 0.01 0.27 -import_export import_export nom m s 0.47 0.41 0.47 0.41 -import import nom m s 0.43 0.27 0.32 0.14 -importa importer ver 259.50 173.11 0.11 0.20 ind:pas:3s; -importable importable adj s 0.16 0.00 0.01 0.00 -importables importable adj p 0.16 0.00 0.15 0.00 -importaient importer ver 259.50 173.11 0.09 1.35 ind:imp:3p; -importait importer ver 259.50 173.11 2.25 15.68 ind:imp:3s; -importance importance nom f s 57.32 75.81 57.32 75.54 -importances importance nom f p 57.32 75.81 0.00 0.27 -important important adj m s 229.36 86.76 168.62 49.66 -importante important adj f s 229.36 86.76 35.29 18.31 -importantes important adj f p 229.36 86.76 13.80 8.99 -importants important adj m p 229.36 86.76 11.65 9.80 -importateur importateur nom m s 0.24 0.34 0.19 0.27 -importateurs importateur nom m p 0.24 0.34 0.05 0.07 -importation importation nom f s 1.23 2.23 0.73 1.01 -importations importation nom f p 1.23 2.23 0.50 1.22 -importe importer ver 259.50 173.11 251.39 151.08 imp:pre:2s;ind:pre:1s;ind:pre:3s; -importent importer ver 259.50 173.11 2.16 1.76 ind:pre:3p; -importer importer ver 259.50 173.11 1.01 0.68 inf; -importera importer ver 259.50 173.11 0.25 0.34 ind:fut:3s; -importeraient importer ver 259.50 173.11 0.01 0.00 cnd:pre:3p; -importerait importer ver 259.50 173.11 0.10 0.41 cnd:pre:3s; -importes importer ver 259.50 173.11 0.20 0.07 ind:pre:2s; -importât importer ver 259.50 173.11 0.00 0.07 sub:imp:3s; -imports import nom m p 0.43 0.27 0.11 0.14 -importé importer ver m s 259.50 173.11 1.05 0.61 par:pas; -importée importé adj f s 1.45 0.54 0.26 0.20 -importées importer ver f p 259.50 173.11 0.28 0.27 par:pas; -importun importun nom m s 0.36 1.82 0.32 1.01 -importuna importuner ver 4.66 3.38 0.00 0.07 ind:pas:3s; -importunaient importuner ver 4.66 3.38 0.00 0.20 ind:imp:3p; -importunais importuner ver 4.66 3.38 0.03 0.07 ind:imp:1s; -importunait importuner ver 4.66 3.38 0.14 0.68 ind:imp:3s; -importune importuner ver 4.66 3.38 0.51 0.20 imp:pre:2s;ind:pre:1s;ind:pre:3s; -importunent importuner ver 4.66 3.38 0.04 0.14 ind:pre:3p; -importuner importuner ver 4.66 3.38 2.79 0.95 inf; -importunerai importuner ver 4.66 3.38 0.07 0.00 ind:fut:1s; -importunerait importuner ver 4.66 3.38 0.01 0.00 cnd:pre:3s; -importunerez importuner ver 4.66 3.38 0.02 0.07 ind:fut:2p; -importunerons importuner ver 4.66 3.38 0.11 0.00 ind:fut:1p; -importunes importuner ver 4.66 3.38 0.27 0.00 ind:pre:2s; -importunez importuner ver 4.66 3.38 0.28 0.20 imp:pre:2p;ind:pre:2p; -importunités importunité nom f p 0.00 0.20 0.00 0.20 -importunât importuner ver 4.66 3.38 0.00 0.07 sub:imp:3s; -importuns importun adj m p 0.70 2.23 0.16 0.20 -importuné importuner ver m s 4.66 3.38 0.14 0.47 par:pas; -importunée importuner ver f s 4.66 3.38 0.20 0.20 par:pas; -importunés importuner ver m p 4.66 3.38 0.06 0.07 par:pas; -importés importé adj m p 1.45 0.54 0.39 0.20 -imposa imposer ver 23.62 78.38 0.79 3.72 ind:pas:3s; -imposable imposable adj s 0.29 0.14 0.20 0.07 -imposables imposable adj m p 0.29 0.14 0.09 0.07 -imposai imposer ver 23.62 78.38 0.00 0.20 ind:pas:1s; -imposaient imposer ver 23.62 78.38 0.08 2.50 ind:imp:3p; -imposais imposer ver 23.62 78.38 0.04 0.68 ind:imp:1s;ind:imp:2s; -imposait imposer ver 23.62 78.38 1.07 14.66 ind:imp:3s; -imposant imposant adj m s 1.47 9.39 0.97 3.72 -imposante imposant adj f s 1.47 9.39 0.42 4.39 -imposantes imposant adj f p 1.47 9.39 0.05 0.95 -imposants imposant adj m p 1.47 9.39 0.03 0.34 -imposassent imposer ver 23.62 78.38 0.00 0.07 sub:imp:3p; -impose imposer ver 23.62 78.38 6.92 12.77 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:1s; -imposent imposer ver 23.62 78.38 1.62 4.12 ind:pre:3p; -imposer imposer ver 23.62 78.38 7.19 19.53 inf; -imposera imposer ver 23.62 78.38 0.27 0.47 ind:fut:3s; -imposerai imposer ver 23.62 78.38 0.23 0.14 ind:fut:1s; -imposeraient imposer ver 23.62 78.38 0.01 0.20 cnd:pre:3p; -imposerais imposer ver 23.62 78.38 0.03 0.07 cnd:pre:1s; -imposerait imposer ver 23.62 78.38 0.07 1.08 cnd:pre:3s; -imposerez imposer ver 23.62 78.38 0.03 0.00 ind:fut:2p; -imposerions imposer ver 23.62 78.38 0.00 0.14 cnd:pre:1p; -imposerons imposer ver 23.62 78.38 0.05 0.14 ind:fut:1p; -imposeront imposer ver 23.62 78.38 0.03 0.14 ind:fut:3p; -imposes imposer ver 23.62 78.38 0.35 0.34 ind:pre:2s; -imposez imposer ver 23.62 78.38 0.41 0.20 imp:pre:2p;ind:pre:2p; -imposiez imposer ver 23.62 78.38 0.00 0.14 ind:imp:2p; -imposition imposition nom f s 0.69 0.41 0.69 0.34 -impositions imposition nom f p 0.69 0.41 0.00 0.07 -imposons imposer ver 23.62 78.38 0.30 0.14 imp:pre:1p;ind:pre:1p; -imposât imposer ver 23.62 78.38 0.01 0.54 sub:imp:3s; -impossibilité impossibilité nom f s 0.96 7.50 0.94 7.16 -impossibilités impossibilité nom f p 0.96 7.50 0.02 0.34 -impossible impossible adj s 124.54 96.01 122.32 90.07 -impossibles impossible adj p 124.54 96.01 2.22 5.95 -imposte imposte nom f s 0.01 0.68 0.01 0.68 -imposteur imposteur nom m s 6.04 1.96 5.43 1.42 -imposteurs imposteur nom m p 6.04 1.96 0.61 0.54 -imposèrent imposer ver 23.62 78.38 0.00 0.61 ind:pas:3p; -imposture imposture nom f s 1.82 3.38 1.78 3.18 -impostures imposture nom f p 1.82 3.38 0.04 0.20 -imposé imposer ver m s 23.62 78.38 2.46 6.42 par:pas; -imposée imposer ver f s 23.62 78.38 0.53 4.19 par:pas; -imposées imposer ver f p 23.62 78.38 0.52 1.62 par:pas; -imposés imposer ver m p 23.62 78.38 0.21 0.68 par:pas; -impotence impotence nom f s 0.01 0.07 0.01 0.07 -impotent impotent adj m s 0.90 1.22 0.64 0.47 -impotente impotent adj f s 0.90 1.22 0.21 0.61 -impotentes impotent adj f p 0.90 1.22 0.00 0.07 -impotents impotent adj m p 0.90 1.22 0.05 0.07 -impraticabilité impraticabilité nom f s 0.01 0.00 0.01 0.00 -impraticable impraticable adj s 0.33 1.35 0.15 0.95 -impraticables impraticable adj p 0.33 1.35 0.18 0.41 -impratique impratique adj s 0.00 0.07 0.00 0.07 -imprenable imprenable adj s 0.76 2.30 0.74 1.82 -imprenables imprenable adj p 0.76 2.30 0.02 0.47 -impresarii impresario nom m p 0.39 2.36 0.00 0.14 -impresario impresario nom m s 0.39 2.36 0.38 2.03 -impresarios impresario nom m p 0.39 2.36 0.01 0.20 -imprescriptible imprescriptible adj s 0.02 0.41 0.01 0.27 -imprescriptibles imprescriptible adj m p 0.02 0.41 0.01 0.14 -impression impression nom f s 90.19 155.27 88.30 146.28 -impressionna impressionner ver 24.98 24.26 0.01 1.49 ind:pas:3s; -impressionnable impressionnable adj s 1.02 0.68 0.78 0.68 -impressionnables impressionnable adj m p 1.02 0.68 0.24 0.00 -impressionnaient impressionner ver 24.98 24.26 0.00 0.61 ind:imp:3p; -impressionnais impressionner ver 24.98 24.26 0.14 0.00 ind:imp:1s;ind:imp:2s; -impressionnait impressionner ver 24.98 24.26 0.13 2.84 ind:imp:3s; -impressionnant impressionnant adj m s 15.91 9.86 12.98 4.59 -impressionnante impressionnant adj f s 15.91 9.86 2.09 3.78 -impressionnantes impressionnant adj f p 15.91 9.86 0.40 0.95 -impressionnants impressionnant adj m p 15.91 9.86 0.45 0.54 -impressionne impressionner ver 24.98 24.26 3.54 2.30 imp:pre:2s;ind:pre:1s;ind:pre:3s; -impressionnent impressionner ver 24.98 24.26 0.42 0.47 ind:pre:3p; -impressionner impressionner ver 24.98 24.26 5.97 4.66 inf; -impressionnera impressionner ver 24.98 24.26 0.26 0.00 ind:fut:3s; -impressionnerait impressionner ver 24.98 24.26 0.06 0.27 cnd:pre:3s; -impressionneras impressionner ver 24.98 24.26 0.02 0.00 ind:fut:2s; -impressionneront impressionner ver 24.98 24.26 0.00 0.07 ind:fut:3p; -impressionnes impressionner ver 24.98 24.26 0.82 0.07 ind:pre:1p;ind:pre:2s; -impressionnez impressionner ver 24.98 24.26 0.94 0.07 imp:pre:2p;ind:pre:2p; -impressionnisme impressionnisme nom m s 0.16 0.20 0.16 0.20 -impressionniste impressionniste adj s 0.28 1.15 0.11 0.54 -impressionnistes impressionniste adj p 0.28 1.15 0.17 0.61 -impressionnât impressionner ver 24.98 24.26 0.00 0.07 sub:imp:3s; -impressionnèrent impressionner ver 24.98 24.26 0.00 0.07 ind:pas:3p; -impressionné impressionner ver m s 24.98 24.26 6.91 7.16 par:pas; -impressionnée impressionner ver f s 24.98 24.26 3.34 1.89 par:pas; -impressionnées impressionner ver f p 24.98 24.26 0.07 0.20 par:pas; -impressionnés impressionner ver m p 24.98 24.26 1.50 1.55 par:pas; -impressions impression nom f p 90.19 155.27 1.89 8.99 -impressive impressif adj f s 0.03 0.00 0.03 0.00 -imprima imprimer ver 8.67 28.24 0.02 0.54 ind:pas:3s; -imprimable imprimable adj s 0.01 0.00 0.01 0.00 -imprimaient imprimer ver 8.67 28.24 0.03 0.68 ind:imp:3p; -imprimais imprimer ver 8.67 28.24 0.06 0.07 ind:imp:1s; -imprimait imprimer ver 8.67 28.24 0.03 2.23 ind:imp:3s; -imprimant imprimer ver 8.67 28.24 0.11 0.74 par:pre; -imprimante imprimante nom f s 0.95 0.07 0.95 0.07 -imprimatur imprimatur nom m 0.00 0.07 0.00 0.07 -imprime imprimer ver 8.67 28.24 1.82 1.55 imp:pre:2s;ind:pre:1s;ind:pre:3s; -impriment imprimer ver 8.67 28.24 0.31 0.47 ind:pre:3p; -imprimer imprimer ver 8.67 28.24 2.82 3.58 inf; -imprimera imprimer ver 8.67 28.24 0.03 0.14 ind:fut:3s; -imprimerai imprimer ver 8.67 28.24 0.04 0.00 ind:fut:1s; -imprimerait imprimer ver 8.67 28.24 0.01 0.07 cnd:pre:3s; -imprimeras imprimer ver 8.67 28.24 0.01 0.00 ind:fut:2s; -imprimerie imprimerie nom f s 1.63 9.53 1.60 9.12 -imprimeries imprimerie nom f p 1.63 9.53 0.03 0.41 -imprimerons imprimer ver 8.67 28.24 0.00 0.07 ind:fut:1p; -imprimeur imprimeur nom m s 1.12 2.97 1.01 2.09 -imprimeurs imprimeur nom m p 1.12 2.97 0.10 0.88 -imprimez imprimer ver 8.67 28.24 0.47 0.14 imp:pre:2p;ind:pre:2p; -imprimèrent imprimer ver 8.67 28.24 0.01 0.20 ind:pas:3p; -imprimé imprimer ver m s 8.67 28.24 1.79 7.91 par:pas; -imprimée imprimer ver f s 8.67 28.24 0.36 4.05 par:pas; -imprimées imprimer ver f p 8.67 28.24 0.22 2.84 par:pas; -imprimés imprimer ver m p 8.67 28.24 0.53 2.97 par:pas; -impro impro nom f s 0.82 0.14 0.82 0.14 -improbabilité improbabilité nom f s 0.11 0.20 0.11 0.20 -improbable improbable adj s 2.87 7.70 2.77 5.68 -improbables improbable adj p 2.87 7.70 0.09 2.03 -improductif improductif adj m s 0.85 0.54 0.20 0.20 -improductifs improductif adj m p 0.85 0.54 0.40 0.07 -improductive improductif adj f s 0.85 0.54 0.25 0.14 -improductives improductif adj f p 0.85 0.54 0.00 0.14 -impromptu impromptu adj m s 0.40 2.43 0.25 1.42 -impromptue impromptu adj f s 0.40 2.43 0.11 0.68 -impromptues impromptu adj f p 0.40 2.43 0.02 0.27 -impromptus impromptu nom m p 0.14 0.61 0.14 0.07 -imprononcé imprononcé adj m s 0.00 0.07 0.00 0.07 -imprononçable imprononçable adj m s 0.19 0.47 0.16 0.41 -imprononçables imprononçable adj m p 0.19 0.47 0.02 0.07 -impropre impropre adj s 0.50 1.62 0.48 1.22 -improprement improprement adv 0.11 0.07 0.11 0.07 -impropres impropre adj f p 0.50 1.62 0.02 0.41 -impropriétés impropriété nom f p 0.00 0.14 0.00 0.14 -improuva improuver ver 0.00 0.07 0.00 0.07 ind:pas:3s; -improuvable improuvable adj s 0.03 0.00 0.03 0.00 -improvisa improviser ver 7.09 8.92 0.03 0.68 ind:pas:3s; -improvisade improvisade nom f s 0.01 0.00 0.01 0.00 -improvisai improviser ver 7.09 8.92 0.00 0.07 ind:pas:1s; -improvisaient improviser ver 7.09 8.92 0.00 0.34 ind:imp:3p; -improvisais improviser ver 7.09 8.92 0.03 0.14 ind:imp:1s; -improvisait improviser ver 7.09 8.92 0.20 0.95 ind:imp:3s; -improvisant improviser ver 7.09 8.92 0.02 0.88 par:pre; -improvisateur improvisateur nom m s 0.01 0.27 0.01 0.20 -improvisateurs improvisateur nom m p 0.01 0.27 0.00 0.07 -improvisation improvisation nom f s 0.91 3.78 0.72 2.70 -improvisations improvisation nom f p 0.91 3.78 0.19 1.08 -improvise improviser ver 7.09 8.92 1.92 1.15 imp:pre:2s;ind:pre:1s;ind:pre:3s; -improvisent improviser ver 7.09 8.92 0.22 0.41 ind:pre:3p; -improviser improviser ver 7.09 8.92 2.79 1.42 inf; -improvisera improviser ver 7.09 8.92 0.21 0.14 ind:fut:3s; -improviserai improviser ver 7.09 8.92 0.19 0.00 ind:fut:1s; -improviserons improviser ver 7.09 8.92 0.01 0.00 ind:fut:1p; -improvisez improviser ver 7.09 8.92 0.14 0.00 imp:pre:2p;ind:pre:2p; -improvisions improviser ver 7.09 8.92 0.00 0.07 ind:imp:1p; -improvisons improviser ver 7.09 8.92 0.20 0.00 imp:pre:1p;ind:pre:1p; -improvisèrent improviser ver 7.09 8.92 0.00 0.14 ind:pas:3p; -improvisé improviser ver m s 7.09 8.92 0.82 1.28 par:pas; -improvisée improviser ver f s 7.09 8.92 0.26 0.34 par:pas; -improvisées improvisé adj f p 0.60 4.19 0.04 0.20 -improvisés improviser ver m p 7.09 8.92 0.04 0.54 par:pas; -imprègne imprégner ver 1.76 17.70 0.25 2.43 imp:pre:2s;ind:pre:1s;ind:pre:3s; -imprègnent imprégner ver 1.76 17.70 0.03 0.34 ind:pre:3p; -imprécateur imprécateur nom m s 0.00 0.07 0.00 0.07 -imprécation imprécation nom f s 0.12 3.38 0.11 0.34 -imprécations imprécation nom f p 0.12 3.38 0.01 3.04 -imprécis imprécis adj m 0.36 7.36 0.28 2.77 -imprécisable imprécisable nom s 0.00 0.20 0.00 0.20 -imprécise imprécis adj f s 0.36 7.36 0.07 2.97 -imprécises imprécis adj f p 0.36 7.36 0.01 1.62 -imprécision imprécision nom f s 0.06 1.01 0.04 0.95 -imprécisions imprécision nom f p 0.06 1.01 0.02 0.07 -imprudemment imprudemment adv 0.34 1.28 0.34 1.28 -imprudence imprudence nom f s 2.04 6.15 1.56 4.73 -imprudences imprudence nom f p 2.04 6.15 0.48 1.42 -imprudent imprudent adj m s 4.34 4.80 3.10 2.50 -imprudente imprudent adj f s 4.34 4.80 0.87 1.22 -imprudentes imprudent adj f p 4.34 4.80 0.08 0.61 -imprudents imprudent adj m p 4.34 4.80 0.30 0.47 -imprégna imprégner ver 1.76 17.70 0.00 0.34 ind:pas:3s; -imprégnaient imprégner ver 1.76 17.70 0.02 0.61 ind:imp:3p; -imprégnais imprégner ver 1.76 17.70 0.00 0.07 ind:imp:1s; -imprégnait imprégner ver 1.76 17.70 0.12 1.96 ind:imp:3s; -imprégnant imprégner ver 1.76 17.70 0.00 0.41 par:pre; -imprégnation imprégnation nom f s 0.01 0.68 0.01 0.54 -imprégnations imprégnation nom f p 0.01 0.68 0.00 0.14 -imprégner imprégner ver 1.76 17.70 0.27 2.36 inf; -imprégnez imprégner ver 1.76 17.70 0.04 0.00 imp:pre:2p; -imprégnèrent imprégner ver 1.76 17.70 0.01 0.07 ind:pas:3p; -imprégné imprégner ver m s 1.76 17.70 0.63 4.19 par:pas; -imprégnée imprégner ver f s 1.76 17.70 0.10 2.09 par:pas; -imprégnées imprégner ver f p 1.76 17.70 0.10 1.28 par:pas; -imprégnés imprégner ver m p 1.76 17.70 0.18 1.55 par:pas; -impréparation impréparation nom f s 0.00 0.14 0.00 0.14 -imprésario imprésario nom m s 1.21 1.49 1.05 1.22 -imprésarios imprésario nom m p 1.21 1.49 0.16 0.27 -imprésentable imprésentable adj s 0.00 0.20 0.00 0.14 -imprésentables imprésentable adj f p 0.00 0.20 0.00 0.07 -imprévisibilité imprévisibilité nom f s 0.17 0.20 0.17 0.20 -imprévisible imprévisible adj s 4.92 12.43 4.01 7.30 -imprévisiblement imprévisiblement adv 0.11 0.00 0.11 0.00 -imprévisibles imprévisible adj p 4.92 12.43 0.91 5.14 -imprévision imprévision nom f s 0.00 0.07 0.00 0.07 -imprévoyance imprévoyance nom f s 0.10 0.47 0.10 0.47 -imprévoyant imprévoyant adj m s 0.00 0.27 0.00 0.07 -imprévoyante imprévoyant adj f s 0.00 0.27 0.00 0.07 -imprévoyants imprévoyant adj m p 0.00 0.27 0.00 0.14 -imprévu imprévu nom m s 3.22 5.47 2.67 4.86 -imprévue imprévu adj f s 2.72 8.99 1.56 3.18 -imprévues imprévu adj f p 2.72 8.99 0.28 0.95 -imprévus imprévu nom m p 3.22 5.47 0.55 0.61 -impubliable impubliable adj s 0.01 0.34 0.01 0.27 -impubliables impubliable adj p 0.01 0.34 0.00 0.07 -impubère impubère adj f s 0.00 0.61 0.00 0.41 -impubères impubère adj p 0.00 0.61 0.00 0.20 -impécunieuse impécunieux adj f s 0.00 0.27 0.00 0.14 -impécunieux impécunieux adj m p 0.00 0.27 0.00 0.14 -impécuniosité impécuniosité nom f s 0.00 0.07 0.00 0.07 -impédance impédance nom f s 0.04 0.00 0.04 0.00 -impudemment impudemment adv 0.13 0.27 0.13 0.27 -impudence impudence nom f s 1.27 1.35 1.27 1.28 -impudences impudence nom f p 1.27 1.35 0.00 0.07 -impudent impudent adj m s 1.13 1.35 0.47 0.61 -impudente impudent adj f s 1.13 1.35 0.30 0.47 -impudentes impudent adj f p 1.13 1.35 0.02 0.00 -impudents impudent adj m p 1.13 1.35 0.34 0.27 -impudeur impudeur nom f s 0.25 4.19 0.25 4.05 -impudeurs impudeur nom f p 0.25 4.19 0.00 0.14 -impudicité impudicité nom f s 0.03 0.20 0.03 0.20 -impudique impudique adj s 0.65 3.04 0.63 2.23 -impudiquement impudiquement adv 0.01 0.20 0.01 0.20 -impudiques impudique adj p 0.65 3.04 0.03 0.81 -impuissance impuissance nom f s 2.50 16.62 2.50 16.28 -impuissances impuissance nom f p 2.50 16.62 0.00 0.34 -impuissant impuissant adj m s 7.58 11.55 4.49 4.93 -impuissante impuissant adj f s 7.58 11.55 1.14 4.46 -impuissantes impuissant adj f p 7.58 11.55 0.23 0.34 -impuissants impuissant adj m p 7.58 11.55 1.72 1.82 -impulsif impulsif adj m s 2.24 1.96 1.40 1.28 -impulsifs impulsif adj m p 2.24 1.96 0.26 0.14 -impulsion impulsion nom f s 4.58 8.38 3.00 6.01 -impulsions impulsion nom f p 4.58 8.38 1.58 2.36 -impulsive impulsif adj f s 2.24 1.96 0.54 0.47 -impulsivement impulsivement adv 0.07 0.34 0.07 0.34 -impulsives impulsif adj f p 2.24 1.96 0.04 0.07 -impulsivité impulsivité nom f s 0.13 0.07 0.13 0.07 -impuni impuni adj m s 1.48 0.74 0.89 0.34 -impunie impuni adj f s 1.48 0.74 0.46 0.07 -impunis impuni adj m p 1.48 0.74 0.13 0.34 -impénitent impénitent adj m s 0.07 1.35 0.03 0.68 -impénitente impénitent adj f s 0.07 1.35 0.01 0.00 -impénitents impénitent adj m p 0.07 1.35 0.03 0.68 -impunité impunité nom f s 0.93 1.42 0.93 1.42 -impunément impunément adv 1.90 3.24 1.90 3.24 -impénétrabilité impénétrabilité nom f s 0.00 0.20 0.00 0.20 -impénétrable impénétrable adj s 3.08 6.89 1.29 4.66 -impénétrables impénétrable adj p 3.08 6.89 1.79 2.23 -impur impur adj m s 3.91 4.53 1.44 2.23 -impératif impératif adj m s 1.38 3.78 1.21 1.55 -impératifs impératif nom m p 0.69 3.04 0.32 1.22 -impérative impératif adj f s 1.38 3.78 0.16 1.35 -impérativement impérativement adv 0.55 0.68 0.55 0.68 -impératives impératif adj f p 1.38 3.78 0.00 0.47 -impératrice impératrice nom f s 3.03 6.35 2.96 6.08 -impératrices impératrice nom f p 3.03 6.35 0.07 0.27 -impure impur adj f s 3.91 4.53 0.89 0.95 -impures impur adj f p 3.91 4.53 0.95 0.88 -impureté impureté nom f s 0.71 1.42 0.41 1.01 -impuretés impureté nom f p 0.71 1.42 0.31 0.41 -impérial impérial adj m s 6.77 19.12 2.10 7.64 -impériale impérial adj f s 6.77 19.12 4.21 7.77 -impériales impérial adj f p 6.77 19.12 0.13 2.09 -impérialisation impérialisation nom f s 0.01 0.00 0.01 0.00 -impérialisme impérialisme nom m s 0.64 1.35 0.64 1.35 -impérialiste impérialiste adj s 0.84 1.01 0.48 0.34 -impérialistes impérialiste adj p 0.84 1.01 0.35 0.68 -impériaux impérial adj m p 6.77 19.12 0.33 1.62 -impérieuse impérieux adj f s 0.54 12.09 0.03 4.66 -impérieusement impérieusement adv 0.00 1.69 0.00 1.69 -impérieuses impérieux adj f p 0.54 12.09 0.13 0.88 -impérieux impérieux adj m 0.54 12.09 0.38 6.55 -impérissable impérissable adj s 0.11 2.03 0.09 1.55 -impérissables impérissable adj p 0.11 2.03 0.02 0.47 -impéritie impéritie nom f s 0.00 0.20 0.00 0.20 -impurs impur adj m p 3.91 4.53 0.63 0.47 -imputable imputable adj s 0.03 0.74 0.02 0.54 -imputables imputable adj m p 0.03 0.74 0.01 0.20 -imputai imputer ver 0.90 2.77 0.00 0.07 ind:pas:1s; -imputaient imputer ver 0.90 2.77 0.02 0.20 ind:imp:3p; -imputais imputer ver 0.90 2.77 0.00 0.14 ind:imp:1s; -imputait imputer ver 0.90 2.77 0.00 0.41 ind:imp:3s; -imputant imputer ver 0.90 2.77 0.00 0.07 par:pre; -imputasse imputer ver 0.90 2.77 0.01 0.00 sub:imp:1s; -imputation imputation nom f s 0.04 0.54 0.03 0.20 -imputations imputation nom f p 0.04 0.54 0.01 0.34 -impute imputer ver 0.90 2.77 0.22 0.07 imp:pre:2s;ind:pre:1s;ind:pre:3s; -imputer imputer ver 0.90 2.77 0.26 0.81 inf; -imputera imputer ver 0.90 2.77 0.00 0.07 ind:fut:3s; -imputerai imputer ver 0.90 2.77 0.01 0.07 ind:fut:1s; -imputeront imputer ver 0.90 2.77 0.01 0.00 ind:fut:3p; -impétigo impétigo nom m s 0.08 0.41 0.08 0.41 -imputât imputer ver 0.90 2.77 0.00 0.07 sub:imp:3s; -impétrant impétrant nom m s 0.02 0.27 0.01 0.20 -impétrante impétrant nom f s 0.02 0.27 0.00 0.07 -impétrants impétrant nom m p 0.02 0.27 0.01 0.00 -imputrescible imputrescible adj s 0.00 0.47 0.00 0.41 -imputrescibles imputrescible adj m p 0.00 0.47 0.00 0.07 -imputèrent imputer ver 0.90 2.77 0.00 0.14 ind:pas:3p; -imputé imputer ver m s 0.90 2.77 0.03 0.14 par:pas; -imputée imputer ver f s 0.90 2.77 0.30 0.27 par:pas; -imputées imputer ver f p 0.90 2.77 0.01 0.07 par:pas; -impétueuse impétueux adj f s 1.44 2.97 0.55 0.81 -impétueusement impétueusement adv 0.01 0.41 0.01 0.41 -impétueuses impétueux adj f p 1.44 2.97 0.00 0.14 -impétueux impétueux adj m 1.44 2.97 0.89 2.03 -impétuosité impétuosité nom f s 0.18 0.95 0.18 0.95 -imputés imputer ver m p 0.90 2.77 0.03 0.20 par:pas; -in_bord in_bord adj m s 0.01 0.00 0.01 0.00 -in_bord in_bord nom m s 0.01 0.00 0.01 0.00 -in_folio in_folio nom m 0.00 0.61 0.00 0.61 -in_folios in_folios nom m 0.00 0.20 0.00 0.20 -in_octavo in_octavo nom m 0.01 0.34 0.01 0.34 -in_octavos in_octavos nom m 0.00 0.07 0.00 0.07 -in_quarto in_quarto adj 0.00 0.07 0.00 0.07 -in_quarto in_quarto nom m 0.00 0.07 0.00 0.07 -in_seize in_seize nom m 0.00 0.07 0.00 0.07 -in_absentia in_absentia adv 0.02 0.00 0.02 0.00 -in_abstracto in_abstracto adv 0.00 0.20 0.00 0.20 -in_anima_vili in_anima_vili adv 0.00 0.07 0.00 0.07 -in_cauda_venenum in_cauda_venenum adv 0.00 0.14 0.00 0.14 -in_extenso in_extenso adv 0.00 0.54 0.00 0.54 -in_extremis in_extremis adv 0.07 2.64 0.07 2.64 -in_memoriam in_memoriam adv 0.15 0.00 0.15 0.00 -in_pace in_pace nom m 0.16 0.07 0.16 0.07 -in_petto in_petto adv 0.00 1.22 0.00 1.22 -in_utero in_utero adj f p 0.05 0.00 0.05 0.00 -in_utero in_utero adv 0.05 0.00 0.05 0.00 -in_vino_veritas in_vino_veritas adv 0.05 0.00 0.05 0.00 -in_vitro in_vitro adj 0.22 0.34 0.22 0.34 -in_vivo in_vivo adv 0.00 0.07 0.00 0.07 -in in adj_sup 47.17 11.62 47.17 11.62 -inabordable inabordable adj s 0.22 0.34 0.22 0.34 -inabouti inabouti adj m s 0.00 0.14 0.00 0.07 -inaboutie inabouti adj f s 0.00 0.14 0.00 0.07 -inacceptable inacceptable adj s 4.09 2.70 3.75 2.36 -inacceptables inacceptable adj p 4.09 2.70 0.33 0.34 -inaccessibilité inaccessibilité nom f s 0.01 0.27 0.01 0.27 -inaccessible inaccessible adj s 2.74 10.88 2.32 8.04 -inaccessibles inaccessible adj p 2.74 10.88 0.42 2.84 -inaccompli inaccompli adj m s 0.04 0.47 0.03 0.34 -inaccomplis inaccompli adj m p 0.04 0.47 0.01 0.14 -inaccomplissement inaccomplissement nom m s 0.00 0.07 0.00 0.07 -inaccoutumé inaccoutumé adj m s 0.02 0.61 0.02 0.20 -inaccoutumée inaccoutumé adj f s 0.02 0.61 0.00 0.34 -inaccoutumées inaccoutumé adj f p 0.02 0.61 0.00 0.07 -inachevé inachevé adj m s 3.44 7.09 1.24 3.04 -inachevée inachevé adj f s 3.44 7.09 1.73 2.57 -inachevées inachevé adj f p 3.44 7.09 0.18 0.95 -inachevés inachevé adj m p 3.44 7.09 0.29 0.54 -inachèvement inachèvement nom m s 0.01 0.54 0.01 0.54 -inactif inactif adj m s 1.29 1.22 0.74 0.34 -inactifs inactif adj m p 1.29 1.22 0.39 0.14 -inaction inaction nom f s 0.12 2.36 0.12 2.36 -inactivation inactivation nom f s 0.01 0.00 0.01 0.00 -inactive inactif adj f s 1.29 1.22 0.12 0.61 -inactives inactif adj f p 1.29 1.22 0.04 0.14 -inactivité inactivité nom f s 0.17 0.74 0.17 0.74 -inactivé inactivé adj m s 0.01 0.00 0.01 0.00 -inactuel inactuel adj m s 0.00 0.07 0.00 0.07 -inadaptable inadaptable adj s 0.00 0.07 0.00 0.07 -inadaptation inadaptation nom f s 0.05 0.54 0.05 0.54 -inadapté inadapté adj m s 0.39 0.54 0.16 0.34 -inadaptée inadapté adj f s 0.39 0.54 0.05 0.07 -inadaptées inadapté adj f p 0.39 0.54 0.01 0.00 -inadaptés inadapté adj m p 0.39 0.54 0.17 0.14 -inadmissible inadmissible adj s 2.29 3.04 2.24 2.64 -inadmissibles inadmissible adj p 2.29 3.04 0.05 0.41 -inadéquat inadéquat adj m s 0.61 0.81 0.14 0.27 -inadéquate inadéquat adj f s 0.61 0.81 0.29 0.07 -inadéquatement inadéquatement adv 0.01 0.00 0.01 0.00 -inadéquates inadéquat adj f p 0.61 0.81 0.04 0.07 -inadéquation inadéquation nom f s 0.01 0.07 0.01 0.07 -inadéquats inadéquat adj m p 0.61 0.81 0.15 0.41 -inadvertance inadvertance nom f s 0.58 1.55 0.58 1.49 -inadvertances inadvertance nom f p 0.58 1.55 0.00 0.07 -inaliénable inaliénable adj s 0.16 0.14 0.11 0.07 -inaliénables inaliénable adj m p 0.16 0.14 0.05 0.07 -inaltérable inaltérable adj s 0.58 5.14 0.47 4.66 -inaltérables inaltérable adj p 0.58 5.14 0.11 0.47 -inaltéré inaltéré adj m s 0.03 0.34 0.01 0.14 -inaltérée inaltéré adj f s 0.03 0.34 0.02 0.07 -inaltérées inaltéré adj f p 0.03 0.34 0.00 0.07 -inaltérés inaltéré adj m p 0.03 0.34 0.00 0.07 -inamical inamical adj m s 0.23 0.41 0.04 0.34 -inamicale inamical adj f s 0.23 0.41 0.17 0.07 -inamicaux inamical adj m p 0.23 0.41 0.02 0.00 -inamovible inamovible adj s 0.17 0.95 0.16 0.41 -inamovibles inamovible adj p 0.17 0.95 0.01 0.54 -inanalysable inanalysable adj f s 0.00 0.34 0.00 0.07 -inanalysables inanalysable adj p 0.00 0.34 0.00 0.27 -inane inane adj s 0.00 0.07 0.00 0.07 -inanimation inanimation nom f s 0.00 0.07 0.00 0.07 -inanimé inanimé adj m s 0.94 3.11 0.48 1.62 -inanimée inanimé adj f s 0.94 3.11 0.12 0.74 -inanimées inanimé adj f p 0.94 3.11 0.03 0.20 -inanimés inanimé adj m p 0.94 3.11 0.32 0.54 -inanition inanition nom f s 0.02 1.62 0.02 1.62 -inanité inanité nom f s 0.14 1.28 0.14 1.28 -inapaisable inapaisable adj s 0.00 0.47 0.00 0.47 -inapaisée inapaisé adj f s 0.01 0.14 0.00 0.07 -inapaisées inapaisé adj f p 0.01 0.14 0.00 0.07 -inapaisés inapaisé adj m p 0.01 0.14 0.01 0.00 -inaperçu inaperçu adj m s 3.37 7.57 1.66 2.91 -inaperçue inaperçu adj f s 3.37 7.57 0.81 2.97 -inaperçues inaperçu adj f p 3.37 7.57 0.23 0.68 -inaperçus inaperçu adj m p 3.37 7.57 0.68 1.01 -inapplicable inapplicable adj s 0.03 0.07 0.02 0.00 -inapplicables inapplicable adj m p 0.03 0.07 0.01 0.07 -inapplication inapplication nom f s 0.00 0.07 0.00 0.07 -inapprivoisables inapprivoisable adj p 0.00 0.07 0.00 0.07 -inapprochable inapprochable adj s 0.04 0.00 0.04 0.00 -inapproprié inapproprié adj m s 1.59 0.07 0.86 0.00 -inappropriée inapproprié adj f s 1.59 0.07 0.52 0.07 -inappropriées inapproprié adj f p 1.59 0.07 0.13 0.00 -inappropriés inapproprié adj m p 1.59 0.07 0.08 0.00 -inappréciable inappréciable adj s 0.00 0.68 0.00 0.61 -inappréciables inappréciable adj m p 0.00 0.68 0.00 0.07 -inappréciée inapprécié adj f s 0.01 0.00 0.01 0.00 -inappétence inappétence nom f s 0.00 0.27 0.00 0.27 -inapte inapte adj s 2.00 2.03 1.30 1.55 -inaptes inapte adj m p 2.00 2.03 0.70 0.47 -inaptitude inaptitude nom f s 0.30 1.01 0.29 1.01 -inaptitudes inaptitude nom f p 0.30 1.01 0.01 0.00 -inarrangeable inarrangeable adj s 0.00 0.07 0.00 0.07 -inarticulé inarticulé adj m s 0.15 1.55 0.03 0.20 -inarticulée inarticulé adj f s 0.15 1.55 0.02 0.14 -inarticulées inarticulé adj f p 0.15 1.55 0.00 0.20 -inarticulés inarticulé adj m p 0.15 1.55 0.10 1.01 -inassimilable inassimilable adj s 0.00 0.14 0.00 0.07 -inassimilables inassimilable adj p 0.00 0.14 0.00 0.07 -inassouvi inassouvi adj m s 0.09 1.96 0.04 0.41 -inassouvie inassouvi adj f s 0.09 1.96 0.02 0.47 -inassouvies inassouvi adj f p 0.09 1.96 0.00 0.20 -inassouvis inassouvi adj m p 0.09 1.96 0.02 0.88 -inassouvissable inassouvissable adj m s 0.00 0.27 0.00 0.14 -inassouvissables inassouvissable adj p 0.00 0.27 0.00 0.14 -inassouvissement inassouvissement nom m s 0.00 0.07 0.00 0.07 -inassurable inassurable adj s 0.02 0.00 0.02 0.00 -inattaquable inattaquable adj s 0.52 1.15 0.48 1.08 -inattaquables inattaquable adj m p 0.52 1.15 0.03 0.07 -inatteignable inatteignable adj m s 0.19 0.34 0.16 0.34 -inatteignables inatteignable adj p 0.19 0.34 0.04 0.00 -inattendu inattendu adj m s 6.10 25.14 3.58 10.41 -inattendue inattendu adj f s 6.10 25.14 1.90 10.41 -inattendues inattendu adj f p 6.10 25.14 0.43 2.16 -inattendus inattendu adj m p 6.10 25.14 0.20 2.16 -inattentif inattentif adj m s 0.17 1.62 0.16 0.88 -inattentifs inattentif adj m p 0.17 1.62 0.00 0.34 -inattention inattention nom f s 0.52 2.30 0.52 2.30 -inattentive inattentif adj f s 0.17 1.62 0.01 0.27 -inattentives inattentif adj f p 0.17 1.62 0.00 0.14 -inattrapable inattrapable adj s 0.00 0.07 0.00 0.07 -inaudible inaudible adj s 5.34 3.65 4.68 2.23 -inaudibles inaudible adj p 5.34 3.65 0.66 1.42 -inaugura inaugurer ver 2.41 5.54 0.00 0.20 ind:pas:3s; -inaugurai inaugurer ver 2.41 5.54 0.00 0.20 ind:pas:1s; -inaugurais inaugurer ver 2.41 5.54 0.00 0.07 ind:imp:1s; -inaugurait inaugurer ver 2.41 5.54 0.04 0.81 ind:imp:3s; -inaugural inaugural adj m s 0.26 1.01 0.22 0.41 -inaugurale inaugural adj f s 0.26 1.01 0.04 0.54 -inaugurales inaugural adj f p 0.26 1.01 0.00 0.07 -inaugurant inaugurer ver 2.41 5.54 0.01 0.41 par:pre; -inauguration inauguration nom f s 3.12 2.77 2.99 2.57 -inaugurations inauguration nom f p 3.12 2.77 0.12 0.20 -inaugure inaugurer ver 2.41 5.54 0.86 0.54 imp:pre:2s;ind:pre:1s;ind:pre:3s; -inaugurer inaugurer ver 2.41 5.54 0.62 1.28 inf; -inaugurera inaugurer ver 2.41 5.54 0.23 0.00 ind:fut:3s; -inaugurions inaugurer ver 2.41 5.54 0.00 0.07 ind:imp:1p; -inaugurons inaugurer ver 2.41 5.54 0.01 0.14 imp:pre:1p;ind:pre:1p; -inaugurèrent inaugurer ver 2.41 5.54 0.00 0.14 ind:pas:3p; -inauguré inaugurer ver m s 2.41 5.54 0.55 1.15 par:pas; -inaugurée inaugurer ver f s 2.41 5.54 0.07 0.41 par:pas; -inaugurés inaugurer ver m p 2.41 5.54 0.01 0.14 par:pas; -inauthenticité inauthenticité nom f s 0.00 0.07 0.00 0.07 -inaverti inaverti adj m s 0.00 0.07 0.00 0.07 -inavouable inavouable adj s 1.27 2.84 0.96 1.76 -inavouablement inavouablement adv 0.00 0.07 0.00 0.07 -inavouables inavouable adj p 1.27 2.84 0.32 1.08 -inavoué inavoué adj m s 0.28 2.09 0.13 0.81 -inavouée inavoué adj f s 0.28 2.09 0.01 0.81 -inavouées inavoué adj f p 0.28 2.09 0.00 0.34 -inavoués inavoué adj m p 0.28 2.09 0.14 0.14 -inca inca adj 0.45 0.61 0.37 0.34 -incalculable incalculable adj s 0.94 2.09 0.77 1.55 -incalculables incalculable adj p 0.94 2.09 0.17 0.54 -incandescence incandescence nom f s 0.06 1.15 0.06 1.01 -incandescences incandescence nom f p 0.06 1.15 0.00 0.14 -incandescent incandescent adj m s 0.60 4.73 0.15 1.96 -incandescente incandescent adj f s 0.60 4.73 0.42 1.15 -incandescentes incandescent adj f p 0.60 4.73 0.01 1.15 -incandescents incandescent adj m p 0.60 4.73 0.02 0.47 -incantation incantation nom f s 1.92 2.50 1.33 1.08 -incantations incantation nom f p 1.92 2.50 0.59 1.42 -incantatoire incantatoire adj s 0.01 1.01 0.01 0.74 -incantatoires incantatoire adj p 0.01 1.01 0.00 0.27 -incantatrice incantateur nom f s 0.00 0.07 0.00 0.07 -incapable incapable adj s 20.93 46.22 17.38 38.72 -incapables incapable adj p 20.93 46.22 3.55 7.50 -incapacitant incapacitant adj m s 0.07 0.07 0.05 0.07 -incapacitante incapacitant adj f s 0.07 0.07 0.01 0.00 -incapacitants incapacitant adj m p 0.07 0.07 0.01 0.00 -incapacité incapacité nom f s 2.75 3.99 2.71 3.85 -incapacités incapacité nom f p 2.75 3.99 0.04 0.14 -incarcère incarcérer ver 1.70 1.35 0.06 0.07 imp:pre:2s;ind:pre:3s; -incarcération incarcération nom f s 0.84 0.81 0.84 0.81 -incarcérer incarcérer ver 1.70 1.35 0.24 0.07 inf; -incarcérez incarcérer ver 1.70 1.35 0.01 0.00 imp:pre:2p; -incarcéré incarcérer ver m s 1.70 1.35 1.19 0.74 par:pas; -incarcérée incarcérer ver f s 1.70 1.35 0.10 0.07 par:pas; -incarcérées incarcérer ver f p 1.70 1.35 0.01 0.07 par:pas; -incarcérés incarcérer ver m p 1.70 1.35 0.09 0.34 par:pas; -incarna incarner ver 3.31 16.28 0.00 0.20 ind:pas:3s; -incarnadines incarnadin adj f p 0.00 0.14 0.00 0.14 -incarnai incarner ver 3.31 16.28 0.00 0.07 ind:pas:1s; -incarnaient incarner ver 3.31 16.28 0.00 1.22 ind:imp:3p; -incarnais incarner ver 3.31 16.28 0.04 0.47 ind:imp:1s;ind:imp:2s; -incarnait incarner ver 3.31 16.28 0.15 4.32 ind:imp:3s; -incarnant incarner ver 3.31 16.28 0.20 0.88 par:pre; -incarnat incarnat nom m s 0.02 0.41 0.02 0.41 -incarnation incarnation nom f s 1.03 5.20 0.96 4.26 -incarnations incarnation nom f p 1.03 5.20 0.07 0.95 -incarne incarner ver 3.31 16.28 1.28 2.70 imp:pre:2s;ind:pre:1s;ind:pre:3s; -incarnent incarner ver 3.31 16.28 0.12 0.54 ind:pre:3p; -incarner incarner ver 3.31 16.28 0.36 2.70 inf; -incarnera incarner ver 3.31 16.28 0.04 0.07 ind:fut:3s; -incarneraient incarner ver 3.31 16.28 0.00 0.07 cnd:pre:3p; -incarnerais incarner ver 3.31 16.28 0.01 0.00 cnd:pre:1s; -incarnerait incarner ver 3.31 16.28 0.01 0.07 cnd:pre:3s; -incarnerez incarner ver 3.31 16.28 0.01 0.00 ind:fut:2p; -incarnes incarner ver 3.31 16.28 0.17 0.07 ind:pre:2s; -incarnez incarner ver 3.31 16.28 0.08 0.00 ind:pre:2p; -incarniez incarner ver 3.31 16.28 0.01 0.00 ind:imp:2p; -incarnions incarner ver 3.31 16.28 0.00 0.20 ind:imp:1p; -incarnât incarner ver 3.31 16.28 0.01 0.07 sub:imp:3s; -incarné incarné adj m s 1.69 1.22 0.98 0.47 -incarnée incarné adj f s 1.69 1.22 0.63 0.61 -incarnées incarné adj f p 1.69 1.22 0.01 0.14 -incarnés incarné adj m p 1.69 1.22 0.06 0.00 -incartade incartade nom f s 0.11 2.03 0.11 0.81 -incartades incartade nom f p 0.11 2.03 0.00 1.22 -incas inca adj p 0.45 0.61 0.09 0.27 -incassable incassable adj s 0.88 0.88 0.80 0.54 -incassables incassable adj p 0.88 0.88 0.08 0.34 -incendia incendier ver 4.37 5.81 0.01 0.34 ind:pas:3s; -incendiaient incendier ver 4.37 5.81 0.00 0.14 ind:imp:3p; -incendiaire incendiaire nom s 1.35 0.81 0.83 0.41 -incendiaires incendiaire nom p 1.35 0.81 0.51 0.41 -incendiait incendier ver 4.37 5.81 0.04 1.01 ind:imp:3s; -incendiant incendier ver 4.37 5.81 0.01 0.41 par:pre; -incendie incendie nom m s 19.84 22.43 17.75 18.04 -incendient incendier ver 4.37 5.81 0.02 0.20 ind:pre:3p; -incendier incendier ver 4.37 5.81 0.93 1.89 inf; -incendieras incendier ver 4.37 5.81 0.01 0.00 ind:fut:2s; -incendies incendie nom m p 19.84 22.43 2.09 4.39 -incendiez incendier ver 4.37 5.81 0.13 0.00 imp:pre:2p;ind:pre:2p; -incendièrent incendier ver 4.37 5.81 0.00 0.07 ind:pas:3p; -incendié incendier ver m s 4.37 5.81 1.42 0.81 par:pas; -incendiée incendier ver f s 4.37 5.81 0.20 0.27 par:pas; -incendiées incendié adj f p 0.89 2.43 0.28 0.54 -incendiés incendier ver m p 4.37 5.81 0.04 0.07 par:pas; -incernable incernable adj m s 0.00 0.14 0.00 0.14 -incertain incertain adj m s 4.23 20.95 1.49 8.78 -incertaine incertain adj f s 4.23 20.95 1.27 6.76 -incertaines incertain adj f p 4.23 20.95 0.40 2.64 -incertains incertain adj m p 4.23 20.95 1.08 2.77 -incertitude incertitude nom f s 2.52 11.89 2.31 10.00 -incertitudes incertitude nom f p 2.52 11.89 0.21 1.89 -incessamment incessamment adv 0.48 3.58 0.48 3.58 -incessant incessant adj m s 1.79 12.23 0.65 4.12 -incessante incessant adj f s 1.79 12.23 0.33 3.31 -incessantes incessant adj f p 1.79 12.23 0.44 2.97 -incessants incessant adj m p 1.79 12.23 0.37 1.82 -inceste inceste nom m s 2.11 3.04 2.08 2.97 -incestes inceste nom m p 2.11 3.04 0.03 0.07 -incestueuse incestueux adj f s 0.69 1.76 0.17 0.41 -incestueuses incestueux adj f p 0.69 1.76 0.02 0.34 -incestueux incestueux adj m 0.69 1.76 0.50 1.01 -inch_allah inch_allah ono 0.27 0.47 0.27 0.47 -inchangeable inchangeable adj f s 0.02 0.07 0.02 0.07 -inchangé inchangé adj m s 1.22 1.69 0.37 0.68 -inchangée inchangé adj f s 1.22 1.69 0.54 0.61 -inchangées inchangé adj f p 1.22 1.69 0.16 0.14 -inchangés inchangé adj m p 1.22 1.69 0.15 0.27 -inchavirable inchavirable adj s 0.01 0.00 0.01 0.00 -inchiffrable inchiffrable adj s 0.00 0.14 0.00 0.14 -incidemment incidemment adv 0.27 1.28 0.27 1.28 -incidence incidence nom f s 0.82 1.35 0.68 0.81 -incidences incidence nom f p 0.82 1.35 0.14 0.54 -incident incident nom m s 20.35 29.93 17.73 21.08 -incidente incident adj f s 1.20 1.69 0.00 0.14 -incidentes incident adj f p 1.20 1.69 0.00 0.14 -incidents incident nom m p 20.35 29.93 2.62 8.85 -incinère incinérer ver 3.79 1.76 0.13 0.07 ind:pre:1s;ind:pre:3s; -incinérait incinérer ver 3.79 1.76 0.00 0.07 ind:imp:3s; -incinérant incinérer ver 3.79 1.76 0.01 0.00 par:pre; -incinérateur incinérateur nom m s 0.67 0.27 0.63 0.20 -incinérateurs incinérateur nom m p 0.67 0.27 0.04 0.07 -incinération incinération nom f s 0.48 1.62 0.48 1.62 -incinérer incinérer ver 3.79 1.76 1.50 0.54 inf; -incinérez incinérer ver 3.79 1.76 0.06 0.00 imp:pre:2p;ind:pre:2p; -incinéré incinérer ver m s 3.79 1.76 1.02 0.54 par:pas; -incinérée incinérer ver f s 3.79 1.76 0.66 0.47 par:pas; -incinérés incinérer ver m p 3.79 1.76 0.41 0.07 par:pas; -incirconcis incirconcis adj m 0.01 0.27 0.01 0.27 -incisa inciser ver 1.05 1.82 0.00 0.07 ind:pas:3s; -incisaient inciser ver 1.05 1.82 0.00 0.20 ind:imp:3p; -incisait inciser ver 1.05 1.82 0.00 0.27 ind:imp:3s; -incisant inciser ver 1.05 1.82 0.11 0.41 par:pre; -incise inciser ver 1.05 1.82 0.17 0.20 imp:pre:2s;ind:pre:1s;ind:pre:3s; -inciser inciser ver 1.05 1.82 0.36 0.27 inf; -incisera inciser ver 1.05 1.82 0.00 0.07 ind:fut:3s; -incises inciser ver 1.05 1.82 0.02 0.00 ind:pre:2s; -incisez inciser ver 1.05 1.82 0.04 0.07 imp:pre:2p;ind:pre:2p; -incisif incisif adj m s 0.18 1.89 0.07 0.88 -incisifs incisif adj m p 0.18 1.89 0.03 0.41 -incision incision nom f s 2.62 0.68 2.27 0.47 -incisions incision nom f p 2.62 0.68 0.35 0.20 -incisive incisive nom f s 0.67 1.42 0.28 0.20 -incisives incisive nom f p 0.67 1.42 0.39 1.22 -incisé inciser ver m s 1.05 1.82 0.19 0.07 par:pas; -incisée inciser ver f s 1.05 1.82 0.12 0.07 par:pas; -incisées inciser ver f p 1.05 1.82 0.03 0.07 par:pas; -incisés inciser ver m p 1.05 1.82 0.01 0.07 par:pas; -incita inciter ver 6.32 10.47 0.14 0.47 ind:pas:3s; -incitaient inciter ver 6.32 10.47 0.01 0.88 ind:imp:3p; -incitait inciter ver 6.32 10.47 0.38 2.16 ind:imp:3s; -incitant inciter ver 6.32 10.47 0.08 0.47 par:pre; -incitateur incitateur nom m s 0.04 0.07 0.04 0.00 -incitatif incitatif adj m s 0.01 0.07 0.01 0.07 -incitation incitation nom f s 1.24 0.54 1.24 0.54 -incitatrice incitateur nom f s 0.04 0.07 0.00 0.07 -incite inciter ver 6.32 10.47 1.61 1.62 imp:pre:2s;ind:pre:1s;ind:pre:3s; -incitent inciter ver 6.32 10.47 0.37 0.68 ind:pre:3p; -inciter inciter ver 6.32 10.47 2.01 2.43 inf; -incitera inciter ver 6.32 10.47 0.10 0.14 ind:fut:3s; -inciterai inciter ver 6.32 10.47 0.14 0.00 ind:fut:1s; -inciteraient inciter ver 6.32 10.47 0.01 0.07 cnd:pre:3p; -inciterais inciter ver 6.32 10.47 0.02 0.00 cnd:pre:1s; -inciterait inciter ver 6.32 10.47 0.14 0.20 cnd:pre:3s; -inciteront inciter ver 6.32 10.47 0.01 0.00 ind:fut:3p; -incitez inciter ver 6.32 10.47 0.23 0.07 imp:pre:2p;ind:pre:2p; -incitiez inciter ver 6.32 10.47 0.03 0.00 sub:pre:2p; -incitèrent inciter ver 6.32 10.47 0.01 0.14 ind:pas:3p; -incité inciter ver m s 6.32 10.47 0.77 0.61 par:pas; -incitée inciter ver f s 6.32 10.47 0.06 0.47 par:pas; -incités inciter ver m p 6.32 10.47 0.20 0.07 par:pas; -incivil incivil adj m s 0.00 0.20 0.00 0.07 -incivils incivil adj m p 0.00 0.20 0.00 0.14 -inclassable inclassable adj m s 0.30 0.20 0.02 0.14 -inclassables inclassable adj p 0.30 0.20 0.28 0.07 -inclina incliner ver 7.25 50.00 0.23 8.85 ind:pas:3s; -inclinable inclinable adj m s 0.07 0.07 0.04 0.07 -inclinables inclinable adj m p 0.07 0.07 0.03 0.00 -inclinai incliner ver 7.25 50.00 0.00 0.68 ind:pas:1s; -inclinaient incliner ver 7.25 50.00 0.10 2.30 ind:imp:3p; -inclinais incliner ver 7.25 50.00 0.00 1.08 ind:imp:1s; -inclinaison inclinaison nom f s 0.78 3.04 0.73 2.77 -inclinaisons inclinaison nom f p 0.78 3.04 0.05 0.27 -inclinait incliner ver 7.25 50.00 0.13 4.12 ind:imp:3s; -inclinant incliner ver 7.25 50.00 0.21 4.19 par:pre; -inclinante inclinant adj f s 0.00 0.07 0.00 0.07 -inclination inclination nom f s 0.52 2.57 0.38 2.03 -inclinations inclination nom f p 0.52 2.57 0.14 0.54 -incline incliner ver 7.25 50.00 3.79 9.53 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -inclinent incliner ver 7.25 50.00 0.41 1.96 ind:pre:3p; -incliner incliner ver 7.25 50.00 0.78 5.81 inf; -inclinerai incliner ver 7.25 50.00 0.04 0.00 ind:fut:1s; -inclineraient incliner ver 7.25 50.00 0.00 0.20 cnd:pre:3p; -inclinerais incliner ver 7.25 50.00 0.16 0.14 cnd:pre:1s; -inclinerait incliner ver 7.25 50.00 0.00 0.34 cnd:pre:3s; -inclineras incliner ver 7.25 50.00 0.03 0.00 ind:fut:2s; -inclinerez incliner ver 7.25 50.00 0.01 0.00 ind:fut:2p; -inclineront incliner ver 7.25 50.00 0.12 0.07 ind:fut:3p; -inclinez incliner ver 7.25 50.00 0.46 0.00 imp:pre:2p;ind:pre:2p; -inclinions incliner ver 7.25 50.00 0.00 0.14 ind:imp:1p; -inclinomètre inclinomètre nom m s 0.01 0.00 0.01 0.00 -inclinons incliner ver 7.25 50.00 0.23 0.00 imp:pre:1p;ind:pre:1p; -inclinât incliner ver 7.25 50.00 0.00 0.20 sub:imp:3s; -inclinèrent incliner ver 7.25 50.00 0.01 0.61 ind:pas:3p; -incliné incliner ver m s 7.25 50.00 0.33 5.74 par:pas; -inclinée incliné adj f s 0.19 5.54 0.12 1.35 -inclinées incliner ver f p 7.25 50.00 0.10 0.34 par:pas; -inclinés incliner ver m p 7.25 50.00 0.08 0.81 par:pas; -incluais inclure ver 8.12 3.51 0.00 0.07 ind:imp:1s; -incluait inclure ver 8.12 3.51 0.20 0.41 ind:imp:3s; -incluant inclure ver 8.12 3.51 0.91 0.27 par:pre; -inclue inclure ver 8.12 3.51 0.40 0.07 sub:pre:1s;sub:pre:3s; -incluent inclure ver 8.12 3.51 0.25 0.00 ind:pre:3p; -incluez inclure ver 8.12 3.51 0.10 0.00 imp:pre:2p;ind:pre:2p; -inclémence inclémence nom f s 0.00 0.27 0.00 0.20 -inclémences inclémence nom f p 0.00 0.27 0.00 0.07 -inclément inclément adj m s 0.02 0.07 0.02 0.00 -inclémente inclément adj f s 0.02 0.07 0.00 0.07 -incluons inclure ver 8.12 3.51 0.00 0.07 ind:pre:1p; -inclura inclure ver 8.12 3.51 0.02 0.00 ind:fut:3s; -inclurai inclure ver 8.12 3.51 0.03 0.00 ind:fut:1s; -inclurait inclure ver 8.12 3.51 0.06 0.00 cnd:pre:3s; -inclure inclure ver 8.12 3.51 1.85 0.95 ind:pre:2p;inf; -inclus inclure ver m 8.12 3.51 2.53 1.15 imp:pre:2s;ind:pre:1s;ind:pre:2s;par:pas;par:pas; -incluse inclus adj f s 0.70 0.81 0.45 0.41 -incluses inclus adj f p 0.70 0.81 0.04 0.20 -inclusion inclusion nom f s 0.11 0.14 0.11 0.14 -inclusive inclusif adj f s 0.01 0.07 0.01 0.07 -inclusivement inclusivement adv 0.01 0.27 0.01 0.27 -inclut inclure ver 8.12 3.51 1.78 0.54 ind:pre:3s;ind:pas:3s; -incoercible incoercible adj s 0.12 0.61 0.11 0.34 -incoerciblement incoerciblement adv 0.00 0.20 0.00 0.20 -incoercibles incoercible adj p 0.12 0.61 0.01 0.27 -incognito incognito adv 1.87 2.36 1.87 2.36 -incognitos incognito nom m p 0.30 1.55 0.00 0.07 -incohérence incohérence nom f s 1.11 2.70 0.77 2.09 -incohérences incohérence nom f p 1.11 2.70 0.34 0.61 -incohérent incohérent adj m s 0.86 5.27 0.27 1.76 -incohérente incohérent adj f s 0.86 5.27 0.29 1.28 -incohérentes incohérent adj f p 0.86 5.27 0.06 1.15 -incohérents incohérent adj m p 0.86 5.27 0.25 1.08 -incoiffables incoiffable adj m p 0.01 0.14 0.01 0.14 -incollable incollable adj m s 0.10 0.14 0.10 0.14 -incolore incolore adj s 0.14 5.00 0.14 3.92 -incolores incolore adj p 0.14 5.00 0.00 1.08 -incombaient incomber ver 1.43 5.95 0.01 0.61 ind:imp:3p; -incombait incomber ver 1.43 5.95 0.04 2.70 ind:imp:3s; -incombant incomber ver 1.43 5.95 0.02 0.07 par:pre; -incombe incomber ver 1.43 5.95 1.28 1.76 imp:pre:2s;ind:pre:1s;ind:pre:3s; -incombent incomber ver 1.43 5.95 0.03 0.34 ind:pre:3p; -incomber incomber ver 1.43 5.95 0.02 0.14 inf; -incombera incomber ver 1.43 5.95 0.02 0.07 ind:fut:3s; -incomberait incomber ver 1.43 5.95 0.01 0.20 cnd:pre:3s; -incombèrent incomber ver 1.43 5.95 0.00 0.07 ind:pas:3p; -incombustible incombustible adj f s 0.02 0.00 0.01 0.00 -incombustibles incombustible adj p 0.02 0.00 0.01 0.00 -incomestible incomestible adj f s 0.00 0.14 0.00 0.14 -incommensurable incommensurable adj s 0.28 1.89 0.16 1.82 -incommensurablement incommensurablement adv 0.00 0.14 0.00 0.14 -incommensurables incommensurable adj p 0.28 1.89 0.12 0.07 -incommodait incommoder ver 0.85 1.96 0.01 0.61 ind:imp:3s; -incommodant incommodant adj m s 0.05 0.07 0.04 0.00 -incommodante incommodant adj f s 0.05 0.07 0.00 0.07 -incommodantes incommodant adj f p 0.05 0.07 0.01 0.00 -incommode incommoder ver 0.85 1.96 0.28 0.20 imp:pre:2s;ind:pre:1s;ind:pre:3s; -incommoder incommoder ver 0.85 1.96 0.05 0.34 inf; -incommodera incommoder ver 0.85 1.96 0.14 0.00 ind:fut:3s; -incommoderai incommoder ver 0.85 1.96 0.11 0.00 ind:fut:1s; -incommodes incommode adj p 0.23 1.55 0.00 0.47 -incommodez incommoder ver 0.85 1.96 0.17 0.00 imp:pre:2p;ind:pre:2p; -incommodité incommodité nom f s 0.00 0.68 0.00 0.41 -incommodités incommodité nom f p 0.00 0.68 0.00 0.27 -incommodé incommoder ver m s 0.85 1.96 0.07 0.47 par:pas; -incommodée incommoder ver f s 0.85 1.96 0.03 0.14 par:pas; -incommodées incommoder ver f p 0.85 1.96 0.00 0.07 par:pas; -incommodés incommoder ver m p 0.85 1.96 0.00 0.14 par:pas; -incommunicabilité incommunicabilité nom f s 0.12 0.07 0.12 0.07 -incommunicable incommunicable adj s 0.00 1.42 0.00 1.35 -incommunicables incommunicable adj p 0.00 1.42 0.00 0.07 -incomparable incomparable adj s 1.95 9.32 1.64 7.43 -incomparablement incomparablement adv 0.01 1.08 0.01 1.08 -incomparables incomparable adj p 1.95 9.32 0.31 1.89 -incompatibilité incompatibilité nom f s 0.71 0.61 0.59 0.47 -incompatibilités incompatibilité nom f p 0.71 0.61 0.11 0.14 -incompatible incompatible adj s 1.23 3.11 0.66 1.89 -incompatibles incompatible adj p 1.23 3.11 0.56 1.22 -incomplet incomplet adj m s 2.27 2.43 1.14 1.15 -incomplets incomplet adj m p 2.27 2.43 0.17 0.27 -incomplète incomplet adj f s 2.27 2.43 0.57 0.54 -incomplètement incomplètement adv 0.00 0.20 0.00 0.20 -incomplètes incomplet adj f p 2.27 2.43 0.40 0.47 -incomplétude incomplétude nom f s 0.01 0.00 0.01 0.00 -incompressible incompressible adj s 0.03 0.00 0.03 0.00 -incompris incompris adj m 0.93 1.35 0.73 0.74 -incomprise incompris adj f s 0.93 1.35 0.18 0.54 -incomprises incompris nom f p 0.29 0.34 0.10 0.07 -incompréhensible incompréhensible adj s 5.16 17.97 4.54 11.89 -incompréhensiblement incompréhensiblement adv 0.00 0.47 0.00 0.47 -incompréhensibles incompréhensible adj p 5.16 17.97 0.63 6.08 -incompréhensif incompréhensif adj m s 0.01 0.47 0.01 0.27 -incompréhensifs incompréhensif adj m p 0.01 0.47 0.00 0.20 -incompréhension incompréhension nom f s 0.65 4.59 0.65 4.53 -incompréhensions incompréhension nom f p 0.65 4.59 0.00 0.07 -incompétence incompétence nom f s 1.64 1.35 1.62 1.28 -incompétences incompétence nom f p 1.64 1.35 0.02 0.07 -incompétent incompétent adj m s 2.30 0.81 1.25 0.41 -incompétente incompétent adj f s 2.30 0.81 0.35 0.14 -incompétents incompétent adj m p 2.30 0.81 0.69 0.27 -inconcevable inconcevable adj s 1.91 5.68 1.75 5.27 -inconcevablement inconcevablement adv 0.00 0.07 0.00 0.07 -inconcevables inconcevable adj p 1.91 5.68 0.16 0.41 -inconciliable inconciliable adj m s 0.35 1.22 0.01 0.61 -inconciliables inconciliable adj p 0.35 1.22 0.34 0.61 -inconditionnel inconditionnel adj m s 1.20 0.54 0.45 0.27 -inconditionnelle inconditionnel adj f s 1.20 0.54 0.71 0.27 -inconditionnellement inconditionnellement adv 0.05 0.00 0.05 0.00 -inconditionnelles inconditionnel adj f p 1.20 0.54 0.02 0.00 -inconditionnels inconditionnel adj m p 1.20 0.54 0.01 0.00 -inconditionné inconditionné adj m s 0.00 0.20 0.00 0.07 -inconditionnée inconditionné adj f s 0.00 0.20 0.00 0.14 -inconduite inconduite nom f s 0.06 0.68 0.06 0.68 -inconfiance inconfiance nom f s 0.00 0.14 0.00 0.14 -inconfort inconfort nom m s 0.37 2.16 0.37 2.16 -inconfortable inconfortable adj s 1.90 2.09 1.77 1.89 -inconfortablement inconfortablement adv 0.01 0.34 0.01 0.34 -inconfortables inconfortable adj p 1.90 2.09 0.13 0.20 -incongelables incongelable adj f p 0.00 0.07 0.00 0.07 -incongru incongru adj m s 0.32 7.50 0.25 3.72 -incongrue incongru adj f s 0.32 7.50 0.05 2.03 -incongrues incongru adj f p 0.32 7.50 0.00 0.68 -incongruité incongruité nom f s 0.11 1.49 0.01 1.22 -incongruités incongruité nom f p 0.11 1.49 0.10 0.27 -incongrus incongru adj m p 0.32 7.50 0.02 1.08 -inconnaissable inconnaissable adj f s 0.01 0.41 0.01 0.41 -inconnaissance inconnaissance nom f s 0.00 0.07 0.00 0.07 -inconnu inconnu nom m s 24.25 40.41 13.29 22.97 -inconnue inconnu adj f s 23.13 61.82 7.24 17.16 -inconnues inconnu adj f p 23.13 61.82 2.23 9.05 -inconnus inconnu nom m p 24.25 40.41 5.50 9.19 -inconsciemment inconsciemment adv 2.00 6.28 2.00 6.28 -inconscience inconscience nom f s 1.23 6.69 1.23 6.55 -inconsciences inconscience nom f p 1.23 6.69 0.00 0.14 -inconscient inconscient adj m s 10.45 10.74 6.06 4.93 -inconsciente inconscient adj f s 10.45 10.74 3.35 3.85 -inconscientes inconscient adj f p 10.45 10.74 0.21 0.41 -inconscients inconscient adj m p 10.45 10.74 0.83 1.55 -inconsidéré inconsidéré adj m s 0.86 1.22 0.42 0.41 -inconsidérée inconsidéré adj f s 0.86 1.22 0.05 0.20 -inconsidérées inconsidéré adj f p 0.86 1.22 0.39 0.34 -inconsidérément inconsidérément adv 0.07 0.41 0.07 0.41 -inconsidérés inconsidéré adj m p 0.86 1.22 0.00 0.27 -inconsistance inconsistance nom f s 0.00 0.88 0.00 0.88 -inconsistant inconsistant adj m s 0.21 2.50 0.01 1.42 -inconsistante inconsistant adj f s 0.21 2.50 0.03 0.34 -inconsistantes inconsistant adj f p 0.21 2.50 0.03 0.20 -inconsistants inconsistant adj m p 0.21 2.50 0.14 0.54 -inconsolable inconsolable adj s 1.41 1.69 1.37 1.42 -inconsolables inconsolable adj m p 1.41 1.69 0.05 0.27 -inconsolé inconsolé adj m s 0.00 0.47 0.00 0.07 -inconsolée inconsolé adj f s 0.00 0.47 0.00 0.14 -inconsolées inconsolé adj f p 0.00 0.47 0.00 0.07 -inconsolés inconsolé adj m p 0.00 0.47 0.00 0.20 -inconsommable inconsommable adj s 0.00 0.14 0.00 0.14 -inconstance inconstance nom f s 0.26 0.95 0.26 0.95 -inconstant inconstant adj m s 0.85 0.54 0.32 0.34 -inconstante inconstant adj f s 0.85 0.54 0.26 0.20 -inconstants inconstant adj m p 0.85 0.54 0.28 0.00 -inconstitutionnel inconstitutionnel adj m s 0.24 0.14 0.08 0.07 -inconstitutionnelle inconstitutionnel adj f s 0.24 0.14 0.16 0.07 -inconstructibles inconstructible adj m p 0.01 0.00 0.01 0.00 -inconséquence inconséquence nom f s 0.04 1.42 0.04 1.08 -inconséquences inconséquence nom f p 0.04 1.42 0.00 0.34 -inconséquent inconséquent adj m s 0.27 0.88 0.13 0.27 -inconséquente inconséquent adj f s 0.27 0.88 0.11 0.34 -inconséquents inconséquent adj m p 0.27 0.88 0.04 0.27 -incontestable incontestable adj s 1.29 1.89 0.87 1.42 -incontestablement incontestablement adv 0.61 2.09 0.61 2.09 -incontestables incontestable adj p 1.29 1.89 0.43 0.47 -incontesté incontesté adj m s 0.64 1.69 0.40 1.15 -incontestée incontesté adj f s 0.64 1.69 0.23 0.34 -incontestés incontesté adj m p 0.64 1.69 0.01 0.20 -incontinence incontinence nom f s 0.28 0.68 0.28 0.34 -incontinences incontinence nom f p 0.28 0.68 0.00 0.34 -incontinent incontinent adj m s 0.29 1.49 0.20 1.08 -incontinente incontinent adj f s 0.29 1.49 0.06 0.07 -incontinentes incontinent adj f p 0.29 1.49 0.01 0.07 -incontinents incontinent adj m p 0.29 1.49 0.02 0.27 -incontournable incontournable adj s 0.58 0.54 0.50 0.41 -incontournables incontournable adj p 0.58 0.54 0.08 0.14 -incontrôlable incontrôlable adj s 2.65 1.82 2.08 1.01 -incontrôlables incontrôlable adj p 2.65 1.82 0.57 0.81 -incontrôlé incontrôlé adj m s 0.73 1.01 0.13 0.14 -incontrôlée incontrôlé adj f s 0.73 1.01 0.40 0.34 -incontrôlées incontrôlé adj f p 0.73 1.01 0.17 0.27 -incontrôlés incontrôlé adj m p 0.73 1.01 0.03 0.27 -inconvenance inconvenance nom f s 0.32 1.28 0.29 0.95 -inconvenances inconvenance nom f p 0.32 1.28 0.02 0.34 -inconvenant inconvenant adj m s 1.67 2.97 1.14 1.28 -inconvenante inconvenant adj f s 1.67 2.97 0.36 0.68 -inconvenantes inconvenant adj f p 1.67 2.97 0.05 0.74 -inconvenants inconvenant adj m p 1.67 2.97 0.12 0.27 -inconvertible inconvertible adj s 0.00 0.07 0.00 0.07 -inconvertissable inconvertissable adj m s 0.00 0.07 0.00 0.07 -inconvénient inconvénient nom m s 5.23 9.05 3.58 5.54 -inconvénients inconvénient nom m p 5.23 9.05 1.65 3.51 -incoordination incoordination nom f s 0.01 0.00 0.01 0.00 -incorpora incorporer ver 1.54 7.23 0.01 0.07 ind:pas:3s; -incorporable incorporable adj m s 0.01 0.00 0.01 0.00 -incorporaient incorporer ver 1.54 7.23 0.00 0.34 ind:imp:3p; -incorporait incorporer ver 1.54 7.23 0.02 0.41 ind:imp:3s; -incorporant incorporer ver 1.54 7.23 0.03 0.47 par:pre; -incorporation incorporation nom f s 0.46 1.35 0.46 1.28 -incorporations incorporation nom f p 0.46 1.35 0.00 0.07 -incorpore incorporer ver 1.54 7.23 0.24 0.34 imp:pre:2s;ind:pre:1s;ind:pre:3s; -incorporel incorporel adj m s 0.28 0.27 0.28 0.07 -incorporelle incorporel adj f s 0.28 0.27 0.00 0.14 -incorporelles incorporel adj f p 0.28 0.27 0.00 0.07 -incorporent incorporer ver 1.54 7.23 0.00 0.34 ind:pre:3p; -incorporer incorporer ver 1.54 7.23 0.32 1.42 inf; -incorporez incorporer ver 1.54 7.23 0.01 0.07 imp:pre:2p; -incorporé incorporer ver m s 1.54 7.23 0.56 1.22 par:pas; -incorporée incorporer ver f s 1.54 7.23 0.19 0.81 par:pas; -incorporées incorporer ver f p 1.54 7.23 0.01 0.34 par:pas; -incorporés incorporer ver m p 1.54 7.23 0.15 1.42 par:pas; -incorrect incorrect adj m s 2.34 0.68 1.67 0.27 -incorrecte incorrect adj f s 2.34 0.68 0.61 0.34 -incorrectement incorrectement adv 0.06 0.07 0.06 0.07 -incorrection incorrection nom f s 0.02 0.34 0.02 0.34 -incorrects incorrect adj m p 2.34 0.68 0.06 0.07 -incorrigible incorrigible adj s 1.89 2.23 1.72 1.89 -incorrigiblement incorrigiblement adv 0.00 0.07 0.00 0.07 -incorrigibles incorrigible adj p 1.89 2.23 0.16 0.34 -incorruptibilité incorruptibilité nom f s 0.03 0.14 0.03 0.14 -incorruptible incorruptible adj s 0.53 1.01 0.47 0.68 -incorruptibles incorruptible adj p 0.53 1.01 0.06 0.34 -increvable increvable adj s 0.52 0.95 0.35 0.61 -increvables increvable adj m p 0.52 0.95 0.17 0.34 -incrimina incriminer ver 1.25 0.54 0.00 0.07 ind:pas:3s; -incriminant incriminer ver 1.25 0.54 0.19 0.00 par:pre; -incrimination incrimination nom f s 0.01 0.00 0.01 0.00 -incrimine incriminer ver 1.25 0.54 0.07 0.07 imp:pre:2s;ind:pre:1s;ind:pre:3s; -incriminent incriminer ver 1.25 0.54 0.06 0.00 ind:pre:3p; -incriminer incriminer ver 1.25 0.54 0.57 0.20 inf; -incriminé incriminer ver m s 1.25 0.54 0.30 0.07 par:pas; -incriminée incriminer ver f s 1.25 0.54 0.03 0.07 par:pas; -incriminées incriminer ver f p 1.25 0.54 0.01 0.07 par:pas; -incrochetable incrochetable adj s 0.01 0.00 0.01 0.00 -incroyable incroyable adj s 74.67 22.64 69.22 19.32 -incroyablement incroyablement adv 5.55 4.53 5.55 4.53 -incroyables incroyable adj p 74.67 22.64 5.46 3.31 -incroyance incroyance nom f s 0.20 0.34 0.20 0.34 -incroyant incroyant nom m s 0.16 1.08 0.06 0.34 -incroyante incroyant nom f s 0.16 1.08 0.00 0.14 -incroyants incroyant nom m p 0.16 1.08 0.10 0.61 -incrédibilité incrédibilité nom f s 0.00 0.20 0.00 0.20 -incrédule incrédule adj s 0.46 9.86 0.14 8.45 -incrédules incrédule adj p 0.46 9.86 0.32 1.42 -incrédulité incrédulité nom f s 0.58 5.00 0.58 5.00 -incrusta incruster ver 2.77 14.46 0.00 0.47 ind:pas:3s; -incrustaient incruster ver 2.77 14.46 0.12 0.27 ind:imp:3p; -incrustais incruster ver 2.77 14.46 0.00 0.34 ind:imp:1s;ind:imp:2s; -incrustait incruster ver 2.77 14.46 0.01 1.01 ind:imp:3s; -incrustant incruster ver 2.77 14.46 0.00 0.68 par:pre; -incrustation incrustation nom f s 0.12 1.62 0.06 0.20 -incrustations incrustation nom f p 0.12 1.62 0.06 1.42 -incruste incruster ver 2.77 14.46 0.59 0.95 imp:pre:2s;ind:pre:1s;ind:pre:3s; -incrustent incruster ver 2.77 14.46 0.00 0.61 ind:pre:3p; -incruster incruster ver 2.77 14.46 0.84 0.68 inf; -incrusterait incruster ver 2.77 14.46 0.00 0.14 cnd:pre:3s; -incrustez incruster ver 2.77 14.46 0.02 0.00 imp:pre:2p;ind:pre:2p; -incrustèrent incruster ver 2.77 14.46 0.00 0.07 ind:pas:3p; -incrusté incruster ver m s 2.77 14.46 0.43 2.70 par:pas; -incrustée incruster ver f s 2.77 14.46 0.44 2.77 par:pas; -incrustées incruster ver f p 2.77 14.46 0.17 1.55 par:pas; -incrustés incruster ver m p 2.77 14.46 0.14 2.23 par:pas; -incréé incréé adj m s 0.14 0.14 0.14 0.00 -incréée incréé adj f s 0.14 0.14 0.00 0.14 -incubateur incubateur nom m s 0.41 0.07 0.34 0.00 -incubateurs incubateur nom m p 0.41 0.07 0.07 0.07 -incubation incubation nom f s 0.53 0.54 0.53 0.54 -incube incube nom m s 0.10 0.14 0.07 0.07 -incuber incuber ver 0.17 0.00 0.05 0.00 inf; -incubes incube nom m p 0.10 0.14 0.03 0.07 -incubé incuber ver m s 0.17 0.00 0.12 0.00 par:pas; -inculcation inculcation nom f s 0.00 0.07 0.00 0.07 -inculpa inculper ver 7.40 1.22 0.01 0.07 ind:pas:3s; -inculpant inculper ver 7.40 1.22 0.03 0.00 par:pre; -inculpation inculpation nom f s 2.55 1.55 2.05 1.42 -inculpations inculpation nom f p 2.55 1.55 0.51 0.14 -inculpe inculper ver 7.40 1.22 0.64 0.00 imp:pre:2s;ind:pre:1s;ind:pre:3s; -inculpent inculper ver 7.40 1.22 0.03 0.00 ind:pre:3p; -inculper inculper ver 7.40 1.22 2.95 0.54 ind:pre:2p;inf; -inculpera inculper ver 7.40 1.22 0.15 0.00 ind:fut:3s; -inculperai inculper ver 7.40 1.22 0.04 0.00 ind:fut:1s; -inculperais inculper ver 7.40 1.22 0.02 0.00 cnd:pre:1s;cnd:pre:2s; -inculperont inculper ver 7.40 1.22 0.01 0.00 ind:fut:3p; -inculpez inculper ver 7.40 1.22 0.33 0.00 imp:pre:2p;ind:pre:2p; -inculpons inculper ver 7.40 1.22 0.04 0.00 imp:pre:1p;ind:pre:1p; -inculpé inculper ver m s 7.40 1.22 2.33 0.41 par:pas; -inculpée inculper ver f s 7.40 1.22 0.49 0.00 par:pas; -inculpés inculper ver m p 7.40 1.22 0.33 0.20 par:pas; -inculqua inculquer ver 1.19 4.05 0.01 0.20 ind:pas:3s; -inculquait inculquer ver 1.19 4.05 0.10 0.27 ind:imp:3s; -inculquant inculquer ver 1.19 4.05 0.01 0.00 par:pre; -inculque inculquer ver 1.19 4.05 0.10 0.20 ind:pre:1s;ind:pre:3s; -inculquent inculquer ver 1.19 4.05 0.00 0.07 ind:pre:3p; -inculquer inculquer ver 1.19 4.05 0.62 1.42 inf; -inculquons inculquer ver 1.19 4.05 0.01 0.00 ind:pre:1p; -inculquât inculquer ver 1.19 4.05 0.00 0.07 sub:imp:3s; -inculqué inculquer ver m s 1.19 4.05 0.29 0.74 par:pas; -inculquée inculquer ver f s 1.19 4.05 0.04 0.54 par:pas; -inculquées inculquer ver f p 1.19 4.05 0.01 0.14 par:pas; -inculqués inculquer ver m p 1.19 4.05 0.00 0.41 par:pas; -inculte inculte adj s 2.20 2.23 1.53 1.49 -incultes inculte adj p 2.20 2.23 0.67 0.74 -incultivable incultivable adj f s 0.00 0.27 0.00 0.20 -incultivables incultivable adj m p 0.00 0.27 0.00 0.07 -inculture inculture nom f s 0.00 0.41 0.00 0.41 -incunables incunable nom m p 0.00 0.47 0.00 0.47 -incurable incurable adj s 2.44 2.84 2.26 2.36 -incurablement incurablement adv 0.12 0.41 0.12 0.41 -incurables incurable nom p 0.80 0.20 0.36 0.07 -incurie incurie nom f s 0.11 0.68 0.11 0.68 -incurieux incurieux adj m s 0.00 0.07 0.00 0.07 -incuriosité incuriosité nom f s 0.00 0.34 0.00 0.34 -incursion incursion nom f s 0.48 4.26 0.41 2.64 -incursions incursion nom f p 0.48 4.26 0.08 1.62 -incurvaient incurver ver 0.06 3.11 0.01 0.07 ind:imp:3p; -incurvait incurver ver 0.06 3.11 0.00 0.81 ind:imp:3s; -incurvant incurver ver 0.06 3.11 0.00 0.27 par:pre; -incurvation incurvation nom f s 0.14 0.07 0.14 0.07 -incurve incurver ver 0.06 3.11 0.01 0.95 imp:pre:2s;ind:pre:3s; -incurvent incurver ver 0.06 3.11 0.00 0.20 ind:pre:3p; -incurver incurver ver 0.06 3.11 0.01 0.27 inf; -incurvèrent incurver ver 0.06 3.11 0.00 0.07 ind:pas:3p; -incurvé incurvé adj m s 0.09 1.42 0.07 0.74 -incurvée incurvé adj f s 0.09 1.42 0.02 0.41 -incurvées incurver ver f p 0.06 3.11 0.00 0.07 par:pas; -incurvés incurvé adj m p 0.09 1.42 0.00 0.20 -incus incus adj 0.01 0.00 0.01 0.00 -indûment indûment adv 0.22 0.81 0.22 0.81 -indansable indansable adj s 0.01 0.00 0.01 0.00 -inde inde nom m s 0.24 0.54 0.24 0.14 -indemne indemne adj s 2.66 3.11 2.13 2.30 -indemnes indemne adj p 2.66 3.11 0.53 0.81 -indemnisable indemnisable adj s 0.01 0.00 0.01 0.00 -indemnisation indemnisation nom f s 0.36 0.14 0.32 0.07 -indemnisations indemnisation nom f p 0.36 0.14 0.04 0.07 -indemnise indemniser ver 0.78 0.20 0.14 0.00 ind:pre:3s; -indemniser indemniser ver 0.78 0.20 0.32 0.07 inf; -indemniserai indemniser ver 0.78 0.20 0.11 0.00 ind:fut:1s; -indemniseraient indemniser ver 0.78 0.20 0.00 0.07 cnd:pre:3p; -indemnisez indemniser ver 0.78 0.20 0.11 0.00 imp:pre:2p; -indemnisé indemniser ver m s 0.78 0.20 0.06 0.00 par:pas; -indemnisés indemniser ver m p 0.78 0.20 0.03 0.07 par:pas; -indemnité indemnité nom f s 3.17 2.36 1.84 1.69 -indemnités_repas indemnités_repas nom f p 0.01 0.00 0.01 0.00 -indemnités indemnité nom f p 3.17 2.36 1.33 0.68 -indentation indentation nom f s 0.03 0.14 0.03 0.14 -indenter indenter ver 0.04 0.00 0.01 0.00 inf; -indentification indentification nom f s 0.01 0.00 0.01 0.00 -indenté indenter ver m s 0.04 0.00 0.03 0.00 par:pas; -indes inde nom m p 0.24 0.54 0.00 0.41 -indescriptible indescriptible adj s 1.88 2.70 1.71 2.50 -indescriptiblement indescriptiblement adv 0.00 0.07 0.00 0.07 -indescriptibles indescriptible adj p 1.88 2.70 0.17 0.20 -indestructibilité indestructibilité nom f s 0.00 0.14 0.00 0.14 -indestructible indestructible adj s 1.92 4.46 1.49 3.38 -indestructibles indestructible adj p 1.92 4.46 0.43 1.08 -index index nom m 2.18 32.43 2.18 32.43 -indexation indexation nom f s 0.12 0.00 0.12 0.00 -indexer indexer ver 0.09 0.27 0.04 0.00 inf; -indexeur indexeur nom m s 0.02 0.00 0.02 0.00 -indexé indexer ver m s 0.09 0.27 0.04 0.20 par:pas; -indexée indexer ver f s 0.09 0.27 0.01 0.07 par:pas; -indianisés indianiser ver m p 0.00 0.07 0.00 0.07 par:pas; -indic indic nom m s 5.36 1.35 4.33 0.54 -indicateur indicateur nom m s 1.77 2.50 0.98 1.89 -indicateurs indicateur nom m p 1.77 2.50 0.79 0.61 -indicatif indicatif nom m s 0.81 1.55 0.79 1.49 -indicatifs indicatif nom m p 0.81 1.55 0.02 0.07 -indication indication nom f s 3.59 12.43 1.42 5.74 -indications indication nom f p 3.59 12.43 2.18 6.69 -indicatrice indicateur adj f s 0.39 1.49 0.00 0.14 -indicatrices indicateur adj f p 0.39 1.49 0.01 0.20 -indice indice nom m s 22.13 9.39 13.29 4.66 -indices indice nom m p 22.13 9.39 8.85 4.73 -indiciaire indiciaire adj f s 0.01 0.07 0.01 0.00 -indiciaires indiciaire adj f p 0.01 0.07 0.00 0.07 -indicible indicible adj s 0.82 6.35 0.76 5.41 -indiciblement indiciblement adv 0.01 0.47 0.01 0.47 -indicibles indicible adj p 0.82 6.35 0.07 0.95 -indics indic nom m p 5.36 1.35 1.03 0.81 -indien indien adj m s 11.62 11.22 5.75 3.18 -indienne indien adj f s 11.62 11.22 3.33 4.53 -indienneries indiennerie nom f p 0.00 0.34 0.00 0.34 -indiennes indien adj f p 11.62 11.22 0.65 1.42 -indiens indien nom m p 12.79 7.16 5.92 3.65 -indiffère indifférer ver 0.60 1.22 0.47 0.74 ind:pre:1s;ind:pre:3s; -indiffèrent indifférer ver 0.60 1.22 0.09 0.07 ind:pre:3p; -indiffères indifférer ver 0.60 1.22 0.01 0.00 ind:pre:2s; -indifféraient indifférer ver 0.60 1.22 0.00 0.20 ind:imp:3p; -indifférait indifférer ver 0.60 1.22 0.02 0.14 ind:imp:3s; -indifféremment indifféremment adv 0.06 3.45 0.06 3.45 -indifférence indifférence nom f s 3.62 38.31 3.62 38.04 -indifférences indifférence nom f p 3.62 38.31 0.00 0.27 -indifférenciation indifférenciation nom f s 0.01 0.14 0.01 0.14 -indifférencié indifférencié adj m s 0.02 0.74 0.00 0.20 -indifférenciée indifférencié adj f s 0.02 0.74 0.02 0.34 -indifférenciés indifférencié adj m p 0.02 0.74 0.00 0.20 -indifférent indifférent adj m s 4.48 30.14 2.42 16.22 -indifférente indifférent adj f s 4.48 30.14 1.21 8.24 -indifférentes indifférent adj f p 4.48 30.14 0.11 1.42 -indifférentisme indifférentisme nom m s 0.00 0.07 0.00 0.07 -indifférents indifférent adj m p 4.48 30.14 0.74 4.26 -indifféré indifférer ver m s 0.60 1.22 0.01 0.07 par:pas; -indigence indigence nom f s 0.44 1.96 0.44 1.96 -indigent indigent nom m s 0.57 0.95 0.07 0.20 -indigente indigent nom f s 0.57 0.95 0.02 0.00 -indigentes indigent adj f p 0.12 0.68 0.04 0.00 -indigents indigent nom m p 0.57 0.95 0.48 0.61 -indigeste indigeste adj s 0.53 1.15 0.24 0.81 -indigestes indigeste adj p 0.53 1.15 0.29 0.34 -indigestion indigestion nom f s 1.59 2.03 1.56 1.82 -indigestionner indigestionner ver 0.00 0.07 0.00 0.07 inf; -indigestions indigestion nom f p 1.59 2.03 0.04 0.20 -indigna indigner ver 4.23 17.23 0.01 2.43 ind:pas:3s; -indignai indigner ver 4.23 17.23 0.00 0.20 ind:pas:1s; -indignaient indigner ver 4.23 17.23 0.00 0.41 ind:imp:3p; -indignais indigner ver 4.23 17.23 0.00 0.07 ind:imp:1s; -indignait indigner ver 4.23 17.23 0.01 3.04 ind:imp:3s; -indignant indigner ver 4.23 17.23 0.00 0.14 par:pre; -indignassent indigner ver 4.23 17.23 0.00 0.07 sub:imp:3p; -indignation indignation nom f s 1.56 16.28 1.45 15.68 -indignations indignation nom f p 1.56 16.28 0.11 0.61 -indigne indigne adj s 8.75 10.61 6.99 7.91 -indignement indignement adv 0.28 0.54 0.28 0.54 -indignent indigner ver 4.23 17.23 0.72 0.61 ind:pre:3p; -indigner indigner ver 4.23 17.23 0.37 2.84 inf; -indignera indigner ver 4.23 17.23 0.10 0.14 ind:fut:3s; -indignes indigne adj p 8.75 10.61 1.75 2.70 -indignité indignité nom f s 0.50 2.36 0.47 2.30 -indignités indignité nom f p 0.50 2.36 0.03 0.07 -indignèrent indigner ver 4.23 17.23 0.00 0.14 ind:pas:3p; -indigné indigner ver m s 4.23 17.23 0.43 2.64 par:pas; -indignée indigner ver f s 4.23 17.23 0.45 1.08 par:pas; -indignées indigner ver f p 4.23 17.23 0.03 0.14 par:pas; -indignés indigné adj m p 0.34 6.35 0.16 1.15 -indigo indigo nom m s 0.45 0.81 0.45 0.81 -indigène indigène adj s 1.04 4.19 0.68 2.57 -indigènes indigène nom p 3.24 5.27 2.85 4.19 -indiqua indiquer ver 36.48 54.12 0.02 4.86 ind:pas:3s; -indiquai indiquer ver 36.48 54.12 0.00 0.88 ind:pas:1s; -indiquaient indiquer ver 36.48 54.12 0.25 1.96 ind:imp:3p; -indiquais indiquer ver 36.48 54.12 0.05 0.47 ind:imp:1s;ind:imp:2s; -indiquait indiquer ver 36.48 54.12 0.84 9.73 ind:imp:3s; -indiquant indiquer ver 36.48 54.12 1.81 5.54 par:pre; -indique indiquer ver 36.48 54.12 14.13 10.20 imp:pre:2s;ind:pre:1s;ind:pre:3s; -indiquent indiquer ver 36.48 54.12 5.18 1.22 ind:pre:3p; -indiquer indiquer ver 36.48 54.12 5.74 7.91 inf; -indiquera indiquer ver 36.48 54.12 0.67 0.27 ind:fut:3s; -indiquerai indiquer ver 36.48 54.12 0.14 0.20 ind:fut:1s; -indiqueraient indiquer ver 36.48 54.12 0.09 0.07 cnd:pre:3p; -indiquerais indiquer ver 36.48 54.12 0.04 0.00 cnd:pre:1s; -indiquerait indiquer ver 36.48 54.12 0.53 0.41 cnd:pre:3s; -indiqueras indiquer ver 36.48 54.12 0.03 0.00 ind:fut:2s; -indiquerez indiquer ver 36.48 54.12 0.03 0.07 ind:fut:2p; -indiqueriez indiquer ver 36.48 54.12 0.00 0.14 cnd:pre:2p; -indiquerons indiquer ver 36.48 54.12 0.03 0.07 ind:fut:1p; -indiquez indiquer ver 36.48 54.12 0.82 0.27 imp:pre:2p;ind:pre:2p; -indiquiez indiquer ver 36.48 54.12 0.01 0.14 ind:imp:2p; -indiquions indiquer ver 36.48 54.12 0.00 0.07 ind:imp:1p; -indiquons indiquer ver 36.48 54.12 0.01 0.00 imp:pre:1p; -indiquât indiquer ver 36.48 54.12 0.00 0.47 sub:imp:3s; -indiquèrent indiquer ver 36.48 54.12 0.02 0.47 ind:pas:3p; -indiqué indiquer ver m s 36.48 54.12 4.81 5.61 par:pas; -indiquée indiquer ver f s 36.48 54.12 0.60 1.69 par:pas; -indiquées indiquer ver f p 36.48 54.12 0.27 0.41 par:pas; -indiqués indiquer ver m p 36.48 54.12 0.36 1.01 par:pas; -indirect indirect adj m s 1.25 3.78 0.23 1.42 -indirecte indirect adj f s 1.25 3.78 0.55 1.42 -indirectement indirectement adv 1.05 2.57 1.05 2.57 -indirectes indirect adj f p 1.25 3.78 0.36 0.20 -indirects indirect adj m p 1.25 3.78 0.11 0.74 -indiscernable indiscernable adj s 0.02 1.69 0.02 0.88 -indiscernables indiscernable adj p 0.02 1.69 0.00 0.81 -indiscipline indiscipline nom f s 0.21 1.01 0.21 1.01 -indiscipliné indiscipliné adj m s 1.49 0.68 0.23 0.20 -indisciplinée indiscipliné adj f s 1.49 0.68 0.36 0.07 -indisciplinées indiscipliné adj f p 1.49 0.68 0.27 0.07 -indisciplinés indiscipliné adj m p 1.49 0.68 0.63 0.34 -indiscret indiscret adj m s 4.56 8.45 2.25 3.38 -indiscrets indiscret adj m p 4.56 8.45 0.38 1.76 -indiscrète indiscret adj f s 4.56 8.45 1.68 2.03 -indiscrètement indiscrètement adv 0.00 0.47 0.00 0.47 -indiscrètes indiscret adj f p 4.56 8.45 0.25 1.28 -indiscrétion indiscrétion nom f s 2.24 5.74 1.90 4.53 -indiscrétions indiscrétion nom f p 2.24 5.74 0.34 1.22 -indiscutable indiscutable adj s 1.13 5.27 0.95 4.19 -indiscutablement indiscutablement adv 0.25 1.96 0.25 1.96 -indiscutables indiscutable adj p 1.13 5.27 0.18 1.08 -indiscuté indiscuté adj m s 0.01 0.41 0.01 0.20 -indiscutée indiscuté adj f s 0.01 0.41 0.00 0.14 -indiscutés indiscuté adj m p 0.01 0.41 0.00 0.07 -indispensable indispensable adj s 9.21 21.76 8.52 15.68 -indispensables indispensable adj p 9.21 21.76 0.69 6.08 -indisponibilité indisponibilité nom f s 0.03 0.00 0.03 0.00 -indisponible indisponible adj s 0.52 0.20 0.43 0.07 -indisponibles indisponible adj p 0.52 0.20 0.09 0.14 -indisposa indisposer ver 0.96 2.64 0.00 0.14 ind:pas:3s; -indisposaient indisposer ver 0.96 2.64 0.00 0.14 ind:imp:3p; -indisposait indisposer ver 0.96 2.64 0.01 0.41 ind:imp:3s; -indispose indispos adj f s 0.12 0.54 0.12 0.54 -indisposent indisposer ver 0.96 2.64 0.10 0.27 ind:pre:3p; -indisposer indisposer ver 0.96 2.64 0.16 0.74 inf; -indisposerait indisposer ver 0.96 2.64 0.02 0.07 cnd:pre:3s; -indisposition indisposition nom f s 0.02 0.61 0.02 0.61 -indisposons indisposer ver 0.96 2.64 0.00 0.07 ind:pre:1p; -indisposèrent indisposer ver 0.96 2.64 0.00 0.07 ind:pas:3p; -indisposé indisposer ver m s 0.96 2.64 0.53 0.41 par:pas; -indisposée indisposé adj f s 0.42 0.14 0.17 0.07 -indisposés indisposer ver m p 0.96 2.64 0.01 0.14 par:pas; -indissociable indissociable adj s 0.25 0.14 0.02 0.07 -indissociables indissociable adj m p 0.25 0.14 0.23 0.07 -indissociés indissocié adj m p 0.00 0.07 0.00 0.07 -indissoluble indissoluble adj s 0.14 0.95 0.12 0.74 -indissolublement indissolublement adv 0.01 0.54 0.01 0.54 -indissolubles indissoluble adj m p 0.14 0.95 0.02 0.20 -indistinct indistinct adj m s 0.54 8.24 0.30 2.64 -indistincte indistinct adj f s 0.54 8.24 0.23 2.23 -indistinctement indistinctement adv 0.01 1.55 0.01 1.55 -indistinctes indistinct adj f p 0.54 8.24 0.00 2.09 -indistinction indistinction nom f s 0.00 0.34 0.00 0.34 -indistincts indistinct adj m p 0.54 8.24 0.00 1.28 -individu individu nom m s 15.38 31.42 9.04 19.53 -individualiser individualiser ver 0.01 0.20 0.01 0.00 inf; -individualisme individualisme nom m s 0.50 1.35 0.50 1.35 -individualiste individualiste nom s 0.30 0.20 0.17 0.14 -individualistes individualiste nom p 0.30 0.20 0.13 0.07 -individualisé individualiser ver m s 0.01 0.20 0.00 0.07 par:pas; -individualisés individualiser ver m p 0.01 0.20 0.00 0.14 par:pas; -individualité individualité nom f s 0.58 0.88 0.57 0.74 -individualités individualité nom f p 0.58 0.88 0.01 0.14 -individuel individuel adj m s 3.99 8.11 0.97 2.23 -individuelle individuel adj f s 3.99 8.11 1.36 2.23 -individuellement individuellement adv 1.22 0.95 1.22 0.95 -individuelles individuel adj f p 3.99 8.11 0.99 2.36 -individuels individuel adj m p 3.99 8.11 0.67 1.28 -individus individu nom m p 15.38 31.42 6.34 11.89 -individuée individué adj f s 0.00 0.07 0.00 0.07 -indivis indivis adj m 0.10 0.34 0.10 0.27 -indivises indivis adj f p 0.10 0.34 0.00 0.07 -indivisibilité indivisibilité nom f s 0.00 0.07 0.00 0.07 -indivisible indivisible adj s 0.44 1.15 0.40 1.15 -indivisibles indivisible adj p 0.44 1.15 0.03 0.00 -indivision indivision nom f s 0.00 0.07 0.00 0.07 -indivisé indivisé adj m s 0.00 0.07 0.00 0.07 -indo_européen indo_européen adj m s 0.11 0.27 0.10 0.00 -indo_européen indo_européen adj f s 0.11 0.27 0.01 0.07 -indo_européen indo_européen adj f p 0.11 0.27 0.00 0.14 -indo_européen indo_européen adj m p 0.11 0.27 0.00 0.07 -indo indo adv 0.03 0.54 0.03 0.54 -indochinois indochinois nom m 0.10 0.34 0.10 0.34 -indochinoise indochinois adj f s 0.01 1.28 0.00 0.68 -indochinoises indochinois adj f p 0.01 1.28 0.00 0.20 -indocile indocile adj s 0.23 0.74 0.23 0.74 -indocilité indocilité nom f s 0.00 0.07 0.00 0.07 -indole indole nom m s 0.01 0.00 0.01 0.00 -indolemment indolemment adv 0.00 0.54 0.00 0.54 -indolence indolence nom f s 0.27 2.57 0.27 2.50 -indolences indolence nom f p 0.27 2.57 0.00 0.07 -indolent indolent adj m s 1.29 2.91 0.38 0.95 -indolente indolent adj f s 1.29 2.91 0.13 1.22 -indolentes indolent adj f p 1.29 2.91 0.10 0.34 -indolents indolent adj m p 1.29 2.91 0.68 0.41 -indolore indolore adj s 0.77 0.68 0.69 0.47 -indolores indolore adj p 0.77 0.68 0.08 0.20 -indomptable indomptable adj s 1.07 1.28 0.91 1.01 -indomptables indomptable adj m p 1.07 1.28 0.16 0.27 -indompté indompté adj m s 0.24 0.27 0.07 0.00 -indomptée indompté adj f s 0.24 0.27 0.07 0.20 -indomptés indompté adj m p 0.24 0.27 0.10 0.07 -indonésien indonésien adj m s 0.20 0.20 0.18 0.00 -indonésienne indonésien nom f s 0.26 0.00 0.10 0.00 -indonésiens indonésien nom m p 0.26 0.00 0.14 0.00 -indoor indoor adj m s 0.05 0.00 0.05 0.00 -indosable indosable adj f s 0.00 0.07 0.00 0.07 -indou indou adj m s 0.03 0.27 0.03 0.07 -indous indou adj m p 0.03 0.27 0.00 0.20 -indu indu adj m s 0.29 0.81 0.02 0.07 -indubitable indubitable adj s 0.31 0.88 0.29 0.81 -indubitablement indubitablement adv 0.70 0.61 0.70 0.61 -indubitables indubitable adj f p 0.31 0.88 0.03 0.07 -indécelable indécelable adj s 0.22 0.20 0.20 0.14 -indécelables indécelable adj p 0.22 0.20 0.02 0.07 -indécemment indécemment adv 0.01 0.27 0.01 0.27 -indécence indécence nom f s 0.28 2.16 0.28 1.96 -indécences indécence nom f p 0.28 2.16 0.00 0.20 -indécent indécent adj m s 2.09 5.27 1.36 2.43 -indécente indécent adj f s 2.09 5.27 0.60 1.96 -indécentes indécent adj f p 2.09 5.27 0.07 0.47 -indécents indécent adj m p 2.09 5.27 0.05 0.41 -indéchiffrable indéchiffrable adj s 0.14 2.97 0.08 1.69 -indéchiffrables indéchiffrable adj p 0.14 2.97 0.06 1.28 -indéchirable indéchirable adj s 0.02 0.14 0.01 0.14 -indéchirables indéchirable adj f p 0.02 0.14 0.01 0.00 -indécidable indécidable adj s 0.00 0.27 0.00 0.20 -indécidables indécidable adj m p 0.00 0.27 0.00 0.07 -indécis indécis adj m 1.15 11.42 0.66 6.49 -indécise indécis adj f s 1.15 11.42 0.35 3.58 -indécises indécis adj f p 1.15 11.42 0.14 1.35 -indécision indécision nom f s 0.27 2.16 0.17 1.89 -indécisions indécision nom f p 0.27 2.16 0.10 0.27 -indécodable indécodable adj s 0.03 0.00 0.03 0.00 -indécollable indécollable adj s 0.01 0.07 0.01 0.00 -indécollables indécollable adj m p 0.01 0.07 0.00 0.07 -indécrassables indécrassable adj m p 0.00 0.14 0.00 0.14 -indécrottable indécrottable adj s 0.17 1.22 0.16 1.01 -indécrottablement indécrottablement adv 0.00 0.07 0.00 0.07 -indécrottables indécrottable adj m p 0.17 1.22 0.01 0.20 -inducteur inducteur nom m s 0.02 0.00 0.02 0.00 -inductif inductif adj m s 0.01 0.07 0.01 0.00 -induction induction nom f s 0.43 0.54 0.42 0.47 -inductions induction nom f p 0.43 0.54 0.01 0.07 -inductive inductif adj f s 0.01 0.07 0.00 0.07 -inductrice inducteur adj f s 0.00 0.07 0.00 0.07 -indue indu adj f s 0.29 0.81 0.27 0.27 -indues indu adj f p 0.29 0.81 0.00 0.41 -indéfectible indéfectible adj s 0.25 1.01 0.24 0.88 -indéfectiblement indéfectiblement adv 0.00 0.41 0.00 0.41 -indéfectibles indéfectible adj m p 0.25 1.01 0.01 0.14 -indéfendable indéfendable adj f s 0.19 0.34 0.19 0.34 -indéfini indéfini adj m s 0.43 2.16 0.21 0.95 -indéfinie indéfini adj f s 0.43 2.16 0.23 0.81 -indéfinies indéfini adj f p 0.43 2.16 0.00 0.20 -indéfiniment indéfiniment adv 2.08 11.22 2.08 11.22 -indéfinis indéfini adj m p 0.43 2.16 0.00 0.20 -indéfinissable indéfinissable adj s 0.29 6.01 0.16 5.54 -indéfinissablement indéfinissablement adv 0.00 0.14 0.00 0.14 -indéfinissables indéfinissable adj p 0.29 6.01 0.14 0.47 -indéfinition indéfinition nom f s 0.00 0.07 0.00 0.07 -indéformables indéformable adj p 0.00 0.07 0.00 0.07 -indéfriché indéfriché adj m s 0.00 0.14 0.00 0.14 -indéfrisable indéfrisable nom f s 0.01 1.49 0.00 1.01 -indéfrisables indéfrisable nom f p 0.01 1.49 0.01 0.47 -induiraient induire ver 1.68 1.69 0.00 0.07 cnd:pre:3p; -induirait induire ver 1.68 1.69 0.01 0.07 cnd:pre:3s; -induire induire ver 1.68 1.69 0.54 0.54 inf; -induis induire ver 1.68 1.69 0.17 0.07 imp:pre:2s;ind:pre:1s; -induisaient induire ver 1.68 1.69 0.00 0.14 ind:imp:3p; -induisait induire ver 1.68 1.69 0.02 0.07 ind:imp:3s; -induisant induire ver 1.68 1.69 0.06 0.00 par:pre; -induisez induire ver 1.68 1.69 0.03 0.00 ind:pre:2p; -induisit induire ver 1.68 1.69 0.00 0.14 ind:pas:3s; -induit induire ver m s 1.68 1.69 0.60 0.34 ind:pre:3s;par:pas; -induite induire ver f s 1.68 1.69 0.05 0.07 par:pas; -induits induire ver m p 1.68 1.69 0.19 0.20 par:pas; -indulgence indulgence nom f s 2.46 16.35 2.46 15.41 -indulgences indulgence nom f p 2.46 16.35 0.01 0.95 -indulgent indulgent adj m s 3.31 7.09 1.89 4.19 -indulgente indulgent adj f s 3.31 7.09 0.66 2.30 -indulgentes indulgent adj f p 3.31 7.09 0.01 0.34 -indulgents indulgent adj m p 3.31 7.09 0.75 0.27 -indélicat indélicat adj m s 0.44 0.74 0.32 0.41 -indélicate indélicat adj f s 0.44 0.74 0.11 0.07 -indélicatesse indélicatesse nom f s 0.02 0.74 0.02 0.54 -indélicatesses indélicatesse nom f p 0.02 0.74 0.00 0.20 -indélicats indélicat adj m p 0.44 0.74 0.01 0.27 -indélivrable indélivrable adj m s 0.00 0.07 0.00 0.07 -indélogeable indélogeable adj f s 0.01 0.14 0.01 0.07 -indélogeables indélogeable adj p 0.01 0.14 0.00 0.07 -indélébile indélébile adj s 0.75 3.78 0.71 2.97 -indélébiles indélébile adj p 0.75 3.78 0.04 0.81 -indémaillable indémaillable adj s 0.00 0.41 0.00 0.27 -indémaillables indémaillable adj p 0.00 0.41 0.00 0.14 -indémodable indémodable adj s 0.14 0.07 0.14 0.00 -indémodables indémodable adj m p 0.14 0.07 0.00 0.07 -indémontrable indémontrable adj m s 0.00 0.14 0.00 0.07 -indémontrables indémontrable adj m p 0.00 0.14 0.00 0.07 -indémêlables indémêlable adj m p 0.00 0.07 0.00 0.07 -indéniable indéniable adj s 0.97 1.82 0.89 1.22 -indéniablement indéniablement adv 0.33 0.74 0.33 0.74 -indéniables indéniable adj p 0.97 1.82 0.08 0.61 -indénombrables indénombrable adj m p 0.02 0.07 0.02 0.07 -indénouable indénouable adj s 0.20 0.14 0.20 0.14 -indépassable indépassable adj m s 0.00 0.20 0.00 0.20 -indépendamment indépendamment adv 0.55 3.45 0.55 3.45 -indépendance indépendance nom f s 6.59 27.16 6.59 27.16 -indépendant indépendant adj m s 11.11 9.46 5.03 3.04 -indépendante indépendant adj s 11.11 9.46 4.08 3.78 -indépendantes indépendant adj f p 11.11 9.46 0.54 0.88 -indépendantisme indépendantisme nom m s 0.10 0.00 0.10 0.00 -indépendantiste indépendantiste adj m s 0.23 0.07 0.11 0.00 -indépendantistes indépendantiste nom p 0.27 0.00 0.27 0.00 -indépendants indépendant adj m p 11.11 9.46 1.46 1.76 -indéracinable indéracinable adj s 0.00 0.54 0.00 0.47 -indéracinables indéracinable adj p 0.00 0.54 0.00 0.07 -induré indurer ver m s 0.00 0.14 0.00 0.07 par:pas; -indurée induré adj f s 0.00 0.07 0.00 0.07 -indurées indurer ver f p 0.00 0.14 0.00 0.07 par:pas; -indéréglables indéréglable adj f p 0.00 0.20 0.00 0.20 -indus indu adj m p 0.29 0.81 0.00 0.07 -indésirable indésirable adj s 1.08 1.08 0.56 0.74 -indésirables indésirable nom p 0.69 0.74 0.53 0.47 -industrialisation industrialisation nom f s 0.01 0.20 0.01 0.20 -industrialiser industrialiser ver 0.04 0.14 0.00 0.14 inf; -industrialisé industrialiser ver m s 0.04 0.14 0.04 0.00 par:pas; -industrialisée industrialisé adj f s 0.16 0.14 0.01 0.07 -industrialisés industrialisé adj m p 0.16 0.14 0.14 0.07 -industrie_clé industrie_clé nom f s 0.01 0.00 0.01 0.00 -industrie industrie nom f s 12.51 11.82 9.66 10.34 -industriel industriel adj m s 6.66 7.70 2.68 3.04 -industrielle industriel adj f s 6.66 7.70 1.78 3.04 -industriellement industriellement adv 0.00 0.20 0.00 0.20 -industrielles industriel adj f p 6.66 7.70 0.55 0.61 -industriels industriel adj m p 6.66 7.70 1.66 1.01 -industries industrie nom f p 12.51 11.82 2.85 1.49 -industrieuse industrieux adj f s 0.02 1.08 0.01 0.34 -industrieusement industrieusement adv 0.00 0.07 0.00 0.07 -industrieuses industrieux adj f p 0.02 1.08 0.00 0.07 -industrieux industrieux adj m 0.02 1.08 0.01 0.68 -indétectable indétectable adj s 0.77 0.14 0.65 0.07 -indétectables indétectable adj f p 0.77 0.14 0.12 0.07 -indéterminable indéterminable adj s 0.01 0.07 0.01 0.07 -indétermination indétermination nom f s 0.01 0.34 0.01 0.34 -indéterminé indéterminé adj m s 1.49 2.36 0.21 1.08 -indéterminée indéterminé adj f s 1.49 2.36 1.23 0.95 -indéterminées indéterminé adj f p 1.49 2.36 0.03 0.20 -indéterminés indéterminé adj m p 1.49 2.36 0.03 0.14 -ineffable ineffable adj s 0.06 4.46 0.04 3.92 -ineffablement ineffablement adv 0.02 0.07 0.02 0.07 -ineffables ineffable adj p 0.06 4.46 0.02 0.54 -ineffaçable ineffaçable adj s 0.13 1.22 0.13 1.08 -ineffaçablement ineffaçablement adv 0.00 0.07 0.00 0.07 -ineffaçables ineffaçable adj f p 0.13 1.22 0.00 0.14 -inefficace inefficace adj s 1.25 1.28 0.98 0.61 -inefficaces inefficace adj p 1.25 1.28 0.27 0.68 -inefficacité inefficacité nom f s 0.27 0.61 0.27 0.61 -inemploi inemploi nom m s 0.10 0.00 0.10 0.00 -inemployable inemployable adj s 0.03 0.07 0.03 0.00 -inemployables inemployable adj p 0.03 0.07 0.00 0.07 -inemployé inemployé adj m s 0.02 0.88 0.00 0.27 -inemployée inemployé adj f s 0.02 0.88 0.00 0.27 -inemployées inemployé adj f p 0.02 0.88 0.00 0.27 -inemployés inemployé adj m p 0.02 0.88 0.02 0.07 -inentamable inentamable adj f s 0.01 0.14 0.01 0.14 -inentamé inentamé adj m s 0.01 0.81 0.00 0.54 -inentamée inentamé adj f s 0.01 0.81 0.01 0.20 -inentamées inentamé adj f p 0.01 0.81 0.00 0.07 -inenvisageable inenvisageable adj s 0.05 0.00 0.05 0.00 -inepte inepte adj s 0.69 3.24 0.52 1.69 -ineptement ineptement adv 0.00 0.07 0.00 0.07 -ineptes inepte adj p 0.69 3.24 0.17 1.55 -ineptie ineptie nom f s 1.48 1.89 0.77 1.01 -inepties ineptie nom f p 1.48 1.89 0.71 0.88 -inerte inerte adj s 0.96 14.53 0.67 10.61 -inertes inerte adj p 0.96 14.53 0.29 3.92 -inertie inertie nom f s 0.95 6.62 0.95 6.49 -inertiel inertiel adj m s 0.11 0.00 0.06 0.00 -inertielle inertiel adj f s 0.11 0.00 0.05 0.00 -inerties inertie nom f p 0.95 6.62 0.00 0.14 -inespoir inespoir nom m s 0.00 0.07 0.00 0.07 -inespérable inespérable adj s 0.00 0.07 0.00 0.07 -inespéré inespéré adj m s 0.35 4.32 0.17 1.62 -inespérée inespéré adj f s 0.35 4.32 0.18 2.43 -inespérées inespéré adj f p 0.35 4.32 0.00 0.27 -inespérément inespérément adv 0.00 0.07 0.00 0.07 -inessentiel inessentiel adj m s 0.00 0.07 0.00 0.07 -inesthétique inesthétique adj m s 0.02 0.27 0.02 0.07 -inesthétiques inesthétique adj m p 0.02 0.27 0.00 0.20 -inestimable inestimable adj s 2.19 2.91 1.79 1.89 -inestimables inestimable adj p 2.19 2.91 0.40 1.01 -inexact inexact adj m s 1.01 1.28 0.65 0.47 -inexacte inexact adj f s 1.01 1.28 0.19 0.47 -inexactement inexactement adv 0.01 0.14 0.01 0.14 -inexactes inexact adj f p 1.01 1.28 0.16 0.27 -inexactitude inexactitude nom f s 0.08 0.54 0.03 0.20 -inexactitudes inexactitude nom f p 0.08 0.54 0.05 0.34 -inexacts inexact adj m p 1.01 1.28 0.01 0.07 -inexcusable inexcusable adj s 0.77 0.54 0.64 0.47 -inexcusables inexcusable adj p 0.77 0.54 0.13 0.07 -inexistant inexistant adj m s 1.29 3.65 0.39 1.28 -inexistante inexistant adj f s 1.29 3.65 0.46 0.88 -inexistantes inexistant adj f p 1.29 3.65 0.10 0.54 -inexistants inexistant adj m p 1.29 3.65 0.35 0.95 -inexistence inexistence nom f s 0.02 1.62 0.02 1.62 -inexorabilité inexorabilité nom f s 0.00 0.14 0.00 0.14 -inexorable inexorable adj s 0.33 4.19 0.33 3.78 -inexorablement inexorablement adv 0.33 3.92 0.33 3.92 -inexorables inexorable adj m p 0.33 4.19 0.00 0.41 -inexperte inexpert adj f s 0.00 0.14 0.00 0.14 -inexpiable inexpiable adj s 0.10 0.54 0.10 0.54 -inexplicable inexplicable adj s 3.25 7.16 1.96 5.61 -inexplicablement inexplicablement adv 0.23 3.18 0.23 3.18 -inexplicables inexplicable adj p 3.25 7.16 1.29 1.55 -inexpliqué inexpliqué adj m s 1.23 1.55 0.28 0.61 -inexpliquée inexpliqué adj f s 1.23 1.55 0.41 0.54 -inexpliquées inexpliqué adj f p 1.23 1.55 0.34 0.07 -inexpliqués inexpliqué adj m p 1.23 1.55 0.21 0.34 -inexploitable inexploitable adj s 0.02 0.00 0.02 0.00 -inexploité inexploité adj m s 0.22 0.14 0.06 0.00 -inexploitée inexploité adj f s 0.22 0.14 0.11 0.00 -inexploitées inexploité adj f p 0.22 0.14 0.04 0.14 -inexploités inexploité adj m p 0.22 0.14 0.01 0.00 -inexploré inexploré adj m s 1.11 0.61 0.32 0.27 -inexplorée inexploré adj f s 1.11 0.61 0.32 0.07 -inexplorées inexploré adj f p 1.11 0.61 0.26 0.14 -inexplorés inexploré adj m p 1.11 0.61 0.22 0.14 -inexplosible inexplosible adj s 0.00 0.27 0.00 0.07 -inexplosibles inexplosible adj m p 0.00 0.27 0.00 0.20 -inexpressif inexpressif adj m s 0.17 2.64 0.04 1.49 -inexpressifs inexpressif adj m p 0.17 2.64 0.12 0.74 -inexpression inexpression nom f s 0.00 0.07 0.00 0.07 -inexpressive inexpressif adj f s 0.17 2.64 0.00 0.41 -inexpressives inexpressif adj f p 0.17 2.64 0.01 0.00 -inexprimable inexprimable adj s 0.40 3.18 0.40 3.04 -inexprimablement inexprimablement adv 0.00 0.20 0.00 0.20 -inexprimables inexprimable adj m p 0.40 3.18 0.00 0.14 -inexprimé inexprimé adj m s 0.10 0.47 0.05 0.27 -inexprimée inexprimé adj f s 0.10 0.47 0.05 0.20 -inexpugnable inexpugnable adj f s 0.13 0.41 0.13 0.34 -inexpugnablement inexpugnablement adv 0.00 0.07 0.00 0.07 -inexpugnables inexpugnable adj f p 0.13 0.41 0.00 0.07 -inexpérience inexpérience nom f s 0.28 2.03 0.28 1.96 -inexpériences inexpérience nom f p 0.28 2.03 0.00 0.07 -inexpérimenté inexpérimenté adj m s 1.28 1.01 0.54 0.34 -inexpérimentée inexpérimenté adj f s 1.28 1.01 0.55 0.47 -inexpérimentées inexpérimenté adj f p 1.28 1.01 0.01 0.07 -inexpérimentés inexpérimenté adj m p 1.28 1.01 0.18 0.14 -inextinguible inextinguible adj s 0.18 0.81 0.18 0.74 -inextinguibles inextinguible adj m p 0.18 0.81 0.00 0.07 -inextirpable inextirpable adj f s 0.00 0.07 0.00 0.07 -inextricable inextricable adj s 0.58 3.31 0.44 2.70 -inextricablement inextricablement adv 0.15 0.81 0.15 0.81 -inextricables inextricable adj p 0.58 3.31 0.14 0.61 -infaillibilité infaillibilité nom f s 0.28 0.95 0.28 0.95 -infaillible infaillible adj s 2.37 6.28 2.10 6.01 -infailliblement infailliblement adv 0.27 1.82 0.27 1.82 -infaillibles infaillible adj m p 2.37 6.28 0.27 0.27 -infaisable infaisable adj s 0.39 0.14 0.39 0.14 -infalsifiable infalsifiable adj s 0.01 0.00 0.01 0.00 -infamant infamant adj m s 0.18 2.43 0.02 1.08 -infamante infamant adj f s 0.18 2.43 0.15 0.74 -infamantes infamant adj f p 0.18 2.43 0.01 0.27 -infamants infamant adj m p 0.18 2.43 0.00 0.34 -infamie infamie nom f s 2.22 3.72 2.01 3.11 -infamies infamie nom f p 2.22 3.72 0.21 0.61 -infant infant nom m s 5.52 1.76 4.98 0.54 -infante infant nom f s 5.52 1.76 0.54 0.88 -infanterie infanterie nom f s 3.79 10.07 3.79 10.00 -infanteries infanterie nom f p 3.79 10.07 0.00 0.07 -infantes infant nom f p 5.52 1.76 0.00 0.07 -infanticide infanticide nom s 0.34 0.41 0.34 0.27 -infanticides infanticide nom p 0.34 0.41 0.00 0.14 -infantile infantile adj s 3.30 3.24 2.57 2.30 -infantilement infantilement adv 0.00 0.07 0.00 0.07 -infantiles infantile adj p 3.30 3.24 0.73 0.95 -infantiliser infantiliser ver 0.04 0.00 0.02 0.00 inf; -infantilisme infantilisme nom m s 0.06 0.74 0.05 0.74 -infantilismes infantilisme nom m p 0.06 0.74 0.01 0.00 -infantilisé infantiliser ver m s 0.04 0.00 0.02 0.00 par:pas; -infants infant nom m p 5.52 1.76 0.00 0.27 -infarctus infarctus nom m 4.87 1.62 4.87 1.62 -infatigable infatigable adj s 0.46 4.80 0.29 3.31 -infatigablement infatigablement adv 0.00 0.61 0.00 0.61 -infatigables infatigable adj p 0.46 4.80 0.17 1.49 -infatuation infatuation nom f s 0.01 0.41 0.01 0.41 -infatuer infatuer ver 0.02 0.34 0.01 0.00 inf; -infatué infatué adj m s 0.02 0.14 0.02 0.07 -infatués infatuer ver m p 0.02 0.34 0.00 0.07 par:pas; -infect infect adj m s 3.61 6.28 2.03 2.91 -infectaient infecter ver 9.96 2.64 0.01 0.14 ind:imp:3p; -infectait infecter ver 9.96 2.64 0.02 0.14 ind:imp:3s; -infectant infecter ver 9.96 2.64 0.06 0.00 par:pre; -infectassent infecter ver 9.96 2.64 0.00 0.07 sub:imp:3p; -infecte infect adj f s 3.61 6.28 1.31 1.62 -infectement infectement adv 0.00 0.07 0.00 0.07 -infectent infecter ver 9.96 2.64 0.21 0.14 ind:pre:3p; -infecter infecter ver 9.96 2.64 1.84 0.68 inf; -infectera infecter ver 9.96 2.64 0.05 0.00 ind:fut:3s; -infectes infect adj f p 3.61 6.28 0.05 1.08 -infectez infecter ver 9.96 2.64 0.02 0.00 imp:pre:2p;ind:pre:2p; -infectieuse infectieux adj f s 0.66 0.47 0.14 0.14 -infectieuses infectieux adj f p 0.66 0.47 0.26 0.27 -infectieux infectieux adj m 0.66 0.47 0.26 0.07 -infectiologie infectiologie nom f s 0.01 0.00 0.01 0.00 -infection infection nom f s 10.62 1.89 9.55 1.69 -infections infection nom f p 10.62 1.89 1.07 0.20 -infects infect adj m p 3.61 6.28 0.22 0.68 -infecté infecter ver m s 9.96 2.64 3.23 0.54 par:pas; -infectée infecter ver f s 9.96 2.64 1.92 0.54 par:pas; -infectées infecté adj f p 3.40 0.61 0.66 0.27 -infectés infecter ver m p 9.96 2.64 0.99 0.07 par:pas; -infernal infernal adj m s 6.66 13.38 3.36 5.41 -infernale infernal adj f s 6.66 13.38 2.61 5.95 -infernalement infernalement adv 0.00 0.20 0.00 0.20 -infernales infernal adj f p 6.66 13.38 0.46 1.55 -infernaux infernal adj m p 6.66 13.38 0.24 0.47 -infertile infertile adj s 0.08 0.41 0.08 0.34 -infertiles infertile adj p 0.08 0.41 0.00 0.07 -infertilité infertilité nom f s 0.03 0.07 0.03 0.07 -infestaient infester ver 2.05 2.84 0.01 0.68 ind:imp:3p; -infestait infester ver 2.05 2.84 0.00 0.14 ind:imp:3s; -infestant infester ver 2.05 2.84 0.01 0.07 par:pre; -infestation infestation nom f s 0.12 0.00 0.12 0.00 -infeste infester ver 2.05 2.84 0.02 0.07 ind:pre:3s; -infestent infester ver 2.05 2.84 0.12 0.20 ind:pre:3p; -infester infester ver 2.05 2.84 0.09 0.00 inf; -infesteront infester ver 2.05 2.84 0.10 0.07 ind:fut:3p; -infestât infester ver 2.05 2.84 0.00 0.07 sub:imp:3s; -infestèrent infester ver 2.05 2.84 0.00 0.07 ind:pas:3p; -infesté infester ver m s 2.05 2.84 0.57 0.34 par:pas; -infestée infester ver f s 2.05 2.84 0.56 0.61 par:pas; -infestées infester ver f p 2.05 2.84 0.38 0.20 par:pas; -infestés infester ver m p 2.05 2.84 0.19 0.34 par:pas; -infibulation infibulation nom f s 0.03 0.00 0.03 0.00 -infidèle infidèle adj s 3.83 2.97 2.84 2.50 -infidèles infidèle nom p 2.33 2.57 1.25 1.49 -infidélité infidélité nom f s 1.40 2.57 1.11 1.62 -infidélités infidélité nom f p 1.40 2.57 0.28 0.95 -infigurable infigurable adj s 0.00 0.07 0.00 0.07 -infiltra infiltrer ver 6.88 6.35 0.11 0.07 ind:pas:3s; -infiltraient infiltrer ver 6.88 6.35 0.01 0.27 ind:imp:3p; -infiltrait infiltrer ver 6.88 6.35 0.05 1.42 ind:imp:3s; -infiltrant infiltrer ver 6.88 6.35 0.08 0.07 par:pre; -infiltrat infiltrat nom m s 0.01 0.00 0.01 0.00 -infiltration infiltration nom f s 1.71 1.55 1.38 0.95 -infiltrations infiltration nom f p 1.71 1.55 0.34 0.61 -infiltre infiltrer ver 6.88 6.35 0.73 1.01 imp:pre:2s;ind:pre:1s;ind:pre:3s; -infiltrent infiltrer ver 6.88 6.35 0.20 0.20 ind:pre:3p; -infiltrer infiltrer ver 6.88 6.35 2.38 1.82 inf; -infiltrera infiltrer ver 6.88 6.35 0.05 0.00 ind:fut:3s; -infiltreront infiltrer ver 6.88 6.35 0.10 0.00 ind:fut:3p; -infiltrez infiltrer ver 6.88 6.35 0.05 0.00 imp:pre:2p;ind:pre:2p; -infiltriez infiltrer ver 6.88 6.35 0.01 0.00 ind:imp:2p; -infiltrions infiltrer ver 6.88 6.35 0.00 0.07 ind:imp:1p; -infiltrons infiltrer ver 6.88 6.35 0.01 0.07 imp:pre:1p;ind:pre:1p; -infiltrèrent infiltrer ver 6.88 6.35 0.00 0.07 ind:pas:3p; -infiltré infiltrer ver m s 6.88 6.35 2.22 0.61 par:pas; -infiltrée infiltrer ver f s 6.88 6.35 0.25 0.34 par:pas; -infiltrées infiltrer ver f p 6.88 6.35 0.04 0.07 par:pas; -infiltrés infiltrer ver m p 6.88 6.35 0.58 0.27 par:pas; -infime infime adj s 2.09 11.89 1.53 6.55 -infimes infime adj p 2.09 11.89 0.56 5.34 -infini infini adj m s 9.21 27.03 3.86 6.69 -infinie infini adj f s 9.21 27.03 4.11 12.16 -infinies infini adj f p 9.21 27.03 0.76 4.86 -infiniment infiniment adv 10.29 17.43 10.29 17.43 -infinis infini adj m p 9.21 27.03 0.47 3.31 -infinitif infinitif nom m s 0.03 0.14 0.01 0.07 -infinitifs infinitif nom m p 0.03 0.14 0.01 0.07 -infinitive infinitif adj f s 0.01 0.00 0.01 0.00 -infinité infinité nom f s 0.62 2.57 0.60 2.50 -infinitude infinitude nom f s 0.00 0.14 0.00 0.14 -infinités infinité nom f p 0.62 2.57 0.01 0.07 -infinitésimal infinitésimal adj m s 0.07 1.22 0.03 0.27 -infinitésimale infinitésimal adj f s 0.07 1.22 0.03 0.34 -infinitésimalement infinitésimalement adv 0.00 0.07 0.00 0.07 -infinitésimales infinitésimal adj f p 0.07 1.22 0.00 0.61 -infinitésimaux infinitésimal adj m p 0.07 1.22 0.01 0.00 -infirma infirmer ver 0.14 1.15 0.00 0.20 ind:pas:3s; -infirmait infirmer ver 0.14 1.15 0.00 0.14 ind:imp:3s; -infirmant infirmer ver 0.14 1.15 0.00 0.07 par:pre; -infirme infirme adj s 2.27 3.65 2.00 3.04 -infirment infirmer ver 0.14 1.15 0.01 0.07 ind:pre:3p; -infirmer infirmer ver 0.14 1.15 0.07 0.07 inf; -infirmerie infirmerie nom f s 7.14 7.43 7.13 7.30 -infirmeries infirmerie nom f p 7.14 7.43 0.01 0.14 -infirmeront infirmer ver 0.14 1.15 0.00 0.07 ind:fut:3p; -infirmes infirme nom p 2.32 6.15 0.64 2.64 -infirmier infirmier nom m s 32.31 36.28 3.17 3.58 -infirmiers infirmier nom m p 32.31 36.28 2.00 4.80 -infirmière_major infirmière_major nom f s 0.14 0.14 0.14 0.14 -infirmière infirmier nom f s 32.31 36.28 27.14 22.97 -infirmières infirmière nom f p 7.25 0.00 7.25 0.00 -infirmité infirmité nom f s 0.93 5.88 0.83 4.53 -infirmités infirmité nom f p 0.93 5.88 0.10 1.35 -infirmé infirmer ver m s 0.14 1.15 0.00 0.07 par:pas; -inflammabilité inflammabilité nom f s 0.02 0.00 0.02 0.00 -inflammable inflammable adj s 0.92 0.14 0.66 0.14 -inflammables inflammable adj p 0.92 0.14 0.26 0.00 -inflammation inflammation nom f s 0.88 0.54 0.88 0.54 -inflammatoire inflammatoire adj s 0.04 0.00 0.01 0.00 -inflammatoires inflammatoire adj p 0.04 0.00 0.02 0.00 -inflation inflation nom f s 1.72 2.30 1.72 2.30 -inflationniste inflationniste adj s 0.14 0.07 0.14 0.07 -inflexibilité inflexibilité nom f s 0.01 0.20 0.01 0.20 -inflexible inflexible adj s 0.61 4.59 0.56 3.85 -inflexiblement inflexiblement adv 0.00 0.14 0.00 0.14 -inflexibles inflexible adj p 0.61 4.59 0.05 0.74 -inflexion inflexion nom f s 0.23 4.86 0.08 1.82 -inflexions inflexion nom f p 0.23 4.86 0.16 3.04 -infliction infliction nom f s 0.03 0.00 0.03 0.00 -inflige infliger ver 6.54 14.05 0.75 1.35 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -infligea infliger ver 6.54 14.05 0.01 0.14 ind:pas:3s; -infligeaient infliger ver 6.54 14.05 0.02 0.54 ind:imp:3p; -infligeais infliger ver 6.54 14.05 0.00 0.07 ind:imp:1s; -infligeait infliger ver 6.54 14.05 0.06 1.69 ind:imp:3s; -infligeant infliger ver 6.54 14.05 0.08 0.47 par:pre; -infligent infliger ver 6.54 14.05 0.36 0.20 ind:pre:3p; -infligeâmes infliger ver 6.54 14.05 0.00 0.07 ind:pas:1p; -infligeons infliger ver 6.54 14.05 0.00 0.07 ind:pre:1p; -infliger infliger ver 6.54 14.05 2.46 3.65 inf; -infligera infliger ver 6.54 14.05 0.02 0.00 ind:fut:3s; -infligerai infliger ver 6.54 14.05 0.07 0.00 ind:fut:1s; -infligeraient infliger ver 6.54 14.05 0.03 0.07 cnd:pre:3p; -infligerais infliger ver 6.54 14.05 0.02 0.00 cnd:pre:1s;cnd:pre:2s; -infligerait infliger ver 6.54 14.05 0.02 0.07 cnd:pre:3s; -infligerez infliger ver 6.54 14.05 0.01 0.00 ind:fut:2p; -infligerions infliger ver 6.54 14.05 0.00 0.07 cnd:pre:1p; -infliges infliger ver 6.54 14.05 0.20 0.00 ind:pre:2s;sub:pre:2s; -infligez infliger ver 6.54 14.05 0.32 0.14 imp:pre:2p;ind:pre:2p; -infligèrent infliger ver 6.54 14.05 0.00 0.14 ind:pas:3p; -infligé infliger ver m s 6.54 14.05 0.97 2.30 par:pas; -infligée infliger ver f s 6.54 14.05 0.63 1.69 par:pas; -infligées infliger ver f p 6.54 14.05 0.36 0.88 par:pas; -infligés infliger ver m p 6.54 14.05 0.15 0.47 par:pas; -inflorescence inflorescence nom f s 0.01 0.07 0.01 0.00 -inflorescences inflorescence nom f p 0.01 0.07 0.00 0.07 -influaient influer ver 1.31 1.82 0.10 0.07 ind:imp:3p; -influait influer ver 1.31 1.82 0.01 0.00 ind:imp:3s; -influant influer ver 1.31 1.82 0.15 0.00 par:pre; -infléchi infléchir ver m s 0.10 2.77 0.00 0.14 par:pas; -infléchie infléchir ver f s 0.10 2.77 0.01 0.07 par:pas; -infléchies infléchi adj f p 0.00 0.27 0.00 0.07 -infléchir infléchir ver 0.10 2.77 0.05 1.28 inf; -infléchirai infléchir ver 0.10 2.77 0.01 0.00 ind:fut:1s; -infléchissaient infléchir ver 0.10 2.77 0.00 0.14 ind:imp:3p; -infléchissant infléchir ver 0.10 2.77 0.00 0.27 par:pre; -infléchissement infléchissement nom m s 0.00 0.07 0.00 0.07 -infléchissent infléchir ver 0.10 2.77 0.00 0.20 ind:pre:3p; -infléchissez infléchir ver 0.10 2.77 0.01 0.00 imp:pre:2p; -infléchit infléchir ver 0.10 2.77 0.01 0.68 ind:pre:3s;ind:pas:3s; -influe influer ver 1.31 1.82 0.24 0.47 imp:pre:2s;ind:pre:1s;ind:pre:3s; -influence influence nom f s 13.96 23.51 13.32 19.73 -influencent influencer ver 8.30 4.53 0.25 0.07 ind:pre:3p; -influencer influencer ver 8.30 4.53 3.19 1.82 ind:pre:2p;inf; -influencera influencer ver 8.30 4.53 0.25 0.00 ind:fut:3s; -influencerait influencer ver 8.30 4.53 0.02 0.00 cnd:pre:3s; -influencerez influencer ver 8.30 4.53 0.04 0.07 ind:fut:2p; -influenceriez influencer ver 8.30 4.53 0.00 0.07 cnd:pre:2p; -influenceront influencer ver 8.30 4.53 0.17 0.00 ind:fut:3p; -influences influence nom f p 13.96 23.51 0.63 3.78 -influencé influencer ver m s 8.30 4.53 1.98 1.15 par:pas; -influencée influencer ver f s 8.30 4.53 0.70 0.47 par:pas; -influencés influencer ver m p 8.30 4.53 0.58 0.07 par:pas; -influent influent adj m s 2.75 1.62 1.38 0.54 -influente influent adj f s 2.75 1.62 0.33 0.27 -influentes influent adj f p 2.75 1.62 0.11 0.14 -influença influencer ver 8.30 4.53 0.04 0.00 ind:pas:3s; -influençable influençable adj s 0.73 0.27 0.56 0.27 -influençables influençable adj p 0.73 0.27 0.17 0.00 -influençaient influencer ver 8.30 4.53 0.02 0.07 ind:imp:3p; -influençait influencer ver 8.30 4.53 0.15 0.20 ind:imp:3s; -influençant influencer ver 8.30 4.53 0.04 0.00 par:pre; -influents influent adj m p 2.75 1.62 0.93 0.68 -influenza influenza nom f s 0.01 0.07 0.01 0.07 -influer influer ver 1.31 1.82 0.60 0.68 inf; -influera influer ver 1.31 1.82 0.03 0.14 ind:fut:3s; -influeraient influer ver 1.31 1.82 0.01 0.07 cnd:pre:3p; -influeront influer ver 1.31 1.82 0.02 0.07 ind:fut:3p; -influé influer ver m s 1.31 1.82 0.01 0.27 par:pas; -influx influx nom m 0.25 0.61 0.25 0.61 -info info nom f s 25.50 0.47 6.71 0.00 -infographie infographie nom f s 0.04 0.00 0.04 0.00 -infâme infâme adj s 7.71 7.91 6.00 5.27 -infâmes infâme adj p 7.71 7.91 1.71 2.64 -infondé infondé adj m s 0.81 0.00 0.05 0.00 -infondée infondé adj f s 0.81 0.00 0.08 0.00 -infondées infondé adj f p 0.81 0.00 0.31 0.00 -infondés infondé adj m p 0.81 0.00 0.36 0.00 -informa informer ver 37.41 21.69 0.17 3.18 ind:pas:3s; -informai informer ver 37.41 21.69 0.00 0.14 ind:pas:1s; -informaient informer ver 37.41 21.69 0.11 0.34 ind:imp:3p; -informais informer ver 37.41 21.69 0.10 0.00 ind:imp:1s; -informait informer ver 37.41 21.69 0.23 1.82 ind:imp:3s; -informant informer ver 37.41 21.69 0.29 0.54 par:pre; -informateur informateur nom m s 4.15 2.30 3.01 0.74 -informateurs informateur nom m p 4.15 2.30 1.05 1.55 -informaticien informaticien nom m s 1.03 0.47 0.72 0.14 -informaticienne informaticien nom f s 1.03 0.47 0.02 0.14 -informaticiens informaticien nom m p 1.03 0.47 0.29 0.20 -informatif informatif adj m s 0.10 0.00 0.06 0.00 -information information nom f s 63.20 36.55 23.90 16.22 -informations information nom f p 63.20 36.55 39.30 20.34 -informatique informatique nom f s 4.60 0.81 4.60 0.81 -informatiquement informatiquement adv 0.15 0.00 0.15 0.00 -informatiques informatique adj p 5.24 0.20 0.91 0.00 -informatiser informatiser ver 0.31 0.00 0.01 0.00 inf; -informatisé informatisé adj m s 0.39 0.00 0.25 0.00 -informatisée informatiser ver f s 0.31 0.00 0.16 0.00 par:pas; -informatisées informatisé adj f p 0.39 0.00 0.03 0.00 -informatisés informatiser ver m p 0.31 0.00 0.03 0.00 par:pas; -informative informatif adj f s 0.10 0.00 0.03 0.00 -informatives informatif adj f p 0.10 0.00 0.01 0.00 -informatrice informateur nom f s 4.15 2.30 0.09 0.00 -informe informer ver 37.41 21.69 5.76 2.84 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -informel informel adj m s 0.78 0.74 0.34 0.41 -informelle informel adj f s 0.78 0.74 0.39 0.20 -informelles informel adj f p 0.78 0.74 0.01 0.14 -informels informel adj m p 0.78 0.74 0.03 0.00 -informent informer ver 37.41 21.69 1.15 0.07 ind:pre:3p; -informer informer ver 37.41 21.69 12.56 6.42 inf; -informera informer ver 37.41 21.69 0.35 0.07 ind:fut:3s; -informerai informer ver 37.41 21.69 1.21 0.07 ind:fut:1s; -informerais informer ver 37.41 21.69 0.03 0.00 cnd:pre:1s; -informeras informer ver 37.41 21.69 0.03 0.00 ind:fut:2s; -informerez informer ver 37.41 21.69 0.15 0.00 ind:fut:2p; -informerons informer ver 37.41 21.69 0.16 0.00 ind:fut:1p; -informeront informer ver 37.41 21.69 0.11 0.00 ind:fut:3p; -informes informe adj p 0.79 9.53 0.12 3.11 -informez informer ver 37.41 21.69 2.06 0.14 imp:pre:2p;ind:pre:2p; -informiez informer ver 37.41 21.69 0.07 0.00 ind:imp:2p; -informions informer ver 37.41 21.69 0.00 0.07 ind:imp:1p; -informons informer ver 37.41 21.69 0.86 0.07 imp:pre:1p;ind:pre:1p; -informèrent informer ver 37.41 21.69 0.00 0.20 ind:pas:3p; -informé informer ver m s 37.41 21.69 8.00 3.65 par:pas; -informée informer ver f s 37.41 21.69 1.45 1.01 par:pas; -informées informer ver f p 37.41 21.69 0.19 0.14 par:pas; -informulable informulable adj f s 0.00 0.27 0.00 0.20 -informulables informulable adj m p 0.00 0.27 0.00 0.07 -informulé informulé adj m s 0.00 1.01 0.00 0.47 -informulée informulé adj f s 0.00 1.01 0.00 0.41 -informulées informulé adj f p 0.00 1.01 0.00 0.14 -informés informer ver m p 37.41 21.69 2.27 0.95 par:pas; -infortune infortune nom f s 1.30 4.19 1.21 3.72 -infortunes infortune nom f p 1.30 4.19 0.09 0.47 -infortuné infortuné adj m s 1.65 2.57 0.73 1.76 -infortunée infortuné adj f s 1.65 2.57 0.58 0.34 -infortunées infortuné adj f p 1.65 2.57 0.01 0.00 -infortunés infortuné adj m p 1.65 2.57 0.33 0.47 -infos info nom f p 25.50 0.47 18.78 0.47 -infoutu infoutu adj m s 0.06 0.14 0.04 0.00 -infoutue infoutu adj f s 0.06 0.14 0.00 0.07 -infoutus infoutu adj m p 0.06 0.14 0.02 0.07 -infra infra adv 0.59 0.27 0.59 0.27 -infraction infraction nom f s 3.95 1.22 2.91 0.95 -infractions infraction nom f p 3.95 1.22 1.04 0.27 -infranchi infranchi adj m s 0.00 0.07 0.00 0.07 -infranchissable infranchissable adj s 0.93 3.18 0.77 2.64 -infranchissables infranchissable adj p 0.93 3.18 0.17 0.54 -infrangible infrangible adj f s 0.01 0.27 0.01 0.27 -infrarouge infrarouge nom m s 1.31 0.07 0.85 0.00 -infrarouges infrarouge adj p 1.09 0.00 0.48 0.00 -infrason infrason nom m s 0.01 0.00 0.01 0.00 -infrastructure infrastructure nom f s 0.93 0.27 0.60 0.20 -infrastructures infrastructure nom f p 0.93 0.27 0.32 0.07 -infroissable infroissable adj m s 0.18 0.14 0.18 0.14 -infructueuse infructueux adj f s 0.34 1.22 0.07 0.00 -infructueuses infructueux adj f p 0.34 1.22 0.08 0.34 -infructueux infructueux adj m 0.34 1.22 0.19 0.88 -infréquentable infréquentable adj m s 0.03 0.20 0.01 0.07 -infréquentables infréquentable adj m p 0.03 0.20 0.02 0.14 -infréquentée infréquenté adj f s 0.00 0.14 0.00 0.07 -infréquentés infréquenté adj m p 0.00 0.14 0.00 0.07 -inféconde infécond adj f s 0.16 0.20 0.14 0.20 -infécondes infécond adj f p 0.16 0.20 0.01 0.00 -infécondité infécondité nom f s 0.00 0.07 0.00 0.07 -inféode inféoder ver 0.00 0.34 0.00 0.07 ind:pre:3s; -inféoder inféoder ver 0.00 0.34 0.00 0.20 inf; -inféodée inféoder ver f s 0.00 0.34 0.00 0.07 par:pas; -inférai inférer ver 0.00 0.20 0.00 0.07 ind:pas:1s; -inférer inférer ver 0.00 0.20 0.00 0.07 inf; -inférieur inférieur adj m s 8.15 16.89 2.63 3.45 -inférieure inférieur adj f s 8.15 16.89 3.27 11.22 -inférieures inférieur adj f p 8.15 16.89 0.70 0.88 -inférieurs inférieur adj m p 8.15 16.89 1.54 1.35 -inférioriser inférioriser ver 0.01 0.00 0.01 0.00 inf; -infériorité infériorité nom f s 1.06 3.45 1.06 3.38 -infériorités infériorité nom f p 1.06 3.45 0.00 0.07 -inféré inférer ver m s 0.00 0.20 0.00 0.07 par:pas; -infus infus adj m s 0.27 0.34 0.00 0.14 -infusaient infuser ver 0.20 1.82 0.00 0.14 ind:imp:3p; -infusait infuser ver 0.20 1.82 0.00 0.34 ind:imp:3s; -infusant infuser ver 0.20 1.82 0.00 0.14 par:pre; -infuse infus adj f s 0.27 0.34 0.27 0.14 -infusent infuser ver 0.20 1.82 0.00 0.14 ind:pre:3p; -infuser infuser ver 0.20 1.82 0.10 0.20 inf; -infuses infus adj f p 0.27 0.34 0.00 0.07 -infusion infusion nom f s 0.57 2.77 0.54 2.43 -infusions infusion nom f p 0.57 2.77 0.03 0.34 -infusoires infusoire nom m p 0.00 0.07 0.00 0.07 -infusé infuser ver m s 0.20 1.82 0.04 0.41 par:pas; -infusée infuser ver f s 0.20 1.82 0.01 0.07 par:pas; -infusées infuser ver f p 0.20 1.82 0.01 0.07 par:pas; -ingagnable ingagnable adj f s 0.06 0.00 0.06 0.00 -ingambe ingambe adj s 0.00 0.41 0.00 0.20 -ingambes ingambe adj m p 0.00 0.41 0.00 0.20 -ingestion ingestion nom f s 0.17 0.20 0.17 0.20 -inglorieusement inglorieusement adv 0.00 0.07 0.00 0.07 -inglorieux inglorieux adj m 0.00 0.14 0.00 0.14 -ingouvernable ingouvernable adj f s 0.11 0.27 0.11 0.27 -ingrat ingrat adj m s 5.61 8.31 3.46 4.86 -ingrate ingrat adj f s 5.61 8.31 1.42 2.09 -ingratement ingratement adv 0.00 0.07 0.00 0.07 -ingrates ingrat nom f p 3.11 2.50 0.29 0.00 -ingratitude ingratitude nom f s 1.32 3.11 1.32 3.11 -ingrats ingrat nom m p 3.11 2.50 0.55 0.34 -ingrédient ingrédient nom m s 4.22 1.82 1.48 0.27 -ingrédients ingrédient nom m p 4.22 1.82 2.75 1.55 -ingère ingérer ver 1.29 0.61 0.23 0.00 ind:pre:1s;ind:pre:3s; -ingèrent ingérer ver 1.29 0.61 0.05 0.07 ind:pre:3p; -inguinal inguinal adj m s 0.00 0.14 0.00 0.07 -inguinales inguinal adj f p 0.00 0.14 0.00 0.07 -ingénia ingénier ver 0.03 3.11 0.00 0.27 ind:pas:3s; -ingéniai ingénier ver 0.03 3.11 0.00 0.14 ind:pas:1s; -ingéniaient ingénier ver 0.03 3.11 0.00 0.14 ind:imp:3p; -ingéniais ingénier ver 0.03 3.11 0.00 0.14 ind:imp:1s; -ingéniait ingénier ver 0.03 3.11 0.00 1.35 ind:imp:3s; -ingéniant ingénier ver 0.03 3.11 0.00 0.27 par:pre; -ingénie ingénier ver 0.03 3.11 0.01 0.34 ind:pre:1s;ind:pre:3s; -ingénient ingénier ver 0.03 3.11 0.00 0.07 ind:pre:3p; -ingénier ingénier ver 0.03 3.11 0.00 0.14 inf; -ingénierie ingénierie nom f s 0.94 0.00 0.94 0.00 -ingénieur_chimiste ingénieur_chimiste nom m s 0.00 0.07 0.00 0.07 -ingénieur_conseil ingénieur_conseil nom m s 0.00 0.14 0.00 0.14 -ingénieur ingénieur nom m s 21.12 12.36 18.92 9.12 -ingénieurs ingénieur nom m p 21.12 12.36 2.20 3.24 -ingénieuse ingénieux adj f s 3.55 4.32 0.62 0.95 -ingénieusement ingénieusement adv 0.06 0.41 0.06 0.41 -ingénieuses ingénieux adj f p 3.55 4.32 0.02 0.61 -ingénieux ingénieux adj m 3.55 4.32 2.90 2.77 -ingéniosité ingéniosité nom f s 0.70 3.45 0.70 3.31 -ingéniosités ingéniosité nom f p 0.70 3.45 0.00 0.14 -ingénié ingénier ver m s 0.03 3.11 0.02 0.20 par:pas; -ingéniés ingénier ver m p 0.03 3.11 0.00 0.07 par:pas; -ingénu ingénu nom m s 0.99 0.81 0.37 0.14 -ingénue ingénu adj f s 1.03 1.96 0.36 0.54 -ingénues ingénu nom f p 0.99 0.81 0.28 0.27 -ingénuité ingénuité nom f s 0.52 1.15 0.52 1.08 -ingénuités ingénuité nom f p 0.52 1.15 0.00 0.07 -ingénument ingénument adv 0.00 0.95 0.00 0.95 -ingénus ingénu adj m p 1.03 1.96 0.23 0.47 -ingérable ingérable adj m s 0.16 0.00 0.16 0.00 -ingérant ingérer ver 1.29 0.61 0.03 0.07 par:pre; -ingérence ingérence nom f s 0.23 1.76 0.21 1.01 -ingérences ingérence nom f p 0.23 1.76 0.02 0.74 -ingérer ingérer ver 1.29 0.61 0.38 0.34 inf; -ingurgita ingurgiter ver 0.99 4.66 0.00 0.20 ind:pas:3s; -ingurgitaient ingurgiter ver 0.99 4.66 0.00 0.20 ind:imp:3p; -ingurgitais ingurgiter ver 0.99 4.66 0.00 0.07 ind:imp:1s; -ingurgitait ingurgiter ver 0.99 4.66 0.01 0.47 ind:imp:3s; -ingurgitant ingurgiter ver 0.99 4.66 0.00 0.41 par:pre; -ingurgitation ingurgitation nom f s 0.00 0.14 0.00 0.14 -ingurgite ingurgiter ver 0.99 4.66 0.15 0.20 imp:pre:2s;ind:pre:1s;ind:pre:3s; -ingurgitent ingurgiter ver 0.99 4.66 0.02 0.07 ind:pre:3p; -ingurgiter ingurgiter ver 0.99 4.66 0.40 1.96 inf; -ingurgiterait ingurgiter ver 0.99 4.66 0.00 0.07 cnd:pre:3s; -ingurgité ingurgiter ver m s 0.99 4.66 0.40 0.54 par:pas; -ingurgitée ingurgiter ver f s 0.99 4.66 0.00 0.27 par:pas; -ingurgitées ingurgiter ver f p 0.99 4.66 0.00 0.07 par:pas; -ingurgités ingurgiter ver m p 0.99 4.66 0.00 0.14 par:pas; -ingérons ingérer ver 1.29 0.61 0.01 0.00 ind:pre:1p; -ingéré ingérer ver m s 1.29 0.61 0.41 0.00 par:pas; -ingérée ingérer ver f s 1.29 0.61 0.14 0.00 par:pas; -ingérées ingérer ver f p 1.29 0.61 0.02 0.07 par:pas; -ingérés ingérer ver m p 1.29 0.61 0.02 0.07 par:pas; -inguérissable inguérissable adj f s 0.03 1.62 0.03 1.15 -inguérissables inguérissable adj f p 0.03 1.62 0.00 0.47 -inhabile inhabile adj s 0.01 0.14 0.01 0.14 -inhabitable inhabitable adj s 0.54 1.08 0.51 0.81 -inhabitables inhabitable adj m p 0.54 1.08 0.04 0.27 -inhabité inhabité adj m s 1.71 2.57 0.60 1.08 -inhabitée inhabité adj f s 1.71 2.57 1.00 1.22 -inhabituel inhabituel adj m s 10.23 7.16 7.04 2.70 -inhabituelle inhabituel adj f s 10.23 7.16 1.83 3.58 -inhabituellement inhabituellement adv 0.11 0.20 0.11 0.20 -inhabituelles inhabituel adj f p 10.23 7.16 0.75 0.41 -inhabituels inhabituel adj m p 10.23 7.16 0.61 0.47 -inhabitées inhabité adj f p 1.71 2.57 0.07 0.27 -inhabités inhabité adj m p 1.71 2.57 0.04 0.00 -inhala inhaler ver 0.77 0.47 0.00 0.14 ind:pas:3s; -inhalais inhaler ver 0.77 0.47 0.00 0.07 ind:imp:1s; -inhalait inhaler ver 0.77 0.47 0.05 0.07 ind:imp:3s; -inhalant inhaler ver 0.77 0.47 0.03 0.07 par:pre; -inhalateur inhalateur nom m s 0.93 0.27 0.86 0.20 -inhalateurs inhalateur nom m p 0.93 0.27 0.06 0.07 -inhalation inhalation nom f s 0.67 0.41 0.60 0.20 -inhalations inhalation nom f p 0.67 0.41 0.07 0.20 -inhaler inhaler ver 0.77 0.47 0.17 0.14 inf; -inhalera inhaler ver 0.77 0.47 0.02 0.00 ind:fut:3s; -inhalez inhaler ver 0.77 0.47 0.06 0.00 imp:pre:2p;ind:pre:2p; -inhalé inhaler ver m s 0.77 0.47 0.44 0.00 par:pas; -inharmonieux inharmonieux adj m s 0.01 0.00 0.01 0.00 -inhibait inhiber ver 0.47 0.61 0.00 0.07 ind:imp:3s; -inhibant inhiber ver 0.47 0.61 0.04 0.20 par:pre; -inhibe inhiber ver 0.47 0.61 0.19 0.00 ind:pre:3s; -inhibent inhiber ver 0.47 0.61 0.02 0.00 ind:pre:3p; -inhiber inhiber ver 0.47 0.61 0.12 0.07 inf; -inhibiteur inhibiteur nom m s 0.84 0.00 0.69 0.00 -inhibiteurs inhibiteur nom m p 0.84 0.00 0.15 0.00 -inhibition inhibition nom f s 1.51 1.22 0.66 0.74 -inhibitions inhibition nom f p 1.51 1.22 0.85 0.47 -inhibitrice inhibiteur adj f s 0.22 0.00 0.03 0.00 -inhibât inhiber ver 0.47 0.61 0.00 0.07 sub:imp:3s; -inhibé inhibé adj m s 0.34 0.27 0.18 0.07 -inhibée inhibé adj f s 0.34 0.27 0.03 0.14 -inhibés inhibé adj m p 0.34 0.27 0.14 0.07 -inhospitalier inhospitalier adj m s 0.19 1.08 0.11 0.47 -inhospitaliers inhospitalier adj m p 0.19 1.08 0.02 0.07 -inhospitalière inhospitalier adj f s 0.19 1.08 0.05 0.27 -inhospitalières inhospitalier adj f p 0.19 1.08 0.01 0.27 -inhospitalité inhospitalité nom f s 0.01 0.07 0.01 0.07 -inhuma inhumer ver 1.11 1.89 0.00 0.27 ind:pas:3s; -inhumaient inhumer ver 1.11 1.89 0.00 0.07 ind:imp:3p; -inhumain inhumain adj m s 4.46 8.85 3.21 4.12 -inhumaine inhumain adj f s 4.46 8.85 0.32 3.24 -inhumainement inhumainement adv 0.01 0.34 0.01 0.34 -inhumaines inhumain adj f p 4.46 8.85 0.45 0.74 -inhumains inhumain adj m p 4.46 8.85 0.48 0.74 -inhumait inhumer ver 1.11 1.89 0.00 0.07 ind:imp:3s; -inhumanité inhumanité nom f s 0.28 0.68 0.28 0.68 -inhumation inhumation nom f s 0.31 1.28 0.31 1.22 -inhumations inhumation nom f p 0.31 1.28 0.00 0.07 -inhume inhumer ver 1.11 1.89 0.01 0.00 ind:pre:3s; -inhumer inhumer ver 1.11 1.89 0.42 0.54 inf; -inhumons inhumer ver 1.11 1.89 0.00 0.07 imp:pre:1p; -inhumé inhumer ver m s 1.11 1.89 0.36 0.61 par:pas; -inhumée inhumer ver f s 1.11 1.89 0.12 0.07 par:pas; -inhumés inhumer ver m p 1.11 1.89 0.19 0.20 par:pas; -inhérent inhérent adj m s 0.75 1.82 0.38 0.61 -inhérente inhérent adj f s 0.75 1.82 0.14 0.41 -inhérentes inhérent adj f p 0.75 1.82 0.13 0.47 -inhérents inhérent adj m p 0.75 1.82 0.09 0.34 -inidentifiable inidentifiable adj m s 0.00 0.34 0.00 0.14 -inidentifiables inidentifiable adj p 0.00 0.34 0.00 0.20 -inimaginable inimaginable adj s 3.17 4.80 2.48 3.58 -inimaginablement inimaginablement adv 0.01 0.07 0.01 0.07 -inimaginables inimaginable adj p 3.17 4.80 0.69 1.22 -inimitable inimitable adj s 0.64 3.51 0.64 3.51 -inimitablement inimitablement adv 0.00 0.07 0.00 0.07 -inimitié inimitié nom f s 0.33 1.08 0.31 0.74 -inimitiés inimitié nom f p 0.33 1.08 0.01 0.34 -inimité inimité adj m s 0.11 0.00 0.11 0.00 -ininflammable ininflammable adj m s 0.19 0.00 0.19 0.00 -inintelligence inintelligence nom f s 0.00 0.14 0.00 0.14 -inintelligent inintelligent adj m s 0.11 0.34 0.01 0.14 -inintelligents inintelligent adj m p 0.11 0.34 0.10 0.20 -inintelligible inintelligible adj m s 0.18 2.16 0.08 1.28 -inintelligibles inintelligible adj p 0.18 2.16 0.10 0.88 -ininterprétables ininterprétable adj f p 0.00 0.07 0.00 0.07 -ininterrompu ininterrompu adj m s 0.61 4.05 0.08 2.23 -ininterrompue ininterrompu adj f s 0.61 4.05 0.29 1.49 -ininterrompues ininterrompu adj f p 0.61 4.05 0.22 0.20 -ininterrompus ininterrompu adj m p 0.61 4.05 0.02 0.14 -inintéressant inintéressant adj m s 0.41 0.54 0.06 0.20 -inintéressante inintéressant adj f s 0.41 0.54 0.17 0.14 -inintéressantes inintéressant adj f p 0.41 0.54 0.02 0.14 -inintéressants inintéressant adj m p 0.41 0.54 0.15 0.07 -inintérêt inintérêt nom m s 0.00 0.14 0.00 0.14 -inique inique adj s 0.28 0.34 0.27 0.20 -iniques inique adj p 0.28 0.34 0.01 0.14 -iniquité iniquité nom f s 1.06 1.35 0.98 1.08 -iniquités iniquité nom f p 1.06 1.35 0.09 0.27 -initia initier ver 3.59 8.78 0.06 0.54 ind:pas:3s; -initiai initier ver 3.59 8.78 0.01 0.14 ind:pas:1s; -initiaient initier ver 3.59 8.78 0.00 0.27 ind:imp:3p; -initiais initier ver 3.59 8.78 0.00 0.20 ind:imp:1s; -initiait initier ver 3.59 8.78 0.15 0.47 ind:imp:3s; -initial initial adj m s 2.86 7.23 1.30 4.19 -initiale initial adj f s 2.86 7.23 1.09 1.96 -initialement initialement adv 0.27 1.49 0.27 1.49 -initiales initiale nom f p 4.02 7.36 3.61 6.89 -initialisation initialisation nom f s 0.55 0.00 0.55 0.00 -initialise initialiser ver 0.14 0.00 0.04 0.00 imp:pre:2s;ind:pre:1s; -initialiser initialiser ver 0.14 0.00 0.06 0.00 inf; -initialisez initialiser ver 0.14 0.00 0.03 0.00 imp:pre:2p; -initialisé initialisé adj m s 0.15 0.00 0.07 0.00 -initialisée initialisé adj f s 0.15 0.00 0.04 0.00 -initialisés initialisé adj m p 0.15 0.00 0.03 0.00 -initiant initier ver 3.59 8.78 0.01 0.20 par:pre; -initiateur initiateur adj m s 0.16 0.20 0.14 0.14 -initiateurs initiateur nom m p 0.11 1.01 0.11 0.14 -initiation initiation nom f s 1.63 4.39 1.58 4.05 -initiations initiation nom f p 1.63 4.39 0.05 0.34 -initiatique initiatique adj s 0.22 1.82 0.21 1.42 -initiatiques initiatique adj p 0.22 1.82 0.01 0.41 -initiative initiative nom f s 8.76 16.82 7.08 14.46 -initiatives initiative nom f p 8.76 16.82 1.67 2.36 -initiatrice initiateur nom f s 0.11 1.01 0.00 0.27 -initiatrices initiateur nom f p 0.11 1.01 0.00 0.07 -initiaux initial adj m p 2.86 7.23 0.14 0.27 -initie initier ver 3.59 8.78 0.37 0.34 imp:pre:2s;ind:pre:1s;ind:pre:3s; -initier initier ver 3.59 8.78 1.27 3.45 inf; -initiera initier ver 3.59 8.78 0.00 0.07 ind:fut:3s; -initierai initier ver 3.59 8.78 0.04 0.14 ind:fut:1s; -initierait initier ver 3.59 8.78 0.00 0.07 cnd:pre:3s; -initierons initier ver 3.59 8.78 0.00 0.07 ind:fut:1p; -initiez initier ver 3.59 8.78 0.10 0.00 imp:pre:2p;ind:pre:2p; -initiâmes initier ver 3.59 8.78 0.00 0.07 ind:pas:1p; -initiât initier ver 3.59 8.78 0.00 0.07 sub:imp:3s; -initièrent initier ver 3.59 8.78 0.00 0.20 ind:pas:3p; -initié initier ver m s 3.59 8.78 1.00 1.89 par:pas; -initiée initier ver f s 3.59 8.78 0.40 0.34 par:pas; -initiées initier ver f p 3.59 8.78 0.03 0.00 par:pas; -initiés initié nom m p 0.97 3.04 0.56 2.30 -injecta injecter ver 6.81 3.11 0.00 0.07 ind:pas:3s; -injectable injectable adj s 0.05 0.00 0.05 0.00 -injectaient injecter ver 6.81 3.11 0.02 0.14 ind:imp:3p; -injectait injecter ver 6.81 3.11 0.14 0.07 ind:imp:3s; -injectant injecter ver 6.81 3.11 0.28 0.14 par:pre; -injecte injecter ver 6.81 3.11 1.32 0.27 imp:pre:2s;ind:pre:1s;ind:pre:3s; -injectent injecter ver 6.81 3.11 0.25 0.07 ind:pre:3p; -injecter injecter ver 6.81 3.11 1.41 0.61 inf; -injectera injecter ver 6.81 3.11 0.03 0.00 ind:fut:3s; -injecteras injecter ver 6.81 3.11 0.04 0.00 ind:fut:2s; -injectes injecter ver 6.81 3.11 0.06 0.07 ind:pre:2s; -injecteur injecteur nom m s 0.60 0.07 0.08 0.07 -injecteurs injecteur nom m p 0.60 0.07 0.52 0.00 -injectez injecter ver 6.81 3.11 0.29 0.00 imp:pre:2p;ind:pre:2p; -injection injection nom f s 8.98 1.42 7.83 0.95 -injections injection nom f p 8.98 1.42 1.16 0.47 -injecté injecter ver m s 6.81 3.11 1.97 0.88 par:pas; -injectée injecter ver f s 6.81 3.11 0.40 0.00 par:pas; -injectés injecter ver m p 6.81 3.11 0.61 0.81 par:pas; -injoignable injoignable adj s 1.21 0.07 1.10 0.07 -injoignables injoignable adj p 1.21 0.07 0.12 0.00 -injonction injonction nom f s 1.58 4.26 1.30 2.36 -injonctions injonction nom f p 1.58 4.26 0.28 1.89 -injouable injouable adj s 0.02 0.00 0.02 0.00 -injure injure nom f s 4.58 16.69 2.22 4.93 -injures injure nom f p 4.58 16.69 2.35 11.76 -injuria injurier ver 1.81 6.55 0.00 0.61 ind:pas:3s; -injuriai injurier ver 1.81 6.55 0.10 0.07 ind:pas:1s; -injuriaient injurier ver 1.81 6.55 0.00 0.27 ind:imp:3p; -injuriais injurier ver 1.81 6.55 0.00 0.14 ind:imp:1s; -injuriait injurier ver 1.81 6.55 0.17 1.15 ind:imp:3s; -injuriant injurier ver 1.81 6.55 0.02 0.54 par:pre; -injurie injurier ver 1.81 6.55 0.05 0.88 imp:pre:2s;ind:pre:1s;ind:pre:3s; -injurient injurier ver 1.81 6.55 0.01 0.07 ind:pre:3p; -injurier injurier ver 1.81 6.55 0.49 1.89 inf; -injuries injurier ver 1.81 6.55 0.05 0.00 ind:pre:2s; -injurieuse injurieux adj f s 0.13 1.15 0.04 0.27 -injurieusement injurieusement adv 0.00 0.07 0.00 0.07 -injurieux injurieux adj m 0.13 1.15 0.09 0.88 -injurié injurier ver m s 1.81 6.55 0.78 0.47 par:pas; -injuriée injurier ver f s 1.81 6.55 0.14 0.27 par:pas; -injuriés injurier ver m p 1.81 6.55 0.01 0.20 par:pas; -injuste injuste adj s 17.46 15.47 15.94 13.38 -injustement injustement adv 1.58 2.23 1.58 2.23 -injustes injuste adj p 17.46 15.47 1.52 2.09 -injustice injustice nom f s 6.59 13.51 4.61 11.49 -injustices injustice nom f p 6.59 13.51 1.98 2.03 -injustifiable injustifiable adj f s 0.06 0.95 0.06 0.88 -injustifiables injustifiable adj m p 0.06 0.95 0.00 0.07 -injustifié injustifié adj m s 1.33 1.42 0.41 0.27 -injustifiée injustifié adj f s 1.33 1.42 0.70 0.61 -injustifiées injustifié adj f p 1.33 1.42 0.05 0.41 -injustifiés injustifié adj m p 1.33 1.42 0.17 0.14 -inlassable inlassable adj s 0.38 4.19 0.24 3.31 -inlassablement inlassablement adv 0.38 9.59 0.38 9.59 -inlassables inlassable adj p 0.38 4.19 0.14 0.88 -innervant innerver ver 0.02 0.20 0.02 0.00 par:pre; -innervation innervation nom f s 0.00 0.27 0.00 0.27 -innerver innerver ver 0.02 0.20 0.00 0.07 inf; -innervé innerver ver m s 0.02 0.20 0.00 0.14 par:pas; -innocemment innocemment adv 0.64 3.18 0.64 3.18 -innocence innocence nom f s 10.63 20.00 10.63 19.59 -innocences innocence nom f p 10.63 20.00 0.00 0.41 -innocent innocent adj m s 39.31 23.11 23.49 11.22 -innocentait innocenter ver 2.56 1.42 0.01 0.14 ind:imp:3s; -innocentant innocenter ver 2.56 1.42 0.03 0.00 par:pre; -innocente innocent adj f s 39.31 23.11 8.15 5.14 -innocenter innocenter ver 2.56 1.42 0.76 0.61 inf; -innocentera innocenter ver 2.56 1.42 0.27 0.00 ind:fut:3s; -innocenterai innocenter ver 2.56 1.42 0.01 0.00 ind:fut:1s; -innocenterait innocenter ver 2.56 1.42 0.02 0.14 cnd:pre:3s; -innocentes innocent adj f p 39.31 23.11 2.73 2.43 -innocents innocent nom m p 24.68 13.18 11.03 5.95 -innocenté innocenter ver m s 2.56 1.42 0.94 0.14 par:pas; -innocentée innocenter ver f s 2.56 1.42 0.15 0.00 par:pas; -innocuité innocuité nom f s 0.00 0.20 0.00 0.20 -innombrable innombrable adj s 3.15 29.53 0.02 4.12 -innombrablement innombrablement adv 0.00 0.07 0.00 0.07 -innombrables innombrable adj p 3.15 29.53 3.13 25.41 -innominés innominé adj m p 0.00 0.14 0.00 0.14 -innommable innommable adj s 0.49 3.85 0.33 2.50 -innommables innommable adj p 0.49 3.85 0.17 1.35 -innommé innommé adj m s 0.05 0.27 0.00 0.14 -innommée innommé adj f s 0.05 0.27 0.05 0.00 -innommés innommé adj m p 0.05 0.27 0.00 0.14 -innova innover ver 0.93 0.88 0.00 0.07 ind:pas:3s; -innovais innover ver 0.93 0.88 0.00 0.07 ind:imp:1s; -innovait innover ver 0.93 0.88 0.02 0.07 ind:imp:3s; -innovant innovant adj m s 0.07 0.07 0.04 0.07 -innovante innovant adj f s 0.07 0.07 0.03 0.00 -innovateur innovateur adj m s 0.07 0.00 0.06 0.00 -innovation innovation nom f s 1.06 2.03 0.55 1.49 -innovations innovation nom f p 1.06 2.03 0.51 0.54 -innovatrice innovateur adj f s 0.07 0.00 0.01 0.00 -innove innover ver 0.93 0.88 0.25 0.14 imp:pre:2s;ind:pre:1s;ind:pre:3s; -innover innover ver 0.93 0.88 0.55 0.34 inf; -innovez innover ver 0.93 0.88 0.00 0.07 ind:pre:2p; -innové innover ver m s 0.93 0.88 0.09 0.14 par:pas; -inné inné adj m s 1.26 2.97 0.95 1.35 -innée inné adj f s 1.26 2.97 0.26 1.28 -innées inné adj f p 1.26 2.97 0.03 0.07 -innés inné adj m p 1.26 2.97 0.01 0.27 -inoccupations inoccupation nom f p 0.00 0.07 0.00 0.07 -inoccupé inoccupé adj m s 0.67 3.24 0.11 0.88 -inoccupée inoccupé adj f s 0.67 3.24 0.48 1.49 -inoccupées inoccupé adj f p 0.67 3.24 0.04 0.34 -inoccupés inoccupé adj m p 0.67 3.24 0.02 0.54 -inoculant inoculer ver 0.93 0.95 0.01 0.00 par:pre; -inoculation inoculation nom f s 0.24 0.07 0.24 0.07 -inocule inoculer ver 0.93 0.95 0.05 0.14 ind:pre:1s;ind:pre:3s; -inoculent inoculer ver 0.93 0.95 0.00 0.07 ind:pre:3p; -inoculer inoculer ver 0.93 0.95 0.09 0.20 inf; -inoculerait inoculer ver 0.93 0.95 0.00 0.07 cnd:pre:3s; -inoculé inoculer ver m s 0.93 0.95 0.55 0.34 par:pas; -inoculée inoculer ver f s 0.93 0.95 0.07 0.14 par:pas; -inoculées inoculer ver f p 0.93 0.95 0.16 0.00 par:pas; -inodore inodore adj s 0.15 0.54 0.14 0.47 -inodores inodore adj p 0.15 0.54 0.01 0.07 -inoffensif inoffensif adj m s 7.78 8.04 4.62 3.45 -inoffensifs inoffensif adj m p 7.78 8.04 1.35 2.03 -inoffensive inoffensif adj f s 7.78 8.04 1.38 1.49 -inoffensives inoffensif adj f p 7.78 8.04 0.43 1.08 -inonda inonder ver 6.69 15.14 0.13 1.42 ind:pas:3s; -inondable inondable adj f s 0.01 0.20 0.00 0.07 -inondables inondable adj f p 0.01 0.20 0.01 0.14 -inondaient inonder ver 6.69 15.14 0.01 0.74 ind:imp:3p; -inondait inonder ver 6.69 15.14 0.18 3.04 ind:imp:3s; -inondant inonder ver 6.69 15.14 0.21 1.35 par:pre; -inondation inondation nom f s 3.21 3.78 2.15 2.43 -inondations inondation nom f p 3.21 3.78 1.06 1.35 -inonde inonder ver 6.69 15.14 0.73 2.09 imp:pre:2s;ind:pre:1s;ind:pre:3s; -inondent inonder ver 6.69 15.14 0.26 0.14 ind:pre:3p; -inonder inonder ver 6.69 15.14 1.37 1.35 inf; -inondera inonder ver 6.69 15.14 0.03 0.00 ind:fut:3s; -inonderai inonder ver 6.69 15.14 0.02 0.07 ind:fut:1s; -inonderait inonder ver 6.69 15.14 0.05 0.00 cnd:pre:3s; -inonderons inonder ver 6.69 15.14 0.02 0.00 ind:fut:1p; -inondez inonder ver 6.69 15.14 0.09 0.00 imp:pre:2p;ind:pre:2p; -inondiez inonder ver 6.69 15.14 0.02 0.00 ind:imp:2p; -inondât inonder ver 6.69 15.14 0.00 0.07 sub:imp:3s; -inondèrent inonder ver 6.69 15.14 0.00 0.07 ind:pas:3p; -inondé inonder ver m s 6.69 15.14 2.13 2.70 par:pas; -inondée inonder ver f s 6.69 15.14 0.74 1.35 par:pas; -inondées inonder ver f p 6.69 15.14 0.22 0.14 par:pas; -inondés inonder ver m p 6.69 15.14 0.48 0.61 par:pas; -inopiné inopiné adj m s 0.26 1.15 0.04 0.20 -inopinée inopiné adj f s 0.26 1.15 0.09 0.68 -inopinées inopiné adj f p 0.26 1.15 0.14 0.27 -inopinément inopinément adv 0.41 1.42 0.41 1.42 -inopportun inopportun adj m s 0.86 1.82 0.71 0.68 -inopportune inopportun adj f s 0.86 1.82 0.13 0.61 -inopportunes inopportun adj f p 0.86 1.82 0.01 0.34 -inopportunité inopportunité nom f s 0.00 0.07 0.00 0.07 -inopportuns inopportun adj m p 0.86 1.82 0.01 0.20 -inopportunément inopportunément adv 0.02 0.07 0.02 0.07 -inopérable inopérable adj s 0.26 0.00 0.24 0.00 -inopérables inopérable adj m p 0.26 0.00 0.02 0.00 -inopérant inopérant adj m s 0.35 0.88 0.07 0.34 -inopérante inopérant adj f s 0.35 0.88 0.07 0.07 -inopérantes inopérant adj f p 0.35 0.88 0.01 0.20 -inopérants inopérant adj m p 0.35 0.88 0.19 0.27 -inorganique inorganique adj f s 0.01 0.14 0.01 0.14 -inorganisé inorganisé adj m s 0.04 0.20 0.02 0.00 -inorganisée inorganisé adj f s 0.04 0.20 0.02 0.07 -inorganisées inorganisé adj f p 0.04 0.20 0.00 0.14 -inouï inouï adj m s 3.23 15.20 1.79 6.28 -inouïe inouï adj f s 3.23 15.20 0.97 5.27 -inouïes inouï adj f p 3.23 15.20 0.09 2.09 -inouïs inouï adj m p 3.23 15.20 0.38 1.55 -inoubliable inoubliable adj s 5.07 7.50 4.21 4.80 -inoubliablement inoubliablement adv 0.00 0.07 0.00 0.07 -inoubliables inoubliable adj p 5.07 7.50 0.86 2.70 -inoublié inoublié adj m s 0.00 0.14 0.00 0.07 -inoubliées inoublié adj f p 0.00 0.14 0.00 0.07 -inox inox nom m 0.13 0.27 0.13 0.27 -inoxydable inoxydable nom m s 0.23 0.14 0.23 0.14 -inoxydables inoxydable adj m p 0.16 0.61 0.01 0.14 -input input nom m s 0.00 0.07 0.00 0.07 -inqualifiable inqualifiable adj s 0.30 1.08 0.29 0.95 -inqualifiables inqualifiable adj m p 0.30 1.08 0.01 0.14 -inquiet inquiet adj m s 34.96 46.55 17.90 23.38 -inquiets inquiet adj m p 34.96 46.55 4.28 6.28 -inquilisme inquilisme nom m s 0.00 0.07 0.00 0.07 -inquisiteur inquisiteur adj m s 0.83 2.70 0.80 1.69 -inquisiteurs inquisiteur nom m p 1.45 2.43 0.67 1.35 -inquisition inquisition nom f s 3.15 4.66 3.13 4.26 -inquisitionner inquisitionner ver 0.00 0.07 0.00 0.07 inf; -inquisitions inquisition nom f p 3.15 4.66 0.01 0.41 -inquisitive inquisitif adj f s 0.00 0.07 0.00 0.07 -inquisitorial inquisitorial adj m s 0.10 0.54 0.10 0.07 -inquisitoriale inquisitorial adj f s 0.10 0.54 0.00 0.27 -inquisitoriales inquisitorial adj f p 0.10 0.54 0.00 0.14 -inquisitoriaux inquisitorial adj m p 0.10 0.54 0.00 0.07 -inquisitrice inquisiteur adj f s 0.83 2.70 0.02 0.14 -inquiète inquiéter ver 212.16 71.01 114.06 22.50 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:1s;sub:pre:3s; -inquiètent inquiéter ver 212.16 71.01 3.02 1.01 ind:pre:3p; -inquiètes inquiéter ver 212.16 71.01 13.85 0.68 ind:pre:2s;sub:pre:2s; -inquiéta inquiéter ver 212.16 71.01 0.03 4.39 ind:pas:3s; -inquiétai inquiéter ver 212.16 71.01 0.00 0.34 ind:pas:1s; -inquiétaient inquiéter ver 212.16 71.01 0.12 2.16 ind:imp:3p; -inquiétais inquiéter ver 212.16 71.01 4.12 1.08 ind:imp:1s;ind:imp:2s; -inquiétait inquiéter ver 212.16 71.01 3.56 11.08 ind:imp:3s; -inquiétant inquiétant adj m s 5.72 20.88 3.88 8.72 -inquiétante inquiétant adj f s 5.72 20.88 1.18 7.03 -inquiétantes inquiétant adj f p 5.72 20.88 0.32 2.36 -inquiétants inquiétant adj m p 5.72 20.88 0.35 2.77 -inquiétassent inquiéter ver 212.16 71.01 0.00 0.07 sub:imp:3p; -inquiéter inquiéter ver 212.16 71.01 27.98 12.36 inf;; -inquiétera inquiéter ver 212.16 71.01 0.32 0.27 ind:fut:3s; -inquiéterai inquiéter ver 212.16 71.01 0.12 0.07 ind:fut:1s; -inquiéteraient inquiéter ver 212.16 71.01 0.06 0.07 cnd:pre:3p; -inquiéterais inquiéter ver 212.16 71.01 0.51 0.07 cnd:pre:1s;cnd:pre:2s; -inquiéterait inquiéter ver 212.16 71.01 0.23 0.61 cnd:pre:3s; -inquiéteras inquiéter ver 212.16 71.01 0.04 0.07 ind:fut:2s; -inquiéteriez inquiéter ver 212.16 71.01 0.01 0.00 cnd:pre:2p; -inquiéteront inquiéter ver 212.16 71.01 0.05 0.00 ind:fut:3p; -inquiéteur inquiéteur nom m s 0.00 0.07 0.00 0.07 -inquiétez inquiéter ver 212.16 71.01 38.80 3.85 imp:pre:2p;ind:pre:2p; -inquiétiez inquiéter ver 212.16 71.01 0.23 0.07 ind:imp:2p; -inquiétions inquiéter ver 212.16 71.01 0.15 0.07 ind:imp:1p; -inquiétons inquiéter ver 212.16 71.01 0.45 0.07 imp:pre:1p;ind:pre:1p; -inquiétât inquiéter ver 212.16 71.01 0.00 0.27 sub:imp:3s; -inquiétèrent inquiéter ver 212.16 71.01 0.00 0.54 ind:pas:3p; -inquiété inquiéter ver m s 212.16 71.01 2.21 4.26 par:pas; -inquiétude inquiétude nom f s 10.04 46.76 8.20 41.35 -inquiétudes inquiétude nom f p 10.04 46.76 1.84 5.41 -inquiétée inquiéter ver f s 212.16 71.01 1.41 1.62 par:pas; -inquiétées inquiéter ver f p 212.16 71.01 0.04 0.00 par:pas; -inquiétés inquiéter ver m p 212.16 71.01 0.50 0.95 par:pas; -inracontables inracontable adj f p 0.14 0.00 0.14 0.00 -insaisissable insaisissable adj s 1.16 6.15 1.08 5.47 -insaisissables insaisissable adj p 1.16 6.15 0.08 0.68 -insalissable insalissable adj s 0.00 0.07 0.00 0.07 -insalubre insalubre adj s 0.36 0.95 0.35 0.68 -insalubres insalubre adj p 0.36 0.95 0.01 0.27 -insalubrité insalubrité nom f s 0.00 0.27 0.00 0.27 -insane insane adj m s 0.05 0.41 0.05 0.07 -insanes insane adj p 0.05 0.41 0.00 0.34 -insanité insanité nom f s 0.44 1.49 0.22 0.27 -insanités insanité nom f p 0.44 1.49 0.22 1.22 -insatiable insatiable adj s 2.50 3.45 1.73 2.84 -insatiablement insatiablement adv 0.00 0.34 0.00 0.34 -insatiables insatiable adj p 2.50 3.45 0.77 0.61 -insatisfaction insatisfaction nom f s 0.22 1.15 0.21 1.08 -insatisfactions insatisfaction nom f p 0.22 1.15 0.01 0.07 -insatisfaisant insatisfaisant adj m s 0.24 0.14 0.18 0.14 -insatisfaisante insatisfaisant adj f s 0.24 0.14 0.05 0.00 -insatisfaisantes insatisfaisant adj f p 0.24 0.14 0.01 0.00 -insatisfait insatisfait adj m s 1.71 1.89 0.64 1.01 -insatisfaite insatisfait adj f s 1.71 1.89 0.53 0.34 -insatisfaites insatisfait adj f p 1.71 1.89 0.20 0.27 -insatisfaits insatisfait adj m p 1.71 1.89 0.34 0.27 -inscription inscription nom f s 7.17 19.32 5.04 12.97 -inscriptions inscription nom f p 7.17 19.32 2.13 6.35 -inscrira inscrire ver 25.41 42.70 0.25 0.27 ind:fut:3s; -inscrirai inscrire ver 25.41 42.70 0.55 0.00 ind:fut:1s; -inscriraient inscrire ver 25.41 42.70 0.01 0.07 cnd:pre:3p; -inscrirais inscrire ver 25.41 42.70 0.04 0.14 cnd:pre:1s;cnd:pre:2s; -inscrirait inscrire ver 25.41 42.70 0.02 0.41 cnd:pre:3s; -inscriras inscrire ver 25.41 42.70 0.00 0.07 ind:fut:2s; -inscrire inscrire ver 25.41 42.70 7.84 9.86 inf; -inscris inscrire ver 25.41 42.70 2.63 0.74 imp:pre:2s;ind:pre:1s;ind:pre:2s; -inscrit inscrire ver m s 25.41 42.70 7.01 13.04 ind:pre:3s;par:pas; -inscrite inscrire ver f s 25.41 42.70 2.32 3.92 par:pas; -inscrites inscrire ver f p 25.41 42.70 0.29 0.81 par:pas; -inscrits inscrire ver m p 25.41 42.70 1.69 2.70 par:pas; -inscrivaient inscrire ver 25.41 42.70 0.02 1.55 ind:imp:3p; -inscrivais inscrire ver 25.41 42.70 0.02 0.20 ind:imp:1s;ind:imp:2s; -inscrivait inscrire ver 25.41 42.70 0.18 2.97 ind:imp:3s; -inscrivant inscrire ver 25.41 42.70 0.07 1.28 par:pre; -inscrive inscrire ver 25.41 42.70 0.33 0.34 sub:pre:1s;sub:pre:3s; -inscrivent inscrire ver 25.41 42.70 0.34 1.28 ind:pre:3p; -inscrivez inscrire ver 25.41 42.70 1.58 0.27 imp:pre:2p;ind:pre:2p; -inscrivirent inscrire ver 25.41 42.70 0.01 0.14 ind:pas:3p; -inscrivis inscrire ver 25.41 42.70 0.00 0.61 ind:pas:1s; -inscrivit inscrire ver 25.41 42.70 0.01 2.03 ind:pas:3s; -inscrivons inscrire ver 25.41 42.70 0.20 0.00 imp:pre:1p; -inscrutable inscrutable adj f s 0.00 0.14 0.00 0.14 -insecte insecte nom m s 13.79 22.70 5.46 8.04 -insectes insecte nom m p 13.79 22.70 8.32 14.66 -insecticide insecticide nom m s 1.05 0.61 0.92 0.47 -insecticides insecticide nom m p 1.05 0.61 0.14 0.14 -insectivore insectivore adj f s 0.02 0.00 0.02 0.00 -insensibilisait insensibiliser ver 0.18 0.27 0.00 0.07 ind:imp:3s; -insensibiliser insensibiliser ver 0.18 0.27 0.04 0.00 inf; -insensibilisé insensibiliser ver m s 0.18 0.27 0.13 0.14 par:pas; -insensibilisée insensibiliser ver f s 0.18 0.27 0.01 0.07 par:pas; -insensibilité insensibilité nom f s 0.28 1.55 0.28 1.55 -insensible insensible adj s 5.13 12.16 4.04 9.39 -insensiblement insensiblement adv 0.10 10.41 0.10 10.41 -insensibles insensible adj p 5.13 12.16 1.09 2.77 -insensé insensé adj m s 11.32 11.82 7.51 6.28 -insensée insensé adj f s 11.32 11.82 1.92 2.97 -insensées insensé adj f p 11.32 11.82 0.79 1.35 -insensément insensément adv 0.00 0.07 0.00 0.07 -insensés insensé adj m p 11.32 11.82 1.09 1.22 -insert insert nom m s 0.30 0.00 0.12 0.00 -insertion insertion nom f s 0.64 0.54 0.64 0.54 -inserts insert nom m p 0.30 0.00 0.19 0.00 -insidieuse insidieux adj f s 0.62 4.12 0.15 2.43 -insidieusement insidieusement adv 0.04 2.16 0.04 2.16 -insidieuses insidieux adj f p 0.62 4.12 0.16 0.34 -insidieux insidieux adj m 0.62 4.12 0.31 1.35 -insight insight nom m s 0.03 0.07 0.02 0.00 -insights insight nom m p 0.03 0.07 0.01 0.07 -insigne insigne nom m s 5.56 3.18 4.42 1.69 -insignes insigne nom m p 5.56 3.18 1.14 1.49 -insignifiance insignifiance nom f s 0.18 3.99 0.18 3.65 -insignifiances insignifiance nom f p 0.18 3.99 0.00 0.34 -insignifiant insignifiant adj m s 5.27 13.92 2.26 5.20 -insignifiante insignifiant adj f s 5.27 13.92 1.50 3.18 -insignifiantes insignifiant adj f p 5.27 13.92 0.66 2.50 -insignifiants insignifiant adj m p 5.27 13.92 0.85 3.04 -insincère insincère adj s 0.00 0.14 0.00 0.14 -insincérité insincérité nom f s 0.03 0.41 0.03 0.41 -insinua insinuer ver 9.90 9.73 0.01 1.22 ind:pas:3s; -insinuai insinuer ver 9.90 9.73 0.00 0.07 ind:pas:1s; -insinuaient insinuer ver 9.90 9.73 0.14 0.41 ind:imp:3p; -insinuais insinuer ver 9.90 9.73 0.11 0.07 ind:imp:1s;ind:imp:2s; -insinuait insinuer ver 9.90 9.73 0.10 1.22 ind:imp:3s; -insinuant insinuer ver 9.90 9.73 0.15 0.54 par:pre; -insinuante insinuant adj f s 0.10 2.09 0.00 0.74 -insinuantes insinuant adj f p 0.10 2.09 0.00 0.14 -insinuants insinuant adj m p 0.10 2.09 0.00 0.14 -insinuation insinuation nom f s 1.62 1.55 0.49 0.47 -insinuations insinuation nom f p 1.62 1.55 1.12 1.08 -insinue insinuer ver 9.90 9.73 1.19 2.36 imp:pre:2s;ind:pre:1s;ind:pre:3s; -insinuent insinuer ver 9.90 9.73 0.09 0.61 ind:pre:3p; -insinuer insinuer ver 9.90 9.73 1.63 2.03 inf; -insinuerai insinuer ver 9.90 9.73 0.01 0.00 ind:fut:1s; -insinuerait insinuer ver 9.90 9.73 0.01 0.00 cnd:pre:3s; -insinues insinuer ver 9.90 9.73 2.36 0.41 ind:pre:2s; -insinuez insinuer ver 9.90 9.73 3.56 0.14 imp:pre:2p;ind:pre:2p; -insinuiez insinuer ver 9.90 9.73 0.03 0.00 ind:imp:2p; -insinué insinuer ver m s 9.90 9.73 0.38 0.34 par:pas; -insinuée insinuer ver f s 9.90 9.73 0.14 0.34 par:pas; -insipide insipide adj s 0.88 4.05 0.54 2.84 -insipides insipide adj p 0.88 4.05 0.34 1.22 -insipidité insipidité nom f s 0.00 0.14 0.00 0.14 -insista insister ver 42.16 67.03 0.18 13.04 ind:pas:3s; -insistai insister ver 42.16 67.03 0.00 3.31 ind:pas:1s; -insistaient insister ver 42.16 67.03 0.02 1.08 ind:imp:3p; -insistais insister ver 42.16 67.03 0.23 1.28 ind:imp:1s;ind:imp:2s; -insistait insister ver 42.16 67.03 1.11 7.97 ind:imp:3s; -insistance insistance nom f s 1.53 14.59 1.52 14.53 -insistances insistance nom f p 1.53 14.59 0.01 0.07 -insistant insister ver 42.16 67.03 0.64 3.45 par:pre; -insistante insistant adj f s 0.68 5.20 0.13 2.57 -insistantes insistant adj f p 0.68 5.20 0.01 0.54 -insistants insistant adj m p 0.68 5.20 0.19 0.68 -insiste insister ver 42.16 67.03 17.50 14.53 imp:pre:2s;ind:pre:1s;ind:pre:3s; -insistent insister ver 42.16 67.03 0.52 0.68 ind:pre:3p; -insister insister ver 42.16 67.03 6.09 9.19 inf; -insistera insister ver 42.16 67.03 0.03 0.07 ind:fut:3s; -insisterai insister ver 42.16 67.03 0.28 0.07 ind:fut:1s; -insisteraient insister ver 42.16 67.03 0.14 0.00 cnd:pre:3p; -insisterais insister ver 42.16 67.03 0.17 0.00 cnd:pre:1s; -insisterait insister ver 42.16 67.03 0.08 0.07 cnd:pre:3s; -insisteras insister ver 42.16 67.03 0.01 0.00 ind:fut:2s; -insisterons insister ver 42.16 67.03 0.02 0.07 ind:fut:1p; -insistes insister ver 42.16 67.03 2.00 0.47 ind:pre:2s; -insistez insister ver 42.16 67.03 5.11 1.22 imp:pre:2p;ind:pre:2p; -insistiez insister ver 42.16 67.03 0.02 0.07 ind:imp:2p; -insistions insister ver 42.16 67.03 0.00 0.07 ind:imp:1p; -insistons insister ver 42.16 67.03 0.27 0.20 imp:pre:1p;ind:pre:1p; -insistât insister ver 42.16 67.03 0.00 0.07 sub:imp:3s; -insistèrent insister ver 42.16 67.03 0.00 0.27 ind:pas:3p; -insisté insister ver m s 42.16 67.03 7.75 9.86 par:pas; -insociable insociable adj s 0.02 0.20 0.02 0.20 -insolant insoler ver 0.00 0.20 0.00 0.07 par:pre; -insolation insolation nom f s 0.56 1.62 0.55 1.35 -insolations insolation nom f p 0.56 1.62 0.01 0.27 -insolemment insolemment adv 0.14 2.03 0.14 2.03 -insolence insolence nom f s 2.75 9.80 2.69 8.78 -insolences insolence nom f p 2.75 9.80 0.06 1.01 -insolent insolent adj m s 5.88 9.12 3.48 3.92 -insolente insolent adj f s 5.88 9.12 2.23 3.24 -insolentes insolent adj f p 5.88 9.12 0.03 0.47 -insolents insolent nom m p 1.31 0.88 0.16 0.20 -insolite insolite adj s 2.90 18.99 2.24 15.81 -insolitement insolitement adv 0.00 0.07 0.00 0.07 -insolites insolite adj p 2.90 18.99 0.66 3.18 -insolé insoler ver m s 0.00 0.20 0.00 0.07 par:pas; -insoluble insoluble adj s 0.69 2.16 0.50 1.28 -insolubles insoluble adj p 0.69 2.16 0.19 0.88 -insolvable insolvable adj m s 0.14 0.07 0.12 0.00 -insolvables insolvable adj m p 0.14 0.07 0.02 0.07 -insomniaque insomniaque adj s 0.77 0.95 0.62 0.68 -insomniaques insomniaque nom p 0.28 0.54 0.23 0.14 -insomnie insomnie nom f s 3.69 8.24 2.55 6.08 -insomnies insomnie nom f p 3.69 8.24 1.14 2.16 -insomnieuse insomnieux nom f s 0.00 0.27 0.00 0.07 -insomnieux insomnieux nom m 0.00 0.27 0.00 0.20 -insondable insondable adj s 0.95 4.32 0.38 3.58 -insondablement insondablement adv 0.00 0.14 0.00 0.14 -insondables insondable adj p 0.95 4.32 0.58 0.74 -insonore insonore adj m s 0.27 0.34 0.27 0.34 -insonorisation insonorisation nom f s 0.02 0.07 0.02 0.07 -insonoriser insonoriser ver 0.58 0.47 0.05 0.14 inf; -insonorisé insonoriser ver m s 0.58 0.47 0.32 0.00 par:pas; -insonorisée insonoriser ver f s 0.58 0.47 0.12 0.34 par:pas; -insonorisées insonoriser ver f p 0.58 0.47 0.03 0.00 par:pas; -insonorisés insonoriser ver m p 0.58 0.47 0.07 0.00 par:pas; -insonorité insonorité nom f s 0.00 0.07 0.00 0.07 -insortable insortable adj s 0.01 0.07 0.01 0.00 -insortables insortable adj p 0.01 0.07 0.00 0.07 -insouciance insouciance nom f s 1.15 7.91 1.15 7.91 -insouciant insouciant adj m s 3.27 6.55 1.75 2.16 -insouciante insouciant adj f s 3.27 6.55 0.58 2.70 -insouciantes insouciant adj f p 3.27 6.55 0.33 0.34 -insouciants insouciant adj m p 3.27 6.55 0.61 1.35 -insoucieuse insoucieux adj f s 0.04 1.28 0.00 0.27 -insoucieusement insoucieusement adv 0.00 0.07 0.00 0.07 -insoucieux insoucieux adj m 0.04 1.28 0.04 1.01 -insoulevables insoulevable adj p 0.00 0.07 0.00 0.07 -insoumis insoumis nom m 0.36 0.88 0.20 0.81 -insoumise insoumis adj f s 0.37 1.08 0.20 0.14 -insoumission insoumission nom f s 0.03 0.81 0.03 0.81 -insoupçonnable insoupçonnable adj s 0.24 1.62 0.23 0.88 -insoupçonnables insoupçonnable adj p 0.24 1.62 0.01 0.74 -insoupçonné insoupçonné adj m s 0.16 2.57 0.04 0.47 -insoupçonnée insoupçonné adj f s 0.16 2.57 0.03 0.88 -insoupçonnées insoupçonné adj f p 0.16 2.57 0.06 0.68 -insoupçonnés insoupçonné adj m p 0.16 2.57 0.04 0.54 -insoutenable insoutenable adj s 1.04 4.86 0.88 4.39 -insoutenables insoutenable adj p 1.04 4.86 0.16 0.47 -inspecta inspecter ver 7.54 13.99 0.02 1.28 ind:pas:3s; -inspectai inspecter ver 7.54 13.99 0.01 0.54 ind:pas:1s; -inspectaient inspecter ver 7.54 13.99 0.01 0.41 ind:imp:3p; -inspectais inspecter ver 7.54 13.99 0.04 0.20 ind:imp:1s; -inspectait inspecter ver 7.54 13.99 0.04 1.55 ind:imp:3s; -inspectant inspecter ver 7.54 13.99 0.09 0.95 par:pre; -inspecte inspecter ver 7.54 13.99 1.17 1.49 imp:pre:2s;ind:pre:1s;ind:pre:3s; -inspectent inspecter ver 7.54 13.99 0.06 0.27 ind:pre:3p; -inspecter inspecter ver 7.54 13.99 3.61 5.14 inf; -inspectera inspecter ver 7.54 13.99 0.07 0.00 ind:fut:3s; -inspecterais inspecter ver 7.54 13.99 0.01 0.07 cnd:pre:1s; -inspecterez inspecter ver 7.54 13.99 0.01 0.00 ind:fut:2p; -inspecteront inspecter ver 7.54 13.99 0.03 0.00 ind:fut:3p; -inspectes inspecter ver 7.54 13.99 0.04 0.07 ind:pre:2s; -inspecteur inspecteur nom m s 69.77 19.66 64.12 15.74 -inspecteurs inspecteur nom m p 69.77 19.66 4.99 3.92 -inspectez inspecter ver 7.54 13.99 0.41 0.00 imp:pre:2p;ind:pre:2p; -inspectiez inspecter ver 7.54 13.99 0.02 0.00 ind:imp:2p; -inspection inspection nom f s 7.80 9.39 6.97 8.18 -inspections inspection nom f p 7.80 9.39 0.83 1.22 -inspectons inspecter ver 7.54 13.99 0.08 0.07 imp:pre:1p;ind:pre:1p; -inspectrice inspecteur nom f s 69.77 19.66 0.67 0.00 -inspectèrent inspecter ver 7.54 13.99 0.00 0.07 ind:pas:3p; -inspecté inspecter ver m s 7.54 13.99 1.29 1.55 par:pas; -inspectée inspecter ver f s 7.54 13.99 0.18 0.20 par:pas; -inspectées inspecter ver f p 7.54 13.99 0.15 0.00 par:pas; -inspectés inspecter ver m p 7.54 13.99 0.06 0.14 par:pas; -inspira inspirer ver 26.56 45.00 0.11 2.23 ind:pas:3s; -inspirai inspirer ver 26.56 45.00 0.00 0.07 ind:pas:1s; -inspiraient inspirer ver 26.56 45.00 0.08 3.04 ind:imp:3p; -inspirais inspirer ver 26.56 45.00 0.11 0.34 ind:imp:1s;ind:imp:2s; -inspirait inspirer ver 26.56 45.00 0.86 10.81 ind:imp:3s; -inspirant inspirer ver 26.56 45.00 0.60 2.43 par:pre; -inspirante inspirant adj f s 0.28 0.47 0.11 0.00 -inspirantes inspirant adj f p 0.28 0.47 0.01 0.27 -inspirants inspirant adj m p 0.28 0.47 0.00 0.07 -inspirateur inspirateur nom m s 0.11 1.08 0.03 0.61 -inspirateurs inspirateur nom m p 0.11 1.08 0.00 0.14 -inspiration inspiration nom f s 7.38 18.04 7.04 17.16 -inspirations inspiration nom f p 7.38 18.04 0.34 0.88 -inspiratoire inspiratoire adj m s 0.00 0.07 0.00 0.07 -inspiratrice inspirateur nom f s 0.11 1.08 0.08 0.27 -inspiratrices inspiratrice nom f p 0.02 0.00 0.02 0.00 -inspire inspirer ver 26.56 45.00 9.34 6.82 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -inspirent inspirer ver 26.56 45.00 0.94 1.49 ind:pre:3p; -inspirer inspirer ver 26.56 45.00 3.21 5.95 inf; -inspirera inspirer ver 26.56 45.00 0.20 0.34 ind:fut:3s; -inspireraient inspirer ver 26.56 45.00 0.00 0.07 cnd:pre:3p; -inspirerait inspirer ver 26.56 45.00 0.10 0.47 cnd:pre:3s; -inspireras inspirer ver 26.56 45.00 0.00 0.14 ind:fut:2s; -inspireront inspirer ver 26.56 45.00 0.01 0.07 ind:fut:3p; -inspires inspirer ver 26.56 45.00 0.47 0.07 ind:pre:2s; -inspirez inspirer ver 26.56 45.00 1.79 0.27 imp:pre:2p;ind:pre:2p; -inspiriez inspirer ver 26.56 45.00 0.01 0.00 ind:imp:2p; -inspirions inspirer ver 26.56 45.00 0.00 0.07 ind:imp:1p; -inspirât inspirer ver 26.56 45.00 0.00 0.20 sub:imp:3s; -inspirèrent inspirer ver 26.56 45.00 0.02 0.34 ind:pas:3p; -inspiré inspirer ver m s 26.56 45.00 5.89 5.47 par:pas; -inspirée inspirer ver f s 26.56 45.00 1.55 1.76 par:pas; -inspirées inspirer ver f p 26.56 45.00 0.56 0.81 par:pas; -inspirés inspirer ver m p 26.56 45.00 0.71 1.76 par:pas; -instabilité instabilité nom f s 0.93 0.81 0.93 0.81 -instable instable adj s 5.00 4.93 4.20 3.92 -instables instable adj p 5.00 4.93 0.80 1.01 -installa installer ver 70.76 162.23 0.27 16.35 ind:pas:3s; -installai installer ver 70.76 162.23 0.02 2.09 ind:pas:1s; -installaient installer ver 70.76 162.23 0.12 3.38 ind:imp:3p; -installais installer ver 70.76 162.23 0.44 1.22 ind:imp:1s;ind:imp:2s; -installait installer ver 70.76 162.23 0.69 11.49 ind:imp:3s; -installant installer ver 70.76 162.23 0.22 2.16 par:pre; -installasse installer ver 70.76 162.23 0.00 0.07 sub:imp:1s; -installateur installateur nom m s 0.07 0.00 0.07 0.00 -installation installation nom f s 6.75 12.57 4.16 9.80 -installations installation nom f p 6.75 12.57 2.59 2.77 -installe installer ver 70.76 162.23 12.89 15.88 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -installent installer ver 70.76 162.23 1.38 2.97 ind:pre:3p; -installer installer ver 70.76 162.23 22.76 29.73 ind:pre:2p;inf; -installera installer ver 70.76 162.23 1.01 0.88 ind:fut:3s; -installerai installer ver 70.76 162.23 0.63 0.54 ind:fut:1s; -installeraient installer ver 70.76 162.23 0.10 0.14 cnd:pre:3p; -installerais installer ver 70.76 162.23 0.23 0.54 cnd:pre:1s;cnd:pre:2s; -installerait installer ver 70.76 162.23 0.29 0.68 cnd:pre:3s; -installeras installer ver 70.76 162.23 0.29 0.07 ind:fut:2s; -installerez installer ver 70.76 162.23 0.14 0.00 ind:fut:2p; -installerions installer ver 70.76 162.23 0.10 0.07 cnd:pre:1p; -installerons installer ver 70.76 162.23 0.19 0.14 ind:fut:1p; -installeront installer ver 70.76 162.23 0.23 0.27 ind:fut:3p; -installes installer ver 70.76 162.23 1.39 0.34 ind:pre:2s; -installeur installeur nom m s 0.00 0.07 0.00 0.07 -installez installer ver 70.76 162.23 6.66 0.61 imp:pre:2p;ind:pre:2p; -installiez installer ver 70.76 162.23 0.10 0.00 ind:imp:2p; -installions installer ver 70.76 162.23 0.03 1.22 ind:imp:1p; -installâmes installer ver 70.76 162.23 0.00 1.62 ind:pas:1p; -installons installer ver 70.76 162.23 0.60 0.61 imp:pre:1p;ind:pre:1p; -installât installer ver 70.76 162.23 0.00 0.20 sub:imp:3s; -installèrent installer ver 70.76 162.23 0.09 3.99 ind:pas:3p; -installé installer ver m s 70.76 162.23 11.02 33.51 par:pas; -installée installer ver f s 70.76 162.23 4.78 14.26 par:pas; -installées installer ver f p 70.76 162.23 0.74 3.18 par:pas; -installés installer ver m p 70.76 162.23 3.34 14.05 par:pas; -instamment instamment adv 0.12 1.35 0.12 1.35 -instance instance nom f s 2.12 4.59 1.62 1.76 -instances instance nom f p 2.12 4.59 0.50 2.84 -instant instant nom m s 189.41 340.20 182.14 285.88 -instantané instantané adj m s 2.31 2.97 1.22 1.22 -instantanée instantané adj f s 2.31 2.97 0.98 1.35 -instantanées instantané adj f p 2.31 2.97 0.03 0.20 -instantanéité instantanéité nom f s 0.00 0.07 0.00 0.07 -instantanément instantanément adv 2.15 7.57 2.15 7.57 -instantanés instantané nom m p 0.33 1.01 0.12 0.41 -instante instant adj f s 3.55 18.78 0.00 0.20 -instantes instant adj f p 3.55 18.78 0.01 0.47 -instants instant nom m p 189.41 340.20 7.27 54.32 -instaura instaurer ver 2.63 4.66 0.26 0.34 ind:pas:3s; -instaurai instaurer ver 2.63 4.66 0.00 0.07 ind:pas:1s; -instaurait instaurer ver 2.63 4.66 0.00 0.47 ind:imp:3s; -instaurant instaurer ver 2.63 4.66 0.00 0.14 par:pre; -instauration instauration nom f s 0.02 0.27 0.02 0.27 -instauratrice instaurateur nom f s 0.00 0.07 0.00 0.07 -instaure instaurer ver 2.63 4.66 0.16 0.41 ind:pre:1s;ind:pre:3s; -instaurer instaurer ver 2.63 4.66 1.31 1.35 inf; -instaurera instaurer ver 2.63 4.66 0.02 0.00 ind:fut:3s; -instaurerions instaurer ver 2.63 4.66 0.00 0.07 cnd:pre:1p; -instaurions instaurer ver 2.63 4.66 0.00 0.07 ind:imp:1p; -instaurèrent instaurer ver 2.63 4.66 0.00 0.07 ind:pas:3p; -instauré instaurer ver m s 2.63 4.66 0.63 1.22 par:pas; -instaurée instaurer ver f s 2.63 4.66 0.21 0.14 par:pas; -instaurées instaurer ver f p 2.63 4.66 0.02 0.14 par:pas; -instaurés instaurer ver m p 2.63 4.66 0.02 0.20 par:pas; -insère insérer ver 2.92 4.26 0.57 0.34 imp:pre:2s;ind:pre:1s;ind:pre:3s; -insèrent insérer ver 2.92 4.26 0.05 0.14 ind:pre:3p; -instigateur instigateur nom m s 1.04 1.01 0.88 0.47 -instigateurs instigateur nom m p 1.04 1.01 0.07 0.34 -instigation instigation nom f s 0.14 0.88 0.14 0.88 -instigatrice instigateur nom f s 1.04 1.01 0.09 0.20 -instilla instiller ver 0.24 0.74 0.00 0.14 ind:pas:3s; -instille instiller ver 0.24 0.74 0.00 0.07 ind:pre:3s; -instiller instiller ver 0.24 0.74 0.20 0.20 inf; -instillera instiller ver 0.24 0.74 0.00 0.07 ind:fut:3s; -instillé instiller ver m s 0.24 0.74 0.04 0.20 par:pas; -instillées instiller ver f p 0.24 0.74 0.00 0.07 par:pas; -instinct instinct nom m s 16.95 35.27 14.27 31.01 -instinctif instinctif adj m s 1.26 9.59 0.72 4.59 -instinctifs instinctif adj m p 1.26 9.59 0.01 0.34 -instinctive instinctif adj f s 1.26 9.59 0.51 4.39 -instinctivement instinctivement adv 1.50 9.46 1.50 9.46 -instinctives instinctif adj f p 1.26 9.59 0.01 0.27 -instinctivo instinctivo adv 0.00 0.07 0.00 0.07 -instincts instinct nom m p 16.95 35.27 2.69 4.26 -instinctuel instinctuel adj m s 0.01 0.00 0.01 0.00 -instit instit nom s 1.09 1.49 0.98 1.15 -instits instit nom p 1.09 1.49 0.11 0.34 -institua instituer ver 0.41 6.42 0.00 0.20 ind:pas:3s; -instituai instituer ver 0.41 6.42 0.00 0.14 ind:pas:1s; -instituaient instituer ver 0.41 6.42 0.00 0.07 ind:imp:3p; -instituait instituer ver 0.41 6.42 0.00 0.54 ind:imp:3s; -instituant instituer ver 0.41 6.42 0.00 0.68 par:pre; -institue instituer ver 0.41 6.42 0.11 0.14 ind:pre:3s; -instituent instituer ver 0.41 6.42 0.00 0.07 ind:pre:3p; -instituer instituer ver 0.41 6.42 0.05 1.69 inf; -instituons instituer ver 0.41 6.42 0.01 0.00 imp:pre:1p; -institut institut nom m s 5.49 4.53 5.37 3.85 -instituteur instituteur nom m s 11.49 23.31 7.29 13.18 -instituteurs instituteur nom m p 11.49 23.31 0.79 2.91 -instituèrent instituer ver 0.41 6.42 0.00 0.07 ind:pas:3p; -institution institution nom f s 9.41 17.23 6.23 7.57 -institutionnalisé institutionnaliser ver m s 0.03 0.00 0.03 0.00 par:pas; -institutionnel institutionnel adj m s 0.50 0.27 0.17 0.14 -institutionnelle institutionnel adj f s 0.50 0.27 0.30 0.14 -institutionnels institutionnel adj m p 0.50 0.27 0.03 0.00 -institutions institution nom f p 9.41 17.23 3.19 9.66 -institutrice instituteur nom f s 11.49 23.31 3.42 6.08 -institutrices institutrice nom f p 0.30 0.00 0.30 0.00 -instituts institut nom m p 5.49 4.53 0.12 0.68 -institué instituer ver m s 0.41 6.42 0.19 2.30 par:pas; -instituée instituer ver f s 0.41 6.42 0.01 0.41 par:pas; -instituées instituer ver f p 0.41 6.42 0.02 0.14 par:pas; -institués instituer ver m p 0.41 6.42 0.01 0.00 par:pas; -instructeur instructeur nom m s 1.60 2.09 1.12 1.22 -instructeurs instructeur nom m p 1.60 2.09 0.48 0.88 -instructif instructif adj m s 2.08 2.91 1.54 1.55 -instructifs instructif adj m p 2.08 2.91 0.19 0.14 -instruction instruction nom f s 22.37 30.27 6.91 16.08 -instructions instruction nom f p 22.37 30.27 15.46 14.19 -instructive instructif adj f s 2.08 2.91 0.14 0.88 -instructives instructif adj f p 2.08 2.91 0.22 0.34 -instruira instruire ver 5.85 11.96 0.16 0.07 ind:fut:3s; -instruirai instruire ver 5.85 11.96 0.02 0.00 ind:fut:1s; -instruiraient instruire ver 5.85 11.96 0.00 0.07 cnd:pre:3p; -instruirait instruire ver 5.85 11.96 0.02 0.41 cnd:pre:3s; -instruire instruire ver 5.85 11.96 2.49 5.81 inf; -instruis instruire ver 5.85 11.96 0.39 0.00 imp:pre:2s;ind:pre:1s;ind:pre:2s; -instruisîmes instruire ver 5.85 11.96 0.00 0.07 ind:pas:1p; -instruisaient instruire ver 5.85 11.96 0.00 0.14 ind:imp:3p; -instruisais instruire ver 5.85 11.96 0.01 0.20 ind:imp:1s; -instruisait instruire ver 5.85 11.96 0.00 0.41 ind:imp:3s; -instruisant instruire ver 5.85 11.96 0.04 0.07 par:pre; -instruise instruire ver 5.85 11.96 0.04 0.27 sub:pre:1s;sub:pre:3s; -instruisent instruire ver 5.85 11.96 0.12 0.47 ind:pre:3p; -instruisez instruire ver 5.85 11.96 0.08 0.00 imp:pre:2p;ind:pre:2p; -instruisirent instruire ver 5.85 11.96 0.00 0.07 ind:pas:3p; -instruisis instruire ver 5.85 11.96 0.01 0.00 ind:pas:1s; -instruisit instruire ver 5.85 11.96 0.10 0.41 ind:pas:3s; -instruit instruit adj m s 3.58 3.31 2.37 1.69 -instruite instruire ver f s 5.85 11.96 0.28 0.61 par:pas; -instruites instruit adj f p 3.58 3.31 0.11 0.20 -instruits instruit adj m p 3.58 3.31 1.02 1.01 -instrument instrument nom m s 22.67 36.08 14.59 21.62 -instrumentais instrumenter ver 0.01 0.20 0.00 0.07 ind:imp:1s; -instrumental instrumental adj m s 0.20 0.41 0.16 0.07 -instrumentale instrumental adj f s 0.20 0.41 0.04 0.34 -instrumentation instrumentation nom f s 0.23 0.07 0.23 0.07 -instrumentaux instrumental adj m p 0.20 0.41 0.01 0.00 -instrumenter instrumenter ver 0.01 0.20 0.01 0.14 inf; -instrumentiste instrumentiste nom s 0.03 0.27 0.01 0.14 -instrumentistes instrumentiste nom p 0.03 0.27 0.02 0.14 -instruments instrument nom m p 22.67 36.08 8.08 14.46 -insu insu nom m s 3.74 10.20 3.74 10.20 -insubmersible insubmersible adj m s 0.11 0.20 0.09 0.14 -insubmersibles insubmersible adj f p 0.11 0.20 0.02 0.07 -insubordination insubordination nom f s 1.17 0.74 1.16 0.74 -insubordinations insubordination nom f p 1.17 0.74 0.01 0.00 -insubordonné insubordonné adj m s 0.14 0.00 0.13 0.00 -insubordonnée insubordonné adj f s 0.14 0.00 0.01 0.00 -insécable insécable adj s 0.00 0.07 0.00 0.07 -insuccès insuccès nom m 0.02 0.20 0.02 0.20 -insécurité insécurité nom f s 0.92 1.49 0.86 1.42 -insécurités insécurité nom f p 0.92 1.49 0.05 0.07 -insuffisamment insuffisamment adv 0.03 0.68 0.03 0.68 -insuffisance insuffisance nom f s 1.40 3.85 1.20 2.50 -insuffisances insuffisance nom f p 1.40 3.85 0.20 1.35 -insuffisant insuffisant adj m s 3.45 5.54 1.74 2.57 -insuffisante insuffisant adj f s 3.45 5.54 0.79 1.08 -insuffisantes insuffisant adj f p 3.45 5.54 0.42 0.74 -insuffisants insuffisant adj m p 3.45 5.54 0.51 1.15 -insufflaient insuffler ver 0.89 1.62 0.00 0.07 ind:imp:3p; -insufflait insuffler ver 0.89 1.62 0.03 0.20 ind:imp:3s; -insufflant insuffler ver 0.89 1.62 0.03 0.00 par:pre; -insufflateur insufflateur nom m s 0.00 0.07 0.00 0.07 -insuffle insuffler ver 0.89 1.62 0.10 0.14 imp:pre:2s;ind:pre:1s;ind:pre:3s; -insufflent insuffler ver 0.89 1.62 0.00 0.07 ind:pre:3p; -insuffler insuffler ver 0.89 1.62 0.53 0.74 inf; -insufflera insuffler ver 0.89 1.62 0.00 0.07 ind:fut:3s; -insufflé insuffler ver m s 0.89 1.62 0.18 0.27 par:pas; -insufflée insuffler ver f s 0.89 1.62 0.01 0.07 par:pas; -insufflées insuffler ver f p 0.89 1.62 0.01 0.00 par:pas; -insula insula nom f s 0.01 0.00 0.01 0.00 -insulaire insulaire adj s 0.09 1.01 0.03 0.81 -insulaires insulaire adj p 0.09 1.01 0.06 0.20 -insularité insularité nom f s 0.00 0.07 0.00 0.07 -insulation insulation nom f s 0.01 0.00 0.01 0.00 -insuline insuline nom f s 1.45 1.15 1.45 1.15 -insulinique insulinique adj m s 0.01 0.41 0.01 0.41 -insulta insulter ver 26.93 18.24 0.01 0.61 ind:pas:3s; -insultaient insulter ver 26.93 18.24 0.28 0.74 ind:imp:3p; -insultais insulter ver 26.93 18.24 0.09 0.34 ind:imp:1s;ind:imp:2s; -insultait insulter ver 26.93 18.24 0.20 1.35 ind:imp:3s; -insultant insultant adj m s 1.90 3.24 1.38 1.62 -insultante insultant adj f s 1.90 3.24 0.41 0.68 -insultantes insultant adj f p 1.90 3.24 0.06 0.20 -insultants insultant adj m p 1.90 3.24 0.05 0.74 -insulte insulter ver 26.93 18.24 6.13 3.11 imp:pre:2s;ind:pre:1s;ind:pre:3s; -insultent insulter ver 26.93 18.24 0.88 0.81 ind:pre:3p;sub:pre:3p; -insulter insulter ver 26.93 18.24 6.76 6.42 inf;; -insulterai insulter ver 26.93 18.24 0.04 0.00 ind:fut:1s; -insulterais insulter ver 26.93 18.24 0.06 0.20 cnd:pre:1s;cnd:pre:2s; -insulteras insulter ver 26.93 18.24 0.01 0.00 ind:fut:2s; -insultes insulte nom f p 10.49 15.88 5.25 8.92 -insulteur insulteur nom m s 0.00 0.27 0.00 0.20 -insulteurs insulteur nom m p 0.00 0.27 0.00 0.07 -insultez insulter ver 26.93 18.24 2.52 0.27 imp:pre:2p;ind:pre:2p; -insultions insulter ver 26.93 18.24 0.00 0.07 ind:imp:1p; -insultons insulter ver 26.93 18.24 0.03 0.00 imp:pre:1p;ind:pre:1p; -insulté insulter ver m s 26.93 18.24 5.95 1.62 par:pas; -insultée insulter ver f s 26.93 18.24 1.28 0.54 par:pas; -insultées insulté ver f p 0.00 0.07 0.00 0.07 par:pas; -insultés insulter ver m p 26.93 18.24 0.37 0.34 par:pas; -inséminateur inséminateur nom m s 0.27 0.00 0.27 0.00 -insémination insémination nom f s 0.67 0.81 0.67 0.41 -inséminations insémination nom f p 0.67 0.81 0.00 0.41 -inséminer inséminer ver 0.50 0.34 0.17 0.07 inf; -inséminé inséminer ver m s 0.50 0.34 0.02 0.00 par:pas; -inséminée inséminer ver f s 0.50 0.34 0.31 0.14 par:pas; -inséminés inséminer ver m p 0.50 0.34 0.00 0.14 par:pas; -inséparabilité inséparabilité nom f s 0.00 0.07 0.00 0.07 -inséparable inséparable adj s 3.08 6.28 0.34 3.18 -inséparablement inséparablement adv 0.00 0.14 0.00 0.14 -inséparables inséparable adj p 3.08 6.28 2.73 3.11 -insupportable insupportable adj s 11.42 25.74 11.01 22.23 -insupportablement insupportablement adv 0.25 0.41 0.25 0.41 -insupportables insupportable adj p 11.42 25.74 0.41 3.51 -insupportaient insupporter ver 0.43 0.27 0.00 0.14 ind:imp:3p; -insupporte insupporter ver 0.43 0.27 0.29 0.07 ind:pre:3s; -insupportent insupporter ver 0.43 0.27 0.14 0.07 ind:pre:3p; -inséra insérer ver 2.92 4.26 0.00 0.07 ind:pas:3s; -inséraient insérer ver 2.92 4.26 0.00 0.07 ind:imp:3p; -insérait insérer ver 2.92 4.26 0.03 0.47 ind:imp:3s; -insérant insérer ver 2.92 4.26 0.06 0.34 par:pre; -insérer insérer ver 2.92 4.26 1.01 1.69 inf; -insérera insérer ver 2.92 4.26 0.01 0.00 ind:fut:3s; -insérerait insérer ver 2.92 4.26 0.00 0.07 cnd:pre:3s; -insérerons insérer ver 2.92 4.26 0.01 0.00 ind:fut:1p; -insérez insérer ver 2.92 4.26 0.39 0.00 imp:pre:2p;ind:pre:2p; -insurge insurger ver 0.57 3.58 0.10 0.88 ind:pre:1s;ind:pre:3s; -insurgea insurger ver 0.57 3.58 0.00 0.41 ind:pas:3s; -insurgeai insurger ver 0.57 3.58 0.00 0.07 ind:pas:1s; -insurgeaient insurger ver 0.57 3.58 0.00 0.14 ind:imp:3p; -insurgeais insurger ver 0.57 3.58 0.00 0.20 ind:imp:1s; -insurgeait insurger ver 0.57 3.58 0.01 0.20 ind:imp:3s; -insurgeant insurger ver 0.57 3.58 0.00 0.07 par:pre; -insurgent insurger ver 0.57 3.58 0.01 0.14 ind:pre:3p; -insurgeons insurger ver 0.57 3.58 0.00 0.07 ind:pre:1p; -insurgeât insurger ver 0.57 3.58 0.00 0.07 sub:imp:3s; -insurger insurger ver 0.57 3.58 0.42 0.54 inf; -insurgera insurger ver 0.57 3.58 0.00 0.07 ind:fut:3s; -insurgerai insurger ver 0.57 3.58 0.00 0.07 ind:fut:1s; -insurgerait insurger ver 0.57 3.58 0.02 0.14 cnd:pre:3s; -insurgèrent insurger ver 0.57 3.58 0.00 0.07 ind:pas:3p; -insurgé insurger ver m s 0.57 3.58 0.01 0.20 par:pas; -insurgée insurgé nom f s 0.33 2.91 0.01 0.00 -insurgés insurgé nom m p 0.33 2.91 0.31 2.70 -insurmontable insurmontable adj s 0.77 2.77 0.64 2.36 -insurmontables insurmontable adj p 0.77 2.77 0.14 0.41 -insérons insérer ver 2.92 4.26 0.01 0.00 imp:pre:1p; -insurpassable insurpassable adj s 0.16 0.54 0.16 0.54 -insurpassé insurpassé adj m s 0.00 0.07 0.00 0.07 -insurrection insurrection nom f s 1.40 3.72 1.39 3.51 -insurrectionnel insurrectionnel adj m s 0.01 0.34 0.00 0.14 -insurrectionnelle insurrectionnel adj f s 0.01 0.34 0.01 0.20 -insurrections insurrection nom f p 1.40 3.72 0.01 0.20 -insérèrent insérer ver 2.92 4.26 0.00 0.07 ind:pas:3p; -inséré insérer ver m s 2.92 4.26 0.63 0.34 par:pas; -insérée insérer ver f s 2.92 4.26 0.09 0.27 par:pas; -insérées insérer ver f p 2.92 4.26 0.02 0.14 par:pas; -insérés insérer ver m p 2.92 4.26 0.02 0.27 par:pas; -intact intact adj m s 11.89 31.89 6.21 11.69 -intacte intact adj f s 11.89 31.89 3.51 11.35 -intactes intact adj f p 11.89 31.89 0.88 4.19 -intacts intact adj m p 11.89 31.89 1.29 4.66 -intaille intaille nom f s 0.00 0.20 0.00 0.14 -intailles intaille nom f p 0.00 0.20 0.00 0.07 -intangibilité intangibilité nom f s 0.01 0.07 0.01 0.07 -intangible intangible adj s 0.09 0.68 0.05 0.47 -intangibles intangible adj p 0.09 0.68 0.04 0.20 -intarissable intarissable adj s 0.45 3.85 0.44 2.97 -intarissablement intarissablement adv 0.00 0.27 0.00 0.27 -intarissables intarissable adj p 0.45 3.85 0.01 0.88 -intellect intellect nom m s 1.14 0.95 1.14 0.95 -intellectualisation intellectualisation nom f s 0.01 0.00 0.01 0.00 -intellectualise intellectualiser ver 0.00 0.20 0.00 0.07 ind:pre:3s; -intellectualiser intellectualiser ver 0.00 0.20 0.00 0.07 inf; -intellectualisme intellectualisme nom m s 0.01 0.20 0.01 0.20 -intellectualiste intellectualiste nom s 0.00 0.07 0.00 0.07 -intellectualisées intellectualiser ver f p 0.00 0.20 0.00 0.07 par:pas; -intellectuel_phare intellectuel_phare nom m s 0.00 0.07 0.00 0.07 -intellectuel intellectuel adj m s 6.52 15.20 2.47 4.59 -intellectuelle intellectuel adj f s 6.52 15.20 2.04 6.08 -intellectuellement intellectuellement adv 0.97 0.81 0.97 0.81 -intellectuelles intellectuel adj f p 6.52 15.20 0.66 2.77 -intellectuels intellectuel nom m p 5.06 15.27 2.42 8.58 -intellige intelliger ver 0.00 0.07 0.00 0.07 ind:pre:1s; -intelligemment intelligemment adv 1.28 1.49 1.28 1.49 -intelligence intelligence nom f s 18.41 37.16 18.27 36.22 -intelligences intelligence nom f p 18.41 37.16 0.14 0.95 -intelligent intelligent adj m s 57.51 35.68 31.92 19.32 -intelligente intelligent adj f s 57.51 35.68 17.42 8.45 -intelligentes intelligent adj f p 57.51 35.68 2.53 1.82 -intelligents intelligent adj m p 57.51 35.68 5.65 6.08 -intelligentsia intelligentsia nom f s 0.44 0.95 0.44 0.95 -intelligibilité intelligibilité nom f s 0.01 0.27 0.01 0.27 -intelligible intelligible adj s 0.06 1.96 0.05 1.69 -intelligiblement intelligiblement adv 0.01 0.20 0.01 0.20 -intelligibles intelligible adj p 0.06 1.96 0.01 0.27 -intello intello nom s 3.11 1.08 1.96 0.34 -intellos intello nom p 3.11 1.08 1.16 0.74 -intempestif intempestif adj m s 0.38 2.84 0.15 0.74 -intempestifs intempestif adj m p 0.38 2.84 0.04 0.34 -intempestive intempestif adj f s 0.38 2.84 0.14 1.22 -intempestivement intempestivement adv 0.00 0.07 0.00 0.07 -intempestives intempestif adj f p 0.38 2.84 0.04 0.54 -intemporalité intemporalité nom f s 0.00 0.14 0.00 0.14 -intemporel intemporel adj m s 0.31 1.49 0.21 0.68 -intemporelle intemporel adj f s 0.31 1.49 0.07 0.74 -intemporelles intemporel adj f p 0.31 1.49 0.03 0.07 -intempérance intempérance nom f s 0.17 0.41 0.16 0.41 -intempérances intempérance nom f p 0.17 0.41 0.01 0.00 -intempérante intempérant adj f s 0.02 0.00 0.02 0.00 -intempéries intempérie nom f p 0.42 3.51 0.42 3.51 -intenable intenable adj s 0.91 3.31 0.83 2.97 -intenables intenable adj p 0.91 3.31 0.08 0.34 -intendance intendance nom f s 1.37 4.05 1.37 3.99 -intendances intendance nom f p 1.37 4.05 0.00 0.07 -intendant intendant nom m s 4.55 4.73 4.02 3.24 -intendante intendant nom f s 4.55 4.73 0.46 1.35 -intendants intendant nom m p 4.55 4.73 0.08 0.14 -intense intense adj s 8.45 22.57 7.20 20.27 -intenses intense adj p 8.45 22.57 1.25 2.30 -intensif intensif adj m s 3.50 1.55 1.02 0.47 -intensifia intensifier ver 1.22 1.28 0.00 0.07 ind:pas:3s; -intensifiaient intensifier ver 1.22 1.28 0.01 0.14 ind:imp:3p; -intensifiait intensifier ver 1.22 1.28 0.03 0.34 ind:imp:3s; -intensifiant intensifier ver 1.22 1.28 0.03 0.14 par:pre; -intensification intensification nom f s 0.02 0.14 0.02 0.14 -intensifie intensifier ver 1.22 1.28 0.18 0.20 imp:pre:2s;ind:pre:3s; -intensifient intensifier ver 1.22 1.28 0.27 0.00 ind:pre:3p; -intensifier intensifier ver 1.22 1.28 0.31 0.41 inf; -intensifiez intensifier ver 1.22 1.28 0.04 0.00 imp:pre:2p; -intensifié intensifier ver m s 1.22 1.28 0.20 0.00 par:pas; -intensifiée intensifier ver f s 1.22 1.28 0.04 0.00 par:pas; -intensifiées intensifier ver f p 1.22 1.28 0.11 0.00 par:pas; -intensifs intensif adj m p 3.50 1.55 1.75 0.14 -intension intension nom f s 0.04 0.00 0.04 0.00 -intensité intensité nom f s 3.11 13.24 3.11 13.18 -intensités intensité nom f p 3.11 13.24 0.00 0.07 -intensive intensif adj f s 3.50 1.55 0.66 0.95 -intensivement intensivement adv 0.14 0.14 0.14 0.14 -intensives intensif adj f p 3.50 1.55 0.07 0.00 -intensément intensément adv 0.87 8.58 0.87 8.58 -intenta intenter ver 1.34 0.68 0.01 0.07 ind:pas:3s; -intentait intenter ver 1.34 0.68 0.00 0.14 ind:imp:3s; -intente intenter ver 1.34 0.68 0.54 0.00 imp:pre:2s;ind:pre:1s;ind:pre:3s; -intenter intenter ver 1.34 0.68 0.42 0.27 inf; -intentera intenter ver 1.34 0.68 0.03 0.00 ind:fut:3s; -intenterai intenter ver 1.34 0.68 0.04 0.00 ind:fut:1s; -intention intention nom f s 51.11 68.65 40.00 53.99 -intentionnalité intentionnalité nom f s 0.01 0.00 0.01 0.00 -intentionnel intentionnel adj m s 0.85 0.47 0.69 0.27 -intentionnelle intentionnel adj f s 0.85 0.47 0.15 0.14 -intentionnellement intentionnellement adv 1.04 0.81 1.04 0.81 -intentionnels intentionnel adj m p 0.85 0.47 0.01 0.07 -intentionné intentionné adj m s 0.43 1.22 0.27 0.20 -intentionnée intentionné adj f s 0.43 1.22 0.05 0.14 -intentionnées intentionné adj f p 0.43 1.22 0.02 0.20 -intentionnés intentionné adj m p 0.43 1.22 0.09 0.68 -intentions intention nom f p 51.11 68.65 11.12 14.66 -intenté intenter ver m s 1.34 0.68 0.12 0.07 par:pas; -intentée intenter ver f s 1.34 0.68 0.01 0.00 par:pas; -intentées intenter ver f p 1.34 0.68 0.01 0.07 par:pas; -intentés intenter ver m p 1.34 0.68 0.02 0.07 par:pas; -inter_école inter_école nom f p 0.03 0.00 0.03 0.00 -inter inter nom_sup m s 0.84 0.95 0.84 0.88 -interactif interactif adj m s 0.44 0.00 0.30 0.00 -interactifs interactif adj m p 0.44 0.00 0.07 0.00 -interaction interaction nom f s 0.92 0.20 0.76 0.14 -interactions interaction nom f p 0.92 0.20 0.16 0.07 -interactive interactif adj f s 0.44 0.00 0.06 0.00 -interactivité interactivité nom f s 0.05 0.00 0.05 0.00 -interagir interagir ver 0.30 0.00 0.17 0.00 inf; -interagis interagir ver 0.30 0.00 0.04 0.00 imp:pre:2s;ind:pre:2s; -interagissais interagir ver 0.30 0.00 0.01 0.00 ind:imp:1s; -interagissant interagir ver 0.30 0.00 0.03 0.00 par:pre; -interagit interagir ver 0.30 0.00 0.05 0.00 ind:pre:3s; -interallié interallié adj m s 0.02 2.97 0.00 2.43 -interalliée interallié adj f s 0.02 2.97 0.01 0.27 -interalliées interallié adj f p 0.02 2.97 0.00 0.14 -interalliés interallié adj m p 0.02 2.97 0.01 0.14 -interarmes interarmes adj f p 0.12 0.07 0.12 0.07 -interarmées interarmées adj m s 0.05 0.07 0.05 0.07 -intercalaient intercaler ver 0.20 1.82 0.00 0.14 ind:imp:3p; -intercalaire intercalaire adj m s 0.00 0.20 0.00 0.14 -intercalaires intercalaire adj m p 0.00 0.20 0.00 0.07 -intercalait intercaler ver 0.20 1.82 0.01 0.27 ind:imp:3s; -intercalant intercaler ver 0.20 1.82 0.00 0.27 par:pre; -intercale intercaler ver 0.20 1.82 0.00 0.41 ind:pre:1s;ind:pre:3s; -intercalent intercaler ver 0.20 1.82 0.00 0.07 ind:pre:3p; -intercaler intercaler ver 0.20 1.82 0.05 0.41 inf; -intercalera intercaler ver 0.20 1.82 0.00 0.07 ind:fut:3s; -intercalerai intercaler ver 0.20 1.82 0.01 0.00 ind:fut:1s; -intercalerez intercaler ver 0.20 1.82 0.10 0.00 ind:fut:2p; -intercalé intercaler ver m s 0.20 1.82 0.03 0.00 par:pas; -intercalée intercalé adj f s 0.00 0.20 0.00 0.07 -intercalées intercaler ver f p 0.20 1.82 0.00 0.14 par:pas; -intercalés intercaler ver m p 0.20 1.82 0.00 0.07 par:pas; -intercellulaire intercellulaire adj m s 0.01 0.00 0.01 0.00 -intercepta intercepter ver 6.64 3.65 0.01 0.47 ind:pas:3s; -interceptai intercepter ver 6.64 3.65 0.00 0.14 ind:pas:1s; -interceptais intercepter ver 6.64 3.65 0.01 0.00 ind:imp:1s; -interceptait intercepter ver 6.64 3.65 0.15 0.07 ind:imp:3s; -interceptant intercepter ver 6.64 3.65 0.03 0.07 par:pre; -intercepte intercepter ver 6.64 3.65 0.56 0.27 imp:pre:2s;ind:pre:1s;ind:pre:3s; -interceptent intercepter ver 6.64 3.65 0.13 0.07 ind:pre:3p; -intercepter intercepter ver 6.64 3.65 1.81 1.28 inf; -interceptera intercepter ver 6.64 3.65 0.04 0.00 ind:fut:3s; -intercepterait intercepter ver 6.64 3.65 0.01 0.00 cnd:pre:3s; -intercepterez intercepter ver 6.64 3.65 0.01 0.00 ind:fut:2p; -intercepterons intercepter ver 6.64 3.65 0.04 0.00 ind:fut:1p; -intercepteur intercepteur nom m s 0.45 0.00 0.19 0.00 -intercepteurs intercepteur nom m p 0.45 0.00 0.26 0.00 -interceptez intercepter ver 6.64 3.65 0.69 0.00 imp:pre:2p;ind:pre:2p; -interception interception nom f s 1.20 0.27 1.10 0.20 -interceptions interception nom f p 1.20 0.27 0.09 0.07 -interceptèrent intercepter ver 6.64 3.65 0.00 0.07 ind:pas:3p; -intercepté intercepter ver m s 6.64 3.65 2.50 0.95 par:pas; -interceptée intercepter ver f s 6.64 3.65 0.15 0.07 par:pas; -interceptées intercepter ver f p 6.64 3.65 0.08 0.00 par:pas; -interceptés intercepter ver m p 6.64 3.65 0.41 0.20 par:pas; -intercesseur intercesseur nom m s 0.00 1.22 0.00 0.54 -intercesseurs intercesseur nom m p 0.00 1.22 0.00 0.68 -intercession intercession nom f s 0.20 1.01 0.20 1.01 -interchangeable interchangeable adj s 0.32 2.50 0.07 0.74 -interchangeables interchangeable adj p 0.32 2.50 0.24 1.76 -interchanger interchanger ver 0.13 0.14 0.00 0.14 inf; -interchangé interchanger ver m s 0.13 0.14 0.13 0.00 par:pas; -interclasse interclasse nom m s 0.03 0.07 0.01 0.00 -interclasses interclasse nom m p 0.03 0.07 0.01 0.07 -interclubs interclubs adj 0.01 0.00 0.01 0.00 -intercommunal intercommunal adj m s 0.01 0.00 0.01 0.00 -intercommunautaire intercommunautaire adj s 0.01 0.00 0.01 0.00 -intercommunication intercommunication nom f s 0.03 0.00 0.03 0.00 -interconnecté interconnecter ver m s 0.06 0.00 0.05 0.00 par:pas; -interconnectée interconnecter ver f s 0.06 0.00 0.01 0.00 par:pas; -interconnexion interconnexion nom f s 0.01 0.00 0.01 0.00 -intercontinental intercontinental adj m s 0.63 0.41 0.58 0.20 -intercontinentale intercontinental adj f s 0.63 0.41 0.00 0.07 -intercontinentales intercontinental adj f p 0.63 0.41 0.00 0.07 -intercontinentaux intercontinental adj m p 0.63 0.41 0.04 0.07 -intercostal intercostal adj m s 0.30 0.14 0.17 0.00 -intercostale intercostal adj f s 0.30 0.14 0.10 0.07 -intercostaux intercostal adj m p 0.30 0.14 0.03 0.07 -intercours intercours nom m 0.00 0.07 0.00 0.07 -intercourse intercourse nom f s 0.05 0.07 0.05 0.07 -intercède intercéder ver 0.63 0.68 0.04 0.00 imp:pre:2s;ind:pre:1s;ind:pre:3s; -intercéda intercéder ver 0.63 0.68 0.00 0.14 ind:pas:3s; -intercédait intercéder ver 0.63 0.68 0.14 0.07 ind:imp:3s; -intercédant intercéder ver 0.63 0.68 0.00 0.07 par:pre; -intercéder intercéder ver 0.63 0.68 0.37 0.41 inf; -intercédera intercéder ver 0.63 0.68 0.02 0.00 ind:fut:3s; -intercéderai intercéder ver 0.63 0.68 0.03 0.00 ind:fut:1s; -intercédé intercéder ver m s 0.63 0.68 0.03 0.00 par:pas; -interculturel interculturel adj m s 0.01 0.07 0.00 0.07 -interculturels interculturel adj m p 0.01 0.07 0.01 0.00 -interdît interdire ver 63.72 54.39 0.00 0.07 sub:imp:3s; -interdiction interdiction nom f s 3.11 6.76 3.02 5.95 -interdictions interdiction nom f p 3.11 6.76 0.09 0.81 -interdira interdire ver 63.72 54.39 0.41 0.07 ind:fut:3s; -interdirai interdire ver 63.72 54.39 0.15 0.07 ind:fut:1s; -interdiraient interdire ver 63.72 54.39 0.02 0.14 cnd:pre:3p; -interdirais interdire ver 63.72 54.39 0.06 0.07 cnd:pre:1s;cnd:pre:2s; -interdirait interdire ver 63.72 54.39 0.21 0.47 cnd:pre:3s; -interdire interdire ver 63.72 54.39 4.38 5.95 inf; -interdirent interdire ver 63.72 54.39 0.00 0.20 ind:pas:3p; -interdis interdire ver 63.72 54.39 7.55 2.36 imp:pre:2s;ind:pre:1s;ind:pre:2s; -interdisaient interdire ver 63.72 54.39 0.18 1.69 ind:imp:3p; -interdisais interdire ver 63.72 54.39 0.10 0.14 ind:imp:1s;ind:imp:2s; -interdisait interdire ver 63.72 54.39 0.51 9.46 ind:imp:3s; -interdisant interdire ver 63.72 54.39 0.64 1.35 par:pre; -interdisciplinaires interdisciplinaire adj f p 0.01 0.07 0.01 0.07 -interdise interdire ver 63.72 54.39 0.34 0.34 sub:pre:1s;sub:pre:3s; -interdisent interdire ver 63.72 54.39 0.77 1.15 ind:pre:3p; -interdisez interdire ver 63.72 54.39 0.18 0.07 imp:pre:2p;ind:pre:2p; -interdisiez interdire ver 63.72 54.39 0.13 0.00 ind:imp:2p; -interdisons interdire ver 63.72 54.39 0.02 0.00 ind:pre:1p; -interdissent interdire ver 63.72 54.39 0.01 0.07 sub:imp:3p; -interdit interdire ver m s 63.72 54.39 42.13 24.12 ind:pre:3s;par:pas; -interdite interdit adj f s 10.31 15.34 3.63 3.72 -interdites interdire ver f p 63.72 54.39 0.67 1.08 par:pas; -interdits interdire ver m p 63.72 54.39 2.27 1.69 par:pas; -interdépartementaux interdépartemental adj m p 0.01 0.00 0.01 0.00 -interdépendance interdépendance nom f s 0.11 0.74 0.11 0.74 -interdépendant interdépendant adj m s 0.02 0.00 0.02 0.00 -interethnique interethnique adj s 0.00 0.14 0.00 0.14 -interface interface nom f s 1.35 0.00 1.30 0.00 -interfacer interfacer ver 0.07 0.00 0.07 0.00 inf; -interfaces interface nom f p 1.35 0.00 0.04 0.00 -interfère interférer ver 2.75 0.68 0.80 0.07 imp:pre:2s;ind:pre:1s;ind:pre:3s; -interfèrent interférer ver 2.75 0.68 0.14 0.14 ind:pre:3p; -interféraient interférer ver 2.75 0.68 0.03 0.00 ind:imp:3p; -interférait interférer ver 2.75 0.68 0.02 0.00 ind:imp:3s; -interférant interférer ver 2.75 0.68 0.07 0.07 par:pre; -interférence interférence nom f s 3.00 1.62 1.33 0.68 -interférences interférence nom f p 3.00 1.62 1.68 0.95 -interférent interférent adj m s 0.01 0.00 0.01 0.00 -interférer interférer ver 2.75 0.68 1.39 0.41 ind:pre:2p;inf; -interférez interférer ver 2.75 0.68 0.14 0.00 imp:pre:2p;ind:pre:2p; -interférométrie interférométrie nom f s 0.01 0.00 0.01 0.00 -interféron interféron nom m s 0.12 0.00 0.12 0.00 -interférons interférer ver 2.75 0.68 0.01 0.00 ind:pre:1p; -interféré interférer ver m s 2.75 0.68 0.16 0.00 par:pas; -intergalactique intergalactique adj s 1.07 0.14 0.85 0.14 -intergalactiques intergalactique adj p 1.07 0.14 0.22 0.00 -interglaciaire interglaciaire adj m s 0.14 0.00 0.14 0.00 -intergouvernemental intergouvernemental adj m s 0.03 0.00 0.01 0.00 -intergouvernementale intergouvernemental adj f s 0.03 0.00 0.01 0.00 -interjecter interjecter ver 0.00 0.07 0.00 0.07 inf; -interjection interjection nom f s 0.01 1.28 0.01 0.27 -interjections interjection nom f p 0.01 1.28 0.00 1.01 -interjeta interjeter ver 0.01 0.07 0.00 0.07 ind:pas:3s; -interjeter interjeter ver 0.01 0.07 0.01 0.00 inf; -interligne interligne nom m s 0.04 0.14 0.04 0.00 -interlignes interligne nom m p 0.04 0.14 0.00 0.14 -interlignés interligner ver m p 0.00 0.07 0.00 0.07 par:pas; -interlocuteur interlocuteur nom m s 1.28 14.73 0.98 10.27 -interlocuteurs interlocuteur nom m p 1.28 14.73 0.28 3.85 -interlocutoire interlocutoire adj f s 0.01 0.07 0.01 0.00 -interlocutoires interlocutoire adj p 0.01 0.07 0.00 0.07 -interlocutrice interlocuteur nom f s 1.28 14.73 0.01 0.41 -interlocutrices interlocuteur nom f p 1.28 14.73 0.00 0.20 -interlope interlope nom m s 0.03 0.00 0.03 0.00 -interlopes interlope adj m p 0.00 0.54 0.00 0.20 -interloque interloquer ver 0.04 1.62 0.00 0.27 ind:pre:1s;ind:pre:3s; -interloqué interloqué adj m s 0.02 3.11 0.02 1.62 -interloquée interloquer ver f s 0.04 1.62 0.01 0.47 par:pas; -interloquées interloqué adj f p 0.02 3.11 0.00 0.07 -interloqués interloquer ver m p 0.04 1.62 0.01 0.20 par:pas; -interlude interlude nom m s 0.30 0.34 0.29 0.27 -interludes interlude nom m p 0.30 0.34 0.01 0.07 -intermezzo intermezzo nom m s 0.10 0.07 0.10 0.07 -interminable interminable adj s 4.11 38.65 2.56 22.16 -interminablement interminablement adv 0.05 5.34 0.05 5.34 -interminables interminable adj p 4.11 38.65 1.54 16.49 -interministérielles interministériel adj f p 0.00 0.14 0.00 0.07 -interministériels interministériel adj m p 0.00 0.14 0.00 0.07 -intermission intermission nom f s 0.00 0.07 0.00 0.07 -intermittence intermittence nom f s 0.57 3.78 0.57 2.77 -intermittences intermittence nom f p 0.57 3.78 0.00 1.01 -intermittent intermittent adj m s 0.67 3.38 0.30 0.74 -intermittente intermittent adj f s 0.67 3.38 0.19 1.35 -intermittentes intermittent adj f p 0.67 3.38 0.14 0.95 -intermittents intermittent adj m p 0.67 3.38 0.05 0.34 -intermède intermède nom m s 0.89 2.84 0.77 2.30 -intermèdes intermède nom m p 0.89 2.84 0.11 0.54 -intermédiaire intermédiaire nom s 4.43 7.30 3.44 6.01 -intermédiaires intermédiaire nom p 4.43 7.30 1.00 1.28 -internat internat nom m s 2.37 3.04 2.25 2.64 -international international adj m s 16.65 24.86 8.04 9.12 -internationale international adj f s 16.65 24.86 5.29 10.00 -internationalement internationalement adv 0.07 0.14 0.07 0.14 -internationales international adj f p 16.65 24.86 1.63 3.99 -internationalisation internationalisation nom f s 0.01 0.07 0.01 0.07 -internationalisme internationalisme nom m s 0.00 0.61 0.00 0.61 -internationaliste internationaliste adj s 0.11 0.14 0.01 0.00 -internationalistes internationaliste adj p 0.11 0.14 0.10 0.14 -internationalisée internationaliser ver f s 0.00 0.14 0.00 0.07 par:pas; -internationalisés internationaliser ver m p 0.00 0.14 0.00 0.07 par:pas; -internationaux international adj m p 16.65 24.86 1.69 1.76 -internats internat nom m p 2.37 3.04 0.12 0.41 -internaute internaute nom s 0.11 0.00 0.01 0.00 -internautes internaute nom p 0.11 0.00 0.10 0.00 -interne interne adj s 13.15 7.30 8.86 5.47 -internement internement nom m s 0.51 1.22 0.51 1.22 -interner interner ver 4.21 1.15 1.71 0.27 inf; -internes interne adj p 13.15 7.30 4.29 1.82 -internet internet nom s 5.61 0.00 5.61 0.00 -internez interner ver 4.21 1.15 0.01 0.00 imp:pre:2p; -interniste interniste nom s 0.02 0.00 0.02 0.00 -interné interner ver m s 4.21 1.15 1.25 0.54 par:pas; -internée interner ver f s 4.21 1.15 0.76 0.07 par:pas; -internées interner ver f p 4.21 1.15 0.03 0.00 par:pas; -internés interner ver m p 4.21 1.15 0.07 0.27 par:pas; -interpella interpeller ver 1.52 15.54 0.00 3.04 ind:pas:3s; -interpellai interpeller ver 1.52 15.54 0.00 0.07 ind:pas:1s; -interpellaient interpeller ver 1.52 15.54 0.00 1.42 ind:imp:3p; -interpellais interpeller ver 1.52 15.54 0.00 0.14 ind:imp:1s; -interpellait interpeller ver 1.52 15.54 0.01 1.15 ind:imp:3s; -interpellant interpeller ver 1.52 15.54 0.00 1.08 par:pre; -interpellateur interpellateur nom m s 0.00 0.27 0.00 0.20 -interpellateurs interpellateur nom m p 0.00 0.27 0.00 0.07 -interpellation interpellation nom f s 0.23 1.15 0.07 0.47 -interpellations interpellation nom f p 0.23 1.15 0.17 0.68 -interpelle interpeller ver 1.52 15.54 0.36 2.43 ind:pre:1s;ind:pre:3s; -interpellent interpeller ver 1.52 15.54 0.46 1.15 ind:pre:3p; -interpeller interpeller ver 1.52 15.54 0.16 1.69 inf; -interpellerait interpeller ver 1.52 15.54 0.04 0.07 cnd:pre:3s; -interpellez interpeller ver 1.52 15.54 0.02 0.00 imp:pre:2p;ind:pre:2p; -interpellèrent interpeller ver 1.52 15.54 0.00 0.27 ind:pas:3p; -interpellé interpeller ver m s 1.52 15.54 0.34 1.96 par:pas; -interpellée interpeller ver f s 1.52 15.54 0.06 0.74 par:pas; -interpellées interpeller ver f p 1.52 15.54 0.01 0.07 par:pas; -interpellés interpeller ver m p 1.52 15.54 0.05 0.27 par:pas; -interphase interphase nom f s 0.01 0.00 0.01 0.00 -interphone interphone nom m s 1.87 1.22 1.58 1.15 -interphones interphone nom m p 1.87 1.22 0.28 0.07 -interplanétaire interplanétaire adj s 0.80 0.20 0.53 0.07 -interplanétaires interplanétaire adj p 0.80 0.20 0.26 0.14 -interpolateur interpolateur nom m s 0.01 0.00 0.01 0.00 -interpolation interpolation nom f s 0.01 0.14 0.01 0.00 -interpolations interpolation nom f p 0.01 0.14 0.00 0.14 -interpole interpoler ver 0.01 0.07 0.01 0.00 ind:pre:3s; -interpolez interpoler ver 0.01 0.07 0.00 0.07 imp:pre:2p; -interposa interposer ver 1.69 6.76 0.10 0.68 ind:pas:3s; -interposai interposer ver 1.69 6.76 0.00 0.20 ind:pas:1s; -interposaient interposer ver 1.69 6.76 0.01 0.20 ind:imp:3p; -interposais interposer ver 1.69 6.76 0.00 0.07 ind:imp:1s; -interposait interposer ver 1.69 6.76 0.04 1.08 ind:imp:3s; -interposant interposer ver 1.69 6.76 0.00 0.68 par:pre; -interpose interposer ver 1.69 6.76 0.26 0.95 imp:pre:2s;ind:pre:1s;ind:pre:3s; -interposent interposer ver 1.69 6.76 0.02 0.27 ind:pre:3p; -interposer interposer ver 1.69 6.76 0.80 1.49 inf; -interposera interposer ver 1.69 6.76 0.04 0.07 ind:fut:3s; -interposeront interposer ver 1.69 6.76 0.03 0.00 ind:fut:3p; -interposez interposer ver 1.69 6.76 0.04 0.00 imp:pre:2p;ind:pre:2p; -interposition interposition nom f s 0.01 0.07 0.01 0.07 -interposèrent interposer ver 1.69 6.76 0.00 0.14 ind:pas:3p; -interposé interposer ver m s 1.69 6.76 0.29 0.41 par:pas; -interposée interposer ver f s 1.69 6.76 0.07 0.20 par:pas; -interposées interposé adj f p 0.13 2.30 0.02 0.74 -interposés interposé adj m p 0.13 2.30 0.04 0.20 -interprofessionnelle interprofessionnel adj f s 0.00 0.07 0.00 0.07 -interprète interprète nom s 4.81 8.58 4.01 7.16 -interprètent interpréter ver 9.50 12.64 0.17 0.47 ind:pre:3p; -interprètes interprète nom p 4.81 8.58 0.80 1.42 -interpréta interpréter ver 9.50 12.64 0.01 0.61 ind:pas:3s; -interprétable interprétable adj m s 0.01 0.00 0.01 0.00 -interprétai interpréter ver 9.50 12.64 0.00 0.07 ind:pas:1s; -interprétaient interpréter ver 9.50 12.64 0.03 0.34 ind:imp:3p; -interprétais interpréter ver 9.50 12.64 0.17 0.27 ind:imp:1s;ind:imp:2s; -interprétait interpréter ver 9.50 12.64 0.04 0.95 ind:imp:3s; -interprétant interpréter ver 9.50 12.64 0.21 0.20 par:pre; -interprétante interprétant adj f s 0.00 0.07 0.00 0.07 -interprétatif interprétatif adj m s 0.04 0.20 0.02 0.14 -interprétation interprétation nom f s 5.49 7.77 4.90 5.68 -interprétations interprétation nom f p 5.49 7.77 0.59 2.09 -interprétative interprétatif adj f s 0.04 0.20 0.02 0.00 -interprétatives interprétatif adj f p 0.04 0.20 0.00 0.07 -interpréter interpréter ver 9.50 12.64 3.38 4.80 inf; -interprétera interpréter ver 9.50 12.64 0.17 0.00 ind:fut:3s; -interpréteraient interpréter ver 9.50 12.64 0.00 0.07 cnd:pre:3p; -interpréterait interpréter ver 9.50 12.64 0.01 0.14 cnd:pre:3s; -interpréteriez interpréter ver 9.50 12.64 0.00 0.07 cnd:pre:2p; -interpréteur interpréteur nom m s 0.01 0.00 0.01 0.00 -interprétez interpréter ver 9.50 12.64 0.20 0.20 imp:pre:2p;ind:pre:2p; -interprétât interpréter ver 9.50 12.64 0.00 0.07 sub:imp:3s; -interprétèrent interpréter ver 9.50 12.64 0.10 0.14 ind:pas:3p; -interprété interpréter ver m s 9.50 12.64 2.59 1.69 par:pas; -interprétée interpréter ver f s 9.50 12.64 0.32 0.95 par:pas; -interprétées interpréter ver f p 9.50 12.64 0.15 0.14 par:pas; -interprétés interpréter ver m p 9.50 12.64 0.10 0.07 par:pas; -interpénètre interpénétrer ver 0.02 0.14 0.00 0.07 ind:pre:3s; -interpénètrent interpénétrer ver 0.02 0.14 0.01 0.07 ind:pre:3p; -interpénétration interpénétration nom f s 0.01 0.14 0.01 0.07 -interpénétrations interpénétration nom f p 0.01 0.14 0.00 0.07 -interpénétrer interpénétrer ver 0.02 0.14 0.01 0.00 inf; -interracial interracial adj m s 0.08 0.00 0.01 0.00 -interraciale interracial adj f s 0.08 0.00 0.03 0.00 -interraciaux interracial adj m p 0.08 0.00 0.04 0.00 -interrelations interrelation nom f p 0.02 0.00 0.02 0.00 -interrogateur interrogateur nom m s 0.21 0.20 0.18 0.20 -interrogateurs interrogateur nom m p 0.21 0.20 0.03 0.00 -interrogatif interrogatif adj m s 0.03 1.89 0.01 0.74 -interrogatifs interrogatif adj m p 0.03 1.89 0.00 0.34 -interrogation interrogation nom f s 2.26 8.92 1.85 7.09 -interrogations interrogation nom f p 2.26 8.92 0.41 1.82 -interrogative interrogatif adj f s 0.03 1.89 0.02 0.68 -interrogativement interrogativement adv 0.00 0.07 0.00 0.07 -interrogatives interrogatif adj f p 0.03 1.89 0.00 0.14 -interrogatoire interrogatoire nom m s 11.66 10.14 9.56 6.96 -interrogatoires interrogatoire nom m p 11.66 10.14 2.10 3.18 -interrogatrice interrogateur nom f s 0.21 0.20 0.01 0.00 -interroge interroger ver 44.31 73.04 8.37 12.36 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -interrogea interroger ver 44.31 73.04 0.04 9.59 ind:pas:3s; -interrogeai interroger ver 44.31 73.04 0.13 2.23 ind:pas:1s; -interrogeaient interroger ver 44.31 73.04 0.10 2.09 ind:imp:3p; -interrogeais interroger ver 44.31 73.04 0.60 2.57 ind:imp:1s;ind:imp:2s; -interrogeait interroger ver 44.31 73.04 0.79 8.24 ind:imp:3s; -interrogeant interroger ver 44.31 73.04 0.39 2.36 par:pre; -interrogent interroger ver 44.31 73.04 1.04 1.42 ind:pre:3p; -interrogeâmes interroger ver 44.31 73.04 0.00 0.14 ind:pas:1p; -interrogeons interroger ver 44.31 73.04 0.65 0.27 imp:pre:1p;ind:pre:1p; -interrogeât interroger ver 44.31 73.04 0.00 0.34 sub:imp:3s; -interroger interroger ver 44.31 73.04 16.22 18.58 inf;;inf;;inf;; -interrogera interroger ver 44.31 73.04 0.62 0.27 ind:fut:3s; -interrogerai interroger ver 44.31 73.04 0.65 0.07 ind:fut:1s; -interrogeraient interroger ver 44.31 73.04 0.02 0.07 cnd:pre:3p; -interrogerais interroger ver 44.31 73.04 0.02 0.14 cnd:pre:1s;cnd:pre:2s; -interrogerait interroger ver 44.31 73.04 0.03 0.20 cnd:pre:3s; -interrogeras interroger ver 44.31 73.04 0.00 0.07 ind:fut:2s; -interrogerez interroger ver 44.31 73.04 0.02 0.00 ind:fut:2p; -interrogerons interroger ver 44.31 73.04 0.12 0.00 ind:fut:1p; -interrogeront interroger ver 44.31 73.04 0.28 0.20 ind:fut:3p; -interroges interroger ver 44.31 73.04 0.94 0.20 ind:pre:2s; -interrogez interroger ver 44.31 73.04 2.46 0.41 imp:pre:2p;ind:pre:2p; -interrogiez interroger ver 44.31 73.04 0.11 0.20 ind:imp:2p;sub:pre:2p; -interrogions interroger ver 44.31 73.04 0.05 0.20 ind:imp:1p;sub:pre:1p; -interrogèrent interroger ver 44.31 73.04 0.01 0.61 ind:pas:3p; -interrogé interroger ver m s 44.31 73.04 7.52 7.16 par:pas; -interrogée interroger ver f s 44.31 73.04 1.93 2.03 par:pas; -interrogées interroger ver f p 44.31 73.04 0.12 0.27 par:pas; -interrogés interroger ver m p 44.31 73.04 1.09 0.74 par:pas; -interrompît interrompre ver 27.47 64.32 0.00 0.27 sub:imp:3s; -interrompaient interrompre ver 27.47 64.32 0.00 1.01 ind:imp:3p; -interrompais interrompre ver 27.47 64.32 0.03 0.27 ind:imp:1s;ind:imp:2s; -interrompait interrompre ver 27.47 64.32 0.05 3.65 ind:imp:3s; -interrompant interrompre ver 27.47 64.32 0.19 4.39 par:pre; -interrompe interrompre ver 27.47 64.32 0.32 0.14 sub:pre:1s;sub:pre:3s; -interrompent interrompre ver 27.47 64.32 0.04 0.95 ind:pre:3p; -interrompes interrompre ver 27.47 64.32 0.03 0.00 sub:pre:2s; -interrompez interrompre ver 27.47 64.32 2.61 0.14 imp:pre:2p;ind:pre:2p; -interrompiez interrompre ver 27.47 64.32 0.01 0.07 ind:imp:2p; -interrompirent interrompre ver 27.47 64.32 0.01 0.54 ind:pas:3p; -interrompis interrompre ver 27.47 64.32 0.01 0.88 ind:pas:1s; -interrompisse interrompre ver 27.47 64.32 0.00 0.07 sub:imp:1s; -interrompit interrompre ver 27.47 64.32 0.06 20.07 ind:pas:3s; -interrompons interrompre ver 27.47 64.32 1.22 0.00 imp:pre:1p;ind:pre:1p; -interrompra interrompre ver 27.47 64.32 0.09 0.00 ind:fut:3s; -interromprai interrompre ver 27.47 64.32 0.03 0.00 ind:fut:1s; -interromprais interrompre ver 27.47 64.32 0.03 0.07 cnd:pre:1s; -interromprait interrompre ver 27.47 64.32 0.27 0.14 cnd:pre:3s; -interrompras interrompre ver 27.47 64.32 0.00 0.07 ind:fut:2s; -interrompre interrompre ver 27.47 64.32 12.47 11.96 inf; -interromps interrompre ver 27.47 64.32 3.13 1.15 imp:pre:2s;ind:pre:1s;ind:pre:2s; -interrompt interrompre ver 27.47 64.32 1.07 5.81 ind:pre:3s; -interrompu interrompre ver m s 27.47 64.32 3.62 7.70 par:pas; -interrompue interrompre ver f s 27.47 64.32 0.76 3.11 par:pas; -interrompues interrompre ver f p 27.47 64.32 0.49 0.81 par:pas; -interrompus interrompre ver m p 27.47 64.32 0.93 1.08 par:pas; -interrègne interrègne nom m s 0.04 0.14 0.04 0.14 -interrupteur interrupteur nom m s 2.94 2.30 2.58 2.09 -interrupteurs interrupteur nom m p 2.94 2.30 0.36 0.20 -interruption interruption nom f s 2.88 5.61 2.15 4.86 -interruptions interruption nom f p 2.88 5.61 0.73 0.74 -inters inter nom_sup m p 0.84 0.95 0.00 0.07 -intersaison intersaison nom f s 0.03 0.00 0.03 0.00 -interscolaire interscolaire adj s 0.01 0.00 0.01 0.00 -intersectant intersecter ver 0.00 0.07 0.00 0.07 par:pre; -intersection intersection nom f s 1.16 1.42 1.10 1.35 -intersections intersection nom f p 1.16 1.42 0.06 0.07 -interservices interservices adj 0.04 0.00 0.04 0.00 -intersidéral intersidéral adj m s 0.34 0.20 0.32 0.14 -intersidérale intersidéral adj f s 0.34 0.20 0.01 0.07 -intersidéraux intersidéral adj m p 0.34 0.20 0.01 0.00 -interstellaire interstellaire adj s 0.65 0.07 0.47 0.00 -interstellaires interstellaire adj p 0.65 0.07 0.18 0.07 -interstice interstice nom m s 0.33 3.99 0.20 1.42 -interstices interstice nom m p 0.33 3.99 0.14 2.57 -intersubjectif intersubjectif adj m s 0.01 0.00 0.01 0.00 -intertitre intertitre nom m s 0.00 0.07 0.00 0.07 -intertribal intertribal adj m s 0.01 0.00 0.01 0.00 -interurbain interurbain adj m s 0.39 0.07 0.38 0.00 -interurbaine interurbain adj f s 0.39 0.07 0.01 0.07 -interétatique interétatique adj f s 0.01 0.00 0.01 0.00 -intervînt intervenir ver 22.39 35.34 0.00 0.14 sub:imp:3s; -intervalle intervalle nom m s 2.82 19.12 1.98 6.69 -intervalles intervalle nom m p 2.82 19.12 0.83 12.43 -intervenaient intervenir ver 22.39 35.34 0.14 0.54 ind:imp:3p; -intervenais intervenir ver 22.39 35.34 0.02 0.20 ind:imp:1s;ind:imp:2s; -intervenait intervenir ver 22.39 35.34 0.07 2.70 ind:imp:3s; -intervenant intervenir ver 22.39 35.34 0.24 0.54 par:pre; -intervenante intervenant nom f s 0.35 0.14 0.01 0.00 -intervenants intervenant nom m p 0.35 0.14 0.19 0.00 -intervenez intervenir ver 22.39 35.34 1.25 0.07 imp:pre:2p;ind:pre:2p; -interveniez intervenir ver 22.39 35.34 0.12 0.00 ind:imp:2p; -intervenir intervenir ver 22.39 35.34 9.82 13.58 inf; -intervenons intervenir ver 22.39 35.34 0.20 0.34 imp:pre:1p;ind:pre:1p; -intervention intervention nom f s 13.33 16.01 12.37 13.24 -interventionnisme interventionnisme nom m s 0.01 0.00 0.01 0.00 -interventionniste interventionniste adj s 0.04 0.14 0.04 0.00 -interventionnistes interventionniste nom p 0.11 0.00 0.10 0.00 -interventions intervention nom f p 13.33 16.01 0.96 2.77 -interventriculaire interventriculaire adj s 0.01 0.00 0.01 0.00 -intervenu intervenir ver m s 22.39 35.34 1.66 1.62 par:pas; -intervenue intervenir ver f s 22.39 35.34 0.93 0.61 par:pas; -intervenues intervenir ver f p 22.39 35.34 0.04 0.14 par:pas; -intervenus intervenir ver m p 22.39 35.34 0.67 0.54 par:pas; -interversion interversion nom f s 0.04 0.20 0.04 0.07 -interversions interversion nom f p 0.04 0.20 0.00 0.14 -interverti intervertir ver m s 0.56 0.95 0.17 0.00 par:pas; -intervertir intervertir ver 0.56 0.95 0.26 0.34 inf; -intervertirai intervertir ver 0.56 0.95 0.01 0.00 ind:fut:1s; -intervertis intervertir ver m p 0.56 0.95 0.08 0.14 ind:pre:1s;ind:pre:2s;par:pas; -intervertissait intervertir ver 0.56 0.95 0.01 0.07 ind:imp:3s; -intervertissent intervertir ver 0.56 0.95 0.01 0.07 ind:pre:3p; -intervertissiez intervertir ver 0.56 0.95 0.01 0.00 ind:imp:2p; -intervertissons intervertir ver 0.56 0.95 0.00 0.07 imp:pre:1p; -intervertit intervertir ver 0.56 0.95 0.01 0.27 ind:pre:3s;ind:pas:3s; -intervertébral intervertébral adj m s 0.04 0.07 0.04 0.00 -intervertébraux intervertébral adj m p 0.04 0.07 0.00 0.07 -interviendra intervenir ver 22.39 35.34 0.57 0.20 ind:fut:3s; -interviendrai intervenir ver 22.39 35.34 0.20 0.07 ind:fut:1s; -interviendraient intervenir ver 22.39 35.34 0.02 0.00 cnd:pre:3p; -interviendrais intervenir ver 22.39 35.34 0.17 0.00 cnd:pre:1s; -interviendrait intervenir ver 22.39 35.34 0.04 0.47 cnd:pre:3s; -interviendrez intervenir ver 22.39 35.34 0.20 0.00 ind:fut:2p; -interviendrons intervenir ver 22.39 35.34 0.09 0.07 ind:fut:1p; -interviendront intervenir ver 22.39 35.34 0.09 0.00 ind:fut:3p; -intervienne intervenir ver 22.39 35.34 0.78 0.81 sub:pre:1s;sub:pre:3s; -interviennent intervenir ver 22.39 35.34 0.47 0.47 ind:pre:3p; -interviens intervenir ver 22.39 35.34 1.40 0.81 imp:pre:2s;ind:pre:1s;ind:pre:2s; -intervient intervenir ver 22.39 35.34 3.16 4.32 ind:pre:3s; -interview interview nom f s 0.00 7.30 0.00 5.07 -interviewaient interviewer ver 0.00 1.69 0.00 0.14 ind:imp:3p; -interviewais interviewer ver 0.00 1.69 0.00 0.14 ind:imp:1s; -interviewait interviewer ver 0.00 1.69 0.00 0.41 ind:imp:3s; -interviewe interviewer ver 0.00 1.69 0.00 0.07 ind:pre:1s; -interviewer interviewer nom m s 0.00 1.22 0.00 1.15 -interviewers interviewer nom m p 0.00 1.22 0.00 0.07 -intervieweur intervieweur nom m s 0.00 0.07 0.00 0.07 -interviews interview nom f p 0.00 7.30 0.00 2.23 -interviewèrent interviewer ver 0.00 1.69 0.00 0.07 ind:pas:3p; -interviewé interviewer ver m s 0.00 1.69 0.00 0.41 par:pas; -interviewée interviewer ver f s 0.00 1.69 0.00 0.14 par:pas; -interviewés interviewer ver m p 0.00 1.69 0.00 0.07 par:pas; -intervinrent intervenir ver 22.39 35.34 0.01 0.07 ind:pas:3p; -intervins intervenir ver 22.39 35.34 0.00 0.41 ind:pas:1s; -intervinsse intervenir ver 22.39 35.34 0.00 0.07 sub:imp:1s; -intervint intervenir ver 22.39 35.34 0.03 6.55 ind:pas:3s; -interzones interzone adj f p 0.00 0.14 0.00 0.14 -intestat intestat adj m s 0.01 0.20 0.01 0.20 -intestats intestat nom m p 0.00 0.07 0.00 0.07 -intestin intestin nom m s 4.29 3.92 1.71 1.82 -intestinal intestinal adj m s 2.13 2.03 0.66 0.27 -intestinale intestinal adj f s 2.13 2.03 0.67 0.95 -intestinales intestinal adj f p 2.13 2.03 0.18 0.34 -intestinaux intestinal adj m p 2.13 2.03 0.63 0.47 -intestine intestin adj f s 0.68 1.28 0.04 0.20 -intestines intestin adj f p 0.68 1.28 0.45 0.74 -intestins intestin nom m p 4.29 3.92 2.58 2.09 -inti inti nom m s 0.02 0.00 0.02 0.00 -intifada intifada nom m s 0.42 0.00 0.42 0.00 -intima intimer ver 0.50 3.92 0.00 1.08 ind:pas:3s;;ind:pas:3s; -intimait intimer ver 0.50 3.92 0.00 0.54 ind:imp:3s; -intimant intimer ver 0.50 3.92 0.00 0.20 par:pre; -intimation intimation nom f s 0.00 0.14 0.00 0.14 -intime intime adj s 15.78 34.66 9.09 23.85 -intimement intimement adv 0.84 4.26 0.84 4.26 -intimer intimer ver 0.50 3.92 0.28 0.54 inf; -intimerait intimer ver 0.50 3.92 0.00 0.07 cnd:pre:3s; -intimes intime adj p 15.78 34.66 6.69 10.81 -intimida intimider ver 6.97 17.16 0.14 0.27 ind:pas:3s; -intimidable intimidable adj s 0.01 0.00 0.01 0.00 -intimidaient intimider ver 6.97 17.16 0.02 0.88 ind:imp:3p; -intimidais intimider ver 6.97 17.16 0.12 0.07 ind:imp:1s;ind:imp:2s; -intimidait intimider ver 6.97 17.16 0.09 2.43 ind:imp:3s; -intimidant intimidant adj m s 0.78 1.89 0.61 1.08 -intimidante intimidant adj f s 0.78 1.89 0.13 0.74 -intimidants intimidant adj m p 0.78 1.89 0.04 0.07 -intimidateur intimidateur nom m s 0.01 0.00 0.01 0.00 -intimidation intimidation nom f s 0.77 1.76 0.71 1.76 -intimidations intimidation nom f p 0.77 1.76 0.05 0.00 -intimide intimider ver 6.97 17.16 1.13 0.81 imp:pre:2s;ind:pre:1s;ind:pre:3s; -intimident intimider ver 6.97 17.16 0.13 0.34 ind:pre:3p; -intimider intimider ver 6.97 17.16 2.40 2.77 inf; -intimiderait intimider ver 6.97 17.16 0.00 0.07 cnd:pre:3s; -intimides intimider ver 6.97 17.16 0.22 0.14 ind:pre:2s; -intimidez intimider ver 6.97 17.16 0.49 0.20 imp:pre:2p;ind:pre:2p; -intimidiez intimider ver 6.97 17.16 0.00 0.07 ind:imp:2p; -intimidât intimider ver 6.97 17.16 0.00 0.07 sub:imp:3s; -intimidé intimider ver m s 6.97 17.16 1.22 5.34 par:pas; -intimidée intimider ver f s 6.97 17.16 0.71 2.03 par:pas; -intimidées intimider ver f p 6.97 17.16 0.01 0.27 par:pas; -intimidés intimider ver m p 6.97 17.16 0.22 1.28 par:pas; -intimiste intimiste adj m s 0.04 0.20 0.01 0.00 -intimistes intimiste adj p 0.04 0.20 0.03 0.20 -intimité intimité nom f s 10.80 24.12 10.79 23.65 -intimités intimité nom f p 10.80 24.12 0.01 0.47 -intimât intimer ver 0.50 3.92 0.00 0.07 sub:imp:3s; -intimèrent intimer ver 0.50 3.92 0.00 0.07 ind:pas:3p; -intimé intimer ver m s 0.50 3.92 0.20 0.41 par:pas; -intimés intimer ver m p 0.50 3.92 0.00 0.07 par:pas; -intirable intirable adj s 0.00 0.07 0.00 0.07 -intitula intituler ver 4.72 9.53 0.00 0.27 ind:pas:3s; -intitulai intituler ver 4.72 9.53 0.00 0.07 ind:pas:1s; -intitulaient intituler ver 4.72 9.53 0.00 0.14 ind:imp:3p; -intitulais intituler ver 4.72 9.53 0.00 0.07 ind:imp:1s; -intitulait intituler ver 4.72 9.53 0.17 1.28 ind:imp:3s; -intitulant intituler ver 4.72 9.53 0.01 0.07 par:pre; -intitule intituler ver 4.72 9.53 1.60 0.81 ind:pre:1s;ind:pre:3s; -intituler intituler ver 4.72 9.53 0.11 0.34 inf; -intitulerait intituler ver 4.72 9.53 0.00 0.07 cnd:pre:3s; -intitulé intituler ver m s 4.72 9.53 1.43 3.65 par:pas; -intitulée intituler ver f s 4.72 9.53 1.29 2.30 par:pas; -intitulées intituler ver f p 4.72 9.53 0.10 0.14 par:pas; -intitulés intitulé nom m p 0.38 1.69 0.02 0.14 -intolérable intolérable adj s 4.23 11.28 3.74 10.47 -intolérablement intolérablement adv 0.02 0.20 0.02 0.20 -intolérables intolérable adj p 4.23 11.28 0.49 0.81 -intolérance intolérance nom f s 0.93 1.35 0.93 1.35 -intolérant intolérant adj m s 0.63 0.34 0.15 0.20 -intolérante intolérant adj f s 0.63 0.34 0.33 0.00 -intolérants intolérant adj m p 0.63 0.34 0.15 0.14 -intonation intonation nom f s 0.55 10.07 0.42 5.95 -intonations intonation nom f p 0.55 10.07 0.12 4.12 -intouchable intouchable adj s 1.52 2.84 1.23 1.96 -intouchables intouchable adj p 1.52 2.84 0.28 0.88 -intouché intouché adj m s 0.12 0.47 0.10 0.07 -intouchée intouché adj f s 0.12 0.47 0.00 0.20 -intouchées intouché adj f p 0.12 0.47 0.02 0.14 -intouchés intouché adj m p 0.12 0.47 0.00 0.07 -intox intox nom f 0.34 0.14 0.21 0.14 -intoxe intox nom f s 0.34 0.14 0.14 0.00 -intoxicant intoxicant adj m s 0.02 0.00 0.02 0.00 -intoxication intoxication nom f s 1.51 0.74 1.38 0.74 -intoxications intoxication nom f p 1.51 0.74 0.13 0.00 -intoxiquant intoxiquer ver 0.53 0.74 0.01 0.07 par:pre; -intoxique intoxiquer ver 0.53 0.74 0.01 0.14 ind:pre:3s; -intoxiquer intoxiquer ver 0.53 0.74 0.01 0.27 inf; -intoxiqué intoxiquer ver m s 0.53 0.74 0.38 0.20 par:pas; -intoxiquée intoxiquer ver f s 0.53 0.74 0.09 0.07 par:pas; -intoxiquées intoxiqué nom f p 0.04 0.20 0.00 0.07 -intoxiqués intoxiquer ver m p 0.53 0.74 0.03 0.00 par:pas; -intra_atomique intra_atomique adj s 0.00 0.07 0.00 0.07 -intra_muros intra_muros adv 0.01 0.07 0.01 0.07 -rachidien rachidien adj f s 0.23 0.14 0.01 0.00 -intra_utérin intra_utérin adj f s 0.14 0.07 0.04 0.00 -intra_utérin intra_utérin adj f p 0.14 0.07 0.10 0.07 -intra_muros intra_muros adv 0.01 0.07 0.01 0.07 -intra intra adv 0.02 0.00 0.02 0.00 -intracardiaque intracardiaque adj f s 0.08 0.00 0.08 0.00 -intracrânien intracrânien adj m s 0.14 0.00 0.01 0.00 -intracrânienne intracrânien adj f s 0.14 0.00 0.13 0.00 -intracérébrale intracérébral adj f s 0.03 0.00 0.03 0.00 -intradermique intradermique adj m s 0.03 0.00 0.03 0.00 -intrados intrados nom f s 0.00 0.07 0.00 0.07 -intraduisible intraduisible adj s 0.13 0.61 0.12 0.27 -intraduisibles intraduisible adj p 0.13 0.61 0.01 0.34 -intrait intrait nom m s 0.00 0.14 0.00 0.14 -intraitable intraitable adj s 0.51 2.91 0.45 2.64 -intraitables intraitable adj f p 0.51 2.91 0.06 0.27 -intramusculaire intramusculaire adj s 0.19 0.07 0.16 0.00 -intramusculaires intramusculaire adj f p 0.19 0.07 0.03 0.07 -intranet intranet nom m s 0.08 0.00 0.08 0.00 -intransgressible intransgressible adj s 0.00 0.07 0.00 0.07 -intransigeance intransigeance nom f s 0.04 3.04 0.04 2.91 -intransigeances intransigeance nom f p 0.04 3.04 0.00 0.14 -intransigeant intransigeant adj m s 0.86 2.30 0.64 1.15 -intransigeante intransigeant adj f s 0.86 2.30 0.09 0.81 -intransigeantes intransigeant adj f p 0.86 2.30 0.00 0.27 -intransigeants intransigeant adj m p 0.86 2.30 0.14 0.07 -intransitif intransitif nom m s 0.00 0.07 0.00 0.07 -intransmissible intransmissible adj m s 0.01 0.14 0.01 0.14 -intransportable intransportable adj f s 0.02 0.20 0.02 0.14 -intransportables intransportable adj m p 0.02 0.20 0.00 0.07 -intraoculaire intraoculaire adj f s 0.01 0.00 0.01 0.00 -intravasculaire intravasculaire adj s 0.04 0.00 0.04 0.00 -intraveineuse intraveineux adj f s 1.13 0.34 1.02 0.07 -intraveineuses intraveineux adj f p 1.13 0.34 0.09 0.20 -intraveineux intraveineux adj m 1.13 0.34 0.01 0.07 -intrigant intrigant adj m s 1.77 1.42 0.44 0.81 -intrigante intrigant adj f s 1.77 1.42 1.23 0.14 -intrigantes intrigant adj f p 1.77 1.42 0.04 0.00 -intrigants intrigant adj m p 1.77 1.42 0.06 0.47 -intrigua intriguer ver 5.58 19.73 0.02 1.01 ind:pas:3s; -intriguaient intriguer ver 5.58 19.73 0.04 0.88 ind:imp:3p; -intriguait intriguer ver 5.58 19.73 0.46 3.58 ind:imp:3s; -intriguant intriguer ver 5.58 19.73 0.38 0.27 par:pre; -intriguassent intriguer ver 5.58 19.73 0.00 0.07 sub:imp:3p; -intrigue intrigue nom f s 4.80 13.18 2.56 5.07 -intriguent intriguer ver 5.58 19.73 0.25 0.27 ind:pre:3p; -intriguer intriguer ver 5.58 19.73 0.12 1.82 inf; -intriguera intriguer ver 5.58 19.73 0.03 0.07 ind:fut:3s; -intriguerait intriguer ver 5.58 19.73 0.02 0.14 cnd:pre:3s; -intrigues intrigue nom f p 4.80 13.18 2.24 8.11 -intriguez intriguer ver 5.58 19.73 0.14 0.20 imp:pre:2p;ind:pre:2p; -intriguât intriguer ver 5.58 19.73 0.00 0.07 sub:imp:3s; -intriguèrent intriguer ver 5.58 19.73 0.00 0.14 ind:pas:3p; -intrigué intriguer ver m s 5.58 19.73 1.19 6.42 par:pas; -intriguée intriguer ver f s 5.58 19.73 0.40 1.76 par:pas; -intrigués intriguer ver m p 5.58 19.73 0.13 1.22 par:pas; -intrinsèque intrinsèque adj s 0.13 0.41 0.13 0.41 -intrinsèquement intrinsèquement adv 0.35 0.07 0.35 0.07 -introït introït nom m s 0.00 0.20 0.00 0.20 -introducteur introducteur nom m s 0.05 0.34 0.05 0.27 -introductif introductif adj m s 0.03 0.14 0.03 0.14 -introduction introduction nom f s 2.45 3.04 2.27 2.97 -introductions introduction nom f p 2.45 3.04 0.18 0.07 -introductrice introducteur nom f s 0.05 0.34 0.00 0.07 -introduira introduire ver 12.55 30.54 0.17 0.20 ind:fut:3s; -introduirai introduire ver 12.55 30.54 0.11 0.07 ind:fut:1s; -introduiraient introduire ver 12.55 30.54 0.00 0.07 cnd:pre:3p; -introduirais introduire ver 12.55 30.54 0.01 0.07 cnd:pre:1s; -introduirait introduire ver 12.55 30.54 0.03 0.20 cnd:pre:3s; -introduire introduire ver 12.55 30.54 3.95 8.04 ind:pre:2p;inf; -introduirez introduire ver 12.55 30.54 0.01 0.00 ind:fut:2p; -introduirions introduire ver 12.55 30.54 0.00 0.07 cnd:pre:1p; -introduis introduire ver 12.55 30.54 0.78 0.14 imp:pre:2s;ind:pre:1s;ind:pre:2s; -introduisît introduire ver 12.55 30.54 0.00 0.14 sub:imp:3s; -introduisaient introduire ver 12.55 30.54 0.00 0.54 ind:imp:3p; -introduisais introduire ver 12.55 30.54 0.02 0.07 ind:imp:1s;ind:imp:2s; -introduisait introduire ver 12.55 30.54 0.05 2.09 ind:imp:3s; -introduisant introduire ver 12.55 30.54 0.17 1.55 par:pre; -introduise introduire ver 12.55 30.54 0.19 0.34 sub:pre:1s;sub:pre:3s; -introduisent introduire ver 12.55 30.54 0.38 0.34 ind:pre:3p; -introduisez introduire ver 12.55 30.54 0.89 0.00 imp:pre:2p;ind:pre:2p; -introduisirent introduire ver 12.55 30.54 0.01 0.20 ind:pas:3p; -introduisis introduire ver 12.55 30.54 0.00 0.34 ind:pas:1s;ind:pas:2s; -introduisit introduire ver 12.55 30.54 0.16 3.45 ind:pas:3s; -introduisons introduire ver 12.55 30.54 0.07 0.20 imp:pre:1p;ind:pre:1p; -introduit introduire ver m s 12.55 30.54 4.18 8.99 ind:pre:3s;par:pas; -introduite introduire ver f s 12.55 30.54 0.86 1.08 par:pas; -introduites introduire ver f p 12.55 30.54 0.23 0.47 par:pas; -introduits introduire ver m p 12.55 30.54 0.28 1.89 par:pas; -intromission intromission nom f s 0.00 0.14 0.00 0.14 -intronisa introniser ver 0.12 0.34 0.00 0.07 ind:pas:3s; -intronisait introniser ver 0.12 0.34 0.01 0.07 ind:imp:3s; -intronisation intronisation nom f s 0.02 0.41 0.02 0.41 -intronise introniser ver 0.12 0.34 0.00 0.07 ind:pre:3s; -introniser introniser ver 0.12 0.34 0.05 0.00 inf; -intronisé introniser ver m s 0.12 0.34 0.06 0.14 par:pas; -introspecter introspecter ver 0.01 0.00 0.01 0.00 inf; -introspectif introspectif adj m s 0.08 0.07 0.06 0.00 -introspection introspection nom f s 0.33 0.20 0.33 0.14 -introspections introspection nom f p 0.33 0.20 0.00 0.07 -introspective introspectif adj f s 0.08 0.07 0.01 0.00 -introspectives introspectif adj f p 0.08 0.07 0.01 0.07 -introuvable introuvable adj s 3.66 3.92 3.27 2.77 -introuvables introuvable adj p 3.66 3.92 0.39 1.15 -introversions introversion nom f p 0.00 0.07 0.00 0.07 -introverti introverti adj m s 0.33 0.00 0.22 0.00 -introvertie introverti adj f s 0.33 0.00 0.09 0.00 -introvertis introverti nom m p 0.27 0.00 0.14 0.00 -intrépide intrépide adj s 1.63 3.78 1.37 2.77 -intrépidement intrépidement adv 0.00 0.14 0.00 0.14 -intrépides intrépide adj p 1.63 3.78 0.26 1.01 -intrépidité intrépidité nom f s 0.04 0.74 0.04 0.74 -intrus intrus nom m s 4.35 5.47 4.29 4.46 -intruse intrus nom f s 4.35 5.47 0.06 0.81 -intruses intrus nom f p 4.35 5.47 0.00 0.20 -intrusif intrusif adj m s 0.04 0.00 0.04 0.00 -intrusion intrusion nom f s 4.61 3.78 4.48 3.24 -intrusions intrusion nom f p 4.61 3.78 0.13 0.54 -intègre intègre adj s 1.70 1.35 1.50 0.81 -intègrent intégrer ver 7.98 6.89 0.06 0.14 ind:pre:3p; -intègres intègre adj p 1.70 1.35 0.19 0.54 -intubation intubation nom f s 0.86 0.00 0.86 0.00 -intube intuber ver 2.33 0.00 0.42 0.00 imp:pre:2s;ind:pre:1s;ind:pre:3s; -intuber intuber ver 2.33 0.00 1.25 0.00 inf; -intubez intuber ver 2.33 0.00 0.15 0.00 imp:pre:2p;ind:pre:2p; -intubé intuber ver m s 2.33 0.00 0.42 0.00 par:pas; -intubée intuber ver f s 2.33 0.00 0.09 0.00 par:pas; -intégra intégrer ver 7.98 6.89 0.01 0.07 ind:pas:3s; -intégraient intégrer ver 7.98 6.89 0.01 0.20 ind:imp:3p; -intégrait intégrer ver 7.98 6.89 0.08 0.47 ind:imp:3s; -intégral intégral adj m s 1.35 5.27 0.56 3.18 -intégrale intégral adj f s 1.35 5.27 0.80 1.76 -intégralement intégralement adv 0.57 3.24 0.57 3.24 -intégrales intégrale nom f p 0.45 0.27 0.02 0.00 -intégralisme intégralisme nom m s 0.00 0.07 0.00 0.07 -intégralité intégralité nom f s 0.43 0.74 0.43 0.74 -intégrant intégrer ver 7.98 6.89 0.19 0.14 par:pre; -intégrante intégrant adj f s 0.34 1.01 0.34 1.01 -intégrateur intégrateur nom m s 0.02 0.00 0.02 0.00 -intégration intégration nom f s 1.28 1.08 1.28 1.08 -intégraux intégral adj m p 1.35 5.27 0.00 0.07 -intégrer intégrer ver 7.98 6.89 3.71 2.57 inf; -intégrera intégrer ver 7.98 6.89 0.16 0.14 ind:fut:3s; -intégrerais intégrer ver 7.98 6.89 0.01 0.07 cnd:pre:1s;cnd:pre:2s; -intégreras intégrer ver 7.98 6.89 0.02 0.07 ind:fut:2s; -intégrerez intégrer ver 7.98 6.89 0.16 0.00 ind:fut:2p; -intégreront intégrer ver 7.98 6.89 0.03 0.00 ind:fut:3p; -intégrez intégrer ver 7.98 6.89 0.08 0.00 imp:pre:2p;ind:pre:2p; -intégriez intégrer ver 7.98 6.89 0.01 0.00 ind:imp:2p; -intégrisme intégrisme nom m s 0.04 0.14 0.03 0.00 -intégrismes intégrisme nom m p 0.04 0.14 0.01 0.14 -intégriste intégriste adj m s 0.22 0.00 0.15 0.00 -intégristes intégriste adj p 0.22 0.00 0.07 0.00 -intégrité intégrité nom f s 4.10 4.32 4.10 4.26 -intégrités intégrité nom f p 4.10 4.32 0.00 0.07 -intégrèrent intégrer ver 7.98 6.89 0.01 0.00 ind:pas:3p; -intégré intégrer ver m s 7.98 6.89 1.25 1.22 par:pas; -intégrée intégrer ver f s 7.98 6.89 0.39 0.68 par:pas; -intégrées intégrer ver f p 7.98 6.89 0.28 0.14 par:pas; -intégrés intégrer ver m p 7.98 6.89 0.43 0.47 par:pas; -intuitif intuitif adj m s 0.81 0.61 0.24 0.27 -intuitifs intuitif adj m p 0.81 0.61 0.02 0.00 -intuition intuition nom f s 9.37 11.08 8.64 9.80 -intuitions intuition nom f p 9.37 11.08 0.73 1.28 -intuitive intuitif adj f s 0.81 0.61 0.50 0.27 -intuitivement intuitivement adv 0.17 0.74 0.17 0.74 -intuitives intuitif adj f p 0.81 0.61 0.05 0.07 -intumescence intumescence nom f s 0.01 0.00 0.01 0.00 -intéressa intéresser ver 140.80 117.36 0.02 1.69 ind:pas:3s; -intéressai intéresser ver 140.80 117.36 0.00 0.34 ind:pas:1s; -intéressaient intéresser ver 140.80 117.36 0.73 4.93 ind:imp:3p; -intéressais intéresser ver 140.80 117.36 1.20 2.70 ind:imp:1s;ind:imp:2s; -intéressait intéresser ver 140.80 117.36 7.29 22.57 ind:imp:3s; -intéressant intéressant adj m s 69.17 28.65 47.07 15.47 -intéressante intéressant adj f s 69.17 28.65 13.05 5.95 -intéressantes intéressant adj f p 69.17 28.65 4.82 3.58 -intéressants intéressant adj m p 69.17 28.65 4.24 3.65 -intéresse intéresser ver 140.80 117.36 75.20 34.39 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:1s;sub:pre:3s; -intéressement intéressement nom m s 0.05 0.07 0.05 0.07 -intéressent intéresser ver 140.80 117.36 9.68 7.23 ind:pre:3p; -intéresser intéresser ver 140.80 117.36 12.94 22.70 ind:pre:2p;inf; -intéressera intéresser ver 140.80 117.36 1.65 0.88 ind:fut:3s; -intéresserai intéresser ver 140.80 117.36 0.24 0.00 ind:fut:1s; -intéresseraient intéresser ver 140.80 117.36 0.29 0.41 cnd:pre:3p; -intéresserais intéresser ver 140.80 117.36 0.14 0.20 cnd:pre:1s;cnd:pre:2s; -intéresserait intéresser ver 140.80 117.36 3.42 2.57 cnd:pre:3s; -intéresseras intéresser ver 140.80 117.36 0.01 0.07 ind:fut:2s; -intéresseriez intéresser ver 140.80 117.36 0.01 0.00 cnd:pre:2p; -intéresserons intéresser ver 140.80 117.36 0.00 0.07 ind:fut:1p; -intéresseront intéresser ver 140.80 117.36 0.25 0.34 ind:fut:3p; -intéresses intéresser ver 140.80 117.36 6.81 1.01 ind:pre:2s; -intéressez intéresser ver 140.80 117.36 2.03 0.81 imp:pre:2p;ind:pre:2p; -intéressiez intéresser ver 140.80 117.36 0.46 0.34 ind:imp:2p; -intéressions intéresser ver 140.80 117.36 0.01 0.07 ind:imp:1p; -intéressons intéresser ver 140.80 117.36 0.31 0.07 imp:pre:1p;ind:pre:1p; -intéressât intéresser ver 140.80 117.36 0.01 0.74 sub:imp:3s; -intéressèrent intéresser ver 140.80 117.36 0.00 0.27 ind:pas:3p; -intéressé intéresser ver m s 140.80 117.36 9.31 6.22 par:pas; -intéressée intéresser ver f s 140.80 117.36 3.02 2.36 par:pas; -intéressées intéressé adj f p 7.20 7.77 0.46 0.68 -intéressés intéresser ver m p 140.80 117.36 2.82 1.76 par:pas; -intérieur intérieur nom m s 90.11 135.88 89.75 133.51 -intérieure intérieur adj f s 13.17 50.61 6.75 23.38 -intérieurement intérieurement adv 1.29 6.01 1.29 6.01 -intérieures intérieur adj f p 13.17 50.61 0.84 4.86 -intérieurs intérieur adj m p 13.17 50.61 0.84 3.38 -intérim intérim nom m s 1.10 2.03 1.10 1.89 -intérimaire intérimaire nom s 0.77 0.47 0.49 0.20 -intérimaires intérimaire nom p 0.77 0.47 0.28 0.27 -intérims intérim nom m p 1.10 2.03 0.00 0.14 -intériorisa intérioriser ver 0.35 0.34 0.00 0.07 ind:pas:3s; -intériorisait intérioriser ver 0.35 0.34 0.01 0.00 ind:imp:3s; -intériorisation intériorisation nom f s 0.14 0.07 0.14 0.07 -intériorise intérioriser ver 0.35 0.34 0.09 0.07 ind:pre:1s;ind:pre:3s; -intériorisent intérioriser ver 0.35 0.34 0.14 0.00 ind:pre:3p; -intérioriser intérioriser ver 0.35 0.34 0.09 0.00 inf; -intériorisée intérioriser ver f s 0.35 0.34 0.03 0.07 par:pas; -intériorisées intérioriser ver f p 0.35 0.34 0.00 0.07 par:pas; -intériorisés intérioriser ver m p 0.35 0.34 0.00 0.07 par:pas; -intériorité intériorité nom f s 0.10 0.41 0.10 0.41 -intérêt intérêt nom m s 81.09 97.36 63.63 75.00 -intérêts intérêt nom m p 81.09 97.36 17.46 22.36 -intussusception intussusception nom f s 0.03 0.00 0.03 0.00 -inébranlable inébranlable adj s 1.20 3.72 1.05 3.04 -inébranlablement inébranlablement adv 0.14 0.20 0.14 0.20 -inébranlables inébranlable adj p 1.20 3.72 0.15 0.68 -inébranlé inébranlé adj m s 0.00 0.07 0.00 0.07 -inéchangeable inéchangeable adj f s 0.00 0.07 0.00 0.07 -inécoutée inécouté adj f s 0.00 0.07 0.00 0.07 -inédit inédit adj m s 1.10 5.34 0.65 0.95 -inédite inédit adj f s 1.10 5.34 0.28 2.50 -inédites inédit adj f p 1.10 5.34 0.12 0.95 -inédits inédit adj m p 1.10 5.34 0.06 0.95 -inéducable inéducable adj s 0.01 0.00 0.01 0.00 -inégal inégal adj m s 0.68 8.11 0.23 2.84 -inégalable inégalable adj s 0.38 1.22 0.36 0.95 -inégalables inégalable adj f p 0.38 1.22 0.01 0.27 -inégale inégal adj f s 0.68 8.11 0.29 1.69 -inégalement inégalement adv 0.03 1.01 0.03 1.01 -inégales inégal adj f p 0.68 8.11 0.08 1.76 -inégalité inégalité nom f s 0.67 1.62 0.33 1.35 -inégalités inégalité nom f p 0.67 1.62 0.34 0.27 -inégalé inégalé adj m s 0.17 0.54 0.06 0.20 -inégalée inégaler ver f s 0.22 0.41 0.18 0.27 par:pas; -inégalées inégalé adj f p 0.17 0.54 0.00 0.07 -inégaux inégal adj m p 0.68 8.11 0.07 1.82 -inuit inuit nom f s 0.04 0.00 0.04 0.00 -inéligibilité inéligibilité nom f s 0.14 0.00 0.14 0.00 -inéligible inéligible adj s 0.03 0.07 0.03 0.07 -inéluctabilité inéluctabilité nom f s 0.00 0.14 0.00 0.14 -inéluctable inéluctable adj s 1.01 5.74 0.97 5.34 -inéluctablement inéluctablement adv 0.27 1.01 0.27 1.01 -inéluctables inéluctable adj p 1.01 5.74 0.04 0.41 -inélégamment inélégamment adv 0.00 0.07 0.00 0.07 -inélégance inélégance nom f s 0.14 0.00 0.14 0.00 -inélégant inélégant adj m s 0.39 0.14 0.39 0.07 -inélégantes inélégant adj f p 0.39 0.14 0.00 0.07 -inénarrable inénarrable adj s 0.12 0.95 0.11 0.47 -inénarrables inénarrable adj p 0.12 0.95 0.01 0.47 -inupik inupik nom m s 0.00 0.07 0.00 0.07 -inépuisable inépuisable adj s 0.97 9.53 0.68 7.57 -inépuisablement inépuisablement adv 0.00 0.74 0.00 0.74 -inépuisables inépuisable adj p 0.97 9.53 0.28 1.96 -inépuisées inépuisé adj f p 0.00 0.14 0.00 0.14 -inéquitable inéquitable adj m s 0.04 0.00 0.04 0.00 -inusabilité inusabilité nom f s 0.00 0.07 0.00 0.07 -inusable inusable adj s 0.17 1.96 0.16 1.55 -inusables inusable adj p 0.17 1.96 0.01 0.41 -inusité inusité adj m s 0.30 1.42 0.22 0.47 -inusitée inusité adj f s 0.30 1.42 0.07 0.68 -inusitées inusité adj f p 0.30 1.42 0.01 0.20 -inusités inusité adj m p 0.30 1.42 0.00 0.07 -inusuelle inusuel adj f s 0.00 0.07 0.00 0.07 -inutile inutile adj s 72.71 70.34 64.05 53.04 -inutilement inutilement adv 1.83 4.66 1.83 4.66 -inutiles inutile adj p 72.71 70.34 8.66 17.30 -inutilisable inutilisable adj s 1.72 2.03 1.14 0.95 -inutilisables inutilisable adj p 1.72 2.03 0.58 1.08 -inutilisation inutilisation nom f s 0.00 0.14 0.00 0.14 -inutilisé inutilisé adj m s 0.37 0.81 0.08 0.14 -inutilisée inutilisé adj f s 0.37 0.81 0.13 0.27 -inutilisées inutilisé adj f p 0.37 0.81 0.09 0.20 -inutilisés inutilisé adj m p 0.37 0.81 0.07 0.20 -inutilité inutilité nom f s 0.56 3.58 0.56 3.51 -inutilités inutilité nom f p 0.56 3.58 0.00 0.07 -inévaluable inévaluable adj s 0.00 0.07 0.00 0.07 -inévitabilité inévitabilité nom f s 0.04 0.00 0.04 0.00 -inévitable inévitable adj s 7.44 16.49 6.96 13.38 -inévitablement inévitablement adv 1.02 3.51 1.02 3.51 -inévitables inévitable adj p 7.44 16.49 0.48 3.11 -invagination invagination nom f s 0.03 0.00 0.03 0.00 -invaincu invaincu adj m s 0.84 0.61 0.50 0.34 -invaincue invaincu adj f s 0.84 0.61 0.08 0.14 -invaincues invaincu adj f p 0.84 0.61 0.00 0.07 -invaincus invaincu adj m p 0.84 0.61 0.26 0.07 -invalidant invalidant adj m s 0.04 0.00 0.02 0.00 -invalidante invalidant adj f s 0.04 0.00 0.02 0.00 -invalidation invalidation nom f s 0.02 0.00 0.02 0.00 -invalide invalide adj s 1.77 0.81 1.48 0.27 -invalider invalider ver 0.59 0.27 0.10 0.00 inf; -invalides invalide nom p 2.03 4.39 1.41 3.85 -invalidité invalidité nom f s 0.99 0.27 0.99 0.20 -invalidités invalidité nom f p 0.99 0.27 0.00 0.07 -invalidé invalider ver m s 0.59 0.27 0.14 0.14 par:pas; -invalidés invalider ver m p 0.59 0.27 0.00 0.07 par:pas; -invariable invariable adj s 0.08 1.89 0.07 1.55 -invariablement invariablement adv 0.64 4.86 0.64 4.86 -invariables invariable adj p 0.08 1.89 0.01 0.34 -invariance invariance nom f s 0.01 0.00 0.01 0.00 -invasif invasif adj m s 0.28 0.00 0.11 0.00 -invasion invasion nom f s 7.15 11.22 6.96 9.32 -invasions invasion nom f p 7.15 11.22 0.19 1.89 -invasive invasif adj f s 0.28 0.00 0.14 0.00 -invasives invasif adj f p 0.28 0.00 0.03 0.00 -invectiva invectiver ver 0.14 1.82 0.00 0.20 ind:pas:3s; -invectivai invectiver ver 0.14 1.82 0.00 0.07 ind:pas:1s; -invectivaient invectiver ver 0.14 1.82 0.00 0.07 ind:imp:3p; -invectivait invectiver ver 0.14 1.82 0.00 0.41 ind:imp:3s; -invectivant invectiver ver 0.14 1.82 0.00 0.34 par:pre; -invective invectiver ver 0.14 1.82 0.12 0.20 imp:pre:2s;ind:pre:1s;ind:pre:3s; -invectivent invectiver ver 0.14 1.82 0.00 0.07 ind:pre:3p; -invectiver invectiver ver 0.14 1.82 0.02 0.47 inf; -invectives invective nom f p 0.25 2.84 0.24 2.03 -invendable invendable adj m s 0.20 0.27 0.19 0.14 -invendables invendable adj m p 0.20 0.27 0.01 0.14 -invendu invendu nom m s 0.47 0.41 0.01 0.00 -invendues invendu adj f p 0.17 0.68 0.12 0.20 -invendus invendu nom m p 0.47 0.41 0.46 0.41 -inventa inventer ver 53.96 69.73 0.65 1.69 ind:pas:3s; -inventai inventer ver 53.96 69.73 0.02 1.22 ind:pas:1s; -inventaient inventer ver 53.96 69.73 0.02 0.81 ind:imp:3p; -inventaire inventaire nom m s 4.02 7.50 3.86 6.62 -inventaires inventaire nom m p 4.02 7.50 0.16 0.88 -inventais inventer ver 53.96 69.73 0.43 1.69 ind:imp:1s;ind:imp:2s; -inventait inventer ver 53.96 69.73 0.55 3.85 ind:imp:3s; -inventant inventer ver 53.96 69.73 0.21 1.42 par:pre; -invente inventer ver 53.96 69.73 7.53 10.34 imp:pre:2s;ind:pre:1s;ind:pre:3s; -inventent inventer ver 53.96 69.73 1.68 1.62 ind:pre:3p; -inventer inventer ver 53.96 69.73 11.35 17.43 ind:pre:2p;inf; -inventera inventer ver 53.96 69.73 0.33 0.54 ind:fut:3s; -inventerai inventer ver 53.96 69.73 0.69 0.34 ind:fut:1s; -inventeraient inventer ver 53.96 69.73 0.01 0.07 cnd:pre:3p; -inventerais inventer ver 53.96 69.73 0.35 0.41 cnd:pre:1s;cnd:pre:2s; -inventerait inventer ver 53.96 69.73 0.14 0.68 cnd:pre:3s; -inventeras inventer ver 53.96 69.73 0.14 0.07 ind:fut:2s; -inventerez inventer ver 53.96 69.73 0.04 0.00 ind:fut:2p; -inventeriez inventer ver 53.96 69.73 0.11 0.00 cnd:pre:2p; -inventerions inventer ver 53.96 69.73 0.01 0.00 cnd:pre:1p; -inventerons inventer ver 53.96 69.73 0.04 0.00 ind:fut:1p; -inventeront inventer ver 53.96 69.73 0.07 0.20 ind:fut:3p; -inventes inventer ver 53.96 69.73 2.11 1.08 ind:pre:2s;sub:pre:2s; -inventeur inventeur nom m s 3.34 2.03 2.91 1.76 -inventeurs inventeur nom m p 3.34 2.03 0.42 0.27 -inventez inventer ver 53.96 69.73 1.17 0.07 imp:pre:2p;ind:pre:2p; -inventiez inventer ver 53.96 69.73 0.04 0.00 ind:imp:2p; -inventif inventif adj m s 0.36 1.28 0.22 0.74 -inventifs inventif adj m p 0.36 1.28 0.04 0.14 -invention invention nom f s 10.37 15.68 7.88 10.81 -inventions invention nom f p 10.37 15.68 2.49 4.86 -inventive inventif adj f s 0.36 1.28 0.10 0.41 -inventivité inventivité nom f s 0.02 0.07 0.02 0.00 -inventivités inventivité nom f p 0.02 0.07 0.00 0.07 -inventons inventer ver 53.96 69.73 0.14 0.07 imp:pre:1p;ind:pre:1p; -inventoria inventorier ver 0.23 1.55 0.00 0.07 ind:pas:3s; -inventoriai inventorier ver 0.23 1.55 0.00 0.07 ind:pas:1s; -inventoriaient inventorier ver 0.23 1.55 0.00 0.07 ind:imp:3p; -inventoriait inventorier ver 0.23 1.55 0.00 0.14 ind:imp:3s; -inventorient inventorier ver 0.23 1.55 0.00 0.07 ind:pre:3p; -inventorier inventorier ver 0.23 1.55 0.19 0.74 inf; -inventorié inventorier ver m s 0.23 1.55 0.03 0.20 par:pas; -inventoriée inventorier ver f s 0.23 1.55 0.00 0.07 par:pas; -inventoriées inventorier ver f p 0.23 1.55 0.02 0.14 par:pas; -inventât inventer ver 53.96 69.73 0.00 0.07 sub:imp:3s; -inventèrent inventer ver 53.96 69.73 0.11 0.34 ind:pas:3p; -inventé inventer ver m s 53.96 69.73 23.20 17.97 par:pas; -inventée inventer ver f s 53.96 69.73 1.53 3.58 par:pas; -inventées inventer ver f p 53.96 69.73 0.56 1.62 par:pas; -inventés inventer ver m p 53.96 69.73 0.72 2.23 par:pas; -inversa inverser ver 6.29 7.57 0.00 0.14 ind:pas:3s; -inversaient inverser ver 6.29 7.57 0.00 0.14 ind:imp:3p; -inversait inverser ver 6.29 7.57 0.13 0.20 ind:imp:3s; -inversant inverser ver 6.29 7.57 0.07 0.41 par:pre; -inverse inverse nom s 6.40 6.22 6.40 6.22 -inversement inversement adv 0.47 2.64 0.47 2.64 -inversent inverser ver 6.29 7.57 0.13 0.20 ind:pre:3p; -inverser inverser ver 6.29 7.57 1.36 1.01 inf; -inversera inverser ver 6.29 7.57 0.06 0.00 ind:fut:3s; -inverserais inverser ver 6.29 7.57 0.01 0.00 cnd:pre:1s; -inverserait inverser ver 6.29 7.57 0.02 0.00 cnd:pre:3s; -inverses inverser ver 6.29 7.57 0.04 0.00 ind:pre:2s; -inverseur inverseur nom m s 0.02 0.00 0.02 0.00 -inversez inverser ver 6.29 7.57 0.21 0.07 imp:pre:2p;ind:pre:2p; -inversible inversible adj f s 0.00 0.07 0.00 0.07 -inversion inversion nom f s 0.76 3.65 0.75 3.38 -inversions inversion nom f p 0.76 3.65 0.01 0.27 -inversons inverser ver 6.29 7.57 0.04 0.00 imp:pre:1p; -inversèrent inverser ver 6.29 7.57 0.00 0.07 ind:pas:3p; -inversé inverser ver m s 6.29 7.57 2.00 1.96 par:pas; -inversée inverser ver f s 6.29 7.57 0.85 1.49 par:pas; -inversées inverser ver f p 6.29 7.57 0.20 0.54 par:pas; -inversés inverser ver m p 6.29 7.57 0.71 0.95 par:pas; -inverti invertir ver m s 0.16 0.00 0.16 0.00 par:pas; -invertis inverti nom m p 0.56 0.41 0.44 0.34 -invertébré invertébré adj m s 0.19 0.27 0.07 0.07 -invertébrée invertébré adj f s 0.19 0.27 0.01 0.07 -invertébrés invertébré nom m p 0.20 0.14 0.19 0.07 -investît investir ver 16.50 9.46 0.01 0.00 sub:imp:3s; -investi investir ver m s 16.50 9.46 5.49 2.91 par:pas; -investie investir ver f s 16.50 9.46 0.15 0.81 par:pas; -investies investir ver f p 16.50 9.46 0.02 0.07 par:pas; -investigateur investigateur nom m s 0.13 0.00 0.03 0.00 -investigateurs investigateur nom m p 0.13 0.00 0.07 0.00 -investigation investigation nom f s 3.26 2.57 1.95 1.08 -investigations investigation nom f p 3.26 2.57 1.31 1.49 -investigatrice investigateur adj f s 0.14 0.27 0.11 0.00 -investigatrices investigateur adj f p 0.14 0.27 0.01 0.07 -investiguant investiguer ver 0.03 0.00 0.01 0.00 par:pre; -investiguer investiguer ver 0.03 0.00 0.01 0.00 inf; -investir investir ver 16.50 9.46 5.85 2.36 inf; -investira investir ver 16.50 9.46 0.14 0.00 ind:fut:3s; -investirais investir ver 16.50 9.46 0.07 0.00 cnd:pre:1s; -investirait investir ver 16.50 9.46 0.16 0.00 cnd:pre:3s; -investirent investir ver 16.50 9.46 0.02 0.07 ind:pas:3p; -investirons investir ver 16.50 9.46 0.02 0.00 ind:fut:1p; -investiront investir ver 16.50 9.46 0.17 0.00 ind:fut:3p; -investis investir ver m p 16.50 9.46 1.53 0.81 imp:pre:2s;ind:pre:1s;ind:pre:2s;par:pas; -investissaient investir ver 16.50 9.46 0.14 0.14 ind:imp:3p; -investissais investir ver 16.50 9.46 0.02 0.14 ind:imp:1s;ind:imp:2s; -investissait investir ver 16.50 9.46 0.05 0.20 ind:imp:3s; -investissant investir ver 16.50 9.46 0.04 0.41 par:pre; -investisse investir ver 16.50 9.46 0.06 0.14 sub:pre:1s;sub:pre:3s; -investissement investissement nom m s 7.38 2.77 5.05 1.35 -investissements investissement nom m p 7.38 2.77 2.33 1.42 -investissent investir ver 16.50 9.46 0.29 0.20 ind:pre:3p; -investisseur investisseur nom m s 2.64 0.07 0.66 0.00 -investisseurs investisseur nom m p 2.64 0.07 1.98 0.07 -investissez investir ver 16.50 9.46 0.67 0.00 imp:pre:2p;ind:pre:2p; -investissons investir ver 16.50 9.46 0.06 0.00 imp:pre:1p;ind:pre:1p; -investit investir ver 16.50 9.46 1.56 1.22 ind:pre:3s;ind:pas:3s; -investiture investiture nom f s 0.38 0.47 0.38 0.34 -investitures investiture nom f p 0.38 0.47 0.00 0.14 -invincibilité invincibilité nom f s 0.11 0.27 0.11 0.27 -invincible invincible adj s 3.60 5.07 2.92 4.59 -invinciblement invinciblement adv 0.01 1.22 0.01 1.22 -invincibles invincible adj p 3.60 5.07 0.68 0.47 -inviolabilité inviolabilité nom f s 0.13 0.14 0.13 0.14 -inviolable inviolable adj s 0.39 1.35 0.26 0.95 -inviolables inviolable adj p 0.39 1.35 0.13 0.41 -inviolé inviolé adj m s 0.10 0.34 0.04 0.20 -inviolée inviolé adj f s 0.10 0.34 0.03 0.00 -inviolées inviolé adj f p 0.10 0.34 0.02 0.00 -inviolés inviolé adj m p 0.10 0.34 0.01 0.14 -invisibilité invisibilité nom f s 0.45 0.27 0.45 0.27 -invisible_piston invisible_piston nom m s 0.00 0.07 0.00 0.07 -invisible invisible adj s 16.21 52.36 12.85 36.35 -invisiblement invisiblement adv 0.01 0.41 0.01 0.41 -invisibles invisible adj p 16.21 52.36 3.36 16.01 -invita inviter ver 116.83 82.30 0.45 9.93 ind:pas:3s; -invitai inviter ver 116.83 82.30 0.11 1.49 ind:pas:1s; -invitaient inviter ver 116.83 82.30 0.06 2.36 ind:imp:3p; -invitais inviter ver 116.83 82.30 0.50 1.01 ind:imp:1s;ind:imp:2s; -invitait inviter ver 116.83 82.30 0.90 8.92 ind:imp:3s; -invitant inviter ver 116.83 82.30 0.63 3.72 par:pre; -invitante invitant adj f s 0.01 0.68 0.01 0.34 -invitantes invitant adj f p 0.01 0.68 0.00 0.14 -invitants invitant adj m p 0.01 0.68 0.00 0.07 -invitation invitation nom f s 18.27 18.24 15.08 14.53 -invitations invitation nom f p 18.27 18.24 3.18 3.72 -invite inviter ver 116.83 82.30 29.01 11.01 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:1s; -invitent inviter ver 116.83 82.30 3.12 1.42 ind:pre:3p; -inviter inviter ver 116.83 82.30 22.63 14.05 inf;;inf;;inf;; -invitera inviter ver 116.83 82.30 0.65 0.47 ind:fut:3s; -inviterai inviter ver 116.83 82.30 1.36 0.34 ind:fut:1s; -inviteraient inviter ver 116.83 82.30 0.03 0.14 cnd:pre:3p; -inviterais inviter ver 116.83 82.30 0.80 0.20 cnd:pre:1s;cnd:pre:2s; -inviterait inviter ver 116.83 82.30 0.20 0.54 cnd:pre:3s; -inviteras inviter ver 116.83 82.30 0.19 0.14 ind:fut:2s; -inviterez inviter ver 116.83 82.30 0.17 0.07 ind:fut:2p; -inviteriez inviter ver 116.83 82.30 0.05 0.14 cnd:pre:2p; -inviterions inviter ver 116.83 82.30 0.00 0.07 cnd:pre:1p; -inviterons inviter ver 116.83 82.30 0.07 0.14 ind:fut:1p; -inviteront inviter ver 116.83 82.30 0.02 0.00 ind:fut:3p; -invites inviter ver 116.83 82.30 3.64 0.14 ind:pre:2s;sub:pre:2s; -inviteur inviteur nom m s 0.00 0.14 0.00 0.07 -inviteurs inviteur nom m p 0.00 0.14 0.00 0.07 -invitez inviter ver 116.83 82.30 3.09 0.47 imp:pre:2p;ind:pre:2p; -invitiez inviter ver 116.83 82.30 0.24 0.14 ind:imp:2p; -invitions inviter ver 116.83 82.30 0.03 0.20 ind:imp:1p; -invitâmes inviter ver 116.83 82.30 0.00 0.14 ind:pas:1p; -invitons inviter ver 116.83 82.30 0.93 0.20 imp:pre:1p;ind:pre:1p; -invitât inviter ver 116.83 82.30 0.00 0.20 sub:imp:3s; -invitèrent inviter ver 116.83 82.30 0.11 0.74 ind:pas:3p; -invité inviter ver m s 116.83 82.30 28.27 14.05 par:pas; -invitée inviter ver f s 116.83 82.30 12.14 5.20 par:pas; -invitées inviter ver f p 116.83 82.30 0.66 0.74 par:pas; -invités invité nom m p 41.19 27.16 24.84 18.51 -invivable invivable adj s 0.43 1.22 0.43 1.22 -invocation invocation nom f s 0.69 1.96 0.55 1.28 -invocations invocation nom f p 0.69 1.96 0.14 0.68 -invocatoire invocatoire adj m s 0.00 0.07 0.00 0.07 -involontaire involontaire adj s 3.40 6.62 3.10 5.61 -involontairement involontairement adv 0.57 3.18 0.57 3.18 -involontaires involontaire adj p 3.40 6.62 0.30 1.01 -involutif involutif adj m s 0.00 0.14 0.00 0.07 -involutifs involutif adj m p 0.00 0.14 0.00 0.07 -involution involution nom f s 0.00 0.07 0.00 0.07 -invoqua invoquer ver 8.13 10.95 0.26 0.61 ind:pas:3s; -invoquai invoquer ver 8.13 10.95 0.00 0.20 ind:pas:1s; -invoquaient invoquer ver 8.13 10.95 0.01 0.34 ind:imp:3p; -invoquais invoquer ver 8.13 10.95 0.00 0.34 ind:imp:1s; -invoquait invoquer ver 8.13 10.95 0.01 1.28 ind:imp:3s; -invoquant invoquer ver 8.13 10.95 0.67 2.09 par:pre; -invoque invoquer ver 8.13 10.95 1.55 0.68 imp:pre:2s;ind:pre:1s;ind:pre:3s; -invoquent invoquer ver 8.13 10.95 0.31 0.27 ind:pre:3p; -invoquer invoquer ver 8.13 10.95 2.23 2.57 inf; -invoquera invoquer ver 8.13 10.95 0.06 0.07 ind:fut:3s; -invoquerai invoquer ver 8.13 10.95 0.04 0.14 ind:fut:1s; -invoquerais invoquer ver 8.13 10.95 0.11 0.07 cnd:pre:1s;cnd:pre:2s; -invoquerait invoquer ver 8.13 10.95 0.02 0.00 cnd:pre:3s; -invoquerez invoquer ver 8.13 10.95 0.00 0.07 ind:fut:2p; -invoquerons invoquer ver 8.13 10.95 0.02 0.00 ind:fut:1p; -invoques invoquer ver 8.13 10.95 0.15 0.14 ind:pre:2s; -invoquez invoquer ver 8.13 10.95 0.35 0.34 imp:pre:2p;ind:pre:2p; -invoquons invoquer ver 8.13 10.95 0.33 0.00 imp:pre:1p;ind:pre:1p; -invoquât invoquer ver 8.13 10.95 0.00 0.07 sub:imp:3s; -invoqué invoquer ver m s 8.13 10.95 1.52 1.22 par:pas; -invoquée invoquer ver f s 8.13 10.95 0.20 0.27 par:pas; -invoquées invoquer ver f p 8.13 10.95 0.12 0.07 par:pas; -invoqués invoquer ver m p 8.13 10.95 0.17 0.14 par:pas; -invraisemblable invraisemblable adj s 2.11 9.53 1.62 7.30 -invraisemblablement invraisemblablement adv 0.00 0.14 0.00 0.14 -invraisemblables invraisemblable adj p 2.11 9.53 0.48 2.23 -invraisemblance invraisemblance nom f s 0.17 1.76 0.14 1.35 -invraisemblances invraisemblance nom f p 0.17 1.76 0.04 0.41 -invulnérabilité invulnérabilité nom f s 0.28 0.54 0.28 0.54 -invulnérable invulnérable adj s 1.12 3.18 0.90 2.57 -invulnérables invulnérable adj p 1.12 3.18 0.22 0.61 -invérifiable invérifiable adj s 0.02 0.34 0.01 0.14 -invérifiables invérifiable adj f p 0.02 0.34 0.01 0.20 -invétéré invétéré adj m s 0.79 1.69 0.65 1.01 -invétérée invétéré adj f s 0.79 1.69 0.08 0.34 -invétérées invétéré adj f p 0.79 1.69 0.00 0.14 -invétérés invétéré adj m p 0.79 1.69 0.06 0.20 -iode iode nom m s 1.15 3.58 1.15 3.58 -iodle iodler ver 0.07 0.00 0.03 0.00 imp:pre:2s;ind:pre:1s;ind:pre:3s; -iodler iodler ver 0.07 0.00 0.03 0.00 inf; -iodoforme iodoforme nom m s 0.01 0.07 0.01 0.07 -iodé iodé adj m s 0.14 0.20 0.00 0.07 -iodée iodé adj f s 0.14 0.20 0.14 0.14 -iodure iodure nom m s 0.05 0.00 0.05 0.00 -ion ion nom m s 0.85 0.14 0.37 0.07 -ionien ionien adj m s 0.00 0.20 0.00 0.07 -ionienne ionienne adj f s 0.01 0.07 0.01 0.07 -ioniennes ioniennes adj f s 0.00 0.20 0.00 0.20 -ioniens ionien adj m p 0.00 0.20 0.00 0.07 -ionique ionique adj s 0.45 0.07 0.35 0.07 -ioniques ionique adj p 0.45 0.07 0.10 0.00 -ionisant ionisant adj m s 0.05 0.00 0.04 0.00 -ionisante ionisant adj f s 0.05 0.00 0.01 0.00 -ionisation ionisation nom f s 0.23 0.14 0.23 0.14 -ioniser ioniser ver 0.04 0.00 0.02 0.00 inf; -ionisez ioniser ver 0.04 0.00 0.01 0.00 imp:pre:2p; -ionisé ionisé adj m s 0.15 0.07 0.05 0.07 -ionisée ionisé adj f s 0.15 0.07 0.10 0.00 -ionosphère ionosphère nom f s 0.20 0.07 0.20 0.07 -ions ion nom m p 0.85 0.14 0.48 0.07 -iota iota nom m 0.22 0.34 0.22 0.34 -ipomée ipomée nom f s 0.00 0.07 0.00 0.07 -ippon ippon nom m s 0.03 0.00 0.03 0.00 -ipse ipse nom m s 0.01 0.14 0.01 0.14 -ipso_facto ipso_facto adv 0.21 0.61 0.21 0.61 -ipéca ipéca nom m s 0.32 0.20 0.32 0.14 -ipécas ipéca nom m p 0.32 0.20 0.00 0.07 -ira aller ver 9992.78 2854.93 148.34 28.31 ind:fut:3s; -irai aller ver 9992.78 2854.93 71.96 27.70 ind:fut:1s; -iraient aller ver 9992.78 2854.93 1.65 5.47 cnd:pre:3p; -irais aller ver 9992.78 2854.93 20.14 11.96 cnd:pre:1s;cnd:pre:2s; -irait aller ver 9992.78 2854.93 22.44 26.01 cnd:pre:3s; -irakien irakien adj m s 1.12 0.34 0.86 0.07 -irakienne irakienne adj f s 0.08 0.00 0.08 0.00 -irakiens irakien nom m p 0.64 0.07 0.56 0.07 -iranien iranien adj m s 0.41 0.41 0.20 0.07 -iranienne iranien adj f s 0.41 0.41 0.12 0.07 -iraniennes iranien adj f p 0.41 0.41 0.01 0.14 -iraniens iranien nom m p 0.34 0.47 0.28 0.14 -iraquien iraquien adj m s 0.16 0.00 0.09 0.00 -iraquienne iraquien adj f s 0.16 0.00 0.07 0.00 -iraquiens iraquien nom m p 0.11 0.00 0.08 0.00 -iras aller ver 9992.78 2854.93 24.90 6.76 ind:fut:2s; -irascible irascible adj s 0.65 1.55 0.52 1.28 -irascibles irascible adj m p 0.65 1.55 0.14 0.27 -ire ire nom f s 0.58 0.81 0.55 0.74 -ires ire nom f p 0.58 0.81 0.03 0.07 -irez aller ver 9992.78 2854.93 14.29 5.41 ind:fut:2p; -iridescence iridescence nom f s 0.01 0.00 0.01 0.00 -iridescent iridescent adj m s 0.01 0.07 0.01 0.00 -iridescentes iridescent adj f p 0.01 0.07 0.00 0.07 -iridium iridium nom m s 0.18 0.34 0.18 0.34 -iridologie iridologie nom f s 0.01 0.00 0.01 0.00 -iriez aller ver 9992.78 2854.93 2.02 1.08 cnd:pre:2p; -irions aller ver 9992.78 2854.93 1.10 2.91 cnd:pre:1p; -iris iris nom m 3.93 6.42 3.93 6.42 -irisaient iriser ver 0.01 2.03 0.00 0.14 ind:imp:3p; -irisait iriser ver 0.01 2.03 0.00 0.20 ind:imp:3s; -irisant iriser ver 0.01 2.03 0.00 0.07 par:pre; -irisation irisation nom f s 0.00 0.81 0.00 0.47 -irisations irisation nom f p 0.00 0.81 0.00 0.34 -irise iriser ver 0.01 2.03 0.01 0.14 ind:pre:3s; -irisent iriser ver 0.01 2.03 0.00 0.14 ind:pre:3p; -iriser iriser ver 0.01 2.03 0.00 0.07 inf; -iriserait iriser ver 0.01 2.03 0.00 0.07 cnd:pre:3s; -irish_coffee irish_coffee nom m s 0.16 0.14 0.16 0.14 -irisé irisé adj m s 0.05 1.96 0.00 0.41 -irisée irisé adj f s 0.05 1.96 0.00 0.61 -irisées irisé adj f p 0.05 1.96 0.03 0.54 -irisés irisé adj m p 0.05 1.96 0.02 0.41 -irlandais irlandais adj m 4.75 3.78 3.71 2.43 -irlandaise irlandais adj f s 4.75 3.78 0.89 1.08 -irlandaises irlandais adj f p 4.75 3.78 0.15 0.27 -ironie ironie nom f s 6.05 24.19 6.00 23.78 -ironies ironie nom f p 6.05 24.19 0.05 0.41 -ironique ironique adj s 3.73 16.28 3.67 13.72 -ironiquement ironiquement adv 0.95 2.77 0.95 2.77 -ironiques ironique adj p 3.73 16.28 0.06 2.57 -ironisa ironiser ver 0.44 2.50 0.00 1.01 ind:pas:3s; -ironisai ironiser ver 0.44 2.50 0.00 0.07 ind:pas:1s; -ironisais ironiser ver 0.44 2.50 0.00 0.14 ind:imp:1s;ind:imp:2s; -ironisait ironiser ver 0.44 2.50 0.00 0.14 ind:imp:3s; -ironise ironiser ver 0.44 2.50 0.01 0.34 imp:pre:2s;ind:pre:3s; -ironisent ironiser ver 0.44 2.50 0.01 0.07 ind:pre:3p; -ironiser ironiser ver 0.44 2.50 0.42 0.47 inf; -ironisme ironisme nom m s 0.00 0.07 0.00 0.07 -ironiste ironiste nom s 0.00 0.14 0.00 0.14 -ironisé ironiser ver m s 0.44 2.50 0.00 0.27 par:pas; -irons aller ver 9992.78 2854.93 15.36 9.32 ind:fut:1p; -iront aller ver 9992.78 2854.93 7.43 4.73 ind:fut:3p; -iroquois iroquois nom m 0.05 0.00 0.05 0.00 -iroquoise iroquois adj f s 0.22 0.27 0.17 0.00 -irradia irradier ver 0.65 4.32 0.00 0.14 ind:pas:3s; -irradiaient irradier ver 0.65 4.32 0.00 0.20 ind:imp:3p; -irradiait irradier ver 0.65 4.32 0.03 1.28 ind:imp:3s; -irradiant irradiant adj m s 0.11 0.54 0.03 0.20 -irradiante irradiant adj f s 0.11 0.54 0.05 0.34 -irradiantes irradiant adj f p 0.11 0.54 0.04 0.00 -irradiation irradiation nom f s 0.27 0.34 0.26 0.20 -irradiations irradiation nom f p 0.27 0.34 0.01 0.14 -irradie irradier ver 0.65 4.32 0.13 0.88 imp:pre:2s;ind:pre:1s;ind:pre:3s; -irradier irradier ver 0.65 4.32 0.01 0.68 inf; -irradiera irradier ver 0.65 4.32 0.01 0.00 ind:fut:3s; -irradiez irradier ver 0.65 4.32 0.00 0.07 ind:pre:2p; -irradié irradier ver m s 0.65 4.32 0.27 0.27 par:pas; -irradiée irradier ver f s 0.65 4.32 0.06 0.07 par:pas; -irradiées irradier ver f p 0.65 4.32 0.03 0.00 par:pas; -irradiés irradier ver m p 0.65 4.32 0.10 0.00 par:pas; -irraisonnable irraisonnable adj s 0.01 0.07 0.01 0.07 -irraisonné irraisonné adj m s 0.07 1.49 0.03 0.27 -irraisonnée irraisonné adj f s 0.07 1.49 0.02 1.15 -irraisonnés irraisonné adj m p 0.07 1.49 0.01 0.07 -irrationalité irrationalité nom f s 0.04 0.07 0.04 0.07 -irrationnel irrationnel adj m s 1.63 1.15 0.61 0.81 -irrationnelle irrationnel adj f s 1.63 1.15 0.77 0.14 -irrationnellement irrationnellement adv 0.01 0.07 0.01 0.07 -irrationnelles irrationnel adj f p 1.63 1.15 0.16 0.14 -irrationnels irrationnel adj m p 1.63 1.15 0.10 0.07 -irrattrapable irrattrapable adj m s 0.12 0.27 0.12 0.14 -irrattrapables irrattrapable adj p 0.12 0.27 0.00 0.14 -irrecevabilité irrecevabilité nom f s 0.02 0.14 0.02 0.14 -irrecevable irrecevable adj s 0.72 0.14 0.61 0.14 -irrecevables irrecevable adj p 0.72 0.14 0.12 0.00 -irremplaçable irremplaçable adj s 1.23 5.14 1.11 4.26 -irremplaçables irremplaçable adj p 1.23 5.14 0.13 0.88 -irreprésentable irreprésentable adj s 0.00 0.07 0.00 0.07 -irrespect irrespect nom m s 0.13 0.68 0.13 0.68 -irrespectueuse irrespectueux adj f s 0.71 1.01 0.04 0.27 -irrespectueusement irrespectueusement adv 0.02 0.07 0.02 0.07 -irrespectueuses irrespectueux adj f p 0.71 1.01 0.00 0.07 -irrespectueux irrespectueux adj m 0.71 1.01 0.68 0.68 -irrespirable irrespirable adj s 0.61 2.57 0.61 2.43 -irrespirables irrespirable adj f p 0.61 2.57 0.00 0.14 -irresponsabilité irresponsabilité nom f s 1.45 1.49 1.45 1.49 -irresponsable irresponsable adj s 6.29 2.70 4.99 2.09 -irresponsables irresponsable adj p 6.29 2.70 1.30 0.61 -irrigateur irrigateur adj m s 0.01 0.00 0.01 0.00 -irrigateurs irrigateur nom m p 0.00 0.07 0.00 0.07 -irrigation irrigation nom f s 0.86 1.55 0.86 1.55 -irriguaient irriguer ver 0.50 2.84 0.00 0.14 ind:imp:3p; -irriguait irriguer ver 0.50 2.84 0.00 0.34 ind:imp:3s; -irriguant irriguer ver 0.50 2.84 0.01 0.14 par:pre; -irrigue irriguer ver 0.50 2.84 0.14 0.20 imp:pre:2s;ind:pre:3s; -irriguent irriguer ver 0.50 2.84 0.01 0.07 ind:pre:3p; -irriguer irriguer ver 0.50 2.84 0.17 0.47 inf; -irriguera irriguer ver 0.50 2.84 0.02 0.00 ind:fut:3s; -irrigueraient irriguer ver 0.50 2.84 0.00 0.07 cnd:pre:3p; -irriguerait irriguer ver 0.50 2.84 0.00 0.20 cnd:pre:3s; -irriguons irriguer ver 0.50 2.84 0.00 0.07 imp:pre:1p; -irrigué irriguer ver m s 0.50 2.84 0.08 0.41 par:pas; -irriguée irriguer ver f s 0.50 2.84 0.03 0.47 par:pas; -irriguées irriguer ver f p 0.50 2.84 0.03 0.07 par:pas; -irrigués irriguer ver m p 0.50 2.84 0.01 0.20 par:pas; -irrita irriter ver 6.70 24.93 0.11 1.35 ind:pas:3s; -irritabilité irritabilité nom f s 0.20 0.07 0.20 0.07 -irritable irritable adj s 1.71 1.55 1.56 1.22 -irritables irritable adj f p 1.71 1.55 0.15 0.34 -irritai irriter ver 6.70 24.93 0.00 0.20 ind:pas:1s; -irritaient irriter ver 6.70 24.93 0.01 0.68 ind:imp:3p; -irritais irriter ver 6.70 24.93 0.01 0.81 ind:imp:1s; -irritait irriter ver 6.70 24.93 0.44 5.68 ind:imp:3s; -irritant irritant adj m s 1.18 4.26 0.80 1.89 -irritante irritant adj f s 1.18 4.26 0.17 1.42 -irritantes irritant adj f p 1.18 4.26 0.01 0.47 -irritants irritant adj m p 1.18 4.26 0.20 0.47 -irritation irritation nom f s 1.00 9.39 0.80 9.19 -irritations irritation nom f p 1.00 9.39 0.20 0.20 -irrite irriter ver 6.70 24.93 2.62 3.18 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -irritent irriter ver 6.70 24.93 0.20 0.68 ind:pre:3p; -irriter irriter ver 6.70 24.93 0.79 2.36 inf; -irritera irriter ver 6.70 24.93 0.01 0.00 ind:fut:3s; -irriterait irriter ver 6.70 24.93 0.02 0.20 cnd:pre:3s; -irriterons irriter ver 6.70 24.93 0.01 0.00 ind:fut:1p; -irritez irriter ver 6.70 24.93 0.08 0.07 imp:pre:2p;ind:pre:2p; -irritons irriter ver 6.70 24.93 0.00 0.07 ind:pre:1p; -irritât irriter ver 6.70 24.93 0.00 0.14 sub:imp:3s; -irritèrent irriter ver 6.70 24.93 0.00 0.14 ind:pas:3p; -irrité irriter ver m s 6.70 24.93 1.29 5.00 par:pas; -irritée irriter ver f s 6.70 24.93 0.82 3.24 par:pas; -irritées irriter ver f p 6.70 24.93 0.22 0.41 par:pas; -irrités irriter ver m p 6.70 24.93 0.07 0.47 par:pas; -irroration irroration nom f s 0.00 0.07 0.00 0.07 -irréalisable irréalisable adj s 0.51 1.08 0.47 0.88 -irréalisables irréalisable adj m p 0.51 1.08 0.03 0.20 -irréalisait irréaliser ver 0.00 0.14 0.00 0.07 ind:imp:3s; -irréalise irréaliser ver 0.00 0.14 0.00 0.07 ind:pre:3s; -irréalisme irréalisme nom m s 0.00 0.07 0.00 0.07 -irréaliste irréaliste adj s 0.46 0.14 0.35 0.14 -irréalistes irréaliste adj p 0.46 0.14 0.10 0.00 -irréalisé irréalisé adj m s 0.00 0.14 0.00 0.07 -irréalisés irréalisé adj m p 0.00 0.14 0.00 0.07 -irréalité irréalité nom f s 0.14 3.51 0.14 3.51 -irréconciliable irréconciliable adj s 0.32 0.20 0.28 0.14 -irréconciliables irréconciliable adj f p 0.32 0.20 0.04 0.07 -irrécupérable irrécupérable adj s 0.98 2.03 0.81 1.42 -irrécupérables irrécupérable adj p 0.98 2.03 0.18 0.61 -irrécusable irrécusable adj s 0.02 1.01 0.02 0.81 -irrécusables irrécusable adj m p 0.02 1.01 0.00 0.20 -irréductible irréductible adj s 0.29 2.64 0.00 1.49 -irréductiblement irréductiblement adv 0.01 0.14 0.01 0.14 -irréductibles irréductible adj p 0.29 2.64 0.29 1.15 -irréel irréel adj m s 2.84 12.43 1.87 5.27 -irréelle irréel adj f s 2.84 12.43 0.86 4.53 -irréellement irréellement adv 0.00 0.20 0.00 0.20 -irréelles irréel adj f p 2.84 12.43 0.07 1.15 -irréels irréel adj m p 2.84 12.43 0.04 1.49 -irréfléchi irréfléchi adj m s 0.92 0.54 0.40 0.14 -irréfléchie irréfléchi adj f s 0.92 0.54 0.34 0.41 -irréfléchis irréfléchi adj m p 0.92 0.54 0.18 0.00 -irréfragable irréfragable adj s 0.07 0.20 0.07 0.20 -irréfutable irréfutable adj s 1.58 2.77 0.97 2.09 -irréfutablement irréfutablement adv 0.03 0.20 0.03 0.20 -irréfutables irréfutable adj p 1.58 2.77 0.60 0.68 -irrégularité irrégularité nom f s 0.96 1.55 0.54 0.74 -irrégularités irrégularité nom f p 0.96 1.55 0.42 0.81 -irrégulier irrégulier adj m s 2.70 7.64 1.44 1.82 -irréguliers irrégulier adj m p 2.70 7.64 0.38 2.09 -irrégulière irrégulier adj f s 2.70 7.64 0.59 2.16 -irrégulièrement irrégulièrement adv 0.03 1.76 0.03 1.76 -irrégulières irrégulier adj f p 2.70 7.64 0.29 1.55 -irréligieuse irréligieux adj f s 0.04 0.07 0.01 0.00 -irréligieux irréligieux adj m s 0.04 0.07 0.03 0.07 -irréligiosité irréligiosité nom f s 0.00 0.07 0.00 0.07 -irrémissible irrémissible adj s 0.16 0.27 0.16 0.27 -irrémédiable irrémédiable adj s 0.57 5.34 0.52 5.07 -irrémédiablement irrémédiablement adv 1.12 4.19 1.12 4.19 -irrémédiables irrémédiable adj p 0.57 5.34 0.06 0.27 -irréparable irréparable adj s 1.73 4.39 1.33 3.58 -irréparablement irréparablement adv 0.00 0.14 0.00 0.14 -irréparables irréparable adj p 1.73 4.39 0.40 0.81 -irrépressible irrépressible adj s 0.95 3.99 0.79 3.24 -irrépressibles irrépressible adj p 0.95 3.99 0.16 0.74 -irréprochable irréprochable adj s 2.38 4.46 1.82 3.38 -irréprochablement irréprochablement adv 0.00 0.20 0.00 0.20 -irréprochables irréprochable adj p 2.38 4.46 0.56 1.08 -irruption irruption nom f s 2.82 11.69 2.79 11.35 -irruptions irruption nom f p 2.82 11.69 0.03 0.34 -irrésistible irrésistible adj s 4.67 15.34 4.33 13.78 -irrésistiblement irrésistiblement adv 0.14 4.66 0.14 4.66 -irrésistibles irrésistible adj p 4.67 15.34 0.33 1.55 -irrésolu irrésolu adj m s 0.33 0.68 0.04 0.47 -irrésolue irrésolu adj f s 0.33 0.68 0.17 0.00 -irrésolues irrésolu adj f p 0.33 0.68 0.07 0.07 -irrésolus irrésolu adj m p 0.33 0.68 0.05 0.14 -irrésolution irrésolution nom f s 0.01 0.20 0.01 0.20 -irrétrécissable irrétrécissable adj s 0.01 0.00 0.01 0.00 -irréversibilité irréversibilité nom f s 0.00 0.27 0.00 0.27 -irréversible irréversible adj s 1.92 2.43 1.33 1.96 -irréversiblement irréversiblement adv 0.15 0.34 0.15 0.34 -irréversibles irréversible adj p 1.92 2.43 0.59 0.47 -irrévocabilité irrévocabilité nom f s 0.01 0.00 0.01 0.00 -irrévocable irrévocable adj s 0.82 0.81 0.68 0.68 -irrévocablement irrévocablement adv 0.21 0.47 0.21 0.47 -irrévocables irrévocable adj p 0.82 0.81 0.14 0.14 -irrévérence irrévérence nom f s 0.30 0.20 0.30 0.20 -irrévérencieuse irrévérencieux adj f s 0.16 0.27 0.10 0.07 -irrévérencieusement irrévérencieusement adv 0.00 0.14 0.00 0.14 -irrévérencieuses irrévérencieux adj f p 0.16 0.27 0.00 0.14 -irrévérencieux irrévérencieux adj m s 0.16 0.27 0.06 0.07 -isabelle isabelle adj 1.85 0.47 1.85 0.47 -isard isard nom m s 0.00 0.54 0.00 0.34 -isards isard nom m p 0.00 0.54 0.00 0.20 -isatis isatis nom m 0.00 0.07 0.00 0.07 -isba isba nom f s 0.40 5.34 0.40 4.05 -isbas isba nom f p 0.40 5.34 0.00 1.28 -ischion ischion nom m s 0.01 0.14 0.01 0.14 -ischémie ischémie nom f s 0.23 0.00 0.23 0.00 -ischémique ischémique adj s 0.13 0.00 0.13 0.00 -islam islam nom m s 2.84 2.30 2.84 2.30 -islamique islamique adj s 1.49 0.54 1.30 0.47 -islamiques islamique adj p 1.49 0.54 0.20 0.07 -islamisants islamisant adj m p 0.00 0.07 0.00 0.07 -islamiser islamiser ver 0.01 0.07 0.01 0.00 inf; -islamisme islamisme nom m s 0.01 0.07 0.01 0.07 -islamiste islamiste adj s 0.19 0.00 0.15 0.00 -islamistes islamiste nom p 0.09 0.14 0.09 0.14 -islamisée islamisé adj f s 0.00 0.07 0.00 0.07 -islamisées islamiser ver f p 0.01 0.07 0.00 0.07 par:pas; -islandais islandais adj m s 0.44 0.81 0.29 0.34 -islandaise islandais adj f s 0.44 0.81 0.15 0.47 -ismaïliens ismaïlien nom m p 0.00 0.07 0.00 0.07 -ismaélien ismaélien nom m s 0.01 0.07 0.01 0.00 -ismaéliens ismaélien nom m p 0.01 0.07 0.00 0.07 -ismaélite ismaélite adj m s 0.01 0.00 0.01 0.00 -isme isme nom m s 0.34 0.00 0.34 0.00 -isochronisme isochronisme nom m s 0.01 0.00 0.01 0.00 -isocèle isocèle adj s 0.05 0.14 0.05 0.14 -isola isoler ver 14.10 23.45 0.04 1.28 ind:pas:3s; -isolables isolable adj m p 0.00 0.07 0.00 0.07 -isolai isoler ver 14.10 23.45 0.00 0.14 ind:pas:1s; -isolaient isoler ver 14.10 23.45 0.02 0.47 ind:imp:3p; -isolais isoler ver 14.10 23.45 0.01 0.14 ind:imp:1s;ind:imp:2s; -isolait isoler ver 14.10 23.45 0.05 2.57 ind:imp:3s; -isolant isolant nom m s 0.45 0.14 0.45 0.14 -isolante isolant adj f s 0.27 0.14 0.13 0.07 -isolateur isolateur nom m s 0.00 0.14 0.00 0.07 -isolateurs isolateur adj m p 0.01 0.07 0.01 0.00 -isolation isolation nom f s 1.02 0.34 1.02 0.20 -isolationnisme isolationnisme nom m s 0.05 0.20 0.05 0.20 -isolationniste isolationniste adj f s 0.02 0.07 0.02 0.07 -isolations isolation nom f p 1.02 0.34 0.00 0.14 -isole isoler ver 14.10 23.45 1.36 1.96 imp:pre:2s;ind:pre:1s;ind:pre:3s; -isolement isolement nom m s 5.63 7.97 5.63 7.91 -isolements isolement nom m p 5.63 7.97 0.00 0.07 -isolent isoler ver 14.10 23.45 0.46 0.47 ind:pre:3p; -isoler isoler ver 14.10 23.45 4.62 5.74 inf; -isolera isoler ver 14.10 23.45 0.03 0.00 ind:fut:3s; -isoleraient isoler ver 14.10 23.45 0.00 0.14 cnd:pre:3p; -isolerait isoler ver 14.10 23.45 0.01 0.27 cnd:pre:3s; -isoleront isoler ver 14.10 23.45 0.02 0.00 ind:fut:3p; -isolez isoler ver 14.10 23.45 0.65 0.00 imp:pre:2p;ind:pre:2p; -isoliez isoler ver 14.10 23.45 0.00 0.07 ind:imp:2p; -isolions isoler ver 14.10 23.45 0.03 0.00 ind:imp:1p; -isoloir isoloir nom m s 0.75 0.14 0.58 0.14 -isoloirs isoloir nom m p 0.75 0.14 0.16 0.00 -isolèrent isoler ver 14.10 23.45 0.00 0.20 ind:pas:3p; -isolé isolé adj m s 8.17 14.80 4.08 4.46 -isolée isolé adj f s 8.17 14.80 1.98 4.12 -isolées isoler ver f p 14.10 23.45 0.35 1.01 par:pas; -isolément isolément adv 0.14 1.28 0.14 1.28 -isolés isolé adj m p 8.17 14.80 1.79 4.66 -isomère isomère adj f s 0.25 0.00 0.25 0.00 -isométrique isométrique adj f s 0.02 0.00 0.02 0.00 -isoniazide isoniazide nom m s 0.01 0.00 0.01 0.00 -isorel isorel nom m s 0.00 0.14 0.00 0.14 -isotherme isotherme adj m s 0.11 0.00 0.11 0.00 -isothermique isothermique adj f s 0.01 0.00 0.01 0.00 -isotonique isotonique adj f s 0.10 0.00 0.10 0.00 -isotope isotope nom m s 0.64 0.00 0.37 0.00 -isotopes isotope nom m p 0.64 0.00 0.26 0.00 -isotopique isotopique adj f s 0.04 0.00 0.04 0.00 -israélien israélien adj m s 5.63 0.54 2.22 0.47 -israélienne israélien adj f s 5.63 0.54 1.54 0.07 -israéliennes israélien adj f p 5.63 0.54 0.15 0.00 -israéliens israélien nom m p 4.49 1.08 4.00 0.74 -israélite israélite adj s 0.70 0.81 0.57 0.41 -israélites israélite nom p 0.41 0.68 0.39 0.54 -israélo_arabe israélo_arabe adj f s 0.01 0.00 0.01 0.00 -israélo_syrien israélo_syrien adj f s 0.14 0.00 0.14 0.00 -issu issu adj m s 5.24 8.51 2.10 3.58 -issue issue nom f s 16.52 22.70 13.70 19.26 -issues issue nom f p 16.52 22.70 2.82 3.45 -issus issu adj m p 5.24 8.51 1.29 2.16 -isthme isthme nom m s 0.19 0.61 0.19 0.54 -isthmes isthme nom m p 0.19 0.61 0.00 0.07 -isthmique isthmique adj f s 0.01 0.00 0.01 0.00 -italianisme italianisme nom m s 0.00 0.14 0.00 0.14 -italiano italiano nom m s 0.24 0.07 0.24 0.07 -italien italien adj m s 26.66 35.74 13.01 13.51 -italienne italien adj f s 26.66 35.74 7.56 11.62 -italiennes italien adj f p 26.66 35.74 1.54 4.05 -italiens italien nom m p 23.24 27.57 9.07 9.73 -italique italique adj m s 0.14 0.68 0.12 0.07 -italiques italique adj f p 0.14 0.68 0.02 0.61 -italo_allemand italo_allemand adj f s 0.00 0.20 0.00 0.07 -italo_allemand italo_allemand adj f p 0.00 0.20 0.00 0.14 -italo_américain italo_américain adj m s 0.20 0.00 0.15 0.00 -italo_américain italo_américain adj f s 0.20 0.00 0.04 0.00 -italo_brésilien italo_brésilien adj m s 0.00 0.07 0.00 0.07 -italo_français italo_français adj m 0.00 0.14 0.00 0.07 -italo_français italo_français adj f p 0.00 0.14 0.00 0.07 -italo_irlandais italo_irlandais adj m 0.01 0.00 0.01 0.00 -italo_polonais italo_polonais adj m 0.00 0.07 0.00 0.07 -italo_égyptien italo_égyptien adj m s 0.00 0.07 0.00 0.07 -ite_missa_est ite_missa_est nom m 0.00 0.14 0.00 0.14 -item item nom m s 0.09 1.49 0.09 1.49 -ithos ithos nom m 0.00 0.07 0.00 0.07 -ithyphallique ithyphallique adj m s 0.00 0.14 0.00 0.14 -itinéraire itinéraire nom m s 4.18 10.47 3.25 8.45 -itinéraires itinéraire nom m p 4.18 10.47 0.93 2.03 -itinérant itinérant adj m s 0.51 0.74 0.39 0.20 -itinérante itinérant adj f s 0.51 0.74 0.06 0.27 -itinérantes itinérant adj f p 0.51 0.74 0.01 0.07 -itinérants itinérant nom m p 0.20 0.00 0.20 0.00 -itou itou adv_sup 0.30 1.82 0.30 1.82 -iules iule nom m p 0.00 0.07 0.00 0.07 -ive ive nom f s 0.81 0.68 0.01 0.68 -ives ive nom f p 0.81 0.68 0.81 0.00 -ivoire ivoire nom m s 1.98 8.38 1.96 7.84 -ivoires ivoire nom m p 1.98 8.38 0.02 0.54 -ivoirien ivoirien adj m s 0.00 0.14 0.00 0.14 -ivoirienne ivoirienne nom f s 0.00 0.07 0.00 0.07 -ivoirin ivoirin adj m s 0.00 0.74 0.00 0.68 -ivoirine ivoirin nom f s 0.00 0.41 0.00 0.27 -ivoirines ivoirin nom f p 0.00 0.41 0.00 0.14 -ivoirins ivoirin adj m p 0.00 0.74 0.00 0.07 -ivraie ivraie nom f s 0.21 0.68 0.21 0.68 -ivre ivre adj s 18.32 27.70 16.59 21.76 -ivres ivre adj p 18.32 27.70 1.72 5.95 -ivresse ivresse nom f s 3.56 18.11 3.29 17.50 -ivresses ivresse nom f p 3.56 18.11 0.27 0.61 -ivrognait ivrogner ver 0.00 0.20 0.00 0.07 ind:imp:3s; -ivrognasse ivrogner ver 0.00 0.20 0.00 0.07 sub:imp:1s; -ivrogne ivrogne nom s 10.60 13.92 7.81 8.72 -ivrogner ivrogner ver 0.00 0.20 0.00 0.07 inf; -ivrognerie ivrognerie nom f s 0.21 0.88 0.21 0.88 -ivrognes ivrogne nom p 10.60 13.92 2.79 5.20 -ivrognesse ivrognesse nom f s 0.01 0.07 0.01 0.07 -ixe ixer ver 0.00 0.34 0.00 0.34 ind:pre:3s; -ixième ixième adj f s 0.00 0.07 0.00 0.07 -j j pro_per s 3.16 0.88 3.16 0.88 -jaïnistes jaïniste nom p 0.00 0.07 0.00 0.07 -jabadao jabadao nom m s 0.00 0.20 0.00 0.20 -jabot jabot nom m s 0.16 2.16 0.15 1.89 -jaboter jaboter ver 0.00 0.07 0.00 0.07 inf; -jabots jabot nom m p 0.16 2.16 0.01 0.27 -jacarandas jacaranda nom m p 0.00 0.20 0.00 0.20 -jacassaient jacasser ver 1.58 2.09 0.01 0.47 ind:imp:3p; -jacassais jacasser ver 1.58 2.09 0.01 0.00 ind:imp:1s; -jacassait jacasser ver 1.58 2.09 0.04 0.20 ind:imp:3s; -jacassant jacasser ver 1.58 2.09 0.03 0.41 par:pre; -jacassante jacassant adj f s 0.00 0.61 0.00 0.14 -jacassantes jacassant adj f p 0.00 0.61 0.00 0.27 -jacassants jacassant adj m p 0.00 0.61 0.00 0.07 -jacasse jacasser ver 1.58 2.09 0.33 0.20 ind:pre:1s;ind:pre:3s; -jacassement jacassement nom m s 0.06 0.81 0.03 0.47 -jacassements jacassement nom m p 0.06 0.81 0.04 0.34 -jacassent jacasser ver 1.58 2.09 0.13 0.07 ind:pre:3p; -jacasser jacasser ver 1.58 2.09 0.91 0.61 inf; -jacasseraient jacasser ver 1.58 2.09 0.00 0.07 cnd:pre:3p; -jacasserie jacasserie nom f s 0.04 0.34 0.00 0.07 -jacasseries jacasserie nom f p 0.04 0.34 0.04 0.27 -jacasses jacasser ver 1.58 2.09 0.05 0.00 ind:pre:2s; -jacasseur jacasseur nom m s 0.04 0.07 0.03 0.00 -jacasseurs jacasseur nom m p 0.04 0.07 0.00 0.07 -jacasseuse jacasseur nom f s 0.04 0.07 0.01 0.00 -jacassez jacasser ver 1.58 2.09 0.04 0.00 imp:pre:2p;ind:pre:2p; -jacassiers jacassier nom m p 0.00 0.20 0.00 0.07 -jacassiez jacasser ver 1.58 2.09 0.00 0.07 ind:imp:2p; -jacassière jacassier nom f s 0.00 0.20 0.00 0.14 -jacassé jacasser ver m s 1.58 2.09 0.03 0.00 par:pas; -jachère jachère nom f s 0.12 0.88 0.12 0.74 -jachères jachère nom f p 0.12 0.88 0.00 0.14 -jacinthe jacinthe nom f s 0.15 1.28 0.01 0.54 -jacinthes jacinthe nom f p 0.15 1.28 0.14 0.74 -jack jack nom m s 2.26 0.07 1.86 0.07 -jacket jacket nom f s 0.23 0.14 0.04 0.07 -jackets jacket nom f p 0.23 0.14 0.19 0.07 -jackpot jackpot nom m s 1.96 0.27 1.96 0.27 -jacks jack nom m p 2.26 0.07 0.40 0.00 -jacob jacob nom m s 0.09 0.20 0.09 0.20 -jacobin jacobin adj m s 0.11 0.14 0.10 0.00 -jacobine jacobin adj f s 0.11 0.14 0.00 0.14 -jacobins jacobin adj m p 0.11 0.14 0.01 0.00 -jacobite jacobite adj m s 0.07 0.20 0.05 0.20 -jacobites jacobite nom p 0.18 0.14 0.14 0.14 -jacobées jacobée nom f p 0.00 0.07 0.00 0.07 -jacot jacot nom m s 0.00 0.41 0.00 0.41 -jacquard jacquard nom m s 0.11 1.28 0.11 1.28 -jacqueline jacqueline nom f s 0.01 0.00 0.01 0.00 -jacquemart jacquemart nom m s 0.00 0.20 0.00 0.07 -jacquemarts jacquemart nom m p 0.00 0.20 0.00 0.14 -jacqueries jacquerie nom f p 0.00 0.14 0.00 0.14 -jacques jacques nom m 3.12 4.73 3.12 4.73 -jacquet jacquet nom m s 0.25 2.57 0.25 2.57 -jacquier jacquier nom m s 0.00 0.68 0.00 0.68 -jacquot jacquot nom m s 0.01 0.00 0.01 0.00 -jactais jacter ver 0.36 9.53 0.00 0.07 ind:imp:1s; -jactait jacter ver 0.36 9.53 0.00 1.01 ind:imp:3s; -jactance jactance nom f s 0.40 3.85 0.40 3.85 -jactancier jactancier adj m s 0.00 0.07 0.00 0.07 -jactant jacter ver 0.36 9.53 0.00 0.14 par:pre; -jacte jacter ver 0.36 9.53 0.17 2.57 imp:pre:2s;ind:pre:1s;ind:pre:3s; -jactent jacter ver 0.36 9.53 0.00 0.34 ind:pre:3p; -jacter jacter ver 0.36 9.53 0.14 3.92 inf; -jacteraient jacter ver 0.36 9.53 0.00 0.07 cnd:pre:3p; -jacterais jacter ver 0.36 9.53 0.01 0.00 cnd:pre:2s; -jactes jacter ver 0.36 9.53 0.01 0.20 ind:pre:2s; -jacteur jacteur nom m s 0.00 0.14 0.00 0.14 -jactez jacter ver 0.36 9.53 0.01 0.14 imp:pre:2p;ind:pre:2p; -jactions jacter ver 0.36 9.53 0.00 0.07 ind:imp:1p; -jacté jacter ver m s 0.36 9.53 0.02 1.01 par:pas; -jaculatoire jaculatoire adj f s 0.00 0.07 0.00 0.07 -jacuzzi jacuzzi nom m s 3.46 0.14 3.32 0.07 -jacuzzis jacuzzi nom m p 3.46 0.14 0.14 0.07 -jade jade nom m s 0.66 3.51 0.63 3.38 -jades jade nom m p 0.66 3.51 0.03 0.14 -jadis jadis adv_sup 11.55 52.30 11.55 52.30 -jaffa jaffer ver 5.41 0.20 0.79 0.00 ind:pas:3s; -jaffas jaffer ver 5.41 0.20 4.57 0.00 ind:pas:2s; -jaffe jaffe nom f s 0.17 0.74 0.17 0.74 -jaffer jaffer ver 5.41 0.20 0.05 0.20 inf; -jaguar jaguar nom m s 0.91 0.61 0.65 0.41 -jaguarondi jaguarondi nom m s 0.01 0.00 0.01 0.00 -jaguars jaguar nom m p 0.91 0.61 0.27 0.20 -jaillît jaillir ver 5.79 43.24 0.00 0.07 sub:imp:3s; -jailli jaillir ver m s 5.79 43.24 0.69 5.47 par:pas; -jaillie jaillir ver f s 5.79 43.24 0.05 1.01 par:pas; -jaillies jaillir ver f p 5.79 43.24 0.00 0.68 par:pas; -jaillir jaillir ver 5.79 43.24 2.03 9.73 inf; -jaillira jaillir ver 5.79 43.24 0.34 0.27 ind:fut:3s; -jailliraient jaillir ver 5.79 43.24 0.00 0.07 cnd:pre:3p; -jaillirait jaillir ver 5.79 43.24 0.01 0.27 cnd:pre:3s; -jaillirent jaillir ver 5.79 43.24 0.06 1.42 ind:pas:3p; -jailliront jaillir ver 5.79 43.24 0.03 0.07 ind:fut:3p; -jaillis jaillir ver m p 5.79 43.24 0.15 1.28 ind:pre:1s;ind:pre:2s;par:pas; -jaillissaient jaillir ver 5.79 43.24 0.07 2.57 ind:imp:3p; -jaillissait jaillir ver 5.79 43.24 0.17 3.85 ind:imp:3s; -jaillissant jaillir ver 5.79 43.24 0.17 2.03 par:pre; -jaillissante jaillissant adj f s 0.02 1.69 0.01 0.74 -jaillissantes jaillissant adj f p 0.02 1.69 0.01 0.14 -jaillissants jaillissant adj m p 0.02 1.69 0.00 0.07 -jaillisse jaillir ver 5.79 43.24 0.08 0.41 sub:pre:3s; -jaillissement jaillissement nom m s 0.25 1.82 0.25 1.49 -jaillissements jaillissement nom m p 0.25 1.82 0.00 0.34 -jaillissent jaillir ver 5.79 43.24 0.53 3.99 ind:pre:3p; -jaillit jaillir ver 5.79 43.24 1.43 10.07 ind:pre:3s;ind:pas:3s; -jais jais nom m 0.43 6.82 0.43 6.82 -jaja jaja nom m s 0.20 0.61 0.20 0.61 -jalmince jalmince adj s 0.00 1.22 0.00 0.95 -jalminces jalmince adj p 0.00 1.22 0.00 0.27 -jalon jalon nom m s 0.17 2.70 0.03 1.08 -jalonnaient jalonner ver 0.12 5.00 0.01 1.08 ind:imp:3p; -jalonnais jalonner ver 0.12 5.00 0.00 0.07 ind:imp:1s; -jalonnait jalonner ver 0.12 5.00 0.00 0.20 ind:imp:3s; -jalonnant jalonner ver 0.12 5.00 0.02 0.27 par:pre; -jalonne jalonner ver 0.12 5.00 0.01 0.07 ind:pre:1s;ind:pre:3s; -jalonnent jalonner ver 0.12 5.00 0.04 1.28 ind:pre:3p; -jalonner jalonner ver 0.12 5.00 0.00 0.20 inf; -jalonné jalonner ver m s 0.12 5.00 0.02 0.61 par:pas; -jalonnée jalonner ver f s 0.12 5.00 0.02 0.95 par:pas; -jalonnés jalonner ver m p 0.12 5.00 0.00 0.27 par:pas; -jalons jalon nom m p 0.17 2.70 0.14 1.62 -jalousaient jalouser ver 0.93 2.09 0.02 0.20 ind:imp:3p; -jalousais jalouser ver 0.93 2.09 0.00 0.27 ind:imp:1s; -jalousait jalouser ver 0.93 2.09 0.01 0.54 ind:imp:3s; -jalousant jalouser ver 0.93 2.09 0.03 0.07 par:pre; -jalouse jalouse adj f s 14.80 9.05 14.20 7.84 -jalousement jalousement adv 0.95 2.50 0.95 2.50 -jalousent jalouser ver 0.93 2.09 0.14 0.20 ind:pre:3p; -jalouser jalouser ver 0.93 2.09 0.01 0.20 inf; -jalouserais jalouser ver 0.93 2.09 0.02 0.00 cnd:pre:1s;cnd:pre:2s; -jalouses jalouse adj f p 14.80 9.05 0.60 1.22 -jalousie jalousie nom f s 13.67 25.20 13.20 22.09 -jalousies jalousie nom f p 13.67 25.20 0.47 3.11 -jalousé jalouser ver m s 0.93 2.09 0.04 0.14 par:pas; -jalousée jalouser ver f s 0.93 2.09 0.00 0.07 par:pas; -jaloux jaloux adj m 29.87 15.14 29.87 15.14 -jam_session jam_session nom f s 0.16 0.00 0.14 0.00 -jam_session jam_session nom f p 0.16 0.00 0.01 0.00 -jam jam nom f s 0.05 0.07 0.05 0.07 -jamaïcain jamaïcain adj m s 0.27 0.20 0.14 0.20 -jamaïcaine jamaïcain adj f s 0.27 0.20 0.10 0.00 -jamaïcains jamaïcain nom m p 0.19 0.00 0.09 0.00 -jamaïquain jamaïquain adj m s 0.05 0.07 0.05 0.00 -jamaïquains jamaïquain nom m p 0.04 0.00 0.02 0.00 -jamais_vu jamais_vu nom m 0.00 0.07 0.00 0.07 -jamais jamais adv_sup 1360.22 1122.97 1360.22 1122.97 -jambage jambage nom m s 0.02 1.08 0.01 0.20 -jambages jambage nom m p 0.02 1.08 0.01 0.88 -jambart jambart nom m s 0.00 0.07 0.00 0.07 -jambe jambe nom f s 113.80 220.95 46.31 49.93 -jambes jambe nom f p 113.80 220.95 67.49 171.01 -jambier jambier nom m s 0.01 0.00 0.01 0.00 -jambière jambière nom f s 0.26 0.61 0.02 0.00 -jambières jambière nom f p 0.26 0.61 0.23 0.61 -jambon jambon nom m s 9.43 13.24 8.94 11.01 -jambonneau jambonneau nom m s 0.04 1.01 0.00 0.68 -jambonneaux jambonneau nom m p 0.04 1.01 0.04 0.34 -jambons jambon nom m p 9.43 13.24 0.48 2.23 -jamboree jamboree nom m s 0.09 0.07 0.09 0.07 -janissaire janissaire nom m s 0.00 6.42 0.00 0.68 -janissaires janissaire nom m p 0.00 6.42 0.00 5.74 -jans jan nom m p 0.11 0.61 0.10 0.61 -jansénisme jansénisme nom m s 0.00 0.54 0.00 0.54 -janséniste janséniste adj s 0.00 0.95 0.00 0.88 -jansénistes janséniste nom p 0.00 0.74 0.00 0.27 -jante jante nom f s 1.22 0.68 0.22 0.47 -jantes jante nom f p 1.22 0.68 0.99 0.20 -janvier janvier nom m 8.34 30.61 8.34 30.61 -jap jap nom s 2.26 0.20 0.23 0.14 -japon japon nom m s 0.20 0.27 0.20 0.20 -japonais japonais nom m 13.23 12.64 10.99 11.49 -japonaise japonais adj f s 11.90 14.66 3.20 3.99 -japonaiserie japonaiserie nom f s 0.00 0.07 0.00 0.07 -japonaises japonais adj f p 11.90 14.66 1.00 1.49 -japonerie japonerie nom f s 0.00 0.14 0.00 0.07 -japoneries japonerie nom f p 0.00 0.14 0.00 0.07 -japonisants japonisant nom m p 0.00 0.07 0.00 0.07 -japoniser japoniser ver 0.01 0.00 0.01 0.00 inf; -japons japon nom m p 0.20 0.27 0.00 0.07 -jappa japper ver 0.48 2.64 0.00 0.20 ind:pas:3s; -jappaient japper ver 0.48 2.64 0.00 0.07 ind:imp:3p; -jappait japper ver 0.48 2.64 0.02 0.34 ind:imp:3s; -jappant japper ver 0.48 2.64 0.01 0.34 par:pre; -jappe japper ver 0.48 2.64 0.34 0.61 imp:pre:2s;ind:pre:1s;ind:pre:3s; -jappement jappement nom m s 0.07 2.03 0.04 0.88 -jappements jappement nom m p 0.07 2.03 0.03 1.15 -jappent japper ver 0.48 2.64 0.00 0.14 ind:pre:3p; -japper japper ver 0.48 2.64 0.11 0.61 inf; -jappeur jappeur nom m s 0.01 0.07 0.01 0.07 -jappèrent japper ver 0.48 2.64 0.00 0.07 ind:pas:3p; -jappé japper ver m s 0.48 2.64 0.00 0.27 par:pas; -japs jap nom p 2.26 0.20 2.04 0.07 -jaquelin jaquelin nom m s 0.00 0.20 0.00 0.20 -jaquemart jaquemart nom m s 0.01 0.07 0.01 0.00 -jaquemarts jaquemart nom m p 0.01 0.07 0.00 0.07 -jaquet jaquet nom m s 0.00 0.14 0.00 0.14 -jaquette jaquette nom f s 1.34 2.91 1.30 2.57 -jaquettes jaquette nom f p 1.34 2.91 0.04 0.34 -jar jar nom m s 0.12 0.07 0.12 0.07 -jardin jardin nom m s 60.21 185.81 54.01 148.72 -jardinage jardinage nom m s 1.65 2.03 1.65 2.03 -jardinait jardiner ver 1.01 0.68 0.01 0.14 ind:imp:3s; -jardinant jardiner ver 1.01 0.68 0.02 0.07 par:pre; -jardine jardiner ver 1.01 0.68 0.62 0.07 imp:pre:2s;ind:pre:1s;ind:pre:3s; -jardinent jardiner ver 1.01 0.68 0.01 0.07 ind:pre:3p; -jardiner jardiner ver 1.01 0.68 0.31 0.27 inf; -jardinerai jardiner ver 1.01 0.68 0.01 0.00 ind:fut:1s; -jardineras jardiner ver 1.01 0.68 0.00 0.07 ind:fut:2s; -jardinerie jardinerie nom f s 0.04 0.07 0.04 0.07 -jardinet jardinet nom m s 0.18 6.62 0.18 3.65 -jardinets jardinet nom m p 0.18 6.62 0.00 2.97 -jardinier jardinier nom m s 7.67 11.89 6.90 6.22 -jardiniers jardinier nom m p 7.67 11.89 0.39 4.05 -jardinière jardinier nom f s 7.67 11.89 0.38 1.35 -jardinières jardinière nom f p 0.01 0.20 0.01 0.00 -jardins jardin nom m p 60.21 185.81 6.20 37.09 -jardiné jardiner ver m s 1.01 0.68 0.03 0.00 par:pas; -jargon jargon nom m s 1.91 4.32 1.90 4.26 -jargonnant jargonner ver 0.00 0.47 0.00 0.14 par:pre; -jargonne jargonner ver 0.00 0.47 0.00 0.14 ind:pre:3s; -jargonnent jargonner ver 0.00 0.47 0.00 0.07 ind:pre:3p; -jargonner jargonner ver 0.00 0.47 0.00 0.07 inf; -jargonné jargonner ver m s 0.00 0.47 0.00 0.07 par:pas; -jargons jargon nom m p 1.91 4.32 0.01 0.07 -jarnicoton jarnicoton ono 0.00 0.07 0.00 0.07 -jarre jarre nom f s 1.25 3.92 1.17 1.49 -jarres jarre nom f p 1.25 3.92 0.08 2.43 -jarret jarret nom m s 1.31 3.92 1.16 1.28 -jarretelle jarretelle nom f s 0.14 1.82 0.02 0.47 -jarretelles jarretelle nom f p 0.14 1.82 0.12 1.35 -jarretière jarretière nom f s 1.65 0.47 1.28 0.27 -jarretières jarretière nom f p 1.65 0.47 0.38 0.20 -jarrets jarret nom m p 1.31 3.92 0.15 2.64 -jars jars nom m 0.09 0.74 0.09 0.74 -jas jas nom m 0.03 0.07 0.03 0.07 -jasaient jaser ver 2.72 1.62 0.01 0.07 ind:imp:3p; -jasait jaser ver 2.72 1.62 0.00 0.20 ind:imp:3s; -jase jaser ver 2.72 1.62 0.51 0.41 imp:pre:2s;ind:pre:3s; -jasent jaser ver 2.72 1.62 0.47 0.00 ind:pre:3p; -jaser jaser ver 2.72 1.62 1.56 0.81 inf; -jaserait jaser ver 2.72 1.62 0.16 0.00 cnd:pre:3s; -jases jaser ver 2.72 1.62 0.00 0.07 ind:pre:2s; -jaseur jaseur nom m s 0.00 0.20 0.00 0.20 -jasmin jasmin nom m s 1.57 5.14 1.57 4.19 -jasmins jasmin nom m p 1.57 5.14 0.00 0.95 -jaspaient jasper ver 0.11 0.27 0.00 0.07 ind:imp:3p; -jaspe jaspe nom m s 0.00 0.27 0.00 0.27 -jasper jasper ver 0.11 0.27 0.11 0.00 inf; -jaspin jaspin nom m s 0.00 0.07 0.00 0.07 -jaspinaient jaspiner ver 0.00 1.08 0.00 0.07 ind:imp:3p; -jaspinais jaspiner ver 0.00 1.08 0.00 0.07 ind:imp:1s; -jaspinait jaspiner ver 0.00 1.08 0.00 0.14 ind:imp:3s; -jaspine jaspiner ver 0.00 1.08 0.00 0.61 ind:pre:1s;ind:pre:3s; -jaspinent jaspiner ver 0.00 1.08 0.00 0.07 ind:pre:3p; -jaspiner jaspiner ver 0.00 1.08 0.00 0.07 inf; -jaspiné jaspiner ver m s 0.00 1.08 0.00 0.07 par:pas; -jaspé jasper ver m s 0.11 0.27 0.00 0.07 par:pas; -jaspées jasper ver f p 0.11 0.27 0.00 0.07 par:pas; -jaspés jasper ver m p 0.11 0.27 0.00 0.07 par:pas; -jasé jaser ver m s 2.72 1.62 0.01 0.07 par:pas; -jatte jatte nom f s 0.18 0.81 0.18 0.41 -jattes jatte nom f p 0.18 0.81 0.00 0.41 -jauge jauge nom f s 1.44 0.54 1.25 0.47 -jaugea jauger ver 1.17 4.66 0.00 0.68 ind:pas:3s; -jaugeait jauger ver 1.17 4.66 0.01 1.01 ind:imp:3s; -jaugeant jauger ver 1.17 4.66 0.00 0.34 par:pre; -jaugent jauger ver 1.17 4.66 0.06 0.14 ind:pre:3p; -jauger jauger ver 1.17 4.66 0.64 0.88 inf; -jauges jauge nom f p 1.44 0.54 0.18 0.07 -jaugez jauger ver 1.17 4.66 0.28 0.00 imp:pre:2p;ind:pre:2p; -jaugé jauger ver m s 1.17 4.66 0.00 0.41 par:pas; -jaugée jauger ver f s 1.17 4.66 0.01 0.27 par:pas; -jaugés jauger ver m p 1.17 4.66 0.01 0.07 par:pas; -jaunasse jaunasse adj s 0.00 0.34 0.00 0.14 -jaunasses jaunasse adj f p 0.00 0.34 0.00 0.20 -jaune_vert jaune_vert adj s 0.01 0.20 0.01 0.20 -jaune jaune adj s 21.09 109.86 15.48 75.81 -jaunes jaune adj p 21.09 109.86 5.62 34.05 -jaunets jaunet nom m p 0.00 0.20 0.00 0.20 -jauni jaunir ver m s 0.92 8.31 0.50 1.55 par:pas; -jaunie jaunir ver f s 0.92 8.31 0.02 1.62 par:pas; -jaunies jauni adj f p 0.28 8.38 0.26 1.96 -jaunir jaunir ver 0.92 8.31 0.21 0.68 inf; -jaunira jaunir ver 0.92 8.31 0.00 0.07 ind:fut:3s; -jauniront jaunir ver 0.92 8.31 0.00 0.07 ind:fut:3p; -jaunis jauni adj m p 0.28 8.38 0.02 2.43 -jaunissaient jaunir ver 0.92 8.31 0.00 0.47 ind:imp:3p; -jaunissait jaunir ver 0.92 8.31 0.00 1.08 ind:imp:3s; -jaunissant jaunissant adj m s 0.16 0.68 0.16 0.00 -jaunissante jaunissant adj f s 0.16 0.68 0.00 0.14 -jaunissantes jaunissant adj f p 0.16 0.68 0.00 0.41 -jaunissants jaunissant adj m p 0.16 0.68 0.00 0.14 -jaunisse jaunisse nom f s 0.51 0.41 0.51 0.34 -jaunissement jaunissement nom m s 0.01 0.07 0.01 0.07 -jaunissent jaunir ver 0.92 8.31 0.02 0.27 ind:pre:3p; -jaunisses jaunisse nom f p 0.51 0.41 0.00 0.07 -jaunit jaunir ver 0.92 8.31 0.14 0.54 ind:pre:3s;ind:pas:3s; -jaunâtre jaunâtre adj s 0.10 9.93 0.08 7.50 -jaunâtres jaunâtre adj p 0.10 9.93 0.02 2.43 -java java nom f s 0.46 2.30 0.44 1.89 -javanais javanais adj m s 0.07 0.27 0.06 0.20 -javanaise javanais adj f s 0.07 0.27 0.01 0.00 -javanaises javanais adj f p 0.07 0.27 0.00 0.07 -javas java nom f p 0.46 2.30 0.02 0.41 -javel javel nom f s 1.33 3.45 1.33 3.45 -javeline javeline nom f s 0.00 0.07 0.00 0.07 -javelle javelle nom f s 0.01 0.34 0.01 0.00 -javelles javelle nom f p 0.01 0.34 0.00 0.34 -javellise javelliser ver 0.02 0.34 0.00 0.07 ind:pre:3s; -javelliser javelliser ver 0.02 0.34 0.01 0.00 inf; -javellisé javelliser ver m s 0.02 0.34 0.00 0.07 par:pas; -javellisée javelliser ver f s 0.02 0.34 0.01 0.14 par:pas; -javellisées javelliser ver f p 0.02 0.34 0.00 0.07 par:pas; -javelot javelot nom m s 0.71 1.35 0.44 0.95 -javelots javelot nom m p 0.71 1.35 0.27 0.41 -javotte javotte nom f s 0.00 0.07 0.00 0.07 -jazz_band jazz_band nom m s 0.02 0.20 0.02 0.20 -jazz_rock jazz_rock nom m 0.14 0.07 0.14 0.07 -jazz jazz nom m 7.38 8.11 7.38 8.11 -jazzman jazzman nom m s 0.34 0.20 0.27 0.14 -jazzmen jazzman nom m p 0.34 0.20 0.07 0.07 -jazzy jazzy adj f 0.14 0.00 0.14 0.00 -je_m_en_fichiste je_m_en_fichiste adj f s 0.01 0.00 0.01 0.00 -je_m_en_foutisme je_m_en_foutisme nom m s 0.01 0.14 0.01 0.14 -je_m_en_foutiste je_m_en_foutiste adj s 0.01 0.00 0.01 0.00 -je_m_en_foutiste je_m_en_foutiste nom p 0.03 0.07 0.03 0.07 -je_ne_sais_quoi je_ne_sais_quoi nom m 0.34 0.47 0.34 0.47 -je je pro_per s 25983.20 10862.77 25983.20 10862.77 -jeûna jeûner ver 2.59 1.35 0.01 0.07 ind:pas:3s; -jeûnaient jeûner ver 2.59 1.35 0.00 0.14 ind:imp:3p; -jeûnait jeûner ver 2.59 1.35 0.00 0.07 ind:imp:3s; -jeûnant jeûner ver 2.59 1.35 0.03 0.07 par:pre; -jeûne jeûne nom m s 1.84 4.46 1.62 3.72 -jeûnent jeûner ver 2.59 1.35 0.17 0.07 ind:pre:3p; -jeûner jeûner ver 2.59 1.35 1.10 0.61 inf; -jeûnerai jeûner ver 2.59 1.35 0.02 0.07 ind:fut:1s; -jeûnerait jeûner ver 2.59 1.35 0.00 0.07 cnd:pre:3s; -jeûneras jeûner ver 2.59 1.35 0.01 0.07 ind:fut:2s; -jeûnerons jeûner ver 2.59 1.35 0.01 0.00 ind:fut:1p; -jeûnes jeûner ver 2.59 1.35 0.32 0.00 ind:pre:2s; -jeûneurs jeûneur nom m p 0.00 0.07 0.00 0.07 -jeûnez jeûner ver 2.59 1.35 0.16 0.00 imp:pre:2p;ind:pre:2p; -jeûné jeûner ver m s 2.59 1.35 0.33 0.07 par:pas; -jean_foutre jean_foutre nom m 0.41 1.28 0.41 1.28 -jean_le_blanc jean_le_blanc nom m 0.00 0.07 0.00 0.07 -jean jean nom m s 6.55 10.20 3.62 6.96 -jeanneton jeanneton nom f s 0.02 0.68 0.02 0.68 -jeannette jeannette nom f s 0.27 0.20 0.02 0.20 -jeannettes jeannette nom f p 0.27 0.20 0.25 0.00 -jeannot jeannot nom m s 0.00 0.07 0.00 0.07 -jeans jean nom m p 6.55 10.20 2.93 3.24 -jeep jeep nom f s 4.65 2.97 4.18 2.16 -jeeps jeep nom f p 4.65 2.97 0.47 0.81 -jellaba jellaba nom f s 0.00 0.14 0.00 0.14 -jenny jenny nom f s 0.12 9.32 0.12 9.32 -jerez jerez nom m 0.67 0.68 0.67 0.68 -jerk jerk nom m s 0.11 0.54 0.11 0.54 -jerrican jerrican nom m s 0.37 0.20 0.34 0.07 -jerricane jerricane nom m s 0.19 0.07 0.19 0.00 -jerricanes jerricane nom m p 0.19 0.07 0.00 0.07 -jerricans jerrican nom m p 0.37 0.20 0.04 0.14 -jerrycan jerrycan nom m s 0.42 0.68 0.25 0.27 -jerrycans jerrycan nom m p 0.42 0.68 0.18 0.41 -jersey jersey nom m s 0.51 1.69 0.51 1.62 -jerseys jersey nom m p 0.51 1.69 0.00 0.07 -jet_set jet_set nom m s 0.42 0.07 0.42 0.07 -jet_stream jet_stream nom m s 0.01 0.00 0.01 0.00 -jet_society jet_society nom f s 0.00 0.07 0.00 0.07 -jet jet nom m s 10.49 20.95 7.96 14.53 -jeta jeter ver 192.17 336.82 1.63 60.95 ind:pas:3s; -jetable jetable adj s 1.16 0.54 0.54 0.34 -jetables jetable adj p 1.16 0.54 0.62 0.20 -jetai jeter ver 192.17 336.82 0.26 6.89 ind:pas:1s; -jetaient jeter ver 192.17 336.82 0.96 9.26 ind:imp:3p; -jetais jeter ver 192.17 336.82 1.24 3.04 ind:imp:1s;ind:imp:2s; -jetait jeter ver 192.17 336.82 0.00 33.85 ind:imp:3s; -jetant jeter ver 192.17 336.82 1.53 22.30 par:pre; -jetas jeter ver 192.17 336.82 0.02 0.00 ind:pas:2s; -jeter jeter ver 192.17 336.82 59.27 61.89 inf;; -jeteur jeteur nom m s 0.23 0.47 0.04 0.14 -jeteurs jeteur nom m p 0.23 0.47 0.17 0.14 -jeteuse jeteur nom f s 0.23 0.47 0.00 0.14 -jeteuses jeteur nom f p 0.23 0.47 0.00 0.07 -jetez jeter ver 192.17 336.82 17.07 1.69 imp:pre:2p;ind:pre:2p; -jetiez jeter ver 192.17 336.82 0.29 0.27 ind:imp:2p; -jetions jeter ver 192.17 336.82 0.34 1.89 ind:imp:1p; -jetâmes jeter ver 192.17 336.82 0.01 0.20 ind:pas:1p; -jeton jeton nom m s 10.27 10.27 2.88 4.32 -jetons jeton nom m p 10.27 10.27 7.39 5.95 -jetât jeter ver 192.17 336.82 0.00 0.27 sub:imp:3s; -jets jet nom m p 10.49 20.95 2.53 6.42 -jette jeter ver 192.17 336.82 43.48 45.34 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:1s;sub:pre:3s; -jettent jeter ver 192.17 336.82 3.44 6.89 ind:pre:3p;sub:pre:3p; -jettera jeter ver 192.17 336.82 2.10 1.01 ind:fut:3s; -jetterai jeter ver 192.17 336.82 2.38 0.61 ind:fut:1s; -jetteraient jeter ver 192.17 336.82 0.16 0.95 cnd:pre:3p; -jetterais jeter ver 192.17 336.82 1.02 0.34 cnd:pre:1s;cnd:pre:2s; -jetterait jeter ver 192.17 336.82 0.39 2.50 cnd:pre:3s; -jetteras jeter ver 192.17 336.82 0.31 0.14 ind:fut:2s; -jetterez jeter ver 192.17 336.82 0.09 0.20 ind:fut:2p; -jetteriez jeter ver 192.17 336.82 0.19 0.07 cnd:pre:2p; -jetterions jeter ver 192.17 336.82 0.00 0.14 cnd:pre:1p; -jetterons jeter ver 192.17 336.82 0.41 0.07 ind:fut:1p; -jetteront jeter ver 192.17 336.82 0.59 0.68 ind:fut:3p; -jettes jeter ver 192.17 336.82 4.77 0.47 ind:pre:2s;sub:pre:2s; -jetèrent jeter ver 192.17 336.82 0.29 3.72 ind:pas:3p; -jeté jeter ver m s 192.17 336.82 33.21 45.07 par:pas; -jetée jeter ver f s 192.17 336.82 9.01 13.38 par:pas; -jetées jeter ver f p 192.17 336.82 1.11 3.38 par:pas; -jetés jeter ver m p 192.17 336.82 3.73 8.72 par:pas; -jeu_concours jeu_concours nom m 0.10 0.14 0.10 0.14 -jeu jeu nom m s 190.44 173.31 156.79 130.68 -jeudi jeudi nom m s 26.09 23.51 24.58 21.01 -jeudis jeudi nom m p 26.09 23.51 1.51 2.50 -jeune_homme jeune_homme adj s 0.10 0.00 0.10 0.00 -jeune jeune adj s 297.01 569.19 234.90 432.64 -jeunement jeunement adv 0.00 0.27 0.00 0.27 -jeunes jeune adj p 297.01 569.19 62.12 136.55 -jeunesse jeunesse nom f s 28.71 85.14 27.21 83.24 -jeunesses jeunesse nom f p 28.71 85.14 1.50 1.89 -jeunet jeunet nom m s 0.11 0.00 0.11 0.00 -jeunets jeunet adj m p 0.13 0.68 0.00 0.07 -jeunette jeunette nom f s 0.17 0.95 0.12 0.61 -jeunettes jeunette nom f p 0.17 0.95 0.04 0.34 -jeunot jeunot nom m s 1.56 3.11 0.94 1.22 -jeunots jeunot nom m p 1.56 3.11 0.62 1.89 -jeux jeu nom m p 190.44 173.31 33.65 42.64 -jigger jigger nom m s 0.04 0.00 0.04 0.00 -jihad jihad nom s 0.28 0.00 0.28 0.00 -jingle jingle nom m s 1.14 0.07 0.88 0.07 -jingles jingle nom m p 1.14 0.07 0.26 0.00 -jinjin jinjin nom m s 0.00 0.27 0.00 0.27 -jiu_jitsu jiu_jitsu nom m 0.35 0.14 0.35 0.14 -jivaro jivaro adj m s 0.00 0.14 0.00 0.14 -jà jà adv 1.02 0.41 1.02 0.41 -joaillerie joaillerie nom f s 0.07 0.47 0.07 0.47 -joaillier joaillier nom m s 0.39 0.68 0.33 0.47 -joailliers joaillier nom m p 0.39 0.68 0.06 0.20 -job job nom m s 28.62 2.77 27.24 2.43 -jobard jobard nom m s 0.46 0.47 0.41 0.14 -jobardes jobard adj f p 0.05 0.47 0.00 0.07 -jobardise jobardise nom f s 0.00 0.20 0.00 0.20 -jobards jobard nom m p 0.46 0.47 0.06 0.34 -jobs job nom m p 28.62 2.77 1.38 0.34 -jociste jociste nom s 0.00 0.41 0.00 0.34 -jocistes jociste nom p 0.00 0.41 0.00 0.07 -jockey jockey nom s 1.69 8.24 1.37 6.82 -jockeys jockey nom p 1.69 8.24 0.33 1.42 -jocko jocko adj m s 0.17 0.00 0.17 0.00 -jocrisse jocrisse nom m s 0.02 0.27 0.00 0.20 -jocrisses jocrisse nom m p 0.02 0.27 0.02 0.07 -jodhpurs jodhpur nom m p 0.04 0.07 0.04 0.07 -jodler jodler ver 0.23 0.00 0.23 0.00 inf; -jogger jogger nom m s 0.34 0.07 0.25 0.07 -joggers jogger nom m p 0.34 0.07 0.09 0.00 -joggeur joggeur nom m s 0.26 0.00 0.07 0.00 -joggeurs joggeur nom m p 0.26 0.00 0.16 0.00 -joggeuse joggeur nom f s 0.26 0.00 0.03 0.00 -jogging jogging nom m s 2.21 1.28 2.20 1.22 -joggings jogging nom m p 2.21 1.28 0.01 0.07 -johannisberg johannisberg nom m s 0.00 0.07 0.00 0.07 -joice joice adj s 0.01 0.95 0.01 0.81 -joices joice adj p 0.01 0.95 0.00 0.14 -joie joie nom f s 75.09 150.20 71.07 134.12 -joies joie nom f p 75.09 150.20 4.03 16.08 -joignîmes joindre ver 46.37 32.70 0.00 0.07 ind:pas:1p; -joignable joignable adj m s 0.60 0.07 0.60 0.07 -joignaient joindre ver 46.37 32.70 0.10 1.28 ind:imp:3p; -joignais joindre ver 46.37 32.70 0.07 0.20 ind:imp:1s;ind:imp:2s; -joignait joindre ver 46.37 32.70 0.22 1.89 ind:imp:3s; -joignant joindre ver 46.37 32.70 0.45 2.03 par:pre; -joigne joindre ver 46.37 32.70 0.72 0.20 sub:pre:1s;sub:pre:3s; -joignent joindre ver 46.37 32.70 0.69 0.61 ind:pre:3p; -joignes joindre ver 46.37 32.70 0.19 0.00 sub:pre:2s; -joignez joindre ver 46.37 32.70 2.71 0.20 imp:pre:2p;ind:pre:2p; -joigniez joindre ver 46.37 32.70 0.28 0.00 ind:imp:2p; -joignions joindre ver 46.37 32.70 0.15 0.07 ind:imp:1p; -joignirent joindre ver 46.37 32.70 0.01 0.68 ind:pas:3p; -joignis joindre ver 46.37 32.70 0.00 0.27 ind:pas:1s; -joignissent joindre ver 46.37 32.70 0.00 0.07 sub:imp:3p; -joignit joindre ver 46.37 32.70 0.07 2.77 ind:pas:3s; -joignons joindre ver 46.37 32.70 0.46 0.14 imp:pre:1p;ind:pre:1p; -joindra joindre ver 46.37 32.70 0.38 0.14 ind:fut:3s; -joindrai joindre ver 46.37 32.70 0.11 0.00 ind:fut:1s; -joindraient joindre ver 46.37 32.70 0.01 0.14 cnd:pre:3p; -joindrais joindre ver 46.37 32.70 0.09 0.07 cnd:pre:1s;cnd:pre:2s; -joindrait joindre ver 46.37 32.70 0.02 0.07 cnd:pre:3s; -joindras joindre ver 46.37 32.70 0.07 0.00 ind:fut:2s; -joindre joindre ver 46.37 32.70 32.91 14.19 inf;; -joindrez joindre ver 46.37 32.70 0.26 0.00 ind:fut:2p; -joindriez joindre ver 46.37 32.70 0.12 0.00 cnd:pre:2p; -joindrons joindre ver 46.37 32.70 0.01 0.00 ind:fut:1p; -joindront joindre ver 46.37 32.70 0.37 0.07 ind:fut:3p; -joins joindre ver 46.37 32.70 3.00 0.34 imp:pre:2s;ind:pre:1s;ind:pre:2s; -joint_venture joint_venture nom f s 0.16 0.00 0.16 0.00 -joint joint nom m s 8.38 6.62 5.78 4.53 -jointe joint adj f s 2.80 15.00 0.43 2.09 -jointes joint adj f p 2.80 15.00 0.60 7.64 -jointif jointif adj m s 0.02 0.27 0.00 0.14 -jointifs jointif adj m p 0.02 0.27 0.01 0.07 -jointives jointif adj f p 0.02 0.27 0.01 0.07 -jointoyaient jointoyer ver 0.00 0.07 0.00 0.07 ind:imp:3p; -joints joint nom m p 8.38 6.62 2.61 2.09 -jointée jointé adj f s 0.00 0.07 0.00 0.07 -jointure jointure nom f s 0.52 4.05 0.22 1.28 -jointures jointure nom f p 0.52 4.05 0.29 2.77 -jointés jointer ver m p 0.01 0.07 0.00 0.07 par:pas; -jojo jojo adj s 1.40 1.15 1.37 1.08 -jojoba jojoba nom m s 0.03 0.00 0.03 0.00 -jojos jojo adj m p 1.40 1.15 0.03 0.07 -jokari jokari nom m s 0.00 0.07 0.00 0.07 -joker joker nom m s 3.54 0.14 3.44 0.14 -jokers joker nom m p 3.54 0.14 0.10 0.00 -joli_coeur joli_coeur adj m s 0.01 0.00 0.01 0.00 -joli_joli joli_joli adj m s 0.26 0.41 0.26 0.41 -joli joli adj m s 226.45 120.00 94.55 44.53 -jolibois jolibois nom m 0.00 0.14 0.00 0.14 -jolie joli adj f s 226.45 120.00 101.54 51.76 -jolies joli adj f p 226.45 120.00 20.99 15.68 -joliesse joliesse nom f s 0.03 0.54 0.02 0.41 -joliesses joliesse nom f p 0.03 0.54 0.01 0.14 -joliet joliet adj m s 0.01 0.14 0.01 0.00 -joliette joliet adj f s 0.01 0.14 0.00 0.14 -joliment joliment adv 2.19 5.41 2.19 5.41 -jolis joli adj m p 226.45 120.00 9.37 8.04 -jonc jonc nom m s 0.24 7.09 0.19 1.89 -joncaille joncaille nom f s 0.00 0.41 0.00 0.41 -jonchaie jonchaie nom f s 0.00 0.20 0.00 0.14 -jonchaient joncher ver 0.67 9.39 0.01 2.30 ind:imp:3p; -jonchaies jonchaie nom f p 0.00 0.20 0.00 0.07 -jonchait joncher ver 0.67 9.39 0.01 0.07 ind:imp:3s; -jonchant joncher ver 0.67 9.39 0.01 0.95 par:pre; -jonchent joncher ver 0.67 9.39 0.20 1.01 ind:pre:3p; -joncher joncher ver 0.67 9.39 0.11 0.07 inf; -joncheraies joncheraie nom f p 0.00 0.07 0.00 0.07 -jonchet jonchet nom m s 0.00 0.95 0.00 0.27 -jonchets jonchet nom m p 0.00 0.95 0.00 0.68 -jonchère jonchère nom f s 0.00 0.14 0.00 0.14 -jonché joncher ver m s 0.67 9.39 0.09 2.77 par:pas; -jonchée joncher ver f s 0.67 9.39 0.22 1.28 par:pas; -jonchées joncher ver f p 0.67 9.39 0.02 0.41 par:pas; -jonchés joncher ver m p 0.67 9.39 0.01 0.54 par:pas; -joncs jonc nom m p 0.24 7.09 0.05 5.20 -jonction jonction nom f s 0.60 1.96 0.50 1.89 -jonctions jonction nom f p 0.60 1.96 0.10 0.07 -jonglage jonglage nom m s 0.03 0.00 0.03 0.00 -jonglaient jongler ver 2.13 3.85 0.00 0.14 ind:imp:3p; -jonglais jongler ver 2.13 3.85 0.04 0.20 ind:imp:1s;ind:imp:2s; -jonglait jongler ver 2.13 3.85 0.04 0.47 ind:imp:3s; -jonglant jongler ver 2.13 3.85 0.05 0.61 par:pre; -jongle jongler ver 2.13 3.85 0.54 0.41 imp:pre:2s;ind:pre:1s;ind:pre:3s; -jonglent jongler ver 2.13 3.85 0.03 0.07 ind:pre:3p; -jongler jongler ver 2.13 3.85 0.83 1.82 inf; -jonglera jongler ver 2.13 3.85 0.03 0.00 ind:fut:3s; -jonglerie jonglerie nom f s 0.02 0.20 0.02 0.14 -jongleries jonglerie nom f p 0.02 0.20 0.00 0.07 -jongles jongler ver 2.13 3.85 0.20 0.00 ind:pre:2s; -jongleur jongleur nom m s 0.58 2.23 0.46 0.74 -jongleurs jongleur nom m p 0.58 2.23 0.12 1.22 -jongleuse jongleur nom f s 0.58 2.23 0.00 0.14 -jongleuses jongleur nom f p 0.58 2.23 0.00 0.14 -jonglez jongler ver 2.13 3.85 0.20 0.00 imp:pre:2p;ind:pre:2p; -jonglé jongler ver m s 2.13 3.85 0.16 0.14 par:pas; -jonkheer jonkheer nom m s 0.34 0.00 0.34 0.00 -jonque jonque nom f s 0.34 1.42 0.33 0.74 -jonques jonque nom f p 0.34 1.42 0.02 0.68 -jonquille jonquille nom f s 0.39 0.81 0.04 0.07 -jonquilles jonquille nom f p 0.39 0.81 0.35 0.74 -jordanienne jordanien adj f s 0.01 0.07 0.01 0.00 -jordaniens jordanien nom m p 0.03 0.00 0.03 0.00 -jordonner jordonner ver 0.00 0.07 0.00 0.07 inf; -joseph joseph nom m s 0.17 1.08 0.17 1.08 -joua jouer ver 570.12 337.23 0.80 5.61 ind:pas:3s; -jouable jouable adj m s 0.46 0.07 0.46 0.07 -jouai jouer ver 570.12 337.23 0.13 1.01 ind:pas:1s; -jouaient jouer ver 570.12 337.23 3.86 20.00 ind:imp:3p; -jouais jouer ver 570.12 337.23 12.89 5.95 ind:imp:1s;ind:imp:2s; -jouait jouer ver 570.12 337.23 21.59 49.93 ind:imp:3s; -jouant jouer ver 570.12 337.23 5.66 19.19 par:pre; -jouasse jouasse adj m s 0.02 1.22 0.02 1.01 -jouasses jouasse adj p 0.02 1.22 0.00 0.20 -joubarbe joubarbe nom f s 0.00 0.07 0.00 0.07 -joue jouer ver 570.12 337.23 122.88 40.47 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -jouent jouer ver 570.12 337.23 16.41 14.59 ind:pre:3p; -jouer jouer ver 570.12 337.23 225.84 121.82 inf;; -jouera jouer ver 570.12 337.23 5.56 1.89 ind:fut:3s; -jouerai jouer ver 570.12 337.23 4.22 0.41 ind:fut:1s; -joueraient jouer ver 570.12 337.23 0.24 0.41 cnd:pre:3p; -jouerais jouer ver 570.12 337.23 1.54 0.47 cnd:pre:1s;cnd:pre:2s; -jouerait jouer ver 570.12 337.23 1.24 3.04 cnd:pre:3s; -joueras jouer ver 570.12 337.23 2.30 0.47 ind:fut:2s; -jouerez jouer ver 570.12 337.23 0.98 0.34 ind:fut:2p; -joueriez jouer ver 570.12 337.23 0.22 0.07 cnd:pre:2p; -jouerions jouer ver 570.12 337.23 0.01 0.07 cnd:pre:1p; -jouerons jouer ver 570.12 337.23 0.54 0.41 ind:fut:1p; -joueront jouer ver 570.12 337.23 0.74 0.47 ind:fut:3p; -joues jouer ver 570.12 337.23 33.70 2.50 ind:pre:2s;sub:pre:2s; -jouet jouet nom m s 25.50 21.01 11.82 7.03 -jouets jouet nom m p 25.50 21.01 13.68 13.99 -joueur joueur nom m s 28.32 19.86 17.22 9.05 -joueurs joueur nom m p 28.32 19.86 9.95 9.53 -joueuse joueur nom f s 28.32 19.86 1.15 0.74 -joueuses joueuse nom f p 0.14 0.00 0.14 0.00 -jouez jouer ver 570.12 337.23 24.66 3.18 imp:pre:2p;ind:pre:2p; -joufflu joufflu nom m s 0.47 0.20 0.46 0.20 -joufflue joufflu adj f s 0.31 2.36 0.16 0.34 -joufflues joufflu adj f p 0.31 2.36 0.01 0.20 -joufflus joufflu adj m p 0.31 2.36 0.02 0.41 -joug joug nom m s 2.48 2.50 2.47 2.36 -jougs joug nom m p 2.48 2.50 0.01 0.14 -joui jouir ver m s 22.06 39.19 3.33 3.65 par:pas; -jouiez jouer ver 570.12 337.23 2.11 0.41 ind:imp:2p; -jouions jouer ver 570.12 337.23 1.44 1.42 ind:imp:1p; -jouir jouir ver 22.06 39.19 10.42 15.68 inf; -jouira jouir ver 22.06 39.19 0.32 0.34 ind:fut:3s; -jouirai jouir ver 22.06 39.19 0.02 0.07 ind:fut:1s; -jouiraient jouir ver 22.06 39.19 0.01 0.07 cnd:pre:3p; -jouirait jouir ver 22.06 39.19 0.00 0.14 cnd:pre:3s; -jouiras jouir ver 22.06 39.19 0.07 0.07 ind:fut:2s; -jouirent jouir ver 22.06 39.19 0.00 0.14 ind:pas:3p; -jouirions jouir ver 22.06 39.19 0.00 0.07 cnd:pre:1p; -jouirons jouir ver 22.06 39.19 0.02 0.07 ind:fut:1p; -jouis jouir ver m p 22.06 39.19 2.65 1.76 imp:pre:2s;ind:pre:1s;ind:pre:2s;par:pas; -jouissaient jouir ver 22.06 39.19 0.14 1.28 ind:imp:3p; -jouissais jouir ver 22.06 39.19 0.21 1.49 ind:imp:1s;ind:imp:2s; -jouissait jouir ver 22.06 39.19 0.33 5.61 ind:imp:3s; -jouissance jouissance nom f s 1.96 14.19 1.82 12.36 -jouissances jouissance nom f p 1.96 14.19 0.14 1.82 -jouissant jouir ver 22.06 39.19 0.05 1.42 par:pre; -jouissants jouissant adj m p 0.00 0.07 0.00 0.07 -jouisse jouir ver 22.06 39.19 0.33 0.54 sub:pre:1s;sub:pre:3s; -jouissent jouir ver 22.06 39.19 0.69 1.22 ind:pre:3p; -jouisses jouir ver 22.06 39.19 0.34 0.07 sub:pre:2s; -jouisseur jouisseur adj m s 0.01 0.68 0.01 0.41 -jouisseurs jouisseur nom m p 0.01 0.81 0.00 0.34 -jouisseuse jouisseur nom f s 0.01 0.81 0.01 0.07 -jouissez jouir ver 22.06 39.19 0.28 0.41 imp:pre:2p;ind:pre:2p; -jouissif jouissif adj m s 0.16 1.15 0.14 0.74 -jouissifs jouissif adj m p 0.16 1.15 0.00 0.14 -jouissions jouir ver 22.06 39.19 0.04 0.41 ind:imp:1p; -jouissive jouissif adj f s 0.16 1.15 0.01 0.14 -jouissives jouissif adj f p 0.16 1.15 0.00 0.14 -jouissons jouir ver 22.06 39.19 0.82 0.41 imp:pre:1p;ind:pre:1p; -jouit jouir ver 22.06 39.19 1.99 4.32 ind:pre:3s;ind:pas:3s; -joujou joujou nom m s 1.63 1.49 1.63 1.49 -joujoux joujoux nom m p 0.82 0.88 0.82 0.88 -joules joule nom m p 0.22 0.07 0.22 0.07 -jouâmes jouer ver 570.12 337.23 0.01 0.34 ind:pas:1p; -jouons jouer ver 570.12 337.23 7.81 2.57 imp:pre:1p;ind:pre:1p; -jouât jouer ver 570.12 337.23 0.00 0.81 sub:imp:3s; -jour jour nom m s 1061.92 1341.76 635.22 826.35 -journal journal nom m s 110.80 197.70 72.50 124.32 -journaleuse journaleux nom f s 0.12 0.74 0.00 0.14 -journaleux journaleux nom m 0.12 0.74 0.12 0.61 -journalier journalier adj m s 1.02 2.16 0.52 0.88 -journaliers journalier adj m p 1.02 2.16 0.18 0.20 -journalisme journalisme nom m s 3.25 3.51 3.25 3.51 -journaliste journaliste nom s 35.29 30.34 24.26 15.95 -journalistes journaliste nom p 35.29 30.34 11.03 14.39 -journalistique journalistique adj s 0.63 0.68 0.57 0.34 -journalistiques journalistique adj p 0.63 0.68 0.07 0.34 -journalière journalier adj f s 1.02 2.16 0.30 0.68 -journalières journalière nom f p 0.10 0.00 0.10 0.00 -journaux journal nom m p 110.80 197.70 38.30 73.38 -journellement journellement adv 0.15 0.88 0.15 0.88 -journée journée nom f s 174.89 179.39 165.35 140.74 -journées journée nom f p 174.89 179.39 9.54 38.65 -jours jour nom m p 1061.92 1341.76 426.70 515.41 -joute joute nom f s 1.25 2.03 0.97 1.08 -jouter jouter ver 0.10 0.00 0.06 0.00 inf; -joutes joute nom f p 1.25 2.03 0.28 0.95 -jouteur jouteur nom m s 0.00 0.20 0.00 0.07 -jouteurs jouteur nom m p 0.00 0.20 0.00 0.07 -jouteuse jouteur nom f s 0.00 0.20 0.00 0.07 -joutez jouter ver 0.10 0.00 0.03 0.00 imp:pre:2p;ind:pre:2p; -jouèrent jouer ver 570.12 337.23 0.18 1.89 ind:pas:3p; -jouté jouter ver m s 0.10 0.00 0.01 0.00 par:pas; -joué jouer ver m s 570.12 337.23 69.83 33.58 par:pas;par:pas;par:pas; -jouée jouer ver f s 570.12 337.23 2.01 2.91 par:pas; -jouées jouer ver f p 570.12 337.23 0.27 0.47 par:pas; -joués jouer ver m p 570.12 337.23 0.45 0.54 par:pas; -jouvence jouvence nom f s 0.81 1.35 0.81 1.35 -jouvenceau jouvenceau nom m s 0.28 0.74 0.08 0.27 -jouvenceaux jouvenceau nom m p 0.28 0.74 0.02 0.14 -jouvencelle jouvenceau nom f s 0.28 0.74 0.18 0.14 -jouvencelles jouvenceau nom f p 0.28 0.74 0.00 0.20 -jouxtaient jouxter ver 0.07 2.23 0.00 0.20 ind:imp:3p; -jouxtait jouxter ver 0.07 2.23 0.02 1.28 ind:imp:3s; -jouxtant jouxter ver 0.07 2.23 0.00 0.68 par:pre; -jouxte jouxte pre 0.05 0.07 0.05 0.07 -jovial jovial adj m s 0.61 6.22 0.48 4.46 -joviale jovial adj f s 0.61 6.22 0.12 1.49 -jovialement jovialement adv 0.00 0.54 0.00 0.54 -joviales jovial adj f p 0.61 6.22 0.00 0.14 -jovialité jovialité nom f s 0.04 1.28 0.04 1.28 -joviaux jovial adj m p 0.61 6.22 0.01 0.14 -joyau joyau nom m s 3.60 3.24 2.67 1.96 -joyaux joyau nom m p 3.60 3.24 0.93 1.28 -joyciennes joycien adj f p 0.00 0.07 0.00 0.07 -joyeuse joyeux adj f s 39.89 45.61 6.07 14.86 -joyeusement joyeusement adv 1.14 9.39 1.14 9.39 -joyeuses joyeux adj f p 39.89 45.61 2.01 4.05 -joyeuseté joyeuseté nom f s 0.01 0.34 0.00 0.20 -joyeusetés joyeuseté nom f p 0.01 0.34 0.01 0.14 -joyeux joyeux adj m 39.89 45.61 31.81 26.69 -joystick joystick nom m s 0.11 0.00 0.11 0.00 -jèze jèze adj m s 0.00 0.07 0.00 0.07 -jèzes jèze nom p 0.00 0.07 0.00 0.07 -juan juan nom m s 0.01 0.20 0.01 0.20 -jubila jubiler ver 1.20 5.07 0.01 0.34 ind:pas:3s; -jubilai jubiler ver 1.20 5.07 0.00 0.14 ind:pas:1s; -jubilaient jubiler ver 1.20 5.07 0.00 0.07 ind:imp:3p; -jubilaire jubilaire adj s 0.40 0.07 0.40 0.07 -jubilais jubiler ver 1.20 5.07 0.04 0.41 ind:imp:1s;ind:imp:2s; -jubilait jubiler ver 1.20 5.07 0.05 1.76 ind:imp:3s; -jubilant jubilant adj m s 0.02 0.88 0.02 0.14 -jubilante jubilant adj f s 0.02 0.88 0.00 0.41 -jubilantes jubilant adj f p 0.02 0.88 0.00 0.07 -jubilants jubilant adj m p 0.02 0.88 0.00 0.27 -jubilation jubilation nom f s 0.32 6.55 0.32 6.42 -jubilations jubilation nom f p 0.32 6.55 0.00 0.14 -jubilatoire jubilatoire adj s 0.02 0.20 0.02 0.14 -jubilatoires jubilatoire adj m p 0.02 0.20 0.00 0.07 -jubile jubiler ver 1.20 5.07 0.38 0.88 imp:pre:2s;ind:pre:1s;ind:pre:3s; -jubilent jubiler ver 1.20 5.07 0.03 0.07 ind:pre:3p; -jubiler jubiler ver 1.20 5.07 0.40 0.61 inf; -jubilera jubiler ver 1.20 5.07 0.00 0.07 ind:fut:3s; -jubileraient jubiler ver 1.20 5.07 0.00 0.07 cnd:pre:3p; -jubiles jubiler ver 1.20 5.07 0.10 0.07 ind:pre:2s; -jubilèrent jubiler ver 1.20 5.07 0.00 0.07 ind:pas:3p; -jubilé jubilé nom m s 0.33 0.41 0.33 0.41 -jubilée jubiler ver f s 1.20 5.07 0.08 0.00 par:pas; -jubé jubé nom m s 0.00 0.20 0.00 0.20 -jucha jucher ver 0.24 10.61 0.00 0.47 ind:pas:3s; -juchai jucher ver 0.24 10.61 0.00 0.07 ind:pas:1s; -juchaient jucher ver 0.24 10.61 0.00 0.14 ind:imp:3p; -juchais jucher ver 0.24 10.61 0.00 0.14 ind:imp:1s; -juchait jucher ver 0.24 10.61 0.00 0.41 ind:imp:3s; -juchant jucher ver 0.24 10.61 0.00 0.14 par:pre; -juche jucher ver 0.24 10.61 0.00 0.34 imp:pre:2s;ind:pre:1s;ind:pre:3s; -juchent jucher ver 0.24 10.61 0.00 0.20 ind:pre:3p; -jucher jucher ver 0.24 10.61 0.00 0.54 inf; -jucheront jucher ver 0.24 10.61 0.00 0.07 ind:fut:3p; -juchions jucher ver 0.24 10.61 0.00 0.07 ind:imp:1p; -juché jucher ver m s 0.24 10.61 0.17 5.00 par:pas; -juchée jucher ver f s 0.24 10.61 0.04 0.74 par:pas; -juchées jucher ver f p 0.24 10.61 0.00 0.74 par:pas; -juchés jucher ver m p 0.24 10.61 0.03 1.55 par:pas; -judaïcité judaïcité nom f s 0.01 0.00 0.01 0.00 -judaïque judaïque adj f s 0.06 0.14 0.06 0.07 -judaïques judaïque adj m p 0.06 0.14 0.00 0.07 -judaïsant judaïsant nom m s 0.00 0.07 0.00 0.07 -judaïser judaïser ver 0.00 0.14 0.00 0.07 inf; -judaïsme judaïsme nom m s 0.51 1.15 0.51 1.15 -judaïsées judaïser ver f p 0.00 0.14 0.00 0.07 par:pas; -judaïté judaïté nom f s 0.00 0.07 0.00 0.07 -judas judas nom m 1.28 1.76 1.28 1.76 -judiciaire judiciaire adj s 10.80 5.61 9.29 4.26 -judiciaires judiciaire adj p 10.80 5.61 1.51 1.35 -judicieuse judicieux adj f s 2.36 2.16 0.51 0.74 -judicieusement judicieusement adv 0.17 0.61 0.17 0.61 -judicieuses judicieux adj f p 2.36 2.16 0.13 0.07 -judicieux judicieux adj m 2.36 2.16 1.72 1.35 -judo judo nom m s 0.90 1.22 0.90 1.22 -judoka judoka nom s 0.21 0.20 0.21 0.20 -judéen judéen adj m s 0.07 0.00 0.07 0.00 -judéenne judéenne nom f s 0.01 0.14 0.01 0.14 -judéité judéité nom f s 0.02 0.00 0.02 0.00 -judéo_christianisme judéo_christianisme nom m s 0.01 0.00 0.01 0.00 -judéo_chrétien judéo_chrétien adj f s 0.06 0.20 0.04 0.07 -judéo_chrétien judéo_chrétien adj f p 0.06 0.20 0.01 0.07 -judéo_chrétien judéo_chrétien adj m p 0.06 0.20 0.00 0.07 -judéo judéo adv 0.01 0.20 0.01 0.20 -juge juge nom m s 66.45 44.46 56.40 29.80 -jugea juger ver 56.12 96.96 0.42 5.34 ind:pas:3s; -jugeai juger ver 56.12 96.96 0.01 1.49 ind:pas:1s; -jugeaient juger ver 56.12 96.96 0.05 2.70 ind:imp:3p; -jugeais juger ver 56.12 96.96 0.34 2.91 ind:imp:1s;ind:imp:2s; -jugeait juger ver 56.12 96.96 0.40 12.64 ind:imp:3s; -jugeant juger ver 56.12 96.96 0.24 3.72 par:pre; -jugement jugement nom m s 21.43 29.26 19.92 24.12 -jugements jugement nom m p 21.43 29.26 1.51 5.14 -jugent juger ver 56.12 96.96 1.06 1.55 ind:pre:3p; -jugeâmes juger ver 56.12 96.96 0.00 0.14 ind:pas:1p; -jugeons juger ver 56.12 96.96 0.98 0.41 imp:pre:1p;ind:pre:1p; -jugeât juger ver 56.12 96.96 0.00 0.54 sub:imp:3s; -jugeote jugeote nom f s 1.07 1.01 1.07 1.01 -juger juger ver 56.12 96.96 18.06 28.65 ind:pre:2p;inf; -jugera juger ver 56.12 96.96 1.42 1.49 ind:fut:3s; -jugerai juger ver 56.12 96.96 0.72 0.00 ind:fut:1s; -jugeraient juger ver 56.12 96.96 0.05 0.07 cnd:pre:3p; -jugerais juger ver 56.12 96.96 0.09 0.07 cnd:pre:1s; -jugerait juger ver 56.12 96.96 0.08 0.81 cnd:pre:3s; -jugeras juger ver 56.12 96.96 0.39 0.27 ind:fut:2s; -jugerez juger ver 56.12 96.96 0.81 0.88 ind:fut:2p; -jugeriez juger ver 56.12 96.96 0.05 0.41 cnd:pre:2p; -jugerons juger ver 56.12 96.96 0.22 0.07 ind:fut:1p; -jugeront juger ver 56.12 96.96 0.23 0.54 ind:fut:3p; -juges juge nom m p 66.45 44.46 10.06 14.66 -jugeur jugeur nom m s 0.01 0.00 0.01 0.00 -jugez juger ver 56.12 96.96 4.25 1.62 imp:pre:2p;ind:pre:2p; -jugiez juger ver 56.12 96.96 0.13 0.34 ind:imp:2p; -jugions juger ver 56.12 96.96 0.02 0.54 ind:imp:1p; -jugèrent juger ver 56.12 96.96 0.03 0.68 ind:pas:3p; -jugé juger ver m s 56.12 96.96 9.18 11.62 par:pas; -jugée juger ver f s 56.12 96.96 2.01 2.70 par:pas; -jugées juger ver f p 56.12 96.96 0.11 0.95 par:pas; -jugula juguler ver 0.39 0.61 0.00 0.14 ind:pas:3s; -jugulaire jugulaire nom f s 0.60 1.96 0.53 1.89 -jugulaires jugulaire nom f p 0.60 1.96 0.07 0.07 -jugulant juguler ver 0.39 0.61 0.00 0.07 par:pre; -jugule juguler ver 0.39 0.61 0.13 0.00 ind:pre:3s; -juguler juguler ver 0.39 0.61 0.21 0.27 inf; -jugulé juguler ver m s 0.39 0.61 0.05 0.00 par:pas; -jugulée juguler ver f s 0.39 0.61 0.00 0.14 par:pas; -jugés juger ver m p 56.12 96.96 1.88 1.89 par:pas; -juif juif adj m s 30.62 36.76 17.23 19.86 -juifs juif nom m p 45.08 55.74 29.03 30.88 -juillet juillet nom m 11.97 47.57 11.96 47.57 -juillets juillet nom m p 11.97 47.57 0.01 0.00 -juin juin nom m 13.40 51.28 13.40 51.28 -juive juif adj f s 30.62 36.76 8.43 8.99 -juiverie juiverie nom f s 0.10 0.61 0.10 0.47 -juiveries juiverie nom f p 0.10 0.61 0.00 0.14 -juives juif adj f p 30.62 36.76 0.54 1.35 -jujube jujube nom m s 0.06 0.54 0.02 0.54 -jujubes jujube nom m p 0.06 0.54 0.04 0.00 -jujubiers jujubier nom m p 0.00 0.27 0.00 0.27 -jéjunale jéjunal adj f s 0.01 0.00 0.01 0.00 -jéjunum jéjunum nom m s 0.04 0.00 0.04 0.00 -juke_box juke_box nom m 1.61 1.89 1.58 1.69 -juke_box juke_box nom m p 1.61 1.89 0.03 0.20 -julep julep nom m s 0.02 0.41 0.02 0.27 -juleps julep nom m p 0.02 0.41 0.00 0.14 -jules jules nom m 4.13 3.51 4.13 3.51 -julien julien adj m s 0.47 2.84 0.47 1.76 -julienne julien nom f s 0.04 0.68 0.04 0.68 -juliennes julien adj f p 0.47 2.84 0.00 0.07 -julot julot nom m s 0.12 2.36 0.12 1.76 -julots julot nom m p 0.12 2.36 0.00 0.61 -jumbo jumbo nom m s 0.52 0.20 0.52 0.20 -jumeau jumeau adj m s 5.68 8.99 1.34 2.09 -jumeaux jumeau nom m p 13.74 17.77 12.47 16.01 -jumelage jumelage nom m s 0.01 0.07 0.01 0.07 -jumeler jumeler ver 0.17 0.54 0.00 0.07 inf; -jumelle jumeau adj f s 5.68 8.99 1.17 2.36 -jumellera jumeler ver 0.17 0.54 0.00 0.07 ind:fut:3s; -jumelles jumelle nom f p 5.61 14.66 4.89 12.70 -jumelé jumeler ver m s 0.17 0.54 0.00 0.14 par:pas; -jumelée jumeler ver f s 0.17 0.54 0.00 0.07 par:pas; -jumelée jumelé adj f s 0.03 0.54 0.00 0.07 -jumelées jumeler ver f p 0.17 0.54 0.02 0.07 par:pas; -jumelés jumelé adj m p 0.03 0.54 0.02 0.20 -jument jument nom f s 6.67 10.34 5.71 8.51 -jumenterie jumenterie nom f s 0.00 0.07 0.00 0.07 -juments jument nom f p 6.67 10.34 0.96 1.82 -jumper jumper nom m s 2.26 0.00 2.26 0.00 -jumping jumping nom m s 0.21 0.00 0.21 0.00 -jungien jungien adj m s 0.04 0.14 0.03 0.07 -jungiens jungien adj m p 0.04 0.14 0.01 0.07 -jungle jungle nom f s 16.47 8.38 16.25 7.43 -jungles jungle nom f p 16.47 8.38 0.22 0.95 -junior junior adj s 2.35 1.22 2.27 0.95 -juniors junior nom p 2.05 0.54 0.35 0.41 -junker junker nom m s 0.02 0.54 0.02 0.41 -junkers junker nom m p 0.02 0.54 0.00 0.14 -junkie junkie nom m s 5.15 1.42 3.22 0.81 -junkies junkie nom m p 5.15 1.42 1.93 0.61 -junky junky nom m s 0.15 0.07 0.15 0.07 -junte junte nom f s 0.17 0.14 0.17 0.14 -jupe_culotte jupe_culotte nom f s 0.02 0.34 0.02 0.27 -jupe jupe nom f s 12.76 49.59 10.12 34.05 -jupe_culotte jupe_culotte nom m p 0.02 0.34 0.00 0.07 -jupes jupe nom f p 12.76 49.59 2.64 15.54 -jupette jupette nom f s 0.66 1.55 0.63 1.42 -jupettes jupette nom f p 0.66 1.55 0.04 0.14 -jupiers jupier nom m p 0.00 0.07 0.00 0.07 -jupitérien jupitérien adj m s 0.02 0.34 0.02 0.14 -jupitérienne jupitérien adj f s 0.02 0.34 0.00 0.14 -jupitériens jupitérien adj m p 0.02 0.34 0.00 0.07 -jupon jupon nom m s 3.00 6.89 1.35 2.77 -juponnée juponner ver f s 0.00 0.27 0.00 0.14 par:pas; -juponnés juponner ver m p 0.00 0.27 0.00 0.14 par:pas; -jupons jupon nom m p 3.00 6.89 1.65 4.12 -jupée jupé adj f s 0.00 0.14 0.00 0.07 -jupées jupé adj f p 0.00 0.14 0.00 0.07 -jura jurer ver 148.40 81.76 0.20 5.54 ind:pas:3s; -jurai jurer ver 148.40 81.76 0.16 0.41 ind:pas:1s; -juraient jurer ver 148.40 81.76 0.17 1.62 ind:imp:3p; -jurais jurer ver 148.40 81.76 0.34 1.22 ind:imp:1s;ind:imp:2s; -jurait jurer ver 148.40 81.76 1.06 4.46 ind:imp:3s; -jurant jurer ver 148.40 81.76 0.58 4.93 par:pre; -jurançon jurançon nom m s 0.00 0.07 0.00 0.07 -jurassien jurassien adj m s 0.00 0.14 0.00 0.07 -jurassien jurassien nom m s 0.00 0.14 0.00 0.07 -jurassiens jurassien adj m p 0.00 0.14 0.00 0.07 -jurassiens jurassien nom m p 0.00 0.14 0.00 0.07 -jurassique jurassique adj m s 0.29 0.00 0.28 0.00 -jurassiques jurassique adj f p 0.29 0.00 0.01 0.00 -jure jurer ver 148.40 81.76 104.04 31.62 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:1s; -jurent jurer ver 148.40 81.76 1.01 1.01 ind:pre:3p; -jurer jurer ver 148.40 81.76 7.57 7.57 inf; -jurera jurer ver 148.40 81.76 0.08 0.00 ind:fut:3s; -jurerai jurer ver 148.40 81.76 0.72 0.07 ind:fut:1s; -jurerais jurer ver 148.40 81.76 1.62 1.69 cnd:pre:1s;cnd:pre:2s; -jurerait jurer ver 148.40 81.76 0.38 2.16 cnd:pre:3s; -jureras jurer ver 148.40 81.76 0.16 0.07 ind:fut:2s; -jurerez jurer ver 148.40 81.76 0.05 0.00 ind:fut:2p; -jureriez jurer ver 148.40 81.76 0.05 0.14 cnd:pre:2p; -jureront jurer ver 148.40 81.76 0.04 0.07 ind:fut:3p; -jures jurer ver 148.40 81.76 4.75 1.01 ind:pre:2s; -jurez jurer ver 148.40 81.76 6.55 0.47 imp:pre:2p;ind:pre:2p; -juridiction juridiction nom f s 2.63 1.49 2.53 1.15 -juridictionnel juridictionnel adj m s 0.04 0.00 0.01 0.00 -juridictionnelle juridictionnel adj f s 0.04 0.00 0.04 0.00 -juridictions juridiction nom f p 2.63 1.49 0.09 0.34 -juridique juridique adj s 5.20 2.50 4.24 1.62 -juridiquement juridiquement adv 0.14 0.27 0.14 0.27 -juridiques juridique adj p 5.20 2.50 0.95 0.88 -juriez jurer ver 148.40 81.76 0.13 0.00 ind:imp:2p; -jurisprudence jurisprudence nom f s 0.82 0.34 0.82 0.34 -juriste juriste nom s 2.57 0.88 1.95 0.34 -juristes juriste nom p 2.57 0.88 0.62 0.54 -jéroboam jéroboam nom m s 0.01 0.07 0.01 0.00 -jéroboams jéroboam nom m p 0.01 0.07 0.00 0.07 -jurâmes jurer ver 148.40 81.76 0.00 0.07 ind:pas:1p; -juron juron nom m s 2.10 9.93 0.42 3.31 -jurons juron nom m p 2.10 9.93 1.68 6.62 -jurèrent jurer ver 148.40 81.76 0.02 0.54 ind:pas:3p; -juré jurer ver m s 148.40 81.76 17.59 16.69 par:pas; -jurée jurer ver f s 148.40 81.76 0.45 0.14 par:pas; -jurées jurer ver f p 148.40 81.76 0.01 0.00 par:pas; -jérémiade jérémiade nom f s 0.93 1.89 0.14 0.14 -jérémiades jérémiade nom f p 0.93 1.89 0.79 1.76 -jurés juré nom m p 8.82 4.73 5.59 3.92 -jury jury nom m s 18.80 5.27 18.65 5.14 -jurys jury nom m p 18.80 5.27 0.15 0.14 -jus jus nom m 22.36 23.04 22.36 23.04 -jusant jusant nom m s 0.01 1.76 0.01 1.76 -jusqu_au jusqu_au pre 0.34 0.07 0.34 0.07 -jusqu_à jusqu_à pre 0.81 0.27 0.81 0.27 -jusqu jusqu pre 2.26 0.07 2.26 0.07 -jusque_là jusque_là adv 7.81 29.53 7.81 29.53 -jusque jusque pre 15.05 37.50 15.05 37.50 -jusques jusques adv 0.00 1.15 0.00 1.15 -jusquiame jusquiame nom f s 0.11 0.07 0.11 0.07 -justaucorps justaucorps nom m 0.22 0.61 0.22 0.61 -juste_milieu juste_milieu nom m 0.00 0.07 0.00 0.07 -juste juste adj_sup s 656.86 153.45 653.49 147.77 -justement justement adv 62.08 78.18 62.08 78.18 -justes juste adj_sup p 656.86 153.45 3.36 5.68 -justesse justesse nom f s 1.91 8.58 1.91 8.58 -justice justice nom s 50.96 46.28 50.96 46.22 -justices justice nom f p 50.96 46.28 0.00 0.07 -justiciable justiciable adj m s 0.10 0.47 0.10 0.27 -justiciables justiciable adj p 0.10 0.47 0.00 0.20 -justicier justicier nom m s 1.97 3.78 1.45 1.96 -justiciers justicier nom m p 1.97 3.78 0.48 1.35 -justicière justicier nom f s 1.97 3.78 0.03 0.47 -justifia justifier ver 15.55 36.01 0.00 0.27 ind:pas:3s; -justifiable justifiable adj m s 0.08 0.34 0.06 0.14 -justifiables justifiable adj f p 0.08 0.34 0.02 0.20 -justifiaient justifier ver 15.55 36.01 0.00 1.28 ind:imp:3p; -justifiais justifier ver 15.55 36.01 0.01 0.20 ind:imp:1s;ind:imp:2s; -justifiait justifier ver 15.55 36.01 0.17 4.53 ind:imp:3s; -justifiant justifier ver 15.55 36.01 0.07 0.68 par:pre; -justificatif justificatif nom m s 0.49 0.20 0.26 0.20 -justificatifs justificatif nom m p 0.49 0.20 0.23 0.00 -justification justification nom f s 0.96 6.76 0.84 5.00 -justifications justification nom f p 0.96 6.76 0.13 1.76 -justificative justificatif adj f s 0.02 0.34 0.01 0.20 -justificatives justificatif adj f p 0.02 0.34 0.00 0.14 -justifie justifier ver 15.55 36.01 3.94 4.73 imp:pre:2s;ind:pre:1s;ind:pre:3s; -justifient justifier ver 15.55 36.01 0.42 0.68 ind:pre:3p; -justifier justifier ver 15.55 36.01 7.37 14.93 inf; -justifiera justifier ver 15.55 36.01 0.08 0.27 ind:fut:3s; -justifierai justifier ver 15.55 36.01 0.04 0.07 ind:fut:1s; -justifieraient justifier ver 15.55 36.01 0.01 0.14 cnd:pre:3p; -justifierais justifier ver 15.55 36.01 0.01 0.07 cnd:pre:1s; -justifierait justifier ver 15.55 36.01 0.20 0.61 cnd:pre:3s; -justifiez justifier ver 15.55 36.01 0.52 0.14 imp:pre:2p;ind:pre:2p; -justifiât justifier ver 15.55 36.01 0.00 0.47 sub:imp:3s; -justifié justifier ver m s 15.55 36.01 1.38 2.91 par:pas; -justifiée justifier ver f s 15.55 36.01 0.84 2.36 par:pas; -justifiées justifier ver f p 15.55 36.01 0.27 0.68 par:pas; -justifiés justifier ver m p 15.55 36.01 0.23 1.01 par:pas; -justinien justinien adj m s 0.00 0.07 0.00 0.07 -jésuite jésuite nom m s 1.54 5.07 0.61 2.09 -jésuites jésuite nom m p 1.54 5.07 0.92 2.97 -jésuitique jésuitique adj s 0.02 0.41 0.02 0.34 -jésuitiques jésuitique adj m p 0.02 0.41 0.00 0.07 -jésuitière jésuitière nom f s 0.00 0.07 0.00 0.07 -jésus jésus nom m s 8.19 0.88 8.19 0.88 -juta juter ver 0.03 0.95 0.00 0.07 ind:pas:3s; -jutait juter ver 0.03 0.95 0.00 0.14 ind:imp:3s; -jute jute nom m s 0.64 2.77 0.64 2.77 -juter juter ver 0.03 0.95 0.03 0.61 inf; -juteuse juteux adj f s 2.86 2.64 0.75 1.01 -juteuses juteux adj f p 2.86 2.64 0.53 0.47 -juteux juteux adj m 2.86 2.64 1.58 1.15 -juté juter ver m s 0.03 0.95 0.00 0.14 par:pas; -juvénile juvénile adj s 1.48 6.89 1.24 5.27 -juvéniles juvénile adj p 1.48 6.89 0.23 1.62 -juvénilité juvénilité nom f s 0.00 0.20 0.00 0.20 -juxtaposaient juxtaposer ver 0.07 0.95 0.00 0.07 ind:imp:3p; -juxtaposais juxtaposer ver 0.07 0.95 0.00 0.07 ind:imp:1s; -juxtaposait juxtaposer ver 0.07 0.95 0.01 0.07 ind:imp:3s; -juxtaposant juxtaposer ver 0.07 0.95 0.02 0.00 par:pre; -juxtapose juxtaposer ver 0.07 0.95 0.03 0.07 ind:pre:1s;ind:pre:3s; -juxtaposent juxtaposer ver 0.07 0.95 0.00 0.14 ind:pre:3p; -juxtaposer juxtaposer ver 0.07 0.95 0.00 0.20 inf; -juxtaposition juxtaposition nom f s 0.17 0.68 0.17 0.54 -juxtapositions juxtaposition nom f p 0.17 0.68 0.00 0.14 -juxtaposèrent juxtaposer ver 0.07 0.95 0.00 0.07 ind:pas:3p; -juxtaposées juxtaposé adj f p 0.00 0.68 0.00 0.47 -juxtaposés juxtaposer ver m p 0.07 0.95 0.00 0.20 par:pas; -k_o k_o adj 0.02 0.07 0.02 0.07 -k_way k_way nom m s 0.06 0.20 0.06 0.20 -k k nom m 9.93 3.78 9.93 3.78 -ka ka nom m s 0.29 0.07 0.29 0.07 -kabarde kabarde adj f s 0.00 0.07 0.00 0.07 -kabbale kabbale nom f s 0.20 0.47 0.20 0.47 -kabbalistique kabbalistique adj s 0.00 0.07 0.00 0.07 -kabuki kabuki nom m s 0.42 0.14 0.42 0.14 -kabyle kabyle adj s 0.01 1.01 0.01 0.61 -kabyles kabyle adj p 0.01 1.01 0.00 0.41 -kacha kacha nom f s 0.00 0.34 0.00 0.34 -kacher kacher adj m s 0.02 0.14 0.02 0.14 -kachoube kachoube adj 0.10 0.00 0.10 0.00 -kaddisch kaddisch nom m s 0.00 0.07 0.00 0.07 -kaddish kaddish nom m s 0.20 0.00 0.20 0.00 -kadi kadi nom m s 0.11 0.00 0.11 0.00 -kafir kafir nom m s 0.05 0.00 0.05 0.00 -kafkaïen kafkaïen adj m s 0.02 0.07 0.02 0.07 -kaftan kaftan adj m s 0.04 0.00 0.02 0.00 -kaftans kaftan adj m p 0.04 0.00 0.01 0.00 -kaiser kaiser nom m s 0.02 0.14 0.02 0.14 -kaki kaki adj 0.46 5.34 0.46 5.34 -kakis kaki nom m p 0.68 1.15 0.29 0.27 -kala_azar kala_azar nom m s 0.00 0.07 0.00 0.07 -kalachnikovs kalachnikov nom f p 0.17 0.00 0.17 0.00 -kali kali nom m s 0.19 0.00 0.19 0.00 -kaliémie kaliémie nom f s 0.01 0.00 0.01 0.00 -kalmouk kalmouk adj m s 0.00 0.14 0.00 0.07 -kalmouks kalmouk adj m p 0.00 0.14 0.00 0.07 -kalpa kalpa nom m s 0.01 0.07 0.01 0.07 -kaléidoscope kaléidoscope nom m s 0.21 1.42 0.18 1.22 -kaléidoscopes kaléidoscope nom m p 0.21 1.42 0.04 0.20 -kama kama nom s 0.14 0.00 0.14 0.00 -kamala kamala nom m s 0.07 0.00 0.07 0.00 -kami kami nom m s 0.20 0.07 0.20 0.07 -kamikaze kamikaze nom m s 1.26 2.09 0.73 1.01 -kamikazes kamikaze nom m p 1.26 2.09 0.53 1.08 -kan kan nom m s 0.12 0.27 0.12 0.27 -kana kana nom m s 0.12 0.07 0.12 0.07 -kandjar kandjar nom m s 0.00 0.07 0.00 0.07 -kangourou kangourou nom m s 1.85 1.42 1.42 1.15 -kangourous kangourou nom m p 1.85 1.42 0.42 0.27 -kanji kanji nom m s 0.04 0.00 0.04 0.00 -kantien kantien adj m s 0.01 0.07 0.01 0.07 -kantisme kantisme nom m s 0.00 0.20 0.00 0.20 -kaolin kaolin nom m s 0.01 0.34 0.01 0.34 -kaori kaori nom m s 0.01 0.00 0.01 0.00 -kapo kapo nom m s 0.29 0.34 0.29 0.14 -kapok kapok nom m s 0.04 0.34 0.04 0.34 -kapokier kapokier nom m s 0.01 0.00 0.01 0.00 -kapos kapo nom m p 0.29 0.34 0.00 0.20 -kaposi kaposi nom m s 0.09 0.20 0.09 0.20 -kapout kapout nom m s 0.01 0.20 0.01 0.20 -kappa kappa nom m s 0.17 0.00 0.17 0.00 -karaoké karaoké nom m s 0.99 0.00 0.97 0.00 -karaokés karaoké nom m p 0.99 0.00 0.02 0.00 -karaté karaté nom m s 2.64 0.95 2.64 0.95 -karatéka karatéka nom s 0.20 0.14 0.20 0.07 -karatékas karatéka nom p 0.20 0.14 0.00 0.07 -karen karen adj s 0.43 0.00 0.43 0.00 -kari kari nom m s 0.19 0.07 0.19 0.07 -karité karité nom m s 0.01 0.14 0.01 0.14 -karma karma nom m s 10.73 0.14 10.73 0.14 -karmique karmique adj s 0.16 0.00 0.16 0.00 -kart kart nom m s 0.30 0.00 0.30 0.00 -karting karting nom m s 0.34 0.00 0.34 0.00 -kasbah kasbah nom f 0.00 0.27 0.00 0.27 -kascher kascher adj s 0.13 0.27 0.13 0.27 -kasher kasher adj 0.63 0.41 0.63 0.41 -kastro kastro nom m s 0.00 0.54 0.00 0.47 -kastros kastro nom m p 0.00 0.54 0.00 0.07 -kata kata nom m s 0.02 0.00 0.01 0.00 -katal katal nom m s 0.01 0.00 0.01 0.00 -katangais katangais nom m 0.10 0.14 0.10 0.14 -katas kata nom m p 0.02 0.00 0.01 0.00 -katchinas katchina nom m p 0.00 0.07 0.00 0.07 -katiba katiba nom f s 0.00 0.07 0.00 0.07 -kava kava nom m s 0.01 0.00 0.01 0.00 -kawa kawa nom m s 0.00 3.11 0.00 3.11 -kayac kayac nom m s 0.01 0.00 0.01 0.00 -kayak kayak nom m s 0.34 0.14 0.34 0.14 -kayakiste kayakiste nom s 0.01 0.00 0.01 0.00 -kazakh kazakh adj m s 0.33 0.07 0.13 0.00 -kazakhs kazakh adj m p 0.33 0.07 0.20 0.07 -kebab kebab nom m s 0.78 0.07 0.55 0.07 -kebabs kebab nom m p 0.78 0.07 0.23 0.00 -kebla kebla adj s 0.00 0.14 0.00 0.07 -keblas kebla adj f p 0.00 0.14 0.00 0.07 -keepsake keepsake nom m s 0.05 0.00 0.05 0.00 -keffieh keffieh nom m s 0.01 0.00 0.01 0.00 -keiretsu keiretsu nom m s 0.07 0.00 0.07 0.00 -kekchose kekchose nom f s 0.01 0.07 0.01 0.07 -kelvins kelvin nom m p 0.03 0.00 0.03 0.00 -kendo kendo nom m s 0.24 0.00 0.24 0.00 -kermesse kermesse nom f s 0.96 2.77 0.93 2.30 -kermesses kermesse nom f p 0.96 2.77 0.04 0.47 -kerrie kerrie nom f s 0.04 0.00 0.04 0.00 -ket ket nom m s 0.07 0.07 0.07 0.07 -ketch ketch nom m s 0.11 0.07 0.11 0.07 -ketchup ketchup nom m s 4.45 0.54 4.45 0.54 -keuf keuf nom f s 2.83 0.88 1.00 0.00 -keufs keuf nom f p 2.83 0.88 1.83 0.88 -keum keum nom m s 0.35 0.20 0.27 0.20 -keums keum nom m p 0.35 0.20 0.08 0.00 -kevlar kevlar nom m s 0.26 0.00 0.26 0.00 -khôl khôl nom m s 0.00 0.81 0.00 0.81 -khalife khalife nom m s 0.02 0.27 0.02 0.27 -khamsin khamsin nom m s 0.00 0.20 0.00 0.20 -khan khan nom m s 0.30 6.55 0.21 1.49 -khanat khanat nom m s 0.00 0.07 0.00 0.07 -khans khan nom m p 0.30 6.55 0.10 5.07 -khat khat nom m s 0.01 0.00 0.01 0.00 -khazar khazar adj s 0.00 0.14 0.00 0.14 -khmer khmer adj m s 0.28 0.00 0.27 0.00 -khmère khmer adj f s 0.28 0.00 0.01 0.00 -khâgne khâgne nom f s 0.00 1.55 0.00 1.42 -khâgnes khâgne nom f p 0.00 1.55 0.00 0.14 -khâgneux khâgneux nom m 0.00 0.34 0.00 0.34 -khédival khédival adj m s 0.00 0.07 0.00 0.07 -khédive khédive nom m s 0.03 0.88 0.03 0.88 -kibboutz kibboutz nom m 1.85 0.27 1.85 0.27 -kibboutzim kibboutzim nom m p 0.00 0.07 0.00 0.07 -kick kick nom m s 0.47 0.34 0.42 0.34 -kicker kicker nom m s 0.14 0.00 0.14 0.00 -kicks kick nom m p 0.47 0.34 0.05 0.00 -kid kid nom m s 6.62 7.36 5.71 6.82 -kidnappa kidnapper ver 15.21 1.08 0.00 0.07 ind:pas:3s; -kidnappait kidnapper ver 15.21 1.08 0.04 0.07 ind:imp:3s; -kidnappant kidnapper ver 15.21 1.08 0.04 0.00 par:pre; -kidnappe kidnapper ver 15.21 1.08 0.69 0.14 imp:pre:2s;ind:pre:1s;ind:pre:3s; -kidnappent kidnapper ver 15.21 1.08 0.15 0.00 ind:pre:3p; -kidnapper kidnapper ver 15.21 1.08 2.54 0.20 inf; -kidnapperai kidnapper ver 15.21 1.08 0.14 0.00 ind:fut:1s; -kidnapperaient kidnapper ver 15.21 1.08 0.11 0.00 cnd:pre:3p; -kidnapperas kidnapper ver 15.21 1.08 0.01 0.00 ind:fut:2s; -kidnapperez kidnapper ver 15.21 1.08 0.02 0.00 ind:fut:2p; -kidnappeur kidnappeur nom m s 3.55 0.27 2.20 0.07 -kidnappeurs kidnappeur nom m p 3.55 0.27 1.35 0.20 -kidnappez kidnapper ver 15.21 1.08 0.10 0.00 imp:pre:2p;ind:pre:2p; -kidnappiez kidnapper ver 15.21 1.08 0.03 0.00 ind:imp:2p; -kidnapping kidnapping nom m s 5.58 0.54 5.33 0.54 -kidnappings kidnapping nom m p 5.58 0.54 0.25 0.00 -kidnappons kidnapper ver 15.21 1.08 0.01 0.00 imp:pre:1p; -kidnappé kidnapper ver m s 15.21 1.08 6.66 0.20 par:pas; -kidnappée kidnapper ver f s 15.21 1.08 3.65 0.20 par:pas; -kidnappées kidnapper ver f p 15.21 1.08 0.28 0.14 par:pas; -kidnappés kidnapper ver m p 15.21 1.08 0.75 0.07 par:pas; -kids kid nom m p 6.62 7.36 0.91 0.54 -kief kief nom m s 0.02 0.00 0.02 0.00 -kierkegaardienne kierkegaardien nom f s 0.00 0.07 0.00 0.07 -kif_kif kif_kif adj s 0.20 0.81 0.20 0.81 -kif kif nom m s 1.25 2.77 1.25 2.77 -kiki kiki nom m s 0.53 0.74 0.53 0.74 -kil kil nom m s 0.17 0.54 0.16 0.34 -kilbus kilbus nom m 0.00 0.27 0.00 0.27 -kilim kilim nom m s 0.28 0.00 0.28 0.00 -killer killer nom s 1.19 0.07 1.19 0.07 -kilo kilo nom m s 22.54 24.19 5.19 5.27 -kilogramme kilogramme nom m s 0.17 0.14 0.14 0.07 -kilogrammes kilogramme nom m p 0.17 0.14 0.03 0.07 -kilohertz kilohertz nom m 0.14 0.00 0.14 0.00 -kilomètre kilomètre nom m s 24.80 62.23 3.73 6.28 -kilomètre_heure kilomètre_heure nom m p 0.14 0.41 0.14 0.41 -kilomètres kilomètre nom m p 24.80 62.23 21.07 55.95 -kilométrage kilométrage nom m s 0.50 0.27 0.49 0.14 -kilométrages kilométrage nom m p 0.50 0.27 0.01 0.14 -kilométrique kilométrique adj s 0.04 0.68 0.04 0.34 -kilométriques kilométrique adj f p 0.04 0.68 0.00 0.34 -kilos kilo nom m p 22.54 24.19 17.35 18.92 -kilotonnes kilotonne nom m p 0.10 0.14 0.10 0.14 -kilowattheure kilowattheure nom m s 0.00 0.07 0.00 0.07 -kilowatts kilowatt nom m p 0.00 0.34 0.00 0.34 -kils kil nom m p 0.17 0.54 0.01 0.20 -kilt kilt nom m s 0.55 0.68 0.50 0.68 -kilts kilt nom m p 0.55 0.68 0.05 0.00 -kimono kimono nom m s 2.11 2.43 1.84 1.89 -kimonos kimono nom m p 2.11 2.43 0.27 0.54 -kinase kinase nom f s 0.03 0.00 0.03 0.00 -kinescope kinescope nom m s 0.01 0.00 0.01 0.00 -kinesthésie kinesthésie nom f s 0.01 0.00 0.01 0.00 -king_charles king_charles nom m 0.00 0.07 0.00 0.07 -kinnor kinnor nom m s 0.00 0.07 0.00 0.07 -kino kino nom m s 0.00 0.07 0.00 0.07 -kiné kiné nom s 1.28 0.00 1.28 0.00 -kinésiques kinésique nom f p 0.01 0.00 0.01 0.00 -kinésithérapeute kinésithérapeute nom s 0.05 0.20 0.05 0.20 -kinésithérapie kinésithérapie nom f s 0.07 0.00 0.07 0.00 -kiosk kiosk nom m s 0.00 1.82 0.00 1.55 -kiosks kiosk nom m p 0.00 1.82 0.00 0.27 -kiosque kiosque nom m s 4.05 8.18 3.95 5.88 -kiosques kiosque nom m p 4.05 8.18 0.10 2.30 -kip kip nom m s 0.63 0.00 0.62 0.00 -kipa kipa nom f s 0.01 1.89 0.01 1.89 -kippa kippa nom f s 0.52 0.07 0.52 0.07 -kipper kipper nom m s 0.04 0.07 0.04 0.00 -kippers kipper nom m p 0.04 0.07 0.00 0.07 -kips kip nom m p 0.63 0.00 0.01 0.00 -kir kir nom m s 0.63 1.28 0.62 0.95 -kirghiz kirghiz nom m 0.00 0.20 0.00 0.20 -kirghize kirghize nom s 0.14 0.00 0.14 0.00 -kirghizes kirghize adj f p 0.00 0.14 0.00 0.07 -kirs kir nom m p 0.63 1.28 0.01 0.34 -kirsch kirsch nom m s 0.56 1.22 0.56 1.22 -kit kit nom m s 7.33 0.34 6.99 0.34 -kitch kitch adj f s 0.17 0.00 0.17 0.00 -kitchenette kitchenette nom f s 0.19 0.27 0.19 0.27 -kits kit nom m p 7.33 0.34 0.34 0.00 -kitsch kitsch adj 0.23 0.68 0.23 0.68 -kiva kiva nom f s 0.03 0.00 0.03 0.00 -kiwi kiwi nom m s 0.00 0.14 0.00 0.07 -kiwis kiwi nom m p 0.00 0.14 0.00 0.07 -klaxon klaxon nom m s 5.55 5.74 4.89 3.24 -klaxonna klaxonner ver 4.29 3.24 0.03 0.27 ind:pas:3s; -klaxonnai klaxonner ver 4.29 3.24 0.00 0.14 ind:pas:1s; -klaxonnaient klaxonner ver 4.29 3.24 0.02 0.14 ind:imp:3p; -klaxonnais klaxonner ver 4.29 3.24 0.04 0.00 ind:imp:1s; -klaxonnait klaxonner ver 4.29 3.24 0.05 0.27 ind:imp:3s; -klaxonnant klaxonner ver 4.29 3.24 0.00 0.68 par:pre; -klaxonne klaxonner ver 4.29 3.24 2.26 0.47 imp:pre:2s;ind:pre:1s;ind:pre:3s; -klaxonnent klaxonner ver 4.29 3.24 0.07 0.14 ind:pre:3p; -klaxonner klaxonner ver 4.29 3.24 0.75 0.61 inf; -klaxonnera klaxonner ver 4.29 3.24 0.01 0.07 ind:fut:3s; -klaxonnerai klaxonner ver 4.29 3.24 0.26 0.00 ind:fut:1s; -klaxonnes klaxonner ver 4.29 3.24 0.23 0.00 ind:pre:2s; -klaxonnez klaxonner ver 4.29 3.24 0.39 0.07 imp:pre:2p;ind:pre:2p; -klaxonné klaxonner ver m s 4.29 3.24 0.19 0.41 par:pas; -klaxons klaxon nom m p 5.55 5.74 0.66 2.50 -klebs klebs nom m 0.01 0.00 0.01 0.00 -kleenex kleenex nom m 1.35 2.91 1.35 2.91 -kleptomane kleptomane nom s 0.16 0.00 0.14 0.00 -kleptomanes kleptomane nom p 0.16 0.00 0.02 0.00 -kleptomanie kleptomanie nom f s 0.02 0.00 0.02 0.00 -klystron klystron nom m s 0.12 0.00 0.12 0.00 -km km adv 0.01 0.00 0.01 0.00 -knickerbockers knickerbocker nom m p 0.01 0.07 0.01 0.07 -knickers knicker nom m p 0.03 0.07 0.03 0.07 -knock_out knock_out adj m s 0.19 0.20 0.19 0.20 -knout knout nom m s 0.00 0.20 0.00 0.20 -koala koala nom m s 0.19 0.14 0.15 0.14 -koalas koala nom m p 0.19 0.14 0.04 0.00 -kobold kobold nom m s 0.37 0.07 0.22 0.07 -kobolds kobold nom m p 0.37 0.07 0.15 0.00 -kodak kodak nom m s 0.01 0.47 0.01 0.47 -kodiak kodiak nom m s 0.31 0.00 0.31 0.00 -kohl kohl nom m s 0.00 0.14 0.00 0.14 -kola kola nom m s 0.02 0.20 0.02 0.20 -kolatiers kolatier nom m p 0.00 0.20 0.00 0.20 -kolkhoze kolkhoze nom m s 1.11 0.41 1.11 0.41 -kolkhozien kolkhozien nom m s 0.20 0.68 0.00 0.07 -kolkhozienne kolkhozien nom f s 0.20 0.68 0.10 0.20 -kolkhoziennes kolkhozien nom f p 0.20 0.68 0.00 0.14 -kolkhoziens kolkhozien nom m p 0.20 0.68 0.10 0.27 -komi komi adj s 0.03 0.00 0.03 0.00 -komintern komintern nom m s 0.01 0.54 0.01 0.54 -kommandantur kommandantur nom f s 0.27 0.68 0.27 0.68 -kommando kommando nom m s 0.28 0.14 0.28 0.14 -komsomol komsomol nom m s 0.25 0.81 0.25 0.54 -komsomols komsomol nom m p 0.25 0.81 0.00 0.27 -kondo kondo nom m s 0.12 0.00 0.12 0.00 -kopeck kopeck nom m s 1.52 0.61 1.30 0.47 -kopecks kopeck nom m p 1.52 0.61 0.22 0.14 -kopeks kopek nom m p 0.14 0.00 0.14 0.00 -kora kora nom f s 0.01 0.00 0.01 0.00 -koran koran nom m s 0.00 0.14 0.00 0.14 -korrigan korrigan nom m s 0.03 0.20 0.01 0.07 -korrigans korrigan nom m p 0.03 0.20 0.02 0.14 -korè korè nom f s 0.00 0.07 0.00 0.07 -koré koré nom f s 0.00 0.34 0.00 0.34 -kosovar kosovar nom m s 0.01 0.00 0.01 0.00 -kot kot nom m s 0.33 0.00 0.33 0.00 -koto koto nom m s 0.02 0.07 0.02 0.07 -kouglof kouglof nom m s 0.02 0.14 0.02 0.14 -koulak koulak nom m s 0.11 0.47 0.00 0.27 -koulaks koulak nom m p 0.11 0.47 0.11 0.20 -kouros kouros nom m 0.00 0.27 0.00 0.27 -kraal kraal nom m s 0.03 0.00 0.03 0.00 -krach krach nom m s 0.15 0.41 0.15 0.34 -krachs krach nom m p 0.15 0.41 0.00 0.07 -kraft kraft nom m s 0.80 0.95 0.80 0.95 -krak krak nom m s 0.01 0.00 0.01 0.00 -kraken kraken nom m s 0.14 0.00 0.14 0.00 -kremlin kremlin nom m s 0.00 0.07 0.00 0.07 -kreutzer kreutzer nom m s 0.00 0.07 0.00 0.07 -kriegspiel kriegspiel nom m s 0.00 0.14 0.00 0.14 -krill krill nom m s 0.17 0.00 0.17 0.00 -kriss kriss nom m 0.09 0.00 0.09 0.00 -kroumir kroumir nom m s 0.01 0.27 0.01 0.20 -kroumirs kroumir nom m p 0.01 0.27 0.00 0.07 -krypton krypton nom m s 1.04 0.00 1.04 0.00 -ksar ksar nom m s 0.00 0.07 0.00 0.07 -kébour kébour nom m s 0.00 0.41 0.00 0.34 -kébours kébour nom m p 0.00 0.41 0.00 0.07 -kéfir kéfir nom m s 0.00 0.27 0.00 0.20 -kéfirs kéfir nom m p 0.00 0.27 0.00 0.07 -kugelhof kugelhof nom m s 0.04 0.07 0.04 0.07 -kula kula nom f s 0.01 0.07 0.01 0.07 -kummel kummel nom m s 0.01 0.34 0.01 0.34 -kumquat kumquat nom m s 0.16 0.07 0.13 0.00 -kumquats kumquat nom m p 0.16 0.07 0.03 0.07 -kung_fu kung_fu nom m s 1.12 0.00 1.01 0.00 -kung_fu kung_fu nom m s 1.12 0.00 0.10 0.00 -kényan kényan adj m s 0.02 0.00 0.02 0.00 -képi képi nom m s 2.39 15.81 1.85 12.91 -képis képi nom m p 2.39 15.81 0.55 2.91 -kérabau kérabau nom m s 0.10 0.00 0.10 0.00 -kératinisée kératinisé adj f s 0.01 0.00 0.01 0.00 -kératoplastie kératoplastie nom f s 0.01 0.00 0.01 0.00 -kératose kératose nom f s 0.01 0.00 0.01 0.00 -kurde kurde adj s 0.17 0.20 0.16 0.07 -kurdes kurde adj p 0.17 0.20 0.01 0.14 -kérosène kérosène nom m s 0.91 0.20 0.91 0.14 -kérosènes kérosène nom m p 0.91 0.20 0.00 0.07 -kursaal kursaal nom m s 0.20 0.07 0.20 0.07 -kurus kuru nom m p 0.00 0.07 0.00 0.07 -kvas kvas nom m 0.20 0.00 0.20 0.00 -kyrie_eleison kyrie_eleison nom m 0.41 0.07 0.41 0.07 -kyrie kyrie nom m 0.00 0.54 0.00 0.54 -kyrielle kyrielle nom f s 0.03 1.42 0.03 1.22 -kyrielles kyrielle nom f p 0.03 1.42 0.00 0.20 -kyste kyste nom m s 0.57 0.20 0.51 0.07 -kystes kyste nom m p 0.57 0.20 0.06 0.14 -kystique kystique adj f s 0.03 0.00 0.03 0.00 -l_ l_ art_def m s 8129.41 12746.76 8129.41 12746.76 -l_un l_un pro_ind 127.72 208.92 127.72 208.92 -l_une l_une pro_ind f 36.12 93.58 36.12 93.58 -l_dopa l_dopa nom f s 0.05 0.00 0.05 0.00 -l l art_def --s 78.26 3.92 78.26 3.92 -lûmes lire ver 281.09 324.80 0.01 0.20 ind:pas:1p; -lût lire ver 281.09 324.80 0.00 0.47 sub:imp:3s; -la_la_la la_la_la art_def f s 0.14 0.07 0.14 0.07 -la_plata la_plata nom s 0.01 0.14 0.01 0.14 -la_plupart_de la_plupart_de adj_ind 3.94 7.30 3.94 7.30 -la_plupart_des la_plupart_des adj_ind 23.41 29.26 23.41 29.26 -la_plupart_du la_plupart_du adj_ind 5.07 7.91 5.07 7.91 -la_plupart la_plupart pro_ind p 14.72 23.24 14.72 23.24 -la la art_def f s 14946.48 23633.92 14946.48 23633.92 -laîche laîche nom f s 0.06 0.07 0.06 0.00 -laîches laîche nom f p 0.06 0.07 0.00 0.07 -laïc laïc adj m s 0.33 0.88 0.33 0.74 -laïciser laïciser ver 0.14 0.00 0.14 0.00 inf; -laïcité laïcité nom f s 0.29 0.47 0.29 0.47 -laïcs laïc nom p 0.32 0.95 0.16 0.68 -laïque laïque adj s 0.58 3.45 0.43 2.43 -laïques laïque adj p 0.58 3.45 0.15 1.01 -laïus laïus nom m 1.78 1.08 1.78 1.08 -laïusse laïusser ver 0.00 0.07 0.00 0.07 ind:pre:3s; -labbe labbe nom m s 0.00 0.14 0.00 0.07 -labbes labbe nom m p 0.00 0.14 0.00 0.07 -label label nom m s 1.59 0.54 1.30 0.47 -labelle labelle nom m s 0.09 0.00 0.09 0.00 -labels label nom m p 1.59 0.54 0.29 0.07 -labeur labeur nom m s 3.73 9.80 3.71 8.85 -labeurs labeur nom m p 3.73 9.80 0.03 0.95 -labial labial adj m s 0.02 0.41 0.00 0.27 -labiale labial adj f s 0.02 0.41 0.02 0.00 -labiales labial adj f p 0.02 0.41 0.00 0.07 -labialisant labialiser ver 0.00 0.07 0.00 0.07 par:pre; -labiaux labial adj m p 0.02 0.41 0.00 0.07 -labile labile adj s 0.01 0.27 0.01 0.27 -labo labo nom m s 29.95 1.42 28.36 1.22 -laborantin laborantin nom m s 0.12 0.27 0.09 0.07 -laborantine laborantin nom f s 0.12 0.27 0.02 0.07 -laborantins laborantin nom m p 0.12 0.27 0.01 0.14 -laboratoire laboratoire nom m s 14.74 13.99 13.24 12.91 -laboratoires laboratoire nom m p 14.74 13.99 1.51 1.08 -laborieuse laborieux adj f s 1.21 7.16 0.34 1.96 -laborieusement laborieusement adv 0.02 1.62 0.02 1.62 -laborieuses laborieux adj f p 1.21 7.16 0.28 1.89 -laborieux laborieux adj m 1.21 7.16 0.60 3.31 -labos labo nom m p 29.95 1.42 1.60 0.20 -labour labour nom m s 0.67 6.62 0.39 2.64 -laboura labourer ver 2.56 7.03 0.00 0.07 ind:pas:3s; -labourable labourable adj s 0.01 0.00 0.01 0.00 -labourage labourage nom m s 0.14 0.41 0.14 0.41 -labouraient labourer ver 2.56 7.03 0.01 0.41 ind:imp:3p; -labourais labourer ver 2.56 7.03 0.03 0.00 ind:imp:1s;ind:imp:2s; -labourait labourer ver 2.56 7.03 0.14 0.61 ind:imp:3s; -labourant labourer ver 2.56 7.03 0.03 0.54 par:pre; -laboure labourer ver 2.56 7.03 0.27 0.68 imp:pre:2s;ind:pre:1s;ind:pre:3s; -labourent labourer ver 2.56 7.03 0.13 0.20 ind:pre:3p; -labourer labourer ver 2.56 7.03 1.41 1.22 inf; -labourerait labourer ver 2.56 7.03 0.01 0.07 cnd:pre:3s; -laboureur laboureur nom m s 0.20 2.43 0.17 1.42 -laboureurs laboureur nom m p 0.20 2.43 0.02 1.01 -labours labour nom m p 0.67 6.62 0.28 3.99 -labouré labourer ver m s 2.56 7.03 0.47 1.15 par:pas; -labourée labourer ver f s 2.56 7.03 0.02 1.08 par:pas; -labourées labourer ver f p 2.56 7.03 0.02 0.47 par:pas; -labourés labourer ver m p 2.56 7.03 0.01 0.54 par:pas; -labrador labrador nom m s 0.36 0.34 0.30 0.27 -labradors labrador nom m p 0.36 0.34 0.06 0.07 -labre labre nom m s 0.00 0.20 0.00 0.07 -labres labre nom m p 0.00 0.20 0.00 0.14 -labri labri nom m s 0.02 0.00 0.01 0.00 -labris labri nom m p 0.02 0.00 0.01 0.00 -labyrinthe labyrinthe nom m s 5.05 8.31 4.90 7.03 -labyrinthes labyrinthe nom m p 5.05 8.31 0.15 1.28 -labyrinthique labyrinthique adj s 0.05 0.27 0.02 0.20 -labyrinthiques labyrinthique adj p 0.05 0.27 0.03 0.07 -lac lac nom m s 31.16 32.84 31.16 32.84 -lacandon lacandon adj s 0.00 0.07 0.00 0.07 -lacanien lacanien adj m s 0.01 0.07 0.01 0.07 -lacaniens lacanien nom m p 0.00 0.14 0.00 0.07 -lace lacer ver 0.81 2.23 0.15 0.14 imp:pre:2s;ind:pre:1s;ind:pre:3s; -lacent lacer ver 0.81 2.23 0.00 0.07 ind:pre:3p; -lacer lacer ver 0.81 2.23 0.56 0.68 inf; -lacet lacet nom m s 4.40 13.78 0.83 5.27 -lacets lacet nom m p 4.40 13.78 3.57 8.51 -lacis lacis nom m 0.00 1.89 0.00 1.89 -lack lack nom m s 0.16 0.00 0.16 0.00 -laconique laconique adj s 0.08 2.43 0.06 1.55 -laconiquement laconiquement adv 0.01 0.61 0.01 0.61 -laconiques laconique adj p 0.08 2.43 0.02 0.88 -laconisme laconisme nom m s 0.01 0.47 0.01 0.47 -lacrima_christi lacrima_christi nom m 0.00 0.07 0.00 0.07 -lacryma_christi lacryma_christi nom m s 0.00 0.34 0.00 0.20 -lacryma_christi lacryma_christi nom m s 0.00 0.34 0.00 0.14 -lacrymal lacrymal adj m s 0.42 0.68 0.03 0.14 -lacrymale lacrymal adj f s 0.42 0.68 0.00 0.07 -lacrymales lacrymal adj f p 0.42 0.68 0.25 0.47 -lacrymaux lacrymal adj m p 0.42 0.68 0.14 0.00 -lacrymogène lacrymogène adj s 1.22 0.81 0.54 0.41 -lacrymogènes lacrymogène adj p 1.22 0.81 0.69 0.41 -lacs lacs nom m 3.60 8.58 3.60 8.58 -lactaires lactaire nom m p 0.00 0.20 0.00 0.20 -lactate lactate nom m s 0.06 0.00 0.06 0.00 -lactation lactation nom f s 0.05 0.00 0.05 0.00 -lactescent lactescent adj m s 0.00 0.14 0.00 0.07 -lactescente lactescent adj f s 0.00 0.14 0.00 0.07 -lacère lacérer ver 1.38 4.05 0.18 0.54 imp:pre:2s;ind:pre:1s;ind:pre:3s; -lacèrent lacérer ver 1.38 4.05 0.14 0.20 ind:pre:3p; -lactifère lactifère adj f s 0.01 0.00 0.01 0.00 -lactique lactique adj s 0.12 0.00 0.12 0.00 -lactose lactose nom m s 0.69 0.00 0.69 0.00 -lacté lacté adj m s 0.85 1.69 0.10 0.20 -lactée lacté adj f s 0.85 1.69 0.75 1.42 -lactés lacté adj m p 0.85 1.69 0.00 0.07 -lacé lacer ver m s 0.81 2.23 0.04 0.07 par:pas; -lacédémoniens lacédémonien nom m p 0.00 0.07 0.00 0.07 -lacée lacer ver f s 0.81 2.23 0.00 0.07 par:pas; -lacées lacer ver f p 0.81 2.23 0.02 0.54 par:pas; -lacunaire lacunaire adj s 0.08 0.34 0.08 0.34 -lacune lacune nom f s 0.44 2.23 0.09 0.68 -lacunes lacune nom f p 0.44 2.23 0.35 1.55 -lacéra lacérer ver 1.38 4.05 0.00 0.20 ind:pas:3s; -lacéraient lacérer ver 1.38 4.05 0.00 0.14 ind:imp:3p; -lacérait lacérer ver 1.38 4.05 0.00 0.14 ind:imp:3s; -lacérant lacérer ver 1.38 4.05 0.15 0.41 par:pre; -lacération lacération nom f s 1.64 0.00 1.00 0.00 -lacérations lacération nom f p 1.64 0.00 0.64 0.00 -lacérer lacérer ver 1.38 4.05 0.34 1.01 inf; -lacérions lacérer ver 1.38 4.05 0.00 0.07 ind:imp:1p; -lacéré lacérer ver m s 1.38 4.05 0.26 0.68 par:pas; -lacérée lacérer ver f s 1.38 4.05 0.04 0.34 par:pas; -lacérées lacéré adj f p 0.10 1.22 0.02 0.34 -lacérés lacérer ver m p 1.38 4.05 0.26 0.27 par:pas; -lacés lacer ver m p 0.81 2.23 0.00 0.20 par:pas; -lacustre lacustre adj s 0.02 0.61 0.02 0.47 -lacustres lacustre adj m p 0.02 0.61 0.00 0.14 -lad lad nom m s 0.20 0.74 0.17 0.54 -ladies ladies nom f p 0.91 0.14 0.91 0.14 -ladino ladino nom m s 0.00 0.07 0.00 0.07 -ladite ladite adj f s 0.33 1.82 0.33 1.82 -ladre ladre nom s 0.01 0.27 0.01 0.20 -ladrerie ladrerie nom f s 0.00 0.20 0.00 0.14 -ladreries ladrerie nom f p 0.00 0.20 0.00 0.07 -ladres ladre nom p 0.01 0.27 0.00 0.07 -lads lad nom m p 0.20 0.74 0.03 0.20 -lady lady nom f s 13.48 3.24 13.47 3.24 -ladys lady nom f p 13.48 3.24 0.01 0.00 -lagan lagan nom m s 0.05 0.00 0.05 0.00 -lagon lagon nom m s 0.84 0.88 0.71 0.74 -lagons lagon nom m p 0.84 0.88 0.13 0.14 -laguiole laguiole nom m s 0.00 0.07 0.00 0.07 -lagunaire lagunaire adj m s 0.00 0.20 0.00 0.20 -lagune lagune nom f s 2.84 8.92 2.40 6.69 -lagunes lagune nom f p 2.84 8.92 0.44 2.23 -lai lai adj m s 1.05 0.14 1.04 0.14 -laid laid adj m s 18.54 26.82 9.52 10.41 -laide laid adj f s 18.54 26.82 6.23 9.73 -laidement laidement adv 0.00 0.47 0.00 0.47 -laideron laideron nom m s 0.47 0.68 0.26 0.20 -laiderons laideron nom m p 0.47 0.68 0.21 0.47 -laides laid adj f p 18.54 26.82 1.51 3.11 -laideur laideur nom f s 1.44 8.99 1.44 8.78 -laideurs laideur nom f p 1.44 8.99 0.00 0.20 -laids laid adj m p 18.54 26.82 1.28 3.58 -laie laie nom f s 0.01 1.76 0.01 1.62 -laies laie nom f p 0.01 1.76 0.00 0.14 -lainage lainage nom m s 0.17 4.59 0.01 2.50 -lainages lainage nom m p 0.17 4.59 0.16 2.09 -laine laine nom f s 6.41 37.03 6.27 34.86 -laines laine nom f p 6.41 37.03 0.14 2.16 -laineurs laineur nom m p 0.00 0.14 0.00 0.07 -laineuse laineux adj f s 0.06 1.89 0.00 0.47 -laineuses laineux adj f p 0.06 1.89 0.00 0.34 -laineux laineux adj m s 0.06 1.89 0.06 1.08 -lainier lainier adj m s 0.00 0.20 0.00 0.14 -lainière lainier adj f s 0.00 0.20 0.00 0.07 -laird laird nom m s 0.36 0.07 0.36 0.07 -lais lai adj m p 1.05 0.14 0.01 0.00 -laissa laisser ver 1334.05 851.55 2.52 67.97 ind:pas:3s; -laissai laisser ver 1334.05 851.55 0.41 8.11 ind:pas:1s; -laissaient laisser ver 1334.05 851.55 1.69 23.92 ind:imp:3p; -laissais laisser ver 1334.05 851.55 4.54 12.36 ind:imp:1s;ind:imp:2s; -laissait laisser ver 1334.05 851.55 7.78 82.77 ind:imp:3s; -laissant laisser ver 1334.05 851.55 10.80 58.51 par:pre; -laissassent laisser ver 1334.05 851.55 0.00 0.07 sub:imp:3p; -laisse_la_moi laisse_la_moi nom f s 0.14 0.00 0.14 0.00 -laisse laisser ver 1334.05 851.55 479.63 143.31 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:1s;sub:pre:3s; -laissent laisser ver 1334.05 851.55 15.24 22.30 ind:pre:3p;sub:pre:3p; -laisser_aller laisser_aller nom m 0.75 3.38 0.75 3.38 -laisser_faire laisser_faire nom m 0.01 0.07 0.01 0.07 -laisser laisser ver 1334.05 851.55 243.08 192.03 inf;;inf;;inf;;inf;;inf;; -laissera laisser ver 1334.05 851.55 13.78 6.62 ind:fut:3s; -laisserai laisser ver 1334.05 851.55 28.33 5.81 ind:fut:1s; -laisseraient laisser ver 1334.05 851.55 1.23 2.09 cnd:pre:3p; -laisserais laisser ver 1334.05 851.55 7.47 2.64 cnd:pre:1s;cnd:pre:2s; -laisserait laisser ver 1334.05 851.55 5.18 8.72 cnd:pre:3s; -laisseras laisser ver 1334.05 851.55 3.19 0.74 ind:fut:2s; -laisserez laisser ver 1334.05 851.55 1.93 1.22 ind:fut:2p; -laisseriez laisser ver 1334.05 851.55 0.93 0.54 cnd:pre:2p; -laisserions laisser ver 1334.05 851.55 0.10 0.34 cnd:pre:1p; -laisserons laisser ver 1334.05 851.55 2.93 0.81 ind:fut:1p; -laisseront laisser ver 1334.05 851.55 5.74 2.50 ind:fut:3p; -laisses laisser ver 1334.05 851.55 36.40 5.00 ind:pre:2s;sub:pre:1p;sub:pre:2s; -laissez_faire laissez_faire nom m 0.01 0.00 0.01 0.00 -laissez_passer laissez_passer nom m 4.00 1.96 4.00 1.96 -laissez laisser ver 1334.05 851.55 265.61 31.42 imp:pre:2p;ind:pre:2p; -laissiez laisser ver 1334.05 851.55 2.39 0.95 ind:imp:2p;sub:pre:2p; -laissions laisser ver 1334.05 851.55 0.54 2.50 ind:imp:1p; -laissâmes laisser ver 1334.05 851.55 0.00 0.54 ind:pas:1p; -laissons laisser ver 1334.05 851.55 20.73 6.76 imp:pre:1p;ind:pre:1p; -laissât laisser ver 1334.05 851.55 0.01 2.97 sub:imp:3s; -laissèrent laisser ver 1334.05 851.55 0.42 4.73 ind:pas:3p; -laissé_pour_compte laissé_pour_compte nom m s 0.00 0.07 0.00 0.07 -laissé laisser ver m s 1334.05 851.55 139.96 117.57 par:pas;par:pas;par:pas;par:pas; -laissée laisser ver f s 1334.05 851.55 20.90 20.47 ind:imp:3p;par:pas; -laissées laisser ver f p 1334.05 851.55 3.47 6.01 par:pas; -laissés_pour_compte laissés_pour_compte nom m p 0.23 0.07 0.23 0.07 -laissés laisser ver m p 1334.05 851.55 7.12 9.26 par:pas; -lait lait nom m s 59.62 62.91 59.41 62.23 -laitage laitage nom m s 0.41 0.88 0.22 0.54 -laitages laitage nom m p 0.41 0.88 0.20 0.34 -laitance laitance nom f s 0.27 0.47 0.27 0.34 -laitances laitance nom f p 0.27 0.47 0.00 0.14 -laiterie laiterie nom f s 0.32 0.61 0.29 0.47 -laiteries laiterie nom f p 0.32 0.61 0.03 0.14 -laites laite nom f p 0.00 0.07 0.00 0.07 -laiteuse laiteux adj f s 0.32 10.41 0.10 4.86 -laiteuses laiteux adj f p 0.32 10.41 0.00 1.42 -laiteux laiteux adj m 0.32 10.41 0.22 4.12 -laitier laitier nom m s 1.29 2.43 1.18 1.49 -laitiers laitier adj m p 1.26 0.74 0.66 0.07 -laitière laitier adj f s 1.26 0.74 0.38 0.47 -laitières laitier adj f p 1.26 0.74 0.05 0.14 -laiton laiton nom m s 0.21 1.55 0.21 1.55 -laits lait nom m p 59.62 62.91 0.21 0.68 -laitue laitue nom f s 2.52 2.43 1.97 1.62 -laitues laitue nom f p 2.52 2.43 0.56 0.81 -laizes laize nom f p 0.00 0.14 0.00 0.14 -lala lala ono 0.66 0.07 0.66 0.07 -lama lama nom m s 2.13 0.74 1.23 0.47 -lamaïsme lamaïsme nom m s 0.00 0.07 0.00 0.07 -lamais lamer ver 0.01 0.20 0.00 0.07 ind:imp:1s; -lamantin lamantin nom m s 0.84 0.20 0.54 0.14 -lamantins lamantin nom m p 0.84 0.20 0.29 0.07 -lamartiniennes lamartinien nom f p 0.00 0.07 0.00 0.07 -lamas lama nom m p 2.13 0.74 0.90 0.27 -lambada lambada nom f s 0.13 0.00 0.13 0.00 -lambda lambda nom m s 0.74 0.07 0.72 0.00 -lambdas lambda nom m p 0.74 0.07 0.02 0.07 -lambeau lambeau nom m s 2.41 14.26 0.61 3.51 -lambeaux lambeau nom m p 2.41 14.26 1.80 10.74 -lambel lambel nom m s 0.01 0.00 0.01 0.00 -lambi lambi nom m s 0.00 0.07 0.00 0.07 -lambic lambic nom m s 0.00 0.07 0.00 0.07 -lambin lambin adj m s 0.04 0.14 0.02 0.14 -lambinaient lambiner ver 0.62 1.15 0.00 0.14 ind:imp:3p; -lambinais lambiner ver 0.62 1.15 0.00 0.07 ind:imp:1s; -lambinait lambiner ver 0.62 1.15 0.00 0.07 ind:imp:3s; -lambinant lambiner ver 0.62 1.15 0.00 0.07 par:pre; -lambine lambiner ver 0.62 1.15 0.26 0.14 imp:pre:2s;ind:pre:1s;ind:pre:3s; -lambiner lambiner ver 0.62 1.15 0.22 0.54 inf; -lambines lambiner ver 0.62 1.15 0.02 0.00 ind:pre:2s; -lambinez lambiner ver 0.62 1.15 0.05 0.00 imp:pre:2p;ind:pre:2p; -lambiniez lambiner ver 0.62 1.15 0.01 0.00 ind:imp:2p; -lambinions lambiner ver 0.62 1.15 0.00 0.07 ind:imp:1p; -lambinons lambiner ver 0.62 1.15 0.01 0.07 imp:pre:1p; -lambins lambin nom m p 0.16 0.20 0.15 0.00 -lambiné lambiner ver m s 0.62 1.15 0.05 0.00 par:pas; -lambrequins lambrequin nom m p 0.00 0.20 0.00 0.20 -lambris lambris nom m 0.04 1.55 0.04 1.55 -lambrissage lambrissage nom m s 0.01 0.07 0.01 0.07 -lambrissé lambrisser ver m s 0.02 0.27 0.01 0.07 par:pas; -lambrissée lambrissé adj f s 0.00 0.41 0.00 0.20 -lambrissées lambrisser ver f p 0.02 0.27 0.01 0.00 par:pas; -lambrusques lambrusque nom f p 0.00 0.07 0.00 0.07 -lambswool lambswool nom m s 0.00 0.14 0.00 0.14 -lame lame nom f s 14.22 37.09 11.05 25.81 -lamedé lamedé nom f s 0.00 0.81 0.00 0.68 -lamedu lamedu nom m s 0.00 0.14 0.00 0.14 -lamedés lamedé nom f p 0.00 0.81 0.00 0.14 -lamelle lamelle nom f s 0.72 2.64 0.14 0.54 -lamelles lamelle nom f p 0.72 2.64 0.59 2.09 -lamellibranches lamellibranche nom m p 0.00 0.07 0.00 0.07 -lamelliforme lamelliforme adj m s 0.00 0.07 0.00 0.07 -lamenta lamenter ver 3.37 7.43 0.00 0.61 ind:pas:3s; -lamentable lamentable adj s 5.70 9.26 5.33 7.36 -lamentablement lamentablement adv 0.44 1.82 0.44 1.82 -lamentables lamentable adj p 5.70 9.26 0.37 1.89 -lamentaient lamenter ver 3.37 7.43 0.00 0.47 ind:imp:3p; -lamentais lamenter ver 3.37 7.43 0.02 0.00 ind:imp:1s;ind:imp:2s; -lamentait lamenter ver 3.37 7.43 0.20 2.09 ind:imp:3s; -lamentant lamenter ver 3.37 7.43 0.06 0.41 par:pre; -lamentation lamentation nom f s 1.35 4.80 0.47 0.95 -lamentations lamentation nom f p 1.35 4.80 0.89 3.85 -lamente lamenter ver 3.37 7.43 1.31 1.01 imp:pre:2s;ind:pre:1s;ind:pre:3s; -lamentent lamenter ver 3.37 7.43 0.15 0.54 ind:pre:3p; -lamenter lamenter ver 3.37 7.43 1.20 1.55 ind:pre:2p;inf; -lamentera lamenter ver 3.37 7.43 0.14 0.07 ind:fut:3s; -lamenterait lamenter ver 3.37 7.43 0.01 0.07 cnd:pre:3s; -lamenteront lamenter ver 3.37 7.43 0.02 0.07 ind:fut:3p; -lamentez lamenter ver 3.37 7.43 0.03 0.07 imp:pre:2p;ind:pre:2p; -lamentions lamenter ver 3.37 7.43 0.00 0.07 ind:imp:1p; -lamento lamento nom m s 0.01 1.22 0.01 1.22 -lamentons lamenter ver 3.37 7.43 0.10 0.00 ind:pre:1p; -lamentèrent lamenter ver 3.37 7.43 0.00 0.07 ind:pas:3p; -lamenté lamenter ver m s 3.37 7.43 0.14 0.27 par:pas; -lamentés lamenter ver m p 3.37 7.43 0.00 0.07 par:pas; -lamer mettre ver 1004.84 1083.65 0.01 0.00 imp:pre:2p; -lames lame nom f p 14.22 37.09 3.17 11.28 -lamie lamie nom f s 0.00 0.07 0.00 0.07 -lamifié lamifié adj m s 0.00 0.14 0.00 0.07 -lamifiés lamifié adj m p 0.00 0.14 0.00 0.07 -laminage laminage nom m s 0.01 0.07 0.01 0.00 -laminages laminage nom m p 0.01 0.07 0.00 0.07 -laminaire laminaire nom f s 0.00 0.14 0.00 0.07 -laminaires laminaire nom f p 0.00 0.14 0.00 0.07 -laminait laminer ver 0.70 1.55 0.00 0.14 ind:imp:3s; -laminant laminer ver 0.70 1.55 0.01 0.00 par:pre; -lamine laminer ver 0.70 1.55 0.05 0.20 imp:pre:2s;ind:pre:1s;ind:pre:3s; -laminectomie laminectomie nom f s 0.01 0.00 0.01 0.00 -laminer laminer ver 0.70 1.55 0.44 0.34 inf; -lamineront laminer ver 0.70 1.55 0.01 0.00 ind:fut:3p; -lamines laminer ver 0.70 1.55 0.00 0.07 ind:pre:2s; -laminoir laminoir nom m s 0.01 0.47 0.00 0.34 -laminoirs laminoir nom m p 0.01 0.47 0.01 0.14 -laminé laminer ver m s 0.70 1.55 0.11 0.47 par:pas; -laminée laminer ver f s 0.70 1.55 0.02 0.07 par:pas; -laminées laminer ver f p 0.70 1.55 0.01 0.14 par:pas; -laminés laminer ver m p 0.70 1.55 0.05 0.14 par:pas; -lampa lamper ver 0.41 1.69 0.14 0.20 ind:pas:3s; -lampadaire lampadaire nom m s 1.89 6.76 1.61 2.84 -lampadaires lampadaire nom m p 1.89 6.76 0.28 3.92 -lampadophore lampadophore adj s 0.00 0.14 0.00 0.14 -lampais lamper ver 0.41 1.69 0.00 0.07 ind:imp:1s; -lampait lamper ver 0.41 1.69 0.00 0.41 ind:imp:3s; -lampant lamper ver 0.41 1.69 0.00 0.20 par:pre; -lamparos lamparo nom m p 0.00 0.14 0.00 0.14 -lampas lampas nom m 0.00 0.07 0.00 0.07 -lampe_phare lampe_phare nom f s 0.00 0.07 0.00 0.07 -lampe_tempête lampe_tempête nom f s 0.00 0.95 0.00 0.68 -lampe lampe nom f s 25.86 93.11 22.22 70.88 -lampent lamper ver 0.41 1.69 0.01 0.00 ind:pre:3p; -lamper lamper ver 0.41 1.69 0.00 0.20 inf; -lampe_tempête lampe_tempête nom f p 0.00 0.95 0.00 0.27 -lampes lampe nom f p 25.86 93.11 3.63 22.23 -lampez lamper ver 0.41 1.69 0.00 0.07 ind:pre:2p; -lampion lampion nom m s 0.28 3.99 0.01 0.81 -lampions lampion nom m p 0.28 3.99 0.27 3.18 -lampiste lampiste nom m s 0.03 0.20 0.01 0.00 -lampisterie lampisterie nom f s 0.00 0.27 0.00 0.20 -lampisteries lampisterie nom f p 0.00 0.27 0.00 0.07 -lampistes lampiste nom m p 0.03 0.20 0.02 0.20 -lampons lampon nom m p 0.00 0.07 0.00 0.07 -lamproie lamproie nom f s 0.04 0.41 0.03 0.07 -lamproies lamproie nom f p 0.04 0.41 0.01 0.34 -lampé lamper ver m s 0.41 1.69 0.00 0.20 par:pas; -lampée lampée nom f s 0.26 3.31 0.25 2.50 -lampées lampée nom f p 0.26 3.31 0.01 0.81 -lampyres lampyre nom m p 0.01 0.07 0.01 0.07 -lamé lamé adj m s 0.56 1.22 0.56 0.81 -lamée lamé adj f s 0.56 1.22 0.00 0.07 -lamées lamer ver f p 0.01 0.20 0.00 0.07 par:pas; -lamés lamé adj m p 0.56 1.22 0.00 0.34 -lance_engins lance_engins nom m 0.02 0.00 0.02 0.00 -lance_flamme lance_flamme nom m s 0.06 0.00 0.06 0.00 -lance_flammes lance_flammes nom m 1.06 0.61 1.06 0.61 -lance_fusée lance_fusée nom m s 0.01 0.00 0.01 0.00 -lance_fusées lance_fusées nom m 0.12 0.61 0.12 0.61 -lance_grenade lance_grenade nom m s 0.02 0.00 0.02 0.00 -lance_grenades lance_grenades nom m 0.34 0.00 0.34 0.00 -lance_missiles lance_missiles nom m 0.26 0.07 0.26 0.07 -lance_pierre lance_pierre nom m s 0.25 0.07 0.25 0.07 -lance_pierres lance_pierres nom m 0.39 1.42 0.39 1.42 -lance_roquette lance_roquette nom m s 0.06 0.00 0.06 0.00 -lance_roquettes lance_roquettes nom m 0.72 0.14 0.72 0.14 -lance_torpille lance_torpille nom m s 0.00 0.07 0.00 0.07 -lance_torpilles lance_torpilles nom m 0.03 0.41 0.03 0.41 -lance lancer ver 75.08 165.07 18.30 19.19 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:1s;sub:pre:3s; -lancelot lancelot nom m s 0.00 0.14 0.00 0.14 -lancement lancement nom m s 8.88 2.03 8.63 1.96 -lancements lancement nom m p 8.88 2.03 0.25 0.07 -lancent lancer ver 75.08 165.07 1.31 4.05 ind:pre:3p; -lancequine lancequiner ver 0.00 0.34 0.00 0.27 ind:pre:1s;ind:pre:3s; -lancequiner lancequiner ver 0.00 0.34 0.00 0.07 inf; -lancer lancer ver 75.08 165.07 18.42 26.08 inf; -lancera lancer ver 75.08 165.07 0.90 0.41 ind:fut:3s; -lancerai lancer ver 75.08 165.07 0.65 0.20 ind:fut:1s; -lanceraient lancer ver 75.08 165.07 0.01 0.07 cnd:pre:3p; -lancerais lancer ver 75.08 165.07 0.28 0.07 cnd:pre:1s;cnd:pre:2s; -lancerait lancer ver 75.08 165.07 0.15 0.68 cnd:pre:3s; -lanceras lancer ver 75.08 165.07 0.18 0.07 ind:fut:2s; -lancerez lancer ver 75.08 165.07 0.26 0.00 ind:fut:2p; -lancerons lanceron nom m p 0.18 0.00 0.18 0.00 -lanceront lancer ver 75.08 165.07 0.16 0.14 ind:fut:3p; -lancers lancer nom m p 4.04 2.03 0.68 0.34 -lances lancer ver 75.08 165.07 1.91 0.47 ind:pre:2s;sub:pre:2s; -lancette lancette nom f s 0.29 0.27 0.29 0.27 -lanceur lanceur nom m s 2.25 0.54 1.84 0.34 -lanceurs lanceur nom m p 2.25 0.54 0.39 0.20 -lanceuse lanceur nom f s 2.25 0.54 0.02 0.00 -lancez lancer ver 75.08 165.07 5.83 0.47 imp:pre:2p;ind:pre:2p; -lancier lancier nom m s 0.55 0.88 0.23 0.14 -lanciers lancier nom m p 0.55 0.88 0.31 0.74 -lanciez lancer ver 75.08 165.07 0.10 0.00 ind:imp:2p; -lancinait lanciner ver 0.14 0.74 0.00 0.14 ind:imp:3s; -lancinance lancinance nom f s 0.00 0.07 0.00 0.07 -lancinant lancinant adj m s 0.48 5.34 0.19 1.89 -lancinante lancinant adj f s 0.48 5.34 0.29 2.16 -lancinantes lancinant adj f p 0.48 5.34 0.01 0.95 -lancinants lancinant adj m p 0.48 5.34 0.00 0.34 -lancine lanciner ver 0.14 0.74 0.04 0.07 ind:pre:1s;ind:pre:3s; -lanciné lanciner ver m s 0.14 0.74 0.00 0.14 par:pas; -lancions lancer ver 75.08 165.07 0.05 0.20 ind:imp:1p; -lancèrent lancer ver 75.08 165.07 0.21 1.42 ind:pas:3p; -lancé lancer ver m s 75.08 165.07 17.31 24.66 par:pas; -lancée lancer ver f s 75.08 165.07 3.02 6.76 par:pas; -lancées lancer ver f p 75.08 165.07 0.68 2.84 par:pas; -lancéolés lancéolé adj m p 0.00 0.07 0.00 0.07 -lancés lancer ver m p 75.08 165.07 1.20 5.27 par:pas; -land land nom m s 2.77 1.96 2.56 1.96 -landais landais adj m 0.01 0.74 0.01 0.20 -landaise landais nom f s 0.01 0.07 0.01 0.00 -landaises landais adj f p 0.01 0.74 0.00 0.14 -landau landau nom m s 1.01 4.59 0.98 3.65 -landaulet landaulet nom m s 0.00 0.07 0.00 0.07 -landaus landau nom m p 1.01 4.59 0.04 0.95 -lande lande nom f s 1.69 10.47 1.57 8.04 -landerneau landerneau nom m s 0.00 0.07 0.00 0.07 -landes lande nom f p 1.69 10.47 0.12 2.43 -landiers landier nom m p 0.00 0.20 0.00 0.20 -landing landing nom m s 0.10 0.00 0.10 0.00 -landlord landlord nom m s 0.01 0.00 0.01 0.00 -lands land nom m p 2.77 1.96 0.21 0.00 -landsturm landsturm nom m s 0.00 0.14 0.00 0.14 -landwehr landwehr nom f s 0.00 0.27 0.00 0.27 -langage langage nom m s 16.68 37.36 16.56 36.01 -langages langage nom m p 16.68 37.36 0.11 1.35 -langagiers langagier adj m p 0.00 0.20 0.00 0.20 -lange langer ver 1.06 1.15 0.55 0.00 ind:pre:3s; -langeait langer ver 1.06 1.15 0.00 0.14 ind:imp:3s; -langeant langer ver 1.06 1.15 0.00 0.07 par:pre; -langer langer ver 1.06 1.15 0.23 0.68 inf; -langes lange nom m p 0.85 1.62 0.75 1.55 -langoureuse langoureux adj f s 0.77 3.04 0.09 1.08 -langoureusement langoureusement adv 0.02 0.47 0.02 0.47 -langoureuses langoureux adj f p 0.77 3.04 0.01 0.27 -langoureux langoureux adj m 0.77 3.04 0.67 1.69 -langouste langouste nom f s 2.98 4.19 1.99 2.09 -langoustes langouste nom f p 2.98 4.19 0.99 2.09 -langoustine langoustine nom f s 0.48 0.47 0.22 0.00 -langoustines langoustine nom f p 0.48 0.47 0.26 0.47 -langé langer ver m s 1.06 1.15 0.28 0.20 par:pas; -langue langue nom f s 69.11 126.28 58.95 103.78 -langée langer ver f s 1.06 1.15 0.00 0.07 par:pas; -languedociens languedocien nom m p 0.00 0.07 0.00 0.07 -langues langue nom f p 69.11 126.28 10.17 22.50 -languette languette nom f s 0.10 0.81 0.09 0.54 -languettes languette nom f p 0.10 0.81 0.01 0.27 -langueur langueur nom f s 0.36 4.66 0.36 3.78 -langueurs langueur nom f p 0.36 4.66 0.00 0.88 -langui languir ver m s 5.99 3.72 0.34 0.20 par:pas; -languide languide adj s 0.20 1.55 0.10 1.28 -languides languide adj m p 0.20 1.55 0.10 0.27 -languir languir ver 5.99 3.72 1.45 1.08 inf; -languirait languir ver 5.99 3.72 0.01 0.07 cnd:pre:3s; -languirent languir ver 5.99 3.72 0.01 0.07 ind:pas:3p; -languiront languir ver 5.99 3.72 0.00 0.07 ind:fut:3p; -languis languir ver m p 5.99 3.72 1.80 0.27 ind:pre:1s;ind:pre:2s;par:pas; -languissaient languir ver 5.99 3.72 0.12 0.14 ind:imp:3p; -languissais languir ver 5.99 3.72 0.46 0.41 ind:imp:1s;ind:imp:2s; -languissait languir ver 5.99 3.72 0.49 0.68 ind:imp:3s; -languissamment languissamment adv 0.01 0.34 0.01 0.34 -languissant languissant adj m s 0.91 2.16 0.49 0.81 -languissante languissant adj f s 0.91 2.16 0.28 0.74 -languissantes languissant adj f p 0.91 2.16 0.15 0.20 -languissants languissant adj m p 0.91 2.16 0.00 0.41 -languisse languir ver 5.99 3.72 0.02 0.00 sub:pre:1s;sub:pre:3s; -languissent languir ver 5.99 3.72 0.03 0.07 ind:pre:3p; -languisses languir ver 5.99 3.72 0.01 0.00 sub:pre:2s; -languissons languir ver 5.99 3.72 0.14 0.00 ind:pre:1p; -languit languir ver 5.99 3.72 1.10 0.47 ind:pre:3s;ind:pas:3s; -lanière lanière nom f s 0.85 6.69 0.42 2.64 -lanières lanière nom f p 0.85 6.69 0.43 4.05 -lanlaire lanlaire adv 0.00 0.14 0.00 0.14 -lanoline lanoline nom f s 0.09 0.14 0.09 0.14 -lansquenet lansquenet nom m s 1.36 1.76 1.36 0.41 -lansquenets lansquenet nom m p 1.36 1.76 0.00 1.35 -lansquine lansquine nom f s 0.00 0.07 0.00 0.07 -lansquiner lansquiner ver 0.00 0.07 0.00 0.07 inf; -lanternant lanterner ver 0.10 0.20 0.00 0.07 par:pre; -lanterne_tempête lanterne_tempête nom f s 0.00 0.07 0.00 0.07 -lanterne lanterne nom f s 3.09 16.82 2.35 11.55 -lanterner lanterner ver 0.10 0.20 0.06 0.14 inf; -lanternes lanterne nom f p 3.09 16.82 0.73 5.27 -lanternez lanterner ver 0.10 0.20 0.02 0.00 imp:pre:2p;ind:pre:2p; -lanternier lanternier nom m s 0.00 0.14 0.00 0.14 -lanterné lanterner ver m s 0.10 0.20 0.01 0.00 par:pas; -lança lancer ver 75.08 165.07 0.79 38.72 ind:pas:3s; -lançai lancer ver 75.08 165.07 0.04 1.49 ind:pas:1s; -lançaient lancer ver 75.08 165.07 0.63 5.81 ind:imp:3p; -lançais lancer ver 75.08 165.07 0.41 1.49 ind:imp:1s;ind:imp:2s; -lançait lancer ver 75.08 165.07 0.89 15.41 ind:imp:3s; -lanthane lanthane nom m s 0.01 0.00 0.01 0.00 -lançant lancer ver 75.08 165.07 0.60 8.11 par:pre; -lanças lancer ver 75.08 165.07 0.00 0.14 ind:pas:2s; -lançâmes lancer ver 75.08 165.07 0.00 0.14 ind:pas:1p; -lançons lancer ver 75.08 165.07 0.81 0.34 imp:pre:1p;ind:pre:1p; -lançât lancer ver 75.08 165.07 0.00 0.41 sub:imp:3s; -lao lao nom m s 0.02 0.14 0.01 0.07 -laos lao nom m p 0.02 0.14 0.01 0.07 -laotien laotien adj m s 0.02 0.20 0.02 0.00 -laotienne laotien adj f s 0.02 0.20 0.00 0.14 -laotiens laotien nom m p 0.05 0.00 0.05 0.00 -lap lap nom m s 0.08 0.27 0.08 0.27 -lapais laper ver 1.41 2.36 0.00 0.07 ind:imp:1s; -lapait laper ver 1.41 2.36 0.00 0.41 ind:imp:3s; -lapalissade lapalissade nom f s 0.01 0.00 0.01 0.00 -lapant laper ver 1.41 2.36 0.00 0.47 par:pre; -laparoscopie laparoscopie nom f s 0.09 0.00 0.09 0.00 -laparotomie laparotomie nom f s 0.22 0.07 0.22 0.07 -lape laper ver 1.41 2.36 1.33 0.41 imp:pre:2s;ind:pre:3s; -lapement lapement nom m s 0.00 0.27 0.00 0.07 -lapements lapement nom m p 0.00 0.27 0.00 0.20 -lapent laper ver 1.41 2.36 0.00 0.07 ind:pre:3p; -laper laper ver 1.41 2.36 0.07 0.68 inf; -lapereau lapereau nom m s 0.31 0.27 0.29 0.00 -lapereaux lapereau nom m p 0.31 0.27 0.02 0.27 -lapida lapider ver 0.93 1.35 0.00 0.07 ind:pas:3s; -lapidaire lapidaire adj s 0.03 0.88 0.01 0.34 -lapidaires lapidaire adj p 0.03 0.88 0.02 0.54 -lapidait lapider ver 0.93 1.35 0.02 0.14 ind:imp:3s; -lapidant lapider ver 0.93 1.35 0.00 0.07 par:pre; -lapidation lapidation nom f s 0.27 0.14 0.25 0.07 -lapidations lapidation nom f p 0.27 0.14 0.02 0.07 -lapide lapider ver 0.93 1.35 0.13 0.07 ind:pre:3s; -lapident lapider ver 0.93 1.35 0.01 0.00 ind:pre:3p; -lapider lapider ver 0.93 1.35 0.27 0.34 inf; -lapiderait lapider ver 0.93 1.35 0.01 0.07 cnd:pre:3s; -lapideras lapider ver 0.93 1.35 0.01 0.00 ind:fut:2s; -lapidez lapider ver 0.93 1.35 0.07 0.00 imp:pre:2p; -lapidification lapidification nom f s 0.00 0.07 0.00 0.07 -lapidifiés lapidifier ver m p 0.00 0.07 0.00 0.07 par:pas; -lapidèrent lapider ver 0.93 1.35 0.14 0.00 ind:pas:3p; -lapidé lapider ver m s 0.93 1.35 0.19 0.41 par:pas; -lapidée lapider ver f s 0.93 1.35 0.07 0.07 par:pas; -lapidés lapider ver m p 0.93 1.35 0.01 0.14 par:pas; -lapin lapin nom m s 39.16 32.43 26.59 16.76 -lapine lapin nom f s 39.16 32.43 0.25 0.41 -lapiner lapiner ver 0.00 0.07 0.00 0.07 inf; -lapines lapine nom f p 0.13 0.00 0.13 0.00 -lapinière lapinière nom f s 0.01 0.00 0.01 0.00 -lapins lapin nom m p 39.16 32.43 12.32 15.14 -lapis_lazuli lapis_lazuli nom m 0.01 0.41 0.01 0.41 -lapis lapis nom m 0.03 0.14 0.03 0.14 -lapon lapon nom m s 2.21 0.14 2.21 0.07 -lapone lapon adj f s 1.44 0.14 0.01 0.07 -lapones lapon adj f p 1.44 0.14 0.00 0.07 -laponne lapon adj f s 1.44 0.14 0.10 0.00 -lapons lapon nom m p 2.21 0.14 0.01 0.00 -lappant lapper ver 0.00 0.47 0.00 0.14 par:pre; -lapper lapper ver 0.00 0.47 0.00 0.27 inf; -lappé lapper ver m s 0.00 0.47 0.00 0.07 par:pas; -laps laps nom m 0.57 2.23 0.57 2.23 -lapsus lapsus nom m 0.93 1.62 0.93 1.62 -lapé laper ver m s 1.41 2.36 0.00 0.27 par:pas; -lapées laper ver f p 1.41 2.36 0.01 0.00 par:pas; -laquaient laquer ver 0.12 3.72 0.00 0.07 ind:imp:3p; -laquais laquais nom m 1.15 2.36 1.15 2.36 -laquait laquer ver 0.12 3.72 0.00 0.07 ind:imp:3s; -laque laque nom f s 0.79 2.70 0.79 2.09 -laquelle laquelle pro_rel f s 68.94 185.27 66.95 182.36 -laquer laquer ver 0.12 3.72 0.01 0.07 inf; -laquerai laquer ver 0.12 3.72 0.00 0.07 ind:fut:1s; -laques laque nom f p 0.79 2.70 0.00 0.61 -laqué laqué adj m s 0.66 3.38 0.47 1.49 -laquée laqué adj f s 0.66 3.38 0.14 0.81 -laquées laqué adj f p 0.66 3.38 0.01 0.14 -laqués laqué adj m p 0.66 3.38 0.04 0.95 -larbin larbin nom m s 3.17 3.72 2.24 1.96 -larbineries larbinerie nom f p 0.00 0.07 0.00 0.07 -larbins larbin nom m p 3.17 3.72 0.93 1.76 -larcin larcin nom m s 0.60 2.30 0.43 1.22 -larcins larcin nom m p 0.60 2.30 0.17 1.08 -lard lard nom m s 8.62 11.28 8.49 11.01 -larda larder ver 0.07 1.35 0.00 0.07 ind:pas:3s; -lardage lardage nom m s 0.00 0.07 0.00 0.07 -lardais larder ver 0.07 1.35 0.00 0.07 ind:imp:1s; -lardait larder ver 0.07 1.35 0.00 0.14 ind:imp:3s; -lardant larder ver 0.07 1.35 0.00 0.07 par:pre; -larde larder ver 0.07 1.35 0.01 0.14 ind:pre:1s;ind:pre:3s; -larder larder ver 0.07 1.35 0.04 0.41 inf; -lardeuss lardeuss nom m 0.00 0.68 0.00 0.68 -lardeux lardeux adj m 0.00 0.07 0.00 0.07 -lardon lardon nom m s 0.83 1.76 0.57 0.61 -lardons lardon nom m p 0.83 1.76 0.26 1.15 -lards lard nom m p 8.62 11.28 0.13 0.27 -lardé larder ver m s 0.07 1.35 0.02 0.27 par:pas; -lardu lardu nom m s 0.03 3.85 0.01 1.49 -lardée larder ver f s 0.07 1.35 0.00 0.07 par:pas; -lardées larder ver f p 0.07 1.35 0.00 0.07 par:pas; -lardus lardu nom m p 0.03 3.85 0.02 2.36 -lare lare adj m s 0.27 0.14 0.00 0.07 -lares lare adj m p 0.27 0.14 0.27 0.07 -larfeuil larfeuil nom m s 0.13 0.27 0.13 0.20 -larfeuille larfeuille nom m s 0.16 0.41 0.16 0.34 -larfeuilles larfeuille nom m p 0.16 0.41 0.00 0.07 -larfeuils larfeuil nom m p 0.13 0.27 0.00 0.07 -largable largable adj f s 0.02 0.00 0.02 0.00 -largage largage nom m s 1.36 0.07 1.34 0.07 -largages largage nom m p 1.36 0.07 0.02 0.00 -large large adj s 18.66 107.50 14.25 70.54 -largement largement adv 5.98 26.76 5.98 26.76 -larges large adj p 18.66 107.50 4.41 36.96 -largesse largesse nom f s 0.42 2.23 0.08 0.88 -largesses largesse nom f p 0.42 2.23 0.34 1.35 -largeur largeur nom f s 1.58 11.89 1.55 11.42 -largeurs largeur nom f p 1.58 11.89 0.02 0.47 -larghetto larghetto nom m s 0.00 0.07 0.00 0.07 -largo largo adv 0.94 0.00 0.94 0.00 -largua larguer ver 14.61 6.89 0.03 0.20 ind:pas:3s; -larguaient larguer ver 14.61 6.89 0.01 0.07 ind:imp:3p; -larguais larguer ver 14.61 6.89 0.05 0.14 ind:imp:1s; -larguait larguer ver 14.61 6.89 0.08 0.41 ind:imp:3s; -larguant larguer ver 14.61 6.89 0.08 0.20 par:pre; -largue larguer ver 14.61 6.89 2.13 0.68 imp:pre:2s;ind:pre:1s;ind:pre:3s; -larguent larguer ver 14.61 6.89 0.27 0.20 ind:pre:3p; -larguer larguer ver 14.61 6.89 4.16 2.30 inf; -larguera larguer ver 14.61 6.89 0.16 0.00 ind:fut:3s; -larguerai larguer ver 14.61 6.89 0.04 0.07 ind:fut:1s; -larguerait larguer ver 14.61 6.89 0.03 0.07 cnd:pre:3s; -larguerez larguer ver 14.61 6.89 0.02 0.00 ind:fut:2p; -largueront larguer ver 14.61 6.89 0.02 0.00 ind:fut:3p; -largues larguer ver 14.61 6.89 0.30 0.07 ind:pre:2s; -largueur largueur nom m s 0.02 0.00 0.02 0.00 -larguez larguer ver 14.61 6.89 1.01 0.20 imp:pre:2p;ind:pre:2p; -larguiez larguer ver 14.61 6.89 0.00 0.07 ind:imp:2p; -larguons larguer ver 14.61 6.89 0.00 0.07 imp:pre:1p; -largué larguer ver m s 14.61 6.89 4.20 1.28 par:pas; -larguée larguer ver f s 14.61 6.89 1.49 0.61 par:pas; -larguées largué adj f p 0.87 0.95 0.21 0.14 -largués larguer ver m p 14.61 6.89 0.45 0.27 par:pas; -larigot larigot nom m s 0.00 0.41 0.00 0.41 -larme larme nom f s 45.71 133.51 5.15 10.81 -larmes larme nom f p 45.71 133.51 40.56 122.70 -larmichette larmichette nom f s 0.01 0.27 0.01 0.20 -larmichettes larmichette nom f p 0.01 0.27 0.00 0.07 -larmiers larmier nom m p 0.00 0.07 0.00 0.07 -larmoie larmoyer ver 0.28 1.28 0.10 0.27 ind:pre:3s; -larmoiement larmoiement nom m s 0.00 0.20 0.00 0.14 -larmoiements larmoiement nom m p 0.00 0.20 0.00 0.07 -larmoient larmoyer ver 0.28 1.28 0.00 0.07 ind:pre:3p; -larmoyait larmoyer ver 0.28 1.28 0.01 0.20 ind:imp:3s; -larmoyant larmoyant adj m s 0.84 2.91 0.32 0.54 -larmoyante larmoyant adj f s 0.84 2.91 0.27 1.35 -larmoyantes larmoyant adj f p 0.84 2.91 0.09 0.20 -larmoyants larmoyant adj m p 0.84 2.91 0.16 0.81 -larmoyer larmoyer ver 0.28 1.28 0.15 0.41 inf; -larmoyeur larmoyeur adj m s 0.00 0.07 0.00 0.07 -larmoyons larmoyer ver 0.28 1.28 0.00 0.07 imp:pre:1p; -larmoyé larmoyer ver m s 0.28 1.28 0.00 0.07 par:pas; -larron larron nom m s 0.51 1.82 0.34 0.95 -larronne larronner ver 0.00 0.07 0.00 0.07 ind:pre:3s; -larrons larron nom m p 0.51 1.82 0.17 0.88 -larsen larsen nom m s 0.89 0.34 0.89 0.34 -larvaire larvaire adj s 0.09 1.08 0.07 0.68 -larvaires larvaire adj p 0.09 1.08 0.03 0.41 -larve larve nom f s 3.52 3.92 1.92 1.69 -larves larve nom f p 3.52 3.92 1.61 2.23 -larvicide larvicide nom m s 0.01 0.00 0.01 0.00 -larvé larvé adj m s 0.03 0.88 0.00 0.14 -larvée larvé adj f s 0.03 0.88 0.03 0.61 -larvées larvé adj f p 0.03 0.88 0.00 0.14 -laryngite laryngite nom f s 0.27 0.14 0.27 0.14 -laryngologique laryngologique adj f s 0.00 0.07 0.00 0.07 -laryngologiste laryngologiste nom s 0.00 0.14 0.00 0.14 -laryngoscope laryngoscope nom m s 0.19 0.07 0.18 0.00 -laryngoscopes laryngoscope nom m p 0.19 0.07 0.01 0.07 -laryngoscopie laryngoscopie nom f s 0.10 0.00 0.10 0.00 -laryngé laryngé adj m s 0.09 0.07 0.09 0.00 -laryngée laryngé adj f s 0.09 0.07 0.00 0.07 -larynx larynx nom m 0.94 1.55 0.94 1.55 -las las ono 0.12 0.74 0.12 0.74 -lasagne lasagne nom f s 1.94 0.41 0.15 0.00 -lasagnes lasagne nom f p 1.94 0.41 1.79 0.41 -lascar lascar nom m s 1.34 3.92 0.79 1.89 -lascars lascar nom m p 1.34 3.92 0.55 2.03 -lascif lascif adj m s 1.52 2.50 0.46 0.74 -lascifs lascif adj m p 1.52 2.50 0.05 0.27 -lascive lascif adj f s 1.52 2.50 0.21 0.54 -lascivement lascivement adv 0.02 0.27 0.02 0.27 -lascives lascif adj f p 1.52 2.50 0.80 0.95 -lascivité lascivité nom f s 0.16 0.34 0.16 0.27 -lascivités lascivité nom f p 0.16 0.34 0.00 0.07 -laser laser nom m s 7.87 0.95 5.87 0.81 -lasers laser nom m p 7.87 0.95 2.00 0.14 -lassa lasser ver 7.43 24.32 0.05 0.74 ind:pas:3s; -lassai lasser ver 7.43 24.32 0.00 0.20 ind:pas:1s; -lassaient lasser ver 7.43 24.32 0.01 0.95 ind:imp:3p; -lassais lasser ver 7.43 24.32 0.08 0.68 ind:imp:1s;ind:imp:2s; -lassait lasser ver 7.43 24.32 0.06 2.91 ind:imp:3s; -lassant lassant adj m s 0.67 1.28 0.58 0.61 -lassante lassant adj f s 0.67 1.28 0.05 0.41 -lassantes lassant adj f p 0.67 1.28 0.02 0.20 -lassants lassant adj m p 0.67 1.28 0.02 0.07 -lasse las adj f s 16.46 35.00 8.33 10.07 -lassent lasser ver 7.43 24.32 0.50 0.74 ind:pre:3p; -lasser lasser ver 7.43 24.32 1.22 5.88 inf; -lassera lasser ver 7.43 24.32 0.39 0.00 ind:fut:3s; -lasserai lasser ver 7.43 24.32 0.22 0.47 ind:fut:1s; -lasseraient lasser ver 7.43 24.32 0.00 0.14 cnd:pre:3p; -lasserais lasser ver 7.43 24.32 0.04 0.27 cnd:pre:1s;cnd:pre:2s; -lasserait lasser ver 7.43 24.32 0.01 0.20 cnd:pre:3s; -lasserez lasser ver 7.43 24.32 0.02 0.00 ind:fut:2p; -lasseront lasser ver 7.43 24.32 0.04 0.07 ind:fut:3p; -lasses lasser ver 7.43 24.32 0.18 0.00 ind:pre:2s; -lassez lasser ver 7.43 24.32 0.10 0.14 imp:pre:2p;ind:pre:2p; -lassitude lassitude nom f s 1.57 17.09 1.57 16.82 -lassitudes lassitude nom f p 1.57 17.09 0.00 0.27 -lasso lasso nom m s 1.02 1.28 0.94 1.08 -lassons lasser ver 7.43 24.32 0.00 0.07 ind:pre:1p; -lassos lasso nom m p 1.02 1.28 0.09 0.20 -lassèrent lasser ver 7.43 24.32 0.00 0.27 ind:pas:3p; -lassé lasser ver m s 7.43 24.32 1.78 3.31 par:pas; -lassée lasser ver f s 7.43 24.32 0.42 1.42 par:pas; -lassées lasser ver f p 7.43 24.32 0.02 0.34 par:pas; -lassés lasser ver m p 7.43 24.32 0.23 0.68 par:pas; -lasure lasure nom f s 0.01 0.00 0.01 0.00 -latence latence nom f s 0.08 0.14 0.08 0.07 -latences latence nom f p 0.08 0.14 0.00 0.07 -latent latent adj m s 1.25 2.84 0.21 0.88 -latente latent adj f s 1.25 2.84 0.76 1.22 -latentes latent adj f p 1.25 2.84 0.14 0.47 -latents latent adj m p 1.25 2.84 0.14 0.27 -latex latex nom m 1.65 0.47 1.65 0.47 -laça lacer ver 0.81 2.23 0.00 0.20 ind:pas:3s; -laçage laçage nom m s 0.03 0.41 0.03 0.41 -laçais lacer ver 0.81 2.23 0.01 0.00 ind:imp:2s; -laçait lacer ver 0.81 2.23 0.01 0.14 ind:imp:3s; -laçant lacer ver 0.81 2.23 0.01 0.14 par:pre; -laticlave laticlave nom m s 0.00 0.07 0.00 0.07 -latifundistes latifundiste nom p 0.00 0.07 0.00 0.07 -latin latin nom m s 6.62 15.07 6.53 14.93 -latine latin adj f s 4.52 12.64 2.37 4.05 -latines latin adj f p 4.52 12.64 0.27 1.82 -latinisaient latiniser ver 0.00 0.20 0.00 0.07 ind:imp:3p; -latinismes latinisme nom m p 0.00 0.07 0.00 0.07 -latiniste latiniste nom s 0.03 0.27 0.02 0.20 -latinistes latiniste nom p 0.03 0.27 0.01 0.07 -latinisé latiniser ver m s 0.00 0.20 0.00 0.07 par:pas; -latinisée latiniser ver f s 0.00 0.20 0.00 0.07 par:pas; -latinité latinité nom f s 0.00 0.20 0.00 0.14 -latinités latinité nom f p 0.00 0.20 0.00 0.07 -latino_américain latino_américain nom m s 0.10 0.07 0.03 0.07 -latino_américain latino_américain nom f s 0.10 0.07 0.03 0.00 -latino_américain latino_américain nom m p 0.10 0.07 0.04 0.00 -latino latino nom m s 2.89 0.00 1.61 0.00 -latinos latino nom m p 2.89 0.00 1.27 0.00 -latins latin adj m p 4.52 12.64 0.10 2.30 -latitude latitude nom f s 1.45 2.91 1.09 1.76 -latitudes latitude nom f p 1.45 2.91 0.36 1.15 -latrine latrine nom f s 0.82 2.50 0.14 0.14 -latrines latrine nom f p 0.82 2.50 0.67 2.36 -lats lats nom m 0.09 0.00 0.09 0.00 -latte latte nom f s 1.15 9.46 0.76 2.03 -latter latter ver 0.29 0.07 0.11 0.07 inf; -lattes latte nom f p 1.15 9.46 0.39 7.43 -lattis lattis nom m 0.15 0.00 0.15 0.00 -latté latter ver m s 0.29 0.07 0.08 0.00 par:pas; -lattés latter ver m p 0.29 0.07 0.01 0.00 par:pas; -latéral latéral adj m s 2.10 5.68 0.77 0.81 -latérale latéral adj f s 2.10 5.68 1.00 2.77 -latéralement latéralement adv 0.25 1.08 0.25 1.08 -latérales latéral adj f p 2.10 5.68 0.15 1.35 -latéralisée latéralisé adj f s 0.02 0.00 0.02 0.00 -latéralité latéralité nom f s 0.00 0.07 0.00 0.07 -latéraux latéral adj m p 2.10 5.68 0.17 0.74 -latérite latérite nom f s 0.00 0.61 0.00 0.61 -latviens latvien nom m p 0.01 0.00 0.01 0.00 -laubé laubé nom s 0.00 0.07 0.00 0.07 -laudanum laudanum nom m s 0.45 0.20 0.45 0.20 -laudateur laudateur adj m s 0.00 0.07 0.00 0.07 -laudative laudatif adj f s 0.00 0.07 0.00 0.07 -laudes laude nom f p 0.00 0.47 0.00 0.47 -laurier_cerise laurier_cerise nom m s 0.00 0.20 0.00 0.07 -laurier_rose laurier_rose nom m s 0.14 1.69 0.04 0.20 -laurier laurier nom m s 2.27 9.32 0.90 3.58 -laurier_cerise laurier_cerise nom m p 0.00 0.20 0.00 0.14 -laurier_rose laurier_rose nom m p 0.14 1.69 0.10 1.49 -lauriers laurier nom m p 2.27 9.32 1.37 5.74 -lauréat lauréat nom m s 0.46 0.68 0.41 0.41 -lauréate lauréat adj f s 0.19 0.20 0.06 0.00 -lauréats lauréat nom m p 0.46 0.68 0.05 0.27 -lausannoises lausannois adj f p 0.00 0.07 0.00 0.07 -lauzes lauze nom f p 0.00 0.07 0.00 0.07 -lav lav nom m 0.01 0.14 0.01 0.14 -lava laver ver 74.35 69.53 0.07 3.38 ind:pas:3s; -lavable lavable adj s 0.06 0.47 0.05 0.27 -lavables lavable adj m p 0.06 0.47 0.01 0.20 -lavabo lavabo nom m s 3.38 16.89 2.56 13.85 -lavabos lavabo nom m p 3.38 16.89 0.82 3.04 -lavage lavage nom m s 5.09 3.24 5.01 2.64 -lavages lavage nom m p 5.09 3.24 0.09 0.61 -lavai laver ver 74.35 69.53 0.00 0.41 ind:pas:1s; -lavaient laver ver 74.35 69.53 0.05 1.69 ind:imp:3p; -lavais laver ver 74.35 69.53 1.36 0.95 ind:imp:1s;ind:imp:2s; -lavait laver ver 74.35 69.53 1.23 5.88 ind:imp:3s; -lavallière lavallière nom f s 0.03 0.95 0.02 0.88 -lavallières lavallière nom f p 0.03 0.95 0.01 0.07 -lavande lavande nom f s 1.53 7.23 1.53 6.82 -lavandes lavande nom f p 1.53 7.23 0.00 0.41 -lavandin lavandin nom m s 0.00 0.07 0.00 0.07 -lavandière lavandière nom f s 0.31 1.49 0.30 0.47 -lavandières lavandière nom f p 0.31 1.49 0.01 1.01 -lavant laver ver 74.35 69.53 0.56 2.03 par:pre; -lavasse lavasse nom f s 0.23 0.47 0.23 0.47 -lave_auto lave_auto nom m s 0.06 0.00 0.06 0.00 -lave_glace lave_glace nom m s 0.03 0.20 0.03 0.20 -lave_linge lave_linge nom m 0.83 0.00 0.83 0.00 -lave_mains lave_mains nom m 0.00 0.07 0.00 0.07 -lave_pont lave_pont nom m s 0.00 0.14 0.00 0.07 -lave_pont lave_pont nom m p 0.00 0.14 0.00 0.07 -lave_vaisselle lave_vaisselle nom m 0.88 0.20 0.88 0.20 -lave laver ver 74.35 69.53 16.98 7.64 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -lavedu lavedu nom s 0.00 0.07 0.00 0.07 -lavement lavement nom m s 1.38 0.68 1.21 0.68 -lavements lavement nom m p 1.38 0.68 0.17 0.00 -lavent laver ver 74.35 69.53 0.94 0.88 ind:pre:3p; -laver laver ver 74.35 69.53 34.01 30.68 ind:pre:2p;inf; -lavera laver ver 74.35 69.53 0.87 0.27 ind:fut:3s; -laverai laver ver 74.35 69.53 1.25 0.61 ind:fut:1s; -laverais laver ver 74.35 69.53 0.05 0.14 cnd:pre:1s;cnd:pre:2s; -laverait laver ver 74.35 69.53 0.04 0.54 cnd:pre:3s; -laveras laver ver 74.35 69.53 0.26 0.20 ind:fut:2s; -laverez laver ver 74.35 69.53 0.27 0.00 ind:fut:2p; -laverie laverie nom f s 2.42 1.01 2.27 0.88 -laveries laverie nom f p 2.42 1.01 0.14 0.14 -laverions laver ver 74.35 69.53 0.00 0.07 cnd:pre:1p; -laverons laver ver 74.35 69.53 0.04 0.07 ind:fut:1p; -laveront laver ver 74.35 69.53 0.01 0.14 ind:fut:3p; -laves laver ver 74.35 69.53 3.24 0.41 ind:pre:2s; -lavette lavette nom f s 1.57 1.28 1.20 1.22 -lavettes lavette nom f p 1.57 1.28 0.38 0.07 -laveur laveur nom m s 2.47 1.89 1.51 0.88 -laveurs laveur nom m p 2.47 1.89 0.95 0.14 -laveuse laveur nom f s 2.47 1.89 0.01 0.74 -laveuses laveuse nom f p 0.03 0.00 0.03 0.00 -lavez laver ver 74.35 69.53 2.68 0.34 imp:pre:2p;ind:pre:2p; -lavions laver ver 74.35 69.53 0.01 0.20 ind:imp:1p; -lavis lavis nom m 0.00 0.41 0.00 0.41 -lavoir lavoir nom m s 0.15 5.34 0.15 5.14 -lavoirs lavoir nom m p 0.15 5.34 0.00 0.20 -lavons laver ver 74.35 69.53 0.45 0.00 imp:pre:1p;ind:pre:1p; -lavèrent laver ver 74.35 69.53 0.01 0.34 ind:pas:3p; -lavé laver ver m s 74.35 69.53 6.95 8.38 par:pas; -lavée laver ver f s 74.35 69.53 1.91 2.64 par:pas; -lavées lavé adj f p 1.18 7.16 0.27 1.15 -lavure lavure nom f s 0.00 0.14 0.00 0.07 -lavures lavure nom f p 0.00 0.14 0.00 0.07 -lavés laver ver m p 74.35 69.53 0.86 1.01 par:pas; -laxatif laxatif nom m s 0.98 0.41 0.73 0.34 -laxatifs laxatif nom m p 0.98 0.41 0.24 0.07 -laxative laxatif adj f s 0.10 0.14 0.05 0.07 -laxatives laxatif adj f p 0.10 0.14 0.00 0.07 -laxisme laxisme nom m s 0.28 0.20 0.28 0.20 -laxiste laxiste adj s 0.45 0.20 0.25 0.20 -laxistes laxiste adj p 0.45 0.20 0.20 0.00 -laxité laxité nom f s 0.02 0.00 0.02 0.00 -laya layer ver 0.03 0.47 0.00 0.34 ind:pas:3s; -layer layer ver 0.03 0.47 0.03 0.14 inf; -layette layette nom f s 0.18 2.09 0.18 1.35 -layettes layette nom f p 0.18 2.09 0.00 0.74 -layon layon nom m s 0.00 6.89 0.00 5.95 -layons layon nom m p 0.00 6.89 0.00 0.95 -lazaret lazaret nom m s 0.07 0.20 0.06 0.07 -lazarets lazaret nom m p 0.07 0.20 0.01 0.14 -lazaro lazaro nom m s 0.27 0.14 0.27 0.14 -lazingue lazingue nom m s 0.00 0.27 0.00 0.27 -lazzi lazzi nom m s 0.00 1.35 0.00 0.68 -lazzis lazzi nom m p 0.00 1.35 0.00 0.68 -le le art_def m s 13652.76 18310.95 13652.76 18310.95 -leader leader nom m s 12.72 1.69 10.28 0.95 -leaders leader nom m p 12.72 1.69 2.44 0.74 -leadership leadership nom m s 0.38 0.14 0.38 0.14 -leasing leasing nom m s 0.24 0.00 0.24 0.00 -lebel lebel nom m s 0.00 1.35 0.00 0.81 -lebels lebel nom m p 0.00 1.35 0.00 0.54 -leben leben nom m s 0.02 0.27 0.02 0.27 -lecteur lecteur nom m s 6.09 25.81 2.86 12.03 -lecteurs lecteur nom m p 6.09 25.81 2.92 11.28 -lectorat lectorat nom m s 0.15 0.00 0.15 0.00 -lectrice lecteur nom f s 6.09 25.81 0.32 1.49 -lectrices lectrice nom f p 0.22 0.00 0.22 0.00 -lecture lecture nom f s 15.80 54.53 13.97 42.16 -lectures lecture nom f p 15.80 54.53 1.83 12.36 -ledit ledit adj m s 0.32 4.46 0.32 4.46 -legato legato adv 0.01 0.00 0.01 0.00 -leggins leggins nom f p 0.00 0.61 0.00 0.61 -leghorns leghorn nom f p 0.00 0.07 0.00 0.07 -lego lego nom m s 0.44 0.07 0.35 0.07 -legos lego nom m p 0.44 0.07 0.09 0.00 -legs legs nom m 1.34 1.49 1.34 1.49 -lei lei nom m p 0.80 0.34 0.80 0.34 -leishmaniose leishmaniose nom f s 0.06 0.00 0.06 0.00 -leitmotiv leitmotiv nom m s 0.06 1.22 0.06 1.22 -leitmotive leitmotive nom m p 0.00 0.07 0.00 0.07 -lek lek nom m s 0.01 0.00 0.01 0.00 -lem lem nom m s 0.16 0.00 0.16 0.00 -lemmes lemme nom m p 0.00 0.07 0.00 0.07 -lemming lemming nom m s 0.16 0.07 0.07 0.00 -lemmings lemming nom m p 0.16 0.07 0.09 0.07 -lendemain lendemain nom_sup m s 29.29 149.26 28.58 145.54 -lendemains lendemain nom_sup m p 29.29 149.26 0.71 3.72 -lent lent adj m s 16.41 64.12 9.15 23.31 -lente lent adj f s 16.41 64.12 4.67 21.55 -lentement lentement adv 26.48 156.55 26.48 156.55 -lentes lent adj f p 16.41 64.12 0.94 7.23 -lenteur lenteur nom f s 1.16 22.50 1.15 21.96 -lenteurs lenteur nom f p 1.16 22.50 0.01 0.54 -lenticulaires lenticulaire adj m p 0.01 0.00 0.01 0.00 -lenticules lenticule nom f p 0.00 0.07 0.00 0.07 -lentille lentille nom f s 4.66 8.24 1.22 0.74 -lentilles lentille nom f p 4.66 8.24 3.44 7.50 -lentisque lentisque nom m s 0.00 0.88 0.00 0.07 -lentisques lentisque nom m p 0.00 0.88 0.00 0.81 -lento lento adv 0.05 0.14 0.05 0.14 -lents lent adj m p 16.41 64.12 1.65 12.03 -lepton lepton nom m s 0.08 0.00 0.06 0.00 -leptonique leptonique adj m s 0.07 0.00 0.07 0.00 -leptons lepton nom m p 0.08 0.00 0.02 0.00 -lequel lequel pro_rel m s 64.31 137.09 59.66 133.99 -lerch lerch adv 0.00 0.07 0.00 0.07 -lerche lerche adv 0.00 4.12 0.00 4.12 -les les art_def p 8720.38 14662.30 8720.38 14662.30 -lesbianisme lesbianisme nom m s 0.12 0.07 0.12 0.07 -lesbien lesbien adj m s 8.24 1.15 0.49 0.00 -lesbienne lesbien adj f s 8.24 1.15 6.80 0.81 -lesbiennes lesbien nom f p 5.38 0.41 2.56 0.34 -lesdites lesdites adj f p 0.00 0.20 0.00 0.20 -lesdits lesdits adj m p 0.13 0.54 0.13 0.54 -lesquelles lesquelles pro_rel f p 11.75 43.11 11.60 41.55 -lesquels lesquels pro_rel m p 10.42 47.91 10.00 45.14 -lessiva lessiver ver 0.91 3.31 0.00 0.07 ind:pas:3s; -lessivage lessivage nom m s 0.02 0.20 0.02 0.20 -lessivaient lessiver ver 0.91 3.31 0.00 0.07 ind:imp:3p; -lessivait lessiver ver 0.91 3.31 0.00 0.14 ind:imp:3s; -lessivant lessiver ver 0.91 3.31 0.00 0.14 par:pre; -lessive lessive nom f s 8.51 8.78 8.09 7.70 -lessiver lessiver ver 0.91 3.31 0.12 0.88 inf; -lessiverait lessiver ver 0.91 3.31 0.00 0.07 cnd:pre:3s; -lessives lessive nom f p 8.51 8.78 0.42 1.08 -lessiveuse lessiveur nom f s 0.04 2.70 0.04 2.30 -lessiveuses lessiveuse nom f p 0.02 0.00 0.02 0.00 -lessivons lessiver ver 0.91 3.31 0.05 0.00 imp:pre:1p; -lessivé lessiver ver m s 0.91 3.31 0.50 1.08 par:pas; -lessivée lessiver ver f s 0.91 3.31 0.06 0.27 par:pas; -lessivés lessiver ver m p 0.91 3.31 0.05 0.54 par:pas; -lest lest nom m s 0.97 0.68 0.97 0.68 -leste leste adj s 0.61 1.42 0.50 0.95 -lestement lestement adv 0.02 0.68 0.02 0.68 -lester lester ver 2.27 2.70 1.97 0.41 inf; -lestera lester ver 2.27 2.70 0.01 0.00 ind:fut:3s; -lesterait lester ver 2.27 2.70 0.00 0.07 cnd:pre:3s; -lestes lester ver 2.27 2.70 0.14 0.00 ind:pre:2s; -lestez lester ver 2.27 2.70 0.01 0.00 ind:pre:2p; -lesté lester ver m s 2.27 2.70 0.07 1.08 par:pas; -lestée lester ver f s 2.27 2.70 0.03 0.41 par:pas; -lestées lester ver f p 2.27 2.70 0.01 0.07 par:pas; -lestés lester ver m p 2.27 2.70 0.01 0.54 par:pas; -let let adj 3.56 0.47 3.56 0.47 -letchis letchi nom m p 0.00 0.07 0.00 0.07 -leçon leçon nom f s 41.48 48.72 29.24 22.64 -leçons leçon nom f p 41.48 48.72 12.23 26.08 -lette lette nom s 0.03 0.00 0.01 0.00 -lettes lette nom p 0.03 0.00 0.01 0.00 -letton letton nom m s 0.14 0.34 0.10 0.07 -lettone letton adj f s 0.10 0.34 0.03 0.07 -lettonne letton adj f s 0.10 0.34 0.00 0.07 -lettonnes letton adj f p 0.10 0.34 0.00 0.07 -lettons letton nom m p 0.14 0.34 0.04 0.27 -lettrage lettrage nom m s 0.03 0.00 0.03 0.00 -lettre_clé lettre_clé nom f s 0.14 0.00 0.14 0.00 -lettre lettre nom f s 156.77 256.01 108.79 140.88 -lettres lettre nom f p 156.77 256.01 47.98 115.14 -lettreur lettreur nom m s 0.00 0.07 0.00 0.07 -lettrine lettrine nom f s 0.00 0.20 0.00 0.14 -lettrines lettrine nom f p 0.00 0.20 0.00 0.07 -lettriques lettrique adj m p 0.00 0.07 0.00 0.07 -lettristes lettriste adj p 0.00 0.07 0.00 0.07 -lettré lettré nom m s 0.31 2.30 0.19 1.35 -lettrée lettré adj f s 0.23 0.95 0.01 0.07 -lettrés lettré adj m p 0.23 0.95 0.16 0.41 -leu leu nom m s 0.92 4.73 0.92 4.73 -leucocytaire leucocytaire adj f s 0.01 0.00 0.01 0.00 -leucocyte leucocyte nom m s 0.10 0.20 0.01 0.00 -leucocytes leucocyte nom m p 0.10 0.20 0.09 0.20 -leucocytose leucocytose nom f s 0.03 0.00 0.03 0.00 -leucoplasie leucoplasie nom f s 0.01 0.07 0.01 0.07 -leucopénie leucopénie nom f s 0.01 0.07 0.01 0.07 -leucose leucose nom f s 0.00 0.41 0.00 0.41 -leucotomie leucotomie nom f s 0.00 0.07 0.00 0.07 -leucémie leucémie nom f s 1.90 0.61 1.72 0.54 -leucémies leucémie nom f p 1.90 0.61 0.17 0.07 -leucémique leucémique nom s 0.05 0.00 0.05 0.00 -leur leur pro_per p 283.82 427.50 277.53 415.00 -leurrais leurrer ver 1.36 1.96 0.01 0.07 ind:imp:1s; -leurrait leurrer ver 1.36 1.96 0.00 0.27 ind:imp:3s; -leurre leurre nom m s 2.67 2.91 2.12 2.16 -leurrent leurrer ver 1.36 1.96 0.01 0.07 ind:pre:3p; -leurrer leurrer ver 1.36 1.96 0.55 0.68 inf; -leurres leurre nom m p 2.67 2.91 0.55 0.74 -leurrez leurrer ver 1.36 1.96 0.09 0.07 imp:pre:2p;ind:pre:2p; -leurrons leurrer ver 1.36 1.96 0.14 0.27 imp:pre:1p; -leurré leurrer ver m s 1.36 1.96 0.09 0.27 par:pas; -leurrés leurrer ver m p 1.36 1.96 0.03 0.07 par:pas; -leurs leurs adj_pos 243.56 886.55 243.56 886.55 -lev lev nom m s 0.68 0.00 0.68 0.00 -leva lever ver 165.98 440.74 1.28 123.58 ind:pas:3s; -levage levage nom m s 0.02 0.34 0.02 0.34 -levai lever ver 165.98 440.74 0.07 10.27 ind:pas:1s; -levaient lever ver 165.98 440.74 0.20 5.88 ind:imp:3p; -levain levain nom m s 0.18 0.88 0.18 0.88 -levais lever ver 165.98 440.74 0.69 4.39 ind:imp:1s;ind:imp:2s; -levait lever ver 165.98 440.74 1.17 32.84 ind:imp:3s; -levant lever ver 165.98 440.74 1.36 28.78 par:pre; -levante levant adj f s 0.93 2.43 0.02 0.14 -levantin levantin adj m s 0.02 0.20 0.02 0.14 -levantines levantin nom f p 0.01 0.47 0.00 0.07 -levantins levantin nom m p 0.01 0.47 0.00 0.20 -lever lever ver 165.98 440.74 35.90 66.89 inf; -levers lever nom m p 4.92 9.12 0.16 0.34 -leveur leveur nom m s 0.03 0.34 0.02 0.07 -leveurs leveur nom m p 0.03 0.34 0.01 0.07 -leveuse leveur nom f s 0.03 0.34 0.00 0.20 -levez lever ver 165.98 440.74 22.23 2.23 imp:pre:2p;ind:pre:2p; -levier levier nom m s 3.46 5.27 3.24 3.45 -leviers levier nom m p 3.46 5.27 0.23 1.82 -leviez lever ver 165.98 440.74 0.35 0.07 ind:imp:2p; -levions lever ver 165.98 440.74 0.03 1.08 ind:imp:1p; -levâmes lever ver 165.98 440.74 0.00 0.34 ind:pas:1p; -levons lever ver 165.98 440.74 2.52 1.49 imp:pre:1p;ind:pre:1p; -levât lever ver 165.98 440.74 0.00 0.68 sub:imp:3s; -levreau levreau nom m s 0.00 0.14 0.00 0.07 -levreaux levreau nom m p 0.00 0.14 0.00 0.07 -levrette levrette nom f s 0.65 1.01 0.65 0.95 -levrettes levrette nom f p 0.65 1.01 0.00 0.07 -levèrent lever ver 165.98 440.74 0.12 7.50 ind:pas:3p; -levé lever ver m s 165.98 440.74 13.40 40.41 par:pas; -levée lever ver f s 165.98 440.74 6.41 13.78 par:pas; -levées lever ver f p 165.98 440.74 0.41 1.55 par:pas; -levure levure nom f s 1.05 0.81 1.00 0.81 -levures levure nom f p 1.05 0.81 0.05 0.00 -levés lever ver m p 165.98 440.74 0.58 6.08 par:pas; -lexical lexical adj m s 0.00 0.07 0.00 0.07 -lexicographes lexicographe nom p 0.00 0.07 0.00 0.07 -lexie lexie nom f s 0.05 0.07 0.05 0.07 -lexique lexique nom m s 0.11 0.95 0.11 0.68 -lexiques lexique nom m p 0.11 0.95 0.00 0.27 -lez lez pre 0.36 0.14 0.36 0.14 -li li nom m s 2.56 1.76 2.56 1.76 -lia lier ver 37.17 46.08 0.49 0.95 ind:pas:3s; -liage liage nom m s 0.01 0.00 0.01 0.00 -liai lier ver 37.17 46.08 0.00 0.41 ind:pas:1s; -liaient lier ver 37.17 46.08 0.14 0.95 ind:imp:3p; -liais lier ver 37.17 46.08 0.02 0.20 ind:imp:1s; -liaison liaison nom f s 20.34 31.96 18.41 26.69 -liaisons liaison nom f p 20.34 31.96 1.94 5.27 -liait lier ver 37.17 46.08 0.71 3.72 ind:imp:3s; -liane liane nom f s 0.77 4.59 0.34 1.08 -lianes liane nom f p 0.77 4.59 0.43 3.51 -liant lier ver 37.17 46.08 0.12 0.81 par:pre; -liante liant adj f s 0.20 0.54 0.14 0.14 -liants liant adj m p 0.20 0.54 0.02 0.14 -liard liard nom m s 0.23 0.54 0.19 0.27 -liardais liarder ver 0.00 0.07 0.00 0.07 ind:imp:1s; -liards liard nom m p 0.23 0.54 0.03 0.27 -liasse liasse nom f s 1.24 11.69 0.64 7.36 -liasses liasse nom f p 1.24 11.69 0.60 4.32 -libanais libanais nom m 0.87 1.69 0.85 1.42 -libanaise libanais adj f s 0.41 4.19 0.03 0.88 -libanaises libanaise nom f p 0.05 0.00 0.03 0.00 -libation libation nom f s 0.07 1.49 0.05 0.20 -libations libation nom f p 0.07 1.49 0.02 1.28 -libeccio libeccio nom m s 0.00 0.20 0.00 0.20 -libelle libelle nom m s 0.14 0.54 0.13 0.27 -libeller libeller ver 0.04 0.47 0.00 0.07 inf; -libelles libelle nom m p 0.14 0.54 0.01 0.27 -libellé libeller ver m s 0.04 0.47 0.04 0.07 par:pas; -libellée libeller ver f s 0.04 0.47 0.01 0.20 par:pas; -libellées libeller ver f p 0.04 0.47 0.00 0.14 par:pas; -libellule libellule nom f s 1.17 3.38 1.07 2.16 -libellules libellule nom f p 1.17 3.38 0.10 1.22 -liber liber nom m s 0.03 0.14 0.03 0.14 -libera libera nom m 0.16 0.07 0.16 0.07 -libero libero nom m s 0.00 0.07 0.00 0.07 -libertaire libertaire adj s 0.56 0.47 0.56 0.34 -libertaires libertaire nom p 0.02 0.14 0.01 0.07 -liberticide liberticide adj s 0.03 0.00 0.03 0.00 -libertin libertin nom m s 1.25 3.24 1.05 1.69 -libertinage libertinage nom m s 0.39 1.35 0.39 1.35 -libertine libertin adj f s 1.29 1.76 0.35 0.47 -libertines libertin adj f p 1.29 1.76 0.38 0.20 -libertins libertin nom m p 1.25 3.24 0.16 0.95 -liberté liberté nom f s 79.53 97.97 76.28 93.31 -libertés liberté nom f p 79.53 97.97 3.26 4.66 -libidinal libidinal adj m s 0.00 0.47 0.00 0.20 -libidinale libidinal adj f s 0.00 0.47 0.00 0.07 -libidinales libidinal adj f p 0.00 0.47 0.00 0.07 -libidinaux libidinal adj m p 0.00 0.47 0.00 0.14 -libidineuse libidineux adj f s 0.36 0.81 0.04 0.14 -libidineuses libidineux adj f p 0.36 0.81 0.00 0.07 -libidineux libidineux adj m 0.36 0.81 0.32 0.61 -libido libido nom f s 1.79 1.22 1.79 1.22 -libraire libraire nom s 2.10 5.34 1.67 4.26 -libraires libraire nom p 2.10 5.34 0.43 1.08 -librairie_papeterie librairie_papeterie nom f s 0.00 0.20 0.00 0.20 -librairie librairie nom f s 5.97 9.59 5.02 8.24 -librairies librairie nom f p 5.97 9.59 0.95 1.35 -libre_arbitre libre_arbitre nom m s 0.12 0.14 0.12 0.14 -libre_penseur libre_penseur nom m s 0.04 0.14 0.04 0.14 -libre_penseur libre_penseur nom f s 0.04 0.14 0.01 0.00 -libre_service libre_service nom m s 0.04 0.34 0.04 0.34 -libre_échange libre_échange nom m 0.32 0.14 0.32 0.14 -libre_échangiste libre_échangiste nom s 0.03 0.00 0.03 0.00 -libre libre adj s 134.42 167.91 110.36 130.14 -librement librement adv 6.80 12.84 6.80 12.84 -libres libre adj p 134.42 167.91 24.06 37.77 -librettiste librettiste nom s 0.01 0.14 0.01 0.07 -librettistes librettiste nom p 0.01 0.14 0.00 0.07 -libretto libretto nom m s 0.04 0.00 0.04 0.00 -libère libérer ver 75.77 48.51 11.66 4.53 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:1s; -libèrent libérer ver 75.77 48.51 0.91 0.68 ind:pre:3p; -libères libérer ver 75.77 48.51 1.74 0.00 ind:pre:1p;ind:pre:2s; -libéra libérer ver 75.77 48.51 0.14 2.09 ind:pas:3s; -libérable libérable nom s 0.09 0.00 0.07 0.00 -libérables libérable adj m p 0.07 0.27 0.01 0.00 -libérai libérer ver 75.77 48.51 0.02 0.07 ind:pas:1s; -libéraient libérer ver 75.77 48.51 0.16 0.81 ind:imp:3p; -libérais libérer ver 75.77 48.51 0.18 0.14 ind:imp:1s;ind:imp:2s; -libérait libérer ver 75.77 48.51 0.23 2.23 ind:imp:3s; -libéral libéral adj m s 3.07 7.23 1.12 3.04 -libérale libéral adj f s 3.07 7.23 1.11 2.03 -libéralement libéralement adv 0.00 0.47 0.00 0.47 -libérales libéral adj f p 3.07 7.23 0.14 1.49 -libéralisation libéralisation nom f s 0.04 0.27 0.04 0.27 -libéralisme libéralisme nom m s 0.22 1.49 0.22 1.49 -libéralité libéralité nom f s 0.11 0.54 0.11 0.14 -libéralités libéralité nom f p 0.11 0.54 0.00 0.41 -libérant libérer ver 75.77 48.51 0.23 2.16 par:pre; -libérateur libérateur nom m s 1.70 1.01 0.61 0.47 -libérateurs libérateur nom m p 1.70 1.01 1.07 0.47 -libération libération nom f s 8.43 45.00 8.31 44.86 -libérations libération nom f p 8.43 45.00 0.12 0.14 -libératoire libératoire adj f s 0.10 0.07 0.10 0.07 -libératrice libérateur adj f s 0.99 2.43 0.34 0.74 -libératrices libérateur adj f p 0.99 2.43 0.02 0.34 -libéraux libéral nom m p 1.47 1.62 0.97 0.61 -libérer libérer ver 75.77 48.51 26.16 14.53 inf;;inf;;inf;; -libérera libérer ver 75.77 48.51 1.48 0.27 ind:fut:3s; -libérerai libérer ver 75.77 48.51 0.62 0.00 ind:fut:1s; -libéreraient libérer ver 75.77 48.51 0.01 0.20 cnd:pre:3p; -libérerais libérer ver 75.77 48.51 0.17 0.14 cnd:pre:1s;cnd:pre:2s; -libérerait libérer ver 75.77 48.51 0.63 0.41 cnd:pre:3s; -libéreras libérer ver 75.77 48.51 0.14 0.00 ind:fut:2s; -libérerez libérer ver 75.77 48.51 0.10 0.07 ind:fut:2p; -libérerons libérer ver 75.77 48.51 0.22 0.07 ind:fut:1p; -libéreront libérer ver 75.77 48.51 0.41 0.07 ind:fut:3p; -libérez libérer ver 75.77 48.51 6.65 0.34 imp:pre:2p;ind:pre:2p; -libérien libérien adj m s 0.01 0.00 0.01 0.00 -libériez libérer ver 75.77 48.51 0.12 0.00 ind:imp:2p; -libérions libérer ver 75.77 48.51 0.04 0.00 ind:imp:1p;sub:pre:1p; -libéro libéro nom m s 0.01 0.00 0.01 0.00 -libérons libérer ver 75.77 48.51 0.34 0.14 imp:pre:1p;ind:pre:1p; -libérât libérer ver 75.77 48.51 0.00 0.14 sub:imp:3s; -libérèrent libérer ver 75.77 48.51 0.04 0.34 ind:pas:3p; -libéré libérer ver m s 75.77 48.51 15.75 10.20 par:pas; -libérée libérer ver f s 75.77 48.51 3.60 4.46 par:pas; -libérées libérer ver f p 75.77 48.51 0.41 0.81 par:pas; -libérés libérer ver m p 75.77 48.51 3.59 3.65 par:pas; -libyen libyen adj m s 0.18 0.20 0.02 0.14 -libyenne libyen adj f s 0.18 0.20 0.14 0.07 -libyens libyen nom m p 0.11 0.07 0.10 0.00 -lice lice nom f s 0.63 1.42 0.63 1.22 -licence licence nom f s 8.27 7.84 7.37 7.03 -licences licence nom f p 8.27 7.84 0.90 0.81 -licencia licencier ver 5.93 1.49 0.01 0.00 ind:pas:3s; -licenciables licenciable adj p 0.00 0.07 0.00 0.07 -licenciai licencier ver 5.93 1.49 0.00 0.07 ind:pas:1s; -licenciaient licencier ver 5.93 1.49 0.01 0.07 ind:imp:3p; -licenciait licencier ver 5.93 1.49 0.16 0.07 ind:imp:3s; -licenciant licencier ver 5.93 1.49 0.02 0.00 par:pre; -licencie licencier ver 5.93 1.49 0.16 0.00 ind:pre:1s;ind:pre:3s; -licenciement licenciement nom m s 3.93 0.41 2.62 0.20 -licenciements licenciement nom m p 3.93 0.41 1.31 0.20 -licencient licencier ver 5.93 1.49 0.26 0.07 ind:pre:3p; -licencier licencier ver 5.93 1.49 1.61 0.27 inf; -licenciera licencier ver 5.93 1.49 0.02 0.00 ind:fut:3s; -licencieuse licencieux adj f s 0.68 0.68 0.12 0.14 -licencieuses licencieux adj f p 0.68 0.68 0.15 0.20 -licencieux licencieux adj m 0.68 0.68 0.41 0.34 -licenciez licencier ver 5.93 1.49 0.20 0.07 imp:pre:2p;ind:pre:2p; -licencié licencier ver m s 5.93 1.49 2.57 0.47 par:pas; -licenciée licencier ver f s 5.93 1.49 0.60 0.34 par:pas; -licenciées licencié nom f p 0.68 0.54 0.00 0.07 -licenciés licencier ver m p 5.93 1.49 0.31 0.07 par:pas; -lices lice nom f p 0.63 1.42 0.00 0.20 -lichant licher ver 0.27 0.61 0.00 0.20 par:pre; -lichas licher ver 0.27 0.61 0.27 0.00 ind:pas:2s; -liche liche nom m s 0.00 0.20 0.00 0.20 -lichen lichen nom m s 0.11 2.70 0.10 1.28 -lichens lichen nom m p 0.11 2.70 0.01 1.42 -licher licher ver 0.27 0.61 0.00 0.14 inf; -lichette lichette nom f s 0.15 0.74 0.15 0.61 -lichettes lichette nom f p 0.15 0.74 0.00 0.14 -lichotter lichotter ver 0.00 0.07 0.00 0.07 inf; -liché licher ver m s 0.27 0.61 0.00 0.07 par:pas; -lichée licher ver f s 0.27 0.61 0.00 0.14 par:pas; -lichées licher ver f p 0.27 0.61 0.00 0.07 par:pas; -liciers licier nom m p 0.00 0.07 0.00 0.07 -licite licite adj s 0.32 0.74 0.29 0.61 -licites licite adj f p 0.32 0.74 0.03 0.14 -licol licol nom m s 0.00 0.61 0.00 0.47 -licols licol nom m p 0.00 0.61 0.00 0.14 -licorne licorne nom f s 1.98 1.82 1.41 1.28 -licornes licorne nom f p 1.98 1.82 0.57 0.54 -licou licou nom m s 0.03 0.61 0.03 0.54 -licous licou nom m p 0.03 0.61 0.00 0.07 -licteur licteur nom m s 0.00 0.34 0.00 0.07 -licteurs licteur nom m p 0.00 0.34 0.00 0.27 -licéité licéité nom f s 0.00 0.07 0.00 0.07 -lido lido nom m s 0.07 0.00 0.07 0.00 -lidocaïne lidocaïne nom f s 0.36 0.00 0.36 0.00 -lie_de_vin lie_de_vin adj 0.00 1.08 0.00 1.08 -lie lier ver 37.17 46.08 4.02 3.11 imp:pre:2s;ind:pre:1s;ind:pre:3s; -lied lied nom m s 0.06 0.54 0.01 0.07 -lieder lied nom m p 0.06 0.54 0.04 0.47 -lien lien nom m s 35.89 38.38 23.47 18.18 -liens lien nom m p 35.89 38.38 12.42 20.20 -lient lier ver 37.17 46.08 0.61 0.27 ind:pre:3p; -lier lier ver 37.17 46.08 5.07 6.62 inf; -liera lier ver 37.17 46.08 0.05 0.07 ind:fut:3s; -lierais lier ver 37.17 46.08 0.02 0.00 cnd:pre:1s; -lierait lier ver 37.17 46.08 0.02 0.27 cnd:pre:3s; -lieras lier ver 37.17 46.08 0.14 0.07 ind:fut:2s; -lieront lier ver 37.17 46.08 0.03 0.14 ind:fut:3p; -lierre lierre nom m s 0.43 6.35 0.42 6.08 -lierres lierre nom m p 0.43 6.35 0.01 0.27 -lies lier ver 37.17 46.08 0.29 0.00 ind:pre:2s;sub:pre:2s; -liesse liesse nom f s 1.39 2.23 1.39 2.16 -liesses liesse nom f p 1.39 2.23 0.00 0.07 -lieu_dit lieu_dit nom m s 0.00 0.88 0.00 0.88 -lieu lieu nom m s 182.00 267.57 153.12 213.38 -lieudit lieudit nom m s 0.00 0.14 0.00 0.07 -lieudits lieudit nom m p 0.00 0.14 0.00 0.07 -lieue lieue nom f s 1.93 10.47 0.19 1.08 -lieues lieue nom f p 1.93 10.47 1.74 9.39 -lieur lieur nom m s 0.01 0.14 0.01 0.00 -lieus lieu nom m p 182.00 267.57 0.15 0.07 -lieuse lieur nom f s 0.01 0.14 0.00 0.14 -lieutenant_colonel lieutenant_colonel nom m s 1.74 1.42 1.73 1.42 -lieutenant_pilote lieutenant_pilote nom m s 0.00 0.07 0.00 0.07 -lieutenant lieutenant nom m s 80.99 54.93 80.05 52.36 -lieutenant_colonel lieutenant_colonel nom m p 1.74 1.42 0.01 0.00 -lieutenants lieutenant nom m p 80.99 54.93 0.94 2.57 -lieux_dits lieux_dits nom m p 0.00 0.41 0.00 0.41 -lieux lieu nom m p 182.00 267.57 28.73 54.12 -liez lier ver 37.17 46.08 0.15 0.07 imp:pre:2p;ind:pre:2p; -lift lift nom m s 0.61 0.07 0.52 0.07 -lifter lifter ver 0.27 0.07 0.22 0.00 inf; -liftier liftier nom m s 0.39 0.54 0.36 0.41 -liftiers liftier nom m p 0.39 0.54 0.00 0.14 -lifting lifting nom m s 1.40 0.07 1.19 0.07 -liftings lifting nom m p 1.40 0.07 0.22 0.00 -liftière liftier nom f s 0.39 0.54 0.02 0.00 -lifts lift nom m p 0.61 0.07 0.10 0.00 -lifté lifté adj m s 0.05 0.14 0.00 0.07 -liftée lifté adj f s 0.05 0.14 0.04 0.07 -liftées lifter ver f p 0.27 0.07 0.01 0.07 par:pas; -ligament ligament nom m s 1.12 0.47 0.29 0.00 -ligamentaire ligamentaire adj f s 0.02 0.00 0.02 0.00 -ligaments ligament nom m p 1.12 0.47 0.83 0.47 -ligature ligature nom f s 0.46 0.20 0.30 0.07 -ligaturer ligaturer ver 0.13 0.47 0.05 0.14 inf; -ligatures ligature nom f p 0.46 0.20 0.16 0.14 -ligaturez ligaturer ver 0.13 0.47 0.01 0.07 imp:pre:2p;ind:pre:2p; -ligaturé ligaturer ver m s 0.13 0.47 0.04 0.14 par:pas; -ligaturée ligaturer ver f s 0.13 0.47 0.02 0.14 par:pas; -lige lige adj s 0.14 0.20 0.14 0.14 -liges lige adj m p 0.14 0.20 0.00 0.07 -light light adj 3.76 0.27 3.76 0.27 -ligna ligner ver 0.06 0.20 0.00 0.07 ind:pas:3s; -lignage lignage nom m s 0.13 0.41 0.13 0.34 -lignages lignage nom m p 0.13 0.41 0.00 0.07 -lignards lignard nom m p 0.00 0.07 0.00 0.07 -ligne ligne nom f s 89.83 162.30 69.42 101.01 -ligner ligner ver 0.06 0.20 0.00 0.07 inf; -lignes ligne nom f p 89.83 162.30 20.41 61.28 -ligneuses ligneux adj f p 0.00 0.41 0.00 0.20 -ligneux ligneux adj m p 0.00 0.41 0.00 0.20 -lignite lignite nom m s 0.14 0.61 0.00 0.54 -lignites lignite nom m p 0.14 0.61 0.14 0.07 -ligné ligner ver m s 0.06 0.20 0.01 0.07 par:pas; -lignée lignée nom f s 4.83 5.07 4.67 4.80 -lignées lignée nom f p 4.83 5.07 0.16 0.27 -ligot ligot nom m s 0.01 0.27 0.01 0.00 -ligota ligoter ver 4.49 5.07 0.10 0.20 ind:pas:3s; -ligotage ligotage nom m s 0.01 0.20 0.01 0.20 -ligotaient ligoter ver 4.49 5.07 0.00 0.20 ind:imp:3p; -ligotait ligoter ver 4.49 5.07 0.01 0.27 ind:imp:3s; -ligotant ligoter ver 4.49 5.07 0.01 0.07 par:pre; -ligote ligoter ver 4.49 5.07 0.91 0.34 imp:pre:2s;ind:pre:1s;ind:pre:3s; -ligotent ligoter ver 4.49 5.07 0.16 0.61 ind:pre:3p; -ligoter ligoter ver 4.49 5.07 0.48 0.61 inf; -ligoterai ligoter ver 4.49 5.07 0.14 0.00 ind:fut:1s; -ligoterait ligoter ver 4.49 5.07 0.01 0.00 cnd:pre:3s; -ligoterons ligoter ver 4.49 5.07 0.10 0.00 ind:fut:1p; -ligotez ligoter ver 4.49 5.07 0.80 0.00 imp:pre:2p;ind:pre:2p; -ligotons ligoter ver 4.49 5.07 0.01 0.00 imp:pre:1p; -ligots ligot nom m p 0.01 0.27 0.00 0.27 -ligotèrent ligoter ver 4.49 5.07 0.00 0.07 ind:pas:3p; -ligoté ligoter ver m s 4.49 5.07 0.91 1.69 par:pas; -ligotée ligoter ver f s 4.49 5.07 0.29 0.54 par:pas; -ligotées ligoter ver f p 4.49 5.07 0.01 0.14 par:pas; -ligotés ligoter ver m p 4.49 5.07 0.53 0.34 par:pas; -liguaient liguer ver 1.07 1.76 0.01 0.14 ind:imp:3p; -liguait liguer ver 1.07 1.76 0.01 0.27 ind:imp:3s; -liguant liguer ver 1.07 1.76 0.01 0.07 par:pre; -ligue ligue nom f s 2.97 2.09 2.74 1.42 -liguent liguer ver 1.07 1.76 0.17 0.00 ind:pre:3p; -liguer liguer ver 1.07 1.76 0.22 0.27 inf; -ligues ligue nom f p 2.97 2.09 0.23 0.68 -ligueur ligueur nom m s 0.00 0.27 0.00 0.14 -ligueurs ligueur nom m p 0.00 0.27 0.00 0.14 -liguez liguer ver 1.07 1.76 0.16 0.00 ind:pre:2p; -ligure ligure adj f s 0.00 0.20 0.00 0.14 -ligures ligure adj p 0.00 0.20 0.00 0.07 -liguèrent liguer ver 1.07 1.76 0.00 0.07 ind:pas:3p; -ligué liguer ver m s 1.07 1.76 0.15 0.00 par:pas; -liguées liguer ver f p 1.07 1.76 0.03 0.34 par:pas; -ligués liguer ver m p 1.07 1.76 0.13 0.41 par:pas; -lilas lilas nom m 2.28 5.47 2.28 5.47 -liliacées liliacée nom f p 0.14 0.00 0.14 0.00 -lilial lilial adj m s 0.00 0.68 0.00 0.41 -liliale lilial adj f s 0.00 0.68 0.00 0.27 -lilium lilium nom m s 0.01 0.07 0.01 0.07 -lilliputien lilliputien adj m s 0.36 0.68 0.12 0.41 -lilliputienne lilliputien adj f s 0.36 0.68 0.02 0.20 -lilliputiens lilliputien adj m p 0.36 0.68 0.22 0.07 -lillois lillois nom m 0.00 0.27 0.00 0.20 -lilloise lillois nom f s 0.00 0.27 0.00 0.07 -lima limer ver 1.07 3.11 0.00 0.07 ind:pas:3s; -limace limace nom f s 4.01 6.35 2.89 4.05 -limaces limace nom f p 4.01 6.35 1.12 2.30 -limage limage nom m s 0.26 0.14 0.26 0.14 -limaient limer ver 1.07 3.11 0.00 0.07 ind:imp:3p; -limaille limaille nom f s 0.02 1.55 0.02 1.55 -limait limer ver 1.07 3.11 0.00 0.54 ind:imp:3s; -liman liman nom m s 0.01 0.00 0.01 0.00 -limande limande nom f s 0.09 0.68 0.08 0.61 -limandes limande nom f p 0.09 0.68 0.01 0.07 -limant limer ver 1.07 3.11 0.00 0.14 par:pre; -limaçon limaçon nom m s 0.02 0.54 0.01 0.27 -limaçons limaçon nom m p 0.02 0.54 0.01 0.27 -limbe limbe nom m s 0.81 3.18 0.00 0.07 -limbes limbe nom m p 0.81 3.18 0.81 3.11 -limbique limbique adj s 0.31 0.00 0.31 0.00 -limbo limbo nom m s 0.36 0.00 0.36 0.00 -lime lime nom f s 1.56 3.65 1.48 2.91 -liment limer ver 1.07 3.11 0.01 0.07 ind:pre:3p; -limer limer ver 1.07 3.11 0.50 0.74 inf; -limerick limerick nom m s 0.04 0.07 0.03 0.00 -limericks limerick nom m p 0.04 0.07 0.01 0.07 -limes lime nom f p 1.56 3.65 0.08 0.74 -limette limette nom f s 0.07 0.00 0.07 0.00 -limez limer ver 1.07 3.11 0.00 0.07 ind:pre:2p; -limier limier nom m s 1.12 0.88 0.77 0.54 -limiers limier nom m p 1.12 0.88 0.35 0.34 -liminaire liminaire adj s 0.07 0.00 0.07 0.00 -limions limer ver 1.07 3.11 0.00 0.07 ind:imp:1p; -limita limiter ver 11.19 19.26 0.01 0.00 ind:pas:3s; -limitai limiter ver 11.19 19.26 0.00 0.20 ind:pas:1s; -limitaient limiter ver 11.19 19.26 0.12 0.41 ind:imp:3p; -limitais limiter ver 11.19 19.26 0.02 0.07 ind:imp:1s;ind:imp:2s; -limitait limiter ver 11.19 19.26 0.13 2.36 ind:imp:3s; -limitant limiter ver 11.19 19.26 0.09 1.28 par:pre; -limitatif limitatif adj m s 0.00 0.27 0.00 0.14 -limitation limitation nom f s 0.74 0.95 0.27 0.61 -limitations limitation nom f p 0.74 0.95 0.47 0.34 -limitative limitatif adj f s 0.00 0.27 0.00 0.14 -limite limite nom f s 32.77 47.23 13.69 21.76 -limitent limiter ver 11.19 19.26 0.23 0.74 ind:pre:3p; -limiter limiter ver 11.19 19.26 2.62 4.46 inf; -limitera limiter ver 11.19 19.26 0.13 0.14 ind:fut:3s; -limiterai limiter ver 11.19 19.26 0.14 0.07 ind:fut:1s; -limiteraient limiter ver 11.19 19.26 0.01 0.20 cnd:pre:3p; -limiterait limiter ver 11.19 19.26 0.05 0.07 cnd:pre:3s; -limiteront limiter ver 11.19 19.26 0.05 0.00 ind:fut:3p; -limites limite nom f p 32.77 47.23 19.09 25.47 -limiteur limiteur nom m s 0.02 0.00 0.02 0.00 -limitez limiter ver 11.19 19.26 0.36 0.00 imp:pre:2p;ind:pre:2p; -limitions limiter ver 11.19 19.26 0.01 0.07 ind:imp:1p; -limitons limiter ver 11.19 19.26 0.14 0.07 imp:pre:1p;ind:pre:1p; -limitrophe limitrophe adj s 0.00 0.54 0.00 0.07 -limitrophes limitrophe adj p 0.00 0.54 0.00 0.47 -limité limiter ver m s 11.19 19.26 2.10 2.30 par:pas; -limitée limité adj f s 3.66 6.35 1.30 1.28 -limitées limité adj f p 3.66 6.35 0.68 1.35 -limités limiter ver m p 11.19 19.26 0.36 0.68 par:pas; -limoge limoger ver 0.51 0.34 0.00 0.07 ind:pre:3s; -limogeage limogeage nom m s 0.11 0.07 0.11 0.07 -limoger limoger ver 0.51 0.34 0.18 0.00 inf; -limoges limoger ver 0.51 0.34 0.01 0.20 ind:pre:2s; -limogé limoger ver m s 0.51 0.34 0.32 0.07 par:pas; -limon limon nom m s 0.53 3.45 0.53 2.97 -limonade limonade nom f s 6.17 6.15 6.06 5.68 -limonades limonade nom f p 6.17 6.15 0.11 0.47 -limonadier limonadier nom m s 0.03 0.54 0.03 0.14 -limonadiers limonadier nom m p 0.03 0.54 0.00 0.27 -limonadière limonadier nom f s 0.03 0.54 0.00 0.14 -limonaire limonaire nom m s 0.00 0.54 0.00 0.54 -limoneuse limoneux adj f s 0.01 0.61 0.01 0.27 -limoneuses limoneux adj f p 0.01 0.61 0.00 0.14 -limoneux limoneux adj m s 0.01 0.61 0.00 0.20 -limonier limonier nom m s 0.00 0.14 0.00 0.07 -limonière limonier nom f s 0.00 0.14 0.00 0.07 -limons limon nom m p 0.53 3.45 0.00 0.47 -limoselle limoselle nom f s 0.01 0.00 0.01 0.00 -limousin limousin adj m s 2.04 1.15 0.00 0.14 -limousine limousine nom f s 3.93 3.65 3.34 2.97 -limousines limousine nom f p 3.93 3.65 0.58 0.68 -limousins limousin adj m p 2.04 1.15 0.00 0.07 -limpide limpide adj s 2.66 12.16 2.32 9.86 -limpides limpide adj p 2.66 12.16 0.34 2.30 -limpidité limpidité nom f s 0.01 1.62 0.01 1.62 -limé limer ver m s 1.07 3.11 0.16 0.54 par:pas; -limée limer ver f s 1.07 3.11 0.01 0.14 par:pas; -lin lin nom m s 2.35 6.08 1.76 6.01 -linaire linaire nom f s 0.00 0.07 0.00 0.07 -linceul linceul nom m s 1.98 2.70 1.94 2.30 -linceuls linceul nom m p 1.98 2.70 0.04 0.41 -lindor lindor nom m s 0.27 0.00 0.27 0.00 -line line nom f s 1.08 0.07 1.08 0.07 -linga linga nom m s 0.01 0.00 0.01 0.00 -lingala lingala nom m s 0.02 0.00 0.02 0.00 -lingam lingam nom m s 0.54 0.07 0.54 0.07 -linge linge nom m s 17.04 47.30 16.75 44.53 -linger linger adj m s 0.02 0.41 0.01 0.14 -lingerie lingerie nom f s 4.13 5.34 4.11 4.73 -lingeries lingerie nom f p 4.13 5.34 0.02 0.61 -linges linge nom m p 17.04 47.30 0.30 2.77 -lingette lingette nom f s 0.66 0.00 0.48 0.00 -lingettes lingette nom f p 0.66 0.00 0.18 0.00 -lingot lingot nom m s 1.58 2.36 0.47 1.15 -lingotière lingotier nom f s 0.00 0.07 0.00 0.07 -lingots lingot nom m p 1.58 2.36 1.11 1.22 -lingère lingère nom f s 0.04 0.68 0.04 0.47 -lingères lingère nom f p 0.04 0.68 0.00 0.20 -lingual lingual adj m s 0.04 0.00 0.01 0.00 -linguale lingual adj f s 0.04 0.00 0.02 0.00 -linguaux lingual adj m p 0.04 0.00 0.01 0.00 -linguiste linguiste nom s 0.50 0.68 0.46 0.41 -linguistes linguiste nom p 0.50 0.68 0.04 0.27 -linguistique linguistique nom f s 0.54 0.61 0.54 0.61 -linguistiquement linguistiquement adv 0.01 0.07 0.01 0.07 -linguistiques linguistique adj p 0.38 1.55 0.14 0.74 -liniment liniment nom m s 0.03 0.07 0.03 0.07 -lino lino nom m s 0.38 1.69 0.38 1.55 -linoléum linoléum nom m s 0.18 2.64 0.18 2.36 -linoléums linoléum nom m p 0.18 2.64 0.00 0.27 -linon linon nom m s 0.05 0.74 0.05 0.68 -linons linon nom m p 0.05 0.74 0.00 0.07 -linos lino nom m p 0.38 1.69 0.00 0.14 -linotte linotte nom f s 0.81 0.54 0.69 0.27 -linottes linotte nom f p 0.81 0.54 0.12 0.27 -linotype linotype nom f s 0.01 0.41 0.01 0.14 -linotypes linotype nom f p 0.01 0.41 0.00 0.27 -linotypistes linotypiste nom p 0.00 0.20 0.00 0.20 -lins lin nom m p 2.35 6.08 0.59 0.07 -linteau linteau nom m s 0.24 1.08 0.17 0.95 -linteaux linteau nom m p 0.24 1.08 0.07 0.14 -linter linter nom m s 0.01 0.00 0.01 0.00 -linéaire linéaire adj s 0.39 1.08 0.30 0.88 -linéairement linéairement adv 0.01 0.00 0.01 0.00 -linéaires linéaire adj p 0.39 1.08 0.09 0.20 -linéaments linéament nom m p 0.00 0.54 0.00 0.54 -liâmes lier ver 37.17 46.08 0.00 0.14 ind:pas:1p; -lion lion nom m s 20.70 33.04 14.58 20.14 -lionceau lionceau nom m s 0.21 1.01 0.21 0.61 -lionceaux lionceau nom m p 0.21 1.01 0.00 0.41 -lionne lion nom f s 20.70 33.04 0.79 2.43 -lionnes lionne nom f p 0.16 0.00 0.16 0.00 -lions lion nom m p 20.70 33.04 5.33 8.24 -liât lier ver 37.17 46.08 0.00 0.34 sub:imp:3s; -lipase lipase nom f s 0.01 0.00 0.01 0.00 -lipide lipide nom m s 0.06 0.20 0.01 0.07 -lipides lipide nom m p 0.06 0.20 0.04 0.14 -lipiodol lipiodol nom m s 0.01 0.00 0.01 0.00 -lipome lipome nom m s 0.03 0.00 0.03 0.00 -liposome liposome nom m s 0.01 0.00 0.01 0.00 -liposuccion liposuccion nom f s 1.04 0.00 0.75 0.00 -liposuccions liposuccion nom f p 1.04 0.00 0.29 0.00 -liposucer liposucer ver 0.20 0.00 0.20 0.00 inf; -lipothymie lipothymie nom f s 0.10 0.00 0.10 0.00 -lippe lippe nom f s 0.14 1.89 0.14 1.69 -lippes lippe nom f p 0.14 1.89 0.00 0.20 -lippu lippu adj m s 0.17 1.01 0.17 0.41 -lippue lippu adj f s 0.17 1.01 0.00 0.47 -lippées lippée nom f p 0.00 0.07 0.00 0.07 -lippues lippu adj f p 0.17 1.01 0.00 0.07 -lippus lippu adj m p 0.17 1.01 0.00 0.07 -liquette liquette nom f s 0.19 1.49 0.19 1.22 -liquettes liquette nom f p 0.19 1.49 0.00 0.27 -liqueur liqueur nom f s 5.00 4.26 3.46 2.36 -liqueurs liqueur nom f p 5.00 4.26 1.55 1.89 -liquida liquider ver 9.76 10.74 0.10 0.27 ind:pas:3s; -liquidai liquider ver 9.76 10.74 0.00 0.07 ind:pas:1s; -liquidaient liquider ver 9.76 10.74 0.00 0.20 ind:imp:3p; -liquidait liquider ver 9.76 10.74 0.02 0.20 ind:imp:3s; -liquidambars liquidambar nom m p 0.00 0.07 0.00 0.07 -liquidant liquider ver 9.76 10.74 0.02 0.20 par:pre; -liquidateur liquidateur nom m s 0.07 0.20 0.05 0.14 -liquidateurs liquidateur nom m p 0.07 0.20 0.01 0.07 -liquidation liquidation nom f s 0.81 3.11 0.70 3.04 -liquidations liquidation nom f p 0.81 3.11 0.11 0.07 -liquidative liquidatif adj f s 0.02 0.00 0.02 0.00 -liquide liquide nom m s 18.41 19.19 17.74 17.91 -liquident liquider ver 9.76 10.74 0.04 0.07 ind:pre:3p; -liquider liquider ver 9.76 10.74 3.78 4.93 inf; -liquidera liquider ver 9.76 10.74 0.06 0.14 ind:fut:3s; -liquiderai liquider ver 9.76 10.74 0.04 0.00 ind:fut:1s; -liquiderais liquider ver 9.76 10.74 0.04 0.07 cnd:pre:1s;cnd:pre:2s; -liquiderait liquider ver 9.76 10.74 0.14 0.07 cnd:pre:3s; -liquiderons liquider ver 9.76 10.74 0.04 0.00 ind:fut:1p; -liquideront liquider ver 9.76 10.74 0.00 0.14 ind:fut:3p; -liquides liquide nom m p 18.41 19.19 0.68 1.28 -liquidez liquider ver 9.76 10.74 0.37 0.00 imp:pre:2p;ind:pre:2p; -liquidions liquider ver 9.76 10.74 0.00 0.07 ind:imp:1p; -liquidité liquidité nom f s 0.70 0.54 0.03 0.07 -liquidités liquidité nom f p 0.70 0.54 0.67 0.47 -liquidons liquider ver 9.76 10.74 0.26 0.07 imp:pre:1p;ind:pre:1p; -liquidé liquider ver m s 9.76 10.74 2.45 1.62 par:pas; -liquidée liquider ver f s 9.76 10.74 0.31 0.95 par:pas; -liquidées liquider ver f p 9.76 10.74 0.02 0.20 par:pas; -liquidés liquider ver m p 9.76 10.74 0.54 0.61 par:pas; -liquor liquor nom m s 0.04 0.00 0.04 0.00 -liquoreux liquoreux adj m s 0.00 0.27 0.00 0.27 -liquoriste liquoriste nom s 0.01 0.07 0.01 0.07 -liquéfaction liquéfaction nom f s 0.04 0.27 0.04 0.27 -liquéfiaient liquéfier ver 1.09 2.43 0.00 0.27 ind:imp:3p; -liquéfiait liquéfier ver 1.09 2.43 0.00 0.47 ind:imp:3s; -liquéfiante liquéfiant adj f s 0.00 0.07 0.00 0.07 -liquéfie liquéfier ver 1.09 2.43 0.78 0.20 ind:pre:1s;ind:pre:3s; -liquéfient liquéfier ver 1.09 2.43 0.04 0.14 ind:pre:3p; -liquéfier liquéfier ver 1.09 2.43 0.14 0.47 inf; -liquéfièrent liquéfier ver 1.09 2.43 0.00 0.07 ind:pas:3p; -liquéfié liquéfier ver m s 1.09 2.43 0.04 0.27 par:pas; -liquéfiée liquéfier ver f s 1.09 2.43 0.03 0.34 par:pas; -liquéfiées liquéfier ver f p 1.09 2.43 0.01 0.14 par:pas; -liquéfiés liquéfier ver m p 1.09 2.43 0.05 0.07 par:pas; -lira lire ver 281.09 324.80 1.88 1.82 ind:fut:3s; -lirai lire ver 281.09 324.80 3.36 1.28 ind:fut:1s; -liraient lire ver 281.09 324.80 0.03 0.34 cnd:pre:3p; -lirais lire ver 281.09 324.80 0.74 0.81 cnd:pre:1s;cnd:pre:2s; -lirait lire ver 281.09 324.80 0.30 3.31 cnd:pre:3s; -liras lire ver 281.09 324.80 1.97 0.81 ind:fut:2s; -lire lire ver 281.09 324.80 89.58 103.58 inf; -lires lire nom f p 28.88 10.27 18.98 1.42 -lirette lirette nom f s 0.02 0.00 0.02 0.00 -lirez lire ver 281.09 324.80 0.68 0.81 ind:fut:2p; -liriez lire ver 281.09 324.80 0.09 0.00 cnd:pre:2p; -liron liron nom m s 0.14 0.54 0.14 0.54 -lirons lire ver 281.09 324.80 0.08 0.07 ind:fut:1p; -liront lire ver 281.09 324.80 0.17 0.27 ind:fut:3p; -lis lire ver 281.09 324.80 39.81 16.62 imp:pre:2s;ind:pre:1s;ind:pre:2s; -lisaient lire ver 281.09 324.80 0.22 4.73 ind:imp:3p; -lisais lire ver 281.09 324.80 5.08 10.54 ind:imp:1s;ind:imp:2s; -lisait lire ver 281.09 324.80 3.88 39.12 ind:imp:3s; -lisant lire ver 281.09 324.80 2.95 13.31 par:pre; -lise lire ver 281.09 324.80 3.20 2.09 sub:pre:1s;sub:pre:3s; -lisent lire ver 281.09 324.80 2.67 3.72 ind:pre:3p; -liseron liseron nom m s 0.02 1.08 0.01 0.61 -liserons liseron nom m p 0.02 1.08 0.01 0.47 -liseré liseré nom m s 0.02 0.81 0.02 0.74 -liserée liserer ver f s 0.00 0.14 0.00 0.07 par:pas; -liserés liseré nom m p 0.02 0.81 0.00 0.07 -lises lire ver 281.09 324.80 1.12 0.41 sub:pre:2s; -liseur liseur nom m s 0.06 1.49 0.00 0.68 -liseuse liseur nom f s 0.06 1.49 0.06 0.68 -liseuses liseur nom f p 0.06 1.49 0.00 0.14 -lisez lire ver 281.09 324.80 16.78 5.00 imp:pre:2p;ind:pre:2p; -lisibilité lisibilité nom f s 0.01 0.00 0.01 0.00 -lisible lisible adj s 0.84 3.58 0.40 2.50 -lisiblement lisiblement adv 0.11 0.20 0.11 0.20 -lisibles lisible adj p 0.84 3.58 0.44 1.08 -lisier lisier nom m s 0.01 0.00 0.01 0.00 -lisiez lire ver 281.09 324.80 0.96 0.95 ind:imp:2p; -lisions lire ver 281.09 324.80 0.27 1.55 ind:imp:1p; -lisière lisière nom f s 0.67 18.24 0.67 16.49 -lisières lisière nom f p 0.67 18.24 0.00 1.76 -lisons lire ver 281.09 324.80 1.56 0.81 imp:pre:1p;ind:pre:1p; -lissa lisser ver 2.04 11.35 0.02 1.15 ind:pas:3s; -lissage lissage nom m s 0.01 0.14 0.01 0.14 -lissai lisser ver 2.04 11.35 0.00 0.14 ind:pas:1s; -lissaient lisser ver 2.04 11.35 0.00 0.34 ind:imp:3p; -lissais lisser ver 2.04 11.35 0.00 0.07 ind:imp:1s; -lissait lisser ver 2.04 11.35 0.00 1.42 ind:imp:3s; -lissant lisser ver 2.04 11.35 0.00 1.96 par:pre; -lisse lisse adj s 3.48 33.58 2.71 24.26 -lissent lisser ver 2.04 11.35 0.00 0.34 ind:pre:3p; -lisser lisser ver 2.04 11.35 0.34 1.49 inf; -lissera lisser ver 2.04 11.35 0.00 0.07 ind:fut:3s; -lisserait lisser ver 2.04 11.35 0.00 0.14 cnd:pre:3s; -lisses lisse adj p 3.48 33.58 0.77 9.32 -lisseur lisseur nom m s 0.00 0.14 0.00 0.07 -lisseurs lisseur nom m p 0.00 0.14 0.00 0.07 -lissez lisser ver 2.04 11.35 0.70 0.00 imp:pre:2p; -lissons lisser ver 2.04 11.35 0.14 0.14 imp:pre:1p;ind:pre:1p; -lissotriche lissotriche adj s 0.00 0.07 0.00 0.07 -lissèrent lisser ver 2.04 11.35 0.00 0.07 ind:pas:3p; -lissé lisser ver m s 2.04 11.35 0.22 0.88 par:pas; -lissée lisser ver f s 2.04 11.35 0.15 0.34 par:pas; -lissées lisser ver f p 2.04 11.35 0.10 0.20 par:pas; -lissés lisser ver m p 2.04 11.35 0.01 0.68 par:pas; -liste liste nom f s 71.56 24.32 69.07 18.92 -listel listel nom m s 0.00 0.07 0.00 0.07 -lister lister ver 1.60 0.00 1.07 0.00 inf; -listeria listeria nom f 0.01 0.00 0.01 0.00 -listes liste nom f p 71.56 24.32 2.49 5.41 -listez lister ver 1.60 0.00 0.07 0.00 imp:pre:2p; -listing listing nom m s 0.26 0.00 0.23 0.00 -listings listing nom m p 0.26 0.00 0.02 0.00 -liston liston nom m s 4.14 0.00 4.14 0.00 -listé lister ver m s 1.60 0.00 0.23 0.00 par:pas; -listée lister ver f s 1.60 0.00 0.10 0.00 par:pas; -listées lister ver f p 1.60 0.00 0.04 0.00 par:pas; -listés lister ver m p 1.60 0.00 0.09 0.00 par:pas; -lisérait lisérer ver 0.00 0.20 0.00 0.07 ind:imp:3s; -liséré liséré nom m s 0.00 2.50 0.00 2.16 -lisérés liséré nom m p 0.00 2.50 0.00 0.34 -lit_bateau lit_bateau nom m s 0.00 0.81 0.00 0.81 -lit_cage lit_cage nom m s 0.01 1.62 0.01 1.15 -lit_divan lit_divan nom m s 0.00 0.20 0.00 0.20 -lit lit nom m s 184.27 338.18 176.10 315.74 -lita liter ver 0.82 0.00 0.34 0.00 ind:pas:3s; -litanie litanie nom f s 0.59 7.09 0.56 4.53 -litanies litanie nom f p 0.59 7.09 0.03 2.57 -lite liter ver 0.82 0.00 0.08 0.00 imp:pre:2s;ind:pre:3s; -liteaux liteau nom m p 0.00 0.07 0.00 0.07 -liter liter ver 0.82 0.00 0.27 0.00 inf; -literie literie nom f s 0.29 2.03 0.28 1.96 -literies literie nom f p 0.29 2.03 0.01 0.07 -liège liège nom m s 0.46 3.78 0.46 3.58 -lièges liège nom m p 0.46 3.78 0.00 0.20 -lithiase lithiase nom f s 0.04 0.00 0.04 0.00 -lithinés lithiné adj m p 0.00 0.27 0.00 0.27 -lithique lithique adj s 0.01 0.00 0.01 0.00 -lithium lithium nom m s 0.94 0.14 0.94 0.14 -litho litho nom f s 0.02 0.20 0.01 0.14 -lithographe lithographe nom s 0.00 0.14 0.00 0.14 -lithographie lithographie nom f s 0.26 0.54 0.25 0.41 -lithographies lithographie nom f p 0.26 0.54 0.01 0.14 -lithographié lithographier ver m s 0.00 0.07 0.00 0.07 par:pas; -lithophages lithophage adj m p 0.00 0.07 0.00 0.07 -lithos litho nom f p 0.02 0.20 0.01 0.07 -lithosphère lithosphère nom f s 0.03 0.00 0.03 0.00 -lithotripsie lithotripsie nom f s 0.03 0.00 0.03 0.00 -lithotriteur lithotriteur nom m s 0.01 0.00 0.01 0.00 -lièrent lier ver 37.17 46.08 0.03 0.34 ind:pas:3p; -lithuanien lithuanien adj m s 0.08 0.27 0.07 0.20 -lithuanienne lithuanien adj f s 0.08 0.27 0.01 0.00 -lithuaniennes lithuanien adj f p 0.08 0.27 0.00 0.07 -lièvre lièvre nom m s 4.30 7.03 3.36 4.73 -lièvres lièvre nom m p 4.30 7.03 0.94 2.30 -litige litige nom m s 0.78 1.42 0.57 0.74 -litiges litige nom m p 0.78 1.42 0.20 0.68 -litigieuse litigieux adj f s 0.07 0.34 0.02 0.20 -litigieux litigieux adj m s 0.07 0.34 0.04 0.14 -litière litière nom f s 0.82 6.15 0.81 5.68 -litières litière nom f p 0.82 6.15 0.01 0.47 -litorne litorne nom f s 0.00 0.07 0.00 0.07 -litote litote nom f s 0.03 0.41 0.03 0.20 -litotes litote nom f p 0.03 0.41 0.00 0.20 -litre litre nom s 10.19 18.51 2.75 10.20 -litrer litrer ver 0.00 0.07 0.00 0.07 inf; -litres litre nom p 10.19 18.51 7.44 8.31 -litron litron nom m s 0.20 3.18 0.20 1.82 -litronaient litroner ver 0.00 0.14 0.00 0.07 ind:imp:3p; -litrons litron nom m p 0.20 3.18 0.00 1.35 -litroné litroner ver m s 0.00 0.14 0.00 0.07 par:pas; -lit_cage lit_cage nom m p 0.01 1.62 0.00 0.47 -lits lit nom m p 184.27 338.18 8.17 22.43 -littoral littoral nom m s 0.21 3.11 0.20 3.11 -littorale littoral adj f s 0.23 0.34 0.07 0.14 -littoraux littoral nom m p 0.21 3.11 0.01 0.00 -littéraire littéraire adj s 3.09 17.16 2.64 11.82 -littérairement littérairement adv 0.01 0.14 0.01 0.14 -littéraires littéraire adj p 3.09 17.16 0.45 5.34 -littéral littéral adj m s 1.08 1.49 0.72 0.61 -littérale littéral adj f s 1.08 1.49 0.34 0.74 -littéralement littéralement adv 5.27 10.95 5.27 10.95 -littérales littéral adj f p 1.08 1.49 0.00 0.14 -littéralité littéralité nom f s 0.00 0.07 0.00 0.07 -littérateur littérateur nom m s 0.23 1.01 0.23 0.47 -littérateurs littérateur nom m p 0.23 1.01 0.00 0.54 -littérature littérature nom f s 8.48 36.89 8.48 36.82 -littératures littérature nom f p 8.48 36.89 0.00 0.07 -littéraux littéral adj m p 1.08 1.49 0.01 0.00 -lité liter ver m s 0.82 0.00 0.14 0.00 par:pas; -lituanien lituanien adj m s 0.69 0.88 0.44 0.07 -lituanienne lituanien adj f s 0.69 0.88 0.25 0.27 -lituaniennes lituanien adj f p 0.69 0.88 0.00 0.34 -lituaniens lituanien nom m p 0.21 0.47 0.21 0.27 -litée litée nom f s 0.00 0.07 0.00 0.07 -liturgie liturgie nom f s 0.03 2.16 0.03 2.09 -liturgies liturgie nom f p 0.03 2.16 0.00 0.07 -liturgique liturgique adj s 0.16 1.08 0.16 0.54 -liturgiques liturgique adj p 0.16 1.08 0.00 0.54 -lié lier ver m s 37.17 46.08 12.54 10.68 par:pas; -liée lier ver f s 37.17 46.08 3.96 7.50 par:pas; -liées lier ver f p 37.17 46.08 2.58 2.84 par:pas; -liégeois liégeois adj m 0.00 0.14 0.00 0.14 -liés lier ver m p 37.17 46.08 6.12 6.55 par:pas; -livarot livarot nom m s 0.00 0.27 0.00 0.27 -live live adj 3.90 0.27 3.90 0.27 -livide livide adj s 0.74 10.54 0.62 8.78 -livides livide adj p 0.74 10.54 0.12 1.76 -lividité lividité nom f s 0.40 0.00 0.40 0.00 -living_room living_room nom m s 0.23 2.23 0.23 2.23 -living living nom m s 0.87 2.84 0.87 2.77 -livings living nom m p 0.87 2.84 0.00 0.07 -livoniennes livonienne nom f p 0.00 0.07 0.00 0.07 -livra livrer ver 56.53 84.93 0.14 2.50 ind:pas:3s; -livrable livrable adj s 0.02 0.07 0.00 0.07 -livrables livrable adj f p 0.02 0.07 0.02 0.00 -livrai livrer ver 56.53 84.93 0.01 0.34 ind:pas:1s; -livraient livrer ver 56.53 84.93 0.44 4.19 ind:imp:3p; -livrais livrer ver 56.53 84.93 0.38 1.22 ind:imp:1s;ind:imp:2s; -livraison livraison nom f s 13.68 8.58 10.69 5.47 -livraisons livraison nom f p 13.68 8.58 2.98 3.11 -livrait livrer ver 56.53 84.93 0.74 7.91 ind:imp:3s; -livrant livrer ver 56.53 84.93 0.98 3.65 par:pre; -livre_cassette livre_cassette nom m s 0.03 0.00 0.03 0.00 -livre livre nom 198.11 286.49 112.43 151.76 -livrent livrer ver 56.53 84.93 1.44 2.84 ind:pre:3p; -livrer livrer ver 56.53 84.93 21.42 25.20 inf;;inf;;inf;; -livrera livrer ver 56.53 84.93 0.97 0.34 ind:fut:3s; -livrerai livrer ver 56.53 84.93 0.62 0.41 ind:fut:1s; -livreraient livrer ver 56.53 84.93 0.04 0.54 cnd:pre:3p; -livrerais livrer ver 56.53 84.93 0.17 0.14 cnd:pre:1s;cnd:pre:2s; -livrerait livrer ver 56.53 84.93 0.18 0.95 cnd:pre:3s; -livreras livrer ver 56.53 84.93 0.24 0.14 ind:fut:2s; -livrerez livrer ver 56.53 84.93 0.14 0.00 ind:fut:2p; -livrerons livrer ver 56.53 84.93 0.10 0.07 ind:fut:1p; -livreront livrer ver 56.53 84.93 0.47 0.20 ind:fut:3p; -livres_club livres_club nom m p 0.00 0.07 0.00 0.07 -livres livre nom p 198.11 286.49 85.69 134.73 -livresque livresque adj s 0.02 0.74 0.02 0.68 -livresques livresque adj f p 0.02 0.74 0.00 0.07 -livret livret nom m s 3.26 5.41 3.10 4.73 -livrets livret nom m p 3.26 5.41 0.16 0.68 -livreur livreur nom m s 4.46 3.99 3.81 2.91 -livreurs livreur nom m p 4.46 3.99 0.57 1.08 -livreuse livreur nom f s 4.46 3.99 0.08 0.00 -livrez livrer ver 56.53 84.93 3.28 0.20 imp:pre:2p;ind:pre:2p; -livrions livrer ver 56.53 84.93 0.02 0.20 ind:imp:1p; -livrâmes livrer ver 56.53 84.93 0.01 0.14 ind:pas:1p; -livrons livrer ver 56.53 84.93 0.70 0.27 imp:pre:1p;ind:pre:1p; -livrât livrer ver 56.53 84.93 0.00 0.54 sub:imp:3s; -livrèrent livrer ver 56.53 84.93 0.06 0.61 ind:pas:3p; -livré livrer ver m s 56.53 84.93 8.03 11.08 par:pas; -livrée livrer ver f s 56.53 84.93 1.91 4.73 par:pas; -livrées livrer ver f p 56.53 84.93 0.57 1.96 par:pas; -livrés livrer ver m p 56.53 84.93 2.64 4.59 par:pas; -livèche livèche nom f s 0.14 0.00 0.14 0.00 -llanos llano nom m p 0.00 0.07 0.00 0.07 -lloyd lloyd nom m s 0.01 0.00 0.01 0.00 -là_bas là_bas adv 263.15 117.70 263.15 117.70 -là_dedans là_dedans adv 74.00 23.58 74.00 23.58 -là_dehors là_dehors adv 1.30 0.00 1.30 0.00 -là_derrière là_derrière adv 1.14 0.14 1.14 0.14 -là_dessous là_dessous adv 7.12 4.32 7.12 4.32 -là_dessus là_dessus adv 30.89 32.50 30.89 32.50 -là_devant là_devant adv 0.00 0.14 0.00 0.14 -là_haut là_haut adv 67.78 42.70 67.78 42.70 -là là ono 38.53 4.26 38.53 4.26 -loader loader nom m s 0.14 0.00 0.14 0.00 -lob lob nom m s 0.04 0.27 0.04 0.20 -lobaire lobaire adj f s 0.01 0.00 0.01 0.00 -lobbies lobbies nom m p 0.29 0.00 0.29 0.00 -lobby lobby nom m s 0.83 0.27 0.83 0.27 -lobbying lobbying nom m s 0.07 0.00 0.07 0.00 -lobe lobe nom m s 3.58 2.09 2.84 1.35 -lobectomie lobectomie nom f s 0.03 0.07 0.03 0.07 -lober lober ver 0.05 0.00 0.03 0.00 inf; -lobes lobe nom m p 3.58 2.09 0.74 0.74 -lobotomie lobotomie nom f s 0.83 0.14 0.83 0.14 -lobotomiser lobotomiser ver 0.31 0.07 0.04 0.00 inf; -lobotomisé lobotomiser ver m s 0.31 0.07 0.25 0.07 par:pas; -lobotomisée lobotomiser ver f s 0.31 0.07 0.03 0.00 par:pas; -lobs lob nom m p 0.04 0.27 0.00 0.07 -lobé lober ver m s 0.05 0.00 0.02 0.00 par:pas; -lobée lobé adj f s 0.01 0.00 0.01 0.00 -lobulaire lobulaire adj m s 0.00 0.07 0.00 0.07 -local local adj m s 18.11 22.84 6.05 6.76 -locale local adj f s 18.11 22.84 7.31 6.69 -localement localement adv 0.22 0.88 0.22 0.88 -locales local adj f p 18.11 22.84 2.93 4.80 -localisa localiser ver 12.87 2.84 0.00 0.34 ind:pas:3s; -localisable localisable adj m s 0.04 0.07 0.04 0.07 -localisaient localiser ver 12.87 2.84 0.00 0.07 ind:imp:3p; -localisais localiser ver 12.87 2.84 0.01 0.07 ind:imp:1s;ind:imp:2s; -localisait localiser ver 12.87 2.84 0.02 0.00 ind:imp:3s; -localisant localiser ver 12.87 2.84 0.02 0.07 par:pre; -localisateur localisateur adj m s 0.30 0.00 0.30 0.00 -localisation localisation nom f s 2.06 0.20 1.99 0.20 -localisations localisation nom f p 2.06 0.20 0.08 0.00 -localise localiser ver 12.87 2.84 0.76 0.14 imp:pre:2s;ind:pre:1s;ind:pre:3s; -localisent localiser ver 12.87 2.84 0.08 0.07 ind:pre:3p; -localiser localiser ver 12.87 2.84 7.41 1.76 inf; -localisera localiser ver 12.87 2.84 0.14 0.00 ind:fut:3s; -localiseront localiser ver 12.87 2.84 0.02 0.00 ind:fut:3p; -localisez localiser ver 12.87 2.84 0.48 0.00 imp:pre:2p;ind:pre:2p; -localisions localiser ver 12.87 2.84 0.01 0.00 ind:imp:1p; -localisons localiser ver 12.87 2.84 0.06 0.00 imp:pre:1p;ind:pre:1p; -localisé localiser ver m s 12.87 2.84 3.31 0.34 par:pas; -localisée localiser ver f s 12.87 2.84 0.25 0.00 par:pas; -localisées localiser ver f p 12.87 2.84 0.02 0.00 par:pas; -localisés localiser ver m p 12.87 2.84 0.26 0.00 par:pas; -localité localité nom f s 0.36 1.55 0.23 0.81 -localités localité nom f p 0.36 1.55 0.13 0.74 -locataire locataire nom s 7.22 14.46 3.29 6.22 -locataires locataire nom p 7.22 14.46 3.94 8.24 -locateurs locateur nom m p 0.01 0.00 0.01 0.00 -locatif locatif adj m s 0.04 0.07 0.01 0.00 -location location nom f s 5.51 5.34 5.29 5.00 -locations location nom f p 5.51 5.34 0.22 0.34 -locative locatif adj f s 0.04 0.07 0.01 0.00 -locatives locatif adj f p 0.04 0.07 0.02 0.07 -locature locature nom f s 0.00 0.07 0.00 0.07 -locaux local nom m p 5.78 11.89 2.23 4.26 -locdu locdu adj m s 0.00 0.27 0.00 0.27 -loch loch nom m s 0.65 0.41 0.65 0.41 -lâcha lâcher ver 171.08 89.19 0.03 12.70 ind:pas:3s; -lâchage lâchage nom m s 0.02 0.20 0.02 0.20 -lâchai lâcher ver 171.08 89.19 0.03 0.95 ind:pas:1s; -lâchaient lâcher ver 171.08 89.19 0.09 1.49 ind:imp:3p; -lâchais lâcher ver 171.08 89.19 0.20 0.81 ind:imp:1s;ind:imp:2s; -lâchait lâcher ver 171.08 89.19 1.08 5.68 ind:imp:3s; -lâchant lâcher ver 171.08 89.19 0.25 4.59 par:pre; -lâche lâcher ver 171.08 89.19 75.31 14.05 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -loche loche nom f s 0.56 1.08 0.12 1.01 -lâchement lâchement adv 1.07 2.97 1.07 2.97 -lâchent lâcher ver 171.08 89.19 2.52 2.50 ind:pre:3p; -lâcher lâcher ver 171.08 89.19 19.41 20.41 inf;; -lâchera lâcher ver 171.08 89.19 1.24 1.35 ind:fut:3s; -lâcherai lâcher ver 171.08 89.19 2.86 0.47 ind:fut:1s; -lâcheraient lâcher ver 171.08 89.19 0.05 0.07 cnd:pre:3p; -lâcherais lâcher ver 171.08 89.19 0.32 0.07 cnd:pre:1s;cnd:pre:2s; -lâcherait lâcher ver 171.08 89.19 0.35 0.81 cnd:pre:3s; -lâcheras lâcher ver 171.08 89.19 0.35 0.07 ind:fut:2s; -lâcherez lâcher ver 171.08 89.19 0.11 0.14 ind:fut:2p; -lâcheriez lâcher ver 171.08 89.19 0.02 0.07 cnd:pre:2p; -lâcherons lâcher ver 171.08 89.19 0.08 0.07 ind:fut:1p; -lâcheront lâcher ver 171.08 89.19 0.69 0.34 ind:fut:3p; -lâchers lâcher nom m p 0.95 0.88 0.01 0.07 -lâches lâche nom p 27.16 5.81 7.65 2.57 -loches loche nom f p 0.56 1.08 0.44 0.07 -lâcheté lâcheté nom f s 4.17 10.00 3.91 9.12 -lâchetés lâcheté nom f p 4.17 10.00 0.26 0.88 -lâcheur lâcheur nom m s 0.67 0.81 0.30 0.47 -lâcheurs lâcheur nom m p 0.67 0.81 0.25 0.14 -lâcheuse lâcheur nom f s 0.67 0.81 0.13 0.20 -lâchez lâcher ver 171.08 89.19 48.02 2.09 imp:pre:2p;ind:pre:2p; -lâchiez lâcher ver 171.08 89.19 0.13 0.00 ind:imp:2p; -lâchions lâcher ver 171.08 89.19 0.03 0.07 ind:imp:1p; -lâchons lâcher ver 171.08 89.19 0.17 0.27 imp:pre:1p;ind:pre:1p; -lâchât lâcher ver 171.08 89.19 0.00 0.27 sub:imp:3s; -lâchèrent lâcher ver 171.08 89.19 0.01 0.88 ind:pas:3p; -lâché lâcher ver m s 171.08 89.19 11.35 14.80 par:pas; -lâchée lâcher ver f s 171.08 89.19 1.07 1.69 par:pas; -lâchées lâcher ver f p 171.08 89.19 0.21 0.81 par:pas; -lâchés lâcher ver m p 171.08 89.19 1.05 1.42 par:pas; -lock_out lock_out nom m 0.11 0.00 0.11 0.00 -lock_outer lock_outer ver m p 0.00 0.07 0.00 0.07 par:pas; -loco loco adv 1.48 1.08 1.48 1.08 -locomobile locomobile nom f s 0.00 0.07 0.00 0.07 -locomoteur locomoteur adj m s 0.01 0.07 0.01 0.00 -locomoteurs locomoteur adj m p 0.01 0.07 0.00 0.07 -locomotion locomotion nom f s 0.26 0.88 0.26 0.88 -locomotive locomotive nom f s 3.95 13.11 3.69 10.61 -locomotives locomotive nom f p 3.95 13.11 0.25 2.50 -locomotrice locomoteur nom f s 0.00 0.07 0.00 0.07 -locos loco nom m p 0.73 1.35 0.16 0.47 -locus locus nom m 0.15 0.20 0.15 0.20 -locuste locuste nom f s 0.06 0.00 0.01 0.00 -locustes locuste nom f p 0.06 0.00 0.05 0.00 -locuteur locuteur nom m s 0.02 0.00 0.01 0.00 -locution locution nom f s 0.04 1.01 0.04 0.41 -locutions locution nom f p 0.04 1.01 0.01 0.61 -locutrice locuteur nom f s 0.02 0.00 0.01 0.00 -loden loden nom m s 0.27 0.81 0.27 0.74 -lodens loden nom m p 0.27 0.81 0.00 0.07 -lof lof nom m s 0.02 0.00 0.02 0.00 -lofe lofer ver 0.02 0.00 0.01 0.00 ind:pre:3s; -lofez lofer ver 0.02 0.00 0.01 0.00 imp:pre:2p; -loft loft nom m s 1.36 0.47 1.11 0.47 -lofts loft nom m p 1.36 0.47 0.26 0.00 -logarithme logarithme nom m s 0.09 0.34 0.05 0.00 -logarithmes logarithme nom m p 0.09 0.34 0.04 0.34 -logarithmique logarithmique adj s 0.02 0.00 0.02 0.00 -loge loge nom f s 13.69 22.36 12.15 18.11 -logea loger ver 18.36 26.42 0.03 0.41 ind:pas:3s; -logeable logeable adj m s 0.00 0.14 0.00 0.07 -logeables logeable adj m p 0.00 0.14 0.00 0.07 -logeai loger ver 18.36 26.42 0.00 0.14 ind:pas:1s; -logeaient loger ver 18.36 26.42 0.06 1.69 ind:imp:3p; -logeais loger ver 18.36 26.42 0.16 0.47 ind:imp:1s;ind:imp:2s; -logeait loger ver 18.36 26.42 0.55 3.72 ind:imp:3s; -logeant loger ver 18.36 26.42 0.01 0.47 par:pre; -logeassent loger ver 18.36 26.42 0.00 0.07 sub:imp:3p; -logement logement nom m s 11.13 13.65 8.37 11.08 -logements logement nom m p 11.13 13.65 2.76 2.57 -logent loger ver 18.36 26.42 0.38 1.08 ind:pre:3p; -loger loger ver 18.36 26.42 5.84 7.23 inf; -logera loger ver 18.36 26.42 0.39 0.00 ind:fut:3s; -logerai loger ver 18.36 26.42 0.30 0.20 ind:fut:1s; -logeraient loger ver 18.36 26.42 0.00 0.14 cnd:pre:3p; -logerait loger ver 18.36 26.42 0.17 0.27 cnd:pre:3s; -logeras loger ver 18.36 26.42 0.24 0.07 ind:fut:2s; -logerez loger ver 18.36 26.42 0.38 0.07 ind:fut:2p; -logerions loger ver 18.36 26.42 0.00 0.07 cnd:pre:1p; -logerons loger ver 18.36 26.42 0.03 0.00 ind:fut:1p; -logeront loger ver 18.36 26.42 0.29 0.14 ind:fut:3p; -loges loge nom f p 13.69 22.36 1.54 4.26 -logettes logette nom f p 0.00 0.14 0.00 0.14 -logeur logeur nom m s 1.16 3.72 0.25 0.07 -logeurs logeur nom m p 1.16 3.72 0.00 0.27 -logeuse logeur nom f s 1.16 3.72 0.91 3.31 -logeuses logeuse nom f p 0.36 0.00 0.01 0.00 -logez loger ver 18.36 26.42 1.29 0.41 imp:pre:2p;ind:pre:2p; -loggia loggia nom f s 0.10 3.85 0.10 3.11 -loggias loggia nom f p 0.10 3.85 0.00 0.74 -logiciel logiciel nom m s 3.61 0.14 2.31 0.14 -logiciels logiciel nom m p 3.61 0.14 1.30 0.00 -logicien logicien nom m s 0.03 0.41 0.03 0.20 -logicienne logicien nom f s 0.03 0.41 0.00 0.07 -logiciens logicien nom m p 0.03 0.41 0.00 0.14 -logiez loger ver 18.36 26.42 0.45 0.07 ind:imp:2p; -login login adj m s 0.04 0.00 0.04 0.00 -logions loger ver 18.36 26.42 0.11 0.20 ind:imp:1p; -logique logique adj s 14.40 12.03 13.79 11.22 -logiquement logiquement adv 1.33 3.24 1.33 3.24 -logiques logique adj p 14.40 12.03 0.61 0.81 -logis logis nom m 2.70 12.84 2.70 12.84 -logisticien logisticien nom m s 0.01 0.00 0.01 0.00 -logistique logistique nom f s 0.80 0.27 0.80 0.27 -logistiques logistique adj p 0.41 0.20 0.20 0.07 -logo logo nom m s 1.65 0.00 1.65 0.00 -logogriphe logogriphe nom m s 0.01 0.14 0.01 0.07 -logogriphes logogriphe nom m p 0.01 0.14 0.00 0.07 -logomachie logomachie nom f s 0.00 0.14 0.00 0.14 -logorrhée logorrhée nom f s 0.06 0.27 0.06 0.27 -logos logos nom m 0.16 0.81 0.16 0.81 -logosphère logosphère nom f s 0.00 0.14 0.00 0.14 -logothètes logothète nom m p 0.00 0.07 0.00 0.07 -logèrent loger ver 18.36 26.42 0.00 0.14 ind:pas:3p; -logé loger ver m s 18.36 26.42 1.77 3.45 par:pas; -logue loguer ver 0.02 0.00 0.02 0.00 imp:pre:2s;ind:pre:3s; -logée loger ver f s 18.36 26.42 1.23 1.08 par:pas; -logées loger ver f p 18.36 26.42 0.16 0.20 par:pas; -logés logé adj m p 0.89 1.76 0.36 0.81 -loi loi nom f s 110.12 72.30 87.37 44.46 -loin loin adv_sup 248.34 452.36 248.34 452.36 -lointain lointain adj m s 10.12 91.96 5.05 33.18 -lointaine lointain adj f s 10.12 91.96 2.89 32.50 -lointainement lointainement adv 0.00 0.47 0.00 0.47 -lointaines lointain adj f p 10.12 91.96 1.15 12.64 -lointains lointain adj m p 10.12 91.96 1.02 13.65 -loir loir nom m s 0.69 1.62 0.51 0.74 -loirs loir nom m p 0.69 1.62 0.18 0.88 -lois loi nom f p 110.12 72.30 22.75 27.84 -loisible loisible adj s 0.00 0.74 0.00 0.74 -loisir loisir nom m s 5.09 20.81 2.41 13.24 -loisirs loisir nom m p 5.09 20.81 2.68 7.57 -lokoum lokoum nom m s 0.00 0.14 0.00 0.14 -lolita lolita nom f s 0.10 0.07 0.04 0.00 -lolitas lolita nom f p 0.10 0.07 0.06 0.07 -lolo lolo nom m s 1.81 0.41 0.70 0.34 -lolos lolo nom m p 1.81 0.41 1.12 0.07 -lombaire lombaire adj s 1.37 0.34 1.06 0.20 -lombaires lombaire adj f p 1.37 0.34 0.30 0.14 -lombalgie lombalgie nom f s 0.01 0.00 0.01 0.00 -lombard lombard adj m s 0.14 0.74 0.00 0.20 -lombarde lombard adj f s 0.14 0.74 0.14 0.14 -lombardes lombard adj f p 0.14 0.74 0.00 0.14 -lombardo lombardo nom m 0.01 0.00 0.01 0.00 -lombards lombard adj m p 0.14 0.74 0.00 0.27 -lombes lombes nom f p 0.00 0.41 0.00 0.41 -lombostats lombostat nom m p 0.00 0.07 0.00 0.07 -lombric lombric nom m s 0.28 0.74 0.08 0.41 -lombrics lombric nom m p 0.28 0.74 0.20 0.34 -lompe lompe nom m s 0.01 0.00 0.01 0.00 -londonien londonien adj m s 1.09 0.95 0.44 0.47 -londonienne londonien adj f s 1.09 0.95 0.20 0.20 -londoniennes londonien adj f p 1.09 0.95 0.04 0.07 -londoniens londonien adj m p 1.09 0.95 0.41 0.20 -londrès londrès nom m 0.00 0.07 0.00 0.07 -long_courrier long_courrier nom m s 0.26 0.61 0.25 0.47 -long_courrier long_courrier nom m p 0.26 0.61 0.01 0.14 -long_métrage long_métrage nom m s 0.06 0.00 0.06 0.00 -long long adj m s 164.02 444.86 79.18 153.51 -longane longane nom m s 0.14 0.00 0.14 0.00 -longanimité longanimité nom f s 0.00 0.14 0.00 0.14 -longe longer ver 2.98 34.32 0.55 5.95 imp:pre:2s;ind:pre:1s;ind:pre:3s; -longea longer ver 2.98 34.32 0.01 3.65 ind:pas:3s; -longeai longer ver 2.98 34.32 0.00 0.27 ind:pas:1s; -longeaient longer ver 2.98 34.32 0.00 1.82 ind:imp:3p; -longeais longer ver 2.98 34.32 0.12 0.81 ind:imp:1s; -longeait longer ver 2.98 34.32 0.03 6.76 ind:imp:3s; -longeant longer ver 2.98 34.32 0.40 5.68 par:pre; -longent longer ver 2.98 34.32 0.14 0.74 ind:pre:3p; -longeâmes longer ver 2.98 34.32 0.00 0.41 ind:pas:1p; -longeons longer ver 2.98 34.32 0.02 0.81 imp:pre:1p;ind:pre:1p; -longer longer ver 2.98 34.32 0.61 2.57 inf; -longera longer ver 2.98 34.32 0.16 0.00 ind:fut:3s; -longeraient longer ver 2.98 34.32 0.00 0.07 cnd:pre:3p; -longerait longer ver 2.98 34.32 0.00 0.14 cnd:pre:3s; -longerions longer ver 2.98 34.32 0.00 0.07 cnd:pre:1p; -longeron longeron nom m s 0.00 0.20 0.00 0.07 -longerons longer ver 2.98 34.32 0.01 0.00 ind:fut:1p; -longeront longer ver 2.98 34.32 0.01 0.20 ind:fut:3p; -longes longe nom f p 0.11 1.35 0.03 0.07 -longez longer ver 2.98 34.32 0.43 0.14 imp:pre:2p;ind:pre:2p; -longicornes longicorne nom m p 0.00 0.07 0.00 0.07 -longiez longer ver 2.98 34.32 0.01 0.00 ind:imp:2p; -longiforme longiforme adj s 0.00 0.07 0.00 0.07 -longiligne longiligne adj m s 0.02 0.88 0.00 0.81 -longilignes longiligne adj m p 0.02 0.88 0.02 0.07 -longions longer ver 2.98 34.32 0.10 0.74 ind:imp:1p; -longitude longitude nom f s 0.46 0.41 0.46 0.41 -longitudinal longitudinal adj m s 0.19 0.54 0.03 0.00 -longitudinale longitudinal adj f s 0.19 0.54 0.01 0.07 -longitudinalement longitudinalement adv 0.00 0.07 0.00 0.07 -longitudinales longitudinal adj f p 0.19 0.54 0.15 0.41 -longitudinaux longitudinal adj m p 0.19 0.54 0.00 0.07 -longrines longrine nom f p 0.00 0.07 0.00 0.07 -longs long adj m p 164.02 444.86 17.65 65.47 -longtemps longtemps adv_sup 290.36 335.54 290.36 335.54 -longèrent longer ver 2.98 34.32 0.00 1.55 ind:pas:3p; -longé longer ver m s 2.98 34.32 0.38 1.76 par:pas; -longue_vue longue_vue nom f s 0.30 2.64 0.29 2.50 -longue long adj f s 164.02 444.86 54.12 138.31 -longée longer ver f s 2.98 34.32 0.01 0.14 par:pas; -longuement longuement adv 3.71 58.45 3.71 58.45 -longue_vue longue_vue nom f p 0.30 2.64 0.01 0.14 -longues long adj f p 164.02 444.86 13.07 87.57 -longuet longuet adj m s 0.02 0.41 0.01 0.20 -longuette longuet adj f s 0.02 0.41 0.01 0.14 -longuettes longuet adj f p 0.02 0.41 0.00 0.07 -longueur longueur nom f s 9.42 28.45 8.36 26.82 -longueurs longueur nom f p 9.42 28.45 1.06 1.62 -longés longer ver m p 2.98 34.32 0.00 0.07 par:pas; -longévité longévité nom f s 0.71 0.88 0.71 0.88 -look look nom m s 10.93 1.96 10.47 1.82 -looks look nom m p 10.93 1.96 0.46 0.14 -looping looping nom m s 0.33 0.68 0.27 0.54 -loopings looping nom m p 0.33 0.68 0.06 0.14 -looser looser nom m s 1.09 0.00 0.82 0.00 -loosers looser nom m p 1.09 0.00 0.27 0.00 -lopaille lopaille nom f s 0.00 0.07 0.00 0.07 -lope lope nom f s 1.01 1.69 0.53 1.08 -lopes lope nom f p 1.01 1.69 0.48 0.61 -lopette lopette nom f s 1.25 0.47 1.11 0.41 -lopettes lopette nom f p 1.25 0.47 0.15 0.07 -lopin lopin nom m s 0.62 0.41 0.52 0.34 -lopins lopin nom m p 0.62 0.41 0.10 0.07 -loquace loquace adj s 0.61 2.43 0.58 2.03 -loquaces loquace adj f p 0.61 2.43 0.03 0.41 -loquacité loquacité nom f s 0.01 0.00 0.01 0.00 -loquait loquer ver 0.41 0.27 0.00 0.07 ind:imp:3s; -loque loque nom f s 2.20 9.66 1.72 3.24 -loquedu loquedu nom s 0.07 2.50 0.01 1.08 -loquedus loquedu nom p 0.07 2.50 0.06 1.42 -loquer loquer ver 0.41 0.27 0.00 0.14 inf; -loques loque nom f p 2.20 9.66 0.48 6.42 -loquet loquet nom m s 0.60 4.39 0.60 4.05 -loqueteau loqueteau nom m s 0.00 0.07 0.00 0.07 -loqueteuse loqueteux adj f s 0.06 1.89 0.00 0.07 -loqueteuses loqueteux adj f p 0.06 1.89 0.00 0.07 -loqueteux loqueteux adj m 0.06 1.89 0.06 1.76 -loquets loquet nom m p 0.60 4.39 0.00 0.34 -loquette loqueter ver 0.00 0.07 0.00 0.07 ind:pre:3s; -loqué loquer ver m s 0.41 0.27 0.41 0.00 par:pas; -loqués loquer ver m p 0.41 0.27 0.00 0.07 par:pas; -loran loran nom m s 0.14 0.00 0.14 0.00 -lord_maire lord_maire nom m s 0.02 0.07 0.02 0.07 -lord lord nom m s 1.41 7.57 1.26 6.69 -lordose lordose nom f s 0.00 0.07 0.00 0.07 -lords lord nom m p 1.41 7.57 0.15 0.88 -lorette lorette nom f s 0.01 0.07 0.01 0.00 -lorettes lorette nom f p 0.01 0.07 0.00 0.07 -lorgna lorgner ver 1.07 7.09 0.00 0.88 ind:pas:3s; -lorgnaient lorgner ver 1.07 7.09 0.02 0.54 ind:imp:3p; -lorgnais lorgner ver 1.07 7.09 0.04 0.20 ind:imp:1s;ind:imp:2s; -lorgnait lorgner ver 1.07 7.09 0.13 1.69 ind:imp:3s; -lorgnant lorgner ver 1.07 7.09 0.01 1.15 par:pre; -lorgne lorgner ver 1.07 7.09 0.53 0.47 imp:pre:2s;ind:pre:1s;ind:pre:3s; -lorgnent lorgner ver 1.07 7.09 0.07 0.47 ind:pre:3p; -lorgner lorgner ver 1.07 7.09 0.14 0.88 inf; -lorgnerai lorgner ver 1.07 7.09 0.00 0.07 ind:fut:1s; -lorgnerez lorgner ver 1.07 7.09 0.00 0.07 ind:fut:2p; -lorgnette lorgnette nom f s 0.13 2.09 0.13 1.08 -lorgnettes lorgnette nom f p 0.13 2.09 0.00 1.01 -lorgnez lorgner ver 1.07 7.09 0.13 0.00 ind:pre:2p; -lorgnon lorgnon nom m s 0.02 5.41 0.02 2.84 -lorgnons lorgnon nom m p 0.02 5.41 0.00 2.57 -lorgnèrent lorgner ver 1.07 7.09 0.00 0.07 ind:pas:3p; -lorgné lorgner ver m s 1.07 7.09 0.00 0.47 par:pas; -lorgnées lorgner ver f p 1.07 7.09 0.00 0.07 par:pas; -lorgnés lorgner ver m p 1.07 7.09 0.00 0.07 par:pas; -lori lori nom m s 0.01 0.00 0.01 0.00 -loriot loriot nom m s 0.05 2.36 0.02 2.16 -loriots loriot nom m p 0.05 2.36 0.03 0.20 -loris loris nom m 0.04 0.00 0.04 0.00 -lorrain lorrain adj m s 0.06 1.49 0.00 0.47 -lorraine lorrain adj f s 0.06 1.49 0.06 0.74 -lorraines lorrain adj f p 0.06 1.49 0.00 0.20 -lorrains lorrain nom m p 0.00 0.81 0.00 0.54 -lors lors adv_sup 35.79 70.27 35.79 70.27 -lorsqu lorsqu con 0.04 0.00 0.04 0.00 -lorsque lorsque con 49.36 207.09 49.36 207.09 -los los nom m 5.08 2.77 5.08 2.77 -losange losange nom m s 0.11 3.92 0.08 1.49 -losanges losange nom m p 0.11 3.92 0.03 2.43 -losangé losangé adj m s 0.00 0.34 0.00 0.07 -losangée losangé adj f s 0.00 0.34 0.00 0.07 -losangés losangé adj m p 0.00 0.34 0.00 0.20 -loser loser nom m s 4.77 0.07 3.27 0.07 -losers loser nom m p 4.77 0.07 1.51 0.00 -lot lot nom m s 13.28 17.16 11.87 15.68 -loterie loterie nom f s 7.25 4.86 7.16 4.32 -loteries loterie nom f p 7.25 4.86 0.09 0.54 -loti loti adj m s 0.69 1.22 0.09 0.34 -lotie lotir ver f s 0.26 0.54 0.23 0.14 par:pas; -lotier lotier nom m s 0.00 0.07 0.00 0.07 -loties loti adj f p 0.69 1.22 0.00 0.07 -lotion lotion nom f s 1.68 0.74 1.53 0.54 -lotionnés lotionner ver m p 0.00 0.07 0.00 0.07 par:pas; -lotions lotion nom f p 1.68 0.74 0.15 0.20 -lotir lotir ver 0.26 0.54 0.01 0.34 inf; -lotis loti adj m p 0.69 1.22 0.47 0.47 -lotissement lotissement nom m s 0.77 1.01 0.59 0.47 -lotissements lotissement nom m p 0.77 1.01 0.19 0.54 -loto loto nom m s 6.75 1.35 6.75 1.15 -lotos loto nom m p 6.75 1.35 0.00 0.20 -lots lot nom m p 13.28 17.16 1.42 1.49 -lotta lotta nom f s 0.16 0.41 0.16 0.41 -lotte lotte nom f s 0.18 0.14 0.18 0.07 -lottes lotte nom f p 0.18 0.14 0.00 0.07 -lotus lotus nom m 0.58 1.08 0.58 1.08 -loua louer ver 48.08 29.46 0.17 1.08 ind:pas:3s; -louable louable adj s 1.37 1.89 1.04 1.42 -louablement louablement adv 0.14 0.00 0.14 0.00 -louables louable adj p 1.37 1.89 0.33 0.47 -louage louage nom m s 0.07 0.88 0.07 0.88 -louai louer ver 48.08 29.46 0.00 0.41 ind:pas:1s; -louaient louer ver 48.08 29.46 0.33 1.15 ind:imp:3p; -louais louer ver 48.08 29.46 0.42 0.34 ind:imp:1s;ind:imp:2s; -louait louer ver 48.08 29.46 1.46 3.24 ind:imp:3s; -louange louange nom f s 3.06 6.35 0.97 1.82 -louangea louanger ver 0.13 0.74 0.00 0.14 ind:pas:3s; -louangeaient louanger ver 0.13 0.74 0.00 0.07 ind:imp:3p; -louangeant louanger ver 0.13 0.74 0.00 0.07 par:pre; -louanger louanger ver 0.13 0.74 0.12 0.20 inf; -louanges louange nom f p 3.06 6.35 2.09 4.53 -louangeur louangeur adj m s 0.00 0.20 0.00 0.14 -louangeuses louangeur adj f p 0.00 0.20 0.00 0.07 -louangé louanger ver m s 0.13 0.74 0.00 0.07 par:pas; -louangée louanger ver f s 0.13 0.74 0.00 0.07 par:pas; -louangés louanger ver m p 0.13 0.74 0.01 0.07 par:pas; -louant louer ver 48.08 29.46 0.23 0.54 par:pre; -loubard loubard nom m s 1.73 3.04 1.04 1.01 -loubarde loubard nom f s 1.73 3.04 0.00 0.34 -loubards loubard nom m p 1.73 3.04 0.69 1.69 -loucha loucher ver 2.54 6.35 0.00 0.27 ind:pas:3s; -louchai loucher ver 2.54 6.35 0.00 0.07 ind:pas:1s; -louchaient loucher ver 2.54 6.35 0.00 0.41 ind:imp:3p; -louchais loucher ver 2.54 6.35 0.01 0.20 ind:imp:1s;ind:imp:2s; -louchait loucher ver 2.54 6.35 0.20 1.08 ind:imp:3s; -louchant loucher ver 2.54 6.35 0.04 1.42 par:pre; -louche louche adj s 7.63 9.05 5.71 5.88 -louchebem louchebem nom m s 0.00 0.27 0.00 0.27 -louchement louchement nom m s 0.00 0.07 0.00 0.07 -louchent loucher ver 2.54 6.35 0.15 0.14 ind:pre:3p; -loucher loucher ver 2.54 6.35 0.40 0.61 inf; -louches louche adj p 7.63 9.05 1.92 3.18 -louchet louchet nom m s 0.00 0.07 0.00 0.07 -loucheur loucheur nom m s 0.05 0.27 0.05 0.14 -loucheuse loucheur nom f s 0.05 0.27 0.00 0.14 -louchez loucher ver 2.54 6.35 0.09 0.07 ind:pre:2p; -louchon louchon nom m s 0.00 0.14 0.00 0.07 -louchons loucher ver 2.54 6.35 0.01 0.14 ind:pre:1p; -louchât loucher ver 2.54 6.35 0.00 0.07 sub:imp:3s; -louché loucher ver m s 2.54 6.35 0.01 0.41 par:pas; -louchébème louchébème nom m s 0.00 0.07 0.00 0.07 -louchée loucher ver f s 2.54 6.35 0.01 0.14 par:pas; -loue louer ver 48.08 29.46 6.01 1.69 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -louent louer ver 48.08 29.46 0.76 0.41 ind:pre:3p; -louer louer ver 48.08 29.46 15.03 7.57 ind:pre:2p;inf; -louera louer ver 48.08 29.46 0.33 0.14 ind:fut:3s; -louerai louer ver 48.08 29.46 0.29 0.14 ind:fut:1s; -loueraient louer ver 48.08 29.46 0.01 0.07 cnd:pre:3p; -louerais louer ver 48.08 29.46 0.31 0.14 cnd:pre:1s;cnd:pre:2s; -louerait louer ver 48.08 29.46 0.05 0.41 cnd:pre:3s; -loueras louer ver 48.08 29.46 0.18 0.00 ind:fut:2s; -loueriez louer ver 48.08 29.46 0.01 0.07 cnd:pre:2p; -louerons louer ver 48.08 29.46 0.17 0.07 ind:fut:1p; -loues louer ver 48.08 29.46 0.58 0.07 ind:pre:2s; -loueur loueur nom m s 0.65 1.62 0.41 1.49 -loueurs loueur nom m p 0.65 1.62 0.23 0.07 -loueuse loueur nom f s 0.65 1.62 0.01 0.07 -louez louer ver 48.08 29.46 1.96 0.20 imp:pre:2p;ind:pre:2p; -louf louf adj m s 0.47 1.55 0.47 1.55 -loufer loufer ver 0.00 0.20 0.00 0.07 inf; -loufes loufer ver 0.00 0.20 0.00 0.14 ind:pre:2s; -loufiat loufiat nom m s 0.20 6.76 0.14 5.27 -loufiats loufiat nom m p 0.20 6.76 0.05 1.49 -loufoque loufoque adj s 0.87 0.41 0.68 0.34 -loufoquerie loufoquerie nom f s 0.04 0.27 0.04 0.20 -loufoqueries loufoquerie nom f p 0.04 0.27 0.00 0.07 -loufoques loufoque adj f p 0.87 0.41 0.19 0.07 -louftingue louftingue adj s 0.00 0.07 0.00 0.07 -louions louer ver 48.08 29.46 0.12 0.07 ind:imp:1p; -louis_philippard louis_philippard adj m s 0.00 0.34 0.00 0.07 -louis_philippard louis_philippard adj f s 0.00 0.34 0.00 0.14 -louis_philippard louis_philippard adj m p 0.00 0.34 0.00 0.14 -louis louis nom m s 5.01 5.07 5.01 5.07 -louise_bonne louise_bonne nom f s 0.00 0.07 0.00 0.07 -louisianais louisianais adj m s 0.02 0.00 0.02 0.00 -loukoum loukoum nom m s 0.07 2.57 0.02 0.95 -loukoums loukoum nom m p 0.07 2.57 0.05 1.62 -loulou loulou nom m s 1.48 19.32 1.45 18.72 -loulous loulou nom m p 1.48 19.32 0.03 0.61 -louloute louloute nom f s 0.45 0.20 0.35 0.07 -louloutes louloute nom f p 0.45 0.20 0.10 0.14 -louloutte louloutte nom f s 0.00 0.07 0.00 0.07 -louâmes louer ver 48.08 29.46 0.00 0.07 ind:pas:1p; -louons louer ver 48.08 29.46 1.35 0.27 imp:pre:1p;ind:pre:1p; -loup_cervier loup_cervier nom m s 0.00 0.14 0.00 0.07 -loup_garou loup_garou nom m s 3.98 1.22 3.35 0.88 -loup loup nom m s 30.40 44.39 20.97 22.30 -loupa louper ver 12.06 9.46 0.03 0.14 ind:pas:3s; -loupai louper ver 12.06 9.46 0.00 0.07 ind:pas:1s; -loupaient louper ver 12.06 9.46 0.00 0.07 ind:imp:3p; -loupais louper ver 12.06 9.46 0.00 0.07 ind:imp:1s; -loupait louper ver 12.06 9.46 0.02 0.27 ind:imp:3s; -loupe loupe nom f s 1.71 5.47 1.66 4.86 -loupent louper ver 12.06 9.46 0.06 0.07 ind:pre:3p; -louper louper ver 12.06 9.46 3.81 3.04 inf; -loupera louper ver 12.06 9.46 0.26 0.20 ind:fut:3s; -louperai louper ver 12.06 9.46 0.15 0.07 ind:fut:1s; -louperais louper ver 12.06 9.46 0.06 0.00 cnd:pre:1s;cnd:pre:2s; -louperait louper ver 12.06 9.46 0.00 0.07 cnd:pre:3s; -louperas louper ver 12.06 9.46 0.02 0.00 ind:fut:2s; -louperez louper ver 12.06 9.46 0.03 0.00 ind:fut:2p; -loupes louper ver 12.06 9.46 0.69 0.14 ind:pre:2s; -loupez louper ver 12.06 9.46 0.17 0.07 imp:pre:2p;ind:pre:2p; -loupiat loupiat nom m s 0.00 0.14 0.00 0.14 -loupiez louper ver 12.06 9.46 0.04 0.07 ind:imp:2p; -loupiot loupiot nom m s 0.13 0.41 0.12 0.20 -loupiote loupiote nom f s 0.06 1.01 0.02 0.68 -loupiotes loupiote nom f p 0.06 1.01 0.03 0.34 -loupiots loupiot nom m p 0.13 0.41 0.01 0.20 -loupiotte loupiotte nom f s 0.00 0.14 0.00 0.07 -loupiottes loupiotte nom f p 0.00 0.14 0.00 0.07 -loup_cervier loup_cervier nom m p 0.00 0.14 0.00 0.07 -loup_garou loup_garou nom m p 3.98 1.22 0.63 0.34 -loups loup nom m p 30.40 44.39 8.41 18.24 -loupé louper ver m s 12.06 9.46 5.37 2.64 par:pas; -loupée louper ver f s 12.06 9.46 0.40 0.20 par:pas; -loupées louper ver f p 12.06 9.46 0.04 0.14 par:pas; -loupés louper ver m p 12.06 9.46 0.18 0.27 par:pas; -lourant lourer ver 0.00 0.07 0.00 0.07 par:pre; -lourd lourd adv 16.09 21.35 16.09 21.35 -lourdait lourder ver 0.38 1.69 0.00 0.07 ind:imp:3s; -lourdant lourder ver 0.38 1.69 0.00 0.07 par:pre; -lourdaud lourdaud nom m s 0.64 0.95 0.48 0.74 -lourdaude lourdaud adj f s 0.35 0.68 0.00 0.14 -lourdaudes lourdaud adj f p 0.35 0.68 0.00 0.07 -lourdauds lourdaud nom m p 0.64 0.95 0.16 0.20 -lourde lourd adj f s 29.45 145.88 8.46 56.62 -lourdement lourdement adv 1.87 14.66 1.87 14.66 -lourder lourder ver 0.38 1.69 0.22 0.61 inf; -lourderie lourderie nom f s 0.00 0.07 0.00 0.07 -lourdes lourd adj f p 29.45 145.88 4.26 23.18 -lourdeur lourdeur nom f s 0.20 5.47 0.19 4.86 -lourdeurs lourdeur nom f p 0.20 5.47 0.01 0.61 -lourdingue lourdingue adj f s 0.14 0.88 0.07 0.34 -lourdingues lourdingue adj m p 0.14 0.88 0.07 0.54 -lourds lourd adj m p 29.45 145.88 6.58 23.58 -lourdé lourder ver m s 0.38 1.69 0.10 0.34 par:pas; -lourdée lourder ver f s 0.38 1.69 0.05 0.27 par:pas; -lourdées lourder ver f p 0.38 1.69 0.00 0.14 par:pas; -lourdés lourder ver m p 0.38 1.69 0.01 0.20 par:pas; -loustic loustic nom m s 0.08 1.49 0.06 0.95 -loustics loustic nom m p 0.08 1.49 0.02 0.54 -loute loute nom f s 0.07 0.14 0.07 0.14 -louèrent louer ver 48.08 29.46 0.02 0.47 ind:pas:3p; -loutre loutre nom f s 2.52 1.62 1.30 1.35 -loutres loutre nom f p 2.52 1.62 1.22 0.27 -loué louer ver m s 48.08 29.46 16.22 7.91 par:pas; -louée louer ver f s 48.08 29.46 1.64 2.09 par:pas; -louées loué adj f p 1.67 1.82 0.12 0.14 -loués louer ver m p 48.08 29.46 0.37 0.34 par:pas; -louve loup nom f s 30.40 44.39 1.02 3.51 -louves louve nom f p 0.02 0.00 0.02 0.00 -louvet louvet adj m s 0.01 2.91 0.01 2.91 -louveteau louveteau nom m s 0.23 2.36 0.13 0.54 -louveteaux louveteau nom m p 0.23 2.36 0.11 1.82 -louvetiers louvetier nom m p 0.00 0.07 0.00 0.07 -louvoie louvoyer ver 0.31 2.97 0.07 0.81 ind:pre:1s;ind:pre:3s; -louvoiements louvoiement nom m p 0.00 0.14 0.00 0.14 -louvoient louvoyer ver 0.31 2.97 0.01 0.07 ind:pre:3p; -louvoyaient louvoyer ver 0.31 2.97 0.00 0.07 ind:imp:3p; -louvoyait louvoyer ver 0.31 2.97 0.01 0.20 ind:imp:3s; -louvoyant louvoyer ver 0.31 2.97 0.00 0.61 par:pre; -louvoyants louvoyant adj m p 0.00 0.20 0.00 0.07 -louvoyer louvoyer ver 0.31 2.97 0.18 0.88 inf; -louvoyons louvoyer ver 0.31 2.97 0.00 0.07 ind:pre:1p; -louvoyât louvoyer ver 0.31 2.97 0.00 0.07 sub:imp:3s; -louvoyé louvoyer ver m s 0.31 2.97 0.04 0.20 par:pas; -lova lover ver 8.85 7.03 0.00 0.20 ind:pas:3s; -lovaient lover ver 8.85 7.03 0.00 0.07 ind:imp:3p; -lovais lover ver 8.85 7.03 0.01 0.00 ind:imp:1s; -lovait lover ver 8.85 7.03 0.00 0.34 ind:imp:3s; -lovant lover ver 8.85 7.03 0.00 0.14 par:pre; -love lover ver 8.85 7.03 8.64 2.50 imp:pre:2s;ind:pre:1s;ind:pre:3s; -lovent lover ver 8.85 7.03 0.00 0.07 ind:pre:3p; -lover lover ver 8.85 7.03 0.14 1.01 inf; -lové lover ver m s 8.85 7.03 0.04 1.15 par:pas; -lovée lover ver f s 8.85 7.03 0.02 0.95 par:pas; -lovées lover ver f p 8.85 7.03 0.00 0.14 par:pas; -lovés lover ver m p 8.85 7.03 0.00 0.47 par:pas; -loyal loyal adj m s 10.96 7.36 5.87 3.72 -loyale loyal adj f s 10.96 7.36 2.13 1.82 -loyalement loyalement adv 0.81 1.42 0.81 1.42 -loyales loyal adj f p 10.96 7.36 0.19 0.00 -loyalisme loyalisme nom m s 0.08 1.15 0.08 1.15 -loyaliste loyaliste adj f s 0.07 0.07 0.03 0.00 -loyalistes loyaliste nom p 0.07 0.07 0.06 0.00 -loyauté loyauté nom f s 9.38 3.11 9.36 2.97 -loyautés loyauté nom f p 9.38 3.11 0.02 0.14 -loyaux loyal adj m p 10.96 7.36 2.76 1.82 -loyer loyer nom m s 17.18 6.49 16.20 5.07 -loyers loyer nom m p 17.18 6.49 0.98 1.42 -lsd lsd nom m 0.08 0.00 0.08 0.00 -lèche_botte lèche_botte nom m s 0.11 0.00 0.11 0.00 -lèche_bottes lèche_bottes nom m 0.68 0.34 0.68 0.34 -lèche_cul lèche_cul nom m s 1.29 0.61 1.29 0.61 -lèche_vitrine lèche_vitrine nom m s 0.26 0.07 0.26 0.07 -lèche_vitrines lèche_vitrines nom m 0.07 0.20 0.07 0.20 -lèche lécher ver 14.09 23.11 4.03 3.58 imp:pre:2s;ind:pre:1s;ind:pre:3s; -lèchefrite lèchefrite nom f s 0.00 0.07 0.00 0.07 -lèchent lécher ver 14.09 23.11 0.50 0.34 ind:pre:3p; -lècheries lècherie nom f p 0.00 0.07 0.00 0.07 -lèches lécher ver 14.09 23.11 0.50 0.07 ind:pre:2s; -lègue léguer ver 4.98 5.61 1.47 0.54 imp:pre:2s;ind:pre:1s;ind:pre:3s; -lèpre lèpre nom f s 1.40 3.65 1.40 3.51 -lèpres lèpre nom f p 1.40 3.65 0.00 0.14 -lès lès pre 0.00 0.07 0.00 0.07 -lèse_majesté lèse_majesté nom f 0.03 0.27 0.03 0.27 -lèse léser ver 1.36 1.08 0.06 0.07 ind:pre:3s; -lève lever ver 165.98 440.74 67.72 77.70 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:1s; -lèvent lever ver 165.98 440.74 1.67 8.45 ind:pre:3p;sub:pre:3p; -lèvera lever ver 165.98 440.74 1.91 1.89 ind:fut:3s; -lèverai lever ver 165.98 440.74 0.70 0.95 ind:fut:1s; -lèveraient lever ver 165.98 440.74 0.05 0.34 cnd:pre:3p; -lèverais lever ver 165.98 440.74 0.26 0.41 cnd:pre:1s;cnd:pre:2s; -lèverait lever ver 165.98 440.74 0.48 1.35 cnd:pre:3s; -lèveras lever ver 165.98 440.74 0.32 0.07 ind:fut:2s; -lèverez lever ver 165.98 440.74 0.17 0.07 ind:fut:2p; -lèverons lever ver 165.98 440.74 0.31 0.14 ind:fut:1p; -lèveront lever ver 165.98 440.74 0.26 0.20 ind:fut:3p; -lèves lever ver 165.98 440.74 5.42 1.35 ind:pre:2s;sub:pre:2s; -lèvre lèvre nom f s 37.91 222.03 4.00 20.74 -lèvres lèvre nom f p 37.91 222.03 33.91 201.28 -lé lé nom m s 2.30 2.03 2.28 1.35 -lu lire ver m s 281.09 324.80 82.12 57.97 par:pas; -lubie lubie nom f s 2.41 2.77 1.37 1.35 -lubies lubie nom f p 2.41 2.77 1.04 1.42 -lubricité lubricité nom f s 0.57 0.74 0.57 0.74 -lubrifiant lubrifiant nom m s 0.63 0.68 0.58 0.54 -lubrifiante lubrifiant adj f s 0.10 0.07 0.00 0.07 -lubrifiants lubrifiant nom m p 0.63 0.68 0.05 0.14 -lubrification lubrification nom f s 0.14 0.00 0.14 0.00 -lubrifie lubrifier ver 0.53 0.41 0.19 0.00 imp:pre:2s;ind:pre:1s;ind:pre:3s; -lubrifient lubrifier ver 0.53 0.41 0.01 0.00 ind:pre:3p; -lubrifier lubrifier ver 0.53 0.41 0.24 0.20 inf; -lubrifié lubrifié adj m s 0.17 0.20 0.11 0.07 -lubrifiée lubrifier ver f s 0.53 0.41 0.03 0.00 par:pas; -lubrifiées lubrifié adj f p 0.17 0.20 0.02 0.14 -lubrifiés lubrifié adj m p 0.17 0.20 0.01 0.00 -lubrique lubrique adj s 1.60 3.31 1.04 2.03 -lubriques lubrique adj p 1.60 3.31 0.56 1.28 -lucarne lucarne nom f s 0.95 10.00 0.78 8.24 -lucarnes lucarne nom f p 0.95 10.00 0.17 1.76 -luce luce nom f s 0.01 0.00 0.01 0.00 -lucet lucet nom m s 0.00 0.07 0.00 0.07 -lécha lécher ver 14.09 23.11 0.01 1.96 ind:pas:3s; -léchage léchage nom m s 0.19 0.27 0.17 0.14 -léchages léchage nom m p 0.19 0.27 0.01 0.14 -léchaient lécher ver 14.09 23.11 0.08 0.74 ind:imp:3p; -léchais lécher ver 14.09 23.11 0.11 0.27 ind:imp:1s;ind:imp:2s; -léchait lécher ver 14.09 23.11 0.37 3.45 ind:imp:3s; -léchant lécher ver 14.09 23.11 0.57 2.09 par:pre; -léchassions lécher ver 14.09 23.11 0.00 0.07 sub:imp:1p; -lécher lécher ver 14.09 23.11 5.73 6.89 inf; -léchera lécher ver 14.09 23.11 0.05 0.07 ind:fut:3s; -lécherai lécher ver 14.09 23.11 0.08 0.00 ind:fut:1s; -lécherais lécher ver 14.09 23.11 0.05 0.00 cnd:pre:1s;cnd:pre:2s; -lécherait lécher ver 14.09 23.11 0.01 0.14 cnd:pre:3s; -lécheras lécher ver 14.09 23.11 0.04 0.07 ind:fut:2s; -lécheront lécher ver 14.09 23.11 0.05 0.00 ind:fut:3p; -lécheur lécheur nom m s 0.47 0.34 0.30 0.14 -lécheurs lécheur nom m p 0.47 0.34 0.17 0.07 -lécheuse lécheur nom f s 0.47 0.34 0.01 0.07 -lécheuses lécheur nom f p 0.47 0.34 0.00 0.07 -léchez lécher ver 14.09 23.11 0.35 0.20 imp:pre:2p;ind:pre:2p; -léchouillait léchouiller ver 0.04 0.20 0.00 0.07 ind:imp:3s; -léchouillent léchouiller ver 0.04 0.20 0.00 0.07 ind:pre:3p; -léchouiller léchouiller ver 0.04 0.20 0.02 0.07 inf; -léchouilles léchouiller ver 0.04 0.20 0.02 0.00 ind:pre:2s; -léchèrent lécher ver 14.09 23.11 0.00 0.14 ind:pas:3p; -léché lécher ver m s 14.09 23.11 0.93 1.42 par:pas; -léchée lécher ver f s 14.09 23.11 0.45 1.01 par:pas; -léchées lécher ver f p 14.09 23.11 0.14 0.41 par:pas; -léchés lécher ver m p 14.09 23.11 0.03 0.20 par:pas; -lucide lucide adj s 3.20 12.43 2.76 10.54 -lucidement lucidement adv 0.02 0.68 0.02 0.68 -lucides lucide adj m p 3.20 12.43 0.44 1.89 -lucidité lucidité nom f s 1.92 10.95 1.92 10.74 -lucidités lucidité nom f p 1.92 10.95 0.00 0.20 -luciférien luciférien adj m s 0.01 0.34 0.00 0.20 -luciférienne luciférien adj f s 0.01 0.34 0.01 0.07 -lucifériens luciférien adj m p 0.01 0.34 0.00 0.07 -lucilie lucilie nom f s 0.02 0.00 0.02 0.00 -luciole luciole nom f s 1.50 2.30 1.01 0.54 -lucioles luciole nom f p 1.50 2.30 0.48 1.76 -lucite lucite nom f s 0.01 0.00 0.01 0.00 -lécithine lécithine nom f s 0.15 0.00 0.15 0.00 -lucratif lucratif adj m s 1.54 0.95 0.88 0.27 -lucratifs lucratif adj m p 1.54 0.95 0.02 0.14 -lucrative lucratif adj f s 1.54 0.95 0.57 0.41 -lucratives lucratif adj f p 1.54 0.95 0.08 0.14 -lucre lucre nom m s 0.14 0.54 0.14 0.54 -luddite luddite nom m s 0.01 0.00 0.01 0.00 -ludion ludion nom m s 0.00 0.61 0.00 0.54 -ludions ludion nom m p 0.00 0.61 0.00 0.07 -ludique ludique adj s 0.42 0.61 0.41 0.54 -ludiques ludique adj p 0.42 0.61 0.01 0.07 -lue lire ver f s 281.09 324.80 2.82 3.18 par:pas; -lues lire ver f p 281.09 324.80 1.12 1.69 par:pas; -luette luette nom f s 0.03 1.28 0.03 1.22 -luettes luette nom f p 0.03 1.28 0.00 0.07 -lueur lueur nom f s 6.65 64.19 5.37 49.12 -lueurs lueur nom f p 6.65 64.19 1.28 15.07 -luffa luffa nom m s 0.04 0.00 0.04 0.00 -légal légal adj m s 16.79 6.49 9.80 2.43 -légale légal adj f s 16.79 6.49 4.51 2.03 -légalement légalement adv 5.09 2.03 5.09 2.03 -légales légal adj f p 16.79 6.49 1.48 1.42 -légalisant légaliser ver 0.76 0.14 0.03 0.07 par:pre; -légalisation légalisation nom f s 0.09 0.00 0.09 0.00 -légalise légaliser ver 0.76 0.14 0.04 0.00 ind:pre:1s;ind:pre:3s; -légaliser légaliser ver 0.76 0.14 0.30 0.00 inf; -légalisez légaliser ver 0.76 0.14 0.14 0.07 imp:pre:2p; -légaliste légaliste adj s 0.00 0.14 0.00 0.07 -légalistes légaliste adj m p 0.00 0.14 0.00 0.07 -légalisé légaliser ver m s 0.76 0.14 0.12 0.00 par:pas; -légalisée légaliser ver f s 0.76 0.14 0.14 0.00 par:pas; -légalité légalité nom f s 2.39 2.50 2.39 2.50 -légat légat nom m s 0.15 2.23 0.00 1.96 -légataire légataire nom s 0.15 0.34 0.14 0.34 -légataires légataire nom p 0.15 0.34 0.01 0.00 -légation légation nom f s 0.06 2.91 0.06 1.89 -légations légation nom f p 0.06 2.91 0.00 1.01 -légats légat nom m p 0.15 2.23 0.15 0.27 -légaux légal adj m p 16.79 6.49 1.00 0.61 -luge luge nom f s 1.22 1.55 1.19 1.42 -légendaire légendaire adj s 4.10 7.50 3.57 5.74 -légendaires légendaire adj p 4.10 7.50 0.53 1.76 -légende légende nom f s 20.41 27.43 16.07 21.49 -légender légender ver 0.00 0.14 0.00 0.07 inf; -légendes légende nom f p 20.41 27.43 4.33 5.95 -légendée légender ver f s 0.00 0.14 0.00 0.07 par:pas; -léger léger adj m s 37.77 151.01 17.03 74.93 -luger luger nom m s 0.38 0.47 0.36 0.47 -légers léger adj m p 37.77 151.01 2.57 17.16 -lugers luger nom m p 0.38 0.47 0.01 0.00 -luges luge nom f p 1.22 1.55 0.03 0.14 -légifère légiférer ver 0.22 0.27 0.01 0.07 ind:pre:3s; -légiférait légiférer ver 0.22 0.27 0.00 0.07 ind:imp:3s; -légiférer légiférer ver 0.22 0.27 0.19 0.14 inf; -légiféré légiférer ver m s 0.22 0.27 0.01 0.00 par:pas; -légion légion nom f s 6.66 16.35 4.17 13.65 -légionellose légionellose nom f s 0.03 0.00 0.03 0.00 -légionnaire légionnaire nom m s 1.23 4.26 0.71 2.57 -légionnaires légionnaire nom m p 1.23 4.26 0.52 1.69 -légions légion nom f p 6.66 16.35 2.50 2.70 -législateur législateur nom m s 0.47 1.08 0.30 0.68 -législateurs législateur nom m p 0.47 1.08 0.17 0.41 -législatif législatif adj m s 0.73 2.03 0.41 0.74 -législatifs législatif adj m p 0.73 2.03 0.03 0.14 -législation législation nom f s 1.16 1.42 1.16 1.42 -législative législatif adj f s 0.73 2.03 0.11 0.54 -législatives législatif adj f p 0.73 2.03 0.18 0.61 -législature législature nom f s 0.20 0.14 0.20 0.14 -légiste légiste nom s 7.97 1.42 7.28 1.35 -légistes légiste nom p 7.97 1.42 0.69 0.07 -légitimaient légitimer ver 0.30 1.62 0.00 0.14 ind:imp:3p; -légitimait légitimer ver 0.30 1.62 0.00 0.14 ind:imp:3s; -légitimant légitimer ver 0.30 1.62 0.02 0.07 par:pre; -légitimation légitimation nom f s 0.03 0.07 0.03 0.00 -légitimations légitimation nom f p 0.03 0.07 0.00 0.07 -légitime légitime adj s 14.08 16.22 12.82 13.24 -légitimement légitimement adv 0.27 1.22 0.27 1.22 -légitiment légitimer ver 0.30 1.62 0.00 0.07 ind:pre:3p; -légitimer légitimer ver 0.30 1.62 0.19 0.47 inf; -légitimera légitimer ver 0.30 1.62 0.01 0.07 ind:fut:3s; -légitimes légitime adj p 14.08 16.22 1.26 2.97 -légitimiste légitimiste adj m s 0.00 0.34 0.00 0.34 -légitimistes légitimiste nom p 0.00 0.07 0.00 0.07 -légitimité légitimité nom f s 0.76 1.76 0.76 1.76 -légitimé légitimer ver m s 0.30 1.62 0.05 0.27 par:pas; -légitimée légitimer ver f s 0.30 1.62 0.00 0.07 par:pas; -légère léger adj f s 37.77 151.01 15.71 47.84 -légèrement légèrement adv 6.35 65.20 6.35 65.20 -légères léger adj f p 37.77 151.01 2.45 11.08 -légèreté légèreté nom f s 1.35 12.70 1.35 12.50 -légèretés légèreté nom f p 1.35 12.70 0.00 0.20 -légua léguer ver 4.98 5.61 0.02 0.27 ind:pas:3s; -léguaient léguer ver 4.98 5.61 0.00 0.07 ind:imp:3p; -léguais léguer ver 4.98 5.61 0.00 0.07 ind:imp:1s; -léguait léguer ver 4.98 5.61 0.04 0.20 ind:imp:3s; -léguant léguer ver 4.98 5.61 0.31 0.27 par:pre; -lugubre lugubre adj s 3.25 10.41 3.00 7.97 -lugubrement lugubrement adv 0.00 0.81 0.00 0.81 -lugubres lugubre adj p 3.25 10.41 0.25 2.43 -léguer léguer ver 4.98 5.61 0.67 1.22 inf; -léguera léguer ver 4.98 5.61 0.00 0.07 ind:fut:3s; -léguerai léguer ver 4.98 5.61 0.01 0.20 ind:fut:1s; -léguerais léguer ver 4.98 5.61 0.01 0.07 cnd:pre:2s; -léguerez léguer ver 4.98 5.61 0.01 0.00 ind:fut:2p; -léguerons léguer ver 4.98 5.61 0.01 0.00 ind:fut:1p; -légueront léguer ver 4.98 5.61 0.01 0.00 ind:fut:3p; -léguez léguer ver 4.98 5.61 0.16 0.00 imp:pre:2p;ind:pre:2p; -légume légume nom m s 15.16 23.45 3.20 2.09 -légumes légume nom m p 15.16 23.45 11.96 21.35 -légumier légumier nom m s 0.00 0.07 0.00 0.07 -légumineuse légumineux nom f s 0.00 0.07 0.00 0.07 -légumineux légumineux adj m 0.00 0.07 0.00 0.07 -légué léguer ver m s 4.98 5.61 1.99 1.96 par:pas; -léguée léguer ver f s 4.98 5.61 0.09 0.47 par:pas; -léguées léguer ver f p 4.98 5.61 0.02 0.14 par:pas; -légués léguer ver m p 4.98 5.61 0.17 0.07 par:pas; -lui_même lui_même pro_per m s 46.58 202.30 46.58 202.30 -lui lui pro_per s 2308.74 4225.14 2308.74 4225.14 -luira luire ver 15.67 37.57 0.03 0.00 ind:fut:3s; -luiraient luire ver 15.67 37.57 0.00 0.07 cnd:pre:3p; -luirait luire ver 15.67 37.57 0.00 0.07 cnd:pre:3s; -luire luire ver 15.67 37.57 0.95 4.19 inf; -luirent luire ver 15.67 37.57 0.00 0.07 ind:pas:3p; -luis luire ver 15.67 37.57 6.61 1.49 imp:pre:2s;ind:pre:1s;ind:pre:2s; -luisaient luire ver 15.67 37.57 0.03 5.00 ind:imp:3p; -luisait luire ver 15.67 37.57 0.31 5.95 ind:imp:3s; -luisance luisance nom f s 0.00 1.08 0.00 0.88 -luisances luisance nom f p 0.00 1.08 0.00 0.20 -luisant luisant adj m s 0.81 28.51 0.52 8.45 -luisante luisant adj f s 0.81 28.51 0.09 7.43 -luisantes luisant adj f p 0.81 28.51 0.03 5.95 -luisants luisant adj m p 0.81 28.51 0.17 6.69 -luise luire ver 15.67 37.57 0.00 0.14 sub:pre:3s; -luisent luire ver 15.67 37.57 0.06 2.50 ind:pre:3p; -luit luire ver 15.67 37.57 2.02 3.31 ind:pre:3s;ind:pas:3s; -lulu lulu nom m s 0.03 0.74 0.03 0.61 -lulus lulu nom m p 0.03 0.74 0.00 0.14 -lumbago lumbago nom m s 0.16 0.68 0.14 0.47 -lumbagos lumbago nom m p 0.16 0.68 0.01 0.20 -lumen lumen nom m s 0.05 0.34 0.05 0.34 -lumignon lumignon nom m s 0.00 2.09 0.00 1.42 -lumignons lumignon nom m p 0.00 2.09 0.00 0.68 -luminaire luminaire nom m s 0.05 0.68 0.00 0.27 -luminaires luminaire nom m p 0.05 0.68 0.05 0.41 -luminescence luminescence nom f s 0.05 0.14 0.05 0.14 -luminescent luminescent adj m s 0.04 0.95 0.00 0.34 -luminescente luminescent adj f s 0.04 0.95 0.01 0.14 -luminescentes luminescent adj f p 0.04 0.95 0.03 0.34 -luminescents luminescent adj m p 0.04 0.95 0.00 0.14 -lumineuse lumineux adj f s 7.36 39.46 2.21 11.42 -lumineusement lumineusement adv 0.10 0.27 0.10 0.27 -lumineuses lumineux adj f p 7.36 39.46 0.35 4.80 -lumineux lumineux adj m 7.36 39.46 4.79 23.24 -luminosité luminosité nom f s 0.66 2.03 0.66 1.82 -luminosités luminosité nom f p 0.66 2.03 0.00 0.20 -lumière lumière nom f s 134.83 274.26 116.02 238.65 -lumières lumière nom f p 134.83 274.26 18.81 35.61 -lump lump nom m s 0.14 0.07 0.14 0.07 -lémur lémur nom m s 0.01 0.00 0.01 0.00 -lémure lémure nom m s 0.00 0.27 0.00 0.14 -lémures lémure nom m p 0.00 0.27 0.00 0.14 -lémurien lémurien nom m s 0.34 0.41 0.30 0.00 -lémuriens lémurien nom m p 0.34 0.41 0.04 0.41 -lunaire lunaire adj s 3.82 4.66 3.58 3.78 -lunaires lunaire adj p 3.82 4.66 0.24 0.88 -lunaison lunaison nom f s 0.01 0.14 0.01 0.07 -lunaisons lunaison nom f p 0.01 0.14 0.00 0.07 -lunatique lunatique adj s 1.79 1.15 1.58 0.88 -lunatiques lunatique adj m p 1.79 1.15 0.21 0.27 -lunch lunch nom m s 0.54 1.22 0.54 1.22 -luncher luncher ver 0.14 0.00 0.14 0.00 inf; -lunches lunche nom m p 0.00 0.14 0.00 0.14 -lundi lundi nom m s 36.94 24.46 36.01 23.51 -lundis lundi nom m p 36.94 24.46 0.93 0.95 -lune lune nom f s 61.02 66.69 58.29 63.24 -lunes lune nom f p 61.02 66.69 2.74 3.45 -lunetier lunetier nom m s 0.00 0.07 0.00 0.07 -lunette lunette nom f s 33.33 75.27 1.71 7.43 -lunetteries lunetterie nom f p 0.00 0.07 0.00 0.07 -lunettes lunette nom f p 33.33 75.27 31.61 67.84 -lunetteux lunetteux adj m s 0.00 0.20 0.00 0.20 -lunetté lunetté adj m s 0.00 0.20 0.00 0.20 -lénifiait lénifier ver 0.00 0.07 0.00 0.07 ind:imp:3s; -lénifiant lénifiant adj m s 0.04 1.01 0.01 0.07 -lénifiante lénifiant adj f s 0.04 1.01 0.01 0.68 -lénifiantes lénifiant adj f p 0.04 1.01 0.00 0.20 -lénifiants lénifiant adj m p 0.04 1.01 0.01 0.07 -lénification lénification nom f s 0.00 0.07 0.00 0.07 -léninisme léninisme nom m s 0.27 0.20 0.27 0.20 -léniniste léniniste adj f s 0.14 0.27 0.14 0.20 -léninistes léniniste nom p 0.00 0.34 0.00 0.34 -lénitive lénitif adj f s 0.00 0.27 0.00 0.20 -lénitives lénitif adj f p 0.00 0.27 0.00 0.07 -luné luné adj m s 0.84 0.68 0.66 0.47 -lunée luné adj f s 0.84 0.68 0.18 0.07 -lunule lunule nom f s 0.00 1.01 0.00 0.34 -lunules lunule nom f p 0.00 1.01 0.00 0.68 -lunés luné adj m p 0.84 0.68 0.00 0.14 -léonard léonard adj m s 0.05 0.14 0.05 0.14 -léonin léonin adj m s 0.00 0.68 0.00 0.27 -léonine léonin adj f s 0.00 0.68 0.00 0.34 -léonins léonin adj m p 0.00 0.68 0.00 0.07 -léopard léopard nom m s 3.64 2.70 3.18 2.57 -léopards léopard nom m p 3.64 2.70 0.46 0.14 -léopardé léopardé adj m s 0.00 0.07 0.00 0.07 -lupanar lupanar nom m s 0.21 0.95 0.07 0.74 -lupanars lupanar nom m p 0.21 0.95 0.14 0.20 -lépidoptère lépidoptère nom m s 0.00 0.20 0.00 0.14 -lépidoptères lépidoptère nom m p 0.00 0.20 0.00 0.07 -lupin lupin nom m s 0.25 0.47 0.15 0.20 -lupins lupin nom m p 0.25 0.47 0.10 0.27 -lépiotes lépiote nom f p 0.00 0.07 0.00 0.07 -lépontique lépontique nom m s 0.00 0.14 0.00 0.14 -lépreuse lépreux adj f s 0.41 2.57 0.15 0.41 -lépreuses lépreuse nom f p 0.04 0.00 0.04 0.00 -lépreux lépreux nom m 2.61 2.64 2.54 2.57 -léprologie léprologie nom f s 0.01 0.00 0.01 0.00 -léproserie léproserie nom f s 0.32 0.81 0.32 0.74 -léproseries léproserie nom f p 0.32 0.81 0.00 0.07 -lupus lupus nom m 1.28 0.27 1.28 0.27 -lur lur nom m s 0.00 0.07 0.00 0.07 -lurent lire ver 281.09 324.80 0.01 0.54 ind:pas:3p; -lurex lurex nom m 0.20 0.14 0.20 0.14 -luron luron nom m s 0.69 0.88 0.27 0.61 -luronne luron nom f s 0.69 0.88 0.29 0.00 -luronnes luron nom f p 0.69 0.88 0.00 0.14 -lurons luron nom m p 0.69 0.88 0.13 0.14 -lérot lérot nom m s 0.01 0.14 0.01 0.00 -lérots lérot nom m p 0.01 0.14 0.00 0.14 -lés lé nom m p 2.30 2.03 0.02 0.68 -lus lire ver m p 281.09 324.80 3.06 7.97 ind:pas:1s;ind:pas:2s;par:pas; -lésaient léser ver 1.36 1.08 0.00 0.07 ind:imp:3p; -lésais léser ver 1.36 1.08 0.00 0.07 ind:imp:1s; -léser léser ver 1.36 1.08 0.33 0.07 inf; -lésina lésiner ver 1.01 2.30 0.00 0.07 ind:pas:3s; -lésinaient lésiner ver 1.01 2.30 0.00 0.14 ind:imp:3p; -lésinait lésiner ver 1.01 2.30 0.00 0.20 ind:imp:3s; -lésine lésiner ver 1.01 2.30 0.47 0.34 imp:pre:2s;ind:pre:1s;ind:pre:3s; -lésinent lésiner ver 1.01 2.30 0.00 0.20 ind:pre:3p; -lésiner lésiner ver 1.01 2.30 0.36 0.88 inf; -lésinerie lésinerie nom f s 0.00 0.07 0.00 0.07 -lésines lésine nom f p 0.00 0.20 0.00 0.07 -lésinez lésiner ver 1.01 2.30 0.09 0.00 imp:pre:2p;ind:pre:2p; -lésiné lésiner ver m s 1.01 2.30 0.09 0.47 par:pas; -lésion lésion nom f s 4.37 1.28 1.84 0.47 -lésionnaire lésionnaire adj s 0.01 0.00 0.01 0.00 -lésions lésion nom f p 4.37 1.28 2.53 0.81 -lusitanienne lusitanien adj f s 0.00 0.07 0.00 0.07 -lésons léser ver 1.36 1.08 0.01 0.00 ind:pre:1p; -lustra lustrer ver 0.80 2.43 0.00 0.07 ind:pas:3s; -lustrage lustrage nom m s 0.05 0.00 0.05 0.00 -lustraient lustrer ver 0.80 2.43 0.00 0.07 ind:imp:3p; -lustrait lustrer ver 0.80 2.43 0.00 0.20 ind:imp:3s; -lustral lustral adj m s 0.00 1.35 0.00 0.74 -lustrale lustral adj f s 0.00 1.35 0.00 0.41 -lustrales lustral adj f p 0.00 1.35 0.00 0.20 -lustrant lustrer ver 0.80 2.43 0.01 0.07 par:pre; -lustre lustre nom m s 3.92 15.14 0.93 7.30 -lustrer lustrer ver 0.80 2.43 0.51 0.68 inf; -lustres lustre nom m p 3.92 15.14 2.99 7.84 -lustreur lustreur nom m s 0.01 0.07 0.01 0.00 -lustreuse lustreur nom f s 0.01 0.07 0.00 0.07 -lustrine lustrine nom f s 0.00 0.74 0.00 0.74 -lustré lustrer ver m s 0.80 2.43 0.04 0.41 par:pas; -lustrée lustrer ver f s 0.80 2.43 0.06 0.41 par:pas; -lustrées lustré adj f p 0.09 2.23 0.02 0.27 -lustrés lustré adj m p 0.09 2.23 0.02 0.47 -lustucru lustucru nom m s 0.01 0.07 0.01 0.07 -lésé léser ver m s 1.36 1.08 0.43 0.41 par:pas; -lésée léser ver f s 1.36 1.08 0.35 0.14 par:pas; -lésées léser ver f p 1.36 1.08 0.02 0.00 par:pas; -lésés léser ver m p 1.36 1.08 0.15 0.27 par:pas; -lut lire ver 281.09 324.80 0.36 15.88 ind:pas:3s; -létal létal adj m s 0.29 0.07 0.03 0.00 -létale létal adj f s 0.29 0.07 0.23 0.07 -létales létal adj f p 0.29 0.07 0.03 0.00 -létalité létalité nom f s 0.02 0.00 0.02 0.00 -luth luth nom m s 0.17 1.62 0.17 1.28 -léthargie léthargie nom f s 0.76 2.16 0.75 2.09 -léthargies léthargie nom f p 0.76 2.16 0.01 0.07 -léthargique léthargique adj s 0.22 0.81 0.18 0.54 -léthargiques léthargique adj m p 0.22 0.81 0.04 0.27 -lutherie lutherie nom f s 0.00 0.07 0.00 0.07 -luthier luthier nom m s 0.11 0.20 0.11 0.20 -luths luth nom m p 0.17 1.62 0.00 0.34 -luthéranisme luthéranisme nom m s 0.01 0.14 0.01 0.14 -luthérianisme luthérianisme nom m s 0.00 0.07 0.00 0.07 -luthérien luthérien adj m s 0.36 0.81 0.10 0.47 -luthérienne luthérien adj f s 0.36 0.81 0.20 0.27 -luthériennes luthérienne adj f p 0.01 0.00 0.01 0.00 -luthériens luthérien adj m p 0.36 0.81 0.06 0.00 -lutin lutin nom m s 2.14 1.01 1.45 0.61 -lutinaient lutiner ver 0.26 1.15 0.00 0.07 ind:imp:3p; -lutinait lutiner ver 0.26 1.15 0.01 0.20 ind:imp:3s; -lutinant lutiner ver 0.26 1.15 0.00 0.07 par:pre; -lutine lutin adj f s 0.63 0.61 0.01 0.07 -lutinent lutiner ver 0.26 1.15 0.00 0.14 ind:pre:3p; -lutiner lutiner ver 0.26 1.15 0.21 0.27 inf; -lutinerais lutiner ver 0.26 1.15 0.01 0.07 cnd:pre:1s; -lutins lutin nom m p 2.14 1.01 0.69 0.41 -lutinèrent lutiner ver 0.26 1.15 0.00 0.07 ind:pas:3p; -lutiné lutiner ver m s 0.26 1.15 0.02 0.14 par:pas; -lutinée lutiner ver f s 0.26 1.15 0.00 0.07 par:pas; -lutrin lutrin nom m s 0.00 1.35 0.00 1.15 -lutrins lutrin nom m p 0.00 1.35 0.00 0.20 -lutta lutter ver 25.41 48.78 0.05 1.42 ind:pas:3s; -luttai lutter ver 25.41 48.78 0.14 0.27 ind:pas:1s; -luttaient lutter ver 25.41 48.78 0.32 2.03 ind:imp:3p; -luttais lutter ver 25.41 48.78 0.29 0.88 ind:imp:1s;ind:imp:2s; -luttait lutter ver 25.41 48.78 0.76 5.54 ind:imp:3s; -luttant lutter ver 25.41 48.78 1.56 5.20 par:pre; -lutte lutte nom f s 23.18 41.82 22.00 37.36 -luttent lutter ver 25.41 48.78 1.56 1.76 ind:pre:3p; -lutter lutter ver 25.41 48.78 10.24 20.81 inf;; -luttera lutter ver 25.41 48.78 0.06 0.00 ind:fut:3s; -lutterai lutter ver 25.41 48.78 0.11 0.20 ind:fut:1s; -lutterais lutter ver 25.41 48.78 0.04 0.07 cnd:pre:1s;cnd:pre:2s; -lutterait lutter ver 25.41 48.78 0.13 0.20 cnd:pre:3s; -lutterions lutter ver 25.41 48.78 0.00 0.07 cnd:pre:1p; -lutterons lutter ver 25.41 48.78 0.19 0.00 ind:fut:1p; -lutteront lutter ver 25.41 48.78 0.10 0.00 ind:fut:3p; -luttes lutte nom f p 23.18 41.82 1.19 4.46 -lutteur lutteur nom m s 1.27 3.78 0.88 1.62 -lutteurs lutteur nom m p 1.27 3.78 0.24 1.08 -lutteuse lutteur nom f s 1.27 3.78 0.14 0.27 -lutteuses lutteur nom f p 1.27 3.78 0.01 0.81 -luttez lutter ver 25.41 48.78 0.92 0.14 imp:pre:2p;ind:pre:2p; -luttiez lutter ver 25.41 48.78 0.07 0.00 ind:imp:2p; -luttions lutter ver 25.41 48.78 0.02 0.27 ind:imp:1p; -luttons lutter ver 25.41 48.78 0.80 0.41 imp:pre:1p;ind:pre:1p; -luttât lutter ver 25.41 48.78 0.00 0.14 sub:imp:3s; -luttèrent lutter ver 25.41 48.78 0.14 0.41 ind:pas:3p; -lutté lutter ver m s 25.41 48.78 3.27 4.26 par:pas; -luté luter ver m s 0.00 0.14 0.00 0.14 par:pas; -lutécien lutécien adj m s 0.00 0.07 0.00 0.07 -lutz lutz nom m 4.52 0.14 4.52 0.14 -léviathan léviathan nom m s 0.27 0.27 0.27 0.27 -lévitation lévitation nom f s 0.46 0.61 0.46 0.61 -lévite lévite nom s 0.10 0.54 0.09 0.41 -lévitent léviter ver 0.47 0.07 0.01 0.07 ind:pre:3p; -léviter léviter ver 0.47 0.07 0.46 0.00 inf; -lévites lévite nom p 0.10 0.54 0.01 0.14 -lévitique lévitique adj s 0.02 0.00 0.02 0.00 -lévitique lévitique nom s 0.02 0.00 0.02 0.00 -lévrier lévrier nom m s 0.94 2.30 0.31 1.55 -lévriers lévrier nom m p 0.94 2.30 0.63 0.74 -lux lux nom m 0.34 0.34 0.34 0.34 -luxa luxer ver 0.16 0.34 0.01 0.00 ind:pas:3s; -luxation luxation nom f s 0.38 0.14 0.37 0.07 -luxations luxation nom f p 0.38 0.14 0.01 0.07 -luxe luxe nom m s 15.62 38.85 15.42 38.65 -luxembourgeois luxembourgeois adj m 0.00 0.74 0.00 0.47 -luxembourgeoise luxembourgeois adj f s 0.00 0.74 0.00 0.27 -luxer luxer ver 0.16 0.34 0.01 0.00 inf; -luxes luxe nom m p 15.62 38.85 0.20 0.20 -luxé luxer ver m s 0.16 0.34 0.03 0.07 par:pas; -luxueuse luxueux adj f s 2.59 7.43 0.50 1.82 -luxueusement luxueusement adv 0.39 0.81 0.39 0.81 -luxueuses luxueux adj f p 2.59 7.43 0.12 0.95 -luxueux luxueux adj m 2.59 7.43 1.98 4.66 -luxure luxure nom f s 2.92 2.30 2.92 2.30 -luxuriance luxuriance nom f s 0.10 0.47 0.10 0.47 -luxuriant luxuriant adj m s 0.41 1.62 0.18 0.34 -luxuriante luxuriant adj f s 0.41 1.62 0.17 0.81 -luxuriantes luxuriant adj f p 0.41 1.62 0.04 0.14 -luxuriants luxuriant adj m p 0.41 1.62 0.02 0.34 -luxurieuse luxurieux adj f s 0.03 0.54 0.01 0.20 -luxurieux luxurieux adj m 0.03 0.54 0.02 0.34 -lézard lézard nom m s 6.16 11.42 4.90 7.50 -lézardaient lézarder ver 0.27 1.89 0.00 0.20 ind:imp:3p; -lézardait lézarder ver 0.27 1.89 0.00 0.41 ind:imp:3s; -lézarde lézard nom f s 6.16 11.42 0.03 0.88 -lézardent lézarder ver 0.27 1.89 0.23 0.00 ind:pre:3p; -lézarder lézarder ver 0.27 1.89 0.01 0.34 inf; -lézardes lézard nom f p 6.16 11.42 0.01 1.22 -lézards lézard nom m p 6.16 11.42 1.22 1.82 -lézardé lézarder ver m s 0.27 1.89 0.01 0.07 par:pas; -lézardée lézardé adj f s 0.02 0.88 0.01 0.27 -lézardées lézardé adj f p 0.02 0.88 0.00 0.27 -lézardés lézarder ver m p 0.27 1.89 0.00 0.27 par:pas; -luzerne luzerne nom f s 0.44 3.04 0.44 2.84 -luzernes luzerne nom f p 0.44 3.04 0.00 0.20 -luzernières luzernière nom f p 0.00 0.07 0.00 0.07 -lycanthrope lycanthrope nom m s 0.10 0.00 0.09 0.00 -lycanthropes lycanthrope nom m p 0.10 0.00 0.01 0.00 -lycanthropie lycanthropie nom f s 0.18 0.00 0.18 0.00 -lycaons lycaon nom m p 0.00 0.07 0.00 0.07 -lychee lychee nom m s 0.16 0.14 0.14 0.00 -lychees lychee nom m p 0.16 0.14 0.01 0.14 -lychnis lychnis nom m 0.00 0.07 0.00 0.07 -lycien lycien nom m s 0.00 0.20 0.00 0.07 -lyciennes lycien nom f p 0.00 0.20 0.00 0.14 -lycoperdon lycoperdon nom m s 0.00 0.14 0.00 0.07 -lycoperdons lycoperdon nom m p 0.00 0.14 0.00 0.07 -lycra lycra nom m s 0.28 0.14 0.28 0.14 -lycée lycée nom m s 42.56 38.78 41.96 36.42 -lycéen lycéen nom m s 3.13 10.61 0.64 1.42 -lycéenne lycéen nom f s 3.13 10.61 0.68 5.95 -lycéennes lycéenne nom f p 0.41 0.00 0.41 0.00 -lycéens lycéen nom m p 3.13 10.61 1.81 1.69 -lycées lycée nom m p 42.56 38.78 0.59 2.36 -lymphangite lymphangite nom f s 0.00 0.07 0.00 0.07 -lymphatique lymphatique adj s 0.67 0.47 0.44 0.27 -lymphatiques lymphatique adj p 0.67 0.47 0.24 0.20 -lymphatisme lymphatisme nom m s 0.00 0.07 0.00 0.07 -lymphe lymphe nom f s 0.20 0.47 0.20 0.41 -lymphes lymphe nom f p 0.20 0.47 0.00 0.07 -lymphoïde lymphoïde adj s 0.01 0.00 0.01 0.00 -lymphocytaire lymphocytaire adj s 0.02 0.14 0.02 0.07 -lymphocytaires lymphocytaire adj p 0.02 0.14 0.00 0.07 -lymphocyte lymphocyte nom m s 0.18 0.20 0.03 0.00 -lymphocytes lymphocyte nom m p 0.18 0.20 0.14 0.20 -lymphocytose lymphocytose nom f s 0.01 0.00 0.01 0.00 -lymphome lymphome nom m s 0.30 0.07 0.29 0.07 -lymphomes lymphome nom m p 0.30 0.07 0.01 0.00 -lymphopénie lymphopénie nom f s 0.00 0.07 0.00 0.07 -lymphosarcome lymphosarcome nom m s 0.01 0.00 0.01 0.00 -lynch lynch nom m s 0.29 0.27 0.29 0.27 -lynchage lynchage nom m s 0.99 0.81 0.81 0.68 -lynchages lynchage nom m p 0.99 0.81 0.18 0.14 -lynchait lyncher ver 1.04 0.81 0.01 0.07 ind:imp:3s; -lynchent lyncher ver 1.04 0.81 0.01 0.00 ind:pre:3p; -lyncher lyncher ver 1.04 0.81 0.58 0.47 inf; -lyncheurs lyncheur nom m p 0.06 0.00 0.06 0.00 -lynchez lyncher ver 1.04 0.81 0.02 0.00 imp:pre:2p;ind:pre:2p; -lynchiez lyncher ver 1.04 0.81 0.01 0.00 ind:imp:2p; -lynchons lyncher ver 1.04 0.81 0.02 0.00 imp:pre:1p; -lynché lyncher ver m s 1.04 0.81 0.33 0.14 par:pas; -lynchée lyncher ver f s 1.04 0.81 0.01 0.07 par:pas; -lynchés lyncher ver m p 1.04 0.81 0.05 0.07 par:pas; -lynx lynx nom m 1.73 1.22 1.73 1.22 -lyonnais lyonnais adj m 0.28 1.01 0.27 0.81 -lyonnaise lyonnais adj f s 0.28 1.01 0.01 0.20 -lyophilisant lyophiliser ver 0.07 0.00 0.01 0.00 par:pre; -lyophiliser lyophiliser ver 0.07 0.00 0.05 0.00 inf; -lyophilisé lyophilisé adj m s 0.15 0.07 0.06 0.00 -lyophilisée lyophilisé adj f s 0.15 0.07 0.04 0.00 -lyophilisés lyophilisé adj m p 0.15 0.07 0.04 0.07 -lyre lyre nom f s 0.71 1.42 0.55 1.15 -lyres lyre nom f p 0.71 1.42 0.16 0.27 -lyrique lyrique adj s 0.95 5.20 0.92 4.26 -lyriques lyrique adj p 0.95 5.20 0.03 0.95 -lyriser lyriser ver 0.00 0.07 0.00 0.07 inf; -lyrisme lyrisme nom m s 0.26 3.11 0.26 3.11 -lys lys nom m 2.41 3.38 2.41 3.38 -lyse lyse nom f s 0.04 0.00 0.04 0.00 -lysergique lysergique adj m s 0.07 0.14 0.07 0.14 -lysimaque lysimaque nom f s 0.01 0.00 0.01 0.00 -lysine lysine nom f s 0.04 0.07 0.04 0.07 -lysosomes lysosome nom m p 0.14 0.00 0.14 0.00 -m_as_tu_vu m_as_tu_vu adj s 0.03 0.00 0.03 0.00 -m m pro_per s 13.94 0.27 13.94 0.27 -mîmes mettre ver 1004.84 1083.65 0.00 1.42 ind:pas:1p; -mît mettre ver 1004.84 1083.65 0.00 3.51 sub:imp:3s; -môle môle nom s 1.60 3.92 1.60 3.45 -môles môle nom p 1.60 3.92 0.00 0.47 -môme môme nom s 28.15 61.08 18.88 37.03 -mômeries mômerie nom f p 0.00 0.14 0.00 0.14 -mômes môme nom p 28.15 61.08 9.28 24.05 -mû mouvoir ver m s 1.75 13.18 0.19 1.96 par:pas; -mûr mûr adj m s 9.89 19.73 3.60 8.31 -mûre mûr adj f s 9.89 19.73 2.98 4.80 -mûrement mûrement adv 0.40 0.34 0.40 0.34 -mûres mûr adj f p 9.89 19.73 2.04 2.70 -mûri mûrir ver m s 3.77 8.24 1.32 1.42 par:pas; -mûrie mûrir ver f s 3.77 8.24 0.21 0.54 par:pas; -mûrier mûrier nom m s 0.48 0.74 0.20 0.27 -mûriers mûrier nom m p 0.48 0.74 0.28 0.47 -mûries mûrir ver f p 3.77 8.24 0.00 0.20 par:pas; -mûrir mûrir ver 3.77 8.24 1.11 2.70 inf; -mûrira mûrir ver 3.77 8.24 0.16 0.07 ind:fut:3s; -mûriraient mûrir ver 3.77 8.24 0.01 0.07 cnd:pre:3p; -mûrirez mûrir ver 3.77 8.24 0.00 0.07 ind:fut:2p; -mûris mûrir ver m p 3.77 8.24 0.23 0.27 imp:pre:2s;ind:pre:1s;ind:pre:2s;par:pas; -mûrissaient mûrir ver 3.77 8.24 0.14 0.27 ind:imp:3p; -mûrissait mûrir ver 3.77 8.24 0.00 0.74 ind:imp:3s; -mûrissant mûrir ver 3.77 8.24 0.02 0.00 par:pre; -mûrissante mûrissant adj f s 0.02 0.61 0.00 0.20 -mûrissantes mûrissant adj f p 0.02 0.61 0.01 0.14 -mûrissants mûrissant adj m p 0.02 0.61 0.00 0.14 -mûrisse mûrir ver 3.77 8.24 0.11 0.14 sub:pre:1s;sub:pre:3s; -mûrissement mûrissement nom m s 0.10 0.54 0.10 0.41 -mûrissements mûrissement nom m p 0.10 0.54 0.00 0.14 -mûrissent mûrir ver 3.77 8.24 0.15 0.61 ind:pre:3p; -mûrisseries mûrisserie nom f p 0.00 0.07 0.00 0.07 -mûrit mûrir ver 3.77 8.24 0.30 1.15 ind:pre:3s;ind:pas:3s; -mûron mûron nom m s 0.00 0.07 0.00 0.07 -mûrs mûr adj m p 9.89 19.73 1.27 3.92 -ma_jong ma_jong nom m s 0.02 0.07 0.02 0.07 -ma ma adj_pos 2346.90 1667.16 2346.90 1667.16 -maître_assistant maître_assistant nom m s 0.00 0.07 0.00 0.07 -maître_autel maître_autel nom m s 0.00 0.61 0.00 0.61 -maître_chanteur maître_chanteur nom m s 0.21 0.20 0.21 0.20 -maître_chien maître_chien nom m s 0.11 0.00 0.11 0.00 -maître_coq maître_coq nom m s 0.01 0.00 0.01 0.00 -maître_nageur maître_nageur nom m s 0.45 0.27 0.45 0.27 -maître_à_danser maître_à_danser nom m s 0.00 0.07 0.00 0.07 -maître_queux maître_queux nom m s 0.00 0.14 0.00 0.14 -maître maître nom m s 128.55 151.49 118.88 125.74 -maîtres maître nom m p 128.55 151.49 9.67 25.74 -maîtresse maîtresse nom f s 26.59 53.92 25.22 47.43 -maîtresses maîtresse nom f p 26.59 53.92 1.38 6.49 -maîtrisa maîtriser ver 15.57 14.93 0.01 0.81 ind:pas:3s; -maîtrisable maîtrisable adj f s 0.06 0.14 0.06 0.07 -maîtrisables maîtrisable adj p 0.06 0.14 0.00 0.07 -maîtrisaient maîtriser ver 15.57 14.93 0.05 0.34 ind:imp:3p; -maîtrisais maîtriser ver 15.57 14.93 0.16 0.07 ind:imp:1s;ind:imp:2s; -maîtrisait maîtriser ver 15.57 14.93 0.37 0.54 ind:imp:3s; -maîtrisant maîtriser ver 15.57 14.93 0.19 1.22 par:pre; -maîtrise maîtrise nom f s 4.22 7.70 4.16 7.70 -maîtrisent maîtriser ver 15.57 14.93 0.39 0.27 ind:pre:3p; -maîtriser maîtriser ver 15.57 14.93 5.85 8.24 inf; -maîtrisera maîtriser ver 15.57 14.93 0.08 0.00 ind:fut:3s; -maîtriserai maîtriser ver 15.57 14.93 0.16 0.00 ind:fut:1s; -maîtriseraient maîtriser ver 15.57 14.93 0.00 0.07 cnd:pre:3p; -maîtriserait maîtriser ver 15.57 14.93 0.01 0.07 cnd:pre:3s; -maîtriseras maîtriser ver 15.57 14.93 0.01 0.00 ind:fut:2s; -maîtriserez maîtriser ver 15.57 14.93 0.03 0.00 ind:fut:2p; -maîtriseriez maîtriser ver 15.57 14.93 0.02 0.00 cnd:pre:2p; -maîtriserons maîtriser ver 15.57 14.93 0.20 0.07 ind:fut:1p; -maîtriseront maîtriser ver 15.57 14.93 0.02 0.00 ind:fut:3p; -maîtrises maîtriser ver 15.57 14.93 0.81 0.00 ind:pre:2s; -maîtrisez maîtriser ver 15.57 14.93 1.05 0.20 imp:pre:2p;ind:pre:2p; -maîtrisiez maîtriser ver 15.57 14.93 0.05 0.00 ind:imp:2p; -maîtrisions maîtriser ver 15.57 14.93 0.03 0.07 ind:imp:1p;sub:pre:1p; -maîtrisons maîtriser ver 15.57 14.93 0.43 0.00 imp:pre:1p;ind:pre:1p; -maîtrisèrent maîtriser ver 15.57 14.93 0.02 0.07 ind:pas:3p; -maîtrisé maîtriser ver m s 15.57 14.93 1.23 1.01 par:pas; -maîtrisée maîtriser ver f s 15.57 14.93 0.29 0.41 par:pas; -maîtrisées maîtriser ver f p 15.57 14.93 0.01 0.14 par:pas; -maîtrisés maîtrisé adj m p 0.60 1.35 0.20 0.14 -maïa maïa nom m s 0.00 3.51 0.00 3.51 -maïs maïs nom m 6.33 6.42 6.33 6.42 -maïzena maïzena nom f s 0.03 0.20 0.03 0.20 -maboul maboul adj m s 0.97 1.35 0.61 0.68 -maboule maboul adj f s 0.97 1.35 0.30 0.47 -maboules maboul adj f p 0.97 1.35 0.03 0.14 -mabouls maboul nom m p 0.34 0.95 0.09 0.00 -mac mac nom m s 7.74 1.82 6.81 1.49 -macabre macabre adj s 2.63 3.51 2.26 2.70 -macabres macabre adj p 2.63 3.51 0.37 0.81 -macache macache adv 0.06 0.74 0.06 0.74 -macadam macadam nom m s 0.23 4.53 0.23 4.53 -macadamia macadamia nom m s 0.11 0.00 0.11 0.00 -macaque macaque nom s 1.72 0.41 1.44 0.14 -macaques macaque nom p 1.72 0.41 0.28 0.27 -macarel macarel ono 0.00 0.07 0.00 0.07 -macarelle macarelle ono 0.00 0.14 0.00 0.14 -macareux macareux nom m 0.01 0.27 0.01 0.27 -macaron macaron nom m s 0.34 1.35 0.12 0.61 -macaroni macaroni nom m s 3.11 2.43 1.37 1.01 -macaronique macaronique adj m s 0.00 0.14 0.00 0.14 -macaronis macaroni nom m p 3.11 2.43 1.74 1.42 -macarons macaron nom m p 0.34 1.35 0.22 0.74 -macassar macassar nom m s 0.00 0.14 0.00 0.14 -maccarthysme maccarthysme nom m s 0.05 0.00 0.05 0.00 -macchab macchab nom m s 0.09 0.74 0.07 0.47 -macchabs macchab nom m p 0.09 0.74 0.02 0.27 -macchabée macchabée nom m s 2.63 1.96 1.86 0.95 -macchabées macchabée nom m p 2.63 1.96 0.77 1.01 -macfarlane macfarlane nom m s 0.34 0.07 0.34 0.07 -mach mach nom m 0.07 0.07 0.07 0.07 -machaon machaon nom m s 0.01 0.00 0.01 0.00 -machette machette nom f s 2.64 1.35 1.88 1.22 -machettes machette nom f p 2.64 1.35 0.77 0.14 -machiavélique machiavélique adj s 0.57 0.54 0.50 0.54 -machiavéliques machiavélique adj p 0.57 0.54 0.07 0.00 -machiavélisme machiavélisme nom m s 0.01 0.47 0.01 0.41 -machiavélismes machiavélisme nom m p 0.01 0.47 0.00 0.07 -machin machin nom m s 14.60 14.32 12.34 10.07 -machina machiner ver 0.07 0.88 0.03 0.07 ind:pas:3s; -machinaient machiner ver 0.07 0.88 0.00 0.07 ind:imp:3p; -machinal machinal adj m s 0.20 6.01 0.16 4.26 -machinale machinal adj f s 0.20 6.01 0.02 0.74 -machinalement machinalement adv 0.39 22.77 0.39 22.77 -machinales machinal adj f p 0.20 6.01 0.01 0.41 -machination machination nom f s 1.51 2.16 1.14 1.55 -machinations machination nom f p 1.51 2.16 0.37 0.61 -machinaux machinal adj m p 0.20 6.01 0.01 0.61 -machinchouette machinchouette nom s 0.00 0.14 0.00 0.14 -machine_outil machine_outil nom f s 0.11 0.47 0.00 0.07 -machine machine nom f s 67.72 85.00 44.94 58.99 -machiner machiner ver 0.07 0.88 0.02 0.14 inf; -machinerie machinerie nom f s 0.23 2.97 0.18 2.77 -machineries machinerie nom f p 0.23 2.97 0.05 0.20 -machine_outil machine_outil nom f p 0.11 0.47 0.11 0.41 -machines machine nom f p 67.72 85.00 22.79 26.01 -machinette machinette nom f s 0.01 0.07 0.01 0.07 -machinique machinique adj f s 0.00 0.07 0.00 0.07 -machinisme machinisme nom m s 0.00 0.74 0.00 0.74 -machiniste machiniste nom s 1.51 1.15 1.30 0.61 -machinistes machiniste nom p 1.51 1.15 0.20 0.54 -machino machino nom m s 0.02 0.07 0.01 0.00 -machinos machino nom m p 0.02 0.07 0.01 0.07 -machins machin nom m p 14.60 14.32 2.26 4.26 -machiné machiner ver m s 0.07 0.88 0.02 0.27 par:pas; -machinée machiner ver f s 0.07 0.88 0.00 0.14 par:pas; -machinées machiner ver f p 0.07 0.88 0.00 0.14 par:pas; -machinés machiner ver m p 0.07 0.88 0.00 0.07 par:pas; -machisme machisme nom m s 0.36 0.20 0.36 0.20 -machiste machiste adj s 0.41 0.41 0.38 0.34 -machistes machiste adj p 0.41 0.41 0.02 0.07 -machmètre machmètre nom m s 0.02 0.00 0.02 0.00 -macho macho nom m s 3.19 0.74 2.34 0.54 -machos macho nom m p 3.19 0.74 0.84 0.20 -macintosh macintosh nom m s 0.26 0.07 0.26 0.07 -macis macis nom m 0.01 0.00 0.01 0.00 -mackintosh mackintosh nom m s 0.00 0.27 0.00 0.27 -macoute macoute adj m s 0.14 0.07 0.03 0.00 -macoutes macoute adj m p 0.14 0.07 0.11 0.07 -macramé macramé nom m s 0.14 0.68 0.14 0.68 -macres macre nom f p 0.00 0.27 0.00 0.27 -macreuse macreuse nom f s 0.02 0.07 0.02 0.00 -macreuses macreuse nom f p 0.02 0.07 0.00 0.07 -macro macro nom s 0.20 0.00 0.20 0.00 -macrobiotique macrobiotique adj s 0.16 0.20 0.16 0.20 -macroclimat macroclimat nom m s 0.00 0.07 0.00 0.07 -macrocosme macrocosme nom m s 0.00 0.14 0.00 0.14 -macrolide macrolide nom m s 0.01 0.00 0.01 0.00 -macrophage macrophage nom m s 0.01 0.00 0.01 0.00 -macroscopique macroscopique adj m s 0.00 0.07 0.00 0.07 -macroéconomie macroéconomie nom f s 0.02 0.00 0.02 0.00 -macs mac nom m p 7.74 1.82 0.93 0.34 -macère macérer ver 0.32 1.82 0.03 0.07 imp:pre:2s;ind:pre:3s; -macèrent macérer ver 0.32 1.82 0.00 0.14 ind:pre:3p; -macédoine macédoine nom f s 0.14 0.54 0.14 0.41 -macédoines macédoine nom f p 0.14 0.54 0.00 0.14 -macédonien macédonien nom m s 0.23 0.20 0.23 0.20 -macédonienne macédonien adj f s 0.19 0.14 0.15 0.00 -macédoniennes macédonien adj f p 0.19 0.14 0.01 0.00 -macula macula nom f s 0.01 0.00 0.01 0.00 -maculage maculage nom m s 0.00 0.07 0.00 0.07 -maculaient maculer ver 0.59 7.70 0.00 0.20 ind:imp:3p; -maculait maculer ver 0.59 7.70 0.00 0.20 ind:imp:3s; -maculant maculer ver 0.59 7.70 0.01 0.27 par:pre; -maculation maculation nom f s 0.00 0.07 0.00 0.07 -maculature maculature nom f s 0.00 0.07 0.00 0.07 -macule maculer ver 0.59 7.70 0.10 0.14 ind:pre:3s; -maculent maculer ver 0.59 7.70 0.01 0.14 ind:pre:3p; -maculer maculer ver 0.59 7.70 0.02 0.27 inf; -macules macule nom f p 0.00 0.20 0.00 0.14 -maculèrent maculer ver 0.59 7.70 0.00 0.07 ind:pas:3p; -maculé maculer ver m s 0.59 7.70 0.28 1.96 par:pas; -maculée maculer ver f s 0.59 7.70 0.06 1.08 par:pas; -maculées maculer ver f p 0.59 7.70 0.04 1.49 par:pas; -maculés maculer ver m p 0.59 7.70 0.08 1.82 par:pas; -macumba macumba nom f s 1.20 0.00 1.20 0.00 -macérai macérer ver 0.32 1.82 0.00 0.07 ind:pas:1s; -macéraient macérer ver 0.32 1.82 0.00 0.07 ind:imp:3p; -macérait macérer ver 0.32 1.82 0.00 0.07 ind:imp:3s; -macération macération nom f s 0.04 0.74 0.04 0.47 -macérations macération nom f p 0.04 0.74 0.00 0.27 -macérer macérer ver 0.32 1.82 0.23 0.54 inf; -macéré macérer ver m s 0.32 1.82 0.04 0.41 par:pas; -macérée macérer ver f s 0.32 1.82 0.00 0.41 par:pas; -macérés macérer ver m p 0.32 1.82 0.02 0.07 par:pas; -madame madame nom_sup f 307.36 203.45 249.32 198.72 -madapolam madapolam nom m s 0.00 0.20 0.00 0.20 -made_in made_in adv 1.06 0.88 1.06 0.88 -madeleine madeleine nom f s 0.98 1.89 0.37 0.95 -madeleines madeleine nom f p 0.98 1.89 0.61 0.95 -mademoiselle mademoiselle nom f s 73.98 62.36 73.98 62.30 -mademoiselles mademoiselle nom f p 73.98 62.36 0.00 0.07 -madone madone nom f s 5.25 5.14 4.90 4.39 -madones madone nom f p 5.25 5.14 0.35 0.74 -madrague madrague nom f s 0.02 0.00 0.02 0.00 -madras madras nom m 0.03 1.49 0.03 1.49 -madre_de_dios madre_de_dios nom s 0.00 0.07 0.00 0.07 -madre madre nom m s 0.62 0.00 0.62 0.00 -madrier madrier nom m s 0.14 3.24 0.00 0.61 -madriers madrier nom m p 0.14 3.24 0.14 2.64 -madrigal madrigal nom m s 0.14 1.28 0.12 0.68 -madrigaux madrigal nom m p 0.14 1.28 0.03 0.61 -madrilène madrilène adj s 0.30 0.61 0.30 0.47 -madrilènes madrilène nom p 0.37 0.27 0.10 0.20 -madré madré adj m s 0.00 0.27 0.00 0.20 -madrée madré adj f s 0.00 0.27 0.00 0.07 -madrépore madrépore nom m s 0.00 0.27 0.00 0.14 -madrépores madrépore nom m p 0.00 0.27 0.00 0.14 -madrés madré nom m p 0.00 0.07 0.00 0.07 -madère madère nom m s 0.11 0.68 0.11 0.68 -maelström maelström nom m s 0.00 0.41 0.00 0.41 -maelstrom maelstrom nom m s 0.14 0.07 0.14 0.07 -maestria maestria nom f s 0.02 0.41 0.02 0.41 -maestro maestro nom m s 5.96 0.47 5.96 0.47 -maffia maffia nom f s 0.00 0.54 0.00 0.54 -maffieux maffieux nom m 0.01 0.00 0.01 0.00 -maffiosi maffioso nom m p 0.01 0.00 0.01 0.00 -mafflu mafflu adj m s 0.00 0.41 0.00 0.27 -mafflue mafflu adj f s 0.00 0.41 0.00 0.07 -mafflus mafflu adj m p 0.00 0.41 0.00 0.07 -mafia mafia nom f s 11.56 2.97 11.34 2.91 -mafias mafia nom f p 11.56 2.97 0.23 0.07 -mafieuse mafieux adj f s 1.18 0.20 0.34 0.14 -mafieuses mafieux adj f p 1.18 0.20 0.25 0.00 -mafieux mafieux nom m 0.94 0.00 0.94 0.00 -mafiosi mafioso nom m p 0.73 0.14 0.20 0.00 -mafioso mafioso nom m s 0.73 0.14 0.54 0.14 -maganer maganer ver 0.03 0.00 0.03 0.00 inf; -magasin magasin nom m s 60.62 65.54 51.97 45.61 -magasinage magasinage nom m s 0.03 0.00 0.03 0.00 -magasine magasiner ver 0.83 0.00 0.37 0.00 imp:pre:2s;ind:pre:1s;ind:pre:3s; -magasiner magasiner ver 0.83 0.00 0.27 0.00 inf; -magasines magasiner ver 0.83 0.00 0.20 0.00 ind:pre:2s; -magasinier magasinier nom m s 0.55 1.15 0.53 0.68 -magasiniers magasinier nom m p 0.55 1.15 0.01 0.47 -magasinière magasinier nom f s 0.55 1.15 0.01 0.00 -magasins magasin nom m p 60.62 65.54 8.65 19.93 -magazine magazine nom m s 21.42 16.15 14.03 7.03 -magazines magazine nom m p 21.42 16.15 7.39 9.12 -magdalénien magdalénien adj m s 0.14 0.20 0.00 0.07 -magdaléniennes magdalénien adj f p 0.14 0.20 0.14 0.14 -mage mage nom m s 1.57 2.57 0.53 0.95 -magenta magenta adj p 0.07 0.00 0.07 0.00 -mages mage nom m p 1.57 2.57 1.04 1.62 -maghrébin maghrébin adj m s 0.14 0.54 0.14 0.27 -maghrébine maghrébin nom f s 0.81 0.95 0.00 0.14 -maghrébines maghrébin nom f p 0.81 0.95 0.00 0.41 -maghrébins maghrébin nom m p 0.81 0.95 0.67 0.34 -maghzen maghzen nom m s 0.00 0.07 0.00 0.07 -magicien magicien nom m s 13.76 4.05 12.07 2.77 -magicienne magicien nom f s 13.76 4.05 0.53 0.61 -magiciens magicien nom m p 13.76 4.05 1.17 0.68 -magico magico adv 0.03 0.00 0.03 0.00 -magie magie nom f s 25.66 15.20 25.58 15.14 -magies magie nom f p 25.66 15.20 0.07 0.07 -magique magique adj s 26.93 25.88 21.84 19.80 -magiquement magiquement adv 0.14 1.35 0.14 1.35 -magiques magique adj p 26.93 25.88 5.09 6.08 -magister magister nom m s 0.10 1.08 0.10 0.95 -magisters magister nom m p 0.10 1.08 0.00 0.14 -magistral magistral adj m s 1.69 3.72 1.34 2.09 -magistrale magistral adj f s 1.69 3.72 0.33 1.22 -magistralement magistralement adv 0.07 0.54 0.07 0.54 -magistrales magistral adj f p 1.69 3.72 0.01 0.27 -magistrat magistrat nom m s 3.28 6.01 2.71 2.64 -magistrate magistrat nom f s 3.28 6.01 0.16 0.00 -magistrats magistrat nom m p 3.28 6.01 0.41 3.38 -magistrature magistrature nom f s 1.12 0.95 1.12 0.88 -magistratures magistrature nom f p 1.12 0.95 0.00 0.07 -magistraux magistral adj m p 1.69 3.72 0.01 0.14 -magistère magistère nom m s 0.00 0.07 0.00 0.07 -magma magma nom m s 0.33 3.45 0.33 3.38 -magmas magma nom m p 0.33 3.45 0.00 0.07 -magmatique magmatique adj f s 0.04 0.00 0.03 0.00 -magmatiques magmatique adj p 0.04 0.00 0.01 0.00 -magna magner ver 6.36 2.23 0.22 0.00 ind:pas:3s; -magnait magner ver 6.36 2.23 0.00 0.07 ind:imp:3s; -magnaneries magnanerie nom f p 0.00 0.14 0.00 0.14 -magnanime magnanime adj s 1.09 2.09 1.03 1.55 -magnanimes magnanime adj p 1.09 2.09 0.06 0.54 -magnanimité magnanimité nom f s 0.13 0.68 0.13 0.68 -magnans magnan nom m p 0.00 0.07 0.00 0.07 -magnat magnat nom m s 0.96 1.42 0.83 1.28 -magnats magnat nom m p 0.96 1.42 0.13 0.14 -magne magner ver 6.36 2.23 2.38 1.22 imp:pre:2s;ind:pre:1s;ind:pre:3s; -magnent magner ver 6.36 2.23 0.05 0.00 ind:pre:3p; -magner magner ver 6.36 2.23 0.20 0.41 inf; -magnes magner ver 6.36 2.23 0.11 0.47 ind:pre:2s;sub:pre:2s; -magnez magner ver 6.36 2.23 3.34 0.00 imp:pre:2p;ind:pre:2p; -magnifiaient magnifier ver 0.56 2.43 0.00 0.07 ind:imp:3p; -magnifiais magnifier ver 0.56 2.43 0.00 0.07 ind:imp:1s; -magnifiait magnifier ver 0.56 2.43 0.10 0.34 ind:imp:3s; -magnifiant magnifier ver 0.56 2.43 0.00 0.20 par:pre; -magnificat magnificat nom m 0.00 0.54 0.00 0.54 -magnificence magnificence nom f s 0.27 1.96 0.27 1.82 -magnificences magnificence nom f p 0.27 1.96 0.00 0.14 -magnifie magnifier ver 0.56 2.43 0.03 0.20 imp:pre:2s;ind:pre:3s; -magnifient magnifier ver 0.56 2.43 0.00 0.14 ind:pre:3p; -magnifier magnifier ver 0.56 2.43 0.15 0.54 inf; -magnifiez magnifier ver 0.56 2.43 0.00 0.14 ind:pre:2p; -magnifique magnifique adj s 88.22 27.70 78.72 22.91 -magnifiquement magnifiquement adv 1.43 2.77 1.43 2.77 -magnifiques magnifique adj p 88.22 27.70 9.51 4.80 -magnifié magnifier ver m s 0.56 2.43 0.00 0.20 par:pas; -magnifiée magnifier ver f s 0.56 2.43 0.29 0.34 par:pas; -magnifiées magnifier ver f p 0.56 2.43 0.00 0.07 par:pas; -magnifiés magnifier ver m p 0.56 2.43 0.00 0.14 par:pas; -magnitude magnitude nom f s 0.25 0.00 0.25 0.00 -magnolia magnolia nom m s 0.14 3.04 0.10 1.49 -magnolias magnolia nom m p 0.14 3.04 0.05 1.55 -magnons magner ver 6.36 2.23 0.04 0.07 imp:pre:1p; -magné magner ver m s 6.36 2.23 0.01 0.00 par:pas; -magnum magnum nom m s 3.69 1.76 3.62 1.55 -magnums magnum nom m p 3.69 1.76 0.07 0.20 -magnésie magnésie nom f s 0.07 0.14 0.07 0.14 -magnésium magnésium nom m s 0.75 1.08 0.75 1.08 -magnétique magnétique adj s 5.11 3.38 3.74 2.64 -magnétiquement magnétiquement adv 0.13 0.00 0.13 0.00 -magnétiques magnétique adj p 5.11 3.38 1.37 0.74 -magnétisait magnétiser ver 0.14 0.41 0.01 0.07 ind:imp:3s; -magnétise magnétiser ver 0.14 0.41 0.00 0.07 ind:pre:3s; -magnétiseur magnétiseur nom m s 0.01 0.07 0.01 0.00 -magnétiseuses magnétiseur nom f p 0.01 0.07 0.00 0.07 -magnétisme magnétisme nom m s 1.41 0.68 1.41 0.61 -magnétismes magnétisme nom m p 1.41 0.68 0.00 0.07 -magnétisé magnétiser ver m s 0.14 0.41 0.04 0.07 par:pas; -magnétisée magnétiser ver f s 0.14 0.41 0.03 0.07 par:pas; -magnétisées magnétiser ver f p 0.14 0.41 0.04 0.00 par:pas; -magnétisés magnétiser ver m p 0.14 0.41 0.03 0.14 par:pas; -magnétite magnétite nom f s 0.07 0.00 0.07 0.00 -magnéto magnéto nom s 2.89 1.62 2.78 1.35 -magnétomètre magnétomètre nom m s 0.04 0.00 0.04 0.00 -magnétophone magnétophone nom m s 2.70 3.51 2.27 3.24 -magnétophones magnétophone nom m p 2.70 3.51 0.43 0.27 -magnétos magnéto nom p 2.89 1.62 0.11 0.27 -magnétoscope magnétoscope nom m s 2.12 0.81 1.98 0.34 -magnétoscopes magnétoscope nom m p 2.12 0.81 0.14 0.47 -magnétron magnétron nom m s 0.01 0.00 0.01 0.00 -magot magot nom m s 2.24 4.39 2.24 3.51 -magots magot nom m p 2.24 4.39 0.00 0.88 -magouillais magouiller ver 0.69 0.41 0.01 0.14 ind:imp:1s;ind:imp:2s; -magouillait magouiller ver 0.69 0.41 0.03 0.00 ind:imp:3s; -magouillant magouiller ver 0.69 0.41 0.03 0.00 par:pre; -magouille magouille nom f s 2.73 1.35 1.03 0.68 -magouiller magouiller ver 0.69 0.41 0.14 0.14 inf; -magouilles magouille nom f p 2.73 1.35 1.69 0.68 -magouilleur magouilleur nom m s 0.43 0.20 0.29 0.00 -magouilleurs magouilleur nom m p 0.43 0.20 0.14 0.20 -magouillez magouiller ver 0.69 0.41 0.06 0.07 ind:pre:2p; -magouillé magouiller ver m s 0.69 0.41 0.42 0.07 par:pas; -magret magret nom m s 0.01 0.00 0.01 0.00 -magyar magyar adj m s 0.11 0.14 0.10 0.00 -magyare magyar adj f s 0.11 0.14 0.01 0.00 -magyares magyar adj f p 0.11 0.14 0.00 0.07 -magyars magyar nom m p 0.10 0.00 0.10 0.00 -mah_jong mah_jong nom m s 1.54 0.20 1.54 0.20 -maharadja maharadja nom m s 0.14 0.00 0.13 0.00 -maharadjah maharadjah nom m s 1.47 0.68 1.47 0.47 -maharadjahs maharadjah nom m p 1.47 0.68 0.00 0.20 -maharadjas maharadja nom m p 0.14 0.00 0.01 0.00 -maharaja maharaja nom m s 0.02 0.07 0.02 0.00 -maharajah maharajah nom m s 0.51 0.20 0.48 0.07 -maharajahs maharajah nom m p 0.51 0.20 0.02 0.14 -maharajas maharaja nom m p 0.02 0.07 0.00 0.07 -maharani maharani nom f s 1.12 0.14 1.12 0.14 -mahatma mahatma nom m s 0.04 0.07 0.04 0.00 -mahatmas mahatma nom m p 0.04 0.07 0.00 0.07 -mahométan mahométan nom m s 0.01 0.27 0.01 0.07 -mahométane mahométan adj f s 0.01 0.20 0.00 0.07 -mahométans mahométan adj m p 0.01 0.20 0.01 0.07 -mahonia mahonia nom m s 0.00 0.61 0.00 0.41 -mahonias mahonia nom m p 0.00 0.61 0.00 0.20 -mahousse mahousse adj f s 0.03 1.35 0.01 1.08 -mahousses mahousse adj f p 0.03 1.35 0.02 0.27 -mai mai nom s 24.34 45.88 24.34 45.88 -maid maid nom f s 0.13 0.07 0.13 0.07 -maie maie nom f s 0.01 1.22 0.00 1.08 -maies maie nom f p 0.01 1.22 0.01 0.14 -maigre maigre adj s 12.73 62.70 11.10 41.82 -maigrelet maigrelet nom m s 0.27 0.00 0.27 0.00 -maigrelets maigrelet adj m p 0.10 1.01 0.02 0.14 -maigrelette maigrelet adj f s 0.10 1.01 0.00 0.27 -maigrelettes maigrelet adj f p 0.10 1.01 0.01 0.07 -maigrement maigrement adv 0.00 0.27 0.00 0.27 -maigres maigre adj p 12.73 62.70 1.64 20.88 -maigreur maigreur nom f s 0.04 3.99 0.04 3.99 -maigri maigrir ver m s 5.70 8.99 2.81 4.19 par:pas; -maigrichon maigrichon adj m s 1.25 2.30 0.69 0.81 -maigrichonne maigrichon adj f s 1.25 2.30 0.43 0.81 -maigrichonnes maigrichon adj f p 1.25 2.30 0.10 0.41 -maigrichons maigrichon nom m p 0.93 0.61 0.08 0.00 -maigrie maigrir ver f s 5.70 8.99 0.00 0.20 par:pas; -maigriot maigriot nom m s 0.01 0.14 0.01 0.14 -maigrir maigrir ver 5.70 8.99 2.10 2.23 inf; -maigris maigrir ver m p 5.70 8.99 0.36 0.34 imp:pre:2s;ind:pre:1s;ind:pre:2s;par:pas; -maigrissais maigrir ver 5.70 8.99 0.00 0.27 ind:imp:1s; -maigrissait maigrir ver 5.70 8.99 0.02 0.68 ind:imp:3s; -maigrissant maigrir ver 5.70 8.99 0.01 0.07 par:pre; -maigrisse maigrir ver 5.70 8.99 0.04 0.07 sub:pre:1s;sub:pre:3s; -maigrissent maigrir ver 5.70 8.99 0.03 0.14 ind:pre:3p; -maigrisses maigrir ver 5.70 8.99 0.14 0.14 sub:pre:2s; -maigrissez maigrir ver 5.70 8.99 0.05 0.07 imp:pre:2p;ind:pre:2p; -maigrit maigrir ver 5.70 8.99 0.14 0.61 ind:pre:3s;ind:pas:3s; -mail_coach mail_coach nom m s 0.00 0.14 0.00 0.14 -mail mail nom m s 3.29 1.62 2.23 1.62 -mailer mailer ver 0.18 0.00 0.08 0.00 inf; -mailing mailing nom m s 0.04 0.00 0.04 0.00 -maillait mailler ver 0.02 0.27 0.00 0.07 ind:imp:3s; -maille maille nom f s 1.09 9.66 0.71 2.70 -maillechort maillechort nom m s 0.00 0.14 0.00 0.14 -mailler mailler ver 0.02 0.27 0.02 0.00 inf; -mailles maille nom f p 1.09 9.66 0.39 6.96 -maillet maillet nom m s 0.46 2.16 0.41 1.69 -maillets maillet nom m p 0.46 2.16 0.05 0.47 -mailloche mailloche nom f s 0.00 0.47 0.00 0.47 -maillon maillon nom m s 1.12 3.18 0.94 1.89 -maillons maillon nom m p 1.12 3.18 0.19 1.28 -maillot maillot nom m s 9.88 18.99 8.44 15.27 -maillotin maillotin nom m s 0.00 0.14 0.00 0.07 -maillotins maillotin nom m p 0.00 0.14 0.00 0.07 -maillots maillot nom m p 9.88 18.99 1.44 3.72 -maillé maillé adj m s 0.01 0.14 0.00 0.14 -maillés maillé adj m p 0.01 0.14 0.01 0.00 -mails mail nom m p 3.29 1.62 1.05 0.00 -mailé mailer ver m s 0.18 0.00 0.10 0.00 par:pas; -main_courante main_courante nom f s 0.01 0.07 0.01 0.07 -main_d_oeuvre main_d_oeuvre nom f s 0.89 1.62 0.89 1.62 -main_forte main_forte nom f 0.36 0.41 0.36 0.41 -main main nom s 499.60 1229.39 286.62 788.72 -mainate mainate nom m s 0.03 0.74 0.03 0.74 -maincourantier maincourantier nom m s 0.00 0.07 0.00 0.07 -mainlevée mainlevée nom f s 0.01 0.00 0.01 0.00 -mainmise mainmise nom f s 0.14 1.42 0.14 1.42 -mains main nom f p 499.60 1229.39 212.97 440.68 -maint maint adj_ind m s 1.27 0.41 1.27 0.41 -maintînt maintenir ver 121.36 98.51 0.00 0.07 sub:imp:3s; -mainte mainte adj_ind f s 0.20 1.22 0.20 1.22 -maintenaient maintenir ver 121.36 98.51 0.23 2.09 ind:imp:3p; -maintenais maintenir ver 121.36 98.51 0.27 0.47 ind:imp:1s;ind:imp:2s; -maintenait maintenir ver 121.36 98.51 0.32 7.36 ind:imp:3s; -maintenance maintenance nom f s 3.89 0.14 3.89 0.14 -maintenant maintenant adv_sup 1028.86 496.76 1028.86 496.76 -mainteneur mainteneur nom m s 0.00 0.14 0.00 0.07 -mainteneurs mainteneur nom m p 0.00 0.14 0.00 0.07 -maintenez maintenir ver 121.36 98.51 4.28 0.34 imp:pre:2p;ind:pre:2p; -mainteniez maintenir ver 121.36 98.51 0.01 0.00 ind:imp:2p; -maintenions maintenir ver 121.36 98.51 0.04 0.20 ind:imp:1p; -maintenir maintenir ver 121.36 98.51 10.27 21.76 inf; -maintenons maintenir ver 121.36 98.51 0.58 0.34 imp:pre:1p;ind:pre:1p; -maintenu maintenir ver m s 121.36 98.51 1.73 3.78 par:pas; -maintenue maintenir ver f s 121.36 98.51 0.95 2.43 par:pas; -maintenues maintenir ver f p 121.36 98.51 0.14 1.35 par:pas; -maintenus maintenir ver m p 121.36 98.51 0.20 2.23 par:pas; -maintes maintes adj_ind f p 2.36 9.86 2.36 9.86 -maintien maintien nom m s 2.13 10.14 1.87 10.14 -maintiendra maintenir ver 121.36 98.51 0.25 0.34 ind:fut:3s; -maintiendrai maintenir ver 121.36 98.51 0.19 0.14 ind:fut:1s; -maintiendraient maintenir ver 121.36 98.51 0.01 0.14 cnd:pre:3p; -maintiendrait maintenir ver 121.36 98.51 0.02 0.20 cnd:pre:3s; -maintiendras maintenir ver 121.36 98.51 0.04 0.07 ind:fut:2s; -maintiendriez maintenir ver 121.36 98.51 0.00 0.07 cnd:pre:2p; -maintiendrons maintenir ver 121.36 98.51 0.25 0.07 ind:fut:1p; -maintiendront maintenir ver 121.36 98.51 0.08 0.14 ind:fut:3p; -maintienne maintenir ver 121.36 98.51 0.41 0.41 sub:pre:1s;sub:pre:3s; -maintiennent maintenir ver 121.36 98.51 0.44 1.28 ind:pre:3p; -maintiennes maintenir ver 121.36 98.51 0.05 0.00 sub:pre:2s; -maintiens maintenir ver 121.36 98.51 2.17 1.55 imp:pre:2s;ind:pre:1s;ind:pre:2s; -maintient maintenir ver 121.36 98.51 2.63 4.39 ind:pre:3s; -maintinrent maintenir ver 121.36 98.51 0.00 0.34 ind:pas:3p; -maintins maintenir ver 121.36 98.51 0.01 0.34 ind:pas:1s; -maintint maintenir ver 121.36 98.51 0.14 2.03 ind:pas:3s; -maints maints adj_ind m p 0.34 4.39 0.34 4.39 -maire maire nom m s 28.17 13.85 27.91 13.11 -maires maire nom m p 28.17 13.85 0.27 0.61 -mairesse maire nom f s 28.17 13.85 0.00 0.14 -mairie mairie nom f s 13.55 15.95 13.48 15.00 -mairies mairie nom f p 13.55 15.95 0.07 0.95 -mais mais con 5179.05 4463.72 5179.05 4463.72 -maison_mère maison_mère nom f s 0.12 0.14 0.12 0.14 -maison maison nom s 605.75 575.34 570.30 461.55 -maisonnette maisonnette nom f s 0.57 7.97 0.56 5.68 -maisonnettes maisonnette nom f p 0.57 7.97 0.02 2.30 -maisonnée maisonnée nom f s 0.33 1.82 0.33 1.76 -maisonnées maisonnée nom f p 0.33 1.82 0.00 0.07 -maisons maison nom f p 605.75 575.34 35.44 113.78 -maja maja nom f s 0.54 0.14 0.54 0.14 -majesté majesté nom f s 43.43 22.57 42.84 22.30 -majestueuse majestueux adj f s 1.79 11.08 0.53 4.80 -majestueusement majestueusement adv 0.06 1.22 0.06 1.22 -majestueuses majestueux adj f p 1.79 11.08 0.17 0.81 -majestueux majestueux adj m 1.79 11.08 1.09 5.47 -majestés majesté nom f p 43.43 22.57 0.58 0.27 -majeur majeur adj m s 10.45 11.55 4.29 3.85 -majeure majeur adj f s 10.45 11.55 4.81 5.20 -majeures majeur adj f p 10.45 11.55 0.55 1.15 -majeurs majeur adj m p 10.45 11.55 0.81 1.35 -majo majo adj m s 0.00 0.14 0.00 0.14 -majolique majolique nom f s 0.01 0.14 0.01 0.14 -major_général major_général nom s 0.02 0.34 0.02 0.34 -major major nom s 16.95 8.38 16.45 8.04 -majora majorer ver 0.05 0.34 0.00 0.07 ind:pas:3s; -majoral majoral nom m s 0.00 0.07 0.00 0.07 -majorat majorat nom m s 0.00 0.20 0.00 0.20 -majoration majoration nom f s 0.03 0.27 0.03 0.27 -majordome majordome nom m s 2.87 1.42 2.66 1.28 -majordomes majordome nom m p 2.87 1.42 0.20 0.14 -majore majorer ver 0.05 0.34 0.00 0.14 ind:pre:1s;ind:pre:3s; -majorer majorer ver 0.05 0.34 0.04 0.14 inf; -majorette majorette nom f s 1.11 0.61 0.57 0.27 -majorettes majorette nom f p 1.11 0.61 0.54 0.34 -majoritaire majoritaire adj s 1.04 0.61 0.52 0.54 -majoritairement majoritairement adv 0.12 0.00 0.12 0.00 -majoritaires majoritaire adj f p 1.04 0.61 0.52 0.07 -majorité majorité nom f s 11.43 12.57 11.41 12.36 -majorités majorité nom f p 11.43 12.57 0.01 0.20 -majors major nom p 16.95 8.38 0.49 0.34 -majorée majorer ver f s 0.05 0.34 0.01 0.00 par:pas; -majuscule majuscule adj s 0.80 1.69 0.76 0.88 -majuscules majuscule nom f p 0.85 2.84 0.76 2.03 -maki maki nom m s 0.12 0.00 0.12 0.00 -mal_aimé mal_aimé nom m s 0.21 0.07 0.03 0.00 -mal_aimé mal_aimé nom f s 0.21 0.07 0.01 0.07 -mal_aimé mal_aimé nom m p 0.21 0.07 0.17 0.00 -mal_baisé mal_baisé nom m s 0.00 0.20 0.00 0.07 -mal_baisé mal_baisé nom f s 0.00 0.20 0.00 0.14 -mal_pensant mal_pensant adj f s 0.00 0.07 0.00 0.07 -mal_pensant mal_pensant nom m p 0.14 0.07 0.14 0.07 -mal_être mal_être nom m s 0.34 0.20 0.34 0.20 -mal mal adv_sup 453.95 349.46 453.95 349.46 -malabar malabar adj m s 1.30 0.00 1.27 0.00 -malabars malabar nom m p 1.52 1.28 0.46 0.68 -malachite malachite nom f s 0.01 0.27 0.01 0.27 -malade malade adj s 158.27 73.92 147.50 66.22 -malades malade nom f p 41.24 43.18 15.57 17.03 -maladie maladie nom f s 66.04 60.68 52.18 49.59 -maladies maladie nom f p 66.04 60.68 13.86 11.08 -maladif maladif adj m s 1.44 5.14 0.86 2.03 -maladifs maladif adj m p 1.44 5.14 0.02 0.14 -maladive maladif adj f s 1.44 5.14 0.53 2.84 -maladivement maladivement adv 0.45 0.20 0.45 0.20 -maladives maladif adj f p 1.44 5.14 0.02 0.14 -maladrerie maladrerie nom f s 0.01 0.00 0.01 0.00 -maladresse maladresse nom f s 1.02 9.73 0.97 8.24 -maladresses maladresse nom f p 1.02 9.73 0.05 1.49 -maladroit maladroit adj m s 7.52 18.58 4.57 7.77 -maladroite maladroit adj f s 7.52 18.58 2.29 4.53 -maladroitement maladroitement adv 0.27 9.59 0.27 9.59 -maladroites maladroit adj f p 7.52 18.58 0.11 2.16 -maladroits maladroit adj m p 7.52 18.58 0.55 4.12 -malaga malaga nom m s 0.84 1.28 0.84 1.28 -malaire malaire adj s 0.10 0.00 0.10 0.00 -malais malais adj m 0.58 0.61 0.58 0.61 -malaise malaise nom s 6.55 25.14 6.34 23.38 -malaises malaise nom p 6.55 25.14 0.21 1.76 -malaisien malaisien adj m s 0.06 0.00 0.04 0.00 -malaisienne malaisien adj f s 0.06 0.00 0.02 0.00 -malaisiens malaisien nom m p 0.06 0.00 0.02 0.00 -malaisé malaisé adj m s 0.16 2.36 0.13 1.28 -malaisée malaisé adj f s 0.16 2.36 0.01 0.47 -malaisées malaisé adj f p 0.16 2.36 0.01 0.20 -malaisément malaisément adv 0.00 0.95 0.00 0.95 -malaisés malaisé adj m p 0.16 2.36 0.01 0.41 -malandrin malandrin nom m s 0.32 0.61 0.04 0.14 -malandrins malandrin nom m p 0.32 0.61 0.28 0.47 -malappris malappris nom m 0.17 0.20 0.16 0.20 -malapprise malappris nom f s 0.17 0.20 0.01 0.00 -malard malard nom m s 0.01 0.74 0.00 0.68 -malards malard nom m p 0.01 0.74 0.01 0.07 -malaria malaria nom f s 1.57 0.54 1.57 0.47 -malarias malaria nom f p 1.57 0.54 0.00 0.07 -malaventures malaventure nom f p 0.00 0.07 0.00 0.07 -malavisé malavisé adj m s 0.20 0.07 0.17 0.07 -malavisée malavisé adj f s 0.20 0.07 0.04 0.00 -malaxa malaxer ver 0.76 1.89 0.00 0.07 ind:pas:3s; -malaxaient malaxer ver 0.76 1.89 0.00 0.14 ind:imp:3p; -malaxait malaxer ver 0.76 1.89 0.00 0.20 ind:imp:3s; -malaxant malaxer ver 0.76 1.89 0.00 0.20 par:pre; -malaxe malaxer ver 0.76 1.89 0.28 0.27 imp:pre:2s;ind:pre:1s;ind:pre:3s; -malaxer malaxer ver 0.76 1.89 0.45 0.34 inf; -malaxera malaxer ver 0.76 1.89 0.00 0.07 ind:fut:3s; -malaxeur malaxeur nom m s 0.04 0.00 0.04 0.00 -malaxez malaxer ver 0.76 1.89 0.00 0.07 imp:pre:2p; -malaxé malaxer ver m s 0.76 1.89 0.02 0.20 par:pas; -malaxée malaxer ver f s 0.76 1.89 0.00 0.20 par:pas; -malaxées malaxer ver f p 0.76 1.89 0.00 0.07 par:pas; -malaxés malaxer ver m p 0.76 1.89 0.00 0.07 par:pas; -malchance malchance nom f s 5.68 4.80 5.68 4.53 -malchances malchance nom f p 5.68 4.80 0.00 0.27 -malchanceuse malchanceux adj f s 0.94 1.42 0.27 0.27 -malchanceuses malchanceux adj f p 0.94 1.42 0.04 0.07 -malchanceux malchanceux nom m 0.80 0.81 0.79 0.81 -malcommode malcommode adj m s 0.04 0.54 0.04 0.47 -malcommodes malcommode adj p 0.04 0.54 0.00 0.07 -malcontent malcontent adj m s 0.00 0.14 0.00 0.07 -malcontents malcontent adj m p 0.00 0.14 0.00 0.07 -maldonne maldonne nom f s 0.14 1.15 0.14 1.01 -maldonnes maldonne nom f p 0.14 1.15 0.00 0.14 -male mal adj_sup f s 14.55 11.42 0.44 0.14 -malencontre malencontre nom f s 0.00 0.68 0.00 0.41 -malencontres malencontre nom f p 0.00 0.68 0.00 0.27 -malencontreuse malencontreux adj f s 0.89 1.08 0.12 0.47 -malencontreusement malencontreusement adv 0.26 0.88 0.26 0.88 -malencontreuses malencontreux adj f p 0.89 1.08 0.14 0.07 -malencontreux malencontreux adj m 0.89 1.08 0.64 0.54 -malentendant malentendant adj m s 0.04 0.00 0.02 0.00 -malentendant malentendant nom m s 0.38 0.00 0.02 0.00 -malentendante malentendant adj f s 0.04 0.00 0.02 0.00 -malentendants malentendant nom m p 0.38 0.00 0.36 0.00 -malentendu malentendu nom m s 11.82 10.20 10.70 7.30 -malentendus malentendu nom m p 11.82 10.20 1.13 2.91 -males mal adj_sup f p 14.55 11.42 0.28 0.07 -malfaisance malfaisance nom f s 0.19 1.08 0.17 0.88 -malfaisances malfaisance nom f p 0.19 1.08 0.01 0.20 -malfaisant malfaisant adj m s 2.58 3.38 0.96 1.76 -malfaisante malfaisant adj f s 2.58 3.38 0.46 0.61 -malfaisantes malfaisant adj f p 2.58 3.38 0.19 0.34 -malfaisants malfaisant adj m p 2.58 3.38 0.97 0.68 -malfaiteur malfaiteur nom m s 2.93 3.24 1.18 1.82 -malfaiteurs malfaiteur nom m p 2.93 3.24 1.75 1.42 -malfamé malfamé adj m s 0.13 0.27 0.05 0.07 -malfamée malfamé adj f s 0.13 0.27 0.05 0.07 -malfamés malfamé adj m p 0.13 0.27 0.02 0.14 -malfaçon malfaçon nom f s 0.08 0.34 0.04 0.27 -malfaçons malfaçon nom f p 0.08 0.34 0.04 0.07 -malformation malformation nom f s 0.50 0.54 0.50 0.54 -malformé malformé adj m s 0.01 0.00 0.01 0.00 -malfrat malfrat nom m s 1.53 4.73 0.73 1.96 -malfrats malfrat nom m p 1.53 4.73 0.79 2.77 -malgache malgache adj s 0.00 0.61 0.00 0.34 -malgaches malgache nom p 0.02 0.27 0.02 0.27 -malgracieuse malgracieux adj f s 0.01 0.41 0.00 0.07 -malgracieux malgracieux adj m 0.01 0.41 0.01 0.34 -malgré malgré pre 46.50 191.55 46.50 191.55 -malhabile malhabile adj s 0.14 3.24 0.13 2.23 -malhabilement malhabilement adv 0.00 0.07 0.00 0.07 -malhabiles malhabile adj p 0.14 3.24 0.01 1.01 -malherbe malherbe nom f s 0.00 0.07 0.00 0.07 -malheur malheur nom m s 56.89 92.64 49.16 72.84 -malheureuse malheureux adj f s 37.96 58.85 12.48 16.08 -malheureusement malheureusement adv 35.35 21.08 35.35 21.08 -malheureuses malheureux adj f p 37.96 58.85 0.93 2.50 -malheureux malheureux adj m 37.96 58.85 24.55 40.27 -malheurs malheur nom m p 56.89 92.64 7.72 19.80 -malhonnête malhonnête adj s 4.29 1.82 3.34 0.95 -malhonnêtement malhonnêtement adv 0.22 0.27 0.22 0.27 -malhonnêtes malhonnête adj p 4.29 1.82 0.96 0.88 -malhonnêteté malhonnêteté nom f s 0.50 1.89 0.50 1.82 -malhonnêtetés malhonnêteté nom f p 0.50 1.89 0.00 0.07 -mali mali nom m s 0.00 0.07 0.00 0.07 -malice malice nom f s 1.29 10.95 1.22 10.47 -malices malice nom f p 1.29 10.95 0.07 0.47 -malicieuse malicieux adj f s 0.41 4.39 0.17 1.01 -malicieusement malicieusement adv 0.02 0.81 0.02 0.81 -malicieuses malicieux adj f p 0.41 4.39 0.02 0.07 -malicieux malicieux adj m 0.41 4.39 0.21 3.31 -malien malien nom m s 0.00 0.14 0.00 0.07 -malienne malien adj f s 0.02 0.14 0.02 0.00 -maliens malien adj m p 0.02 0.14 0.00 0.14 -maligne malin adj f s 41.49 20.20 3.91 3.45 -malignement malignement adv 0.01 0.68 0.01 0.68 -malignes malin adj f p 41.49 20.20 0.35 0.68 -malignité malignité nom f s 0.04 2.23 0.04 2.03 -malignités malignité nom f p 0.04 2.23 0.00 0.20 -malin malin adj m s 41.49 20.20 33.11 13.38 -maline malin nom f s 22.65 8.18 0.42 0.14 -malines malin nom f p 22.65 8.18 0.06 0.20 -malingre malingre adj s 0.04 3.78 0.03 2.97 -malingres malingre adj p 0.04 3.78 0.01 0.81 -malinké malinké nom m s 0.00 0.07 0.00 0.07 -malinois malinois nom m 0.01 0.20 0.01 0.20 -malins malin adj m p 41.49 20.20 4.13 2.70 -malintentionné malintentionné adj m s 0.17 0.41 0.02 0.20 -malintentionnée malintentionné adj f s 0.17 0.41 0.10 0.07 -malintentionnés malintentionné adj m p 0.17 0.41 0.04 0.14 -mallarméen mallarméen adj m s 0.00 0.07 0.00 0.07 -malle malle nom f s 7.96 15.14 6.53 10.27 -malles malle nom f p 7.96 15.14 1.43 4.86 -mallette mallette nom f s 9.30 6.62 8.97 5.88 -mallettes mallette nom f p 9.30 6.62 0.33 0.74 -mallophages mallophage nom m p 0.00 0.07 0.00 0.07 -malléabilité malléabilité nom f s 0.03 0.14 0.03 0.14 -malléable malléable adj s 0.31 1.42 0.25 1.08 -malléables malléable adj p 0.31 1.42 0.06 0.34 -malléolaire malléolaire adj s 0.03 0.00 0.03 0.00 -malléole malléole nom f s 0.05 0.00 0.05 0.00 -malm malm nom m s 0.01 0.00 0.01 0.00 -malmenage malmenage nom m s 0.01 0.00 0.01 0.00 -malmenaient malmener ver 2.08 3.72 0.00 0.20 ind:imp:3p; -malmenais malmener ver 2.08 3.72 0.01 0.00 ind:imp:1s; -malmenait malmener ver 2.08 3.72 0.06 0.47 ind:imp:3s; -malmenant malmener ver 2.08 3.72 0.04 0.34 par:pre; -malmener malmener ver 2.08 3.72 0.63 0.74 inf; -malmenez malmener ver 2.08 3.72 0.13 0.00 imp:pre:2p;ind:pre:2p; -malmené malmener ver m s 2.08 3.72 0.50 0.61 par:pas; -malmenée malmener ver f s 2.08 3.72 0.25 0.27 par:pas; -malmenées malmener ver f p 2.08 3.72 0.01 0.34 par:pas; -malmenés malmener ver m p 2.08 3.72 0.22 0.34 par:pas; -malmène malmener ver 2.08 3.72 0.18 0.34 imp:pre:2s;ind:pre:3s; -malmènent malmener ver 2.08 3.72 0.05 0.00 ind:pre:3p; -malmèneront malmener ver 2.08 3.72 0.01 0.07 ind:fut:3p; -malnutrition malnutrition nom f s 0.58 0.07 0.58 0.07 -malodorant malodorant adj m s 0.80 2.30 0.25 1.01 -malodorante malodorant adj f s 0.80 2.30 0.27 0.61 -malodorantes malodorant adj f p 0.80 2.30 0.14 0.47 -malodorants malodorant adj m p 0.80 2.30 0.13 0.20 -malotru malotru nom m s 0.46 1.01 0.43 0.81 -malotrus malotru nom m p 0.46 1.01 0.03 0.20 -malouin malouin adj m s 0.00 0.27 0.00 0.07 -malouine malouin adj f s 0.00 0.27 0.00 0.07 -malouines malouin adj f p 0.00 0.27 0.00 0.07 -malouins malouin adj m p 0.00 0.27 0.00 0.07 -malpoli malpoli adj m s 1.04 0.34 0.89 0.14 -malpolie malpoli adj f s 1.04 0.34 0.13 0.07 -malpolis malpoli adj m p 1.04 0.34 0.02 0.14 -malpropre malpropre nom s 0.69 0.74 0.65 0.54 -malproprement malproprement adv 0.00 0.07 0.00 0.07 -malpropres malpropre nom p 0.69 0.74 0.04 0.20 -malpropreté malpropreté nom f s 0.00 0.14 0.00 0.14 -malsain malsain adj m s 5.05 9.05 3.85 4.93 -malsaine malsain adj f s 5.05 9.05 0.95 2.36 -malsainement malsainement adv 0.00 0.07 0.00 0.07 -malsaines malsain adj f p 5.05 9.05 0.18 1.42 -malsains malsain adj m p 5.05 9.05 0.08 0.34 -malsonnants malsonnant adj m p 0.00 0.07 0.00 0.07 -malséance malséance nom f s 0.00 0.07 0.00 0.07 -malséant malséant adj m s 0.06 0.61 0.06 0.54 -malséante malséant adj f s 0.06 0.61 0.00 0.07 -malt malt nom m s 0.68 0.14 0.68 0.14 -malta malter ver 0.23 0.00 0.14 0.00 ind:pas:3s; -maltais maltais nom m 0.16 0.34 0.16 0.34 -maltaises maltais adj f p 0.03 0.27 0.00 0.07 -maltraitaient maltraiter ver 6.31 4.12 0.17 0.00 ind:imp:3p; -maltraitais maltraiter ver 6.31 4.12 0.04 0.07 ind:imp:1s; -maltraitait maltraiter ver 6.31 4.12 0.21 0.34 ind:imp:3s; -maltraitance maltraitance nom f s 0.66 0.00 0.61 0.00 -maltraitances maltraitance nom f p 0.66 0.00 0.05 0.00 -maltraitant maltraiter ver 6.31 4.12 0.01 0.07 par:pre; -maltraite maltraiter ver 6.31 4.12 0.65 0.47 imp:pre:2s;ind:pre:1s;ind:pre:3s; -maltraitent maltraiter ver 6.31 4.12 0.47 0.07 ind:pre:3p; -maltraiter maltraiter ver 6.31 4.12 0.99 0.54 inf; -maltraitera maltraiter ver 6.31 4.12 0.03 0.00 ind:fut:3s; -maltraiterez maltraiter ver 6.31 4.12 0.02 0.00 ind:fut:2p; -maltraitez maltraiter ver 6.31 4.12 0.48 0.07 imp:pre:2p;ind:pre:2p; -maltraitât maltraiter ver 6.31 4.12 0.00 0.07 sub:imp:3s; -maltraitèrent maltraiter ver 6.31 4.12 0.00 0.07 ind:pas:3p; -maltraité maltraiter ver m s 6.31 4.12 1.77 0.88 par:pas; -maltraitée maltraiter ver f s 6.31 4.12 1.06 0.54 par:pas; -maltraitées maltraiter ver f p 6.31 4.12 0.02 0.14 par:pas; -maltraités maltraiter ver m p 6.31 4.12 0.40 0.81 par:pas; -malté malter ver m s 0.23 0.00 0.08 0.00 par:pas; -maltée malter ver f s 0.23 0.00 0.01 0.00 par:pas; -malédiction malédiction nom f s 14.17 9.46 13.27 7.57 -malédictions malédiction nom f p 14.17 9.46 0.90 1.89 -maléfice maléfice nom m s 0.89 1.69 0.56 0.74 -maléfices maléfice nom m p 0.89 1.69 0.33 0.95 -maléficier maléficier ver 0.00 0.07 0.00 0.07 inf; -maléficié maléficié adj m s 0.00 0.07 0.00 0.07 -maléfique maléfique adj s 6.16 4.86 4.71 3.51 -maléfiques maléfique adj p 6.16 4.86 1.44 1.35 -malus malus nom m 0.04 0.00 0.04 0.00 -malveillance malveillance nom f s 0.40 3.85 0.39 3.72 -malveillances malveillance nom f p 0.40 3.85 0.01 0.14 -malveillant malveillant adj m s 0.95 2.23 0.44 0.68 -malveillante malveillant adj f s 0.95 2.23 0.28 0.14 -malveillantes malveillant adj f p 0.95 2.23 0.09 0.81 -malveillants malveillant adj m p 0.95 2.23 0.15 0.61 -malvenu malvenu adj m s 0.37 0.34 0.14 0.34 -malvenue malvenu adj f s 0.37 0.34 0.07 0.00 -malvenus malvenu adj m p 0.37 0.34 0.16 0.00 -malversation malversation nom f s 0.55 0.54 0.07 0.14 -malversations malversation nom f p 0.55 0.54 0.48 0.41 -malvoisie malvoisie nom m s 0.01 0.07 0.01 0.00 -malvoisies malvoisie nom m p 0.01 0.07 0.00 0.07 -mam_selle mam_selle nom f s 0.11 0.07 0.11 0.07 -mam_zelle mam_zelle nom f s 0.03 0.00 0.03 0.00 -mam mam nom f s 0.63 1.62 0.63 0.95 -mamaliga mamaliga nom f s 0.00 0.07 0.00 0.07 -mamamouchi mamamouchi nom m s 0.00 0.14 0.00 0.14 -maman maman nom f s 540.21 144.39 537.44 140.20 -mamans maman nom f p 540.21 144.39 2.76 4.19 -mamba mamba nom m s 0.10 0.00 0.10 0.00 -mambo mambo nom m s 1.58 1.62 1.56 1.62 -mambos mambo nom m p 1.58 1.62 0.02 0.00 -mame mam nom f s 0.63 1.62 0.00 0.68 -mamelle mamelle nom f s 0.83 3.72 0.19 1.01 -mamelles mamelle nom f p 0.83 3.72 0.65 2.70 -mamelon mamelon nom m s 1.49 7.16 0.50 3.85 -mamelonnée mamelonné adj f s 0.00 0.14 0.00 0.14 -mamelons mamelon nom m p 1.49 7.16 0.99 3.31 -mamelouk mamelouk nom m s 0.01 0.34 0.01 0.14 -mamelouks mamelouk nom m p 0.01 0.34 0.00 0.20 -mamelu mamelu adj m s 0.01 0.41 0.00 0.14 -mamelue mamelu adj f s 0.01 0.41 0.01 0.14 -mamelues mamelu adj f p 0.01 0.41 0.00 0.07 -mameluk mameluk nom m s 0.00 2.03 0.00 0.81 -mameluks mameluk nom m p 0.00 2.03 0.00 1.22 -mamelus mamelu adj m p 0.01 0.41 0.00 0.07 -mamie mamie nom f s 18.66 2.30 18.56 2.23 -mamies mamie nom f p 18.66 2.30 0.10 0.07 -mamma mamma nom f s 2.27 0.27 2.27 0.27 -mammaire mammaire adj s 0.58 0.14 0.20 0.07 -mammaires mammaire adj p 0.58 0.14 0.38 0.07 -mammectomie mammectomie nom f s 0.02 0.00 0.02 0.00 -mammifère mammifère nom m s 1.27 1.28 0.40 0.47 -mammifères mammifère nom m p 1.27 1.28 0.87 0.81 -mammographie mammographie nom f s 0.15 0.00 0.15 0.00 -mammoplastie mammoplastie nom f s 0.01 0.00 0.01 0.00 -mammouth mammouth nom m s 1.38 8.18 1.16 7.84 -mammouths mammouth nom m p 1.38 8.18 0.21 0.34 -mammy mammy nom f s 0.41 0.07 0.41 0.07 -mamours mamours nom m p 0.46 0.47 0.46 0.47 -mamy mamy nom f s 0.69 0.00 0.66 0.00 -mamys mamy nom f p 0.69 0.00 0.04 0.00 -mamzelle mamzelle nom f s 0.10 0.07 0.10 0.07 -man man nom s 19.31 6.82 19.31 6.82 -manœuvre manœuvre nom s 2.04 0.00 2.04 0.00 -mana mana nom m s 0.03 0.88 0.03 0.88 -manade manade nom f s 0.00 0.27 0.00 0.07 -manades manade nom f p 0.00 0.27 0.00 0.20 -manage manager ver 1.54 0.47 0.30 0.14 imp:pre:2s;ind:pre:1s;ind:pre:3s; -manageait manager ver 1.54 0.47 0.02 0.00 ind:imp:3s; -management management nom m s 0.57 0.07 0.57 0.07 -manager manager nom m s 8.08 2.57 7.54 1.89 -managerais manager ver 1.54 0.47 0.01 0.00 cnd:pre:2s; -managers manager nom m p 8.08 2.57 0.54 0.68 -manageur manageur nom m s 0.01 0.00 0.01 0.00 -manant manant nom m s 0.40 1.22 0.24 0.27 -manants manant nom m p 0.40 1.22 0.16 0.95 -manceau manceau adj m s 0.00 0.07 0.00 0.07 -mancenillier mancenillier nom m s 0.01 0.14 0.01 0.14 -manche manche nom s 14.25 59.39 10.12 35.41 -mancheron mancheron nom m s 0.00 0.27 0.00 0.07 -mancherons mancheron nom m p 0.00 0.27 0.00 0.20 -manches manche nom p 14.25 59.39 4.13 23.99 -manchette manchette nom f s 2.34 6.22 1.69 1.76 -manchettes manchette nom f p 2.34 6.22 0.65 4.46 -manchon manchon nom m s 0.09 1.76 0.08 1.35 -manchons manchon nom m p 0.09 1.76 0.01 0.41 -manchot manchot nom m s 1.56 1.89 1.47 1.49 -manchote manchot adj f s 1.00 1.55 0.07 0.14 -manchotes manchot nom f p 1.56 1.89 0.00 0.07 -manchots manchot nom m p 1.56 1.89 0.09 0.27 -mandai mander ver 1.26 3.31 0.00 0.14 ind:pas:1s; -mandaient mander ver 1.26 3.31 0.00 0.07 ind:imp:3p; -mandait mander ver 1.26 3.31 0.00 0.27 ind:imp:3s; -mandala mandala nom m s 1.76 0.07 1.76 0.00 -mandalas mandala nom m p 1.76 0.07 0.00 0.07 -mandale mandale nom f s 0.03 0.88 0.03 0.54 -mandales mandale nom f p 0.03 0.88 0.00 0.34 -mandant mandant nom m s 0.10 0.34 0.09 0.00 -mandants mandant nom m p 0.10 0.34 0.01 0.34 -mandarin mandarin nom m s 0.47 1.82 0.43 1.22 -mandarine mandarine nom f s 1.17 3.11 0.60 2.09 -mandarines mandarine nom f p 1.17 3.11 0.56 1.01 -mandarinier mandarinier nom m s 0.00 0.34 0.00 0.07 -mandariniers mandarinier nom m p 0.00 0.34 0.00 0.27 -mandarins mandarin nom m p 0.47 1.82 0.04 0.61 -mandas mander ver 1.26 3.31 0.01 0.00 ind:pas:2s; -mandat_carte mandat_carte nom m s 0.01 0.00 0.01 0.00 -mandat_lettre mandat_lettre nom m s 0.00 0.07 0.00 0.07 -mandat_poste mandat_poste nom m s 0.03 0.07 0.03 0.07 -mandat mandat nom m s 25.25 14.32 23.45 11.76 -mandataire mandataire nom s 0.37 1.82 0.32 0.74 -mandataires mandataire nom p 0.37 1.82 0.05 1.08 -mandatait mandater ver 1.14 0.95 0.00 0.14 ind:imp:3s; -mandatant mandater ver 1.14 0.95 0.00 0.07 par:pre; -mandatement mandatement nom m s 0.00 0.07 0.00 0.07 -mandater mandater ver 1.14 0.95 0.02 0.00 inf; -mandatez mandater ver 1.14 0.95 0.01 0.00 imp:pre:2p; -mandats mandat nom m p 25.25 14.32 1.80 2.57 -mandaté mandater ver m s 1.14 0.95 0.60 0.47 par:pas; -mandatée mandater ver f s 1.14 0.95 0.07 0.00 par:pas; -mandatés mandater ver m p 1.14 0.95 0.44 0.27 par:pas; -mandchoue mandchou adj f s 0.03 0.20 0.03 0.20 -mandchous mandchou nom m p 0.02 0.07 0.02 0.07 -mande mander ver 1.26 3.31 0.60 0.68 imp:pre:2s;ind:pre:1s;ind:pre:3s; -mandement mandement nom m s 0.03 0.07 0.01 0.00 -mandements mandement nom m p 0.03 0.07 0.02 0.07 -mander mander ver 1.26 3.31 0.34 1.15 inf; -mandera mander ver 1.26 3.31 0.01 0.14 ind:fut:3s; -manderai mander ver 1.26 3.31 0.00 0.07 ind:fut:1s; -manderaient mander ver 1.26 3.31 0.01 0.00 cnd:pre:3p; -manderais mander ver 1.26 3.31 0.00 0.07 cnd:pre:1s; -mandes mander ver 1.26 3.31 0.00 0.07 ind:pre:2s; -mandez mander ver 1.26 3.31 0.01 0.20 imp:pre:2p; -mandibulaire mandibulaire adj f s 0.02 0.00 0.02 0.00 -mandibule mandibule nom f s 0.55 2.36 0.17 0.07 -mandibules mandibule nom f p 0.55 2.36 0.38 2.30 -mandingue mandingue adj s 0.01 0.00 0.01 0.00 -mandingues mandingue nom p 0.30 0.00 0.30 0.00 -mandoline mandoline nom f s 0.55 1.15 0.54 0.88 -mandolines mandoline nom f p 0.55 1.15 0.01 0.27 -mandore mandore nom f s 0.00 1.55 0.00 1.55 -mandorle mandorle nom f s 0.00 0.34 0.00 0.27 -mandorles mandorle nom f p 0.00 0.34 0.00 0.07 -mandragore mandragore nom f s 0.47 1.69 0.42 1.01 -mandragores mandragore nom f p 0.47 1.69 0.05 0.68 -mandrill mandrill nom m s 0.01 0.00 0.01 0.00 -mandrin mandrin nom m s 0.15 0.41 0.15 0.27 -mandrins mandrin nom m p 0.15 0.41 0.00 0.14 -mandèrent mander ver 1.26 3.31 0.00 0.07 ind:pas:3p; -mandé mander ver m s 1.26 3.31 0.28 0.27 par:pas; -manducation manducation nom f s 0.00 0.07 0.00 0.07 -mandée mander ver f s 1.26 3.31 0.00 0.14 par:pas; -manette manette nom f s 1.08 2.64 0.65 0.95 -manettes manette nom f p 1.08 2.64 0.43 1.69 -manga manga nom m s 0.37 0.47 0.04 0.47 -manganite manganite nom m s 0.14 0.00 0.14 0.00 -manganèse manganèse nom m s 0.23 0.07 0.23 0.07 -mangas manga nom m p 0.37 0.47 0.32 0.00 -mange_disque mange_disque nom m s 0.11 0.07 0.10 0.00 -mange_disque mange_disque nom m p 0.11 0.07 0.01 0.07 -mange_tout mange_tout nom m 0.01 0.07 0.01 0.07 -mange manger ver 467.86 280.61 103.81 31.96 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -mangea manger ver 467.86 280.61 0.66 5.54 ind:pas:3s; -mangeable mangeable adj s 0.72 0.68 0.68 0.54 -mangeables mangeable adj m p 0.72 0.68 0.04 0.14 -mangeai manger ver 467.86 280.61 0.02 1.55 ind:pas:1s; -mangeaient manger ver 467.86 280.61 0.99 7.91 ind:imp:3p; -mangeaille mangeaille nom f s 0.14 1.28 0.14 1.08 -mangeailles mangeaille nom f p 0.14 1.28 0.00 0.20 -mangeais manger ver 467.86 280.61 2.31 2.91 ind:imp:1s;ind:imp:2s; -mangeait manger ver 467.86 280.61 4.93 20.14 ind:imp:3s; -mangeant manger ver 467.86 280.61 3.13 7.57 par:pre; -mangeas manger ver 467.86 280.61 0.10 0.07 ind:pas:2s; -mangeasse manger ver 467.86 280.61 0.00 0.07 sub:imp:1s; -mangent manger ver 467.86 280.61 13.77 8.18 ind:pre:3p;sub:pre:3p; -mangeoire mangeoire nom f s 0.46 1.08 0.23 0.95 -mangeoires mangeoire nom f p 0.46 1.08 0.22 0.14 -mangeâmes manger ver 467.86 280.61 0.01 0.47 ind:pas:1p; -mangeons manger ver 467.86 280.61 4.05 1.82 imp:pre:1p;ind:pre:1p; -mangeât manger ver 467.86 280.61 0.00 0.34 sub:imp:3s; -manger manger ver 467.86 280.61 207.63 134.26 inf;; -mangera manger ver 467.86 280.61 4.91 1.35 ind:fut:3s; -mangerai manger ver 467.86 280.61 5.01 1.42 ind:fut:1s; -mangeraient manger ver 467.86 280.61 0.13 0.54 cnd:pre:3p; -mangerais manger ver 467.86 280.61 2.84 1.08 cnd:pre:1s;cnd:pre:2s; -mangerait manger ver 467.86 280.61 1.88 1.96 cnd:pre:3s; -mangeras manger ver 467.86 280.61 2.54 1.49 ind:fut:2s; -mangerez manger ver 467.86 280.61 1.43 0.54 ind:fut:2p; -mangerie mangerie nom f s 0.00 0.07 0.00 0.07 -mangeriez manger ver 467.86 280.61 0.32 0.07 cnd:pre:2p; -mangerions manger ver 467.86 280.61 0.03 0.27 cnd:pre:1p; -mangerons manger ver 467.86 280.61 1.49 0.74 ind:fut:1p; -mangeront manger ver 467.86 280.61 1.43 0.81 ind:fut:3p; -manges manger ver 467.86 280.61 20.56 4.46 ind:pre:2s;sub:pre:2s; -mangetout mangetout nom m 0.00 0.07 0.00 0.07 -mangeur mangeur nom m s 3.37 3.04 1.49 1.01 -mangeurs mangeur nom m p 3.37 3.04 1.07 1.55 -mangeuse mangeur nom f s 3.37 3.04 0.81 0.27 -mangeuses mangeuse nom f p 0.08 0.00 0.08 0.00 -mangez manger ver 467.86 280.61 17.85 3.31 imp:pre:2p;ind:pre:2p; -mangiez manger ver 467.86 280.61 0.91 0.20 ind:imp:2p; -mangions manger ver 467.86 280.61 0.34 1.89 ind:imp:1p; -mango mango nom s 0.07 0.00 0.07 0.00 -mangonneaux mangonneau nom m p 0.00 0.54 0.00 0.54 -mangouste mangouste nom f s 0.33 0.00 0.33 0.00 -mangrove mangrove nom f s 0.02 0.07 0.01 0.07 -mangroves mangrove nom f p 0.02 0.07 0.01 0.00 -mangèrent manger ver 467.86 280.61 0.33 3.72 ind:pas:3p; -mangé manger ver m s 467.86 280.61 60.43 27.50 par:pas; -mangue mangue nom f s 1.44 2.09 0.73 0.74 -mangée manger ver f s 467.86 280.61 1.98 3.04 par:pas; -mangues mangue nom f p 1.44 2.09 0.71 1.35 -mangées manger ver f p 467.86 280.61 0.38 1.01 par:pas; -manguier manguier nom m s 0.05 1.42 0.03 0.20 -manguiers manguier nom m p 0.05 1.42 0.02 1.22 -mangés manger ver m p 467.86 280.61 1.66 2.43 par:pas; -manhattan manhattan nom s 0.07 0.14 0.07 0.14 -mania manier ver 5.70 16.22 0.61 0.14 ind:pas:3s; -maniabilité maniabilité nom f s 0.03 0.00 0.03 0.00 -maniable maniable adj s 0.51 0.95 0.27 0.88 -maniables maniable adj p 0.51 0.95 0.24 0.07 -maniaco_dépressif maniaco_dépressif adj m s 0.38 0.14 0.17 0.00 -maniaco_dépressif maniaco_dépressif adj m p 0.38 0.14 0.08 0.14 -maniaco_dépressif maniaco_dépressif adj f s 0.38 0.14 0.13 0.00 -maniacodépressif maniacodépressif adj m s 0.06 0.00 0.03 0.00 -maniacodépressive maniacodépressif adj f s 0.06 0.00 0.03 0.00 -maniaient manier ver 5.70 16.22 0.00 0.74 ind:imp:3p; -maniais manier ver 5.70 16.22 0.02 0.20 ind:imp:1s; -maniait manier ver 5.70 16.22 0.08 2.43 ind:imp:3s; -maniant manier ver 5.70 16.22 0.20 1.49 par:pre; -maniaque maniaque nom s 5.63 4.39 5.11 3.04 -maniaquement maniaquement adv 0.00 0.27 0.00 0.27 -maniaquerie maniaquerie nom f s 0.00 0.34 0.00 0.27 -maniaqueries maniaquerie nom f p 0.00 0.34 0.00 0.07 -maniaques maniaque nom p 5.63 4.39 0.52 1.35 -manichéen manichéen adj m s 0.04 0.27 0.04 0.27 -manichéisme manichéisme nom m s 0.00 0.61 0.00 0.61 -manichéiste manichéiste nom s 0.00 0.07 0.00 0.07 -manie manie nom f s 6.63 18.38 5.42 13.18 -maniement maniement nom m s 0.50 3.72 0.50 3.58 -maniements maniement nom m p 0.50 3.72 0.00 0.14 -manient manier ver 5.70 16.22 0.17 0.54 ind:pre:3p; -manier manier ver 5.70 16.22 2.96 7.23 inf; -manierais manier ver 5.70 16.22 0.01 0.00 cnd:pre:1s; -manieront manier ver 5.70 16.22 0.00 0.07 ind:fut:3p; -manies manie nom f p 6.63 18.38 1.21 5.20 -manieur manieur nom m s 0.03 0.47 0.03 0.27 -manieurs manieur nom m p 0.03 0.47 0.00 0.14 -manieuse manieur nom f s 0.03 0.47 0.00 0.07 -maniez manier ver 5.70 16.22 0.24 0.00 imp:pre:2p;ind:pre:2p; -manif manif nom f s 4.98 2.16 3.33 1.49 -manifesta manifester ver 10.28 38.04 0.02 3.31 ind:pas:3s; -manifestai manifester ver 10.28 38.04 0.00 0.14 ind:pas:1s; -manifestaient manifester ver 10.28 38.04 0.22 2.30 ind:imp:3p; -manifestais manifester ver 10.28 38.04 0.04 0.27 ind:imp:1s;ind:imp:2s; -manifestait manifester ver 10.28 38.04 0.52 6.82 ind:imp:3s; -manifestant manifester ver 10.28 38.04 0.21 1.42 par:pre; -manifestante manifestant nom f s 2.06 2.30 0.01 0.07 -manifestantes manifestant nom f p 2.06 2.30 0.01 0.14 -manifestants manifestant nom m p 2.06 2.30 1.96 2.03 -manifestation manifestation nom f s 8.90 17.16 5.96 9.80 -manifestations manifestation nom f p 8.90 17.16 2.94 7.36 -manifeste manifester ver 10.28 38.04 1.77 4.39 imp:pre:2s;ind:pre:1s;ind:pre:3s; -manifestement manifestement adv 5.79 6.76 5.79 6.76 -manifestent manifester ver 10.28 38.04 0.92 1.28 ind:pre:3p; -manifester manifester ver 10.28 38.04 3.16 9.80 inf; -manifestera manifester ver 10.28 38.04 0.21 0.00 ind:fut:3s; -manifesterai manifester ver 10.28 38.04 0.01 0.07 ind:fut:1s; -manifesteraient manifester ver 10.28 38.04 0.14 0.00 cnd:pre:3p; -manifesterais manifester ver 10.28 38.04 0.02 0.00 cnd:pre:2s; -manifesterait manifester ver 10.28 38.04 0.02 0.14 cnd:pre:3s; -manifesteront manifester ver 10.28 38.04 0.19 0.07 ind:fut:3p; -manifestes manifeste adj p 1.10 3.45 0.23 0.41 -manifestez manifester ver 10.28 38.04 0.38 0.20 imp:pre:2p;ind:pre:2p; -manifestiez manifester ver 10.28 38.04 0.06 0.00 ind:imp:2p; -manifestions manifester ver 10.28 38.04 0.00 0.07 ind:imp:1p; -manifestons manifester ver 10.28 38.04 0.01 0.00 ind:pre:1p; -manifestât manifester ver 10.28 38.04 0.00 0.41 sub:imp:3s; -manifestèrent manifester ver 10.28 38.04 0.00 0.27 ind:pas:3p; -manifesté manifester ver m s 10.28 38.04 1.53 5.14 par:pas; -manifestée manifester ver f s 10.28 38.04 0.57 1.35 par:pas; -manifestées manifester ver f p 10.28 38.04 0.11 0.07 par:pas; -manifestés manifester ver m p 10.28 38.04 0.08 0.41 par:pas; -manifold manifold nom m s 0.00 0.20 0.00 0.14 -manifolds manifold nom m p 0.00 0.20 0.00 0.07 -manifs manif nom f p 4.98 2.16 1.66 0.68 -manigance manigancer ver 5.03 1.35 0.92 0.34 ind:pre:1s;ind:pre:3s; -manigancent manigancer ver 5.03 1.35 0.41 0.14 ind:pre:3p; -manigancer manigancer ver 5.03 1.35 0.45 0.14 inf; -manigancerait manigancer ver 5.03 1.35 0.00 0.07 cnd:pre:3s; -manigances manigancer ver 5.03 1.35 0.70 0.07 ind:pre:2s; -manigancez manigancer ver 5.03 1.35 0.56 0.07 ind:pre:2p; -maniganciez manigancer ver 5.03 1.35 0.05 0.00 ind:imp:2p; -manigancé manigancer ver m s 5.03 1.35 1.59 0.27 par:pas; -manigancée manigancer ver f s 5.03 1.35 0.01 0.14 par:pas; -manigançaient manigancer ver 5.03 1.35 0.04 0.00 ind:imp:3p; -manigançais manigancer ver 5.03 1.35 0.03 0.00 ind:imp:1s;ind:imp:2s; -manigançait manigancer ver 5.03 1.35 0.28 0.14 ind:imp:3s; -manilla maniller ver 0.02 0.00 0.02 0.00 ind:pas:3s; -manille manille nom f s 0.40 0.95 0.40 0.81 -manilles manille nom f p 0.40 0.95 0.00 0.14 -manilleurs manilleur nom m p 0.00 0.07 0.00 0.07 -manillon manillon nom m s 0.27 0.00 0.27 0.00 -manioc manioc nom m s 0.23 0.88 0.23 0.88 -manip manip nom f s 0.09 0.14 0.09 0.07 -manipe manip nom f s 0.09 0.14 0.00 0.07 -manipula manipuler ver 12.35 6.01 0.14 0.41 ind:pas:3s; -manipulable manipulable adj s 0.14 0.27 0.09 0.14 -manipulables manipulable adj m p 0.14 0.27 0.05 0.14 -manipulaient manipuler ver 12.35 6.01 0.03 0.14 ind:imp:3p; -manipulais manipuler ver 12.35 6.01 0.02 0.07 ind:imp:1s;ind:imp:2s; -manipulait manipuler ver 12.35 6.01 0.31 0.61 ind:imp:3s; -manipulant manipuler ver 12.35 6.01 0.13 0.61 par:pre; -manipulateur manipulateur nom m s 1.44 0.54 0.81 0.41 -manipulateurs manipulateur nom m p 1.44 0.54 0.23 0.14 -manipulation manipulation nom f s 2.63 2.16 2.00 1.01 -manipulations manipulation nom f p 2.63 2.16 0.63 1.15 -manipulatrice manipulateur nom f s 1.44 0.54 0.40 0.00 -manipulatrices manipulatrice nom f p 0.02 0.00 0.02 0.00 -manipule manipuler ver 12.35 6.01 2.02 0.54 imp:pre:2s;ind:pre:1s;ind:pre:3s; -manipulent manipuler ver 12.35 6.01 0.27 0.20 ind:pre:3p; -manipuler manipuler ver 12.35 6.01 4.36 1.82 inf; -manipulera manipuler ver 12.35 6.01 0.02 0.00 ind:fut:3s; -manipulerai manipuler ver 12.35 6.01 0.03 0.00 ind:fut:1s; -manipulerait manipuler ver 12.35 6.01 0.01 0.00 cnd:pre:3s; -manipuleras manipuler ver 12.35 6.01 0.03 0.00 ind:fut:2s; -manipules manipuler ver 12.35 6.01 0.28 0.00 ind:pre:2s; -manipulez manipuler ver 12.35 6.01 0.40 0.07 imp:pre:2p;ind:pre:2p; -manipulons manipuler ver 12.35 6.01 0.03 0.07 ind:pre:1p; -manipulé manipuler ver m s 12.35 6.01 2.40 0.68 par:pas; -manipulée manipuler ver f s 12.35 6.01 1.01 0.14 par:pas; -manipulées manipuler ver f p 12.35 6.01 0.13 0.07 par:pas; -manipulés manipuler ver m p 12.35 6.01 0.74 0.61 par:pas; -manière manière nom f s 72.31 157.77 55.43 134.66 -manièrent manier ver 5.70 16.22 0.00 0.07 ind:pas:3p; -manières manière nom f p 72.31 157.77 16.89 23.11 -manitoba manitoba nom m s 0.00 0.07 0.00 0.07 -manitou manitou nom m s 0.51 0.88 0.47 0.74 -manitous manitou nom m p 0.51 0.88 0.04 0.14 -manié manier ver m s 5.70 16.22 0.33 1.01 par:pas; -maniée manier ver f s 5.70 16.22 0.01 0.27 par:pas; -maniées manier ver f p 5.70 16.22 0.00 0.14 par:pas; -maniérisme maniérisme nom m s 0.07 0.34 0.05 0.27 -maniérismes maniérisme nom m p 0.07 0.34 0.02 0.07 -maniériste maniériste adj s 0.01 0.00 0.01 0.00 -maniéristes maniériste nom p 0.00 0.07 0.00 0.07 -maniéré maniéré adj m s 0.16 0.74 0.04 0.20 -maniérée maniéré adj f s 0.16 0.74 0.11 0.07 -maniérées maniéré adj f p 0.16 0.74 0.01 0.20 -maniérés maniéré adj m p 0.16 0.74 0.00 0.27 -maniés manier ver m p 5.70 16.22 0.00 0.34 par:pas; -manivelle manivelle nom f s 1.55 31.96 1.54 31.22 -manivelles manivelle nom f p 1.55 31.96 0.01 0.74 -manne manne nom f s 0.65 1.35 0.52 1.22 -mannequin mannequin nom s 12.33 10.68 8.43 6.01 -mannequine mannequiner ver 0.00 0.07 0.00 0.07 ind:pre:3s; -mannequins mannequin nom p 12.33 10.68 3.90 4.66 -mannes manne nom f p 0.65 1.35 0.14 0.14 -mannezingue mannezingue nom m s 0.00 0.20 0.00 0.20 -mannitol mannitol nom m s 0.19 0.00 0.19 0.00 -manoeuvra manoeuvrer ver 1.79 13.78 0.00 0.88 ind:pas:3s; -manoeuvrabilité manoeuvrabilité nom f s 0.04 0.00 0.04 0.00 -manoeuvrable manoeuvrable adj f s 0.04 0.07 0.04 0.07 -manoeuvraient manoeuvrer ver 1.79 13.78 0.14 0.61 ind:imp:3p; -manoeuvrais manoeuvrer ver 1.79 13.78 0.01 0.20 ind:imp:1s; -manoeuvrait manoeuvrer ver 1.79 13.78 0.04 1.89 ind:imp:3s; -manoeuvrant manoeuvrer ver 1.79 13.78 0.00 1.22 par:pre; -manoeuvre manoeuvre nom s 7.22 26.42 4.76 16.08 -manoeuvrent manoeuvrer ver 1.79 13.78 0.00 0.54 ind:pre:3p; -manoeuvrer manoeuvrer ver 1.79 13.78 0.85 5.20 inf; -manoeuvres manoeuvre nom p 7.22 26.42 2.46 10.34 -manoeuvrez manoeuvrer ver 1.79 13.78 0.02 0.00 imp:pre:2p;ind:pre:2p; -manoeuvrier manoeuvrier adj m s 0.00 0.41 0.00 0.14 -manoeuvriers manoeuvrier nom m p 0.00 0.14 0.00 0.07 -manoeuvrière manoeuvrier adj f s 0.00 0.41 0.00 0.14 -manoeuvrières manoeuvrier adj f p 0.00 0.41 0.00 0.14 -manoeuvrons manoeuvrer ver 1.79 13.78 0.01 0.07 imp:pre:1p;ind:pre:1p; -manoeuvrèrent manoeuvrer ver 1.79 13.78 0.00 0.07 ind:pas:3p; -manoeuvré manoeuvrer ver m s 1.79 13.78 0.12 1.15 par:pas; -manoeuvrée manoeuvrer ver f s 1.79 13.78 0.01 0.34 par:pas; -manoeuvrées manoeuvrer ver f p 1.79 13.78 0.00 0.14 par:pas; -manoeuvrés manoeuvrer ver m p 1.79 13.78 0.00 0.07 par:pas; -manoir manoir nom m s 6.08 9.59 5.87 9.05 -manoirs manoir nom m p 6.08 9.59 0.21 0.54 -manomètre manomètre nom m s 0.47 0.27 0.42 0.14 -manomètres manomètre nom m p 0.47 0.27 0.05 0.14 -manouche manouche nom s 0.13 0.88 0.09 0.68 -manouches manouche nom p 0.13 0.88 0.05 0.20 -manouvrier manouvrier nom m s 0.01 0.00 0.01 0.00 -manqua manquer ver 253.94 197.64 0.79 6.01 ind:pas:3s; -manquai manquer ver 253.94 197.64 0.01 0.68 ind:pas:1s; -manquaient manquer ver 253.94 197.64 1.38 12.09 ind:imp:3p; -manquais manquer ver 253.94 197.64 2.85 3.51 ind:imp:1s;ind:imp:2s; -manquait manquer ver 253.94 197.64 18.13 48.78 ind:imp:3s; -manquant manquant adj m s 4.74 2.23 1.75 0.95 -manquante manquant adj f s 4.74 2.23 0.85 0.27 -manquantes manquant adj f p 4.74 2.23 1.23 0.47 -manquants manquant adj m p 4.74 2.23 0.92 0.54 -manquassent manquer ver 253.94 197.64 0.14 0.07 sub:imp:3p; -manque manquer ver 253.94 197.64 98.77 41.49 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -manquement manquement nom m s 0.54 1.55 0.39 1.08 -manquements manquement nom m p 0.54 1.55 0.15 0.47 -manquent manquer ver 253.94 197.64 10.51 8.99 ind:pre:3p;sub:pre:3p; -manquer manquer ver 253.94 197.64 30.61 24.39 inf; -manquera manquer ver 253.94 197.64 5.21 2.36 ind:fut:3s; -manquerai manquer ver 253.94 197.64 3.86 0.54 ind:fut:1s; -manqueraient manquer ver 253.94 197.64 0.17 1.82 cnd:pre:3p; -manquerais manquer ver 253.94 197.64 0.90 1.01 cnd:pre:1s;cnd:pre:2s; -manquerait manquer ver 253.94 197.64 3.97 6.22 cnd:pre:3s; -manqueras manquer ver 253.94 197.64 2.88 0.54 ind:fut:2s; -manquerez manquer ver 253.94 197.64 1.54 0.61 ind:fut:2p; -manqueriez manquer ver 253.94 197.64 0.25 0.00 cnd:pre:2p; -manquerions manquer ver 253.94 197.64 0.02 0.20 cnd:pre:1p; -manquerons manquer ver 253.94 197.64 0.22 0.20 ind:fut:1p; -manqueront manquer ver 253.94 197.64 1.03 1.28 ind:fut:3p; -manques manquer ver 253.94 197.64 20.07 1.76 ind:pre:2s;sub:pre:2s; -manquez manquer ver 253.94 197.64 5.98 1.89 imp:pre:2p;ind:pre:2p; -manquiez manquer ver 253.94 197.64 0.92 0.14 ind:imp:2p; -manquions manquer ver 253.94 197.64 0.31 0.61 ind:imp:1p; -manquâmes manquer ver 253.94 197.64 0.01 0.34 ind:pas:1p; -manquons manquer ver 253.94 197.64 2.06 1.15 imp:pre:1p;ind:pre:1p; -manquât manquer ver 253.94 197.64 0.00 0.61 sub:imp:3s; -manquèrent manquer ver 253.94 197.64 0.16 0.88 ind:pas:3p; -manqué manquer ver m s 253.94 197.64 38.94 24.53 par:pas; -manquée manquer ver f s 253.94 197.64 1.48 1.42 par:pas; -manquées manqué adj f p 2.43 4.80 0.30 0.74 -manqués manquer ver m p 253.94 197.64 0.32 0.20 par:pas; -mansard mansarde nom m s 0.50 5.27 0.00 0.07 -mansarde mansarde nom f s 0.50 5.27 0.46 3.38 -mansardes mansarde nom f p 0.50 5.27 0.03 1.82 -mansardé mansarder ver m s 0.10 0.41 0.10 0.07 par:pas; -mansardée mansardé adj f s 0.00 1.22 0.00 0.61 -mansardées mansarder ver f p 0.10 0.41 0.00 0.27 par:pas; -mansion mansion nom f s 0.05 0.00 0.01 0.00 -mansions mansion nom f p 0.05 0.00 0.04 0.00 -mansuétude mansuétude nom f s 0.17 2.09 0.17 2.03 -mansuétudes mansuétude nom f p 0.17 2.09 0.00 0.07 -manta manta nom f s 0.72 0.00 0.72 0.00 -mante mante nom f s 0.72 1.69 0.57 0.47 -manteau manteau nom m s 39.97 68.11 36.16 58.99 -manteaux manteau nom m p 39.97 68.11 3.81 9.12 -mantelet mantelet nom m s 0.00 0.27 0.00 0.20 -mantelets mantelet nom m p 0.00 0.27 0.00 0.07 -mantelure mantelure nom f s 0.00 0.07 0.00 0.07 -mantes mante nom f p 0.72 1.69 0.15 1.22 -manège manège nom m s 5.92 15.27 5.22 13.51 -manèges manège nom m p 5.92 15.27 0.70 1.76 -mantille mantille nom f s 0.02 1.35 0.01 0.81 -mantilles mantille nom f p 0.02 1.35 0.01 0.54 -mantique mantique nom f s 0.00 0.07 0.00 0.07 -mantra mantra nom m s 0.34 0.07 0.34 0.07 -manu_militari manu_militari adv 0.16 0.20 0.16 0.20 -manubrium manubrium nom m s 0.03 0.00 0.03 0.00 -manécanterie manécanterie nom f s 0.00 0.27 0.00 0.27 -manucure manucure nom s 2.15 1.55 1.95 1.15 -manucurer manucurer ver 0.27 0.95 0.10 0.00 inf; -manucures manucure nom p 2.15 1.55 0.19 0.41 -manucuré manucurer ver m s 0.27 0.95 0.03 0.07 par:pas; -manucurée manucurer ver f s 0.27 0.95 0.01 0.14 par:pas; -manucurées manucurer ver f p 0.27 0.95 0.03 0.27 par:pas; -manucurés manucurer ver m p 0.27 0.95 0.09 0.27 par:pas; -manuel manuel nom m s 6.63 8.18 4.94 3.85 -manuelle manuel adj f s 5.70 3.85 1.16 0.61 -manuellement manuellement adv 1.40 0.14 1.40 0.14 -manuelles manuel adj f p 5.70 3.85 0.28 0.20 -manuels manuel nom m p 6.63 8.18 1.52 4.05 -manufacture manufacture nom f s 0.37 2.03 0.35 1.49 -manufacturer manufacturer ver 0.11 0.74 0.02 0.14 inf; -manufactures manufacture nom f p 0.37 2.03 0.02 0.54 -manufacturiers manufacturier nom m p 0.10 0.00 0.10 0.00 -manufacturons manufacturer ver 0.11 0.74 0.01 0.00 ind:pre:1p; -manufacturé manufacturer ver m s 0.11 0.74 0.04 0.07 par:pas; -manufacturée manufacturer ver f s 0.11 0.74 0.03 0.00 par:pas; -manufacturées manufacturer ver f p 0.11 0.74 0.00 0.07 par:pas; -manufacturés manufacturer ver m p 0.11 0.74 0.00 0.47 par:pas; -manégés manéger ver m p 0.00 0.07 0.00 0.07 par:pas; -manuscrit manuscrit nom m s 5.48 17.36 3.87 12.09 -manuscrite manuscrit adj f s 0.27 2.64 0.10 0.68 -manuscrites manuscrit adj f p 0.27 2.64 0.02 0.74 -manuscrits manuscrit nom m p 5.48 17.36 1.61 5.27 -manutention manutention nom f s 0.04 0.61 0.04 0.54 -manutentionnaire manutentionnaire nom s 0.14 0.41 0.12 0.27 -manutentionnaires manutentionnaire nom p 0.14 0.41 0.01 0.14 -manutentionner manutentionner ver 0.20 0.00 0.20 0.00 inf; -manutentions manutention nom f p 0.04 0.61 0.00 0.07 -manuélin manuélin adj m s 0.00 0.07 0.00 0.07 -manzanilla manzanilla nom m s 0.00 0.61 0.00 0.61 -mao mao nom s 0.21 0.68 0.21 0.41 -maoïsme maoïsme nom m s 0.01 0.07 0.01 0.07 -maoïste maoïste adj s 0.00 0.34 0.00 0.34 -maori maori adj m s 0.17 0.00 0.15 0.00 -maorie maori adj f s 0.17 0.00 0.02 0.00 -maos mao nom p 0.21 0.68 0.00 0.27 -maous maous adj m 0.09 0.74 0.09 0.74 -maousse maousse adj f s 0.14 0.54 0.14 0.54 -mappemonde mappemonde nom f s 0.07 1.76 0.06 1.42 -mappemondes mappemonde nom f p 0.07 1.76 0.01 0.34 -maquaient maquer ver 0.88 1.35 0.00 0.07 ind:imp:3p; -maque maquer ver 0.88 1.35 0.20 0.07 imp:pre:2s;ind:pre:1s;ind:pre:3s; -maquent maquer ver 0.88 1.35 0.00 0.07 ind:pre:3p; -maquer maquer ver 0.88 1.35 0.15 0.68 inf; -maquereau maquereau nom m s 7.23 7.03 5.32 3.38 -maquereautage maquereautage nom m s 0.10 0.14 0.10 0.14 -maquereauter maquereauter ver 0.13 0.00 0.13 0.00 inf; -maquereautins maquereautin nom m p 0.00 0.07 0.00 0.07 -maquereaux maquereau nom m p 7.23 7.03 1.35 2.03 -maquerellage maquerellage nom m s 0.10 0.00 0.10 0.00 -maquerelle maquereau nom f s 7.23 7.03 0.56 1.35 -maquerelles maquerelle nom f p 0.27 0.14 0.27 0.14 -maques maquer ver 0.88 1.35 0.01 0.00 ind:pre:2s; -maquette maquette nom f s 4.58 3.92 2.57 2.43 -maquettes maquette nom f p 4.58 3.92 2.01 1.49 -maquettiste maquettiste nom s 0.02 0.54 0.01 0.41 -maquettistes maquettiste nom p 0.02 0.54 0.01 0.14 -maquignon maquignon nom m s 0.35 2.57 0.21 1.76 -maquignonnage maquignonnage nom m s 0.01 0.14 0.00 0.07 -maquignonnages maquignonnage nom m p 0.01 0.14 0.01 0.07 -maquignonne maquignonner ver 0.00 0.20 0.00 0.07 ind:pre:3s; -maquignonné maquignonner ver m s 0.00 0.20 0.00 0.07 par:pas; -maquignonnés maquignonner ver m p 0.00 0.20 0.00 0.07 par:pas; -maquignons maquignon nom m p 0.35 2.57 0.14 0.81 -maquilla maquiller ver 11.14 15.81 0.00 0.14 ind:pas:3s; -maquillage maquillage nom m s 11.39 11.62 11.36 11.08 -maquillages maquillage nom m p 11.39 11.62 0.03 0.54 -maquillai maquiller ver 11.14 15.81 0.00 0.07 ind:pas:1s; -maquillais maquiller ver 11.14 15.81 0.19 0.20 ind:imp:1s;ind:imp:2s; -maquillait maquiller ver 11.14 15.81 0.28 1.55 ind:imp:3s; -maquillant maquiller ver 11.14 15.81 0.22 0.07 par:pre; -maquille maquiller ver 11.14 15.81 2.39 1.42 imp:pre:2s;ind:pre:1s;ind:pre:3s; -maquillent maquiller ver 11.14 15.81 0.22 0.34 ind:pre:3p; -maquiller maquiller ver 11.14 15.81 3.10 3.18 inf; -maquillerai maquiller ver 11.14 15.81 0.17 0.07 ind:fut:1s; -maquillerais maquiller ver 11.14 15.81 0.01 0.07 cnd:pre:1s; -maquilleras maquiller ver 11.14 15.81 0.01 0.00 ind:fut:2s; -maquilles maquiller ver 11.14 15.81 0.62 0.27 ind:pre:2s; -maquilleur maquilleur nom m s 0.79 0.47 0.28 0.14 -maquilleurs maquilleur nom m p 0.79 0.47 0.07 0.07 -maquilleuse maquilleur nom f s 0.79 0.47 0.44 0.20 -maquilleuses maquilleuse nom f p 0.03 0.00 0.03 0.00 -maquillez maquiller ver 11.14 15.81 0.08 0.07 imp:pre:2p;ind:pre:2p; -maquilliez maquiller ver 11.14 15.81 0.10 0.00 ind:imp:2p; -maquillons maquiller ver 11.14 15.81 0.01 0.00 imp:pre:1p; -maquillé maquiller ver m s 11.14 15.81 1.99 1.96 par:pas; -maquillée maquiller ver f s 11.14 15.81 1.37 4.39 par:pas; -maquillées maquiller ver f p 11.14 15.81 0.07 1.15 par:pas; -maquillés maquiller ver m p 11.14 15.81 0.32 0.88 par:pas; -maquis maquis nom m 0.91 16.01 0.91 16.01 -maquisard maquisard nom m s 0.16 5.81 0.14 0.68 -maquisarde maquisard nom f s 0.16 5.81 0.00 0.20 -maquisardes maquisard nom f p 0.16 5.81 0.00 0.14 -maquisards maquisard nom m p 0.16 5.81 0.02 4.80 -maqué maquer ver m s 0.88 1.35 0.07 0.07 par:pas; -maquée maquer ver f s 0.88 1.35 0.42 0.27 par:pas; -maqués maquer ver m p 0.88 1.35 0.03 0.14 par:pas; -mara mara nom m s 0.41 0.00 0.41 0.00 -maraîcher maraîcher nom m s 0.37 2.16 0.35 0.47 -maraîchers maraîcher nom m p 0.37 2.16 0.01 0.95 -maraîchère maraîcher nom f s 0.37 2.16 0.01 0.20 -maraîchères maraîchère nom f p 0.01 0.00 0.01 0.00 -marabout marabout nom m s 0.07 1.28 0.05 0.88 -marabouts marabout nom m p 0.07 1.28 0.02 0.41 -maracas maraca nom f p 0.12 0.41 0.12 0.41 -marae marae nom m s 0.02 0.00 0.02 0.00 -marais marais nom m 6.91 10.68 6.91 10.68 -maranta maranta nom m s 0.01 0.00 0.01 0.00 -marante marante nom f s 0.02 0.07 0.02 0.07 -marasme marasme nom m s 0.42 1.01 0.41 0.95 -marasmes marasme nom m p 0.42 1.01 0.01 0.07 -marasquin marasquin nom m s 0.06 0.74 0.06 0.74 -marathon marathon nom m s 2.12 1.28 1.98 1.28 -marathonien marathonien nom m s 0.17 0.14 0.17 0.07 -marathonienne marathonien nom f s 0.17 0.14 0.00 0.07 -marathons marathon nom m p 2.12 1.28 0.14 0.00 -maraud maraud nom m s 0.68 2.09 0.45 0.20 -maraudaient marauder ver 0.05 0.81 0.00 0.07 ind:imp:3p; -maraudait marauder ver 0.05 0.81 0.01 0.27 ind:imp:3s; -maraude maraud nom f s 0.68 2.09 0.22 1.28 -marauder marauder ver 0.05 0.81 0.03 0.34 inf; -maraudes maraud nom f p 0.68 2.09 0.01 0.27 -maraudeur maraudeur nom m s 1.99 1.49 1.50 0.61 -maraudeurs maraudeur nom m p 1.99 1.49 0.48 0.88 -maraudeuse maraudeur nom f s 1.99 1.49 0.01 0.00 -marauds maraud nom m p 0.68 2.09 0.00 0.34 -maraudé marauder ver m s 0.05 0.81 0.00 0.07 par:pas; -maraudés marauder ver m p 0.05 0.81 0.00 0.07 par:pas; -maravédis maravédis nom m 0.11 0.20 0.11 0.20 -marbra marbrer ver 0.28 1.82 0.00 0.07 ind:pas:3s; -marbraient marbrer ver 0.28 1.82 0.00 0.07 ind:imp:3p; -marbrait marbrer ver 0.28 1.82 0.00 0.20 ind:imp:3s; -marbre marbre nom m s 7.31 43.04 6.28 41.49 -marbrent marbrer ver 0.28 1.82 0.00 0.07 ind:pre:3p; -marbrerie marbrerie nom f s 0.00 0.14 0.00 0.07 -marbreries marbrerie nom f p 0.00 0.14 0.00 0.07 -marbres marbre nom m p 7.31 43.04 1.03 1.55 -marbrier marbrier adj m s 0.04 0.00 0.04 0.00 -marbré marbré adj m s 0.04 0.47 0.04 0.20 -marbrée marbrer ver f s 0.28 1.82 0.17 0.27 par:pas; -marbrées marbrer ver f p 0.28 1.82 0.00 0.34 par:pas; -marbrure marbrure nom f s 0.00 1.15 0.00 0.07 -marbrures marbrure nom f p 0.00 1.15 0.00 1.08 -marbrés marbrer ver m p 0.28 1.82 0.00 0.20 par:pas; -marc marc nom m s 1.28 3.38 1.18 2.91 -marcassin marcassin nom m s 0.02 0.88 0.02 0.74 -marcassins marcassin nom m p 0.02 0.88 0.00 0.14 -marcel marcel nom m s 0.06 0.20 0.06 0.20 -marceline marceline nom f s 0.00 0.07 0.00 0.07 -marcha marcher ver 364.36 325.61 0.28 21.96 ind:pas:3s; -marchai marcher ver 364.36 325.61 0.04 2.64 ind:pas:1s; -marchaient marcher ver 364.36 325.61 1.82 13.92 ind:imp:3p; -marchais marcher ver 364.36 325.61 3.51 7.91 ind:imp:1s;ind:imp:2s; -marchait marcher ver 364.36 325.61 12.13 48.65 ind:imp:3s; -marchand marchand nom m s 15.32 45.81 8.66 24.12 -marchandage marchandage nom m s 0.57 2.50 0.54 1.08 -marchandages marchandage nom m p 0.57 2.50 0.04 1.42 -marchandaient marchander ver 2.84 3.18 0.00 0.27 ind:imp:3p; -marchandais marchander ver 2.84 3.18 0.01 0.07 ind:imp:1s;ind:imp:2s; -marchandait marchander ver 2.84 3.18 0.15 0.34 ind:imp:3s; -marchandant marchander ver 2.84 3.18 0.01 0.41 par:pre; -marchande marchand nom f s 15.32 45.81 2.85 6.01 -marchandent marchander ver 2.84 3.18 0.14 0.00 ind:pre:3p; -marchander marchander ver 2.84 3.18 1.43 1.35 inf; -marchandera marchander ver 2.84 3.18 0.01 0.00 ind:fut:3s; -marchanderais marchander ver 2.84 3.18 0.00 0.07 cnd:pre:1s; -marchanderez marchander ver 2.84 3.18 0.01 0.00 ind:fut:2p; -marchandes marchander ver 2.84 3.18 0.11 0.00 ind:pre:2s; -marchandeuse marchandeur nom f s 0.00 0.07 0.00 0.07 -marchandez marchander ver 2.84 3.18 0.07 0.00 imp:pre:2p;ind:pre:2p; -marchandise marchandise nom f s 15.21 15.81 10.54 8.78 -marchandises marchandise nom f p 15.21 15.81 4.67 7.03 -marchandiseur marchandiseur nom m s 0.01 0.00 0.01 0.00 -marchandons marchander ver 2.84 3.18 0.05 0.00 imp:pre:1p;ind:pre:1p; -marchands marchand nom m p 15.32 45.81 3.71 14.46 -marchandé marchander ver m s 2.84 3.18 0.30 0.27 par:pas; -marchandée marchander ver f s 2.84 3.18 0.00 0.07 par:pas; -marchant marcher ver 364.36 325.61 4.32 24.86 par:pre; -marchante marchant adj f s 0.22 2.36 0.00 0.20 -marchantes marchant adj f p 0.22 2.36 0.00 0.07 -marche marcher ver 364.36 325.61 154.71 58.38 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -marchent marcher ver 364.36 325.61 11.64 10.61 ind:pre:3p; -marchepied marchepied nom m s 0.64 5.54 0.36 4.59 -marchepieds marchepied nom m p 0.64 5.54 0.28 0.95 -marcher marcher ver 364.36 325.61 85.33 80.88 inf; -marchera marcher ver 364.36 325.61 17.43 1.62 ind:fut:3s; -marcherai marcher ver 364.36 325.61 1.23 1.15 ind:fut:1s; -marcheraient marcher ver 364.36 325.61 0.06 0.74 cnd:pre:3p; -marcherais marcher ver 364.36 325.61 0.59 0.81 cnd:pre:1s;cnd:pre:2s; -marcherait marcher ver 364.36 325.61 4.10 2.30 cnd:pre:3s; -marcheras marcher ver 364.36 325.61 0.57 0.27 ind:fut:2s; -marcherez marcher ver 364.36 325.61 0.25 0.20 ind:fut:2p; -marcheriez marcher ver 364.36 325.61 0.06 0.07 cnd:pre:2p; -marcherions marcher ver 364.36 325.61 0.03 0.00 cnd:pre:1p; -marcherons marcher ver 364.36 325.61 0.55 0.41 ind:fut:1p; -marcheront marcher ver 364.36 325.61 1.03 0.34 ind:fut:3p; -marches marche nom f p 53.17 152.97 6.56 52.97 -marcheur marcheur nom m s 0.56 1.96 0.14 0.81 -marcheurs marcheur nom m p 0.56 1.96 0.38 0.81 -marcheuse marcheur nom f s 0.56 1.96 0.04 0.27 -marcheuses marcheuse nom f p 0.14 0.00 0.14 0.00 -marchez marcher ver 364.36 325.61 7.39 1.69 imp:pre:2p;ind:pre:2p; -marchiez marcher ver 364.36 325.61 0.48 0.20 ind:imp:2p;sub:pre:2p; -marchions marcher ver 364.36 325.61 0.74 5.27 ind:imp:1p; -marchâmes marcher ver 364.36 325.61 0.11 1.01 ind:pas:1p; -marchons marcher ver 364.36 325.61 4.30 6.82 imp:pre:1p;ind:pre:1p; -marchât marcher ver 364.36 325.61 0.00 0.47 sub:imp:3s; -marchèrent marcher ver 364.36 325.61 0.24 6.96 ind:pas:3p; -marché marché nom m s 74.36 62.43 72.73 57.36 -marchées marcher ver f p 364.36 325.61 0.01 0.00 par:pas; -marchés marché nom m p 74.36 62.43 1.64 5.07 -marconi marconi adj 0.01 0.07 0.01 0.07 -marcotin marcotin nom m s 0.00 0.07 0.00 0.07 -marcotte marcotte nom f s 0.01 0.00 0.01 0.00 -marcs marc nom m p 1.28 3.38 0.10 0.47 -mardi mardi nom m s 23.65 16.28 22.38 15.47 -mardis mardi nom m p 23.65 16.28 1.27 0.81 -mare mare nom f s 3.78 13.18 3.66 10.00 -marelle marelle nom f s 0.64 2.23 0.64 1.76 -marelles marelle nom f p 0.64 2.23 0.00 0.47 -marengo marengo adj m s 0.01 0.07 0.01 0.07 -marennes marennes nom f 0.00 0.41 0.00 0.41 -mares mare nom f p 3.78 13.18 0.12 3.18 -mareyeur mareyeur nom m s 0.00 0.41 0.00 0.20 -mareyeurs mareyeur nom m p 0.00 0.41 0.00 0.07 -mareyeuse mareyeur nom f s 0.00 0.41 0.00 0.07 -mareyeuses mareyeur nom f p 0.00 0.41 0.00 0.07 -margarine margarine nom f s 0.64 1.35 0.64 1.35 -margaux margaux nom m 0.04 0.14 0.04 0.14 -margay margay nom m s 0.00 1.49 0.00 1.49 -marge marge nom f s 14.40 14.86 14.21 12.64 -margeait marger ver 0.00 0.27 0.00 0.14 ind:imp:3s; -margelle margelle nom f s 0.04 2.09 0.04 2.03 -margelles margelle nom f p 0.04 2.09 0.00 0.07 -marger marger ver 0.00 0.27 0.00 0.14 inf; -marges marge nom f p 14.40 14.86 0.19 2.23 -margeuse margeur nom f s 0.00 0.07 0.00 0.07 -margina marginer ver 0.00 0.14 0.00 0.07 ind:pas:3s; -marginal marginal adj m s 0.59 1.82 0.35 0.47 -marginale marginal adj f s 0.59 1.82 0.15 0.54 -marginalement marginalement adv 0.01 0.00 0.01 0.00 -marginales marginal adj f p 0.59 1.82 0.01 0.54 -marginalisant marginaliser ver 0.36 0.41 0.00 0.07 par:pre; -marginaliser marginaliser ver 0.36 0.41 0.25 0.07 inf; -marginaliseraient marginaliser ver 0.36 0.41 0.01 0.00 cnd:pre:3p; -marginalisé marginaliser ver m s 0.36 0.41 0.03 0.00 par:pas; -marginalisée marginaliser ver f s 0.36 0.41 0.05 0.14 par:pas; -marginalisés marginaliser ver m p 0.36 0.41 0.03 0.14 par:pas; -marginalité marginalité nom f s 0.00 0.34 0.00 0.34 -marginaux marginal nom m p 0.58 1.49 0.39 0.81 -marginée marginer ver f s 0.00 0.14 0.00 0.07 par:pas; -margis margis nom m 0.00 0.27 0.00 0.27 -margot margot nom m s 1.17 0.00 1.17 0.00 -margotait margoter ver 0.00 0.07 0.00 0.07 ind:imp:3s; -margotin margotin nom m s 0.00 0.14 0.00 0.07 -margotins margotin nom m p 0.00 0.14 0.00 0.07 -margoton margoton nom f s 0.00 0.07 0.00 0.07 -margotte margotter ver 0.00 0.27 0.00 0.20 ind:pre:3s; -margottons margotter ver 0.00 0.27 0.00 0.07 imp:pre:1p; -margouillat margouillat nom m s 0.00 0.74 0.00 0.41 -margouillats margouillat nom m p 0.00 0.74 0.00 0.34 -margouillis margouillis nom m 0.00 0.07 0.00 0.07 -margoulette margoulette nom f s 0.00 0.34 0.00 0.34 -margoulin margoulin nom m s 0.04 0.61 0.03 0.34 -margoulins margoulin nom m p 0.04 0.61 0.01 0.27 -margrave margrave nom m s 0.60 0.00 0.60 0.00 -margraviat margraviat nom m s 0.00 0.07 0.00 0.07 -marguerite marguerite nom f s 1.58 2.97 0.25 0.54 -marguerites marguerite nom f p 1.58 2.97 1.33 2.43 -marguillier marguillier nom m s 0.03 0.41 0.03 0.34 -marguilliers marguillier nom m p 0.03 0.41 0.00 0.07 -mari mari nom m s 264.15 124.26 254.92 118.38 -maria marier ver 220.51 65.07 19.11 3.24 ind:pas:3s; -mariable mariable adj m s 0.01 0.14 0.01 0.14 -mariachi mariachi nom m s 0.90 0.00 0.63 0.00 -mariachis mariachi nom m p 0.90 0.00 0.28 0.00 -mariage mariage nom m s 167.39 78.72 158.58 70.68 -mariages mariage nom m p 167.39 78.72 8.81 8.04 -mariai marier ver 220.51 65.07 0.00 0.07 ind:pas:1s; -mariaient marier ver 220.51 65.07 0.08 0.95 ind:imp:3p; -mariais marier ver 220.51 65.07 0.55 0.14 ind:imp:1s;ind:imp:2s; -mariait marier ver 220.51 65.07 1.08 2.03 ind:imp:3s; -mariales marial adj f p 0.00 0.20 0.00 0.20 -marianne marian nom f s 0.27 0.00 0.27 0.00 -mariant marier ver 220.51 65.07 0.64 0.88 par:pre; -marias marier ver 220.51 65.07 0.00 0.07 ind:pas:2s; -mariassent marier ver 220.51 65.07 0.00 0.07 sub:imp:3p; -marida marida nom s 0.00 0.81 0.00 0.74 -maridas marida nom p 0.00 0.81 0.00 0.07 -marie_couche_toi_là marie_couche_toi_là nom f 0.06 0.27 0.06 0.27 -marie_jeanne marie_jeanne nom f s 0.26 0.07 0.26 0.07 -marie_louise marie_louise nom f s 0.00 0.07 0.00 0.07 -marie_salope marie_salope nom f s 0.00 0.07 0.00 0.07 -marie marier ver 220.51 65.07 22.00 6.28 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -marient marier ver 220.51 65.07 4.04 1.42 ind:pre:3p; -marier marier ver 220.51 65.07 63.88 16.49 ind:pre:2p;inf; -mariera marier ver 220.51 65.07 2.80 0.81 ind:fut:3s; -marierai marier ver 220.51 65.07 2.58 0.61 ind:fut:1s; -marieraient marier ver 220.51 65.07 0.00 0.54 cnd:pre:3p; -marierais marier ver 220.51 65.07 0.80 0.20 cnd:pre:1s;cnd:pre:2s; -marierait marier ver 220.51 65.07 0.66 0.74 cnd:pre:3s; -marieras marier ver 220.51 65.07 1.11 0.41 ind:fut:2s; -marierez marier ver 220.51 65.07 0.49 0.47 ind:fut:2p; -marieriez marier ver 220.51 65.07 0.01 0.00 cnd:pre:2p; -marierions marier ver 220.51 65.07 0.02 0.14 cnd:pre:1p; -marierons marier ver 220.51 65.07 1.20 0.27 ind:fut:1p; -marieront marier ver 220.51 65.07 0.47 0.14 ind:fut:3p; -maries marier ver 220.51 65.07 4.27 0.54 ind:pre:2s;sub:pre:2s; -marieur marieur nom m s 0.69 0.27 0.43 0.00 -marieuse marieur nom f s 0.69 0.27 0.27 0.20 -marieuses marieuse nom f p 0.40 0.00 0.40 0.00 -mariez marier ver 220.51 65.07 2.44 0.41 imp:pre:2p;ind:pre:2p; -marigot marigot nom m s 0.16 1.69 0.16 1.15 -marigots marigot nom m p 0.16 1.69 0.00 0.54 -marihuana marihuana nom f s 0.07 0.14 0.07 0.14 -mariions marier ver 220.51 65.07 0.00 0.14 ind:imp:1p; -marijuana marijuana nom f s 3.77 0.41 3.77 0.41 -marimba marimba nom m s 0.02 0.00 0.02 0.00 -marin_pêcheur marin_pêcheur nom m s 0.01 0.14 0.01 0.14 -marin marin nom m s 13.96 33.38 8.48 15.34 -marina marina nom f s 1.16 0.14 1.14 0.07 -marinade marinade nom f s 1.46 0.27 1.44 0.20 -marinades marinade nom f p 1.46 0.27 0.03 0.07 -marinage marinage nom m s 0.00 0.07 0.00 0.07 -marinaient mariner ver 1.42 2.84 0.00 0.14 ind:imp:3p; -marinait mariner ver 1.42 2.84 0.00 0.14 ind:imp:3s; -marinant mariner ver 1.42 2.84 0.00 0.34 par:pre; -marinas marina nom f p 1.16 0.14 0.02 0.07 -marine marine adj s 7.26 20.34 5.90 17.97 -mariner mariner ver 1.42 2.84 0.84 1.15 inf; -marinera mariner ver 1.42 2.84 0.00 0.07 ind:fut:3s; -marines marine adj p 7.26 20.34 1.36 2.36 -maringoins maringoin nom m p 0.00 0.07 0.00 0.07 -marinier marinier nom m s 0.06 1.49 0.04 0.41 -mariniers marinier nom m p 0.06 1.49 0.02 1.08 -marinière marinière nom f s 0.26 0.54 0.23 0.41 -marinières marinière nom f p 0.26 0.54 0.02 0.14 -marins marin nom m p 13.96 33.38 5.48 18.04 -mariné mariné adj m s 0.34 0.47 0.18 0.20 -marinée mariner ver f s 1.42 2.84 0.13 0.00 par:pas; -marinées mariner ver f p 1.42 2.84 0.12 0.07 par:pas; -marinés mariné adj m p 0.34 0.47 0.16 0.27 -mariol mariol nom s 0.04 0.00 0.04 0.00 -mariole mariole nom s 0.68 0.81 0.58 0.54 -marioles mariole nom p 0.68 0.81 0.10 0.27 -mariolle mariolle nom s 0.99 0.61 0.59 0.41 -mariolles mariolle nom p 0.99 0.61 0.40 0.20 -marionnette marionnette nom f s 5.11 5.95 2.87 2.77 -marionnettes marionnette nom f p 5.11 5.95 2.24 3.18 -marionnettiste marionnettiste nom s 0.36 0.07 0.36 0.07 -marions marier ver 220.51 65.07 2.53 0.07 imp:pre:1p;ind:pre:1p; -mariât marier ver 220.51 65.07 0.00 0.07 sub:imp:3s; -maris mari nom m p 264.15 124.26 9.23 5.88 -maristes mariste nom p 0.00 0.14 0.00 0.14 -marital marital adj m s 0.59 0.14 0.14 0.00 -maritale marital adj f s 0.59 0.14 0.31 0.00 -maritalement maritalement adv 0.03 0.20 0.03 0.20 -maritales marital adj f p 0.59 0.14 0.01 0.07 -maritaux marital adj m p 0.59 0.14 0.13 0.07 -marièrent marier ver 220.51 65.07 0.42 0.88 ind:pas:3p; -maritime maritime adj s 2.37 6.22 1.74 3.58 -maritimes maritime adj p 2.37 6.22 0.63 2.64 -maritorne maritorne nom f s 0.00 0.27 0.00 0.27 -marié marier ver m s 220.51 65.07 35.76 10.47 par:pas; -mariée marier ver f s 220.51 65.07 30.55 10.74 ind:imp:3p;par:pas; -mariées marier ver f p 220.51 65.07 1.50 0.61 par:pas; -mariés marier ver m p 220.51 65.07 21.53 5.20 par:pas; -marivaudage marivaudage nom m s 0.03 0.41 0.03 0.20 -marivaudages marivaudage nom m p 0.03 0.41 0.00 0.20 -marivaudant marivauder ver 0.02 0.07 0.00 0.07 par:pre; -marivauder marivauder ver 0.02 0.07 0.02 0.00 inf; -marjolaine marjolaine nom f s 0.24 0.61 0.24 0.61 -mark mark nom m s 13.24 1.76 1.31 0.61 -marker marker nom m s 0.08 0.14 0.08 0.14 -marketing marketing nom m s 1.88 0.88 1.88 0.81 -marketings marketing nom m p 1.88 0.88 0.00 0.07 -marks mark nom m p 13.24 1.76 11.93 1.15 -marle marle adj m s 0.04 1.55 0.00 1.35 -marles marle adj p 0.04 1.55 0.04 0.20 -marlin marlin nom m s 0.50 0.00 0.50 0.00 -marlou marlou nom m s 0.24 0.88 0.14 0.54 -marloupin marloupin nom m s 0.00 0.34 0.00 0.14 -marloupinerie marloupinerie nom f s 0.00 0.27 0.00 0.20 -marloupineries marloupinerie nom f p 0.00 0.27 0.00 0.07 -marloupins marloupin nom m p 0.00 0.34 0.00 0.20 -marlous marlou nom m p 0.24 0.88 0.10 0.34 -marmaille marmaille nom f s 0.30 4.26 0.30 4.12 -marmailles marmaille nom f p 0.30 4.26 0.00 0.14 -marmelade marmelade nom f s 0.73 2.91 0.73 2.77 -marmelades marmelade nom f p 0.73 2.91 0.00 0.14 -marmitage marmitage nom m s 0.00 0.47 0.00 0.41 -marmitages marmitage nom m p 0.00 0.47 0.00 0.07 -marmite marmite nom f s 3.21 14.66 2.35 8.38 -marmiter marmiter ver 0.14 0.07 0.14 0.00 inf; -marmites marmite nom f p 3.21 14.66 0.86 6.28 -marmiteuse marmiteux adj f s 0.14 0.14 0.00 0.07 -marmiteux marmiteux adj m 0.14 0.14 0.14 0.07 -marmiton marmiton nom m s 0.13 1.15 0.12 0.41 -marmitons marmiton nom m p 0.13 1.15 0.01 0.74 -marmitées marmitée nom f p 0.00 0.14 0.00 0.14 -marmités marmiter ver m p 0.14 0.07 0.00 0.07 par:pas; -marmonna marmonner ver 1.74 13.51 0.14 3.04 ind:pas:3s; -marmonnaient marmonner ver 1.74 13.51 0.00 0.27 ind:imp:3p; -marmonnait marmonner ver 1.74 13.51 0.15 2.43 ind:imp:3s; -marmonnant marmonner ver 1.74 13.51 0.07 1.89 par:pre; -marmonne marmonner ver 1.74 13.51 0.56 2.91 imp:pre:2s;ind:pre:1s;ind:pre:3s; -marmonnement marmonnement nom m s 0.32 0.61 0.29 0.61 -marmonnements marmonnement nom m p 0.32 0.61 0.02 0.00 -marmonnent marmonner ver 1.74 13.51 0.03 0.20 ind:pre:3p; -marmonner marmonner ver 1.74 13.51 0.31 1.35 inf; -marmonnes marmonner ver 1.74 13.51 0.20 0.07 ind:pre:2s; -marmonnez marmonner ver 1.74 13.51 0.11 0.00 imp:pre:2p;ind:pre:2p; -marmonniez marmonner ver 1.74 13.51 0.01 0.00 ind:imp:2p; -marmonné marmonner ver m s 1.74 13.51 0.12 1.28 par:pas; -marmonnée marmonner ver f s 1.74 13.51 0.01 0.07 par:pas; -marmonnés marmonner ver m p 1.74 13.51 0.02 0.00 par:pas; -marmoréen marmoréen adj m s 0.01 0.61 0.00 0.27 -marmoréenne marmoréen adj f s 0.01 0.61 0.01 0.20 -marmoréens marmoréen adj m p 0.01 0.61 0.00 0.14 -marmot marmot nom m s 1.52 2.36 1.21 1.42 -marmots marmot nom m p 1.52 2.36 0.32 0.95 -marmotta marmotter ver 0.34 1.28 0.10 0.47 ind:pas:3s; -marmottages marmottage nom m p 0.00 0.07 0.00 0.07 -marmottait marmotter ver 0.34 1.28 0.00 0.20 ind:imp:3s; -marmottant marmotter ver 0.34 1.28 0.00 0.20 par:pre; -marmotte marmotte nom f s 3.15 1.22 2.84 0.74 -marmottement marmottement nom m s 0.00 0.07 0.00 0.07 -marmotter marmotter ver 0.34 1.28 0.00 0.27 inf; -marmottes marmotte nom f p 3.15 1.22 0.32 0.47 -marmotté marmotter ver m s 0.34 1.28 0.00 0.07 par:pas; -marmouset marmouset nom m s 0.10 0.07 0.10 0.00 -marmousets marmouset nom m p 0.10 0.07 0.00 0.07 -marna marner ver 0.10 1.15 0.05 0.00 ind:pas:3s; -marnaise marnais adj f s 0.00 0.07 0.00 0.07 -marnait marner ver 0.10 1.15 0.00 0.07 ind:imp:3s; -marne marne nom f s 0.03 2.84 0.03 0.34 -marnent marner ver 0.10 1.15 0.00 0.14 ind:pre:3p; -marner marner ver 0.10 1.15 0.05 0.61 inf; -marnes marne nom f p 0.03 2.84 0.00 2.50 -marneuse marneux adj f s 0.00 0.20 0.00 0.20 -marnières marnière nom f p 0.00 0.07 0.00 0.07 -marné marner ver m s 0.10 1.15 0.00 0.14 par:pas; -marocain marocain nom m s 2.28 2.09 1.06 1.49 -marocaine marocain adj f s 0.54 5.14 0.19 2.03 -marocaines marocain nom f p 2.28 2.09 0.14 0.07 -marocains marocain nom m p 2.28 2.09 1.07 0.47 -maronite maronite adj s 0.00 0.20 0.00 0.14 -maronites maronite nom p 0.00 0.14 0.00 0.14 -maronner maronner ver 0.01 0.07 0.01 0.00 inf; -maronné maronner ver m s 0.01 0.07 0.00 0.07 par:pas; -maroquin maroquin nom m s 0.11 1.76 0.11 1.69 -maroquinerie maroquinerie nom f s 0.05 1.15 0.05 1.01 -maroquineries maroquinerie nom f p 0.05 1.15 0.00 0.14 -maroquinier maroquinier nom m s 0.01 0.61 0.01 0.47 -maroquiniers maroquinier nom m p 0.01 0.61 0.00 0.14 -maroquins maroquin nom m p 0.11 1.76 0.00 0.07 -marâtre marâtre nom f s 0.38 1.22 0.37 1.08 -marâtres marâtre nom f p 0.38 1.22 0.01 0.14 -marotte marotte nom f s 0.26 2.09 0.20 1.55 -marottes marotte nom f p 0.26 2.09 0.05 0.54 -marouette marouette nom f s 0.01 0.00 0.01 0.00 -maroufle maroufle nom f s 0.14 0.41 0.14 0.27 -maroufler maroufler ver 0.00 0.07 0.00 0.07 inf; -maroufles maroufle nom f p 0.14 0.41 0.00 0.14 -marqua marquer ver 43.78 101.08 0.32 8.04 ind:pas:3s; -marquage marquage nom m s 0.65 0.14 0.65 0.14 -marquai marquer ver 43.78 101.08 0.00 0.74 ind:pas:1s; -marquaient marquer ver 43.78 101.08 0.12 4.39 ind:imp:3p; -marquais marquer ver 43.78 101.08 0.06 0.41 ind:imp:1s;ind:imp:2s; -marquait marquer ver 43.78 101.08 0.56 12.03 ind:imp:3s; -marquant marquer ver 43.78 101.08 0.30 5.20 par:pre; -marquante marquant adj f s 0.56 1.49 0.04 0.14 -marquantes marquant adj f p 0.56 1.49 0.01 0.07 -marquants marquant adj m p 0.56 1.49 0.29 0.61 -marque_page marque_page nom m s 0.25 0.14 0.24 0.07 -marque_page marque_page nom m p 0.25 0.14 0.01 0.07 -marque marque nom f s 40.29 37.70 23.91 26.89 -marquent marquer ver 43.78 101.08 0.86 2.77 ind:pre:3p; -marquer marquer ver 43.78 101.08 7.69 16.82 inf; -marquera marquer ver 43.78 101.08 0.85 0.74 ind:fut:3s; -marquerai marquer ver 43.78 101.08 0.42 0.07 ind:fut:1s; -marqueraient marquer ver 43.78 101.08 0.11 0.14 cnd:pre:3p; -marquerait marquer ver 43.78 101.08 0.07 0.47 cnd:pre:3s; -marqueras marquer ver 43.78 101.08 0.03 0.07 ind:fut:2s; -marquerez marquer ver 43.78 101.08 0.01 0.14 ind:fut:2p; -marquerons marquer ver 43.78 101.08 0.01 0.00 ind:fut:1p; -marqueront marquer ver 43.78 101.08 0.08 0.14 ind:fut:3p; -marques marque nom f p 40.29 37.70 16.39 10.81 -marqueterie marqueterie nom f s 0.11 2.09 0.11 1.62 -marqueteries marqueterie nom f p 0.11 2.09 0.00 0.47 -marquette marqueter ver 0.02 0.27 0.01 0.07 imp:pre:2s;ind:pre:3s; -marqueté marqueter ver m s 0.02 0.27 0.01 0.07 par:pas; -marquetées marqueter ver f p 0.02 0.27 0.00 0.07 par:pas; -marquetés marqueter ver m p 0.02 0.27 0.00 0.07 par:pas; -marqueur marqueur nom m s 2.02 0.47 1.25 0.47 -marqueurs marqueur nom m p 2.02 0.47 0.77 0.00 -marquez marquer ver 43.78 101.08 1.98 0.41 imp:pre:2p;ind:pre:2p; -marquiez marquer ver 43.78 101.08 0.28 0.07 ind:imp:2p; -marquions marquer ver 43.78 101.08 0.00 0.07 ind:imp:1p; -marquis marquis nom m 16.69 18.31 14.98 9.86 -marquisat marquisat nom m s 0.00 0.27 0.00 0.20 -marquisats marquisat nom m p 0.00 0.27 0.00 0.07 -marquise marquis nom f s 16.69 18.31 1.64 7.36 -marquises marquis nom f p 16.69 18.31 0.07 1.08 -marquisien marquisien adj m s 0.00 0.20 0.00 0.07 -marquisiens marquisien adj m p 0.00 0.20 0.00 0.14 -marquons marquer ver 43.78 101.08 0.04 0.14 imp:pre:1p;ind:pre:1p; -marquât marquer ver 43.78 101.08 0.00 0.41 sub:imp:3s; -marquèrent marquer ver 43.78 101.08 0.01 0.68 ind:pas:3p; -marqué marquer ver m s 43.78 101.08 15.81 20.07 par:pas; -marquée marquer ver f s 43.78 101.08 2.84 9.26 par:pas; -marquées marquer ver f p 43.78 101.08 0.51 2.50 par:pas; -marqués marquer ver m p 43.78 101.08 1.68 4.32 par:pas; -marra marrer ver 16.13 32.57 0.10 0.34 ind:pas:3s; -marrade marrade nom f s 0.01 0.68 0.01 0.68 -marraient marrer ver 16.13 32.57 0.14 0.54 ind:imp:3p; -marraine marraine nom f s 2.74 8.78 2.52 8.38 -marraines marraine nom f p 2.74 8.78 0.22 0.41 -marrais marrer ver 16.13 32.57 0.14 0.34 ind:imp:1s; -marrait marrer ver 16.13 32.57 0.27 2.30 ind:imp:3s; -marrane marrane nom m s 0.00 0.27 0.00 0.14 -marranes marrane nom m p 0.00 0.27 0.00 0.14 -marrant marrant adj m s 35.70 12.36 30.41 9.19 -marrante marrant adj f s 35.70 12.36 3.15 1.42 -marrantes marrant adj f p 35.70 12.36 0.81 0.54 -marrants marrant adj m p 35.70 12.36 1.33 1.22 -marre marre adv 57.48 20.68 57.48 20.68 -marrent marrer ver 16.13 32.57 0.54 1.76 ind:pre:3p; -marrer marrer ver 16.13 32.57 6.45 12.50 inf; -marrera marrer ver 16.13 32.57 0.22 0.07 ind:fut:3s; -marrerais marrer ver 16.13 32.57 0.02 0.07 cnd:pre:1s;cnd:pre:2s; -marrerait marrer ver 16.13 32.57 0.00 0.14 cnd:pre:3s; -marres marrer ver 16.13 32.57 1.12 0.34 ind:pre:2s; -marrez marrer ver 16.13 32.57 0.47 0.41 imp:pre:2p;ind:pre:2p; -marri marri adj m s 0.52 0.41 0.03 0.41 -marrie marri adj f s 0.52 0.41 0.45 0.00 -marrions marrer ver 16.13 32.57 0.05 0.00 ind:imp:1p; -marris marri adj m p 0.52 0.41 0.04 0.00 -marron marron adj 5.33 13.72 5.33 13.72 -marronnais marronner ver 0.00 0.41 0.00 0.07 ind:imp:2s; -marronnasse marronnasse adj s 0.00 0.07 0.00 0.07 -marronner marronner ver 0.00 0.41 0.00 0.20 inf; -marronnera marronner ver 0.00 0.41 0.00 0.07 ind:fut:3s; -marronnier marronnier nom m s 0.61 9.39 0.46 2.57 -marronniers marronnier nom m p 0.61 9.39 0.15 6.82 -marronné marronner ver m s 0.00 0.41 0.00 0.07 par:pas; -marrons marron nom m p 4.89 7.36 2.80 3.92 -marré marrer ver m s 16.13 32.57 0.72 1.76 par:pas; -marrée marrer ver f s 16.13 32.57 0.15 0.07 par:pas; -marrés marrer ver m p 16.13 32.57 0.18 0.61 par:pas; -mars mars nom m 9.75 31.42 9.75 31.42 -marsala marsala nom m s 0.38 0.14 0.38 0.14 -marsaules marsaule nom m p 0.00 0.27 0.00 0.27 -marseillais marseillais nom m 1.27 1.82 1.27 0.81 -marseillaise marseillais nom f s 1.27 1.82 0.00 1.01 -marseillaises marseillais adj f p 1.22 1.35 0.00 0.34 -marshal marshal nom m s 3.11 0.00 2.74 0.00 -marshals marshal nom m p 3.11 0.00 0.37 0.00 -marsouin marsouin nom m s 0.11 0.68 0.08 0.47 -marsouins marsouin nom m p 0.11 0.68 0.03 0.20 -marsupial marsupial nom m s 0.10 0.00 0.04 0.00 -marsupiaux marsupial nom m p 0.10 0.00 0.06 0.00 -marsupilami marsupilami nom m s 0.00 0.20 0.00 0.14 -marsupilamis marsupilami nom m p 0.00 0.20 0.00 0.07 -martagon martagon nom m s 0.00 0.07 0.00 0.07 -marteau_pilon marteau_pilon nom m s 0.07 0.41 0.07 0.34 -marteau_piqueur marteau_piqueur nom m s 0.42 0.07 0.42 0.07 -marteau marteau nom m s 12.63 15.61 11.84 13.31 -marteau_pilon marteau_pilon nom m p 0.07 0.41 0.00 0.07 -marteaux marteau nom m p 12.63 15.61 0.79 2.30 -martel martel nom m s 0.05 0.47 0.05 0.34 -martela marteler ver 1.45 10.41 0.00 0.68 ind:pas:3s; -martelage martelage nom m s 0.00 0.14 0.00 0.14 -martelai marteler ver 1.45 10.41 0.00 0.07 ind:pas:1s; -martelaient marteler ver 1.45 10.41 0.02 0.74 ind:imp:3p; -martelait marteler ver 1.45 10.41 0.01 1.15 ind:imp:3s; -martelant marteler ver 1.45 10.41 0.29 2.30 par:pre; -marteler marteler ver 1.45 10.41 0.41 1.35 inf; -martelet martelet nom m s 0.00 0.07 0.00 0.07 -marteleur marteleur nom m s 0.04 0.00 0.04 0.00 -martelez marteler ver 1.45 10.41 0.01 0.00 ind:pre:2p; -martels martel nom m p 0.05 0.47 0.00 0.14 -martelèrent marteler ver 1.45 10.41 0.00 0.07 ind:pas:3p; -martelé marteler ver m s 1.45 10.41 0.16 1.42 par:pas; -martelée marteler ver f s 1.45 10.41 0.02 0.54 par:pas; -martelées marteler ver f p 1.45 10.41 0.00 0.27 par:pas; -martelés marteler ver m p 1.45 10.41 0.00 0.47 par:pas; -martial martial adj m s 8.02 4.26 0.85 1.76 -martiale martial adj f s 8.02 4.26 5.63 1.22 -martiales martial adj f p 8.02 4.26 0.01 0.34 -martialités martialité nom f p 0.00 0.07 0.00 0.07 -martiaux martial adj m p 8.02 4.26 1.53 0.95 -martien martien nom m s 1.96 1.49 0.59 0.61 -martienne martienne nom f s 0.51 0.34 0.35 0.27 -martiennes martienne nom f p 0.51 0.34 0.16 0.07 -martiens martien nom m p 1.96 1.49 1.37 0.88 -martin_pêcheur martin_pêcheur nom m s 0.02 0.41 0.01 0.27 -martin martin nom m s 1.69 0.07 0.08 0.00 -martine martiner ver 2.56 0.47 0.00 0.14 ind:pre:3s; -martinet martinet nom m s 0.26 2.64 0.24 1.15 -martinets martinet nom m p 0.26 2.64 0.02 1.49 -martinez martiner ver 2.56 0.47 2.56 0.34 imp:pre:2p;ind:pre:2p; -martingale martingale nom f s 0.12 1.28 0.12 1.08 -martingales martingale nom f p 0.12 1.28 0.00 0.20 -martini martini nom m s 3.85 2.23 2.76 1.89 -martiniquais martiniquais nom m 0.03 1.69 0.02 0.68 -martiniquaise martiniquais nom f s 0.03 1.69 0.01 0.95 -martiniquaises martiniquais nom f p 0.03 1.69 0.00 0.07 -martinis martini nom m p 3.85 2.23 1.09 0.34 -martin_pêcheur martin_pêcheur nom m p 0.02 0.41 0.01 0.14 -martins martin nom m p 1.69 0.07 1.62 0.07 -martre martre nom f s 0.53 1.22 0.16 1.01 -martres martre nom f p 0.53 1.22 0.37 0.20 -martèle marteler ver 1.45 10.41 0.21 0.95 imp:pre:2s;ind:pre:1s;ind:pre:3s; -martèlement martèlement nom m s 0.43 3.65 0.41 3.51 -martèlements martèlement nom m p 0.43 3.65 0.02 0.14 -martèlent marteler ver 1.45 10.41 0.32 0.27 ind:pre:3p; -martèlera marteler ver 1.45 10.41 0.00 0.14 ind:fut:3s; -martyr martyr nom m s 5.50 6.76 3.68 3.24 -martyre martyre nom s 3.75 6.35 3.32 6.08 -martyres martyre nom p 3.75 6.35 0.42 0.27 -martyrisaient martyriser ver 0.94 3.38 0.00 0.07 ind:imp:3p; -martyrisait martyriser ver 0.94 3.38 0.01 0.47 ind:imp:3s; -martyrisant martyriser ver 0.94 3.38 0.00 0.14 par:pre; -martyrise martyriser ver 0.94 3.38 0.24 0.07 ind:pre:3s; -martyrisent martyriser ver 0.94 3.38 0.02 0.07 ind:pre:3p; -martyriser martyriser ver 0.94 3.38 0.22 0.74 inf; -martyriserait martyriser ver 0.94 3.38 0.01 0.00 cnd:pre:3s; -martyrisé martyriser ver m s 0.94 3.38 0.24 0.68 par:pas; -martyrisée martyriser ver f s 0.94 3.38 0.04 0.74 par:pas; -martyrisées martyriser ver f p 0.94 3.38 0.01 0.07 par:pas; -martyrisés martyriser ver m p 0.94 3.38 0.15 0.34 par:pas; -martyrologe martyrologe nom m s 0.00 0.20 0.00 0.14 -martyrologes martyrologe nom m p 0.00 0.20 0.00 0.07 -martyrs martyr nom m p 5.50 6.76 1.82 3.51 -marécage marécage nom m s 3.18 6.15 2.31 2.77 -marécages marécage nom m p 3.18 6.15 0.87 3.38 -marécageuse marécageux adj f s 0.47 1.62 0.02 0.41 -marécageuses marécageux adj f p 0.47 1.62 0.01 0.34 -marécageux marécageux adj m 0.47 1.62 0.44 0.88 -maréchal_ferrant maréchal_ferrant nom m s 0.22 1.96 0.22 1.96 -maréchal maréchal nom m s 2.84 41.69 2.67 38.24 -maréchalat maréchalat nom m s 0.00 0.07 0.00 0.07 -maréchale maréchal nom f s 2.84 41.69 0.14 0.07 -maréchalerie maréchalerie nom f s 0.00 0.27 0.00 0.27 -maréchalistes maréchaliste nom p 0.00 0.07 0.00 0.07 -maréchaussée maréchaussée nom f s 0.00 0.88 0.00 0.88 -maréchaux_ferrants maréchaux_ferrants nom m p 0.00 0.41 0.00 0.41 -maréchaux maréchal nom m p 2.84 41.69 0.04 3.38 -marée marée nom f s 6.31 26.89 5.21 21.28 -marées marée nom f p 6.31 26.89 1.10 5.61 -marémotrice marémoteur adj f s 0.01 0.00 0.01 0.00 -marxisme_léninisme marxisme_léninisme nom m s 0.50 0.68 0.50 0.68 -marxisme marxisme nom m s 0.94 3.92 0.94 3.92 -marxiste_léniniste marxiste_léniniste adj s 0.41 0.41 0.27 0.41 -marxiste marxiste adj s 0.91 2.84 0.67 2.36 -marxiste_léniniste marxiste_léniniste adj p 0.41 0.41 0.14 0.00 -marxistes marxiste adj p 0.91 2.84 0.24 0.47 -mary mary nom m s 0.56 0.20 0.56 0.20 -maryland maryland nom m s 0.04 0.14 0.04 0.14 -mas mas nom m 2.21 5.07 2.21 5.07 -masaï masaï nom s 0.01 3.99 0.01 3.99 -mascara mascara nom m s 1.15 0.47 1.15 0.47 -mascarade mascarade nom f s 2.71 2.03 2.58 1.76 -mascarades mascarade nom f p 2.71 2.03 0.13 0.27 -mascaret mascaret nom m s 0.00 0.54 0.00 0.54 -mascaron mascaron nom m s 0.00 0.14 0.00 0.07 -mascarons mascaron nom m p 0.00 0.14 0.00 0.07 -mascarpone mascarpone nom m s 0.11 0.00 0.11 0.00 -mascotte mascotte nom f s 2.36 0.88 1.91 0.74 -mascottes mascotte nom f p 2.36 0.88 0.45 0.14 -masculin masculin adj m s 8.14 10.14 4.49 4.05 -masculine masculin adj f s 8.14 10.14 2.66 3.92 -masculines masculin adj f p 8.14 10.14 0.40 0.95 -masculiniser masculiniser ver 0.02 0.07 0.01 0.00 inf; -masculinisée masculiniser ver f s 0.02 0.07 0.01 0.07 par:pas; -masculinité masculinité nom f s 0.21 0.00 0.21 0.00 -masculins masculin adj m p 8.14 10.14 0.59 1.22 -maser maser nom m s 0.01 0.00 0.01 0.00 -maskinongé maskinongé nom m s 0.00 0.07 0.00 0.07 -maso maso nom s 0.38 0.34 0.24 0.34 -masochisme masochisme nom m s 0.42 1.01 0.42 1.01 -masochiste masochiste adj s 0.34 0.81 0.30 0.68 -masochistes masochiste nom p 0.29 0.47 0.04 0.07 -masos maso adj p 0.35 0.88 0.15 0.00 -masqua masquer ver 3.74 19.12 0.01 0.27 ind:pas:3s; -masquage masquage nom m s 0.02 0.00 0.01 0.00 -masquages masquage nom m p 0.02 0.00 0.01 0.00 -masquaient masquer ver 3.74 19.12 0.04 1.22 ind:imp:3p; -masquait masquer ver 3.74 19.12 0.08 3.11 ind:imp:3s; -masquant masquer ver 3.74 19.12 0.05 1.82 par:pre; -masque_espion masque_espion nom m s 0.01 0.00 0.01 0.00 -masque masque nom m s 29.18 38.65 23.16 28.45 -masquent masquer ver 3.74 19.12 0.09 0.68 ind:pre:3p; -masquer masquer ver 3.74 19.12 1.39 4.32 inf; -masqueraient masquer ver 3.74 19.12 0.00 0.07 cnd:pre:3p; -masques masque nom m p 29.18 38.65 6.02 10.20 -masquons masquer ver 3.74 19.12 0.03 0.00 ind:pre:1p; -masqué masqué adj m s 3.26 3.85 2.42 1.69 -masquée masquer ver f s 3.74 19.12 0.15 1.42 par:pas; -masquées masquer ver f p 3.74 19.12 0.02 0.47 par:pas; -masqués masqué adj m p 3.26 3.85 0.73 0.68 -mass_media mass_media nom m p 0.17 0.07 0.17 0.07 -massa masser ver 5.69 12.84 0.00 1.28 ind:pas:3s; -massacra massacrer ver 17.01 14.66 0.05 0.14 ind:pas:3s; -massacraient massacrer ver 17.01 14.66 0.01 0.47 ind:imp:3p; -massacrais massacrer ver 17.01 14.66 0.01 0.00 ind:imp:1s; -massacrait massacrer ver 17.01 14.66 0.05 0.74 ind:imp:3s; -massacrant massacrer ver 17.01 14.66 0.33 0.47 par:pre; -massacrante massacrant adj f s 0.45 0.34 0.40 0.34 -massacre massacre nom m s 13.71 16.49 11.71 10.27 -massacrent massacrer ver 17.01 14.66 0.36 0.20 ind:pre:3p;sub:pre:3p; -massacrer massacrer ver 17.01 14.66 5.73 4.12 inf; -massacrera massacrer ver 17.01 14.66 0.27 0.07 ind:fut:3s; -massacrerai massacrer ver 17.01 14.66 0.03 0.07 ind:fut:1s; -massacreraient massacrer ver 17.01 14.66 0.01 0.20 cnd:pre:3p; -massacrerait massacrer ver 17.01 14.66 0.00 0.14 cnd:pre:3s; -massacrerons massacrer ver 17.01 14.66 0.16 0.00 ind:fut:1p; -massacreront massacrer ver 17.01 14.66 0.08 0.07 ind:fut:3p; -massacres massacre nom m p 13.71 16.49 2.00 6.22 -massacreur massacreur nom m s 0.06 0.34 0.06 0.20 -massacreurs massacreur nom m p 0.06 0.34 0.00 0.14 -massacrez massacrer ver 17.01 14.66 0.57 0.07 imp:pre:2p;ind:pre:2p; -massacrons massacrer ver 17.01 14.66 0.20 0.00 imp:pre:1p;ind:pre:1p; -massacrât massacrer ver 17.01 14.66 0.00 0.07 sub:imp:3s; -massacrèrent massacrer ver 17.01 14.66 0.16 0.20 ind:pas:3p; -massacré massacrer ver m s 17.01 14.66 3.17 2.70 par:pas; -massacrée massacrer ver f s 17.01 14.66 0.81 0.81 par:pas; -massacrées massacrer ver f p 17.01 14.66 0.09 0.20 par:pas; -massacrés massacrer ver m p 17.01 14.66 1.92 3.04 par:pas; -massage massage nom m s 9.57 3.18 7.76 2.23 -massages massage nom m p 9.57 3.18 1.81 0.95 -massaient masser ver 5.69 12.84 0.00 0.27 ind:imp:3p; -massais masser ver 5.69 12.84 0.08 0.00 ind:imp:1s; -massait masser ver 5.69 12.84 0.02 1.01 ind:imp:3s; -massant masser ver 5.69 12.84 0.04 0.68 par:pre; -masse masse nom f s 16.73 79.80 11.64 60.54 -massent masser ver 5.69 12.84 0.01 0.41 ind:pre:3p; -massepain massepain nom m s 0.29 0.34 0.17 0.00 -massepains massepain nom m p 0.29 0.34 0.12 0.34 -masser masser ver 5.69 12.84 2.98 2.09 inf; -massera masser ver 5.69 12.84 0.21 0.00 ind:fut:3s; -masserai masser ver 5.69 12.84 0.05 0.00 ind:fut:1s; -masseraient masser ver 5.69 12.84 0.00 0.07 cnd:pre:3p; -masserais masser ver 5.69 12.84 0.01 0.00 cnd:pre:2s; -masseras masser ver 5.69 12.84 0.02 0.00 ind:fut:2s; -masserez masser ver 5.69 12.84 0.01 0.00 ind:fut:2p; -masses masse nom f p 16.73 79.80 5.09 19.26 -massettes massette nom f p 0.00 0.14 0.00 0.14 -masseur masseur nom m s 1.91 1.69 0.70 1.15 -masseurs masseur nom m p 1.91 1.69 0.06 0.14 -masseuse masseur nom f s 1.91 1.69 1.12 0.27 -masseuses masseur nom f p 1.91 1.69 0.03 0.14 -massez masser ver 5.69 12.84 0.21 0.00 imp:pre:2p; -massicot massicot nom m s 0.20 0.61 0.10 0.54 -massicoter massicoter ver 0.00 0.14 0.00 0.07 inf; -massicotier massicotier nom m s 0.00 0.41 0.00 0.41 -massicots massicot nom m p 0.20 0.61 0.10 0.07 -massicoté massicoter ver m s 0.00 0.14 0.00 0.07 par:pas; -massif massif adj m s 7.16 22.30 2.52 8.92 -massifs massif adj m p 7.16 22.30 0.40 2.03 -massive massif adj f s 7.16 22.30 3.68 8.38 -massivement massivement adv 0.21 1.01 0.21 1.01 -massives massif adj f p 7.16 22.30 0.55 2.97 -massivité massivité nom f s 0.00 0.20 0.00 0.20 -massèrent masser ver 5.69 12.84 0.00 0.14 ind:pas:3p; -massé masser ver m s 5.69 12.84 0.40 1.01 par:pas; -massée masser ver f s 5.69 12.84 0.11 1.62 par:pas; -massue massue nom f s 0.71 2.84 0.57 2.30 -massées masser ver f p 5.69 12.84 0.03 0.47 par:pas; -massues massue nom f p 0.71 2.84 0.14 0.54 -massés masser ver m p 5.69 12.84 0.05 1.69 par:pas; -mastaba mastaba nom m s 0.01 0.20 0.01 0.14 -mastabas mastaba nom m p 0.01 0.20 0.00 0.07 -mastar mastar nom m s 0.02 0.07 0.02 0.07 -mastard mastard adj m s 0.80 0.88 0.80 0.74 -mastards mastard adj m p 0.80 0.88 0.00 0.14 -mastectomie mastectomie nom f s 0.22 0.00 0.22 0.00 -master master nom m s 3.43 0.07 1.41 0.07 -masters master nom m p 3.43 0.07 2.02 0.00 -mastic mastic nom m s 0.26 1.62 0.26 1.62 -masticage masticage nom m s 0.00 0.07 0.00 0.07 -masticateurs masticateur adj m p 0.01 0.07 0.01 0.07 -mastication mastication nom f s 0.16 0.81 0.16 0.74 -mastications mastication nom f p 0.16 0.81 0.00 0.07 -mastiff mastiff nom m s 0.02 0.07 0.02 0.07 -mastiqua mastiquer ver 0.32 4.32 0.00 0.14 ind:pas:3s; -mastiquaient mastiquer ver 0.32 4.32 0.00 0.14 ind:imp:3p; -mastiquais mastiquer ver 0.32 4.32 0.00 0.07 ind:imp:1s; -mastiquait mastiquer ver 0.32 4.32 0.01 0.81 ind:imp:3s; -mastiquant mastiquer ver 0.32 4.32 0.00 0.81 par:pre; -mastique mastiquer ver 0.32 4.32 0.10 0.61 imp:pre:2s;ind:pre:1s;ind:pre:3s; -mastiquent mastiquer ver 0.32 4.32 0.01 0.07 ind:pre:3p; -mastiquer mastiquer ver 0.32 4.32 0.14 1.35 inf; -mastiquez mastiquer ver 0.32 4.32 0.01 0.07 imp:pre:2p; -mastiquons mastiquer ver 0.32 4.32 0.00 0.07 ind:pre:1p; -mastiqué mastiquer ver m s 0.32 4.32 0.04 0.14 par:pas; -mastiqués mastiquer ver m p 0.32 4.32 0.01 0.07 par:pas; -mastite mastite nom f s 0.12 0.00 0.12 0.00 -mastoïde mastoïde adj s 0.93 0.07 0.93 0.07 -mastoc mastoc adj s 1.28 0.68 1.28 0.68 -mastodonte mastodonte nom m s 0.17 0.61 0.13 0.47 -mastodontes mastodonte nom m p 0.17 0.61 0.04 0.14 -mastroquet mastroquet nom m s 0.16 0.34 0.14 0.20 -mastroquets mastroquet nom m p 0.16 0.34 0.01 0.14 -mastère mastère nom m s 0.02 0.00 0.02 0.00 -masturbais masturber ver 3.89 1.69 0.08 0.00 ind:imp:1s;ind:imp:2s; -masturbait masturber ver 3.89 1.69 0.44 0.20 ind:imp:3s; -masturbant masturber ver 3.89 1.69 0.43 0.20 par:pre; -masturbateur masturbateur adj m s 0.06 0.00 0.06 0.00 -masturbation masturbation nom f s 1.57 2.03 1.57 1.89 -masturbations masturbation nom f p 1.57 2.03 0.00 0.14 -masturbatoire masturbatoire adj m s 0.05 0.14 0.02 0.14 -masturbatoires masturbatoire adj p 0.05 0.14 0.03 0.00 -masturbe masturber ver 3.89 1.69 1.02 0.54 imp:pre:2s;ind:pre:1s;ind:pre:3s; -masturbent masturber ver 3.89 1.69 0.19 0.14 ind:pre:3p; -masturber masturber ver 3.89 1.69 1.16 0.47 inf; -masturberas masturber ver 3.89 1.69 0.01 0.00 ind:fut:2s; -masturbez masturber ver 3.89 1.69 0.04 0.00 ind:pre:2p; -masturbé masturber ver m s 3.89 1.69 0.18 0.07 par:pas; -masturbée masturber ver f s 3.89 1.69 0.34 0.00 par:pas; -masturbés masturber ver m p 3.89 1.69 0.01 0.07 par:pas; -masure masure nom f s 0.47 4.32 0.19 2.30 -masures masure nom f p 0.47 4.32 0.28 2.03 -mat mat nom m s 6.84 4.32 1.95 0.88 -mat mat nom m s 6.84 4.32 4.54 3.31 -mata mater ver 17.27 14.93 0.41 0.20 ind:pas:3s; -matador matador nom m s 1.25 2.03 1.15 1.76 -matadors matador nom m p 1.25 2.03 0.10 0.27 -mataf mataf nom m s 0.13 0.61 0.02 0.54 -matafs mataf nom m p 0.13 0.61 0.11 0.07 -mataient mater ver 17.27 14.93 0.04 0.20 ind:imp:3p; -matais mater ver 17.27 14.93 0.52 0.54 ind:imp:1s;ind:imp:2s; -matait mater ver 17.27 14.93 0.64 0.61 ind:imp:3s; -matamore matamore nom m s 0.27 0.61 0.14 0.27 -matamores matamore nom m p 0.27 0.61 0.14 0.34 -matant mater ver 17.27 14.93 0.10 0.41 par:pre; -match match nom m s 63.48 10.00 58.26 9.39 -matcha matcher ver 0.01 0.07 0.00 0.07 ind:pas:3s; -matche matcher ver 0.01 0.07 0.01 0.00 ind:pre:3s; -matches matche nom m p 1.42 1.42 1.42 1.42 -matchiche matchiche nom f s 0.00 0.20 0.00 0.20 -matchs match nom m p 63.48 10.00 5.22 0.61 -mate mater ver 17.27 14.93 4.55 3.45 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -matelas matelas nom m 8.98 25.95 8.98 25.95 -matelassent matelasser ver 0.00 1.01 0.00 0.07 ind:pre:3p; -matelasser matelasser ver 0.00 1.01 0.00 0.07 inf; -matelassier matelassier nom m s 0.00 0.41 0.00 0.20 -matelassiers matelassier nom m p 0.00 0.41 0.00 0.07 -matelassière matelassier nom f s 0.00 0.41 0.00 0.07 -matelassières matelassier nom f p 0.00 0.41 0.00 0.07 -matelassé matelassé adj m s 0.15 0.47 0.14 0.14 -matelassée matelassé adj f s 0.15 0.47 0.01 0.34 -matelassées matelasser ver f p 0.00 1.01 0.00 0.20 par:pas; -matelassés matelasser ver m p 0.00 1.01 0.00 0.07 par:pas; -matelot matelot nom m s 7.04 6.96 4.78 4.26 -matelote matelote nom f s 0.04 0.20 0.04 0.20 -matelots matelot nom m p 7.04 6.96 2.27 2.70 -matent mater ver 17.27 14.93 0.51 0.41 ind:pre:3p; -mater_dolorosa mater_dolorosa nom f 0.00 0.47 0.00 0.47 -mater mater ver 17.27 14.93 5.91 6.22 inf; -matera mater ver 17.27 14.93 0.16 0.07 ind:fut:3s; -materai mater ver 17.27 14.93 0.17 0.07 ind:fut:1s; -materais mater ver 17.27 14.93 0.04 0.00 cnd:pre:1s;cnd:pre:2s; -materait mater ver 17.27 14.93 0.01 0.14 cnd:pre:3s; -maternage maternage nom m s 0.04 0.00 0.04 0.00 -maternalisme maternalisme nom m s 0.00 0.20 0.00 0.20 -maternant materner ver 0.68 0.14 0.01 0.00 par:pre; -maternel maternel adj m s 5.21 23.72 2.71 8.99 -maternelle maternel nom f s 3.17 2.43 3.17 2.30 -maternellement maternellement adv 0.00 0.54 0.00 0.54 -maternelles maternel adj f p 5.21 23.72 0.35 1.76 -maternels maternel adj m p 5.21 23.72 0.24 1.82 -materner materner ver 0.68 0.14 0.52 0.14 inf; -maternera materner ver 0.68 0.14 0.11 0.00 ind:fut:3s; -materniser materniser ver 0.30 0.00 0.01 0.00 inf; -maternisé materniser ver m s 0.30 0.00 0.29 0.00 par:pas; -maternité maternité nom f s 3.49 4.73 3.47 4.05 -maternités maternité nom f p 3.49 4.73 0.03 0.68 -materné materner ver m s 0.68 0.14 0.04 0.00 par:pas; -materons mater ver 17.27 14.93 0.01 0.14 ind:fut:1p; -materont mater ver 17.27 14.93 0.00 0.07 ind:fut:3p; -mates mater ver 17.27 14.93 1.56 0.41 ind:pre:2s; -mateur mateur nom m s 0.37 0.27 0.11 0.07 -mateurs mateur nom m p 0.37 0.27 0.20 0.14 -mateuse mateur nom f s 0.37 0.27 0.06 0.07 -matez mater ver 17.27 14.93 1.40 0.34 imp:pre:2p;ind:pre:2p; -math math nom f p 1.55 0.74 1.55 0.74 -matheuse matheux nom f s 0.10 0.27 0.02 0.07 -matheux matheux nom m 0.10 0.27 0.08 0.20 -maçon maçon nom m s 3.79 6.76 3.48 3.31 -maçonnant maçonner ver 0.01 1.69 0.00 0.14 par:pre; -maçonne maçon nom f s 3.79 6.76 0.00 0.14 -maçonnent maçonner ver 0.01 1.69 0.00 0.07 ind:pre:3p; -maçonner maçonner ver 0.01 1.69 0.00 0.07 inf; -maçonnerie maçonnerie nom f s 0.69 3.04 0.69 2.97 -maçonneries maçonnerie nom f p 0.69 3.04 0.00 0.07 -maçonnique maçonnique adj s 0.35 0.74 0.32 0.34 -maçonniques maçonnique adj p 0.35 0.74 0.04 0.41 -maçonné maçonner ver m s 0.01 1.69 0.00 0.54 par:pas; -maçonnée maçonner ver f s 0.01 1.69 0.00 0.20 par:pas; -maçonnées maçonner ver f p 0.01 1.69 0.00 0.47 par:pas; -maçonnés maçonner ver m p 0.01 1.69 0.01 0.20 par:pas; -maçons maçon nom m p 3.79 6.76 0.32 3.31 -maths maths nom f p 10.66 3.38 10.66 3.38 -mathématicien mathématicien nom m s 0.96 0.68 0.65 0.54 -mathématicienne mathématicien nom f s 0.96 0.68 0.02 0.07 -mathématiciens mathématicien nom m p 0.96 0.68 0.28 0.07 -mathématique mathématique adj s 1.78 2.36 1.27 1.42 -mathématiquement mathématiquement adv 0.35 0.34 0.35 0.34 -mathématiques mathématique nom f p 1.80 7.03 1.64 5.68 -mathématiser mathématiser ver 0.00 0.07 0.00 0.07 inf; -mathurins mathurin nom m p 0.00 0.07 0.00 0.07 -mathusalems mathusalem nom m p 0.00 0.07 0.00 0.07 -mati mati adj m s 0.18 0.00 0.18 0.00 -matiez mater ver 17.27 14.93 0.03 0.00 ind:imp:2p; -matin matin nom m s 275.01 396.76 265.03 376.89 -matinal matinal adj m s 5.81 10.74 2.56 3.78 -matinale matinal adj f s 5.81 10.74 2.51 5.20 -matinalement matinalement adv 0.00 0.14 0.00 0.14 -matinales matinal adj f p 5.81 10.74 0.42 0.95 -matinaux matinal adj m p 5.81 10.74 0.32 0.81 -matines mâtine nom f p 0.57 1.22 0.56 1.01 -matineux matineux adj m p 0.00 0.14 0.00 0.14 -matins matin nom m p 275.01 396.76 9.98 19.86 -matinée matinée nom f s 12.51 34.05 12.10 32.23 -matinées matinée nom f p 12.51 34.05 0.41 1.82 -matis matir ver m p 0.20 0.14 0.00 0.07 par:pas; -matisse matir ver 0.20 0.14 0.19 0.07 sub:pre:1s;sub:pre:3s; -matière matière nom f s 16.99 58.45 14.20 49.80 -matières matière nom f p 16.99 58.45 2.79 8.65 -matité matité nom f s 0.00 0.54 0.00 0.54 -matois matois nom m 0.01 0.07 0.01 0.07 -matoise matois adj f s 0.00 0.41 0.00 0.07 -matoiserie matoiserie nom f s 0.00 0.14 0.00 0.14 -maton maton nom m s 1.41 6.08 0.50 3.11 -matonne maton nom f s 1.41 6.08 0.00 0.14 -matonnes maton nom f p 1.41 6.08 0.00 0.27 -matons maton nom m p 1.41 6.08 0.91 2.57 -matos matos nom m 5.72 1.55 5.72 1.55 -matou matou nom m s 1.21 4.12 1.04 3.18 -matous matou nom m p 1.21 4.12 0.17 0.95 -matouse matouser ver 0.00 0.20 0.00 0.07 ind:pre:3s; -matouser matouser ver 0.00 0.20 0.00 0.14 inf; -matraqua matraquer ver 0.59 1.49 0.00 0.14 ind:pas:3s; -matraquage matraquage nom m s 0.14 0.14 0.14 0.07 -matraquages matraquage nom m p 0.14 0.14 0.00 0.07 -matraquaient matraquer ver 0.59 1.49 0.00 0.07 ind:imp:3p; -matraquais matraquer ver 0.59 1.49 0.00 0.07 ind:imp:1s; -matraquait matraquer ver 0.59 1.49 0.01 0.07 ind:imp:3s; -matraquant matraquer ver 0.59 1.49 0.00 0.20 par:pre; -matraque matraque nom f s 1.80 5.41 1.41 4.46 -matraquer matraquer ver 0.59 1.49 0.11 0.14 inf; -matraques matraque nom f p 1.80 5.41 0.39 0.95 -matraqueur matraqueur nom m s 0.01 0.07 0.00 0.07 -matraqueurs matraqueur nom m p 0.01 0.07 0.01 0.00 -matraquez matraquer ver 0.59 1.49 0.15 0.07 imp:pre:2p;ind:pre:2p; -matraqué matraquer ver m s 0.59 1.49 0.23 0.34 par:pas; -matraquée matraquer ver f s 0.59 1.49 0.04 0.14 par:pas; -matraqués matraquer ver m p 0.59 1.49 0.00 0.07 par:pas; -matras matras nom m 0.00 0.47 0.00 0.47 -matriarcal matriarcal adj m s 0.01 0.41 0.01 0.14 -matriarcale matriarcal adj f s 0.01 0.41 0.00 0.20 -matriarcales matriarcal adj f p 0.01 0.41 0.00 0.07 -matriarcat matriarcat nom m s 0.14 0.74 0.14 0.74 -matriarche matriarche nom f s 0.09 0.00 0.09 0.00 -matrice matrice nom f s 2.16 2.03 2.00 1.96 -matrices matrice nom f p 2.16 2.03 0.16 0.07 -matricide matricide nom s 0.01 0.00 0.01 0.00 -matriciel matriciel adj m s 0.02 0.27 0.01 0.07 -matricielle matriciel adj f s 0.02 0.27 0.01 0.07 -matricielles matriciel adj f p 0.02 0.27 0.00 0.07 -matriciels matriciel adj m p 0.02 0.27 0.00 0.07 -matriculaire matriculaire nom s 0.00 0.07 0.00 0.07 -matricule matricule nom s 3.49 3.38 3.15 2.84 -matricules matricule nom p 3.49 3.38 0.34 0.54 -matrilinéaire matrilinéaire adj s 0.00 0.20 0.00 0.14 -matrilinéaires matrilinéaire adj f p 0.00 0.20 0.00 0.07 -matrilocales matrilocal adj f p 0.00 0.07 0.00 0.07 -matrimonial matrimonial adj m s 1.40 1.28 0.69 0.54 -matrimoniale matrimonial adj f s 1.40 1.28 0.17 0.47 -matrimoniales matrimonial adj f p 1.40 1.28 0.40 0.27 -matrimoniaux matrimonial adj m p 1.40 1.28 0.13 0.00 -matriochka matriochka nom f s 0.00 0.07 0.00 0.07 -matrone matrone nom f s 0.36 3.72 0.23 2.16 -matrones matrone nom f p 0.36 3.72 0.14 1.55 -mats mat nom m p 6.84 4.32 0.35 0.14 -matte matte nom f s 0.52 0.07 0.35 0.07 -matter matter ver 0.64 0.07 0.64 0.07 inf; -mattes matte nom f p 0.52 0.07 0.16 0.00 -matèrent mater ver 17.27 14.93 0.00 0.14 ind:pas:3p; -maté maté nom m s 1.62 0.20 1.62 0.14 -matuche matuche nom m s 0.00 0.41 0.00 0.41 -matée mater ver f s 17.27 14.93 0.20 0.07 par:pas; -matées mater ver f p 17.27 14.93 0.16 0.14 par:pas; -maturation maturation nom f s 0.07 0.68 0.07 0.54 -maturations maturation nom f p 0.07 0.68 0.00 0.14 -mature mature adj s 1.83 0.00 1.65 0.00 -maturer maturer ver 0.00 0.07 0.00 0.07 inf; -matures mature adj p 1.83 0.00 0.17 0.00 -matérialisa matérialiser ver 1.05 4.32 0.00 0.20 ind:pas:3s; -matérialisaient matérialiser ver 1.05 4.32 0.01 0.07 ind:imp:3p; -matérialisait matérialiser ver 1.05 4.32 0.01 0.47 ind:imp:3s; -matérialisant matérialiser ver 1.05 4.32 0.04 0.14 par:pre; -matérialisation matérialisation nom f s 0.17 0.54 0.15 0.54 -matérialisations matérialisation nom f p 0.17 0.54 0.02 0.00 -matérialise matérialiser ver 1.05 4.32 0.25 0.61 ind:pre:1s;ind:pre:3s; -matérialisent matérialiser ver 1.05 4.32 0.05 0.14 ind:pre:3p; -matérialiser matérialiser ver 1.05 4.32 0.34 0.74 inf; -matérialisera matérialiser ver 1.05 4.32 0.00 0.07 ind:fut:3s; -matérialiseront matérialiser ver 1.05 4.32 0.01 0.00 ind:fut:3p; -matérialisions matérialiser ver 1.05 4.32 0.00 0.07 ind:imp:1p; -matérialisme matérialisme nom m s 0.38 1.49 0.38 1.49 -matérialiste matérialiste adj s 0.82 0.88 0.65 0.61 -matérialistes matérialiste adj p 0.82 0.88 0.17 0.27 -matérialisèrent matérialiser ver 1.05 4.32 0.00 0.07 ind:pas:3p; -matérialisé matérialiser ver m s 1.05 4.32 0.17 0.34 par:pas; -matérialisée matérialiser ver f s 1.05 4.32 0.13 0.68 par:pas; -matérialisées matérialiser ver f p 1.05 4.32 0.01 0.27 par:pas; -matérialisés matérialiser ver m p 1.05 4.32 0.02 0.47 par:pas; -matérialité matérialité nom f s 0.01 0.47 0.01 0.47 -matériau matériau nom m s 3.78 5.14 0.95 1.62 -matériaux matériau nom m p 3.78 5.14 2.83 3.51 -matériel matériel nom m s 25.26 26.22 25.15 25.47 -matérielle matériel adj f s 5.54 16.89 1.17 5.14 -matériellement matériellement adv 0.31 3.04 0.31 3.04 -matérielles matériel adj f p 5.54 16.89 0.45 3.31 -matériels matériel adj m p 5.54 16.89 1.38 3.45 -maturité maturité nom f s 2.61 5.00 2.61 5.00 -matés mater ver m p 17.27 14.93 0.05 0.34 par:pas; -matutinal matutinal adj m s 0.00 0.34 0.00 0.07 -matutinale matutinal adj f s 0.00 0.34 0.00 0.14 -matutinales matutinal adj f p 0.00 0.34 0.00 0.07 -matutinaux matutinal adj m p 0.00 0.34 0.00 0.07 -maudira maudire ver 7.97 10.47 0.14 0.00 ind:fut:3s; -maudirai maudire ver 7.97 10.47 0.05 0.34 ind:fut:1s; -maudirais maudire ver 7.97 10.47 0.01 0.00 cnd:pre:2s; -maudirait maudire ver 7.97 10.47 0.21 0.07 cnd:pre:3s; -maudire maudire ver 7.97 10.47 1.65 2.64 inf; -maudirent maudire ver 7.97 10.47 0.00 0.07 ind:pas:3p; -maudirons maudire ver 7.97 10.47 0.01 0.00 ind:fut:1p; -maudiront maudire ver 7.97 10.47 0.02 0.00 ind:fut:3p; -maudis maudire ver m p 7.97 10.47 3.36 1.15 imp:pre:2s;ind:pre:1s;ind:pre:2s;par:pas; -maudissaient maudire ver 7.97 10.47 0.01 0.20 ind:imp:3p; -maudissais maudire ver 7.97 10.47 0.04 0.47 ind:imp:1s;ind:imp:2s; -maudissait maudire ver 7.97 10.47 0.25 1.55 ind:imp:3s; -maudissant maudire ver 7.97 10.47 0.21 2.23 par:pre; -maudisse maudire ver 7.97 10.47 0.95 0.14 sub:pre:1s;sub:pre:3s; -maudissent maudire ver 7.97 10.47 0.26 0.20 ind:pre:3p; -maudissez maudire ver 7.97 10.47 0.20 0.14 imp:pre:2p;ind:pre:2p; -maudissions maudire ver 7.97 10.47 0.00 0.20 ind:imp:1p; -maudit maudit adj m s 37.18 17.50 17.59 7.43 -maudite maudit adj f s 37.18 17.50 12.65 5.47 -maudites maudit adj f p 37.18 17.50 1.71 1.42 -maudits maudit adj m p 37.18 17.50 5.23 3.18 -maugréa maugréer ver 0.29 5.41 0.00 1.15 ind:pas:3s; -maugréai maugréer ver 0.29 5.41 0.00 0.14 ind:pas:1s; -maugréaient maugréer ver 0.29 5.41 0.00 0.14 ind:imp:3p; -maugréait maugréer ver 0.29 5.41 0.00 0.61 ind:imp:3s; -maugréant maugréer ver 0.29 5.41 0.00 2.57 par:pre; -maugrée maugréer ver 0.29 5.41 0.27 0.27 imp:pre:2s;ind:pre:3s; -maugréer maugréer ver 0.29 5.41 0.03 0.54 inf; -maure maure adj s 1.11 0.81 0.90 0.41 -maures maure nom p 0.96 1.15 0.31 0.14 -mauresque mauresque adj s 0.12 2.91 0.12 2.09 -mauresques mauresque adj p 0.12 2.91 0.00 0.81 -mauricienne mauricien adj f s 0.00 0.07 0.00 0.07 -mauritanienne mauritanien adj f s 0.00 0.07 0.00 0.07 -maurrassien maurrassien nom m s 0.00 0.14 0.00 0.14 -maurrassisme maurrassisme nom m s 0.00 0.07 0.00 0.07 -mauser mauser nom m s 0.57 3.04 0.56 2.09 -mausers mauser nom m p 0.57 3.04 0.01 0.95 -mausolée mausolée nom m s 1.66 3.11 1.64 2.91 -mausolées mausolée nom m p 1.66 3.11 0.02 0.20 -maussade maussade adj s 1.09 7.97 1.04 6.82 -maussadement maussadement adv 0.00 0.27 0.00 0.27 -maussaderie maussaderie nom f s 0.00 0.34 0.00 0.27 -maussaderies maussaderie nom f p 0.00 0.34 0.00 0.07 -maussades maussade adj p 1.09 7.97 0.05 1.15 -mauvais mauvais adj m 252.69 200.61 138.04 108.65 -mauvaise mauvais adj f s 252.69 200.61 88.33 70.88 -mauvaisement mauvaisement adv 0.00 0.27 0.00 0.27 -mauvaises mauvais adj f p 252.69 200.61 26.32 21.08 -mauvaiseté mauvaiseté nom f s 0.00 0.20 0.00 0.20 -mauve mauve adj s 0.70 17.64 0.63 10.68 -mauves mauve adj p 0.70 17.64 0.07 6.96 -mauviette mauviette nom f s 4.86 0.88 3.49 0.61 -mauviettes mauviette nom f p 4.86 0.88 1.37 0.27 -maux mal nom_sup m p 326.58 193.92 8.31 8.78 -max max nom m s 5.94 2.30 5.94 2.30 -maxi maxi adj 1.71 0.27 1.71 0.27 -maxillaire maxillaire nom m s 0.27 1.76 0.25 0.54 -maxillaires maxillaire adj f p 0.08 0.14 0.05 0.07 -maxillo_facial maxillo_facial adj m s 0.01 0.00 0.01 0.00 -maxima maximum nom m p 14.79 15.81 0.22 0.41 -maximal maximal adj m s 3.04 0.61 0.34 0.20 -maximale maximal adj f s 3.04 0.61 2.53 0.41 -maximales maximal adj f p 3.04 0.61 0.16 0.00 -maximalise maximaliser ver 0.03 0.00 0.01 0.00 ind:pre:3s; -maximaliser maximaliser ver 0.03 0.00 0.02 0.00 inf; -maximalisme maximalisme nom m s 0.00 0.14 0.00 0.14 -maxime maxime nom f s 0.67 2.09 0.64 1.22 -maximes maxime nom f p 0.67 2.09 0.03 0.88 -maximisation maximisation nom f s 0.01 0.00 0.01 0.00 -maximiser maximiser ver 0.26 0.00 0.26 0.00 inf; -maximum maximum nom m s 14.79 15.81 14.55 15.34 -maximums maximum adj m p 5.80 1.96 0.04 0.00 -maxis maxi nom m p 0.58 0.95 0.04 0.00 -maxiton maxiton nom m s 0.00 0.14 0.00 0.14 -maya maya adj s 0.56 0.20 0.44 0.20 -mayas maya adj p 0.56 0.20 0.12 0.00 -mayo mayo nom f s 0.77 0.00 0.77 0.00 -mayonnaise mayonnaise nom f s 3.64 3.45 3.63 3.45 -mayonnaises mayonnaise nom f p 3.64 3.45 0.01 0.00 -mazagran mazagran nom m s 0.00 0.20 0.00 0.07 -mazagrans mazagran nom m p 0.00 0.20 0.00 0.14 -mazas mazer ver 0.01 0.27 0.00 0.07 ind:pas:2s; -mazdéens mazdéen adj m p 0.00 0.07 0.00 0.07 -maze mazer ver 0.01 0.27 0.01 0.14 imp:pre:2s;ind:pre:3s; -mazet mazet nom m s 0.00 0.41 0.00 0.41 -mazette mazette ono 0.32 0.81 0.32 0.81 -mazettes mazette nom_sup f p 0.02 0.07 0.01 0.00 -mazout mazout nom m s 1.42 2.64 1.42 2.64 -mazouté mazouter ver m s 0.00 0.07 0.00 0.07 par:pas; -mazoutés mazouté adj m p 0.00 0.14 0.00 0.14 -mazé mazer ver m s 0.01 0.27 0.00 0.07 par:pas; -mazurka mazurka nom f s 0.58 0.41 0.58 0.34 -mazurkas mazurka nom f p 0.58 0.41 0.00 0.07 -me me pro_per s 4929.44 4264.32 4929.44 4264.32 -mea_culpa mea_culpa nom m 0.07 0.14 0.07 0.14 -mea_culpa mea_culpa nom m 0.70 0.68 0.70 0.68 -mec mec nom m s 325.54 72.30 252.94 50.41 -meccano meccano nom m s 0.29 1.01 0.29 0.95 -meccanos meccano nom m p 0.29 1.01 0.00 0.07 -mechta mechta nom f s 0.00 0.34 0.00 0.14 -mechtas mechta nom f p 0.00 0.34 0.00 0.20 -mecklembourgeois mecklembourgeois nom m 0.00 0.07 0.00 0.07 -mecs mec nom m p 325.54 72.30 72.61 21.89 -mecton mecton nom m s 0.03 0.74 0.03 0.27 -mectons mecton nom m p 0.03 0.74 0.00 0.47 -media media nom f s 7.72 0.07 7.72 0.07 -medicine_ball medicine_ball nom m s 0.00 0.07 0.00 0.07 -medium medium nom m s 0.59 0.07 0.59 0.07 -meeting meeting nom m s 4.23 6.82 3.49 4.73 -meetings meeting nom m p 4.23 6.82 0.74 2.09 -meiji meiji adj m s 0.02 0.07 0.02 0.07 -meilleur meilleur adj m s 221.17 86.82 99.59 34.32 -meilleure meilleur adj f s 221.17 86.82 73.69 24.86 -meilleures meilleur adj f p 221.17 86.82 15.25 10.41 -meilleurs meilleur adj m p 221.17 86.82 32.64 17.23 -melba melba adj 0.03 0.20 0.03 0.20 -melkites melkite nom p 0.00 0.14 0.00 0.14 -melliflues melliflue adj f p 0.00 0.07 0.00 0.07 -mellifère mellifère adj s 0.00 0.07 0.00 0.07 -mellifères mellifère nom m p 0.00 0.07 0.00 0.07 -melon melon nom m s 7.11 6.96 4.92 5.20 -melons melon nom m p 7.11 6.96 2.19 1.76 -melting_pot melting_pot nom m s 0.14 0.07 0.13 0.00 -melting_pot melting_pot nom m s 0.14 0.07 0.01 0.07 -membranaire membranaire adj f s 0.01 0.00 0.01 0.00 -membrane membrane nom f s 1.23 2.97 0.89 1.69 -membranes membrane nom f p 1.23 2.97 0.34 1.28 -membraneuse membraneux adj f s 0.01 0.34 0.00 0.07 -membraneuses membraneux adj f p 0.01 0.34 0.01 0.14 -membraneux membraneux adj m 0.01 0.34 0.00 0.14 -membre membre nom m s 56.06 64.86 26.72 15.20 -membres membre nom m p 56.06 64.86 29.34 49.66 -membré membré adj m s 0.05 0.07 0.05 0.07 -membrues membru adj f p 0.00 0.07 0.00 0.07 -membrure membrure nom f s 0.03 0.61 0.02 0.34 -membrures membrure nom f p 0.03 0.61 0.01 0.27 -mena mener ver 99.86 137.70 0.40 3.85 ind:pas:3s; -menace menace nom f s 30.36 44.12 21.07 26.01 -menacent menacer ver 49.61 52.57 2.46 2.50 ind:pre:3p; -menacer menacer ver 49.61 52.57 5.33 5.34 inf; -menacera menacer ver 49.61 52.57 0.09 0.07 ind:fut:3s; -menaceraient menacer ver 49.61 52.57 0.04 0.00 cnd:pre:3p; -menacerait menacer ver 49.61 52.57 0.10 0.27 cnd:pre:3s; -menaceras menacer ver 49.61 52.57 0.01 0.00 ind:fut:2s; -menaceriez menacer ver 49.61 52.57 0.03 0.00 cnd:pre:2p; -menaceront menacer ver 49.61 52.57 0.15 0.14 ind:fut:3p; -menaces menace nom f p 30.36 44.12 9.28 18.11 -menacez menacer ver 49.61 52.57 1.41 0.20 imp:pre:2p;ind:pre:2p; -menaciez menacer ver 49.61 52.57 0.25 0.00 ind:imp:2p; -menacions menacer ver 49.61 52.57 0.01 0.07 ind:imp:1p; -menacèrent menacer ver 49.61 52.57 0.01 0.20 ind:pas:3p; -menacé menacer ver m s 49.61 52.57 14.44 7.84 par:pas; -menacée menacer ver f s 49.61 52.57 4.83 4.05 par:pas; -menacées menacer ver f p 49.61 52.57 0.50 0.95 par:pas; -menacés menacer ver m p 49.61 52.57 1.44 2.30 par:pas; -menai mener ver 99.86 137.70 0.02 0.20 ind:pas:1s; -menaient mener ver 99.86 137.70 0.49 6.96 ind:imp:3p; -menais mener ver 99.86 137.70 0.70 2.30 ind:imp:1s;ind:imp:2s; -menait mener ver 99.86 137.70 2.56 24.80 ind:imp:3s; -menant mener ver 99.86 137.70 1.68 7.03 par:pre; -menassent mener ver 99.86 137.70 0.00 0.07 sub:imp:3p; -menaça menacer ver 49.61 52.57 0.16 1.82 ind:pas:3s; -menaçaient menacer ver 49.61 52.57 1.07 3.04 ind:imp:3p; -menaçais menacer ver 49.61 52.57 0.34 0.34 ind:imp:1s;ind:imp:2s; -menaçait menacer ver 49.61 52.57 2.95 10.07 ind:imp:3s; -menaçant menaçant adj m s 3.56 16.69 1.76 7.09 -menaçante menaçant adj f s 3.56 16.69 1.33 5.61 -menaçantes menaçant adj f p 3.56 16.69 0.06 1.28 -menaçants menaçant adj m p 3.56 16.69 0.41 2.70 -menaçons menacer ver 49.61 52.57 0.19 0.00 ind:pre:1p; -menaçât menacer ver 49.61 52.57 0.01 0.07 sub:imp:3s; -mencheviks menchevik nom p 0.00 0.07 0.00 0.07 -mendia mendier ver 4.07 6.49 0.01 0.00 ind:pas:3s; -mendiaient mendier ver 4.07 6.49 0.01 0.34 ind:imp:3p; -mendiais mendier ver 4.07 6.49 0.27 0.07 ind:imp:1s;ind:imp:2s; -mendiait mendier ver 4.07 6.49 0.24 0.68 ind:imp:3s; -mendiant mendiant nom m s 6.86 11.76 3.44 5.20 -mendiante mendiant nom f s 6.86 11.76 0.34 0.95 -mendiantes mendiant nom f p 6.86 11.76 0.00 0.14 -mendiants mendiant nom m p 6.86 11.76 3.07 5.47 -mendicité mendicité nom f s 0.44 0.95 0.44 0.88 -mendicités mendicité nom f p 0.44 0.95 0.00 0.07 -mendie mendier ver 4.07 6.49 0.61 0.54 imp:pre:2s;ind:pre:1s;ind:pre:3s; -mendient mendier ver 4.07 6.49 0.23 0.14 ind:pre:3p; -mendier mendier ver 4.07 6.49 2.07 3.11 inf; -mendierait mendier ver 4.07 6.49 0.00 0.07 cnd:pre:3s; -mendieras mendier ver 4.07 6.49 0.00 0.07 ind:fut:2s; -mendies mendier ver 4.07 6.49 0.01 0.00 ind:pre:2s; -mendiez mendier ver 4.07 6.49 0.03 0.00 imp:pre:2p;ind:pre:2p; -mendigot mendigot nom m s 0.30 0.81 0.30 0.07 -mendigotant mendigoter ver 0.00 0.14 0.00 0.07 par:pre; -mendigote mendigot nom f s 0.30 0.81 0.00 0.07 -mendigoter mendigoter ver 0.00 0.14 0.00 0.07 inf; -mendigots mendigot nom m p 0.30 0.81 0.00 0.68 -mendions mendier ver 4.07 6.49 0.10 0.07 ind:pre:1p; -mendié mendier ver m s 4.07 6.49 0.10 0.34 par:pas; -mendiée mendier ver f s 4.07 6.49 0.00 0.07 par:pas; -mendiées mendier ver f p 4.07 6.49 0.00 0.07 par:pas; -mendé mendé adj s 0.01 0.00 0.01 0.00 -meneau meneau nom m s 2.18 0.54 0.00 0.07 -meneaux meneau nom m p 2.18 0.54 2.18 0.47 -mener mener ver 99.86 137.70 22.45 29.53 inf;; -meneur meneur nom m s 2.94 3.51 1.67 2.03 -meneurs meneur nom m p 2.94 3.51 0.69 1.35 -meneuse meneur nom f s 2.94 3.51 0.59 0.14 -menez mener ver 99.86 137.70 2.96 0.41 imp:pre:2p;ind:pre:2p; -menhaden menhaden nom m s 0.01 0.00 0.01 0.00 -menhir menhir nom m s 0.41 0.68 0.41 0.20 -menhirs menhir nom m p 0.41 0.68 0.00 0.47 -meniez mener ver 99.86 137.70 0.22 0.00 ind:imp:2p;sub:pre:2p; -menions mener ver 99.86 137.70 0.06 0.88 ind:imp:1p; -mennonite mennonite nom m s 0.09 0.14 0.04 0.07 -mennonites mennonite nom m p 0.09 0.14 0.05 0.07 -menon menon nom m s 0.03 0.07 0.02 0.00 -menons mener ver 99.86 137.70 1.20 0.81 imp:pre:1p;ind:pre:1p; -menora menora nom f s 0.03 0.00 0.03 0.00 -menât mener ver 99.86 137.70 0.00 0.20 sub:imp:3s; -menotte menotte nom f s 11.65 7.84 0.78 0.61 -menotter menotter ver 2.65 0.27 0.31 0.00 inf; -menottes menotte nom f p 11.65 7.84 10.88 7.23 -menottez menotter ver 2.65 0.27 0.83 0.00 imp:pre:2p;ind:pre:2p; -menotté menotter ver m s 2.65 0.27 1.06 0.27 par:pas; -menottée menotter ver f s 2.65 0.27 0.28 0.00 par:pas; -menottés menotter ver m p 2.65 0.27 0.17 0.00 par:pas; -mens mentir ver 185.16 52.03 42.12 5.88 imp:pre:2s;ind:pre:1s;ind:pre:2s; -mensonge mensonge nom m s 61.05 35.41 33.64 21.89 -mensonger mensonger adj m s 1.29 1.96 0.29 0.47 -mensongers mensonger adj m p 1.29 1.96 0.14 0.14 -mensonges mensonge nom m p 61.05 35.41 27.41 13.51 -mensongère mensonger adj f s 1.29 1.96 0.48 0.81 -mensongèrement mensongèrement adv 0.00 0.20 0.00 0.20 -mensongères mensonger adj f p 1.29 1.96 0.38 0.54 -menstruation menstruation nom f s 0.40 0.00 0.28 0.00 -menstruations menstruation nom f p 0.40 0.00 0.13 0.00 -menstruel menstruel adj m s 0.29 0.54 0.22 0.27 -menstruelle menstruel adj f s 0.29 0.54 0.01 0.07 -menstruelles menstruel adj f p 0.29 0.54 0.02 0.14 -menstruels menstruel adj m p 0.29 0.54 0.04 0.07 -menstrues menstrue nom f p 0.00 0.14 0.00 0.14 -mensualité mensualité nom f s 0.72 1.01 0.15 0.81 -mensualités mensualité nom f p 0.72 1.01 0.56 0.20 -mensuel mensuel adj m s 2.13 2.50 0.73 0.81 -mensuelle mensuel adj f s 2.13 2.50 0.87 0.88 -mensuellement mensuellement adv 0.01 0.14 0.01 0.14 -mensuelles mensuel adj f p 2.13 2.50 0.23 0.34 -mensuels mensuel adj m p 2.13 2.50 0.30 0.47 -mensuration mensuration nom f s 0.58 1.42 0.00 0.20 -mensurations mensuration nom f p 0.58 1.42 0.58 1.22 -ment mentir ver 185.16 52.03 24.08 5.81 ind:pre:3s; -mentît mentir ver 185.16 52.03 0.00 0.14 sub:imp:3s; -mentaient mentir ver 185.16 52.03 0.44 0.88 ind:imp:3p; -mentais mentir ver 185.16 52.03 3.64 1.55 ind:imp:1s;ind:imp:2s; -mentait mentir ver 185.16 52.03 2.54 5.88 ind:imp:3s; -mental mental adj m s 18.15 11.35 5.84 4.05 -mentale mental adj f s 18.15 11.35 6.92 4.80 -mentalement mentalement adv 4.37 6.42 4.37 6.42 -mentales mental adj f p 18.15 11.35 1.68 1.01 -mentaliser mentaliser ver 0.00 0.07 0.00 0.07 inf; -mentalité mentalité nom f s 2.79 5.95 2.15 5.27 -mentalités mentalité nom f p 2.79 5.95 0.64 0.68 -mentant mentir ver 185.16 52.03 0.72 0.54 par:pre; -mentaux mental adj m p 18.15 11.35 3.71 1.49 -mente mentir ver 185.16 52.03 1.94 0.41 sub:pre:1s;sub:pre:3s; -mentent mentir ver 185.16 52.03 5.57 1.15 ind:pre:3p; -menterie menterie nom f s 0.12 0.74 0.10 0.14 -menteries menterie nom f p 0.12 0.74 0.02 0.61 -mentes mentir ver 185.16 52.03 0.32 0.00 sub:pre:2s; -menteur menteur nom m s 36.31 5.34 23.57 3.38 -menteurs menteur nom m p 36.31 5.34 4.46 1.01 -menteuse menteur nom f s 36.31 5.34 8.28 0.95 -menteuses menteur adj f p 8.49 4.80 0.36 0.27 -mentez mentir ver 185.16 52.03 10.29 1.22 imp:pre:2p;ind:pre:2p; -menthe menthe nom f s 5.51 9.53 5.21 9.39 -menthes menthe nom f p 5.51 9.53 0.30 0.14 -menthol menthol nom m s 0.44 0.41 0.36 0.34 -menthols menthol nom m p 0.44 0.41 0.08 0.07 -mentholé mentholé adj m s 0.19 0.34 0.04 0.00 -mentholée mentholé adj f s 0.19 0.34 0.10 0.20 -mentholées mentholé adj f p 0.19 0.34 0.04 0.14 -mentholés mentholé nom m p 0.03 0.00 0.01 0.00 -menèrent mener ver 99.86 137.70 0.09 0.88 ind:pas:3p; -menti mentir ver m s 185.16 52.03 47.32 9.59 par:pas; -mentiez mentir ver 185.16 52.03 0.61 0.20 ind:imp:2p; -mention mention nom f s 4.27 6.01 4.03 5.54 -mentionna mentionner ver 15.61 9.32 0.10 0.61 ind:pas:3s; -mentionnai mentionner ver 15.61 9.32 0.00 0.07 ind:pas:1s; -mentionnaient mentionner ver 15.61 9.32 0.03 0.47 ind:imp:3p; -mentionnais mentionner ver 15.61 9.32 0.10 0.07 ind:imp:1s;ind:imp:2s; -mentionnait mentionner ver 15.61 9.32 0.33 1.01 ind:imp:3s; -mentionnant mentionner ver 15.61 9.32 0.05 0.47 par:pre; -mentionne mentionner ver 15.61 9.32 2.33 0.54 imp:pre:2s;ind:pre:1s;ind:pre:3s; -mentionnent mentionner ver 15.61 9.32 0.64 0.27 ind:pre:3p; -mentionner mentionner ver 15.61 9.32 2.86 2.03 inf; -mentionnerai mentionner ver 15.61 9.32 0.11 0.14 ind:fut:1s; -mentionnerais mentionner ver 15.61 9.32 0.01 0.07 cnd:pre:1s; -mentionnerait mentionner ver 15.61 9.32 0.14 0.00 cnd:pre:3s; -mentionneras mentionner ver 15.61 9.32 0.02 0.00 ind:fut:2s; -mentionnerez mentionner ver 15.61 9.32 0.04 0.00 ind:fut:2p; -mentionnes mentionner ver 15.61 9.32 0.14 0.00 ind:pre:2s; -mentionnez mentionner ver 15.61 9.32 0.70 0.00 imp:pre:2p;ind:pre:2p; -mentionniez mentionner ver 15.61 9.32 0.07 0.00 ind:imp:2p; -mentionnons mentionner ver 15.61 9.32 0.11 0.07 imp:pre:1p; -mentionnât mentionner ver 15.61 9.32 0.01 0.00 sub:imp:3s; -mentionné mentionner ver m s 15.61 9.32 6.56 2.36 par:pas; -mentionnée mentionner ver f s 15.61 9.32 0.42 0.61 par:pas; -mentionnées mentionner ver f p 15.61 9.32 0.39 0.34 par:pas; -mentionnés mentionner ver m p 15.61 9.32 0.45 0.20 par:pas; -mentions mention nom f p 4.27 6.01 0.24 0.47 -mentir mentir ver 185.16 52.03 37.01 15.20 inf; -mentira mentir ver 185.16 52.03 0.51 0.07 ind:fut:3s; -mentirai mentir ver 185.16 52.03 1.60 0.14 ind:fut:1s; -mentiraient mentir ver 185.16 52.03 0.30 0.14 cnd:pre:3p; -mentirais mentir ver 185.16 52.03 3.47 1.35 cnd:pre:1s;cnd:pre:2s; -mentirait mentir ver 185.16 52.03 1.55 0.07 cnd:pre:3s; -mentiras mentir ver 185.16 52.03 0.24 0.07 ind:fut:2s; -mentirez mentir ver 185.16 52.03 0.05 0.00 ind:fut:2p; -mentiriez mentir ver 185.16 52.03 0.19 0.00 cnd:pre:2p; -mentirons mentir ver 185.16 52.03 0.04 0.07 ind:fut:1p; -mentiront mentir ver 185.16 52.03 0.05 0.00 ind:fut:3p; -mentis mentir ver 185.16 52.03 0.25 0.47 ind:pas:1s; -mentissent mentir ver 185.16 52.03 0.00 0.07 sub:imp:3p; -mentit mentir ver 185.16 52.03 0.06 1.01 ind:pas:3s; -menton menton nom m s 6.58 60.00 6.45 58.65 -mentonnet mentonnet nom m s 0.00 0.07 0.00 0.07 -mentonnier mentonnier adj m s 0.00 0.14 0.00 0.07 -mentonnière mentonnier nom f s 0.00 0.34 0.00 0.34 -mentons mentir ver 185.16 52.03 0.24 0.14 imp:pre:1p;ind:pre:1p; -mentor mentor nom m s 1.72 0.74 1.62 0.61 -mentors mentor nom m p 1.72 0.74 0.10 0.14 -mentule mentule nom f s 0.00 0.07 0.00 0.07 -mené mener ver m s 99.86 137.70 10.41 10.07 par:pas; -menu menu nom m s 11.15 14.53 9.87 12.03 -menée mener ver f s 99.86 137.70 3.89 8.65 par:pas; -menue menu adj f s 2.29 27.77 0.69 5.68 -menées mener ver f p 99.86 137.70 0.82 2.57 par:pas; -menues menu adj f p 2.29 27.77 0.19 4.32 -menuet menuet nom m s 0.75 0.95 0.62 0.81 -menuets menuet nom m p 0.75 0.95 0.14 0.14 -menuise menuise nom f s 0.14 0.00 0.14 0.00 -menuiser menuiser ver 0.00 0.14 0.00 0.07 inf; -menuisera menuiser ver 0.00 0.14 0.00 0.07 ind:fut:3s; -menuiserie menuiserie nom f s 0.46 1.22 0.46 1.22 -menuisier menuisier nom m s 3.54 4.46 2.88 4.05 -menuisiers menuisier nom m p 3.54 4.46 0.65 0.41 -menés mener ver m p 99.86 137.70 2.51 2.97 par:pas; -menus menu nom m p 11.15 14.53 1.28 2.50 -mer_air mer_air adj f s 0.01 0.00 0.01 0.00 -mer mer nom f s 106.61 257.57 99.49 246.55 -mercanti mercanti nom m s 0.27 0.20 0.14 0.14 -mercantile mercantile adj s 0.10 0.95 0.10 0.54 -mercantiles mercantile adj p 0.10 0.95 0.00 0.41 -mercantilisme mercantilisme nom m s 0.04 0.14 0.04 0.14 -mercantis mercanti nom m p 0.27 0.20 0.14 0.07 -mercaptan mercaptan nom m s 0.01 0.00 0.01 0.00 -mercenaire mercenaire nom s 2.87 2.30 1.33 0.54 -mercenaires mercenaire nom p 2.87 2.30 1.54 1.76 -mercerie mercerie nom f s 0.94 9.32 0.94 8.99 -merceries mercerie nom f p 0.94 9.32 0.00 0.34 -mercerisé merceriser ver m s 0.02 0.27 0.02 0.27 par:pas; -merchandising merchandising nom m s 0.16 0.00 0.16 0.00 -merci merci ono 936.01 42.36 936.01 42.36 -mercier mercier nom m s 0.14 4.26 0.14 0.34 -merciers mercier nom m p 0.14 4.26 0.00 0.14 -mercis merci nom m p 379.38 53.51 0.94 0.27 -mercière mercière nom f s 0.01 0.00 0.01 0.00 -mercières mercier nom f p 0.14 4.26 0.00 0.07 -mercredi mercredi nom m s 21.48 12.64 20.38 11.82 -mercredis mercredi nom m p 21.48 12.64 1.11 0.81 -mercure mercure nom m s 1.13 1.76 1.13 1.76 -mercurey mercurey nom m s 0.00 0.27 0.00 0.27 -mercuriale mercuriale nom f s 0.00 0.14 0.00 0.07 -mercuriales mercuriale nom f p 0.00 0.14 0.00 0.07 -mercurochrome mercurochrome nom m s 0.07 1.22 0.07 1.22 -merda merder ver 16.50 3.58 0.42 0.00 ind:pas:3s; -merdait merder ver 16.50 3.58 0.19 0.00 ind:imp:3s; -merdasse merdasse ono 0.02 0.07 0.02 0.07 -merde merde ono 221.46 33.85 221.46 33.85 -merdent merder ver 16.50 3.58 0.08 0.00 ind:pre:3p; -merder merder ver 16.50 3.58 0.89 0.00 inf; -merderai merder ver 16.50 3.58 0.02 0.00 ind:fut:1s; -merdes merde nom f p 213.05 62.77 6.37 1.49 -merdeuse merdeux adj f s 3.56 2.57 0.82 0.54 -merdeuses merdeux adj f p 3.56 2.57 0.01 0.54 -merdeux merdeux nom m 5.22 1.82 5.22 1.82 -merdez merder ver 16.50 3.58 0.16 0.00 imp:pre:2p;ind:pre:2p; -merdier merdier nom m s 5.34 1.96 5.33 1.89 -merdiers merdier nom m p 5.34 1.96 0.01 0.07 -merdique merdique adj s 7.82 2.16 6.53 1.42 -merdiques merdique adj p 7.82 2.16 1.29 0.74 -merdoie merdoyer ver 0.00 0.20 0.00 0.14 imp:pre:2s; -merdouille merdouille nom f s 0.20 0.34 0.20 0.34 -merdouillé merdouiller ver m s 0.01 0.00 0.01 0.00 par:pas; -merdoyait merdoyer ver 0.00 0.20 0.00 0.07 ind:imp:3s; -merdre merdre ono 0.04 0.07 0.04 0.07 -merdé merder ver m s 16.50 3.58 9.14 0.20 par:pas; -merdée merder ver f s 16.50 3.58 0.04 0.07 par:pas; -merguez merguez nom f 0.70 2.16 0.70 2.16 -meringue meringue nom f s 0.51 1.35 0.47 0.81 -meringues meringue nom f p 0.51 1.35 0.04 0.54 -meringué meringuer ver m s 0.20 0.27 0.01 0.07 par:pas; -meringuée meringuer ver f s 0.20 0.27 0.20 0.14 par:pas; -meringuées meringuer ver f p 0.20 0.27 0.00 0.07 par:pas; -merise merise nom f s 0.01 0.07 0.01 0.00 -merises merise nom f p 0.01 0.07 0.00 0.07 -merisier merisier nom m s 0.13 1.15 0.13 0.81 -merisiers merisier nom m p 0.13 1.15 0.00 0.34 -merl merl nom m s 0.26 0.00 0.26 0.00 -merlan merlan nom m s 1.81 3.78 1.76 3.45 -merlans merlan nom m p 1.81 3.78 0.05 0.34 -merle merle nom m s 2.24 4.19 1.80 2.64 -merleau merleau nom m s 0.00 0.07 0.00 0.07 -merles merle nom m p 2.24 4.19 0.45 1.55 -merlette merlette nom f s 0.00 0.20 0.00 0.20 -merlin merlin nom m s 0.02 0.20 0.02 0.20 -merlot merlot nom m s 1.90 0.00 1.90 0.00 -merlu merlu nom m s 0.01 0.14 0.01 0.14 -merluche merluche nom f s 0.01 0.27 0.01 0.20 -merluches merluche nom f p 0.01 0.27 0.00 0.07 -merrain merrain nom m s 0.00 0.61 0.00 0.41 -merrains merrain nom m p 0.00 0.61 0.00 0.20 -mers mer nom f p 106.61 257.57 7.12 11.01 -merveille merveille nom f s 21.16 33.31 15.64 22.50 -merveilles merveille nom f p 21.16 33.31 5.52 10.81 -merveilleuse merveilleux adj f s 79.25 40.34 20.93 14.80 -merveilleusement merveilleusement adv 3.63 7.03 3.63 7.03 -merveilleuses merveilleux adj f p 79.25 40.34 3.88 4.26 -merveilleux merveilleux adj m 79.25 40.34 54.44 21.28 -merveillosité merveillosité nom f s 0.01 0.00 0.01 0.00 -mes mes adj_pos 1102.23 1023.11 1102.23 1023.11 -mesa mesa nom f s 0.51 0.07 0.51 0.07 -mescal mescal nom m s 0.26 0.00 0.26 0.00 -mescaline mescaline nom f s 0.25 0.07 0.25 0.07 -mesclun mesclun nom m s 0.05 0.00 0.05 0.00 -mesdames madame nom_sup f p 307.36 203.45 58.03 4.73 -mesdemoiselles mesdemoiselles nom f p 7.36 0.74 7.36 0.74 -mesmérisme mesmérisme nom m s 0.04 0.00 0.04 0.00 -mesnils mesnil nom m p 0.00 0.07 0.00 0.07 -mesquin mesquin adj m s 2.93 6.96 1.64 2.91 -mesquine mesquin adj f s 2.93 6.96 0.74 1.62 -mesquinement mesquinement adv 0.00 0.14 0.00 0.14 -mesquinerie mesquinerie nom f s 0.51 1.96 0.20 1.42 -mesquineries mesquinerie nom f p 0.51 1.96 0.31 0.54 -mesquines mesquin adj f p 2.93 6.96 0.21 1.35 -mesquins mesquin adj m p 2.93 6.96 0.34 1.08 -mess mess nom m 1.74 2.57 1.74 2.57 -message message nom m s 117.11 42.57 99.70 31.15 -messager messager nom m s 10.87 6.28 9.60 3.38 -messagerie messagerie nom f s 1.05 0.68 1.02 0.14 -messageries messagerie nom f p 1.05 0.68 0.03 0.54 -messagers messager nom m p 10.87 6.28 1.06 2.09 -messages message nom m p 117.11 42.57 17.41 11.42 -messagère messager nom f s 10.87 6.28 0.21 0.61 -messagères messager nom f p 10.87 6.28 0.00 0.20 -messaliste messaliste adj s 0.00 0.20 0.00 0.20 -messalistes messaliste nom p 0.00 0.20 0.00 0.14 -messe messe nom f s 18.36 35.68 16.14 32.70 -messeigneurs messeigneurs nom m p 0.50 0.14 0.50 0.14 -messer messer nom m s 1.50 0.95 1.50 0.95 -messes messe nom f p 18.36 35.68 2.22 2.97 -messianique messianique adj s 0.05 0.27 0.03 0.20 -messianiques messianique adj f p 0.05 0.27 0.02 0.07 -messianisme messianisme nom m s 0.00 0.07 0.00 0.07 -messidor messidor nom m s 0.00 0.07 0.00 0.07 -messie messie nom m s 0.69 0.54 0.61 0.54 -messies messie nom m p 0.69 0.54 0.08 0.00 -messieurs_dames messieurs_dames nom m p 0.48 0.68 0.48 0.68 -messieurs monsieur nom_sup m p 739.12 324.86 155.66 38.11 -messine messin adj f s 0.02 0.07 0.02 0.07 -messire messire nom m s 5.69 0.47 5.21 0.41 -messires messire nom m p 5.69 0.47 0.48 0.07 -messéance messéance nom f s 0.00 0.07 0.00 0.07 -mestre mestre nom m s 0.01 0.00 0.01 0.00 -mesura mesurer ver 19.65 47.30 0.01 1.76 ind:pas:3s; -mesurable mesurable adj s 0.22 0.95 0.19 0.74 -mesurables mesurable adj f p 0.22 0.95 0.02 0.20 -mesurai mesurer ver 19.65 47.30 0.00 0.54 ind:pas:1s; -mesuraient mesurer ver 19.65 47.30 0.16 0.95 ind:imp:3p; -mesurais mesurer ver 19.65 47.30 0.35 1.82 ind:imp:1s;ind:imp:2s; -mesurait mesurer ver 19.65 47.30 0.79 4.53 ind:imp:3s; -mesurant mesurer ver 19.65 47.30 0.42 2.23 par:pre; -mesurassent mesurer ver 19.65 47.30 0.00 0.07 sub:imp:3p; -mesure mesure nom f s 32.15 132.84 21.02 112.16 -mesurent mesurer ver 19.65 47.30 1.01 1.08 ind:pre:3p; -mesurer mesurer ver 19.65 47.30 6.63 16.35 inf; -mesurera mesurer ver 19.65 47.30 0.37 0.20 ind:fut:3s; -mesurerait mesurer ver 19.65 47.30 0.06 0.00 cnd:pre:3s; -mesurerez mesurer ver 19.65 47.30 0.00 0.07 ind:fut:2p; -mesurerons mesurer ver 19.65 47.30 0.00 0.07 ind:fut:1p; -mesureront mesurer ver 19.65 47.30 0.07 0.00 ind:fut:3p; -mesures mesure nom f p 32.15 132.84 11.14 20.68 -mesurette mesurette nom f s 0.01 0.00 0.01 0.00 -mesureur mesureur nom m s 0.01 0.27 0.01 0.27 -mesurez mesurer ver 19.65 47.30 0.91 0.34 imp:pre:2p;ind:pre:2p; -mesuriez mesurer ver 19.65 47.30 0.03 0.07 ind:imp:2p; -mesurions mesurer ver 19.65 47.30 0.10 0.20 ind:imp:1p; -mesurons mesurer ver 19.65 47.30 0.11 0.00 imp:pre:1p; -mesurât mesurer ver 19.65 47.30 0.00 0.14 sub:imp:3s; -mesurèrent mesurer ver 19.65 47.30 0.00 0.20 ind:pas:3p; -mesuré mesurer ver m s 19.65 47.30 1.81 4.05 par:pas; -mesurée mesurer ver f s 19.65 47.30 0.19 1.35 par:pas; -mesurées mesurer ver f p 19.65 47.30 0.23 0.27 par:pas; -mesurés mesurer ver m p 19.65 47.30 0.03 0.54 par:pas; -met mettre ver 1004.84 1083.65 89.25 86.69 ind:pre:3s; -mets_la_toi mets_la_toi nom m 0.01 0.00 0.01 0.00 -mets mettre ver 1004.84 1083.65 151.83 33.72 imp:pre:2s;ind:pre:1s;ind:pre:2s; -mettable mettable adj s 0.02 0.14 0.02 0.14 -mettaient mettre ver 1004.84 1083.65 1.81 19.39 ind:imp:3p; -mettais mettre ver 1004.84 1083.65 5.16 9.46 ind:imp:1s;ind:imp:2s; -mettait mettre ver 1004.84 1083.65 10.14 75.54 ind:imp:3s; -mettant mettre ver 1004.84 1083.65 5.61 20.41 par:pre; -mette mettre ver 1004.84 1083.65 16.36 12.97 sub:pre:1s;sub:pre:3s; -mettent mettre ver 1004.84 1083.65 17.98 23.24 ind:pre:3p;sub:pre:3p; -mettes mettre ver 1004.84 1083.65 3.34 1.08 sub:pre:2s; -metteur metteur nom m s 5.50 7.70 5.24 6.01 -metteurs metteur nom m p 5.50 7.70 0.25 1.69 -metteuse metteur nom f s 5.50 7.70 0.01 0.00 -mettez mettre ver 1004.84 1083.65 85.44 9.86 imp:pre:2p;ind:pre:2p; -mettiez mettre ver 1004.84 1083.65 2.17 0.74 ind:imp:2p; -mettions mettre ver 1004.84 1083.65 0.27 2.16 ind:imp:1p; -mettons mettre ver 1004.84 1083.65 15.80 9.32 imp:pre:1p;ind:pre:1p; -mettra mettre ver 1004.84 1083.65 15.12 7.50 ind:fut:3s; -mettrai mettre ver 1004.84 1083.65 12.42 4.59 ind:fut:1s; -mettraient mettre ver 1004.84 1083.65 1.01 2.23 cnd:pre:3p; -mettrais mettre ver 1004.84 1083.65 5.11 2.91 cnd:pre:1s;cnd:pre:2s; -mettrait mettre ver 1004.84 1083.65 4.91 7.64 cnd:pre:3s; -mettras mettre ver 1004.84 1083.65 4.67 1.35 ind:fut:2s; -mettre mettre ver 1004.84 1083.65 271.05 230.20 inf;;inf;;inf;;inf;; -mettrez mettre ver 1004.84 1083.65 2.03 1.22 ind:fut:2p; -mettriez mettre ver 1004.84 1083.65 0.87 0.14 cnd:pre:2p; -mettrions mettre ver 1004.84 1083.65 0.05 0.20 cnd:pre:1p; -mettrons mettre ver 1004.84 1083.65 2.00 0.81 ind:fut:1p; -mettront mettre ver 1004.84 1083.65 2.31 1.01 ind:fut:3p; -meubla meubler ver 0.54 10.61 0.00 0.07 ind:pas:3s; -meublaient meubler ver 0.54 10.61 0.00 0.20 ind:imp:3p; -meublais meubler ver 0.54 10.61 0.00 0.07 ind:imp:1s; -meublait meubler ver 0.54 10.61 0.01 0.47 ind:imp:3s; -meublant meubler ver 0.54 10.61 0.00 0.14 par:pre; -meuble meuble nom m s 19.48 53.99 2.46 11.76 -meublent meubler ver 0.54 10.61 0.00 0.27 ind:pre:3p; -meubler meubler ver 0.54 10.61 0.38 3.85 inf; -meubles meuble nom m p 19.48 53.99 17.01 42.23 -meublèrent meubler ver 0.54 10.61 0.00 0.07 ind:pas:3p; -meublé meublé adj m s 0.90 4.53 0.65 2.16 -meublée meublé adj f s 0.90 4.53 0.23 1.08 -meublées meublé adj f p 0.90 4.53 0.00 0.68 -meublés meublé adj m p 0.90 4.53 0.02 0.61 -meuf meuf nom f s 8.29 2.57 6.22 2.30 -meufs meuf nom f p 8.29 2.57 2.08 0.27 -meugla meugler ver 0.28 1.08 0.00 0.20 ind:pas:3s; -meuglaient meugler ver 0.28 1.08 0.00 0.34 ind:imp:3p; -meuglait meugler ver 0.28 1.08 0.02 0.07 ind:imp:3s; -meuglant meugler ver 0.28 1.08 0.00 0.14 par:pre; -meugle meugler ver 0.28 1.08 0.12 0.07 ind:pre:3s; -meuglement meuglement nom m s 0.56 1.35 0.03 0.61 -meuglements meuglement nom m p 0.56 1.35 0.54 0.74 -meugler meugler ver 0.28 1.08 0.13 0.27 inf; -meuglé meugler ver m s 0.28 1.08 0.01 0.00 par:pas; -meuh meuh ono 0.78 0.14 0.78 0.14 -meulage meulage nom m s 0.01 0.00 0.01 0.00 -meule meule nom f s 1.39 8.38 1.17 4.73 -meuler meuler ver 0.06 0.27 0.02 0.14 inf; -meules meule nom f p 1.39 8.38 0.22 3.65 -meuleuse meuleuse nom f s 0.01 0.07 0.01 0.07 -meulez meuler ver 0.06 0.27 0.01 0.00 ind:pre:2p; -meulière meulier nom f s 0.00 0.81 0.00 0.68 -meulières meulier nom f p 0.00 0.81 0.00 0.14 -meunier meunier nom m s 0.96 0.95 0.76 0.74 -meuniers meunier nom m p 0.96 0.95 0.17 0.14 -meunière meunier adj f s 0.44 0.41 0.23 0.14 -meure mourir ver 916.42 391.08 14.97 5.54 sub:pre:1s;sub:pre:3s; -meurent mourir ver 916.42 391.08 19.13 10.47 ind:pre:3p; -meures mourir ver 916.42 391.08 1.88 0.14 sub:pre:2s; -meurette meurette nom f s 0.00 0.34 0.00 0.34 -meurs mourir ver 916.42 391.08 43.90 5.95 imp:pre:2s;ind:pre:1s;ind:pre:2s; -meursault meursault nom m s 0.00 0.20 0.00 0.20 -meurt mourir ver 916.42 391.08 44.29 20.41 ind:pre:3s; -meurtre_suicide meurtre_suicide nom m s 0.04 0.00 0.04 0.00 -meurtre meurtre nom m s 104.45 15.47 81.94 12.30 -meurtres meurtre nom m p 104.45 15.47 22.51 3.18 -meurtri meurtrir ver m s 0.80 6.35 0.34 1.35 par:pas; -meurtrie meurtri adj f s 0.66 5.00 0.32 1.76 -meurtrier meurtrier nom m s 24.42 4.59 19.57 1.69 -meurtriers meurtrier nom m p 24.42 4.59 2.48 0.54 -meurtries meurtri adj f p 0.66 5.00 0.03 0.74 -meurtrir meurtrir ver 0.80 6.35 0.04 1.69 inf; -meurtrira meurtrir ver 0.80 6.35 0.00 0.07 ind:fut:3s; -meurtriront meurtrir ver 0.80 6.35 0.00 0.07 ind:fut:3p; -meurtris meurtrir ver m p 0.80 6.35 0.29 0.34 ind:pre:1s;ind:pre:2s;par:pas; -meurtrissaient meurtrir ver 0.80 6.35 0.00 0.34 ind:imp:3p; -meurtrissais meurtrir ver 0.80 6.35 0.00 0.07 ind:imp:1s; -meurtrissait meurtrir ver 0.80 6.35 0.00 0.27 ind:imp:3s; -meurtrissant meurtrir ver 0.80 6.35 0.00 0.27 par:pre; -meurtrissent meurtrir ver 0.80 6.35 0.00 0.14 ind:pre:3p; -meurtrissure meurtrissure nom f s 0.09 1.42 0.04 0.88 -meurtrissures meurtrissure nom f p 0.09 1.42 0.05 0.54 -meurtrit meurtrir ver 0.80 6.35 0.04 0.20 ind:pre:3s;ind:pas:3s; -meurtrière meurtrier nom f s 24.42 4.59 2.36 1.22 -meurtrières meurtrière nom f p 0.96 0.00 0.96 0.00 -meus mouvoir ver 1.75 13.18 0.02 0.14 imp:pre:2s;ind:pre:1s; -meusien meusien adj m s 0.00 0.54 0.00 0.20 -meusienne meusien adj f s 0.00 0.54 0.00 0.07 -meusiennes meusien adj f p 0.00 0.54 0.00 0.14 -meusiens meusien adj m p 0.00 0.54 0.00 0.14 -meut mouvoir ver 1.75 13.18 0.41 1.28 ind:pre:3s; -meute meute nom f s 2.45 7.36 2.25 6.55 -meutes meute nom f p 2.45 7.36 0.20 0.81 -meuvent mouvoir ver 1.75 13.18 0.17 0.68 ind:pre:3p; -mexicain mexicain nom m s 8.06 2.43 3.98 1.62 -mexicaine mexicain adj f s 7.74 4.05 2.42 1.49 -mexicaines mexicain adj f p 7.74 4.05 0.59 0.68 -mexicains mexicain nom m p 8.06 2.43 3.22 0.41 -mexico mexico adv 0.54 0.07 0.54 0.07 -mezcal mezcal nom m s 0.13 0.00 0.13 0.00 -mezza_voce mezza_voce adv 0.00 0.07 0.00 0.07 -mezza_voce mezza_voce adv 0.00 0.20 0.00 0.20 -mezzanine mezzanine nom f s 0.13 0.47 0.12 0.27 -mezzanines mezzanine nom f p 0.13 0.47 0.01 0.20 -mezzo_soprano mezzo_soprano nom s 0.20 0.00 0.20 0.00 -mezzo mezzo nom s 0.03 0.14 0.03 0.07 -mezzos mezzo nom p 0.03 0.14 0.00 0.07 -mi_accablé mi_accablé adj m s 0.00 0.07 0.00 0.07 -mi_africains mi_africains nom m 0.00 0.07 0.00 0.07 -mi_airain mi_airain nom m s 0.00 0.07 0.00 0.07 -mi_allemand mi_allemand nom m 0.00 0.07 0.00 0.07 -mi_allongé mi_allongé adj m s 0.00 0.07 0.00 0.07 -mi_américaine mi_américaine nom m 0.02 0.00 0.02 0.00 -mi_ange mi_ange nom m s 0.01 0.00 0.01 0.00 -mi_angevins mi_angevins nom m 0.00 0.07 0.00 0.07 -mi_animal mi_animal adj m s 0.05 0.00 0.05 0.00 -mi_animaux mi_animaux adj m 0.00 0.07 0.00 0.07 -mi_août mi_août nom f s 0.00 0.20 0.00 0.20 -mi_appointé mi_appointé adj f p 0.00 0.07 0.00 0.07 -mi_appréhension mi_appréhension nom f s 0.00 0.07 0.00 0.07 -mi_arabe mi_arabe adj s 0.00 0.07 0.00 0.07 -mi_artisan mi_artisan nom m s 0.00 0.07 0.00 0.07 -mi_automne mi_automne nom f s 0.00 0.14 0.00 0.14 -mi_bandit mi_bandit nom m s 0.00 0.07 0.00 0.07 -mi_bas mi_bas nom m 0.14 0.14 0.14 0.14 -mi_biblique mi_biblique adj f s 0.00 0.07 0.00 0.07 -mi_black mi_black adj m s 0.14 0.00 0.14 0.00 -mi_blanc mi_blanc nom m 0.00 0.14 0.00 0.14 -mi_blancs mi_blancs nom m 0.00 0.07 0.00 0.07 -mi_bleu mi_bleu adj 0.00 0.07 0.00 0.07 -mi_bois mi_bois nom m 0.00 0.07 0.00 0.07 -mi_bordel mi_bordel nom m s 0.00 0.07 0.00 0.07 -mi_bourgeois mi_bourgeois adj m s 0.00 0.07 0.00 0.07 -mi_bovins mi_bovins nom m 0.00 0.07 0.00 0.07 -mi_braconnier mi_braconnier nom m p 0.00 0.07 0.00 0.07 -mi_bras mi_bras nom m 0.00 0.14 0.00 0.14 -mi_britannique mi_britannique adj s 0.00 0.07 0.00 0.07 -mi_building mi_building nom m s 0.00 0.07 0.00 0.07 -mi_bureaucrate mi_bureaucrate adj m p 0.00 0.07 0.00 0.07 -mi_bête mi_bête adj m s 0.04 0.00 0.04 0.00 -mi_côte mi_côte nom f s 0.00 0.20 0.00 0.20 -mi_café mi_café adj 0.00 0.07 0.00 0.07 -mi_café mi_café nom m s 0.00 0.07 0.00 0.07 -mi_campagnarde mi_campagnarde nom m 0.00 0.07 0.00 0.07 -mi_canard mi_canard nom m s 0.00 0.07 0.00 0.07 -mi_capacité mi_capacité nom f s 0.02 0.00 0.02 0.00 -mi_carrier mi_carrier nom f s 0.01 0.00 0.01 0.00 -mi_carême mi_carême nom f s 0.01 0.61 0.01 0.61 -mi_chair mi_chair adj m s 0.00 0.20 0.00 0.20 -mi_chat mi_chat nom m s 0.00 0.07 0.00 0.07 -mi_chatte mi_chatte nom f s 0.01 0.00 0.01 0.00 -mi_chauve mi_chauve adj s 0.00 0.07 0.00 0.07 -mi_chemin mi_chemin nom m s 3.72 6.35 3.72 6.35 -mi_châtaignier mi_châtaignier nom m p 0.00 0.07 0.00 0.07 -mi_chou mi_chou nom m s 0.00 0.07 0.00 0.07 -mi_chourineur mi_chourineur nom m s 0.00 0.07 0.00 0.07 -mi_chèvre mi_chèvre nom f s 0.00 0.07 0.00 0.07 -mi_chêne mi_chêne nom m p 0.00 0.07 0.00 0.07 -mi_clair mi_clair adj m s 0.00 0.07 0.00 0.07 -mi_cloître mi_cloître nom m s 0.00 0.07 0.00 0.07 -mi_clos mi_clos adj m 0.21 7.16 0.11 6.08 -mi_clos mi_clos adj f s 0.21 7.16 0.00 0.20 -mi_clos mi_clos adj f p 0.21 7.16 0.10 0.88 -mi_comique mi_comique adj m s 0.00 0.14 0.00 0.14 -mi_complice mi_complice adj m p 0.00 0.07 0.00 0.07 -mi_compote mi_compote nom f s 0.00 0.07 0.00 0.07 -mi_confit mi_confit nom m 0.00 0.07 0.00 0.07 -mi_confondu mi_confondu adj m p 0.00 0.07 0.00 0.07 -mi_connu mi_connu adj f s 0.01 0.00 0.01 0.00 -mi_consterné mi_consterné adj m s 0.00 0.07 0.00 0.07 -mi_contrarié mi_contrarié adj m p 0.00 0.07 0.00 0.07 -mi_corbeaux mi_corbeaux nom m p 0.00 0.07 0.00 0.07 -mi_corps mi_corps nom m 0.01 1.55 0.01 1.55 -mi_course mi_course nom f s 0.08 0.27 0.08 0.27 -mi_courtois mi_courtois adj m 0.00 0.07 0.00 0.07 -mi_cousin mi_cousin nom f s 0.00 0.14 0.00 0.07 -mi_cousin mi_cousin nom m p 0.00 0.14 0.00 0.07 -mi_coutume mi_coutume nom f s 0.00 0.07 0.00 0.07 -mi_crabe mi_crabe nom m s 0.00 0.07 0.00 0.07 -mi_croyant mi_croyant nom m 0.00 0.07 0.00 0.07 -mi_créature mi_créature nom f s 0.00 0.07 0.00 0.07 -mi_cruel mi_cruel adj m s 0.00 0.07 0.00 0.07 -mi_cuisse mi_cuisse nom f s 0.06 1.35 0.04 0.81 -mi_cuisse mi_cuisse nom f p 0.06 1.35 0.01 0.54 -mi_céleste mi_céleste adj m s 0.00 0.07 0.00 0.07 -mi_curieux mi_curieux adj m p 0.00 0.14 0.00 0.14 -mi_cérémonieux mi_cérémonieux adj m 0.00 0.07 0.00 0.07 -mi_dentelle mi_dentelle nom f s 0.00 0.07 0.00 0.07 -mi_didactique mi_didactique adj s 0.00 0.07 0.00 0.07 -mi_distance mi_distance nom f s 0.04 0.34 0.04 0.34 -mi_douce mi_douce adj f s 0.00 0.07 0.00 0.07 -mi_décadents mi_décadents nom m 0.00 0.07 0.00 0.07 -mi_décembre mi_décembre nom m 0.01 0.27 0.01 0.27 -mi_démon mi_démon nom m s 0.02 0.00 0.02 0.00 -mi_désir mi_désir nom m s 0.00 0.07 0.00 0.07 -mi_effrayé mi_effrayé adj f s 0.00 0.20 0.00 0.07 -mi_effrayé mi_effrayé adj m p 0.00 0.20 0.00 0.14 -mi_effrontée mi_effrontée nom m 0.00 0.07 0.00 0.07 -mi_enfant mi_enfant nom s 0.01 0.07 0.01 0.07 -mi_enjoué mi_enjoué adj f s 0.00 0.07 0.00 0.07 -mi_enterré mi_enterré adj m s 0.00 0.07 0.00 0.07 -mi_envieux mi_envieux adj m p 0.00 0.07 0.00 0.07 -mi_espagnol mi_espagnol nom m 0.00 0.07 0.00 0.07 -mi_européen mi_européen nom m 0.00 0.14 0.00 0.14 -mi_excitation mi_excitation nom f s 0.00 0.07 0.00 0.07 -mi_farceur mi_farceur nom m 0.00 0.07 0.00 0.07 -mi_faux mi_faux adj m 0.00 0.07 0.00 0.07 -mi_femme mi_femme nom f s 0.12 0.07 0.12 0.07 -mi_fermiers mi_fermiers nom m 0.00 0.07 0.00 0.07 -mi_fiel mi_fiel nom m s 0.00 0.07 0.00 0.07 -mi_figue mi_figue nom f s 0.02 0.54 0.02 0.54 -mi_flanc mi_flanc nom m s 0.00 0.14 0.00 0.14 -mi_fleuve mi_fleuve nom m s 0.08 0.00 0.08 0.00 -mi_français mi_français nom m 0.00 0.14 0.00 0.14 -mi_furieux mi_furieux adj m s 0.00 0.07 0.00 0.07 -mi_février mi_février nom f s 0.01 0.07 0.01 0.07 -mi_garçon mi_garçon nom m s 0.00 0.07 0.00 0.07 -mi_geste mi_geste nom m s 0.00 0.07 0.00 0.07 -mi_gigolpince mi_gigolpince nom m s 0.00 0.07 0.00 0.07 -mi_gnon mi_gnon nom m s 0.00 0.07 0.00 0.07 -mi_goguenard mi_goguenard adj f s 0.00 0.07 0.00 0.07 -mi_gonzesse mi_gonzesse nom f s 0.00 0.07 0.00 0.07 -mi_goéland mi_goéland nom m p 0.00 0.07 0.00 0.07 -mi_grave mi_grave adj p 0.00 0.07 0.00 0.07 -mi_grenier mi_grenier nom m s 0.00 0.07 0.00 0.07 -mi_grognon mi_grognon nom m 0.00 0.07 0.00 0.07 -mi_grondeur mi_grondeur adj m s 0.00 0.07 0.00 0.07 -mi_grossier mi_grossier adj f p 0.00 0.07 0.00 0.07 -mi_haute mi_haute adj f s 0.00 0.07 0.00 0.07 -mi_hauteur mi_hauteur nom f s 0.17 2.91 0.17 2.91 -mi_historique mi_historique adj f p 0.00 0.07 0.00 0.07 -mi_homme mi_homme nom m s 0.44 0.14 0.44 0.14 -mi_humain mi_humain nom m 0.08 0.00 0.08 0.00 -mi_humaine mi_humaine nom m 0.01 0.07 0.01 0.07 -mi_humains mi_humains nom m 0.01 0.07 0.01 0.07 -mi_hésitant mi_hésitant adj m s 0.00 0.07 0.00 0.07 -mi_idiotes mi_idiotes nom m 0.00 0.07 0.00 0.07 -mi_image mi_image nom f p 0.00 0.14 0.00 0.14 -mi_indien mi_indien nom m 0.01 0.07 0.01 0.07 -mi_indifférente mi_indifférente nom m 0.00 0.07 0.00 0.07 -mi_indigné mi_indigné adj f s 0.00 0.07 0.00 0.07 -mi_indigène mi_indigène adj s 0.00 0.07 0.00 0.07 -mi_indulgent mi_indulgent adj m s 0.00 0.14 0.00 0.14 -mi_inquiet mi_inquiet adj f s 0.00 0.14 0.00 0.14 -mi_ironique mi_ironique adj m s 0.00 0.41 0.00 0.27 -mi_ironique mi_ironique adj p 0.00 0.41 0.00 0.14 -mi_jambe mi_jambe nom f s 0.00 0.74 0.00 0.47 -mi_jambe mi_jambe nom f p 0.00 0.74 0.00 0.27 -mi_janvier mi_janvier nom f s 0.12 0.20 0.12 0.20 -mi_jaune mi_jaune adj s 0.00 0.14 0.00 0.07 -mi_jaune mi_jaune adj p 0.00 0.14 0.00 0.07 -mi_jersey mi_jersey nom m s 0.00 0.14 0.00 0.14 -mi_joue mi_joue nom f s 0.00 0.07 0.00 0.07 -mi_jour mi_jour nom m s 0.00 0.07 0.00 0.07 -mi_journée mi_journée nom f s 0.20 0.27 0.20 0.27 -mi_juif mi_juif nom m 0.00 0.07 0.00 0.07 -mi_juillet mi_juillet nom f s 0.02 0.41 0.02 0.41 -mi_juin mi_juin nom f s 0.01 0.07 0.01 0.07 -mi_laiton mi_laiton nom m s 0.00 0.07 0.00 0.07 -mi_lent mi_lent adj m s 0.01 0.00 0.01 0.00 -mi_londrès mi_londrès nom m 0.00 0.07 0.00 0.07 -mi_longs mi_longs nom m 0.15 0.34 0.15 0.34 -mi_longueur mi_longueur nom f s 0.00 0.07 0.00 0.07 -mi_lourd mi_lourd adj m s 0.17 0.14 0.17 0.14 -mi_machine mi_machine nom f s 0.07 0.00 0.06 0.00 -mi_machine mi_machine nom f p 0.07 0.00 0.01 0.00 -mi_mai mi_mai nom f s 0.01 0.00 0.01 0.00 -mi_mao mi_mao nom s 0.00 0.07 0.00 0.07 -mi_marchande mi_marchande nom m 0.00 0.07 0.00 0.07 -mi_mars mi_mars nom f s 0.04 0.20 0.04 0.20 -mi_marécage mi_marécage nom m p 0.00 0.07 0.00 0.07 -mi_menaçant mi_menaçant adj f s 0.00 0.07 0.00 0.07 -mi_meublé mi_meublé nom m 0.00 0.07 0.00 0.07 -mi_mexicain mi_mexicain nom m 0.01 0.00 0.01 0.00 -mi_miel mi_miel adj m s 0.00 0.07 0.00 0.07 -mi_mollet mi_mollet nom m 0.01 0.20 0.01 0.20 -mi_mollets mi_mollets nom m 0.00 0.27 0.00 0.27 -mi_mondaine mi_mondaine nom m 0.00 0.07 0.00 0.07 -mi_moqueur mi_moqueur nom m 0.00 0.14 0.00 0.14 -mi_mot mi_mot nom m s 0.03 0.27 0.03 0.20 -mi_mot mi_mot nom m p 0.03 0.27 0.00 0.07 -mi_mouton mi_mouton nom m s 0.00 0.07 0.00 0.07 -mi_moyen mi_moyen adj m s 0.10 0.07 0.08 0.00 -mi_moyen mi_moyen adj m p 0.10 0.07 0.02 0.07 -mi_métal mi_métal nom m s 0.00 0.07 0.00 0.07 -mi_narquoise mi_narquoise adj f s 0.00 0.07 0.00 0.07 -mi_noir mi_noir nom m 0.00 0.07 0.00 0.07 -mi_novembre mi_novembre nom f s 0.13 0.27 0.13 0.27 -mi_nuit mi_nuit nom f s 0.00 0.07 0.00 0.07 -mi_obscur mi_obscur adj f s 0.00 0.07 0.00 0.07 -mi_octobre mi_octobre nom f s 0.02 0.14 0.02 0.14 -mi_officiel mi_officiel nom m 0.00 0.14 0.00 0.14 -mi_ogre mi_ogre nom m s 0.00 0.07 0.00 0.07 -mi_oiseau mi_oiseau nom m s 0.10 0.00 0.10 0.00 -mi_oriental mi_oriental nom m 0.00 0.07 0.00 0.07 -mi_parcours mi_parcours nom m 0.25 0.34 0.25 0.34 -mi_parti mi_parti adj f s 0.00 0.61 0.00 0.61 -mi_pathétique mi_pathétique adj s 0.00 0.07 0.00 0.07 -mi_patio mi_patio nom m s 0.00 0.07 0.00 0.07 -mi_patois mi_patois nom m 0.00 0.07 0.00 0.07 -mi_peau mi_peau nom f s 0.00 0.07 0.00 0.07 -mi_pelouse mi_pelouse nom f s 0.00 0.07 0.00 0.07 -mi_pensée mi_pensée nom f p 0.00 0.14 0.00 0.14 -mi_pente mi_pente nom f s 0.02 0.81 0.02 0.81 -mi_pierre mi_pierre nom f s 0.00 0.07 0.00 0.07 -mi_pincé mi_pincé adj m s 0.00 0.07 0.00 0.07 -mi_plaintif mi_plaintif adj m s 0.00 0.20 0.00 0.20 -mi_plaisant mi_plaisant nom m 0.00 0.07 0.00 0.07 -mi_pleurant mi_pleurant nom m 0.00 0.07 0.00 0.07 -mi_pleurnichard mi_pleurnichard nom m 0.00 0.07 0.00 0.07 -mi_plombier mi_plombier nom m p 0.00 0.07 0.00 0.07 -mi_poisson mi_poisson nom m s 0.00 0.14 0.00 0.14 -mi_poitrine mi_poitrine nom f s 0.00 0.07 0.00 0.07 -mi_porcine mi_porcine nom m 0.00 0.07 0.00 0.07 -mi_porté mi_porté nom m 0.00 0.07 0.00 0.07 -mi_portugaise mi_portugaise nom m 0.00 0.07 0.00 0.07 -mi_poucet mi_poucet nom m s 0.00 0.07 0.00 0.07 -mi_poulet mi_poulet nom m s 0.00 0.07 0.00 0.07 -mi_prestidigitateur mi_prestidigitateur nom m s 0.00 0.07 0.00 0.07 -mi_promenoir mi_promenoir nom m s 0.00 0.07 0.00 0.07 -mi_protecteur mi_protecteur nom m 0.00 0.14 0.00 0.14 -mi_pêcheur mi_pêcheur nom m p 0.00 0.07 0.00 0.07 -mi_putain mi_putain nom f s 0.00 0.07 0.00 0.07 -mi_rageur mi_rageur adj m s 0.00 0.07 0.00 0.07 -mi_raide mi_raide adj f s 0.00 0.07 0.00 0.07 -mi_railleur mi_railleur nom m 0.00 0.14 0.00 0.14 -mi_raisin mi_raisin nom m s 0.02 0.61 0.02 0.61 -mi_renaissance mi_renaissance nom f s 0.00 0.07 0.00 0.07 -mi_respectueux mi_respectueux adj f s 0.00 0.07 0.00 0.07 -mi_riant mi_riant adj m s 0.00 0.27 0.00 0.27 -mi_rose mi_rose nom s 0.00 0.07 0.00 0.07 -mi_roulotte mi_roulotte nom f s 0.00 0.07 0.00 0.07 -mi_route mi_route nom f s 0.00 0.07 0.00 0.07 -mi_réalité mi_réalité nom f s 0.00 0.07 0.00 0.07 -mi_régime mi_régime nom m s 0.00 0.07 0.00 0.07 -mi_réprobateur mi_réprobateur adj m s 0.00 0.07 0.00 0.07 -mi_résigné mi_résigné nom m 0.00 0.07 0.00 0.07 -mi_russe mi_russe adj m s 0.14 0.07 0.14 0.07 -mi_saison mi_saison nom f s 0.14 0.00 0.14 0.00 -mi_salade mi_salade nom f s 0.01 0.00 0.01 0.00 -mi_salaire mi_salaire nom m s 0.01 0.00 0.01 0.00 -mi_samoan mi_samoan adj m s 0.01 0.00 0.01 0.00 -mi_sanglotant mi_sanglotant adj m s 0.00 0.07 0.00 0.07 -mi_satin mi_satin nom m s 0.00 0.07 0.00 0.07 -mi_satisfait mi_satisfait adj m s 0.00 0.07 0.00 0.07 -mi_sceptique mi_sceptique adj m s 0.00 0.07 0.00 0.07 -mi_scientifique mi_scientifique adj f p 0.00 0.07 0.00 0.07 -mi_secours mi_secours nom m 0.00 0.07 0.00 0.07 -mi_seigneur mi_seigneur nom m s 0.00 0.07 0.00 0.07 -mi_sel mi_sel nom m s 0.00 0.07 0.00 0.07 -mi_septembre mi_septembre nom f s 0.03 0.27 0.03 0.27 -mi_sidéré mi_sidéré adj f s 0.00 0.07 0.00 0.07 -mi_singe mi_singe nom m s 0.01 0.00 0.01 0.00 -mi_sombre mi_sombre adj m s 0.00 0.07 0.00 0.07 -mi_sommet mi_sommet nom m s 0.00 0.07 0.00 0.07 -mi_songe mi_songe nom m s 0.00 0.07 0.00 0.07 -mi_souriant mi_souriant adj m s 0.00 0.14 0.00 0.07 -mi_souriant mi_souriant adj f s 0.00 0.14 0.00 0.07 -mi_suisse mi_suisse adj s 0.00 0.07 0.00 0.07 -mi_série mi_série nom f s 0.01 0.00 0.01 0.00 -mi_sérieux mi_sérieux adj m 0.00 0.20 0.00 0.20 -mi_tantouse mi_tantouse nom f s 0.00 0.07 0.00 0.07 -mi_tendre mi_tendre nom m 0.00 0.14 0.00 0.14 -mi_terrorisé mi_terrorisé adj m s 0.00 0.07 0.00 0.07 -mi_timide mi_timide adj s 0.00 0.07 0.00 0.07 -mi_tortue mi_tortue adj f s 0.00 0.07 0.00 0.07 -mi_tour mi_tour nom s 0.00 0.07 0.00 0.07 -mi_tout mi_tout nom m 0.00 0.07 0.00 0.07 -mi_tragique mi_tragique adj m s 0.00 0.07 0.00 0.07 -mi_trimestre mi_trimestre nom m s 0.01 0.00 0.01 0.00 -mi_épaule mi_épaule nom f s 0.00 0.07 0.00 0.07 -mi_étage mi_étage nom m s 0.00 0.47 0.00 0.47 -mi_étendue mi_étendue nom f s 0.00 0.07 0.00 0.07 -mi_étonné mi_étonné adj m s 0.00 0.14 0.00 0.14 -mi_été mi_été nom m 0.00 0.27 0.00 0.27 -mi_étudiant mi_étudiant nom m 0.00 0.07 0.00 0.07 -mi_éveillé mi_éveillé adj f s 0.00 0.14 0.00 0.14 -mi_velours mi_velours nom m 0.00 0.07 0.00 0.07 -mi_verre mi_verre nom m s 0.00 0.14 0.00 0.14 -mi_vie mi_vie nom f s 0.00 0.07 0.00 0.07 -mi_voix mi_voix nom f 0.31 14.39 0.31 14.39 -mi_voluptueux mi_voluptueux adj m 0.00 0.07 0.00 0.07 -mi_vrais mi_vrais nom m 0.00 0.07 0.00 0.07 -mi_végétal mi_végétal nom m 0.01 0.00 0.01 0.00 -mi_vénitien mi_vénitien nom m 0.00 0.07 0.00 0.07 -mi mi nom_sup m 8.97 5.61 8.97 5.61 -miam_miam miam_miam ono 0.56 0.68 0.56 0.68 -miam miam ono 2.19 1.69 2.19 1.69 -miao miao adj m s 0.06 0.00 0.06 0.00 -miaou miaou nom m s 0.46 1.55 0.45 1.35 -miaous miaou nom m p 0.46 1.55 0.01 0.20 -miasme miasme nom m s 0.06 1.28 0.01 0.14 -miasmes miasme nom m p 0.06 1.28 0.05 1.15 -miaula miauler ver 1.15 6.15 0.00 0.54 ind:pas:3s; -miaulaient miauler ver 1.15 6.15 0.00 0.34 ind:imp:3p; -miaulais miauler ver 1.15 6.15 0.00 0.07 ind:imp:1s; -miaulait miauler ver 1.15 6.15 0.01 0.81 ind:imp:3s; -miaulant miauler ver 1.15 6.15 0.02 0.74 par:pre; -miaule miauler ver 1.15 6.15 0.88 1.15 imp:pre:2s;ind:pre:3s; -miaulement miaulement nom m s 1.35 2.57 0.64 1.55 -miaulements miaulement nom m p 1.35 2.57 0.70 1.01 -miaulent miauler ver 1.15 6.15 0.03 0.34 ind:pre:3p; -miauler miauler ver 1.15 6.15 0.20 1.62 inf; -miauleur miauleur adj m s 0.01 0.00 0.01 0.00 -miaulez miauler ver 1.15 6.15 0.01 0.07 ind:pre:2p; -miaulé miauler ver m s 1.15 6.15 0.00 0.47 par:pas; -mica mica nom m s 0.34 2.77 0.34 2.50 -micacées micacé adj f p 0.00 0.14 0.00 0.14 -micas mica nom m p 0.34 2.77 0.00 0.27 -miche miche nom f s 2.20 9.80 0.70 4.59 -micheline micheline nom f s 0.00 0.20 0.00 0.20 -miches miche nom f p 2.20 9.80 1.50 5.20 -micheton micheton nom m s 0.59 5.41 0.46 3.51 -michetonnais michetonner ver 0.01 0.54 0.01 0.07 ind:imp:1s; -michetonne michetonner ver 0.01 0.54 0.00 0.20 ind:pre:1s;ind:pre:3s; -michetonner michetonner ver 0.01 0.54 0.00 0.14 inf; -michetonnes michetonner ver 0.01 0.54 0.00 0.14 ind:pre:2s; -michetonneuse michetonneuse nom f s 0.00 0.14 0.00 0.07 -michetonneuses michetonneuse nom f p 0.00 0.14 0.00 0.07 -michetons micheton nom m p 0.59 5.41 0.13 1.89 -miché miché nom m s 0.03 2.91 0.02 1.76 -michés miché nom m p 0.03 2.91 0.01 1.15 -mickeys mickey nom m p 0.19 0.20 0.19 0.20 -micmac micmac nom m s 0.14 0.61 0.12 0.34 -micmacs micmac nom m p 0.14 0.61 0.02 0.27 -micocoulier micocoulier nom m s 0.00 0.34 0.00 0.14 -micocouliers micocoulier nom m p 0.00 0.34 0.00 0.20 -micro_cravate micro_cravate nom m s 0.01 0.00 0.01 0.00 -micro_onde micro_onde nom f s 0.38 0.00 0.38 0.00 -micro_ondes micro_ondes nom m 2.45 0.14 2.45 0.14 -micro_ordinateur micro_ordinateur nom m s 0.01 0.14 0.01 0.07 -micro_ordinateur micro_ordinateur nom m p 0.01 0.14 0.00 0.07 -micro_organisme micro_organisme nom m s 0.08 0.00 0.08 0.00 -micro_trottoir micro_trottoir nom m s 0.01 0.00 0.01 0.00 -micro micro nom s 15.03 8.31 11.25 6.82 -microanalyse microanalyse nom f s 0.02 0.00 0.02 0.00 -microbe microbe nom m s 6.00 4.26 1.86 1.15 -microbes microbe nom m p 6.00 4.26 4.14 3.11 -microbienne microbien adj f s 0.04 0.07 0.01 0.07 -microbiens microbien adj m p 0.04 0.07 0.02 0.00 -microbiologie microbiologie nom f s 0.14 0.00 0.14 0.00 -microbiologiste microbiologiste nom s 0.06 0.00 0.06 0.00 -microbus microbus nom m 0.01 0.00 0.01 0.00 -microcassette microcassette nom f s 0.00 0.07 0.00 0.07 -microchimie microchimie nom f s 0.03 0.00 0.03 0.00 -microchirurgie microchirurgie nom f s 0.06 0.07 0.06 0.07 -microcircuit microcircuit nom m s 0.07 0.00 0.02 0.00 -microcircuits microcircuit nom m p 0.07 0.00 0.05 0.00 -microclimat microclimat nom m s 0.16 0.14 0.16 0.14 -microcomposants microcomposant nom m p 0.01 0.00 0.01 0.00 -microcopie microcopie nom f s 0.01 0.00 0.01 0.00 -microcosme microcosme nom m s 0.23 0.34 0.23 0.34 -microcéphale microcéphale nom m s 0.10 0.07 0.10 0.00 -microcéphales microcéphale adj p 0.00 0.27 0.00 0.07 -microcycles microcycle nom m p 0.01 0.00 0.01 0.00 -microfiches microfiche nom f p 0.04 0.00 0.04 0.00 -microfilm microfilm nom m s 0.58 0.20 0.51 0.00 -microfilms microfilm nom m p 0.58 0.20 0.07 0.20 -microgramme microgramme nom m s 0.02 0.00 0.02 0.00 -microgravité microgravité nom f s 0.01 0.00 0.01 0.00 -microlithes microlithe nom m p 0.00 0.07 0.00 0.07 -micromètre micromètre nom m s 0.04 0.00 0.02 0.00 -micromètres micromètre nom m p 0.04 0.00 0.01 0.00 -micron micron nom m s 0.74 0.27 0.24 0.20 -microns micron nom m p 0.74 0.27 0.50 0.07 -microphone microphone nom m s 0.73 0.68 0.48 0.34 -microphones microphone nom m p 0.73 0.68 0.25 0.34 -microprocesseur microprocesseur nom m s 0.36 0.20 0.17 0.07 -microprocesseurs microprocesseur nom m p 0.36 0.20 0.20 0.14 -micros micro nom p 15.03 8.31 3.78 1.49 -microscope microscope nom m s 3.94 1.62 3.71 1.35 -microscopes microscope nom m p 3.94 1.62 0.23 0.27 -microscopie microscopie nom f s 0.04 0.00 0.04 0.00 -microscopique microscopique adj s 1.04 2.23 0.62 0.88 -microscopiquement microscopiquement adv 0.01 0.07 0.01 0.07 -microscopiques microscopique adj p 1.04 2.23 0.42 1.35 -microseconde microseconde nom f s 0.10 0.00 0.06 0.00 -microsecondes microseconde nom f p 0.10 0.00 0.04 0.00 -microsillon microsillon nom m s 0.00 0.27 0.00 0.14 -microsillons microsillon nom m p 0.00 0.27 0.00 0.14 -microsociologie microsociologie nom f s 0.00 0.07 0.00 0.07 -microsonde microsonde nom f s 0.01 0.00 0.01 0.00 -microstructure microstructure nom f s 0.03 0.07 0.03 0.00 -microstructures microstructure nom f p 0.03 0.07 0.00 0.07 -microédition microédition nom f s 0.01 0.00 0.01 0.00 -miction miction nom f s 0.04 0.07 0.03 0.00 -mictions miction nom f p 0.04 0.07 0.01 0.07 -middle_west middle_west nom m s 0.05 0.14 0.05 0.14 -middle_class middle_class nom f s 0.00 0.07 0.00 0.07 -midi midi nom m 35.19 68.38 35.15 68.11 -midinette midinette nom f s 0.13 2.23 0.06 1.62 -midinettes midinette nom f p 0.13 2.23 0.07 0.61 -midis midi nom m p 35.19 68.38 0.04 0.27 -midrash midrash nom m s 0.02 0.00 0.02 0.00 -midship midship nom m s 0.00 0.20 0.00 0.20 -mie mie nom f s 1.41 5.74 1.39 5.68 -miel miel nom m s 17.36 15.54 17.34 15.41 -miellat miellat nom m s 0.01 0.00 0.01 0.00 -mielle mielle nom f s 0.00 0.07 0.00 0.07 -mielleuse mielleux adj f s 0.81 1.82 0.20 0.41 -mielleuses mielleux adj f p 0.81 1.82 0.17 0.20 -mielleux mielleux adj m 0.81 1.82 0.44 1.22 -miellé miellé adj m s 0.00 0.07 0.00 0.07 -miellée miellé nom f s 0.00 0.20 0.00 0.14 -miellées miellé nom f p 0.00 0.20 0.00 0.07 -miels miel nom m p 17.36 15.54 0.03 0.14 -mien mien pro_pos m s 54.06 36.08 54.06 36.08 -mienne mienne pro_pos f s 50.46 41.28 50.46 41.28 -miennes miennes pro_pos m p 9.31 9.59 9.31 9.59 -miens miens pro_pos m p 16.32 21.15 16.32 21.15 -mies mie nom f p 1.41 5.74 0.03 0.07 -miette miette nom f s 8.68 17.16 2.54 4.12 -miettes miette nom f p 8.68 17.16 6.13 13.04 -mieux_être mieux_être nom m 0.12 0.20 0.12 0.20 -mieux_vivre mieux_vivre nom m s 0.00 0.07 0.00 0.07 -mieux mieux adv_sup 651.73 398.38 651.73 398.38 -mignard mignard adj m s 0.00 1.35 0.00 0.34 -mignardant mignarder ver 0.00 0.20 0.00 0.07 par:pre; -mignarde mignard adj f s 0.00 1.35 0.00 0.81 -mignardement mignardement adv 0.00 0.07 0.00 0.07 -mignardes mignard adj f p 0.00 1.35 0.00 0.14 -mignardise mignardise nom f s 0.03 0.88 0.02 0.14 -mignardises mignardise nom f p 0.03 0.88 0.01 0.74 -mignards mignard adj m p 0.00 1.35 0.00 0.07 -mignardé mignarder ver m s 0.00 0.20 0.00 0.07 par:pas; -mignon mignon adj m s 69.71 13.58 46.14 6.49 -mignonne mignon adj f s 69.71 13.58 17.41 4.73 -mignonnement mignonnement adv 0.00 0.14 0.00 0.14 -mignonnes mignon adj f p 69.71 13.58 1.37 0.74 -mignonnet mignonnet adj m s 0.17 0.27 0.07 0.14 -mignonnets mignonnet adj m p 0.17 0.27 0.00 0.07 -mignonnette mignonnet adj f s 0.17 0.27 0.10 0.00 -mignonnettes mignonnette nom f p 0.06 0.14 0.01 0.07 -mignons mignon adj m p 69.71 13.58 4.78 1.62 -mignoter mignoter ver 0.01 0.41 0.01 0.27 inf; -mignoteront mignoter ver 0.01 0.41 0.00 0.07 ind:fut:3p; -mignoté mignoter ver m s 0.01 0.41 0.00 0.07 par:pas; -migraine migraine nom f s 10.32 6.01 7.51 4.05 -migraines migraine nom f p 10.32 6.01 2.80 1.96 -migraineuse migraineuse nom f s 0.01 0.07 0.01 0.07 -migraineux migraineux nom m 0.04 0.00 0.04 0.00 -migrait migrer ver 0.83 0.14 0.01 0.00 ind:imp:3s; -migrant migrer ver 0.83 0.14 0.01 0.00 par:pre; -migrante migrant adj f s 0.00 0.14 0.00 0.07 -migrants migrant nom m p 0.03 0.54 0.03 0.27 -migrateur migrateur adj m s 0.35 1.55 0.19 0.41 -migrateurs migrateur adj m p 0.35 1.55 0.16 1.08 -migration migration nom f s 0.74 2.64 0.71 1.76 -migrations migration nom f p 0.74 2.64 0.03 0.88 -migratoire migratoire adj s 0.06 0.14 0.02 0.00 -migratoires migratoire adj p 0.06 0.14 0.04 0.14 -migratrice migrateur adj f s 0.35 1.55 0.01 0.00 -migratrices migrateur adj f p 0.35 1.55 0.00 0.07 -migre migrer ver 0.83 0.14 0.03 0.07 ind:pre:3s; -migrent migrer ver 0.83 0.14 0.24 0.00 ind:pre:3p; -migrer migrer ver 0.83 0.14 0.44 0.00 inf; -migres migrer ver 0.83 0.14 0.01 0.00 ind:pre:2s; -migré migrer ver m s 0.83 0.14 0.08 0.07 par:pas; -mijaurée mijaurée nom f s 0.61 1.01 0.57 0.68 -mijaurées mijaurée nom f p 0.61 1.01 0.04 0.34 -mijota mijoter ver 6.98 7.57 0.00 0.07 ind:pas:3s; -mijotaient mijoter ver 6.98 7.57 0.00 0.34 ind:imp:3p; -mijotais mijoter ver 6.98 7.57 0.05 0.14 ind:imp:1s;ind:imp:2s; -mijotait mijoter ver 6.98 7.57 0.28 1.49 ind:imp:3s; -mijotant mijoter ver 6.98 7.57 0.00 0.27 par:pre; -mijote mijoter ver 6.98 7.57 1.85 1.42 imp:pre:2s;ind:pre:1s;ind:pre:3s; -mijotent mijoter ver 6.98 7.57 0.51 0.34 ind:pre:3p; -mijoter mijoter ver 6.98 7.57 1.28 1.55 inf; -mijotera mijoter ver 6.98 7.57 0.00 0.07 ind:fut:3s; -mijotes mijoter ver 6.98 7.57 1.73 0.34 ind:pre:2s; -mijoteuse mijoteuse nom f s 0.01 0.07 0.01 0.07 -mijotez mijoter ver 6.98 7.57 0.75 0.07 imp:pre:2p;ind:pre:2p; -mijotions mijoter ver 6.98 7.57 0.00 0.07 ind:imp:1p; -mijotons mijoter ver 6.98 7.57 0.00 0.14 imp:pre:1p;ind:pre:1p; -mijoté mijoter ver m s 6.98 7.57 0.34 0.88 par:pas; -mijotées mijoter ver f p 6.98 7.57 0.01 0.07 par:pas; -mijotés mijoter ver m p 6.98 7.57 0.17 0.34 par:pas; -mikado mikado nom m s 0.28 0.88 0.28 0.88 -mil mil adj_num 0.46 0.61 0.46 0.61 -milady milady nom f s 3.18 0.34 3.18 0.34 -milan milan nom m s 0.14 0.34 0.14 0.14 -milanais milanais adj m 0.37 0.47 0.23 0.14 -milanaise milanais adj f s 0.37 0.47 0.14 0.27 -milanaises milanais nom f p 0.23 0.27 0.00 0.14 -milans milan nom m p 0.14 0.34 0.01 0.20 -mildiou mildiou nom m s 0.04 0.00 0.04 0.00 -mile mile nom m s 8.34 1.28 0.90 0.07 -miles mile nom m p 8.34 1.28 7.44 1.22 -milice milice nom f s 3.77 4.39 3.25 2.43 -milices milice nom f p 3.77 4.39 0.53 1.96 -milicien milicien nom m s 0.78 8.92 0.20 1.35 -miliciennes milicienne nom f p 0.01 0.00 0.01 0.00 -miliciens milicien nom m p 0.78 8.92 0.57 7.50 -milieu milieu nom m s 70.27 256.08 68.60 246.69 -milieux milieu nom m p 70.27 256.08 1.67 9.39 -milita militer ver 1.10 4.26 0.00 0.14 ind:pas:3s; -militaient militer ver 1.10 4.26 0.00 0.07 ind:imp:3p; -militaire militaire adj s 43.73 96.22 35.09 69.19 -militairement militairement adv 0.12 1.15 0.12 1.15 -militaires militaire nom p 13.24 18.99 9.74 11.96 -militait militer ver 1.10 4.26 0.16 0.95 ind:imp:3s; -militant militant nom m s 2.92 11.55 1.18 4.86 -militante militant adj f s 0.92 3.45 0.19 1.22 -militantes militant nom f p 2.92 11.55 0.06 0.14 -militantisme militantisme nom m s 0.06 0.74 0.06 0.74 -militants militant nom m p 2.92 11.55 1.54 5.61 -militarisation militarisation nom f s 0.04 0.00 0.04 0.00 -militariser militariser ver 0.05 0.07 0.03 0.00 inf; -militarisme militarisme nom m s 0.03 0.20 0.03 0.20 -militariste militariste adj s 0.03 0.47 0.02 0.34 -militaristes militariste adj p 0.03 0.47 0.01 0.14 -militarisé militariser ver m s 0.05 0.07 0.02 0.07 par:pas; -militaro_industriel militaro_industriel adj m s 0.06 0.00 0.05 0.00 -militaro_industriel militaro_industriel adj f s 0.06 0.00 0.01 0.00 -militaro militaro adv 0.01 0.00 0.01 0.00 -milite militer ver 1.10 4.26 0.58 0.41 imp:pre:2s;ind:pre:1s;ind:pre:3s; -militent militer ver 1.10 4.26 0.03 0.27 ind:pre:3p; -militer militer ver 1.10 4.26 0.09 0.95 inf; -militerai militer ver 1.10 4.26 0.00 0.07 ind:fut:1s; -milites militer ver 1.10 4.26 0.04 0.07 ind:pre:2s; -militons militer ver 1.10 4.26 0.02 0.00 ind:pre:1p; -militèrent militer ver 1.10 4.26 0.00 0.07 ind:pas:3p; -milité militer ver m s 1.10 4.26 0.15 0.95 par:pas; -milk_bar milk_bar nom m s 0.03 0.20 0.03 0.14 -milk_bar milk_bar nom m p 0.03 0.20 0.00 0.07 -milk_shake milk_shake nom m s 1.85 0.14 1.27 0.14 -milk_shake milk_shake nom m p 1.85 0.14 0.45 0.00 -milk_shake milk_shake nom m s 1.85 0.14 0.13 0.00 -mille_feuille mille_feuille nom m s 0.03 1.08 0.02 0.20 -mille_feuille mille_feuille nom m p 0.03 1.08 0.01 0.88 -mille_pattes mille_pattes nom m 0.39 2.09 0.39 2.09 -mille mille adj_num 55.43 142.09 55.43 142.09 -millefeuille millefeuille nom s 0.10 0.54 0.09 0.34 -millefeuilles millefeuille nom p 0.10 0.54 0.01 0.20 -millenium millenium nom m s 0.08 0.07 0.08 0.07 -milles mille nom_sup m p 29.63 30.68 3.46 3.04 -millet millet nom m s 0.17 0.61 0.17 0.61 -milli milli adv 0.16 0.14 0.16 0.14 -milliaire milliaire adj f s 0.00 0.14 0.00 0.14 -milliard milliard nom m s 17.52 14.39 4.02 2.43 -milliardaire milliardaire nom s 2.13 2.77 1.69 1.55 -milliardaires milliardaire nom p 2.13 2.77 0.44 1.22 -milliardième milliardième adj 0.02 0.00 0.02 0.00 -milliards milliard nom m p 17.52 14.39 13.49 11.96 -millier millier nom m s 37.94 42.43 3.15 2.36 -milliers millier nom m p 37.94 42.43 34.78 40.07 -milligramme milligramme nom m s 1.06 0.34 0.23 0.27 -milligrammes milligramme nom m p 1.06 0.34 0.83 0.07 -millilitre millilitre nom m s 0.04 0.00 0.04 0.00 -millimètre millimètre nom m s 2.77 6.76 1.58 4.46 -millimètres millimètre nom m p 2.77 6.76 1.20 2.30 -millimétrique millimétrique adj s 0.15 0.27 0.14 0.14 -millimétriques millimétrique adj p 0.15 0.27 0.01 0.14 -millimétré millimétré adj m s 0.02 0.47 0.02 0.34 -millimétrées millimétré adj f p 0.02 0.47 0.00 0.07 -millimétrés millimétré adj m p 0.02 0.47 0.00 0.07 -million million nom_sup m s 124.70 54.05 36.78 7.84 -millionième millionième adj 0.22 0.34 0.22 0.34 -millionnaire millionnaire adj s 3.59 0.88 2.82 0.61 -millionnaires millionnaire adj p 3.59 0.88 0.78 0.27 -millions million nom_sup m p 124.70 54.05 87.92 46.22 -milliseconde milliseconde nom f s 0.16 0.14 0.09 0.07 -millisecondes milliseconde nom f p 0.16 0.14 0.08 0.07 -millième millième nom m s 0.29 0.95 0.17 0.88 -millièmes millième nom m p 0.29 0.95 0.12 0.07 -millénaire millénaire nom m s 3.45 5.41 2.10 0.74 -millénaires millénaire nom m p 3.45 5.41 1.36 4.66 -millénarisme millénarisme nom m s 0.01 0.00 0.01 0.00 -millénariste millénariste adj f s 0.02 0.00 0.02 0.00 -millénium millénium nom m s 0.13 0.00 0.13 0.00 -millésime millésime nom m s 0.27 1.01 0.25 0.61 -millésimes millésime nom m p 0.27 1.01 0.02 0.41 -millésimé millésimer ver m s 0.22 0.54 0.17 0.20 par:pas; -millésimée millésimer ver f s 0.22 0.54 0.01 0.00 par:pas; -millésimées millésimer ver f p 0.22 0.54 0.00 0.14 par:pas; -millésimés millésimer ver m p 0.22 0.54 0.03 0.20 par:pas; -milonga milonga nom f s 0.03 0.00 0.03 0.00 -milord milord nom m s 2.72 0.88 2.66 0.81 -milords milord nom m p 2.72 0.88 0.07 0.07 -milouin milouin nom m s 0.01 0.00 0.01 0.00 -milésiennes milésien adj f p 0.00 0.07 0.00 0.07 -mima mimer ver 0.93 9.86 0.00 1.22 ind:pas:3s; -mimaient mimer ver 0.93 9.86 0.00 0.14 ind:imp:3p; -mimais mimer ver 0.93 9.86 0.12 0.27 ind:imp:1s;ind:imp:2s; -mimait mimer ver 0.93 9.86 0.13 1.96 ind:imp:3s; -mimant mimer ver 0.93 9.86 0.16 1.69 par:pre; -mimas mimer ver 0.93 9.86 0.01 0.00 ind:pas:2s; -mime mime nom m s 5.35 1.08 5.11 0.88 -miment mimer ver 0.93 9.86 0.02 0.47 ind:pre:3p; -mimer mimer ver 0.93 9.86 0.11 1.96 inf; -mimerai mimer ver 0.93 9.86 0.00 0.07 ind:fut:1s; -mimerait mimer ver 0.93 9.86 0.00 0.14 cnd:pre:3s; -mimes mime nom m p 5.35 1.08 0.25 0.20 -mimi mimi nom m s 0.44 0.14 0.41 0.14 -mimique mimique nom f s 0.19 6.22 0.01 3.58 -mimiques mimique nom f p 0.19 6.22 0.18 2.64 -mimis mimi nom m p 0.44 0.14 0.02 0.00 -mimodrames mimodrame nom m p 0.00 0.07 0.00 0.07 -mimolette mimolette nom f s 0.01 0.00 0.01 0.00 -mimâmes mimer ver 0.93 9.86 0.00 0.07 ind:pas:1p; -mimosa mimosa nom m s 1.75 2.91 0.97 1.35 -mimosas mimosa nom m p 1.75 2.91 0.77 1.55 -mimosées mimosée nom f p 0.00 0.07 0.00 0.07 -mimèrent mimer ver 0.93 9.86 0.00 0.27 ind:pas:3p; -mimé mimer ver m s 0.93 9.86 0.03 0.54 par:pas; -mimée mimer ver f s 0.93 9.86 0.01 0.20 par:pas; -mimétique mimétique adj s 0.04 0.07 0.04 0.07 -mimétisme mimétisme nom m s 0.17 1.55 0.17 1.55 -min min nom m 7.85 1.08 7.85 1.08 -mina miner ver 4.83 10.47 0.17 0.00 ind:pas:3s; -minable minable adj s 15.58 11.55 13.06 8.72 -minablement minablement adv 0.14 0.07 0.14 0.07 -minables minable adj p 15.58 11.55 2.52 2.84 -minage minage nom m s 0.01 0.07 0.01 0.07 -minait miner ver 4.83 10.47 0.18 0.54 ind:imp:3s; -minant miner ver 4.83 10.47 0.17 0.00 par:pre; -minaret minaret nom m s 0.34 1.96 0.21 0.88 -minarets minaret nom m p 0.34 1.96 0.13 1.08 -minas miner ver 4.83 10.47 0.04 0.00 ind:pas:2s; -minauda minauder ver 0.17 3.38 0.00 0.68 ind:pas:3s; -minaudaient minauder ver 0.17 3.38 0.00 0.07 ind:imp:3p; -minaudait minauder ver 0.17 3.38 0.02 0.54 ind:imp:3s; -minaudant minauder ver 0.17 3.38 0.01 0.81 par:pre; -minaudants minaudant adj m p 0.01 0.07 0.00 0.07 -minaude minauder ver 0.17 3.38 0.05 0.47 imp:pre:2s;ind:pre:1s;ind:pre:3s; -minaudent minauder ver 0.17 3.38 0.01 0.14 ind:pre:3p; -minauder minauder ver 0.17 3.38 0.07 0.47 inf; -minauderait minauder ver 0.17 3.38 0.00 0.07 cnd:pre:3s; -minauderie minauderie nom f s 0.12 0.88 0.00 0.27 -minauderies minauderie nom f p 0.12 0.88 0.12 0.61 -minaudeur minaudeur adj m s 0.00 0.07 0.00 0.07 -minaudez minauder ver 0.17 3.38 0.01 0.00 ind:pre:2p; -minaudière minaudier adj f s 0.00 0.27 0.00 0.27 -minaudé minauder ver m s 0.17 3.38 0.00 0.14 par:pas; -minbar minbar nom m s 0.12 0.00 0.12 0.00 -mince mince ono 14.62 2.84 14.62 2.84 -minces mince adj p 16.27 78.51 2.17 18.18 -minceur minceur nom f s 0.20 2.36 0.20 2.30 -minceurs minceur nom f p 0.20 2.36 0.00 0.07 -minci mincir ver m s 0.55 0.20 0.21 0.14 par:pas; -mincir mincir ver 0.55 0.20 0.32 0.00 inf; -mincirait mincir ver 0.55 0.20 0.01 0.00 cnd:pre:3s; -mincis mincir ver 0.55 0.20 0.01 0.00 ind:pre:2s; -mincissaient mincir ver 0.55 0.20 0.00 0.07 ind:imp:3p; -mine mine nom f s 48.08 65.88 36.84 48.18 -minent miner ver 4.83 10.47 0.02 0.20 ind:pre:3p; -miner miner ver 4.83 10.47 0.58 1.35 inf; -minera miner ver 4.83 10.47 0.02 0.00 ind:fut:3s; -minerai minerai nom m s 1.38 1.01 1.21 0.95 -minerais minerai nom m p 1.38 1.01 0.17 0.07 -minerval minerval nom m s 0.01 0.00 0.01 0.00 -minerve minerve nom f s 0.69 0.07 0.69 0.07 -mines mine nom f p 48.08 65.88 11.24 17.70 -minestrone minestrone nom m s 0.27 0.07 0.27 0.07 -minet minet nom m s 5.87 6.42 2.22 2.23 -minets minet nom m p 5.87 6.42 0.68 1.22 -minette minet nom f s 5.87 6.42 2.98 2.03 -minettes minette nom f p 1.21 0.00 1.21 0.00 -mineur mineur adj m s 8.01 6.62 3.79 2.70 -mineure mineur adj f s 8.01 6.62 1.96 1.62 -mineures mineur adj f p 8.01 6.62 0.53 0.74 -mineurs mineur nom m p 8.79 11.96 4.09 6.01 -ming ming adj s 0.04 0.00 0.04 0.00 -mini_chaîne mini_chaîne nom f s 0.14 0.07 0.14 0.07 -mini_jupe mini_jupe nom f s 0.62 0.54 0.56 0.34 -mini_jupe mini_jupe nom f p 0.62 0.54 0.06 0.20 -mini_ordinateur mini_ordinateur nom m s 0.02 0.00 0.02 0.00 -mini mini adj 1.69 0.14 1.69 0.14 -miniature miniature nom f s 2.18 10.07 1.62 7.09 -miniatures miniature nom f p 2.18 10.07 0.56 2.97 -miniaturisation miniaturisation nom f s 0.15 0.14 0.15 0.14 -miniaturise miniaturiser ver 0.22 0.34 0.03 0.00 ind:pre:3s; -miniaturiser miniaturiser ver 0.22 0.34 0.08 0.07 inf; -miniaturiste miniaturiste nom s 0.01 0.47 0.01 0.47 -miniaturisé miniaturiser ver m s 0.22 0.34 0.06 0.14 par:pas; -miniaturisée miniaturiser ver f s 0.22 0.34 0.02 0.07 par:pas; -miniaturisées miniaturiser ver f p 0.22 0.34 0.01 0.00 par:pas; -miniaturisés miniaturiser ver m p 0.22 0.34 0.01 0.07 par:pas; -minibar minibar nom m s 0.26 0.00 0.26 0.00 -minibus minibus nom m 1.99 0.54 1.99 0.54 -minicassette minicassette nom s 0.02 0.27 0.01 0.20 -minicassettes minicassette nom p 0.02 0.27 0.01 0.07 -minier minier adj m s 1.09 1.42 0.28 0.47 -miniers minier adj m p 1.09 1.42 0.20 0.20 -minigolf minigolf nom m s 0.23 0.00 0.23 0.00 -minijupe minijupe nom f s 1.20 0.54 0.82 0.41 -minijupes minijupe nom f p 1.20 0.54 0.38 0.14 -minima minimum nom m p 7.12 11.82 0.04 0.34 -minimal minimal adj m s 1.39 0.81 0.28 0.34 -minimale minimal adj f s 1.39 0.81 0.83 0.34 -minimales minimal adj f p 1.39 0.81 0.22 0.07 -minimaliser minimaliser ver 0.01 0.00 0.01 0.00 inf; -minimalisme minimalisme nom m s 0.06 0.00 0.06 0.00 -minimaliste minimaliste adj s 0.10 0.00 0.10 0.00 -minimaux minimal adj m p 1.39 0.81 0.04 0.07 -minimax minimax nom m 0.01 0.00 0.01 0.00 -minime minime adj s 1.87 2.84 1.04 2.16 -minimes minime adj p 1.87 2.84 0.82 0.68 -minimisa minimiser ver 2.10 2.57 0.01 0.00 ind:pas:3s; -minimisaient minimiser ver 2.10 2.57 0.00 0.07 ind:imp:3p; -minimisait minimiser ver 2.10 2.57 0.00 0.07 ind:imp:3s; -minimisant minimiser ver 2.10 2.57 0.05 0.20 par:pre; -minimisation minimisation nom f s 0.00 0.07 0.00 0.07 -minimise minimiser ver 2.10 2.57 0.39 0.47 imp:pre:2s;ind:pre:1s;ind:pre:3s; -minimisent minimiser ver 2.10 2.57 0.03 0.07 ind:pre:3p; -minimiser minimiser ver 2.10 2.57 1.42 1.42 inf; -minimiserons minimiser ver 2.10 2.57 0.01 0.00 ind:fut:1p; -minimises minimiser ver 2.10 2.57 0.02 0.07 ind:pre:2s; -minimisez minimiser ver 2.10 2.57 0.09 0.00 imp:pre:2p;ind:pre:2p; -minimisons minimiser ver 2.10 2.57 0.01 0.00 imp:pre:1p; -minimisé minimiser ver m s 2.10 2.57 0.04 0.14 par:pas; -minimisée minimiser ver f s 2.10 2.57 0.03 0.00 par:pas; -minimisées minimiser ver f p 2.10 2.57 0.01 0.07 par:pas; -minimum minimum nom m s 7.12 11.82 7.07 11.49 -minimums minimum adj p 3.77 1.76 0.05 0.00 -minis mini nom p 1.01 1.01 0.14 0.00 -ministrables ministrable adj p 0.00 0.07 0.00 0.07 -ministre ministre nom s 41.41 81.15 38.10 61.01 -ministres ministre nom m p 41.41 81.15 3.31 20.14 -ministère ministère nom m s 17.47 17.50 16.91 14.32 -ministères ministère nom m p 17.47 17.50 0.55 3.18 -ministériel ministériel adj m s 0.40 2.77 0.38 0.95 -ministérielle ministériel adj f s 0.40 2.77 0.01 0.74 -ministérielles ministériel adj f p 0.40 2.77 0.00 0.41 -ministériels ministériel adj m p 0.40 2.77 0.01 0.68 -minitel minitel nom m s 0.00 0.34 0.00 0.34 -minière minier adj f s 1.09 1.42 0.53 0.54 -minières minier adj f p 1.09 1.42 0.08 0.20 -minium minium nom m s 0.04 0.95 0.04 0.95 -mino mino adj m s 1.13 0.27 1.13 0.27 -minoen minoen nom m s 0.01 0.20 0.01 0.07 -minoenne minoen adj f s 0.07 0.34 0.06 0.14 -minoens minoen adj m p 0.07 0.34 0.01 0.00 -minois minois nom m 1.11 1.55 1.11 1.55 -minoritaire minoritaire adj s 0.60 0.61 0.17 0.34 -minoritaires minoritaire adj p 0.60 0.61 0.44 0.27 -minorité minorité nom f s 4.03 2.84 3.15 2.36 -minorités minorité nom f p 4.03 2.84 0.89 0.47 -minot minot nom m s 0.58 1.35 0.58 1.08 -minotaure minotaure nom m s 0.03 0.14 0.02 0.07 -minotaures minotaure nom m p 0.03 0.14 0.01 0.07 -minoteries minoterie nom f p 0.00 0.14 0.00 0.14 -minotier minotier nom m s 0.00 0.61 0.00 0.61 -minots minot nom m p 0.58 1.35 0.00 0.27 -minou minou nom m s 7.00 1.55 6.46 1.55 -minouche minouche adj s 0.17 0.81 0.17 0.81 -minous minou nom m p 7.00 1.55 0.55 0.00 -miné miner ver m s 4.83 10.47 1.04 2.50 par:pas; -minée miner ver f s 4.83 10.47 0.20 1.01 par:pas; -minées miner ver f p 4.83 10.47 0.02 0.27 par:pas; -minuit minuit nom m s 38.51 29.86 38.47 29.80 -minuits minuit nom m p 38.51 29.86 0.03 0.07 -minéral minéral nom m s 1.03 0.81 0.28 0.74 -minérale minéral adj f s 4.20 8.78 3.28 5.88 -minérales minéral adj f p 4.20 8.78 0.31 0.74 -minéraliers minéralier nom m p 0.00 0.07 0.00 0.07 -minéralisation minéralisation nom f s 0.01 0.00 0.01 0.00 -minéralisés minéraliser ver m p 0.00 0.07 0.00 0.07 par:pas; -minéralisés minéralisé adj m p 0.00 0.07 0.00 0.07 -minéralogique minéralogique adj s 0.38 0.74 0.31 0.34 -minéralogiques minéralogique adj p 0.38 0.74 0.07 0.41 -minéraux minéral nom m p 1.03 0.81 0.76 0.07 -minus_habens minus_habens nom m 0.00 0.14 0.00 0.14 -minés miner ver m p 4.83 10.47 0.10 0.34 par:pas; -minus minus nom m 8.35 2.50 8.35 2.50 -minuscule minuscule adj s 7.26 62.09 5.07 38.04 -minuscules minuscule adj p 7.26 62.09 2.19 24.05 -minutage minutage nom m s 0.08 0.34 0.08 0.34 -minute minute nom f s 342.28 201.42 144.83 60.74 -minuter minuter ver 2.04 1.69 0.17 0.00 inf; -minuterie minuterie nom f s 1.34 2.36 1.21 2.36 -minuteries minuterie nom f p 1.34 2.36 0.13 0.00 -minutes minute nom f p 342.28 201.42 197.45 140.68 -minuteur minuteur nom m s 1.21 0.00 0.98 0.00 -minuteurs minuteur nom m p 1.21 0.00 0.22 0.00 -minutie minutie nom f s 0.62 3.58 0.48 3.45 -minuties minutie nom f p 0.62 3.58 0.14 0.14 -minutieuse minutieux adj f s 1.81 7.03 0.57 2.84 -minutieusement minutieusement adv 0.74 4.73 0.74 4.73 -minutieuses minutieux adj f p 1.81 7.03 0.02 1.08 -minutieux minutieux adj m 1.81 7.03 1.21 3.11 -minutions minuter ver 2.04 1.69 0.02 0.00 ind:imp:1p; -minutât minuter ver 2.04 1.69 0.00 0.07 sub:imp:3s; -minuté minuter ver m s 2.04 1.69 0.27 0.81 par:pas; -minutée minuter ver f s 2.04 1.69 0.04 0.07 par:pas; -minutés minuter ver m p 2.04 1.69 0.00 0.07 par:pas; -mioche mioche nom s 1.07 2.30 0.54 1.08 -mioches mioche nom p 1.07 2.30 0.53 1.22 -miquette miquette nom f s 0.00 0.34 0.00 0.34 -mir mir nom m s 0.33 0.68 0.33 0.68 -mira mirer ver 0.48 2.57 0.14 0.20 ind:pas:3s; -mirabelle mirabelle nom f s 0.01 1.96 0.00 0.74 -mirabelles mirabelle nom f p 0.01 1.96 0.01 1.22 -mirabellier mirabellier nom m s 0.00 0.34 0.00 0.14 -mirabelliers mirabellier nom m p 0.00 0.34 0.00 0.20 -mirabilis mirabilis nom m 0.12 0.14 0.12 0.14 -miracle miracle nom m s 56.89 42.16 39.78 34.12 -miracles miracle nom m p 56.89 42.16 17.10 8.04 -miraculant miraculant adj m s 0.00 0.14 0.00 0.07 -miraculantes miraculant adj f p 0.00 0.14 0.00 0.07 -miraculeuse miraculeux adj f s 4.43 9.26 1.73 3.99 -miraculeusement miraculeusement adv 1.34 4.53 1.34 4.53 -miraculeuses miraculeux adj f p 4.43 9.26 0.45 1.08 -miraculeux miraculeux adj m 4.43 9.26 2.25 4.19 -miraculé miraculé nom m s 0.55 0.88 0.45 0.41 -miraculée miraculé nom f s 0.55 0.88 0.05 0.34 -miraculés miraculé nom m p 0.55 0.88 0.05 0.14 -mirador mirador nom m s 0.23 4.73 0.15 3.04 -miradors mirador nom m p 0.23 4.73 0.08 1.69 -mirage mirage nom m s 1.83 10.07 1.42 6.08 -mirages mirage nom m p 1.83 10.07 0.42 3.99 -miraient mirer ver 0.48 2.57 0.00 0.14 ind:imp:3p; -mirais mirer ver 0.48 2.57 0.00 0.07 ind:imp:1s; -mirait mirer ver 0.48 2.57 0.14 0.41 ind:imp:3s; -mirant mirer ver 0.48 2.57 0.00 0.20 par:pre; -miraud miraud adj m s 0.02 0.14 0.02 0.07 -mirauds miraud adj m p 0.02 0.14 0.00 0.07 -mire mire nom f s 1.81 2.16 1.81 2.03 -mirent mettre ver 1004.84 1083.65 1.38 27.36 ind:pas:3p; -mirepoix mirepoix nom f 0.01 0.00 0.01 0.00 -mirer mirer ver 0.48 2.57 0.05 0.61 inf; -mirerais mirer ver 0.48 2.57 0.00 0.07 cnd:pre:2s; -mires mire nom f p 1.81 2.16 0.00 0.14 -mirette mirette nom f s 0.16 6.01 0.00 4.32 -mirettes mirette nom f p 0.16 6.01 0.16 1.69 -mirez mirer ver 0.48 2.57 0.00 0.07 imp:pre:2p; -mirifique mirifique adj s 0.03 1.08 0.02 0.61 -mirifiques mirifique adj p 0.03 1.08 0.01 0.47 -mirliflore mirliflore nom m s 0.00 0.07 0.00 0.07 -mirliton mirliton nom m s 0.05 1.15 0.04 0.34 -mirlitons mirliton nom m p 0.05 1.15 0.01 0.81 -mirmidon mirmidon nom m s 0.14 0.00 0.14 0.00 -miro miro adj s 1.32 0.61 1.32 0.54 -mirobolant mirobolant adj m s 0.17 1.42 0.14 0.54 -mirobolante mirobolant adj f s 0.17 1.42 0.01 0.27 -mirobolantes mirobolant adj f p 0.17 1.42 0.02 0.34 -mirobolants mirobolant adj m p 0.17 1.42 0.00 0.27 -miroir miroir nom m s 28.35 63.99 24.89 48.58 -miroirs miroir nom m p 28.35 63.99 3.46 15.41 -miroita miroiter ver 0.39 5.74 0.00 0.20 ind:pas:3s; -miroitaient miroiter ver 0.39 5.74 0.01 0.47 ind:imp:3p; -miroitait miroiter ver 0.39 5.74 0.01 0.68 ind:imp:3s; -miroitant miroiter ver 0.39 5.74 0.03 0.34 par:pre; -miroitante miroitant adj f s 0.04 3.51 0.01 1.82 -miroitantes miroitant adj f p 0.04 3.51 0.00 0.61 -miroitants miroitant adj m p 0.04 3.51 0.02 0.34 -miroite miroiter ver 0.39 5.74 0.03 0.81 ind:pre:3s; -miroitement miroitement nom m s 0.04 2.43 0.04 1.89 -miroitements miroitement nom m p 0.04 2.43 0.00 0.54 -miroitent miroiter ver 0.39 5.74 0.03 0.54 ind:pre:3p; -miroiter miroiter ver 0.39 5.74 0.29 2.70 inf; -miroiterie miroiterie nom f s 0.02 0.07 0.02 0.07 -miroitier miroitier nom m s 0.02 0.20 0.02 0.14 -miroitiers miroitier nom m p 0.02 0.20 0.00 0.07 -miroités miroité adj m p 0.00 0.07 0.00 0.07 -mironton mironton nom m s 0.01 1.08 0.01 0.81 -mirontons mironton nom m p 0.01 1.08 0.00 0.27 -miros miro adj p 1.32 0.61 0.00 0.07 -miroton miroton nom m s 0.01 0.34 0.01 0.34 -mirée mirer ver f s 0.48 2.57 0.00 0.07 par:pas; -mirus mirus nom m 0.09 0.54 0.09 0.54 -mis mettre ver m 1004.84 1083.65 228.57 245.61 ind:pas:1s;ind:pas:2s;par:pas;par:pas;par:pas; -misa miser ver 11.80 3.78 0.34 0.14 ind:pas:3s; -misai miser ver 11.80 3.78 0.00 0.07 ind:pas:1s; -misaient miser ver 11.80 3.78 0.04 0.07 ind:imp:3p; -misaine misaine nom f s 0.23 0.27 0.23 0.20 -misaines misaine nom f p 0.23 0.27 0.00 0.07 -misais miser ver 11.80 3.78 0.03 0.20 ind:imp:1s; -misait miser ver 11.80 3.78 0.07 0.47 ind:imp:3s; -misant miser ver 11.80 3.78 0.20 0.27 par:pre; -misanthrope misanthrope nom s 0.27 0.47 0.27 0.47 -misanthropes misanthrope adj p 0.06 0.61 0.00 0.07 -misanthropie misanthropie nom f s 0.01 0.41 0.01 0.41 -misanthropiques misanthropique adj p 0.00 0.07 0.00 0.07 -miscible miscible adj m s 0.01 0.00 0.01 0.00 -mise mettre ver f s 1004.84 1083.65 35.33 46.69 par:pas; -misent miser ver 11.80 3.78 0.36 0.14 ind:pre:3p; -miser miser ver 11.80 3.78 2.79 0.74 inf; -misera miser ver 11.80 3.78 0.10 0.00 ind:fut:3s; -miserais miser ver 11.80 3.78 0.26 0.00 cnd:pre:1s;cnd:pre:2s; -miseras miser ver 11.80 3.78 0.02 0.00 ind:fut:2s; -miserere miserere nom m 0.80 0.34 0.80 0.34 -miseriez miser ver 11.80 3.78 0.14 0.00 cnd:pre:2p; -miseront miser ver 11.80 3.78 0.01 0.00 ind:fut:3p; -mises mettre ver f p 1004.84 1083.65 5.36 9.05 par:pas; -misez miser ver 11.80 3.78 1.42 0.00 imp:pre:2p;ind:pre:2p; -misiez miser ver 11.80 3.78 0.21 0.00 ind:imp:2p; -misogyne misogyne adj s 0.32 0.54 0.29 0.47 -misogynes misogyne adj p 0.32 0.54 0.02 0.07 -misogynie misogynie nom f s 0.23 1.01 0.23 1.01 -misons miser ver 11.80 3.78 0.20 0.00 imp:pre:1p;ind:pre:1p; -misât miser ver 11.80 3.78 0.00 0.07 sub:imp:3s; -miss miss nom f 39.08 9.86 39.08 9.86 -missel missel nom m s 0.59 3.38 0.53 3.04 -missels missel nom m p 0.59 3.38 0.06 0.34 -missent mettre ver 1004.84 1083.65 0.00 0.41 sub:imp:3p; -missile missile nom m s 16.70 0.74 7.47 0.41 -missiles missile nom m p 16.70 0.74 9.23 0.34 -missilier missilier nom m s 0.16 0.00 0.16 0.00 -mission_suicide mission_suicide nom f s 0.03 0.07 0.03 0.07 -mission mission nom f s 85.24 48.45 80.02 42.36 -missionna missionner ver 0.11 0.14 0.00 0.07 ind:pas:3s; -missionnaire missionnaire nom s 2.29 2.16 1.27 0.95 -missionnaires missionnaire nom p 2.29 2.16 1.02 1.22 -missionné missionner ver m s 0.11 0.14 0.11 0.00 par:pas; -missionnés missionner ver m p 0.11 0.14 0.00 0.07 par:pas; -missions mission nom f p 85.24 48.45 5.22 6.08 -missive missive nom f s 0.92 2.97 0.81 1.82 -missives missive nom f p 0.92 2.97 0.11 1.15 -mister mister nom m s 2.14 1.22 2.14 1.22 -misère misère nom f s 18.77 47.23 16.85 39.46 -misères misère nom f p 18.77 47.23 1.92 7.77 -mistigri mistigri nom m s 0.00 0.14 0.00 0.07 -mistigris mistigri nom m p 0.00 0.14 0.00 0.07 -mistonne miston nom f s 0.00 0.41 0.00 0.20 -mistonnes miston nom f p 0.00 0.41 0.00 0.20 -mistoufle mistoufle nom f s 0.00 0.81 0.00 0.68 -mistoufles mistoufle nom f p 0.00 0.81 0.00 0.14 -mistral mistral nom m s 0.02 2.03 0.02 1.96 -mistrals mistral nom m p 0.02 2.03 0.00 0.07 -misé miser ver m s 11.80 3.78 2.68 0.95 par:pas; -misérabilisme misérabilisme nom m s 0.01 0.14 0.01 0.14 -misérabiliste misérabiliste adj m s 0.01 0.14 0.01 0.14 -misérable misérable adj s 13.16 22.97 10.17 16.22 -misérablement misérablement adv 0.36 2.16 0.36 2.16 -misérables misérable adj p 13.16 22.97 2.98 6.76 -miséreuse miséreux adj f s 0.23 0.54 0.02 0.27 -miséreuses miséreuse nom f p 0.01 0.00 0.01 0.00 -miséreux miséreux nom m 0.89 1.35 0.88 1.35 -miséricorde miséricorde nom f s 8.79 5.20 8.77 5.07 -miséricordes miséricorde nom f p 8.79 5.20 0.02 0.14 -miséricordieuse miséricordieux adj f s 4.69 1.76 0.36 0.61 -miséricordieusement miséricordieusement adv 0.00 0.07 0.00 0.07 -miséricordieuses miséricordieux adj f p 4.69 1.76 0.10 0.14 -miséricordieux miséricordieux adj m s 4.69 1.76 4.23 1.01 -mit mettre ver 1004.84 1083.65 7.48 185.20 ind:pas:3s; -mita mita nom f s 0.06 0.07 0.06 0.07 -mitaine mitaine nom f s 0.32 0.95 0.06 0.07 -mitaines mitaine nom f p 0.32 0.95 0.26 0.88 -mitan mitan nom m s 0.40 3.58 0.40 3.58 -mitard mitard nom m s 1.91 4.32 1.91 4.26 -mitarder mitarder ver 0.00 0.20 0.00 0.07 inf; -mitards mitard nom m p 1.91 4.32 0.00 0.07 -mitardés mitarder ver m p 0.00 0.20 0.00 0.14 par:pas; -mitchouriniens mitchourinien adj m p 0.00 0.07 0.00 0.07 -mite mite nom f s 1.18 2.23 0.36 0.54 -mitent miter ver 0.23 0.34 0.00 0.07 ind:pre:3p; -miter miter ver 0.23 0.34 0.20 0.00 inf; -mites mite nom f p 1.18 2.23 0.81 1.69 -miteuse miteux adj f s 1.98 4.86 0.25 1.08 -miteusement miteusement adv 0.00 0.07 0.00 0.07 -miteuserie miteuserie nom f s 0.00 0.14 0.00 0.14 -miteuses miteux adj f p 1.98 4.86 0.02 0.41 -miteux miteux adj m 1.98 4.86 1.72 3.38 -mithriaque mithriaque adj m s 0.00 0.14 0.00 0.14 -mithridatisation mithridatisation nom f s 0.00 0.07 0.00 0.07 -mithridatisé mithridatiser ver m s 0.00 0.20 0.00 0.07 par:pas; -mithridatisés mithridatiser ver m p 0.00 0.20 0.00 0.14 par:pas; -mièvre mièvre adj s 0.20 1.35 0.20 0.95 -mièvrement mièvrement adv 0.01 0.00 0.01 0.00 -mièvrerie mièvrerie nom f s 0.14 1.01 0.01 0.81 -mièvreries mièvrerie nom f p 0.14 1.01 0.13 0.20 -mièvres mièvre adj p 0.20 1.35 0.01 0.41 -mitigea mitiger ver 0.22 0.34 0.00 0.07 ind:pas:3s; -mitiger mitiger ver 0.22 0.34 0.05 0.07 inf; -mitigeurs mitigeur nom m p 0.00 0.07 0.00 0.07 -mitigé mitiger ver m s 0.22 0.34 0.10 0.20 par:pas; -mitigée mitiger ver f s 0.22 0.34 0.03 0.00 par:pas; -mitigées mitigé adj f p 0.07 0.47 0.02 0.07 -mitigés mitiger ver m p 0.22 0.34 0.03 0.00 par:pas; -mitochondrial mitochondrial adj m s 0.03 0.00 0.03 0.00 -mitochondrie mitochondrie nom f s 0.33 0.00 0.04 0.00 -mitochondries mitochondrie nom f p 0.33 0.00 0.29 0.00 -miton miton nom m s 0.00 0.07 0.00 0.07 -mitonnaient mitonner ver 0.19 2.70 0.00 0.07 ind:imp:3p; -mitonnait mitonner ver 0.19 2.70 0.00 0.07 ind:imp:3s; -mitonnant mitonner ver 0.19 2.70 0.00 0.14 par:pre; -mitonne mitonner ver 0.19 2.70 0.03 0.47 imp:pre:2s;ind:pre:1s;ind:pre:3s; -mitonnent mitonner ver 0.19 2.70 0.00 0.20 ind:pre:3p; -mitonner mitonner ver 0.19 2.70 0.14 0.74 inf; -mitonnerait mitonner ver 0.19 2.70 0.00 0.07 cnd:pre:3s; -mitonné mitonner ver m s 0.19 2.70 0.02 0.27 par:pas; -mitonnée mitonner ver f s 0.19 2.70 0.00 0.27 par:pas; -mitonnées mitonner ver f p 0.19 2.70 0.00 0.27 par:pas; -mitonnés mitonner ver m p 0.19 2.70 0.00 0.14 par:pas; -mitose mitose nom f s 0.14 0.00 0.14 0.00 -mitotique mitotique adj f s 0.03 0.00 0.03 0.00 -mitoufle mitoufle nom f s 0.00 0.07 0.00 0.07 -mitoyen mitoyen adj m s 0.43 1.55 0.26 1.01 -mitoyenne mitoyen adj f s 0.43 1.55 0.02 0.27 -mitoyennes mitoyen adj f p 0.43 1.55 0.02 0.07 -mitoyenneté mitoyenneté nom f s 0.00 0.20 0.00 0.20 -mitoyens mitoyen adj m p 0.43 1.55 0.14 0.20 -mitra mitrer ver 0.00 0.20 0.00 0.07 ind:pas:3s; -mitrailla mitrailler ver 1.55 3.85 0.00 0.20 ind:pas:3s; -mitraillade mitraillade nom f s 0.00 1.01 0.00 0.88 -mitraillades mitraillade nom f p 0.00 1.01 0.00 0.14 -mitraillage mitraillage nom m s 0.15 0.07 0.12 0.07 -mitraillages mitraillage nom m p 0.15 0.07 0.03 0.00 -mitraillaient mitrailler ver 1.55 3.85 0.01 0.14 ind:imp:3p; -mitraillait mitrailler ver 1.55 3.85 0.00 0.27 ind:imp:3s; -mitraillant mitrailler ver 1.55 3.85 0.04 0.61 par:pre; -mitraille mitraille nom f s 0.65 3.18 0.65 3.04 -mitraillent mitrailler ver 1.55 3.85 0.08 0.27 ind:pre:3p; -mitrailler mitrailler ver 1.55 3.85 0.59 0.61 inf; -mitrailleraient mitrailler ver 1.55 3.85 0.00 0.07 cnd:pre:3p; -mitrailles mitrailler ver 1.55 3.85 0.02 0.00 ind:pre:2s; -mitraillette mitraillette nom f s 3.88 11.35 2.62 7.09 -mitraillettes mitraillette nom f p 3.88 11.35 1.26 4.26 -mitrailleur mitrailleur nom m s 6.19 15.47 0.44 0.74 -mitrailleurs mitrailleur nom m p 6.19 15.47 0.43 1.15 -mitrailleuse mitrailleur nom f s 6.19 15.47 5.32 7.03 -mitrailleuses mitrailleuse nom f p 3.40 0.00 3.40 0.00 -mitrailliez mitrailler ver 1.55 3.85 0.01 0.00 ind:imp:2p; -mitraillèrent mitrailler ver 1.55 3.85 0.00 0.20 ind:pas:3p; -mitraillé mitrailler ver m s 1.55 3.85 0.09 0.61 par:pas; -mitraillée mitrailler ver f s 1.55 3.85 0.04 0.07 par:pas; -mitraillées mitrailler ver f p 1.55 3.85 0.10 0.07 par:pas; -mitraillés mitrailler ver m p 1.55 3.85 0.14 0.54 par:pas; -mitral mitral adj m s 0.30 0.00 0.04 0.00 -mitrale mitral adj f s 0.30 0.00 0.27 0.00 -mitre mitre nom f s 0.26 1.96 0.26 1.49 -mitres mitre nom f p 0.26 1.96 0.00 0.47 -mitron mitron nom m s 0.14 3.58 0.14 2.91 -mitrons mitron nom m p 0.14 3.58 0.00 0.68 -mitré mitré adj m s 0.00 0.61 0.00 0.47 -mitrés mitré adj m p 0.00 0.61 0.00 0.14 -mité mité adj m s 0.03 1.01 0.03 0.27 -mitée mité adj f s 0.03 1.01 0.00 0.20 -mitées mité adj f p 0.03 1.01 0.00 0.20 -mités mité adj m p 0.03 1.01 0.00 0.34 -mixage mixage nom m s 0.86 0.27 0.86 0.27 -mixait mixer ver 1.11 0.27 0.01 0.07 ind:imp:3s; -mixe mixer ver 1.11 0.27 0.11 0.00 imp:pre:2s;ind:pre:1s;ind:pre:3s; -mixer mixer ver 1.11 0.27 0.78 0.00 inf; -mixers mixer nom m p 0.78 0.14 0.11 0.07 -mixeur mixeur nom m s 1.21 0.14 1.05 0.14 -mixeurs mixeur nom m p 1.21 0.14 0.15 0.00 -mixité mixité nom f s 0.07 0.14 0.07 0.14 -mixte mixte adj s 2.81 3.45 2.23 2.30 -mixtes mixte adj p 2.81 3.45 0.59 1.15 -mixture mixture nom f s 0.93 1.62 0.92 1.35 -mixtures mixture nom f p 0.93 1.62 0.01 0.27 -mixé mixer ver m s 1.11 0.27 0.13 0.14 par:pas; -mixée mixer ver f s 1.11 0.27 0.05 0.07 par:pas; -mixés mixer ver m p 1.11 0.27 0.03 0.00 par:pas; -ml ml adj_num 0.03 0.00 0.03 0.00 -mlle mlle nom_sup f s 45.69 6.55 45.69 6.55 -mm mm nom_sup m 3.79 1.35 3.79 1.35 -mme mme nom_sup f s 81.64 33.24 81.64 33.24 -mn mn nom m s 0.02 0.00 0.02 0.00 -mnémonique mnémonique adj m s 0.05 0.07 0.05 0.00 -mnémoniques mnémonique adj m p 0.05 0.07 0.00 0.07 -mnémotechnie mnémotechnie nom f s 0.00 0.07 0.00 0.07 -mnémotechnique mnémotechnique adj s 0.03 0.00 0.03 0.00 -mnésiques mnésique adj m p 0.00 0.07 0.00 0.07 -moï moï adj m s 0.00 0.27 0.00 0.27 -moïse moïse nom m s 0.05 0.47 0.05 0.47 -moût moût nom m s 0.00 0.68 0.00 0.54 -moûts moût nom m p 0.00 0.68 0.00 0.14 -mob mob nom f s 0.93 0.68 0.93 0.68 -mobil_home mobil_home nom m s 0.07 0.00 0.07 0.00 -mobile mobile nom m s 8.01 2.84 7.03 1.15 -mobiles mobile nom m p 8.01 2.84 0.98 1.69 -mobilier mobilier nom m s 1.70 5.74 1.66 5.27 -mobiliers mobilier nom m p 1.70 5.74 0.04 0.47 -mobilisa mobiliser ver 3.99 9.39 0.02 0.27 ind:pas:3s; -mobilisable mobilisable adj m s 0.00 0.74 0.00 0.47 -mobilisables mobilisable adj f p 0.00 0.74 0.00 0.27 -mobilisaient mobiliser ver 3.99 9.39 0.01 0.27 ind:imp:3p; -mobilisais mobiliser ver 3.99 9.39 0.00 0.14 ind:imp:1s; -mobilisait mobiliser ver 3.99 9.39 0.01 0.41 ind:imp:3s; -mobilisant mobiliser ver 3.99 9.39 0.06 0.34 par:pre; -mobilisateur mobilisateur adj m s 0.01 0.34 0.01 0.20 -mobilisateurs mobilisateur adj m p 0.01 0.34 0.00 0.14 -mobilisation mobilisation nom f s 0.86 4.39 0.86 4.39 -mobilise mobiliser ver 3.99 9.39 0.42 0.61 imp:pre:2s;ind:pre:1s;ind:pre:3s; -mobilisent mobiliser ver 3.99 9.39 0.11 0.14 ind:pre:3p; -mobiliser mobiliser ver 3.99 9.39 1.13 1.35 inf; -mobilisera mobiliser ver 3.99 9.39 0.03 0.00 ind:fut:3s; -mobiliserait mobiliser ver 3.99 9.39 0.01 0.07 cnd:pre:3s; -mobiliserons mobiliser ver 3.99 9.39 0.01 0.07 ind:fut:1p; -mobilisez mobiliser ver 3.99 9.39 0.28 0.00 imp:pre:2p;ind:pre:2p; -mobilisions mobiliser ver 3.99 9.39 0.01 0.00 ind:imp:1p; -mobilisons mobiliser ver 3.99 9.39 0.01 0.00 ind:pre:1p; -mobilisé mobiliser ver m s 3.99 9.39 0.83 2.97 par:pas; -mobilisée mobiliser ver f s 3.99 9.39 0.53 0.27 par:pas; -mobilisées mobiliser ver f p 3.99 9.39 0.08 0.27 par:pas; -mobilisés mobiliser ver m p 3.99 9.39 0.43 2.23 par:pas; -mobilière mobilier adj f s 0.22 0.88 0.00 0.20 -mobilières mobilier adj f p 0.22 0.88 0.04 0.27 -mobilité mobilité nom f s 0.40 1.96 0.40 1.96 -mobylette mobylette nom f s 0.89 2.09 0.87 1.82 -mobylettes mobylette nom f p 0.89 2.09 0.02 0.27 -mocassin mocassin nom m s 0.63 2.50 0.06 0.07 -mocassins mocassin nom m p 0.63 2.50 0.57 2.43 -mâcha mâcher ver 5.00 12.30 0.00 0.47 ind:pas:3s; -mâchage mâchage nom m s 0.00 0.07 0.00 0.07 -mâchaient mâcher ver 5.00 12.30 0.01 0.47 ind:imp:3p; -mâchais mâcher ver 5.00 12.30 0.10 0.07 ind:imp:1s; -mâchait mâcher ver 5.00 12.30 0.14 2.09 ind:imp:3s; -mâchant mâcher ver 5.00 12.30 0.16 1.82 par:pre; -mochard mochard adj m s 0.00 0.41 0.00 0.20 -mocharde mochard adj f s 0.00 0.41 0.00 0.20 -mâche mâcher ver 5.00 12.30 1.37 1.28 imp:pre:2s;ind:pre:1s;ind:pre:3s; -moche moche adj s 28.73 17.77 25.64 14.32 -mâchefer mâchefer nom m s 0.01 2.57 0.01 2.57 -mâchent mâcher ver 5.00 12.30 0.16 0.20 ind:pre:3p; -mâcher mâcher ver 5.00 12.30 1.61 3.78 inf; -mâcherai mâcher ver 5.00 12.30 0.04 0.07 ind:fut:1s; -mâcherais mâcher ver 5.00 12.30 0.01 0.00 cnd:pre:1s; -mâcherait mâcher ver 5.00 12.30 0.01 0.07 cnd:pre:3s; -mâcherez mâcher ver 5.00 12.30 0.00 0.07 ind:fut:2p; -mâches mâcher ver 5.00 12.30 0.15 0.00 ind:pre:2s; -moches moche adj p 28.73 17.77 3.09 3.45 -mocheté mocheté nom f s 0.75 0.88 0.66 0.41 -mochetés mocheté nom f p 0.75 0.88 0.08 0.47 -mâcheur mâcheur nom m s 0.05 0.07 0.04 0.00 -mâcheurs mâcheur nom m p 0.05 0.07 0.00 0.07 -mâcheuse mâcheur nom f s 0.05 0.07 0.01 0.00 -mâchez mâcher ver 5.00 12.30 0.31 0.00 imp:pre:2p;ind:pre:2p; -mâchicoulis mâchicoulis nom m 0.00 0.34 0.00 0.34 -mâchoire mâchoire nom f s 7.90 23.58 6.80 11.28 -mâchoires mâchoire nom f p 7.90 23.58 1.09 12.30 -mâchonna mâchonner ver 0.22 4.59 0.00 0.41 ind:pas:3s; -mâchonnaient mâchonner ver 0.22 4.59 0.00 0.20 ind:imp:3p; -mâchonnais mâchonner ver 0.22 4.59 0.00 0.07 ind:imp:1s; -mâchonnait mâchonner ver 0.22 4.59 0.01 0.61 ind:imp:3s; -mâchonnant mâchonner ver 0.22 4.59 0.16 1.01 par:pre; -mâchonne mâchonner ver 0.22 4.59 0.01 0.68 ind:pre:3s; -mâchonnements mâchonnement nom m p 0.00 0.14 0.00 0.14 -mâchonnent mâchonner ver 0.22 4.59 0.00 0.14 ind:pre:3p; -mâchonner mâchonner ver 0.22 4.59 0.04 1.01 inf; -mâchonné mâchonner ver m s 0.22 4.59 0.00 0.34 par:pas; -mâchonnés mâchonner ver m p 0.22 4.59 0.00 0.14 par:pas; -mâchons mâcher ver 5.00 12.30 0.00 0.07 imp:pre:1p; -mâchouilla mâchouiller ver 0.31 1.62 0.00 0.27 ind:pas:3s; -mâchouillait mâchouiller ver 0.31 1.62 0.00 0.34 ind:imp:3s; -mâchouillant mâchouiller ver 0.31 1.62 0.02 0.61 par:pre; -mâchouille mâchouiller ver 0.31 1.62 0.10 0.07 imp:pre:2s;ind:pre:1s;ind:pre:3s; -mâchouiller mâchouiller ver 0.31 1.62 0.04 0.20 inf; -mâchouilles mâchouiller ver 0.31 1.62 0.07 0.00 ind:pre:2s; -mâchouilleur mâchouilleur nom m s 0.02 0.07 0.02 0.07 -mâchouillé mâchouiller ver m s 0.31 1.62 0.07 0.07 par:pas; -mâchouillée mâchouiller ver f s 0.31 1.62 0.01 0.07 par:pas; -mâchèrent mâcher ver 5.00 12.30 0.00 0.07 ind:pas:3p; -mâché mâcher ver m s 5.00 12.30 0.91 1.42 par:pas; -mâchée mâcher ver f s 5.00 12.30 0.01 0.14 par:pas; -mâchuré mâchurer ver m s 0.00 0.14 0.00 0.07 par:pas; -mâchurée mâchurer ver f s 0.00 0.14 0.00 0.07 par:pas; -mâchés mâcher ver m p 5.00 12.30 0.01 0.20 par:pas; -moco moco nom m s 0.19 0.00 0.19 0.00 -mâconnaise mâconnais adj f s 0.00 0.14 0.00 0.07 -mâconnaises mâconnais adj f p 0.00 0.14 0.00 0.07 -mod mod nom m s 0.01 0.00 0.01 0.00 -modalité modalité nom f s 0.41 2.30 0.01 0.00 -modalités modalité nom f p 0.41 2.30 0.40 2.30 -mode mode nom s 31.67 51.69 30.79 46.96 -model model nom m s 0.99 0.00 0.99 0.00 -modela modeler ver 2.42 8.24 0.00 0.20 ind:pas:3s; -modelable modelable adj s 0.00 0.07 0.00 0.07 -modelage modelage nom m s 0.04 0.20 0.04 0.20 -modelaient modeler ver 2.42 8.24 0.00 0.20 ind:imp:3p; -modelais modeler ver 2.42 8.24 0.00 0.27 ind:imp:1s; -modelait modeler ver 2.42 8.24 0.01 0.47 ind:imp:3s; -modelant modeler ver 2.42 8.24 0.00 0.34 par:pre; -modeler modeler ver 2.42 8.24 1.16 2.03 inf; -modeleur modeleur nom m s 0.04 0.00 0.04 0.00 -modelez modeler ver 2.42 8.24 0.28 0.00 imp:pre:2p;ind:pre:2p; -modelé modeler ver m s 2.42 8.24 0.35 1.22 par:pas; -modelée modeler ver f s 2.42 8.24 0.18 1.01 par:pas; -modelées modeler ver f p 2.42 8.24 0.14 0.54 par:pas; -modelés modeler ver m p 2.42 8.24 0.01 0.54 par:pas; -modem modem nom m s 0.43 0.00 0.37 0.00 -modems modem nom m p 0.43 0.00 0.06 0.00 -moderato moderato adv 0.00 0.81 0.00 0.81 -modern_style modern_style nom m s 0.00 0.27 0.00 0.27 -modern_style modern_style nom m 0.01 0.00 0.01 0.00 -moderne moderne adj s 21.30 34.73 16.77 24.46 -modernes moderne adj p 21.30 34.73 4.53 10.27 -modernisaient moderniser ver 0.81 1.69 0.00 0.07 ind:imp:3p; -modernisait moderniser ver 0.81 1.69 0.00 0.07 ind:imp:3s; -modernisation modernisation nom f s 0.36 0.74 0.36 0.68 -modernisations modernisation nom f p 0.36 0.74 0.00 0.07 -modernise moderniser ver 0.81 1.69 0.07 0.07 imp:pre:2s;ind:pre:1s;ind:pre:3s; -modernisent moderniser ver 0.81 1.69 0.03 0.14 ind:pre:3p; -moderniser moderniser ver 0.81 1.69 0.48 0.81 inf; -modernisme modernisme nom m s 0.08 1.15 0.08 1.15 -modernisons moderniser ver 0.81 1.69 0.01 0.07 imp:pre:1p;ind:pre:1p; -modernissime modernissime adj s 0.00 0.07 0.00 0.07 -moderniste moderniste adj f s 0.01 0.20 0.01 0.07 -modernistes moderniste nom p 0.04 0.00 0.03 0.00 -modernisé moderniser ver m s 0.81 1.69 0.14 0.27 par:pas; -modernisée moderniser ver f s 0.81 1.69 0.04 0.14 par:pas; -modernisés moderniser ver m p 0.81 1.69 0.05 0.07 par:pas; -modernité modernité nom f s 0.71 1.35 0.71 1.22 -modernités modernité nom f p 0.71 1.35 0.00 0.14 -modes mode nom p 31.67 51.69 0.89 4.73 -modeste modeste adj s 10.64 31.69 9.06 23.38 -modestement modestement adv 0.52 4.39 0.52 4.39 -modestes modeste adj p 10.64 31.69 1.58 8.31 -modestie modestie nom f s 3.96 10.34 3.96 10.27 -modesties modestie nom f p 3.96 10.34 0.00 0.07 -modicité modicité nom f s 0.00 0.20 0.00 0.20 -modifia modifier ver 10.90 18.85 0.00 0.61 ind:pas:3s; -modifiable modifiable adj f s 0.05 0.20 0.04 0.14 -modifiables modifiable adj p 0.05 0.20 0.01 0.07 -modifiaient modifier ver 10.90 18.85 0.00 0.95 ind:imp:3p; -modifiais modifier ver 10.90 18.85 0.01 0.00 ind:imp:1s; -modifiait modifier ver 10.90 18.85 0.04 1.76 ind:imp:3s; -modifiant modifier ver 10.90 18.85 0.20 0.81 par:pre; -modificateur modificateur adj m s 0.03 0.00 0.03 0.00 -modification modification nom f s 2.69 4.26 1.00 1.96 -modifications modification nom f p 2.69 4.26 1.69 2.30 -modifie modifier ver 10.90 18.85 1.04 1.76 imp:pre:2s;ind:pre:1s;ind:pre:3s; -modifient modifier ver 10.90 18.85 0.17 0.34 ind:pre:3p; -modifier modifier ver 10.90 18.85 4.17 6.96 inf; -modifiera modifier ver 10.90 18.85 0.03 0.00 ind:fut:3s; -modifierai modifier ver 10.90 18.85 0.02 0.00 ind:fut:1s; -modifieraient modifier ver 10.90 18.85 0.00 0.20 cnd:pre:3p; -modifierais modifier ver 10.90 18.85 0.02 0.00 cnd:pre:1s;cnd:pre:2s; -modifierait modifier ver 10.90 18.85 0.04 0.34 cnd:pre:3s; -modifiez modifier ver 10.90 18.85 0.22 0.00 imp:pre:2p;ind:pre:2p; -modifions modifier ver 10.90 18.85 0.17 0.00 imp:pre:1p;ind:pre:1p; -modifiât modifier ver 10.90 18.85 0.00 0.14 sub:imp:3s; -modifièrent modifier ver 10.90 18.85 0.02 0.14 ind:pas:3p; -modifié modifier ver m s 10.90 18.85 3.38 3.18 par:pas; -modifiée modifier ver f s 10.90 18.85 0.64 1.15 par:pas; -modifiées modifier ver f p 10.90 18.85 0.21 0.34 par:pas; -modifiés modifier ver m p 10.90 18.85 0.53 0.20 par:pas; -modillon modillon nom m s 0.00 0.47 0.00 0.07 -modillons modillon nom m p 0.00 0.47 0.00 0.41 -modique modique adj s 0.33 0.95 0.32 0.74 -modiques modique adj f p 0.33 0.95 0.01 0.20 -modiste modiste nom s 0.15 1.55 0.14 1.15 -modistes modiste nom p 0.15 1.55 0.01 0.41 -modèle modèle nom m s 25.06 35.95 19.56 27.50 -modèlent modeler ver 2.42 8.24 0.00 0.14 ind:pre:3p; -modèles modèle nom m p 25.06 35.95 5.50 8.45 -modère modérer ver 1.32 3.51 0.41 0.47 imp:pre:2s;ind:pre:1s;ind:pre:3s; -modula moduler ver 0.20 4.19 0.00 0.41 ind:pas:3s; -modulable modulable adj m s 0.07 0.14 0.03 0.07 -modulables modulable adj m p 0.07 0.14 0.04 0.07 -modulai moduler ver 0.20 4.19 0.00 0.07 ind:pas:1s; -modulaire modulaire adj m s 0.11 0.00 0.06 0.00 -modulaires modulaire adj p 0.11 0.00 0.04 0.00 -modulais moduler ver 0.20 4.19 0.00 0.07 ind:imp:1s; -modulait moduler ver 0.20 4.19 0.00 0.14 ind:imp:3s; -modulant moduler ver 0.20 4.19 0.00 0.34 par:pre; -modulateur modulateur adj m s 0.47 0.00 0.47 0.00 -modulation modulation nom f s 0.19 2.36 0.16 1.01 -modulations modulation nom f p 0.19 2.36 0.04 1.35 -module module nom m s 7.03 0.61 6.49 0.54 -modulent moduler ver 0.20 4.19 0.00 0.07 ind:pre:3p; -moduler moduler ver 0.20 4.19 0.07 0.47 inf; -modules module nom m p 7.03 0.61 0.54 0.07 -modélisation modélisation nom f s 0.04 0.00 0.04 0.00 -modélisme modélisme nom m s 0.03 0.00 0.03 0.00 -modéliste modéliste nom s 0.04 0.27 0.04 0.27 -modélisé modéliser ver m s 0.02 0.00 0.01 0.00 par:pas; -modélisée modéliser ver f s 0.02 0.00 0.01 0.00 par:pas; -modulé moduler ver m s 0.20 4.19 0.01 0.95 par:pas; -modulée moduler ver f s 0.20 4.19 0.01 0.68 par:pas; -modulées moduler ver f p 0.20 4.19 0.00 0.14 par:pas; -modulés moduler ver m p 0.20 4.19 0.00 0.47 par:pas; -modéra modérer ver 1.32 3.51 0.00 0.07 ind:pas:3s; -modérai modérer ver 1.32 3.51 0.00 0.07 ind:pas:1s; -modérait modérer ver 1.32 3.51 0.00 0.07 ind:imp:3s; -modérant modérer ver 1.32 3.51 0.00 0.14 par:pre; -modérateur modérateur nom m s 0.01 0.14 0.01 0.07 -modérateurs modérateur nom m p 0.01 0.14 0.00 0.07 -modération modération nom f s 1.30 2.36 1.30 2.30 -modérations modération nom f p 1.30 2.36 0.00 0.07 -modérer modérer ver 1.32 3.51 0.34 1.62 inf; -modéreras modérer ver 1.32 3.51 0.01 0.00 ind:fut:2s; -modérez modérer ver 1.32 3.51 0.06 0.20 imp:pre:2p; -modéré modéré adj m s 0.52 3.18 0.25 1.22 -modérée modérer ver f s 1.32 3.51 0.20 0.00 par:pas; -modérées modérer ver f p 1.32 3.51 0.03 0.14 par:pas; -modérément modérément adv 0.21 2.36 0.21 2.36 -modérés modéré nom m p 0.45 1.42 0.14 0.95 -modus_operandi modus_operandi nom m s 0.32 0.00 0.32 0.00 -modus_vivendi modus_vivendi nom m 0.01 0.47 0.01 0.47 -moelle moelle nom f s 4.23 6.15 4.21 5.34 -moelles moelle nom f p 4.23 6.15 0.01 0.81 -moelleuse moelleux adj f s 1.22 6.22 0.14 1.49 -moelleusement moelleusement adv 0.00 0.27 0.00 0.27 -moelleuses moelleux adj f p 1.22 6.22 0.10 0.20 -moelleux moelleux adj m 1.22 6.22 0.98 4.53 -moellon moellon nom m s 0.01 2.50 0.00 0.41 -moellons moellon nom m p 0.01 2.50 0.01 2.09 -moeurs moeurs nom f p 3.08 21.08 3.08 21.08 -moghol moghol nom m s 0.01 0.00 0.01 0.00 -mogol mogol adj m s 0.00 0.14 0.00 0.14 -mohair mohair nom m s 0.29 0.54 0.29 0.47 -mohairs mohair nom m p 0.29 0.54 0.00 0.07 -mohican mohican nom m s 0.01 0.00 0.01 0.00 -moho moho nom m s 0.03 0.00 0.03 0.00 -moi_moi_moi moi_moi_moi nom m 0.00 0.07 0.00 0.07 -moi_même moi_même pro_per s 83.25 107.30 83.25 107.30 -moi moi pro_per s 3675.68 1877.57 3675.68 1877.57 -moignon moignon nom m s 0.57 4.05 0.36 1.82 -moignons moignon nom m p 0.57 4.05 0.20 2.23 -moindre moindre adj_sup s 50.12 130.27 46.74 116.96 -moindrement moindrement adv 0.02 0.07 0.02 0.07 -moindres moindre adj_sup p 50.12 130.27 3.38 13.31 -moine moine nom m s 11.82 34.73 8.21 18.04 -moineau moineau nom m s 5.65 8.38 2.92 4.32 -moineaux moineau nom m p 5.65 8.38 2.73 4.05 -moines moine nom m p 11.82 34.73 3.62 16.69 -moinillon moinillon nom m s 0.04 0.54 0.04 0.41 -moinillons moinillon nom m p 0.04 0.54 0.00 0.14 -moins moins adv_sup 478.75 718.18 478.75 718.18 -moiraient moirer ver 0.00 0.81 0.00 0.07 ind:imp:3p; -moire moire nom f s 0.04 1.76 0.02 1.28 -moires moire nom f p 0.04 1.76 0.02 0.47 -moiré moiré adj m s 0.04 1.96 0.02 0.61 -moirée moiré adj f s 0.04 1.96 0.01 0.74 -moirées moiré adj f p 0.04 1.96 0.00 0.27 -moirure moirure nom f s 0.00 0.34 0.00 0.07 -moirures moirure nom f p 0.00 0.34 0.00 0.27 -moirés moiré adj m p 0.04 1.96 0.01 0.34 -mois mois nom m 312.31 304.86 312.31 304.86 -moise moise nom f s 0.37 0.00 0.27 0.00 -moises moise nom f p 0.37 0.00 0.10 0.00 -moisi moisir ver m s 3.85 5.00 0.56 0.47 par:pas; -moisie moisi adj f s 0.61 4.46 0.19 0.74 -moisies moisi adj f p 0.61 4.46 0.02 1.01 -moisir moisir ver 3.85 5.00 2.46 2.09 inf; -moisira moisir ver 3.85 5.00 0.01 0.07 ind:fut:3s; -moisirai moisir ver 3.85 5.00 0.03 0.07 ind:fut:1s; -moisiraient moisir ver 3.85 5.00 0.00 0.07 cnd:pre:3p; -moisirais moisir ver 3.85 5.00 0.01 0.00 cnd:pre:1s; -moisirait moisir ver 3.85 5.00 0.00 0.07 cnd:pre:3s; -moisiras moisir ver 3.85 5.00 0.05 0.00 ind:fut:2s; -moisirez moisir ver 3.85 5.00 0.04 0.00 ind:fut:2p; -moisiront moisir ver 3.85 5.00 0.00 0.14 ind:fut:3p; -moisis moisir ver m p 3.85 5.00 0.25 0.14 ind:pre:1s;par:pas; -moisissaient moisir ver 3.85 5.00 0.00 0.14 ind:imp:3p; -moisissais moisir ver 3.85 5.00 0.00 0.14 ind:imp:1s; -moisissait moisir ver 3.85 5.00 0.00 0.47 ind:imp:3s; -moisissant moisir ver 3.85 5.00 0.13 0.07 par:pre; -moisisse moisir ver 3.85 5.00 0.04 0.07 sub:pre:1s;sub:pre:3s; -moisissent moisir ver 3.85 5.00 0.04 0.14 ind:pre:3p; -moisissez moisir ver 3.85 5.00 0.03 0.00 imp:pre:2p;ind:pre:2p; -moisissure moisissure nom f s 1.39 3.78 1.15 2.57 -moisissures moisissure nom f p 1.39 3.78 0.25 1.22 -moisit moisir ver 3.85 5.00 0.13 0.41 ind:pre:3s;ind:pas:3s; -moisson moisson nom f s 3.08 7.91 2.62 4.05 -moissonnait moissonner ver 1.01 1.01 0.00 0.07 ind:imp:3s; -moissonnant moissonner ver 1.01 1.01 0.00 0.07 par:pre; -moissonne moissonner ver 1.01 1.01 0.11 0.14 imp:pre:2s;ind:pre:1s;ind:pre:3s; -moissonnent moissonner ver 1.01 1.01 0.16 0.00 ind:pre:3p; -moissonner moissonner ver 1.01 1.01 0.18 0.41 inf; -moissonnera moissonner ver 1.01 1.01 0.02 0.00 ind:fut:3s; -moissonnerai moissonner ver 1.01 1.01 0.12 0.00 ind:fut:1s; -moissonneur moissonneur nom m s 0.73 1.22 0.09 0.07 -moissonneurs moissonneur nom m p 0.73 1.22 0.30 0.81 -moissonneuse_batteuse moissonneuse_batteuse nom f s 0.04 0.47 0.04 0.27 -moissonneuse_lieuse moissonneuse_lieuse nom f s 0.00 0.14 0.00 0.07 -moissonneuse moissonneur nom f s 0.73 1.22 0.34 0.14 -moissonneuse_batteuse moissonneuse_batteuse nom f p 0.04 0.47 0.00 0.20 -moissonneuse_lieuse moissonneuse_lieuse nom f p 0.00 0.14 0.00 0.07 -moissonneuses moissonneuse nom f p 0.01 0.00 0.01 0.00 -moissonnez moissonner ver 1.01 1.01 0.16 0.00 imp:pre:2p;ind:pre:2p; -moissonné moissonner ver m s 1.01 1.01 0.26 0.14 par:pas; -moissonnée moissonner ver f s 1.01 1.01 0.01 0.00 par:pas; -moissonnées moissonner ver f p 1.01 1.01 0.00 0.07 par:pas; -moissonnés moissonner ver m p 1.01 1.01 0.00 0.14 par:pas; -moissons moisson nom f p 3.08 7.91 0.45 3.85 -moite moite adj s 1.98 15.14 1.01 10.00 -moites moite adj p 1.98 15.14 0.97 5.14 -moiteur moiteur nom f s 0.77 4.93 0.77 4.66 -moiteurs moiteur nom f p 0.77 4.93 0.00 0.27 -moiti moitir ver m s 0.04 0.00 0.04 0.00 par:pas; -moitié_moitié moitié_moitié adv 0.00 0.14 0.00 0.14 -moitié moitié nom f s 74.77 79.05 74.25 76.96 -moitiés moitié nom f p 74.77 79.05 0.52 2.09 -moka moka nom m s 0.64 1.89 0.55 1.55 -mokas moka nom m p 0.64 1.89 0.09 0.34 -moko moko nom m s 0.14 0.14 0.14 0.14 -mol mol adj m s 1.10 1.28 1.07 1.15 -molaire molaire nom f s 0.96 1.76 0.40 0.74 -molaires molaire nom f p 0.96 1.76 0.56 1.01 -molard molard nom m s 0.01 0.00 0.01 0.00 -molasse molasse nom f s 0.02 0.20 0.02 0.20 -moldave moldave nom s 0.27 0.00 0.27 0.00 -moldaves moldave adj p 0.02 0.14 0.00 0.14 -mâle mâle nom m s 11.72 15.95 8.96 10.00 -mole mole nom f s 0.27 0.47 0.27 0.41 -mâles mâle nom m p 11.72 15.95 2.76 5.95 -moles mole nom f p 0.27 0.47 0.00 0.07 -moleskine moleskine nom f s 0.01 3.31 0.01 3.31 -molesquine molesquine nom f s 0.00 0.88 0.00 0.88 -molesta molester ver 0.74 0.88 0.01 0.07 ind:pas:3s; -molestaient molester ver 0.74 0.88 0.00 0.07 ind:imp:3p; -molestant molester ver 0.74 0.88 0.01 0.07 par:pre; -molestation molestation nom f s 0.00 0.07 0.00 0.07 -moleste molester ver 0.74 0.88 0.03 0.07 ind:pre:3s; -molester molester ver 0.74 0.88 0.21 0.20 inf; -molestez molester ver 0.74 0.88 0.02 0.00 imp:pre:2p;ind:pre:2p; -molesté molester ver m s 0.74 0.88 0.33 0.27 par:pas; -molestée molester ver f s 0.74 0.88 0.11 0.00 par:pas; -molestés molester ver m p 0.74 0.88 0.02 0.14 par:pas; -moleta moleter ver 0.20 0.00 0.20 0.00 ind:pas:3s; -molette molette nom f s 0.43 1.01 0.42 0.88 -molettes molette nom f p 0.43 1.01 0.01 0.14 -moliéresque moliéresque adj f s 0.00 0.07 0.00 0.07 -mollah mollah nom m s 0.89 0.14 0.36 0.00 -mollahs mollah nom m p 0.89 0.14 0.53 0.14 -mollard mollard nom m s 0.20 1.82 0.16 1.69 -mollarder mollarder ver 0.02 0.07 0.00 0.07 inf; -mollards mollard nom m p 0.20 1.82 0.03 0.14 -mollardé mollarder ver m s 0.02 0.07 0.02 0.00 par:pas; -mollasse mollasse adj s 0.25 0.95 0.25 0.81 -mollasses mollasse adj m p 0.25 0.95 0.00 0.14 -mollasson mollasson nom m s 0.40 0.20 0.38 0.20 -mollassonne mollasson adj f s 0.30 0.27 0.04 0.07 -mollassons mollasson adj m p 0.30 0.27 0.02 0.07 -molle mou,mol adj f s 5.37 34.53 3.92 22.70 -mollement mollement adv 0.33 11.55 0.33 11.55 -molles mou,mol adj f p 5.37 34.53 1.45 11.82 -mollesse mollesse nom f s 0.44 6.42 0.44 6.28 -mollesses mollesse nom f p 0.44 6.42 0.00 0.14 -mollet mollet nom m s 1.77 14.93 0.67 5.27 -molletière molletière nom f s 0.10 3.18 0.00 0.14 -molletières molletière nom f p 0.10 3.18 0.10 3.04 -molleton molleton nom m s 0.00 0.88 0.00 0.81 -molletonneux molletonneux adj m p 0.00 0.07 0.00 0.07 -molletonné molletonner ver m s 0.01 0.07 0.01 0.00 par:pas; -molletonnée molletonné adj f s 0.00 0.14 0.00 0.07 -molletons molleton nom m p 0.00 0.88 0.00 0.07 -mollets mollet nom m p 1.77 14.93 1.11 9.66 -mollette mollet adj f s 0.06 0.61 0.01 0.00 -mollettes mollet adj f p 0.06 0.61 0.00 0.07 -molli mollir ver m s 1.18 2.57 0.03 0.34 par:pas; -mollie mollir ver f s 1.18 2.57 0.59 0.00 par:pas; -mollir mollir ver 1.18 2.57 0.04 0.61 inf; -mollis mollir ver 1.18 2.57 0.07 0.00 imp:pre:2s;ind:pre:1s;ind:pre:2s; -mollissaient mollir ver 1.18 2.57 0.00 0.20 ind:imp:3p; -mollissait mollir ver 1.18 2.57 0.01 0.74 ind:imp:3s; -mollissant mollir ver 1.18 2.57 0.00 0.07 par:pre; -mollisse mollir ver 1.18 2.57 0.00 0.07 sub:pre:3s; -mollissent mollir ver 1.18 2.57 0.04 0.14 ind:pre:3p; -mollissez mollir ver 1.18 2.57 0.14 0.00 imp:pre:2p; -mollit mollir ver 1.18 2.57 0.26 0.41 ind:pre:3s;ind:pas:3s; -mollo mollo adv 5.23 2.30 5.23 2.30 -mollusque mollusque nom m s 0.93 1.22 0.57 0.81 -mollusques mollusque nom m p 0.93 1.22 0.35 0.41 -moloch moloch nom m s 0.00 0.07 0.00 0.07 -molosse molosse nom m s 0.54 1.76 0.24 0.74 -molosses molosse nom m p 0.54 1.76 0.30 1.01 -mols mol adj m p 1.10 1.28 0.03 0.14 -molènes molène nom f p 0.00 0.07 0.00 0.07 -molto molto adv 0.28 0.27 0.28 0.27 -moléculaire moléculaire adj s 2.40 0.41 2.30 0.27 -moléculaires moléculaire adj p 2.40 0.41 0.10 0.14 -molécule molécule nom f s 2.15 1.62 0.76 0.88 -molécules molécule nom f p 2.15 1.62 1.39 0.74 -moly moly nom m s 0.04 0.00 0.04 0.00 -molybdène molybdène nom m s 0.01 0.00 0.01 0.00 -moman moman nom f s 0.04 0.27 0.04 0.27 -mombin mombin nom m s 0.00 0.07 0.00 0.07 -moment_clé moment_clé nom m s 0.04 0.00 0.04 0.00 -moment moment nom m s 433.59 688.24 403.25 611.62 -momentané momentané adj m s 0.96 2.57 0.47 1.08 -momentanée momentané adj f s 0.96 2.57 0.34 1.15 -momentanées momentané adj f p 0.96 2.57 0.00 0.07 -momentanément momentanément adv 1.29 5.20 1.29 5.20 -momentanés momentané adj m p 0.96 2.57 0.16 0.27 -moments_clé moments_clé nom m p 0.01 0.00 0.01 0.00 -moments moment nom m p 433.59 688.24 30.34 76.62 -momerie momerie nom f s 0.14 0.61 0.00 0.27 -momeries momerie nom f p 0.14 0.61 0.14 0.34 -momichons momichon nom m p 0.00 0.07 0.00 0.07 -momie momie nom f s 4.66 4.86 3.89 3.31 -momies momie nom f p 4.66 4.86 0.76 1.55 -momifiait momifier ver 0.25 1.55 0.00 0.27 ind:imp:3s; -momifiant momifier ver 0.25 1.55 0.00 0.07 par:pre; -momification momification nom f s 0.07 0.00 0.07 0.00 -momifie momifier ver 0.25 1.55 0.00 0.07 ind:pre:3s; -momifier momifier ver 0.25 1.55 0.07 0.27 inf; -momifié momifier ver m s 0.25 1.55 0.14 0.20 par:pas; -momifiée momifié adj f s 0.24 1.22 0.02 0.41 -momifiées momifier ver f p 0.25 1.55 0.00 0.07 par:pas; -momifiés momifié adj m p 0.24 1.22 0.18 0.14 -mominette mominette nom f s 0.00 0.41 0.00 0.41 -mon mon adj_pos 3848.99 2307.97 3848.99 2307.97 -monômes monôme nom m p 0.00 0.14 0.00 0.14 -monacal monacal adj m s 0.01 1.22 0.00 0.41 -monacale monacal adj f s 0.01 1.22 0.01 0.68 -monacales monacal adj f p 0.01 1.22 0.00 0.14 -monachisme monachisme nom m s 0.00 0.07 0.00 0.07 -monades monade nom f p 0.00 0.07 0.00 0.07 -monadologie monadologie nom f s 0.01 0.00 0.01 0.00 -monarchie monarchie nom f s 1.10 4.86 1.10 4.53 -monarchies monarchie nom f p 1.10 4.86 0.00 0.34 -monarchique monarchique adj s 0.00 0.34 0.00 0.34 -monarchiste monarchiste adj s 0.61 1.28 0.31 1.08 -monarchistes monarchiste adj m p 0.61 1.28 0.30 0.20 -monarque monarque nom m s 1.37 1.96 1.16 1.55 -monarques monarque nom m p 1.37 1.96 0.20 0.41 -monastique monastique adj s 0.02 1.08 0.02 0.95 -monastiques monastique adj p 0.02 1.08 0.00 0.14 -monastère monastère nom m s 4.86 7.97 4.51 6.28 -monastères monastère nom m p 4.86 7.97 0.35 1.69 -monbazillac monbazillac nom m s 0.00 0.54 0.00 0.54 -monceau monceau nom m s 0.97 7.84 0.95 4.59 -monceaux monceau nom m p 0.97 7.84 0.02 3.24 -monda monder ver 0.15 0.07 0.10 0.00 ind:pas:3s; -mondain mondain adj m s 2.73 13.24 1.17 4.26 -mondaine mondain adj f s 2.73 13.24 0.84 4.53 -mondainement mondainement adv 0.00 0.14 0.00 0.14 -mondaines mondain adj f p 2.73 13.24 0.43 2.64 -mondains mondain adj m p 2.73 13.24 0.28 1.82 -mondanisaient mondaniser ver 0.00 0.14 0.00 0.07 ind:imp:3p; -mondanisé mondaniser ver m s 0.00 0.14 0.00 0.07 par:pas; -mondanité mondanité nom f s 0.33 2.64 0.01 0.81 -mondanités mondanité nom f p 0.33 2.64 0.32 1.82 -monde monde nom m s 830.72 741.35 823.62 732.43 -monder monder ver 0.15 0.07 0.01 0.00 inf; -mondes monde nom m p 830.72 741.35 7.11 8.92 -mondial mondial adj m s 13.79 16.35 4.27 2.50 -mondiale mondial adj f s 13.79 16.35 8.17 12.03 -mondialement mondialement adv 0.53 0.14 0.53 0.14 -mondiales mondial adj f p 13.79 16.35 0.80 0.74 -mondialisation mondialisation nom f s 0.13 0.00 0.13 0.00 -mondialisent mondialiser ver 0.00 0.07 0.00 0.07 ind:pre:3p; -mondialistes mondialiste adj m p 0.00 0.07 0.00 0.07 -mondiaux mondial adj m p 13.79 16.35 0.55 1.08 -mondovision mondovision nom f s 0.03 0.07 0.03 0.07 -mondée monder ver f s 0.15 0.07 0.00 0.07 par:pas; -mânes mânes nom m p 0.01 0.41 0.01 0.41 -mongo mongo nom s 0.19 0.00 0.19 0.00 -mongol mongol adj m s 0.81 3.92 0.49 2.03 -mongole mongol nom f s 0.69 1.69 0.22 0.41 -mongoles mongol nom f p 0.69 1.69 0.12 0.00 -mongolie mongolie nom f s 0.00 0.07 0.00 0.07 -mongolien mongolien adj m s 0.56 0.07 0.39 0.00 -mongolienne mongolien adj f s 0.56 0.07 0.15 0.07 -mongoliennes mongolien adj f p 0.56 0.07 0.01 0.00 -mongoliens mongolien nom m p 0.38 1.01 0.01 0.34 -mongolique mongolique adj f s 0.00 0.14 0.00 0.07 -mongoliques mongolique adj m p 0.00 0.14 0.00 0.07 -mongoloïde mongoloïde adj s 0.00 0.07 0.00 0.07 -mongols mongol adj m p 0.81 3.92 0.17 0.27 -moniale moniale nom f s 0.00 0.14 0.00 0.14 -moniales moniale adj f p 0.00 0.07 0.00 0.07 -moniteur moniteur nom m s 4.26 5.61 2.44 1.89 -moniteurs moniteur nom m p 4.26 5.61 1.61 2.03 -monition monition nom f s 0.14 0.00 0.14 0.00 -monitor monitor nom m s 0.11 0.00 0.11 0.00 -monitorage monitorage nom m s 0.04 0.00 0.04 0.00 -monitoring monitoring nom m s 0.13 0.00 0.13 0.00 -monitrice moniteur nom f s 4.26 5.61 0.22 0.68 -monitrices moniteur nom f p 4.26 5.61 0.00 1.01 -monnaie_du_pape monnaie_du_pape nom f s 0.00 0.07 0.00 0.07 -monnaie monnaie nom f s 27.31 28.99 26.82 25.34 -monnaiera monnayer ver 0.70 1.49 0.00 0.07 ind:fut:3s; -monnaierai monnayer ver 0.70 1.49 0.01 0.00 ind:fut:1s; -monnaies_du_pape monnaies_du_pape nom f p 0.00 0.07 0.00 0.07 -monnaies monnaie nom f p 27.31 28.99 0.48 3.65 -monnaya monnayer ver 0.70 1.49 0.00 0.07 ind:pas:3s; -monnayable monnayable adj s 0.02 0.27 0.02 0.20 -monnayables monnayable adj m p 0.02 0.27 0.00 0.07 -monnayait monnayer ver 0.70 1.49 0.01 0.20 ind:imp:3s; -monnayant monnayer ver 0.70 1.49 0.00 0.07 par:pre; -monnaye monnayer ver 0.70 1.49 0.02 0.07 ind:pre:3s; -monnayer monnayer ver 0.70 1.49 0.29 0.74 inf; -monnayeur monnayeur nom m s 0.03 0.14 0.01 0.00 -monnayeurs monnayeur nom m p 0.03 0.14 0.02 0.14 -monnayé monnayer ver m s 0.70 1.49 0.03 0.20 par:pas; -monnayée monnayer ver f s 0.70 1.49 0.00 0.07 par:pas; -mono mono nom s 3.02 0.20 3.02 0.20 -monoamine monoamine nom f s 0.03 0.00 0.03 0.00 -monobloc monobloc nom m s 0.00 0.07 0.00 0.07 -monocellulaire monocellulaire adj f s 0.01 0.00 0.01 0.00 -monochrome monochrome adj m s 0.07 0.41 0.04 0.20 -monochromes monochrome adj f p 0.07 0.41 0.02 0.20 -monochromie monochromie nom f s 0.00 0.07 0.00 0.07 -monocle monocle nom m s 0.56 4.05 0.53 3.92 -monocles monocle nom m p 0.56 4.05 0.02 0.14 -monoclonal monoclonal adj m s 0.02 0.00 0.01 0.00 -monoclonaux monoclonal adj m p 0.02 0.00 0.01 0.00 -monoclé monoclé adj m s 0.00 0.14 0.00 0.14 -monocoque monocoque adj s 0.10 0.00 0.10 0.00 -monocorde monocorde adj s 0.03 2.57 0.02 2.09 -monocordes monocorde adj f p 0.03 2.57 0.01 0.47 -monocratie monocratie nom f s 0.01 0.00 0.01 0.00 -monoculaire monoculaire adj m s 0.01 0.07 0.00 0.07 -monoculaires monoculaire adj p 0.01 0.07 0.01 0.00 -monoculture monoculture nom f s 0.00 0.07 0.00 0.07 -monocycle monocycle nom m s 0.07 0.00 0.07 0.00 -monocylindre monocylindre nom m s 0.01 0.00 0.01 0.00 -monodie monodie nom f s 0.10 0.07 0.10 0.07 -monofilament monofilament nom m s 0.02 0.00 0.02 0.00 -monogame monogame adj s 0.50 0.47 0.31 0.34 -monogames monogame adj p 0.50 0.47 0.18 0.14 -monogamie monogamie nom f s 0.59 0.07 0.59 0.07 -monogramme monogramme nom m s 0.21 0.95 0.21 0.81 -monogrammes monogramme nom m p 0.21 0.95 0.00 0.14 -monogrammées monogrammé adj f p 0.01 0.00 0.01 0.00 -monographie monographie nom f s 0.20 0.61 0.19 0.27 -monographies monographie nom f p 0.20 0.61 0.01 0.34 -monokini monokini nom m s 0.32 0.00 0.32 0.00 -monolinguisme monolinguisme nom m s 0.10 0.00 0.10 0.00 -monolithe monolithe nom m s 0.13 0.14 0.12 0.07 -monolithes monolithe nom m p 0.13 0.14 0.01 0.07 -monolithique monolithique adj s 0.03 0.68 0.02 0.61 -monolithiques monolithique adj f p 0.03 0.68 0.01 0.07 -monolithisme monolithisme nom m s 0.00 0.07 0.00 0.07 -monologua monologuer ver 0.16 1.01 0.01 0.00 ind:pas:3s; -monologuaient monologuer ver 0.16 1.01 0.00 0.07 ind:imp:3p; -monologuais monologuer ver 0.16 1.01 0.00 0.14 ind:imp:1s; -monologuait monologuer ver 0.16 1.01 0.00 0.20 ind:imp:3s; -monologuant monologuer ver 0.16 1.01 0.00 0.34 par:pre; -monologue monologue nom m s 1.86 6.28 1.44 5.68 -monologuer monologuer ver 0.16 1.01 0.01 0.14 inf; -monologues monologue nom m p 1.86 6.28 0.42 0.61 -monomane monomane nom s 0.01 0.00 0.01 0.00 -monomanes monomane adj p 0.00 0.07 0.00 0.07 -monomaniaque monomaniaque adj s 0.04 0.20 0.04 0.07 -monomaniaques monomaniaque adj p 0.04 0.20 0.00 0.14 -monomanie monomanie nom f s 0.01 0.14 0.01 0.14 -monomoteur monomoteur nom m s 0.01 0.07 0.01 0.07 -monomoteurs monomoteur adj m p 0.03 0.00 0.03 0.00 -mononucléaire mononucléaire adj f s 0.00 0.07 0.00 0.07 -mononucléose mononucléose nom f s 0.40 0.07 0.40 0.07 -monoparental monoparental adj m s 0.09 0.00 0.01 0.00 -monoparentale monoparental adj f s 0.09 0.00 0.04 0.00 -monoparentales monoparental adj f p 0.09 0.00 0.01 0.00 -monoparentaux monoparental adj m p 0.09 0.00 0.03 0.00 -monophasée monophasé adj f s 0.00 0.07 0.00 0.07 -monoplace monoplace adj m s 0.04 0.14 0.04 0.14 -monoplaces monoplace nom p 0.02 0.07 0.02 0.00 -monoplan monoplan nom m s 0.10 0.47 0.09 0.34 -monoplans monoplan nom m p 0.10 0.47 0.01 0.14 -monopode monopode adj m s 0.01 0.00 0.01 0.00 -monopole monopole nom m s 1.61 3.11 1.32 2.91 -monopoles monopole nom m p 1.61 3.11 0.29 0.20 -monopolisa monopoliser ver 0.61 0.88 0.02 0.00 ind:pas:3s; -monopolisaient monopoliser ver 0.61 0.88 0.00 0.07 ind:imp:3p; -monopolisais monopoliser ver 0.61 0.88 0.00 0.07 ind:imp:1s; -monopolisait monopoliser ver 0.61 0.88 0.04 0.14 ind:imp:3s; -monopolise monopoliser ver 0.61 0.88 0.23 0.07 imp:pre:2s;ind:pre:1s;ind:pre:3s; -monopolisent monopoliser ver 0.61 0.88 0.15 0.00 ind:pre:3p; -monopoliser monopoliser ver 0.61 0.88 0.07 0.41 inf; -monopolisera monopoliser ver 0.61 0.88 0.01 0.00 ind:fut:3s; -monopolisez monopoliser ver 0.61 0.88 0.03 0.00 imp:pre:2p;ind:pre:2p; -monopolisèrent monopoliser ver 0.61 0.88 0.00 0.07 ind:pas:3p; -monopolisé monopoliser ver m s 0.61 0.88 0.04 0.00 par:pas; -monopolisés monopoliser ver m p 0.61 0.88 0.01 0.07 par:pas; -monopoly monopoly nom m s 1.37 0.41 1.37 0.41 -monoprix monoprix nom m 0.21 0.27 0.21 0.27 -monorail monorail nom m s 0.55 0.00 0.48 0.00 -monorails monorail nom m p 0.55 0.00 0.07 0.00 -monospace monospace nom m s 0.18 0.00 0.18 0.00 -monosyllabe monosyllabe nom m s 0.06 1.35 0.00 0.27 -monosyllabes monosyllabe nom m p 0.06 1.35 0.06 1.08 -monosyllabique monosyllabique adj m s 0.04 0.14 0.02 0.07 -monosyllabiques monosyllabique adj m p 0.04 0.14 0.01 0.07 -monothéisme monothéisme nom m s 0.00 0.34 0.00 0.27 -monothéismes monothéisme nom m p 0.00 0.34 0.00 0.07 -monothéiste monothéiste adj f s 0.00 0.14 0.00 0.07 -monothéistes monothéiste adj p 0.00 0.14 0.00 0.07 -monotone monotone adj s 1.48 15.47 1.30 13.24 -monotonement monotonement adv 0.10 0.41 0.10 0.41 -monotones monotone adj p 1.48 15.47 0.18 2.23 -monotonie monotonie nom f s 0.87 4.93 0.87 4.93 -monotype monotype nom m s 0.00 0.07 0.00 0.07 -monoxyde monoxyde nom m s 0.40 0.07 0.40 0.07 -monoxyle monoxyle adj f s 0.00 0.07 0.00 0.07 -mons mons nom s 0.41 0.07 0.41 0.07 -monseigneur monseigneur nom_sup m s 26.26 5.34 26.26 5.34 -monsieur monsieur nom_sup m s 739.12 324.86 583.45 286.76 -monsignor monsignor nom m s 0.17 0.14 0.17 0.14 -monsignore monsignore nom m s 0.16 0.07 0.16 0.07 -monstrance monstrance nom f s 0.00 0.14 0.00 0.07 -monstrances monstrance nom f p 0.00 0.14 0.00 0.07 -monstre monstre nom m s 62.56 26.96 48.42 18.18 -monstres monstre nom m p 62.56 26.96 14.14 8.78 -monstrueuse monstrueux adj f s 8.93 20.88 1.89 7.97 -monstrueusement monstrueusement adv 0.30 1.69 0.30 1.69 -monstrueuses monstrueux adj f p 8.93 20.88 0.41 2.30 -monstrueux monstrueux adj m 8.93 20.88 6.63 10.61 -monstruosité monstruosité nom f s 0.93 2.77 0.40 2.16 -monstruosités monstruosité nom f p 0.93 2.77 0.53 0.61 -mont_blanc mont_blanc nom m s 1.84 0.47 1.64 0.41 -mont_de_piété mont_de_piété nom m s 0.98 0.81 0.98 0.81 -mont mont nom m s 12.63 18.92 9.04 12.36 -monta monter ver 277.19 404.59 1.07 34.05 ind:pas:3s; -montage montage nom m s 6.66 2.91 6.35 2.77 -montages montage nom m p 6.66 2.91 0.31 0.14 -montagnard montagnard nom m s 1.05 2.03 0.28 0.61 -montagnarde montagnard adj f s 0.42 1.22 0.16 0.27 -montagnardes montagnard adj f p 0.42 1.22 0.00 0.20 -montagnards montagnard nom m p 1.05 2.03 0.74 1.22 -montagne montagne nom f s 62.01 81.82 36.76 49.80 -montagnes montagne nom f p 62.01 81.82 25.25 32.03 -montagneuse montagneux adj f s 0.41 1.35 0.05 0.41 -montagneuses montagneux adj f p 0.41 1.35 0.02 0.27 -montagneux montagneux adj m 0.41 1.35 0.33 0.68 -montai monter ver 277.19 404.59 0.04 4.86 ind:pas:1s; -montaient monter ver 277.19 404.59 0.83 21.96 ind:imp:3p; -montais monter ver 277.19 404.59 1.52 3.58 ind:imp:1s;ind:imp:2s; -montaison montaison nom f s 0.00 0.07 0.00 0.07 -montait monter ver 277.19 404.59 3.95 62.57 ind:imp:3s; -montant montant nom m s 5.97 12.84 5.31 8.38 -montante montant adj f s 1.65 8.38 0.86 4.59 -montantes montant adj f p 1.65 8.38 0.30 1.15 -montants montant nom m p 5.97 12.84 0.66 4.46 -monte_charge monte_charge nom m 0.51 0.54 0.51 0.54 -monte_charges monte_charges nom m 0.01 0.07 0.01 0.07 -monte_en_l_air monte_en_l_air nom m 0.12 0.20 0.12 0.20 -monte_plat monte_plat nom m s 0.01 0.00 0.01 0.00 -monte_plats monte_plats nom m 0.04 0.07 0.04 0.07 -monte monter ver 277.19 404.59 109.76 70.34 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s;;imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s;;imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -montent monter ver 277.19 404.59 4.86 14.39 ind:pre:3p; -monter monter ver 277.19 404.59 85.57 96.89 inf; -montera monter ver 277.19 404.59 2.36 1.82 ind:fut:3s; -monterai monter ver 277.19 404.59 1.61 1.22 ind:fut:1s; -monteraient monter ver 277.19 404.59 0.10 0.41 cnd:pre:3p; -monterais monter ver 277.19 404.59 0.53 0.41 cnd:pre:1s;cnd:pre:2s; -monterait monter ver 277.19 404.59 0.55 2.84 cnd:pre:3s; -monteras monter ver 277.19 404.59 0.76 0.47 ind:fut:2s; -monterez monter ver 277.19 404.59 0.23 0.34 ind:fut:2p; -monteriez monter ver 277.19 404.59 0.03 0.00 cnd:pre:2p; -monterons monter ver 277.19 404.59 0.31 0.34 ind:fut:1p; -monteront monter ver 277.19 404.59 0.34 0.34 ind:fut:3p; -montes monter ver 277.19 404.59 6.27 2.30 ind:pre:2s;sub:pre:2s; -monteur monteur nom m s 1.46 0.68 1.07 0.27 -monteurs monteur nom m p 1.46 0.68 0.09 0.27 -monteuse monteur nom f s 1.46 0.68 0.30 0.14 -montez monter ver 277.19 404.59 15.38 1.89 imp:pre:2p;ind:pre:2p; -montgolfière montgolfière nom f s 0.81 0.95 0.78 0.81 -montgolfières montgolfière nom f p 0.81 0.95 0.04 0.14 -monticule monticule nom m s 0.60 3.78 0.58 1.96 -monticules monticule nom m p 0.60 3.78 0.02 1.82 -montiez monter ver 277.19 404.59 0.64 0.14 ind:imp:2p; -montions monter ver 277.19 404.59 0.19 1.69 ind:imp:1p; -montjoie montjoie nom f s 0.05 0.34 0.05 0.34 -montmartrois montmartrois adj m 0.00 0.74 0.00 0.41 -montmartroise montmartrois adj f s 0.00 0.74 0.00 0.20 -montmartroises montmartrois adj f p 0.00 0.74 0.00 0.14 -montâmes monter ver 277.19 404.59 0.00 1.55 ind:pas:1p; -montons monter ver 277.19 404.59 3.44 2.70 imp:pre:1p;ind:pre:1p; -montât monter ver 277.19 404.59 0.00 0.54 sub:imp:3s; -montparno montparno nom m s 0.00 0.20 0.00 0.20 -montpelliéraine montpelliérain nom f s 0.00 0.07 0.00 0.07 -montra montrer ver 327.33 276.55 0.77 29.46 ind:pas:3s; -montrable montrable adj s 0.02 0.41 0.02 0.34 -montrables montrable adj f p 0.02 0.41 0.00 0.07 -montrai montrer ver 327.33 276.55 0.42 1.76 ind:pas:1s; -montraient montrer ver 327.33 276.55 0.98 8.78 ind:imp:3p; -montrais montrer ver 327.33 276.55 1.72 2.43 ind:imp:1s;ind:imp:2s; -montrait montrer ver 327.33 276.55 3.27 33.65 ind:imp:3s; -montrant montrer ver 327.33 276.55 2.02 23.24 par:pre; -montrassent montrer ver 327.33 276.55 0.00 0.14 sub:imp:3p; -montre_bracelet montre_bracelet nom f s 0.08 2.09 0.07 1.82 -montre_gousset montre_gousset nom f s 0.01 0.07 0.01 0.07 -montre_la_moi montre_la_moi nom f s 0.14 0.00 0.14 0.00 -montre montrer ver 327.33 276.55 85.44 38.99 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:1s;sub:pre:3s; -montrent montrer ver 327.33 276.55 8.82 4.93 ind:pre:3p; -montrer montrer ver 327.33 276.55 136.20 81.15 inf;; -montrera montrer ver 327.33 276.55 4.71 1.96 ind:fut:3s; -montrerai montrer ver 327.33 276.55 7.58 3.18 ind:fut:1s; -montreraient montrer ver 327.33 276.55 0.11 0.14 cnd:pre:3p; -montrerais montrer ver 327.33 276.55 1.05 0.34 cnd:pre:1s;cnd:pre:2s; -montrerait montrer ver 327.33 276.55 0.78 2.57 cnd:pre:3s; -montreras montrer ver 327.33 276.55 1.46 0.61 ind:fut:2s; -montrerez montrer ver 327.33 276.55 1.02 0.27 ind:fut:2p; -montreriez montrer ver 327.33 276.55 0.16 0.00 cnd:pre:2p; -montrerons montrer ver 327.33 276.55 0.83 0.14 ind:fut:1p; -montreront montrer ver 327.33 276.55 0.54 0.07 ind:fut:3p; -montre_bracelet montre_bracelet nom f p 0.08 2.09 0.01 0.27 -montres montrer ver 327.33 276.55 5.93 1.08 ind:pre:1p;ind:pre:2s;sub:pre:2s; -montreur montreur nom m s 0.48 1.35 0.45 0.81 -montreurs montreur nom m p 0.48 1.35 0.02 0.41 -montreuse montreur nom f s 0.48 1.35 0.01 0.07 -montreuses montreur nom f p 0.48 1.35 0.00 0.07 -montrez montrer ver 327.33 276.55 26.48 2.57 imp:pre:2p;ind:pre:2p; -montriez montrer ver 327.33 276.55 0.70 0.41 ind:imp:2p; -montrions montrer ver 327.33 276.55 0.05 0.27 ind:imp:1p; -montrâmes montrer ver 327.33 276.55 0.00 0.07 ind:pas:1p; -montrons montrer ver 327.33 276.55 2.77 0.27 imp:pre:1p;ind:pre:1p; -montrât montrer ver 327.33 276.55 0.00 1.01 sub:imp:3s; -montrèrent montrer ver 327.33 276.55 0.01 1.82 ind:pas:3p; -montré montrer ver m s 327.33 276.55 29.65 28.11 par:pas; -montrée montrer ver f s 327.33 276.55 2.61 4.39 ind:imp:3p;par:pas; -montrées montrer ver f p 327.33 276.55 0.42 0.88 par:pas; -montrés montrer ver m p 327.33 276.55 0.81 1.89 par:pas; -mont_blanc mont_blanc nom m p 1.84 0.47 0.20 0.07 -monts mont nom m p 12.63 18.92 3.59 6.55 -montèrent monter ver 277.19 404.59 0.07 7.97 ind:pas:3p; -monté monter ver m s 277.19 404.59 23.72 28.72 par:pas; -montée monter ver f s 277.19 404.59 6.11 13.18 par:pas; -montées monter ver f p 277.19 404.59 0.70 3.18 par:pas; -montueuse montueux adj f s 0.00 0.47 0.00 0.20 -montueuses montueux adj f p 0.00 0.47 0.00 0.14 -montueux montueux adj m 0.00 0.47 0.00 0.14 -monténégrin monténégrin adj m s 0.01 0.07 0.01 0.00 -monténégrines monténégrin adj f p 0.01 0.07 0.00 0.07 -monture monture nom f s 2.21 16.62 1.61 11.55 -montures monture nom f p 2.21 16.62 0.60 5.07 -montés monter ver m p 277.19 404.59 3.94 9.73 par:pas; -monument monument nom m s 6.68 19.32 5.07 10.54 -monumental monumental adj m s 1.67 12.03 0.62 4.32 -monumentale monumental adj f s 1.67 12.03 0.71 5.20 -monumentalement monumentalement adv 0.03 0.00 0.03 0.00 -monumentales monumental adj f p 1.67 12.03 0.29 1.96 -monumentalité monumentalité nom f s 0.01 0.00 0.01 0.00 -monumentaux monumental adj m p 1.67 12.03 0.04 0.54 -monuments monument nom m p 6.68 19.32 1.61 8.78 -monétaire monétaire adj s 0.90 2.16 0.81 1.49 -monétaires monétaire adj p 0.90 2.16 0.10 0.68 -monétariste monétariste adj s 0.01 0.00 0.01 0.00 -moonisme moonisme nom m s 0.00 0.07 0.00 0.07 -moonistes mooniste nom p 0.03 0.00 0.03 0.00 -mooré mooré nom m s 0.03 0.00 0.03 0.00 -moos moos nom m 0.03 0.00 0.03 0.00 -moose moose adj s 0.60 0.00 0.60 0.00 -moqua moquer ver 71.13 50.34 0.01 0.88 ind:pas:3s; -moquai moquer ver 71.13 50.34 0.01 0.20 ind:pas:1s; -moquaient moquer ver 71.13 50.34 0.96 2.70 ind:imp:3p; -moquais moquer ver 71.13 50.34 0.75 1.42 ind:imp:1s;ind:imp:2s; -moquait moquer ver 71.13 50.34 2.20 9.39 ind:imp:3s; -moquant moquer ver 71.13 50.34 0.78 1.89 par:pre; -moque moquer ver 71.13 50.34 25.79 11.82 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:1s; -moquent moquer ver 71.13 50.34 4.18 2.36 ind:pre:3p; -moquer moquer ver 71.13 50.34 11.47 9.46 ind:pre:2p;inf; -moquera moquer ver 71.13 50.34 0.72 0.27 ind:fut:3s; -moquerai moquer ver 71.13 50.34 0.09 0.00 ind:fut:1s; -moqueraient moquer ver 71.13 50.34 0.03 0.00 cnd:pre:3p; -moquerais moquer ver 71.13 50.34 0.29 0.14 cnd:pre:1s;cnd:pre:2s; -moquerait moquer ver 71.13 50.34 0.56 0.27 cnd:pre:3s; -moqueras moquer ver 71.13 50.34 0.06 0.07 ind:fut:2s; -moquerez moquer ver 71.13 50.34 0.28 0.07 ind:fut:2p; -moquerie moquerie nom f s 1.69 6.35 0.64 3.72 -moqueries moquerie nom f p 1.69 6.35 1.05 2.64 -moqueriez moquer ver 71.13 50.34 0.01 0.07 cnd:pre:2p; -moqueront moquer ver 71.13 50.34 0.10 0.07 ind:fut:3p; -moques moquer ver 71.13 50.34 9.60 0.95 ind:pre:2s;sub:pre:2s; -moquette moquette nom f s 3.63 15.95 3.37 14.73 -moquettes moquette nom f p 3.63 15.95 0.27 1.22 -moquetté moquetter ver m s 0.00 0.20 0.00 0.07 par:pas; -moquettées moquetter ver f p 0.00 0.20 0.00 0.07 par:pas; -moquettés moquetter ver m p 0.00 0.20 0.00 0.07 par:pas; -moqueur moqueur adj m s 0.82 9.12 0.41 4.73 -moqueurs moqueur adj m p 0.82 9.12 0.28 1.01 -moqueuse moqueur adj f s 0.82 9.12 0.11 2.97 -moqueusement moqueusement adv 0.00 0.27 0.00 0.27 -moqueuses moqueur adj f p 0.82 9.12 0.02 0.41 -moquez moquer ver 71.13 50.34 7.98 1.15 imp:pre:2p;ind:pre:2p; -moquiez moquer ver 71.13 50.34 0.23 0.20 ind:imp:2p; -moquions moquer ver 71.13 50.34 0.00 1.01 ind:imp:1p; -moquons moquer ver 71.13 50.34 0.34 0.07 imp:pre:1p;ind:pre:1p; -moquât moquer ver 71.13 50.34 0.00 0.68 sub:imp:3s; -moquèrent moquer ver 71.13 50.34 0.00 0.61 ind:pas:3p; -moqué moquer ver m s 71.13 50.34 2.64 2.84 par:pas; -moquée moquer ver f s 71.13 50.34 1.02 1.15 par:pas; -moquées moquer ver f p 71.13 50.34 0.17 0.14 par:pas; -moqués moquer ver m p 71.13 50.34 0.84 0.47 par:pas; -moraillon moraillon nom m s 0.00 0.07 0.00 0.07 -moraine moraine nom f s 0.08 0.47 0.07 0.07 -moraines moraine nom f p 0.08 0.47 0.01 0.41 -morainique morainique adj s 0.01 0.20 0.01 0.14 -morainiques morainique adj p 0.01 0.20 0.00 0.07 -moral moral nom m s 10.27 14.19 10.17 14.19 -morale morale nom f s 13.13 21.49 12.89 21.01 -moralement moralement adv 1.98 7.30 1.98 7.30 -morales moral adj f p 16.39 34.53 2.26 4.93 -moralisante moralisant adj f s 0.00 0.14 0.00 0.14 -moralisateur moralisateur nom m s 0.73 0.00 0.47 0.00 -moralisateurs moralisateur nom m p 0.73 0.00 0.26 0.00 -moralisation moralisation nom f s 0.01 0.07 0.01 0.07 -moralisatrice moralisateur adj f s 0.20 0.68 0.04 0.07 -moralise moraliser ver 0.03 0.41 0.00 0.14 ind:pre:3s; -moraliser moraliser ver 0.03 0.41 0.03 0.20 inf; -moralisme moralisme nom m s 0.15 0.27 0.15 0.27 -moraliste moraliste nom s 0.48 1.49 0.40 0.74 -moralistes moraliste adj p 0.55 0.41 0.16 0.20 -moralisée moraliser ver f s 0.03 0.41 0.00 0.07 par:pas; -moralité moralité nom f s 4.86 3.04 4.57 2.91 -moralités moralité nom f p 4.86 3.04 0.29 0.14 -morasse morasse nom f s 0.00 0.81 0.00 0.61 -morasses morasse nom f p 0.00 0.81 0.00 0.20 -moratoire moratoire nom m s 0.17 0.07 0.17 0.07 -moraux moral adj m p 16.39 34.53 1.59 1.76 -morave morave adj m s 0.02 0.00 0.01 0.00 -moraves morave adj m p 0.02 0.00 0.01 0.00 -morbac morbac nom m s 0.17 0.20 0.14 0.14 -morbacs morbac nom m p 0.17 0.20 0.02 0.07 -morbaque morbaque nom m s 0.02 0.54 0.01 0.14 -morbaques morbaque nom m p 0.02 0.54 0.01 0.41 -morbide morbide adj s 3.92 4.73 2.83 3.99 -morbidement morbidement adv 0.01 0.07 0.01 0.07 -morbides morbide adj p 3.92 4.73 1.09 0.74 -morbidesse morbidesse nom f s 0.00 0.14 0.00 0.14 -morbidité morbidité nom f s 0.07 0.14 0.07 0.14 -morbier morbier nom m s 0.00 0.07 0.00 0.07 -morbleu morbleu ono 0.54 0.14 0.54 0.14 -morceau morceau nom m s 64.78 99.32 40.65 57.84 -morceaux morceau nom m p 64.78 99.32 24.13 41.49 -morcela morceler ver 0.47 1.28 0.00 0.07 ind:pas:3s; -morcelait morceler ver 0.47 1.28 0.00 0.27 ind:imp:3s; -morcelant morceler ver 0.47 1.28 0.00 0.20 par:pre; -morceler morceler ver 0.47 1.28 0.03 0.14 inf; -morcellement morcellement nom m s 0.00 0.34 0.00 0.27 -morcellements morcellement nom m p 0.00 0.34 0.00 0.07 -morcellent morceler ver 0.47 1.28 0.00 0.27 ind:pre:3p; -morcellera morceler ver 0.47 1.28 0.01 0.00 ind:fut:3s; -morcelé morceler ver m s 0.47 1.28 0.29 0.20 par:pas; -morcelée morcelé adj f s 0.11 0.61 0.11 0.20 -morcelées morceler ver f p 0.47 1.28 0.01 0.07 par:pas; -morcelés morceler ver m p 0.47 1.28 0.01 0.00 par:pas; -morcif morcif nom m s 0.00 0.34 0.00 0.20 -morcifs morcif nom m p 0.00 0.34 0.00 0.14 -mord mordre ver 44.85 48.45 7.95 4.80 ind:pre:3s; -mordît mordre ver 44.85 48.45 0.00 0.07 sub:imp:3s; -mordaient mordre ver 44.85 48.45 0.22 1.49 ind:imp:3p; -mordais mordre ver 44.85 48.45 0.36 0.54 ind:imp:1s;ind:imp:2s; -mordait mordre ver 44.85 48.45 1.09 5.74 ind:imp:3s; -mordant mordant nom m s 0.60 1.49 0.60 1.49 -mordante mordant adj f s 0.35 2.70 0.10 0.81 -mordantes mordant adj f p 0.35 2.70 0.01 0.07 -mordançage mordançage nom m s 0.00 0.14 0.00 0.14 -mordants mordant adj m p 0.35 2.70 0.01 0.20 -morde mordre ver 44.85 48.45 0.47 0.20 sub:pre:1s;sub:pre:3s; -mordent mordre ver 44.85 48.45 1.74 1.35 ind:pre:3p; -mordes mordre ver 44.85 48.45 0.15 0.07 sub:pre:2s; -mordeur mordeur nom m s 0.04 0.00 0.03 0.00 -mordeurs mordeur adj m p 0.03 0.14 0.01 0.07 -mordeuse mordeuse nom f s 0.03 0.00 0.03 0.00 -mordez mordre ver 44.85 48.45 0.92 0.41 imp:pre:2p;ind:pre:2p; -mordicus mordicus adv_sup 0.19 0.54 0.19 0.54 -mordieu mordieu ono 0.20 0.00 0.20 0.00 -mordilla mordiller ver 0.76 5.61 0.00 0.61 ind:pas:3s; -mordillage mordillage nom m s 0.00 0.07 0.00 0.07 -mordillaient mordiller ver 0.76 5.61 0.01 0.14 ind:imp:3p; -mordillais mordiller ver 0.76 5.61 0.00 0.07 ind:imp:1s; -mordillait mordiller ver 0.76 5.61 0.00 1.96 ind:imp:3s; -mordillant mordiller ver 0.76 5.61 0.02 1.01 par:pre; -mordille mordiller ver 0.76 5.61 0.30 0.47 imp:pre:2s;ind:pre:1s;ind:pre:3s; -mordillement mordillement nom m s 0.00 0.61 0.00 0.27 -mordillements mordillement nom m p 0.00 0.61 0.00 0.34 -mordillent mordiller ver 0.76 5.61 0.00 0.14 ind:pre:3p; -mordiller mordiller ver 0.76 5.61 0.25 0.68 inf; -mordillera mordiller ver 0.76 5.61 0.00 0.07 ind:fut:3s; -mordillez mordiller ver 0.76 5.61 0.01 0.00 imp:pre:2p; -mordillé mordiller ver m s 0.76 5.61 0.14 0.07 par:pas; -mordillée mordiller ver f s 0.76 5.61 0.02 0.20 par:pas; -mordillées mordiller ver f p 0.76 5.61 0.00 0.07 par:pas; -mordillés mordiller ver m p 0.76 5.61 0.00 0.14 par:pas; -mordions mordre ver 44.85 48.45 0.01 0.14 ind:imp:1p; -mordirent mordre ver 44.85 48.45 0.00 0.20 ind:pas:3p; -mordis mordre ver 44.85 48.45 0.00 0.41 ind:pas:1s;ind:pas:2s; -mordissent mordre ver 44.85 48.45 0.00 0.07 sub:imp:3p; -mordit mordre ver 44.85 48.45 0.09 6.01 ind:pas:3s; -mordorait mordorer ver 0.00 0.34 0.00 0.07 ind:imp:3s; -mordoré mordoré adj m s 0.04 2.16 0.01 0.41 -mordorée mordoré adj f s 0.04 2.16 0.00 0.61 -mordorées mordoré adj f p 0.04 2.16 0.02 0.34 -mordorés mordoré adj m p 0.04 2.16 0.01 0.81 -mordra mordre ver 44.85 48.45 0.80 0.20 ind:fut:3s; -mordrai mordre ver 44.85 48.45 0.40 0.00 ind:fut:1s; -mordraient mordre ver 44.85 48.45 0.01 0.14 cnd:pre:3p; -mordrais mordre ver 44.85 48.45 0.09 0.00 cnd:pre:1s;cnd:pre:2s; -mordrait mordre ver 44.85 48.45 0.35 0.41 cnd:pre:3s; -mordras mordre ver 44.85 48.45 0.22 0.00 ind:fut:2s; -mordre mordre ver 44.85 48.45 8.83 12.36 inf;; -mordrez mordre ver 44.85 48.45 0.25 0.00 ind:fut:2p; -mordront mordre ver 44.85 48.45 0.58 0.07 ind:fut:3p; -mords mordre ver 44.85 48.45 6.30 2.43 imp:pre:2s;ind:pre:1s;ind:pre:2s; -mordu mordre ver m s 44.85 48.45 10.22 6.28 par:pas; -mordue mordre ver f s 44.85 48.45 2.77 1.08 par:pas; -mordues mordre ver f p 44.85 48.45 0.32 0.34 par:pas; -mordus mordre ver m p 44.85 48.45 0.45 0.54 par:pas; -more more adj s 3.69 0.07 3.68 0.07 -moreau moreau adj m s 0.02 0.00 0.02 0.00 -morelle morelle nom f s 0.01 0.00 0.01 0.00 -mores more nom p 0.55 0.14 0.01 0.07 -moresque moresque nom f s 0.27 0.00 0.27 0.00 -morfal morfal adj m s 0.04 0.47 0.01 0.07 -morfale morfal adj f s 0.04 0.47 0.01 0.20 -morfaler morfaler ver 0.00 0.41 0.00 0.14 inf; -morfales morfal adj f p 0.04 0.47 0.01 0.07 -morfalou morfalou nom m s 0.00 0.07 0.00 0.07 -morfals morfal adj m p 0.04 0.47 0.00 0.14 -morfalé morfaler ver m s 0.00 0.41 0.00 0.07 par:pas; -morfalée morfaler ver f s 0.00 0.41 0.00 0.07 par:pas; -morfalés morfaler ver m p 0.00 0.41 0.00 0.07 par:pas; -morfil morfil nom m s 0.00 0.07 0.00 0.07 -morflais morfler ver 2.01 2.91 0.00 0.14 ind:imp:2s; -morflait morfler ver 2.01 2.91 0.01 0.14 ind:imp:3s; -morfle morfler ver 2.01 2.91 0.38 0.41 ind:pre:1s;ind:pre:3s; -morfler morfler ver 2.01 2.91 0.93 0.88 inf; -morflera morfler ver 2.01 2.91 0.01 0.14 ind:fut:3s; -morfleras morfler ver 2.01 2.91 0.01 0.00 ind:fut:2s; -morflerez morfler ver 2.01 2.91 0.01 0.00 ind:fut:2p; -morfles morfler ver 2.01 2.91 0.04 0.00 ind:pre:2s; -morflé morfler ver m s 2.01 2.91 0.62 1.08 par:pas; -morflée morfler ver f s 2.01 2.91 0.00 0.14 par:pas; -morfond morfondre ver 1.26 2.50 0.34 0.34 ind:pre:3s; -morfondaient morfondre ver 1.26 2.50 0.00 0.20 ind:imp:3p; -morfondais morfondre ver 1.26 2.50 0.00 0.07 ind:imp:1s; -morfondait morfondre ver 1.26 2.50 0.14 0.68 ind:imp:3s; -morfondant morfondre ver 1.26 2.50 0.00 0.14 par:pre; -morfonde morfondre ver 1.26 2.50 0.01 0.07 sub:pre:1s;sub:pre:3s; -morfondis morfondre ver 1.26 2.50 0.00 0.07 ind:pas:1s; -morfondra morfondre ver 1.26 2.50 0.01 0.00 ind:fut:3s; -morfondre morfondre ver 1.26 2.50 0.47 0.68 inf; -morfonds morfondre ver 1.26 2.50 0.28 0.07 imp:pre:2s;ind:pre:1s; -morfondu morfondre ver m s 1.26 2.50 0.02 0.20 par:pas; -morfondue morfondu adj f s 0.00 0.68 0.00 0.27 -morgana morganer ver 0.26 0.34 0.24 0.00 ind:pas:3s; -morganatique morganatique adj m s 0.00 0.14 0.00 0.07 -morganatiques morganatique adj f p 0.00 0.14 0.00 0.07 -morgane morganer ver 0.26 0.34 0.02 0.14 imp:pre:2s;ind:pre:3s; -morganer morganer ver 0.26 0.34 0.00 0.14 inf; -morganerai morganer ver 0.26 0.34 0.00 0.07 ind:fut:1s; -morgeline morgeline nom f s 0.01 0.00 0.01 0.00 -morgon morgon nom m s 0.01 0.00 0.01 0.00 -morgue morgue nom f s 10.12 7.03 9.95 6.76 -morgues morgue nom f p 10.12 7.03 0.17 0.27 -moria moria nom f s 0.08 0.00 0.08 0.00 -moribond moribond adj m s 0.65 2.50 0.52 1.35 -moribonde moribond adj f s 0.65 2.50 0.05 0.54 -moribondes moribond adj f p 0.65 2.50 0.03 0.20 -moribonds moribond nom m p 0.45 2.23 0.14 0.47 -moricaud moricaud nom m s 0.16 0.95 0.07 0.07 -moricaude moricaud nom f s 0.16 0.95 0.01 0.74 -moricaudes moricaud nom f p 0.16 0.95 0.00 0.07 -moricauds moricaud nom m p 0.16 0.95 0.08 0.07 -morigène morigéner ver 0.00 1.22 0.00 0.14 ind:pre:3s; -morigéna morigéner ver 0.00 1.22 0.00 0.07 ind:pas:3s; -morigénai morigéner ver 0.00 1.22 0.00 0.07 ind:pas:1s; -morigénais morigéner ver 0.00 1.22 0.00 0.07 ind:imp:1s; -morigénait morigéner ver 0.00 1.22 0.00 0.07 ind:imp:3s; -morigénant morigéner ver 0.00 1.22 0.00 0.27 par:pre; -morigéner morigéner ver 0.00 1.22 0.00 0.20 inf; -morigéné morigéner ver m s 0.00 1.22 0.00 0.20 par:pas; -morigénée morigéner ver f s 0.00 1.22 0.00 0.14 par:pas; -morille morille nom f s 0.17 0.61 0.00 0.14 -morilles morille nom f p 0.17 0.61 0.17 0.47 -morillon morillon nom m s 0.14 0.88 0.14 0.81 -morillons morillon nom m p 0.14 0.88 0.00 0.07 -morlingue morlingue nom m s 0.00 1.28 0.00 1.01 -morlingues morlingue nom m p 0.00 1.28 0.00 0.27 -mormon mormon adj m s 0.44 0.14 0.24 0.07 -mormone mormon adj f s 0.44 0.14 0.06 0.07 -mormones mormon adj f p 0.44 0.14 0.03 0.00 -mormons mormon nom m p 0.75 0.14 0.55 0.14 -morne morne adj s 1.06 19.66 0.81 14.46 -mornement mornement adv 0.01 0.07 0.01 0.07 -mornes morne adj p 1.06 19.66 0.25 5.20 -mornifle mornifle nom f s 0.00 0.81 0.00 0.81 -moro moro adj s 0.01 0.00 0.01 0.00 -morose morose adj s 1.23 8.78 1.00 7.23 -morosement morosement adv 0.00 0.07 0.00 0.07 -moroses morose adj p 1.23 8.78 0.24 1.55 -morosité morosité nom f s 0.07 1.08 0.07 1.01 -morosités morosité nom f p 0.07 1.08 0.00 0.07 -morphine morphine nom f s 7.37 1.62 7.37 1.62 -morphing morphing nom m s 0.01 0.00 0.01 0.00 -morphinomane morphinomane adj m s 0.14 0.14 0.14 0.14 -morphique morphique adj s 0.04 0.00 0.04 0.00 -morpho morpho adv 0.03 0.00 0.03 0.00 -morphogenèse morphogenèse nom f s 0.01 0.00 0.01 0.00 -morphogénétique morphogénétique adj m s 0.11 0.00 0.11 0.00 -morphologie morphologie nom f s 0.33 0.81 0.33 0.81 -morphologique morphologique adj s 0.01 0.14 0.00 0.07 -morphologiques morphologique adj f p 0.01 0.14 0.01 0.07 -morpion morpion nom m s 2.14 1.76 0.46 0.95 -morpions morpion nom m p 2.14 1.76 1.68 0.81 -mors mors nom m 0.64 1.89 0.64 1.89 -morse morse nom m s 3.50 0.88 3.50 0.88 -morsure morsure nom f s 6.31 5.95 3.90 4.26 -morsures morsure nom f p 6.31 5.95 2.41 1.69 -mort_aux_rats mort_aux_rats nom f 0.61 0.47 0.61 0.47 -mort_né mort_né adj m s 0.80 0.61 0.53 0.34 -mort_né mort_né adj f s 0.80 0.61 0.23 0.00 -mort_né mort_né adj f p 0.80 0.61 0.00 0.07 -mort_né mort_né adj m p 0.80 0.61 0.04 0.20 -mort_vivant mort_vivant nom m s 1.46 0.81 0.41 0.27 -mort mort nom 460.05 452.70 372.07 373.99 -mortadelle mortadelle nom f s 0.79 0.34 0.79 0.34 -mortaise mortaise nom f s 0.16 0.20 0.14 0.00 -mortaiser mortaiser ver 0.01 0.20 0.01 0.20 inf; -mortaises mortaise nom f p 0.16 0.20 0.01 0.20 -mortaiseuse mortaiseur nom f s 0.00 0.14 0.00 0.14 -mortalité mortalité nom f s 1.51 0.61 1.51 0.61 -morte_saison morte_saison nom f s 0.01 1.08 0.01 1.01 -morte mourir ver f s 916.42 391.08 112.36 44.93 par:pas; -mortel mortel adj m s 24.13 20.07 14.62 8.38 -mortelle mortel adj f s 24.13 20.07 5.69 6.69 -mortellement mortellement adv 2.03 3.18 2.03 3.18 -mortelles mortel adj f p 24.13 20.07 1.22 2.30 -mortels mortel nom m p 6.89 4.80 3.32 3.31 -mortes_eaux mortes_eaux nom f p 0.00 0.07 0.00 0.07 -morte_saison morte_saison nom f p 0.01 1.08 0.00 0.07 -mortes mourir ver f p 916.42 391.08 5.32 3.04 par:pas; -mortibus mortibus adj m s 0.02 0.34 0.02 0.34 -mortier mortier nom m s 2.06 5.61 1.30 3.51 -mortiers mortier nom m p 2.06 5.61 0.76 2.09 -mortifia mortifier ver 1.63 3.78 0.00 0.07 ind:pas:3s; -mortifiai mortifier ver 1.63 3.78 0.00 0.07 ind:pas:1s; -mortifiaient mortifier ver 1.63 3.78 0.00 0.07 ind:imp:3p; -mortifiait mortifier ver 1.63 3.78 0.00 0.54 ind:imp:3s; -mortifiant mortifiant adj m s 0.05 0.41 0.05 0.20 -mortifiante mortifiant adj f s 0.05 0.41 0.00 0.07 -mortifiantes mortifiant adj f p 0.05 0.41 0.00 0.07 -mortifiants mortifiant adj m p 0.05 0.41 0.00 0.07 -mortification mortification nom f s 0.56 1.22 0.54 0.68 -mortifications mortification nom f p 0.56 1.22 0.02 0.54 -mortifie mortifier ver 1.63 3.78 0.03 0.07 imp:pre:2s;ind:pre:1s;ind:pre:3s; -mortifier mortifier ver 1.63 3.78 0.19 0.68 inf; -mortifié mortifier ver m s 1.63 3.78 0.91 1.28 par:pas; -mortifiée mortifier ver f s 1.63 3.78 0.49 0.74 par:pas; -mortifiés mortifier ver m p 1.63 3.78 0.00 0.27 par:pas; -mortifère mortifère adj s 0.02 0.34 0.01 0.20 -mortifères mortifère adj m p 0.02 0.34 0.01 0.14 -mort_vivant mort_vivant nom m p 1.46 0.81 1.05 0.54 -morts mort nom p 460.05 452.70 78.09 66.15 -mortuaire mortuaire adj s 1.86 5.47 1.61 4.59 -mortuaires mortuaire adj p 1.86 5.47 0.25 0.88 -morue morue nom f s 3.67 5.61 3.46 4.86 -morues morue nom f p 3.67 5.61 0.20 0.74 -morula morula nom f s 0.01 0.00 0.01 0.00 -morvandiau morvandiau adj m s 0.00 0.20 0.00 0.20 -morve morve nom f s 1.60 1.96 1.60 1.82 -morves morve nom f p 1.60 1.96 0.00 0.14 -morveuse morveux nom f s 4.97 2.43 0.46 0.14 -morveuses morveux adj f p 2.11 1.22 0.01 0.07 -morveux morveux nom m 4.97 2.43 4.51 2.30 -mos mos nom m 0.01 0.00 0.01 0.00 -mosaïque mosaïque nom f s 0.58 4.53 0.53 2.77 -mosaïques mosaïque nom f p 0.58 4.53 0.06 1.76 -mosaïquée mosaïqué adj f s 0.00 0.14 0.00 0.07 -mosaïqués mosaïqué adj m p 0.00 0.14 0.00 0.07 -mosaïste mosaïste nom m s 0.00 0.14 0.00 0.14 -moscoutaire moscoutaire nom s 0.00 0.07 0.00 0.07 -moscovite moscovite adj s 0.68 1.42 0.34 1.15 -moscovites moscovite adj p 0.68 1.42 0.34 0.27 -mosellane mosellan adj f s 0.00 0.20 0.00 0.14 -mosellanes mosellan adj f p 0.00 0.20 0.00 0.07 -mosquée mosquée nom f s 3.43 5.68 2.71 4.32 -mosquées mosquée nom f p 3.43 5.68 0.72 1.35 -mot_clé mot_clé nom m s 0.58 0.34 0.41 0.14 -mot_valise mot_valise nom m s 0.01 0.00 0.01 0.00 -mât mât nom m s 1.67 9.59 1.47 5.95 -mot mot nom m s 279.55 553.78 174.83 260.47 -motard motard nom m s 4.10 6.89 1.79 3.45 -motarde motard nom f s 4.10 6.89 0.07 0.14 -motardes motard nom f p 4.10 6.89 0.01 0.07 -motards motard nom m p 4.10 6.89 2.23 3.24 -mâte mâter ver 0.04 0.14 0.01 0.07 imp:pre:2s;ind:pre:3s; -motel motel nom m s 9.43 1.28 8.62 1.22 -motels motel nom m p 9.43 1.28 0.82 0.07 -mâter mâter ver 0.04 0.14 0.03 0.00 inf; -motesse motesse nom f s 0.00 0.07 0.00 0.07 -motet motet nom m s 0.03 0.27 0.03 0.20 -motets motet nom m p 0.03 0.27 0.00 0.07 -moteur_fusée moteur_fusée nom m s 0.04 0.00 0.01 0.00 -moteur moteur nom m s 33.63 51.08 26.31 41.28 -moteur_fusée moteur_fusée nom m p 0.04 0.00 0.04 0.00 -moteurs moteur nom m p 33.63 51.08 7.32 9.80 -motif motif nom m s 16.56 31.15 12.20 15.74 -motifs motif nom m p 16.56 31.15 4.36 15.41 -motilité motilité nom f s 0.02 0.00 0.02 0.00 -mâtin mâtin ono 0.00 0.07 0.00 0.07 -mâtinant mâtiner ver 0.03 0.81 0.00 0.07 par:pre; -mâtine mâtine nom f s 0.57 1.22 0.00 0.14 -mâtines mâtine nom f p 0.57 1.22 0.01 0.07 -mâtins mâtin nom m p 0.26 0.20 0.00 0.07 -mâtiné mâtiné adj m s 0.03 0.00 0.03 0.00 -mâtinée mâtiner ver f s 0.03 0.81 0.01 0.14 par:pas; -mâtinés mâtiner ver m p 0.03 0.81 0.00 0.14 par:pas; -motion motion nom f s 3.10 1.28 2.87 0.68 -motions motion nom f p 3.10 1.28 0.22 0.61 -motiva motiver ver 5.50 2.43 0.00 0.14 ind:pas:3s; -motivai motiver ver 5.50 2.43 0.00 0.07 ind:pas:1s; -motivaient motiver ver 5.50 2.43 0.00 0.14 ind:imp:3p; -motivais motiver ver 5.50 2.43 0.01 0.00 ind:imp:2s; -motivait motiver ver 5.50 2.43 0.08 0.27 ind:imp:3s; -motivant motivant adj m s 0.24 0.00 0.21 0.00 -motivante motivant adj f s 0.24 0.00 0.03 0.00 -motivateur motivateur nom m s 0.05 0.00 0.05 0.00 -motivation motivation nom f s 4.81 1.28 3.02 0.81 -motivations motivation nom f p 4.81 1.28 1.79 0.47 -motive motiver ver 5.50 2.43 1.33 0.34 imp:pre:2s;ind:pre:1s;ind:pre:3s; -motivent motiver ver 5.50 2.43 0.04 0.20 ind:pre:3p; -motiver motiver ver 5.50 2.43 1.30 0.34 inf; -motivera motiver ver 5.50 2.43 0.02 0.00 ind:fut:3s; -motivez motiver ver 5.50 2.43 0.01 0.00 imp:pre:2p; -motivé motiver ver m s 5.50 2.43 1.67 0.20 par:pas; -motivée motiver ver f s 5.50 2.43 0.42 0.47 par:pas; -motivées motiver ver f p 5.50 2.43 0.04 0.07 par:pas; -motivés motiver ver m p 5.50 2.43 0.53 0.14 par:pas; -moto_club moto_club nom f s 0.00 0.14 0.00 0.14 -moto_cross moto_cross nom m 0.04 0.07 0.04 0.07 -moto moto nom f s 25.23 19.26 22.61 15.27 -motocross motocross nom m 0.19 0.00 0.19 0.00 -motoculteur motoculteur nom m s 0.00 0.14 0.00 0.14 -motoculture motoculture nom f s 0.14 0.00 0.14 0.00 -motocycles motocycle nom m p 0.00 0.07 0.00 0.07 -motocyclette motocyclette nom f s 0.40 4.19 0.36 3.31 -motocyclettes motocyclette nom f p 0.40 4.19 0.04 0.88 -motocyclisme motocyclisme nom m s 0.02 0.00 0.02 0.00 -motocycliste motocycliste nom s 0.07 2.64 0.04 1.28 -motocyclistes motocycliste nom p 0.07 2.64 0.03 1.35 -motoneige motoneige nom f s 0.60 0.00 0.34 0.00 -motoneiges motoneige nom f p 0.60 0.00 0.26 0.00 -motoneurone motoneurone nom m s 0.01 0.00 0.01 0.00 -motorisation motorisation nom f s 0.01 0.27 0.01 0.27 -motoriser motoriser ver 0.09 1.42 0.00 0.07 inf; -motorisé motorisé adj m s 0.47 2.23 0.12 0.41 -motorisée motorisé adj f s 0.47 2.23 0.20 0.68 -motorisées motoriser ver f p 0.09 1.42 0.01 0.14 par:pas; -motorisés motorisé adj m p 0.47 2.23 0.16 0.68 -motos moto nom f p 25.23 19.26 2.62 3.99 -motrice moteur adj f s 4.17 2.43 0.26 0.34 -motrices moteur adj f p 4.17 2.43 0.20 0.14 -motricité motricité nom f s 0.42 0.00 0.42 0.00 -mot_clef mot_clef nom m p 0.00 0.07 0.00 0.07 -mot_clé mot_clé nom m p 0.58 0.34 0.17 0.20 -mots_croisés mots_croisés nom m p 0.07 0.00 0.07 0.00 -mâts mât nom m p 1.67 9.59 0.20 3.65 -mots mot nom m p 279.55 553.78 104.72 293.31 -motte motte nom f s 0.51 9.19 0.26 2.97 -mottereau mottereau nom m s 0.00 0.07 0.00 0.07 -mottes motte nom f p 0.51 9.19 0.24 6.22 -motteux motteux nom m 0.00 0.07 0.00 0.07 -motu_proprio motu_proprio adv 0.00 0.07 0.00 0.07 -mâtée mâter ver f s 0.04 0.14 0.00 0.07 par:pas; -mâture mâture nom f s 0.14 1.62 0.14 1.08 -mâtures mâture nom f p 0.14 1.62 0.00 0.54 -motus motus ono 0.88 1.01 0.88 1.01 -mou mou adj m s 6.99 22.50 5.53 17.09 -mouais mouais ono 1.15 0.20 1.15 0.20 -moucha moucher ver 2.55 6.55 0.00 1.82 ind:pas:3s; -mouchachou mouchachou nom m s 0.00 0.07 0.00 0.07 -mouchage mouchage nom m s 0.01 0.00 0.01 0.00 -mouchai moucher ver 2.55 6.55 0.00 0.14 ind:pas:1s; -mouchaient moucher ver 2.55 6.55 0.00 0.20 ind:imp:3p; -mouchait moucher ver 2.55 6.55 0.15 0.41 ind:imp:3s; -mouchant moucher ver 2.55 6.55 0.00 0.20 par:pre; -mouchard mouchard nom m s 6.00 2.77 4.16 1.62 -moucharda moucharder ver 1.54 0.88 0.00 0.07 ind:pas:3s; -mouchardage mouchardage nom m s 0.04 0.20 0.04 0.20 -mouchardait moucharder ver 1.54 0.88 0.01 0.07 ind:imp:3s; -moucharde mouchard nom f s 6.00 2.77 0.56 0.27 -mouchardent moucharder ver 1.54 0.88 0.04 0.00 ind:pre:3p; -moucharder moucharder ver 1.54 0.88 0.46 0.54 inf; -mouchardera moucharder ver 1.54 0.88 0.02 0.00 ind:fut:3s; -moucharderait moucharder ver 1.54 0.88 0.01 0.07 cnd:pre:3s; -mouchardes moucharder ver 1.54 0.88 0.14 0.07 ind:pre:2s; -mouchards mouchard nom m p 6.00 2.77 1.28 0.88 -mouchardé moucharder ver m s 1.54 0.88 0.61 0.07 par:pas; -mouche mouche nom f s 24.65 46.89 15.36 18.72 -mouchent moucher ver 2.55 6.55 0.00 0.20 ind:pre:3p; -moucher moucher ver 2.55 6.55 0.76 1.28 inf; -moucheron moucheron nom m s 2.19 2.43 1.93 0.74 -moucherons moucheron nom m p 2.19 2.43 0.26 1.69 -mouches mouche nom f p 24.65 46.89 9.29 28.18 -mouchetait moucheter ver 0.03 1.15 0.00 0.07 ind:imp:3s; -mouchetant moucheter ver 0.03 1.15 0.00 0.07 par:pre; -mouchette mouchette nom f s 0.00 0.14 0.00 0.14 -moucheté moucheté adj m s 0.30 1.15 0.10 0.41 -mouchetée moucheté adj f s 0.30 1.15 0.10 0.20 -mouchetées moucheté adj f p 0.30 1.15 0.10 0.20 -moucheture moucheture nom f s 0.02 0.41 0.01 0.00 -mouchetures moucheture nom f p 0.02 0.41 0.01 0.41 -mouchetés moucheter ver m p 0.03 1.15 0.01 0.20 par:pas; -moucheur moucheur nom m s 0.01 0.07 0.01 0.07 -mouchez moucher ver 2.55 6.55 0.22 0.07 imp:pre:2p;ind:pre:2p; -mouchoir mouchoir nom m s 11.53 34.59 9.84 28.85 -mouchoirs mouchoir nom m p 11.53 34.59 1.69 5.74 -mouchons moucher ver 2.55 6.55 0.00 0.07 ind:pre:1p; -mouché moucher ver m s 2.55 6.55 0.39 0.81 par:pas; -mouchée moucher ver f s 2.55 6.55 0.06 0.20 par:pas; -mouchés moucher ver m p 2.55 6.55 0.04 0.07 par:pas; -moud moudre ver 1.43 2.57 0.38 0.14 ind:pre:3s; -moudjahiddine moudjahiddine nom m s 0.03 0.07 0.03 0.07 -moudjahidin moudjahidin nom m p 0.16 0.00 0.16 0.00 -moudjahidine moudjahidine nom m p 0.01 0.00 0.01 0.00 -moudrai moudre ver 1.43 2.57 0.10 0.00 ind:fut:1s; -moudre moudre ver 1.43 2.57 0.72 1.22 inf; -mouds moudre ver 1.43 2.57 0.00 0.07 ind:pre:1s; -moue moue nom f s 0.78 18.58 0.76 17.43 -moues moue nom f p 0.78 18.58 0.02 1.15 -mouette mouette nom f s 3.24 15.81 1.43 5.47 -mouettes mouette nom f p 3.24 15.81 1.81 10.34 -moufetait moufeter ver 0.00 0.14 0.00 0.07 ind:imp:3s; -moufette moufette nom f s 0.04 0.00 0.04 0.00 -moufeté moufeter ver m s 0.00 0.14 0.00 0.07 par:pas; -mouffette mouffette nom f s 0.08 0.54 0.08 0.54 -moufle moufle nom f s 0.73 1.76 0.28 0.34 -moufles moufle nom f p 0.73 1.76 0.45 1.42 -mouflet mouflet nom m s 0.41 5.68 0.17 3.18 -mouflets mouflet nom m p 0.41 5.68 0.24 2.50 -mouflette mouflette nom f s 0.19 2.43 0.19 2.09 -mouflettes mouflette nom f p 0.19 2.43 0.00 0.34 -mouflon mouflon nom m s 0.05 0.47 0.04 0.14 -mouflons mouflon nom m p 0.05 0.47 0.01 0.34 -mouftaient moufter ver 0.20 4.12 0.01 0.00 ind:imp:3p; -mouftais moufter ver 0.20 4.12 0.00 0.07 ind:imp:1s; -mouftait moufter ver 0.20 4.12 0.00 0.61 ind:imp:3s; -moufte moufter ver 0.20 4.12 0.02 1.28 imp:pre:2s;ind:pre:1s;ind:pre:3s; -mouftent moufter ver 0.20 4.12 0.01 0.27 ind:pre:3p; -moufter moufter ver 0.20 4.12 0.06 1.22 inf; -mouftera moufter ver 0.20 4.12 0.01 0.07 ind:fut:3s; -mouftes moufter ver 0.20 4.12 0.01 0.07 ind:pre:2s; -mouftez moufter ver 0.20 4.12 0.01 0.07 ind:pre:2p; -moufté moufter ver m s 0.20 4.12 0.06 0.47 par:pas; -mouilla mouiller ver 19.36 38.92 0.01 2.03 ind:pas:3s; -mouillage mouillage nom m s 0.14 1.22 0.14 1.15 -mouillages mouillage nom m p 0.14 1.22 0.00 0.07 -mouillaient mouiller ver 19.36 38.92 0.14 0.88 ind:imp:3p; -mouillais mouiller ver 19.36 38.92 0.04 0.27 ind:imp:1s;ind:imp:2s; -mouillait mouiller ver 19.36 38.92 0.32 2.64 ind:imp:3s; -mouillant mouiller ver 19.36 38.92 0.11 1.15 par:pre; -mouillante mouillant adj f s 0.00 0.14 0.00 0.07 -mouillasse mouiller ver 19.36 38.92 0.00 0.07 sub:imp:1s; -mouille mouiller ver 19.36 38.92 3.26 4.19 imp:pre:2s;ind:pre:1s;ind:pre:3s; -mouillent mouiller ver 19.36 38.92 0.24 0.88 ind:pre:3p; -mouiller mouiller ver 19.36 38.92 4.43 7.50 inf; -mouillera mouiller ver 19.36 38.92 0.44 0.00 ind:fut:3s; -mouillerai mouiller ver 19.36 38.92 0.02 0.07 ind:fut:1s; -mouillerais mouiller ver 19.36 38.92 0.02 0.07 cnd:pre:1s;cnd:pre:2s; -mouillerait mouiller ver 19.36 38.92 0.01 0.20 cnd:pre:3s; -mouilleras mouiller ver 19.36 38.92 0.01 0.07 ind:fut:2s; -mouilleront mouiller ver 19.36 38.92 0.16 0.07 ind:fut:3p; -mouilles mouiller ver 19.36 38.92 0.64 0.41 ind:pre:2s;sub:pre:2s; -mouillette mouillette nom f s 0.25 0.68 0.04 0.41 -mouillettes mouillette nom f p 0.25 0.68 0.21 0.27 -mouilleur mouilleur nom m s 0.01 0.00 0.01 0.00 -mouilleuse mouilleur adj f s 0.00 0.07 0.00 0.07 -mouillez mouiller ver 19.36 38.92 0.32 0.14 imp:pre:2p;ind:pre:2p; -mouillon mouillon nom m s 0.04 0.07 0.00 0.07 -mouillons mouillon nom m p 0.04 0.07 0.04 0.00 -mouillèrent mouiller ver 19.36 38.92 0.00 0.27 ind:pas:3p; -mouillé mouiller ver m s 19.36 38.92 5.70 8.58 par:pas; -mouillée mouillé adj f s 12.92 33.51 5.26 10.54 -mouillées mouillé adj f p 12.92 33.51 1.60 3.92 -mouillure mouillure nom f s 0.00 0.34 0.00 0.27 -mouillures mouillure nom f p 0.00 0.34 0.00 0.07 -mouillés mouillé adj m p 12.92 33.51 1.96 5.74 -mouise mouise nom f s 0.81 1.01 0.81 1.01 -moujahid moujahid nom m s 0.00 0.47 0.00 0.47 -moujik moujik nom m s 0.80 1.15 0.30 0.54 -moujiks moujik nom m p 0.80 1.15 0.50 0.61 -moujingue moujingue nom s 0.00 1.28 0.00 0.47 -moujingues moujingue nom p 0.00 1.28 0.00 0.81 -moukère moukère nom f s 0.00 0.41 0.00 0.20 -moukères moukère nom f p 0.00 0.41 0.00 0.20 -moula mouler ver 1.56 8.78 0.00 0.07 ind:pas:3s; -moulage moulage nom m s 0.80 1.15 0.53 0.54 -moulages moulage nom m p 0.80 1.15 0.27 0.61 -moulaient mouler ver 1.56 8.78 0.01 0.41 ind:imp:3p; -moulait mouler ver 1.56 8.78 0.12 2.03 ind:imp:3s; -moulant moulant adj m s 1.75 1.76 0.71 1.15 -moulante moulant adj f s 1.75 1.76 0.31 0.27 -moulantes moulant adj f p 1.75 1.76 0.03 0.00 -moulants moulant adj m p 1.75 1.76 0.69 0.34 -moule moule nom s 6.12 9.26 3.56 3.99 -moulent mouler ver 1.56 8.78 0.04 0.14 ind:pre:3p; -mouler mouler ver 1.56 8.78 0.15 0.47 inf; -mouleraient mouler ver 1.56 8.78 0.00 0.07 cnd:pre:3p; -moulerait mouler ver 1.56 8.78 0.00 0.07 cnd:pre:3s; -moules moule nom p 6.12 9.26 2.56 5.27 -mouleur mouleur nom m s 0.00 0.07 0.00 0.07 -moulez mouler ver 1.56 8.78 0.21 0.00 imp:pre:2p;ind:pre:2p; -moulin_à_vent moulin_à_vent nom m 0.00 0.14 0.00 0.14 -moulin moulin nom m s 7.75 19.05 6.80 15.61 -moulinage moulinage nom m s 0.01 0.00 0.01 0.00 -moulinait mouliner ver 0.06 0.88 0.01 0.14 ind:imp:3s; -mouline mouliner ver 0.06 0.88 0.02 0.14 imp:pre:2s;ind:pre:3s; -moulinent mouliner ver 0.06 0.88 0.00 0.07 ind:pre:3p; -mouliner mouliner ver 0.06 0.88 0.00 0.47 inf; -moulines mouliner ver 0.06 0.88 0.00 0.07 ind:pre:2s; -moulinet moulinet nom m s 0.50 3.18 0.44 1.82 -moulinets moulinet nom m p 0.50 3.18 0.06 1.35 -moulinette moulinette nom f s 0.27 0.68 0.23 0.61 -moulinettes moulinette nom f p 0.27 0.68 0.05 0.07 -moulinez mouliner ver 0.06 0.88 0.02 0.00 imp:pre:2p; -moulins moulin nom m p 7.75 19.05 0.94 3.45 -moult moult adv 0.33 3.18 0.33 3.18 -moulé mouler ver m s 1.56 8.78 0.42 1.62 par:pas; -moulu moulu adj m s 0.48 0.88 0.26 0.47 -moulée mouler ver f s 1.56 8.78 0.14 1.69 par:pas; -moulue moudre ver f s 1.43 2.57 0.11 0.27 par:pas; -moulées mouler ver f p 1.56 8.78 0.01 0.74 par:pas; -moulues moulu adj f p 0.48 0.88 0.20 0.14 -moulurations mouluration nom f p 0.00 0.07 0.00 0.07 -moulure moulure nom f s 0.22 2.70 0.06 0.54 -moulures moulure nom f p 0.22 2.70 0.16 2.16 -mouluré moulurer ver m s 0.00 0.20 0.00 0.20 par:pas; -moulés moulé adj m p 0.24 1.49 0.02 0.07 -moulus moulu adj m p 0.48 0.88 0.02 0.20 -moulut moudre ver 1.43 2.57 0.00 0.07 ind:pas:3s; -moumounes moumoune nom f p 0.00 0.14 0.00 0.14 -moumoute moumoute nom f s 0.87 0.61 0.86 0.47 -moumoutes moumoute nom f p 0.87 0.61 0.01 0.14 -mound mound nom m s 0.02 0.00 0.02 0.00 -mouquère mouquère nom f s 0.00 0.27 0.00 0.27 -mourût mourir ver 916.42 391.08 0.02 0.61 sub:imp:3s; -mourûtes mourir ver 916.42 391.08 0.00 0.07 ind:pas:2p; -mouraient mourir ver 916.42 391.08 1.22 5.95 ind:imp:3p; -mourais mourir ver 916.42 391.08 2.23 1.89 ind:imp:1s;ind:imp:2s; -mourait mourir ver 916.42 391.08 2.92 11.35 ind:imp:3s; -mourant mourant adj m s 9.56 5.74 6.18 3.04 -mourante mourant adj f s 9.56 5.74 2.71 1.89 -mourantes mourant adj f p 9.56 5.74 0.27 0.54 -mourants mourant nom m p 2.87 5.14 1.11 1.35 -mourez mourir ver 916.42 391.08 2.77 1.08 imp:pre:2p;ind:pre:2p; -mourides mouride adj f p 0.00 0.07 0.00 0.07 -mouriez mourir ver 916.42 391.08 0.73 0.00 ind:imp:2p; -mourions mourir ver 916.42 391.08 0.41 0.27 ind:imp:1p; -mourir mourir ver 916.42 391.08 234.74 130.61 inf;; -mouroir mouroir nom m s 0.07 0.27 0.07 0.27 -mouron mouron nom m s 0.73 4.26 0.53 4.12 -mouronne mouronner ver 0.00 0.14 0.00 0.07 ind:pre:1s; -mouronner mouronner ver 0.00 0.14 0.00 0.07 inf; -mourons mourir ver 916.42 391.08 1.33 0.47 imp:pre:1p;ind:pre:1p; -mourra mourir ver 916.42 391.08 13.63 4.93 ind:fut:3s; -mourrai mourir ver 916.42 391.08 7.54 3.04 ind:fut:1s; -mourraient mourir ver 916.42 391.08 1.38 0.61 cnd:pre:3p; -mourrais mourir ver 916.42 391.08 4.22 1.28 cnd:pre:1s;cnd:pre:2s; -mourrait mourir ver 916.42 391.08 3.45 3.78 cnd:pre:3s; -mourras mourir ver 916.42 391.08 7.67 1.15 ind:fut:2s; -mourre mourre nom f s 0.03 0.07 0.03 0.07 -mourrez mourir ver 916.42 391.08 4.99 0.95 ind:fut:2p; -mourriez mourir ver 916.42 391.08 0.29 0.07 cnd:pre:2p; -mourrions mourir ver 916.42 391.08 0.16 0.07 cnd:pre:1p; -mourrons mourir ver 916.42 391.08 3.41 1.15 ind:fut:1p; -mourront mourir ver 916.42 391.08 3.86 1.08 ind:fut:3p; -moururent mourir ver 916.42 391.08 0.91 1.22 ind:pas:3p; -mourus mourir ver 916.42 391.08 0.11 0.34 ind:pas:1s;ind:pas:2s; -mourussent mourir ver 916.42 391.08 0.00 0.07 sub:imp:3p; -mourut mourir ver 916.42 391.08 5.62 11.35 ind:pas:3s; -mous mou adj m p 6.99 22.50 1.46 5.41 -mouscaille mouscaille nom f s 0.00 0.81 0.00 0.74 -mouscailles mouscaille nom f p 0.00 0.81 0.00 0.07 -mousmé mousmé nom f s 0.22 0.20 0.21 0.14 -mousmés mousmé nom f p 0.22 0.20 0.01 0.07 -mousquet mousquet nom m s 1.31 0.95 0.48 0.54 -mousquetades mousquetade nom f p 0.01 0.00 0.01 0.00 -mousquetaire mousquetaire nom m s 3.02 3.65 0.82 1.15 -mousquetaires mousquetaire nom m p 3.02 3.65 2.19 2.50 -mousqueterie mousqueterie nom f s 0.01 0.20 0.01 0.20 -mousqueton mousqueton nom m s 0.72 4.39 0.41 3.18 -mousquetons mousqueton nom m p 0.72 4.39 0.32 1.22 -mousquets mousquet nom m p 1.31 0.95 0.83 0.41 -moussage moussage nom m s 0.00 0.07 0.00 0.07 -moussaient mousser ver 0.89 3.51 0.00 0.20 ind:imp:3p; -moussaillon moussaillon nom m s 0.59 0.34 0.34 0.34 -moussaillons moussaillon nom m p 0.59 0.34 0.25 0.00 -moussait mousser ver 0.89 3.51 0.00 0.68 ind:imp:3s; -moussaka moussaka nom f s 0.07 0.27 0.07 0.14 -moussakas moussaka nom f p 0.07 0.27 0.00 0.14 -moussant moussant adj m s 0.75 0.61 0.63 0.27 -moussante moussant adj f s 0.75 0.61 0.01 0.14 -moussants moussant adj m p 0.75 0.61 0.11 0.20 -mousse mousse nom s 6.47 27.16 6.24 23.04 -mousseline mousseline nom f s 0.36 4.73 0.36 4.19 -mousselines mousseline nom f p 0.36 4.73 0.00 0.54 -moussent mousser ver 0.89 3.51 0.00 0.07 ind:pre:3p; -mousser mousser ver 0.89 3.51 0.66 1.82 inf;; -mousseron mousseron nom m s 0.00 1.62 0.00 0.20 -mousserons mousseron nom m p 0.00 1.62 0.00 1.42 -mousses mousse nom p 6.47 27.16 0.24 4.12 -mousseuse mousseux adj f s 0.23 3.72 0.02 1.28 -mousseuses mousseux adj f p 0.23 3.72 0.00 0.41 -mousseux mousseux nom m 1.45 1.82 1.45 1.82 -mousson mousson nom f s 0.84 17.36 0.73 17.23 -moussons mousson nom f p 0.84 17.36 0.11 0.14 -moussu moussu adj m s 0.04 2.23 0.00 0.68 -moussue moussu adj f s 0.04 2.23 0.03 0.41 -moussues moussu adj f p 0.04 2.23 0.01 0.47 -moussus moussu adj m p 0.04 2.23 0.00 0.68 -moustache moustache nom f s 12.79 45.07 10.65 28.92 -moustaches moustache nom f p 12.79 45.07 2.13 16.15 -moustachu moustachu adj m s 0.84 8.99 0.63 6.55 -moustachue moustachu adj f s 0.84 8.99 0.04 0.54 -moustachues moustachu adj f p 0.84 8.99 0.01 0.27 -moustachus moustachu adj m p 0.84 8.99 0.17 1.62 -moustagache moustagache nom f s 0.00 0.54 0.00 0.34 -moustagaches moustagache nom f p 0.00 0.54 0.00 0.20 -moustiquaire moustiquaire nom f s 0.45 2.09 0.38 1.22 -moustiquaires moustiquaire nom f p 0.45 2.09 0.07 0.88 -moustique moustique nom m s 5.97 7.57 2.53 1.49 -moustiques moustique nom m p 5.97 7.57 3.44 6.08 -moutard moutard nom m s 0.86 3.31 0.54 1.49 -moutarde moutarde nom f s 3.95 5.00 3.94 4.93 -moutardes moutarde nom f p 3.95 5.00 0.01 0.07 -moutardier moutardier nom m s 0.00 0.14 0.00 0.14 -moutards moutard nom m p 0.86 3.31 0.32 1.82 -moutardé moutarder ver m s 0.00 0.07 0.00 0.07 par:pas; -moutier moutier nom m s 0.14 0.00 0.14 0.00 -mouton mouton nom m s 15.20 30.47 6.08 14.12 -moutonnaient moutonner ver 0.01 1.01 0.00 0.07 ind:imp:3p; -moutonnait moutonner ver 0.01 1.01 0.00 0.27 ind:imp:3s; -moutonnant moutonner ver 0.01 1.01 0.00 0.20 par:pre; -moutonnante moutonnant adj f s 0.00 0.47 0.00 0.20 -moutonnantes moutonnant adj f p 0.00 0.47 0.00 0.14 -moutonnants moutonnant adj m p 0.00 0.47 0.00 0.07 -moutonne moutonner ver 0.01 1.01 0.01 0.14 ind:pre:3s; -moutonnement moutonnement nom m s 0.00 1.42 0.00 1.35 -moutonnements moutonnement nom m p 0.00 1.42 0.00 0.07 -moutonnent moutonner ver 0.01 1.01 0.00 0.20 ind:pre:3p; -moutonner moutonner ver 0.01 1.01 0.00 0.14 inf; -moutonnerie moutonnerie nom f s 0.00 0.07 0.00 0.07 -moutonneux moutonneux adj m s 0.00 0.20 0.00 0.20 -moutonnier moutonnier adj m s 0.00 0.27 0.00 0.07 -moutonniers moutonnier adj m p 0.00 0.27 0.00 0.07 -moutonnière moutonnier adj f s 0.00 0.27 0.00 0.14 -moutons mouton nom m p 15.20 30.47 9.13 16.35 -mouture mouture nom f s 0.06 0.20 0.06 0.14 -moutures mouture nom f p 0.06 0.20 0.00 0.07 -mouvaient mouvoir ver 1.75 13.18 0.10 1.01 ind:imp:3p; -mouvais mouvoir ver 1.75 13.18 0.11 0.14 ind:imp:1s; -mouvait mouvoir ver 1.75 13.18 0.10 1.22 ind:imp:3s; -mouvance mouvance nom f s 0.02 0.20 0.01 0.20 -mouvances mouvance nom f p 0.02 0.20 0.01 0.00 -mouvant mouvant adj m s 1.77 13.18 0.39 3.45 -mouvante mouvant adj f s 1.77 13.18 0.55 4.39 -mouvantes mouvant adj f p 1.77 13.18 0.04 2.84 -mouvants mouvant adj m p 1.77 13.18 0.81 2.50 -mouvement mouvement nom m s 40.33 182.97 29.26 134.80 -mouvementent mouvementer ver 0.51 0.41 0.00 0.07 ind:pre:3p; -mouvements mouvement nom m p 40.33 182.97 11.07 48.18 -mouvementé mouvementé adj m s 0.92 1.42 0.16 0.34 -mouvementée mouvementé adj f s 0.92 1.42 0.47 0.74 -mouvementées mouvementé adj f p 0.92 1.42 0.16 0.34 -mouvementés mouvementé adj m p 0.92 1.42 0.12 0.00 -mouvoir mouvoir ver 1.75 13.18 0.58 4.26 inf; -moyen_âge moyen_âge nom m s 1.15 0.20 1.15 0.20 -moyen_oriental moyen_oriental adj m s 0.03 0.00 0.03 0.00 -moyen_orientaux moyen_orientaux adj m p 0.01 0.00 0.01 0.00 -moyen moyen nom m s 83.47 107.03 53.27 48.72 -moyennant moyennant pre 0.49 4.53 0.49 4.53 -moyenne moyenne nom f s 7.22 7.77 6.81 7.50 -moyennement moyennement adv 0.42 0.54 0.42 0.54 -moyenner moyenner ver 0.06 0.20 0.00 0.07 inf; -moyennes moyen adj f p 50.69 41.69 0.63 0.81 -moyenâgeuse moyenâgeux adj f s 0.09 1.69 0.01 0.14 -moyenâgeuses moyenâgeux adj f p 0.09 1.69 0.01 0.47 -moyenâgeux moyenâgeux adj m 0.09 1.69 0.06 1.08 -moyens moyen nom m p 83.47 107.03 30.20 58.31 -moyer moyer ver 0.10 0.00 0.10 0.00 inf; -moyeu moyeu nom m s 0.01 0.68 0.01 0.68 -moyeux moyeux nom m p 0.11 0.41 0.11 0.41 -mozarabe mozarabe adj s 0.20 0.14 0.20 0.14 -mozartiennes mozartien adj f p 0.00 0.07 0.00 0.07 -mozzarella mozzarella nom f s 0.64 0.14 0.64 0.14 -mozzarelle mozzarelle nom f s 0.03 0.00 0.03 0.00 -mèche mèche nom f s 9.87 31.01 8.21 19.12 -mèches mèche nom f p 9.87 31.01 1.66 11.89 -mène mener ver 99.86 137.70 31.86 21.49 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -mènent mener ver 99.86 137.70 6.42 7.57 ind:pre:3p; -mènera mener ver 99.86 137.70 4.70 1.28 ind:fut:3s; -mènerai mener ver 99.86 137.70 0.73 0.41 ind:fut:1s; -mèneraient mener ver 99.86 137.70 0.05 0.68 cnd:pre:3p; -mènerais mener ver 99.86 137.70 0.25 0.14 cnd:pre:1s;cnd:pre:2s; -mènerait mener ver 99.86 137.70 0.98 2.30 cnd:pre:3s; -mèneras mener ver 99.86 137.70 0.19 0.00 ind:fut:2s; -mènerez mener ver 99.86 137.70 0.08 0.14 ind:fut:2p; -mènerons mener ver 99.86 137.70 0.26 0.07 ind:fut:1p; -mèneront mener ver 99.86 137.70 1.04 0.47 ind:fut:3p; -mènes mener ver 99.86 137.70 2.84 1.01 ind:pre:2s; -mère_grand mère_grand nom f s 0.89 0.34 0.89 0.34 -mère_patrie mère_patrie nom f s 0.04 0.41 0.04 0.41 -mère mère nom f s 686.79 761.28 672.00 737.09 -mères mère nom f p 686.79 761.28 14.79 24.19 -mètre mètre nom m s 43.49 130.07 6.03 21.82 -mètres mètre nom m p 43.49 130.07 37.46 108.24 -mua muer ver 1.63 7.03 0.14 0.68 ind:pas:3s; -muai muer ver 1.63 7.03 0.00 0.07 ind:pas:1s; -muaient muer ver 1.63 7.03 0.00 0.14 ind:imp:3p; -muait muer ver 1.63 7.03 0.02 1.01 ind:imp:3s; -méandre méandre nom m s 0.72 3.72 0.14 0.54 -méandres méandre nom m p 0.72 3.72 0.58 3.18 -méandreux méandreux adj m s 0.00 0.07 0.00 0.07 -méandrine méandrine nom f s 0.00 0.07 0.00 0.07 -muant muer ver 1.63 7.03 0.00 0.20 par:pre; -méat méat nom m s 0.00 0.14 0.00 0.14 -mécanicien mécanicien nom m s 5.80 7.50 5.38 5.34 -mécanicienne mécanicien nom f s 5.80 7.50 0.05 0.00 -mécaniciennes mécanicienne nom f p 0.01 0.00 0.01 0.00 -mécaniciens mécanicien nom m p 5.80 7.50 0.38 2.16 -mécanique mécanique adj s 3.47 21.82 2.83 15.47 -mécaniquement mécaniquement adv 0.12 3.65 0.12 3.65 -mécaniques mécanique nom f p 3.75 15.14 0.93 2.70 -mécanisait mécaniser ver 0.29 0.88 0.00 0.14 ind:imp:3s; -mécanisation mécanisation nom f s 0.01 0.14 0.01 0.14 -mécanise mécaniser ver 0.29 0.88 0.00 0.07 ind:pre:3s; -mécaniser mécaniser ver 0.29 0.88 0.02 0.07 inf; -mécanisme mécanisme nom m s 4.59 10.34 3.79 6.62 -mécanismes mécanisme nom m p 4.59 10.34 0.80 3.72 -mécanistes mécaniste adj m p 0.00 0.07 0.00 0.07 -mécanisé mécaniser ver m s 0.29 0.88 0.04 0.47 par:pas; -mécanisée mécaniser ver f s 0.29 0.88 0.20 0.14 par:pas; -mécanisées mécaniser ver f p 0.29 0.88 0.01 0.00 par:pas; -mécanisés mécaniser ver m p 0.29 0.88 0.02 0.00 par:pas; -mécano mécano nom m s 2.50 4.05 1.68 3.45 -mécanographiques mécanographique adj p 0.00 0.07 0.00 0.07 -mécanos mécano nom m p 2.50 4.05 0.82 0.61 -muchacho muchacho nom m s 1.56 0.07 1.03 0.00 -muchachos muchacho nom m p 1.56 0.07 0.54 0.07 -méchait mécher ver 0.77 0.61 0.00 0.07 ind:imp:3s; -méchamment méchamment adv 2.04 6.42 2.04 6.42 -méchanceté méchanceté nom f s 4.13 12.97 3.38 11.22 -méchancetés méchanceté nom f p 4.13 12.97 0.75 1.76 -méchant méchant adj m s 53.37 34.05 30.23 16.01 -méchante méchant adj f s 53.37 34.05 14.73 9.12 -méchantes méchant adj f p 53.37 34.05 1.73 1.62 -méchants méchant nom m p 14.82 6.89 7.21 3.92 -muchas mucher ver 0.53 0.00 0.52 0.00 ind:pas:2s; -muche mucher ver 0.53 0.00 0.01 0.00 ind:pre:3s; -mécher mécher ver 0.77 0.61 0.01 0.00 inf; -méchoui méchoui nom m s 0.04 0.47 0.03 0.41 -méchouis méchoui nom m p 0.04 0.47 0.01 0.07 -mucilage mucilage nom m s 0.01 0.00 0.01 0.00 -mucilagineuse mucilagineux adj f s 0.00 0.07 0.00 0.07 -mécompte mécompte nom m s 0.00 0.81 0.00 0.27 -mécomptes mécompte nom m p 0.00 0.81 0.00 0.54 -méconduite méconduite nom f s 0.01 0.00 0.01 0.00 -méconium méconium nom m s 0.03 0.00 0.03 0.00 -méconnaîtra méconnaître ver 0.27 4.93 0.00 0.07 ind:fut:3s; -méconnaître méconnaître ver 0.27 4.93 0.10 2.23 inf; -méconnais méconnaître ver 0.27 4.93 0.10 0.27 ind:pre:1s;ind:pre:2s; -méconnaissable méconnaissable adj s 1.82 6.22 1.53 4.86 -méconnaissables méconnaissable adj p 1.82 6.22 0.29 1.35 -méconnaissais méconnaître ver 0.27 4.93 0.00 0.20 ind:imp:1s; -méconnaissance méconnaissance nom f s 0.03 0.81 0.03 0.81 -méconnaissant méconnaître ver 0.27 4.93 0.00 0.14 par:pre; -méconnaisse méconnaître ver 0.27 4.93 0.00 0.27 sub:pre:1s;sub:pre:3s; -méconnaissent méconnaître ver 0.27 4.93 0.01 0.14 ind:pre:3p; -méconnu méconnu adj m s 0.26 2.16 0.17 1.01 -méconnue méconnaître ver f s 0.27 4.93 0.05 0.41 par:pas; -méconnues méconnaître ver f p 0.27 4.93 0.00 0.20 par:pas; -méconnus méconnu adj m p 0.26 2.16 0.06 0.54 -mécontent mécontent adj m s 3.04 9.53 1.54 6.96 -mécontenta mécontenter ver 0.20 0.81 0.00 0.07 ind:pas:3s; -mécontentait mécontenter ver 0.20 0.81 0.00 0.07 ind:imp:3s; -mécontente mécontent adj f s 3.04 9.53 0.50 1.42 -mécontentement mécontentement nom m s 1.62 4.05 1.60 3.58 -mécontentements mécontentement nom m p 1.62 4.05 0.02 0.47 -mécontenter mécontenter ver 0.20 0.81 0.03 0.34 inf; -mécontentes mécontent adj f p 3.04 9.53 0.04 0.27 -mécontents mécontent adj m p 3.04 9.53 0.96 0.88 -mécontenté mécontenter ver m s 0.20 0.81 0.14 0.07 par:pas; -mécontentés mécontenter ver m p 0.20 0.81 0.00 0.07 par:pas; -mucor mucor nom m s 0.01 0.00 0.01 0.00 -mucosité mucosité nom f s 0.06 0.20 0.01 0.07 -mucosités mucosité nom f p 0.06 0.20 0.05 0.14 -mucoviscidose mucoviscidose nom f s 0.14 0.00 0.14 0.00 -mécru mécroire ver m s 0.00 0.07 0.00 0.07 par:pas; -mécréance mécréance nom f s 0.00 0.20 0.00 0.20 -mécréant mécréant nom m s 1.41 1.35 1.09 0.81 -mécréante mécréant adj f s 0.37 0.47 0.14 0.00 -mécréants mécréant nom m p 1.41 1.35 0.31 0.54 -mécène mécène nom m s 0.82 1.89 0.69 1.49 -mécènes mécène nom m p 0.82 1.89 0.14 0.41 -mécénat mécénat nom m s 0.04 0.00 0.04 0.00 -mucus mucus nom m 0.38 0.20 0.38 0.20 -médaille médaille nom f s 16.32 16.08 12.44 9.53 -médailles médaille nom f p 16.32 16.08 3.89 6.55 -médailleurs médailleur nom m p 0.00 0.07 0.00 0.07 -médaillon médaillon nom m s 1.77 3.65 1.44 2.16 -médaillons médaillon nom m p 1.77 3.65 0.33 1.49 -médaillé médaillé nom m s 0.24 0.20 0.24 0.14 -médaillée médailler ver f s 0.13 0.07 0.02 0.00 par:pas; -médecin_chef médecin_chef nom m s 0.56 2.09 0.56 2.09 -médecin_conseil médecin_conseil nom m s 0.01 0.00 0.01 0.00 -médecin_général médecin_général nom m s 0.01 0.20 0.01 0.20 -médecin_major médecin_major nom m s 0.70 0.14 0.70 0.14 -médecin médecin nom m s 140.19 75.61 112.35 60.68 -médecine_ball médecine_ball nom m s 0.01 0.00 0.01 0.00 -médecine médecine nom f s 23.51 12.43 23.29 12.36 -médecines médecine nom f p 23.51 12.43 0.22 0.07 -médecins médecin nom m p 140.19 75.61 27.84 14.93 -média média nom m s 10.23 1.22 0.77 0.07 -médian médian adj m s 0.29 2.50 0.04 0.41 -médiane médian adj f s 0.29 2.50 0.21 1.96 -médianes médian adj f p 0.29 2.50 0.02 0.14 -médianoche médianoche nom m s 0.00 0.47 0.00 0.47 -médians médian adj m p 0.29 2.50 0.01 0.00 -médias média nom m p 10.23 1.22 9.46 1.15 -médiascope médiascope nom m s 0.14 0.00 0.14 0.00 -médiastin médiastin nom m s 0.20 0.00 0.20 0.00 -médiateur médiateur nom m s 0.60 0.41 0.41 0.20 -médiateurs médiateur nom m p 0.60 0.41 0.08 0.07 -médiation médiation nom f s 0.46 0.74 0.46 0.74 -médiatique médiatique adj s 1.72 0.61 1.61 0.41 -médiatiques médiatique adj p 1.72 0.61 0.11 0.20 -médiatisant médiatiser ver 0.36 0.00 0.01 0.00 par:pre; -médiatisation médiatisation nom f s 0.23 0.00 0.23 0.00 -médiatisé médiatiser ver m s 0.36 0.00 0.12 0.00 par:pas; -médiatisée médiatiser ver f s 0.36 0.00 0.21 0.00 par:pas; -médiatisées médiatiser ver f p 0.36 0.00 0.01 0.00 par:pas; -médiatisés médiatiser ver m p 0.36 0.00 0.01 0.00 par:pas; -médiator médiator nom m s 0.09 0.00 0.09 0.00 -médiatrice médiateur nom f s 0.60 0.41 0.12 0.07 -médiatrices médiateur nom f p 0.60 0.41 0.00 0.07 -médical médical adj m s 31.48 11.89 13.65 4.80 -médicale médical adj f s 31.48 11.89 10.41 3.85 -médicalement médicalement adv 1.03 0.61 1.03 0.61 -médicales médical adj f p 31.48 11.89 2.81 1.76 -médicalisation médicalisation nom f s 0.01 0.00 0.01 0.00 -médicalisé médicaliser ver m s 0.04 0.07 0.04 0.00 par:pas; -médicalisée médicaliser ver f s 0.04 0.07 0.01 0.07 par:pas; -médicament médicament nom m s 41.82 12.57 12.03 4.12 -médicamentait médicamenter ver 0.03 0.14 0.00 0.07 ind:imp:3s; -médicamentation médicamentation nom f s 0.04 0.07 0.04 0.07 -médicamenter médicamenter ver 0.03 0.14 0.02 0.07 inf; -médicamenteuse médicamenteux adj f s 0.10 0.07 0.07 0.00 -médicamenteux médicamenteux adj m 0.10 0.07 0.02 0.07 -médicaments médicament nom m p 41.82 12.57 29.80 8.45 -médicamenté médicamenter ver m s 0.03 0.14 0.01 0.00 par:pas; -médicastre médicastre nom m s 0.00 0.41 0.00 0.14 -médicastres médicastre nom m p 0.00 0.41 0.00 0.27 -médication médication nom f s 0.23 0.27 0.22 0.07 -médications médication nom f p 0.23 0.27 0.01 0.20 -médicaux médical adj m p 31.48 11.89 4.62 1.49 -médicinal médicinal adj m s 0.85 0.54 0.23 0.00 -médicinale médicinal adj f s 0.85 0.54 0.10 0.07 -médicinales médicinal adj f p 0.85 0.54 0.52 0.41 -médicinaux médicinal adj m p 0.85 0.54 0.01 0.07 -médicine médiciner ver 0.07 0.00 0.07 0.00 ind:pre:1s;ind:pre:3s; -médico_légal médico_légal adj m s 1.06 0.54 0.63 0.41 -médico_légal médico_légal adj f s 1.06 0.54 0.25 0.14 -médico_légal médico_légal adj f p 1.06 0.54 0.13 0.00 -médico_légal médico_légal adj m p 1.06 0.54 0.05 0.00 -médico_psychologique médico_psychologique adj m s 0.01 0.00 0.01 0.00 -médico_social médico_social adj m s 0.01 0.07 0.01 0.07 -médina médina nom f s 0.37 1.28 0.37 1.08 -médinas médina nom f p 0.37 1.28 0.00 0.20 -médiocre médiocre adj s 3.36 15.88 2.59 11.89 -médiocrement médiocrement adv 0.28 2.43 0.28 2.43 -médiocres médiocre adj p 3.36 15.88 0.77 3.99 -médiocrité médiocrité nom f s 2.04 5.54 2.02 5.34 -médiocrités médiocrité nom f p 2.04 5.54 0.02 0.20 -médire médire ver 0.35 1.15 0.11 0.41 inf; -médis médire ver 0.35 1.15 0.02 0.07 imp:pre:2s;ind:pre:2s; -médisaient médire ver 0.35 1.15 0.00 0.07 ind:imp:3p; -médisait médire ver 0.35 1.15 0.01 0.07 ind:imp:3s; -médisance médisance nom f s 0.13 1.62 0.04 0.88 -médisances médisance nom f p 0.13 1.62 0.09 0.74 -médisant médisant adj m s 0.06 0.14 0.04 0.07 -médisante médisant adj f s 0.06 0.14 0.02 0.07 -médisants médisant nom m p 0.17 0.68 0.16 0.47 -médise médire ver 0.35 1.15 0.00 0.07 sub:pre:3s; -médisent médire ver 0.35 1.15 0.00 0.20 ind:pre:3p; -médisez médire ver 0.35 1.15 0.02 0.00 imp:pre:2p; -médisons médire ver 0.35 1.15 0.00 0.14 imp:pre:1p;ind:pre:1p; -médit médire ver m s 0.35 1.15 0.17 0.14 ind:pre:3s;par:pas; -médita méditer ver 5.49 14.86 0.01 0.81 ind:pas:3s; -méditai méditer ver 5.49 14.86 0.00 0.14 ind:pas:1s; -méditaient méditer ver 5.49 14.86 0.01 0.47 ind:imp:3p; -méditais méditer ver 5.49 14.86 0.19 0.54 ind:imp:1s;ind:imp:2s; -méditait méditer ver 5.49 14.86 0.12 2.50 ind:imp:3s; -méditant méditer ver 5.49 14.86 0.07 1.22 par:pre; -méditatif méditatif adj m s 0.20 4.59 0.08 2.36 -méditatifs méditatif adj m p 0.20 4.59 0.00 0.74 -méditation méditation nom f s 3.14 10.47 2.72 7.50 -méditations méditation nom f p 3.14 10.47 0.42 2.97 -méditative méditatif adj f s 0.20 4.59 0.12 1.28 -méditativement méditativement adv 0.00 0.34 0.00 0.34 -méditatives méditatif adj f p 0.20 4.59 0.00 0.20 -médite méditer ver 5.49 14.86 0.68 1.55 imp:pre:2s;ind:pre:1s;ind:pre:3s; -méditent méditer ver 5.49 14.86 0.28 0.41 ind:pre:3p; -méditer méditer ver 5.49 14.86 2.44 4.80 inf; -méditera méditer ver 5.49 14.86 0.03 0.07 ind:fut:3s; -méditerait méditer ver 5.49 14.86 0.00 0.07 cnd:pre:3s; -méditeras méditer ver 5.49 14.86 0.01 0.00 ind:fut:2s; -méditerranée méditerrané adj f s 0.04 0.95 0.04 0.95 -méditerranéen méditerranéen adj m s 0.74 5.34 0.08 2.64 -méditerranéenne méditerranéen adj f s 0.74 5.34 0.33 1.49 -méditerranéennes méditerranéenne nom f p 0.03 0.14 0.03 0.14 -méditerranéens méditerranéen nom m p 0.45 0.27 0.45 0.07 -médites méditer ver 5.49 14.86 0.31 0.07 ind:pre:2s; -méditez méditer ver 5.49 14.86 0.56 0.27 imp:pre:2p;ind:pre:2p; -méditiez méditer ver 5.49 14.86 0.02 0.00 ind:imp:2p; -méditons méditer ver 5.49 14.86 0.07 0.00 imp:pre:1p;ind:pre:1p; -méditèrent méditer ver 5.49 14.86 0.01 0.07 ind:pas:3p; -médité méditer ver m s 5.49 14.86 0.67 1.35 par:pas; -méditée méditer ver f s 5.49 14.86 0.01 0.27 par:pas; -méditées méditer ver f p 5.49 14.86 0.00 0.14 par:pas; -médités méditer ver m p 5.49 14.86 0.00 0.14 par:pas; -médium médium nom m s 6.07 1.82 4.97 1.08 -médiumnique médiumnique adj s 0.21 0.14 0.11 0.14 -médiumniques médiumnique adj p 0.21 0.14 0.10 0.00 -médiumnité médiumnité nom f s 0.03 0.00 0.03 0.00 -médiums médium nom m p 6.07 1.82 1.10 0.74 -médius médius nom m 0.16 1.69 0.16 1.69 -médiéval médiéval adj m s 1.66 4.26 0.70 1.15 -médiévale médiéval adj f s 1.66 4.26 0.50 1.62 -médiévales médiéval adj f p 1.66 4.26 0.42 0.88 -médiévaux médiéval adj m p 1.66 4.26 0.04 0.61 -médiéviste médiéviste nom s 0.00 0.20 0.00 0.07 -médiévistes médiéviste nom p 0.00 0.20 0.00 0.14 -médoc médoc nom m s 1.48 1.35 0.19 0.14 -médocs médoc nom m p 1.48 1.35 1.29 1.22 -mudéjar mudéjar adj m s 0.10 0.20 0.10 0.14 -mudéjare mudéjar adj f s 0.10 0.20 0.00 0.07 -médulla médulla nom f s 0.01 0.00 0.01 0.00 -médullaire médullaire adj s 0.07 0.00 0.07 0.00 -médusa méduser ver 0.48 1.96 0.10 0.14 ind:pas:3s; -médusait méduser ver 0.48 1.96 0.00 0.14 ind:imp:3s; -médusant méduser ver 0.48 1.96 0.00 0.07 par:pre; -méduse méduse nom f s 1.50 3.92 0.66 1.42 -médusent méduser ver 0.48 1.96 0.00 0.07 ind:pre:3p; -méduser méduser ver 0.48 1.96 0.01 0.00 inf; -méduses méduse nom f p 1.50 3.92 0.84 2.50 -médusé méduser ver m s 0.48 1.96 0.15 0.47 par:pas; -médusée méduser ver f s 0.48 1.96 0.00 0.41 par:pas; -médusées médusé adj f p 0.02 1.96 0.00 0.14 -médusés méduser ver m p 0.48 1.96 0.21 0.61 par:pas; -mue muer ver 1.63 7.03 0.26 0.88 ind:pre:1s;ind:pre:3s; -muent muer ver 1.63 7.03 0.16 0.20 ind:pre:3p; -muer muer ver 1.63 7.03 0.65 0.95 inf; -muera muer ver 1.63 7.03 0.02 0.00 ind:fut:3s; -mueront muer ver 1.63 7.03 0.00 0.07 ind:fut:3p; -mues muer ver 1.63 7.03 0.02 0.07 ind:pre:2s;sub:pre:2s; -muesli muesli nom m s 0.06 0.00 0.06 0.00 -muet muet adj m s 14.23 45.74 8.69 16.55 -muets muet adj m p 14.23 45.74 2.43 6.01 -muette muet adj f s 14.23 45.74 2.68 19.12 -muettement muettement adv 0.00 0.68 0.00 0.68 -muettes muet adj f p 14.23 45.74 0.43 4.05 -muezzin muezzin nom m s 0.14 0.61 0.14 0.41 -muezzins muezzin nom m p 0.14 0.61 0.00 0.20 -méfait méfait nom m s 1.85 2.64 0.46 0.74 -méfaits méfait nom m p 1.85 2.64 1.39 1.89 -muffin muffin nom m s 2.96 0.34 1.30 0.00 -muffins muffin nom m p 2.96 0.34 1.65 0.34 -méfiaient méfier ver 26.68 35.95 0.03 0.88 ind:imp:3p; -méfiais méfier ver 26.68 35.95 0.29 1.42 ind:imp:1s;ind:imp:2s; -méfiait méfier ver 26.68 35.95 0.16 4.05 ind:imp:3s; -méfiance méfiance nom f s 2.21 19.46 2.18 18.99 -méfiances méfiance nom f p 2.21 19.46 0.02 0.47 -méfiant méfiant adj m s 3.64 9.93 2.07 5.14 -méfiante méfiant adj f s 3.64 9.93 1.12 2.36 -méfiantes méfiant adj f p 3.64 9.93 0.01 0.47 -méfiants méfiant adj m p 3.64 9.93 0.44 1.96 -méfie méfier ver 26.68 35.95 10.95 8.24 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:1s;sub:pre:3s; -méfient méfier ver 26.68 35.95 1.31 1.15 ind:pre:3p; -méfier méfier ver 26.68 35.95 7.18 13.11 inf; -méfiera méfier ver 26.68 35.95 0.15 0.07 ind:fut:3s; -méfierai méfier ver 26.68 35.95 0.26 0.14 ind:fut:1s; -méfierais méfier ver 26.68 35.95 0.36 0.41 cnd:pre:1s; -méfierait méfier ver 26.68 35.95 0.30 0.07 cnd:pre:3s; -méfieront méfier ver 26.68 35.95 0.19 0.00 ind:fut:3p; -méfies méfier ver 26.68 35.95 0.61 0.20 ind:pre:2s; -méfiez méfier ver 26.68 35.95 3.63 2.70 imp:pre:2p;ind:pre:2p; -méfiions méfier ver 26.68 35.95 0.00 0.14 ind:imp:1p; -méfions méfier ver 26.68 35.95 0.73 0.34 imp:pre:1p;ind:pre:1p; -méfièrent méfier ver 26.68 35.95 0.02 0.07 ind:pas:3p; -méfié méfier ver m s 26.68 35.95 0.22 1.22 par:pas; -méfiée méfier ver f s 26.68 35.95 0.19 0.41 par:pas; -méfiés méfier ver m p 26.68 35.95 0.01 0.68 par:pas; -mufle mufle nom m s 1.70 6.89 1.56 6.08 -muflerie muflerie nom f s 0.12 1.01 0.12 0.81 -mufleries muflerie nom f p 0.12 1.01 0.00 0.20 -mufles mufle nom m p 1.70 6.89 0.14 0.81 -muflier muflier nom m s 0.68 0.07 0.68 0.00 -mufliers muflier nom m p 0.68 0.07 0.00 0.07 -muflée muflée nom f s 0.01 0.20 0.01 0.20 -méforme méforme nom f s 0.02 0.00 0.02 0.00 -mufti mufti nom m s 0.26 0.41 0.25 0.14 -muftis mufti nom m p 0.26 0.41 0.01 0.27 -méga méga adj s 4.75 0.81 4.75 0.81 -mégacôlon mégacôlon nom m s 0.01 0.00 0.01 0.00 -mégahertz mégahertz nom m 0.05 0.00 0.05 0.00 -mégajoules mégajoule nom m p 0.02 0.00 0.02 0.00 -mégalithe mégalithe nom m s 0.01 0.14 0.01 0.14 -mégalithique mégalithique adj f s 0.00 0.14 0.00 0.14 -mégalo mégalo adj m s 0.34 0.00 0.32 0.00 -mégalomane mégalomane adj s 0.42 0.47 0.41 0.34 -mégalomanes mégalomane adj m p 0.42 0.47 0.01 0.14 -mégalomaniaque mégalomaniaque adj s 0.01 0.14 0.01 0.14 -mégalomanie mégalomanie nom f s 0.25 0.61 0.25 0.61 -mégalopole mégalopole nom f s 0.02 0.00 0.02 0.00 -mégalos mégalo nom p 0.03 0.20 0.03 0.00 -mégalosaure mégalosaure nom m s 0.01 0.00 0.01 0.00 -mégaphone mégaphone nom m s 0.89 0.61 0.58 0.54 -mégaphones mégaphone nom m p 0.89 0.61 0.30 0.07 -mégapole mégapole nom f s 0.01 0.27 0.01 0.27 -mégaron mégaron nom m s 0.00 0.14 0.00 0.14 -mégathériums mégathérium nom m p 0.00 0.07 0.00 0.07 -mégatonne mégatonne nom f s 0.39 0.14 0.04 0.00 -mégatonnes mégatonne nom f p 0.39 0.14 0.35 0.14 -mégawatts mégawatt nom m p 0.00 0.07 0.00 0.07 -muges muge nom m p 0.00 0.07 0.00 0.07 -mugi mugir ver m s 0.33 2.84 0.01 0.20 par:pas; -mugir mugir ver 0.33 2.84 0.04 0.95 inf; -mugis mugir ver 0.33 2.84 0.00 0.07 ind:pre:2s; -mugissaient mugir ver 0.33 2.84 0.00 0.07 ind:imp:3p; -mugissait mugir ver 0.33 2.84 0.00 0.34 ind:imp:3s; -mugissant mugissant adj m s 0.20 0.54 0.10 0.20 -mugissante mugissant adj f s 0.20 0.54 0.10 0.14 -mugissantes mugissant adj f p 0.20 0.54 0.00 0.14 -mugissants mugissant adj m p 0.20 0.54 0.00 0.07 -mugissement mugissement nom m s 0.09 2.97 0.04 1.76 -mugissements mugissement nom m p 0.09 2.97 0.04 1.22 -mugissent mugir ver 0.33 2.84 0.01 0.14 ind:pre:3p; -mégisserie mégisserie nom f s 0.00 0.47 0.00 0.47 -mégissiers mégissier nom m p 0.00 0.07 0.00 0.07 -mugit mugir ver 0.33 2.84 0.26 0.88 ind:pre:3s;ind:pas:3s; -mégot mégot nom m s 2.66 17.30 1.20 9.53 -mégotage mégotage nom m s 0.01 0.20 0.01 0.14 -mégotages mégotage nom m p 0.01 0.20 0.00 0.07 -mégotaient mégoter ver 0.43 0.47 0.00 0.07 ind:imp:3p; -mégotait mégoter ver 0.43 0.47 0.00 0.07 ind:imp:3s; -mégote mégoter ver 0.43 0.47 0.02 0.14 ind:pre:3s; -mégoter mégoter ver 0.43 0.47 0.41 0.14 inf; -mégots mégot nom m p 2.66 17.30 1.46 7.77 -mégoté mégoter ver m s 0.43 0.47 0.00 0.07 par:pas; -mégère mégère nom f s 1.01 0.81 0.83 0.54 -mégères mégère nom f p 1.01 0.81 0.18 0.27 -muguet muguet nom m s 0.40 3.92 0.38 3.85 -muguets muguet nom m p 0.40 3.92 0.02 0.07 -muguette mugueter ver 0.00 0.07 0.00 0.07 imp:pre:2s; -méhari méhari nom m s 0.14 0.41 0.14 0.41 -méhariste méhariste nom s 0.01 0.27 0.00 0.07 -méharistes méhariste nom p 0.01 0.27 0.01 0.20 -muids muid nom m p 0.00 0.14 0.00 0.14 -méiose méiose nom f s 0.04 0.00 0.04 0.00 -méjugement méjugement nom m s 0.00 0.07 0.00 0.07 -méjugez méjuger ver 0.05 0.07 0.03 0.00 imp:pre:2p;ind:pre:2p; -méjugé méjuger ver m s 0.05 0.07 0.01 0.00 par:pas; -méjugés méjuger ver m p 0.05 0.07 0.01 0.07 par:pas; -mêla mêler ver 53.84 112.64 0.04 2.50 ind:pas:3s; -mêlai mêler ver 53.84 112.64 0.00 0.54 ind:pas:1s; -mêlaient mêler ver 53.84 112.64 0.07 11.15 ind:imp:3p; -mêlais mêler ver 53.84 112.64 0.21 0.61 ind:imp:1s;ind:imp:2s; -mêlait mêler ver 53.84 112.64 0.14 13.31 ind:imp:3s; -mélancolie mélancolie nom f s 2.60 21.01 2.60 20.68 -mélancolies mélancolie nom f p 2.60 21.01 0.00 0.34 -mélancolieux mélancolieux adj m 0.00 0.07 0.00 0.07 -mélancolique mélancolique adj s 4.41 16.62 4.10 13.45 -mélancoliquement mélancoliquement adv 0.00 1.82 0.00 1.82 -mélancoliques mélancolique adj p 4.41 16.62 0.31 3.18 -mélancoliser mélancoliser ver 0.00 0.07 0.00 0.07 inf; -mélange mélange nom m s 9.90 31.01 9.56 28.58 -mélangea mélanger ver 14.36 22.84 0.01 0.61 ind:pas:3s; -mélangeaient mélanger ver 14.36 22.84 0.01 1.76 ind:imp:3p; -mélangeais mélanger ver 14.36 22.84 0.04 0.20 ind:imp:1s;ind:imp:2s; -mélangeait mélanger ver 14.36 22.84 0.10 2.50 ind:imp:3s; -mélangeant mélanger ver 14.36 22.84 0.27 1.96 par:pre; -mélangent mélanger ver 14.36 22.84 0.95 1.28 ind:pre:3p; -mélangeons mélanger ver 14.36 22.84 0.31 0.20 imp:pre:1p;ind:pre:1p; -mélanger mélanger ver 14.36 22.84 4.46 3.18 inf;; -mélangera mélanger ver 14.36 22.84 0.17 0.07 ind:fut:3s; -mélangerai mélanger ver 14.36 22.84 0.01 0.00 ind:fut:1s; -mélangeraient mélanger ver 14.36 22.84 0.00 0.07 cnd:pre:3p; -mélanges mélanger ver 14.36 22.84 0.88 0.47 ind:pre:2s;sub:pre:2s; -mélangeur mélangeur nom m s 0.05 0.20 0.05 0.14 -mélangeurs mélangeur nom m p 0.05 0.20 0.00 0.07 -mélangez mélanger ver 14.36 22.84 0.94 0.34 imp:pre:2p;ind:pre:2p; -mélangions mélanger ver 14.36 22.84 0.00 0.14 ind:imp:1p; -mélangèrent mélanger ver 14.36 22.84 0.00 0.20 ind:pas:3p; -mélangé mélanger ver m s 14.36 22.84 2.08 2.50 par:pas; -mélangée mélanger ver f s 14.36 22.84 0.24 1.42 par:pas; -mélangées mélangé adj f p 1.22 2.97 0.31 0.74 -mélangés mélanger ver m p 14.36 22.84 0.51 1.08 par:pas; -mélanine mélanine nom f s 0.04 0.00 0.04 0.00 -mélanome mélanome nom m s 0.52 0.00 0.42 0.00 -mélanomes mélanome nom m p 0.52 0.00 0.09 0.00 -mêlant mêler ver 53.84 112.64 0.70 4.86 par:pre; -mélanésiennes mélanésien adj f p 0.01 0.00 0.01 0.00 -mulard mulard adj m s 0.01 0.00 0.01 0.00 -mélasse mélasse nom f s 1.31 1.42 1.31 1.42 -mêlasse mêler ver 53.84 112.64 0.00 0.07 sub:imp:1s; -mélatonine mélatonine nom f s 0.11 0.00 0.11 0.00 -mêle_tout mêle_tout nom m 0.01 0.00 0.01 0.00 -mêle mêler ver 53.84 112.64 18.97 11.01 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:1s;sub:pre:3s; -mule mule nom f s 9.62 8.99 7.29 4.26 -mêlent mêler ver 53.84 112.64 1.77 6.01 ind:pre:3p; -mêler mêler ver 53.84 112.64 11.24 17.23 inf;; -mêlera mêler ver 53.84 112.64 0.41 0.14 ind:fut:3s; -mêlerai mêler ver 53.84 112.64 0.30 0.20 ind:fut:1s; -mêleraient mêler ver 53.84 112.64 0.02 0.07 cnd:pre:3p; -mêlerais mêler ver 53.84 112.64 0.15 0.07 cnd:pre:1s;cnd:pre:2s; -mêlerait mêler ver 53.84 112.64 0.16 0.07 cnd:pre:3s; -mêleront mêler ver 53.84 112.64 0.31 0.14 ind:fut:3p; -mêles mêler ver 53.84 112.64 3.03 0.68 ind:pre:2s; -mules mule nom f p 9.62 8.99 2.33 4.73 -mulet mulet nom m s 3.67 7.43 3.19 2.77 -muleta muleta nom f s 0.15 0.27 0.15 0.27 -muletier muletier adj m s 0.05 0.41 0.05 0.27 -muletiers muletier nom m p 0.37 0.27 0.32 0.27 -muletière muletier adj f s 0.05 0.41 0.00 0.14 -mulets mulet nom m p 3.67 7.43 0.49 4.66 -mulettes mulette nom f p 0.01 0.00 0.01 0.00 -mêlez mêler ver 53.84 112.64 4.26 0.88 imp:pre:2p;ind:pre:2p; -mulhousien mulhousien adj m s 0.00 0.07 0.00 0.07 -méli_mélo méli_mélo nom m s 0.39 0.81 0.39 0.68 -mêliez mêler ver 53.84 112.64 0.11 0.14 ind:imp:2p; -mélilot mélilot nom m s 0.00 0.07 0.00 0.07 -mélinite mélinite nom f s 0.00 0.14 0.00 0.14 -mêlions mêler ver 53.84 112.64 0.01 0.07 ind:imp:1p; -méli_mélo méli_mélo nom m p 0.39 0.81 0.00 0.14 -mélisse mélisse nom f s 0.00 0.34 0.00 0.34 -mullah mullah nom m s 0.05 0.00 0.05 0.00 -mélo mélo nom m s 0.89 1.08 0.84 0.95 -mélodie mélodie nom f s 4.08 7.77 3.61 5.95 -mélodies mélodie nom f p 4.08 7.77 0.47 1.82 -mélodieuse mélodieux adj f s 0.49 2.97 0.11 0.95 -mélodieusement mélodieusement adv 0.01 0.07 0.01 0.07 -mélodieuses mélodieux adj f p 0.49 2.97 0.01 0.14 -mélodieux mélodieux adj m 0.49 2.97 0.37 1.89 -mélodique mélodique adj s 0.06 0.47 0.03 0.34 -mélodiques mélodique adj p 0.06 0.47 0.03 0.14 -mélodramatique mélodramatique adj s 0.64 0.68 0.51 0.68 -mélodramatiques mélodramatique adj p 0.64 0.68 0.13 0.00 -mélodrame mélodrame nom m s 1.09 1.49 1.04 1.35 -mélodrames mélodrame nom m p 1.09 1.49 0.05 0.14 -mélomane mélomane adj m s 0.21 0.54 0.21 0.54 -mélomanes mélomane nom p 0.44 0.81 0.27 0.27 -mulon mulon nom m s 0.00 0.07 0.00 0.07 -mêlons mêler ver 53.84 112.64 0.19 0.20 imp:pre:1p;ind:pre:1p; -mélopée mélopée nom f s 0.02 3.51 0.01 2.84 -mélopées mélopée nom f p 0.02 3.51 0.01 0.68 -mélos mélo nom m p 0.89 1.08 0.05 0.14 -mêlât mêler ver 53.84 112.64 0.00 0.47 sub:imp:3s; -mulot mulot nom m s 0.06 1.55 0.04 0.88 -mulâtre mulâtre nom m s 0.77 1.08 0.50 0.74 -mulâtres mulâtre nom m p 0.77 1.08 0.27 0.34 -mulâtresse mulâtresse nom f s 0.14 0.34 0.01 0.20 -mulâtresses mulâtresse nom f p 0.14 0.34 0.14 0.14 -mulots mulot nom m p 0.06 1.55 0.01 0.68 -mêlèrent mêler ver 53.84 112.64 0.01 1.22 ind:pas:3p; -mélèze mélèze nom m s 0.04 1.08 0.03 0.41 -mélèzes mélèze nom m p 0.04 1.08 0.01 0.68 -multi_tâches multi_tâches adj f s 0.05 0.00 0.05 0.00 -multi multi adv 2.37 0.61 2.37 0.61 -multicellulaire multicellulaire adj s 0.02 0.00 0.02 0.00 -multicolore multicolore adj s 0.42 13.72 0.19 3.04 -multicolores multicolore adj p 0.42 13.72 0.23 10.68 -multiconfessionnel multiconfessionnel adj m s 0.01 0.00 0.01 0.00 -multicouche multicouche adj m s 0.01 0.00 0.01 0.00 -multiculturalisme multiculturalisme nom m s 0.01 0.00 0.01 0.00 -multiculturel multiculturel adj m s 0.10 0.00 0.03 0.00 -multiculturelle multiculturel adj f s 0.10 0.00 0.07 0.00 -multidimensionnel multidimensionnel adj m s 0.12 0.00 0.04 0.00 -multidimensionnelle multidimensionnel adj f s 0.12 0.00 0.06 0.00 -multidimensionnels multidimensionnel adj m p 0.12 0.00 0.01 0.00 -multidisciplinaire multidisciplinaire adj s 0.01 0.07 0.01 0.07 -multifamilial multifamilial adj m s 0.01 0.00 0.01 0.00 -multifonction multifonction adj m s 0.04 0.00 0.04 0.00 -multifonctionnel multifonctionnel adj m s 0.01 0.00 0.01 0.00 -multifonctions multifonctions adj m s 0.14 0.00 0.14 0.00 -multiforme multiforme adj s 0.04 0.74 0.02 0.47 -multiformes multiforme adj f p 0.04 0.74 0.01 0.27 -multifréquences multifréquence adj m p 0.01 0.00 0.01 0.00 -multigrade multigrade adj f s 0.00 0.34 0.00 0.34 -multimilliardaire multimilliardaire adj f s 0.04 0.00 0.04 0.00 -multimilliardaire multimilliardaire nom s 0.04 0.00 0.04 0.00 -multimillionnaire multimillionnaire nom s 0.13 0.00 0.09 0.00 -multimillionnaires multimillionnaire nom p 0.13 0.00 0.04 0.00 -multimédia multimédia adj s 0.08 0.00 0.08 0.00 -multinational multinational adj m s 0.53 0.27 0.07 0.07 -multinationale multinationale nom f s 1.71 0.41 0.48 0.27 -multinationales multinationale nom f p 1.71 0.41 1.22 0.14 -multinationaux multinational adj m p 0.53 0.27 0.00 0.07 -multipare multipare nom f s 0.00 0.07 0.00 0.07 -multipartite multipartite adj s 0.10 0.00 0.10 0.00 -multiple multiple adj s 6.60 18.18 0.84 3.92 -multiples multiple adj p 6.60 18.18 5.76 14.26 -multiplex multiplex nom m 0.09 0.00 0.09 0.00 -multiplexe multiplexe nom m s 0.04 0.00 0.01 0.00 -multiplexer multiplexer ver 0.02 0.00 0.01 0.00 inf; -multiplexes multiplexe nom m p 0.04 0.00 0.03 0.00 -multiplexé multiplexer ver m s 0.02 0.00 0.01 0.00 par:pas; -multiplia multiplier ver 6.07 22.91 0.00 0.81 ind:pas:3s; -multipliai multiplier ver 6.07 22.91 0.00 0.20 ind:pas:1s; -multipliaient multiplier ver 6.07 22.91 0.07 2.91 ind:imp:3p; -multipliais multiplier ver 6.07 22.91 0.00 0.20 ind:imp:1s; -multipliait multiplier ver 6.07 22.91 0.07 2.50 ind:imp:3s; -multipliant multiplier ver 6.07 22.91 0.10 2.23 par:pre; -multiplicateur multiplicateur adj m s 0.04 0.00 0.04 0.00 -multiplication multiplication nom f s 0.54 2.36 0.28 2.03 -multiplications multiplication nom f p 0.54 2.36 0.26 0.34 -multiplicité multiplicité nom f s 0.18 1.55 0.17 1.49 -multiplicités multiplicité nom f p 0.18 1.55 0.01 0.07 -multiplie multiplier ver 6.07 22.91 1.06 2.43 imp:pre:2s;ind:pre:1s;ind:pre:3s; -multiplient multiplier ver 6.07 22.91 1.29 2.16 ind:pre:3p; -multiplier multiplier ver 6.07 22.91 1.39 3.51 inf; -multiplierai multiplier ver 6.07 22.91 0.00 0.07 ind:fut:1s; -multiplieraient multiplier ver 6.07 22.91 0.00 0.14 cnd:pre:3p; -multiplierait multiplier ver 6.07 22.91 0.00 0.07 cnd:pre:3s; -multiplierons multiplier ver 6.07 22.91 0.02 0.00 ind:fut:1p; -multiplieront multiplier ver 6.07 22.91 0.04 0.14 ind:fut:3p; -multiplies multiplier ver 6.07 22.91 0.14 0.07 ind:pre:2s; -multipliez multiplier ver 6.07 22.91 0.50 0.27 imp:pre:2p;ind:pre:2p; -multipliions multiplier ver 6.07 22.91 0.00 0.07 ind:imp:1p; -multipliât multiplier ver 6.07 22.91 0.00 0.14 sub:imp:3s; -multiplièrent multiplier ver 6.07 22.91 0.01 0.81 ind:pas:3p; -multiplié multiplier ver m s 6.07 22.91 0.75 1.76 par:pas; -multipliée multiplier ver f s 6.07 22.91 0.27 0.81 par:pas; -multipliées multiplier ver f p 6.07 22.91 0.20 0.88 par:pas; -multipliés multiplier ver m p 6.07 22.91 0.16 0.74 par:pas; -multipoints multipoints adj f s 0.01 0.00 0.01 0.00 -multiprise multiprise nom f s 0.03 0.14 0.03 0.14 -multipropriété multipropriété nom f s 0.23 0.00 0.23 0.00 -multiracial multiracial adj m s 0.14 0.00 0.02 0.00 -multiraciale multiracial adj f s 0.14 0.00 0.10 0.00 -multiraciaux multiracial adj m p 0.14 0.00 0.02 0.00 -multirisque multirisque adj f s 0.14 0.07 0.14 0.07 -multirécidiviste multirécidiviste nom s 0.05 0.00 0.05 0.00 -multiséculaires multiséculaire adj p 0.00 0.07 0.00 0.07 -multitâche multitâche adj m s 0.04 0.00 0.03 0.00 -multitâches multitâche nom m p 0.06 0.00 0.04 0.00 -multitude multitude nom f s 1.38 10.27 1.31 9.66 -multitudes multitude nom f p 1.38 10.27 0.07 0.61 -mêlé_cass mêlé_cass nom m 0.00 0.20 0.00 0.20 -mêlé_casse mêlé_casse nom m 0.00 0.14 0.00 0.14 -mêlé mêler ver m s 53.84 112.64 7.40 13.65 par:pas; -mêlécasse mêlécasse nom m s 0.00 0.07 0.00 0.07 -mêlée mêler ver f s 53.84 112.64 2.98 11.89 par:pas; -mêlées mêler ver f p 53.84 112.64 0.23 6.76 par:pas; -mêlés mêler ver m p 53.84 112.64 1.12 8.72 par:pas; -même même pro_ind s 43.18 55.74 43.18 55.74 -mêmement mêmement adv 0.10 0.34 0.10 0.34 -mémentos mémento nom m p 0.00 0.07 0.00 0.07 -mêmes mêmes pro_ind p 14.48 18.38 14.48 18.38 -mémo mémo nom m s 3.21 0.07 2.72 0.00 -mémoire mémoire nom s 60.87 110.88 56.60 105.74 -mémoires mémoire nom p 60.87 110.88 4.27 5.14 -mémorabilité mémorabilité nom f s 0.00 0.07 0.00 0.07 -mémorable mémorable adj s 2.23 5.34 2.04 4.26 -mémorables mémorable adj p 2.23 5.34 0.19 1.08 -mémorandum mémorandum nom m s 0.10 2.91 0.09 2.91 -mémorandums mémorandum nom m p 0.10 2.91 0.01 0.00 -mémorial mémorial nom m s 0.81 0.41 0.80 0.34 -mémorialiste mémorialiste nom s 0.00 0.54 0.00 0.34 -mémorialistes mémorialiste nom p 0.00 0.54 0.00 0.20 -mémoriaux mémorial nom m p 0.81 0.41 0.01 0.07 -mémoriel mémoriel adj m s 0.18 0.07 0.07 0.00 -mémorielle mémoriel adj f s 0.18 0.07 0.06 0.00 -mémoriels mémoriel adj m p 0.18 0.07 0.04 0.07 -mémorisables mémorisable adj m p 0.00 0.07 0.00 0.07 -mémorisaient mémoriser ver 2.57 0.41 0.00 0.07 ind:imp:3p; -mémorisait mémoriser ver 2.57 0.41 0.02 0.00 ind:imp:3s; -mémorisation mémorisation nom f s 0.02 0.00 0.02 0.00 -mémorise mémoriser ver 2.57 0.41 0.24 0.07 imp:pre:2s;ind:pre:1s;ind:pre:3s; -mémorisent mémoriser ver 2.57 0.41 0.03 0.00 ind:pre:3p; -mémoriser mémoriser ver 2.57 0.41 1.30 0.14 inf; -mémoriserai mémoriser ver 2.57 0.41 0.03 0.00 ind:fut:1s; -mémoriserais mémoriser ver 2.57 0.41 0.01 0.00 cnd:pre:1s; -mémorisez mémoriser ver 2.57 0.41 0.27 0.00 imp:pre:2p;ind:pre:2p; -mémorisiez mémoriser ver 2.57 0.41 0.02 0.00 ind:imp:2p; -mémorisé mémoriser ver m s 2.57 0.41 0.50 0.00 par:pas; -mémorisée mémoriser ver f s 2.57 0.41 0.08 0.00 par:pas; -mémorisées mémoriser ver f p 2.57 0.41 0.01 0.00 par:pas; -mémorisés mémoriser ver m p 2.57 0.41 0.07 0.14 par:pas; -mémos mémo nom m p 3.21 0.07 0.49 0.07 -mémère mémère nom f s 1.03 5.34 1.00 3.78 -mémères mémère nom f p 1.03 5.34 0.04 1.55 -mémé mémé nom f s 8.21 35.34 8.15 34.39 -mémés mémé nom f p 8.21 35.34 0.06 0.95 -ménade ménade nom f s 0.01 0.20 0.01 0.14 -ménades ménade nom f p 0.01 0.20 0.00 0.07 -ménage ménage nom m s 29.46 32.91 27.55 29.26 -ménagea ménager ver 5.12 23.65 0.01 0.41 ind:pas:3s; -ménageaient ménager ver 5.12 23.65 0.01 0.95 ind:imp:3p; -ménageais ménager ver 5.12 23.65 0.14 0.47 ind:imp:1s; -ménageait ménager ver 5.12 23.65 0.13 1.82 ind:imp:3s; -ménageant ménager ver 5.12 23.65 0.14 1.62 par:pre; -ménagement ménagement nom m s 0.45 5.20 0.42 3.11 -ménagements ménagement nom m p 0.45 5.20 0.03 2.09 -ménagent ménager ver 5.12 23.65 0.16 0.54 ind:pre:3p; -ménageât ménager ver 5.12 23.65 0.00 0.34 sub:imp:3s; -ménager ménager ver 5.12 23.65 1.73 8.45 inf;; -ménagera ménager ver 5.12 23.65 0.01 0.14 ind:fut:3s; -ménagerai ménager ver 5.12 23.65 0.01 0.07 ind:fut:1s; -ménagerait ménager ver 5.12 23.65 0.00 0.27 cnd:pre:3s; -ménageras ménager ver 5.12 23.65 0.01 0.00 ind:fut:2s; -ménagerie ménagerie nom f s 0.56 2.23 0.54 2.09 -ménageries ménagerie nom f p 0.56 2.23 0.02 0.14 -ménagers ménager adj m p 2.87 9.12 1.11 1.76 -ménages ménage nom m p 29.46 32.91 1.91 3.65 -ménagez ménager ver 5.12 23.65 0.83 0.41 imp:pre:2p;ind:pre:2p; -ménagiez ménager ver 5.12 23.65 0.01 0.07 ind:imp:2p; -ménagions ménager ver 5.12 23.65 0.00 0.07 ind:imp:1p; -ménagère ménager nom f s 2.57 8.72 1.57 4.05 -ménagèrent ménager ver 5.12 23.65 0.00 0.14 ind:pas:3p; -ménagères ménager nom f p 2.57 8.72 0.95 4.53 -ménagé ménager ver m s 5.12 23.65 0.43 2.91 par:pas; -ménagée ménager ver f s 5.12 23.65 0.02 1.49 par:pas; -ménagées ménager ver f p 5.12 23.65 0.00 0.47 par:pas; -ménagés ménager ver m p 5.12 23.65 0.01 0.41 par:pas; -ménesse ménesse nom f s 0.00 0.07 0.00 0.07 -ménestrel ménestrel nom m s 0.43 0.14 0.28 0.00 -ménestrels ménestrel nom m p 0.43 0.14 0.14 0.14 -mungo mungo nom m s 0.02 0.00 0.02 0.00 -muni munir ver m s 2.06 14.53 1.14 6.62 par:pas; -munich munich nom s 0.00 0.07 0.00 0.07 -munichois munichois adj m p 0.10 0.14 0.10 0.07 -munichoise munichois adj f s 0.10 0.14 0.00 0.07 -municipal municipal adj m s 9.92 14.53 6.25 7.03 -municipale municipal adj f s 9.92 14.53 1.66 3.18 -municipales municipal adj f p 9.92 14.53 0.54 1.22 -municipalité municipalité nom f s 1.79 3.58 1.77 2.57 -municipalités municipalité nom f p 1.79 3.58 0.03 1.01 -municipaux municipal adj m p 9.92 14.53 1.47 3.11 -municipe municipe nom m s 0.00 0.27 0.00 0.20 -municipes municipe nom m p 0.00 0.27 0.00 0.07 -munie munir ver f s 2.06 14.53 0.29 3.78 par:pas; -munies munir ver f p 2.06 14.53 0.14 1.01 par:pas; -munificence munificence nom f s 0.14 1.01 0.00 0.81 -munificences munificence nom f p 0.14 1.01 0.14 0.20 -munificente munificent adj f s 0.00 0.14 0.00 0.07 -munificents munificent adj m p 0.00 0.14 0.00 0.07 -méninges méninge nom f p 1.08 2.70 1.08 2.70 -méningiome méningiome nom m s 0.01 0.00 0.01 0.00 -méningite méningite nom f s 0.99 0.81 0.96 0.81 -méningites méningite nom f p 0.99 0.81 0.03 0.00 -méningocoque méningocoque nom m s 0.01 0.00 0.01 0.00 -méningée méningé adj f s 0.04 0.07 0.04 0.07 -munir munir ver 2.06 14.53 0.24 0.88 inf; -munis munir ver m p 2.06 14.53 0.25 1.69 imp:pre:2s;ind:pre:1s;par:pas; -ménisque ménisque nom m s 0.39 0.41 0.28 0.27 -ménisques ménisque nom m p 0.39 0.41 0.10 0.14 -munissaient munir ver 2.06 14.53 0.00 0.07 ind:imp:3p; -munissait munir ver 2.06 14.53 0.00 0.14 ind:imp:3s; -munissant munir ver 2.06 14.53 0.00 0.07 par:pre; -munissent munir ver 2.06 14.53 0.00 0.07 ind:pre:3p; -munit munir ver 2.06 14.53 0.01 0.20 ind:pre:3s;ind:pas:3s; -munition munition nom f s 14.68 8.45 0.28 0.07 -munitions munition nom f p 14.68 8.45 14.40 8.38 -ménopause ménopause nom f s 0.83 1.01 0.83 1.01 -ménopausé ménopausé adj m s 0.15 0.14 0.01 0.00 -ménopausée ménopausé adj f s 0.15 0.14 0.10 0.14 -ménopausées ménopausé adj f p 0.15 0.14 0.04 0.00 -munster munster nom m s 0.05 0.20 0.05 0.20 -muon muon nom m s 0.01 0.00 0.01 0.00 -méphistophélique méphistophélique adj s 0.01 0.41 0.01 0.27 -méphistophéliques méphistophélique adj p 0.01 0.41 0.00 0.14 -méphitique méphitique adj f s 0.06 0.68 0.04 0.27 -méphitiques méphitique adj p 0.06 0.68 0.01 0.41 -muphti muphti nom m s 0.00 0.07 0.00 0.07 -méplat méplat nom m s 0.00 0.88 0.00 0.27 -méplats méplat nom m p 0.00 0.88 0.00 0.61 -méprît méprendre ver 4.70 6.15 0.00 0.07 sub:imp:3s; -méprenais méprendre ver 4.70 6.15 0.00 0.07 ind:imp:1s; -méprenait méprendre ver 4.70 6.15 0.00 0.14 ind:imp:3s; -méprenant méprendre ver 4.70 6.15 0.00 0.41 par:pre; -méprend méprendre ver 4.70 6.15 0.08 0.34 ind:pre:3s; -méprendre méprendre ver 4.70 6.15 0.27 2.09 inf; -méprendriez méprendre ver 4.70 6.15 0.00 0.07 cnd:pre:2p; -méprends méprendre ver 4.70 6.15 1.15 0.41 imp:pre:2s;ind:pre:1s;ind:pre:2s; -méprenez méprendre ver 4.70 6.15 2.51 0.27 imp:pre:2p;ind:pre:2p; -mépreniez méprendre ver 4.70 6.15 0.04 0.00 ind:imp:2p; -méprenne méprendre ver 4.70 6.15 0.04 0.27 sub:pre:3s; -méprennent méprendre ver 4.70 6.15 0.09 0.00 ind:pre:3p; -mépris mépris nom m 7.39 36.55 7.39 36.55 -méprisa mépriser ver 15.05 27.57 0.20 0.27 ind:pas:3s; -méprisable méprisable adj s 1.91 2.84 1.41 2.09 -méprisables méprisable adj p 1.91 2.84 0.50 0.74 -méprisai mépriser ver 15.05 27.57 0.00 0.14 ind:pas:1s; -méprisaient mépriser ver 15.05 27.57 0.23 1.22 ind:imp:3p; -méprisais mépriser ver 15.05 27.57 0.13 1.28 ind:imp:1s;ind:imp:2s; -méprisait mépriser ver 15.05 27.57 0.39 5.27 ind:imp:3s; -méprisamment méprisamment adv 0.01 0.00 0.01 0.00 -méprisant méprisant adj m s 0.63 9.86 0.40 4.80 -méprisante méprisant adj f s 0.63 9.86 0.19 3.65 -méprisantes méprisant adj f p 0.63 9.86 0.02 0.20 -méprisants méprisant adj m p 0.63 9.86 0.02 1.22 -méprise mépriser ver 15.05 27.57 6.43 4.19 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:1s; -méprisent mépriser ver 15.05 27.57 0.73 1.15 ind:pre:3p; -mépriser mépriser ver 15.05 27.57 1.76 4.93 inf; -méprisera mépriser ver 15.05 27.57 0.42 0.07 ind:fut:3s; -mépriserai mépriser ver 15.05 27.57 0.04 0.00 ind:fut:1s; -mépriseraient mépriser ver 15.05 27.57 0.01 0.00 cnd:pre:3p; -mépriserais mépriser ver 15.05 27.57 0.05 0.14 cnd:pre:1s;cnd:pre:2s; -mépriserait mépriser ver 15.05 27.57 0.02 0.20 cnd:pre:3s; -mépriseras mépriser ver 15.05 27.57 0.01 0.07 ind:fut:2s; -mépriseriez mépriser ver 15.05 27.57 0.10 0.07 cnd:pre:2p; -méprises mépriser ver 15.05 27.57 1.50 0.61 ind:pre:2s; -méprisez mépriser ver 15.05 27.57 0.79 0.34 imp:pre:2p;ind:pre:2p; -méprisiez mépriser ver 15.05 27.57 0.04 0.00 ind:imp:2p; -méprisions mépriser ver 15.05 27.57 0.01 0.47 ind:imp:1p;sub:pre:1p; -méprisons mépriser ver 15.05 27.57 0.29 0.14 imp:pre:1p;ind:pre:1p; -méprisé mépriser ver m s 15.05 27.57 0.85 2.77 par:pas; -méprisée mépriser ver f s 15.05 27.57 0.19 0.81 par:pas; -méprisées mépriser ver f p 15.05 27.57 0.30 0.47 par:pas; -méprisés mépriser ver m p 15.05 27.57 0.21 0.68 par:pas; -méprit méprendre ver 4.70 6.15 0.00 0.68 ind:pas:3s; -muqueuse muqueux nom f s 0.11 1.82 0.11 0.61 -muqueuses muqueuse nom f p 0.19 0.00 0.19 0.00 -muqueux muqueux adj m s 0.19 0.47 0.15 0.07 -mur mur nom m s 88.93 317.77 58.90 172.57 -mura murer ver 1.39 6.96 0.11 0.20 ind:pas:3s; -murage murage nom m s 0.01 0.00 0.01 0.00 -muraient murer ver 1.39 6.96 0.00 0.07 ind:imp:3p; -muraille muraille nom f s 2.61 20.88 1.28 11.01 -murailles muraille nom f p 2.61 20.88 1.32 9.86 -murait murer ver 1.39 6.96 0.00 0.34 ind:imp:3s; -mural mural adj m s 0.35 3.24 0.08 1.76 -murale mural adj f s 0.35 3.24 0.20 1.01 -murales mural adj f p 0.35 3.24 0.05 0.47 -murant murer ver 1.39 6.96 0.00 0.14 par:pre; -muraux mural adj m p 0.35 3.24 0.02 0.00 -mure murer ver 1.39 6.96 0.26 0.07 imp:pre:2s;ind:pre:3s; -murent mouvoir ver 1.75 13.18 0.00 0.07 ind:pas:3p; -murer murer ver 1.39 6.96 0.05 1.28 inf; -murerait murer ver 1.39 6.96 0.00 0.07 cnd:pre:3s; -mures murer ver 1.39 6.96 0.01 0.00 ind:pre:2s; -muret muret nom m s 0.28 3.24 0.28 2.64 -muretin muretin nom m s 0.00 0.27 0.00 0.07 -muretins muretin nom m p 0.00 0.27 0.00 0.20 -murets muret nom m p 0.28 3.24 0.00 0.61 -murette murette nom f s 0.00 4.26 0.00 3.31 -murettes murette nom f p 0.00 4.26 0.00 0.95 -murex murex nom m 0.00 0.07 0.00 0.07 -murez murer ver 1.39 6.96 0.00 0.07 imp:pre:2p; -muriatique muriatique adj m s 0.01 0.07 0.01 0.07 -méridien méridien nom m s 0.25 0.95 0.22 0.47 -méridienne méridien adj f s 0.09 0.54 0.04 0.14 -méridiennes méridien adj f p 0.09 0.54 0.00 0.07 -méridiens méridien nom m p 0.25 0.95 0.01 0.14 -méridional méridional adj m s 1.00 2.43 0.32 1.15 -méridionale méridional adj f s 1.00 2.43 0.46 0.88 -méridionales méridional adj f p 1.00 2.43 0.11 0.34 -méridionaux méridional nom m p 0.78 0.47 0.55 0.07 -muridés muridé nom m p 0.02 0.00 0.02 0.00 -murin murin nom m s 0.01 0.00 0.01 0.00 -mérinos mérinos nom m 0.01 0.27 0.01 0.27 -mérita mériter ver 97.06 54.53 0.00 0.14 ind:pas:3s; -méritaient mériter ver 97.06 54.53 1.18 2.30 ind:imp:3p; -méritais mériter ver 97.06 54.53 2.12 1.76 ind:imp:1s;ind:imp:2s; -méritait mériter ver 97.06 54.53 6.08 9.93 ind:imp:3s; -méritant méritant adj m s 0.85 1.89 0.51 0.61 -méritante méritant adj f s 0.85 1.89 0.10 0.34 -méritantes méritant adj f p 0.85 1.89 0.04 0.41 -méritants méritant adj m p 0.85 1.89 0.21 0.54 -méritassent mériter ver 97.06 54.53 0.00 0.07 sub:imp:3p; -mérite mériter ver 97.06 54.53 39.92 13.78 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:1s;sub:pre:3s; -méritent mériter ver 97.06 54.53 6.62 2.64 ind:pre:3p; -mériter mériter ver 97.06 54.53 6.73 6.42 inf; -méritera mériter ver 97.06 54.53 0.11 0.07 ind:fut:3s; -mériterai mériter ver 97.06 54.53 0.02 0.07 ind:fut:1s; -mériteraient mériter ver 97.06 54.53 0.31 0.47 cnd:pre:3p; -mériterais mériter ver 97.06 54.53 1.15 0.54 cnd:pre:1s;cnd:pre:2s; -mériterait mériter ver 97.06 54.53 1.29 1.82 cnd:pre:3s; -mériteras mériter ver 97.06 54.53 0.04 0.14 ind:fut:2s; -mériteriez mériter ver 97.06 54.53 0.31 0.20 cnd:pre:2p; -mériteront mériter ver 97.06 54.53 0.06 0.00 ind:fut:3p; -mérites mériter ver 97.06 54.53 11.08 1.15 ind:pre:2s;sub:pre:2s; -méritez mériter ver 97.06 54.53 5.25 1.01 imp:pre:2p;ind:pre:2p; -méritiez mériter ver 97.06 54.53 0.36 0.34 ind:imp:2p; -méritions mériter ver 97.06 54.53 0.04 0.20 ind:imp:1p; -méritocratie méritocratie nom f s 0.01 0.00 0.01 0.00 -méritoire méritoire adj s 0.47 2.09 0.36 1.62 -méritoires méritoire adj p 0.47 2.09 0.11 0.47 -méritons mériter ver 97.06 54.53 1.16 0.20 imp:pre:1p;ind:pre:1p; -méritât mériter ver 97.06 54.53 0.00 0.20 sub:imp:3s; -mérité mériter ver m s 97.06 54.53 11.34 8.31 par:pas; -méritée mériter ver f s 97.06 54.53 1.43 1.42 par:pas; -méritées mériter ver f p 97.06 54.53 0.28 0.47 par:pas; -mérités mériter ver m p 97.06 54.53 0.05 0.47 par:pas; -murmel murmel nom m s 0.00 0.07 0.00 0.07 -murmura murmurer ver 7.27 123.58 0.80 58.31 ind:pas:3s; -murmurai murmurer ver 7.27 123.58 0.12 3.31 ind:pas:1s; -murmuraient murmurer ver 7.27 123.58 0.35 1.55 ind:imp:3p; -murmurais murmurer ver 7.27 123.58 0.03 0.95 ind:imp:1s;ind:imp:2s; -murmurait murmurer ver 7.27 123.58 0.55 12.50 ind:imp:3s; -murmurant murmurer ver 7.27 123.58 0.38 7.64 par:pre; -murmurante murmurant adj f s 0.14 1.22 0.14 0.41 -murmurantes murmurant adj f p 0.14 1.22 0.00 0.14 -murmurants murmurant adj m p 0.14 1.22 0.00 0.14 -murmuras murmurer ver 7.27 123.58 0.00 0.07 ind:pas:2s; -murmure murmurer ver 7.27 123.58 2.29 14.86 imp:pre:2s;ind:pre:1s;ind:pre:3s; -murmurent murmurer ver 7.27 123.58 0.58 0.81 ind:pre:3p; -murmurer murmurer ver 7.27 123.58 1.17 10.14 inf; -murmurera murmurer ver 7.27 123.58 0.01 0.07 ind:fut:3s; -murmureraient murmurer ver 7.27 123.58 0.00 0.07 cnd:pre:3p; -murmurerait murmurer ver 7.27 123.58 0.01 0.27 cnd:pre:3s; -murmureront murmurer ver 7.27 123.58 0.01 0.00 ind:fut:3p; -murmures murmure nom m p 3.40 31.62 1.78 6.49 -murmurez murmurer ver 7.27 123.58 0.12 0.14 imp:pre:2p;ind:pre:2p; -murmurions murmurer ver 7.27 123.58 0.01 0.14 ind:imp:1p; -murmurèrent murmurer ver 7.27 123.58 0.10 0.34 ind:pas:3p; -murmuré murmurer ver m s 7.27 123.58 0.63 10.81 par:pas; -murmurée murmurer ver f s 7.27 123.58 0.00 0.27 par:pas; -murmurées murmurer ver f p 7.27 123.58 0.01 0.81 par:pas; -murmurés murmurer ver m p 7.27 123.58 0.00 0.47 par:pas; -mérou mérou nom m s 0.99 0.14 0.99 0.14 -mérovingien mérovingien adj m s 0.00 0.41 0.00 0.07 -mérovingienne mérovingien adj f s 0.00 0.41 0.00 0.14 -mérovingiennes mérovingien adj f p 0.00 0.41 0.00 0.20 -murs mur nom m p 88.93 317.77 30.04 145.20 -murène murène nom f s 0.56 0.47 0.41 0.20 -murènes murène nom f p 0.56 0.47 0.14 0.27 -murèrent murer ver 1.39 6.96 0.00 0.07 ind:pas:3p; -muré murer ver m s 1.39 6.96 0.38 1.96 par:pas; -murée murer ver f s 1.39 6.96 0.56 1.42 par:pas; -murées murer ver f p 1.39 6.96 0.00 0.61 par:pas; -murés murer ver m p 1.39 6.96 0.02 0.68 par:pas; -mus mu adj m p 0.18 0.00 0.18 0.00 -musa muser ver 0.44 0.74 0.00 0.07 ind:pas:3s; -musagètes musagète adj m p 0.00 0.07 0.00 0.07 -musait muser ver 0.44 0.74 0.00 0.14 ind:imp:3s; -mésalliance mésalliance nom f s 0.05 0.54 0.05 0.47 -mésalliances mésalliance nom f p 0.05 0.54 0.00 0.07 -mésallieras mésallier ver 0.00 0.27 0.00 0.14 ind:fut:2s; -mésallies mésallier ver 0.00 0.27 0.00 0.07 ind:pre:2s; -mésalliés mésallier ver m p 0.00 0.27 0.00 0.07 par:pas; -mésange mésange nom f s 0.42 7.64 0.19 6.89 -mésanges mésange nom f p 0.42 7.64 0.23 0.74 -musant muser ver 0.44 0.74 0.00 0.14 par:pre; -musaraigne musaraigne nom f s 0.07 0.61 0.05 0.47 -musaraignes musaraigne nom f p 0.07 0.61 0.02 0.14 -musard musard adj m s 0.00 0.20 0.00 0.14 -musarda musarder ver 0.03 1.42 0.00 0.07 ind:pas:3s; -musardaient musarder ver 0.03 1.42 0.00 0.14 ind:imp:3p; -musardait musarder ver 0.03 1.42 0.00 0.34 ind:imp:3s; -musardant musarder ver 0.03 1.42 0.00 0.07 par:pre; -musarde musarder ver 0.03 1.42 0.00 0.20 ind:pre:3s; -musarder musarder ver 0.03 1.42 0.03 0.54 inf; -musardez musarder ver 0.03 1.42 0.00 0.07 imp:pre:2p; -musardise musardise nom f s 0.00 0.07 0.00 0.07 -musards musard adj m p 0.00 0.20 0.00 0.07 -mésaventure mésaventure nom f s 0.78 4.26 0.58 3.31 -mésaventures mésaventure nom f p 0.78 4.26 0.20 0.95 -musc musc nom m s 0.28 0.81 0.28 0.81 -muscade muscade nom f s 0.52 1.15 0.52 1.15 -muscadelle muscadelle nom f s 0.00 0.07 0.00 0.07 -muscadet muscadet nom m s 0.30 1.69 0.30 1.69 -muscadin muscadin nom m s 0.00 0.07 0.00 0.07 -muscadine muscadine nom f s 0.00 0.07 0.00 0.07 -muscat muscat nom m s 0.36 1.28 0.36 1.15 -muscats muscat nom m p 0.36 1.28 0.00 0.14 -musclant muscler ver 1.46 2.50 0.01 0.00 par:pre; -muscle muscle nom m s 15.61 34.53 3.86 3.92 -musclent muscler ver 1.46 2.50 0.01 0.14 ind:pre:3p; -muscler muscler ver 1.46 2.50 0.52 0.27 inf; -muscles muscle nom m p 15.61 34.53 11.75 30.61 -musclé musclé adj m s 2.60 7.03 1.52 2.50 -musclée musclé adj f s 2.60 7.03 0.17 1.28 -musclées musclé adj f p 2.60 7.03 0.14 1.28 -musclés musclé adj m p 2.60 7.03 0.76 1.96 -muscovite muscovite nom f s 0.01 0.00 0.01 0.00 -musculaire musculaire adj s 2.55 2.77 1.66 1.82 -musculaires musculaire adj p 2.55 2.77 0.90 0.95 -musculation musculation nom f s 0.48 0.20 0.48 0.20 -musculature musculature nom f s 0.36 1.89 0.36 1.89 -musculeuse musculeux adj f s 0.03 2.30 0.00 0.81 -musculeuses musculeux adj f p 0.03 2.30 0.00 0.41 -musculeux musculeux adj m 0.03 2.30 0.03 1.08 -muse muse nom f s 2.42 1.35 1.82 0.81 -museau museau nom m s 1.86 12.64 1.60 11.76 -museaux museau nom m p 1.86 12.64 0.26 0.88 -muselait museler ver 0.40 1.01 0.00 0.07 ind:imp:3s; -muselant museler ver 0.40 1.01 0.01 0.07 par:pre; -museler museler ver 0.40 1.01 0.19 0.34 inf; -muselière muselière nom f s 0.74 0.81 0.62 0.74 -muselières muselière nom f p 0.74 0.81 0.12 0.07 -muselle museler ver 0.40 1.01 0.01 0.07 imp:pre:2s;ind:pre:3s; -musellerait museler ver 0.40 1.01 0.00 0.07 cnd:pre:3s; -muselons museler ver 0.40 1.01 0.01 0.00 imp:pre:1p; -muselé museler ver m s 0.40 1.01 0.15 0.07 par:pas; -muselée museler ver f s 0.40 1.01 0.01 0.07 par:pas; -muselées museler ver f p 0.40 1.01 0.00 0.07 par:pas; -muselés museler ver m p 0.40 1.01 0.02 0.20 par:pas; -mésencéphale mésencéphale nom m s 0.04 0.00 0.04 0.00 -mésentente mésentente nom f s 0.11 0.61 0.08 0.34 -mésententes mésentente nom f p 0.11 0.61 0.03 0.27 -mésentère mésentère nom m s 0.01 0.00 0.01 0.00 -mésentérique mésentérique adj s 0.11 0.00 0.11 0.00 -muser muser ver 0.44 0.74 0.10 0.07 inf; -muserolle muserolle nom f s 0.00 0.07 0.00 0.07 -muses muse nom f p 2.42 1.35 0.60 0.54 -mésestimant mésestimer ver 0.10 0.20 0.00 0.07 par:pre; -mésestime mésestimer ver 0.10 0.20 0.03 0.00 imp:pre:2s;ind:pre:1s; -mésestimer mésestimer ver 0.10 0.20 0.00 0.07 inf; -mésestimez mésestimer ver 0.10 0.20 0.02 0.07 imp:pre:2p;ind:pre:2p; -mésestimé mésestimer ver m s 0.10 0.20 0.05 0.00 par:pas; -musette musette nom f s 0.77 18.45 0.75 13.78 -musettes_repa musettes_repa nom f p 0.00 0.07 0.00 0.07 -musettes musette nom f p 0.77 18.45 0.02 4.66 -music_hall music_hall nom m s 1.85 4.32 1.70 3.78 -music_hall music_hall nom m p 1.85 4.32 0.13 0.54 -music_hall music_hall nom m s 1.85 4.32 0.02 0.00 -musical musical adj m s 24.76 10.54 17.50 3.45 -musicale musical adj f s 24.76 10.54 4.88 4.19 -musicalement musicalement adv 0.30 0.27 0.30 0.27 -musicales musical adj f p 24.76 10.54 1.63 1.96 -musicalité musicalité nom f s 0.14 0.47 0.14 0.47 -musicaux musical adj m p 24.76 10.54 0.75 0.95 -musicien musicien nom m s 12.90 16.08 4.78 5.88 -musicienne musicien nom f s 12.90 16.08 0.79 0.14 -musiciennes musicienne nom f p 0.40 0.00 0.40 0.00 -musiciens musicien nom m p 12.90 16.08 7.31 9.86 -musico musico adv 0.00 0.68 0.00 0.68 -musicographes musicographe nom p 0.00 0.07 0.00 0.07 -musicologie musicologie nom f s 0.03 0.00 0.03 0.00 -musicologique musicologique adj m s 0.02 0.00 0.02 0.00 -musicologue musicologue nom s 0.01 0.34 0.01 0.07 -musicologues musicologue nom p 0.01 0.34 0.00 0.27 -musicothérapie musicothérapie nom f s 0.01 0.00 0.01 0.00 -mésintelligence mésintelligence nom f s 0.00 0.07 0.00 0.07 -mésinterpréter mésinterpréter ver 0.00 0.14 0.00 0.14 inf; -musiquait musiquer ver 0.27 0.34 0.00 0.07 ind:imp:3s; -musique musique nom f s 169.80 114.32 168.89 109.80 -musiquer musiquer ver 0.27 0.34 0.00 0.14 inf; -musiques musique nom f p 169.80 114.32 0.91 4.53 -musiquette musiquette nom f s 0.00 0.47 0.00 0.34 -musiquettes musiquette nom f p 0.00 0.47 0.00 0.14 -muskogee muskogee nom s 0.01 0.00 0.01 0.00 -mésodermiques mésodermique adj p 0.01 0.00 0.01 0.00 -musoir musoir nom m s 0.00 0.07 0.00 0.07 -mésomorphe mésomorphe adj m s 0.02 0.00 0.02 0.00 -mésomorphique mésomorphique adj s 0.01 0.00 0.01 0.00 -méson méson nom m s 0.04 0.00 0.03 0.00 -mésons méson nom m p 0.04 0.00 0.01 0.00 -mésopotamien mésopotamien adj m s 0.05 0.00 0.04 0.00 -mésopotamienne mésopotamienne nom f s 0.00 0.07 0.00 0.07 -mésopotamiens mésopotamien nom m p 0.03 0.00 0.03 0.00 -mésosphère mésosphère nom f s 0.02 0.00 0.02 0.00 -mésozoïque mésozoïque adj f s 0.04 0.00 0.04 0.00 -musqué musqué adj m s 0.18 1.49 0.14 0.41 -musquée musqué adj f s 0.18 1.49 0.01 0.68 -musquées musqué adj f p 0.18 1.49 0.00 0.14 -musqués musqué adj m p 0.18 1.49 0.04 0.27 -mussais musser ver 0.00 0.41 0.00 0.07 ind:imp:1s; -musse musser ver 0.00 0.41 0.00 0.07 ind:pre:3s; -mussent musser ver 0.00 0.41 0.00 0.07 ind:pre:3p; -mussolinien mussolinien adj m s 0.00 0.41 0.00 0.14 -mussolinienne mussolinien adj f s 0.00 0.41 0.00 0.14 -mussoliniens mussolinien adj m p 0.00 0.41 0.00 0.14 -mussée musser ver f s 0.00 0.41 0.00 0.07 par:pas; -mussés musser ver m p 0.00 0.41 0.00 0.14 par:pas; -must must nom m 3.98 0.54 3.98 0.54 -mustang mustang nom m s 0.75 0.14 0.32 0.07 -mustangs mustang nom m p 0.75 0.14 0.43 0.07 -mustélidés mustélidé nom m p 0.00 0.07 0.00 0.07 -musée musée nom m s 20.70 28.38 18.59 21.55 -musées musée nom m p 20.70 28.38 2.11 6.82 -musulman musulman adj m s 5.84 7.09 2.00 2.09 -musulmane musulman adj f s 5.84 7.09 1.84 2.09 -musulmanes musulman adj f p 5.84 7.09 0.54 0.81 -musulmans musulman nom m p 6.22 6.22 4.00 3.92 -muséologie muséologie nom f s 0.01 0.00 0.01 0.00 -muséologique muséologique adj f s 0.01 0.00 0.01 0.00 -muséologue muséologue nom s 0.01 0.00 0.01 0.00 -mésusage mésusage nom m s 0.00 0.07 0.00 0.07 -mésuser mésuser ver 0.00 0.07 0.00 0.07 inf; -muséum muséum nom m s 0.24 0.20 0.24 0.20 -méta méta nom m s 0.14 0.14 0.14 0.14 -mutabilité mutabilité nom f s 0.03 0.00 0.03 0.00 -mutable mutable adj s 0.03 0.00 0.02 0.00 -mutables mutable adj p 0.03 0.00 0.01 0.00 -métabolique métabolique adj s 0.28 0.00 0.28 0.00 -métaboliser métaboliser ver 0.02 0.00 0.02 0.00 inf; -métabolisme métabolisme nom m s 1.27 0.20 1.22 0.20 -métabolismes métabolisme nom m p 1.27 0.20 0.05 0.00 -métabolite métabolite nom m s 0.07 0.00 0.07 0.00 -métacarpe métacarpe nom m s 0.13 0.00 0.13 0.00 -métacarpien métacarpien nom m s 0.04 0.00 0.03 0.00 -métacarpiens métacarpien nom m p 0.04 0.00 0.01 0.00 -mutagène mutagène adj m s 0.02 0.00 0.02 0.00 -métairie métairie nom f s 0.00 1.15 0.00 0.74 -métairies métairie nom f p 0.00 1.15 0.00 0.41 -métal métal nom m s 14.36 44.73 12.16 41.82 -métallique métallique adj s 3.34 23.78 2.60 16.49 -métalliques métallique adj p 3.34 23.78 0.74 7.30 -métallisation métallisation nom f s 0.01 0.00 0.01 0.00 -métallise métalliser ver 0.62 1.15 0.00 0.07 ind:pre:3s; -métallisent métalliser ver 0.62 1.15 0.00 0.07 ind:pre:3p; -métallisé métalliser ver m s 0.62 1.15 0.48 0.68 par:pas; -métallisée métalliser ver f s 0.62 1.15 0.12 0.20 par:pas; -métallisées métalliser ver f p 0.62 1.15 0.00 0.07 par:pas; -métallisés métalliser ver m p 0.62 1.15 0.01 0.07 par:pas; -métallo métallo nom m s 0.02 1.08 0.02 0.47 -métallographie métallographie nom f s 0.04 0.00 0.04 0.00 -métallos métallo nom m p 0.02 1.08 0.00 0.61 -métallurgie métallurgie nom f s 0.16 0.47 0.16 0.47 -métallurgique métallurgique adj s 0.07 0.54 0.07 0.47 -métallurgiques métallurgique adj f p 0.07 0.54 0.00 0.07 -métallurgiste métallurgiste nom m s 0.27 0.34 0.23 0.07 -métallurgistes métallurgiste nom m p 0.27 0.34 0.04 0.27 -métamorphique métamorphique adj f s 0.01 0.00 0.01 0.00 -métamorphosa métamorphoser ver 0.94 9.26 0.02 0.20 ind:pas:3s; -métamorphosaient métamorphoser ver 0.94 9.26 0.00 0.27 ind:imp:3p; -métamorphosait métamorphoser ver 0.94 9.26 0.00 1.49 ind:imp:3s; -métamorphosant métamorphoser ver 0.94 9.26 0.10 0.27 par:pre; -métamorphose métamorphose nom f s 1.59 11.22 1.22 9.12 -métamorphosent métamorphoser ver 0.94 9.26 0.00 0.20 ind:pre:3p; -métamorphoser métamorphoser ver 0.94 9.26 0.37 1.69 inf; -métamorphoseraient métamorphoser ver 0.94 9.26 0.00 0.07 cnd:pre:3p; -métamorphoserait métamorphoser ver 0.94 9.26 0.00 0.07 cnd:pre:3s; -métamorphoses métamorphose nom f p 1.59 11.22 0.37 2.09 -métamorphosez métamorphoser ver 0.94 9.26 0.00 0.07 ind:pre:2p; -métamorphosions métamorphoser ver 0.94 9.26 0.00 0.07 ind:imp:1p; -métamorphosât métamorphoser ver 0.94 9.26 0.00 0.07 sub:imp:3s; -métamorphosèrent métamorphoser ver 0.94 9.26 0.01 0.00 ind:pas:3p; -métamorphosé métamorphoser ver m s 0.94 9.26 0.22 1.96 par:pas; -métamorphosée métamorphoser ver f s 0.94 9.26 0.11 1.08 par:pas; -métamorphosées métamorphoser ver f p 0.94 9.26 0.00 0.14 par:pas; -métamorphosés métamorphoser ver m p 0.94 9.26 0.01 0.47 par:pas; -mutant mutant nom m s 4.67 0.81 1.93 0.27 -mutante mutant adj f s 2.02 0.07 0.98 0.00 -mutantes mutant adj f p 2.02 0.07 0.10 0.00 -mutants mutant nom m p 4.67 0.81 2.46 0.54 -métaphase métaphase nom f s 0.01 0.00 0.01 0.00 -métaphore métaphore nom f s 4.71 3.31 4.04 1.89 -métaphores métaphore nom f p 4.71 3.31 0.67 1.42 -métaphorique métaphorique adj s 0.27 0.20 0.26 0.20 -métaphoriquement métaphoriquement adv 0.51 0.07 0.51 0.07 -métaphoriques métaphorique adj p 0.27 0.20 0.01 0.00 -métaphysicien métaphysicien nom m s 0.03 0.47 0.02 0.14 -métaphysicienne métaphysicien nom f s 0.03 0.47 0.00 0.07 -métaphysiciens métaphysicien nom m p 0.03 0.47 0.01 0.27 -métaphysique métaphysique adj s 0.91 6.35 0.64 4.12 -métaphysiquement métaphysiquement adv 0.01 0.14 0.01 0.14 -métaphysiques métaphysique adj p 0.91 6.35 0.27 2.23 -métapsychique métapsychique adj s 0.11 0.00 0.11 0.00 -métapsychologie métapsychologie nom f s 0.01 0.07 0.01 0.07 -métapsychologique métapsychologique adj s 0.00 0.07 0.00 0.07 -métastase métastase nom f s 0.28 0.27 0.08 0.20 -métastases métastase nom f p 0.28 0.27 0.20 0.07 -métastasé métastaser ver m s 0.10 0.07 0.10 0.07 par:pas; -métastatique métastatique adj s 0.08 0.00 0.08 0.00 -métatarses métatarse nom m p 0.01 0.00 0.01 0.00 -métatarsienne métatarsien adj f s 0.03 0.00 0.03 0.00 -mutation mutation nom f s 5.53 4.32 4.67 3.18 -mutations mutation nom f p 5.53 4.32 0.85 1.15 -mutatis_mutandis mutatis_mutandis adv 0.00 0.07 0.00 0.07 -métaux métal nom m p 14.36 44.73 2.19 2.91 -métayage métayage nom m s 0.01 0.07 0.01 0.07 -métayer métayer nom m s 0.23 1.49 0.11 0.81 -métayers métayer nom m p 0.23 1.49 0.12 0.68 -métazoaires métazoaire nom m p 0.00 0.07 0.00 0.07 -mute muter ver 7.04 2.09 0.24 0.14 ind:pre:1s;ind:pre:3s; -métempsychose métempsychose nom f s 0.00 0.07 0.00 0.07 -métempsycose métempsycose nom f s 0.14 0.27 0.14 0.27 -mutent muter ver 7.04 2.09 0.08 0.00 ind:pre:3p; -muter muter ver 7.04 2.09 1.88 0.47 inf; -mutera muter ver 7.04 2.09 0.01 0.00 ind:fut:3s; -muterai muter ver 7.04 2.09 0.34 0.00 ind:fut:1s; -muteront muter ver 7.04 2.09 0.01 0.00 ind:fut:3p; -méthacrylate méthacrylate nom m s 0.01 0.00 0.01 0.00 -méthadone méthadone nom f s 0.73 0.00 0.73 0.00 -méthanal méthanal nom m s 0.01 0.00 0.01 0.00 -méthane méthane nom m s 0.70 0.20 0.70 0.20 -méthanol méthanol nom m s 0.13 0.00 0.13 0.00 -méthode méthode nom f s 24.87 24.86 13.83 16.42 -méthodes méthode nom f p 24.87 24.86 11.04 8.45 -méthodique méthodique adj s 0.67 3.18 0.60 2.84 -méthodiquement méthodiquement adv 0.09 4.26 0.09 4.26 -méthodiques méthodique adj p 0.67 3.18 0.07 0.34 -méthodisme méthodisme nom m s 0.00 0.14 0.00 0.14 -méthodiste méthodiste adj s 0.20 0.20 0.15 0.14 -méthodistes méthodiste nom p 0.28 0.07 0.18 0.07 -méthodologie méthodologie nom f s 0.27 0.00 0.27 0.00 -méthodologique méthodologique adj f s 0.02 0.07 0.02 0.07 -méthédrine méthédrine nom f s 0.09 0.00 0.09 0.00 -méthyle méthyle nom m s 0.05 0.00 0.05 0.00 -méthylique méthylique adj s 0.01 0.00 0.01 0.00 -méthylène méthylène nom m s 0.05 0.34 0.05 0.34 -méticuleuse méticuleux adj f s 2.40 6.28 0.52 1.82 -méticuleusement méticuleusement adv 0.37 2.57 0.37 2.57 -méticuleuses méticuleux adj f p 2.40 6.28 0.09 0.34 -méticuleux méticuleux adj m 2.40 6.28 1.79 4.12 -méticulosité méticulosité nom f s 0.00 0.34 0.00 0.34 -métier métier nom m s 55.03 84.53 53.22 75.54 -métiers métier nom m p 55.03 84.53 1.81 8.99 -mutila mutiler ver 2.36 4.39 0.01 0.20 ind:pas:3s; -mutilais mutiler ver 2.36 4.39 0.01 0.00 ind:imp:2s; -mutilait mutiler ver 2.36 4.39 0.02 0.27 ind:imp:3s; -mutilant mutiler ver 2.36 4.39 0.14 0.07 par:pre; -mutilante mutilant adj f s 0.00 0.20 0.00 0.14 -mutilateur mutilateur adj m s 0.03 0.00 0.03 0.00 -mutilation mutilation nom f s 2.02 2.57 1.13 1.82 -mutilations mutilation nom f p 2.02 2.57 0.89 0.74 -mutile mutiler ver 2.36 4.39 0.17 0.41 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -mutilent mutiler ver 2.36 4.39 0.08 0.07 ind:pre:3p; -mutiler mutiler ver 2.36 4.39 0.67 0.81 inf; -mutilera mutiler ver 2.36 4.39 0.00 0.07 ind:fut:3s; -mutileraient mutiler ver 2.36 4.39 0.01 0.07 cnd:pre:3p; -mutilé mutilé adj m s 2.21 6.15 1.22 1.76 -mutilée mutiler ver f s 2.36 4.39 0.40 0.68 par:pas; -mutilées mutilé adj f p 2.21 6.15 0.04 1.01 -mutilés mutilé adj m p 2.21 6.15 0.72 1.96 -mutin mutin adj m s 0.33 0.88 0.27 0.27 -mutina mutiner ver 0.85 0.47 0.03 0.07 ind:pas:3s; -mutinaient mutiner ver 0.85 0.47 0.03 0.07 ind:imp:3p; -mutine mutiner ver 0.85 0.47 0.04 0.07 ind:pre:3s; -mutinent mutiner ver 0.85 0.47 0.11 0.00 ind:pre:3p; -mutiner mutiner ver 0.85 0.47 0.18 0.14 inf; -mutinerie mutinerie nom f s 3.13 1.15 2.97 0.81 -mutineries mutinerie nom f p 3.13 1.15 0.16 0.34 -mutines mutin adj f p 0.33 0.88 0.01 0.07 -mutinez mutiner ver 0.85 0.47 0.01 0.00 ind:pre:2p; -métingue métingue nom m s 0.00 0.14 0.00 0.14 -mutins mutin nom m p 0.70 1.01 0.59 0.61 -mutiné mutiner ver m s 0.85 0.47 0.31 0.14 par:pas; -mutinée mutiner ver f s 0.85 0.47 0.10 0.00 par:pas; -mutinés mutiné adj m p 0.15 0.07 0.05 0.07 -mutique mutique adj m s 0.01 0.07 0.01 0.07 -métis métis nom m 1.91 2.97 1.91 2.97 -mutisme mutisme nom m s 0.97 6.89 0.97 6.82 -mutismes mutisme nom m p 0.97 6.89 0.00 0.07 -métissage métissage nom m s 0.23 1.15 0.23 0.88 -métissages métissage nom m p 0.23 1.15 0.00 0.27 -métisse métisse adj f s 0.23 0.54 0.19 0.34 -métisser métisser ver 0.40 0.34 0.00 0.07 inf; -métisses métisse adj f p 0.23 0.54 0.04 0.20 -métissez métisser ver 0.40 0.34 0.00 0.07 imp:pre:2p; -métissé métisser ver m s 0.40 0.34 0.39 0.14 par:pas; -métissée métisser ver f s 0.40 0.34 0.01 0.07 par:pas; -mutité mutité nom f s 0.00 0.20 0.00 0.20 -métonymie métonymie nom f s 0.00 0.07 0.00 0.07 -métopes métope nom f p 0.00 0.07 0.00 0.07 -mutât muter ver 7.04 2.09 0.00 0.07 sub:imp:3s; -métra métrer ver 0.16 0.61 0.04 0.00 ind:pas:3s; -métrage métrage nom m s 0.91 1.69 0.69 1.08 -métrages métrage nom m p 0.91 1.69 0.22 0.61 -métras métrer ver 0.16 0.61 0.01 0.00 ind:pas:2s; -métreur métreur nom m s 0.01 0.00 0.01 0.00 -métrique métrique adj s 0.24 0.27 0.24 0.27 -métriques métrique nom f p 0.04 0.07 0.01 0.00 -métrite métrite nom f s 0.00 0.14 0.00 0.07 -métrites métrite nom f p 0.00 0.14 0.00 0.07 -métro métro nom m s 18.17 41.35 17.66 40.00 -métronome métronome nom m s 0.16 1.35 0.15 1.28 -métronomes métronome nom m p 0.16 1.35 0.01 0.07 -métropole métropole nom f s 1.17 10.74 0.95 10.34 -métropoles métropole nom f p 1.17 10.74 0.22 0.41 -métropolitain métropolitain adj m s 0.23 3.92 0.07 1.96 -métropolitaine métropolitain adj f s 0.23 3.92 0.11 1.08 -métropolitaines métropolitain adj f p 0.23 3.92 0.03 0.41 -métropolitains métropolitain adj m p 0.23 3.92 0.02 0.47 -métropolite métropolite nom m s 0.00 0.47 0.00 0.47 -métros métro nom m p 18.17 41.35 0.51 1.35 -métèque métèque nom s 1.26 4.19 0.64 2.91 -métèques métèque nom p 1.26 4.19 0.61 1.28 -muté muter ver m s 7.04 2.09 3.59 1.08 par:pas; -mutualisme mutualisme nom m s 0.00 0.07 0.00 0.07 -mutualité mutualité nom f s 0.14 0.34 0.00 0.34 -mutualités mutualité nom f p 0.14 0.34 0.14 0.00 -mutée muter ver f s 7.04 2.09 0.42 0.00 par:pas; -mutuel mutuel adj m s 4.00 3.78 1.50 1.15 -mutuelle mutuel adj f s 4.00 3.78 1.88 2.23 -mutuellement mutuellement adv 3.40 4.59 3.40 4.59 -mutuelles mutuel adj f p 4.00 3.78 0.22 0.34 -mutuels mutuel adj m p 4.00 3.78 0.41 0.07 -mutées muter ver f p 7.04 2.09 0.05 0.00 par:pas; -météo météo nom f s 8.90 1.69 8.90 1.69 -météore météore nom m s 1.06 2.97 0.55 0.81 -météores météore nom m p 1.06 2.97 0.52 2.16 -météorique météorique adj s 0.05 0.14 0.05 0.14 -météoriquement météoriquement adv 0.01 0.07 0.01 0.07 -météorite météorite nom f s 4.87 0.61 2.05 0.47 -météorites météorite nom f p 4.87 0.61 2.82 0.14 -météoritique météoritique adj f s 0.01 0.07 0.01 0.07 -météorologie météorologie nom f s 0.13 1.08 0.13 1.08 -météorologique météorologique adj s 0.71 1.82 0.47 0.88 -météorologiques météorologique adj p 0.71 1.82 0.25 0.95 -météorologiste météorologiste nom s 0.05 0.07 0.05 0.07 -météorologue météorologue nom s 0.40 0.20 0.32 0.00 -météorologues météorologue nom p 0.40 0.20 0.08 0.20 -mutés muter ver m p 7.04 2.09 0.19 0.34 par:pas; -mué muer ver m s 1.63 7.03 0.32 1.62 par:pas; -muée muer ver f s 1.63 7.03 0.03 0.81 par:pas; -muées muer ver f p 1.63 7.03 0.00 0.07 par:pas; -mués muer ver m p 1.63 7.03 0.02 0.27 par:pas; -mévente mévente nom f s 0.00 0.27 0.00 0.27 -mézig mézig pro_per s 0.00 1.15 0.00 1.15 -mézigue mézigue pro_per s 0.02 2.84 0.02 2.84 -myasthénie myasthénie nom f s 0.12 0.00 0.12 0.00 -mycologie mycologie nom f s 0.00 0.07 0.00 0.07 -mycologue mycologue nom s 0.01 0.27 0.00 0.20 -mycologues mycologue nom p 0.01 0.27 0.01 0.07 -mycose mycose nom f s 0.73 0.00 0.73 0.00 -mycène mycène nom m s 0.04 0.00 0.04 0.00 -mycénien mycénien adj m s 0.01 0.14 0.01 0.00 -mycéniennes mycénien adj f p 0.01 0.14 0.00 0.07 -mycéniens mycénien adj m p 0.01 0.14 0.00 0.07 -mygale mygale nom f s 0.05 0.47 0.04 0.27 -mygales mygale nom f p 0.05 0.47 0.01 0.20 -mylord mylord nom m s 0.97 0.14 0.97 0.14 -myocarde myocarde nom m s 0.12 0.20 0.12 0.20 -myocardiopathie myocardiopathie nom f s 0.07 0.00 0.07 0.00 -myocardique myocardique adj f s 0.01 0.00 0.01 0.00 -myocardite myocardite nom f s 0.03 0.07 0.03 0.07 -myoclonie myoclonie nom f s 0.01 0.00 0.01 0.00 -myoglobine myoglobine nom f s 0.04 0.00 0.04 0.00 -myographe myographe nom m s 0.00 0.07 0.00 0.07 -myopathes myopathe nom p 0.02 0.00 0.02 0.00 -myopathie myopathie nom f s 0.03 0.07 0.03 0.07 -myopathique myopathique adj s 0.01 0.00 0.01 0.00 -myope myope adj s 1.76 4.05 1.71 3.24 -myopes myope adj m p 1.76 4.05 0.05 0.81 -myopie myopie nom f s 0.29 2.16 0.29 2.09 -myopies myopie nom f p 0.29 2.16 0.00 0.07 -myosine myosine nom f s 0.01 0.00 0.01 0.00 -myosis myosis nom m 0.04 0.00 0.04 0.00 -myosotis myosotis nom m 0.17 1.49 0.17 1.49 -myriade myriade nom f s 0.78 3.31 0.11 1.08 -myriades myriade nom f p 0.78 3.31 0.67 2.23 -myriophylle myriophylle nom f s 0.00 0.20 0.00 0.20 -myrmidon myrmidon nom m s 0.69 0.00 0.67 0.00 -myrmidons myrmidon nom m p 0.69 0.00 0.02 0.00 -myrrhe myrrhe nom f s 0.43 0.54 0.43 0.54 -myrte myrte nom m s 1.25 1.55 1.25 0.74 -myrtes myrte nom m p 1.25 1.55 0.00 0.81 -myrtille myrtille nom f s 3.43 2.16 1.71 0.34 -myrtilles myrtille nom f p 3.43 2.16 1.72 1.82 -mystagogie mystagogie nom f s 0.00 0.14 0.00 0.14 -mystagogique mystagogique adj f s 0.00 0.14 0.00 0.14 -mystagogue mystagogue nom m s 0.00 0.07 0.00 0.07 -myste myste nom m s 0.01 0.00 0.01 0.00 -mysticisme mysticisme nom m s 0.79 1.89 0.79 1.82 -mysticismes mysticisme nom m p 0.79 1.89 0.00 0.07 -mystificateur mystificateur nom m s 0.09 0.41 0.05 0.34 -mystificateurs mystificateur nom m p 0.09 0.41 0.02 0.07 -mystification mystification nom f s 0.40 1.49 0.16 1.28 -mystifications mystification nom f p 0.40 1.49 0.23 0.20 -mystificatrice mystificateur nom f s 0.09 0.41 0.02 0.00 -mystifie mystifier ver 0.28 1.01 0.10 0.00 ind:pre:3s; -mystifier mystifier ver 0.28 1.01 0.03 0.54 inf; -mystifié mystifier ver m s 0.28 1.01 0.13 0.20 par:pas; -mystifiée mystifier ver f s 0.28 1.01 0.01 0.14 par:pas; -mystifiées mystifier ver f p 0.28 1.01 0.00 0.07 par:pas; -mystifiés mystifier ver m p 0.28 1.01 0.01 0.07 par:pas; -mystique mystique adj s 3.31 8.85 2.75 6.82 -mystiquement mystiquement adv 0.04 0.20 0.04 0.20 -mystiques mystique adj p 3.31 8.85 0.57 2.03 -mystère mystère nom m s 28.03 51.01 22.90 39.53 -mystères mystère nom m p 28.03 51.01 5.13 11.49 -mystérieuse mystérieux adj f s 19.61 53.65 6.56 18.65 -mystérieusement mystérieusement adv 1.63 6.82 1.63 6.82 -mystérieuses mystérieux adj f p 19.61 53.65 1.21 7.64 -mystérieux mystérieux adj m 19.61 53.65 11.84 27.36 -mythe mythe nom m s 6.26 10.41 5.17 5.61 -mythes mythe nom m p 6.26 10.41 1.10 4.80 -mythifiait mythifier ver 0.00 0.14 0.00 0.07 ind:imp:3s; -mythifier mythifier ver 0.00 0.14 0.00 0.07 inf; -mythique mythique adj s 1.15 4.19 1.01 3.11 -mythiques mythique adj p 1.15 4.19 0.14 1.08 -mythisation mythisation nom f s 0.00 0.07 0.00 0.07 -mytho mytho adv 0.36 0.20 0.36 0.20 -mythologie mythologie nom f s 2.06 4.73 2.02 4.12 -mythologies mythologie nom f p 2.06 4.73 0.04 0.61 -mythologique mythologique adj s 0.81 2.03 0.66 1.62 -mythologiques mythologique adj p 0.81 2.03 0.16 0.41 -mythologisé mythologiser ver m s 0.00 0.07 0.00 0.07 par:pas; -mythologue mythologue nom s 0.00 0.14 0.00 0.07 -mythologues mythologue nom p 0.00 0.14 0.00 0.07 -mythomane mythomane adj s 0.43 0.68 0.42 0.68 -mythomanes mythomane adj f p 0.43 0.68 0.01 0.00 -mythomanie mythomanie nom f s 0.10 0.61 0.10 0.61 -myéline myéline nom f s 0.01 0.00 0.01 0.00 -myélite myélite nom f s 0.05 0.07 0.05 0.07 -myéloïde myéloïde adj f s 0.02 0.00 0.02 0.00 -myéloblaste myéloblaste nom m s 0.00 0.20 0.00 0.07 -myéloblastes myéloblaste nom m p 0.00 0.20 0.00 0.14 -myxoedémateuse myxoedémateux adj f s 0.00 0.07 0.00 0.07 -myxoedémateuse myxoedémateux nom f s 0.00 0.07 0.00 0.07 -myxomatose myxomatose nom f s 0.03 0.07 0.03 0.07 -n_ n_ pro_per 0.18 0.00 0.18 0.00 -n_est_ce_pas n_est_ce_pas adv 0.10 0.00 0.10 0.00 -n ne adv_sup 22287.83 13841.89 70.36 5.68 -nôtre nôtre pro_pos s 19.00 23.51 19.00 23.51 -nôtres nôtres pro_pos p 22.63 21.35 22.63 21.35 -na na ono 5.66 0.81 5.66 0.81 -naît naître ver 116.11 119.32 5.47 6.82 ind:pre:3s; -naîtra naître ver 116.11 119.32 1.55 0.54 ind:fut:3s; -naîtrai naître ver 116.11 119.32 0.02 0.00 ind:fut:1s; -naîtraient naître ver 116.11 119.32 0.17 0.07 cnd:pre:3p; -naîtrait naître ver 116.11 119.32 0.11 0.34 cnd:pre:3s; -naître naître ver 116.11 119.32 12.74 19.86 inf; -naîtrions naître ver 116.11 119.32 0.00 0.07 cnd:pre:1p; -naîtront naître ver 116.11 119.32 0.34 0.47 ind:fut:3p; -naïade naïade nom f s 0.04 0.54 0.03 0.14 -naïades naïade nom f p 0.04 0.54 0.01 0.41 -naïf naïf adj m s 7.91 21.62 4.22 9.59 -naïfs naïf adj m p 7.91 21.62 0.76 3.18 -naïve naïf adj f s 7.91 21.62 2.76 6.69 -naïvement naïvement adv 0.27 6.01 0.27 6.01 -naïves naïf adj f p 7.91 21.62 0.17 2.16 -naïveté naïveté nom f s 0.95 10.68 0.94 9.86 -naïvetés naïveté nom f p 0.95 10.68 0.01 0.81 -nabab nabab nom m s 0.72 0.68 0.55 0.54 -nababs nabab nom m p 0.72 0.68 0.18 0.14 -nabi nabi nom m s 0.28 0.00 0.28 0.00 -nable nable nom m s 0.02 0.00 0.02 0.00 -nabot nabot nom m s 2.10 2.09 2.01 1.49 -nabote nabot nom f s 2.10 2.09 0.00 0.14 -nabots nabot nom m p 2.10 2.09 0.08 0.47 -nacarat nacarat nom m s 0.00 0.20 0.00 0.20 -nacelle nacelle nom f s 1.24 3.04 1.04 2.36 -nacelles nacelle nom f p 1.24 3.04 0.20 0.68 -nacra nacrer ver 0.00 1.62 0.00 0.07 ind:pas:3s; -nacraient nacrer ver 0.00 1.62 0.00 0.07 ind:imp:3p; -nacre nacre nom f s 0.58 5.34 0.58 5.20 -nacres nacre nom f p 0.58 5.34 0.00 0.14 -nacré nacré adj m s 0.38 3.24 0.05 1.15 -nacrée nacré adj f s 0.38 3.24 0.01 0.74 -nacrées nacré adj f p 0.38 3.24 0.04 0.74 -nacrure nacrure nom f s 0.00 0.14 0.00 0.14 -nacrés nacré adj m p 0.38 3.24 0.28 0.61 -nada nada adv 2.63 0.41 2.63 0.41 -nadir nadir nom m s 0.01 0.20 0.01 0.20 -naevus naevus nom m 0.03 0.14 0.03 0.14 -naga naga nom m 0.05 0.00 0.05 0.00 -nage nage nom f s 5.42 6.28 5.37 6.22 -nagea nager ver 30.36 25.68 0.03 1.15 ind:pas:3s; -nageai nager ver 30.36 25.68 0.00 0.20 ind:pas:1s; -nageaient nager ver 30.36 25.68 0.08 1.82 ind:imp:3p; -nageais nager ver 30.36 25.68 0.57 0.74 ind:imp:1s;ind:imp:2s; -nageait nager ver 30.36 25.68 0.62 3.58 ind:imp:3s; -nageant nager ver 30.36 25.68 0.95 2.30 par:pre; -nageante nageant adj f s 0.03 0.07 0.00 0.07 -nagent nager ver 30.36 25.68 1.24 1.01 ind:pre:3p; -nageoire nageoire nom f s 1.10 2.30 0.53 0.34 -nageoires nageoire nom f p 1.10 2.30 0.57 1.96 -nageons nager ver 30.36 25.68 0.07 0.20 imp:pre:1p;ind:pre:1p; -nageât nager ver 30.36 25.68 0.00 0.07 sub:imp:3s; -nager nager ver 30.36 25.68 18.71 9.32 inf; -nagera nager ver 30.36 25.68 0.15 0.07 ind:fut:3s; -nagerai nager ver 30.36 25.68 0.22 0.00 ind:fut:1s; -nageraient nager ver 30.36 25.68 0.01 0.00 cnd:pre:3p; -nagerais nager ver 30.36 25.68 0.02 0.07 cnd:pre:1s; -nagerait nager ver 30.36 25.68 0.02 0.20 cnd:pre:3s; -nageras nager ver 30.36 25.68 0.03 0.07 ind:fut:2s; -nagerez nager ver 30.36 25.68 0.01 0.14 ind:fut:2p; -nagerons nager ver 30.36 25.68 0.03 0.00 ind:fut:1p; -nageront nager ver 30.36 25.68 0.01 0.00 ind:fut:3p; -nages nager ver 30.36 25.68 0.58 0.14 ind:pre:2s; -nageur nageur nom m s 2.65 4.59 1.43 3.24 -nageurs nageur nom m p 2.65 4.59 0.75 0.95 -nageuse nageur nom f s 2.65 4.59 0.47 0.41 -nageuses nageuse nom f p 0.07 0.00 0.07 0.00 -nagez nager ver 30.36 25.68 0.53 0.27 imp:pre:2p;ind:pre:2p; -nagiez nager ver 30.36 25.68 0.05 0.07 ind:imp:2p; -nagions nager ver 30.36 25.68 0.13 0.34 ind:imp:1p; -nagèrent nager ver 30.36 25.68 0.00 0.34 ind:pas:3p; -nagé nager ver m s 30.36 25.68 1.26 1.22 par:pas; -naguère naguère adv 1.16 23.72 1.16 23.72 -nain nain nom m s 13.87 8.99 9.08 6.69 -naine nain nom f s 13.87 8.99 0.63 0.61 -naines naine nom f p 0.03 0.00 0.03 0.00 -nains nain nom m p 13.87 8.99 4.17 1.62 -naira naira nom m s 0.03 0.00 0.03 0.00 -nais naître ver 116.11 119.32 0.57 0.27 ind:pre:1s;ind:pre:2s; -naissaient naître ver 116.11 119.32 0.16 3.85 ind:imp:3p; -naissain naissain nom m s 0.00 0.07 0.00 0.07 -naissais naître ver 116.11 119.32 0.01 0.07 ind:imp:1s; -naissait naître ver 116.11 119.32 0.24 7.57 ind:imp:3s; -naissance naissance nom f s 39.72 52.91 37.90 49.53 -naissances naissance nom f p 39.72 52.91 1.83 3.38 -naissant naître ver 116.11 119.32 0.42 0.88 par:pre; -naissante naissant adj f s 0.94 5.61 0.33 2.50 -naissantes naissant adj f p 0.94 5.61 0.34 0.68 -naissants naissant adj m p 0.94 5.61 0.01 0.27 -naisse naître ver 116.11 119.32 0.92 0.88 sub:pre:1s;sub:pre:3s; -naissent naître ver 116.11 119.32 3.82 3.58 ind:pre:3p; -naisses naître ver 116.11 119.32 0.03 0.14 sub:pre:2s; -naisseur naisseur adj m s 0.01 0.00 0.01 0.00 -naissez naître ver 116.11 119.32 0.06 0.00 imp:pre:2p;ind:pre:2p; -naissions naître ver 116.11 119.32 0.03 0.14 ind:imp:1p; -naissons naître ver 116.11 119.32 0.21 0.27 ind:pre:1p; -naja naja nom m s 0.02 0.41 0.02 0.34 -najas naja nom m p 0.02 0.41 0.00 0.07 -namibiens namibien nom m p 0.02 0.00 0.02 0.00 -nan nan nom m s 11.92 1.42 11.92 1.42 -nana nana nom f s 39.57 13.65 26.48 7.64 -nanan nanan nom m s 0.04 0.74 0.04 0.74 -nanar nanar nom m s 0.00 0.14 0.00 0.14 -nanard nanard nom m s 0.01 0.07 0.01 0.07 -nanas nana nom f p 39.57 13.65 13.09 6.01 -nancéiens nancéien adj m p 0.00 0.07 0.00 0.07 -nanisme nanisme nom m s 0.02 0.14 0.02 0.14 -nankin nankin nom m s 0.02 0.27 0.02 0.27 -nano nano adv 0.14 0.14 0.14 0.14 -nanomètre nanomètre nom m s 0.07 0.00 0.03 0.00 -nanomètres nanomètre nom m p 0.07 0.00 0.04 0.00 -nanoseconde nanoseconde nom f s 0.05 0.00 0.02 0.00 -nanosecondes nanoseconde nom f p 0.05 0.00 0.03 0.00 -nanotechnologie nanotechnologie nom f s 0.34 0.00 0.34 0.00 -nant nant nom m s 0.32 0.81 0.32 0.81 -nantais nantais adj m s 0.00 0.41 0.00 0.34 -nantaise nantaise nom f s 0.14 0.00 0.14 0.00 -nantaises nantais nom f p 0.00 0.34 0.00 0.07 -nanti nanti nom m s 0.44 1.62 0.17 0.14 -nantie nantir ver f s 0.11 1.96 0.05 0.61 par:pas; -nanties nantir ver f p 0.11 1.96 0.00 0.14 par:pas; -nantir nantir ver 0.11 1.96 0.01 0.20 inf; -nantis nanti nom m p 0.44 1.62 0.25 1.42 -nantissement nantissement nom m s 0.01 0.07 0.01 0.07 -nap nap adj m s 0.05 0.00 0.05 0.00 -napalm napalm nom m s 0.96 0.68 0.96 0.68 -napel napel nom m s 0.01 0.00 0.01 0.00 -naphtaline naphtaline nom f s 0.53 2.30 0.53 2.23 -naphtalines naphtaline nom f p 0.53 2.30 0.00 0.07 -naphtalène naphtalène nom m s 0.09 0.00 0.09 0.00 -naphte naphte nom m s 0.10 0.27 0.10 0.27 -napolitain napolitain adj m s 1.09 1.96 0.73 0.34 -napolitaine napolitain adj f s 1.09 1.96 0.21 0.74 -napolitaines napolitain adj f p 1.09 1.96 0.02 0.27 -napolitains napolitain nom m p 1.21 0.74 0.63 0.07 -napoléon napoléon nom m s 0.18 1.28 0.04 0.81 -napoléonien napoléonien adj m s 0.08 0.61 0.02 0.20 -napoléonienne napoléonien adj f s 0.08 0.61 0.01 0.20 -napoléoniennes napoléonien adj f p 0.08 0.61 0.04 0.14 -napoléoniens napoléonien adj m p 0.08 0.61 0.01 0.07 -napoléons napoléon nom m p 0.18 1.28 0.14 0.47 -nappa napper ver 0.31 1.49 0.22 0.20 ind:pas:3s; -nappage nappage nom m s 0.04 0.00 0.04 0.00 -nappaient napper ver 0.31 1.49 0.00 0.07 ind:imp:3p; -nappait napper ver 0.31 1.49 0.00 0.14 ind:imp:3s; -nappe nappe nom f s 4.34 25.68 3.01 18.18 -napper napper ver 0.31 1.49 0.01 0.07 inf; -napperon napperon nom m s 0.51 3.65 0.31 2.16 -napperons napperon nom m p 0.51 3.65 0.20 1.49 -nappes nappe nom f p 4.34 25.68 1.33 7.50 -nappé napper ver m s 0.31 1.49 0.04 0.41 par:pas; -nappée napper ver f s 0.31 1.49 0.01 0.20 par:pas; -nappées napper ver f p 0.31 1.49 0.01 0.20 par:pas; -nappés napper ver m p 0.31 1.49 0.02 0.14 par:pas; -naquît naître ver 116.11 119.32 0.00 0.20 sub:imp:3s; -naquirent naître ver 116.11 119.32 0.03 0.34 ind:pas:3p; -naquis naître ver 116.11 119.32 0.25 0.27 ind:pas:1s;ind:pas:2s; -naquisse naître ver 116.11 119.32 0.00 0.07 sub:imp:1s; -naquissent naître ver 116.11 119.32 0.00 0.07 sub:imp:3p; -naquit naître ver 116.11 119.32 1.40 3.18 ind:pas:3s; -narbonnais narbonnais adj m s 0.00 0.68 0.00 0.68 -narcisse narcisse nom m s 0.34 0.95 0.04 0.27 -narcisses narcisse nom m p 0.34 0.95 0.31 0.68 -narcissique narcissique adj s 1.16 0.88 0.88 0.61 -narcissiquement narcissiquement adv 0.00 0.07 0.00 0.07 -narcissiques narcissique adj p 1.16 0.88 0.27 0.27 -narcissisme narcissisme nom m s 1.18 1.15 1.18 1.15 -narcissiste narcissiste nom s 0.03 0.00 0.03 0.00 -narco_analyse narco_analyse nom f s 0.01 0.00 0.01 0.00 -narcolepsie narcolepsie nom f s 0.21 0.00 0.21 0.00 -narcoleptique narcoleptique adj s 0.14 0.00 0.14 0.00 -narcose narcose nom f s 0.00 0.14 0.00 0.14 -narcotique narcotique nom m s 1.28 0.47 0.32 0.34 -narcotiques narcotique nom m p 1.28 0.47 0.96 0.14 -narcotrafic narcotrafic nom m s 0.01 0.00 0.01 0.00 -narcotrafiquants narcotrafiquant nom m p 0.19 0.00 0.19 0.00 -nard nard nom m s 0.02 0.14 0.01 0.14 -nards nard nom m p 0.02 0.14 0.01 0.00 -narghileh narghileh nom m s 0.00 0.07 0.00 0.07 -narghilé narghilé nom m s 0.01 0.14 0.01 0.14 -nargua narguer ver 1.93 6.55 0.00 0.14 ind:pas:3s; -narguaient narguer ver 1.93 6.55 0.00 0.34 ind:imp:3p; -narguais narguer ver 1.93 6.55 0.02 0.07 ind:imp:2s; -narguait narguer ver 1.93 6.55 0.02 0.88 ind:imp:3s; -narguant narguer ver 1.93 6.55 0.04 0.47 par:pre; -nargue narguer ver 1.93 6.55 0.88 0.88 imp:pre:2s;ind:pre:1s;ind:pre:3s; -narguent narguer ver 1.93 6.55 0.48 0.20 ind:pre:3p; -narguer narguer ver 1.93 6.55 0.41 3.38 inf; -nargues narguer ver 1.93 6.55 0.01 0.00 ind:pre:2s; -narguez narguer ver 1.93 6.55 0.02 0.07 ind:pre:2p; -narguilé narguilé nom m s 0.08 1.01 0.07 0.81 -narguilés narguilé nom m p 0.08 1.01 0.01 0.20 -narguons narguer ver 1.93 6.55 0.01 0.00 imp:pre:1p; -nargué narguer ver m s 1.93 6.55 0.05 0.07 par:pas; -narguées narguer ver f p 1.93 6.55 0.00 0.07 par:pas; -narine narine nom f s 3.41 25.81 1.11 5.14 -narines narine nom f p 3.41 25.81 2.30 20.68 -narquois narquois adj m 0.26 6.35 0.12 4.73 -narquoise narquois adj f s 0.26 6.35 0.14 1.42 -narquoisement narquoisement adv 0.00 0.27 0.00 0.27 -narquoiserie narquoiserie nom f s 0.00 0.07 0.00 0.07 -narquoises narquois adj f p 0.26 6.35 0.00 0.20 -narra narrer ver 0.24 2.30 0.00 0.20 ind:pas:3s; -narrai narrer ver 0.24 2.30 0.00 0.07 ind:pas:1s; -narrait narrer ver 0.24 2.30 0.01 0.61 ind:imp:3s; -narrant narrer ver 0.24 2.30 0.02 0.27 par:pre; -narrateur narrateur nom m s 0.61 2.36 0.43 2.23 -narratif narratif adj m s 0.20 0.34 0.05 0.34 -narratifs narratif adj m p 0.20 0.34 0.05 0.00 -narration narration nom f s 0.44 2.43 0.43 2.30 -narrations narration nom f p 0.44 2.43 0.01 0.14 -narrative narratif adj f s 0.20 0.34 0.07 0.00 -narratives narratif adj f p 0.20 0.34 0.04 0.00 -narratrice narrateur nom f s 0.61 2.36 0.17 0.14 -narratrices narratrice nom f p 0.14 0.00 0.14 0.00 -narre narrer ver 0.24 2.30 0.01 0.34 ind:pre:1s;ind:pre:3s; -narrer narrer ver 0.24 2.30 0.16 0.47 inf; -narré narrer ver m s 0.24 2.30 0.03 0.20 par:pas; -narrée narrer ver f s 0.24 2.30 0.00 0.07 par:pas; -narrées narrer ver f p 0.24 2.30 0.00 0.07 par:pas; -narthex narthex nom m 0.01 0.61 0.01 0.61 -narval narval nom m s 0.04 0.68 0.04 0.61 -narvals narval nom m p 0.04 0.68 0.00 0.07 -nasal nasal adj m s 1.56 2.50 0.60 0.47 -nasale nasal adj f s 1.56 2.50 0.67 1.08 -nasales nasal adj f p 1.56 2.50 0.24 0.81 -nasard nasard nom m s 0.00 0.14 0.00 0.07 -nasardes nasard nom f p 0.00 0.14 0.00 0.07 -nasaux nasal adj m p 1.56 2.50 0.05 0.14 -nasdaq nasdaq nom m s 0.14 0.00 0.14 0.00 -nase nase adj s 1.84 0.74 1.54 0.68 -naseau naseau nom m s 0.35 5.20 0.14 0.20 -naseaux naseau nom m p 0.35 5.20 0.21 5.00 -nases nase nom m p 1.06 0.20 0.43 0.00 -nasilla nasiller ver 0.01 1.22 0.00 0.07 ind:pas:3s; -nasillaient nasiller ver 0.01 1.22 0.00 0.07 ind:imp:3p; -nasillait nasiller ver 0.01 1.22 0.00 0.41 ind:imp:3s; -nasillant nasiller ver 0.01 1.22 0.00 0.34 par:pre; -nasillard nasillard adj m s 0.02 2.64 0.01 0.54 -nasillarde nasillard adj f s 0.02 2.64 0.01 1.42 -nasillardes nasillard adj f p 0.02 2.64 0.00 0.27 -nasillards nasillard adj m p 0.02 2.64 0.00 0.41 -nasille nasiller ver 0.01 1.22 0.01 0.14 ind:pre:1s;ind:pre:3s; -nasillement nasillement nom m s 0.00 0.41 0.00 0.41 -nasillent nasiller ver 0.01 1.22 0.00 0.07 ind:pre:3p; -nasiller nasiller ver 0.01 1.22 0.00 0.14 inf; -nasillonne nasillonner ver 0.00 0.07 0.00 0.07 ind:pre:3s; -nasique nasique nom m s 0.50 0.00 0.50 0.00 -nasopharynx nasopharynx nom m 0.03 0.00 0.03 0.00 -nasse nasse nom f s 0.54 1.82 0.39 1.22 -nasses nasse nom f p 0.54 1.82 0.14 0.61 -nassérien nassérien adj m s 0.00 0.07 0.00 0.07 -natal natal adj m s 5.71 13.92 2.54 5.47 -natale natal adj f s 5.71 13.92 3.15 7.91 -natales natal adj f p 5.71 13.92 0.02 0.41 -natalité natalité nom f s 0.20 0.54 0.20 0.54 -natals natal adj m p 5.71 13.92 0.00 0.14 -natation natation nom f s 3.59 1.22 3.59 1.22 -natatoire natatoire adj f s 0.01 0.07 0.01 0.07 -natif natif adj m s 0.58 3.65 0.44 1.82 -natifs natif nom m p 0.52 0.68 0.36 0.27 -nation nation nom f s 24.80 47.23 16.97 31.96 -national_socialisme national_socialisme nom m s 0.58 2.03 0.58 2.03 -national_socialiste national_socialiste adj m s 0.23 0.14 0.23 0.14 -national national adj m s 34.61 98.04 12.23 42.70 -nationale_socialiste nationale_socialiste adj f s 0.00 0.14 0.00 0.14 -nationale national adj f s 34.61 98.04 18.59 48.18 -nationalement nationalement adv 0.00 0.14 0.00 0.14 -nationales national adj f p 34.61 98.04 1.43 4.39 -nationalisait nationaliser ver 0.06 0.68 0.00 0.07 ind:imp:3s; -nationalisation nationalisation nom f s 0.11 1.08 0.01 0.61 -nationalisations nationalisation nom f p 0.11 1.08 0.10 0.47 -nationalisent nationaliser ver 0.06 0.68 0.00 0.07 ind:pre:3p; -nationaliser nationaliser ver 0.06 0.68 0.01 0.07 inf; -nationalisme nationalisme nom m s 2.75 3.11 2.75 3.11 -nationalisons nationaliser ver 0.06 0.68 0.00 0.07 imp:pre:1p; -nationaliste nationaliste adj s 1.65 2.57 1.16 1.76 -nationalistes nationaliste nom p 1.45 1.55 1.40 1.22 -nationalisé nationaliser ver m s 0.06 0.68 0.01 0.07 par:pas; -nationalisée nationaliser ver f s 0.06 0.68 0.01 0.14 par:pas; -nationalisées nationaliser ver f p 0.06 0.68 0.01 0.20 par:pas; -nationalisés nationaliser ver m p 0.06 0.68 0.02 0.00 par:pas; -nationalité nationalité nom f s 3.21 6.89 2.77 5.74 -nationalités nationalité nom f p 3.21 6.89 0.43 1.15 -nationaux_socialistes nationaux_socialistes adj p 0.00 0.14 0.00 0.14 -nationaux national adj m p 34.61 98.04 2.35 2.77 -nations nation nom f p 24.80 47.23 7.83 15.27 -native natif adj f s 0.58 3.65 0.06 1.28 -natives natif adj f p 0.58 3.65 0.01 0.20 -nativité nativité nom f s 0.14 1.35 0.14 1.28 -nativités nativité nom f p 0.14 1.35 0.00 0.07 -natron natron nom m s 0.04 0.00 0.04 0.00 -natrum natrum nom m s 0.01 0.00 0.01 0.00 -natrémie natrémie nom f s 0.03 0.00 0.03 0.00 -natta natter ver 0.11 1.01 0.00 0.07 ind:pas:3s; -natte natte nom f s 1.75 10.20 0.88 4.26 -natter natter ver 0.11 1.01 0.01 0.14 inf; -nattes natte nom f p 1.75 10.20 0.87 5.95 -nattier nattier nom m s 0.00 0.14 0.00 0.14 -natté natter ver m s 0.11 1.01 0.00 0.07 par:pas; -nattée natter ver f s 0.11 1.01 0.00 0.20 par:pas; -nattées natter ver f p 0.11 1.01 0.00 0.07 par:pas; -nattés natter ver m p 0.11 1.01 0.10 0.41 par:pas; -naturalisation naturalisation nom f s 0.06 1.01 0.06 1.01 -naturaliser naturaliser ver 0.34 0.68 0.05 0.34 inf; -naturalisme naturalisme nom m s 0.40 0.27 0.40 0.27 -naturaliste naturaliste nom s 0.69 0.68 0.51 0.41 -naturalistes naturaliste nom p 0.69 0.68 0.18 0.27 -naturalisé naturaliser ver m s 0.34 0.68 0.29 0.27 par:pas; -naturalisée naturalisé adj f s 0.04 0.47 0.01 0.00 -naturalisés naturalisé adj m p 0.04 0.47 0.01 0.20 -nature nature nom f s 60.20 95.88 59.80 93.45 -naturel naturel adj m s 39.78 75.68 19.01 38.65 -naturelle naturel adj f s 39.78 75.68 14.02 24.86 -naturellement naturellement adv 21.05 71.96 21.05 71.96 -naturelles naturel adj f p 39.78 75.68 3.90 6.28 -naturels naturel adj m p 39.78 75.68 2.86 5.88 -natures nature nom f p 60.20 95.88 0.40 2.43 -naturisme naturisme nom m s 0.03 0.14 0.03 0.14 -naturiste naturiste adj m s 0.20 0.41 0.18 0.20 -naturistes naturiste nom p 0.03 0.20 0.03 0.14 -naturlich naturlich adv 0.27 0.14 0.27 0.14 -naturopathe naturopathe nom s 0.03 0.00 0.03 0.00 -naufrage naufrage nom m s 3.04 11.62 2.76 10.61 -naufrageant naufrager ver 0.21 0.88 0.00 0.07 par:pre; -naufragent naufrager ver 0.21 0.88 0.00 0.07 ind:pre:3p; -naufrager naufrager ver 0.21 0.88 0.19 0.07 inf; -naufrages naufrage nom m p 3.04 11.62 0.28 1.01 -naufrageur naufrageur nom m s 0.02 0.20 0.00 0.07 -naufrageurs naufrageur nom m p 0.02 0.20 0.02 0.07 -naufrageuse naufrageur nom f s 0.02 0.20 0.00 0.07 -naufragé naufragé nom m s 0.69 3.45 0.30 2.03 -naufragée naufragé nom f s 0.69 3.45 0.00 0.41 -naufragées naufragé adj f p 0.06 1.08 0.00 0.07 -naufragés naufragé nom m p 0.69 3.45 0.38 1.01 -nauséabond nauséabond adj m s 0.63 2.97 0.34 0.95 -nauséabonde nauséabond adj f s 0.63 2.97 0.17 0.88 -nauséabondes nauséabond adj f p 0.63 2.97 0.05 0.95 -nauséabonds nauséabond adj m p 0.63 2.97 0.06 0.20 -nausée nausée nom f s 6.51 10.00 4.75 7.91 -nausées nausée nom f p 6.51 10.00 1.76 2.09 -nauséeuse nauséeux adj f s 0.55 2.03 0.20 0.74 -nauséeuses nauséeux adj f p 0.55 2.03 0.14 0.14 -nauséeux nauséeux adj m 0.55 2.03 0.21 1.15 -nautes naute nom m p 0.00 0.07 0.00 0.07 -nautile nautile nom m s 0.05 0.00 0.05 0.00 -nautilus nautilus nom m 1.26 0.14 1.26 0.14 -nautique nautique adj s 1.89 2.09 0.71 1.15 -nautiques nautique adj p 1.89 2.09 1.17 0.95 -nautonier nautonier nom m s 0.00 0.27 0.00 0.07 -nautoniers nautonier nom m p 0.00 0.27 0.00 0.20 -navaja navaja nom f s 0.15 0.34 0.15 0.27 -navajas navaja nom f p 0.15 0.34 0.00 0.07 -navajo navajo adj s 0.21 0.14 0.18 0.00 -navajos navajo nom p 0.13 0.00 0.09 0.00 -naval naval adj m s 4.37 8.78 2.08 1.08 -navale naval adj f s 4.37 8.78 1.56 3.45 -navales naval adj f p 4.37 8.78 0.27 3.31 -navals naval adj m p 4.37 8.78 0.46 0.95 -navarin navarin nom m s 0.10 0.27 0.10 0.20 -navarins navarin nom m p 0.10 0.27 0.00 0.07 -navarrais navarrais nom m 0.10 0.61 0.10 0.61 -nave nave nom f s 0.02 0.74 0.02 0.74 -navel navel nom f s 0.03 0.00 0.03 0.00 -navet navet nom m s 3.16 2.77 1.25 0.88 -navets navet nom m p 3.16 2.77 1.90 1.89 -navette navette nom f s 9.35 3.65 8.44 3.04 -navettes navette nom f p 9.35 3.65 0.91 0.61 -navicert navicert nom m 0.00 0.07 0.00 0.07 -navigabilité navigabilité nom f s 0.01 0.00 0.01 0.00 -navigable navigable adj m s 0.07 0.27 0.02 0.14 -navigables navigable adj f p 0.07 0.27 0.04 0.14 -navigant navigant adj m s 0.19 0.41 0.16 0.41 -navigante navigant adj f s 0.19 0.41 0.03 0.00 -navigateur navigateur nom m s 2.23 3.78 1.95 1.89 -navigateurs navigateur nom m p 2.23 3.78 0.25 1.82 -navigation navigation nom f s 3.25 5.41 3.25 5.07 -navigations navigation nom f p 3.25 5.41 0.00 0.34 -navigatrice navigateur nom f s 2.23 3.78 0.04 0.07 -navigua naviguer ver 8.71 11.42 0.04 0.27 ind:pas:3s; -naviguaient naviguer ver 8.71 11.42 0.02 1.01 ind:imp:3p; -naviguais naviguer ver 8.71 11.42 0.12 0.27 ind:imp:1s; -naviguait naviguer ver 8.71 11.42 0.20 1.82 ind:imp:3s; -naviguant naviguer ver 8.71 11.42 0.07 1.08 par:pre; -navigue naviguer ver 8.71 11.42 2.18 1.82 imp:pre:2s;ind:pre:1s;ind:pre:3s; -naviguent naviguer ver 8.71 11.42 0.14 0.61 ind:pre:3p; -naviguer naviguer ver 8.71 11.42 3.33 2.57 inf; -naviguera naviguer ver 8.71 11.42 0.10 0.00 ind:fut:3s; -naviguerai naviguer ver 8.71 11.42 0.04 0.00 ind:fut:1s; -navigueraient naviguer ver 8.71 11.42 0.00 0.07 cnd:pre:3p; -naviguerons naviguer ver 8.71 11.42 0.25 0.00 ind:fut:1p; -navigues naviguer ver 8.71 11.42 0.02 0.00 ind:pre:2s; -naviguez naviguer ver 8.71 11.42 0.56 0.00 imp:pre:2p;ind:pre:2p; -naviguiez naviguer ver 8.71 11.42 0.14 0.00 ind:imp:2p; -naviguions naviguer ver 8.71 11.42 0.00 0.41 ind:imp:1p; -naviguons naviguer ver 8.71 11.42 0.19 0.14 imp:pre:1p;ind:pre:1p; -naviguèrent naviguer ver 8.71 11.42 0.02 0.00 ind:pas:3p; -navigué naviguer ver m s 8.71 11.42 1.29 1.35 par:pas; -navire_citerne navire_citerne nom m s 0.14 0.00 0.01 0.00 -navire_hôpital navire_hôpital nom m s 0.04 0.14 0.04 0.14 -navire navire nom m s 21.98 50.20 15.83 28.04 -navire_citerne navire_citerne nom m p 0.14 0.00 0.14 0.00 -navire_école navire_école nom m p 0.00 0.07 0.00 0.07 -navires navire nom m p 21.98 50.20 6.14 22.16 -navra navrer ver 18.68 4.19 0.00 0.20 ind:pas:3s; -navrait navrer ver 18.68 4.19 0.00 0.34 ind:imp:3s; -navrance navrance nom f s 0.00 0.07 0.00 0.07 -navrant navrant adj m s 0.63 2.70 0.51 0.74 -navrante navrant adj f s 0.63 2.70 0.09 1.01 -navrantes navrant adj f p 0.63 2.70 0.02 0.54 -navrants navrant adj m p 0.63 2.70 0.01 0.41 -navre navrer ver 18.68 4.19 0.29 0.47 imp:pre:2s;ind:pre:3s; -navrer navrer ver 18.68 4.19 0.00 0.07 inf; -navres navrer ver 18.68 4.19 0.00 0.07 ind:pre:2s; -navrez navrer ver 18.68 4.19 0.01 0.00 ind:pre:2p; -navré navrer ver m s 18.68 4.19 12.01 1.42 par:pas; -navrée navrer ver f s 18.68 4.19 6.01 0.81 par:pas; -navrées navrer ver f p 18.68 4.19 0.03 0.07 par:pas; -navrés navrer ver m p 18.68 4.19 0.31 0.41 par:pas; -nay nay nom f s 0.01 0.00 0.01 0.00 -nazaréen nazaréen nom m s 0.48 0.14 0.48 0.14 -naze naze adj s 4.82 1.55 4.20 1.55 -nazes naze nom m p 3.27 0.34 1.56 0.07 -nazi nazi nom m s 14.76 7.50 4.13 0.74 -nazie nazi adj f s 7.11 7.70 1.27 1.62 -nazies nazi adj f p 7.11 7.70 0.53 0.88 -nazillons nazillon nom m p 0.01 0.07 0.01 0.07 -nazis nazi nom m p 14.76 7.50 9.81 6.76 -nazisme nazisme nom m s 0.63 1.62 0.63 1.62 -ne_varietur ne_varietur adv 0.00 0.14 0.00 0.14 -ne ne adv_sup 22287.83 13841.89 13357.03 7752.09 -nec nec nom s 0.64 0.27 0.64 0.27 -neck neck nom m s 0.21 0.00 0.21 0.00 -nectar nectar nom m s 2.28 0.81 2.28 0.81 -nectarine nectarine nom f s 0.14 0.00 0.12 0.00 -nectarines nectarine nom f p 0.14 0.00 0.01 0.00 -nef nef nom f s 0.55 6.89 0.41 6.49 -nefs nef nom f p 0.55 6.89 0.13 0.41 -negro_spiritual negro_spiritual nom m s 0.01 0.14 0.01 0.07 -negro_spiritual negro_spiritual nom m p 0.01 0.14 0.00 0.07 -negro negro nom s 0.07 0.07 0.07 0.07 -neige neige nom f s 39.34 80.88 37.52 74.93 -neigeait neiger ver 7.87 3.92 0.89 1.22 ind:imp:3s; -neiger neiger ver 7.87 3.92 0.59 0.61 inf; -neigera neiger ver 7.87 3.92 0.21 0.07 ind:fut:3s; -neigerait neiger ver 7.87 3.92 0.02 0.00 cnd:pre:3s; -neiges neige nom f p 39.34 80.88 1.82 5.95 -neigeuse neigeux adj f s 0.30 4.12 0.04 1.35 -neigeuses neigeux adj f p 0.30 4.12 0.03 1.22 -neigeux neigeux adj m 0.30 4.12 0.23 1.55 -neigé neiger ver m s 7.87 3.92 0.66 0.54 par:pas; -nem nem nom m s 0.62 0.14 0.33 0.07 -nemrod nemrod nom m s 0.00 0.07 0.00 0.07 -nems nem nom m p 0.62 0.14 0.29 0.07 -nenni nenni adv 0.52 0.34 0.52 0.34 -nephtys nephtys nom m 0.00 0.07 0.00 0.07 -neptunienne neptunien adj f s 0.06 0.00 0.03 0.00 -neptuniens neptunien adj m p 0.06 0.00 0.04 0.00 -nerf nerf nom m s 30.12 30.47 8.09 3.92 -nerfs nerf nom m p 30.12 30.47 22.03 26.55 -nerprun nerprun nom m s 0.00 0.20 0.00 0.14 -nerpruns nerprun nom m p 0.00 0.20 0.00 0.07 -nerva nerver ver 0.35 0.07 0.34 0.00 ind:pas:3s; -nerver nerver ver 0.35 0.07 0.02 0.00 inf; -nerveuse nerveux adj f s 41.91 35.81 8.50 10.88 -nerveusement nerveusement adv 0.38 7.36 0.38 7.36 -nerveuses nerveux adj f p 41.91 35.81 0.89 3.11 -nerveux nerveux adj m 41.91 35.81 32.52 21.82 -nervi nervi nom m s 0.05 0.81 0.05 0.47 -nervis nervi nom m p 0.05 0.81 0.00 0.34 -nervosité nervosité nom f s 1.58 5.07 1.58 4.93 -nervosités nervosité nom f p 1.58 5.07 0.00 0.14 -nervé nerver ver m s 0.35 0.07 0.00 0.07 par:pas; -nervure nervure nom f s 0.01 3.24 0.00 0.54 -nervures nervure nom f p 0.01 3.24 0.01 2.70 -nervuré nervurer ver m s 0.01 0.41 0.00 0.20 par:pas; -nervurée nervurer ver f s 0.01 0.41 0.01 0.14 par:pas; -nervurées nervurer ver f p 0.01 0.41 0.00 0.07 par:pas; -nescafé nescafé nom m s 0.20 0.81 0.20 0.81 -nestor nestor nom m s 0.01 0.00 0.01 0.00 -nestorianisme nestorianisme nom m s 0.00 0.34 0.00 0.34 -nestorien nestorien nom m s 0.00 2.09 0.00 1.35 -nestorienne nestorien adj f s 0.00 1.62 0.00 0.34 -nestoriennes nestorien adj f p 0.00 1.62 0.00 0.07 -nestoriens nestorien nom m p 0.00 2.09 0.00 0.74 -net net adj m s 19.95 40.20 14.31 17.09 -nets net adj m p 19.95 40.20 0.94 4.19 -nette net adj f s 19.95 40.20 3.91 14.86 -nettement nettement adv 3.17 20.34 3.17 20.34 -nettes net adj f p 19.95 40.20 0.79 4.05 -netteté netteté nom f s 0.61 9.12 0.61 9.12 -nettoie nettoyer ver 61.93 28.11 12.09 2.64 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -nettoiement nettoiement nom m s 0.03 0.27 0.03 0.27 -nettoient nettoyer ver 61.93 28.11 0.67 0.81 ind:pre:3p; -nettoiera nettoyer ver 61.93 28.11 0.33 0.20 ind:fut:3s; -nettoierai nettoyer ver 61.93 28.11 0.75 0.07 ind:fut:1s; -nettoieraient nettoyer ver 61.93 28.11 0.02 0.00 cnd:pre:3p; -nettoierais nettoyer ver 61.93 28.11 0.11 0.00 cnd:pre:1s;cnd:pre:2s; -nettoierait nettoyer ver 61.93 28.11 0.13 0.07 cnd:pre:3s; -nettoieras nettoyer ver 61.93 28.11 0.33 0.00 ind:fut:2s; -nettoierez nettoyer ver 61.93 28.11 0.04 0.14 ind:fut:2p; -nettoierons nettoyer ver 61.93 28.11 0.13 0.00 ind:fut:1p; -nettoies nettoyer ver 61.93 28.11 1.42 0.14 ind:pre:2s;sub:pre:2s; -nettoya nettoyer ver 61.93 28.11 0.02 1.28 ind:pas:3s; -nettoyable nettoyable adj s 0.01 0.07 0.01 0.00 -nettoyables nettoyable adj p 0.01 0.07 0.00 0.07 -nettoyage nettoyage nom m s 7.50 6.35 7.48 5.88 -nettoyages nettoyage nom m p 7.50 6.35 0.02 0.47 -nettoyai nettoyer ver 61.93 28.11 0.00 0.14 ind:pas:1s; -nettoyaient nettoyer ver 61.93 28.11 0.07 0.95 ind:imp:3p; -nettoyais nettoyer ver 61.93 28.11 1.06 0.14 ind:imp:1s;ind:imp:2s; -nettoyait nettoyer ver 61.93 28.11 1.02 2.57 ind:imp:3s; -nettoyant nettoyer ver 61.93 28.11 0.64 1.01 par:pre; -nettoyante nettoyant adj f s 0.10 0.07 0.01 0.00 -nettoyants nettoyant nom m p 0.35 0.07 0.02 0.07 -nettoyer nettoyer ver 61.93 28.11 30.26 10.95 inf; -nettoyeur nettoyeur nom m s 2.51 0.68 1.24 0.34 -nettoyeurs nettoyeur nom m p 2.51 0.68 0.91 0.20 -nettoyeuse nettoyeur nom f s 2.51 0.68 0.36 0.07 -nettoyeuses nettoyeur nom f p 2.51 0.68 0.00 0.07 -nettoyez nettoyer ver 61.93 28.11 2.88 0.00 imp:pre:2p;ind:pre:2p; -nettoyiez nettoyer ver 61.93 28.11 0.14 0.07 ind:imp:2p; -nettoyons nettoyer ver 61.93 28.11 0.46 0.14 imp:pre:1p;ind:pre:1p; -nettoyât nettoyer ver 61.93 28.11 0.00 0.20 sub:imp:3s; -nettoyèrent nettoyer ver 61.93 28.11 0.01 0.07 ind:pas:3p; -nettoyé nettoyer ver m s 61.93 28.11 7.72 4.19 par:pas; -nettoyée nettoyer ver f s 61.93 28.11 0.89 1.08 par:pas; -nettoyées nettoyer ver f p 61.93 28.11 0.29 0.41 par:pas; -nettoyés nettoyer ver m p 61.93 28.11 0.45 0.88 par:pas; -neuf neuf adj_num 59.45 113.18 32.05 56.01 -neufs neuf adj m p 59.45 113.18 3.50 11.89 -neuneu neuneu adj f s 0.49 0.07 0.49 0.07 -neural neural adj m s 1.21 0.00 0.79 0.00 -neurale neural adj f s 1.21 0.00 0.32 0.00 -neurales neural adj f p 1.21 0.00 0.10 0.00 -neurasthénie neurasthénie nom f s 0.14 1.28 0.14 1.28 -neurasthénique neurasthénique adj s 0.71 1.15 0.70 0.81 -neurasthéniques neurasthénique nom p 0.10 0.20 0.10 0.07 -neurinome neurinome nom m s 0.01 0.00 0.01 0.00 -neurobiologie neurobiologie nom f s 0.01 0.00 0.01 0.00 -neurobiologiste neurobiologiste nom s 0.02 0.00 0.02 0.00 -neurochimie neurochimie nom f s 0.03 0.00 0.03 0.00 -neurochimique neurochimique adj s 0.01 0.00 0.01 0.00 -neurochirurgie neurochirurgie nom f s 0.53 0.00 0.53 0.00 -neurochirurgien neurochirurgien nom m s 0.85 0.00 0.79 0.00 -neurochirurgienne neurochirurgien nom f s 0.85 0.00 0.06 0.00 -neurofibromatose neurofibromatose nom f s 0.05 0.00 0.05 0.00 -neuroleptique neuroleptique nom m s 0.07 0.20 0.01 0.07 -neuroleptiques neuroleptique nom m p 0.07 0.20 0.06 0.14 -neurolinguistique neurolinguistique nom f s 0.01 0.00 0.01 0.00 -neurologie neurologie nom f s 0.93 0.00 0.93 0.00 -neurologique neurologique adj s 1.71 0.00 1.26 0.00 -neurologiquement neurologiquement adv 0.02 0.00 0.02 0.00 -neurologiques neurologique adj p 1.71 0.00 0.45 0.00 -neurologiste neurologiste nom s 0.09 0.00 0.09 0.00 -neurologue neurologue nom s 1.56 0.34 1.34 0.34 -neurologues neurologue nom p 1.56 0.34 0.22 0.00 -neuromusculaire neuromusculaire adj m s 0.11 0.00 0.11 0.00 -neuronal neuronal adj m s 0.42 0.00 0.19 0.00 -neuronale neuronal adj f s 0.42 0.00 0.14 0.00 -neuronales neuronal adj f p 0.42 0.00 0.03 0.00 -neuronaux neuronal adj m p 0.42 0.00 0.06 0.00 -neurone neurone nom m s 1.77 1.15 0.38 0.07 -neurones neurone nom m p 1.77 1.15 1.39 1.08 -neuronique neuronique adj f s 0.03 0.00 0.03 0.00 -neuropathie neuropathie nom f s 0.07 0.00 0.07 0.00 -neuropathologie neuropathologie nom f s 0.01 0.00 0.01 0.00 -neuropeptide neuropeptide nom m s 0.01 0.00 0.01 0.00 -neurophysiologie neurophysiologie nom f s 0.02 0.07 0.02 0.07 -neuroplégique neuroplégique adj s 0.02 0.00 0.02 0.00 -neuropsychiatrie neuropsychiatrie nom f s 0.03 0.00 0.03 0.00 -neuropsychologiques neuropsychologique adj p 0.11 0.00 0.11 0.00 -neuropsychologue neuropsychologue nom s 0.02 0.00 0.02 0.00 -neuroscience neuroscience nom f s 0.04 0.00 0.04 0.00 -neurotoxine neurotoxine nom f s 0.05 0.00 0.05 0.00 -neurotoxique neurotoxique adj s 0.14 0.00 0.14 0.00 -neurotransmetteur neurotransmetteur nom m s 0.36 0.00 0.05 0.00 -neurotransmetteurs neurotransmetteur nom m p 0.36 0.00 0.31 0.00 -neutralisaient neutraliser ver 5.31 2.97 0.01 0.14 ind:imp:3p; -neutralisait neutraliser ver 5.31 2.97 0.05 0.07 ind:imp:3s; -neutralisant neutraliser ver 5.31 2.97 0.06 0.20 par:pre; -neutralisante neutralisant adj f s 0.04 0.00 0.02 0.00 -neutralisateur neutralisateur adj m s 0.01 0.07 0.01 0.07 -neutralisation neutralisation nom f s 0.13 1.08 0.13 1.08 -neutralise neutraliser ver 5.31 2.97 0.53 0.27 imp:pre:2s;ind:pre:1s;ind:pre:3s; -neutralisent neutraliser ver 5.31 2.97 0.29 0.00 ind:pre:3p; -neutraliser neutraliser ver 5.31 2.97 2.31 1.28 inf; -neutralisera neutraliser ver 5.31 2.97 0.09 0.00 ind:fut:3s; -neutraliserai neutraliser ver 5.31 2.97 0.02 0.00 ind:fut:1s; -neutraliseraient neutraliser ver 5.31 2.97 0.00 0.07 cnd:pre:3p; -neutraliserait neutraliser ver 5.31 2.97 0.03 0.00 cnd:pre:3s; -neutraliseront neutraliser ver 5.31 2.97 0.04 0.00 ind:fut:3p; -neutralisez neutraliser ver 5.31 2.97 0.19 0.00 imp:pre:2p;ind:pre:2p; -neutralisiez neutraliser ver 5.31 2.97 0.01 0.00 ind:imp:2p; -neutralisons neutraliser ver 5.31 2.97 0.03 0.00 imp:pre:1p;ind:pre:1p; -neutraliste neutraliste nom s 0.16 0.00 0.16 0.00 -neutralisé neutraliser ver m s 5.31 2.97 1.02 0.34 par:pas; -neutralisée neutraliser ver f s 5.31 2.97 0.29 0.27 par:pas; -neutralisées neutraliser ver f p 5.31 2.97 0.02 0.14 par:pas; -neutralisés neutraliser ver m p 5.31 2.97 0.31 0.20 par:pas; -neutralité neutralité nom f s 0.46 2.97 0.46 2.97 -neutre neutre adj s 5.15 11.76 4.32 10.20 -neutres neutre adj p 5.15 11.76 0.83 1.55 -neutrino neutrino nom m s 0.55 0.00 0.15 0.00 -neutrinos neutrino nom m p 0.55 0.00 0.40 0.00 -neutron neutron nom m s 0.68 0.54 0.46 0.14 -neutronique neutronique adj m s 0.01 0.00 0.01 0.00 -neutrons neutron nom m p 0.68 0.54 0.23 0.41 -neutropénie neutropénie nom f s 0.04 0.00 0.04 0.00 -neuvaine neuvaine nom f s 0.38 0.61 0.14 0.14 -neuvaines neuvaine nom f p 0.38 0.61 0.25 0.47 -neuve neuf adj f s 59.45 113.18 10.30 22.43 -neuves neuf adj f p 59.45 113.18 5.02 8.72 -neuvième neuvième adj 1.09 1.49 1.09 1.42 -neuvièmes neuvième nom p 0.55 1.08 0.01 0.00 -neveu neveu nom m s 22.90 26.35 22.90 13.92 -neveux neveux nom m p 2.13 3.72 2.13 3.72 -new_yorkais new_yorkais adj m 0.00 1.42 0.00 0.95 -new_yorkais new_yorkais adj f s 0.00 1.42 0.00 0.34 -new_yorkais new_yorkais adj f p 0.00 1.42 0.00 0.14 -new_wave new_wave nom f 0.00 0.07 0.00 0.07 -new new adj m s 0.74 3.51 0.74 3.51 -news new nom m p 0.08 0.20 0.08 0.20 -ney ney nom m s 1.68 0.14 1.68 0.14 -nez nez nom m 75.18 177.64 75.18 177.64 -ni ni con 377.64 662.36 377.64 662.36 -nia nier ver 24.86 23.58 0.13 1.01 ind:pas:3s; -niable niable adj s 0.00 0.61 0.00 0.61 -niai nier ver 24.86 23.58 0.00 0.20 ind:pas:1s; -niaient nier ver 24.86 23.58 0.03 0.54 ind:imp:3p; -niais niais adj m 1.19 5.68 1.11 3.51 -niaise niais nom f s 0.71 1.49 0.14 0.41 -niaisement niaisement adv 0.11 0.68 0.11 0.68 -niaiser niaiser ver 0.30 0.00 0.17 0.00 inf; -niaiserie niaiserie nom f s 0.89 3.51 0.16 1.89 -niaiseries niaiserie nom f p 0.89 3.51 0.73 1.62 -niaises niaise nom f p 0.11 0.00 0.07 0.00 -niaiseuse niaiseux adj f s 0.05 0.07 0.01 0.00 -niaiseux niaiseux adj m p 0.05 0.07 0.04 0.07 -niaisé niaiser ver m s 0.30 0.00 0.14 0.00 par:pas; -niait nier ver 24.86 23.58 0.11 2.43 ind:imp:3s; -niakoué niakoué nom s 0.07 0.14 0.03 0.07 -niakoués niakoué nom p 0.07 0.14 0.04 0.07 -niant nier ver 24.86 23.58 0.35 0.95 par:pre; -nib nib adv 0.16 2.03 0.16 2.03 -nibard nibard nom m s 1.60 0.68 0.13 0.07 -nibards nibard nom m p 1.60 0.68 1.47 0.61 -nibergue nibergue adj 0.00 0.07 0.00 0.07 -nicaraguayen nicaraguayen adj m s 0.06 0.00 0.04 0.00 -nicaraguayenne nicaraguayen nom f s 0.07 0.00 0.02 0.00 -nicaraguayens nicaraguayen nom m p 0.07 0.00 0.05 0.00 -nice nice nom s 2.00 0.41 2.00 0.41 -nicet nicet adj m s 0.00 0.14 0.00 0.14 -nicha nicher ver 1.52 5.61 0.01 0.07 ind:pas:3s; -nichaient nicher ver 1.52 5.61 0.12 0.34 ind:imp:3p; -nichait nicher ver 1.52 5.61 0.10 0.27 ind:imp:3s; -nichan nichan nom m s 0.00 0.07 0.00 0.07 -nichant nicher ver 1.52 5.61 0.00 0.34 par:pre; -niche niche nom f s 2.27 9.39 2.17 6.35 -nichent nicher ver 1.52 5.61 0.16 0.27 ind:pre:3p; -nicher nicher ver 1.52 5.61 0.35 1.62 inf; -niches niche nom f p 2.27 9.39 0.10 3.04 -nicheurs nicheur adj m p 0.00 0.07 0.00 0.07 -nichions nicher ver 1.52 5.61 0.00 0.07 ind:imp:1p; -nichon nichon nom m s 9.85 6.35 0.67 0.54 -nichonnée nichonnée adj f s 0.00 0.27 0.00 0.14 -nichonnées nichonnée adj f p 0.00 0.27 0.00 0.14 -nichons nichon nom m p 9.85 6.35 9.18 5.81 -nichèrent nicher ver 1.52 5.61 0.00 0.07 ind:pas:3p; -niché nicher ver m s 1.52 5.61 0.23 0.61 par:pas; -nichée nicher ver f s 1.52 5.61 0.14 0.61 par:pas; -nichées nichée nom f p 0.07 1.22 0.01 0.00 -nichés nicher ver m p 1.52 5.61 0.02 0.27 par:pas; -nickel nickel adj 2.78 1.28 2.78 1.28 -nickelle nickeler ver 0.00 0.54 0.00 0.07 ind:pre:3s; -nickels nickel nom m p 1.50 1.55 0.09 0.34 -nickelé nickelé adj m s 0.35 2.03 0.02 0.81 -nickelée nickelé adj f s 0.35 2.03 0.01 0.54 -nickelées nickelé adj f p 0.35 2.03 0.00 0.07 -nickelés nickelé adj m p 0.35 2.03 0.32 0.61 -nicotine nicotine nom f s 1.66 1.28 1.66 1.28 -nicotinisé nicotiniser ver m s 0.00 0.14 0.00 0.07 par:pas; -nicotinisés nicotiniser ver m p 0.00 0.14 0.00 0.07 par:pas; -nictation nictation nom f s 0.00 0.07 0.00 0.07 -nictitant nictitant adj m s 0.01 0.07 0.00 0.07 -nictitante nictitant adj f s 0.01 0.07 0.01 0.00 -nid_de_poule nid_de_poule nom m s 0.20 0.20 0.14 0.07 -nid nid nom m s 12.25 18.85 11.07 14.59 -nidification nidification nom f s 0.04 0.07 0.04 0.07 -nidificatrices nidificateur nom f p 0.00 0.07 0.00 0.07 -nidifie nidifier ver 0.01 0.00 0.01 0.00 ind:pre:3s; -nid_de_poule nid_de_poule nom m p 0.20 0.20 0.06 0.14 -nids nid nom m p 12.25 18.85 1.19 4.26 -nie nier ver 24.86 23.58 7.37 3.85 imp:pre:2s;ind:pre:1s;ind:pre:3s; -nielle nielle nom s 0.00 0.14 0.00 0.14 -niellé nieller ver m s 0.00 0.07 0.00 0.07 par:pas; -nient nier ver 24.86 23.58 0.90 0.95 ind:pre:3p; -nier nier ver 24.86 23.58 7.76 10.68 inf; -niera nier ver 24.86 23.58 0.18 0.00 ind:fut:3s; -nierai nier ver 24.86 23.58 0.62 0.20 ind:fut:1s; -nierais nier ver 24.86 23.58 0.12 0.14 cnd:pre:1s; -nierait nier ver 24.86 23.58 0.19 0.07 cnd:pre:3s; -nieras nier ver 24.86 23.58 0.14 0.00 ind:fut:2s; -nierez nier ver 24.86 23.58 0.04 0.20 ind:fut:2p; -nieriez nier ver 24.86 23.58 0.01 0.00 cnd:pre:2p; -nierons nier ver 24.86 23.58 0.04 0.00 ind:fut:1p; -nieront nier ver 24.86 23.58 0.06 0.07 ind:fut:3p; -nies nier ver 24.86 23.58 2.96 0.20 ind:pre:2s; -niet niet ono 0.33 0.27 0.33 0.27 -nietzschéen nietzschéen nom m s 0.59 0.07 0.59 0.07 -nietzschéenne nietzschéen adj f s 0.79 0.74 0.41 0.20 -nietzschéennes nietzschéen adj f p 0.79 0.74 0.20 0.14 -niez nier ver 24.86 23.58 1.87 0.61 imp:pre:2p;ind:pre:2p; -nigaud nigaud nom m s 1.59 1.42 1.27 0.95 -nigaude nigaud adj f s 0.62 1.15 0.05 0.14 -nigaudement nigaudement adv 0.00 0.07 0.00 0.07 -nigauderie nigauderie nom f s 0.00 0.07 0.00 0.07 -nigauds nigaud nom m p 1.59 1.42 0.28 0.41 -nigelle nigel nom f s 0.01 0.00 0.01 0.00 -night_club night_club nom m s 1.31 0.88 1.16 0.61 -night_club night_club nom m p 1.31 0.88 0.10 0.27 -night_club night_club nom m s 1.31 0.88 0.05 0.00 -niguedouille niguedouille nom s 0.00 0.07 0.00 0.07 -nigérian nigérian adj m s 0.13 0.00 0.08 0.00 -nigérian nigérian nom m s 0.22 0.00 0.08 0.00 -nigériane nigérian adj f s 0.13 0.00 0.01 0.00 -nigérians nigérian nom m p 0.22 0.00 0.14 0.00 -nigérien nigérien adj m s 0.17 0.00 0.17 0.00 -nigériens nigérien nom m p 0.04 0.07 0.03 0.07 -nihil_obstat nihil_obstat adv 0.00 0.20 0.00 0.20 -nihilisme nihilisme nom m s 0.11 1.22 0.11 1.22 -nihiliste nihiliste adj s 0.09 0.74 0.09 0.54 -nihilistes nihiliste nom p 0.16 0.41 0.08 0.00 -nikkei nikkei nom m s 0.05 0.00 0.05 0.00 -nil nil nom s 0.05 0.07 0.05 0.07 -nim nim nom m s 1.78 0.07 1.78 0.07 -nimba nimber ver 0.17 2.50 0.00 0.07 ind:pas:3s; -nimbaient nimber ver 0.17 2.50 0.00 0.07 ind:imp:3p; -nimbait nimber ver 0.17 2.50 0.01 0.74 ind:imp:3s; -nimbant nimber ver 0.17 2.50 0.00 0.14 par:pre; -nimbe nimbe nom m s 0.01 0.88 0.01 0.81 -nimbent nimber ver 0.17 2.50 0.00 0.07 ind:pre:3p; -nimber nimber ver 0.17 2.50 0.00 0.14 inf; -nimbes nimbe nom m p 0.01 0.88 0.00 0.07 -nimbo_stratus nimbo_stratus nom m 0.14 0.00 0.14 0.00 -nimbo nimbo adv 0.00 0.07 0.00 0.07 -nimbostratus nimbostratus nom m 0.00 0.07 0.00 0.07 -nimbé nimber ver m s 0.17 2.50 0.14 0.47 par:pas; -nimbée nimber ver f s 0.17 2.50 0.02 0.61 par:pas; -nimbées nimber ver f p 0.17 2.50 0.00 0.14 par:pas; -nimbés nimber ver m p 0.17 2.50 0.00 0.07 par:pas; -nimbus nimbus nom m 0.09 0.20 0.09 0.20 -ninas ninas nom m 0.01 0.95 0.01 0.95 -niobium niobium nom m s 0.01 0.00 0.01 0.00 -niolo niolo nom m s 0.00 0.14 0.00 0.14 -nions nier ver 24.86 23.58 0.16 0.07 imp:pre:1p;ind:pre:1p; -nioulouque nioulouque adj s 0.00 0.07 0.00 0.07 -nippe nippe nom f s 0.14 2.43 0.01 0.07 -nipper nipper ver 0.38 0.88 0.04 0.14 inf; -nippes nippe nom f p 0.14 2.43 0.13 2.36 -nippez nipper ver 0.38 0.88 0.10 0.07 imp:pre:2p; -nippo nippo adv 0.03 0.00 0.03 0.00 -nippon nippon adj m s 0.34 1.22 0.33 0.41 -nippone nippon adj f s 0.34 1.22 0.01 0.14 -nippones nippon adj f p 0.34 1.22 0.00 0.34 -nipponne nipponne adj f s 0.14 0.00 0.14 0.00 -nippons nippon nom m p 0.06 0.41 0.04 0.41 -nippé nipper ver m s 0.38 0.88 0.02 0.07 par:pas; -nippée nipper ver f s 0.38 0.88 0.02 0.34 par:pas; -nippées nipper ver f p 0.38 0.88 0.10 0.20 par:pas; -niquait niquer ver 7.57 1.35 0.06 0.00 ind:imp:3s; -nique nique nom f s 1.56 0.61 1.56 0.61 -niquedouille niquedouille nom s 0.03 0.20 0.03 0.20 -niquent niquer ver 7.57 1.35 0.23 0.00 ind:pre:3p; -niquer niquer ver 7.57 1.35 3.27 0.74 inf; -niquera niquer ver 7.57 1.35 0.03 0.00 ind:fut:3s; -niquerait niquer ver 7.57 1.35 0.01 0.00 cnd:pre:3s; -niques niquer ver 7.57 1.35 0.11 0.00 ind:pre:2s; -niquez niquer ver 7.57 1.35 0.08 0.00 imp:pre:2p;ind:pre:2p; -niquons niquer ver 7.57 1.35 0.01 0.00 imp:pre:1p; -niqué niquer ver m s 7.57 1.35 2.33 0.20 par:pas; -niquée niquer ver f s 7.57 1.35 0.11 0.00 par:pas; -niqués niquer ver m p 7.57 1.35 0.14 0.20 par:pas; -nirvana nirvana nom m s 0.81 0.74 0.81 0.68 -nirvanas nirvana nom m p 0.81 0.74 0.00 0.07 -nirvâna nirvâna nom m s 0.01 2.09 0.01 2.09 -nisan nisan nom m s 0.00 0.20 0.00 0.20 -nièce nièce nom f s 10.10 0.00 9.28 0.00 -nièces nièce nom f p 10.10 0.00 0.82 0.00 -nième nième nom m s 0.03 0.07 0.03 0.07 -niçois niçois adj m 0.08 1.28 0.00 0.88 -niçoise niçois adj f s 0.08 1.28 0.08 0.34 -niçoises niçois nom f p 0.03 0.47 0.00 0.20 -nière nière nom m s 0.14 0.07 0.14 0.07 -nièrent nier ver 24.86 23.58 0.01 0.07 ind:pas:3p; -nitratant nitrater ver 0.01 0.00 0.01 0.00 par:pre; -nitrate nitrate nom m s 0.64 0.54 0.38 0.41 -nitrates nitrate nom m p 0.64 0.54 0.27 0.14 -nitre nitre nom m s 0.07 0.00 0.07 0.00 -nitreuse nitreux adj f s 0.17 0.00 0.01 0.00 -nitreux nitreux adj m s 0.17 0.00 0.16 0.00 -nitrique nitrique adj s 0.25 0.14 0.25 0.14 -nitrite nitrite nom m s 0.02 0.14 0.02 0.14 -nitroglycérine nitroglycérine nom f s 0.79 0.20 0.79 0.20 -nitrogène nitrogène nom m s 0.17 0.00 0.17 0.00 -nitré nitré adj m s 0.00 0.07 0.00 0.07 -nié nier ver m s 24.86 23.58 1.53 0.88 par:pas; -niébé niébé nom m s 0.02 0.07 0.02 0.07 -niée nier ver f s 24.86 23.58 0.14 0.27 par:pas; -niés nier ver m p 24.86 23.58 0.01 0.07 par:pas; -nivôse nivôse nom m s 0.00 0.41 0.00 0.41 -nivaquine nivaquine nom f s 0.00 0.14 0.00 0.14 -niveau niveau nom m s 50.70 32.91 45.46 30.74 -niveaux niveau nom m p 50.70 32.91 5.24 2.16 -nivelait niveler ver 0.14 1.96 0.00 0.07 ind:imp:3s; -nivelant niveler ver 0.14 1.96 0.04 0.07 par:pre; -niveler niveler ver 0.14 1.96 0.09 0.27 inf; -niveleur niveleur nom m s 0.01 0.27 0.01 0.00 -niveleurs niveleur nom m p 0.01 0.27 0.00 0.20 -niveleuse niveleur nom f s 0.01 0.27 0.00 0.07 -nivelle niveler ver 0.14 1.96 0.00 0.07 ind:pre:1s; -nivellement nivellement nom m s 0.00 0.20 0.00 0.20 -nivellent niveler ver 0.14 1.96 0.00 0.07 ind:pre:3p; -nivelât niveler ver 0.14 1.96 0.00 0.07 sub:imp:3s; -nivelé niveler ver m s 0.14 1.96 0.02 0.68 par:pas; -nivelée niveler ver f s 0.14 1.96 0.00 0.27 par:pas; -nivelées niveler ver f p 0.14 1.96 0.00 0.07 par:pas; -nivelés niveler ver m p 0.14 1.96 0.00 0.34 par:pas; -nivernais nivernais adj m 0.00 0.07 0.00 0.07 -nivernaise nivernaise adj f s 0.00 0.20 0.00 0.20 -nixe nixe nom f s 0.01 0.07 0.01 0.07 -no_man_s_land no_man_s_land nom m s 0.95 1.49 0.95 1.49 -nobiliaire nobiliaire adj s 0.10 0.95 0.10 0.47 -nobiliaires nobiliaire adj p 0.10 0.95 0.00 0.47 -nobilitas nobilitas nom f 0.10 0.00 0.10 0.00 -noblaillon noblaillon nom m s 0.02 0.00 0.02 0.00 -noble noble adj s 28.70 31.62 23.73 20.00 -noblement noblement adv 0.58 2.70 0.58 2.70 -nobles noble adj p 28.70 31.62 4.97 11.62 -noblesse noblesse nom f s 6.09 12.64 6.09 12.43 -noblesses noblesse nom f p 6.09 12.64 0.00 0.20 -nobliau nobliau nom m s 0.01 0.14 0.01 0.00 -nobliaux nobliau nom m p 0.01 0.14 0.00 0.14 -noce noce nom f s 17.05 21.01 4.43 6.55 -nocer nocer ver 0.01 0.00 0.01 0.00 inf; -noces noce nom f p 17.05 21.01 12.62 14.46 -noceur noceur nom m s 0.17 0.88 0.15 0.47 -noceurs noceur nom m p 0.17 0.88 0.02 0.20 -noceuse noceur nom f s 0.17 0.88 0.00 0.14 -noceuses noceur nom f p 0.17 0.88 0.00 0.07 -nocher nocher nom m s 0.02 0.14 0.02 0.14 -nochère nochère nom f s 0.00 0.14 0.00 0.14 -nocif nocif adj m s 1.53 1.69 0.56 0.74 -nocifs nocif adj m p 1.53 1.69 0.38 0.34 -nocive nocif adj f s 1.53 1.69 0.31 0.41 -nocives nocif adj f p 1.53 1.69 0.27 0.20 -nocivité nocivité nom f s 0.16 0.20 0.16 0.20 -noctambule noctambule adj m s 0.51 0.61 0.38 0.27 -noctambules noctambule adj p 0.51 0.61 0.14 0.34 -noctambulisme noctambulisme nom m s 0.00 0.14 0.00 0.14 -nocturnal nocturnal nom m s 0.01 0.07 0.01 0.07 -nocturne nocturne adj s 5.71 37.16 4.09 25.41 -nocturnes nocturne adj p 5.71 37.16 1.62 11.76 -nodal nodal adj m s 0.01 0.41 0.01 0.34 -nodales nodal adj f p 0.01 0.41 0.00 0.07 -nodosités nodosité nom f p 0.01 0.27 0.01 0.27 -nodule nodule nom m s 0.43 0.00 0.12 0.00 -nodules nodule nom m p 0.43 0.00 0.31 0.00 -noduleux noduleux adj m p 0.00 0.14 0.00 0.14 -nodus nodus nom m 0.00 0.07 0.00 0.07 -noeud noeud nom m s 11.12 24.26 7.64 14.46 -noeuds noeud nom m p 11.12 24.26 3.48 9.80 -noie noyer ver 27.29 38.58 4.53 3.85 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:1s;sub:pre:3s; -noient noyer ver 27.29 38.58 0.48 1.08 ind:pre:3p; -noiera noyer ver 27.29 38.58 0.14 0.07 ind:fut:3s; -noierai noyer ver 27.29 38.58 0.17 0.07 ind:fut:1s; -noieraient noyer ver 27.29 38.58 0.00 0.07 cnd:pre:3p; -noierait noyer ver 27.29 38.58 0.56 0.47 cnd:pre:3s; -noieras noyer ver 27.29 38.58 0.04 0.00 ind:fut:2s; -noierez noyer ver 27.29 38.58 0.10 0.07 ind:fut:2p; -noieront noyer ver 27.29 38.58 0.14 0.00 ind:fut:3p; -noies noyer ver 27.29 38.58 0.71 0.14 ind:pre:2s; -noir noir adj m s 144.81 482.23 72.20 184.86 -noiraud noiraud adj m s 0.70 4.80 0.69 1.28 -noiraude noiraud adj f s 0.70 4.80 0.01 3.31 -noiraudes noiraud adj f p 0.70 4.80 0.00 0.14 -noirauds noiraud nom m p 0.37 0.81 0.01 0.00 -noirceur noirceur nom f s 0.63 3.24 0.63 2.97 -noirceurs noirceur nom f p 0.63 3.24 0.00 0.27 -noirci noirci adj m s 0.66 4.93 0.47 1.35 -noircie noircir ver f s 2.14 10.41 0.15 1.01 par:pas; -noircies noirci adj f p 0.66 4.93 0.04 1.69 -noircir noircir ver 2.14 10.41 0.68 2.16 inf; -noircirai noircir ver 2.14 10.41 0.01 0.00 ind:fut:1s; -noircirais noircir ver 2.14 10.41 0.00 0.07 cnd:pre:1s; -noircirait noircir ver 2.14 10.41 0.00 0.07 cnd:pre:3s; -noircirent noircir ver 2.14 10.41 0.00 0.20 ind:pas:3p; -noircis noircir ver m p 2.14 10.41 0.35 0.88 imp:pre:2s;ind:pre:1s;ind:pre:2s;par:pas; -noircissaient noircir ver 2.14 10.41 0.14 0.20 ind:imp:3p; -noircissais noircir ver 2.14 10.41 0.00 0.07 ind:imp:1s; -noircissait noircir ver 2.14 10.41 0.01 1.28 ind:imp:3s; -noircissant noircir ver 2.14 10.41 0.00 0.34 par:pre; -noircisse noircir ver 2.14 10.41 0.00 0.07 sub:pre:1s; -noircissent noircir ver 2.14 10.41 0.11 0.20 ind:pre:3p; -noircissez noircir ver 2.14 10.41 0.05 0.07 imp:pre:2p;ind:pre:2p; -noircit noircir ver 2.14 10.41 0.25 0.68 ind:pre:3s;ind:pas:3s; -noire noir adj f s 144.81 482.23 41.57 140.88 -noires noir adj f p 144.81 482.23 9.39 62.64 -noirâtre noirâtre adj s 0.02 6.08 0.02 4.12 -noirâtres noirâtre adj p 0.02 6.08 0.00 1.96 -noirs noir adj m p 144.81 482.23 21.65 93.85 -noise noise nom f s 1.14 0.68 0.35 0.27 -noises noise nom f p 1.14 0.68 0.79 0.41 -noisetier noisetier nom m s 1.12 3.24 1.10 1.62 -noisetiers noisetier nom m p 1.12 3.24 0.03 1.62 -noisette noisette nom f s 2.90 3.99 0.57 1.69 -noisettes noisette nom f p 2.90 3.99 2.33 2.30 -noix noix nom f 12.83 12.23 12.83 12.23 -nok nok adj f s 0.03 0.00 0.03 0.00 -nolis nolis nom m 0.00 0.07 0.00 0.07 -nom nom nom m s 570.67 395.00 528.17 326.89 -nomade nomade nom s 1.32 4.86 0.60 1.62 -nomades nomade nom p 1.32 4.86 0.72 3.24 -nomadisait nomadiser ver 0.00 0.20 0.00 0.07 ind:imp:3s; -nomadisant nomadiser ver 0.00 0.20 0.00 0.07 par:pre; -nomadisent nomadiser ver 0.00 0.20 0.00 0.07 ind:pre:3p; -nomadisme nomadisme nom m s 0.01 0.68 0.01 0.68 -nombre nombre nom m s 40.16 78.38 36.57 76.28 -nombres nombre nom m p 40.16 78.38 3.59 2.09 -nombreuse nombreux adj f s 44.64 60.27 0.74 5.34 -nombreuses nombreux adj f p 44.64 60.27 14.01 17.91 -nombreux nombreux adj m 44.64 60.27 29.89 37.03 -nombril nombril nom m s 4.34 5.54 4.26 5.20 -nombrilisme nombrilisme nom m s 0.03 0.00 0.03 0.00 -nombriliste nombriliste nom s 0.14 0.00 0.14 0.00 -nombrils nombril nom m p 4.34 5.54 0.08 0.34 -nome nome nom m s 0.24 0.07 0.24 0.07 -nomenclature nomenclature nom f s 0.03 1.01 0.03 0.81 -nomenclatures nomenclature nom f p 0.03 1.01 0.00 0.20 -nomenklatura nomenklatura nom f s 0.00 0.14 0.00 0.14 -nominal nominal adj m s 0.39 0.34 0.09 0.14 -nominale nominal adj f s 0.39 0.34 0.10 0.07 -nominalement nominalement adv 0.01 0.00 0.01 0.00 -nominales nominal adj f p 0.39 0.34 0.02 0.14 -nominaliste nominaliste adj m s 0.00 0.07 0.00 0.07 -nominatif nominatif adj m s 0.09 0.47 0.05 0.07 -nominatifs nominatif adj m p 0.09 0.47 0.00 0.20 -nomination nomination nom f s 3.50 3.11 3.10 2.77 -nominations nomination nom f p 3.50 3.11 0.40 0.34 -nominative nominatif adj f s 0.09 0.47 0.03 0.07 -nominatives nominatif adj f p 0.09 0.47 0.01 0.14 -nominaux nominal adj m p 0.39 0.34 0.17 0.00 -nomine nominer ver 1.42 0.34 0.25 0.34 ind:pre:1s;ind:pre:3s; -nominer nominer ver 1.42 0.34 0.04 0.00 inf; -nominé nominer ver m s 1.42 0.34 0.56 0.00 par:pas; -nominée nominer ver f s 1.42 0.34 0.21 0.00 par:pas; -nominées nominer ver f p 1.42 0.34 0.08 0.00 par:pas; -nominés nominer ver m p 1.42 0.34 0.27 0.00 par:pas; -nomma nommer ver 45.60 62.30 0.30 1.82 ind:pas:3s; -nommai nommer ver 45.60 62.30 0.00 0.68 ind:pas:1s; -nommaient nommer ver 45.60 62.30 0.02 1.22 ind:imp:3p; -nommais nommer ver 45.60 62.30 0.02 0.27 ind:imp:1s; -nommait nommer ver 45.60 62.30 0.51 6.82 ind:imp:3s; -nommant nommer ver 45.60 62.30 0.57 0.95 par:pre; -nomme nommer ver 45.60 62.30 9.41 9.53 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -nomment nommer ver 45.60 62.30 0.69 1.22 ind:pre:3p; -nommer nommer ver 45.60 62.30 7.41 10.47 inf; -nommera nommer ver 45.60 62.30 0.64 0.27 ind:fut:3s; -nommerai nommer ver 45.60 62.30 1.10 0.27 ind:fut:1s; -nommerais nommer ver 45.60 62.30 0.21 0.00 cnd:pre:1s;cnd:pre:2s; -nommerait nommer ver 45.60 62.30 0.04 0.14 cnd:pre:3s; -nommeras nommer ver 45.60 62.30 0.02 0.00 ind:fut:2s; -nommeriez nommer ver 45.60 62.30 0.02 0.00 cnd:pre:2p; -nommerons nommer ver 45.60 62.30 0.05 0.00 ind:fut:1p; -nommeront nommer ver 45.60 62.30 0.05 0.07 ind:fut:3p; -nommes nommer ver 45.60 62.30 0.61 0.07 ind:pre:2s;sub:pre:2s; -nommez nommer ver 45.60 62.30 1.14 0.61 imp:pre:2p;ind:pre:2p; -nommiez nommer ver 45.60 62.30 0.17 0.00 ind:imp:2p; -nommions nommer ver 45.60 62.30 0.01 0.27 ind:imp:1p; -nommons nommer ver 45.60 62.30 0.34 0.34 imp:pre:1p;ind:pre:1p; -nommât nommer ver 45.60 62.30 0.00 0.14 sub:imp:3s; -nommèrent nommer ver 45.60 62.30 0.15 0.14 ind:pas:3p; -nommé nommer ver m s 45.60 62.30 18.24 20.41 par:pas; -nommée nommer ver f s 45.60 62.30 3.01 3.51 par:pas; -nommées nommer ver f p 45.60 62.30 0.20 0.81 par:pas; -nommément nommément adv 0.10 0.47 0.10 0.47 -nommés nommer ver m p 45.60 62.30 0.68 2.30 par:pas; -noms nom nom m p 570.67 395.00 42.50 68.11 -non_agression non_agression nom f s 0.07 0.61 0.07 0.61 -non_alignement non_alignement nom m s 0.04 0.00 0.04 0.00 -non_aligné non_aligné adj m p 0.09 0.00 0.09 0.00 -non_amour non_amour nom m s 0.10 0.00 0.10 0.00 -non_appartenance non_appartenance nom f s 0.01 0.07 0.01 0.07 -non_assistance non_assistance nom f s 0.10 0.07 0.10 0.07 -non_blanc non_blanc nom m s 0.04 0.07 0.00 0.07 -non_blanc non_blanc nom m p 0.04 0.07 0.04 0.00 -non_combattant non_combattant adj m s 0.15 0.00 0.01 0.00 -non_combattant non_combattant nom m s 0.03 0.00 0.01 0.00 -non_combattant non_combattant adj m p 0.15 0.00 0.14 0.00 -non_comparution non_comparution nom f s 0.01 0.00 0.01 0.00 -non_concurrence non_concurrence nom f s 0.01 0.00 0.01 0.00 -non_conformisme non_conformisme nom m s 0.00 0.20 0.00 0.20 -non_conformiste non_conformiste adj s 0.14 0.00 0.10 0.00 -non_conformiste non_conformiste adj p 0.14 0.00 0.04 0.00 -non_conformité non_conformité nom f s 0.01 0.00 0.01 0.00 -non_consommation non_consommation nom f s 0.03 0.00 0.03 0.00 -non_croyance non_croyance nom f s 0.10 0.00 0.10 0.00 -non_croyant non_croyant nom m s 0.62 0.07 0.21 0.07 -non_croyant non_croyant nom m p 0.62 0.07 0.41 0.00 -non_culpabilité non_culpabilité nom f s 0.01 0.00 0.01 0.00 -non_dit non_dit nom m s 0.27 0.88 0.09 0.74 -non_dit non_dit nom m p 0.27 0.88 0.18 0.14 -non_droit non_droit nom m s 0.22 0.00 0.22 0.00 -non_existence non_existence nom f s 0.07 0.07 0.07 0.07 -non_ferreux non_ferreux nom m 0.01 0.00 0.01 0.00 -non_fumeur non_fumeur adj m s 0.68 0.00 0.68 0.00 -non_fumeurs non_fumeurs adj 0.44 0.07 0.44 0.07 -non_initié non_initié nom m s 0.22 0.34 0.03 0.14 -non_initié non_initié nom m p 0.22 0.34 0.19 0.20 -non_intervention non_intervention nom f s 0.21 0.14 0.21 0.14 -non_lieu non_lieu nom m s 1.08 1.42 1.08 1.42 -non_lieux non_lieux nom m p 0.01 0.20 0.01 0.20 -non_malade non_malade nom p 0.00 0.07 0.00 0.07 -non_paiement non_paiement nom m s 0.10 0.07 0.10 0.07 -non_participation non_participation nom f s 0.01 0.07 0.01 0.07 -non_pesanteur non_pesanteur nom f s 0.00 0.07 0.00 0.07 -non_prolifération non_prolifération nom f s 0.09 0.00 0.09 0.00 -non_présence non_présence nom f s 0.01 0.14 0.01 0.14 -non_recevoir non_recevoir nom m s 0.06 0.20 0.06 0.20 -non_représentation non_représentation nom f s 0.01 0.00 0.01 0.00 -non_respect non_respect nom m s 0.16 0.00 0.16 0.00 -non_retour non_retour nom m s 0.34 0.41 0.34 0.41 -non_résistance non_résistance nom f s 0.00 0.14 0.00 0.14 -non_savoir non_savoir nom m s 0.04 0.07 0.04 0.07 -non_sens non_sens nom m 0.83 0.95 0.83 0.95 -non_spécialiste non_spécialiste nom s 0.02 0.07 0.01 0.00 -non_spécialiste non_spécialiste nom p 0.02 0.07 0.01 0.07 -non_stop non_stop adj 0.89 0.14 0.89 0.14 -non_séparation non_séparation nom f s 0.00 0.07 0.00 0.07 -non_utilisation non_utilisation nom f s 0.01 0.00 0.01 0.00 -non_être non_être nom m 0.00 0.95 0.00 0.95 -non_événement non_événement nom m s 0.02 0.00 0.02 0.00 -non_vie non_vie nom f s 0.04 0.00 0.04 0.00 -non_violence non_violence nom f s 0.63 0.07 0.63 0.07 -non_violent non_violent adj m s 0.31 0.07 0.19 0.07 -non_violent non_violent adj f s 0.31 0.07 0.07 0.00 -non_violent non_violent adj m p 0.31 0.07 0.05 0.00 -non_vouloir non_vouloir nom m s 0.00 0.07 0.00 0.07 -non_voyant non_voyant nom m s 0.32 0.27 0.28 0.20 -non_voyant non_voyant nom f s 0.32 0.27 0.02 0.00 -non_voyant non_voyant nom m p 0.32 0.27 0.03 0.07 -non_troppo non_troppo adv 0.00 0.07 0.00 0.07 -non non pro_per s 0.01 0.00 0.01 0.00 -nonagénaire nonagénaire adj s 0.01 0.54 0.01 0.41 -nonagénaires nonagénaire nom p 0.03 0.14 0.01 0.00 -nonante_huit nonante_huit adj_num 0.00 0.07 0.00 0.07 -nonante nonante adj_num 0.27 0.27 0.27 0.27 -nonce nonce nom m s 0.01 0.68 0.01 0.68 -nonchalamment nonchalamment adv 0.04 2.70 0.04 2.70 -nonchalance nonchalance nom f s 0.47 5.00 0.47 5.00 -nonchalant nonchalant adj m s 0.60 7.64 0.21 3.31 -nonchalante nonchalant adj f s 0.60 7.64 0.27 2.77 -nonchalantes nonchalant adj f p 0.60 7.64 0.11 0.68 -nonchalants nonchalant adj m p 0.60 7.64 0.01 0.88 -nonciature nonciature nom f s 0.14 0.14 0.14 0.14 -none none nom f s 0.67 0.41 0.48 0.07 -nones none nom f p 0.67 0.41 0.19 0.34 -nonette nonette nom s 0.00 0.27 0.00 0.20 -nonettes nonette nom p 0.00 0.27 0.00 0.07 -nonidi nonidi nom m s 0.00 0.07 0.00 0.07 -nonnain nonnain nom m s 0.00 0.61 0.00 0.61 -nonne nonne nom f s 8.46 3.72 5.46 1.69 -nonnes nonne nom f p 8.46 3.72 3.01 2.03 -nonnette nonnette nom f s 0.14 0.41 0.04 0.34 -nonnettes nonnette nom f p 0.14 0.41 0.10 0.07 -nonobstant nonobstant pre 0.16 2.97 0.16 2.97 -nonpareille nonpareil adj f s 0.01 0.14 0.01 0.14 -nonsense nonsense nom m s 0.04 0.07 0.04 0.07 -nope nope nom f s 0.50 0.00 0.50 0.00 -noradrénaline noradrénaline nom f s 0.05 0.00 0.05 0.00 -nord_africain nord_africain adj m s 0.05 1.96 0.02 0.20 -nord_africain nord_africain adj f s 0.05 1.96 0.01 0.95 -nord_africain nord_africain adj f p 0.05 1.96 0.01 0.07 -nord_africain nord_africain adj m p 0.05 1.96 0.01 0.74 -nord_américain nord_américain adj m s 0.32 0.20 0.24 0.07 -nord_américain nord_américain adj f s 0.32 0.20 0.06 0.14 -nord_américain nord_américain nom m p 0.13 0.00 0.03 0.00 -nord_coréen nord_coréen adj m s 0.36 0.00 0.24 0.00 -nord_coréen nord_coréen adj f s 0.36 0.00 0.06 0.00 -nord_coréen nord_coréen adj f p 0.36 0.00 0.02 0.00 -nord_coréen nord_coréen nom m p 0.23 0.07 0.18 0.07 -nord_est nord_est nom m 1.40 2.84 1.40 2.84 -nord_nord_est nord_nord_est nom m s 0.03 0.14 0.03 0.14 -nord_ouest nord_ouest nom m 0.95 1.22 0.95 1.22 -nord_sud nord_sud adj 0.15 0.88 0.15 0.88 -nord_vietnamien nord_vietnamien adj m s 0.11 0.00 0.04 0.00 -nord_vietnamien nord_vietnamien adj f s 0.11 0.00 0.04 0.00 -nord_vietnamien nord_vietnamien nom m p 0.12 0.00 0.11 0.00 -nord nord nom m 50.38 72.30 50.38 72.30 -nordet nordet nom m s 0.00 0.07 0.00 0.07 -nordicité nordicité nom f s 0.01 0.00 0.01 0.00 -nordique nordique adj s 1.43 1.69 1.15 1.22 -nordiques nordique nom p 0.71 0.47 0.31 0.07 -nordiste nordiste adj s 0.47 0.14 0.22 0.14 -nordistes nordiste nom p 0.78 0.07 0.66 0.07 -noria noria nom f s 0.01 0.61 0.01 0.54 -norias noria nom f p 0.01 0.61 0.00 0.07 -normal normal adj m s 127.15 62.77 90.98 42.97 -normale normal adj f s 127.15 62.77 23.74 13.45 -normalement normalement adv 20.37 12.43 20.37 12.43 -normales normal adj f p 127.15 62.77 4.08 2.30 -normalien normalien nom m s 0.00 2.23 0.00 1.35 -normalienne normalien adj f s 0.00 0.34 0.00 0.14 -normaliennes normalien nom f p 0.00 2.23 0.00 0.07 -normaliens normalien nom m p 0.00 2.23 0.00 0.81 -normalisation normalisation nom f s 0.13 0.41 0.13 0.41 -normalise normaliser ver 0.20 0.54 0.04 0.07 ind:pre:3s; -normalisent normaliser ver 0.20 0.54 0.00 0.07 ind:pre:3p; -normaliser normaliser ver 0.20 0.54 0.12 0.27 inf; -normalisons normaliser ver 0.20 0.54 0.00 0.07 ind:pre:1p; -normalisée normaliser ver f s 0.20 0.54 0.03 0.00 par:pas; -normalisées normaliser ver f p 0.20 0.54 0.00 0.07 par:pas; -normalisés normaliser ver m p 0.20 0.54 0.01 0.00 par:pas; -normalité normalité nom f s 1.27 0.74 1.27 0.74 -normand normand adj m s 0.79 6.42 0.45 2.03 -normande normand adj f s 0.79 6.42 0.27 2.97 -normandes normand adj f p 0.79 6.42 0.03 0.74 -normands normand adj m p 0.79 6.42 0.05 0.68 -normatif normatif adj m s 0.01 0.27 0.01 0.14 -normative normatif adj f s 0.01 0.27 0.00 0.14 -normaux normal adj m p 127.15 62.77 8.35 4.05 -norme norme nom f s 5.00 3.78 1.58 1.15 -normes norme nom f p 5.00 3.78 3.42 2.64 -noroît noroît nom m s 0.00 0.34 0.00 0.34 -norroise norrois adj f s 0.01 0.00 0.01 0.00 -norvégien norvégien adj m s 2.96 1.15 1.16 0.54 -norvégienne norvégien adj f s 2.96 1.15 1.00 0.14 -norvégiennes norvégien adj f p 2.96 1.15 0.47 0.14 -norvégiens norvégien adj m p 2.96 1.15 0.34 0.34 -nos nos adj_pos p 524.63 579.19 524.63 579.19 -nosocomiale nosocomial adj f s 0.01 0.00 0.01 0.00 -nostalgie nostalgie nom f s 4.45 20.07 4.44 18.04 -nostalgies nostalgie nom f p 4.45 20.07 0.01 2.03 -nostalgique nostalgique adj s 1.31 5.27 1.11 3.78 -nostalgiquement nostalgiquement adv 0.00 0.20 0.00 0.20 -nostalgiques nostalgique adj p 1.31 5.27 0.20 1.49 -not not nom 0.56 0.07 0.56 0.07 -nota_bene nota_bene adv 0.01 0.07 0.01 0.07 -nota noter ver 31.24 44.53 0.02 4.12 ind:pas:3s; -notabilité notabilité nom f s 0.00 0.74 0.00 0.07 -notabilités notabilité nom f p 0.00 0.74 0.00 0.68 -notable notable adj s 0.69 5.00 0.49 3.65 -notablement notablement adv 0.04 0.74 0.04 0.74 -notables notable nom p 0.63 6.55 0.52 5.20 -notai noter ver 31.24 44.53 0.14 1.62 ind:pas:1s; -notaient noter ver 31.24 44.53 0.03 0.27 ind:imp:3p; -notaire notaire nom m s 4.69 17.23 4.63 14.86 -notaires notaire nom m p 4.69 17.23 0.06 2.36 -notais noter ver 31.24 44.53 0.31 1.01 ind:imp:1s; -notait noter ver 31.24 44.53 0.32 2.70 ind:imp:3s; -notamment notamment adv 2.20 20.20 2.20 20.20 -notant noter ver 31.24 44.53 0.16 1.01 par:pre; -notarial notarial adj m s 0.03 0.20 0.01 0.14 -notariale notarial adj f s 0.03 0.20 0.01 0.00 -notariat notariat nom m s 0.00 0.20 0.00 0.20 -notariaux notarial adj m p 0.03 0.20 0.00 0.07 -notarié notarier ver m s 0.09 0.20 0.05 0.07 par:pas; -notariée notarié adj f s 0.07 0.07 0.01 0.00 -notariées notarier ver f p 0.09 0.20 0.01 0.07 par:pas; -notariés notarier ver m p 0.09 0.20 0.03 0.07 par:pas; -notation notation nom f s 0.21 1.08 0.19 0.54 -notations notation nom f p 0.21 1.08 0.03 0.54 -note note nom f s 62.82 77.43 33.42 39.32 -notent noter ver 31.24 44.53 0.28 0.14 ind:pre:3p; -noter noter ver 31.24 44.53 5.44 8.78 inf; -notera noter ver 31.24 44.53 0.03 0.47 ind:fut:3s; -noterai noter ver 31.24 44.53 0.51 0.20 ind:fut:1s; -noterais noter ver 31.24 44.53 0.05 0.00 cnd:pre:1s;cnd:pre:2s; -noterait noter ver 31.24 44.53 0.04 0.27 cnd:pre:3s; -noteras noter ver 31.24 44.53 0.03 0.07 ind:fut:2s; -noterez noter ver 31.24 44.53 0.19 0.34 ind:fut:2p; -noterons noter ver 31.24 44.53 0.01 0.07 ind:fut:1p; -noteront noter ver 31.24 44.53 0.04 0.00 ind:fut:3p; -notes note nom f p 62.82 77.43 29.40 38.11 -notez noter ver 31.24 44.53 5.74 5.14 imp:pre:2p;ind:pre:2p; -notice notice nom f s 1.23 2.57 0.92 1.96 -notices notice nom f p 1.23 2.57 0.31 0.61 -notiez noter ver 31.24 44.53 0.35 0.00 ind:imp:2p; -notifia notifier ver 0.75 3.18 0.00 0.47 ind:pas:3s; -notifiai notifier ver 0.75 3.18 0.00 0.20 ind:pas:1s; -notifiaient notifier ver 0.75 3.18 0.00 0.07 ind:imp:3p; -notifiait notifier ver 0.75 3.18 0.00 0.20 ind:imp:3s; -notifiant notifier ver 0.75 3.18 0.00 0.20 par:pre; -notification notification nom f s 0.37 0.54 0.37 0.54 -notifier notifier ver 0.75 3.18 0.27 0.74 inf; -notifiez notifier ver 0.75 3.18 0.01 0.00 imp:pre:2p; -notifions notifier ver 0.75 3.18 0.02 0.07 ind:pre:1p; -notifié notifier ver m s 0.75 3.18 0.42 0.88 par:pas; -notifiée notifier ver f s 0.75 3.18 0.02 0.27 par:pas; -notifiées notifié adj f p 0.00 0.20 0.00 0.14 -notion notion nom f s 5.79 14.05 4.99 10.61 -notions notion nom f p 5.79 14.05 0.81 3.45 -notoire notoire adj s 1.81 5.81 1.55 4.39 -notoirement notoirement adv 0.17 0.61 0.17 0.61 -notoires notoire adj p 1.81 5.81 0.26 1.42 -notonecte notonecte nom s 0.00 0.14 0.00 0.07 -notonectes notonecte nom p 0.00 0.14 0.00 0.07 -notons noter ver 31.24 44.53 0.18 0.20 imp:pre:1p;ind:pre:1p; -notoriété notoriété nom f s 0.65 2.84 0.65 2.77 -notoriétés notoriété nom f p 0.65 2.84 0.00 0.07 -notre_dame notre_dame nom f 2.69 8.58 2.69 8.58 -notre notre adj_pos s 1022.94 680.68 1022.94 680.68 -notèrent noter ver 31.24 44.53 0.01 0.07 ind:pas:3p; -noté noter ver m s 31.24 44.53 11.04 8.11 par:pas; -notée noter ver f s 31.24 44.53 0.33 0.27 par:pas; -notées noté adj f p 1.40 0.68 0.16 0.00 -notules notule nom f p 0.00 0.20 0.00 0.20 -notés noter ver m p 31.24 44.53 0.56 0.47 par:pas; -noua nouer ver 3.61 32.50 0.01 3.04 ind:pas:3s; -nouage nouage nom m s 0.01 0.00 0.01 0.00 -nouai nouer ver 3.61 32.50 0.00 0.20 ind:pas:1s; -nouaient nouer ver 3.61 32.50 0.02 1.49 ind:imp:3p; -nouais nouer ver 3.61 32.50 0.00 0.27 ind:imp:1s; -nouait nouer ver 3.61 32.50 0.03 3.85 ind:imp:3s; -nouant nouer ver 3.61 32.50 0.01 1.01 par:pre; -nouas nouer ver 3.61 32.50 0.01 0.00 ind:pas:2s; -nouba nouba nom f s 0.98 0.88 0.95 0.74 -noubas nouba nom f p 0.98 0.88 0.04 0.14 -noue nouer ver 3.61 32.50 0.52 1.62 imp:pre:2s;ind:pre:1s;ind:pre:3s; -nouent nouer ver 3.61 32.50 0.16 1.69 ind:pre:3p; -nouer nouer ver 3.61 32.50 1.67 6.01 inf; -nouera nouer ver 3.61 32.50 0.01 0.07 ind:fut:3s; -nouerais nouer ver 3.61 32.50 0.01 0.07 cnd:pre:1s;cnd:pre:2s; -nouerait nouer ver 3.61 32.50 0.00 0.07 cnd:pre:3s; -nouerez nouer ver 3.61 32.50 0.00 0.07 ind:fut:2p; -noueront nouer ver 3.61 32.50 0.00 0.07 ind:fut:3p; -noueuse noueux adj f s 0.22 5.14 0.00 0.74 -noueuses noueux adj f p 0.22 5.14 0.00 1.62 -noueux noueux adj m 0.22 5.14 0.22 2.77 -nouez nouer ver 3.61 32.50 0.18 0.00 imp:pre:2p;ind:pre:2p; -nougat nougat nom m s 0.94 2.16 0.89 1.49 -nougatine nougatine nom f s 0.04 0.47 0.03 0.41 -nougatines nougatine nom f p 0.04 0.47 0.01 0.07 -nougats nougat nom m p 0.94 2.16 0.05 0.68 -nouille nouille nom f s 4.37 4.26 1.02 0.47 -nouilles nouille nom f p 4.37 4.26 3.35 3.78 -noël noël nom m s 2.98 6.69 2.14 5.95 -noëls noël nom m p 2.98 6.69 0.84 0.74 -noumène noumène nom m s 0.00 0.07 0.00 0.07 -nounou nounou nom f s 4.40 5.00 3.87 4.86 -nounours nounours nom m 3.71 2.03 3.71 2.03 -nounous nounou nom f p 4.40 5.00 0.53 0.14 -nourrît nourrir ver 52.53 64.53 0.00 0.07 sub:imp:3s; -nourri nourrir ver m s 52.53 64.53 6.13 7.43 par:pas; -nourrice nourrice nom f s 6.17 8.38 5.88 7.36 -nourrices nourrice nom f p 6.17 8.38 0.29 1.01 -nourricier nourricier adj m s 0.34 2.91 0.15 1.01 -nourriciers nourricier adj m p 0.34 2.91 0.01 0.61 -nourricière nourricier adj f s 0.34 2.91 0.16 1.15 -nourricières nourricier adj f p 0.34 2.91 0.02 0.14 -nourrie nourrir ver f s 52.53 64.53 0.91 2.97 par:pas; -nourries nourrir ver f p 52.53 64.53 0.11 0.95 par:pas; -nourrir nourrir ver 52.53 64.53 22.08 24.05 inf;; -nourrira nourrir ver 52.53 64.53 0.52 0.47 ind:fut:3s; -nourrirai nourrir ver 52.53 64.53 0.36 0.20 ind:fut:1s; -nourriraient nourrir ver 52.53 64.53 0.01 0.20 cnd:pre:3p; -nourrirais nourrir ver 52.53 64.53 0.05 0.00 cnd:pre:1s;cnd:pre:2s; -nourrirait nourrir ver 52.53 64.53 0.35 0.41 cnd:pre:3s; -nourriras nourrir ver 52.53 64.53 0.03 0.00 ind:fut:2s; -nourrirent nourrir ver 52.53 64.53 0.00 0.14 ind:pas:3p; -nourrirez nourrir ver 52.53 64.53 0.06 0.00 ind:fut:2p; -nourririons nourrir ver 52.53 64.53 0.01 0.00 cnd:pre:1p; -nourrirons nourrir ver 52.53 64.53 0.07 0.07 ind:fut:1p; -nourriront nourrir ver 52.53 64.53 0.18 0.20 ind:fut:3p; -nourris nourrir ver m p 52.53 64.53 6.36 3.51 imp:pre:2s;ind:pre:1s;ind:pre:2s;par:pas; -nourrissage nourrissage nom m s 0.02 0.14 0.02 0.14 -nourrissaient nourrir ver 52.53 64.53 0.26 1.82 ind:imp:3p; -nourrissais nourrir ver 52.53 64.53 0.54 0.95 ind:imp:1s;ind:imp:2s; -nourrissait nourrir ver 52.53 64.53 1.00 7.91 ind:imp:3s; -nourrissant nourrissant adj m s 1.01 1.49 0.68 0.81 -nourrissante nourrissant adj f s 1.01 1.49 0.28 0.47 -nourrissantes nourrissant adj f p 1.01 1.49 0.00 0.07 -nourrissants nourrissant adj m p 1.01 1.49 0.05 0.14 -nourrisse nourrir ver 52.53 64.53 0.52 0.74 sub:pre:1s;sub:pre:3s; -nourrissent nourrir ver 52.53 64.53 2.46 3.31 ind:pre:3p;sub:imp:3p; -nourrisses nourrir ver 52.53 64.53 0.06 0.14 sub:pre:2s; -nourrisseur nourrisseur nom m s 0.00 0.14 0.00 0.14 -nourrissez nourrir ver 52.53 64.53 0.91 0.27 imp:pre:2p;ind:pre:2p; -nourrissiez nourrir ver 52.53 64.53 0.03 0.07 ind:imp:2p; -nourrissions nourrir ver 52.53 64.53 0.02 0.20 ind:imp:1p; -nourrisson nourrisson nom m s 1.62 4.53 1.13 3.04 -nourrissons nourrisson nom m p 1.62 4.53 0.49 1.49 -nourrit nourrir ver 52.53 64.53 8.78 6.55 ind:pre:3s;ind:pas:3s; -nourriture nourriture nom f s 44.86 31.01 44.59 25.74 -nourritures nourriture nom f p 44.86 31.01 0.27 5.27 -nous_même nous_même pro_per p 1.12 0.61 1.12 0.61 -nous_mêmes nous_mêmes pro_per p 11.11 16.28 11.11 16.28 -nous nous pro_per p 4772.12 3867.84 4772.12 3867.84 -nouèrent nouer ver 3.61 32.50 0.00 0.34 ind:pas:3p; -noué nouer ver m s 3.61 32.50 0.47 5.81 par:pas; -nouée noué adj f s 1.01 6.62 0.45 3.24 -nouées nouer ver f p 3.61 32.50 0.17 1.62 par:pas; -noués nouer ver m p 3.61 32.50 0.21 3.04 par:pas; -nouveau_né nouveau_né nom m s 2.72 4.80 2.27 3.18 -nouveau_né nouveau_né nom m p 2.72 4.80 0.14 1.49 -nouveau nouveau adj m s 400.60 358.11 170.28 138.31 -nouveauté nouveauté nom f s 4.23 8.72 3.23 6.55 -nouveautés nouveauté nom f p 4.23 8.72 1.00 2.16 -nouveau_né nouveau_né nom m p 2.72 4.80 0.30 0.14 -nouveaux nouveau adj m p 400.60 358.11 39.17 47.30 -nouvel nouvel adj m s 30.59 22.23 30.59 22.23 -nouvelle nouveau adj f s 400.60 358.11 152.78 130.81 -nouvellement nouvellement adv 0.27 1.62 0.27 1.62 -nouvelles nouveau nom f p 229.97 285.88 82.08 59.46 -nouvelleté nouvelleté nom f s 0.00 0.07 0.00 0.07 -nouvelliste nouvelliste nom s 0.01 0.00 0.01 0.00 -nova nova nom f s 4.14 0.07 4.14 0.07 -novateur novateur adj m s 0.38 0.68 0.27 0.20 -novateurs novateur nom m p 0.30 0.27 0.27 0.00 -novation novation nom f s 0.14 0.00 0.14 0.00 -novatrice novateur adj f s 0.38 0.68 0.05 0.27 -novatrices novateur adj f p 0.38 0.68 0.02 0.07 -nove nover ver 0.02 0.07 0.00 0.07 imp:pre:2s; -novelettes novelette nom f p 0.01 0.00 0.01 0.00 -novembre novembre nom m 8.79 33.04 8.79 33.04 -novice novice nom s 2.01 2.91 1.05 1.35 -novices novice nom p 2.01 2.91 0.96 1.55 -noviciat noviciat nom m s 0.04 0.61 0.04 0.61 -novilleros novillero nom m p 0.00 0.07 0.00 0.07 -novillo novillo nom m s 0.00 0.14 0.00 0.14 -novocaïne novocaïne nom f s 0.13 0.27 0.13 0.27 -novotique novotique nom f s 0.01 0.00 0.01 0.00 -novélisation novélisation nom f s 0.03 0.00 0.03 0.00 -noya noyer ver 27.29 38.58 0.33 0.74 ind:pas:3s; -noyade noyade nom f s 1.96 2.43 1.85 2.03 -noyades noyade nom f p 1.96 2.43 0.12 0.41 -noyaient noyer ver 27.29 38.58 0.06 1.15 ind:imp:3p; -noyais noyer ver 27.29 38.58 0.30 0.20 ind:imp:1s;ind:imp:2s; -noyait noyer ver 27.29 38.58 0.38 3.24 ind:imp:3s; -noyant noyer ver 27.29 38.58 0.18 1.55 par:pre; -noyau noyau nom m s 4.15 9.66 3.71 7.36 -noyauta noyauter ver 0.01 0.88 0.00 0.07 ind:pas:3s; -noyautage noyautage nom m s 0.01 0.20 0.01 0.20 -noyautant noyauter ver 0.01 0.88 0.00 0.07 par:pre; -noyautent noyauter ver 0.01 0.88 0.00 0.07 ind:pre:3p; -noyauter noyauter ver 0.01 0.88 0.00 0.47 inf; -noyauté noyauter ver m s 0.01 0.88 0.00 0.07 par:pas; -noyautée noyauter ver f s 0.01 0.88 0.01 0.07 par:pas; -noyautées noyauter ver f p 0.01 0.88 0.00 0.07 par:pas; -noyaux noyau nom m p 4.15 9.66 0.45 2.30 -noyer noyer ver 27.29 38.58 9.00 11.49 inf; -noyers noyer nom m p 0.55 2.50 0.03 0.88 -noyez noyer ver 27.29 38.58 0.39 0.14 imp:pre:2p;ind:pre:2p; -noyions noyer ver 27.29 38.58 0.00 0.07 ind:imp:1p; -noyons noyer ver 27.29 38.58 0.13 0.14 imp:pre:1p;ind:pre:1p; -noyèrent noyer ver 27.29 38.58 0.00 0.27 ind:pas:3p; -noyé noyer ver m s 27.29 38.58 4.78 6.69 par:pas; -noyée noyer ver f s 27.29 38.58 3.35 3.11 par:pas; -noyées noyé adj f p 1.80 7.36 0.16 0.68 -noyés noyer ver m p 27.29 38.58 1.40 2.91 par:pas; -nèfles nèfle nom f p 0.17 0.54 0.17 0.54 -nègre nègre nom m s 18.93 27.64 11.26 15.54 -nègres nègre nom m p 18.93 27.64 6.12 7.03 -nèpe nèpe nom f s 0.00 0.14 0.00 0.07 -nèpes nèpe nom f p 0.00 0.14 0.00 0.07 -nu_propriétaire nu_propriétaire nom s 0.00 0.07 0.00 0.07 -nu_tête nu_tête adj m s 0.02 1.35 0.02 1.35 -né naître ver m s 116.11 119.32 53.72 36.01 par:pas; -nu nu adj m s 49.87 168.04 17.39 53.85 -nuage nuage nom m s 30.27 76.82 11.81 26.49 -nuages nuage nom m p 30.27 76.82 18.47 50.34 -nuageuse nuageux adj f s 1.24 1.28 0.22 0.14 -nuageuses nuageux adj f p 1.24 1.28 0.29 0.20 -nuageux nuageux adj m 1.24 1.28 0.73 0.95 -nuance nuance nom f s 1.98 20.81 1.09 10.88 -nuancer nuancer ver 0.05 2.64 0.01 0.54 inf; -nuances nuance nom f p 1.98 20.81 0.89 9.93 -nuancier nuancier nom m s 0.04 0.00 0.04 0.00 -nuancé nuancé adj m s 0.20 0.81 0.16 0.41 -nuancée nuancé adj f s 0.20 0.81 0.04 0.07 -nuancées nuancer ver f p 0.05 2.64 0.00 0.07 par:pas; -nuancés nuancé adj m p 0.20 0.81 0.01 0.27 -néandertalien néandertalien adj m s 0.01 0.00 0.01 0.00 -néandertaliens néandertalien nom m p 0.02 0.00 0.02 0.00 -néanderthalien néanderthalien nom m s 0.01 0.07 0.01 0.07 -néanmoins néanmoins con 2.70 16.35 2.70 16.35 -néant néant nom m s 6.62 23.99 6.62 23.92 -nuança nuancer ver 0.05 2.64 0.00 0.27 ind:pas:3s; -nuançaient nuancer ver 0.05 2.64 0.00 0.14 ind:imp:3p; -nuançait nuancer ver 0.05 2.64 0.00 0.34 ind:imp:3s; -nuançant nuancer ver 0.05 2.64 0.00 0.14 par:pre; -nuançât nuancer ver 0.05 2.64 0.00 0.07 sub:imp:3s; -néantisation néantisation nom f s 0.00 0.07 0.00 0.07 -néantisée néantiser ver f s 0.00 0.07 0.00 0.07 par:pas; -néants néant nom m p 6.62 23.99 0.00 0.07 -nuas nuer ver 0.63 1.96 0.00 0.07 ind:pas:2s; -nubien nubien nom m s 0.13 0.07 0.10 0.00 -nubienne nubienne adj f s 0.04 0.00 0.04 0.00 -nubiens nubien nom m p 0.13 0.07 0.03 0.07 -nubile nubile adj s 0.31 0.54 0.25 0.34 -nubiles nubile adj f p 0.31 0.54 0.06 0.20 -nubilité nubilité nom f s 0.00 0.14 0.00 0.14 -nubuck nubuck nom m s 0.16 0.00 0.16 0.00 -nébuleuse nébuleux nom f s 0.71 1.22 0.71 0.61 -nébuleuses nébuleux adj f p 0.45 1.28 0.04 0.27 -nébuleux nébuleux adj m 0.45 1.28 0.38 0.68 -nébuliseur nébuliseur nom m s 0.01 0.00 0.01 0.00 -nébulosité nébulosité nom f s 0.10 0.14 0.10 0.14 -nucal nucal adj m s 0.01 0.00 0.01 0.00 -nécessaire nécessaire adj s 52.00 68.11 44.29 48.45 -nécessairement nécessairement adv 3.31 7.64 3.31 7.64 -nécessaires nécessaire adj p 52.00 68.11 7.71 19.66 -nécessita nécessiter ver 4.16 4.12 0.01 0.20 ind:pas:3s; -nécessitaient nécessiter ver 4.16 4.12 0.01 0.14 ind:imp:3p; -nécessitait nécessiter ver 4.16 4.12 0.54 1.01 ind:imp:3s; -nécessitant nécessiter ver 4.16 4.12 0.28 0.07 par:pre; -nécessite nécessiter ver 4.16 4.12 2.42 1.08 imp:pre:2s;ind:pre:3s; -nécessitent nécessiter ver 4.16 4.12 0.40 0.34 ind:pre:3p; -nécessiter nécessiter ver 4.16 4.12 0.16 0.07 inf; -nécessitera nécessiter ver 4.16 4.12 0.07 0.00 ind:fut:3s; -nécessiterait nécessiter ver 4.16 4.12 0.11 0.14 cnd:pre:3s; -nécessiteuse nécessiteux adj f s 0.21 0.47 0.01 0.00 -nécessiteuses nécessiteux adj f p 0.21 0.47 0.04 0.07 -nécessiteux nécessiteux nom m 0.76 0.54 0.76 0.54 -nécessité nécessité nom f s 5.93 33.78 5.61 28.78 -nécessitée nécessiter ver f s 4.16 4.12 0.00 0.14 par:pas; -nécessitées nécessiter ver f p 4.16 4.12 0.00 0.07 par:pas; -nécessités nécessité nom f p 5.93 33.78 0.32 5.00 -nucléaire nucléaire adj s 15.49 1.82 11.45 1.22 -nucléaires nucléaire adj p 15.49 1.82 4.04 0.61 -nucléique nucléique adj m s 0.02 0.00 0.02 0.00 -nucléoside nucléoside nom m s 0.01 0.00 0.01 0.00 -nucléotides nucléotide nom m p 0.09 0.00 0.09 0.00 -nucléée nucléé adj f s 0.01 0.00 0.01 0.00 -nucléus nucléus nom m 0.10 0.00 0.10 0.00 -nécro nécro nom f s 0.35 0.07 0.25 0.07 -nécrobioses nécrobiose nom f p 0.00 0.07 0.00 0.07 -nécrologe nécrologe nom m s 0.00 0.14 0.00 0.14 -nécrologie nécrologie nom f s 1.11 0.47 1.03 0.47 -nécrologies nécrologie nom f p 1.11 0.47 0.08 0.00 -nécrologique nécrologique adj s 0.53 0.47 0.41 0.34 -nécrologiques nécrologique adj p 0.53 0.47 0.12 0.14 -nécrologue nécrologue nom s 0.03 0.07 0.03 0.07 -nécromancie nécromancie nom f s 0.09 0.07 0.09 0.07 -nécromancien nécromancien nom m s 0.20 0.27 0.19 0.00 -nécromancienne nécromancien nom f s 0.20 0.27 0.01 0.07 -nécromanciens nécromancien nom m p 0.20 0.27 0.00 0.20 -nécromant nécromant nom m s 0.03 0.07 0.03 0.07 -nécrophage nécrophage adj s 0.03 0.07 0.03 0.07 -nécrophagie nécrophagie nom f s 0.00 0.07 0.00 0.07 -nécrophile nécrophile adj m s 0.25 0.00 0.20 0.00 -nécrophiles nécrophile adj f p 0.25 0.00 0.05 0.00 -nécrophilie nécrophilie nom f s 0.08 0.27 0.08 0.27 -nécropole nécropole nom f s 0.20 1.28 0.20 1.01 -nécropoles nécropole nom f p 0.20 1.28 0.00 0.27 -nécropsie nécropsie nom f s 0.05 0.00 0.05 0.00 -nécros nécro nom f p 0.35 0.07 0.11 0.00 -nécrosant nécroser ver 0.20 0.07 0.10 0.00 par:pre; -nécrose nécrose nom f s 0.45 0.27 0.28 0.14 -nécroser nécroser ver 0.20 0.07 0.01 0.00 inf; -nécroses nécrose nom f p 0.45 0.27 0.17 0.14 -nécrosé nécroser ver m s 0.20 0.07 0.07 0.07 par:pas; -nécrosée nécroser ver f s 0.20 0.07 0.01 0.00 par:pas; -nécrotique nécrotique adj m s 0.05 0.00 0.05 0.00 -nudisme nudisme nom m s 0.25 0.07 0.25 0.07 -nudiste nudiste nom s 2.24 0.47 0.81 0.07 -nudistes nudiste nom p 2.24 0.47 1.43 0.41 -nudité nudité nom f s 2.11 13.51 2.10 12.57 -nudités nudité nom f p 2.11 13.51 0.01 0.95 -nue_propriété nue_propriété nom f s 0.00 0.07 0.00 0.07 -née naître ver f s 116.11 119.32 23.63 22.36 par:pas; -nue nu adj f s 49.87 168.04 15.23 43.85 -nuer nuer ver 0.63 1.96 0.01 0.00 inf; -néerlandais néerlandais adj m 1.47 0.88 1.10 0.47 -néerlandaise néerlandais adj f s 1.47 0.88 0.37 0.14 -néerlandaises néerlandais adj f p 1.47 0.88 0.00 0.27 -nées naître ver f p 116.11 119.32 1.37 3.51 par:pas; -nues nu adj f 49.87 168.04 6.46 21.42 -néfaste néfaste adj s 1.65 4.39 1.27 2.70 -néfastes néfaste adj p 1.65 4.39 0.38 1.69 -néflier néflier nom m s 0.00 0.27 0.00 0.20 -néfliers néflier nom m p 0.00 0.27 0.00 0.07 -négateur négateur adj m s 0.00 0.14 0.00 0.14 -négatif négatif adj m s 16.02 8.31 8.33 3.31 -négatifs négatif adj m p 16.02 8.31 2.13 0.68 -négation négation nom f s 1.83 3.65 1.78 3.38 -négationnisme négationnisme nom m s 0.01 0.00 0.01 0.00 -négations négation nom f p 1.83 3.65 0.04 0.27 -négative négatif adj f s 16.02 8.31 3.33 3.65 -négativement négativement adv 0.12 1.08 0.12 1.08 -négatives négatif adj f p 16.02 8.31 2.23 0.68 -négativisme négativisme nom m s 0.01 0.00 0.01 0.00 -négativiste négativiste nom s 0.01 0.07 0.01 0.07 -négativité négativité nom f s 0.20 0.07 0.20 0.07 -néglige négliger ver 9.42 19.86 1.46 2.23 imp:pre:2s;ind:pre:1s;ind:pre:3s; -négligea négliger ver 9.42 19.86 0.01 1.08 ind:pas:3s; -négligeable négligeable adj s 1.16 5.00 0.82 3.92 -négligeables négligeable adj p 1.16 5.00 0.34 1.08 -négligeai négliger ver 9.42 19.86 0.00 0.20 ind:pas:1s; -négligeaient négliger ver 9.42 19.86 0.00 0.27 ind:imp:3p; -négligeais négliger ver 9.42 19.86 0.30 0.20 ind:imp:1s;ind:imp:2s; -négligeait négliger ver 9.42 19.86 0.12 1.62 ind:imp:3s; -négligeant négliger ver 9.42 19.86 0.17 2.16 par:pre; -négligemment négligemment adv 0.04 8.45 0.04 8.45 -négligence négligence nom f s 3.01 5.00 2.96 4.12 -négligences négligence nom f p 3.01 5.00 0.05 0.88 -négligent négligent adj m s 1.70 3.31 0.92 2.09 -négligente négligent adj f s 1.70 3.31 0.36 0.95 -négligents négligent adj m p 1.70 3.31 0.41 0.27 -négligeons négliger ver 9.42 19.86 0.30 0.00 imp:pre:1p;ind:pre:1p; -négligeât négliger ver 9.42 19.86 0.00 0.20 sub:imp:3s; -négliger négliger ver 9.42 19.86 1.62 4.73 inf; -négligera négliger ver 9.42 19.86 0.00 0.07 ind:fut:3s; -négligerai négliger ver 9.42 19.86 0.14 0.00 ind:fut:1s; -négligerait négliger ver 9.42 19.86 0.01 0.14 cnd:pre:3s; -négligeriez négliger ver 9.42 19.86 0.01 0.00 cnd:pre:2p; -négliges négliger ver 9.42 19.86 0.23 0.20 ind:pre:2s; -négligez négliger ver 9.42 19.86 1.34 0.07 imp:pre:2p;ind:pre:2p; -négligiez négliger ver 9.42 19.86 0.01 0.00 ind:imp:2p; -négligions négliger ver 9.42 19.86 0.00 0.20 ind:imp:1p; -négligèrent négliger ver 9.42 19.86 0.00 0.07 ind:pas:3p; -négligé négliger ver m s 9.42 19.86 2.71 4.46 par:pas; -négligée négligé adj f s 1.37 2.70 0.65 1.08 -négligées négligé adj f p 1.37 2.70 0.11 0.34 -négligés négligé adj m p 1.37 2.70 0.14 0.54 -négoce négoce nom m s 0.20 2.09 0.10 2.03 -négoces négoce nom m p 0.20 2.09 0.10 0.07 -négocia négocier ver 18.82 10.81 0.03 0.14 ind:pas:3s; -négociable négociable adj s 1.31 0.68 1.08 0.41 -négociables négociable adj p 1.31 0.68 0.23 0.27 -négociaient négocier ver 18.82 10.81 0.04 0.34 ind:imp:3p; -négociais négocier ver 18.82 10.81 0.08 0.20 ind:imp:1s; -négociait négocier ver 18.82 10.81 0.23 0.81 ind:imp:3s; -négociant négociant nom m s 0.43 2.43 0.30 0.88 -négociante négociant nom f s 0.43 2.43 0.04 0.00 -négociants négociant nom m p 0.43 2.43 0.10 1.55 -négociateur négociateur nom m s 1.37 1.22 0.94 0.61 -négociateurs négociateur nom m p 1.37 1.22 0.38 0.61 -négociation négociation nom f s 6.70 11.28 2.71 2.84 -négociations négociation nom f p 6.70 11.28 3.99 8.45 -négociatrice négociateur nom f s 1.37 1.22 0.05 0.00 -négociatrices négociatrice nom f p 0.01 0.00 0.01 0.00 -négocie négocier ver 18.82 10.81 2.49 0.68 imp:pre:2s;ind:pre:1s;ind:pre:3s; -négocient négocier ver 18.82 10.81 0.40 0.14 ind:pre:3p; -négocier négocier ver 18.82 10.81 11.88 5.61 inf; -négociera négocier ver 18.82 10.81 0.24 0.00 ind:fut:3s; -négocierai négocier ver 18.82 10.81 0.19 0.14 ind:fut:1s; -négocieraient négocier ver 18.82 10.81 0.00 0.07 cnd:pre:3p; -négocierions négocier ver 18.82 10.81 0.02 0.00 cnd:pre:1p; -négocierons négocier ver 18.82 10.81 0.28 0.00 ind:fut:1p; -négocieront négocier ver 18.82 10.81 0.19 0.00 ind:fut:3p; -négociez négocier ver 18.82 10.81 0.34 0.07 imp:pre:2p;ind:pre:2p; -négocions négocier ver 18.82 10.81 0.45 0.00 imp:pre:1p;ind:pre:1p; -négocié négocier ver m s 18.82 10.81 1.76 1.22 par:pas; -négociée négocier ver f s 18.82 10.81 0.00 0.14 par:pas; -négociées négocier ver f p 18.82 10.81 0.01 0.00 par:pas; -négociés négocier ver m p 18.82 10.81 0.09 0.47 par:pas; -négresse nègre nom f s 18.93 27.64 1.56 3.78 -négresses négresse nom f p 0.15 0.00 0.15 0.00 -négrier négrier adj m s 0.13 0.34 0.12 0.34 -négriers négrier nom m p 0.33 0.54 0.23 0.07 -négril négril nom m s 0.00 0.07 0.00 0.07 -négrillon négrillon nom m s 0.07 1.01 0.04 0.14 -négrillons négrillon nom m p 0.07 1.01 0.04 0.88 -négrière négrier nom f s 0.33 0.54 0.02 0.00 -négritude négritude nom f s 0.44 0.41 0.44 0.41 -négro négro nom m s 6.02 2.97 4.64 2.43 -négroïde négroïde adj s 0.09 1.28 0.07 0.74 -négroïdes négroïde adj p 0.09 1.28 0.02 0.54 -négrophile négrophile adj m s 0.04 0.00 0.02 0.00 -négrophiles négrophile adj f p 0.04 0.00 0.02 0.00 -négros négro nom m p 6.02 2.97 1.38 0.54 -négus négus nom m 0.10 1.55 0.10 1.55 -nui nuire ver m s 14.76 11.22 1.31 0.61 par:pas; -nuira nuire ver 14.76 11.22 0.59 0.14 ind:fut:3s; -nuirai nuire ver 14.76 11.22 0.01 0.00 ind:fut:1s; -nuirait nuire ver 14.76 11.22 0.27 0.34 cnd:pre:3s; -nuiras nuire ver 14.76 11.22 0.11 0.00 ind:fut:2s; -nuire nuire ver 14.76 11.22 5.98 4.46 inf; -nuiront nuire ver 14.76 11.22 0.03 0.00 ind:fut:3p; -nuis nuire ver 14.76 11.22 0.20 0.00 imp:pre:2s;ind:pre:1s;ind:pre:2s; -nuisît nuire ver 14.76 11.22 0.00 0.07 sub:imp:3s; -nuisaient nuire ver 14.76 11.22 0.10 0.07 ind:imp:3p; -nuisait nuire ver 14.76 11.22 0.05 0.61 ind:imp:3s; -nuisance nuisance nom f s 0.67 0.27 0.38 0.14 -nuisances nuisance nom f p 0.67 0.27 0.30 0.14 -nuisant nuire ver 14.76 11.22 0.03 0.07 par:pre; -nuise nuire ver 14.76 11.22 0.22 0.41 sub:pre:1s;sub:pre:3s; -nuisent nuire ver 14.76 11.22 0.54 0.27 ind:pre:3p; -nuisette nuisette nom f s 0.33 0.07 0.33 0.07 -nuisez nuire ver 14.76 11.22 0.02 0.00 ind:pre:2p; -nuisible nuisible adj s 0.83 2.23 0.56 1.42 -nuisibles nuisible adj p 0.83 2.23 0.28 0.81 -nuit nuit nom f s 586.54 738.24 557.56 672.36 -nuitamment nuitamment adv 0.02 0.47 0.02 0.47 -nuitards nuitard nom m p 0.01 0.00 0.01 0.00 -nuiteux nuiteux nom m s 0.01 0.20 0.01 0.20 -nuits nuit nom f p 586.54 738.24 28.98 65.88 -nuitée nuitée nom f s 0.01 0.34 0.00 0.20 -nuitées nuitée nom f p 0.01 0.34 0.01 0.14 -nul nul adj_ind m s 44.53 35.07 28.80 19.93 -nullard nullard nom m s 0.51 0.20 0.20 0.07 -nullarde nullard adj f s 0.17 0.14 0.03 0.07 -nullardes nullard adj f p 0.17 0.14 0.00 0.07 -nullards nullard nom m p 0.51 0.20 0.32 0.14 -nulle nulle adj_ind f s 37.84 32.70 37.84 32.70 -nullement nullement adv 1.45 14.19 1.45 14.19 -nulles nulles adj_ind f p 0.41 0.34 0.41 0.34 -nullissime nullissime adj s 0.01 0.07 0.01 0.07 -nullité nullité nom f s 1.20 2.77 0.96 2.16 -nullités nullité nom f p 1.20 2.77 0.24 0.61 -nullos nullos adj s 0.18 0.00 0.18 0.00 -nuls nuls adj_ind m p 0.63 0.34 0.63 0.34 -nématodes nématode nom m p 0.01 0.00 0.01 0.00 -numerus_clausus numerus_clausus nom m 0.00 0.07 0.00 0.07 -numide numide nom s 0.04 0.14 0.04 0.14 -numides numide adj p 0.00 0.34 0.00 0.27 -numismate numismate nom s 0.01 0.47 0.01 0.34 -numismates numismate nom p 0.01 0.47 0.00 0.14 -numismatique numismatique adj m s 0.01 0.14 0.01 0.14 -numéraire numéraire nom m s 0.01 0.27 0.01 0.27 -numéral numéral adj m s 0.00 0.07 0.00 0.07 -numérateur numérateur nom m s 0.02 0.00 0.02 0.00 -numération numération nom f s 0.23 0.07 0.23 0.07 -numérique numérique adj s 3.34 0.41 2.41 0.27 -numériquement numériquement adv 0.09 0.20 0.09 0.20 -numériques numérique adj p 3.34 0.41 0.93 0.14 -numérisation numérisation nom f s 0.07 0.00 0.07 0.00 -numérise numériser ver 0.22 0.00 0.04 0.00 imp:pre:2s;ind:pre:3s; -numériser numériser ver 0.22 0.00 0.02 0.00 inf; -numérisez numériser ver 0.22 0.00 0.02 0.00 imp:pre:2p; -numérisé numériser ver m s 0.22 0.00 0.09 0.00 par:pas; -numérisée numériser ver f s 0.22 0.00 0.01 0.00 par:pas; -numérisées numériser ver f p 0.22 0.00 0.04 0.00 par:pas; -numéro numéro nom m s 173.48 70.07 162.08 60.00 -numérologie numérologie nom f s 0.14 0.00 0.14 0.00 -numérologue numérologue nom s 0.05 0.00 0.05 0.00 -numéros numéro nom m p 173.48 70.07 11.40 10.07 -numérota numéroter ver 0.50 1.89 0.00 0.07 ind:pas:3s; -numérotage numérotage nom m s 0.00 0.14 0.00 0.14 -numérotaient numéroter ver 0.50 1.89 0.00 0.07 ind:imp:3p; -numérotait numéroter ver 0.50 1.89 0.01 0.20 ind:imp:3s; -numérotation numérotation nom f s 0.12 0.07 0.12 0.07 -numérote numéroter ver 0.50 1.89 0.11 0.27 imp:pre:2s;ind:pre:1s;ind:pre:3s; -numérotent numéroter ver 0.50 1.89 0.01 0.07 ind:pre:3p; -numéroter numéroter ver 0.50 1.89 0.04 0.27 inf; -numérotez numéroter ver 0.50 1.89 0.03 0.07 imp:pre:2p; -numéroté numéroter ver m s 0.50 1.89 0.20 0.14 par:pas; -numérotée numéroté adj f s 0.53 1.62 0.11 0.07 -numérotées numéroté adj f p 0.53 1.62 0.15 0.68 -numérotés numéroté adj m p 0.53 1.62 0.08 0.54 -nunchaku nunchaku nom m s 0.24 0.00 0.05 0.00 -nunchakus nunchaku nom m p 0.24 0.00 0.19 0.00 -nuncupatifs nuncupatif adj m p 0.00 0.07 0.00 0.07 -nénesse nénesse nom m s 0.00 0.27 0.00 0.14 -nénesses nénesse nom m p 0.00 0.27 0.00 0.14 -nénette nénette nom f s 0.85 3.72 0.69 2.77 -nénettes nénette nom f p 0.85 3.72 0.16 0.95 -néné néné nom m s 5.41 3.04 3.76 2.03 -nunuche nunuche adj s 0.51 0.00 0.35 0.00 -nunuches nunuche adj p 0.51 0.00 0.16 0.00 -nénuphar nénuphar nom m s 0.50 2.91 0.25 0.47 -nénuphars nénuphar nom m p 0.50 2.91 0.24 2.43 -nénés néné nom m p 5.41 3.04 1.65 1.01 -néo_barbare néo_barbare adj f p 0.00 0.07 0.00 0.07 -néo_classique néo_classique adj s 0.12 0.34 0.12 0.34 -néo_colonialisme néo_colonialisme nom m s 0.00 0.20 0.00 0.20 -néo_communiste néo_communiste adj f s 0.01 0.00 0.01 0.00 -néo_fascisme néo_fascisme nom m s 0.01 0.07 0.01 0.07 -néo_fasciste néo_fasciste adj p 0.01 0.00 0.01 0.00 -néo_fasciste néo_fasciste nom p 0.01 0.00 0.01 0.00 -néo_figuration néo_figuration nom f s 0.00 0.07 0.00 0.07 -néo_flic néo_flic nom m p 0.02 0.00 0.02 0.00 -néo_gangster néo_gangster nom m s 0.01 0.00 0.01 0.00 -néo_gothique néo_gothique adj f s 0.00 0.20 0.00 0.14 -néo_gothique néo_gothique adj p 0.00 0.20 0.00 0.07 -néo_grec néo_grec adj m s 0.00 0.07 0.00 0.07 -néo_hellénique néo_hellénique adj f p 0.00 0.07 0.00 0.07 -néo_malthusianisme néo_malthusianisme nom m s 0.00 0.14 0.00 0.14 -néo_mauresque néo_mauresque adj m s 0.00 0.14 0.00 0.07 -néo_mauresque néo_mauresque adj f p 0.00 0.14 0.00 0.07 -néo_mouvement néo_mouvement nom m s 0.00 0.07 0.00 0.07 -néo_renaissant néo_renaissant adj m s 0.00 0.07 0.00 0.07 -néo_romantique néo_romantique adj f s 0.01 0.00 0.01 0.00 -néo_réalisme néo_réalisme nom m s 0.10 0.07 0.10 0.07 -néo_réaliste néo_réaliste adj m s 0.00 0.20 0.00 0.07 -néo_réaliste néo_réaliste adj m p 0.00 0.20 0.00 0.14 -néo_russe néo_russe adj s 0.00 0.14 0.00 0.14 -néo_zélandais néo_zélandais adj m 0.11 0.14 0.10 0.14 -néo_zélandais néo_zélandais adj f s 0.11 0.14 0.01 0.00 -néo néo adv 0.62 0.61 0.62 0.61 -nuoc_mâm nuoc_mâm nom m 0.00 0.07 0.00 0.07 -néoclassique néoclassique adj m s 0.01 0.07 0.01 0.07 -néocolonial néocolonial adj m s 0.00 0.07 0.00 0.07 -néocolonialisme néocolonialisme nom m s 0.01 0.00 0.01 0.00 -néocortex néocortex nom m 0.15 0.00 0.15 0.00 -néofascisme néofascisme nom m s 0.01 0.00 0.01 0.00 -néogothique néogothique adj m s 0.14 0.07 0.14 0.07 -néolibéralisme néolibéralisme nom m s 0.14 0.00 0.14 0.00 -néolithique néolithique nom s 0.02 0.14 0.02 0.14 -néolithiques néolithique adj f p 0.01 0.14 0.00 0.07 -néologisme néologisme nom m s 0.01 0.61 0.01 0.27 -néologismes néologisme nom m p 0.01 0.61 0.00 0.34 -néon néon nom m s 1.81 10.81 1.21 7.16 -néonatal néonatal adj m s 0.11 0.00 0.04 0.00 -néonatale néonatal adj f s 0.11 0.00 0.07 0.00 -néonazie néonazi adj f s 0.11 0.00 0.01 0.00 -néonazis néonazi adj m p 0.11 0.00 0.10 0.00 -néons néon nom m p 1.81 10.81 0.61 3.65 -néophyte néophyte nom s 0.17 0.95 0.12 0.54 -néophytes néophyte nom p 0.17 0.95 0.05 0.41 -néoplasie néoplasie nom f s 0.01 0.00 0.01 0.00 -néoplasique néoplasique adj s 0.04 0.00 0.04 0.00 -néoplasme néoplasme nom m s 0.01 0.07 0.01 0.07 -néoplatonisme néoplatonisme nom m s 0.00 0.07 0.00 0.07 -néoprène néoprène nom m s 0.03 0.00 0.03 0.00 -néoréalisme néoréalisme nom m s 0.02 0.00 0.02 0.00 -népalais népalais adj m p 0.03 0.20 0.02 0.07 -népalaise népalais nom f s 0.01 0.20 0.00 0.14 -népalaises népalais adj f p 0.03 0.20 0.01 0.07 -népenthès népenthès nom m 0.04 0.07 0.04 0.07 -néphrectomie néphrectomie nom f s 0.03 0.00 0.03 0.00 -néphrite néphrite nom f s 0.11 0.07 0.11 0.07 -néphrologie néphrologie nom f s 0.05 0.00 0.05 0.00 -néphrologue néphrologue nom s 0.03 0.00 0.03 0.00 -néphrétique néphrétique adj f s 0.02 0.20 0.01 0.07 -néphrétiques néphrétique adj f p 0.02 0.20 0.01 0.14 -népotisme népotisme nom m s 0.13 0.20 0.13 0.20 -nuptial nuptial adj m s 2.92 4.32 1.05 1.35 -nuptiale nuptial adj f s 2.92 4.32 1.56 2.09 -nuptiales nuptial adj f p 2.92 4.32 0.17 0.68 -nuptialité nuptialité nom f s 0.00 0.20 0.00 0.20 -nuptiaux nuptial adj m p 2.92 4.32 0.14 0.20 -nuque nuque nom f s 7.80 50.95 7.58 48.51 -nuques nuque nom f p 7.80 50.95 0.22 2.43 -néroli néroli nom m s 0.03 0.00 0.03 0.00 -nurse nurse nom f s 2.24 3.92 2.14 3.18 -nurseries nurseries nom f p 0.00 0.07 0.00 0.07 -nursery nursery nom f s 1.04 0.74 1.04 0.74 -nurses nurse nom f p 2.24 3.92 0.10 0.74 -nursing nursing nom m s 0.03 0.00 0.03 0.00 -néréide néréide nom f s 0.00 0.20 0.00 0.07 -néréides néréide nom f p 0.00 0.20 0.00 0.14 -nés naître ver m p 116.11 119.32 8.83 7.50 par:pas; -nus nu adj m p 49.87 168.04 10.80 48.92 -nutriment nutriment nom m s 0.21 0.00 0.02 0.00 -nutriments nutriment nom m p 0.21 0.00 0.19 0.00 -nutritif nutritif adj m s 1.05 0.41 0.16 0.20 -nutritifs nutritif adj m p 1.05 0.41 0.21 0.00 -nutrition nutrition nom f s 0.86 0.34 0.86 0.34 -nutritionnel nutritionnel adj m s 0.10 0.07 0.04 0.00 -nutritionnelle nutritionnel adj f s 0.10 0.07 0.06 0.07 -nutritionniste nutritionniste nom s 0.25 0.00 0.25 0.00 -nutritive nutritif adj f s 1.05 0.41 0.51 0.07 -nutritives nutritif adj f p 1.05 0.41 0.18 0.14 -nuée nuée nom f s 1.27 10.74 0.54 3.99 -nuées nuée nom f p 1.27 10.74 0.74 6.76 -névralgie névralgie nom f s 0.21 0.61 0.17 0.34 -névralgies névralgie nom f p 0.21 0.61 0.04 0.27 -névralgique névralgique adj m s 0.12 0.14 0.12 0.00 -névralgiques névralgique adj m p 0.12 0.14 0.00 0.14 -névrite névrite nom f s 0.17 0.07 0.17 0.07 -névropathe névropathe nom s 0.12 0.14 0.12 0.14 -névroptères névroptère nom m p 0.00 0.07 0.00 0.07 -névrose névrose nom f s 1.36 2.50 1.04 1.28 -névroses névrose nom f p 1.36 2.50 0.32 1.22 -névrosé névrosé adj m s 1.20 0.74 0.49 0.14 -névrosée névrosé adj f s 1.20 0.74 0.61 0.41 -névrosées névrosé adj f p 1.20 0.74 0.04 0.14 -névrosés névrosé nom m p 0.58 0.41 0.24 0.20 -névrotique névrotique adj s 0.21 0.27 0.13 0.14 -névrotiques névrotique adj p 0.21 0.27 0.08 0.14 -névé névé nom m s 0.00 0.27 0.00 0.14 -névés névé nom m p 0.00 0.27 0.00 0.14 -nyctalope nyctalope adj s 0.00 0.20 0.00 0.14 -nyctalopes nyctalope nom p 0.00 0.41 0.00 0.34 -nylon nylon nom m s 1.33 6.42 1.27 6.42 -nylons nylon nom m p 1.33 6.42 0.05 0.00 -nymphal nymphal adj m s 0.04 0.00 0.04 0.00 -nymphe nymphe nom f s 1.77 5.81 0.88 1.76 -nymphes nymphe nom f p 1.77 5.81 0.90 4.05 -nymphette nymphette nom f s 0.10 0.68 0.07 0.41 -nymphettes nymphette nom f p 0.10 0.68 0.03 0.27 -nympho nympho nom f s 0.80 0.14 0.69 0.07 -nymphomane nymphomane nom s 0.92 0.20 0.80 0.07 -nymphomanes nymphomane nom p 0.92 0.20 0.13 0.14 -nymphomanie nymphomanie nom f s 0.20 0.00 0.20 0.00 -nymphos nympho nom f p 0.80 0.14 0.11 0.07 -nymphéa nymphéa nom m s 0.00 0.34 0.00 0.07 -nymphéas nymphéa nom m p 0.00 0.34 0.00 0.27 -nymphées nymphée nom m p 0.14 0.07 0.14 0.07 -à_côté à_côté nom m s 0.00 0.68 0.00 0.34 -à_côté à_côté nom m p 0.00 0.68 0.00 0.34 -à_coup à_coup nom m s 0.00 4.80 0.00 0.54 -à_coup à_coup nom m p 0.00 4.80 0.00 4.26 -à_dieu_vat à_dieu_vat ono 0.00 0.07 0.00 0.07 -à_peu_près à_peu_près nom m 0.00 0.74 0.00 0.74 -à_pic à_pic nom m 0.00 1.42 0.00 1.08 -à_pic à_pic nom m p 0.00 1.42 0.00 0.34 -à_plat à_plat nom m s 0.00 0.27 0.00 0.14 -à_plat à_plat nom m p 0.00 0.27 0.00 0.14 -à_propos à_propos nom m 0.00 0.88 0.00 0.88 -à_valoir à_valoir nom m 0.00 0.27 0.00 0.27 -à_brûle_pourpoint à_brûle_pourpoint 0.14 0.00 0.14 0.00 -à_cloche_pied à_cloche_pied 0.22 0.00 0.22 0.00 -à_cropetons à_cropetons adv 0.00 0.07 0.00 0.07 -à_croupetons à_croupetons adv 0.01 0.95 0.01 0.95 -à_fortiori à_fortiori adv 0.16 0.20 0.16 0.20 -à_giorno à_giorno adv 0.00 0.07 0.00 0.07 -à_glagla à_glagla adv 0.00 0.07 0.00 0.07 -à_jeun à_jeun adv 1.45 3.85 1.27 3.85 -à_l_aveuglette à_l_aveuglette adv 1.11 2.16 1.11 2.16 -à_l_encan à_l_encan adv 0.01 0.14 0.01 0.14 -à_l_encontre à_l_encontre pre 2.67 1.89 2.67 1.89 -à_l_envi à_l_envi adv 0.20 0.61 0.20 0.61 -à_l_improviste à_l_improviste adv 2.67 4.53 2.67 4.53 -à_l_instar à_l_instar pre 0.26 6.42 0.26 6.42 -à_la_daumont à_la_daumont adv 0.00 0.07 0.00 0.07 -à_la_saint_glinglin à_la_saint_glinglin adv 0.02 0.00 0.02 0.00 -à_leur_encontre à_leur_encontre adv 0.03 0.07 0.03 0.07 -à_lurelure à_lurelure adv 0.00 0.20 0.00 0.20 -à_mon_encontre à_mon_encontre adv 0.05 0.14 0.05 0.14 -à_notre_encontre à_notre_encontre adv 0.02 0.07 0.02 0.07 -a_posteriori a_posteriori adv 0.05 0.20 0.04 0.07 -a_priori a_priori adv 1.04 3.85 0.41 1.28 -à_rebrousse_poil à_rebrousse_poil 0.08 0.00 0.08 0.00 -à_son_encontre à_son_encontre adv 0.05 0.20 0.05 0.20 -à_tire_larigot à_tire_larigot 0.17 0.00 0.17 0.00 -à_ton_encontre à_ton_encontre adv 0.02 0.00 0.02 0.00 -à_tâtons à_tâtons adv 0.60 8.78 0.60 8.78 -à_touche_touche à_touche_touche 0.01 0.00 0.01 0.00 -à_tue_tête à_tue_tête 0.54 0.00 0.54 0.00 -à_votre_encontre à_votre_encontre adv 0.15 0.00 0.15 0.00 -à à pre 12190.40 19209.05 12190.40 19209.05 -o o nom m 57.07 11.49 57.07 11.49 -où où pro_rel 2177.25 2068.11 1546.44 1767.23 -oïl oïl nom m 0.01 0.00 0.01 0.00 -oaristys oaristys nom f 0.00 0.07 0.00 0.07 -oasis oasis nom f 1.61 6.42 1.61 6.42 -ob ob nom m s 0.25 0.07 0.25 0.07 -obi obi nom f s 0.30 0.07 0.30 0.07 -obituaire obituaire adj s 0.00 0.07 0.00 0.07 -objecta objecter ver 0.87 6.49 0.00 2.43 ind:pas:3s; -objectai objecter ver 0.87 6.49 0.00 0.47 ind:pas:1s; -objectais objecter ver 0.87 6.49 0.01 0.07 ind:imp:1s;ind:imp:2s; -objectait objecter ver 0.87 6.49 0.01 0.68 ind:imp:3s; -objectal objectal adj m s 0.01 0.07 0.00 0.07 -objectale objectal adj f s 0.01 0.07 0.01 0.00 -objectant objecter ver 0.87 6.49 0.00 0.14 par:pre; -objecte objecter ver 0.87 6.49 0.46 1.08 imp:pre:2s;ind:pre:1s;ind:pre:3s; -objectent objecter ver 0.87 6.49 0.00 0.07 ind:pre:3p; -objecter objecter ver 0.87 6.49 0.28 0.54 inf; -objectera objecter ver 0.87 6.49 0.01 0.07 ind:fut:3s; -objecterez objecter ver 0.87 6.49 0.01 0.07 ind:fut:2p; -objecteront objecter ver 0.87 6.49 0.01 0.00 ind:fut:3p; -objecteur objecteur nom m s 0.43 0.20 0.36 0.20 -objecteurs objecteur nom m p 0.43 0.20 0.07 0.00 -objectez objecter ver 0.87 6.49 0.03 0.00 imp:pre:2p;ind:pre:2p; -objectif objectif nom m s 18.91 12.43 15.44 9.19 -objectifs objectif nom m p 18.91 12.43 3.46 3.24 -objection objection nom f s 14.18 7.97 12.07 3.78 -objections objection nom f p 14.18 7.97 2.10 4.19 -objectivation objectivation nom f s 0.11 0.00 0.11 0.00 -objective objectif adj f s 4.30 3.72 1.34 1.42 -objectivement objectivement adv 0.41 1.82 0.41 1.82 -objectivent objectiver ver 0.19 0.07 0.01 0.07 ind:pre:3p; -objectives objectif adj f p 4.30 3.72 0.20 0.41 -objectivité objectivité nom f s 0.89 0.68 0.89 0.68 -objectèrent objecter ver 0.87 6.49 0.00 0.07 ind:pas:3p; -objecté objecter ver m s 0.87 6.49 0.04 0.81 par:pas; -objet objet nom m s 45.94 124.32 26.88 67.09 -objets objet nom m p 45.94 124.32 19.06 57.23 -objurgation objurgation nom f s 0.00 2.03 0.00 0.14 -objurgations objurgation nom f p 0.00 2.03 0.00 1.89 -objurgua objurguer ver 0.00 0.14 0.00 0.07 ind:pas:3s; -objurguant objurguer ver 0.00 0.14 0.00 0.07 par:pre; -oblatif oblatif adj m s 0.00 0.20 0.00 0.07 -oblation oblation nom f s 0.00 0.20 0.00 0.20 -oblative oblatif adj f s 0.00 0.20 0.00 0.14 -oblats oblat nom m p 0.00 0.07 0.00 0.07 -obligado obligado adv 0.00 0.14 0.00 0.14 -obligataire obligataire adj m s 0.02 0.00 0.01 0.00 -obligataires obligataire adj m p 0.02 0.00 0.01 0.00 -obligation obligation nom f s 11.34 15.74 6.66 9.12 -obligations obligation nom f p 11.34 15.74 4.69 6.62 -obligatoire obligatoire adj s 5.57 7.97 5.18 6.49 -obligatoirement obligatoirement adv 1.13 3.04 1.13 3.04 -obligatoires obligatoire adj p 5.57 7.97 0.39 1.49 -oblige obliger ver 91.63 107.57 14.74 12.97 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -obligea obliger ver 91.63 107.57 0.47 4.39 ind:pas:3s; -obligeai obliger ver 91.63 107.57 0.00 0.34 ind:pas:1s; -obligeaient obliger ver 91.63 107.57 0.17 2.43 ind:imp:3p; -obligeais obliger ver 91.63 107.57 0.04 0.47 ind:imp:1s;ind:imp:2s; -obligeait obliger ver 91.63 107.57 1.40 9.32 ind:imp:3s; -obligeamment obligeamment adv 0.00 0.68 0.00 0.68 -obligeance obligeance nom f s 0.85 1.62 0.84 1.55 -obligeances obligeance nom f p 0.85 1.62 0.01 0.07 -obligeant obliger ver 91.63 107.57 0.45 4.19 par:pre; -obligeante obligeant adj f s 0.36 1.55 0.14 0.14 -obligeantes obligeant adj f p 0.36 1.55 0.01 0.20 -obligeants obligeant adj m p 0.36 1.55 0.03 0.14 -obligent obliger ver 91.63 107.57 1.93 2.30 ind:pre:3p; -obligeons obliger ver 91.63 107.57 0.06 0.07 imp:pre:1p;ind:pre:1p; -obligeât obliger ver 91.63 107.57 0.00 0.54 sub:imp:3s; -obliger obliger ver 91.63 107.57 6.30 9.39 ind:pre:2p;inf; -obligera obliger ver 91.63 107.57 0.84 0.20 ind:fut:3s; -obligerai obliger ver 91.63 107.57 0.77 0.07 ind:fut:1s; -obligerais obliger ver 91.63 107.57 0.18 0.07 cnd:pre:1s;cnd:pre:2s; -obligerait obliger ver 91.63 107.57 0.78 1.08 cnd:pre:3s; -obligeras obliger ver 91.63 107.57 0.15 0.14 ind:fut:2s; -obligerez obliger ver 91.63 107.57 0.04 0.07 ind:fut:2p; -obligeriez obliger ver 91.63 107.57 0.05 0.14 cnd:pre:2p; -obligeront obliger ver 91.63 107.57 0.06 0.07 ind:fut:3p; -obliges obliger ver 91.63 107.57 1.28 0.34 ind:pre:2s; -obligez obliger ver 91.63 107.57 2.81 0.20 imp:pre:2p;ind:pre:2p; -obligiez obliger ver 91.63 107.57 0.16 0.00 ind:imp:2p; -obligèrent obliger ver 91.63 107.57 0.20 0.61 ind:pas:3p; -obligé obliger ver m s 91.63 107.57 36.43 35.07 par:pas; -obligée obliger ver f s 91.63 107.57 12.01 11.96 par:pas; -obligées obliger ver f p 91.63 107.57 0.75 0.88 par:pas; -obligés obliger ver m p 91.63 107.57 9.56 10.27 par:pas; -obliqua obliquer ver 0.16 5.41 0.00 2.30 ind:pas:3s; -obliquaient obliquer ver 0.16 5.41 0.00 0.14 ind:imp:3p; -obliquait obliquer ver 0.16 5.41 0.00 0.20 ind:imp:3s; -obliquant obliquer ver 0.16 5.41 0.10 0.54 par:pre; -oblique oblique adj s 0.83 11.49 0.81 7.70 -obliquement obliquement adv 0.02 2.23 0.02 2.23 -obliquent obliquer ver 0.16 5.41 0.01 0.14 ind:pre:3p; -obliquer obliquer ver 0.16 5.41 0.00 0.54 inf; -obliques oblique adj p 0.83 11.49 0.02 3.78 -obliquez obliquer ver 0.16 5.41 0.03 0.00 imp:pre:2p; -obliquité obliquité nom f s 0.01 0.07 0.01 0.07 -obliquâmes obliquer ver 0.16 5.41 0.00 0.07 ind:pas:1p; -obliquèrent obliquer ver 0.16 5.41 0.00 0.34 ind:pas:3p; -obliqué obliquer ver m s 0.16 5.41 0.00 0.41 par:pas; -oblitère oblitérer ver 0.17 1.42 0.00 0.27 ind:pre:3s; -oblitèrent oblitérer ver 0.17 1.42 0.00 0.07 ind:pre:3p; -oblitéraient oblitérer ver 0.17 1.42 0.00 0.07 ind:imp:3p; -oblitérait oblitérer ver 0.17 1.42 0.00 0.27 ind:imp:3s; -oblitération oblitération nom f s 0.03 0.07 0.03 0.07 -oblitérer oblitérer ver 0.17 1.42 0.07 0.20 inf; -oblitérons oblitérer ver 0.17 1.42 0.01 0.00 imp:pre:1p; -oblitérèrent oblitérer ver 0.17 1.42 0.00 0.07 ind:pas:3p; -oblitéré oblitérer ver m s 0.17 1.42 0.04 0.14 par:pas; -oblitérée oblitérer ver f s 0.17 1.42 0.02 0.14 par:pas; -oblitérées oblitérer ver f p 0.17 1.42 0.01 0.14 par:pas; -oblitérés oblitérer ver m p 0.17 1.42 0.02 0.07 par:pas; -oblong oblong adj m s 0.05 3.24 0.02 1.01 -oblongs oblong adj m p 0.05 3.24 0.00 0.27 -oblongue oblong adj f s 0.05 3.24 0.03 1.49 -oblongues oblong adj f p 0.05 3.24 0.00 0.47 -obnubila obnubiler ver 0.50 1.82 0.00 0.07 ind:pas:3s; -obnubilait obnubiler ver 0.50 1.82 0.01 0.00 ind:imp:3s; -obnubilant obnubiler ver 0.50 1.82 0.00 0.07 par:pre; -obnubilation obnubilation nom f s 0.00 0.14 0.00 0.14 -obnubile obnubiler ver 0.50 1.82 0.03 0.07 ind:pre:3s; -obnubiler obnubiler ver 0.50 1.82 0.02 0.27 inf; -obnubilé obnubiler ver m s 0.50 1.82 0.22 0.88 par:pas; -obnubilée obnubiler ver f s 0.50 1.82 0.17 0.07 par:pas; -obnubilées obnubiler ver f p 0.50 1.82 0.00 0.07 par:pas; -obnubilés obnubiler ver m p 0.50 1.82 0.04 0.34 par:pas; -obole obole nom f s 0.11 1.22 0.11 1.01 -oboles obole nom f p 0.11 1.22 0.00 0.20 -obscène obscène adj s 4.48 13.04 3.25 7.91 -obscènement obscènement adv 0.01 0.27 0.01 0.27 -obscènes obscène adj p 4.48 13.04 1.23 5.14 -obscénité obscénité nom f s 1.63 3.78 0.92 2.23 -obscénités obscénité nom f p 1.63 3.78 0.71 1.55 -obscur obscur adj m s 11.06 67.57 5.00 29.12 -obscurantisme obscurantisme nom m s 0.14 0.81 0.14 0.74 -obscurantismes obscurantisme nom m p 0.14 0.81 0.00 0.07 -obscurantiste obscurantiste nom s 0.14 0.00 0.14 0.00 -obscurcît obscurcir ver 1.42 6.69 0.00 0.07 sub:imp:3s; -obscurci obscurcir ver m s 1.42 6.69 0.57 1.28 par:pas; -obscurcie obscurcir ver f s 1.42 6.69 0.15 0.74 par:pas; -obscurcies obscurcir ver f p 1.42 6.69 0.00 0.20 par:pas; -obscurcir obscurcir ver 1.42 6.69 0.24 0.88 inf; -obscurcira obscurcir ver 1.42 6.69 0.04 0.14 ind:fut:3s; -obscurcirait obscurcir ver 1.42 6.69 0.00 0.07 cnd:pre:3s; -obscurcis obscurcir ver m p 1.42 6.69 0.00 0.27 par:pas; -obscurcissaient obscurcir ver 1.42 6.69 0.01 0.47 ind:imp:3p; -obscurcissait obscurcir ver 1.42 6.69 0.01 0.68 ind:imp:3s; -obscurcissant obscurcir ver 1.42 6.69 0.00 0.14 par:pre; -obscurcissement obscurcissement nom m s 0.11 0.41 0.11 0.27 -obscurcissements obscurcissement nom m p 0.11 0.41 0.00 0.14 -obscurcissent obscurcir ver 1.42 6.69 0.06 0.47 ind:pre:3p; -obscurcit obscurcir ver 1.42 6.69 0.34 1.28 ind:pre:3s;ind:pas:3s; -obscure obscur adj f s 11.06 67.57 3.46 20.61 -obscures obscur adj f p 11.06 67.57 1.32 9.53 -obscurité obscurité nom f s 14.33 49.39 14.33 48.65 -obscurités obscurité nom f p 14.33 49.39 0.00 0.74 -obscurs obscur adj m p 11.06 67.57 1.28 8.31 -obscurément obscurément adv 0.01 6.96 0.01 6.96 -observa observer ver 42.66 116.01 0.18 19.46 ind:pas:3s; -observable observable adj m s 0.03 0.00 0.03 0.00 -observai observer ver 42.66 116.01 0.01 1.76 ind:pas:1s; -observaient observer ver 42.66 116.01 0.26 3.85 ind:imp:3p; -observais observer ver 42.66 116.01 1.39 5.20 ind:imp:1s;ind:imp:2s; -observait observer ver 42.66 116.01 1.23 19.73 ind:imp:3s; -observance observance nom f s 0.14 0.34 0.14 0.27 -observances observance nom f p 0.14 0.34 0.00 0.07 -observant observer ver 42.66 116.01 1.17 6.89 par:pre; -observateur observateur nom m s 3.08 6.08 1.94 4.53 -observateurs observateur nom m p 3.08 6.08 1.05 1.35 -observation observation nom f s 8.07 15.27 6.91 11.08 -observations observation nom f p 8.07 15.27 1.16 4.19 -observatoire observatoire nom m s 1.25 3.18 1.23 2.84 -observatoires observatoire nom m p 1.25 3.18 0.02 0.34 -observatrice observateur adj f s 1.55 0.68 0.24 0.07 -observatrices observateur nom f p 3.08 6.08 0.00 0.14 -observe observer ver 42.66 116.01 11.48 16.69 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:1s;sub:pre:3s; -observent observer ver 42.66 116.01 1.41 2.16 ind:pre:3p; -observer observer ver 42.66 116.01 11.22 24.26 inf; -observera observer ver 42.66 116.01 0.11 0.07 ind:fut:3s; -observerai observer ver 42.66 116.01 0.51 0.07 ind:fut:1s; -observeraient observer ver 42.66 116.01 0.00 0.14 cnd:pre:3p; -observerais observer ver 42.66 116.01 0.02 0.07 cnd:pre:1s;cnd:pre:2s; -observerait observer ver 42.66 116.01 0.04 0.20 cnd:pre:3s; -observerez observer ver 42.66 116.01 0.05 0.07 ind:fut:2p; -observerons observer ver 42.66 116.01 0.18 0.00 ind:fut:1p; -observeront observer ver 42.66 116.01 0.03 0.00 ind:fut:3p; -observes observer ver 42.66 116.01 0.75 0.34 ind:pre:2s;sub:pre:2s; -observez observer ver 42.66 116.01 3.63 1.35 imp:pre:2p;ind:pre:2p; -observiez observer ver 42.66 116.01 0.15 0.00 ind:imp:2p;sub:pre:2p; -observions observer ver 42.66 116.01 0.13 0.74 ind:imp:1p; -observâmes observer ver 42.66 116.01 0.00 0.20 ind:pas:1p; -observons observer ver 42.66 116.01 1.27 0.47 imp:pre:1p;ind:pre:1p; -observèrent observer ver 42.66 116.01 0.00 1.69 ind:pas:3p; -observé observer ver m s 42.66 116.01 5.53 6.96 par:pas; -observée observer ver f s 42.66 116.01 0.83 2.03 par:pas; -observées observer ver f p 42.66 116.01 0.22 0.54 par:pas; -observés observer ver m p 42.66 116.01 0.86 1.08 par:pas; -obsessif obsessif adj m s 0.20 0.00 0.13 0.00 -obsession obsession nom f s 8.79 11.15 7.76 8.78 -obsessionnel obsessionnel adj m s 1.43 1.15 0.87 0.41 -obsessionnelle obsessionnel adj f s 1.43 1.15 0.37 0.47 -obsessionnellement obsessionnellement adv 0.01 0.41 0.01 0.41 -obsessionnelles obsessionnel adj f p 1.43 1.15 0.06 0.07 -obsessionnels obsessionnel adj m p 1.43 1.15 0.13 0.20 -obsessions obsession nom f p 8.79 11.15 1.02 2.36 -obsessive obsessif adj f s 0.20 0.00 0.08 0.00 -obsidienne obsidienne nom f s 0.03 0.74 0.03 0.74 -obsidional obsidional adj m s 0.00 0.41 0.00 0.07 -obsidionale obsidional adj f s 0.00 0.41 0.00 0.34 -obsolescence obsolescence nom f s 0.02 0.07 0.02 0.07 -obsolète obsolète adj s 1.19 0.14 0.84 0.07 -obsolètes obsolète adj p 1.19 0.14 0.35 0.07 -obstacle obstacle nom m s 10.65 26.01 6.58 14.12 -obstacles obstacle nom m p 10.65 26.01 4.07 11.89 -obsède obséder ver 11.53 9.12 2.15 1.42 imp:pre:2s;ind:pre:1s;ind:pre:3s; -obsèdent obséder ver 11.53 9.12 0.19 0.27 ind:pre:3p; -obsèdes obséder ver 11.53 9.12 0.08 0.00 ind:pre:2s; -obsèques obsèques nom f p 4.32 4.80 4.32 4.80 -obstina obstiner ver 3.77 16.49 0.03 0.88 ind:pas:3s; -obstinai obstiner ver 3.77 16.49 0.00 0.14 ind:pas:1s; -obstinaient obstiner ver 3.77 16.49 0.02 0.74 ind:imp:3p; -obstinais obstiner ver 3.77 16.49 0.00 0.68 ind:imp:1s;ind:imp:2s; -obstinait obstiner ver 3.77 16.49 0.03 4.66 ind:imp:3s; -obstinant obstiner ver 3.77 16.49 0.00 0.88 par:pre; -obstination obstination nom f s 1.26 12.23 1.26 12.09 -obstinations obstination nom f p 1.26 12.23 0.00 0.14 -obstine obstiner ver 3.77 16.49 0.94 2.91 imp:pre:2s;ind:pre:1s;ind:pre:3s; -obstinent obstiner ver 3.77 16.49 0.16 0.81 ind:pre:3p; -obstiner obstiner ver 3.77 16.49 0.53 1.35 inf; -obstinera obstiner ver 3.77 16.49 0.01 0.07 ind:fut:3s; -obstineraient obstiner ver 3.77 16.49 0.00 0.07 cnd:pre:3p; -obstinerait obstiner ver 3.77 16.49 0.00 0.07 cnd:pre:3s; -obstineras obstiner ver 3.77 16.49 0.00 0.07 ind:fut:2s; -obstinerez obstiner ver 3.77 16.49 0.00 0.14 ind:fut:2p; -obstineriez obstiner ver 3.77 16.49 0.00 0.07 cnd:pre:2p; -obstineront obstiner ver 3.77 16.49 0.00 0.14 ind:fut:3p; -obstines obstiner ver 3.77 16.49 0.77 0.27 ind:pre:2s;sub:pre:2s; -obstinez obstiner ver 3.77 16.49 0.34 0.27 imp:pre:2p;ind:pre:2p; -obstinions obstiner ver 3.77 16.49 0.00 0.14 ind:imp:1p; -obstinons obstiner ver 3.77 16.49 0.01 0.14 ind:pre:1p; -obstinèrent obstiner ver 3.77 16.49 0.00 0.14 ind:pas:3p; -obstiné obstiner ver m s 3.77 16.49 0.51 1.15 par:pas; -obstinée obstiner ver f s 3.77 16.49 0.28 0.41 par:pas; -obstinées obstiné adj f p 0.55 6.96 0.01 0.68 -obstinément obstinément adv 0.48 10.27 0.48 10.27 -obstinés obstiner ver m p 3.77 16.49 0.14 0.34 par:pas; -obstrua obstruer ver 1.35 4.86 0.01 0.14 ind:pas:3s; -obstruaient obstruer ver 1.35 4.86 0.01 0.68 ind:imp:3p; -obstruait obstruer ver 1.35 4.86 0.03 0.61 ind:imp:3s; -obstruant obstruer ver 1.35 4.86 0.03 0.27 par:pre; -obstructif obstructif adj m s 0.03 0.00 0.01 0.00 -obstruction obstruction nom f s 3.64 0.47 3.20 0.47 -obstructionnisme obstructionnisme nom m s 0.01 0.00 0.01 0.00 -obstructions obstruction nom f p 3.64 0.47 0.44 0.00 -obstructive obstructif adj f s 0.03 0.00 0.01 0.00 -obstrue obstruer ver 1.35 4.86 0.55 0.54 imp:pre:2s;ind:pre:3s; -obstruent obstruer ver 1.35 4.86 0.00 0.47 ind:pre:3p; -obstruer obstruer ver 1.35 4.86 0.04 0.27 inf; -obstrueraient obstruer ver 1.35 4.86 0.00 0.07 cnd:pre:3p; -obstrueront obstruer ver 1.35 4.86 0.10 0.00 ind:fut:3p; -obstruez obstruer ver 1.35 4.86 0.02 0.00 imp:pre:2p;ind:pre:2p; -obstrué obstruer ver m s 1.35 4.86 0.31 0.54 par:pas; -obstruée obstruer ver f s 1.35 4.86 0.07 0.81 par:pas; -obstruées obstruer ver f p 1.35 4.86 0.01 0.27 par:pas; -obstrués obstruer ver m p 1.35 4.86 0.17 0.20 par:pas; -obstétrical obstétrical adj m s 0.01 0.00 0.01 0.00 -obstétricien obstétricien nom m s 0.35 0.07 0.28 0.07 -obstétricienne obstétricien nom f s 0.35 0.07 0.04 0.00 -obstétriciens obstétricien nom m p 0.35 0.07 0.04 0.00 -obstétrique obstétrique nom f s 0.83 0.14 0.83 0.14 -obséda obséder ver 11.53 9.12 0.00 0.14 ind:pas:3s; -obsédaient obséder ver 11.53 9.12 0.00 0.34 ind:imp:3p; -obsédais obséder ver 11.53 9.12 0.04 0.00 ind:imp:1s;ind:imp:2s; -obsédait obséder ver 11.53 9.12 0.40 1.82 ind:imp:3s; -obsédant obsédant adj m s 0.22 6.28 0.12 1.69 -obsédante obsédant adj f s 0.22 6.28 0.05 3.58 -obsédantes obsédant adj f p 0.22 6.28 0.02 0.54 -obsédants obsédant adj m p 0.22 6.28 0.03 0.47 -obséder obséder ver 11.53 9.12 0.12 0.61 inf; -obsédèrent obséder ver 11.53 9.12 0.14 0.07 ind:pas:3p; -obsédé obséder ver m s 11.53 9.12 5.12 2.57 par:pas; -obsédée obséder ver f s 11.53 9.12 2.19 0.95 par:pas; -obsédées obséder ver f p 11.53 9.12 0.10 0.20 par:pas; -obsédés obsédé nom m p 3.73 2.23 1.33 0.95 -obséquieuse obséquieux adj f s 0.15 1.01 0.02 0.20 -obséquieusement obséquieusement adv 0.01 0.14 0.01 0.14 -obséquieuses obséquieux adj f p 0.15 1.01 0.00 0.14 -obséquieux obséquieux adj m s 0.15 1.01 0.13 0.68 -obséquiosité obséquiosité nom f s 0.01 0.54 0.01 0.54 -obtînmes obtenir ver 88.10 80.95 0.01 0.07 ind:pas:1p; -obtînt obtenir ver 88.10 80.95 0.00 0.14 sub:imp:3s; -obtempère obtempérer ver 1.12 2.16 0.18 0.34 imp:pre:2s;ind:pre:1s;ind:pre:3s; -obtempéra obtempérer ver 1.12 2.16 0.00 0.47 ind:pas:3s; -obtempérai obtempérer ver 1.12 2.16 0.00 0.07 ind:pas:1s; -obtempéraient obtempérer ver 1.12 2.16 0.01 0.07 ind:imp:3p; -obtempérait obtempérer ver 1.12 2.16 0.00 0.14 ind:imp:3s; -obtempérer obtempérer ver 1.12 2.16 0.82 0.74 inf; -obtempérez obtempérer ver 1.12 2.16 0.07 0.00 imp:pre:2p;ind:pre:2p; -obtempérions obtempérer ver 1.12 2.16 0.00 0.07 ind:imp:1p; -obtempérèrent obtempérer ver 1.12 2.16 0.00 0.07 ind:pas:3p; -obtempéré obtempérer ver m s 1.12 2.16 0.04 0.20 par:pas; -obtenaient obtenir ver 88.10 80.95 0.04 0.68 ind:imp:3p; -obtenais obtenir ver 88.10 80.95 0.51 1.08 ind:imp:1s;ind:imp:2s; -obtenait obtenir ver 88.10 80.95 0.35 2.36 ind:imp:3s; -obtenant obtenir ver 88.10 80.95 0.19 1.22 par:pre; -obtenez obtenir ver 88.10 80.95 2.40 0.20 imp:pre:2p;ind:pre:2p; -obteniez obtenir ver 88.10 80.95 0.27 0.00 ind:imp:2p; -obtenions obtenir ver 88.10 80.95 0.06 0.20 ind:imp:1p; -obtenir obtenir ver 88.10 80.95 36.70 37.77 inf; -obtenons obtenir ver 88.10 80.95 0.87 0.41 imp:pre:1p;ind:pre:1p; -obtention obtention nom f s 0.53 0.47 0.53 0.47 -obtenu obtenir ver m s 88.10 80.95 20.36 14.73 par:pas; -obtenue obtenir ver f s 88.10 80.95 0.67 2.03 par:pas; -obtenues obtenir ver f p 88.10 80.95 0.55 0.68 par:pas; -obtenus obtenir ver m p 88.10 80.95 0.91 1.35 par:pas; -obère obérer ver 0.00 0.20 0.00 0.07 ind:pre:1s; -obèse obèse adj s 1.40 3.58 1.11 2.57 -obèses obèse adj p 1.40 3.58 0.29 1.01 -obtiendra obtenir ver 88.10 80.95 1.24 0.41 ind:fut:3s; -obtiendrai obtenir ver 88.10 80.95 1.62 0.20 ind:fut:1s; -obtiendraient obtenir ver 88.10 80.95 0.00 0.34 cnd:pre:3p; -obtiendrais obtenir ver 88.10 80.95 0.86 0.20 cnd:pre:1s;cnd:pre:2s; -obtiendrait obtenir ver 88.10 80.95 0.66 1.22 cnd:pre:3s; -obtiendras obtenir ver 88.10 80.95 0.85 0.07 ind:fut:2s; -obtiendrez obtenir ver 88.10 80.95 1.39 0.47 ind:fut:2p; -obtiendriez obtenir ver 88.10 80.95 0.17 0.00 cnd:pre:2p; -obtiendrions obtenir ver 88.10 80.95 0.03 0.07 cnd:pre:1p; -obtiendrons obtenir ver 88.10 80.95 0.53 0.41 ind:fut:1p; -obtiendront obtenir ver 88.10 80.95 0.55 0.27 ind:fut:3p; -obtienne obtenir ver 88.10 80.95 1.44 0.88 sub:pre:1s;sub:pre:3s; -obtiennent obtenir ver 88.10 80.95 1.23 0.47 ind:pre:3p; -obtiennes obtenir ver 88.10 80.95 0.33 0.07 sub:pre:2s; -obtiens obtenir ver 88.10 80.95 5.46 0.47 imp:pre:2s;ind:pre:1s;ind:pre:2s; -obtient obtenir ver 88.10 80.95 6.75 3.18 ind:pre:3s; -obtinrent obtenir ver 88.10 80.95 0.20 0.74 ind:pas:3p; -obtins obtenir ver 88.10 80.95 0.16 2.57 ind:pas:1s;ind:pas:2s; -obtinsse obtenir ver 88.10 80.95 0.00 0.07 sub:imp:1s; -obtint obtenir ver 88.10 80.95 0.74 5.95 ind:pas:3s; -obtura obturer ver 0.13 0.61 0.00 0.07 ind:pas:3s; -obturait obturer ver 0.13 0.61 0.00 0.14 ind:imp:3s; -obturateur obturateur adj m s 0.13 0.00 0.12 0.00 -obturateurs obturateur nom m p 0.07 0.27 0.01 0.07 -obturation obturation nom f s 0.06 0.00 0.06 0.00 -obture obturer ver 0.13 0.61 0.01 0.20 ind:pre:1s;ind:pre:3s; -obturer obturer ver 0.13 0.61 0.08 0.07 inf; -obturez obturer ver 0.13 0.61 0.01 0.00 imp:pre:2p; -obturé obturer ver m s 0.13 0.61 0.03 0.07 par:pas; -obturée obturer ver f s 0.13 0.61 0.00 0.07 par:pas; -obtus obtus adj m 1.17 4.66 0.85 2.70 -obtuse obtus adj f s 1.17 4.66 0.32 1.89 -obtuses obtus adj f p 1.17 4.66 0.00 0.07 -obéîmes obéir ver 45.12 45.88 0.01 0.07 ind:pas:1p; -obédience obédience nom f s 0.14 2.36 0.14 2.30 -obédiences obédience nom f p 0.14 2.36 0.00 0.07 -obéi obéir ver m s 45.12 45.88 3.38 4.59 par:pas; -obéie obéir ver f s 45.12 45.88 0.01 0.27 par:pas; -obéir obéir ver 45.12 45.88 13.76 14.26 inf;;inf;;inf;; -obéira obéir ver 45.12 45.88 0.86 0.61 ind:fut:3s; -obéirai obéir ver 45.12 45.88 1.47 0.20 ind:fut:1s; -obéiraient obéir ver 45.12 45.88 0.01 0.07 cnd:pre:3p; -obéirais obéir ver 45.12 45.88 0.06 0.07 cnd:pre:1s;cnd:pre:2s; -obéirait obéir ver 45.12 45.88 0.03 0.07 cnd:pre:3s; -obéiras obéir ver 45.12 45.88 0.32 0.14 ind:fut:2s; -obéirent obéir ver 45.12 45.88 0.00 0.54 ind:pas:3p; -obéirez obéir ver 45.12 45.88 0.33 0.07 ind:fut:2p; -obéiriez obéir ver 45.12 45.88 0.03 0.07 cnd:pre:2p; -obéirons obéir ver 45.12 45.88 0.24 0.07 ind:fut:1p; -obéiront obéir ver 45.12 45.88 0.21 0.07 ind:fut:3p; -obéis obéir ver m p 45.12 45.88 10.93 2.91 imp:pre:2s;ind:pre:1s;ind:pre:2s;par:pas; -obéissaient obéir ver 45.12 45.88 0.46 1.15 ind:imp:3p; -obéissais obéir ver 45.12 45.88 0.36 0.54 ind:imp:1s;ind:imp:2s; -obéissait obéir ver 45.12 45.88 0.36 4.05 ind:imp:3s; -obéissance obéissance nom f s 4.24 5.07 4.24 5.07 -obéissant obéissant adj m s 2.59 2.30 0.99 1.15 -obéissante obéissant adj f s 2.59 2.30 1.10 0.41 -obéissantes obéissant adj f p 2.59 2.30 0.11 0.34 -obéissants obéissant adj m p 2.59 2.30 0.39 0.41 -obéisse obéir ver 45.12 45.88 0.39 0.41 sub:pre:1s;sub:pre:3s; -obéissent obéir ver 45.12 45.88 2.04 1.55 ind:pre:3p; -obéisses obéir ver 45.12 45.88 0.05 0.07 sub:pre:2s; -obéissez obéir ver 45.12 45.88 4.88 0.27 imp:pre:2p;ind:pre:2p; -obéissiez obéir ver 45.12 45.88 0.19 0.07 ind:imp:2p; -obéissions obéir ver 45.12 45.88 0.00 0.41 ind:imp:1p; -obéissons obéir ver 45.12 45.88 0.49 0.07 imp:pre:1p;ind:pre:1p; -obéit obéir ver 45.12 45.88 3.54 9.66 ind:pre:3s;ind:pas:3s; -obélisque obélisque nom m s 0.36 1.22 0.10 0.74 -obélisques obélisque nom m p 0.36 1.22 0.27 0.47 -obérant obérer ver 0.00 0.20 0.00 0.07 par:pre; -obérer obérer ver 0.00 0.20 0.00 0.07 inf; -obus obus nom m 5.13 31.82 5.13 31.82 -obusier obusier nom m s 0.05 0.68 0.01 0.07 -obusiers obusier nom m p 0.05 0.68 0.04 0.61 -obésité obésité nom f s 0.73 1.08 0.73 0.95 -obésités obésité nom f p 0.73 1.08 0.00 0.14 -obverse obvers nom f s 0.00 0.07 0.00 0.07 -obvie obvie adj s 0.00 0.07 0.00 0.07 -obvier obvier ver 0.00 0.14 0.00 0.14 inf; -ocarina ocarina nom m s 0.03 0.27 0.03 0.20 -ocarinas ocarina nom m p 0.03 0.27 0.00 0.07 -occase occase nom f s 1.25 5.34 1.14 4.53 -occases occase nom f p 1.25 5.34 0.11 0.81 -occasion occasion nom f s 61.89 105.74 55.39 92.09 -occasionna occasionner ver 0.70 1.69 0.00 0.07 ind:pas:3s; -occasionnait occasionner ver 0.70 1.69 0.00 0.14 ind:imp:3s; -occasionnant occasionner ver 0.70 1.69 0.02 0.07 par:pre; -occasionne occasionner ver 0.70 1.69 0.02 0.34 ind:pre:1s;ind:pre:3s; -occasionnel occasionnel adj m s 0.99 1.22 0.46 0.54 -occasionnelle occasionnel adj f s 0.99 1.22 0.33 0.14 -occasionnellement occasionnellement adv 0.59 0.27 0.59 0.27 -occasionnelles occasionnel adj f p 0.99 1.22 0.06 0.14 -occasionnels occasionnel adj m p 0.99 1.22 0.14 0.41 -occasionnent occasionner ver 0.70 1.69 0.01 0.07 ind:pre:3p; -occasionner occasionner ver 0.70 1.69 0.09 0.20 inf; -occasionnèrent occasionner ver 0.70 1.69 0.00 0.07 ind:pas:3p; -occasionné occasionner ver m s 0.70 1.69 0.23 0.07 par:pas; -occasionnée occasionner ver f s 0.70 1.69 0.12 0.14 par:pas; -occasionnées occasionner ver f p 0.70 1.69 0.03 0.20 par:pas; -occasionnés occasionner ver m p 0.70 1.69 0.19 0.34 par:pas; -occasions occasion nom f p 61.89 105.74 6.50 13.65 -occident occident nom m s 0.38 1.69 0.38 1.69 -occidental occidental adj m s 5.07 15.61 1.50 3.65 -occidentale occidental adj f s 5.07 15.61 2.15 8.65 -occidentales occidental adj f p 5.07 15.61 0.36 1.69 -occidentalisation occidentalisation nom f s 0.10 0.14 0.10 0.14 -occidentalise occidentaliser ver 0.01 0.07 0.01 0.07 ind:pre:3s; -occidentalisme occidentalisme nom m s 0.00 0.07 0.00 0.07 -occidentaux occidental adj m p 5.07 15.61 1.06 1.62 -occipital occipital adj m s 0.49 0.20 0.38 0.14 -occipitale occipital adj f s 0.49 0.20 0.08 0.00 -occipitales occipital adj f p 0.49 0.20 0.01 0.07 -occipitaux occipital adj m p 0.49 0.20 0.02 0.00 -occiput occiput nom m s 0.19 1.69 0.19 1.69 -occire occire ver 0.10 0.41 0.10 0.41 inf; -occis occis adj m 0.28 0.68 0.28 0.68 -occitan occitan nom m s 0.00 0.34 0.00 0.34 -occitane occitan adj f s 0.01 0.41 0.01 0.27 -occitans occitan adj m p 0.01 0.41 0.00 0.07 -occlusion occlusion nom f s 0.31 0.34 0.31 0.34 -occlut occlure ver 0.00 0.07 0.00 0.07 ind:pas:3s; -occulta occulter ver 0.86 1.01 0.00 0.07 ind:pas:3s; -occultaient occulter ver 0.86 1.01 0.00 0.07 ind:imp:3p; -occultait occulter ver 0.86 1.01 0.01 0.34 ind:imp:3s; -occultant occulter ver 0.86 1.01 0.04 0.00 par:pre; -occultation occultation nom f s 0.28 0.27 0.28 0.20 -occultations occultation nom f p 0.28 0.27 0.00 0.07 -occulte occulte adj s 2.28 3.24 0.96 1.76 -occultement occultement adv 0.00 0.07 0.00 0.07 -occultent occulter ver 0.86 1.01 0.12 0.07 ind:pre:3p; -occulter occulter ver 0.86 1.01 0.29 0.34 inf; -occultera occulter ver 0.86 1.01 0.01 0.00 ind:fut:3s; -occultes occulte adj p 2.28 3.24 1.33 1.49 -occultez occulter ver 0.86 1.01 0.07 0.00 imp:pre:2p; -occultisme occultisme nom m s 0.33 0.34 0.33 0.27 -occultismes occultisme nom m p 0.33 0.34 0.00 0.07 -occultiste occultiste nom s 0.11 0.14 0.01 0.00 -occultistes occultiste nom p 0.11 0.14 0.10 0.14 -occulté occulter ver m s 0.86 1.01 0.22 0.14 par:pas; -occultée occulter ver f s 0.86 1.01 0.08 0.00 par:pas; -occupa occuper ver 375.14 219.80 0.10 3.78 ind:pas:3s; -occupai occuper ver 375.14 219.80 0.01 0.61 ind:pas:1s; -occupaient occuper ver 375.14 219.80 0.93 10.34 ind:imp:3p; -occupais occuper ver 375.14 219.80 3.37 3.45 ind:imp:1s;ind:imp:2s; -occupait occuper ver 375.14 219.80 4.36 31.42 ind:imp:3s; -occupant occupant nom m s 2.38 10.07 0.62 3.99 -occupante occupant nom f s 2.38 10.07 0.03 0.14 -occupantes occupant adj f p 0.18 0.81 0.01 0.07 -occupants occupant nom m p 2.38 10.07 1.73 5.88 -occupas occuper ver 375.14 219.80 0.00 0.07 ind:pas:2s; -occupation occupation nom f s 6.71 30.61 4.91 22.84 -occupations occupation nom f p 6.71 30.61 1.80 7.77 -occupe occuper ver 375.14 219.80 139.84 37.09 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:1s;sub:pre:3s; -occupent occuper ver 375.14 219.80 6.45 7.30 ind:pre:3p; -occuper occuper ver 375.14 219.80 97.22 56.69 ind:pre:2p;inf; -occupera occuper ver 375.14 219.80 10.27 2.50 ind:fut:3s; -occuperai occuper ver 375.14 219.80 10.51 1.69 ind:fut:1s; -occuperaient occuper ver 375.14 219.80 0.31 0.54 cnd:pre:3p; -occuperais occuper ver 375.14 219.80 1.03 0.34 cnd:pre:1s;cnd:pre:2s; -occuperait occuper ver 375.14 219.80 0.67 2.50 cnd:pre:3s; -occuperas occuper ver 375.14 219.80 1.09 0.41 ind:fut:2s; -occuperez occuper ver 375.14 219.80 0.56 0.20 ind:fut:2p; -occuperions occuper ver 375.14 219.80 0.03 0.07 cnd:pre:1p; -occuperons occuper ver 375.14 219.80 0.79 0.00 ind:fut:1p; -occuperont occuper ver 375.14 219.80 1.61 0.61 ind:fut:3p; -occupes occuper ver 375.14 219.80 12.60 0.95 ind:pre:2s;sub:pre:2s; -occupez occuper ver 375.14 219.80 15.36 2.23 imp:pre:2p;ind:pre:2p; -occupiez occuper ver 375.14 219.80 1.08 0.07 ind:imp:2p; -occupions occuper ver 375.14 219.80 0.06 1.35 ind:imp:1p; -occupons occuper ver 375.14 219.80 2.23 0.95 imp:pre:1p;ind:pre:1p; -occupât occuper ver 375.14 219.80 0.00 0.88 sub:imp:3s; -occupèrent occuper ver 375.14 219.80 0.16 1.08 ind:pas:3p; -occupé occuper ver m s 375.14 219.80 41.37 25.47 par:pas; -occupée occuper ver f s 375.14 219.80 15.71 13.31 par:pas; -occupées occuper ver f p 375.14 219.80 1.67 3.31 par:pas; -occupés occuper ver m p 375.14 219.80 5.24 7.36 par:pas; -occurrence occurrence nom f s 1.57 7.43 1.56 7.16 -occurrences occurrence nom f p 1.57 7.43 0.01 0.27 -occurrentes occurrent adj f p 0.00 0.07 0.00 0.07 -ocelles ocelle nom m p 0.00 0.14 0.00 0.14 -ocellée ocellé adj f s 0.00 0.41 0.00 0.20 -ocellés ocellé adj m p 0.00 0.41 0.00 0.20 -ocelot ocelot nom m s 0.20 0.14 0.17 0.07 -ocelots ocelot nom m p 0.20 0.14 0.03 0.07 -âcre âcre adj s 0.47 11.49 0.45 10.14 -ocre ocre nom s 0.29 4.46 0.26 3.78 -âcrement âcrement adv 0.00 0.14 0.00 0.14 -âcres âcre adj p 0.47 11.49 0.01 1.35 -ocres ocre nom p 0.29 4.46 0.04 0.68 -âcreté âcreté nom f s 0.11 0.95 0.11 0.95 -ocreux ocreux adj m 0.00 0.20 0.00 0.20 -ocré ocrer ver m s 0.00 0.34 0.00 0.07 par:pas; -ocrée ocré adj f s 0.00 0.27 0.00 0.20 -ocrées ocrer ver f p 0.00 0.34 0.00 0.07 par:pas; -ocrés ocrer ver m p 0.00 0.34 0.00 0.14 par:pas; -octane octane nom m s 0.09 0.00 0.09 0.00 -octant octant nom m s 0.00 0.14 0.00 0.14 -octante octante adj_num 0.00 0.14 0.00 0.14 -octave octave nom f s 1.11 1.82 1.07 1.42 -octaves octave nom f p 1.11 1.82 0.03 0.41 -octavia octavier ver 0.34 0.00 0.28 0.00 ind:pas:3s; -octavie octavier ver 0.34 0.00 0.07 0.00 imp:pre:2s; -octavo octavo adv 0.01 0.00 0.01 0.00 -octet octet nom m s 0.02 0.00 0.01 0.00 -octets octet nom m p 0.02 0.00 0.01 0.00 -octidi octidi nom m s 0.00 0.07 0.00 0.07 -octobre octobre nom m 11.78 36.28 11.78 36.28 -octogonal octogonal adj m s 0.23 1.82 0.20 0.74 -octogonale octogonal adj f s 0.23 1.82 0.03 0.95 -octogonales octogonal adj f p 0.23 1.82 0.00 0.07 -octogonaux octogonal adj m p 0.23 1.82 0.00 0.07 -octogone octogone nom m s 0.04 0.61 0.04 0.41 -octogones octogone nom m p 0.04 0.61 0.00 0.20 -octogénaire octogénaire nom s 0.22 0.41 0.21 0.27 -octogénaires octogénaire nom p 0.22 0.41 0.01 0.14 -octosyllabe octosyllabe nom m s 0.14 0.34 0.00 0.07 -octosyllabes octosyllabe nom m p 0.14 0.34 0.14 0.27 -octroi octroi nom m s 0.18 2.03 0.17 1.82 -octroie octroyer ver 1.35 3.58 0.41 0.47 ind:pre:1s;ind:pre:3s; -octroient octroyer ver 1.35 3.58 0.03 0.14 ind:pre:3p; -octroiera octroyer ver 1.35 3.58 0.02 0.07 ind:fut:3s; -octrois octroi nom m p 0.18 2.03 0.01 0.20 -octroya octroyer ver 1.35 3.58 0.01 0.47 ind:pas:3s; -octroyaient octroyer ver 1.35 3.58 0.00 0.27 ind:imp:3p; -octroyait octroyer ver 1.35 3.58 0.01 0.20 ind:imp:3s; -octroyant octroyer ver 1.35 3.58 0.02 0.14 par:pre; -octroyer octroyer ver 1.35 3.58 0.11 0.27 inf; -octroyons octroyer ver 1.35 3.58 0.01 0.07 ind:pre:1p; -octroyât octroyer ver 1.35 3.58 0.00 0.07 sub:imp:3s; -octroyé octroyer ver m s 1.35 3.58 0.59 0.88 par:pas; -octroyée octroyer ver f s 1.35 3.58 0.13 0.27 par:pas; -octroyées octroyer ver f p 1.35 3.58 0.00 0.14 par:pas; -octroyés octroyer ver m p 1.35 3.58 0.00 0.14 par:pas; -octuor octuor nom m s 0.01 0.14 0.01 0.14 -octuple octuple adj f s 0.02 0.00 0.02 0.00 -océan océan nom m s 24.89 28.78 22.86 24.93 -océane océan adj f s 0.02 0.47 0.02 0.47 -océanienne océanien adj f s 0.00 0.07 0.00 0.07 -océanique océanique adj s 0.26 0.81 0.22 0.68 -océaniques océanique adj m p 0.26 0.81 0.04 0.14 -océanographe océanographe nom s 0.07 0.00 0.07 0.00 -océanographie océanographie nom f s 0.05 0.00 0.05 0.00 -océanographique océanographique adj s 0.33 0.00 0.30 0.00 -océanographiques océanographique adj m p 0.33 0.00 0.03 0.00 -océanologie océanologie nom f s 0.01 0.00 0.01 0.00 -océanologue océanologue nom s 0.08 0.00 0.08 0.00 -océans océan nom m p 24.89 28.78 2.03 3.85 -oculaire oculaire adj s 3.36 0.81 1.98 0.20 -oculaires oculaire adj p 3.36 0.81 1.38 0.61 -oculi oculus nom m p 0.02 0.00 0.01 0.00 -oculiste oculiste nom s 0.37 0.81 0.37 0.74 -oculistes oculiste nom p 0.37 0.81 0.00 0.07 -oculomoteur oculomoteur adj m s 0.01 0.00 0.01 0.00 -oculus oculus nom m 0.02 0.00 0.01 0.00 -ocytocine ocytocine nom f s 0.03 0.00 0.03 0.00 -odalisque odalisque nom f s 0.38 1.28 0.22 0.54 -odalisques odalisque nom f p 0.38 1.28 0.16 0.74 -ode ode nom f s 0.96 0.81 0.94 0.61 -odelette odelette nom f s 0.01 0.07 0.01 0.00 -odelettes odelette nom f p 0.01 0.07 0.00 0.07 -odes ode nom f p 0.96 0.81 0.03 0.20 -odeur odeur nom f s 49.57 195.68 47.19 159.86 -odeurs odeur nom f p 49.57 195.68 2.38 35.81 -odieuse odieux adj f s 8.59 14.32 2.14 3.78 -odieusement odieusement adv 0.03 0.61 0.03 0.61 -odieuses odieux adj f p 8.59 14.32 0.23 1.01 -odieux odieux adj m 8.59 14.32 6.22 9.53 -odomètre odomètre nom m s 0.10 0.00 0.10 0.00 -odontologie odontologie nom f s 0.13 0.00 0.13 0.00 -odontologiste odontologiste nom s 0.01 0.00 0.01 0.00 -odontologues odontologue nom p 0.01 0.00 0.01 0.00 -odorant odorant adj m s 0.66 6.82 0.08 1.49 -odorante odorant adj f s 0.66 6.82 0.16 3.11 -odorantes odorant adj f p 0.66 6.82 0.40 1.35 -odorants odorant adj m p 0.66 6.82 0.03 0.88 -odorat odorat nom m s 1.28 2.57 1.28 2.57 -odoriférant odoriférant adj m s 0.01 0.74 0.00 0.14 -odoriférante odoriférant adj f s 0.01 0.74 0.00 0.20 -odoriférantes odoriférant adj f p 0.01 0.74 0.01 0.14 -odoriférants odoriférant adj m p 0.01 0.74 0.00 0.27 -odéon odéon nom m s 0.00 0.34 0.00 0.34 -odyssée odyssée nom f s 0.24 1.01 0.23 0.95 -odyssées odyssée nom f p 0.24 1.01 0.01 0.07 -oecuménique oecuménique adj s 0.33 0.41 0.33 0.34 -oecuméniques oecuménique adj f p 0.33 0.41 0.00 0.07 -oecuménisme oecuménisme nom m s 0.01 0.34 0.01 0.34 -oedipe oedipe nom m s 0.14 0.41 0.14 0.41 -oedipien oedipien adj m s 0.07 0.14 0.06 0.14 -oedipienne oedipien adj f s 0.07 0.14 0.01 0.00 -oedème oedème nom m s 1.26 0.61 1.25 0.54 -oedèmes oedème nom m p 1.26 0.61 0.01 0.07 -oedémateuse oedémateux adj f s 0.01 0.00 0.01 0.00 -oeil_de_boeuf oeil_de_boeuf nom m s 0.00 0.95 0.00 0.47 -oeil oeil nom m s 413.04 1234.59 97.13 278.51 -oeillade oeillade nom f s 0.05 1.82 0.02 0.74 -oeillades oeillade nom f p 0.05 1.82 0.03 1.08 -oeillet oeillet nom m s 3.53 6.08 0.39 2.09 -oeilleton oeilleton nom m s 0.00 1.35 0.00 1.15 -oeilletons oeilleton nom m p 0.00 1.35 0.00 0.20 -oeillets oeillet nom m p 3.53 6.08 3.13 3.99 -oeillette oeillette nom f s 0.00 0.14 0.00 0.14 -oeillère oeillère nom f s 0.44 1.82 0.00 0.07 -oeillères oeillère nom f p 0.44 1.82 0.44 1.76 -oeil_de_boeuf oeil_de_boeuf nom m p 0.00 0.95 0.00 0.47 -oeil_de_perdrix oeil_de_perdrix nom m p 0.00 0.14 0.00 0.14 -oeils oeil nom m p 413.04 1234.59 0.01 0.41 -oenologie oenologie nom f s 0.01 0.00 0.01 0.00 -oenologique oenologique adj f s 0.00 0.07 0.00 0.07 -oenologues oenologue nom p 0.00 0.14 0.00 0.14 -oenophile oenophile adj s 0.00 0.07 0.00 0.07 -oenothera oenothera nom m s 0.01 0.00 0.01 0.00 -oenothère oenothère nom m s 0.00 0.07 0.00 0.07 -oesophage oesophage nom m s 0.48 1.22 0.48 1.08 -oesophages oesophage nom m p 0.48 1.22 0.00 0.14 -oesophagien oesophagien adj m s 0.06 0.00 0.02 0.00 -oesophagienne oesophagien adj f s 0.06 0.00 0.01 0.00 -oesophagiennes oesophagien adj f p 0.06 0.00 0.03 0.00 -oestrogène oestrogène nom m s 0.28 0.14 0.04 0.00 -oestrogènes oestrogène nom m p 0.28 0.14 0.24 0.14 -oeuf oeuf nom m s 39.40 50.14 13.53 20.34 -oeufs oeuf nom m p 39.40 50.14 25.88 29.80 -oeuvraient oeuvrer ver 2.08 4.26 0.00 0.20 ind:imp:3p; -oeuvrait oeuvrer ver 2.08 4.26 0.14 0.61 ind:imp:3s; -oeuvrant oeuvrer ver 2.08 4.26 0.14 0.54 par:pre; -oeuvre oeuvre nom s 30.10 92.23 23.38 68.11 -oeuvrent oeuvrer ver 2.08 4.26 0.16 0.20 ind:pre:3p; -oeuvrer oeuvrer ver 2.08 4.26 0.41 1.01 inf; -oeuvrera oeuvrer ver 2.08 4.26 0.03 0.00 ind:fut:3s; -oeuvres oeuvre nom p 30.10 92.23 6.72 24.12 -oeuvrette oeuvrette nom f s 0.00 0.20 0.00 0.07 -oeuvrettes oeuvrette nom f p 0.00 0.20 0.00 0.14 -oeuvrez oeuvrer ver 2.08 4.26 0.03 0.00 imp:pre:2p; -oeuvrions oeuvrer ver 2.08 4.26 0.00 0.07 ind:imp:1p; -oeuvré oeuvrer ver m s 2.08 4.26 0.11 0.74 par:pas; -off_shore off_shore nom m s 0.07 0.00 0.07 0.00 -off off adj 3.27 0.54 3.27 0.54 -offensa offenser ver 15.78 6.35 0.03 0.07 ind:pas:3s; -offensaient offenser ver 15.78 6.35 0.00 0.20 ind:imp:3p; -offensais offenser ver 15.78 6.35 0.00 0.07 ind:imp:1s; -offensait offenser ver 15.78 6.35 0.13 0.54 ind:imp:3s; -offensant offensant adj m s 0.93 1.01 0.82 0.34 -offensante offensant adj f s 0.93 1.01 0.07 0.41 -offensantes offensant adj f p 0.93 1.01 0.01 0.07 -offensants offensant adj m p 0.93 1.01 0.02 0.20 -offense offense nom f s 7.45 3.24 5.41 2.03 -offensent offenser ver 15.78 6.35 0.34 0.34 ind:pre:3p; -offenser offenser ver 15.78 6.35 6.59 1.76 inf; -offensera offenser ver 15.78 6.35 0.04 0.00 ind:fut:3s; -offenserai offenser ver 15.78 6.35 0.01 0.07 ind:fut:1s; -offenseraient offenser ver 15.78 6.35 0.11 0.14 cnd:pre:3p; -offenserais offenser ver 15.78 6.35 0.02 0.07 cnd:pre:1s;cnd:pre:2s; -offenserez offenser ver 15.78 6.35 0.01 0.00 ind:fut:2p; -offenseront offenser ver 15.78 6.35 0.01 0.00 ind:fut:3p; -offenses offense nom f p 7.45 3.24 2.04 1.22 -offenseur offenseur nom m s 0.66 0.14 0.55 0.14 -offenseurs offenseur nom m p 0.66 0.14 0.11 0.00 -offensez offenser ver 15.78 6.35 0.64 0.07 imp:pre:2p;ind:pre:2p; -offensif offensif adj m s 0.85 2.36 0.32 0.61 -offensifs offensif adj m p 0.85 2.36 0.07 0.07 -offensive offensive nom f s 3.12 12.30 2.91 11.96 -offensives offensive nom f p 3.12 12.30 0.21 0.34 -offensons offenser ver 15.78 6.35 0.00 0.07 ind:pre:1p; -offensèrent offenser ver 15.78 6.35 0.00 0.07 ind:pas:3p; -offensé offenser ver m s 15.78 6.35 4.09 1.55 par:pas; -offensée offenser ver f s 15.78 6.35 0.97 0.47 par:pas; -offensées offensé adj f p 2.19 2.09 0.17 0.14 -offensés offenser ver m p 15.78 6.35 1.15 0.14 par:pas; -offert offrir ver m s 177.80 213.99 34.01 28.51 par:pas; -offerte offrir ver f s 177.80 213.99 5.08 12.03 par:pas; -offertes offrir ver f p 177.80 213.99 0.93 3.85 par:pas; -offertoire offertoire nom m s 0.00 0.34 0.00 0.34 -offerts offrir ver m p 177.80 213.99 1.41 3.45 par:pas; -office office nom s 6.37 25.00 6.13 21.28 -offices office nom m p 6.37 25.00 0.25 3.72 -officiaient officier ver 7.15 6.69 0.00 0.41 ind:imp:3p; -officiais officier ver 7.15 6.69 0.00 0.14 ind:imp:1s; -officiait officier ver 7.15 6.69 0.05 1.08 ind:imp:3s; -official official nom m s 0.03 0.00 0.03 0.00 -officialisait officialiser ver 0.23 0.07 0.00 0.07 ind:imp:3s; -officialise officialiser ver 0.23 0.07 0.03 0.00 ind:pre:1s;ind:pre:3s; -officialiser officialiser ver 0.23 0.07 0.14 0.00 inf; -officialisez officialiser ver 0.23 0.07 0.01 0.00 imp:pre:2p; -officialisé officialiser ver m s 0.23 0.07 0.04 0.00 par:pas; -officialité officialité nom f s 0.00 0.20 0.00 0.20 -officiant officiant nom m s 0.21 1.62 0.21 1.08 -officiants officiant adj m p 0.01 0.20 0.01 0.07 -officie officier ver 7.15 6.69 0.08 0.61 ind:pre:1s;ind:pre:3s; -officiel officiel adj m s 21.36 32.84 9.54 11.89 -officielle officiel adj f s 21.36 32.84 8.45 12.09 -officiellement officiellement adv 10.41 7.36 10.41 7.36 -officielles officiel adj f p 21.36 32.84 1.59 4.05 -officiels officiel adj m p 21.36 32.84 1.78 4.80 -officient officier ver 7.15 6.69 0.01 0.07 ind:pre:3p; -officier officier nom m s 55.35 79.05 35.47 35.68 -officiers officier nom m p 55.35 79.05 19.87 43.38 -officieuse officielle adj f s 0.53 0.47 0.38 0.20 -officieusement officieusement adv 1.13 0.54 1.13 0.54 -officieuses officielle adj f p 0.53 0.47 0.15 0.27 -officieux officieux adj m 0.92 0.88 0.92 0.88 -officiez officier ver 7.15 6.69 0.02 0.00 ind:pre:2p; -officine officine nom f s 0.17 2.64 0.17 1.96 -officines officine nom f p 0.17 2.64 0.00 0.68 -officions officier ver 7.15 6.69 0.01 0.00 ind:pre:1p; -officière officier nom f s 55.35 79.05 0.01 0.00 -officié officier ver m s 7.15 6.69 0.05 0.00 par:pas; -offrît offrir ver 177.80 213.99 0.00 0.47 sub:imp:3s; -offraient offrir ver 177.80 213.99 0.71 8.38 ind:imp:3p; -offrais offrir ver 177.80 213.99 0.81 1.96 ind:imp:1s;ind:imp:2s; -offrait offrir ver 177.80 213.99 2.96 31.76 ind:imp:3s; -offrande offrande nom f s 4.54 6.89 3.97 4.53 -offrandes offrande nom f p 4.54 6.89 0.57 2.36 -offrant offrir ver 177.80 213.99 2.13 10.54 par:pre; -offrante offrant adj f s 1.09 0.47 0.01 0.00 -offrantes offrant adj f p 1.09 0.47 0.00 0.07 -offrants offrant adj m p 1.09 0.47 0.02 0.00 -offre offrir ver 177.80 213.99 51.81 29.80 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:1s;sub:pre:3s; -offrent offrir ver 177.80 213.99 4.29 4.53 ind:pre:3p; -offres offrir ver 177.80 213.99 4.78 0.68 ind:pre:2s;sub:pre:2s; -offrez offrir ver 177.80 213.99 5.50 1.01 imp:pre:2p;ind:pre:2p; -offriez offrir ver 177.80 213.99 0.26 0.14 ind:imp:2p; -offrions offrir ver 177.80 213.99 0.07 0.34 ind:imp:1p; -offrir offrir ver 177.80 213.99 52.06 50.34 inf;; -offrira offrir ver 177.80 213.99 1.15 1.15 ind:fut:3s; -offrirai offrir ver 177.80 213.99 1.92 0.81 ind:fut:1s; -offriraient offrir ver 177.80 213.99 0.02 0.54 cnd:pre:3p; -offrirais offrir ver 177.80 213.99 1.23 0.34 cnd:pre:1s;cnd:pre:2s; -offrirait offrir ver 177.80 213.99 0.70 2.43 cnd:pre:3s; -offriras offrir ver 177.80 213.99 0.73 0.00 ind:fut:2s; -offrirent offrir ver 177.80 213.99 0.02 1.35 ind:pas:3p; -offrirez offrir ver 177.80 213.99 0.13 0.20 ind:fut:2p; -offririez offrir ver 177.80 213.99 0.06 0.07 cnd:pre:2p; -offrirons offrir ver 177.80 213.99 0.37 0.07 ind:fut:1p; -offriront offrir ver 177.80 213.99 0.24 0.27 ind:fut:3p; -offris offrir ver 177.80 213.99 0.06 1.69 ind:pas:1s; -offrit offrir ver 177.80 213.99 1.55 16.55 ind:pas:3s; -offrons offrir ver 177.80 213.99 2.81 0.74 imp:pre:1p;ind:pre:1p; -offset offset nom s 0.01 0.20 0.01 0.20 -offshore offshore adj 0.43 0.00 0.43 0.00 -offuscation offuscation nom f s 0.00 0.14 0.00 0.07 -offuscations offuscation nom f p 0.00 0.14 0.00 0.07 -offusqua offusquer ver 1.04 4.93 0.01 0.47 ind:pas:3s; -offusquaient offusquer ver 1.04 4.93 0.00 0.41 ind:imp:3p; -offusquais offusquer ver 1.04 4.93 0.01 0.07 ind:imp:1s; -offusquait offusquer ver 1.04 4.93 0.01 0.68 ind:imp:3s; -offusquant offusquant adj m s 0.03 0.07 0.03 0.07 -offusque offusquer ver 1.04 4.93 0.30 0.61 imp:pre:2s;ind:pre:1s;ind:pre:3s; -offusquent offusquer ver 1.04 4.93 0.01 0.20 ind:pre:3p; -offusquer offusquer ver 1.04 4.93 0.23 0.74 inf; -offusquerai offusquer ver 1.04 4.93 0.04 0.00 ind:fut:1s; -offusquerait offusquer ver 1.04 4.93 0.01 0.00 cnd:pre:3s; -offusquerez offusquer ver 1.04 4.93 0.01 0.00 ind:fut:2p; -offusques offusquer ver 1.04 4.93 0.00 0.07 ind:pre:2s; -offusquât offusquer ver 1.04 4.93 0.00 0.07 sub:imp:3s; -offusquèrent offusquer ver 1.04 4.93 0.00 0.14 ind:pas:3p; -offusqué offusquer ver m s 1.04 4.93 0.27 0.34 par:pas; -offusquée offusquer ver f s 1.04 4.93 0.12 0.61 par:pas; -offusquées offusquer ver f p 1.04 4.93 0.00 0.14 par:pas; -offusqués offusquer ver m p 1.04 4.93 0.00 0.20 par:pas; -oflag oflag nom m s 0.00 0.27 0.00 0.20 -oflags oflag nom m p 0.00 0.27 0.00 0.07 -âge âge nom m s 152.59 217.43 150.45 205.27 -âges âge nom m p 152.59 217.43 2.13 12.16 -âgisme âgisme nom m s 0.02 0.00 0.02 0.00 -ogival ogival adj m s 0.00 0.41 0.00 0.41 -ogive ogive nom f s 2.35 3.45 1.40 1.69 -ogives ogive nom f p 2.35 3.45 0.95 1.76 -ognons ognon nom m p 0.11 0.00 0.11 0.00 -ogre ogre nom m s 2.83 5.95 2.52 4.66 -ogres ogre nom m p 2.83 5.95 0.30 1.28 -ogresse ogresse nom f s 0.31 1.89 0.31 1.55 -ogresses ogresse nom f p 0.31 1.89 0.00 0.34 -âgé âgé adj m s 19.81 30.74 7.67 14.39 -âgée âgé adj f s 19.81 30.74 7.75 8.92 -âgées âgé adj f p 19.81 30.74 1.91 1.69 -âgés âgé adj m p 19.81 30.74 2.48 5.74 -oh oh ono 897.52 197.09 897.52 197.09 -ohms ohm nom m p 0.02 0.14 0.02 0.14 -ohé ohé ono 5.24 1.28 5.24 1.28 -oie oie nom f s 9.15 9.32 5.42 5.20 -oies oie nom f p 9.15 9.32 3.73 4.12 -oignait oindre ver 0.56 1.62 0.00 0.14 ind:imp:3s; -oignant oindre ver 0.56 1.62 0.00 0.07 par:pre; -oigne oindre ver 0.56 1.62 0.14 0.07 sub:pre:1s;sub:pre:3s; -oignes oindre ver 0.56 1.62 0.00 0.20 sub:pre:2s; -oignez oindre ver 0.56 1.62 0.03 0.00 imp:pre:2p; -oignit oindre ver 0.56 1.62 0.00 0.07 ind:pas:3s; -oignon oignon nom m s 19.98 15.54 4.35 5.34 -oignons oignon nom m p 19.98 15.54 15.63 10.20 -oille oille nom f s 0.00 0.07 0.00 0.07 -oindra oindre ver 0.56 1.62 0.00 0.07 ind:fut:3s; -oindre oindre ver 0.56 1.62 0.12 0.20 inf; -oing oing nom m s 0.00 0.07 0.00 0.07 -oins oindre ver 0.56 1.62 0.16 0.07 ind:pre:1s;ind:pre:2s; -oint oint nom m s 0.10 0.27 0.10 0.14 -ointe oindre ver f s 0.56 1.62 0.00 0.20 par:pas; -ointes oindre ver f p 0.56 1.62 0.00 0.27 par:pas; -oints oint nom m p 0.10 0.27 0.00 0.14 -ois ouïr ver 5.72 3.78 1.16 0.07 imp:pre:2s;ind:pre:1s;ind:pre:2s; -oiseau_clé oiseau_clé nom m s 0.01 0.00 0.01 0.00 -oiseau_lyre oiseau_lyre nom m s 0.00 0.07 0.00 0.07 -oiseau_mouche oiseau_mouche nom m s 0.10 0.27 0.08 0.14 -oiseau_vedette oiseau_vedette nom m s 0.01 0.00 0.01 0.00 -oiseau oiseau nom m s 77.73 113.04 43.78 47.97 -oiseau_mouche oiseau_mouche nom m p 0.10 0.27 0.01 0.14 -oiseaux oiseau nom m p 77.73 113.04 33.96 65.07 -oiselet oiselet nom m s 0.13 0.54 0.12 0.34 -oiselets oiselet nom m p 0.13 0.54 0.01 0.20 -oiseleur oiseleur nom m s 0.07 0.54 0.06 0.47 -oiseleurs oiseleur nom m p 0.07 0.54 0.01 0.07 -oiselez oiseler ver 0.00 0.07 0.00 0.07 imp:pre:2p; -oiselier oiselier nom m s 0.01 0.20 0.00 0.07 -oiseliers oiselier nom m p 0.01 0.20 0.01 0.07 -oiselière oiselier nom f s 0.01 0.20 0.00 0.07 -oiselle oiselle nom f s 0.08 0.41 0.06 0.34 -oisellerie oisellerie nom f s 0.04 0.00 0.04 0.00 -oiselles oiselle nom f p 0.08 0.41 0.02 0.07 -oiseuse oiseux adj f s 0.28 2.36 0.01 0.47 -oiseuses oiseux adj f p 0.28 2.36 0.13 1.01 -oiseux oiseux adj m 0.28 2.36 0.14 0.88 -oisif oisif adj m s 0.85 2.03 0.36 0.41 -oisifs oisif nom m p 0.10 1.28 0.06 1.01 -oisillon oisillon nom m s 0.46 1.22 0.30 0.68 -oisillons oisillon nom m p 0.46 1.22 0.15 0.54 -oisive oisif adj f s 0.85 2.03 0.35 0.95 -oisivement oisivement adv 0.02 0.00 0.02 0.00 -oisives oisif adj f p 0.85 2.03 0.08 0.20 -oisiveté oisiveté nom f s 0.59 3.65 0.59 3.65 -oison oison nom m s 0.02 0.07 0.02 0.00 -oisons oison nom m p 0.02 0.07 0.00 0.07 -oit ouïr ver 5.72 3.78 0.13 0.00 ind:pre:3s; -ok ok adj_sup 234.89 1.15 234.89 1.15 -oka oka nom m s 0.00 0.07 0.00 0.07 -okapi okapi nom m s 0.08 0.00 0.08 0.00 -okoumé okoumé nom m s 0.00 0.14 0.00 0.14 -ola ola nom f s 1.31 0.00 1.31 0.00 -olfactif olfactif adj m s 0.47 1.01 0.11 0.54 -olfactifs olfactif adj m p 0.47 1.01 0.03 0.07 -olfactive olfactif adj f s 0.47 1.01 0.06 0.27 -olfactives olfactif adj f p 0.47 1.01 0.28 0.14 -olfactomètre olfactomètre nom m s 0.00 0.07 0.00 0.07 -olibrius olibrius nom m 0.03 0.20 0.03 0.20 -olifant olifant nom m s 0.14 0.41 0.14 0.41 -oligarchie oligarchie nom f s 0.12 0.07 0.12 0.07 -oligo_élément oligo_élément nom m p 0.00 0.14 0.00 0.14 -olivaies olivaie nom f p 0.00 0.07 0.00 0.07 -olive olive nom f s 5.42 8.85 2.54 4.12 -oliver oliver nom m s 0.06 0.00 0.06 0.00 -oliveraie oliveraie nom f s 1.08 0.47 1.08 0.07 -oliveraies oliveraie nom f p 1.08 0.47 0.00 0.41 -olives olive nom f p 5.42 8.85 2.88 4.73 -olivette olivette nom f s 0.00 0.68 0.00 0.07 -olivettes olivette nom f p 0.00 0.68 0.00 0.61 -olivier olivier nom m s 2.09 12.84 0.77 4.19 -oliviers olivier nom m p 2.09 12.84 1.32 8.65 -olivine olivine nom f s 0.05 0.00 0.05 0.00 -olivâtre olivâtre adj s 0.00 1.15 0.00 0.81 -olivâtres olivâtre adj f p 0.00 1.15 0.00 0.34 -olla_podrida olla_podrida nom f 0.00 0.07 0.00 0.07 -ollé ollé ono 0.02 0.00 0.02 0.00 -olmèque olmèque adj s 0.01 0.00 0.01 0.00 -olmèques olmèque nom p 0.00 0.07 0.00 0.07 -olographe olographe adj m s 0.00 0.14 0.00 0.14 -olé_olé olé_olé adj m p 0.00 0.14 0.00 0.14 -olé olé ono 2.37 0.47 2.37 0.47 -oléagineux oléagineux nom m 0.00 0.07 0.00 0.07 -olécrane olécrane nom m s 0.01 0.00 0.01 0.00 -olécrâne olécrâne nom m s 0.00 0.07 0.00 0.07 -oléfine oléfine nom f s 0.03 0.00 0.03 0.00 -oléiculteurs oléiculteur nom m p 0.00 0.07 0.00 0.07 -oléine oléine nom f s 0.00 0.07 0.00 0.07 -oléoduc oléoduc nom m s 0.31 0.07 0.26 0.00 -oléoducs oléoduc nom m p 0.31 0.07 0.05 0.07 -olympe olympe nom m s 0.01 0.20 0.01 0.14 -olympes olympe nom m p 0.01 0.20 0.00 0.07 -olympiade olympiade nom f s 0.36 0.20 0.10 0.07 -olympiades olympiade nom f p 0.36 0.20 0.26 0.14 -olympien olympien adj m s 0.08 2.03 0.07 1.35 -olympienne olympien adj f s 0.08 2.03 0.00 0.54 -olympiens olympien adj m p 0.08 2.03 0.01 0.14 -olympique olympique adj s 3.62 1.69 1.68 1.28 -olympiques olympique adj p 3.62 1.69 1.94 0.41 -omît omettre ver 2.73 6.42 0.00 0.07 sub:imp:3s; -omani omani adj m s 0.01 0.00 0.01 0.00 -ombelle ombelle nom f s 0.01 0.74 0.00 0.07 -ombelles ombelle nom f p 0.01 0.74 0.01 0.68 -ombellifères ombellifère nom f p 0.00 0.20 0.00 0.20 -ombilic ombilic nom m s 0.07 0.20 0.07 0.20 -ombilical ombilical adj m s 0.78 1.89 0.57 1.76 -ombilicale ombilical adj f s 0.78 1.89 0.19 0.00 -ombilicaux ombilical adj m p 0.78 1.89 0.02 0.14 -omble omble nom m s 0.03 0.14 0.01 0.07 -ombles omble nom m p 0.03 0.14 0.02 0.07 -ombra ombrer ver 0.54 2.50 0.00 0.07 ind:pas:3s; -ombrage ombrage nom m s 0.57 2.64 0.46 1.28 -ombragea ombrager ver 0.03 2.77 0.00 0.07 ind:pas:3s; -ombrageaient ombrager ver 0.03 2.77 0.00 0.20 ind:imp:3p; -ombrageait ombrager ver 0.03 2.77 0.00 0.27 ind:imp:3s; -ombragent ombrager ver 0.03 2.77 0.00 0.27 ind:pre:3p; -ombrager ombrager ver 0.03 2.77 0.00 0.20 inf; -ombrages ombrage nom m p 0.57 2.64 0.11 1.35 -ombrageuse ombrageux adj f s 0.45 2.84 0.14 0.81 -ombrageusement ombrageusement adv 0.00 0.07 0.00 0.07 -ombrageuses ombrageux adj f p 0.45 2.84 0.00 0.14 -ombrageux ombrageux adj m 0.45 2.84 0.31 1.89 -ombragé ombragé adj m s 0.17 0.95 0.13 0.68 -ombragée ombragé adj f s 0.17 0.95 0.01 0.20 -ombragées ombrager ver f p 0.03 2.77 0.00 0.27 par:pas; -ombragés ombragé adj m p 0.17 0.95 0.03 0.00 -ombraient ombrer ver 0.54 2.50 0.00 0.07 ind:imp:3p; -ombrait ombrer ver 0.54 2.50 0.00 0.20 ind:imp:3s; -ombrant ombrer ver 0.54 2.50 0.00 0.14 par:pre; -ombre ombre nom s 45.67 233.45 35.98 190.61 -ombrelle ombrelle nom f s 0.97 4.80 0.86 3.72 -ombrelles ombrelle nom f p 0.97 4.80 0.11 1.08 -ombrer ombrer ver 0.54 2.50 0.13 0.20 inf; -ombres ombre nom p 45.67 233.45 9.70 42.84 -ombreuse ombreux adj f s 0.00 2.43 0.00 0.68 -ombreuses ombreux adj f p 0.00 2.43 0.00 0.95 -ombreux ombreux adj m 0.00 2.43 0.00 0.81 -ombré ombrer ver m s 0.54 2.50 0.01 0.34 par:pas; -ombrée ombrer ver f s 0.54 2.50 0.00 0.27 par:pas; -ombrées ombrée nom f p 0.54 0.07 0.54 0.00 -ombrés ombrer ver m p 0.54 2.50 0.00 0.47 par:pas; -âme_soeur âme_soeur nom f s 0.04 0.14 0.04 0.14 -âme âme nom f s 141.59 151.62 122.22 129.53 -omelette omelette nom f s 6.87 6.42 6.42 5.14 -omelettes omelette nom f p 6.87 6.42 0.45 1.28 -omerta omerta nom f s 0.14 0.14 0.14 0.14 -âmes âme nom f p 141.59 151.62 19.37 22.09 -omet omettre ver 2.73 6.42 0.13 0.20 ind:pre:3s; -omets omettre ver 2.73 6.42 0.04 0.07 imp:pre:2s;ind:pre:1s;ind:pre:2s; -omettaient omettre ver 2.73 6.42 0.00 0.07 ind:imp:3p; -omettais omettre ver 2.73 6.42 0.00 0.07 ind:imp:1s; -omettait omettre ver 2.73 6.42 0.00 0.27 ind:imp:3s; -omettant omettre ver 2.73 6.42 0.10 0.54 par:pre; -omette omettre ver 2.73 6.42 0.00 0.07 sub:pre:3s; -omettent omettre ver 2.73 6.42 0.01 0.20 ind:pre:3p; -omettez omettre ver 2.73 6.42 0.24 0.00 imp:pre:2p;ind:pre:2p; -omettiez omettre ver 2.73 6.42 0.01 0.07 ind:imp:2p; -omettrai omettre ver 2.73 6.42 0.03 0.07 ind:fut:1s; -omettre omettre ver 2.73 6.42 0.35 0.74 inf; -omettrez omettre ver 2.73 6.42 0.01 0.00 ind:fut:2p; -omicron omicron nom m s 0.12 0.07 0.12 0.07 -omis omettre ver m 2.73 6.42 1.74 3.58 par:pas; -omise omettre ver f s 2.73 6.42 0.04 0.14 par:pas; -omises omettre ver f p 2.73 6.42 0.03 0.07 par:pas; -omission omission nom f s 1.02 2.09 0.78 1.76 -omissions omission nom f p 1.02 2.09 0.25 0.34 -omit omettre ver 2.73 6.42 0.00 0.20 ind:pas:3s; -omni omni adv 0.21 0.27 0.21 0.27 -omnibus omnibus nom m 0.37 1.28 0.37 1.28 -omnidirectionnel omnidirectionnel adj m s 0.03 0.00 0.02 0.00 -omnidirectionnelle omnidirectionnel adj f s 0.03 0.00 0.01 0.00 -omnipotence omnipotence nom f s 0.16 0.74 0.16 0.74 -omnipotent omnipotent adj m s 0.16 1.28 0.14 0.54 -omnipotente omnipotent adj f s 0.16 1.28 0.01 0.74 -omnipotentes omnipotent adj f p 0.16 1.28 0.01 0.00 -omniprésence omniprésence nom f s 0.11 0.34 0.11 0.34 -omniprésent omniprésent adj m s 0.69 2.16 0.53 0.81 -omniprésente omniprésent adj f s 0.69 2.16 0.08 1.08 -omniprésentes omniprésent adj f p 0.69 2.16 0.03 0.20 -omniprésents omniprésent adj m p 0.69 2.16 0.06 0.07 -omnipuissance omnipuissance nom f s 0.00 0.07 0.00 0.07 -omniscience omniscience nom f s 0.09 0.00 0.09 0.00 -omniscient omniscient adj m s 0.33 0.47 0.14 0.34 -omnisciente omniscient adj f s 0.33 0.47 0.05 0.07 -omniscients omniscient adj m p 0.33 0.47 0.14 0.07 -omnisports omnisports adj m s 0.01 1.28 0.01 1.28 -omnium omnium nom m s 0.00 0.20 0.00 0.20 -omnivore omnivore adj m s 0.16 0.14 0.02 0.07 -omnivores omnivore adj f p 0.16 0.14 0.14 0.07 -omoplate omoplate nom f s 0.66 5.74 0.48 1.55 -omoplates omoplate nom f p 0.66 5.74 0.18 4.19 -omphalos omphalos nom m 0.00 0.07 0.00 0.07 -oméga oméga nom m s 0.88 0.88 0.88 0.88 -on_dit on_dit nom m 0.14 0.81 0.14 0.81 -on_line on_line adv 0.07 0.00 0.07 0.00 -on on pro_per s 8586.40 4838.38 8586.40 4838.38 -onagre onagre nom s 0.00 0.14 0.00 0.14 -onanisme onanisme nom m s 0.10 0.47 0.10 0.41 -onanismes onanisme nom m p 0.10 0.47 0.00 0.07 -onaniste onaniste nom s 0.02 0.14 0.02 0.14 -onc onc adv 0.03 0.14 0.03 0.14 -once once nom f s 4.66 1.89 3.77 1.76 -onces once nom f p 4.66 1.89 0.89 0.14 -oncle oncle nom m s 126.71 127.70 124.11 121.96 -oncles oncle nom m p 126.71 127.70 2.60 5.74 -oncologie oncologie nom f s 0.35 0.00 0.35 0.00 -oncologique oncologique adj f s 0.01 0.00 0.01 0.00 -oncologue oncologue nom s 0.22 0.00 0.21 0.00 -oncologues oncologue nom p 0.22 0.00 0.01 0.00 -onction onction nom f s 0.28 1.28 0.28 1.15 -onctions onction nom f p 0.28 1.28 0.00 0.14 -onctueuse onctueux adj f s 0.24 4.73 0.17 1.96 -onctueusement onctueusement adv 0.00 0.07 0.00 0.07 -onctueuses onctueux adj f p 0.24 4.73 0.00 0.27 -onctueux onctueux adj m 0.24 4.73 0.07 2.50 -onctuosité onctuosité nom f s 0.01 0.61 0.01 0.61 -ondatra ondatra nom m s 0.02 0.00 0.02 0.00 -onde onde nom f s 11.91 17.70 4.39 6.01 -onder onder ver 0.01 0.00 0.01 0.00 inf; -ondes onde nom f p 11.91 17.70 7.52 11.69 -ondin ondin nom m s 0.20 0.81 0.00 0.20 -ondine ondin nom f s 0.20 0.81 0.20 0.34 -ondines ondine nom f p 0.01 0.00 0.01 0.00 -ondins ondin nom m p 0.20 0.81 0.00 0.20 -ondoie ondoyer ver 0.01 2.84 0.00 0.07 ind:pre:1s; -ondoiement ondoiement nom m s 0.00 0.54 0.00 0.47 -ondoiements ondoiement nom m p 0.00 0.54 0.00 0.07 -ondoient ondoyer ver 0.01 2.84 0.00 0.14 ind:pre:3p; -ondoyaient ondoyer ver 0.01 2.84 0.00 0.47 ind:imp:3p; -ondoyait ondoyer ver 0.01 2.84 0.00 0.54 ind:imp:3s; -ondoyant ondoyer ver 0.01 2.84 0.01 0.95 par:pre; -ondoyante ondoyant adj f s 0.10 1.15 0.10 0.47 -ondoyantes ondoyant adj f p 0.10 1.15 0.00 0.14 -ondoyants ondoyant adj m p 0.10 1.15 0.00 0.27 -ondoyer ondoyer ver 0.01 2.84 0.00 0.47 inf; -ondoyons ondoyer ver 0.01 2.84 0.00 0.07 imp:pre:1p; -ondoyé ondoyer ver m s 0.01 2.84 0.00 0.14 par:pas; -ondée ondée adj f s 0.01 0.07 0.01 0.00 -ondées ondée nom f p 0.16 2.30 0.16 0.47 -ondula onduler ver 1.28 12.03 0.00 0.47 ind:pas:3s; -ondulaient onduler ver 1.28 12.03 0.14 0.81 ind:imp:3p; -ondulait onduler ver 1.28 12.03 0.11 2.64 ind:imp:3s; -ondulant onduler ver 1.28 12.03 0.24 1.96 par:pre; -ondulante ondulant adj f s 0.20 1.55 0.17 0.95 -ondulantes ondulant adj f p 0.20 1.55 0.01 0.20 -ondulants ondulant adj m p 0.20 1.55 0.01 0.14 -ondulation ondulation nom f s 0.26 6.01 0.05 2.03 -ondulations ondulation nom f p 0.26 6.01 0.21 3.99 -ondulatoire ondulatoire adj s 0.01 0.34 0.00 0.27 -ondulatoires ondulatoire adj m p 0.01 0.34 0.01 0.07 -ondule onduler ver 1.28 12.03 0.27 1.55 imp:pre:2s;ind:pre:1s;ind:pre:3s; -ondulent onduler ver 1.28 12.03 0.23 1.01 ind:pre:3p; -onduler onduler ver 1.28 12.03 0.23 2.09 inf; -ondulerait onduler ver 1.28 12.03 0.00 0.07 cnd:pre:3s; -onduleuse onduleux adj f s 0.00 1.62 0.00 0.68 -onduleuses onduleux adj f p 0.00 1.62 0.00 0.34 -onduleux onduleux adj m s 0.00 1.62 0.00 0.61 -ondulons onduler ver 1.28 12.03 0.00 0.07 ind:pre:1p; -ondulèrent onduler ver 1.28 12.03 0.00 0.07 ind:pas:3p; -ondulé ondulé adj m s 0.73 4.59 0.04 0.95 -ondulée ondulé adj f s 0.73 4.59 0.38 2.03 -ondulées ondulé adj f p 0.73 4.59 0.02 0.41 -ondulés ondulé adj m p 0.73 4.59 0.29 1.22 -ondés ondé adj m p 0.00 0.14 0.00 0.14 -one_step one_step nom m s 0.00 0.20 0.00 0.20 -âne âne nom m s 14.19 18.58 12.33 14.32 -ânerie ânerie nom f s 1.96 2.70 0.32 0.81 -âneries ânerie nom f p 1.96 2.70 1.64 1.89 -ânes âne nom m p 14.19 18.58 1.86 4.26 -ânesse ânesse nom f s 0.90 0.41 0.90 0.20 -ânesses ânesse nom f p 0.90 0.41 0.00 0.20 -ongle ongle nom m s 20.37 45.47 2.35 10.14 -ongles ongle nom m p 20.37 45.47 18.02 35.34 -onglet onglet nom m s 0.67 0.34 0.52 0.14 -onglets onglet nom m p 0.67 0.34 0.14 0.20 -onglon onglon nom m s 0.00 0.07 0.00 0.07 -onglée onglée adj f s 0.01 0.00 0.01 0.00 -onguent onguent nom m s 0.93 1.82 0.79 0.54 -onguents onguent nom m p 0.93 1.82 0.14 1.28 -ongulé ongulé nom m s 0.09 0.00 0.08 0.00 -ongulés ongulé nom m p 0.09 0.00 0.01 0.00 -ânier ânier nom m s 0.00 0.54 0.00 0.54 -onirique onirique adj s 0.17 0.41 0.04 0.34 -oniriques onirique adj p 0.17 0.41 0.13 0.07 -onirisme onirisme nom m s 0.14 0.00 0.14 0.00 -onirologie onirologie nom f s 0.00 0.07 0.00 0.07 -onomatopée onomatopée nom f s 0.05 2.03 0.03 0.74 -onomatopées onomatopée nom f p 0.05 2.03 0.02 1.28 -onomatopéique onomatopéique adj s 0.40 0.00 0.40 0.00 -ânon ânon nom m s 0.17 0.47 0.16 0.41 -ânonna ânonner ver 0.16 2.50 0.00 0.27 ind:pas:3s; -ânonnaient ânonner ver 0.16 2.50 0.00 0.14 ind:imp:3p; -ânonnait ânonner ver 0.16 2.50 0.14 0.68 ind:imp:3s; -ânonnant ânonner ver 0.16 2.50 0.00 0.47 par:pre; -ânonne ânonner ver 0.16 2.50 0.00 0.27 ind:pre:1s;ind:pre:3s; -ânonnement ânonnement nom m s 0.00 0.14 0.00 0.07 -ânonnements ânonnement nom m p 0.00 0.14 0.00 0.07 -ânonner ânonner ver 0.16 2.50 0.02 0.54 inf; -ânonnions ânonner ver 0.16 2.50 0.00 0.07 ind:imp:1p; -ânonnés ânonner ver m p 0.16 2.50 0.00 0.07 par:pas; -ânons ânon nom m p 0.17 0.47 0.01 0.07 -onopordons onopordon nom m p 0.00 0.07 0.00 0.07 -ont avoir aux 18559.23 12800.81 1063.32 553.31 ind:pre:3p; -onto onto adv 0.05 0.07 0.05 0.07 -ontologie ontologie nom f s 0.02 0.14 0.02 0.14 -ontologique ontologique adj s 0.04 0.34 0.04 0.34 -ontologiquement ontologiquement adv 0.02 0.00 0.02 0.00 -onéreuse onéreux adj f s 0.84 1.08 0.21 0.14 -onéreuses onéreux adj f p 0.84 1.08 0.04 0.27 -onéreux onéreux adj m 0.84 1.08 0.60 0.68 -onusienne onusien adj f s 0.03 0.07 0.02 0.00 -onusiennes onusien adj f p 0.03 0.07 0.01 0.00 -onusiens onusien adj m p 0.03 0.07 0.00 0.07 -onyx onyx nom m 0.34 0.61 0.34 0.61 -onze onze adj_num 11.27 38.85 11.27 38.85 -onzième onzième adj 0.34 1.49 0.34 1.49 -opacifiait opacifier ver 0.03 0.54 0.00 0.07 ind:imp:3s; -opacifiant opacifier ver 0.03 0.54 0.00 0.07 par:pre; -opacification opacification nom f s 0.01 0.00 0.01 0.00 -opacifie opacifier ver 0.03 0.54 0.00 0.20 ind:pre:1s;ind:pre:3s; -opacifient opacifier ver 0.03 0.54 0.01 0.07 ind:pre:3p; -opacifier opacifier ver 0.03 0.54 0.01 0.07 inf; -opacifié opacifier ver m s 0.03 0.54 0.00 0.07 par:pas; -opacité opacité nom f s 0.23 2.03 0.21 1.96 -opacités opacité nom f p 0.23 2.03 0.03 0.07 -opale opale nom f s 0.24 0.81 0.16 0.68 -opales opale nom f p 0.24 0.81 0.08 0.14 -opalescence opalescence nom f s 0.00 0.07 0.00 0.07 -opalescent opalescent adj m s 0.00 0.68 0.00 0.27 -opalescente opalescent adj f s 0.00 0.68 0.00 0.27 -opalescentes opalescent adj f p 0.00 0.68 0.00 0.14 -opalin opalin adj m s 0.02 0.74 0.00 0.41 -opaline opalin nom f s 0.02 1.35 0.02 1.28 -opalines opalin nom f p 0.02 1.35 0.00 0.07 -opalins opalin adj m p 0.02 0.74 0.01 0.14 -opaque opaque adj s 0.50 13.11 0.31 9.59 -opaques opaque adj p 0.50 13.11 0.19 3.51 -ope ope nom s 0.08 0.00 0.08 0.00 -open open adj 1.75 0.00 1.75 0.00 -opercule opercule nom m s 0.01 0.07 0.01 0.07 -ophidien ophidien nom m s 0.02 0.07 0.01 0.00 -ophidiens ophidien nom m p 0.02 0.07 0.01 0.07 -ophite ophite nom m s 0.00 0.07 0.00 0.07 -ophtalmique ophtalmique adj f s 0.01 0.00 0.01 0.00 -ophtalmologie ophtalmologie nom f s 0.09 0.07 0.09 0.07 -ophtalmologique ophtalmologique adj m s 0.02 0.00 0.02 0.00 -ophtalmologiste ophtalmologiste nom s 0.09 0.61 0.09 0.54 -ophtalmologistes ophtalmologiste nom p 0.09 0.61 0.00 0.07 -ophtalmologue ophtalmologue nom s 0.04 0.07 0.04 0.07 -ophtalmoscope ophtalmoscope nom m s 0.02 0.00 0.02 0.00 -opiacé opiacé nom m s 0.58 0.00 0.06 0.00 -opiacées opiacé adj f p 0.19 0.00 0.14 0.00 -opiacés opiacé nom m p 0.58 0.00 0.52 0.00 -opiat opiat nom m s 0.03 0.20 0.01 0.00 -opiats opiat nom m p 0.03 0.20 0.01 0.20 -opimes opimes adj f p 0.01 0.00 0.01 0.00 -opina opiner ver 0.38 4.46 0.10 0.95 ind:pas:3s; -opinai opiner ver 0.38 4.46 0.00 0.20 ind:pas:1s; -opinaient opiner ver 0.38 4.46 0.00 0.07 ind:imp:3p; -opinais opiner ver 0.38 4.46 0.00 0.14 ind:imp:1s; -opinait opiner ver 0.38 4.46 0.10 0.47 ind:imp:3s; -opinant opiner ver 0.38 4.46 0.00 0.14 par:pre; -opine opiner ver 0.38 4.46 0.02 1.69 imp:pre:2s;ind:pre:1s;ind:pre:3s; -opinel opinel nom m s 0.00 1.22 0.00 1.15 -opinels opinel nom m p 0.00 1.22 0.00 0.07 -opiner opiner ver 0.38 4.46 0.02 0.41 inf; -opines opiner ver 0.38 4.46 0.11 0.00 ind:pre:2s; -opinion opinion nom f s 33.89 44.66 28.43 33.24 -opinions opinion nom f p 33.89 44.66 5.47 11.42 -opiniâtra opiniâtrer ver 0.02 0.27 0.00 0.14 ind:pas:3s; -opiniâtre opiniâtre adj s 0.06 2.77 0.06 2.23 -opiniâtrement opiniâtrement adv 0.02 0.27 0.02 0.27 -opiniâtres opiniâtre adj p 0.06 2.77 0.00 0.54 -opiniâtreté opiniâtreté nom f s 0.01 1.76 0.01 1.76 -opiniâtrez opiniâtrer ver 0.02 0.27 0.00 0.07 ind:pre:2p; -opinèrent opiner ver 0.38 4.46 0.00 0.07 ind:pas:3p; -opiné opiner ver m s 0.38 4.46 0.01 0.34 par:pas; -opiomane opiomane adj f s 0.03 0.07 0.03 0.07 -opium opium nom m s 3.95 5.61 3.95 5.61 -opopanax opopanax nom m 0.00 0.07 0.00 0.07 -opoponax opoponax nom m 0.00 0.07 0.00 0.07 -opossum opossum nom m s 0.52 0.27 0.41 0.27 -opossums opossum nom m p 0.52 0.27 0.12 0.00 -opothérapiques opothérapique adj f p 0.00 0.07 0.00 0.07 -oppidum oppidum nom m s 0.00 0.27 0.00 0.27 -opportun opportun adj m s 1.68 2.57 1.45 1.89 -opportune opportun adj f s 1.68 2.57 0.08 0.54 -opportunes opportun adj f p 1.68 2.57 0.02 0.00 -opportunisme opportunisme nom m s 0.11 0.20 0.11 0.20 -opportuniste opportuniste adj s 0.44 0.47 0.38 0.34 -opportunistes opportuniste nom p 0.62 0.20 0.26 0.20 -opportunité opportunité nom f s 11.84 2.50 9.50 2.36 -opportunités opportunité nom f p 11.84 2.50 2.33 0.14 -opportuns opportun adj m p 1.68 2.57 0.14 0.14 -opportunément opportunément adv 0.07 0.68 0.07 0.68 -opposa opposer ver 18.20 46.01 0.12 2.30 ind:pas:3s; -opposable opposable adj m s 0.14 0.07 0.05 0.00 -opposables opposable adj p 0.14 0.07 0.09 0.07 -opposai opposer ver 18.20 46.01 0.00 0.34 ind:pas:1s; -opposaient opposer ver 18.20 46.01 0.07 2.23 ind:imp:3p; -opposais opposer ver 18.20 46.01 0.18 0.41 ind:imp:1s;ind:imp:2s; -opposait opposer ver 18.20 46.01 0.53 7.03 ind:imp:3s; -opposant opposer ver 18.20 46.01 0.35 1.69 par:pre; -opposante opposant nom f s 1.63 1.42 0.01 0.00 -opposants opposant nom m p 1.63 1.42 1.28 0.95 -oppose opposer ver 18.20 46.01 4.27 5.74 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -opposent opposer ver 18.20 46.01 0.85 1.89 ind:pre:3p; -opposer opposer ver 18.20 46.01 6.48 9.93 ind:pre:2p;inf; -opposera opposer ver 18.20 46.01 0.28 0.54 ind:fut:3s; -opposerai opposer ver 18.20 46.01 0.55 0.00 ind:fut:1s; -opposeraient opposer ver 18.20 46.01 0.01 0.47 cnd:pre:3p; -opposerais opposer ver 18.20 46.01 0.03 0.00 cnd:pre:1s;cnd:pre:2s; -opposerait opposer ver 18.20 46.01 0.15 0.34 cnd:pre:3s; -opposerez opposer ver 18.20 46.01 0.11 0.07 ind:fut:2p; -opposerions opposer ver 18.20 46.01 0.00 0.07 cnd:pre:1p; -opposerons opposer ver 18.20 46.01 0.14 0.07 ind:fut:1p; -opposeront opposer ver 18.20 46.01 0.28 0.00 ind:fut:3p; -opposes opposer ver 18.20 46.01 0.35 0.07 ind:pre:2s; -opposez opposer ver 18.20 46.01 0.29 0.20 imp:pre:2p;ind:pre:2p; -opposions opposer ver 18.20 46.01 0.02 0.27 ind:imp:1p; -opposition opposition nom f s 5.28 11.49 5.26 10.68 -oppositionnel oppositionnel adj m s 0.01 0.07 0.01 0.00 -oppositionnelle oppositionnel adj f s 0.01 0.07 0.00 0.07 -oppositions opposition nom f p 5.28 11.49 0.02 0.81 -opposons opposer ver 18.20 46.01 0.06 0.14 imp:pre:1p;ind:pre:1p; -opposât opposer ver 18.20 46.01 0.00 0.34 sub:imp:3s; -opposèrent opposer ver 18.20 46.01 0.03 0.61 ind:pas:3p; -opposé opposé nom m s 2.38 5.34 2.13 5.20 -opposée opposé adj f s 3.51 14.46 0.92 3.18 -opposées opposé adj f p 3.51 14.46 0.69 1.89 -opposés opposer ver m p 18.20 46.01 0.60 1.42 par:pas; -oppressa oppresser ver 1.11 4.80 0.00 0.07 ind:pas:3s; -oppressaient oppresser ver 1.11 4.80 0.10 0.34 ind:imp:3p; -oppressait oppresser ver 1.11 4.80 0.17 1.35 ind:imp:3s; -oppressant oppressant adj m s 1.01 3.38 0.38 1.49 -oppressante oppressant adj f s 1.01 3.38 0.61 1.55 -oppressantes oppressant adj f p 1.01 3.38 0.01 0.20 -oppressants oppressant adj m p 1.01 3.38 0.01 0.14 -oppresse oppresser ver 1.11 4.80 0.38 1.15 ind:pre:1s;ind:pre:3s; -oppressent oppresser ver 1.11 4.80 0.06 0.27 ind:pre:3p; -oppresser oppresser ver 1.11 4.80 0.14 0.07 inf; -oppresseur oppresseur nom m s 1.26 0.74 0.67 0.41 -oppresseurs oppresseur nom m p 1.26 0.74 0.59 0.34 -oppressif oppressif adj m s 0.06 0.14 0.04 0.07 -oppression oppression nom f s 2.25 6.82 2.17 6.69 -oppressions oppression nom f p 2.25 6.82 0.07 0.14 -oppressive oppressif adj f s 0.06 0.14 0.02 0.07 -oppressé oppresser ver m s 1.11 4.80 0.25 0.68 par:pas; -oppressée oppressé adj f s 0.29 1.08 0.20 0.68 -oppressées oppressé adj f p 0.29 1.08 0.02 0.00 -opprimait opprimer ver 1.69 2.03 0.01 0.20 ind:imp:3s; -opprimant opprimer ver 1.69 2.03 0.01 0.07 par:pre; -opprime opprimer ver 1.69 2.03 0.40 0.14 imp:pre:2s;ind:pre:1s;ind:pre:3s; -oppriment opprimer ver 1.69 2.03 0.06 0.20 ind:pre:3p; -opprimer opprimer ver 1.69 2.03 0.07 0.68 inf; -opprimez opprimer ver 1.69 2.03 0.04 0.00 ind:pre:2p; -opprimé opprimer ver m s 1.69 2.03 0.35 0.20 par:pas; -opprimée opprimer ver f s 1.69 2.03 0.28 0.27 par:pas; -opprimées opprimé nom f p 1.91 1.89 0.22 0.00 -opprimés opprimé nom m p 1.91 1.89 1.48 1.28 -opprobre opprobre nom m s 0.33 1.89 0.33 1.82 -opprobres opprobre nom m p 0.33 1.89 0.00 0.07 -âpre âpre adj s 1.60 9.86 1.32 7.70 -âprement âprement adv 0.13 3.11 0.13 3.11 -âpres âpre adj p 1.60 9.86 0.27 2.16 -âpreté âpreté nom f s 0.04 2.77 0.04 2.70 -âpretés âpreté nom f p 0.04 2.77 0.00 0.07 -opta opter ver 1.98 5.14 0.01 1.08 ind:pas:3s; -optai opter ver 1.98 5.14 0.00 0.34 ind:pas:1s; -optaient opter ver 1.98 5.14 0.00 0.20 ind:imp:3p; -optais opter ver 1.98 5.14 0.03 0.07 ind:imp:1s; -optait opter ver 1.98 5.14 0.01 0.07 ind:imp:3s; -optalidon optalidon nom m s 0.14 0.07 0.14 0.07 -optant optant nom m s 0.00 0.14 0.00 0.14 -optatif optatif adj m s 0.00 0.20 0.00 0.14 -optatifs optatif adj m p 0.00 0.20 0.00 0.07 -opte opter ver 1.98 5.14 0.31 0.54 ind:pre:1s;ind:pre:3s; -optent opter ver 1.98 5.14 0.14 0.14 ind:pre:3p; -opter opter ver 1.98 5.14 0.37 0.88 inf; -opterais opter ver 1.98 5.14 0.04 0.07 cnd:pre:1s; -optes opter ver 1.98 5.14 0.02 0.00 ind:pre:2s; -opère opérer ver 29.59 24.53 4.75 2.97 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -opèrent opérer ver 29.59 24.53 1.06 0.47 ind:pre:3p; -opticien opticien nom m s 0.18 0.47 0.13 0.34 -opticienne opticien nom f s 0.18 0.47 0.02 0.00 -opticiens opticien nom m p 0.18 0.47 0.04 0.14 -optima optimum nom m p 0.15 0.14 0.00 0.07 -optimal optimal adj m s 0.48 0.34 0.19 0.20 -optimale optimal adj f s 0.48 0.34 0.24 0.14 -optimales optimal adj f p 0.48 0.34 0.04 0.00 -optimaux optimal adj m p 0.48 0.34 0.02 0.00 -optime optime adv 0.00 0.20 0.00 0.20 -optimisation optimisation nom f s 0.14 0.00 0.14 0.00 -optimise optimiser ver 0.23 0.07 0.06 0.00 ind:pre:1s;ind:pre:3s; -optimiser optimiser ver 0.23 0.07 0.12 0.00 inf; -optimisez optimiser ver 0.23 0.07 0.01 0.00 ind:pre:2p; -optimisme optimisme nom m s 1.66 6.55 1.66 6.55 -optimiste optimiste adj s 4.21 4.19 3.52 3.11 -optimistes optimiste adj p 4.21 4.19 0.70 1.08 -optimisé optimiser ver m s 0.23 0.07 0.05 0.00 par:pas; -optimisées optimiser ver f p 0.23 0.07 0.00 0.07 par:pas; -optimum optimum nom m s 0.15 0.14 0.15 0.07 -option option nom f s 12.31 2.09 7.37 1.08 -optionnel optionnel adj m s 0.19 0.00 0.16 0.00 -optionnelle optionnel adj f s 0.19 0.00 0.03 0.00 -options option nom f p 12.31 2.09 4.94 1.01 -optique optique adj s 1.73 1.08 1.36 1.01 -optiques optique adj p 1.73 1.08 0.38 0.07 -optométrie optométrie nom f s 0.01 0.00 0.01 0.00 -optométriste optométriste nom s 0.05 0.00 0.05 0.00 -optons opter ver 1.98 5.14 0.03 0.00 imp:pre:1p;ind:pre:1p; -optât opter ver 1.98 5.14 0.00 0.14 sub:imp:3s; -optèrent opter ver 1.98 5.14 0.01 0.14 ind:pas:3p; -opté opter ver m s 1.98 5.14 0.90 1.49 par:pas; -opulence opulence nom f s 0.54 3.31 0.54 3.24 -opulences opulence nom f p 0.54 3.31 0.00 0.07 -opulent opulent adj m s 0.47 4.39 0.01 1.08 -opulente opulent adj f s 0.47 4.39 0.32 1.42 -opulentes opulent adj f p 0.47 4.39 0.02 1.08 -opulents opulent adj m p 0.47 4.39 0.11 0.81 -opéra_comique opéra_comique nom m s 0.00 0.34 0.00 0.34 -opéra opéra nom m s 19.61 20.07 18.93 18.99 -opérable opérable adj f s 0.13 0.07 0.13 0.07 -opéraient opérer ver 29.59 24.53 0.03 1.69 ind:imp:3p; -opérais opérer ver 29.59 24.53 0.05 0.34 ind:imp:1s;ind:imp:2s; -opérait opérer ver 29.59 24.53 0.56 3.11 ind:imp:3s; -opérant opérer ver 29.59 24.53 0.26 1.28 par:pre; -opéras opéra nom m p 19.61 20.07 0.68 1.08 -opérateur opérateur nom m s 6.54 2.84 5.07 2.03 -opérateurs opérateur nom m p 6.54 2.84 0.28 0.74 -opération_miracle opération_miracle nom f s 0.00 0.07 0.00 0.07 -opération opération nom f s 61.94 70.20 50.01 41.42 -opérationnel opérationnel adj m s 5.07 0.34 2.21 0.14 -opérationnelle opérationnel adj f s 5.07 0.34 1.19 0.14 -opérationnelles opérationnel adj f p 5.07 0.34 0.26 0.07 -opérationnels opérationnel adj m p 5.07 0.34 1.42 0.00 -opérations opération nom f p 61.94 70.20 11.94 28.78 -opératique opératique adj f s 0.01 0.00 0.01 0.00 -opératoire opératoire adj s 1.54 0.68 1.49 0.68 -opératoires opératoire adj p 1.54 0.68 0.05 0.00 -opératrice opérateur nom f s 6.54 2.84 1.19 0.07 -opératrices opératrice nom f p 0.19 0.00 0.19 0.00 -opérer opérer ver 29.59 24.53 14.94 8.58 ind:pre:2p;inf; -opérera opérer ver 29.59 24.53 0.20 0.27 ind:fut:3s; -opérerai opérer ver 29.59 24.53 0.28 0.00 ind:fut:1s; -opéreraient opérer ver 29.59 24.53 0.00 0.27 cnd:pre:3p; -opérerait opérer ver 29.59 24.53 0.04 0.41 cnd:pre:3s; -opéreras opérer ver 29.59 24.53 0.02 0.00 ind:fut:2s; -opérerez opérer ver 29.59 24.53 0.05 0.07 ind:fut:2p; -opérerons opérer ver 29.59 24.53 0.18 0.00 ind:fut:1p; -opéreront opérer ver 29.59 24.53 0.08 0.07 ind:fut:3p; -opérette opérette nom f s 0.58 4.19 0.54 3.11 -opérettes opérette nom f p 0.58 4.19 0.04 1.08 -opérez opérer ver 29.59 24.53 0.49 0.14 imp:pre:2p;ind:pre:2p; -opériez opérer ver 29.59 24.53 0.13 0.00 ind:imp:2p; -opérions opérer ver 29.59 24.53 0.00 0.27 ind:imp:1p; -opérons opérer ver 29.59 24.53 0.19 0.07 imp:pre:1p;ind:pre:1p; -opérât opérer ver 29.59 24.53 0.00 0.07 sub:imp:3s; -opérèrent opérer ver 29.59 24.53 0.00 0.07 ind:pas:3p; -opéré opérer ver m s 29.59 24.53 4.92 2.43 par:pas; -opérée opérer ver f s 29.59 24.53 1.00 0.88 par:pas; -opérées opérer ver f p 29.59 24.53 0.03 0.14 par:pas; -opérés opérer ver m p 29.59 24.53 0.06 0.54 par:pas; -opus opus nom m 0.35 1.01 0.35 1.01 -opuscule opuscule nom m s 0.04 0.88 0.03 0.61 -opuscules opuscule nom m p 0.04 0.88 0.01 0.27 -or or con 17.13 65.27 17.13 65.27 -oracle oracle nom m s 3.21 2.77 2.32 2.16 -oracles oracle nom m p 3.21 2.77 0.89 0.61 -orage orage nom m s 17.14 35.41 14.50 30.61 -orages orage nom m p 17.14 35.41 2.64 4.80 -orageuse orageux adj f s 0.61 4.12 0.11 1.82 -orageuses orageux adj f p 0.61 4.12 0.17 0.74 -orageux orageux adj m 0.61 4.12 0.33 1.55 -oraison oraison nom f s 0.63 3.65 0.20 3.11 -oraisons oraison nom f p 0.63 3.65 0.43 0.54 -oral oral nom m s 1.42 2.70 1.42 2.70 -orale oral adj f s 2.31 1.96 1.31 0.88 -oralement oralement adv 0.20 0.74 0.20 0.74 -orales oral adj f p 2.31 1.96 0.22 0.27 -oralité oralité nom f s 0.01 0.07 0.01 0.07 -oranais oranais adj m s 0.00 0.41 0.00 0.34 -oranaise oranais adj f s 0.00 0.41 0.00 0.07 -orang_outan orang_outan nom m s 0.28 0.20 0.22 0.07 -orang_outang orang_outang nom m s 0.08 0.74 0.08 0.61 -orange orange nom s 16.29 19.59 11.56 12.03 -orangeade orangeade nom f s 1.91 2.03 1.44 1.76 -orangeades orangeade nom f p 1.91 2.03 0.48 0.27 -oranger oranger nom m s 1.67 5.27 1.03 2.09 -orangeraie orangeraie nom f s 0.31 0.34 0.11 0.20 -orangeraies orangeraie nom f p 0.31 0.34 0.20 0.14 -orangerie orangerie nom f s 0.03 0.41 0.03 0.34 -orangeries orangerie nom f p 0.03 0.41 0.00 0.07 -orangers oranger nom m p 1.67 5.27 0.64 3.18 -oranges orange nom p 16.29 19.59 4.73 7.57 -orangistes orangiste nom p 0.04 0.00 0.04 0.00 -orang_outang orang_outang nom m p 0.08 0.74 0.00 0.14 -orang_outan orang_outan nom m p 0.28 0.20 0.06 0.14 -orangé orangé adj m s 0.32 4.93 0.17 1.96 -orangée orangé adj f s 0.32 4.93 0.14 1.62 -orangées orangé adj f p 0.32 4.93 0.01 0.61 -orangés orangé adj m p 0.32 4.93 0.00 0.74 -orant orant nom m s 0.00 0.47 0.00 0.07 -orante orant nom f s 0.00 0.47 0.00 0.34 -orantes orant adj f p 0.02 0.07 0.02 0.00 -orants orant nom m p 0.00 0.47 0.00 0.07 -orateur orateur nom m s 1.70 5.34 1.42 3.58 -orateurs orateur nom m p 1.70 5.34 0.23 1.76 -oratoire oratoire nom m s 0.42 1.49 0.42 1.28 -oratoires oratoire adj p 0.23 1.76 0.06 0.81 -oratorien oratorien nom m s 0.00 0.34 0.00 0.14 -oratoriens oratorien nom m p 0.00 0.34 0.00 0.20 -oratorio oratorio nom m s 0.02 0.61 0.02 0.54 -oratorios oratorio nom m p 0.02 0.61 0.00 0.07 -oratrice orateur nom f s 1.70 5.34 0.05 0.00 -oraux oral adj m p 2.31 1.96 0.10 0.27 -orbe orbe nom m s 0.59 1.22 0.46 1.01 -orbes orbe nom m p 0.59 1.22 0.14 0.20 -orbiculaire orbiculaire adj m s 0.00 0.14 0.00 0.14 -orbitaire orbitaire adj f s 0.04 0.07 0.02 0.07 -orbitaires orbitaire adj f p 0.04 0.07 0.02 0.00 -orbital orbital adj m s 0.61 0.07 0.17 0.00 -orbitale orbital adj f s 0.61 0.07 0.29 0.07 -orbitales orbital adj f p 0.61 0.07 0.11 0.00 -orbitaux orbital adj m p 0.61 0.07 0.04 0.00 -orbite orbite nom f s 9.81 8.31 8.59 2.64 -orbiter orbiter ver 0.03 0.00 0.01 0.00 inf; -orbites orbite nom f p 9.81 8.31 1.22 5.68 -orbitons orbiter ver 0.03 0.00 0.02 0.00 ind:pre:1p; -orbitèle orbitèle adj m s 0.05 0.00 0.03 0.00 -orbitèles orbitèle adj m p 0.05 0.00 0.02 0.00 -orchestra orchestrer ver 4.29 1.08 2.99 0.00 ind:pas:3s; -orchestraient orchestrer ver 4.29 1.08 0.00 0.07 ind:imp:3p; -orchestrait orchestrer ver 4.29 1.08 0.03 0.07 ind:imp:3s; -orchestral orchestral adj m s 1.10 0.14 0.02 0.00 -orchestrale orchestral adj f s 1.10 0.14 1.08 0.07 -orchestration orchestration nom f s 0.23 0.07 0.22 0.07 -orchestrations orchestration nom f p 0.23 0.07 0.01 0.00 -orchestraux orchestral adj m p 1.10 0.14 0.00 0.07 -orchestre orchestre nom m s 14.69 19.73 13.71 18.04 -orchestrent orchestrer ver 4.29 1.08 0.00 0.07 ind:pre:3p; -orchestrer orchestrer ver 4.29 1.08 0.12 0.20 inf; -orchestres orchestre nom m p 14.69 19.73 0.98 1.69 -orchestré orchestrer ver m s 4.29 1.08 0.85 0.27 par:pas; -orchestrée orchestrer ver f s 4.29 1.08 0.18 0.07 par:pas; -orchestrées orchestrer ver f p 4.29 1.08 0.04 0.07 par:pas; -orchestrés orchestrer ver m p 4.29 1.08 0.03 0.00 par:pas; -orchidée orchidée nom f s 3.88 2.57 1.98 1.42 -orchidées orchidée nom f p 3.88 2.57 1.90 1.15 -orchis orchis nom m 0.14 0.27 0.14 0.27 -ord ord adj m s 0.39 0.00 0.39 0.00 -ordalie ordalie nom f s 0.04 0.20 0.04 0.20 -ordinaire ordinaire adj s 20.55 27.97 15.54 19.86 -ordinairement ordinairement adv 0.21 2.70 0.21 2.70 -ordinaires ordinaire adj p 20.55 27.97 5.01 8.11 -ordinal ordinal adj m s 0.00 0.07 0.00 0.07 -ordinant ordinant nom m s 0.00 0.07 0.00 0.07 -ordinateur ordinateur nom m s 37.15 4.26 30.20 2.30 -ordinateurs ordinateur nom m p 37.15 4.26 6.95 1.96 -ordination ordination nom f s 0.12 0.34 0.12 0.34 -ordo ordo nom m 0.01 0.07 0.01 0.07 -ordonna ordonner ver 36.73 35.68 1.34 9.05 ind:pas:3s; -ordonnai ordonner ver 36.73 35.68 0.10 0.68 ind:pas:1s; -ordonnaient ordonner ver 36.73 35.68 0.02 0.41 ind:imp:3p; -ordonnais ordonner ver 36.73 35.68 0.02 0.27 ind:imp:1s; -ordonnait ordonner ver 36.73 35.68 0.11 3.18 ind:imp:3s; -ordonnance ordonnance nom s 9.71 23.65 7.94 19.66 -ordonnancement ordonnancement nom m s 0.01 0.27 0.01 0.27 -ordonnancer ordonnancer ver 0.00 0.20 0.00 0.14 inf; -ordonnances ordonnance nom p 9.71 23.65 1.78 3.99 -ordonnancée ordonnancer ver f s 0.00 0.20 0.00 0.07 par:pas; -ordonnant ordonner ver 36.73 35.68 0.11 1.15 par:pre; -ordonnateur ordonnateur nom m s 0.16 0.68 0.16 0.47 -ordonnateurs ordonnateur nom m p 0.16 0.68 0.00 0.14 -ordonnatrice ordonnateur nom f s 0.16 0.68 0.00 0.07 -ordonne ordonner ver 36.73 35.68 16.69 6.76 imp:pre:2s;ind:pre:1s;ind:pre:3s; -ordonnent ordonner ver 36.73 35.68 0.32 0.88 ind:pre:3p; -ordonner ordonner ver 36.73 35.68 2.36 3.78 inf; -ordonnera ordonner ver 36.73 35.68 0.11 0.20 ind:fut:3s; -ordonnerai ordonner ver 36.73 35.68 0.55 0.14 ind:fut:1s; -ordonnerais ordonner ver 36.73 35.68 0.01 0.00 cnd:pre:1s; -ordonnerait ordonner ver 36.73 35.68 0.05 0.07 cnd:pre:3s; -ordonneront ordonner ver 36.73 35.68 0.01 0.00 ind:fut:3p; -ordonnes ordonner ver 36.73 35.68 0.77 0.00 ind:pre:2s; -ordonnez ordonner ver 36.73 35.68 1.23 0.14 imp:pre:2p;ind:pre:2p; -ordonniez ordonner ver 36.73 35.68 0.01 0.00 ind:imp:2p; -ordonnons ordonner ver 36.73 35.68 0.97 0.41 imp:pre:1p;ind:pre:1p; -ordonnèrent ordonner ver 36.73 35.68 0.02 0.27 ind:pas:3p; -ordonné ordonner ver m s 36.73 35.68 11.52 6.82 par:pas;par:pas;par:pas; -ordonnée ordonné adj f s 0.99 4.39 0.38 1.76 -ordonnées ordonner ver f p 36.73 35.68 0.02 0.41 par:pas; -ordonnés ordonner ver m p 36.73 35.68 0.18 0.47 par:pas; -ordre ordre nom m s 217.25 235.34 132.50 179.26 -ordres ordre nom m p 217.25 235.34 84.75 56.08 -ordure ordure nom f s 31.07 26.55 16.97 10.41 -ordureries ordurerie nom f p 0.00 0.07 0.00 0.07 -ordures ordure nom f p 31.07 26.55 14.10 16.15 -ordurier ordurier adj m s 0.30 2.97 0.16 1.08 -orduriers ordurier adj m p 0.30 2.97 0.08 0.68 -ordurière ordurier adj f s 0.30 2.97 0.04 0.54 -ordurières ordurier adj f p 0.30 2.97 0.03 0.68 -ore ore adv 0.04 0.00 0.04 0.00 -oreille oreille nom f s 73.54 194.12 34.46 103.45 -oreiller oreiller nom m s 9.34 33.72 7.93 26.35 -oreillers oreiller nom m p 9.34 33.72 1.41 7.36 -oreilles oreille nom f p 73.54 194.12 39.08 90.68 -oreillette oreillette nom f s 0.83 1.08 0.69 0.14 -oreillettes oreillette nom f p 0.83 1.08 0.14 0.95 -oreillons oreillon nom m p 1.07 0.54 1.07 0.54 -orfraie orfraie nom f s 0.01 0.14 0.01 0.14 -orfèvre orfèvre nom s 0.80 3.24 0.49 1.35 -orfèvrerie orfèvrerie nom f s 0.02 0.74 0.02 0.54 -orfèvreries orfèvrerie nom f p 0.02 0.74 0.00 0.20 -orfèvres orfèvre nom p 0.80 3.24 0.31 1.89 -orfévrée orfévré adj f s 0.00 0.07 0.00 0.07 -organdi organdi nom m s 0.45 1.22 0.45 1.15 -organdis organdi nom m p 0.45 1.22 0.00 0.07 -organe organe nom m s 13.69 15.68 3.14 6.55 -organes organe nom m p 13.69 15.68 10.55 9.12 -organiciser organiciser adj m s 0.01 0.00 0.01 0.00 -organigramme organigramme nom m s 0.13 0.07 0.13 0.07 -organique organique adj s 3.67 2.77 2.56 2.16 -organiquement organiquement adv 0.02 0.74 0.02 0.74 -organiques organique adj p 3.67 2.77 1.11 0.61 -organisa organiser ver 47.90 47.16 0.38 2.09 ind:pas:3s; -organisai organiser ver 47.90 47.16 0.01 0.34 ind:pas:1s; -organisaient organiser ver 47.90 47.16 0.05 1.76 ind:imp:3p; -organisais organiser ver 47.90 47.16 0.31 0.07 ind:imp:1s;ind:imp:2s; -organisait organiser ver 47.90 47.16 1.08 4.46 ind:imp:3s; -organisant organiser ver 47.90 47.16 0.19 0.81 par:pre; -organisateur organisateur nom m s 2.37 3.24 1.31 1.55 -organisateurs organisateur nom m p 2.37 3.24 0.75 1.69 -organisation organisation nom f s 20.97 39.12 18.96 34.32 -organisationnelle organisationnel adj f s 0.20 0.00 0.20 0.00 -organisations organisation nom f p 20.97 39.12 2.02 4.80 -organisatrice organisateur nom f s 2.37 3.24 0.30 0.00 -organise organiser ver 47.90 47.16 10.59 4.19 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:1s;sub:pre:3s; -organisent organiser ver 47.90 47.16 1.83 0.88 ind:pre:3p; -organiser organiser ver 47.90 47.16 13.93 16.01 inf; -organisera organiser ver 47.90 47.16 0.38 0.27 ind:fut:3s; -organiserai organiser ver 47.90 47.16 0.38 0.07 ind:fut:1s; -organiserais organiser ver 47.90 47.16 0.05 0.00 cnd:pre:1s;cnd:pre:2s; -organiserait organiser ver 47.90 47.16 0.07 0.41 cnd:pre:3s; -organiserez organiser ver 47.90 47.16 0.05 0.00 ind:fut:2p; -organiseriez organiser ver 47.90 47.16 0.02 0.00 cnd:pre:2p; -organiserons organiser ver 47.90 47.16 0.20 0.07 ind:fut:1p; -organiseront organiser ver 47.90 47.16 0.16 0.00 ind:fut:3p; -organises organiser ver 47.90 47.16 1.29 0.07 ind:pre:2s; -organiseur organiseur nom m s 0.01 0.00 0.01 0.00 -organisez organiser ver 47.90 47.16 1.01 0.07 imp:pre:2p;ind:pre:2p; -organisiez organiser ver 47.90 47.16 0.11 0.07 ind:imp:2p; -organisions organiser ver 47.90 47.16 0.13 0.34 ind:imp:1p; -organisme organisme nom m s 6.84 10.81 4.83 8.45 -organismes organisme nom m p 6.84 10.81 2.02 2.36 -organisâmes organiser ver 47.90 47.16 0.00 0.07 ind:pas:1p; -organisons organiser ver 47.90 47.16 1.55 0.00 imp:pre:1p;ind:pre:1p; -organisât organiser ver 47.90 47.16 0.00 0.14 sub:imp:3s; -organiste organiste nom s 0.52 1.01 0.51 1.01 -organistes organiste nom p 0.52 1.01 0.01 0.00 -organisèrent organiser ver 47.90 47.16 0.11 0.54 ind:pas:3p; -organistique organistique adj m s 0.00 0.07 0.00 0.07 -organisé organiser ver m s 47.90 47.16 10.55 7.16 par:pas; -organisée organiser ver f s 47.90 47.16 2.13 3.99 par:pas; -organisées organisé adj f p 5.58 7.50 0.20 0.61 -organisés organisé adj m p 5.58 7.50 1.33 1.76 -organométallique organométallique adj m s 0.01 0.00 0.01 0.00 -organon organon nom m s 0.01 0.00 0.01 0.00 -orgasme orgasme nom m s 6.37 3.38 4.89 3.18 -orgasmes orgasme nom m p 6.37 3.38 1.48 0.20 -orgasmique orgasmique adj s 0.08 0.00 0.08 0.00 -orgastique orgastique adj m s 0.00 0.14 0.00 0.14 -orge orge nom s 1.98 3.72 1.96 3.58 -orgeat orgeat nom m s 0.19 0.74 0.19 0.74 -orgelet orgelet nom m s 0.89 0.27 0.78 0.07 -orgelets orgelet nom m p 0.89 0.27 0.11 0.20 -orges orge nom p 1.98 3.72 0.01 0.14 -orgiaque orgiaque adj m s 0.31 0.07 0.31 0.07 -orgiastique orgiastique adj m s 0.00 0.14 0.00 0.07 -orgiastiques orgiastique adj p 0.00 0.14 0.00 0.07 -orgie orgie nom f s 3.46 3.72 2.09 2.36 -orgies orgie nom f p 3.46 3.72 1.38 1.35 -orgue orgue nom m s 3.12 8.31 3.08 5.41 -orgueil orgueil nom m s 11.56 33.45 11.56 33.24 -orgueilleuse orgueilleux adj f s 1.81 9.19 0.37 4.59 -orgueilleusement orgueilleusement adv 0.14 1.35 0.14 1.35 -orgueilleuses orgueilleux adj f p 1.81 9.19 0.23 0.54 -orgueilleux orgueilleux adj m 1.81 9.19 1.20 4.05 -orgueils orgueil nom m p 11.56 33.45 0.00 0.20 -orgues orgue nom f p 3.12 8.31 0.04 2.91 -oribus oribus nom m 0.00 0.07 0.00 0.07 -orient orient nom m s 0.78 3.78 0.78 3.72 -orienta orienter ver 3.90 11.89 0.10 0.81 ind:pas:3s; -orientable orientable adj s 0.14 0.34 0.14 0.34 -orientai orienter ver 3.90 11.89 0.01 0.07 ind:pas:1s; -orientaient orienter ver 3.90 11.89 0.01 0.41 ind:imp:3p; -orientais orienter ver 3.90 11.89 0.01 0.20 ind:imp:1s; -orientait orienter ver 3.90 11.89 0.00 0.81 ind:imp:3s; -oriental oriental adj m s 4.16 14.32 0.92 3.51 -orientale oriental adj f s 4.16 14.32 2.52 6.82 -orientales oriental adj f p 4.16 14.32 0.40 2.50 -orientalisme orientalisme nom m s 0.00 0.14 0.00 0.14 -orientaliste orientaliste adj f s 0.01 0.07 0.01 0.07 -orientalistes orientaliste nom p 0.00 0.20 0.00 0.14 -orientant orienter ver 3.90 11.89 0.01 0.54 par:pre; -orientateurs orientateur nom m p 0.00 0.07 0.00 0.07 -orientation orientation nom f s 3.86 6.89 3.76 6.62 -orientations orientation nom f p 3.86 6.89 0.10 0.27 -orientaux oriental adj m p 4.16 14.32 0.32 1.49 -oriente orienter ver 3.90 11.89 0.96 1.35 imp:pre:2s;ind:pre:1s;ind:pre:3s; -orientent orienter ver 3.90 11.89 0.16 0.00 ind:pre:3p; -orienter orienter ver 3.90 11.89 1.39 3.65 inf; -orienterai orienter ver 3.90 11.89 0.04 0.00 ind:fut:1s; -orienterait orienter ver 3.90 11.89 0.01 0.07 cnd:pre:3s; -orienterez orienter ver 3.90 11.89 0.01 0.00 ind:fut:2p; -orienteur orienteur nom m s 0.27 0.14 0.27 0.00 -orienteurs orienteur nom m p 0.27 0.14 0.00 0.07 -orienteuse orienteur nom f s 0.27 0.14 0.00 0.07 -orientez orienter ver 3.90 11.89 0.15 0.07 imp:pre:2p;ind:pre:2p; -orients orient nom m p 0.78 3.78 0.00 0.07 -orientèrent orienter ver 3.90 11.89 0.00 0.07 ind:pas:3p; -orienté orienter ver m s 3.90 11.89 0.40 1.55 par:pas; -orientée orienter ver f s 3.90 11.89 0.27 1.08 par:pas; -orientées orienter ver f p 3.90 11.89 0.20 0.47 par:pas; -orientés orienter ver m p 3.90 11.89 0.17 0.74 par:pas; -orifice orifice nom m s 1.85 4.05 1.23 3.24 -orifices orifice nom m p 1.85 4.05 0.61 0.81 -oriflamme oriflamme nom f s 0.22 2.84 0.01 1.08 -oriflammes oriflamme nom f p 0.22 2.84 0.21 1.76 -origami origami nom m s 0.23 0.07 0.23 0.07 -origan origan nom m s 0.32 0.95 0.32 0.95 -originaire originaire adj s 2.58 5.41 2.06 4.19 -originairement originairement adv 0.00 0.14 0.00 0.14 -originaires originaire adj p 2.58 5.41 0.51 1.22 -original original nom m s 10.44 4.32 8.48 2.84 -originale original adj f s 14.45 10.54 4.15 3.24 -originalement originalement adv 0.01 0.00 0.01 0.00 -originales original adj f p 14.45 10.54 1.03 1.55 -originalité originalité nom f s 1.34 4.53 1.34 4.39 -originalités originalité nom f p 1.34 4.53 0.00 0.14 -originaux original nom m p 10.44 4.32 1.44 1.08 -origine origine nom f s 28.07 46.82 22.18 34.19 -originel originel adj m s 1.84 6.49 1.03 3.11 -originelle originel adj f s 1.84 6.49 0.58 2.91 -originellement originellement adv 0.09 0.34 0.09 0.34 -originelles originel adj f p 1.84 6.49 0.12 0.20 -originels originel adj m p 1.84 6.49 0.11 0.27 -origines origine nom f p 28.07 46.82 5.88 12.64 -orignal orignal nom m s 0.42 0.47 0.26 0.20 -orignaux orignal nom m p 0.42 0.47 0.16 0.27 -orillon orillon nom m s 0.00 0.14 0.00 0.07 -orillons orillon nom m p 0.00 0.14 0.00 0.07 -orin orin nom m s 0.21 0.00 0.21 0.00 -oriol oriol nom m s 0.00 0.14 0.00 0.14 -oripeaux oripeau nom m p 0.38 1.55 0.38 1.55 -orlon orlon nom m s 0.04 0.00 0.04 0.00 -orléanais orléanais adj m 0.00 0.27 0.00 0.07 -orléanaise orléanais adj f s 0.00 0.27 0.00 0.14 -orléanaises orléanais adj f p 0.00 0.27 0.00 0.07 -orléanisme orléanisme nom m s 0.00 0.20 0.00 0.20 -orléaniste orléaniste adj f s 0.14 0.20 0.00 0.14 -orléanistes orléaniste adj f p 0.14 0.20 0.14 0.07 -orme orme nom m s 0.39 3.58 0.33 1.28 -ormeau ormeau nom m s 0.03 1.08 0.01 0.47 -ormeaux ormeau nom m p 0.03 1.08 0.02 0.61 -ormes orme nom m p 0.39 3.58 0.06 2.30 -orna orner ver 3.11 31.15 0.00 0.20 ind:pas:3s; -ornaient orner ver 3.11 31.15 0.10 2.03 ind:imp:3p; -ornait orner ver 3.11 31.15 0.02 3.11 ind:imp:3s; -ornant orner ver 3.11 31.15 0.23 0.88 par:pre; -orne orner ver 3.11 31.15 0.44 1.08 imp:pre:2s;ind:pre:3s; -ornement ornement nom m s 0.96 7.03 0.33 3.24 -ornemental ornemental adj m s 0.17 0.34 0.13 0.14 -ornementale ornemental adj f s 0.17 0.34 0.02 0.20 -ornementales ornemental adj f p 0.17 0.34 0.02 0.00 -ornementation ornementation nom f s 0.14 0.81 0.14 0.74 -ornementations ornementation nom f p 0.14 0.81 0.00 0.07 -ornementer ornementer ver 0.01 0.61 0.00 0.07 inf; -ornements ornement nom m p 0.96 7.03 0.64 3.78 -ornementé ornementer ver m s 0.01 0.61 0.00 0.27 par:pas; -ornementée ornementer ver f s 0.01 0.61 0.01 0.14 par:pas; -ornementés ornementer ver m p 0.01 0.61 0.00 0.14 par:pas; -ornent orner ver 3.11 31.15 0.17 0.81 ind:pre:3p; -orner orner ver 3.11 31.15 1.11 1.82 inf; -ornera orner ver 3.11 31.15 0.07 0.07 ind:fut:3s; -ornerait orner ver 3.11 31.15 0.00 0.07 cnd:pre:3s; -orneront orner ver 3.11 31.15 0.11 0.07 ind:fut:3p; -ornez orner ver 3.11 31.15 0.25 0.00 imp:pre:2p; -ornithologie ornithologie nom f s 0.20 0.07 0.20 0.07 -ornithologique ornithologique adj s 0.17 0.00 0.17 0.00 -ornithologue ornithologue nom s 0.13 0.14 0.12 0.07 -ornithologues ornithologue nom p 0.13 0.14 0.01 0.07 -ornithoptère ornithoptère nom m s 0.01 0.00 0.01 0.00 -ornithorynque ornithorynque nom m s 0.26 0.20 0.25 0.07 -ornithorynques ornithorynque nom m p 0.26 0.20 0.01 0.14 -ornière ornière nom f s 0.49 6.42 0.17 1.42 -ornières ornière nom f p 0.49 6.42 0.31 5.00 -ornât orner ver 3.11 31.15 0.00 0.14 sub:imp:3s; -ornèrent orner ver 3.11 31.15 0.00 0.14 ind:pas:3p; -orné orner ver m s 3.11 31.15 0.26 8.38 par:pas; -ornée orner ver f s 3.11 31.15 0.08 6.01 par:pas; -ornées orner ver f p 3.11 31.15 0.26 2.77 par:pas; -ornés orné adj m p 0.04 0.88 0.03 0.27 -orographie orographie nom f s 0.40 0.00 0.40 0.00 -oronge oronge nom f s 0.00 0.20 0.00 0.07 -oronges oronge nom f p 0.00 0.20 0.00 0.14 -oropharynx oropharynx nom m 0.04 0.00 0.04 0.00 -orpailleur orpailleur nom m s 0.02 0.07 0.01 0.07 -orpailleurs orpailleur nom m p 0.02 0.07 0.01 0.00 -orphelin orphelin adj m s 7.57 6.49 3.92 3.78 -orphelinat orphelinat nom m s 6.13 3.18 5.86 2.91 -orphelinats orphelinat nom m p 6.13 3.18 0.28 0.27 -orpheline orphelin adj f s 7.57 6.49 2.11 1.35 -orphelines orphelin nom f p 7.55 9.53 0.79 0.20 -orphelins orphelin nom m p 7.55 9.53 3.91 2.30 -orphie orphie nom f s 0.02 0.00 0.02 0.00 -orphique orphique adj m s 0.00 0.14 0.00 0.07 -orphiques orphique adj m p 0.00 0.14 0.00 0.07 -orphisme orphisme nom m s 0.00 0.07 0.00 0.07 -orphée orphée nom f s 0.00 0.07 0.00 0.07 -orphéon orphéon nom m s 0.10 0.95 0.10 0.74 -orphéoniste orphéoniste nom s 0.00 0.14 0.00 0.07 -orphéonistes orphéoniste nom p 0.00 0.14 0.00 0.07 -orphéons orphéon nom m p 0.10 0.95 0.00 0.20 -orpiment orpiment nom m s 0.10 0.00 0.10 0.00 -orpin orpin nom m s 0.00 0.14 0.00 0.14 -orque orque nom f s 1.43 0.07 0.61 0.07 -orques orque nom f p 1.43 0.07 0.82 0.00 -ors or nom m p 110.28 130.00 0.32 2.77 -orsec orsec nom m 0.00 0.07 0.00 0.07 -ort ort adj 0.16 0.00 0.16 0.00 -orteil orteil nom m s 9.71 9.12 4.04 1.96 -orteils orteil nom m p 9.71 9.12 5.67 7.16 -ortho ortho adv 0.56 0.27 0.56 0.27 -orthodontie orthodontie nom f s 0.04 0.00 0.04 0.00 -orthodontique orthodontique adj m s 0.01 0.00 0.01 0.00 -orthodontiste orthodontiste nom s 0.28 0.00 0.22 0.00 -orthodontistes orthodontiste nom p 0.28 0.00 0.05 0.00 -orthodoxe orthodoxe adj s 2.13 4.73 1.56 3.24 -orthodoxes orthodoxe nom p 0.73 1.22 0.58 0.88 -orthodoxie orthodoxie nom f s 0.15 1.42 0.15 1.42 -orthogonal orthogonal adj m s 0.04 0.07 0.03 0.00 -orthogonaux orthogonal adj m p 0.04 0.07 0.01 0.07 -orthographe orthographe nom f s 3.34 5.88 3.34 5.88 -orthographiait orthographier ver 0.20 0.47 0.00 0.14 ind:imp:3s; -orthographie orthographier ver 0.20 0.47 0.02 0.07 ind:pre:3s; -orthographier orthographier ver 0.20 0.47 0.04 0.14 inf; -orthographique orthographique adj s 0.02 0.07 0.02 0.00 -orthographiques orthographique adj f p 0.02 0.07 0.00 0.07 -orthographié orthographier ver m s 0.20 0.47 0.13 0.14 par:pas; -orthographiées orthographier ver f p 0.20 0.47 0.01 0.00 par:pas; -orthophonie orthophonie nom f s 0.07 0.00 0.07 0.00 -orthophoniste orthophoniste nom s 0.30 0.14 0.30 0.07 -orthophonistes orthophoniste nom p 0.30 0.14 0.00 0.07 -orthoptère orthoptère nom m s 0.01 0.14 0.01 0.00 -orthoptères orthoptère nom m p 0.01 0.14 0.00 0.14 -orthopédie orthopédie nom f s 0.51 0.14 0.51 0.14 -orthopédique orthopédique adj s 0.28 0.81 0.18 0.54 -orthopédiques orthopédique adj p 0.28 0.81 0.09 0.27 -orthopédiste orthopédiste nom s 0.10 0.00 0.10 0.00 -orthostatique orthostatique adj f s 0.01 0.00 0.01 0.00 -ortie ortie nom f s 2.04 6.82 0.41 0.74 -orties ortie nom f p 2.04 6.82 1.63 6.08 -ortolan ortolan nom m s 0.41 1.89 0.11 0.27 -ortolans ortolan nom m p 0.41 1.89 0.30 1.62 -ortédrine ortédrine nom f s 0.00 0.07 0.00 0.07 -oréade oréade nom f s 0.00 0.07 0.00 0.07 -orée orée nom f s 0.67 4.86 0.67 4.86 -orémus orémus nom m 0.00 0.14 0.00 0.14 -orvet orvet nom m s 0.04 0.14 0.04 0.14 -oryctérope oryctérope nom m s 0.03 0.00 0.03 0.00 -oryx oryx nom m 0.08 0.00 0.08 0.00 -os os nom m 40.77 49.73 40.77 49.73 -osa oser ver 90.06 155.47 0.05 11.35 ind:pas:3s; -osai oser ver 90.06 155.47 0.14 2.36 ind:pas:1s; -osaient oser ver 90.06 155.47 0.17 3.38 ind:imp:3p; -osais oser ver 90.06 155.47 2.73 12.77 ind:imp:1s;ind:imp:2s; -osait oser ver 90.06 155.47 1.91 27.30 ind:imp:3s; -osant oser ver 90.06 155.47 0.05 5.68 par:pre; -oscar oscar nom m s 1.71 0.47 0.65 0.14 -oscars oscar nom m p 1.71 0.47 1.07 0.34 -oscilla osciller ver 0.63 13.11 0.00 0.61 ind:pas:3s; -oscillai osciller ver 0.63 13.11 0.00 0.07 ind:pas:1s; -oscillaient osciller ver 0.63 13.11 0.00 0.81 ind:imp:3p; -oscillais osciller ver 0.63 13.11 0.01 0.20 ind:imp:1s; -oscillait osciller ver 0.63 13.11 0.01 3.18 ind:imp:3s; -oscillant oscillant adj m s 0.06 0.81 0.04 0.47 -oscillante oscillant adj f s 0.06 0.81 0.01 0.14 -oscillants oscillant adj m p 0.06 0.81 0.00 0.20 -oscillateur oscillateur nom m s 0.17 0.07 0.17 0.07 -oscillation oscillation nom f s 0.25 1.96 0.13 0.88 -oscillations oscillation nom f p 0.25 1.96 0.12 1.08 -oscillatoire oscillatoire adj m s 0.01 0.14 0.01 0.07 -oscillatoires oscillatoire adj m p 0.01 0.14 0.00 0.07 -oscille osciller ver 0.63 13.11 0.46 2.91 imp:pre:2s;ind:pre:1s;ind:pre:3s; -oscillent osciller ver 0.63 13.11 0.09 0.61 ind:pre:3p; -osciller osciller ver 0.63 13.11 0.04 1.76 inf; -oscillez osciller ver 0.63 13.11 0.01 0.00 imp:pre:2p; -oscillographe oscillographe nom s 0.07 0.00 0.07 0.00 -oscillomètre oscillomètre nom m s 0.01 0.07 0.01 0.07 -oscilloscope oscilloscope nom m s 0.08 0.00 0.08 0.00 -oscillèrent osciller ver 0.63 13.11 0.00 0.14 ind:pas:3p; -oscillé osciller ver m s 0.63 13.11 0.00 0.27 par:pas; -ose oser ver 90.06 155.47 22.97 28.51 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -oseille oseille nom f s 1.78 4.32 1.78 4.19 -oseilles oseille nom f p 1.78 4.32 0.00 0.14 -osent oser ver 90.06 155.47 3.23 3.92 ind:pre:3p; -oser oser ver 90.06 155.47 3.15 11.42 inf;; -osera oser ver 90.06 155.47 1.50 1.89 ind:fut:3s; -oserai oser ver 90.06 155.47 1.60 2.03 ind:fut:1s; -oseraie oseraie nom f s 0.00 0.14 0.00 0.07 -oseraient oseraient adv 0.00 0.07 0.00 0.07 -oseraies oseraie nom f p 0.00 0.14 0.00 0.07 -oserais oser ver 90.06 155.47 3.86 3.99 cnd:pre:1s;cnd:pre:2s; -oserait oser ver 90.06 155.47 2.71 5.34 cnd:pre:3s; -oseras oser ver 90.06 155.47 1.42 0.14 ind:fut:2s; -oserez oser ver 90.06 155.47 0.33 0.27 ind:fut:2p; -oseriez oser ver 90.06 155.47 0.91 0.07 cnd:pre:2p; -oserions oser ver 90.06 155.47 0.04 0.14 cnd:pre:1p; -oserons oser ver 90.06 155.47 0.04 0.00 ind:fut:1p; -oseront oser ver 90.06 155.47 0.76 0.47 ind:fut:3p; -oses oser ver 90.06 155.47 18.16 1.89 ind:pre:2s; -osez oser ver 90.06 155.47 10.71 1.49 imp:pre:2p;ind:pre:2p; -osier osier nom m s 0.35 12.64 0.35 12.30 -osiers osier nom m p 0.35 12.64 0.00 0.34 -osiez oser ver 90.06 155.47 0.34 0.14 ind:imp:2p; -osions oser ver 90.06 155.47 0.16 1.55 ind:imp:1p; -osmium osmium nom m s 0.02 0.00 0.02 0.00 -osmonde osmonde nom f s 0.02 0.00 0.02 0.00 -osmose osmose nom f s 0.50 1.08 0.50 1.01 -osmoses osmose nom f p 0.50 1.08 0.00 0.07 -osâmes oser ver 90.06 155.47 0.00 0.20 ind:pas:1p; -osons oser ver 90.06 155.47 0.23 0.81 imp:pre:1p;ind:pre:1p; -osât oser ver 90.06 155.47 0.10 0.88 sub:imp:3s; -ossature ossature nom f s 0.52 1.62 0.52 1.49 -ossatures ossature nom f p 0.52 1.62 0.00 0.14 -osselet osselet nom m s 0.39 3.31 0.00 0.14 -osselets osselet nom m p 0.39 3.31 0.39 3.18 -ossement ossement nom m s 1.33 3.78 0.02 0.14 -ossements ossement nom m p 1.33 3.78 1.30 3.65 -osseuse osseux adj f s 1.73 9.32 1.33 2.64 -osseuses osseux adj f p 1.73 9.32 0.08 1.42 -osseux osseux adj m 1.73 9.32 0.32 5.27 -ossification ossification nom f s 0.00 0.14 0.00 0.14 -ossifié ossifier ver m s 0.00 0.07 0.00 0.07 par:pas; -osso_buco osso_buco nom m s 0.05 0.00 0.05 0.00 -ossuaire ossuaire nom m s 0.43 0.54 0.42 0.41 -ossuaires ossuaire nom m p 0.43 0.54 0.01 0.14 -ossue ossu adj f s 0.00 0.07 0.00 0.07 -ost ost nom m s 0.18 0.00 0.18 0.00 -ostensible ostensible adj s 0.00 0.54 0.00 0.54 -ostensiblement ostensiblement adv 0.04 4.66 0.04 4.66 -ostensoir ostensoir nom m s 0.27 1.62 0.14 1.28 -ostensoirs ostensoir nom m p 0.27 1.62 0.14 0.34 -ostentation ostentation nom f s 0.32 3.38 0.32 3.38 -ostentatoire ostentatoire adj s 0.08 1.42 0.08 1.42 -ostentatoirement ostentatoirement adv 0.00 0.14 0.00 0.14 -osèrent oser ver 90.06 155.47 0.34 0.54 ind:pas:3p; -ostinato ostinato adv 0.02 0.00 0.02 0.00 -ostracisme ostracisme nom m s 0.47 1.08 0.47 1.08 -ostrogoth ostrogoth nom m s 0.02 0.20 0.01 0.14 -ostrogoths ostrogoth nom m p 0.02 0.20 0.01 0.07 -ostréiculteur ostréiculteur nom m s 0.01 0.14 0.00 0.07 -ostréiculteurs ostréiculteur nom m p 0.01 0.14 0.01 0.07 -ostréiculture ostréiculture nom f s 0.01 0.00 0.01 0.00 -ostéoarthrite ostéoarthrite nom f s 0.01 0.00 0.01 0.00 -ostéogenèse ostéogenèse nom f s 0.02 0.00 0.02 0.00 -ostéogéniques ostéogénique adj f p 0.01 0.00 0.01 0.00 -ostéologique ostéologique adj f s 0.01 0.00 0.01 0.00 -ostéomyélite ostéomyélite nom f s 0.03 0.00 0.03 0.00 -ostéopathe ostéopathe nom s 0.36 0.00 0.33 0.00 -ostéopathes ostéopathe nom p 0.36 0.00 0.03 0.00 -ostéopathie ostéopathie nom f s 0.01 0.07 0.01 0.07 -ostéoporose ostéoporose nom f s 0.07 0.00 0.07 0.00 -ostéosarcome ostéosarcome nom m s 0.04 0.00 0.04 0.00 -ostéotomie ostéotomie nom f s 0.01 0.00 0.01 0.00 -osé oser ver m s 90.06 155.47 12.12 26.82 par:pas; -osée oser ver f s 90.06 155.47 0.21 0.07 par:pas; -osées osé adj f p 1.24 0.88 0.39 0.27 -osés osé adj m p 1.24 0.88 0.12 0.14 -otage otage nom m s 26.40 5.74 15.22 2.97 -otages otage nom m p 26.40 5.74 11.17 2.77 -otalgie otalgie nom f s 0.03 0.00 0.03 0.00 -otarie otarie nom f s 1.05 1.15 0.13 0.68 -otaries otarie nom f p 1.05 1.15 0.92 0.47 -otite otite nom f s 1.16 0.81 0.84 0.47 -otites otite nom f p 1.16 0.81 0.31 0.34 -oto_rhino_laryngologique oto_rhino_laryngologique adj f s 0.00 0.07 0.00 0.07 -oto_rhino_laryngologiste oto_rhino_laryngologiste nom s 0.02 0.00 0.02 0.00 -oto_rhino oto_rhino nom s 0.49 1.22 0.48 1.08 -oto_rhino oto_rhino nom p 0.49 1.22 0.01 0.07 -oto_rhino oto_rhino nom s 0.49 1.22 0.00 0.07 -otoscope otoscope nom m s 0.01 0.00 0.01 0.00 -otospongiose otospongiose nom s 0.10 0.00 0.10 0.00 -âtre âtre nom m s 0.10 5.88 0.08 5.61 -âtres âtre nom m p 0.10 5.88 0.01 0.27 -ottoman ottoman adj m s 0.28 1.35 0.18 0.27 -ottomane ottomane nom f s 0.01 0.27 0.01 0.27 -ottomanes ottoman adj f p 0.28 1.35 0.00 0.07 -ottomans ottoman adj m p 0.28 1.35 0.10 0.14 -ou ou con 1583.95 2429.86 1583.95 2429.86 -ouï_dire ouï_dire nom m 0.00 1.01 0.00 1.01 -ouï ouïr ver m s 5.72 3.78 0.87 0.68 par:pas; -ouïe ouïe nom f s 2.38 4.46 2.21 3.38 -ouïes ouïe nom f p 2.38 4.46 0.16 1.08 -ouïgour ouïgour nom s 0.00 0.07 0.00 0.07 -ouïr ouïr ver 5.72 3.78 0.77 1.22 inf; -ouïrais ouïr ver 5.72 3.78 0.00 0.07 cnd:pre:1s; -ouïs ouïr ver m p 5.72 3.78 0.02 0.47 ind:pas:1s;par:pas; -ouït ouïr ver 5.72 3.78 0.00 0.41 ind:pas:3s; -ouah ouah ono 9.30 1.28 9.30 1.28 -ouaille ouaille nom f s 0.57 1.15 0.01 0.07 -ouailles ouaille nom f p 0.57 1.15 0.56 1.08 -ouais ouais adv_sup 533.02 39.05 533.02 39.05 -ouananiche ouananiche nom f s 0.06 0.07 0.04 0.00 -ouananiches ouananiche nom f p 0.06 0.07 0.02 0.07 -ouaouaron ouaouaron nom m s 0.01 0.00 0.01 0.00 -ouata ouater ver 0.00 1.82 0.00 0.07 ind:pas:3s; -ouatant ouater ver 0.00 1.82 0.00 0.07 par:pre; -ouate ouate nom f s 0.27 3.72 0.26 3.58 -ouates ouate nom f p 0.27 3.72 0.01 0.14 -ouateuse ouateux adj f s 0.00 0.14 0.00 0.07 -ouateux ouateux adj m s 0.00 0.14 0.00 0.07 -ouatiner ouatiner ver 0.00 0.41 0.00 0.07 inf; -ouatiné ouatiner ver m s 0.00 0.41 0.00 0.07 par:pas; -ouatinée ouatiner ver f s 0.00 0.41 0.00 0.14 par:pas; -ouatinées ouatiner ver f p 0.00 0.41 0.00 0.14 par:pas; -ouaté ouaté adj m s 0.01 2.23 0.01 0.74 -ouatée ouaté adj f s 0.01 2.23 0.00 1.01 -ouatées ouaté adj f p 0.01 2.23 0.00 0.14 -ouatés ouater ver m p 0.00 1.82 0.00 0.47 par:pas; -oubli oubli nom m s 8.02 29.93 6.92 28.65 -oublia oublier ver 487.06 286.96 0.58 6.15 ind:pas:3s; -oubliable oubliable adj f s 0.03 0.14 0.03 0.14 -oubliai oublier ver 487.06 286.96 0.42 1.96 ind:pas:1s; -oubliaient oublier ver 487.06 286.96 0.17 2.16 ind:imp:3p; -oubliais oublier ver 487.06 286.96 9.17 9.12 ind:imp:1s;ind:imp:2s; -oubliait oublier ver 487.06 286.96 1.22 14.32 ind:imp:3s; -oubliant oublier ver 487.06 286.96 1.52 8.11 par:pre; -oublias oublier ver 487.06 286.96 0.00 0.07 ind:pas:2s; -oubliasse oublier ver 487.06 286.96 0.00 0.07 sub:imp:1s; -oublie oublier ver 487.06 286.96 104.78 34.66 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:1s;sub:pre:3s; -oublient oublier ver 487.06 286.96 3.94 3.51 ind:pre:3p; -oublier oublier ver 487.06 286.96 85.96 74.19 ind:pre:2p;inf; -oubliera oublier ver 487.06 286.96 4.03 1.62 ind:fut:3s; -oublierai oublier ver 487.06 286.96 15.98 6.55 ind:fut:1s; -oublieraient oublier ver 487.06 286.96 0.09 0.20 cnd:pre:3p; -oublierais oublier ver 487.06 286.96 2.42 0.34 cnd:pre:1s;cnd:pre:2s; -oublierait oublier ver 487.06 286.96 0.89 2.97 cnd:pre:3s; -oublieras oublier ver 487.06 286.96 4.74 0.81 ind:fut:2s; -oublierez oublier ver 487.06 286.96 1.89 0.54 ind:fut:2p; -oublierions oublier ver 487.06 286.96 0.00 0.07 cnd:pre:1p; -oublierons oublier ver 487.06 286.96 1.56 0.27 ind:fut:1p; -oublieront oublier ver 487.06 286.96 1.10 0.34 ind:fut:3p; -oublies oublier ver 487.06 286.96 15.34 4.39 ind:pre:2s;sub:pre:2s; -oubliette oubliette nom f s 1.21 1.62 0.19 0.14 -oubliettes oubliette nom f p 1.21 1.62 1.01 1.49 -oublieuse oublieux adj f s 0.65 2.23 0.00 0.68 -oublieuses oublieux adj f p 0.65 2.23 0.20 0.27 -oublieux oublieux adj m 0.65 2.23 0.45 1.28 -oubliez oublier ver 487.06 286.96 49.48 11.15 imp:pre:2p;ind:pre:2p; -oubliiez oublier ver 487.06 286.96 0.00 0.07 ind:imp:2p; -oubliions oublier ver 487.06 286.96 0.00 0.27 ind:imp:1p; -oubliâmes oublier ver 487.06 286.96 0.14 0.07 ind:pas:1p; -oublions oublier ver 487.06 286.96 13.28 3.72 imp:pre:1p;ind:pre:1p; -oubliât oublier ver 487.06 286.96 0.00 0.41 sub:imp:3s; -oublis oubli nom m p 8.02 29.93 0.20 1.22 -oublièrent oublier ver 487.06 286.96 0.02 1.08 ind:pas:3p; -oublié oublier ver m s 487.06 286.96 154.09 80.27 par:pas;par:pas;par:pas; -oubliée oublier ver f s 487.06 286.96 8.81 8.92 par:pas; -oubliées oublier ver f p 487.06 286.96 1.65 2.64 par:pas; -oubliés oublier ver m p 487.06 286.96 3.72 5.95 par:pas; -ouche ouche nom f s 0.42 0.07 0.42 0.07 -oued oued nom m s 0.27 0.61 0.27 0.47 -oueds oued nom m p 0.27 0.61 0.00 0.14 -ouest_allemand ouest_allemand adj m s 0.12 0.00 0.12 0.00 -ouest ouest nom m 27.79 27.77 27.79 27.77 -ouf ouf ono 4.57 7.03 4.57 7.03 -ougandais ougandais nom m 0.06 0.07 0.06 0.07 -ougandaise ougandais adj f s 0.04 0.00 0.04 0.00 -ouh ouh ono 5.50 1.28 5.50 1.28 -oui_da oui_da ono 0.27 0.07 0.27 0.07 -oui oui adv_sup 3207.35 637.57 3207.35 637.57 -ouiche ouiche ono 0.02 1.96 0.02 1.96 -ouighour ouighour nom m s 0.00 1.01 0.00 0.61 -ouighours ouighour nom m p 0.00 1.01 0.00 0.41 -ouille ouille ono 0.79 1.69 0.79 1.69 -ouistiti ouistiti nom m s 1.51 0.81 1.46 0.61 -ouistitis ouistiti nom m p 1.51 0.81 0.05 0.20 -oukases oukase nom m p 0.00 0.07 0.00 0.07 -ouléma ouléma nom m s 0.01 1.69 0.01 0.14 -oulémas ouléma nom m p 0.01 1.69 0.00 1.55 -ounce ounce nom f s 0.01 0.00 0.01 0.00 -ouragan ouragan nom m s 6.05 4.19 5.09 3.72 -ouragans ouragan nom m p 6.05 4.19 0.96 0.47 -ouralienne ouralien adj f s 0.00 0.07 0.00 0.07 -ouraniennes ouranien adj f p 0.00 0.07 0.00 0.07 -ourdi ourdir ver m s 0.72 1.55 0.39 0.27 par:pas; -ourdie ourdir ver f s 0.72 1.55 0.10 0.14 par:pas; -ourdies ourdir ver f p 0.72 1.55 0.00 0.07 par:pas; -ourdir ourdir ver 0.72 1.55 0.01 0.14 inf; -ourdira ourdir ver 0.72 1.55 0.00 0.07 ind:fut:3s; -ourdis ourdir ver 0.72 1.55 0.01 0.07 ind:pre:1s;ind:pre:2s; -ourdissage ourdissage nom m s 0.00 0.54 0.00 0.54 -ourdissait ourdir ver 0.72 1.55 0.10 0.07 ind:imp:3s; -ourdissant ourdir ver 0.72 1.55 0.00 0.20 par:pre; -ourdissent ourdir ver 0.72 1.55 0.00 0.14 ind:pre:3p; -ourdisseur ourdisseur nom m s 0.00 0.41 0.00 0.07 -ourdisseurs ourdisseur nom m p 0.00 0.41 0.00 0.07 -ourdisseuses ourdisseur nom f p 0.00 0.41 0.00 0.27 -ourdissoir ourdissoir nom m s 0.00 0.27 0.00 0.27 -ourdit ourdir ver 0.72 1.55 0.11 0.41 ind:pre:3s;ind:pas:3s; -ourdou ourdou nom m s 0.42 0.00 0.42 0.00 -ourlaient ourler ver 0.02 5.14 0.00 0.20 ind:imp:3p; -ourlait ourler ver 0.02 5.14 0.00 0.41 ind:imp:3s; -ourlant ourler ver 0.02 5.14 0.00 0.34 par:pre; -ourle ourler ver 0.02 5.14 0.00 0.34 ind:pre:3s; -ourlent ourler ver 0.02 5.14 0.00 0.20 ind:pre:3p; -ourler ourler ver 0.02 5.14 0.00 0.34 inf; -ourlet ourlet nom m s 0.93 3.11 0.69 2.36 -ourlets ourlet nom m p 0.93 3.11 0.24 0.74 -ourlé ourler ver m s 0.02 5.14 0.00 0.74 par:pas; -ourlée ourler ver f s 0.02 5.14 0.00 0.81 par:pas; -ourlées ourler ver f p 0.02 5.14 0.02 1.42 par:pas; -ourlés ourler ver m p 0.02 5.14 0.00 0.34 par:pas; -ouroboros ouroboros nom m 0.02 0.00 0.02 0.00 -ours ours nom m s 24.57 17.91 23.96 17.36 -ourse ours nom f s 24.57 17.91 0.58 0.47 -ourses ours nom f p 24.57 17.91 0.02 0.07 -oursin oursin nom m s 0.38 2.03 0.04 0.54 -oursins oursin nom m p 0.38 2.03 0.34 1.49 -ourson ourson nom m s 1.62 0.74 1.52 0.41 -oursonne ourson nom f s 1.62 0.74 0.01 0.07 -oursonnes oursonne nom f p 0.01 0.00 0.01 0.00 -oursons ourson nom m p 1.62 0.74 0.09 0.27 -ousque ousque adv 0.01 0.07 0.01 0.07 -oust oust ono 0.25 0.14 0.25 0.14 -oustachi oustachi nom m s 0.28 0.27 0.14 0.00 -oustachis oustachi nom m p 0.28 0.27 0.14 0.27 -ouste ouste ono 5.24 1.82 5.24 1.82 -out out adj 8.04 0.68 8.04 0.68 -outarde outarde nom f s 0.00 0.14 0.00 0.07 -outardes outarde nom f p 0.00 0.14 0.00 0.07 -outil outil nom m s 14.18 30.88 3.63 10.14 -outillage outillage nom m s 0.36 2.70 0.25 2.23 -outillages outillage nom m p 0.36 2.70 0.11 0.47 -outiller outiller ver 0.06 0.20 0.01 0.00 inf; -outilleur outilleur nom m s 0.10 0.00 0.10 0.00 -outillé outiller ver m s 0.06 0.20 0.04 0.07 par:pas; -outillée outillé adj f s 0.01 0.41 0.00 0.07 -outillées outillé adj f p 0.01 0.41 0.00 0.07 -outillés outiller ver m p 0.06 0.20 0.01 0.07 par:pas; -outils outil nom m p 14.18 30.88 10.56 20.74 -outlaw outlaw nom m s 0.00 0.14 0.00 0.07 -outlaws outlaw nom m p 0.00 0.14 0.00 0.07 -outrage outrage nom m s 3.89 5.14 3.40 2.97 -outrageant outrageant adj m s 0.36 0.61 0.15 0.27 -outrageante outrageant adj f s 0.36 0.61 0.20 0.20 -outrageantes outrageant adj f p 0.36 0.61 0.00 0.07 -outrageants outrageant adj m p 0.36 0.61 0.02 0.07 -outragent outrager ver 2.36 4.66 0.01 0.07 ind:pre:3p; -outrager outrager ver 2.36 4.66 0.26 0.27 inf; -outragerais outrager ver 2.36 4.66 0.00 0.07 cnd:pre:1s; -outrages outrage nom m p 3.89 5.14 0.49 2.16 -outrageuse outrageux adj f s 0.10 0.27 0.05 0.00 -outrageusement outrageusement adv 0.08 1.35 0.08 1.35 -outrageuses outrageux adj f p 0.10 0.27 0.01 0.07 -outrageux outrageux adj m s 0.10 0.27 0.03 0.20 -outragez outrager ver 2.36 4.66 0.17 0.00 imp:pre:2p;ind:pre:2p; -outragèrent outrager ver 2.36 4.66 0.00 0.07 ind:pas:3p; -outragé outrager ver m s 2.36 4.66 0.26 1.42 par:pas; -outragée outrager ver f s 2.36 4.66 0.27 1.55 par:pas; -outragées outrager ver f p 2.36 4.66 0.01 0.20 par:pas; -outragés outrager ver m p 2.36 4.66 0.31 0.54 par:pas; -outrait outrer ver 0.57 3.11 0.00 0.34 ind:imp:3s; -outrance outrance nom f s 0.17 3.51 0.17 2.77 -outrances outrance nom f p 0.17 3.51 0.00 0.74 -outrancier outrancier adj m s 0.16 0.68 0.14 0.41 -outrancière outrancier adj f s 0.16 0.68 0.01 0.14 -outrancières outrancier adj f p 0.16 0.68 0.01 0.14 -outrant outrer ver 0.57 3.11 0.00 0.07 par:pre; -outre_atlantique outre_atlantique adv 0.04 0.68 0.04 0.68 -outre_manche outre_manche adv 0.00 0.20 0.00 0.20 -outre_mer outre_mer adv 0.89 4.05 0.89 4.05 -outre_rhin outre_rhin adv 0.00 0.27 0.00 0.27 -outre_tombe outre_tombe adj s 0.26 2.16 0.26 2.16 -outre outre pre 3.03 15.27 3.03 15.27 -outrecuidance outrecuidance nom f s 0.01 0.74 0.01 0.74 -outrecuidant outrecuidant adj m s 0.11 0.54 0.11 0.20 -outrecuidante outrecuidant adj f s 0.11 0.54 0.00 0.14 -outrecuidantes outrecuidant adj f p 0.11 0.54 0.00 0.14 -outrecuidants outrecuidant adj m p 0.11 0.54 0.00 0.07 -outremer outremer nom m s 0.21 0.47 0.21 0.47 -outrepassa outrepasser ver 0.83 0.68 0.01 0.07 ind:pas:3s; -outrepassaient outrepasser ver 0.83 0.68 0.00 0.14 ind:imp:3p; -outrepassait outrepasser ver 0.83 0.68 0.03 0.07 ind:imp:3s; -outrepassant outrepasser ver 0.83 0.68 0.01 0.00 par:pre; -outrepasse outrepasser ver 0.83 0.68 0.13 0.20 imp:pre:2s;ind:pre:1s;ind:pre:3s; -outrepassent outrepasser ver 0.83 0.68 0.02 0.00 ind:pre:3p; -outrepasser outrepasser ver 0.83 0.68 0.23 0.07 inf; -outrepasserai outrepasser ver 0.83 0.68 0.00 0.07 ind:fut:1s; -outrepasses outrepasser ver 0.83 0.68 0.20 0.00 ind:pre:2s; -outrepassez outrepasser ver 0.83 0.68 0.07 0.00 ind:pre:2p; -outrepassé outrepasser ver m s 0.83 0.68 0.13 0.07 par:pas; -outrer outrer ver 0.57 3.11 0.00 0.07 inf; -outres outre nom_sup f p 4.45 24.59 0.02 1.42 -outrigger outrigger nom m s 0.16 0.00 0.16 0.00 -outré outrer ver m s 0.57 3.11 0.27 0.61 par:pas; -outrée outré adj f s 0.47 2.23 0.26 0.68 -outrées outrer ver f p 0.57 3.11 0.01 0.07 par:pas; -outrés outré adj m p 0.47 2.23 0.01 0.34 -outsider outsider nom m s 0.54 0.74 0.44 0.54 -outsiders outsider nom m p 0.54 0.74 0.10 0.20 -ouvert ouvrir ver m s 413.32 492.50 56.83 56.35 par:pas; -ouverte ouvrir ver f s 413.32 492.50 22.29 27.97 par:pas; -ouvertement ouvertement adv 2.50 6.96 2.50 6.96 -ouvertes ouvert adj f p 39.97 132.36 2.88 15.14 -ouverts ouvert adj m p 39.97 132.36 7.22 23.31 -ouverture ouverture nom f s 18.31 26.69 16.87 23.04 -ouvertures ouverture nom f p 18.31 26.69 1.44 3.65 -ouvrîmes ouvrir ver 413.32 492.50 0.00 0.34 ind:pas:1p; -ouvrît ouvrir ver 413.32 492.50 0.01 1.28 sub:imp:3s; -ouvrable ouvrable adj m s 0.31 1.35 0.03 0.47 -ouvrables ouvrable adj p 0.31 1.35 0.28 0.88 -ouvrage ouvrage nom m s 5.50 37.30 4.72 26.15 -ouvrageant ouvrager ver 0.14 0.68 0.00 0.07 par:pre; -ouvrager ouvrager ver 0.14 0.68 0.00 0.07 inf; -ouvrages ouvrage nom m p 5.50 37.30 0.78 11.15 -ouvragé ouvragé adj m s 0.15 2.30 0.02 0.88 -ouvragée ouvragé adj f s 0.15 2.30 0.12 0.54 -ouvragées ouvragé adj f p 0.15 2.30 0.00 0.61 -ouvragés ouvragé adj m p 0.15 2.30 0.01 0.27 -ouvraient ouvrir ver 413.32 492.50 0.52 12.50 ind:imp:3p; -ouvrais ouvrir ver 413.32 492.50 1.39 4.12 ind:imp:1s;ind:imp:2s; -ouvrait ouvrir ver 413.32 492.50 2.40 46.62 ind:imp:3s; -ouvrant ouvrir ver 413.32 492.50 1.86 18.65 par:pre; -ouvrants ouvrant adj m p 0.32 3.18 0.00 0.07 -ouvre_boîte ouvre_boîte nom m s 0.32 0.20 0.32 0.20 -ouvre_boîtes ouvre_boîtes nom m 0.16 0.34 0.16 0.34 -ouvre_bouteille ouvre_bouteille nom m s 0.12 0.14 0.08 0.00 -ouvre_bouteille ouvre_bouteille nom m p 0.12 0.14 0.04 0.14 -ouvre ouvrir ver 413.32 492.50 141.45 80.07 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -ouvrent ouvrir ver 413.32 492.50 6.24 10.88 ind:pre:3p;sub:pre:3p; -ouvrer ouvrer ver 0.02 0.14 0.00 0.07 inf; -ouvres ouvrir ver 413.32 492.50 10.20 1.62 ind:pre:2s;sub:pre:2s; -ouvreur ouvreur nom m s 1.21 2.36 1.00 0.00 -ouvreurs ouvreur nom m p 1.21 2.36 0.01 0.14 -ouvreuse ouvreur nom f s 1.21 2.36 0.20 1.62 -ouvreuses ouvreuse nom f p 0.17 0.00 0.17 0.00 -ouvrez ouvrir ver 413.32 492.50 64.17 6.22 imp:pre:2p;imp:pre:2p;ind:pre:2p; -ouvrier ouvrier nom m s 22.38 51.35 7.17 12.64 -ouvriers ouvrier nom m p 22.38 51.35 14.56 34.46 -ouvriez ouvrir ver 413.32 492.50 0.41 0.00 ind:imp:2p; -ouvrions ouvrir ver 413.32 492.50 0.10 0.88 ind:imp:1p; -ouvrir ouvrir ver 413.32 492.50 79.61 88.58 inf; -ouvrira ouvrir ver 413.32 492.50 4.13 1.96 ind:fut:3s; -ouvrirai ouvrir ver 413.32 492.50 2.45 0.95 ind:fut:1s; -ouvriraient ouvrir ver 413.32 492.50 0.09 1.28 cnd:pre:3p; -ouvrirais ouvrir ver 413.32 492.50 0.41 0.61 cnd:pre:1s;cnd:pre:2s; -ouvrirait ouvrir ver 413.32 492.50 0.75 4.26 cnd:pre:3s; -ouvriras ouvrir ver 413.32 492.50 0.85 0.27 ind:fut:2s; -ouvrirent ouvrir ver 413.32 492.50 0.51 3.78 ind:pas:3p; -ouvrirez ouvrir ver 413.32 492.50 0.60 0.07 ind:fut:2p; -ouvririez ouvrir ver 413.32 492.50 0.18 0.07 cnd:pre:2p; -ouvririons ouvrir ver 413.32 492.50 0.15 0.00 cnd:pre:1p; -ouvrirons ouvrir ver 413.32 492.50 0.77 0.00 ind:fut:1p; -ouvriront ouvrir ver 413.32 492.50 1.35 0.68 ind:fut:3p; -ouvris ouvrir ver 413.32 492.50 0.36 7.97 ind:pas:1s;ind:pas:2s; -ouvrissent ouvrir ver 413.32 492.50 0.00 0.20 sub:imp:3p; -ouvrit ouvrir ver 413.32 492.50 2.54 86.62 ind:pas:3s; -ouvrière ouvrier adj f s 6.07 15.88 2.48 6.69 -ouvrières ouvrière nom f p 1.56 0.00 1.56 0.00 -ouvriérisme ouvriérisme nom m s 0.00 0.07 0.00 0.07 -ouvriériste ouvriériste adj m s 0.00 0.20 0.00 0.20 -ouvroir ouvroir nom m s 0.00 0.88 0.00 0.68 -ouvroirs ouvroir nom m p 0.00 0.88 0.00 0.20 -ouvrons ouvrir ver 413.32 492.50 3.39 0.95 imp:pre:1p;ind:pre:1p; -ouvré ouvrer ver m s 0.02 0.14 0.02 0.07 par:pas; -ouvrées ouvré adj f p 0.04 0.27 0.00 0.14 -ouvrés ouvré adj m p 0.04 0.27 0.03 0.07 -ouzbeks ouzbek adj p 0.00 0.07 0.00 0.07 -ouzo ouzo nom m s 0.58 2.36 0.48 2.30 -ouzos ouzo nom m p 0.58 2.36 0.10 0.07 -ovaire ovaire nom m s 1.20 1.35 0.49 0.14 -ovaires ovaire nom m p 1.20 1.35 0.71 1.22 -ovalaire ovalaire adj f s 0.00 0.07 0.00 0.07 -ovale ovale adj s 1.88 10.54 1.83 8.18 -ovales ovale adj p 1.88 10.54 0.06 2.36 -ovalisées ovaliser ver f p 0.00 0.07 0.00 0.07 par:pas; -ovariectomie ovariectomie nom f s 0.01 0.00 0.01 0.00 -ovarien ovarien adj m s 0.07 0.00 0.02 0.00 -ovarienne ovarien adj f s 0.07 0.00 0.05 0.00 -ovariotomie ovariotomie nom f s 0.00 0.07 0.00 0.07 -ovation ovation nom f s 0.96 2.50 0.91 1.49 -ovationnaient ovationner ver 0.03 0.34 0.00 0.07 ind:imp:3p; -ovationner ovationner ver 0.03 0.34 0.01 0.14 inf; -ovationné ovationner ver m s 0.03 0.34 0.01 0.07 par:pas; -ovationnés ovationner ver m p 0.03 0.34 0.01 0.07 par:pas; -ovations ovation nom f p 0.96 2.50 0.06 1.01 -ove ove nom m s 0.20 0.07 0.20 0.07 -overdose overdose nom f s 5.11 1.28 4.81 1.28 -overdoses overdose nom f p 5.11 1.28 0.29 0.00 -overdrive overdrive nom m s 0.05 0.07 0.05 0.07 -ovibos ovibos nom m 0.00 0.07 0.00 0.07 -ovin ovin adj m s 0.01 0.00 0.01 0.00 -ovins ovin nom m p 0.04 0.07 0.04 0.07 -ovipare ovipare adj s 0.02 0.00 0.01 0.00 -ovipares ovipare adj p 0.02 0.00 0.01 0.00 -ovni ovni nom m 2.98 0.27 1.07 0.14 -ovnis ovni nom m p 2.98 0.27 1.91 0.14 -ovoïdal ovoïdal adj m s 0.01 0.61 0.00 0.61 -ovoïdale ovoïdal adj f s 0.01 0.61 0.01 0.00 -ovoïde ovoïde adj s 0.00 1.08 0.00 0.95 -ovoïdes ovoïde adj p 0.00 1.08 0.00 0.14 -ovocyte ovocyte nom m s 0.03 0.41 0.00 0.14 -ovocytes ovocyte nom m p 0.03 0.41 0.03 0.27 -ovée ové adj f s 0.01 0.00 0.01 0.00 -ovulaire ovulaire adj f s 0.01 0.00 0.01 0.00 -ovulation ovulation nom f s 0.53 0.07 0.53 0.07 -ovule ovule nom m s 1.16 0.47 0.64 0.27 -ovuler ovuler ver 0.11 0.00 0.04 0.00 inf; -ovules ovule nom m p 1.16 0.47 0.52 0.20 -oxalate oxalate nom m s 0.01 0.00 0.01 0.00 -oxer oxer nom m s 0.00 0.07 0.00 0.07 -oxfordien oxfordien adj m s 0.00 0.14 0.00 0.07 -oxfordiennes oxfordien adj f p 0.00 0.14 0.00 0.07 -oxfords oxford nom m p 0.03 0.14 0.03 0.14 -oxhydrique oxhydrique adj s 0.00 0.07 0.00 0.07 -oxo oxo adj 0.00 0.07 0.00 0.07 -oxonienne oxonien nom f s 0.00 0.07 0.00 0.07 -oxychlorure oxychlorure nom m s 0.01 0.00 0.01 0.00 -oxydant oxydant nom m s 0.05 0.00 0.01 0.00 -oxydants oxydant nom m p 0.05 0.00 0.04 0.00 -oxydation oxydation nom f s 0.16 0.20 0.16 0.20 -oxyde oxyde nom m s 1.03 0.41 0.99 0.34 -oxyder oxyder ver 0.10 0.61 0.00 0.07 inf; -oxydes oxyde nom m p 1.03 0.41 0.04 0.07 -oxydé oxyder ver m s 0.10 0.61 0.07 0.14 par:pas; -oxydée oxyder ver f s 0.10 0.61 0.00 0.14 par:pas; -oxydées oxyder ver f p 0.10 0.61 0.00 0.14 par:pas; -oxygène oxygène nom m s 14.03 4.39 14.03 4.39 -oxygènent oxygéner ver 0.53 0.20 0.01 0.07 ind:pre:3p; -oxygénation oxygénation nom f s 0.15 0.07 0.15 0.07 -oxygéner oxygéner ver 0.53 0.20 0.19 0.00 inf; -oxygéné oxygéné adj m s 0.49 0.95 0.05 0.07 -oxygénée oxygéné adj f s 0.49 0.95 0.42 0.54 -oxygénées oxygéné adj f p 0.49 0.95 0.00 0.07 -oxygénés oxygéné adj m p 0.49 0.95 0.02 0.27 -oxymore oxymore nom m s 0.04 0.00 0.03 0.00 -oxymores oxymore nom m p 0.04 0.00 0.01 0.00 -oxymoron oxymoron nom m s 0.05 0.00 0.05 0.00 -oxymétrie oxymétrie nom f s 0.03 0.00 0.03 0.00 -oyant oyant adj m s 0.10 0.00 0.10 0.00 -oyat oyat nom m s 0.11 0.14 0.00 0.07 -oyats oyat nom m p 0.11 0.14 0.11 0.07 -oye oye nom f s 0.21 0.95 0.21 0.95 -oyez ouïr ver 5.72 3.78 1.69 0.20 imp:pre:2p;ind:pre:2p; -oyons ouïr ver 5.72 3.78 0.01 0.07 imp:pre:1p; -ozone ozone nom m s 1.35 0.54 1.35 0.54 -p. p. nom m 3.66 0.34 3.66 0.34 -p.m. p.m. nom m s 0.01 0.00 0.01 0.00 -pôle pôle nom m s 3.59 3.99 3.12 2.77 -pôles pôle nom m p 3.59 3.99 0.47 1.22 -pûmes pouvoir ver_sup 5524.52 2659.80 0.16 1.62 ind:pas:1p; -pût pouvoir ver_sup 5524.52 2659.80 0.50 42.70 sub:imp:3s; -pûtes pouvoir ver_sup 5524.52 2659.80 0.04 0.00 ind:pas:2p; -pa pa art_ind m s 0.01 0.00 0.01 0.00 -paît paître ver 2.29 4.46 0.20 0.00 ind:pre:3s; -paître paître ver 2.29 4.46 0.97 1.76 inf; -paîtront paître ver 2.29 4.46 0.12 0.00 ind:fut:3p; -païen païen adj m s 1.39 3.38 0.51 1.42 -païenne païen adj f s 1.39 3.38 0.39 1.28 -païennes païen adj f p 1.39 3.38 0.29 0.20 -païens païen nom m p 2.22 2.57 1.91 1.28 -pacage pacage nom m s 0.00 0.74 0.00 0.34 -pacages pacage nom m p 0.00 0.74 0.00 0.41 -pacas paca adj m p 0.01 0.00 0.01 0.00 -pacemaker pacemaker nom m s 0.56 0.34 0.41 0.34 -pacemakers pacemaker nom m p 0.56 0.34 0.15 0.00 -pacha pacha nom m s 7.28 11.96 7.11 11.15 -pachas pacha nom m p 7.28 11.96 0.17 0.81 -pachinko pachinko nom m s 0.00 0.07 0.00 0.07 -pachon pachon nom m s 0.00 0.07 0.00 0.07 -pachyderme pachyderme nom m s 0.21 1.01 0.14 0.74 -pachydermes pachyderme nom m p 0.21 1.01 0.07 0.27 -pachydermique pachydermique adj s 0.01 0.74 0.01 0.68 -pachydermiques pachydermique adj p 0.01 0.74 0.00 0.07 -pacifiait pacifier ver 0.65 2.30 0.00 0.14 ind:imp:3s; -pacifiant pacifier ver 0.65 2.30 0.00 0.07 par:pre; -pacifiante pacifiant adj f s 0.00 0.27 0.00 0.20 -pacifiantes pacifiant adj f p 0.00 0.27 0.00 0.07 -pacificateur pacificateur nom m s 4.01 0.07 1.10 0.07 -pacificateurs pacificateur nom m p 4.01 0.07 2.74 0.00 -pacification pacification nom f s 0.12 0.41 0.12 0.41 -pacificatrice pacificateur nom f s 4.01 0.07 0.17 0.00 -pacifie pacifier ver 0.65 2.30 0.00 0.14 ind:pre:3s; -pacifier pacifier ver 0.65 2.30 0.45 0.61 inf; -pacifique pacifique adj s 4.00 4.26 2.90 3.11 -pacifiquement pacifiquement adv 0.93 0.27 0.93 0.27 -pacifiques pacifique adj p 4.00 4.26 1.10 1.15 -pacifisme pacifisme nom m s 0.14 0.54 0.14 0.54 -pacifiste pacifiste adj s 0.98 0.95 0.88 0.61 -pacifistes pacifiste nom p 0.46 0.68 0.17 0.34 -pacifié pacifier ver m s 0.65 2.30 0.17 0.74 par:pas; -pacifiée pacifier ver f s 0.65 2.30 0.03 0.34 par:pas; -pacifiées pacifier ver f p 0.65 2.30 0.00 0.14 par:pas; -pacifiés pacifier ver m p 0.65 2.30 0.00 0.14 par:pas; -pack pack nom m s 1.72 0.88 1.50 0.27 -package package nom m s 0.09 0.00 0.09 0.00 -packaging packaging nom m s 0.01 0.00 0.01 0.00 -packs pack nom m p 1.72 0.88 0.22 0.61 -packson packson nom m s 0.04 0.07 0.04 0.07 -pacotille pacotille nom f s 1.63 3.24 1.61 2.91 -pacotilles pacotille nom f p 1.63 3.24 0.02 0.34 -pacs pacs nom m 0.58 0.00 0.58 0.00 -pacsif pacsif nom m s 0.00 0.34 0.00 0.20 -pacsifs pacsif nom m p 0.00 0.34 0.00 0.14 -pacson pacson nom m s 0.06 0.61 0.04 0.61 -pacsons pacson nom m p 0.06 0.61 0.02 0.00 -pacsés pacser ver m p 0.37 0.00 0.37 0.00 par:pas; -pacte pacte nom m s 8.12 11.89 7.29 11.49 -pactes pacte nom m p 8.12 11.89 0.83 0.41 -pactisaient pactiser ver 0.52 1.42 0.00 0.07 ind:imp:3p; -pactisait pactiser ver 0.52 1.42 0.01 0.20 ind:imp:3s; -pactisant pactiser ver 0.52 1.42 0.00 0.07 par:pre; -pactise pactiser ver 0.52 1.42 0.05 0.07 ind:pre:1s;ind:pre:3s; -pactiser pactiser ver 0.52 1.42 0.25 0.74 inf; -pactiseras pactiser ver 0.52 1.42 0.00 0.07 ind:fut:2s; -pactiseurs pactiseur nom m p 0.00 0.07 0.00 0.07 -pactisez pactiser ver 0.52 1.42 0.01 0.00 imp:pre:2p; -pactisions pactiser ver 0.52 1.42 0.00 0.07 ind:imp:1p; -pactisé pactiser ver m s 0.52 1.42 0.20 0.14 par:pas; -pactole pactole nom m s 1.14 0.74 1.14 0.61 -pactoles pactole nom m p 1.14 0.74 0.00 0.14 -pad pad nom m s 0.11 0.27 0.11 0.27 -paddock paddock nom m s 0.28 2.64 0.27 2.36 -paddocker paddocker ver 0.00 0.07 0.00 0.07 inf; -paddocks paddock nom m p 0.28 2.64 0.01 0.27 -paddy paddy nom m s 1.52 0.47 1.52 0.47 -padouanes padouan adj f p 0.00 0.07 0.00 0.07 -paella paella nom f s 1.98 0.68 1.71 0.54 -paellas paella nom f p 1.98 0.68 0.27 0.14 -paf paf adj 1.31 2.23 1.31 2.23 -pagaïe pagaïe nom f s 0.07 0.74 0.07 0.74 -pagaie pagaie nom f s 0.72 1.08 0.65 0.47 -pagaient pagayer ver 0.42 1.08 0.02 0.00 ind:pre:3p; -pagaiera pagayer ver 0.42 1.08 0.01 0.00 ind:fut:3s; -pagaies pagaie nom f p 0.72 1.08 0.07 0.61 -pagaille pagaille nom f s 5.21 4.80 5.09 4.73 -pagailles pagaille nom f p 5.21 4.80 0.13 0.07 -pagailleux pagailleux adj m 0.00 0.07 0.00 0.07 -paganisme paganisme nom m s 0.04 0.47 0.04 0.47 -pagaya pagayer ver 0.42 1.08 0.00 0.07 ind:pas:3s; -pagayait pagayer ver 0.42 1.08 0.00 0.07 ind:imp:3s; -pagayant pagayer ver 0.42 1.08 0.02 0.07 par:pre; -pagaye pagaye nom f s 0.02 0.41 0.02 0.41 -pagayer pagayer ver 0.42 1.08 0.13 0.34 inf; -pagayeur pagayeur nom m s 0.03 0.14 0.00 0.07 -pagayeurs pagayeur nom m p 0.03 0.14 0.03 0.07 -pagayez pagayer ver 0.42 1.08 0.09 0.00 imp:pre:2p; -pagayèrent pagayer ver 0.42 1.08 0.00 0.07 ind:pas:3p; -pagayé pagayer ver m s 0.42 1.08 0.05 0.14 par:pas; -page page nom s 39.41 115.54 25.16 55.88 -pageais pager ver 1.01 0.61 0.00 0.07 ind:imp:1s; -pageait pager ver 1.01 0.61 0.00 0.07 ind:imp:3s; -pageant pager ver 1.01 0.61 0.01 0.00 par:pre; -pagels pagel nom m p 0.01 0.00 0.01 0.00 -pageot pageot nom m s 0.02 2.09 0.02 1.62 -pageots pageot nom m p 0.02 2.09 0.00 0.47 -pager pager ver 1.01 0.61 0.99 0.27 inf; -pages page nom p 39.41 115.54 14.25 59.66 -pagination pagination nom f s 0.01 0.07 0.01 0.07 -paginer paginer ver 0.01 0.00 0.01 0.00 inf; -pagne pagne nom m s 0.40 1.69 0.37 1.42 -pagnes pagne nom m p 0.40 1.69 0.03 0.27 -pagnon pagnon nom m s 0.00 0.07 0.00 0.07 -pagnote pagnoter ver 0.00 0.14 0.00 0.07 ind:pre:1s; -pagnoter pagnoter ver 0.00 0.14 0.00 0.07 inf; -pagode pagode nom f s 0.40 2.84 0.23 2.36 -pagodes pagode nom f p 0.40 2.84 0.16 0.47 -pagodon pagodon nom m s 0.00 0.07 0.00 0.07 -pagé pager ver m s 1.01 0.61 0.01 0.07 par:pas; -pagée pager ver f s 1.01 0.61 0.00 0.07 par:pas; -pagure pagure nom m s 0.00 0.14 0.00 0.07 -pagures pagure nom m p 0.00 0.14 0.00 0.07 -pagus pagus nom m 0.01 0.07 0.01 0.07 -pagés pager ver m p 1.01 0.61 0.00 0.07 par:pas; -paie payer ver 416.67 150.20 53.51 11.01 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:1s;sub:pre:3s; -paiement paiement nom m s 5.56 2.03 4.36 1.62 -paiements paiement nom m p 5.56 2.03 1.20 0.41 -paient payer ver 416.67 150.20 6.98 2.09 ind:pre:3p; -paiera payer ver 416.67 150.20 8.71 1.96 ind:fut:3s; -paierai payer ver 416.67 150.20 14.53 2.57 ind:fut:1s; -paieraient payer ver 416.67 150.20 0.93 0.41 cnd:pre:3p; -paierais payer ver 416.67 150.20 2.84 0.41 cnd:pre:1s;cnd:pre:2s; -paierait payer ver 416.67 150.20 2.20 1.62 cnd:pre:3s; -paieras payer ver 416.67 150.20 6.30 1.22 ind:fut:2s; -paierez payer ver 416.67 150.20 4.70 0.34 ind:fut:2p; -paierie paierie nom f s 0.01 0.20 0.01 0.20 -paieriez payer ver 416.67 150.20 0.11 0.00 cnd:pre:2p; -paierions payer ver 416.67 150.20 0.01 0.07 cnd:pre:1p; -paierons payer ver 416.67 150.20 1.01 0.27 ind:fut:1p; -paieront payer ver 416.67 150.20 2.84 0.54 ind:fut:3p; -paies payer ver 416.67 150.20 8.97 0.74 ind:pre:2s; -paillard paillard adj m s 0.35 0.95 0.17 0.61 -paillardait paillarder ver 0.00 0.07 0.00 0.07 ind:imp:3s; -paillarde paillard adj f s 0.35 0.95 0.01 0.14 -paillardement paillardement adv 0.00 0.07 0.00 0.07 -paillardes paillard adj f p 0.35 0.95 0.17 0.14 -paillardise paillardise nom f s 0.16 0.20 0.16 0.20 -paillards paillard adj m p 0.35 0.95 0.00 0.07 -paillasse paillasse nom s 2.38 8.78 1.98 7.43 -paillasses paillasse nom f p 2.38 8.78 0.40 1.35 -paillasson paillasson nom m s 1.06 4.39 0.93 3.51 -paillassons paillasson nom m p 1.06 4.39 0.14 0.88 -paille paille nom f s 9.43 44.05 8.57 42.97 -pailler pailler ver 0.01 0.27 0.01 0.00 inf; -pailles paille nom f p 9.43 44.05 0.86 1.08 -pailleter pailleter ver 0.03 1.35 0.00 0.14 inf; -paillette paillette nom f s 1.71 5.14 0.08 0.41 -paillettes paillette nom f p 1.71 5.14 1.63 4.73 -pailleté pailleter ver m s 0.03 1.35 0.02 0.34 par:pas; -pailletée pailleté adj f s 0.03 1.15 0.01 0.34 -pailletées pailleté adj f p 0.03 1.15 0.01 0.20 -pailletés pailleter ver m p 0.03 1.35 0.00 0.27 par:pas; -pailleux pailleux adj m 0.00 0.07 0.00 0.07 -paillis paillis nom m 0.04 0.00 0.04 0.00 -paillon paillon nom m s 0.00 0.41 0.00 0.20 -paillons paillon nom m p 0.00 0.41 0.00 0.20 -paillot paillot nom m s 0.00 0.81 0.00 0.81 -paillote paillote nom f s 0.02 1.22 0.02 0.34 -paillotes paillote nom f p 0.02 1.22 0.00 0.88 -paillé paillé adj m s 0.00 1.62 0.00 0.14 -paillu paillu adj m s 0.00 0.07 0.00 0.07 -paillée paillé adj f s 0.00 1.62 0.00 0.81 -paillées paillé adj f p 0.00 1.62 0.00 0.68 -paimpolaise paimpolais nom f s 0.00 0.47 0.00 0.41 -paimpolaises paimpolais nom f p 0.00 0.47 0.00 0.07 -pain pain nom m s 67.58 105.41 62.81 99.32 -pains pain nom m p 67.58 105.41 4.77 6.08 -pair pair nom m s 3.54 6.62 2.27 3.92 -paire paire nom f s 21.59 32.84 18.31 26.89 -paires paire nom f p 21.59 32.84 3.28 5.95 -pairesses pairesse nom f p 0.00 0.07 0.00 0.07 -pairie pairie nom f s 0.03 0.07 0.03 0.07 -pairs pair nom m p 3.54 6.62 1.27 2.70 -pais paître ver 2.29 4.46 0.39 0.07 imp:pre:2s;ind:pre:1s;ind:pre:2s; -paisible paisible adj s 7.55 36.42 6.32 27.84 -paisiblement paisiblement adv 2.10 9.12 2.10 9.12 -paisibles paisible adj p 7.55 36.42 1.23 8.58 -paissaient paître ver 2.29 4.46 0.01 1.49 ind:imp:3p; -paissait paître ver 2.29 4.46 0.14 0.20 ind:imp:3s; -paissant paître ver 2.29 4.46 0.03 0.34 par:pre; -paissent paître ver 2.29 4.46 0.42 0.61 ind:pre:3p; -paiute paiute nom s 0.05 0.07 0.04 0.07 -paiutes paiute nom p 0.05 0.07 0.01 0.00 -paix paix nom f 144.86 103.72 144.86 103.72 -pakistanais pakistanais nom m 1.56 0.27 1.36 0.20 -pakistanaise pakistanais adj f s 1.22 0.47 0.23 0.20 -pakistanaises pakistanais adj f p 1.22 0.47 0.04 0.00 -pakistano pakistano adv 0.01 0.07 0.01 0.07 -pal pal nom m s 0.19 0.88 0.14 0.68 -palabra palabrer ver 0.64 2.03 0.09 0.07 ind:pas:3s; -palabraient palabrer ver 0.64 2.03 0.00 0.34 ind:imp:3p; -palabrait palabrer ver 0.64 2.03 0.00 0.34 ind:imp:3s; -palabrant palabrer ver 0.64 2.03 0.01 0.20 par:pre; -palabre palabrer ver 0.64 2.03 0.11 0.00 ind:pre:3s; -palabrent palabrer ver 0.64 2.03 0.02 0.20 ind:pre:3p; -palabrer palabrer ver 0.64 2.03 0.35 0.88 inf; -palabres palabre nom p 0.14 3.51 0.13 3.04 -palabreur palabreur nom m s 0.00 0.14 0.00 0.07 -palabreurs palabreur nom m p 0.00 0.14 0.00 0.07 -palabré palabrer ver m s 0.64 2.03 0.06 0.00 par:pas; -palace palace nom m s 4.85 7.77 4.56 5.47 -palaces palace nom m p 4.85 7.77 0.29 2.30 -paladin paladin nom m s 0.18 0.81 0.16 0.54 -paladins paladin nom m p 0.18 0.81 0.03 0.27 -palais palais nom m 29.55 58.72 29.55 58.72 -palan palan nom m s 0.11 0.74 0.07 0.54 -palanche palanche nom f s 0.10 0.14 0.00 0.14 -palanches palanche nom f p 0.10 0.14 0.10 0.00 -palangrotte palangrotte nom f s 0.00 0.14 0.00 0.14 -palanquer palanquer ver 0.01 0.14 0.01 0.00 inf; -palanquin palanquin nom m s 0.32 0.41 0.32 0.34 -palanquins palanquin nom m p 0.32 0.41 0.00 0.07 -palanquée palanquer ver f s 0.01 0.14 0.00 0.07 par:pas; -palanquées palanquer ver f p 0.01 0.14 0.00 0.07 par:pas; -palans palan nom m p 0.11 0.74 0.04 0.20 -palastre palastre nom m s 0.00 0.07 0.00 0.07 -palatales palatal adj f p 0.00 0.07 0.00 0.07 -palatin palatin adj m s 0.03 0.20 0.02 0.14 -palatine palatin adj f s 0.03 0.20 0.01 0.07 -palatines palatine nom f p 0.00 0.07 0.00 0.07 -palatisation palatisation nom f s 0.00 0.07 0.00 0.07 -palazzo palazzo nom m s 0.56 1.62 0.56 1.62 -pale pale nom f s 1.11 1.62 0.74 0.41 -palefrenier palefrenier nom m s 0.69 1.01 0.64 0.68 -palefreniers palefrenier nom m p 0.69 1.01 0.04 0.34 -palefrenière palefrenier nom f s 0.69 1.01 0.01 0.00 -palefroi palefroi nom m s 0.01 0.61 0.01 0.20 -palefrois palefroi nom m p 0.01 0.61 0.00 0.41 -paleron paleron nom m s 0.01 0.00 0.01 0.00 -pales pale nom f p 1.11 1.62 0.37 1.22 -palestinien palestinien adj m s 3.09 0.74 1.78 0.20 -palestinienne palestinien adj f s 3.09 0.74 0.35 0.34 -palestiniens palestinien nom m p 3.22 0.47 2.81 0.47 -palestre palestre nom f s 0.00 0.41 0.00 0.27 -palestres palestre nom f p 0.00 0.41 0.00 0.14 -palet palet nom m s 1.08 0.41 0.93 0.34 -paletot paletot nom m s 0.03 2.03 0.03 1.89 -paletots paletot nom m p 0.03 2.03 0.00 0.14 -palets palet nom m p 1.08 0.41 0.15 0.07 -palette palette nom f s 0.87 5.68 0.28 4.12 -palettes palette nom f p 0.87 5.68 0.58 1.55 -palier palier nom m s 3.47 29.80 3.24 27.91 -paliers palier nom m p 3.47 29.80 0.23 1.89 -palikare palikare nom m s 0.00 0.54 0.00 0.20 -palikares palikare nom m p 0.00 0.54 0.00 0.34 -palilalie palilalie nom f s 0.01 0.00 0.01 0.00 -palimpseste palimpseste nom m s 0.00 0.20 0.00 0.20 -palindrome palindrome nom m s 0.55 0.00 0.45 0.00 -palindromes palindrome nom m p 0.55 0.00 0.10 0.00 -palinodie palinodie nom f s 0.01 0.54 0.00 0.27 -palinodier palinodier ver 0.00 0.07 0.00 0.07 inf; -palinodies palinodie nom f p 0.01 0.54 0.01 0.27 -palis palis nom m 0.00 0.07 0.00 0.07 -palissade palissade nom f s 0.64 5.34 0.59 3.11 -palissades palissade nom f p 0.64 5.34 0.05 2.23 -palissadé palissader ver m s 0.00 0.34 0.00 0.20 par:pas; -palissadée palissader ver f s 0.00 0.34 0.00 0.07 par:pas; -palissadés palissader ver m p 0.00 0.34 0.00 0.07 par:pas; -palissandre palissandre nom m s 0.00 0.74 0.00 0.74 -palissant palisser ver 0.00 0.07 0.00 0.07 par:pre; -palissonnage palissonnage nom m s 0.00 0.07 0.00 0.07 -palière palier adj f s 0.00 0.68 0.00 0.68 -palladiennes palladien adj f p 0.01 0.07 0.01 0.07 -palladium palladium nom m s 0.17 0.34 0.17 0.34 -palle palle nom f s 0.91 0.00 0.91 0.00 -palliait pallier ver 0.47 1.01 0.00 0.07 ind:imp:3s; -palliatif palliatif adj m s 0.14 0.07 0.05 0.07 -palliatifs palliatif adj m p 0.14 0.07 0.09 0.00 -pallient pallier ver 0.47 1.01 0.01 0.00 ind:pre:3p; -pallier pallier ver 0.47 1.01 0.44 0.88 inf; -palliera pallier ver 0.47 1.01 0.01 0.00 ind:fut:3s; -pallié pallier ver m s 0.47 1.01 0.01 0.07 par:pas; -palma_christi palma_christi nom m 0.00 0.07 0.00 0.07 -palmaient palmer ver 0.02 0.47 0.00 0.07 ind:imp:3p; -palmaire palmaire adj m s 0.02 0.07 0.02 0.07 -palmarès palmarès nom m 0.41 1.08 0.41 1.08 -palmas palma nom f p 0.04 0.07 0.04 0.07 -palme palme nom f s 2.09 9.53 1.25 2.91 -palmer palmer nom m s 0.17 0.14 0.17 0.14 -palmeraie palmeraie nom f s 0.31 1.28 0.29 0.74 -palmeraies palmeraie nom f p 0.31 1.28 0.01 0.54 -palmes palme nom f p 2.09 9.53 0.84 6.62 -palmette palmette nom f s 0.00 0.20 0.00 0.07 -palmettes palmette nom f p 0.00 0.20 0.00 0.14 -palmier palmier nom m s 4.57 14.26 1.69 3.04 -palmiers palmier nom m p 4.57 14.26 2.89 11.22 -palmipède palmipède nom m s 0.00 0.27 0.00 0.14 -palmipèdes palmipède adj m p 0.27 0.14 0.27 0.14 -palmiste palmiste nom m s 0.00 0.27 0.00 0.14 -palmistes palmiste nom m p 0.00 0.27 0.00 0.14 -palmé palmer ver m s 0.02 0.47 0.00 0.20 par:pas; -palmée palmé adj f s 0.17 0.41 0.01 0.07 -palmées palmé adj f p 0.17 0.41 0.00 0.27 -palmure palmure nom f s 0.01 0.07 0.01 0.00 -palmures palmure nom f p 0.01 0.07 0.00 0.07 -palmés palmé adj m p 0.17 0.41 0.16 0.07 -palombe palombe nom f s 0.11 0.61 0.01 0.27 -palombes palombe nom f p 0.11 0.61 0.10 0.34 -palonnier palonnier nom m s 0.01 0.07 0.01 0.07 -palot palot nom m s 0.20 0.14 0.05 0.07 -palots palot nom m p 0.20 0.14 0.15 0.07 -palourde palourde nom f s 1.52 0.54 0.34 0.00 -palourdes palourde nom f p 1.52 0.54 1.17 0.54 -palpa palper ver 1.81 13.04 0.00 1.62 ind:pas:3s; -palpable palpable adj s 0.65 2.77 0.52 2.50 -palpables palpable adj p 0.65 2.77 0.13 0.27 -palpaient palper ver 1.81 13.04 0.01 0.74 ind:imp:3p; -palpais palper ver 1.81 13.04 0.01 0.27 ind:imp:1s; -palpait palper ver 1.81 13.04 0.01 1.82 ind:imp:3s; -palpant palper ver 1.81 13.04 0.02 1.08 par:pre; -palpation palpation nom f s 0.04 0.34 0.04 0.27 -palpations palpation nom f p 0.04 0.34 0.00 0.07 -palpe palper ver 1.81 13.04 0.34 1.82 imp:pre:2s;ind:pre:1s;ind:pre:3s; -palpent palper ver 1.81 13.04 0.01 0.34 ind:pre:3p; -palper palper ver 1.81 13.04 0.97 4.19 inf; -palpera palper ver 1.81 13.04 0.01 0.00 ind:fut:3s; -palperai palper ver 1.81 13.04 0.00 0.07 ind:fut:1s; -palpes palper ver 1.81 13.04 0.08 0.00 ind:pre:2s; -palpeur palpeur nom m s 0.02 0.14 0.01 0.07 -palpeurs palpeur nom m p 0.02 0.14 0.01 0.07 -palpez palper ver 1.81 13.04 0.04 0.00 imp:pre:2p;ind:pre:2p; -palpita palpiter ver 1.64 10.41 0.00 0.14 ind:pas:3s; -palpitaient palpiter ver 1.64 10.41 0.01 1.08 ind:imp:3p; -palpitait palpiter ver 1.64 10.41 0.06 2.30 ind:imp:3s; -palpitant palpitant adj m s 2.13 6.82 1.53 3.31 -palpitante palpitant adj f s 2.13 6.82 0.42 1.96 -palpitantes palpitant adj f p 2.13 6.82 0.15 0.61 -palpitants palpitant adj m p 2.13 6.82 0.03 0.95 -palpitation palpitation nom f s 0.86 3.65 0.04 2.30 -palpitations palpitation nom f p 0.86 3.65 0.81 1.35 -palpite palpiter ver 1.64 10.41 1.07 2.50 imp:pre:2s;ind:pre:1s;ind:pre:3s; -palpitement palpitement nom m s 0.00 0.07 0.00 0.07 -palpitent palpiter ver 1.64 10.41 0.16 1.28 ind:pre:3p; -palpiter palpiter ver 1.64 10.41 0.26 1.62 inf; -palpiterait palpiter ver 1.64 10.41 0.00 0.07 cnd:pre:3s; -palpites palpiter ver 1.64 10.41 0.00 0.07 ind:pre:2s; -palpitèrent palpiter ver 1.64 10.41 0.00 0.20 ind:pas:3p; -palpité palpiter ver m s 1.64 10.41 0.00 0.07 par:pas; -palpons palper ver 1.81 13.04 0.00 0.07 imp:pre:1p; -palpèrent palper ver 1.81 13.04 0.00 0.07 ind:pas:3p; -palpé palper ver m s 1.81 13.04 0.28 0.74 par:pas; -palpées palper ver f p 1.81 13.04 0.00 0.07 par:pas; -palpés palper ver m p 1.81 13.04 0.02 0.14 par:pas; -pals pal nom m p 0.19 0.88 0.04 0.20 -palsambleu palsambleu ono 0.03 0.20 0.03 0.20 -paltoquet paltoquet nom m s 0.01 0.20 0.01 0.20 -palé palé adj m s 0.01 0.07 0.01 0.07 -palu palu nom m s 0.80 0.14 0.80 0.14 -paluchait palucher ver 0.20 0.34 0.00 0.07 ind:imp:3s; -paluche paluche nom f s 0.33 5.47 0.20 3.11 -palucher palucher ver 0.20 0.34 0.20 0.27 inf; -paluches paluche nom f p 0.33 5.47 0.13 2.36 -paludamentum paludamentum nom m s 0.00 0.07 0.00 0.07 -paludes palude nom m p 0.00 0.20 0.00 0.20 -paludiers paludier nom m p 0.00 0.14 0.00 0.14 -paludiques paludique adj p 0.00 0.07 0.00 0.07 -paludisme paludisme nom m s 0.25 1.35 0.25 1.35 -paludière paludière nom f s 0.00 0.07 0.00 0.07 -paludéenne paludéen adj f s 0.00 0.34 0.00 0.07 -paludéennes paludéen adj f p 0.00 0.34 0.00 0.20 -paludéens paludéen adj m p 0.00 0.34 0.00 0.07 -paléo paléo adv 0.01 0.00 0.01 0.00 -paléographie paléographie nom f s 0.00 0.14 0.00 0.14 -paléolithique paléolithique adj s 0.03 0.14 0.03 0.07 -paléolithiques paléolithique adj m p 0.03 0.14 0.00 0.07 -paléontologie paléontologie nom f s 0.14 0.14 0.14 0.14 -paléontologiques paléontologique adj m p 0.00 0.07 0.00 0.07 -paléontologiste paléontologiste nom s 0.05 0.00 0.04 0.00 -paléontologistes paléontologiste nom p 0.05 0.00 0.01 0.00 -paléontologue paléontologue nom s 0.20 0.07 0.18 0.00 -paléontologues paléontologue nom p 0.20 0.07 0.02 0.07 -paléozoïque paléozoïque nom m s 0.01 0.00 0.01 0.00 -palus palus nom m 0.01 0.07 0.01 0.07 -palustre palustre adj s 0.00 0.07 0.00 0.07 -palétuvier palétuvier nom m s 0.04 0.81 0.03 0.14 -palétuviers palétuvier nom m p 0.04 0.81 0.01 0.68 -palynologie palynologie nom f s 0.01 0.00 0.01 0.00 -pampa pampa nom f s 0.61 0.95 0.34 0.81 -pampas pampa nom f p 0.61 0.95 0.28 0.14 -pampero pampero nom m s 0.00 0.07 0.00 0.07 -pamphlet pamphlet nom m s 2.84 1.42 1.11 0.68 -pamphlets pamphlet nom m p 2.84 1.42 1.73 0.74 -pamphlétaire pamphlétaire nom s 0.00 0.41 0.00 0.34 -pamphlétaires pamphlétaire nom p 0.00 0.41 0.00 0.07 -pamplemousse pamplemousse nom s 2.01 1.55 1.56 0.95 -pamplemousses pamplemousse nom p 2.01 1.55 0.45 0.61 -pamplemoussier pamplemoussier nom m s 0.00 0.14 0.00 0.07 -pamplemoussiers pamplemoussier nom m p 0.00 0.14 0.00 0.07 -pampre pampre nom m s 0.41 1.01 0.27 0.20 -pampres pampre nom m p 0.41 1.01 0.14 0.81 -pan_bagnat pan_bagnat nom m s 0.00 0.14 0.00 0.14 -pan pan ono 3.57 1.76 3.57 1.76 -pana paner ver 0.13 0.41 0.02 0.00 ind:pas:3s; -panachage panachage nom m s 0.01 0.00 0.01 0.00 -panachait panacher ver 0.03 0.20 0.00 0.07 ind:imp:3s; -panache panache nom m s 1.09 7.36 0.95 5.14 -panacher panacher ver 0.03 0.20 0.01 0.00 inf; -panaches panache nom m p 1.09 7.36 0.14 2.23 -panaché panaché nom m s 0.12 0.47 0.10 0.27 -panachée panacher ver f s 0.03 0.20 0.00 0.07 par:pas; -panachés panaché nom m p 0.12 0.47 0.02 0.20 -panacée panacée nom f s 0.29 0.81 0.27 0.74 -panacées panacée nom f p 0.29 0.81 0.02 0.07 -panade panade nom f s 0.96 1.22 0.96 0.95 -panades panade nom f p 0.96 1.22 0.00 0.27 -panais panais nom m 0.01 0.14 0.01 0.14 -panama panama nom m s 0.15 1.35 0.15 1.22 -panamas panama nom m p 0.15 1.35 0.00 0.14 -panamienne panamien adj f s 0.00 0.14 0.00 0.07 -panamiens panamien adj m p 0.00 0.14 0.00 0.07 -panaméen panaméen adj m s 0.09 0.34 0.09 0.34 -panaméenne panaméenne adj f s 0.14 0.00 0.14 0.00 -panaméricain panaméricain adj m s 0.11 0.00 0.10 0.00 -panaméricaine panaméricain adj f s 0.11 0.00 0.01 0.00 -panarabisme panarabisme nom m s 0.00 0.41 0.00 0.41 -panard panard nom m s 0.26 2.16 0.19 0.74 -panards panard nom m p 0.26 2.16 0.07 1.42 -panaris panaris nom m 0.03 0.34 0.03 0.34 -panatella panatella nom m s 0.01 0.00 0.01 0.00 -panathénaïque panathénaïque adj m s 0.00 0.07 0.00 0.07 -panathénées panathénées nom f p 0.00 0.07 0.00 0.07 -pancake pancake nom m s 2.97 0.20 0.44 0.14 -pancakes pancake nom m p 2.97 0.20 2.54 0.07 -pancarte pancarte nom f s 3.90 8.99 3.28 5.95 -pancartes pancarte nom f p 3.90 8.99 0.61 3.04 -panceltique panceltique adj m s 0.00 0.07 0.00 0.07 -pancetta pancetta nom f s 0.03 0.00 0.03 0.00 -panclastite panclastite nom f s 0.00 0.07 0.00 0.07 -pancrace pancrace nom m s 0.00 0.47 0.00 0.34 -pancraces pancrace nom m p 0.00 0.47 0.00 0.14 -pancréas pancréas nom m 1.13 2.03 1.13 2.03 -pancréatectomie pancréatectomie nom f s 0.09 0.00 0.09 0.00 -pancréatique pancréatique adj s 0.18 0.20 0.06 0.20 -pancréatiques pancréatique adj f p 0.18 0.20 0.12 0.00 -pancréatite pancréatite nom f s 0.14 0.00 0.14 0.00 -panda panda nom m s 1.71 0.14 1.46 0.14 -pandanus pandanus nom m 0.00 0.14 0.00 0.14 -pandas panda nom m p 1.71 0.14 0.26 0.00 -pandit pandit nom m s 0.08 0.00 0.08 0.00 -pandore pandore nom s 0.11 1.08 0.11 0.34 -pandores pandore nom p 0.11 1.08 0.00 0.74 -pandémie pandémie nom f s 0.17 0.00 0.17 0.00 -pandémonium pandémonium nom m s 0.03 0.20 0.02 0.20 -pandémoniums pandémonium nom m p 0.03 0.20 0.01 0.00 -pane paner ver 0.13 0.41 0.02 0.00 ind:pre:3s; -panel panel nom m s 0.28 0.00 0.28 0.00 -paner paner ver 0.13 0.41 0.04 0.00 inf; -panetier panetier nom m s 0.00 0.27 0.00 0.07 -panetière panetier nom f s 0.00 0.27 0.00 0.14 -panetières panetier nom f p 0.00 0.27 0.00 0.07 -pangermanisme pangermanisme nom m s 0.01 0.20 0.01 0.20 -panic panic nom m s 0.46 0.00 0.46 0.00 -panicules panicule nom f p 0.00 0.14 0.00 0.14 -panier_repas panier_repas nom m 0.21 0.07 0.21 0.07 -panier panier nom m s 15.72 33.18 13.82 24.39 -paniers panier nom m p 15.72 33.18 1.90 8.78 -panification panification nom f s 0.00 0.14 0.00 0.14 -panini panini nom m s 0.02 0.00 0.02 0.00 -paniqua paniquer ver 19.76 6.15 0.05 0.20 ind:pas:3s; -paniquaient paniquer ver 19.76 6.15 0.13 0.20 ind:imp:3p; -paniquais paniquer ver 19.76 6.15 0.12 0.20 ind:imp:1s;ind:imp:2s; -paniquait paniquer ver 19.76 6.15 0.22 0.54 ind:imp:3s; -paniquant paniquant adj m s 0.04 0.07 0.04 0.07 -paniquards paniquard nom m p 0.00 0.20 0.00 0.20 -panique panique nom f s 16.23 25.61 16.17 24.86 -paniquent paniquer ver 19.76 6.15 0.63 0.07 ind:pre:3p; -paniquer paniquer ver 19.76 6.15 4.25 0.88 inf; -paniquera paniquer ver 19.76 6.15 0.01 0.00 ind:fut:3s; -paniquerai paniquer ver 19.76 6.15 0.06 0.00 ind:fut:1s; -paniqueraient paniquer ver 19.76 6.15 0.05 0.00 cnd:pre:3p; -paniquerais paniquer ver 19.76 6.15 0.06 0.07 cnd:pre:1s;cnd:pre:2s; -paniqueras paniquer ver 19.76 6.15 0.01 0.00 ind:fut:2s; -paniqueront paniquer ver 19.76 6.15 0.01 0.00 ind:fut:3p; -paniques paniquer ver 19.76 6.15 1.08 0.14 ind:pre:2s;sub:pre:2s; -paniquez paniquer ver 19.76 6.15 1.66 0.00 imp:pre:2p;ind:pre:2p; -paniquons paniquer ver 19.76 6.15 0.34 0.00 imp:pre:1p; -paniquèrent paniquer ver 19.76 6.15 0.02 0.00 ind:pas:3p; -paniqué paniquer ver m s 19.76 6.15 5.56 0.95 par:pas; -paniquée paniquer ver f s 19.76 6.15 0.68 0.34 par:pas; -paniqués paniqué adj m p 1.52 1.01 0.24 0.20 -panis panis nom m 0.14 0.07 0.14 0.07 -panière panière nom f s 0.16 0.54 0.16 0.34 -panières panière nom f p 0.16 0.54 0.00 0.20 -panka panka nom m s 0.00 0.27 0.00 0.07 -pankas panka nom m p 0.00 0.27 0.00 0.20 -panna panner ver 0.14 0.34 0.02 0.07 ind:pas:3s; -pannais panner ver 0.14 0.34 0.00 0.07 ind:imp:1s; -pannait panner ver 0.14 0.34 0.00 0.07 ind:imp:3s; -panne panne nom f s 24.59 11.69 23.84 10.81 -panneau_réclame panneau_réclame nom m s 0.00 0.68 0.00 0.68 -panneau panneau nom m s 12.67 26.69 9.87 16.55 -panneaux panneau nom m p 12.67 26.69 2.80 10.14 -panner panner ver 0.14 0.34 0.00 0.14 inf; -pannes panne nom f p 24.59 11.69 0.74 0.88 -panneton panneton nom m s 0.01 0.00 0.01 0.00 -panné panner ver m s 0.14 0.34 0.11 0.00 par:pas; -pano pano adj m s 0.46 0.00 0.29 0.00 -panonceau panonceau nom m s 0.00 0.88 0.00 0.68 -panonceaux panonceau nom m p 0.00 0.88 0.00 0.20 -panoplie panoplie nom f s 1.44 4.73 1.42 3.99 -panoplies panoplie nom f p 1.44 4.73 0.02 0.74 -panorama panorama nom m s 1.24 5.14 1.11 4.26 -panoramas panorama nom m p 1.24 5.14 0.14 0.88 -panoramique panoramique adj s 0.61 1.15 0.60 0.81 -panoramiquer panoramiquer ver 0.00 0.14 0.00 0.07 inf; -panoramiques panoramique nom m p 0.36 0.14 0.15 0.00 -panoramiqué panoramiquer ver m s 0.00 0.14 0.00 0.07 par:pas; -panos pano adj m p 0.46 0.00 0.17 0.00 -panosse panosse nom f s 0.00 0.14 0.00 0.14 -panouille panouille nom s 0.01 0.54 0.01 0.41 -panouilles panouille nom p 0.01 0.54 0.00 0.14 -pans pan nom m p 3.73 26.01 0.25 12.16 -pansa panser ver 1.34 3.65 0.14 0.20 ind:pas:3s; -pansage pansage nom m s 0.00 0.14 0.00 0.14 -pansait panser ver 1.34 3.65 0.00 0.27 ind:imp:3s; -pansant panser ver 1.34 3.65 0.00 0.07 par:pre; -pansas panser ver 1.34 3.65 0.00 0.07 ind:pas:2s; -panse panse nom f s 2.13 3.04 2.02 2.91 -pansement pansement nom m s 6.52 13.45 4.70 8.38 -pansements pansement nom m p 6.52 13.45 1.82 5.07 -pansent panser ver 1.34 3.65 0.01 0.00 ind:pre:3p; -panser panser ver 1.34 3.65 0.50 1.42 inf; -panserai panser ver 1.34 3.65 0.01 0.00 ind:fut:1s; -panses panse nom f p 2.13 3.04 0.11 0.14 -pansez panser ver 1.34 3.65 0.07 0.07 imp:pre:2p;ind:pre:2p; -pansiez panser ver 1.34 3.65 0.00 0.07 ind:imp:2p; -pansions panser ver 1.34 3.65 0.14 0.00 ind:imp:1p; -panspermie panspermie nom f s 0.01 0.00 0.01 0.00 -pansèrent panser ver 1.34 3.65 0.00 0.07 ind:pas:3p; -pansé panser ver m s 1.34 3.65 0.28 0.54 par:pas; -pansu pansu adj m s 0.00 1.01 0.00 0.34 -pansée panser ver f s 1.34 3.65 0.00 0.14 par:pas; -pansue pansu adj f s 0.00 1.01 0.00 0.14 -pansées panser ver f p 1.34 3.65 0.04 0.14 par:pas; -pansues pansu adj f p 0.00 1.01 0.00 0.34 -pansés panser ver m p 1.34 3.65 0.00 0.14 par:pas; -pansus pansu adj m p 0.00 1.01 0.00 0.20 -pantagruélique pantagruélique adj m s 0.00 0.34 0.00 0.20 -pantagruéliques pantagruélique adj p 0.00 0.34 0.00 0.14 -pantalon pantalon nom m s 37.55 71.76 31.49 57.91 -pantalonnade pantalonnade nom f s 0.00 0.27 0.00 0.20 -pantalonnades pantalonnade nom f p 0.00 0.27 0.00 0.07 -pantalons pantalon nom m p 37.55 71.76 6.06 13.85 -pante pante nom m s 0.01 0.81 0.00 0.27 -pantela panteler ver 0.00 1.01 0.00 0.07 ind:pas:3s; -pantelaient panteler ver 0.00 1.01 0.00 0.07 ind:imp:3p; -pantelait panteler ver 0.00 1.01 0.00 0.20 ind:imp:3s; -pantelant pantelant adj m s 0.10 3.24 0.03 1.35 -pantelante pantelant adj f s 0.10 3.24 0.07 1.22 -pantelantes pantelant adj f p 0.10 3.24 0.00 0.27 -pantelants pantelant adj m p 0.10 3.24 0.00 0.41 -panteler panteler ver 0.00 1.01 0.00 0.14 inf; -pantelle panteler ver 0.00 1.01 0.00 0.20 ind:pre:3s; -pantelé panteler ver m s 0.00 1.01 0.00 0.07 par:pas; -pantes pante nom m p 0.01 0.81 0.01 0.54 -panthère panthère nom f s 2.08 5.41 1.84 3.65 -panthères panthère nom f p 2.08 5.41 0.24 1.76 -panthéisme panthéisme nom m s 0.00 0.20 0.00 0.20 -panthéiste panthéiste adj s 0.03 0.20 0.03 0.20 -panthéon panthéon nom m s 0.79 6.42 0.78 6.35 -panthéons panthéon nom m p 0.79 6.42 0.01 0.07 -pantin pantin nom m s 3.96 5.88 3.25 4.19 -pantins pantin nom m p 3.96 5.88 0.72 1.69 -pantière pantière nom f s 0.00 0.14 0.00 0.14 -pantocrator pantocrator adj m s 0.14 0.00 0.14 0.00 -pantographe pantographe nom m s 0.01 0.07 0.01 0.00 -pantographes pantographe nom m p 0.01 0.07 0.00 0.07 -pantois pantois adj m 0.09 2.30 0.06 2.23 -pantoise pantois adj f s 0.09 2.30 0.01 0.00 -pantoises pantois adj f p 0.09 2.30 0.01 0.07 -pantomime pantomime nom f s 0.41 1.82 0.41 1.42 -pantomimes pantomime nom f p 0.41 1.82 0.00 0.41 -pantomètres pantomètre nom m p 0.00 0.07 0.00 0.07 -pantouflard pantouflard adj m s 0.23 0.07 0.13 0.07 -pantouflarde pantouflard adj f s 0.23 0.07 0.10 0.00 -pantouflards pantouflard nom m p 0.07 0.20 0.02 0.07 -pantoufle pantoufle nom f s 3.08 8.78 0.57 0.95 -pantoufler pantoufler ver 0.01 0.34 0.01 0.00 inf; -pantoufles pantoufle nom f p 3.08 8.78 2.51 7.84 -panty panty nom m s 0.05 0.07 0.05 0.07 -pané pané adj m s 0.19 0.41 0.14 0.14 -panée paner ver f s 0.13 0.41 0.01 0.14 par:pas; -panées pané adj f p 0.19 0.41 0.01 0.20 -panégyrique panégyrique nom m s 0.23 0.34 0.22 0.20 -panégyriques panégyrique nom m p 0.23 0.34 0.01 0.14 -panégyristes panégyriste nom p 0.00 0.07 0.00 0.07 -panurge panurge nom m s 0.04 0.47 0.04 0.47 -panurgisme panurgisme nom m s 0.00 0.07 0.00 0.07 -panés pané adj m p 0.19 0.41 0.04 0.00 -panzer panzer nom m s 0.71 1.42 0.25 0.68 -panzers panzer nom m p 0.71 1.42 0.46 0.74 -paolistes paoliste adj m p 0.00 0.14 0.00 0.14 -paolo paolo nom m s 0.07 0.00 0.07 0.00 -paon paon nom m s 1.30 5.34 0.60 3.85 -paonne paon nom f s 1.30 5.34 0.10 0.07 -paons paon nom m p 1.30 5.34 0.60 1.42 -papa_cadeau papa_cadeau nom m s 0.01 0.00 0.01 0.00 -papa papa nom m s 259.01 77.16 259.01 77.16 -papable papable adj m s 0.00 0.07 0.00 0.07 -papal papal adj m s 0.41 0.68 0.02 0.27 -papale papal adj f s 0.41 0.68 0.37 0.41 -papamobile papamobile nom f s 0.14 0.00 0.14 0.00 -paparazzi paparazzi nom m 1.46 0.34 0.67 0.34 -paparazzis paparazzi nom m p 1.46 0.34 0.79 0.00 -paparazzo paparazzo nom m s 0.03 0.07 0.03 0.07 -papas papas nom m 1.25 1.08 1.25 1.08 -papauté papauté nom f s 0.01 0.81 0.01 0.81 -papaux papal adj m p 0.41 0.68 0.02 0.00 -papaver papaver nom m s 0.01 0.00 0.01 0.00 -papavérine papavérine nom f s 0.00 0.07 0.00 0.07 -papaye papaye nom f s 0.59 0.20 0.49 0.14 -papayer papayer nom m s 0.00 0.14 0.00 0.07 -papayers papayer nom m p 0.00 0.14 0.00 0.07 -papayes papaye nom f p 0.59 0.20 0.10 0.07 -pape pape nom m s 7.17 19.32 6.57 14.59 -papegai papegai nom m s 0.00 0.14 0.00 0.07 -papegais papegai nom m p 0.00 0.14 0.00 0.07 -papelard papelard nom m s 0.17 2.43 0.16 1.62 -papelarde papelard adj f s 0.01 0.27 0.00 0.07 -papelards papelard nom m p 0.17 2.43 0.01 0.81 -paperasse paperasse nom f s 4.80 5.74 4.11 0.95 -paperasser paperasser ver 0.00 0.07 0.00 0.07 inf; -paperasserie paperasserie nom f s 1.07 0.88 1.05 0.74 -paperasseries paperasserie nom f p 1.07 0.88 0.01 0.14 -paperasses paperasse nom f p 4.80 5.74 0.69 4.80 -paperassier paperassier nom m s 0.01 0.07 0.01 0.07 -papes pape nom m p 7.17 19.32 0.60 4.73 -papesse papesse nom f s 0.39 0.14 0.39 0.14 -papet papet nom m s 4.25 0.27 4.25 0.27 -papeterie papeterie nom f s 0.91 2.84 0.82 1.28 -papeteries papeterie nom f p 0.91 2.84 0.08 1.55 -papetier papetier nom m s 0.44 0.27 0.44 0.07 -papetiers papetier nom m p 0.44 0.27 0.00 0.20 -papi papi nom m s 7.23 0.00 7.05 0.00 -papier_cadeau papier_cadeau nom m s 0.07 0.07 0.07 0.07 -papier_monnaie papier_monnaie nom m s 0.00 0.14 0.00 0.14 -papier papier nom m s 120.51 203.11 56.32 144.59 -papier_calque papier_calque nom m p 0.00 0.07 0.00 0.07 -papiers papier nom m p 120.51 203.11 64.19 58.51 -papilionacé papilionacé adj m s 0.01 0.14 0.01 0.00 -papilionacée papilionacé adj f s 0.01 0.14 0.00 0.07 -papilionacées papilionacé adj f p 0.01 0.14 0.00 0.07 -papillaire papillaire adj m s 0.00 0.07 0.00 0.07 -papille papille nom f s 0.35 1.15 0.01 0.07 -papilles papille nom f p 0.35 1.15 0.34 1.08 -papillomavirus papillomavirus nom m 0.04 0.00 0.04 0.00 -papillomes papillome nom m p 0.01 0.14 0.01 0.14 -papillon papillon nom m s 12.28 20.07 8.12 10.68 -papillonna papillonner ver 0.33 0.81 0.00 0.07 ind:pas:3s; -papillonnage papillonnage nom m s 0.01 0.14 0.01 0.14 -papillonnaient papillonner ver 0.33 0.81 0.00 0.07 ind:imp:3p; -papillonnais papillonner ver 0.33 0.81 0.15 0.00 ind:imp:1s; -papillonnait papillonner ver 0.33 0.81 0.03 0.07 ind:imp:3s; -papillonnant papillonnant adj m s 0.00 0.14 0.00 0.07 -papillonnante papillonnant adj f s 0.00 0.14 0.00 0.07 -papillonne papillonner ver 0.33 0.81 0.04 0.27 ind:pre:1s;ind:pre:3s; -papillonnement papillonnement nom m s 0.00 0.14 0.00 0.14 -papillonnent papillonner ver 0.33 0.81 0.01 0.14 ind:pre:3p; -papillonner papillonner ver 0.33 0.81 0.07 0.14 inf; -papillonnes papillonner ver 0.33 0.81 0.02 0.00 ind:pre:2s; -papillonné papillonner ver m s 0.33 0.81 0.00 0.07 par:pas; -papillons papillon nom m p 12.28 20.07 4.16 9.39 -papillotaient papilloter ver 0.00 1.01 0.00 0.41 ind:imp:3p; -papillotait papilloter ver 0.00 1.01 0.00 0.07 ind:imp:3s; -papillotant papillotant adj m s 0.00 0.47 0.00 0.14 -papillotantes papillotant adj f p 0.00 0.47 0.00 0.14 -papillotants papillotant adj m p 0.00 0.47 0.00 0.20 -papillote papillote nom f s 0.33 1.89 0.02 0.07 -papillotent papilloter ver 0.00 1.01 0.00 0.14 ind:pre:3p; -papilloter papilloter ver 0.00 1.01 0.00 0.20 inf; -papillotes papillote nom f p 0.33 1.89 0.31 1.82 -papillotèrent papilloter ver 0.00 1.01 0.00 0.07 ind:pas:3p; -papis papi nom m p 7.23 0.00 0.17 0.00 -papisme papisme nom m s 0.04 0.07 0.04 0.07 -papiste papiste adj s 0.55 0.61 0.43 0.47 -papistes papiste adj f p 0.55 0.61 0.12 0.14 -papotage papotage nom m s 0.27 0.61 0.19 0.14 -papotages papotage nom m p 0.27 0.61 0.08 0.47 -papotaient papoter ver 1.77 1.62 0.02 0.20 ind:imp:3p; -papotait papoter ver 1.77 1.62 0.06 0.20 ind:imp:3s; -papotant papoter ver 1.77 1.62 0.03 0.27 par:pre; -papote papoter ver 1.77 1.62 0.28 0.20 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -papotent papoter ver 1.77 1.62 0.04 0.00 ind:pre:3p; -papoter papoter ver 1.77 1.62 1.16 0.61 inf; -papotera papoter ver 1.77 1.62 0.03 0.00 ind:fut:3s; -papotez papoter ver 1.77 1.62 0.04 0.00 imp:pre:2p; -papotèrent papoter ver 1.77 1.62 0.00 0.07 ind:pas:3p; -papoté papoter ver m s 1.77 1.62 0.13 0.07 par:pas; -papou papou nom m s 0.04 0.07 0.02 0.00 -papouille papouille nom f s 0.08 0.54 0.00 0.07 -papouillent papouiller ver 0.02 0.14 0.01 0.00 ind:pre:3p; -papouiller papouiller ver 0.02 0.14 0.01 0.00 inf; -papouilles papouille nom f p 0.08 0.54 0.08 0.47 -papouillez papouiller ver 0.02 0.14 0.00 0.07 ind:pre:2p; -papouillé papouiller ver m s 0.02 0.14 0.00 0.07 par:pas; -papous papou nom m p 0.04 0.07 0.02 0.07 -paprika paprika nom m s 0.75 0.61 0.75 0.61 -papé papé nom m s 0.00 0.14 0.00 0.14 -papy papy nom m s 6.79 1.08 6.76 1.08 -papyrus papyrus nom m 1.57 0.95 1.57 0.95 -papys papy nom m p 6.79 1.08 0.04 0.00 -paqson paqson nom m s 0.01 0.00 0.01 0.00 -paquebot paquebot nom m s 1.18 7.43 1.10 5.07 -paquebots paquebot nom m p 1.18 7.43 0.09 2.36 -paquet_cadeau paquet_cadeau nom m s 0.19 0.20 0.19 0.20 -paquet paquet nom m s 44.96 89.19 36.90 62.77 -paqueta paqueter ver 0.04 0.07 0.01 0.07 ind:pas:3s; -paquetage paquetage nom m s 0.60 2.91 0.44 2.16 -paquetages paquetage nom m p 0.60 2.91 0.16 0.74 -paquets_cadeaux paquets_cadeaux nom m p 0.01 0.54 0.01 0.54 -paquets paquet nom m p 44.96 89.19 8.06 26.42 -paquette paqueter ver 0.04 0.07 0.03 0.00 imp:pre:2s; -paqueté paqueté adj m s 0.02 0.00 0.02 0.00 -par_ci par_ci adv 3.10 9.12 3.10 9.12 -par_dedans par_dedans pre 0.00 0.07 0.00 0.07 -par_delà par_delà pre 1.32 9.05 1.32 9.05 -par_derrière par_derrière pre 2.04 6.35 2.04 6.35 -par_dessous par_dessous pre 0.32 2.16 0.32 2.16 -par_dessus par_dessus pre 16.10 69.19 16.10 69.19 -par_devant par_devant pre 0.16 1.96 0.16 1.96 -par_devers par_devers pre 0.01 1.08 0.01 1.08 -par_mégarde par_mégarde adv 0.61 2.91 0.61 2.91 -par par pre 1753.02 3727.09 1753.02 3727.09 -parût paraître ver 122.14 448.11 0.00 4.46 sub:imp:3s; -para_humain para_humain nom m s 0.00 0.14 0.00 0.14 -para parer ver 30.50 19.66 4.71 0.20 ind:pas:3s; -paraît paraître ver 122.14 448.11 81.22 113.92 ind:pre:3s; -paraîtra paraître ver 122.14 448.11 1.99 3.24 ind:fut:3s; -paraîtrai paraître ver 122.14 448.11 0.02 0.14 ind:fut:1s; -paraîtraient paraître ver 122.14 448.11 0.10 0.81 cnd:pre:3p; -paraîtrais paraître ver 122.14 448.11 0.00 0.14 cnd:pre:1s; -paraîtrait paraître ver 122.14 448.11 0.43 3.11 cnd:pre:3s; -paraîtras paraître ver 122.14 448.11 0.25 0.00 ind:fut:2s; -paraître paraître ver 122.14 448.11 15.31 40.27 inf; -paraîtrez paraître ver 122.14 448.11 0.05 0.00 ind:fut:2p; -paraîtront paraître ver 122.14 448.11 0.47 0.61 ind:fut:3p; -parabellum parabellum nom m s 0.24 0.61 0.23 0.54 -parabellums parabellum nom m p 0.24 0.61 0.01 0.07 -parabole parabole nom f s 1.90 2.57 1.78 1.96 -paraboles parabole nom f p 1.90 2.57 0.12 0.61 -parabolique parabolique adj s 0.42 0.47 0.38 0.20 -paraboliquement paraboliquement adv 0.01 0.00 0.01 0.00 -paraboliques parabolique adj p 0.42 0.47 0.04 0.27 -paraboloïde paraboloïde nom m s 0.01 0.00 0.01 0.00 -parachevaient parachever ver 0.57 1.28 0.01 0.07 ind:imp:3p; -parachevait parachever ver 0.57 1.28 0.00 0.14 ind:imp:3s; -parachevant parachever ver 0.57 1.28 0.01 0.14 par:pre; -parachever parachever ver 0.57 1.28 0.28 0.47 inf; -parachevèrent parachever ver 0.57 1.28 0.00 0.07 ind:pas:3p; -parachevé parachever ver m s 0.57 1.28 0.26 0.20 par:pas; -parachèvement parachèvement nom m s 0.01 0.14 0.01 0.14 -parachèvent parachever ver 0.57 1.28 0.00 0.14 ind:pre:3p; -parachèvera parachever ver 0.57 1.28 0.01 0.00 ind:fut:3s; -parachèveraient parachever ver 0.57 1.28 0.00 0.07 cnd:pre:3p; -parachutage parachutage nom m s 0.22 0.95 0.17 0.41 -parachutages parachutage nom m p 0.22 0.95 0.05 0.54 -parachute parachute nom m s 4.79 3.58 4.12 3.04 -parachutent parachuter ver 1.12 1.96 0.01 0.14 ind:pre:3p; -parachuter parachuter ver 1.12 1.96 0.11 0.14 inf; -parachuterais parachuter ver 1.12 1.96 0.01 0.00 cnd:pre:1s; -parachuterons parachuter ver 1.12 1.96 0.01 0.00 ind:fut:1p; -parachutes parachute nom m p 4.79 3.58 0.67 0.54 -parachutez parachuter ver 1.12 1.96 0.01 0.07 imp:pre:2p;ind:pre:2p; -parachutisme parachutisme nom m s 0.29 0.07 0.29 0.07 -parachutiste parachutiste nom s 2.50 4.80 0.57 1.49 -parachutistes parachutiste nom p 2.50 4.80 1.93 3.31 -parachutèrent parachuter ver 1.12 1.96 0.00 0.07 ind:pas:3p; -parachuté parachuter ver m s 1.12 1.96 0.39 0.74 par:pas; -parachutée parachuter ver f s 1.12 1.96 0.02 0.07 par:pas; -parachutées parachuter ver f p 1.12 1.96 0.00 0.14 par:pas; -parachutés parachuter ver m p 1.12 1.96 0.07 0.41 par:pas; -paraclet paraclet nom m s 0.04 0.68 0.04 0.68 -paracétamol paracétamol nom m s 0.11 0.14 0.11 0.14 -parada parader ver 1.48 3.58 0.04 0.07 ind:pas:3s; -paradaient parader ver 1.48 3.58 0.00 0.47 ind:imp:3p; -paradais parader ver 1.48 3.58 0.01 0.14 ind:imp:1s; -paradait parader ver 1.48 3.58 0.14 0.68 ind:imp:3s; -paradant parader ver 1.48 3.58 0.04 0.41 par:pre; -parade parade nom f s 5.10 11.22 4.79 9.93 -paradent parader ver 1.48 3.58 0.10 0.27 ind:pre:3p; -parader parader ver 1.48 3.58 0.72 0.81 inf; -paradera parader ver 1.48 3.58 0.00 0.07 ind:fut:3s; -parades parade nom f p 5.10 11.22 0.30 1.28 -paradeurs paradeur nom m p 0.00 0.07 0.00 0.07 -paradigme paradigme nom m s 0.25 0.20 0.13 0.14 -paradigmes paradigme nom m p 0.25 0.20 0.13 0.07 -paradis paradis nom m 33.23 28.04 33.23 28.04 -paradisiaque paradisiaque adj s 0.61 1.01 0.59 0.95 -paradisiaques paradisiaque adj p 0.61 1.01 0.02 0.07 -paradisiers paradisier nom m p 0.00 0.07 0.00 0.07 -paradons parader ver 1.48 3.58 0.01 0.00 ind:pre:1p; -parador parador nom m s 0.10 0.14 0.10 0.14 -parados parados nom m 0.00 0.81 0.00 0.81 -paradoxal paradoxal adj m s 0.78 5.14 0.65 2.16 -paradoxale paradoxal adj f s 0.78 5.14 0.12 1.96 -paradoxalement paradoxalement adv 0.22 3.78 0.22 3.78 -paradoxales paradoxal adj f p 0.78 5.14 0.01 0.68 -paradoxaux paradoxal adj m p 0.78 5.14 0.00 0.34 -paradoxe paradoxe nom m s 1.90 8.11 1.50 6.01 -paradoxes paradoxe nom m p 1.90 8.11 0.40 2.09 -paradoxie paradoxie nom f s 0.00 0.07 0.00 0.07 -paradèrent parader ver 1.48 3.58 0.00 0.07 ind:pas:3p; -paradé parader ver m s 1.48 3.58 0.01 0.14 par:pas; -paradée parader ver f s 1.48 3.58 0.01 0.00 par:pas; -parafer parafer ver 0.01 0.00 0.01 0.00 inf; -paraffine paraffine nom f s 0.22 0.68 0.22 0.68 -paraffiné paraffiné adj m s 0.01 0.27 0.00 0.20 -paraffinée paraffiné adj f s 0.01 0.27 0.01 0.00 -paraffinés paraffiné adj m p 0.01 0.27 0.00 0.07 -parage parage nom m s 5.99 5.74 0.01 0.00 -parages parage nom m p 5.99 5.74 5.98 5.74 -paragouvernementales paragouvernemental adj f p 0.00 0.07 0.00 0.07 -paragraphe paragraphe nom m s 3.58 3.65 3.21 2.57 -paragraphes paragraphe nom m p 3.58 3.65 0.37 1.08 -paraguayen paraguayen adj m s 0.35 0.47 0.00 0.34 -paraguayenne paraguayen adj f s 0.35 0.47 0.23 0.07 -paraguayennes paraguayen adj f p 0.35 0.47 0.00 0.07 -paraguayens paraguayen nom m p 0.14 0.14 0.14 0.07 -parai parer ver 30.50 19.66 0.02 0.14 ind:pas:1s; -paraient parer ver 30.50 19.66 0.00 0.34 ind:imp:3p; -parais parer ver 30.50 19.66 1.98 0.47 imp:pre:2s;ind:imp:1s;ind:imp:2s; -paraissaient paraître ver 122.14 448.11 0.73 26.96 ind:imp:3p; -paraissais paraître ver 122.14 448.11 0.46 0.61 ind:imp:1s;ind:imp:2s; -paraissait paraître ver 122.14 448.11 4.63 118.31 ind:imp:3s; -paraissant paraître ver 122.14 448.11 0.41 3.51 par:pre; -paraisse paraître ver 122.14 448.11 1.45 2.84 sub:pre:1s;sub:pre:3s; -paraissent paraître ver 122.14 448.11 2.88 13.04 ind:pre:3p; -paraissez paraître ver 122.14 448.11 2.30 0.68 imp:pre:2p;ind:pre:2p; -paraissiez paraître ver 122.14 448.11 0.03 0.41 ind:imp:2p; -paraissions paraître ver 122.14 448.11 0.02 0.14 ind:imp:1p; -paraissons paraître ver 122.14 448.11 0.04 0.27 imp:pre:1p;ind:pre:1p; -parait parer ver 30.50 19.66 12.53 2.09 ind:imp:3s; -parallaxe parallaxe nom f s 0.03 0.07 0.02 0.00 -parallaxes parallaxe nom f p 0.03 0.07 0.01 0.07 -parallèle parallèle adj s 2.79 13.11 1.36 3.51 -parallèlement parallèlement adv 0.20 3.45 0.20 3.45 -parallèles parallèle adj p 2.79 13.11 1.42 9.59 -parallélisme parallélisme nom m s 0.20 0.41 0.20 0.41 -paralléliste paralléliste adj s 0.01 0.00 0.01 0.00 -parallélogramme parallélogramme nom m s 0.00 0.07 0.00 0.07 -parallélépipède parallélépipède nom m s 0.00 0.54 0.00 0.20 -parallélépipèdes parallélépipède nom m p 0.00 0.54 0.00 0.34 -parallélépipédique parallélépipédique adj s 0.00 0.20 0.00 0.20 -paralogismes paralogisme nom m p 0.00 0.07 0.00 0.07 -paralympiques paralympique nom m p 0.10 0.00 0.10 0.00 -paralysa paralyser ver 7.84 13.99 0.05 0.20 ind:pas:3s; -paralysaient paralyser ver 7.84 13.99 0.01 0.47 ind:imp:3p; -paralysais paralyser ver 7.84 13.99 0.00 0.07 ind:imp:1s; -paralysait paralyser ver 7.84 13.99 0.03 2.16 ind:imp:3s; -paralysant paralysant adj m s 0.86 1.01 0.52 0.41 -paralysante paralysant adj f s 0.86 1.01 0.17 0.54 -paralysantes paralysant adj f p 0.86 1.01 0.11 0.07 -paralysants paralysant adj m p 0.86 1.01 0.06 0.00 -paralyse paralyser ver 7.84 13.99 0.72 2.09 imp:pre:2s;ind:pre:1s;ind:pre:3s; -paralysent paralyser ver 7.84 13.99 0.07 0.47 ind:pre:3p; -paralyser paralyser ver 7.84 13.99 0.69 1.08 inf; -paralysera paralyser ver 7.84 13.99 0.15 0.07 ind:fut:3s; -paralyserait paralyser ver 7.84 13.99 0.19 0.00 cnd:pre:3s; -paralyserez paralyser ver 7.84 13.99 0.01 0.00 ind:fut:2p; -paralysie paralysie nom f s 2.61 4.32 2.60 4.19 -paralysies paralysie nom f p 2.61 4.32 0.01 0.14 -paralysât paralyser ver 7.84 13.99 0.00 0.14 sub:imp:3s; -paralysèrent paralyser ver 7.84 13.99 0.00 0.14 ind:pas:3p; -paralysé paralyser ver m s 7.84 13.99 3.69 4.12 par:pas; -paralysée paralyser ver f s 7.84 13.99 1.71 1.96 par:pas; -paralysées paralyser ver f p 7.84 13.99 0.18 0.14 par:pas; -paralysés paralyser ver m p 7.84 13.99 0.27 0.68 par:pas; -paralytique paralytique adj s 0.84 1.76 0.82 1.35 -paralytiques paralytique adj m p 0.84 1.76 0.02 0.41 -paramagnétique paramagnétique adj s 0.01 0.00 0.01 0.00 -paramilitaire paramilitaire adj s 0.30 1.01 0.12 0.27 -paramilitaires paramilitaire adj p 0.30 1.01 0.18 0.74 -paramnésie paramnésie nom f s 0.01 0.14 0.01 0.14 -paramètre paramètre nom m s 1.50 0.41 0.07 0.00 -paramètres paramètre nom m p 1.50 0.41 1.43 0.41 -paramédical paramédical adj m s 0.37 0.14 0.30 0.14 -paramédicale paramédical adj f s 0.37 0.14 0.03 0.00 -paramédicaux paramédical adj m p 0.37 0.14 0.04 0.00 -paramétrique paramétrique adj f s 0.01 0.00 0.01 0.00 -parangon parangon nom m s 0.13 1.22 0.12 1.08 -parangonnages parangonnage nom m p 0.00 0.07 0.00 0.07 -parangons parangon nom m p 0.13 1.22 0.01 0.14 -parano parano adj s 4.23 0.47 3.98 0.47 -paranoïa paranoïa nom f s 2.03 1.15 2.03 1.15 -paranoïaque paranoïaque adj s 3.33 0.54 2.97 0.41 -paranoïaques paranoïaque adj p 3.33 0.54 0.35 0.14 -paranoïde paranoïde adj s 0.09 0.27 0.09 0.27 -paranormal paranormal nom m s 0.61 0.07 0.61 0.07 -paranormale paranormal adj f s 2.04 0.07 1.02 0.07 -paranormales paranormal adj f p 2.04 0.07 0.14 0.00 -paranormaux paranormal adj m p 2.04 0.07 0.57 0.00 -paranos parano adj f p 4.23 0.47 0.25 0.00 -parant parer ver 30.50 19.66 0.01 1.28 par:pre; -paranéoplasique paranéoplasique adj m s 0.07 0.00 0.07 0.00 -parapente parapente nom m s 0.31 0.00 0.31 0.00 -parapet parapet nom m s 0.88 12.91 0.73 10.88 -parapets parapet nom m p 0.88 12.91 0.16 2.03 -paraphait parapher ver 0.64 0.74 0.00 0.07 ind:imp:3s; -paraphant parapher ver 0.64 0.74 0.00 0.14 par:pre; -parapharmacie parapharmacie nom f s 0.03 0.07 0.03 0.07 -paraphe paraphe nom m s 0.10 1.55 0.10 1.01 -parapher parapher ver 0.64 0.74 0.06 0.00 inf; -paraphes parapher ver 0.64 0.74 0.02 0.00 ind:pre:2s; -parapheurs parapheur nom m p 0.00 0.07 0.00 0.07 -paraphez parapher ver 0.64 0.74 0.24 0.00 imp:pre:2p;ind:pre:2p; -paraphrasa paraphraser ver 0.24 0.41 0.00 0.07 ind:pas:3s; -paraphrasait paraphraser ver 0.24 0.41 0.00 0.14 ind:imp:3s; -paraphrasant paraphraser ver 0.24 0.41 0.01 0.00 par:pre; -paraphrase paraphrase nom f s 0.12 0.34 0.12 0.27 -paraphraser paraphraser ver 0.24 0.41 0.13 0.14 inf; -paraphrases paraphraser ver 0.24 0.41 0.01 0.00 ind:pre:2s; -paraphrasé paraphraser ver m s 0.24 0.41 0.00 0.07 par:pas; -paraphé parapher ver m s 0.64 0.74 0.25 0.34 par:pas; -paraphée parapher ver f s 0.64 0.74 0.03 0.07 par:pas; -paraphés parapher ver m p 0.64 0.74 0.02 0.07 par:pas; -paraplégique paraplégique adj s 0.29 0.14 0.25 0.07 -paraplégiques paraplégique adj m p 0.29 0.14 0.04 0.07 -parapluie parapluie nom m s 7.38 16.28 6.37 12.50 -parapluies parapluie nom m p 7.38 16.28 1.01 3.78 -parapsychique parapsychique adj s 0.04 0.00 0.04 0.00 -parapsychologie parapsychologie nom f s 0.61 0.14 0.61 0.14 -parapsychologique parapsychologique adj s 0.03 0.07 0.02 0.00 -parapsychologiques parapsychologique adj m p 0.03 0.07 0.01 0.07 -parapsychologue parapsychologue nom s 0.09 0.00 0.06 0.00 -parapsychologues parapsychologue nom p 0.09 0.00 0.03 0.00 -parareligieuse parareligieux adj f s 0.10 0.00 0.10 0.00 -paras para nom m p 3.23 1.49 0.90 0.61 -parascolaire parascolaire adj m s 0.04 0.07 0.00 0.07 -parascolaires parascolaire adj p 0.04 0.07 0.04 0.00 -parascève parascève nom f s 0.00 0.47 0.00 0.47 -parasitaire parasitaire adj s 0.25 0.81 0.23 0.61 -parasitaires parasitaire adj p 0.25 0.81 0.03 0.20 -parasitait parasiter ver 0.39 0.27 0.00 0.07 ind:imp:3s; -parasite parasite nom m s 8.72 4.53 4.66 1.22 -parasitent parasiter ver 0.39 0.27 0.12 0.00 ind:pre:3p; -parasiter parasiter ver 0.39 0.27 0.07 0.07 inf; -parasites parasite nom m p 8.72 4.53 4.06 3.31 -parasiticide parasiticide adj m s 0.10 0.00 0.10 0.00 -parasitisme parasitisme nom m s 0.01 0.74 0.01 0.74 -parasitologie parasitologie nom f s 0.00 0.07 0.00 0.07 -parasitose parasitose nom f s 0.01 0.00 0.01 0.00 -parasité parasiter ver m s 0.39 0.27 0.05 0.07 par:pas; -parasitée parasiter ver f s 0.39 0.27 0.01 0.07 par:pas; -parasités parasiter ver m p 0.39 0.27 0.06 0.00 par:pas; -parasol parasol nom m s 0.80 6.69 0.72 3.72 -parasols parasol nom m p 0.80 6.69 0.08 2.97 -parathyroïdienne parathyroïdien adj f s 0.01 0.00 0.01 0.00 -paratonnerre paratonnerre nom m s 0.55 0.61 0.41 0.41 -paratonnerres paratonnerre nom m p 0.55 0.61 0.14 0.20 -paravent paravent nom m s 1.77 4.32 1.51 3.85 -paravents paravent nom m p 1.77 4.32 0.26 0.47 -parbleu parbleu ono 1.54 1.96 1.54 1.96 -parc parc nom m s 32.85 43.99 31.02 38.72 -parcage parcage nom m s 0.00 0.07 0.00 0.07 -parce_qu parce_qu con 4.13 2.36 4.13 2.36 -parce_que parce_que con 548.52 327.43 548.52 327.43 -parce parce adv_sup 3.49 0.95 3.49 0.95 -parcellaire parcellaire adj s 0.00 0.34 0.00 0.34 -parcelle parcelle nom f s 2.73 11.15 1.99 7.09 -parcelles parcelle nom f p 2.73 11.15 0.74 4.05 -parchemin parchemin nom m s 3.61 4.80 3.47 3.85 -parchemineuse parchemineux adj f s 0.00 0.07 0.00 0.07 -parchemins parchemin nom m p 3.61 4.80 0.14 0.95 -parcheminé parcheminé adj m s 0.04 1.49 0.03 0.47 -parcheminée parcheminé adj f s 0.04 1.49 0.01 0.47 -parcheminées parcheminé adj f p 0.04 1.49 0.00 0.34 -parcheminés parcheminé adj m p 0.04 1.49 0.00 0.20 -parcimonie parcimonie nom f s 0.22 0.95 0.22 0.95 -parcimonieuse parcimonieux adj f s 0.00 1.55 0.00 0.61 -parcimonieusement parcimonieusement adv 0.00 0.88 0.00 0.88 -parcimonieuses parcimonieux adj f p 0.00 1.55 0.00 0.07 -parcimonieux parcimonieux adj m 0.00 1.55 0.00 0.88 -parcmètre parcmètre nom m s 0.38 0.00 0.22 0.00 -parcmètres parcmètre nom m p 0.38 0.00 0.16 0.00 -parcomètre parcomètre nom m s 0.01 0.00 0.01 0.00 -parcourûmes parcourir ver 15.46 61.82 0.00 0.47 ind:pas:1p; -parcouraient parcourir ver 15.46 61.82 0.16 1.89 ind:imp:3p; -parcourais parcourir ver 15.46 61.82 0.32 1.22 ind:imp:1s; -parcourait parcourir ver 15.46 61.82 0.47 6.28 ind:imp:3s; -parcourant parcourir ver 15.46 61.82 0.50 4.12 par:pre; -parcoure parcourir ver 15.46 61.82 0.06 0.07 sub:pre:1s;sub:pre:3s; -parcourent parcourir ver 15.46 61.82 0.57 1.15 ind:pre:3p; -parcourez parcourir ver 15.46 61.82 0.22 0.07 imp:pre:2p;ind:pre:2p; -parcouriez parcourir ver 15.46 61.82 0.05 0.07 ind:imp:2p; -parcourions parcourir ver 15.46 61.82 0.16 0.14 ind:imp:1p; -parcourir parcourir ver 15.46 61.82 3.50 13.65 inf; -parcourons parcourir ver 15.46 61.82 0.11 0.20 imp:pre:1p;ind:pre:1p; -parcourra parcourir ver 15.46 61.82 0.02 0.00 ind:fut:3s; -parcourrai parcourir ver 15.46 61.82 0.04 0.07 ind:fut:1s; -parcourraient parcourir ver 15.46 61.82 0.01 0.00 cnd:pre:3p; -parcourrais parcourir ver 15.46 61.82 0.02 0.00 cnd:pre:1s;cnd:pre:2s; -parcourrait parcourir ver 15.46 61.82 0.01 0.14 cnd:pre:3s; -parcourrez parcourir ver 15.46 61.82 0.00 0.14 ind:fut:2p; -parcourrions parcourir ver 15.46 61.82 0.10 0.00 cnd:pre:1p; -parcourront parcourir ver 15.46 61.82 0.01 0.00 ind:fut:3p; -parcours parcours nom m 7.42 17.64 7.42 17.64 -parcourt parcourir ver 15.46 61.82 2.30 4.59 ind:pre:3s; -parcouru parcourir ver m s 15.46 61.82 4.74 11.08 par:pas; -parcourue parcourir ver f s 15.46 61.82 0.38 2.97 par:pas; -parcourues parcourir ver f p 15.46 61.82 0.03 1.42 par:pas; -parcoururent parcourir ver 15.46 61.82 0.02 1.55 ind:pas:3p; -parcourus parcourir ver m p 15.46 61.82 0.20 2.77 ind:pas:1s;par:pas; -parcourut parcourir ver 15.46 61.82 0.15 6.49 ind:pas:3s; -parcs parc nom m p 32.85 43.99 1.84 5.27 -pardessus pardessus nom m 1.43 9.05 1.43 9.05 -pardi pardi ono 2.66 6.22 2.66 6.22 -pardieu pardieu ono 0.54 0.20 0.54 0.20 -pardingue pardingue nom m s 0.00 0.07 0.00 0.07 -pardon pardon ono 209.13 18.04 209.13 18.04 -pardonna pardonner ver 139.45 44.59 0.04 0.54 ind:pas:3s; -pardonnable pardonnable adj m s 0.03 0.20 0.03 0.20 -pardonnaient pardonner ver 139.45 44.59 0.00 0.68 ind:imp:3p; -pardonnais pardonner ver 139.45 44.59 0.07 0.07 ind:imp:1s;ind:imp:2s; -pardonnait pardonner ver 139.45 44.59 0.33 2.64 ind:imp:3s; -pardonnant pardonner ver 139.45 44.59 0.05 0.20 par:pre; -pardonne pardonner ver 139.45 44.59 53.11 12.30 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:1s; -pardonnent pardonner ver 139.45 44.59 1.09 0.81 ind:pre:3p; -pardonner pardonner ver 139.45 44.59 21.71 11.49 inf;; -pardonnera pardonner ver 139.45 44.59 3.72 0.74 ind:fut:3s; -pardonnerai pardonner ver 139.45 44.59 4.58 0.81 ind:fut:1s; -pardonneraient pardonner ver 139.45 44.59 0.13 0.07 cnd:pre:3p; -pardonnerais pardonner ver 139.45 44.59 1.02 0.20 cnd:pre:1s;cnd:pre:2s; -pardonnerait pardonner ver 139.45 44.59 0.55 1.08 cnd:pre:3s; -pardonneras pardonner ver 139.45 44.59 1.45 0.14 ind:fut:2s; -pardonnerez pardonner ver 139.45 44.59 0.66 0.81 ind:fut:2p; -pardonneriez pardonner ver 139.45 44.59 0.04 0.00 cnd:pre:2p; -pardonnerons pardonner ver 139.45 44.59 0.02 0.07 ind:fut:1p; -pardonneront pardonner ver 139.45 44.59 0.63 0.27 ind:fut:3p; -pardonnes pardonner ver 139.45 44.59 4.41 0.54 ind:pre:2s;sub:pre:2s; -pardonnez pardonner ver 139.45 44.59 34.31 5.74 imp:pre:2p;ind:pre:2p; -pardonniez pardonner ver 139.45 44.59 0.16 0.07 ind:imp:2p; -pardonnions pardonner ver 139.45 44.59 0.02 0.20 ind:imp:1p; -pardonnons pardonner ver 139.45 44.59 1.02 0.07 imp:pre:1p;ind:pre:1p; -pardonnât pardonner ver 139.45 44.59 0.00 0.07 sub:imp:3s; -pardonnèrent pardonner ver 139.45 44.59 0.02 0.07 ind:pas:3p; -pardonné pardonner ver m s 139.45 44.59 8.31 4.32 par:pas; -pardonnée pardonner ver f s 139.45 44.59 1.18 0.27 par:pas; -pardonnées pardonner ver f p 139.45 44.59 0.02 0.07 par:pas; -pardonnés pardonner ver m p 139.45 44.59 0.80 0.27 par:pas; -pardons pardon nom m p 55.62 26.89 0.92 0.81 -pare_balle pare_balle adj s 0.13 0.00 0.13 0.00 -pare_balles pare_balles adj 1.92 0.34 1.92 0.34 -pare_boue pare_boue nom m 0.04 0.00 0.04 0.00 -pare_brise pare_brise nom m 4.12 7.16 4.08 7.16 -pare_brise pare_brise nom m p 4.12 7.16 0.04 0.00 -pare_chocs pare_chocs nom m 1.85 1.82 1.85 1.82 -pare_feu pare_feu nom m 0.24 0.07 0.24 0.07 -pare_feux pare_feux nom m p 0.05 0.00 0.05 0.00 -pare_soleil pare_soleil nom m 0.26 0.54 0.26 0.54 -pare_éclats pare_éclats nom m 0.00 0.07 0.00 0.07 -pare_étincelles pare_étincelles nom m 0.00 0.07 0.00 0.07 -pare parer ver 30.50 19.66 1.64 1.69 imp:pre:2s;ind:pre:1s;ind:pre:3s; -pareil pareil adj m s 133.45 149.66 95.18 70.47 -pareille pareil adj f s 133.45 149.66 21.01 41.22 -pareillement pareillement adv 1.57 3.72 1.57 3.72 -pareilles pareil adj f p 133.45 149.66 6.97 16.82 -pareils pareil adj m p 133.45 149.66 10.29 21.15 -parement parement nom m s 0.03 1.76 0.03 0.00 -parements parement nom m p 0.03 1.76 0.00 1.76 -parenchyme parenchyme nom m s 0.01 0.00 0.01 0.00 -parent parent nom m s 188.38 146.35 10.03 4.53 -parentage parentage nom m s 0.00 0.07 0.00 0.07 -parental parental adj m s 1.65 0.81 0.50 0.07 -parentale parental adj f s 1.65 0.81 0.72 0.61 -parentales parental adj f p 1.65 0.81 0.10 0.07 -parentaux parental adj m p 1.65 0.81 0.32 0.07 -parente parent nom f s 188.38 146.35 1.12 2.30 -parentes parent nom f p 188.38 146.35 0.20 0.81 -parenthèse parenthèse nom f s 1.80 9.32 1.00 5.47 -parenthèses parenthèse nom f p 1.80 9.32 0.80 3.85 -parents parent nom m p 188.38 146.35 177.04 138.72 -parentèle parentèle nom f s 0.11 0.34 0.11 0.27 -parentèles parentèle nom f p 0.11 0.34 0.00 0.07 -parenté parenté nom f s 1.42 6.42 1.42 5.68 -parentés parenté nom f p 1.42 6.42 0.00 0.74 -parer parer ver 30.50 19.66 0.69 5.14 inf; -parerai parer ver 30.50 19.66 0.00 0.07 ind:fut:1s; -parerait parer ver 30.50 19.66 0.00 0.07 cnd:pre:3s; -paressaient paresser ver 0.42 0.95 0.00 0.07 ind:imp:3p; -paressais paresser ver 0.42 0.95 0.02 0.07 ind:imp:1s;ind:imp:2s; -paressait paresser ver 0.42 0.95 0.00 0.20 ind:imp:3s; -paressant paresser ver 0.42 0.95 0.01 0.07 par:pre; -paresse paresse nom f s 2.65 12.43 2.54 11.89 -paresser paresser ver 0.42 0.95 0.25 0.34 inf; -paresses paresse nom f p 2.65 12.43 0.10 0.54 -paresseuse paresseux adj f s 5.46 10.34 2.08 3.65 -paresseusement paresseusement adv 0.01 2.97 0.01 2.97 -paresseuses paresseux adj f p 5.46 10.34 0.20 0.41 -paresseux paresseux adj m 5.46 10.34 3.19 6.28 -paressions paresser ver 0.42 0.95 0.10 0.07 ind:imp:1p; -paressé paresser ver m s 0.42 0.95 0.02 0.14 par:pas; -paresthésie paresthésie nom f s 0.05 0.00 0.05 0.00 -pareur pareur nom m s 0.01 0.00 0.01 0.00 -parez parer ver 30.50 19.66 1.44 0.14 imp:pre:2p;ind:pre:2p; -parfaire parfaire ver 60.06 19.86 0.58 2.64 inf; -parfais parfaire ver 60.06 19.86 0.09 0.00 imp:pre:2s;ind:pre:1s; -parfaisais parfaire ver 60.06 19.86 0.00 0.07 ind:imp:1s; -parfaisait parfaire ver 60.06 19.86 0.00 0.07 ind:imp:3s; -parfait parfaire ver m s 60.06 19.86 45.92 11.89 ind:pre:3s;par:pas; -parfaite parfait adj f s 58.77 43.45 19.32 18.45 -parfaitement parfaitement adv 45.48 71.08 45.48 71.08 -parfaites parfait adj f p 58.77 43.45 1.52 2.03 -parfaits parfait adj m p 58.77 43.45 2.36 2.30 -parferont parfaire ver 60.06 19.86 0.00 0.07 ind:fut:3p; -parfit parfaire ver 60.06 19.86 0.00 0.07 ind:pas:3s; -parfois parfois adv_sup 152.86 287.36 152.86 287.36 -parfum parfum nom m s 30.00 65.74 24.44 52.36 -parfuma parfumer ver 1.89 10.27 0.00 0.41 ind:pas:3s; -parfumaient parfumer ver 1.89 10.27 0.00 0.07 ind:imp:3p; -parfumait parfumer ver 1.89 10.27 0.01 1.22 ind:imp:3s; -parfume parfumer ver 1.89 10.27 0.14 0.81 imp:pre:2s;ind:pre:1s;ind:pre:3s; -parfument parfumer ver 1.89 10.27 0.06 0.41 ind:pre:3p; -parfumer parfumer ver 1.89 10.27 0.27 0.95 inf; -parfumera parfumer ver 1.89 10.27 0.00 0.07 ind:fut:3s; -parfumerie parfumerie nom f s 0.47 1.42 0.47 1.22 -parfumeries parfumerie nom f p 0.47 1.42 0.00 0.20 -parfumeur parfumeur nom m s 0.13 1.15 0.12 0.47 -parfumeurs parfumeur nom m p 0.13 1.15 0.00 0.41 -parfumeuse parfumeur nom f s 0.13 1.15 0.01 0.27 -parfumez parfumer ver 1.89 10.27 0.11 0.00 imp:pre:2p;ind:pre:2p; -parfums parfum nom m p 30.00 65.74 5.55 13.38 -parfumé parfumé adj m s 2.24 10.20 0.64 3.99 -parfumée parfumé adj f s 2.24 10.20 1.12 3.51 -parfumées parfumé adj f p 2.24 10.20 0.23 1.89 -parfumés parfumé adj m p 2.24 10.20 0.25 0.81 -pari pari nom m s 26.61 12.57 13.93 4.59 -paria paria nom m s 1.12 2.09 0.82 1.35 -pariade pariade nom f s 0.01 0.14 0.01 0.14 -pariaient parier ver 81.96 15.61 0.15 0.20 ind:imp:3p; -pariais parier ver 81.96 15.61 0.25 0.07 ind:imp:1s;ind:imp:2s; -pariait parier ver 81.96 15.61 0.48 0.27 ind:imp:3s; -pariant parier ver 81.96 15.61 0.52 0.07 par:pre; -parias paria nom m p 1.12 2.09 0.29 0.74 -parie parier ver 81.96 15.61 52.59 8.58 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:1s; -parient parier ver 81.96 15.61 0.33 0.00 ind:pre:3p; -parier parier ver 81.96 15.61 9.93 2.70 ind:pre:2p;inf; -parierai parier ver 81.96 15.61 0.51 0.07 ind:fut:1s; -parierais parier ver 81.96 15.61 1.81 1.01 cnd:pre:1s;cnd:pre:2s; -parierait parier ver 81.96 15.61 0.02 0.14 cnd:pre:3s; -parieriez parier ver 81.96 15.61 0.05 0.00 cnd:pre:2p; -paries parier ver 81.96 15.61 3.61 0.54 ind:pre:2s; -parieur parieur nom m s 0.81 0.54 0.39 0.07 -parieurs parieur nom m p 0.81 0.54 0.41 0.47 -parieuse parieur nom f s 0.81 0.54 0.01 0.00 -pariez parier ver 81.96 15.61 1.69 0.14 imp:pre:2p;ind:pre:2p; -parigot parigot adj m s 0.40 1.22 0.27 0.81 -parigote parigot nom f s 0.00 1.01 0.00 0.20 -parigotes parigot adj f p 0.40 1.22 0.00 0.14 -parigots parigot adj m p 0.40 1.22 0.14 0.14 -parions parier ver 81.96 15.61 0.38 0.20 imp:pre:1p;ind:imp:1p;ind:pre:1p; -paris_brest paris_brest nom m 0.19 0.20 0.19 0.20 -paris pari nom m p 26.61 12.57 12.68 7.97 -parisien parisien adj m s 2.73 30.61 0.94 12.09 -parisienne parisien adj f s 2.73 30.61 1.11 10.07 -parisiennes parisien adj f p 2.73 30.61 0.16 2.30 -parisiens parisien nom m p 2.20 9.12 1.36 6.49 -paritaire paritaire adj s 0.00 0.07 0.00 0.07 -parité parité nom f s 0.31 0.14 0.31 0.14 -parié parier ver m s 81.96 15.61 9.61 1.42 par:pas; -pariétal pariétal adj m s 0.26 0.20 0.20 0.14 -pariétale pariétal adj f s 0.26 0.20 0.04 0.07 -pariétaux pariétal adj m p 0.26 0.20 0.02 0.00 -parjurant parjurer ver 0.79 0.47 0.00 0.07 par:pre; -parjure parjure nom m s 1.35 0.74 1.16 0.68 -parjurer parjurer ver 0.79 0.47 0.14 0.34 ind:pre:2p;inf; -parjurera parjurer ver 0.79 0.47 0.01 0.00 ind:fut:3s; -parjures parjure nom m p 1.35 0.74 0.19 0.07 -parjuré parjurer ver m s 0.79 0.47 0.21 0.00 par:pas; -parjurée parjurer ver f s 0.79 0.47 0.03 0.00 par:pas; -parka parka nom m s 0.28 0.41 0.28 0.41 -parking parking nom m s 18.23 9.86 17.38 8.65 -parkings parking nom m p 18.23 9.86 0.84 1.22 -parkinson parkinson nom m 0.03 0.07 0.03 0.07 -parkinsonien parkinsonien adj m s 0.07 0.14 0.04 0.07 -parkinsonienne parkinsonien adj f s 0.07 0.14 0.00 0.07 -parkinsoniens parkinsonien adj m p 0.07 0.14 0.03 0.00 -parla parler ver 1970.58 1086.01 2.71 38.99 ind:pas:3s; -parlai parler ver 1970.58 1086.01 0.59 3.78 ind:pas:1s; -parlaient parler ver 1970.58 1086.01 5.94 40.27 ind:imp:3p; -parlais parler ver 1970.58 1086.01 32.98 19.53 ind:imp:1s;ind:imp:2s; -parlait parler ver 1970.58 1086.01 44.37 157.09 ind:imp:3s; -parlant parler ver 1970.58 1086.01 15.70 36.15 par:pre; -parlante parlant adj f s 5.62 5.47 1.01 0.68 -parlantes parlant adj f p 5.62 5.47 0.46 0.14 -parlants parlant adj m p 5.62 5.47 0.12 0.34 -parlas parler ver 1970.58 1086.01 0.01 0.07 ind:pas:2s; -parlassent parler ver 1970.58 1086.01 0.00 0.20 sub:imp:3p; -parlasses parler ver 1970.58 1086.01 0.00 0.07 sub:imp:2s; -parle parler ver 1970.58 1086.01 451.68 168.78 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:1s;sub:pre:3s; -parlement parlement nom m s 4.71 5.68 4.71 5.54 -parlementaire parlementaire adj s 0.77 3.72 0.72 2.70 -parlementaires parlementaire nom p 0.27 2.91 0.16 2.70 -parlementait parlementer ver 0.82 1.69 0.00 0.34 ind:imp:3s; -parlementant parlementer ver 0.82 1.69 0.00 0.07 par:pre; -parlementarisme parlementarisme nom m s 0.00 0.20 0.00 0.20 -parlementariste parlementariste adj s 0.00 0.07 0.00 0.07 -parlemente parlementer ver 0.82 1.69 0.15 0.27 ind:pre:1s;ind:pre:3s; -parlementent parlementer ver 0.82 1.69 0.01 0.14 ind:pre:3p; -parlementer parlementer ver 0.82 1.69 0.61 0.74 inf; -parlementons parlementer ver 0.82 1.69 0.01 0.07 imp:pre:1p;ind:pre:1p; -parlements parlement nom m p 4.71 5.68 0.00 0.14 -parlementèrent parlementer ver 0.82 1.69 0.00 0.07 ind:pas:3p; -parlementé parlementer ver m s 0.82 1.69 0.04 0.00 par:pas; -parlent parler ver 1970.58 1086.01 32.08 29.39 ind:pre:3p;sub:pre:3p; -parler parler ver 1970.58 1086.01 728.02 341.82 inf;;inf;;inf;;inf;; -parlera parler ver 1970.58 1086.01 23.70 6.22 ind:fut:3s; -parlerai parler ver 1970.58 1086.01 22.47 8.24 ind:fut:1s; -parleraient parler ver 1970.58 1086.01 0.14 1.42 cnd:pre:3p; -parlerais parler ver 1970.58 1086.01 3.96 2.03 cnd:pre:1s;cnd:pre:2s; -parlerait parler ver 1970.58 1086.01 3.17 6.49 cnd:pre:3s; -parleras parler ver 1970.58 1086.01 3.89 1.28 ind:fut:2s; -parlerez parler ver 1970.58 1086.01 2.71 0.47 ind:fut:2p; -parlerie parlerie nom f s 0.00 0.07 0.00 0.07 -parleriez parler ver 1970.58 1086.01 0.50 0.14 cnd:pre:2p; -parlerions parler ver 1970.58 1086.01 0.26 0.47 cnd:pre:1p; -parlerons parler ver 1970.58 1086.01 6.53 2.03 ind:fut:1p; -parleront parler ver 1970.58 1086.01 1.75 1.22 ind:fut:3p; -parlers parler nom m p 11.58 9.05 0.00 0.14 -parles parler ver 1970.58 1086.01 152.20 35.34 ind:pre:2s;sub:pre:2s; -parleur parleur nom m s 1.36 2.03 1.20 1.76 -parleurs parleur nom m p 1.36 2.03 0.16 0.20 -parleuse parleur nom f s 1.36 2.03 0.00 0.07 -parlez parler ver 1970.58 1086.01 120.79 22.03 imp:pre:2p;ind:pre:2p; -parliez parler ver 1970.58 1086.01 10.93 3.11 ind:imp:2p;sub:pre:2p; -parlions parler ver 1970.58 1086.01 6.69 12.16 ind:imp:1p; -parloir parloir nom m s 2.64 4.39 2.64 4.19 -parloirs parloir nom m p 2.64 4.39 0.00 0.20 -parlâmes parler ver 1970.58 1086.01 0.02 1.55 ind:pas:1p; -parlons parler ver 1970.58 1086.01 46.28 16.22 imp:pre:1p;ind:pre:1p; -parlophone parlophone nom s 0.00 0.34 0.00 0.34 -parlât parler ver 1970.58 1086.01 0.10 3.11 sub:imp:3s; -parlotaient parloter ver 0.00 0.14 0.00 0.07 ind:imp:3p; -parlote parlote nom f s 0.27 1.35 0.24 0.27 -parloter parloter ver 0.00 0.14 0.00 0.07 inf; -parlotes parlote nom f p 0.27 1.35 0.03 1.08 -parlotte parlotte nom f s 0.19 0.47 0.16 0.14 -parlottes parlotte nom f p 0.19 0.47 0.04 0.34 -parlèrent parler ver 1970.58 1086.01 0.08 7.77 ind:pas:3p; -parlé parler ver m s 1970.58 1086.01 248.94 118.04 par:pas;par:pas;par:pas;par:pas; -parlée parler ver f s 1970.58 1086.01 0.39 0.27 par:pas; -parlées parler ver f p 1970.58 1086.01 0.30 0.07 par:pas; -parlés parler ver m p 1970.58 1086.01 0.65 0.20 par:pas; -parme parme adj 0.01 0.81 0.01 0.81 -parmentier parmentier nom m s 0.04 0.27 0.04 0.27 -parmentures parmenture nom f p 0.00 0.07 0.00 0.07 -parmesan parmesan nom m s 0.66 0.54 0.66 0.47 -parmesane parmesan adj f s 0.18 0.20 0.01 0.07 -parmesans parmesan nom m p 0.66 0.54 0.00 0.07 -parmi parmi pre 69.17 171.96 69.17 171.96 -parmélies parmélie nom f p 0.00 0.20 0.00 0.20 -parménidien parménidien adj m s 0.00 0.07 0.00 0.07 -parnassienne parnassien adj f s 0.00 0.14 0.00 0.14 -parodiai parodier ver 0.21 1.55 0.00 0.14 ind:pas:1s; -parodiait parodier ver 0.21 1.55 0.00 0.20 ind:imp:3s; -parodiant parodier ver 0.21 1.55 0.04 0.34 par:pre; -parodie parodie nom f s 1.13 2.43 1.09 2.16 -parodier parodier ver 0.21 1.55 0.01 0.61 inf; -parodies parodie nom f p 1.13 2.43 0.05 0.27 -parodique parodique adj s 0.06 1.08 0.05 0.95 -parodiquement parodiquement adv 0.00 0.14 0.00 0.14 -parodiques parodique adj m p 0.06 1.08 0.01 0.14 -parodontal parodontal adj m s 0.02 0.00 0.01 0.00 -parodontale parodontal adj f s 0.02 0.00 0.01 0.00 -paroi paroi nom f s 4.88 30.00 3.01 16.01 -paroir paroir nom m s 0.00 0.14 0.00 0.07 -paroirs paroir nom m p 0.00 0.14 0.00 0.07 -parois paroi nom f p 4.88 30.00 1.87 13.99 -paroisse paroisse nom f s 5.75 6.62 5.42 5.88 -paroisses paroisse nom f p 5.75 6.62 0.33 0.74 -paroissial paroissial adj m s 0.67 1.35 0.24 0.27 -paroissiale paroissial adj f s 0.67 1.35 0.38 0.61 -paroissiales paroissial adj f p 0.67 1.35 0.00 0.20 -paroissiaux paroissial adj m p 0.67 1.35 0.04 0.27 -paroissien paroissien nom m s 1.06 1.76 0.10 0.14 -paroissienne paroissien nom f s 1.06 1.76 0.02 0.00 -paroissiennes paroissienne nom f p 0.04 0.00 0.04 0.00 -paroissiens paroissien nom m p 1.06 1.76 0.94 1.42 -parole parole nom f s 103.48 178.31 71.07 81.82 -paroles parole nom f p 103.48 178.31 32.41 96.49 -paroli paroli nom m s 0.00 0.07 0.00 0.07 -parolier parolier nom m s 0.07 0.07 0.06 0.07 -parolière parolier nom f s 0.07 0.07 0.01 0.00 -paronomasie paronomasie nom f s 0.00 0.07 0.00 0.07 -paros paros nom m 0.27 1.08 0.27 1.08 -parotidienne parotidien adj f s 0.01 0.00 0.01 0.00 -parâtre parâtre nom m s 0.02 0.00 0.02 0.00 -parousie parousie nom f s 0.00 0.27 0.00 0.27 -paroxysme paroxysme nom m s 0.27 3.24 0.27 3.18 -paroxysmes paroxysme nom m p 0.27 3.24 0.00 0.07 -paroxysmique paroxysmique adj f s 0.01 0.07 0.01 0.00 -paroxysmiques paroxysmique adj p 0.01 0.07 0.00 0.07 -paroxystique paroxystique adj s 0.01 0.20 0.01 0.14 -paroxystiques paroxystique adj m p 0.01 0.20 0.00 0.07 -parpaillot parpaillot nom m s 0.00 0.27 0.00 0.14 -parpaillote parpaillot nom f s 0.00 0.27 0.00 0.07 -parpaillotes parpaillot nom f p 0.00 0.27 0.00 0.07 -parpaing parpaing nom m s 0.64 1.42 0.22 0.20 -parpaings parpaing nom m p 0.64 1.42 0.42 1.22 -parquait parquer ver 0.41 2.36 0.00 0.14 ind:imp:3s; -parque parquer ver 0.41 2.36 0.06 0.14 imp:pre:2s;ind:pre:3s; -parquent parquer ver 0.41 2.36 0.14 0.14 ind:pre:3p; -parquer parquer ver 0.41 2.36 0.09 0.20 inf; -parquet parquet nom m s 4.43 22.43 4.12 18.51 -parquetage parquetage nom m s 0.00 0.14 0.00 0.14 -parqueteur parqueteur nom m s 0.00 0.14 0.00 0.07 -parqueteuse parqueteur nom f s 0.00 0.14 0.00 0.07 -parquets parquet nom m p 4.43 22.43 0.32 3.92 -parqueté parqueter ver m s 0.00 0.61 0.00 0.07 par:pas; -parquetée parqueter ver f s 0.00 0.61 0.00 0.47 par:pas; -parquetées parqueter ver f p 0.00 0.61 0.00 0.07 par:pas; -parquez parquer ver 0.41 2.36 0.02 0.00 imp:pre:2p; -parqué parquer ver m s 0.41 2.36 0.05 0.20 par:pas; -parquée parqué adj f s 0.01 0.14 0.01 0.00 -parquées parquer ver f p 0.41 2.36 0.02 0.20 par:pas; -parqués parquer ver m p 0.41 2.36 0.02 1.28 par:pas; -parr parr nom m s 0.12 0.14 0.12 0.14 -parrain parrain nom m s 10.37 7.64 9.76 7.50 -parrainage parrainage nom m s 0.11 0.14 0.11 0.14 -parrainait parrainer ver 0.96 0.27 0.04 0.14 ind:imp:3s; -parrainant parrainer ver 0.96 0.27 0.01 0.07 par:pre; -parraine parrainer ver 0.96 0.27 0.24 0.00 ind:pre:1s;ind:pre:3s; -parrainent parrainer ver 0.96 0.27 0.01 0.00 ind:pre:3p; -parrainer parrainer ver 0.96 0.27 0.26 0.07 inf; -parrainerai parrainer ver 0.96 0.27 0.01 0.00 ind:fut:1s; -parraineuse parraineur nom f s 0.00 0.07 0.00 0.07 -parrains parrain nom m p 10.37 7.64 0.61 0.14 -parrainé parrainer ver m s 0.96 0.27 0.33 0.00 par:pas; -parrainée parrainer ver f s 0.96 0.27 0.03 0.00 par:pas; -parrainés parrainer ver m p 0.96 0.27 0.03 0.00 par:pas; -parricide parricide nom s 0.56 0.20 0.56 0.20 -parricides parricide adj m p 0.01 0.14 0.00 0.14 -pars partir ver 1111.97 485.68 109.45 14.53 imp:pre:2s;ind:pre:1s;ind:pre:2s; -parsec parsec nom m s 0.27 0.07 0.01 0.00 -parsecs parsec nom m p 0.27 0.07 0.25 0.07 -parsemaient parsemer ver 0.35 7.36 0.00 0.68 ind:imp:3p; -parsemant parsemer ver 0.35 7.36 0.01 0.61 par:pre; -parsemer parsemer ver 0.35 7.36 0.01 0.07 inf; -parsemé parsemer ver m s 0.35 7.36 0.10 2.09 par:pas; -parsemée parsemer ver f s 0.35 7.36 0.19 1.76 par:pas; -parsemées parsemer ver f p 0.35 7.36 0.00 0.54 par:pas; -parsemés parsemer ver m p 0.35 7.36 0.01 0.88 par:pas; -parsi parsi adj m s 0.27 0.00 0.27 0.00 -parsis parsi nom m p 0.02 0.14 0.00 0.14 -parsème parsemer ver 0.35 7.36 0.00 0.14 ind:pre:3s; -parsèment parsemer ver 0.35 7.36 0.03 0.61 ind:pre:3p; -part_time part_time nom f s 0.00 0.14 0.00 0.14 -part part nom s 305.89 320.41 299.31 306.22 -partîmes partir ver 1111.97 485.68 0.26 1.76 ind:pas:1p; -partît partir ver 1111.97 485.68 0.00 0.47 sub:imp:3s; -partage partager ver 79.09 78.99 16.43 7.64 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:1s; -partagea partager ver 79.09 78.99 0.03 1.22 ind:pas:3s; -partageable partageable adj s 0.01 0.07 0.01 0.07 -partageai partager ver 79.09 78.99 0.00 0.41 ind:pas:1s; -partageaient partager ver 79.09 78.99 0.61 4.32 ind:imp:3p; -partageais partager ver 79.09 78.99 0.80 2.77 ind:imp:1s;ind:imp:2s; -partageait partager ver 79.09 78.99 1.74 11.62 ind:imp:3s; -partageant partager ver 79.09 78.99 0.57 2.03 par:pre; -partagent partager ver 79.09 78.99 3.44 3.11 ind:pre:3p; -partageâmes partager ver 79.09 78.99 0.02 0.07 ind:pas:1p; -partageons partager ver 79.09 78.99 3.48 1.15 imp:pre:1p;ind:pre:1p; -partageât partager ver 79.09 78.99 0.00 0.47 sub:imp:3s; -partager partager ver 79.09 78.99 34.05 24.93 inf; -partagera partager ver 79.09 78.99 1.42 0.14 ind:fut:3s; -partagerai partager ver 79.09 78.99 0.66 0.20 ind:fut:1s; -partageraient partager ver 79.09 78.99 0.15 0.41 cnd:pre:3p; -partagerais partager ver 79.09 78.99 0.61 0.47 cnd:pre:1s;cnd:pre:2s; -partagerait partager ver 79.09 78.99 0.33 0.54 cnd:pre:3s; -partageras partager ver 79.09 78.99 0.29 0.00 ind:fut:2s; -partagerez partager ver 79.09 78.99 0.42 0.00 ind:fut:2p; -partageriez partager ver 79.09 78.99 0.09 0.00 cnd:pre:2p; -partagerions partager ver 79.09 78.99 0.04 0.07 cnd:pre:1p; -partagerons partager ver 79.09 78.99 0.69 0.20 ind:fut:1p; -partageront partager ver 79.09 78.99 0.11 0.20 ind:fut:3p; -partages partager ver 79.09 78.99 1.63 0.14 ind:pre:2s; -partageur partageur adj m s 0.02 0.07 0.02 0.00 -partageurs partageur adj m p 0.02 0.07 0.00 0.07 -partageuse partageux adj f s 0.01 0.07 0.01 0.07 -partageux partageux nom m 0.00 0.07 0.00 0.07 -partagez partager ver 79.09 78.99 2.54 0.20 imp:pre:2p;ind:pre:2p; -partagiez partager ver 79.09 78.99 0.21 0.00 ind:imp:2p; -partagions partager ver 79.09 78.99 0.80 1.28 ind:imp:1p; -partagèrent partager ver 79.09 78.99 0.12 1.01 ind:pas:3p; -partagé partager ver m s 79.09 78.99 5.73 8.51 par:pas; -partagée partager ver f s 79.09 78.99 1.01 3.04 par:pas; -partagées partager ver f p 79.09 78.99 0.21 1.35 par:pas; -partagés partager ver m p 79.09 78.99 0.85 1.49 par:pas; -partaient partir ver 1111.97 485.68 1.58 11.62 ind:imp:3p; -partais partir ver 1111.97 485.68 6.69 5.41 ind:imp:1s;ind:imp:2s; -partait partir ver 1111.97 485.68 8.52 25.81 ind:imp:3s; -partance partance nom f s 0.77 1.76 0.77 1.76 -partant partir ver 1111.97 485.68 6.90 13.04 par:pre; -partante partant adj f s 5.07 1.82 1.25 0.20 -partantes partant adj f p 5.07 1.82 0.19 0.07 -partants partant adj m p 5.07 1.82 0.55 0.20 -parte partir ver 1111.97 485.68 22.87 7.84 sub:pre:1s;sub:pre:3s; -partenaire_robot partenaire_robot nom s 0.01 0.00 0.01 0.00 -partenaire partenaire nom s 28.54 15.00 22.22 10.47 -partenaires partenaire nom p 28.54 15.00 6.33 4.53 -partenariat partenariat nom m s 1.47 0.07 1.47 0.07 -partent partir ver 1111.97 485.68 14.19 8.45 ind:pre:3p; -parterre parterre nom m s 2.76 6.82 2.31 4.05 -parterres parterre nom m p 2.76 6.82 0.45 2.77 -partes partir ver 1111.97 485.68 7.50 0.95 sub:pre:2s; -partez partir ver 1111.97 485.68 73.82 6.62 imp:pre:2p;ind:pre:2p; -parthe parthe adj s 0.00 1.15 0.00 0.95 -parthes parthe adj p 0.00 1.15 0.00 0.20 -parthique parthique adj s 0.00 0.07 0.00 0.07 -parthénogenèse parthénogenèse nom f s 0.04 0.07 0.04 0.07 -parthénogénèse parthénogénèse nom f s 0.00 0.07 0.00 0.07 -parthénogénétique parthénogénétique adj m s 0.15 0.00 0.15 0.00 -parti partir ver m s 1111.97 485.68 162.93 58.72 par:pas; -partial partial adj m s 0.51 1.08 0.20 0.81 -partiale partial adj f s 0.51 1.08 0.30 0.20 -partiales partial adj f p 0.51 1.08 0.00 0.07 -partialité partialité nom f s 0.25 1.22 0.25 1.22 -partiaux partial adj m p 0.51 1.08 0.01 0.00 -participa participer ver 33.56 40.07 0.34 0.61 ind:pas:3s; -participai participer ver 33.56 40.07 0.10 0.54 ind:pas:1s; -participaient participer ver 33.56 40.07 0.21 2.36 ind:imp:3p; -participais participer ver 33.56 40.07 0.18 1.15 ind:imp:1s;ind:imp:2s; -participait participer ver 33.56 40.07 0.30 4.73 ind:imp:3s; -participant participer ver 33.56 40.07 0.38 1.22 par:pre; -participante participant nom f s 1.50 2.23 0.04 0.00 -participantes participant nom f p 1.50 2.23 0.04 0.00 -participants participant nom m p 1.50 2.23 1.23 1.96 -participation participation nom f s 3.17 8.58 3.11 8.51 -participations participation nom f p 3.17 8.58 0.05 0.07 -participative participatif adj f s 0.02 0.00 0.02 0.00 -participe participer ver 33.56 40.07 3.29 3.92 imp:pre:2s;ind:pre:1s;ind:pre:3s; -participent participer ver 33.56 40.07 1.47 2.57 ind:pre:3p; -participer participer ver 33.56 40.07 16.02 15.34 inf; -participera participer ver 33.56 40.07 0.49 0.20 ind:fut:3s; -participerai participer ver 33.56 40.07 0.38 0.00 ind:fut:1s; -participeraient participer ver 33.56 40.07 0.03 0.27 cnd:pre:3p; -participerais participer ver 33.56 40.07 0.09 0.07 cnd:pre:1s; -participerait participer ver 33.56 40.07 0.14 0.20 cnd:pre:3s; -participeras participer ver 33.56 40.07 0.16 0.07 ind:fut:2s; -participerez participer ver 33.56 40.07 0.09 0.00 ind:fut:2p; -participerons participer ver 33.56 40.07 0.34 0.00 ind:fut:1p; -participeront participer ver 33.56 40.07 0.13 0.27 ind:fut:3p; -participes participer ver 33.56 40.07 0.67 0.00 ind:pre:2s; -participez participer ver 33.56 40.07 1.25 0.07 imp:pre:2p;ind:pre:2p; -participiez participer ver 33.56 40.07 0.23 0.14 ind:imp:2p; -participions participer ver 33.56 40.07 0.10 0.27 ind:imp:1p; -participons participer ver 33.56 40.07 0.24 0.34 imp:pre:1p;ind:pre:1p; -participât participer ver 33.56 40.07 0.00 0.47 sub:imp:3s; -participèrent participer ver 33.56 40.07 0.01 0.20 ind:pas:3p; -participé participer ver m s 33.56 40.07 6.94 5.07 par:pas; -participés participer ver m p 33.56 40.07 0.01 0.00 par:pas; -particularisme particularisme nom m s 0.00 0.41 0.00 0.14 -particularismes particularisme nom m p 0.00 0.41 0.00 0.27 -particularisées particulariser ver f p 0.00 0.07 0.00 0.07 par:pas; -particularité particularité nom f s 1.16 5.00 0.82 2.50 -particularités particularité nom f p 1.16 5.00 0.34 2.50 -particule particule nom f s 3.46 5.27 0.66 2.03 -particules particule nom f p 3.46 5.27 2.80 3.24 -particulier particulier adj m s 24.91 53.99 13.88 23.65 -particuliers particulier adj m p 24.91 53.99 3.07 6.08 -particulière particulier adj f s 24.91 53.99 6.63 20.00 -particulièrement particulièrement adv 14.78 36.62 14.78 36.62 -particulières particulier adj f p 24.91 53.99 1.33 4.26 -partie partie nom f s 191.19 211.49 177.81 187.97 -partiel partiel adj m s 3.33 2.09 1.19 0.88 -partielle partiel adj f s 3.33 2.09 1.67 0.81 -partiellement partiellement adv 1.03 2.97 1.03 2.97 -partielles partiel adj f p 3.33 2.09 0.41 0.27 -partiels partiel nom m p 1.10 0.27 0.81 0.00 -parties partie nom f p 191.19 211.49 13.39 23.51 -partiez partir ver 1111.97 485.68 5.93 1.42 ind:imp:2p;sub:pre:2p; -partions partir ver 1111.97 485.68 2.24 4.73 ind:imp:1p; -partir partir ver 1111.97 485.68 388.25 167.77 inf; -partira partir ver 1111.97 485.68 12.15 3.18 ind:fut:3s; -partirai partir ver 1111.97 485.68 11.98 3.99 ind:fut:1s; -partiraient partir ver 1111.97 485.68 0.61 0.81 cnd:pre:3p; -partirais partir ver 1111.97 485.68 3.12 2.30 cnd:pre:1s;cnd:pre:2s; -partirait partir ver 1111.97 485.68 2.37 5.47 cnd:pre:3s; -partiras partir ver 1111.97 485.68 4.25 1.01 ind:fut:2s; -partirent partir ver 1111.97 485.68 1.11 5.20 ind:pas:3p; -partirez partir ver 1111.97 485.68 3.31 0.88 ind:fut:2p; -partiriez partir ver 1111.97 485.68 0.27 0.14 cnd:pre:2p; -partirions partir ver 1111.97 485.68 0.34 0.47 cnd:pre:1p; -partirons partir ver 1111.97 485.68 4.76 1.82 ind:fut:1p; -partiront partir ver 1111.97 485.68 1.84 0.61 ind:fut:3p; -partis partir ver m p 1111.97 485.68 46.29 29.66 ind:pas:1s;ind:pas:2s;par:pas; -partisan partisan nom m s 4.75 12.97 1.04 1.69 -partisane partisan adj f s 1.35 2.77 0.20 0.34 -partisanes partisan adj f p 1.35 2.77 0.10 0.20 -partisans partisan nom m p 4.75 12.97 3.70 11.15 -partisse partir ver 1111.97 485.68 0.00 0.07 sub:imp:1s; -partissent partir ver 1111.97 485.68 0.00 0.07 sub:imp:3p; -partit partir ver 1111.97 485.68 4.17 28.78 ind:pas:3s; -partita partita nom f s 0.00 0.20 0.00 0.14 -partitas partita nom f p 0.00 0.20 0.00 0.07 -partitif partitif adj m s 0.00 0.07 0.00 0.07 -partition partition nom f s 3.49 5.95 2.88 3.72 -partitions partition nom f p 3.49 5.95 0.61 2.23 -partner partner nom m s 0.26 0.00 0.26 0.00 -partons partir ver 1111.97 485.68 50.52 7.97 imp:pre:1p;ind:pre:1p;;imp:pre:1p;ind:pre:1p; -partouse partouse nom f s 0.11 0.07 0.11 0.07 -partouser partouser ver 0.01 0.00 0.01 0.00 inf; -partout partout adv_sup 141.94 179.39 141.94 179.39 -partouzait partouzer ver 0.17 0.34 0.00 0.14 ind:imp:3s; -partouzarde partouzard adj f s 0.00 0.20 0.00 0.07 -partouzardes partouzard adj f p 0.00 0.20 0.00 0.07 -partouzards partouzard nom m p 0.01 0.00 0.01 0.00 -partouze partouze nom f s 2.33 2.16 1.95 1.28 -partouzent partouzer ver 0.17 0.34 0.14 0.07 ind:pre:3p; -partouzer partouzer ver 0.17 0.34 0.04 0.14 inf; -partouzes partouze nom f p 2.33 2.16 0.38 0.88 -partouzeur partouzeur nom m s 0.00 0.20 0.00 0.14 -partouzeurs partouzeur nom m p 0.00 0.20 0.00 0.07 -parts part nom f p 305.89 320.41 6.58 14.19 -parturiente parturiente nom f s 0.00 0.34 0.00 0.27 -parturientes parturiente nom f p 0.00 0.34 0.00 0.07 -parturition parturition nom f s 0.01 0.27 0.01 0.14 -parturitions parturition nom f p 0.01 0.27 0.00 0.14 -party party nom f s 1.54 0.81 1.54 0.81 -paré parer ver m s 30.50 19.66 3.62 2.57 par:pas; -paru paraître ver m s 122.14 448.11 5.92 34.12 par:pas; -parée parer ver f s 30.50 19.66 1.21 2.43 par:pas; -parue paraître ver f s 122.14 448.11 0.36 0.61 par:pas; -parées parer ver f p 30.50 19.66 0.19 1.08 par:pas; -parégorique parégorique adj s 0.04 0.34 0.04 0.34 -paréo paréo nom m s 0.01 0.47 0.01 0.20 -paréos paréo nom m p 0.01 0.47 0.00 0.27 -parure parure nom f s 1.00 4.05 0.48 2.70 -parurent paraître ver 122.14 448.11 0.11 7.36 ind:pas:3p; -parures parure nom f p 1.00 4.05 0.52 1.35 -parés parer ver m p 30.50 19.66 2.31 1.62 par:pas; -parus paraître ver m p 122.14 448.11 0.23 0.54 ind:pas:1s;ind:pas:2s;par:pas; -parésie parésie nom f s 0.01 0.00 0.01 0.00 -parussent paraître ver 122.14 448.11 0.00 0.34 sub:imp:3p; -parut paraître ver 122.14 448.11 1.48 71.28 ind:pas:3s; -parution parution nom f s 0.36 1.15 0.36 1.15 -parvînmes parvenir ver 22.73 156.42 0.00 0.47 ind:pas:1p; -parvînt parvenir ver 22.73 156.42 0.01 1.01 sub:imp:3s; -parvenaient parvenir ver 22.73 156.42 0.04 10.68 ind:imp:3p; -parvenais parvenir ver 22.73 156.42 0.30 5.07 ind:imp:1s; -parvenait parvenir ver 22.73 156.42 0.48 25.88 ind:imp:3s; -parvenant parvenir ver 22.73 156.42 0.04 3.65 par:pre; -parvenez parvenir ver 22.73 156.42 0.48 0.20 ind:pre:2p; -parveniez parvenir ver 22.73 156.42 0.07 0.07 ind:imp:2p; -parvenions parvenir ver 22.73 156.42 0.03 0.61 ind:imp:1p; -parvenir parvenir ver 22.73 156.42 6.45 22.70 inf; -parvenons parvenir ver 22.73 156.42 0.52 0.68 imp:pre:1p;ind:pre:1p; -parvenu parvenir ver m s 22.73 156.42 2.63 14.93 par:pas; -parvenue parvenir ver f s 22.73 156.42 0.98 4.53 par:pas; -parvenues parvenir ver f p 22.73 156.42 0.29 1.22 par:pas; -parvenus parvenir ver m p 22.73 156.42 0.81 5.20 par:pas; -parviendra parvenir ver 22.73 156.42 0.80 1.22 ind:fut:3s; -parviendrai parvenir ver 22.73 156.42 0.41 0.54 ind:fut:1s; -parviendraient parvenir ver 22.73 156.42 0.00 0.54 cnd:pre:3p; -parviendrais parvenir ver 22.73 156.42 0.01 0.61 cnd:pre:1s; -parviendrait parvenir ver 22.73 156.42 0.27 3.18 cnd:pre:3s; -parviendras parvenir ver 22.73 156.42 0.12 0.14 ind:fut:2s; -parviendrez parvenir ver 22.73 156.42 0.34 0.07 ind:fut:2p; -parviendrions parvenir ver 22.73 156.42 0.00 0.20 cnd:pre:1p; -parviendrons parvenir ver 22.73 156.42 0.33 0.27 ind:fut:1p; -parviendront parvenir ver 22.73 156.42 0.24 0.54 ind:fut:3p; -parvienne parvenir ver 22.73 156.42 0.62 2.57 sub:pre:1s;sub:pre:3s; -parviennent parvenir ver 22.73 156.42 0.98 6.22 ind:pre:3p; -parviens parvenir ver 22.73 156.42 1.71 5.88 imp:pre:2s;ind:pre:1s;ind:pre:2s; -parvient parvenir ver 22.73 156.42 2.52 12.36 ind:pre:3s; -parvinrent parvenir ver 22.73 156.42 0.04 3.38 ind:pas:3p; -parvins parvenir ver 22.73 156.42 0.24 2.30 ind:pas:1s; -parvinssent parvenir ver 22.73 156.42 0.00 0.14 sub:imp:3p; -parvint parvenir ver 22.73 156.42 0.98 19.39 ind:pas:3s; -parvis parvis nom m 0.19 6.28 0.19 6.28 -pas_de_porte pas_de_porte nom m 0.00 0.20 0.00 0.20 -pas_je pas_je adv 0.01 0.00 0.01 0.00 -pas pas adv_sup 18189.04 8795.20 18188.15 8795.14 -pascal pascal adj m s 0.79 18.24 0.23 17.64 -pascale pascal adj f s 0.79 18.24 0.56 0.41 -pascales pascal adj f p 0.79 18.24 0.00 0.20 -pascalien pascalien adj m s 0.00 0.27 0.00 0.07 -pascaliennes pascalien adj f p 0.00 0.27 0.00 0.14 -pascaliens pascalien adj m p 0.00 0.27 0.00 0.07 -paseo paseo nom m s 0.00 0.88 0.00 0.88 -pasionaria pasionaria nom f s 0.12 0.27 0.02 0.20 -pasionarias pasionaria nom f p 0.12 0.27 0.10 0.07 -paso_doble paso_doble nom m s 0.00 0.07 0.00 0.07 -paso_doble paso_doble nom m 0.69 0.81 0.69 0.81 -paso paso nom m s 0.23 0.14 0.23 0.00 -pasos paso nom m p 0.23 0.14 0.00 0.14 -pasque pasque con 0.05 1.69 0.05 1.69 -pasquins pasquin nom m p 0.00 0.07 0.00 0.07 -passa passer ver 1495.48 1165.27 3.79 82.50 ind:pas:3s; -passable passable adj s 0.36 1.15 0.34 1.01 -passablement passablement adv 0.51 3.72 0.51 3.72 -passables passable adj f p 0.36 1.15 0.02 0.14 -passade passade nom f s 0.82 1.28 0.72 0.95 -passades passade nom f p 0.82 1.28 0.10 0.34 -passage passage nom m s 44.73 154.39 40.20 136.82 -passager passager nom m s 19.23 13.24 3.75 3.24 -passagers passager nom m p 19.23 13.24 14.23 8.31 -passages passage nom m p 44.73 154.39 4.53 17.57 -passagère passager adj f s 5.09 6.82 1.69 3.31 -passagèrement passagèrement adv 0.00 0.74 0.00 0.74 -passagères passager adj f p 5.09 6.82 0.25 0.74 -passai passer ver 1495.48 1165.27 0.25 10.74 ind:pas:1s; -passaient passer ver 1495.48 1165.27 3.44 42.23 ind:imp:3p; -passais passer ver 1495.48 1165.27 13.12 13.92 ind:imp:1s;ind:imp:2s; -passait passer ver 1495.48 1165.27 28.50 131.28 ind:imp:3s; -passant passer ver 1495.48 1165.27 10.91 60.88 par:pre; -passante passant nom f s 2.76 32.57 0.27 1.08 -passantes passant nom f p 2.76 32.57 0.01 0.61 -passants passant nom m p 2.76 32.57 1.82 24.39 -passas passer ver 1495.48 1165.27 0.00 0.14 ind:pas:2s; -passation passation nom f s 0.29 0.34 0.29 0.34 -passavant passavant nom m s 0.44 0.00 0.44 0.00 -passe_boule passe_boule nom m s 0.00 0.07 0.00 0.07 -passe_boules passe_boules nom m 0.00 0.07 0.00 0.07 -passe_crassane passe_crassane nom f 0.00 0.14 0.00 0.14 -passe_droit passe_droit nom m s 0.25 0.47 0.08 0.27 -passe_droit passe_droit nom m p 0.25 0.47 0.17 0.20 -passe_la_moi passe_la_moi nom f s 0.35 0.07 0.35 0.07 -passe_lacet passe_lacet nom m s 0.00 0.20 0.00 0.07 -passe_lacet passe_lacet nom m p 0.00 0.20 0.00 0.14 -passe_montagne passe_montagne nom m s 0.41 1.69 0.39 1.35 -passe_montagne passe_montagne nom m p 0.41 1.69 0.02 0.34 -passe_muraille passe_muraille nom m 0.01 0.07 0.01 0.07 -passe_partout passe_partout nom m 0.45 1.22 0.45 1.22 -passe_passe passe_passe nom m 0.97 1.15 0.97 1.15 -passe_pied passe_pied nom m s 0.00 0.07 0.00 0.07 -passe_plat passe_plat nom m s 0.04 0.14 0.04 0.14 -passe_rose passe_rose nom f p 0.00 0.07 0.00 0.07 -passe_temps passe_temps nom m 4.21 2.77 4.21 2.77 -passe passer ver 1495.48 1165.27 523.58 185.61 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:1s;sub:pre:3s; -passement passement nom m s 0.14 0.07 0.14 0.07 -passementaient passementer ver 0.01 0.20 0.00 0.14 ind:imp:3p; -passementent passementer ver 0.01 0.20 0.00 0.07 ind:pre:3p; -passementerie passementerie nom f s 0.01 1.01 0.01 0.74 -passementeries passementerie nom f p 0.01 1.01 0.00 0.27 -passementier passementier nom m s 0.10 0.14 0.10 0.07 -passementière passementier nom f s 0.10 0.14 0.00 0.07 -passementé passementer ver m s 0.01 0.20 0.01 0.00 par:pas; -passent passer ver 1495.48 1165.27 27.56 37.91 ind:pre:3p;sub:pre:3p; -passepoil passepoil nom m s 0.01 0.14 0.01 0.14 -passeport passeport nom m s 25.55 10.00 19.81 7.16 -passeports passeport nom m p 25.55 10.00 5.75 2.84 -passer passer ver 1495.48 1165.27 345.67 288.78 inf;; -passera passer ver 1495.48 1165.27 39.92 13.99 ind:fut:3s; -passerai passer ver 1495.48 1165.27 15.96 4.39 ind:fut:1s; -passeraient passer ver 1495.48 1165.27 1.19 3.51 cnd:pre:3p; -passerais passer ver 1495.48 1165.27 3.77 2.91 cnd:pre:1s;cnd:pre:2s; -passerait passer ver 1495.48 1165.27 7.09 12.36 cnd:pre:3s; -passeras passer ver 1495.48 1165.27 4.39 1.15 ind:fut:2s; -passereau passereau nom m s 0.55 0.95 0.25 0.34 -passereaux passereau nom m p 0.55 0.95 0.30 0.61 -passerelle passerelle nom f s 4.49 11.49 4.41 8.45 -passerelles passerelle nom f p 4.49 11.49 0.09 3.04 -passerez passer ver 1495.48 1165.27 5.10 1.82 ind:fut:2p; -passeriez passer ver 1495.48 1165.27 0.97 0.20 cnd:pre:2p; -passerions passer ver 1495.48 1165.27 0.22 0.34 cnd:pre:1p; -passerons passer ver 1495.48 1165.27 2.32 2.30 ind:fut:1p; -passeront passer ver 1495.48 1165.27 3.58 1.96 ind:fut:3p; -passeroses passerose nom f p 0.00 0.07 0.00 0.07 -passes passer ver 1495.48 1165.27 21.65 4.39 ind:pre:2s;sub:pre:2s; -passeur passeur nom m s 2.24 2.77 1.65 1.96 -passeurs passeur nom m p 2.24 2.77 0.56 0.74 -passeuse passeur nom f s 2.24 2.77 0.04 0.07 -passez passer ver 1495.48 1165.27 52.84 6.62 imp:pre:2p;ind:pre:2p; -passible passible adj m s 1.04 0.61 0.82 0.34 -passibles passible adj m p 1.04 0.61 0.22 0.27 -passiez passer ver 1495.48 1165.27 2.19 1.08 ind:imp:2p;sub:pre:2p; -passif passif adj m s 4.00 7.23 1.89 1.82 -passiflore passiflore nom f s 0.14 0.07 0.14 0.07 -passifs passif adj m p 4.00 7.23 0.36 0.74 -passim passim adv 0.00 0.07 0.00 0.07 -passing passing nom m s 0.04 0.00 0.04 0.00 -passion passion nom f s 33.78 87.64 30.71 68.72 -passionna passionner ver 5.75 17.50 0.01 0.20 ind:pas:3s; -passionnai passionner ver 5.75 17.50 0.00 0.27 ind:pas:1s; -passionnaient passionner ver 5.75 17.50 0.12 0.27 ind:imp:3p; -passionnais passionner ver 5.75 17.50 0.00 0.34 ind:imp:1s;ind:imp:2s; -passionnait passionner ver 5.75 17.50 0.11 2.57 ind:imp:3s; -passionnant passionnant adj m s 8.93 7.03 6.17 4.19 -passionnante passionnant adj f s 8.93 7.03 2.23 1.42 -passionnantes passionnant adj f p 8.93 7.03 0.30 0.95 -passionnants passionnant adj m p 8.93 7.03 0.23 0.47 -passionne passionner ver 5.75 17.50 1.16 3.58 imp:pre:2s;ind:pre:1s;ind:pre:3s; -passionnel passionnel adj m s 1.43 3.92 1.05 1.89 -passionnelle passionnel adj f s 1.43 3.92 0.13 1.08 -passionnellement passionnellement adv 0.00 0.07 0.00 0.07 -passionnelles passionnel adj f p 1.43 3.92 0.02 0.34 -passionnels passionnel adj m p 1.43 3.92 0.22 0.61 -passionnent passionner ver 5.75 17.50 0.34 0.68 ind:pre:3p; -passionner passionner ver 5.75 17.50 0.41 1.76 inf; -passionnera passionner ver 5.75 17.50 0.01 0.14 ind:fut:3s; -passionnerait passionner ver 5.75 17.50 0.03 0.07 cnd:pre:3s; -passionneras passionner ver 5.75 17.50 0.01 0.00 ind:fut:2s; -passionnons passionner ver 5.75 17.50 0.00 0.14 ind:pre:1p; -passionnèrent passionner ver 5.75 17.50 0.00 0.14 ind:pas:3p; -passionné passionner ver m s 5.75 17.50 1.84 3.58 par:pas; -passionnée passionné adj f s 4.14 14.80 1.44 5.74 -passionnées passionné adj f p 4.14 14.80 0.24 2.09 -passionnément passionnément adv 1.38 9.39 1.38 9.39 -passionnés passionné adj m p 4.14 14.80 0.70 2.03 -passions passion nom f p 33.78 87.64 3.07 18.92 -passive passif adj f s 4.00 7.23 1.73 4.32 -passivement passivement adv 0.29 1.08 0.29 1.08 -passiver passiver ver 0.14 0.27 0.14 0.00 inf; -passives passif adj f p 4.00 7.23 0.03 0.34 -passiveté passiveté nom f s 0.00 0.07 0.00 0.07 -passivité passivité nom f s 0.46 3.38 0.46 3.38 -passoire passoire nom f s 1.44 2.23 1.27 2.09 -passoires passoire nom f p 1.44 2.23 0.17 0.14 -passâmes passer ver 1495.48 1165.27 0.46 3.85 ind:pas:1p; -passons passer ver 1495.48 1165.27 17.85 9.66 imp:pre:1p;ind:pre:1p; -passât passer ver 1495.48 1165.27 0.00 1.35 sub:imp:3s; -passâtes passer ver 1495.48 1165.27 0.00 0.07 ind:pas:2p; -passèrent passer ver 1495.48 1165.27 2.13 20.07 ind:pas:3p; -passé passer ver m s 1495.48 1165.27 297.63 157.09 par:pas;par:pas;par:pas;par:pas; -passée passer ver f s 1495.48 1165.27 32.14 25.68 par:pas; -passées passer ver f p 1495.48 1165.27 7.98 11.89 par:pas; -passéiste passéiste adj f s 0.16 0.07 0.16 0.07 -passés passer ver m p 1495.48 1165.27 18.16 18.18 par:pas; -past past nom m s 0.58 0.00 0.58 0.00 -pastaga pastaga nom m s 0.00 1.69 0.00 1.35 -pastagas pastaga nom m p 0.00 1.69 0.00 0.34 -pastel pastel nom m s 0.55 1.89 0.40 1.01 -pastels pastel nom m p 0.55 1.89 0.14 0.88 -pastenague pastenague nom f s 0.04 0.00 0.04 0.00 -pasteur pasteur nom m s 17.74 11.35 16.61 10.07 -pasteurella pasteurella nom f s 0.02 0.00 0.02 0.00 -pasteurisation pasteurisation nom f s 0.10 0.14 0.10 0.14 -pasteuriser pasteuriser ver 0.00 0.07 0.00 0.07 inf; -pasteurisé pasteurisé adj m s 0.05 0.41 0.05 0.14 -pasteurisée pasteurisé adj f s 0.05 0.41 0.00 0.20 -pasteurisés pasteurisé adj m p 0.05 0.41 0.00 0.07 -pasteurs pasteur nom m p 17.74 11.35 1.13 1.28 -pasticha pasticher ver 0.00 0.41 0.00 0.07 ind:pas:3s; -pastichai pasticher ver 0.00 0.41 0.00 0.07 ind:pas:1s; -pastichait pasticher ver 0.00 0.41 0.00 0.07 ind:imp:3s; -pastiche pastiche nom m s 0.03 1.01 0.03 0.68 -pasticher pasticher ver 0.00 0.41 0.00 0.14 inf; -pastiches pastiche nom m p 0.03 1.01 0.00 0.34 -pasticheur pasticheur nom m s 0.00 0.14 0.00 0.14 -pastiché pasticher ver m s 0.00 0.41 0.00 0.07 par:pas; -pastille pastille nom f s 1.51 5.81 0.56 1.35 -pastiller pastiller ver 0.01 0.00 0.01 0.00 inf; -pastilles pastille nom f p 1.51 5.81 0.95 4.46 -pastis pastis nom m 1.43 4.73 1.43 4.73 -pastophore pastophore nom m s 0.00 0.14 0.00 0.14 -pastoral pastoral adj m s 0.57 1.08 0.14 0.27 -pastorale pastoral adj f s 0.57 1.08 0.33 0.54 -pastorales pastoral adj f p 0.57 1.08 0.10 0.20 -pastoraux pastoral adj m p 0.57 1.08 0.00 0.07 -pastour pastour nom m s 0.00 0.07 0.00 0.07 -pastoureau pastoureau nom m s 0.02 0.41 0.02 0.14 -pastoureaux pastoureau nom m p 0.02 0.41 0.00 0.07 -pastourelle pastoureau nom f s 0.02 0.41 0.00 0.07 -pastourelles pastoureau nom f p 0.02 0.41 0.00 0.14 -pastèque pastèque nom f s 4.16 2.50 2.39 1.62 -pastèques pastèque nom f p 4.16 2.50 1.77 0.88 -pat pat adj m s 0.46 0.34 0.46 0.34 -patache patache nom f s 0.30 0.20 0.30 0.20 -patachon patachon nom m s 0.16 0.54 0.16 0.54 -patafiole patafioler ver 0.04 0.00 0.04 0.00 imp:pre:2s; -patagon patagon adj m s 0.01 0.07 0.01 0.07 -patagonien patagonien adj m s 0.02 0.07 0.02 0.07 -patagons patagon nom m p 0.00 0.07 0.00 0.07 -patapouf patapouf ono 0.03 0.00 0.03 0.00 -patapoufs patapouf nom m p 0.17 0.34 0.00 0.07 -pataquès pataquès nom m 0.02 0.34 0.02 0.34 -patarin patarin nom m s 0.00 0.14 0.00 0.14 -patata patata ono 0.32 1.15 0.32 1.15 -patate patate nom f s 14.47 10.74 4.59 3.38 -patates patate nom f p 14.47 10.74 9.88 7.36 -patati patati ono 0.33 1.76 0.33 1.76 -patatras patatras ono 0.04 0.54 0.04 0.54 -pataud pataud adj m s 0.03 1.35 0.01 0.34 -pataude pataud adj f s 0.03 1.35 0.01 0.41 -pataudes pataud adj f p 0.03 1.35 0.00 0.34 -patauds pataud adj m p 0.03 1.35 0.01 0.27 -pataugas pataugas nom m 0.00 0.68 0.00 0.68 -patauge patauger ver 1.69 8.99 0.42 1.35 ind:pre:1s;ind:pre:3s; -pataugea patauger ver 1.69 8.99 0.00 0.41 ind:pas:3s; -pataugeaient patauger ver 1.69 8.99 0.01 0.81 ind:imp:3p; -pataugeais patauger ver 1.69 8.99 0.02 0.07 ind:imp:1s; -pataugeait patauger ver 1.69 8.99 0.18 0.74 ind:imp:3s; -pataugeant patauger ver 1.69 8.99 0.03 1.96 par:pre; -pataugent patauger ver 1.69 8.99 0.32 0.54 ind:pre:3p; -pataugeoire pataugeoire nom f s 0.04 0.00 0.04 0.00 -pataugeons patauger ver 1.69 8.99 0.04 0.34 imp:pre:1p;ind:pre:1p; -patauger patauger ver 1.69 8.99 0.48 1.89 inf; -pataugera patauger ver 1.69 8.99 0.01 0.00 ind:fut:3s; -pataugerais patauger ver 1.69 8.99 0.01 0.00 cnd:pre:1s; -pataugerons patauger ver 1.69 8.99 0.00 0.07 ind:fut:1p; -patauges patauger ver 1.69 8.99 0.04 0.07 ind:pre:2s; -pataugez patauger ver 1.69 8.99 0.06 0.14 imp:pre:2p;ind:pre:2p; -pataugis pataugis nom m 0.00 0.07 0.00 0.07 -pataugèrent patauger ver 1.69 8.99 0.00 0.14 ind:pas:3p; -pataugé patauger ver m s 1.69 8.99 0.05 0.47 par:pas; -patch patch nom m s 1.11 0.14 0.88 0.07 -patches patch nom m p 1.11 0.14 0.02 0.07 -patchouli patchouli nom m s 0.31 0.20 0.31 0.20 -patchs patch nom m p 1.11 0.14 0.22 0.00 -patchwork patchwork nom m s 0.00 0.61 0.00 0.61 -patelin patelin nom m s 1.62 3.51 1.56 3.31 -pateline patelin adj f s 0.63 0.47 0.01 0.07 -patelins patelin nom m p 1.62 3.51 0.05 0.20 -patellaire patellaire adj m s 0.01 0.00 0.01 0.00 -patelles patelle nom f p 0.00 0.27 0.00 0.27 -patenôtres patenôtre nom f p 0.00 0.41 0.00 0.41 -patent patent adj m s 0.41 1.28 0.14 0.54 -patente patent adj f s 0.41 1.28 0.14 0.54 -patentes patente nom f p 0.16 0.41 0.02 0.14 -patents patent adj m p 0.41 1.28 0.11 0.07 -patenté patenté adj m s 0.20 1.42 0.14 0.61 -patentée patenté adj f s 0.20 1.42 0.01 0.00 -patentées patenté adj f p 0.20 1.42 0.00 0.20 -patentés patenté adj m p 0.20 1.42 0.04 0.61 -pater_familias pater_familias nom m 0.03 0.07 0.03 0.07 -pater_noster pater_noster nom m s 0.10 0.41 0.10 0.41 -pater pater nom m 0.56 1.62 0.56 1.62 -paternalisme paternalisme nom m s 0.12 0.74 0.12 0.74 -paternaliste paternaliste adj s 0.17 0.27 0.16 0.20 -paternalistes paternaliste adj p 0.17 0.27 0.01 0.07 -paterne paterne adj m s 0.00 0.47 0.00 0.47 -paternel paternel adj m s 3.29 13.92 1.33 5.00 -paternelle paternel adj f s 3.29 13.92 1.48 6.82 -paternellement paternellement adv 0.01 0.54 0.01 0.54 -paternelles paternel adj f p 3.29 13.92 0.16 0.88 -paternels paternel adj m p 3.29 13.92 0.32 1.22 -paternité paternité nom f s 1.98 3.11 1.97 3.04 -paternités paternité nom f p 1.98 3.11 0.01 0.07 -pathogène pathogène adj s 0.58 0.14 0.58 0.14 -pathogénique pathogénique adj m s 0.01 0.00 0.01 0.00 -pathologie pathologie nom f s 1.58 0.20 1.58 0.20 -pathologique pathologique adj s 1.26 1.22 1.05 1.08 -pathologiquement pathologiquement adv 0.08 0.14 0.08 0.14 -pathologiques pathologique adj m p 1.26 1.22 0.21 0.14 -pathologiste pathologiste nom s 0.29 0.07 0.29 0.07 -pathos pathos nom m 0.38 0.68 0.38 0.68 -pathétique pathétique adj s 9.17 11.08 7.92 8.18 -pathétiquement pathétiquement adv 0.05 0.41 0.05 0.41 -pathétiques pathétique adj p 9.17 11.08 1.25 2.91 -pathétisme pathétisme nom m s 0.01 0.14 0.01 0.14 -patibulaire patibulaire adj s 0.03 1.96 0.01 0.95 -patibulaires patibulaire adj p 0.03 1.96 0.02 1.01 -patiemment patiemment adv 1.75 11.15 1.75 11.15 -patience patience nom f s 30.68 33.58 29.93 32.97 -patiences patience nom f p 30.68 33.58 0.75 0.61 -patient patient nom m s 61.69 10.00 29.58 4.05 -patienta patienter ver 10.10 8.45 0.01 0.20 ind:pas:3s; -patientai patienter ver 10.10 8.45 0.00 0.07 ind:pas:1s; -patientaient patienter ver 10.10 8.45 0.00 0.34 ind:imp:3p; -patientait patienter ver 10.10 8.45 0.03 0.68 ind:imp:3s; -patientant patienter ver 10.10 8.45 0.01 0.07 par:pre; -patiente patient nom f s 61.69 10.00 7.69 2.16 -patientent patienter ver 10.10 8.45 0.04 0.14 ind:pre:3p; -patienter patienter ver 10.10 8.45 4.71 4.66 inf; -patientera patienter ver 10.10 8.45 0.05 0.00 ind:fut:3s; -patienteraient patienter ver 10.10 8.45 0.00 0.07 cnd:pre:3p; -patienterait patienter ver 10.10 8.45 0.00 0.07 cnd:pre:3s; -patienteras patienter ver 10.10 8.45 0.00 0.07 ind:fut:2s; -patienterez patienter ver 10.10 8.45 0.23 0.07 ind:fut:2p; -patienterons patienter ver 10.10 8.45 0.01 0.00 ind:fut:1p; -patientes patient nom f p 61.69 10.00 1.94 0.27 -patientez patienter ver 10.10 8.45 2.82 0.47 imp:pre:2p;ind:pre:2p; -patientions patienter ver 10.10 8.45 0.00 0.07 ind:imp:1p; -patientons patienter ver 10.10 8.45 0.14 0.07 imp:pre:1p;ind:pre:1p; -patients patient nom m p 61.69 10.00 22.49 3.51 -patientèrent patienter ver 10.10 8.45 0.01 0.07 ind:pas:3p; -patienté patienter ver m s 10.10 8.45 0.54 0.27 par:pas; -patin patin nom m s 3.77 5.61 1.12 1.35 -patina patiner ver 2.54 5.27 0.02 0.07 ind:pas:3s; -patinage patinage nom m s 1.25 0.07 1.25 0.07 -patinaient patiner ver 2.54 5.27 0.00 0.34 ind:imp:3p; -patinais patiner ver 2.54 5.27 0.15 0.00 ind:imp:1s; -patinait patiner ver 2.54 5.27 0.06 0.74 ind:imp:3s; -patinant patiner ver 2.54 5.27 0.01 0.20 par:pre; -patine patiner ver 2.54 5.27 0.36 0.34 ind:pre:1s;ind:pre:3s; -patinent patiner ver 2.54 5.27 0.16 0.41 ind:pre:3p; -patiner patiner ver 2.54 5.27 1.26 0.27 inf; -patinerais patiner ver 2.54 5.27 0.02 0.00 cnd:pre:1s;cnd:pre:2s; -patinerons patiner ver 2.54 5.27 0.00 0.07 ind:fut:1p; -patines patiner ver 2.54 5.27 0.03 0.00 ind:pre:2s; -patinette patinette nom f s 0.02 0.27 0.01 0.20 -patinettes patinette nom f p 0.02 0.27 0.01 0.07 -patineur patineur nom m s 0.67 1.28 0.11 0.34 -patineurs patineur nom m p 0.67 1.28 0.27 0.74 -patineuse patineur nom f s 0.67 1.28 0.29 0.14 -patineuses patineuse nom f p 0.16 0.00 0.16 0.00 -patinez patiner ver 2.54 5.27 0.10 0.00 imp:pre:2p;ind:pre:2p; -patiniez patiner ver 2.54 5.27 0.02 0.00 ind:imp:2p; -patinions patiner ver 2.54 5.27 0.00 0.07 ind:imp:1p; -patinoire patinoire nom f s 1.37 0.41 1.21 0.41 -patinoires patinoire nom f p 1.37 0.41 0.16 0.00 -patinons patiner ver 2.54 5.27 0.03 0.00 imp:pre:1p;ind:pre:1p; -patins patin nom m p 3.77 5.61 2.65 4.26 -patiné patiner ver m s 2.54 5.27 0.27 1.01 par:pas; -patinée patiner ver f s 2.54 5.27 0.01 0.54 par:pas; -patinées patiner ver f p 2.54 5.27 0.02 0.68 par:pas; -patinés patiner ver m p 2.54 5.27 0.01 0.54 par:pas; -patio patio nom m s 2.02 6.42 2.02 4.46 -patios patio nom m p 2.02 6.42 0.00 1.96 -patoche patoche nom f s 0.01 0.14 0.01 0.07 -patoches patoche nom f p 0.01 0.14 0.00 0.07 -patois patois nom m 0.85 8.58 0.85 8.58 -patoisante patoisant adj f s 0.00 0.14 0.00 0.14 -patoise patoiser ver 0.00 0.07 0.00 0.07 ind:pre:3s; -patouillard patouillard nom m s 0.00 0.07 0.00 0.07 -patouille patouiller ver 0.03 0.14 0.03 0.07 imp:pre:2s;ind:pre:3s; -patouillons patouiller ver 0.03 0.14 0.00 0.07 ind:pre:1p; -patraque patraque adj s 0.97 0.81 0.97 0.81 -patri patri adv 0.15 0.07 0.15 0.07 -patriarcal patriarcal adj m s 0.34 1.01 0.04 0.41 -patriarcale patriarcal adj f s 0.34 1.01 0.29 0.27 -patriarcales patriarcal adj f p 0.34 1.01 0.01 0.20 -patriarcat patriarcat nom m s 0.15 0.34 0.15 0.27 -patriarcats patriarcat nom m p 0.15 0.34 0.00 0.07 -patriarcaux patriarcal adj m p 0.34 1.01 0.00 0.14 -patriarche patriarche nom m s 1.30 4.59 1.04 4.12 -patriarches patriarche nom m p 1.30 4.59 0.26 0.47 -patriarchie patriarchie nom f s 0.02 0.00 0.02 0.00 -patriciat patriciat nom m s 0.00 0.07 0.00 0.07 -patricien patricien nom m s 0.21 0.54 0.05 0.20 -patricienne patricien nom f s 0.21 0.54 0.10 0.00 -patriciennes patricien adj f p 0.05 0.88 0.01 0.34 -patriciens patricien nom m p 0.21 0.54 0.06 0.27 -patrie patrie nom f s 23.36 29.19 23.36 28.65 -patries patrie nom f p 23.36 29.19 0.00 0.54 -patrilinéaire patrilinéaire adj f s 0.00 0.07 0.00 0.07 -patrimoine patrimoine nom m s 2.34 2.97 2.19 2.91 -patrimoines patrimoine nom m p 2.34 2.97 0.15 0.07 -patrimonial patrimonial adj m s 0.00 0.34 0.00 0.34 -patriotard patriotard adj m s 0.00 0.34 0.00 0.27 -patriotardes patriotard adj f p 0.00 0.34 0.00 0.07 -patriotards patriotard nom m p 0.00 0.07 0.00 0.07 -patriote patriote nom s 3.29 5.47 1.96 1.76 -patriotes patriote nom p 3.29 5.47 1.33 3.72 -patriotique patriotique adj s 1.95 5.34 1.73 3.31 -patriotiquement patriotiquement adv 0.00 0.07 0.00 0.07 -patriotiques patriotique adj p 1.95 5.34 0.21 2.03 -patriotisme patriotisme nom m s 2.54 3.65 2.54 3.65 -patron patron nom m s 141.18 132.03 122.44 93.85 -patronage patronage nom m s 0.07 2.43 0.07 1.96 -patronages patronage nom m p 0.07 2.43 0.00 0.47 -patronal patronal adj m s 0.30 0.61 0.01 0.07 -patronale patronal adj f s 0.30 0.61 0.14 0.20 -patronales patronal adj f p 0.30 0.61 0.14 0.20 -patronat patronat nom m s 0.51 0.47 0.51 0.47 -patronaux patronal adj m p 0.30 0.61 0.02 0.14 -patronna patronner ver 0.16 0.81 0.01 0.00 ind:pas:3s; -patronne patron nom f s 141.18 132.03 11.23 26.82 -patronner patronner ver 0.16 0.81 0.00 0.14 inf; -patronnes patronne nom f p 0.26 0.00 0.26 0.00 -patronnesse patronnesse adj f s 0.22 0.95 0.14 0.61 -patronnesses patronnesse adj f p 0.22 0.95 0.07 0.34 -patronné patronner ver m s 0.16 0.81 0.03 0.14 par:pas; -patronnée patronner ver f s 0.16 0.81 0.03 0.07 par:pas; -patronnés patronner ver m p 0.16 0.81 0.00 0.07 par:pas; -patrons patron nom m p 141.18 132.03 7.50 10.88 -patronyme patronyme nom m s 0.28 3.24 0.25 2.50 -patronymes patronyme nom m p 0.28 3.24 0.03 0.74 -patronymique patronymique adj m s 0.20 0.20 0.20 0.07 -patronymiques patronymique adj m p 0.20 0.20 0.00 0.14 -patrouilla patrouiller ver 2.54 2.97 0.00 0.14 ind:pas:3s; -patrouillaient patrouiller ver 2.54 2.97 0.14 0.95 ind:imp:3p; -patrouillais patrouiller ver 2.54 2.97 0.08 0.00 ind:imp:1s; -patrouillait patrouiller ver 2.54 2.97 0.12 0.41 ind:imp:3s; -patrouillant patrouiller ver 2.54 2.97 0.09 0.34 par:pre; -patrouille patrouille nom f s 14.45 10.47 10.83 6.42 -patrouillent patrouiller ver 2.54 2.97 0.28 0.27 ind:pre:3p; -patrouiller patrouiller ver 2.54 2.97 1.02 0.41 inf; -patrouillerai patrouiller ver 2.54 2.97 0.03 0.00 ind:fut:1s; -patrouilleras patrouiller ver 2.54 2.97 0.01 0.00 ind:fut:2s; -patrouillerez patrouiller ver 2.54 2.97 0.02 0.00 ind:fut:2p; -patrouilleront patrouiller ver 2.54 2.97 0.01 0.00 ind:fut:3p; -patrouilles patrouille nom f p 14.45 10.47 3.61 4.05 -patrouilleur patrouilleur nom m s 1.43 0.47 1.15 0.07 -patrouilleurs patrouilleur nom m p 1.43 0.47 0.28 0.41 -patrouillez patrouiller ver 2.54 2.97 0.12 0.00 imp:pre:2p;ind:pre:2p; -patrouilliez patrouiller ver 2.54 2.97 0.04 0.00 ind:imp:2p; -patrouillions patrouiller ver 2.54 2.97 0.01 0.00 ind:imp:1p; -patrouillé patrouiller ver m s 2.54 2.97 0.12 0.07 par:pas; -patrouillée patrouiller ver f s 2.54 2.97 0.02 0.00 par:pas; -patrouillées patrouiller ver f p 2.54 2.97 0.02 0.14 par:pas; -patte patte nom f s 34.60 85.14 6.45 21.28 -pattemouille pattemouille nom f s 0.14 0.41 0.14 0.34 -pattemouilles pattemouille nom f p 0.14 0.41 0.00 0.07 -pattern pattern nom m s 0.06 0.00 0.06 0.00 -pattes patte nom f p 34.60 85.14 28.16 63.85 -patène patène nom f s 0.10 0.34 0.10 0.27 -patènes patène nom f p 0.10 0.34 0.00 0.07 -patère patère nom f s 0.08 1.76 0.08 1.08 -patères patère nom f p 0.08 1.76 0.00 0.68 -pattu pattu adj m s 0.00 0.14 0.00 0.07 -pattée patté adj f s 0.00 0.14 0.00 0.14 -pattus pattu adj m p 0.00 0.14 0.00 0.07 -paturon paturon nom m s 0.00 1.42 0.00 0.41 -paturons paturon nom m p 0.00 1.42 0.00 1.01 -pauchouse pauchouse nom f s 0.00 0.20 0.00 0.20 -pauline pauline nom f s 0.00 0.07 0.00 0.07 -paulinienne paulinien adj f s 0.00 0.07 0.00 0.07 -paulownias paulownia nom m p 0.00 0.07 0.00 0.07 -pauma paumer ver 4.27 8.92 0.00 0.14 ind:pas:3s; -paumais paumer ver 4.27 8.92 0.00 0.20 ind:imp:1s; -paumait paumer ver 4.27 8.92 0.00 0.20 ind:imp:3s; -paumant paumer ver 4.27 8.92 0.00 0.34 par:pre; -paume paume nom f s 3.17 35.47 2.18 22.57 -paumelle paumelle nom f s 0.00 0.14 0.00 0.07 -paumelles paumelle nom f p 0.00 0.14 0.00 0.07 -paument paumer ver 4.27 8.92 0.01 0.20 ind:pre:3p; -paumer paumer ver 4.27 8.92 0.38 1.82 inf; -paumes paume nom f p 3.17 35.47 0.99 12.91 -paumé paumer ver m s 4.27 8.92 2.58 2.97 par:pas; -paumée paumer ver f s 4.27 8.92 0.46 0.61 par:pas; -paumées paumé adj f p 2.46 2.84 0.02 0.27 -paumés paumé nom m p 2.23 5.54 0.90 2.23 -paupiette paupiette nom f s 0.19 0.07 0.02 0.00 -paupiettes paupiette nom f p 0.19 0.07 0.17 0.07 -paupière paupière nom f s 4.75 63.45 0.97 7.03 -paupières paupière nom f p 4.75 63.45 3.77 56.42 -paupérisation paupérisation nom f s 0.00 0.27 0.00 0.27 -paupérise paupériser ver 0.00 0.07 0.00 0.07 ind:pre:3s; -paupérisme paupérisme nom m s 0.00 0.20 0.00 0.20 -pause_café pause_café nom f s 0.29 0.14 0.26 0.07 -pause pause nom f s 28.24 11.89 27.30 10.14 -pauser pauser ver 0.02 0.07 0.01 0.07 inf; -pause_café pause_café nom f p 0.29 0.14 0.03 0.07 -pauses_repas pauses_repas nom f p 0.01 0.07 0.01 0.07 -pauses pause nom f p 28.24 11.89 0.94 1.76 -pausez pauser ver 0.02 0.07 0.01 0.00 imp:pre:2p; -pauvre pauvre adj s 178.03 187.77 148.93 148.78 -pauvrement pauvrement adv 0.31 1.89 0.31 1.89 -pauvres pauvre adj p 178.03 187.77 29.09 38.99 -pauvresse pauvresse nom f s 0.34 0.54 0.23 0.47 -pauvresses pauvresse nom f p 0.34 0.54 0.11 0.07 -pauvret pauvret nom m s 0.05 0.41 0.05 0.14 -pauvrets pauvret nom m p 0.05 0.41 0.00 0.27 -pauvrette pauvrette nom f s 1.16 0.95 1.16 0.81 -pauvrettes pauvrette nom f p 1.16 0.95 0.00 0.14 -pauvreté pauvreté nom f s 7.04 10.27 7.04 10.14 -pauvretés pauvreté nom f p 7.04 10.27 0.00 0.14 -pavage pavage nom m s 0.04 1.42 0.04 1.42 -pavait paver ver 0.33 1.01 0.00 0.07 ind:imp:3s; -pavana pavaner ver 1.53 2.23 0.00 0.14 ind:pas:3s; -pavanaient pavaner ver 1.53 2.23 0.03 0.41 ind:imp:3p; -pavanait pavaner ver 1.53 2.23 0.09 0.54 ind:imp:3s; -pavanant pavaner ver 1.53 2.23 0.10 0.27 par:pre; -pavane pavaner ver 1.53 2.23 0.47 0.27 imp:pre:2s;ind:pre:1s;ind:pre:3s; -pavanent pavaner ver 1.53 2.23 0.07 0.14 ind:pre:3p; -pavaner pavaner ver 1.53 2.23 0.65 0.34 inf; -pavanera pavaner ver 1.53 2.23 0.01 0.00 ind:fut:3s; -pavanerez pavaner ver 1.53 2.23 0.01 0.07 ind:fut:2p; -pavanes pavaner ver 1.53 2.23 0.08 0.00 ind:pre:2s; -pavanons pavaner ver 1.53 2.23 0.00 0.07 ind:pre:1p; -pavané pavaner ver m s 1.53 2.23 0.03 0.00 par:pas; -pave paver ver 0.33 1.01 0.14 0.14 ind:pre:1s;ind:pre:3s; -pavement pavement nom m s 0.00 1.76 0.00 1.28 -pavements pavement nom m p 0.00 1.76 0.00 0.47 -paver paver ver 0.33 1.01 0.06 0.07 inf; -paveton paveton nom m s 0.00 0.47 0.00 0.34 -pavetons paveton nom m p 0.00 0.47 0.00 0.14 -paveur paveur nom m s 0.00 0.20 0.00 0.14 -paveurs paveur nom m p 0.00 0.20 0.00 0.07 -pavez paver ver 0.33 1.01 0.02 0.07 imp:pre:2p; -pavillon pavillon nom m s 5.95 25.61 5.39 20.07 -pavillonnaire pavillonnaire adj s 0.03 0.20 0.03 0.14 -pavillonnaires pavillonnaire adj m p 0.03 0.20 0.00 0.07 -pavillons pavillon nom m p 5.95 25.61 0.56 5.54 -pavlovien pavlovien adj m s 0.08 0.27 0.05 0.27 -pavlovienne pavlovien adj f s 0.08 0.27 0.03 0.00 -pavois pavois nom m 0.01 1.49 0.01 1.49 -pavoisa pavoiser ver 0.38 3.65 0.00 0.14 ind:pas:3s; -pavoisaient pavoiser ver 0.38 3.65 0.00 0.07 ind:imp:3p; -pavoisait pavoiser ver 0.38 3.65 0.14 0.07 ind:imp:3s; -pavoise pavoiser ver 0.38 3.65 0.03 0.34 imp:pre:2s;ind:pre:3s; -pavoisement pavoisement nom m s 0.00 0.07 0.00 0.07 -pavoisent pavoiser ver 0.38 3.65 0.03 0.54 ind:pre:3p; -pavoiser pavoiser ver 0.38 3.65 0.17 0.61 inf; -pavoisera pavoiser ver 0.38 3.65 0.01 0.00 ind:fut:3s; -pavoiseraient pavoiser ver 0.38 3.65 0.00 0.07 cnd:pre:3p; -pavoisé pavoiser ver m s 0.38 3.65 0.00 0.54 par:pas; -pavoisée pavoiser ver f s 0.38 3.65 0.00 0.61 par:pas; -pavoisées pavoiser ver f p 0.38 3.65 0.00 0.27 par:pas; -pavoisés pavoiser ver m p 0.38 3.65 0.00 0.41 par:pas; -pavot pavot nom m s 0.85 1.49 0.74 1.15 -pavots pavot nom m p 0.85 1.49 0.11 0.34 -pavé pavé nom m s 3.00 26.62 2.08 13.24 -pavée pavé adj f s 0.92 5.68 0.33 3.51 -pavées pavé adj f p 0.92 5.68 0.17 0.74 -pavés pavé nom m p 3.00 26.62 0.92 13.38 -pax_americana pax_americana nom f 0.01 0.00 0.01 0.00 -paxon paxon nom m s 0.07 0.07 0.07 0.07 -paya payer ver 416.67 150.20 0.76 5.14 ind:pas:3s; -payable payable adj s 0.74 0.61 0.58 0.34 -payables payable adj m p 0.74 0.61 0.16 0.27 -payai payer ver 416.67 150.20 0.01 0.41 ind:pas:1s; -payaient payer ver 416.67 150.20 0.66 2.50 ind:imp:3p; -payais payer ver 416.67 150.20 1.07 1.08 ind:imp:1s;ind:imp:2s; -payait payer ver 416.67 150.20 5.12 8.85 ind:imp:3s; -payant payant adj m s 2.09 2.03 1.23 0.74 -payante payant adj f s 2.09 2.03 0.39 0.74 -payantes payant adj f p 2.09 2.03 0.19 0.34 -payants payant adj m p 2.09 2.03 0.28 0.20 -payassent payer ver 416.67 150.20 0.00 0.07 sub:imp:3p; -payassiez payer ver 416.67 150.20 0.00 0.07 sub:imp:2p; -paye payer ver 416.67 150.20 29.91 10.34 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:1s;sub:pre:3s; -payement payement nom m s 0.06 0.34 0.03 0.34 -payements payement nom m p 0.06 0.34 0.03 0.00 -payent payer ver 416.67 150.20 4.30 1.35 ind:pre:3p; -payer payer ver 416.67 150.20 149.10 58.31 inf;;inf;;inf;; -payera payer ver 416.67 150.20 2.24 0.20 ind:fut:3s; -payerai payer ver 416.67 150.20 2.40 0.34 ind:fut:1s; -payeraient payer ver 416.67 150.20 0.10 0.14 cnd:pre:3p; -payerais payer ver 416.67 150.20 0.33 0.34 cnd:pre:1s;cnd:pre:2s; -payerait payer ver 416.67 150.20 0.20 0.47 cnd:pre:3s; -payeras payer ver 416.67 150.20 0.37 0.34 ind:fut:2s; -payerez payer ver 416.67 150.20 1.49 0.20 ind:fut:2p; -payeriez payer ver 416.67 150.20 0.10 0.07 cnd:pre:2p; -payerons payer ver 416.67 150.20 0.58 0.14 ind:fut:1p; -payeront payer ver 416.67 150.20 0.55 0.14 ind:fut:3p; -payes payer ver 416.67 150.20 4.59 1.15 ind:pre:2s;sub:pre:2s; -payeur payeur nom m s 0.21 0.27 0.07 0.14 -payeurs payeur nom m p 0.21 0.27 0.14 0.14 -payez payer ver 416.67 150.20 13.15 1.01 imp:pre:2p;ind:pre:2p; -payiez payer ver 416.67 150.20 0.55 0.00 ind:imp:2p; -payions payer ver 416.67 150.20 0.03 0.07 ind:imp:1p; -payâmes payer ver 416.67 150.20 0.00 0.07 ind:pas:1p; -payons payer ver 416.67 150.20 1.68 0.74 imp:pre:1p;ind:pre:1p; -payât payer ver 416.67 150.20 0.00 0.34 sub:imp:3s; -pays pays nom m 202.57 241.55 202.57 241.55 -paysage paysage nom m s 13.19 64.12 10.57 50.47 -paysager paysager adj m s 0.06 0.07 0.06 0.07 -paysages paysage nom m p 13.19 64.12 2.62 13.65 -paysagiste paysagiste nom s 0.73 0.68 0.66 0.61 -paysagistes paysagiste nom p 0.73 0.68 0.08 0.07 -paysagé paysagé adj m s 0.00 0.47 0.00 0.41 -paysagés paysagé adj m p 0.00 0.47 0.00 0.07 -paysan paysan nom m s 22.34 57.30 9.06 17.77 -paysanne paysan nom f s 22.34 57.30 2.66 6.82 -paysannerie paysannerie nom f s 0.23 0.54 0.23 0.54 -paysannes paysanne nom f p 0.95 0.00 0.95 0.00 -paysans paysan nom m p 22.34 57.30 10.62 29.80 -payse payse nom m 0.01 0.07 0.01 0.07 -payèrent payer ver 416.67 150.20 0.11 0.41 ind:pas:3p; -payé payer ver m s 416.67 150.20 66.22 23.24 par:pas; -payée payer ver f s 416.67 150.20 9.16 2.91 par:pas; -payées payer ver f p 416.67 150.20 1.53 1.01 par:pas; -payés payer ver m p 416.67 150.20 5.56 3.31 par:pas; -pc pc nom m 0.16 0.00 0.16 0.00 -pchitt pchitt ono 0.00 0.20 0.00 0.20 -peanuts peanuts nom m p 0.07 0.07 0.07 0.07 -peau_rouge peau_rouge nom s 0.51 0.54 0.49 0.27 -peau peau nom f s 87.47 187.77 83.83 174.26 -peaucier peaucier nom m s 0.00 0.14 0.00 0.07 -peauciers peaucier nom m p 0.00 0.14 0.00 0.07 -peaufina peaufiner ver 0.67 1.08 0.00 0.14 ind:pas:3s; -peaufinage peaufinage nom m s 0.01 0.00 0.01 0.00 -peaufinait peaufiner ver 0.67 1.08 0.03 0.20 ind:imp:3s; -peaufinant peaufiner ver 0.67 1.08 0.00 0.07 par:pre; -peaufiner peaufiner ver 0.67 1.08 0.44 0.34 inf; -peaufiné peaufiner ver m s 0.67 1.08 0.20 0.20 par:pas; -peaufinée peaufiner ver f s 0.67 1.08 0.00 0.07 par:pas; -peaufinés peaufiner ver m p 0.67 1.08 0.00 0.07 par:pas; -peausserie peausserie nom f s 0.00 0.27 0.00 0.14 -peausseries peausserie nom f p 0.00 0.27 0.00 0.14 -peaussier peaussier nom m s 0.01 0.07 0.01 0.07 -peau_rouge peau_rouge nom p 0.51 0.54 0.02 0.27 -peaux peau nom f p 87.47 187.77 3.63 13.51 -pec pec adj m s 0.01 0.00 0.01 0.00 -peccable peccable adj m s 0.01 0.00 0.01 0.00 -peccadille peccadille nom f s 0.08 1.08 0.04 0.34 -peccadilles peccadille nom f p 0.08 1.08 0.04 0.74 -peccata peccata nom m s 0.20 0.00 0.20 0.00 -peccavi peccavi nom m s 0.10 0.14 0.10 0.14 -pecnots pecnot nom m p 0.03 0.00 0.03 0.00 -pecorino pecorino nom m s 0.25 0.00 0.25 0.00 -pectoral pectoral adj m s 0.19 1.08 0.07 0.00 -pectorale pectoral adj f s 0.19 1.08 0.04 0.27 -pectorales pectoral adj f p 0.19 1.08 0.03 0.41 -pectoraux pectoral nom m p 0.70 2.09 0.66 1.76 -pedigree pedigree nom m s 0.67 1.82 0.65 1.76 -pedigrees pedigree nom m p 0.67 1.82 0.02 0.07 -pedzouille pedzouille nom m s 0.04 0.54 0.04 0.41 -pedzouilles pedzouille nom m p 0.04 0.54 0.00 0.14 -peeling peeling nom m s 0.14 0.00 0.14 0.00 -peignît peindre ver 36.05 80.27 0.00 0.07 sub:imp:3s; -peigna peigner ver 2.25 4.39 0.00 0.41 ind:pas:3s; -peignaient peindre ver 36.05 80.27 0.16 0.88 ind:imp:3p; -peignais peindre ver 36.05 80.27 0.35 1.42 ind:imp:1s; -peignait peindre ver 36.05 80.27 1.61 4.86 ind:imp:3s; -peignant peindre ver 36.05 80.27 0.51 1.55 par:pre; -peigne_cul peigne_cul nom m s 0.23 0.34 0.07 0.27 -peigne_cul peigne_cul nom m p 0.23 0.34 0.17 0.07 -peigne_zizi peigne_zizi nom s 0.00 0.07 0.00 0.07 -peigne peigne nom m s 6.81 10.81 6.07 8.85 -peignent peindre ver 36.05 80.27 0.43 0.81 ind:pre:3p;sub:pre:3p; -peigner peigner ver 2.25 4.39 0.85 1.28 inf; -peignerais peigner ver 2.25 4.39 0.00 0.07 cnd:pre:2s; -peignerait peigner ver 2.25 4.39 0.00 0.07 cnd:pre:3s; -peignes peigne nom m p 6.81 10.81 0.74 1.96 -peignez peindre ver 36.05 80.27 0.57 0.20 imp:pre:2p;ind:pre:2p; -peigniez peigner ver 2.25 4.39 0.03 0.00 ind:imp:2p; -peignions peigner ver 2.25 4.39 0.00 0.20 ind:imp:1p; -peignis peindre ver 36.05 80.27 0.00 1.22 ind:pas:1s; -peignit peindre ver 36.05 80.27 0.14 1.82 ind:pas:3s; -peignoir peignoir nom m s 6.65 16.96 5.94 14.73 -peignoirs peignoir nom m p 6.65 16.96 0.72 2.23 -peignons peindre ver 36.05 80.27 0.18 0.00 imp:pre:1p;ind:pre:1p; -peigné peigner ver m s 2.25 4.39 0.08 0.41 par:pas; -peignée peignée nom f s 0.17 1.49 0.17 1.22 -peignées peignée nom f p 0.17 1.49 0.00 0.27 -peignés peigné adj m p 0.06 1.89 0.02 1.01 -peina peiner ver 7.65 12.36 0.00 0.14 ind:pas:3s; -peinaient peiner ver 7.65 12.36 0.01 0.61 ind:imp:3p; -peinais peiner ver 7.65 12.36 0.02 0.07 ind:imp:1s; -peinait peiner ver 7.65 12.36 0.03 2.43 ind:imp:3s; -peinant peiner ver 7.65 12.36 0.15 0.68 par:pre; -peinard peinard adj m s 3.92 9.59 2.91 5.88 -peinarde peinard adj f s 3.92 9.59 0.33 1.35 -peinardement peinardement adv 0.00 0.20 0.00 0.20 -peinardes peinard adj f p 3.92 9.59 0.02 0.20 -peinards peinard adj m p 3.92 9.59 0.67 2.16 -peindra peindre ver 36.05 80.27 0.19 0.07 ind:fut:3s; -peindrai peindre ver 36.05 80.27 0.51 0.34 ind:fut:1s; -peindrais peindre ver 36.05 80.27 0.06 0.27 cnd:pre:1s;cnd:pre:2s; -peindrait peindre ver 36.05 80.27 0.16 0.34 cnd:pre:3s; -peindras peindre ver 36.05 80.27 0.17 0.14 ind:fut:2s; -peindre peindre ver 36.05 80.27 12.75 22.64 inf;; -peine peine nom f s 199.75 399.53 193.42 388.24 -peinent peiner ver 7.65 12.36 0.54 0.27 ind:pre:3p; -peiner peiner ver 7.65 12.36 0.45 2.36 ind:pre:2p;inf; -peinera peiner ver 7.65 12.36 0.14 0.07 ind:fut:3s; -peinerait peiner ver 7.65 12.36 0.18 0.00 cnd:pre:3s; -peinerez peiner ver 7.65 12.36 0.01 0.00 ind:fut:2p; -peines peine nom f p 199.75 399.53 6.34 11.28 -peineuse peineuse adj m s 0.00 0.07 0.00 0.07 -peinez peiner ver 7.65 12.36 0.54 0.07 imp:pre:2p;ind:pre:2p; -peinions peiner ver 7.65 12.36 0.00 0.07 ind:imp:1p; -peinons peiner ver 7.65 12.36 0.14 0.07 ind:pre:1p; -peinât peiner ver 7.65 12.36 0.00 0.07 sub:imp:3s; -peins peindre ver 36.05 80.27 3.77 2.70 imp:pre:2s;ind:pre:1s;ind:pre:2s; -peint peindre ver m s 36.05 80.27 11.95 17.84 ind:pre:3s;par:pas;par:pas; -peinte peindre ver f s 36.05 80.27 0.95 9.53 par:pas; -peintes peindre ver f p 36.05 80.27 0.61 5.95 par:pas; -peinèrent peiner ver 7.65 12.36 0.00 0.07 ind:pas:3p; -peintre peintre nom s 17.02 45.07 13.60 31.22 -peintres peintre nom p 17.02 45.07 3.42 13.85 -peints peindre ver m p 36.05 80.27 1.00 7.64 par:pas; -peinture peinture nom f s 29.53 67.64 25.83 59.39 -peintures peinture nom f p 29.53 67.64 3.70 8.24 -peinturlure peinturlurer ver 0.47 2.23 0.14 0.00 ind:pre:1s;ind:pre:3s; -peinturlurent peinturlurer ver 0.47 2.23 0.00 0.07 ind:pre:3p; -peinturlurer peinturlurer ver 0.47 2.23 0.11 0.41 inf; -peinturlures peinturlurer ver 0.47 2.23 0.00 0.07 ind:pre:2s; -peinturlureur peinturlureur nom m s 0.00 0.14 0.00 0.07 -peinturlureurs peinturlureur nom m p 0.00 0.14 0.00 0.07 -peinturluré peinturlurer ver m s 0.47 2.23 0.12 0.74 par:pas; -peinturlurée peinturlurer ver f s 0.47 2.23 0.02 0.47 par:pas; -peinturlurées peinturlurer ver f p 0.47 2.23 0.03 0.14 par:pas; -peinturlurés peinturlurer ver m p 0.47 2.23 0.05 0.34 par:pas; -peinturé peinturer ver m s 0.02 0.20 0.02 0.14 par:pas; -peinturée peinturer ver f s 0.02 0.20 0.00 0.07 par:pas; -peiné peiner ver m s 7.65 12.36 1.68 2.50 par:pas; -peinée peiner ver f s 7.65 12.36 0.14 0.74 par:pas; -peinées peiner ver f p 7.65 12.36 0.11 0.00 par:pas; -peinés peiner ver m p 7.65 12.36 0.22 0.20 par:pas; -pela peler ver 1.78 4.93 0.00 0.20 ind:pas:3s; -pelade pelade nom f s 0.16 0.47 0.16 0.41 -pelades pelade nom f p 0.16 0.47 0.00 0.07 -pelage pelage nom m s 0.44 6.01 0.44 5.74 -pelages pelage nom m p 0.44 6.01 0.00 0.27 -pelaient peler ver 1.78 4.93 0.00 0.07 ind:imp:3p; -pelait peler ver 1.78 4.93 0.01 0.41 ind:imp:3s; -pelant peler ver 1.78 4.93 0.00 0.27 par:pre; -peler peler ver 1.78 4.93 0.44 1.22 inf; -pelisse pelisse nom f s 0.11 3.51 0.11 2.84 -pelisses pelisse nom f p 0.11 3.51 0.00 0.68 -pellagre pellagre nom f s 0.04 0.00 0.04 0.00 -pelle_bêche pelle_bêche nom f s 0.00 0.14 0.00 0.07 -pelle_pioche pelle_pioche nom f s 0.00 0.41 0.00 0.07 -pelle pelle nom f s 10.10 15.61 8.75 11.35 -pelle_bêche pelle_bêche nom f p 0.00 0.14 0.00 0.07 -pelle_pioche pelle_pioche nom f p 0.00 0.41 0.00 0.34 -pelles pelle nom f p 10.10 15.61 1.35 4.26 -pelletage pelletage nom m s 0.02 0.00 0.02 0.00 -pelletaient pelleter ver 0.27 0.95 0.00 0.14 ind:imp:3p; -pelletait pelleter ver 0.27 0.95 0.00 0.27 ind:imp:3s; -pelletant pelleter ver 0.27 0.95 0.00 0.14 par:pre; -pelleter pelleter ver 0.27 0.95 0.27 0.34 inf; -pelleterie pelleterie nom f s 0.00 0.07 0.00 0.07 -pelleteur pelleteur nom m s 0.44 0.27 0.04 0.00 -pelleteuse pelleteur nom f s 0.44 0.27 0.40 0.14 -pelleteuses pelleteuse nom f p 0.02 0.00 0.02 0.00 -pelletiers pelletier nom m p 0.02 0.14 0.02 0.14 -pellette pelleter ver 0.27 0.95 0.00 0.07 ind:pre:3s; -pelletée pelletée nom f s 0.31 2.03 0.29 0.47 -pelletées pelletée nom f p 0.31 2.03 0.02 1.55 -pelliculages pelliculage nom m p 0.00 0.07 0.00 0.07 -pelliculaire pelliculaire adj f s 0.00 0.07 0.00 0.07 -pellicule pellicule nom f s 7.52 6.82 6.29 5.68 -pellicules pellicule nom f p 7.52 6.82 1.23 1.15 -pelliculé pelliculer ver m s 0.00 0.14 0.00 0.07 par:pas; -pelliculée pelliculer ver f s 0.00 0.14 0.00 0.07 par:pas; -pelloche pelloche nom f s 0.10 0.20 0.10 0.20 -pelota peloter ver 5.36 3.38 0.10 0.14 ind:pas:3s; -pelotage pelotage nom m s 0.21 0.61 0.19 0.34 -pelotages pelotage nom m p 0.21 0.61 0.02 0.27 -pelotaient peloter ver 5.36 3.38 0.03 0.14 ind:imp:3p; -pelotais peloter ver 5.36 3.38 0.07 0.00 ind:imp:1s;ind:imp:2s; -pelotait peloter ver 5.36 3.38 0.32 0.61 ind:imp:3s; -pelotant peloter ver 5.36 3.38 0.14 0.34 par:pre; -pelote pelote nom f s 0.98 6.01 0.94 4.19 -pelotent peloter ver 5.36 3.38 0.14 0.00 ind:pre:3p; -peloter peloter ver 5.36 3.38 2.90 1.22 inf; -peloterai peloter ver 5.36 3.38 0.04 0.07 ind:fut:1s; -peloterait peloter ver 5.36 3.38 0.01 0.00 cnd:pre:3s; -pelotes peloter ver 5.36 3.38 0.17 0.00 ind:pre:2s; -peloteur peloteur nom m s 0.03 0.14 0.02 0.00 -peloteurs peloteur nom m p 0.03 0.14 0.01 0.14 -peloteuse peloteur adj f s 0.00 0.20 0.00 0.14 -pelotez peloter ver 5.36 3.38 0.11 0.00 imp:pre:2p;ind:pre:2p; -peloton peloton nom m s 7.15 10.74 6.83 9.73 -pelotonna pelotonner ver 0.07 4.12 0.00 0.34 ind:pas:3s; -pelotonnai pelotonner ver 0.07 4.12 0.00 0.14 ind:pas:1s; -pelotonnaient pelotonner ver 0.07 4.12 0.01 0.07 ind:imp:3p; -pelotonnais pelotonner ver 0.07 4.12 0.00 0.07 ind:imp:1s; -pelotonnait pelotonner ver 0.07 4.12 0.00 0.14 ind:imp:3s; -pelotonnant pelotonner ver 0.07 4.12 0.00 0.07 par:pre; -pelotonne pelotonner ver 0.07 4.12 0.00 0.34 ind:pre:1s;ind:pre:3s; -pelotonnent pelotonner ver 0.07 4.12 0.00 0.14 ind:pre:3p; -pelotonner pelotonner ver 0.07 4.12 0.01 0.68 inf; -pelotonné pelotonner ver m s 0.07 4.12 0.00 1.22 par:pas; -pelotonnée pelotonner ver f s 0.07 4.12 0.02 0.61 par:pas; -pelotonnées pelotonner ver f p 0.07 4.12 0.00 0.14 par:pas; -pelotonnés pelotonner ver m p 0.07 4.12 0.02 0.20 par:pas; -pelotons peloton nom m p 7.15 10.74 0.32 1.01 -peloté peloter ver m s 5.36 3.38 0.28 0.00 par:pas; -pelotée peloter ver f s 5.36 3.38 0.38 0.14 par:pas; -pelotés peloter ver m p 5.36 3.38 0.32 0.00 par:pas; -pelouse pelouse nom f s 4.79 19.39 4.28 12.97 -pelouses pelouse nom f p 4.79 19.39 0.52 6.42 -pelé peler ver m s 1.78 4.93 0.14 0.95 par:pas; -peluche peluche nom f s 4.21 5.54 3.25 5.34 -peluches peluche nom f p 4.21 5.54 0.96 0.20 -pelucheuse pelucheux adj f s 0.31 1.76 0.03 0.54 -pelucheuses pelucheux adj f p 0.31 1.76 0.01 0.27 -pelucheux pelucheux adj m 0.31 1.76 0.27 0.95 -peluchée peluché adj f s 0.00 0.20 0.00 0.20 -pelée pelé adj f s 0.44 3.24 0.30 1.08 -pelées peler ver f p 1.78 4.93 0.00 0.34 par:pas; -pelure pelure nom f s 0.37 3.24 0.10 2.03 -pelures pelure nom f p 0.37 3.24 0.28 1.22 -pelés peler ver m p 1.78 4.93 0.02 0.41 par:pas; -pelvien pelvien adj m s 0.55 0.00 0.18 0.00 -pelvienne pelvien adj f s 0.55 0.00 0.37 0.00 -pelvis pelvis nom m 0.34 0.07 0.34 0.07 -pembina pembina nom f s 0.00 0.07 0.00 0.07 -pemmican pemmican nom m s 0.01 0.14 0.01 0.14 -penalties penalties nom m p 0.29 0.14 0.29 0.14 -penalty penalty nom m s 1.50 0.47 1.50 0.47 -penaud penaud adj m s 0.21 4.86 0.20 3.04 -penaude penaud adj f s 0.21 4.86 0.01 0.81 -penaudes penaud adj f p 0.21 4.86 0.00 0.07 -penauds penaud adj m p 0.21 4.86 0.00 0.95 -pence pence nom m p 1.71 0.14 1.71 0.14 -pencha pencher ver 16.90 155.88 0.10 34.05 ind:pas:3s; -penchai pencher ver 16.90 155.88 0.00 2.36 ind:pas:1s; -penchaient pencher ver 16.90 155.88 0.00 2.30 ind:imp:3p; -penchais pencher ver 16.90 155.88 0.23 1.22 ind:imp:1s;ind:imp:2s; -penchait pencher ver 16.90 155.88 0.26 13.92 ind:imp:3s; -penchant penchant nom m s 3.26 5.27 2.54 3.45 -penchante penchant adj f s 0.01 0.74 0.00 0.20 -penchants penchant nom m p 3.26 5.27 0.72 1.82 -penche pencher ver 16.90 155.88 7.30 26.89 imp:pre:2s;ind:pre:1s;ind:pre:3s; -penchement penchement nom m s 0.00 0.20 0.00 0.20 -penchent pencher ver 16.90 155.88 0.44 2.91 ind:pre:3p; -pencher pencher ver 16.90 155.88 2.08 11.76 inf; -penchera pencher ver 16.90 155.88 0.18 0.27 ind:fut:3s; -pencherai pencher ver 16.90 155.88 0.20 0.00 ind:fut:1s; -pencheraient pencher ver 16.90 155.88 0.04 0.07 cnd:pre:3p; -pencherais pencher ver 16.90 155.88 0.13 0.34 cnd:pre:1s; -pencherait pencher ver 16.90 155.88 0.04 0.14 cnd:pre:3s; -pencheras pencher ver 16.90 155.88 0.01 0.00 ind:fut:2s; -pencherez pencher ver 16.90 155.88 0.01 0.00 ind:fut:2p; -pencheriez pencher ver 16.90 155.88 0.01 0.00 cnd:pre:2p; -pencherons pencher ver 16.90 155.88 0.01 0.00 ind:fut:1p; -pencheront pencher ver 16.90 155.88 0.37 0.14 ind:fut:3p; -penches pencher ver 16.90 155.88 0.28 0.14 ind:pre:2s; -penchez pencher ver 16.90 155.88 1.75 0.27 imp:pre:2p;ind:pre:2p; -penchiez pencher ver 16.90 155.88 0.04 0.00 ind:imp:2p; -penchions pencher ver 16.90 155.88 0.02 0.34 ind:imp:1p; -penchâmes pencher ver 16.90 155.88 0.01 0.20 ind:pas:1p; -penchons pencher ver 16.90 155.88 0.11 0.27 imp:pre:1p;ind:pre:1p; -penchât pencher ver 16.90 155.88 0.00 0.14 sub:imp:3s; -penchèrent pencher ver 16.90 155.88 0.00 0.81 ind:pas:3p; -penché pencher ver m s 16.90 155.88 1.61 25.07 par:pas; -penchée pencher ver f s 16.90 155.88 1.32 12.36 par:pas; -penchées pencher ver f p 16.90 155.88 0.01 1.35 par:pas; -penchés penché adj m p 1.30 11.01 0.21 1.55 -pend pendre ver 43.03 58.04 2.50 6.69 ind:pre:3s; -pendable pendable adj s 0.04 0.88 0.02 0.61 -pendables pendable adj m p 0.04 0.88 0.02 0.27 -pendaient pendre ver 43.03 58.04 0.51 7.30 ind:imp:3p; -pendais pendre ver 43.03 58.04 0.02 0.00 ind:imp:1s; -pendaison pendaison nom f s 3.02 1.08 2.78 1.08 -pendaisons pendaison nom f p 3.02 1.08 0.24 0.00 -pendait pendre ver 43.03 58.04 0.86 13.38 ind:imp:3s; -pendant pendant pre 312.62 450.14 312.62 450.14 -pendante pendant adj_sup f s 3.56 12.50 0.36 3.24 -pendantes pendant adj_sup f p 3.56 12.50 0.19 3.92 -pendants pendant adj_sup m p 3.56 12.50 0.18 1.49 -pendard pendard nom m s 0.05 0.07 0.03 0.07 -pendarde pendard nom f s 0.05 0.07 0.01 0.00 -pendards pendard nom m p 0.05 0.07 0.01 0.00 -pende pendre ver 43.03 58.04 1.15 0.34 sub:pre:1s;sub:pre:3s; -pendeloque pendeloque nom f s 0.01 1.08 0.01 0.14 -pendeloques pendeloque nom f p 0.01 1.08 0.00 0.95 -pendent pendre ver 43.03 58.04 1.41 4.53 ind:pre:3p; -pendentif pendentif nom m s 1.04 1.22 1.00 0.74 -pendentifs pendentif nom m p 1.04 1.22 0.03 0.47 -penderie penderie nom f s 1.88 3.11 1.84 2.50 -penderies penderie nom f p 1.88 3.11 0.04 0.61 -pendeur pendeur nom m s 0.01 0.00 0.01 0.00 -pendez pendre ver 43.03 58.04 1.60 0.14 imp:pre:2p;ind:pre:2p; -pendillaient pendiller ver 0.01 0.41 0.00 0.14 ind:imp:3p; -pendillait pendiller ver 0.01 0.41 0.00 0.07 ind:imp:3s; -pendillant pendiller ver 0.01 0.41 0.00 0.14 par:pre; -pendille pendiller ver 0.01 0.41 0.01 0.07 ind:pre:3s; -pendirent pendre ver 43.03 58.04 0.00 0.07 ind:pas:3p; -pendit pendre ver 43.03 58.04 0.09 1.08 ind:pas:3s; -pendjabi pendjabi nom m s 0.04 0.00 0.04 0.00 -pendons pendre ver 43.03 58.04 0.63 0.00 imp:pre:1p;ind:pre:1p; -pendouillaient pendouiller ver 0.47 2.23 0.01 0.27 ind:imp:3p; -pendouillait pendouiller ver 0.47 2.23 0.00 0.47 ind:imp:3s; -pendouillant pendouiller ver 0.47 2.23 0.02 0.47 par:pre; -pendouille pendouiller ver 0.47 2.23 0.30 0.61 ind:pre:1s;ind:pre:3s; -pendouillent pendouiller ver 0.47 2.23 0.03 0.27 ind:pre:3p; -pendouiller pendouiller ver 0.47 2.23 0.11 0.07 inf; -pendouilles pendouiller ver 0.47 2.23 0.00 0.07 ind:pre:2s; -pendra pendre ver 43.03 58.04 1.83 0.34 ind:fut:3s; -pendrai pendre ver 43.03 58.04 0.28 0.00 ind:fut:1s; -pendrais pendre ver 43.03 58.04 0.19 0.07 cnd:pre:1s;cnd:pre:2s; -pendrait pendre ver 43.03 58.04 0.28 0.07 cnd:pre:3s; -pendras pendre ver 43.03 58.04 0.17 0.00 ind:fut:2s; -pendre pendre ver 43.03 58.04 12.40 8.51 inf; -pendrez pendre ver 43.03 58.04 0.05 0.00 ind:fut:2p; -pendrons pendre ver 43.03 58.04 0.07 0.00 ind:fut:1p; -pendront pendre ver 43.03 58.04 0.82 0.07 ind:fut:3p; -pends pendre ver 43.03 58.04 1.13 0.20 imp:pre:2s;ind:pre:1s;ind:pre:2s; -pendu pendre ver m s 43.03 58.04 11.02 5.74 par:pas; -pendue pendre ver f s 43.03 58.04 2.19 2.97 par:pas; -pendues pendu adj f p 2.90 3.78 0.18 0.47 -pendulaire pendulaire adj s 0.00 0.20 0.00 0.20 -pendulait penduler ver 0.00 0.07 0.00 0.07 ind:imp:3s; -pendule pendule nom s 4.78 11.82 3.37 9.86 -pendules pendule nom f p 4.78 11.82 1.42 1.96 -pendulette pendulette nom f s 0.03 1.15 0.03 0.95 -pendulettes pendulette nom f p 0.03 1.15 0.00 0.20 -pendus pendre ver m p 43.03 58.04 1.52 2.50 par:pas; -pennage pennage nom m s 0.12 0.00 0.12 0.00 -penne penne nom f s 0.39 0.54 0.34 0.34 -pennes penne nom f p 0.39 0.54 0.05 0.20 -pennies pennies nom m p 0.62 0.20 0.62 0.20 -pennon pennon nom m s 0.02 0.07 0.01 0.00 -pennons pennon nom m p 0.02 0.07 0.01 0.07 -pennées penné adj f p 0.00 0.07 0.00 0.07 -penny penny nom f s 3.49 0.14 3.49 0.14 -penon penon nom m s 0.00 0.07 0.00 0.07 -pensa penser ver 1485.46 869.80 1.52 78.11 ind:pas:3s; -pensable pensable adj f s 0.19 0.81 0.19 0.81 -pensai penser ver 1485.46 869.80 0.86 16.28 ind:pas:1s; -pensaient penser ver 1485.46 869.80 6.32 10.61 ind:imp:3p; -pensais penser ver 1485.46 869.80 199.51 69.66 ind:imp:1s;ind:imp:2s; -pensait penser ver 1485.46 869.80 32.53 109.05 ind:imp:3s; -pensant penser ver 1485.46 869.80 10.22 32.50 par:pre; -pensante pensant adj f s 1.09 6.08 0.19 1.22 -pensantes pensant adj f p 1.09 6.08 0.06 0.14 -pensants pensant adj m p 1.09 6.08 0.03 0.41 -pense_bête pense_bête nom m s 0.34 0.41 0.17 0.41 -pense_bête pense_bête nom m p 0.34 0.41 0.17 0.00 -pense penser ver 1485.46 869.80 517.64 178.04 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:1s;sub:pre:3s; -pensent penser ver 1485.46 869.80 37.42 12.30 ind:pre:3p; -penser penser ver 1485.46 869.80 140.23 161.62 inf; -pensera penser ver 1485.46 869.80 3.66 1.62 ind:fut:3s; -penserai penser ver 1485.46 869.80 3.44 1.28 ind:fut:1s; -penseraient penser ver 1485.46 869.80 0.90 0.88 cnd:pre:3p; -penserais penser ver 1485.46 869.80 2.38 1.22 cnd:pre:1s;cnd:pre:2s; -penserait penser ver 1485.46 869.80 3.17 2.16 cnd:pre:3s; -penseras penser ver 1485.46 869.80 1.84 0.95 ind:fut:2s; -penserez penser ver 1485.46 869.80 0.93 0.61 ind:fut:2p; -penseriez penser ver 1485.46 869.80 0.66 0.20 cnd:pre:2p; -penserions penser ver 1485.46 869.80 0.01 0.20 cnd:pre:1p; -penserons penser ver 1485.46 869.80 0.30 0.14 ind:fut:1p; -penseront penser ver 1485.46 869.80 2.19 0.61 ind:fut:3p; -penses penser ver 1485.46 869.80 186.90 38.24 ind:pre:2s;sub:pre:2s; -penseur penseur nom m s 1.64 3.92 0.84 1.96 -penseurs penseur nom m p 1.64 3.92 0.80 1.69 -penseuse penseur nom f s 1.64 3.92 0.00 0.14 -penseuses penseur nom f p 1.64 3.92 0.00 0.14 -pensez penser ver 1485.46 869.80 148.70 41.69 imp:pre:2p;ind:pre:2p; -pensiez penser ver 1485.46 869.80 12.33 2.16 ind:imp:2p;sub:pre:2p; -pensif pensif adj m s 0.80 9.80 0.58 5.95 -pensifs pensif adj m p 0.80 9.80 0.01 1.42 -pension pension nom f s 17.75 19.19 16.45 18.18 -pensionna pensionner ver 0.02 0.20 0.00 0.07 ind:pas:3s; -pensionnaire pensionnaire nom s 2.41 10.54 1.42 4.19 -pensionnaires pensionnaire nom p 2.41 10.54 0.99 6.35 -pensionnat pensionnat nom m s 1.88 2.77 1.87 2.64 -pensionnats pensionnat nom m p 1.88 2.77 0.01 0.14 -pensionner pensionner ver 0.02 0.20 0.00 0.07 inf; -pensionné pensionner ver m s 0.02 0.20 0.01 0.00 par:pas; -pensionnés pensionné nom m p 0.21 0.20 0.21 0.00 -pensions penser ver 1485.46 869.80 5.41 4.26 ind:imp:1p; -pensive pensif adj f s 0.80 9.80 0.21 2.43 -pensivement pensivement adv 0.01 5.20 0.01 5.20 -pensâmes penser ver 1485.46 869.80 0.00 0.07 ind:pas:1p; -pensons penser ver 1485.46 869.80 13.89 3.65 imp:pre:1p;ind:pre:1p; -pensât penser ver 1485.46 869.80 0.00 0.74 sub:imp:3s; -pensèrent penser ver 1485.46 869.80 0.07 1.01 ind:pas:3p; -pensé penser ver m s 1485.46 869.80 151.67 97.57 imp:pre:2s;par:pas;par:pas;par:pas;par:pas;par:pas; -pensée pensée nom f s 57.87 151.55 26.25 98.92 -pensées pensée nom f p 57.87 151.55 31.61 52.64 -pensum pensum nom m s 0.03 1.22 0.02 0.95 -pensums pensum nom m p 0.03 1.22 0.01 0.27 -pensés penser ver m p 1485.46 869.80 0.09 0.41 par:pas; -pentacle pentacle nom m s 0.57 0.20 0.54 0.20 -pentacles pentacle nom m p 0.57 0.20 0.04 0.00 -pentagonal pentagonal adj m s 0.01 0.00 0.01 0.00 -pentagone pentagone nom m s 0.26 0.20 0.25 0.14 -pentagones pentagone nom m p 0.26 0.20 0.01 0.07 -pentagramme pentagramme nom m s 0.70 0.00 0.67 0.00 -pentagrammes pentagramme nom m p 0.70 0.00 0.04 0.00 -pentamètre pentamètre nom s 0.17 0.00 0.12 0.00 -pentamètres pentamètre nom p 0.17 0.00 0.05 0.00 -pentasyllabe pentasyllabe nom m s 0.00 0.07 0.00 0.07 -pentateuque pentateuque nom m s 0.00 0.07 0.00 0.07 -pentathlon pentathlon nom m s 0.00 0.07 0.00 0.07 -pente pente nom f s 4.82 49.66 4.46 39.19 -pentecôte pentecôte nom f s 0.57 3.85 0.57 3.85 -pentecôtiste pentecôtiste nom s 0.04 0.20 0.02 0.20 -pentecôtistes pentecôtiste nom p 0.04 0.20 0.02 0.00 -pentes pente nom f p 4.82 49.66 0.36 10.47 -penthiobarbital penthiobarbital nom m s 0.01 0.00 0.01 0.00 -penthotal penthotal nom m s 0.06 0.20 0.06 0.20 -penthouse penthouse nom m s 0.90 0.00 0.90 0.00 -pentothal pentothal nom m s 0.17 0.00 0.17 0.00 -pentu pentu adj m s 0.05 1.22 0.05 0.61 -pentue pentu adj f s 0.05 1.22 0.00 0.27 -pentues pentu adj f p 0.05 1.22 0.00 0.07 -pentélique pentélique adj m s 0.00 0.07 0.00 0.07 -penture penture nom f s 0.00 0.14 0.00 0.07 -pentures penture nom f p 0.00 0.14 0.00 0.07 -pentus pentu adj m p 0.05 1.22 0.00 0.27 -people people adj 3.55 0.20 3.55 0.20 -pep pep nom m s 0.33 0.14 0.15 0.14 -peppermint peppermint nom m s 0.05 0.34 0.05 0.34 -peps pep nom m p 0.33 0.14 0.18 0.00 -pepsine pepsine nom f s 0.01 0.00 0.01 0.00 -peptide peptide nom m s 0.03 0.00 0.03 0.00 -peptique peptique adj s 0.03 0.00 0.03 0.00 -percale percale nom f s 0.11 0.68 0.11 0.61 -percales percale nom f p 0.11 0.68 0.00 0.07 -perce_oreille perce_oreille nom m s 0.04 0.20 0.03 0.07 -perce_oreille perce_oreille nom m p 0.04 0.20 0.01 0.14 -perce_pierre perce_pierre nom f s 0.00 0.07 0.00 0.07 -perce percer ver 15.77 42.03 2.09 3.45 imp:pre:2s;ind:pre:1s;ind:pre:3s; -percement percement nom m s 0.01 0.41 0.01 0.41 -percent percer ver 15.77 42.03 0.42 1.08 ind:pre:3p; -percepteur percepteur nom m s 1.03 1.42 0.93 1.28 -percepteurs percepteur nom m p 1.03 1.42 0.09 0.14 -perceptible perceptible adj s 0.46 7.43 0.40 6.01 -perceptibles perceptible adj p 0.46 7.43 0.06 1.42 -perceptif perceptif adj m s 0.09 0.14 0.01 0.14 -perception perception nom f s 2.92 3.72 2.62 2.70 -perceptions perception nom f p 2.92 3.72 0.31 1.01 -perceptive perceptif adj f s 0.09 0.14 0.07 0.00 -perceptives perceptif adj f p 0.09 0.14 0.01 0.00 -perceptrice percepteur nom f s 1.03 1.42 0.01 0.00 -perceptuels perceptuel adj m p 0.01 0.00 0.01 0.00 -percer percer ver 15.77 42.03 6.19 11.22 inf; -percera percer ver 15.77 42.03 0.26 0.20 ind:fut:3s; -percerai percer ver 15.77 42.03 0.08 0.00 ind:fut:1s; -percerait percer ver 15.77 42.03 0.03 0.00 cnd:pre:3s; -percerez percer ver 15.77 42.03 0.11 0.07 ind:fut:2p; -perceur perceur nom m s 1.21 1.01 0.12 0.20 -perceurs perceur nom m p 1.21 1.01 0.12 0.47 -perceuse perceur nom f s 1.21 1.01 0.97 0.20 -perceuses perceuse nom f p 0.01 0.00 0.01 0.00 -percevaient percevoir ver 7.39 41.01 0.01 0.81 ind:imp:3p; -percevais percevoir ver 7.39 41.01 0.26 2.30 ind:imp:1s;ind:imp:2s; -percevait percevoir ver 7.39 41.01 0.15 6.62 ind:imp:3s; -percevant percevoir ver 7.39 41.01 0.20 1.15 par:pre; -percevez percevoir ver 7.39 41.01 0.26 0.00 imp:pre:2p;ind:pre:2p; -perceviez percevoir ver 7.39 41.01 0.00 0.07 ind:imp:2p; -percevions percevoir ver 7.39 41.01 0.01 0.27 ind:imp:1p; -percevoir percevoir ver 7.39 41.01 1.19 9.19 inf; -percevons percevoir ver 7.39 41.01 0.20 0.20 ind:pre:1p; -percevra percevoir ver 7.39 41.01 0.17 0.00 ind:fut:3s; -percevrais percevoir ver 7.39 41.01 0.01 0.00 cnd:pre:1s; -percevrait percevoir ver 7.39 41.01 0.01 0.14 cnd:pre:3s; -percevrez percevoir ver 7.39 41.01 0.01 0.00 ind:fut:2p; -percez percer ver 15.77 42.03 0.33 0.00 imp:pre:2p;ind:pre:2p; -percha percher ver 2.37 12.97 0.04 0.20 ind:pas:3s; -perchaient percher ver 2.37 12.97 0.10 0.34 ind:imp:3p; -perchais percher ver 2.37 12.97 0.01 0.14 ind:imp:1s; -perchait percher ver 2.37 12.97 0.11 0.14 ind:imp:3s; -perche perche nom f s 6.11 7.43 5.67 4.93 -perchent percher ver 2.37 12.97 0.00 0.14 ind:pre:3p; -percher percher ver 2.37 12.97 0.23 0.68 inf;; -percheron percheron nom m s 0.02 2.30 0.02 1.22 -percheronne percheron adj f s 0.00 0.68 0.00 0.14 -percheronnes percheron nom f p 0.02 2.30 0.00 0.07 -percherons percheron nom m p 0.02 2.30 0.00 1.01 -perches perche nom f p 6.11 7.43 0.45 2.50 -perchettes perchette nom f p 0.00 0.07 0.00 0.07 -percheurs percheur adj m p 0.01 0.00 0.01 0.00 -perchiste perchiste nom s 0.00 0.07 0.00 0.07 -perchlorate perchlorate nom m s 0.04 0.00 0.04 0.00 -perchlorique perchlorique adj m s 0.01 0.00 0.01 0.00 -perchman perchman nom m s 0.14 0.07 0.14 0.00 -perchmans perchman nom m p 0.14 0.07 0.00 0.07 -perchoir perchoir nom m s 0.46 3.78 0.43 3.58 -perchoirs perchoir nom m p 0.46 3.78 0.03 0.20 -perchèrent percher ver 2.37 12.97 0.00 0.07 ind:pas:3p; -perché percher ver m s 2.37 12.97 1.12 4.59 par:pas; -perchée percher ver f s 2.37 12.97 0.49 2.97 par:pas; -perchées percher ver f p 2.37 12.97 0.00 0.68 par:pas; -perchés percher ver m p 2.37 12.97 0.10 2.70 par:pas; -percions percer ver 15.77 42.03 0.00 0.07 ind:imp:1p; -perclus perclus adj m 0.03 1.62 0.03 1.28 -percluse perclus adj f s 0.03 1.62 0.00 0.27 -percluses perclus adj f p 0.03 1.62 0.00 0.07 -perco perco nom m s 0.07 0.27 0.07 0.14 -percolateur percolateur nom m s 0.11 1.28 0.09 0.95 -percolateurs percolateur nom m p 0.11 1.28 0.02 0.34 -percolation percolation nom f s 0.01 0.00 0.01 0.00 -percoler percoler ver 0.01 0.00 0.01 0.00 inf; -percos perco nom m p 0.07 0.27 0.00 0.14 -percèrent percer ver 15.77 42.03 0.10 0.47 ind:pas:3p; -percé percer ver m s 15.77 42.03 3.67 7.57 par:pas; -percée percée nom f s 1.37 3.99 1.20 3.58 -percées percer ver f p 15.77 42.03 0.46 2.03 par:pas; -percés percer ver m p 15.77 42.03 0.51 2.77 par:pas; -percussion percussion nom f s 1.04 1.76 0.16 0.61 -percussionniste percussionniste nom s 0.09 0.00 0.08 0.00 -percussionnistes percussionniste nom p 0.09 0.00 0.01 0.00 -percussions percussion nom f p 1.04 1.76 0.89 1.15 -percuta percuter ver 3.87 2.77 0.01 0.61 ind:pas:3s; -percutait percuter ver 3.87 2.77 0.02 0.14 ind:imp:3s; -percutant percutant adj m s 0.38 1.01 0.32 0.41 -percutante percutant adj f s 0.38 1.01 0.01 0.00 -percutantes percutant adj f p 0.38 1.01 0.02 0.07 -percutants percutant adj m p 0.38 1.01 0.03 0.54 -percute percuter ver 3.87 2.77 0.49 0.27 imp:pre:2s;ind:pre:1s;ind:pre:3s; -percutent percuter ver 3.87 2.77 0.04 0.07 ind:pre:3p; -percuter percuter ver 3.87 2.77 0.69 0.74 inf; -percuterait percuter ver 3.87 2.77 0.00 0.07 cnd:pre:3s; -percutes percuter ver 3.87 2.77 0.26 0.00 ind:pre:2s; -percuteur percuteur nom m s 0.25 0.07 0.22 0.07 -percuteurs percuteur nom m p 0.25 0.07 0.02 0.00 -percutez percuter ver 3.87 2.77 0.06 0.00 imp:pre:2p;ind:pre:2p; -percuté percuter ver m s 3.87 2.77 2.07 0.54 par:pas; -percutée percuter ver f s 3.87 2.77 0.12 0.00 par:pas; -percutées percuter ver f p 3.87 2.77 0.02 0.00 par:pas; -percutés percuter ver m p 3.87 2.77 0.06 0.00 par:pas; -perd perdre ver 546.08 377.36 39.97 25.00 ind:pre:3s; -perdîmes perdre ver 546.08 377.36 0.02 0.20 ind:pas:1p; -perdît perdre ver 546.08 377.36 0.00 0.61 sub:imp:3s; -perdaient perdre ver 546.08 377.36 0.53 7.64 ind:imp:3p; -perdais perdre ver 546.08 377.36 2.85 4.80 ind:imp:1s;ind:imp:2s; -perdait perdre ver 546.08 377.36 2.52 24.73 ind:imp:3s; -perdant perdant nom m s 6.71 1.42 4.04 0.74 -perdante perdant nom f s 6.71 1.42 0.68 0.07 -perdants perdant nom m p 6.71 1.42 2.00 0.61 -perde perdre ver 546.08 377.36 5.62 4.19 sub:pre:1s;sub:pre:3s; -perdent perdre ver 546.08 377.36 8.12 8.72 ind:pre:3p; -perdes perdre ver 546.08 377.36 0.89 0.20 sub:pre:2s; -perdez perdre ver 546.08 377.36 15.04 2.16 imp:pre:2p;ind:pre:2p; -perdiez perdre ver 546.08 377.36 0.59 0.20 ind:imp:2p; -perdions perdre ver 546.08 377.36 0.43 0.88 ind:imp:1p; -perdirent perdre ver 546.08 377.36 0.35 1.82 ind:pas:3p; -perdis perdre ver 546.08 377.36 0.27 2.16 ind:pas:1s; -perdisse perdre ver 546.08 377.36 0.00 0.07 sub:imp:1s; -perdit perdre ver 546.08 377.36 1.39 11.35 ind:pas:3s; -perdition perdition nom f s 1.18 2.36 1.18 2.36 -perdons perdre ver 546.08 377.36 9.38 2.36 imp:pre:1p;ind:pre:1p; -perdra perdre ver 546.08 377.36 5.23 1.82 ind:fut:3s; -perdrai perdre ver 546.08 377.36 3.10 0.68 ind:fut:1s; -perdraient perdre ver 546.08 377.36 0.17 0.47 cnd:pre:3p; -perdrais perdre ver 546.08 377.36 2.26 1.01 cnd:pre:1s;cnd:pre:2s; -perdrait perdre ver 546.08 377.36 1.94 3.31 cnd:pre:3s; -perdras perdre ver 546.08 377.36 3.79 0.27 ind:fut:2s; -perdre perdre ver 546.08 377.36 131.47 97.70 inf; -perdreau perdreau nom m s 1.45 2.84 0.84 1.15 -perdreaux perdreau nom m p 1.45 2.84 0.61 1.69 -perdrez perdre ver 546.08 377.36 2.66 0.34 ind:fut:2p; -perdriez perdre ver 546.08 377.36 0.57 0.41 cnd:pre:2p; -perdrions perdre ver 546.08 377.36 0.11 0.68 cnd:pre:1p; -perdrix perdrix nom f 2.83 1.49 2.83 1.49 -perdrons perdre ver 546.08 377.36 1.08 0.34 ind:fut:1p; -perdront perdre ver 546.08 377.36 0.50 0.34 ind:fut:3p; -perds perdre ver 546.08 377.36 48.13 11.35 imp:pre:2s;ind:pre:1s;ind:pre:2s; -perdu perdre ver m s 546.08 377.36 217.23 115.07 par:pas; -perdue perdre ver f s 546.08 377.36 22.38 22.70 par:pas; -perdues perdu adj f p 36.46 58.45 3.43 6.15 -perdurable perdurable adj m s 0.00 0.07 0.00 0.07 -perdurait perdurer ver 0.73 0.74 0.01 0.14 ind:imp:3s; -perdure perdurer ver 0.73 0.74 0.32 0.27 ind:pre:3s; -perdurent perdurer ver 0.73 0.74 0.05 0.20 ind:pre:3p; -perdurer perdurer ver 0.73 0.74 0.27 0.07 inf; -perdurera perdurer ver 0.73 0.74 0.05 0.00 ind:fut:3s; -perduré perdurer ver m s 0.73 0.74 0.03 0.07 par:pas; -perdus perdre ver m p 546.08 377.36 12.18 13.31 par:pas; -perestroïka perestroïka nom f s 0.00 0.07 0.00 0.07 -perfectibilité perfectibilité nom f s 0.00 0.07 0.00 0.07 -perfectible perfectible adj f s 0.00 0.14 0.00 0.07 -perfectibles perfectible adj p 0.00 0.14 0.00 0.07 -perfection perfection nom f s 7.76 16.82 7.66 16.01 -perfectionna perfectionner ver 2.27 5.61 0.00 0.14 ind:pas:3s; -perfectionnaient perfectionner ver 2.27 5.61 0.00 0.07 ind:imp:3p; -perfectionnais perfectionner ver 2.27 5.61 0.00 0.07 ind:imp:1s; -perfectionnait perfectionner ver 2.27 5.61 0.02 0.14 ind:imp:3s; -perfectionnant perfectionner ver 2.27 5.61 0.00 0.47 par:pre; -perfectionne perfectionner ver 2.27 5.61 0.09 0.54 ind:pre:1s;ind:pre:3s; -perfectionnement perfectionnement nom m s 0.31 1.35 0.30 0.95 -perfectionnements perfectionnement nom m p 0.31 1.35 0.01 0.41 -perfectionnent perfectionner ver 2.27 5.61 0.00 0.07 ind:pre:3p; -perfectionner perfectionner ver 2.27 5.61 1.01 1.28 inf; -perfectionnerais perfectionner ver 2.27 5.61 0.00 0.07 cnd:pre:1s; -perfectionnions perfectionner ver 2.27 5.61 0.01 0.00 ind:imp:1p; -perfectionnisme perfectionnisme nom m s 0.21 0.14 0.21 0.14 -perfectionniste perfectionniste adj s 0.51 0.14 0.43 0.14 -perfectionnistes perfectionniste adj m p 0.51 0.14 0.09 0.00 -perfectionnèrent perfectionner ver 2.27 5.61 0.02 0.00 ind:pas:3p; -perfectionné perfectionner ver m s 2.27 5.61 0.73 1.62 par:pas; -perfectionnée perfectionner ver f s 2.27 5.61 0.06 0.34 par:pas; -perfectionnées perfectionner ver f p 2.27 5.61 0.13 0.34 par:pas; -perfectionnés perfectionner ver m p 2.27 5.61 0.19 0.47 par:pas; -perfections perfection nom f p 7.76 16.82 0.10 0.81 -perfecto perfecto nom m s 0.19 0.27 0.19 0.20 -perfectos perfecto nom m p 0.19 0.27 0.00 0.07 -perfide perfide adj s 2.48 4.86 1.69 3.18 -perfidement perfidement adv 0.10 0.61 0.10 0.61 -perfides perfide adj p 2.48 4.86 0.79 1.69 -perfidie perfidie nom f s 1.30 3.65 1.17 3.24 -perfidies perfidie nom f p 1.30 3.65 0.14 0.41 -perfora perforer ver 1.45 1.35 0.00 0.14 ind:pas:3s; -perforage perforage nom m s 0.01 0.00 0.01 0.00 -perforait perforer ver 1.45 1.35 0.01 0.14 ind:imp:3s; -perforant perforant adj m s 0.32 0.14 0.04 0.00 -perforante perforant adj f s 0.32 0.14 0.11 0.07 -perforantes perforant adj f p 0.32 0.14 0.05 0.07 -perforants perforant adj m p 0.32 0.14 0.12 0.00 -perforateur perforateur nom m s 0.05 0.14 0.05 0.07 -perforation perforation nom f s 0.67 0.88 0.53 0.47 -perforations perforation nom f p 0.67 0.88 0.14 0.41 -perforatrice perforateur nom f s 0.05 0.14 0.00 0.07 -perfore perforer ver 1.45 1.35 0.22 0.07 imp:pre:2s;ind:pre:1s;ind:pre:3s; -perforer perforer ver 1.45 1.35 0.21 0.47 inf; -perforera perforer ver 1.45 1.35 0.01 0.00 ind:fut:3s; -perforeuse perforeuse nom f s 0.04 0.14 0.04 0.14 -perforez perforer ver 1.45 1.35 0.01 0.00 imp:pre:2p; -perforions perforer ver 1.45 1.35 0.00 0.07 ind:imp:1p; -performance performance nom f s 4.71 4.19 3.48 2.23 -performances performance nom f p 4.71 4.19 1.23 1.96 -performant performant adj m s 0.90 0.41 0.48 0.14 -performante performant adj f s 0.90 0.41 0.11 0.00 -performantes performant adj f p 0.90 0.41 0.04 0.07 -performants performant adj m p 0.90 0.41 0.27 0.20 -performer performer nom m s 0.00 0.07 0.00 0.07 -perforé perforer ver m s 1.45 1.35 0.87 0.27 par:pas; -perforée perforer ver f s 1.45 1.35 0.07 0.14 par:pas; -perforées perforé adj f p 0.62 0.81 0.03 0.27 -perforés perforé adj m p 0.62 0.81 0.10 0.14 -perfuse perfuser ver 0.25 0.00 0.15 0.00 ind:pre:3s; -perfuser perfuser ver 0.25 0.00 0.08 0.00 inf; -perfusion perfusion nom f s 2.14 0.81 1.95 0.54 -perfusions perfusion nom f p 2.14 0.81 0.19 0.27 -perfusé perfuser ver m s 0.25 0.00 0.02 0.00 par:pas; -pergola pergola nom f s 0.10 0.68 0.10 0.68 -pergélisol pergélisol nom m s 0.01 0.00 0.01 0.00 -perla perler ver 0.38 7.77 0.01 0.14 ind:pas:3s; -perlaient perler ver 0.38 7.77 0.00 0.81 ind:imp:3p; -perlait perler ver 0.38 7.77 0.00 1.89 ind:imp:3s; -perlant perler ver 0.38 7.77 0.00 0.34 par:pre; -perle perle nom f s 10.57 23.85 4.13 7.30 -perlent perler ver 0.38 7.77 0.14 0.41 ind:pre:3p; -perler perler ver 0.38 7.77 0.02 1.42 inf; -perleront perler ver 0.38 7.77 0.01 0.00 ind:fut:3p; -perles perle nom f p 10.57 23.85 6.44 16.55 -perlimpinpin perlimpinpin nom m s 0.03 0.20 0.03 0.20 -perlière perlière adj f s 0.01 0.00 0.01 0.00 -perlières perlier adj f p 0.00 0.27 0.00 0.07 -perlot perlot nom m s 0.00 0.34 0.00 0.27 -perlots perlot nom m p 0.00 0.34 0.00 0.07 -perlouse perlouse nom f s 0.00 0.74 0.00 0.20 -perlouses perlouse nom f p 0.00 0.74 0.00 0.54 -perlouze perlouze nom f s 0.00 0.47 0.00 0.34 -perlouzes perlouze nom f p 0.00 0.47 0.00 0.14 -perlèrent perler ver 0.38 7.77 0.00 0.07 ind:pas:3p; -perlé perler ver m s 0.38 7.77 0.14 0.20 par:pas; -perlée perlé adj f s 0.11 1.01 0.01 0.34 -perlées perlé adj f p 0.11 1.01 0.00 0.14 -perlés perlé adj m p 0.11 1.01 0.10 0.07 -perm perm nom f s 1.38 1.22 1.38 1.01 -permît permettre ver 172.86 184.19 0.00 2.23 sub:imp:3s; -permafrost permafrost nom m s 0.07 0.14 0.07 0.14 -permalloy permalloy nom m s 0.01 0.00 0.01 0.00 -permane permaner ver 0.00 0.14 0.00 0.14 ind:pre:3s; -permanence permanence nom f s 5.87 12.64 5.85 12.30 -permanences permanence nom f p 5.87 12.64 0.02 0.34 -permanent permanent adj m s 8.86 14.80 3.73 7.97 -permanente permanent adj f s 8.86 14.80 4.03 5.20 -permanenter permanenter ver 0.07 0.14 0.02 0.00 inf; -permanentes permanent adj f p 8.86 14.80 0.63 0.41 -permanents permanent adj m p 8.86 14.80 0.48 1.22 -permanenté permanenter ver m s 0.07 0.14 0.01 0.00 par:pas; -permanentée permanenter ver f s 0.07 0.14 0.01 0.00 par:pas; -permanentés permanenter ver m p 0.07 0.14 0.01 0.14 par:pas; -permanganate permanganate nom m s 0.04 0.20 0.04 0.20 -perme perme nom f s 0.58 1.22 0.57 1.22 -permes perme nom f p 0.58 1.22 0.01 0.00 -permet permettre ver 172.86 184.19 22.88 23.99 ind:pre:3s; -permets permettre ver 172.86 184.19 16.70 6.28 imp:pre:2s;ind:pre:1s;ind:pre:2s; -permettaient permettre ver 172.86 184.19 0.17 7.43 ind:imp:3p; -permettais permettre ver 172.86 184.19 0.10 0.61 ind:imp:1s;ind:imp:2s; -permettait permettre ver 172.86 184.19 2.04 26.22 ind:imp:3s; -permettant permettre ver 172.86 184.19 2.23 6.15 par:pre; -permette permettre ver 172.86 184.19 1.68 2.03 sub:pre:1s;sub:pre:3s; -permettent permettre ver 172.86 184.19 4.38 7.23 ind:pre:3p; -permettes permettre ver 172.86 184.19 0.04 0.00 sub:pre:2s; -permettez permettre ver 172.86 184.19 48.28 10.14 imp:pre:2p;ind:pre:2p; -permettiez permettre ver 172.86 184.19 0.03 0.07 ind:imp:2p; -permettions permettre ver 172.86 184.19 0.02 0.27 ind:imp:1p; -permettons permettre ver 172.86 184.19 0.17 0.14 imp:pre:1p;ind:pre:1p; -permettra permettre ver 172.86 184.19 6.38 3.85 ind:fut:3s; -permettrai permettre ver 172.86 184.19 3.96 0.88 ind:fut:1s; -permettraient permettre ver 172.86 184.19 0.42 2.16 cnd:pre:3p; -permettrais permettre ver 172.86 184.19 1.11 0.54 cnd:pre:1s;cnd:pre:2s; -permettrait permettre ver 172.86 184.19 3.11 8.24 cnd:pre:3s; -permettras permettre ver 172.86 184.19 0.05 0.27 ind:fut:2s; -permettre permettre ver 172.86 184.19 26.32 25.81 inf;; -permettrez permettre ver 172.86 184.19 0.84 0.14 ind:fut:2p; -permettriez permettre ver 172.86 184.19 0.02 0.07 cnd:pre:2p; -permettrions permettre ver 172.86 184.19 0.01 0.00 cnd:pre:1p; -permettrons permettre ver 172.86 184.19 0.12 0.00 ind:fut:1p; -permettront permettre ver 172.86 184.19 0.91 1.62 ind:fut:3p; -permirent permettre ver 172.86 184.19 0.24 1.89 ind:pas:3p; -permis permettre ver m 172.86 184.19 28.04 35.54 ind:pas:1s;par:pas;par:pas; -permise permettre ver f s 172.86 184.19 0.94 1.28 par:pas; -permises permettre ver f p 172.86 184.19 0.30 0.47 par:pas; -permissent permettre ver 172.86 184.19 0.00 0.07 sub:imp:3p; -permissifs permissif adj m p 0.09 0.07 0.01 0.07 -permission permission nom f s 31.18 19.12 30.11 17.70 -permissionnaire permissionnaire nom s 0.16 1.96 0.01 0.47 -permissionnaires permissionnaire nom p 0.16 1.96 0.14 1.49 -permissions permission nom f p 31.18 19.12 1.07 1.42 -permissive permissif adj f s 0.09 0.07 0.08 0.00 -permissivité permissivité nom f s 0.00 0.14 0.00 0.14 -permit permettre ver 172.86 184.19 1.39 8.58 ind:pas:3s; -perméabilité perméabilité nom f s 0.01 0.00 0.01 0.00 -perméable perméable adj s 0.23 1.01 0.19 0.88 -perméables perméable adj p 0.23 1.01 0.04 0.14 -permutant permutant adj m s 0.01 0.07 0.01 0.07 -permutation permutation nom f s 0.37 0.81 0.26 0.41 -permutations permutation nom f p 0.37 0.81 0.11 0.41 -permute permuter ver 0.41 0.41 0.24 0.00 ind:pre:1s;ind:pre:3s; -permutent permuter ver 0.41 0.41 0.00 0.07 ind:pre:3p; -permuter permuter ver 0.41 0.41 0.13 0.20 inf; -permutèrent permuter ver 0.41 0.41 0.00 0.07 ind:pas:3p; -permuté permuter ver m s 0.41 0.41 0.03 0.07 par:pas; -pernicieuse pernicieux adj f s 0.40 2.16 0.20 0.74 -pernicieuses pernicieux adj f p 0.40 2.16 0.02 0.34 -pernicieux pernicieux adj m 0.40 2.16 0.18 1.08 -pernod pernod nom m s 0.17 4.73 0.17 4.46 -pernods pernod nom m p 0.17 4.73 0.00 0.27 -peroxydase peroxydase nom f s 0.01 0.00 0.01 0.00 -peroxyde peroxyde nom m s 0.17 0.00 0.17 0.00 -peroxydé peroxyder ver m s 0.15 0.07 0.15 0.07 par:pas; -perpendiculaire perpendiculaire adj s 0.23 1.89 0.21 1.35 -perpendiculairement perpendiculairement adv 0.02 1.15 0.02 1.15 -perpendiculaires perpendiculaire adj p 0.23 1.89 0.02 0.54 -perpette perpette nom f s 0.21 0.41 0.21 0.41 -perpignan perpignan nom m s 0.00 0.14 0.00 0.14 -perplexe perplexe adj s 2.27 10.81 2.03 9.39 -perplexes perplexe adj p 2.27 10.81 0.24 1.42 -perplexité perplexité nom f s 0.21 5.54 0.21 4.66 -perplexités perplexité nom f p 0.21 5.54 0.00 0.88 -perpète perpète adv 1.46 1.49 1.46 1.49 -perpètrent perpétrer ver 1.86 2.03 0.01 0.00 ind:pre:3p; -perpètres perpétrer ver 1.86 2.03 0.00 0.07 ind:pre:2s; -perpétra perpétrer ver 1.86 2.03 0.01 0.00 ind:pas:3s; -perpétrait perpétrer ver 1.86 2.03 0.01 0.14 ind:imp:3s; -perpétration perpétration nom f s 0.11 0.07 0.11 0.07 -perpétrer perpétrer ver 1.86 2.03 0.35 0.68 inf; -perpétrons perpétrer ver 1.86 2.03 0.00 0.07 ind:pre:1p; -perpétré perpétrer ver m s 1.86 2.03 0.94 0.41 par:pas; -perpétrée perpétrer ver f s 1.86 2.03 0.09 0.20 par:pas; -perpétrées perpétrer ver f p 1.86 2.03 0.09 0.07 par:pas; -perpétrés perpétrer ver m p 1.86 2.03 0.36 0.41 par:pas; -perpétua perpétuer ver 2.81 3.92 0.32 0.00 ind:pas:3s; -perpétuaient perpétuer ver 2.81 3.92 0.00 0.47 ind:imp:3p; -perpétuait perpétuer ver 2.81 3.92 0.01 0.47 ind:imp:3s; -perpétuant perpétuer ver 2.81 3.92 0.03 0.07 par:pre; -perpétuation perpétuation nom f s 0.04 0.54 0.04 0.54 -perpétue perpétuer ver 2.81 3.92 0.18 0.68 ind:pre:1s;ind:pre:3s; -perpétuel perpétuel adj m s 3.00 18.24 1.87 8.04 -perpétuelle perpétuel adj f s 3.00 18.24 0.83 7.43 -perpétuellement perpétuellement adv 0.26 4.66 0.26 4.66 -perpétuelles perpétuel adj f p 3.00 18.24 0.15 1.62 -perpétuels perpétuel adj m p 3.00 18.24 0.15 1.15 -perpétuent perpétuer ver 2.81 3.92 0.05 0.20 ind:pre:3p; -perpétuer perpétuer ver 2.81 3.92 1.73 1.62 inf; -perpétuera perpétuer ver 2.81 3.92 0.38 0.00 ind:fut:3s; -perpétuerait perpétuer ver 2.81 3.92 0.00 0.07 cnd:pre:3s; -perpétuité perpétuité nom f s 3.24 2.09 3.11 2.09 -perpétuités perpétuité nom f p 3.24 2.09 0.13 0.00 -perpétué perpétuer ver m s 2.81 3.92 0.09 0.27 par:pas; -perpétuée perpétuer ver f s 2.81 3.92 0.03 0.00 par:pas; -perpétués perpétuer ver m p 2.81 3.92 0.00 0.07 par:pas; -perquise perquise nom f s 0.14 0.54 0.14 0.54 -perquisition perquisition nom f s 3.75 2.30 3.54 1.82 -perquisitionne perquisitionner ver 1.30 0.74 0.14 0.20 ind:pre:1s;ind:pre:3s; -perquisitionnent perquisitionner ver 1.30 0.74 0.11 0.00 ind:pre:3p; -perquisitionner perquisitionner ver 1.30 0.74 0.72 0.47 inf; -perquisitionnera perquisitionner ver 1.30 0.74 0.01 0.00 ind:fut:3s; -perquisitionné perquisitionner ver m s 1.30 0.74 0.31 0.07 par:pas; -perquisitions perquisition nom f p 3.75 2.30 0.21 0.47 -perrier perrier nom m s 0.01 0.00 0.01 0.00 -perrières perrière nom f p 0.00 0.14 0.00 0.14 -perron perron nom m s 1.27 18.24 1.27 17.91 -perrons perron nom m p 1.27 18.24 0.00 0.34 -perroquet perroquet nom m s 5.55 8.78 4.39 7.36 -perroquets perroquet nom m p 5.55 8.78 1.17 1.42 -perré perré nom m s 0.00 0.41 0.00 0.27 -perruche perruche nom f s 0.78 2.84 0.47 0.81 -perruches perruche nom f p 0.78 2.84 0.31 2.03 -perruque perruque nom f s 9.68 9.59 8.03 7.03 -perruques perruque nom f p 9.68 9.59 1.65 2.57 -perruquier perruquier nom m s 0.07 0.27 0.04 0.14 -perruquiers perruquier nom m p 0.07 0.27 0.02 0.07 -perruquière perruquier nom f s 0.07 0.27 0.01 0.07 -perrés perré nom m p 0.00 0.41 0.00 0.14 -pers pers adj m 0.25 0.27 0.25 0.27 -persan persan adj m s 0.53 3.04 0.25 1.08 -persane persan adj f s 0.53 3.04 0.06 0.68 -persanes persan adj f p 0.53 3.04 0.00 0.54 -persans persan adj m p 0.53 3.04 0.22 0.74 -perse perse adj s 0.92 0.74 0.48 0.47 -perses perse adj p 0.92 0.74 0.44 0.27 -persienne persienne nom f s 0.37 7.16 0.01 0.41 -persiennes persienne nom f p 0.37 7.16 0.36 6.76 -persifla persifler ver 0.17 0.68 0.00 0.27 ind:pas:3s; -persiflage persiflage nom m s 0.19 0.41 0.19 0.34 -persiflages persiflage nom m p 0.19 0.41 0.00 0.07 -persiflait persifler ver 0.17 0.68 0.00 0.27 ind:imp:3s; -persifle persifler ver 0.17 0.68 0.02 0.00 ind:pre:3s; -persifler persifler ver 0.17 0.68 0.14 0.14 inf; -persifleur persifleur adj m s 0.00 0.41 0.00 0.20 -persifleurs persifleur nom m p 0.00 0.20 0.00 0.14 -persifleuse persifleur adj f s 0.00 0.41 0.00 0.14 -persiflé persifler ver m s 0.17 0.68 0.01 0.00 par:pas; -persil persil nom m s 1.75 2.36 1.75 2.36 -persillé persillé adj m s 0.01 0.41 0.00 0.34 -persillée persillé adj f s 0.01 0.41 0.01 0.00 -persillées persillé adj f p 0.01 0.41 0.00 0.07 -persique persique adj m s 0.17 0.34 0.17 0.34 -persista persister ver 3.66 15.41 0.02 0.81 ind:pas:3s; -persistai persister ver 3.66 15.41 0.01 0.07 ind:pas:1s; -persistaient persister ver 3.66 15.41 0.02 1.22 ind:imp:3p; -persistais persister ver 3.66 15.41 0.02 0.14 ind:imp:1s; -persistait persister ver 3.66 15.41 0.04 4.32 ind:imp:3s; -persistance persistance nom f s 0.17 1.76 0.17 1.76 -persistant persistant adj m s 0.67 2.64 0.17 1.22 -persistante persistant adj f s 0.67 2.64 0.31 1.08 -persistantes persistant adj f p 0.67 2.64 0.11 0.34 -persistants persistant adj m p 0.67 2.64 0.07 0.00 -persiste persister ver 3.66 15.41 1.11 4.32 imp:pre:2s;ind:pre:1s;ind:pre:3s; -persistent persister ver 3.66 15.41 0.32 0.81 ind:pre:3p; -persister persister ver 3.66 15.41 0.27 0.88 inf; -persistera persister ver 3.66 15.41 0.12 0.07 ind:fut:3s; -persisterai persister ver 3.66 15.41 0.01 0.07 ind:fut:1s; -persisterait persister ver 3.66 15.41 0.01 0.07 cnd:pre:3s; -persisteriez persister ver 3.66 15.41 0.00 0.07 cnd:pre:2p; -persistes persister ver 3.66 15.41 0.47 0.34 ind:pre:2s; -persistez persister ver 3.66 15.41 1.06 0.74 imp:pre:2p;ind:pre:2p; -persistions persister ver 3.66 15.41 0.00 0.14 ind:imp:1p; -persistons persister ver 3.66 15.41 0.01 0.07 imp:pre:1p;ind:pre:1p; -persistèrent persister ver 3.66 15.41 0.01 0.07 ind:pas:3p; -persisté persister ver m s 3.66 15.41 0.14 0.54 par:pas; -perso perso adj s 2.38 0.20 2.33 0.20 -persona_grata persona_grata adj 0.01 0.00 0.01 0.00 -persona_non_grata persona_non_grata nom f 0.08 0.07 0.08 0.07 -personnage_clé personnage_clé nom m s 0.02 0.00 0.02 0.00 -personnage personnage nom m s 31.62 86.96 20.65 49.80 -personnages personnage nom m p 31.62 86.96 10.97 37.16 -personnalisaient personnaliser ver 0.30 0.47 0.00 0.07 ind:imp:3p; -personnalisation personnalisation nom f s 0.05 0.00 0.05 0.00 -personnalise personnaliser ver 0.30 0.47 0.00 0.07 ind:pre:3s; -personnalisent personnaliser ver 0.30 0.47 0.00 0.07 ind:pre:3p; -personnaliser personnaliser ver 0.30 0.47 0.10 0.07 inf; -personnalisez personnaliser ver 0.30 0.47 0.01 0.00 imp:pre:2p; -personnalisme personnalisme nom m s 0.00 0.20 0.00 0.20 -personnalisons personnaliser ver 0.30 0.47 0.01 0.00 imp:pre:1p; -personnalisé personnalisé adj m s 0.64 0.27 0.39 0.07 -personnalisée personnalisé adj f s 0.64 0.27 0.20 0.07 -personnalisées personnalisé adj f p 0.64 0.27 0.05 0.14 -personnalité personnalité nom f s 16.90 19.86 13.85 13.24 -personnalités personnalité nom f p 16.90 19.86 3.04 6.62 -personne personne pro_ind m s 577.60 312.16 577.60 312.16 -personnel personnel adj m s 61.02 50.00 28.48 18.38 -personnelle personnel adj f s 61.02 50.00 15.28 17.30 -personnellement personnellement adv 18.39 14.93 18.39 14.93 -personnelles personnel adj f p 61.02 50.00 7.66 7.36 -personnels personnel adj m p 61.02 50.00 9.60 6.96 -personnes personne nom_sup f p 296.74 209.80 105.79 63.85 -personnifiaient personnifier ver 0.28 0.74 0.00 0.07 ind:imp:3p; -personnifiait personnifier ver 0.28 0.74 0.03 0.07 ind:imp:3s; -personnifiant personnifier ver 0.28 0.74 0.00 0.07 par:pre; -personnification personnification nom f s 0.30 0.20 0.30 0.14 -personnifications personnification nom f p 0.30 0.20 0.00 0.07 -personnifie personnifier ver 0.28 0.74 0.05 0.14 ind:pre:1s;ind:pre:3s; -personnifier personnifier ver 0.28 0.74 0.04 0.07 inf; -personnifié personnifié adj m s 0.30 0.54 0.17 0.41 -personnifiée personnifié adj f s 0.30 0.54 0.14 0.14 -persos perso adj p 2.38 0.20 0.06 0.00 -perspective perspective nom f s 7.33 36.76 5.47 27.64 -perspectives perspective nom f p 7.33 36.76 1.86 9.12 -perspicace perspicace adj s 2.31 2.50 2.16 1.69 -perspicaces perspicace adj m p 2.31 2.50 0.15 0.81 -perspicacité perspicacité nom f s 0.95 1.28 0.95 1.28 -perspiration perspiration nom f s 0.03 0.00 0.03 0.00 -persuada persuader ver 19.86 36.55 0.24 1.76 ind:pas:3s; -persuadai persuader ver 19.86 36.55 0.01 0.68 ind:pas:1s; -persuadaient persuader ver 19.86 36.55 0.02 0.34 ind:imp:3p; -persuadais persuader ver 19.86 36.55 0.01 0.88 ind:imp:1s; -persuadait persuader ver 19.86 36.55 0.28 1.15 ind:imp:3s; -persuadant persuader ver 19.86 36.55 0.24 1.22 par:pre; -persuade persuader ver 19.86 36.55 1.55 2.16 imp:pre:2s;ind:pre:1s;ind:pre:3s; -persuadent persuader ver 19.86 36.55 0.36 0.07 ind:pre:3p; -persuader persuader ver 19.86 36.55 4.50 12.23 inf; -persuadera persuader ver 19.86 36.55 0.29 0.07 ind:fut:3s; -persuaderai persuader ver 19.86 36.55 0.03 0.07 ind:fut:1s; -persuaderais persuader ver 19.86 36.55 0.02 0.07 cnd:pre:1s; -persuaderait persuader ver 19.86 36.55 0.00 0.14 cnd:pre:3s; -persuaderas persuader ver 19.86 36.55 0.03 0.00 ind:fut:2s; -persuaderez persuader ver 19.86 36.55 0.05 0.00 ind:fut:2p; -persuaderons persuader ver 19.86 36.55 0.02 0.00 ind:fut:1p; -persuadez persuader ver 19.86 36.55 0.83 0.00 imp:pre:2p;ind:pre:2p; -persuadiez persuader ver 19.86 36.55 0.04 0.00 ind:imp:2p; -persuadons persuader ver 19.86 36.55 0.04 0.07 imp:pre:1p;ind:pre:1p; -persuadèrent persuader ver 19.86 36.55 0.01 0.20 ind:pas:3p; -persuadé persuader ver m s 19.86 36.55 7.17 10.07 par:pas; -persuadée persuader ver f s 19.86 36.55 2.65 3.78 ind:imp:3s;par:pas; -persuadées persuader ver f p 19.86 36.55 0.01 0.00 par:pas; -persuadés persuader ver m p 19.86 36.55 1.46 1.62 par:pas; -persuasif persuasif adj m s 1.28 2.50 0.80 1.15 -persuasifs persuasif adj m p 1.28 2.50 0.16 0.27 -persuasion persuasion nom f s 0.81 2.09 0.81 2.09 -persuasive persuasif adj f s 1.28 2.50 0.33 0.81 -persuasives persuasif adj f p 1.28 2.50 0.00 0.27 -persécutaient persécuter ver 4.52 4.19 0.00 0.07 ind:imp:3p; -persécutait persécuter ver 4.52 4.19 0.05 0.07 ind:imp:3s; -persécutant persécuter ver 4.52 4.19 0.01 0.34 par:pre; -persécute persécuter ver 4.52 4.19 1.22 0.54 imp:pre:2s;ind:pre:1s;ind:pre:3s; -persécutent persécuter ver 4.52 4.19 0.47 0.27 ind:pre:3p; -persécuter persécuter ver 4.52 4.19 0.75 0.47 inf; -persécuteraient persécuter ver 4.52 4.19 0.00 0.07 cnd:pre:3p; -persécuterez persécuter ver 4.52 4.19 0.14 0.00 ind:fut:2p; -persécutes persécuter ver 4.52 4.19 0.16 0.00 ind:pre:2s; -persécuteur persécuteur nom m s 0.25 0.95 0.05 0.20 -persécuteurs persécuteur nom m p 0.25 0.95 0.20 0.68 -persécutez persécuter ver 4.52 4.19 0.08 0.00 imp:pre:2p;ind:pre:2p; -persécution persécution nom f s 2.40 4.66 1.79 2.09 -persécutions persécution nom f p 2.40 4.66 0.61 2.57 -persécutrices persécuteur nom f p 0.25 0.95 0.00 0.07 -persécuté persécuter ver m s 4.52 4.19 0.60 1.49 par:pas; -persécutée persécuter ver f s 4.52 4.19 0.37 0.20 par:pas; -persécutées persécuter ver f p 4.52 4.19 0.04 0.20 par:pas; -persécutés persécuter ver m p 4.52 4.19 0.63 0.47 par:pas; -perséides perséides nom f p 0.01 0.00 0.01 0.00 -persévère persévérer ver 1.47 3.24 0.38 0.47 imp:pre:2s;ind:pre:1s;ind:pre:3s; -persévères persévérer ver 1.47 3.24 0.12 0.00 ind:pre:2s; -persévéra persévérer ver 1.47 3.24 0.00 0.14 ind:pas:3s; -persévérai persévérer ver 1.47 3.24 0.00 0.27 ind:pas:1s; -persévéraient persévérer ver 1.47 3.24 0.00 0.07 ind:imp:3p; -persévérait persévérer ver 1.47 3.24 0.01 0.20 ind:imp:3s; -persévéramment persévéramment adv 0.00 0.07 0.00 0.07 -persévérance persévérance nom f s 0.75 2.09 0.75 2.09 -persévérant persévérant adj m s 0.36 0.34 0.30 0.14 -persévérante persévérant adj f s 0.36 0.34 0.04 0.00 -persévérantes persévérant adj f p 0.36 0.34 0.00 0.14 -persévérants persévérant adj m p 0.36 0.34 0.02 0.07 -persévérer persévérer ver 1.47 3.24 0.48 1.28 inf; -persévérerai persévérer ver 1.47 3.24 0.02 0.00 ind:fut:1s; -persévérerait persévérer ver 1.47 3.24 0.01 0.00 cnd:pre:3s; -persévérez persévérer ver 1.47 3.24 0.24 0.20 imp:pre:2p;ind:pre:2p; -persévériez persévérer ver 1.47 3.24 0.00 0.07 ind:imp:2p; -persévérions persévérer ver 1.47 3.24 0.01 0.00 ind:imp:1p; -persévérons persévérer ver 1.47 3.24 0.04 0.20 imp:pre:1p;ind:pre:1p; -persévéré persévérer ver m s 1.47 3.24 0.12 0.27 par:pas; -perte perte nom f s 37.80 36.28 30.20 26.62 -pertes perte nom f p 37.80 36.28 7.60 9.66 -perçût percevoir ver 7.39 41.01 0.00 0.14 sub:imp:3s; -perça percer ver 15.77 42.03 0.04 1.15 ind:pas:3s; -perçage perçage nom m s 0.03 0.07 0.03 0.07 -perçaient percer ver 15.77 42.03 0.23 2.03 ind:imp:3p; -perçais percer ver 15.77 42.03 0.01 0.20 ind:imp:1s; -perçait percer ver 15.77 42.03 0.31 5.00 ind:imp:3s; -perçant perçant adj m s 0.90 5.74 0.41 2.50 -perçante perçant adj f s 0.90 5.74 0.22 0.81 -perçantes perçant adj f p 0.90 5.74 0.00 0.14 -perçants perçant adj m p 0.90 5.74 0.27 2.30 -perçois percevoir ver 7.39 41.01 1.50 2.43 imp:pre:2s;ind:pre:1s;ind:pre:2s; -perçoit percevoir ver 7.39 41.01 0.90 4.73 ind:pre:3s; -perçoive percevoir ver 7.39 41.01 0.13 0.47 sub:pre:1s;sub:pre:3s; -perçoivent percevoir ver 7.39 41.01 0.26 0.81 ind:pre:3p; -perçons percer ver 15.77 42.03 0.05 0.00 imp:pre:1p;ind:pre:1p; -perçât percer ver 15.77 42.03 0.00 0.07 sub:imp:3s; -perçu percevoir ver m s 7.39 41.01 1.41 4.53 par:pas; -perçue percevoir ver f s 7.39 41.01 0.40 0.81 par:pas; -perçues perçu adj f p 0.31 1.35 0.06 0.07 -perçurent percevoir ver 7.39 41.01 0.01 0.41 ind:pas:3p; -perçus percevoir ver m p 7.39 41.01 0.24 1.35 ind:pas:1s;par:pas; -perçut percevoir ver 7.39 41.01 0.05 4.32 ind:pas:3s; -pertinemment pertinemment adv 0.77 1.49 0.77 1.49 -pertinence pertinence nom f s 0.57 0.34 0.57 0.34 -pertinent pertinent adj m s 2.22 1.28 1.10 0.41 -pertinente pertinent adj f s 2.22 1.28 0.58 0.27 -pertinentes pertinent adj f p 2.22 1.28 0.33 0.41 -pertinents pertinent adj m p 2.22 1.28 0.21 0.20 -pertuis pertuis nom m 0.00 0.34 0.00 0.34 -pertuisane pertuisane nom f s 0.00 0.20 0.00 0.07 -pertuisanes pertuisane nom f p 0.00 0.20 0.00 0.14 -perturba perturber ver 11.79 3.58 0.03 0.00 ind:pas:3s; -perturbaient perturber ver 11.79 3.58 0.01 0.07 ind:imp:3p; -perturbait perturber ver 11.79 3.58 0.28 0.27 ind:imp:3s; -perturbant perturbant adj m s 1.00 0.14 0.83 0.07 -perturbante perturbant adj f s 1.00 0.14 0.13 0.00 -perturbants perturbant adj m p 1.00 0.14 0.04 0.07 -perturbateur perturbateur adj m s 0.36 0.54 0.27 0.34 -perturbateurs perturbateur nom m p 0.17 0.20 0.06 0.00 -perturbation perturbation nom f s 1.79 1.55 1.20 0.47 -perturbations perturbation nom f p 1.79 1.55 0.59 1.08 -perturbatrice perturbateur adj f s 0.36 0.54 0.04 0.07 -perturbe perturber ver 11.79 3.58 2.54 0.47 imp:pre:2s;ind:pre:1s;ind:pre:3s; -perturbent perturber ver 11.79 3.58 0.32 0.07 ind:pre:3p; -perturber perturber ver 11.79 3.58 2.66 1.15 inf; -perturbera perturber ver 11.79 3.58 0.10 0.00 ind:fut:3s; -perturberait perturber ver 11.79 3.58 0.12 0.00 cnd:pre:3s; -perturberont perturber ver 11.79 3.58 0.02 0.00 ind:fut:3p; -perturbez perturber ver 11.79 3.58 0.12 0.00 ind:pre:2p; -perturbé perturber ver m s 11.79 3.58 2.83 1.01 par:pas; -perturbée perturber ver f s 11.79 3.58 2.08 0.34 par:pas; -perturbées perturber ver f p 11.79 3.58 0.20 0.00 par:pas; -perturbés perturbé adj m p 3.81 0.74 0.52 0.34 -pervenche pervenche adj 0.33 1.08 0.33 1.08 -pervenches pervenche nom f p 0.37 0.81 0.08 0.47 -pervers pervers nom m 8.01 0.88 7.77 0.54 -perverse pervers adj f s 5.83 6.15 1.27 2.23 -perversement perversement adv 0.00 0.14 0.00 0.14 -perverses pervers adj f p 5.83 6.15 0.41 0.54 -perversion perversion nom f s 3.00 1.69 1.61 1.22 -perversions perversion nom f p 3.00 1.69 1.39 0.47 -perversité perversité nom f s 0.72 1.49 0.72 1.49 -perverti perverti adj m s 0.74 0.61 0.45 0.14 -pervertie pervertir ver f s 1.55 1.49 0.17 0.20 par:pas; -perverties perverti adj f p 0.74 0.61 0.03 0.07 -pervertir pervertir ver 1.55 1.49 0.65 0.74 inf; -pervertis perverti adj m p 0.74 0.61 0.16 0.20 -pervertissaient pervertir ver 1.55 1.49 0.00 0.07 ind:imp:3p; -pervertissait pervertir ver 1.55 1.49 0.00 0.07 ind:imp:3s; -pervertissant pervertir ver 1.55 1.49 0.01 0.00 par:pre; -pervertisse pervertir ver 1.55 1.49 0.02 0.00 sub:pre:1s;sub:pre:3s; -pervertit pervertir ver 1.55 1.49 0.29 0.00 ind:pre:3s; -pesa peser ver 23.41 70.88 0.01 2.16 ind:pas:3s; -pesage pesage nom m s 0.00 0.68 0.00 0.68 -pesai peser ver 23.41 70.88 0.00 0.07 ind:pas:1s; -pesaient peser ver 23.41 70.88 0.35 3.99 ind:imp:3p; -pesais peser ver 23.41 70.88 0.27 0.81 ind:imp:1s;ind:imp:2s; -pesait peser ver 23.41 70.88 1.95 18.72 ind:imp:3s; -pesamment pesamment adv 0.00 4.93 0.00 4.93 -pesant pesant adj m s 2.62 17.64 1.21 6.76 -pesante pesant adj f s 2.62 17.64 0.79 6.69 -pesantes pesant adj f p 2.62 17.64 0.01 2.16 -pesanteur pesanteur nom f s 1.12 6.96 1.12 6.69 -pesanteurs pesanteur nom f p 1.12 6.96 0.00 0.27 -pesants pesant adj m p 2.62 17.64 0.61 2.03 -peser peser ver 23.41 70.88 3.92 13.72 inf; -peseta peseta nom f s 6.92 0.68 0.11 0.07 -pesetas peseta nom f p 6.92 0.68 6.81 0.61 -peseurs peseur nom m p 0.00 0.07 0.00 0.07 -pesez peser ver 23.41 70.88 0.88 0.14 imp:pre:2p;ind:pre:2p; -pesions peser ver 23.41 70.88 0.00 0.14 ind:imp:1p; -peso peso nom m s 11.02 0.81 0.73 0.20 -peson peson nom m s 0.00 0.20 0.00 0.20 -pesons peser ver 23.41 70.88 0.16 0.27 imp:pre:1p;ind:pre:1p; -pesos peso nom m p 11.02 0.81 10.29 0.61 -pesât peser ver 23.41 70.88 0.00 0.07 sub:imp:3s; -pessah pessah nom s 0.03 0.00 0.03 0.00 -pessaire pessaire nom m s 0.01 0.00 0.01 0.00 -pesse pesse nom f s 0.01 0.00 0.01 0.00 -pessimisme pessimisme nom m s 0.75 2.30 0.75 2.30 -pessimiste pessimiste adj s 1.45 3.65 1.38 2.50 -pessimistes pessimiste nom p 0.41 0.81 0.07 0.20 -pesta pester ver 0.34 4.59 0.00 0.54 ind:pas:3s; -pestaient pester ver 0.34 4.59 0.00 0.07 ind:imp:3p; -pestais pester ver 0.34 4.59 0.03 0.14 ind:imp:1s;ind:imp:2s; -pestait pester ver 0.34 4.59 0.01 1.15 ind:imp:3s; -pestant pester ver 0.34 4.59 0.02 1.08 par:pre; -peste peste ono 0.40 0.20 0.40 0.20 -pestent pester ver 0.34 4.59 0.16 0.20 ind:pre:3p; -pester pester ver 0.34 4.59 0.02 0.61 inf; -pestes peste nom f p 16.95 8.31 0.27 0.07 -pesteuse pesteux adj f s 0.00 0.07 0.00 0.07 -pestez pester ver 0.34 4.59 0.00 0.07 ind:pre:2p; -pesèrent peser ver 23.41 70.88 0.01 0.07 ind:pas:3p; -pesticide pesticide nom m s 1.11 0.00 0.21 0.00 -pesticides pesticide nom m p 1.11 0.00 0.90 0.00 -pestiféré pestiféré nom m s 0.71 1.01 0.15 0.20 -pestiférée pestiféré nom f s 0.71 1.01 0.21 0.07 -pestiférées pestiféré nom f p 0.71 1.01 0.00 0.07 -pestiférés pestiféré nom m p 0.71 1.01 0.36 0.68 -pestilence pestilence nom f s 0.08 1.22 0.06 1.15 -pestilences pestilence nom f p 0.08 1.22 0.02 0.07 -pestilentiel pestilentiel adj m s 0.63 1.08 0.27 0.14 -pestilentielle pestilentiel adj f s 0.63 1.08 0.04 0.54 -pestilentielles pestilentiel adj f p 0.63 1.08 0.30 0.27 -pestilentiels pestilentiel adj m p 0.63 1.08 0.01 0.14 -pesté pester ver m s 0.34 4.59 0.00 0.20 par:pas; -pesé peser ver m s 23.41 70.88 0.97 5.27 par:pas; -pesée pesée nom f s 0.61 2.36 0.61 2.09 -pesées peser ver f p 23.41 70.88 0.02 0.14 par:pas; -pesés peser ver m p 23.41 70.88 0.02 0.61 par:pas; -pet_de_loup pet_de_loup nom m s 0.00 0.07 0.00 0.07 -pet pet nom m s 4.30 5.41 3.51 4.53 -petiot petiot adj m s 0.69 1.49 0.56 0.81 -petiote petiot adj f s 0.69 1.49 0.11 0.54 -petiots petiot adj m p 0.69 1.49 0.03 0.14 -petit_beurre petit_beurre nom m s 0.00 0.95 0.00 0.14 -petit_bourgeois petit_bourgeois adj m 0.77 1.42 0.77 1.42 -petit_cousin petit_cousin nom m s 0.00 0.07 0.00 0.07 -petit_déjeuner petit_déjeuner nom m s 13.51 0.07 13.37 0.00 -petit_fils petit_fils nom m 12.90 12.70 12.50 11.01 -petit_four petit_four nom m s 0.08 0.07 0.03 0.00 -petit_gris petit_gris nom m 0.51 0.00 0.27 0.00 -petit_lait petit_lait nom m s 0.05 0.54 0.05 0.54 -petit_maître petit_maître nom m s 0.20 0.07 0.20 0.07 -petit_neveu petit_neveu nom m s 0.04 0.95 0.04 0.61 -petit_nègre petit_nègre nom m s 0.00 0.14 0.00 0.14 -petit_salé petit_salé nom m s 0.00 0.07 0.00 0.07 -petit_suisse petit_suisse nom m s 0.01 0.20 0.01 0.00 -petit petit adj m s 1106.80 1541.96 573.72 653.78 -petite_bourgeoise petite_bourgeoise adj f s 0.11 0.27 0.11 0.27 -petite_cousine petite_cousine nom f s 0.00 0.14 0.00 0.14 -petite_fille petite_fille nom f s 5.30 6.35 4.97 5.74 -petite_nièce petite_nièce nom f s 0.02 0.20 0.02 0.20 -petite petit adj f s 1106.80 1541.96 355.66 491.82 -petitement petitement adv 0.14 1.15 0.14 1.15 -petite_bourgeoise petite_bourgeoise nom f p 0.00 0.34 0.00 0.14 -petite_fille petite_fille nom f p 5.30 6.35 0.33 0.61 -petites petit adj f p 1106.80 1541.96 64.50 152.16 -petitesse petitesse nom f s 0.09 2.16 0.08 1.82 -petitesses petitesse nom f p 0.09 2.16 0.01 0.34 -petit_beurre petit_beurre nom m p 0.00 0.95 0.00 0.81 -petit_bourgeois petit_bourgeois nom m p 0.71 2.16 0.32 1.42 -petit_déjeuner petit_déjeuner nom m p 13.51 0.07 0.14 0.07 -petit_enfant petit_enfant nom m p 5.76 3.04 5.76 3.04 -petit_fils petit_fils nom m p 12.90 12.70 0.40 1.69 -petit_four petit_four nom m p 0.08 0.07 0.04 0.07 -petit_gris petit_gris nom m p 0.51 0.00 0.25 0.00 -petit_neveu petit_neveu nom m p 0.04 0.95 0.00 0.34 -petits_pois petits_pois nom m p 0.10 0.00 0.10 0.00 -petit_suisse petit_suisse nom m p 0.01 0.20 0.00 0.20 -petits petit adj m p 1106.80 1541.96 112.92 244.19 -peton peton nom m s 0.09 0.47 0.01 0.07 -petons peton nom m p 0.09 0.47 0.08 0.41 -petros petro nom m p 0.00 1.28 0.00 1.28 -pet_de_nonne pet_de_nonne nom m p 0.00 0.41 0.00 0.41 -pets pet nom m p 4.30 5.41 0.79 0.88 -petzouille petzouille nom s 0.01 0.20 0.00 0.07 -petzouilles petzouille nom p 0.01 0.20 0.01 0.14 -peu_ou_prou peu_ou_prou adv 0.40 0.68 0.40 0.68 -peu peu nom_sup m 894.78 1023.38 894.78 1023.38 -peuchère peuchère ono 0.14 0.41 0.14 0.41 -peuh peuh ono 0.08 1.96 0.08 1.96 -peuhl peuhl adj m s 0.00 0.14 0.00 0.14 -peul peul adj m s 0.02 0.07 0.02 0.07 -peulh peulh nom s 0.00 0.07 0.00 0.07 -peupla peupler ver 4.58 19.66 0.02 0.34 ind:pas:3s; -peuplade peuplade nom f s 0.16 1.35 0.01 0.61 -peuplades peuplade nom f p 0.16 1.35 0.15 0.74 -peuplaient peupler ver 4.58 19.66 0.00 1.28 ind:imp:3p; -peuplait peupler ver 4.58 19.66 0.04 1.15 ind:imp:3s; -peuplant peupler ver 4.58 19.66 0.12 0.47 par:pre; -peuple peuple nom m s 111.36 107.30 105.65 89.39 -peuplement peuplement nom m s 0.04 0.88 0.04 0.47 -peuplements peuplement nom m p 0.04 0.88 0.00 0.41 -peuplent peupler ver 4.58 19.66 0.56 1.62 ind:pre:3p; -peupler peupler ver 4.58 19.66 0.23 1.22 inf; -peuplera peupler ver 4.58 19.66 0.01 0.00 ind:fut:3s; -peupleraie peupleraie nom f s 0.00 0.07 0.00 0.07 -peuplerait peupler ver 4.58 19.66 0.00 0.14 cnd:pre:3s; -peupleront peupler ver 4.58 19.66 0.11 0.07 ind:fut:3p; -peuples peuple nom m p 111.36 107.30 5.71 17.91 -peuplier peuplier nom m s 1.08 9.93 0.70 3.04 -peupliers peuplier nom m p 1.08 9.93 0.37 6.89 -peuplèrent peupler ver 4.58 19.66 0.01 0.07 ind:pas:3p; -peuplé peupler ver m s 4.58 19.66 1.48 5.27 par:pas; -peuplée peupler ver f s 4.58 19.66 0.80 4.59 par:pas; -peuplées peupler ver f p 4.58 19.66 0.23 1.35 par:pas; -peuplés peupler ver m p 4.58 19.66 0.05 0.74 par:pas; -peur peur nom f s 557.21 311.69 551.83 307.23 -peureuse peureux adj f s 2.31 3.51 0.94 1.15 -peureusement peureusement adv 0.00 0.88 0.00 0.88 -peureuses peureux adj f p 2.31 3.51 0.12 0.20 -peureux peureux adj m 2.31 3.51 1.25 2.16 -peurs peur nom f p 557.21 311.69 5.38 4.46 -peut_être peut_être adv 907.68 697.97 907.68 697.97 -peut pouvoir ver_sup 5524.52 2659.80 1209.64 508.99 ind:pre:3s; -peuvent pouvoir ver_sup 5524.52 2659.80 133.30 69.32 ind:pre:3p; -peux pouvoir ver_sup 5524.52 2659.80 1743.78 245.41 ind:pre:1s;ind:pre:2s; -peyotl peyotl nom m s 0.16 0.07 0.16 0.07 -pfennig pfennig nom m s 0.61 0.14 0.01 0.07 -pfennigs pfennig nom m p 0.61 0.14 0.60 0.07 -pff pff ono 1.59 0.41 1.59 0.41 -pfft pfft ono 0.98 0.27 0.98 0.27 -pfutt pfutt ono 0.00 0.07 0.00 0.07 -ph ph nom m s 0.30 0.20 0.30 0.20 -phacochère phacochère nom m s 0.50 0.20 0.47 0.14 -phacochères phacochère nom m p 0.50 0.20 0.03 0.07 -phagocyte phagocyte nom m s 0.04 0.07 0.01 0.00 -phagocyter phagocyter ver 0.00 0.14 0.00 0.07 inf; -phagocytes phagocyte nom m p 0.04 0.07 0.03 0.07 -phalange phalange nom f s 1.00 5.20 0.58 1.69 -phalanges phalange nom f p 1.00 5.20 0.42 3.51 -phalangettes phalangette nom f p 0.00 0.14 0.00 0.14 -phalangine phalangine nom f s 0.00 0.07 0.00 0.07 -phalangisme phalangisme nom m s 0.00 0.07 0.00 0.07 -phalangiste phalangiste nom s 0.01 0.20 0.00 0.07 -phalangistes phalangiste nom p 0.01 0.20 0.01 0.14 -phalanstère phalanstère nom m s 0.00 0.41 0.00 0.41 -phalarope phalarope nom m s 0.05 0.00 0.05 0.00 -phallique phallique adj s 0.43 1.08 0.38 0.95 -phalliques phallique adj p 0.43 1.08 0.05 0.14 -phallo phallo nom m s 0.14 0.07 0.14 0.07 -phalloïdes phalloïde adj p 0.00 0.07 0.00 0.07 -phallocentrique phallocentrique adj s 0.01 0.00 0.01 0.00 -phallocrate phallocrate adj f s 0.03 0.14 0.03 0.14 -phallocratie phallocratie nom f s 0.01 0.14 0.01 0.14 -phallocratique phallocratique adj m s 0.00 0.14 0.00 0.07 -phallocratiques phallocratique adj p 0.00 0.14 0.00 0.07 -phallologie phallologie nom f s 0.00 0.14 0.00 0.14 -phallophore phallophore nom m s 0.00 0.14 0.00 0.14 -phallus phallus nom m 0.44 1.42 0.44 1.42 -phalène phalène nom f s 0.06 0.68 0.05 0.34 -phalènes phalène nom f p 0.06 0.68 0.01 0.34 -phalère phalère nom f s 0.05 0.20 0.05 0.20 -phantasme phantasme nom m s 0.27 2.36 0.00 0.41 -phantasmes phantasme nom m p 0.27 2.36 0.27 1.96 -phanères phanère nom m p 0.00 0.07 0.00 0.07 -phanérogames phanérogame nom f p 0.00 0.14 0.00 0.14 -pharamineuses pharamineux adj f p 0.01 0.34 0.00 0.14 -pharamineux pharamineux adj m s 0.01 0.34 0.01 0.20 -pharaon pharaon nom m s 3.63 2.64 2.50 1.62 -pharaonique pharaonique adj m s 0.02 0.68 0.01 0.61 -pharaoniques pharaonique adj f p 0.02 0.68 0.01 0.07 -pharaonnes pharaon nom f p 3.63 2.64 0.00 0.07 -pharaons pharaon nom m p 3.63 2.64 1.12 0.95 -phare phare nom m s 11.88 31.49 7.17 10.68 -phares phare nom m p 11.88 31.49 4.70 20.81 -pharisaïque pharisaïque adj s 0.06 0.07 0.04 0.00 -pharisaïques pharisaïque adj f p 0.06 0.07 0.02 0.07 -pharisaïsme pharisaïsme nom m s 0.01 0.20 0.01 0.14 -pharisaïsmes pharisaïsme nom m p 0.01 0.20 0.00 0.07 -pharisien pharisien nom m s 1.46 0.74 0.02 0.14 -pharisiens pharisien nom m p 1.46 0.74 1.44 0.61 -pharma pharma nom s 0.04 0.14 0.04 0.14 -pharmaceutique pharmaceutique adj s 2.82 1.42 1.48 0.54 -pharmaceutiques pharmaceutique adj p 2.82 1.42 1.35 0.88 -pharmacie pharmacie nom f s 10.46 10.20 10.08 9.32 -pharmacien pharmacien nom m s 3.71 7.30 3.19 4.86 -pharmacienne pharmacien nom f s 3.71 7.30 0.35 1.76 -pharmaciens pharmacien nom m p 3.71 7.30 0.17 0.68 -pharmacies pharmacie nom f p 10.46 10.20 0.38 0.88 -pharmaco pharmaco nom f s 0.01 0.20 0.01 0.20 -pharmacognosie pharmacognosie nom f s 0.01 0.00 0.01 0.00 -pharmacologie pharmacologie nom f s 0.37 0.07 0.37 0.07 -pharmacologique pharmacologique adj m s 0.02 0.00 0.02 0.00 -pharmacomanie pharmacomanie nom f s 0.00 0.14 0.00 0.14 -pharmacopée pharmacopée nom f s 0.25 0.20 0.25 0.20 -pharmacothérapie pharmacothérapie nom f s 0.03 0.07 0.03 0.07 -pharyngite pharyngite nom f s 0.01 0.00 0.01 0.00 -pharynx pharynx nom m 0.01 0.41 0.01 0.41 -phascolome phascolome nom m s 0.01 0.00 0.01 0.00 -phase phase nom f s 13.22 9.32 12.42 6.76 -phases phase nom f p 13.22 9.32 0.80 2.57 -phasmes phasme nom m p 0.01 0.07 0.01 0.07 -phaéton phaéton nom m s 0.00 0.27 0.00 0.27 -phi phi nom m 0.39 0.20 0.39 0.20 -philanthrope philanthrope nom s 0.87 0.68 0.84 0.54 -philanthropes philanthrope nom p 0.87 0.68 0.03 0.14 -philanthropie philanthropie nom f s 0.17 0.47 0.17 0.47 -philanthropique philanthropique adj s 0.07 0.54 0.03 0.27 -philanthropiques philanthropique adj f p 0.07 0.54 0.04 0.27 -philarète philarète adj s 0.00 0.07 0.00 0.07 -philarète philarète nom s 0.00 0.07 0.00 0.07 -philatélie philatélie nom f s 0.02 0.00 0.02 0.00 -philatéliste philatéliste nom s 0.12 0.27 0.11 0.14 -philatélistes philatéliste nom p 0.12 0.27 0.01 0.14 -philharmonie philharmonie nom f s 0.21 0.00 0.21 0.00 -philharmonique philharmonique adj m s 0.59 0.34 0.59 0.34 -philhellène philhellène nom m s 0.00 0.14 0.00 0.07 -philhellènes philhellène nom m p 0.00 0.14 0.00 0.07 -philippin philippin nom m s 0.25 0.41 0.03 0.41 -philippine philippin adj f s 0.41 1.15 0.23 0.20 -philippines philippin adj f p 0.41 1.15 0.13 0.54 -philippins philippin nom m p 0.25 0.41 0.22 0.00 -philistin philistin nom m s 0.12 0.07 0.05 0.07 -philistins philistin nom m p 0.12 0.07 0.06 0.00 -philo philo nom f s 2.35 3.24 2.35 3.18 -philodendron philodendron nom m s 0.03 0.74 0.03 0.34 -philodendrons philodendron nom m p 0.03 0.74 0.00 0.41 -philologie philologie nom f s 0.21 0.74 0.21 0.74 -philologique philologique adj f s 0.00 0.14 0.00 0.07 -philologiques philologique adj f p 0.00 0.14 0.00 0.07 -philologue philologue nom s 0.26 1.35 0.26 0.88 -philologues philologue nom p 0.26 1.35 0.00 0.47 -philos philo nom f p 2.35 3.24 0.00 0.07 -philosophaient philosopher ver 0.64 2.09 0.00 0.14 ind:imp:3p; -philosophaillerie philosophaillerie nom f s 0.00 0.14 0.00 0.14 -philosophait philosopher ver 0.64 2.09 0.00 0.27 ind:imp:3s; -philosophal philosophal adj m s 0.07 0.68 0.00 0.07 -philosophale philosophal adj f s 0.07 0.68 0.07 0.54 -philosophales philosophal adj f p 0.07 0.68 0.00 0.07 -philosophant philosopher ver 0.64 2.09 0.00 0.07 par:pre; -philosophard philosophard adj m s 0.00 0.07 0.00 0.07 -philosophe philosophe nom s 6.02 19.39 4.11 11.62 -philosopher philosopher ver 0.64 2.09 0.37 0.81 inf; -philosophes philosophe nom p 6.02 19.39 1.91 7.77 -philosophie philosophie nom f s 10.32 24.73 9.82 24.32 -philosophies philosophie nom f p 10.32 24.73 0.50 0.41 -philosophique philosophique adj s 1.48 4.19 1.06 2.50 -philosophiquement philosophiquement adv 0.09 0.68 0.09 0.68 -philosophiques philosophique adj p 1.48 4.19 0.42 1.69 -philosophons philosopher ver 0.64 2.09 0.01 0.00 imp:pre:1p; -philosophé philosopher ver m s 0.64 2.09 0.10 0.14 par:pas; -philosémites philosémite nom m p 0.00 0.07 0.00 0.07 -philosémitisme philosémitisme nom m s 0.00 0.07 0.00 0.07 -philotechnique philotechnique adj f s 0.00 0.07 0.00 0.07 -philtre philtre nom m s 0.96 1.69 0.84 1.01 -philtres philtre nom m p 0.96 1.69 0.11 0.68 -phimosis phimosis nom m 0.00 0.20 0.00 0.20 -phlox phlox nom m 0.00 0.34 0.00 0.34 -phlébite phlébite nom f s 0.08 0.34 0.08 0.27 -phlébites phlébite nom f p 0.08 0.34 0.00 0.07 -phlébographie phlébographie nom f s 0.01 0.00 0.01 0.00 -phlébologue phlébologue nom s 0.01 0.00 0.01 0.00 -phlébotomie phlébotomie nom f s 0.01 0.00 0.01 0.00 -phobie phobie nom f s 2.62 1.08 1.43 0.47 -phobies phobie nom f p 2.62 1.08 1.20 0.61 -phobique phobique adj f s 0.04 0.14 0.04 0.14 -phobiques phobique adj p 0.04 0.14 0.01 0.00 -phocéenne phocéen adj f s 0.00 0.07 0.00 0.07 -phoenix phoenix nom m 0.48 0.07 0.48 0.07 -phonatoire phonatoire adj s 0.00 0.07 0.00 0.07 -phone phone nom m s 0.67 0.14 0.64 0.07 -phones phone nom m p 0.67 0.14 0.04 0.07 -phonique phonique adj s 0.18 0.00 0.17 0.00 -phoniques phonique adj p 0.18 0.00 0.01 0.00 -phono phono nom m s 0.75 5.47 0.75 5.20 -phonographe phonographe nom m s 0.87 6.01 0.86 5.41 -phonographes phonographe nom m p 0.87 6.01 0.01 0.61 -phonographiques phonographique adj f p 0.00 0.14 0.00 0.14 -phonologie phonologie nom f s 0.00 0.14 0.00 0.14 -phonos phono nom m p 0.75 5.47 0.00 0.27 -phonèmes phonème nom m p 0.00 0.41 0.00 0.41 -phonéticien phonéticien nom m s 0.00 0.07 0.00 0.07 -phonétique phonétique adj s 0.20 0.41 0.19 0.27 -phonétiquement phonétiquement adv 0.03 0.07 0.03 0.07 -phonétiques phonétique adj m p 0.20 0.41 0.01 0.14 -phoque phoque nom m s 2.81 4.19 2.24 2.77 -phoques phoque nom m p 2.81 4.19 0.57 1.42 -phosgène phosgène nom m s 0.23 0.00 0.23 0.00 -phosphatase phosphatase nom f s 0.02 0.00 0.02 0.00 -phosphate phosphate nom m s 0.43 0.68 0.38 0.41 -phosphates phosphate nom m p 0.43 0.68 0.05 0.27 -phosphatine phosphatine nom f s 0.10 0.07 0.10 0.07 -phospholipide phospholipide nom m s 0.01 0.00 0.01 0.00 -phosphore phosphore nom m s 1.46 2.16 1.46 2.16 -phosphorescence phosphorescence nom f s 0.02 0.88 0.02 0.68 -phosphorescences phosphorescence nom f p 0.02 0.88 0.00 0.20 -phosphorescent phosphorescent adj m s 0.38 5.47 0.08 1.42 -phosphorescente phosphorescent adj f s 0.38 5.47 0.23 2.03 -phosphorescentes phosphorescent adj f p 0.38 5.47 0.01 1.01 -phosphorescents phosphorescent adj m p 0.38 5.47 0.06 1.01 -phosphoré phosphorer ver m s 0.14 0.07 0.01 0.00 par:pas; -phosphorylation phosphorylation nom f s 0.03 0.00 0.03 0.00 -phosphène phosphène nom m s 0.00 0.27 0.00 0.07 -phosphènes phosphène nom m p 0.00 0.27 0.00 0.20 -phot phot nom m s 1.00 0.00 1.00 0.00 -photique photique adj f s 0.01 0.00 0.01 0.00 -photo_finish photo_finish nom f s 0.01 0.00 0.01 0.00 -photo_robot photo_robot nom f s 0.01 0.14 0.01 0.14 -photo_électrique photo_électrique adj f s 0.00 0.14 0.00 0.14 -photo photo nom f s 209.10 94.59 122.47 54.66 -photochimique photochimique adj m s 0.01 0.00 0.01 0.00 -photocomposition photocomposition nom f s 0.14 0.07 0.14 0.07 -photoconducteur photoconducteur adj m s 0.01 0.00 0.01 0.00 -photocopie photocopie nom f s 3.89 0.88 1.50 0.41 -photocopient photocopier ver 1.83 0.41 0.01 0.00 ind:pre:3p; -photocopier photocopier ver 1.83 0.41 0.72 0.07 inf; -photocopiera photocopier ver 1.83 0.41 0.01 0.00 ind:fut:3s; -photocopierai photocopier ver 1.83 0.41 0.01 0.00 ind:fut:1s; -photocopies photocopie nom f p 3.89 0.88 2.39 0.47 -photocopieur photocopieur nom m s 2.46 0.20 0.11 0.00 -photocopieurs photocopieur nom m p 2.46 0.20 0.07 0.00 -photocopieuse photocopieur nom f s 2.46 0.20 2.28 0.00 -photocopieuses photocopieuse nom f p 0.14 0.00 0.14 0.00 -photocopié photocopier ver m s 1.83 0.41 0.50 0.07 par:pas; -photocopiée photocopier ver f s 1.83 0.41 0.13 0.07 par:pas; -photocopiées photocopier ver f p 1.83 0.41 0.00 0.07 par:pas; -photocopiés photocopier ver m p 1.83 0.41 0.04 0.07 par:pas; -photogramme photogramme nom m s 0.01 0.00 0.01 0.00 -photographe photographe nom s 15.82 17.64 12.51 11.96 -photographes photographe nom p 15.82 17.64 3.31 5.68 -photographia photographier ver 10.35 13.65 0.03 0.68 ind:pas:3s; -photographiable photographiable nom f s 0.01 0.00 0.01 0.00 -photographiaient photographier ver 10.35 13.65 0.28 0.27 ind:imp:3p; -photographiais photographier ver 10.35 13.65 0.20 0.14 ind:imp:1s;ind:imp:2s; -photographiait photographier ver 10.35 13.65 0.34 0.34 ind:imp:3s; -photographiant photographier ver 10.35 13.65 0.03 0.47 par:pre; -photographie photographie nom f s 8.36 41.08 7.42 23.78 -photographient photographier ver 10.35 13.65 0.19 0.07 ind:pre:3p; -photographier photographier ver 10.35 13.65 4.42 5.54 inf; -photographierai photographier ver 10.35 13.65 0.02 0.07 ind:fut:1s; -photographierait photographier ver 10.35 13.65 0.01 0.27 cnd:pre:3s; -photographierions photographier ver 10.35 13.65 0.00 0.07 cnd:pre:1p; -photographierons photographier ver 10.35 13.65 0.01 0.00 ind:fut:1p; -photographieront photographier ver 10.35 13.65 0.01 0.00 ind:fut:3p; -photographies photographie nom f p 8.36 41.08 0.94 17.30 -photographiez photographier ver 10.35 13.65 0.35 0.00 imp:pre:2p;ind:pre:2p; -photographiât photographier ver 10.35 13.65 0.00 0.07 sub:imp:3s; -photographique photographique adj s 1.30 3.78 1.25 3.24 -photographiques photographique adj p 1.30 3.78 0.05 0.54 -photographièrent photographier ver 10.35 13.65 0.10 0.14 ind:pas:3p; -photographié photographier ver m s 10.35 13.65 1.73 2.57 par:pas; -photographiée photographier ver f s 10.35 13.65 0.23 0.88 par:pas; -photographiées photographier ver f p 10.35 13.65 0.11 0.14 par:pas; -photographiés photographier ver m p 10.35 13.65 0.48 0.95 par:pas; -photograveur photograveur nom m s 0.00 0.07 0.00 0.07 -photogravure photogravure nom f s 0.04 0.07 0.04 0.07 -photogénie photogénie nom f s 0.34 0.07 0.34 0.07 -photogénique photogénique adj s 2.01 0.41 1.97 0.34 -photogéniques photogénique adj p 2.01 0.41 0.04 0.07 -photojournalisme photojournalisme nom m s 0.02 0.00 0.02 0.00 -photojournaliste photojournaliste nom s 0.01 0.00 0.01 0.00 -photomaton photomaton adj m s 0.92 1.01 0.37 0.81 -photomatons photomaton adj m p 0.92 1.01 0.55 0.20 -photomicrographie photomicrographie nom f s 0.01 0.00 0.01 0.00 -photomontage photomontage nom m s 0.00 0.14 0.00 0.07 -photomontages photomontage nom m p 0.00 0.14 0.00 0.07 -photon photon nom m s 0.24 0.00 0.09 0.00 -photonique photonique adj f s 0.15 0.00 0.15 0.00 -photons photon nom m p 0.24 0.00 0.16 0.00 -photophobie photophobie nom f s 0.04 0.00 0.04 0.00 -photopile photopile nom f s 0.12 0.00 0.12 0.00 -photopériodique photopériodique adj f s 0.01 0.00 0.01 0.00 -photos photo nom f p 209.10 94.59 86.63 39.93 -photosensibilité photosensibilité nom f s 0.04 0.00 0.04 0.00 -photosensible photosensible adj m s 0.08 0.07 0.06 0.07 -photosensibles photosensible adj p 0.08 0.07 0.02 0.00 -photostat photostat nom m s 0.06 0.00 0.06 0.00 -photosynthèse photosynthèse nom f s 0.25 0.00 0.25 0.00 -phototaxie phototaxie nom f s 0.02 0.00 0.02 0.00 -phototype phototype nom m s 0.01 0.00 0.01 0.00 -photoélectrique photoélectrique adj s 0.02 0.00 0.02 0.00 -photovoltaïque photovoltaïque adj m s 0.01 0.00 0.01 0.00 -phragmites phragmite nom m p 0.00 0.07 0.00 0.07 -phrase_clé phrase_clé nom f s 0.02 0.00 0.02 0.00 -phrase_robot phrase_robot nom f s 0.00 0.07 0.00 0.07 -phrase phrase nom f s 22.01 140.47 15.40 86.76 -phraser phraser ver 0.19 0.74 0.01 0.00 inf; -phrases_clé phrases_clé nom f p 0.00 0.07 0.00 0.07 -phrases phrase nom f p 22.01 140.47 6.61 53.72 -phraseur phraseur nom m s 0.02 0.14 0.01 0.07 -phraseurs phraseur nom m p 0.02 0.14 0.01 0.07 -phrasé phrasé nom m s 0.05 0.20 0.05 0.20 -phrasée phraser ver f s 0.19 0.74 0.00 0.07 par:pas; -phraséologie phraséologie nom f s 0.02 0.27 0.02 0.20 -phraséologies phraséologie nom f p 0.02 0.27 0.00 0.07 -phraséologique phraséologique adj f s 0.00 0.07 0.00 0.07 -phréatique phréatique adj f s 0.17 0.27 0.16 0.20 -phréatiques phréatique adj f p 0.17 0.27 0.01 0.07 -phrénique phrénique adj m s 0.01 0.00 0.01 0.00 -phrénologie phrénologie nom f s 0.03 0.00 0.03 0.00 -phrénologiste phrénologiste nom s 0.01 0.07 0.01 0.00 -phrénologistes phrénologiste nom p 0.01 0.07 0.00 0.07 -phrénologues phrénologue nom p 0.00 0.07 0.00 0.07 -phrygien phrygien adj m s 0.00 0.74 0.00 0.54 -phrygiens phrygien adj m p 0.00 0.74 0.00 0.20 -phtaléine phtaléine nom f s 0.03 0.00 0.03 0.00 -phtiriasis phtiriasis nom m 0.00 0.07 0.00 0.07 -phtisie phtisie nom f s 0.05 0.81 0.05 0.81 -phtisiologie phtisiologie nom f s 0.00 0.14 0.00 0.14 -phtisique phtisique adj s 0.01 1.22 0.00 0.88 -phtisiques phtisique adj f p 0.01 1.22 0.01 0.34 -phénate phénate nom m s 0.01 0.00 0.01 0.00 -phénicien phénicien nom m s 0.57 0.07 0.04 0.00 -phénicienne phénicien adj f s 0.77 0.41 0.44 0.14 -phéniciennes phénicien adj f p 0.77 0.41 0.01 0.14 -phéniciens phénicien nom m p 0.57 0.07 0.54 0.07 -phénique phénique adj m s 0.00 0.07 0.00 0.07 -phéniqués phéniqué adj m p 0.00 0.07 0.00 0.07 -phénix phénix nom m 0.28 0.68 0.28 0.68 -phénobarbital phénobarbital nom m s 0.10 0.00 0.10 0.00 -phénol phénol nom m s 0.07 0.14 0.07 0.14 -phénomène phénomène nom m s 10.77 13.72 8.62 10.81 -phénomènes phénomène nom m p 10.77 13.72 2.15 2.91 -phénoménal phénoménal adj m s 1.36 1.62 0.77 0.74 -phénoménale phénoménal adj f s 1.36 1.62 0.46 0.68 -phénoménalement phénoménalement adv 0.05 0.00 0.05 0.00 -phénoménales phénoménal adj f p 1.36 1.62 0.05 0.07 -phénoménaux phénoménal adj m p 1.36 1.62 0.08 0.14 -phénoménologie phénoménologie nom f s 0.04 0.34 0.04 0.34 -phénoménologique phénoménologique adj s 0.02 0.00 0.02 0.00 -phénoménologues phénoménologue nom p 0.00 0.07 0.00 0.07 -phénothiazine phénothiazine nom f s 0.01 0.00 0.01 0.00 -phénotype phénotype nom m s 0.01 0.00 0.01 0.00 -phéochromocytome phéochromocytome nom m s 0.07 0.00 0.07 0.00 -phéromone phéromone nom f s 0.69 0.00 0.10 0.00 -phéromones phéromone nom f p 0.69 0.00 0.59 0.00 -phylactère phylactère nom m s 0.00 0.34 0.00 0.34 -phylloxera phylloxera nom m s 0.10 0.00 0.10 0.00 -phylloxéra phylloxéra nom m s 0.10 0.47 0.10 0.47 -phylogenèse phylogenèse nom f s 0.14 0.00 0.14 0.00 -phylum phylum nom m s 0.03 0.00 0.03 0.00 -phynances phynances nom f p 0.00 0.07 0.00 0.07 -physicien physicien nom m s 1.18 1.55 0.75 0.95 -physicienne physicien nom f s 1.18 1.55 0.15 0.07 -physiciennes physicienne nom f p 0.01 0.00 0.01 0.00 -physiciens physicien nom m p 1.18 1.55 0.29 0.54 -physico_chimique physico_chimique adj f p 0.00 0.07 0.00 0.07 -physio physio adv 0.94 0.00 0.94 0.00 -physiologie physiologie nom f s 0.76 1.42 0.75 1.35 -physiologies physiologie nom f p 0.76 1.42 0.01 0.07 -physiologique physiologique adj s 1.59 2.09 0.84 1.49 -physiologiquement physiologiquement adv 0.24 0.27 0.24 0.27 -physiologiques physiologique adj p 1.59 2.09 0.75 0.61 -physiologiste physiologiste adj s 0.10 0.00 0.10 0.00 -physionomie physionomie nom f s 0.48 5.27 0.48 4.93 -physionomies physionomie nom f p 0.48 5.27 0.00 0.34 -physionomique physionomique adj s 0.01 0.14 0.01 0.14 -physionomiste physionomiste nom s 0.12 0.07 0.11 0.07 -physionomistes physionomiste adj p 0.11 0.14 0.02 0.00 -physiothérapie physiothérapie nom f s 0.24 0.00 0.24 0.00 -physique physique adj s 19.42 33.18 14.76 27.50 -physiquement physiquement adv 8.72 8.72 8.72 8.72 -physiques physique adj p 19.42 33.18 4.66 5.68 -phytoplancton phytoplancton nom m s 0.01 0.00 0.01 0.00 -pi pi nom m 0.69 1.28 0.69 1.28 -più più adv 0.01 0.07 0.01 0.07 -piaf piaf nom m s 2.00 5.14 1.75 1.82 -piaffa piaffer ver 0.14 2.57 0.00 0.14 ind:pas:3s; -piaffaient piaffer ver 0.14 2.57 0.00 0.14 ind:imp:3p; -piaffait piaffer ver 0.14 2.57 0.00 0.68 ind:imp:3s; -piaffant piaffer ver 0.14 2.57 0.00 0.54 par:pre; -piaffante piaffant adj f s 0.01 0.74 0.00 0.14 -piaffantes piaffant adj f p 0.01 0.74 0.01 0.14 -piaffants piaffant adj m p 0.01 0.74 0.00 0.20 -piaffe piaffer ver 0.14 2.57 0.12 0.34 ind:pre:1s;ind:pre:3s; -piaffement piaffement nom m s 0.00 0.20 0.00 0.14 -piaffements piaffement nom m p 0.00 0.20 0.00 0.07 -piaffent piaffer ver 0.14 2.57 0.02 0.34 ind:pre:3p; -piaffer piaffer ver 0.14 2.57 0.00 0.20 inf; -piaffes piaffer ver 0.14 2.57 0.00 0.14 ind:pre:2s; -piaffé piaffer ver m s 0.14 2.57 0.00 0.07 par:pas; -piafs piaf nom m p 2.00 5.14 0.25 3.31 -piailla piailler ver 0.84 4.73 0.00 0.14 ind:pas:3s; -piaillaient piailler ver 0.84 4.73 0.02 0.74 ind:imp:3p; -piaillais piailler ver 0.84 4.73 0.00 0.07 ind:imp:2s; -piaillait piailler ver 0.84 4.73 0.22 0.74 ind:imp:3s; -piaillant piailler ver 0.84 4.73 0.00 1.08 par:pre; -piaillante piaillant adj f s 0.00 0.68 0.00 0.27 -piaillantes piaillant adj f p 0.00 0.68 0.00 0.07 -piaillarde piaillard adj f s 0.00 0.14 0.00 0.07 -piaillards piaillard adj m p 0.00 0.14 0.00 0.07 -piaille piailler ver 0.84 4.73 0.26 0.54 ind:pre:1s;ind:pre:3s; -piaillement piaillement nom m s 5.37 2.57 0.70 0.68 -piaillements piaillement nom m p 5.37 2.57 4.67 1.89 -piaillent piailler ver 0.84 4.73 0.13 0.61 ind:pre:3p; -piailler piailler ver 0.84 4.73 0.21 0.68 inf; -piaillerie piaillerie nom f s 0.00 0.20 0.00 0.07 -piailleries piaillerie nom f p 0.00 0.20 0.00 0.14 -piailleurs piailleur adj m p 0.00 0.20 0.00 0.14 -piailleuse piailleur adj f s 0.00 0.20 0.00 0.07 -piaillèrent piailler ver 0.84 4.73 0.00 0.14 ind:pas:3p; -pian pian nom m s 0.03 0.00 0.03 0.00 -pianissimo pianissimo adv_sup 0.12 0.20 0.12 0.20 -pianissimos pianissimo nom_sup m p 0.10 0.14 0.00 0.07 -pianiste pianiste nom s 5.75 5.20 5.52 4.80 -pianistes pianiste nom p 5.75 5.20 0.23 0.41 -piano_bar piano_bar nom m s 0.05 0.00 0.05 0.00 -piano piano nom m s 22.22 31.28 21.50 28.51 -pianola pianola nom m s 0.35 0.14 0.35 0.14 -pianos piano nom m p 22.22 31.28 0.71 2.77 -pianota pianoter ver 0.41 2.36 0.10 0.34 ind:pas:3s; -pianotage pianotage nom m s 0.10 0.07 0.10 0.07 -pianotaient pianoter ver 0.41 2.36 0.00 0.14 ind:imp:3p; -pianotait pianoter ver 0.41 2.36 0.00 0.68 ind:imp:3s; -pianotant pianoter ver 0.41 2.36 0.00 0.27 par:pre; -pianote pianoter ver 0.41 2.36 0.04 0.34 ind:pre:1s;ind:pre:3s; -pianoter pianoter ver 0.41 2.36 0.27 0.41 inf; -pianotèrent pianoter ver 0.41 2.36 0.00 0.07 ind:pas:3p; -pianoté pianoter ver m s 0.41 2.36 0.00 0.07 par:pas; -pianotée pianoter ver f s 0.41 2.36 0.00 0.07 par:pas; -piastre piastre nom f s 1.36 0.54 0.14 0.14 -piastres piastre nom f p 1.36 0.54 1.23 0.41 -piaula piauler ver 0.02 1.49 0.00 0.27 ind:pas:3s; -piaulaient piauler ver 0.02 1.49 0.01 0.27 ind:imp:3p; -piaulait piauler ver 0.02 1.49 0.00 0.20 ind:imp:3s; -piaulant piauler ver 0.02 1.49 0.00 0.20 par:pre; -piaulante piaulant adj f s 0.00 0.14 0.00 0.07 -piaule piaule nom f s 3.36 12.16 3.02 11.42 -piaulement piaulement nom m s 0.00 0.54 0.00 0.14 -piaulements piaulement nom m p 0.00 0.54 0.00 0.41 -piaulent piauler ver 0.02 1.49 0.00 0.07 ind:pre:3p; -piauler piauler ver 0.02 1.49 0.00 0.14 inf; -piaulera piauler ver 0.02 1.49 0.00 0.07 ind:fut:3s; -piaules piaule nom f p 3.36 12.16 0.34 0.74 -piauleur piauleur nom m s 0.00 0.07 0.00 0.07 -piaulèrent piauler ver 0.02 1.49 0.00 0.14 ind:pas:3p; -piaye piaye nom m s 0.00 0.07 0.00 0.07 -piazza piazza nom f s 1.89 3.18 1.89 3.18 -piazzetta piazzetta nom f 0.00 0.20 0.00 0.20 -pibloque pibloque nom m s 0.00 0.34 0.00 0.34 -pic_vert pic_vert nom m s 0.28 0.27 0.27 0.27 -pic pic nom m s 5.30 12.43 4.61 10.34 -pica pica nom m s 0.01 0.07 0.01 0.07 -picador picador nom m s 0.01 0.34 0.00 0.27 -picadors picador nom m p 0.01 0.34 0.01 0.07 -picaillon picaillon nom m s 0.02 0.20 0.01 0.07 -picaillons picaillon nom m p 0.02 0.20 0.01 0.14 -picard picard adj m s 0.00 0.61 0.00 0.14 -picarde picard adj f s 0.00 0.61 0.00 0.07 -picardes picard adj f p 0.00 0.61 0.00 0.20 -picards picard adj m p 0.00 0.61 0.00 0.20 -picaresque picaresque adj s 0.03 0.54 0.03 0.34 -picaresques picaresque adj p 0.03 0.54 0.00 0.20 -picaro picaro nom m s 0.40 0.07 0.40 0.07 -picassien picassien adj m s 0.00 0.07 0.00 0.07 -piccolo piccolo nom m s 0.41 0.07 0.40 0.07 -piccolos piccolo nom m p 0.41 0.07 0.01 0.00 -pichenette pichenette nom f s 0.27 2.30 0.27 2.09 -pichenettes pichenette nom f p 0.27 2.30 0.00 0.20 -pichet pichet nom m s 1.29 1.42 1.21 0.95 -pichets pichet nom m p 1.29 1.42 0.09 0.47 -pick_up pick_up nom m 1.98 2.64 1.98 2.64 -picker picker nom m s 0.19 0.00 0.19 0.00 -pickles pickle nom m p 0.47 0.20 0.47 0.20 -pickpocket pickpocket nom m s 0.87 0.74 0.63 0.47 -pickpockets pickpocket nom m p 0.87 0.74 0.24 0.27 -pico pico adv 0.31 0.20 0.31 0.20 -picolaient picoler ver 5.89 4.66 0.00 0.07 ind:imp:3p; -picolais picoler ver 5.89 4.66 0.09 0.14 ind:imp:1s; -picolait picoler ver 5.89 4.66 0.21 0.14 ind:imp:3s; -picolant picoler ver 5.89 4.66 0.03 0.07 par:pre; -picole picoler ver 5.89 4.66 1.64 1.08 imp:pre:2s;ind:pre:1s;ind:pre:3s; -picolent picoler ver 5.89 4.66 0.08 0.00 ind:pre:3p; -picoler picoler ver 5.89 4.66 2.32 1.76 inf; -picolerait picoler ver 5.89 4.66 0.00 0.07 cnd:pre:3s; -picoles picoler ver 5.89 4.66 0.69 0.14 ind:pre:2s; -picoleur picoleur nom m s 0.00 0.27 0.00 0.20 -picoleurs picoleur nom m p 0.00 0.27 0.00 0.07 -picolez picoler ver 5.89 4.66 0.04 0.00 ind:pre:2p; -picoliez picoler ver 5.89 4.66 0.01 0.00 ind:imp:2p; -picolo picolo nom m s 0.00 0.14 0.00 0.14 -picolé picoler ver m s 5.89 4.66 0.77 1.22 par:pas; -picora picorer ver 0.74 3.58 0.00 0.07 ind:pas:3s; -picoraient picorer ver 0.74 3.58 0.02 0.47 ind:imp:3p; -picorait picorer ver 0.74 3.58 0.00 0.47 ind:imp:3s; -picorant picorer ver 0.74 3.58 0.02 0.14 par:pre; -picore picorer ver 0.74 3.58 0.18 0.34 ind:pre:1s;ind:pre:3s; -picorent picorer ver 0.74 3.58 0.02 0.41 ind:pre:3p; -picorer picorer ver 0.74 3.58 0.33 1.28 inf; -picoreur picoreur nom m s 0.00 0.07 0.00 0.07 -picorez picorer ver 0.74 3.58 0.14 0.00 ind:pre:2p; -picoré picorer ver m s 0.74 3.58 0.02 0.14 par:pas; -picorée picorer ver f s 0.74 3.58 0.00 0.07 par:pas; -picorées picorer ver f p 0.74 3.58 0.00 0.07 par:pas; -picorés picorer ver m p 0.74 3.58 0.01 0.14 par:pas; -picot picot nom m s 0.26 1.35 0.03 1.22 -picota picoter ver 0.74 1.62 0.04 0.14 ind:pas:3s; -picotaient picoter ver 0.74 1.62 0.00 0.27 ind:imp:3p; -picotait picoter ver 0.74 1.62 0.00 0.47 ind:imp:3s; -picotant picoter ver 0.74 1.62 0.02 0.00 par:pre; -picote picoter ver 0.74 1.62 0.63 0.27 ind:pre:1s;ind:pre:3s; -picotement picotement nom m s 0.50 1.62 0.22 0.95 -picotements picotement nom m p 0.50 1.62 0.28 0.68 -picotent picoter ver 0.74 1.62 0.03 0.27 ind:pre:3p; -picoter picoter ver 0.74 1.62 0.01 0.07 inf; -picotin picotin nom m s 0.24 0.61 0.24 0.61 -picotis picotis nom m 0.00 0.07 0.00 0.07 -picots picot nom m p 0.26 1.35 0.23 0.14 -picoté picoter ver m s 0.74 1.62 0.01 0.07 par:pas; -picotées picoter ver f p 0.74 1.62 0.00 0.07 par:pas; -picrate picrate nom m s 0.01 1.35 0.01 1.35 -picrique picrique adj s 0.00 0.27 0.00 0.27 -pic_vert pic_vert nom m p 0.28 0.27 0.01 0.00 -pics pic nom m p 5.30 12.43 0.69 2.09 -picsou picsou nom m s 0.43 0.00 0.43 0.00 -pictogramme pictogramme nom m s 0.14 0.00 0.03 0.00 -pictogrammes pictogramme nom m p 0.14 0.00 0.11 0.00 -picton picton nom s 0.00 0.41 0.00 0.41 -picté picter ver m s 0.00 0.07 0.00 0.07 par:pas; -pictural pictural adj m s 0.15 0.95 0.01 0.47 -picturale pictural adj f s 0.15 0.95 0.14 0.20 -picturalement picturalement adv 0.00 0.07 0.00 0.07 -picturales pictural adj f p 0.15 0.95 0.00 0.27 -pidgin pidgin nom m s 0.00 0.14 0.00 0.14 -pie_grièche pie_grièche nom f s 0.00 0.07 0.00 0.07 -pie_mère pie_mère nom f s 0.01 0.07 0.01 0.07 -pie pie nom f s 1.59 4.32 1.06 3.18 -pied_bot pied_bot nom m s 0.28 0.61 0.28 0.61 -pied_d_alouette pied_d_alouette nom m s 0.01 0.00 0.01 0.00 -pied_d_oeuvre pied_d_oeuvre nom m s 0.00 0.07 0.00 0.07 -pied_de_biche pied_de_biche nom m s 0.32 0.27 0.28 0.20 -pied_de_poule pied_de_poule adj 0.02 0.54 0.02 0.54 -pied_noir pied_noir nom m s 0.28 3.78 0.09 0.54 -pied_plat pied_plat nom m s 0.05 0.00 0.05 0.00 -pied pied nom m s 214.08 486.42 105.51 248.18 -piedmont piedmont nom m s 0.23 0.00 0.23 0.00 -pied_de_biche pied_de_biche nom m p 0.32 0.27 0.04 0.07 -pied_de_coq pied_de_coq nom m p 0.00 0.07 0.00 0.07 -pied_droit pied_droit nom m p 0.00 0.07 0.00 0.07 -pied_noir pied_noir nom m p 0.28 3.78 0.19 3.24 -pieds pied nom m p 214.08 486.42 108.57 238.24 -pier pier nom m s 0.01 0.00 0.01 0.00 -piercing piercing nom m s 1.69 0.00 1.29 0.00 -piercings piercing nom m p 1.69 0.00 0.40 0.00 -pierraille pierraille nom f s 0.12 3.85 0.12 2.23 -pierrailles pierraille nom f p 0.12 3.85 0.00 1.62 -pierre pierre nom f s 67.17 189.86 40.58 119.39 -pierreries pierreries nom f p 0.28 1.89 0.28 1.89 -pierres pierre nom f p 67.17 189.86 26.60 70.47 -pierreuse pierreux adj f s 0.11 2.64 0.11 0.54 -pierreuses pierreux adj f p 0.11 2.64 0.00 0.47 -pierreux pierreux adj m 0.11 2.64 0.00 1.62 -pierrier pierrier nom m s 0.00 0.20 0.00 0.14 -pierriers pierrier nom m p 0.00 0.20 0.00 0.07 -pierrière pierrière nom f s 0.00 0.07 0.00 0.07 -pierrot pierrot nom m s 0.14 1.35 0.14 0.88 -pierrots pierrot nom m p 0.14 1.35 0.01 0.47 -pierrures pierrure nom f p 0.00 0.07 0.00 0.07 -pies pie nom f p 1.59 4.32 0.53 1.15 -pietà pietà nom f s 0.18 0.88 0.18 0.88 -pieu pieu nom m s 5.45 5.34 5.45 5.34 -pieuse pieux adj f s 3.93 12.43 1.33 4.12 -pieusement pieusement adv 0.41 3.11 0.41 3.11 -pieuses pieux adj f p 3.93 12.43 0.75 2.77 -pieutait pieuter ver 1.24 2.03 0.00 0.07 ind:imp:3s; -pieute pieuter ver 1.24 2.03 0.20 0.27 imp:pre:2s;ind:pre:1s;ind:pre:3s; -pieuter pieuter ver 1.24 2.03 0.85 1.22 inf; -pieuterez pieuter ver 1.24 2.03 0.01 0.00 ind:fut:2p; -pieutes pieuter ver 1.24 2.03 0.03 0.14 ind:pre:2s; -pieutez pieuter ver 1.24 2.03 0.10 0.00 imp:pre:2p; -pieuté pieuter ver m s 1.24 2.03 0.04 0.20 par:pas; -pieutée pieuter ver f s 1.24 2.03 0.00 0.07 par:pas; -pieutés pieuter ver m p 1.24 2.03 0.01 0.07 par:pas; -pieuvre pieuvre nom f s 1.73 2.97 1.65 1.82 -pieuvres pieuvre nom f p 1.73 2.97 0.08 1.15 -pieux pieux adj m 3.93 12.43 1.86 5.54 -pif pif nom m s 1.58 7.23 1.58 7.23 -pifer pifer ver 0.01 0.00 0.01 0.00 inf; -piffait piffer ver 0.16 0.68 0.00 0.14 ind:imp:3s; -piffer piffer ver 0.16 0.68 0.16 0.47 inf; -piffre piffre nom s 0.00 0.07 0.00 0.07 -piffrer piffrer adj m s 0.16 0.00 0.16 0.00 -piffé piffer ver m s 0.16 0.68 0.00 0.07 par:pas; -pifomètre pifomètre nom m s 0.02 0.61 0.02 0.61 -pige piger ver 41.77 11.96 6.40 2.23 imp:pre:2s;ind:pre:1s;ind:pre:3s; -pigeais piger ver 41.77 11.96 0.17 0.54 ind:imp:1s;ind:imp:2s; -pigeait piger ver 41.77 11.96 0.09 0.88 ind:imp:3s; -pigent piger ver 41.77 11.96 0.50 0.14 ind:pre:3p; -pigeon_voyageur pigeon_voyageur nom m s 0.14 0.00 0.14 0.00 -pigeon pigeon nom m s 15.05 19.26 8.56 7.97 -pigeonnant pigeonnant adj m s 0.07 0.34 0.07 0.20 -pigeonnante pigeonnant adj f s 0.07 0.34 0.00 0.07 -pigeonnants pigeonnant adj m p 0.07 0.34 0.00 0.07 -pigeonne pigeon nom f s 15.05 19.26 0.03 0.68 -pigeonneau pigeonneau nom m s 0.29 0.34 0.06 0.27 -pigeonneaux pigeonneau nom m p 0.29 0.34 0.23 0.07 -pigeonner pigeonner ver 0.24 0.34 0.05 0.14 inf; -pigeonnier pigeonnier nom m s 0.27 3.45 0.27 3.18 -pigeonniers pigeonnier nom m p 0.27 3.45 0.00 0.27 -pigeonné pigeonner ver m s 0.24 0.34 0.17 0.07 par:pas; -pigeons pigeon nom m p 15.05 19.26 6.46 10.61 -piger piger ver 41.77 11.96 1.78 1.96 inf; -pigera piger ver 41.77 11.96 0.04 0.07 ind:fut:3s; -pigerai piger ver 41.77 11.96 0.01 0.00 ind:fut:1s; -pigeraient piger ver 41.77 11.96 0.01 0.00 cnd:pre:3p; -pigerait piger ver 41.77 11.96 0.02 0.00 cnd:pre:3s; -pigeras piger ver 41.77 11.96 0.06 0.07 ind:fut:2s; -pigerez piger ver 41.77 11.96 0.02 0.00 ind:fut:2p; -piges piger ver 41.77 11.96 10.99 2.03 ind:pre:2s;sub:pre:2s; -pigez piger ver 41.77 11.96 2.08 0.47 imp:pre:2p;ind:pre:2p; -pigiste pigiste nom s 0.24 0.54 0.21 0.27 -pigistes pigiste nom p 0.24 0.54 0.03 0.27 -pigment pigment nom m s 0.35 0.61 0.07 0.34 -pigmentaire pigmentaire adj f s 0.04 0.07 0.04 0.07 -pigmentation pigmentation nom f s 0.51 0.14 0.51 0.14 -pigments pigment nom m p 0.35 0.61 0.28 0.27 -pigne pigne nom f s 0.07 0.47 0.02 0.27 -pigner pigner ver 0.01 0.00 0.01 0.00 inf; -pignes pigne nom f p 0.07 0.47 0.04 0.20 -pignochait pignocher ver 0.00 0.07 0.00 0.07 ind:imp:3s; -pignole pignole nom f s 0.01 0.07 0.01 0.07 -pignon pignon nom m s 4.94 8.31 4.79 6.55 -pignons pignon nom m p 4.94 8.31 0.15 1.76 -pignouf pignouf nom m s 0.27 0.54 0.25 0.34 -pignoufs pignouf nom m p 0.27 0.54 0.02 0.20 -pigé piger ver m s 41.77 11.96 19.46 3.51 par:pas; -pila piler ver 3.34 6.15 0.00 0.34 ind:pas:3s; -pilaf pilaf nom m s 0.26 0.27 0.26 0.27 -pilaient piler ver 3.34 6.15 0.00 0.14 ind:imp:3p; -pilait piler ver 3.34 6.15 0.00 0.54 ind:imp:3s; -pilant piler ver 3.34 6.15 0.07 0.07 par:pre; -pilastre pilastre nom m s 0.03 1.15 0.02 0.20 -pilastres pilastre nom m p 0.03 1.15 0.01 0.95 -pilchards pilchard nom m p 0.00 0.27 0.00 0.27 -pile_poil pile_poil nom f s 0.07 0.00 0.07 0.00 -pile pile nom f s 21.30 32.50 16.22 21.62 -pilent piler ver 3.34 6.15 0.00 0.07 ind:pre:3p; -piler piler ver 3.34 6.15 0.35 0.27 inf; -piles pile nom f p 21.30 32.50 5.08 10.88 -pileuse pileux adj f s 0.06 0.61 0.00 0.20 -pileuses pileux adj f p 0.06 0.61 0.00 0.07 -pileux pileux adj m 0.06 0.61 0.06 0.34 -pilier pilier nom m s 3.82 16.15 2.43 7.23 -piliers pilier nom m p 3.82 16.15 1.39 8.92 -pilifère pilifère adj s 0.00 0.07 0.00 0.07 -pilla piller ver 7.66 8.38 0.01 0.27 ind:pas:3s; -pillage pillage nom m s 1.76 3.38 1.21 2.64 -pillages pillage nom m p 1.76 3.38 0.56 0.74 -pillaient piller ver 7.66 8.38 0.06 0.41 ind:imp:3p; -pillais piller ver 7.66 8.38 0.01 0.00 ind:imp:1s; -pillait piller ver 7.66 8.38 0.16 0.34 ind:imp:3s; -pillant piller ver 7.66 8.38 0.17 0.68 par:pre; -pillard pillard nom m s 1.00 1.89 0.15 0.47 -pillarde pillard nom f s 1.00 1.89 0.00 0.07 -pillards pillard nom m p 1.00 1.89 0.85 1.35 -pille piller ver 7.66 8.38 1.02 0.47 imp:pre:2s;ind:pre:1s;ind:pre:3s; -pillent piller ver 7.66 8.38 0.78 0.07 ind:pre:3p; -piller piller ver 7.66 8.38 2.12 2.70 inf; -pillera piller ver 7.66 8.38 0.02 0.00 ind:fut:3s; -pillerait piller ver 7.66 8.38 0.02 0.00 cnd:pre:3s; -pillerons piller ver 7.66 8.38 0.02 0.07 ind:fut:1p; -pilleront piller ver 7.66 8.38 0.16 0.00 ind:fut:3p; -pilles piller ver 7.66 8.38 0.04 0.07 ind:pre:2s; -pilleur pilleur nom m s 1.05 1.35 0.44 0.34 -pilleurs pilleur nom m p 1.05 1.35 0.47 0.95 -pilleuse pilleur nom f s 1.05 1.35 0.14 0.07 -pillez piller ver 7.66 8.38 0.35 0.07 imp:pre:2p;ind:pre:2p; -pilliez piller ver 7.66 8.38 0.02 0.00 ind:imp:2p; -pillons piller ver 7.66 8.38 0.03 0.00 imp:pre:1p;ind:pre:1p; -pillèrent piller ver 7.66 8.38 0.02 0.07 ind:pas:3p; -pillé piller ver m s 7.66 8.38 1.87 1.62 par:pas; -pillée piller ver f s 7.66 8.38 0.58 0.47 par:pas; -pillées piller ver f p 7.66 8.38 0.04 0.47 par:pas; -pillés piller ver m p 7.66 8.38 0.18 0.61 par:pas; -piloches piloche nom f p 0.00 0.07 0.00 0.07 -pilon pilon nom m s 0.62 1.69 0.47 1.28 -pilonnage pilonnage nom m s 0.16 0.61 0.12 0.54 -pilonnages pilonnage nom m p 0.16 0.61 0.04 0.07 -pilonnaient pilonner ver 0.60 1.35 0.01 0.20 ind:imp:3p; -pilonnait pilonner ver 0.60 1.35 0.01 0.20 ind:imp:3s; -pilonnant pilonner ver 0.60 1.35 0.01 0.07 par:pre; -pilonnent pilonner ver 0.60 1.35 0.13 0.14 ind:pre:3p; -pilonner pilonner ver 0.60 1.35 0.10 0.27 inf; -pilonnera pilonner ver 0.60 1.35 0.00 0.07 ind:fut:3s; -pilonneurs pilonneur nom m p 0.00 0.07 0.00 0.07 -pilonnez pilonner ver 0.60 1.35 0.02 0.00 imp:pre:2p;ind:pre:2p; -pilonné pilonner ver m s 0.60 1.35 0.28 0.14 par:pas; -pilonnée pilonner ver f s 0.60 1.35 0.02 0.07 par:pas; -pilonnées pilonner ver f p 0.60 1.35 0.00 0.07 par:pas; -pilonnés pilonner ver m p 0.60 1.35 0.02 0.14 par:pas; -pilons pilon nom m p 0.62 1.69 0.14 0.41 -pilori pilori nom m s 0.79 2.50 0.78 2.36 -piloris pilori nom m p 0.79 2.50 0.01 0.14 -pilosité pilosité nom f s 0.09 0.27 0.09 0.27 -pilot pilot nom m s 1.10 0.00 1.10 0.00 -pilota piloter ver 13.18 4.12 0.00 0.07 ind:pas:3s; -pilotage pilotage nom m s 2.44 1.35 2.44 1.35 -pilotaient piloter ver 13.18 4.12 0.01 0.00 ind:imp:3p; -pilotais piloter ver 13.18 4.12 0.28 0.14 ind:imp:1s;ind:imp:2s; -pilotait piloter ver 13.18 4.12 0.79 0.61 ind:imp:3s; -pilotant piloter ver 13.18 4.12 0.06 0.27 par:pre; -pilote pilote nom s 37.69 8.72 29.10 5.61 -pilotent piloter ver 13.18 4.12 0.06 0.07 ind:pre:3p; -piloter piloter ver 13.18 4.12 6.12 1.82 inf; -pilotera piloter ver 13.18 4.12 0.13 0.00 ind:fut:3s; -piloterai piloter ver 13.18 4.12 0.17 0.00 ind:fut:1s; -piloterait piloter ver 13.18 4.12 0.03 0.14 cnd:pre:3s; -piloteras piloter ver 13.18 4.12 0.02 0.00 ind:fut:2s; -piloteront piloter ver 13.18 4.12 0.01 0.00 ind:fut:3p; -pilotes pilote nom p 37.69 8.72 8.59 3.11 -pilotez piloter ver 13.18 4.12 0.36 0.00 imp:pre:2p;ind:pre:2p; -pilotiez piloter ver 13.18 4.12 0.08 0.00 ind:imp:2p; -pilotin pilotin nom m s 0.10 0.00 0.10 0.00 -pilotis pilotis nom m 0.33 2.30 0.33 2.30 -pilotèrent piloter ver 13.18 4.12 0.00 0.07 ind:pas:3p; -piloté piloter ver m s 13.18 4.12 1.65 0.41 par:pas; -pilotée piloter ver f s 13.18 4.12 0.19 0.00 par:pas; -pilotées piloter ver f p 13.18 4.12 0.01 0.07 par:pas; -pilotés piloter ver m p 13.18 4.12 0.06 0.14 par:pas; -pilou pilou nom m s 0.00 0.95 0.00 0.95 -pilsen pilsen nom f s 0.00 0.07 0.00 0.07 -pilé piler ver m s 3.34 6.15 0.30 1.15 par:pas; -pilée piler ver f s 3.34 6.15 0.19 1.01 par:pas; -pilées piler ver f p 3.34 6.15 0.00 0.27 par:pas; -pilule pilule nom f s 22.64 12.91 6.10 4.86 -pilules pilule nom f p 22.64 12.91 16.54 8.04 -pilum pilum nom m s 0.00 0.07 0.00 0.07 -pilés piler ver m p 3.34 6.15 0.04 0.41 par:pas; -pimbêche pimbêche nom f s 0.45 0.47 0.42 0.34 -pimbêches pimbêche nom f p 0.45 0.47 0.03 0.14 -piment piment nom m s 4.76 4.66 2.94 2.77 -pimenta pimenter ver 0.82 0.88 0.00 0.07 ind:pas:3s; -pimentait pimenter ver 0.82 0.88 0.00 0.20 ind:imp:3s; -pimentant pimenter ver 0.82 0.88 0.00 0.07 par:pre; -pimente pimenter ver 0.82 0.88 0.17 0.07 imp:pre:2s;ind:pre:1s;ind:pre:3s; -pimentent pimenter ver 0.82 0.88 0.01 0.00 ind:pre:3p; -pimenter pimenter ver 0.82 0.88 0.56 0.27 inf; -piments piment nom m p 4.76 4.66 1.82 1.89 -pimenté pimenté adj m s 0.13 0.27 0.06 0.20 -pimentée pimenter ver f s 0.82 0.88 0.04 0.07 par:pas; -pimentées pimenté adj f p 0.13 0.27 0.01 0.00 -pimentés pimenté adj m p 0.13 0.27 0.03 0.00 -pimpant pimpant adj m s 0.81 4.05 0.34 0.54 -pimpante pimpant adj f s 0.81 4.05 0.12 2.09 -pimpantes pimpant adj f p 0.81 4.05 0.34 1.22 -pimpants pimpant adj m p 0.81 4.05 0.01 0.20 -pimpon pimpon nom m s 0.01 0.41 0.00 0.14 -pimpons pimpon nom m p 0.01 0.41 0.01 0.27 -pimprenelle pimprenelle nom f s 0.08 0.14 0.08 0.07 -pimprenelles pimprenelle nom f p 0.08 0.14 0.00 0.07 -pin_s pin_s nom m 0.30 0.00 0.30 0.00 -pin_pon pin_pon ono 0.00 0.34 0.00 0.34 -pin_up pin_up nom f 0.71 0.54 0.71 0.54 -pin pin nom m s 5.06 26.62 2.79 9.53 -pina piner ver 0.81 0.20 0.44 0.00 ind:pas:3s; -pinacle pinacle nom m s 0.02 0.61 0.02 0.54 -pinacles pinacle nom m p 0.02 0.61 0.00 0.07 -pinacothèque pinacothèque nom f s 0.00 0.20 0.00 0.20 -pinaillage pinaillage nom m s 0.02 0.00 0.02 0.00 -pinaillait pinailler ver 0.50 0.34 0.00 0.07 ind:imp:3s; -pinaille pinailler ver 0.50 0.34 0.02 0.14 imp:pre:2s;ind:pre:1s;ind:pre:3s; -pinailler pinailler ver 0.50 0.34 0.41 0.14 inf; -pinailles pinailler ver 0.50 0.34 0.05 0.00 ind:pre:2s; -pinailleur pinailleur nom m s 0.02 0.00 0.02 0.00 -pinaillé pinailler ver m s 0.50 0.34 0.02 0.00 par:pas; -pinard pinard nom m s 0.39 6.89 0.39 6.76 -pinardiers pinardier nom m p 0.00 0.14 0.00 0.07 -pinardière pinardier nom f s 0.00 0.14 0.00 0.07 -pinards pinard nom m p 0.39 6.89 0.00 0.14 -pinasse pinasse nom f s 0.00 0.54 0.00 0.14 -pinasses pinasse nom f p 0.00 0.54 0.00 0.41 -pince_fesse pince_fesse nom m p 0.05 0.14 0.05 0.14 -pince_maille pince_maille nom m p 0.00 0.07 0.00 0.07 -pince_monseigneur pince_monseigneur nom f s 0.03 0.54 0.03 0.54 -pince_nez pince_nez nom m 0.07 1.35 0.07 1.35 -pince_sans_rire pince_sans_rire adj s 0.05 0.47 0.05 0.47 -pince pince nom f s 9.00 14.73 5.62 7.64 -pinceau pinceau nom m s 4.59 17.91 2.96 10.27 -pinceaux pinceau nom m p 4.59 17.91 1.63 7.64 -pincement pincement nom m s 0.19 3.92 0.18 3.65 -pincements pincement nom m p 0.19 3.92 0.01 0.27 -pincent pincer ver 10.84 23.65 0.14 0.54 ind:pre:3p; -pincer pincer ver 10.84 23.65 4.06 3.72 inf; -pincera pincer ver 10.84 23.65 0.20 0.07 ind:fut:3s; -pincerai pincer ver 10.84 23.65 0.02 0.00 ind:fut:1s; -pinceras pincer ver 10.84 23.65 0.01 0.00 ind:fut:2s; -pincerez pincer ver 10.84 23.65 0.01 0.00 ind:fut:2p; -pincerons pincer ver 10.84 23.65 0.01 0.00 ind:fut:1p; -pinces pince nom f p 9.00 14.73 3.38 7.09 -pincette pincette nom f s 0.29 1.49 0.05 0.34 -pincettes pincette nom f p 0.29 1.49 0.25 1.15 -pinceur pinceur nom m s 0.00 0.07 0.00 0.07 -pincez pincer ver 10.84 23.65 0.82 0.00 imp:pre:2p;ind:pre:2p; -pinchart pinchart nom m s 0.00 0.07 0.00 0.07 -pinciez pincer ver 10.84 23.65 0.16 0.00 ind:imp:2p; -pincions pincer ver 10.84 23.65 0.01 0.20 ind:imp:1p; -pincèrent pincer ver 10.84 23.65 0.00 0.07 ind:pas:3p; -pincé pincer ver m s 10.84 23.65 1.27 2.03 par:pas; -pincée pincée nom f s 1.37 3.31 1.30 2.91 -pincées pincer ver f p 10.84 23.65 0.10 3.04 par:pas; -pincés pincer ver m p 10.84 23.65 0.10 0.47 par:pas; -pine pine nom f s 1.59 0.88 1.48 0.68 -pineau pineau nom m s 0.00 0.14 0.00 0.14 -piner piner ver 0.81 0.20 0.16 0.07 inf; -pines pine nom f p 1.59 0.88 0.11 0.20 -ping_pong ping_pong nom m s 2.67 2.36 2.67 2.36 -pinglot pinglot nom m s 0.00 0.14 0.00 0.07 -pinglots pinglot nom m p 0.00 0.14 0.00 0.07 -pingouin pingouin nom m s 3.51 2.64 2.29 1.35 -pingouins pingouin nom m p 3.51 2.64 1.23 1.28 -pingre pingre adj s 0.58 0.74 0.56 0.54 -pingrerie pingrerie nom f s 0.02 0.20 0.02 0.20 -pingres pingre nom p 0.19 0.34 0.15 0.07 -pink pink nom f s 1.00 0.34 1.00 0.34 -pinot pinot nom m s 0.47 0.14 0.46 0.07 -pinots pinot nom m p 0.47 0.14 0.01 0.07 -pins pin nom m p 5.06 26.62 2.27 17.09 -pinson pinson nom m s 2.86 1.82 2.68 1.08 -pinsons pinson nom m p 2.86 1.82 0.18 0.74 -pinta pinter ver 0.33 0.68 0.05 0.20 ind:pas:3s;;ind:pas:3s; -pintade pintade nom f s 0.44 2.16 0.44 0.54 -pintades pintade nom f p 0.44 2.16 0.00 1.62 -pintait pinter ver 0.33 0.68 0.00 0.07 ind:imp:3s; -pinte pinte nom f s 1.34 0.61 0.90 0.34 -pinter pinter ver 0.33 0.68 0.12 0.14 inf; -pintes pinte nom f p 1.34 0.61 0.44 0.27 -pinça pincer ver 10.84 23.65 0.00 2.43 ind:pas:3s; -pinçage pinçage nom m s 0.10 0.00 0.10 0.00 -pinçai pincer ver 10.84 23.65 0.00 0.07 ind:pas:1s; -pinçaient pincer ver 10.84 23.65 0.05 0.61 ind:imp:3p; -pinçais pincer ver 10.84 23.65 0.07 0.34 ind:imp:1s; -pinçait pincer ver 10.84 23.65 0.52 2.23 ind:imp:3s; -pinçant pincer ver 10.84 23.65 0.08 2.09 par:pre; -pinçard pinçard adj m s 0.00 0.07 0.00 0.07 -pinède pinède nom f s 0.72 3.72 0.58 2.70 -pinèdes pinède nom f p 0.72 3.72 0.15 1.01 -pinçon pinçon nom m s 0.04 0.20 0.04 0.07 -pinçons pincer ver 10.84 23.65 0.01 0.00 imp:pre:1p; -pinçotait pinçoter ver 0.00 0.20 0.00 0.07 ind:imp:3s; -pinçotant pinçoter ver 0.00 0.20 0.00 0.07 par:pre; -pinçote pinçoter ver 0.00 0.20 0.00 0.07 ind:pre:3s; -pinçure pinçure nom f s 0.00 0.07 0.00 0.07 -pinté pinter ver m s 0.33 0.68 0.04 0.00 par:pas; -pintée pinter ver f s 0.33 0.68 0.01 0.14 par:pas; -pintés pinter ver m p 0.33 0.68 0.00 0.07 par:pas; -piné piner ver m s 0.81 0.20 0.10 0.00 par:pas; -pinéal pinéal adj m s 0.23 0.07 0.02 0.07 -pinéale pinéal adj f s 0.23 0.07 0.19 0.00 -pinéales pinéal adj f p 0.23 0.07 0.02 0.00 -piochaient piocher ver 1.11 2.91 0.00 0.14 ind:imp:3p; -piochais piocher ver 1.11 2.91 0.00 0.14 ind:imp:1s; -piochait piocher ver 1.11 2.91 0.00 0.54 ind:imp:3s; -piochant piocher ver 1.11 2.91 0.01 0.14 par:pre; -pioche pioche nom f s 4.36 6.42 4.18 4.39 -piochent piocher ver 1.11 2.91 0.01 0.07 ind:pre:3p; -piocher piocher ver 1.11 2.91 0.50 1.42 inf; -pioches pioche nom f p 4.36 6.42 0.18 2.03 -piocheur piocheur nom m s 0.00 0.07 0.00 0.07 -piochez piocher ver 1.11 2.91 0.25 0.00 imp:pre:2p;ind:pre:2p; -pioché piocher ver m s 1.11 2.91 0.18 0.00 par:pas; -piochée piocher ver f s 1.11 2.91 0.00 0.07 par:pas; -piochées piocher ver f p 1.11 2.91 0.00 0.07 par:pas; -piolet piolet nom m s 0.31 0.14 0.31 0.14 -pion pion nom m s 4.91 6.49 2.98 3.58 -pionce pioncer ver 1.63 2.64 0.28 0.81 imp:pre:2s;ind:pre:1s;ind:pre:3s; -pioncent pioncer ver 1.63 2.64 0.00 0.20 ind:pre:3p; -pioncer pioncer ver 1.63 2.64 0.62 0.81 inf; -pioncera pioncer ver 1.63 2.64 0.01 0.00 ind:fut:3s; -pionces pioncer ver 1.63 2.64 0.15 0.14 ind:pre:2s; -pioncez pioncer ver 1.63 2.64 0.16 0.00 imp:pre:2p;ind:pre:2p; -pioncé pioncer ver m s 1.63 2.64 0.05 0.14 par:pas; -pionne pion nom f s 4.91 6.49 0.01 0.14 -pionner pionner ver 0.01 0.00 0.01 0.00 inf; -pionnier pionnier nom m s 4.17 9.73 1.27 2.50 -pionniers pionnier nom m p 4.17 9.73 2.62 7.03 -pionnière pionnier nom f s 4.17 9.73 0.28 0.07 -pionnières pionnière nom f p 0.03 0.00 0.03 0.00 -pions pion nom m p 4.91 6.49 1.92 2.77 -pionçais pioncer ver 1.63 2.64 0.33 0.07 ind:imp:1s;ind:imp:2s; -pionçait pioncer ver 1.63 2.64 0.03 0.41 ind:imp:3s; -pionçant pioncer ver 1.63 2.64 0.00 0.07 par:pre; -piot piot nom m s 0.00 0.34 0.00 0.14 -piots piot nom m p 0.00 0.34 0.00 0.20 -pioupiou pioupiou nom m s 0.05 0.34 0.05 0.27 -pioupious pioupiou nom m p 0.05 0.34 0.00 0.07 -pipa pipa nom m s 0.02 0.07 0.02 0.07 -pipai piper ver 20.57 2.57 0.00 0.07 ind:pas:1s; -pipais piper ver 20.57 2.57 0.01 0.07 ind:imp:1s; -pipait piper ver 20.57 2.57 0.01 0.14 ind:imp:3s; -pipant piper ver 20.57 2.57 0.10 0.00 par:pre; -pipasse piper ver 20.57 2.57 0.00 0.07 sub:imp:1s; -pipe_line pipe_line nom m s 0.11 0.34 0.09 0.34 -pipe_line pipe_line nom m p 0.11 0.34 0.02 0.00 -pipe pipe nom f s 16.38 32.84 12.74 25.74 -pipeau pipeau nom m s 2.09 1.22 1.84 0.95 -pipeaux pipeau nom m p 2.09 1.22 0.25 0.27 -pipelet pipelet nom m s 0.00 0.47 0.00 0.34 -pipelets pipelet nom m p 0.00 0.47 0.00 0.14 -pipelette pipelette nom f s 0.35 1.82 0.27 1.62 -pipelettes pipelette nom f p 0.35 1.82 0.09 0.20 -pipeline pipeline nom m s 0.51 0.14 0.42 0.07 -pipelines pipeline nom m p 0.51 0.14 0.08 0.07 -piper piper ver 20.57 2.57 19.94 0.88 inf; -pipera piper ver 20.57 2.57 0.01 0.00 ind:fut:3s; -piperade piperade nom f s 0.00 0.07 0.00 0.07 -piperie piperie nom f s 0.00 0.07 0.00 0.07 -pipes pipe nom f p 16.38 32.84 3.64 7.09 -pipette pipette nom f s 0.55 0.68 0.54 0.54 -pipettes pipette nom f p 0.55 0.68 0.01 0.14 -pipeur pipeur nom m s 0.00 0.47 0.00 0.14 -pipeuse pipeur nom f s 0.00 0.47 0.00 0.14 -pipeuses pipeuse nom f p 0.14 0.00 0.14 0.00 -pipi_room pipi_room nom m s 0.05 0.00 0.05 0.00 -pipi pipi nom m s 15.36 10.07 15.33 9.19 -pipiers pipier nom m p 0.00 0.07 0.00 0.07 -pipis pipi nom m p 15.36 10.07 0.03 0.88 -pipistrelle pipistrelle nom f s 0.13 0.00 0.13 0.00 -pipo pipo nom m s 0.18 0.00 0.18 0.00 -pipé piper ver m s 20.57 2.57 0.16 0.20 par:pas; -pipée pipée nom f s 0.02 0.07 0.02 0.00 -pipées pipée nom f p 0.02 0.07 0.00 0.07 -pipés piper ver m p 20.57 2.57 0.24 0.41 par:pas; -piqûre piqûre nom f s 11.41 10.95 7.59 6.08 -piqûres piqûre nom f p 11.41 10.95 3.82 4.86 -piqua piquer ver 50.05 64.86 0.03 3.72 ind:pas:3s; -piquage piquage nom m s 0.02 0.07 0.02 0.00 -piquages piquage nom m p 0.02 0.07 0.00 0.07 -piquai piquer ver 50.05 64.86 0.01 0.34 ind:pas:1s; -piquaient piquer ver 50.05 64.86 0.11 2.36 ind:imp:3p; -piquais piquer ver 50.05 64.86 0.91 0.88 ind:imp:1s;ind:imp:2s; -piquait piquer ver 50.05 64.86 0.90 6.55 ind:imp:3s; -piquant piquant nom m s 1.17 1.76 0.74 1.15 -piquante piquant adj f s 2.59 6.82 1.60 2.57 -piquantes piquant adj f p 2.59 6.82 0.31 1.22 -piquants piquant nom m p 1.17 1.76 0.43 0.61 -pique_assiette pique_assiette nom s 0.39 0.34 0.27 0.27 -pique_assiette pique_assiette nom p 0.39 0.34 0.12 0.07 -pique_boeuf pique_boeuf nom m p 0.00 0.07 0.00 0.07 -pique_feu pique_feu nom m 0.03 0.81 0.03 0.81 -pique_niquer pique_niquer ver 1.03 0.74 0.01 0.00 ind:imp:3p; -pique_nique pique_nique nom m s 6.05 4.12 5.57 3.18 -pique_niquer pique_niquer ver 1.03 0.74 0.03 0.07 ind:pre:3p; -pique_niquer pique_niquer ver 1.03 0.74 0.83 0.47 inf;; -pique_niquer pique_niquer ver 1.03 0.74 0.01 0.00 cnd:pre:3p; -pique_niquer pique_niquer ver 1.03 0.74 0.01 0.00 ind:fut:1p; -pique_nique pique_nique nom m p 6.05 4.12 0.48 0.95 -pique_niqueur pique_niqueur nom m p 0.02 0.27 0.02 0.27 -pique_niquer pique_niquer ver 1.03 0.74 0.01 0.07 ind:pre:2p; -pique_niquer pique_niquer ver m s 1.03 0.74 0.05 0.07 par:pas; -pique piquer ver 50.05 64.86 7.74 10.07 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -piquent piquer ver 50.05 64.86 1.54 2.57 ind:pre:3p; -piquer piquer ver 50.05 64.86 15.35 14.26 inf; -piquera piquer ver 50.05 64.86 0.55 0.20 ind:fut:3s; -piquerai piquer ver 50.05 64.86 0.16 0.07 ind:fut:1s; -piqueraient piquer ver 50.05 64.86 0.02 0.07 cnd:pre:3p; -piquerais piquer ver 50.05 64.86 0.04 0.00 cnd:pre:1s;cnd:pre:2s; -piquerait piquer ver 50.05 64.86 0.08 0.27 cnd:pre:3s; -piqueras piquer ver 50.05 64.86 0.17 0.14 ind:fut:2s; -piquerez piquer ver 50.05 64.86 0.01 0.00 ind:fut:2p; -piquerons piqueron nom m p 0.14 0.00 0.14 0.00 -piqueront piquer ver 50.05 64.86 0.04 0.14 ind:fut:3p; -piques piquer ver 50.05 64.86 1.92 0.61 ind:pre:2s; -piquet piquet nom m s 3.64 9.39 1.48 4.73 -piquetage piquetage nom m s 0.00 0.07 0.00 0.07 -piquetaient piqueter ver 0.00 3.18 0.00 0.41 ind:imp:3p; -piquetait piqueter ver 0.00 3.18 0.00 0.07 ind:imp:3s; -piqueter piqueter ver 0.00 3.18 0.00 0.14 inf; -piquetis piquetis nom m 0.00 0.14 0.00 0.14 -piquets piquet nom m p 3.64 9.39 2.16 4.66 -piquette piquette nom f s 0.99 1.15 0.99 1.08 -piquettes piquette nom f p 0.99 1.15 0.00 0.07 -piqueté piqueter ver m s 0.00 3.18 0.00 0.95 par:pas; -piquetée piqueter ver f s 0.00 3.18 0.00 0.88 par:pas; -piquetées piqueter ver f p 0.00 3.18 0.00 0.47 par:pas; -piquetés piqueter ver m p 0.00 3.18 0.00 0.27 par:pas; -piqueur piqueur adj m s 0.76 0.61 0.61 0.54 -piqueurs piqueur nom m p 0.32 1.35 0.14 0.34 -piqueuse piqueur nom f s 0.32 1.35 0.00 0.27 -piqueuses piqueur nom f p 0.32 1.35 0.00 0.41 -piqueux piqueux nom m 0.01 0.20 0.01 0.20 -piquez piquer ver 50.05 64.86 1.15 0.20 imp:pre:2p;ind:pre:2p; -piquier piquier nom m s 0.01 0.07 0.01 0.07 -piquiez piquer ver 50.05 64.86 0.13 0.07 ind:imp:2p; -piquions piquer ver 50.05 64.86 0.00 0.07 ind:imp:1p; -piquons piquer ver 50.05 64.86 0.04 0.27 imp:pre:1p;ind:pre:1p; -piquouse piquouse nom f s 0.04 0.95 0.02 0.54 -piquouser piquouser ver 0.01 0.00 0.01 0.00 inf; -piquouses piquouse nom f p 0.04 0.95 0.02 0.41 -piquouze piquouze nom f s 0.05 0.34 0.02 0.20 -piquouzes piquouze nom f p 0.05 0.34 0.03 0.14 -piquèrent piquer ver 50.05 64.86 0.00 0.47 ind:pas:3p; -piqué piquer ver m s 50.05 64.86 15.18 11.55 par:pas; -piquée piquer ver f s 50.05 64.86 2.79 3.78 par:pas; -piquées piquer ver f p 50.05 64.86 0.38 1.15 par:pas; -piqués piquer ver m p 50.05 64.86 0.58 2.57 par:pas; -pirandellienne pirandellien adj f s 0.00 0.07 0.00 0.07 -piranha piranha nom m s 1.32 0.14 0.26 0.00 -piranhas piranha nom m p 1.32 0.14 1.06 0.14 -piratage piratage nom m s 0.56 0.07 0.53 0.07 -piratages piratage nom m p 0.56 0.07 0.03 0.00 -pirataient pirater ver 2.84 0.47 0.00 0.07 ind:imp:3p; -piratant pirater ver 2.84 0.47 0.02 0.07 par:pre; -pirate pirate nom m s 8.14 5.47 3.88 1.69 -piratent pirater ver 2.84 0.47 0.06 0.00 ind:pre:3p; -pirater pirater ver 2.84 0.47 0.90 0.14 inf; -piraterie piraterie nom f s 0.51 0.61 0.49 0.41 -pirateries piraterie nom f p 0.51 0.61 0.02 0.20 -pirates pirate nom m p 8.14 5.47 4.26 3.78 -piratez pirater ver 2.84 0.47 0.06 0.00 imp:pre:2p;ind:pre:2p; -piraté pirater ver m s 2.84 0.47 1.14 0.14 par:pas; -piratée pirater ver f s 2.84 0.47 0.07 0.00 par:pas; -piratés pirater ver m p 2.84 0.47 0.25 0.07 par:pas; -pire pire adj s 98.83 57.70 83.22 39.80 -pires pire adj p 98.83 57.70 15.61 17.91 -piriforme piriforme adj m s 0.00 0.47 0.00 0.34 -piriformes piriforme adj f p 0.00 0.47 0.00 0.14 -pirogue pirogue nom f s 0.76 4.73 0.65 2.50 -pirogues pirogue nom f p 0.76 4.73 0.11 2.23 -pirojki pirojki nom m 0.28 0.20 0.00 0.14 -pirojkis pirojki nom m p 0.28 0.20 0.28 0.07 -pirolle pirolle nom f s 0.00 0.20 0.00 0.20 -pirouetta pirouetter ver 0.10 0.81 0.00 0.20 ind:pas:3s; -pirouettais pirouetter ver 0.10 0.81 0.00 0.07 ind:imp:1s; -pirouettait pirouetter ver 0.10 0.81 0.00 0.07 ind:imp:3s; -pirouettant pirouetter ver 0.10 0.81 0.00 0.07 par:pre; -pirouette pirouette nom f s 1.39 3.51 0.42 3.04 -pirouetter pirouetter ver 0.10 0.81 0.07 0.20 inf; -pirouettes pirouette nom f p 1.39 3.51 0.96 0.47 -pis_aller pis_aller nom m 0.14 0.81 0.14 0.81 -pis pis adv_sup 30.15 37.16 30.15 37.16 -pisa piser ver 0.50 0.00 0.50 0.00 ind:pas:3s; -pisan pisan adj m s 0.10 0.07 0.10 0.00 -pisans pisan adj m p 0.10 0.07 0.00 0.07 -pisans pisan nom m p 0.00 0.07 0.00 0.07 -piscicole piscicole adj s 0.07 0.07 0.06 0.00 -piscicoles piscicole adj p 0.07 0.07 0.01 0.07 -pisciculteur pisciculteur nom m s 0.01 0.07 0.01 0.07 -pisciculture pisciculture nom f s 0.04 0.14 0.04 0.14 -pisciforme pisciforme adj f s 0.00 0.07 0.00 0.07 -piscine piscine nom f s 23.62 17.09 22.19 15.74 -piscines piscine nom f p 23.62 17.09 1.43 1.35 -pisiforme pisiforme nom m s 0.03 0.00 0.03 0.00 -pissa pisser ver 39.03 26.49 0.01 0.54 ind:pas:3s; -pissaient pisser ver 39.03 26.49 0.04 0.68 ind:imp:3p; -pissais pisser ver 39.03 26.49 0.67 0.27 ind:imp:1s;ind:imp:2s; -pissait pisser ver 39.03 26.49 0.78 1.96 ind:imp:3s; -pissaladière pissaladière nom f s 0.00 0.07 0.00 0.07 -pissant pisser ver 39.03 26.49 0.45 0.68 par:pre; -pissat pissat nom m s 0.10 0.41 0.10 0.41 -pisse_copie pisse_copie nom s 0.01 0.27 0.01 0.20 -pisse_copie pisse_copie nom p 0.01 0.27 0.00 0.07 -pisse_froid pisse_froid nom m 0.10 0.34 0.10 0.34 -pisse_vinaigre pisse_vinaigre nom m 0.04 0.07 0.04 0.07 -pisse pisser ver 39.03 26.49 6.84 5.20 imp:pre:2s;ind:pre:1s;ind:pre:3s; -pissenlit pissenlit nom m s 1.32 3.24 0.68 1.28 -pissenlits pissenlit nom m p 1.32 3.24 0.65 1.96 -pissent pisser ver 39.03 26.49 0.60 0.68 ind:pre:3p; -pisser pisser ver 39.03 26.49 20.83 13.65 inf; -pissera pisser ver 39.03 26.49 0.25 0.00 ind:fut:3s; -pisserai pisser ver 39.03 26.49 0.43 0.00 ind:fut:1s; -pisseraient pisser ver 39.03 26.49 0.01 0.14 cnd:pre:3p; -pisserais pisser ver 39.03 26.49 0.14 0.00 cnd:pre:1s;cnd:pre:2s; -pisserait pisser ver 39.03 26.49 0.07 0.14 cnd:pre:3s; -pisseras pisser ver 39.03 26.49 0.06 0.27 ind:fut:2s; -pisses pisser ver 39.03 26.49 1.05 0.07 ind:pre:2s; -pissette pissette nom f s 0.14 0.20 0.14 0.20 -pisseur pisseur nom m s 0.51 0.88 0.25 0.14 -pisseurs pisseur nom m p 0.51 0.88 0.03 0.07 -pisseuse pisseux adj f s 0.71 2.84 0.30 0.68 -pisseuses pisseuse nom f p 0.14 0.00 0.14 0.00 -pisseux pisseux adj m 0.71 2.84 0.40 1.89 -pissez pisser ver 39.03 26.49 1.07 0.20 imp:pre:2p;ind:pre:2p; -pissoir pissoir nom m s 0.02 0.00 0.02 0.00 -pissons pisser ver 39.03 26.49 0.14 0.00 imp:pre:1p;ind:pre:1p; -pissât pisser ver 39.03 26.49 0.00 0.07 sub:imp:3s; -pissotière pissotière nom f s 0.61 3.45 0.41 2.03 -pissotières pissotière nom f p 0.61 3.45 0.20 1.42 -pissou pissou nom m s 5.28 0.07 5.28 0.07 -pissèrent pisser ver 39.03 26.49 0.00 0.07 ind:pas:3p; -pissé pisser ver m s 39.03 26.49 5.46 1.89 par:pas; -pissée pisser ver f s 39.03 26.49 0.13 0.00 par:pas; -pista pister ver 1.90 1.28 0.00 0.07 ind:pas:3s; -pistache pistache nom f s 0.69 1.69 0.41 0.74 -pistaches pistache nom f p 0.69 1.69 0.27 0.95 -pistachier pistachier nom m s 0.00 0.14 0.00 0.07 -pistachiers pistachier nom m p 0.00 0.14 0.00 0.07 -pistage pistage nom m s 0.30 0.00 0.30 0.00 -pistais pister ver 1.90 1.28 0.00 0.07 ind:imp:1s; -pistait pister ver 1.90 1.28 0.06 0.07 ind:imp:3s; -pistant pister ver 1.90 1.28 0.00 0.20 par:pre; -pistard pistard nom m s 0.01 0.47 0.01 0.20 -pistards pistard nom m p 0.01 0.47 0.00 0.27 -piste piste nom f s 51.77 41.15 43.01 34.86 -pistent pister ver 1.90 1.28 0.08 0.14 ind:pre:3p; -pister pister ver 1.90 1.28 0.76 0.47 inf; -pistera pister ver 1.90 1.28 0.01 0.00 ind:fut:3s; -pisterai pister ver 1.90 1.28 0.02 0.00 ind:fut:1s; -pistes piste nom f p 51.77 41.15 8.77 6.28 -pisteur pisteur nom m s 0.54 0.95 0.47 0.81 -pisteurs pisteur nom m p 0.54 0.95 0.06 0.14 -pistez pister ver 1.90 1.28 0.15 0.00 imp:pre:2p;ind:pre:2p; -pistil pistil nom m s 0.02 0.81 0.02 0.47 -pistils pistil nom m p 0.02 0.81 0.00 0.34 -pistole pistole nom f s 1.09 0.34 0.16 0.27 -pistolero pistolero nom m s 0.24 0.14 0.08 0.07 -pistoleros pistolero nom m p 0.24 0.14 0.16 0.07 -pistoles pistole nom f p 1.09 0.34 0.93 0.07 -pistolet_mitrailleur pistolet_mitrailleur nom m s 0.02 0.00 0.02 0.00 -pistolet pistolet nom m s 34.92 18.78 31.63 14.80 -pistolets pistolet nom m p 34.92 18.78 3.29 3.99 -pistoleurs pistoleur nom m p 0.00 0.07 0.00 0.07 -pistolétade pistolétade nom f s 0.00 0.14 0.00 0.14 -piston piston nom m s 2.46 3.18 1.79 2.50 -pistonnais pistonner ver 1.03 0.47 0.00 0.07 ind:imp:2s; -pistonner pistonner ver 1.03 0.47 0.29 0.20 inf; -pistonnera pistonner ver 1.03 0.47 0.01 0.00 ind:fut:3s; -pistonnerai pistonner ver 1.03 0.47 0.01 0.00 ind:fut:1s; -pistonnions pistonner ver 1.03 0.47 0.01 0.00 ind:imp:1p; -pistonné pistonner ver m s 1.03 0.47 0.67 0.14 par:pas; -pistonnée pistonner ver f s 1.03 0.47 0.04 0.00 par:pas; -pistonnés pistonné nom m p 0.35 0.07 0.10 0.07 -pistons piston nom m p 2.46 3.18 0.68 0.68 -pistou pistou nom m s 0.38 0.00 0.38 0.00 -pisté pister ver m s 1.90 1.28 0.17 0.14 par:pas; -pistée pister ver f s 1.90 1.28 0.03 0.00 par:pas; -pistées pister ver f p 1.90 1.28 0.00 0.07 par:pas; -pistés pister ver m p 1.90 1.28 0.08 0.00 par:pas; -pisé pisé nom m s 0.02 0.47 0.02 0.47 -pit_bull pit_bull nom m s 0.63 0.00 0.26 0.00 -pit_bull pit_bull nom m p 0.63 0.00 0.06 0.00 -pit_bull pit_bull nom m s 0.63 0.00 0.31 0.00 -pita pita nom m s 0.73 0.00 0.70 0.00 -pitaine pitaine nom m s 0.00 2.09 0.00 2.09 -pitance pitance nom f s 0.35 2.70 0.35 2.57 -pitances pitance nom f p 0.35 2.70 0.00 0.14 -pitancher pitancher ver 0.00 0.14 0.00 0.07 inf; -pitancherai pitancher ver 0.00 0.14 0.00 0.07 ind:fut:1s; -pitancier pitancier nom m s 0.00 0.07 0.00 0.07 -pitas pita nom m p 0.73 0.00 0.03 0.00 -pitbull pitbull nom m s 1.02 0.00 0.82 0.00 -pitbulls pitbull nom m p 1.02 0.00 0.20 0.00 -pitch pitch nom m s 0.29 0.00 0.29 0.00 -pitcher pitcher ver 0.03 0.00 0.03 0.00 inf; -pitchoun pitchoun nom m s 0.03 0.07 0.02 0.00 -pitchoune pitchoun adj f s 0.03 0.00 0.03 0.00 -pitchounet pitchounet nom m s 0.14 0.00 0.14 0.00 -pitchounette pitchounette nom f s 0.14 0.00 0.14 0.00 -pitchpin pitchpin nom m s 0.00 0.47 0.00 0.47 -piteuse piteux adj f s 0.82 4.46 0.12 1.69 -piteusement piteusement adv 0.14 1.42 0.14 1.42 -piteuses piteux adj f p 0.82 4.46 0.00 0.07 -piteux piteux adj m 0.82 4.46 0.70 2.70 -pièce pièce nom f s 151.10 276.35 110.66 193.78 -pièces pièce nom f p 151.10 276.35 40.44 82.57 -piège piège nom m s 33.12 30.20 27.53 19.93 -piègent piéger ver 21.77 7.09 0.20 0.14 ind:pre:3p; -pièges piège nom m p 33.12 30.20 5.59 10.27 -pithiviers pithiviers nom m 0.00 0.07 0.00 0.07 -piète piéter ver 0.01 0.54 0.00 0.07 ind:pre:3s; -piètement piètement nom m s 0.00 0.07 0.00 0.07 -piètre piètre adj s 2.65 4.19 2.47 3.45 -piètrement piètrement adv 0.03 0.00 0.03 0.00 -piètres piètre adj p 2.65 4.19 0.18 0.74 -pithécanthrope pithécanthrope nom m s 0.00 0.34 0.00 0.20 -pithécanthropes pithécanthrope nom m p 0.00 0.34 0.00 0.14 -pitié pitié nom f s 76.38 58.11 76.38 57.91 -pitiés pitié nom f p 76.38 58.11 0.00 0.20 -piton piton nom m s 0.46 7.30 0.40 6.42 -pitonnant pitonner ver 0.00 0.14 0.00 0.07 par:pre; -pitonner pitonner ver 0.00 0.14 0.00 0.07 inf; -pitons piton nom m p 0.46 7.30 0.06 0.88 -pitoyable pitoyable adj s 6.26 9.19 5.63 6.96 -pitoyablement pitoyablement adv 0.17 0.47 0.17 0.47 -pitoyables pitoyable adj p 6.26 9.19 0.63 2.23 -pitre pitre nom m s 1.70 1.96 1.55 1.69 -pitrerie pitrerie nom f s 0.99 1.28 0.16 0.34 -pitreries pitrerie nom f p 0.99 1.28 0.83 0.95 -pitres pitre nom m p 1.70 1.96 0.15 0.27 -pittoresque pittoresque adj s 1.71 6.49 1.47 4.53 -pittoresques pittoresque adj p 1.71 6.49 0.25 1.96 -pituitaire pituitaire adj s 0.15 0.20 0.12 0.14 -pituitaires pituitaire adj p 0.15 0.20 0.03 0.07 -pituite pituite nom f s 0.01 0.07 0.01 0.07 -pityriasis pityriasis nom m 0.01 0.07 0.01 0.07 -piu piu adv 0.02 0.07 0.02 0.07 -piécette piécette nom f s 0.09 1.89 0.07 0.68 -piécettes piécette nom f p 0.09 1.89 0.02 1.22 -piédestal piédestal nom m s 0.80 2.09 0.79 2.09 -piédestaux piédestal nom m p 0.80 2.09 0.01 0.00 -piédroit piédroit nom m s 0.00 0.20 0.00 0.14 -piédroits piédroit nom m p 0.00 0.20 0.00 0.07 -piégeage piégeage nom m s 0.01 0.27 0.01 0.14 -piégeages piégeage nom m p 0.01 0.27 0.00 0.14 -piégeais piéger ver 21.77 7.09 0.02 0.07 ind:imp:1s; -piégeait piéger ver 21.77 7.09 0.04 0.41 ind:imp:3s; -piégeant piéger ver 21.77 7.09 0.04 0.00 par:pre; -piéger piéger ver 21.77 7.09 6.33 2.36 inf; -piégerai piéger ver 21.77 7.09 0.04 0.07 ind:fut:1s; -piégerais piéger ver 21.77 7.09 0.02 0.00 cnd:pre:1s;cnd:pre:2s; -piégerait piéger ver 21.77 7.09 0.01 0.07 cnd:pre:3s; -piégerez piéger ver 21.77 7.09 0.03 0.00 ind:fut:2p; -piégeront piéger ver 21.77 7.09 0.01 0.07 ind:fut:3p; -piégeur piégeur nom m s 0.23 0.34 0.08 0.20 -piégeurs piégeur nom m p 0.23 0.34 0.00 0.07 -piégeuse piégeur nom f s 0.23 0.34 0.15 0.00 -piégeuses piégeur nom f p 0.23 0.34 0.00 0.07 -piégez piéger ver 21.77 7.09 0.07 0.00 imp:pre:2p;ind:pre:2p; -piégé piéger ver m s 21.77 7.09 9.12 1.69 par:pas; -piégée piéger ver f s 21.77 7.09 2.34 0.61 par:pas; -piégées piéger ver f p 21.77 7.09 0.43 0.54 par:pas; -piégés piéger ver m p 21.77 7.09 2.53 0.68 par:pas; -piémont piémont nom m s 0.01 0.14 0.01 0.14 -piémontais piémontais nom m 0.60 0.34 0.60 0.34 -piémontaise piémontais adj f s 0.34 0.34 0.01 0.07 -piéride piéride nom f s 0.00 0.14 0.00 0.07 -piérides piéride nom f p 0.00 0.14 0.00 0.07 -piéta piéta nom f s 0.15 0.07 0.15 0.07 -piétaille piétaille nom f s 0.20 1.28 0.20 1.28 -piétait piéter ver 0.01 0.54 0.00 0.07 ind:imp:3s; -piétant piéter ver 0.01 0.54 0.00 0.07 par:pre; -piétement piétement nom m s 0.00 0.47 0.00 0.47 -piéter piéter ver 0.01 0.54 0.00 0.07 inf; -piétin piétin nom m s 0.00 0.07 0.00 0.07 -piétina piétiner ver 6.78 20.61 0.10 0.74 ind:pas:3s; -piétinai piétiner ver 6.78 20.61 0.00 0.07 ind:pas:1s; -piétinaient piétiner ver 6.78 20.61 0.11 1.62 ind:imp:3p; -piétinais piétiner ver 6.78 20.61 0.29 0.14 ind:imp:1s;ind:imp:2s; -piétinait piétiner ver 6.78 20.61 0.03 1.89 ind:imp:3s; -piétinant piétiner ver 6.78 20.61 0.01 2.43 par:pre; -piétinante piétinant adj f s 0.00 0.34 0.00 0.07 -piétine piétiner ver 6.78 20.61 1.66 2.43 imp:pre:2s;ind:pre:1s;ind:pre:3s; -piétinement piétinement nom m s 0.11 5.34 0.09 4.53 -piétinements piétinement nom m p 0.11 5.34 0.01 0.81 -piétinent piétiner ver 6.78 20.61 0.39 1.28 ind:pre:3p; -piétiner piétiner ver 6.78 20.61 1.39 3.45 inf; -piétinera piétiner ver 6.78 20.61 0.26 0.14 ind:fut:3s; -piétinerai piétiner ver 6.78 20.61 0.14 0.00 ind:fut:1s; -piétinerais piétiner ver 6.78 20.61 0.03 0.00 cnd:pre:2s; -piétinerait piétiner ver 6.78 20.61 0.02 0.00 cnd:pre:3s; -piétineront piétiner ver 6.78 20.61 0.01 0.00 ind:fut:3p; -piétinez piétiner ver 6.78 20.61 0.20 0.07 imp:pre:2p;ind:pre:2p; -piétinons piétiner ver 6.78 20.61 0.02 0.14 ind:pre:1p; -piétinèrent piétiner ver 6.78 20.61 0.00 0.20 ind:pas:3p; -piétiné piétiner ver m s 6.78 20.61 1.35 2.57 par:pas; -piétinée piétiner ver f s 6.78 20.61 0.34 1.55 par:pas; -piétinées piétiner ver f p 6.78 20.61 0.05 0.74 par:pas; -piétinés piétiner ver m p 6.78 20.61 0.37 1.15 par:pas; -piétiste piétiste adj f s 0.00 0.07 0.00 0.07 -piéton piéton nom m s 0.75 3.72 0.54 1.28 -piétonne piéton adj f s 0.85 1.82 0.04 0.14 -piétonnes piéton adj f p 0.85 1.82 0.01 0.00 -piétonnier piétonnier adj m s 0.14 0.20 0.02 0.07 -piétonnière piétonnier adj f s 0.14 0.20 0.02 0.07 -piétonnières piétonnier adj f p 0.14 0.20 0.10 0.07 -piétons piéton adj m p 0.85 1.82 0.26 1.62 -piété piété nom f s 1.47 7.70 1.47 7.70 -pive pive nom f s 0.00 0.07 0.00 0.07 -pivert pivert nom m s 0.22 0.88 0.16 0.81 -piverts pivert nom m p 0.22 0.88 0.06 0.07 -pivoine pivoine nom f s 0.73 1.96 0.19 0.74 -pivoines pivoine nom f p 0.73 1.96 0.54 1.22 -pivot pivot nom m s 0.68 1.69 0.61 1.55 -pivota pivoter ver 1.19 9.39 0.00 2.09 ind:pas:3s; -pivotai pivoter ver 1.19 9.39 0.00 0.07 ind:pas:1s; -pivotaient pivoter ver 1.19 9.39 0.01 0.14 ind:imp:3p; -pivotait pivoter ver 1.19 9.39 0.04 0.54 ind:imp:3s; -pivotant pivotant adj m s 0.08 0.81 0.04 0.47 -pivotante pivotant adj f s 0.08 0.81 0.03 0.20 -pivotantes pivotant adj f p 0.08 0.81 0.00 0.07 -pivotants pivotant adj m p 0.08 0.81 0.00 0.07 -pivote pivoter ver 1.19 9.39 0.36 1.42 imp:pre:2s;ind:pre:1s;ind:pre:3s; -pivotement pivotement nom m s 0.01 0.07 0.01 0.07 -pivotent pivoter ver 1.19 9.39 0.01 0.14 ind:pre:3p; -pivoter pivoter ver 1.19 9.39 0.33 2.91 inf; -pivotes pivoter ver 1.19 9.39 0.01 0.00 ind:pre:2s; -pivotez pivoter ver 1.19 9.39 0.29 0.00 imp:pre:2p; -pivots pivot nom m p 0.68 1.69 0.07 0.14 -pivotèrent pivoter ver 1.19 9.39 0.00 0.14 ind:pas:3p; -pivoté pivoter ver m s 1.19 9.39 0.13 0.27 par:pas; -pixel pixel nom m s 0.36 0.00 0.03 0.00 -pixellisés pixelliser ver m p 0.03 0.00 0.03 0.00 par:pas; -pixels pixel nom m p 0.36 0.00 0.34 0.00 -pizza pizza nom f s 23.09 3.24 18.60 2.09 -pizzaiolo pizzaiolo nom m s 0.02 0.00 0.02 0.00 -pizzas pizza nom f p 23.09 3.24 4.49 1.15 -pizzeria pizzeria nom f s 2.12 1.42 2.01 1.35 -pizzerias pizzeria nom f p 2.12 1.42 0.10 0.07 -pizzicato pizzicato nom m s 0.29 0.14 0.29 0.14 -plût plaire ver 607.24 139.80 0.22 1.69 sub:imp:3s; -plaît plaire ver 607.24 139.80 499.91 55.00 ind:pre:3s; -placage placage nom m s 0.22 0.34 0.22 0.20 -placages placage nom m p 0.22 0.34 0.00 0.14 -placard placard nom m s 21.47 34.39 19.26 25.74 -placardait placarder ver 0.56 3.18 0.00 0.20 ind:imp:3s; -placarde placarder ver 0.56 3.18 0.11 1.08 imp:pre:2s;ind:pre:1s;ind:pre:3s; -placarder placarder ver 0.56 3.18 0.04 0.54 inf; -placardes placarder ver 0.56 3.18 0.00 0.07 ind:pre:2s; -placardier placardier nom m s 0.00 0.14 0.00 0.14 -placards placard nom m p 21.47 34.39 2.20 8.65 -placardé placarder ver m s 0.56 3.18 0.16 0.41 par:pas; -placardée placarder ver f s 0.56 3.18 0.07 0.41 par:pas; -placardées placarder ver f p 0.56 3.18 0.02 0.34 par:pas; -placardés placarder ver m p 0.56 3.18 0.16 0.14 par:pas; -place place nom f s 301.30 468.58 280.54 437.97 -placebo placebo nom m s 0.52 0.14 0.47 0.14 -placebos placebo nom m p 0.52 0.14 0.05 0.00 -placement placement nom m s 3.12 3.11 2.13 2.03 -placements placement nom m p 3.12 3.11 0.99 1.08 -placent placer ver 52.95 101.76 0.58 0.74 ind:pre:3p; -placenta placenta nom m s 0.70 0.61 0.69 0.54 -placentaire placentaire adj s 0.04 0.00 0.04 0.00 -placentas placenta nom m p 0.70 0.61 0.02 0.07 -placer placer ver 52.95 101.76 10.24 21.69 inf; -placera placer ver 52.95 101.76 0.35 0.34 ind:fut:3s; -placerai placer ver 52.95 101.76 0.55 0.27 ind:fut:1s; -placeraient placer ver 52.95 101.76 0.00 0.07 cnd:pre:3p; -placerais placer ver 52.95 101.76 0.05 0.27 cnd:pre:1s; -placerait placer ver 52.95 101.76 0.17 0.68 cnd:pre:3s; -placeras placer ver 52.95 101.76 0.08 0.00 ind:fut:2s; -placerez placer ver 52.95 101.76 0.20 0.20 ind:fut:2p; -placerons placer ver 52.95 101.76 0.06 0.20 ind:fut:1p; -placeront placer ver 52.95 101.76 0.25 0.00 ind:fut:3p; -places place nom f p 301.30 468.58 20.76 30.61 -placet placet nom m s 0.01 0.27 0.00 0.20 -placets placet nom m p 0.01 0.27 0.01 0.07 -placette placette nom f s 0.00 1.82 0.00 1.49 -placettes placette nom f p 0.00 1.82 0.00 0.34 -placeur placeur nom m s 0.06 0.34 0.03 0.07 -placeurs placeur nom m p 0.06 0.34 0.03 0.00 -placeuse placeur nom f s 0.06 0.34 0.00 0.20 -placeuses placeur nom f p 0.06 0.34 0.00 0.07 -placez placer ver 52.95 101.76 4.01 1.15 imp:pre:2p;ind:pre:2p; -placide placide adj s 0.29 5.95 0.19 5.20 -placidement placidement adv 0.00 1.35 0.00 1.35 -placides placide adj p 0.29 5.95 0.11 0.74 -placidité placidité nom f s 0.00 2.03 0.00 2.03 -placier placier nom m s 0.03 0.14 0.03 0.07 -placiers placier nom m p 0.03 0.14 0.00 0.07 -placiez placer ver 52.95 101.76 0.03 0.00 ind:imp:2p; -placions placer ver 52.95 101.76 0.04 0.07 ind:imp:1p; -placoplâtre placoplâtre nom m s 0.06 0.00 0.06 0.00 -placèrent placer ver 52.95 101.76 0.14 0.68 ind:pas:3p; -placé placer ver m s 52.95 101.76 11.81 22.91 par:pas; -placée placer ver f s 52.95 101.76 4.51 8.18 par:pas; -placées placer ver f p 52.95 101.76 1.09 2.84 par:pas; -placés placer ver m p 52.95 101.76 2.19 6.96 par:pas; -plafond plafond nom m s 10.34 50.34 9.44 46.35 -plafonds plafond nom m p 10.34 50.34 0.90 3.99 -plafonnant plafonner ver 0.17 0.34 0.00 0.07 par:pre; -plafonne plafonner ver 0.17 0.34 0.07 0.07 imp:pre:2s;ind:pre:3s; -plafonnement plafonnement nom m s 0.04 0.07 0.04 0.07 -plafonner plafonner ver 0.17 0.34 0.05 0.07 inf; -plafonnier plafonnier nom m s 0.13 1.42 0.13 1.15 -plafonniers plafonnier nom m p 0.13 1.42 0.00 0.20 -plafonnière plafonnier nom f s 0.13 1.42 0.00 0.07 -plafonnons plafonner ver 0.17 0.34 0.00 0.07 ind:pre:1p; -plafonné plafonner ver m s 0.17 0.34 0.04 0.07 par:pas; -plafonnée plafonner ver f s 0.17 0.34 0.01 0.00 par:pas; -plafonnées plafonné adj f p 0.01 0.14 0.00 0.14 -plage plage nom f s 48.19 86.89 44.99 72.03 -plages plage nom f p 48.19 86.89 3.20 14.86 -plagiaire plagiaire nom m s 0.19 0.07 0.17 0.00 -plagiaires plagiaire nom m p 0.19 0.07 0.02 0.07 -plagiant plagier ver 0.40 0.47 0.00 0.14 par:pre; -plagiat plagiat nom m s 0.38 0.41 0.35 0.20 -plagiats plagiat nom m p 0.38 0.41 0.02 0.20 -plagie plagier ver 0.40 0.47 0.03 0.07 ind:pre:1s;ind:pre:3s; -plagier plagier ver 0.40 0.47 0.11 0.07 inf; -plagies plagier ver 0.40 0.47 0.01 0.00 ind:pre:2s; -plagioclase plagioclase nom m s 0.01 0.00 0.01 0.00 -plagié plagier ver m s 0.40 0.47 0.25 0.20 par:pas; -plaid plaid nom m s 0.34 1.15 0.28 0.95 -plaida plaider ver 11.46 12.70 0.14 0.81 ind:pas:3s; -plaidable plaidable adj f s 0.02 0.00 0.02 0.00 -plaidai plaider ver 11.46 12.70 0.00 0.07 ind:pas:1s; -plaidaient plaider ver 11.46 12.70 0.00 0.41 ind:imp:3p; -plaidais plaider ver 11.46 12.70 0.01 0.20 ind:imp:1s;ind:imp:2s; -plaidait plaider ver 11.46 12.70 0.06 0.88 ind:imp:3s; -plaidant plaider ver 11.46 12.70 0.21 0.41 par:pre; -plaidants plaidant adj m p 0.00 0.07 0.00 0.07 -plaide plaider ver 11.46 12.70 2.75 1.76 imp:pre:2s;ind:pre:1s;ind:pre:3s; -plaident plaider ver 11.46 12.70 0.13 0.20 ind:pre:3p; -plaider plaider ver 11.46 12.70 4.07 5.61 inf; -plaidera plaider ver 11.46 12.70 0.42 0.00 ind:fut:3s; -plaiderai plaider ver 11.46 12.70 0.61 0.14 ind:fut:1s; -plaiderait plaider ver 11.46 12.70 0.12 0.27 cnd:pre:3s; -plaideras plaider ver 11.46 12.70 0.13 0.07 ind:fut:2s; -plaiderez plaider ver 11.46 12.70 0.24 0.07 ind:fut:2p; -plaiderons plaider ver 11.46 12.70 0.08 0.14 ind:fut:1p; -plaideront plaider ver 11.46 12.70 0.01 0.00 ind:fut:3p; -plaides plaider ver 11.46 12.70 0.24 0.14 ind:pre:2s; -plaideur plaideur nom m s 0.05 0.47 0.04 0.14 -plaideurs plaideur nom m p 0.05 0.47 0.01 0.34 -plaidez plaider ver 11.46 12.70 1.03 0.20 imp:pre:2p;ind:pre:2p; -plaidiez plaider ver 11.46 12.70 0.03 0.07 ind:imp:2p; -plaidions plaider ver 11.46 12.70 0.00 0.07 ind:imp:1p; -plaidoirie plaidoirie nom f s 1.27 2.36 1.14 1.22 -plaidoiries plaidoirie nom f p 1.27 2.36 0.13 1.15 -plaidons plaider ver 11.46 12.70 0.09 0.14 imp:pre:1p;ind:pre:1p; -plaidoyer plaidoyer nom m s 0.64 1.28 0.60 0.88 -plaidoyers plaidoyer nom m p 0.64 1.28 0.04 0.41 -plaids plaid nom m p 0.34 1.15 0.05 0.20 -plaidèrent plaider ver 11.46 12.70 0.00 0.14 ind:pas:3p; -plaidé plaider ver m s 11.46 12.70 1.03 0.81 par:pas; -plaidée plaider ver f s 11.46 12.70 0.05 0.14 par:pas; -plaie plaie nom f s 15.02 24.26 10.42 14.32 -plaies plaie nom f p 15.02 24.26 4.59 9.93 -plaignît plaindre ver 61.25 67.84 0.00 0.20 sub:imp:3s; -plaignaient plaindre ver 61.25 67.84 0.28 2.30 ind:imp:3p; -plaignais plaindre ver 61.25 67.84 0.70 1.49 ind:imp:1s;ind:imp:2s; -plaignait plaindre ver 61.25 67.84 0.94 8.92 ind:imp:3s; -plaignant plaignant nom m s 1.56 0.74 0.86 0.34 -plaignante plaignant nom f s 1.56 0.74 0.33 0.14 -plaignantes plaignant nom f p 1.56 0.74 0.03 0.07 -plaignants plaignant nom m p 1.56 0.74 0.34 0.20 -plaigne plaindre ver 61.25 67.84 0.34 0.81 sub:pre:1s;sub:pre:3s; -plaignent plaindre ver 61.25 67.84 2.71 1.49 ind:pre:3p; -plaignes plaindre ver 61.25 67.84 0.04 0.00 sub:pre:2s; -plaignez plaindre ver 61.25 67.84 1.60 0.74 imp:pre:2p;ind:pre:2p; -plaigniez plaindre ver 61.25 67.84 0.05 0.00 ind:imp:2p; -plaignions plaindre ver 61.25 67.84 0.02 0.20 ind:imp:1p; -plaignirent plaindre ver 61.25 67.84 0.01 0.27 ind:pas:3p; -plaignis plaindre ver 61.25 67.84 0.00 0.20 ind:pas:1s; -plaignit plaindre ver 61.25 67.84 0.14 2.84 ind:pas:3s; -plaignons plaindre ver 61.25 67.84 0.34 0.47 imp:pre:1p;ind:pre:1p; -plain_chant plain_chant nom m s 0.10 0.27 0.10 0.27 -plain_pied plain_pied nom m s 0.12 3.65 0.12 3.65 -plain plain adj m s 0.60 0.27 0.31 0.14 -plaindra plaindre ver 61.25 67.84 0.41 0.07 ind:fut:3s; -plaindrai plaindre ver 61.25 67.84 0.82 0.07 ind:fut:1s; -plaindraient plaindre ver 61.25 67.84 0.16 0.07 cnd:pre:3p; -plaindrais plaindre ver 61.25 67.84 0.40 0.20 cnd:pre:1s;cnd:pre:2s; -plaindrait plaindre ver 61.25 67.84 0.12 0.81 cnd:pre:3s; -plaindras plaindre ver 61.25 67.84 0.05 0.00 ind:fut:2s; -plaindre plaindre ver 61.25 67.84 17.27 24.53 inf;;inf;;inf;;inf;; -plaindrez plaindre ver 61.25 67.84 0.03 0.00 ind:fut:2p; -plaindriez plaindre ver 61.25 67.84 0.01 0.07 cnd:pre:2p; -plaindrions plaindre ver 61.25 67.84 0.00 0.07 cnd:pre:1p; -plaindront plaindre ver 61.25 67.84 0.11 0.14 ind:fut:3p; -plaine plaine nom f s 3.52 39.86 3.52 39.86 -plaines plain nom f p 1.63 7.43 1.63 7.43 -plains plaindre ver 61.25 67.84 12.84 5.61 imp:pre:2s;ind:pre:1s;ind:pre:2s; -plaint plaindre ver m s 61.25 67.84 7.28 7.84 ind:pre:3s;par:pas; -plainte plaindre ver f s 61.25 67.84 13.79 6.35 par:pas; -plaintes plainte nom f p 15.07 26.69 5.46 9.59 -plaintif plaintif adj m s 1.12 6.82 0.81 3.31 -plaintifs plaintif adj m p 1.12 6.82 0.06 1.01 -plaintive plaintif adj f s 1.12 6.82 0.26 2.09 -plaintivement plaintivement adv 0.00 0.81 0.00 0.81 -plaintives plaintif adj f p 1.12 6.82 0.00 0.41 -plaints plaindre ver m p 61.25 67.84 0.44 0.47 par:pas; -plaira plaire ver 607.24 139.80 12.63 3.45 ind:fut:3s; -plairai plaire ver 607.24 139.80 0.16 0.14 ind:fut:1s; -plairaient plaire ver 607.24 139.80 0.21 0.41 cnd:pre:3p; -plairais plaire ver 607.24 139.80 0.61 0.27 cnd:pre:1s;cnd:pre:2s; -plairait plaire ver 607.24 139.80 14.60 4.46 cnd:pre:3s; -plairas plaire ver 607.24 139.80 0.70 0.14 ind:fut:2s; -plaire plaire ver 607.24 139.80 19.00 19.66 inf;; -plairez plaire ver 607.24 139.80 1.07 0.34 ind:fut:2p; -plairiez plaire ver 607.24 139.80 0.30 0.00 cnd:pre:2p; -plairont plaire ver 607.24 139.80 0.81 0.20 ind:fut:3p; -plais plaire ver 607.24 139.80 21.48 4.66 imp:pre:2s;ind:pre:1s;ind:pre:2s; -plaisaient plaire ver 607.24 139.80 0.55 2.97 ind:imp:3p; -plaisais plaire ver 607.24 139.80 1.75 2.70 ind:imp:1s;ind:imp:2s; -plaisait plaire ver 607.24 139.80 8.75 27.50 ind:imp:3s; -plaisamment plaisamment adv 0.02 2.03 0.02 2.03 -plaisance plaisance nom f s 0.35 2.03 0.35 2.03 -plaisancier plaisancier nom m s 0.19 0.20 0.00 0.07 -plaisanciers plaisancier nom m p 0.19 0.20 0.19 0.14 -plaisant plaisant adj m s 4.88 9.73 2.11 4.32 -plaisanta plaisanter ver 87.13 27.43 0.00 2.03 ind:pas:3s; -plaisantai plaisanter ver 87.13 27.43 0.10 0.14 ind:pas:1s; -plaisantaient plaisanter ver 87.13 27.43 0.13 0.68 ind:imp:3p; -plaisantais plaisanter ver 87.13 27.43 7.92 1.22 ind:imp:1s;ind:imp:2s; -plaisantait plaisanter ver 87.13 27.43 2.08 5.95 ind:imp:3s; -plaisantant plaisanter ver 87.13 27.43 0.62 2.64 par:pre; -plaisante plaisanter ver 87.13 27.43 28.50 3.92 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -plaisantent plaisanter ver 87.13 27.43 0.61 0.27 ind:pre:3p; -plaisanter plaisanter ver 87.13 27.43 6.24 6.01 inf; -plaisantera plaisanter ver 87.13 27.43 0.00 0.07 ind:fut:3s; -plaisanterai plaisanter ver 87.13 27.43 0.03 0.07 ind:fut:1s; -plaisanteraient plaisanter ver 87.13 27.43 0.00 0.07 cnd:pre:3p; -plaisanterais plaisanter ver 87.13 27.43 0.15 0.00 cnd:pre:1s; -plaisanteras plaisanter ver 87.13 27.43 0.00 0.07 ind:fut:2s; -plaisanterie plaisanterie nom f s 17.75 26.49 13.41 14.05 -plaisanteries plaisanterie nom f p 17.75 26.49 4.33 12.43 -plaisanterons plaisanter ver 87.13 27.43 0.02 0.07 ind:fut:1p; -plaisantes plaisanter ver 87.13 27.43 24.29 0.95 ind:pre:2s; -plaisantez plaisanter ver 87.13 27.43 14.96 1.55 imp:pre:2p;ind:pre:2p; -plaisantiez plaisanter ver 87.13 27.43 0.32 0.00 ind:imp:2p; -plaisantin plaisantin nom m s 0.86 0.95 0.68 0.68 -plaisantins plaisantin nom m p 0.86 0.95 0.19 0.27 -plaisantions plaisanter ver 87.13 27.43 0.04 0.14 ind:imp:1p; -plaisantons plaisanter ver 87.13 27.43 0.28 0.20 imp:pre:1p;ind:pre:1p; -plaisants plaisant adj m p 4.88 9.73 0.22 0.61 -plaisantèrent plaisanter ver 87.13 27.43 0.00 0.07 ind:pas:3p; -plaisanté plaisanter ver m s 87.13 27.43 0.84 1.35 par:pas; -plaise plaire ver 607.24 139.80 6.49 3.65 sub:pre:1s;sub:pre:3s; -plaisent plaire ver 607.24 139.80 6.92 3.45 ind:pre:3p; -plaises plaire ver 607.24 139.80 0.35 0.20 sub:pre:2s; -plaisez plaire ver 607.24 139.80 3.83 1.42 ind:pre:2p; -plaisiez plaire ver 607.24 139.80 0.27 0.20 ind:imp:2p; -plaisions plaire ver 607.24 139.80 0.00 0.27 ind:imp:1p; -plaisir plaisir nom m s 186.37 233.85 177.40 208.78 -plaisirs plaisir nom m p 186.37 233.85 8.97 25.07 -plaisons plaire ver 607.24 139.80 0.04 0.20 ind:pre:1p; -plan_séquence plan_séquence nom m s 0.10 0.00 0.10 0.00 -plan plan nom m s 147.54 88.99 119.54 67.84 -plana planer ver 7.86 16.55 0.00 0.34 ind:pas:3s; -planaient planer ver 7.86 16.55 0.13 0.95 ind:imp:3p; -planais planer ver 7.86 16.55 0.24 0.41 ind:imp:1s;ind:imp:2s; -planait planer ver 7.86 16.55 0.70 3.99 ind:imp:3s; -planant planant adj m s 0.56 1.22 0.25 0.68 -planante planant adj f s 0.56 1.22 0.27 0.20 -planantes planant adj f p 0.56 1.22 0.02 0.34 -planants planant adj m p 0.56 1.22 0.03 0.00 -planas planer ver 7.86 16.55 0.00 0.07 ind:pas:2s; -planchais plancher ver 1.37 1.35 0.02 0.07 ind:imp:1s; -planche planche nom f s 13.37 41.55 10.01 14.53 -planchent plancher ver 1.37 1.35 0.04 0.00 ind:pre:3p; -plancher plancher nom m s 7.50 31.15 6.67 29.39 -planchers plancher nom m p 7.50 31.15 0.84 1.76 -planche_contact planche_contact nom f p 0.00 0.07 0.00 0.07 -planches planche nom f p 13.37 41.55 3.36 27.03 -planchette planchette nom f s 0.01 2.50 0.01 1.82 -planchettes planchette nom f p 0.01 2.50 0.00 0.68 -planchiste planchiste nom s 0.20 0.00 0.20 0.00 -planché plancher ver m s 1.37 1.35 0.24 0.07 par:pas; -plancton plancton nom m s 0.65 0.47 0.52 0.47 -planctons plancton nom m p 0.65 0.47 0.14 0.00 -plane planer ver 7.86 16.55 2.48 2.57 ind:pre:1s;ind:pre:3s;sub:pre:3s; -planelle planelle nom f s 0.01 0.00 0.01 0.00 -planement planement nom m s 0.00 0.07 0.00 0.07 -planent planer ver 7.86 16.55 0.45 0.88 ind:pre:3p; -planer planer ver 7.86 16.55 2.25 3.99 inf;; -planera planer ver 7.86 16.55 0.02 0.00 ind:fut:3s; -planerait planer ver 7.86 16.55 0.00 0.07 cnd:pre:3s; -planerions planer ver 7.86 16.55 0.00 0.07 cnd:pre:1p; -planeront planer ver 7.86 16.55 0.00 0.07 ind:fut:3p; -planes planer ver 7.86 16.55 0.58 0.14 ind:pre:2s; -planeur planeur nom m s 1.31 0.61 0.66 0.27 -planeurs planeur nom m p 1.31 0.61 0.65 0.34 -planez planer ver 7.86 16.55 0.12 0.07 imp:pre:2p;ind:pre:2p; -planiez planer ver 7.86 16.55 0.02 0.00 ind:imp:2p; -planifiable planifiable adj s 0.01 0.00 0.01 0.00 -planifiaient planifier ver 8.15 0.68 0.01 0.00 ind:imp:3p; -planifiait planifier ver 8.15 0.68 0.18 0.00 ind:imp:3s; -planifiant planifier ver 8.15 0.68 0.05 0.07 par:pre; -planificateur planificateur nom m s 0.06 0.00 0.04 0.00 -planification planification nom f s 0.42 0.34 0.42 0.34 -planificatrice planificateur nom f s 0.06 0.00 0.01 0.00 -planifie planifier ver 8.15 0.68 0.87 0.07 imp:pre:2s;ind:pre:1s;ind:pre:3s; -planifient planifier ver 8.15 0.68 0.09 0.00 ind:pre:3p; -planifier planifier ver 8.15 0.68 1.94 0.07 inf; -planifierais planifier ver 8.15 0.68 0.01 0.07 cnd:pre:1s; -planifiez planifier ver 8.15 0.68 0.11 0.00 imp:pre:2p;ind:pre:2p; -planifions planifier ver 8.15 0.68 0.08 0.00 imp:pre:1p;ind:pre:1p; -planifié planifier ver m s 8.15 0.68 4.42 0.27 par:pas; -planifiée planifier ver f s 8.15 0.68 0.31 0.07 par:pas; -planifiés planifier ver m p 8.15 0.68 0.08 0.07 par:pas; -planisphère planisphère nom m s 0.01 1.15 0.01 1.01 -planisphères planisphère nom m p 0.01 1.15 0.00 0.14 -planitude planitude nom f s 0.00 0.14 0.00 0.14 -planning planning nom m s 4.77 0.81 4.55 0.81 -plannings planning nom m p 4.77 0.81 0.22 0.00 -planqua planquer ver 18.79 21.76 0.00 0.07 ind:pas:3s; -planquaient planquer ver 18.79 21.76 0.12 0.41 ind:imp:3p; -planquais planquer ver 18.79 21.76 0.26 0.20 ind:imp:1s;ind:imp:2s; -planquait planquer ver 18.79 21.76 0.21 1.35 ind:imp:3s; -planquant planquer ver 18.79 21.76 0.01 0.27 par:pre; -planque planque nom f s 9.10 7.30 8.21 6.42 -planquent planquer ver 18.79 21.76 0.68 0.74 ind:pre:3p; -planquer planquer ver 18.79 21.76 3.81 6.49 inf; -planquera planquer ver 18.79 21.76 0.05 0.07 ind:fut:3s; -planquerai planquer ver 18.79 21.76 0.02 0.07 ind:fut:1s; -planquerais planquer ver 18.79 21.76 0.04 0.00 cnd:pre:1s; -planquerait planquer ver 18.79 21.76 0.04 0.07 cnd:pre:3s; -planqueras planquer ver 18.79 21.76 0.03 0.00 ind:fut:2s; -planques planque nom f p 9.10 7.30 0.90 0.88 -planquez planquer ver 18.79 21.76 1.77 0.34 imp:pre:2p;ind:pre:2p; -planquiez planquer ver 18.79 21.76 0.00 0.07 ind:imp:2p; -planquions planquer ver 18.79 21.76 0.00 0.07 ind:imp:1p; -planquons planquer ver 18.79 21.76 0.22 0.14 imp:pre:1p;ind:pre:1p; -planquèrent planquer ver 18.79 21.76 0.00 0.07 ind:pas:3p; -planqué planquer ver m s 18.79 21.76 3.87 4.66 par:pas; -planquée planquer ver f s 18.79 21.76 0.94 1.28 par:pas; -planquées planqué adj f p 1.67 1.69 0.14 0.14 -planqués planqué adj m p 1.67 1.69 0.74 0.88 -plans plan nom m p 147.54 88.99 28.00 21.15 -plant plant nom m s 2.54 4.53 1.07 1.62 -planta planter ver 38.29 75.88 0.19 7.84 ind:pas:3s; -plantage plantage nom m s 0.04 0.00 0.04 0.00 -plantai planter ver 38.29 75.88 0.01 0.54 ind:pas:1s; -plantaient planter ver 38.29 75.88 0.14 0.74 ind:imp:3p; -plantain plantain nom m s 0.04 0.14 0.01 0.00 -plantains plantain nom m p 0.04 0.14 0.04 0.14 -plantaire plantaire adj s 0.14 0.20 0.10 0.14 -plantaires plantaire adj f p 0.14 0.20 0.04 0.07 -plantais planter ver 38.29 75.88 0.33 1.01 ind:imp:1s;ind:imp:2s; -plantait planter ver 38.29 75.88 0.43 3.24 ind:imp:3s; -plantant planter ver 38.29 75.88 0.43 2.03 par:pre; -plantation plantation nom f s 5.73 6.35 2.25 3.72 -plantations plantation nom f p 5.73 6.35 3.48 2.64 -plante plante nom f s 21.86 35.00 9.00 11.49 -plantent planter ver 38.29 75.88 0.43 0.61 ind:pre:3p; -planter planter ver 38.29 75.88 10.58 12.16 inf;; -plantera planter ver 38.29 75.88 0.30 0.07 ind:fut:3s; -planterai planter ver 38.29 75.88 0.81 0.07 ind:fut:1s; -planterais planter ver 38.29 75.88 0.17 0.00 cnd:pre:1s;cnd:pre:2s; -planterait planter ver 38.29 75.88 0.06 0.20 cnd:pre:3s; -planteras planter ver 38.29 75.88 0.17 0.00 ind:fut:2s; -planterez planter ver 38.29 75.88 0.02 0.00 ind:fut:2p; -planterons planter ver 38.29 75.88 0.05 0.14 ind:fut:1p; -planteront planter ver 38.29 75.88 0.13 0.00 ind:fut:3p; -plantes plante nom f p 21.86 35.00 12.85 23.51 -planteur planteur nom m s 0.64 2.23 0.42 1.15 -planteurs planteur nom m p 0.64 2.23 0.22 1.08 -plantez planter ver 38.29 75.88 0.68 0.14 imp:pre:2p;ind:pre:2p; -planète planète nom f s 61.11 22.91 55.29 19.86 -planètes planète nom f p 61.11 22.91 5.82 3.04 -plantier plantier nom m s 0.70 0.14 0.70 0.14 -plantiez planter ver 38.29 75.88 0.04 0.07 ind:imp:2p; -plantigrade plantigrade nom m s 0.13 0.20 0.13 0.20 -plantions planter ver 38.29 75.88 0.02 0.14 ind:imp:1p; -plantoir plantoir nom m s 0.14 0.07 0.14 0.07 -planton planton nom m s 0.53 2.91 0.50 2.50 -plantons planter ver 38.29 75.88 0.25 0.14 imp:pre:1p;ind:pre:1p; -plants plant nom m p 2.54 4.53 1.47 2.91 -plantèrent planter ver 38.29 75.88 0.01 0.68 ind:pas:3p; -planté planter ver m s 38.29 75.88 11.20 20.07 par:pas; -plantée planter ver f s 38.29 75.88 2.68 10.47 par:pas; -plantées planter ver f p 38.29 75.88 0.89 3.31 par:pas; -plantureuse plantureux adj f s 0.11 1.42 0.07 0.68 -plantureuses plantureux adj f p 0.11 1.42 0.04 0.27 -plantureux plantureux adj m s 0.11 1.42 0.01 0.47 -plantés planter ver m p 38.29 75.88 2.31 7.09 par:pas; -plané planer ver m s 7.86 16.55 0.76 1.76 par:pas; -planétaire planétaire adj s 2.27 1.35 1.93 0.95 -planétaires planétaire adj p 2.27 1.35 0.34 0.41 -planétarium planétarium nom m s 0.31 0.27 0.31 0.20 -planétariums planétarium nom m p 0.31 0.27 0.00 0.07 -planétoïde planétoïde nom m s 0.04 0.00 0.04 0.00 -plaqua plaquer ver 12.46 27.70 0.01 2.64 ind:pas:3s; -plaquage plaquage nom m s 0.26 0.20 0.22 0.07 -plaquages plaquage nom m p 0.26 0.20 0.04 0.14 -plaquai plaquer ver 12.46 27.70 0.00 0.34 ind:pas:1s; -plaquaient plaquer ver 12.46 27.70 0.01 0.27 ind:imp:3p; -plaquais plaquer ver 12.46 27.70 0.14 0.14 ind:imp:1s;ind:imp:2s; -plaquait plaquer ver 12.46 27.70 0.13 2.23 ind:imp:3s; -plaquant plaquer ver 12.46 27.70 0.02 1.49 par:pre; -plaque plaque nom f s 20.48 46.15 13.87 26.01 -plaqueminiers plaqueminier nom m p 0.00 0.14 0.00 0.14 -plaquent plaquer ver 12.46 27.70 0.14 0.34 ind:pre:3p; -plaquer plaquer ver 12.46 27.70 2.48 3.92 inf; -plaquera plaquer ver 12.46 27.70 0.03 0.00 ind:fut:3s; -plaquerai plaquer ver 12.46 27.70 0.05 0.00 ind:fut:1s; -plaquerais plaquer ver 12.46 27.70 0.17 0.00 cnd:pre:1s;cnd:pre:2s; -plaquerait plaquer ver 12.46 27.70 0.03 0.07 cnd:pre:3s; -plaqueras plaquer ver 12.46 27.70 0.01 0.00 ind:fut:2s; -plaques plaque nom f p 20.48 46.15 6.62 20.14 -plaquettaire plaquettaire adj f s 0.01 0.00 0.01 0.00 -plaquette plaquette nom f s 1.02 4.26 0.28 1.55 -plaquettes plaquette nom f p 1.02 4.26 0.74 2.70 -plaqueur plaqueur nom m s 0.07 0.07 0.07 0.07 -plaquez plaquer ver 12.46 27.70 0.20 0.20 imp:pre:2p;ind:pre:2p; -plaquèrent plaquer ver 12.46 27.70 0.00 0.27 ind:pas:3p; -plaqué plaquer ver m s 12.46 27.70 4.37 5.00 par:pas; -plaquée plaquer ver f s 12.46 27.70 2.07 4.32 par:pas; -plaquées plaquer ver f p 12.46 27.70 0.04 1.76 par:pas; -plaqués plaquer ver m p 12.46 27.70 0.42 1.76 par:pas; -plasma plasma nom m s 2.85 0.34 2.85 0.34 -plasmagène plasmagène adj m s 0.01 0.00 0.01 0.00 -plasmaphérèse plasmaphérèse nom f s 0.08 0.00 0.08 0.00 -plasmique plasmique adj m s 0.01 0.00 0.01 0.00 -plaste plaste nom m s 0.01 0.00 0.01 0.00 -plastic plastic nom m s 0.81 1.15 0.81 1.15 -plasticage plasticage nom m s 0.01 0.34 0.01 0.00 -plasticages plasticage nom m p 0.01 0.34 0.00 0.34 -plasticien plasticien nom m s 0.40 0.00 0.38 0.00 -plasticienne plasticien nom f s 0.40 0.00 0.01 0.00 -plasticité plasticité nom f s 0.04 0.27 0.04 0.27 -plastie plastie nom f s 0.03 0.00 0.03 0.00 -plastifiant plastifiant nom m s 0.01 0.00 0.01 0.00 -plastification plastification nom f s 0.01 0.00 0.01 0.00 -plastifier plastifier ver 0.23 0.95 0.06 0.00 inf; -plastifié plastifier ver m s 0.23 0.95 0.09 0.61 par:pas; -plastifiée plastifier ver f s 0.23 0.95 0.07 0.14 par:pas; -plastifiées plastifier ver f p 0.23 0.95 0.01 0.07 par:pas; -plastifiés plastifier ver m p 0.23 0.95 0.00 0.14 par:pas; -plastiquage plastiquage nom m s 0.16 0.00 0.16 0.00 -plastiquais plastiquer ver 0.41 0.41 0.01 0.00 ind:imp:1s; -plastique plastique nom s 13.44 16.96 12.89 16.82 -plastiquer plastiquer ver 0.41 0.41 0.16 0.07 inf; -plastiques plastique adj p 4.67 6.96 0.72 1.42 -plastiqueur plastiqueur nom m s 0.22 0.14 0.22 0.14 -plastiqué plastiquer ver m s 0.41 0.41 0.18 0.07 par:pas; -plastisol plastisol nom m s 0.01 0.00 0.01 0.00 -plastoc plastoc nom m s 0.09 0.20 0.09 0.20 -plastron plastron nom m s 0.11 2.57 0.09 2.30 -plastronnaient plastronner ver 0.02 1.35 0.00 0.07 ind:imp:3p; -plastronnait plastronner ver 0.02 1.35 0.00 0.20 ind:imp:3s; -plastronnant plastronner ver 0.02 1.35 0.00 0.20 par:pre; -plastronne plastronner ver 0.02 1.35 0.00 0.07 ind:pre:3s; -plastronnent plastronner ver 0.02 1.35 0.00 0.14 ind:pre:3p; -plastronner plastronner ver 0.02 1.35 0.02 0.61 inf; -plastronnes plastronner ver 0.02 1.35 0.00 0.07 ind:pre:2s; -plastronneur plastronneur nom m s 0.00 0.07 0.00 0.07 -plastrons plastron nom m p 0.11 2.57 0.02 0.27 -plat_bord plat_bord nom m s 0.01 0.61 0.00 0.54 -plat_ventre plat_ventre nom m s 0.11 0.07 0.11 0.07 -plat plat nom s 30.24 61.35 21.87 44.26 -platane platane nom m s 0.44 13.99 0.31 4.26 -platanes platane nom m p 0.44 13.99 0.14 9.73 -plate_bande plate_bande nom f s 0.82 2.77 0.12 0.54 -plate_forme plate_forme nom f s 3.06 11.15 2.49 8.45 -plate plat adj f s 14.66 61.76 3.09 17.50 -plateau_repas plateau_repas nom m 0.04 0.14 0.04 0.14 -plateau plateau nom m s 17.17 54.53 15.73 45.74 -plateaux_repas plateaux_repas nom m p 0.04 0.07 0.04 0.07 -plateaux plateau nom m p 17.17 54.53 1.44 8.78 -platebandes platebande nom f p 0.06 0.00 0.06 0.00 -plateforme plateforme nom f s 0.59 0.34 0.59 0.34 -platelage platelage nom m s 0.00 0.07 0.00 0.07 -platement platement adv 0.14 1.08 0.14 1.08 -plateresque plateresque adj m s 0.00 0.20 0.00 0.14 -plateresques plateresque adj f p 0.00 0.20 0.00 0.07 -plate_bande plate_bande nom f p 0.82 2.77 0.70 2.23 -plate_forme plate_forme nom f p 3.06 11.15 0.57 2.70 -plates plat adj f p 14.66 61.76 0.92 7.23 -plaça placer ver 52.95 101.76 0.58 6.76 ind:pas:3s; -plaçai placer ver 52.95 101.76 0.02 0.74 ind:pas:1s; -plaçaient placer ver 52.95 101.76 0.03 1.55 ind:imp:3p; -plaçais placer ver 52.95 101.76 0.07 0.61 ind:imp:1s;ind:imp:2s; -plaçait placer ver 52.95 101.76 0.46 6.01 ind:imp:3s; -plaçant placer ver 52.95 101.76 0.79 3.38 par:pre; -plaçons placer ver 52.95 101.76 0.60 0.14 imp:pre:1p;ind:pre:1p; -plaçât placer ver 52.95 101.76 0.00 0.07 sub:imp:3s; -platine platine nom s 2.06 3.31 1.73 3.18 -platines platine nom p 2.06 3.31 0.32 0.14 -platiné platiné adj m s 0.01 1.15 0.00 0.07 -platinée platiné adj f s 0.01 1.15 0.00 0.61 -platinées platiné adj f p 0.01 1.15 0.01 0.34 -platinés platiné adj m p 0.01 1.15 0.00 0.14 -platière platière nom f s 0.00 0.07 0.00 0.07 -platitude platitude nom f s 0.29 2.30 0.18 1.55 -platitudes platitude nom f p 0.29 2.30 0.12 0.74 -platonicien platonicien adj m s 0.14 0.41 0.00 0.27 -platonicienne platonicien adj f s 0.14 0.41 0.14 0.07 -platoniciens platonicien adj m p 0.14 0.41 0.00 0.07 -platonique platonique adj s 0.76 1.55 0.66 0.88 -platoniquement platoniquement adv 0.05 0.27 0.05 0.27 -platoniques platonique adj p 0.76 1.55 0.10 0.68 -platonisant platonisant adj m s 0.00 0.07 0.00 0.07 -plat_bord plat_bord nom m p 0.01 0.61 0.01 0.07 -plats plat nom m p 30.24 61.35 8.37 17.09 -platée platée nom f s 0.04 0.61 0.04 0.47 -platées platée nom f p 0.04 0.61 0.00 0.14 -platures plature nom m p 0.00 0.14 0.00 0.14 -platyrrhiniens platyrrhinien adj m p 0.00 0.07 0.00 0.07 -plausibilité plausibilité nom f s 0.04 0.00 0.04 0.00 -plausible plausible adj s 2.68 3.92 2.48 3.24 -plausiblement plausiblement adv 0.00 0.07 0.00 0.07 -plausibles plausible adj p 2.68 3.92 0.20 0.68 -play_back play_back nom m 0.59 0.14 0.57 0.14 -play_boy play_boy nom m s 0.69 1.08 0.58 0.95 -play_boy play_boy nom m p 0.69 1.08 0.11 0.14 -play_back play_back nom m 0.59 0.14 0.02 0.00 -play play adv 0.01 0.00 0.01 0.00 -playboy playboy nom m s 0.38 0.00 0.38 0.00 -playmate playmate nom f s 0.36 0.34 0.30 0.27 -playmates playmate nom f p 0.36 0.34 0.06 0.07 -playon playon nom m s 0.02 0.00 0.02 0.00 -plaza plaza nom f s 1.53 2.91 1.53 2.91 -plazza plazza nom f s 0.05 0.14 0.05 0.14 -please please adv 3.18 0.88 3.18 0.88 -plectre plectre nom m s 0.00 0.07 0.00 0.07 -plein_air plein_air adj m s 0.00 0.07 0.00 0.07 -plein_air plein_air nom m s 0.00 0.20 0.00 0.20 -plein_cintre plein_cintre nom m s 0.00 0.07 0.00 0.07 -plein_emploi plein_emploi nom m s 0.01 0.00 0.01 0.00 -plein_temps plein_temps nom m 0.12 0.00 0.12 0.00 -plein plein pre 89.11 52.77 89.11 52.77 -pleine plein adj f s 208.75 370.41 82.13 139.19 -pleinement pleinement adv 3.44 7.77 3.44 7.77 -pleines plein adj f p 208.75 370.41 8.60 32.43 -pleins plein adj m p 208.75 370.41 13.46 40.95 -plessis plessis nom m 0.00 0.07 0.00 0.07 -plet plet nom m s 0.00 0.07 0.00 0.07 -pleur pleur nom m s 9.52 12.50 0.20 0.81 -pleura pleurer ver 191.64 163.31 0.81 5.88 ind:pas:3s; -pleurai pleurer ver 191.64 163.31 0.00 1.22 ind:pas:1s; -pleuraient pleurer ver 191.64 163.31 1.16 3.72 ind:imp:3p; -pleurais pleurer ver 191.64 163.31 4.01 5.07 ind:imp:1s;ind:imp:2s; -pleurait pleurer ver 191.64 163.31 7.54 26.49 ind:imp:3s; -pleural pleural adj m s 0.32 0.00 0.12 0.00 -pleurale pleural adj f s 0.32 0.00 0.20 0.00 -pleurant pleurer ver 191.64 163.31 3.26 7.16 par:pre; -pleurante pleurant adj f s 0.20 2.09 0.00 0.95 -pleurantes pleurant adj f p 0.20 2.09 0.00 0.07 -pleurants pleurant adj m p 0.20 2.09 0.01 0.20 -pleurard pleurard adj m s 0.01 0.54 0.01 0.14 -pleurarde pleurard adj f s 0.01 0.54 0.00 0.20 -pleurards pleurard adj m p 0.01 0.54 0.00 0.20 -pleure pleurer ver 191.64 163.31 60.17 24.93 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -pleurement pleurement nom m s 0.00 0.20 0.00 0.14 -pleurements pleurement nom m p 0.00 0.20 0.00 0.07 -pleurent pleurer ver 191.64 163.31 5.41 4.19 ind:pre:3p;sub:pre:3p; -pleurer pleurer ver 191.64 163.31 61.60 63.51 inf; -pleurera pleurer ver 191.64 163.31 1.25 0.61 ind:fut:3s; -pleurerai pleurer ver 191.64 163.31 1.34 0.14 ind:fut:1s; -pleureraient pleurer ver 191.64 163.31 0.12 0.00 cnd:pre:3p; -pleurerais pleurer ver 191.64 163.31 1.19 0.47 cnd:pre:1s;cnd:pre:2s; -pleurerait pleurer ver 191.64 163.31 0.38 0.68 cnd:pre:3s; -pleureras pleurer ver 191.64 163.31 0.55 0.14 ind:fut:2s; -pleurerez pleurer ver 191.64 163.31 0.20 0.14 ind:fut:2p; -pleurerons pleurer ver 191.64 163.31 0.02 0.00 ind:fut:1p; -pleureront pleurer ver 191.64 163.31 0.16 0.00 ind:fut:3p; -pleures pleurer ver 191.64 163.31 17.00 2.84 ind:pre:2s; -pleureur pleureur adj m s 0.11 1.15 0.06 0.47 -pleureurs pleureur nom m p 0.33 1.22 0.14 0.14 -pleureuse pleureur nom f s 0.33 1.22 0.17 0.20 -pleureuses pleureuse nom f p 0.14 0.00 0.14 0.00 -pleureux pleureur adj m 0.11 1.15 0.01 0.00 -pleurez pleurer ver 191.64 163.31 7.26 1.08 imp:pre:2p;ind:pre:2p; -pleuriez pleurer ver 191.64 163.31 0.31 0.14 ind:imp:2p; -pleurions pleurer ver 191.64 163.31 0.13 0.34 ind:imp:1p;sub:pre:1p; -pleurite pleurite nom f s 0.10 0.07 0.10 0.07 -pleurnicha pleurnicher ver 5.75 6.08 0.00 0.95 ind:pas:3s; -pleurnichage pleurnichage nom m s 0.03 0.00 0.01 0.00 -pleurnichages pleurnichage nom m p 0.03 0.00 0.01 0.00 -pleurnichais pleurnicher ver 5.75 6.08 0.11 0.07 ind:imp:1s;ind:imp:2s; -pleurnichait pleurnicher ver 5.75 6.08 0.02 0.81 ind:imp:3s; -pleurnichant pleurnicher ver 5.75 6.08 0.05 0.68 par:pre; -pleurnichard pleurnichard nom m s 0.55 0.07 0.47 0.07 -pleurnicharde pleurnichard adj f s 0.34 0.74 0.05 0.20 -pleurnichardes pleurnichard adj f p 0.34 0.74 0.01 0.00 -pleurnichards pleurnichard nom m p 0.55 0.07 0.08 0.00 -pleurniche pleurnicher ver 5.75 6.08 1.35 0.81 imp:pre:2s;ind:pre:1s;ind:pre:3s; -pleurnichement pleurnichement nom m s 0.01 0.34 0.00 0.14 -pleurnichements pleurnichement nom m p 0.01 0.34 0.01 0.20 -pleurnichent pleurnicher ver 5.75 6.08 0.07 0.27 ind:pre:3p; -pleurnicher pleurnicher ver 5.75 6.08 3.35 1.62 inf; -pleurnicherais pleurnicher ver 5.75 6.08 0.01 0.00 cnd:pre:2s; -pleurnicherait pleurnicher ver 5.75 6.08 0.00 0.07 cnd:pre:3s; -pleurnicheras pleurnicher ver 5.75 6.08 0.03 0.00 ind:fut:2s; -pleurnicherie pleurnicherie nom f s 0.20 0.54 0.02 0.07 -pleurnicheries pleurnicherie nom f p 0.20 0.54 0.17 0.47 -pleurniches pleurnicher ver 5.75 6.08 0.54 0.00 ind:pre:2s; -pleurnicheur pleurnicheur adj m s 0.28 0.34 0.22 0.14 -pleurnicheurs pleurnicheur nom m p 0.25 0.14 0.04 0.00 -pleurnicheuse pleurnicheur nom f s 0.25 0.14 0.06 0.07 -pleurnicheuses pleurnicheuse nom f p 0.03 0.00 0.03 0.00 -pleurnichez pleurnicher ver 5.75 6.08 0.14 0.07 imp:pre:2p;ind:pre:2p; -pleurniché pleurnicher ver m s 5.75 6.08 0.08 0.74 par:pas; -pleurons pleurer ver 191.64 163.31 0.73 0.61 imp:pre:1p;ind:pre:1p; -pleurât pleurer ver 191.64 163.31 0.00 0.14 sub:imp:3s; -pleurotes pleurote nom m p 0.00 0.07 0.00 0.07 -pleurs pleur nom m p 9.52 12.50 9.32 11.69 -pleurèrent pleurer ver 191.64 163.31 0.01 0.41 ind:pas:3p; -pleuré pleurer ver m s 191.64 163.31 16.91 13.04 par:pas; -pleurée pleurer ver f s 191.64 163.31 0.07 0.14 par:pas; -pleurées pleurer ver f p 191.64 163.31 0.00 0.20 par:pas; -pleurés pleurer ver m p 191.64 163.31 0.03 0.07 par:pas; -pleurésie pleurésie nom f s 0.17 0.54 0.17 0.54 -pleurétique pleurétique adj f s 0.01 0.00 0.01 0.00 -pleut pleuvoir ver 67.22 47.09 20.50 10.41 ind:pre:3s; -pleutre pleutre nom m s 0.18 0.61 0.16 0.41 -pleutrerie pleutrerie nom f s 0.00 0.14 0.00 0.14 -pleutres pleutre nom m p 0.18 0.61 0.02 0.20 -pleuvaient pleuvoir ver 67.22 47.09 0.13 2.23 ind:imp:3p; -pleuvait pleuvoir ver 67.22 47.09 4.43 11.62 ind:imp:3s; -pleuvant pleuvoir ver 67.22 47.09 0.01 0.20 par:pre; -pleuve pleuvoir ver 67.22 47.09 3.29 0.95 sub:pre:3s; -pleuvent pleuvoir ver 67.22 47.09 0.38 0.88 ind:pre:3p; -pleuvinait pleuviner ver 0.02 0.14 0.00 0.07 ind:imp:3s; -pleuvine pleuviner ver 0.02 0.14 0.02 0.00 ind:pre:3s; -pleuviner pleuviner ver 0.02 0.14 0.00 0.07 inf; -pleuvioter pleuvioter ver 0.00 0.07 0.00 0.07 inf; -pleuvoir pleuvoir ver 67.22 47.09 7.98 6.69 inf; -pleuvra pleuvoir ver 67.22 47.09 0.87 0.68 ind:fut:3s; -pleuvrait pleuvoir ver 67.22 47.09 0.05 0.34 cnd:pre:3s; -plexi plexi nom m s 0.01 0.00 0.01 0.00 -plexiglas plexiglas nom m 0.13 0.47 0.13 0.47 -plexus plexus nom m 0.43 0.88 0.43 0.88 -pleyel pleyel nom m s 0.02 0.07 0.02 0.07 -pli pli nom m s 6.00 41.42 4.42 16.76 -plia plier ver 14.37 50.20 0.00 3.99 ind:pas:3s; -pliable pliable adj s 0.19 0.00 0.19 0.00 -pliage pliage nom m s 0.12 0.54 0.11 0.47 -pliages pliage nom m p 0.12 0.54 0.01 0.07 -pliai plier ver 14.37 50.20 0.00 0.27 ind:pas:1s; -pliaient plier ver 14.37 50.20 0.02 1.08 ind:imp:3p; -pliais plier ver 14.37 50.20 0.01 0.34 ind:imp:1s; -pliait plier ver 14.37 50.20 0.13 3.18 ind:imp:3s; -pliant pliant adj m s 0.54 3.92 0.34 2.09 -pliante pliant adj f s 0.54 3.92 0.06 1.15 -pliantes pliant adj f p 0.54 3.92 0.12 0.27 -pliants pliant adj m p 0.54 3.92 0.03 0.41 -plie plier ver 14.37 50.20 3.54 5.00 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -plient plier ver 14.37 50.20 0.22 0.74 ind:pre:3p; -plier plier ver 14.37 50.20 5.02 10.68 inf; -pliera plier ver 14.37 50.20 0.08 0.07 ind:fut:3s; -plierai plier ver 14.37 50.20 0.28 0.14 ind:fut:1s; -plieraient plier ver 14.37 50.20 0.02 0.00 cnd:pre:3p; -plierait plier ver 14.37 50.20 0.04 0.27 cnd:pre:3s; -plieras plier ver 14.37 50.20 0.03 0.00 ind:fut:2s; -plierez plier ver 14.37 50.20 0.03 0.07 ind:fut:2p; -plierons plier ver 14.37 50.20 0.17 0.00 ind:fut:1p; -plies plier ver 14.37 50.20 0.28 0.14 ind:pre:2s; -plieur plieur nom m s 0.02 0.00 0.01 0.00 -plieuse plieur nom f s 0.02 0.00 0.01 0.00 -pliez plier ver 14.37 50.20 1.32 0.07 imp:pre:2p;ind:pre:2p; -plinthe plinthe nom f s 0.26 2.43 0.10 1.01 -plinthes plinthe nom f p 0.26 2.43 0.16 1.42 -pliocène pliocène nom m s 0.01 0.00 0.01 0.00 -plioir plioir nom m s 0.00 0.14 0.00 0.14 -plions plier ver 14.37 50.20 0.22 0.00 imp:pre:1p;ind:pre:1p; -pliât plier ver 14.37 50.20 0.00 0.07 sub:imp:3s; -plique plique nom f s 0.03 0.00 0.03 0.00 -plis pli nom m p 6.00 41.42 1.58 24.66 -plissa plisser ver 0.59 16.49 0.00 3.31 ind:pas:3s; -plissai plisser ver 0.59 16.49 0.00 0.14 ind:pas:1s; -plissaient plisser ver 0.59 16.49 0.00 0.54 ind:imp:3p; -plissais plisser ver 0.59 16.49 0.00 0.07 ind:imp:1s; -plissait plisser ver 0.59 16.49 0.00 1.69 ind:imp:3s; -plissant plisser ver 0.59 16.49 0.02 3.38 par:pre; -plisse plisser ver 0.59 16.49 0.10 2.50 imp:pre:2s;ind:pre:3s; -plissement plissement nom m s 0.03 1.08 0.02 0.68 -plissements plissement nom m p 0.03 1.08 0.01 0.41 -plissent plisser ver 0.59 16.49 0.02 0.41 ind:pre:3p; -plisser plisser ver 0.59 16.49 0.15 1.08 inf; -plisseront plisser ver 0.59 16.49 0.00 0.07 ind:fut:3p; -plisseur plisseur nom m s 0.00 0.07 0.00 0.07 -plissèrent plisser ver 0.59 16.49 0.00 0.27 ind:pas:3p; -plissé plisser ver m s 0.59 16.49 0.12 1.42 par:pas; -plissée plissé adj f s 0.33 8.72 0.08 3.18 -plissées plissé adj f p 0.33 8.72 0.02 1.01 -plissure plissure nom f s 0.00 0.20 0.00 0.07 -plissures plissure nom f p 0.00 0.20 0.00 0.14 -plissés plissé adj m p 0.33 8.72 0.17 1.76 -plièrent plier ver 14.37 50.20 0.00 0.20 ind:pas:3p; -plié plier ver m s 14.37 50.20 1.43 10.27 par:pas; -pliée plier ver f s 14.37 50.20 0.68 5.34 par:pas; -pliées plier ver f p 14.37 50.20 0.37 1.62 par:pas; -pliure pliure nom f s 0.03 0.95 0.03 0.41 -pliures pliure nom f p 0.03 0.95 0.00 0.54 -pliés plier ver m p 14.37 50.20 0.32 3.92 par:pas; -ploc ploc ono 0.65 0.61 0.65 0.61 -ploie ployer ver 0.44 7.36 0.03 0.95 ind:pre:1s;ind:pre:3s; -ploiement ploiement nom m s 0.00 0.27 0.00 0.27 -ploient ployer ver 0.44 7.36 0.01 0.34 ind:pre:3p; -plomb plomb nom m s 20.24 22.64 10.62 20.27 -plombage plombage nom m s 0.99 0.41 0.43 0.14 -plombages plombage nom m p 0.99 0.41 0.56 0.27 -plombaient plomber ver 1.77 2.70 0.00 0.14 ind:imp:3p; -plombait plomber ver 1.77 2.70 0.00 0.41 ind:imp:3s; -plombant plomber ver 1.77 2.70 0.01 0.14 par:pre; -plombe plombe nom f s 1.00 7.09 0.45 1.55 -plombent plomber ver 1.77 2.70 0.01 0.07 ind:pre:3p; -plomber plomber ver 1.77 2.70 0.78 0.54 inf; -plomberie plomberie nom f s 2.32 0.81 2.31 0.74 -plomberies plomberie nom f p 2.32 0.81 0.01 0.07 -plombes plombe nom f p 1.00 7.09 0.55 5.54 -plombez plomber ver 1.77 2.70 0.03 0.00 imp:pre:2p;ind:pre:2p; -plombier plombier nom m s 5.85 3.99 5.22 3.31 -plombiers plombier nom m p 5.85 3.99 0.63 0.68 -plombières plombières nom f 0.00 0.20 0.00 0.20 -plombs plomb nom m p 20.24 22.64 9.62 2.36 -plombé plomber ver m s 1.77 2.70 0.32 0.61 par:pas; -plombée plomber ver f s 1.77 2.70 0.16 0.07 par:pas; -plombées plombé adj f p 0.20 3.85 0.01 0.47 -plombure plombure nom f s 0.00 0.07 0.00 0.07 -plombés plombé adj m p 0.20 3.85 0.01 0.54 -plonge plonger ver 31.96 86.22 5.37 12.91 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:1s;sub:pre:3s; -plongea plonger ver 31.96 86.22 0.49 10.88 ind:pas:3s; -plongeai plonger ver 31.96 86.22 0.13 1.22 ind:pas:1s; -plongeaient plonger ver 31.96 86.22 0.16 2.64 ind:imp:3p; -plongeais plonger ver 31.96 86.22 0.29 2.43 ind:imp:1s;ind:imp:2s; -plongeait plonger ver 31.96 86.22 0.41 10.27 ind:imp:3s; -plongeant plonger ver 31.96 86.22 1.41 5.41 par:pre; -plongeante plongeant adj f s 0.20 1.28 0.04 0.47 -plongeantes plongeant adj f p 0.20 1.28 0.00 0.07 -plongeants plongeant adj m p 0.20 1.28 0.00 0.07 -plongement plongement nom m s 0.00 0.07 0.00 0.07 -plongent plonger ver 31.96 86.22 1.04 2.09 ind:pre:3p; -plongeoir plongeoir nom m s 0.44 1.08 0.44 1.01 -plongeoirs plongeoir nom m p 0.44 1.08 0.00 0.07 -plongeâmes plonger ver 31.96 86.22 0.01 0.07 ind:pas:1p; -plongeon plongeon nom m s 2.98 4.05 2.71 3.18 -plongeons plongeon nom m p 2.98 4.05 0.27 0.88 -plongeât plonger ver 31.96 86.22 0.00 0.14 sub:imp:3s; -plonger plonger ver 31.96 86.22 9.36 14.66 inf; -plongera plonger ver 31.96 86.22 0.36 0.27 ind:fut:3s; -plongerai plonger ver 31.96 86.22 0.30 0.00 ind:fut:1s; -plongeraient plonger ver 31.96 86.22 0.02 0.00 cnd:pre:3p; -plongerais plonger ver 31.96 86.22 0.02 0.20 cnd:pre:1s; -plongerait plonger ver 31.96 86.22 0.21 0.47 cnd:pre:3s; -plongeras plonger ver 31.96 86.22 0.15 0.00 ind:fut:2s; -plongerez plonger ver 31.96 86.22 0.44 0.00 ind:fut:2p; -plongeriez plonger ver 31.96 86.22 0.01 0.00 cnd:pre:2p; -plongerons plonger ver 31.96 86.22 0.06 0.00 ind:fut:1p; -plongeront plonger ver 31.96 86.22 0.16 0.07 ind:fut:3p; -plonges plonger ver 31.96 86.22 0.61 0.20 ind:pre:2s; -plongeur plongeur nom m s 3.88 3.11 2.06 1.69 -plongeurs plongeur nom m p 3.88 3.11 1.70 0.68 -plongeuse plongeur nom f s 3.88 3.11 0.13 0.68 -plongeuses plongeuse nom f p 0.01 0.00 0.01 0.00 -plongez plonger ver 31.96 86.22 2.13 0.14 imp:pre:2p;ind:pre:2p; -plongiez plonger ver 31.96 86.22 0.37 0.00 ind:imp:2p; -plongions plonger ver 31.96 86.22 0.04 0.41 ind:imp:1p; -plongèrent plonger ver 31.96 86.22 0.16 0.95 ind:pas:3p; -plongé plonger ver m s 31.96 86.22 5.87 14.19 par:pas; -plongée plongée nom f s 6.74 6.55 6.63 5.34 -plongées plonger ver f p 31.96 86.22 0.13 0.68 par:pas; -plongés plonger ver m p 31.96 86.22 0.72 2.50 par:pas; -plot plot nom m s 0.32 0.61 0.26 0.54 -plâtra plâtrer ver 0.60 0.88 0.00 0.07 ind:pas:3s; -plâtrait plâtrer ver 0.60 0.88 0.00 0.07 ind:imp:3s; -plâtras plâtras nom m 0.00 0.95 0.00 0.95 -plâtre plâtre nom m s 5.42 15.81 5.06 14.59 -plâtrent plâtrer ver 0.60 0.88 0.00 0.07 ind:pre:3p; -plâtrer plâtrer ver 0.60 0.88 0.29 0.00 inf; -plâtres plâtre nom m p 5.42 15.81 0.36 1.22 -plâtreuse plâtreux adj f s 0.00 0.95 0.00 0.20 -plâtreuses plâtreux adj f p 0.00 0.95 0.00 0.07 -plâtreux plâtreux adj m 0.00 0.95 0.00 0.68 -plâtrier plâtrier nom m s 0.10 1.01 0.10 0.88 -plâtriers plâtrier nom m p 0.10 1.01 0.00 0.14 -plâtré plâtré adj m s 0.25 0.47 0.13 0.20 -plâtrée plâtrer ver f s 0.60 0.88 0.05 0.34 par:pas; -plâtrées plâtrer ver f p 0.60 0.88 0.01 0.07 par:pas; -plâtrés plâtré adj m p 0.25 0.47 0.11 0.00 -plots plot nom m p 0.32 0.61 0.06 0.07 -plouc plouc nom m s 3.90 1.82 2.35 0.47 -ploucs plouc nom m p 3.90 1.82 1.55 1.35 -plouf plouf ono 1.31 1.55 1.31 1.55 -plouk plouk nom m s 0.01 0.68 0.01 0.68 -ploutocrate ploutocrate nom m s 0.02 0.07 0.01 0.00 -ploutocrates ploutocrate nom m p 0.02 0.07 0.01 0.07 -ploutocratie ploutocratie nom f s 0.20 0.00 0.20 0.00 -ploya ployer ver 0.44 7.36 0.00 0.14 ind:pas:3s; -ployaient ployer ver 0.44 7.36 0.01 0.34 ind:imp:3p; -ployait ployer ver 0.44 7.36 0.10 0.74 ind:imp:3s; -ployant ployant adj m s 0.01 0.20 0.01 0.07 -ployante ployant adj f s 0.01 0.20 0.00 0.14 -ployer ployer ver 0.44 7.36 0.14 1.42 inf; -ployé ployer ver m s 0.44 7.36 0.14 1.01 par:pas; -ployée ployer ver f s 0.44 7.36 0.00 0.95 par:pas; -ployées ployer ver f p 0.44 7.36 0.00 0.20 par:pas; -ployés ployer ver m p 0.44 7.36 0.00 0.27 par:pas; -plèbe plèbe nom f s 0.70 0.41 0.70 0.41 -plèvre plèvre nom f s 0.31 0.14 0.31 0.07 -plèvres plèvre nom f p 0.31 0.14 0.00 0.07 -plu pleuvoir ver m s 67.22 47.09 29.54 13.11 par:pas; -plébiscite plébiscite nom m s 0.43 0.95 0.42 0.95 -plébisciter plébisciter ver 0.02 0.14 0.01 0.00 inf; -plébiscites plébiscite nom m p 0.43 0.95 0.01 0.00 -plébiscité plébisciter ver m s 0.02 0.14 0.01 0.00 par:pas; -plébiscités plébisciter ver m p 0.02 0.14 0.00 0.07 par:pas; -plébéien plébéien adj m s 0.06 0.68 0.04 0.34 -plébéienne plébéien adj f s 0.06 0.68 0.01 0.14 -plébéiennes plébéien nom f p 0.14 0.07 0.01 0.00 -plébéiens plébéien nom m p 0.14 0.07 0.09 0.00 -pluche plucher ver 0.01 1.01 0.01 0.95 imp:pre:2s;ind:pre:3s; -plucher plucher ver 0.01 1.01 0.00 0.07 inf; -pluches pluches nom f p 0.01 0.54 0.01 0.54 -plue plue adv 0.26 0.00 0.26 0.00 -pléiade pléiade nom f s 0.16 1.82 0.16 1.69 -pléiades pléiade nom f p 0.16 1.82 0.00 0.14 -pluie pluie nom f s 46.10 122.57 42.91 111.76 -pluies pluie nom f p 46.10 122.57 3.19 10.81 -pléistocène pléistocène nom m s 0.02 0.00 0.02 0.00 -plum_pudding plum_pudding nom m s 0.02 0.07 0.02 0.07 -plum plume nom m s 15.29 60.00 0.11 0.61 -pluma plumer ver 2.44 3.78 0.00 0.07 ind:pas:3s; -plumage plumage nom m s 0.41 2.64 0.41 2.30 -plumages plumage nom m p 0.41 2.64 0.00 0.34 -plumaient plumer ver 2.44 3.78 0.00 0.27 ind:imp:3p; -plumait plumer ver 2.44 3.78 0.03 0.47 ind:imp:3s; -plumant plumer ver 2.44 3.78 0.04 0.20 par:pre; -plumard plumard nom m s 0.84 5.95 0.70 5.68 -plumards plumard nom m p 0.84 5.95 0.14 0.27 -plumassière plumassier nom f s 0.00 0.07 0.00 0.07 -plume plume nom f s 15.29 60.00 6.49 33.38 -plumeau plumeau nom m s 0.59 2.70 0.48 2.30 -plumeaux plumeau nom m p 0.59 2.70 0.11 0.41 -plument plumer ver 2.44 3.78 0.01 0.07 ind:pre:3p; -plumer plumer ver 2.44 3.78 1.06 1.01 inf; -plumes plume nom f p 15.29 60.00 8.69 26.01 -plumet plumet nom m s 0.23 2.03 0.23 0.74 -plumetis plumetis nom m 0.00 0.20 0.00 0.20 -plumets plumet nom m p 0.23 2.03 0.00 1.28 -plumeuse plumeux adj f s 0.00 0.74 0.00 0.20 -plumeuses plumeux adj f p 0.00 0.74 0.00 0.20 -plumeux plumeux adj m 0.00 0.74 0.00 0.34 -plumez plumer ver 2.44 3.78 0.04 0.00 imp:pre:2p;ind:pre:2p; -plumier plumier nom m s 0.03 1.35 0.03 0.95 -plumiers plumier nom m p 0.03 1.35 0.00 0.41 -plumitif plumitif nom m s 0.32 1.15 0.31 0.41 -plumitifs plumitif nom m p 0.32 1.15 0.01 0.74 -plumitives plumitive nom f p 0.00 0.07 0.00 0.07 -plumé plumer ver m s 2.44 3.78 0.37 0.47 par:pas; -plumée plumer ver f s 2.44 3.78 0.26 0.27 par:pas; -plumées plumer ver f p 2.44 3.78 0.00 0.14 par:pas; -plumules plumule nom f p 0.00 0.07 0.00 0.07 -plumés plumer ver m p 2.44 3.78 0.08 0.14 par:pas; -plénier plénier adj m s 0.00 1.42 0.00 0.20 -pléniers plénier adj m p 0.00 1.42 0.00 0.07 -plénipotentiaire plénipotentiaire adj m s 0.01 1.15 0.01 1.08 -plénipotentiaires plénipotentiaire nom p 0.00 1.28 0.00 0.41 -plénière plénier adj f s 0.00 1.42 0.00 0.88 -plénières plénier adj f p 0.00 1.42 0.00 0.27 -plénitude plénitude nom f s 1.27 6.96 1.27 6.76 -plénitudes plénitude nom f p 1.27 6.96 0.00 0.20 -plénum plénum nom m s 0.11 0.00 0.11 0.00 -pléonasme pléonasme nom m s 0.17 0.47 0.17 0.27 -pléonasmes pléonasme nom m p 0.17 0.47 0.00 0.20 -pléonastiques pléonastique adj p 0.01 0.00 0.01 0.00 -plupart plupart adv_sup 0.01 0.07 0.01 0.07 -pluralisme pluralisme nom m s 0.16 0.07 0.16 0.07 -pluraliste pluraliste adj f s 0.22 0.14 0.22 0.14 -pluralité pluralité nom f s 0.00 0.27 0.00 0.27 -plurent plaire ver 607.24 139.80 0.11 0.54 ind:pas:3p; -pluriannuel pluriannuel adj m s 0.01 0.00 0.01 0.00 -pluridisciplinaire pluridisciplinaire adj s 0.01 0.00 0.01 0.00 -pluriel pluriel nom m s 0.82 3.11 0.81 2.97 -plurielle pluriel adj f s 0.27 0.41 0.00 0.20 -pluriels pluriel nom m p 0.82 3.11 0.01 0.14 -plurinational plurinational adj m s 0.10 0.00 0.10 0.00 -plus_que_parfait plus_que_parfait nom m s 0.02 0.14 0.02 0.07 -plus_que_parfait plus_que_parfait nom m p 0.02 0.14 0.00 0.07 -plus_value plus_value nom f s 0.72 0.68 0.48 0.54 -plus_value plus_value nom f p 0.72 0.68 0.25 0.14 -plus plus adv_sup 4062.45 5014.53 4062.45 5014.53 -plusieurs plusieurs adj_ind p 66.98 203.58 66.98 203.58 -plésiosaure plésiosaure nom m s 0.02 0.14 0.02 0.14 -plusse plaire ver 607.24 139.80 0.00 0.07 sub:imp:1s; -plut plaire ver 607.24 139.80 0.76 4.86 ind:pas:3p;ind:pas:3s;ind:pas:3s; -plutôt plutôt adv 210.40 280.74 210.40 280.74 -pléthore pléthore nom f s 0.32 0.27 0.32 0.27 -pléthorique pléthorique adj m s 0.00 0.41 0.00 0.34 -pléthoriques pléthorique adj f p 0.00 0.41 0.00 0.07 -pluton pluton nom m s 0.14 0.00 0.14 0.00 -plutonien plutonien adj m s 0.03 0.00 0.02 0.00 -plutonienne plutonien adj f s 0.03 0.00 0.01 0.00 -plutonienne plutonienne adj f s 0.01 0.00 0.01 0.00 -plutonique plutonique adj s 0.01 0.00 0.01 0.00 -plutonium plutonium nom m s 1.48 0.07 1.48 0.07 -pluviôse pluviôse nom m s 0.00 0.14 0.00 0.14 -pluvial pluvial adj m s 0.10 0.00 0.06 0.00 -pluviale pluvial adj f s 0.10 0.00 0.01 0.00 -pluviales pluvial adj f p 0.10 0.00 0.02 0.00 -pluviaux pluvial adj m p 0.10 0.00 0.01 0.00 -pluvier pluvier nom m s 0.04 0.27 0.03 0.07 -pluviers pluvier nom m p 0.04 0.27 0.01 0.20 -pluvieuse pluvieux adj f s 0.79 4.46 0.20 1.89 -pluvieuses pluvieux adj f p 0.79 4.46 0.17 0.27 -pluvieux pluvieux adj m 0.79 4.46 0.42 2.30 -pluviomètre pluviomètre nom m s 0.00 0.14 0.00 0.07 -pluviomètres pluviomètre nom m p 0.00 0.14 0.00 0.07 -pluviométrie pluviométrie nom f s 0.02 0.00 0.02 0.00 -pluviométrique pluviométrique adj s 0.00 0.07 0.00 0.07 -pluviosité pluviosité nom f s 0.01 0.07 0.01 0.07 -pneu pneu nom m s 13.44 17.03 5.64 4.93 -pneumatique pneumatique adj s 0.47 2.16 0.31 1.49 -pneumatiques pneumatique adj p 0.47 2.16 0.17 0.68 -pneumatophore pneumatophore nom m s 0.00 0.07 0.00 0.07 -pneumo pneumo nom m s 0.26 0.34 0.26 0.07 -pneumoconiose pneumoconiose nom f s 0.01 0.00 0.01 0.00 -pneumocoque pneumocoque nom m s 0.01 0.07 0.01 0.00 -pneumocoques pneumocoque nom m p 0.01 0.07 0.00 0.07 -pneumocystose pneumocystose nom f s 0.01 0.34 0.01 0.34 -pneumologue pneumologue nom s 0.01 0.00 0.01 0.00 -pneumonectomie pneumonectomie nom f s 0.01 0.00 0.01 0.00 -pneumonie pneumonie nom f s 4.96 0.81 4.67 0.81 -pneumonies pneumonie nom f p 4.96 0.81 0.29 0.00 -pneumonique pneumonique adj f s 0.09 0.00 0.09 0.00 -pneumopathie pneumopathie nom f s 0.00 0.07 0.00 0.07 -pneumos pneumo nom m p 0.26 0.34 0.00 0.27 -pneumothorax pneumothorax nom m 0.45 0.27 0.45 0.27 -pneus_neige pneus_neige nom m p 0.02 0.00 0.02 0.00 -pneus pneu nom m p 13.44 17.03 7.79 12.09 -pochade pochade nom f s 0.02 0.41 0.02 0.20 -pochades pochade nom f p 0.02 0.41 0.00 0.20 -pochage pochage nom m s 0.00 0.07 0.00 0.07 -pochard pochard nom m s 0.73 1.01 0.49 0.54 -pocharde pochard nom f s 0.73 1.01 0.11 0.34 -pochards pochard nom m p 0.73 1.01 0.13 0.14 -poche_revolver poche_revolver nom s 0.00 0.27 0.00 0.27 -poche poche nom s 49.65 146.28 36.23 101.82 -pocher pocher ver 0.36 0.61 0.07 0.14 inf; -poches poche nom p 49.65 146.28 13.42 44.46 -pochetron pochetron nom m s 0.14 0.14 0.14 0.07 -pochetrons pochetron nom m p 0.14 0.14 0.01 0.07 -pochette_surprise pochette_surprise nom f s 0.20 0.34 0.20 0.20 -pochette pochette nom f s 2.34 8.85 1.89 6.69 -pochette_surprise pochette_surprise nom f p 0.20 0.34 0.00 0.14 -pochettes pochette nom f p 2.34 8.85 0.44 2.16 -pocheté pocheté adj m s 0.00 0.07 0.00 0.07 -pochetée pocheté nom f s 0.00 0.14 0.00 0.07 -pochetées pocheté nom f p 0.00 0.14 0.00 0.07 -pochoir pochoir nom m s 0.08 0.95 0.08 0.95 -pochon pochon nom m s 0.01 0.47 0.01 0.27 -pochons pochon nom m p 0.01 0.47 0.00 0.20 -pochtron pochtron nom m s 0.12 0.00 0.11 0.00 -pochtrons pochtron nom m p 0.12 0.00 0.01 0.00 -poché poché adj m s 0.61 0.81 0.28 0.41 -pochée poché adj f s 0.61 0.81 0.01 0.14 -pochées poché adj f p 0.61 0.81 0.03 0.00 -pochés poché adj m p 0.61 0.81 0.28 0.27 -podagre podagre adj s 0.00 0.20 0.00 0.20 -podestat podestat nom m s 0.00 0.27 0.00 0.07 -podestats podestat nom m p 0.00 0.27 0.00 0.20 -podium podium nom m s 2.16 1.08 2.12 0.95 -podiums podium nom m p 2.16 1.08 0.04 0.14 -podologue podologue nom s 0.05 0.07 0.05 0.07 -podomètre podomètre nom m s 0.01 0.00 0.01 0.00 -poecile poecile nom m s 0.00 0.07 0.00 0.07 -pogne pogne nom f s 0.76 13.38 0.69 8.31 -pognes pogne nom f p 0.76 13.38 0.07 5.07 -pognon pognon nom m s 13.85 11.96 13.85 11.96 -pogo pogo nom m s 0.16 0.00 0.16 0.00 -pogrom pogrom nom m s 0.05 1.08 0.04 0.41 -pogrome pogrome nom m s 0.01 0.47 0.01 0.07 -pogromes pogrome nom m p 0.01 0.47 0.00 0.41 -pogroms pogrom nom m p 0.05 1.08 0.01 0.68 -poids_lourds poids_lourds nom m 0.02 0.07 0.02 0.07 -poids poids nom m 34.42 89.05 34.42 89.05 -poignaient poigner ver 0.17 1.08 0.00 0.14 ind:imp:3p; -poignait poigner ver 0.17 1.08 0.00 0.47 ind:imp:3s; -poignant poignant adj m s 0.78 6.22 0.38 2.23 -poignante poignant adj f s 0.78 6.22 0.22 2.84 -poignantes poignant adj f p 0.78 6.22 0.02 0.47 -poignants poignant adj m p 0.78 6.22 0.16 0.68 -poignard poignard nom m s 9.89 10.14 9.38 8.11 -poignarda poignarder ver 14.32 3.31 0.02 0.07 ind:pas:3s; -poignardaient poignarder ver 14.32 3.31 0.01 0.27 ind:imp:3p; -poignardais poignarder ver 14.32 3.31 0.07 0.00 ind:imp:1s;ind:imp:2s; -poignardait poignarder ver 14.32 3.31 0.07 0.14 ind:imp:3s; -poignardant poignarder ver 14.32 3.31 0.05 0.07 par:pre; -poignarde poignarder ver 14.32 3.31 1.61 0.41 imp:pre:2s;ind:pre:1s;ind:pre:3s; -poignardent poignarder ver 14.32 3.31 0.36 0.00 ind:pre:3p; -poignarder poignarder ver 14.32 3.31 3.25 0.81 inf; -poignardera poignarder ver 14.32 3.31 0.03 0.00 ind:fut:3s; -poignarderai poignarder ver 14.32 3.31 0.07 0.07 ind:fut:1s; -poignarderais poignarder ver 14.32 3.31 0.05 0.00 cnd:pre:1s; -poignarderait poignarder ver 14.32 3.31 0.03 0.00 cnd:pre:3s; -poignarderont poignarder ver 14.32 3.31 0.00 0.07 ind:fut:3p; -poignardez poignarder ver 14.32 3.31 0.07 0.00 imp:pre:2p;ind:pre:2p; -poignards poignard nom m p 9.89 10.14 0.51 2.03 -poignardé poignarder ver m s 14.32 3.31 5.91 0.95 par:pas; -poignardée poignarder ver f s 14.32 3.31 2.39 0.34 par:pas; -poignardées poignarder ver f p 14.32 3.31 0.05 0.00 par:pas; -poignardés poignarder ver m p 14.32 3.31 0.28 0.14 par:pas; -poigne poigne nom f s 1.96 5.41 1.95 5.00 -poignent poigner ver 0.17 1.08 0.00 0.07 ind:pre:3p; -poigner poigner ver 0.17 1.08 0.14 0.00 inf; -poignerait poigner ver 0.17 1.08 0.00 0.07 cnd:pre:3s; -poignes poigne nom f p 1.96 5.41 0.01 0.41 -poignet poignet nom m s 10.00 42.84 6.38 27.70 -poignets poignet nom m p 10.00 42.84 3.62 15.14 -poignons poigner ver 0.17 1.08 0.00 0.07 imp:pre:1p; -poignée poignée nom f s 13.61 46.08 11.65 36.35 -poignées poignée nom f p 13.61 46.08 1.95 9.73 -poil_de_carotte poil_de_carotte nom m s 0.00 0.07 0.00 0.07 -poil poil nom m s 39.33 76.01 27.09 42.91 -poilaient poiler ver 0.06 1.28 0.00 0.07 ind:imp:3p; -poilais poiler ver 0.06 1.28 0.00 0.20 ind:imp:1s; -poilait poiler ver 0.06 1.28 0.00 0.34 ind:imp:3s; -poilant poilant adj m s 0.10 0.14 0.10 0.14 -poile poiler ver 0.06 1.28 0.03 0.07 ind:pre:1s;ind:pre:3s; -poiler poiler ver 0.06 1.28 0.03 0.14 inf; -poileux poileux adj m 0.00 0.07 0.00 0.07 -poils poil nom m p 39.33 76.01 12.24 33.11 -poilé poiler ver m s 0.06 1.28 0.00 0.07 par:pas; -poilu poilu adj m s 4.30 9.05 1.94 3.04 -poilue poilu adj f s 4.30 9.05 0.75 1.42 -poilues poilu adj f p 4.30 9.05 0.70 1.42 -poilés poiler ver m p 0.06 1.28 0.00 0.14 par:pas; -poilus poilu adj m p 4.30 9.05 0.92 3.18 -poindra poindre ver 5.28 5.61 0.11 0.07 ind:fut:3s; -poindre poindre ver 5.28 5.61 0.06 2.70 inf; -poing poing nom m s 17.52 76.08 13.25 47.97 -poings poing nom m p 17.52 76.08 4.27 28.11 -poinsettia poinsettia nom f s 0.04 0.00 0.04 0.00 -point_clé point_clé nom m s 0.02 0.00 0.02 0.00 -point_virgule point_virgule nom m s 0.04 0.07 0.04 0.00 -point point nom_sup m s 225.32 323.58 186.70 272.57 -pointa pointer ver 25.45 38.51 0.03 1.89 ind:pas:3s; -pointage pointage nom m s 0.31 0.41 0.30 0.41 -pointages pointage nom m p 0.31 0.41 0.01 0.00 -pointai pointer ver 25.45 38.51 0.00 0.07 ind:pas:1s; -pointaient pointer ver 25.45 38.51 0.17 2.30 ind:imp:3p; -pointais pointer ver 25.45 38.51 0.11 0.27 ind:imp:1s;ind:imp:2s; -pointait pointer ver 25.45 38.51 0.61 5.00 ind:imp:3s; -pointant pointer ver 25.45 38.51 0.27 3.72 par:pre; -pointe pointe nom f s 13.32 83.85 11.37 69.05 -pointeau pointeau nom m s 0.01 0.14 0.01 0.14 -pointement pointement nom m s 0.00 0.07 0.00 0.07 -pointent pointer ver 25.45 38.51 1.37 1.62 ind:pre:3p; -pointer pointer ver 25.45 38.51 4.63 5.14 inf; -pointera pointer ver 25.45 38.51 0.47 0.27 ind:fut:3s; -pointerai pointer ver 25.45 38.51 0.17 0.00 ind:fut:1s; -pointeraient pointer ver 25.45 38.51 0.01 0.14 cnd:pre:3p; -pointerais pointer ver 25.45 38.51 0.07 0.00 cnd:pre:1s;cnd:pre:2s; -pointerait pointer ver 25.45 38.51 0.07 0.20 cnd:pre:3s; -pointeras pointer ver 25.45 38.51 0.02 0.00 ind:fut:2s; -pointerez pointer ver 25.45 38.51 0.04 0.00 ind:fut:2p; -pointeront pointer ver 25.45 38.51 0.06 0.00 ind:fut:3p; -pointers pointer nom m p 0.12 0.00 0.01 0.00 -pointes pointe nom f p 13.32 83.85 1.96 14.80 -pointeur pointeur nom m s 0.35 0.61 0.03 0.41 -pointeurs pointeur nom m p 0.35 0.61 0.00 0.14 -pointeuse pointeur nom f s 0.35 0.61 0.33 0.07 -pointeuses pointeur adj f p 0.01 0.20 0.00 0.07 -pointez pointer ver 25.45 38.51 2.06 0.20 imp:pre:2p;ind:pre:2p; -poinçon poinçon nom m s 0.37 1.89 0.35 1.55 -poinçonnait poinçonner ver 0.06 0.54 0.00 0.07 ind:imp:3s; -poinçonner poinçonner ver 0.06 0.54 0.04 0.14 inf; -poinçonneraient poinçonner ver 0.06 0.54 0.00 0.07 cnd:pre:3p; -poinçonneur poinçonneur nom m s 0.16 0.20 0.16 0.14 -poinçonneurs poinçonneur nom m p 0.16 0.20 0.00 0.07 -poinçonné poinçonner ver m s 0.06 0.54 0.01 0.07 par:pas; -poinçonnée poinçonner ver f s 0.06 0.54 0.01 0.07 par:pas; -poinçonnés poinçonner ver m p 0.06 0.54 0.00 0.14 par:pas; -poinçons poinçon nom m p 0.37 1.89 0.02 0.34 -pointiez pointer ver 25.45 38.51 0.10 0.00 ind:imp:2p; -pointillaient pointiller ver 0.03 1.62 0.00 0.07 ind:imp:3p; -pointillant pointiller ver 0.03 1.62 0.00 0.27 par:pre; -pointille pointiller ver 0.03 1.62 0.00 0.07 ind:pre:3s; -pointilleuse pointilleux adj f s 1.01 1.76 0.06 0.74 -pointilleuses pointilleux adj f p 1.01 1.76 0.02 0.14 -pointilleux pointilleux adj m 1.01 1.76 0.92 0.88 -pointillisme pointillisme nom m s 0.01 0.00 0.01 0.00 -pointilliste pointilliste adj m s 0.00 0.34 0.00 0.14 -pointillistes pointilliste adj p 0.00 0.34 0.00 0.20 -pointillé pointillé nom m s 0.36 2.97 0.16 1.62 -pointillée pointiller ver f s 0.03 1.62 0.02 0.47 par:pas; -pointillées pointiller ver f p 0.03 1.62 0.00 0.27 par:pas; -pointillés pointillé nom m p 0.36 2.97 0.20 1.35 -pointâmes pointer ver 25.45 38.51 0.00 0.07 ind:pas:1p; -pointons pointer ver 25.45 38.51 0.04 0.00 imp:pre:1p;ind:pre:1p; -point_virgule point_virgule nom m p 0.04 0.07 0.00 0.07 -points point nom_sup m p 225.32 323.58 38.62 51.01 -pointèrent pointer ver 25.45 38.51 0.00 0.34 ind:pas:3p; -pointé pointer ver m s 25.45 38.51 3.17 6.28 par:pas; -pointu pointu adj m s 4.38 21.62 2.17 9.19 -pointée pointer ver f s 25.45 38.51 0.97 1.89 par:pas; -pointue pointu adj f s 4.38 21.62 0.48 3.65 -pointées pointer ver f p 25.45 38.51 0.32 0.20 par:pas; -pointues pointu adj f p 4.38 21.62 0.78 3.72 -pointure pointure nom f s 3.27 1.49 2.67 1.01 -pointures pointure nom f p 3.27 1.49 0.60 0.47 -pointés pointer ver m p 25.45 38.51 0.40 0.88 par:pas; -pointus pointu adj m p 4.38 21.62 0.95 5.07 -poire_vérité poire_vérité nom f s 0.00 0.07 0.00 0.07 -poire poire nom f s 7.58 15.07 5.67 10.81 -poireau poireau nom m s 1.31 2.84 0.61 0.88 -poireautai poireauter ver 1.87 2.30 0.00 0.07 ind:pas:1s; -poireautaient poireauter ver 1.87 2.30 0.00 0.07 ind:imp:3p; -poireautais poireauter ver 1.87 2.30 0.02 0.20 ind:imp:1s; -poireautait poireauter ver 1.87 2.30 0.00 0.20 ind:imp:3s; -poireaute poireauter ver 1.87 2.30 0.58 0.20 ind:pre:1s;ind:pre:3s; -poireauter poireauter ver 1.87 2.30 1.18 1.28 inf; -poireautes poireauter ver 1.87 2.30 0.01 0.07 ind:pre:2s; -poireautions poireauter ver 1.87 2.30 0.00 0.07 ind:imp:1p; -poireauté poireauter ver m s 1.87 2.30 0.08 0.14 par:pas; -poireaux poireau nom m p 1.31 2.84 0.70 1.96 -poirer poirer ver 0.00 0.14 0.00 0.14 inf; -poires poire nom f p 7.58 15.07 1.91 4.26 -poirier poirier nom m s 0.56 3.65 0.42 2.57 -poiriers poirier nom m p 0.56 3.65 0.15 1.08 -poirota poiroter ver 0.02 0.27 0.00 0.14 ind:pas:3s; -poirotait poiroter ver 0.02 0.27 0.00 0.14 ind:imp:3s; -poiroter poiroter ver 0.02 0.27 0.02 0.00 inf; -poiré poiré nom m s 0.00 0.27 0.00 0.14 -poirée poiré nom f s 0.00 0.27 0.00 0.14 -pois pois nom m 8.09 13.72 8.09 13.72 -poiscaille poiscaille nom f s 0.23 0.81 0.21 0.41 -poiscailles poiscaille nom f p 0.23 0.81 0.03 0.41 -poison poison nom m s 19.76 12.23 18.59 9.86 -poisons poison nom m p 19.76 12.23 1.18 2.36 -poissaient poisser ver 0.33 2.64 0.00 0.27 ind:imp:3p; -poissait poisser ver 0.33 2.64 0.00 0.41 ind:imp:3s; -poissard poissard nom m s 0.00 0.14 0.00 0.07 -poissardes poissard nom f p 0.00 0.14 0.00 0.07 -poisse poisse nom f s 5.62 1.42 5.61 1.35 -poissent poisser ver 0.33 2.64 0.00 0.07 ind:pre:3p; -poisser poisser ver 0.33 2.64 0.11 0.61 inf; -poisses poisse nom f p 5.62 1.42 0.01 0.07 -poisseuse poisseux adj f s 0.72 8.99 0.12 3.11 -poisseuses poisseux adj f p 0.72 8.99 0.06 1.89 -poisseux poisseux adj m 0.72 8.99 0.54 3.99 -poisson_chat poisson_chat nom m s 0.64 0.54 0.54 0.34 -poisson_globe poisson_globe nom m s 0.02 0.00 0.02 0.00 -poisson_lune poisson_lune nom m s 0.15 0.07 0.15 0.07 -poisson_pilote poisson_pilote nom m s 0.00 0.07 0.00 0.07 -poisson_épée poisson_épée nom m s 0.09 0.00 0.09 0.00 -poisson poisson nom m s 81.51 54.46 53.61 30.14 -poissonnerie poissonnerie nom f s 0.22 0.47 0.22 0.47 -poissonneuse poissonneux adj f s 0.32 0.47 0.01 0.07 -poissonneuses poissonneux adj f p 0.32 0.47 0.10 0.07 -poissonneux poissonneux adj m 0.32 0.47 0.21 0.34 -poissonnier poissonnier nom m s 0.69 0.88 0.69 0.41 -poissonniers poissonnier nom m p 0.69 0.88 0.01 0.27 -poissonnière poissonnière nom f s 0.09 3.92 0.07 3.92 -poissonnières poissonnière nom f p 0.09 3.92 0.02 0.00 -poisson_chat poisson_chat nom m p 0.64 0.54 0.11 0.20 -poissons poisson nom m p 81.51 54.46 27.90 24.32 -poissé poisser ver m s 0.33 2.64 0.00 0.34 par:pas; -poissée poisser ver f s 0.33 2.64 0.00 0.20 par:pas; -poissées poisser ver f p 0.33 2.64 0.00 0.14 par:pas; -poissés poisser ver m p 0.33 2.64 0.00 0.07 par:pas; -poitevin poitevin adj m s 0.00 0.41 0.00 0.20 -poitevins poitevin adj m p 0.00 0.41 0.00 0.20 -poitrail poitrail nom m s 0.20 5.07 0.20 4.73 -poitrails poitrail nom m p 0.20 5.07 0.00 0.34 -poitrinaire poitrinaire adj s 0.02 1.08 0.02 0.88 -poitrinaires poitrinaire adj m p 0.02 1.08 0.00 0.20 -poitrinant poitriner ver 0.00 0.07 0.00 0.07 par:pre; -poitrine poitrine nom f s 26.45 104.46 25.31 99.59 -poitrines poitrine nom f p 26.45 104.46 1.14 4.86 -poitrinières poitrinière nom f p 0.00 0.14 0.00 0.14 -poivra poivrer ver 0.17 2.30 0.00 0.07 ind:pas:3s; -poivrade poivrade nom f s 0.14 0.68 0.14 0.27 -poivrades poivrade nom f p 0.14 0.68 0.00 0.41 -poivrais poivrer ver 0.17 2.30 0.01 0.07 ind:imp:1s; -poivrait poivrer ver 0.17 2.30 0.00 0.14 ind:imp:3s; -poivre poivre nom m s 3.80 6.89 3.79 6.69 -poivrent poivrer ver 0.17 2.30 0.00 0.14 ind:pre:3p; -poivrer poivrer ver 0.17 2.30 0.03 0.20 inf; -poivres poivre nom m p 3.80 6.89 0.01 0.20 -poivrez poivrer ver 0.17 2.30 0.01 0.07 imp:pre:2p;ind:pre:2p; -poivrier poivrier nom m s 0.08 0.88 0.08 0.34 -poivriers poivrier nom m p 0.08 0.88 0.00 0.54 -poivrière poivrière nom f s 0.08 0.34 0.05 0.07 -poivrières poivrière nom f p 0.08 0.34 0.03 0.27 -poivron poivron nom m s 2.35 1.15 0.51 0.27 -poivrons poivron nom m p 2.35 1.15 1.85 0.88 -poivrot poivrot nom m s 3.53 3.51 2.16 2.03 -poivrote poivrot nom f s 3.53 3.51 0.38 0.20 -poivrotes poivrot nom f p 3.53 3.51 0.00 0.20 -poivrots poivrot nom m p 3.53 3.51 0.99 1.08 -poivré poivrer ver m s 0.17 2.30 0.04 0.20 par:pas; -poivrée poivré adj f s 0.11 1.22 0.09 0.68 -poivrées poivré adj f p 0.11 1.22 0.00 0.14 -poivrés poivrer ver m p 0.17 2.30 0.01 0.20 par:pas; -poix poix nom f 0.14 1.22 0.14 1.22 -poker poker nom m s 10.76 3.92 10.62 3.78 -pokers poker nom m p 10.76 3.92 0.14 0.14 -polack polack nom s 1.48 0.00 1.37 0.00 -polacks polack nom p 1.48 0.00 0.11 0.00 -polaire polaire adj s 2.00 2.50 1.71 1.55 -polaires polaire adj p 2.00 2.50 0.28 0.95 -polak polak nom m s 0.17 0.41 0.12 0.34 -polaks polak nom m p 0.17 0.41 0.05 0.07 -polaque polaque nom m s 0.05 0.47 0.05 0.07 -polaques polaque nom m p 0.05 0.47 0.00 0.41 -polar polar nom m s 0.86 1.49 0.23 1.08 -polarde polard adj f s 0.01 0.27 0.01 0.07 -polardes polard adj f p 0.01 0.27 0.00 0.14 -polards polard adj m p 0.01 0.27 0.00 0.07 -polarisaient polariser ver 0.41 0.34 0.00 0.07 ind:imp:3p; -polarisait polariser ver 0.41 0.34 0.01 0.07 ind:imp:3s; -polarisant polariser ver 0.41 0.34 0.01 0.00 par:pre; -polarisants polarisant adj m p 0.01 0.07 0.00 0.07 -polarisation polarisation nom f s 0.06 0.00 0.06 0.00 -polarise polariser ver 0.41 0.34 0.01 0.00 imp:pre:2s; -polarisent polariser ver 0.41 0.34 0.01 0.00 ind:pre:3p; -polariser polariser ver 0.41 0.34 0.04 0.07 inf; -polarisé polariser ver m s 0.41 0.34 0.16 0.00 par:pas; -polarisée polariser ver f s 0.41 0.34 0.17 0.14 par:pas; -polarité polarité nom f s 0.54 0.00 0.54 0.00 -polaroïd polaroïd nom m s 0.74 0.95 0.47 0.88 -polaroïds polaroïd nom m p 0.74 0.95 0.28 0.07 -polaroid polaroid nom m s 0.39 0.00 0.39 0.00 -polars polar nom m p 0.86 1.49 0.63 0.41 -polder polder nom m s 0.00 0.20 0.00 0.07 -polders polder nom m p 0.00 0.20 0.00 0.14 -pâle pâle adj s 16.50 83.58 14.52 67.23 -pole pole nom m s 0.22 0.00 0.22 0.00 -pâlement pâlement adv 0.00 0.54 0.00 0.54 -polenta polenta nom f s 0.88 0.27 0.88 0.27 -pâles pâle adj p 16.50 83.58 1.98 16.35 -pâleur pâleur nom f s 1.38 10.41 1.38 10.00 -pâleurs pâleur nom f p 1.38 10.41 0.00 0.41 -pâli pâlir ver m s 1.19 15.14 0.31 2.50 par:pas; -poli polir ver m s 9.45 11.01 6.04 5.07 par:pas; -police_secours police_secours nom f s 0.16 0.47 0.16 0.47 -police police nom f s 276.21 83.72 274.31 81.69 -policeman policeman nom m s 0.04 0.41 0.03 0.34 -policemen policeman nom m p 0.04 0.41 0.01 0.07 -policer policer ver 1.27 0.61 0.04 0.00 inf; -polices police nom f p 276.21 83.72 1.90 2.03 -polichinelle polichinelle nom m s 0.50 2.09 0.49 1.76 -polichinelles polichinelle nom m p 0.50 2.09 0.01 0.34 -pâlichon pâlichon adj m s 0.06 0.81 0.06 0.47 -pâlichonne pâlichon adj f s 0.06 0.81 0.00 0.20 -pâlichons pâlichon adj m p 0.06 0.81 0.00 0.14 -policier policier nom m s 34.12 21.62 19.94 10.00 -policiers policier nom m p 34.12 21.62 14.02 11.62 -policière policier adj f s 9.29 6.82 2.31 1.76 -policières policier adj f p 9.29 6.82 0.58 1.01 -policlinique policlinique nom f s 0.10 0.00 0.10 0.00 -policé policer ver m s 1.27 0.61 0.01 0.07 par:pas; -policée policé adj f s 0.02 1.82 0.01 0.54 -policées policer ver f p 1.27 0.61 0.01 0.14 par:pas; -policés policé adj m p 0.02 1.82 0.01 0.27 -pâlie pâlir ver f s 1.19 15.14 0.10 0.68 par:pas; -polie polir ver f s 9.45 11.01 2.23 2.03 par:pas; -pâlies pâlir ver f p 1.19 15.14 0.00 0.54 par:pas; -polies poli adj f p 4.68 16.69 0.08 1.28 -poliment poliment adv 3.29 10.00 3.29 10.00 -polio polio nom f s 1.10 0.34 1.08 0.27 -poliomyélite poliomyélite nom f s 0.28 0.27 0.28 0.27 -poliomyélitique poliomyélitique adj m s 0.01 0.27 0.00 0.14 -poliomyélitiques poliomyélitique adj p 0.01 0.27 0.01 0.14 -poliorcétique poliorcétique adj m s 0.00 0.07 0.00 0.07 -polios polio nom f p 1.10 0.34 0.02 0.07 -pâlir pâlir ver 1.19 15.14 0.54 4.39 inf; -polir polir ver 9.45 11.01 0.38 1.42 inf; -pâlirait pâlir ver 1.19 15.14 0.00 0.07 cnd:pre:3s; -poliras polir ver 9.45 11.01 0.01 0.00 ind:fut:2s; -pâlirent pâlir ver 1.19 15.14 0.00 0.07 ind:pas:3p; -pâlis pâlir ver m p 1.19 15.14 0.05 0.47 imp:pre:2s;ind:pre:1s;ind:pre:2s;par:pas; -polis poli adj m p 4.68 16.69 0.80 2.64 -polish polish nom m s 0.06 0.07 0.06 0.07 -polissage polissage nom m s 0.11 0.41 0.11 0.34 -polissages polissage nom m p 0.11 0.41 0.00 0.07 -pâlissaient pâlir ver 1.19 15.14 0.00 0.68 ind:imp:3p; -polissaient polir ver 9.45 11.01 0.00 0.07 ind:imp:3p; -polissais polir ver 9.45 11.01 0.01 0.07 ind:imp:1s; -pâlissait pâlir ver 1.19 15.14 0.00 1.22 ind:imp:3s; -polissait polir ver 9.45 11.01 0.02 0.14 ind:imp:3s; -pâlissant pâlissant adj m s 0.10 0.74 0.10 0.61 -polissant polir ver 9.45 11.01 0.04 0.34 par:pre; -pâlissante pâlissant adj f s 0.10 0.74 0.00 0.07 -pâlissantes pâlissant adj f p 0.10 0.74 0.00 0.07 -pâlissent pâlir ver 1.19 15.14 0.03 0.61 ind:pre:3p; -polissent polir ver 9.45 11.01 0.01 0.14 ind:pre:3p; -polisseur polisseur nom m s 0.01 0.14 0.01 0.00 -polisseurs polisseur nom m p 0.01 0.14 0.00 0.07 -polisseuse polisseur nom f s 0.01 0.14 0.00 0.07 -pâlissions pâlir ver 1.19 15.14 0.00 0.14 ind:imp:1p; -polissoir polissoir nom m s 0.02 0.07 0.02 0.07 -polisson polisson nom m s 1.12 0.47 0.83 0.27 -polissonnait polissonner ver 0.11 0.07 0.10 0.00 ind:imp:3s; -polissonne polisson adj f s 1.06 0.68 0.16 0.07 -polissonner polissonner ver 0.11 0.07 0.01 0.00 inf; -polissonnerie polissonnerie nom f s 0.00 0.20 0.00 0.14 -polissonneries polissonnerie nom f p 0.00 0.20 0.00 0.07 -polissonnes polisson adj f p 1.06 0.68 0.23 0.14 -polissons polisson nom m p 1.12 0.47 0.28 0.14 -polissure polissure nom f s 0.00 0.07 0.00 0.07 -pâlit pâlir ver 1.19 15.14 0.15 3.18 ind:pre:3s;ind:pas:3s; -polit polir ver 9.45 11.01 0.03 0.20 ind:pre:3s;ind:pas:3s; -politburo politburo nom m s 0.03 0.47 0.03 0.47 -politesse politesse nom f s 5.00 20.54 4.29 17.97 -politesses politesse nom f p 5.00 20.54 0.70 2.57 -politicard politicard nom m s 0.41 0.34 0.08 0.14 -politicards politicard nom m p 0.41 0.34 0.33 0.20 -politicien politicien nom m s 7.67 2.43 2.34 0.61 -politicienne politicien nom f s 7.67 2.43 0.10 0.00 -politiciennes politicien adj f p 0.83 0.68 0.12 0.14 -politiciens politicien nom m p 7.67 2.43 5.23 1.82 -politico_religieux politico_religieux adj f s 0.00 0.07 0.00 0.07 -politico politico adv 0.17 0.27 0.17 0.27 -politique_fiction politique_fiction nom f s 0.00 0.07 0.00 0.07 -politique politique nom s 38.38 70.34 34.84 65.88 -politiquement politiquement adv 2.73 2.77 2.73 2.77 -politiques politique adj p 38.09 70.81 13.20 26.42 -politisation politisation nom f s 0.01 0.00 0.01 0.00 -politiser politiser ver 0.29 0.34 0.07 0.00 inf; -politisé politiser ver m s 0.29 0.34 0.06 0.07 par:pas; -politisée politiser ver f s 0.29 0.34 0.14 0.07 par:pas; -politisés politiser ver m p 0.29 0.34 0.02 0.20 par:pas; -polka polka nom f s 1.98 7.64 1.90 7.50 -polkas polka nom f p 1.98 7.64 0.08 0.14 -pollen pollen nom m s 1.37 1.89 1.20 1.82 -pollens pollen nom m p 1.37 1.89 0.17 0.07 -pollinies pollinie nom f p 0.00 0.07 0.00 0.07 -pollinique pollinique adj f s 0.00 0.07 0.00 0.07 -pollinisateur pollinisateur adj m s 0.03 0.00 0.03 0.00 -pollinisation pollinisation nom f s 0.09 0.00 0.09 0.00 -polliniser polliniser ver 0.02 0.00 0.01 0.00 inf; -pollinisé polliniser ver m s 0.02 0.00 0.01 0.00 par:pas; -pollope pollope ono 0.00 0.07 0.00 0.07 -polluait polluer ver 3.38 2.09 0.12 0.07 ind:imp:3s; -polluant polluer ver 3.38 2.09 0.04 0.00 par:pre; -polluante polluant adj f s 0.21 0.14 0.02 0.00 -polluants polluant adj m p 0.21 0.14 0.16 0.07 -pollue polluer ver 3.38 2.09 0.45 0.07 ind:pre:1s;ind:pre:3s; -polluent polluer ver 3.38 2.09 0.22 0.14 ind:pre:3p; -polluer polluer ver 3.38 2.09 0.65 0.34 inf; -pollueront polluer ver 3.38 2.09 0.01 0.00 ind:fut:3p; -pollues polluer ver 3.38 2.09 0.12 0.07 ind:pre:2s; -pollueur pollueur nom m s 0.25 0.14 0.04 0.00 -pollueurs pollueur nom m p 0.25 0.14 0.18 0.14 -pollueuse pollueur nom f s 0.25 0.14 0.02 0.00 -polluez polluer ver 3.38 2.09 0.04 0.00 imp:pre:2p;ind:pre:2p; -pollution pollution nom f s 2.38 1.28 2.35 1.15 -pollutions pollution nom f p 2.38 1.28 0.04 0.14 -pollué polluer ver m s 3.38 2.09 0.57 0.68 par:pas; -polluée polluer ver f s 3.38 2.09 0.86 0.20 par:pas; -polluées polluer ver f p 3.38 2.09 0.17 0.47 par:pas; -pollués polluer ver m p 3.38 2.09 0.14 0.07 par:pas; -polo polo nom m s 1.51 2.03 1.46 1.96 -poloche poloche nom f s 0.00 0.34 0.00 0.34 -polochon polochon nom m s 0.19 0.81 0.06 0.41 -polochons polochon nom m p 0.19 0.81 0.12 0.41 -polonais polonais nom m 8.26 9.32 7.06 8.18 -polonaise polonais adj f s 8.41 14.73 1.87 4.39 -polonaises polonais adj f p 8.41 14.73 0.27 0.95 -polope polope ono 0.00 0.41 0.00 0.41 -polos polo nom m p 1.51 2.03 0.05 0.07 -pâlot pâlot adj m s 0.60 1.22 0.44 0.34 -pâlots pâlot adj m p 0.60 1.22 0.01 0.20 -pâlotte pâlot adj f s 0.60 1.22 0.15 0.61 -pâlottes pâlot adj f p 0.60 1.22 0.00 0.07 -polski polski nom m s 0.14 0.14 0.14 0.14 -poltron poltron nom m s 0.74 0.41 0.58 0.27 -poltronne poltron adj f s 0.32 0.34 0.03 0.07 -poltronnerie poltronnerie nom f s 0.55 0.00 0.55 0.00 -poltrons poltron nom m p 0.74 0.41 0.16 0.14 -polémique polémique nom f s 0.73 1.35 0.46 1.22 -polémiquer polémiquer ver 0.07 0.14 0.03 0.14 inf; -polémiques polémique nom f p 0.73 1.35 0.27 0.14 -polémiste polémiste nom s 0.14 0.47 0.14 0.41 -polémistes polémiste nom p 0.14 0.47 0.00 0.07 -poly_sexuel poly_sexuel adj f s 0.01 0.00 0.01 0.00 -poly poly nom m s 0.30 0.14 0.30 0.14 -polyacrylate polyacrylate nom m s 0.03 0.00 0.03 0.00 -polyamide polyamide nom m s 0.00 0.20 0.00 0.14 -polyamides polyamide nom m p 0.00 0.20 0.00 0.07 -polyandre polyandre adj f s 0.00 0.07 0.00 0.07 -polyarthrite polyarthrite nom f s 0.03 0.00 0.03 0.00 -polycarbonate polycarbonate nom m s 0.03 0.00 0.03 0.00 -polychlorure polychlorure nom m s 0.01 0.00 0.01 0.00 -polychrome polychrome adj s 0.00 1.08 0.00 0.74 -polychromes polychrome adj m p 0.00 1.08 0.00 0.34 -polychromie polychromie nom f s 0.00 0.27 0.00 0.27 -polychromé polychromé adj m s 0.00 0.27 0.00 0.14 -polychromées polychromé adj f p 0.00 0.27 0.00 0.14 -polyclinique polyclinique nom f s 0.23 0.14 0.23 0.14 -polycopiait polycopier ver 0.12 0.54 0.00 0.07 ind:imp:3s; -polycopie polycopie nom f s 0.01 0.07 0.01 0.07 -polycopier polycopier ver 0.12 0.54 0.01 0.34 inf; -polycopié polycopié nom m s 0.00 0.20 0.00 0.07 -polycopiée polycopier ver f s 0.12 0.54 0.00 0.14 par:pas; -polycopiés polycopier ver m p 0.12 0.54 0.11 0.00 par:pas; -polyculture polyculture nom f s 0.00 0.07 0.00 0.07 -polycéphale polycéphale adj m s 0.01 0.00 0.01 0.00 -polydactylie polydactylie nom f s 0.01 0.00 0.01 0.00 -polyester polyester nom m s 0.46 0.34 0.46 0.34 -polygame polygame adj s 0.15 0.00 0.15 0.00 -polygamie polygamie nom f s 0.49 0.27 0.49 0.27 -polyglotte polyglotte adj s 0.08 1.01 0.08 0.61 -polyglottes polyglotte nom p 0.03 0.14 0.01 0.00 -polygonal polygonal adj m s 0.01 0.20 0.01 0.00 -polygonales polygonal adj f p 0.01 0.20 0.00 0.14 -polygonaux polygonal adj m p 0.01 0.20 0.00 0.07 -polygone polygone nom m s 0.13 0.88 0.12 0.47 -polygones polygone nom m p 0.13 0.88 0.01 0.41 -polygraphe polygraphe nom s 0.37 0.14 0.34 0.07 -polygraphes polygraphe nom p 0.37 0.14 0.04 0.07 -polygénique polygénique adj f s 0.01 0.00 0.01 0.00 -polykystique polykystique adj m s 0.04 0.00 0.04 0.00 -polymorphe polymorphe adj s 0.06 0.07 0.05 0.07 -polymorphes polymorphe adj p 0.06 0.07 0.01 0.00 -polymorphie polymorphie nom f s 0.02 0.00 0.02 0.00 -polymorphismes polymorphisme nom m p 0.03 0.00 0.03 0.00 -polymère polymère nom m s 0.16 0.00 0.16 0.00 -polymérase polymérase nom f s 0.05 0.00 0.05 0.00 -polymérique polymérique adj m s 0.02 0.00 0.01 0.00 -polymériques polymérique adj m p 0.02 0.00 0.01 0.00 -polynésien polynésien adj m s 0.08 0.47 0.03 0.07 -polynésienne polynésienne adj f s 0.03 0.00 0.03 0.00 -polynésiennes polynésien adj f p 0.08 0.47 0.03 0.14 -polynésiens polynésien nom m p 0.04 0.07 0.02 0.00 -polype polype nom m s 0.32 0.74 0.23 0.54 -polypes polype nom m p 0.32 0.74 0.09 0.20 -polyphone polyphone adj s 0.00 0.07 0.00 0.07 -polyphonie polyphonie nom f s 0.02 0.14 0.02 0.14 -polyphonique polyphonique adj m s 0.23 0.14 0.23 0.14 -polypier polypier nom m s 0.00 0.14 0.00 0.07 -polypiers polypier nom m p 0.00 0.14 0.00 0.07 -polypropylène polypropylène nom m s 0.01 0.14 0.01 0.14 -polysaccharides polysaccharide nom m p 0.01 0.00 0.01 0.00 -polystyrène polystyrène nom m s 0.38 0.14 0.38 0.14 -polysyllabe polysyllabe adj s 0.01 0.00 0.01 0.00 -polysyllabique polysyllabique adj m s 0.01 0.07 0.01 0.07 -polytechnicien polytechnicien nom m s 0.25 1.35 0.14 0.81 -polytechnicienne polytechnicien nom f s 0.25 1.35 0.01 0.00 -polytechniciens polytechnicien nom m p 0.25 1.35 0.10 0.54 -polytechnique polytechnique nom f s 0.44 0.47 0.44 0.47 -polyèdre polyèdre nom m s 0.00 0.20 0.00 0.14 -polyèdres polyèdre nom m p 0.00 0.20 0.00 0.07 -polythène polythène nom m s 0.01 0.00 0.01 0.00 -polythéiste polythéiste adj s 0.01 0.00 0.01 0.00 -polytonal polytonal adj m s 0.00 0.07 0.00 0.07 -polytonalité polytonalité nom f s 0.00 0.07 0.00 0.07 -polyuréthane polyuréthane nom m s 0.05 0.00 0.05 0.00 -polyéthylène polyéthylène nom m s 0.13 0.14 0.13 0.14 -polyvalence polyvalence nom f s 0.01 0.14 0.01 0.14 -polyvalent polyvalent adj m s 0.15 0.14 0.02 0.14 -polyvalente polyvalent adj f s 0.15 0.14 0.12 0.00 -polyvalents polyvalent adj m p 0.15 0.14 0.01 0.00 -polyvinyle polyvinyle nom m s 0.01 0.07 0.01 0.07 -polyvinylique polyvinylique adj m s 0.03 0.00 0.03 0.00 -pom_pom_girl pom_pom_girl nom f s 2.06 0.00 0.95 0.00 -pom_pom_girl pom_pom_girl nom f p 2.06 0.00 1.11 0.00 -pâma pâmer ver 0.47 3.18 0.01 0.07 ind:pas:3s; -pâmaient pâmer ver 0.47 3.18 0.01 0.20 ind:imp:3p; -pâmait pâmer ver 0.47 3.18 0.02 0.27 ind:imp:3s; -pâmant pâmer ver 0.47 3.18 0.00 0.27 par:pre; -pâme pâmer ver 0.47 3.18 0.07 0.27 ind:pre:1s;ind:pre:3s; -pomelo pomelo nom m s 0.01 0.00 0.01 0.00 -pâment pâmer ver 0.47 3.18 0.04 0.00 ind:pre:3p; -pâmer pâmer ver 0.47 3.18 0.06 0.61 inf; -pâmerais pâmer ver 0.47 3.18 0.00 0.07 cnd:pre:1s; -pâmerait pâmer ver 0.47 3.18 0.01 0.00 cnd:pre:3s; -pomerols pomerol nom m p 0.00 0.07 0.00 0.07 -pâmeront pâmer ver 0.47 3.18 0.03 0.00 ind:fut:3p; -pâmez pâmer ver 0.47 3.18 0.10 0.07 imp:pre:2p;ind:pre:2p; -pommade pommade nom f s 2.35 3.04 2.21 2.16 -pommader pommader ver 0.02 0.54 0.00 0.41 inf; -pommades pommade nom f p 2.35 3.04 0.14 0.88 -pommadin pommadin nom m s 0.00 0.07 0.00 0.07 -pommadé pommadé adj m s 0.00 0.74 0.00 0.47 -pommadées pommadé adj f p 0.00 0.74 0.00 0.07 -pommadés pommadé adj m p 0.00 0.74 0.00 0.20 -pommaient pommer ver 0.38 1.96 0.00 0.07 ind:imp:3p; -pommard pommard nom m s 0.00 0.20 0.00 0.07 -pommards pommard nom m p 0.00 0.20 0.00 0.14 -pomme pomme nom f s 42.35 82.36 19.77 46.08 -pommeau pommeau nom m s 0.22 4.26 0.22 3.92 -pommeaux pommeau nom m p 0.22 4.26 0.00 0.34 -pommeler pommeler ver 0.00 0.27 0.00 0.07 inf; -pommelé pommelé adj m s 0.28 1.49 0.26 0.95 -pommelées pommelé adj f p 0.28 1.49 0.00 0.07 -pommelés pommelé adj m p 0.28 1.49 0.02 0.47 -pommer pommer ver 0.38 1.96 0.04 0.00 inf; -pommeraie pommeraie nom f s 0.01 0.14 0.01 0.14 -pommes pomme nom f p 42.35 82.36 22.57 36.28 -pommette pommette nom f s 0.90 16.35 0.21 2.70 -pommettes pommette nom f p 0.90 16.35 0.69 13.65 -pommier pommier nom m s 1.93 8.78 1.55 5.88 -pommiers pommier nom m p 1.93 8.78 0.38 2.91 -pommé pommer ver m s 0.38 1.96 0.04 0.07 par:pas; -pommée pommé adj f s 0.01 0.27 0.01 0.07 -pommées pommé adj f p 0.01 0.27 0.00 0.14 -pommés pommé adj m p 0.01 0.27 0.00 0.07 -pâmoison pâmoison nom f s 0.00 1.22 0.00 0.74 -pâmoisons pâmoison nom f p 0.00 1.22 0.00 0.47 -pompadour pompadour adj 0.03 0.00 0.03 0.00 -pompage pompage nom m s 0.35 0.14 0.35 0.14 -pompai pomper ver 5.24 4.59 0.00 0.07 ind:pas:1s; -pompaient pomper ver 5.24 4.59 0.01 0.14 ind:imp:3p; -pompais pomper ver 5.24 4.59 0.02 0.07 ind:imp:1s; -pompait pomper ver 5.24 4.59 0.15 0.61 ind:imp:3s; -pompant pomper ver 5.24 4.59 0.03 0.47 par:pre; -pompe pompe nom f s 22.92 35.14 10.51 18.45 -pompent pomper ver 5.24 4.59 0.24 0.34 ind:pre:3p; -pomper pomper ver 5.24 4.59 1.72 1.15 inf; -pompera pomper ver 5.24 4.59 0.02 0.07 ind:fut:3s; -pomperais pomper ver 5.24 4.59 0.02 0.00 cnd:pre:2s; -pomperait pomper ver 5.24 4.59 0.01 0.00 cnd:pre:3s; -pompes pompe nom f p 22.92 35.14 12.41 16.69 -pompette pompette adj s 1.21 0.41 1.21 0.41 -pompeur pompeur nom m s 0.04 0.27 0.04 0.27 -pompeuse pompeux adj f s 0.97 4.26 0.09 1.15 -pompeusement pompeusement adv 0.01 1.15 0.01 1.15 -pompeuses pompeux adj f p 0.97 4.26 0.04 0.61 -pompeux pompeux adj m 0.97 4.26 0.85 2.50 -pompez pomper ver 5.24 4.59 0.66 0.07 imp:pre:2p;ind:pre:2p; -pompidoliens pompidolien adj m p 0.00 0.07 0.00 0.07 -pompier pompier nom m s 13.01 10.07 2.67 1.01 -pompiers pompier nom m p 13.01 10.07 10.35 9.05 -pompions pomper ver 5.24 4.59 0.00 0.07 ind:imp:1p; -pompiste pompiste nom s 2.10 4.05 2.05 3.51 -pompistes pompiste nom p 2.10 4.05 0.05 0.54 -pompiérisme pompiérisme nom m s 0.00 0.07 0.00 0.07 -pompon pompon nom m s 1.56 3.92 1.22 1.35 -pomponna pomponner ver 0.94 1.69 0.00 0.07 ind:pas:3s; -pomponnaient pomponner ver 0.94 1.69 0.00 0.07 ind:imp:3p; -pomponnait pomponner ver 0.94 1.69 0.00 0.20 ind:imp:3s; -pomponnant pomponner ver 0.94 1.69 0.00 0.07 par:pre; -pomponne pomponner ver 0.94 1.69 0.08 0.07 imp:pre:2s;ind:pre:1s;ind:pre:3s; -pomponnent pomponner ver 0.94 1.69 0.01 0.00 ind:pre:3p; -pomponner pomponner ver 0.94 1.69 0.32 0.14 inf; -pomponniez pomponner ver 0.94 1.69 0.00 0.07 ind:imp:2p; -pomponné pomponner ver m s 0.94 1.69 0.10 0.34 par:pas; -pomponnée pomponner ver f s 0.94 1.69 0.41 0.34 par:pas; -pomponnées pomponner ver f p 0.94 1.69 0.01 0.27 par:pas; -pomponnés pomponner ver m p 0.94 1.69 0.01 0.07 par:pas; -pompons pompon nom m p 1.56 3.92 0.34 2.57 -pompé pomper ver m s 5.24 4.59 0.40 0.54 par:pas; -pompée pomper ver f s 5.24 4.59 0.25 0.00 par:pas; -pompéien pompéien adj m s 0.17 0.54 0.01 0.20 -pompéienne pompéien adj f s 0.17 0.54 0.01 0.20 -pompéiennes pompéien adj f p 0.17 0.54 0.00 0.07 -pompéiens pompéien adj m p 0.17 0.54 0.15 0.07 -pompés pomper ver m p 5.24 4.59 0.01 0.07 par:pas; -pâmèrent pâmer ver 0.47 3.18 0.01 0.07 ind:pas:3p; -pâmé pâmer ver m s 0.47 3.18 0.10 0.41 par:pas; -pâmée pâmer ver f s 0.47 3.18 0.01 0.54 par:pas; -pâmées pâmer ver f p 0.47 3.18 0.01 0.20 par:pas; -pomélo pomélo nom m s 0.01 0.00 0.01 0.00 -poméranien poméranien adj m s 0.01 0.14 0.01 0.07 -poméranienne poméranien nom f s 0.00 0.47 0.00 0.07 -poméraniennes poméranien nom f p 0.00 0.47 0.00 0.34 -poméraniens poméranien nom m p 0.00 0.47 0.00 0.07 -pâmés pâmer ver m p 0.47 3.18 0.00 0.14 par:pas; -ponant ponant nom m s 0.04 0.34 0.04 0.34 -ponce poncer ver 0.42 2.43 0.18 1.15 imp:pre:2s;ind:pre:1s;ind:pre:3s; -ponceau ponceau nom m s 0.00 0.41 0.00 0.34 -ponceaux ponceau nom m p 0.00 0.41 0.00 0.07 -poncer poncer ver 0.42 2.43 0.16 0.07 inf; -ponces poncer ver 0.42 2.43 0.00 0.27 sub:pre:2s; -ponceuse ponceur nom f s 0.31 0.41 0.31 0.41 -poncho poncho nom m s 1.04 0.20 1.00 0.20 -ponchos poncho nom m p 1.04 0.20 0.04 0.00 -poncif poncif nom m s 0.01 0.95 0.00 0.47 -poncifs poncif nom m p 0.01 0.95 0.01 0.47 -ponction ponction nom f s 1.72 1.08 1.68 0.74 -ponctionna ponctionner ver 0.02 0.27 0.00 0.07 ind:pas:3s; -ponctionnait ponctionner ver 0.02 0.27 0.00 0.07 ind:imp:3s; -ponctionne ponctionner ver 0.02 0.27 0.01 0.07 ind:pre:3s; -ponctionner ponctionner ver 0.02 0.27 0.01 0.07 inf; -ponctions ponction nom f p 1.72 1.08 0.04 0.34 -ponctua ponctuer ver 0.12 9.32 0.00 0.27 ind:pas:3s; -ponctuaient ponctuer ver 0.12 9.32 0.00 0.47 ind:imp:3p; -ponctuait ponctuer ver 0.12 9.32 0.01 1.69 ind:imp:3s; -ponctualité ponctualité nom f s 1.01 1.42 1.01 1.42 -ponctuant ponctuer ver 0.12 9.32 0.01 0.88 par:pre; -ponctuation ponctuation nom f s 0.30 1.55 0.30 1.35 -ponctuations ponctuation nom f p 0.30 1.55 0.00 0.20 -ponctue ponctuer ver 0.12 9.32 0.01 0.88 ind:pre:1s;ind:pre:3s; -ponctuel ponctuel adj m s 3.55 1.82 1.82 0.81 -ponctuelle ponctuel adj f s 3.55 1.82 1.13 0.27 -ponctuellement ponctuellement adv 0.26 1.01 0.26 1.01 -ponctuelles ponctuel adj f p 3.55 1.82 0.06 0.41 -ponctuels ponctuel adj m p 3.55 1.82 0.54 0.34 -ponctuent ponctuer ver 0.12 9.32 0.01 0.27 ind:pre:3p; -ponctuer ponctuer ver 0.12 9.32 0.02 0.61 inf; -ponctuèrent ponctuer ver 0.12 9.32 0.00 0.07 ind:pas:3p; -ponctué ponctuer ver m s 0.12 9.32 0.02 2.16 par:pas; -ponctuée ponctuer ver f s 0.12 9.32 0.00 1.08 par:pas; -ponctuées ponctuer ver f p 0.12 9.32 0.00 0.47 par:pas; -ponctués ponctuer ver m p 0.12 9.32 0.03 0.47 par:pas; -poncé poncer ver m s 0.42 2.43 0.07 0.20 par:pas; -poncée poncer ver f s 0.42 2.43 0.00 0.27 par:pas; -poncées poncer ver f p 0.42 2.43 0.00 0.14 par:pas; -poncés poncer ver m p 0.42 2.43 0.00 0.07 par:pas; -pond pondre ver 5.41 6.82 1.18 0.74 ind:pre:3s; -pondaient pondre ver 5.41 6.82 0.01 0.20 ind:imp:3p; -pondait pondre ver 5.41 6.82 0.15 0.41 ind:imp:3s; -pondant pondre ver 5.41 6.82 0.02 0.07 par:pre; -ponde pondre ver 5.41 6.82 0.10 0.00 sub:pre:1s;sub:pre:3s; -pondent pondre ver 5.41 6.82 0.55 0.34 ind:pre:3p; -pondes pondre ver 5.41 6.82 0.00 0.07 sub:pre:2s; -pondeur pondeur nom m s 0.08 0.20 0.00 0.07 -pondeuse pondeur nom f s 0.08 0.20 0.08 0.00 -pondeuses pondeuse nom f p 0.03 0.00 0.03 0.00 -pondez pondre ver 5.41 6.82 0.06 0.00 imp:pre:2p;ind:pre:2p; -pondiez pondre ver 5.41 6.82 0.00 0.07 ind:imp:2p; -pondoir pondoir nom m s 0.00 0.20 0.00 0.14 -pondoirs pondoir nom m p 0.00 0.20 0.00 0.07 -pondra pondre ver 5.41 6.82 0.04 0.07 ind:fut:3s; -pondrai pondre ver 5.41 6.82 0.16 0.07 ind:fut:1s; -pondraient pondre ver 5.41 6.82 0.01 0.14 cnd:pre:3p; -pondrais pondre ver 5.41 6.82 0.00 0.07 cnd:pre:2s; -pondras pondre ver 5.41 6.82 0.02 0.07 ind:fut:2s; -pondre pondre ver 5.41 6.82 1.64 1.69 inf; -pondront pondre ver 5.41 6.82 0.01 0.00 ind:fut:3p; -ponds pondre ver 5.41 6.82 0.04 0.07 imp:pre:2s;ind:pre:1s;ind:pre:2s; -pondu pondre ver m s 5.41 6.82 1.39 1.76 par:pas; -pondue pondre ver f s 5.41 6.82 0.01 0.27 par:pas; -pondérable pondérable adj f s 0.00 0.20 0.00 0.14 -pondérables pondérable adj p 0.00 0.20 0.00 0.07 -pondérale pondéral adj f s 0.05 0.00 0.05 0.00 -pondération pondération nom f s 0.12 0.47 0.12 0.47 -pondérer pondérer ver 0.04 0.14 0.01 0.00 inf; -pondéré pondéré adj m s 0.18 1.15 0.03 0.68 -pondérée pondéré adj f s 0.18 1.15 0.13 0.14 -pondérées pondéré adj f p 0.18 1.15 0.00 0.07 -pondérés pondéré adj m p 0.18 1.15 0.02 0.27 -pondus pondre ver m p 5.41 6.82 0.02 0.74 par:pas; -ponette ponette nom f s 0.00 0.47 0.00 0.27 -ponettes ponette nom f p 0.00 0.47 0.00 0.20 -poney poney nom m s 4.80 1.01 3.70 0.47 -poneys poney nom m p 4.80 1.01 1.10 0.54 -pongiste pongiste nom s 0.30 0.00 0.10 0.00 -pongistes pongiste nom p 0.30 0.00 0.20 0.00 -pongo pongo nom m s 1.72 0.00 1.72 0.00 -pongé pongé nom m s 0.00 0.20 0.00 0.20 -pont_l_évêque pont_l_évêque nom m s 0.00 0.07 0.00 0.07 -pont_levis pont_levis nom m 0.46 1.42 0.46 1.42 -pont_neuf pont_neuf nom m s 0.14 2.43 0.14 2.43 -pont_promenade pont_promenade nom m s 0.00 0.07 0.00 0.07 -pont pont nom m s 56.43 90.81 50.45 74.59 -pontage pontage nom m s 0.65 0.07 0.60 0.07 -pontages pontage nom m p 0.65 0.07 0.04 0.00 -ponte ponte nom s 2.35 2.30 1.46 1.62 -ponter ponter ver 0.52 0.20 0.21 0.00 inf; -pontes ponte nom p 2.35 2.30 0.89 0.68 -pontet pontet nom m s 0.01 0.20 0.01 0.14 -pontets pontet nom m p 0.01 0.20 0.00 0.07 -ponçage ponçage nom m s 0.01 0.14 0.01 0.14 -ponçait poncer ver 0.42 2.43 0.01 0.20 ind:imp:3s; -ponçant poncer ver 0.42 2.43 0.00 0.07 par:pre; -pontife pontife nom m s 0.26 1.28 0.23 0.88 -pontifes pontife nom m p 0.26 1.28 0.03 0.41 -pontifia pontifier ver 0.04 0.54 0.00 0.07 ind:pas:3s; -pontifiait pontifier ver 0.04 0.54 0.00 0.14 ind:imp:3s; -pontifiant pontifiant adj m s 0.04 0.41 0.02 0.27 -pontifiante pontifiant adj f s 0.04 0.41 0.02 0.07 -pontifiants pontifiant adj m p 0.04 0.41 0.00 0.07 -pontifical pontifical adj m s 0.30 1.35 0.16 0.47 -pontificale pontifical adj f s 0.30 1.35 0.14 0.47 -pontificales pontifical adj f p 0.30 1.35 0.00 0.27 -pontificat pontificat nom m s 0.01 0.14 0.01 0.14 -pontificaux pontifical adj m p 0.30 1.35 0.00 0.14 -pontifie pontifier ver 0.04 0.54 0.00 0.14 ind:pre:3s; -pontifier pontifier ver 0.04 0.54 0.04 0.07 inf; -pontifièrent pontifier ver 0.04 0.54 0.00 0.07 ind:pas:3p; -pontil pontil nom m s 0.00 0.07 0.00 0.07 -pontin pontin adj m s 0.11 0.20 0.10 0.07 -pontins pontin adj m p 0.11 0.20 0.01 0.14 -ponton ponton nom m s 1.01 3.99 0.98 2.16 -pontonnier pontonnier nom m s 0.00 0.81 0.00 0.14 -pontonniers pontonnier nom m p 0.00 0.81 0.00 0.68 -pontons ponton nom m p 1.01 3.99 0.03 1.82 -ponts_levis ponts_levis nom m p 0.00 0.27 0.00 0.27 -ponts pont nom m p 56.43 90.81 5.97 16.22 -ponté ponter ver m s 0.52 0.20 0.01 0.07 par:pas; -pool pool nom m s 1.19 0.20 1.19 0.20 -pop_club pop_club nom s 0.00 0.07 0.00 0.07 -pop_corn pop_corn nom m 3.79 0.14 3.79 0.14 -pop pop adj s 3.10 1.28 3.10 1.28 -popaul popaul nom m s 0.28 0.07 0.28 0.07 -pope pope nom m s 1.07 6.42 0.83 5.20 -popeline popeline nom f s 0.00 4.66 0.00 4.66 -popes pope nom m p 1.07 6.42 0.23 1.22 -popistes popiste adj f p 0.00 0.07 0.00 0.07 -poplité poplité adj m s 0.05 0.00 0.01 0.00 -poplitée poplité adj f s 0.05 0.00 0.04 0.00 -popote popote nom f s 0.40 2.57 0.39 2.09 -popotes popote nom f p 0.40 2.57 0.01 0.47 -popotin popotin nom m s 0.79 0.74 0.79 0.74 -populace populace nom f s 1.53 2.36 1.53 2.36 -populacier populacier adj m s 0.00 0.68 0.00 0.20 -populacière populacier adj f s 0.00 0.68 0.00 0.20 -populacières populacier adj f p 0.00 0.68 0.00 0.27 -populaire populaire adj s 19.34 31.28 16.23 23.45 -populairement populairement adv 0.14 0.07 0.14 0.07 -populaires populaire adj p 19.34 31.28 3.11 7.84 -populariser populariser ver 0.12 0.14 0.12 0.07 inf; -popularisé populariser ver m s 0.12 0.14 0.00 0.07 par:pas; -popularité popularité nom f s 2.03 1.82 2.03 1.76 -popularités popularité nom f p 2.03 1.82 0.00 0.07 -population population nom f s 15.68 33.65 14.86 23.58 -populations population nom f p 15.68 33.65 0.82 10.07 -populeuse populeux adj f s 0.02 1.15 0.01 0.27 -populeuses populeux adj f p 0.02 1.15 0.00 0.14 -populeux populeux adj m 0.02 1.15 0.01 0.74 -populisme populisme nom m s 0.02 0.14 0.02 0.07 -populismes populisme nom m p 0.02 0.14 0.00 0.07 -populiste populiste adj s 0.17 0.41 0.16 0.27 -populistes populiste adj m p 0.17 0.41 0.01 0.14 -populo populo nom m s 0.17 1.55 0.17 1.55 -poquait poquer ver 0.00 0.07 0.00 0.07 ind:imp:3s; -pâque pâque nom f s 0.51 0.95 0.51 0.95 -poque poque nom f s 0.16 0.07 0.16 0.07 -pâquerette pâquerette nom f s 0.69 2.09 0.27 0.20 -pâquerettes pâquerette nom f p 0.69 2.09 0.43 1.89 -pâques pâques nom m s 0.26 1.01 0.26 1.01 -poquette poquette nom f s 0.00 0.07 0.00 0.07 -pâquis pâquis nom m 0.00 0.07 0.00 0.07 -porc_épic porc_épic nom m s 0.55 0.27 0.55 0.27 -porc porc nom m s 41.07 14.46 30.18 11.15 -porcelaine porcelaine nom f s 3.07 12.43 2.85 10.74 -porcelaines porcelaine nom f p 3.07 12.43 0.22 1.69 -porcelainiers porcelainier nom m p 0.00 0.07 0.00 0.07 -porcelet porcelet nom m s 0.57 0.54 0.44 0.27 -porcelets porcelet nom m p 0.57 0.54 0.13 0.27 -porche porche nom m s 3.10 17.03 2.95 15.34 -porcher porcher nom m s 1.47 0.00 1.46 0.00 -porcherie porcherie nom f s 2.76 1.22 2.73 1.22 -porcheries porcherie nom f p 2.76 1.22 0.03 0.00 -porches porche nom m p 3.10 17.03 0.14 1.69 -porchère porcher nom f s 1.47 0.00 0.01 0.00 -porchères porchère nom f p 0.01 0.00 0.01 0.00 -porcif porcif nom f s 0.00 0.34 0.00 0.14 -porcifs porcif nom f p 0.00 0.34 0.00 0.20 -porcin porcin adj m s 0.29 0.74 0.19 0.20 -porcine porcin adj f s 0.29 0.74 0.06 0.07 -porcins porcin nom m p 0.12 0.00 0.10 0.00 -porcs porc nom m p 41.07 14.46 10.89 3.31 -pore pore nom m s 1.54 3.51 0.57 0.47 -pores pore nom m p 1.54 3.51 0.97 3.04 -poreuse poreux adj f s 0.70 2.84 0.16 1.15 -poreuses poreux adj f p 0.70 2.84 0.04 0.14 -poreux poreux adj m 0.70 2.84 0.49 1.55 -porno porno nom m s 9.77 1.08 8.73 0.47 -pornocrate pornocrate nom s 0.00 0.14 0.00 0.07 -pornocrates pornocrate nom p 0.00 0.14 0.00 0.07 -pornographe pornographe nom s 0.19 0.47 0.17 0.47 -pornographes pornographe nom p 0.19 0.47 0.02 0.00 -pornographie pornographie nom f s 1.81 1.22 1.81 1.15 -pornographies pornographie nom f p 1.81 1.22 0.00 0.07 -pornographique pornographique adj s 1.39 1.82 0.56 0.68 -pornographiques pornographique adj p 1.39 1.82 0.83 1.15 -pornos porno adj p 7.20 2.03 2.07 0.95 -porosité porosité nom f s 0.04 0.34 0.04 0.34 -porphyre porphyre nom m s 0.10 1.49 0.10 1.35 -porphyres porphyre nom m p 0.10 1.49 0.00 0.14 -porphyrie porphyrie nom f s 0.12 0.00 0.12 0.00 -porque porque nom f s 0.32 0.00 0.32 0.00 -porridge porridge nom m s 1.13 0.74 1.13 0.74 -port_salut port_salut nom m 0.00 0.20 0.00 0.20 -port port nom m s 31.68 76.42 29.40 64.86 -porta porter ver 319.85 474.93 1.41 16.55 ind:pas:3s; -portabilité portabilité nom f s 0.01 0.00 0.01 0.00 -portable portable adj s 35.82 0.61 31.70 0.61 -portables portable adj p 35.82 0.61 4.12 0.00 -portage portage nom m s 0.08 0.74 0.08 0.74 -portager portager ver 0.00 0.07 0.00 0.07 inf; -portai porter ver 319.85 474.93 0.12 1.01 ind:pas:1s; -portaient porter ver 319.85 474.93 2.81 28.72 ind:imp:3p; -portail portail nom m s 8.61 22.97 7.97 21.82 -portails portail nom m p 8.61 22.97 0.64 1.15 -portais porter ver 319.85 474.93 7.96 9.19 ind:imp:1s;ind:imp:2s; -portait porter ver 319.85 474.93 25.75 113.85 ind:imp:3s; -portal portal adj m s 0.05 0.14 0.05 0.14 -portance portance nom f s 0.29 0.00 0.29 0.00 -portant portant adj m s 5.46 9.73 5.00 8.72 -portante portant adj f s 5.46 9.73 0.20 0.34 -portants portant adj m p 5.46 9.73 0.26 0.68 -portassent porter ver 319.85 474.93 0.00 0.07 sub:imp:3p; -portatif portatif adj m s 0.65 2.64 0.40 1.08 -portatifs portatif adj m p 0.65 2.64 0.10 0.41 -portative portatif adj f s 0.65 2.64 0.14 0.88 -portatives portatif adj f p 0.65 2.64 0.01 0.27 -porte_aiguille porte_aiguille nom m s 0.07 0.00 0.07 0.00 -porte_avion porte_avion nom m s 0.04 0.07 0.04 0.07 -porte_avions porte_avions nom m 1.21 1.22 1.21 1.22 -porte_bagages porte_bagages nom m 0.02 3.11 0.02 3.11 -porte_bannière porte_bannière nom m s 0.00 0.07 0.00 0.07 -porte_billets porte_billets nom m 0.00 0.14 0.00 0.14 -porte_bois porte_bois nom m 0.00 0.07 0.00 0.07 -porte_bonheur porte_bonheur nom m 4.58 1.08 4.58 1.08 -porte_bouteilles porte_bouteilles nom m 0.00 0.27 0.00 0.27 -porte_bébé porte_bébé nom m s 0.02 0.00 0.02 0.00 -porte_cannes porte_cannes nom m 0.00 0.07 0.00 0.07 -porte_carte porte_carte nom m s 0.00 0.07 0.00 0.07 -porte_cartes porte_cartes nom m 0.00 0.34 0.00 0.34 -porte_chance porte_chance nom m 0.17 0.07 0.17 0.07 -porte_chapeaux porte_chapeaux nom m 0.04 0.00 0.04 0.00 -porte_cigarette porte_cigarette nom m s 0.00 0.20 0.00 0.20 -porte_cigarettes porte_cigarettes nom m 0.65 0.74 0.65 0.74 -porte_clef porte_clef nom m s 0.02 0.14 0.02 0.14 -porte_clefs porte_clefs nom m 0.27 0.34 0.27 0.34 -porte_clé porte_clé nom m s 0.10 0.00 0.10 0.00 -porte_clés porte_clés nom m 1.44 0.54 1.44 0.54 -porte_conteneurs porte_conteneurs nom m 0.01 0.00 0.01 0.00 -porte_coton porte_coton nom m s 0.00 0.07 0.00 0.07 -porte_couilles porte_couilles nom m 0.00 0.07 0.00 0.07 -porte_couteau porte_couteau nom m s 0.00 0.07 0.00 0.07 -porte_couteaux porte_couteaux nom m p 0.00 0.07 0.00 0.07 -porte_cravate porte_cravate nom m s 0.00 0.07 0.00 0.07 -porte_crayon porte_crayon nom m s 0.01 0.00 0.01 0.00 -porte_document porte_document nom m s 0.01 0.00 0.01 0.00 -porte_documents porte_documents nom m 0.86 0.68 0.86 0.68 -porte_drapeau porte_drapeau nom m s 0.19 0.68 0.19 0.68 -porte_drapeaux porte_drapeaux nom m p 0.01 0.07 0.01 0.07 -porte_fanion porte_fanion nom m s 0.00 0.14 0.00 0.14 -porte_fenêtre porte_fenêtre nom f s 0.14 4.46 0.03 3.11 -porte_flingue porte_flingue nom m s 0.08 0.07 0.08 0.00 -porte_flingue porte_flingue nom m p 0.08 0.07 0.00 0.07 -porte_foret porte_foret nom m p 0.00 0.07 0.00 0.07 -porte_glaive porte_glaive nom m 0.10 1.01 0.10 1.01 -porte_jarretelles porte_jarretelles nom m 0.59 1.89 0.59 1.89 -porte_malheur porte_malheur nom m 0.19 0.07 0.19 0.07 -porte_mine porte_mine nom m s 0.00 0.14 0.00 0.14 -porte_monnaie porte_monnaie nom m 2.24 6.01 2.24 6.01 -porte_musique porte_musique nom m s 0.00 0.07 0.00 0.07 -porte_à_faux porte_à_faux nom m 0.00 0.61 0.00 0.61 -porte_à_porte porte_à_porte nom m 0.00 0.41 0.00 0.41 -porte_objet porte_objet nom m s 0.01 0.00 0.01 0.00 -porte_papier porte_papier nom m 0.01 0.07 0.01 0.07 -porte_parapluie porte_parapluie nom m s 0.00 0.07 0.00 0.07 -porte_parapluies porte_parapluies nom m 0.14 0.47 0.14 0.47 -porte_plume porte_plume nom m 0.29 3.78 0.29 3.72 -porte_plume porte_plume nom m p 0.29 3.78 0.00 0.07 -porte_queue porte_queue nom m 0.01 0.00 0.01 0.00 -porte_savon porte_savon nom m s 0.09 0.27 0.09 0.27 -porte_serviette porte_serviette nom m s 0.00 0.20 0.00 0.20 -porte_serviettes porte_serviettes nom m 0.12 0.20 0.12 0.20 -porte_tambour porte_tambour nom m 0.01 0.34 0.01 0.34 -porte_épée porte_épée nom m s 0.00 0.14 0.00 0.14 -porte_étendard porte_étendard nom m s 0.01 0.34 0.01 0.27 -porte_étendard porte_étendard nom m p 0.01 0.34 0.00 0.07 -porte_étrier porte_étrier nom m s 0.00 0.07 0.00 0.07 -porte_voix porte_voix nom m 0.55 2.64 0.55 2.64 -porte porte nom f s 333.85 617.43 288.39 536.96 -portefaix portefaix nom m 0.01 1.15 0.01 1.15 -portefeuille portefeuille nom m s 17.91 21.15 16.53 19.66 -portefeuilles portefeuille nom m p 17.91 21.15 1.38 1.49 -portemanteau portemanteau nom m s 0.36 4.05 0.30 2.97 -portemanteaux portemanteau nom m p 0.36 4.05 0.07 1.08 -portement portement nom m s 0.00 0.07 0.00 0.07 -portent porter ver 319.85 474.93 11.90 19.39 ind:pre:3p;sub:pre:3p; -porter porter ver 319.85 474.93 78.91 79.93 inf; -portera porter ver 319.85 474.93 7.54 3.11 ind:fut:3s; -porterai porter ver 319.85 474.93 5.49 1.62 ind:fut:1s; -porteraient porter ver 319.85 474.93 0.20 1.15 cnd:pre:3p; -porterais porter ver 319.85 474.93 1.14 0.81 cnd:pre:1s;cnd:pre:2s; -porterait porter ver 319.85 474.93 2.16 3.65 cnd:pre:3s; -porteras porter ver 319.85 474.93 2.10 0.47 ind:fut:2s; -porterez porter ver 319.85 474.93 1.53 0.54 ind:fut:2p; -porterie porterie nom f s 0.01 0.14 0.01 0.14 -porteriez porter ver 319.85 474.93 0.30 0.07 cnd:pre:2p; -porterons porter ver 319.85 474.93 0.46 0.27 ind:fut:1p; -porteront porter ver 319.85 474.93 1.73 0.74 ind:fut:3p; -porte_fenêtre porte_fenêtre nom f p 0.14 4.46 0.10 1.35 -portes porte nom f p 333.85 617.43 45.46 80.47 -porteur porteur nom m s 6.15 13.31 4.01 5.54 -porteurs porteur nom m p 6.15 13.31 1.89 6.49 -porteuse porteur adj f s 4.31 11.15 0.98 1.82 -porteuses porteur adj f p 4.31 11.15 0.44 0.88 -portez porter ver 319.85 474.93 16.22 2.84 imp:pre:2p;ind:pre:2p; -portfolio portfolio nom m s 0.68 0.00 0.68 0.00 -portier portier nom m s 7.39 45.00 3.07 6.89 -portiers portier nom m p 7.39 45.00 0.21 0.68 -portiez porter ver 319.85 474.93 2.56 1.15 ind:imp:2p; -portillon portillon nom m s 0.36 3.24 0.35 3.04 -portillons portillon nom m p 0.36 3.24 0.01 0.20 -portion portion nom f s 3.13 7.57 2.30 5.61 -portions portion nom f p 3.13 7.57 0.83 1.96 -portique portique nom m s 0.40 4.53 0.35 3.11 -portiques portique nom m p 0.40 4.53 0.04 1.42 -portière portier nom f s 7.39 45.00 4.12 29.19 -portières portière nom f p 0.84 0.00 0.84 0.00 -portland portland nom m s 0.05 0.07 0.05 0.07 -porto porto nom m s 2.30 5.00 2.27 4.46 -portâmes porter ver 319.85 474.93 0.00 0.14 ind:pas:1p; -portons porter ver 319.85 474.93 4.34 2.43 imp:pre:1p;ind:pre:1p; -portor portor nom m s 0.00 0.07 0.00 0.07 -portoricain portoricain adj m s 1.09 0.07 0.53 0.00 -portoricaine portoricain adj f s 1.09 0.07 0.48 0.00 -portoricaines portoricain adj f p 1.09 0.07 0.03 0.07 -portoricains portoricain nom m p 1.27 0.07 0.80 0.07 -portos porto nom m p 2.30 5.00 0.03 0.54 -portât porter ver 319.85 474.93 0.01 0.95 sub:imp:3s; -portraire portraire ver 0.36 1.01 0.00 0.07 inf; -portrait_robot portrait_robot nom m s 1.17 0.54 0.77 0.47 -portrait portrait nom m s 25.73 54.59 22.64 39.19 -portraitiste portraitiste nom s 0.28 0.47 0.26 0.27 -portraitistes portraitiste nom p 0.28 0.47 0.03 0.20 -portrait_robot portrait_robot nom m p 1.17 0.54 0.40 0.07 -portraits portrait nom m p 25.73 54.59 3.09 15.41 -portraiturant portraiturer ver 0.00 0.54 0.00 0.07 par:pre; -portraiture portraiturer ver 0.00 0.54 0.00 0.14 ind:pre:3s; -portraiturer portraiturer ver 0.00 0.54 0.00 0.20 inf; -portraituré portraiturer ver m s 0.00 0.54 0.00 0.07 par:pas; -portraiturés portraiturer ver m p 0.00 0.54 0.00 0.07 par:pas; -ports port nom m p 31.68 76.42 2.28 11.55 -portèrent porter ver 319.85 474.93 0.29 2.50 ind:pas:3p; -porté porter ver m s 319.85 474.93 20.56 38.65 par:pas;par:pas;par:pas; -portuaire portuaire adj f s 0.56 0.81 0.29 0.54 -portuaires portuaire adj f p 0.56 0.81 0.26 0.27 -portée portée nom f s 13.38 33.85 13.05 33.18 -portées porter ver f p 319.85 474.93 1.00 3.38 par:pas; -portugais portugais nom m 7.89 3.45 7.58 2.70 -portugaise portugais adj f s 3.88 3.51 0.55 1.49 -portugaises portugais adj f p 3.88 3.51 0.30 0.41 -portulan portulan nom m s 0.00 0.61 0.00 0.34 -portulans portulan nom m p 0.00 0.61 0.00 0.27 -portés porter ver m p 319.85 474.93 2.70 7.64 par:pas; -portus portus nom m 0.00 0.07 0.00 0.07 -posa poser ver 217.20 409.05 1.77 65.68 ind:pas:3s; -posada posada nom f s 0.12 0.81 0.12 0.74 -posadas posada nom f p 0.12 0.81 0.00 0.07 -posai poser ver 217.20 409.05 0.03 5.20 ind:pas:1s; -posaient poser ver 217.20 409.05 0.73 7.30 ind:imp:3p; -posais poser ver 217.20 409.05 1.77 5.41 ind:imp:1s;ind:imp:2s; -posait poser ver 217.20 409.05 3.38 32.43 ind:imp:3s; -posant poser ver 217.20 409.05 1.47 16.28 par:pre; -posas poser ver 217.20 409.05 0.00 0.07 ind:pas:2s; -pose_la_moi pose_la_moi nom f s 0.01 0.00 0.01 0.00 -pose poser ver 217.20 409.05 57.41 48.85 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:1s;sub:pre:3s; -posemètre posemètre nom m s 0.02 0.00 0.02 0.00 -posent poser ver 217.20 409.05 3.54 7.50 ind:pre:3p; -poser poser ver 217.20 409.05 73.73 73.85 inf;;inf;;inf;;inf;; -posera poser ver 217.20 409.05 3.04 1.08 ind:fut:3s; -poserai poser ver 217.20 409.05 1.73 0.74 ind:fut:1s; -poseraient poser ver 217.20 409.05 0.06 0.34 cnd:pre:3p; -poserais poser ver 217.20 409.05 0.40 0.14 cnd:pre:1s;cnd:pre:2s; -poserait poser ver 217.20 409.05 0.74 1.76 cnd:pre:3s; -poseras poser ver 217.20 409.05 0.41 0.07 ind:fut:2s; -poserez poser ver 217.20 409.05 0.35 0.07 ind:fut:2p; -poseriez poser ver 217.20 409.05 0.24 0.00 cnd:pre:2p; -poserions poser ver 217.20 409.05 0.01 0.00 cnd:pre:1p; -poserons poser ver 217.20 409.05 0.43 0.07 ind:fut:1p; -poseront poser ver 217.20 409.05 1.02 0.95 ind:fut:3p; -poses poser ver 217.20 409.05 6.12 0.95 ind:pre:2s;sub:pre:2s; -poseur poseur nom m s 0.96 0.95 0.67 0.74 -poseurs poseur nom m p 0.96 0.95 0.23 0.20 -poseuse poseur nom f s 0.96 0.95 0.07 0.00 -posez poser ver 217.20 409.05 23.70 2.77 imp:pre:2p;ind:pre:2p; -posiez poser ver 217.20 409.05 0.47 0.27 ind:imp:2p; -posions poser ver 217.20 409.05 0.06 0.14 ind:imp:1p; -positif positif adj m s 17.27 7.70 9.69 3.99 -positifs positif adj m p 17.27 7.70 1.69 0.54 -position_clé position_clé nom f s 0.01 0.00 0.01 0.00 -position position nom f s 61.74 63.38 55.24 53.85 -positionne positionner ver 1.11 0.14 0.22 0.00 imp:pre:2s;ind:pre:1s;ind:pre:3s; -positionnel positionnel adj m s 0.01 0.00 0.01 0.00 -positionnement positionnement nom m s 0.23 0.07 0.23 0.07 -positionnent positionner ver 1.11 0.14 0.03 0.00 ind:pre:3p; -positionner positionner ver 1.11 0.14 0.57 0.07 inf; -positionnera positionner ver 1.11 0.14 0.02 0.00 ind:fut:3s; -positionneur positionneur nom m s 0.01 0.00 0.01 0.00 -positionné positionner ver m s 1.11 0.14 0.16 0.07 par:pas; -positionnée positionner ver f s 1.11 0.14 0.11 0.00 par:pas; -positions position nom f p 61.74 63.38 6.49 9.53 -positive positif adj f s 17.27 7.70 4.63 2.57 -positivement positivement adv 1.58 3.11 1.58 3.11 -positiver positiver ver 0.23 0.00 0.23 0.00 inf; -positives positif adj f p 17.27 7.70 1.25 0.61 -positivisme positivisme nom m s 0.04 0.14 0.04 0.14 -positiviste positiviste adj s 0.20 0.20 0.20 0.14 -positivistes positiviste adj m p 0.20 0.20 0.00 0.07 -positivité positivité nom f s 0.17 0.07 0.17 0.07 -positon positon nom m s 0.01 0.00 0.01 0.00 -positron positron nom m s 0.04 0.14 0.01 0.07 -positrons positron nom m p 0.04 0.14 0.02 0.07 -posologie posologie nom f s 0.26 0.34 0.15 0.27 -posologies posologie nom f p 0.26 0.34 0.11 0.07 -posâmes poser ver 217.20 409.05 0.00 0.27 ind:pas:1p; -posons poser ver 217.20 409.05 1.38 0.34 imp:pre:1p;ind:pre:1p; -posât poser ver 217.20 409.05 0.00 0.81 sub:imp:3s; -possesseur possesseur nom m s 0.53 3.78 0.50 2.57 -possesseurs possesseur nom m p 0.53 3.78 0.04 1.22 -possessif possessif adj m s 1.04 1.76 0.41 0.81 -possessifs possessif adj m p 1.04 1.76 0.09 0.07 -possession possession nom f s 12.76 27.64 11.56 24.19 -possessions possession nom f p 12.76 27.64 1.20 3.45 -possessive possessif adj f s 1.04 1.76 0.53 0.81 -possessives possessif adj f p 1.04 1.76 0.02 0.07 -possessivité possessivité nom f s 0.03 0.20 0.03 0.20 -possibilité possibilité nom f s 25.87 30.54 16.79 19.46 -possibilités possibilité nom f p 25.87 30.54 9.08 11.08 -possible possible adj s 201.41 211.96 193.91 197.16 -possiblement possiblement adv 0.21 0.20 0.21 0.20 -possibles possible adj p 201.41 211.96 7.50 14.80 -possède posséder ver 42.76 82.23 17.80 20.00 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -possèdent posséder ver 42.76 82.23 3.27 4.59 ind:pre:3p; -possèdes posséder ver 42.76 82.23 1.44 0.47 ind:pre:2s; -posséda posséder ver 42.76 82.23 0.12 0.61 ind:pas:3s; -possédaient posséder ver 42.76 82.23 0.38 5.14 ind:imp:3p; -possédais posséder ver 42.76 82.23 0.72 3.11 ind:imp:1s;ind:imp:2s; -possédait posséder ver 42.76 82.23 2.84 21.42 ind:imp:3s; -possédant posséder ver 42.76 82.23 0.59 1.55 par:pre; -possédante possédant adj f s 0.27 0.34 0.21 0.20 -possédants possédant nom m p 0.09 0.68 0.01 0.34 -possédasse posséder ver 42.76 82.23 0.00 0.07 sub:imp:1s; -posséder posséder ver 42.76 82.23 6.36 13.24 inf; -possédera posséder ver 42.76 82.23 0.39 0.27 ind:fut:3s; -posséderai posséder ver 42.76 82.23 0.27 0.20 ind:fut:1s; -posséderaient posséder ver 42.76 82.23 0.04 0.07 cnd:pre:3p; -posséderais posséder ver 42.76 82.23 0.00 0.07 cnd:pre:1s; -posséderait posséder ver 42.76 82.23 0.05 0.27 cnd:pre:3s; -posséderas posséder ver 42.76 82.23 0.01 0.07 ind:fut:2s; -posséderez posséder ver 42.76 82.23 0.05 0.00 ind:fut:2p; -posséderont posséder ver 42.76 82.23 0.20 0.07 ind:fut:3p; -possédez posséder ver 42.76 82.23 2.18 0.81 imp:pre:2p;ind:pre:2p; -possédiez posséder ver 42.76 82.23 0.29 0.07 ind:imp:2p; -possédions posséder ver 42.76 82.23 0.13 0.81 ind:imp:1p; -possédons posséder ver 42.76 82.23 1.09 1.01 imp:pre:1p;ind:pre:1p; -possédât posséder ver 42.76 82.23 0.01 0.74 sub:imp:3s; -possédé posséder ver m s 42.76 82.23 2.67 4.93 par:pas; -possédée posséder ver f s 42.76 82.23 1.44 1.55 par:pas; -possédées posséder ver f p 42.76 82.23 0.14 0.14 par:pas; -possédés posséder ver m p 42.76 82.23 0.29 0.95 par:pas; -post_apocalyptique post_apocalyptique adj s 0.04 0.00 0.04 0.00 -post_empire post_empire nom m s 0.00 0.07 0.00 0.07 -post_hypnotique post_hypnotique adj f s 0.02 0.00 0.02 0.00 -post_impressionnisme post_impressionnisme nom m s 0.01 0.00 0.01 0.00 -post_it post_it nom m 1.85 0.00 1.84 0.00 -post_moderne post_moderne adj s 0.14 0.00 0.14 0.00 -post_natal post_natal adj m s 0.18 0.07 0.03 0.07 -post_natal post_natal adj f s 0.18 0.07 0.16 0.00 -post_opératoire post_opératoire adj s 0.19 0.00 0.17 0.00 -post_opératoire post_opératoire adj m p 0.19 0.00 0.02 0.00 -post_partum post_partum nom m 0.04 0.00 0.04 0.00 -post_production post_production nom f s 0.14 0.00 0.14 0.00 -post_punk post_punk nom s 0.00 0.14 0.00 0.14 -post_romantique post_romantique adj m s 0.00 0.07 0.00 0.07 -post_rupture post_rupture nom f s 0.01 0.00 0.01 0.00 -post_scriptum post_scriptum nom m 0.29 1.96 0.29 1.96 -post_surréaliste post_surréaliste adj p 0.00 0.07 0.00 0.07 -post_synchro post_synchro adj s 0.05 0.00 0.05 0.00 -post_traumatique post_traumatique adj s 0.82 0.07 0.79 0.00 -post_traumatique post_traumatique adj p 0.82 0.07 0.03 0.07 -post_victorien post_victorien adj m s 0.01 0.00 0.01 0.00 -post_zoo post_zoo nom m s 0.01 0.00 0.01 0.00 -post_it post_it nom m 1.85 0.00 0.01 0.00 -post_mortem post_mortem adv 0.28 0.20 0.28 0.20 -post post adv 0.69 0.41 0.69 0.41 -posta poster ver 9.54 10.47 0.07 0.95 ind:pas:3s; -postage postage nom m s 0.01 0.00 0.01 0.00 -postai poster ver 9.54 10.47 0.01 0.14 ind:pas:1s; -postaient poster ver 9.54 10.47 0.00 0.07 ind:imp:3p; -postais poster ver 9.54 10.47 0.02 0.14 ind:imp:1s; -postait poster ver 9.54 10.47 0.01 0.20 ind:imp:3s; -postal postal adj m s 9.04 16.76 1.69 1.35 -postale postal adj f s 9.04 16.76 5.18 6.89 -postales postal adj f p 9.04 16.76 1.94 8.11 -postant poster ver 9.54 10.47 0.05 0.14 par:pre; -postaux postal adj m p 9.04 16.76 0.22 0.41 -postcombustion postcombustion nom f s 0.12 0.00 0.12 0.00 -postcure postcure nom f s 0.04 0.27 0.04 0.27 -postdater postdater ver 0.04 0.00 0.01 0.00 inf; -postdaté postdater ver m s 0.04 0.00 0.02 0.00 par:pas; -postdoctoral postdoctoral adj m s 0.01 0.00 0.01 0.00 -poste_clé poste_clé nom s 0.02 0.00 0.02 0.00 -poste poste nom s 82.87 90.68 72.64 73.58 -postent poster ver 9.54 10.47 0.15 0.07 ind:pre:3p; -poster poster ver 9.54 10.47 2.51 2.16 inf; -postera poster ver 9.54 10.47 0.09 0.00 ind:fut:3s; -posterai poster ver 9.54 10.47 0.40 0.27 ind:fut:1s; -posterait poster ver 9.54 10.47 0.01 0.07 cnd:pre:3s; -posteras poster ver 9.54 10.47 0.02 0.07 ind:fut:2s; -posterons poster ver 9.54 10.47 0.12 0.07 ind:fut:1p; -posters poster nom m p 2.41 2.03 0.81 1.01 -postes_clé postes_clé nom p 0.01 0.00 0.01 0.00 -postes poste nom p 82.87 90.68 10.23 17.09 -postez poster ver 9.54 10.47 0.80 0.00 imp:pre:2p;ind:pre:2p; -postface postface nom f s 0.00 0.27 0.00 0.20 -postfaces postface nom f p 0.00 0.27 0.00 0.07 -posèrent poser ver 217.20 409.05 0.02 2.91 ind:pas:3p; -posthume posthume adj s 0.83 4.32 0.81 3.78 -posthumes posthume adj p 0.83 4.32 0.02 0.54 -postiche postiche nom m s 0.48 0.74 0.33 0.34 -postiches postiche adj p 0.44 1.28 0.17 0.61 -postier postier nom m s 0.66 2.03 0.58 0.54 -postiers postier nom m p 0.66 2.03 0.04 1.08 -postillon postillon nom m s 0.22 1.42 0.03 0.68 -postillonna postillonner ver 0.20 2.30 0.00 0.14 ind:pas:3s; -postillonnait postillonner ver 0.20 2.30 0.00 0.34 ind:imp:3s; -postillonnant postillonner ver 0.20 2.30 0.01 0.88 par:pre; -postillonne postillonner ver 0.20 2.30 0.05 0.47 ind:pre:1s;ind:pre:3s; -postillonnent postillonner ver 0.20 2.30 0.02 0.07 ind:pre:3p; -postillonner postillonner ver 0.20 2.30 0.00 0.34 inf; -postillonnes postillonner ver 0.20 2.30 0.04 0.00 ind:pre:2s; -postillonneur postillonneur nom m s 0.01 0.14 0.01 0.00 -postillonneurs postillonneur nom m p 0.01 0.14 0.00 0.14 -postillonnez postillonner ver 0.20 2.30 0.03 0.00 ind:pre:2p; -postillonné postillonner ver m s 0.20 2.30 0.04 0.07 par:pas; -postillons postillon nom m p 0.22 1.42 0.19 0.74 -postière postier nom f s 0.66 2.03 0.04 0.41 -postmoderne postmoderne adj s 0.08 0.07 0.08 0.07 -postmodernisme postmodernisme nom m s 0.01 0.07 0.01 0.07 -postmoderniste postmoderniste adj s 0.01 0.00 0.01 0.00 -postnatal postnatal adj m s 0.02 0.00 0.01 0.00 -postnatale postnatal adj f s 0.02 0.00 0.01 0.00 -postopératoire postopératoire adj s 0.18 0.07 0.13 0.00 -postopératoires postopératoire adj m p 0.18 0.07 0.05 0.07 -postproduction postproduction nom f s 0.02 0.00 0.02 0.00 -postsynchronisation postsynchronisation nom f s 0.00 0.07 0.00 0.07 -posté poster ver m s 9.54 10.47 1.94 2.23 par:pas; -postée poster ver f s 9.54 10.47 0.68 0.74 par:pas; -postées poster ver f p 9.54 10.47 0.14 0.54 par:pas; -postulai postuler ver 2.44 1.49 0.00 0.07 ind:pas:1s; -postulaient postuler ver 2.44 1.49 0.00 0.07 ind:imp:3p; -postulait postuler ver 2.44 1.49 0.07 0.20 ind:imp:3s; -postulant postulant nom m s 0.78 1.28 0.05 0.27 -postulante postulant nom f s 0.78 1.28 0.01 0.14 -postulantes postulant nom f p 0.78 1.28 0.04 0.27 -postulants postulant nom m p 0.78 1.28 0.68 0.61 -postulat postulat nom m s 0.17 0.95 0.14 0.61 -postulations postulation nom f p 0.00 0.07 0.00 0.07 -postulats postulat nom m p 0.17 0.95 0.03 0.34 -postule postuler ver 2.44 1.49 0.36 0.14 ind:pre:1s;ind:pre:3s; -postulent postuler ver 2.44 1.49 0.19 0.07 ind:pre:3p; -postuler postuler ver 2.44 1.49 0.88 0.54 inf; -postuleras postuler ver 2.44 1.49 0.01 0.00 ind:fut:2s; -postules postuler ver 2.44 1.49 0.04 0.00 ind:pre:2s; -postulé postuler ver m s 2.44 1.49 0.87 0.20 par:pas; -posturaux postural adj m p 0.01 0.00 0.01 0.00 -posture posture nom f s 1.30 9.46 1.26 7.84 -postures posture nom f p 1.30 9.46 0.04 1.62 -postérieur postérieur nom m s 0.90 1.35 0.73 1.01 -postérieure postérieur adj f s 0.68 1.76 0.37 0.74 -postérieurement postérieurement adv 0.03 0.27 0.03 0.27 -postérieures postérieur adj f p 0.68 1.76 0.06 0.27 -postérieurs postérieur nom m p 0.90 1.35 0.16 0.34 -postérité postérité nom f s 1.54 2.30 1.54 2.23 -postérités postérité nom f p 1.54 2.30 0.00 0.07 -postés poster ver m p 9.54 10.47 0.70 0.95 par:pas; -posé poser ver m s 217.20 409.05 28.09 69.26 par:pas; -posée poser ver f s 217.20 409.05 2.67 34.80 par:pas; -posées poser ver f p 217.20 409.05 1.13 14.39 par:pas; -posément posément adv 0.10 8.38 0.10 8.38 -posés poser ver m p 217.20 409.05 1.33 14.39 par:pas; -pot_au_feu pot_au_feu nom m 0.90 0.88 0.90 0.88 -pot_bouille pot_bouille nom m 0.01 0.00 0.01 0.00 -pot_de_vin pot_de_vin nom m s 1.22 0.41 1.22 0.41 -pot_pourri pot_pourri nom m s 0.49 0.68 0.34 0.68 -pât pâte nom m s 16.48 24.73 0.10 0.07 -pot pot nom m s 29.89 48.04 25.72 32.30 -pâtît pâtir ver 1.41 2.64 0.00 0.07 sub:imp:3s; -potable potable adj s 2.26 1.28 2.15 1.08 -potables potable adj p 2.26 1.28 0.11 0.20 -potache potache nom m s 0.09 0.54 0.08 0.47 -potaches potache nom m p 0.09 0.54 0.01 0.07 -potage potage nom m s 3.28 6.22 3.07 6.01 -potager potager nom m s 2.21 3.24 1.93 3.04 -potagers potager nom m p 2.21 3.24 0.29 0.20 -potages potage nom m p 3.28 6.22 0.21 0.20 -potagère potager adj f s 0.41 1.35 0.00 0.07 -potagères potager adj f p 0.41 1.35 0.14 0.14 -potard potard nom m s 0.00 0.68 0.00 0.68 -potassa potasser ver 0.83 0.81 0.00 0.07 ind:pas:3s; -potassait potasser ver 0.83 0.81 0.02 0.14 ind:imp:3s; -potasse potasse nom f s 0.21 0.27 0.21 0.27 -potassent potasser ver 0.83 0.81 0.00 0.07 ind:pre:3p; -potasser potasser ver 0.83 0.81 0.17 0.14 inf; -potasserai potasser ver 0.83 0.81 0.00 0.07 ind:fut:1s; -potasses potasser ver 0.83 0.81 0.11 0.00 ind:pre:2s; -potassez potasser ver 0.83 0.81 0.01 0.07 imp:pre:2p; -potassium potassium nom m s 1.68 0.47 1.68 0.47 -potassé potasser ver m s 0.83 0.81 0.37 0.14 par:pas; -pâte pâte nom f s 16.48 24.73 7.04 18.45 -pote pote nom m s 84.92 36.35 65.03 22.97 -poteau poteau nom m s 5.17 13.04 3.88 7.70 -poteaux poteau nom m p 5.17 13.04 1.28 5.34 -potelé potelé adj m s 0.79 3.38 0.33 0.54 -potelée potelé adj f s 0.79 3.38 0.38 1.22 -potelées potelé adj f p 0.79 3.38 0.06 1.15 -potelés potelé adj m p 0.79 3.38 0.02 0.47 -potence potence nom f s 3.40 2.03 3.04 1.35 -potences potence nom f p 3.40 2.03 0.35 0.68 -potencée potencé adj f s 0.00 0.07 0.00 0.07 -potentat potentat nom m s 0.12 0.41 0.10 0.34 -potentats potentat nom m p 0.12 0.41 0.02 0.07 -potentialisation potentialisation nom f s 0.01 0.00 0.01 0.00 -potentialiser potentialiser ver 0.01 0.00 0.01 0.00 inf; -potentialité potentialité nom f s 0.38 0.07 0.38 0.07 -potentiel potentiel nom m s 6.04 1.01 5.94 0.95 -potentielle potentiel adj f s 5.69 0.95 0.88 0.20 -potentiellement potentiellement adv 1.12 0.14 1.12 0.14 -potentielles potentiel adj f p 5.69 0.95 0.54 0.07 -potentiels potentiel adj m p 5.69 0.95 1.96 0.41 -potentiomètre potentiomètre nom m s 0.14 0.20 0.14 0.20 -poter poter ver 0.02 0.00 0.02 0.00 inf; -poterie poterie nom f s 0.95 4.32 0.78 1.89 -poteries poterie nom f p 0.95 4.32 0.17 2.43 -poterne poterne nom f s 0.02 2.03 0.02 1.76 -poternes poterne nom f p 0.02 2.03 0.00 0.27 -pâtes pâte nom f p 16.48 24.73 9.35 6.22 -potes pote nom m p 84.92 36.35 19.89 13.38 -pâteuse pâteux adj f s 0.08 5.07 0.06 2.84 -pâteusement pâteusement adv 0.00 0.20 0.00 0.20 -pâteuses pâteux adj f p 0.08 5.07 0.00 0.27 -pâteux pâteux adj m 0.08 5.07 0.02 1.96 -poème poème nom m s 27.03 31.22 15.98 15.95 -poèmes poème nom m p 27.03 31.22 11.05 15.27 -poète poète nom m s 22.63 35.95 16.98 23.45 -poètes poète nom m p 22.63 35.95 5.17 11.55 -pâti pâtir ver m s 1.41 2.64 0.18 0.61 par:pas; -potiche potiche nom f s 0.64 1.15 0.55 0.61 -potiches potiche nom f p 0.64 1.15 0.09 0.54 -potier potier nom m s 0.47 0.68 0.26 0.61 -potiers potier nom m p 0.47 0.68 0.20 0.07 -potimarron potimarron nom m s 0.01 0.00 0.01 0.00 -potin potin nom m s 2.02 3.85 0.61 1.55 -potinais potiner ver 0.01 0.81 0.00 0.07 ind:imp:1s; -potine potiner ver 0.01 0.81 0.01 0.20 ind:pre:3s; -potines potiner ver 0.01 0.81 0.00 0.54 ind:pre:2s; -potins potin nom m p 2.02 3.85 1.41 2.30 -potion potion nom f s 11.59 2.97 10.01 2.30 -potions potion nom f p 11.59 2.97 1.58 0.68 -pâtir pâtir ver 1.41 2.64 0.56 1.08 inf; -pâtira pâtir ver 1.41 2.64 0.28 0.14 ind:fut:3s; -pâtiraient pâtir ver 1.41 2.64 0.01 0.07 cnd:pre:3p; -pâtirait pâtir ver 1.41 2.64 0.16 0.07 cnd:pre:3s; -pâtirent pâtir ver 1.41 2.64 0.01 0.07 ind:pas:3p; -potiron potiron nom m s 1.08 0.95 0.99 0.61 -potirons potiron nom m p 1.08 0.95 0.09 0.34 -pâtiront pâtir ver 1.41 2.64 0.04 0.00 ind:fut:3p; -pâtis pâtis nom m 0.01 0.54 0.01 0.54 -pâtissaient pâtisser ver 0.38 0.88 0.00 0.07 ind:imp:3p; -pâtissais pâtisser ver 0.38 0.88 0.00 0.14 ind:imp:1s; -pâtissait pâtisser ver 0.38 0.88 0.00 0.14 ind:imp:3s; -pâtisse pâtisser ver 0.38 0.88 0.07 0.14 imp:pre:2s;ind:pre:3s; -pâtissent pâtisser ver 0.38 0.88 0.29 0.27 ind:pre:3p; -pâtisserie pâtisserie nom f s 5.10 13.11 4.20 9.32 -pâtisseries pâtisserie nom f p 5.10 13.11 0.90 3.78 -pâtisses pâtisser ver 0.38 0.88 0.01 0.07 ind:pre:2s; -pâtissez pâtisser ver 0.38 0.88 0.00 0.07 ind:pre:2p; -pâtissier pâtissier nom m s 2.37 8.51 1.81 6.49 -pâtissiers pâtissier nom m p 2.37 8.51 0.16 1.15 -pâtissière pâtissier nom f s 2.37 8.51 0.41 0.88 -pâtissons pâtir ver 1.41 2.64 0.00 0.14 ind:pre:1p; -pâtit pâtir ver 1.41 2.64 0.17 0.34 ind:pre:3s;ind:pas:3s; -potière potier nom f s 0.47 0.68 0.01 0.00 -potlatch potlatch nom m s 0.00 0.20 0.00 0.20 -poto_poto poto_poto nom m s 0.00 0.14 0.00 0.14 -pâton pâton nom m s 0.00 0.20 0.00 0.07 -pâtons pâton nom m p 0.00 0.20 0.00 0.14 -potos potos nom m 0.00 0.07 0.00 0.07 -pâtour pâtour nom m s 0.00 0.07 0.00 0.07 -pâtre pâtre nom m s 0.11 1.62 0.11 1.15 -pâtres pâtre nom m p 0.11 1.62 0.00 0.47 -potron_minet potron_minet nom m s 0.03 0.27 0.03 0.27 -pots_de_vin pots_de_vin nom m p 1.98 0.34 1.98 0.34 -pot_pourri pot_pourri nom m p 0.49 0.68 0.15 0.00 -pots pot nom m p 29.89 48.04 4.17 15.74 -pâté pâté nom m s 7.18 16.55 5.22 11.01 -pâtée pâtée nom f s 1.78 2.97 1.78 2.77 -potée potée nom f s 0.04 1.35 0.04 0.95 -pâtées pâtée nom f p 1.78 2.97 0.00 0.20 -potées potée nom f p 0.04 1.35 0.00 0.41 -pâturage pâturage nom m s 1.98 4.53 0.69 0.81 -pâturages pâturage nom m p 1.98 4.53 1.29 3.72 -pâturaient pâturer ver 0.03 0.74 0.00 0.20 ind:imp:3p; -pâture pâture nom f s 1.94 3.31 1.73 2.77 -pâturent pâturer ver 0.03 0.74 0.00 0.20 ind:pre:3p; -pâturer pâturer ver 0.03 0.74 0.01 0.34 inf; -pâtures pâture nom f p 1.94 3.31 0.22 0.54 -pâturin pâturin nom m s 0.02 0.07 0.02 0.07 -pâturé pâturer ver m s 0.03 0.74 0.01 0.00 par:pas; -pâtés pâté nom m p 7.18 16.55 1.96 5.54 -pou pou nom m s 10.41 8.51 1.92 1.42 -pouacre pouacre nom m s 0.01 0.07 0.01 0.07 -pouah pouah ono 0.89 1.82 0.89 1.82 -poubelle poubelle nom f s 21.34 22.91 14.85 10.27 -poubelles poubelle nom f p 21.34 22.91 6.49 12.64 -pouce_pied pouce_pied nom m s 0.01 0.00 0.01 0.00 -pouce pouce ono 0.50 0.54 0.50 0.54 -pouces pouce nom m p 15.72 35.34 3.83 5.47 -poucet poucet nom m s 0.84 1.08 0.84 0.95 -poucets poucet nom m p 0.84 1.08 0.00 0.14 -poucette poucettes nom f s 1.18 0.00 0.76 0.00 -poucettes poucettes nom f p 1.18 0.00 0.41 0.00 -pouding pouding nom m s 0.16 0.07 0.16 0.07 -poudingue poudingue nom m s 0.00 0.07 0.00 0.07 -poudra poudrer ver 0.95 4.32 0.00 0.14 ind:pas:3s; -poudrage poudrage nom m s 0.01 0.07 0.01 0.07 -poudraient poudrer ver 0.95 4.32 0.00 0.07 ind:imp:3p; -poudrait poudrer ver 0.95 4.32 0.00 0.34 ind:imp:3s; -poudrant poudrer ver 0.95 4.32 0.01 0.34 par:pre; -poudre poudre nom f s 23.11 30.27 22.09 27.57 -poudrent poudrer ver 0.95 4.32 0.14 0.00 ind:pre:3p; -poudrer poudrer ver 0.95 4.32 0.42 0.41 inf; -poudres poudre nom f p 23.11 30.27 1.02 2.70 -poudrette poudrette nom f s 0.00 0.07 0.00 0.07 -poudreuse poudreux nom f s 0.26 0.00 0.26 0.00 -poudreuses poudreux adj f p 0.07 3.18 0.00 0.47 -poudreux poudreux adj m 0.07 3.18 0.02 1.62 -poudrier poudrier nom m s 0.25 1.42 0.25 1.35 -poudriers poudrier nom m p 0.25 1.42 0.00 0.07 -poudrière poudrière nom f s 0.25 0.61 0.25 0.61 -poudroie poudroyer ver 0.00 0.34 0.00 0.20 ind:pre:3s; -poudroiement poudroiement nom m s 0.00 1.15 0.00 1.08 -poudroiements poudroiement nom m p 0.00 1.15 0.00 0.07 -poudroyaient poudroyer ver 0.00 0.34 0.00 0.07 ind:imp:3p; -poudroyait poudroyer ver 0.00 0.34 0.00 0.07 ind:imp:3s; -poudroyante poudroyant adj f s 0.00 0.27 0.00 0.20 -poudroyantes poudroyant adj f p 0.00 0.27 0.00 0.07 -poudré poudrer ver m s 0.95 4.32 0.19 0.81 par:pas; -poudrée poudré adj f s 0.09 2.30 0.02 0.74 -poudrées poudré adj f p 0.09 2.30 0.02 0.47 -poudrés poudré adj m p 0.09 2.30 0.02 0.47 -pouf pouf ono 0.53 0.20 0.53 0.20 -pouffa pouffer ver 0.98 9.12 0.00 1.69 ind:pas:3s; -pouffaient pouffer ver 0.98 9.12 0.00 0.74 ind:imp:3p; -pouffait pouffer ver 0.98 9.12 0.11 0.74 ind:imp:3s; -pouffant pouffer ver 0.98 9.12 0.00 1.22 par:pre; -pouffante pouffant adj f s 0.00 0.27 0.00 0.14 -pouffantes pouffant adj f p 0.00 0.27 0.00 0.07 -pouffe pouffer ver 0.98 9.12 0.41 1.96 imp:pre:2s;ind:pre:1s;ind:pre:3s; -pouffement pouffement nom m s 0.00 0.14 0.00 0.07 -pouffements pouffement nom m p 0.00 0.14 0.00 0.07 -pouffent pouffer ver 0.98 9.12 0.27 0.27 ind:pre:3p; -pouffer pouffer ver 0.98 9.12 0.05 1.35 inf; -poufferais pouffer ver 0.98 9.12 0.00 0.14 cnd:pre:1s; -poufferait pouffer ver 0.98 9.12 0.00 0.07 cnd:pre:3s; -pouffes pouffer ver 0.98 9.12 0.14 0.00 ind:pre:2s; -pouffiasse pouffiasse nom f s 3.09 2.09 2.73 1.35 -pouffiasses pouffiasse nom f p 3.09 2.09 0.36 0.74 -pouffions pouffer ver 0.98 9.12 0.00 0.07 ind:imp:1p; -pouffons pouffer ver 0.98 9.12 0.00 0.14 ind:pre:1p; -pouffèrent pouffer ver 0.98 9.12 0.00 0.41 ind:pas:3p; -pouffé pouffer ver m s 0.98 9.12 0.00 0.34 par:pas; -poufiasse poufiasse nom f s 1.64 0.34 1.50 0.20 -poufiasses poufiasse nom f p 1.64 0.34 0.14 0.14 -poufs pouf nom m p 0.83 5.07 0.07 1.15 -pouh pouh ono 0.28 0.14 0.28 0.14 -pouic pouic ono 0.04 0.41 0.04 0.41 -pouille pouille nom f s 0.01 0.07 0.01 0.00 -pouillerie pouillerie nom f s 0.00 0.54 0.00 0.41 -pouilleries pouillerie nom f p 0.00 0.54 0.00 0.14 -pouilles pouille nom f p 0.01 0.07 0.00 0.07 -pouilleuse pouilleux adj f s 0.61 1.22 0.14 0.27 -pouilleuses pouilleux adj f p 0.61 1.22 0.00 0.07 -pouilleux pouilleux nom m 1.27 0.27 1.25 0.27 -pouillot pouillot nom m s 0.01 0.07 0.01 0.00 -pouillots pouillot nom m p 0.01 0.07 0.00 0.07 -pouillés pouillé nom m p 0.01 0.00 0.01 0.00 -pouilly pouilly nom m s 0.01 0.34 0.01 0.34 -poujadisme poujadisme nom m s 0.00 0.07 0.00 0.07 -poujadiste poujadiste nom s 0.10 0.20 0.10 0.14 -poujadistes poujadiste nom p 0.10 0.20 0.00 0.07 -poulaga poulaga nom m s 0.14 2.43 0.14 1.22 -poulagas poulaga nom m p 0.14 2.43 0.00 1.22 -poulaille poulaille nom f s 0.26 0.41 0.26 0.41 -poulailler poulailler nom m s 2.45 3.51 2.43 3.04 -poulaillers poulailler nom m p 2.45 3.51 0.02 0.47 -poulain poulain nom m s 3.46 3.78 3.20 3.04 -poulaine poulain nom f s 3.46 3.78 0.00 0.07 -poulaines poulain nom f p 3.46 3.78 0.00 0.07 -poulains poulain nom m p 3.46 3.78 0.26 0.61 -poularde poularde nom f s 0.16 0.54 0.16 0.27 -poulardes poularde nom f p 0.16 0.54 0.00 0.27 -poulardin poulardin nom m s 0.00 0.34 0.00 0.20 -poulardins poulardin nom m p 0.00 0.34 0.00 0.14 -poulbot poulbot nom m s 0.00 0.54 0.00 0.20 -poulbots poulbot nom m p 0.00 0.54 0.00 0.34 -poule poule nom f s 36.70 31.82 23.50 16.69 -poêle poêle nom s 5.12 19.93 4.58 17.84 -poules poule nom f p 36.70 31.82 13.21 15.14 -poêles poêle nom p 5.12 19.93 0.55 2.09 -poulet poulet nom m s 41.25 25.34 32.33 14.53 -poulets poulet nom m p 41.25 25.34 8.93 10.81 -poulette poulette nom f s 3.41 1.15 2.71 0.95 -poulettes poulette nom f p 3.41 1.15 0.70 0.20 -pouliche pouliche nom f s 1.10 2.09 0.90 1.55 -pouliches pouliche nom f p 1.10 2.09 0.20 0.54 -poulie poulie nom f s 0.83 3.11 0.57 1.49 -poulies poulie nom f p 0.83 3.11 0.27 1.62 -poulinière poulinière adj f s 0.14 0.07 0.14 0.07 -poêlon poêlon nom m s 0.16 0.41 0.16 0.41 -poulot poulot nom m s 0.00 0.20 0.00 0.07 -poulots poulot nom m p 0.00 0.20 0.00 0.14 -poulottant poulotter ver 0.00 0.14 0.00 0.07 par:pre; -poulotter poulotter ver 0.00 0.14 0.00 0.07 inf; -poulpe poulpe nom m s 1.77 3.11 1.48 1.22 -poulpes poulpe nom m p 1.77 3.11 0.29 1.89 -pouls pouls nom m 15.64 5.54 15.64 5.54 -poêlées poêler ver f p 0.10 0.14 0.10 0.07 par:pas; -poumon poumon nom m s 16.65 21.55 4.55 3.58 -poumons poumon nom m p 16.65 21.55 12.09 17.97 -pound pound nom m s 0.20 0.07 0.03 0.00 -pounds pound nom m p 0.20 0.07 0.16 0.07 -poupard poupard nom m s 0.00 0.68 0.00 0.47 -poupards poupard nom m p 0.00 0.68 0.00 0.20 -poupe poupe nom f s 1.30 2.97 1.30 2.97 -poupin poupin adj m s 0.00 1.55 0.00 1.35 -poupine poupin adj f s 0.00 1.55 0.00 0.20 -poupon poupon nom m s 0.33 2.77 0.33 2.30 -pouponnage pouponnage nom m s 0.04 0.07 0.04 0.07 -pouponne pouponner ver 0.21 0.54 0.03 0.00 ind:pre:3s; -pouponnent pouponner ver 0.21 0.54 0.00 0.07 ind:pre:3p; -pouponner pouponner ver 0.21 0.54 0.14 0.47 inf; -pouponnière pouponnière nom f s 0.23 0.20 0.20 0.14 -pouponnières pouponnière nom f p 0.23 0.20 0.03 0.07 -pouponné pouponner ver m s 0.21 0.54 0.04 0.00 par:pas; -poupons poupon nom m p 0.33 2.77 0.00 0.47 -poupoule poupoule nom f s 0.10 0.74 0.10 0.74 -poupée poupée nom f s 27.59 27.57 22.05 18.58 -poupées poupée nom f p 27.59 27.57 5.54 8.99 -pour_cent pour_cent nom m 0.56 0.00 0.56 0.00 -pour pour pre 7078.55 6198.24 7078.55 6198.24 -pourboire pourboire nom m s 8.77 8.24 6.00 5.20 -pourboires pourboire nom m p 8.77 8.24 2.77 3.04 -pourceau pourceau nom m s 0.74 0.95 0.30 0.34 -pourceaux pourceau nom m p 0.74 0.95 0.44 0.61 -pourcent pourcent nom m s 0.45 0.00 0.35 0.00 -pourcentage pourcentage nom m s 4.75 2.43 3.83 1.76 -pourcentages pourcentage nom m p 4.75 2.43 0.93 0.68 -pourcents pourcent nom m p 0.45 0.00 0.10 0.00 -pourchas pourchas nom m 0.00 0.27 0.00 0.27 -pourchassa pourchasser ver 4.66 4.93 0.01 0.34 ind:pas:3s; -pourchassaient pourchasser ver 4.66 4.93 0.08 0.47 ind:imp:3p; -pourchassais pourchasser ver 4.66 4.93 0.07 0.07 ind:imp:1s;ind:imp:2s; -pourchassait pourchasser ver 4.66 4.93 0.14 0.81 ind:imp:3s; -pourchassant pourchasser ver 4.66 4.93 0.14 0.41 par:pre; -pourchasse pourchasser ver 4.66 4.93 0.65 0.27 imp:pre:2s;ind:pre:1s;ind:pre:3s; -pourchassent pourchasser ver 4.66 4.93 0.34 0.27 ind:pre:3p; -pourchasser pourchasser ver 4.66 4.93 0.82 0.27 inf; -pourchassera pourchasser ver 4.66 4.93 0.16 0.00 ind:fut:3s; -pourchasserai pourchasser ver 4.66 4.93 0.02 0.00 ind:fut:1s; -pourchasseraient pourchasser ver 4.66 4.93 0.02 0.00 cnd:pre:3p; -pourchasserait pourchasser ver 4.66 4.93 0.03 0.00 cnd:pre:3s; -pourchasserons pourchasser ver 4.66 4.93 0.02 0.00 ind:fut:1p; -pourchasseront pourchasser ver 4.66 4.93 0.09 0.00 ind:fut:3p; -pourchasseur pourchasseur nom m s 0.00 0.07 0.00 0.07 -pourchassez pourchasser ver 4.66 4.93 0.31 0.00 imp:pre:2p;ind:pre:2p; -pourchassons pourchasser ver 4.66 4.93 0.07 0.00 imp:pre:1p;ind:pre:1p; -pourchassèrent pourchasser ver 4.66 4.93 0.00 0.07 ind:pas:3p; -pourchassé pourchasser ver m s 4.66 4.93 1.23 0.81 par:pas; -pourchassée pourchasser ver f s 4.66 4.93 0.26 0.20 par:pas; -pourchassées pourchasser ver f p 4.66 4.93 0.01 0.14 par:pas; -pourchassés pourchasser ver m p 4.66 4.93 0.17 0.81 par:pas; -pourcif pourcif nom m s 0.00 0.07 0.00 0.07 -pourfendait pourfendre ver 0.10 1.01 0.00 0.07 ind:imp:3s; -pourfendant pourfendre ver 0.10 1.01 0.00 0.20 par:pre; -pourfende pourfendre ver 0.10 1.01 0.00 0.07 sub:pre:3s; -pourfendeur pourfendeur nom m s 0.16 0.14 0.16 0.14 -pourfendions pourfendre ver 0.10 1.01 0.00 0.07 ind:imp:1p; -pourfendre pourfendre ver 0.10 1.01 0.04 0.54 inf; -pourfends pourfendre ver 0.10 1.01 0.02 0.00 imp:pre:2s;ind:pre:1s; -pourfendu pourfendre ver m s 0.10 1.01 0.04 0.07 par:pas; -pourim pourim nom m s 0.68 0.27 0.68 0.27 -pourliche pourliche nom m s 0.07 1.76 0.06 0.81 -pourliches pourliche nom m p 0.07 1.76 0.01 0.95 -pourlèche pourlécher ver 0.10 1.35 0.10 0.27 imp:pre:2s;ind:pre:3s; -pourlèchent pourlécher ver 0.10 1.35 0.00 0.20 ind:pre:3p; -pourléchaient pourlécher ver 0.10 1.35 0.00 0.20 ind:imp:3p; -pourléchait pourlécher ver 0.10 1.35 0.00 0.20 ind:imp:3s; -pourléchant pourlécher ver 0.10 1.35 0.00 0.27 par:pre; -pourlécher pourlécher ver 0.10 1.35 0.00 0.14 inf; -pourléchée pourlécher ver f s 0.10 1.35 0.00 0.07 par:pas; -pourparler pourparler nom m s 0.15 0.07 0.15 0.07 -pourparlers pourparlers nom m p 0.96 2.23 0.96 2.23 -pourpier pourpier nom m s 0.00 0.20 0.00 0.14 -pourpiers pourpier nom m p 0.00 0.20 0.00 0.07 -pourpoint pourpoint nom m s 0.59 1.49 0.59 1.15 -pourpoints pourpoint nom m p 0.59 1.49 0.00 0.34 -pourpre pourpre adj s 2.25 6.82 1.35 4.73 -pourpres pourpre adj p 2.25 6.82 0.90 2.09 -pourpré pourpré adj m s 0.01 0.14 0.01 0.00 -pourprée pourpré adj f s 0.01 0.14 0.00 0.14 -pourprées pourprer ver f p 0.00 0.14 0.00 0.07 par:pas; -pourquoi pourquoi con 655.75 297.64 655.75 297.64 -pourra pouvoir ver_sup 5524.52 2659.80 85.18 37.36 ind:fut:3s; -pourrai pouvoir ver_sup 5524.52 2659.80 46.71 23.11 ind:fut:1s; -pourraient pouvoir ver_sup 5524.52 2659.80 32.66 26.62 cnd:pre:3p; -pourrais pouvoir ver_sup 5524.52 2659.80 247.90 64.93 cnd:pre:1s;cnd:pre:2s; -pourrait pouvoir ver_sup 5524.52 2659.80 313.54 159.32 cnd:pre:3s; -pourras pouvoir ver_sup 5524.52 2659.80 44.35 10.00 ind:fut:2s; -pourrez pouvoir ver_sup 5524.52 2659.80 38.28 11.08 ind:fut:2p; -pourri pourri adj m s 18.09 22.84 9.23 8.18 -pourrie pourri adj f s 18.09 22.84 4.95 6.89 -pourries pourri adj f p 18.09 22.84 1.49 4.39 -pourriez pouvoir ver_sup 5524.52 2659.80 82.51 12.09 cnd:pre:2p; -pourrions pouvoir ver_sup 5524.52 2659.80 24.56 12.23 cnd:pre:1p; -pourrir pourrir ver 22.64 21.89 5.79 5.95 inf; -pourrira pourrir ver 22.64 21.89 0.25 0.27 ind:fut:3s; -pourrirai pourrir ver 22.64 21.89 0.30 0.07 ind:fut:1s; -pourrirait pourrir ver 22.64 21.89 0.03 0.07 cnd:pre:3s; -pourriras pourrir ver 22.64 21.89 0.31 0.07 ind:fut:2s; -pourrirent pourrir ver 22.64 21.89 0.00 0.20 ind:pas:3p; -pourrirez pourrir ver 22.64 21.89 0.22 0.00 ind:fut:2p; -pourririez pourrir ver 22.64 21.89 0.14 0.00 cnd:pre:2p; -pourrirons pourrir ver 22.64 21.89 0.02 0.00 ind:fut:1p; -pourriront pourrir ver 22.64 21.89 0.17 0.27 ind:fut:3p; -pourris pourri adj m p 18.09 22.84 2.42 3.38 -pourrissaient pourrir ver 22.64 21.89 0.00 1.49 ind:imp:3p; -pourrissais pourrir ver 22.64 21.89 0.02 0.07 ind:imp:1s; -pourrissait pourrir ver 22.64 21.89 0.18 1.22 ind:imp:3s; -pourrissant pourrissant adj m s 0.26 2.30 0.06 0.81 -pourrissante pourrissant adj f s 0.26 2.30 0.14 0.34 -pourrissantes pourrissant adj f p 0.26 2.30 0.04 0.47 -pourrissants pourrissant adj m p 0.26 2.30 0.02 0.68 -pourrisse pourrir ver 22.64 21.89 1.23 0.20 sub:pre:1s;sub:pre:3s; -pourrissement pourrissement nom m s 0.46 0.88 0.46 0.88 -pourrissent pourrir ver 22.64 21.89 0.84 1.42 ind:pre:3p; -pourrisseur pourrisseur adj m s 0.00 0.07 0.00 0.07 -pourrissez pourrir ver 22.64 21.89 0.20 0.00 imp:pre:2p;ind:pre:2p; -pourrissoir pourrissoir nom m s 0.00 0.41 0.00 0.41 -pourrissons pourrir ver 22.64 21.89 0.03 0.00 imp:pre:1p;ind:pre:1p; -pourrit pourrir ver 22.64 21.89 2.13 1.62 ind:pre:3s;ind:pas:3s; -pourriture pourriture nom f s 4.36 6.89 3.93 6.55 -pourritures pourriture nom f p 4.36 6.89 0.43 0.34 -pourrons pouvoir ver_sup 5524.52 2659.80 15.15 6.08 ind:fut:1p; -pourront pouvoir ver_sup 5524.52 2659.80 12.79 11.35 ind:fut:3p; -poursuis poursuivre ver 64.84 106.42 4.58 1.62 imp:pre:2s;ind:pre:1s;ind:pre:2s; -poursuit poursuivre ver 64.84 106.42 10.56 13.45 ind:pre:3s; -poursuite poursuite nom f s 11.03 15.47 6.92 12.36 -poursuites poursuite nom f p 11.03 15.47 4.11 3.11 -poursuivîmes poursuivre ver 64.84 106.42 0.01 0.07 ind:pas:1p; -poursuivît poursuivre ver 64.84 106.42 0.00 0.14 sub:imp:3s; -poursuivaient poursuivre ver 64.84 106.42 0.68 5.81 ind:imp:3p; -poursuivais poursuivre ver 64.84 106.42 0.34 0.95 ind:imp:1s;ind:imp:2s; -poursuivait poursuivre ver 64.84 106.42 2.43 15.41 ind:imp:3s; -poursuivant poursuivre ver 64.84 106.42 0.90 5.14 par:pre; -poursuivante poursuivant nom f s 0.74 2.43 0.01 0.07 -poursuivants poursuivant nom m p 0.74 2.43 0.41 1.82 -poursuive poursuivre ver 64.84 106.42 0.63 0.68 sub:pre:1s;sub:pre:3s; -poursuivent poursuivre ver 64.84 106.42 2.77 3.11 ind:pre:3p; -poursuives poursuivre ver 64.84 106.42 0.04 0.00 sub:pre:2s; -poursuiveurs poursuiveur nom m p 0.01 0.00 0.01 0.00 -poursuivez poursuivre ver 64.84 106.42 4.81 0.20 imp:pre:2p;ind:pre:2p; -poursuivi poursuivre ver m s 64.84 106.42 6.88 9.59 par:pas; -poursuivie poursuivre ver f s 64.84 106.42 2.40 2.91 par:pas; -poursuivies poursuivre ver f p 64.84 106.42 0.01 0.47 par:pas; -poursuiviez poursuivre ver 64.84 106.42 0.32 0.07 ind:imp:2p; -poursuivions poursuivre ver 64.84 106.42 0.11 0.68 ind:imp:1p; -poursuivirent poursuivre ver 64.84 106.42 0.26 1.35 ind:pas:3p; -poursuivis poursuivre ver m p 64.84 106.42 1.62 3.65 ind:pas:1s;par:pas; -poursuivit poursuivre ver 64.84 106.42 0.72 15.14 ind:pas:3s; -poursuivons poursuivre ver 64.84 106.42 2.50 0.88 imp:pre:1p;ind:pre:1p; -poursuivra poursuivre ver 64.84 106.42 1.45 0.68 ind:fut:3s; -poursuivrai poursuivre ver 64.84 106.42 1.08 0.20 ind:fut:1s; -poursuivraient poursuivre ver 64.84 106.42 0.17 0.20 cnd:pre:3p; -poursuivrais poursuivre ver 64.84 106.42 0.31 0.34 cnd:pre:1s;cnd:pre:2s; -poursuivrait poursuivre ver 64.84 106.42 0.43 1.08 cnd:pre:3s; -poursuivras poursuivre ver 64.84 106.42 0.07 0.00 ind:fut:2s; -poursuivre poursuivre ver 64.84 106.42 17.35 22.23 imp:pre:2p;ind:pre:2p;inf; -poursuivrez poursuivre ver 64.84 106.42 0.05 0.07 ind:fut:2p; -poursuivrions poursuivre ver 64.84 106.42 0.01 0.14 cnd:pre:1p; -poursuivrons poursuivre ver 64.84 106.42 0.96 0.14 ind:fut:1p; -poursuivront poursuivre ver 64.84 106.42 0.36 0.07 ind:fut:3p; -pourtant pourtant adv_sup 95.80 375.68 95.80 375.68 -pourtour pourtour nom m s 0.09 2.84 0.09 2.57 -pourtours pourtour nom m p 0.09 2.84 0.00 0.27 -pourvoi pourvoi nom m s 0.31 0.07 0.31 0.00 -pourvoie pourvoir ver 21.48 33.78 0.02 0.00 sub:pre:3s; -pourvoient pourvoir ver 21.48 33.78 0.15 0.07 ind:pre:3p; -pourvoir pourvoir ver 21.48 33.78 1.25 2.57 inf; -pourvoira pourvoir ver 21.48 33.78 0.32 0.14 ind:fut:3s; -pourvoirai pourvoir ver 21.48 33.78 0.14 0.00 ind:fut:1s; -pourvoiraient pourvoir ver 21.48 33.78 0.00 0.07 cnd:pre:3p; -pourvoirait pourvoir ver 21.48 33.78 0.04 0.07 cnd:pre:3s; -pourvoirons pourvoir ver 21.48 33.78 0.00 0.07 ind:fut:1p; -pourvoiront pourvoir ver 21.48 33.78 0.01 0.07 ind:fut:3p; -pourvois pourvoir ver 21.48 33.78 0.04 0.00 ind:pre:1s;ind:pre:2s; -pourvoit pourvoir ver 21.48 33.78 0.45 0.14 ind:pre:3s; -pourvoyaient pourvoir ver 21.48 33.78 0.10 0.14 ind:imp:3p; -pourvoyait pourvoir ver 21.48 33.78 0.01 0.34 ind:imp:3s; -pourvoyant pourvoir ver 21.48 33.78 0.01 0.07 par:pre; -pourvoyeur pourvoyeur nom m s 0.52 1.35 0.47 0.74 -pourvoyeurs pourvoyeur nom m p 0.52 1.35 0.04 0.41 -pourvoyeuse pourvoyeur nom f s 0.52 1.35 0.01 0.20 -pourvoyons pourvoir ver 21.48 33.78 0.01 0.00 ind:pre:1p; -pourvu pourvoir ver m s 21.48 33.78 18.50 24.59 par:pas; -pourvue pourvoir ver f s 21.48 33.78 0.24 1.89 par:pas; -pourvues pourvoir ver f p 21.48 33.78 0.02 1.15 par:pas; -pourvus pourvoir ver m p 21.48 33.78 0.18 2.30 par:pas; -pourvut pourvoir ver 21.48 33.78 0.00 0.14 ind:pas:3s; -poésie poésie nom f s 19.07 21.89 17.56 19.86 -poésies poésie nom f p 19.07 21.89 1.52 2.03 -poussa pousser ver 125.61 288.92 0.98 37.64 ind:pas:3s; -poussah poussah nom m s 0.00 0.27 0.00 0.27 -poussai pousser ver 125.61 288.92 0.02 4.26 ind:pas:1s; -poussaient pousser ver 125.61 288.92 0.45 12.91 ind:imp:3p; -poussais pousser ver 125.61 288.92 0.46 2.30 ind:imp:1s;ind:imp:2s; -poussait pousser ver 125.61 288.92 2.59 33.78 ind:imp:3s; -poussant pousser ver 125.61 288.92 1.83 30.61 par:pre; -poussas pousser ver 125.61 288.92 0.00 0.07 ind:pas:2s; -pousse_au_crime pousse_au_crime nom m 0.02 0.07 0.02 0.07 -pousse_café pousse_café nom m 0.13 0.68 0.13 0.68 -pousse_cailloux pousse_cailloux nom m s 0.00 0.07 0.00 0.07 -pousse_pousse pousse_pousse nom m 1.43 0.41 1.43 0.41 -pousse pousser ver 125.61 288.92 29.60 41.82 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:1s; -poussent pousser ver 125.61 288.92 5.17 10.00 ind:pre:3p;sub:pre:3p; -pousser pousser ver 125.61 288.92 27.51 45.68 inf; -poussera pousser ver 125.61 288.92 1.25 1.01 ind:fut:3s; -pousserai pousser ver 125.61 288.92 0.50 0.20 ind:fut:1s; -pousseraient pousser ver 125.61 288.92 0.19 0.68 cnd:pre:3p; -pousserais pousser ver 125.61 288.92 0.28 0.07 cnd:pre:1s;cnd:pre:2s; -pousserait pousser ver 125.61 288.92 0.35 2.09 cnd:pre:3s; -pousseras pousser ver 125.61 288.92 0.04 0.14 ind:fut:2s; -pousserez pousser ver 125.61 288.92 0.04 0.07 ind:fut:2p; -pousseriez pousser ver 125.61 288.92 0.02 0.00 cnd:pre:2p; -pousserions pousser ver 125.61 288.92 0.01 0.07 cnd:pre:1p; -pousserons pousser ver 125.61 288.92 0.09 0.00 ind:fut:1p; -pousseront pousser ver 125.61 288.92 0.36 0.14 ind:fut:3p; -pousses pousser ver 125.61 288.92 5.63 1.35 ind:pre:2s; -poussette poussette nom f s 1.96 2.43 1.83 1.96 -poussettes poussette nom f p 1.96 2.43 0.13 0.47 -pousseur pousseur nom m s 0.04 0.34 0.02 0.20 -pousseurs pousseur nom m p 0.04 0.34 0.02 0.14 -poussez pousser ver 125.61 288.92 21.60 1.69 imp:pre:2p;ind:pre:2p; -poussier poussier nom m s 0.00 0.81 0.00 0.81 -poussiez pousser ver 125.61 288.92 0.10 0.07 ind:imp:2p; -poussif poussif adj m s 0.13 3.58 0.02 1.55 -poussifs poussif adj m p 0.13 3.58 0.00 0.95 -poussin poussin nom m s 7.50 3.04 5.81 1.55 -poussine poussine nom f s 0.00 0.07 0.00 0.07 -poussinière poussinière nom f s 0.00 0.07 0.00 0.07 -poussins poussin nom m p 7.50 3.04 1.69 1.49 -poussions pousser ver 125.61 288.92 0.19 0.61 ind:imp:1p; -poussière poussière nom f s 24.40 78.45 22.77 73.38 -poussières poussière nom f p 24.40 78.45 1.63 5.07 -poussiéreuse poussiéreux adj f s 2.02 16.55 0.76 4.53 -poussiéreuses poussiéreux adj f p 2.02 16.55 0.14 3.24 -poussiéreux poussiéreux adj m 2.02 16.55 1.12 8.78 -poussive poussif adj f s 0.13 3.58 0.10 0.88 -poussivement poussivement adv 0.00 0.14 0.00 0.14 -poussives poussif adj f p 0.13 3.58 0.01 0.20 -poussoir poussoir nom m s 0.02 0.07 0.02 0.07 -poussâmes pousser ver 125.61 288.92 0.00 0.41 ind:pas:1p; -poussons pousser ver 125.61 288.92 0.67 0.41 imp:pre:1p;ind:pre:1p; -poussât pousser ver 125.61 288.92 0.00 0.68 sub:imp:3s; -poussèrent pousser ver 125.61 288.92 0.24 3.85 ind:pas:3p; -poussé pousser ver m s 125.61 288.92 18.46 42.03 par:pas; -poussée pousser ver f s 125.61 288.92 4.63 8.24 par:pas; -poussées pousser ver f p 125.61 288.92 0.43 1.15 par:pas; -poussés pousser ver m p 125.61 288.92 1.92 4.93 par:pas; -poutargue poutargue nom f s 0.00 0.07 0.00 0.07 -poétesse poète nom f s 22.63 35.95 0.48 0.95 -poétesses poétesse nom f p 0.02 0.00 0.02 0.00 -poéticien poéticien nom m s 0.00 0.07 0.00 0.07 -poutine poutine adj f s 0.06 0.00 0.06 0.00 -poétique poétique adj s 2.60 8.11 2.34 6.15 -poétiquement poétiquement adv 0.04 0.47 0.04 0.47 -poétiques poétique adj p 2.60 8.11 0.26 1.96 -poétisait poétiser ver 0.00 0.41 0.00 0.07 ind:imp:3s; -poétisant poétiser ver 0.00 0.41 0.00 0.07 par:pre; -poétise poétiser ver 0.00 0.41 0.00 0.14 imp:pre:2s;ind:pre:3s; -poétiser poétiser ver 0.00 0.41 0.00 0.07 inf; -poétisez poétiser ver 0.00 0.41 0.00 0.07 imp:pre:2p; -poutou poutou nom m s 0.06 0.34 0.06 0.34 -poutrages poutrage nom m p 0.00 0.07 0.00 0.07 -poutraison poutraison nom f s 0.00 0.14 0.00 0.14 -poutre poutre nom f s 2.04 15.74 1.38 5.34 -poutrelle poutrelle nom f s 0.30 2.03 0.06 0.41 -poutrelles poutrelle nom f p 0.30 2.03 0.24 1.62 -poutres poutre nom f p 2.04 15.74 0.66 10.41 -pouvaient pouvoir ver_sup 5524.52 2659.80 15.50 67.16 ind:imp:3p; -pouvais pouvoir ver_sup 5524.52 2659.80 122.61 113.24 ind:imp:1s;ind:imp:2s; -pouvait pouvoir ver_sup 5524.52 2659.80 108.02 445.00 ind:imp:3s; -pouvant pouvoir ver_sup 5524.52 2659.80 4.43 18.65 par:pre; -pouvez pouvoir ver_sup 5524.52 2659.80 353.43 53.11 ind:pre:2p; -pouviez pouvoir ver_sup 5524.52 2659.80 17.64 4.59 ind:imp:2p; -pouvions pouvoir ver_sup 5524.52 2659.80 6.86 14.73 ind:imp:1p; -pouvoir pouvoir ver_sup 5524.52 2659.80 134.56 114.39 inf; -pouvoirs pouvoir nom_sup m p 117.87 107.91 28.36 21.42 -pouvons pouvoir ver_sup 5524.52 2659.80 82.09 21.01 ind:pre:1p; -poux pou nom m p 10.41 8.51 8.49 7.09 -pouzzolane pouzzolane nom f s 0.00 0.14 0.00 0.14 -prîmes prendre ver 1913.83 1466.42 0.22 2.77 ind:pas:1p; -prît prendre ver 1913.83 1466.42 0.24 6.42 sub:imp:3s; -prônais prôner ver 1.34 1.49 0.01 0.00 ind:imp:2s; -prônait prôner ver 1.34 1.49 0.15 0.61 ind:imp:3s; -prônant prôner ver 1.34 1.49 0.13 0.20 par:pre; -prône prôner ver 1.34 1.49 0.46 0.27 ind:pre:1s;ind:pre:3s; -prônent prôner ver 1.34 1.49 0.18 0.07 ind:pre:3p; -prôner prôner ver 1.34 1.49 0.10 0.00 inf; -prônera prôner ver 1.34 1.49 0.01 0.00 ind:fut:3s; -prônerez prôner ver 1.34 1.49 0.01 0.00 ind:fut:2p; -prônes prôner ver 1.34 1.49 0.05 0.00 ind:pre:2s; -prôneur prôneur nom m s 0.00 0.07 0.00 0.07 -prônez prôner ver 1.34 1.49 0.05 0.00 ind:pre:2p; -prônons prôner ver 1.34 1.49 0.02 0.00 imp:pre:1p;ind:pre:1p; -prôné prôner ver m s 1.34 1.49 0.03 0.07 par:pas; -prônée prôner ver f s 1.34 1.49 0.14 0.14 par:pas; -prônées prôner ver f p 1.34 1.49 0.00 0.07 par:pas; -prônés prôner ver m p 1.34 1.49 0.00 0.07 par:pas; -practice practice nom m s 0.15 0.00 0.15 0.00 -pradelle pradelle nom f s 0.00 6.08 0.00 6.08 -praesidium praesidium nom m s 0.10 0.14 0.10 0.14 -pragmatique pragmatique adj s 0.51 0.41 0.43 0.34 -pragmatiquement pragmatiquement adv 0.01 0.00 0.01 0.00 -pragmatiques pragmatique adj f p 0.51 0.41 0.08 0.07 -pragmatisme pragmatisme nom m s 0.24 0.27 0.24 0.27 -pragmatiste pragmatiste nom s 0.01 0.07 0.01 0.07 -praire praire nom f s 0.13 0.20 0.01 0.07 -praires praire nom f p 0.13 0.20 0.12 0.14 -prairial prairial nom m s 0.00 0.20 0.00 0.20 -prairie prairie nom f s 3.44 19.66 2.38 9.80 -prairies prairie nom f p 3.44 19.66 1.06 9.86 -praline praline nom f s 0.87 1.76 0.41 0.47 -pralines praline nom f p 0.87 1.76 0.46 1.28 -praliné praliné adj m s 0.05 0.20 0.05 0.07 -pralinés praliné adj m p 0.05 0.20 0.00 0.14 -prang prang nom m s 0.11 0.07 0.11 0.07 -praticable praticable adj s 0.48 1.28 0.30 1.01 -praticables praticable adj p 0.48 1.28 0.18 0.27 -praticien praticien nom m s 0.57 1.76 0.30 1.35 -praticienne praticien nom f s 0.57 1.76 0.00 0.14 -praticiens praticien nom m p 0.57 1.76 0.26 0.27 -pratiqua pratiquer ver 13.87 24.59 0.02 0.34 ind:pas:3s; -pratiquai pratiquer ver 13.87 24.59 0.00 0.07 ind:pas:1s; -pratiquaient pratiquer ver 13.87 24.59 0.64 1.42 ind:imp:3p; -pratiquais pratiquer ver 13.87 24.59 0.11 0.61 ind:imp:1s; -pratiquait pratiquer ver 13.87 24.59 0.34 3.65 ind:imp:3s; -pratiquant pratiquant adj m s 0.75 0.88 0.56 0.54 -pratiquante pratiquant adj f s 0.75 0.88 0.13 0.34 -pratiquants pratiquant nom m p 0.22 0.34 0.09 0.07 -pratique pratique adj s 13.18 16.69 11.00 10.54 -pratiquement pratiquement adv 14.68 17.03 14.68 17.03 -pratiquent pratiquer ver 13.87 24.59 1.22 0.95 ind:pre:3p; -pratiquer pratiquer ver 13.87 24.59 3.65 4.53 inf; -pratiquera pratiquer ver 13.87 24.59 0.02 0.07 ind:fut:3s; -pratiquerai pratiquer ver 13.87 24.59 0.04 0.00 ind:fut:1s; -pratiquerais pratiquer ver 13.87 24.59 0.00 0.07 cnd:pre:1s; -pratiquerait pratiquer ver 13.87 24.59 0.00 0.07 cnd:pre:3s; -pratiquerons pratiquer ver 13.87 24.59 0.03 0.00 ind:fut:1p; -pratiques pratique nom p 10.15 15.00 2.55 3.58 -pratiquez pratiquer ver 13.87 24.59 0.89 0.47 imp:pre:2p;ind:pre:2p; -pratiquiez pratiquer ver 13.87 24.59 0.03 0.14 ind:imp:2p; -pratiquions pratiquer ver 13.87 24.59 0.02 0.14 ind:imp:1p; -pratiquons pratiquer ver 13.87 24.59 0.25 0.14 imp:pre:1p;ind:pre:1p; -pratiquât pratiquer ver 13.87 24.59 0.00 0.07 sub:imp:3s; -pratiquèrent pratiquer ver 13.87 24.59 0.00 0.07 ind:pas:3p; -pratiqué pratiquer ver m s 13.87 24.59 1.87 3.31 par:pas; -pratiquée pratiquer ver f s 13.87 24.59 0.54 1.76 par:pas; -pratiquées pratiquer ver f p 13.87 24.59 0.19 0.88 par:pas; -pratiqués pratiquer ver m p 13.87 24.59 0.12 0.81 par:pas; -praxie praxie nom f s 0.10 0.00 0.10 0.00 -premier_maître premier_maître nom m s 0.16 0.00 0.16 0.00 -premier_né premier_né nom m s 0.91 0.20 0.77 0.14 -premier premier adj m s 376.98 672.57 146.12 237.91 -premier_né premier_né nom m p 0.91 0.20 0.14 0.07 -premiers premier adj m p 376.98 672.57 19.36 77.70 -première_née première_née nom f s 0.11 0.00 0.11 0.00 -première premier adj f s 376.98 672.57 197.34 296.76 -premièrement premièrement adv 5.51 1.76 5.51 1.76 -premières premier adj f p 376.98 672.57 14.16 60.20 -premium premium nom m s 0.05 0.00 0.05 0.00 -prenable prenable adj m s 0.01 0.14 0.01 0.00 -prenables prenable adj f p 0.01 0.14 0.00 0.14 -prenaient prendre ver 1913.83 1466.42 3.31 30.68 ind:imp:3p; -prenais prendre ver 1913.83 1466.42 10.15 19.53 ind:imp:1s;ind:imp:2s; -prenait prendre ver 1913.83 1466.42 18.66 113.92 ind:imp:3s; -prenant prendre ver 1913.83 1466.42 6.62 48.04 par:pre; -prenante prenant adj f s 1.59 3.18 0.41 0.88 -prenantes prenant adj f p 1.59 3.18 0.02 0.34 -prenants prenant adj m p 1.59 3.18 0.02 0.07 -prend prendre ver 1913.83 1466.42 179.02 129.05 ind:pre:3s; -prendra prendre ver 1913.83 1466.42 37.82 9.66 ind:fut:3s; -prendrai prendre ver 1913.83 1466.42 27.68 5.14 ind:fut:1s; -prendraient prendre ver 1913.83 1466.42 1.24 2.57 cnd:pre:3p; -prendrais prendre ver 1913.83 1466.42 11.04 3.58 cnd:pre:1s;cnd:pre:2s; -prendrait prendre ver 1913.83 1466.42 7.91 14.80 cnd:pre:3s; -prendras prendre ver 1913.83 1466.42 7.86 2.50 ind:fut:2s; -prendre prendre ver 1913.83 1466.42 465.77 344.05 inf;;inf;;inf;; -prendrez prendre ver 1913.83 1466.42 8.49 2.64 ind:fut:2p; -prendriez prendre ver 1913.83 1466.42 1.36 0.74 cnd:pre:2p; -prendrions prendre ver 1913.83 1466.42 0.16 0.27 cnd:pre:1p; -prendrons prendre ver 1913.83 1466.42 6.12 1.49 ind:fut:1p; -prendront prendre ver 1913.83 1466.42 4.47 3.72 ind:fut:3p; -prends prendre ver 1913.83 1466.42 431.50 70.20 imp:pre:2s;ind:pre:1s;ind:pre:2s; -preneur preneur nom m s 2.21 1.62 1.97 1.42 -preneurs preneur nom m p 2.21 1.62 0.22 0.14 -preneuse preneur nom f s 2.21 1.62 0.03 0.07 -prenez prendre ver 1913.83 1466.42 175.12 25.47 imp:pre:2p;ind:pre:2p; -preniez prendre ver 1913.83 1466.42 3.58 1.62 ind:imp:2p; -prenions prendre ver 1913.83 1466.42 1.40 4.66 ind:imp:1p; -prenne prendre ver 1913.83 1466.42 21.02 16.08 sub:pre:1s;sub:pre:3s; -prennent prendre ver 1913.83 1466.42 27.90 29.12 ind:pre:3p; -prennes prendre ver 1913.83 1466.42 5.01 2.03 sub:pre:2s; -prenons prendre ver 1913.83 1466.42 20.80 7.03 imp:pre:1p;ind:pre:1p; -presbyte presbyte adj s 0.19 0.14 0.19 0.14 -presbyterium presbyterium nom m s 0.00 0.07 0.00 0.07 -presbytie presbytie nom f s 0.00 0.34 0.00 0.34 -presbytère presbytère nom m s 1.07 3.51 1.07 3.51 -presbytérien presbytérien adj m s 0.23 0.20 0.12 0.07 -presbytérienne presbytérien adj f s 0.23 0.20 0.11 0.07 -presbytériennes presbytérien adj f p 0.23 0.20 0.00 0.07 -prescience prescience nom f s 0.04 1.01 0.04 1.01 -presciente prescient adj f s 0.01 0.00 0.01 0.00 -prescription prescription nom f s 2.24 2.50 1.77 1.28 -prescriptions prescription nom f p 2.24 2.50 0.47 1.22 -prescrirait prescrire ver 8.70 12.30 0.01 0.07 cnd:pre:3s; -prescrire prescrire ver 8.70 12.30 1.72 1.62 inf; -prescris prescrire ver 8.70 12.30 0.84 0.88 imp:pre:2s;ind:pre:1s;ind:pre:2s; -prescrit prescrire ver m s 8.70 12.30 4.49 4.12 ind:pre:3s;par:pas; -prescrite prescrire ver f s 8.70 12.30 0.34 1.01 par:pas; -prescrites prescrire ver f p 8.70 12.30 0.58 0.68 par:pas; -prescrits prescrire ver m p 8.70 12.30 0.38 0.41 par:pas; -prescrivaient prescrire ver 8.70 12.30 0.00 0.20 ind:imp:3p; -prescrivais prescrire ver 8.70 12.30 0.00 0.34 ind:imp:1s; -prescrivait prescrire ver 8.70 12.30 0.01 1.01 ind:imp:3s; -prescrivant prescrire ver 8.70 12.30 0.01 0.54 par:pre; -prescrive prescrire ver 8.70 12.30 0.17 0.07 sub:pre:1s;sub:pre:3s; -prescrivent prescrire ver 8.70 12.30 0.07 0.20 ind:pre:3p; -prescrivez prescrire ver 8.70 12.30 0.09 0.00 imp:pre:2p;ind:pre:2p; -prescrivis prescrire ver 8.70 12.30 0.00 0.41 ind:pas:1s; -prescrivit prescrire ver 8.70 12.30 0.00 0.74 ind:pas:3s; -presqu_île presqu_île nom f s 0.16 1.49 0.16 1.35 -presqu_île presqu_île nom f p 0.16 1.49 0.00 0.14 -presque presque adv_sup 181.81 465.54 181.81 465.54 -press_book press_book nom m s 0.03 0.00 0.03 0.00 -pressa presser ver 52.28 71.01 0.03 6.35 ind:pas:3s; -pressage pressage nom m s 0.07 0.00 0.07 0.00 -pressai presser ver 52.28 71.01 0.02 0.74 ind:pas:1s; -pressaient presser ver 52.28 71.01 0.06 5.68 ind:imp:3p; -pressais presser ver 52.28 71.01 0.13 1.22 ind:imp:1s;ind:imp:2s; -pressait presser ver 52.28 71.01 0.47 10.61 ind:imp:3s; -pressant pressant adj m s 2.09 7.70 0.97 2.50 -pressante pressant adj f s 2.09 7.70 0.72 3.72 -pressantes pressant adj f p 2.09 7.70 0.04 1.22 -pressants pressant adj m p 2.09 7.70 0.36 0.27 -presse_agrumes presse_agrumes nom m 0.04 0.00 0.04 0.00 -presse_bouton presse_bouton adj f s 0.04 0.07 0.04 0.07 -presse_citron presse_citron nom m s 0.02 0.00 0.02 0.00 -presse_fruits presse_fruits nom m 0.07 0.00 0.07 0.00 -presse_papier presse_papier nom m s 0.16 0.27 0.16 0.27 -presse_papiers presse_papiers nom m 0.24 0.47 0.24 0.47 -presse_purée presse_purée nom m 0.04 0.41 0.04 0.41 -presse_raquette presse_raquette nom m s 0.00 0.07 0.00 0.07 -presse presse nom f s 45.77 41.82 45.10 40.68 -pressement pressement nom m s 0.01 0.34 0.01 0.20 -pressements pressement nom m p 0.01 0.34 0.00 0.14 -pressens pressentir ver 2.18 19.12 0.28 1.15 ind:pre:1s;ind:pre:2s; -pressent pressentir ver 2.18 19.12 0.63 3.45 ind:pre:3s; -pressentîmes pressentir ver 2.18 19.12 0.00 0.14 ind:pas:1p; -pressentît pressentir ver 2.18 19.12 0.00 0.07 sub:imp:3s; -pressentaient pressentir ver 2.18 19.12 0.00 0.34 ind:imp:3p; -pressentais pressentir ver 2.18 19.12 0.12 2.43 ind:imp:1s;ind:imp:2s; -pressentait pressentir ver 2.18 19.12 0.15 3.18 ind:imp:3s; -pressentant pressentir ver 2.18 19.12 0.00 1.96 par:pre; -pressentent pressentir ver 2.18 19.12 0.04 0.20 ind:pre:3p; -pressentez pressentir ver 2.18 19.12 0.06 0.00 ind:pre:2p; -pressenti pressentir ver m s 2.18 19.12 0.68 2.09 par:pas; -pressentie pressentir ver f s 2.18 19.12 0.01 0.41 par:pas; -pressenties pressenti adj f p 0.01 1.01 0.00 0.07 -pressentiez pressentir ver 2.18 19.12 0.04 0.00 ind:imp:2p; -pressentiment pressentiment nom m s 8.34 8.72 7.17 6.76 -pressentiments pressentiment nom m p 8.34 8.72 1.17 1.96 -pressentions pressentir ver 2.18 19.12 0.00 0.20 ind:imp:1p; -pressentir pressentir ver 2.18 19.12 0.14 2.70 inf; -pressentirez pressentir ver 2.18 19.12 0.00 0.07 ind:fut:2p; -pressentis pressentir ver m p 2.18 19.12 0.03 0.27 ind:pas:1s;par:pas; -pressentit pressentir ver 2.18 19.12 0.00 0.47 ind:pas:3s; -pressentons pressentir ver 2.18 19.12 0.01 0.00 imp:pre:1p; -presser presser ver 52.28 71.01 5.64 12.43 inf; -pressera presser ver 52.28 71.01 0.03 0.07 ind:fut:3s; -presserai presser ver 52.28 71.01 0.16 0.00 ind:fut:1s; -presseraient presser ver 52.28 71.01 0.00 0.07 cnd:pre:3p; -presserait presser ver 52.28 71.01 0.11 0.07 cnd:pre:3s; -presseront presser ver 52.28 71.01 0.00 0.07 ind:fut:3p; -presses presse nom f p 45.77 41.82 0.67 1.15 -presseur presseur adj m s 0.01 0.14 0.01 0.14 -pressez presser ver 52.28 71.01 2.46 0.54 imp:pre:2p;ind:pre:2p; -pressiez presser ver 52.28 71.01 0.01 0.00 ind:imp:2p; -pressing pressing nom m s 2.63 0.81 2.52 0.74 -pressings pressing nom m p 2.63 0.81 0.10 0.07 -pression pression nom f s 37.28 21.76 35.33 19.05 -pressionnée pressionné adj f s 0.00 0.07 0.00 0.07 -pressions pression nom f p 37.28 21.76 1.96 2.70 -pressoir pressoir nom m s 0.19 1.15 0.17 0.95 -pressoirs pressoir nom m p 0.19 1.15 0.01 0.20 -pressons presser ver 52.28 71.01 2.02 1.89 imp:pre:1p;ind:pre:1p; -pressât presser ver 52.28 71.01 0.00 0.14 sub:imp:3s; -pressèrent presser ver 52.28 71.01 0.01 0.54 ind:pas:3p; -pressé presser ver m s 52.28 71.01 17.12 12.23 par:pas; -pressée pressé adj f s 25.09 31.42 11.26 8.58 -pressées pressé adj f p 25.09 31.42 0.62 3.18 -pressurant pressurer ver 0.28 0.61 0.00 0.07 par:pre; -pressure pressurer ver 0.28 0.61 0.17 0.20 imp:pre:2s;ind:pre:3s; -pressurer pressurer ver 0.28 0.61 0.06 0.20 inf; -pressures pressurer ver 0.28 0.61 0.03 0.00 ind:pre:2s; -pressurisation pressurisation nom f s 0.38 0.00 0.38 0.00 -pressuriser pressuriser ver 0.17 0.07 0.02 0.00 inf; -pressurisez pressuriser ver 0.17 0.07 0.02 0.00 imp:pre:2p; -pressurisé pressurisé adj m s 0.60 0.00 0.14 0.00 -pressurisée pressurisé adj f s 0.60 0.00 0.27 0.00 -pressurisées pressuriser ver f p 0.17 0.07 0.00 0.07 par:pas; -pressurisés pressurisé adj m p 0.60 0.00 0.19 0.00 -pressurée pressurer ver f s 0.28 0.61 0.00 0.07 par:pas; -pressurés pressurer ver m p 0.28 0.61 0.02 0.07 par:pas; -pressés presser ver m p 52.28 71.01 4.45 4.32 par:pas; -prestance prestance nom f s 0.27 2.30 0.27 2.30 -prestataire prestataire nom s 0.34 0.07 0.12 0.00 -prestataires prestataire nom p 0.34 0.07 0.22 0.07 -prestation prestation nom f s 1.95 2.30 1.58 1.28 -prestations prestation nom f p 1.95 2.30 0.37 1.01 -preste preste adj s 0.04 2.50 0.04 1.55 -prestement prestement adv 0.09 4.05 0.09 4.05 -prestes preste adj p 0.04 2.50 0.00 0.95 -prestesse prestesse nom f s 0.00 0.61 0.00 0.61 -prestidigitateur prestidigitateur nom m s 0.51 1.89 0.48 1.55 -prestidigitateurs prestidigitateur nom m p 0.51 1.89 0.00 0.27 -prestidigitation prestidigitation nom f s 0.10 0.41 0.10 0.34 -prestidigitations prestidigitation nom f p 0.10 0.41 0.00 0.07 -prestidigitatrice prestidigitateur nom f s 0.51 1.89 0.02 0.07 -prestige prestige nom m s 2.54 16.96 2.54 14.73 -prestiges prestige nom m p 2.54 16.96 0.00 2.23 -prestigieuse prestigieux adj f s 2.03 6.35 0.65 1.22 -prestigieuses prestigieux adj f p 2.03 6.35 0.11 0.41 -prestigieux prestigieux adj m 2.03 6.35 1.27 4.73 -presto presto adv 1.18 1.22 1.18 1.22 -preuve preuve nom f s 107.54 65.34 60.79 50.54 -preuves preuve nom f p 107.54 65.34 46.75 14.80 -preux preux adj m 0.88 0.54 0.88 0.54 -pria prier ver 313.12 105.74 0.52 6.15 ind:pas:3s; -priai prier ver 313.12 105.74 0.20 1.76 ind:pas:1s; -priaient prier ver 313.12 105.74 0.34 1.01 ind:imp:3p; -priais prier ver 313.12 105.74 1.16 1.08 ind:imp:1s;ind:imp:2s; -priait prier ver 313.12 105.74 1.34 7.36 ind:imp:3s; -priant prier ver 313.12 105.74 1.61 3.31 par:pre; -priapique priapique adj m s 0.00 0.61 0.00 0.41 -priapiques priapique adj f p 0.00 0.61 0.00 0.20 -priapisme priapisme nom m s 0.17 0.14 0.17 0.14 -priasse prier ver 313.12 105.74 0.00 0.07 sub:imp:1s; -prie_dieu prie_dieu nom m 0.01 2.64 0.01 2.64 -prie prier ver 313.12 105.74 247.29 44.19 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:1s; -prient prier ver 313.12 105.74 1.52 1.55 ind:pre:3p; -prier prier ver 313.12 105.74 25.46 21.62 inf; -priera prier ver 313.12 105.74 0.29 0.07 ind:fut:3s; -prierai prier ver 313.12 105.74 2.83 1.22 ind:fut:1s; -prieraient prier ver 313.12 105.74 0.00 0.07 cnd:pre:3p; -prierais prier ver 313.12 105.74 0.38 0.20 cnd:pre:1s; -prierait prier ver 313.12 105.74 0.16 0.41 cnd:pre:3s; -prieras prier ver 313.12 105.74 0.51 0.34 ind:fut:2s; -prierez prier ver 313.12 105.74 0.07 0.07 ind:fut:2p; -prierons prier ver 313.12 105.74 0.42 0.14 ind:fut:1p; -prieront prier ver 313.12 105.74 0.14 0.07 ind:fut:3p; -pries prier ver 313.12 105.74 2.06 0.74 ind:pre:2s; -prieur prieur adj m s 0.38 0.95 0.38 0.95 -prieure prieur nom f s 0.29 8.85 0.00 0.14 -prieurs prieur nom m p 0.29 8.85 0.00 0.07 -prieuré prieuré nom m s 0.22 0.68 0.22 0.61 -prieurés prieuré nom m p 0.22 0.68 0.00 0.07 -priez prier ver 313.12 105.74 9.13 1.76 imp:pre:2p;ind:pre:2p; -priions prier ver 313.12 105.74 0.00 0.27 ind:imp:1p; -prima primer ver 2.01 2.09 0.83 0.74 ind:pas:3s; -primaire primaire adj s 4.95 5.54 3.98 4.26 -primaires primaire adj p 4.95 5.54 0.97 1.28 -primait primer ver 2.01 2.09 0.02 0.41 ind:imp:3s; -primal primal adj m s 0.29 0.07 0.11 0.00 -primale primal adj f s 0.29 0.07 0.18 0.07 -primant primer ver 2.01 2.09 0.01 0.07 par:pre; -primat primat nom m s 0.09 0.34 0.09 0.34 -primate primate nom m s 1.29 1.62 0.72 0.61 -primates primate nom m p 1.29 1.62 0.57 1.01 -primatologue primatologue nom s 0.01 0.00 0.01 0.00 -primauté primauté nom f s 0.01 0.95 0.01 0.95 -prime_saut prime_saut nom s 0.00 0.07 0.00 0.07 -prime_time prime_time nom m 0.41 0.00 0.41 0.00 -prime prime nom f s 17.79 8.11 10.63 7.09 -priment primer ver 2.01 2.09 0.16 0.20 ind:pre:3p; -primer primer ver 2.01 2.09 0.15 0.07 inf; -primerait primer ver 2.01 2.09 0.00 0.07 cnd:pre:3s; -primerose primerose nom f s 0.01 0.07 0.01 0.07 -primes prime nom f p 17.79 8.11 7.17 1.01 -primesautier primesautier adj m s 0.00 0.95 0.00 0.27 -primesautiers primesautier adj m p 0.00 0.95 0.00 0.07 -primesautière primesautier adj f s 0.00 0.95 0.00 0.61 -primeur primeur nom f s 0.20 1.96 0.16 1.01 -primeurs primeur nom f p 0.20 1.96 0.04 0.95 -primevère primevère nom f s 0.06 1.01 0.01 0.14 -primevères primevère nom f p 0.06 1.01 0.05 0.88 -primidi primidi nom m s 0.00 0.07 0.00 0.07 -primitif primitif adj m s 7.00 10.20 2.84 3.31 -primitifs primitif adj m p 7.00 10.20 0.87 1.28 -primitive primitif adj f s 7.00 10.20 2.08 4.59 -primitivement primitivement adv 0.02 0.54 0.02 0.54 -primitives primitif adj f p 7.00 10.20 1.22 1.01 -primitivisme primitivisme nom m s 0.10 0.14 0.10 0.14 -primo_infection primo_infection nom f s 0.00 0.07 0.00 0.07 -primo primo adv_sup 4.10 2.16 4.10 2.16 -primordial primordial adj m s 2.39 2.97 1.52 0.88 -primordiale primordial adj f s 2.39 2.97 0.63 1.82 -primordialement primordialement adv 0.00 0.41 0.00 0.41 -primordiales primordial adj f p 2.39 2.97 0.18 0.00 -primordiaux primordial adj m p 2.39 2.97 0.06 0.27 -primé primé adj m s 0.14 0.07 0.09 0.00 -primée primer ver f s 2.01 2.09 0.05 0.07 par:pas; -primées primer ver f p 2.01 2.09 0.02 0.00 par:pas; -primés primé adj m p 0.14 0.07 0.03 0.00 -prin prin nom m s 0.10 0.14 0.10 0.14 -prince_de_galles prince_de_galles nom m 0.00 0.27 0.00 0.27 -prince_évêque prince_évêque nom m s 0.00 0.14 0.00 0.14 -prince prince nom m s 96.42 101.22 44.83 65.61 -princeps princeps adj f p 0.00 0.07 0.00 0.07 -princes prince nom m p 96.42 101.22 5.29 11.08 -princesse prince nom f s 96.42 101.22 46.31 21.01 -princesses princesse nom f p 2.48 0.00 2.48 0.00 -princier princier adj m s 0.59 3.65 0.22 1.08 -princiers princier adj m p 0.59 3.65 0.02 0.74 -principal principal adj m s 36.68 38.92 17.53 15.81 -principale principal adj f s 36.68 38.92 10.68 12.30 -principalement principalement adv 3.60 6.08 3.60 6.08 -principales principal adj f p 36.68 38.92 3.35 3.65 -principat principat nom m s 0.00 0.34 0.00 0.34 -principauté principauté nom f s 0.25 1.01 0.20 0.81 -principautés principauté nom f p 0.25 1.01 0.05 0.20 -principaux principal adj m p 36.68 38.92 5.12 7.16 -principe principe nom m s 26.36 47.57 15.62 30.88 -principes principe nom m p 26.36 47.57 10.75 16.69 -princière princier adj f s 0.59 3.65 0.35 1.28 -princièrement princièrement adv 0.11 0.20 0.11 0.20 -princières princier adj f p 0.59 3.65 0.00 0.54 -printanier printanier adj m s 0.66 4.32 0.33 1.89 -printaniers printanier adj m p 0.66 4.32 0.11 0.81 -printanière printanier adj f s 0.66 4.32 0.21 1.35 -printanières printanier adj f p 0.66 4.32 0.02 0.27 -printemps printemps nom m 27.85 60.88 27.85 60.88 -priâmes prier ver 313.12 105.74 0.00 0.14 ind:pas:1p; -prion prion nom m s 3.11 0.54 0.43 0.00 -prions prier ver 313.12 105.74 6.14 1.49 imp:pre:1p;ind:pre:1p; -prioritaire prioritaire adj s 3.07 0.54 2.43 0.34 -prioritaires prioritaire adj p 3.07 0.54 0.64 0.20 -priorité priorité nom f s 12.15 4.80 8.84 4.53 -priorités priorité nom f p 12.15 4.80 3.31 0.27 -priât prier ver 313.12 105.74 0.00 0.27 sub:imp:3s; -prirent prendre ver 1913.83 1466.42 0.80 15.20 ind:pas:3p; -pris prendre ver m 1913.83 1466.42 374.60 333.04 ind:pas:1s;ind:pas:2s;par:pas;par:pas;par:pas; -prisa priser ver 2.59 5.20 0.02 0.07 ind:pas:3s; -prisaient priser ver 2.59 5.20 0.00 0.14 ind:imp:3p; -prisait priser ver 2.59 5.20 0.10 0.61 ind:imp:3s; -prisant priser ver 2.59 5.20 0.00 0.07 par:pre; -prise prendre ver f s 1913.83 1466.42 38.26 42.64 par:pas; -prisent priser ver 2.59 5.20 0.14 0.14 ind:pre:3p; -priser priser ver 2.59 5.20 0.06 0.81 inf; -prises prendre ver f p 1913.83 1466.42 8.42 12.16 par:pas; -priseur priseur nom m s 0.01 0.14 0.01 0.07 -priseurs priseur nom m p 0.01 0.14 0.00 0.07 -prisez priser ver 2.59 5.20 0.00 0.07 imp:pre:2p; -prismatique prismatique adj m s 0.02 0.07 0.02 0.00 -prismatiques prismatique adj f p 0.02 0.07 0.00 0.07 -prisme prisme nom m s 0.11 1.42 0.10 0.88 -prismes prisme nom m p 0.11 1.42 0.01 0.54 -prison prison nom f s 147.49 72.43 142.97 64.66 -prisonnier prisonnier nom m s 37.80 40.00 16.97 11.69 -prisonniers prisonnier nom m p 37.80 40.00 19.55 26.42 -prisonnière prisonnier adj f s 19.64 29.46 3.40 4.73 -prisonnières prisonnier adj f p 19.64 29.46 0.65 1.22 -prisons_école prisons_école nom f p 0.00 0.07 0.00 0.07 -prisons prison nom f p 147.49 72.43 4.52 7.77 -prisse prendre ver 1913.83 1466.42 0.01 0.14 sub:imp:1s; -prissent prendre ver 1913.83 1466.42 0.00 0.61 sub:imp:3p; -prissions prendre ver 1913.83 1466.42 0.00 0.07 sub:imp:1p; -pristi pristi ono 0.00 0.20 0.00 0.20 -prisé priser ver m s 2.59 5.20 0.30 0.54 par:pas; -prisée priser ver f s 2.59 5.20 0.06 0.41 par:pas; -prisées priser ver f p 2.59 5.20 0.21 0.68 par:pas; -prisunic prisunic nom m s 0.03 3.11 0.03 3.11 -prisés priser ver m p 2.59 5.20 0.28 0.07 par:pas; -prit prendre ver 1913.83 1466.42 7.27 164.80 ind:pas:3s; -prière prière nom f s 32.73 45.95 19.15 30.00 -prièrent prier ver 313.12 105.74 0.03 0.34 ind:pas:3p; -prières prière nom f p 32.73 45.95 13.58 15.95 -prié prier ver m s 313.12 105.74 9.03 7.84 par:pas; -priée prier ver f s 313.12 105.74 0.52 1.15 par:pas; -priées prier ver f p 313.12 105.74 0.05 0.14 par:pas; -priés prier ver m p 313.12 105.74 1.91 0.95 par:pas; -priva priver ver 24.06 42.70 0.16 0.74 ind:pas:3s; -privai priver ver 24.06 42.70 0.00 0.07 ind:pas:1s; -privaient priver ver 24.06 42.70 0.02 0.88 ind:imp:3p; -privais priver ver 24.06 42.70 0.02 0.61 ind:imp:1s;ind:imp:2s; -privait priver ver 24.06 42.70 0.09 3.65 ind:imp:3s; -privant priver ver 24.06 42.70 0.33 1.69 par:pre; -privasse priver ver 24.06 42.70 0.00 0.07 sub:imp:1s; -privatif privatif adj m s 0.06 0.47 0.02 0.27 -privatifs privatif adj m p 0.06 0.47 0.00 0.07 -privation privation nom f s 1.55 4.53 0.70 1.49 -privations privation nom f p 1.55 4.53 0.85 3.04 -privatisation privatisation nom f s 0.41 0.07 0.41 0.07 -privatiser privatiser ver 0.36 0.00 0.31 0.00 inf; -privatisé privatiser ver m s 0.36 0.00 0.03 0.00 par:pas; -privatisée privatiser ver f s 0.36 0.00 0.01 0.00 par:pas; -privatisés privatiser ver m p 0.36 0.00 0.01 0.00 par:pas; -privative privatif adj f s 0.06 0.47 0.02 0.00 -privatives privatif adj f p 0.06 0.47 0.01 0.14 -privauté privauté nom f s 0.02 0.54 0.00 0.07 -privautés privauté nom f p 0.02 0.54 0.02 0.47 -prive priver ver 24.06 42.70 1.49 2.97 imp:pre:2s;ind:pre:1s;ind:pre:3s; -privent priver ver 24.06 42.70 0.46 0.47 ind:pre:3p; -priver priver ver 24.06 42.70 4.19 6.15 inf; -privera priver ver 24.06 42.70 0.44 0.27 ind:fut:3s; -priverai priver ver 24.06 42.70 0.27 0.00 ind:fut:1s; -priveraient priver ver 24.06 42.70 0.01 0.07 cnd:pre:3p; -priverais priver ver 24.06 42.70 0.16 0.07 cnd:pre:1s;cnd:pre:2s; -priverait priver ver 24.06 42.70 0.17 0.27 cnd:pre:3s; -priveras priver ver 24.06 42.70 0.02 0.00 ind:fut:2s; -priveriez priver ver 24.06 42.70 0.12 0.00 cnd:pre:2p; -prives priver ver 24.06 42.70 0.47 0.14 ind:pre:2s; -privez priver ver 24.06 42.70 0.54 0.41 imp:pre:2p;ind:pre:2p; -priviez priver ver 24.06 42.70 0.02 0.00 ind:imp:2p; -privilège privilège nom m s 10.41 17.70 7.06 11.96 -privilèges privilège nom m p 10.41 17.70 3.35 5.74 -privilégiait privilégier ver 2.92 3.11 0.01 0.14 ind:imp:3s; -privilégiant privilégier ver 2.92 3.11 0.00 0.07 par:pre; -privilégie privilégier ver 2.92 3.11 0.42 0.27 ind:pre:1s;ind:pre:3s; -privilégient privilégier ver 2.92 3.11 0.04 0.00 ind:pre:3p; -privilégier privilégier ver 2.92 3.11 0.84 0.20 inf; -privilégions privilégier ver 2.92 3.11 0.02 0.00 ind:pre:1p; -privilégié privilégié adj m s 2.15 9.46 1.01 4.05 -privilégiée privilégié adj f s 2.15 9.46 0.56 2.84 -privilégiées privilégié adj f p 2.15 9.46 0.23 0.68 -privilégiés privilégié nom m p 0.87 5.07 0.65 3.31 -privions priver ver 24.06 42.70 0.00 0.14 ind:imp:1p; -privons priver ver 24.06 42.70 0.03 0.00 ind:pre:1p; -privât priver ver 24.06 42.70 0.00 0.14 sub:imp:3s; -privèrent priver ver 24.06 42.70 0.00 0.07 ind:pas:3p; -privé privé adj m s 36.44 21.89 11.99 7.09 -privée privé adj f s 36.44 21.89 18.80 9.39 -privées privé adj f p 36.44 21.89 2.61 2.30 -privément privément adv 0.01 0.00 0.01 0.00 -privés privé adj m p 36.44 21.89 3.04 3.11 -prix_choc prix_choc nom m 0.00 0.07 0.00 0.07 -prix prix nom m 126.55 107.50 126.55 107.50 -pro_occidental pro_occidental adj m s 0.01 0.00 0.01 0.00 -pro pro nom s 19.45 2.03 14.45 1.62 -proactif proactif adj m s 0.07 0.00 0.07 0.00 -probabilité probabilité nom f s 3.66 2.23 1.68 1.28 -probabilités probabilité nom f p 3.66 2.23 1.99 0.95 -probable probable adj s 10.98 18.18 10.61 17.36 -probablement probablement adv 69.41 37.64 69.41 37.64 -probables probable adj p 10.98 18.18 0.38 0.81 -probant probant adj m s 0.47 1.08 0.31 0.54 -probante probant adj f s 0.47 1.08 0.06 0.27 -probantes probant adj f p 0.47 1.08 0.04 0.00 -probants probant adj m p 0.47 1.08 0.06 0.27 -probation probation nom f s 1.39 0.14 1.39 0.14 -probatoire probatoire adj s 0.12 0.27 0.12 0.27 -probe probe adj f s 0.38 0.20 0.36 0.14 -probes probe adj p 0.38 0.20 0.01 0.07 -probité probité nom f s 0.10 1.89 0.10 1.89 -probloc probloc nom m s 0.00 0.54 0.00 0.47 -problocs probloc nom m p 0.00 0.54 0.00 0.07 -probloque probloque nom m s 0.00 1.01 0.00 0.61 -probloques probloque nom m p 0.00 1.01 0.00 0.41 -problème problème nom m s 520.07 95.00 391.20 55.20 -problèmes problème nom m p 520.07 95.00 128.87 39.80 -problématique problématique adj s 1.39 1.22 1.22 0.95 -problématiques problématique adj p 1.39 1.22 0.17 0.27 -proc proc nom m s 0.27 0.68 0.27 0.61 -procaïne procaïne nom f s 0.02 0.00 0.02 0.00 -procalmadiol procalmadiol nom m s 0.00 0.07 0.00 0.07 -process process nom m 0.07 0.07 0.07 0.07 -processeur processeur nom m s 0.69 0.00 0.54 0.00 -processeurs processeur nom m p 0.69 0.00 0.15 0.00 -procession procession nom f s 3.81 10.20 3.21 7.91 -processionnaient processionner ver 0.00 0.14 0.00 0.07 ind:imp:3p; -processionnaire processionnaire adj f s 0.00 0.20 0.00 0.20 -processionnaires processionnaire nom m p 0.00 0.20 0.00 0.20 -processionnant processionner ver 0.00 0.14 0.00 0.07 par:pre; -processionnelle processionnel adj f s 0.01 0.20 0.01 0.07 -processionnelles processionnel adj f p 0.01 0.20 0.00 0.14 -processions procession nom f p 3.81 10.20 0.59 2.30 -processus processus nom m 10.86 5.47 10.86 5.47 -prochain prochain adj m s 160.27 59.32 51.95 21.96 -prochaine prochain adj f s 160.27 59.32 100.44 32.50 -prochainement prochainement adv 0.86 2.77 0.86 2.77 -prochaines prochain adj f p 160.27 59.32 4.27 2.70 -prochains prochain adj m p 160.27 59.32 3.62 2.16 -proche_oriental proche_oriental adj m s 0.01 0.00 0.01 0.00 -proche proche adj s 55.34 82.91 38.29 63.04 -proches proche adj p 55.34 82.91 17.05 19.86 -prochinois prochinois adj m 0.00 0.14 0.00 0.07 -prochinoise prochinois adj f s 0.00 0.14 0.00 0.07 -proclama proclamer ver 6.50 16.42 0.02 1.08 ind:pas:3s; -proclamai proclamer ver 6.50 16.42 0.00 0.14 ind:pas:1s; -proclamaient proclamer ver 6.50 16.42 0.00 0.61 ind:imp:3p; -proclamais proclamer ver 6.50 16.42 0.23 0.07 ind:imp:1s;ind:imp:2s; -proclamait proclamer ver 6.50 16.42 0.03 3.38 ind:imp:3s; -proclamant proclamer ver 6.50 16.42 0.41 1.01 par:pre; -proclamation proclamation nom f s 0.60 4.19 0.60 3.45 -proclamations proclamation nom f p 0.60 4.19 0.00 0.74 -proclamatrices proclamateur nom f p 0.01 0.00 0.01 0.00 -proclame proclamer ver 6.50 16.42 2.37 2.23 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -proclament proclamer ver 6.50 16.42 0.17 0.68 ind:pre:3p; -proclamer proclamer ver 6.50 16.42 0.81 3.18 inf; -proclamera proclamer ver 6.50 16.42 0.03 0.00 ind:fut:3s; -proclamerai proclamer ver 6.50 16.42 0.01 0.07 ind:fut:1s; -proclameraient proclamer ver 6.50 16.42 0.00 0.07 cnd:pre:3p; -proclamerait proclamer ver 6.50 16.42 0.00 0.27 cnd:pre:3s; -proclamerons proclamer ver 6.50 16.42 0.02 0.07 ind:fut:1p; -proclamez proclamer ver 6.50 16.42 0.27 0.20 imp:pre:2p;ind:pre:2p; -proclamiez proclamer ver 6.50 16.42 0.00 0.07 ind:imp:2p; -proclamions proclamer ver 6.50 16.42 0.00 0.14 ind:imp:1p; -proclamons proclamer ver 6.50 16.42 0.24 0.07 imp:pre:1p;ind:pre:1p; -proclamât proclamer ver 6.50 16.42 0.00 0.14 sub:imp:3s; -proclamèrent proclamer ver 6.50 16.42 0.00 0.14 ind:pas:3p; -proclamé proclamer ver m s 6.50 16.42 1.38 1.96 par:pas; -proclamée proclamer ver f s 6.50 16.42 0.49 0.68 par:pas; -proclamées proclamer ver f p 6.50 16.42 0.03 0.07 par:pas; -proclamés proclamer ver m p 6.50 16.42 0.01 0.14 par:pas; -procommuniste procommuniste adj s 0.00 0.07 0.00 0.07 -proconsul proconsul nom m s 0.51 1.35 0.51 0.41 -proconsuls proconsul nom m p 0.51 1.35 0.00 0.95 -procrastination procrastination nom f s 0.01 0.00 0.01 0.00 -procréa procréer ver 1.13 1.55 0.00 0.07 ind:pas:3s; -procréant procréer ver 1.13 1.55 0.01 0.14 par:pre; -procréateur procréateur nom m s 0.01 0.14 0.01 0.07 -procréateurs procréateur nom m p 0.01 0.14 0.00 0.07 -procréation procréation nom f s 0.40 1.22 0.40 1.08 -procréations procréation nom f p 0.40 1.22 0.00 0.14 -procréative procréatif adj f s 0.00 0.07 0.00 0.07 -procréatrice procréateur adj f s 0.05 0.07 0.03 0.00 -procréatrices procréateur adj f p 0.05 0.07 0.02 0.00 -procrée procréer ver 1.13 1.55 0.03 0.34 imp:pre:2s;ind:pre:1s;ind:pre:3s; -procréent procréer ver 1.13 1.55 0.01 0.07 ind:pre:3p; -procréer procréer ver 1.13 1.55 1.01 0.61 inf; -procréerons procréer ver 1.13 1.55 0.02 0.00 ind:fut:1p; -procréé procréer ver m s 1.13 1.55 0.04 0.34 par:pas; -procs proc nom m p 0.27 0.68 0.00 0.07 -procède procéder ver 12.91 25.88 1.75 3.85 imp:pre:2s;ind:pre:1s;ind:pre:3s; -procèdent procéder ver 12.91 25.88 0.38 0.81 ind:pre:3p; -procès_test procès_test nom m 0.02 0.00 0.02 0.00 -procès_verbal procès_verbal nom m s 3.86 2.30 3.55 1.76 -procès_verbal procès_verbal nom m p 3.86 2.30 0.31 0.54 -procès procès nom m 45.41 24.32 45.41 24.32 -proctologie proctologie nom f s 0.01 0.00 0.01 0.00 -proctologue proctologue nom s 0.28 0.00 0.22 0.00 -proctologues proctologue nom p 0.28 0.00 0.07 0.00 -procéda procéder ver 12.91 25.88 0.02 0.34 ind:pas:3s; -procédaient procéder ver 12.91 25.88 0.00 0.54 ind:imp:3p; -procédais procéder ver 12.91 25.88 0.01 0.14 ind:imp:1s; -procédait procéder ver 12.91 25.88 0.04 2.97 ind:imp:3s; -procédant procéder ver 12.91 25.88 0.07 0.81 par:pre; -procéder procéder ver 12.91 25.88 6.75 10.14 inf; -procédera procéder ver 12.91 25.88 0.27 0.54 ind:fut:3s; -procéderaient procéder ver 12.91 25.88 0.00 0.20 cnd:pre:3p; -procéderais procéder ver 12.91 25.88 0.03 0.00 cnd:pre:1s; -procéderait procéder ver 12.91 25.88 0.00 0.54 cnd:pre:3s; -procéderez procéder ver 12.91 25.88 0.08 0.00 ind:fut:2p; -procéderiez procéder ver 12.91 25.88 0.01 0.00 cnd:pre:2p; -procéderons procéder ver 12.91 25.88 0.45 0.14 ind:fut:1p; -procéderont procéder ver 12.91 25.88 0.00 0.27 ind:fut:3p; -procédez procéder ver 12.91 25.88 0.76 0.14 imp:pre:2p;ind:pre:2p; -procédiez procéder ver 12.91 25.88 0.01 0.07 ind:imp:2p; -procédions procéder ver 12.91 25.88 0.04 0.14 ind:imp:1p; -procédâmes procéder ver 12.91 25.88 0.00 0.07 ind:pas:1p; -procédons procéder ver 12.91 25.88 1.15 0.61 imp:pre:1p;ind:pre:1p; -procédât procéder ver 12.91 25.88 0.00 0.14 sub:imp:3s; -procédé procédé nom m s 4.17 8.85 3.28 4.46 -procédural procédural adj m s 0.03 0.00 0.01 0.00 -procédurale procédural adj f s 0.03 0.00 0.01 0.00 -procédure procédure nom f s 16.16 3.58 13.26 3.38 -procédures procédure nom f p 16.16 3.58 2.91 0.20 -procédurier procédurier adj m s 0.04 0.14 0.03 0.07 -procédurière procédurier adj f s 0.04 0.14 0.01 0.00 -procédurières procédurier adj f p 0.04 0.14 0.00 0.07 -procédés procédé nom m p 4.17 8.85 0.89 4.39 -procura procurer ver 12.77 27.97 0.16 1.01 ind:pas:3s; -procurai procurer ver 12.77 27.97 0.00 0.07 ind:pas:1s; -procuraient procurer ver 12.77 27.97 0.03 1.35 ind:imp:3p; -procurais procurer ver 12.77 27.97 0.01 0.14 ind:imp:1s; -procurait procurer ver 12.77 27.97 0.39 3.72 ind:imp:3s; -procurant procurer ver 12.77 27.97 0.04 0.61 par:pre; -procurateur procurateur nom m s 0.03 0.88 0.03 0.20 -procurateurs procurateur nom m p 0.03 0.88 0.00 0.07 -procuraties procuratie nom f p 0.00 0.14 0.00 0.14 -procuration procuration nom f s 1.69 2.50 1.69 2.50 -procuratrice procurateur nom f s 0.03 0.88 0.00 0.61 -procure procurer ver 12.77 27.97 1.67 4.19 imp:pre:2s;ind:pre:1s;ind:pre:3s; -procurent procurer ver 12.77 27.97 0.34 0.88 ind:pre:3p; -procurer procurer ver 12.77 27.97 7.29 9.66 imp:pre:2p;inf; -procurera procurer ver 12.77 27.97 0.21 0.07 ind:fut:3s; -procurerai procurer ver 12.77 27.97 0.19 0.14 ind:fut:1s; -procureraient procurer ver 12.77 27.97 0.01 0.20 cnd:pre:3p; -procurerais procurer ver 12.77 27.97 0.01 0.00 cnd:pre:1s; -procurerait procurer ver 12.77 27.97 0.14 0.61 cnd:pre:3s; -procureras procurer ver 12.77 27.97 0.03 0.00 ind:fut:2s; -procureriez procurer ver 12.77 27.97 0.01 0.00 cnd:pre:2p; -procurerons procurer ver 12.77 27.97 0.04 0.00 ind:fut:1p; -procureront procurer ver 12.77 27.97 0.02 0.07 ind:fut:3p; -procures procurer ver 12.77 27.97 0.09 0.00 ind:pre:2s; -procureur procureur nom m s 29.45 6.15 28.68 5.54 -procureurs procureur nom m p 29.45 6.15 0.78 0.41 -procureuse procureur nom f s 29.45 6.15 0.00 0.14 -procureuses procureur nom f p 29.45 6.15 0.00 0.07 -procurez procurer ver 12.77 27.97 0.20 0.00 imp:pre:2p;ind:pre:2p; -procuriez procurer ver 12.77 27.97 0.01 0.07 ind:imp:2p; -procurions procurer ver 12.77 27.97 0.00 0.14 ind:imp:1p;sub:pre:1p; -procurât procurer ver 12.77 27.97 0.00 0.07 sub:imp:3s; -procurèrent procurer ver 12.77 27.97 0.00 0.14 ind:pas:3p; -procuré procurer ver m s 12.77 27.97 1.78 4.26 par:pas; -procurée procurer ver f s 12.77 27.97 0.03 0.41 par:pas; -procurées procurer ver f p 12.77 27.97 0.00 0.14 par:pas; -procurés procurer ver m p 12.77 27.97 0.08 0.07 par:pas; -prodigalité prodigalité nom f s 0.04 1.01 0.03 0.95 -prodigalités prodigalité nom f p 0.04 1.01 0.01 0.07 -prodige prodige nom m s 5.83 8.78 4.62 5.61 -prodiges prodige nom m p 5.83 8.78 1.21 3.18 -prodigieuse prodigieux adj f s 3.66 13.24 1.29 5.47 -prodigieusement prodigieusement adv 0.67 3.65 0.67 3.65 -prodigieuses prodigieux adj f p 3.66 13.24 0.17 1.22 -prodigieux prodigieux adj m 3.66 13.24 2.19 6.55 -prodigua prodiguer ver 0.89 11.42 0.02 0.41 ind:pas:3s; -prodiguaient prodiguer ver 0.89 11.42 0.00 0.81 ind:imp:3p; -prodiguais prodiguer ver 0.89 11.42 0.01 0.14 ind:imp:1s;ind:imp:2s; -prodiguait prodiguer ver 0.89 11.42 0.01 1.82 ind:imp:3s; -prodiguant prodiguer ver 0.89 11.42 0.06 0.47 par:pre; -prodigue prodigue adj s 1.90 3.65 1.88 3.04 -prodiguent prodiguer ver 0.89 11.42 0.00 0.61 ind:pre:3p; -prodiguer prodiguer ver 0.89 11.42 0.09 1.76 inf; -prodiguera prodiguer ver 0.89 11.42 0.01 0.07 ind:fut:3s; -prodiguerais prodiguer ver 0.89 11.42 0.00 0.07 cnd:pre:2s; -prodigueras prodiguer ver 0.89 11.42 0.01 0.00 ind:fut:2s; -prodigueront prodiguer ver 0.89 11.42 0.00 0.07 ind:fut:3p; -prodigues prodiguer ver 0.89 11.42 0.04 0.07 ind:pre:2s; -prodiguions prodiguer ver 0.89 11.42 0.14 0.07 ind:imp:1p; -prodiguèrent prodiguer ver 0.89 11.42 0.00 0.27 ind:pas:3p; -prodigué prodiguer ver m s 0.89 11.42 0.31 1.49 par:pas; -prodiguée prodiguer ver f s 0.89 11.42 0.01 0.20 par:pas; -prodiguées prodiguer ver f p 0.89 11.42 0.11 0.81 par:pas; -prodigués prodiguer ver m p 0.89 11.42 0.03 0.88 par:pas; -prodrome prodrome nom m s 0.00 0.47 0.00 0.07 -prodromes prodrome nom m p 0.00 0.47 0.00 0.41 -producteur producteur nom m s 12.82 5.74 9.01 3.45 -producteurs producteur nom m p 12.82 5.74 3.19 2.03 -productif productif adj m s 1.66 0.81 0.89 0.34 -productifs productif adj m p 1.66 0.81 0.14 0.27 -production production nom f s 18.73 14.59 17.10 12.30 -productions production nom f p 18.73 14.59 1.63 2.30 -productive productif adj f s 1.66 0.81 0.46 0.07 -productives productif adj f p 1.66 0.81 0.17 0.14 -productivité productivité nom f s 0.75 0.34 0.75 0.34 -productrice producteur nom f s 12.82 5.74 0.63 0.27 -productrices producteur adj f p 1.34 1.01 0.07 0.07 -produira produire ver 49.81 68.92 1.71 0.61 ind:fut:3s; -produiraient produire ver 49.81 68.92 0.12 0.27 cnd:pre:3p; -produirais produire ver 49.81 68.92 0.05 0.00 cnd:pre:1s; -produirait produire ver 49.81 68.92 0.49 1.49 cnd:pre:3s; -produiras produire ver 49.81 68.92 0.00 0.07 ind:fut:2s; -produire produire ver 49.81 68.92 11.84 16.76 inf; -produirez produire ver 49.81 68.92 0.03 0.00 ind:fut:2p; -produiriez produire ver 49.81 68.92 0.01 0.00 cnd:pre:2p; -produirons produire ver 49.81 68.92 0.06 0.00 ind:fut:1p; -produiront produire ver 49.81 68.92 0.22 0.07 ind:fut:3p; -produis produire ver 49.81 68.92 1.05 0.34 imp:pre:2s;ind:pre:1s;ind:pre:2s; -produisît produire ver 49.81 68.92 0.01 0.61 sub:imp:3s; -produisaient produire ver 49.81 68.92 0.09 1.69 ind:imp:3p; -produisais produire ver 49.81 68.92 0.07 0.07 ind:imp:1s;ind:imp:2s; -produisait produire ver 49.81 68.92 1.50 6.28 ind:imp:3s; -produisant produire ver 49.81 68.92 0.53 2.03 par:pre; -produise produire ver 49.81 68.92 2.15 1.08 sub:pre:1s;sub:pre:3s; -produisent produire ver 49.81 68.92 3.91 2.70 ind:pre:3p; -produises produire ver 49.81 68.92 0.01 0.00 sub:pre:2s; -produisez produire ver 49.81 68.92 0.27 0.07 imp:pre:2p;ind:pre:2p; -produisions produire ver 49.81 68.92 0.02 0.00 ind:imp:1p; -produisirent produire ver 49.81 68.92 0.01 0.27 ind:pas:3p; -produisis produire ver 49.81 68.92 0.00 0.07 ind:pas:1s; -produisit produire ver 49.81 68.92 0.74 5.88 ind:pas:3s; -produisons produire ver 49.81 68.92 0.84 0.07 imp:pre:1p;ind:pre:1p; -produit produire ver m s 49.81 68.92 20.16 22.57 ind:pre:3s;par:pas; -produite produire ver f s 49.81 68.92 1.34 3.31 par:pas; -produites produire ver f p 49.81 68.92 0.82 0.47 par:pas; -produits produit nom m p 28.80 23.99 14.17 11.28 -prof prof nom s 37.82 20.20 30.36 15.07 -profana profaner ver 3.12 2.50 0.23 0.07 ind:pas:3s; -profanaient profaner ver 3.12 2.50 0.00 0.07 ind:imp:3p; -profanait profaner ver 3.12 2.50 0.00 0.14 ind:imp:3s; -profanant profaner ver 3.12 2.50 0.01 0.14 par:pre; -profanateur profanateur nom m s 0.28 0.14 0.07 0.14 -profanateurs profanateur nom m p 0.28 0.14 0.21 0.00 -profanation profanation nom f s 1.21 1.08 1.04 0.95 -profanations profanation nom f p 1.21 1.08 0.16 0.14 -profanatoire profanatoire adj f s 0.00 0.07 0.00 0.07 -profane profane adj s 1.11 2.84 0.88 1.89 -profanent profaner ver 3.12 2.50 0.40 0.00 ind:pre:3p; -profaner profaner ver 3.12 2.50 0.70 0.41 inf; -profanera profaner ver 3.12 2.50 0.12 0.07 ind:fut:3s; -profanes profane adj p 1.11 2.84 0.23 0.95 -profanez profaner ver 3.12 2.50 0.15 0.07 imp:pre:2p;ind:pre:2p; -profanèrent profaner ver 3.12 2.50 0.00 0.07 ind:pas:3p; -profané profaner ver m s 3.12 2.50 0.89 0.47 par:pas; -profanée profaner ver f s 3.12 2.50 0.19 0.47 par:pas; -profanées profaner ver f p 3.12 2.50 0.11 0.20 par:pas; -profanés profaner ver m p 3.12 2.50 0.01 0.14 par:pas; -professa professer ver 0.47 3.51 0.00 0.07 ind:pas:3s; -professaient professer ver 0.47 3.51 0.00 0.34 ind:imp:3p; -professait professer ver 0.47 3.51 0.00 1.42 ind:imp:3s; -professant professer ver 0.47 3.51 0.00 0.20 par:pre; -professe professer ver 0.47 3.51 0.22 0.41 ind:pre:1s;ind:pre:3s; -professent professer ver 0.47 3.51 0.00 0.20 ind:pre:3p; -professer professer ver 0.47 3.51 0.11 0.07 inf; -professeur professeur nom s 98.55 63.92 90.02 49.53 -professeure professeur nom f s 98.55 63.92 0.17 0.00 -professeurs professeur nom p 98.55 63.92 8.35 14.39 -professiez professer ver 0.47 3.51 0.01 0.07 ind:imp:2p; -profession profession nom f s 9.93 15.81 9.46 13.99 -professionnalisme professionnalisme nom m s 1.03 0.34 1.03 0.34 -professionnel professionnel adj m s 23.09 20.61 11.75 7.23 -professionnelle professionnel adj f s 23.09 20.61 7.13 6.96 -professionnellement professionnellement adv 1.13 0.74 1.13 0.74 -professionnelles professionnel adj f p 23.09 20.61 1.24 3.51 -professionnels professionnel nom m p 12.91 6.82 4.29 3.24 -professions profession nom f p 9.93 15.81 0.46 1.82 -professons professer ver 0.47 3.51 0.00 0.07 ind:pre:1p; -professoral professoral adj m s 0.06 0.41 0.06 0.41 -professorat professorat nom m s 0.02 0.34 0.02 0.34 -professé professer ver m s 0.47 3.51 0.12 0.27 par:pas; -professées professer ver f p 0.47 3.51 0.00 0.20 par:pas; -profil profil nom m s 14.44 29.12 13.38 26.69 -profila profiler ver 1.67 6.62 0.00 0.68 ind:pas:3s; -profilage profilage nom m s 0.12 0.07 0.12 0.07 -profilaient profiler ver 1.67 6.62 0.00 0.74 ind:imp:3p; -profilait profiler ver 1.67 6.62 0.02 0.88 ind:imp:3s; -profilant profiler ver 1.67 6.62 0.00 0.61 par:pre; -profile profiler ver 1.67 6.62 1.16 1.08 imp:pre:2s;ind:pre:1s;ind:pre:3s; -profilent profiler ver 1.67 6.62 0.04 0.61 ind:pre:3p; -profiler profiler ver 1.67 6.62 0.35 1.15 inf; -profileur profileur nom m s 0.13 0.00 0.11 0.00 -profileuse profileur nom f s 0.13 0.00 0.01 0.00 -profils profil nom m p 14.44 29.12 1.06 2.43 -profilèrent profiler ver 1.67 6.62 0.00 0.07 ind:pas:3p; -profilé profiler ver m s 1.67 6.62 0.06 0.07 par:pas; -profilée profiler ver f s 1.67 6.62 0.02 0.47 par:pas; -profilées profiler ver f p 1.67 6.62 0.00 0.20 par:pas; -profilés profiler ver m p 1.67 6.62 0.02 0.07 par:pas; -profit profit nom m s 14.29 25.00 12.26 22.77 -profita profiter ver 67.20 91.22 0.13 7.84 ind:pas:3s; -profitabilité profitabilité nom f s 0.01 0.00 0.01 0.00 -profitable profitable adj s 1.64 1.96 1.32 1.42 -profitables profitable adj p 1.64 1.96 0.32 0.54 -profitai profiter ver 67.20 91.22 0.01 1.35 ind:pas:1s; -profitaient profiter ver 67.20 91.22 0.09 3.04 ind:imp:3p; -profitais profiter ver 67.20 91.22 0.60 1.28 ind:imp:1s;ind:imp:2s; -profitait profiter ver 67.20 91.22 0.52 5.95 ind:imp:3s; -profitant profiter ver 67.20 91.22 0.59 10.20 par:pre; -profite profiter ver 67.20 91.22 13.06 12.91 imp:pre:2s;ind:pre:1s;ind:pre:3s; -profitent profiter ver 67.20 91.22 1.67 3.24 ind:pre:3p; -profiter profiter ver 67.20 91.22 22.50 25.14 inf; -profitera profiter ver 67.20 91.22 0.76 0.74 ind:fut:3s; -profiterai profiter ver 67.20 91.22 1.00 0.47 ind:fut:1s; -profiteraient profiter ver 67.20 91.22 0.05 0.47 cnd:pre:3p; -profiterais profiter ver 67.20 91.22 0.31 0.27 cnd:pre:1s;cnd:pre:2s; -profiterait profiter ver 67.20 91.22 0.27 1.22 cnd:pre:3s; -profiteras profiter ver 67.20 91.22 0.23 0.07 ind:fut:2s; -profiterez profiter ver 67.20 91.22 0.18 0.07 ind:fut:2p; -profiteriez profiter ver 67.20 91.22 0.04 0.00 cnd:pre:2p; -profiterole profiterole nom f s 0.06 0.07 0.00 0.07 -profiteroles profiterole nom f p 0.06 0.07 0.06 0.00 -profiterons profiter ver 67.20 91.22 0.54 0.14 ind:fut:1p; -profiteront profiter ver 67.20 91.22 0.27 0.14 ind:fut:3p; -profites profiter ver 67.20 91.22 6.34 0.61 ind:pre:2s;sub:pre:2s; -profiteur profiteur nom m s 1.00 1.35 0.50 0.54 -profiteurs profiteur nom m p 1.00 1.35 0.47 0.74 -profiteuse profiteur nom f s 1.00 1.35 0.03 0.07 -profitez profiter ver 67.20 91.22 8.51 1.49 imp:pre:2p;ind:pre:2p; -profitiez profiter ver 67.20 91.22 0.19 0.07 ind:imp:2p; -profitions profiter ver 67.20 91.22 0.04 0.47 ind:imp:1p; -profitâmes profiter ver 67.20 91.22 0.00 0.14 ind:pas:1p; -profitons profiter ver 67.20 91.22 2.41 0.41 imp:pre:1p;ind:pre:1p; -profitât profiter ver 67.20 91.22 0.00 0.34 sub:imp:3s; -profits profit nom m p 14.29 25.00 2.04 2.23 -profitèrent profiter ver 67.20 91.22 0.00 0.95 ind:pas:3p; -profité profiter ver m s 67.20 91.22 6.89 12.16 par:pas; -profitée profiter ver f s 67.20 91.22 0.00 0.07 par:pas; -profond profond adj m s 42.41 105.74 24.72 47.77 -profonde profond adj f s 42.41 105.74 11.71 37.97 -profondes profond adj f p 42.41 105.74 3.80 11.55 -profondeur profondeur nom f s 13.30 32.64 8.84 17.84 -profondeurs profondeur nom f p 13.30 32.64 4.46 14.80 -profonds profond adj m p 42.41 105.74 2.19 8.45 -profondément profondément adv 19.00 34.59 19.00 34.59 -profs prof nom p 37.82 20.20 7.46 5.14 -profère proférer ver 0.88 8.24 0.22 1.01 ind:pre:3s; -profèrent proférer ver 0.88 8.24 0.01 0.14 ind:pre:3p; -proféra proférer ver 0.88 8.24 0.02 1.62 ind:pas:3s; -proféraient proférer ver 0.88 8.24 0.00 0.07 ind:imp:3p; -proférait proférer ver 0.88 8.24 0.01 0.95 ind:imp:3s; -proférant proférer ver 0.88 8.24 0.05 0.54 par:pre; -proférations profération nom f p 0.00 0.07 0.00 0.07 -proférer proférer ver 0.88 8.24 0.36 1.89 inf; -proféreraient proférer ver 0.88 8.24 0.00 0.07 cnd:pre:3p; -proférez proférer ver 0.88 8.24 0.02 0.00 ind:pre:2p; -proférions proférer ver 0.88 8.24 0.00 0.07 ind:imp:1p; -proférât proférer ver 0.88 8.24 0.00 0.07 sub:imp:3s; -proféré proférer ver m s 0.88 8.24 0.16 0.88 par:pas; -proférée proférer ver f s 0.88 8.24 0.02 0.34 par:pas; -proférées proférer ver f p 0.88 8.24 0.01 0.27 par:pas; -proférés proférer ver m p 0.88 8.24 0.00 0.34 par:pas; -profus profus adj m s 0.01 0.47 0.00 0.14 -profuse profus adj f s 0.01 0.47 0.01 0.27 -profuses profus adj f p 0.01 0.47 0.00 0.07 -profusion profusion nom f s 0.24 4.73 0.24 4.66 -profusions profusion nom f p 0.24 4.73 0.00 0.07 -progestérone progestérone nom f s 0.07 0.07 0.07 0.07 -prognathe prognathe adj s 0.00 0.47 0.00 0.47 -prognathisme prognathisme nom m s 0.01 0.00 0.01 0.00 -programma programmer ver 7.14 2.30 0.01 0.14 ind:pas:3s; -programmable programmable adj f s 0.06 0.00 0.04 0.00 -programmables programmable adj p 0.06 0.00 0.01 0.00 -programmaient programmer ver 7.14 2.30 0.01 0.07 ind:imp:3p; -programmait programmer ver 7.14 2.30 0.01 0.14 ind:imp:3s; -programmateur programmateur nom m s 0.19 0.14 0.04 0.07 -programmateurs programmateur nom m p 0.19 0.14 0.14 0.07 -programmation programmation nom f s 1.09 0.41 1.09 0.41 -programmatrice programmateur adj f s 0.14 0.00 0.10 0.00 -programme programme nom m s 49.11 26.49 44.16 21.89 -programment programmer ver 7.14 2.30 0.06 0.14 ind:pre:3p; -programmer programmer ver 7.14 2.30 1.36 0.14 inf; -programmerai programmer ver 7.14 2.30 0.04 0.00 ind:fut:1s; -programmes programme nom m p 49.11 26.49 4.95 4.59 -programmeur programmeur nom m s 0.64 0.00 0.38 0.00 -programmeurs programmeur nom m p 0.64 0.00 0.21 0.00 -programmeuse programmeur nom f s 0.64 0.00 0.05 0.00 -programmez programmer ver 7.14 2.30 0.33 0.07 imp:pre:2p;ind:pre:2p; -programmons programmer ver 7.14 2.30 0.01 0.00 imp:pre:1p; -programmé programmer ver m s 7.14 2.30 3.10 0.68 par:pas; -programmée programmer ver f s 7.14 2.30 0.78 0.27 par:pas; -programmées programmer ver f p 7.14 2.30 0.32 0.27 par:pas; -programmés programmer ver m p 7.14 2.30 0.45 0.27 par:pas; -progressa progresser ver 9.92 15.81 0.01 0.47 ind:pas:3s; -progressai progresser ver 9.92 15.81 0.00 0.14 ind:pas:1s; -progressaient progresser ver 9.92 15.81 0.01 0.95 ind:imp:3p; -progressais progresser ver 9.92 15.81 0.13 0.27 ind:imp:1s; -progressait progresser ver 9.92 15.81 0.22 2.91 ind:imp:3s; -progressant progresser ver 9.92 15.81 0.04 1.82 par:pre; -progresse progresser ver 9.92 15.81 3.74 2.91 imp:pre:2s;ind:pre:1s;ind:pre:3s; -progressent progresser ver 9.92 15.81 0.52 1.08 ind:pre:3p; -progresser progresser ver 9.92 15.81 2.23 3.04 inf; -progressera progresser ver 9.92 15.81 0.22 0.00 ind:fut:3s; -progresseraient progresser ver 9.92 15.81 0.00 0.07 cnd:pre:3p; -progresserais progresser ver 9.92 15.81 0.02 0.14 cnd:pre:1s;cnd:pre:2s; -progresserait progresser ver 9.92 15.81 0.01 0.07 cnd:pre:3s; -progresserez progresser ver 9.92 15.81 0.04 0.00 ind:fut:2p; -progresserons progresser ver 9.92 15.81 0.16 0.00 ind:fut:1p; -progresseront progresser ver 9.92 15.81 0.03 0.07 ind:fut:3p; -progresses progresser ver 9.92 15.81 0.63 0.00 ind:pre:2s; -progressez progresser ver 9.92 15.81 0.36 0.00 imp:pre:2p;ind:pre:2p; -progressif progressif adj m s 1.01 5.27 0.42 2.09 -progression progression nom f s 1.73 6.62 1.61 6.62 -progressions progression nom f p 1.73 6.62 0.13 0.00 -progressisme progressisme nom m s 0.01 0.34 0.01 0.34 -progressiste progressiste adj s 1.08 1.08 0.81 0.68 -progressistes progressiste adj p 1.08 1.08 0.28 0.41 -progressive progressif adj f s 1.01 5.27 0.57 2.97 -progressivement progressivement adv 1.44 8.24 1.44 8.24 -progressives progressif adj f p 1.01 5.27 0.02 0.20 -progressons progresser ver 9.92 15.81 0.55 0.27 imp:pre:1p;ind:pre:1p; -progressèrent progresser ver 9.92 15.81 0.00 0.07 ind:pas:3p; -progressé progresser ver m s 9.92 15.81 0.98 1.15 par:pas; -progressée progresser ver f s 9.92 15.81 0.01 0.00 par:pas; -progrès progrès nom m 18.52 29.73 18.52 29.73 -progéniteur progéniteur nom m s 0.00 0.07 0.00 0.07 -progéniture progéniture nom f s 1.64 2.64 1.60 2.57 -progénitures progéniture nom f p 1.64 2.64 0.04 0.07 -prohibait prohiber ver 0.41 1.01 0.01 0.27 ind:imp:3s; -prohibe prohiber ver 0.41 1.01 0.02 0.14 ind:pre:3s; -prohibent prohiber ver 0.41 1.01 0.01 0.00 ind:pre:3p; -prohibition prohibition nom f s 0.79 0.54 0.79 0.54 -prohibitive prohibitif adj f s 0.02 0.00 0.02 0.00 -prohibé prohiber ver m s 0.41 1.01 0.19 0.27 par:pas; -prohibée prohibé adj f s 0.41 0.61 0.18 0.20 -prohibées prohibé adj f p 0.41 0.61 0.04 0.07 -prohibés prohibé adj m p 0.41 0.61 0.15 0.07 -proie proie nom f s 10.61 32.50 9.19 29.59 -proies proie nom f p 10.61 32.50 1.42 2.91 -projecteur projecteur nom m s 5.02 12.91 3.09 5.14 -projecteurs projecteur nom m p 5.02 12.91 1.93 7.77 -projectif projectif adj m s 0.01 0.00 0.01 0.00 -projectile projectile nom m s 1.40 4.46 0.82 1.69 -projectiles projectile nom m p 1.40 4.46 0.58 2.77 -projection projection nom f s 4.66 6.69 3.75 5.41 -projectionniste projectionniste nom s 0.52 0.14 0.50 0.14 -projectionnistes projectionniste nom p 0.52 0.14 0.02 0.00 -projections projection nom f p 4.66 6.69 0.91 1.28 -projet projet nom m s 69.59 70.00 44.18 39.86 -projeta projeter ver 9.75 32.77 0.03 1.28 ind:pas:3s; -projetai projeter ver 9.75 32.77 0.00 0.41 ind:pas:1s; -projetaient projeter ver 9.75 32.77 0.19 1.76 ind:imp:3p; -projetais projeter ver 9.75 32.77 0.24 0.74 ind:imp:1s;ind:imp:2s; -projetait projeter ver 9.75 32.77 0.00 6.69 ind:imp:3s; -projetant projeter ver 9.75 32.77 0.25 2.16 par:pre; -projeter projeter ver 9.75 32.77 1.59 3.11 inf; -projetez projeter ver 9.75 32.77 0.28 0.00 imp:pre:2p;ind:pre:2p; -projetiez projeter ver 9.75 32.77 0.05 0.00 ind:imp:2p; -projetions projeter ver 9.75 32.77 0.05 0.20 ind:imp:1p; -projetâmes projeter ver 9.75 32.77 0.01 0.07 ind:pas:1p; -projetons projeter ver 9.75 32.77 0.38 0.07 imp:pre:1p;ind:pre:1p; -projetât projeter ver 9.75 32.77 0.00 0.14 sub:imp:3s; -projets projet nom m p 69.59 70.00 25.41 30.14 -projette projeter ver 9.75 32.77 2.34 4.73 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -projettent projeter ver 9.75 32.77 0.39 0.81 ind:pre:3p; -projettera projeter ver 9.75 32.77 0.05 0.07 ind:fut:3s; -projetterait projeter ver 9.75 32.77 0.00 0.07 cnd:pre:3s; -projetteriez projeter ver 9.75 32.77 0.00 0.07 cnd:pre:2p; -projetterons projeter ver 9.75 32.77 0.02 0.00 ind:fut:1p; -projettes projeter ver 9.75 32.77 0.33 0.00 ind:pre:2s; -projetèrent projeter ver 9.75 32.77 0.01 0.07 ind:pas:3p; -projeté projeter ver m s 9.75 32.77 2.31 5.54 par:pas; -projetée projeter ver f s 9.75 32.77 0.47 2.57 par:pas; -projetées projeter ver f p 9.75 32.77 0.14 0.41 par:pas; -projetés projeter ver m p 9.75 32.77 0.62 1.82 par:pas; -projo projo nom m s 0.66 0.14 0.36 0.00 -projos projo nom m p 0.66 0.14 0.30 0.14 -prolapsus prolapsus nom m 0.15 0.00 0.15 0.00 -prolifique prolifique adj s 0.20 1.62 0.17 0.95 -prolifiques prolifique adj p 0.20 1.62 0.03 0.68 -prolifère proliférer ver 0.73 2.09 0.16 0.61 ind:pre:1s;ind:pre:3s; -prolifèrent proliférer ver 0.73 2.09 0.21 0.27 ind:pre:3p; -proliféraient proliférer ver 0.73 2.09 0.00 0.27 ind:imp:3p; -proliférait proliférer ver 0.73 2.09 0.01 0.14 ind:imp:3s; -proliférant proliférer ver 0.73 2.09 0.01 0.00 par:pre; -proliférante proliférant adj f s 0.00 0.54 0.00 0.14 -proliférantes proliférant adj f p 0.00 0.54 0.00 0.27 -proliférants proliférant adj m p 0.00 0.54 0.00 0.07 -prolifération prolifération nom f s 0.37 1.08 0.37 1.08 -proliférer proliférer ver 0.73 2.09 0.30 0.54 inf; -proliférera proliférer ver 0.73 2.09 0.01 0.00 ind:fut:3s; -proliféré proliférer ver m s 0.73 2.09 0.03 0.27 par:pas; -proline proline nom f s 0.03 0.00 0.03 0.00 -prolixe prolixe adj s 0.18 1.62 0.18 1.28 -prolixes prolixe adj p 0.18 1.62 0.00 0.34 -prolixité prolixité nom f s 0.00 0.20 0.00 0.20 -prolo prolo nom s 0.90 3.04 0.58 1.35 -prologue prologue nom m s 1.38 1.42 1.38 1.42 -prolongateur prolongateur nom m s 0.01 0.00 0.01 0.00 -prolongation prolongation nom f s 0.97 0.81 0.74 0.54 -prolongations prolongation nom f p 0.97 0.81 0.23 0.27 -prolonge prolonger ver 5.27 35.00 0.99 4.86 imp:pre:2s;ind:pre:1s;ind:pre:3s; -prolongea prolonger ver 5.27 35.00 0.13 1.89 ind:pas:3s; -prolongeaient prolonger ver 5.27 35.00 0.00 2.09 ind:imp:3p; -prolongeais prolonger ver 5.27 35.00 0.00 0.27 ind:imp:1s; -prolongeait prolonger ver 5.27 35.00 0.11 4.46 ind:imp:3s; -prolongeant prolonger ver 5.27 35.00 0.16 2.57 par:pre; -prolongement prolongement nom m s 0.36 4.66 0.35 3.65 -prolongements prolongement nom m p 0.36 4.66 0.01 1.01 -prolongent prolonger ver 5.27 35.00 0.19 0.95 ind:pre:3p; -prolongeât prolonger ver 5.27 35.00 0.00 0.34 sub:imp:3s; -prolonger prolonger ver 5.27 35.00 2.42 9.39 inf; -prolongera prolonger ver 5.27 35.00 0.11 0.14 ind:fut:3s; -prolongeraient prolonger ver 5.27 35.00 0.00 0.27 cnd:pre:3p; -prolongerait prolonger ver 5.27 35.00 0.00 0.74 cnd:pre:3s; -prolongerons prolonger ver 5.27 35.00 0.01 0.07 ind:fut:1p; -prolonges prolonger ver 5.27 35.00 0.04 0.07 ind:pre:2s; -prolongez prolonger ver 5.27 35.00 0.00 0.07 ind:pre:2p; -prolongèrent prolonger ver 5.27 35.00 0.01 0.41 ind:pas:3p; -prolongé prolonger ver m s 5.27 35.00 0.41 2.97 par:pas; -prolongée prolongé adj f s 1.14 6.49 0.59 2.23 -prolongées prolongé adj f p 1.14 6.49 0.06 0.74 -prolongés prolongé adj m p 1.14 6.49 0.17 0.81 -prolos prolo nom p 0.90 3.04 0.32 1.69 -prolégomènes prolégomènes nom m p 0.00 0.68 0.00 0.68 -prolétaire prolétaire nom s 1.79 3.78 0.83 1.35 -prolétaires prolétaire nom p 1.79 3.78 0.96 2.43 -prolétariat prolétariat nom m s 1.12 3.65 1.12 3.58 -prolétariats prolétariat nom m p 1.12 3.65 0.00 0.07 -prolétarien prolétarien adj m s 0.56 2.36 0.14 0.47 -prolétarienne prolétarien adj f s 0.56 2.36 0.42 1.55 -prolétariennes prolétarien adj f p 0.56 2.36 0.00 0.20 -prolétariens prolétarien adj m p 0.56 2.36 0.00 0.14 -prolétarisation prolétarisation nom f s 0.00 0.14 0.00 0.14 -prolétariser prolétariser ver 0.00 0.14 0.00 0.14 inf; -promîmes promettre ver 185.26 101.42 0.01 0.07 ind:pas:1p; -promît promettre ver 185.26 101.42 0.00 0.14 sub:imp:3s; -promazine promazine nom f s 0.01 0.00 0.01 0.00 -promena promener ver 37.80 97.77 0.01 4.26 ind:pas:3s; -promenade promenade nom f s 15.34 58.11 13.45 42.43 -promenades promenade nom f p 15.34 58.11 1.88 15.68 -promenai promener ver 37.80 97.77 0.01 1.42 ind:pas:1s; -promenaient promener ver 37.80 97.77 0.23 5.68 ind:imp:3p; -promenais promener ver 37.80 97.77 1.84 2.84 ind:imp:1s;ind:imp:2s; -promenait promener ver 37.80 97.77 1.33 12.50 ind:imp:3s; -promenant promener ver 37.80 97.77 0.68 6.82 par:pre; -promener promener ver 37.80 97.77 20.02 32.43 inf;;inf;;inf;; -promeneur promeneur nom m s 0.57 8.92 0.22 2.77 -promeneurs promeneur nom m p 0.57 8.92 0.33 5.47 -promeneuse promeneur nom f s 0.57 8.92 0.02 0.27 -promeneuses promeneur nom f p 0.57 8.92 0.00 0.41 -promenez promener ver 37.80 97.77 0.91 0.61 imp:pre:2p;ind:pre:2p; -promeniez promener ver 37.80 97.77 0.03 0.20 ind:imp:2p; -promenions promener ver 37.80 97.77 0.21 1.89 ind:imp:1p; -promenoir promenoir nom m s 0.00 0.54 0.00 0.54 -promenâmes promener ver 37.80 97.77 0.01 0.20 ind:pas:1p; -promenons promener ver 37.80 97.77 0.15 0.74 imp:pre:1p;ind:pre:1p; -promenât promener ver 37.80 97.77 0.00 0.07 sub:imp:3s; -promenèrent promener ver 37.80 97.77 0.00 1.35 ind:pas:3p; -promené promener ver m s 37.80 97.77 0.85 4.26 par:pas; -promenée promener ver f s 37.80 97.77 0.39 2.09 par:pas; -promenées promener ver f p 37.80 97.77 0.02 0.34 par:pas; -promenés promener ver m p 37.80 97.77 0.75 2.57 par:pas; -promesse promesse nom f s 32.20 40.20 20.45 21.76 -promesses promesse nom f p 32.20 40.20 11.75 18.45 -promet promettre ver 185.26 101.42 8.16 6.35 ind:pre:3s; -promets promettre ver 185.26 101.42 68.81 12.30 imp:pre:2s;ind:pre:1s;ind:pre:2s; -promettaient promettre ver 185.26 101.42 0.17 1.82 ind:imp:3p; -promettais promettre ver 185.26 101.42 0.39 1.69 ind:imp:1s;ind:imp:2s; -promettait promettre ver 185.26 101.42 0.82 8.72 ind:imp:3s; -promettant promettre ver 185.26 101.42 0.77 3.38 par:pre; -promette promettre ver 185.26 101.42 0.67 0.34 sub:pre:1s;sub:pre:3s; -promettent promettre ver 185.26 101.42 0.77 1.28 ind:pre:3p; -promettes promettre ver 185.26 101.42 0.67 0.07 sub:pre:2s; -prometteur prometteur adj m s 3.96 2.57 2.75 1.15 -prometteurs prometteur adj m p 3.96 2.57 0.29 0.61 -prometteuse prometteur adj f s 3.96 2.57 0.76 0.54 -prometteuses prometteur adj f p 3.96 2.57 0.16 0.27 -promettez promettre ver 185.26 101.42 7.25 1.42 imp:pre:2p;ind:pre:2p; -promettiez promettre ver 185.26 101.42 0.19 0.14 ind:imp:2p; -promettons promettre ver 185.26 101.42 0.76 0.20 imp:pre:1p;ind:pre:1p; -promettra promettre ver 185.26 101.42 0.03 0.00 ind:fut:3s; -promettrai promettre ver 185.26 101.42 0.28 0.00 ind:fut:1s; -promettraient promettre ver 185.26 101.42 0.00 0.07 cnd:pre:3p; -promettrais promettre ver 185.26 101.42 0.03 0.07 cnd:pre:1s;cnd:pre:2s; -promettrait promettre ver 185.26 101.42 0.00 0.14 cnd:pre:3s; -promettras promettre ver 185.26 101.42 0.00 0.07 ind:fut:2s; -promettre promettre ver 185.26 101.42 10.05 7.16 inf; -promettriez promettre ver 185.26 101.42 0.01 0.00 cnd:pre:2p; -promettront promettre ver 185.26 101.42 0.01 0.14 ind:fut:3p; -promeut promouvoir ver 6.08 3.11 0.04 0.00 ind:pre:3s; -promirent promettre ver 185.26 101.42 0.01 0.34 ind:pas:3p; -promis promettre ver m 185.26 101.42 82.83 42.43 ind:pas:1s;ind:pas:2s;par:pas;par:pas;par:pas; -promiscuité promiscuité nom f s 0.57 4.26 0.57 3.85 -promiscuités promiscuité nom f p 0.57 4.26 0.00 0.41 -promise promis adj f s 10.21 6.62 2.26 4.12 -promises promettre ver f p 185.26 101.42 0.34 0.81 par:pas; -promit promettre ver 185.26 101.42 0.52 10.61 ind:pas:3s; -promo promo nom f s 4.86 0.34 4.74 0.34 -promontoire promontoire nom m s 0.18 3.24 0.18 2.77 -promontoires promontoire nom m p 0.18 3.24 0.00 0.47 -promos promo nom f p 4.86 0.34 0.12 0.00 -promoteur promoteur nom m s 1.41 1.82 1.12 0.81 -promoteurs promoteur nom m p 1.41 1.82 0.28 1.01 -promotion promotion nom f s 14.81 7.64 14.12 6.55 -promotionnait promotionner ver 0.00 0.07 0.00 0.07 ind:imp:3s; -promotionnel promotionnel adj m s 0.23 0.14 0.10 0.07 -promotionnelle promotionnel adj f s 0.23 0.14 0.08 0.00 -promotionnelles promotionnel adj f p 0.23 0.14 0.05 0.07 -promotions promotion nom f p 14.81 7.64 0.70 1.08 -promotrice promoteur nom f s 1.41 1.82 0.01 0.00 -promouvaient promouvoir ver 6.08 3.11 0.01 0.07 ind:imp:3p; -promouvez promouvoir ver 6.08 3.11 0.01 0.00 ind:pre:2p; -promouvoir promouvoir ver 6.08 3.11 1.56 0.74 inf; -prompt prompt adj m s 2.06 8.65 1.70 3.72 -prompte prompt adj f s 2.06 8.65 0.22 2.57 -promptement promptement adv 0.35 2.70 0.35 2.70 -promptes prompt adj f p 2.06 8.65 0.03 0.61 -prompteur prompteur nom m s 0.24 0.07 0.21 0.00 -prompteurs prompteur nom m p 0.24 0.07 0.03 0.07 -promptitude promptitude nom f s 0.21 2.23 0.21 2.23 -prompto prompto adv 0.00 0.07 0.00 0.07 -prompts prompt adj m p 2.06 8.65 0.12 1.76 -promène promener ver 37.80 97.77 6.97 11.55 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -promènent promener ver 37.80 97.77 1.58 3.11 ind:pre:3p; -promènera promener ver 37.80 97.77 0.30 0.14 ind:fut:3s; -promènerai promener ver 37.80 97.77 0.06 0.81 ind:fut:1s; -promèneraient promener ver 37.80 97.77 0.12 0.20 cnd:pre:3p; -promènerais promener ver 37.80 97.77 0.01 0.27 cnd:pre:1s; -promènerait promener ver 37.80 97.77 0.16 0.34 cnd:pre:3s; -promèneras promener ver 37.80 97.77 0.03 0.14 ind:fut:2s; -promènerez promener ver 37.80 97.77 0.04 0.07 ind:fut:2p; -promènerions promener ver 37.80 97.77 0.00 0.07 cnd:pre:1p; -promènerons promener ver 37.80 97.77 0.01 0.14 ind:fut:1p; -promènes promener ver 37.80 97.77 1.08 0.68 ind:pre:2s; -promu promouvoir ver m s 6.08 3.11 3.56 1.62 par:pas; -promue promouvoir ver f s 6.08 3.11 0.65 0.34 par:pas; -promues promouvoir ver f p 6.08 3.11 0.00 0.07 par:pas; -promulgation promulgation nom f s 0.04 0.34 0.04 0.34 -promulguait promulguer ver 0.24 1.82 0.00 0.20 ind:imp:3s; -promulguant promulguer ver 0.24 1.82 0.10 0.07 par:pre; -promulguer promulguer ver 0.24 1.82 0.06 0.41 inf; -promulguera promulguer ver 0.24 1.82 0.00 0.07 ind:fut:3s; -promulgué promulguer ver m s 0.24 1.82 0.04 0.20 par:pas; -promulguée promulguer ver f s 0.24 1.82 0.01 0.34 par:pas; -promulguées promulguer ver f p 0.24 1.82 0.03 0.41 par:pas; -promulgués promulguer ver m p 0.24 1.82 0.00 0.14 par:pas; -promus promouvoir ver m p 6.08 3.11 0.23 0.20 ind:pas:1s;par:pas; -promut promouvoir ver 6.08 3.11 0.01 0.07 ind:pas:3s; -prométhéen prométhéen adj m s 0.04 0.00 0.03 0.00 -prométhéenne prométhéen adj f s 0.04 0.00 0.01 0.00 -pronateurs pronateur adj m p 0.01 0.00 0.01 0.00 -pronation pronation nom f s 0.04 0.14 0.04 0.14 -pronom pronom nom m s 0.22 0.74 0.12 0.68 -pronominal pronominal adj m s 0.00 0.20 0.00 0.07 -pronominale pronominal adj f s 0.00 0.20 0.00 0.07 -pronominaux pronominal adj m p 0.00 0.20 0.00 0.07 -pronoms pronom nom m p 0.22 0.74 0.10 0.07 -prononce prononcer ver 24.81 86.08 5.82 9.19 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -prononcent prononcer ver 24.81 86.08 0.51 0.74 ind:pre:3p; -prononcer prononcer ver 24.81 86.08 7.56 21.76 inf; -prononcera prononcer ver 24.81 86.08 0.10 0.54 ind:fut:3s; -prononcerai prononcer ver 24.81 86.08 0.20 0.00 ind:fut:1s; -prononceraient prononcer ver 24.81 86.08 0.00 0.14 cnd:pre:3p; -prononcerais prononcer ver 24.81 86.08 0.02 0.00 cnd:pre:1s;cnd:pre:2s; -prononcerait prononcer ver 24.81 86.08 0.03 0.47 cnd:pre:3s; -prononceras prononcer ver 24.81 86.08 0.03 0.00 ind:fut:2s; -prononcerez prononcer ver 24.81 86.08 0.02 0.14 ind:fut:2p; -prononceriez prononcer ver 24.81 86.08 0.00 0.07 cnd:pre:2p; -prononcerons prononcer ver 24.81 86.08 0.12 0.00 ind:fut:1p; -prononceront prononcer ver 24.81 86.08 0.02 0.14 ind:fut:3p; -prononces prononcer ver 24.81 86.08 0.85 0.00 ind:pre:2s; -prononcez prononcer ver 24.81 86.08 0.91 0.41 imp:pre:2p;ind:pre:2p; -prononciation prononciation nom f s 0.68 1.69 0.67 1.55 -prononciations prononciation nom f p 0.68 1.69 0.01 0.14 -prononciez prononcer ver 24.81 86.08 0.18 0.00 ind:imp:2p; -prononcions prononcer ver 24.81 86.08 0.04 0.14 ind:imp:1p; -prononcèrent prononcer ver 24.81 86.08 0.00 0.41 ind:pas:3p; -prononcé prononcer ver m s 24.81 86.08 4.99 16.69 par:pas; -prononcée prononcer ver f s 24.81 86.08 0.57 4.59 par:pas; -prononcées prononcer ver f p 24.81 86.08 0.18 1.69 par:pas; -prononcés prononcer ver m p 24.81 86.08 0.50 4.12 par:pas; -prononça prononcer ver 24.81 86.08 0.58 8.78 ind:pas:3s; -prononçable prononçable adj s 0.00 0.27 0.00 0.27 -prononçai prononcer ver 24.81 86.08 0.01 1.28 ind:pas:1s; -prononçaient prononcer ver 24.81 86.08 0.01 1.15 ind:imp:3p; -prononçais prononcer ver 24.81 86.08 0.05 0.47 ind:imp:1s; -prononçait prononcer ver 24.81 86.08 0.38 8.58 ind:imp:3s; -prononçant prononcer ver 24.81 86.08 0.95 3.85 par:pre; -prononças prononcer ver 24.81 86.08 0.10 0.00 ind:pas:2s; -prononçons prononcer ver 24.81 86.08 0.07 0.20 imp:pre:1p;ind:pre:1p; -prononçât prononcer ver 24.81 86.08 0.00 0.54 sub:imp:3s; -pronostic pronostic nom m s 1.78 2.70 0.90 1.01 -pronostics pronostic nom m p 1.78 2.70 0.89 1.69 -pronostiquait pronostiquer ver 0.12 0.47 0.01 0.20 ind:imp:3s; -pronostique pronostiquer ver 0.12 0.47 0.06 0.14 ind:pre:1s;ind:pre:3s; -pronostiquer pronostiquer ver 0.12 0.47 0.04 0.14 inf; -pronostiqueur pronostiqueur nom m s 0.06 0.00 0.06 0.00 -pronostiquiez pronostiquer ver 0.12 0.47 0.01 0.00 ind:imp:2p; -pronunciamiento pronunciamiento nom m s 0.00 0.14 0.00 0.14 -propagande propagande nom f s 4.98 10.07 4.98 9.86 -propagandes propagande nom f p 4.98 10.07 0.00 0.20 -propagandiste propagandiste nom s 0.02 0.54 0.01 0.20 -propagandistes propagandiste nom p 0.02 0.54 0.01 0.34 -propagateur propagateur nom m s 0.03 0.41 0.02 0.14 -propagateurs propagateur nom m p 0.03 0.41 0.01 0.27 -propagation propagation nom f s 0.59 0.95 0.59 0.88 -propagations propagation nom f p 0.59 0.95 0.00 0.07 -propage propager ver 6.42 6.01 1.98 0.81 ind:pre:1s;ind:pre:3s; -propagea propager ver 6.42 6.01 0.01 0.61 ind:pas:3s; -propageaient propager ver 6.42 6.01 0.00 0.61 ind:imp:3p; -propageait propager ver 6.42 6.01 0.20 1.01 ind:imp:3s; -propageant propager ver 6.42 6.01 0.08 0.27 par:pre; -propagent propager ver 6.42 6.01 0.30 0.68 ind:pre:3p; -propageât propager ver 6.42 6.01 0.00 0.07 sub:imp:3s; -propager propager ver 6.42 6.01 1.99 0.88 inf; -propagera propager ver 6.42 6.01 0.41 0.00 ind:fut:3s; -propageraient propager ver 6.42 6.01 0.00 0.07 cnd:pre:3p; -propagerait propager ver 6.42 6.01 0.08 0.00 cnd:pre:3s; -propagez propager ver 6.42 6.01 0.05 0.14 imp:pre:2p;ind:pre:2p; -propagèrent propager ver 6.42 6.01 0.01 0.20 ind:pas:3p; -propagé propager ver m s 6.42 6.01 0.96 0.34 par:pas; -propagée propager ver f s 6.42 6.01 0.30 0.14 par:pas; -propagées propager ver f p 6.42 6.01 0.02 0.14 par:pas; -propagés propager ver m p 6.42 6.01 0.02 0.07 par:pas; -propane propane nom m s 0.39 0.00 0.39 0.00 -propension propension nom f s 0.41 1.96 0.41 1.96 -propergol propergol nom m s 0.01 0.00 0.01 0.00 -prophase prophase nom f s 0.02 0.00 0.02 0.00 -prophète prophète nom m s 12.36 10.61 8.49 6.42 -prophètes prophète nom m p 12.36 10.61 2.83 4.05 -prophétesse prophète nom f s 12.36 10.61 1.04 0.14 -prophétie prophétie nom f s 5.36 3.51 3.69 1.89 -prophéties prophétie nom f p 5.36 3.51 1.66 1.62 -prophétique prophétique adj s 0.84 1.55 0.55 1.01 -prophétiquement prophétiquement adv 0.00 0.07 0.00 0.07 -prophétiques prophétique adj p 0.84 1.55 0.29 0.54 -prophétisaient prophétiser ver 0.43 1.35 0.00 0.20 ind:imp:3p; -prophétisait prophétiser ver 0.43 1.35 0.00 0.47 ind:imp:3s; -prophétisant prophétiser ver 0.43 1.35 0.02 0.00 par:pre; -prophétise prophétiser ver 0.43 1.35 0.02 0.27 imp:pre:2s;ind:pre:3s; -prophétisent prophétiser ver 0.43 1.35 0.02 0.07 ind:pre:3p; -prophétiser prophétiser ver 0.43 1.35 0.14 0.14 inf; -prophétisez prophétiser ver 0.43 1.35 0.00 0.07 ind:pre:2p; -prophétisé prophétiser ver m s 0.43 1.35 0.22 0.14 par:pas; -prophylactique prophylactique adj s 0.17 0.41 0.14 0.14 -prophylactiques prophylactique adj m p 0.17 0.41 0.03 0.27 -prophylaxie prophylaxie nom f s 0.04 0.14 0.04 0.14 -propice propice adj s 2.86 9.80 2.13 7.77 -propices propice adj p 2.86 9.80 0.73 2.03 -propionate propionate nom m s 0.01 0.07 0.01 0.07 -propitiatoire propitiatoire adj s 0.00 0.68 0.00 0.47 -propitiatoires propitiatoire adj f p 0.00 0.68 0.00 0.20 -propolis propolis nom m 0.10 0.00 0.10 0.00 -proportion proportion nom f s 3.17 12.70 1.30 4.26 -proportionnalité proportionnalité nom f s 0.12 0.00 0.12 0.00 -proportionnel proportionnel adj m s 0.86 1.08 0.20 0.34 -proportionnelle proportionnel adj f s 0.86 1.08 0.51 0.74 -proportionnellement proportionnellement adv 0.08 0.34 0.08 0.34 -proportionnelles proportionnel adj f p 0.86 1.08 0.15 0.00 -proportionner proportionner ver 0.07 1.22 0.00 0.14 inf; -proportionné proportionné adj m s 0.46 0.74 0.16 0.41 -proportionnée proportionné adj f s 0.46 0.74 0.26 0.20 -proportionnées proportionner ver f p 0.07 1.22 0.02 0.00 par:pas; -proportionnés proportionné adj m p 0.46 0.74 0.04 0.07 -proportions proportion nom f p 3.17 12.70 1.87 8.45 -propos propos nom m 115.21 106.28 115.21 106.28 -proposa proposer ver 70.00 119.66 0.52 22.91 ind:pas:3s; -proposai proposer ver 70.00 119.66 0.01 2.50 ind:pas:1s; -proposaient proposer ver 70.00 119.66 0.10 3.11 ind:imp:3p; -proposais proposer ver 70.00 119.66 0.80 3.11 ind:imp:1s;ind:imp:2s; -proposait proposer ver 70.00 119.66 0.48 15.61 ind:imp:3s; -proposant proposer ver 70.00 119.66 0.64 3.38 par:pre; -propose proposer ver 70.00 119.66 23.57 21.55 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -proposent proposer ver 70.00 119.66 1.21 2.16 ind:pre:3p; -proposer proposer ver 70.00 119.66 13.44 15.54 inf;; -proposera proposer ver 70.00 119.66 0.28 0.34 ind:fut:3s; -proposerai proposer ver 70.00 119.66 0.48 0.14 ind:fut:1s; -proposeraient proposer ver 70.00 119.66 0.03 0.14 cnd:pre:3p; -proposerais proposer ver 70.00 119.66 0.28 0.41 cnd:pre:1s;cnd:pre:2s; -proposerait proposer ver 70.00 119.66 0.01 0.74 cnd:pre:3s; -proposeras proposer ver 70.00 119.66 0.05 0.07 ind:fut:2s; -proposerez proposer ver 70.00 119.66 0.04 0.14 ind:fut:2p; -proposeriez proposer ver 70.00 119.66 0.01 0.00 cnd:pre:2p; -proposerions proposer ver 70.00 119.66 0.00 0.07 cnd:pre:1p; -proposerons proposer ver 70.00 119.66 0.19 0.00 ind:fut:1p; -proposeront proposer ver 70.00 119.66 0.13 0.14 ind:fut:3p; -proposes proposer ver 70.00 119.66 5.20 0.61 ind:pre:2s; -proposez proposer ver 70.00 119.66 3.30 1.82 imp:pre:2p;ind:pre:2p; -proposiez proposer ver 70.00 119.66 0.09 0.00 ind:imp:2p; -proposions proposer ver 70.00 119.66 0.04 0.41 ind:imp:1p; -proposition proposition nom f s 22.43 20.14 19.28 12.64 -propositions proposition nom f p 22.43 20.14 3.15 7.50 -proposâmes proposer ver 70.00 119.66 0.00 0.07 ind:pas:1p; -proposons proposer ver 70.00 119.66 1.13 0.27 imp:pre:1p;ind:pre:1p; -proposât proposer ver 70.00 119.66 0.00 0.41 sub:imp:3s; -proposèrent proposer ver 70.00 119.66 0.01 1.08 ind:pas:3p; -proposé proposer ver m s 70.00 119.66 16.86 18.92 imp:pre:2s;par:pas; -proposée proposer ver f s 70.00 119.66 0.44 1.96 par:pas; -proposées proposé adj f p 0.54 1.15 0.14 0.27 -proposés proposer ver m p 70.00 119.66 0.63 1.22 par:pas; -propre_à_rien propre_à_rien nom m s 0.00 0.07 0.00 0.07 -propre propre adj s 163.24 207.50 120.61 149.80 -proprement proprement adv 4.54 16.22 4.54 16.22 -propres propre adj p 163.24 207.50 42.63 57.70 -propret propret adj m s 0.18 2.03 0.02 0.81 -proprets propret adj m p 0.18 2.03 0.03 0.07 -proprette propret adj f s 0.18 2.03 0.10 0.54 -proprettes propret adj f p 0.18 2.03 0.02 0.61 -propreté propreté nom f s 2.17 7.97 2.17 7.97 -proprio proprio nom m s 3.55 4.12 3.08 3.78 -proprios proprio nom m p 3.55 4.12 0.47 0.34 -propriétaire propriétaire nom s 37.27 32.77 29.77 23.51 -propriétaires propriétaire nom p 37.27 32.77 7.50 9.26 -propriété propriété nom f s 22.70 20.61 19.18 17.43 -propriétés propriété nom f p 22.70 20.61 3.52 3.18 -propédeute propédeute nom s 0.00 0.07 0.00 0.07 -propulsa propulser ver 1.37 5.95 0.01 0.61 ind:pas:3s; -propulsaient propulser ver 1.37 5.95 0.00 0.14 ind:imp:3p; -propulsais propulser ver 1.37 5.95 0.00 0.07 ind:imp:1s; -propulsait propulser ver 1.37 5.95 0.01 0.47 ind:imp:3s; -propulsant propulser ver 1.37 5.95 0.04 0.27 par:pre; -propulse propulser ver 1.37 5.95 0.32 0.88 imp:pre:2s;ind:pre:1s;ind:pre:3s; -propulsent propulser ver 1.37 5.95 0.02 0.20 ind:pre:3p; -propulser propulser ver 1.37 5.95 0.22 0.74 inf; -propulsera propulser ver 1.37 5.95 0.07 0.00 ind:fut:3s; -propulserait propulser ver 1.37 5.95 0.01 0.00 cnd:pre:3s; -propulseur propulseur nom m s 1.88 0.07 0.69 0.07 -propulseurs propulseur nom m p 1.88 0.07 1.18 0.00 -propulsif propulsif adj m s 0.01 0.00 0.01 0.00 -propulsion propulsion nom f s 2.07 0.34 2.05 0.34 -propulsions propulsion nom f p 2.07 0.34 0.02 0.00 -propulsât propulser ver 1.37 5.95 0.00 0.07 sub:imp:3s; -propulsé propulser ver m s 1.37 5.95 0.36 1.35 par:pas; -propulsée propulser ver f s 1.37 5.95 0.19 0.88 par:pas; -propulsées propulser ver f p 1.37 5.95 0.02 0.07 par:pas; -propulsés propulser ver m p 1.37 5.95 0.10 0.20 par:pas; -propylène propylène nom m s 0.05 0.00 0.05 0.00 -propylées propylée nom m p 0.00 0.14 0.00 0.14 -prorata prorata nom m 0.15 0.20 0.15 0.20 -prorogation prorogation nom f s 0.04 0.07 0.04 0.07 -proroger proroger ver 0.10 0.14 0.10 0.00 inf; -prorogé proroger ver m s 0.10 0.14 0.00 0.14 par:pas; -pros pro nom p 19.45 2.03 5.00 0.41 -prosaïque prosaïque adj s 0.30 1.55 0.28 0.88 -prosaïquement prosaïquement adv 0.00 0.47 0.00 0.47 -prosaïques prosaïque adj p 0.30 1.55 0.03 0.68 -prosaïsme prosaïsme nom m s 0.00 0.14 0.00 0.14 -prosateur prosateur nom m s 0.00 0.20 0.00 0.14 -prosateurs prosateur nom m p 0.00 0.20 0.00 0.07 -proscenium proscenium nom m s 0.01 0.14 0.01 0.14 -proscription proscription nom f s 0.01 0.27 0.01 0.20 -proscriptions proscription nom f p 0.01 0.27 0.00 0.07 -proscrire proscrire ver 1.19 1.28 0.35 0.14 inf; -proscrit proscrire ver m s 1.19 1.28 0.53 0.27 ind:pre:3s;par:pas; -proscrite proscrire ver f s 1.19 1.28 0.02 0.07 par:pas; -proscrites proscrire ver f p 1.19 1.28 0.11 0.07 par:pas; -proscrits proscrit nom m p 0.55 0.54 0.33 0.41 -proscrivait proscrire ver 1.19 1.28 0.00 0.14 ind:imp:3s; -proscrivant proscrire ver 1.19 1.28 0.00 0.14 par:pre; -proscrivit proscrire ver 1.19 1.28 0.00 0.14 ind:pas:3s; -prose prose nom f s 0.81 3.31 0.81 3.31 -prosit prosit ono 0.38 0.41 0.38 0.41 -prosodie prosodie nom f s 0.00 0.27 0.00 0.27 -prosodique prosodique adj f s 0.00 0.07 0.00 0.07 -prosopopées prosopopée nom f p 0.00 0.07 0.00 0.07 -prosoviétique prosoviétique adj s 0.00 0.07 0.00 0.07 -prospect prospect nom m s 0.18 0.00 0.18 0.00 -prospectais prospecter ver 0.82 1.49 0.01 0.07 ind:imp:1s; -prospectait prospecter ver 0.82 1.49 0.01 0.20 ind:imp:3s; -prospectant prospecter ver 0.82 1.49 0.00 0.20 par:pre; -prospecte prospecter ver 0.82 1.49 0.04 0.14 imp:pre:2s;ind:pre:1s;ind:pre:3s; -prospecter prospecter ver 0.82 1.49 0.66 0.68 inf; -prospecteur prospecteur nom m s 0.94 0.27 0.34 0.07 -prospecteurs prospecteur nom m p 0.94 0.27 0.60 0.20 -prospectif prospectif adj m s 0.00 0.34 0.00 0.20 -prospection prospection nom f s 0.17 2.70 0.17 2.30 -prospections prospection nom f p 0.17 2.70 0.00 0.41 -prospective prospective nom f s 0.02 0.14 0.02 0.14 -prospecté prospecter ver m s 0.82 1.49 0.11 0.14 par:pas; -prospectus prospectus nom m 2.06 6.49 2.06 6.49 -prospère prospère adj s 3.54 3.18 3.19 2.23 -prospèrent prospérer ver 1.31 2.03 0.16 0.41 ind:pre:3p; -prospères prospère adj p 3.54 3.18 0.35 0.95 -prospéra prospérer ver 1.31 2.03 0.05 0.14 ind:pas:3s; -prospéraient prospérer ver 1.31 2.03 0.00 0.41 ind:imp:3p; -prospérait prospérer ver 1.31 2.03 0.04 0.41 ind:imp:3s; -prospérer prospérer ver 1.31 2.03 0.44 0.47 inf; -prospérera prospérer ver 1.31 2.03 0.05 0.00 ind:fut:3s; -prospéreraient prospérer ver 1.31 2.03 0.01 0.00 cnd:pre:3p; -prospérité prospérité nom f s 3.09 5.14 3.08 4.93 -prospérités prospérité nom f p 3.09 5.14 0.01 0.20 -prospérons prospérer ver 1.31 2.03 0.01 0.00 ind:pre:1p; -prospérèrent prospérer ver 1.31 2.03 0.00 0.07 ind:pas:3p; -prospéré prospérer ver m s 1.31 2.03 0.34 0.00 par:pas; -prostate prostate nom f s 1.59 1.42 1.59 1.42 -prostatectomie prostatectomie nom f s 0.01 0.00 0.01 0.00 -prostatique prostatique adj s 0.04 0.20 0.04 0.20 -prostatite prostatite nom f s 0.11 0.00 0.11 0.00 -prosterna prosterner ver 1.75 4.73 0.01 0.68 ind:pas:3s; -prosternaient prosterner ver 1.75 4.73 0.04 0.07 ind:imp:3p; -prosternais prosterner ver 1.75 4.73 0.14 0.07 ind:imp:1s; -prosternait prosterner ver 1.75 4.73 0.00 0.20 ind:imp:3s; -prosternant prosterner ver 1.75 4.73 0.18 0.14 par:pre; -prosternation prosternation nom f s 0.11 0.27 0.09 0.07 -prosternations prosternation nom f p 0.11 0.27 0.02 0.20 -prosterne prosterner ver 1.75 4.73 0.52 0.27 imp:pre:2s;ind:pre:1s;ind:pre:3s; -prosternent prosterner ver 1.75 4.73 0.12 0.07 ind:pre:3p; -prosterner prosterner ver 1.75 4.73 0.12 0.95 inf; -prosternera prosterner ver 1.75 4.73 0.07 0.00 ind:fut:3s; -prosternerait prosterner ver 1.75 4.73 0.00 0.07 cnd:pre:3s; -prosterneras prosterner ver 1.75 4.73 0.00 0.14 ind:fut:2s; -prosternerons prosterner ver 1.75 4.73 0.03 0.00 ind:fut:1p; -prosterneront prosterner ver 1.75 4.73 0.01 0.00 ind:fut:3p; -prosternez prosterner ver 1.75 4.73 0.49 0.14 imp:pre:2p;ind:pre:2p; -prosternons prosterner ver 1.75 4.73 0.01 0.00 imp:pre:1p; -prosternèrent prosterner ver 1.75 4.73 0.01 0.14 ind:pas:3p; -prosterné prosterner ver m s 1.75 4.73 0.01 1.15 par:pas; -prosternée prosterner ver f s 1.75 4.73 0.00 0.27 par:pas; -prosternées prosterner ver f p 1.75 4.73 0.00 0.14 par:pas; -prosternés prosterner ver m p 1.75 4.73 0.01 0.27 par:pas; -prosthétique prosthétique adj m s 0.01 0.00 0.01 0.00 -prostitua prostituer ver 3.24 1.49 0.00 0.07 ind:pas:3s; -prostituais prostituer ver 3.24 1.49 0.03 0.00 ind:imp:1s; -prostituait prostituer ver 3.24 1.49 0.16 0.20 ind:imp:3s; -prostituant prostituer ver 3.24 1.49 0.01 0.07 par:pre; -prostitue prostituer ver 3.24 1.49 0.92 0.07 ind:pre:1s;ind:pre:3s; -prostituent prostituer ver 3.24 1.49 0.13 0.07 ind:pre:3p; -prostituer prostituer ver 3.24 1.49 0.77 0.47 inf; -prostituerais prostituer ver 3.24 1.49 0.14 0.00 cnd:pre:2s; -prostitution prostitution nom f s 6.72 2.97 6.72 2.77 -prostitutionnel prostitutionnel adj m s 0.00 0.07 0.00 0.07 -prostitutions prostitution nom f p 6.72 2.97 0.00 0.20 -prostitué prostituer ver m s 3.24 1.49 0.44 0.00 par:pas; -prostituée prostitué nom f s 14.21 9.46 7.53 5.68 -prostituées prostitué nom f p 14.21 9.46 5.63 3.58 -prostitués prostitué nom m p 14.21 9.46 0.61 0.14 -prostrant prostrer ver 0.00 0.07 0.00 0.07 par:pre; -prostration prostration nom f s 0.14 1.01 0.14 0.95 -prostrations prostration nom f p 0.14 1.01 0.00 0.07 -prostré prostré adj m s 0.42 4.93 0.25 2.03 -prostrée prostré adj f s 0.42 4.93 0.15 2.36 -prostrées prostré adj f p 0.42 4.93 0.00 0.07 -prostrés prostré adj m p 0.42 4.93 0.02 0.47 -prosélyte prosélyte nom s 0.14 0.20 0.14 0.00 -prosélytes prosélyte nom p 0.14 0.20 0.00 0.20 -prosélytique prosélytique adj m s 0.00 0.07 0.00 0.07 -prosélytisme prosélytisme nom m s 0.20 0.47 0.20 0.47 -protagoniste protagoniste nom s 0.72 2.03 0.42 0.54 -protagonistes protagoniste nom p 0.72 2.03 0.30 1.49 -protal protal nom m s 0.01 0.20 0.01 0.20 -prote prote nom m s 0.00 1.35 0.00 1.22 -protecteur protecteur nom m s 3.79 5.61 2.71 4.26 -protecteurs protecteur nom m p 3.79 5.61 0.79 0.68 -protection protection nom f s 24.78 17.64 23.88 17.09 -protectionnisme protectionnisme nom m s 0.02 0.14 0.02 0.14 -protections protection nom f p 24.78 17.64 0.91 0.54 -protectorat protectorat nom m s 0.18 1.01 0.18 0.88 -protectorats protectorat nom m p 0.18 1.01 0.00 0.14 -protectrice protecteur adj f s 3.98 10.68 0.92 3.58 -protectrices protecteur adj f p 3.98 10.68 0.21 0.74 -protes prote nom m p 0.00 1.35 0.00 0.14 -protesta protester ver 10.13 38.58 0.04 8.99 ind:pas:3s; -protestai protester ver 10.13 38.58 0.00 2.43 ind:pas:1s; -protestaient protester ver 10.13 38.58 0.05 0.61 ind:imp:3p; -protestais protester ver 10.13 38.58 0.03 1.01 ind:imp:1s; -protestait protester ver 10.13 38.58 0.08 4.12 ind:imp:3s; -protestant protestant adj m s 2.66 3.99 0.91 1.42 -protestante protestant adj f s 2.66 3.99 0.91 1.15 -protestantes protestant adj f p 2.66 3.99 0.14 0.61 -protestantisme protestantisme nom m s 0.31 0.81 0.31 0.81 -protestants protestant nom m p 2.43 4.12 1.79 1.76 -protestataires protestataire nom p 0.07 0.07 0.07 0.07 -protestation protestation nom f s 3.14 13.45 1.69 6.49 -protestations protestation nom f p 3.14 13.45 1.45 6.96 -proteste protester ver 10.13 38.58 3.06 6.82 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -protestent protester ver 10.13 38.58 1.06 0.61 ind:pre:3p; -protester protester ver 10.13 38.58 3.44 8.65 inf; -protestera protester ver 10.13 38.58 0.31 0.14 ind:fut:3s; -protesterai protester ver 10.13 38.58 0.05 0.14 ind:fut:1s; -protesterais protester ver 10.13 38.58 0.01 0.20 cnd:pre:1s;cnd:pre:2s; -protesterait protester ver 10.13 38.58 0.02 0.07 cnd:pre:3s; -protesterons protester ver 10.13 38.58 0.02 0.00 ind:fut:1p; -protestes protester ver 10.13 38.58 0.04 0.14 ind:pre:2s; -protestez protester ver 10.13 38.58 0.52 0.61 imp:pre:2p;ind:pre:2p; -protestions protester ver 10.13 38.58 0.00 0.14 ind:imp:1p; -protestâmes protester ver 10.13 38.58 0.00 0.07 ind:pas:1p; -protestons protester ver 10.13 38.58 0.36 0.00 imp:pre:1p;ind:pre:1p; -protestât protester ver 10.13 38.58 0.00 0.07 sub:imp:3s; -protestèrent protester ver 10.13 38.58 0.01 0.20 ind:pas:3p; -protesté protester ver m s 10.13 38.58 0.88 2.64 par:pas; -protestés protester ver m p 10.13 38.58 0.01 0.00 par:pas; -proteus proteus nom m 0.62 0.00 0.62 0.00 -proèdre proèdre nom m s 0.00 0.07 0.00 0.07 -prothrombine prothrombine nom f s 0.04 0.00 0.04 0.00 -prothèse prothèse nom f s 2.11 1.69 1.73 0.68 -prothèses prothèse nom f p 2.11 1.69 0.39 1.01 -prothésiste prothésiste nom s 0.23 0.00 0.10 0.00 -prothésistes prothésiste nom p 0.23 0.00 0.14 0.00 -prothétique prothétique adj f s 0.01 0.00 0.01 0.00 -protide protide nom m s 0.14 0.07 0.00 0.07 -protides protide nom m p 0.14 0.07 0.14 0.00 -protidique protidique adj m s 0.01 0.00 0.01 0.00 -protistes protiste nom m p 0.01 0.00 0.01 0.00 -protococcus protococcus nom m 0.01 0.00 0.01 0.00 -protocolaire protocolaire adj s 0.06 1.22 0.06 0.95 -protocolaires protocolaire adj p 0.06 1.22 0.00 0.27 -protocole protocole nom m s 6.01 5.61 4.36 5.34 -protocoles protocole nom m p 6.01 5.61 1.66 0.27 -protocoques protocoque nom m p 0.01 0.00 0.01 0.00 -protohistoire protohistoire nom f s 0.00 0.14 0.00 0.14 -proton proton nom m s 0.53 0.14 0.21 0.07 -protonique protonique adj s 0.09 0.00 0.09 0.00 -protonotaire protonotaire nom m s 0.00 0.34 0.00 0.34 -protons proton nom m p 0.53 0.14 0.32 0.07 -protoplasme protoplasme nom m s 0.09 0.00 0.08 0.00 -protoplasmes protoplasme nom m p 0.09 0.00 0.01 0.00 -protoplasmique protoplasmique adj f s 0.00 0.07 0.00 0.07 -protoplaste protoplaste nom m s 0.01 0.00 0.01 0.00 -prototype prototype nom m s 2.81 1.08 2.29 0.74 -prototypes prototype nom m p 2.81 1.08 0.53 0.34 -protoxyde protoxyde nom m s 0.11 0.00 0.11 0.00 -protozoaire protozoaire nom m s 0.04 0.00 0.04 0.00 -protrusion protrusion nom f s 0.01 0.00 0.01 0.00 -protège_cahier protège_cahier nom m s 0.01 0.07 0.01 0.07 -protège_dents protège_dents nom m 0.10 0.27 0.10 0.27 -protège_slip protège_slip nom m s 0.03 0.00 0.03 0.00 -protège_tibia protège_tibia nom m s 0.02 0.00 0.02 0.00 -protège protéger ver 130.71 72.23 27.45 9.53 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -protègent protéger ver 130.71 72.23 3.87 2.43 ind:pre:3p;sub:pre:3p; -protèges protéger ver 130.71 72.23 2.37 0.27 ind:pre:2s;sub:pre:2s; -protéase protéase nom f s 0.01 0.00 0.01 0.00 -protubérance protubérance nom f s 0.42 0.74 0.33 0.47 -protubérances protubérance nom f p 0.42 0.74 0.09 0.27 -protubérant protubérant adj m s 0.04 0.34 0.04 0.07 -protubérante protubérant adj f s 0.04 0.34 0.00 0.07 -protubérantes protubérant adj f p 0.04 0.34 0.00 0.14 -protubérants protubérant adj m p 0.04 0.34 0.00 0.07 -protégea protéger ver 130.71 72.23 0.03 0.41 ind:pas:3s; -protégeai protéger ver 130.71 72.23 0.00 0.14 ind:pas:1s; -protégeaient protéger ver 130.71 72.23 0.81 2.97 ind:imp:3p; -protégeais protéger ver 130.71 72.23 1.10 0.47 ind:imp:1s;ind:imp:2s; -protégeait protéger ver 130.71 72.23 2.42 8.45 ind:imp:3s; -protégeant protéger ver 130.71 72.23 1.15 3.65 par:pre; -protégeons protéger ver 130.71 72.23 0.81 0.00 imp:pre:1p;ind:pre:1p; -protégeât protéger ver 130.71 72.23 0.00 0.07 sub:imp:3s; -protéger protéger ver 130.71 72.23 62.53 26.82 inf;;inf;;inf;;inf;; -protégera protéger ver 130.71 72.23 4.26 0.34 ind:fut:3s; -protégerai protéger ver 130.71 72.23 1.90 0.07 ind:fut:1s; -protégeraient protéger ver 130.71 72.23 0.09 0.27 cnd:pre:3p; -protégerais protéger ver 130.71 72.23 0.21 0.07 cnd:pre:1s;cnd:pre:2s; -protégerait protéger ver 130.71 72.23 0.40 0.95 cnd:pre:3s; -protégeras protéger ver 130.71 72.23 0.31 0.00 ind:fut:2s; -protégerez protéger ver 130.71 72.23 0.29 0.00 ind:fut:2p; -protégeriez protéger ver 130.71 72.23 0.06 0.00 cnd:pre:2p; -protégerons protéger ver 130.71 72.23 0.18 0.00 ind:fut:1p; -protégeront protéger ver 130.71 72.23 0.49 0.14 ind:fut:3p; -protégez protéger ver 130.71 72.23 5.38 0.34 imp:pre:2p;ind:pre:2p; -protégiez protéger ver 130.71 72.23 0.27 0.00 ind:imp:2p; -protégions protéger ver 130.71 72.23 0.14 0.20 ind:imp:1p; -protégé protéger ver m s 130.71 72.23 7.76 6.69 par:pas; -protégée protéger ver f s 130.71 72.23 3.68 3.85 par:pas; -protégées protéger ver f p 130.71 72.23 0.73 1.15 par:pas; -protégés protéger ver m p 130.71 72.23 2.03 2.97 par:pas; -protéiforme protéiforme adj s 0.01 0.14 0.01 0.14 -protéine protéine nom f s 3.59 0.47 0.89 0.07 -protéines protéine nom f p 3.59 0.47 2.71 0.41 -protéinique protéinique adj m s 0.01 0.00 0.01 0.00 -protéiné protéiné adj m s 0.20 0.00 0.08 0.00 -protéinée protéiné adj f s 0.20 0.00 0.12 0.00 -protéinurie protéinurie nom f s 0.04 0.00 0.04 0.00 -protéique protéique adj s 0.11 0.00 0.11 0.00 -protéolytique protéolytique adj f s 0.00 0.07 0.00 0.07 -protêt protêt nom m s 0.00 0.14 0.00 0.07 -protêts protêt nom m p 0.00 0.14 0.00 0.07 -proudhonisme proudhonisme nom m s 0.00 0.07 0.00 0.07 -proue proue nom f s 1.30 5.47 1.30 5.34 -proues proue nom f p 1.30 5.47 0.00 0.14 -prouesse prouesse nom f s 1.15 5.14 0.27 1.42 -prouesses prouesse nom f p 1.15 5.14 0.88 3.72 -proéminait proéminer ver 0.00 0.14 0.00 0.07 ind:imp:3s; -proémine proéminer ver 0.00 0.14 0.00 0.07 ind:pre:3s; -proéminence proéminence nom f s 0.01 0.14 0.01 0.00 -proéminences proéminence nom f p 0.01 0.14 0.00 0.14 -proéminent proéminent adj m s 0.46 2.36 0.04 1.15 -proéminente proéminent adj f s 0.46 2.36 0.03 0.68 -proéminentes proéminent adj f p 0.46 2.36 0.15 0.20 -proéminents proéminent adj m p 0.46 2.36 0.25 0.34 -proustien proustien adj m s 0.02 0.14 0.02 0.00 -proustienne proustien adj f s 0.02 0.14 0.00 0.14 -prout prout ono 0.04 0.27 0.04 0.27 -prouts prout nom m p 0.32 0.00 0.07 0.00 -prouva prouver ver 88.82 52.43 0.04 0.88 ind:pas:3s; -prouvable prouvable adj s 0.02 0.07 0.02 0.07 -prouvai prouver ver 88.82 52.43 0.00 0.07 ind:pas:1s; -prouvaient prouver ver 88.82 52.43 0.14 1.22 ind:imp:3p; -prouvais prouver ver 88.82 52.43 0.08 0.07 ind:imp:1s; -prouvait prouver ver 88.82 52.43 0.53 5.14 ind:imp:3s; -prouvant prouver ver 88.82 52.43 1.09 1.42 par:pre; -prouve prouver ver 88.82 52.43 23.25 13.45 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:1s;sub:pre:3s; -prouvent prouver ver 88.82 52.43 2.71 1.35 ind:pre:3p; -prouver prouver ver 88.82 52.43 41.05 21.15 inf; -prouvera prouver ver 88.82 52.43 2.18 0.27 ind:fut:3s; -prouverai prouver ver 88.82 52.43 2.82 0.34 ind:fut:1s; -prouveraient prouver ver 88.82 52.43 0.01 0.07 cnd:pre:3p; -prouverait prouver ver 88.82 52.43 0.91 0.54 cnd:pre:3s; -prouveras prouver ver 88.82 52.43 0.34 0.07 ind:fut:2s; -prouverez prouver ver 88.82 52.43 0.26 0.14 ind:fut:2p; -prouverons prouver ver 88.82 52.43 0.29 0.00 ind:fut:1p; -prouveront prouver ver 88.82 52.43 0.62 0.20 ind:fut:3p; -prouves prouver ver 88.82 52.43 0.45 0.00 ind:pre:2s; -prouvez prouver ver 88.82 52.43 2.44 0.07 imp:pre:2p;ind:pre:2p; -prouviez prouver ver 88.82 52.43 0.33 0.00 ind:imp:2p; -prouvons prouver ver 88.82 52.43 0.27 0.07 imp:pre:1p;ind:pre:1p; -prouvèrent prouver ver 88.82 52.43 0.01 0.20 ind:pas:3p; -prouvé prouver ver m s 88.82 52.43 8.53 5.41 par:pas; -prouvée prouver ver f s 88.82 52.43 0.24 0.34 par:pas; -prouvées prouver ver f p 88.82 52.43 0.05 0.00 par:pas; -prouvés prouver ver m p 88.82 52.43 0.20 0.00 par:pas; -provenaient provenir ver 13.66 15.34 0.41 1.55 ind:imp:3p; -provenait provenir ver 13.66 15.34 0.98 3.04 ind:imp:3s; -provenance provenance nom f s 3.73 5.27 3.73 4.80 -provenances provenance nom f p 3.73 5.27 0.00 0.47 -provenant provenir ver 13.66 15.34 3.74 6.15 par:pre; -provende provende nom f s 0.00 0.95 0.00 0.95 -provenir provenir ver 13.66 15.34 1.36 1.89 inf; -provençal provençal adj m s 0.05 3.58 0.01 1.28 -provençale provençal adj f s 0.05 3.58 0.03 1.69 -provençales provençal adj f p 0.05 3.58 0.01 0.20 -provençaux provençal adj m p 0.05 3.58 0.00 0.41 -provenu provenir ver m s 13.66 15.34 0.01 0.00 par:pas; -proverbe proverbe nom m s 4.90 4.19 3.90 2.64 -proverbes proverbe nom m p 4.90 4.19 1.00 1.55 -proverbial proverbial adj m s 0.04 0.81 0.01 0.14 -proverbiale proverbial adj f s 0.04 0.81 0.02 0.68 -providence providence nom f s 2.04 2.50 2.04 2.50 -providentiel providentiel adj m s 0.54 3.38 0.48 1.49 -providentielle providentiel adj f s 0.54 3.38 0.04 1.55 -providentiellement providentiellement adv 0.00 0.61 0.00 0.61 -providentielles providentiel adj f p 0.54 3.38 0.01 0.07 -providentiels providentiel adj m p 0.54 3.38 0.01 0.27 -provider provider nom m s 0.03 0.00 0.03 0.00 -proviendrait provenir ver 13.66 15.34 0.03 0.07 cnd:pre:3s; -provienne provenir ver 13.66 15.34 0.16 0.07 sub:pre:3s; -proviennent provenir ver 13.66 15.34 1.77 0.61 ind:pre:3p; -provient provenir ver 13.66 15.34 5.19 1.96 ind:pre:3s; -provietnamien provietnamien adj m s 0.00 0.07 0.00 0.07 -province province nom f s 12.01 30.68 10.21 24.73 -provinces province nom f p 12.01 30.68 1.79 5.95 -provincial provincial adj m s 1.26 5.74 0.28 1.55 -provinciale provincial adj f s 1.26 5.74 0.96 3.11 -provincialement provincialement adv 0.00 0.07 0.00 0.07 -provinciales provincial adj f p 1.26 5.74 0.00 0.88 -provinciaux provincial nom m p 0.78 2.09 0.51 0.81 -proviseur proviseur nom m s 4.45 3.58 4.43 3.45 -proviseurs proviseur nom m p 4.45 3.58 0.02 0.14 -provision provision nom f s 7.46 18.04 1.01 5.34 -provisionnel provisionnel adj m s 0.01 0.20 0.01 0.20 -provisionner provisionner ver 0.00 0.14 0.00 0.07 inf; -provisionnons provisionner ver 0.00 0.14 0.00 0.07 imp:pre:1p; -provisions provision nom f p 7.46 18.04 6.45 12.70 -provisoire provisoire adj s 5.80 16.28 5.44 13.85 -provisoirement provisoirement adv 1.52 7.84 1.52 7.84 -provisoires provisoire adj p 5.80 16.28 0.36 2.43 -provo provo nom m s 0.17 0.14 0.12 0.00 -provoc provoc nom f s 0.21 0.14 0.21 0.14 -provocant provocant adj m s 1.23 5.68 0.17 1.76 -provocante provocant adj f s 1.23 5.68 0.73 2.91 -provocantes provocant adj f p 1.23 5.68 0.15 0.47 -provocants provocant adj m p 1.23 5.68 0.17 0.54 -provocateur provocateur nom m s 0.56 1.01 0.53 0.61 -provocateurs provocateur adj m p 0.32 1.15 0.04 0.47 -provocation provocation nom f s 4.19 11.01 3.32 8.99 -provocations provocation nom f p 4.19 11.01 0.87 2.03 -provocatrice provocateur adj f s 0.32 1.15 0.02 0.07 -provolone provolone nom m s 0.18 0.00 0.18 0.00 -provoqua provoquer ver 34.19 48.85 0.44 3.38 ind:pas:3s; -provoquai provoquer ver 34.19 48.85 0.00 0.07 ind:pas:1s; -provoquaient provoquer ver 34.19 48.85 0.08 2.30 ind:imp:3p; -provoquais provoquer ver 34.19 48.85 0.37 0.34 ind:imp:1s;ind:imp:2s; -provoquait provoquer ver 34.19 48.85 1.06 6.89 ind:imp:3s; -provoquant provoquer ver 34.19 48.85 0.95 2.97 par:pre; -provoque provoquer ver 34.19 48.85 7.12 5.27 imp:pre:2s;ind:pre:1s;ind:pre:3s; -provoquent provoquer ver 34.19 48.85 1.20 1.22 ind:pre:3p; -provoquer provoquer ver 34.19 48.85 9.30 12.23 inf; -provoquera provoquer ver 34.19 48.85 0.65 0.27 ind:fut:3s; -provoquerai provoquer ver 34.19 48.85 0.04 0.00 ind:fut:1s; -provoqueraient provoquer ver 34.19 48.85 0.01 0.14 cnd:pre:3p; -provoquerais provoquer ver 34.19 48.85 0.14 0.00 cnd:pre:1s;cnd:pre:2s; -provoquerait provoquer ver 34.19 48.85 0.39 0.68 cnd:pre:3s; -provoquerez provoquer ver 34.19 48.85 0.04 0.07 ind:fut:2p; -provoqueriez provoquer ver 34.19 48.85 0.11 0.07 cnd:pre:2p; -provoquerions provoquer ver 34.19 48.85 0.01 0.07 cnd:pre:1p; -provoquerons provoquer ver 34.19 48.85 0.03 0.00 ind:fut:1p; -provoqueront provoquer ver 34.19 48.85 0.02 0.07 ind:fut:3p; -provoques provoquer ver 34.19 48.85 1.19 0.00 ind:pre:2s; -provoquez provoquer ver 34.19 48.85 0.50 0.00 imp:pre:2p;ind:pre:2p; -provoquions provoquer ver 34.19 48.85 0.00 0.07 ind:imp:1p; -provoquons provoquer ver 34.19 48.85 0.23 0.00 imp:pre:1p;ind:pre:1p; -provoquât provoquer ver 34.19 48.85 0.01 0.34 sub:imp:3s; -provoquèrent provoquer ver 34.19 48.85 0.01 0.27 ind:pas:3p; -provoqué provoquer ver m s 34.19 48.85 8.07 7.36 par:pas; -provoquée provoquer ver f s 34.19 48.85 1.27 2.50 par:pas; -provoquées provoquer ver f p 34.19 48.85 0.34 1.42 par:pas; -provoqués provoquer ver m p 34.19 48.85 0.59 0.88 par:pas; -provos provo nom m p 0.17 0.14 0.05 0.14 -provéditeur provéditeur nom m s 0.00 0.14 0.00 0.07 -provéditeurs provéditeur nom m p 0.00 0.14 0.00 0.07 -proximal proximal adj m s 0.11 0.27 0.07 0.27 -proximale proximal adj f s 0.11 0.27 0.04 0.00 -proximité proximité nom f s 3.99 14.46 3.99 14.46 -proxo proxo nom m s 0.06 0.41 0.06 0.34 -proxos proxo nom m p 0.06 0.41 0.00 0.07 -proxénète proxénète nom s 0.71 1.01 0.52 0.74 -proxénètes proxénète nom p 0.71 1.01 0.20 0.27 -proxénétisme proxénétisme nom m s 0.42 0.41 0.42 0.41 -proze proze nom m s 0.00 0.41 0.00 0.41 -prèle prèle nom f s 0.02 0.00 0.02 0.00 -près_de près_de adv 4.10 16.35 4.10 16.35 -près près pre 134.13 285.41 134.13 285.41 -pré_salé pré_salé nom m s 0.00 0.20 0.00 0.20 -pré_établi pré_établi adj m s 0.00 0.07 0.00 0.07 -pré pré nom m s 21.59 32.50 5.03 19.80 -préadolescence préadolescence nom f s 0.01 0.00 0.01 0.00 -préadolescente préadolescent nom f s 0.01 0.00 0.01 0.00 -préalable préalable nom m s 0.91 2.03 0.91 1.96 -préalablement préalablement adv 0.08 2.03 0.08 2.03 -préalables préalable adj p 0.59 2.70 0.04 0.34 -préambule préambule nom m s 0.29 2.77 0.25 2.57 -préambules préambule nom m p 0.29 2.77 0.05 0.20 -préau préau nom m s 0.10 4.59 0.10 3.51 -préaux préau nom m p 0.10 4.59 0.00 1.08 -préavis préavis nom m 2.00 1.08 2.00 1.08 -prébendes prébende nom f p 0.00 0.20 0.00 0.20 -précaire précaire adj s 0.98 6.35 0.86 5.41 -précairement précairement adv 0.00 0.47 0.00 0.47 -précaires précaire adj p 0.98 6.35 0.13 0.95 -précambrien précambrien adj m s 0.02 0.00 0.01 0.00 -précambrienne précambrien adj f s 0.02 0.00 0.01 0.00 -précarité précarité nom f s 0.19 1.35 0.19 1.35 -précaution précaution nom f s 10.26 36.01 4.80 19.39 -précautionneuse précautionneux adj f s 0.06 3.24 0.03 0.47 -précautionneusement précautionneusement adv 0.01 3.72 0.01 3.72 -précautionneuses précautionneux adj f p 0.06 3.24 0.00 0.27 -précautionneux précautionneux adj m 0.06 3.24 0.04 2.50 -précautions précaution nom f p 10.26 36.01 5.45 16.62 -précellence précellence nom f s 0.00 0.07 0.00 0.07 -précelles précelles nom f p 0.00 0.07 0.00 0.07 -précepte précepte nom m s 1.55 2.23 0.17 1.08 -préceptes précepte nom m p 1.55 2.23 1.38 1.15 -précepteur précepteur nom m s 0.80 2.91 0.32 2.16 -précepteurs précepteur nom m p 0.80 2.91 0.04 0.68 -préceptrice précepteur nom f s 0.80 2.91 0.44 0.07 -précession précession nom f s 0.00 0.20 0.00 0.20 -prêcha prêcher ver 7.82 7.43 0.12 0.20 ind:pas:3s; -prêchaient prêcher ver 7.82 7.43 0.03 0.61 ind:imp:3p; -prêchais prêcher ver 7.82 7.43 0.04 0.07 ind:imp:1s;ind:imp:2s; -prêchait prêcher ver 7.82 7.43 0.49 1.55 ind:imp:3s; -prêchant prêcher ver 7.82 7.43 0.34 0.27 par:pre; -préchauffage préchauffage nom m s 0.02 0.00 0.02 0.00 -préchauffer préchauffer ver 0.01 0.00 0.01 0.00 inf; -prêche prêcher ver 7.82 7.43 1.70 0.74 imp:pre:2s;ind:pre:1s;ind:pre:3s; -prêchent prêcher ver 7.82 7.43 0.77 0.41 ind:pre:3p; -prêcher prêcher ver 7.82 7.43 3.06 2.36 inf; -prêches prêcher ver 7.82 7.43 0.20 0.14 ind:pre:2s; -prêcheur prêcheur nom m s 0.82 4.59 0.58 0.74 -prêcheurs prêcheur nom m p 0.82 4.59 0.20 3.78 -prêcheuse prêcheur nom f s 0.82 4.59 0.03 0.07 -prêchez prêcher ver 7.82 7.43 0.25 0.07 imp:pre:2p;ind:pre:2p; -prêchi_prêcha prêchi_prêcha nom m 0.11 0.14 0.11 0.14 -prêché prêcher ver m s 7.82 7.43 0.63 0.88 par:pas; -prêchée prêcher ver f s 7.82 7.43 0.20 0.14 par:pas; -précieuse précieux adj f s 24.66 39.19 6.96 8.85 -précieusement précieusement adv 0.44 1.76 0.44 1.76 -précieuses précieux adj f p 24.66 39.19 1.58 7.43 -précieux précieux adj m 24.66 39.19 16.13 22.91 -préciosité préciosité nom f s 0.02 1.28 0.02 1.08 -préciosités préciosité nom f p 0.02 1.28 0.00 0.20 -précipice précipice nom m s 1.67 3.38 1.44 1.62 -précipices précipice nom m p 1.67 3.38 0.24 1.76 -précipita précipiter ver 11.89 66.96 0.19 14.05 ind:pas:3s; -précipitai précipiter ver 11.89 66.96 0.01 2.09 ind:pas:1s; -précipitaient précipiter ver 11.89 66.96 0.02 2.91 ind:imp:3p; -précipitais précipiter ver 11.89 66.96 0.04 0.88 ind:imp:1s;ind:imp:2s; -précipitait précipiter ver 11.89 66.96 0.08 5.95 ind:imp:3s; -précipitamment précipitamment adv 0.99 10.14 0.99 10.14 -précipitant précipiter ver 11.89 66.96 0.31 2.23 par:pre; -précipitation précipitation nom f s 2.35 6.35 1.90 6.15 -précipitations précipitation nom f p 2.35 6.35 0.45 0.20 -précipite précipiter ver 11.89 66.96 2.10 11.08 imp:pre:2s;ind:pre:1s;ind:pre:3s; -précipitent précipiter ver 11.89 66.96 0.51 2.84 ind:pre:3p; -précipiter précipiter ver 11.89 66.96 2.53 9.46 inf;; -précipitera précipiter ver 11.89 66.96 0.05 0.00 ind:fut:3s; -précipiterai précipiter ver 11.89 66.96 0.04 0.14 ind:fut:1s; -précipiteraient précipiter ver 11.89 66.96 0.05 0.20 cnd:pre:3p; -précipiterais précipiter ver 11.89 66.96 0.20 0.00 cnd:pre:1s;cnd:pre:2s; -précipiterait précipiter ver 11.89 66.96 0.02 0.74 cnd:pre:3s; -précipiteras précipiter ver 11.89 66.96 0.01 0.07 ind:fut:2s; -précipiterez précipiter ver 11.89 66.96 0.00 0.07 ind:fut:2p; -précipiterions précipiter ver 11.89 66.96 0.00 0.14 cnd:pre:1p; -précipiteront précipiter ver 11.89 66.96 0.02 0.14 ind:fut:3p; -précipites précipiter ver 11.89 66.96 0.37 0.20 ind:pre:2s;sub:pre:2s; -précipitez précipiter ver 11.89 66.96 0.44 0.14 imp:pre:2p;ind:pre:2p; -précipitiez précipiter ver 11.89 66.96 0.03 0.00 ind:imp:2p; -précipitions précipiter ver 11.89 66.96 0.00 0.14 ind:imp:1p; -précipitâmes précipiter ver 11.89 66.96 0.00 0.34 ind:pas:1p; -précipitons précipiter ver 11.89 66.96 0.36 0.47 imp:pre:1p;ind:pre:1p; -précipitât précipiter ver 11.89 66.96 0.00 0.27 sub:imp:3s; -précipitèrent précipiter ver 11.89 66.96 0.20 1.82 ind:pas:3p; -précipité précipiter ver m s 11.89 66.96 2.67 6.55 par:pas; -précipitée précipiter ver f s 11.89 66.96 1.36 2.09 par:pas; -précipitées précipité adj f p 1.83 8.45 0.10 0.95 -précipités précipiter ver m p 11.89 66.96 0.23 1.55 par:pas; -préciputs préciput nom m p 0.00 0.07 0.00 0.07 -précis précis adj m 31.59 61.82 20.18 38.24 -précisa préciser ver 9.29 48.31 0.00 8.65 ind:pas:3s; -précisai préciser ver 9.29 48.31 0.00 0.74 ind:pas:1s; -précisaient préciser ver 9.29 48.31 0.02 0.95 ind:imp:3p; -précisais préciser ver 9.29 48.31 0.01 0.47 ind:imp:1s;ind:imp:2s; -précisait préciser ver 9.29 48.31 0.06 4.26 ind:imp:3s; -précisant préciser ver 9.29 48.31 0.12 2.77 par:pre; -précise précis adj f s 31.59 61.82 6.97 15.68 -précisent préciser ver 9.29 48.31 0.39 0.81 ind:pre:3p; -préciser préciser ver 9.29 48.31 3.77 13.04 inf; -précisera préciser ver 9.29 48.31 0.00 0.20 ind:fut:3s; -préciserai préciser ver 9.29 48.31 0.02 0.20 ind:fut:1s; -préciserais préciser ver 9.29 48.31 0.01 0.07 cnd:pre:1s; -préciserait préciser ver 9.29 48.31 0.00 0.14 cnd:pre:3s; -préciserez préciser ver 9.29 48.31 0.00 0.07 ind:fut:2p; -préciseront préciser ver 9.29 48.31 0.00 0.07 ind:fut:3p; -précises précis adj f p 31.59 61.82 4.43 7.91 -précisez préciser ver 9.29 48.31 0.38 0.14 imp:pre:2p; -précision précision nom f s 6.86 24.26 5.50 18.99 -précisions précision nom f p 6.86 24.26 1.35 5.27 -précisons préciser ver 9.29 48.31 0.02 0.00 imp:pre:1p;ind:pre:1p; -précisât préciser ver 9.29 48.31 0.00 0.34 sub:imp:3s; -précisèrent préciser ver 9.29 48.31 0.00 0.47 ind:pas:3p; -précisé préciser ver m s 9.29 48.31 2.48 5.34 par:pas; -précisée préciser ver f s 9.29 48.31 0.14 0.74 par:pas; -précisées préciser ver f p 9.29 48.31 0.01 0.68 par:pas; -précisément précisément adv 12.80 34.80 12.80 34.80 -précisés préciser ver m p 9.29 48.31 0.01 0.07 par:pas; -précité précité adj m s 0.04 0.41 0.01 0.14 -précitée précité adj f s 0.04 0.41 0.01 0.00 -précitées précité adj f p 0.04 0.41 0.01 0.20 -précités précité adj m p 0.04 0.41 0.01 0.07 -précoce précoce adj s 2.66 5.61 2.31 4.39 -précocement précocement adv 0.01 1.15 0.01 1.15 -précoces précoce adj p 2.66 5.61 0.35 1.22 -précocité précocité nom f s 0.12 1.35 0.12 1.35 -précognition précognition nom f s 0.03 0.00 0.03 0.00 -précolombien précolombien adj m s 0.06 0.07 0.02 0.00 -précolombienne précolombien adj f s 0.06 0.07 0.04 0.00 -précolombiennes précolombien adj f p 0.06 0.07 0.00 0.07 -préconisa préconiser ver 1.80 1.96 0.00 0.14 ind:pas:3s; -préconisaient préconiser ver 1.80 1.96 0.00 0.20 ind:imp:3p; -préconisais préconiser ver 1.80 1.96 0.03 0.00 ind:imp:1s;ind:imp:2s; -préconisait préconiser ver 1.80 1.96 0.02 0.41 ind:imp:3s; -préconisant préconiser ver 1.80 1.96 0.01 0.00 par:pre; -préconisation préconisation nom f s 0.01 0.00 0.01 0.00 -préconise préconiser ver 1.80 1.96 0.82 0.41 ind:pre:1s;ind:pre:3s; -préconisent préconiser ver 1.80 1.96 0.17 0.14 ind:pre:3p; -préconiser préconiser ver 1.80 1.96 0.15 0.20 inf; -préconiserais préconiser ver 1.80 1.96 0.11 0.00 cnd:pre:1s; -préconises préconiser ver 1.80 1.96 0.01 0.07 ind:pre:2s; -préconisez préconiser ver 1.80 1.96 0.14 0.00 imp:pre:2p;ind:pre:2p; -préconisiez préconiser ver 1.80 1.96 0.02 0.00 ind:imp:2p; -préconisât préconiser ver 1.80 1.96 0.00 0.07 sub:imp:3s; -préconisé préconiser ver m s 1.80 1.96 0.19 0.20 par:pas; -préconisée préconiser ver f s 1.80 1.96 0.11 0.07 par:pas; -préconisées préconiser ver f p 1.80 1.96 0.00 0.07 par:pas; -préconisés préconiser ver m p 1.80 1.96 0.01 0.00 par:pas; -préconçu préconçu adj m s 0.06 0.81 0.00 0.07 -préconçue préconçu adj f s 0.06 0.81 0.04 0.20 -préconçues préconcevoir ver f p 0.04 0.00 0.04 0.00 par:pas; -précède précéder ver 6.09 41.22 1.30 7.03 imp:pre:2s;ind:pre:1s;ind:pre:3s; -précèdent précéder ver 6.09 41.22 0.30 2.16 ind:pre:3p; -précéda précéder ver 6.09 41.22 0.01 2.09 ind:pas:3s; -précédai précéder ver 6.09 41.22 0.00 0.07 ind:pas:1s; -précédaient précéder ver 6.09 41.22 0.04 1.76 ind:imp:3p; -précédais précéder ver 6.09 41.22 0.00 0.14 ind:imp:1s; -précédait précéder ver 6.09 41.22 0.20 5.54 ind:imp:3s; -précédant précéder ver 6.09 41.22 0.87 3.78 par:pre; -précédassent précéder ver 6.09 41.22 0.00 0.07 sub:imp:3p; -précédemment précédemment adv 11.48 2.16 11.48 2.16 -précédent précédent nom m s 5.08 10.07 3.36 4.66 -précédente précédent adj f s 7.63 24.12 2.21 8.99 -précédentes précédent adj f p 7.63 24.12 0.94 3.38 -précédents précédent adj m p 7.63 24.12 2.16 5.61 -précéder précéder ver 6.09 41.22 0.09 2.23 inf; -précédera précéder ver 6.09 41.22 0.13 0.14 ind:fut:3s; -précéderai précéder ver 6.09 41.22 0.14 0.00 ind:fut:1s; -précéderaient précéder ver 6.09 41.22 0.00 0.14 cnd:pre:3p; -précéderait précéder ver 6.09 41.22 0.01 0.20 cnd:pre:3s; -précéderions précéder ver 6.09 41.22 0.00 0.07 cnd:pre:1p; -précédez précéder ver 6.09 41.22 0.50 0.07 imp:pre:2p;ind:pre:2p; -précédons précéder ver 6.09 41.22 0.02 0.00 ind:pre:1p; -précédèrent précéder ver 6.09 41.22 0.02 1.76 ind:pas:3p; -précédé précéder ver m s 6.09 41.22 1.27 7.77 par:pas; -précédée précéder ver f s 6.09 41.22 0.56 2.97 par:pas; -précédées précéder ver f p 6.09 41.22 0.18 0.41 par:pas; -précédés précéder ver m p 6.09 41.22 0.45 2.84 par:pas; -précuit précuit adj m s 0.12 0.00 0.01 0.00 -précuites précuit adj f p 0.12 0.00 0.11 0.00 -précurseur précurseur nom m s 0.34 1.49 0.14 1.01 -précurseurs précurseur nom m p 0.34 1.49 0.20 0.47 -prud_homme prud_homme nom m s 0.21 0.07 0.01 0.00 -prud_homme prud_homme nom m p 0.21 0.07 0.20 0.07 -prédateur prédateur nom m s 2.38 0.68 1.54 0.34 -prédateurs prédateur nom m p 2.38 0.68 0.84 0.34 -prédation prédation nom f s 0.04 0.00 0.04 0.00 -prédatrice prédateur adj f s 0.40 0.54 0.11 0.07 -prude prude adj s 0.52 0.81 0.50 0.61 -prédelle prédelle nom f s 0.00 0.14 0.00 0.14 -prudemment prudemment adv 2.76 9.86 2.76 9.86 -prudence prudence nom f s 5.04 20.07 5.04 19.32 -prudences prudence nom f p 5.04 20.07 0.00 0.74 -prudent prudent adj m s 37.60 20.41 23.79 12.43 -prudente prudent adj f s 37.60 20.41 6.15 4.53 -prudentes prudent adj f p 37.60 20.41 0.54 0.68 -prudents prudent adj m p 37.60 20.41 7.13 2.77 -pruderie pruderie nom f s 0.01 0.68 0.01 0.54 -pruderies pruderie nom f p 0.01 0.68 0.00 0.14 -prudes prude nom p 0.51 0.47 0.20 0.14 -prédestinaient prédestiner ver 0.65 0.74 0.00 0.14 ind:imp:3p; -prédestination prédestination nom f s 0.04 1.01 0.04 0.95 -prédestinations prédestination nom f p 0.04 1.01 0.00 0.07 -prédestiné prédestiner ver m s 0.65 0.74 0.41 0.27 par:pas; -prédestinée prédestiner ver f s 0.65 0.74 0.20 0.07 par:pas; -prédestinées prédestiné adj f p 0.08 0.81 0.00 0.07 -prédestinés prédestiner ver m p 0.65 0.74 0.04 0.27 par:pas; -prudhommesque prudhommesque adj m s 0.14 0.07 0.14 0.00 -prudhommesques prudhommesque adj f p 0.14 0.07 0.00 0.07 -prédicant prédicant nom m s 0.00 0.54 0.00 0.27 -prédicants prédicant nom m p 0.00 0.54 0.00 0.27 -prédicat prédicat nom m s 0.01 0.00 0.01 0.00 -prédicateur prédicateur nom m s 0.84 1.69 0.66 1.01 -prédicateurs prédicateur nom m p 0.84 1.69 0.19 0.68 -prédication prédication nom f s 0.29 0.61 0.25 0.41 -prédications prédication nom f p 0.29 0.61 0.05 0.20 -prédictible prédictible adj s 0.01 0.00 0.01 0.00 -prédictif prédictif adj m s 0.05 0.00 0.01 0.00 -prédiction prédiction nom f s 2.06 3.24 1.08 1.89 -prédictions prédiction nom f p 2.06 3.24 0.98 1.35 -prédictive prédictif adj f s 0.05 0.00 0.04 0.00 -prédigestion prédigestion nom f s 0.00 0.07 0.00 0.07 -prédigéré prédigéré adj m s 0.01 0.00 0.01 0.00 -prédilection prédilection nom f s 0.35 3.18 0.34 3.11 -prédilections prédilection nom f p 0.35 3.18 0.01 0.07 -prédira prédire ver 9.05 6.82 0.01 0.00 ind:fut:3s; -prédire prédire ver 9.05 6.82 2.52 1.28 inf; -prédirent prédire ver 9.05 6.82 0.00 0.07 ind:pas:3p; -prédirez prédire ver 9.05 6.82 0.01 0.00 ind:fut:2p; -prédis prédire ver 9.05 6.82 1.02 0.81 imp:pre:2s;ind:pre:1s;ind:pre:2s; -prédisaient prédire ver 9.05 6.82 0.03 0.14 ind:imp:3p; -prédisait prédire ver 9.05 6.82 0.12 0.61 ind:imp:3s; -prédisant prédire ver 9.05 6.82 0.12 0.20 par:pre; -prédise prédire ver 9.05 6.82 0.16 0.00 sub:pre:1s;sub:pre:3s; -prédisent prédire ver 9.05 6.82 0.25 0.20 ind:pre:3p; -prédisez prédire ver 9.05 6.82 0.04 0.00 ind:pre:2p; -prédisiez prédire ver 9.05 6.82 0.00 0.07 ind:imp:2p; -prédisposait prédisposer ver 0.27 0.68 0.00 0.07 ind:imp:3s; -prédisposant prédisposer ver 0.27 0.68 0.00 0.07 par:pre; -prédispose prédisposer ver 0.27 0.68 0.03 0.27 imp:pre:2s;ind:pre:3s; -prédisposition prédisposition nom f s 0.46 0.41 0.21 0.27 -prédispositions prédisposition nom f p 0.46 0.41 0.25 0.14 -prédisposé prédisposer ver m s 0.27 0.68 0.09 0.14 par:pas; -prédisposée prédisposer ver f s 0.27 0.68 0.13 0.07 par:pas; -prédisposées prédisposer ver f p 0.27 0.68 0.01 0.07 par:pas; -prédisposés prédisposer ver m p 0.27 0.68 0.01 0.00 par:pas; -prédit prédire ver m s 9.05 6.82 4.46 3.38 ind:pre:3s;par:pas; -prédite prédire ver f s 9.05 6.82 0.32 0.07 par:pas; -prédominaient prédominer ver 0.12 0.27 0.00 0.07 ind:imp:3p; -prédominait prédominer ver 0.12 0.27 0.00 0.14 ind:imp:3s; -prédominance prédominance nom f s 0.01 0.47 0.01 0.47 -prédominant prédominant adj m s 0.11 0.34 0.04 0.14 -prédominante prédominant adj f s 0.11 0.34 0.07 0.20 -prédomine prédominer ver 0.12 0.27 0.08 0.00 ind:pre:3s; -prédominer prédominer ver 0.12 0.27 0.01 0.00 inf; -prédécesseur prédécesseur nom m s 2.27 3.18 1.60 1.96 -prédécesseurs prédécesseur nom m p 2.27 3.18 0.67 1.22 -prédécoupée prédécoupé adj f s 0.01 0.00 0.01 0.00 -prédéfini prédéfinir ver m s 0.03 0.00 0.01 0.00 par:pas; -prédéfinies prédéfinir ver f p 0.03 0.00 0.01 0.00 par:pas; -prédéterminer prédéterminer ver 0.55 0.07 0.00 0.07 inf; -prédéterminé prédéterminer ver m s 0.55 0.07 0.24 0.00 par:pas; -prédéterminée prédéterminer ver f s 0.55 0.07 0.26 0.00 par:pas; -prédéterminées prédéterminer ver f p 0.55 0.07 0.02 0.00 par:pas; -prédéterminés prédéterminer ver m p 0.55 0.07 0.02 0.00 par:pas; -préemption préemption nom f s 0.05 0.07 0.05 0.07 -préemptive préemptif adj f s 0.01 0.00 0.01 0.00 -préencollé préencollé adj m s 0.01 0.00 0.01 0.00 -préexistaient préexister ver 0.01 0.27 0.00 0.07 ind:imp:3p; -préexistait préexister ver 0.01 0.27 0.00 0.07 ind:imp:3s; -préexistant préexistant adj m s 0.04 0.00 0.01 0.00 -préexistante préexistant adj f s 0.04 0.00 0.03 0.00 -préexistants préexistant adj m p 0.04 0.00 0.01 0.00 -préexiste préexister ver 0.01 0.27 0.00 0.14 ind:pre:3s; -préexisté préexister ver m s 0.01 0.27 0.01 0.00 par:pas; -préfabriqué préfabriqué adj m s 0.62 1.42 0.19 0.88 -préfabriquée préfabriqué adj f s 0.62 1.42 0.23 0.14 -préfabriquées préfabriqué adj f p 0.62 1.42 0.00 0.20 -préfabriqués préfabriqué adj m p 0.62 1.42 0.20 0.20 -préface préface nom f s 0.42 2.97 0.42 2.64 -préfacent préfacer ver 0.04 0.34 0.00 0.07 ind:pre:3p; -préfacer préfacer ver 0.04 0.34 0.04 0.00 inf; -préfaces préface nom f p 0.42 2.97 0.00 0.34 -préfacier préfacier nom m s 0.00 0.07 0.00 0.07 -préfacé préfacer ver m s 0.04 0.34 0.00 0.14 par:pas; -préfacées préfacer ver f p 0.04 0.34 0.00 0.07 par:pas; -préfectance préfectance nom f s 0.00 0.14 0.00 0.14 -préfectorale préfectoral adj f s 0.00 0.07 0.00 0.07 -préfecture préfecture nom f s 3.98 7.91 3.97 7.36 -préfectures préfecture nom f p 3.98 7.91 0.01 0.54 -préfet préfet nom m s 7.56 8.45 7.42 7.09 -préfets préfet nom m p 7.56 8.45 0.14 1.35 -préfiguraient préfigurer ver 0.02 1.69 0.00 0.34 ind:imp:3p; -préfigurait préfigurer ver 0.02 1.69 0.00 0.34 ind:imp:3s; -préfigurant préfigurer ver 0.02 1.69 0.00 0.07 par:pre; -préfiguration préfiguration nom f s 0.00 0.61 0.00 0.61 -préfigure préfigurer ver 0.02 1.69 0.01 0.41 ind:pre:3s; -préfigurent préfigurer ver 0.02 1.69 0.00 0.14 ind:pre:3p; -préfigurer préfigurer ver 0.02 1.69 0.01 0.07 inf; -préfiguré préfigurer ver m s 0.02 1.69 0.00 0.07 par:pas; -préfigurée préfigurer ver f s 0.02 1.69 0.00 0.27 par:pas; -préfix préfix adj m 0.01 0.00 0.01 0.00 -préfixation préfixation nom f s 0.01 0.00 0.01 0.00 -préfixe préfixe nom m s 0.35 0.34 0.23 0.14 -préfixes préfixe nom m p 0.35 0.34 0.12 0.20 -préformait préformer ver 0.00 0.14 0.00 0.07 ind:imp:3s; -préformation préformation nom f s 0.00 0.07 0.00 0.07 -préformer préformer ver 0.00 0.14 0.00 0.07 inf; -préfrontal préfrontal adj m s 0.06 0.07 0.05 0.00 -préfrontale préfrontal adj f s 0.06 0.07 0.01 0.07 -préfère préférer ver 179.44 133.38 90.34 36.15 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -préfèrent préférer ver 179.44 133.38 5.94 3.85 ind:pre:3p;sub:pre:3p; -préfères préférer ver 179.44 133.38 21.62 5.68 ind:pre:2s; -préféra préférer ver 179.44 133.38 0.32 4.66 ind:pas:3s; -préférable préférable adj s 4.56 7.70 4.39 7.30 -préférablement préférablement adv 0.01 0.00 0.01 0.00 -préférables préférable adj p 4.56 7.70 0.17 0.41 -préférai préférer ver 179.44 133.38 0.13 0.95 ind:pas:1s; -préféraient préférer ver 179.44 133.38 0.67 3.72 ind:imp:3p; -préférais préférer ver 179.44 133.38 3.66 9.19 ind:imp:1s;ind:imp:2s; -préférait préférer ver 179.44 133.38 2.85 21.55 ind:imp:3s; -préférant préférer ver 179.44 133.38 0.21 3.65 par:pre; -préférence préférence nom f s 5.73 13.92 4.65 12.16 -préférences préférence nom f p 5.73 13.92 1.09 1.76 -préférentiel préférentiel adj m s 0.16 0.14 0.06 0.07 -préférentielle préférentiel adj f s 0.16 0.14 0.10 0.07 -préférer préférer ver 179.44 133.38 1.68 5.95 inf; -préférera préférer ver 179.44 133.38 0.66 0.27 ind:fut:3s; -préférerai préférer ver 179.44 133.38 0.40 0.07 ind:fut:1s; -préféreraient préférer ver 179.44 133.38 0.43 0.47 cnd:pre:3p; -préférerais préférer ver 179.44 133.38 14.52 5.14 cnd:pre:1s;cnd:pre:2s; -préférerait préférer ver 179.44 133.38 1.73 1.22 cnd:pre:3s; -préféreras préférer ver 179.44 133.38 0.20 0.00 ind:fut:2s; -préférerez préférer ver 179.44 133.38 0.09 0.07 ind:fut:2p; -préféreriez préférer ver 179.44 133.38 1.17 0.68 cnd:pre:2p; -préférerions préférer ver 179.44 133.38 0.28 0.07 cnd:pre:1p; -préféreront préférer ver 179.44 133.38 0.03 0.00 ind:fut:3p; -préférez préférer ver 179.44 133.38 12.19 5.81 imp:pre:2p;ind:pre:2p; -préfériez préférer ver 179.44 133.38 0.39 0.20 ind:imp:2p; -préférions préférer ver 179.44 133.38 0.02 1.35 ind:imp:1p; -préférâmes préférer ver 179.44 133.38 0.00 0.07 ind:pas:1p; -préférons préférer ver 179.44 133.38 1.67 0.95 imp:pre:1p;ind:pre:1p; -préférât préférer ver 179.44 133.38 0.00 0.47 sub:imp:3s; -préférèrent préférer ver 179.44 133.38 0.00 0.47 ind:pas:3p; -préféré préférer ver m s 179.44 133.38 17.57 19.73 par:pas; -préférée préféré adj f s 27.42 11.01 9.82 3.45 -préférées préféré adj f p 27.42 11.01 1.80 1.15 -préférés préféré adj m p 27.42 11.01 2.04 1.96 -prégnance prégnance nom f s 0.00 0.14 0.00 0.14 -prégnante prégnant adj f s 0.01 0.00 0.01 0.00 -préhenseur préhenseur adj m s 1.00 0.00 1.00 0.00 -préhensile préhensile adj m s 0.01 0.07 0.01 0.07 -préhension préhension nom f s 0.10 0.07 0.10 0.07 -préhensives préhensif adj f p 0.00 0.07 0.00 0.07 -préhistoire préhistoire nom f s 0.73 2.84 0.73 2.84 -préhistorien préhistorien nom m s 0.00 0.07 0.00 0.07 -préhistorique préhistorique adj s 1.28 2.91 0.83 1.55 -préhistoriques préhistorique adj p 1.28 2.91 0.45 1.35 -préhominien préhominien nom m s 0.00 0.07 0.00 0.07 -préindustriel préindustriel adj m s 0.01 0.00 0.01 0.00 -préjudice préjudice nom m s 1.80 2.03 1.56 1.96 -préjudices préjudice nom m p 1.80 2.03 0.25 0.07 -préjudiciable préjudiciable adj s 0.34 0.88 0.30 0.47 -préjudiciables préjudiciable adj m p 0.34 0.88 0.03 0.41 -préjuge préjuger ver 0.16 1.69 0.00 0.20 ind:pre:3s; -préjugeait préjuger ver 0.16 1.69 0.00 0.07 ind:imp:3s; -préjugeant préjuger ver 0.16 1.69 0.00 0.20 par:pre; -préjuger préjuger ver 0.16 1.69 0.02 0.88 inf; -préjugé préjugé nom m s 4.79 10.61 0.93 2.43 -préjugée préjuger ver f s 0.16 1.69 0.00 0.07 par:pas; -préjugés préjugé nom m p 4.79 10.61 3.86 8.18 -prélassaient prélasser ver 0.73 2.57 0.00 0.20 ind:imp:3p; -prélassais prélasser ver 0.73 2.57 0.02 0.07 ind:imp:1s; -prélassait prélasser ver 0.73 2.57 0.01 0.34 ind:imp:3s; -prélassant prélasser ver 0.73 2.57 0.01 0.14 par:pre; -prélasse prélasser ver 0.73 2.57 0.33 0.41 ind:pre:1s;ind:pre:3s; -prélassent prélasser ver 0.73 2.57 0.02 0.27 ind:pre:3p; -prélasser prélasser ver 0.73 2.57 0.33 0.88 inf; -prélassera prélasser ver 0.73 2.57 0.00 0.07 ind:fut:3s; -prélasseront prélasser ver 0.73 2.57 0.00 0.07 ind:fut:3p; -prélassez prélasser ver 0.73 2.57 0.00 0.07 ind:pre:2p; -prélassiez prélasser ver 0.73 2.57 0.01 0.00 ind:imp:2p; -prélassèrent prélasser ver 0.73 2.57 0.00 0.07 ind:pas:3p; -prélat prélat nom m s 0.14 2.77 0.04 1.76 -prélats prélat nom m p 0.14 2.77 0.10 1.01 -prélavage prélavage nom m s 0.01 0.00 0.01 0.00 -prélaver prélaver ver 0.01 0.00 0.01 0.00 inf; -prélegs prélegs nom m 0.00 0.07 0.00 0.07 -prêles prêle nom f p 0.00 0.14 0.00 0.14 -préleva prélever ver 6.07 5.81 0.00 0.27 ind:pas:3s; -prélevaient prélever ver 6.07 5.81 0.11 0.14 ind:imp:3p; -prélevais prélever ver 6.07 5.81 0.11 0.07 ind:imp:1s; -prélevait prélever ver 6.07 5.81 0.01 0.47 ind:imp:3s; -prélevant prélever ver 6.07 5.81 0.16 0.14 par:pre; -prélever prélever ver 6.07 5.81 1.75 1.35 inf; -prélevez prélever ver 6.07 5.81 0.18 0.00 imp:pre:2p;ind:pre:2p; -prélevons prélever ver 6.07 5.81 0.07 0.00 imp:pre:1p;ind:pre:1p; -prélevèrent prélever ver 6.07 5.81 0.01 0.07 ind:pas:3p; -prélevé prélever ver m s 6.07 5.81 1.87 0.81 par:pas; -prélevée prélever ver f s 6.07 5.81 0.40 0.74 par:pas; -prélevées prélever ver f p 6.07 5.81 0.39 0.54 par:pas; -prélevés prélever ver m p 6.07 5.81 0.32 0.54 par:pas; -préliminaire préliminaire adj s 3.12 1.69 2.21 0.74 -préliminaires préliminaire nom m p 1.67 1.08 1.56 0.88 -prélève prélever ver 6.07 5.81 0.59 0.41 imp:pre:2s;ind:pre:1s;ind:pre:3s; -prélèvement prélèvement nom m s 4.33 1.28 2.43 0.54 -prélèvements prélèvement nom m p 4.33 1.28 1.89 0.74 -prélèvent prélever ver 6.07 5.81 0.05 0.14 ind:pre:3p; -prélèveraient prélever ver 6.07 5.81 0.00 0.07 cnd:pre:3p; -prélèverait prélever ver 6.07 5.81 0.00 0.07 cnd:pre:3s; -prélèverez prélever ver 6.07 5.81 0.03 0.00 ind:fut:2p; -prélèverions prélever ver 6.07 5.81 0.02 0.00 cnd:pre:1p; -préluda préluder ver 0.00 2.57 0.00 0.20 ind:pas:3s; -préludaient préluder ver 0.00 2.57 0.00 0.07 ind:imp:3p; -préludait préluder ver 0.00 2.57 0.00 0.34 ind:imp:3s; -préludant préluder ver 0.00 2.57 0.00 0.14 par:pre; -prélude prélude nom m s 1.23 2.91 0.89 2.36 -préludent préluder ver 0.00 2.57 0.00 0.14 ind:pre:3p; -préluder préluder ver 0.00 2.57 0.00 0.27 inf; -préluderait préluder ver 0.00 2.57 0.00 0.07 cnd:pre:3s; -préludes prélude nom m p 1.23 2.91 0.34 0.54 -préludât préluder ver 0.00 2.57 0.00 0.07 sub:imp:3s; -préludèrent préluder ver 0.00 2.57 0.00 0.07 ind:pas:3p; -préludé préluder ver m s 0.00 2.57 0.00 0.27 par:pas; -prématurité prématurité nom f s 0.01 0.00 0.01 0.00 -prématuré prématuré adj m s 2.39 3.18 1.51 1.22 -prématurée prématuré adj f s 2.39 3.18 0.68 1.28 -prématurées prématuré adj f p 2.39 3.18 0.14 0.61 -prématurément prématurément adv 1.22 2.03 1.22 2.03 -prématurés prématuré nom m p 1.00 0.20 0.20 0.00 -prémenstruel prémenstruel adj m s 0.26 0.00 0.21 0.00 -prémenstruelle prémenstruel adj f s 0.26 0.00 0.05 0.00 -prémices prémices nom f p 0.34 1.35 0.34 1.35 -prémisse prémisse nom f s 0.11 0.68 0.05 0.07 -prémisses prémisse nom f p 0.11 0.68 0.05 0.61 -prémolaire prémolaire nom f s 0.23 0.14 0.19 0.07 -prémolaires prémolaire nom f p 0.23 0.14 0.04 0.07 -prémonition prémonition nom f s 3.54 2.64 2.46 2.03 -prémonitions prémonition nom f p 3.54 2.64 1.08 0.61 -prémonitoire prémonitoire adj s 0.43 1.62 0.24 1.22 -prémonitoires prémonitoire adj p 0.43 1.62 0.19 0.41 -prémontrés prémontré adj m p 0.00 0.07 0.00 0.07 -préméditait préméditer ver 0.66 1.89 0.00 0.14 ind:imp:3s; -préméditation préméditation nom f s 1.30 1.82 1.30 1.69 -préméditations préméditation nom f p 1.30 1.82 0.00 0.14 -prémédite préméditer ver 0.66 1.89 0.01 0.14 ind:pre:3s; -préméditer préméditer ver 0.66 1.89 0.02 0.00 inf; -préméditera préméditer ver 0.66 1.89 0.00 0.07 ind:fut:3s; -préméditons préméditer ver 0.66 1.89 0.00 0.07 ind:pre:1p; -prémédité prémédité adj m s 1.46 0.95 1.25 0.27 -préméditée prémédité adj f s 1.46 0.95 0.11 0.41 -préméditées préméditer ver f p 0.66 1.89 0.00 0.07 par:pas; -prémédités prémédité adj m p 1.46 0.95 0.11 0.20 -prémuni prémunir ver m s 0.07 0.95 0.02 0.14 par:pas; -prémunie prémunir ver f s 0.07 0.95 0.00 0.07 par:pas; -prémunir prémunir ver 0.07 0.95 0.04 0.54 inf; -prémuniraient prémunir ver 0.07 0.95 0.00 0.07 cnd:pre:3p; -prémunis prémunir ver m p 0.07 0.95 0.00 0.07 par:pas; -prémunissent prémunir ver 0.07 0.95 0.00 0.07 ind:pre:3p; -prénatal prénatal adj m s 0.46 0.54 0.27 0.14 -prénatale prénatal adj f s 0.46 0.54 0.12 0.41 -prénatales prénatal adj f p 0.46 0.54 0.05 0.00 -prénataux prénatal adj m p 0.46 0.54 0.02 0.00 -prune prune nom f s 2.94 5.68 1.07 1.55 -pruneau pruneau nom m s 1.59 3.65 0.92 1.35 -pruneaux pruneau nom m p 1.59 3.65 0.67 2.30 -prunelle prunelle nom f s 1.10 15.74 0.94 3.11 -prunelles prunelle nom f p 1.10 15.74 0.16 12.64 -prunellier prunellier nom m s 0.00 0.47 0.00 0.07 -prunelliers prunellier nom m p 0.00 0.47 0.00 0.41 -prunes prune nom f p 2.94 5.68 1.87 4.12 -prunier prunier nom m s 0.96 2.57 0.49 1.28 -pruniers prunier nom m p 0.96 2.57 0.47 1.28 -prénom_type prénom_type nom m s 0.00 0.07 0.00 0.07 -prénom prénom nom m s 25.88 30.47 23.18 24.19 -prénomma prénommer ver 0.83 2.36 0.00 0.07 ind:pas:3s; -prénommaient prénommer ver 0.83 2.36 0.00 0.07 ind:imp:3p; -prénommais prénommer ver 0.83 2.36 0.03 0.00 ind:imp:1s; -prénommait prénommer ver 0.83 2.36 0.02 0.81 ind:imp:3s; -prénommant prénommer ver 0.83 2.36 0.00 0.14 par:pre; -prénomme prénommer ver 0.83 2.36 0.06 0.47 imp:pre:2s;ind:pre:3s; -prénomment prénommer ver 0.83 2.36 0.14 0.07 ind:pre:3p; -prénommer prénommer ver 0.83 2.36 0.00 0.27 inf; -prénommez prénommer ver 0.83 2.36 0.02 0.00 ind:pre:2p; -prénommât prénommer ver 0.83 2.36 0.00 0.07 sub:imp:3s; -prénommèrent prénommer ver 0.83 2.36 0.01 0.00 ind:pas:3p; -prénommé prénommer ver m s 0.83 2.36 0.38 0.41 par:pas; -prénommée prénommé nom f s 0.26 0.47 0.17 0.20 -prénoms prénom nom m p 25.88 30.47 2.70 6.28 -prénuptial prénuptial adj m s 0.47 0.20 0.30 0.07 -prénuptiale prénuptial adj f s 0.47 0.20 0.17 0.14 -prunus prunus nom m 0.00 0.07 0.00 0.07 -préoccupa préoccuper ver 17.43 18.92 0.01 0.07 ind:pas:3s; -préoccupai préoccuper ver 17.43 18.92 0.00 0.14 ind:pas:1s; -préoccupaient préoccuper ver 17.43 18.92 0.02 0.68 ind:imp:3p; -préoccupais préoccuper ver 17.43 18.92 0.23 0.27 ind:imp:1s;ind:imp:2s; -préoccupait préoccuper ver 17.43 18.92 0.52 3.78 ind:imp:3s; -préoccupant préoccupant adj m s 0.35 0.88 0.27 0.27 -préoccupante préoccupant adj f s 0.35 0.88 0.06 0.41 -préoccupantes préoccupant adj f p 0.35 0.88 0.02 0.20 -préoccupation préoccupation nom f s 3.23 11.82 1.53 3.99 -préoccupations préoccupation nom f p 3.23 11.82 1.69 7.84 -préoccupe préoccuper ver 17.43 18.92 7.48 2.57 imp:pre:2s;ind:pre:1s;ind:pre:3s; -préoccupent préoccuper ver 17.43 18.92 0.34 0.41 ind:pre:3p; -préoccuper préoccuper ver 17.43 18.92 2.68 3.45 inf; -préoccupera préoccuper ver 17.43 18.92 0.04 0.07 ind:fut:3s; -préoccuperai préoccuper ver 17.43 18.92 0.03 0.00 ind:fut:1s; -préoccuperaient préoccuper ver 17.43 18.92 0.01 0.00 cnd:pre:3p; -préoccuperais préoccuper ver 17.43 18.92 0.03 0.00 cnd:pre:1s; -préoccuperait préoccuper ver 17.43 18.92 0.06 0.00 cnd:pre:3s; -préoccupes préoccuper ver 17.43 18.92 0.81 0.14 ind:pre:2s; -préoccupez préoccuper ver 17.43 18.92 0.85 0.07 imp:pre:2p;ind:pre:2p; -préoccupiez préoccuper ver 17.43 18.92 0.02 0.00 ind:imp:2p; -préoccupions préoccuper ver 17.43 18.92 0.00 0.07 ind:imp:1p; -préoccupons préoccuper ver 17.43 18.92 0.02 0.20 imp:pre:1p;ind:pre:1p; -préoccupât préoccuper ver 17.43 18.92 0.00 0.20 sub:imp:3s; -préoccupâtes préoccuper ver 17.43 18.92 0.01 0.00 ind:pas:2p; -préoccupèrent préoccuper ver 17.43 18.92 0.00 0.07 ind:pas:3p; -préoccupé préoccuper ver m s 17.43 18.92 2.84 3.85 par:pas; -préoccupée préoccuper ver f s 17.43 18.92 0.71 1.35 par:pas; -préoccupées préoccupé adj f p 1.44 4.86 0.01 0.20 -préoccupés préoccuper ver m p 17.43 18.92 0.68 1.22 par:pas; -préopératoire préopératoire adj s 0.05 0.00 0.05 0.00 -prépa prépa nom f s 0.78 0.00 0.78 0.00 -prépara préparer ver 174.32 154.12 0.30 5.00 ind:pas:3s; -préparai préparer ver 174.32 154.12 0.02 1.22 ind:pas:1s; -préparaient préparer ver 174.32 154.12 0.90 5.41 ind:imp:3p; -préparais préparer ver 174.32 154.12 1.68 2.43 ind:imp:1s;ind:imp:2s; -préparait préparer ver 174.32 154.12 3.38 25.00 ind:imp:3s; -préparant préparer ver 174.32 154.12 1.00 5.14 par:pre; -préparateur préparateur nom m s 0.05 1.15 0.04 0.88 -préparateurs préparateur nom m p 0.05 1.15 0.00 0.14 -préparatif préparatif nom m s 3.09 7.36 0.00 0.07 -préparatifs préparatif nom m p 3.09 7.36 3.09 7.30 -préparation préparation nom f s 6.13 10.54 5.17 9.73 -préparations préparation nom f p 6.13 10.54 0.95 0.81 -préparatoire préparatoire adj s 0.52 2.64 0.43 1.55 -préparatoires préparatoire adj p 0.52 2.64 0.09 1.08 -préparatrice préparateur nom f s 0.05 1.15 0.01 0.07 -préparatrices préparateur nom f p 0.05 1.15 0.00 0.07 -prépare préparer ver 174.32 154.12 45.54 19.59 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:1s; -préparent préparer ver 174.32 154.12 6.09 3.72 ind:pre:3p; -préparer préparer ver 174.32 154.12 46.70 43.24 ind:pre:2p;inf; -préparera préparer ver 174.32 154.12 0.85 0.41 ind:fut:3s; -préparerai préparer ver 174.32 154.12 1.65 0.47 ind:fut:1s; -prépareraient préparer ver 174.32 154.12 0.15 0.14 cnd:pre:3p; -préparerais préparer ver 174.32 154.12 0.24 0.14 cnd:pre:1s;cnd:pre:2s; -préparerait préparer ver 174.32 154.12 0.03 0.68 cnd:pre:3s; -prépareras préparer ver 174.32 154.12 0.05 0.00 ind:fut:2s; -préparerez préparer ver 174.32 154.12 0.04 0.00 ind:fut:2p; -préparerons préparer ver 174.32 154.12 0.30 0.07 ind:fut:1p; -prépareront préparer ver 174.32 154.12 0.04 0.07 ind:fut:3p; -prépares préparer ver 174.32 154.12 3.35 0.61 ind:pre:2s;sub:pre:2s; -préparez préparer ver 174.32 154.12 26.72 2.03 imp:pre:2p;ind:pre:2p; -prépariez préparer ver 174.32 154.12 0.38 0.07 ind:imp:2p; -préparions préparer ver 174.32 154.12 0.12 0.61 ind:imp:1p; -préparons préparer ver 174.32 154.12 2.92 0.74 imp:pre:1p;ind:pre:1p; -préparât préparer ver 174.32 154.12 0.00 0.54 sub:imp:3s; -préparèrent préparer ver 174.32 154.12 0.11 0.34 ind:pas:3p; -préparé préparer ver m s 174.32 154.12 25.19 21.96 par:pas; -préparée préparer ver f s 174.32 154.12 2.97 6.82 par:pas; -préparées préparer ver f p 174.32 154.12 0.75 2.77 par:pas; -préparés préparer ver m p 174.32 154.12 2.86 4.93 par:pas; -prépayée prépayer ver f s 0.01 0.00 0.01 0.00 par:pas; -prépondérance prépondérance nom f s 0.07 0.61 0.07 0.61 -prépondérant prépondérant adj m s 0.15 1.35 0.12 0.27 -prépondérante prépondérant adj f s 0.15 1.35 0.03 0.88 -prépondérants prépondérant adj m p 0.15 1.35 0.00 0.20 -préposition préposition nom f s 0.23 0.20 0.20 0.07 -prépositions préposition nom f p 0.23 0.20 0.03 0.14 -préposé préposé nom m s 0.91 3.99 0.77 2.84 -préposée préposé nom f s 0.91 3.99 0.10 0.41 -préposées préposé nom f p 0.91 3.99 0.00 0.07 -préposés préposé nom m p 0.91 3.99 0.04 0.68 -prépotence prépotence nom f s 0.00 0.07 0.00 0.07 -préprogrammé préprogrammé adj m s 0.09 0.00 0.07 0.00 -préprogrammée préprogrammé adj f s 0.09 0.00 0.03 0.00 -prépubère prépubère adj s 0.08 0.00 0.08 0.00 -prépuce prépuce nom m s 0.89 0.47 0.88 0.41 -prépuces prépuce nom m p 0.89 0.47 0.01 0.07 -préraphaélite préraphaélite adj s 0.00 0.07 0.00 0.07 -prérentrée prérentrée nom f s 0.01 0.00 0.01 0.00 -préretraite préretraite nom f s 0.04 0.00 0.04 0.00 -prurigo prurigo nom m s 0.00 0.07 0.00 0.07 -prurit prurit nom m s 2.15 0.88 2.15 0.88 -prérogative prérogative nom f s 0.59 1.35 0.28 0.27 -prérogatives prérogative nom f p 0.59 1.35 0.31 1.08 -préroman préroman adj m s 0.00 0.07 0.00 0.07 -préréglé prérégler ver m s 0.03 0.00 0.03 0.00 par:pas; -prérévolutionnaire prérévolutionnaire adj f s 0.00 0.07 0.00 0.07 -prés pré nom m p 21.59 32.50 16.56 12.70 -présage présage nom m s 2.99 4.59 1.95 2.77 -présagea présager ver 0.79 3.31 0.00 0.14 ind:pas:3s; -présageaient présager ver 0.79 3.31 0.01 0.27 ind:imp:3p; -présageait présager ver 0.79 3.31 0.13 0.95 ind:imp:3s; -présagent présager ver 0.79 3.31 0.01 0.00 ind:pre:3p; -présager présager ver 0.79 3.31 0.14 1.49 inf; -présagerait présager ver 0.79 3.31 0.01 0.07 cnd:pre:3s; -présages présage nom m p 2.99 4.59 1.04 1.82 -présagé présager ver m s 0.79 3.31 0.01 0.00 par:pas; -préscolaire préscolaire adj f s 0.07 0.00 0.05 0.00 -préscolaires préscolaire adj p 0.07 0.00 0.02 0.00 -présence présence nom f s 45.03 135.54 44.95 133.11 -présences présence nom f p 45.03 135.54 0.07 2.43 -présent présent nom m s 66.72 141.01 65.14 137.23 -présenta présenter ver 165.86 135.14 0.93 13.18 ind:pas:3s; -présentable présentable adj s 3.17 2.09 2.65 1.82 -présentables présentable adj p 3.17 2.09 0.52 0.27 -présentai présenter ver 165.86 135.14 0.17 1.28 ind:pas:1s; -présentaient présenter ver 165.86 135.14 0.21 4.32 ind:imp:3p; -présentais présenter ver 165.86 135.14 0.40 0.74 ind:imp:1s;ind:imp:2s; -présentait présenter ver 165.86 135.14 1.59 20.14 ind:imp:3s; -présentant présenter ver 165.86 135.14 1.09 5.54 par:pre; -présentassent présenter ver 165.86 135.14 0.00 0.07 sub:imp:3p; -présentateur présentateur nom m s 2.91 1.49 1.76 1.08 -présentateurs présentateur nom m p 2.91 1.49 0.20 0.14 -présentation présentation nom f s 7.88 8.38 5.52 4.80 -présentations présentation nom f p 7.88 8.38 2.37 3.58 -présentatrice présentateur nom f s 2.91 1.49 0.95 0.20 -présentatrices présentatrice nom f p 0.20 0.00 0.20 0.00 -présente présenter ver 165.86 135.14 61.59 27.50 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -présentement présentement adv 1.27 3.78 1.27 3.78 -présentent présenter ver 165.86 135.14 3.81 4.73 ind:pre:3p; -présenter présenter ver 165.86 135.14 56.14 28.99 inf;; -présentera présenter ver 165.86 135.14 1.91 0.61 ind:fut:3s; -présenterai présenter ver 165.86 135.14 2.89 0.88 ind:fut:1s; -présenteraient présenter ver 165.86 135.14 0.00 0.61 cnd:pre:3p; -présenterais présenter ver 165.86 135.14 0.43 0.07 cnd:pre:1s;cnd:pre:2s; -présenterait présenter ver 165.86 135.14 0.36 2.03 cnd:pre:3s; -présenteras présenter ver 165.86 135.14 0.24 0.20 ind:fut:2s; -présenterez présenter ver 165.86 135.14 0.82 0.41 ind:fut:2p; -présenteriez présenter ver 165.86 135.14 0.03 0.00 cnd:pre:2p; -présenterons présenter ver 165.86 135.14 0.36 0.00 ind:fut:1p; -présenteront présenter ver 165.86 135.14 0.51 0.41 ind:fut:3p; -présentes présenter ver 165.86 135.14 3.44 0.41 ind:pre:2s; -présentez présenter ver 165.86 135.14 5.83 0.81 imp:pre:2p;ind:pre:2p; -présentiez présenter ver 165.86 135.14 0.40 0.14 ind:imp:2p; -présentions présenter ver 165.86 135.14 0.02 0.20 ind:imp:1p; -présentoir présentoir nom m s 0.38 1.35 0.38 0.88 -présentoirs présentoir nom m p 0.38 1.35 0.00 0.47 -présentons présenter ver 165.86 135.14 0.79 0.54 imp:pre:1p;ind:pre:1p; -présentât présenter ver 165.86 135.14 0.00 0.27 sub:imp:3s; -présents présent adj m p 53.70 80.74 5.38 8.85 -présentèrent présenter ver 165.86 135.14 0.15 1.28 ind:pas:3p; -présenté présenter ver m s 165.86 135.14 12.58 11.42 par:pas; -présentée présenter ver f s 165.86 135.14 3.86 3.99 par:pas; -présentées présenter ver f p 165.86 135.14 0.73 1.76 par:pas; -présentés présenter ver m p 165.86 135.14 4.57 2.64 par:pas; -préserva préserver ver 14.61 21.15 0.01 0.20 ind:pas:3s; -préservaient préserver ver 14.61 21.15 0.00 0.47 ind:imp:3p; -préservais préserver ver 14.61 21.15 0.11 0.07 ind:imp:1s; -préservait préserver ver 14.61 21.15 0.17 1.01 ind:imp:3s; -préservant préserver ver 14.61 21.15 0.45 0.41 par:pre; -préservateur préservateur nom m s 0.01 0.00 0.01 0.00 -préservatif préservatif nom m s 5.19 0.47 2.16 0.07 -préservatifs préservatif nom m p 5.19 0.47 3.03 0.41 -préservation préservation nom f s 1.00 0.47 1.00 0.47 -préserve préserver ver 14.61 21.15 2.99 1.62 imp:pre:2s;ind:pre:1s;ind:pre:3s; -préservent préserver ver 14.61 21.15 0.10 0.34 ind:pre:3p; -préserver préserver ver 14.61 21.15 7.26 9.66 ind:pre:2p;inf; -préservera préserver ver 14.61 21.15 0.23 0.07 ind:fut:3s; -préserverai préserver ver 14.61 21.15 0.03 0.00 ind:fut:1s; -préserverait préserver ver 14.61 21.15 0.00 0.20 cnd:pre:3s; -préservez préserver ver 14.61 21.15 0.54 0.20 imp:pre:2p;ind:pre:2p; -préservons préserver ver 14.61 21.15 0.21 0.00 imp:pre:1p;ind:pre:1p; -préservé préserver ver m s 14.61 21.15 1.49 3.65 par:pas; -préservée préserver ver f s 14.61 21.15 0.59 2.36 par:pas; -préservées préserver ver f p 14.61 21.15 0.32 0.41 par:pas; -préservés préserver ver m p 14.61 21.15 0.12 0.47 par:pas; -présida présider ver 4.72 10.61 0.14 0.27 ind:pas:3s; -présidai présider ver 4.72 10.61 0.00 0.20 ind:pas:1s; -présidaient présider ver 4.72 10.61 0.00 0.41 ind:imp:3p; -présidais présider ver 4.72 10.61 0.17 0.00 ind:imp:1s; -présidait présider ver 4.72 10.61 0.46 2.16 ind:imp:3s; -présidant présider ver 4.72 10.61 0.00 0.47 par:pre; -préside présider ver 4.72 10.61 1.20 1.69 imp:pre:2s;ind:pre:1s;ind:pre:3s; -présidence présidence nom f s 4.27 5.95 4.26 5.88 -présidences présidence nom f p 4.27 5.95 0.01 0.07 -président_directeur président_directeur nom m s 0.02 0.27 0.02 0.27 -président président nom m s 143.39 79.66 131.53 76.22 -présidente président nom f s 143.39 79.66 9.21 1.08 -présidentes président nom f p 143.39 79.66 0.17 0.07 -présidentiable présidentiable adj s 0.04 0.34 0.04 0.27 -présidentiables présidentiable adj p 0.04 0.34 0.00 0.07 -présidentiel présidentiel adj m s 3.80 1.69 1.86 0.68 -présidentielle présidentiel adj f s 3.80 1.69 1.85 0.95 -présidentielles présidentielle adj f p 0.62 0.27 0.62 0.27 -présidentiels présidentiel adj m p 3.80 1.69 0.09 0.07 -présidents_directeur présidents_directeur nom m p 0.00 0.14 0.00 0.14 -présidents président nom m p 143.39 79.66 2.48 2.30 -présider présider ver 4.72 10.61 1.01 1.89 inf; -présidera présider ver 4.72 10.61 0.38 0.07 ind:fut:3s; -présiderai présider ver 4.72 10.61 0.07 0.00 ind:fut:1s; -présiderais présider ver 4.72 10.61 0.00 0.07 cnd:pre:1s; -présiderait présider ver 4.72 10.61 0.03 0.14 cnd:pre:3s; -présideras présider ver 4.72 10.61 0.00 0.14 ind:fut:2s; -présiderez présider ver 4.72 10.61 0.01 0.07 ind:fut:2p; -présides présider ver 4.72 10.61 0.01 0.00 ind:pre:2s; -présidiez présider ver 4.72 10.61 0.02 0.00 ind:imp:2p; -présidium présidium nom m s 0.02 0.14 0.02 0.14 -présidons présider ver 4.72 10.61 0.01 0.07 ind:pre:1p; -présidât présider ver 4.72 10.61 0.00 0.07 sub:imp:3s; -présidèrent présider ver 4.72 10.61 0.00 0.07 ind:pas:3p; -présidé présider ver m s 4.72 10.61 0.41 1.96 par:pas; -présidée présider ver f s 4.72 10.61 0.38 0.41 par:pas; -présidés présider ver m p 4.72 10.61 0.01 0.20 par:pas; -présocratique présocratique adj s 0.00 0.20 0.00 0.14 -présocratiques présocratique adj p 0.00 0.20 0.00 0.07 -présomptif présomptif adj m s 0.23 0.20 0.23 0.14 -présomption présomption nom f s 1.46 1.76 1.06 1.08 -présomptions présomption nom f p 1.46 1.76 0.39 0.68 -présomptive présomptif adj f s 0.23 0.20 0.00 0.07 -présomptueuse présomptueux nom f s 0.42 0.20 0.14 0.00 -présomptueuses présomptueux adj f p 1.00 1.22 0.01 0.14 -présomptueux présomptueux adj m s 1.00 1.22 0.91 0.88 -prussianisé prussianiser ver m s 0.00 0.07 0.00 0.07 par:pas; -prussien prussien adj m s 0.41 3.38 0.16 1.01 -prussienne prussien adj f s 0.41 3.38 0.04 1.42 -prussiennes prussien adj f p 0.41 3.38 0.03 0.41 -prussiens prussien nom m p 0.46 2.97 0.38 2.03 -prussik prussik nom m s 0.02 0.00 0.02 0.00 -prussique prussique adj m s 0.41 0.20 0.41 0.20 -préséance préséance nom f s 0.06 0.81 0.05 0.47 -préséances préséance nom f p 0.06 0.81 0.01 0.34 -présélection présélection nom f s 0.06 0.00 0.04 0.00 -présélectionné présélectionner ver m s 0.04 0.00 0.03 0.00 par:pas; -présélectionnée présélectionner ver f s 0.04 0.00 0.02 0.00 par:pas; -présélections présélection nom f p 0.06 0.00 0.02 0.00 -présumables présumable adj m p 0.00 0.07 0.00 0.07 -présumai présumer ver 9.29 3.65 0.00 0.20 ind:pas:1s; -présumais présumer ver 9.29 3.65 0.16 0.00 ind:imp:1s;ind:imp:2s; -présumait présumer ver 9.29 3.65 0.01 0.47 ind:imp:3s; -présumant présumer ver 9.29 3.65 0.08 0.14 par:pre; -présume présumer ver 9.29 3.65 6.36 1.62 imp:pre:2s;ind:pre:1s;ind:pre:3s; -présumer présumer ver 9.29 3.65 0.82 0.61 inf; -présumerai présumer ver 9.29 3.65 0.02 0.00 ind:fut:1s; -présumez présumer ver 9.29 3.65 0.11 0.00 imp:pre:2p;ind:pre:2p; -présumons présumer ver 9.29 3.65 0.11 0.00 imp:pre:1p;ind:pre:1p; -présumé présumé adj m s 1.62 0.88 1.22 0.47 -présumée présumer ver f s 9.29 3.65 0.38 0.20 par:pas; -présumées présumé adj f p 1.62 0.88 0.02 0.07 -présumés présumer ver m p 9.29 3.65 0.21 0.00 par:pas; -préséniles présénile adj p 0.10 0.00 0.10 0.00 -présupposant présupposer ver 0.15 0.20 0.00 0.14 par:pre; -présuppose présupposer ver 0.15 0.20 0.14 0.00 ind:pre:3s; -présupposent présupposer ver 0.15 0.20 0.01 0.00 ind:pre:3p; -présupposée présupposer ver f s 0.15 0.20 0.00 0.07 par:pas; -prêt_bail prêt_bail nom m s 0.00 0.27 0.00 0.27 -prêt_à_porter prêt_à_porter nom m s 0.00 0.95 0.00 0.95 -prêt prêt adj m s 314.64 121.28 170.23 60.41 -prêta prêter ver 62.00 87.09 0.21 4.59 ind:pas:3s; -prêtai prêter ver 62.00 87.09 0.00 0.41 ind:pas:1s; -prêtaient prêter ver 62.00 87.09 0.28 2.77 ind:imp:3p; -prêtais prêter ver 62.00 87.09 0.38 1.42 ind:imp:1s;ind:imp:2s; -prêtait prêter ver 62.00 87.09 0.29 13.24 ind:imp:3s; -prêtant prêter ver 62.00 87.09 0.33 2.91 par:pre; -prêtassent prêter ver 62.00 87.09 0.00 0.14 sub:imp:3p; -prête_nom prête_nom nom m s 0.00 0.27 0.00 0.27 -prête prêt adj f s 314.64 121.28 66.25 28.31 -prétend prétendre ver 35.64 67.43 11.42 13.24 ind:pre:3s; -prétendît prétendre ver 35.64 67.43 0.00 0.34 sub:imp:3s; -prétendaient prétendre ver 35.64 67.43 0.42 3.65 ind:imp:3p; -prétendais prétendre ver 35.64 67.43 0.55 1.49 ind:imp:1s;ind:imp:2s; -prétendait prétendre ver 35.64 67.43 1.24 16.49 ind:imp:3s; -prétendant prétendant nom m s 3.16 2.16 1.96 1.01 -prétendante prétendant nom f s 3.16 2.16 0.01 0.00 -prétendants prétendant nom m p 3.16 2.16 1.20 1.15 -prétende prétendre ver 35.64 67.43 0.26 0.41 sub:pre:1s;sub:pre:3s; -prétendent prétendre ver 35.64 67.43 2.67 4.32 ind:pre:3p; -prétendez prétendre ver 35.64 67.43 3.10 1.22 imp:pre:2p;ind:pre:2p; -prétendiez prétendre ver 35.64 67.43 0.16 0.07 ind:imp:2p; -prétendions prétendre ver 35.64 67.43 0.02 0.34 ind:imp:1p; -prétendirent prétendre ver 35.64 67.43 0.02 0.54 ind:pas:3p; -prétendis prétendre ver 35.64 67.43 0.00 0.74 ind:pas:1s; -prétendissent prétendre ver 35.64 67.43 0.00 0.07 sub:imp:3p; -prétendit prétendre ver 35.64 67.43 0.17 1.82 ind:pas:3s; -prétendons prétendre ver 35.64 67.43 0.19 0.81 imp:pre:1p;ind:pre:1p; -prétendra prétendre ver 35.64 67.43 0.21 0.27 ind:fut:3s; -prétendrai prétendre ver 35.64 67.43 0.09 0.07 ind:fut:1s; -prétendraient prétendre ver 35.64 67.43 0.00 0.14 cnd:pre:3p; -prétendrais prétendre ver 35.64 67.43 0.14 0.07 cnd:pre:1s;cnd:pre:2s; -prétendrait prétendre ver 35.64 67.43 0.13 0.34 cnd:pre:3s; -prétendras prétendre ver 35.64 67.43 0.29 0.00 ind:fut:2s; -prétendre prétendre ver 35.64 67.43 6.00 10.54 inf; -prétendront prétendre ver 35.64 67.43 0.03 0.20 ind:fut:3p; -prétends prétendre ver 35.64 67.43 4.84 3.72 imp:pre:2s;ind:pre:1s;ind:pre:2s; -prétendu prétendre ver m s 35.64 67.43 2.41 3.65 par:pas; -prétendue prétendu adj f s 2.82 7.64 0.75 2.43 -prétendues prétendu adj f p 2.82 7.64 0.14 0.88 -prétendument prétendument adv 0.37 1.76 0.37 1.76 -prétendus prétendu adj m p 2.82 7.64 0.61 1.82 -prêtent prêter ver 62.00 87.09 0.42 2.50 ind:pre:3p; -prétentaine prétentaine nom f s 0.02 0.07 0.02 0.07 -prétentiard prétentiard adj m s 0.14 0.00 0.14 0.00 -prétentiarde prétentiard nom f s 0.01 0.20 0.00 0.07 -prétentiards prétentiard nom m p 0.01 0.20 0.00 0.07 -prétentieuse prétentieux adj f s 4.51 5.95 1.05 2.03 -prétentieuses prétentieux adj f p 4.51 5.95 0.10 0.68 -prétentieux prétentieux adj m 4.51 5.95 3.37 3.24 -prétention prétention nom f s 2.63 10.68 1.51 6.28 -prétentions prétention nom f p 2.63 10.68 1.12 4.39 -prêter prêter ver 62.00 87.09 14.40 21.22 inf;; -prêtera prêter ver 62.00 87.09 1.37 0.41 ind:fut:3s; -prêterai prêter ver 62.00 87.09 1.56 0.88 ind:fut:1s; -prêteraient prêter ver 62.00 87.09 0.03 0.41 cnd:pre:3p; -prêterais prêter ver 62.00 87.09 0.55 0.41 cnd:pre:1s;cnd:pre:2s; -prêterait prêter ver 62.00 87.09 0.48 1.08 cnd:pre:3s; -prêteras prêter ver 62.00 87.09 0.22 0.07 ind:fut:2s; -prêterez prêter ver 62.00 87.09 0.09 0.07 ind:fut:2p; -prêteriez prêter ver 62.00 87.09 0.16 0.27 cnd:pre:2p; -prêterions prêter ver 62.00 87.09 0.01 0.14 cnd:pre:1p; -préternaturel préternaturel adj m s 0.03 0.00 0.03 0.00 -prêterons prêter ver 62.00 87.09 0.02 0.20 ind:fut:1p; -prêteront prêter ver 62.00 87.09 0.41 0.20 ind:fut:3p; -prêtes prêt adj f p 314.64 121.28 10.78 7.64 -prêteur prêteur adj m s 0.27 0.41 0.23 0.20 -préteur préteur nom m s 0.02 0.20 0.02 0.14 -prêteur prêteur nom m s 1.56 0.61 1.13 0.27 -prêteurs prêteur adj m p 0.27 0.41 0.02 0.14 -préteurs préteur nom m p 0.02 0.20 0.00 0.07 -prêteurs prêteur nom m p 1.56 0.61 0.43 0.27 -prêteuse prêteur adj f s 0.27 0.41 0.01 0.07 -prétexta prétexter ver 0.87 5.61 0.01 0.61 ind:pas:3s; -prétextai prétexter ver 0.87 5.61 0.00 0.20 ind:pas:1s; -prétextait prétexter ver 0.87 5.61 0.01 0.41 ind:imp:3s; -prétextant prétexter ver 0.87 5.61 0.34 3.11 par:pre; -prétexte prétexte nom m s 14.04 42.91 12.10 36.82 -prétextent prétexter ver 0.87 5.61 0.01 0.00 ind:pre:3p; -prétexter prétexter ver 0.87 5.61 0.19 0.07 inf; -prétextes prétexte nom m p 14.04 42.91 1.94 6.08 -prétexté prétexter ver m s 0.87 5.61 0.19 0.54 par:pas; -prêtez prêter ver 62.00 87.09 4.16 0.74 imp:pre:2p;ind:pre:2p; -prêtiez prêter ver 62.00 87.09 0.22 0.07 ind:imp:2p; -prêtions prêter ver 62.00 87.09 0.02 0.20 ind:imp:1p; -prétoire prétoire nom m s 0.24 2.30 0.09 2.16 -prétoires prétoire nom m p 0.24 2.30 0.16 0.14 -prêtâmes prêter ver 62.00 87.09 0.00 0.07 ind:pas:1p; -prêtons prêter ver 62.00 87.09 0.26 0.41 imp:pre:1p;ind:pre:1p; -prétorien prétorien nom m s 0.18 0.07 0.03 0.00 -prétorienne prétorien adj f s 0.36 0.34 0.35 0.14 -prétoriennes prétorien adj f p 0.36 0.34 0.00 0.07 -prétoriens prétorien nom m p 0.18 0.07 0.15 0.07 -prêtât prêter ver 62.00 87.09 0.00 0.34 sub:imp:3s; -prêtraille prêtraille nom f s 0.00 0.07 0.00 0.07 -prêtre_ouvrier prêtre_ouvrier nom m s 0.00 0.07 0.00 0.07 -prêtre prêtre nom m s 51.20 45.27 38.37 29.39 -prêtres prêtre nom m p 51.20 45.27 11.31 14.66 -prêtresse prêtre nom f s 51.20 45.27 1.52 0.88 -prêtresses prêtresse nom f p 0.49 0.00 0.49 0.00 -prêtrise prêtrise nom f s 0.28 0.41 0.28 0.41 -prêts prêt adj 314.64 121.28 67.39 24.93 -prêtèrent prêter ver 62.00 87.09 0.30 0.14 ind:pas:3p; -prêté prêter ver m s 62.00 87.09 10.73 11.08 par:pas; -prêtée prêter ver f s 62.00 87.09 1.28 2.57 par:pas; -prêtées prêter ver f p 62.00 87.09 0.12 0.54 par:pas; -préture préture nom f s 0.01 0.00 0.01 0.00 -prêtés prêter ver m p 62.00 87.09 0.37 1.15 par:pas; -préélectoral préélectoral adj m s 0.02 0.00 0.01 0.00 -préélectorale préélectoral adj f s 0.02 0.00 0.01 0.00 -prééminence prééminence nom f s 0.01 0.41 0.01 0.41 -prééminente prééminent adj f s 0.00 0.07 0.00 0.07 -préétabli préétabli adj m s 0.28 0.41 0.25 0.14 -préétablie préétabli adj f s 0.28 0.41 0.01 0.20 -préétablies préétabli adj f p 0.28 0.41 0.01 0.00 -préétablis préétabli adj m p 0.28 0.41 0.01 0.07 -prévînt prévenir ver 129.26 73.72 0.00 0.07 sub:imp:3s; -prévôt prévôt nom m s 0.47 1.42 0.39 1.35 -prévôts prévôt nom m p 0.47 1.42 0.08 0.07 -prévôté prévôté nom f s 0.01 0.20 0.01 0.20 -prévalaient prévaloir ver 1.44 2.64 0.01 0.27 ind:imp:3p; -prévalait prévaloir ver 1.44 2.64 0.14 0.27 ind:imp:3s; -prévalant prévaloir ver 1.44 2.64 0.10 0.07 par:pre; -prévalence prévalence nom f s 0.11 0.00 0.11 0.00 -prévalent prévalent adj m s 0.14 0.00 0.14 0.00 -prévalez prévaloir ver 1.44 2.64 0.00 0.07 ind:pre:2p; -prévaloir prévaloir ver 1.44 2.64 0.42 1.15 inf; -prévalu prévaloir ver m s 1.44 2.64 0.08 0.20 par:pas; -prévalut prévaloir ver 1.44 2.64 0.01 0.20 ind:pas:3s; -prévaricateur prévaricateur nom m s 0.00 0.14 0.00 0.14 -prévaudra prévaloir ver 1.44 2.64 0.36 0.00 ind:fut:3s; -prévaudrait prévaloir ver 1.44 2.64 0.03 0.14 cnd:pre:3s; -prévaudront prévaloir ver 1.44 2.64 0.01 0.00 ind:fut:3p; -prévaut prévaloir ver 1.44 2.64 0.26 0.27 ind:pre:3s; -prévenaient prévenir ver 129.26 73.72 0.00 0.20 ind:imp:3p; -prévenais prévenir ver 129.26 73.72 0.06 0.07 ind:imp:1s;ind:imp:2s; -prévenait prévenir ver 129.26 73.72 0.32 2.23 ind:imp:3s; -prévenance prévenance nom f s 0.43 2.50 0.23 0.41 -prévenances prévenance nom f p 0.43 2.50 0.20 2.09 -prévenant prévenant adj m s 1.12 1.35 0.74 0.74 -prévenante prévenant adj f s 1.12 1.35 0.29 0.47 -prévenants prévenant adj m p 1.12 1.35 0.09 0.14 -prévenez prévenir ver 129.26 73.72 10.22 1.42 imp:pre:2p;ind:pre:2p; -préveniez prévenir ver 129.26 73.72 0.07 0.07 ind:imp:2p; -prévenions prévenir ver 129.26 73.72 0.11 0.07 ind:imp:1p; -prévenir prévenir ver 129.26 73.72 42.49 31.49 inf; -prévenons prévenir ver 129.26 73.72 0.67 0.00 imp:pre:1p;ind:pre:1p; -préventif préventif adj m s 1.85 1.22 0.26 0.41 -prévention prévention nom f s 1.40 2.57 1.33 1.35 -préventions prévention nom f p 1.40 2.57 0.07 1.22 -préventive préventif adj f s 1.85 1.22 1.50 0.61 -préventivement préventivement adv 0.00 0.34 0.00 0.34 -préventives préventif adj f p 1.85 1.22 0.09 0.20 -préventorium préventorium nom m s 0.00 0.41 0.00 0.41 -prévenu prévenir ver m s 129.26 73.72 24.25 14.53 par:pas; -prévenue prévenir ver f s 129.26 73.72 7.24 3.65 par:pas; -prévenues prévenir ver f p 129.26 73.72 0.33 0.20 par:pas; -prévenus prévenir ver m p 129.26 73.72 4.64 3.58 par:pas; -préviendra prévenir ver 129.26 73.72 1.06 0.20 ind:fut:3s; -préviendrai prévenir ver 129.26 73.72 1.96 0.41 ind:fut:1s; -préviendrais prévenir ver 129.26 73.72 0.07 0.07 cnd:pre:1s; -préviendrait prévenir ver 129.26 73.72 0.08 0.47 cnd:pre:3s; -préviendras prévenir ver 129.26 73.72 0.12 0.20 ind:fut:2s; -préviendrez prévenir ver 129.26 73.72 0.14 0.14 ind:fut:2p; -préviendrons prévenir ver 129.26 73.72 0.18 0.00 ind:fut:1p; -préviendront prévenir ver 129.26 73.72 0.10 0.07 ind:fut:3p; -prévienne prévenir ver 129.26 73.72 1.37 1.69 sub:pre:1s;sub:pre:3s; -préviennent prévenir ver 129.26 73.72 0.63 0.47 ind:pre:3p; -préviennes prévenir ver 129.26 73.72 0.23 0.00 sub:pre:2s; -préviens prévenir ver 129.26 73.72 29.86 6.62 imp:pre:2s;ind:pre:1s;ind:pre:2s; -prévient prévenir ver 129.26 73.72 2.50 2.03 ind:pre:3s; -prévins prévenir ver 129.26 73.72 0.00 0.54 ind:pas:1s; -prévint prévenir ver 129.26 73.72 0.00 2.30 ind:pas:3s; -prévis prévis nom f 0.00 0.14 0.00 0.14 -prévisibilité prévisibilité nom f s 0.04 0.00 0.04 0.00 -prévisible prévisible adj s 2.79 3.45 2.40 2.77 -prévisibles prévisible adj p 2.79 3.45 0.39 0.68 -prévision prévision nom f s 3.29 7.03 1.28 3.58 -prévisionnel prévisionnel adj m s 0.12 0.07 0.08 0.00 -prévisionnelles prévisionnel adj f p 0.12 0.07 0.01 0.00 -prévisionnels prévisionnel adj m p 0.12 0.07 0.03 0.07 -prévisions prévision nom f p 3.29 7.03 2.00 3.45 -prévit prévoir ver 78.22 77.09 0.00 0.07 ind:pas:3s; -prévoie prévoir ver 78.22 77.09 0.44 0.00 sub:pre:1s;sub:pre:3s; -prévoient prévoir ver 78.22 77.09 0.54 0.34 ind:pre:3p; -prévoies prévoir ver 78.22 77.09 0.09 0.00 sub:pre:2s; -prévoir prévoir ver 78.22 77.09 8.23 17.70 inf; -prévoira prévoir ver 78.22 77.09 0.01 0.00 ind:fut:3s; -prévoirait prévoir ver 78.22 77.09 0.01 0.07 cnd:pre:3s; -prévois prévoir ver 78.22 77.09 1.86 1.08 imp:pre:2s;ind:pre:1s;ind:pre:2s; -prévoit prévoir ver 78.22 77.09 3.05 1.96 ind:pre:3s; -prévoyaient prévoir ver 78.22 77.09 0.19 0.54 ind:imp:3p; -prévoyais prévoir ver 78.22 77.09 0.40 1.62 ind:imp:1s;ind:imp:2s; -prévoyait prévoir ver 78.22 77.09 0.55 4.05 ind:imp:3s; -prévoyance prévoyance nom f s 0.43 1.28 0.43 1.22 -prévoyances prévoyance nom f p 0.43 1.28 0.00 0.07 -prévoyant prévoyant adj m s 0.78 1.89 0.58 0.88 -prévoyante prévoyant adj f s 0.78 1.89 0.06 0.47 -prévoyantes prévoyant adj f p 0.78 1.89 0.00 0.14 -prévoyants prévoyant adj m p 0.78 1.89 0.14 0.41 -prévoyez prévoir ver 78.22 77.09 0.96 0.14 imp:pre:2p;ind:pre:2p; -prévoyions prévoir ver 78.22 77.09 0.01 0.07 ind:imp:1p; -prévoyons prévoir ver 78.22 77.09 0.49 0.20 imp:pre:1p;ind:pre:1p; -prévu prévoir ver m s 78.22 77.09 55.54 33.45 par:pas; -prévue prévoir ver f s 78.22 77.09 4.35 7.70 par:pas; -prévues prévoir ver f p 78.22 77.09 0.65 3.51 par:pas; -prévus prévoir ver m p 78.22 77.09 0.76 2.43 par:pas; -prytanée prytanée nom m s 0.00 0.27 0.00 0.27 -psalliotes psalliote nom f p 0.00 0.20 0.00 0.20 -psalmiste psalmiste nom s 0.00 0.14 0.00 0.14 -psalmodia psalmodier ver 0.33 3.24 0.00 0.20 ind:pas:3s; -psalmodiaient psalmodier ver 0.33 3.24 0.00 0.14 ind:imp:3p; -psalmodiais psalmodier ver 0.33 3.24 0.03 0.14 ind:imp:1s;ind:imp:2s; -psalmodiait psalmodier ver 0.33 3.24 0.01 0.81 ind:imp:3s; -psalmodiant psalmodier ver 0.33 3.24 0.01 0.81 par:pre; -psalmodie psalmodier ver 0.33 3.24 0.06 0.41 ind:pre:1s;ind:pre:3s; -psalmodient psalmodier ver 0.33 3.24 0.00 0.14 ind:pre:3p; -psalmodier psalmodier ver 0.33 3.24 0.16 0.47 inf; -psalmodies psalmodie nom f p 0.15 0.74 0.12 0.41 -psalmodié psalmodier ver m s 0.33 3.24 0.01 0.14 par:pas; -psalmodiés psalmodier ver m p 0.33 3.24 0.01 0.00 par:pas; -psaume psaume nom m s 1.73 4.39 0.83 1.96 -psaumes psaume nom m p 1.73 4.39 0.90 2.43 -psautier psautier nom m s 0.00 0.14 0.00 0.14 -pschent pschent nom m s 0.00 0.07 0.00 0.07 -pschitt pschitt ono 0.02 0.95 0.02 0.95 -pseudo_gouvernement pseudo_gouvernement nom m s 0.00 0.14 0.00 0.14 -pseudo pseudo nom_sup m s 1.62 1.08 1.37 1.01 -pseudobulbaire pseudobulbaire adj f s 0.01 0.00 0.01 0.00 -pseudomonas pseudomonas nom m 0.05 0.00 0.05 0.00 -pseudonyme pseudonyme nom m s 1.62 4.05 1.46 3.38 -pseudonymes pseudonyme nom m p 1.62 4.05 0.16 0.68 -pseudopodes pseudopode nom m p 0.00 0.14 0.00 0.14 -pseudos pseudo nom_sup m p 1.62 1.08 0.25 0.07 -psi psi nom m 0.04 0.00 0.04 0.00 -psilocybine psilocybine nom f s 0.05 0.00 0.05 0.00 -psitt psitt ono 0.01 0.20 0.01 0.20 -psittacose psittacose nom f s 0.05 0.00 0.05 0.00 -psoriasis psoriasis nom m 0.14 0.00 0.14 0.00 -pst pst ono 0.43 0.00 0.43 0.00 -psy psy nom s 17.22 3.85 15.94 3.85 -psychanalyse psychanalyse nom f s 1.35 4.73 1.35 4.66 -psychanalyser psychanalyser ver 0.22 1.42 0.14 1.01 inf; -psychanalyserai psychanalyser ver 0.22 1.42 0.00 0.20 ind:fut:1s; -psychanalyses psychanalyser ver 0.22 1.42 0.01 0.00 ind:pre:2s; -psychanalyste psychanalyste nom s 0.91 3.38 0.83 2.77 -psychanalystes psychanalyste nom p 0.91 3.38 0.08 0.61 -psychanalysé psychanalyser ver m s 0.22 1.42 0.04 0.07 par:pas; -psychanalytique psychanalytique adj s 0.15 0.54 0.13 0.41 -psychanalytiques psychanalytique adj p 0.15 0.54 0.02 0.14 -psychasthéniques psychasthénique adj p 0.00 0.07 0.00 0.07 -psychiatre_conseil psychiatre_conseil nom s 0.02 0.00 0.02 0.00 -psychiatre psychiatre nom s 13.52 8.11 11.39 6.82 -psychiatres psychiatre nom p 13.52 8.11 2.13 1.28 -psychiatrie psychiatrie nom f s 3.59 1.22 3.59 1.22 -psychiatrique psychiatrique adj s 9.16 3.65 7.68 3.04 -psychiatriques psychiatrique adj p 9.16 3.65 1.48 0.61 -psychique psychique adj s 3.34 2.84 1.75 1.76 -psychiquement psychiquement adv 0.13 0.00 0.13 0.00 -psychiques psychique adj p 3.34 2.84 1.59 1.08 -psychisme psychisme nom m s 0.38 1.15 0.38 1.08 -psychismes psychisme nom m p 0.38 1.15 0.00 0.07 -psycho psycho adv 2.11 0.27 2.11 0.27 -psychochirurgie psychochirurgie nom f s 0.02 0.00 0.02 0.00 -psychodrame psychodrame nom m s 0.33 0.20 0.33 0.20 -psychodysleptique psychodysleptique adj s 0.01 0.00 0.01 0.00 -psychogène psychogène adj f s 0.01 1.08 0.01 0.20 -psychogènes psychogène adj p 0.01 1.08 0.00 0.88 -psychokinésie psychokinésie nom f s 0.20 0.00 0.20 0.00 -psycholinguistes psycholinguiste nom p 0.00 0.07 0.00 0.07 -psycholinguistique psycholinguistique adj s 0.01 0.00 0.01 0.00 -psychologie_fiction psychologie_fiction nom f s 0.00 0.07 0.00 0.07 -psychologie psychologie nom f s 5.64 8.24 5.64 8.11 -psychologies psychologie nom f p 5.64 8.24 0.00 0.14 -psychologique psychologique adj s 8.07 6.69 6.79 4.93 -psychologiquement psychologiquement adv 1.68 0.34 1.68 0.34 -psychologiques psychologique adj p 8.07 6.69 1.28 1.76 -psychologisation psychologisation nom f s 0.00 0.07 0.00 0.07 -psychologue psychologue nom s 6.67 3.72 5.98 2.64 -psychologues psychologue nom p 6.67 3.72 0.69 1.08 -psychomotrice psychomoteur adj f s 0.14 0.00 0.14 0.00 -psychométrique psychométrique adj s 0.02 0.00 0.02 0.00 -psychonévrose psychonévrose nom f s 0.01 0.00 0.01 0.00 -psychopathe psychopathe nom s 9.38 0.14 8.01 0.14 -psychopathes psychopathe nom p 9.38 0.14 1.38 0.00 -psychopathie psychopathie nom f s 0.02 0.00 0.02 0.00 -psychopathique psychopathique adj f s 0.13 0.00 0.13 0.00 -psychopathologie psychopathologie nom f s 0.05 0.07 0.05 0.07 -psychopathologique psychopathologique adj f s 0.01 0.07 0.01 0.07 -psychopharmacologie psychopharmacologie nom f s 0.03 0.00 0.03 0.00 -psychophysiologie psychophysiologie nom f s 0.01 0.00 0.01 0.00 -psychophysiologique psychophysiologique adj f s 0.01 0.00 0.01 0.00 -psychorigide psychorigide adj m s 0.02 0.00 0.02 0.00 -psychose psychose nom f s 1.79 0.95 1.79 0.95 -psychosexuel psychosexuel adj m s 0.01 0.00 0.01 0.00 -psychosociologie psychosociologie nom f s 0.00 0.07 0.00 0.07 -psychosociologue psychosociologue nom s 0.10 0.00 0.10 0.00 -psychosomaticien psychosomaticien nom m s 0.00 0.20 0.00 0.20 -psychosomatique psychosomatique adj s 0.66 0.47 0.55 0.41 -psychosomatiques psychosomatique adj p 0.66 0.47 0.11 0.07 -psychotechnicien psychotechnicien nom m s 0.00 0.20 0.00 0.14 -psychotechniciens psychotechnicien nom m p 0.00 0.20 0.00 0.07 -psychotechnique psychotechnique adj m s 0.20 0.00 0.20 0.00 -psychothérapeute psychothérapeute nom s 0.23 0.14 0.23 0.14 -psychothérapie psychothérapie nom f s 0.69 0.20 0.69 0.20 -psychotique psychotique adj s 2.66 0.27 2.25 0.00 -psychotiques psychotique adj p 2.66 0.27 0.42 0.27 -psychotoniques psychotonique nom p 0.01 0.00 0.01 0.00 -psychotrope psychotrope nom s 0.34 0.00 0.07 0.00 -psychotropes psychotrope nom p 0.34 0.00 0.26 0.00 -psyché psyché nom f s 0.73 1.08 0.70 1.01 -psychédélique psychédélique adj s 0.89 0.61 0.79 0.41 -psychédéliques psychédélique adj p 0.89 0.61 0.11 0.20 -psychés psyché nom f p 0.73 1.08 0.03 0.07 -psyllium psyllium nom m s 0.01 0.00 0.01 0.00 -psys psy nom p 17.22 3.85 1.28 0.00 -pèche pécher ver 9.87 4.59 0.96 0.47 imp:pre:2s;ind:pre:1s;ind:pre:3s; -pèchent pécher ver 9.87 4.59 0.01 0.07 ind:pre:3p; -pègre pègre nom f s 1.34 1.42 1.34 1.42 -pèle peler ver 1.78 4.93 0.88 0.54 imp:pre:2s;ind:pre:1s;ind:pre:3s; -pèlent peler ver 1.78 4.93 0.27 0.20 ind:pre:3p; -pèlerai peler ver 1.78 4.93 0.02 0.00 ind:fut:1s; -pèlerin pèlerin nom m s 4.04 12.70 1.31 1.89 -pèlerinage pèlerinage nom m s 2.32 8.58 2.02 7.23 -pèlerinages pèlerinage nom m p 2.32 8.58 0.30 1.35 -pèlerine pèlerin nom f s 4.04 12.70 0.27 4.80 -pèlerines pèlerin nom f p 4.04 12.70 0.01 0.95 -pèlerins pèlerin nom m p 4.04 12.70 2.45 5.07 -pèles peler ver 1.78 4.93 0.00 0.14 ind:pre:2s; -père père nom m s 895.55 723.51 879.31 708.11 -pères père nom m p 895.55 723.51 16.25 15.41 -pèse_acide pèse_acide nom m s 0.00 0.07 0.00 0.07 -pèse_bébé pèse_bébé nom m s 0.00 0.14 0.00 0.14 -pèse_lettre pèse_lettre nom m s 0.00 0.07 0.00 0.07 -pèse_personne pèse_personne nom m s 0.02 0.07 0.02 0.00 -pèse_personne pèse_personne nom m p 0.02 0.07 0.00 0.07 -pèse peser ver 23.41 70.88 10.47 13.18 imp:pre:2s;ind:pre:1s;ind:pre:3s; -pèsent peser ver 23.41 70.88 2.02 4.32 ind:pre:3p; -pèsera peser ver 23.41 70.88 0.30 0.54 ind:fut:3s; -pèserai peser ver 23.41 70.88 0.02 0.20 ind:fut:1s; -pèseraient peser ver 23.41 70.88 0.04 0.07 cnd:pre:3p; -pèserais peser ver 23.41 70.88 0.12 0.14 cnd:pre:1s;cnd:pre:2s; -pèserait peser ver 23.41 70.88 0.05 0.74 cnd:pre:3s; -pèseras peser ver 23.41 70.88 0.01 0.00 ind:fut:2s; -pèseront peser ver 23.41 70.88 0.13 0.07 ind:fut:3p; -pèses peser ver 23.41 70.88 0.61 0.14 ind:pre:2s; -pète_sec pète_sec adj 0.03 0.41 0.03 0.41 -pète péter ver 31.66 16.28 8.16 5.81 imp:pre:2s;ind:pre:1s;ind:pre:3s; -pètent péter ver 31.66 16.28 0.79 0.68 ind:pre:3p; -pètes péter ver 31.66 16.28 0.85 0.27 ind:pre:2s; -pètesec pètesec adj f s 0.00 0.07 0.00 0.07 -pèze pèze nom m s 0.82 0.95 0.82 0.95 -ptosis ptosis nom m 0.01 0.00 0.01 0.00 -ptérodactyle ptérodactyle nom m s 0.21 0.20 0.19 0.07 -ptérodactyles ptérodactyle nom m p 0.21 0.20 0.02 0.14 -ptyx ptyx nom m 0.00 0.07 0.00 0.07 -pu pouvoir ver_sup m s 5524.52 2659.80 366.22 349.32 par:pas; -puîné puîné nom m s 0.00 0.27 0.00 0.14 -puînée puîné adj f s 0.00 0.07 0.00 0.07 -puînés puîné nom m p 0.00 0.27 0.00 0.14 -pua puer ver 36.29 18.65 0.01 0.07 ind:pas:3s; -péage péage nom m s 1.08 1.01 0.90 0.88 -péages péage nom m p 1.08 1.01 0.18 0.14 -péagiste péagiste nom s 0.00 0.07 0.00 0.07 -puaient puer ver 36.29 18.65 0.04 0.47 ind:imp:3p; -puais puer ver 36.29 18.65 0.37 0.20 ind:imp:1s;ind:imp:2s; -puait puer ver 36.29 18.65 1.19 3.51 ind:imp:3s; -péan péan nom m s 0.00 0.07 0.00 0.07 -puant puant adj m s 7.02 11.49 2.74 4.59 -puante puant adj f s 7.02 11.49 1.91 3.11 -puantes puant adj f p 7.02 11.49 0.77 2.30 -puanteur puanteur nom f s 3.44 9.05 3.32 7.91 -puanteurs puanteur nom f p 3.44 9.05 0.12 1.15 -puants puant adj m p 7.02 11.49 1.60 1.49 -pub pub nom s 25.65 4.53 21.39 3.99 -pubertaire pubertaire adj s 0.14 0.20 0.14 0.07 -pubertaires pubertaire adj f p 0.14 0.20 0.00 0.14 -puberté puberté nom f s 1.32 2.36 1.32 2.36 -pubescentes pubescent adj f p 0.01 0.00 0.01 0.00 -pubien pubien adj m s 1.51 0.41 0.57 0.07 -pubienne pubien adj f s 1.51 0.41 0.20 0.20 -pubiennes pubien adj f p 1.51 0.41 0.01 0.07 -pubiens pubien adj m p 1.51 0.41 0.72 0.07 -pubis pubis nom m 0.59 1.15 0.59 1.15 -publia publier ver 21.07 33.92 0.03 1.35 ind:pas:3s; -publiable publiable adj s 0.03 0.07 0.01 0.07 -publiables publiable adj m p 0.03 0.07 0.02 0.00 -publiai publier ver 21.07 33.92 0.01 0.27 ind:pas:1s; -publiaient publier ver 21.07 33.92 0.02 1.01 ind:imp:3p; -publiais publier ver 21.07 33.92 0.00 0.14 ind:imp:1s; -publiait publier ver 21.07 33.92 0.27 1.89 ind:imp:3s; -publiant publier ver 21.07 33.92 0.07 0.61 par:pre; -public_relations public_relations nom f p 0.01 0.20 0.01 0.20 -public_school public_school nom f p 0.00 0.07 0.00 0.07 -public public nom m s 46.97 38.04 46.72 37.91 -publicain publicain nom m s 0.39 0.34 0.01 0.14 -publicains publicain nom m p 0.39 0.34 0.38 0.20 -publication publication nom f s 1.85 7.23 1.40 5.00 -publications publication nom f p 1.85 7.23 0.45 2.23 -publiciste publiciste nom s 0.18 0.74 0.12 0.47 -publicistes publiciste nom p 0.18 0.74 0.06 0.27 -publicitaire publicitaire adj s 3.26 6.49 1.93 3.72 -publicitairement publicitairement adv 0.00 0.07 0.00 0.07 -publicitaires publicitaire adj p 3.26 6.49 1.34 2.77 -publicité publicité nom f s 13.30 14.66 12.12 12.57 -publicités publicité nom f p 13.30 14.66 1.18 2.09 -publico publico adv 0.01 0.07 0.01 0.07 -publics public adj m p 44.81 65.27 4.84 14.46 -publie publier ver 21.07 33.92 1.71 2.70 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -publient publier ver 21.07 33.92 0.41 0.34 ind:pre:3p; -publier publier ver 21.07 33.92 6.85 8.92 inf; -publiera publier ver 21.07 33.92 0.47 0.27 ind:fut:3s; -publierai publier ver 21.07 33.92 0.12 0.07 ind:fut:1s; -publieraient publier ver 21.07 33.92 0.01 0.00 cnd:pre:3p; -publierais publier ver 21.07 33.92 0.02 0.14 cnd:pre:1s; -publierait publier ver 21.07 33.92 0.01 0.34 cnd:pre:3s; -publierez publier ver 21.07 33.92 0.05 0.14 ind:fut:2p; -publierions publier ver 21.07 33.92 0.00 0.07 cnd:pre:1p; -publierons publier ver 21.07 33.92 0.05 0.07 ind:fut:1p; -publieront publier ver 21.07 33.92 0.08 0.14 ind:fut:3p; -publies publier ver 21.07 33.92 0.31 0.20 ind:pre:2s; -publieur publieur nom m s 0.01 0.00 0.01 0.00 -publiez publier ver 21.07 33.92 1.06 0.07 imp:pre:2p;ind:pre:2p; -publions publier ver 21.07 33.92 0.31 0.34 imp:pre:1p;ind:pre:1p; -publiât publier ver 21.07 33.92 0.00 0.07 sub:imp:3s; -publiphone publiphone nom m s 0.01 0.00 0.01 0.00 -publique public adj f s 44.81 65.27 16.50 24.93 -publiquement publiquement adv 2.47 7.57 2.47 7.57 -publiques public adj f p 44.81 65.27 5.56 7.84 -publireportage publireportage nom m s 0.03 0.00 0.03 0.00 -publièrent publier ver 21.07 33.92 0.00 0.34 ind:pas:3p; -publié publier ver m s 21.07 33.92 6.54 8.85 par:pas; -publiée publier ver f s 21.07 33.92 1.09 2.97 par:pas; -publiées publier ver f p 21.07 33.92 0.56 1.08 par:pas; -publiés publier ver m p 21.07 33.92 1.01 1.55 par:pas; -pébroc pébroc nom m s 0.00 0.07 0.00 0.07 -pébroque pébroque nom m s 0.00 1.62 0.00 1.49 -pébroques pébroque nom m p 0.00 1.62 0.00 0.14 -pubs pub nom p 25.65 4.53 4.26 0.54 -pubère pubère adj s 0.28 0.41 0.20 0.20 -pubères pubère adj p 0.28 0.41 0.09 0.20 -pécan pécan nom m s 0.32 0.00 0.32 0.00 -pécari pécari nom m s 0.00 0.81 0.00 0.61 -pécaris pécari nom m p 0.00 0.81 0.00 0.20 -puce puce nom f s 27.65 12.43 22.15 3.58 -puceau puceau adj m s 2.17 1.08 2.15 1.01 -puceaux puceau nom m p 1.99 2.84 0.30 0.27 -pucelage pucelage nom m s 0.38 1.15 0.38 0.95 -pucelages pucelage nom m p 0.38 1.15 0.00 0.20 -pucelle puceau nom f s 1.99 2.84 1.09 1.35 -pucelles pucelle nom f p 0.31 0.00 0.31 0.00 -puceron puceron nom m s 0.17 0.47 0.06 0.20 -pucerons puceron nom m p 0.17 0.47 0.11 0.27 -puces puce nom f p 27.65 12.43 5.50 8.85 -pêcha pêcher ver 16.52 12.84 0.00 0.27 ind:pas:3s; -pêchaient pêcher ver 16.52 12.84 0.05 0.74 ind:imp:3p; -pêchais pêcher ver 16.52 12.84 0.44 0.34 ind:imp:1s;ind:imp:2s; -péchais pécher ver 9.87 4.59 0.02 0.07 ind:imp:1s; -pêchait pêcher ver 16.52 12.84 0.76 0.95 ind:imp:3s; -péchait pécher ver 9.87 4.59 0.02 0.27 ind:imp:3s; -pêchant pêcher ver 16.52 12.84 0.14 0.54 par:pre; -péchant pécher ver 9.87 4.59 0.01 0.07 par:pre; -pêche pêche nom f s 24.39 30.41 21.13 26.76 -pêchent pêcher ver 16.52 12.84 0.16 0.47 ind:pre:3p; -pêcher pêcher ver 16.52 12.84 9.04 5.47 inf; -pécher pécher ver 9.87 4.59 1.88 0.95 inf; -pucher pucher ver 0.02 0.00 0.02 0.00 inf; -pêchera pêcher ver 16.52 12.84 0.09 0.14 ind:fut:3s; -pécherai pécher ver 9.87 4.59 0.04 0.00 ind:fut:1s; -pêcherais pêcher ver 16.52 12.84 0.03 0.07 cnd:pre:1s;cnd:pre:2s; -pécherais pécher ver 9.87 4.59 0.02 0.07 cnd:pre:1s;cnd:pre:2s; -pécherait pécher ver 9.87 4.59 0.00 0.07 cnd:pre:3s; -pêcheras pêcher ver 16.52 12.84 0.01 0.07 ind:fut:2s; -pécheresse pécheur nom f s 8.02 4.53 0.77 0.54 -pécheresses pécheur adj f p 1.75 1.55 0.07 0.07 -pêcherie pêcherie nom f s 0.23 0.88 0.14 0.14 -pêcheries pêcherie nom f p 0.23 0.88 0.10 0.74 -pêcherons pêcher ver 16.52 12.84 0.01 0.00 ind:fut:1p; -pêchers pêcher nom m p 0.58 1.55 0.34 0.68 -pêches pêche nom f p 24.39 30.41 3.25 3.65 -pécheur pécheur adj m s 1.75 1.55 0.62 0.74 -pêcheur pêcheur nom m s 10.33 27.43 5.08 13.11 -pécheur pécheur nom m s 8.02 4.53 3.54 1.82 -pécheurs pécheur adj m p 1.75 1.55 0.40 0.34 -pêcheurs pêcheur nom m p 10.33 27.43 5.21 14.19 -pécheurs pécheur nom m p 8.02 4.53 3.70 2.03 -pêcheuse pêcheur nom f s 10.33 27.43 0.04 0.14 -pêcheuses pêcheuse nom f p 0.01 0.00 0.01 0.00 -pucheux pucheux nom m 0.00 0.07 0.00 0.07 -pêchez pêcher ver 16.52 12.84 0.45 0.07 imp:pre:2p;ind:pre:2p; -péchez pécher ver 9.87 4.59 0.01 0.14 imp:pre:2p;ind:pre:2p; -pêchions pêcher ver 16.52 12.84 0.04 0.20 ind:imp:1p; -péchons péchon nom m p 0.03 0.00 0.03 0.00 -pêché pêcher ver m s 16.52 12.84 3.03 1.01 par:pas; -péché pécher ver m s 9.87 4.59 6.84 2.30 par:pas; -pêché pêché adj m s 1.77 0.20 0.94 0.20 -péché péché nom m s 41.22 30.34 26.14 22.64 -pêchée pêcher ver f s 16.52 12.84 0.04 0.27 par:pas; -pêchées pêcher ver f p 16.52 12.84 0.01 0.14 par:pas; -pêchés pêcher ver m p 16.52 12.84 0.25 0.27 par:pas; -péchés pécher ver m p 9.87 4.59 0.05 0.14 par:pas; -pêchés pêché adj m p 1.77 0.20 0.83 0.00 -péchés péché nom m p 41.22 30.34 15.08 7.70 -pucier pucier nom m s 0.05 0.41 0.05 0.34 -puciers pucier nom m p 0.05 0.41 0.00 0.07 -pécore pécore nom s 0.62 1.01 0.49 0.61 -pécores pécore nom p 0.62 1.01 0.14 0.41 -pécule pécule nom m s 0.64 2.30 0.64 2.09 -pécules pécule nom m p 0.64 2.30 0.00 0.20 -pécune pécune nom f s 0.00 0.07 0.00 0.07 -pécuniaire pécuniaire adj s 0.13 0.41 0.11 0.14 -pécuniairement pécuniairement adv 0.00 0.07 0.00 0.07 -pécuniaires pécuniaire adj p 0.13 0.41 0.02 0.27 -pécunieux pécunieux adj m 0.00 0.07 0.00 0.07 -pédagogie pédagogie nom f s 0.45 1.22 0.45 1.22 -pédagogique pédagogique adj s 0.74 2.36 0.69 1.55 -pédagogiques pédagogique adj p 0.74 2.36 0.05 0.81 -pédagogue pédagogue nom s 0.86 1.49 0.76 1.08 -pédagogues pédagogue nom p 0.86 1.49 0.10 0.41 -pédala pédaler ver 1.58 7.03 0.01 0.27 ind:pas:3s; -pédalage pédalage nom m s 0.00 0.14 0.00 0.14 -pédalai pédaler ver 1.58 7.03 0.00 0.14 ind:pas:1s; -pédalaient pédaler ver 1.58 7.03 0.00 0.20 ind:imp:3p; -pédalais pédaler ver 1.58 7.03 0.16 0.14 ind:imp:1s; -pédalait pédaler ver 1.58 7.03 0.19 1.55 ind:imp:3s; -pédalant pédaler ver 1.58 7.03 0.08 1.35 par:pre; -pédale pédale nom f s 10.01 12.23 5.08 5.20 -pédalent pédaler ver 1.58 7.03 0.00 0.07 ind:pre:3p; -pédaler pédaler ver 1.58 7.03 0.37 2.57 inf; -pédalerait pédaler ver 1.58 7.03 0.00 0.07 cnd:pre:3s; -pédalerons pédaler ver 1.58 7.03 0.00 0.07 ind:fut:1p; -pédales pédale nom f p 10.01 12.23 4.92 7.03 -pédaleur pédaleur nom m s 0.00 0.14 0.00 0.07 -pédaleuses pédaleur nom f p 0.00 0.14 0.00 0.07 -pédalier pédalier nom m s 0.11 1.01 0.01 0.81 -pédaliers pédalier nom m p 0.11 1.01 0.10 0.20 -pédalo pédalo nom m s 0.05 0.41 0.03 0.20 -pédalos pédalo nom m p 0.05 0.41 0.02 0.20 -pédalèrent pédaler ver 1.58 7.03 0.00 0.07 ind:pas:3p; -pédalé pédaler ver m s 1.58 7.03 0.14 0.07 par:pas; -pédalées pédaler ver f p 1.58 7.03 0.00 0.07 par:pas; -pédant pédant adj m s 0.43 1.55 0.18 0.68 -pédante pédant adj f s 0.43 1.55 0.11 0.34 -pédanterie pédanterie nom f s 0.00 0.47 0.00 0.41 -pédanteries pédanterie nom f p 0.00 0.47 0.00 0.07 -pédantes pédant adj f p 0.43 1.55 0.01 0.27 -pédantesque pédantesque adj s 0.00 0.07 0.00 0.07 -pédantisme pédantisme nom m s 0.00 0.61 0.00 0.61 -pédants pédant adj m p 0.43 1.55 0.14 0.27 -pudding pudding nom m s 2.86 0.68 2.80 0.54 -puddings pudding nom m p 2.86 0.68 0.06 0.14 -puddle puddler ver 0.16 0.00 0.16 0.00 imp:pre:2s;ind:pre:1s;ind:pre:3s; -pédestre pédestre adj s 0.01 0.54 0.01 0.34 -pédestrement pédestrement adv 0.00 0.14 0.00 0.14 -pédestres pédestre adj f p 0.01 0.54 0.00 0.20 -pudeur pudeur nom f s 5.08 20.07 4.98 19.32 -pudeurs pudeur nom f p 5.08 20.07 0.10 0.74 -pédezouille pédezouille nom s 0.00 0.07 0.00 0.07 -pédiatre pédiatre nom s 2.55 0.95 2.03 0.81 -pédiatres pédiatre nom p 2.55 0.95 0.52 0.14 -pédiatrie pédiatrie nom f s 1.08 0.14 1.08 0.14 -pédiatrique pédiatrique adj s 0.48 0.00 0.48 0.00 -pudibond pudibond adj m s 0.06 0.41 0.02 0.14 -pudibonde pudibond adj f s 0.06 0.41 0.04 0.14 -pudibonderie pudibonderie nom f s 0.01 0.47 0.01 0.34 -pudibonderies pudibonderie nom f p 0.01 0.47 0.00 0.14 -pudibondes pudibond adj f p 0.06 0.41 0.00 0.07 -pudibonds pudibond adj m p 0.06 0.41 0.00 0.07 -pédibus pédibus adv 0.00 0.20 0.00 0.20 -pudicité pudicité nom f s 0.00 0.07 0.00 0.07 -pédicule pédicule nom m s 0.03 0.07 0.03 0.07 -pédicure pédicure nom s 0.76 0.41 0.71 0.34 -pédicures pédicure nom p 0.76 0.41 0.05 0.07 -pédicurie pédicurie nom f s 0.01 0.00 0.01 0.00 -pédieuse pédieux adj f s 0.03 0.00 0.01 0.00 -pédieux pédieux adj m 0.03 0.00 0.01 0.00 -pudique pudique adj s 1.12 5.27 0.98 4.39 -pudiquement pudiquement adv 0.02 2.03 0.02 2.03 -pudiques pudique adj p 1.12 5.27 0.14 0.88 -pédologue pédologue nom s 0.03 0.00 0.03 0.00 -pédomètre pédomètre nom m s 0.01 0.00 0.01 0.00 -pédoncule pédoncule nom m s 0.06 0.20 0.06 0.14 -pédoncules pédoncule nom m p 0.06 0.20 0.00 0.07 -pédonculé pédonculé adj m s 0.00 0.07 0.00 0.07 -pédophile pédophile nom m s 1.34 0.34 0.95 0.20 -pédophiles pédophile nom m p 1.34 0.34 0.39 0.14 -pédophilie pédophilie nom f s 0.58 0.14 0.58 0.14 -pédophiliques pédophilique adj m p 0.00 0.07 0.00 0.07 -pédopsychiatre pédopsychiatre nom s 0.32 0.00 0.32 0.00 -pédoque pédoque nom m s 0.00 0.54 0.00 0.54 -pédé pédé nom m s 33.12 8.18 25.64 4.86 -pédégé pédégé nom m s 0.00 0.07 0.00 0.07 -pédéraste pédéraste nom m s 0.48 3.38 0.36 1.96 -pédérastes pédéraste nom m p 0.48 3.38 0.13 1.42 -pédérastie pédérastie nom f s 0.29 0.61 0.29 0.61 -pédérastique pédérastique adj s 0.00 0.27 0.00 0.27 -pédés pédé nom m p 33.12 8.18 7.48 3.31 -pue puer ver 36.29 18.65 23.80 8.92 imp:pre:2s;ind:pre:1s;ind:pre:3s; -pueblo pueblo adj m s 0.05 0.95 0.05 0.95 -puent puer ver 36.29 18.65 2.29 1.89 ind:pre:3p; -puer puer ver 36.29 18.65 1.44 1.49 inf; -puera puer ver 36.29 18.65 0.05 0.00 ind:fut:3s; -puerait puer ver 36.29 18.65 0.01 0.00 cnd:pre:3s; -pueras puer ver 36.29 18.65 0.23 0.00 ind:fut:2s; -puerez puer ver 36.29 18.65 0.01 0.00 ind:fut:2p; -puerpérale puerpéral adj f s 0.12 0.07 0.12 0.07 -pues puer ver 36.29 18.65 5.66 0.54 ind:pre:2s; -puez puer ver 36.29 18.65 0.67 0.14 imp:pre:2p;ind:pre:2p; -puff puff nom m s 0.57 0.14 0.57 0.14 -puffin puffin nom m s 0.54 0.00 0.54 0.00 -pégamoïd pégamoïd nom m s 0.00 0.07 0.00 0.07 -pugilat pugilat nom m s 0.12 1.08 0.11 0.74 -pugilats pugilat nom m p 0.12 1.08 0.01 0.34 -pugiler pugiler ver 0.00 0.07 0.00 0.07 inf; -pugiliste pugiliste nom s 0.20 0.41 0.20 0.20 -pugilistes pugiliste nom p 0.20 0.41 0.00 0.20 -pugilistique pugilistique adj f s 0.00 0.07 0.00 0.07 -pugnace pugnace adj s 0.06 0.14 0.06 0.14 -pugnacité pugnacité nom f s 0.04 0.20 0.04 0.20 -pégriot pégriot nom m s 0.00 0.41 0.00 0.20 -pégriots pégriot nom m p 0.00 0.41 0.00 0.20 -puis puis con 256.19 836.42 256.19 836.42 -puisa puiser ver 2.97 14.46 0.02 0.68 ind:pas:3s; -puisai puiser ver 2.97 14.46 0.14 0.20 ind:pas:1s; -puisaient puiser ver 2.97 14.46 0.00 0.81 ind:imp:3p; -puisais puiser ver 2.97 14.46 0.00 0.61 ind:imp:1s; -puisait puiser ver 2.97 14.46 0.16 3.11 ind:imp:3s; -puisant puiser ver 2.97 14.46 0.17 1.01 par:pre; -puisard puisard nom m s 0.29 0.20 0.29 0.14 -puisards puisard nom m p 0.29 0.20 0.00 0.07 -puisatier puisatier nom m s 0.00 0.07 0.00 0.07 -puise puiser ver 2.97 14.46 0.82 1.15 imp:pre:2s;ind:pre:1s;ind:pre:3s; -puisent puiser ver 2.97 14.46 0.02 0.20 ind:pre:3p; -puiser puiser ver 2.97 14.46 1.08 3.51 inf; -puisera puiser ver 2.97 14.46 0.01 0.07 ind:fut:3s; -puiserai puiser ver 2.97 14.46 0.00 0.07 ind:fut:1s; -puiserait puiser ver 2.97 14.46 0.00 0.07 cnd:pre:3s; -puiserez puiser ver 2.97 14.46 0.02 0.00 ind:fut:2p; -puiseront puiser ver 2.97 14.46 0.00 0.14 ind:fut:3p; -puises puiser ver 2.97 14.46 0.08 0.07 ind:pre:2s; -puisette puisette nom f s 0.00 0.14 0.00 0.14 -puisez puiser ver 2.97 14.46 0.04 0.00 imp:pre:2p;ind:pre:2p; -puisions puiser ver 2.97 14.46 0.00 0.07 ind:imp:1p; -puisons puiser ver 2.97 14.46 0.03 0.27 imp:pre:1p;ind:pre:1p; -puisqu puisqu con 0.03 0.00 0.03 0.00 -puisque puisque con 59.09 131.82 59.09 131.82 -puissamment puissamment con 0.12 0.95 0.12 0.95 -puissance puissance nom f s 33.69 55.20 30.37 44.12 -puissances puissance nom f p 33.69 55.20 3.33 11.08 -puissant puissant adj m s 39.99 47.70 22.65 19.86 -puissante puissant adj f s 39.99 47.70 9.16 14.26 -puissantes puissant adj f p 39.99 47.70 2.85 5.20 -puissants puissant adj m p 39.99 47.70 5.34 8.38 -puisse pouvoir ver_sup 5524.52 2659.80 90.37 74.80 sub:pre:1s;sub:pre:3s; -puissent pouvoir ver_sup 5524.52 2659.80 10.18 14.05 sub:pre:3p; -puisses pouvoir ver_sup 5524.52 2659.80 13.79 2.50 sub:pre:2s; -puissiez pouvoir ver_sup 5524.52 2659.80 8.59 2.97 sub:pre:2p; -puissions pouvoir ver_sup 5524.52 2659.80 6.20 3.58 sub:pre:1p; -puisé puiser ver m s 2.97 14.46 0.35 1.35 par:pas; -puisée puiser ver f s 2.97 14.46 0.01 0.54 par:pas; -puisées puiser ver f p 2.97 14.46 0.02 0.34 par:pas; -puisés puiser ver m p 2.97 14.46 0.00 0.20 par:pas; -puits puits nom m 19.52 21.69 19.52 21.69 -péjoratif péjoratif adj m s 0.09 1.28 0.07 1.01 -péjoratifs péjoratif adj m p 0.09 1.28 0.00 0.14 -péjorative péjoratif adj f s 0.09 1.28 0.01 0.07 -péjorativement péjorativement adv 0.01 0.07 0.01 0.07 -péjoratives péjoratif adj f p 0.09 1.28 0.01 0.07 -pékan pékan nom m s 0.03 0.00 0.03 0.00 -pékin pékin nom m s 0.32 1.28 0.27 0.47 -pékinois pékinois nom m 1.68 0.47 1.68 0.47 -pékinoise pékinois adj f s 0.07 0.20 0.03 0.00 -pékins pékin nom m p 0.32 1.28 0.05 0.81 -pélagique pélagique adj m s 0.29 0.00 0.29 0.00 -pélasgiques pélasgique adj p 0.00 0.07 0.00 0.07 -pêle_mêle pêle_mêle adv 0.00 8.24 0.00 8.24 -pélican pélican nom m s 0.43 1.28 0.28 0.81 -pélicans pélican nom m p 0.43 1.28 0.16 0.47 -pull_over pull_over nom m s 0.80 6.35 0.78 5.27 -pull_over pull_over nom m p 0.80 6.35 0.02 1.08 -pull pull nom m s 13.43 8.65 11.41 7.03 -pullman pullman nom m s 0.06 0.54 0.05 0.47 -pullmans pullman nom m p 0.06 0.54 0.01 0.07 -pulls pull nom m p 13.43 8.65 2.02 1.62 -pullula pulluler ver 0.78 2.91 0.00 0.07 ind:pas:3s; -pullulaient pulluler ver 0.78 2.91 0.01 0.74 ind:imp:3p; -pullulait pulluler ver 0.78 2.91 0.00 0.34 ind:imp:3s; -pullulant pulluler ver 0.78 2.91 0.00 0.14 par:pre; -pullulantes pullulant adj f p 0.00 0.20 0.00 0.07 -pullulants pullulant adj m p 0.00 0.20 0.00 0.14 -pullule pulluler ver 0.78 2.91 0.41 0.61 ind:pre:3s; -pullulement pullulement nom m s 0.00 0.74 0.00 0.74 -pullulent pulluler ver 0.78 2.91 0.19 0.74 ind:pre:3p; -pulluler pulluler ver 0.78 2.91 0.16 0.27 inf; -pulluleront pulluler ver 0.78 2.91 0.01 0.00 ind:fut:3p; -pulmonaire pulmonaire adj s 2.31 1.35 2.00 0.95 -pulmonaires pulmonaire adj p 2.31 1.35 0.32 0.41 -pulmonie pulmonie nom f s 0.00 0.07 0.00 0.07 -pulmonique pulmonique adj s 0.00 0.07 0.00 0.07 -pélot pélot nom m s 0.00 0.07 0.00 0.07 -pulpe pulpe nom f s 0.72 2.36 0.62 2.16 -pulpes pulpe nom f p 0.72 2.36 0.10 0.20 -pulpeuse pulpeux adj f s 0.22 2.23 0.11 1.28 -pulpeuses pulpeux adj f p 0.22 2.23 0.09 0.41 -pulpeux pulpeux adj m 0.22 2.23 0.02 0.54 -pulque pulque nom m s 0.60 0.00 0.60 0.00 -pulsait pulser ver 0.51 0.61 0.01 0.20 ind:imp:3s; -pulsant pulser ver 0.51 0.61 0.00 0.14 par:pre; -pulsar pulsar nom m s 0.46 0.00 0.46 0.00 -pulsatile pulsatile adj f s 0.01 0.00 0.01 0.00 -pulsation pulsation nom f s 1.24 4.19 0.54 2.09 -pulsations pulsation nom f p 1.24 4.19 0.70 2.09 -pulsative pulsatif adj f s 0.01 0.00 0.01 0.00 -pulse pulser ver 0.51 0.61 0.21 0.20 imp:pre:2s;ind:pre:3s; -pulser pulser ver 0.51 0.61 0.11 0.07 inf; -pulseur pulseur nom m s 0.15 0.07 0.15 0.07 -pulsion pulsion nom f s 4.15 1.69 1.19 0.74 -pulsions pulsion nom f p 4.15 1.69 2.96 0.95 -pulso_réacteur pulso_réacteur nom m p 0.01 0.00 0.01 0.00 -pulsoréacteurs pulsoréacteur nom m p 0.01 0.00 0.01 0.00 -pulsé pulser ver m s 0.51 0.61 0.17 0.00 par:pas; -pulvérin pulvérin nom m s 0.00 0.07 0.00 0.07 -pulvérisa pulvériser ver 3.11 6.69 0.00 0.47 ind:pas:3s; -pulvérisaient pulvériser ver 3.11 6.69 0.00 0.07 ind:imp:3p; -pulvérisais pulvériser ver 3.11 6.69 0.01 0.00 ind:imp:2s; -pulvérisait pulvériser ver 3.11 6.69 0.12 0.61 ind:imp:3s; -pulvérisant pulvériser ver 3.11 6.69 0.08 0.61 par:pre; -pulvérisateur pulvérisateur nom m s 0.22 0.14 0.18 0.07 -pulvérisateurs pulvérisateur nom m p 0.22 0.14 0.03 0.07 -pulvérisation pulvérisation nom f s 0.09 0.27 0.06 0.14 -pulvérisations pulvérisation nom f p 0.09 0.27 0.02 0.14 -pulvérise pulvériser ver 3.11 6.69 0.42 0.41 imp:pre:2s;ind:pre:1s;ind:pre:3s; -pulvérisent pulvériser ver 3.11 6.69 0.01 0.20 ind:pre:3p; -pulvériser pulvériser ver 3.11 6.69 1.14 1.15 inf; -pulvériserai pulvériser ver 3.11 6.69 0.02 0.07 ind:fut:1s; -pulvériserait pulvériser ver 3.11 6.69 0.01 0.07 cnd:pre:3s; -pulvériserons pulvériser ver 3.11 6.69 0.01 0.00 ind:fut:1p; -pulvériseront pulvériser ver 3.11 6.69 0.14 0.00 ind:fut:3p; -pulvérises pulvériser ver 3.11 6.69 0.00 0.07 ind:pre:2s; -pulvérisez pulvériser ver 3.11 6.69 0.06 0.00 imp:pre:2p;ind:pre:2p; -pulvérisé pulvériser ver m s 3.11 6.69 0.74 1.22 par:pas; -pulvérisée pulvériser ver f s 3.11 6.69 0.10 1.08 par:pas; -pulvérisées pulvériser ver f p 3.11 6.69 0.06 0.14 par:pas; -pulvérisés pulvériser ver m p 3.11 6.69 0.17 0.54 par:pas; -pulvérulence pulvérulence nom f s 0.00 0.07 0.00 0.07 -pulvérulentes pulvérulent adj f p 0.00 0.07 0.00 0.07 -puma puma nom m s 1.34 2.03 0.42 1.89 -pumas puma nom m p 1.34 2.03 0.92 0.14 -punais punais adj m s 0.00 0.20 0.00 0.20 -punaisait punaiser ver 0.12 0.81 0.00 0.07 ind:imp:3s; -punaise punaise nom f s 2.46 7.84 1.41 1.76 -punaises punaise nom f p 2.46 7.84 1.05 6.08 -punaisé punaiser ver m s 0.12 0.81 0.01 0.27 par:pas; -punaisée punaiser ver f s 0.12 0.81 0.01 0.34 par:pas; -punaisées punaiser ver f p 0.12 0.81 0.00 0.14 par:pas; -punaisés punaiser ver m p 0.12 0.81 0.10 0.00 par:pas; -pénal pénal adj m s 4.64 3.38 3.78 2.91 -pénale pénal adj f s 4.64 3.38 0.54 0.20 -pénalement pénalement adv 0.03 0.07 0.03 0.07 -pénales pénal adj f p 4.64 3.38 0.20 0.27 -pénalisaient pénaliser ver 0.46 0.34 0.01 0.00 ind:imp:3p; -pénalisation pénalisation nom f s 0.01 0.00 0.01 0.00 -pénalise pénaliser ver 0.46 0.34 0.03 0.00 imp:pre:2s;ind:pre:1s; -pénaliser pénaliser ver 0.46 0.34 0.12 0.07 inf; -pénalisera pénaliser ver 0.46 0.34 0.01 0.07 ind:fut:3s; -pénaliserai pénaliser ver 0.46 0.34 0.03 0.00 ind:fut:1s; -pénaliste pénaliste nom s 0.04 0.00 0.04 0.00 -pénalistes pénaliste nom p 0.04 0.00 0.01 0.00 -pénalisé pénaliser ver m s 0.46 0.34 0.15 0.07 par:pas; -pénalisée pénaliser ver f s 0.46 0.34 0.04 0.00 par:pas; -pénalisés pénaliser ver m p 0.46 0.34 0.08 0.14 par:pas; -pénalité pénalité nom f s 1.11 0.07 0.60 0.00 -pénalités pénalité nom f p 1.11 0.07 0.51 0.07 -pénard pénard adj m s 0.02 1.08 0.01 0.54 -pénarde pénard adj f s 0.02 1.08 0.00 0.27 -pénardement pénardement adv 0.00 0.07 0.00 0.07 -pénardes pénard adj f p 0.02 1.08 0.00 0.07 -pénards pénard adj m p 0.02 1.08 0.01 0.20 -pénates pénates nom m p 0.15 0.88 0.15 0.88 -pénaux pénal adj m p 4.64 3.38 0.14 0.00 -punch punch nom m s 3.67 3.11 3.65 2.97 -puncheur puncheur nom m s 0.02 0.00 0.02 0.00 -punching_ball punching_ball nom m s 0.71 0.61 0.64 0.61 -punching_ball punching_ball nom m s 0.71 0.61 0.08 0.00 -punchs punch nom m p 3.67 3.11 0.02 0.14 -punctiforme punctiforme adj f s 0.01 0.00 0.01 0.00 -puncture puncture nom f s 0.10 0.00 0.10 0.00 -pêne pêne nom m s 0.15 0.81 0.15 0.81 -puni punir ver m s 41.70 20.14 10.09 3.99 par:pas; -pénible pénible adj s 13.75 27.43 12.07 21.96 -péniblement péniblement adv 0.74 11.01 0.74 11.01 -pénibles pénible adj p 13.75 27.43 1.69 5.47 -péniche péniche nom f s 1.55 7.97 1.47 5.27 -péniches péniche nom f p 1.55 7.97 0.08 2.70 -pénicilline pénicilline nom f s 1.44 0.95 1.44 0.95 -punie punir ver f s 41.70 20.14 2.79 1.42 par:pas; -pénien pénien adj m s 0.04 0.00 0.02 0.00 -pénienne pénien adj f s 0.04 0.00 0.01 0.00 -punies punir ver f p 41.70 20.14 0.20 0.14 par:pas; -pénil pénil nom m s 0.01 0.00 0.01 0.00 -péninsulaire péninsulaire adj s 0.00 0.14 0.00 0.07 -péninsulaires péninsulaire adj p 0.00 0.14 0.00 0.07 -péninsule péninsule nom f s 0.89 3.31 0.88 3.18 -péninsules péninsule nom f p 0.89 3.31 0.01 0.14 -punique punique adj m s 0.00 0.20 0.00 0.14 -puniques punique adj p 0.00 0.20 0.00 0.07 -punir punir ver 41.70 20.14 13.82 8.45 inf; -punira punir ver 41.70 20.14 1.89 0.27 ind:fut:3s; -punirai punir ver 41.70 20.14 0.91 0.00 ind:fut:1s; -punirais punir ver 41.70 20.14 0.04 0.07 cnd:pre:1s; -punirait punir ver 41.70 20.14 0.06 0.07 cnd:pre:3s; -puniras punir ver 41.70 20.14 0.02 0.07 ind:fut:2s; -punirez punir ver 41.70 20.14 0.03 0.00 ind:fut:2p; -punirons punir ver 41.70 20.14 0.17 0.00 ind:fut:1p; -puniront punir ver 41.70 20.14 0.03 0.00 ind:fut:3p; -pénis pénis nom m 8.11 1.96 8.11 1.96 -punis punir ver m p 41.70 20.14 6.09 1.69 imp:pre:2s;ind:pre:1s;ind:pre:2s;par:pas; -punissable punissable adj m s 0.21 0.14 0.21 0.07 -punissables punissable adj m p 0.21 0.14 0.00 0.07 -punissaient punir ver 41.70 20.14 0.02 0.20 ind:imp:3p; -punissais punir ver 41.70 20.14 0.26 0.14 ind:imp:1s;ind:imp:2s; -punissait punir ver 41.70 20.14 0.29 1.01 ind:imp:3s; -punissant punir ver 41.70 20.14 0.71 0.47 par:pre; -punisse punir ver 41.70 20.14 0.61 0.27 sub:pre:1s;sub:pre:3s; -punissent punir ver 41.70 20.14 0.26 0.20 ind:pre:3p; -punisses punir ver 41.70 20.14 0.30 0.00 sub:pre:2s; -punisseur punisseur nom m s 0.11 0.00 0.11 0.00 -punissez punir ver 41.70 20.14 0.99 0.07 imp:pre:2p;ind:pre:2p; -punissions punir ver 41.70 20.14 0.01 0.07 ind:imp:1p; -punissons punir ver 41.70 20.14 0.15 0.00 imp:pre:1p;ind:pre:1p; -punit punir ver 41.70 20.14 1.98 1.55 ind:pre:3s;ind:pas:3s; -pénitence pénitence nom f s 2.96 5.95 2.96 5.00 -pénitences pénitence nom f p 2.96 5.95 0.00 0.95 -pénitencier pénitencier nom m s 2.09 1.15 2.04 1.15 -pénitenciers pénitencier nom m p 2.09 1.15 0.06 0.00 -pénitent pénitent nom m s 0.90 2.84 0.27 0.61 -pénitente pénitent nom f s 0.90 2.84 0.14 0.14 -pénitentes pénitent nom f p 0.90 2.84 0.00 0.20 -pénitentiaire pénitentiaire adj s 3.21 2.77 2.79 2.23 -pénitentiaires pénitentiaire adj p 3.21 2.77 0.42 0.54 -pénitentielle pénitentiel adj f s 0.00 0.07 0.00 0.07 -pénitents pénitent nom m p 0.90 2.84 0.49 1.89 -punitif punitif adj m s 0.42 1.08 0.27 0.14 -punition punition nom f s 13.16 9.46 11.97 7.64 -punitions punition nom f p 13.16 9.46 1.19 1.82 -punitive punitif adj f s 0.42 1.08 0.12 0.61 -punitives punitif adj f p 0.42 1.08 0.03 0.34 -punk punk nom s 6.39 4.12 5.45 2.50 -punkette punkette nom f s 0.00 0.14 0.00 0.14 -punks punk nom p 6.39 4.12 0.94 1.62 -pénologie pénologie nom f s 0.02 0.00 0.02 0.00 -pénombre pénombre nom f s 1.23 28.24 1.22 28.04 -pénombres pénombre nom f p 1.23 28.24 0.01 0.20 -punt punt nom m s 0.23 0.00 0.23 0.00 -pénètre pénétrer ver 19.00 87.23 4.64 12.36 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -pénètrent pénétrer ver 19.00 87.23 0.84 2.77 ind:pre:3p; -pénètres pénétrer ver 19.00 87.23 0.11 0.20 ind:pre:2s; -pénultième pénultième nom f s 0.03 0.07 0.03 0.07 -pénéplaines pénéplaine nom f p 0.00 0.07 0.00 0.07 -pénurie pénurie nom f s 2.15 2.84 2.12 2.70 -pénuries pénurie nom f p 2.15 2.84 0.04 0.14 -pénétra pénétrer ver 19.00 87.23 0.32 9.66 ind:pas:3s; -pénétrable pénétrable adj f s 0.14 0.07 0.14 0.00 -pénétrables pénétrable adj p 0.14 0.07 0.00 0.07 -pénétrai pénétrer ver 19.00 87.23 0.00 1.42 ind:pas:1s; -pénétraient pénétrer ver 19.00 87.23 0.14 3.04 ind:imp:3p; -pénétrais pénétrer ver 19.00 87.23 0.00 1.08 ind:imp:1s;ind:imp:2s; -pénétrait pénétrer ver 19.00 87.23 0.26 9.66 ind:imp:3s; -pénétrant pénétrer ver 19.00 87.23 0.41 4.86 par:pre; -pénétrante pénétrante adj f s 0.29 2.43 0.20 2.23 -pénétrantes pénétrante adj f p 0.29 2.43 0.10 0.20 -pénétrants pénétrant adj m p 0.59 2.09 0.18 0.20 -pénétration pénétration nom f s 2.20 3.38 1.91 3.18 -pénétrations pénétration nom f p 2.20 3.38 0.29 0.20 -pénétrer pénétrer ver 19.00 87.23 6.94 24.19 inf; -pénétrera pénétrer ver 19.00 87.23 0.14 0.20 ind:fut:3s; -pénétrerai pénétrer ver 19.00 87.23 0.02 0.07 ind:fut:1s; -pénétreraient pénétrer ver 19.00 87.23 0.00 0.27 cnd:pre:3p; -pénétrerait pénétrer ver 19.00 87.23 0.01 0.54 cnd:pre:3s; -pénétrerons pénétrer ver 19.00 87.23 0.04 0.07 ind:fut:1p; -pénétreront pénétrer ver 19.00 87.23 0.01 0.07 ind:fut:3p; -pénétrez pénétrer ver 19.00 87.23 0.41 0.34 imp:pre:2p;ind:pre:2p; -pénétrions pénétrer ver 19.00 87.23 0.00 0.27 ind:imp:1p; -pénétrâmes pénétrer ver 19.00 87.23 0.00 0.61 ind:pas:1p; -pénétrons pénétrer ver 19.00 87.23 0.07 0.95 imp:pre:1p;ind:pre:1p; -pénétrât pénétrer ver 19.00 87.23 0.00 0.34 sub:imp:3s; -pénétrèrent pénétrer ver 19.00 87.23 0.02 3.24 ind:pas:3p; -pénétré pénétrer ver m s 19.00 87.23 4.07 8.72 par:pas; -pénétrée pénétrer ver f s 19.00 87.23 0.49 1.28 par:pas; -pénétrées pénétrer ver f p 19.00 87.23 0.00 0.07 par:pas; -pénétrés pénétrer ver m p 19.00 87.23 0.04 0.95 par:pas; -péon péon nom m s 0.02 0.14 0.01 0.00 -péons péon nom m p 0.02 0.14 0.01 0.14 -péottes péotte nom f p 0.00 0.14 0.00 0.14 -pupazzo pupazzo nom m s 0.00 0.14 0.00 0.14 -pupe pupe nom f s 0.01 0.00 0.01 0.00 -pépettes pépettes nom f p 0.03 0.20 0.03 0.20 -pépia pépier ver 0.35 1.28 0.00 0.07 ind:pas:3s; -pépiaient pépier ver 0.35 1.28 0.00 0.47 ind:imp:3p; -pépiait pépier ver 0.35 1.28 0.00 0.14 ind:imp:3s; -pépiant pépiant adj m s 0.14 0.20 0.14 0.20 -pépie pépier ver 0.35 1.28 0.20 0.07 imp:pre:2s;ind:pre:1s;ind:pre:3s; -pépiement pépiement nom m s 1.16 2.77 0.09 1.49 -pépiements pépiement nom m p 1.16 2.77 1.07 1.28 -pépient pépier ver 0.35 1.28 0.04 0.34 ind:pre:3p; -pépier pépier ver 0.35 1.28 0.11 0.14 inf; -pupillaire pupillaire adj s 0.07 0.00 0.06 0.00 -pupillaires pupillaire adj m p 0.07 0.00 0.01 0.00 -pupille pupille nom s 3.92 5.54 2.04 2.43 -pupilles pupille nom p 3.92 5.54 1.88 3.11 -pépin pépin nom m s 5.15 3.51 4.31 1.96 -pépinière pépinière nom f s 0.51 0.95 0.45 0.68 -pépinières pépinière nom f p 0.51 0.95 0.06 0.27 -pépiniériste pépiniériste nom s 0.04 0.41 0.03 0.27 -pépiniéristes pépiniériste nom p 0.04 0.41 0.01 0.14 -pépins pépin nom m p 5.15 3.51 0.84 1.55 -pépite pépite nom f s 2.04 0.61 0.77 0.20 -pépites pépite nom f p 2.04 0.61 1.27 0.41 -pupitre pupitre nom m s 0.80 6.89 0.73 5.74 -pupitres pupitre nom m p 0.80 6.89 0.07 1.15 -pupitreur pupitreur nom m s 0.01 0.00 0.01 0.00 -pépiés pépier ver m p 0.35 1.28 0.00 0.07 par:pas; -péplum péplum nom m s 0.10 0.54 0.00 0.14 -péplums péplum nom m p 0.10 0.54 0.10 0.41 -pépère pépère adj s 1.21 3.18 1.00 2.50 -pépères pépère adj p 1.21 3.18 0.20 0.68 -pépètes pépètes nom f p 0.08 0.34 0.08 0.34 -pépé pépé nom m s 4.95 16.96 4.81 16.76 -pépée pépée nom f s 0.69 0.54 0.49 0.20 -pépées pépée nom f p 0.69 0.54 0.20 0.34 -pépés pépé nom m p 4.95 16.96 0.13 0.20 -péquenaud péquenaud nom m s 1.60 0.27 1.00 0.07 -péquenaude péquenaud nom f s 1.60 0.27 0.20 0.00 -péquenaudes péquenaud nom f p 1.60 0.27 0.00 0.07 -péquenauds péquenaud nom m p 1.60 0.27 0.41 0.14 -péquenot péquenot nom m s 1.80 1.82 0.97 1.01 -péquenots péquenot nom m p 1.80 1.82 0.83 0.81 -péquin péquin nom m s 0.00 0.20 0.00 0.14 -péquins péquin nom m p 0.00 0.20 0.00 0.07 -pur_sang pur_sang nom m 1.01 2.23 1.01 2.23 -pur pur adj m s 58.46 90.34 26.48 44.59 -pérît périr ver 11.20 10.34 0.00 0.07 sub:imp:3s; -pure pur adj f s 58.46 90.34 26.97 34.19 -pureau pureau nom m s 0.00 0.07 0.00 0.07 -purement purement adv 3.99 9.32 3.99 9.32 -péremptoire péremptoire adj s 0.00 5.07 0.00 3.85 -péremptoirement péremptoirement adv 0.00 0.61 0.00 0.61 -péremptoires péremptoire adj p 0.00 5.07 0.00 1.22 -pérenne pérenne adj s 0.00 0.14 0.00 0.07 -pérennes pérenne adj p 0.00 0.14 0.00 0.07 -pérennise pérenniser ver 0.00 0.07 0.00 0.07 ind:pre:3s; -pérennité pérennité nom f s 0.00 0.74 0.00 0.74 -purent pouvoir ver_sup 5524.52 2659.80 0.24 6.89 ind:pas:3p; -pures pur adj f p 58.46 90.34 1.35 4.66 -pureté pureté nom f s 6.77 13.99 6.77 13.92 -puretés pureté nom f p 6.77 13.99 0.00 0.07 -purgatif purgatif adj m s 0.40 0.14 0.30 0.07 -purgation purgation nom f s 0.02 0.20 0.02 0.07 -purgations purgation nom f p 0.02 0.20 0.00 0.14 -purgative purgatif adj f s 0.40 0.14 0.10 0.07 -purgatoire purgatoire nom m s 1.92 2.84 1.92 2.77 -purgatoires purgatoire nom m p 1.92 2.84 0.00 0.07 -purge purger ver 5.46 3.24 1.30 0.34 imp:pre:2s;ind:pre:1s;ind:pre:3s; -purgea purger ver 5.46 3.24 0.02 0.07 ind:pas:3s; -purgeaient purger ver 5.46 3.24 0.01 0.14 ind:imp:3p; -purgeais purger ver 5.46 3.24 0.02 0.00 ind:imp:1s;ind:imp:2s; -purgeait purger ver 5.46 3.24 0.28 0.41 ind:imp:3s; -purgeant purger ver 5.46 3.24 0.03 0.07 par:pre; -purgent purger ver 5.46 3.24 0.15 0.14 ind:pre:3p; -purger purger ver 5.46 3.24 1.59 1.08 inf; -purgera purger ver 5.46 3.24 0.11 0.00 ind:fut:3s; -purgerai purger ver 5.46 3.24 0.05 0.00 ind:fut:1s; -purgerais purger ver 5.46 3.24 0.02 0.00 cnd:pre:1s;cnd:pre:2s; -purgeras purger ver 5.46 3.24 0.07 0.00 ind:fut:2s; -purgerez purger ver 5.46 3.24 0.07 0.00 ind:fut:2p; -purgeriez purger ver 5.46 3.24 0.01 0.00 cnd:pre:2p; -purges purge nom f p 1.34 1.89 0.84 0.54 -purgez purger ver 5.46 3.24 0.23 0.00 imp:pre:2p;ind:pre:2p; -purgiez purger ver 5.46 3.24 0.02 0.00 ind:imp:2p; -purgé purger ver m s 5.46 3.24 0.93 0.81 par:pas; -purgée purger ver f s 5.46 3.24 0.21 0.00 par:pas; -purgées purger ver f p 5.46 3.24 0.01 0.07 par:pas; -purgés purger ver m p 5.46 3.24 0.23 0.14 par:pas; -péri périr ver m s 11.20 10.34 2.56 1.89 par:pas; -péricarde péricarde nom m s 0.33 0.00 0.33 0.00 -péricardique péricardique adj s 0.12 0.00 0.12 0.00 -péricardite péricardite nom f s 0.05 0.00 0.05 0.00 -péricarpe péricarpe nom m s 0.01 0.00 0.01 0.00 -périclita péricliter ver 0.10 1.01 0.00 0.07 ind:pas:3s; -périclitait péricliter ver 0.10 1.01 0.02 0.20 ind:imp:3s; -périclitant péricliter ver 0.10 1.01 0.00 0.07 par:pre; -périclitent péricliter ver 0.10 1.01 0.01 0.07 ind:pre:3p; -péricliter péricliter ver 0.10 1.01 0.03 0.27 inf; -périclitèrent péricliter ver 0.10 1.01 0.01 0.07 ind:pas:3p; -périclité péricliter ver m s 0.10 1.01 0.04 0.27 par:pas; -péridurale péridural nom f s 0.37 0.07 0.37 0.07 -périe périr ver f s 11.20 10.34 0.01 0.00 par:pas; -périf périf nom m s 0.14 0.27 0.14 0.27 -purifiaient purifier ver 7.92 4.86 0.00 0.14 ind:imp:3p; -purifiais purifier ver 7.92 4.86 0.10 0.00 ind:imp:2s; -purifiait purifier ver 7.92 4.86 0.14 0.20 ind:imp:3s; -purifiant purifier ver 7.92 4.86 0.20 0.27 par:pre; -purificateur purificateur adj m s 0.75 0.68 0.47 0.54 -purificateurs purificateur nom m p 0.22 0.07 0.07 0.00 -purification purification nom f s 1.31 1.08 1.31 0.95 -purifications purification nom f p 1.31 1.08 0.00 0.14 -purificatoire purificatoire adj m s 0.00 0.07 0.00 0.07 -purificatrice purificateur adj f s 0.75 0.68 0.02 0.07 -purificatrices purificateur adj f p 0.75 0.68 0.27 0.00 -purifie purifier ver 7.92 4.86 2.04 0.34 imp:pre:2s;ind:pre:1s;ind:pre:3s; -purifient purifier ver 7.92 4.86 0.30 0.07 ind:pre:3p; -purifier purifier ver 7.92 4.86 2.59 1.15 inf; -purifiera purifier ver 7.92 4.86 0.14 0.00 ind:fut:3s; -purifiez purifier ver 7.92 4.86 0.34 0.14 imp:pre:2p;ind:pre:2p; -purifions purifier ver 7.92 4.86 0.02 0.07 imp:pre:1p;ind:pre:1p; -purifiât purifier ver 7.92 4.86 0.00 0.07 sub:imp:3s; -purifié purifier ver m s 7.92 4.86 1.05 1.35 par:pas; -purifiée purifier ver f s 7.92 4.86 0.68 0.68 par:pas; -purifiées purifier ver f p 7.92 4.86 0.00 0.07 par:pas; -purifiés purifier ver m p 7.92 4.86 0.32 0.34 par:pas; -périgourdin périgourdin adj m s 0.02 0.27 0.00 0.07 -périgourdine périgourdin adj f s 0.02 0.27 0.01 0.20 -périgourdins périgourdin adj m p 0.02 0.27 0.01 0.00 -périgée périgée nom m s 0.02 0.07 0.02 0.07 -péril péril nom m s 7.76 13.78 6.32 10.00 -périlleuse périlleux adj f s 1.43 6.76 0.35 2.30 -périlleusement périlleusement adv 0.00 0.20 0.00 0.20 -périlleuses périlleux adj f p 1.43 6.76 0.21 0.88 -périlleux périlleux adj m 1.43 6.76 0.87 3.58 -périls péril nom m p 7.76 13.78 1.45 3.78 -périme périmer ver 1.68 0.54 0.02 0.00 ind:pre:3s; -périment périmer ver 1.68 0.54 0.01 0.00 ind:pre:3p; -périmer périmer ver 1.68 0.54 0.01 0.00 inf; -périmètre périmètre nom m s 6.81 2.84 6.71 2.64 -périmètres périmètre nom m p 6.81 2.84 0.10 0.20 -périmé périmer ver m s 1.68 0.54 0.69 0.27 par:pas; -périmée périmer ver f s 1.68 0.54 0.59 0.20 par:pas; -périmées périmé adj f p 0.79 2.36 0.09 0.47 -périmés périmer ver m p 1.68 0.54 0.28 0.00 par:pas; -purin purin nom m s 0.38 2.23 0.38 2.23 -périnée périnée nom m s 0.16 0.47 0.16 0.47 -période période nom f s 25.65 41.89 23.72 32.09 -périodes période nom f p 25.65 41.89 1.94 9.80 -périodicité périodicité nom f s 0.01 0.07 0.01 0.07 -périodique périodique adj s 0.23 1.89 0.15 1.28 -périodiquement périodiquement adv 0.17 3.18 0.17 3.18 -périodiques périodique adj p 0.23 1.89 0.09 0.61 -péripatéticiennes péripatéticienne nom f p 0.14 0.00 0.14 0.00 -périph périph nom m s 0.16 0.20 0.16 0.20 -périphrase périphrase nom f s 0.11 0.27 0.11 0.14 -périphrases périphrase nom f p 0.11 0.27 0.00 0.14 -périphérie périphérie nom f s 1.30 3.04 1.21 2.91 -périphéries périphérie nom f p 1.30 3.04 0.10 0.14 -périphérique périphérique nom m s 0.53 1.15 0.52 1.15 -périphériques périphérique adj p 0.50 1.55 0.19 0.95 -périple périple nom m s 1.14 2.64 0.98 2.09 -périples périple nom m p 1.14 2.64 0.15 0.54 -péripétie péripétie nom f s 0.85 6.69 0.59 1.35 -péripéties péripétie nom f p 0.85 6.69 0.26 5.34 -périr périr ver 11.20 10.34 3.83 4.93 inf; -périra périr ver 11.20 10.34 1.01 0.20 ind:fut:3s; -périrais périr ver 11.20 10.34 0.01 0.14 cnd:pre:1s; -périrait périr ver 11.20 10.34 0.31 0.14 cnd:pre:3s; -périras périr ver 11.20 10.34 0.06 0.00 ind:fut:2s; -périrent périr ver 11.20 10.34 0.49 0.61 ind:pas:3p; -périrez périr ver 11.20 10.34 0.06 0.07 ind:fut:2p; -péririez périr ver 11.20 10.34 0.01 0.00 cnd:pre:2p; -périrons périr ver 11.20 10.34 0.14 0.07 ind:fut:1p; -périront périr ver 11.20 10.34 0.75 0.20 ind:fut:3p; -péris périr ver m p 11.20 10.34 0.05 0.07 ind:pre:1s;ind:pre:2s;par:pas; -périscolaire périscolaire adj f s 0.01 0.00 0.01 0.00 -périscope périscope nom m s 1.28 0.88 1.24 0.68 -périscopes périscope nom m p 1.28 0.88 0.04 0.20 -périscopique périscopique adj f s 0.31 0.00 0.31 0.00 -périssable périssable adj s 0.38 1.82 0.12 1.35 -périssables périssable adj p 0.38 1.82 0.27 0.47 -périssaient périr ver 11.20 10.34 0.01 0.27 ind:imp:3p; -périssait périr ver 11.20 10.34 0.00 0.34 ind:imp:3s; -périssant périr ver 11.20 10.34 0.01 0.07 par:pre; -périsse périr ver 11.20 10.34 0.34 0.47 sub:pre:3s; -périssent périr ver 11.20 10.34 0.54 0.27 ind:pre:3p; -périssez périr ver 11.20 10.34 0.10 0.00 imp:pre:2p; -périssodactyle périssodactyle nom m s 0.14 0.00 0.14 0.00 -périssoire périssoire nom f s 0.00 0.20 0.00 0.14 -périssoires périssoire nom f p 0.00 0.20 0.00 0.07 -périssons périr ver 11.20 10.34 0.14 0.07 imp:pre:1p;ind:pre:1p; -péristaltique péristaltique adj f s 0.01 0.14 0.01 0.07 -péristaltiques péristaltique adj f p 0.01 0.14 0.00 0.07 -péristaltisme péristaltisme nom m s 0.01 0.00 0.01 0.00 -puriste puriste nom s 0.13 0.00 0.11 0.00 -puristes puriste nom p 0.13 0.00 0.02 0.00 -péristyle péristyle nom m s 0.00 1.49 0.00 1.49 -périt périr ver 11.20 10.34 0.76 0.47 ind:pre:3s;ind:pas:3s; -puritain puritain nom m s 0.53 0.81 0.28 0.07 -puritaine puritain adj f s 1.16 2.03 0.67 0.54 -puritaines puritain adj f p 1.16 2.03 0.20 0.20 -puritains puritain nom m p 0.53 0.81 0.20 0.61 -puritanisme puritanisme nom m s 0.05 1.22 0.05 1.22 -péritoine péritoine nom m s 0.13 0.14 0.13 0.14 -péritonite péritonite nom f s 0.32 0.47 0.32 0.47 -péritonéal péritonéal adj m s 0.32 0.07 0.18 0.00 -péritonéale péritonéal adj f s 0.32 0.07 0.14 0.07 -périurbaines périurbain adj f p 0.01 0.00 0.01 0.00 -pérodictique pérodictique nom m s 0.01 0.00 0.01 0.00 -péroniste péroniste adj m s 0.17 0.00 0.17 0.00 -péronnelle péronnelle nom f s 0.04 0.07 0.04 0.07 -péroné péroné nom m s 0.27 0.14 0.27 0.00 -péronés péroné nom m p 0.27 0.14 0.00 0.14 -pérorais pérorer ver 0.22 3.24 0.00 0.07 ind:imp:1s; -péroraison péroraison nom f s 0.00 1.08 0.00 0.95 -péroraisons péroraison nom f p 0.00 1.08 0.00 0.14 -pérorait pérorer ver 0.22 3.24 0.00 1.49 ind:imp:3s; -pérorant pérorer ver 0.22 3.24 0.00 0.54 par:pre; -pérore pérorer ver 0.22 3.24 0.15 0.61 ind:pre:1s;ind:pre:3s; -pérorer pérorer ver 0.22 3.24 0.07 0.47 inf; -péroreur péroreur nom m s 0.00 0.07 0.00 0.07 -pérorons pérorer ver 0.22 3.24 0.00 0.07 ind:pre:1p; -pérot pérot nom m s 0.11 0.00 0.11 0.00 -purotin purotin nom m s 0.00 0.41 0.00 0.14 -purotins purotin nom m p 0.00 0.41 0.00 0.27 -pérou pérou nom s 0.01 0.00 0.01 0.00 -purpura purpura nom m s 0.09 0.00 0.09 0.00 -purpurin purpurin adj m s 0.01 0.61 0.00 0.27 -purpurine purpurin adj f s 0.01 0.61 0.01 0.14 -purpurines purpurin adj f p 0.01 0.61 0.00 0.07 -purpurins purpurin adj m p 0.01 0.61 0.00 0.14 -purs pur adj m p 58.46 90.34 3.67 6.89 -purée purée nom f s 5.75 6.28 5.74 6.08 -purées purée nom f p 5.75 6.28 0.01 0.20 -pérégrinant pérégriner ver 0.00 0.47 0.00 0.07 par:pre; -pérégrination pérégrination nom f s 0.06 1.62 0.00 0.20 -pérégrinations pérégrination nom f p 0.06 1.62 0.06 1.42 -pérégrine pérégriner ver 0.00 0.47 0.00 0.14 ind:pre:3s; -pérégriner pérégriner ver 0.00 0.47 0.00 0.20 inf; -pérégrines pérégriner ver 0.00 0.47 0.00 0.07 ind:pre:2s; -purulence purulence nom f s 0.02 0.41 0.02 0.20 -purulences purulence nom f p 0.02 0.41 0.00 0.20 -purulent purulent adj m s 0.26 0.74 0.06 0.20 -purulente purulent adj f s 0.26 0.74 0.10 0.20 -purulentes purulent adj f p 0.26 0.74 0.04 0.34 -purulents purulent adj m p 0.26 0.74 0.06 0.00 -péréquation péréquation nom f s 0.00 0.20 0.00 0.14 -péréquations péréquation nom f p 0.00 0.20 0.00 0.07 -péruvien péruvien adj m s 1.52 0.68 1.15 0.34 -péruvienne péruvien adj f s 1.52 0.68 0.19 0.27 -péruviens péruvien adj m p 1.52 0.68 0.19 0.07 -pus pus adj m s 1.90 5.00 1.90 5.00 -pusillanime pusillanime adj s 0.05 0.95 0.03 0.81 -pusillanimes pusillanime adj p 0.05 0.95 0.02 0.14 -pusillanimité pusillanimité nom f s 0.00 0.34 0.00 0.34 -pusse pouvoir ver_sup 5524.52 2659.80 0.00 1.28 sub:imp:1s; -pussent pouvoir ver_sup 5524.52 2659.80 0.00 2.77 sub:imp:3p; -pusses pouvoir ver_sup 5524.52 2659.80 0.00 0.07 sub:imp:2s; -pussiez pouvoir ver_sup 5524.52 2659.80 0.00 0.07 sub:imp:2p; -pustule pustule nom f s 0.69 1.35 0.28 0.14 -pustules pustule nom f p 0.69 1.35 0.41 1.22 -pustuleuse pustuleux adj f s 0.02 0.61 0.00 0.27 -pustuleux pustuleux adj m p 0.02 0.61 0.02 0.34 -put pouvoir ver_sup 5524.52 2659.80 5.10 49.66 ind:pas:3s; -pétaient péter ver 31.66 16.28 0.03 0.81 ind:imp:3p; -putain putain nom f s 306.74 40.41 287.83 33.58 -pétainiste pétainiste adj m s 0.00 0.54 0.00 0.34 -pétainistes pétainiste adj f p 0.00 0.54 0.00 0.20 -putains putain nom f p 306.74 40.41 18.91 6.82 -pétais péter ver 31.66 16.28 0.13 0.07 ind:imp:1s;ind:imp:2s; -pétait péter ver 31.66 16.28 0.38 1.28 ind:imp:3s; -pétale pétale nom m s 3.47 8.24 1.17 1.42 -pétales pétale nom m p 3.47 8.24 2.31 6.82 -pétaloïdes pétaloïde adj m p 0.01 0.00 0.01 0.00 -putanat putanat nom m s 0.00 0.20 0.00 0.20 -pétanque pétanque nom f s 0.17 1.49 0.17 1.49 -pétant péter ver 31.66 16.28 0.25 0.34 par:pre; -pétante pétant adj f s 0.33 0.68 0.02 0.00 -pétantes pétant adj f p 0.33 0.68 0.13 0.41 -pétants pétant adj m p 0.33 0.68 0.00 0.07 -pétaradaient pétarader ver 0.10 1.55 0.00 0.07 ind:imp:3p; -pétaradait pétarader ver 0.10 1.55 0.01 0.20 ind:imp:3s; -pétaradant pétarader ver 0.10 1.55 0.01 0.34 par:pre; -pétaradante pétaradant adj f s 0.01 0.88 0.00 0.14 -pétaradantes pétaradant adj f p 0.01 0.88 0.00 0.20 -pétaradants pétaradant adj m p 0.01 0.88 0.00 0.20 -pétarade pétarade nom f s 0.30 2.36 0.16 1.55 -pétarader pétarader ver 0.10 1.55 0.04 0.47 inf; -pétarades pétarade nom f p 0.30 2.36 0.14 0.81 -pétaradé pétarader ver m s 0.10 1.55 0.00 0.07 par:pas; -pétard pétard nom m s 7.19 9.93 4.77 5.47 -pétarde pétarder ver 0.00 0.07 0.00 0.07 ind:pre:3s; -pétardier pétardier nom m s 0.00 0.47 0.00 0.34 -pétardière pétardier nom f s 0.00 0.47 0.00 0.14 -pétards pétard nom m p 7.19 9.93 2.42 4.46 -pétase pétase nom m s 0.00 0.14 0.00 0.14 -pétasse pétasse nom f s 8.03 0.95 6.91 0.61 -putasse putasser ver 0.17 0.34 0.17 0.27 imp:pre:2s;ind:pre:1s;ind:pre:3s; -pétassent pétasser ver 0.00 0.07 0.00 0.07 ind:pre:3p; -putasserie putasserie nom f s 0.34 0.41 0.10 0.41 -putasseries putasserie nom f p 0.34 0.41 0.23 0.00 -pétasses pétasse nom f p 8.03 0.95 1.12 0.34 -putasses putasser ver 0.17 0.34 0.01 0.07 ind:pre:2s; -putassier putassier adj m s 0.02 0.41 0.01 0.07 -putassiers putassier adj m p 0.02 0.41 0.00 0.14 -putassière putassier adj f s 0.02 0.41 0.01 0.14 -putassières putassier adj f p 0.02 0.41 0.00 0.07 -putatif putatif adj m s 0.00 0.74 0.00 0.47 -putatifs putatif adj m p 0.00 0.74 0.00 0.14 -putative putatif adj f s 0.00 0.74 0.00 0.14 -pétaudière pétaudière nom f s 0.01 0.07 0.01 0.07 -pute pute nom f s 105.25 20.27 87.91 13.65 -péter péter ver 31.66 16.28 11.08 5.34 inf; -pétera péter ver 31.66 16.28 0.34 0.14 ind:fut:3s; -péterai péter ver 31.66 16.28 0.05 0.00 ind:fut:1s; -péterais péter ver 31.66 16.28 0.04 0.00 cnd:pre:1s;cnd:pre:2s; -péterait péter ver 31.66 16.28 0.10 0.07 cnd:pre:3s; -péteras péter ver 31.66 16.28 0.01 0.00 ind:fut:2s; -putes pute nom f p 105.25 20.27 17.34 6.62 -péteur péteur nom m s 0.11 0.07 0.11 0.07 -péteuse péteuse nom f s 0.06 0.54 0.06 0.54 -péteux péteux nom m 0.30 0.61 0.30 0.61 -pétez péter ver 31.66 16.28 0.21 0.00 imp:pre:2p;ind:pre:2p; -putier putier nom m s 0.00 0.14 0.00 0.14 -pétiez péter ver 31.66 16.28 0.02 0.00 ind:imp:2p; -pétilla pétiller ver 0.32 4.39 0.00 0.14 ind:pas:3s; -pétillaient pétiller ver 0.32 4.39 0.00 0.54 ind:imp:3p; -pétillait pétiller ver 0.32 4.39 0.00 0.95 ind:imp:3s; -pétillant pétillant adj m s 1.27 3.24 0.55 1.55 -pétillante pétillant adj f s 1.27 3.24 0.44 0.81 -pétillantes pétillant adj f p 1.27 3.24 0.15 0.27 -pétillants pétillant adj m p 1.27 3.24 0.14 0.61 -pétille pétiller ver 0.32 4.39 0.21 1.01 ind:pre:1s;ind:pre:3s; -pétillement pétillement nom m s 0.01 1.15 0.01 1.01 -pétillements pétillement nom m p 0.01 1.15 0.00 0.14 -pétillent pétiller ver 0.32 4.39 0.03 0.47 ind:pre:3p; -pétiller pétiller ver 0.32 4.39 0.05 0.54 inf; -pétilles pétiller ver 0.32 4.39 0.01 0.00 ind:pre:2s; -pétillèrent pétiller ver 0.32 4.39 0.00 0.07 ind:pas:3p; -pétillé pétiller ver m s 0.32 4.39 0.00 0.07 par:pas; -pétiole pétiole nom m s 0.00 0.07 0.00 0.07 -pétition pétition nom f s 3.54 1.76 3.00 0.95 -pétitionnaires pétitionnaire nom p 0.01 0.07 0.01 0.07 -pétitionnent pétitionner ver 0.01 0.07 0.00 0.07 ind:pre:3p; -pétitionner pétitionner ver 0.01 0.07 0.01 0.00 inf; -pétitions pétition nom f p 3.54 1.76 0.55 0.81 -pétochais pétocher ver 0.01 0.07 0.00 0.07 ind:imp:1s; -pétochait pétocher ver 0.01 0.07 0.01 0.00 ind:imp:3s; -pétochard pétochard adj m s 0.02 0.14 0.02 0.14 -pétoche pétoche nom f s 0.52 2.77 0.50 2.57 -pétoches pétoche nom f p 0.52 2.77 0.02 0.20 -pétoire pétoire nom f s 0.42 1.62 0.41 1.08 -pétoires pétoire nom f p 0.42 1.62 0.01 0.54 -putois putois nom m 1.06 1.28 1.06 1.28 -pétomane pétomane nom s 0.05 0.47 0.03 0.34 -pétomanes pétomane nom p 0.05 0.47 0.03 0.14 -pétoncle pétoncle nom m s 0.08 0.00 0.05 0.00 -pétoncles pétoncle nom m p 0.08 0.00 0.03 0.00 -pétons péter ver 31.66 16.28 0.01 0.00 imp:pre:1p; -pétouille pétouiller ver 0.00 0.07 0.00 0.07 ind:pre:3s; -pétoulet pétoulet nom m s 0.00 0.41 0.00 0.41 -pétrarquistes pétrarquiste nom p 0.00 0.07 0.00 0.07 -pétrel pétrel nom m s 0.02 0.07 0.02 0.07 -putrescence putrescence nom f s 0.01 0.14 0.01 0.07 -putrescences putrescence nom f p 0.01 0.14 0.00 0.07 -putrescent putrescent adj m s 0.20 0.07 0.20 0.00 -putrescents putrescent adj m p 0.20 0.07 0.00 0.07 -putrescible putrescible adj f s 0.00 0.20 0.00 0.20 -putrescine putrescine nom f s 0.01 0.00 0.01 0.00 -pétreux pétreux adj m 0.01 0.00 0.01 0.00 -pétri pétrir ver m s 1.48 11.01 0.42 1.76 par:pas; -putride putride adj s 1.04 0.95 0.74 0.54 -putrides putride adj p 1.04 0.95 0.30 0.41 -pétrie pétrir ver f s 1.48 11.01 0.17 1.15 par:pas; -pétries pétrir ver f p 1.48 11.01 0.01 0.34 par:pas; -pétrifia pétrifier ver 2.17 8.38 0.01 0.14 ind:pas:3s; -pétrifiaient pétrifier ver 2.17 8.38 0.00 0.14 ind:imp:3p; -pétrifiais pétrifier ver 2.17 8.38 0.00 0.07 ind:imp:1s; -pétrifiait pétrifier ver 2.17 8.38 0.10 0.74 ind:imp:3s; -pétrifiant pétrifier ver 2.17 8.38 0.00 0.14 par:pre; -pétrifiante pétrifiant adj f s 0.00 0.27 0.00 0.20 -pétrifiantes pétrifiant adj f p 0.00 0.27 0.00 0.07 -pétrification pétrification nom f s 0.01 0.27 0.01 0.27 -pétrifie pétrifier ver 2.17 8.38 0.11 0.27 ind:pre:3s; -pétrifient pétrifier ver 2.17 8.38 0.01 0.07 ind:pre:3p; -pétrifier pétrifier ver 2.17 8.38 0.04 0.54 inf; -pétrifieront pétrifier ver 2.17 8.38 0.00 0.07 ind:fut:3p; -pétrifiez pétrifier ver 2.17 8.38 0.00 0.07 ind:pre:2p; -pétrifiât pétrifier ver 2.17 8.38 0.00 0.07 sub:imp:3s; -pétrifièrent pétrifier ver 2.17 8.38 0.00 0.07 ind:pas:3p; -pétrifié pétrifier ver m s 2.17 8.38 1.14 2.57 par:pas; -pétrifiée pétrifier ver f s 2.17 8.38 0.56 1.82 par:pas; -pétrifiées pétrifier ver f p 2.17 8.38 0.15 0.20 par:pas; -pétrifiés pétrifier ver m p 2.17 8.38 0.07 1.42 par:pas; -pétrin pétrin nom m s 10.89 3.31 10.82 3.18 -pétrins pétrin nom m p 10.89 3.31 0.07 0.14 -pétrir pétrir ver 1.48 11.01 0.68 3.31 inf; -pétrirai pétrir ver 1.48 11.01 0.00 0.07 ind:fut:1s; -pétrirent pétrir ver 1.48 11.01 0.00 0.07 ind:pas:3p; -pétris pétri adj m p 0.27 0.34 0.14 0.14 -pétrissage pétrissage nom m s 0.00 0.14 0.00 0.14 -pétrissaient pétrir ver 1.48 11.01 0.00 0.34 ind:imp:3p; -pétrissait pétrir ver 1.48 11.01 0.10 1.42 ind:imp:3s; -pétrissant pétrir ver 1.48 11.01 0.00 0.68 par:pre; -pétrisse pétrir ver 1.48 11.01 0.00 0.14 sub:pre:3s; -pétrissent pétrir ver 1.48 11.01 0.01 0.07 ind:pre:3p; -pétrisseur pétrisseur nom m s 0.00 0.07 0.00 0.07 -pétrissez pétrir ver 1.48 11.01 0.00 0.07 ind:pre:2p; -pétrit pétrir ver 1.48 11.01 0.03 1.15 ind:pre:3s;ind:pas:3s; -pétrochimie pétrochimie nom f s 0.00 0.14 0.00 0.14 -pétrochimique pétrochimique adj s 0.04 0.00 0.04 0.00 -pétrodollars pétrodollar nom m p 0.30 0.00 0.30 0.00 -pétrole pétrole nom m s 13.84 15.41 13.71 14.73 -pétroles pétrole nom m p 13.84 15.41 0.13 0.68 -pétrolette pétrolette nom f s 0.02 0.20 0.02 0.20 -pétroleuse pétroleur nom f s 0.03 0.20 0.03 0.14 -pétroleuses pétroleuse nom f p 0.01 0.00 0.01 0.00 -pétrolier pétrolier adj m s 1.75 1.22 0.38 0.27 -pétroliers pétrolier nom m p 0.73 2.23 0.36 0.61 -pétrolifère pétrolifère adj s 0.11 0.27 0.04 0.14 -pétrolifères pétrolifère adj p 0.11 0.27 0.06 0.14 -pétrolière pétrolier adj f s 1.75 1.22 0.79 0.14 -pétrolières pétrolier adj f p 1.75 1.22 0.37 0.61 -pétrousquin pétrousquin nom m s 0.00 0.14 0.00 0.14 -pétrée pétré adj f s 0.00 0.07 0.00 0.07 -putréfaction putréfaction nom f s 0.49 1.15 0.49 1.15 -putréfiaient putréfier ver 0.32 0.68 0.00 0.07 ind:imp:3p; -putréfiait putréfier ver 0.32 0.68 0.00 0.14 ind:imp:3s; -putréfiant putréfier ver 0.32 0.68 0.00 0.07 par:pre; -putréfient putréfier ver 0.32 0.68 0.00 0.07 ind:pre:3p; -putréfier putréfier ver 0.32 0.68 0.02 0.07 inf; -putréfié putréfier ver m s 0.32 0.68 0.09 0.00 par:pas; -putréfiée putréfier ver f s 0.32 0.68 0.17 0.07 par:pas; -putréfiées putréfier ver f p 0.32 0.68 0.01 0.14 par:pas; -putréfiés putréfier ver m p 0.32 0.68 0.02 0.07 par:pas; -pétrus pétrus nom m 0.03 0.34 0.03 0.34 -putsch putsch nom m s 1.46 1.55 1.46 1.55 -putschiste putschiste adj f s 0.27 0.00 0.27 0.00 -putt putt nom m s 0.21 0.00 0.21 0.00 -putter putter ver 0.35 0.00 0.35 0.00 inf; -putti putto nom m p 0.02 0.00 0.02 0.00 -putting putting nom m s 0.17 0.00 0.17 0.00 -pété péter ver m s 31.66 16.28 8.47 1.01 par:pas; -pétéchiale pétéchial adj f s 0.10 0.00 0.10 0.00 -pétéchie pétéchie nom f s 0.22 0.00 0.04 0.00 -pétéchies pétéchie nom f p 0.22 0.00 0.17 0.00 -pétée péter ver f s 31.66 16.28 0.57 0.14 par:pas; -pétées pété adj f p 1.66 0.81 0.11 0.20 -pétulance pétulance nom f s 0.02 0.34 0.02 0.34 -pétulant pétulant adj m s 0.05 0.54 0.01 0.20 -pétulante pétulant adj f s 0.05 0.54 0.03 0.07 -pétulantes pétulant adj f p 0.05 0.54 0.00 0.07 -pétulants pétulant adj m p 0.05 0.54 0.01 0.20 -pétunant pétuner ver 0.01 0.20 0.00 0.07 par:pre; -pétuner pétuner ver 0.01 0.20 0.00 0.07 inf; -pétunez pétuner ver 0.01 0.20 0.01 0.00 ind:pre:2p; -pétunia pétunia nom m s 0.63 1.01 0.50 0.07 -pétunias pétunia nom m p 0.63 1.01 0.13 0.95 -pétuné pétuner ver m s 0.01 0.20 0.00 0.07 par:pas; -pétés péter ver m p 31.66 16.28 0.17 0.34 par:pas; -puéricultrice puériculteur nom f s 0.03 0.20 0.03 0.07 -puéricultrices puériculteur nom f p 0.03 0.20 0.00 0.14 -puériculture puériculture nom f s 0.01 0.47 0.01 0.47 -puéril puéril adj m s 3.73 9.59 2.08 3.18 -puérile puéril adj f s 3.73 9.59 1.01 3.92 -puérilement puérilement adv 0.01 0.20 0.01 0.20 -puériles puéril adj f p 3.73 9.59 0.22 1.28 -puérilité puérilité nom f s 0.47 1.28 0.32 1.08 -puérilités puérilité nom f p 0.47 1.28 0.15 0.20 -puérils puéril adj m p 3.73 9.59 0.43 1.22 -puy puy nom m s 0.00 0.14 0.00 0.14 -puzzle puzzle nom m s 4.81 11.82 4.38 7.77 -puzzles puzzle nom m p 4.81 11.82 0.43 4.05 -pygmée pygmée nom s 0.58 0.47 0.28 0.00 -pygmées pygmée nom p 0.58 0.47 0.30 0.47 -pyjama pyjama nom m s 8.11 17.57 7.10 15.07 -pyjamas pyjama nom m p 8.11 17.57 1.01 2.50 -pylône pylône nom m s 0.36 1.96 0.31 0.88 -pylônes pylône nom m p 0.36 1.96 0.05 1.08 -pylore pylore nom m s 0.02 0.07 0.02 0.07 -pylorique pylorique adj s 0.03 0.00 0.03 0.00 -pyogène pyogène adj m s 0.01 0.00 0.01 0.00 -pyralène pyralène nom m s 0.01 0.00 0.01 0.00 -pyrame pyrame nom m s 0.01 0.14 0.01 0.14 -pyramidal pyramidal adj m s 0.36 1.15 0.26 0.34 -pyramidale pyramidal adj f s 0.36 1.15 0.07 0.47 -pyramidalement pyramidalement adv 0.00 0.07 0.00 0.07 -pyramidales pyramidal adj f p 0.36 1.15 0.02 0.20 -pyramidaux pyramidal adj m p 0.36 1.15 0.01 0.14 -pyramide pyramide nom f s 7.02 10.14 5.25 4.80 -pyramides pyramide nom f p 7.02 10.14 1.77 5.34 -pyramidé pyramidé adj m s 0.00 0.07 0.00 0.07 -pyrex pyrex nom m 0.01 0.07 0.01 0.07 -pyrexie pyrexie nom f s 0.01 0.00 0.01 0.00 -pyridoxine pyridoxine nom f s 0.01 0.00 0.01 0.00 -pyrite pyrite nom f s 0.06 0.00 0.04 0.00 -pyrites pyrite nom f p 0.06 0.00 0.02 0.00 -pyroclastique pyroclastique adj s 0.03 0.00 0.02 0.00 -pyroclastiques pyroclastique adj p 0.03 0.00 0.01 0.00 -pyrogravées pyrograver ver f p 0.00 0.07 0.00 0.07 par:pas; -pyrogène pyrogène adj s 0.00 0.14 0.00 0.14 -pyrolyse pyrolyse nom f s 0.01 0.00 0.01 0.00 -pyromane pyromane nom s 1.69 0.88 1.29 0.74 -pyromanes pyromane nom p 1.69 0.88 0.40 0.14 -pyromanie pyromanie nom f s 0.03 0.07 0.03 0.07 -pyromètre pyromètre nom m s 0.00 0.27 0.00 0.27 -pyrosphère pyrosphère nom f s 0.00 0.07 0.00 0.07 -pyrotechnicien pyrotechnicien nom s 0.02 0.00 0.02 0.00 -pyrotechnie pyrotechnie nom f s 0.15 0.41 0.15 0.41 -pyrotechnique pyrotechnique adj s 0.06 0.41 0.06 0.41 -pyroxène pyroxène nom m s 0.01 0.00 0.01 0.00 -pyrrhique pyrrhique nom f s 0.14 0.07 0.14 0.07 -pyrrhonien pyrrhonien nom m s 0.00 0.14 0.00 0.14 -pyrrhonisme pyrrhonisme nom m s 0.00 0.14 0.00 0.14 -pyrèthre pyrèthre nom m s 0.00 0.07 0.00 0.07 -pyrénéen pyrénéen adj m s 0.00 0.07 0.00 0.07 -pyrénéenne pyrénéenne adj f s 0.00 0.07 0.00 0.07 -pyréthrine pyréthrine nom f s 0.03 0.00 0.03 0.00 -pythagoricien pythagoricien adj m s 0.00 0.07 0.00 0.07 -pythagoriques pythagorique adj m p 0.01 0.00 0.01 0.00 -pythie pythie nom f s 0.02 0.54 0.02 0.47 -pythies pythie nom f p 0.02 0.54 0.00 0.07 -python python nom m s 2.33 0.54 2.21 0.47 -pythonisse pythonisse nom f s 0.00 0.20 0.00 0.20 -pythons python nom m p 2.33 0.54 0.12 0.07 -pyxides pyxide nom f p 0.00 0.07 0.00 0.07 -q q nom m 3.49 0.61 3.49 0.61 -qu_en_dira_t_on qu_en_dira_t_on nom m 0.10 0.41 0.10 0.41 -qu qu con 22.07 1.55 22.07 1.55 -quadra quadra nom s 0.05 0.00 0.03 0.00 -quadragénaire quadragénaire nom s 0.40 1.01 0.19 0.74 -quadragénaires quadragénaire nom p 0.40 1.01 0.21 0.27 -quadrangle quadrangle nom m s 0.03 0.00 0.03 0.00 -quadrangulaire quadrangulaire adj f s 0.02 0.41 0.02 0.34 -quadrangulaires quadrangulaire adj m p 0.02 0.41 0.00 0.07 -quadrant quadrant nom m s 0.73 0.00 0.64 0.00 -quadrants quadrant nom m p 0.73 0.00 0.09 0.00 -quadras quadra nom p 0.05 0.00 0.02 0.00 -quadratique quadratique adj s 0.01 0.00 0.01 0.00 -quadrature quadrature nom f s 0.11 1.15 0.11 1.15 -quadri quadri nom f s 0.02 0.07 0.02 0.07 -quadriceps quadriceps nom m 0.11 0.07 0.11 0.07 -quadrichromie quadrichromie nom f s 0.00 0.47 0.00 0.34 -quadrichromies quadrichromie nom f p 0.00 0.47 0.00 0.14 -quadridimensionnel quadridimensionnel adj m s 0.01 0.00 0.01 0.00 -quadriennal quadriennal adj m s 0.09 0.00 0.09 0.00 -quadrige quadrige nom m s 0.01 0.07 0.01 0.07 -quadrilatère quadrilatère nom m s 0.16 1.76 0.16 1.62 -quadrilatères quadrilatère nom m p 0.16 1.76 0.00 0.14 -quadrillage quadrillage nom m s 0.51 1.01 0.49 0.88 -quadrillages quadrillage nom m p 0.51 1.01 0.01 0.14 -quadrillaient quadriller ver 1.32 3.85 0.00 0.07 ind:imp:3p; -quadrillais quadriller ver 1.32 3.85 0.01 0.00 ind:imp:1s; -quadrillait quadriller ver 1.32 3.85 0.00 0.07 ind:imp:3s; -quadrille quadrille nom s 0.23 0.88 0.20 0.88 -quadrillent quadriller ver 1.32 3.85 0.19 0.00 ind:pre:3p; -quadriller quadriller ver 1.32 3.85 0.38 0.20 inf; -quadrillerez quadriller ver 1.32 3.85 0.01 0.00 ind:fut:2p; -quadrilles quadrille nom p 0.23 0.88 0.03 0.00 -quadrillez quadriller ver 1.32 3.85 0.19 0.00 imp:pre:2p;ind:pre:2p; -quadrillion quadrillion nom m s 0.04 0.00 0.04 0.00 -quadrillons quadriller ver 1.32 3.85 0.02 0.00 imp:pre:1p;ind:pre:1p; -quadrillé quadriller ver m s 1.32 3.85 0.19 2.03 par:pas; -quadrillée quadriller ver f s 1.32 3.85 0.28 0.74 par:pas; -quadrillées quadriller ver f p 1.32 3.85 0.01 0.34 par:pas; -quadrillés quadriller ver m p 1.32 3.85 0.00 0.34 par:pas; -quadrilobé quadrilobé adj m s 0.00 0.07 0.00 0.07 -quadrimestre quadrimestre nom m s 0.01 0.00 0.01 0.00 -quadrimoteur quadrimoteur adj m s 0.02 0.00 0.02 0.00 -quadripartite quadripartite adj s 0.02 0.07 0.02 0.00 -quadripartites quadripartite adj p 0.02 0.07 0.00 0.07 -quadriphonie quadriphonie nom f s 0.02 0.14 0.02 0.14 -quadriphonique quadriphonique adj s 0.11 0.00 0.11 0.00 -quadriplégique quadriplégique adj s 0.03 0.00 0.03 0.00 -quadriréacteur quadriréacteur nom m s 0.00 0.07 0.00 0.07 -quadrivium quadrivium nom m s 0.00 0.07 0.00 0.07 -quadrumane quadrumane nom m s 0.00 0.07 0.00 0.07 -quadrupla quadrupler ver 0.21 0.68 0.00 0.07 ind:pas:3s; -quadruplait quadrupler ver 0.21 0.68 0.00 0.14 ind:imp:3s; -quadruple quadruple adj 0.42 0.54 0.42 0.54 -quadrupler quadrupler ver 0.21 0.68 0.07 0.14 inf; -quadruples quadruple nom m p 0.19 0.47 0.01 0.27 -quadruplé quadrupler ver m s 0.21 0.68 0.06 0.14 par:pas; -quadruplées quadruplée nom f p 0.00 0.07 0.00 0.07 -quadruplés quadruplé nom m p 0.06 0.00 0.06 0.00 -quadrupède quadrupède nom m s 0.36 1.01 0.34 0.81 -quadrupèdes quadrupède nom m p 0.36 1.01 0.01 0.20 -quai quai nom m s 14.01 73.99 10.37 55.14 -quais quai nom m p 14.01 73.99 3.64 18.85 -quaker quaker nom m s 0.67 0.74 0.49 0.47 -quakeresse quakeresse nom f s 0.02 0.14 0.02 0.14 -quakers quaker nom m p 0.67 0.74 0.19 0.27 -qualifia qualifier ver 6.18 11.62 0.04 0.41 ind:pas:3s; -qualifiable qualifiable adj m s 0.00 0.07 0.00 0.07 -qualifiaient qualifier ver 6.18 11.62 0.00 0.27 ind:imp:3p; -qualifiais qualifier ver 6.18 11.62 0.00 0.14 ind:imp:1s; -qualifiait qualifier ver 6.18 11.62 0.06 0.88 ind:imp:3s; -qualifiant qualifier ver 6.18 11.62 0.03 0.34 par:pre; -qualifiassent qualifier ver 6.18 11.62 0.00 0.07 sub:imp:3p; -qualificatif qualificatif nom m s 0.11 0.74 0.05 0.34 -qualificatifs qualificatif nom m p 0.11 0.74 0.05 0.41 -qualification qualification nom f s 2.45 0.81 0.68 0.68 -qualifications qualification nom f p 2.45 0.81 1.78 0.14 -qualifie qualifier ver 6.18 11.62 0.63 0.81 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -qualifient qualifier ver 6.18 11.62 0.38 0.14 ind:pre:3p; -qualifier qualifier ver 6.18 11.62 0.96 3.04 inf; -qualifiera qualifier ver 6.18 11.62 0.01 0.20 ind:fut:3s; -qualifierai qualifier ver 6.18 11.62 0.16 0.07 ind:fut:1s; -qualifierais qualifier ver 6.18 11.62 0.26 0.20 cnd:pre:1s;cnd:pre:2s; -qualifierait qualifier ver 6.18 11.62 0.03 0.00 cnd:pre:3s; -qualifieriez qualifier ver 6.18 11.62 0.07 0.00 cnd:pre:2p; -qualifiez qualifier ver 6.18 11.62 0.06 0.07 ind:pre:2p; -qualifiât qualifier ver 6.18 11.62 0.00 0.07 sub:imp:3s; -qualifié qualifié adj m s 4.62 3.78 2.25 1.76 -qualifiée qualifié adj f s 4.62 3.78 1.13 0.68 -qualifiées qualifier ver f p 6.18 11.62 0.10 0.27 par:pas; -qualifiés qualifié adj m p 4.62 3.78 1.18 1.28 -qualitatif qualitatif adj m s 0.03 0.14 0.01 0.00 -qualitatifs qualitatif adj m p 0.03 0.14 0.00 0.07 -qualitative qualitatif adj f s 0.03 0.14 0.02 0.07 -qualité qualité nom f s 29.13 59.12 20.84 42.70 -qualités qualité nom f p 29.13 59.12 8.28 16.42 -quand quand con 1827.92 1480.07 1827.92 1480.07 -quant_à_moi quant_à_moi nom m 0.00 0.14 0.00 0.14 -quant_à_soi quant_à_soi nom m 0.00 1.22 0.00 1.22 -quant quant nom_sup f s 7.94 32.30 7.94 32.30 -quanta quantum nom m p 0.48 0.20 0.04 0.14 -quantifiable quantifiable adj s 0.15 0.00 0.15 0.00 -quantifier quantifier ver 0.23 0.07 0.20 0.07 inf; -quantifiée quantifier ver f s 0.23 0.07 0.03 0.00 par:pas; -quantique quantique adj s 1.36 0.07 1.16 0.07 -quantiques quantique adj p 1.36 0.07 0.20 0.00 -quantitatif quantitatif adj m s 0.05 0.14 0.03 0.00 -quantitative quantitatif adj f s 0.05 0.14 0.01 0.07 -quantitativement quantitativement adv 0.10 0.00 0.10 0.00 -quantitatives quantitatif adj f p 0.05 0.14 0.01 0.07 -quantième quantième nom m s 0.02 0.07 0.02 0.00 -quantièmes quantième nom m p 0.02 0.07 0.00 0.07 -quantité quantité nom f s 10.30 18.99 8.67 15.27 -quantités quantité nom f p 10.30 18.99 1.63 3.72 -quanto quanto adv 0.01 0.07 0.01 0.07 -quantum quantum nom m s 0.48 0.20 0.45 0.07 -quarantaine quarantaine nom f s 7.57 10.14 7.56 10.07 -quarantaines quarantaine nom f p 7.57 10.14 0.01 0.07 -quarante_cinq quarante_cinq adj_num 1.16 8.85 1.16 8.85 -quarante_cinquième quarante_cinquième adj 0.10 0.07 0.10 0.07 -quarante_deux quarante_deux adj_num 0.29 2.09 0.29 2.09 -quarante_deuxième quarante_deuxième adj 0.03 0.07 0.03 0.07 -quarante_huit quarante_huit adj_num 1.11 6.76 1.11 6.76 -quarante_huitard quarante_huitard nom m p 0.00 0.07 0.00 0.07 -quarante_huitième quarante_huitième adj 0.02 0.07 0.02 0.07 -quarante_neuf quarante_neuf adj_num 0.28 0.47 0.28 0.47 -quarante_quatre quarante_quatre adj_num 0.10 0.88 0.10 0.88 -quarante_sept quarante_sept adj_num 0.40 0.74 0.40 0.74 -quarante_septième quarante_septième adj 0.03 0.20 0.03 0.20 -quarante_six quarante_six adj_num 0.23 0.47 0.23 0.47 -quarante_trois quarante_trois adj_num 0.68 1.28 0.68 1.28 -quarante_troisième quarante_troisième adj 0.00 0.07 0.00 0.07 -quarante quarante adj_num 8.16 43.78 8.16 43.78 -quarantenaire quarantenaire adj m s 0.05 0.07 0.01 0.07 -quarantenaires quarantenaire adj p 0.05 0.07 0.04 0.00 -quarantième quarantième adj 0.03 0.27 0.03 0.27 -quarantièmes quarantième nom p 0.04 0.14 0.01 0.07 -quark quark nom m s 0.22 0.14 0.13 0.07 -quarks quark nom m p 0.22 0.14 0.09 0.07 -quarre quarre nom f s 0.04 0.00 0.04 0.00 -quarrez quarrer ver 0.00 0.07 0.00 0.07 imp:pre:2p; -quart_monde quart_monde nom m s 0.02 0.00 0.02 0.00 -quart quart nom m s 23.02 77.30 20.58 57.36 -quartaut quartaut nom m s 0.00 0.20 0.00 0.20 -quarte quarte nom f s 0.04 0.14 0.04 0.14 -quartenier quartenier nom m s 0.00 0.07 0.00 0.07 -quarter quarter ver 0.44 0.00 0.44 0.00 inf;; -quarteron quarteron nom m s 0.03 0.81 0.01 0.61 -quarteronnes quarteron nom f p 0.03 0.81 0.00 0.07 -quarterons quarteron nom m p 0.03 0.81 0.02 0.14 -quartet quartet nom m s 0.20 0.00 0.20 0.00 -quartette quartette nom m s 0.00 0.14 0.00 0.07 -quartettes quartette nom m p 0.00 0.14 0.00 0.07 -quartidi quartidi nom m s 0.00 0.07 0.00 0.07 -quartier_maître quartier_maître nom m s 0.84 0.27 0.83 0.27 -quartier quartier nom m s 65.70 112.16 55.23 89.86 -quartier_maître quartier_maître nom m p 0.84 0.27 0.01 0.00 -quartiers quartier nom m p 65.70 112.16 10.48 22.30 -quarto quarto adv 0.02 0.14 0.02 0.14 -quarts quart nom m p 23.02 77.30 2.43 19.93 -quarté quarté nom m s 0.01 0.07 0.01 0.07 -quartz quartz nom m 0.45 1.69 0.45 1.69 -quasar quasar nom m s 0.09 0.00 0.09 0.00 -quasi_agonie quasi_agonie nom f s 0.00 0.07 0.00 0.07 -quasi_blasphème quasi_blasphème nom m s 0.00 0.07 0.00 0.07 -quasi_bonheur quasi_bonheur nom m s 0.00 0.07 0.00 0.07 -quasi_certitude quasi_certitude nom f s 0.04 0.41 0.04 0.41 -quasi_chômage quasi_chômage nom m s 0.02 0.00 0.02 0.00 -quasi_débutant quasi_débutant adv 0.01 0.00 0.01 0.00 -quasi_décapitation quasi_décapitation nom f s 0.01 0.00 0.01 0.00 -quasi_désertification quasi_désertification nom f s 0.00 0.07 0.00 0.07 -quasi_facétieux quasi_facétieux adj m 0.01 0.00 0.01 0.00 -quasi_fiancé quasi_fiancé nom f s 0.00 0.07 0.00 0.07 -quasi_futuriste quasi_futuriste adj m p 0.01 0.00 0.01 0.00 -quasi_génocide quasi_génocide nom m s 0.01 0.00 0.01 0.00 -quasi_hérétique quasi_hérétique nom s 0.00 0.07 0.00 0.07 -quasi_ignare quasi_ignare nom s 0.00 0.07 0.00 0.07 -quasi_impossibilité quasi_impossibilité nom f s 0.00 0.14 0.00 0.14 -quasi_impunité quasi_impunité nom f s 0.00 0.07 0.00 0.07 -quasi_inconnu quasi_inconnu adv 0.02 0.07 0.02 0.07 -quasi_indifférence quasi_indifférence nom f s 0.00 0.07 0.00 0.07 -quasi_infirme quasi_infirme nom s 0.00 0.07 0.00 0.07 -quasi_instantanée quasi_instantanée adv 0.02 0.00 0.02 0.00 -quasi_jungienne quasi_jungienne nom f s 0.01 0.00 0.01 0.00 -quasi_mariage quasi_mariage nom m s 0.00 0.07 0.00 0.07 -quasi_maximum quasi_maximum adv 0.01 0.00 0.01 0.00 -quasi_mendiant quasi_mendiant nom m s 0.14 0.00 0.14 0.00 -quasi_miracle quasi_miracle nom m s 0.00 0.07 0.00 0.07 -quasi_monopole quasi_monopole nom m s 0.10 0.00 0.10 0.00 -quasi_morceau quasi_morceau nom m s 0.00 0.07 0.00 0.07 -quasi_noyade quasi_noyade nom f s 0.01 0.00 0.01 0.00 -quasi_nudité quasi_nudité nom f s 0.00 0.14 0.00 0.14 -quasi_permanence quasi_permanence nom f s 0.00 0.07 0.00 0.07 -quasi_protection quasi_protection nom f s 0.00 0.07 0.00 0.07 -quasi_religieux quasi_religieux adj m s 0.01 0.07 0.01 0.07 -quasi_respect quasi_respect nom m s 0.00 0.07 0.00 0.07 -quasi_totalité quasi_totalité nom f s 0.16 0.88 0.16 0.88 -quasi_émeute quasi_émeute nom f s 0.02 0.00 0.02 0.00 -quasi_unanime quasi_unanime adj s 0.00 0.14 0.00 0.14 -quasi_unanimité quasi_unanimité nom f s 0.00 0.07 0.00 0.07 -quasi_équitable quasi_équitable adj m s 0.01 0.00 0.01 0.00 -quasi_veuvage quasi_veuvage nom m s 0.00 0.07 0.00 0.07 -quasi_ville quasi_ville nom f s 0.00 0.07 0.00 0.07 -quasi_voisines quasi_voisines adv 0.00 0.07 0.00 0.07 -quasi quasi adv_sup 2.69 17.36 2.69 17.36 -quasiment quasiment adv 7.66 6.62 7.66 6.62 -quasimodo quasimodo nom f s 0.04 0.07 0.04 0.00 -quasimodos quasimodo nom f p 0.04 0.07 0.00 0.07 -quat_zarts quat_zarts nom m p 0.00 0.07 0.00 0.07 -quater quater adv 0.01 0.00 0.01 0.00 -quaternaire quaternaire nom m s 0.27 0.14 0.27 0.14 -quatorze quatorze adj_num 6.70 22.09 6.70 22.09 -quatorzième quatorzième nom s 0.07 0.54 0.07 0.54 -quatrain quatrain nom m s 0.23 0.68 0.22 0.14 -quatrains quatrain nom m p 0.23 0.68 0.01 0.54 -quatre_feuilles quatre_feuilles nom m 0.01 0.07 0.01 0.07 -quatre_heures quatre_heures nom m 0.04 0.41 0.04 0.41 -quatre_mâts quatre_mâts nom m 0.27 0.14 0.27 0.14 -quatre_quarts quatre_quarts nom m 0.26 0.14 0.26 0.14 -quatre_saisons quatre_saisons nom f 0.47 1.15 0.47 1.15 -quatre_vingt_cinq quatre_vingt_cinq adj_num 0.07 0.88 0.07 0.88 -quatre_vingt_deux quatre_vingt_deux adj_num 0.00 0.27 0.00 0.27 -quatre_vingt_dix_huit quatre_vingt_dix_huit adj_num 0.02 0.34 0.02 0.34 -quatre_vingt_dix_neuf quatre_vingt_dix_neuf adj_num 0.21 0.47 0.21 0.47 -quatre_vingt_dix_sept quatre_vingt_dix_sept adj_num 0.00 0.27 0.00 0.27 -quatre_vingt_dix quatre_vingt_dix nom m 0.33 0.61 0.33 0.61 -quatre_vingt_dixième quatre_vingt_dixième adj 0.01 0.14 0.01 0.14 -quatre_vingt_douze quatre_vingt_douze adj_num 0.11 0.54 0.11 0.54 -quatre_vingt_douzième quatre_vingt_douzième adj 0.00 0.07 0.00 0.07 -quatre_vingt_huit quatre_vingt_huit adj_num 0.02 0.20 0.02 0.20 -quatre_vingt_neuf quatre_vingt_neuf adj_num 0.14 0.61 0.14 0.61 -quatre_vingt_onze quatre_vingt_onze adj_num 0.10 0.34 0.10 0.34 -quatre_vingt_quatorze quatre_vingt_quatorze adj_num 0.10 0.07 0.10 0.07 -quatre_vingt_quatre quatre_vingt_quatre adj_num 0.03 0.74 0.03 0.74 -quatre_vingt_quinze quatre_vingt_quinze adj_num 0.14 2.16 0.14 2.16 -quatre_vingt_seize quatre_vingt_seize adj_num 0.10 0.07 0.10 0.07 -quatre_vingt_sept quatre_vingt_sept adj_num 0.07 0.27 0.07 0.27 -quatre_vingt_six quatre_vingt_six adj_num 0.19 0.34 0.19 0.34 -quatre_vingt_treize quatre_vingt_treize adj_num 0.11 0.95 0.11 0.95 -quatre_vingt_treizième quatre_vingt_treizième adj 0.00 0.07 0.00 0.07 -quatre_vingt_trois quatre_vingt_trois adj_num 0.06 0.41 0.06 0.41 -quatre_vingt_un quatre_vingt_un adj_num 0.02 0.14 0.02 0.14 -quatre_vingt quatre_vingt adj_num 0.93 1.01 0.93 1.01 -quatre_vingtième quatre_vingtième adj 0.00 0.14 0.00 0.14 -quatre_vingtième quatre_vingtième nom s 0.00 0.14 0.00 0.14 -quatre_vingts quatre_vingts adj_num 0.36 9.05 0.36 9.05 -quatre quatre adj_num 150.93 282.64 150.93 282.64 -quatrillion quatrillion nom m s 0.01 0.00 0.01 0.00 -quatrième quatrième adj 8.65 15.74 8.65 15.74 -quatrièmement quatrièmement adv 0.41 0.14 0.41 0.14 -quatrièmes quatrième nom p 7.14 13.04 0.05 0.27 -quattrocento quattrocento nom m s 0.10 0.27 0.10 0.27 -quatuor quatuor nom m s 1.07 3.45 1.04 3.04 -quatuors quatuor nom m p 1.07 3.45 0.03 0.41 -que que pro_rel 4100.90 3315.95 3330.88 2975.34 -quechua quechua nom m s 0.05 0.00 0.05 0.00 -quel quel adj_int m s 657.71 265.34 657.71 265.34 -quelconque quelconque adj_sup s 10.08 28.85 9.79 27.57 -quelconques quelconque adj_sup p 10.08 28.85 0.29 1.28 -quelle quelle adj_int f s 512.55 244.39 512.55 244.39 -quelles quelles adj_int f p 46.92 35.95 46.92 35.95 -quelqu_un quelqu_un pro_ind s 629.00 128.92 629.00 128.92 -quelqu_une quelqu_une pro_ind f s 0.08 0.61 0.08 0.61 -quelque quelque adj_ind s 884.61 557.77 884.61 557.77 -quelquefois quelquefois adv_sup 11.87 60.47 11.87 60.47 -quelques_unes quelques_unes pro_ind f p 3.50 8.51 3.50 8.51 -quelques_uns quelques_uns pro_ind m p 8.33 22.09 8.33 22.09 -quelques quelques adj_ind p 337.35 732.57 337.35 732.57 -quels quels adj_int m p 56.44 37.23 56.44 37.23 -quenelle quenelle nom f s 0.35 0.74 0.19 0.00 -quenelles quenelle nom f p 0.35 0.74 0.16 0.74 -quenotte quenotte nom f s 0.18 0.74 0.00 0.20 -quenottes quenotte nom f p 0.18 0.74 0.18 0.54 -quenouille quenouille nom f s 0.23 0.74 0.22 0.47 -quenouilles quenouille nom f p 0.23 0.74 0.01 0.27 -querella quereller ver 2.15 2.16 0.00 0.07 ind:pas:3s; -querellaient quereller ver 2.15 2.16 0.14 0.54 ind:imp:3p; -querellais quereller ver 2.15 2.16 0.00 0.07 ind:imp:1s; -querellait quereller ver 2.15 2.16 0.03 0.14 ind:imp:3s; -querellant quereller ver 2.15 2.16 0.01 0.00 par:pre; -querelle querelle nom f s 12.84 12.77 10.63 6.42 -querellent quereller ver 2.15 2.16 0.14 0.20 ind:pre:3p; -quereller quereller ver 2.15 2.16 0.91 0.27 inf; -querelles querelle nom f p 12.84 12.77 2.21 6.35 -querelleur querelleur adj m s 0.33 0.14 0.14 0.07 -querelleurs querelleur adj m p 0.33 0.14 0.19 0.07 -querelleuse querelleux adj f s 0.02 0.00 0.02 0.00 -querellez quereller ver 2.15 2.16 0.13 0.00 imp:pre:2p;ind:pre:2p; -querellons quereller ver 2.15 2.16 0.14 0.00 imp:pre:1p;ind:pre:1p; -querellèrent quereller ver 2.15 2.16 0.00 0.07 ind:pas:3p; -querellé quereller ver m s 2.15 2.16 0.05 0.07 par:pas; -querellée quereller ver f s 2.15 2.16 0.02 0.14 par:pas; -querellées quereller ver f p 2.15 2.16 0.11 0.00 par:pas; -querellés quereller ver m p 2.15 2.16 0.07 0.34 par:pas; -questeur questeur nom m s 0.13 0.07 0.10 0.00 -questeurs questeur nom m p 0.13 0.07 0.03 0.07 -question_clé question_clé nom f s 0.02 0.00 0.02 0.00 -question_réponse question_réponse nom f s 0.02 0.00 0.02 0.00 -question question nom f s 411.82 328.45 293.63 232.50 -questionna questionner ver 6.30 15.88 0.01 2.84 ind:pas:3s; -questionnai questionner ver 6.30 15.88 0.01 0.47 ind:pas:1s; -questionnaient questionner ver 6.30 15.88 0.02 0.47 ind:imp:3p; -questionnaire questionnaire nom m s 2.05 1.82 1.69 1.15 -questionnaires questionnaire nom m p 2.05 1.82 0.36 0.68 -questionnais questionner ver 6.30 15.88 0.04 0.34 ind:imp:1s; -questionnait questionner ver 6.30 15.88 0.23 1.35 ind:imp:3s; -questionnant questionner ver 6.30 15.88 0.04 0.27 par:pre; -questionne questionner ver 6.30 15.88 1.48 3.11 imp:pre:2s;ind:pre:1s;ind:pre:3s; -questionnement questionnement nom m s 0.36 0.14 0.32 0.07 -questionnements questionnement nom m p 0.36 0.14 0.04 0.07 -questionnent questionner ver 6.30 15.88 0.08 0.41 ind:pre:3p; -questionner questionner ver 6.30 15.88 2.66 3.51 ind:pre:2p;inf; -questionnera questionner ver 6.30 15.88 0.08 0.07 ind:fut:3s; -questionnerai questionner ver 6.30 15.88 0.02 0.00 ind:fut:1s; -questionnerait questionner ver 6.30 15.88 0.00 0.14 cnd:pre:3s; -questionnerons questionner ver 6.30 15.88 0.01 0.07 ind:fut:1p; -questionneront questionner ver 6.30 15.88 0.01 0.00 ind:fut:3p; -questionneur questionneur nom m s 0.03 0.81 0.03 0.34 -questionneurs questionneur nom m p 0.03 0.81 0.00 0.27 -questionneuse questionneur nom f s 0.03 0.81 0.00 0.20 -questionnez questionner ver 6.30 15.88 0.34 0.14 imp:pre:2p;ind:pre:2p; -questionnions questionner ver 6.30 15.88 0.00 0.14 ind:imp:1p; -questionnons questionner ver 6.30 15.88 0.01 0.07 ind:pre:1p; -questionnât questionner ver 6.30 15.88 0.00 0.07 sub:imp:3s; -questionnèrent questionner ver 6.30 15.88 0.00 0.14 ind:pas:3p; -questionné questionner ver m s 6.30 15.88 0.98 1.42 par:pas; -questionnée questionner ver f s 6.30 15.88 0.16 0.41 par:pas; -questionnés questionner ver m p 6.30 15.88 0.12 0.47 par:pas; -questions_réponse questions_réponse nom f p 0.07 0.07 0.07 0.07 -questions question nom f p 411.82 328.45 118.19 95.95 -questure questure nom f s 0.10 0.00 0.10 0.00 -quetsche quetsche nom f s 0.00 0.74 0.00 0.34 -quetsches quetsche nom f p 0.00 0.74 0.00 0.41 -quette quette nom f s 0.01 0.00 0.01 0.00 -quetzal quetzal nom m s 0.01 0.00 0.01 0.00 -queue_d_aronde queue_d_aronde nom f s 0.00 0.14 0.00 0.07 -queue_de_cheval queue_de_cheval nom f s 0.14 0.00 0.14 0.00 -queue_de_pie queue_de_pie nom f s 0.05 0.27 0.05 0.27 -queue queue nom f s 41.59 57.84 38.93 51.49 -queue_d_aronde queue_d_aronde nom f p 0.00 0.14 0.00 0.07 -queue_de_rat queue_de_rat nom f p 0.00 0.07 0.00 0.07 -queues queue nom f p 41.59 57.84 2.66 6.35 -queursoir queursoir nom m s 0.00 0.07 0.00 0.07 -queutard queutard nom m s 0.19 0.00 0.19 0.00 -queuté queuter ver m s 0.00 0.14 0.00 0.07 par:pas; -queutée queuter ver f s 0.00 0.14 0.00 0.07 par:pas; -qui_vive qui_vive ono 0.00 0.14 0.00 0.14 -qui qui pro_rel 5516.52 7923.24 5344.98 7897.91 -quibus quibus nom m 0.00 0.20 0.00 0.20 -quiche quiche nom f s 1.21 0.68 1.10 0.41 -quiches quiche nom f p 1.21 0.68 0.11 0.27 -quichotte quichotte nom m s 0.00 0.07 0.00 0.07 -quick quick nom m s 0.27 0.20 0.27 0.20 -quiconque quiconque pro_rel s 22.81 9.12 15.43 6.08 -quidam quidam nom m s 0.70 2.23 0.66 1.89 -quidams quidam nom m p 0.70 2.23 0.04 0.34 -quiet quiet adj m s 0.39 0.74 0.28 0.07 -quiets quiet adj m p 0.39 0.74 0.00 0.20 -quignon quignon nom m s 0.25 2.43 0.11 2.16 -quignons quignon nom m p 0.25 2.43 0.14 0.27 -quillai quiller ver 0.06 0.27 0.00 0.20 ind:pas:1s; -quillards quillard nom m p 0.00 0.34 0.00 0.34 -quille quille nom f s 2.89 5.81 1.49 2.57 -quiller quiller ver 0.06 0.27 0.05 0.00 inf; -quilles quille nom f p 2.89 5.81 1.40 3.24 -quillon quillon nom m s 0.00 0.20 0.00 0.07 -quillons quillon nom m p 0.00 0.20 0.00 0.14 -quillée quiller ver f s 0.06 0.27 0.00 0.07 par:pas; -quimpe quimper ver 0.00 1.15 0.00 0.27 ind:pre:1s;ind:pre:3s; -quimpent quimper ver 0.00 1.15 0.00 0.07 ind:pre:3p; -quimper quimper ver 0.00 1.15 0.00 0.68 inf; -quimpé quimper ver m s 0.00 1.15 0.00 0.14 par:pas; -quincaille quincaille nom f s 0.00 0.34 0.00 0.34 -quincaillerie quincaillerie nom f s 1.97 2.91 1.89 2.70 -quincailleries quincaillerie nom f p 1.97 2.91 0.08 0.20 -quincaillier quincaillier nom m s 0.30 1.49 0.21 1.28 -quincailliers quincaillier nom m p 0.30 1.49 0.09 0.07 -quincaillière quincaillier nom f s 0.30 1.49 0.00 0.14 -quinconce quinconce nom m s 0.01 1.42 0.00 1.22 -quinconces quinconce nom m p 0.01 1.42 0.01 0.20 -quine quine nom m s 0.23 0.34 0.23 0.34 -quinine quinine nom f s 0.54 0.95 0.54 0.95 -quinium quinium nom m s 0.00 0.07 0.00 0.07 -quinoa quinoa nom m s 0.01 0.00 0.01 0.00 -quinqua quinqua nom m s 0.00 0.20 0.00 0.20 -quinquagénaire quinquagénaire adj s 0.16 0.68 0.16 0.54 -quinquagénaires quinquagénaire nom p 0.15 1.35 0.02 0.27 -quinquagésime quinquagésime nom f s 0.00 0.07 0.00 0.07 -quinquennal quinquennal adj m s 0.26 0.34 0.26 0.34 -quinquennat quinquennat nom m s 0.10 0.00 0.10 0.00 -quinquet quinquet nom m s 0.25 2.30 0.04 0.34 -quinquets quinquet nom m p 0.25 2.30 0.21 1.96 -quinquina quinquina nom m s 0.00 0.54 0.00 0.54 -quint quint adj 0.20 0.20 0.20 0.20 -quintaine quintaine nom f s 0.00 0.07 0.00 0.07 -quintal quintal nom m s 0.56 1.01 0.19 0.68 -quintaux quintal nom m p 0.56 1.01 0.38 0.34 -quinte quinte nom f s 1.42 4.86 1.25 3.85 -quintes quinte nom f p 1.42 4.86 0.16 1.01 -quintessence quintessence nom f s 0.43 1.22 0.43 1.22 -quintessencié quintessencié adj m s 0.00 0.41 0.00 0.27 -quintessenciée quintessencié adj f s 0.00 0.41 0.00 0.07 -quintessenciées quintessencié adj f p 0.00 0.41 0.00 0.07 -quintet quintet nom m s 0.05 0.00 0.05 0.00 -quintette quintette nom m s 0.09 1.22 0.09 1.15 -quintettes quintette nom m p 0.09 1.22 0.00 0.07 -quinteux quinteux adj m s 0.00 0.20 0.00 0.20 -quintidi quintidi nom m s 0.00 0.07 0.00 0.07 -quinto quinto adv 0.22 0.00 0.22 0.00 -quintolet quintolet nom m s 0.02 0.00 0.02 0.00 -quinton quinton nom m s 0.01 0.00 0.01 0.00 -quinté quinté nom m s 0.14 0.00 0.14 0.00 -quintupla quintupler ver 0.19 0.14 0.00 0.07 ind:pas:3s; -quintuple quintuple adj s 0.03 0.20 0.03 0.07 -quintuples quintuple adj f p 0.03 0.20 0.00 0.14 -quintuplé quintupler ver m s 0.19 0.14 0.15 0.00 par:pas; -quintuplées quintuplée nom f p 0.08 0.14 0.08 0.14 -quintuplés quintuplé nom m p 0.35 0.07 0.35 0.07 -quinzaine quinzaine nom f s 2.02 11.89 2.01 11.69 -quinzaines quinzaine nom f p 2.02 11.89 0.01 0.20 -quinze quinze adj_num 21.92 94.80 21.92 94.80 -quinzième quinzième nom s 0.28 0.74 0.28 0.74 -quipos quipo nom m p 0.00 0.07 0.00 0.07 -quiproquo quiproquo nom m s 0.38 0.88 0.37 0.61 -quiproquos quiproquo nom m p 0.38 0.88 0.01 0.27 -quipu quipu nom m s 0.00 0.07 0.00 0.07 -quiquette quiquette nom f s 0.00 0.07 0.00 0.07 -quiqui quiqui nom m s 0.00 0.41 0.00 0.41 -quiscale quiscale nom m s 0.11 0.00 0.11 0.00 -quite quite nom m s 0.47 0.07 0.47 0.07 -quiète quiet adj f s 0.39 0.74 0.00 0.41 -quiètement quiètement adv 0.00 0.14 0.00 0.14 -quiètes quiet adj f p 0.39 0.74 0.10 0.07 -quitta quitter ver 276.23 318.72 1.82 27.30 ind:pas:3s; -quittai quitter ver 276.23 318.72 0.23 6.62 ind:pas:1s; -quittaient quitter ver 276.23 318.72 0.36 7.36 ind:imp:3p; -quittais quitter ver 276.23 318.72 1.37 3.85 ind:imp:1s;ind:imp:2s; -quittait quitter ver 276.23 318.72 2.88 24.93 ind:imp:3s; -quittance quittance nom f s 0.55 1.15 0.40 0.54 -quittances quittance nom f p 0.55 1.15 0.14 0.61 -quittant quitter ver 276.23 318.72 3.60 18.38 par:pre; -quittas quitter ver 276.23 318.72 0.00 0.07 ind:pas:2s; -quittassent quitter ver 276.23 318.72 0.00 0.07 sub:imp:3p; -quitte quitter ver 276.23 318.72 49.07 32.03 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:1s;sub:pre:3s; -quittent quitter ver 276.23 318.72 4.39 5.47 ind:pre:3p; -quitter quitter ver 276.23 318.72 88.02 85.95 ind:pre:2p;inf; -quittera quitter ver 276.23 318.72 4.62 2.09 ind:fut:3s; -quitterai quitter ver 276.23 318.72 6.18 1.89 ind:fut:1s; -quitteraient quitter ver 276.23 318.72 0.02 1.08 cnd:pre:3p; -quitterais quitter ver 276.23 318.72 1.73 1.01 cnd:pre:1s;cnd:pre:2s; -quitterait quitter ver 276.23 318.72 0.78 2.57 cnd:pre:3s; -quitteras quitter ver 276.23 318.72 1.75 0.47 ind:fut:2s; -quitterez quitter ver 276.23 318.72 1.11 0.41 ind:fut:2p; -quitteriez quitter ver 276.23 318.72 0.34 0.07 cnd:pre:2p; -quitterions quitter ver 276.23 318.72 0.02 0.07 cnd:pre:1p; -quitterons quitter ver 276.23 318.72 0.63 0.47 ind:fut:1p; -quitteront quitter ver 276.23 318.72 0.40 0.41 ind:fut:3p; -quittes quitter ver 276.23 318.72 6.03 1.42 ind:pre:2s;sub:pre:2s; -quittez quitter ver 276.23 318.72 19.72 1.96 imp:pre:2p;ind:pre:2p; -quittiez quitter ver 276.23 318.72 1.19 0.27 ind:imp:2p;sub:pre:2p; -quittions quitter ver 276.23 318.72 0.39 2.77 ind:imp:1p;sub:pre:1p; -quittâmes quitter ver 276.23 318.72 0.16 2.16 ind:pas:1p; -quittons quitter ver 276.23 318.72 3.44 1.96 imp:pre:1p;ind:pre:1p; -quittât quitter ver 276.23 318.72 0.01 1.01 sub:imp:3s; -quittèrent quitter ver 276.23 318.72 0.38 6.69 ind:pas:3p; -quitté quitter ver m s 276.23 318.72 62.92 60.14 par:pas; -quittée quitter ver f s 276.23 318.72 7.40 8.85 par:pas; -quittées quitter ver f p 276.23 318.72 0.36 0.95 par:pas; -quittés quitter ver m p 276.23 318.72 4.95 7.97 par:pas; -quitus quitus nom m 0.14 0.07 0.14 0.07 -quiétisme quiétisme nom m s 0.00 0.34 0.00 0.34 -quiétiste quiétiste nom s 0.00 0.07 0.00 0.07 -quiétude quiétude nom f s 0.64 5.14 0.64 5.07 -quiétudes quiétude nom f p 0.64 5.14 0.00 0.07 -quiz quiz nom m 0.53 0.00 0.53 0.00 -quoaillant quoailler ver 0.00 0.07 0.00 0.07 par:pre; -quoi quoi pro_rel 923.03 380.07 904.12 376.89 -quoique quoique con 11.68 19.05 11.68 19.05 -quolibet quolibet nom m s 0.04 2.91 0.00 0.14 -quolibets quolibet nom m p 0.04 2.91 0.04 2.77 -quorum quorum nom m s 0.67 0.20 0.67 0.20 -quota quota nom m s 2.12 0.47 1.39 0.27 -quotas quota nom m p 2.12 0.47 0.73 0.20 -quote_part quote_part nom f s 0.03 0.47 0.03 0.47 -quotidien quotidien adj m s 10.15 37.43 3.66 10.47 -quotidienne quotidien adj f s 10.15 37.43 3.91 17.30 -quotidiennement quotidiennement adv 0.97 4.80 0.97 4.80 -quotidiennes quotidien adj f p 10.15 37.43 1.29 4.80 -quotidienneté quotidienneté nom f s 0.00 0.14 0.00 0.14 -quotidiens quotidien adj m p 10.15 37.43 1.30 4.86 -quotient quotient nom m s 0.42 0.61 0.42 0.47 -quotients quotient nom m p 0.42 0.61 0.00 0.14 -quotité quotité nom f s 0.00 0.07 0.00 0.07 -québécois québécois adj m s 0.25 0.07 0.11 0.00 -québécoise québécois adj f s 0.25 0.07 0.14 0.07 -quémanda quémander ver 0.60 2.70 0.00 0.07 ind:pas:3s; -quémandaient quémander ver 0.60 2.70 0.00 0.27 ind:imp:3p; -quémandait quémander ver 0.60 2.70 0.01 0.20 ind:imp:3s; -quémandant quémander ver 0.60 2.70 0.00 0.47 par:pre; -quémande quémander ver 0.60 2.70 0.03 0.14 ind:pre:3s; -quémandent quémander ver 0.60 2.70 0.12 0.07 ind:pre:3p; -quémander quémander ver 0.60 2.70 0.41 1.42 inf; -quémandeur quémandeur nom m s 0.32 0.88 0.02 0.41 -quémandeurs quémandeur nom m p 0.32 0.88 0.30 0.27 -quémandeuse quémandeur nom f s 0.32 0.88 0.00 0.07 -quémandeuses quémandeur nom f p 0.32 0.88 0.00 0.14 -quémandons quémander ver 0.60 2.70 0.01 0.00 ind:pre:1p; -quémandé quémander ver m s 0.60 2.70 0.02 0.07 par:pas; -quéquette quéquette nom f s 1.30 2.36 1.27 2.09 -quéquettes quéquette nom f p 1.30 2.36 0.03 0.27 -quérir quérir ver 0.65 1.76 0.65 1.76 inf; -quêta quêter ver 0.21 3.38 0.00 0.20 ind:pas:3s; -quêtai quêter ver 0.21 3.38 0.00 0.07 ind:pas:1s; -quêtaient quêter ver 0.21 3.38 0.00 0.27 ind:imp:3p; -quêtais quêter ver 0.21 3.38 0.01 0.20 ind:imp:1s;ind:imp:2s; -quêtait quêter ver 0.21 3.38 0.00 0.41 ind:imp:3s; -quêtant quêter ver 0.21 3.38 0.01 0.88 par:pre; -quête quête nom f s 10.24 14.53 9.97 13.92 -quêtent quêter ver 0.21 3.38 0.00 0.14 ind:pre:3p; -quêter quêter ver 0.21 3.38 0.13 0.88 inf; -quêtes quête nom f p 10.24 14.53 0.28 0.61 -quêteur quêteur nom m s 0.04 0.81 0.04 0.20 -quêteurs quêteur nom m p 0.04 0.81 0.00 0.34 -quêteuse quêteur nom f s 0.04 0.81 0.00 0.27 -quêtez quêter ver 0.21 3.38 0.00 0.07 imp:pre:2p; -quêté quêter ver m s 0.21 3.38 0.00 0.07 par:pas; -quêtées quêter ver f p 0.21 3.38 0.00 0.07 par:pas; -rîmes rire ver 140.25 320.54 0.01 0.20 ind:pas:1p; -rît rire ver 140.25 320.54 0.00 0.07 sub:imp:3s; -röntgens röntgen nom m p 0.02 0.00 0.02 0.00 -rôda rôder ver 5.76 20.07 0.00 0.07 ind:pas:3s; -rôdai rôder ver 5.76 20.07 0.00 0.20 ind:pas:1s; -rôdaient rôder ver 5.76 20.07 0.06 2.36 ind:imp:3p; -rôdailler rôdailler ver 0.00 0.20 0.00 0.20 inf; -rôdais rôder ver 5.76 20.07 0.07 0.47 ind:imp:1s;ind:imp:2s; -rôdait rôder ver 5.76 20.07 0.35 3.51 ind:imp:3s; -rôdant rôder ver 5.76 20.07 0.44 1.28 par:pre; -rôde rôder ver 5.76 20.07 1.93 3.72 imp:pre:2s;ind:pre:1s;ind:pre:3s; -rôdent rôder ver 5.76 20.07 0.61 1.49 ind:pre:3p; -rôder rôder ver 5.76 20.07 1.63 5.41 inf; -rôdera rôder ver 5.76 20.07 0.01 0.07 ind:fut:3s; -rôderai rôder ver 5.76 20.07 0.00 0.07 ind:fut:1s; -rôderait rôder ver 5.76 20.07 0.00 0.07 cnd:pre:3s; -rôdes rôder ver 5.76 20.07 0.23 0.20 ind:pre:2s; -rôdeur rôdeur nom m s 1.37 2.57 0.94 1.28 -rôdeurs rôdeur nom m p 1.37 2.57 0.40 1.08 -rôdeuse rôdeur nom f s 1.37 2.57 0.03 0.14 -rôdeuses rôdeur nom f p 1.37 2.57 0.00 0.07 -rôdez rôder ver 5.76 20.07 0.04 0.00 imp:pre:2p;ind:pre:2p; -rôdiez rôder ver 5.76 20.07 0.01 0.00 ind:imp:2p; -rôdions rôder ver 5.76 20.07 0.14 0.14 ind:imp:1p; -rôdâmes rôder ver 5.76 20.07 0.00 0.07 ind:pas:1p; -rôdèrent rôder ver 5.76 20.07 0.00 0.14 ind:pas:3p; -rôdé rôder ver m s 5.76 20.07 0.20 0.68 par:pas; -rôdée rôder ver f s 5.76 20.07 0.01 0.14 par:pas; -rôdés rôder ver m p 5.76 20.07 0.01 0.00 par:pas; -rôle_titre rôle_titre nom m s 0.01 0.00 0.01 0.00 -rôle rôle nom m s 69.38 96.96 61.20 88.51 -rôles rôle nom m p 69.38 96.96 8.18 8.45 -rônier rônier nom m s 0.01 0.07 0.01 0.00 -rôniers rônier nom m p 0.01 0.07 0.00 0.07 -rônin rônin nom m s 0.10 0.00 0.07 0.00 -rônins rônin nom m p 0.10 0.00 0.03 0.00 -rôt rôt nom m s 0.05 0.07 0.04 0.00 -rôti rôti nom m s 4.33 3.24 4.02 2.30 -rôtie rôti adj f s 2.13 3.78 0.33 0.41 -rôties rôti adj f p 2.13 3.78 0.15 0.34 -rôtir rôtir ver 2.90 5.27 1.73 2.16 inf; -rôtiront rôtir ver 2.90 5.27 0.00 0.07 ind:fut:3p; -rôtis rôti nom m p 4.33 3.24 0.30 0.95 -rôtissaient rôtir ver 2.90 5.27 0.03 0.00 ind:imp:3p; -rôtissait rôtir ver 2.90 5.27 0.00 0.34 ind:imp:3s; -rôtissant rôtir ver 2.90 5.27 0.01 0.07 par:pre; -rôtissent rôtir ver 2.90 5.27 0.20 0.14 ind:pre:3p; -rôtisserie rôtisserie nom f s 0.35 0.27 0.35 0.27 -rôtisseur rôtisseur nom m s 0.07 0.20 0.05 0.14 -rôtisseurs rôtisseur nom m p 0.07 0.20 0.01 0.00 -rôtisseuse rôtisseur nom f s 0.07 0.20 0.01 0.00 -rôtisseuses rôtisseur nom f p 0.07 0.20 0.00 0.07 -rôtissez rôtir ver 2.90 5.27 0.01 0.00 imp:pre:2p; -rôtissions rôtir ver 2.90 5.27 0.01 0.00 ind:imp:1p; -rôtissoire rôtissoire nom f s 0.04 0.41 0.04 0.27 -rôtissoires rôtissoire nom f p 0.04 0.41 0.00 0.14 -rôtit rôtir ver 2.90 5.27 0.20 0.07 ind:pre:3s;ind:pas:3s; -rôts rôt nom m p 0.05 0.07 0.01 0.07 -ra ra nom m 3.63 3.45 3.63 3.45 -raïa raïa nom m s 0.10 0.00 0.10 0.00 -raïs raïs nom m 0.00 0.14 0.00 0.14 -rab rab nom m s 1.92 1.76 1.92 1.69 -rabais rabais nom m 1.57 1.55 1.57 1.55 -rabaissa rabaisser ver 3.79 3.38 0.00 0.20 ind:pas:3s; -rabaissaient rabaisser ver 3.79 3.38 0.00 0.07 ind:imp:3p; -rabaissais rabaisser ver 3.79 3.38 0.04 0.07 ind:imp:1s; -rabaissait rabaisser ver 3.79 3.38 0.10 0.34 ind:imp:3s; -rabaissant rabaisser ver 3.79 3.38 0.04 0.34 par:pre; -rabaisse rabaisser ver 3.79 3.38 0.69 0.47 imp:pre:2s;ind:pre:1s;ind:pre:3s; -rabaissement rabaissement nom m s 0.01 0.07 0.01 0.07 -rabaissent rabaisser ver 3.79 3.38 0.15 0.14 ind:pre:3p; -rabaisser rabaisser ver 3.79 3.38 1.65 1.22 inf; -rabaissera rabaisser ver 3.79 3.38 0.02 0.00 ind:fut:3s; -rabaisserait rabaisser ver 3.79 3.38 0.12 0.00 cnd:pre:3s; -rabaisses rabaisser ver 3.79 3.38 0.17 0.00 ind:pre:2s; -rabaissez rabaisser ver 3.79 3.38 0.26 0.07 imp:pre:2p;ind:pre:2p; -rabaissé rabaisser ver m s 3.79 3.38 0.32 0.27 par:pas; -rabaissée rabaisser ver f s 3.79 3.38 0.23 0.14 par:pas; -rabaissées rabaisser ver f p 3.79 3.38 0.00 0.07 par:pas; -raban raban nom m s 0.32 0.00 0.09 0.00 -rabane rabane nom f s 0.00 0.14 0.00 0.07 -rabanes rabane nom f p 0.00 0.14 0.00 0.07 -rabans raban nom m p 0.32 0.00 0.24 0.00 -rabat_joie rabat_joie adj 0.91 0.14 0.91 0.14 -rabat rabattre ver 2.21 21.76 0.32 2.97 ind:pre:3s; -rabats rabattre ver 2.21 21.76 0.21 0.34 imp:pre:2s;ind:pre:1s;ind:pre:2s; -rabattable rabattable adj s 0.01 0.00 0.01 0.00 -rabattaient rabattre ver 2.21 21.76 0.00 0.68 ind:imp:3p; -rabattais rabattre ver 2.21 21.76 0.01 0.07 ind:imp:1s; -rabattait rabattre ver 2.21 21.76 0.01 2.16 ind:imp:3s; -rabattant rabattre ver 2.21 21.76 0.00 0.68 par:pre; -rabatte rabattre ver 2.21 21.76 0.04 0.27 sub:pre:1s;sub:pre:3s; -rabattent rabattre ver 2.21 21.76 0.04 0.81 ind:pre:3p; -rabatteur rabatteur nom m s 0.68 1.82 0.22 0.47 -rabatteurs rabatteur nom m p 0.68 1.82 0.45 0.95 -rabatteuse rabatteur nom f s 0.68 1.82 0.01 0.41 -rabatteuses rabatteuse nom f p 0.01 0.00 0.01 0.00 -rabattez rabattre ver 2.21 21.76 0.11 0.07 imp:pre:2p;ind:pre:2p; -rabattions rabattre ver 2.21 21.76 0.00 0.07 ind:imp:1p; -rabattirent rabattre ver 2.21 21.76 0.00 0.34 ind:pas:3p; -rabattis rabattre ver 2.21 21.76 0.00 0.27 ind:pas:1s; -rabattit rabattre ver 2.21 21.76 0.01 2.91 ind:pas:3s; -rabattra rabattre ver 2.21 21.76 0.04 0.14 ind:fut:3s; -rabattraient rabattre ver 2.21 21.76 0.00 0.07 cnd:pre:3p; -rabattrait rabattre ver 2.21 21.76 0.00 0.14 cnd:pre:3s; -rabattras rabattre ver 2.21 21.76 0.00 0.07 ind:fut:2s; -rabattre rabattre ver 2.21 21.76 1.01 4.46 inf; -rabattrons rabattre ver 2.21 21.76 0.00 0.07 ind:fut:1p; -rabattu rabattre ver m s 2.21 21.76 0.28 3.11 par:pas; -rabattue rabattu adj f s 0.14 2.03 0.12 0.07 -rabattues rabattre ver f p 2.21 21.76 0.03 0.34 par:pas; -rabattus rabattre ver m p 2.21 21.76 0.07 0.41 par:pas; -rabbi rabbi nom m s 4.83 0.74 4.83 0.74 -rabbin rabbin nom m s 9.36 7.57 9.04 6.35 -rabbinat rabbinat nom m s 0.00 0.20 0.00 0.20 -rabbinique rabbinique adj s 0.01 0.41 0.01 0.34 -rabbiniques rabbinique adj m p 0.01 0.41 0.00 0.07 -rabbins rabbin nom m p 9.36 7.57 0.32 1.22 -rabe rabe nom m s 0.05 0.14 0.05 0.07 -rabelaisien rabelaisien adj m s 0.00 0.68 0.00 0.27 -rabelaisienne rabelaisien adj f s 0.00 0.68 0.00 0.27 -rabelaisiennes rabelaisien adj f p 0.00 0.68 0.00 0.07 -rabelaisiens rabelaisien adj m p 0.00 0.68 0.00 0.07 -rabes rabe nom m p 0.05 0.14 0.00 0.07 -rabibochage rabibochage nom m s 0.00 0.14 0.00 0.14 -rabiboche rabibocher ver 0.84 0.54 0.06 0.00 ind:pre:1s;ind:pre:3s; -rabibochent rabibocher ver 0.84 0.54 0.01 0.00 ind:pre:3p; -rabibocher rabibocher ver 0.84 0.54 0.17 0.41 inf; -rabibocherez rabibocher ver 0.84 0.54 0.00 0.07 ind:fut:2p; -rabiboché rabibocher ver m s 0.84 0.54 0.40 0.00 par:pas; -rabibochées rabibocher ver f p 0.84 0.54 0.01 0.00 par:pas; -rabibochés rabibocher ver m p 0.84 0.54 0.19 0.07 par:pas; -rabiot rabiot nom m s 0.06 0.88 0.06 0.88 -rabiotait rabioter ver 0.00 0.27 0.00 0.07 ind:imp:3s; -rabioter rabioter ver 0.00 0.27 0.00 0.20 inf; -rabique rabique adj f s 0.00 0.14 0.00 0.14 -rabâcha rabâcher ver 1.46 4.32 0.00 0.14 ind:pas:3s; -rabâchage rabâchage nom m s 0.10 0.34 0.10 0.20 -rabâchages rabâchage nom m p 0.10 0.34 0.00 0.14 -rabâchaient rabâcher ver 1.46 4.32 0.00 0.20 ind:imp:3p; -rabâchais rabâcher ver 1.46 4.32 0.01 0.00 ind:imp:2s; -rabâchait rabâcher ver 1.46 4.32 0.01 0.61 ind:imp:3s; -rabâchant rabâcher ver 1.46 4.32 0.15 0.14 par:pre; -rabâche rabâcher ver 1.46 4.32 0.32 0.81 ind:pre:1s;ind:pre:3s; -rabâchent rabâcher ver 1.46 4.32 0.04 0.00 ind:pre:3p; -rabâcher rabâcher ver 1.46 4.32 0.68 1.01 inf; -rabâcherait rabâcher ver 1.46 4.32 0.00 0.07 cnd:pre:3s; -rabâches rabâcher ver 1.46 4.32 0.15 0.54 ind:pre:2s; -rabâcheur rabâcheur adj m s 0.01 0.00 0.01 0.00 -rabâché rabâcher ver m s 1.46 4.32 0.12 0.34 par:pas; -rabâchée rabâcher ver f s 1.46 4.32 0.00 0.07 par:pas; -rabâchées rabâcher ver f p 1.46 4.32 0.00 0.41 par:pas; -rabonnir rabonnir ver 0.00 0.07 0.00 0.07 inf; -rabot rabot nom m s 0.01 1.28 0.01 0.95 -rabotage rabotage nom m s 0.00 0.14 0.00 0.14 -rabotais raboter ver 0.15 2.91 0.00 0.07 ind:imp:1s; -rabotait raboter ver 0.15 2.91 0.00 0.47 ind:imp:3s; -rabotant raboter ver 0.15 2.91 0.00 0.20 par:pre; -rabotent raboter ver 0.15 2.91 0.10 0.20 ind:pre:3p; -raboter raboter ver 0.15 2.91 0.03 0.41 inf; -raboteur raboteur nom m s 0.01 0.07 0.01 0.07 -raboteuse raboteux adj f s 0.10 0.88 0.00 0.34 -raboteuses raboteux adj f p 0.10 0.88 0.00 0.07 -raboteux raboteux adj m 0.10 0.88 0.10 0.47 -rabotin rabotin nom m s 0.00 0.34 0.00 0.34 -rabots rabot nom m p 0.01 1.28 0.00 0.34 -raboté raboter ver m s 0.15 2.91 0.01 0.34 par:pas; -rabotée raboter ver f s 0.15 2.91 0.00 0.34 par:pas; -rabotées raboter ver f p 0.15 2.91 0.00 0.41 par:pas; -rabotés raboter ver m p 0.15 2.91 0.01 0.47 par:pas; -rabougri rabougri adj m s 0.25 3.38 0.19 1.55 -rabougrie rabougri adj f s 0.25 3.38 0.02 0.27 -rabougries rabougri adj f p 0.25 3.38 0.01 0.20 -rabougrir rabougrir ver 0.19 0.95 0.16 0.07 inf; -rabougris rabougri adj m p 0.25 3.38 0.03 1.35 -rabougrissent rabougrir ver 0.19 0.95 0.00 0.07 ind:pre:3p; -rabougrit rabougrir ver 0.19 0.95 0.00 0.20 ind:pre:3s; -rabouillères rabouiller nom f p 0.00 0.07 0.00 0.07 -rabouin rabouin nom m s 0.00 0.07 0.00 0.07 -rabouler rabouler ver 0.01 0.00 0.01 0.00 inf; -rabouter rabouter ver 0.00 0.14 0.00 0.07 inf; -rabouté rabouter ver m s 0.00 0.14 0.00 0.07 par:pas; -rabroua rabrouer ver 0.40 2.84 0.00 0.20 ind:pas:3s; -rabrouai rabrouer ver 0.40 2.84 0.00 0.07 ind:pas:1s; -rabrouaient rabrouer ver 0.40 2.84 0.00 0.14 ind:imp:3p; -rabrouait rabrouer ver 0.40 2.84 0.03 0.34 ind:imp:3s; -rabrouant rabrouer ver 0.40 2.84 0.00 0.14 par:pre; -rabroue rabrouer ver 0.40 2.84 0.05 0.20 ind:pre:1s;ind:pre:3s; -rabrouer rabrouer ver 0.40 2.84 0.04 0.68 inf; -rabrouât rabrouer ver 0.40 2.84 0.00 0.07 sub:imp:3s; -rabrouèrent rabrouer ver 0.40 2.84 0.00 0.07 ind:pas:3p; -rabroué rabrouer ver m s 0.40 2.84 0.05 0.41 par:pas; -rabrouée rabrouer ver f s 0.40 2.84 0.23 0.54 par:pas; -rabs rab nom m p 1.92 1.76 0.00 0.07 -rac rac adj 0.00 0.95 0.00 0.95 -racaille racaille nom f s 6.30 2.97 5.67 2.97 -racailles racaille nom f p 6.30 2.97 0.62 0.00 -raccommoda raccommoder ver 0.68 3.04 0.00 0.14 ind:pas:3s; -raccommodage raccommodage nom m s 0.04 0.61 0.04 0.47 -raccommodages raccommodage nom m p 0.04 0.61 0.00 0.14 -raccommodaient raccommoder ver 0.68 3.04 0.00 0.07 ind:imp:3p; -raccommodait raccommoder ver 0.68 3.04 0.01 0.41 ind:imp:3s; -raccommodant raccommoder ver 0.68 3.04 0.01 0.07 par:pre; -raccommode raccommoder ver 0.68 3.04 0.18 0.20 imp:pre:2s;ind:pre:1s;ind:pre:3s; -raccommodements raccommodement nom m p 0.00 0.07 0.00 0.07 -raccommodent raccommoder ver 0.68 3.04 0.14 0.00 ind:pre:3p; -raccommoder raccommoder ver 0.68 3.04 0.25 1.22 inf; -raccommodera raccommoder ver 0.68 3.04 0.00 0.07 ind:fut:3s; -raccommoderai raccommoder ver 0.68 3.04 0.02 0.00 ind:fut:1s; -raccommodeurs raccommodeur nom m p 0.00 0.07 0.00 0.07 -raccommodez raccommoder ver 0.68 3.04 0.00 0.07 ind:pre:2p; -raccommodions raccommoder ver 0.68 3.04 0.01 0.00 ind:imp:1p; -raccommodé raccommoder ver m s 0.68 3.04 0.04 0.54 par:pas; -raccommodée raccommoder ver f s 0.68 3.04 0.01 0.14 par:pas; -raccommodées raccommoder ver f p 0.68 3.04 0.00 0.07 par:pas; -raccommodés raccommoder ver m p 0.68 3.04 0.02 0.07 par:pas; -raccompagna raccompagner ver 25.90 14.39 0.01 2.09 ind:pas:3s; -raccompagnai raccompagner ver 25.90 14.39 0.00 0.34 ind:pas:1s; -raccompagnaient raccompagner ver 25.90 14.39 0.00 0.20 ind:imp:3p; -raccompagnais raccompagner ver 25.90 14.39 0.34 0.41 ind:imp:1s;ind:imp:2s; -raccompagnait raccompagner ver 25.90 14.39 0.30 1.42 ind:imp:3s; -raccompagnant raccompagner ver 25.90 14.39 0.16 0.74 par:pre; -raccompagne raccompagner ver 25.90 14.39 11.86 2.57 imp:pre:2s;ind:pre:1s;ind:pre:3s; -raccompagnent raccompagner ver 25.90 14.39 0.04 0.14 ind:pre:3p; -raccompagner raccompagner ver 25.90 14.39 6.60 3.65 inf; -raccompagnera raccompagner ver 25.90 14.39 0.51 0.07 ind:fut:3s; -raccompagnerai raccompagner ver 25.90 14.39 0.60 0.00 ind:fut:1s; -raccompagnerais raccompagner ver 25.90 14.39 0.17 0.00 cnd:pre:1s;cnd:pre:2s; -raccompagnerait raccompagner ver 25.90 14.39 0.01 0.34 cnd:pre:3s; -raccompagneras raccompagner ver 25.90 14.39 0.02 0.07 ind:fut:2s; -raccompagnerez raccompagner ver 25.90 14.39 0.00 0.07 ind:fut:2p; -raccompagnes raccompagner ver 25.90 14.39 0.71 0.14 ind:pre:2s; -raccompagnez raccompagner ver 25.90 14.39 1.52 0.14 imp:pre:2p;ind:pre:2p; -raccompagnons raccompagner ver 25.90 14.39 0.23 0.00 imp:pre:1p;ind:pre:1p; -raccompagnèrent raccompagner ver 25.90 14.39 0.00 0.20 ind:pas:3p; -raccompagné raccompagner ver m s 25.90 14.39 1.16 1.08 par:pas; -raccompagnée raccompagner ver f s 25.90 14.39 1.65 0.61 par:pas; -raccompagnés raccompagner ver m p 25.90 14.39 0.00 0.14 par:pas; -raccord raccord nom m s 1.02 1.28 0.81 0.68 -raccordaient raccorder ver 0.73 2.64 0.02 0.14 ind:imp:3p; -raccordait raccorder ver 0.73 2.64 0.00 0.41 ind:imp:3s; -raccordant raccorder ver 0.73 2.64 0.03 0.14 par:pre; -raccorde raccorder ver 0.73 2.64 0.13 0.54 imp:pre:2s;ind:pre:1s;ind:pre:3s; -raccordement raccordement nom m s 0.20 0.27 0.09 0.14 -raccordements raccordement nom m p 0.20 0.27 0.11 0.14 -raccordent raccorder ver 0.73 2.64 0.00 0.14 ind:pre:3p; -raccorder raccorder ver 0.73 2.64 0.21 0.61 inf; -raccorderait raccorder ver 0.73 2.64 0.00 0.07 cnd:pre:3s; -raccordez raccorder ver 0.73 2.64 0.02 0.00 imp:pre:2p;ind:pre:2p; -raccords raccord nom m p 1.02 1.28 0.21 0.61 -raccordé raccorder ver m s 0.73 2.64 0.23 0.41 par:pas; -raccordée raccorder ver f s 0.73 2.64 0.01 0.07 par:pas; -raccordées raccorder ver f p 0.73 2.64 0.01 0.00 par:pas; -raccordés raccorder ver m p 0.73 2.64 0.06 0.14 par:pas; -raccourci raccourci nom m s 5.78 4.32 4.57 3.24 -raccourcie raccourcir ver f s 2.46 5.95 0.16 0.54 par:pas; -raccourcies raccourcir ver f p 2.46 5.95 0.01 0.07 par:pas; -raccourcir raccourcir ver 2.46 5.95 1.09 1.62 inf; -raccourcira raccourcir ver 2.46 5.95 0.04 0.07 ind:fut:3s; -raccourciras raccourcir ver 2.46 5.95 0.01 0.00 ind:fut:2s; -raccourcirons raccourcir ver 2.46 5.95 0.00 0.07 ind:fut:1p; -raccourcis raccourci nom m p 5.78 4.32 1.21 1.08 -raccourcissaient raccourcir ver 2.46 5.95 0.00 0.20 ind:imp:3p; -raccourcissait raccourcir ver 2.46 5.95 0.01 0.20 ind:imp:3s; -raccourcissant raccourcir ver 2.46 5.95 0.10 0.61 par:pre; -raccourcisse raccourcir ver 2.46 5.95 0.01 0.07 sub:pre:1s;sub:pre:3s; -raccourcissement raccourcissement nom m s 0.01 0.27 0.01 0.27 -raccourcissent raccourcir ver 2.46 5.95 0.14 0.54 ind:pre:3p; -raccourcit raccourcir ver 2.46 5.95 0.23 0.68 ind:pre:3s;ind:pas:3s; -raccroc raccroc nom m s 0.00 0.47 0.00 0.34 -raccrocha raccrocher ver 28.09 26.08 0.02 5.07 ind:pas:3s; -raccrochage raccrochage nom m s 0.01 0.14 0.01 0.07 -raccrochages raccrochage nom m p 0.01 0.14 0.00 0.07 -raccrochai raccrocher ver 28.09 26.08 0.01 1.42 ind:pas:1s; -raccrochaient raccrocher ver 28.09 26.08 0.01 0.20 ind:imp:3p; -raccrochais raccrocher ver 28.09 26.08 0.12 0.27 ind:imp:1s;ind:imp:2s; -raccrochait raccrocher ver 28.09 26.08 0.29 0.95 ind:imp:3s; -raccrochant raccrocher ver 28.09 26.08 0.04 1.22 par:pre; -raccroche raccrocher ver 28.09 26.08 10.58 5.61 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:1s; -raccrochent raccrocher ver 28.09 26.08 0.49 0.14 ind:pre:3p; -raccrocher raccrocher ver 28.09 26.08 5.41 5.27 inf; -raccrochera raccrocher ver 28.09 26.08 0.04 0.00 ind:fut:3s; -raccrocherai raccrocher ver 28.09 26.08 0.13 0.00 ind:fut:1s; -raccrocheraient raccrocher ver 28.09 26.08 0.00 0.07 cnd:pre:3p; -raccrocherais raccrocher ver 28.09 26.08 0.02 0.00 cnd:pre:1s; -raccrocherait raccrocher ver 28.09 26.08 0.11 0.07 cnd:pre:3s; -raccrocheras raccrocher ver 28.09 26.08 0.04 0.00 ind:fut:2s; -raccroches raccrocher ver 28.09 26.08 0.53 0.20 ind:pre:2s; -raccrocheur raccrocheur adj m s 0.00 0.20 0.00 0.14 -raccrocheurs raccrocheur adj m p 0.00 0.20 0.00 0.07 -raccrochez raccrocher ver 28.09 26.08 3.49 0.20 imp:pre:2p;ind:pre:2p; -raccrochons raccrocher ver 28.09 26.08 0.03 0.00 imp:pre:1p;ind:pre:1p; -raccrochèrent raccrocher ver 28.09 26.08 0.00 0.07 ind:pas:3p; -raccroché raccrocher ver m s 28.09 26.08 6.67 5.00 par:pas; -raccrochée raccrocher ver f s 28.09 26.08 0.04 0.20 par:pas; -raccrochées raccrocher ver f p 28.09 26.08 0.00 0.07 par:pas; -raccrochés raccrocher ver m p 28.09 26.08 0.03 0.07 par:pas; -raccrocs raccroc nom m p 0.00 0.47 0.00 0.14 -raccusa raccuser ver 0.00 0.07 0.00 0.07 ind:pas:3s; -race race nom f s 30.56 34.93 27.09 28.72 -races race nom f p 30.56 34.93 3.46 6.22 -rachat rachat nom m s 1.79 1.01 1.75 0.95 -rachats rachat nom m p 1.79 1.01 0.04 0.07 -racheta racheter ver 17.33 12.91 0.00 0.20 ind:pas:3s; -rachetai racheter ver 17.33 12.91 0.00 0.07 ind:pas:1s; -rachetaient racheter ver 17.33 12.91 0.01 0.20 ind:imp:3p; -rachetait racheter ver 17.33 12.91 0.00 0.68 ind:imp:3s; -rachetant racheter ver 17.33 12.91 0.19 0.20 par:pre; -racheter racheter ver 17.33 12.91 9.30 6.08 ind:pre:2p;inf; -rachetez racheter ver 17.33 12.91 0.09 0.07 imp:pre:2p;ind:pre:2p; -rachetiez racheter ver 17.33 12.91 0.03 0.07 ind:imp:2p; -rachetât racheter ver 17.33 12.91 0.00 0.07 sub:imp:3s; -rachetèrent racheter ver 17.33 12.91 0.00 0.07 ind:pas:3p; -racheté racheter ver m s 17.33 12.91 3.77 1.22 par:pas; -rachetée racheter ver f s 17.33 12.91 0.60 0.41 par:pas; -rachetées racheter ver f p 17.33 12.91 0.00 0.14 par:pas; -rachetés racheter ver m p 17.33 12.91 0.32 0.47 par:pas; -rachianesthésie rachianesthésie nom f s 0.10 0.00 0.10 0.00 -rachidien rachidien adj m s 0.23 0.14 0.18 0.14 -rachidienne rachidien adj f s 0.23 0.14 0.04 0.00 -rachis rachis nom m 0.04 0.07 0.04 0.07 -rachitique rachitique adj s 0.14 0.61 0.11 0.47 -rachitiques rachitique adj p 0.14 0.61 0.03 0.14 -rachitisme rachitisme nom m s 0.05 0.14 0.05 0.14 -racho racho adj s 0.03 0.07 0.03 0.07 -rachète racheter ver 17.33 12.91 1.48 1.49 imp:pre:2s;ind:pre:1s;ind:pre:3s; -rachètent racheter ver 17.33 12.91 0.20 0.41 ind:pre:3p; -rachètera racheter ver 17.33 12.91 0.64 0.41 ind:fut:3s; -rachèterai racheter ver 17.33 12.91 0.47 0.34 ind:fut:1s; -rachèterais racheter ver 17.33 12.91 0.06 0.00 cnd:pre:1s;cnd:pre:2s; -rachèterait racheter ver 17.33 12.91 0.03 0.34 cnd:pre:3s; -rachèterez racheter ver 17.33 12.91 0.14 0.00 ind:fut:2p; -rachèteront racheter ver 17.33 12.91 0.01 0.00 ind:fut:3p; -racial racial adj m s 3.08 1.35 0.66 0.07 -raciale racial adj f s 3.08 1.35 1.50 0.61 -racialement racialement adv 0.02 0.14 0.02 0.14 -raciales racial adj f p 3.08 1.35 0.71 0.47 -raciaux racial adj m p 3.08 1.35 0.22 0.20 -racinait raciner ver 0.00 0.34 0.00 0.07 ind:imp:3s; -racine racine nom f s 12.53 31.96 5.17 11.01 -raciner raciner ver 0.00 0.34 0.00 0.07 inf; -racines racine nom f p 12.53 31.96 7.36 20.95 -racingman racingman nom m s 0.00 0.07 0.00 0.07 -racinienne racinien adj f s 0.00 0.20 0.00 0.07 -raciniennes racinien adj f p 0.00 0.20 0.00 0.07 -raciniens racinien adj m p 0.00 0.20 0.00 0.07 -racinée raciner ver f s 0.00 0.34 0.00 0.07 par:pas; -racinées raciner ver f p 0.00 0.34 0.00 0.07 par:pas; -racinés raciner ver m p 0.00 0.34 0.00 0.07 par:pas; -racisme racisme nom m s 2.09 2.97 2.09 2.77 -racismes racisme nom m p 2.09 2.97 0.00 0.20 -raciste raciste adj s 4.97 3.45 3.89 2.03 -racistes raciste nom p 3.54 2.70 1.18 1.28 -rack rack nom m s 0.25 0.07 0.25 0.07 -racket racket nom m s 2.33 0.68 2.07 0.68 -rackets racket nom m p 2.33 0.68 0.27 0.00 -rackette racketter ver 0.23 0.00 0.05 0.00 ind:pre:3s; -racketter racketter ver 0.23 0.00 0.16 0.00 inf; -racketteur racketteur nom m s 0.22 0.00 0.22 0.00 -rackettez racketter ver 0.23 0.00 0.01 0.00 ind:pre:2p; -rackettons racketter ver 0.23 0.00 0.01 0.00 ind:pre:1p; -racketté racketter ver m s 0.23 0.00 0.01 0.00 par:pas; -racla racler ver 1.36 12.50 0.00 1.89 ind:pas:3s; -raclages raclage nom m p 0.00 0.07 0.00 0.07 -raclaient racler ver 1.36 12.50 0.00 0.54 ind:imp:3p; -raclais racler ver 1.36 12.50 0.01 0.20 ind:imp:1s; -raclait racler ver 1.36 12.50 0.04 2.09 ind:imp:3s; -raclant racler ver 1.36 12.50 0.06 1.49 par:pre; -raclante raclant adj f s 0.00 0.27 0.00 0.07 -racle racler ver 1.36 12.50 0.26 1.55 imp:pre:2s;ind:pre:1s;ind:pre:3s; -raclement raclement nom m s 0.07 2.09 0.07 1.15 -raclements raclement nom m p 0.07 2.09 0.00 0.95 -raclent racler ver 1.36 12.50 0.02 0.61 ind:pre:3p; -racler racler ver 1.36 12.50 0.51 2.03 inf; -raclerai racler ver 1.36 12.50 0.01 0.00 ind:fut:1s; -racleras racler ver 1.36 12.50 0.01 0.00 ind:fut:2s; -racles racler ver 1.36 12.50 0.01 0.07 ind:pre:2s; -raclette raclette nom f s 1.13 0.81 1.13 0.81 -racleur racleur nom m s 0.04 0.00 0.03 0.00 -racleuse racleur nom f s 0.04 0.00 0.01 0.00 -racloir racloir nom m s 0.25 0.07 0.25 0.07 -raclons raclon nom m p 0.01 0.07 0.01 0.07 -raclèrent racler ver 1.36 12.50 0.00 0.20 ind:pas:3p; -raclé racler ver m s 1.36 12.50 0.43 0.95 par:pas; -raclée raclée nom f s 6.88 3.24 6.43 2.57 -raclées raclée nom f p 6.88 3.24 0.45 0.68 -raclure raclure nom f s 1.73 1.49 1.48 0.88 -raclures raclure nom f p 1.73 1.49 0.25 0.61 -raclés racler ver m p 1.36 12.50 0.00 0.20 par:pas; -racolage racolage nom m s 0.57 0.61 0.57 0.54 -racolages racolage nom m p 0.57 0.61 0.00 0.07 -racolaient racoler ver 0.59 1.42 0.00 0.07 ind:imp:3p; -racolais racoler ver 0.59 1.42 0.00 0.07 ind:imp:1s; -racolait racoler ver 0.59 1.42 0.07 0.20 ind:imp:3s; -racolant racoler ver 0.59 1.42 0.01 0.07 par:pre; -racole racoler ver 0.59 1.42 0.12 0.14 ind:pre:1s;ind:pre:3s; -racolent racoler ver 0.59 1.42 0.02 0.14 ind:pre:3p; -racoler racoler ver 0.59 1.42 0.16 0.54 inf; -racoles racoler ver 0.59 1.42 0.06 0.07 ind:pre:2s; -racoleur racoleur adj m s 0.33 0.41 0.15 0.20 -racoleurs racoleur nom m p 0.09 0.14 0.03 0.07 -racoleuse racoleur adj f s 0.33 0.41 0.05 0.07 -racoleuses racoleur adj f p 0.33 0.41 0.12 0.14 -racolé racoler ver m s 0.59 1.42 0.16 0.14 par:pas; -raconta raconter ver 253.84 261.89 1.08 18.04 ind:pas:3s; -racontable racontable adj f s 0.12 0.20 0.10 0.14 -racontables racontable adj f p 0.12 0.20 0.02 0.07 -racontai raconter ver 253.84 261.89 0.26 3.11 ind:pas:1s; -racontaient raconter ver 253.84 261.89 1.05 4.05 ind:imp:3p; -racontais raconter ver 253.84 261.89 2.41 5.00 ind:imp:1s;ind:imp:2s; -racontait raconter ver 253.84 261.89 4.50 29.46 ind:imp:3s; -racontant raconter ver 253.84 261.89 0.93 6.15 par:pre; -racontar racontar nom m s 1.11 2.23 0.02 0.47 -racontars racontar nom m p 1.11 2.23 1.08 1.76 -racontas raconter ver 253.84 261.89 0.00 0.07 ind:pas:2s; -raconte raconter ver 253.84 261.89 78.06 54.12 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -racontent raconter ver 253.84 261.89 4.32 6.35 ind:pre:3p;sub:pre:3p; -raconter raconter ver 253.84 261.89 57.79 64.86 inf;; -racontera raconter ver 253.84 261.89 2.02 1.82 ind:fut:3s; -raconterai raconter ver 253.84 261.89 6.80 5.07 ind:fut:1s; -raconteraient raconter ver 253.84 261.89 0.03 0.20 cnd:pre:3p; -raconterais raconter ver 253.84 261.89 0.63 0.54 cnd:pre:1s;cnd:pre:2s; -raconterait raconter ver 253.84 261.89 0.08 2.09 cnd:pre:3s; -raconteras raconter ver 253.84 261.89 3.19 1.28 ind:fut:2s; -raconterez raconter ver 253.84 261.89 0.96 0.95 ind:fut:2p; -raconterons raconter ver 253.84 261.89 0.14 0.14 ind:fut:1p; -raconteront raconter ver 253.84 261.89 0.13 0.07 ind:fut:3p; -racontes raconter ver 253.84 261.89 34.95 7.23 ind:pre:1p;ind:pre:2s;sub:pre:2s; -raconteur raconteur nom m s 0.18 0.14 0.17 0.00 -raconteuse raconteur nom f s 0.18 0.14 0.01 0.14 -racontez raconter ver 253.84 261.89 17.02 5.74 imp:pre:2p;ind:pre:2p; -racontiez raconter ver 253.84 261.89 0.45 0.61 ind:imp:2p; -racontions raconter ver 253.84 261.89 0.04 0.47 ind:imp:1p; -racontons raconter ver 253.84 261.89 0.47 0.27 imp:pre:1p;ind:pre:1p; -racontât raconter ver 253.84 261.89 0.00 0.07 sub:imp:3s; -racontèrent raconter ver 253.84 261.89 0.03 1.22 ind:pas:3p; -raconté raconter ver m s 253.84 261.89 33.87 38.18 par:pas; -racontée raconter ver f s 253.84 261.89 1.93 2.91 par:pas; -racontées raconter ver f p 253.84 261.89 0.49 1.22 par:pas; -racontés raconter ver m p 253.84 261.89 0.24 0.61 par:pas; -racorni racornir ver m s 0.59 3.45 0.40 1.15 par:pas; -racornie racornir ver f s 0.59 3.45 0.02 0.95 par:pas; -racornies racornir ver f p 0.59 3.45 0.00 0.54 par:pas; -racornir racornir ver 0.59 3.45 0.02 0.07 inf; -racornis racornir ver m p 0.59 3.45 0.00 0.41 par:pas; -racornissait racornir ver 0.59 3.45 0.00 0.14 ind:imp:3s; -racornissent racornir ver 0.59 3.45 0.14 0.07 ind:pre:3p; -racornit racornir ver 0.59 3.45 0.01 0.14 ind:pre:3s;ind:pas:3s; -racé racé adj m s 0.07 1.69 0.03 0.81 -racée racé adj f s 0.07 1.69 0.01 0.68 -racés racé adj m p 0.07 1.69 0.03 0.20 -rad rad nom m s 0.20 0.07 0.18 0.07 -radôme radôme nom m s 0.01 0.00 0.01 0.00 -rada rader ver 0.47 0.61 0.02 0.00 ind:pas:3s; -radada radada nom m s 0.00 0.07 0.00 0.07 -radar radar nom m s 10.36 2.70 8.05 1.96 -radars radar nom m p 10.36 2.70 2.31 0.74 -radasse rader ver 0.47 0.61 0.30 0.54 sub:imp:1s; -radasses rader ver 0.47 0.61 0.01 0.07 sub:imp:2s; -rade rade nom f s 2.33 10.88 2.18 9.26 -radeau_radar radeau_radar nom m s 0.00 0.07 0.00 0.07 -radeau radeau nom m s 3.27 5.20 2.97 4.32 -radeaux radeau nom m p 3.27 5.20 0.30 0.88 -rader rader ver 0.47 0.61 0.14 0.00 inf; -rades rade nom f p 2.33 10.88 0.16 1.62 -radeuse radeuse nom f s 0.00 0.34 0.00 0.27 -radeuses radeuse nom f p 0.00 0.34 0.00 0.07 -radial radial adj m s 0.34 0.34 0.12 0.00 -radiale radial adj f s 0.34 0.34 0.19 0.27 -radiales radial adj f p 0.34 0.34 0.01 0.07 -radiant radiant nom m s 0.02 0.00 0.02 0.00 -radiante radiant adj f s 0.02 0.14 0.01 0.07 -radiateur radiateur nom m s 3.65 7.43 3.02 6.35 -radiateurs radiateur nom m p 3.65 7.43 0.63 1.08 -radiation radiation nom f s 6.89 0.74 2.71 0.34 -radiations radiation nom f p 6.89 0.74 4.17 0.41 -radiative radiatif adj f s 0.01 0.00 0.01 0.00 -radiaux radial adj m p 0.34 0.34 0.02 0.00 -radical_socialisme radical_socialisme nom m s 0.00 0.27 0.00 0.27 -radical_socialiste radical_socialiste adj m s 0.00 0.34 0.00 0.34 -radical radical adj m s 6.25 8.11 2.96 3.51 -radicale_socialiste radicale_socialiste nom f s 0.00 0.20 0.00 0.20 -radicale radical adj f s 6.25 8.11 1.75 2.57 -radicalement radicalement adv 0.99 3.65 0.99 3.65 -radicales radical adj f p 6.25 8.11 0.33 0.27 -radicalisation radicalisation nom f s 0.10 0.14 0.10 0.14 -radicaliser radicaliser ver 0.02 0.00 0.01 0.00 inf; -radicalisme radicalisme nom m s 0.02 0.47 0.02 0.47 -radicalisé radicaliser ver m s 0.02 0.00 0.01 0.00 par:pas; -radical_socialiste radical_socialiste nom m p 0.00 0.34 0.00 0.27 -radicaux radical adj m p 6.25 8.11 1.22 1.76 -radicelles radicelle nom f p 0.00 0.74 0.00 0.74 -radiculaire radiculaire adj s 0.16 0.07 0.16 0.07 -radicule radicule nom f s 0.01 0.07 0.01 0.00 -radicules radicule nom f p 0.01 0.07 0.00 0.07 -radier radier ver 1.33 0.27 0.20 0.07 inf; -radiers radier nom m p 0.03 0.14 0.00 0.14 -radiesthésiste radiesthésiste nom s 0.14 0.00 0.14 0.00 -radieuse radieux adj f s 3.88 12.09 1.47 4.39 -radieusement radieusement adv 0.01 0.20 0.01 0.20 -radieuses radieux adj f p 3.88 12.09 0.22 1.15 -radieux radieux adj m 3.88 12.09 2.19 6.55 -radin radin adj m s 3.51 1.55 2.69 1.28 -radinait radiner ver 0.29 2.03 0.00 0.20 ind:imp:3s; -radine radin adj f s 3.51 1.55 0.50 0.20 -radinent radiner ver 0.29 2.03 0.01 0.47 ind:pre:3p; -radiner radiner ver 0.29 2.03 0.09 0.20 inf; -radinerie radinerie nom f s 0.02 0.07 0.02 0.07 -radines radin nom f p 1.10 0.34 0.10 0.00 -radinez radiner ver 0.29 2.03 0.00 0.07 imp:pre:2p; -radins radin adj m p 3.51 1.55 0.31 0.07 -radiné radiner ver m s 0.29 2.03 0.14 0.41 par:pas; -radinée radiner ver f s 0.29 2.03 0.02 0.07 par:pas; -radio_isotope radio_isotope nom m s 0.04 0.00 0.04 0.00 -radio_réveil radio_réveil nom m s 0.10 0.14 0.10 0.14 -radio_taxi radio_taxi nom m s 0.14 0.07 0.14 0.07 -radio radio nom s 78.23 55.00 71.31 50.54 -radioactif radioactif adj m s 2.65 0.68 1.11 0.47 -radioactifs radioactif adj m p 2.65 0.68 0.54 0.07 -radioactive radioactif adj f s 2.65 0.68 0.65 0.07 -radioactives radioactif adj f p 2.65 0.68 0.35 0.07 -radioactivité radioactivité nom f s 0.86 0.07 0.86 0.07 -radioamateur radioamateur nom m s 0.01 0.00 0.01 0.00 -radioastronome radioastronome nom s 0.01 0.00 0.01 0.00 -radiobalisage radiobalisage nom m s 0.01 0.00 0.01 0.00 -radiobalise radiobalise nom f s 0.07 0.00 0.07 0.00 -radiocassette radiocassette nom f s 0.02 0.00 0.02 0.00 -radiodiffusion radiodiffusion nom f s 0.01 0.14 0.01 0.14 -radiodiffusé radiodiffuser ver m s 0.03 0.68 0.03 0.47 par:pas; -radiodiffusée radiodiffuser ver f s 0.03 0.68 0.00 0.14 par:pas; -radiodiffusées radiodiffuser ver f p 0.03 0.68 0.00 0.07 par:pas; -radiogoniomètre radiogoniomètre nom m s 0.01 0.00 0.01 0.00 -radiogoniométrique radiogoniométrique adj s 0.10 0.00 0.10 0.00 -radiogramme radiogramme nom m s 0.11 0.07 0.11 0.00 -radiogrammes radiogramme nom m p 0.11 0.07 0.00 0.07 -radiographiant radiographier ver 0.10 0.34 0.00 0.07 par:pre; -radiographie radiographie nom f s 0.93 0.88 0.79 0.34 -radiographient radiographier ver 0.10 0.34 0.00 0.07 ind:pre:3p; -radiographier radiographier ver 0.10 0.34 0.04 0.07 inf; -radiographies radiographie nom f p 0.93 0.88 0.14 0.54 -radiographique radiographique adj f s 0.01 0.00 0.01 0.00 -radiographié radiographier ver m s 0.10 0.34 0.03 0.07 par:pas; -radiographiée radiographier ver f s 0.10 0.34 0.01 0.00 par:pas; -radiographiés radiographier ver m p 0.10 0.34 0.00 0.07 par:pas; -radioguidage radioguidage nom m s 0.02 0.07 0.02 0.07 -radioguidera radioguider ver 0.01 0.00 0.01 0.00 ind:fut:3s; -radiologie radiologie nom f s 1.16 0.07 1.16 0.07 -radiologique radiologique adj f s 0.09 0.07 0.09 0.00 -radiologiques radiologique adj f p 0.09 0.07 0.00 0.07 -radiologiste radiologiste nom s 0.05 0.00 0.05 0.00 -radiologue radiologue nom s 0.55 0.27 0.51 0.20 -radiologues radiologue nom p 0.55 0.27 0.04 0.07 -radiomètre radiomètre nom m s 0.01 0.07 0.01 0.00 -radiomètres radiomètre nom m p 0.01 0.07 0.00 0.07 -radiométrie radiométrie nom f s 0.01 0.00 0.01 0.00 -radiophare radiophare nom m s 0.01 0.07 0.01 0.07 -radiophonie radiophonie nom f s 0.00 0.27 0.00 0.27 -radiophonique radiophonique adj s 0.78 1.49 0.76 0.68 -radiophoniques radiophonique adj p 0.78 1.49 0.02 0.81 -radioréveil radioréveil nom m s 0.01 0.00 0.01 0.00 -radios radio nom p 78.23 55.00 6.92 4.46 -radioscopie radioscopie nom f s 0.03 0.14 0.03 0.14 -radioscopique radioscopique adj f s 0.01 0.07 0.01 0.00 -radioscopiques radioscopique adj p 0.01 0.07 0.00 0.07 -radiosonde radiosonde nom f s 0.01 0.00 0.01 0.00 -radiothérapie radiothérapie nom f s 0.21 0.00 0.21 0.00 -radiotélescope radiotélescope nom m s 0.10 0.00 0.09 0.00 -radiotélescopes radiotélescope nom m p 0.10 0.00 0.01 0.00 -radiotélégraphie radiotélégraphie nom f s 0.00 0.07 0.00 0.07 -radiotélégraphiste radiotélégraphiste nom s 0.00 0.14 0.00 0.14 -radiotéléphone radiotéléphone nom m s 0.03 0.00 0.02 0.00 -radiotéléphones radiotéléphone nom m p 0.03 0.00 0.01 0.00 -radiotéléphonie radiotéléphonie nom f s 0.10 0.00 0.10 0.00 -radiotéléphonique radiotéléphonique adj s 0.01 0.00 0.01 0.00 -radioélectrique radioélectrique adj s 0.01 0.00 0.01 0.00 -radioélément radioélément nom m s 0.01 0.00 0.01 0.00 -radis radis nom m 1.81 3.11 1.81 3.11 -radié radier ver m s 1.33 0.27 0.98 0.14 par:pas; -radiée radier ver f s 1.33 0.27 0.09 0.07 par:pas; -radium radium nom m s 0.32 0.07 0.32 0.07 -radiés radié adj m p 0.18 0.07 0.14 0.00 -radius radius nom m 0.15 0.07 0.15 0.07 -radja radja nom m s 0.00 0.07 0.00 0.07 -radjah radjah nom m s 0.00 0.14 0.00 0.07 -radjahs radjah nom m p 0.00 0.14 0.00 0.07 -radon radon nom m s 0.07 0.00 0.07 0.00 -radotage radotage nom m s 0.36 0.81 0.28 0.34 -radotages radotage nom m p 0.36 0.81 0.09 0.47 -radotait radoter ver 2.04 2.30 0.00 0.41 ind:imp:3s; -radotant radoter ver 2.04 2.30 0.03 0.27 par:pre; -radote radoter ver 2.04 2.30 0.69 0.68 imp:pre:2s;ind:pre:1s;ind:pre:3s; -radotent radoter ver 2.04 2.30 0.04 0.34 ind:pre:3p; -radoter radoter ver 2.04 2.30 0.59 0.41 inf; -radotes radoter ver 2.04 2.30 0.60 0.07 ind:pre:2s; -radoteur radoteur nom m s 0.22 0.27 0.21 0.07 -radoteurs radoteur nom m p 0.22 0.27 0.01 0.07 -radoteuses radoteur nom f p 0.22 0.27 0.00 0.14 -radotez radoter ver 2.04 2.30 0.10 0.00 ind:pre:2p; -radoté radoter ver m s 2.04 2.30 0.00 0.14 par:pas; -radoub radoub nom m s 0.03 0.41 0.03 0.41 -radoubait radouber ver 0.11 0.14 0.00 0.07 ind:imp:3s; -radouber radouber ver 0.11 0.14 0.11 0.07 inf; -radoubeur radoubeur nom m s 0.00 0.07 0.00 0.07 -radouci radoucir ver m s 0.29 2.09 0.12 0.54 par:pas; -radoucie radoucir ver f s 0.29 2.09 0.03 0.61 par:pas; -radoucir radoucir ver 0.29 2.09 0.07 0.00 inf; -radouciraient radoucir ver 0.29 2.09 0.00 0.07 cnd:pre:3p; -radoucis radoucir ver m p 0.29 2.09 0.04 0.14 ind:pre:1s;ind:pre:2s;par:pas; -radoucissais radoucir ver 0.29 2.09 0.00 0.07 ind:imp:1s; -radoucissait radoucir ver 0.29 2.09 0.00 0.07 ind:imp:3s; -radoucissement radoucissement nom m s 0.00 0.07 0.00 0.07 -radoucit radoucir ver 0.29 2.09 0.03 0.61 ind:pre:3s;ind:pas:3s; -rads rad nom m p 0.20 0.07 0.02 0.00 -rafa rafer ver 2.44 0.00 2.11 0.00 ind:pas:3s; -rafale rafale nom f s 1.59 19.46 0.79 8.85 -rafales rafale nom f p 1.59 19.46 0.81 10.61 -rafe rafer ver 2.44 0.00 0.33 0.00 imp:pre:2s; -raff raff nom m s 0.09 0.00 0.09 0.00 -raffermi raffermir ver m s 0.23 1.82 0.01 0.14 par:pas; -raffermie raffermir ver f s 0.23 1.82 0.01 0.27 par:pas; -raffermir raffermir ver 0.23 1.82 0.18 0.68 inf; -raffermira raffermir ver 0.23 1.82 0.03 0.00 ind:fut:3s; -raffermis raffermir ver m p 0.23 1.82 0.00 0.07 par:pas; -raffermissait raffermir ver 0.23 1.82 0.00 0.20 ind:imp:3s; -raffermissent raffermir ver 0.23 1.82 0.00 0.07 ind:pre:3p; -raffermit raffermir ver 0.23 1.82 0.00 0.41 ind:pre:3s;ind:pas:3s; -raffinage raffinage nom m s 0.01 0.07 0.01 0.07 -raffinait raffiner ver 1.06 2.03 0.00 0.14 ind:imp:3s; -raffinant raffiner ver 1.06 2.03 0.00 0.20 par:pre; -raffine raffiner ver 1.06 2.03 0.05 0.20 imp:pre:2s;ind:pre:3s; -raffinement raffinement nom m s 0.89 7.36 0.73 5.07 -raffinements raffinement nom m p 0.89 7.36 0.16 2.30 -raffiner raffiner ver 1.06 2.03 0.06 0.20 inf; -raffinerie raffinerie nom f s 0.85 1.01 0.73 0.88 -raffineries raffinerie nom f p 0.85 1.01 0.12 0.14 -raffineur raffineur nom m s 0.03 0.00 0.03 0.00 -raffiné raffiné adj m s 4.34 6.15 1.80 2.70 -raffinée raffiné adj f s 4.34 6.15 1.23 1.55 -raffinées raffiné adj f p 4.34 6.15 0.33 0.61 -raffinés raffiné adj m p 4.34 6.15 0.97 1.28 -raffolaient raffoler ver 3.16 3.85 0.01 0.14 ind:imp:3p; -raffolais raffoler ver 3.16 3.85 0.02 0.20 ind:imp:1s; -raffolait raffoler ver 3.16 3.85 0.19 1.62 ind:imp:3s; -raffolant raffoler ver 3.16 3.85 0.01 0.00 par:pre; -raffole raffoler ver 3.16 3.85 1.65 0.74 imp:pre:2s;ind:pre:1s;ind:pre:3s; -raffolent raffoler ver 3.16 3.85 0.94 0.68 ind:pre:3p; -raffoler raffoler ver 3.16 3.85 0.05 0.27 inf; -raffoleront raffoler ver 3.16 3.85 0.01 0.07 ind:fut:3p; -raffoles raffoler ver 3.16 3.85 0.23 0.07 ind:pre:2s; -raffolez raffoler ver 3.16 3.85 0.04 0.00 ind:pre:2p; -raffoliez raffoler ver 3.16 3.85 0.00 0.07 ind:imp:2p; -raffolé raffoler ver m s 3.16 3.85 0.02 0.00 par:pas; -raffut raffut nom m s 1.56 1.69 1.56 1.49 -raffuts raffut nom m p 1.56 1.69 0.01 0.20 -rafiau rafiau nom m s 0.00 0.07 0.00 0.07 -rafiot rafiot nom m s 1.08 1.42 0.91 1.22 -rafiots rafiot nom m p 1.08 1.42 0.17 0.20 -rafistola rafistoler ver 0.61 3.31 0.00 0.20 ind:pas:3s; -rafistolage rafistolage nom m s 0.05 0.27 0.04 0.14 -rafistolages rafistolage nom m p 0.05 0.27 0.01 0.14 -rafistolaient rafistoler ver 0.61 3.31 0.00 0.27 ind:imp:3p; -rafistolais rafistoler ver 0.61 3.31 0.01 0.07 ind:imp:1s; -rafistolait rafistoler ver 0.61 3.31 0.01 0.27 ind:imp:3s; -rafistole rafistoler ver 0.61 3.31 0.19 0.27 imp:pre:2s;ind:pre:1s;ind:pre:3s; -rafistoler rafistoler ver 0.61 3.31 0.12 0.34 inf; -rafistolez rafistoler ver 0.61 3.31 0.05 0.00 imp:pre:2p;ind:pre:2p; -rafistolé rafistoler ver m s 0.61 3.31 0.13 0.74 par:pas; -rafistolée rafistoler ver f s 0.61 3.31 0.04 0.54 par:pas; -rafistolées rafistoler ver f p 0.61 3.31 0.04 0.20 par:pas; -rafistolés rafistoler ver m p 0.61 3.31 0.01 0.41 par:pas; -rafla rafler ver 3.56 5.20 0.01 0.41 ind:pas:3s; -raflais rafler ver 3.56 5.20 0.01 0.14 ind:imp:1s; -raflait rafler ver 3.56 5.20 0.05 0.27 ind:imp:3s; -raflant rafler ver 3.56 5.20 0.01 0.20 par:pre; -rafle rafle nom f s 1.23 3.11 0.78 1.96 -raflent rafler ver 3.56 5.20 0.41 0.07 ind:pre:3p; -rafler rafler ver 3.56 5.20 0.81 1.42 inf; -raflera rafler ver 3.56 5.20 0.06 0.07 ind:fut:3s; -raflerai rafler ver 3.56 5.20 0.02 0.00 ind:fut:1s; -raflerait rafler ver 3.56 5.20 0.02 0.07 cnd:pre:3s; -rafles rafle nom f p 1.23 3.11 0.46 1.15 -raflez rafler ver 3.56 5.20 0.04 0.00 imp:pre:2p;ind:pre:2p; -raflé rafler ver m s 3.56 5.20 1.09 1.49 par:pas; -raflée rafler ver f s 3.56 5.20 0.16 0.07 par:pas; -raflées rafler ver f p 3.56 5.20 0.03 0.14 par:pas; -raflés rafler ver m p 3.56 5.20 0.00 0.27 par:pas; -rafraîchi rafraîchir ver m s 8.94 10.41 0.44 1.01 par:pas; -rafraîchie rafraîchir ver f s 8.94 10.41 0.04 0.47 par:pas; -rafraîchies rafraîchir ver f p 8.94 10.41 0.00 0.27 par:pas; -rafraîchir rafraîchir ver 8.94 10.41 4.61 4.19 inf; -rafraîchira rafraîchir ver 8.94 10.41 0.25 0.14 ind:fut:3s; -rafraîchirais rafraîchir ver 8.94 10.41 0.01 0.00 cnd:pre:1s; -rafraîchirait rafraîchir ver 8.94 10.41 0.06 0.07 cnd:pre:3s; -rafraîchirent rafraîchir ver 8.94 10.41 0.00 0.07 ind:pas:3p; -rafraîchiront rafraîchir ver 8.94 10.41 0.04 0.00 ind:fut:3p; -rafraîchis rafraîchir ver m p 8.94 10.41 0.90 0.68 imp:pre:2s;ind:pre:1s;ind:pre:2s;par:pas; -rafraîchissaient rafraîchir ver 8.94 10.41 0.00 0.34 ind:imp:3p; -rafraîchissais rafraîchir ver 8.94 10.41 0.14 0.14 ind:imp:1s;ind:imp:2s; -rafraîchissait rafraîchir ver 8.94 10.41 0.02 1.08 ind:imp:3s; -rafraîchissant rafraîchissant adj m s 0.72 2.16 0.50 1.08 -rafraîchissante rafraîchissant adj f s 0.72 2.16 0.16 0.47 -rafraîchissantes rafraîchissant adj f p 0.72 2.16 0.03 0.34 -rafraîchissants rafraîchissant adj m p 0.72 2.16 0.02 0.27 -rafraîchisse rafraîchir ver 8.94 10.41 0.49 0.14 sub:pre:1s;sub:pre:3s; -rafraîchissement rafraîchissement nom m s 2.48 1.62 1.39 0.54 -rafraîchissements rafraîchissement nom m p 2.48 1.62 1.09 1.08 -rafraîchissent rafraîchir ver 8.94 10.41 0.01 0.14 ind:pre:3p; -rafraîchisseur rafraîchisseur nom m s 0.00 0.07 0.00 0.07 -rafraîchissez rafraîchir ver 8.94 10.41 0.19 0.00 imp:pre:2p;ind:pre:2p; -rafraîchissoir rafraîchissoir nom m s 0.00 1.28 0.00 1.01 -rafraîchissoirs rafraîchissoir nom m p 0.00 1.28 0.00 0.27 -rafraîchissons rafraîchir ver 8.94 10.41 0.12 0.00 imp:pre:1p; -rafraîchit rafraîchir ver 8.94 10.41 1.50 1.35 ind:pre:3s;ind:pas:3s; -raft raft nom m s 0.10 0.07 0.10 0.07 -rafting rafting nom m s 0.22 0.00 0.22 0.00 -rag rag nom m s 0.01 0.00 0.01 0.00 -raga raga nom m s 0.10 0.00 0.10 0.00 -ragaillardi ragaillardir ver m s 0.06 2.57 0.01 1.35 par:pas; -ragaillardie ragaillardir ver f s 0.06 2.57 0.00 0.27 par:pas; -ragaillardir ragaillardir ver 0.06 2.57 0.02 0.07 inf; -ragaillardira ragaillardir ver 0.06 2.57 0.00 0.07 ind:fut:3s; -ragaillardirait ragaillardir ver 0.06 2.57 0.00 0.07 cnd:pre:3s; -ragaillardis ragaillardir ver m p 0.06 2.57 0.02 0.20 ind:pas:2s;par:pas; -ragaillardissaient ragaillardir ver 0.06 2.57 0.00 0.07 ind:imp:3p; -ragaillardisse ragaillardir ver 0.06 2.57 0.00 0.07 sub:pre:1s; -ragaillardit ragaillardir ver 0.06 2.57 0.00 0.41 ind:pre:3s;ind:pas:3s; -rage rage nom f s 15.97 45.34 15.54 44.12 -ragea rager ver 0.71 2.64 0.00 0.81 ind:pas:3s; -rageaient rager ver 0.71 2.64 0.00 0.14 ind:imp:3p; -rageais rager ver 0.71 2.64 0.01 0.20 ind:imp:1s; -rageait rager ver 0.71 2.64 0.02 0.54 ind:imp:3s; -rageant rageant adj m s 0.25 0.20 0.25 0.20 -ragent rager ver 0.71 2.64 0.02 0.00 ind:pre:3p; -rager rager ver 0.71 2.64 0.09 0.27 inf; -rages rage nom f p 15.97 45.34 0.44 1.22 -rageur rageur adj m s 0.07 9.26 0.05 4.46 -rageurs rageur adj m p 0.07 9.26 0.01 1.62 -rageuse rageur adj f s 0.07 9.26 0.01 2.57 -rageusement rageusement adv 0.03 5.61 0.03 5.61 -rageuses rageur adj f p 0.07 9.26 0.00 0.61 -ragez rager ver 0.71 2.64 0.02 0.00 imp:pre:2p;ind:pre:2p; -raglan raglan nom m s 0.00 0.54 0.00 0.47 -raglans raglan nom m p 0.00 0.54 0.00 0.07 -ragnagnas ragnagnas nom m p 0.21 0.07 0.21 0.07 -ragoût ragoût nom m s 3.44 4.46 3.37 3.65 -ragoûtant ragoûtant adj m s 0.08 1.22 0.04 0.61 -ragoûtante ragoûtant adj f s 0.08 1.22 0.01 0.14 -ragoûtantes ragoûtant adj f p 0.08 1.22 0.01 0.20 -ragoûtants ragoûtant adj m p 0.08 1.22 0.01 0.27 -ragoûts ragoût nom m p 3.44 4.46 0.07 0.81 -ragondins ragondin nom m p 0.28 0.14 0.28 0.14 -ragot ragot nom m s 5.67 4.32 0.07 0.54 -ragota ragoter ver 0.04 0.27 0.00 0.07 ind:pas:3s; -ragotait ragoter ver 0.04 0.27 0.00 0.07 ind:imp:3s; -ragote ragoter ver 0.04 0.27 0.01 0.00 ind:pre:3s; -ragoter ragoter ver 0.04 0.27 0.03 0.14 inf; -ragots ragot nom m p 5.67 4.32 5.60 3.78 -ragougnasse ragougnasse nom f s 0.23 0.14 0.23 0.07 -ragougnasses ragougnasse nom f p 0.23 0.14 0.00 0.07 -ragrafait ragrafer ver 0.00 0.20 0.00 0.07 ind:imp:3s; -ragrafant ragrafer ver 0.00 0.20 0.00 0.07 par:pre; -ragrafe ragrafer ver 0.00 0.20 0.00 0.07 ind:pre:1s; -ragtime ragtime nom m s 0.13 0.00 0.13 0.00 -rahat_lokoum rahat_lokoum nom m s 0.00 0.47 0.00 0.41 -rahat_lokoum rahat_lokoum nom m p 0.00 0.47 0.00 0.07 -rahat_loukoum rahat_loukoum nom m p 0.00 0.07 0.00 0.07 -rai rai nom m s 2.50 5.41 1.57 3.31 -raid raid nom m s 3.98 2.84 2.82 1.62 -raide raide adj s 7.76 39.39 6.61 24.53 -raidement raidement adv 0.00 0.14 0.00 0.14 -raider raider nom m s 1.57 0.41 0.90 0.00 -raiders raider nom m p 1.57 0.41 0.67 0.41 -raides raide adj p 7.76 39.39 1.15 14.86 -raideur raideur nom f s 0.62 7.03 0.62 7.03 -raidi raidir ver m s 0.57 19.59 0.03 3.04 par:pas; -raidie raidir ver f s 0.57 19.59 0.00 2.09 par:pas; -raidies raidir ver f p 0.57 19.59 0.01 1.49 par:pas; -raidillon raidillon nom m s 0.00 4.12 0.00 3.31 -raidillons raidillon nom m p 0.00 4.12 0.00 0.81 -raidir raidir ver 0.57 19.59 0.17 1.55 inf; -raidirent raidir ver 0.57 19.59 0.00 0.20 ind:pas:3p; -raidis raidir ver m p 0.57 19.59 0.03 2.23 imp:pre:2s;ind:pre:1s;ind:pre:2s;par:pas; -raidissaient raidir ver 0.57 19.59 0.00 0.27 ind:imp:3p; -raidissais raidir ver 0.57 19.59 0.00 0.20 ind:imp:1s; -raidissait raidir ver 0.57 19.59 0.00 1.49 ind:imp:3s; -raidissant raidir ver 0.57 19.59 0.00 0.68 par:pre; -raidisse raidir ver 0.57 19.59 0.01 0.34 sub:pre:1s;sub:pre:3s; -raidissement raidissement nom m s 0.00 0.61 0.00 0.47 -raidissements raidissement nom m p 0.00 0.61 0.00 0.14 -raidissent raidir ver 0.57 19.59 0.04 0.41 ind:pre:3p; -raidissez raidir ver 0.57 19.59 0.02 0.07 imp:pre:2p;ind:pre:2p; -raidit raidir ver 0.57 19.59 0.27 5.54 ind:pre:3s;ind:pas:3s; -raids raid nom m p 3.98 2.84 1.16 1.22 -raie raie nom f s 2.49 11.01 1.71 7.50 -raient rayer ver 7.42 11.22 0.00 0.27 ind:pre:3p; -raies raie nom f p 2.49 11.01 0.78 3.51 -raifort raifort nom m s 0.21 0.27 0.21 0.27 -rail rail nom m s 9.31 16.22 1.70 2.50 -railla railler ver 2.77 3.31 0.00 0.61 ind:pas:3s; -raillaient railler ver 2.77 3.31 0.00 0.27 ind:imp:3p; -raillait railler ver 2.77 3.31 0.03 0.20 ind:imp:3s; -raillant railler ver 2.77 3.31 0.34 0.07 par:pre; -raille railler ver 2.77 3.31 0.38 0.20 imp:pre:2s;ind:pre:1s;ind:pre:3s; -railler railler ver 2.77 3.31 0.70 0.88 inf; -raillera railler ver 2.77 3.31 0.01 0.00 ind:fut:3s; -raillerai railler ver 2.77 3.31 0.01 0.00 ind:fut:1s; -raillerie raillerie nom f s 0.90 3.04 0.54 1.15 -railleries raillerie nom f p 0.90 3.04 0.36 1.89 -railleur railleur nom m s 0.17 0.14 0.16 0.07 -railleurs railleur nom m p 0.17 0.14 0.01 0.07 -railleuse railleur adj f s 0.04 1.89 0.01 0.54 -railleuses railleur adj f p 0.04 1.89 0.00 0.07 -raillez railler ver 2.77 3.31 0.47 0.20 imp:pre:2p;ind:pre:2p; -raillèrent railler ver 2.77 3.31 0.00 0.14 ind:pas:3p; -raillé railler ver m s 2.77 3.31 0.81 0.61 par:pas; -raillée railler ver f s 2.77 3.31 0.02 0.00 par:pas; -raillés railler ver m p 2.77 3.31 0.00 0.14 par:pas; -rails rail nom m p 9.31 16.22 7.61 13.72 -railway railway nom m s 0.00 0.07 0.00 0.07 -rain rain nom m s 1.03 0.00 1.03 0.00 -raine rainer ver 0.82 0.27 0.00 0.14 ind:pre:3s; -rainer rainer ver 0.82 0.27 0.00 0.07 inf; -raines rainer ver 0.82 0.27 0.82 0.07 ind:pre:2s; -rainette rainette nom f s 0.04 0.88 0.04 0.41 -rainettes rainette nom f p 0.04 0.88 0.00 0.47 -raineuse raineuse nom f s 0.00 0.07 0.00 0.07 -rainure rainure nom f s 0.43 3.51 0.20 1.42 -rainurer rainurer ver 0.01 0.20 0.00 0.07 inf; -rainures rainure nom f p 0.43 3.51 0.23 2.09 -rainuré rainurer ver m s 0.01 0.20 0.01 0.00 par:pas; -rainurés rainurer ver m p 0.01 0.20 0.00 0.14 par:pas; -raiponce raiponce nom f s 0.03 0.00 0.03 0.00 -raire raire ver 0.31 2.09 0.01 0.07 inf; -rais rai nom m p 2.50 5.41 0.93 2.09 -raisin raisin nom m s 9.40 9.53 5.88 4.86 -raisinets raisinet nom m p 0.02 0.00 0.02 0.00 -raisins raisin nom m p 9.40 9.53 3.52 4.66 -raisiné raisiné nom m s 0.01 1.35 0.01 1.35 -raison raison nom f s 467.94 308.78 424.28 247.50 -raisonna raisonner ver 8.72 10.27 0.00 0.47 ind:pas:3s; -raisonnable raisonnable adj s 28.25 23.51 25.04 19.39 -raisonnablement raisonnablement adv 1.03 2.36 1.03 2.36 -raisonnables raisonnable adj p 28.25 23.51 3.21 4.12 -raisonnai raisonner ver 8.72 10.27 0.00 0.07 ind:pas:1s; -raisonnaient raisonner ver 8.72 10.27 0.00 0.14 ind:imp:3p; -raisonnais raisonner ver 8.72 10.27 0.07 0.47 ind:imp:1s; -raisonnait raisonner ver 8.72 10.27 0.01 0.81 ind:imp:3s; -raisonnant raisonner ver 8.72 10.27 0.16 0.20 par:pre; -raisonnante raisonnant adj f s 0.00 0.07 0.00 0.07 -raisonnassent raisonner ver 8.72 10.27 0.00 0.07 sub:imp:3p; -raisonne raisonner ver 8.72 10.27 1.50 1.49 imp:pre:2s;ind:pre:1s;ind:pre:3s; -raisonnement raisonnement nom m s 4.16 11.35 3.69 7.91 -raisonnements raisonnement nom m p 4.16 11.35 0.47 3.45 -raisonnent raisonner ver 8.72 10.27 0.31 0.20 ind:pre:3p; -raisonner raisonner ver 8.72 10.27 4.66 5.27 inf; -raisonnes raisonner ver 8.72 10.27 0.35 0.27 ind:pre:2s; -raisonneur raisonneur nom m s 0.17 0.34 0.17 0.07 -raisonneurs raisonneur nom m p 0.17 0.34 0.00 0.20 -raisonneuse raisonneur adj f s 0.00 0.54 0.00 0.14 -raisonnez raisonner ver 8.72 10.27 0.77 0.14 imp:pre:2p;ind:pre:2p; -raisonniez raisonner ver 8.72 10.27 0.00 0.14 ind:imp:2p; -raisonnons raisonner ver 8.72 10.27 0.47 0.20 imp:pre:1p;ind:pre:1p; -raisonné raisonné adj m s 0.51 0.68 0.50 0.27 -raisonnée raisonner ver f s 8.72 10.27 0.02 0.14 par:pas; -raisons raison nom f p 467.94 308.78 43.67 61.28 -rait raire ver m s 0.31 2.09 0.29 2.03 ind:pre:3s;par:pas; -raites raire ver f p 0.31 2.09 0.01 0.00 par:pas; -raja raja nom m s 0.03 0.00 0.03 0.00 -rajah rajah nom m s 0.06 0.20 0.04 0.07 -rajahs rajah nom m p 0.06 0.20 0.01 0.14 -rajeuni rajeunir ver m s 5.20 7.91 1.10 2.16 par:pas; -rajeunie rajeunir ver f s 5.20 7.91 0.20 0.88 par:pas; -rajeunies rajeunir ver f p 5.20 7.91 0.00 0.07 par:pas; -rajeunir rajeunir ver 5.20 7.91 1.26 0.88 inf; -rajeunira rajeunir ver 5.20 7.91 0.03 0.00 ind:fut:3s; -rajeunirai rajeunir ver 5.20 7.91 0.01 0.00 ind:fut:1s; -rajeunirait rajeunir ver 5.20 7.91 0.02 0.07 cnd:pre:3s; -rajeunirez rajeunir ver 5.20 7.91 0.01 0.07 ind:fut:2p; -rajeunis rajeunir ver m p 5.20 7.91 1.11 0.61 imp:pre:2s;ind:pre:1s;ind:pre:2s;par:pas; -rajeunissaient rajeunir ver 5.20 7.91 0.00 0.14 ind:imp:3p; -rajeunissais rajeunir ver 5.20 7.91 0.01 0.07 ind:imp:1s; -rajeunissait rajeunir ver 5.20 7.91 0.04 1.22 ind:imp:3s; -rajeunissant rajeunissant adj m s 0.04 0.00 0.02 0.00 -rajeunissante rajeunissant adj f s 0.04 0.00 0.02 0.00 -rajeunisse rajeunir ver 5.20 7.91 0.00 0.07 sub:pre:3s; -rajeunissement rajeunissement nom m s 0.26 0.68 0.26 0.68 -rajeunissent rajeunir ver 5.20 7.91 0.03 0.14 ind:pre:3p; -rajeunisseurs rajeunisseur nom m p 0.00 0.07 0.00 0.07 -rajeunissez rajeunir ver 5.20 7.91 0.17 0.00 ind:pre:2p; -rajeunissons rajeunir ver 5.20 7.91 0.00 0.07 ind:pre:1p; -rajeunit rajeunir ver 5.20 7.91 1.20 1.49 ind:pre:3s;ind:pas:3s; -rajout rajout nom m s 0.27 0.20 0.23 0.07 -rajouta rajouter ver 13.09 9.32 0.01 0.54 ind:pas:3s; -rajoutaient rajouter ver 13.09 9.32 0.12 0.14 ind:imp:3p; -rajoutais rajouter ver 13.09 9.32 0.01 0.41 ind:imp:1s;ind:imp:2s; -rajoutait rajouter ver 13.09 9.32 0.05 1.01 ind:imp:3s; -rajoutant rajouter ver 13.09 9.32 0.16 0.20 par:pre; -rajoute rajouter ver 13.09 9.32 4.11 2.36 imp:pre:2s;ind:pre:1s;ind:pre:3s; -rajoutent rajouter ver 13.09 9.32 0.19 0.14 ind:pre:3p; -rajouter rajouter ver 13.09 9.32 3.73 2.30 inf; -rajoutera rajouter ver 13.09 9.32 0.15 0.00 ind:fut:3s; -rajouterais rajouter ver 13.09 9.32 0.15 0.07 cnd:pre:1s; -rajouterait rajouter ver 13.09 9.32 0.01 0.07 cnd:pre:3s; -rajouteras rajouter ver 13.09 9.32 0.10 0.07 ind:fut:2s; -rajouterez rajouter ver 13.09 9.32 0.00 0.07 ind:fut:2p; -rajoutes rajouter ver 13.09 9.32 1.04 0.07 ind:pre:2s; -rajoutez rajouter ver 13.09 9.32 0.75 0.20 imp:pre:2p;ind:pre:2p; -rajoutons rajouter ver 13.09 9.32 0.07 0.00 imp:pre:1p; -rajouts rajout nom m p 0.27 0.20 0.04 0.14 -rajouté rajouter ver m s 13.09 9.32 2.13 1.35 par:pas; -rajoutée rajouter ver f s 13.09 9.32 0.12 0.07 par:pas; -rajoutées rajouter ver f p 13.09 9.32 0.01 0.20 par:pas; -rajoutés rajouter ver m p 13.09 9.32 0.15 0.07 par:pas; -rajusta rajuster ver 0.41 6.08 0.00 0.95 ind:pas:3s; -rajustaient rajuster ver 0.41 6.08 0.00 0.20 ind:imp:3p; -rajustais rajuster ver 0.41 6.08 0.00 0.07 ind:imp:1s; -rajustait rajuster ver 0.41 6.08 0.00 0.47 ind:imp:3s; -rajustant rajuster ver 0.41 6.08 0.10 1.15 par:pre; -rajuste rajuster ver 0.41 6.08 0.02 1.28 imp:pre:2s;ind:pre:1s;ind:pre:3s; -rajustement rajustement nom m s 0.00 0.20 0.00 0.20 -rajustent rajuster ver 0.41 6.08 0.27 0.14 ind:pre:3p; -rajuster rajuster ver 0.41 6.08 0.02 1.01 inf; -rajusteront rajuster ver 0.41 6.08 0.00 0.07 ind:fut:3p; -rajusté rajuster ver m s 0.41 6.08 0.00 0.54 par:pas; -rajustée rajuster ver f s 0.41 6.08 0.00 0.07 par:pas; -rajustées rajuster ver f p 0.41 6.08 0.00 0.14 par:pas; -raki raki nom m s 0.28 1.15 0.28 1.15 -ralbol ralbol nom m s 0.00 0.20 0.00 0.20 -ralentît ralentir ver 17.42 30.95 0.00 0.07 sub:imp:3s; -ralenti ralenti nom m s 9.20 10.61 3.08 10.20 -ralentie ralentir ver f s 17.42 30.95 0.22 1.49 par:pas; -ralenties ralentir ver f p 17.42 30.95 0.17 0.07 par:pas; -ralentir ralentir ver 17.42 30.95 5.25 5.20 inf; -ralentira ralentir ver 17.42 30.95 0.31 0.20 ind:fut:3s; -ralentirai ralentir ver 17.42 30.95 0.24 0.00 ind:fut:1s; -ralentiraient ralentir ver 17.42 30.95 0.03 0.00 cnd:pre:3p; -ralentirais ralentir ver 17.42 30.95 0.04 0.00 cnd:pre:1s;cnd:pre:2s; -ralentirait ralentir ver 17.42 30.95 0.30 0.20 cnd:pre:3s; -ralentirent ralentir ver 17.42 30.95 0.02 0.61 ind:pas:3p; -ralentirez ralentir ver 17.42 30.95 0.02 0.07 ind:fut:2p; -ralentiriez ralentir ver 17.42 30.95 0.01 0.00 cnd:pre:2p; -ralentiront ralentir ver 17.42 30.95 0.07 0.00 ind:fut:3p; -ralentis ralenti nom m p 9.20 10.61 6.12 0.41 -ralentissaient ralentir ver 17.42 30.95 0.04 1.22 ind:imp:3p; -ralentissais ralentir ver 17.42 30.95 0.17 0.34 ind:imp:1s;ind:imp:2s; -ralentissait ralentir ver 17.42 30.95 0.20 2.23 ind:imp:3s; -ralentissant ralentir ver 17.42 30.95 0.04 1.82 par:pre; -ralentisse ralentir ver 17.42 30.95 0.29 0.34 sub:pre:1s;sub:pre:3s; -ralentissement ralentissement nom m s 0.38 1.89 0.34 1.55 -ralentissements ralentissement nom m p 0.38 1.89 0.03 0.34 -ralentissent ralentir ver 17.42 30.95 0.83 0.68 ind:pre:3p; -ralentisseur ralentisseur nom m s 0.09 0.00 0.04 0.00 -ralentisseurs ralentisseur nom m p 0.09 0.00 0.04 0.00 -ralentissez ralentir ver 17.42 30.95 1.94 0.14 imp:pre:2p;ind:pre:2p; -ralentissiez ralentir ver 17.42 30.95 0.04 0.00 ind:imp:2p; -ralentissions ralentir ver 17.42 30.95 0.02 0.00 ind:imp:1p; -ralentissons ralentir ver 17.42 30.95 0.27 0.07 imp:pre:1p;ind:pre:1p; -ralentit ralentir ver 17.42 30.95 3.23 10.68 ind:pre:3s;ind:pas:3s; -ralingue ralingue nom f s 0.00 0.14 0.00 0.07 -ralingues ralingue nom f p 0.00 0.14 0.00 0.07 -raller raller ver 0.01 0.27 0.01 0.07 inf; -rallia rallier ver 2.35 13.78 0.10 0.41 ind:pas:3s; -ralliai rallier ver 2.35 13.78 0.00 0.20 ind:pas:1s; -ralliaient rallier ver 2.35 13.78 0.00 0.41 ind:imp:3p; -ralliais rallier ver 2.35 13.78 0.00 0.20 ind:imp:1s; -ralliait rallier ver 2.35 13.78 0.03 1.01 ind:imp:3s; -ralliant rallier ver 2.35 13.78 0.11 0.34 par:pre; -ralliassent rallier ver 2.35 13.78 0.00 0.07 sub:imp:3p; -rallie rallier ver 2.35 13.78 0.37 0.54 ind:pre:1s;ind:pre:3s; -ralliement ralliement nom m s 1.16 8.18 1.16 7.50 -ralliements ralliement nom m p 1.16 8.18 0.00 0.68 -rallient rallier ver 2.35 13.78 0.07 0.74 ind:pre:3p; -rallier rallier ver 2.35 13.78 0.89 4.86 inf; -ralliera rallier ver 2.35 13.78 0.06 0.14 ind:fut:3s; -rallierai rallier ver 2.35 13.78 0.02 0.00 ind:fut:1s; -rallieraient rallier ver 2.35 13.78 0.01 0.20 cnd:pre:3p; -rallierait rallier ver 2.35 13.78 0.02 0.07 cnd:pre:3s; -rallieriez rallier ver 2.35 13.78 0.00 0.07 cnd:pre:2p; -rallierons rallier ver 2.35 13.78 0.04 0.00 ind:fut:1p; -rallieront rallier ver 2.35 13.78 0.01 0.07 ind:fut:3p; -rallies rallier ver 2.35 13.78 0.03 0.07 ind:pre:2s; -ralliez rallier ver 2.35 13.78 0.08 0.07 imp:pre:2p;ind:pre:2p; -rallions raller ver 0.01 0.27 0.00 0.20 ind:imp:1p; -rallièrent rallier ver 2.35 13.78 0.01 0.14 ind:pas:3p; -rallié rallier ver m s 2.35 13.78 0.17 2.50 par:pas; -ralliée rallier ver f s 2.35 13.78 0.14 0.27 par:pas; -ralliées rallier ver f p 2.35 13.78 0.14 0.20 par:pas; -ralliés rallié adj m p 0.11 0.81 0.10 0.54 -rallonge rallonge nom f s 0.91 2.09 0.72 1.22 -rallongea rallonger ver 1.45 1.35 0.00 0.14 ind:pas:3s; -rallongeaient rallonger ver 1.45 1.35 0.10 0.00 ind:imp:3p; -rallongeait rallonger ver 1.45 1.35 0.01 0.14 ind:imp:3s; -rallongement rallongement nom m s 0.01 0.00 0.01 0.00 -rallongent rallonger ver 1.45 1.35 0.03 0.14 ind:pre:3p; -rallonger rallonger ver 1.45 1.35 0.56 0.27 inf; -rallongerait rallonger ver 1.45 1.35 0.01 0.00 cnd:pre:3s; -rallonges rallonge nom f p 0.91 2.09 0.20 0.88 -rallongez rallonger ver 1.45 1.35 0.17 0.00 imp:pre:2p; -rallongé rallonger ver m s 1.45 1.35 0.07 0.27 par:pas; -rallongée rallonger ver f s 1.45 1.35 0.01 0.20 par:pas; -rallège ralléger ver 0.00 0.27 0.00 0.07 ind:pre:3s; -ralléger ralléger ver 0.00 0.27 0.00 0.14 inf; -rallégé ralléger ver m s 0.00 0.27 0.00 0.07 par:pas; -ralluma rallumer ver 4.85 8.99 0.00 2.03 ind:pas:3s; -rallumage rallumage nom m s 0.01 0.07 0.01 0.07 -rallumai rallumer ver 4.85 8.99 0.00 0.07 ind:pas:1s; -rallumaient rallumer ver 4.85 8.99 0.11 0.20 ind:imp:3p; -rallumais rallumer ver 4.85 8.99 0.00 0.07 ind:imp:1s; -rallumait rallumer ver 4.85 8.99 0.01 0.88 ind:imp:3s; -rallumant rallumer ver 4.85 8.99 0.01 0.54 par:pre; -rallume rallumer ver 4.85 8.99 1.88 1.22 imp:pre:2s;ind:pre:1s;ind:pre:3s; -rallument rallumer ver 4.85 8.99 0.12 0.20 ind:pre:3p; -rallumer rallumer ver 4.85 8.99 1.50 2.36 inf; -rallumerai rallumer ver 4.85 8.99 0.01 0.00 ind:fut:1s; -rallumeront rallumer ver 4.85 8.99 0.02 0.00 ind:fut:3p; -rallumes rallumer ver 4.85 8.99 0.17 0.00 ind:pre:2s; -rallumez rallumer ver 4.85 8.99 0.42 0.00 imp:pre:2p;ind:pre:2p; -rallumons rallumer ver 4.85 8.99 0.20 0.07 imp:pre:1p;ind:pre:1p; -rallumèrent rallumer ver 4.85 8.99 0.00 0.14 ind:pas:3p; -rallumé rallumer ver m s 4.85 8.99 0.22 0.74 par:pas; -rallumée rallumer ver f s 4.85 8.99 0.12 0.27 par:pas; -rallumées rallumer ver f p 4.85 8.99 0.04 0.07 par:pas; -rallumés rallumer ver m p 4.85 8.99 0.01 0.14 par:pas; -rallye rallye nom m s 1.74 0.54 1.68 0.41 -rallyes rallye nom m p 1.74 0.54 0.06 0.14 -ram ram nom m s 0.11 0.07 0.11 0.07 -rama ramer ver 5.37 6.42 0.03 0.27 ind:pas:3s; -ramadan ramadan nom m s 1.07 0.95 1.07 0.95 -ramage ramage nom m s 0.16 2.57 0.16 0.61 -ramageait ramager ver 0.00 0.14 0.00 0.07 ind:imp:3s; -ramager ramager ver 0.00 0.14 0.00 0.07 inf; -ramages ramage nom m p 0.16 2.57 0.00 1.96 -ramai ramer ver 5.37 6.42 0.00 0.07 ind:pas:1s; -ramaient ramer ver 5.37 6.42 0.01 0.27 ind:imp:3p; -ramais ramer ver 5.37 6.42 0.04 0.27 ind:imp:1s; -ramait ramer ver 5.37 6.42 0.03 0.81 ind:imp:3s; -ramant ramer ver 5.37 6.42 0.02 0.41 par:pre; -ramarraient ramarrer ver 0.00 0.14 0.00 0.07 ind:imp:3p; -ramarrer ramarrer ver 0.00 0.14 0.00 0.07 inf; -ramas ramer ver 5.37 6.42 0.10 0.00 ind:pas:2s; -ramassa ramasser ver 43.76 74.80 0.26 11.82 ind:pas:3s; -ramassage ramassage nom m s 0.91 1.35 0.90 1.35 -ramassages ramassage nom m p 0.91 1.35 0.01 0.00 -ramassai ramasser ver 43.76 74.80 0.01 0.88 ind:pas:1s; -ramassaient ramasser ver 43.76 74.80 0.18 1.55 ind:imp:3p; -ramassais ramasser ver 43.76 74.80 0.81 1.08 ind:imp:1s;ind:imp:2s; -ramassait ramasser ver 43.76 74.80 0.66 4.93 ind:imp:3s; -ramassant ramasser ver 43.76 74.80 0.30 3.92 par:pre; -ramasse_miettes ramasse_miettes nom m 0.02 0.27 0.02 0.27 -ramasse_poussière ramasse_poussière nom m 0.02 0.00 0.02 0.00 -ramasse ramasser ver 43.76 74.80 13.87 10.68 imp:pre:2s;ind:pre:1s;ind:pre:3s; -ramassent ramasser ver 43.76 74.80 0.86 1.76 ind:pre:3p; -ramasser ramasser ver 43.76 74.80 13.15 17.91 inf; -ramassera ramasser ver 43.76 74.80 0.25 0.27 ind:fut:3s; -ramasserai ramasser ver 43.76 74.80 0.14 0.00 ind:fut:1s; -ramasseraient ramasser ver 43.76 74.80 0.00 0.14 cnd:pre:3p; -ramasserais ramasser ver 43.76 74.80 0.06 0.07 cnd:pre:1s;cnd:pre:2s; -ramasserait ramasser ver 43.76 74.80 0.04 0.41 cnd:pre:3s; -ramasseras ramasser ver 43.76 74.80 0.04 0.07 ind:fut:2s; -ramasseront ramasser ver 43.76 74.80 0.07 0.20 ind:fut:3p; -ramasses ramasser ver 43.76 74.80 1.61 0.20 ind:pre:2s; -ramasseur ramasseur nom m s 0.73 2.70 0.56 1.15 -ramasseurs ramasseur nom m p 0.73 2.70 0.17 1.42 -ramasseuse ramasseur nom f s 0.73 2.70 0.00 0.14 -ramassez ramasser ver 43.76 74.80 3.37 0.68 imp:pre:2p;ind:pre:2p; -ramassiez ramasser ver 43.76 74.80 0.05 0.00 ind:imp:2p; -ramassions ramasser ver 43.76 74.80 0.00 0.20 ind:imp:1p; -ramassis ramassis nom m 1.50 1.62 1.50 1.62 -ramassons ramasser ver 43.76 74.80 0.30 0.14 imp:pre:1p;ind:pre:1p; -ramassât ramasser ver 43.76 74.80 0.00 0.07 sub:imp:3s; -ramassèrent ramasser ver 43.76 74.80 0.01 1.35 ind:pas:3p; -ramassé ramasser ver m s 43.76 74.80 5.62 10.34 par:pas; -ramassée ramasser ver f s 43.76 74.80 1.07 2.91 par:pas; -ramassées ramasser ver f p 43.76 74.80 0.42 0.68 par:pas; -ramassés ramasser ver m p 43.76 74.80 0.59 2.57 par:pas; -rambarde rambarde nom f s 0.45 3.04 0.45 2.64 -rambardes rambarde nom f p 0.45 3.04 0.00 0.41 -rambin rambin nom m s 0.00 0.34 0.00 0.34 -rambinait rambiner ver 0.00 0.88 0.00 0.07 ind:imp:3s; -rambine rambiner ver 0.00 0.88 0.00 0.27 ind:pre:3s; -rambinent rambiner ver 0.00 0.88 0.00 0.07 ind:pre:3p; -rambiner rambiner ver 0.00 0.88 0.00 0.27 inf; -rambineur rambineur nom m s 0.00 0.07 0.00 0.07 -rambiné rambiner ver m s 0.00 0.88 0.00 0.20 par:pas; -rambla rambla nom f s 0.00 0.07 0.00 0.07 -rambot rambot nom m s 0.01 0.07 0.01 0.07 -rambour rambour nom m s 0.00 0.34 0.00 0.34 -ramdam ramdam nom m s 0.21 1.01 0.21 0.95 -ramdams ramdam nom m p 0.21 1.01 0.00 0.07 -rame rame nom f s 4.38 11.55 2.47 5.74 -rameau rameau nom m s 1.92 6.22 1.29 2.57 -rameaux rameau nom m p 1.92 6.22 0.63 3.65 -ramena ramener ver 172.70 109.26 0.70 9.86 ind:pas:3s; -ramenai ramener ver 172.70 109.26 0.00 0.61 ind:pas:1s; -ramenaient ramener ver 172.70 109.26 0.13 3.72 ind:imp:3p; -ramenais ramener ver 172.70 109.26 0.88 1.28 ind:imp:1s;ind:imp:2s; -ramenait ramener ver 172.70 109.26 1.76 12.57 ind:imp:3s; -ramenant ramener ver 172.70 109.26 0.66 4.59 par:pre; -ramenard ramenard adj m s 0.02 0.20 0.01 0.20 -ramenards ramenard adj m p 0.02 0.20 0.01 0.00 -ramendé ramender ver m s 0.01 0.00 0.01 0.00 par:pas; -ramener ramener ver 172.70 109.26 51.43 24.93 inf;;inf;;inf;;inf;; -ramenez ramener ver 172.70 109.26 13.02 1.08 imp:pre:2p;ind:pre:2p; -rameniez ramener ver 172.70 109.26 0.59 0.00 ind:imp:2p;sub:pre:2p; -ramenions ramener ver 172.70 109.26 0.05 0.20 ind:imp:1p; -ramenâmes ramener ver 172.70 109.26 0.15 0.20 ind:pas:1p; -ramenons ramener ver 172.70 109.26 1.60 0.27 imp:pre:1p;ind:pre:1p; -ramenât ramener ver 172.70 109.26 0.00 0.41 sub:imp:3s; -rament ramer ver 5.37 6.42 0.17 0.27 ind:pre:3p; -ramenèrent ramener ver 172.70 109.26 0.50 1.08 ind:pas:3p; -ramené ramener ver m s 172.70 109.26 23.84 13.31 par:pas; -ramenée ramener ver f s 172.70 109.26 5.25 4.93 par:pas; -ramenées ramener ver f p 172.70 109.26 0.50 1.01 par:pas; -ramenés ramener ver m p 172.70 109.26 1.27 3.78 par:pas; -ramer ramer ver 5.37 6.42 1.73 1.82 inf; -ramera ramer ver 5.37 6.42 0.00 0.07 ind:fut:3s; -rameras ramer ver 5.37 6.42 0.01 0.00 ind:fut:2s; -ramerons ramer ver 5.37 6.42 0.01 0.20 ind:fut:1p; -rameront ramer ver 5.37 6.42 0.01 0.00 ind:fut:3p; -rames rame nom f p 4.38 11.55 1.91 5.81 -ramette ramette nom f s 0.00 0.14 0.00 0.14 -rameur rameur nom m s 1.00 2.43 0.40 0.47 -rameurs rameur nom m p 1.00 2.43 0.60 1.96 -rameutais rameuter ver 0.72 2.43 0.01 0.07 ind:imp:1s; -rameutait rameuter ver 0.72 2.43 0.00 0.47 ind:imp:3s; -rameutant rameuter ver 0.72 2.43 0.00 0.07 par:pre; -rameute rameuter ver 0.72 2.43 0.23 0.27 imp:pre:2s;ind:pre:1s;ind:pre:3s; -rameutent rameuter ver 0.72 2.43 0.00 0.07 ind:pre:3p; -rameuter rameuter ver 0.72 2.43 0.32 0.68 inf; -rameutez rameuter ver 0.72 2.43 0.06 0.14 imp:pre:2p;ind:pre:2p; -rameutons rameuter ver 0.72 2.43 0.02 0.00 imp:pre:1p;ind:pre:1p; -rameuté rameuter ver m s 0.72 2.43 0.07 0.14 par:pas; -rameutées rameuter ver f p 0.72 2.43 0.00 0.20 par:pas; -rameutés rameuter ver m p 0.72 2.43 0.01 0.34 par:pas; -ramez ramer ver 5.37 6.42 1.17 0.00 imp:pre:2p;ind:pre:2p; -rami rami nom m s 0.48 0.20 0.47 0.14 -ramier ramier adj m s 0.01 0.27 0.01 0.00 -ramiers ramier nom m p 0.00 1.01 0.00 0.47 -ramies ramie nom f p 0.00 0.07 0.00 0.07 -ramifia ramifier ver 0.06 0.74 0.00 0.07 ind:pas:3s; -ramifiaient ramifier ver 0.06 0.74 0.00 0.07 ind:imp:3p; -ramifiait ramifier ver 0.06 0.74 0.00 0.07 ind:imp:3s; -ramifiant ramifiant adj m s 0.00 0.54 0.00 0.54 -ramification ramification nom f s 0.50 1.42 0.05 0.07 -ramifications ramification nom f p 0.50 1.42 0.45 1.35 -ramifie ramifier ver 0.06 0.74 0.04 0.00 ind:pre:3s; -ramifient ramifier ver 0.06 0.74 0.00 0.07 ind:pre:3p; -ramifier ramifier ver 0.06 0.74 0.00 0.07 inf; -ramifié ramifier ver m s 0.06 0.74 0.02 0.20 par:pas; -ramifiée ramifié adj f s 0.04 0.61 0.02 0.27 -ramifiées ramifié adj f p 0.04 0.61 0.01 0.20 -ramifiés ramifié adj m p 0.04 0.61 0.01 0.07 -ramille ramille nom f s 0.00 0.54 0.00 0.07 -ramilles ramille nom f p 0.00 0.54 0.00 0.47 -raminagrobis raminagrobis nom m 0.00 0.14 0.00 0.14 -ramions ramer ver 5.37 6.42 0.01 0.00 ind:imp:1p; -ramis rami nom m p 0.48 0.20 0.01 0.07 -ramolli ramollir ver m s 2.30 1.49 0.26 0.27 par:pas; -ramollie ramolli adj f s 0.44 1.08 0.05 0.27 -ramollies ramollir ver f p 2.30 1.49 0.04 0.07 par:pas; -ramollir ramollir ver 2.30 1.49 0.53 0.27 inf; -ramollirent ramollir ver 2.30 1.49 0.00 0.07 ind:pas:3p; -ramollis ramollir ver m p 2.30 1.49 0.49 0.14 imp:pre:2s;ind:pre:1s;ind:pre:2s;par:pas; -ramollissait ramollir ver 2.30 1.49 0.04 0.20 ind:imp:3s; -ramollisse ramollir ver 2.30 1.49 0.16 0.00 sub:pre:3s; -ramollissement ramollissement nom m s 0.12 0.20 0.12 0.20 -ramollissent ramollir ver 2.30 1.49 0.28 0.00 ind:pre:3p; -ramollit ramollir ver 2.30 1.49 0.47 0.41 ind:pre:3s;ind:pas:3s; -ramollo ramollo adj m s 0.32 0.27 0.23 0.20 -ramollos ramollo adj m p 0.32 0.27 0.09 0.07 -ramon ramon nom m s 0.00 0.14 0.00 0.14 -ramonage ramonage nom m s 0.02 0.34 0.02 0.27 -ramonages ramonage nom m p 0.02 0.34 0.00 0.07 -ramonait ramoner ver 0.60 1.55 0.00 0.14 ind:imp:3s; -ramonant ramoner ver 0.60 1.55 0.00 0.07 par:pre; -ramone ramoner ver 0.60 1.55 0.26 0.47 imp:pre:2s;ind:pre:1s;ind:pre:3s; -ramonent ramoner ver 0.60 1.55 0.00 0.07 ind:pre:3p; -ramoner ramoner ver 0.60 1.55 0.17 0.61 inf; -ramones ramoner ver 0.60 1.55 0.02 0.00 ind:pre:2s; -ramoneur ramoneur nom m s 0.12 0.88 0.08 0.74 -ramoneurs ramoneur nom m p 0.12 0.88 0.03 0.14 -ramons ramer ver 5.37 6.42 0.04 0.07 imp:pre:1p;ind:pre:1p; -ramoné ramoner ver m s 0.60 1.55 0.03 0.07 par:pas; -ramonée ramoner ver f s 0.60 1.55 0.03 0.07 par:pas; -ramonées ramoner ver f p 0.60 1.55 0.10 0.07 par:pas; -rampa ramper ver 11.55 19.39 0.02 1.08 ind:pas:3s; -rampai ramper ver 11.55 19.39 0.01 0.20 ind:pas:1s; -rampaient ramper ver 11.55 19.39 0.27 0.95 ind:imp:3p; -rampais ramper ver 11.55 19.39 0.16 0.27 ind:imp:1s;ind:imp:2s; -rampait ramper ver 11.55 19.39 0.23 2.09 ind:imp:3s; -rampant ramper ver 11.55 19.39 1.51 3.51 par:pre; -rampante rampant adj f s 0.68 2.84 0.15 0.68 -rampantes rampant adj f p 0.68 2.84 0.20 0.68 -rampants rampant adj m p 0.68 2.84 0.19 0.68 -rampe rampe nom f s 5.76 20.81 5.32 18.18 -rampement rampement nom m s 0.00 0.20 0.00 0.07 -rampements rampement nom m p 0.00 0.20 0.00 0.14 -rampent ramper ver 11.55 19.39 0.68 1.42 ind:pre:3p; -ramper ramper ver 11.55 19.39 3.32 5.20 inf; -rampera ramper ver 11.55 19.39 0.05 0.07 ind:fut:3s; -ramperai ramper ver 11.55 19.39 0.04 0.00 ind:fut:1s; -ramperaient ramper ver 11.55 19.39 0.00 0.07 cnd:pre:3p; -ramperais ramper ver 11.55 19.39 0.19 0.00 cnd:pre:1s;cnd:pre:2s; -ramperas ramper ver 11.55 19.39 0.13 0.00 ind:fut:2s; -ramperez ramper ver 11.55 19.39 0.02 0.07 ind:fut:2p; -rampes ramper ver 11.55 19.39 0.95 0.00 ind:pre:2s; -rampez ramper ver 11.55 19.39 1.32 0.07 imp:pre:2p;ind:pre:2p; -rampiez ramper ver 11.55 19.39 0.03 0.00 ind:imp:2p; -rampions ramper ver 11.55 19.39 0.02 0.07 ind:imp:1p; -ramponneau ramponneau nom m s 0.00 0.34 0.00 0.34 -rampons ramper ver 11.55 19.39 0.01 0.07 ind:pre:1p; -rampèrent ramper ver 11.55 19.39 0.00 0.14 ind:pas:3p; -rampé ramper ver m s 11.55 19.39 0.64 0.74 par:pas; -rampée ramper ver f s 11.55 19.39 0.01 0.00 par:pas; -rams rams nom m 0.35 0.00 0.35 0.00 -ramser ramser ver 0.01 0.00 0.01 0.00 inf; -ramène ramener ver 172.70 109.26 49.52 17.03 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:1s;sub:pre:3s; -ramènent ramener ver 172.70 109.26 2.04 2.16 ind:pre:3p;sub:pre:3p; -ramènera ramener ver 172.70 109.26 3.95 1.15 ind:fut:3s; -ramènerai ramener ver 172.70 109.26 3.52 0.68 ind:fut:1s; -ramèneraient ramener ver 172.70 109.26 0.14 0.20 cnd:pre:3p; -ramènerais ramener ver 172.70 109.26 0.44 0.47 cnd:pre:1s;cnd:pre:2s; -ramènerait ramener ver 172.70 109.26 0.73 2.03 cnd:pre:3s; -ramèneras ramener ver 172.70 109.26 0.42 0.14 ind:fut:2s; -ramènerez ramener ver 172.70 109.26 0.48 0.14 ind:fut:2p; -ramèneriez ramener ver 172.70 109.26 0.17 0.14 cnd:pre:2p; -ramènerions ramener ver 172.70 109.26 0.03 0.07 cnd:pre:1p; -ramènerons ramener ver 172.70 109.26 0.76 0.20 ind:fut:1p; -ramèneront ramener ver 172.70 109.26 0.94 0.27 ind:fut:3p; -ramènes ramener ver 172.70 109.26 7.23 0.74 ind:pre:2s;sub:pre:2s; -ramèrent ramer ver 5.37 6.42 0.02 0.07 ind:pas:3p; -ramé ramer ver m s 5.37 6.42 0.28 0.27 par:pas; -ramée ramée nom f s 0.00 0.34 0.00 0.14 -ramées ramée nom f p 0.00 0.34 0.00 0.20 -ramure ramure nom f s 0.12 4.12 0.01 1.55 -ramures ramure nom f p 0.12 4.12 0.11 2.57 -ramés ramer ver m p 5.37 6.42 0.00 0.07 par:pas; -ran ran nom m s 0.34 0.74 0.34 0.74 -ranatres ranatre nom f p 0.00 0.07 0.00 0.07 -rancard rancard nom m s 2.80 1.22 2.60 1.15 -rancardait rancarder ver 0.35 0.61 0.00 0.07 ind:imp:3s; -rancarde rancarder ver 0.35 0.61 0.10 0.14 imp:pre:2s;ind:pre:1s;ind:pre:3s; -rancarder rancarder ver 0.35 0.61 0.07 0.34 inf; -rancardez rancarder ver 0.35 0.61 0.01 0.00 ind:pre:2p; -rancards rancard nom m p 2.80 1.22 0.20 0.07 -rancardé rancarder ver m s 0.35 0.61 0.11 0.00 par:pas; -rancardée rancarder ver f s 0.35 0.61 0.01 0.07 par:pas; -rancardés rancarder ver m p 0.35 0.61 0.04 0.00 par:pas; -rancart rancart nom m s 0.82 1.76 0.76 1.62 -rancarts rancart nom m p 0.82 1.76 0.06 0.14 -rance rance adj s 1.34 4.26 1.18 3.65 -rances rance adj p 1.34 4.26 0.16 0.61 -ranch ranch nom m s 7.31 0.81 6.95 0.61 -ranche ranch nom f s 7.31 0.81 0.10 0.00 -rancher rancher nom m s 0.15 0.00 0.15 0.00 -ranches ranche nom f p 0.10 0.00 0.10 0.00 -rancho rancho nom m s 0.87 0.00 0.87 0.00 -ranchs ranch nom m p 7.31 0.81 0.26 0.00 -ranci ranci adj m s 0.04 0.27 0.02 0.07 -rancie ranci adj f s 0.04 0.27 0.01 0.07 -rancies rancir ver f p 0.01 0.54 0.00 0.07 par:pas; -rancio rancio nom m s 0.00 0.20 0.00 0.20 -rancir rancir ver 0.01 0.54 0.00 0.20 inf; -rancis rancir ver 0.01 0.54 0.01 0.00 ind:pre:2s; -rancissait rancir ver 0.01 0.54 0.00 0.14 ind:imp:3s; -rancissure rancissure nom f s 0.00 0.07 0.00 0.07 -rancit rancir ver 0.01 0.54 0.00 0.07 ind:pas:3s; -rancoeur rancoeur nom f s 1.31 6.15 1.09 4.46 -rancoeurs rancoeur nom f p 1.31 6.15 0.22 1.69 -rancune rancune nom f s 7.20 17.23 6.76 14.86 -rancunes rancune nom f p 7.20 17.23 0.44 2.36 -rancuneuses rancuneux adj f p 0.00 0.07 0.00 0.07 -rancunier rancunier adj m s 1.46 1.69 1.09 1.01 -rancuniers rancunier adj m p 1.46 1.69 0.17 0.14 -rancunière rancunier adj f s 1.46 1.69 0.17 0.54 -rancunières rancunier adj f p 1.46 1.69 0.02 0.00 -randonnait randonner ver 0.13 0.20 0.00 0.07 ind:imp:3s; -randonne randonner ver 0.13 0.20 0.01 0.07 imp:pre:2s;ind:pre:3s; -randonner randonner ver 0.13 0.20 0.04 0.00 inf; -randonneur randonneur nom m s 0.40 0.20 0.17 0.00 -randonneurs randonneur nom m p 0.40 0.20 0.20 0.20 -randonneuse randonneur nom f s 0.40 0.20 0.03 0.00 -randonnez randonner ver 0.13 0.20 0.01 0.00 ind:pre:2p; -randonnée randonnée nom f s 2.22 4.66 1.74 2.64 -randonnées randonnée nom f p 2.22 4.66 0.48 2.03 -rang rang nom m s 28.21 58.24 19.40 37.16 -range ranger ver 47.67 67.91 17.59 7.57 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:1s;sub:pre:3s; -rangea ranger ver 47.67 67.91 0.02 8.78 ind:pas:3s; -rangeai ranger ver 47.67 67.91 0.00 0.74 ind:pas:1s; -rangeaient ranger ver 47.67 67.91 0.03 1.82 ind:imp:3p; -rangeais ranger ver 47.67 67.91 0.50 1.08 ind:imp:1s;ind:imp:2s; -rangeait ranger ver 47.67 67.91 0.18 6.69 ind:imp:3s; -rangeant ranger ver 47.67 67.91 0.20 2.70 par:pre; -rangement rangement nom m s 1.21 2.16 1.14 1.49 -rangements rangement nom m p 1.21 2.16 0.07 0.68 -rangent ranger ver 47.67 67.91 0.47 1.08 ind:pre:3p; -rangeâmes ranger ver 47.67 67.91 0.00 0.07 ind:pas:1p; -rangeons ranger ver 47.67 67.91 0.20 0.14 imp:pre:1p;ind:pre:1p; -rangeât ranger ver 47.67 67.91 0.00 0.07 sub:imp:3s; -ranger ranger ver 47.67 67.91 14.95 14.53 inf; -rangera ranger ver 47.67 67.91 0.31 0.20 ind:fut:3s; -rangerai ranger ver 47.67 67.91 0.58 0.07 ind:fut:1s; -rangerais ranger ver 47.67 67.91 0.19 0.07 cnd:pre:1s;cnd:pre:2s; -rangerait ranger ver 47.67 67.91 0.02 0.07 cnd:pre:3s; -rangeras ranger ver 47.67 67.91 0.10 0.14 ind:fut:2s; -rangerez ranger ver 47.67 67.91 0.16 0.00 ind:fut:2p; -rangerons ranger ver 47.67 67.91 0.00 0.07 ind:fut:1p; -rangeront ranger ver 47.67 67.91 0.06 0.07 ind:fut:3p; -rangers ranger nom m p 4.60 3.38 2.36 2.36 -ranges ranger ver 47.67 67.91 1.21 0.14 ind:pre:2s;sub:pre:2s; -rangez ranger ver 47.67 67.91 4.54 0.68 imp:pre:2p;ind:pre:2p; -rangions ranger ver 47.67 67.91 0.01 0.20 ind:imp:1p; -rangs rang nom m p 28.21 58.24 8.81 21.08 -rangèrent ranger ver 47.67 67.91 0.00 0.47 ind:pas:3p; -rangé ranger ver m s 47.67 67.91 4.09 8.78 par:pas; -rangée rangée nom f s 3.29 20.47 2.54 10.88 -rangées rangée nom f p 3.29 20.47 0.74 9.59 -rangés ranger ver m p 47.67 67.91 1.03 6.35 par:pas; -rani rani nom f s 0.00 1.08 0.00 1.08 -ranima ranimer ver 2.92 9.19 0.14 0.74 ind:pas:3s; -ranimaient ranimer ver 2.92 9.19 0.00 0.34 ind:imp:3p; -ranimait ranimer ver 2.92 9.19 0.01 0.74 ind:imp:3s; -ranimant ranimer ver 2.92 9.19 0.02 0.20 par:pre; -ranimation ranimation nom f s 0.00 0.07 0.00 0.07 -ranime ranimer ver 2.92 9.19 0.77 0.81 imp:pre:2s;ind:pre:1s;ind:pre:3s; -raniment ranimer ver 2.92 9.19 0.04 0.20 ind:pre:3p; -ranimer ranimer ver 2.92 9.19 1.26 3.45 inf; -ranimera ranimer ver 2.92 9.19 0.05 0.00 ind:fut:3s; -ranimez ranimer ver 2.92 9.19 0.03 0.00 imp:pre:2p; -ranimions ranimer ver 2.92 9.19 0.00 0.07 ind:imp:1p; -ranimât ranimer ver 2.92 9.19 0.00 0.07 sub:imp:3s; -ranimèrent ranimer ver 2.92 9.19 0.00 0.27 ind:pas:3p; -ranimé ranimer ver m s 2.92 9.19 0.22 1.22 par:pas; -ranimée ranimer ver f s 2.92 9.19 0.22 0.54 par:pas; -ranimées ranimer ver f p 2.92 9.19 0.00 0.14 par:pas; -ranimés ranimer ver m p 2.92 9.19 0.17 0.41 par:pas; -rantanplan rantanplan ono 0.03 0.07 0.03 0.07 -rançon rançon nom f s 10.60 2.84 10.49 2.70 -rançonnage rançonnage nom m s 0.01 0.00 0.01 0.00 -rançonnaient rançonner ver 0.13 0.95 0.00 0.14 ind:imp:3p; -rançonnait rançonner ver 0.13 0.95 0.00 0.27 ind:imp:3s; -rançonne rançonner ver 0.13 0.95 0.04 0.00 ind:pre:1s;ind:pre:3s; -rançonnement rançonnement nom m s 0.00 0.07 0.00 0.07 -rançonner rançonner ver 0.13 0.95 0.04 0.20 inf; -rançonneurs rançonneur nom m p 0.01 0.00 0.01 0.00 -rançonné rançonner ver m s 0.13 0.95 0.02 0.14 par:pas; -rançonnée rançonner ver f s 0.13 0.95 0.02 0.00 par:pas; -rançonnées rançonner ver f p 0.13 0.95 0.00 0.14 par:pas; -rançonnés rançonner ver m p 0.13 0.95 0.00 0.07 par:pas; -rançons rançon nom f p 10.60 2.84 0.10 0.14 -ranz ranz nom m 0.00 0.14 0.00 0.14 -raout raout nom m s 0.10 0.74 0.08 0.41 -raouts raout nom m p 0.10 0.74 0.02 0.34 -rap rap nom m s 3.17 0.07 3.17 0.07 -rapace rapace adj s 0.95 1.28 0.86 0.47 -rapaces rapace nom m p 0.92 2.70 0.39 1.22 -rapacité rapacité nom f s 0.05 0.81 0.05 0.81 -rapatria rapatrier ver 2.48 3.11 0.00 0.07 ind:pas:3s; -rapatriait rapatrier ver 2.48 3.11 0.01 0.14 ind:imp:3s; -rapatriant rapatrier ver 2.48 3.11 0.01 0.07 par:pre; -rapatrie rapatrier ver 2.48 3.11 0.09 0.07 imp:pre:2s;ind:pre:1s;ind:pre:3s; -rapatriement rapatriement nom m s 0.29 1.96 0.29 1.89 -rapatriements rapatriement nom m p 0.29 1.96 0.00 0.07 -rapatrient rapatrier ver 2.48 3.11 0.02 0.00 ind:pre:3p; -rapatrier rapatrier ver 2.48 3.11 1.36 0.88 inf; -rapatriera rapatrier ver 2.48 3.11 0.16 0.00 ind:fut:3s; -rapatriez rapatrier ver 2.48 3.11 0.13 0.00 imp:pre:2p;ind:pre:2p; -rapatrié rapatrier ver m s 2.48 3.11 0.33 0.81 par:pas; -rapatriée rapatrier ver f s 2.48 3.11 0.01 0.20 par:pas; -rapatriées rapatrier ver f p 2.48 3.11 0.01 0.14 par:pas; -rapatriés rapatrier ver m p 2.48 3.11 0.35 0.74 par:pas; -rapetassage rapetassage nom m s 0.00 0.14 0.00 0.07 -rapetassages rapetassage nom m p 0.00 0.14 0.00 0.07 -rapetasser rapetasser ver 0.00 0.61 0.00 0.14 inf; -rapetasseur rapetasseur nom m s 0.00 0.07 0.00 0.07 -rapetassions rapetasser ver 0.00 0.61 0.00 0.07 ind:imp:1p; -rapetassé rapetasser ver m s 0.00 0.61 0.00 0.20 par:pas; -rapetassées rapetasser ver f p 0.00 0.61 0.00 0.07 par:pas; -rapetassés rapetasser ver m p 0.00 0.61 0.00 0.14 par:pas; -rapetissaient rapetisser ver 0.76 4.86 0.00 0.27 ind:imp:3p; -rapetissais rapetisser ver 0.76 4.86 0.00 0.07 ind:imp:1s; -rapetissait rapetisser ver 0.76 4.86 0.03 1.08 ind:imp:3s; -rapetissant rapetisser ver 0.76 4.86 0.00 0.47 par:pre; -rapetisse rapetisser ver 0.76 4.86 0.26 0.54 ind:pre:1s;ind:pre:3s; -rapetissement rapetissement nom m s 0.01 0.27 0.01 0.27 -rapetissent rapetisser ver 0.76 4.86 0.04 0.47 ind:pre:3p; -rapetisser rapetisser ver 0.76 4.86 0.19 0.47 inf; -rapetissera rapetisser ver 0.76 4.86 0.00 0.07 ind:fut:3s; -rapetissez rapetisser ver 0.76 4.86 0.01 0.00 ind:pre:2p; -rapetissons rapetisser ver 0.76 4.86 0.01 0.07 ind:pre:1p; -rapetissèrent rapetisser ver 0.76 4.86 0.00 0.07 ind:pas:3p; -rapetissé rapetisser ver m s 0.76 4.86 0.20 0.61 par:pas; -rapetissée rapetisser ver f s 0.76 4.86 0.03 0.14 par:pas; -rapetissées rapetisser ver f p 0.76 4.86 0.00 0.27 par:pas; -rapetissés rapetisser ver m p 0.76 4.86 0.00 0.27 par:pas; -raphaélesque raphaélesque adj f s 0.00 0.07 0.00 0.07 -raphia raphia nom m s 0.16 1.28 0.16 1.28 -raphé raphé nom m s 0.00 0.07 0.00 0.07 -rapiat rapiat nom m s 0.20 0.14 0.05 0.07 -rapiater rapiater ver 0.00 0.07 0.00 0.07 inf; -rapiaterie rapiaterie nom f s 0.00 0.07 0.00 0.07 -rapiats rapiat nom m p 0.20 0.14 0.15 0.07 -rapide rapide adj s 48.73 71.82 42.28 53.99 -rapidement rapidement adv 26.49 62.64 26.49 62.64 -rapides rapide adj p 48.73 71.82 6.45 17.84 -rapidité rapidité nom f s 2.36 10.54 2.36 10.41 -rapidités rapidité nom f p 2.36 10.54 0.00 0.14 -rapidos rapidos adv 0.53 1.89 0.53 1.89 -rapin rapin nom m s 0.00 1.22 0.00 0.74 -rapine rapine nom f s 0.13 1.69 0.08 1.15 -rapinent rapiner ver 0.00 0.14 0.00 0.07 ind:pre:3p; -rapines rapine nom f p 0.13 1.69 0.05 0.54 -rapins rapin nom m p 0.00 1.22 0.00 0.47 -rapinés rapiner ver m p 0.00 0.14 0.00 0.07 par:pas; -rapière rapière nom f s 0.17 0.74 0.17 0.74 -rapiécer rapiécer ver 0.18 4.53 0.14 0.00 inf; -rapiécerait rapiécer ver 0.18 4.53 0.00 0.07 cnd:pre:3s; -rapiécé rapiécer ver m s 0.18 4.53 0.02 0.88 par:pas; -rapiécée rapiécer ver f s 0.18 4.53 0.02 1.62 par:pas; -rapiécées rapiécer ver f p 0.18 4.53 0.00 0.74 par:pas; -rapiécés rapiécer ver m p 0.18 4.53 0.00 1.22 par:pas; -rapiéçage rapiéçage nom m s 0.01 0.20 0.01 0.00 -rapiéçages rapiéçage nom m p 0.01 0.20 0.00 0.20 -raplapla raplapla adj 0.11 0.00 0.11 0.00 -rapointir rapointir ver 0.00 0.14 0.00 0.14 inf; -rappel rappel nom m s 4.24 10.34 3.77 8.31 -rappela rappeler ver 281.75 202.23 0.36 14.53 ind:pas:3s; -rappelai rappeler ver 281.75 202.23 0.04 5.14 ind:pas:1s; -rappelaient rappeler ver 281.75 202.23 0.37 7.50 ind:imp:3p; -rappelais rappeler ver 281.75 202.23 1.94 7.43 ind:imp:1s;ind:imp:2s; -rappelait rappeler ver 281.75 202.23 2.22 29.73 ind:imp:3s; -rappelant rappeler ver 281.75 202.23 0.54 6.69 par:pre; -rappeler rappeler ver 281.75 202.23 46.03 33.11 inf;; -rappelez rappeler ver 281.75 202.23 36.35 8.04 imp:pre:2p;ind:pre:2p; -rappeliez rappeler ver 281.75 202.23 0.46 0.34 ind:imp:2p; -rappelions rappeler ver 281.75 202.23 0.15 0.07 ind:imp:1p; -rappelle rappeler ver 281.75 202.23 117.92 57.70 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:1s;sub:pre:3s; -rappellent rappeler ver 281.75 202.23 2.79 3.45 ind:pre:3p; -rappellera rappeler ver 281.75 202.23 4.08 1.28 ind:fut:3s; -rappellerai rappeler ver 281.75 202.23 7.96 0.95 ind:fut:1s; -rappelleraient rappeler ver 281.75 202.23 0.05 0.14 cnd:pre:3p; -rappellerais rappeler ver 281.75 202.23 0.79 0.27 cnd:pre:1s;cnd:pre:2s; -rappellerait rappeler ver 281.75 202.23 0.36 1.42 cnd:pre:3s; -rappelleras rappeler ver 281.75 202.23 1.00 0.34 ind:fut:2s; -rappellerez rappeler ver 281.75 202.23 0.62 0.14 ind:fut:2p; -rappelleriez rappeler ver 281.75 202.23 0.19 0.07 cnd:pre:2p; -rappellerons rappeler ver 281.75 202.23 0.37 0.07 ind:fut:1p; -rappelleront rappeler ver 281.75 202.23 0.45 0.00 ind:fut:3p; -rappelles rappeler ver 281.75 202.23 37.34 8.38 ind:pre:1p;ind:pre:2s;sub:pre:2s; -rappelâmes rappeler ver 281.75 202.23 0.10 0.00 ind:pas:1p; -rappelons rappeler ver 281.75 202.23 1.90 0.41 imp:pre:1p;ind:pre:1p; -rappelât rappeler ver 281.75 202.23 0.00 0.47 sub:imp:3s; -rappels rappel nom m p 4.24 10.34 0.47 2.03 -rappelèrent rappeler ver 281.75 202.23 0.01 1.01 ind:pas:3p; -rappelé rappeler ver m s 281.75 202.23 14.60 11.49 par:pas; -rappelée rappeler ver f s 281.75 202.23 1.82 1.15 par:pas; -rappelés rappeler ver m p 281.75 202.23 0.94 0.95 par:pas; -rapper rapper ver 0.40 0.00 0.40 0.00 inf; -rappeur rappeur nom m s 1.01 0.00 0.65 0.00 -rappeurs rappeur nom m p 1.01 0.00 0.34 0.00 -rappeuse rappeur nom f s 1.01 0.00 0.02 0.00 -rappliqua rappliquer ver 4.22 5.74 0.00 0.20 ind:pas:3s; -rappliquaient rappliquer ver 4.22 5.74 0.01 0.41 ind:imp:3p; -rappliquais rappliquer ver 4.22 5.74 0.00 0.07 ind:imp:2s; -rappliquait rappliquer ver 4.22 5.74 0.00 0.47 ind:imp:3s; -rapplique rappliquer ver 4.22 5.74 1.38 0.74 imp:pre:2s;ind:pre:1s;ind:pre:3s; -rappliquent rappliquer ver 4.22 5.74 0.50 1.01 ind:pre:3p; -rappliquer rappliquer ver 4.22 5.74 1.31 1.76 inf; -rappliquera rappliquer ver 4.22 5.74 0.04 0.00 ind:fut:3s; -rappliquerais rappliquer ver 4.22 5.74 0.05 0.00 cnd:pre:1s;cnd:pre:2s; -rappliquerait rappliquer ver 4.22 5.74 0.01 0.00 cnd:pre:3s; -rappliqueriez rappliquer ver 4.22 5.74 0.00 0.07 cnd:pre:2p; -rappliqueront rappliquer ver 4.22 5.74 0.15 0.14 ind:fut:3p; -rappliques rappliquer ver 4.22 5.74 0.07 0.20 ind:pre:2s; -rappliquez rappliquer ver 4.22 5.74 0.28 0.14 imp:pre:2p;ind:pre:2p; -rappliquèrent rappliquer ver 4.22 5.74 0.00 0.07 ind:pas:3p; -rappliqué rappliquer ver m s 4.22 5.74 0.43 0.47 par:pas; -rapport rapport nom m s 140.08 130.95 115.57 87.23 -rapporta rapporter ver 56.99 62.43 0.43 3.45 ind:pas:3s; -rapportage rapportage nom m s 0.01 0.00 0.01 0.00 -rapportai rapporter ver 56.99 62.43 0.00 1.01 ind:pas:1s; -rapportaient rapporter ver 56.99 62.43 0.26 2.03 ind:imp:3p; -rapportais rapporter ver 56.99 62.43 0.35 0.95 ind:imp:1s;ind:imp:2s; -rapportait rapporter ver 56.99 62.43 1.12 7.64 ind:imp:3s; -rapportant rapporter ver 56.99 62.43 0.28 1.76 par:pre; -rapporte rapporter ver 56.99 62.43 21.03 10.74 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:1s;sub:pre:3s; -rapportent rapporter ver 56.99 62.43 1.98 2.03 ind:pre:3p; -rapporter rapporter ver 56.99 62.43 12.12 11.96 inf; -rapportera rapporter ver 56.99 62.43 2.13 0.68 ind:fut:3s; -rapporterai rapporter ver 56.99 62.43 1.94 0.54 ind:fut:1s; -rapporteraient rapporter ver 56.99 62.43 0.08 0.00 cnd:pre:3p; -rapporterais rapporter ver 56.99 62.43 0.09 0.00 cnd:pre:1s;cnd:pre:2s; -rapporterait rapporter ver 56.99 62.43 0.52 0.95 cnd:pre:3s; -rapporteras rapporter ver 56.99 62.43 0.40 0.27 ind:fut:2s; -rapporterez rapporter ver 56.99 62.43 0.46 0.27 ind:fut:2p; -rapporteriez rapporter ver 56.99 62.43 0.02 0.00 cnd:pre:2p; -rapporterons rapporter ver 56.99 62.43 0.03 0.00 ind:fut:1p; -rapporteront rapporter ver 56.99 62.43 0.11 0.07 ind:fut:3p; -rapportes rapporter ver 56.99 62.43 0.94 0.41 ind:pre:2s; -rapporteur rapporteur nom m s 0.55 0.61 0.10 0.41 -rapporteurs rapporteur nom m p 0.55 0.61 0.01 0.14 -rapporteuse rapporteur nom f s 0.55 0.61 0.43 0.07 -rapporteuses rapporteuse nom f p 0.03 0.00 0.03 0.00 -rapportez rapporter ver 56.99 62.43 2.19 0.47 imp:pre:2p;ind:pre:2p; -rapportiez rapporter ver 56.99 62.43 0.19 0.00 ind:imp:2p; -rapportions rapporter ver 56.99 62.43 0.01 0.14 ind:imp:1p; -rapportons rapporter ver 56.99 62.43 0.09 0.20 imp:pre:1p;ind:pre:1p; -rapportât rapporter ver 56.99 62.43 0.00 0.14 sub:imp:3s; -rapports rapport nom m p 140.08 130.95 24.51 43.72 -rapportèrent rapporter ver 56.99 62.43 0.02 0.34 ind:pas:3p; -rapporté rapporter ver m s 56.99 62.43 8.58 11.89 par:pas; -rapportée rapporter ver f s 56.99 62.43 1.00 1.69 par:pas; -rapportées rapporter ver f p 56.99 62.43 0.42 1.55 par:pas; -rapportés rapporter ver m p 56.99 62.43 0.21 1.28 par:pas; -rapprendre rapprendre ver 0.02 0.27 0.02 0.20 inf; -rappris rapprendre ver 0.02 0.27 0.00 0.07 ind:pas:2s; -rapprocha rapprocher ver 25.18 54.66 0.15 6.62 ind:pas:3s; -rapprochai rapprocher ver 25.18 54.66 0.01 0.34 ind:pas:1s; -rapprochaient rapprocher ver 25.18 54.66 0.30 3.65 ind:imp:3p; -rapprochais rapprocher ver 25.18 54.66 0.05 0.27 ind:imp:1s;ind:imp:2s; -rapprochait rapprocher ver 25.18 54.66 0.69 7.57 ind:imp:3s; -rapprochant rapprocher ver 25.18 54.66 0.50 2.70 par:pre; -rapproche rapprocher ver 25.18 54.66 9.74 8.11 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -rapprochement rapprochement nom m s 1.69 7.23 1.66 6.55 -rapprochements rapprochement nom m p 1.69 7.23 0.02 0.68 -rapprochent rapprocher ver 25.18 54.66 1.44 3.11 ind:pre:3p; -rapprocher rapprocher ver 25.18 54.66 6.53 9.93 inf; -rapprochera rapprocher ver 25.18 54.66 0.34 0.41 ind:fut:3s; -rapprocherais rapprocher ver 25.18 54.66 0.02 0.07 cnd:pre:1s;cnd:pre:2s; -rapprocherait rapprocher ver 25.18 54.66 0.14 0.41 cnd:pre:3s; -rapprocheront rapprocher ver 25.18 54.66 0.00 0.07 ind:fut:3p; -rapprocheur rapprocheur nom m s 0.00 0.14 0.00 0.14 -rapprochez rapprocher ver 25.18 54.66 2.65 0.34 imp:pre:2p;ind:pre:2p; -rapprochiez rapprocher ver 25.18 54.66 0.03 0.07 ind:imp:2p; -rapprochions rapprocher ver 25.18 54.66 0.01 0.14 ind:imp:1p; -rapprochons rapprocher ver 25.18 54.66 0.54 0.34 imp:pre:1p;ind:pre:1p; -rapprochât rapprocher ver 25.18 54.66 0.00 0.07 sub:imp:3s; -rapprochèrent rapprocher ver 25.18 54.66 0.04 1.96 ind:pas:3p; -rapproché rapprocher ver m s 25.18 54.66 0.86 3.51 par:pas; -rapprochée rapproché adj f s 1.70 3.72 0.78 0.41 -rapprochées rapproché adj f p 1.70 3.72 0.22 1.08 -rapprochés rapprocher ver m p 25.18 54.66 0.54 2.30 par:pas; -rappropriait rapproprier ver 0.00 0.07 0.00 0.07 ind:imp:3s; -rapsodie rapsodie nom f s 0.02 0.00 0.02 0.00 -rapt rapt nom m s 1.31 1.62 1.13 1.62 -rapts rapt nom m p 1.31 1.62 0.18 0.00 -raquaient raquer ver 0.93 2.36 0.00 0.14 ind:imp:3p; -raquait raquer ver 0.93 2.36 0.00 0.07 ind:imp:3s; -raque raquer ver 0.93 2.36 0.34 0.61 imp:pre:2s;ind:pre:1s;ind:pre:3s; -raquent raquer ver 0.93 2.36 0.04 0.07 ind:pre:3p; -raquer raquer ver 0.93 2.36 0.40 0.88 inf; -raques raquer ver 0.93 2.36 0.07 0.00 ind:pre:2s; -raquette raquette nom f s 2.05 3.51 1.77 1.69 -raquettes raquette nom f p 2.05 3.51 0.28 1.82 -raquez raquer ver 0.93 2.36 0.02 0.00 imp:pre:2p;ind:pre:2p; -raquons raquer ver 0.93 2.36 0.00 0.07 ind:pre:1p; -raqué raquer ver m s 0.93 2.36 0.05 0.41 par:pas; -raquée raquer ver f s 0.93 2.36 0.01 0.07 par:pas; -raquées raquer ver f p 0.93 2.36 0.00 0.07 par:pas; -rare rare adj s 33.27 87.23 22.58 37.23 -rarement rarement adv 14.05 31.62 14.05 31.62 -rares rare adj p 33.27 87.23 10.70 50.00 -rareté rareté nom f s 0.63 2.43 0.51 2.30 -raretés rareté nom f p 0.63 2.43 0.13 0.14 -rarissime rarissime adj s 0.54 1.96 0.38 1.35 -rarissimement rarissimement adv 0.00 0.07 0.00 0.07 -rarissimes rarissime adj p 0.54 1.96 0.16 0.61 -raréfaction raréfaction nom f s 0.01 0.27 0.01 0.27 -raréfia raréfier ver 0.35 1.89 0.00 0.14 ind:pas:3s; -raréfiaient raréfier ver 0.35 1.89 0.00 0.07 ind:imp:3p; -raréfiait raréfier ver 0.35 1.89 0.00 0.20 ind:imp:3s; -raréfiant raréfier ver 0.35 1.89 0.00 0.14 par:pre; -raréfie raréfier ver 0.35 1.89 0.06 0.00 ind:pre:3s; -raréfient raréfier ver 0.35 1.89 0.01 0.14 ind:pre:3p; -raréfier raréfier ver 0.35 1.89 0.10 0.27 inf; -raréfièrent raréfier ver 0.35 1.89 0.10 0.20 ind:pas:3p; -raréfié raréfier ver m s 0.35 1.89 0.06 0.34 par:pas; -raréfiée raréfié adj f s 0.06 0.34 0.04 0.07 -raréfiées raréfié adj f p 0.06 0.34 0.00 0.07 -raréfiés raréfier ver m p 0.35 1.89 0.00 0.20 par:pas; -ras_le_bol ras_le_bol nom m 1.62 0.47 1.62 0.47 -ras ras adj m 7.51 16.89 5.92 9.32 -rasa raser ver 28.54 43.78 0.06 1.49 ind:pas:3s; -rasade rasade nom f s 0.47 4.86 0.46 3.11 -rasades rasade nom f p 0.47 4.86 0.01 1.76 -rasage rasage nom m s 0.95 0.41 0.83 0.41 -rasages rasage nom m p 0.95 0.41 0.12 0.00 -rasai raser ver 28.54 43.78 0.00 0.07 ind:pas:1s; -rasaient raser ver 28.54 43.78 0.01 0.68 ind:imp:3p; -rasais raser ver 28.54 43.78 0.51 0.47 ind:imp:1s;ind:imp:2s; -rasait raser ver 28.54 43.78 0.44 2.77 ind:imp:3s; -rasant raser ver 28.54 43.78 0.64 3.92 par:pre; -rasante rasant adj f s 0.33 1.89 0.15 0.74 -rasantes rasant adj f p 0.33 1.89 0.01 0.07 -rasants rasant adj m p 0.33 1.89 0.00 0.07 -rascasse rascasse nom f s 0.41 0.41 0.40 0.00 -rascasses rascasse nom f p 0.41 0.41 0.01 0.41 -rase_mottes rase_mottes nom m 0.30 0.47 0.30 0.47 -rase_pet rase_pet nom m s 0.02 0.20 0.00 0.20 -rase_pet rase_pet nom m p 0.02 0.20 0.02 0.00 -rase raser ver 28.54 43.78 4.75 2.64 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:1s;sub:pre:3s; -rasent raser ver 28.54 43.78 0.50 0.68 ind:pre:3p; -raser raser ver 28.54 43.78 10.27 7.50 inf;; -rasera raser ver 28.54 43.78 0.32 0.14 ind:fut:3s; -raserai raser ver 28.54 43.78 0.55 0.14 ind:fut:1s; -raserais raser ver 28.54 43.78 0.08 0.07 cnd:pre:1s;cnd:pre:2s; -raserait raser ver 28.54 43.78 0.05 0.27 cnd:pre:3s; -raseras raser ver 28.54 43.78 0.02 0.14 ind:fut:2s; -raserez raser ver 28.54 43.78 0.01 0.00 ind:fut:2p; -raseront raser ver 28.54 43.78 0.16 0.00 ind:fut:3p; -rases raser ver 28.54 43.78 1.13 0.34 ind:pre:2s; -raseur raseur nom m s 0.65 1.15 0.46 0.47 -raseurs raseur nom m p 0.65 1.15 0.16 0.14 -raseuse raseur nom f s 0.65 1.15 0.03 0.47 -raseuses raseur nom f p 0.65 1.15 0.00 0.07 -rasez raser ver 28.54 43.78 0.64 0.20 imp:pre:2p;ind:pre:2p; -rash rash nom m s 0.03 0.07 0.03 0.07 -rasibus rasibus adv_sup 0.01 0.34 0.01 0.34 -rasiez raser ver 28.54 43.78 0.04 0.00 ind:imp:2p; -rasif rasif nom m s 0.00 0.54 0.00 0.47 -rasifs rasif nom m p 0.00 0.54 0.00 0.07 -rasoir rasoir nom m s 8.92 16.82 8.18 15.61 -rasoirs rasoir nom m p 8.92 16.82 0.74 1.22 -rasons raser ver 28.54 43.78 0.29 0.00 imp:pre:1p;ind:pre:1p; -rassasiaient rassasier ver 1.48 3.58 0.00 0.27 ind:imp:3p; -rassasiais rassasier ver 1.48 3.58 0.00 0.07 ind:imp:1s; -rassasiait rassasier ver 1.48 3.58 0.00 0.20 ind:imp:3s; -rassasiant rassasiant adj m s 0.01 0.07 0.01 0.00 -rassasiantes rassasiant adj f p 0.01 0.07 0.00 0.07 -rassasie rassasier ver 1.48 3.58 0.14 0.27 imp:pre:2s;ind:pre:1s;ind:pre:3s; -rassasient rassasier ver 1.48 3.58 0.02 0.00 ind:pre:3p; -rassasier rassasier ver 1.48 3.58 0.39 0.88 inf; -rassasieraient rassasier ver 1.48 3.58 0.00 0.07 cnd:pre:3p; -rassasiez rassasier ver 1.48 3.58 0.11 0.00 imp:pre:2p; -rassasiât rassasier ver 1.48 3.58 0.00 0.07 sub:imp:3s; -rassasié rassasier ver m s 1.48 3.58 0.50 1.08 par:pas; -rassasiée rassasier ver f s 1.48 3.58 0.18 0.41 par:pas; -rassasiées rassasié adj f p 0.53 1.35 0.01 0.07 -rassasiés rassasier ver m p 1.48 3.58 0.14 0.20 par:pas; -rasse rasse nom f s 0.00 0.07 0.00 0.07 -rassembla rassembler ver 25.99 52.70 0.14 2.97 ind:pas:3s; -rassemblai rassembler ver 25.99 52.70 0.01 0.54 ind:pas:1s; -rassemblaient rassembler ver 25.99 52.70 0.18 2.50 ind:imp:3p; -rassemblais rassembler ver 25.99 52.70 0.07 0.81 ind:imp:1s; -rassemblait rassembler ver 25.99 52.70 0.18 2.97 ind:imp:3s; -rassemblant rassembler ver 25.99 52.70 0.45 2.97 par:pre; -rassemble rassembler ver 25.99 52.70 5.75 5.14 imp:pre:2s;ind:pre:1s;ind:pre:3s; -rassemblement rassemblement nom m s 4.96 8.24 4.39 7.30 -rassemblements rassemblement nom m p 4.96 8.24 0.57 0.95 -rassemblent rassembler ver 25.99 52.70 1.59 1.35 ind:pre:3p; -rassembler rassembler ver 25.99 52.70 6.89 11.76 inf; -rassemblera rassembler ver 25.99 52.70 0.26 0.27 ind:fut:3s; -rassemblerai rassembler ver 25.99 52.70 0.05 0.07 ind:fut:1s; -rassembleraient rassembler ver 25.99 52.70 0.00 0.07 cnd:pre:3p; -rassemblerais rassembler ver 25.99 52.70 0.00 0.07 cnd:pre:1s; -rassemblerait rassembler ver 25.99 52.70 0.01 0.20 cnd:pre:3s; -rassembleras rassembler ver 25.99 52.70 0.14 0.00 ind:fut:2s; -rassemblerez rassembler ver 25.99 52.70 0.02 0.00 ind:fut:2p; -rassemblerons rassembler ver 25.99 52.70 0.05 0.00 ind:fut:1p; -rassembleront rassembler ver 25.99 52.70 0.10 0.14 ind:fut:3p; -rassembles rassembler ver 25.99 52.70 0.09 0.07 ind:pre:2s; -rassembleur rassembleur nom m s 0.00 0.14 0.00 0.14 -rassemblez rassembler ver 25.99 52.70 4.35 0.07 imp:pre:2p;ind:pre:2p; -rassemblons rassembler ver 25.99 52.70 1.06 0.00 imp:pre:1p;ind:pre:1p; -rassemblèrent rassembler ver 25.99 52.70 0.02 0.81 ind:pas:3p; -rassemblé rassembler ver m s 25.99 52.70 2.09 5.54 par:pas; -rassemblée rassembler ver f s 25.99 52.70 0.20 2.77 par:pas; -rassemblées rassembler ver f p 25.99 52.70 0.45 3.45 par:pas; -rassemblés rassembler ver m p 25.99 52.70 1.84 8.18 par:pas; -rasseoir rasseoir ver 1.97 14.05 0.52 2.91 inf; -rasseyaient rasseoir ver 1.97 14.05 0.00 0.07 ind:imp:3p; -rasseyais rasseoir ver 1.97 14.05 0.01 0.14 ind:imp:1s; -rasseyait rasseoir ver 1.97 14.05 0.00 0.41 ind:imp:3s; -rasseyant rasseoir ver 1.97 14.05 0.00 0.61 par:pre; -rasseyent rasseoir ver 1.97 14.05 0.00 0.07 ind:pre:3p; -rasseyez rasseoir ver 1.97 14.05 0.45 0.00 imp:pre:2p;ind:pre:2p; -rasseyons rasseoir ver 1.97 14.05 0.00 0.14 ind:pre:1p; -rassied rasseoir ver 1.97 14.05 0.01 0.74 ind:pre:3s; -rassieds rasseoir ver 1.97 14.05 0.22 0.00 imp:pre:2s;ind:pre:1s; -rassir rassir ver 0.01 0.00 0.01 0.00 inf; -rassirent rasseoir ver 1.97 14.05 0.00 0.14 ind:pas:3p; -rassis rasseoir ver m 1.97 14.05 0.47 3.24 ind:pas:1s;par:pas;par:pas; -rassise rasseoir ver f s 1.97 14.05 0.00 0.61 par:pas; -rassit rasseoir ver 1.97 14.05 0.01 4.12 ind:pas:3s; -rassoie rasseoir ver 1.97 14.05 0.01 0.00 sub:pre:3s; -rassoient rasseoir ver 1.97 14.05 0.00 0.07 ind:pre:3p; -rassoies rasseoir ver 1.97 14.05 0.01 0.00 sub:pre:2s; -rassois rasseoir ver 1.97 14.05 0.01 0.20 ind:pre:1s; -rassoit rasseoir ver 1.97 14.05 0.25 0.54 ind:pre:3s; -rassortiment rassortiment nom m s 0.00 0.07 0.00 0.07 -rassortir rassortir ver 0.01 0.07 0.01 0.07 inf; -rassoté rassoter ver m s 0.00 0.07 0.00 0.07 par:pas; -rassoyait rasseoir ver 1.97 14.05 0.00 0.07 ind:imp:3s; -rassura rassurer ver 29.25 68.04 0.00 3.65 ind:pas:3s; -rassurai rassurer ver 29.25 68.04 0.01 0.88 ind:pas:1s; -rassuraient rassurer ver 29.25 68.04 0.01 1.42 ind:imp:3p; -rassurais rassurer ver 29.25 68.04 0.00 0.41 ind:imp:1s; -rassurait rassurer ver 29.25 68.04 0.46 5.07 ind:imp:3s; -rassurant rassurant adj m s 3.16 16.69 2.81 7.64 -rassurante rassurant adj f s 3.16 16.69 0.21 5.34 -rassurantes rassurant adj f p 3.16 16.69 0.09 2.50 -rassurants rassurant adj m p 3.16 16.69 0.05 1.22 -rassure rassurer ver 29.25 68.04 9.62 9.66 imp:pre:2s;ind:pre:1s;ind:pre:3s; -rassurement rassurement nom m s 0.00 0.07 0.00 0.07 -rassurent rassurer ver 29.25 68.04 0.42 0.54 ind:pre:3p; -rassurer rassurer ver 29.25 68.04 6.06 17.57 inf; -rassurera rassurer ver 29.25 68.04 0.34 0.20 ind:fut:3s; -rassurerait rassurer ver 29.25 68.04 0.34 0.54 cnd:pre:3s; -rassureront rassurer ver 29.25 68.04 0.14 0.07 ind:fut:3p; -rassures rassurer ver 29.25 68.04 0.58 0.14 ind:pre:2s; -rassurez rassurer ver 29.25 68.04 5.42 3.51 imp:pre:2p;ind:pre:2p; -rassuriez rassurer ver 29.25 68.04 0.00 0.07 ind:imp:2p; -rassurâmes rassurer ver 29.25 68.04 0.00 0.07 ind:pas:1p; -rassurons rassurer ver 29.25 68.04 0.02 0.20 imp:pre:1p;ind:pre:1p; -rassurât rassurer ver 29.25 68.04 0.00 0.14 sub:imp:3s; -rassérène rasséréner ver 0.02 4.39 0.00 0.41 ind:pre:1s;ind:pre:3s; -rassurèrent rassurer ver 29.25 68.04 0.00 0.34 ind:pas:3p; -rassuré rassurer ver m s 29.25 68.04 2.56 12.50 par:pas; -rassurée rassurer ver f s 29.25 68.04 2.44 5.88 par:pas; -rassurées rassurer ver f p 29.25 68.04 0.19 0.27 par:pas; -rasséréna rasséréner ver 0.02 4.39 0.00 0.54 ind:pas:3s; -rassérénai rasséréner ver 0.02 4.39 0.00 0.27 ind:pas:1s; -rassérénait rasséréner ver 0.02 4.39 0.01 0.34 ind:imp:3s; -rassérénant rasséréner ver 0.02 4.39 0.00 0.07 par:pre; -rasséréner rasséréner ver 0.02 4.39 0.00 0.20 inf; -rassérénera rasséréner ver 0.02 4.39 0.00 0.07 ind:fut:3s; -rasséréné rasséréner ver m s 0.02 4.39 0.00 1.82 par:pas; -rassérénée rasséréner ver f s 0.02 4.39 0.00 0.54 par:pas; -rassérénées rasséréner ver f p 0.02 4.39 0.00 0.07 par:pas; -rassérénés rasséréner ver m p 0.02 4.39 0.01 0.07 par:pas; -rassurés rassurer ver m p 29.25 68.04 0.55 2.64 par:pas; -rasta rasta nom m s 0.43 0.34 0.32 0.20 -rastafari rastafari adj m s 0.03 0.00 0.03 0.00 -rastafari rastafari nom m s 0.03 0.00 0.03 0.00 -rastaquouère rastaquouère nom m s 0.05 0.41 0.01 0.20 -rastaquouères rastaquouère nom m p 0.05 0.41 0.04 0.20 -rastas rasta nom m p 0.43 0.34 0.12 0.14 -rasèrent raser ver 28.54 43.78 0.00 0.14 ind:pas:3p; -rasé raser ver m s 28.54 43.78 5.35 13.92 par:pas; -rasée raser ver f s 28.54 43.78 1.83 3.51 par:pas; -rasées raser ver f p 28.54 43.78 0.16 1.82 par:pas; -rasés raser ver m p 28.54 43.78 0.76 2.91 par:pas; -rat_de_cave rat_de_cave nom m s 0.00 0.07 0.00 0.07 -rat rat nom m s 45.60 37.64 24.21 20.81 -rata rata nom m s 0.53 0.27 0.53 0.27 -ratafia ratafia nom m s 0.02 0.54 0.02 0.54 -ratage ratage nom m s 0.63 1.01 0.16 0.68 -ratages ratage nom m p 0.63 1.01 0.47 0.34 -ratai rater ver 80.45 22.70 0.00 0.27 ind:pas:1s; -rataient rater ver 80.45 22.70 0.03 0.14 ind:imp:3p; -ratais rater ver 80.45 22.70 0.31 0.34 ind:imp:1s;ind:imp:2s; -ratait rater ver 80.45 22.70 0.23 1.22 ind:imp:3s; -ratant rater ver 80.45 22.70 0.09 0.07 par:pre; -rataplan rataplan ono 0.00 0.07 0.00 0.07 -ratatinai ratatiner ver 0.69 3.65 0.00 0.07 ind:pas:1s; -ratatinaient ratatiner ver 0.69 3.65 0.00 0.14 ind:imp:3p; -ratatinais ratatiner ver 0.69 3.65 0.01 0.00 ind:imp:1s; -ratatinait ratatiner ver 0.69 3.65 0.00 0.47 ind:imp:3s; -ratatine ratatiner ver 0.69 3.65 0.13 0.27 imp:pre:2s;ind:pre:1s;ind:pre:3s; -ratatinent ratatiner ver 0.69 3.65 0.01 0.00 ind:pre:3p; -ratatiner ratatiner ver 0.69 3.65 0.21 0.54 inf; -ratatinerait ratatiner ver 0.69 3.65 0.01 0.07 cnd:pre:3s; -ratatineront ratatiner ver 0.69 3.65 0.01 0.07 ind:fut:3p; -ratatiné ratatiner ver m s 0.69 3.65 0.24 1.08 par:pas; -ratatinée ratatiner ver f s 0.69 3.65 0.04 0.61 par:pas; -ratatinées ratatiné adj f p 0.40 2.09 0.11 0.27 -ratatinés ratatiner ver m p 0.69 3.65 0.03 0.27 par:pas; -ratatouille ratatouille nom f s 0.54 0.74 0.54 0.61 -ratatouilles ratatouille nom f p 0.54 0.74 0.00 0.14 -rate rater ver 80.45 22.70 8.32 2.91 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:1s; -ratent rater ver 80.45 22.70 0.54 0.61 ind:pre:3p; -rater rater ver 80.45 22.70 24.71 6.28 inf; -ratera rater ver 80.45 22.70 0.42 0.00 ind:fut:3s; -raterai rater ver 80.45 22.70 0.64 0.00 ind:fut:1s; -raterais rater ver 80.45 22.70 0.63 0.14 cnd:pre:1s;cnd:pre:2s; -raterait rater ver 80.45 22.70 0.40 0.07 cnd:pre:3s; -rateras rater ver 80.45 22.70 0.21 0.07 ind:fut:2s; -raterez rater ver 80.45 22.70 0.34 0.00 ind:fut:2p; -rateriez rater ver 80.45 22.70 0.03 0.00 cnd:pre:2p; -raterons rater ver 80.45 22.70 0.14 0.00 ind:fut:1p; -rateront rater ver 80.45 22.70 0.27 0.07 ind:fut:3p; -rates rater ver 80.45 22.70 3.75 0.27 ind:pre:2s;sub:pre:2s; -ratez rater ver 80.45 22.70 2.10 0.14 imp:pre:2p;ind:pre:2p; -ratiboisaient ratiboiser ver 0.09 0.81 0.00 0.07 ind:imp:3p; -ratiboisait ratiboiser ver 0.09 0.81 0.00 0.14 ind:imp:3s; -ratiboiser ratiboiser ver 0.09 0.81 0.06 0.07 inf; -ratiboises ratiboiser ver 0.09 0.81 0.00 0.07 ind:pre:2s; -ratiboisé ratiboiser ver m s 0.09 0.81 0.01 0.47 par:pas; -ratiboisés ratiboiser ver m p 0.09 0.81 0.02 0.00 par:pas; -ratiche ratiche nom f s 0.04 1.76 0.00 0.47 -ratiches ratiche nom f p 0.04 1.76 0.04 1.28 -ratichon ratichon nom m s 0.00 0.61 0.00 0.41 -ratichons ratichon nom m p 0.00 0.61 0.00 0.20 -raticide raticide nom m s 0.04 0.00 0.04 0.00 -ratier ratier nom m s 0.00 0.88 0.00 0.88 -ratiez rater ver 80.45 22.70 0.20 0.07 ind:imp:2p;sub:pre:2p; -ratifia ratifier ver 0.80 1.22 0.00 0.07 ind:pas:3s; -ratifiant ratifier ver 0.80 1.22 0.00 0.07 par:pre; -ratification ratification nom f s 0.28 1.08 0.28 1.08 -ratifie ratifier ver 0.80 1.22 0.04 0.07 ind:pre:3s; -ratifient ratifier ver 0.80 1.22 0.00 0.07 ind:pre:3p; -ratifier ratifier ver 0.80 1.22 0.30 0.27 inf; -ratifieront ratifier ver 0.80 1.22 0.02 0.00 ind:fut:3p; -ratifié ratifier ver m s 0.80 1.22 0.34 0.27 par:pas; -ratifiée ratifier ver f s 0.80 1.22 0.10 0.27 par:pas; -ratifiés ratifier ver m p 0.80 1.22 0.00 0.14 par:pas; -ratine ratine nom f s 0.00 0.47 0.00 0.47 -ratio ratio nom m s 0.40 0.00 0.40 0.00 -ratiocinait ratiociner ver 0.00 0.14 0.00 0.07 ind:imp:3s; -ratiocinant ratiociner ver 0.00 0.14 0.00 0.07 par:pre; -ratiocination ratiocination nom f s 0.02 0.54 0.02 0.00 -ratiocinations ratiocination nom f p 0.02 0.54 0.00 0.54 -ratiocineur ratiocineur nom m s 0.01 0.14 0.01 0.14 -ration ration nom f s 3.54 8.18 2.24 5.95 -rational rational nom m s 0.02 0.00 0.02 0.00 -rationalisation rationalisation nom f s 0.08 0.20 0.08 0.20 -rationalise rationaliser ver 0.58 0.00 0.22 0.00 ind:pre:1s;ind:pre:3s; -rationaliser rationaliser ver 0.58 0.00 0.34 0.00 inf; -rationalisez rationaliser ver 0.58 0.00 0.01 0.00 ind:pre:2p; -rationalisme rationalisme nom m s 0.34 0.41 0.34 0.41 -rationaliste rationaliste nom s 0.14 0.27 0.14 0.20 -rationalistes rationaliste adj f p 0.01 0.47 0.00 0.07 -rationalisé rationaliser ver m s 0.58 0.00 0.01 0.00 par:pas; -rationalisée rationalisé adj f s 0.01 0.20 0.01 0.20 -rationalité rationalité nom f s 0.11 0.27 0.11 0.27 -rationne rationner ver 0.66 1.01 0.06 0.07 ind:pre:1s;ind:pre:3s; -rationnel rationnel adj m s 3.50 3.04 1.26 1.08 -rationnelle rationnel adj f s 3.50 3.04 1.73 1.42 -rationnellement rationnellement adv 0.41 0.41 0.41 0.41 -rationnelles rationnel adj f p 3.50 3.04 0.14 0.34 -rationnels rationnel adj m p 3.50 3.04 0.35 0.20 -rationnement rationnement nom m s 1.12 1.55 1.12 1.55 -rationner rationner ver 0.66 1.01 0.19 0.20 inf; -rationnez rationner ver 0.66 1.01 0.01 0.00 ind:pre:2p; -rationné rationner ver m s 0.66 1.01 0.20 0.41 par:pas; -rationnée rationner ver f s 0.66 1.01 0.02 0.14 par:pas; -rationnées rationner ver f p 0.66 1.01 0.02 0.00 par:pas; -rationnés rationner ver m p 0.66 1.01 0.17 0.20 par:pas; -rations ration nom f p 3.54 8.18 1.30 2.23 -ratissa ratisser ver 3.45 5.27 0.00 0.20 ind:pas:3s; -ratissage ratissage nom m s 0.40 0.20 0.40 0.20 -ratissaient ratisser ver 3.45 5.27 0.01 0.20 ind:imp:3p; -ratissais ratisser ver 3.45 5.27 0.01 0.07 ind:imp:1s; -ratissait ratisser ver 3.45 5.27 0.03 0.47 ind:imp:3s; -ratissant ratisser ver 3.45 5.27 0.01 0.27 par:pre; -ratisse ratisser ver 3.45 5.27 0.81 0.54 imp:pre:2s;ind:pre:1s;ind:pre:3s; -ratissent ratisser ver 3.45 5.27 0.58 0.00 ind:pre:3p; -ratisser ratisser ver 3.45 5.27 1.13 1.28 inf; -ratisserai ratisser ver 3.45 5.27 0.01 0.00 ind:fut:1s; -ratisseront ratisser ver 3.45 5.27 0.02 0.00 ind:fut:3p; -ratisseur ratisseur adj m s 0.00 0.07 0.00 0.07 -ratissez ratisser ver 3.45 5.27 0.27 0.00 imp:pre:2p; -ratissons ratisser ver 3.45 5.27 0.13 0.00 imp:pre:1p;ind:pre:1p; -ratissé ratisser ver m s 3.45 5.27 0.40 1.49 par:pas; -ratissée ratisser ver f s 3.45 5.27 0.01 0.41 par:pas; -ratissées ratisser ver f p 3.45 5.27 0.00 0.27 par:pas; -ratissés ratisser ver m p 3.45 5.27 0.01 0.07 par:pas; -ratite ratite nom m s 0.05 0.00 0.03 0.00 -ratites ratite nom m p 0.05 0.00 0.02 0.00 -ratière ratière nom f s 0.12 1.49 0.12 1.42 -ratières ratière nom f p 0.12 1.49 0.00 0.07 -raton raton nom m s 1.70 5.41 1.37 3.11 -ratonnade ratonnade nom f s 0.01 0.34 0.00 0.14 -ratonnades ratonnade nom f p 0.01 0.34 0.01 0.20 -ratonnent ratonner ver 0.00 0.20 0.00 0.07 ind:pre:3p; -ratonner ratonner ver 0.00 0.20 0.00 0.14 inf; -ratons raton nom m p 1.70 5.41 0.33 2.30 -rats rat nom m p 45.60 37.64 21.39 16.82 -rattacha rattacher ver 2.13 12.03 0.00 0.07 ind:pas:3s; -rattachaient rattacher ver 2.13 12.03 0.00 0.68 ind:imp:3p; -rattachais rattacher ver 2.13 12.03 0.00 0.14 ind:imp:1s; -rattachait rattacher ver 2.13 12.03 0.05 2.43 ind:imp:3s; -rattachant rattacher ver 2.13 12.03 0.11 0.27 par:pre; -rattache rattacher ver 2.13 12.03 0.70 1.08 imp:pre:2s;ind:pre:3s; -rattachement rattachement nom m s 0.13 0.68 0.13 0.68 -rattachent rattacher ver 2.13 12.03 0.07 0.68 ind:pre:3p; -rattacher rattacher ver 2.13 12.03 0.37 2.30 inf;; -rattachera rattacher ver 2.13 12.03 0.03 0.07 ind:fut:3s; -rattacherait rattacher ver 2.13 12.03 0.00 0.07 cnd:pre:3s; -rattachez rattacher ver 2.13 12.03 0.03 0.07 imp:pre:2p;ind:pre:2p; -rattachions rattacher ver 2.13 12.03 0.00 0.07 ind:imp:1p; -rattachons rattacher ver 2.13 12.03 0.00 0.07 ind:pre:1p; -rattachât rattacher ver 2.13 12.03 0.00 0.07 sub:imp:3s; -rattaché rattacher ver m s 2.13 12.03 0.45 1.35 par:pas; -rattachée rattacher ver f s 2.13 12.03 0.08 1.08 par:pas; -rattachées rattacher ver f p 2.13 12.03 0.06 0.34 par:pas; -rattachés rattacher ver m p 2.13 12.03 0.17 1.22 par:pas; -ratte ratte nom f s 0.01 0.00 0.01 0.00 -ratèrent rater ver 80.45 22.70 0.00 0.14 ind:pas:3p; -rattrapa rattraper ver 38.32 39.39 0.05 3.99 ind:pas:3s; -rattrapage rattrapage nom m s 0.88 0.68 0.84 0.61 -rattrapages rattrapage nom m p 0.88 0.68 0.04 0.07 -rattrapai rattraper ver 38.32 39.39 0.00 0.41 ind:pas:1s; -rattrapaient rattraper ver 38.32 39.39 0.03 0.34 ind:imp:3p; -rattrapais rattraper ver 38.32 39.39 0.06 0.41 ind:imp:1s; -rattrapait rattraper ver 38.32 39.39 0.19 1.82 ind:imp:3s; -rattrapant rattraper ver 38.32 39.39 0.05 1.42 par:pre; -rattrape rattraper ver 38.32 39.39 7.35 4.32 imp:pre:2s;ind:pre:1s;ind:pre:3s; -rattrapent rattraper ver 38.32 39.39 0.91 0.47 ind:pre:3p; -rattraper rattraper ver 38.32 39.39 16.35 16.49 inf; -rattrapera rattraper ver 38.32 39.39 1.67 0.54 ind:fut:3s; -rattraperai rattraper ver 38.32 39.39 1.41 0.34 ind:fut:1s; -rattraperaient rattraper ver 38.32 39.39 0.04 0.00 cnd:pre:3p; -rattraperais rattraper ver 38.32 39.39 0.23 0.20 cnd:pre:1s;cnd:pre:2s; -rattraperait rattraper ver 38.32 39.39 0.15 0.54 cnd:pre:3s; -rattraperas rattraper ver 38.32 39.39 0.53 0.27 ind:fut:2s; -rattraperez rattraper ver 38.32 39.39 0.34 0.14 ind:fut:2p; -rattraperons rattraper ver 38.32 39.39 0.42 0.14 ind:fut:1p; -rattraperont rattraper ver 38.32 39.39 0.50 0.07 ind:fut:3p; -rattrapes rattraper ver 38.32 39.39 0.37 0.07 ind:pre:2s; -rattrapez rattraper ver 38.32 39.39 3.11 0.07 imp:pre:2p;ind:pre:2p; -rattrapiez rattraper ver 38.32 39.39 0.01 0.00 ind:imp:2p; -rattrapions rattraper ver 38.32 39.39 0.00 0.41 ind:imp:1p; -rattrapons rattraper ver 38.32 39.39 0.82 0.07 imp:pre:1p;ind:pre:1p; -rattrapât rattraper ver 38.32 39.39 0.00 0.07 sub:imp:3s; -rattrapèrent rattraper ver 38.32 39.39 0.02 0.41 ind:pas:3p; -rattrapé rattraper ver m s 38.32 39.39 2.30 3.85 par:pas; -rattrapée rattraper ver f s 38.32 39.39 0.92 1.55 par:pas; -rattrapées rattraper ver f p 38.32 39.39 0.00 0.27 par:pas; -rattrapés rattraper ver m p 38.32 39.39 0.49 0.74 par:pas; -raté rater ver m s 80.45 22.70 34.33 7.70 par:pas; -ratée rater ver f s 80.45 22.70 1.59 1.08 par:pas; -ratées raté adj f p 4.52 4.05 0.44 0.34 -ratura raturer ver 0.04 2.09 0.00 0.14 ind:pas:3s; -raturai raturer ver 0.04 2.09 0.00 0.07 ind:pas:1s; -raturais raturer ver 0.04 2.09 0.00 0.07 ind:imp:1s; -raturait raturer ver 0.04 2.09 0.00 0.14 ind:imp:3s; -rature raturer ver 0.04 2.09 0.02 0.07 ind:pre:3s; -raturer raturer ver 0.04 2.09 0.00 0.41 inf; -ratures rature nom f p 0.13 1.96 0.11 1.49 -raturé raturer ver m s 0.04 2.09 0.02 0.54 par:pas; -raturée raturer ver f s 0.04 2.09 0.00 0.41 par:pas; -raturées raturer ver f p 0.04 2.09 0.00 0.14 par:pas; -raturés raturer ver m p 0.04 2.09 0.00 0.14 par:pas; -ratés raté nom m p 8.45 4.93 1.27 1.96 -raucité raucité nom f s 0.00 0.61 0.00 0.61 -rauqua rauquer ver 0.00 0.20 0.00 0.07 ind:pas:3s; -rauque rauque adj s 0.44 18.85 0.30 14.80 -rauquement rauquement nom m s 0.00 0.20 0.00 0.20 -rauques rauque adj p 0.44 18.85 0.14 4.05 -ravage ravager ver 3.65 9.26 0.34 0.54 ind:pre:3s; -ravagea ravager ver 3.65 9.26 0.14 0.34 ind:pas:3s; -ravageaient ravager ver 3.65 9.26 0.16 0.68 ind:imp:3p; -ravageais ravager ver 3.65 9.26 0.01 0.00 ind:imp:2s; -ravageait ravager ver 3.65 9.26 0.02 1.22 ind:imp:3s; -ravageant ravageant adj m s 0.05 0.27 0.05 0.20 -ravageante ravageant adj f s 0.05 0.27 0.00 0.07 -ravagent ravager ver 3.65 9.26 0.76 0.41 ind:pre:3p; -ravager ravager ver 3.65 9.26 0.28 1.22 inf; -ravagera ravager ver 3.65 9.26 0.02 0.00 ind:fut:3s; -ravagerai ravager ver 3.65 9.26 0.00 0.07 ind:fut:1s; -ravageraient ravager ver 3.65 9.26 0.00 0.07 cnd:pre:3p; -ravages ravage nom m p 2.16 5.54 2.04 5.14 -ravageur ravageur adj m s 0.12 1.42 0.07 1.01 -ravageurs ravageur adj m p 0.12 1.42 0.02 0.14 -ravageuse ravageuse nom f s 0.03 0.00 0.03 0.00 -ravageuses ravageur adj f p 0.12 1.42 0.01 0.00 -ravagez ravager ver 3.65 9.26 0.14 0.00 ind:pre:2p; -ravagèrent ravager ver 3.65 9.26 0.00 0.14 ind:pas:3p; -ravagé ravager ver m s 3.65 9.26 1.03 2.64 par:pas; -ravagée ravager ver f s 3.65 9.26 0.21 0.74 par:pas; -ravagées ravager ver f p 3.65 9.26 0.06 0.27 par:pas; -ravagés ravager ver m p 3.65 9.26 0.36 0.95 par:pas; -raval raval nom m s 0.20 0.00 0.20 0.00 -ravala ravaler ver 1.42 8.99 0.00 0.88 ind:pas:3s; -ravalai ravaler ver 1.42 8.99 0.01 0.20 ind:pas:1s; -ravalaient ravaler ver 1.42 8.99 0.00 0.14 ind:imp:3p; -ravalais ravaler ver 1.42 8.99 0.00 0.14 ind:imp:1s; -ravalait ravaler ver 1.42 8.99 0.00 0.81 ind:imp:3s; -ravalant ravaler ver 1.42 8.99 0.11 0.95 par:pre; -ravale ravaler ver 1.42 8.99 0.46 1.35 imp:pre:2s;ind:pre:1s;ind:pre:3s; -ravalement ravalement nom m s 0.19 0.41 0.19 0.41 -ravalent ravaler ver 1.42 8.99 0.10 0.14 ind:pre:3p; -ravaler ravaler ver 1.42 8.99 0.47 2.09 inf; -ravalera ravaler ver 1.42 8.99 0.01 0.00 ind:fut:3s; -ravaleront ravaler ver 1.42 8.99 0.00 0.07 ind:fut:3p; -ravales ravaler ver 1.42 8.99 0.04 0.07 ind:pre:2s; -ravaleur ravaleur nom m s 0.00 0.07 0.00 0.07 -ravalez ravaler ver 1.42 8.99 0.01 0.00 imp:pre:2p; -ravalons ravaler ver 1.42 8.99 0.02 0.00 imp:pre:1p; -ravalât ravaler ver 1.42 8.99 0.00 0.07 sub:imp:3s; -ravalé ravaler ver m s 1.42 8.99 0.07 1.01 par:pas; -ravalée ravaler ver f s 1.42 8.99 0.02 0.34 par:pas; -ravalées ravaler ver f p 1.42 8.99 0.10 0.34 par:pas; -ravalés ravaler ver m p 1.42 8.99 0.00 0.41 par:pas; -ravaudage ravaudage nom m s 0.01 0.20 0.01 0.20 -ravaudait ravauder ver 0.00 1.08 0.00 0.34 ind:imp:3s; -ravaudant ravauder ver 0.00 1.08 0.00 0.14 par:pre; -ravaude ravauder ver 0.00 1.08 0.00 0.14 ind:pre:3s; -ravauder ravauder ver 0.00 1.08 0.00 0.27 inf; -ravaudé ravauder ver m s 0.00 1.08 0.00 0.07 par:pas; -ravaudées ravauder ver f p 0.00 1.08 0.00 0.07 par:pas; -ravaudés ravauder ver m p 0.00 1.08 0.00 0.07 par:pas; -rave rave nom f s 1.57 1.01 1.27 0.00 -ravenelles ravenelle nom f p 0.00 0.14 0.00 0.14 -ravennate ravennate adj s 0.00 0.07 0.00 0.07 -raves rave nom f p 1.57 1.01 0.30 1.01 -ravi ravir ver m s 72.67 27.91 40.64 11.42 par:pas; -ravie ravir ver f s 72.67 27.91 23.25 5.20 par:pas; -ravier ravier nom m s 0.00 1.01 0.00 0.61 -raviers ravier nom m p 0.00 1.01 0.00 0.41 -ravies ravir ver f p 72.67 27.91 0.82 0.47 par:pas; -ravigotait ravigoter ver 0.02 0.07 0.00 0.07 ind:imp:3s; -ravigotant ravigotant adj m s 0.02 0.14 0.02 0.07 -ravigotants ravigotant adj m p 0.02 0.14 0.00 0.07 -ravigote ravigote nom f s 0.00 0.14 0.00 0.14 -ravigoter ravigoter ver 0.02 0.07 0.02 0.00 inf; -ravin ravin nom m s 4.93 11.35 4.30 9.12 -ravina raviner ver 0.08 2.57 0.04 0.07 ind:pas:3s; -ravinaient raviner ver 0.08 2.57 0.00 0.14 ind:imp:3p; -ravinant raviner ver 0.08 2.57 0.00 0.14 par:pre; -ravine ravine nom f s 0.30 0.95 0.25 0.54 -ravinement ravinement nom m s 0.00 0.14 0.00 0.07 -ravinements ravinement nom m p 0.00 0.14 0.00 0.07 -ravinent raviner ver 0.08 2.57 0.00 0.07 ind:pre:3p; -raviner raviner ver 0.08 2.57 0.00 0.14 inf; -ravines ravine nom f p 0.30 0.95 0.05 0.41 -ravins ravin nom m p 4.93 11.35 0.63 2.23 -raviné raviner ver m s 0.08 2.57 0.00 0.61 par:pas; -ravinée raviner ver f s 0.08 2.57 0.01 0.54 par:pas; -ravinées raviner ver f p 0.08 2.57 0.01 0.27 par:pas; -ravinés raviner ver m p 0.08 2.57 0.01 0.54 par:pas; -ravioli ravioli nom m 2.71 1.22 0.95 0.88 -raviolis ravioli nom m p 2.71 1.22 1.76 0.34 -ravir ravir ver 72.67 27.91 2.08 3.45 inf; -ravirait ravir ver 72.67 27.91 0.13 0.20 cnd:pre:3s; -ravirent ravir ver 72.67 27.91 0.00 0.20 ind:pas:3p; -raviront ravir ver 72.67 27.91 0.11 0.00 ind:fut:3p; -ravis ravir ver m p 72.67 27.91 3.81 2.50 imp:pre:2s;par:pas; -ravisa raviser ver 0.99 5.95 0.02 2.57 ind:pas:3s; -ravisais raviser ver 0.99 5.95 0.04 0.00 ind:imp:1s;ind:imp:2s; -ravisait raviser ver 0.99 5.95 0.02 0.34 ind:imp:3s; -ravisant raviser ver 0.99 5.95 0.10 1.08 par:pre; -ravise raviser ver 0.99 5.95 0.22 0.81 ind:pre:1s;ind:pre:3s; -ravisent raviser ver 0.99 5.95 0.02 0.00 ind:pre:3p; -raviser raviser ver 0.99 5.95 0.07 0.61 inf; -ravisera raviser ver 0.99 5.95 0.03 0.00 ind:fut:3s; -raviserais raviser ver 0.99 5.95 0.04 0.00 cnd:pre:2s; -ravises raviser ver 0.99 5.95 0.02 0.00 ind:pre:2s; -ravisez raviser ver 0.99 5.95 0.02 0.00 imp:pre:2p;ind:pre:2p; -ravissaient ravir ver 72.67 27.91 0.02 0.34 ind:imp:3p; -ravissait ravir ver 72.67 27.91 0.02 2.43 ind:imp:3s; -ravissant ravissant adj m s 15.85 13.51 4.62 4.59 -ravissante ravissant adj f s 15.85 13.51 9.22 5.88 -ravissantes ravissant adj f p 15.85 13.51 1.47 1.62 -ravissants ravissant adj m p 15.85 13.51 0.54 1.42 -ravisse ravir ver 72.67 27.91 0.27 0.00 sub:pre:3s; -ravissement ravissement nom m s 1.34 6.55 1.34 6.49 -ravissements ravissement nom m p 1.34 6.55 0.00 0.07 -ravissent ravir ver 72.67 27.91 0.11 0.54 ind:pre:3p; -ravisseur ravisseur nom m s 5.75 1.69 2.21 1.01 -ravisseurs ravisseur nom m p 5.75 1.69 3.52 0.68 -ravisseuse ravisseur nom f s 5.75 1.69 0.03 0.00 -ravisé raviser ver m s 0.99 5.95 0.32 0.34 par:pas; -ravisée raviser ver f s 0.99 5.95 0.07 0.20 par:pas; -ravit ravir ver 72.67 27.91 1.15 1.01 ind:pre:3s;ind:pas:3s; -ravitaillaient ravitailler ver 1.49 3.85 0.00 0.34 ind:imp:3p; -ravitaillait ravitailler ver 1.49 3.85 0.00 0.27 ind:imp:3s; -ravitaille ravitailler ver 1.49 3.85 0.36 0.34 imp:pre:2s;ind:pre:3s; -ravitaillement ravitaillement nom m s 2.83 12.57 2.66 11.42 -ravitaillements ravitaillement nom m p 2.83 12.57 0.17 1.15 -ravitaillent ravitailler ver 1.49 3.85 0.05 0.14 ind:pre:3p; -ravitailler ravitailler ver 1.49 3.85 0.82 1.69 inf; -ravitaillera ravitailler ver 1.49 3.85 0.05 0.00 ind:fut:3s; -ravitaillerait ravitailler ver 1.49 3.85 0.01 0.14 cnd:pre:3s; -ravitailleras ravitailler ver 1.49 3.85 0.00 0.07 ind:fut:2s; -ravitaillerez ravitailler ver 1.49 3.85 0.01 0.00 ind:fut:2p; -ravitailleur ravitailleur nom m s 0.85 0.20 0.75 0.14 -ravitailleurs ravitailleur nom m p 0.85 0.20 0.09 0.07 -ravitailleuse ravitailleur nom f s 0.85 0.20 0.01 0.00 -ravitaillons ravitailler ver 1.49 3.85 0.01 0.00 ind:pre:1p; -ravitaillé ravitailler ver m s 1.49 3.85 0.08 0.41 par:pas; -ravitaillée ravitailler ver f s 1.49 3.85 0.01 0.27 par:pas; -ravitaillées ravitailler ver f p 1.49 3.85 0.01 0.20 par:pas; -ravitaillés ravitailler ver m p 1.49 3.85 0.08 0.00 par:pas; -raviva raviver ver 2.17 4.46 0.01 0.47 ind:pas:3s; -ravivaient raviver ver 2.17 4.46 0.00 0.07 ind:imp:3p; -ravivait raviver ver 2.17 4.46 0.00 0.61 ind:imp:3s; -ravivant raviver ver 2.17 4.46 0.11 0.14 par:pre; -ravive raviver ver 2.17 4.46 0.70 0.27 imp:pre:2s;ind:pre:1s;ind:pre:3s; -ravivement ravivement nom m s 0.00 0.07 0.00 0.07 -ravivent raviver ver 2.17 4.46 0.12 0.27 ind:pre:3p; -raviver raviver ver 2.17 4.46 0.79 1.62 inf; -ravivez raviver ver 2.17 4.46 0.16 0.00 imp:pre:2p;ind:pre:2p; -ravivât raviver ver 2.17 4.46 0.00 0.07 sub:imp:3s; -ravivé raviver ver m s 2.17 4.46 0.12 0.47 par:pas; -ravivée raviver ver f s 2.17 4.46 0.14 0.47 par:pas; -ravoir ravoir ver 1.16 1.08 1.16 1.08 inf; -ray_grass ray_grass nom m 0.00 0.14 0.00 0.14 -raya rayer ver 7.42 11.22 0.02 0.54 ind:pas:3s; -rayables rayable adj p 0.00 0.07 0.00 0.07 -rayaient rayer ver 7.42 11.22 0.00 0.27 ind:imp:3p; -rayait rayer ver 7.42 11.22 0.02 0.61 ind:imp:3s; -rayant rayer ver 7.42 11.22 0.14 0.41 par:pre; -raye rayer ver 7.42 11.22 0.83 0.54 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:1s; -rayent rayer ver 7.42 11.22 0.09 0.07 ind:pre:3p; -rayer rayer ver 7.42 11.22 2.26 1.76 inf; -rayera rayer ver 7.42 11.22 0.02 0.00 ind:fut:3s; -rayerai rayer ver 7.42 11.22 0.02 0.00 ind:fut:1s; -rayerais rayer ver 7.42 11.22 0.00 0.07 cnd:pre:1s; -rayeras rayer ver 7.42 11.22 0.10 0.00 ind:fut:2s; -rayeront rayer ver 7.42 11.22 0.01 0.00 ind:fut:3p; -rayez rayer ver 7.42 11.22 0.60 0.14 imp:pre:2p;ind:pre:2p; -rayions rayer ver 7.42 11.22 0.00 0.07 ind:imp:1p; -rayon_éclair rayon_éclair nom m s 0.00 0.07 0.00 0.07 -rayon rayon nom m s 27.00 55.74 19.32 27.03 -rayonna rayonner ver 2.28 10.34 0.00 0.14 ind:pas:3s; -rayonnage rayonnage nom m s 0.06 4.73 0.01 0.88 -rayonnages rayonnage nom m p 0.06 4.73 0.05 3.85 -rayonnaient rayonner ver 2.28 10.34 0.00 1.01 ind:imp:3p; -rayonnais rayonner ver 2.28 10.34 0.03 0.07 ind:imp:1s; -rayonnait rayonner ver 2.28 10.34 0.32 3.85 ind:imp:3s; -rayonnant rayonnant adj m s 1.65 4.80 0.50 1.22 -rayonnante rayonnant adj f s 1.65 4.80 1.00 2.70 -rayonnantes rayonnant adj f p 1.65 4.80 0.03 0.41 -rayonnants rayonnant adj m p 1.65 4.80 0.12 0.47 -rayonne rayonner ver 2.28 10.34 1.00 2.23 imp:pre:2s;ind:pre:1s;ind:pre:3s; -rayonnement rayonnement nom m s 1.07 6.69 1.02 6.55 -rayonnements rayonnement nom m p 1.07 6.69 0.05 0.14 -rayonnent rayonner ver 2.28 10.34 0.05 0.47 ind:pre:3p; -rayonner rayonner ver 2.28 10.34 0.21 0.81 inf; -rayonnera rayonner ver 2.28 10.34 0.01 0.07 ind:fut:3s; -rayonnerait rayonner ver 2.28 10.34 0.00 0.20 cnd:pre:3s; -rayonnes rayonner ver 2.28 10.34 0.25 0.07 ind:pre:2s; -rayonneur rayonneur nom m s 0.03 0.00 0.03 0.00 -rayonnez rayonner ver 2.28 10.34 0.06 0.00 imp:pre:2p;ind:pre:2p; -rayonné rayonner ver m s 2.28 10.34 0.05 0.07 par:pas; -rayons rayon nom m p 27.00 55.74 7.62 28.04 -rayât rayer ver 7.42 11.22 0.00 0.07 sub:imp:3s; -rayé rayer ver m s 7.42 11.22 2.09 3.04 par:pas; -rayée rayé adj f s 2.02 6.82 0.98 1.15 -rayées rayer ver f p 7.42 11.22 0.20 0.47 par:pas; -rayure rayure nom f s 2.82 7.36 0.36 0.61 -rayures rayure nom f p 2.82 7.36 2.46 6.76 -rayés rayer ver m p 7.42 11.22 0.30 1.01 par:pas; -raz_de_marée raz_de_marée nom m 0.57 0.20 0.57 0.20 -raz raz nom m 0.23 1.28 0.23 1.28 -razzia razzia nom f s 0.55 1.28 0.45 0.95 -razziais razzier ver 0.00 0.27 0.00 0.07 ind:imp:1s; -razzias razzia nom f p 0.55 1.28 0.10 0.34 -razzier razzier ver 0.00 0.27 0.00 0.20 inf; -reaboyer reaboyer ver 0.00 0.07 0.00 0.07 ind:pre:3s; -rebalbutiant rebalbutiant adj m s 0.00 0.07 0.00 0.07 -rebaptême rebaptême nom m s 0.00 0.07 0.00 0.07 -re_belote re_belote ono 0.01 0.00 0.01 0.00 -rebiberonner rebiberonner ver 0.00 0.07 0.00 0.07 inf; -rebide rebide nom m s 0.00 0.07 0.00 0.07 -reblinder reblinder ver 0.00 0.07 0.00 0.07 inf; -rebombardon rebombardon nom m p 0.01 0.00 0.01 0.00 -reboucler reboucler ver 0.14 1.01 0.01 0.00 inf; -recabosser recabosser ver m s 0.00 0.07 0.00 0.07 par:pas; -recafé recafé adj 0.00 0.07 0.00 0.07 -recailloux recailloux nom m p 0.00 0.07 0.00 0.07 -recalibrer recalibrer ver 0.01 0.00 0.01 0.00 ind:imp:1s; -recasser recasser ver f s 0.24 0.07 0.01 0.00 par:pas; -rechanteur rechanteur nom m s 0.01 0.00 0.01 0.00 -rechiader rechiader ver 0.00 0.07 0.00 0.07 inf; -reciseler reciseler ver 0.00 0.07 0.00 0.07 ind:pre:3s; -reclasser reclasser ver 0.09 0.20 0.00 0.07 ind:pre:3s; -reclasser reclasser ver 0.09 0.20 0.00 0.07 inf; -reconnaître reconnaître ver 140.73 229.19 0.00 0.07 inf; -recontacter recontacter ver 0.38 0.07 0.03 0.00 ind:pre:1s; -recontacter recontacter ver 0.38 0.07 0.01 0.00 ind:pre:3p; -recontacter recontacter ver 0.38 0.07 0.01 0.00 inf; -recontacter recontacter ver 0.38 0.07 0.06 0.00 ind:fut:1s; -reconvaincre reconvaincre ver 0.00 0.07 0.00 0.07 ind:fut:3s; -recoup recoup nom m s 0.00 0.07 0.00 0.07 -recrac recrac nom m s 0.00 0.07 0.00 0.07 -recreuser recreuser ver m p 0.14 0.20 0.00 0.07 par:pas; -recroquis recroquis nom m 0.00 0.07 0.00 0.07 -recréation recréation nom f s 0.04 0.27 0.03 0.07 -recréer recréer ver f s 2.23 4.39 0.00 0.07 par:pas; -recul recul nom m s 3.59 15.61 0.00 0.07 -rediffuser rediffuser ver 0.20 0.07 0.01 0.00 ind:pre:2s; -redose redose nom f s 0.00 0.07 0.00 0.07 -redrapeau redrapeau nom m s 0.00 0.07 0.00 0.07 -redéchirer redéchirer ver 0.00 0.07 0.00 0.07 ind:pre:3s; -redéclic redéclic nom m s 0.00 0.07 0.00 0.07 -redécorer redécorer ver 0.08 0.00 0.01 0.00 ind:pre:1s; -redécorer redécorer ver 0.08 0.00 0.07 0.00 inf; -redéménager redéménager ver 0.00 0.07 0.00 0.07 inf; -reexpliquer reexpliquer ver 0.00 0.07 0.00 0.07 ind:pre:3s; -refaim refaim nom f s 0.14 0.00 0.14 0.00 -refrapper refrapper ver 0.07 0.14 0.00 0.07 ind:pre:3s; -refrapper refrapper ver m s 0.07 0.14 0.01 0.07 par:pas; -refuser refuser ver 143.96 152.77 0.00 0.07 ind:pre:1s; -regomme regomme nom f s 0.00 0.07 0.00 0.07 -rehistoire rehistoire nom f p 0.00 0.07 0.00 0.07 -rehygiène rehygiène nom f s 0.00 0.07 0.00 0.07 -re_inter re_inter nom m s 0.00 0.07 0.00 0.07 -rekidnapper rekidnapper ver 0.01 0.00 0.01 0.00 ind:imp:1s; -relettre relettre nom f s 0.00 0.07 0.00 0.07 -remain remain nom f s 0.00 0.07 0.00 0.07 -rematérialisation rematérialisation nom f s 0.01 0.00 0.01 0.00 -remorphine remorphine nom f s 0.00 0.07 0.00 0.07 -rené rené adj m p 0.01 0.00 0.01 0.00 -repayer repayer ver 0.23 0.41 0.00 0.07 imp:pre:2s; -repenser repenser ver 9.68 12.16 0.01 0.00 inf; -repotasser repotasser ver m s 0.00 0.07 0.00 0.07 par:pas; -reprogrammation reprogrammation nom f s 0.01 0.00 0.01 0.00 -reprogrammer reprogrammer ver f s 1.11 0.00 0.01 0.00 par:pas; -reraconter reraconter ver 0.00 0.14 0.00 0.07 ind:pre:3s; -reraconter reraconter ver f p 0.00 0.14 0.00 0.07 par:pas; -reremplir reremplir ver 0.01 0.07 0.01 0.07 inf; -rerentrer rerentrer ver 0.05 0.07 0.05 0.07 inf; -rerespirer rerespirer ver 0.00 0.07 0.00 0.07 inf; -reressortir reressortir ver 0.00 0.07 0.00 0.07 ind:imp:3s; -reretirer reretirer ver 0.00 0.07 0.00 0.07 ind:pre:3p; -rerigole rerigole nom f s 0.00 0.07 0.00 0.07 -rerécurer rerécurer ver 0.00 0.07 0.00 0.07 ind:imp:3s; -reréparer reréparer ver 0.01 0.00 0.01 0.00 inf; -rerêvé rerêvé adj m s 0.00 0.07 0.00 0.07 -resaluer resaluer ver m s 0.00 0.07 0.00 0.07 par:pas; -resavater resavater ver m s 0.01 0.00 0.01 0.00 par:pas; -resculpter resculpter ver 0.00 0.07 0.00 0.07 ind:pre:3s; -resevrage resevrage nom m s 0.00 0.07 0.00 0.07 -resigner resigner ver 0.02 0.00 0.02 0.00 inf; -resommeil resommeil nom m s 0.00 0.07 0.00 0.07 -resonner resonner ver 0.00 0.07 0.00 0.07 ind:pre:3s; -restructuration restructuration nom f s 0.91 0.34 0.00 0.07 -reséparé reséparé adj m p 0.00 0.07 0.00 0.07 -retaloche retaloche nom f s 0.00 0.14 0.00 0.14 -retitiller retitiller ver 0.00 0.14 0.00 0.14 ind:pre:3s; -retraité retraité adj f s 0.68 1.15 0.00 0.07 -retravail retravail nom m s 0.00 0.07 0.00 0.07 -retuage retuage nom m s 0.04 0.00 0.04 0.00 -retuer retuer ver 0.08 0.07 0.07 0.07 inf; -retu retu adj f p 0.01 0.00 0.01 0.00 -reébranler reébranler ver m p 0.00 0.07 0.00 0.07 par:pas; -reéchanger reéchanger ver 0.01 0.00 0.01 0.00 inf; -revouloir revouloir ver 0.45 0.41 0.04 0.00 ind:pre:2s; -revie revie nom f s 0.00 0.07 0.00 0.07 -revisiter revisiter ver 0.21 0.61 0.00 0.07 ind:pre:3s; -revivre revivre ver 10.37 20.68 0.00 0.07 ind:pre:3s; -revérifier revérifier ver 0.67 0.00 0.10 0.00 inf; -revérifié revérifié adj m s 0.34 0.07 0.10 0.00 -re r adv 21.43 7.50 21.43 7.50 -reître reître nom m s 0.00 1.62 0.00 0.68 -reîtres reître nom m p 0.00 1.62 0.00 0.95 -reader reader nom m s 0.11 0.07 0.11 0.07 -ready_made ready_made nom m s 0.00 0.07 0.00 0.07 -rebab rebab nom m s 0.00 0.07 0.00 0.07 -rebaise rebaiser ver 0.12 0.27 0.12 0.00 ind:pre:1s;ind:pre:3s; -rebaisent rebaiser ver 0.12 0.27 0.00 0.07 ind:pre:3p; -rebaiser rebaiser ver 0.12 0.27 0.00 0.07 inf; -rebaissa rebaisser ver 0.01 0.74 0.00 0.27 ind:pas:3s; -rebaissait rebaisser ver 0.01 0.74 0.00 0.07 ind:imp:3s; -rebaisse rebaisser ver 0.01 0.74 0.01 0.27 imp:pre:2s;ind:pre:3s; -rebaissé rebaisser ver m s 0.01 0.74 0.00 0.14 par:pas; -rebaisé rebaiser ver m s 0.12 0.27 0.00 0.14 par:pas; -rebander rebander ver 0.01 0.14 0.01 0.14 inf; -rebaptisa rebaptiser ver 0.71 0.88 0.03 0.07 ind:pas:3s; -rebaptise rebaptiser ver 0.71 0.88 0.04 0.00 ind:pre:1s;ind:pre:3s; -rebaptiser rebaptiser ver 0.71 0.88 0.23 0.14 inf; -rebaptisé rebaptiser ver m s 0.71 0.88 0.18 0.34 par:pas; -rebaptisée rebaptiser ver f s 0.71 0.88 0.22 0.27 par:pas; -rebaptisées rebaptiser ver f p 0.71 0.88 0.00 0.07 par:pas; -rebarré rebarré adj m s 0.00 0.20 0.00 0.20 -rebasculait rebasculer ver 0.01 0.20 0.00 0.07 ind:imp:3s; -rebascule rebasculer ver 0.01 0.20 0.01 0.07 ind:pre:1s;ind:pre:3s; -rebasculera rebasculer ver 0.01 0.20 0.00 0.07 ind:fut:3s; -rebat rebattre ver 0.22 1.49 0.11 0.20 ind:pre:3s; -rebats rebattre ver 0.22 1.49 0.02 0.00 ind:pre:1s;ind:pre:2s; -rebattait rebattre ver 0.22 1.49 0.00 0.27 ind:imp:3s; -rebattent rebattre ver 0.22 1.49 0.01 0.07 ind:pre:3p; -rebattez rebattre ver 0.22 1.49 0.03 0.00 imp:pre:2p;ind:pre:2p; -rebattit rebattre ver 0.22 1.49 0.00 0.07 ind:pas:3s; -rebattre rebattre ver 0.22 1.49 0.04 0.34 inf; -rebattu rebattu adj m s 0.02 0.34 0.02 0.00 -rebattue rebattu adj f s 0.02 0.34 0.00 0.20 -rebattues rebattre ver f p 0.22 1.49 0.00 0.07 par:pas; -rebattus rebattu adj m p 0.02 0.34 0.00 0.07 -rebec rebec nom m s 0.01 0.00 0.01 0.00 -rebecter rebecter ver 0.00 0.41 0.00 0.20 inf; -rebecté rebecter ver m s 0.00 0.41 0.00 0.20 par:pas; -rebella rebeller ver 3.77 1.62 0.02 0.07 ind:pas:3s; -rebellaient rebeller ver 3.77 1.62 0.03 0.07 ind:imp:3p; -rebellais rebeller ver 3.77 1.62 0.04 0.07 ind:imp:1s;ind:imp:2s; -rebellait rebeller ver 3.77 1.62 0.03 0.07 ind:imp:3s; -rebellant rebeller ver 3.77 1.62 0.01 0.00 par:pre; -rebelle rebelle adj s 5.95 4.32 3.73 2.77 -rebellent rebeller ver 3.77 1.62 0.76 0.00 ind:pre:3p; -rebeller rebeller ver 3.77 1.62 0.82 0.41 inf; -rebelles rebelle nom p 8.66 6.08 6.41 4.26 -rebellez rebeller ver 3.77 1.62 0.03 0.07 imp:pre:2p;ind:pre:2p; -rebellât rebeller ver 3.77 1.62 0.00 0.07 sub:imp:3s; -rebellèrent rebeller ver 3.77 1.62 0.04 0.00 ind:pas:3p; -rebellé rebeller ver m s 3.77 1.62 0.47 0.20 par:pas; -rebellée rebeller ver f s 3.77 1.62 0.15 0.27 par:pas; -rebellés rebeller ver m p 3.77 1.62 0.19 0.00 par:pas; -rebelote rebelote ono 0.27 0.68 0.27 0.68 -rebiffa rebiffer ver 0.29 3.58 0.01 0.20 ind:pas:3s; -rebiffai rebiffer ver 0.29 3.58 0.00 0.07 ind:pas:1s; -rebiffaient rebiffer ver 0.29 3.58 0.00 0.20 ind:imp:3p; -rebiffais rebiffer ver 0.29 3.58 0.01 0.00 ind:imp:2s; -rebiffait rebiffer ver 0.29 3.58 0.00 0.20 ind:imp:3s; -rebiffant rebiffer ver 0.29 3.58 0.00 0.07 par:pre; -rebiffe rebiffer ver 0.29 3.58 0.14 1.49 ind:pre:1s;ind:pre:3s; -rebiffent rebiffer ver 0.29 3.58 0.03 0.20 ind:pre:3p; -rebiffer rebiffer ver 0.29 3.58 0.04 0.88 inf; -rebifferai rebiffer ver 0.29 3.58 0.01 0.00 ind:fut:1s; -rebiffes rebiffer ver 0.29 3.58 0.03 0.00 ind:pre:2s; -rebiffèrent rebiffer ver 0.29 3.58 0.00 0.07 ind:pas:3p; -rebiffé rebiffer ver m s 0.29 3.58 0.02 0.00 par:pas; -rebiffée rebiffer ver f s 0.29 3.58 0.01 0.20 par:pas; -rebiquaient rebiquer ver 0.00 0.74 0.00 0.34 ind:imp:3p; -rebiquait rebiquer ver 0.00 0.74 0.00 0.07 ind:imp:3s; -rebique rebiquer ver 0.00 0.74 0.00 0.20 imp:pre:2s;ind:pre:3s; -rebiquer rebiquer ver 0.00 0.74 0.00 0.07 inf; -rebiquée rebiquer ver f s 0.00 0.74 0.00 0.07 par:pas; -reblanchir reblanchir ver 0.00 0.07 0.00 0.07 inf; -reblochon reblochon nom m s 0.02 0.41 0.02 0.14 -reblochons reblochon nom m p 0.02 0.41 0.00 0.27 -rebloquer rebloquer ver 0.14 0.00 0.14 0.00 inf; -rebobiner rebobiner ver 0.01 0.00 0.01 0.00 inf; -reboire reboire ver 0.40 0.47 0.17 0.14 inf; -rebois reboire ver 0.40 0.47 0.00 0.07 ind:pre:1s; -reboise reboiser ver 0.00 0.14 0.00 0.07 ind:pre:3s; -reboisement reboisement nom m s 0.10 0.14 0.10 0.14 -reboisées reboiser ver f p 0.00 0.14 0.00 0.07 par:pas; -reboit reboire ver 0.40 0.47 0.04 0.00 ind:pre:3s; -rebond rebond nom m s 0.62 0.74 0.55 0.68 -rebondi rebondir ver m s 3.42 10.68 0.47 0.81 par:pas; -rebondie rebondi adj f s 0.25 2.30 0.03 0.47 -rebondies rebondi adj f p 0.25 2.30 0.04 0.81 -rebondir rebondir ver 3.42 10.68 1.56 2.84 inf; -rebondira rebondir ver 3.42 10.68 0.05 0.00 ind:fut:3s; -rebondiraient rebondir ver 3.42 10.68 0.00 0.07 cnd:pre:3p; -rebondirait rebondir ver 3.42 10.68 0.01 0.07 cnd:pre:3s; -rebondirent rebondir ver 3.42 10.68 0.00 0.27 ind:pas:3p; -rebondis rebondi adj m p 0.25 2.30 0.14 0.34 -rebondissaient rebondir ver 3.42 10.68 0.27 0.74 ind:imp:3p; -rebondissais rebondir ver 3.42 10.68 0.00 0.14 ind:imp:1s; -rebondissait rebondir ver 3.42 10.68 0.03 1.55 ind:imp:3s; -rebondissant rebondissant adj m s 0.06 2.09 0.04 1.82 -rebondissante rebondissant adj f s 0.06 2.09 0.01 0.07 -rebondissantes rebondissant adj f p 0.06 2.09 0.01 0.07 -rebondissants rebondissant adj m p 0.06 2.09 0.00 0.14 -rebondisse rebondir ver 3.42 10.68 0.11 0.00 sub:pre:3s; -rebondissement rebondissement nom m s 0.50 1.89 0.27 0.68 -rebondissements rebondissement nom m p 0.50 1.89 0.22 1.22 -rebondissent rebondir ver 3.42 10.68 0.17 0.54 ind:pre:3p; -rebondit rebondir ver 3.42 10.68 0.65 3.31 ind:pre:3s;ind:pas:3s; -rebonds rebond nom m p 0.62 0.74 0.07 0.07 -rebonjour rebonjour nom m s 0.02 0.00 0.02 0.00 -rebooter rebooter ver 0.04 0.00 0.04 0.00 inf; -rebord rebord nom m s 2.69 18.65 2.66 17.30 -reborder reborder ver 0.01 0.07 0.01 0.00 inf; -rebords rebord nom m p 2.69 18.65 0.04 1.35 -rebordée reborder ver f s 0.01 0.07 0.00 0.07 par:pas; -rebâti rebâtir ver m s 0.97 2.36 0.04 0.41 par:pas; -rebâtie rebâtir ver f s 0.97 2.36 0.01 0.14 par:pas; -rebâties rebâtir ver f p 0.97 2.36 0.01 0.27 par:pas; -rebâtir rebâtir ver 0.97 2.36 0.82 0.88 inf; -rebâtirai rebâtir ver 0.97 2.36 0.01 0.00 ind:fut:1s; -rebâtirent rebâtir ver 0.97 2.36 0.00 0.07 ind:pas:3p; -rebâtirons rebâtir ver 0.97 2.36 0.01 0.00 ind:fut:1p; -rebâtis rebâtir ver m p 0.97 2.36 0.01 0.20 ind:pre:1s;par:pas; -rebâtissaient rebâtir ver 0.97 2.36 0.00 0.07 ind:imp:3p; -rebâtissant rebâtir ver 0.97 2.36 0.00 0.07 par:pre; -rebâtissent rebâtir ver 0.97 2.36 0.02 0.00 ind:pre:3p; -rebâtissons rebâtir ver 0.97 2.36 0.00 0.07 imp:pre:1p; -rebâtit rebâtir ver 0.97 2.36 0.05 0.20 ind:pre:3s;ind:pas:3s; -reboucha reboucher ver 0.80 1.42 0.00 0.20 ind:pas:3s; -rebouchait reboucher ver 0.80 1.42 0.00 0.07 ind:imp:3s; -rebouchant reboucher ver 0.80 1.42 0.00 0.07 par:pre; -rebouche reboucher ver 0.80 1.42 0.07 0.07 imp:pre:2s;ind:pre:1s;ind:pre:3s; -rebouchent reboucher ver 0.80 1.42 0.01 0.07 ind:pre:3p; -reboucher reboucher ver 0.80 1.42 0.36 0.47 inf; -reboucheront reboucher ver 0.80 1.42 0.10 0.00 ind:fut:3p; -rebouchez reboucher ver 0.80 1.42 0.04 0.00 imp:pre:2p; -rebouchèrent reboucher ver 0.80 1.42 0.00 0.07 ind:pas:3p; -rebouché reboucher ver m s 0.80 1.42 0.18 0.14 par:pas; -rebouchée reboucher ver f s 0.80 1.42 0.02 0.07 par:pas; -rebouchées reboucher ver f p 0.80 1.42 0.00 0.07 par:pas; -rebouchés reboucher ver m p 0.80 1.42 0.01 0.14 par:pas; -reboucla reboucler ver 0.14 1.01 0.00 0.07 ind:pas:3s; -reboucle reboucler ver 0.14 1.01 0.12 0.27 imp:pre:2s;ind:pre:3s; -reboucler reboucler ver 0.14 1.01 0.01 0.47 inf; -rebouclé reboucler ver m s 0.14 1.01 0.00 0.14 par:pas; -rebouclée reboucler ver f s 0.14 1.01 0.00 0.07 par:pas; -reboule reboule nom f s 0.27 0.00 0.27 0.00 -rebourrer rebourrer ver 0.00 0.07 0.00 0.07 inf; -rebours rebours adv 3.52 2.91 3.52 2.91 -reboute rebouter ver 0.14 0.34 0.00 0.20 ind:pre:1s; -rebouter rebouter ver 0.14 0.34 0.14 0.07 inf; -rebouteuse rebouteur nom f s 0.14 0.00 0.14 0.00 -rebouteux rebouteux nom m 0.26 0.54 0.26 0.54 -reboutez rebouter ver 0.14 0.34 0.00 0.07 ind:pre:2p; -reboutonna reboutonner ver 0.38 1.49 0.00 0.34 ind:pas:3s; -reboutonnaient reboutonner ver 0.38 1.49 0.00 0.07 ind:imp:3p; -reboutonnais reboutonner ver 0.38 1.49 0.00 0.07 ind:imp:1s; -reboutonnant reboutonner ver 0.38 1.49 0.00 0.20 par:pre; -reboutonne reboutonner ver 0.38 1.49 0.06 0.20 imp:pre:2s;ind:pre:1s;ind:pre:3s; -reboutonner reboutonner ver 0.38 1.49 0.01 0.20 inf; -reboutonnerait reboutonner ver 0.38 1.49 0.00 0.07 cnd:pre:3s; -reboutonnez reboutonner ver 0.38 1.49 0.17 0.00 imp:pre:2p;ind:pre:2p; -reboutonnèrent reboutonner ver 0.38 1.49 0.00 0.07 ind:pas:3p; -reboutonné reboutonner ver m s 0.38 1.49 0.00 0.20 par:pas; -reboutonnée reboutonner ver f s 0.38 1.49 0.14 0.00 par:pas; -reboutonnés reboutonner ver m p 0.38 1.49 0.00 0.07 par:pas; -rebrûlé rebrûler ver m s 0.00 0.07 0.00 0.07 par:pas; -rebraguetter rebraguetter ver 0.00 0.14 0.00 0.07 inf; -rebraguetté rebraguetter ver m s 0.00 0.14 0.00 0.07 par:pas; -rebrancha rebrancher ver 0.73 0.81 0.00 0.07 ind:pas:3s; -rebranche rebrancher ver 0.73 0.81 0.22 0.34 imp:pre:2s;ind:pre:1s;ind:pre:3s; -rebrancher rebrancher ver 0.73 0.81 0.23 0.07 inf; -rebranchez rebrancher ver 0.73 0.81 0.12 0.00 imp:pre:2p; -rebranché rebrancher ver m s 0.73 0.81 0.16 0.34 par:pas; -rebranchée rebrancher ver f s 0.73 0.81 0.01 0.00 par:pas; -rebrodait rebroder ver 0.00 0.20 0.00 0.07 ind:imp:3s; -rebrodée rebroder ver f s 0.00 0.20 0.00 0.07 par:pas; -rebrodés rebroder ver m p 0.00 0.20 0.00 0.07 par:pas; -rebrosser rebrosser ver 0.02 0.00 0.02 0.00 inf; -rebroussa rebrousser ver 1.52 6.76 0.01 1.08 ind:pas:3s; -rebroussai rebrousser ver 1.52 6.76 0.01 0.07 ind:pas:1s; -rebroussaient rebrousser ver 1.52 6.76 0.01 0.14 ind:imp:3p; -rebroussait rebrousser ver 1.52 6.76 0.00 0.20 ind:imp:3s; -rebroussant rebrousser ver 1.52 6.76 0.14 0.27 par:pre; -rebrousse rebrousser ver 1.52 6.76 0.17 1.15 imp:pre:2s;ind:pre:1s;ind:pre:3s; -rebroussement rebroussement nom m s 0.00 0.07 0.00 0.07 -rebroussent rebrousser ver 1.52 6.76 0.03 0.20 ind:pre:3p; -rebrousser rebrousser ver 1.52 6.76 0.69 1.89 inf; -rebrousserai rebrousser ver 1.52 6.76 0.01 0.00 ind:fut:1s; -rebrousserez rebrousser ver 1.52 6.76 0.00 0.07 ind:fut:2p; -rebroussez rebrousser ver 1.52 6.76 0.14 0.00 imp:pre:2p;ind:pre:2p; -rebroussâmes rebrousser ver 1.52 6.76 0.00 0.07 ind:pas:1p; -rebroussons rebrousser ver 1.52 6.76 0.11 0.14 imp:pre:1p;ind:pre:1p; -rebroussât rebrousser ver 1.52 6.76 0.00 0.07 sub:imp:3s; -rebroussèrent rebrousser ver 1.52 6.76 0.00 0.27 ind:pas:3p; -rebroussé rebrousser ver m s 1.52 6.76 0.20 0.88 par:pas; -rebroussée rebrousser ver f s 1.52 6.76 0.00 0.07 par:pas; -rebroussées rebrousser ver f p 1.52 6.76 0.00 0.07 par:pas; -rebroussés rebrousser ver m p 1.52 6.76 0.00 0.14 par:pas; -rebu reboire ver m s 0.40 0.47 0.00 0.14 par:pas; -rebuffade rebuffade nom f s 0.07 1.35 0.03 0.27 -rebuffades rebuffade nom f p 0.07 1.35 0.04 1.08 -rebéquer rebéquer ver 0.00 0.07 0.00 0.07 inf; -rebus reboire ver m p 0.40 0.47 0.16 0.00 par:pas; -rebut rebut nom m s 2.15 4.26 1.43 2.97 -rebuta rebuter ver 0.71 5.34 0.00 0.07 ind:pas:3s; -rebutaient rebuter ver 0.71 5.34 0.01 0.20 ind:imp:3p; -rebutait rebuter ver 0.71 5.34 0.00 1.08 ind:imp:3s; -rebutant rebutant adj m s 0.17 1.62 0.02 0.68 -rebutante rebutant adj f s 0.17 1.62 0.00 0.41 -rebutantes rebutant adj f p 0.17 1.62 0.01 0.27 -rebutants rebutant adj m p 0.17 1.62 0.14 0.27 -rebute rebuter ver 0.71 5.34 0.45 0.95 ind:pre:3s; -rebutent rebuter ver 0.71 5.34 0.01 0.27 ind:pre:3p; -rebuter rebuter ver 0.71 5.34 0.02 0.61 inf; -rebutera rebuter ver 0.71 5.34 0.00 0.07 ind:fut:3s; -rebuterait rebuter ver 0.71 5.34 0.00 0.07 cnd:pre:3s; -rebuts rebut nom m p 2.15 4.26 0.72 1.28 -rebutèrent rebuter ver 0.71 5.34 0.00 0.07 ind:pas:3p; -rebuté rebuter ver m s 0.71 5.34 0.06 1.01 par:pas; -rebutée rebuter ver f s 0.71 5.34 0.03 0.47 par:pas; -rebutées rebuter ver f p 0.71 5.34 0.01 0.07 par:pas; -rebutés rebuter ver m p 0.71 5.34 0.12 0.20 par:pas; -rebuvait reboire ver 0.40 0.47 0.00 0.07 ind:imp:3s; -recache recacher ver 0.02 0.07 0.01 0.00 ind:pre:1s; -recacher recacher ver 0.02 0.07 0.01 0.07 inf; -recacheter recacheter ver 0.00 0.14 0.00 0.07 inf; -recachetée recacheter ver f s 0.00 0.14 0.00 0.07 par:pas; -recadre recadrer ver 0.23 0.14 0.02 0.00 imp:pre:2s;ind:pre:1s; -recadrer recadrer ver 0.23 0.14 0.20 0.14 inf; -recadrez recadrer ver 0.23 0.14 0.01 0.00 imp:pre:2p; -recala recaler ver 1.72 1.01 0.00 0.07 ind:pas:3s; -recalage recalage nom m s 0.01 0.00 0.01 0.00 -recalculant recalculer ver 0.10 0.07 0.00 0.07 par:pre; -recalcule recalculer ver 0.10 0.07 0.01 0.00 ind:pre:3s; -recalculer recalculer ver 0.10 0.07 0.06 0.00 inf; -recalculez recalculer ver 0.10 0.07 0.01 0.00 imp:pre:2p; -recalculé recalculer ver m s 0.10 0.07 0.02 0.00 par:pas; -recaler recaler ver 1.72 1.01 0.32 0.07 inf; -recalez recaler ver 1.72 1.01 0.03 0.00 imp:pre:2p;ind:pre:2p; -recalé recaler ver m s 1.72 1.01 1.03 0.41 par:pas; -recalée recaler ver f s 1.72 1.01 0.28 0.34 par:pas; -recalés recaler ver m p 1.72 1.01 0.07 0.14 par:pas; -recarreler recarreler ver 0.01 0.00 0.01 0.00 inf; -recasa recaser ver 0.23 0.34 0.00 0.07 ind:pas:3s; -recasable recasable adj s 0.00 0.07 0.00 0.07 -recaser recaser ver 0.23 0.34 0.20 0.14 inf; -recaserai recaser ver 0.23 0.34 0.01 0.00 ind:fut:1s; -recasser recasser ver 0.24 0.07 0.14 0.00 inf; -recasses recasser ver 0.24 0.07 0.02 0.00 ind:pre:2s; -recassé recasser ver m s 0.24 0.07 0.05 0.00 par:pas; -recassée recasser ver f s 0.24 0.07 0.01 0.07 par:pas; -recasé recaser ver m s 0.23 0.34 0.01 0.14 par:pas; -recel recel nom m s 0.77 1.01 0.77 1.01 -recelaient receler ver 1.02 3.72 0.00 0.20 ind:imp:3p; -recelait receler ver 1.02 3.72 0.04 0.95 ind:imp:3s; -recelant receler ver 1.02 3.72 0.00 0.27 par:pre; -receler receler ver 1.02 3.72 0.06 0.47 inf; -receleur_miracle receleur_miracle nom m s 0.00 0.07 0.00 0.07 -receleur receleur nom m s 0.45 1.28 0.34 0.68 -receleurs receleur nom m p 0.45 1.28 0.10 0.47 -receleuse receleur nom f s 0.45 1.28 0.01 0.07 -receleuses receleur nom f p 0.45 1.28 0.00 0.07 -recelons receler ver 1.02 3.72 0.02 0.00 ind:pre:1p; -recelé receler ver m s 1.02 3.72 0.00 0.07 par:pas; -recelée receler ver f s 1.02 3.72 0.00 0.07 par:pas; -recelées receler ver f p 1.02 3.72 0.01 0.00 par:pas; -recelés receler ver m p 1.02 3.72 0.00 0.07 par:pas; -recensa recenser ver 1.29 1.96 0.00 0.20 ind:pas:3s; -recensais recenser ver 1.29 1.96 0.00 0.07 ind:imp:1s; -recensait recenser ver 1.29 1.96 0.00 0.07 ind:imp:3s; -recensant recenser ver 1.29 1.96 0.01 0.00 par:pre; -recense recenser ver 1.29 1.96 0.22 0.34 imp:pre:2s;ind:pre:1s;ind:pre:3s; -recensement recensement nom m s 1.17 1.08 1.14 0.95 -recensements recensement nom m p 1.17 1.08 0.03 0.14 -recensent recenser ver 1.29 1.96 0.04 0.00 ind:pre:3p; -recenser recenser ver 1.29 1.96 0.20 0.54 inf; -recenseur recenseur nom m s 0.03 0.00 0.03 0.00 -recension recension nom f s 0.00 0.27 0.00 0.27 -recensâmes recenser ver 1.29 1.96 0.00 0.07 ind:pas:1p; -recensèrent recenser ver 1.29 1.96 0.00 0.07 ind:pas:3p; -recensé recenser ver m s 1.29 1.96 0.55 0.20 par:pas; -recensées recenser ver f p 1.29 1.96 0.04 0.14 par:pas; -recensés recenser ver m p 1.29 1.96 0.25 0.27 par:pas; -recentrage recentrage nom m s 0.14 0.07 0.14 0.07 -recentre recentrer ver 0.44 0.20 0.24 0.07 imp:pre:2s;ind:pre:1s;ind:pre:3s; -recentrer recentrer ver 0.44 0.20 0.17 0.07 inf; -recentrons recentrer ver 0.44 0.20 0.01 0.00 ind:pre:1p; -recentré recentrer ver m s 0.44 0.20 0.03 0.00 par:pas; -recentrée recentrer ver f s 0.44 0.20 0.00 0.07 par:pas; -recette recette nom f s 12.56 13.38 9.56 6.89 -recettes recette nom f p 12.56 13.38 3.00 6.49 -recevabilité recevabilité nom f s 0.01 0.00 0.01 0.00 -recevable recevable adj s 0.87 0.27 0.78 0.14 -recevables recevable adj f p 0.87 0.27 0.09 0.14 -recevaient recevoir ver 192.73 224.46 0.32 4.93 ind:imp:3p; -recevais recevoir ver 192.73 224.46 0.87 2.77 ind:imp:1s;ind:imp:2s; -recevait recevoir ver 192.73 224.46 2.16 21.42 ind:imp:3s; -recevant recevoir ver 192.73 224.46 0.55 5.68 par:pre; -receveur receveur nom m s 1.90 1.62 1.61 1.42 -receveurs receveur nom m p 1.90 1.62 0.27 0.07 -receveuse receveur nom f s 1.90 1.62 0.02 0.07 -receveuses receveur nom f p 1.90 1.62 0.00 0.07 -recevez recevoir ver 192.73 224.46 11.20 1.15 imp:pre:2p;ind:pre:2p; -receviez recevoir ver 192.73 224.46 0.41 0.34 ind:imp:2p; -recevions recevoir ver 192.73 224.46 0.38 0.81 ind:imp:1p; -recevoir recevoir ver 192.73 224.46 37.20 49.12 inf; -recevons recevoir ver 192.73 224.46 3.02 1.15 imp:pre:1p;ind:pre:1p; -recevra recevoir ver 192.73 224.46 4.69 1.22 ind:fut:3s; -recevrai recevoir ver 192.73 224.46 1.29 0.54 ind:fut:1s; -recevraient recevoir ver 192.73 224.46 0.07 0.47 cnd:pre:3p; -recevrais recevoir ver 192.73 224.46 0.25 0.07 cnd:pre:1s;cnd:pre:2s; -recevrait recevoir ver 192.73 224.46 0.39 2.70 cnd:pre:3s; -recevras recevoir ver 192.73 224.46 1.77 0.61 ind:fut:2s; -recevrez recevoir ver 192.73 224.46 2.50 0.47 ind:fut:2p; -recevriez recevoir ver 192.73 224.46 0.06 0.07 cnd:pre:2p; -recevrions recevoir ver 192.73 224.46 0.11 0.07 cnd:pre:1p; -recevrons recevoir ver 192.73 224.46 0.41 0.27 ind:fut:1p; -recevront recevoir ver 192.73 224.46 1.03 0.47 ind:fut:3p; -rechampi rechampi nom m s 0.00 0.07 0.00 0.07 -rechampis rechampir ver m p 0.00 0.14 0.00 0.07 par:pas; -rechampit rechampir ver 0.00 0.14 0.00 0.07 ind:pre:3s; -rechange rechange nom m s 4.73 2.77 4.71 2.70 -rechanger rechanger ver 0.17 0.07 0.10 0.00 inf; -rechanges rechange nom m p 4.73 2.77 0.02 0.07 -rechangé rechanger ver m s 0.17 0.07 0.07 0.07 par:pas; -rechanta rechanter ver 0.05 0.14 0.00 0.07 ind:pas:3s; -rechanter rechanter ver 0.05 0.14 0.04 0.00 inf; -rechanté rechanter ver m s 0.05 0.14 0.01 0.07 par:pas; -rechaper rechaper ver 0.12 0.07 0.12 0.07 inf; -recharge recharger ver 4.07 3.99 0.81 0.47 imp:pre:2s;ind:pre:1s;ind:pre:3s; -rechargea recharger ver 4.07 3.99 0.00 0.07 ind:pas:3s; -rechargeable rechargeable adj m s 0.02 0.00 0.02 0.00 -rechargeaient recharger ver 4.07 3.99 0.01 0.20 ind:imp:3p; -rechargeais recharger ver 4.07 3.99 0.01 0.00 ind:imp:1s; -rechargeait recharger ver 4.07 3.99 0.01 0.41 ind:imp:3s; -rechargeant recharger ver 4.07 3.99 0.00 0.20 par:pre; -rechargement rechargement nom m s 0.04 0.00 0.04 0.00 -rechargent recharger ver 4.07 3.99 0.02 0.07 ind:pre:3p; -recharger recharger ver 4.07 3.99 1.76 1.89 inf; -rechargerai recharger ver 4.07 3.99 0.01 0.07 ind:fut:1s; -rechargerait recharger ver 4.07 3.99 0.00 0.07 cnd:pre:3s; -rechargerons recharger ver 4.07 3.99 0.01 0.00 ind:fut:1p; -recharges recharge nom f p 0.83 0.34 0.27 0.07 -rechargez recharger ver 4.07 3.99 0.95 0.07 imp:pre:2p;ind:pre:2p; -rechargé recharger ver m s 4.07 3.99 0.32 0.41 par:pas; -rechargée recharger ver f s 4.07 3.99 0.03 0.00 par:pas; -rechargées recharger ver f p 4.07 3.99 0.05 0.07 par:pas; -rechargés recharger ver m p 4.07 3.99 0.04 0.00 par:pas; -rechasser rechasser ver 0.02 0.00 0.02 0.00 inf; -rechaussaient rechausser ver 0.01 0.68 0.00 0.07 ind:imp:3p; -rechaussant rechausser ver 0.01 0.68 0.00 0.07 par:pre; -rechausser rechausser ver 0.01 0.68 0.01 0.41 inf; -rechausserait rechausser ver 0.01 0.68 0.00 0.07 cnd:pre:3s; -rechaussée rechausser ver f s 0.01 0.68 0.00 0.07 par:pas; -rechercha rechercher ver 45.51 22.43 0.16 0.34 ind:pas:3s; -recherchai rechercher ver 45.51 22.43 0.01 0.07 ind:pas:1s; -recherchaient rechercher ver 45.51 22.43 0.36 1.01 ind:imp:3p; -recherchais rechercher ver 45.51 22.43 0.80 0.88 ind:imp:1s;ind:imp:2s; -recherchait rechercher ver 45.51 22.43 1.59 2.77 ind:imp:3s; -recherchant rechercher ver 45.51 22.43 0.39 0.47 par:pre; -recherche recherche nom f s 77.30 54.80 48.70 39.93 -recherchent rechercher ver 45.51 22.43 4.25 1.35 ind:pre:3p; -rechercher rechercher ver 45.51 22.43 5.88 7.23 inf; -recherchera rechercher ver 45.51 22.43 0.05 0.07 ind:fut:3s; -rechercherai rechercher ver 45.51 22.43 0.03 0.14 ind:fut:1s; -rechercherais rechercher ver 45.51 22.43 0.02 0.00 cnd:pre:1s;cnd:pre:2s; -rechercherait rechercher ver 45.51 22.43 0.15 0.14 cnd:pre:3s; -rechercherions rechercher ver 45.51 22.43 0.01 0.00 cnd:pre:1p; -rechercherons rechercher ver 45.51 22.43 0.04 0.00 ind:fut:1p; -rechercheront rechercher ver 45.51 22.43 0.07 0.00 ind:fut:3p; -recherches recherche nom f p 77.30 54.80 28.60 14.86 -recherchez rechercher ver 45.51 22.43 2.86 0.27 imp:pre:2p;ind:pre:2p; -recherchiez rechercher ver 45.51 22.43 0.60 0.00 ind:imp:2p; -recherchions rechercher ver 45.51 22.43 0.12 0.14 ind:imp:1p; -recherchiste recherchiste nom s 0.01 0.00 0.01 0.00 -recherchons rechercher ver 45.51 22.43 3.89 0.27 imp:pre:1p;ind:pre:1p; -recherché rechercher ver m s 45.51 22.43 5.39 2.77 par:pas; -recherchée rechercher ver f s 45.51 22.43 1.62 0.61 par:pas; -recherchées recherché adj f p 3.54 2.09 0.38 0.27 -recherchés recherché adj m p 3.54 2.09 0.97 0.41 -rechigna rechigner ver 0.71 3.92 0.00 0.14 ind:pas:3s; -rechignaient rechigner ver 0.71 3.92 0.01 0.14 ind:imp:3p; -rechignais rechigner ver 0.71 3.92 0.01 0.14 ind:imp:1s;ind:imp:2s; -rechignait rechigner ver 0.71 3.92 0.00 0.61 ind:imp:3s; -rechignant rechigner ver 0.71 3.92 0.00 0.41 par:pre; -rechigne rechigner ver 0.71 3.92 0.49 0.47 imp:pre:2s;ind:pre:1s;ind:pre:3s; -rechignent rechigner ver 0.71 3.92 0.06 0.07 ind:pre:3p; -rechigner rechigner ver 0.71 3.92 0.08 1.49 inf; -rechignerais rechigner ver 0.71 3.92 0.01 0.00 cnd:pre:1s; -rechignes rechigner ver 0.71 3.92 0.03 0.00 ind:pre:2s; -rechigné rechigner ver m s 0.71 3.92 0.01 0.34 par:pas; -rechignée rechigner ver f s 0.71 3.92 0.00 0.07 par:pas; -rechignées rechigner ver f p 0.71 3.92 0.00 0.07 par:pas; -rechuta rechuter ver 0.69 0.74 0.00 0.07 ind:pas:3s; -rechutant rechuter ver 0.69 0.74 0.00 0.07 par:pre; -rechute rechute nom f s 1.26 1.89 1.19 1.28 -rechuter rechuter ver 0.69 0.74 0.36 0.14 inf; -rechutera rechuter ver 0.69 0.74 0.01 0.00 ind:fut:3s; -rechuterait rechuter ver 0.69 0.74 0.00 0.07 cnd:pre:3s; -rechuteront rechuter ver 0.69 0.74 0.01 0.00 ind:fut:3p; -rechutes rechute nom f p 1.26 1.89 0.07 0.61 -rechuté rechuter ver m s 0.69 0.74 0.10 0.34 par:pas; -reclassement reclassement nom m s 0.14 0.27 0.14 0.27 -reclasser reclasser ver 0.09 0.20 0.04 0.07 inf; -reclassé reclasser ver m s 0.09 0.20 0.03 0.00 par:pas; -reclassée reclasser ver f s 0.09 0.20 0.02 0.00 par:pas; -reclouer reclouer ver 0.01 0.00 0.01 0.00 inf; -reclure reclure ver 0.00 0.07 0.00 0.07 inf; -reclus reclus adj m 0.56 1.76 0.37 0.81 -recluse reclus nom f s 0.70 0.95 0.35 0.14 -recluses reclus nom f p 0.70 0.95 0.01 0.14 -recâbler recâbler ver 0.03 0.00 0.03 0.00 inf; -recodage recodage nom m s 0.01 0.00 0.01 0.00 -recogner recogner ver 0.00 0.07 0.00 0.07 inf; -recognition recognition nom f s 0.00 0.07 0.00 0.07 -recoiffa recoiffer ver 0.25 2.09 0.00 0.07 ind:pas:3s; -recoiffai recoiffer ver 0.25 2.09 0.00 0.07 ind:pas:1s; -recoiffaient recoiffer ver 0.25 2.09 0.00 0.07 ind:imp:3p; -recoiffait recoiffer ver 0.25 2.09 0.01 0.20 ind:imp:3s; -recoiffant recoiffer ver 0.25 2.09 0.01 0.14 par:pre; -recoiffe recoiffer ver 0.25 2.09 0.07 0.20 imp:pre:2s;ind:pre:1s;ind:pre:3s; -recoiffent recoiffer ver 0.25 2.09 0.01 0.07 ind:pre:3p; -recoiffer recoiffer ver 0.25 2.09 0.12 0.54 inf; -recoiffez recoiffer ver 0.25 2.09 0.02 0.00 imp:pre:2p;ind:pre:2p; -recoiffèrent recoiffer ver 0.25 2.09 0.00 0.07 ind:pas:3p; -recoiffé recoiffer ver m s 0.25 2.09 0.00 0.20 par:pas; -recoiffée recoiffer ver f s 0.25 2.09 0.00 0.41 par:pas; -recoiffés recoiffer ver m p 0.25 2.09 0.00 0.07 par:pas; -recoin recoin nom m s 2.27 12.36 0.83 5.14 -recoins recoin nom m p 2.27 12.36 1.44 7.23 -recolla recoller ver 2.84 2.70 0.00 0.20 ind:pas:3s; -recollage recollage nom m s 0.00 0.14 0.00 0.14 -recollait recoller ver 2.84 2.70 0.00 0.34 ind:imp:3s; -recolle recoller ver 2.84 2.70 0.53 0.34 imp:pre:2s;ind:pre:1s;ind:pre:3s; -recollent recoller ver 2.84 2.70 0.03 0.00 ind:pre:3p; -recoller recoller ver 2.84 2.70 1.94 1.15 inf; -recollera recoller ver 2.84 2.70 0.05 0.00 ind:fut:3s; -recollé recoller ver m s 2.84 2.70 0.13 0.27 par:pas; -recollée recoller ver f s 2.84 2.70 0.16 0.20 par:pas; -recollés recoller ver m p 2.84 2.70 0.00 0.20 par:pas; -recoloration recoloration nom f s 0.08 0.00 0.08 0.00 -recombinaison recombinaison nom f s 0.06 0.00 0.06 0.00 -recombinant recombinant adj m s 0.01 0.00 0.01 0.00 -recombinant recombiner ver 0.10 0.00 0.01 0.00 par:pre; -recombiner recombiner ver 0.10 0.00 0.04 0.00 inf; -recombiné recombiner ver m s 0.10 0.00 0.05 0.00 par:pas; -recommanda recommander ver 16.86 21.35 0.00 2.30 ind:pas:3s; -recommandable recommandable adj s 0.42 0.68 0.32 0.68 -recommandables recommandable adj p 0.42 0.68 0.11 0.00 -recommandai recommander ver 16.86 21.35 0.00 0.14 ind:pas:1s; -recommandaient recommander ver 16.86 21.35 0.04 0.34 ind:imp:3p; -recommandais recommander ver 16.86 21.35 0.01 0.27 ind:imp:1s; -recommandait recommander ver 16.86 21.35 0.19 2.03 ind:imp:3s; -recommandant recommander ver 16.86 21.35 0.21 1.82 par:pre; -recommandation recommandation nom f s 5.20 8.85 2.89 3.92 -recommandations recommandation nom f p 5.20 8.85 2.30 4.93 -recommande recommander ver 16.86 21.35 6.13 2.84 imp:pre:2s;ind:pre:1s;ind:pre:3s; -recommandent recommander ver 16.86 21.35 0.31 0.27 ind:pre:3p; -recommander recommander ver 16.86 21.35 2.58 2.91 inf; -recommandera recommander ver 16.86 21.35 0.10 0.14 ind:fut:3s; -recommanderai recommander ver 16.86 21.35 0.32 0.14 ind:fut:1s; -recommanderais recommander ver 16.86 21.35 0.25 0.00 cnd:pre:1s;cnd:pre:2s; -recommanderait recommander ver 16.86 21.35 0.12 0.07 cnd:pre:3s; -recommanderiez recommander ver 16.86 21.35 0.09 0.00 cnd:pre:2p; -recommandes recommander ver 16.86 21.35 0.24 0.07 ind:pre:2s;sub:pre:2s; -recommandez recommander ver 16.86 21.35 0.73 0.27 imp:pre:2p;ind:pre:2p; -recommandiez recommander ver 16.86 21.35 0.07 0.07 ind:imp:2p; -recommandons recommander ver 16.86 21.35 0.28 0.07 imp:pre:1p;ind:pre:1p; -recommandât recommander ver 16.86 21.35 0.00 0.07 sub:imp:3s; -recommandèrent recommander ver 16.86 21.35 0.11 0.14 ind:pas:3p; -recommandé recommander ver m s 16.86 21.35 4.07 5.68 par:pas; -recommandée recommander ver f s 16.86 21.35 0.80 0.95 par:pas; -recommandées recommander ver f p 16.86 21.35 0.03 0.54 par:pas; -recommandés recommander ver m p 16.86 21.35 0.21 0.27 par:pas; -recommence recommencer ver 84.69 83.31 31.98 17.23 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -recommencement recommencement nom m s 0.08 0.81 0.07 0.47 -recommencements recommencement nom m p 0.08 0.81 0.01 0.34 -recommencent recommencer ver 84.69 83.31 1.72 2.36 ind:pre:3p; -recommencer recommencer ver 84.69 83.31 26.90 22.50 inf; -recommencera recommencer ver 84.69 83.31 2.52 1.42 ind:fut:3s; -recommencerai recommencer ver 84.69 83.31 1.65 1.01 ind:fut:1s; -recommenceraient recommencer ver 84.69 83.31 0.02 0.20 cnd:pre:3p; -recommencerais recommencer ver 84.69 83.31 0.25 0.54 cnd:pre:1s;cnd:pre:2s; -recommencerait recommencer ver 84.69 83.31 0.70 1.42 cnd:pre:3s; -recommenceras recommencer ver 84.69 83.31 0.78 0.14 ind:fut:2s; -recommencerez recommencer ver 84.69 83.31 0.21 0.14 ind:fut:2p; -recommenceriez recommencer ver 84.69 83.31 0.06 0.00 cnd:pre:2p; -recommencerions recommencer ver 84.69 83.31 0.01 0.07 cnd:pre:1p; -recommencerons recommencer ver 84.69 83.31 0.54 0.14 ind:fut:1p; -recommenceront recommencer ver 84.69 83.31 0.42 0.07 ind:fut:3p; -recommences recommencer ver 84.69 83.31 4.02 0.95 ind:pre:2s; -recommencez recommencer ver 84.69 83.31 4.88 0.68 imp:pre:2p;ind:pre:2p; -recommenciez recommencer ver 84.69 83.31 0.19 0.07 ind:imp:2p; -recommencions recommencer ver 84.69 83.31 0.02 0.41 ind:imp:1p; -recommencèrent recommencer ver 84.69 83.31 0.00 1.55 ind:pas:3p; -recommencé recommencer ver m s 84.69 83.31 3.84 6.82 par:pas; -recommencée recommencer ver f s 84.69 83.31 0.12 0.81 par:pas; -recommencées recommencer ver f p 84.69 83.31 0.00 0.47 par:pas; -recommencés recommencer ver m p 84.69 83.31 0.00 0.41 par:pas; -recommença recommencer ver 84.69 83.31 0.06 7.77 ind:pas:3s; -recommençai recommencer ver 84.69 83.31 0.00 0.74 ind:pas:1s; -recommençaient recommencer ver 84.69 83.31 0.02 1.76 ind:imp:3p; -recommençais recommencer ver 84.69 83.31 0.11 1.22 ind:imp:1s;ind:imp:2s; -recommençait recommencer ver 84.69 83.31 1.22 10.41 ind:imp:3s; -recommençant recommencer ver 84.69 83.31 0.03 0.95 par:pre; -recommençâmes recommencer ver 84.69 83.31 0.02 0.20 ind:pas:1p; -recommençons recommencer ver 84.69 83.31 2.39 0.74 imp:pre:1p;ind:pre:1p; -recommençât recommencer ver 84.69 83.31 0.00 0.14 sub:imp:3s; -recommercer recommercer ver 0.00 0.07 0.00 0.07 inf; -recompléter recompléter ver 0.00 0.14 0.00 0.07 inf; -recomplété recompléter ver m s 0.00 0.14 0.00 0.07 par:pas; -recomposa recomposer ver 0.52 3.18 0.00 0.34 ind:pas:3s; -recomposaient recomposer ver 0.52 3.18 0.00 0.14 ind:imp:3p; -recomposais recomposer ver 0.52 3.18 0.00 0.07 ind:imp:1s; -recomposait recomposer ver 0.52 3.18 0.00 0.34 ind:imp:3s; -recompose recomposer ver 0.52 3.18 0.18 0.61 imp:pre:2s;ind:pre:1s;ind:pre:3s; -recomposent recomposer ver 0.52 3.18 0.00 0.14 ind:pre:3p; -recomposer recomposer ver 0.52 3.18 0.28 1.01 inf; -recomposera recomposer ver 0.52 3.18 0.00 0.07 ind:fut:3s; -recomposition recomposition nom f s 0.00 0.07 0.00 0.07 -recomposèrent recomposer ver 0.52 3.18 0.00 0.14 ind:pas:3p; -recomposé recomposer ver m s 0.52 3.18 0.03 0.20 par:pas; -recomposée recomposer ver f s 0.52 3.18 0.01 0.00 par:pas; -recomposés recomposer ver m p 0.52 3.18 0.01 0.14 par:pas; -recompta recompter ver 1.67 1.82 0.00 0.20 ind:pas:3s; -recomptaient recompter ver 1.67 1.82 0.00 0.07 ind:imp:3p; -recomptais recompter ver 1.67 1.82 0.00 0.20 ind:imp:1s; -recomptait recompter ver 1.67 1.82 0.01 0.27 ind:imp:3s; -recomptant recompter ver 1.67 1.82 0.00 0.07 par:pre; -recompte recompter ver 1.67 1.82 0.75 0.27 imp:pre:2s;ind:pre:1s;ind:pre:3s; -recompter recompter ver 1.67 1.82 0.55 0.47 inf; -recomptez recompter ver 1.67 1.82 0.05 0.00 imp:pre:2p;ind:pre:2p; -recomptons recompter ver 1.67 1.82 0.11 0.00 ind:pre:1p; -recompté recompter ver m s 1.67 1.82 0.20 0.20 par:pas; -recomptées recompter ver f p 1.67 1.82 0.00 0.07 par:pas; -reconditionne reconditionner ver 0.03 0.07 0.01 0.00 ind:pre:3s; -reconditionnement reconditionnement nom m s 0.05 0.00 0.05 0.00 -reconditionnons reconditionner ver 0.03 0.07 0.01 0.00 imp:pre:1p; -reconditionné reconditionner ver m s 0.03 0.07 0.01 0.00 par:pas; -reconditionnée reconditionner ver f s 0.03 0.07 0.00 0.07 par:pas; -reconductible reconductible adj s 0.01 0.07 0.01 0.07 -reconduction reconduction nom f s 0.01 0.00 0.01 0.00 -reconduirai reconduire ver 5.83 7.23 0.03 0.07 ind:fut:1s; -reconduirais reconduire ver 5.83 7.23 0.01 0.00 cnd:pre:1s; -reconduirait reconduire ver 5.83 7.23 0.00 0.07 cnd:pre:3s; -reconduire reconduire ver 5.83 7.23 2.97 2.84 inf; -reconduirez reconduire ver 5.83 7.23 0.01 0.00 ind:fut:2p; -reconduirons reconduire ver 5.83 7.23 0.01 0.07 ind:fut:1p; -reconduis reconduire ver 5.83 7.23 1.04 0.34 imp:pre:2s;ind:pre:1s;ind:pre:2s; -reconduisît reconduire ver 5.83 7.23 0.00 0.07 sub:imp:3s; -reconduisaient reconduire ver 5.83 7.23 0.00 0.07 ind:imp:3p; -reconduisais reconduire ver 5.83 7.23 0.00 0.14 ind:imp:1s; -reconduisait reconduire ver 5.83 7.23 0.02 0.27 ind:imp:3s; -reconduisant reconduire ver 5.83 7.23 0.00 0.14 par:pre; -reconduise reconduire ver 5.83 7.23 0.33 0.07 sub:pre:1s;sub:pre:3s; -reconduisent reconduire ver 5.83 7.23 0.01 0.07 ind:pre:3p; -reconduisez reconduire ver 5.83 7.23 0.76 0.07 imp:pre:2p;ind:pre:2p; -reconduisions reconduire ver 5.83 7.23 0.00 0.07 ind:imp:1p; -reconduisirent reconduire ver 5.83 7.23 0.00 0.07 ind:pas:3p; -reconduisit reconduire ver 5.83 7.23 0.00 1.15 ind:pas:3s; -reconduit reconduire ver m s 5.83 7.23 0.43 1.22 ind:pre:3s;par:pas; -reconduite reconduire ver f s 5.83 7.23 0.16 0.27 par:pas; -reconduits reconduire ver m p 5.83 7.23 0.04 0.20 par:pas; -reconfiguration reconfiguration nom f s 0.02 0.00 0.02 0.00 -reconfigure reconfigurer ver 0.39 0.00 0.05 0.00 ind:pre:1s;ind:pre:3s; -reconfigurer reconfigurer ver 0.39 0.00 0.18 0.00 inf; -reconfigurez reconfigurer ver 0.39 0.00 0.05 0.00 imp:pre:2p; -reconfiguré reconfigurer ver m s 0.39 0.00 0.09 0.00 par:pas; -reconfigurés reconfigurer ver m p 0.39 0.00 0.03 0.00 par:pas; -recongeler recongeler ver 0.01 0.00 0.01 0.00 inf; -reconnûmes reconnaître ver 140.73 229.19 0.01 0.34 ind:pas:1p; -reconnût reconnaître ver 140.73 229.19 0.00 1.22 sub:imp:3s; -reconnaît reconnaître ver 140.73 229.19 10.73 15.61 ind:pre:3s; -reconnaîtra reconnaître ver 140.73 229.19 2.80 1.49 ind:fut:3s; -reconnaîtrai reconnaître ver 140.73 229.19 0.66 0.68 ind:fut:1s; -reconnaîtraient reconnaître ver 140.73 229.19 0.10 0.41 cnd:pre:3p; -reconnaîtrais reconnaître ver 140.73 229.19 2.06 0.95 cnd:pre:1s;cnd:pre:2s; -reconnaîtrait reconnaître ver 140.73 229.19 0.56 2.09 cnd:pre:3s; -reconnaîtras reconnaître ver 140.73 229.19 1.54 0.54 ind:fut:2s; -reconnaître reconnaître ver 140.73 229.19 25.24 62.30 inf; -reconnaîtrez reconnaître ver 140.73 229.19 0.72 0.81 ind:fut:2p; -reconnaîtriez reconnaître ver 140.73 229.19 0.31 0.14 cnd:pre:2p; -reconnaîtrions reconnaître ver 140.73 229.19 0.00 0.07 cnd:pre:1p; -reconnaîtrons reconnaître ver 140.73 229.19 0.49 0.07 ind:fut:1p; -reconnaîtront reconnaître ver 140.73 229.19 1.01 0.34 ind:fut:3p; -reconnais reconnaître ver 140.73 229.19 37.36 24.12 imp:pre:2s;ind:pre:1s;ind:pre:2s; -reconnaissable reconnaissable adj s 0.56 4.66 0.50 3.45 -reconnaissables reconnaissable adj p 0.56 4.66 0.06 1.22 -reconnaissaient reconnaître ver 140.73 229.19 0.18 2.50 ind:imp:3p; -reconnaissais reconnaître ver 140.73 229.19 1.41 7.30 ind:imp:1s;ind:imp:2s; -reconnaissait reconnaître ver 140.73 229.19 0.65 17.50 ind:imp:3s; -reconnaissance reconnaissance nom f s 15.28 22.77 15.08 21.49 -reconnaissances reconnaissance nom f p 15.28 22.77 0.20 1.28 -reconnaissant reconnaissant adj m s 20.59 9.19 10.32 5.41 -reconnaissante reconnaissant adj f s 20.59 9.19 6.41 2.70 -reconnaissantes reconnaissant adj f p 20.59 9.19 0.17 0.27 -reconnaissants reconnaissant adj m p 20.59 9.19 3.69 0.81 -reconnaisse reconnaître ver 140.73 229.19 2.09 1.15 sub:pre:1s;sub:pre:3s; -reconnaissent reconnaître ver 140.73 229.19 2.10 3.65 ind:pre:3p; -reconnaisses reconnaître ver 140.73 229.19 0.13 0.07 sub:pre:2s; -reconnaissez reconnaître ver 140.73 229.19 13.49 2.97 imp:pre:2p;ind:pre:2p; -reconnaissiez reconnaître ver 140.73 229.19 0.22 0.27 ind:imp:2p; -reconnaissions reconnaître ver 140.73 229.19 0.11 1.08 ind:imp:1p; -reconnaissons reconnaître ver 140.73 229.19 0.69 1.08 imp:pre:1p;ind:pre:1p; -reconnecte reconnecter ver 0.52 0.00 0.07 0.00 imp:pre:2s;ind:pre:3s; -reconnecter reconnecter ver 0.52 0.00 0.29 0.00 inf; -reconnectez reconnecter ver 0.52 0.00 0.03 0.00 imp:pre:2p; -reconnecté reconnecter ver m s 0.52 0.00 0.06 0.00 par:pas; -reconnectés reconnecter ver m p 0.52 0.00 0.07 0.00 par:pas; -reconnu reconnaître ver m s 140.73 229.19 25.93 32.09 par:pas; -reconnue reconnaître ver f s 140.73 229.19 6.86 5.95 par:pas; -reconnues reconnaître ver f p 140.73 229.19 0.39 0.61 par:pas; -reconnurent reconnaître ver 140.73 229.19 0.03 1.42 ind:pas:3p; -reconnus reconnaître ver m p 140.73 229.19 1.34 8.72 ind:pas:1s;par:pas; -reconnusse reconnaître ver 140.73 229.19 0.00 0.07 sub:imp:1s; -reconnussent reconnaître ver 140.73 229.19 0.01 0.07 sub:imp:3p; -reconnut reconnaître ver 140.73 229.19 0.44 25.74 ind:pas:3s; -reconquerra reconquérir ver 1.54 3.18 0.01 0.07 ind:fut:3s; -reconquerrait reconquérir ver 1.54 3.18 0.00 0.07 cnd:pre:3s; -reconquerrons reconquérir ver 1.54 3.18 0.01 0.07 ind:fut:1p; -reconquiert reconquérir ver 1.54 3.18 0.01 0.07 ind:pre:3s; -reconquirent reconquérir ver 1.54 3.18 0.00 0.07 ind:pas:3p; -reconquis reconquérir ver m 1.54 3.18 0.07 0.68 par:pas; -reconquise reconquis adj f s 0.10 0.47 0.10 0.20 -reconquises reconquis adj f p 0.10 0.47 0.00 0.14 -reconquista reconquista nom f s 0.00 0.07 0.00 0.07 -reconquit reconquérir ver 1.54 3.18 0.00 0.07 ind:pas:3s; -reconquière reconquérir ver 1.54 3.18 0.01 0.07 sub:pre:3s; -reconquérais reconquérir ver 1.54 3.18 0.00 0.07 ind:imp:1s; -reconquérait reconquérir ver 1.54 3.18 0.00 0.07 ind:imp:3s; -reconquérir reconquérir ver 1.54 3.18 1.41 1.55 inf; -reconquérons reconquérir ver 1.54 3.18 0.01 0.00 imp:pre:1p; -reconquête reconquête nom f s 0.06 1.15 0.06 1.15 -reconsidère reconsidérer ver 1.51 1.55 0.08 0.07 imp:pre:2s;ind:pre:1s;ind:pre:3s; -reconsidèrent reconsidérer ver 1.51 1.55 0.01 0.00 ind:pre:3p; -reconsidéra reconsidérer ver 1.51 1.55 0.00 0.27 ind:pas:3s; -reconsidérant reconsidérer ver 1.51 1.55 0.01 0.00 par:pre; -reconsidérer reconsidérer ver 1.51 1.55 1.06 1.01 inf; -reconsidérez reconsidérer ver 1.51 1.55 0.17 0.00 imp:pre:2p;ind:pre:2p; -reconsidéré reconsidérer ver m s 1.51 1.55 0.16 0.14 par:pas; -reconsidérée reconsidérer ver f s 1.51 1.55 0.01 0.07 par:pas; -reconstitua reconstituer ver 4.05 16.28 0.00 0.07 ind:pas:3s; -reconstituaient reconstituer ver 4.05 16.28 0.01 0.34 ind:imp:3p; -reconstituais reconstituer ver 4.05 16.28 0.04 0.14 ind:imp:1s;ind:imp:2s; -reconstituait reconstituer ver 4.05 16.28 0.01 1.01 ind:imp:3s; -reconstituant reconstituant nom m s 0.15 0.27 0.15 0.20 -reconstituante reconstituant adj f s 0.02 0.27 0.00 0.14 -reconstituantes reconstituant adj f p 0.02 0.27 0.01 0.07 -reconstituants reconstituant adj m p 0.02 0.27 0.00 0.07 -reconstituants reconstituant nom m p 0.15 0.27 0.00 0.07 -reconstitue reconstituer ver 4.05 16.28 0.42 1.69 imp:pre:2s;ind:pre:1s;ind:pre:3s; -reconstituent reconstituer ver 4.05 16.28 0.03 0.47 ind:pre:3p; -reconstituer reconstituer ver 4.05 16.28 2.12 7.84 inf; -reconstitueraient reconstituer ver 4.05 16.28 0.00 0.07 cnd:pre:3p; -reconstituerais reconstituer ver 4.05 16.28 0.01 0.00 cnd:pre:1s; -reconstituerait reconstituer ver 4.05 16.28 0.00 0.20 cnd:pre:3s; -reconstituerons reconstituer ver 4.05 16.28 0.00 0.07 ind:fut:1p; -reconstitues reconstituer ver 4.05 16.28 0.02 0.07 ind:pre:2s; -reconstituâmes reconstituer ver 4.05 16.28 0.00 0.07 ind:pas:1p; -reconstituons reconstituer ver 4.05 16.28 0.08 0.00 imp:pre:1p;ind:pre:1p; -reconstituât reconstituer ver 4.05 16.28 0.00 0.14 sub:imp:3s; -reconstitution reconstitution nom f s 2.23 2.57 2.12 2.23 -reconstitutions reconstitution nom f p 2.23 2.57 0.11 0.34 -reconstitué reconstituer ver m s 4.05 16.28 1.05 1.69 par:pas; -reconstituée reconstituer ver f s 4.05 16.28 0.05 1.01 par:pas; -reconstituées reconstituer ver f p 4.05 16.28 0.16 0.14 par:pas; -reconstitués reconstituer ver m p 4.05 16.28 0.02 0.81 par:pas; -reconstructeur reconstructeur nom m s 0.01 0.00 0.01 0.00 -reconstruction reconstruction nom f s 2.25 4.19 2.07 4.12 -reconstructions reconstruction nom f p 2.25 4.19 0.17 0.07 -reconstructrice reconstructeur adj f s 0.04 0.00 0.04 0.00 -reconstruira reconstruire ver 7.24 7.84 0.02 0.07 ind:fut:3s; -reconstruirai reconstruire ver 7.24 7.84 0.02 0.00 ind:fut:1s; -reconstruirais reconstruire ver 7.24 7.84 0.01 0.00 cnd:pre:1s; -reconstruirait reconstruire ver 7.24 7.84 0.02 0.07 cnd:pre:3s; -reconstruiras reconstruire ver 7.24 7.84 0.01 0.00 ind:fut:2s; -reconstruire reconstruire ver 7.24 7.84 4.59 3.24 inf; -reconstruirons reconstruire ver 7.24 7.84 0.36 0.07 ind:fut:1p; -reconstruiront reconstruire ver 7.24 7.84 0.04 0.00 ind:fut:3p; -reconstruis reconstruire ver 7.24 7.84 0.13 0.07 imp:pre:2s;ind:pre:1s;ind:pre:2s; -reconstruisaient reconstruire ver 7.24 7.84 0.01 0.27 ind:imp:3p; -reconstruisait reconstruire ver 7.24 7.84 0.01 0.41 ind:imp:3s; -reconstruisant reconstruire ver 7.24 7.84 0.00 0.14 par:pre; -reconstruisent reconstruire ver 7.24 7.84 0.14 0.07 ind:pre:3p; -reconstruisez reconstruire ver 7.24 7.84 0.04 0.00 imp:pre:2p;ind:pre:2p; -reconstruisirent reconstruire ver 7.24 7.84 0.00 0.14 ind:pas:3p; -reconstruisons reconstruire ver 7.24 7.84 0.04 0.00 imp:pre:1p;ind:pre:1p; -reconstruit reconstruire ver m s 7.24 7.84 1.39 1.76 ind:pre:3s;par:pas; -reconstruite reconstruire ver f s 7.24 7.84 0.29 1.15 par:pas; -reconstruites reconstruire ver f p 7.24 7.84 0.06 0.27 par:pas; -reconstruits reconstruire ver m p 7.24 7.84 0.06 0.14 par:pas; -reconsulter reconsulter ver 0.01 0.00 0.01 0.00 inf; -recontacter recontacter ver 0.38 0.07 0.27 0.07 inf; -reconter reconter ver 0.00 0.07 0.00 0.07 inf; -recontrer recontrer ver 0.20 0.00 0.20 0.00 inf; -reconventionnelle reconventionnel adj f s 0.01 0.00 0.01 0.00 -reconversion reconversion nom f s 0.36 0.74 0.36 0.74 -reconverti reconvertir ver m s 0.40 2.30 0.13 0.68 par:pas; -reconvertie reconvertir ver f s 0.40 2.30 0.10 0.20 par:pas; -reconvertir reconvertir ver 0.40 2.30 0.12 0.81 inf; -reconvertirent reconvertir ver 0.40 2.30 0.00 0.07 ind:pas:3p; -reconvertis reconvertir ver m p 0.40 2.30 0.02 0.27 imp:pre:2s;ind:pre:2s;ind:pas:2s;par:pas; -reconvertissant reconvertir ver 0.40 2.30 0.00 0.07 par:pre; -reconvertisse reconvertir ver 0.40 2.30 0.00 0.07 sub:pre:1s; -reconvertit reconvertir ver 0.40 2.30 0.02 0.14 ind:pre:3s;ind:pas:3s; -reconvoquer reconvoquer ver 0.02 0.00 0.02 0.00 inf; -recopia recopier ver 2.41 7.30 0.00 0.27 ind:pas:3s; -recopiage recopiage nom m s 0.00 0.07 0.00 0.07 -recopiai recopier ver 2.41 7.30 0.00 0.14 ind:pas:1s; -recopiaient recopier ver 2.41 7.30 0.00 0.07 ind:imp:3p; -recopiais recopier ver 2.41 7.30 0.00 0.41 ind:imp:1s; -recopiait recopier ver 2.41 7.30 0.00 0.54 ind:imp:3s; -recopiant recopier ver 2.41 7.30 0.16 0.47 par:pre; -recopie recopier ver 2.41 7.30 0.50 0.81 imp:pre:2s;ind:pre:1s;ind:pre:3s; -recopient recopier ver 2.41 7.30 0.00 0.07 ind:pre:3p; -recopier recopier ver 2.41 7.30 0.82 2.23 inf; -recopierai recopier ver 2.41 7.30 0.25 0.00 ind:fut:1s; -recopierait recopier ver 2.41 7.30 0.00 0.07 cnd:pre:3s; -recopies recopier ver 2.41 7.30 0.01 0.07 ind:pre:2s; -recopiez recopier ver 2.41 7.30 0.16 0.00 imp:pre:2p;ind:pre:2p; -recopiât recopier ver 2.41 7.30 0.00 0.07 sub:imp:3s; -recopié recopier ver m s 2.41 7.30 0.23 1.01 par:pas; -recopiée recopier ver f s 2.41 7.30 0.02 0.20 par:pas; -recopiées recopier ver f p 2.41 7.30 0.23 0.41 par:pas; -recopiés recopier ver m p 2.41 7.30 0.03 0.47 par:pas; -record record nom m s 13.34 5.95 10.14 3.11 -recorder recorder ver 0.03 0.00 0.03 0.00 inf; -recordman recordman nom m s 0.04 0.20 0.04 0.14 -recordmen recordman nom m p 0.04 0.20 0.00 0.07 -records record nom m p 13.34 5.95 3.20 2.84 -recors recors nom m 0.01 0.00 0.01 0.00 -recoucha recoucher ver 3.69 8.11 0.00 1.69 ind:pas:3s; -recouchai recoucher ver 3.69 8.11 0.00 0.41 ind:pas:1s; -recouchais recoucher ver 3.69 8.11 0.00 0.07 ind:imp:1s; -recouchait recoucher ver 3.69 8.11 0.00 0.74 ind:imp:3s; -recouchant recoucher ver 3.69 8.11 0.00 0.20 par:pre; -recouche recoucher ver 3.69 8.11 1.54 1.42 imp:pre:2s;ind:pre:1s;ind:pre:3s; -recoucher recoucher ver 3.69 8.11 1.79 2.23 inf; -recoucherais recoucher ver 3.69 8.11 0.04 0.00 cnd:pre:1s;cnd:pre:2s; -recoucheriez recoucher ver 3.69 8.11 0.01 0.00 cnd:pre:2p; -recouchez recoucher ver 3.69 8.11 0.08 0.07 imp:pre:2p; -recouchèrent recoucher ver 3.69 8.11 0.00 0.07 ind:pas:3p; -recouché recoucher ver m s 3.69 8.11 0.20 0.47 par:pas; -recouchée recoucher ver f s 3.69 8.11 0.03 0.61 par:pas; -recouchées recoucher ver f p 3.69 8.11 0.01 0.07 par:pas; -recouchés recoucher ver m p 3.69 8.11 0.00 0.07 par:pas; -recoud recoudre ver 5.80 3.92 0.11 0.41 ind:pre:3s; -recoudra recoudre ver 5.80 3.92 0.25 0.07 ind:fut:3s; -recoudrai recoudre ver 5.80 3.92 0.16 0.07 ind:fut:1s; -recoudras recoudre ver 5.80 3.92 0.01 0.07 ind:fut:2s; -recoudre recoudre ver 5.80 3.92 2.96 1.28 inf; -recouds recoudre ver 5.80 3.92 0.53 0.14 imp:pre:2s;ind:pre:1s;ind:pre:2s; -recouler recouler ver 0.01 0.07 0.01 0.07 inf; -recoupa recouper ver 0.81 1.96 0.00 0.07 ind:pas:3s; -recoupaient recouper ver 0.81 1.96 0.00 0.14 ind:imp:3p; -recoupait recouper ver 0.81 1.96 0.02 0.27 ind:imp:3s; -recoupant recouper ver 0.81 1.96 0.01 0.20 par:pre; -recoupe recouper ver 0.81 1.96 0.25 0.34 imp:pre:2s;ind:pre:1s;ind:pre:3s; -recoupement recoupement nom m s 0.24 1.42 0.08 0.27 -recoupements recoupement nom m p 0.24 1.42 0.17 1.15 -recoupent recouper ver 0.81 1.96 0.10 0.41 ind:pre:3p; -recouper recouper ver 0.81 1.96 0.25 0.27 inf; -recouperait recouper ver 0.81 1.96 0.00 0.07 cnd:pre:3s; -recouperont recouper ver 0.81 1.96 0.01 0.00 ind:fut:3p; -recoupez recouper ver 0.81 1.96 0.04 0.00 imp:pre:2p; -recoupions recouper ver 0.81 1.96 0.00 0.07 ind:imp:1p; -recoupé recouper ver m s 0.81 1.96 0.10 0.14 par:pas; -recoupés recouper ver m p 0.81 1.96 0.02 0.00 par:pas; -recourait recourir ver 1.92 4.73 0.10 0.47 ind:imp:3s; -recourant recourir ver 1.92 4.73 0.04 0.07 par:pre; -recourba recourber ver 0.06 2.09 0.00 0.07 ind:pas:3s; -recourbaient recourber ver 0.06 2.09 0.00 0.07 ind:imp:3p; -recourbait recourber ver 0.06 2.09 0.00 0.14 ind:imp:3s; -recourbant recourber ver 0.06 2.09 0.00 0.14 par:pre; -recourbe recourber ver 0.06 2.09 0.03 0.27 imp:pre:2s;ind:pre:1s;ind:pre:3s; -recourber recourber ver 0.06 2.09 0.01 0.14 inf; -recourbé recourbé adj m s 0.07 2.97 0.03 1.15 -recourbée recourber ver f s 0.06 2.09 0.01 0.47 par:pas; -recourbées recourbé adj f p 0.07 2.97 0.01 0.34 -recourbés recourbé adj m p 0.07 2.97 0.01 1.22 -recoure recourir ver 1.92 4.73 0.01 0.00 sub:pre:3s; -recourent recourir ver 1.92 4.73 0.10 0.20 ind:pre:3p; -recourez recourir ver 1.92 4.73 0.04 0.00 imp:pre:2p; -recourir recourir ver 1.92 4.73 1.25 2.77 inf; -recourons recourir ver 1.92 4.73 0.01 0.07 ind:pre:1p; -recourrait recourir ver 1.92 4.73 0.00 0.07 cnd:pre:3s; -recours recours nom m 6.45 15.34 6.45 15.34 -recourt recourir ver 1.92 4.73 0.08 0.27 ind:pre:3s; -recouru recourir ver m s 1.92 4.73 0.11 0.20 par:pas; -recoururent recourir ver 1.92 4.73 0.00 0.14 ind:pas:3p; -recourus recourir ver 1.92 4.73 0.00 0.07 ind:pas:1s; -recourut recourir ver 1.92 4.73 0.01 0.20 ind:pas:3s; -recousais recoudre ver 5.80 3.92 0.02 0.00 ind:imp:1s; -recousait recoudre ver 5.80 3.92 0.13 0.27 ind:imp:3s; -recousant recoudre ver 5.80 3.92 0.02 0.27 par:pre; -recouse recoudre ver 5.80 3.92 0.07 0.07 sub:pre:1s;sub:pre:3s; -recousez recoudre ver 5.80 3.92 0.13 0.00 imp:pre:2p; -recousu recoudre ver m s 5.80 3.92 0.78 0.81 par:pas; -recousue recoudre ver f s 5.80 3.92 0.60 0.27 par:pas; -recousus recoudre ver m p 5.80 3.92 0.04 0.20 par:pas; -recouvert recouvrir ver m s 11.04 69.26 2.79 16.82 par:pas; -recouverte recouvrir ver f s 11.04 69.26 0.90 7.77 par:pas; -recouvertes recouvrir ver f p 11.04 69.26 0.14 3.65 par:pas; -recouverts recouvrir ver m p 11.04 69.26 0.88 9.59 par:pas; -recouvrît recouvrir ver 11.04 69.26 0.00 0.14 sub:imp:3s; -recouvra recouvrer ver 2.02 5.27 0.02 0.41 ind:pas:3s; -recouvrables recouvrable adj f p 0.00 0.07 0.00 0.07 -recouvrai recouvrer ver 2.02 5.27 0.00 0.07 ind:pas:1s; -recouvraient recouvrir ver 11.04 69.26 0.23 2.30 ind:imp:3p; -recouvrais recouvrir ver 11.04 69.26 0.00 0.34 ind:imp:1s; -recouvrait recouvrir ver 11.04 69.26 0.46 7.91 ind:imp:3s; -recouvrance recouvrance nom f s 0.00 0.27 0.00 0.27 -recouvrant recouvrir ver 11.04 69.26 0.47 2.91 par:pre; -recouvre recouvrir ver 11.04 69.26 2.28 8.04 imp:pre:2s;ind:pre:1s;ind:pre:3s; -recouvrement recouvrement nom m s 0.28 0.14 0.28 0.14 -recouvrent recouvrir ver 11.04 69.26 0.25 1.62 ind:pre:3p;sub:pre:3p; -recouvrer recouvrer ver 2.02 5.27 0.46 2.30 inf; -recouvrerai recouvrer ver 2.02 5.27 0.01 0.00 ind:fut:1s; -recouvrerait recouvrer ver 2.02 5.27 0.03 0.14 cnd:pre:3s; -recouvrerez recouvrer ver 2.02 5.27 0.02 0.00 ind:fut:2p; -recouvreront recouvrer ver 2.02 5.27 0.00 0.07 ind:fut:3p; -recouvrez recouvrir ver 11.04 69.26 0.71 0.07 imp:pre:2p;imp:pre:2p;ind:pre:2p; -recouvriez recouvrir ver 11.04 69.26 0.02 0.00 ind:imp:2p; -recouvrir recouvrir ver 11.04 69.26 1.74 5.27 inf; -recouvrira recouvrir ver 11.04 69.26 0.06 0.34 ind:fut:3s; -recouvrirai recouvrir ver 11.04 69.26 0.02 0.07 ind:fut:1s; -recouvriraient recouvrir ver 11.04 69.26 0.00 0.07 cnd:pre:3p; -recouvrirait recouvrir ver 11.04 69.26 0.02 0.27 cnd:pre:3s; -recouvrirent recouvrir ver 11.04 69.26 0.00 0.34 ind:pas:3p; -recouvris recouvrir ver 11.04 69.26 0.01 0.07 ind:pas:1s; -recouvrissent recouvrir ver 11.04 69.26 0.00 0.07 sub:imp:3p; -recouvrit recouvrir ver 11.04 69.26 0.04 1.55 ind:pas:3s; -recouvrons recouvrir ver 11.04 69.26 0.03 0.07 imp:pre:1p;ind:pre:1p; -recouvrât recouvrer ver 2.02 5.27 0.00 0.07 sub:imp:3s; -recouvré recouvrer ver m s 2.02 5.27 0.66 1.62 par:pas; -recouvrée recouvrer ver f s 2.02 5.27 0.02 0.47 par:pas; -recouvrées recouvrer ver f p 2.02 5.27 0.21 0.07 par:pas; -recouvrés recouvrer ver m p 2.02 5.27 0.01 0.07 par:pas; -recracha recracher ver 2.26 2.36 0.00 0.74 ind:pas:3s; -recrachaient recracher ver 2.26 2.36 0.01 0.14 ind:imp:3p; -recrachais recracher ver 2.26 2.36 0.01 0.07 ind:imp:1s; -recrachait recracher ver 2.26 2.36 0.03 0.20 ind:imp:3s; -recrachant recracher ver 2.26 2.36 0.01 0.00 par:pre; -recrache recracher ver 2.26 2.36 0.61 0.41 imp:pre:2s;ind:pre:1s;ind:pre:3s; -recrachent recracher ver 2.26 2.36 0.06 0.07 ind:pre:3p; -recracher recracher ver 2.26 2.36 0.66 0.34 inf; -recrachera recracher ver 2.26 2.36 0.02 0.07 ind:fut:3s; -recraches recracher ver 2.26 2.36 0.15 0.00 ind:pre:2s; -recrachez recracher ver 2.26 2.36 0.17 0.00 imp:pre:2p;ind:pre:2p; -recraché recracher ver m s 2.26 2.36 0.47 0.27 par:pas; -recrachée recracher ver f s 2.26 2.36 0.05 0.07 par:pas; -recreuse recreuser ver 0.14 0.20 0.00 0.07 ind:pre:3s; -recreuser recreuser ver 0.14 0.20 0.14 0.07 inf; -recroisait recroiser ver 0.17 0.88 0.00 0.07 ind:imp:3s; -recroisant recroiser ver 0.17 0.88 0.00 0.14 par:pre; -recroise recroiser ver 0.17 0.88 0.03 0.34 ind:pre:1s;ind:pre:3s; -recroiser recroiser ver 0.17 0.88 0.05 0.07 inf; -recroiseras recroiser ver 0.17 0.88 0.03 0.00 ind:fut:2s; -recroiserons recroiser ver 0.17 0.88 0.01 0.00 ind:fut:1p; -recroisé recroiser ver m s 0.17 0.88 0.04 0.14 par:pas; -recroisés recroiser ver m p 0.17 0.88 0.01 0.14 par:pas; -recroquevilla recroqueviller ver 0.29 14.05 0.00 0.95 ind:pas:3s; -recroquevillai recroqueviller ver 0.29 14.05 0.01 0.14 ind:pas:1s; -recroquevillaient recroqueviller ver 0.29 14.05 0.00 0.41 ind:imp:3p; -recroquevillais recroqueviller ver 0.29 14.05 0.00 0.27 ind:imp:1s; -recroquevillait recroqueviller ver 0.29 14.05 0.00 0.74 ind:imp:3s; -recroquevillant recroqueviller ver 0.29 14.05 0.00 0.20 par:pre; -recroqueville recroqueviller ver 0.29 14.05 0.03 1.49 imp:pre:2s;ind:pre:1s;ind:pre:3s; -recroquevillement recroquevillement nom m s 0.00 0.14 0.00 0.14 -recroquevillent recroqueviller ver 0.29 14.05 0.01 0.61 ind:pre:3p; -recroqueviller recroqueviller ver 0.29 14.05 0.03 1.22 inf; -recroquevillions recroqueviller ver 0.29 14.05 0.00 0.14 ind:imp:1p; -recroquevillé recroqueviller ver m s 0.29 14.05 0.12 4.59 par:pas; -recroquevillée recroqueviller ver f s 0.29 14.05 0.09 1.96 par:pas; -recroquevillées recroquevillé adj f p 0.12 3.72 0.00 0.61 -recroquevillés recroquevillé adj m p 0.12 3.72 0.10 0.41 -recru recroître ver m s 0.00 0.47 0.00 0.34 par:pas; -recréa recréer ver 2.23 4.39 0.00 0.14 ind:pas:3s; -recréaient recréer ver 2.23 4.39 0.01 0.14 ind:imp:3p; -recréais recréer ver 2.23 4.39 0.01 0.07 ind:imp:1s; -recréait recréer ver 2.23 4.39 0.00 0.07 ind:imp:3s; -recréant recréer ver 2.23 4.39 0.04 0.27 par:pre; -recréation recréation nom f s 0.04 0.27 0.01 0.20 -recrudescence recrudescence nom f s 0.21 0.81 0.21 0.81 -recrudescente recrudescent adj f s 0.01 0.00 0.01 0.00 -recrée recréer ver 2.23 4.39 0.28 0.34 ind:pre:1s;ind:pre:3s; -recrue recrue nom f s 4.61 3.85 1.73 1.35 -recréent recréer ver 2.23 4.39 0.00 0.14 ind:pre:3p; -recréer recréer ver 2.23 4.39 1.61 2.16 inf; -recréerait recréer ver 2.23 4.39 0.01 0.14 cnd:pre:3s; -recrues recrue nom f p 4.61 3.85 2.87 2.50 -recrépi recrépir ver m s 0.00 0.34 0.00 0.07 par:pas; -recrépie recrépir ver f s 0.00 0.34 0.00 0.07 par:pas; -recrépir recrépir ver 0.00 0.34 0.00 0.07 inf; -recrépis recrépir ver m p 0.00 0.34 0.00 0.07 par:pas; -recrépit recrépir ver 0.00 0.34 0.00 0.07 ind:pre:3s; -recrus recroître ver m p 0.00 0.47 0.00 0.14 par:pas; -recruta recruter ver 7.45 6.15 0.01 0.20 ind:pas:3s; -recrutaient recruter ver 7.45 6.15 0.03 0.27 ind:imp:3p; -recrutais recruter ver 7.45 6.15 0.02 0.00 ind:imp:1s;ind:imp:2s; -recrutait recruter ver 7.45 6.15 0.24 0.54 ind:imp:3s; -recrutant recruter ver 7.45 6.15 0.08 0.07 par:pre; -recrute recruter ver 7.45 6.15 1.01 0.41 imp:pre:2s;ind:pre:1s;ind:pre:3s; -recrutement recrutement nom m s 1.66 3.51 1.66 3.51 -recrutent recruter ver 7.45 6.15 0.24 0.27 ind:pre:3p; -recruter recruter ver 7.45 6.15 2.59 1.76 inf; -recrutera recruter ver 7.45 6.15 0.04 0.00 ind:fut:3s; -recruterai recruter ver 7.45 6.15 0.04 0.00 ind:fut:1s; -recruterez recruter ver 7.45 6.15 0.00 0.07 ind:fut:2p; -recruteur recruteur nom m s 1.34 0.20 0.87 0.14 -recruteurs recruteur nom m p 1.34 0.20 0.47 0.07 -recrutez recruter ver 7.45 6.15 0.13 0.00 imp:pre:2p;ind:pre:2p; -recrutiez recruter ver 7.45 6.15 0.02 0.00 ind:imp:2p; -recrutions recruter ver 7.45 6.15 0.01 0.07 ind:imp:1p; -recrutons recruter ver 7.45 6.15 0.07 0.00 imp:pre:1p;ind:pre:1p; -recruté recruter ver m s 7.45 6.15 2.27 1.08 par:pas; -recrutée recruter ver f s 7.45 6.15 0.29 0.34 par:pas; -recrutées recruter ver f p 7.45 6.15 0.02 0.20 par:pas; -recrutés recruter ver m p 7.45 6.15 0.34 0.88 par:pas; -recréé recréer ver m s 2.23 4.39 0.16 0.61 par:pas; -recréée recréer ver f s 2.23 4.39 0.02 0.20 par:pas; -recréées recréer ver f p 2.23 4.39 0.01 0.07 par:pas; -recréés recréer ver m p 2.23 4.39 0.07 0.00 par:pas; -recta recta adv_sup 0.08 1.08 0.08 1.08 -rectal rectal adj m s 0.66 0.14 0.33 0.00 -rectale rectal adj f s 0.66 0.14 0.29 0.14 -rectangle rectangle nom m s 0.47 16.69 0.38 12.91 -rectangles rectangle nom m p 0.47 16.69 0.09 3.78 -rectangulaire rectangulaire adj s 0.25 8.18 0.09 5.14 -rectangulaires rectangulaire adj p 0.25 8.18 0.16 3.04 -rectaux rectal adj m p 0.66 0.14 0.03 0.00 -recteur recteur nom m s 2.17 1.55 2.13 1.42 -recteurs recteur nom m p 2.17 1.55 0.04 0.07 -recèle receler ver 1.02 3.72 0.58 0.95 ind:pre:1s;ind:pre:3s; -recèlent receler ver 1.02 3.72 0.31 0.68 ind:pre:3p; -recèles receler ver 1.02 3.72 0.01 0.00 ind:pre:2s; -recès recès nom m 0.00 0.07 0.00 0.07 -rectifia rectifier ver 2.04 10.68 0.00 2.64 ind:pas:3s; -rectifiai rectifier ver 2.04 10.68 0.00 0.20 ind:pas:1s; -rectifiait rectifier ver 2.04 10.68 0.01 0.81 ind:imp:3s; -rectifiant rectifier ver 2.04 10.68 0.00 0.34 par:pre; -rectificatif rectificatif nom m s 0.05 0.07 0.05 0.07 -rectification rectification nom f s 0.93 0.61 0.91 0.34 -rectifications rectification nom f p 0.93 0.61 0.02 0.27 -rectifie rectifier ver 2.04 10.68 0.26 1.35 imp:pre:2s;ind:pre:1s;ind:pre:3s; -rectifient rectifier ver 2.04 10.68 0.01 0.14 ind:pre:3p; -rectifier rectifier ver 2.04 10.68 0.92 2.50 inf; -rectifiera rectifier ver 2.04 10.68 0.02 0.00 ind:fut:3s; -rectifierai rectifier ver 2.04 10.68 0.00 0.07 ind:fut:1s; -rectifierez rectifier ver 2.04 10.68 0.00 0.07 ind:fut:2p; -rectifies rectifier ver 2.04 10.68 0.01 0.07 ind:pre:2s; -rectifiez rectifier ver 2.04 10.68 0.34 0.14 imp:pre:2p;ind:pre:2p; -rectifions rectifier ver 2.04 10.68 0.03 0.07 imp:pre:1p; -rectifièrent rectifier ver 2.04 10.68 0.00 0.14 ind:pas:3p; -rectifié rectifier ver m s 2.04 10.68 0.36 1.22 par:pas; -rectifiée rectifier ver f s 2.04 10.68 0.06 0.47 par:pas; -rectifiées rectifier ver f p 2.04 10.68 0.00 0.34 par:pas; -rectifiés rectifier ver m p 2.04 10.68 0.01 0.14 par:pas; -rectiligne rectiligne adj s 0.16 6.08 0.16 4.46 -rectilignes rectiligne adj p 0.16 6.08 0.00 1.62 -rectilinéaire rectilinéaire adj m s 0.01 0.00 0.01 0.00 -rectitude rectitude nom f s 0.05 0.68 0.05 0.68 -recto_tono recto_tono adv 0.00 0.20 0.00 0.20 -recto recto nom m s 0.30 0.95 0.30 0.88 -rectorat rectorat nom m s 0.18 0.00 0.18 0.00 -rectos recto nom m p 0.30 0.95 0.00 0.07 -rectrices recteur nom f p 2.17 1.55 0.00 0.07 -rectum rectum nom m s 0.50 0.81 0.50 0.81 -recueil recueil nom m s 1.52 3.78 1.33 2.97 -recueillît recueillir ver 8.54 31.42 0.00 0.34 sub:imp:3s; -recueillaient recueillir ver 8.54 31.42 0.02 0.34 ind:imp:3p; -recueillais recueillir ver 8.54 31.42 0.04 0.20 ind:imp:1s; -recueillait recueillir ver 8.54 31.42 0.05 1.96 ind:imp:3s; -recueillant recueillir ver 8.54 31.42 0.05 1.01 par:pre; -recueille recueillir ver 8.54 31.42 1.12 3.38 imp:pre:2s;ind:pre:1s;ind:pre:3s; -recueillement recueillement nom m s 0.20 3.04 0.20 2.97 -recueillements recueillement nom m p 0.20 3.04 0.00 0.07 -recueillent recueillir ver 8.54 31.42 0.21 0.81 ind:pre:3p; -recueillera recueillir ver 8.54 31.42 0.05 0.47 ind:fut:3s; -recueillerai recueillir ver 8.54 31.42 0.02 0.07 ind:fut:1s; -recueilleraient recueillir ver 8.54 31.42 0.00 0.07 cnd:pre:3p; -recueillerait recueillir ver 8.54 31.42 0.01 0.27 cnd:pre:3s; -recueilleront recueillir ver 8.54 31.42 0.00 0.07 ind:fut:3p; -recueillez recueillir ver 8.54 31.42 0.22 0.00 imp:pre:2p;ind:pre:2p; -recueilli recueillir ver m s 8.54 31.42 2.20 5.88 par:pas; -recueillie recueillir ver f s 8.54 31.42 0.42 1.15 par:pas; -recueillies recueillir ver f p 8.54 31.42 0.29 0.74 par:pas; -recueillions recueillir ver 8.54 31.42 0.00 0.07 ind:imp:1p; -recueillir recueillir ver 8.54 31.42 2.59 9.46 inf; -recueillirent recueillir ver 8.54 31.42 0.11 0.41 ind:pas:3p; -recueillis recueillir ver m p 8.54 31.42 0.58 2.09 ind:pas:1s;par:pas; -recueillit recueillir ver 8.54 31.42 0.18 2.57 ind:pas:3s; -recueillons recueillir ver 8.54 31.42 0.38 0.07 imp:pre:1p;ind:pre:1p; -recueils recueil nom m p 1.52 3.78 0.19 0.81 -recuire recuire ver 0.02 0.68 0.02 0.07 inf; -recuisson recuisson nom f s 0.00 0.07 0.00 0.07 -recuit recuit adj m s 0.03 1.55 0.03 0.54 -recuite recuit adj f s 0.03 1.55 0.00 0.54 -recuites recuire ver f p 0.02 0.68 0.00 0.27 par:pas; -recuits recuit adj m p 0.03 1.55 0.00 0.34 -recul recul nom m s 3.59 15.61 3.59 14.73 -recula reculer ver 52.15 69.05 0.02 13.31 ind:pas:3s; -reculade reculade nom f s 0.00 0.54 0.00 0.47 -reculades reculade nom f p 0.00 0.54 0.00 0.07 -reculai reculer ver 52.15 69.05 0.03 0.68 ind:pas:1s; -reculaient reculer ver 52.15 69.05 0.01 1.62 ind:imp:3p; -reculais reculer ver 52.15 69.05 0.04 0.54 ind:imp:1s;ind:imp:2s; -reculait reculer ver 52.15 69.05 0.20 4.86 ind:imp:3s; -recélait recéler ver 0.02 0.54 0.02 0.34 ind:imp:3s; -reculant reculer ver 52.15 69.05 0.25 3.78 par:pre; -recélant recéler ver 0.02 0.54 0.00 0.07 par:pre; -recule reculer ver 52.15 69.05 15.11 11.15 imp:pre:2s;ind:pre:1s;ind:pre:3s; -reculent reculer ver 52.15 69.05 1.31 1.49 ind:pre:3p; -reculer reculer ver 52.15 69.05 6.83 15.41 inf; -recéler recéler ver 0.02 0.54 0.00 0.14 inf; -reculera reculer ver 52.15 69.05 0.14 0.14 ind:fut:3s; -reculerai reculer ver 52.15 69.05 0.24 0.00 ind:fut:1s; -reculeraient reculer ver 52.15 69.05 0.01 0.07 cnd:pre:3p; -reculerais reculer ver 52.15 69.05 0.05 0.00 cnd:pre:1s;cnd:pre:2s; -reculerait reculer ver 52.15 69.05 0.01 0.14 cnd:pre:3s; -reculeras reculer ver 52.15 69.05 0.26 0.00 ind:fut:2s; -reculerons reculer ver 52.15 69.05 0.02 0.00 ind:fut:1p; -reculeront reculer ver 52.15 69.05 0.20 0.00 ind:fut:3p; -recules reculer ver 52.15 69.05 1.00 0.07 ind:pre:2s;sub:pre:2s; -reculez reculer ver 52.15 69.05 22.91 0.20 imp:pre:2p;ind:pre:2p; -reculons reculer ver 52.15 69.05 1.67 6.62 imp:pre:1p;ind:pre:1p; -reculât reculer ver 52.15 69.05 0.00 0.07 sub:imp:3s; -reculotta reculotter ver 0.02 0.47 0.00 0.20 ind:pas:3s; -reculotte reculotter ver 0.02 0.47 0.02 0.07 imp:pre:2s;ind:pre:3s; -reculotter reculotter ver 0.02 0.47 0.00 0.07 inf; -reculotté reculotter ver m s 0.02 0.47 0.00 0.07 par:pas; -reculottée reculotter ver f s 0.02 0.47 0.00 0.07 par:pas; -reculs recul nom m p 3.59 15.61 0.00 0.81 -reculèrent reculer ver 52.15 69.05 0.01 1.22 ind:pas:3p; -reculé reculer ver m s 52.15 69.05 1.71 6.96 par:pas; -reculée reculé adj f s 0.71 3.78 0.14 0.54 -reculées reculer ver f p 52.15 69.05 0.02 0.00 par:pas; -reculés reculé adj m p 0.71 3.78 0.18 1.15 -recépages recépage nom m p 0.00 0.07 0.00 0.07 -recyclable recyclable adj s 0.14 0.00 0.06 0.00 -recyclables recyclable adj p 0.14 0.00 0.09 0.00 -recyclage recyclage nom m s 0.78 0.47 0.78 0.47 -recyclaient recycler ver 1.77 1.15 0.02 0.00 ind:imp:3p; -recyclait recycler ver 1.77 1.15 0.01 0.00 ind:imp:3s; -recycle recycler ver 1.77 1.15 0.46 0.00 imp:pre:2s;ind:pre:1s;ind:pre:3s; -recyclent recycler ver 1.77 1.15 0.06 0.07 ind:pre:3p; -recycler recycler ver 1.77 1.15 0.56 0.41 inf; -recyclerai recycler ver 1.77 1.15 0.01 0.00 ind:fut:1s; -recycleur recycleur nom m s 0.01 0.00 0.01 0.00 -recyclez recycler ver 1.77 1.15 0.07 0.00 imp:pre:2p;ind:pre:2p; -recycliez recycler ver 1.77 1.15 0.00 0.07 ind:imp:2p; -recyclé recycler ver m s 1.77 1.15 0.39 0.41 par:pas; -recyclée recycler ver f s 1.77 1.15 0.10 0.14 par:pas; -recyclées recycler ver f p 1.77 1.15 0.03 0.00 par:pas; -recyclés recycler ver m p 1.77 1.15 0.06 0.07 par:pas; -red_river red_river nom s 0.00 0.14 0.00 0.14 -redan redan nom m s 0.00 0.27 0.00 0.27 -reddition reddition nom f s 2.21 3.24 2.21 3.24 -redemanda redemander ver 3.72 4.19 0.00 0.61 ind:pas:3s; -redemandai redemander ver 3.72 4.19 0.14 0.00 ind:pas:1s; -redemandaient redemander ver 3.72 4.19 0.00 0.27 ind:imp:3p; -redemandais redemander ver 3.72 4.19 0.13 0.00 ind:imp:1s;ind:imp:2s; -redemandait redemander ver 3.72 4.19 0.16 0.68 ind:imp:3s; -redemandant redemander ver 3.72 4.19 0.00 0.07 par:pre; -redemande redemander ver 3.72 4.19 1.16 0.95 imp:pre:2s;ind:pre:1s;ind:pre:3s; -redemandent redemander ver 3.72 4.19 0.23 0.14 ind:pre:3p; -redemander redemander ver 3.72 4.19 0.54 0.41 inf; -redemanderai redemander ver 3.72 4.19 0.36 0.00 ind:fut:1s; -redemanderait redemander ver 3.72 4.19 0.01 0.00 cnd:pre:3s; -redemanderas redemander ver 3.72 4.19 0.20 0.00 ind:fut:2s; -redemanderez redemander ver 3.72 4.19 0.03 0.00 ind:fut:2p; -redemanderont redemander ver 3.72 4.19 0.00 0.07 ind:fut:3p; -redemandes redemander ver 3.72 4.19 0.28 0.00 ind:pre:2s; -redemandez redemander ver 3.72 4.19 0.20 0.00 imp:pre:2p;ind:pre:2p; -redemandions redemander ver 3.72 4.19 0.00 0.07 ind:imp:1p; -redemandé redemander ver m s 3.72 4.19 0.29 0.95 par:pas; -redents redent nom m p 0.00 0.07 0.00 0.07 -redescend redescendre ver 11.61 28.38 1.82 2.84 ind:pre:3s; -redescendît redescendre ver 11.61 28.38 0.00 0.07 sub:imp:3s; -redescendaient redescendre ver 11.61 28.38 0.00 0.88 ind:imp:3p; -redescendais redescendre ver 11.61 28.38 0.01 0.41 ind:imp:1s; -redescendait redescendre ver 11.61 28.38 0.12 2.30 ind:imp:3s; -redescendant redescendre ver 11.61 28.38 0.29 1.55 par:pre; -redescende redescendre ver 11.61 28.38 0.50 0.41 sub:pre:1s;sub:pre:3s; -redescendent redescendre ver 11.61 28.38 0.33 0.41 ind:pre:3p; -redescendes redescendre ver 11.61 28.38 0.12 0.00 sub:pre:2s; -redescendez redescendre ver 11.61 28.38 0.92 0.14 imp:pre:2p;ind:pre:2p; -redescendiez redescendre ver 11.61 28.38 0.01 0.00 ind:imp:2p; -redescendions redescendre ver 11.61 28.38 0.00 0.14 ind:imp:1p; -redescendirent redescendre ver 11.61 28.38 0.00 1.01 ind:pas:3p; -redescendis redescendre ver 11.61 28.38 0.00 0.47 ind:pas:1s;ind:pas:2s; -redescendit redescendre ver 11.61 28.38 0.01 4.19 ind:pas:3s; -redescendons redescendre ver 11.61 28.38 0.14 0.41 imp:pre:1p;ind:pre:1p; -redescendra redescendre ver 11.61 28.38 0.06 0.14 ind:fut:3s; -redescendrai redescendre ver 11.61 28.38 0.19 0.20 ind:fut:1s; -redescendrais redescendre ver 11.61 28.38 0.01 0.00 cnd:pre:1s; -redescendrait redescendre ver 11.61 28.38 0.00 0.20 cnd:pre:3s; -redescendre redescendre ver 11.61 28.38 3.08 5.88 inf; -redescendrons redescendre ver 11.61 28.38 0.01 0.07 ind:fut:1p; -redescendront redescendre ver 11.61 28.38 0.02 0.00 ind:fut:3p; -redescends redescendre ver 11.61 28.38 3.05 1.69 imp:pre:2s;ind:pre:1s;ind:pre:2s; -redescendu redescendre ver m s 11.61 28.38 0.51 3.04 par:pas; -redescendue redescendre ver f s 11.61 28.38 0.25 0.41 par:pas; -redescendues redescendre ver f p 11.61 28.38 0.00 0.14 par:pas; -redescendus redescendre ver m p 11.61 28.38 0.16 1.42 par:pas; -redescente redescente nom f s 0.01 0.14 0.01 0.14 -redessina redessiner ver 0.13 1.08 0.00 0.14 ind:pas:3s; -redessinaient redessiner ver 0.13 1.08 0.00 0.07 ind:imp:3p; -redessinait redessiner ver 0.13 1.08 0.00 0.14 ind:imp:3s; -redessine redessiner ver 0.13 1.08 0.08 0.07 imp:pre:2s;ind:pre:1s;ind:pre:3s; -redessinent redessiner ver 0.13 1.08 0.00 0.07 ind:pre:3p; -redessiner redessiner ver 0.13 1.08 0.04 0.34 inf; -redessiné redessiner ver m s 0.13 1.08 0.00 0.20 par:pas; -redessinée redessiner ver f s 0.13 1.08 0.00 0.07 par:pas; -redevînt redevenir ver 17.88 37.57 0.00 0.20 sub:imp:3s; -redevable redevable adj s 3.76 0.81 3.46 0.74 -redevables redevable adj p 3.76 0.81 0.30 0.07 -redevais redevoir ver 0.03 0.20 0.00 0.07 ind:imp:1s; -redevait redevoir ver 0.03 0.20 0.00 0.07 ind:imp:3s; -redevance redevance nom f s 0.04 0.47 0.03 0.27 -redevances redevance nom f p 0.04 0.47 0.01 0.20 -redevenaient redevenir ver 17.88 37.57 0.01 0.74 ind:imp:3p; -redevenais redevenir ver 17.88 37.57 0.17 0.47 ind:imp:1s; -redevenait redevenir ver 17.88 37.57 0.11 4.73 ind:imp:3s; -redevenant redevenir ver 17.88 37.57 0.05 0.47 par:pre; -redevenez redevenir ver 17.88 37.57 0.39 0.14 imp:pre:2p;ind:pre:2p; -redeveniez redevenir ver 17.88 37.57 0.09 0.14 ind:imp:2p; -redevenir redevenir ver 17.88 37.57 5.52 5.88 inf; -redevenons redevenir ver 17.88 37.57 0.04 0.07 imp:pre:1p;ind:pre:1p; -redevenu redevenir ver m s 17.88 37.57 1.65 6.35 par:pas; -redevenue redevenir ver f s 17.88 37.57 0.56 4.53 par:pas; -redevenues redevenir ver f p 17.88 37.57 0.08 0.61 par:pas; -redevenus redevenir ver m p 17.88 37.57 0.40 1.42 par:pas; -redeviendra redevenir ver 17.88 37.57 1.50 0.54 ind:fut:3s; -redeviendrai redevenir ver 17.88 37.57 0.25 0.07 ind:fut:1s; -redeviendraient redevenir ver 17.88 37.57 0.01 0.14 cnd:pre:3p; -redeviendrais redevenir ver 17.88 37.57 0.38 0.07 cnd:pre:1s;cnd:pre:2s; -redeviendrait redevenir ver 17.88 37.57 0.15 0.61 cnd:pre:3s; -redeviendras redevenir ver 17.88 37.57 0.37 0.00 ind:fut:2s; -redeviendrez redevenir ver 17.88 37.57 0.13 0.00 ind:fut:2p; -redeviendriez redevenir ver 17.88 37.57 0.14 0.00 cnd:pre:2p; -redeviendrons redevenir ver 17.88 37.57 0.03 0.07 ind:fut:1p; -redeviendront redevenir ver 17.88 37.57 0.28 0.07 ind:fut:3p; -redevienne redevenir ver 17.88 37.57 1.65 0.34 sub:pre:1s;sub:pre:3s; -redeviennent redevenir ver 17.88 37.57 0.44 0.61 ind:pre:3p; -redeviennes redevenir ver 17.88 37.57 0.17 0.00 sub:pre:2s; -redeviens redevenir ver 17.88 37.57 1.88 1.22 imp:pre:2s;ind:pre:1s;ind:pre:2s; -redevient redevenir ver 17.88 37.57 1.21 4.05 ind:pre:3s; -redevinrent redevenir ver 17.88 37.57 0.01 0.20 ind:pas:3p; -redevins redevenir ver 17.88 37.57 0.00 0.20 ind:pas:1s; -redevint redevenir ver 17.88 37.57 0.23 3.65 ind:pas:3s; -redevoir redevoir ver 0.03 0.20 0.01 0.00 inf; -redevra redevoir ver 0.03 0.20 0.00 0.07 ind:fut:3s; -redevrez redevoir ver 0.03 0.20 0.01 0.00 ind:fut:2p; -rediffusent rediffuser ver 0.20 0.07 0.02 0.00 ind:pre:3p; -rediffuser rediffuser ver 0.20 0.07 0.05 0.00 inf; -rediffuserons rediffuser ver 0.20 0.07 0.02 0.00 ind:fut:1p; -rediffusez rediffuser ver 0.20 0.07 0.01 0.00 imp:pre:2p; -rediffusion rediffusion nom f s 0.64 0.00 0.44 0.00 -rediffusions rediffusion nom f p 0.64 0.00 0.20 0.00 -rediffusé rediffuser ver m s 0.20 0.07 0.05 0.00 par:pas; -rediffusés rediffuser ver m p 0.20 0.07 0.03 0.07 par:pas; -redimensionner redimensionner ver 0.03 0.00 0.01 0.00 inf; -redimensionnées redimensionner ver f p 0.03 0.00 0.01 0.00 par:pas; -redingote redingote nom f s 0.81 5.07 0.54 4.66 -redingotes redingote nom f p 0.81 5.07 0.27 0.41 -redirai redire ver 8.61 10.20 0.47 0.07 ind:fut:1s; -redirais redire ver 8.61 10.20 0.03 0.00 cnd:pre:1s; -redirait redire ver 8.61 10.20 0.01 0.07 cnd:pre:3s; -redire redire ver 8.61 10.20 3.04 5.07 inf; -redirez redire ver 8.61 10.20 0.01 0.07 ind:fut:2p; -rediriez redire ver 8.61 10.20 0.01 0.00 cnd:pre:2p; -redirige rediriger ver 0.37 0.00 0.08 0.00 ind:pre:1s;ind:pre:3s; -rediriger rediriger ver 0.37 0.00 0.15 0.00 inf; -redirigé rediriger ver m s 0.37 0.00 0.14 0.00 par:pas; -redis redire ver 8.61 10.20 3.46 1.62 imp:pre:2s;ind:pre:1s;ind:pre:2s; -redisais redire ver 8.61 10.20 0.01 0.20 ind:imp:1s; -redisait redire ver 8.61 10.20 0.00 0.34 ind:imp:3s; -redisant redire ver 8.61 10.20 0.01 0.20 par:pre; -rediscuter rediscuter ver 0.20 0.07 0.10 0.07 inf; -rediscutera rediscuter ver 0.20 0.07 0.05 0.00 ind:fut:3s; -rediscuterons rediscuter ver 0.20 0.07 0.05 0.00 ind:fut:1p; -redise redire ver 8.61 10.20 0.02 0.20 sub:pre:1s;sub:pre:3s; -redisent redire ver 8.61 10.20 0.01 0.07 ind:pre:3p; -redises redire ver 8.61 10.20 0.27 0.00 sub:pre:2s; -redisposer redisposer ver 0.16 0.14 0.16 0.14 inf; -redistribua redistribuer ver 0.34 0.61 0.01 0.00 ind:pas:3s; -redistribuais redistribuer ver 0.34 0.61 0.02 0.07 ind:imp:1s;ind:imp:2s; -redistribuait redistribuer ver 0.34 0.61 0.00 0.20 ind:imp:3s; -redistribue redistribuer ver 0.34 0.61 0.09 0.07 imp:pre:2s;ind:pre:1s;ind:pre:3s; -redistribuent redistribuer ver 0.34 0.61 0.01 0.00 ind:pre:3p; -redistribuer redistribuer ver 0.34 0.61 0.13 0.14 inf; -redistribueras redistribuer ver 0.34 0.61 0.01 0.00 ind:fut:2s; -redistribuons redistribuer ver 0.34 0.61 0.01 0.00 imp:pre:1p; -redistribution redistribution nom f s 0.10 0.41 0.10 0.34 -redistributions redistribution nom f p 0.10 0.41 0.00 0.07 -redistribué redistribuer ver m s 0.34 0.61 0.04 0.07 par:pas; -redistribués redistribuer ver m p 0.34 0.61 0.03 0.07 par:pas; -redit redire ver m s 8.61 10.20 0.39 1.96 ind:pre:3s;par:pas; -redite redire ver f s 8.61 10.20 0.01 0.00 par:pas; -redites redire ver f p 8.61 10.20 0.85 0.20 par:pas; -redits redire ver m p 8.61 10.20 0.00 0.14 par:pas; -redondance redondance nom f s 0.07 0.34 0.04 0.07 -redondances redondance nom f p 0.07 0.34 0.04 0.27 -redondant redondant adj m s 0.39 0.27 0.32 0.14 -redondante redondant adj f s 0.39 0.27 0.03 0.07 -redondantes redondant adj f p 0.39 0.27 0.01 0.07 -redondants redondant adj m p 0.39 0.27 0.04 0.00 -redonna redonner ver 9.43 11.49 0.03 0.54 ind:pas:3s; -redonnai redonner ver 9.43 11.49 0.00 0.07 ind:pas:1s; -redonnaient redonner ver 9.43 11.49 0.00 0.20 ind:imp:3p; -redonnais redonner ver 9.43 11.49 0.01 0.07 ind:imp:1s; -redonnait redonner ver 9.43 11.49 0.05 1.55 ind:imp:3s; -redonnant redonner ver 9.43 11.49 0.03 0.47 par:pre; -redonne redonner ver 9.43 11.49 2.77 1.62 imp:pre:2s;ind:pre:1s;ind:pre:3s; -redonnent redonner ver 9.43 11.49 0.25 0.20 ind:pre:3p; -redonner redonner ver 9.43 11.49 2.87 4.73 inf; -redonnera redonner ver 9.43 11.49 0.27 0.20 ind:fut:3s; -redonnerai redonner ver 9.43 11.49 0.11 0.00 ind:fut:1s; -redonneraient redonner ver 9.43 11.49 0.01 0.07 cnd:pre:3p; -redonnerais redonner ver 9.43 11.49 0.00 0.07 cnd:pre:1s; -redonnerait redonner ver 9.43 11.49 0.04 0.14 cnd:pre:3s; -redonneras redonner ver 9.43 11.49 0.14 0.00 ind:fut:2s; -redonnerons redonner ver 9.43 11.49 0.01 0.00 ind:fut:1p; -redonneront redonner ver 9.43 11.49 0.02 0.00 ind:fut:3p; -redonnes redonner ver 9.43 11.49 0.56 0.00 ind:pre:2s; -redonnez redonner ver 9.43 11.49 0.54 0.07 imp:pre:2p;ind:pre:2p; -redonniez redonner ver 9.43 11.49 0.01 0.00 ind:imp:2p; -redonnons redonner ver 9.43 11.49 0.42 0.00 imp:pre:1p;ind:pre:1p; -redonnât redonner ver 9.43 11.49 0.00 0.07 sub:imp:3s; -redonné redonner ver m s 9.43 11.49 1.28 1.42 par:pas; -redorer redorer ver 0.18 0.41 0.18 0.27 inf; -redormir redormir ver 0.01 0.27 0.01 0.14 inf; -redors redormir ver 0.01 0.27 0.00 0.07 ind:pre:1s; -redort redormir ver 0.01 0.27 0.00 0.07 ind:pre:3s; -redoré redorer ver m s 0.18 0.41 0.00 0.07 par:pas; -redorées redorer ver f p 0.18 0.41 0.00 0.07 par:pas; -redoubla redoubler ver 2.73 11.01 0.00 1.08 ind:pas:3s; -redoublai redoubler ver 2.73 11.01 0.01 0.20 ind:pas:1s; -redoublaient redoubler ver 2.73 11.01 0.00 0.74 ind:imp:3p; -redoublais redoubler ver 2.73 11.01 0.01 0.07 ind:imp:1s; -redoublait redoubler ver 2.73 11.01 0.02 1.96 ind:imp:3s; -redoublant redoubler ver 2.73 11.01 0.01 0.20 par:pre; -redoublants redoublant nom m p 0.00 0.07 0.00 0.07 -redouble redoubler ver 2.73 11.01 0.57 2.23 imp:pre:2s;ind:pre:1s;ind:pre:3s; -redoublement redoublement nom m s 0.03 0.47 0.03 0.47 -redoublent redoubler ver 2.73 11.01 0.17 0.74 ind:pre:3p; -redoubler redoubler ver 2.73 11.01 1.16 1.96 inf; -redoublera redoubler ver 2.73 11.01 0.11 0.07 ind:fut:3s; -redoublerai redoubler ver 2.73 11.01 0.12 0.07 ind:fut:1s; -redoublerait redoubler ver 2.73 11.01 0.00 0.14 cnd:pre:3s; -redoubleront redoubler ver 2.73 11.01 0.01 0.07 ind:fut:3p; -redoublez redoubler ver 2.73 11.01 0.04 0.00 imp:pre:2p;ind:pre:2p; -redoublions redoubler ver 2.73 11.01 0.00 0.07 ind:imp:1p; -redoublons redoubler ver 2.73 11.01 0.00 0.07 imp:pre:1p; -redoublèrent redoubler ver 2.73 11.01 0.00 0.27 ind:pas:3p; -redoublé redoubler ver m s 2.73 11.01 0.35 0.61 par:pas; -redoublée redoubler ver f s 2.73 11.01 0.00 0.20 par:pas; -redoublées redoublé adj f p 0.05 1.28 0.00 0.14 -redoublés redoubler ver m p 2.73 11.01 0.14 0.27 par:pas; -redouta redouter ver 6.58 38.58 0.00 0.54 ind:pas:3s; -redoutable redoutable adj s 6.61 23.18 5.94 17.77 -redoutablement redoutablement adv 0.01 0.41 0.01 0.41 -redoutables redoutable adj p 6.61 23.18 0.67 5.41 -redoutaient redouter ver 6.58 38.58 0.08 0.74 ind:imp:3p; -redoutais redouter ver 6.58 38.58 0.66 3.65 ind:imp:1s;ind:imp:2s; -redoutait redouter ver 6.58 38.58 0.73 11.49 ind:imp:3s; -redoutant redouter ver 6.58 38.58 0.12 3.18 par:pre; -redoutasse redouter ver 6.58 38.58 0.00 0.07 sub:imp:1s; -redoute redouter ver 6.58 38.58 1.51 4.86 imp:pre:2s;ind:pre:1s;ind:pre:3s; -redoutent redouter ver 6.58 38.58 0.40 1.15 ind:pre:3p;sub:pre:3p; -redouter redouter ver 6.58 38.58 1.03 4.80 inf; -redouterait redouter ver 6.58 38.58 0.00 0.07 cnd:pre:3s; -redouteras redouter ver 6.58 38.58 0.00 0.07 ind:fut:2s; -redoutes redouter ver 6.58 38.58 0.15 0.07 ind:pre:2s; -redoutez redouter ver 6.58 38.58 0.44 0.07 imp:pre:2p;ind:pre:2p; -redoutiez redouter ver 6.58 38.58 0.37 0.00 ind:imp:2p; -redoutions redouter ver 6.58 38.58 0.04 0.54 ind:imp:1p;sub:pre:1p; -redoutons redouter ver 6.58 38.58 0.04 0.14 imp:pre:1p;ind:pre:1p; -redoutât redouter ver 6.58 38.58 0.00 0.20 sub:imp:3s; -redoutèrent redouter ver 6.58 38.58 0.00 0.07 ind:pas:3p; -redouté redouter ver m s 6.58 38.58 0.79 4.05 par:pas; -redoutée redouter ver f s 6.58 38.58 0.20 1.69 par:pas; -redoutées redouter ver f p 6.58 38.58 0.00 0.47 par:pas; -redoutés redouter ver m p 6.58 38.58 0.02 0.68 par:pas; -redoux redoux nom m 0.01 0.88 0.01 0.88 -redressa redresser ver 8.93 64.39 0.03 22.16 ind:pas:3s; -redressai redresser ver 8.93 64.39 0.00 1.08 ind:pas:1s; -redressaient redresser ver 8.93 64.39 0.00 0.74 ind:imp:3p; -redressais redresser ver 8.93 64.39 0.00 0.34 ind:imp:1s; -redressait redresser ver 8.93 64.39 0.01 4.26 ind:imp:3s; -redressant redresser ver 8.93 64.39 0.04 5.47 par:pre; -redresse redresser ver 8.93 64.39 3.91 10.88 imp:pre:2s;ind:pre:1s;ind:pre:3s; -redressement redressement nom m s 1.63 6.62 1.63 6.55 -redressements redressement nom m p 1.63 6.62 0.00 0.07 -redressent redresser ver 8.93 64.39 0.17 0.68 ind:pre:3p; -redresser redresser ver 8.93 64.39 2.28 8.24 inf; -redressera redresser ver 8.93 64.39 0.12 0.07 ind:fut:3s; -redresserai redresser ver 8.93 64.39 0.13 0.00 ind:fut:1s; -redresserait redresser ver 8.93 64.39 0.01 0.27 cnd:pre:3s; -redresserons redresser ver 8.93 64.39 0.00 0.07 ind:fut:1p; -redresses redresser ver 8.93 64.39 0.23 0.00 ind:pre:2s;sub:pre:2s; -redresseur redresseur nom m s 0.32 0.34 0.27 0.20 -redresseurs redresseur nom m p 0.32 0.34 0.03 0.14 -redresseuse redresseur nom f s 0.32 0.34 0.02 0.00 -redressez redresser ver 8.93 64.39 1.40 0.14 imp:pre:2p;ind:pre:2p; -redressons redresser ver 8.93 64.39 0.13 0.07 imp:pre:1p;ind:pre:1p; -redressât redresser ver 8.93 64.39 0.00 0.20 sub:imp:3s; -redressèrent redresser ver 8.93 64.39 0.00 0.47 ind:pas:3p; -redressé redresser ver m s 8.93 64.39 0.30 5.61 par:pas; -redressée redresser ver f s 8.93 64.39 0.15 2.77 par:pas; -redressées redresser ver f p 8.93 64.39 0.00 0.34 par:pas; -redressés redresser ver m p 8.93 64.39 0.01 0.54 par:pas; -redéconner redéconner ver 0.01 0.00 0.01 0.00 inf; -redécoré redécoré adj m s 0.26 0.14 0.26 0.14 -redécoupage redécoupage nom m s 0.01 0.00 0.01 0.00 -redécouvert redécouvrir ver m s 0.70 3.18 0.13 0.41 par:pas; -redécouverte redécouverte nom f s 0.03 0.14 0.03 0.14 -redécouvertes redécouvrir ver f p 0.70 3.18 0.00 0.07 par:pas; -redécouverts redécouvert adj m p 0.00 0.07 0.00 0.07 -redécouvrît redécouvrir ver 0.70 3.18 0.00 0.07 sub:imp:3s; -redécouvraient redécouvrir ver 0.70 3.18 0.01 0.07 ind:imp:3p; -redécouvrait redécouvrir ver 0.70 3.18 0.00 0.34 ind:imp:3s; -redécouvrant redécouvrir ver 0.70 3.18 0.10 0.14 par:pre; -redécouvre redécouvrir ver 0.70 3.18 0.01 0.41 ind:pre:1s;ind:pre:3s; -redécouvrent redécouvrir ver 0.70 3.18 0.10 0.07 ind:pre:3p; -redécouvrions redécouvrir ver 0.70 3.18 0.00 0.14 ind:imp:1p; -redécouvrir redécouvrir ver 0.70 3.18 0.29 1.22 inf; -redécouvrira redécouvrir ver 0.70 3.18 0.00 0.07 ind:fut:3s; -redécouvriront redécouvrir ver 0.70 3.18 0.00 0.07 ind:fut:3p; -redécouvris redécouvrir ver 0.70 3.18 0.00 0.07 ind:pas:1s; -redécouvrit redécouvrir ver 0.70 3.18 0.02 0.07 ind:pas:3s; -redécouvrons redécouvrir ver 0.70 3.18 0.04 0.00 ind:pre:1p; -redéfini redéfinir ver m s 0.29 0.07 0.03 0.00 par:pas; -redéfinir redéfinir ver 0.29 0.07 0.13 0.00 inf; -redéfinis redéfinir ver m p 0.29 0.07 0.03 0.07 ind:pre:1s;par:pas; -redéfinissons redéfinir ver 0.29 0.07 0.11 0.00 imp:pre:1p;ind:pre:1p; -redéfinition redéfinition nom f s 0.01 0.00 0.01 0.00 -redégringoler redégringoler ver 0.00 0.07 0.00 0.07 inf; -redémarra redémarrer ver 1.90 2.16 0.00 0.14 ind:pas:3s; -redémarrage redémarrage nom m s 0.13 0.00 0.13 0.00 -redémarraient redémarrer ver 1.90 2.16 0.00 0.07 ind:imp:3p; -redémarrais redémarrer ver 1.90 2.16 0.01 0.07 ind:imp:1s; -redémarrait redémarrer ver 1.90 2.16 0.00 0.14 ind:imp:3s; -redémarrant redémarrer ver 1.90 2.16 0.01 0.07 par:pre; -redémarre redémarrer ver 1.90 2.16 0.40 1.01 imp:pre:2s;ind:pre:1s;ind:pre:3s; -redémarrent redémarrer ver 1.90 2.16 0.00 0.07 ind:pre:3p; -redémarrer redémarrer ver 1.90 2.16 1.00 0.47 inf; -redémarrera redémarrer ver 1.90 2.16 0.01 0.07 ind:fut:3s; -redémarrerait redémarrer ver 1.90 2.16 0.01 0.00 cnd:pre:3s; -redémarrez redémarrer ver 1.90 2.16 0.18 0.00 imp:pre:2p;ind:pre:2p; -redémarrons redémarrer ver 1.90 2.16 0.02 0.00 imp:pre:1p; -redémarré redémarrer ver m s 1.90 2.16 0.25 0.07 par:pas; -redémolir redémolir ver 0.01 0.00 0.01 0.00 inf; -redéploie redéployer ver 0.14 0.00 0.03 0.00 ind:pre:3s; -redéploiement redéploiement nom m s 0.04 0.07 0.04 0.07 -redéployer redéployer ver 0.14 0.00 0.09 0.00 inf; -redéployez redéployer ver 0.14 0.00 0.04 0.00 imp:pre:2p;ind:pre:2p; -redéposer redéposer ver 0.08 0.07 0.01 0.00 inf; -redéposé redéposer ver m s 0.08 0.07 0.07 0.07 par:pas; -refîmes refaire ver 58.27 40.81 0.00 0.07 ind:pas:1p; -refît refaire ver 58.27 40.81 0.00 0.14 sub:imp:3s; -refabriquer refabriquer ver 0.01 0.00 0.01 0.00 inf; -refaire refaire ver 58.27 40.81 26.29 18.24 inf; -refais refaire ver 58.27 40.81 8.71 1.15 imp:pre:2s;ind:pre:1s;ind:pre:2s; -refaisaient refaire ver 58.27 40.81 0.01 0.41 ind:imp:3p; -refaisais refaire ver 58.27 40.81 0.11 0.41 ind:imp:1s;ind:imp:2s; -refaisait refaire ver 58.27 40.81 0.18 1.89 ind:imp:3s; -refaisant refaire ver 58.27 40.81 0.03 1.28 par:pre; -refaisions refaire ver 58.27 40.81 0.01 0.54 ind:imp:1p; -refaisons refaire ver 58.27 40.81 0.79 0.00 imp:pre:1p;ind:pre:1p; -refait refaire ver m s 58.27 40.81 11.23 8.58 ind:pre:3s;par:pas;par:pas; -refaite refaire ver f s 58.27 40.81 0.44 0.88 par:pas; -refaites refaire ver f p 58.27 40.81 2.55 0.54 imp:pre:2p;ind:pre:2p;par:pas; -refaits refaire ver m p 58.27 40.81 0.19 0.14 par:pas; -refamiliariser refamiliariser ver 0.01 0.00 0.01 0.00 inf; -refasse refaire ver 58.27 40.81 1.18 0.41 sub:pre:1s;sub:pre:3s; -refassent refaire ver 58.27 40.81 0.02 0.07 sub:pre:3p; -refasses refaire ver 58.27 40.81 0.41 0.00 sub:pre:2s; -refassiez refaire ver 58.27 40.81 0.04 0.00 sub:pre:2p; -refaçonner refaçonner ver 0.01 0.00 0.01 0.00 inf; -refaufile refaufiler ver 0.00 0.07 0.00 0.07 ind:pre:3s; -refendre refendre ver 0.00 0.27 0.00 0.14 inf; -refendu refendre ver m s 0.00 0.27 0.00 0.14 par:pas; -refera refaire ver 58.27 40.81 1.28 0.27 ind:fut:3s; -referai refaire ver 58.27 40.81 1.49 0.34 ind:fut:1s; -referais refaire ver 58.27 40.81 1.56 0.54 cnd:pre:1s;cnd:pre:2s; -referait refaire ver 58.27 40.81 0.21 0.47 cnd:pre:3s; -referas refaire ver 58.27 40.81 0.49 0.00 ind:fut:2s; -referendum referendum nom m s 0.13 0.00 0.13 0.00 -referions refaire ver 58.27 40.81 0.01 0.00 cnd:pre:1p; -referma refermer ver 11.97 91.76 0.33 20.34 ind:pas:3s; -refermai refermer ver 11.97 91.76 0.00 1.35 ind:pas:1s; -refermaient refermer ver 11.97 91.76 0.03 1.42 ind:imp:3p; -refermais refermer ver 11.97 91.76 0.00 0.68 ind:imp:1s; -refermait refermer ver 11.97 91.76 0.05 7.09 ind:imp:3s; -refermant refermer ver 11.97 91.76 0.05 4.80 par:pre; -refermassent refermer ver 11.97 91.76 0.00 0.07 sub:imp:3p; -referme refermer ver 11.97 91.76 3.50 14.93 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -referment refermer ver 11.97 91.76 0.35 1.82 ind:pre:3p; -refermer refermer ver 11.97 91.76 3.26 13.11 inf; -refermera refermer ver 11.97 91.76 0.36 0.20 ind:fut:3s; -refermeraient refermer ver 11.97 91.76 0.00 0.27 cnd:pre:3p; -refermerais refermer ver 11.97 91.76 0.02 0.00 cnd:pre:1s;cnd:pre:2s; -refermerait refermer ver 11.97 91.76 0.11 0.27 cnd:pre:3s; -refermeront refermer ver 11.97 91.76 0.15 0.00 ind:fut:3p; -refermes refermer ver 11.97 91.76 0.21 0.00 ind:pre:2s; -refermez refermer ver 11.97 91.76 0.73 0.20 imp:pre:2p;ind:pre:2p; -refermâmes refermer ver 11.97 91.76 0.00 0.07 ind:pas:1p; -refermons refermer ver 11.97 91.76 0.26 0.14 imp:pre:1p;ind:pre:1p; -refermât refermer ver 11.97 91.76 0.00 0.47 sub:imp:3s; -refermèrent refermer ver 11.97 91.76 0.00 1.08 ind:pas:3p; -refermé refermer ver m s 11.97 91.76 0.98 11.15 par:pas; -refermée refermer ver f s 11.97 91.76 1.19 9.59 par:pas; -refermées refermer ver f p 11.97 91.76 0.17 1.49 par:pas; -refermés refermer ver m p 11.97 91.76 0.20 1.22 par:pas; -referons refaire ver 58.27 40.81 0.14 0.41 ind:fut:1p; -referont refaire ver 58.27 40.81 0.30 0.07 ind:fut:3p; -refeuilleter refeuilleter ver 0.00 0.07 0.00 0.07 inf; -reficelai reficeler ver 0.00 0.14 0.00 0.07 ind:pas:1s; -reficelle reficeler ver 0.00 0.14 0.00 0.07 ind:pre:1s; -refil refil nom m s 0.00 0.14 0.00 0.14 -refila refiler ver 9.70 12.09 0.14 0.14 ind:pas:3s; -refilai refiler ver 9.70 12.09 0.00 0.07 ind:pas:1s; -refilaient refiler ver 9.70 12.09 0.01 0.14 ind:imp:3p; -refilais refiler ver 9.70 12.09 0.00 0.14 ind:imp:1s; -refilait refiler ver 9.70 12.09 0.33 0.81 ind:imp:3s; -refilant refiler ver 9.70 12.09 0.15 0.47 par:pre; -refile refiler ver 9.70 12.09 2.00 2.64 imp:pre:2s;ind:pre:1s;ind:pre:3s; -refilent refiler ver 9.70 12.09 0.17 0.41 ind:pre:3p; -refiler refiler ver 9.70 12.09 2.58 3.99 inf; -refilera refiler ver 9.70 12.09 0.03 0.14 ind:fut:3s; -refilerait refiler ver 9.70 12.09 0.04 0.07 cnd:pre:3s; -refiles refiler ver 9.70 12.09 0.37 0.07 ind:pre:2s; -refilez refiler ver 9.70 12.09 0.25 0.00 imp:pre:2p;ind:pre:2p; -refilé refiler ver m s 9.70 12.09 3.13 2.43 par:pas; -refilée refiler ver f s 9.70 12.09 0.37 0.41 par:pas; -refilées refiler ver f p 9.70 12.09 0.02 0.07 par:pas; -refilés refiler ver m p 9.70 12.09 0.13 0.14 par:pas; -refinancement refinancement nom m s 0.04 0.00 0.04 0.00 -refinancée refinancer ver f s 0.01 0.00 0.01 0.00 par:pas; -refirent refaire ver 58.27 40.81 0.01 0.47 ind:pas:3p; -refis refaire ver 58.27 40.81 0.14 0.34 ind:pas:1s; -refit refaire ver 58.27 40.81 0.03 2.77 ind:pas:3s; -reflet reflet nom m s 6.41 50.74 5.63 27.36 -reflets reflet nom m p 6.41 50.74 0.77 23.38 -refleurir refleurir ver 0.28 0.88 0.14 0.34 inf; -refleurira refleurir ver 0.28 0.88 0.11 0.07 ind:fut:3s; -refleurissaient refleurir ver 0.28 0.88 0.00 0.14 ind:imp:3p; -refleurissait refleurir ver 0.28 0.88 0.00 0.14 ind:imp:3s; -refleurissent refleurir ver 0.28 0.88 0.01 0.07 ind:pre:3p; -refleurit refleurir ver 0.28 0.88 0.02 0.14 ind:pre:3s;ind:pas:3s; -reflex reflex nom m 0.14 0.00 0.14 0.00 -reflète refléter ver 5.57 22.23 2.89 2.91 imp:pre:2s;ind:pre:1s;ind:pre:3s; -reflètent refléter ver 5.57 22.23 0.68 2.16 ind:pre:3p; -reflua refluer ver 0.40 8.04 0.00 0.88 ind:pas:3s; -refluaient refluer ver 0.40 8.04 0.01 0.68 ind:imp:3p; -refluait refluer ver 0.40 8.04 0.00 1.28 ind:imp:3s; -refluant refluer ver 0.40 8.04 0.00 0.81 par:pre; -reflue refluer ver 0.40 8.04 0.00 1.35 imp:pre:2s;ind:pre:1s;ind:pre:3s; -refluent refluer ver 0.40 8.04 0.10 0.61 ind:pre:3p; -refluer refluer ver 0.40 8.04 0.13 1.28 inf; -refluera refluer ver 0.40 8.04 0.00 0.07 ind:fut:3s; -refléta refléter ver 5.57 22.23 0.00 0.20 ind:pas:3s; -reflétaient refléter ver 5.57 22.23 0.19 4.26 ind:imp:3p; -reflétait refléter ver 5.57 22.23 0.35 6.15 ind:imp:3s; -reflétant refléter ver 5.57 22.23 0.08 1.22 par:pre; -refléter refléter ver 5.57 22.23 0.80 1.42 inf; -reflétera refléter ver 5.57 22.23 0.08 0.14 ind:fut:3s; -refléteraient refléter ver 5.57 22.23 0.00 0.07 cnd:pre:3p; -refléterait refléter ver 5.57 22.23 0.02 0.07 cnd:pre:3s; -refluèrent refluer ver 0.40 8.04 0.00 0.54 ind:pas:3p; -reflétons refléter ver 5.57 22.23 0.00 0.07 ind:pre:1p; -reflétèrent refléter ver 5.57 22.23 0.00 0.07 ind:pas:3p; -reflété refléter ver m s 5.57 22.23 0.22 1.76 par:pas; -reflétée refléter ver f s 5.57 22.23 0.12 1.28 par:pas; -reflétées refléter ver f p 5.57 22.23 0.14 0.34 par:pas; -reflétés refléter ver m p 5.57 22.23 0.00 0.14 par:pas; -reflué refluer ver m s 0.40 8.04 0.16 0.47 par:pas; -refluée refluer ver f s 0.40 8.04 0.00 0.07 par:pas; -reflux reflux nom m 0.47 3.45 0.47 3.45 -refoncer refoncer ver 0.01 0.00 0.01 0.00 inf; -refondant refonder ver 0.00 0.20 0.00 0.07 par:pre; -refonde refonder ver 0.00 0.20 0.00 0.14 ind:pre:3s; -refondre refondre ver 0.17 0.68 0.14 0.34 inf; -refonds refondre ver 0.17 0.68 0.01 0.00 imp:pre:2s; -refondu refondre ver m s 0.17 0.68 0.01 0.07 par:pas; -refondus refondre ver m p 0.17 0.68 0.00 0.27 par:pas; -refont refaire ver 58.27 40.81 0.42 0.41 ind:pre:3p; -refonte refonte nom f s 0.28 0.47 0.28 0.47 -reforger reforger ver 0.54 0.14 0.14 0.14 inf; -reforgé reforger ver m s 0.54 0.14 0.14 0.00 par:pas; -reforgée reforger ver f s 0.54 0.14 0.27 0.00 par:pas; -reforma reformer ver 0.71 6.49 0.04 0.61 ind:pas:3s; -reformaient reformer ver 0.71 6.49 0.00 0.88 ind:imp:3p; -reformait reformer ver 0.71 6.49 0.00 1.01 ind:imp:3s; -reformant reformer ver 0.71 6.49 0.00 0.20 par:pre; -reformassent reformer ver 0.71 6.49 0.00 0.07 sub:imp:3p; -reformater reformater ver 0.01 0.00 0.01 0.00 inf; -reformation reformation nom f s 0.02 0.07 0.02 0.07 -reforme reformer ver 0.71 6.49 0.16 1.08 ind:pre:1s;ind:pre:3s; -reforment reformer ver 0.71 6.49 0.03 0.27 ind:pre:3p; -reformer reformer ver 0.71 6.49 0.29 1.01 inf; -reformerons reformer ver 0.71 6.49 0.00 0.07 ind:fut:1p; -reformeront reformer ver 0.71 6.49 0.02 0.14 ind:fut:3p; -reformez reformer ver 0.71 6.49 0.08 0.00 imp:pre:2p; -reformèrent reformer ver 0.71 6.49 0.00 0.07 ind:pas:3p; -reformé reformer ver m s 0.71 6.49 0.05 0.47 par:pas; -reformée reformer ver f s 0.71 6.49 0.04 0.27 par:pas; -reformulation reformulation nom f s 0.01 0.00 0.01 0.00 -reformuler reformuler ver 0.55 0.14 0.50 0.00 inf; -reformulé reformuler ver m s 0.55 0.14 0.04 0.00 par:pas; -reformulée reformuler ver f s 0.55 0.14 0.00 0.14 par:pas; -reformés reformer ver m p 0.71 6.49 0.01 0.34 par:pas; -refouiller refouiller ver 0.03 0.07 0.01 0.00 inf; -refouillé refouiller ver m s 0.03 0.07 0.01 0.07 par:pas; -refoula refouler ver 1.88 7.36 0.00 0.41 ind:pas:3s; -refoulai refouler ver 1.88 7.36 0.00 0.07 ind:pas:1s; -refoulaient refouler ver 1.88 7.36 0.00 0.14 ind:imp:3p; -refoulais refouler ver 1.88 7.36 0.03 0.07 ind:imp:1s;ind:imp:2s; -refoulait refouler ver 1.88 7.36 0.03 0.41 ind:imp:3s; -refoulant refouler ver 1.88 7.36 0.01 0.27 par:pre; -refoulante refoulant adj f s 0.00 0.27 0.00 0.20 -refoule refouler ver 1.88 7.36 0.30 0.88 imp:pre:2s;ind:pre:1s;ind:pre:3s; -refoulement refoulement nom m s 0.17 1.08 0.15 0.88 -refoulements refoulement nom m p 0.17 1.08 0.02 0.20 -refoulent refouler ver 1.88 7.36 0.03 0.14 ind:pre:3p; -refouler refouler ver 1.88 7.36 0.72 2.30 inf; -refoulerait refouler ver 1.88 7.36 0.00 0.07 cnd:pre:3s; -refoulez refouler ver 1.88 7.36 0.05 0.07 imp:pre:2p;ind:pre:2p; -refouloir refouloir nom m s 0.01 0.00 0.01 0.00 -refoulé refouler ver m s 1.88 7.36 0.53 1.35 par:pas; -refoulée refoulé adj f s 1.24 1.69 0.34 0.47 -refoulées refoulé adj f p 1.24 1.69 0.27 0.27 -refoulés refoulé adj m p 1.24 1.69 0.27 0.47 -refourgua refourguer ver 0.95 1.82 0.00 0.07 ind:pas:3s; -refourgue refourguer ver 0.95 1.82 0.12 0.54 imp:pre:2s;ind:pre:1s;ind:pre:3s; -refourguer refourguer ver 0.95 1.82 0.44 0.88 inf; -refourguera refourguer ver 0.95 1.82 0.01 0.00 ind:fut:3s; -refourguerait refourguer ver 0.95 1.82 0.00 0.07 cnd:pre:3s; -refourguions refourguer ver 0.95 1.82 0.01 0.00 ind:imp:1p; -refourgué refourguer ver m s 0.95 1.82 0.36 0.00 par:pas; -refourguées refourguer ver f p 0.95 1.82 0.00 0.07 par:pas; -refourgués refourguer ver m p 0.95 1.82 0.01 0.20 par:pas; -refourrait refourrer ver 0.00 0.07 0.00 0.07 ind:imp:3s; -refous refoutre ver 0.11 0.95 0.06 0.07 ind:pre:1s;ind:pre:2s; -refout refoutre ver 0.11 0.95 0.00 0.14 ind:pre:3s; -refoutait refoutre ver 0.11 0.95 0.00 0.14 ind:imp:3s; -refoute refoutre ver 0.11 0.95 0.01 0.00 sub:pre:3s; -refoutent refoutre ver 0.11 0.95 0.01 0.00 ind:pre:3p; -refoutes refoutre ver 0.11 0.95 0.00 0.07 sub:pre:2s; -refoutez refoutre ver 0.11 0.95 0.00 0.07 imp:pre:2p; -refoutre refoutre ver 0.11 0.95 0.03 0.41 inf; -refoutu refoutre ver m s 0.11 0.95 0.00 0.07 par:pas; -refrain refrain nom m s 2.39 10.68 1.98 8.24 -refrains refrain nom m p 2.39 10.68 0.41 2.43 -refranchies refranchir ver f p 0.01 0.07 0.00 0.07 par:pas; -refranchir refranchir ver 0.01 0.07 0.01 0.00 inf; -refrappe refrapper ver 0.07 0.14 0.04 0.00 imp:pre:2s;ind:pre:3s; -refrapper refrapper ver 0.07 0.14 0.01 0.00 inf; -refroidi refroidir ver m s 10.57 8.58 1.32 0.88 par:pas; -refroidie refroidir ver f s 10.57 8.58 0.17 0.34 par:pas; -refroidies refroidir ver f p 10.57 8.58 0.17 0.14 par:pas; -refroidir refroidir ver 10.57 8.58 3.17 3.11 inf; -refroidira refroidir ver 10.57 8.58 0.06 0.14 ind:fut:3s; -refroidiraient refroidir ver 10.57 8.58 0.00 0.14 cnd:pre:3p; -refroidirais refroidir ver 10.57 8.58 0.01 0.00 cnd:pre:2s; -refroidirait refroidir ver 10.57 8.58 0.05 0.14 cnd:pre:3s; -refroidis refroidir ver m p 10.57 8.58 0.80 0.41 imp:pre:2s;ind:pre:1s;ind:pre:2s;par:pas; -refroidissaient refroidir ver 10.57 8.58 0.01 0.14 ind:imp:3p; -refroidissais refroidir ver 10.57 8.58 0.00 0.07 ind:imp:1s; -refroidissait refroidir ver 10.57 8.58 0.06 1.01 ind:imp:3s; -refroidissant refroidir ver 10.57 8.58 0.06 0.07 par:pre; -refroidisse refroidir ver 10.57 8.58 1.43 0.41 sub:pre:1s;sub:pre:3s; -refroidissement refroidissement nom m s 1.56 1.01 1.56 1.01 -refroidissent refroidir ver 10.57 8.58 0.22 0.20 ind:pre:3p; -refroidisseur refroidisseur nom m s 0.10 0.00 0.10 0.00 -refroidissiez refroidir ver 10.57 8.58 0.00 0.07 ind:imp:2p; -refroidit refroidir ver 10.57 8.58 3.03 1.35 ind:pre:3s;ind:pas:3s; -refrène refréner ver 0.01 1.82 0.00 0.14 ind:pre:3s; -refréna refréner ver 0.01 1.82 0.00 0.07 ind:pas:3s; -refrénai refréner ver 0.01 1.82 0.00 0.14 ind:pas:1s; -refrénait refréner ver 0.01 1.82 0.00 0.07 ind:imp:3s; -refrénant refréner ver 0.01 1.82 0.00 0.27 par:pre; -refréner refréner ver 0.01 1.82 0.01 0.88 inf; -refrénerait refréner ver 0.01 1.82 0.00 0.07 cnd:pre:3s; -refréné refréner ver m s 0.01 1.82 0.00 0.14 par:pas; -refrénés refréner ver m p 0.01 1.82 0.00 0.07 par:pas; -refuge refuge nom m s 8.38 18.65 8.02 16.89 -refuges refuge nom m p 8.38 18.65 0.36 1.76 -refuites refuite nom f p 0.00 0.07 0.00 0.07 -refumer refumer ver 0.03 0.07 0.03 0.07 inf; -refus refus nom m 9.02 27.03 9.02 27.03 -refusa refuser ver 143.96 152.77 1.82 14.59 ind:pas:3s; -refusai refuser ver 143.96 152.77 0.13 3.24 ind:pas:1s; -refusaient refuser ver 143.96 152.77 0.85 4.53 ind:imp:3p; -refusais refuser ver 143.96 152.77 2.15 4.59 ind:imp:1s;ind:imp:2s; -refusait refuser ver 143.96 152.77 4.17 21.82 ind:imp:3s; -refusant refuser ver 143.96 152.77 1.90 6.89 par:pre; -refuse refuser ver 143.96 152.77 49.29 24.19 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:1s; -refusent refuser ver 143.96 152.77 7.76 4.26 ind:pre:3p; -refuser refuser ver 143.96 152.77 21.34 27.84 inf;; -refusera refuser ver 143.96 152.77 2.03 0.81 ind:fut:3s; -refuserai refuser ver 143.96 152.77 0.85 0.47 ind:fut:1s; -refuseraient refuser ver 143.96 152.77 0.09 0.41 cnd:pre:3p; -refuserais refuser ver 143.96 152.77 1.08 0.61 cnd:pre:1s;cnd:pre:2s; -refuserait refuser ver 143.96 152.77 1.43 2.03 cnd:pre:3s; -refuseras refuser ver 143.96 152.77 0.15 0.27 ind:fut:2s; -refuserez refuser ver 143.96 152.77 0.58 0.27 ind:fut:2p; -refuseriez refuser ver 143.96 152.77 0.17 0.20 cnd:pre:2p; -refuserions refuser ver 143.96 152.77 0.02 0.07 cnd:pre:1p; -refuseront refuser ver 143.96 152.77 0.58 0.14 ind:fut:3p; -refuses refuser ver 143.96 152.77 8.60 1.28 ind:pre:2s; -refusez refuser ver 143.96 152.77 8.29 2.43 imp:pre:2p;ind:pre:2p; -refusiez refuser ver 143.96 152.77 0.59 0.20 ind:imp:2p; -refusions refuser ver 143.96 152.77 0.12 0.61 ind:imp:1p; -refusons refuser ver 143.96 152.77 1.29 1.01 imp:pre:1p;ind:pre:1p; -refusât refuser ver 143.96 152.77 0.00 0.88 sub:imp:3s; -refusèrent refuser ver 143.96 152.77 0.05 1.76 ind:pas:3p; -refusé refuser ver m s 143.96 152.77 26.03 22.70 par:pas; -refusée refuser ver f s 143.96 152.77 2.12 3.31 par:pas; -refusées refuser ver f p 143.96 152.77 0.23 0.54 par:pas; -refusés refuser ver m p 143.96 152.77 0.27 0.74 par:pas; -reg reg nom m s 1.52 0.14 1.52 0.14 -regagna regagner ver 9.54 49.80 0.02 9.05 ind:pas:3s; -regagnai regagner ver 9.54 49.80 0.01 1.96 ind:pas:1s; -regagnaient regagner ver 9.54 49.80 0.02 1.01 ind:imp:3p; -regagnais regagner ver 9.54 49.80 0.03 0.74 ind:imp:1s; -regagnait regagner ver 9.54 49.80 0.13 4.05 ind:imp:3s; -regagnant regagner ver 9.54 49.80 0.06 2.70 par:pre; -regagne regagner ver 9.54 49.80 1.30 3.24 imp:pre:2s;ind:pre:1s;ind:pre:3s; -regagnent regagner ver 9.54 49.80 0.22 0.68 ind:pre:3p; -regagner regagner ver 9.54 49.80 3.90 16.49 inf; -regagnera regagner ver 9.54 49.80 0.24 0.07 ind:fut:3s; -regagnerai regagner ver 9.54 49.80 0.15 0.00 ind:fut:1s; -regagneraient regagner ver 9.54 49.80 0.00 0.07 cnd:pre:3p; -regagnerais regagner ver 9.54 49.80 0.10 0.07 cnd:pre:1s; -regagnerait regagner ver 9.54 49.80 0.00 0.34 cnd:pre:3s; -regagneras regagner ver 9.54 49.80 0.06 0.00 ind:fut:2s; -regagnerez regagner ver 9.54 49.80 0.04 0.07 ind:fut:2p; -regagnerons regagner ver 9.54 49.80 0.02 0.27 ind:fut:1p; -regagneront regagner ver 9.54 49.80 0.00 0.07 ind:fut:3p; -regagnez regagner ver 9.54 49.80 1.84 0.07 imp:pre:2p;ind:pre:2p; -regagniez regagner ver 9.54 49.80 0.02 0.07 ind:imp:2p; -regagnions regagner ver 9.54 49.80 0.01 0.41 ind:imp:1p; -regagnâmes regagner ver 9.54 49.80 0.14 0.47 ind:pas:1p; -regagnons regagner ver 9.54 49.80 0.50 0.95 imp:pre:1p;ind:pre:1p; -regagnât regagner ver 9.54 49.80 0.00 0.07 sub:imp:3s; -regagnèrent regagner ver 9.54 49.80 0.01 1.55 ind:pas:3p; -regagné regagner ver m s 9.54 49.80 0.71 5.07 par:pas; -regagnée regagner ver f s 9.54 49.80 0.01 0.20 par:pas; -regagnés regagner ver m p 9.54 49.80 0.00 0.07 par:pas; -regain regain nom m s 0.14 3.24 0.14 3.18 -regains regain nom m p 0.14 3.24 0.00 0.07 -regard regard nom m s 61.35 423.18 52.39 354.93 -regarda regarder ver 1197.37 997.91 2.18 149.05 ind:pas:3s; -regardable regardable adj s 0.10 0.74 0.09 0.47 -regardables regardable adj p 0.10 0.74 0.01 0.27 -regardai regarder ver 1197.37 997.91 0.82 14.73 ind:pas:1s; -regardaient regarder ver 1197.37 997.91 3.49 33.51 ind:imp:3p; -regardais regarder ver 1197.37 997.91 16.18 36.01 ind:imp:1s;ind:imp:2s; -regardait regarder ver 1197.37 997.91 16.30 160.81 ind:imp:3s; -regardant regarder ver 1197.37 997.91 13.99 73.78 par:pre; -regardante regardant adj f s 0.65 6.15 0.04 0.41 -regardants regardant adj m p 0.65 6.15 0.04 0.27 -regarde regarder ver 1197.37 997.91 613.45 203.65 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:1s;sub:pre:3s; -regardent regarder ver 1197.37 997.91 14.68 22.30 ind:pre:3p; -regarder regarder ver 1197.37 997.91 138.28 163.51 inf;;inf;;inf;; -regardera regarder ver 1197.37 997.91 3.55 1.49 ind:fut:3s; -regarderai regarder ver 1197.37 997.91 3.30 1.08 ind:fut:1s; -regarderaient regarder ver 1197.37 997.91 0.09 0.68 cnd:pre:3p; -regarderais regarder ver 1197.37 997.91 0.82 0.68 cnd:pre:1s;cnd:pre:2s; -regarderait regarder ver 1197.37 997.91 0.95 1.76 cnd:pre:3s; -regarderas regarder ver 1197.37 997.91 1.30 0.47 ind:fut:2s; -regarderez regarder ver 1197.37 997.91 0.53 0.34 ind:fut:2p; -regarderiez regarder ver 1197.37 997.91 0.26 0.07 cnd:pre:2p; -regarderions regarder ver 1197.37 997.91 0.01 0.20 cnd:pre:1p; -regarderons regarder ver 1197.37 997.91 0.14 0.61 ind:fut:1p; -regarderont regarder ver 1197.37 997.91 0.87 0.88 ind:fut:3p; -regardes regarder ver 1197.37 997.91 43.64 5.34 ind:pre:2s;sub:pre:2s; -regardeur regardeur nom m s 0.01 0.07 0.01 0.07 -regardez regarder ver 1197.37 997.91 261.81 30.95 imp:pre:2p;ind:pre:2p; -regardiez regarder ver 1197.37 997.91 2.53 0.54 ind:imp:2p; -regardions regarder ver 1197.37 997.91 0.56 4.39 ind:imp:1p; -regardâmes regarder ver 1197.37 997.91 0.00 1.28 ind:pas:1p; -regardons regarder ver 1197.37 997.91 6.65 4.86 imp:pre:1p;ind:pre:1p; -regardât regarder ver 1197.37 997.91 0.00 0.34 sub:imp:3s; -regards regard nom m p 61.35 423.18 8.96 68.24 -regardèrent regarder ver 1197.37 997.91 0.32 15.68 ind:pas:3p; -regardé regarder ver m s 1197.37 997.91 41.29 51.55 par:pas; -regardée regarder ver f s 1197.37 997.91 7.61 11.01 ind:imp:3s;par:pas; -regardées regarder ver f p 1197.37 997.91 0.20 1.15 par:pas; -regardés regarder ver m p 1197.37 997.91 1.47 5.20 par:pas; -regarni regarnir ver m s 0.16 0.81 0.01 0.00 par:pas; -regarnies regarnir ver f p 0.16 0.81 0.00 0.07 par:pas; -regarnir regarnir ver 0.16 0.81 0.14 0.41 inf; -regarnirez regarnir ver 0.16 0.81 0.00 0.14 ind:fut:2p; -regarnis regarnir ver 0.16 0.81 0.00 0.14 ind:pre:1s; -regarnissez regarnir ver 0.16 0.81 0.00 0.07 imp:pre:2p; -regelés regeler ver m p 0.00 0.07 0.00 0.07 par:pas; -regency regency nom m 0.09 0.41 0.09 0.41 -reggae reggae nom m s 1.79 0.20 1.79 0.14 -reggaes reggae nom m p 1.79 0.20 0.00 0.07 -regimba regimber ver 0.23 0.88 0.01 0.14 ind:pas:3s; -regimbais regimber ver 0.23 0.88 0.00 0.14 ind:imp:1s; -regimbait regimber ver 0.23 0.88 0.00 0.14 ind:imp:3s; -regimbe regimber ver 0.23 0.88 0.11 0.27 imp:pre:2s;ind:pre:3s; -regimbements regimbement nom m p 0.00 0.07 0.00 0.07 -regimber regimber ver 0.23 0.88 0.11 0.14 inf; -regimbé regimber ver m s 0.23 0.88 0.00 0.07 par:pas; -registre registre nom m s 8.62 12.84 6.39 8.11 -registres registre nom m p 8.62 12.84 2.23 4.73 -reglissé reglisser ver m s 0.14 0.20 0.14 0.20 par:pas; -regoûter regoûter ver 0.03 0.14 0.03 0.07 inf; -regoûté regoûter ver m s 0.03 0.14 0.00 0.07 par:pas; -regonflage regonflage nom m s 0.01 0.00 0.01 0.00 -regonflait regonfler ver 0.39 1.42 0.00 0.20 ind:imp:3s; -regonfle regonfler ver 0.39 1.42 0.06 0.20 imp:pre:2s;ind:pre:1s;ind:pre:3s; -regonfler regonfler ver 0.39 1.42 0.29 0.41 inf; -regonflera regonfler ver 0.39 1.42 0.01 0.00 ind:fut:3s; -regonflerais regonfler ver 0.39 1.42 0.01 0.00 cnd:pre:1s; -regonflerait regonfler ver 0.39 1.42 0.00 0.07 cnd:pre:3s; -regonflé regonfler ver m s 0.39 1.42 0.01 0.47 par:pas; -regonflés regonfler ver m p 0.39 1.42 0.01 0.07 par:pas; -regorge regorger ver 1.75 3.92 1.34 0.68 ind:pre:3s; -regorgea regorger ver 1.75 3.92 0.01 0.00 ind:pas:3s; -regorgeaient regorger ver 1.75 3.92 0.00 0.81 ind:imp:3p; -regorgeais regorger ver 1.75 3.92 0.00 0.07 ind:imp:1s; -regorgeait regorger ver 1.75 3.92 0.11 1.35 ind:imp:3s; -regorgeant regorger ver 1.75 3.92 0.02 0.47 par:pre; -regorgent regorger ver 1.75 3.92 0.23 0.47 ind:pre:3p; -regorger regorger ver 1.75 3.92 0.03 0.07 inf; -regorges regorger ver 1.75 3.92 0.01 0.00 ind:pre:2s; -regrattières regrattier nom f p 0.00 0.07 0.00 0.07 -regreffe regreffer ver 0.00 0.07 0.00 0.07 ind:pre:3s; -regret regret nom m s 13.77 40.00 7.25 29.32 -regrets regret nom m p 13.77 40.00 6.53 10.68 -regretta regretter ver 89.11 75.88 0.15 4.53 ind:pas:3s; -regrettable regrettable adj s 3.41 3.51 3.27 3.04 -regrettablement regrettablement adv 0.02 0.07 0.02 0.07 -regrettables regrettable adj p 3.41 3.51 0.14 0.47 -regrettai regretter ver 89.11 75.88 0.00 1.22 ind:pas:1s; -regrettaient regretter ver 89.11 75.88 0.01 0.81 ind:imp:3p; -regrettais regretter ver 89.11 75.88 0.38 4.86 ind:imp:1s;ind:imp:2s; -regrettait regretter ver 89.11 75.88 0.32 9.12 ind:imp:3s; -regrettant regretter ver 89.11 75.88 0.21 3.11 par:pre; -regrette regretter ver 89.11 75.88 51.99 21.55 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:1s;sub:pre:3s; -regrettent regretter ver 89.11 75.88 0.88 0.88 ind:pre:3p; -regretter regretter ver 89.11 75.88 12.05 12.57 inf; -regrettera regretter ver 89.11 75.88 1.50 0.74 ind:fut:3s; -regretterai regretter ver 89.11 75.88 0.78 1.49 ind:fut:1s; -regretteraient regretter ver 89.11 75.88 0.03 0.34 cnd:pre:3p; -regretterais regretter ver 89.11 75.88 0.65 0.68 cnd:pre:1s;cnd:pre:2s; -regretterait regretter ver 89.11 75.88 0.13 0.68 cnd:pre:3s; -regretteras regretter ver 89.11 75.88 5.58 1.49 ind:fut:2s; -regretterez regretter ver 89.11 75.88 4.47 0.74 ind:fut:2p; -regretteriez regretter ver 89.11 75.88 0.13 0.07 cnd:pre:2p; -regretterons regretter ver 89.11 75.88 0.10 0.07 ind:fut:1p; -regretteront regretter ver 89.11 75.88 0.46 0.14 ind:fut:3p; -regrettes regretter ver 89.11 75.88 4.46 1.28 ind:pre:2s; -regrettez regretter ver 89.11 75.88 1.31 1.28 imp:pre:2p;ind:pre:2p; -regrettiez regretter ver 89.11 75.88 0.14 0.27 ind:imp:2p; -regrettions regretter ver 89.11 75.88 0.02 0.20 ind:imp:1p; -regrettons regretter ver 89.11 75.88 0.76 0.20 imp:pre:1p;ind:pre:1p; -regrettât regretter ver 89.11 75.88 0.00 0.27 sub:imp:3s; -regrettèrent regretter ver 89.11 75.88 0.00 0.27 ind:pas:3p; -regretté regretter ver m s 89.11 75.88 2.43 6.22 par:pas; -regrettée regretter ver f s 89.11 75.88 0.15 0.54 par:pas; -regrettées regretter ver f p 89.11 75.88 0.02 0.07 par:pas; -regrettés regretter ver m p 89.11 75.88 0.01 0.20 par:pas; -regrimpa regrimper ver 0.17 1.15 0.00 0.07 ind:pas:3s; -regrimpaient regrimper ver 0.17 1.15 0.00 0.07 ind:imp:3p; -regrimpait regrimper ver 0.17 1.15 0.00 0.07 ind:imp:3s; -regrimpe regrimper ver 0.17 1.15 0.01 0.27 imp:pre:2s;ind:pre:1s;ind:pre:3s; -regrimpent regrimper ver 0.17 1.15 0.00 0.07 ind:pre:3p; -regrimper regrimper ver 0.17 1.15 0.12 0.27 inf; -regrimperas regrimper ver 0.17 1.15 0.01 0.00 ind:fut:2s; -regrimperons regrimper ver 0.17 1.15 0.01 0.00 ind:fut:1p; -regrimpez regrimper ver 0.17 1.15 0.01 0.00 imp:pre:2p; -regrimpé regrimper ver m s 0.17 1.15 0.01 0.34 par:pas; -regrossir regrossir ver 0.01 0.00 0.01 0.00 inf; -regroupa regrouper ver 3.09 6.42 0.00 0.07 ind:pas:3s; -regroupaient regrouper ver 3.09 6.42 0.03 0.54 ind:imp:3p; -regroupait regrouper ver 3.09 6.42 0.26 0.41 ind:imp:3s; -regroupant regrouper ver 3.09 6.42 0.06 0.74 par:pre; -regroupe regrouper ver 3.09 6.42 0.76 0.61 imp:pre:2s;ind:pre:1s;ind:pre:3s; -regroupement regroupement nom m s 0.65 1.76 0.52 1.55 -regroupements regroupement nom m p 0.65 1.76 0.14 0.20 -regroupent regrouper ver 3.09 6.42 0.37 0.34 ind:pre:3p; -regrouper regrouper ver 3.09 6.42 0.59 1.69 inf; -regrouperaient regrouper ver 3.09 6.42 0.02 0.07 cnd:pre:3p; -regrouperions regrouper ver 3.09 6.42 0.01 0.00 cnd:pre:1p; -regroupez regrouper ver 3.09 6.42 0.40 0.00 imp:pre:2p;ind:pre:2p; -regroupèrent regrouper ver 3.09 6.42 0.02 0.20 ind:pas:3p; -regroupé regrouper ver m s 3.09 6.42 0.12 0.34 par:pas; -regroupée regrouper ver f s 3.09 6.42 0.02 0.20 par:pas; -regroupées regrouper ver f p 3.09 6.42 0.02 0.20 par:pas; -regroupés regrouper ver m p 3.09 6.42 0.41 1.01 par:pas; -regréaient regréer ver 0.00 0.34 0.00 0.07 ind:imp:3p; -regréer regréer ver 0.00 0.34 0.00 0.07 inf; -regréé regréer ver m s 0.00 0.34 0.00 0.20 par:pas; -rehaussaient rehausser ver 0.77 5.81 0.00 0.20 ind:imp:3p; -rehaussait rehausser ver 0.77 5.81 0.01 1.01 ind:imp:3s; -rehaussant rehausser ver 0.77 5.81 0.00 0.47 par:pre; -rehausse rehausser ver 0.77 5.81 0.20 0.41 ind:pre:3s; -rehaussement rehaussement nom m s 0.01 0.00 0.01 0.00 -rehaussent rehausser ver 0.77 5.81 0.00 0.34 ind:pre:3p; -rehausser rehausser ver 0.77 5.81 0.34 0.88 inf; -rehaussera rehausser ver 0.77 5.81 0.01 0.14 ind:fut:3s; -rehausses rehausse nom f p 0.00 0.14 0.00 0.07 -rehausseur rehausseur nom m s 0.11 0.00 0.11 0.00 -rehaussez rehausser ver 0.77 5.81 0.01 0.00 imp:pre:2p; -rehaussé rehausser ver m s 0.77 5.81 0.03 1.15 par:pas; -rehaussée rehausser ver f s 0.77 5.81 0.03 0.68 par:pas; -rehaussées rehausser ver f p 0.77 5.81 0.14 0.20 par:pas; -rehaussés rehausser ver m p 0.77 5.81 0.00 0.34 par:pas; -rehaut rehaut nom m s 0.00 0.20 0.00 0.07 -rehauts rehaut nom m p 0.00 0.20 0.00 0.14 -reich reich nom m s 0.03 4.26 0.03 4.26 -reichsmark reichsmark nom m 0.01 0.00 0.01 0.00 -reichstag reichstag nom m s 0.85 0.68 0.85 0.68 -reichswehr reichswehr nom f s 0.00 0.14 0.00 0.14 -rein rein nom m s 13.96 34.05 4.53 1.76 -reine_claude reine_claude nom f s 0.01 0.41 0.00 0.14 -reine_mère reine_mère nom f s 0.00 0.34 0.00 0.34 -reine reine nom f s 59.05 33.78 56.26 30.00 -reine_claude reine_claude nom f p 0.01 0.41 0.01 0.27 -reine_marguerite reine_marguerite nom f p 0.00 0.27 0.00 0.27 -reines reine nom f p 59.05 33.78 2.79 3.78 -reinette reinette nom f s 0.30 0.95 0.01 0.34 -reinettes reinette nom f p 0.30 0.95 0.29 0.61 -reins rein nom m p 13.96 34.05 9.43 32.30 -reis reis nom m 0.52 0.20 0.52 0.20 -rejailli rejaillir ver m s 1.05 2.64 0.14 0.27 par:pas; -rejaillir rejaillir ver 1.05 2.64 0.24 0.54 inf; -rejailliraient rejaillir ver 1.05 2.64 0.00 0.07 cnd:pre:3p; -rejaillirait rejaillir ver 1.05 2.64 0.11 0.20 cnd:pre:3s; -rejaillissaient rejaillir ver 1.05 2.64 0.00 0.07 ind:imp:3p; -rejaillissait rejaillir ver 1.05 2.64 0.00 0.61 ind:imp:3s; -rejaillissant rejaillir ver 1.05 2.64 0.00 0.14 par:pre; -rejaillissements rejaillissement nom m p 0.00 0.07 0.00 0.07 -rejaillissent rejaillir ver 1.05 2.64 0.02 0.07 ind:pre:3p; -rejaillit rejaillir ver 1.05 2.64 0.54 0.68 ind:pre:3s;ind:pas:3s; -rejet rejet nom m s 2.94 3.31 2.71 3.04 -rejeta rejeter ver 23.16 47.84 0.18 5.74 ind:pas:3s; -rejetable rejetable adj s 0.00 0.07 0.00 0.07 -rejetai rejeter ver 23.16 47.84 0.00 0.68 ind:pas:1s; -rejetaient rejeter ver 23.16 47.84 0.17 0.95 ind:imp:3p; -rejetais rejeter ver 23.16 47.84 0.22 0.74 ind:imp:1s;ind:imp:2s; -rejetait rejeter ver 23.16 47.84 0.00 5.74 ind:imp:3s; -rejetant rejeter ver 23.16 47.84 0.44 4.12 par:pre; -rejeter rejeter ver 23.16 47.84 3.94 6.82 inf; -rejetez rejeter ver 23.16 47.84 1.24 0.07 imp:pre:2p;ind:pre:2p; -rejetiez rejeter ver 23.16 47.84 0.11 0.07 ind:imp:2p; -rejetions rejeter ver 23.16 47.84 0.01 0.20 ind:imp:1p; -rejeton rejeton nom m s 1.25 3.92 0.61 2.30 -rejetons rejeton nom m p 1.25 3.92 0.64 1.62 -rejetât rejeter ver 23.16 47.84 0.00 0.07 sub:imp:3s; -rejets rejet nom m p 2.94 3.31 0.23 0.27 -rejette rejeter ver 23.16 47.84 4.43 5.34 imp:pre:2s;ind:pre:1s;ind:pre:3s; -rejettent rejeter ver 23.16 47.84 0.93 1.22 ind:pre:3p; -rejettera rejeter ver 23.16 47.84 0.57 0.27 ind:fut:3s; -rejetterai rejeter ver 23.16 47.84 0.29 0.07 ind:fut:1s; -rejetteraient rejeter ver 23.16 47.84 0.02 0.00 cnd:pre:3p; -rejetterais rejeter ver 23.16 47.84 0.17 0.00 cnd:pre:1s;cnd:pre:2s; -rejetterait rejeter ver 23.16 47.84 0.06 0.20 cnd:pre:3s; -rejetteras rejeter ver 23.16 47.84 0.00 0.07 ind:fut:2s; -rejetteront rejeter ver 23.16 47.84 0.17 0.14 ind:fut:3p; -rejettes rejeter ver 23.16 47.84 0.77 0.00 ind:pre:2s;sub:pre:2s; -rejetèrent rejeter ver 23.16 47.84 0.00 0.07 ind:pas:3p; -rejeté rejeter ver m s 23.16 47.84 5.65 7.84 par:pas; -rejetée rejeté adj f s 4.03 1.62 2.18 0.47 -rejetées rejeter ver f p 23.16 47.84 0.37 1.28 par:pas; -rejetés rejeter ver m p 23.16 47.84 0.98 2.16 par:pas; -rejoignîmes rejoindre ver 96.98 134.80 0.01 0.41 ind:pas:1p; -rejoignît rejoindre ver 96.98 134.80 0.00 0.27 sub:imp:3s; -rejoignaient rejoindre ver 96.98 134.80 0.15 4.80 ind:imp:3p; -rejoignais rejoindre ver 96.98 134.80 0.35 0.34 ind:imp:1s;ind:imp:2s; -rejoignait rejoindre ver 96.98 134.80 0.16 6.35 ind:imp:3s; -rejoignant rejoindre ver 96.98 134.80 0.31 2.91 par:pre; -rejoigne rejoindre ver 96.98 134.80 1.96 1.15 sub:pre:1s;sub:pre:3s; -rejoignent rejoindre ver 96.98 134.80 1.69 5.07 ind:pre:3p; -rejoignes rejoindre ver 96.98 134.80 0.47 0.00 sub:pre:2s; -rejoignez rejoindre ver 96.98 134.80 6.00 0.61 imp:pre:2p;ind:pre:2p; -rejoigniez rejoindre ver 96.98 134.80 0.15 0.07 ind:imp:2p;sub:pre:2p; -rejoignions rejoindre ver 96.98 134.80 0.13 0.20 ind:imp:1p; -rejoignirent rejoindre ver 96.98 134.80 0.15 2.84 ind:pas:3p; -rejoignis rejoindre ver 96.98 134.80 0.01 1.69 ind:pas:1s; -rejoignisse rejoindre ver 96.98 134.80 0.00 0.07 sub:imp:1s; -rejoignissent rejoindre ver 96.98 134.80 0.00 0.07 sub:imp:3p; -rejoignit rejoindre ver 96.98 134.80 0.37 13.58 ind:pas:3s; -rejoignons rejoindre ver 96.98 134.80 1.52 0.54 imp:pre:1p;ind:pre:1p; -rejoindra rejoindre ver 96.98 134.80 2.42 0.81 ind:fut:3s; -rejoindrai rejoindre ver 96.98 134.80 3.25 0.54 ind:fut:1s; -rejoindraient rejoindre ver 96.98 134.80 0.04 0.47 cnd:pre:3p; -rejoindrais rejoindre ver 96.98 134.80 0.50 0.47 cnd:pre:1s;cnd:pre:2s; -rejoindrait rejoindre ver 96.98 134.80 0.14 1.15 cnd:pre:3s; -rejoindras rejoindre ver 96.98 134.80 0.55 0.07 ind:fut:2s; -rejoindre rejoindre ver 96.98 134.80 41.59 59.66 ind:pre:2p;inf; -rejoindrez rejoindre ver 96.98 134.80 0.93 0.14 ind:fut:2p; -rejoindrions rejoindre ver 96.98 134.80 0.00 0.20 cnd:pre:1p; -rejoindrons rejoindre ver 96.98 134.80 0.76 0.34 ind:fut:1p; -rejoindront rejoindre ver 96.98 134.80 0.58 0.41 ind:fut:3p; -rejoins rejoindre ver 96.98 134.80 20.16 3.65 imp:pre:2s;ind:pre:1s;ind:pre:2s; -rejoint rejoindre ver m s 96.98 134.80 11.16 20.27 ind:pre:3s;par:pas; -rejointe rejoindre ver f s 96.98 134.80 0.31 1.35 par:pas; -rejointes rejoindre ver f p 96.98 134.80 0.01 0.54 par:pas; -rejointoyer rejointoyer ver 0.00 0.27 0.00 0.07 inf; -rejointoyé rejointoyer ver m s 0.00 0.27 0.00 0.07 par:pas; -rejointoyés rejointoyer ver m p 0.00 0.27 0.00 0.14 par:pas; -rejoints rejoindre ver m p 96.98 134.80 1.19 3.78 par:pas; -rejoua rejouer ver 3.51 1.69 0.00 0.20 ind:pas:3s; -rejouaient rejouer ver 3.51 1.69 0.02 0.00 ind:imp:3p; -rejouais rejouer ver 3.51 1.69 0.02 0.07 ind:imp:1s; -rejouant rejouer ver 3.51 1.69 0.02 0.14 par:pre; -rejoue rejouer ver 3.51 1.69 1.18 0.00 imp:pre:2s;ind:pre:1s;ind:pre:3s; -rejouent rejouer ver 3.51 1.69 0.21 0.07 ind:pre:3p; -rejouer rejouer ver 3.51 1.69 1.48 0.88 inf; -rejouerait rejouer ver 3.51 1.69 0.02 0.07 cnd:pre:3s; -rejoueras rejouer ver 3.51 1.69 0.03 0.00 ind:fut:2s; -rejouerez rejouer ver 3.51 1.69 0.16 0.07 ind:fut:2p; -rejouerons rejouer ver 3.51 1.69 0.00 0.07 ind:fut:1p; -rejoues rejouer ver 3.51 1.69 0.04 0.00 ind:pre:2s; -rejouez rejouer ver 3.51 1.69 0.10 0.00 imp:pre:2p;ind:pre:2p; -rejouons rejouer ver 3.51 1.69 0.03 0.00 imp:pre:1p; -rejoué rejouer ver m s 3.51 1.69 0.19 0.14 par:pas; -rejuger rejuger ver 0.34 0.14 0.07 0.07 inf; -rejugez rejuger ver 0.34 0.14 0.02 0.00 imp:pre:2p; -rejugé rejuger ver m s 0.34 0.14 0.22 0.07 par:pas; -rejugés rejuger ver m p 0.34 0.14 0.02 0.00 par:pas; -relacent relacer ver 0.01 0.41 0.00 0.07 ind:pre:3p; -relacer relacer ver 0.01 0.41 0.00 0.07 inf; -relaie relayer ver 2.63 5.81 0.27 0.14 imp:pre:2s;ind:pre:1s;ind:pre:3s; -relaient relayer ver 2.63 5.81 0.52 0.27 ind:pre:3p; -relaiera relayer ver 2.63 5.81 0.07 0.14 ind:fut:3s; -relaieraient relayer ver 2.63 5.81 0.00 0.07 cnd:pre:3p; -relaierait relayer ver 2.63 5.81 0.00 0.07 cnd:pre:3s; -relaieront relayer ver 2.63 5.81 0.17 0.00 ind:fut:3p; -relais relais nom m 7.09 8.51 7.09 8.51 -relaisser relaisser ver 0.00 0.07 0.00 0.07 inf; -relance relancer ver 4.95 7.43 1.87 0.68 imp:pre:2s;ind:pre:1s;ind:pre:3s; -relancement relancement nom m s 0.03 0.00 0.03 0.00 -relancent relancer ver 4.95 7.43 0.01 0.07 ind:pre:3p; -relancer relancer ver 4.95 7.43 1.96 2.77 inf; -relancera relancer ver 4.95 7.43 0.02 0.00 ind:fut:3s; -relancerait relancer ver 4.95 7.43 0.04 0.00 cnd:pre:3s; -relanceront relancer ver 4.95 7.43 0.01 0.00 ind:fut:3p; -relances relancer ver 4.95 7.43 0.05 0.00 ind:pre:2s; -relanceur relanceur nom m s 0.01 0.00 0.01 0.00 -relancez relancer ver 4.95 7.43 0.27 0.00 imp:pre:2p;ind:pre:2p; -relancèrent relancer ver 4.95 7.43 0.00 0.07 ind:pas:3p; -relancé relancer ver m s 4.95 7.43 0.48 1.22 par:pas; -relancée relancer ver f s 4.95 7.43 0.16 0.20 par:pas; -relancées relancer ver f p 4.95 7.43 0.01 0.07 par:pas; -relancés relancer ver m p 4.95 7.43 0.01 0.07 par:pas; -relança relancer ver 4.95 7.43 0.01 0.41 ind:pas:3s; -relançai relancer ver 4.95 7.43 0.00 0.07 ind:pas:1s; -relançaient relancer ver 4.95 7.43 0.00 0.41 ind:imp:3p; -relançais relancer ver 4.95 7.43 0.00 0.07 ind:imp:1s; -relançait relancer ver 4.95 7.43 0.01 0.81 ind:imp:3s; -relançant relancer ver 4.95 7.43 0.00 0.41 par:pre; -relançons relancer ver 4.95 7.43 0.05 0.00 imp:pre:1p; -relançât relancer ver 4.95 7.43 0.00 0.14 sub:imp:3s; -relaps relaps nom m 0.01 0.34 0.00 0.34 -relapse relaps adj f s 0.00 0.34 0.00 0.07 -relapses relaps nom f p 0.01 0.34 0.01 0.00 -relargué relargué adj m s 0.00 0.14 0.00 0.14 -relata relater ver 1.18 5.61 0.03 0.47 ind:pas:3s; -relatai relater ver 1.18 5.61 0.00 0.07 ind:pas:1s; -relataient relater ver 1.18 5.61 0.01 0.27 ind:imp:3p; -relatais relater ver 1.18 5.61 0.00 0.20 ind:imp:1s; -relatait relater ver 1.18 5.61 0.02 0.81 ind:imp:3s; -relatant relater ver 1.18 5.61 0.05 0.95 par:pre; -relate relater ver 1.18 5.61 0.19 1.01 imp:pre:2s;ind:pre:1s;ind:pre:3s; -relatent relater ver 1.18 5.61 0.06 0.14 ind:pre:3p; -relater relater ver 1.18 5.61 0.39 0.54 inf; -relateraient relater ver 1.18 5.61 0.00 0.07 cnd:pre:3p; -relateront relater ver 1.18 5.61 0.01 0.00 ind:fut:3p; -relaça relacer ver 0.01 0.41 0.00 0.07 ind:pas:3s; -relaçaient relacer ver 0.01 0.41 0.00 0.07 ind:imp:3p; -relaçait relacer ver 0.01 0.41 0.01 0.14 ind:imp:3s; -relatif relatif adj m s 3.12 14.05 1.05 3.78 -relatifs relatif adj m p 3.12 14.05 0.56 1.22 -relation relation nom f s 74.95 52.36 44.03 10.20 -relationnel relationnel adj m s 0.38 0.00 0.14 0.00 -relationnelle relationnel adj f s 0.38 0.00 0.01 0.00 -relationnelles relationnel adj f p 0.38 0.00 0.09 0.00 -relationnels relationnel adj m p 0.38 0.00 0.14 0.00 -relations relation nom f p 74.95 52.36 30.92 42.16 -relative relatif adj f s 3.12 14.05 0.93 7.09 -relativement relativement adv 4.48 8.65 4.48 8.65 -relatives relatif adj f p 3.12 14.05 0.57 1.96 -relativisant relativiser ver 0.39 0.20 0.00 0.07 par:pre; -relativisation relativisation nom f s 0.00 0.14 0.00 0.14 -relativise relativiser ver 0.39 0.20 0.14 0.00 imp:pre:2s;ind:pre:3s; -relativisent relativiser ver 0.39 0.20 0.00 0.07 ind:pre:3p; -relativiser relativiser ver 0.39 0.20 0.23 0.07 inf; -relativisme relativisme nom m s 0.05 0.00 0.05 0.00 -relativiste relativiste adj f s 0.02 0.00 0.02 0.00 -relativisé relativiser ver m s 0.39 0.20 0.02 0.00 par:pas; -relativité relativité nom f s 0.50 1.22 0.50 1.22 -relaté relater ver m s 1.18 5.61 0.13 0.68 par:pas; -relatée relater ver f s 1.18 5.61 0.02 0.07 par:pas; -relatées relater ver f p 1.18 5.61 0.01 0.14 par:pas; -relatés relater ver m p 1.18 5.61 0.25 0.14 par:pas; -relavait relaver ver 0.13 0.47 0.00 0.07 ind:imp:3s; -relave relaver ver 0.13 0.47 0.07 0.07 imp:pre:2s;ind:pre:1s;ind:pre:3s; -relaver relaver ver 0.13 0.47 0.06 0.27 inf; -relavés relaver ver m p 0.13 0.47 0.00 0.07 par:pas; -relax relax adj 8.16 0.88 8.16 0.88 -relaxais relaxer ver 5.46 0.74 0.00 0.07 ind:imp:1s; -relaxant relaxant adj m s 0.72 0.07 0.61 0.00 -relaxante relaxant adj f s 0.72 0.07 0.08 0.00 -relaxantes relaxant adj f p 0.72 0.07 0.01 0.07 -relaxants relaxant adj m p 0.72 0.07 0.03 0.00 -relaxation relaxation nom f s 0.63 0.68 0.63 0.68 -relaxe relaxer ver 5.46 0.74 1.47 0.00 imp:pre:2s;ind:pre:1s;ind:pre:3s; -relaxer relaxer ver 5.46 0.74 2.64 0.20 ind:pre:2p;inf; -relaxes relaxe nom f p 1.63 0.61 0.21 0.07 -relaxez relaxer ver 5.46 0.74 0.77 0.14 imp:pre:2p;ind:pre:2p; -relaxons relaxer ver 5.46 0.74 0.03 0.00 imp:pre:1p;ind:pre:1p; -relaxé relaxer ver m s 5.46 0.74 0.27 0.27 par:pas; -relaxée relaxer ver f s 5.46 0.74 0.07 0.07 par:pas; -relaya relayer ver 2.63 5.81 0.00 0.14 ind:pas:3s; -relayaient relayer ver 2.63 5.81 0.25 1.22 ind:imp:3p; -relayait relayer ver 2.63 5.81 0.01 0.47 ind:imp:3s; -relayant relayer ver 2.63 5.81 0.01 0.54 par:pre; -relaye relayer ver 2.63 5.81 0.01 0.07 ind:pre:1s;ind:pre:3s; -relayent relayer ver 2.63 5.81 0.00 0.14 ind:pre:3p; -relayer relayer ver 2.63 5.81 0.93 1.01 inf; -relayera relayer ver 2.63 5.81 0.01 0.07 ind:fut:3s; -relayerai relayer ver 2.63 5.81 0.10 0.00 ind:fut:1s; -relayeur relayeur nom m s 0.02 0.00 0.02 0.00 -relayez relayer ver 2.63 5.81 0.05 0.00 imp:pre:2p; -relayions relayer ver 2.63 5.81 0.00 0.07 ind:imp:1p; -relayâmes relayer ver 2.63 5.81 0.00 0.14 ind:pas:1p; -relayons relayer ver 2.63 5.81 0.02 0.07 imp:pre:1p;ind:pre:1p; -relayèrent relayer ver 2.63 5.81 0.00 0.20 ind:pas:3p; -relayé relayer ver m s 2.63 5.81 0.14 0.61 par:pas; -relayée relayer ver f s 2.63 5.81 0.02 0.14 par:pas; -relayées relayer ver f p 2.63 5.81 0.01 0.07 par:pas; -relayés relayer ver m p 2.63 5.81 0.03 0.20 par:pas; -relecture relecture nom f s 0.80 0.47 0.80 0.47 -relent relent nom m s 0.32 9.12 0.10 2.64 -relents relent nom m p 0.32 9.12 0.23 6.49 -releva relever ver 39.49 124.93 0.05 25.74 ind:pas:3s; -relevable relevable adj m s 0.00 0.07 0.00 0.07 -relevai relever ver 39.49 124.93 0.14 1.82 ind:pas:1s; -relevaient relever ver 39.49 124.93 0.06 3.51 ind:imp:3p; -relevailles relevailles nom f p 0.00 0.07 0.00 0.07 -relevais relever ver 39.49 124.93 0.06 0.95 ind:imp:1s;ind:imp:2s; -relevait relever ver 39.49 124.93 0.53 9.80 ind:imp:3s; -relevant relever ver 39.49 124.93 0.53 10.68 par:pre; -relever relever ver 39.49 124.93 10.46 24.39 inf; -releveur releveur adj m s 0.03 0.07 0.03 0.00 -releveurs releveur nom m p 0.02 0.00 0.01 0.00 -relevez relever ver 39.49 124.93 5.95 0.34 imp:pre:2p;ind:pre:2p; -releviez relever ver 39.49 124.93 0.14 0.07 ind:imp:2p; -relevions relever ver 39.49 124.93 0.00 0.27 ind:imp:1p; -relevâmes relever ver 39.49 124.93 0.00 0.07 ind:pas:1p; -relevons relever ver 39.49 124.93 0.33 0.27 imp:pre:1p;ind:pre:1p; -relevât relever ver 39.49 124.93 0.00 0.54 sub:imp:3s; -relevèrent relever ver 39.49 124.93 0.01 1.28 ind:pas:3p; -relevé relever ver m s 39.49 124.93 6.04 13.72 par:pas; -relevée relevé adj f s 2.30 10.14 0.64 2.03 -relevées relever ver f p 39.49 124.93 0.30 1.35 par:pas; -relevés relevé nom m p 5.00 2.36 3.12 0.81 -reliage reliage nom m s 0.01 0.00 0.01 0.00 -reliaient relier ver 12.83 20.47 0.22 0.88 ind:imp:3p; -reliait relier ver 12.83 20.47 0.20 2.64 ind:imp:3s; -reliant relier ver 12.83 20.47 0.78 1.55 par:pre; -relie relier ver 12.83 20.47 1.95 2.77 imp:pre:2s;ind:pre:1s;ind:pre:3s; -relief relief nom m s 1.25 19.32 1.11 13.51 -reliefs relief nom m p 1.25 19.32 0.14 5.81 -relient relier ver 12.83 20.47 0.30 1.01 ind:pre:3p; -relier relier ver 12.83 20.47 2.34 2.64 inf; -reliera relier ver 12.83 20.47 0.29 0.14 ind:fut:3s; -relieur relieur nom m s 0.33 0.41 0.33 0.27 -relieurs relieur nom m p 0.33 0.41 0.00 0.14 -reliez relier ver 12.83 20.47 0.11 0.00 imp:pre:2p; -religieuse religieux adj f s 15.52 24.26 4.85 11.42 -religieusement religieusement adv 0.80 3.04 0.80 3.04 -religieuses religieux adj f p 15.52 24.26 2.17 3.78 -religieux religieux adj m 15.52 24.26 8.51 9.05 -religion religion nom f s 24.68 35.07 22.86 30.88 -religionnaires religionnaire nom p 0.00 0.07 0.00 0.07 -religions religion nom f p 24.68 35.07 1.81 4.19 -religiosité religiosité nom f s 0.01 0.41 0.01 0.41 -reliât relier ver 12.83 20.47 0.00 0.14 sub:imp:3s; -reliquaire reliquaire nom s 0.28 0.95 0.28 0.68 -reliquaires reliquaire nom p 0.28 0.95 0.00 0.27 -reliquat reliquat nom m s 0.04 1.76 0.04 1.35 -reliquats reliquat nom m p 0.04 1.76 0.00 0.41 -relique relique nom f s 2.59 5.95 1.41 2.23 -reliques relique nom f p 2.59 5.95 1.19 3.72 -relirai relire ver 6.31 25.81 0.04 0.07 ind:fut:1s; -relirais relire ver 6.31 25.81 0.02 0.07 cnd:pre:1s;cnd:pre:2s; -relirait relire ver 6.31 25.81 0.00 0.27 cnd:pre:3s; -reliras relire ver 6.31 25.81 0.00 0.07 ind:fut:2s; -relire relire ver 6.31 25.81 1.84 6.42 inf; -relirez relire ver 6.31 25.81 0.01 0.07 ind:fut:2p; -relirons relire ver 6.31 25.81 0.01 0.07 ind:fut:1p; -relis relire ver 6.31 25.81 1.78 2.57 imp:pre:2s;ind:pre:1s;ind:pre:2s; -relisaient relire ver 6.31 25.81 0.00 0.07 ind:imp:3p; -relisais relire ver 6.31 25.81 0.12 1.55 ind:imp:1s;ind:imp:2s; -relisait relire ver 6.31 25.81 0.01 2.03 ind:imp:3s; -relisant relire ver 6.31 25.81 0.07 1.69 par:pre; -relise relire ver 6.31 25.81 0.07 0.27 sub:pre:1s;sub:pre:3s; -relisez relire ver 6.31 25.81 0.70 0.54 imp:pre:2p;ind:pre:2p; -relisions relire ver 6.31 25.81 0.00 0.07 ind:imp:1p; -relit relire ver 6.31 25.81 0.22 1.49 ind:pre:3s; -relié relier ver m s 12.83 20.47 3.03 2.77 par:pas; -reliée relier ver f s 12.83 20.47 0.95 1.08 par:pas; -reliées relier ver f p 12.83 20.47 0.53 2.09 par:pas; -reliure reliure nom f s 0.67 4.12 0.61 2.23 -reliures reliure nom f p 0.67 4.12 0.06 1.89 -reliés relier ver m p 12.83 20.47 2.12 2.77 par:pas; -relâcha relâcher ver 21.40 13.45 0.13 1.69 ind:pas:3s; -relâchai relâcher ver 21.40 13.45 0.00 0.20 ind:pas:1s; -relâchaient relâcher ver 21.40 13.45 0.01 0.41 ind:imp:3p; -relâchais relâcher ver 21.40 13.45 0.01 0.07 ind:imp:1s; -relâchait relâcher ver 21.40 13.45 0.02 1.89 ind:imp:3s; -relâchant relâcher ver 21.40 13.45 0.04 0.68 par:pre; -relâche relâcher ver 21.40 13.45 4.25 1.28 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -relâchement relâchement nom m s 0.47 2.70 0.44 2.36 -relâchements relâchement nom m p 0.47 2.70 0.02 0.34 -relâchent relâcher ver 21.40 13.45 0.35 0.61 ind:pre:3p; -relâcher relâcher ver 21.40 13.45 4.09 3.24 imp:pre:2p;inf; -relâchera relâcher ver 21.40 13.45 0.41 0.07 ind:fut:3s; -relâcherai relâcher ver 21.40 13.45 0.54 0.00 ind:fut:1s; -relâcheraient relâcher ver 21.40 13.45 0.04 0.00 cnd:pre:3p; -relâcherait relâcher ver 21.40 13.45 0.02 0.07 cnd:pre:3s; -relâcheras relâcher ver 21.40 13.45 0.01 0.00 ind:fut:2s; -relâcherez relâcher ver 21.40 13.45 0.06 0.00 ind:fut:2p; -relâcherons relâcher ver 21.40 13.45 0.04 0.00 ind:fut:1p; -relâcheront relâcher ver 21.40 13.45 0.44 0.20 ind:fut:3p; -relâchez relâcher ver 21.40 13.45 4.77 0.00 imp:pre:2p;ind:pre:2p; -relâchiez relâcher ver 21.40 13.45 0.11 0.00 ind:imp:2p; -relâchons relâcher ver 21.40 13.45 0.27 0.07 imp:pre:1p;ind:pre:1p; -relâchèrent relâcher ver 21.40 13.45 0.01 0.54 ind:pas:3p; -relâché relâcher ver m s 21.40 13.45 4.08 1.76 par:pas; -relâchée relâcher ver f s 21.40 13.45 0.92 0.41 par:pas; -relâchées relâcher ver f p 21.40 13.45 0.07 0.20 par:pas; -relâchés relâcher ver m p 21.40 13.45 0.72 0.07 par:pas; -reloge reloger ver 0.52 0.34 0.14 0.14 ind:pre:3s; -relogement relogement nom m s 0.08 0.14 0.07 0.07 -relogements relogement nom m p 0.08 0.14 0.01 0.07 -reloger reloger ver 0.52 0.34 0.23 0.14 ind:pre:2p;inf; -relogerais reloger ver 0.52 0.34 0.00 0.07 cnd:pre:1s; -relogé reloger ver m s 0.52 0.34 0.15 0.00 par:pas; -relooker relooker ver 0.18 0.00 0.07 0.00 inf; -relookerai relooker ver 0.18 0.00 0.01 0.00 ind:fut:1s; -relooké relooker ver m s 0.18 0.00 0.06 0.00 par:pas; -relookée relooker ver f s 0.18 0.00 0.03 0.00 par:pas; -reloquer reloquer ver 0.00 0.07 0.00 0.07 inf; -relouer relouer ver 0.14 0.07 0.04 0.00 inf; -relouerons relouer ver 0.14 0.07 0.00 0.07 ind:fut:1p; -relourde relourder ver 0.00 0.20 0.00 0.07 ind:pre:3s; -relourder relourder ver 0.00 0.20 0.00 0.07 inf; -relourdé relourder ver m s 0.00 0.20 0.00 0.07 par:pas; -reloué relouer ver m s 0.14 0.07 0.10 0.00 par:pas; -relègue reléguer ver 0.54 4.53 0.06 0.47 ind:pre:1s;ind:pre:3s; -relèguent reléguer ver 0.54 4.53 0.00 0.07 ind:pre:3p; -relève relever ver 39.49 124.93 11.74 19.26 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -relèvement relèvement nom m s 0.45 0.95 0.43 0.88 -relèvements relèvement nom m p 0.45 0.95 0.02 0.07 -relèvent relever ver 39.49 124.93 0.68 2.57 ind:pre:3p; -relèvera relever ver 39.49 124.93 0.51 0.41 ind:fut:3s; -relèverai relever ver 39.49 124.93 0.19 0.00 ind:fut:1s; -relèveraient relever ver 39.49 124.93 0.04 0.34 cnd:pre:3p; -relèverais relever ver 39.49 124.93 0.16 0.00 cnd:pre:1s;cnd:pre:2s; -relèverait relever ver 39.49 124.93 0.09 0.81 cnd:pre:3s; -relèveras relever ver 39.49 124.93 0.12 0.07 ind:fut:2s; -relèverez relever ver 39.49 124.93 0.01 0.14 ind:fut:2p; -relèverions relever ver 39.49 124.93 0.00 0.07 cnd:pre:1p; -relèverons relever ver 39.49 124.93 0.17 0.00 ind:fut:1p; -relèveront relever ver 39.49 124.93 0.09 0.07 ind:fut:3p; -relèves relever ver 39.49 124.93 0.15 0.20 ind:pre:2s;sub:pre:2s; -relu relire ver m s 6.31 25.81 1.35 3.65 par:pas; -relue relire ver f s 6.31 25.81 0.02 0.20 par:pas; -relues relire ver f p 6.31 25.81 0.01 0.14 par:pas; -relégation relégation nom f s 0.10 0.68 0.10 0.68 -relégua reléguer ver 0.54 4.53 0.00 0.14 ind:pas:3s; -reléguai reléguer ver 0.54 4.53 0.00 0.07 ind:pas:1s; -reléguaient reléguer ver 0.54 4.53 0.00 0.14 ind:imp:3p; -reléguait reléguer ver 0.54 4.53 0.00 0.34 ind:imp:3s; -reléguant reléguer ver 0.54 4.53 0.00 0.27 par:pre; -reléguer reléguer ver 0.54 4.53 0.06 0.68 inf; -reléguera reléguer ver 0.54 4.53 0.00 0.07 ind:fut:3s; -relégueraient reléguer ver 0.54 4.53 0.00 0.07 cnd:pre:3p; -reléguerait reléguer ver 0.54 4.53 0.00 0.07 cnd:pre:3s; -reléguons reléguer ver 0.54 4.53 0.00 0.07 ind:pre:1p; -reléguèrent reléguer ver 0.54 4.53 0.00 0.07 ind:pas:3p; -relégué reléguer ver m s 0.54 4.53 0.31 0.95 par:pas; -reléguée reléguer ver f s 0.54 4.53 0.05 0.61 par:pas; -reléguées reléguer ver f p 0.54 4.53 0.00 0.27 par:pas; -relégués relégué adj m p 0.13 0.74 0.10 0.20 -relui reluire ver m s 0.54 4.05 0.02 0.07 par:pas; -reluire reluire ver 0.54 4.05 0.34 2.77 inf; -reluiront reluire ver 0.54 4.05 0.00 0.07 ind:fut:3p; -reluis reluire ver 0.54 4.05 0.00 0.07 ind:pre:2s; -reluisaient reluire ver 0.54 4.05 0.00 0.14 ind:imp:3p; -reluisais reluire ver 0.54 4.05 0.00 0.07 ind:imp:1s; -reluisant reluisant adj m s 0.27 1.96 0.14 0.81 -reluisante reluisant adj f s 0.27 1.96 0.06 0.34 -reluisantes reluisant adj f p 0.27 1.96 0.01 0.34 -reluisants reluisant adj m p 0.27 1.96 0.06 0.47 -reluise reluire ver 0.54 4.05 0.16 0.07 sub:pre:3s; -reluisent reluire ver 0.54 4.05 0.01 0.20 ind:pre:3p; -reluit reluire ver 0.54 4.05 0.00 0.41 ind:pre:3s; -reluqua reluquer ver 2.16 5.47 0.00 0.07 ind:pas:3s; -reluquaient reluquer ver 2.16 5.47 0.05 0.47 ind:imp:3p; -reluquais reluquer ver 2.16 5.47 0.12 0.20 ind:imp:1s;ind:imp:2s; -reluquait reluquer ver 2.16 5.47 0.10 0.41 ind:imp:3s; -reluquant reluquer ver 2.16 5.47 0.01 0.68 par:pre; -reluque reluquer ver 2.16 5.47 0.36 1.69 imp:pre:2s;ind:pre:1s;ind:pre:3s; -reluquent reluquer ver 2.16 5.47 0.13 0.07 ind:pre:3p; -reluquer reluquer ver 2.16 5.47 1.09 1.49 inf; -reluques reluquer ver 2.16 5.47 0.12 0.07 ind:pre:2s; -reluquiez reluquer ver 2.16 5.47 0.01 0.00 ind:imp:2p; -reluqué reluquer ver m s 2.16 5.47 0.04 0.14 par:pas; -reluquée reluquer ver f s 2.16 5.47 0.09 0.14 par:pas; -reluqués reluquer ver m p 2.16 5.47 0.04 0.07 par:pas; -relus relire ver m p 6.31 25.81 0.04 0.95 ind:pas:1s;par:pas; -relut relire ver 6.31 25.81 0.01 3.58 ind:pas:3s; -remîmes remettre ver 144.94 202.50 0.01 0.20 ind:pas:1p; -remît remettre ver 144.94 202.50 0.01 1.22 sub:imp:3s; -remaigrir remaigrir ver 0.01 0.00 0.01 0.00 inf; -remaillage remaillage nom m s 0.00 0.20 0.00 0.20 -remaillaient remailler ver 0.00 0.27 0.00 0.07 ind:imp:3p; -remaillant remailler ver 0.00 0.27 0.00 0.07 par:pre; -remailler remailler ver 0.00 0.27 0.00 0.07 inf; -remailleuse mailleur nom f s 0.00 0.07 0.00 0.07 -remaillés remailler ver m p 0.00 0.27 0.00 0.07 par:pas; -remake remake nom m s 0.66 0.54 0.66 0.54 -remange remanger ver 0.07 0.07 0.03 0.00 ind:pre:1s; -remanger remanger ver 0.07 0.07 0.04 0.00 inf; -remangerait remanger ver 0.07 0.07 0.00 0.07 cnd:pre:3s; -remania remanier ver 0.79 0.88 0.00 0.07 ind:pas:3s; -remaniait remanier ver 0.79 0.88 0.00 0.07 ind:imp:3s; -remaniant remanier ver 0.79 0.88 0.00 0.14 par:pre; -remanie remanier ver 0.79 0.88 0.16 0.00 ind:pre:1s;ind:pre:3s; -remaniement remaniement nom m s 0.16 1.08 0.09 0.95 -remaniements remaniement nom m p 0.16 1.08 0.07 0.14 -remanier remanier ver 0.79 0.88 0.12 0.27 inf; -remanié remanier ver m s 0.79 0.88 0.48 0.20 par:pas; -remaniée remanier ver f s 0.79 0.88 0.01 0.14 par:pas; -remaniés remanier ver m p 0.79 0.88 0.02 0.00 par:pas; -remaquilla remaquiller ver 0.28 0.81 0.00 0.27 ind:pas:3s; -remaquillait remaquiller ver 0.28 0.81 0.00 0.14 ind:imp:3s; -remaquille remaquiller ver 0.28 0.81 0.02 0.00 ind:pre:1s;ind:pre:3s; -remaquiller remaquiller ver 0.28 0.81 0.26 0.20 inf; -remaquillé remaquiller ver m s 0.28 0.81 0.01 0.00 par:pas; -remaquillée remaquiller ver f s 0.28 0.81 0.00 0.20 par:pas; -remarchait remarcher ver 1.32 0.41 0.00 0.14 ind:imp:3s; -remarche remarcher ver 1.32 0.41 0.47 0.07 ind:pre:3s; -remarchent remarcher ver 1.32 0.41 0.02 0.00 ind:pre:3p; -remarcher remarcher ver 1.32 0.41 0.67 0.20 inf; -remarchera remarcher ver 1.32 0.41 0.13 0.00 ind:fut:3s; -remarcheras remarcher ver 1.32 0.41 0.02 0.00 ind:fut:2s; -remaria remarier ver 6.14 4.32 0.08 0.14 ind:pas:3s; -remariage remariage nom m s 0.10 0.54 0.10 0.54 -remariaient remarier ver 6.14 4.32 0.01 0.00 ind:imp:3p; -remariait remarier ver 6.14 4.32 0.05 0.07 ind:imp:3s; -remariant remarier ver 6.14 4.32 0.01 0.07 par:pre; -remarie remarier ver 6.14 4.32 0.72 0.20 imp:pre:2s;ind:pre:1s;ind:pre:3s; -remarient remarier ver 6.14 4.32 0.04 0.14 ind:pre:3p; -remarier remarier ver 6.14 4.32 2.48 1.28 inf;; -remariera remarier ver 6.14 4.32 0.07 0.20 ind:fut:3s; -remarierai remarier ver 6.14 4.32 0.14 0.00 ind:fut:1s; -remarierais remarier ver 6.14 4.32 0.05 0.00 cnd:pre:1s;cnd:pre:2s; -remarierait remarier ver 6.14 4.32 0.02 0.07 cnd:pre:3s; -remarieras remarier ver 6.14 4.32 0.04 0.00 ind:fut:2s; -remarierez remarier ver 6.14 4.32 0.01 0.00 ind:fut:2p; -remarieront remarier ver 6.14 4.32 0.00 0.07 ind:fut:3p; -remaries remarier ver 6.14 4.32 0.06 0.07 ind:pre:2s; -remariez remarier ver 6.14 4.32 0.18 0.07 imp:pre:2p;ind:pre:2p; -remariions remarier ver 6.14 4.32 0.00 0.07 ind:imp:1p; -remarié remarier ver m s 6.14 4.32 0.81 1.15 par:pas; -remariée remarier ver f s 6.14 4.32 1.20 0.74 par:pas; -remariés remarier ver m p 6.14 4.32 0.17 0.00 par:pas; -remarqua remarquer ver 80.56 142.16 0.88 22.36 ind:pas:3s; -remarquable remarquable adj s 13.22 13.24 12.20 10.74 -remarquablement remarquablement adv 0.99 1.89 0.99 1.89 -remarquables remarquable adj p 13.22 13.24 1.02 2.50 -remarquai remarquer ver 80.56 142.16 0.31 6.35 ind:pas:1s; -remarquaient remarquer ver 80.56 142.16 0.10 0.54 ind:imp:3p; -remarquais remarquer ver 80.56 142.16 0.07 1.76 ind:imp:1s;ind:imp:2s; -remarquait remarquer ver 80.56 142.16 0.41 5.20 ind:imp:3s; -remarquant remarquer ver 80.56 142.16 0.01 1.42 par:pre; -remarquas remarquer ver 80.56 142.16 0.00 0.07 ind:pas:2s; -remarque remarquer ver 80.56 142.16 7.76 12.97 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -remarquent remarquer ver 80.56 142.16 1.01 1.01 ind:pre:3p; -remarquer remarquer ver 80.56 142.16 11.32 32.70 inf; -remarquera remarquer ver 80.56 142.16 1.05 0.68 ind:fut:3s; -remarquerai remarquer ver 80.56 142.16 0.04 0.00 ind:fut:1s; -remarqueraient remarquer ver 80.56 142.16 0.08 0.00 cnd:pre:3p; -remarquerais remarquer ver 80.56 142.16 0.41 0.20 cnd:pre:1s;cnd:pre:2s; -remarquerait remarquer ver 80.56 142.16 0.66 0.68 cnd:pre:3s; -remarqueras remarquer ver 80.56 142.16 0.37 0.20 ind:fut:2s; -remarquerez remarquer ver 80.56 142.16 0.92 0.61 ind:fut:2p; -remarqueriez remarquer ver 80.56 142.16 0.19 0.00 cnd:pre:2p; -remarqueront remarquer ver 80.56 142.16 0.53 0.07 ind:fut:3p; -remarques remarque nom f p 11.24 21.28 3.59 5.07 -remarquez remarquer ver 80.56 142.16 4.07 6.35 imp:pre:2p;ind:pre:2p; -remarquiez remarquer ver 80.56 142.16 0.14 0.14 ind:imp:2p;sub:pre:2p; -remarquions remarquer ver 80.56 142.16 0.03 0.20 ind:imp:1p; -remarquâmes remarquer ver 80.56 142.16 0.00 0.34 ind:pas:1p; -remarquons remarquer ver 80.56 142.16 0.05 0.00 imp:pre:1p;ind:pre:1p; -remarquât remarquer ver 80.56 142.16 0.00 0.54 sub:imp:3s; -remarquèrent remarquer ver 80.56 142.16 0.01 0.34 ind:pas:3p; -remarqué remarquer ver m s 80.56 142.16 47.20 39.86 par:pas; -remarquée remarquer ver f s 80.56 142.16 1.30 5.47 par:pas; -remarquées remarquer ver f p 80.56 142.16 0.08 0.68 par:pas; -remarqués remarquer ver m p 80.56 142.16 0.36 1.08 par:pas; -remballa remballer ver 3.06 1.96 0.00 0.20 ind:pas:3s; -remballage remballage nom m s 0.01 0.07 0.01 0.07 -remballaient remballer ver 3.06 1.96 0.00 0.07 ind:imp:3p; -remballait remballer ver 3.06 1.96 0.00 0.07 ind:imp:3s; -remballant remballer ver 3.06 1.96 0.00 0.20 par:pre; -remballe remballer ver 3.06 1.96 1.68 0.47 imp:pre:2s;ind:pre:1s;ind:pre:3s; -remballent remballer ver 3.06 1.96 0.01 0.14 ind:pre:3p; -remballer remballer ver 3.06 1.96 0.66 0.34 inf; -remballez remballer ver 3.06 1.96 0.58 0.00 imp:pre:2p;ind:pre:2p; -remballé remballer ver m s 3.06 1.96 0.13 0.34 par:pas; -remballés remballer ver m p 3.06 1.96 0.01 0.14 par:pas; -rembarqua rembarquer ver 0.21 0.95 0.00 0.07 ind:pas:3s; -rembarquaient rembarquer ver 0.21 0.95 0.00 0.07 ind:imp:3p; -rembarque rembarquer ver 0.21 0.95 0.04 0.07 imp:pre:2s;ind:pre:1s;ind:pre:3s; -rembarquement rembarquement nom m s 0.00 0.47 0.00 0.41 -rembarquements rembarquement nom m p 0.00 0.47 0.00 0.07 -rembarquer rembarquer ver 0.21 0.95 0.04 0.41 inf; -rembarquez rembarquer ver 0.21 0.95 0.12 0.00 imp:pre:2p;ind:pre:2p; -rembarquèrent rembarquer ver 0.21 0.95 0.00 0.20 ind:pas:3p; -rembarqué rembarquer ver m s 0.21 0.95 0.01 0.00 par:pas; -rembarquées rembarquer ver f p 0.21 0.95 0.00 0.14 par:pas; -rembarra rembarrer ver 0.68 0.88 0.00 0.07 ind:pas:3s; -rembarrais rembarrer ver 0.68 0.88 0.01 0.14 ind:imp:1s; -rembarrait rembarrer ver 0.68 0.88 0.01 0.07 ind:imp:3s; -rembarre rembarrer ver 0.68 0.88 0.22 0.14 imp:pre:2s;ind:pre:1s;ind:pre:3s; -rembarrer rembarrer ver 0.68 0.88 0.25 0.34 inf; -rembarres rembarrer ver 0.68 0.88 0.05 0.00 ind:pre:2s; -rembarré rembarrer ver m s 0.68 0.88 0.11 0.07 par:pas; -rembarrée rembarrer ver f s 0.68 0.88 0.03 0.07 par:pas; -rembauche rembaucher ver 0.00 0.14 0.00 0.07 ind:pre:3s; -rembauchés rembaucher ver m p 0.00 0.14 0.00 0.07 par:pas; -remblai remblai nom m s 0.09 5.34 0.07 4.66 -remblaiement remblaiement nom m s 0.00 0.14 0.00 0.14 -remblais remblai nom m p 0.09 5.34 0.02 0.68 -remblaya remblayer ver 0.01 0.34 0.00 0.07 ind:pas:3s; -remblayer remblayer ver 0.01 0.34 0.01 0.14 inf; -remblayé remblayer ver m s 0.01 0.34 0.00 0.07 par:pas; -remblayée remblayer ver f s 0.01 0.34 0.00 0.07 par:pas; -remboîter remboîter ver 0.00 0.07 0.00 0.07 inf; -rembobinage rembobinage nom m s 0.23 0.00 0.23 0.00 -rembobine rembobiner ver 1.59 0.20 1.10 0.14 imp:pre:2s;ind:pre:1s;ind:pre:3s; -rembobiner rembobiner ver 1.59 0.20 0.33 0.07 inf; -rembobinez rembobiner ver 1.59 0.20 0.16 0.00 imp:pre:2p; -rembour rembour nom m s 0.00 0.07 0.00 0.07 -rembourrage rembourrage nom m s 0.52 0.47 0.51 0.34 -rembourrages rembourrage nom m p 0.52 0.47 0.01 0.14 -rembourraient rembourrer ver 0.74 2.36 0.01 0.07 ind:imp:3p; -rembourrait rembourrer ver 0.74 2.36 0.01 0.14 ind:imp:3s; -rembourrant rembourrer ver 0.74 2.36 0.00 0.07 par:pre; -rembourre rembourrer ver 0.74 2.36 0.06 0.07 ind:pre:3s; -rembourrer rembourrer ver 0.74 2.36 0.06 0.00 inf; -rembourré rembourrer ver m s 0.74 2.36 0.35 0.81 par:pas; -rembourrée rembourrer ver f s 0.74 2.36 0.19 0.27 par:pas; -rembourrées rembourrer ver f p 0.74 2.36 0.03 0.34 par:pas; -rembourrés rembourrer ver m p 0.74 2.36 0.02 0.61 par:pas; -remboursa rembourser ver 27.71 9.26 0.01 0.00 ind:pas:3s; -remboursable remboursable adj s 0.38 0.00 0.38 0.00 -remboursaient rembourser ver 27.71 9.26 0.00 0.07 ind:imp:3p; -remboursais rembourser ver 27.71 9.26 0.03 0.00 ind:imp:1s;ind:imp:2s; -remboursait rembourser ver 27.71 9.26 0.17 0.14 ind:imp:3s; -remboursant rembourser ver 27.71 9.26 0.01 0.07 par:pre; -rembourse rembourser ver 27.71 9.26 3.81 0.81 imp:pre:2s;ind:pre:1s;ind:pre:3s; -remboursement remboursement nom m s 2.09 1.15 1.89 1.01 -remboursements remboursement nom m p 2.09 1.15 0.20 0.14 -remboursent rembourser ver 27.71 9.26 0.16 0.14 ind:pre:3p; -rembourser rembourser ver 27.71 9.26 11.77 4.39 inf;; -remboursera rembourser ver 27.71 9.26 1.31 0.34 ind:fut:3s; -rembourserai rembourser ver 27.71 9.26 4.24 0.34 ind:fut:1s; -rembourserais rembourser ver 27.71 9.26 0.14 0.00 cnd:pre:1s;cnd:pre:2s; -rembourserait rembourser ver 27.71 9.26 0.08 0.07 cnd:pre:3s; -rembourseras rembourser ver 27.71 9.26 0.74 0.34 ind:fut:2s; -rembourserez rembourser ver 27.71 9.26 0.12 0.14 ind:fut:2p; -rembourserons rembourser ver 27.71 9.26 0.06 0.14 ind:fut:1p; -rembourseront rembourser ver 27.71 9.26 0.05 0.14 ind:fut:3p; -rembourses rembourser ver 27.71 9.26 0.56 0.07 ind:pre:2s; -remboursez rembourser ver 27.71 9.26 0.72 0.34 imp:pre:2p;ind:pre:2p; -remboursons rembourser ver 27.71 9.26 0.15 0.07 imp:pre:1p;ind:pre:1p; -remboursât rembourser ver 27.71 9.26 0.00 0.14 sub:imp:3s; -remboursèrent rembourser ver 27.71 9.26 0.00 0.07 ind:pas:3p; -remboursé rembourser ver m s 27.71 9.26 2.71 0.88 par:pas; -remboursée rembourser ver f s 27.71 9.26 0.48 0.27 par:pas; -remboursées rembourser ver f p 27.71 9.26 0.06 0.14 par:pas; -remboursés rembourser ver m p 27.71 9.26 0.34 0.20 par:pas; -rembruni rembrunir ver m s 0.01 2.36 0.00 0.14 par:pas; -rembrunir rembrunir ver 0.01 2.36 0.00 0.20 inf; -rembrunis rembrunir ver m p 0.01 2.36 0.00 0.07 par:pas; -rembrunissait rembrunir ver 0.01 2.36 0.00 0.27 ind:imp:3s; -rembrunissent rembrunir ver 0.01 2.36 0.00 0.07 ind:pre:3p; -rembrunit rembrunir ver 0.01 2.36 0.01 1.62 ind:pre:3s;ind:pas:3s; -remembrance remembrance nom f s 0.01 0.14 0.01 0.14 -remembrement remembrement nom m s 0.01 0.14 0.01 0.14 -remembrés remembrer ver m p 0.00 0.07 0.00 0.07 par:pas; -remercia remercier ver 113.70 54.46 0.04 8.31 ind:pas:3s; -remerciai remercier ver 113.70 54.46 0.01 1.15 ind:pas:1s; -remerciaient remercier ver 113.70 54.46 0.11 0.54 ind:imp:3p; -remerciais remercier ver 113.70 54.46 0.14 0.54 ind:imp:1s; -remerciait remercier ver 113.70 54.46 0.06 2.50 ind:imp:3s; -remerciant remercier ver 113.70 54.46 0.40 1.76 par:pre; -remercie remercier ver 113.70 54.46 51.61 17.09 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:1s;sub:pre:3s; -remerciement remerciement nom m s 5.52 6.22 2.53 2.64 -remerciements remerciement nom m p 5.52 6.22 2.99 3.58 -remercient remercier ver 113.70 54.46 0.98 0.27 ind:pre:3p; -remercier remercier ver 113.70 54.46 38.60 15.47 inf;; -remerciera remercier ver 113.70 54.46 0.47 0.14 ind:fut:3s; -remercierai remercier ver 113.70 54.46 0.84 0.20 ind:fut:1s; -remercierais remercier ver 113.70 54.46 0.12 0.07 cnd:pre:1s;cnd:pre:2s; -remercierait remercier ver 113.70 54.46 0.06 0.20 cnd:pre:3s; -remercieras remercier ver 113.70 54.46 1.39 0.20 ind:fut:2s; -remercierez remercier ver 113.70 54.46 1.00 0.14 ind:fut:2p; -remercierons remercier ver 113.70 54.46 0.02 0.00 ind:fut:1p; -remercieront remercier ver 113.70 54.46 0.30 0.00 ind:fut:3p; -remercies remercier ver 113.70 54.46 1.37 0.07 ind:pre:2s; -remerciez remercier ver 113.70 54.46 6.25 0.88 imp:pre:2p;ind:pre:2p; -remerciâmes remercier ver 113.70 54.46 0.00 0.07 ind:pas:1p; -remercions remercier ver 113.70 54.46 5.00 0.68 imp:pre:1p;ind:pre:1p; -remercièrent remercier ver 113.70 54.46 0.00 0.54 ind:pas:3p; -remercié remercier ver m s 113.70 54.46 3.59 2.91 par:pas; -remerciée remercier ver f s 113.70 54.46 0.94 0.54 par:pas; -remerciés remercier ver m p 113.70 54.46 0.38 0.20 par:pas; -remet remettre ver 144.94 202.50 12.56 15.74 ind:pre:3s; -remets remettre ver 144.94 202.50 24.72 6.76 imp:pre:2s;ind:pre:1s;ind:pre:2s; -remettaient remettre ver 144.94 202.50 0.06 2.30 ind:imp:3p; -remettais remettre ver 144.94 202.50 0.56 1.69 ind:imp:1s;ind:imp:2s; -remettait remettre ver 144.94 202.50 0.63 12.84 ind:imp:3s; -remettant remettre ver 144.94 202.50 0.31 5.61 par:pre; -remette remettre ver 144.94 202.50 2.94 2.64 sub:pre:1s;sub:pre:3s; -remettent remettre ver 144.94 202.50 2.26 2.91 ind:pre:3p; -remettes remettre ver 144.94 202.50 0.33 0.07 sub:pre:2s; -remettez remettre ver 144.94 202.50 10.44 2.03 imp:pre:2p;ind:pre:2p; -remettiez remettre ver 144.94 202.50 0.52 0.14 ind:imp:2p; -remettions remettre ver 144.94 202.50 0.07 0.07 ind:imp:1p; -remettons remettre ver 144.94 202.50 2.10 0.47 imp:pre:1p;ind:pre:1p; -remettra remettre ver 144.94 202.50 5.79 2.23 ind:fut:3s; -remettrai remettre ver 144.94 202.50 3.32 0.81 ind:fut:1s; -remettraient remettre ver 144.94 202.50 0.04 0.07 cnd:pre:3p; -remettrais remettre ver 144.94 202.50 0.45 0.34 cnd:pre:1s;cnd:pre:2s; -remettrait remettre ver 144.94 202.50 0.67 2.43 cnd:pre:3s; -remettras remettre ver 144.94 202.50 1.54 0.61 ind:fut:2s; -remettre remettre ver 144.94 202.50 46.99 56.08 inf; -remettrez remettre ver 144.94 202.50 1.09 0.27 ind:fut:2p; -remettriez remettre ver 144.94 202.50 0.07 0.07 cnd:pre:2p; -remettrions remettre ver 144.94 202.50 0.00 0.07 cnd:pre:1p; -remettrons remettre ver 144.94 202.50 0.25 0.00 ind:fut:1p; -remettront remettre ver 144.94 202.50 0.27 0.14 ind:fut:3p; -remeublé remeubler ver m s 0.01 0.00 0.01 0.00 par:pas; -remirent remettre ver 144.94 202.50 0.04 2.97 ind:pas:3p; -remis remettre ver m 144.94 202.50 20.27 39.12 ind:pas:1s;ind:pas:2s;par:pas;par:pas;par:pas;par:pas; -remisa remiser ver 1.43 4.19 0.00 0.20 ind:pas:3s; -remisai remiser ver 1.43 4.19 0.00 0.14 ind:pas:1s; -remisaient remiser ver 1.43 4.19 0.01 0.07 ind:imp:3p; -remisait remiser ver 1.43 4.19 0.00 0.27 ind:imp:3s; -remise remise nom f s 9.77 12.09 8.81 10.95 -remisent remiser ver 1.43 4.19 0.00 0.07 ind:pre:3p; -remiser remiser ver 1.43 4.19 0.18 0.47 inf; -remises remise nom f p 9.77 12.09 0.96 1.15 -remisez remiser ver 1.43 4.19 0.11 0.00 imp:pre:2p; -remisons remiser ver 1.43 4.19 0.00 0.07 ind:pre:1p; -remisse remettre ver 144.94 202.50 0.00 0.07 sub:imp:1s; -remisèrent remiser ver 1.43 4.19 0.00 0.20 ind:pas:3p; -remisé remiser ver m s 1.43 4.19 0.12 0.74 par:pas; -remisée remiser ver f s 1.43 4.19 0.00 0.27 par:pas; -remisés remiser ver m p 1.43 4.19 0.01 0.34 par:pas; -remit remettre ver 144.94 202.50 0.66 32.16 ind:pas:3s; -remix remix nom m 0.15 0.00 0.15 0.00 -remixer remixer ver 0.02 0.00 0.02 0.00 inf; -remmailleuses remmailleuse nom f p 0.00 0.14 0.00 0.14 -remmenaient remmener ver 0.41 0.14 0.00 0.07 ind:imp:3p; -remmener remmener ver 0.41 0.14 0.16 0.07 inf; -remmenez remmener ver 0.41 0.14 0.14 0.00 imp:pre:2p;ind:pre:2p; -remmenée remmener ver f s 0.41 0.14 0.01 0.00 par:pas; -remmène remmener ver 0.41 0.14 0.09 0.00 imp:pre:2s;ind:pre:1s;ind:pre:3s; -remmènes remmener ver 0.41 0.14 0.01 0.00 ind:pre:2s; -remobilisés remobiliser ver m p 0.00 0.07 0.00 0.07 par:pas; -remâcha remâcher ver 0.03 2.16 0.00 0.14 ind:pas:3s; -remâchaient remâcher ver 0.03 2.16 0.00 0.14 ind:imp:3p; -remâchais remâcher ver 0.03 2.16 0.00 0.14 ind:imp:1s; -remâchait remâcher ver 0.03 2.16 0.00 0.27 ind:imp:3s; -remâchant remâcher ver 0.03 2.16 0.00 0.34 par:pre; -remâche remâcher ver 0.03 2.16 0.01 0.27 ind:pre:1s;ind:pre:3s; -remâchent remâcher ver 0.03 2.16 0.00 0.14 ind:pre:3p; -remâcher remâcher ver 0.03 2.16 0.01 0.41 inf; -remâchez remâcher ver 0.03 2.16 0.00 0.07 ind:pre:2p; -remâché remâcher ver m s 0.03 2.16 0.00 0.07 par:pas; -remâchée remâcher ver f s 0.03 2.16 0.01 0.14 par:pas; -remâchées remâcher ver f p 0.03 2.16 0.00 0.07 par:pas; -remodela remodeler ver 0.35 0.88 0.00 0.14 ind:pas:3s; -remodelage remodelage nom m s 0.03 0.14 0.03 0.14 -remodelant remodeler ver 0.35 0.88 0.01 0.07 par:pre; -remodeler remodeler ver 0.35 0.88 0.20 0.07 inf; -remodelé remodeler ver m s 0.35 0.88 0.10 0.27 par:pas; -remodelée remodeler ver f s 0.35 0.88 0.04 0.07 par:pas; -remodelées remodeler ver f p 0.35 0.88 0.00 0.07 par:pas; -remodèle remodeler ver 0.35 0.88 0.00 0.14 ind:pre:3s; -remodèles remodeler ver 0.35 0.88 0.00 0.07 ind:pre:2s; -remonta remonter ver 71.33 160.14 0.32 16.22 ind:pas:3s; -remontage remontage nom m s 0.03 0.07 0.03 0.07 -remontai remonter ver 71.33 160.14 0.01 1.76 ind:pas:1s; -remontaient remonter ver 71.33 160.14 0.38 6.15 ind:imp:3p; -remontais remonter ver 71.33 160.14 0.33 2.36 ind:imp:1s;ind:imp:2s; -remontait remonter ver 71.33 160.14 0.65 17.84 ind:imp:3s; -remontant remontant nom m s 2.61 1.01 2.30 0.81 -remontantes remontant adj f p 0.11 0.61 0.00 0.07 -remontants remontant nom m p 2.61 1.01 0.31 0.20 -remonte_pente remonte_pente nom m s 0.02 0.07 0.02 0.07 -remonte_pentes remonte_pentes nom m 0.00 0.07 0.00 0.07 -remonte remonter ver 71.33 160.14 25.55 26.89 imp:pre:2s;ind:pre:1s;ind:pre:3s; -remontent remonter ver 71.33 160.14 2.78 5.61 ind:pre:3p; -remonter remonter ver 71.33 160.14 19.13 38.51 inf; -remontera remonter ver 71.33 160.14 1.83 0.88 ind:fut:3s; -remonterai remonter ver 71.33 160.14 0.40 0.14 ind:fut:1s; -remonteraient remonter ver 71.33 160.14 0.04 0.14 cnd:pre:3p; -remonterait remonter ver 71.33 160.14 0.35 0.74 cnd:pre:3s; -remonteras remonter ver 71.33 160.14 0.06 0.20 ind:fut:2s; -remonterez remonter ver 71.33 160.14 0.08 0.07 ind:fut:2p; -remonteriez remonter ver 71.33 160.14 0.01 0.00 cnd:pre:2p; -remonterons remonter ver 71.33 160.14 0.14 0.27 ind:fut:1p; -remonteront remonter ver 71.33 160.14 0.30 0.14 ind:fut:3p; -remontes remonter ver 71.33 160.14 1.02 0.54 ind:pre:2s; -remontez remonter ver 71.33 160.14 6.73 0.81 imp:pre:2p;ind:pre:2p; -remontiez remonter ver 71.33 160.14 0.06 0.07 ind:imp:2p; -remontions remonter ver 71.33 160.14 0.30 0.74 ind:imp:1p; -remontoir remontoir nom m s 0.12 0.27 0.12 0.27 -remontâmes remonter ver 71.33 160.14 0.00 0.27 ind:pas:1p; -remontons remonter ver 71.33 160.14 1.21 2.16 imp:pre:1p;ind:pre:1p; -remontât remonter ver 71.33 160.14 0.00 0.41 sub:imp:3s; -remontrait remontrer ver 0.55 1.42 0.06 0.20 ind:imp:3s; -remontrance remontrance nom f s 0.87 1.69 0.16 0.20 -remontrances remontrance nom f p 0.87 1.69 0.71 1.49 -remontrassent remontrer ver 0.55 1.42 0.00 0.07 sub:imp:3p; -remontre remontrer ver 0.55 1.42 0.19 0.14 imp:pre:2s;ind:pre:3s; -remontrer remontrer ver 0.55 1.42 0.19 0.14 inf; -remontrera remontrer ver 0.55 1.42 0.00 0.07 ind:fut:3s; -remontrerai remontrer ver 0.55 1.42 0.01 0.07 ind:fut:1s; -remontrerais remontrer ver 0.55 1.42 0.00 0.07 cnd:pre:1s; -remontrerait remontrer ver 0.55 1.42 0.00 0.27 cnd:pre:3s; -remontreras remontrer ver 0.55 1.42 0.00 0.07 ind:fut:2s; -remontres remontrer ver 0.55 1.42 0.01 0.07 ind:pre:2s; -remontrez remontrer ver 0.55 1.42 0.08 0.00 imp:pre:2p; -remontré remontrer ver m s 0.55 1.42 0.01 0.27 par:pas; -remontèrent remonter ver 71.33 160.14 0.01 3.85 ind:pas:3p; -remonté remonter ver m s 71.33 160.14 5.83 14.39 par:pas; -remontée remonter ver f s 71.33 160.14 1.25 3.31 par:pas; -remontées remontée nom f p 0.38 1.76 0.16 0.27 -remontés remonter ver m p 71.33 160.14 1.04 3.11 par:pas; -remord remordre ver 0.61 0.41 0.43 0.20 ind:pre:3s; -remordait remordre ver 0.61 0.41 0.00 0.14 ind:imp:3s; -remords remords nom m 10.67 27.64 10.67 27.64 -remordu remordre ver m s 0.61 0.41 0.01 0.00 par:pas; -remorqua remorquer ver 1.60 1.35 0.00 0.20 ind:pas:3s; -remorquage remorquage nom m s 0.49 0.07 0.49 0.07 -remorquaient remorquer ver 1.60 1.35 0.00 0.07 ind:imp:3p; -remorquait remorquer ver 1.60 1.35 0.01 0.14 ind:imp:3s; -remorquant remorquer ver 1.60 1.35 0.02 0.34 par:pre; -remorque remorque nom f s 1.31 5.54 1.16 5.14 -remorquer remorquer ver 1.60 1.35 0.85 0.41 inf; -remorquera remorquer ver 1.60 1.35 0.00 0.07 ind:fut:3s; -remorquerai remorquer ver 1.60 1.35 0.02 0.00 ind:fut:1s; -remorques remorque nom f p 1.31 5.54 0.15 0.41 -remorqueur remorqueur nom m s 0.36 1.55 0.28 0.27 -remorqueurs remorqueur nom m p 0.36 1.55 0.08 1.28 -remorqueuse remorqueur adj f s 0.12 0.34 0.09 0.00 -remorquez remorquer ver 1.60 1.35 0.02 0.00 imp:pre:2p; -remorquions remorquer ver 1.60 1.35 0.01 0.00 ind:imp:1p; -remorquons remorquer ver 1.60 1.35 0.03 0.00 imp:pre:1p;ind:pre:1p; -remorqué remorquer ver m s 1.60 1.35 0.37 0.14 par:pas; -remorquée remorquer ver f s 1.60 1.35 0.08 0.00 par:pas; -remoucha remoucher ver 0.00 0.07 0.00 0.07 ind:pas:3s; -remouillaient remouiller ver 0.02 0.20 0.00 0.07 ind:imp:3p; -remouiller remouiller ver 0.02 0.20 0.02 0.14 inf; -remous remous nom m 1.49 14.66 1.49 14.66 -rempaillaient rempailler ver 0.01 0.20 0.00 0.07 ind:imp:3p; -rempailler rempailler ver 0.01 0.20 0.01 0.07 inf; -rempailleur rempailleur nom m s 0.00 0.34 0.00 0.20 -rempailleurs rempailleur nom m p 0.00 0.34 0.00 0.07 -rempailleuses rempailleur nom f p 0.00 0.34 0.00 0.07 -rempaillée rempailler ver f s 0.01 0.20 0.00 0.07 par:pas; -rempaquette rempaqueter ver 0.00 0.14 0.00 0.07 ind:pre:3s; -rempaqueté rempaqueter ver m s 0.00 0.14 0.00 0.07 par:pas; -rempart rempart nom m s 2.95 20.00 1.56 8.31 -remparts rempart nom m p 2.95 20.00 1.39 11.69 -rempilait rempiler ver 0.75 1.15 0.00 0.07 ind:imp:3s; -rempile rempiler ver 0.75 1.15 0.17 0.14 ind:pre:1s;ind:pre:3s; -rempilent rempiler ver 0.75 1.15 0.00 0.07 ind:pre:3p; -rempiler rempiler ver 0.75 1.15 0.20 0.54 inf; -rempilerai rempiler ver 0.75 1.15 0.01 0.07 ind:fut:1s; -rempilerais rempiler ver 0.75 1.15 0.00 0.07 cnd:pre:1s; -rempilerez rempiler ver 0.75 1.15 0.00 0.07 ind:fut:2p; -rempiles rempiler ver 0.75 1.15 0.03 0.00 ind:pre:2s; -rempilez rempiler ver 0.75 1.15 0.04 0.07 imp:pre:2p;ind:pre:2p; -rempilé rempiler ver m s 0.75 1.15 0.29 0.07 par:pas; -remplît remplir ver 61.21 81.42 0.00 0.20 sub:imp:3s; -remplace remplacer ver 52.84 60.61 11.59 5.81 imp:pre:2s;ind:pre:1s;ind:pre:3s; -remplacement remplacement nom m s 2.03 4.59 1.86 3.92 -remplacements remplacement nom m p 2.03 4.59 0.17 0.68 -remplacent remplacer ver 52.84 60.61 0.84 1.08 ind:pre:3p; -remplacer remplacer ver 52.84 60.61 22.95 18.38 inf;;inf;;inf;; -remplacera remplacer ver 52.84 60.61 2.13 1.22 ind:fut:3s; -remplacerai remplacer ver 52.84 60.61 0.56 0.07 ind:fut:1s; -remplaceraient remplacer ver 52.84 60.61 0.02 0.20 cnd:pre:3p; -remplacerais remplacer ver 52.84 60.61 0.22 0.20 cnd:pre:1s;cnd:pre:2s; -remplacerait remplacer ver 52.84 60.61 0.20 1.22 cnd:pre:3s; -remplaceras remplacer ver 52.84 60.61 0.33 0.07 ind:fut:2s; -remplacerez remplacer ver 52.84 60.61 0.26 0.41 ind:fut:2p; -remplaceriez remplacer ver 52.84 60.61 0.01 0.00 cnd:pre:2p; -remplacerons remplacer ver 52.84 60.61 0.27 0.14 ind:fut:1p; -remplaceront remplacer ver 52.84 60.61 0.30 0.00 ind:fut:3p; -remplaces remplacer ver 52.84 60.61 0.84 0.14 ind:pre:2s; -remplacez remplacer ver 52.84 60.61 1.81 0.07 imp:pre:2p;ind:pre:2p; -remplaciez remplacer ver 52.84 60.61 0.30 0.00 ind:imp:2p; -remplacèrent remplacer ver 52.84 60.61 0.01 0.47 ind:pas:3p; -remplacé remplacer ver m s 52.84 60.61 6.47 11.96 par:pas; -remplacée remplacer ver f s 52.84 60.61 0.92 2.84 par:pas; -remplacées remplacer ver f p 52.84 60.61 0.54 1.42 par:pas; -remplacés remplacer ver m p 52.84 60.61 0.81 3.11 par:pas; -remplaça remplacer ver 52.84 60.61 0.07 1.82 ind:pas:3s; -remplaçable remplaçable adj s 0.41 0.20 0.28 0.07 -remplaçables remplaçable adj m p 0.41 0.20 0.13 0.14 -remplaçai remplacer ver 52.84 60.61 0.02 0.14 ind:pas:1s; -remplaçaient remplacer ver 52.84 60.61 0.05 2.43 ind:imp:3p; -remplaçais remplacer ver 52.84 60.61 0.06 0.47 ind:imp:1s;ind:imp:2s; -remplaçait remplacer ver 52.84 60.61 0.53 5.41 ind:imp:3s; -remplaçant remplaçant nom m s 7.92 2.03 5.20 1.28 -remplaçante remplaçant nom f s 7.92 2.03 1.72 0.47 -remplaçantes remplaçant nom f p 7.92 2.03 0.09 0.00 -remplaçants remplaçant nom m p 7.92 2.03 0.91 0.27 -remplaçons remplacer ver 52.84 60.61 0.10 0.07 imp:pre:1p;ind:pre:1p; -remplaçât remplacer ver 52.84 60.61 0.00 0.07 sub:imp:3s; -rempli remplir ver m s 61.21 81.42 16.17 16.82 par:pas; -remplie rempli adj f s 12.74 20.74 6.64 9.93 -remplies rempli adj f p 12.74 20.74 1.82 4.59 -remplir remplir ver 61.21 81.42 18.92 22.50 inf; -remplira remplir ver 61.21 81.42 1.00 0.74 ind:fut:3s; -remplirai remplir ver 61.21 81.42 0.90 0.27 ind:fut:1s; -rempliraient remplir ver 61.21 81.42 0.01 0.20 cnd:pre:3p; -remplirais remplir ver 61.21 81.42 0.24 0.00 cnd:pre:1s; -remplirait remplir ver 61.21 81.42 0.20 0.74 cnd:pre:3s; -rempliras remplir ver 61.21 81.42 0.16 0.00 ind:fut:2s; -remplirent remplir ver 61.21 81.42 0.25 1.69 ind:pas:3p; -remplirez remplir ver 61.21 81.42 0.17 0.00 ind:fut:2p; -remplirons remplir ver 61.21 81.42 0.28 0.07 ind:fut:1p; -rempliront remplir ver 61.21 81.42 0.21 0.14 ind:fut:3p; -remplis remplir ver m p 61.21 81.42 7.08 3.78 imp:pre:2s;ind:pre:1s;ind:pre:2s;par:pas; -remplissage remplissage nom m s 0.37 0.27 0.37 0.27 -remplissaient remplir ver 61.21 81.42 0.07 3.45 ind:imp:3p; -remplissais remplir ver 61.21 81.42 0.28 0.61 ind:imp:1s;ind:imp:2s; -remplissait remplir ver 61.21 81.42 1.15 9.59 ind:imp:3s; -remplissant remplir ver 61.21 81.42 0.48 2.43 par:pre; -remplisse remplir ver 61.21 81.42 1.09 0.61 sub:pre:1s;sub:pre:3s; -remplissent remplir ver 61.21 81.42 2.17 2.50 ind:pre:3p; -remplisses remplir ver 61.21 81.42 0.17 0.20 sub:pre:2s; -remplisseur remplisseur nom m s 0.00 0.07 0.00 0.07 -remplissez remplir ver 61.21 81.42 4.65 0.41 imp:pre:2p;ind:pre:2p; -remplissiez remplir ver 61.21 81.42 0.17 0.00 ind:imp:2p; -remplissions remplir ver 61.21 81.42 0.01 0.07 ind:imp:1p; -remplissons remplir ver 61.21 81.42 0.18 0.14 imp:pre:1p;ind:pre:1p; -remplit remplir ver 61.21 81.42 5.20 14.26 ind:pre:3s;ind:pas:3s; -remploi remploi nom m s 0.00 0.20 0.00 0.20 -remployée remployer ver f s 0.00 0.07 0.00 0.07 par:pas; -remplumer remplumer ver 0.09 0.34 0.04 0.27 inf; -remplumez remplumer ver 0.09 0.34 0.02 0.00 imp:pre:2p;ind:pre:2p; -remplumé remplumer ver m s 0.09 0.34 0.03 0.07 par:pas; -rempochait rempocher ver 0.00 0.20 0.00 0.07 ind:imp:3s; -rempoche rempocher ver 0.00 0.20 0.00 0.14 ind:pre:1s;ind:pre:3s; -remporta remporter ver 9.27 10.61 0.27 0.27 ind:pas:3s; -remportai remporter ver 9.27 10.61 0.00 0.14 ind:pas:1s; -remportaient remporter ver 9.27 10.61 0.01 0.20 ind:imp:3p; -remportais remporter ver 9.27 10.61 0.00 0.07 ind:imp:2s; -remportait remporter ver 9.27 10.61 0.17 0.74 ind:imp:3s; -remportant remporter ver 9.27 10.61 0.07 0.41 par:pre; -remportassent remporter ver 9.27 10.61 0.00 0.07 sub:imp:3p; -remporte remporter ver 9.27 10.61 1.93 0.88 imp:pre:2s;ind:pre:1s;ind:pre:3s; -remportent remporter ver 9.27 10.61 0.24 0.20 ind:pre:3p; -remporter remporter ver 9.27 10.61 3.06 2.09 inf; -remportera remporter ver 9.27 10.61 0.22 0.07 ind:fut:3s; -remporterai remporter ver 9.27 10.61 0.04 0.00 ind:fut:1s; -remporterait remporter ver 9.27 10.61 0.04 0.34 cnd:pre:3s; -remporterez remporter ver 9.27 10.61 0.02 0.00 ind:fut:2p; -remporterons remporter ver 9.27 10.61 0.10 0.00 ind:fut:1p; -remportez remporter ver 9.27 10.61 0.71 0.14 imp:pre:2p;ind:pre:2p; -remportiez remporter ver 9.27 10.61 0.01 0.00 ind:imp:2p; -remportions remporter ver 9.27 10.61 0.00 0.07 ind:imp:1p; -remportât remporter ver 9.27 10.61 0.00 0.07 sub:imp:3s; -remportèrent remporter ver 9.27 10.61 0.00 0.14 ind:pas:3p; -remporté remporter ver m s 9.27 10.61 2.11 2.84 par:pas; -remportée remporter ver f s 9.27 10.61 0.22 1.35 par:pas; -remportées remporter ver f p 9.27 10.61 0.01 0.07 par:pas; -remportés remporter ver m p 9.27 10.61 0.04 0.47 par:pas; -rempoter rempoter ver 0.01 0.00 0.01 0.00 inf; -remprunter remprunter ver 0.03 0.00 0.03 0.00 inf; -remède_miracle remède_miracle nom m s 0.01 0.00 0.01 0.00 -remède remède nom m s 16.14 13.45 14.09 10.07 -remèdes remède nom m p 16.14 13.45 2.05 3.38 -remua remuer ver 24.42 62.84 0.03 3.99 ind:pas:3s; -remuage remuage nom m s 0.01 0.00 0.01 0.00 -remuai remuer ver 24.42 62.84 0.02 0.27 ind:pas:1s; -remuaient remuer ver 24.42 62.84 0.08 3.78 ind:imp:3p; -remuais remuer ver 24.42 62.84 0.01 0.41 ind:imp:1s;ind:imp:2s; -remuait remuer ver 24.42 62.84 0.59 9.93 ind:imp:3s; -remuant remuer ver 24.42 62.84 0.42 5.81 par:pre; -remuante remuant adj f s 0.32 3.24 0.05 1.35 -remuantes remuant adj f p 0.32 3.24 0.00 0.41 -remuants remuant adj m p 0.32 3.24 0.01 0.27 -remédia remédier ver 3.80 3.18 0.01 0.07 ind:pas:3s; -remédiable remédiable adj m s 0.01 0.00 0.01 0.00 -remédiait remédier ver 3.80 3.18 0.01 0.07 ind:imp:3s; -remédie remédier ver 3.80 3.18 0.07 0.07 imp:pre:2s;ind:pre:1s;ind:pre:3s; -remédier remédier ver 3.80 3.18 3.21 2.50 inf; -remédiera remédier ver 3.80 3.18 0.05 0.07 ind:fut:3s; -remédierait remédier ver 3.80 3.18 0.00 0.07 cnd:pre:3s; -remédierons remédier ver 3.80 3.18 0.10 0.00 ind:fut:1p; -remédiez remédier ver 3.80 3.18 0.04 0.00 imp:pre:2p;ind:pre:2p; -remédions remédier ver 3.80 3.18 0.10 0.00 ind:pre:1p; -remédié remédier ver m s 3.80 3.18 0.20 0.34 par:pas; -remue_ménage remue_ménage nom m 0.78 4.80 0.78 4.80 -remue_méninges remue_méninges nom m 0.05 0.07 0.05 0.07 -remue remuer ver 24.42 62.84 8.30 8.24 imp:pre:2s;ind:pre:1s;ind:pre:3s; -remuement remuement nom m s 0.00 2.03 0.00 1.49 -remuements remuement nom m p 0.00 2.03 0.00 0.54 -remuent remuer ver 24.42 62.84 0.41 1.96 ind:pre:3p; -remuer remuer ver 24.42 62.84 6.38 15.34 inf; -remuera remuer ver 24.42 62.84 0.32 0.20 ind:fut:3s; -remuerai remuer ver 24.42 62.84 0.19 0.14 ind:fut:1s; -remueraient remuer ver 24.42 62.84 0.00 0.07 cnd:pre:3p; -remuerais remuer ver 24.42 62.84 0.02 0.14 cnd:pre:1s; -remuerait remuer ver 24.42 62.84 0.04 0.27 cnd:pre:3s; -remueront remuer ver 24.42 62.84 0.02 0.00 ind:fut:3p; -remues remuer ver 24.42 62.84 1.14 0.27 ind:pre:2s; -remueur remueur nom m s 0.04 0.14 0.04 0.00 -remueurs remueur nom m p 0.04 0.14 0.00 0.14 -remuez remuer ver 24.42 62.84 4.06 0.34 imp:pre:2p;ind:pre:2p; -remugle remugle nom m s 0.01 2.36 0.00 0.81 -remugles remugle nom m p 0.01 2.36 0.01 1.55 -remuions remuer ver 24.42 62.84 0.00 0.07 ind:imp:1p; -remémora remémorer ver 1.28 4.12 0.00 0.47 ind:pas:3s; -remémorais remémorer ver 1.28 4.12 0.03 0.27 ind:imp:1s; -remémorait remémorer ver 1.28 4.12 0.00 0.27 ind:imp:3s; -remémorant remémorer ver 1.28 4.12 0.02 0.34 par:pre; -remémoration remémoration nom f s 0.02 0.00 0.02 0.00 -remémorative remémoratif adj f s 0.00 0.07 0.00 0.07 -remémore remémorer ver 1.28 4.12 0.34 0.81 imp:pre:2s;ind:pre:1s;ind:pre:3s; -remémorent remémorer ver 1.28 4.12 0.01 0.00 ind:pre:3p; -remémorer remémorer ver 1.28 4.12 0.74 1.55 inf; -remémoré remémorer ver m s 1.28 4.12 0.14 0.41 par:pas; -remuâmes remuer ver 24.42 62.84 0.00 0.07 ind:pas:1p; -remuons remuer ver 24.42 62.84 0.20 0.00 imp:pre:1p;ind:pre:1p; -remuât remuer ver 24.42 62.84 0.00 0.20 sub:imp:3s; -remuscle remuscler ver 0.17 0.00 0.01 0.00 imp:pre:2s; -remuscler remuscler ver 0.17 0.00 0.16 0.00 inf; -remuèrent remuer ver 24.42 62.84 0.00 1.15 ind:pas:3p; -remué remuer ver m s 24.42 62.84 1.68 5.47 par:pas; -remuée remuer ver f s 24.42 62.84 0.44 2.97 par:pas; -remuées remuer ver f p 24.42 62.84 0.01 0.81 par:pas; -remués remuer ver m p 24.42 62.84 0.06 0.95 par:pas; -renaît renaître ver 7.45 13.04 0.96 1.96 ind:pre:3s; -renaîtra renaître ver 7.45 13.04 0.44 0.74 ind:fut:3s; -renaîtrai renaître ver 7.45 13.04 0.01 0.00 ind:fut:1s; -renaîtraient renaître ver 7.45 13.04 0.00 0.07 cnd:pre:3p; -renaîtrais renaître ver 7.45 13.04 0.02 0.00 cnd:pre:1s;cnd:pre:2s; -renaîtrait renaître ver 7.45 13.04 0.01 0.20 cnd:pre:3s; -renaîtras renaître ver 7.45 13.04 0.29 0.00 ind:fut:2s; -renaître renaître ver 7.45 13.04 3.07 4.86 inf; -renaîtrez renaître ver 7.45 13.04 0.04 0.00 ind:fut:2p; -renaîtrons renaître ver 7.45 13.04 0.03 0.00 ind:fut:1p; -renaîtront renaître ver 7.45 13.04 0.03 0.14 ind:fut:3p; -renais renaître ver 7.45 13.04 0.35 0.34 imp:pre:2s;ind:pre:1s;ind:pre:2s; -renaissaient renaître ver 7.45 13.04 0.00 0.41 ind:imp:3p; -renaissais renaître ver 7.45 13.04 0.16 0.00 ind:imp:1s; -renaissait renaître ver 7.45 13.04 0.00 1.15 ind:imp:3s; -renaissance renaissance nom f s 2.77 10.61 2.75 10.34 -renaissances renaissance nom f p 2.77 10.61 0.02 0.27 -renaissant renaître ver 7.45 13.04 0.04 0.68 par:pre; -renaissante renaissant adj f s 0.39 2.43 0.34 0.74 -renaissantes renaissant adj f p 0.39 2.43 0.00 0.88 -renaissants renaissant adj m p 0.39 2.43 0.00 0.27 -renaisse renaître ver 7.45 13.04 0.10 0.54 sub:pre:3s; -renaissent renaître ver 7.45 13.04 0.11 0.41 ind:pre:3p; -renaisses renaître ver 7.45 13.04 0.02 0.00 sub:pre:2s; -renaissons renaître ver 7.45 13.04 0.03 0.00 ind:pre:1p; -renaquit renaître ver 7.45 13.04 0.02 0.00 ind:pas:3s; -renard renard nom m s 6.66 11.96 4.69 8.58 -renarde renard nom f s 6.66 11.96 0.22 0.20 -renardeau renardeau nom m s 0.01 0.54 0.01 0.41 -renardeaux renardeau nom m p 0.01 0.54 0.00 0.14 -renardes renard nom f p 6.66 11.96 0.01 0.00 -renards renard nom m p 6.66 11.96 1.74 3.18 -renaud renaud nom s 0.00 0.68 0.00 0.68 -renaudais renauder ver 0.00 2.64 0.00 0.07 ind:imp:1s; -renaudait renauder ver 0.00 2.64 0.00 0.47 ind:imp:3s; -renaudant renauder ver 0.00 2.64 0.00 0.20 par:pre; -renaude renauder ver 0.00 2.64 0.00 0.61 imp:pre:2s;ind:pre:1s;ind:pre:3s; -renaudent renauder ver 0.00 2.64 0.00 0.07 ind:pre:3p; -renauder renauder ver 0.00 2.64 0.00 1.08 inf; -renaudeur renaudeur nom m s 0.00 0.07 0.00 0.07 -renaudé renauder ver m s 0.00 2.64 0.00 0.14 par:pas; -rencard rencard nom m s 10.76 1.42 9.62 1.08 -rencardaient rencarder ver 1.07 2.30 0.00 0.14 ind:imp:3p; -rencardait rencarder ver 1.07 2.30 0.01 0.14 ind:imp:3s; -rencarde rencarder ver 1.07 2.30 0.34 0.27 imp:pre:2s;ind:pre:1s;ind:pre:3s; -rencarder rencarder ver 1.07 2.30 0.17 0.68 inf; -rencards rencard nom m p 10.76 1.42 1.14 0.34 -rencardé rencarder ver m s 1.07 2.30 0.38 0.68 par:pas; -rencardée rencarder ver f s 1.07 2.30 0.04 0.07 par:pas; -rencardées rencarder ver f p 1.07 2.30 0.00 0.07 par:pas; -rencardés rencarder ver m p 1.07 2.30 0.12 0.27 par:pas; -renchéri renchérir ver m s 0.18 3.58 0.05 0.14 par:pas; -renchérir renchérir ver 0.18 3.58 0.06 0.68 inf; -renchériront renchérir ver 0.18 3.58 0.00 0.14 ind:fut:3p; -renchéris renchérir ver 0.18 3.58 0.05 0.14 ind:pre:1s;ind:pre:2s; -renchérissais renchérir ver 0.18 3.58 0.00 0.07 ind:imp:1s; -renchérissait renchérir ver 0.18 3.58 0.00 0.41 ind:imp:3s; -renchérissant renchérir ver 0.18 3.58 0.00 0.14 par:pre; -renchérissent renchérir ver 0.18 3.58 0.00 0.07 ind:pre:3p; -renchérit renchérir ver 0.18 3.58 0.02 1.82 ind:pre:3s;ind:pas:3s; -rencogna rencogner ver 0.00 1.49 0.00 0.34 ind:pas:3s; -rencognait rencogner ver 0.00 1.49 0.00 0.14 ind:imp:3s; -rencognant rencogner ver 0.00 1.49 0.00 0.07 par:pre; -rencogne rencogner ver 0.00 1.49 0.00 0.07 ind:pre:3s; -rencogner rencogner ver 0.00 1.49 0.00 0.27 inf; -rencognerait rencogner ver 0.00 1.49 0.00 0.07 cnd:pre:3s; -rencogné rencogner ver m s 0.00 1.49 0.00 0.47 par:pas; -rencognés rencogner ver m p 0.00 1.49 0.00 0.07 par:pas; -rencontra rencontrer ver 241.04 188.51 1.64 11.49 ind:pas:3s; -rencontrai rencontrer ver 241.04 188.51 0.25 4.73 ind:pas:1s; -rencontraient rencontrer ver 241.04 188.51 0.49 3.24 ind:imp:3p; -rencontrais rencontrer ver 241.04 188.51 1.12 4.05 ind:imp:1s;ind:imp:2s; -rencontrait rencontrer ver 241.04 188.51 1.11 11.08 ind:imp:3s; -rencontrant rencontrer ver 241.04 188.51 0.82 3.18 par:pre; -rencontrasse rencontrer ver 241.04 188.51 0.00 0.07 sub:imp:1s; -rencontre rencontre nom f s 35.68 81.76 30.61 63.24 -rencontrent rencontrer ver 241.04 188.51 2.76 3.92 ind:pre:3p; -rencontrer rencontrer ver 241.04 188.51 82.72 43.92 inf;; -rencontrera rencontrer ver 241.04 188.51 1.10 0.95 ind:fut:3s; -rencontrerai rencontrer ver 241.04 188.51 0.67 0.68 ind:fut:1s; -rencontreraient rencontrer ver 241.04 188.51 0.05 0.27 cnd:pre:3p; -rencontrerais rencontrer ver 241.04 188.51 0.97 0.47 cnd:pre:1s;cnd:pre:2s; -rencontrerait rencontrer ver 241.04 188.51 0.48 1.69 cnd:pre:3s; -rencontreras rencontrer ver 241.04 188.51 1.55 0.54 ind:fut:2s; -rencontrerez rencontrer ver 241.04 188.51 1.18 0.54 ind:fut:2p; -rencontreriez rencontrer ver 241.04 188.51 0.05 0.00 cnd:pre:2p; -rencontrerions rencontrer ver 241.04 188.51 0.04 0.34 cnd:pre:1p; -rencontrerons rencontrer ver 241.04 188.51 0.37 0.34 ind:fut:1p; -rencontreront rencontrer ver 241.04 188.51 0.22 0.34 ind:fut:3p; -rencontres rencontre nom f p 35.68 81.76 5.07 18.51 -rencontrez rencontrer ver 241.04 188.51 1.80 0.88 imp:pre:2p;ind:pre:2p; -rencontriez rencontrer ver 241.04 188.51 0.92 0.27 ind:imp:2p; -rencontrions rencontrer ver 241.04 188.51 0.23 0.95 ind:imp:1p; -rencontrâmes rencontrer ver 241.04 188.51 0.01 0.68 ind:pas:1p; -rencontrons rencontrer ver 241.04 188.51 1.21 1.42 imp:pre:1p;ind:pre:1p; -rencontrât rencontrer ver 241.04 188.51 0.00 0.47 sub:imp:3s; -rencontrèrent rencontrer ver 241.04 188.51 0.83 4.19 ind:pas:3p; -rencontré rencontrer ver m s 241.04 188.51 77.82 45.00 par:pas; -rencontrée rencontrer ver f s 241.04 188.51 12.09 7.23 par:pas; -rencontrées rencontrer ver f p 241.04 188.51 2.61 1.35 par:pas; -rencontrés rencontrer ver m p 241.04 188.51 18.45 10.27 par:pas; -rend rendre ver 508.81 468.11 82.91 40.00 ind:pre:3s; -rendîmes rendre ver 508.81 468.11 0.00 0.68 ind:pas:1p; -rendît rendre ver 508.81 468.11 0.00 2.43 sub:imp:3s; -rendaient rendre ver 508.81 468.11 1.40 14.59 ind:imp:3p; -rendais rendre ver 508.81 468.11 3.25 8.92 ind:imp:1s;ind:imp:2s; -rendait rendre ver 508.81 468.11 9.17 58.24 ind:imp:3s; -rendant rendre ver 508.81 468.11 1.96 9.80 par:pre; -rende rendre ver 508.81 468.11 9.30 5.54 sub:pre:1s;sub:pre:3s; -rendement rendement nom m s 1.37 2.97 1.34 2.84 -rendements rendement nom m p 1.37 2.97 0.02 0.14 -rendent rendre ver 508.81 468.11 13.16 9.73 ind:pre:3p;sub:pre:3p; -rendes rendre ver 508.81 468.11 2.06 0.61 sub:pre:2s; -rendez_vous rendez_vous nom m 91.95 53.72 91.95 53.72 -rendez rendre ver 508.81 468.11 46.77 14.19 imp:pre:2p;ind:pre:2p; -rendiez rendre ver 508.81 468.11 1.12 0.47 ind:imp:2p; -rendions rendre ver 508.81 468.11 0.10 1.35 ind:imp:1p;sub:pre:1p; -rendirent rendre ver 508.81 468.11 0.57 3.92 ind:pas:3p; -rendis rendre ver 508.81 468.11 0.37 9.39 ind:pas:1s; -rendisse rendre ver 508.81 468.11 0.00 0.14 sub:imp:1s; -rendissent rendre ver 508.81 468.11 0.00 0.20 sub:imp:3p; -rendit rendre ver 508.81 468.11 2.13 27.23 ind:pas:3s; -rendons rendre ver 508.81 468.11 4.93 0.95 imp:pre:1p;ind:pre:1p; -rendormît rendormir ver 5.36 8.31 0.00 0.07 sub:imp:3s; -rendormais rendormir ver 5.36 8.31 0.12 0.14 ind:imp:1s; -rendormait rendormir ver 5.36 8.31 0.01 0.20 ind:imp:3s; -rendormant rendormir ver 5.36 8.31 0.00 0.07 par:pre; -rendorme rendormir ver 5.36 8.31 0.02 0.00 sub:pre:3s; -rendorment rendormir ver 5.36 8.31 0.01 0.20 ind:pre:3p; -rendormez rendormir ver 5.36 8.31 0.34 0.00 imp:pre:2p;ind:pre:2p; -rendormi rendormir ver m s 5.36 8.31 0.64 0.81 par:pas; -rendormiez rendormir ver 5.36 8.31 0.00 0.07 ind:imp:2p; -rendormir rendormir ver 5.36 8.31 1.62 3.58 inf; -rendormira rendormir ver 5.36 8.31 0.14 0.14 ind:fut:3s; -rendormirai rendormir ver 5.36 8.31 0.22 0.00 ind:fut:1s; -rendormirait rendormir ver 5.36 8.31 0.00 0.07 cnd:pre:3s; -rendormis rendormir ver m p 5.36 8.31 0.01 0.54 ind:pas:1s;par:pas; -rendormit rendormir ver 5.36 8.31 0.00 1.82 ind:pas:3s; -rendors rendormir ver 5.36 8.31 2.04 0.27 imp:pre:2s;ind:pre:1s;ind:pre:2s; -rendort rendormir ver 5.36 8.31 0.20 0.34 ind:pre:3s; -rendra rendre ver 508.81 468.11 13.01 3.78 ind:fut:3s; -rendrai rendre ver 508.81 468.11 10.69 2.50 ind:fut:1s; -rendraient rendre ver 508.81 468.11 0.59 0.27 cnd:pre:3p; -rendrais rendre ver 508.81 468.11 2.17 1.22 cnd:pre:1s;cnd:pre:2s; -rendrait rendre ver 508.81 468.11 6.09 5.95 cnd:pre:3s; -rendras rendre ver 508.81 468.11 2.54 1.42 ind:fut:2s; -rendre rendre ver 508.81 468.11 141.31 150.07 inf;;inf;;inf;;inf;; -rendrez rendre ver 508.81 468.11 2.68 1.08 ind:fut:2p; -rendriez rendre ver 508.81 468.11 0.85 0.14 cnd:pre:2p; -rendrons rendre ver 508.81 468.11 1.18 0.27 ind:fut:1p; -rendront rendre ver 508.81 468.11 2.16 1.08 ind:fut:3p; -rends rendre ver 508.81 468.11 84.13 27.16 imp:pre:2s;ind:pre:1s;ind:pre:2s; -rendu rendre ver m s 508.81 468.11 48.31 46.08 par:pas; -rendue rendre ver f s 508.81 468.11 8.88 9.46 par:pas; -rendues rendre ver f p 508.81 468.11 1.01 1.82 par:pas; -rendus rendre ver m p 508.81 468.11 4.00 7.43 par:pas; -reneige reneiger ver 0.01 0.07 0.00 0.07 ind:pre:3s; -reneiger reneiger ver 0.01 0.07 0.01 0.00 inf; -renettoyer renettoyer ver 0.01 0.00 0.01 0.00 inf; -renferma renfermer ver 3.25 4.59 0.10 0.14 ind:pas:3s; -renfermaient renfermer ver 3.25 4.59 0.00 0.34 ind:imp:3p; -renfermait renfermer ver 3.25 4.59 0.17 0.88 ind:imp:3s; -renfermant renfermer ver 3.25 4.59 0.16 0.14 par:pre; -renferme renfermer ver 3.25 4.59 1.08 1.35 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -renfermement renfermement nom m s 0.00 0.14 0.00 0.14 -renferment renfermer ver 3.25 4.59 0.23 0.34 ind:pre:3p; -renfermer renfermer ver 3.25 4.59 0.57 0.41 inf; -renfermerait renfermer ver 3.25 4.59 0.00 0.07 cnd:pre:3s; -renfermez renfermer ver 3.25 4.59 0.03 0.07 imp:pre:2p; -renfermé renfermé adj m s 1.42 1.01 1.22 0.74 -renfermée renfermé adj f s 1.42 1.01 0.19 0.20 -renfermées renfermé nom f p 0.48 2.03 0.01 0.00 -renfermés renfermer ver m p 3.25 4.59 0.05 0.07 par:pas; -renfila renfiler ver 0.10 0.88 0.00 0.07 ind:pas:3s; -renfilait renfiler ver 0.10 0.88 0.00 0.07 ind:imp:3s; -renfilant renfiler ver 0.10 0.88 0.00 0.07 par:pre; -renfile renfiler ver 0.10 0.88 0.10 0.20 imp:pre:2s;ind:pre:3s; -renfiler renfiler ver 0.10 0.88 0.00 0.14 inf; -renfilé renfiler ver m s 0.10 0.88 0.00 0.34 par:pas; -renflait renfler ver 0.00 1.15 0.00 0.14 ind:imp:3s; -renflant renfler ver 0.00 1.15 0.00 0.07 par:pre; -renflement renflement nom m s 0.17 1.49 0.17 1.22 -renflements renflement nom m p 0.17 1.49 0.00 0.27 -renflent renfler ver 0.00 1.15 0.00 0.07 ind:pre:3p; -renfloua renflouer ver 0.48 1.15 0.00 0.14 ind:pas:3s; -renflouage renflouage nom m s 0.01 0.14 0.01 0.14 -renflouait renflouer ver 0.48 1.15 0.00 0.07 ind:imp:3s; -renflouant renflouer ver 0.48 1.15 0.00 0.07 par:pre; -renfloue renflouer ver 0.48 1.15 0.17 0.00 ind:pre:1s;ind:pre:3s; -renflouement renflouement nom m s 0.01 0.07 0.01 0.07 -renflouent renflouer ver 0.48 1.15 0.02 0.00 ind:pre:3p; -renflouer renflouer ver 0.48 1.15 0.23 0.54 inf; -renfloué renflouer ver m s 0.48 1.15 0.03 0.14 par:pas; -renflouée renflouer ver f s 0.48 1.15 0.01 0.07 par:pas; -renfloués renflouer ver m p 0.48 1.15 0.02 0.14 par:pas; -renflé renflé adj m s 0.00 0.74 0.00 0.41 -renflée renfler ver f s 0.00 1.15 0.00 0.34 par:pas; -renflées renfler ver f p 0.00 1.15 0.00 0.07 par:pas; -renflés renfler ver m p 0.00 1.15 0.00 0.14 par:pas; -renfonce renfoncer ver 0.07 1.35 0.02 0.20 imp:pre:2s;ind:pre:1s;ind:pre:3s; -renfoncement renfoncement nom m s 0.04 3.51 0.03 3.11 -renfoncements renfoncement nom m p 0.04 3.51 0.01 0.41 -renfoncer renfoncer ver 0.07 1.35 0.00 0.14 inf; -renfoncé renfoncer ver m s 0.07 1.35 0.02 0.54 par:pas; -renfoncée renfoncer ver f s 0.07 1.35 0.02 0.14 par:pas; -renfoncées renfoncer ver f p 0.07 1.35 0.01 0.00 par:pas; -renfoncés renfoncer ver m p 0.07 1.35 0.00 0.14 par:pas; -renfonça renfoncer ver 0.07 1.35 0.00 0.14 ind:pas:3s; -renfonçait renfoncer ver 0.07 1.35 0.00 0.07 ind:imp:3s; -renforce renforcer ver 10.34 17.84 2.05 1.62 imp:pre:2s;ind:pre:1s;ind:pre:3s; -renforcement renforcement nom m s 0.19 0.74 0.16 0.74 -renforcements renforcement nom m p 0.19 0.74 0.03 0.00 -renforcent renforcer ver 10.34 17.84 0.51 0.74 ind:pre:3p; -renforcer renforcer ver 10.34 17.84 4.29 6.35 inf; -renforcera renforcer ver 10.34 17.84 0.35 0.14 ind:fut:3s; -renforcerai renforcer ver 10.34 17.84 0.04 0.00 ind:fut:1s; -renforceraient renforcer ver 10.34 17.84 0.01 0.07 cnd:pre:3p; -renforcerait renforcer ver 10.34 17.84 0.14 0.07 cnd:pre:3s; -renforcerez renforcer ver 10.34 17.84 0.15 0.00 ind:fut:2p; -renforcerons renforcer ver 10.34 17.84 0.01 0.07 ind:fut:1p; -renforcez renforcer ver 10.34 17.84 0.48 0.07 imp:pre:2p;ind:pre:2p; -renforciez renforcer ver 10.34 17.84 0.04 0.00 ind:imp:2p; -renforcèrent renforcer ver 10.34 17.84 0.00 0.20 ind:pas:3p; -renforcé renforcer ver m s 10.34 17.84 0.90 1.89 par:pas; -renforcée renforcer ver f s 10.34 17.84 0.76 2.09 par:pas; -renforcées renforcer ver f p 10.34 17.84 0.10 1.01 par:pas; -renforcés renforcer ver m p 10.34 17.84 0.26 0.34 par:pas; -renfort renfort nom m s 21.41 13.45 7.50 7.50 -renforça renforcer ver 10.34 17.84 0.01 0.47 ind:pas:3s; -renforçaient renforcer ver 10.34 17.84 0.00 0.47 ind:imp:3p; -renforçait renforcer ver 10.34 17.84 0.17 1.49 ind:imp:3s; -renforçant renforcer ver 10.34 17.84 0.03 0.61 par:pre; -renforçons renforcer ver 10.34 17.84 0.05 0.07 imp:pre:1p;ind:pre:1p; -renforçât renforcer ver 10.34 17.84 0.00 0.07 sub:imp:3s; -renforts renfort nom m p 21.41 13.45 13.91 5.95 -renfourché renfourcher ver m s 0.00 0.07 0.00 0.07 par:pas; -renfournait renfourner ver 0.00 0.07 0.00 0.07 ind:imp:3s; -renfrogna renfrogner ver 0.27 2.57 0.01 0.74 ind:pas:3s; -renfrognait renfrogner ver 0.27 2.57 0.00 0.27 ind:imp:3s; -renfrognant renfrogner ver 0.27 2.57 0.00 0.07 par:pre; -renfrogne renfrogner ver 0.27 2.57 0.02 0.34 imp:pre:2s;ind:pre:1s;ind:pre:3s; -renfrognement renfrognement nom m s 0.01 0.14 0.01 0.14 -renfrogner renfrogner ver 0.27 2.57 0.01 0.14 inf; -renfrognerait renfrogner ver 0.27 2.57 0.00 0.07 cnd:pre:3s; -renfrogné renfrogner ver m s 0.27 2.57 0.21 0.47 par:pas; -renfrognée renfrogné adj f s 0.30 2.36 0.16 0.54 -renfrognés renfrogner ver m p 0.27 2.57 0.02 0.07 par:pas; -rengageait rengager ver 0.12 0.61 0.00 0.07 ind:imp:3s; -rengagement rengagement nom m s 0.01 0.07 0.01 0.07 -rengager rengager ver 0.12 0.61 0.09 0.34 inf; -rengagerais rengager ver 0.12 0.61 0.01 0.00 cnd:pre:1s; -rengagez rengager ver 0.12 0.61 0.02 0.07 imp:pre:2p;ind:pre:2p; -rengagés rengager ver m p 0.12 0.61 0.00 0.14 par:pas; -rengaina rengainer ver 0.60 1.42 0.00 0.27 ind:pas:3s; -rengainait rengainer ver 0.60 1.42 0.00 0.07 ind:imp:3s; -rengainant rengainer ver 0.60 1.42 0.01 0.07 par:pre; -rengaine rengaine nom f s 1.48 4.59 1.41 3.31 -rengainer rengainer ver 0.60 1.42 0.05 0.20 inf; -rengaines rengaine nom f p 1.48 4.59 0.06 1.28 -rengainez rengainer ver 0.60 1.42 0.35 0.07 imp:pre:2p; -rengainèrent rengainer ver 0.60 1.42 0.00 0.07 ind:pas:3p; -rengainé rengainer ver m s 0.60 1.42 0.01 0.47 par:pas; -rengainés rengainer ver m p 0.60 1.42 0.01 0.00 par:pas; -rengorge rengorger ver 0.04 2.97 0.03 0.61 ind:pre:3s; -rengorgea rengorger ver 0.04 2.97 0.00 0.88 ind:pas:3s; -rengorgeai rengorger ver 0.04 2.97 0.00 0.07 ind:pas:1s; -rengorgeaient rengorger ver 0.04 2.97 0.00 0.07 ind:imp:3p; -rengorgeais rengorger ver 0.04 2.97 0.00 0.14 ind:imp:1s; -rengorgeait rengorger ver 0.04 2.97 0.00 0.27 ind:imp:3s; -rengorgeant rengorger ver 0.04 2.97 0.00 0.34 par:pre; -rengorgement rengorgement nom m s 0.00 0.14 0.00 0.07 -rengorgements rengorgement nom m p 0.00 0.14 0.00 0.07 -rengorgent rengorger ver 0.04 2.97 0.01 0.14 ind:pre:3p; -rengorger rengorger ver 0.04 2.97 0.00 0.27 inf; -rengorges rengorger ver 0.04 2.97 0.00 0.07 ind:pre:2s; -rengorgé rengorger ver m s 0.04 2.97 0.00 0.07 par:pas; -rengorgés rengorger ver m p 0.04 2.97 0.00 0.07 par:pas; -rengracie rengracier ver 0.00 0.20 0.00 0.14 ind:pre:3s; -rengracié rengracier ver m s 0.00 0.20 0.00 0.07 par:pas; -renia renier ver 6.88 13.85 0.20 0.20 ind:pas:3s; -reniai renier ver 6.88 13.85 0.00 0.20 ind:pas:1s; -reniaient renier ver 6.88 13.85 0.00 0.41 ind:imp:3p; -reniais renier ver 6.88 13.85 0.11 0.54 ind:imp:1s;ind:imp:2s; -reniait renier ver 6.88 13.85 0.01 0.95 ind:imp:3s; -reniant renier ver 6.88 13.85 0.18 0.61 par:pre; -renie renier ver 6.88 13.85 1.65 2.16 imp:pre:2s;ind:pre:1s;ind:pre:3s; -reniement reniement nom m s 0.02 2.09 0.02 1.42 -reniements reniement nom m p 0.02 2.09 0.00 0.68 -renient renier ver 6.88 13.85 0.07 0.20 ind:pre:3p; -renier renier ver 6.88 13.85 1.93 4.80 inf; -renierai renier ver 6.88 13.85 0.33 0.14 ind:fut:1s; -renierais renier ver 6.88 13.85 0.02 0.07 cnd:pre:1s; -renierait renier ver 6.88 13.85 0.33 0.27 cnd:pre:3s; -renieras renier ver 6.88 13.85 0.28 0.00 ind:fut:2s; -renieront renier ver 6.88 13.85 0.10 0.00 ind:fut:3p; -renies renier ver 6.88 13.85 0.25 0.27 ind:pre:2s; -reniez renier ver 6.88 13.85 0.03 0.14 imp:pre:2p;ind:pre:2p; -renifla renifler ver 5.56 24.39 0.00 3.31 ind:pas:3s; -reniflage reniflage nom m s 0.05 0.00 0.05 0.00 -reniflai renifler ver 5.56 24.39 0.00 0.20 ind:pas:1s; -reniflaient renifler ver 5.56 24.39 0.00 0.88 ind:imp:3p; -reniflais renifler ver 5.56 24.39 0.04 0.34 ind:imp:1s;ind:imp:2s; -reniflait renifler ver 5.56 24.39 0.07 3.58 ind:imp:3s; -reniflant renifler ver 5.56 24.39 0.05 3.38 par:pre; -renifle renifler ver 5.56 24.39 2.67 4.39 imp:pre:2s;ind:pre:1s;ind:pre:3s; -reniflement reniflement nom m s 0.04 1.28 0.01 0.47 -reniflements reniflement nom m p 0.04 1.28 0.02 0.81 -reniflent renifler ver 5.56 24.39 0.11 0.68 ind:pre:3p; -renifler renifler ver 5.56 24.39 1.64 5.20 inf; -reniflera renifler ver 5.56 24.39 0.02 0.00 ind:fut:3s; -reniflerait renifler ver 5.56 24.39 0.01 0.07 cnd:pre:3s; -renifleries reniflerie nom f p 0.00 0.14 0.00 0.14 -reniflette reniflette nom f s 0.00 0.07 0.00 0.07 -renifleur renifleur nom m s 0.25 0.14 0.20 0.07 -renifleurs renifleur nom m p 0.25 0.14 0.05 0.07 -renifleuse renifleur adj f s 0.12 0.07 0.01 0.00 -reniflez renifler ver 5.56 24.39 0.17 0.27 imp:pre:2p;ind:pre:2p; -reniflé renifler ver m s 5.56 24.39 0.63 1.69 par:pas; -reniflée renifler ver f s 5.56 24.39 0.15 0.41 par:pas; -reniflées renifler ver f p 5.56 24.39 0.01 0.00 par:pas; -renions renier ver 6.88 13.85 0.03 0.00 imp:pre:1p;ind:pre:1p; -renièrent renier ver 6.88 13.85 0.00 0.07 ind:pas:3p; -renié renier ver m s 6.88 13.85 1.01 1.76 par:pas; -reniée renier ver f s 6.88 13.85 0.30 0.81 par:pas; -reniées renier ver f p 6.88 13.85 0.00 0.14 par:pas; -reniés renier ver m p 6.88 13.85 0.03 0.14 par:pas; -rennais rennais adj m 0.00 0.20 0.00 0.07 -rennaises rennais adj f p 0.00 0.20 0.00 0.14 -renne renne nom m s 1.79 1.15 0.81 0.47 -rennes renne nom m p 1.79 1.15 0.98 0.68 -renâcla renâcler ver 0.09 2.36 0.00 0.07 ind:pas:3s; -renâclaient renâcler ver 0.09 2.36 0.00 0.07 ind:imp:3p; -renâclais renâcler ver 0.09 2.36 0.00 0.20 ind:imp:1s; -renâclait renâcler ver 0.09 2.36 0.01 0.20 ind:imp:3s; -renâclant renâcler ver 0.09 2.36 0.00 0.54 par:pre; -renâcle renâcler ver 0.09 2.36 0.06 0.34 ind:pre:1s;ind:pre:3s; -renâclent renâcler ver 0.09 2.36 0.00 0.07 ind:pre:3p; -renâcler renâcler ver 0.09 2.36 0.01 0.54 inf; -renâcles renâcler ver 0.09 2.36 0.00 0.07 ind:pre:2s; -renâclez renâcler ver 0.09 2.36 0.01 0.00 ind:pre:2p; -renâclions renâcler ver 0.09 2.36 0.00 0.07 ind:imp:1p; -renâclé renâcler ver m s 0.09 2.36 0.00 0.20 par:pas; -renom renom nom m s 1.15 2.43 1.15 2.43 -renommait renommer ver 0.77 1.22 0.00 0.07 ind:imp:3s; -renommer renommer ver 0.77 1.22 0.22 0.00 inf; -renommera renommer ver 0.77 1.22 0.01 0.00 ind:fut:3s; -renommez renommer ver 0.77 1.22 0.00 0.27 imp:pre:2p;ind:pre:2p; -renommé renommé adj m s 0.97 1.08 0.45 0.47 -renommée renommée nom f s 1.89 3.11 1.89 3.11 -renommées renommé adj f p 0.97 1.08 0.01 0.07 -renommés renommé adj m p 0.97 1.08 0.15 0.27 -renonce renoncer ver 41.65 64.46 9.28 5.61 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -renoncement renoncement nom m s 0.70 6.82 0.69 5.95 -renoncements renoncement nom m p 0.70 6.82 0.02 0.88 -renoncent renoncer ver 41.65 64.46 0.75 1.28 ind:pre:3p; -renoncer renoncer ver 41.65 64.46 15.23 21.55 inf; -renoncera renoncer ver 41.65 64.46 0.50 0.27 ind:fut:3s; -renoncerai renoncer ver 41.65 64.46 1.06 0.27 ind:fut:1s; -renonceraient renoncer ver 41.65 64.46 0.01 0.00 cnd:pre:3p; -renoncerais renoncer ver 41.65 64.46 0.99 0.34 cnd:pre:1s;cnd:pre:2s; -renoncerait renoncer ver 41.65 64.46 0.14 0.34 cnd:pre:3s; -renonceras renoncer ver 41.65 64.46 0.06 0.00 ind:fut:2s; -renoncerez renoncer ver 41.65 64.46 0.07 0.07 ind:fut:2p; -renonceriez renoncer ver 41.65 64.46 0.05 0.00 cnd:pre:2p; -renoncerions renoncer ver 41.65 64.46 0.14 0.00 cnd:pre:1p; -renoncerons renoncer ver 41.65 64.46 0.16 0.00 ind:fut:1p; -renonceront renoncer ver 41.65 64.46 0.19 0.07 ind:fut:3p; -renonces renoncer ver 41.65 64.46 1.50 0.07 ind:pre:2s;sub:pre:2s; -renoncez renoncer ver 41.65 64.46 2.91 0.68 imp:pre:2p;ind:pre:2p; -renonciateur renonciateur nom m s 0.00 0.07 0.00 0.07 -renonciation renonciation nom f s 0.38 0.41 0.35 0.34 -renonciations renonciation nom f p 0.38 0.41 0.03 0.07 -renonciez renoncer ver 41.65 64.46 0.23 0.14 ind:imp:2p; -renoncions renoncer ver 41.65 64.46 0.04 0.47 ind:imp:1p; -renoncèrent renoncer ver 41.65 64.46 0.03 0.47 ind:pas:3p; -renoncé renoncer ver m s 41.65 64.46 6.43 17.30 par:pas; -renoncée renoncer ver f s 41.65 64.46 0.00 0.07 par:pas; -renonculacées renonculacée nom f p 0.01 0.00 0.01 0.00 -renoncule renoncule nom f s 0.07 0.54 0.01 0.07 -renoncules renoncule nom f p 0.07 0.54 0.05 0.47 -renonça renoncer ver 41.65 64.46 0.16 4.19 ind:pas:3s; -renonçai renoncer ver 41.65 64.46 0.14 1.69 ind:pas:1s; -renonçaient renoncer ver 41.65 64.46 0.00 0.68 ind:imp:3p; -renonçais renoncer ver 41.65 64.46 0.20 0.54 ind:imp:1s; -renonçait renoncer ver 41.65 64.46 0.18 3.18 ind:imp:3s; -renonçant renoncer ver 41.65 64.46 0.71 4.46 par:pre; -renonçons renoncer ver 41.65 64.46 0.47 0.47 imp:pre:1p;ind:pre:1p; -renonçât renoncer ver 41.65 64.46 0.01 0.27 sub:imp:3s; -renoter renoter ver 0.01 0.00 0.01 0.00 inf; -renoua renouer ver 1.56 7.91 0.00 0.27 ind:pas:3s; -renouai renouer ver 1.56 7.91 0.00 0.20 ind:pas:1s; -renouaient renouer ver 1.56 7.91 0.00 0.20 ind:imp:3p; -renouais renouer ver 1.56 7.91 0.01 0.07 ind:imp:1s; -renouait renouer ver 1.56 7.91 0.01 0.81 ind:imp:3s; -renouant renouer ver 1.56 7.91 0.01 0.47 par:pre; -renoue renouer ver 1.56 7.91 0.40 0.81 ind:pre:1s;ind:pre:3s; -renouent renouer ver 1.56 7.91 0.10 0.07 ind:pre:3p; -renouer renouer ver 1.56 7.91 0.70 3.18 inf; -renouerait renouer ver 1.56 7.91 0.00 0.07 cnd:pre:3s; -renoueront renouer ver 1.56 7.91 0.00 0.14 ind:fut:3p; -renouons renouer ver 1.56 7.91 0.01 0.14 imp:pre:1p;ind:pre:1p; -renouèrent renouer ver 1.56 7.91 0.00 0.14 ind:pas:3p; -renoué renouer ver m s 1.56 7.91 0.32 1.08 par:pas; -renouée renouée nom f s 0.00 0.34 0.00 0.34 -renoués renouer ver m p 1.56 7.91 0.00 0.07 par:pas; -renouveau renouveau nom m s 1.38 3.85 1.38 3.72 -renouveaux renouveau nom m p 1.38 3.85 0.00 0.14 -renouvela renouveler ver 4.71 19.39 0.12 0.61 ind:pas:3s; -renouvelable renouvelable adj s 0.09 0.07 0.09 0.07 -renouvelai renouveler ver 4.71 19.39 0.00 0.34 ind:pas:1s; -renouvelaient renouveler ver 4.71 19.39 0.00 0.20 ind:imp:3p; -renouvelais renouveler ver 4.71 19.39 0.00 0.14 ind:imp:1s; -renouvelait renouveler ver 4.71 19.39 0.02 1.62 ind:imp:3s; -renouvelant renouveler ver 4.71 19.39 0.00 0.68 par:pre; -renouveler renouveler ver 4.71 19.39 1.98 5.81 inf; -renouvelez renouveler ver 4.71 19.39 0.08 0.00 imp:pre:2p;ind:pre:2p; -renouvelions renouveler ver 4.71 19.39 0.00 0.07 ind:imp:1p; -renouvelle renouveler ver 4.71 19.39 1.06 1.62 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -renouvellement renouvellement nom m s 0.94 2.43 0.89 2.30 -renouvellements renouvellement nom m p 0.94 2.43 0.05 0.14 -renouvellent renouveler ver 4.71 19.39 0.34 0.27 ind:pre:3p; -renouvellera renouveler ver 4.71 19.39 0.10 0.14 ind:fut:3s; -renouvellerai renouveler ver 4.71 19.39 0.01 0.07 ind:fut:1s; -renouvellerait renouveler ver 4.71 19.39 0.00 0.41 cnd:pre:3s; -renouvellerons renouveler ver 4.71 19.39 0.01 0.00 ind:fut:1p; -renouvelleront renouveler ver 4.71 19.39 0.04 0.07 ind:fut:3p; -renouvelles renouveler ver 4.71 19.39 0.03 0.00 ind:pre:2s; -renouvelâmes renouveler ver 4.71 19.39 0.00 0.07 ind:pas:1p; -renouvelons renouveler ver 4.71 19.39 0.04 0.07 imp:pre:1p;ind:pre:1p; -renouvelât renouveler ver 4.71 19.39 0.00 0.14 sub:imp:3s; -renouvelèrent renouveler ver 4.71 19.39 0.00 0.07 ind:pas:3p; -renouvelé renouveler ver m s 4.71 19.39 0.52 2.70 par:pas; -renouvelée renouveler ver f s 4.71 19.39 0.15 2.36 par:pas; -renouvelées renouveler ver f p 4.71 19.39 0.03 1.15 par:pas; -renouvelés renouveler ver m p 4.71 19.39 0.18 0.81 par:pas; -renquillait renquiller ver 0.00 0.34 0.00 0.07 ind:imp:3s; -renquille renquiller ver 0.00 0.34 0.00 0.07 ind:pre:3s; -renquillé renquiller ver m s 0.00 0.34 0.00 0.20 par:pas; -renseigna renseigner ver 20.46 24.26 0.00 1.01 ind:pas:3s; -renseignai renseigner ver 20.46 24.26 0.00 0.20 ind:pas:1s; -renseignaient renseigner ver 20.46 24.26 0.00 0.34 ind:imp:3p; -renseignais renseigner ver 20.46 24.26 0.26 0.00 ind:imp:1s;ind:imp:2s; -renseignait renseigner ver 20.46 24.26 0.08 1.01 ind:imp:3s; -renseignant renseigner ver 20.46 24.26 0.02 0.14 par:pre; -renseigne renseigner ver 20.46 24.26 3.44 2.70 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -renseignement renseignement nom m s 18.98 22.91 5.07 5.68 -renseignements renseignement nom m p 18.98 22.91 13.91 17.23 -renseignent renseigner ver 20.46 24.26 0.14 0.47 ind:pre:3p; -renseigner renseigner ver 20.46 24.26 9.07 7.03 inf; -renseignera renseigner ver 20.46 24.26 0.59 0.27 ind:fut:3s; -renseignerai renseigner ver 20.46 24.26 0.19 0.20 ind:fut:1s; -renseigneraient renseigner ver 20.46 24.26 0.01 0.14 cnd:pre:3p; -renseignerais renseigner ver 20.46 24.26 0.22 0.00 cnd:pre:1s;cnd:pre:2s; -renseignerait renseigner ver 20.46 24.26 0.17 0.27 cnd:pre:3s; -renseigneras renseigner ver 20.46 24.26 0.01 0.07 ind:fut:2s; -renseigneriez renseigner ver 20.46 24.26 0.02 0.00 cnd:pre:2p; -renseignerons renseigner ver 20.46 24.26 0.16 0.00 ind:fut:1p; -renseigneront renseigner ver 20.46 24.26 0.00 0.20 ind:fut:3p; -renseignez renseigner ver 20.46 24.26 0.86 0.34 imp:pre:2p;ind:pre:2p; -renseignât renseigner ver 20.46 24.26 0.00 0.07 sub:imp:3s; -renseignèrent renseigner ver 20.46 24.26 0.00 0.07 ind:pas:3p; -renseigné renseigner ver m s 20.46 24.26 3.04 5.81 par:pas; -renseignée renseigner ver f s 20.46 24.26 1.23 1.62 par:pas; -renseignées renseigner ver f p 20.46 24.26 0.03 0.14 par:pas; -renseignés renseigner ver m p 20.46 24.26 0.93 2.16 par:pas; -renta renter ver 0.47 0.00 0.11 0.00 ind:pas:3s; -rentabilisation rentabilisation nom f s 0.00 0.07 0.00 0.07 -rentabilise rentabiliser ver 0.47 0.14 0.07 0.00 imp:pre:2s;ind:pre:1s;ind:pre:3s; -rentabiliser rentabiliser ver 0.47 0.14 0.37 0.07 inf; -rentabilisé rentabiliser ver m s 0.47 0.14 0.04 0.00 par:pas; -rentabilisée rentabiliser ver f s 0.47 0.14 0.00 0.07 par:pas; -rentabilité rentabilité nom f s 0.27 0.61 0.27 0.61 -rentable rentable adj s 2.58 1.69 2.21 1.42 -rentables rentable adj p 2.58 1.69 0.36 0.27 -rentamer rentamer ver 0.01 0.00 0.01 0.00 inf; -rente rente nom f s 1.61 3.78 1.17 1.96 -renter renter ver 0.47 0.00 0.34 0.00 inf; -rentes rente nom f p 1.61 3.78 0.44 1.82 -rentier rentier nom m s 0.17 3.11 0.12 1.08 -rentiers rentier nom m p 0.17 3.11 0.05 1.42 -rentière rentier nom f s 0.17 3.11 0.00 0.47 -rentières rentier nom f p 0.17 3.11 0.00 0.14 -rentoilages rentoilage nom m p 0.00 0.07 0.00 0.07 -rentoilée rentoiler ver f s 0.00 0.07 0.00 0.07 par:pas; -rentra rentrer ver 532.51 279.93 1.11 18.51 ind:pas:3s; -rentrai rentrer ver 532.51 279.93 0.39 5.20 ind:pas:1s; -rentraient rentrer ver 532.51 279.93 1.29 6.49 ind:imp:3p;ind:pre:3p; -rentrais rentrer ver 532.51 279.93 5.36 5.95 ind:imp:1s;ind:imp:2s;ind:pre:2s; -rentrait rentrer ver 532.51 279.93 6.21 17.57 ind:imp:3s;ind:pre:3s; -rentrant rentrer ver 532.51 279.93 9.50 21.49 par:pre; -rentrante rentrant adj f s 0.04 1.01 0.01 0.00 -rentrantes rentrant adj f p 0.04 1.01 0.00 0.20 -rentrants rentrant adj m p 0.04 1.01 0.00 0.07 -rentre_dedans rentre_dedans nom m 0.47 0.07 0.47 0.07 -rentre rentrer ver 532.51 279.93 151.42 41.76 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -rentrent rentrer ver 532.51 279.93 6.04 5.07 ind:pre:3p; -rentrer rentrer ver 532.51 279.93 166.36 77.23 inf; -rentrera rentrer ver 532.51 279.93 9.64 2.70 ind:fut:3s; -rentrerai rentrer ver 532.51 279.93 9.91 2.23 ind:fut:1s; -rentreraient rentrer ver 532.51 279.93 0.07 0.88 cnd:pre:3p; -rentrerais rentrer ver 532.51 279.93 1.09 0.74 cnd:pre:1s;cnd:pre:2s; -rentrerait rentrer ver 532.51 279.93 1.45 3.24 cnd:pre:3s; -rentreras rentrer ver 532.51 279.93 3.16 0.74 ind:fut:2s; -rentrerez rentrer ver 532.51 279.93 1.12 0.34 ind:fut:2p; -rentreriez rentrer ver 532.51 279.93 0.23 0.07 cnd:pre:2p; -rentrerions rentrer ver 532.51 279.93 0.07 0.41 cnd:pre:1p; -rentrerons rentrer ver 532.51 279.93 1.05 0.74 ind:fut:1p; -rentreront rentrer ver 532.51 279.93 0.98 0.68 ind:fut:3p; -rentres rentrer ver 532.51 279.93 24.90 2.36 ind:pre:2s;sub:pre:2s; -rentrez rentrer ver 532.51 279.93 31.60 2.57 imp:pre:2p;ind:pre:2p; -rentriez rentrer ver 532.51 279.93 0.61 0.68 ind:imp:2p;sub:pre:2p; -rentrions rentrer ver 532.51 279.93 0.48 2.36 ind:imp:1p; -rentrâmes rentrer ver 532.51 279.93 0.01 1.01 ind:pas:1p; -rentrons rentrer ver 532.51 279.93 19.04 5.54 imp:pre:1p;ind:pre:1p; -rentrât rentrer ver 532.51 279.93 0.00 0.47 sub:imp:3s; -rentrèrent rentrer ver 532.51 279.93 0.09 2.36 ind:pas:3p; -rentré rentrer ver m s 532.51 279.93 44.27 24.05 par:pas; -rentrée rentrer ver f s 532.51 279.93 25.00 14.66 par:pas; -rentrées rentrer ver f p 532.51 279.93 0.78 3.11 par:pas; -rentrés rentrer ver m p 532.51 279.93 9.29 8.72 par:pas; -rentée renter ver f s 0.47 0.00 0.02 0.00 par:pas; -rené renaître ver m s 7.45 13.04 1.46 1.42 par:pas; -renée renaître ver f s 7.45 13.04 0.25 0.14 par:pas; -renégat renégat nom m s 1.60 1.96 0.89 1.15 -renégate renégat nom f s 1.60 1.96 0.15 0.14 -renégats renégat nom m p 1.60 1.96 0.56 0.68 -renégociation renégociation nom f s 0.05 0.00 0.05 0.00 -renégocie renégocier ver 0.36 0.00 0.03 0.00 ind:pre:1s;ind:pre:3s; -renégocier renégocier ver 0.36 0.00 0.30 0.00 inf; -renégociées renégocier ver f p 0.36 0.00 0.01 0.00 par:pas; -renégociés renégocier ver m p 0.36 0.00 0.02 0.00 par:pas; -renverra renvoyer ver 59.22 42.70 1.40 0.14 ind:fut:3s; -renverrai renvoyer ver 59.22 42.70 0.98 0.14 ind:fut:1s; -renverraient renvoyer ver 59.22 42.70 0.10 0.07 cnd:pre:3p; -renverrais renvoyer ver 59.22 42.70 0.16 0.07 cnd:pre:1s;cnd:pre:2s; -renverrait renvoyer ver 59.22 42.70 0.27 0.20 cnd:pre:3s; -renverras renvoyer ver 59.22 42.70 0.16 0.00 ind:fut:2s; -renverrez renvoyer ver 59.22 42.70 0.09 0.00 ind:fut:2p; -renverrions renvoyer ver 59.22 42.70 0.01 0.07 cnd:pre:1p; -renverrons renvoyer ver 59.22 42.70 0.12 0.07 ind:fut:1p; -renverront renvoyer ver 59.22 42.70 0.54 0.07 ind:fut:3p; -renversa renverser ver 24.02 39.46 0.27 5.34 ind:pas:3s; -renversai renverser ver 24.02 39.46 0.01 0.07 ind:pas:1s; -renversaient renverser ver 24.02 39.46 0.02 1.01 ind:imp:3p; -renversais renverser ver 24.02 39.46 0.02 0.07 ind:imp:1s; -renversait renverser ver 24.02 39.46 0.12 2.97 ind:imp:3s; -renversant renversant adj m s 1.31 0.95 0.87 0.68 -renversante renversant adj f s 1.31 0.95 0.40 0.07 -renversantes renversant adj f p 1.31 0.95 0.04 0.20 -renverse renverser ver 24.02 39.46 1.93 4.39 imp:pre:2s;ind:pre:1s;ind:pre:3s; -renversement renversement nom m s 0.27 2.23 0.25 1.96 -renversements renversement nom m p 0.27 2.23 0.03 0.27 -renversent renverser ver 24.02 39.46 0.10 0.54 ind:pre:3p; -renverser renverser ver 24.02 39.46 7.00 7.64 inf; -renversera renverser ver 24.02 39.46 0.15 0.00 ind:fut:3s; -renverserai renverser ver 24.02 39.46 0.16 0.00 ind:fut:1s; -renverserais renverser ver 24.02 39.46 0.02 0.14 cnd:pre:1s;cnd:pre:2s; -renverserait renverser ver 24.02 39.46 0.07 0.41 cnd:pre:3s; -renverseras renverser ver 24.02 39.46 0.02 0.00 ind:fut:2s; -renverseront renverser ver 24.02 39.46 0.01 0.14 ind:fut:3p; -renverses renverser ver 24.02 39.46 0.48 0.20 ind:pre:2s; -renverseur renverseur nom m s 0.00 0.07 0.00 0.07 -renversez renverser ver 24.02 39.46 0.35 0.07 imp:pre:2p;ind:pre:2p; -renversons renverser ver 24.02 39.46 0.04 0.07 imp:pre:1p;ind:pre:1p; -renversât renverser ver 24.02 39.46 0.00 0.07 sub:imp:3s; -renversèrent renverser ver 24.02 39.46 0.01 0.20 ind:pas:3p; -renversé renverser ver m s 24.02 39.46 10.41 6.62 par:pas; -renversée renverser ver f s 24.02 39.46 2.04 4.26 par:pas; -renversées renversé adj f p 1.33 10.47 0.08 1.69 -renversés renverser ver m p 24.02 39.46 0.50 1.42 par:pas; -renvoi renvoi nom m s 3.50 4.80 3.19 3.38 -renvoie renvoyer ver 59.22 42.70 11.56 6.15 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:1s;sub:pre:3s; -renvoient renvoyer ver 59.22 42.70 1.62 1.89 ind:pre:3p; -renvoies renvoyer ver 59.22 42.70 0.67 0.14 ind:pre:2s; -renvois renvoi nom m p 3.50 4.80 0.31 1.42 -renvoya renvoyer ver 59.22 42.70 0.17 3.58 ind:pas:3s; -renvoyai renvoyer ver 59.22 42.70 0.01 0.14 ind:pas:1s; -renvoyaient renvoyer ver 59.22 42.70 0.07 1.69 ind:imp:3p; -renvoyais renvoyer ver 59.22 42.70 0.12 0.20 ind:imp:1s;ind:imp:2s; -renvoyait renvoyer ver 59.22 42.70 0.53 5.61 ind:imp:3s; -renvoyant renvoyer ver 59.22 42.70 0.09 1.28 par:pre; -renvoyer renvoyer ver 59.22 42.70 16.45 8.45 inf; -renvoyez renvoyer ver 59.22 42.70 5.48 0.20 imp:pre:2p;ind:pre:2p; -renvoyiez renvoyer ver 59.22 42.70 0.05 0.00 ind:imp:2p;sub:pre:2p; -renvoyions renvoyer ver 59.22 42.70 0.02 0.00 ind:imp:1p; -renvoyons renvoyer ver 59.22 42.70 0.22 0.00 imp:pre:1p;ind:pre:1p; -renvoyât renvoyer ver 59.22 42.70 0.00 0.20 sub:imp:3s; -renvoyèrent renvoyer ver 59.22 42.70 0.02 0.54 ind:pas:3p; -renvoyé renvoyer ver m s 59.22 42.70 11.06 7.36 par:pas; -renvoyée renvoyer ver f s 59.22 42.70 4.71 1.96 par:pas; -renvoyées renvoyer ver f p 59.22 42.70 0.50 0.81 par:pas; -renvoyés renvoyer ver m p 59.22 42.70 2.04 1.69 par:pas; -rep rep nom m s 0.00 0.07 0.00 0.07 -repaît repaître ver 0.48 2.57 0.12 0.07 ind:pre:3s; -repaître repaître ver 0.48 2.57 0.20 1.42 inf; -repaie repayer ver 0.23 0.41 0.01 0.07 ind:pre:3s; -repaies repayer ver 0.23 0.41 0.01 0.00 ind:pre:2s; -repaire repaire nom m s 3.19 3.31 3.02 2.43 -repaires repaire nom m p 3.19 3.31 0.17 0.88 -repais repaître ver 0.48 2.57 0.01 0.41 imp:pre:2s;ind:pre:1s; -repaissaient repaître ver 0.48 2.57 0.01 0.07 ind:imp:3p; -repaissais repaître ver 0.48 2.57 0.00 0.07 ind:imp:1s; -repaissait repaître ver 0.48 2.57 0.00 0.47 ind:imp:3s; -repaissant repaître ver 0.48 2.57 0.01 0.00 par:pre; -repaissent repaître ver 0.48 2.57 0.14 0.07 ind:pre:3p; -reparût reparaître ver 0.80 15.68 0.00 0.20 sub:imp:3s; -reparaît reparaître ver 0.80 15.68 0.16 2.23 ind:pre:3s; -reparaîtra reparaître ver 0.80 15.68 0.01 0.27 ind:fut:3s; -reparaîtrait reparaître ver 0.80 15.68 0.00 0.07 cnd:pre:3s; -reparaître reparaître ver 0.80 15.68 0.06 3.38 inf; -reparais reparaître ver 0.80 15.68 0.14 0.00 ind:pre:2s; -reparaissaient reparaître ver 0.80 15.68 0.01 0.74 ind:imp:3p; -reparaissait reparaître ver 0.80 15.68 0.00 1.28 ind:imp:3s; -reparaissant reparaître ver 0.80 15.68 0.00 0.41 par:pre; -reparaisse reparaître ver 0.80 15.68 0.01 0.41 sub:pre:3s; -reparaissent reparaître ver 0.80 15.68 0.00 0.34 ind:pre:3p; -reparaissez reparaître ver 0.80 15.68 0.00 0.07 ind:pre:2p; -reparaissons reparaître ver 0.80 15.68 0.00 0.07 ind:pre:1p; -reparcourant reparcourir ver 0.14 0.34 0.00 0.20 par:pre; -reparcourir reparcourir ver 0.14 0.34 0.13 0.07 inf; -reparcouru reparcourir ver m s 0.14 0.34 0.01 0.07 par:pas; -reparla reparler ver 19.93 8.65 0.03 0.95 ind:pas:3s; -reparlaient reparler ver 19.93 8.65 0.00 0.14 ind:imp:3p; -reparlais reparler ver 19.93 8.65 0.04 0.07 ind:imp:1s;ind:imp:2s; -reparlait reparler ver 19.93 8.65 0.09 0.20 ind:imp:3s; -reparlant reparler ver 19.93 8.65 0.00 0.07 par:pre; -reparle reparler ver 19.93 8.65 3.02 0.61 imp:pre:2s;ind:pre:1s;ind:pre:3s; -reparlent reparler ver 19.93 8.65 0.03 0.07 ind:pre:3p; -reparler reparler ver 19.93 8.65 2.88 1.28 inf; -reparlera reparler ver 19.93 8.65 8.40 0.88 ind:fut:3s; -reparlerai reparler ver 19.93 8.65 0.33 0.41 ind:fut:1s; -reparlerez reparler ver 19.93 8.65 0.01 0.00 ind:fut:2p; -reparlerions reparler ver 19.93 8.65 0.03 0.07 cnd:pre:1p; -reparlerons reparler ver 19.93 8.65 2.58 1.96 ind:fut:1p; -reparles reparler ver 19.93 8.65 0.45 0.07 ind:pre:2s; -reparlez reparler ver 19.93 8.65 0.12 0.07 imp:pre:2p;ind:pre:2p; -reparliez reparler ver 19.93 8.65 0.03 0.07 ind:imp:2p; -reparlâmes reparler ver 19.93 8.65 0.00 0.20 ind:pas:1p; -reparlons reparler ver 19.93 8.65 0.56 0.14 imp:pre:1p;ind:pre:1p; -reparlé reparler ver m s 19.93 8.65 1.36 1.42 par:pas; -repars repartir ver 58.84 87.57 6.61 2.43 imp:pre:2s;ind:pre:1s;ind:pre:2s; -repart repartir ver 58.84 87.57 8.08 8.11 ind:pre:3s; -repartîmes repartir ver 58.84 87.57 0.01 0.41 ind:pas:1p; -repartît repartir ver 58.84 87.57 0.01 0.20 sub:imp:3s; -repartaient repartir ver 58.84 87.57 0.16 2.57 ind:imp:3p; -repartais repartir ver 58.84 87.57 0.46 1.22 ind:imp:1s;ind:imp:2s; -repartait repartir ver 58.84 87.57 0.83 10.20 ind:imp:3s; -repartant repartir ver 58.84 87.57 0.16 1.62 par:pre; -reparte repartir ver 58.84 87.57 1.09 0.81 sub:pre:1s;sub:pre:3s; -repartent repartir ver 58.84 87.57 1.53 1.89 ind:pre:3p; -repartes repartir ver 58.84 87.57 0.24 0.20 sub:pre:2s; -repartez repartir ver 58.84 87.57 1.58 0.68 imp:pre:2p;ind:pre:2p; -reparti repartir ver m s 58.84 87.57 9.19 9.05 par:pas; -repartie repartir ver f s 58.84 87.57 2.54 3.72 par:pas; -reparties repartir ver f p 58.84 87.57 0.07 0.41 par:pas; -repartiez repartir ver 58.84 87.57 0.13 0.07 ind:imp:2p; -repartions repartir ver 58.84 87.57 0.05 0.74 ind:imp:1p; -repartir repartir ver 58.84 87.57 19.56 22.91 inf; -repartira repartir ver 58.84 87.57 0.89 0.54 ind:fut:3s; -repartirai repartir ver 58.84 87.57 0.66 0.41 ind:fut:1s; -repartiraient repartir ver 58.84 87.57 0.03 0.07 cnd:pre:3p; -repartirais repartir ver 58.84 87.57 0.19 0.41 cnd:pre:1s;cnd:pre:2s; -repartirait repartir ver 58.84 87.57 0.06 0.41 cnd:pre:3s; -repartiras repartir ver 58.84 87.57 0.55 0.47 ind:fut:2s; -repartirent repartir ver 58.84 87.57 0.01 1.55 ind:pas:3p; -repartirez repartir ver 58.84 87.57 0.46 0.20 ind:fut:2p; -repartirons repartir ver 58.84 87.57 0.21 0.41 ind:fut:1p; -repartiront repartir ver 58.84 87.57 0.20 0.14 ind:fut:3p; -repartis repartir ver m p 58.84 87.57 1.52 3.65 ind:pas:1s;par:pas; -repartisse repartir ver 58.84 87.57 0.00 0.07 sub:imp:1s; -repartit repartir ver 58.84 87.57 0.36 10.14 ind:pas:3s; -repartons repartir ver 58.84 87.57 1.40 1.89 imp:pre:1p;ind:pre:1p; -reparu reparaître ver m s 0.80 15.68 0.32 2.64 par:pas; -reparue reparaître ver f s 0.80 15.68 0.00 0.14 par:pas; -reparurent reparaître ver 0.80 15.68 0.00 0.27 ind:pas:3p; -reparut reparaître ver 0.80 15.68 0.10 3.18 ind:pas:3s; -repas repas nom m 48.53 76.62 48.53 76.62 -repassa repasser ver 26.91 34.19 0.00 1.49 ind:pas:3s; -repassage repassage nom m s 1.06 2.03 1.05 1.82 -repassages repassage nom m p 1.06 2.03 0.01 0.20 -repassai repasser ver 26.91 34.19 0.00 0.61 ind:pas:1s; -repassaient repasser ver 26.91 34.19 0.02 1.15 ind:imp:3p; -repassais repasser ver 26.91 34.19 0.13 0.47 ind:imp:1s;ind:imp:2s; -repassait repasser ver 26.91 34.19 0.21 3.45 ind:imp:3s; -repassant repasser ver 26.91 34.19 0.31 1.96 par:pre; -repasse repasser ver 26.91 34.19 6.34 4.46 imp:pre:2s;ind:pre:1s;ind:pre:3s; -repassent repasser ver 26.91 34.19 0.37 1.15 ind:pre:3p; -repasser repasser ver 26.91 34.19 7.27 9.39 inf; -repassera repasser ver 26.91 34.19 0.73 0.81 ind:fut:3s; -repasserai repasser ver 26.91 34.19 4.89 1.01 ind:fut:1s; -repasseraient repasser ver 26.91 34.19 0.01 0.14 cnd:pre:3p; -repasserais repasser ver 26.91 34.19 0.18 0.00 cnd:pre:1s;cnd:pre:2s; -repasserait repasser ver 26.91 34.19 0.03 0.47 cnd:pre:3s; -repasseras repasser ver 26.91 34.19 0.11 0.41 ind:fut:2s; -repasserez repasser ver 26.91 34.19 0.25 0.47 ind:fut:2p; -repasserons repasser ver 26.91 34.19 0.07 0.00 ind:fut:1p; -repasseront repasser ver 26.91 34.19 0.12 0.14 ind:fut:3p; -repasses repasser ver 26.91 34.19 0.60 0.07 ind:pre:2s; -repasseur repasseur nom m s 0.00 0.68 0.00 0.41 -repasseuse repasseur nom f s 0.00 0.68 0.00 0.20 -repasseuses repasseur nom f p 0.00 0.68 0.00 0.07 -repassez repasser ver 26.91 34.19 1.85 0.41 imp:pre:2p;ind:pre:2p; -repassiez repasser ver 26.91 34.19 0.03 0.00 ind:imp:2p; -repassions repasser ver 26.91 34.19 0.03 0.14 ind:imp:1p; -repassons repasser ver 26.91 34.19 0.22 0.07 imp:pre:1p;ind:pre:1p; -repassé repasser ver m s 26.91 34.19 1.79 3.51 par:pas; -repassée repasser ver f s 26.91 34.19 0.52 1.15 par:pas; -repassées repasser ver f p 26.91 34.19 0.14 0.34 par:pas; -repassés repasser ver m p 26.91 34.19 0.70 0.95 par:pas; -repavage repavage nom m s 0.04 0.00 0.04 0.00 -repaver repaver ver 0.01 0.07 0.01 0.00 inf; -repavé repaver ver m s 0.01 0.07 0.00 0.07 par:pas; -repayais repayer ver 0.23 0.41 0.00 0.07 ind:imp:1s; -repayait repayer ver 0.23 0.41 0.00 0.07 ind:imp:3s; -repaye repayer ver 0.23 0.41 0.00 0.07 ind:pre:1s; -repayer repayer ver 0.23 0.41 0.21 0.00 inf;; -repayé repayer ver m s 0.23 0.41 0.00 0.07 par:pas; -repeigna repeigner ver 0.35 1.35 0.00 0.07 ind:pas:3s; -repeignais repeigner ver 0.35 1.35 0.01 0.14 ind:imp:1s; -repeignait repeigner ver 0.35 1.35 0.01 0.41 ind:imp:3s; -repeignant repeigner ver 0.35 1.35 0.02 0.00 par:pre; -repeigne repeigner ver 0.35 1.35 0.06 0.14 ind:pre:1s;ind:pre:3s; -repeignent repeigner ver 0.35 1.35 0.19 0.27 ind:pre:3p; -repeignez repeigner ver 0.35 1.35 0.06 0.00 imp:pre:2p;ind:pre:2p; -repeignit repeindre ver 5.05 6.96 0.00 0.07 ind:pas:3s; -repeigné repeigner ver m s 0.35 1.35 0.00 0.07 par:pas; -repeignée repeigner ver f s 0.35 1.35 0.00 0.20 par:pas; -repeignées repeigner ver f p 0.35 1.35 0.00 0.07 par:pas; -repeindra repeindre ver 5.05 6.96 0.03 0.00 ind:fut:3s; -repeindrai repeindre ver 5.05 6.96 0.01 0.00 ind:fut:1s; -repeindrait repeindre ver 5.05 6.96 0.25 0.00 cnd:pre:3s; -repeindre repeindre ver 5.05 6.96 2.79 2.70 inf; -repeins repeindre ver 5.05 6.96 0.29 0.00 imp:pre:2s;ind:pre:1s; -repeint repeindre ver m s 5.05 6.96 1.46 1.35 ind:pre:3s;par:pas; -repeinte repeindre ver f s 5.05 6.96 0.20 1.69 par:pas; -repeintes repeindre ver f p 5.05 6.96 0.02 0.61 par:pas; -repeints repeindre ver m p 5.05 6.96 0.01 0.54 par:pas; -rependra rependre ver 0.38 0.14 0.00 0.07 ind:fut:3s; -rependre rependre ver 0.38 0.14 0.22 0.00 inf; -repends rependre ver 0.38 0.14 0.15 0.00 imp:pre:2s;ind:pre:1s; -rependu rependre ver m s 0.38 0.14 0.01 0.00 par:pas; -rependus rependre ver m p 0.38 0.14 0.00 0.07 par:pas; -repens repentir ver 9.49 6.28 1.47 0.81 imp:pre:2s;ind:pre:1s;ind:pre:2s; -repensa repenser ver 9.68 12.16 0.01 0.95 ind:pas:3s; -repensai repenser ver 9.68 12.16 0.02 0.74 ind:pas:1s; -repensais repenser ver 9.68 12.16 0.56 0.81 ind:imp:1s; -repensait repenser ver 9.68 12.16 0.26 0.88 ind:imp:3s; -repensant repenser ver 9.68 12.16 0.98 1.01 par:pre; -repense repenser ver 9.68 12.16 2.91 3.51 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:1s; -repensent repenser ver 9.68 12.16 0.01 0.07 ind:pre:3p; -repenser repenser ver 9.68 12.16 1.74 2.36 inf; -repensera repenser ver 9.68 12.16 0.13 0.07 ind:fut:3s; -repenserai repenser ver 9.68 12.16 0.02 0.00 ind:fut:1s; -repenserais repenser ver 9.68 12.16 0.08 0.00 cnd:pre:1s;cnd:pre:2s; -repenserez repenser ver 9.68 12.16 0.03 0.14 ind:fut:2p; -repenses repenser ver 9.68 12.16 0.55 0.07 ind:pre:2s;sub:pre:2s; -repensez repenser ver 9.68 12.16 0.22 0.00 imp:pre:2p;ind:pre:2p; -repensons repenser ver 9.68 12.16 0.02 0.00 imp:pre:1p; -repensé repenser ver m s 9.68 12.16 2.12 1.55 par:pas; -repensée repenser ver f s 9.68 12.16 0.01 0.00 par:pas; -repent repentir ver 9.49 6.28 0.96 0.34 ind:pre:3s; -repentaient repentir ver 9.49 6.28 0.00 0.07 ind:imp:3p; -repentait repentir ver 9.49 6.28 0.00 0.61 ind:imp:3s; -repentance repentance nom f s 0.15 0.20 0.15 0.20 -repentant repentir ver 9.49 6.28 0.13 0.07 par:pre; -repentante repentant adj f s 0.17 0.74 0.02 0.41 -repentantes repentant adj f p 0.17 0.74 0.00 0.07 -repentants repentant adj m p 0.17 0.74 0.12 0.07 -repentent repentir ver 9.49 6.28 0.02 0.14 ind:pre:3p; -repentez repentir ver 9.49 6.28 0.80 0.34 imp:pre:2p;ind:pre:2p; -repenti repenti adj m s 0.84 1.15 0.76 0.61 -repentie repentir ver f s 9.49 6.28 0.05 0.20 par:pas; -repenties repenti adj f p 0.84 1.15 0.00 0.14 -repentir repentir ver 9.49 6.28 3.59 2.50 inf; -repentira repentir ver 9.49 6.28 0.34 0.07 ind:fut:3s; -repentirai repentir ver 9.49 6.28 0.25 0.14 ind:fut:1s; -repentirais repentir ver 9.49 6.28 0.00 0.07 cnd:pre:2s; -repentiras repentir ver 9.49 6.28 0.76 0.00 ind:fut:2s; -repentirez repentir ver 9.49 6.28 0.56 0.14 ind:fut:2p; -repentirs repentir nom m p 2.59 5.20 0.00 0.61 -repentis repenti adj m p 0.84 1.15 0.07 0.27 -repentisse repentir ver 9.49 6.28 0.01 0.00 sub:imp:1s; -repentissent repentir ver 9.49 6.28 0.01 0.07 sub:imp:3p; -repentit repentir ver 9.49 6.28 0.02 0.20 ind:pas:3s; -repentons repentir ver 9.49 6.28 0.02 0.00 imp:pre:1p;ind:pre:1p; -reperdaient reperdre ver 0.32 0.88 0.00 0.07 ind:imp:3p; -reperdais reperdre ver 0.32 0.88 0.00 0.07 ind:imp:1s; -reperdons reperdre ver 0.32 0.88 0.00 0.07 imp:pre:1p; -reperdre reperdre ver 0.32 0.88 0.16 0.14 inf; -reperds reperdre ver 0.32 0.88 0.01 0.14 imp:pre:2s;ind:pre:1s;ind:pre:2s; -reperdu reperdre ver m s 0.32 0.88 0.15 0.20 par:pas; -reperdue reperdre ver f s 0.32 0.88 0.00 0.14 par:pas; -reperdues reperdre ver f p 0.32 0.88 0.00 0.07 par:pas; -repeuplaient repeupler ver 0.62 0.74 0.00 0.07 ind:imp:3p; -repeuplait repeupler ver 0.62 0.74 0.00 0.07 ind:imp:3s; -repeuple repeupler ver 0.62 0.74 0.28 0.20 imp:pre:2s;ind:pre:1s;ind:pre:3s; -repeuplement repeuplement nom m s 0.01 0.00 0.01 0.00 -repeupler repeupler ver 0.62 0.74 0.32 0.07 inf; -repeuplée repeupler ver f s 0.62 0.74 0.01 0.27 par:pas; -repeuplées repeupler ver f p 0.62 0.74 0.00 0.07 par:pas; -repincer repincer ver 0.15 0.27 0.15 0.07 inf; -repincé repincer ver m s 0.15 0.27 0.00 0.20 par:pas; -repiqua repiquer ver 0.53 2.09 0.00 0.27 ind:pas:3s; -repiquage repiquage nom m s 0.10 0.61 0.10 0.61 -repiquaient repiquer ver 0.53 2.09 0.00 0.07 ind:imp:3p; -repiquait repiquer ver 0.53 2.09 0.00 0.20 ind:imp:3s; -repique repiquer ver 0.53 2.09 0.16 0.68 ind:pre:1s;ind:pre:3s; -repiquer repiquer ver 0.53 2.09 0.07 0.47 inf; -repiquerai repiquer ver 0.53 2.09 0.00 0.07 ind:fut:1s; -repiqué repiquer ver m s 0.53 2.09 0.30 0.27 par:pas; -repiquées repiquer ver f p 0.53 2.09 0.00 0.07 par:pas; -replace replacer ver 1.54 7.70 0.32 0.95 imp:pre:2s;ind:pre:1s;ind:pre:3s; -replacement replacement nom m s 0.02 0.00 0.02 0.00 -replacent replacer ver 1.54 7.70 0.02 0.00 ind:pre:3p; -replacer replacer ver 1.54 7.70 0.41 2.36 inf; -replacerai replacer ver 1.54 7.70 0.02 0.00 ind:fut:1s; -replacerez replacer ver 1.54 7.70 0.01 0.00 ind:fut:2p; -replacez replacer ver 1.54 7.70 0.26 0.07 imp:pre:2p; -replacèrent replacer ver 1.54 7.70 0.00 0.07 ind:pas:3p; -replacé replacer ver m s 1.54 7.70 0.39 1.01 par:pas; -replacée replacer ver f s 1.54 7.70 0.05 0.07 par:pas; -replacés replacer ver m p 1.54 7.70 0.02 0.20 par:pas; -replanta replanter ver 0.25 1.69 0.00 0.07 ind:pas:3s; -replantait replanter ver 0.25 1.69 0.00 0.20 ind:imp:3s; -replantation replantation nom f s 0.00 0.07 0.00 0.07 -replante replanter ver 0.25 1.69 0.00 0.14 ind:pre:3s; -replantent replanter ver 0.25 1.69 0.00 0.07 ind:pre:3p; -replanter replanter ver 0.25 1.69 0.21 0.47 inf; -replantez replanter ver 0.25 1.69 0.00 0.07 imp:pre:2p; -replanté replanter ver m s 0.25 1.69 0.00 0.14 par:pas; -replantée replanter ver f s 0.25 1.69 0.01 0.27 par:pas; -replantées replanter ver f p 0.25 1.69 0.01 0.20 par:pas; -replantés replanter ver m p 0.25 1.69 0.02 0.07 par:pas; -replat replat nom m s 0.16 0.61 0.16 0.54 -replaça replacer ver 1.54 7.70 0.01 1.22 ind:pas:3s; -replaçaient replacer ver 1.54 7.70 0.00 0.14 ind:imp:3p; -replaçais replacer ver 1.54 7.70 0.00 0.14 ind:imp:1s; -replaçait replacer ver 1.54 7.70 0.02 0.61 ind:imp:3s; -replaçant replacer ver 1.54 7.70 0.00 0.74 par:pre; -replaçons replacer ver 1.54 7.70 0.01 0.14 imp:pre:1p;ind:pre:1p; -replats replat nom m p 0.16 0.61 0.00 0.07 -replet replet adj m s 0.14 1.62 0.03 0.74 -replets replet adj m p 0.14 1.62 0.00 0.14 -repli repli nom m s 1.40 10.14 1.12 5.88 -replia replier ver 6.78 33.18 0.00 3.31 ind:pas:3s; -repliai replier ver 6.78 33.18 0.00 0.14 ind:pas:1s; -repliaient replier ver 6.78 33.18 0.01 0.47 ind:imp:3p; -repliais replier ver 6.78 33.18 0.10 0.14 ind:imp:1s; -repliait replier ver 6.78 33.18 0.12 2.23 ind:imp:3s; -repliant replier ver 6.78 33.18 0.11 0.95 par:pre; -replie replier ver 6.78 33.18 1.42 2.57 imp:pre:2s;ind:pre:1s;ind:pre:3s; -repliement repliement nom m s 0.01 0.54 0.01 0.54 -replient replier ver 6.78 33.18 0.28 0.47 ind:pre:3p; -replier replier ver 6.78 33.18 1.56 3.31 inf; -repliera replier ver 6.78 33.18 0.02 0.00 ind:fut:3s; -replierai replier ver 6.78 33.18 0.02 0.00 ind:fut:1s; -replierez replier ver 6.78 33.18 0.00 0.07 ind:fut:2p; -replierons replier ver 6.78 33.18 0.04 0.00 ind:fut:1p; -replieront replier ver 6.78 33.18 0.01 0.00 ind:fut:3p; -replies replier ver 6.78 33.18 0.02 0.14 ind:pre:2s; -repliez replier ver 6.78 33.18 1.81 0.07 imp:pre:2p;ind:pre:2p; -replions replier ver 6.78 33.18 0.13 0.14 imp:pre:1p;ind:pre:1p; -repliât replier ver 6.78 33.18 0.00 0.14 sub:imp:3s; -replis repli nom m p 1.40 10.14 0.28 4.26 -replièrent replier ver 6.78 33.18 0.01 0.34 ind:pas:3p; -replié replier ver m s 6.78 33.18 0.37 7.91 par:pas; -repliée replier ver f s 6.78 33.18 0.23 3.04 par:pas; -repliées replier ver f p 6.78 33.18 0.21 3.65 par:pas; -repliés replier ver m p 6.78 33.18 0.29 4.12 par:pas; -replonge replonger ver 2.14 11.08 0.50 1.28 imp:pre:2s;ind:pre:1s;ind:pre:3s; -replongea replonger ver 2.14 11.08 0.01 1.42 ind:pas:3s; -replongeai replonger ver 2.14 11.08 0.01 0.20 ind:pas:1s; -replongeaient replonger ver 2.14 11.08 0.00 0.07 ind:imp:3p; -replongeais replonger ver 2.14 11.08 0.16 0.68 ind:imp:1s;ind:imp:2s; -replongeait replonger ver 2.14 11.08 0.02 0.81 ind:imp:3s; -replongeant replonger ver 2.14 11.08 0.00 0.68 par:pre; -replongent replonger ver 2.14 11.08 0.02 0.41 ind:pre:3p; -replonger replonger ver 2.14 11.08 0.86 2.97 inf; -replongera replonger ver 2.14 11.08 0.01 0.07 ind:fut:3s; -replongerai replonger ver 2.14 11.08 0.02 0.07 ind:fut:1s; -replongerais replonger ver 2.14 11.08 0.01 0.00 cnd:pre:2s; -replongerait replonger ver 2.14 11.08 0.02 0.20 cnd:pre:3s; -replonges replonger ver 2.14 11.08 0.06 0.20 ind:pre:2s;sub:pre:2s; -replongiez replonger ver 2.14 11.08 0.01 0.00 ind:imp:2p; -replongé replonger ver m s 2.14 11.08 0.42 1.35 par:pas; -replongée replonger ver f s 2.14 11.08 0.00 0.54 par:pas; -replongées replonger ver f p 2.14 11.08 0.00 0.07 par:pas; -replongés replonger ver m p 2.14 11.08 0.00 0.07 par:pas; -replâtra replâtrer ver 0.03 0.81 0.00 0.14 ind:pas:3s; -replâtrage replâtrage nom m s 0.00 0.34 0.00 0.34 -replâtraient replâtrer ver 0.03 0.81 0.00 0.07 ind:imp:3p; -replâtrer replâtrer ver 0.03 0.81 0.01 0.14 inf; -replâtrerait replâtrer ver 0.03 0.81 0.00 0.07 cnd:pre:3s; -replâtré replâtrer ver m s 0.03 0.81 0.00 0.14 par:pas; -replâtrée replâtrer ver f s 0.03 0.81 0.01 0.20 par:pas; -replâtrées replâtrer ver f p 0.03 0.81 0.00 0.07 par:pas; -reployait reployer ver 0.00 0.07 0.00 0.07 ind:imp:3s; -replète replet adj f s 0.14 1.62 0.11 0.68 -replètes replet adj f p 0.14 1.62 0.00 0.07 -report report nom m s 1.03 0.27 0.61 0.14 -reporta reporter ver 5.32 7.70 0.03 0.88 ind:pas:3s; -reportage_vérité reportage_vérité nom m s 0.00 0.14 0.00 0.14 -reportage reportage nom m s 11.16 7.16 10.07 5.07 -reportages reportage nom m p 11.16 7.16 1.09 2.09 -reportait reporter ver 5.32 7.70 0.03 0.81 ind:imp:3s; -reportant reporter ver 5.32 7.70 0.01 0.61 par:pre; -reporte reporter ver 5.32 7.70 0.57 0.88 imp:pre:2s;ind:pre:1s;ind:pre:3s; -reportent reporter ver 5.32 7.70 0.09 0.07 ind:pre:3p; -reporter reporter nom m s 5.12 3.04 3.01 1.49 -reportera reporter ver 5.32 7.70 0.04 0.00 ind:fut:3s; -reporterai reporter ver 5.32 7.70 0.02 0.00 ind:fut:1s; -reporterait reporter ver 5.32 7.70 0.01 0.07 cnd:pre:3s; -reporters reporter nom m p 5.12 3.04 2.11 1.55 -reportez reporter ver 5.32 7.70 0.38 0.07 imp:pre:2p;ind:pre:2p; -reportons reporter ver 5.32 7.70 0.07 0.07 imp:pre:1p;ind:pre:1p; -reports report nom m p 1.03 0.27 0.43 0.14 -reportèrent reporter ver 5.32 7.70 0.00 0.14 ind:pas:3p; -reporté reporter ver m s 5.32 7.70 0.90 1.69 par:pas; -reportée reporter ver f s 5.32 7.70 0.74 0.47 par:pas; -reportées reporter ver f p 5.32 7.70 0.03 0.14 par:pas; -reportés reporter ver m p 5.32 7.70 0.05 0.14 par:pas; -repos repos nom m 42.29 43.58 42.29 43.58 -reposa reposer ver 95.19 83.92 0.03 7.16 ind:pas:3s; -reposai reposer ver 95.19 83.92 0.00 0.41 ind:pas:1s; -reposaient reposer ver 95.19 83.92 0.07 5.00 ind:imp:3p; -reposais reposer ver 95.19 83.92 0.58 0.41 ind:imp:1s;ind:imp:2s; -reposait reposer ver 95.19 83.92 1.05 15.41 ind:imp:3s; -reposant reposant adj m s 1.14 3.58 0.84 1.96 -reposante reposant adj f s 1.14 3.58 0.25 1.28 -reposantes reposant adj f p 1.14 3.58 0.04 0.27 -reposants reposant adj m p 1.14 3.58 0.02 0.07 -repose_pied repose_pied nom m s 0.02 0.07 0.01 0.00 -repose_pied repose_pied nom m p 0.02 0.07 0.01 0.07 -repose reposer ver 95.19 83.92 33.27 14.32 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:1s;sub:pre:3s; -reposent reposer ver 95.19 83.92 3.26 4.39 ind:pre:3p; -reposer reposer ver 95.19 83.92 39.81 20.95 inf;; -reposera reposer ver 95.19 83.92 1.06 0.47 ind:fut:3s; -reposerai reposer ver 95.19 83.92 0.24 0.14 ind:fut:1s; -reposeraient reposer ver 95.19 83.92 0.00 0.07 cnd:pre:3p; -reposerais reposer ver 95.19 83.92 0.07 0.00 cnd:pre:1s;cnd:pre:2s; -reposerait reposer ver 95.19 83.92 0.01 0.54 cnd:pre:3s; -reposeras reposer ver 95.19 83.92 0.55 0.27 ind:fut:2s; -reposerez reposer ver 95.19 83.92 0.28 0.00 ind:fut:2p; -reposerions reposer ver 95.19 83.92 0.00 0.07 cnd:pre:1p; -reposerons reposer ver 95.19 83.92 0.37 0.14 ind:fut:1p; -reposeront reposer ver 95.19 83.92 0.18 0.07 ind:fut:3p; -reposes reposer ver 95.19 83.92 2.45 0.34 ind:pre:2s;sub:pre:2s; -reposez reposer ver 95.19 83.92 7.81 0.74 imp:pre:2p;ind:pre:2p; -reposiez reposer ver 95.19 83.92 0.39 0.00 ind:imp:2p; -reposions reposer ver 95.19 83.92 0.05 0.20 ind:imp:1p; -repositionnent repositionner ver 0.20 0.00 0.03 0.00 ind:pre:3p; -repositionner repositionner ver 0.20 0.00 0.17 0.00 inf; -repositionnez repositionner ver 0.20 0.00 0.01 0.00 imp:pre:2p; -reposoir reposoir nom m s 0.17 1.01 0.17 0.81 -reposoirs reposoir nom m p 0.17 1.01 0.00 0.20 -reposons reposer ver 95.19 83.92 1.04 0.27 imp:pre:1p;ind:pre:1p; -reposât reposer ver 95.19 83.92 0.00 0.14 sub:imp:3s; -reposséder reposséder ver 0.03 0.00 0.03 0.00 inf; -repostait reposter ver 0.00 0.07 0.00 0.07 ind:imp:3s; -reposèrent reposer ver 95.19 83.92 0.00 0.41 ind:pas:3p; -reposé reposer ver m s 95.19 83.92 0.76 3.38 par:pas; -reposée reposer ver f s 95.19 83.92 1.16 1.62 par:pas; -reposées reposer ver f p 95.19 83.92 0.03 0.27 par:pas; -reposés reposer ver m p 95.19 83.92 0.29 0.61 par:pas; -repoudraient repoudrer ver 0.43 0.41 0.00 0.07 ind:imp:3p; -repoudrait repoudrer ver 0.43 0.41 0.00 0.14 ind:imp:3s; -repoudrant repoudrer ver 0.43 0.41 0.00 0.14 par:pre; -repoudre repoudrer ver 0.43 0.41 0.04 0.00 imp:pre:2s;ind:pre:1s; -repoudrer repoudrer ver 0.43 0.41 0.37 0.00 inf; -repoudré repoudrer ver m s 0.43 0.41 0.02 0.00 par:pas; -repoudrée repoudrer ver f s 0.43 0.41 0.00 0.07 par:pas; -repoussa repousser ver 22.62 63.45 0.03 11.15 ind:pas:3s; -repoussage repoussage nom m s 0.02 0.00 0.02 0.00 -repoussai repousser ver 22.62 63.45 0.01 1.01 ind:pas:1s; -repoussaient repousser ver 22.62 63.45 0.06 1.49 ind:imp:3p; -repoussais repousser ver 22.62 63.45 0.13 0.74 ind:imp:1s;ind:imp:2s; -repoussait repousser ver 22.62 63.45 0.22 6.22 ind:imp:3s; -repoussant repoussant adj m s 2.29 2.57 1.33 1.22 -repoussante repoussant adj f s 2.29 2.57 0.87 0.81 -repoussantes repoussant adj f p 2.29 2.57 0.03 0.14 -repoussants repoussant adj m p 2.29 2.57 0.07 0.41 -repousse repousser ver 22.62 63.45 6.53 9.46 imp:pre:2s;ind:pre:1s;ind:pre:3s; -repoussent repousser ver 22.62 63.45 0.59 0.95 ind:pre:3p; -repousser repousser ver 22.62 63.45 6.14 12.03 inf; -repoussera repousser ver 22.62 63.45 0.79 0.07 ind:fut:3s; -repousserai repousser ver 22.62 63.45 0.04 0.07 ind:fut:1s; -repousseraient repousser ver 22.62 63.45 0.01 0.41 cnd:pre:3p; -repousserais repousser ver 22.62 63.45 0.18 0.00 cnd:pre:1s;cnd:pre:2s; -repousserait repousser ver 22.62 63.45 0.17 0.14 cnd:pre:3s; -repousserons repousser ver 22.62 63.45 0.14 0.07 ind:fut:1p; -repousseront repousser ver 22.62 63.45 0.42 0.27 ind:fut:3p; -repousses repousser ver 22.62 63.45 0.51 0.07 ind:pre:2s; -repoussez repousser ver 22.62 63.45 0.96 0.07 imp:pre:2p;ind:pre:2p; -repoussions repousser ver 22.62 63.45 0.03 0.07 ind:imp:1p; -repoussoir repoussoir nom m s 0.01 0.68 0.00 0.47 -repoussoirs repoussoir nom m p 0.01 0.68 0.01 0.20 -repoussâmes repousser ver 22.62 63.45 0.00 0.14 ind:pas:1p; -repoussons repousser ver 22.62 63.45 0.15 0.07 imp:pre:1p;ind:pre:1p; -repoussât repousser ver 22.62 63.45 0.00 0.07 sub:imp:3s; -repoussèrent repousser ver 22.62 63.45 0.05 0.41 ind:pas:3p; -repoussé repousser ver m s 22.62 63.45 3.31 7.36 par:pas; -repoussée repousser ver f s 22.62 63.45 1.01 2.30 par:pas; -repoussées repousser ver f p 22.62 63.45 0.13 0.68 par:pas; -repoussés repousser ver m p 22.62 63.45 0.62 1.42 par:pas; -reprîmes reprendre ver 126.91 340.14 0.00 0.61 ind:pas:1p; -reprît reprendre ver 126.91 340.14 0.00 0.81 sub:imp:3s; -reprenaient reprendre ver 126.91 340.14 0.14 5.88 ind:imp:3p; -reprenais reprendre ver 126.91 340.14 0.40 3.18 ind:imp:1s;ind:imp:2s; -reprenait reprendre ver 126.91 340.14 0.75 27.36 ind:imp:3s; -reprenant reprendre ver 126.91 340.14 0.35 13.92 par:pre; -reprend reprendre ver 126.91 340.14 14.24 31.35 ind:pre:3s; -reprendra reprendre ver 126.91 340.14 4.04 2.03 ind:fut:3s; -reprendrai reprendre ver 126.91 340.14 1.86 1.01 ind:fut:1s; -reprendraient reprendre ver 126.91 340.14 0.32 0.68 cnd:pre:3p; -reprendrais reprendre ver 126.91 340.14 0.67 0.47 cnd:pre:1s;cnd:pre:2s; -reprendrait reprendre ver 126.91 340.14 0.17 2.36 cnd:pre:3s; -reprendras reprendre ver 126.91 340.14 0.49 0.07 ind:fut:2s; -reprendre reprendre ver 126.91 340.14 36.98 67.70 inf; -reprendrez reprendre ver 126.91 340.14 0.72 0.47 ind:fut:2p; -reprendriez reprendre ver 126.91 340.14 0.02 0.07 cnd:pre:2p; -reprendrions reprendre ver 126.91 340.14 0.01 0.14 cnd:pre:1p; -reprendrons reprendre ver 126.91 340.14 1.88 0.88 ind:fut:1p; -reprendront reprendre ver 126.91 340.14 0.89 0.34 ind:fut:3p; -reprends reprendre ver 126.91 340.14 20.08 7.16 imp:pre:2s;ind:pre:1s;ind:pre:2s; -repreneur repreneur nom m s 0.04 0.07 0.03 0.00 -repreneurs repreneur nom m p 0.04 0.07 0.01 0.07 -reprenez reprendre ver 126.91 340.14 9.97 1.15 imp:pre:2p;ind:pre:2p; -repreniez reprendre ver 126.91 340.14 0.53 0.14 ind:imp:2p; -reprenions reprendre ver 126.91 340.14 0.20 0.68 ind:imp:1p; -reprenne reprendre ver 126.91 340.14 3.42 4.12 sub:pre:1s;sub:pre:3s; -reprennent reprendre ver 126.91 340.14 3.13 5.54 ind:pre:3p; -reprennes reprendre ver 126.91 340.14 0.93 0.27 sub:pre:2s; -reprenons reprendre ver 126.91 340.14 5.59 2.09 imp:pre:1p;ind:pre:1p; -reprirent reprendre ver 126.91 340.14 0.12 6.49 ind:pas:3p; -repris reprendre ver m 126.91 340.14 16.65 51.55 ind:pas:1s;ind:pas:2s;par:pas;par:pas; -reprisaient repriser ver 0.64 4.66 0.00 0.07 ind:imp:3p; -reprisait repriser ver 0.64 4.66 0.01 0.74 ind:imp:3s; -reprisant repriser ver 0.64 4.66 0.01 0.14 par:pre; -reprise reprise nom f s 6.23 36.42 2.27 8.38 -reprisent repriser ver 0.64 4.66 0.01 0.07 ind:pre:3p; -repriser repriser ver 0.64 4.66 0.25 1.76 inf; -reprises reprise nom f p 6.23 36.42 3.96 28.04 -reprisse reprendre ver 126.91 340.14 0.00 0.07 sub:imp:1s; -reprissent reprendre ver 126.91 340.14 0.00 0.14 sub:imp:3p; -reprisé repriser ver m s 0.64 4.66 0.01 0.74 par:pas; -reprisée repriser ver f s 0.64 4.66 0.01 0.20 par:pas; -reprisées repriser ver f p 0.64 4.66 0.00 0.27 par:pas; -reprisés repriser ver m p 0.64 4.66 0.00 0.41 par:pas; -reprit reprendre ver 126.91 340.14 0.52 96.01 ind:pas:3s; -reprocha reprocher ver 19.85 44.73 0.04 2.30 ind:pas:3s; -reprochai reprocher ver 19.85 44.73 0.00 0.61 ind:pas:1s; -reprochaient reprocher ver 19.85 44.73 0.01 1.01 ind:imp:3p; -reprochais reprocher ver 19.85 44.73 0.17 1.69 ind:imp:1s;ind:imp:2s; -reprochait reprocher ver 19.85 44.73 0.54 10.27 ind:imp:3s; -reprochant reprocher ver 19.85 44.73 0.01 1.01 par:pre; -reproche reprocher ver 19.85 44.73 5.05 6.82 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -reprochent reprocher ver 19.85 44.73 0.20 0.54 ind:pre:3p; -reprocher reprocher ver 19.85 44.73 7.53 11.76 inf; -reprochera reprocher ver 19.85 44.73 0.48 0.34 ind:fut:3s; -reprocherai reprocher ver 19.85 44.73 0.39 0.00 ind:fut:1s; -reprocherais reprocher ver 19.85 44.73 0.05 0.27 cnd:pre:1s; -reprocherait reprocher ver 19.85 44.73 0.20 0.47 cnd:pre:3s; -reprocheras reprocher ver 19.85 44.73 0.13 0.14 ind:fut:2s; -reprocheriez reprocher ver 19.85 44.73 0.01 0.14 cnd:pre:2p; -reprocherons reprocher ver 19.85 44.73 0.00 0.07 ind:fut:1p; -reprocheront reprocher ver 19.85 44.73 0.03 0.07 ind:fut:3p; -reproches reproche nom m p 6.01 30.68 3.13 13.31 -reprochez reprocher ver 19.85 44.73 1.21 1.08 imp:pre:2p;ind:pre:2p; -reprochiez reprocher ver 19.85 44.73 0.05 0.00 ind:imp:2p; -reprochions reprocher ver 19.85 44.73 0.00 0.34 ind:imp:1p; -reprochons reprocher ver 19.85 44.73 0.10 0.07 ind:pre:1p; -reprochât reprocher ver 19.85 44.73 0.00 0.20 sub:imp:3s; -reprochèrent reprocher ver 19.85 44.73 0.00 0.07 ind:pas:3p; -reproché reprocher ver m s 19.85 44.73 1.26 3.58 par:pas; -reprochée reprocher ver f s 19.85 44.73 0.07 0.20 par:pas; -reprochées reprocher ver f p 19.85 44.73 0.01 0.20 par:pas; -reprochés reprocher ver m p 19.85 44.73 0.24 0.68 par:pas; -reproducteur reproducteur nom m s 0.53 0.27 0.29 0.14 -reproducteurs reproducteur nom m p 0.53 0.27 0.23 0.00 -reproductible reproductible adj m s 0.00 0.07 0.00 0.07 -reproductif reproductif adj m s 0.15 0.20 0.12 0.20 -reproductifs reproductif adj m p 0.15 0.20 0.02 0.00 -reproduction reproduction nom f s 4.24 7.97 4.08 5.34 -reproductions reproduction nom f p 4.24 7.97 0.16 2.64 -reproductive reproductif adj f s 0.15 0.20 0.01 0.00 -reproductrice reproducteur adj f s 0.20 0.27 0.03 0.07 -reproductrices reproductrice nom f p 0.10 0.00 0.10 0.00 -reproduira reproduire ver 16.31 16.01 4.27 0.41 ind:fut:3s; -reproduirai reproduire ver 16.31 16.01 0.05 0.14 ind:fut:1s; -reproduiraient reproduire ver 16.31 16.01 0.00 0.07 cnd:pre:3p; -reproduirait reproduire ver 16.31 16.01 0.23 0.14 cnd:pre:3s; -reproduire reproduire ver 16.31 16.01 4.68 4.73 inf; -reproduirons reproduire ver 16.31 16.01 0.02 0.00 ind:fut:1p; -reproduiront reproduire ver 16.31 16.01 0.20 0.14 ind:fut:3p; -reproduis reproduire ver 16.31 16.01 0.39 0.34 imp:pre:2s;ind:pre:1s;ind:pre:2s; -reproduisît reproduire ver 16.31 16.01 0.00 0.14 sub:imp:3s; -reproduisaient reproduire ver 16.31 16.01 0.04 0.34 ind:imp:3p; -reproduisait reproduire ver 16.31 16.01 0.11 1.55 ind:imp:3s; -reproduisant reproduire ver 16.31 16.01 0.13 1.49 par:pre; -reproduise reproduire ver 16.31 16.01 1.70 0.27 sub:pre:1s;sub:pre:3s; -reproduisent reproduire ver 16.31 16.01 1.03 0.95 ind:pre:3p; -reproduisez reproduire ver 16.31 16.01 0.02 0.00 imp:pre:2p; -reproduisirent reproduire ver 16.31 16.01 0.00 0.07 ind:pas:3p; -reproduisit reproduire ver 16.31 16.01 0.01 0.20 ind:pas:3s; -reproduisons reproduire ver 16.31 16.01 0.02 0.07 ind:pre:1p; -reproduit reproduire ver m s 16.31 16.01 2.98 3.11 ind:pre:3s;par:pas; -reproduite reproduire ver f s 16.31 16.01 0.12 0.68 par:pas; -reproduites reproduire ver f p 16.31 16.01 0.15 0.61 par:pas; -reproduits reproduire ver m p 16.31 16.01 0.15 0.61 par:pas; -reprogrammant reprogrammer ver 1.11 0.00 0.01 0.00 par:pre; -reprogramme reprogrammer ver 1.11 0.00 0.14 0.00 imp:pre:2s;ind:pre:1s;ind:pre:3s; -reprogramment reprogrammer ver 1.11 0.00 0.03 0.00 ind:pre:3p; -reprogrammer reprogrammer ver 1.11 0.00 0.70 0.00 inf; -reprogrammera reprogrammer ver 1.11 0.00 0.02 0.00 ind:fut:3s; -reprogrammé reprogrammer ver m s 1.11 0.00 0.15 0.00 par:pas; -reprogrammée reprogrammer ver f s 1.11 0.00 0.04 0.00 par:pas; -reprogrammés reprogrammer ver m p 1.11 0.00 0.01 0.00 par:pas; -reprographie reprographie nom f s 0.08 0.07 0.08 0.07 -reproposer reproposer ver 0.01 0.00 0.01 0.00 inf; -représaille représailles nom f s 3.08 4.93 0.01 0.07 -représailles représailles nom f p 3.08 4.93 3.07 4.86 -représenta représenter ver 48.78 85.54 0.16 0.95 ind:pas:3s; -représentai représenter ver 48.78 85.54 0.00 0.27 ind:pas:1s; -représentaient représenter ver 48.78 85.54 0.56 5.47 ind:imp:3p; -représentais représenter ver 48.78 85.54 0.32 1.15 ind:imp:1s;ind:imp:2s; -représentait représenter ver 48.78 85.54 2.57 19.12 ind:imp:3s; -représentant représentant nom m s 10.81 25.88 6.28 12.30 -représentante représentant nom f s 10.81 25.88 0.80 0.41 -représentantes représentant nom f p 10.81 25.88 0.13 0.07 -représentants représentant nom m p 10.81 25.88 3.59 13.11 -représentatif représentatif adj m s 1.06 2.16 0.46 0.61 -représentatifs représentatif adj m p 1.06 2.16 0.09 0.61 -représentation représentation nom f s 8.67 18.99 7.61 16.08 -représentations représentation nom f p 8.67 18.99 1.07 2.91 -représentative représentatif adj f s 1.06 2.16 0.48 0.54 -représentatives représentatif adj f p 1.06 2.16 0.04 0.41 -représente représenter ver 48.78 85.54 23.52 17.64 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -représentent représenter ver 48.78 85.54 3.63 3.78 ind:pre:3p;sub:pre:3p; -représenter représenter ver 48.78 85.54 5.38 11.08 inf; -représentera représenter ver 48.78 85.54 0.71 0.61 ind:fut:3s; -représenterai représenter ver 48.78 85.54 0.10 0.00 ind:fut:1s; -représenteraient représenter ver 48.78 85.54 0.02 0.07 cnd:pre:3p; -représenterais représenter ver 48.78 85.54 0.03 0.07 cnd:pre:1s;cnd:pre:2s; -représenterait représenter ver 48.78 85.54 0.14 0.41 cnd:pre:3s; -représenteras représenter ver 48.78 85.54 0.05 0.00 ind:fut:2s; -représenterez représenter ver 48.78 85.54 0.06 0.00 ind:fut:2p; -représenteront représenter ver 48.78 85.54 0.11 0.07 ind:fut:3p; -représentes représenter ver 48.78 85.54 1.76 0.34 ind:pre:2s; -représentez représenter ver 48.78 85.54 2.12 0.34 imp:pre:2p;ind:pre:2p; -représentiez représenter ver 48.78 85.54 0.11 0.07 ind:imp:2p; -représentions représenter ver 48.78 85.54 0.04 0.20 ind:imp:1p; -représentons représenter ver 48.78 85.54 1.09 0.47 imp:pre:1p;ind:pre:1p; -représentât représenter ver 48.78 85.54 0.00 0.14 sub:imp:3s; -représentèrent représenter ver 48.78 85.54 0.00 0.07 ind:pas:3p; -représenté représenter ver m s 48.78 85.54 1.58 3.38 par:pas; -représentée représenter ver f s 48.78 85.54 1.42 1.49 par:pas; -représentées représenter ver f p 48.78 85.54 0.18 0.47 par:pas; -représentés représenter ver m p 48.78 85.54 0.81 1.49 par:pas; -reps reps nom m 0.01 1.49 0.01 1.49 -reptation reptation nom f s 0.00 0.88 0.00 0.74 -reptations reptation nom f p 0.00 0.88 0.00 0.14 -repère repère nom m s 3.52 9.59 2.44 5.34 -repèrent repérer ver 27.23 31.15 0.71 0.27 ind:pre:3p; -repères repère nom m p 3.52 9.59 1.09 4.26 -reptile reptile nom m s 3.46 2.36 1.90 1.01 -reptiles reptile nom m p 3.46 2.36 1.56 1.35 -reptilien reptilien adj m s 0.16 0.47 0.07 0.07 -reptilienne reptilien adj f s 0.16 0.47 0.07 0.20 -reptiliennes reptilien adj f p 0.16 0.47 0.01 0.07 -reptiliens reptilien adj m p 0.16 0.47 0.00 0.14 -repu repu adj m s 1.10 3.18 0.54 1.49 -republication republication nom f s 0.01 0.00 0.01 0.00 -republier republier ver 0.01 0.07 0.00 0.07 inf; -republions republier ver 0.01 0.07 0.01 0.00 imp:pre:1p; -repêcha repêcher ver 3.27 4.05 0.00 0.20 ind:pas:3s; -repêchage repêchage nom m s 0.16 0.27 0.15 0.20 -repêchages repêchage nom m p 0.16 0.27 0.01 0.07 -repêchai repêcher ver 3.27 4.05 0.00 0.14 ind:pas:1s; -repêchait repêcher ver 3.27 4.05 0.01 0.34 ind:imp:3s; -repêchant repêcher ver 3.27 4.05 0.01 0.00 par:pre; -repêche repêcher ver 3.27 4.05 0.39 0.81 imp:pre:2s;ind:pre:1s;ind:pre:3s; -repêcher repêcher ver 3.27 4.05 0.91 1.08 inf; -repêchera repêcher ver 3.27 4.05 0.11 0.07 ind:fut:3s; -repêcherait repêcher ver 3.27 4.05 0.02 0.07 cnd:pre:3s; -repêches repêcher ver 3.27 4.05 0.00 0.07 ind:pre:2s; -repêchèrent repêcher ver 3.27 4.05 0.00 0.07 ind:pas:3p; -repêché repêcher ver m s 3.27 4.05 1.27 0.81 par:pas; -repêchée repêcher ver f s 3.27 4.05 0.36 0.27 par:pas; -repêchées repêcher ver f p 3.27 4.05 0.00 0.07 par:pas; -repêchés repêcher ver m p 3.27 4.05 0.20 0.07 par:pas; -repue repu adj f s 1.10 3.18 0.17 0.47 -repues repu adj f p 1.10 3.18 0.14 0.27 -repuiser repuiser ver 0.00 0.07 0.00 0.07 inf; -repéra repérer ver 27.23 31.15 0.02 1.35 ind:pas:3s; -repérable repérable adj s 0.21 1.22 0.16 0.95 -repérables repérable adj f p 0.21 1.22 0.05 0.27 -repérage repérage nom m s 1.75 1.15 1.62 0.88 -repérages repérage nom m p 1.75 1.15 0.14 0.27 -repéraient repérer ver 27.23 31.15 0.00 0.20 ind:imp:3p; -repérais repérer ver 27.23 31.15 0.05 0.14 ind:imp:1s; -repérait repérer ver 27.23 31.15 0.08 1.22 ind:imp:3s; -repérant repérer ver 27.23 31.15 0.02 0.47 par:pre; -repérer repérer ver 27.23 31.15 7.92 9.93 inf; -repérera repérer ver 27.23 31.15 0.14 0.00 ind:fut:3s; -repérerai repérer ver 27.23 31.15 0.02 0.00 ind:fut:1s; -repéreraient repérer ver 27.23 31.15 0.01 0.07 cnd:pre:3p; -repérerais repérer ver 27.23 31.15 0.01 0.00 cnd:pre:2s; -repérerait repérer ver 27.23 31.15 0.01 0.07 cnd:pre:3s; -repérerons repérer ver 27.23 31.15 0.01 0.00 ind:fut:1p; -repéreront repérer ver 27.23 31.15 0.07 0.07 ind:fut:3p; -repéreur repéreur nom m s 0.05 0.00 0.05 0.00 -repérez repérer ver 27.23 31.15 0.75 0.00 imp:pre:2p;ind:pre:2p; -repériez repérer ver 27.23 31.15 0.03 0.00 ind:imp:2p; -repérions repérer ver 27.23 31.15 0.00 0.20 ind:imp:1p; -repérèrent repérer ver 27.23 31.15 0.00 0.20 ind:pas:3p; -repéré repérer ver m s 27.23 31.15 9.98 10.27 par:pas; -repérée repérer ver f s 27.23 31.15 1.44 1.49 par:pas; -repérées repérer ver f p 27.23 31.15 0.11 0.34 par:pas; -repérés repérer ver m p 27.23 31.15 3.52 2.30 par:pas; -repus repu adj m p 1.10 3.18 0.25 0.95 -repétrir repétrir ver 0.00 0.20 0.00 0.07 inf; -repétrissait repétrir ver 0.00 0.20 0.00 0.07 ind:imp:3s; -repétrit repétrir ver 0.00 0.20 0.00 0.07 ind:pas:3s; -requalifier requalifier ver 0.01 0.00 0.01 0.00 inf; -requiem requiem nom m s 2.76 0.68 2.76 0.61 -requiems requiem nom m p 2.76 0.68 0.00 0.07 -requiers requérir ver 6.24 6.35 0.76 0.00 ind:pre:1s; -requiert requérir ver 6.24 6.35 2.33 0.95 ind:pre:3s; -requiescat_in_pace requiescat_in_pace nom m s 0.00 0.07 0.00 0.07 -requin_baleine requin_baleine nom m s 0.01 0.00 0.01 0.00 -requin_tigre requin_tigre nom m s 0.04 0.00 0.04 0.00 -requin requin nom m s 12.24 4.80 8.15 1.62 -requinqua requinquer ver 1.30 1.89 0.00 0.20 ind:pas:3s; -requinquait requinquer ver 1.30 1.89 0.00 0.07 ind:imp:3s; -requinque requinquer ver 1.30 1.89 0.20 0.27 imp:pre:2s;ind:pre:1s;ind:pre:3s; -requinquent requinquer ver 1.30 1.89 0.01 0.07 ind:pre:3p; -requinquer requinquer ver 1.30 1.89 0.66 0.27 inf; -requinquera requinquer ver 1.30 1.89 0.19 0.00 ind:fut:3s; -requinquerait requinquer ver 1.30 1.89 0.02 0.00 cnd:pre:3s; -requinqué requinquer ver m s 1.30 1.89 0.04 0.81 par:pas; -requinquée requinquer ver f s 1.30 1.89 0.03 0.20 par:pas; -requinqués requinquer ver m p 1.30 1.89 0.14 0.00 par:pas; -requin_marteau requin_marteau nom m p 0.00 0.07 0.00 0.07 -requins requin nom m p 12.24 4.80 4.09 3.18 -requis requérir ver m 6.24 6.35 1.63 2.57 par:pas; -requise requis adj f s 1.17 0.68 0.61 0.20 -requises requis adj f p 1.17 0.68 0.45 0.27 -requière requérir ver 6.24 6.35 0.10 0.00 sub:pre:3s; -requièrent requérir ver 6.24 6.35 0.20 0.41 ind:pre:3p; -requéraient requérir ver 6.24 6.35 0.00 0.14 ind:imp:3p; -requérais requérir ver 6.24 6.35 0.00 0.07 ind:imp:1s; -requérait requérir ver 6.24 6.35 0.03 0.47 ind:imp:3s; -requérant requérir ver 6.24 6.35 0.13 0.20 par:pre; -requérante requérant nom f s 0.16 0.00 0.02 0.00 -requérants requérant nom m p 0.16 0.00 0.01 0.00 -requérir requérir ver 6.24 6.35 0.14 0.41 inf; -requérons requérir ver 6.24 6.35 0.04 0.07 imp:pre:1p;ind:pre:1p; -requête requête nom f s 8.82 1.96 7.75 1.69 -requêtes requête nom f p 8.82 1.96 1.07 0.27 -resalir resalir ver 0.01 0.00 0.01 0.00 inf; -resape resaper ver 0.00 0.34 0.00 0.07 ind:pre:1s; -resapent resaper ver 0.00 0.34 0.00 0.07 ind:pre:3p; -resapée resaper ver f s 0.00 0.34 0.00 0.14 par:pas; -resapés resaper ver m p 0.00 0.34 0.00 0.07 par:pas; -rescaper rescaper ver 0.34 1.82 0.00 0.07 inf; -rescapes rescaper ver 0.34 1.82 0.03 0.00 ind:pre:2s; -rescapé rescapé nom m s 1.70 4.93 0.89 1.69 -rescapée rescapé nom f s 1.70 4.93 0.18 0.47 -rescapées rescapé adj f p 0.12 1.89 0.00 0.27 -rescapés rescapé nom m p 1.70 4.93 0.63 2.70 -rescision rescision nom f s 0.00 0.07 0.00 0.07 -rescousse rescousse nom f s 1.43 3.18 1.43 3.18 -rescrit rescrit nom m s 0.00 0.14 0.00 0.14 -reservir reservir ver 0.04 0.00 0.04 0.00 inf; -reset reset nom m s 0.05 0.00 0.05 0.00 -resocialisation resocialisation nom f s 0.01 0.00 0.01 0.00 -resongeait resonger ver 0.00 0.27 0.00 0.14 ind:imp:3s; -resonger resonger ver 0.00 0.27 0.00 0.14 inf; -respect respect nom m s 54.78 43.85 50.47 42.43 -respecta respecter ver 65.41 33.58 0.01 0.20 ind:pas:3s; -respectabilité respectabilité nom f s 1.22 2.30 1.22 2.30 -respectable respectable adj s 7.03 6.82 5.73 5.20 -respectables respectable adj p 7.03 6.82 1.30 1.62 -respectai respecter ver 65.41 33.58 0.00 0.07 ind:pas:1s; -respectaient respecter ver 65.41 33.58 0.34 1.49 ind:imp:3p; -respectais respecter ver 65.41 33.58 0.75 0.88 ind:imp:1s;ind:imp:2s; -respectait respecter ver 65.41 33.58 1.49 3.45 ind:imp:3s; -respectant respecter ver 65.41 33.58 0.66 1.89 par:pre; -respecte respecter ver 65.41 33.58 21.80 6.01 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:1s;sub:pre:3s; -respectent respecter ver 65.41 33.58 4.49 1.69 ind:pre:3p; -respecter respecter ver 65.41 33.58 17.54 10.14 inf; -respectera respecter ver 65.41 33.58 0.67 0.41 ind:fut:3s; -respecterai respecter ver 65.41 33.58 0.58 0.00 ind:fut:1s; -respecteraient respecter ver 65.41 33.58 0.01 0.07 cnd:pre:3p; -respecterais respecter ver 65.41 33.58 0.18 0.00 cnd:pre:1s;cnd:pre:2s; -respecterait respecter ver 65.41 33.58 0.14 0.20 cnd:pre:3s; -respecteras respecter ver 65.41 33.58 0.68 0.00 ind:fut:2s; -respecterez respecter ver 65.41 33.58 0.16 0.00 ind:fut:2p; -respecterons respecter ver 65.41 33.58 0.31 0.07 ind:fut:1p; -respecteront respecter ver 65.41 33.58 0.53 0.07 ind:fut:3p; -respectes respecter ver 65.41 33.58 2.68 0.27 ind:pre:2s; -respectez respecter ver 65.41 33.58 3.22 0.95 imp:pre:2p;ind:pre:2p; -respectiez respecter ver 65.41 33.58 0.33 0.07 ind:imp:2p; -respectif respectif adj m s 1.17 7.70 0.02 0.41 -respectifs respectif adj m p 1.17 7.70 0.63 3.92 -respections respecter ver 65.41 33.58 0.06 0.34 ind:imp:1p; -respective respectif adj f s 1.17 7.70 0.03 0.54 -respectivement respectivement adv 0.16 4.26 0.16 4.26 -respectives respectif adj f p 1.17 7.70 0.49 2.84 -respectons respecter ver 65.41 33.58 1.75 0.34 imp:pre:1p;ind:pre:1p; -respectât respecter ver 65.41 33.58 0.00 0.20 sub:imp:3s; -respects respect nom m p 54.78 43.85 4.32 1.42 -respecté respecter ver m s 65.41 33.58 4.79 2.84 par:pas; -respectée respecter ver f s 65.41 33.58 1.10 0.81 par:pas; -respectées respecter ver f p 65.41 33.58 0.68 0.41 par:pas; -respectueuse respectueux adj f s 4.17 8.92 0.52 3.18 -respectueusement respectueusement adv 0.79 3.85 0.79 3.85 -respectueuses respectueux adj f p 4.17 8.92 0.17 0.34 -respectueux respectueux adj m 4.17 8.92 3.47 5.41 -respectés respecté adj m p 3.58 3.45 0.65 0.74 -respir respir nom m s 0.00 0.14 0.00 0.14 -respira respirer ver 76.08 102.43 0.11 8.78 ind:pas:3s; -respirable respirable adj s 0.45 0.88 0.44 0.81 -respirables respirable adj m p 0.45 0.88 0.01 0.07 -respirai respirer ver 76.08 102.43 0.02 1.01 ind:pas:1s; -respiraient respirer ver 76.08 102.43 0.03 1.28 ind:imp:3p; -respirais respirer ver 76.08 102.43 0.86 4.32 ind:imp:1s;ind:imp:2s; -respirait respirer ver 76.08 102.43 2.40 17.43 ind:imp:3s; -respirant respirer ver 76.08 102.43 0.69 7.57 par:pre; -respirateur respirateur nom m s 1.68 0.34 1.64 0.34 -respirateurs respirateur nom m p 1.68 0.34 0.04 0.00 -respiration respiration nom f s 9.56 31.82 9.19 28.65 -respirations respiration nom f p 9.56 31.82 0.38 3.18 -respiratoire respiratoire adj s 3.73 1.49 2.26 0.88 -respiratoires respiratoire adj p 3.73 1.49 1.48 0.61 -respire respirer ver 76.08 102.43 29.20 17.77 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -respirent respirer ver 76.08 102.43 1.17 2.09 ind:pre:3p; -respirer respirer ver 76.08 102.43 27.58 33.51 inf; -respirera respirer ver 76.08 102.43 0.11 0.20 ind:fut:3s; -respirerai respirer ver 76.08 102.43 0.08 0.34 ind:fut:1s; -respirerais respirer ver 76.08 102.43 0.04 0.14 cnd:pre:1s; -respirerait respirer ver 76.08 102.43 0.11 0.27 cnd:pre:3s; -respireras respirer ver 76.08 102.43 0.16 0.00 ind:fut:2s; -respirerez respirer ver 76.08 102.43 0.02 0.00 ind:fut:2p; -respirerons respirer ver 76.08 102.43 0.00 0.07 ind:fut:1p; -respireront respirer ver 76.08 102.43 0.05 0.07 ind:fut:3p; -respires respirer ver 76.08 102.43 1.88 0.54 ind:pre:2s; -respirez respirer ver 76.08 102.43 9.23 0.68 imp:pre:2p;ind:pre:2p; -respiriez respirer ver 76.08 102.43 0.11 0.00 ind:imp:2p; -respirions respirer ver 76.08 102.43 0.14 0.34 ind:imp:1p; -respirons respirer ver 76.08 102.43 0.96 1.15 imp:pre:1p;ind:pre:1p; -respirât respirer ver 76.08 102.43 0.00 0.07 sub:imp:3s; -respirèrent respirer ver 76.08 102.43 0.01 0.07 ind:pas:3p; -respiré respirer ver m s 76.08 102.43 1.07 4.12 par:pas; -respirée respirer ver f s 76.08 102.43 0.02 0.41 par:pas; -respirées respirer ver f p 76.08 102.43 0.01 0.07 par:pas; -respirés respirer ver m p 76.08 102.43 0.03 0.14 par:pas; -resplendi resplendir ver m s 2.42 4.66 0.00 0.14 par:pas; -resplendir resplendir ver 2.42 4.66 0.32 0.61 inf; -resplendira resplendir ver 2.42 4.66 0.58 0.00 ind:fut:3s; -resplendiraient resplendir ver 2.42 4.66 0.00 0.07 cnd:pre:3p; -resplendirent resplendir ver 2.42 4.66 0.00 0.07 ind:pas:3p; -resplendis resplendir ver 2.42 4.66 0.11 0.07 ind:pre:1s;ind:pre:2s; -resplendissaient resplendir ver 2.42 4.66 0.00 0.27 ind:imp:3p; -resplendissait resplendir ver 2.42 4.66 0.49 1.49 ind:imp:3s; -resplendissant resplendissant adj m s 1.85 1.89 0.30 0.41 -resplendissante resplendissant adj f s 1.85 1.89 1.12 0.95 -resplendissantes resplendissant adj f p 1.85 1.89 0.07 0.27 -resplendissants resplendissant adj m p 1.85 1.89 0.35 0.27 -resplendisse resplendir ver 2.42 4.66 0.16 0.07 sub:pre:3s; -resplendissement resplendissement nom m s 0.00 0.07 0.00 0.07 -resplendissent resplendir ver 2.42 4.66 0.00 0.27 ind:pre:3p; -resplendissez resplendir ver 2.42 4.66 0.21 0.00 ind:pre:2p; -resplendit resplendir ver 2.42 4.66 0.52 1.22 ind:pre:3s;ind:pas:3s; -responsabilisation responsabilisation nom f s 0.01 0.00 0.01 0.00 -responsabilise responsabiliser ver 0.30 0.07 0.00 0.07 ind:pre:1s; -responsabiliser responsabiliser ver 0.30 0.07 0.30 0.00 inf; -responsabilité responsabilité nom f s 37.46 28.72 26.04 18.11 -responsabilités responsabilité nom f p 37.46 28.72 11.42 10.61 -responsable responsable adj s 46.01 21.82 40.66 17.43 -responsables responsable adj p 46.01 21.82 5.35 4.39 -resquillaient resquiller ver 0.45 0.68 0.00 0.07 ind:imp:3p; -resquillant resquiller ver 0.45 0.68 0.03 0.14 par:pre; -resquille resquiller ver 0.45 0.68 0.23 0.14 ind:pre:1s;ind:pre:3s; -resquiller resquiller ver 0.45 0.68 0.14 0.34 inf; -resquillera resquiller ver 0.45 0.68 0.01 0.00 ind:fut:3s; -resquilles resquiller ver 0.45 0.68 0.01 0.00 ind:pre:2s; -resquilleur resquilleur adj m s 0.10 0.07 0.10 0.07 -resquilleurs resquilleur nom m p 0.24 0.61 0.17 0.41 -resquilleuse resquilleur nom f s 0.24 0.61 0.01 0.00 -resquilleuses resquilleur nom f p 0.24 0.61 0.00 0.07 -resquillé resquiller ver m s 0.45 0.68 0.03 0.00 par:pas; -ressac ressac nom m s 0.14 4.39 0.14 4.32 -ressacs ressac nom m p 0.14 4.39 0.00 0.07 -ressaie ressayer ver 0.17 0.00 0.05 0.00 imp:pre:2s;ind:pre:1s;ind:pre:3s; -ressaisît ressaisir ver 5.87 7.77 0.00 0.07 sub:imp:3s; -ressaisi ressaisir ver m s 5.87 7.77 0.22 0.81 par:pas; -ressaisie ressaisir ver f s 5.87 7.77 0.06 0.47 par:pas; -ressaisir ressaisir ver 5.87 7.77 1.26 2.57 inf; -ressaisira ressaisir ver 5.87 7.77 0.10 0.14 ind:fut:3s; -ressaisirais ressaisir ver 5.87 7.77 0.01 0.00 cnd:pre:1s; -ressaisis ressaisir ver m p 5.87 7.77 3.06 0.61 imp:pre:2s;ind:pre:1s;ind:pre:2s;par:pas; -ressaisissaient ressaisir ver 5.87 7.77 0.00 0.07 ind:imp:3p; -ressaisissais ressaisir ver 5.87 7.77 0.01 0.07 ind:imp:1s; -ressaisissait ressaisir ver 5.87 7.77 0.01 0.14 ind:imp:3s; -ressaisissant ressaisir ver 5.87 7.77 0.00 0.20 par:pre; -ressaisisse ressaisir ver 5.87 7.77 0.02 0.34 sub:pre:1s;sub:pre:3s; -ressaisissement ressaisissement nom m s 0.00 0.07 0.00 0.07 -ressaisisses ressaisir ver 5.87 7.77 0.05 0.00 sub:pre:2s; -ressaisissez ressaisir ver 5.87 7.77 0.86 0.20 imp:pre:2p;ind:pre:2p; -ressaisissions ressaisir ver 5.87 7.77 0.00 0.07 ind:imp:1p; -ressaisissons ressaisir ver 5.87 7.77 0.03 0.07 imp:pre:1p; -ressaisit ressaisir ver 5.87 7.77 0.17 1.96 ind:pre:3s;ind:pas:3s; -ressassaient ressasser ver 1.31 5.27 0.00 0.14 ind:imp:3p; -ressassais ressasser ver 1.31 5.27 0.01 0.14 ind:imp:1s;ind:imp:2s; -ressassait ressasser ver 1.31 5.27 0.01 1.28 ind:imp:3s; -ressassant ressasser ver 1.31 5.27 0.05 0.54 par:pre; -ressasse ressasser ver 1.31 5.27 0.27 0.34 imp:pre:2s;ind:pre:1s;ind:pre:3s; -ressassement ressassement nom m s 0.00 0.47 0.00 0.47 -ressassent ressasser ver 1.31 5.27 0.01 0.20 ind:pre:3p; -ressasser ressasser ver 1.31 5.27 0.77 1.28 inf; -ressasseur ressasseur nom m s 0.00 0.07 0.00 0.07 -ressassez ressasser ver 1.31 5.27 0.00 0.07 ind:pre:2p; -ressassions ressasser ver 1.31 5.27 0.00 0.07 ind:imp:1p; -ressassèrent ressasser ver 1.31 5.27 0.01 0.00 ind:pas:3p; -ressassé ressasser ver m s 1.31 5.27 0.16 0.41 par:pas; -ressassée ressasser ver f s 1.31 5.27 0.00 0.14 par:pas; -ressassées ressasser ver f p 1.31 5.27 0.01 0.14 par:pas; -ressassés ressasser ver m p 1.31 5.27 0.02 0.54 par:pas; -ressaut ressaut nom m s 0.01 1.15 0.01 0.74 -ressauter ressauter ver 0.09 0.00 0.07 0.00 inf; -ressauts ressaut nom m p 0.01 1.15 0.00 0.41 -ressauté ressauter ver m s 0.09 0.00 0.01 0.00 par:pas; -ressayer ressayer ver 0.17 0.00 0.12 0.00 inf; -ressembla ressembler ver 148.60 157.50 0.00 1.01 ind:pas:3s; -ressemblaient ressembler ver 148.60 157.50 2.17 15.54 ind:imp:3p; -ressemblais ressembler ver 148.60 157.50 2.23 1.15 ind:imp:1s;ind:imp:2s; -ressemblait ressembler ver 148.60 157.50 13.41 54.26 ind:imp:3s; -ressemblance ressemblance nom f s 5.02 10.54 4.46 9.26 -ressemblances ressemblance nom f p 5.02 10.54 0.56 1.28 -ressemblant ressemblant adj m s 2.07 2.77 1.57 1.49 -ressemblante ressemblant adj f s 2.07 2.77 0.29 0.61 -ressemblantes ressemblant adj f p 2.07 2.77 0.14 0.20 -ressemblants ressemblant adj m p 2.07 2.77 0.06 0.47 -ressemblassent ressembler ver 148.60 157.50 0.00 0.14 sub:imp:3p; -ressemble ressembler ver 148.60 157.50 83.47 40.41 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:1s;sub:pre:3s; -ressemblent ressembler ver 148.60 157.50 11.21 13.18 ind:pre:3p; -ressembler ressembler ver 148.60 157.50 11.44 18.72 inf; -ressemblera ressembler ver 148.60 157.50 1.14 0.68 ind:fut:3s; -ressemblerai ressembler ver 148.60 157.50 0.09 0.14 ind:fut:1s; -ressembleraient ressembler ver 148.60 157.50 0.05 0.27 cnd:pre:3p; -ressemblerais ressembler ver 148.60 157.50 0.53 0.00 cnd:pre:1s;cnd:pre:2s; -ressemblerait ressembler ver 148.60 157.50 1.12 2.16 cnd:pre:3s; -ressembleras ressembler ver 148.60 157.50 0.21 0.07 ind:fut:2s; -ressemblerez ressembler ver 148.60 157.50 0.05 0.07 ind:fut:2p; -ressembleront ressembler ver 148.60 157.50 0.28 0.14 ind:fut:3p; -ressembles ressembler ver 148.60 157.50 11.93 1.01 ind:pre:2s;sub:pre:2s; -ressemblez ressembler ver 148.60 157.50 6.92 1.35 imp:pre:2p;ind:pre:2p; -ressembliez ressembler ver 148.60 157.50 0.26 0.14 ind:imp:2p; -ressemblions ressembler ver 148.60 157.50 0.03 0.61 ind:imp:1p; -ressemblons ressembler ver 148.60 157.50 0.89 0.74 ind:pre:1p; -ressemblât ressembler ver 148.60 157.50 0.01 1.28 sub:imp:3s; -ressemblèrent ressembler ver 148.60 157.50 0.00 0.20 ind:pas:3p; -ressemblé ressembler ver m s 148.60 157.50 0.17 1.49 par:pas; -ressemelage ressemelage nom m s 0.00 0.41 0.00 0.27 -ressemelages ressemelage nom m p 0.00 0.41 0.00 0.14 -ressemelait ressemeler ver 0.02 0.34 0.00 0.07 ind:imp:3s; -ressemeler ressemeler ver 0.02 0.34 0.02 0.14 inf; -ressemellent ressemeler ver 0.02 0.34 0.00 0.07 ind:pre:3p; -ressemelée ressemeler ver f s 0.02 0.34 0.00 0.07 par:pas; -ressemer ressemer ver 0.01 0.00 0.01 0.00 inf; -ressens ressentir ver 78.78 70.14 27.91 5.68 imp:pre:2s;ind:pre:1s;ind:pre:2s; -ressent ressentir ver 78.78 70.14 10.23 7.23 ind:pre:3s; -ressentîmes ressentir ver 78.78 70.14 0.00 0.07 ind:pas:1p; -ressentît ressentir ver 78.78 70.14 0.00 0.34 sub:imp:3s; -ressentaient ressentir ver 78.78 70.14 0.12 1.28 ind:imp:3p; -ressentais ressentir ver 78.78 70.14 2.72 5.81 ind:imp:1s;ind:imp:2s; -ressentait ressentir ver 78.78 70.14 1.66 12.77 ind:imp:3s; -ressentant ressentir ver 78.78 70.14 0.08 0.61 par:pre; -ressente ressentir ver 78.78 70.14 0.72 0.47 sub:pre:1s;sub:pre:3s; -ressentent ressentir ver 78.78 70.14 2.49 1.28 ind:pre:3p; -ressentes ressentir ver 78.78 70.14 0.41 0.00 sub:pre:2s; -ressentez ressentir ver 78.78 70.14 6.70 0.27 imp:pre:2p;ind:pre:2p; -ressenti ressentir ver m s 78.78 70.14 11.36 10.68 par:pas; -ressentie ressentir ver f s 78.78 70.14 0.60 2.64 par:pas; -ressenties ressentir ver f p 78.78 70.14 0.07 0.34 par:pas; -ressentiez ressentir ver 78.78 70.14 0.50 0.00 ind:imp:2p; -ressentiment ressentiment nom m s 1.83 5.00 1.56 4.59 -ressentiments ressentiment nom m p 1.83 5.00 0.27 0.41 -ressentions ressentir ver 78.78 70.14 0.04 0.34 ind:imp:1p; -ressentir ressentir ver 78.78 70.14 9.76 10.54 inf; -ressentira ressentir ver 78.78 70.14 0.26 0.00 ind:fut:3s; -ressentirai ressentir ver 78.78 70.14 0.11 0.00 ind:fut:1s; -ressentirais ressentir ver 78.78 70.14 0.42 0.14 cnd:pre:1s;cnd:pre:2s; -ressentirait ressentir ver 78.78 70.14 0.16 0.14 cnd:pre:3s; -ressentiras ressentir ver 78.78 70.14 0.06 0.07 ind:fut:2s; -ressentirent ressentir ver 78.78 70.14 0.00 0.27 ind:pas:3p; -ressentirez ressentir ver 78.78 70.14 0.16 0.00 ind:fut:2p; -ressentiriez ressentir ver 78.78 70.14 0.17 0.00 cnd:pre:2p; -ressentirions ressentir ver 78.78 70.14 0.01 0.00 cnd:pre:1p; -ressentiront ressentir ver 78.78 70.14 0.04 0.07 ind:fut:3p; -ressentis ressentir ver m p 78.78 70.14 0.66 3.24 ind:pas:1s;par:pas; -ressentit ressentir ver 78.78 70.14 0.45 5.74 ind:pas:3s; -ressentons ressentir ver 78.78 70.14 0.90 0.14 imp:pre:1p;ind:pre:1p; -resserra resserrer ver 3.74 11.08 0.00 1.01 ind:pas:3s; -resserrage resserrage nom m s 0.10 0.00 0.10 0.00 -resserraient resserrer ver 3.74 11.08 0.02 0.34 ind:imp:3p; -resserrait resserrer ver 3.74 11.08 0.02 1.82 ind:imp:3s; -resserrant resserrer ver 3.74 11.08 0.00 0.61 par:pre; -resserre resserrer ver 3.74 11.08 1.15 1.69 imp:pre:2s;ind:pre:1s;ind:pre:3s; -resserrement resserrement nom m s 0.00 1.15 0.00 1.15 -resserrent resserrer ver 3.74 11.08 0.35 0.95 ind:pre:3p; -resserrer resserrer ver 3.74 11.08 1.19 2.23 inf; -resserrera resserrer ver 3.74 11.08 0.04 0.07 ind:fut:3s; -resserrerai resserrer ver 3.74 11.08 0.01 0.14 ind:fut:1s; -resserrerait resserrer ver 3.74 11.08 0.02 0.07 cnd:pre:3s; -resserres resserrer ver 3.74 11.08 0.02 0.00 ind:pre:2s; -resserrez resserrer ver 3.74 11.08 0.45 0.00 imp:pre:2p;ind:pre:2p; -resserrions resserrer ver 3.74 11.08 0.00 0.07 ind:imp:1p; -resserrons resserrer ver 3.74 11.08 0.02 0.07 imp:pre:1p;ind:pre:1p; -resserrèrent resserrer ver 3.74 11.08 0.00 0.20 ind:pas:3p; -resserré resserrer ver m s 3.74 11.08 0.42 0.95 par:pas; -resserrée resserrer ver f s 3.74 11.08 0.01 0.34 par:pas; -resserrées resserrer ver f p 3.74 11.08 0.01 0.41 par:pas; -resserrés resserré adj m p 0.06 1.69 0.04 0.54 -ressers resservir ver 2.25 3.04 1.13 0.27 imp:pre:2s;ind:pre:1s;ind:pre:2s; -ressert resservir ver 2.25 3.04 0.07 0.27 ind:pre:3s; -resservais resservir ver 2.25 3.04 0.01 0.00 ind:imp:2s; -resservait resservir ver 2.25 3.04 0.01 0.47 ind:imp:3s; -resservez resservir ver 2.25 3.04 0.17 0.00 imp:pre:2p;ind:pre:2p; -resservi resservir ver m s 2.25 3.04 0.06 0.68 par:pas; -resservir resservir ver 2.25 3.04 0.58 0.81 inf; -resservirai resservir ver 2.25 3.04 0.02 0.00 ind:fut:1s; -resservirais resservir ver 2.25 3.04 0.10 0.00 cnd:pre:1s; -resservirait resservir ver 2.25 3.04 0.00 0.14 cnd:pre:3s; -resservis resservir ver m p 2.25 3.04 0.10 0.07 par:pas; -resservit resservir ver 2.25 3.04 0.00 0.34 ind:pas:3s; -ressors ressortir ver 15.23 31.69 1.35 0.81 imp:pre:2s;ind:pre:1s;ind:pre:2s; -ressort ressort nom m s 6.95 20.54 5.69 13.65 -ressortîmes ressortir ver 15.23 31.69 0.00 0.14 ind:pas:1p; -ressortaient ressortir ver 15.23 31.69 0.05 1.35 ind:imp:3p; -ressortais ressortir ver 15.23 31.69 0.04 0.20 ind:imp:1s;ind:imp:2s; -ressortait ressortir ver 15.23 31.69 0.12 4.19 ind:imp:3s; -ressortant ressortir ver 15.23 31.69 0.08 0.95 par:pre; -ressorte ressortir ver 15.23 31.69 0.41 0.20 sub:pre:1s;sub:pre:3s; -ressortent ressortir ver 15.23 31.69 0.79 1.22 ind:pre:3p; -ressortes ressortir ver 15.23 31.69 0.03 0.00 sub:pre:2s; -ressortez ressortir ver 15.23 31.69 0.22 0.20 imp:pre:2p;ind:pre:2p; -ressorti ressortir ver m s 15.23 31.69 1.91 2.84 par:pas; -ressortie ressortir ver f s 15.23 31.69 1.27 1.22 par:pas; -ressorties ressortir ver f p 15.23 31.69 0.04 0.14 par:pas; -ressortions ressortir ver 15.23 31.69 0.02 0.20 ind:imp:1p; -ressortir ressortir ver 15.23 31.69 4.64 7.91 inf; -ressortira ressortir ver 15.23 31.69 0.26 0.41 ind:fut:3s; -ressortirai ressortir ver 15.23 31.69 0.37 0.00 ind:fut:1s; -ressortiraient ressortir ver 15.23 31.69 0.00 0.07 cnd:pre:3p; -ressortirais ressortir ver 15.23 31.69 0.07 0.07 cnd:pre:1s;cnd:pre:2s; -ressortirait ressortir ver 15.23 31.69 0.09 0.14 cnd:pre:3s; -ressortiras ressortir ver 15.23 31.69 0.17 0.14 ind:fut:2s; -ressortirent ressortir ver 15.23 31.69 0.01 0.54 ind:pas:3p; -ressortirez ressortir ver 15.23 31.69 0.03 0.00 ind:fut:2p; -ressortiront ressortir ver 15.23 31.69 0.05 0.07 ind:fut:3p; -ressortis ressortir ver m p 15.23 31.69 0.43 1.01 ind:pas:1s;par:pas; -ressortissant ressortissant nom m s 0.46 1.49 0.11 0.47 -ressortissante ressortissant nom f s 0.46 1.49 0.01 0.14 -ressortissants ressortissant nom m p 0.46 1.49 0.34 0.88 -ressortit ressortir ver 15.23 31.69 0.26 4.05 ind:pas:3s; -ressortons ressortir ver 15.23 31.69 0.04 0.00 imp:pre:1p;ind:pre:1p; -ressorts ressort nom m p 6.95 20.54 1.27 6.89 -ressoudant ressouder ver 0.39 1.01 0.00 0.07 par:pre; -ressoude ressouder ver 0.39 1.01 0.01 0.07 ind:pre:3s; -ressouder ressouder ver 0.39 1.01 0.20 0.41 inf; -ressoudé ressouder ver m s 0.39 1.01 0.01 0.27 par:pas; -ressoudée ressouder ver f s 0.39 1.01 0.12 0.14 par:pas; -ressoudés ressouder ver m p 0.39 1.01 0.04 0.07 par:pas; -ressource ressource nom f s 8.81 22.50 1.13 5.95 -ressourcement ressourcement nom m s 0.01 0.07 0.01 0.07 -ressourcer ressourcer ver 0.40 0.47 0.40 0.27 ind:pre:2p;inf; -ressources ressource nom f p 8.81 22.50 7.68 16.55 -ressourcé ressourcer ver m s 0.40 0.47 0.00 0.07 par:pas; -ressourçais ressourcer ver 0.40 0.47 0.00 0.07 ind:imp:1s; -ressourçait ressourcer ver 0.40 0.47 0.00 0.07 ind:imp:3s; -ressouvenait ressouvenir ver 0.68 0.88 0.00 0.14 ind:imp:3s; -ressouvenant ressouvenir ver 0.68 0.88 0.00 0.07 par:pre; -ressouvenir ressouvenir ver 0.68 0.88 0.68 0.47 inf; -ressouvenue ressouvenir ver f s 0.68 0.88 0.00 0.07 par:pas; -ressouviens ressouvenir ver 0.68 0.88 0.00 0.07 ind:pre:1s; -ressouvint ressouvenir ver 0.68 0.88 0.00 0.07 ind:pas:3s; -ressui ressui nom m s 0.00 0.07 0.00 0.07 -ressuiement ressuiement nom m s 0.00 0.07 0.00 0.07 -ressurgi ressurgir ver m s 0.70 1.55 0.04 0.34 par:pas; -ressurgie ressurgir ver f s 0.70 1.55 0.00 0.14 par:pas; -ressurgir ressurgir ver 0.70 1.55 0.36 0.41 inf; -ressurgirait ressurgir ver 0.70 1.55 0.00 0.07 cnd:pre:3s; -ressurgirent ressurgir ver 0.70 1.55 0.00 0.07 ind:pas:3p; -ressurgiront ressurgir ver 0.70 1.55 0.02 0.00 ind:fut:3p; -ressurgissait ressurgir ver 0.70 1.55 0.01 0.14 ind:imp:3s; -ressurgissant ressurgir ver 0.70 1.55 0.00 0.20 par:pre; -ressurgissent ressurgir ver 0.70 1.55 0.09 0.00 ind:pre:3p; -ressurgit ressurgir ver 0.70 1.55 0.18 0.20 ind:pre:3s; -ressuscita ressusciter ver 11.44 17.91 0.06 0.27 ind:pas:3s; -ressuscitai ressusciter ver 11.44 17.91 0.00 0.14 ind:pas:1s; -ressuscitaient ressusciter ver 11.44 17.91 0.02 0.95 ind:imp:3p; -ressuscitais ressusciter ver 11.44 17.91 0.01 0.20 ind:imp:1s; -ressuscitait ressusciter ver 11.44 17.91 0.11 1.35 ind:imp:3s; -ressuscitant ressusciter ver 11.44 17.91 0.03 0.68 par:pre; -ressuscite ressusciter ver 11.44 17.91 0.82 1.42 imp:pre:2s;ind:pre:1s;ind:pre:3s; -ressuscitent ressusciter ver 11.44 17.91 0.51 1.08 ind:pre:3p; -ressusciter ressusciter ver 11.44 17.91 2.94 4.80 inf; -ressuscitera ressusciter ver 11.44 17.91 1.03 0.27 ind:fut:3s; -ressusciterai ressusciter ver 11.44 17.91 0.11 0.07 ind:fut:1s; -ressusciteraient ressusciter ver 11.44 17.91 0.01 0.20 cnd:pre:3p; -ressusciterait ressusciter ver 11.44 17.91 0.29 0.47 cnd:pre:3s; -ressusciteras ressusciter ver 11.44 17.91 0.00 0.07 ind:fut:2s; -ressusciterez ressusciter ver 11.44 17.91 0.01 0.07 ind:fut:2p; -ressusciterons ressusciter ver 11.44 17.91 0.27 0.14 ind:fut:1p; -ressusciteront ressusciter ver 11.44 17.91 0.06 0.14 ind:fut:3p; -ressuscites ressusciter ver 11.44 17.91 0.22 0.07 ind:pre:2s; -ressuscitez ressusciter ver 11.44 17.91 0.27 0.00 imp:pre:2p;ind:pre:2p; -ressuscitons ressusciter ver 11.44 17.91 0.01 0.00 imp:pre:1p; -ressuscitât ressusciter ver 11.44 17.91 0.00 0.07 sub:imp:3s; -ressuscité ressusciter ver m s 11.44 17.91 3.86 3.72 par:pas; -ressuscitée ressusciter ver f s 11.44 17.91 0.56 0.81 par:pas; -ressuscitées ressusciter ver f p 11.44 17.91 0.01 0.20 par:pas; -ressuscités ressusciter ver m p 11.44 17.91 0.23 0.74 par:pas; -ressué ressuer ver m s 0.00 0.07 0.00 0.07 par:pas; -ressuyé ressuyer ver m s 0.00 0.34 0.00 0.20 par:pas; -ressuyée ressuyer ver f s 0.00 0.34 0.00 0.14 par:pas; -resta rester ver 1003.57 793.78 3.53 52.70 ind:pas:3s; -restai rester ver 1003.57 793.78 1.27 13.92 ind:pas:1s; -restaient rester ver 1003.57 793.78 2.81 32.23 ind:imp:3p; -restais rester ver 1003.57 793.78 4.84 13.58 ind:imp:1s;ind:imp:2s; -restait rester ver 1003.57 793.78 18.34 152.64 ind:imp:3s; -restant restant nom m s 5.74 5.68 5.54 5.41 -restante restant adj f s 2.42 3.24 0.83 1.35 -restantes restant adj f p 2.42 3.24 0.28 0.47 -restants restant adj m p 2.42 3.24 0.81 0.14 -restassent rester ver 1003.57 793.78 0.00 0.27 sub:imp:3p; -restau restau nom m s 3.65 2.50 3.31 2.09 -restaura restaurer ver 6.31 9.26 0.00 0.07 ind:pas:3s; -restaurait restaurer ver 6.31 9.26 0.04 0.34 ind:imp:3s; -restaurant restaurant nom m s 50.04 48.99 44.29 38.85 -restaurants restaurant nom m p 50.04 48.99 5.75 10.14 -restaurateur restaurateur nom m s 1.25 2.57 1.09 1.62 -restaurateurs restaurateur nom m p 1.25 2.57 0.09 0.61 -restauration restauration nom f s 2.96 5.27 2.90 5.07 -restaurations restauration nom f p 2.96 5.27 0.06 0.20 -restauratrice restaurateur nom f s 1.25 2.57 0.07 0.34 -restaure restaurer ver 6.31 9.26 1.24 0.41 imp:pre:2s;ind:pre:1s;ind:pre:3s; -restaurent restaurer ver 6.31 9.26 0.23 0.14 ind:pre:3p; -restaurer restaurer ver 6.31 9.26 2.20 4.32 inf;; -restaurera restaurer ver 6.31 9.26 0.01 0.00 ind:fut:3s; -restaurerai restaurer ver 6.31 9.26 0.01 0.00 ind:fut:1s; -restaureraient restaurer ver 6.31 9.26 0.00 0.07 cnd:pre:3p; -restaurerait restaurer ver 6.31 9.26 0.01 0.07 cnd:pre:3s; -restaurez restaurer ver 6.31 9.26 0.22 0.00 imp:pre:2p;ind:pre:2p; -restaurons restaurer ver 6.31 9.26 0.03 0.00 imp:pre:1p; -restauroute restauroute nom m s 0.00 0.41 0.00 0.41 -restauré restaurer ver m s 6.31 9.26 0.93 1.49 par:pas; -restaurée restaurer ver f s 6.31 9.26 0.49 0.81 par:pas; -restaurées restaurer ver f p 6.31 9.26 0.14 0.47 par:pas; -restaurés restaurer ver m p 6.31 9.26 0.05 0.14 par:pas; -restaus restau nom m p 3.65 2.50 0.34 0.41 -reste rester ver 1003.57 793.78 320.44 153.99 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -restent rester ver 1003.57 793.78 21.75 25.20 ind:pre:3p; -rester rester ver 1003.57 793.78 310.37 123.78 inf;;inf;;inf;; -restera rester ver 1003.57 793.78 25.73 15.68 ind:fut:3s; -resterai rester ver 1003.57 793.78 11.80 3.85 ind:fut:1s; -resteraient rester ver 1003.57 793.78 0.43 3.04 cnd:pre:3p; -resterais rester ver 1003.57 793.78 4.68 2.50 cnd:pre:1s;cnd:pre:2s; -resterait rester ver 1003.57 793.78 5.30 12.09 cnd:pre:3s; -resteras rester ver 1003.57 793.78 6.32 1.82 ind:fut:2s; -resterez rester ver 1003.57 793.78 5.75 1.35 ind:fut:2p; -resteriez rester ver 1003.57 793.78 1.00 0.20 cnd:pre:2p; -resterions rester ver 1003.57 793.78 0.05 0.61 cnd:pre:1p; -resterons rester ver 1003.57 793.78 3.63 1.49 ind:fut:1p; -resteront rester ver 1003.57 793.78 3.98 2.23 ind:fut:3p; -restes rester ver 1003.57 793.78 44.15 6.28 ind:pre:2s;sub:pre:2s; -restez rester ver 1003.57 793.78 105.52 10.81 imp:pre:2p;ind:pre:2p; -restiez rester ver 1003.57 793.78 4.42 1.01 ind:imp:2p; -restions rester ver 1003.57 793.78 0.94 4.86 ind:imp:1p; -restituaient restituer ver 2.44 9.39 0.00 0.14 ind:imp:3p; -restituait restituer ver 2.44 9.39 0.00 1.49 ind:imp:3s; -restituant restituer ver 2.44 9.39 0.00 0.61 par:pre; -restitue restituer ver 2.44 9.39 0.43 1.55 imp:pre:2s;ind:pre:1s;ind:pre:3s; -restituent restituer ver 2.44 9.39 0.02 0.27 ind:pre:3p; -restituer restituer ver 2.44 9.39 1.10 2.84 inf; -restituera restituer ver 2.44 9.39 0.02 0.14 ind:fut:3s; -restituerai restituer ver 2.44 9.39 0.03 0.00 ind:fut:1s; -restituerait restituer ver 2.44 9.39 0.00 0.20 cnd:pre:3s; -restituerons restituer ver 2.44 9.39 0.14 0.07 ind:fut:1p; -restituez restituer ver 2.44 9.39 0.04 0.00 imp:pre:2p; -restituiez restituer ver 2.44 9.39 0.00 0.07 ind:imp:2p; -restitution restitution nom f s 0.28 0.88 0.28 0.88 -restitué restituer ver m s 2.44 9.39 0.38 0.81 par:pas; -restituée restituer ver f s 2.44 9.39 0.20 0.61 par:pas; -restituées restituer ver f p 2.44 9.39 0.04 0.27 par:pas; -restitués restituer ver m p 2.44 9.39 0.03 0.34 par:pas; -resto resto nom m s 10.47 1.62 9.36 1.42 -restâmes rester ver 1003.57 793.78 0.04 3.04 ind:pas:1p; -restons rester ver 1003.57 793.78 16.36 6.82 imp:pre:1p;ind:pre:1p; -restoroute restoroute nom m s 0.16 0.14 0.16 0.14 -restos resto nom m p 10.47 1.62 1.10 0.20 -restât rester ver 1003.57 793.78 0.03 4.19 sub:imp:3s; -restreignait restreindre ver 1.14 2.30 0.00 0.07 ind:imp:3s; -restreignant restreindre ver 1.14 2.30 0.02 0.07 par:pre; -restreignent restreindre ver 1.14 2.30 0.00 0.07 ind:pre:3p; -restreignez restreindre ver 1.14 2.30 0.01 0.00 ind:pre:2p; -restreignit restreindre ver 1.14 2.30 0.00 0.07 ind:pas:3s; -restreindre restreindre ver 1.14 2.30 0.30 0.41 inf; -restreins restreindre ver 1.14 2.30 0.04 0.00 imp:pre:2s;ind:pre:1s; -restreint restreindre ver m s 1.14 2.30 0.58 0.68 ind:pre:3s;par:pas; -restreinte restreint adj f s 0.54 5.41 0.20 1.42 -restreintes restreint adj f p 0.54 5.41 0.03 0.34 -restreints restreint adj m p 0.54 5.41 0.01 0.74 -restrictif restrictif adj m s 0.80 0.20 0.20 0.07 -restriction restriction nom f s 1.94 6.69 1.07 2.36 -restrictions restriction nom f p 1.94 6.69 0.88 4.32 -restrictive restrictif adj f s 0.80 0.20 0.58 0.07 -restrictives restrictif adj f p 0.80 0.20 0.02 0.07 -restructurant restructurer ver 0.94 0.07 0.01 0.00 par:pre; -restructuration restructuration nom f s 0.91 0.34 0.91 0.20 -restructurations restructuration nom f p 0.91 0.34 0.00 0.07 -restructurer restructurer ver 0.94 0.07 0.45 0.00 inf; -restructureront restructurer ver 0.94 0.07 0.01 0.00 ind:fut:3p; -restructurons restructurer ver 0.94 0.07 0.00 0.07 ind:pre:1p; -restructuré restructurer ver m s 0.94 0.07 0.34 0.00 par:pas; -restructurée restructurer ver f s 0.94 0.07 0.13 0.00 par:pas; -restèrent rester ver 1003.57 793.78 0.45 14.19 ind:pas:3p; -resté rester ver m s 1003.57 793.78 43.45 62.09 par:pas; -restée rester ver f s 1003.57 793.78 19.08 31.08 ind:imp:3p;par:pas; -restées rester ver f p 1003.57 793.78 1.62 6.01 par:pas; -restés rester ver m p 1003.57 793.78 10.74 21.08 par:pas; -resucée resucée nom f s 0.03 0.14 0.03 0.14 -resurgît resurgir ver 0.85 3.92 0.00 0.07 sub:imp:3s; -resurgi resurgir ver m s 0.85 3.92 0.04 0.20 par:pas; -resurgies resurgir ver f p 0.85 3.92 0.00 0.14 par:pas; -resurgir resurgir ver 0.85 3.92 0.39 1.42 inf; -resurgira resurgir ver 0.85 3.92 0.05 0.07 ind:fut:3s; -resurgirai resurgir ver 0.85 3.92 0.01 0.00 ind:fut:1s; -resurgirait resurgir ver 0.85 3.92 0.01 0.07 cnd:pre:3s; -resurgirent resurgir ver 0.85 3.92 0.00 0.07 ind:pas:3p; -resurgiront resurgir ver 0.85 3.92 0.00 0.07 ind:fut:3p; -resurgis resurgir ver m p 0.85 3.92 0.00 0.07 par:pas; -resurgissaient resurgir ver 0.85 3.92 0.00 0.20 ind:imp:3p; -resurgissait resurgir ver 0.85 3.92 0.01 0.41 ind:imp:3s; -resurgissant resurgir ver 0.85 3.92 0.01 0.14 par:pre; -resurgisse resurgir ver 0.85 3.92 0.03 0.07 sub:pre:3s; -resurgissent resurgir ver 0.85 3.92 0.02 0.34 ind:pre:3p; -resurgit resurgir ver 0.85 3.92 0.28 0.61 ind:pre:3s;ind:pas:3s; -retînmes retenir ver 71.58 143.92 0.00 0.14 ind:pas:1p; -retînt retenir ver 71.58 143.92 0.00 0.34 sub:imp:3s; -retable retable nom m s 0.34 1.15 0.24 0.81 -retables retable nom m p 0.34 1.15 0.10 0.34 -retaillaient retailler ver 0.05 1.01 0.00 0.07 ind:imp:3p; -retaillait retailler ver 0.05 1.01 0.00 0.07 ind:imp:3s; -retaille retailler ver 0.05 1.01 0.00 0.14 ind:pre:1s;ind:pre:3s; -retailler retailler ver 0.05 1.01 0.02 0.27 inf; -retaillé retailler ver m s 0.05 1.01 0.01 0.27 par:pas; -retaillée retailler ver f s 0.05 1.01 0.00 0.07 par:pas; -retaillées retailler ver f p 0.05 1.01 0.01 0.07 par:pas; -retaillés retailler ver m p 0.05 1.01 0.00 0.07 par:pas; -retapa retaper ver 3.50 4.05 0.00 0.14 ind:pas:3s; -retapaient retaper ver 3.50 4.05 0.00 0.07 ind:imp:3p; -retapait retaper ver 3.50 4.05 0.01 0.14 ind:imp:3s; -retapant retaper ver 3.50 4.05 0.00 0.14 par:pre; -retape retaper ver 3.50 4.05 0.36 0.47 imp:pre:2s;ind:pre:1s;ind:pre:3s; -retapent retaper ver 3.50 4.05 0.01 0.07 ind:pre:3p; -retaper retaper ver 3.50 4.05 1.60 1.28 inf; -retaperait retaper ver 3.50 4.05 0.00 0.07 cnd:pre:3s; -retapeur retapeur nom m s 0.01 0.00 0.01 0.00 -retapez retaper ver 3.50 4.05 0.08 0.00 imp:pre:2p;ind:pre:2p; -retapissant retapisser ver 0.32 3.31 0.00 0.07 par:pre; -retapisse retapisser ver 0.32 3.31 0.25 0.95 ind:pre:1s;ind:pre:3s; -retapissent retapisser ver 0.32 3.31 0.00 0.27 ind:pre:3p; -retapisser retapisser ver 0.32 3.31 0.05 0.88 inf; -retapisserait retapisser ver 0.32 3.31 0.00 0.07 cnd:pre:3s; -retapisses retapisser ver 0.32 3.31 0.00 0.07 ind:pre:2s; -retapissé retapisser ver m s 0.32 3.31 0.03 0.61 par:pas; -retapissée retapisser ver f s 0.32 3.31 0.00 0.34 par:pas; -retapissées retapisser ver f p 0.32 3.31 0.00 0.07 par:pas; -retapé retaper ver m s 3.50 4.05 1.14 1.01 par:pas; -retapée retaper ver f s 3.50 4.05 0.28 0.47 par:pas; -retapées retaper ver f p 3.50 4.05 0.00 0.14 par:pas; -retapés retaper ver m p 3.50 4.05 0.01 0.07 par:pas; -retard retard nom m s 126.45 46.62 125.65 43.45 -retarda retarder ver 11.89 14.53 0.00 0.47 ind:pas:3s; -retardaient retarder ver 11.89 14.53 0.01 0.54 ind:imp:3p; -retardais retarder ver 11.89 14.53 0.17 0.27 ind:imp:1s;ind:imp:2s; -retardait retarder ver 11.89 14.53 0.21 1.08 ind:imp:3s; -retardant retarder ver 11.89 14.53 0.03 0.88 par:pre; -retardataire retardataire adj s 0.33 0.68 0.32 0.47 -retardataires retardataire nom p 0.70 1.01 0.52 0.88 -retardateur retardateur nom m s 0.14 0.00 0.14 0.00 -retarde retarder ver 11.89 14.53 1.95 1.55 imp:pre:2s;ind:pre:1s;ind:pre:3s; -retardement retardement nom m s 1.61 2.03 1.61 2.03 -retardent retarder ver 11.89 14.53 0.36 0.47 ind:pre:3p; -retarder retarder ver 11.89 14.53 3.09 4.46 inf;; -retardera retarder ver 11.89 14.53 0.24 0.00 ind:fut:3s; -retarderai retarder ver 11.89 14.53 0.04 0.14 ind:fut:1s; -retarderaient retarder ver 11.89 14.53 0.02 0.07 cnd:pre:3p; -retarderait retarder ver 11.89 14.53 0.10 0.41 cnd:pre:3s; -retarderez retarder ver 11.89 14.53 0.01 0.00 ind:fut:2p; -retarderiez retarder ver 11.89 14.53 0.01 0.00 cnd:pre:2p; -retardes retarder ver 11.89 14.53 0.87 0.14 ind:pre:2s; -retardez retarder ver 11.89 14.53 0.56 0.20 imp:pre:2p;ind:pre:2p; -retardions retarder ver 11.89 14.53 0.00 0.07 ind:imp:1p; -retardons retarder ver 11.89 14.53 0.20 0.14 imp:pre:1p;ind:pre:1p; -retardât retarder ver 11.89 14.53 0.00 0.07 sub:imp:3s; -retards retard nom m p 126.45 46.62 0.81 3.18 -retardèrent retarder ver 11.89 14.53 0.00 0.07 ind:pas:3p; -retardé retarder ver m s 11.89 14.53 2.90 2.36 par:pas; -retardée retarder ver f s 11.89 14.53 0.67 1.01 par:pas; -retardées retarder ver f p 11.89 14.53 0.06 0.07 par:pas; -retardés retarder ver m p 11.89 14.53 0.39 0.07 par:pas; -reteindre reteindre ver 0.12 0.20 0.11 0.07 inf; -reteints reteindre ver m p 0.12 0.20 0.01 0.14 par:pas; -retenaient retenir ver 71.58 143.92 0.42 4.66 ind:imp:3p; -retenais retenir ver 71.58 143.92 0.34 2.23 ind:imp:1s;ind:imp:2s; -retenait retenir ver 71.58 143.92 1.10 15.34 ind:imp:3s; -retenant retenir ver 71.58 143.92 0.70 8.78 par:pre; -retendait retendre ver 0.16 0.61 0.00 0.20 ind:imp:3s; -retendre retendre ver 0.16 0.61 0.01 0.20 inf; -retends retendre ver 0.16 0.61 0.00 0.07 ind:pre:2s; -retendu retendre ver m s 0.16 0.61 0.15 0.07 par:pas; -retendues retendre ver f p 0.16 0.61 0.00 0.07 par:pas; -retenez retenir ver 71.58 143.92 6.15 0.88 imp:pre:2p;ind:pre:2p; -reteniez retenir ver 71.58 143.92 0.05 0.07 ind:imp:2p; -retenions retenir ver 71.58 143.92 0.02 0.34 ind:imp:1p; -retenir retenir ver 71.58 143.92 19.63 38.65 inf; -retenons retenir ver 71.58 143.92 0.19 0.14 imp:pre:1p;ind:pre:1p; -retente retenter ver 0.70 0.00 0.23 0.00 imp:pre:2s;ind:pre:1s;ind:pre:3s; -retenter retenter ver 0.70 0.00 0.44 0.00 inf; -retentes retenter ver 0.70 0.00 0.04 0.00 ind:pre:2s; -retenti retentir ver m s 2.86 25.34 0.48 2.16 par:pas; -retentir retentir ver 2.86 25.34 0.27 3.58 inf; -retentira retentir ver 2.86 25.34 0.15 0.20 ind:fut:3s; -retentirait retentir ver 2.86 25.34 0.00 0.34 cnd:pre:3s; -retentirent retentir ver 2.86 25.34 0.00 1.62 ind:pas:3p; -retentiront retentir ver 2.86 25.34 0.04 0.07 ind:fut:3p; -retentissaient retentir ver 2.86 25.34 0.00 1.76 ind:imp:3p; -retentissait retentir ver 2.86 25.34 0.04 2.43 ind:imp:3s; -retentissant retentissant adj m s 0.20 2.50 0.14 1.01 -retentissante retentissant adj f s 0.20 2.50 0.03 0.68 -retentissantes retentissant adj f p 0.20 2.50 0.00 0.20 -retentissants retentissant adj m p 0.20 2.50 0.03 0.61 -retentisse retentir ver 2.86 25.34 0.03 0.14 sub:pre:3s; -retentissement retentissement nom m s 0.02 1.55 0.02 1.55 -retentissent retentir ver 2.86 25.34 0.19 1.22 ind:pre:3p; -retentit retentir ver 2.86 25.34 1.62 11.01 ind:pre:3s;ind:pas:3s; -retenu retenir ver m s 71.58 143.92 10.20 21.22 par:pas; -retenue retenue nom f s 3.74 8.04 3.47 7.64 -retenues retenir ver f p 71.58 143.92 0.59 1.55 par:pas; -retenus retenir ver m p 71.58 143.92 0.98 4.12 par:pas; -reçûmes recevoir ver 192.73 224.46 0.01 0.54 ind:pas:1p; -reçût recevoir ver 192.73 224.46 0.01 0.54 sub:imp:3s; -reçois recevoir ver 192.73 224.46 17.48 7.43 imp:pre:2s;ind:pre:1s;ind:pre:2s; -reçoit recevoir ver 192.73 224.46 14.90 14.19 ind:pre:3s; -reçoive recevoir ver 192.73 224.46 2.11 1.55 sub:pre:1s;sub:pre:3s; -reçoivent recevoir ver 192.73 224.46 3.08 4.19 ind:pre:3p;sub:pre:3p; -reçoives recevoir ver 192.73 224.46 0.20 0.00 sub:pre:2s; -reçu recevoir ver m s 192.73 224.46 76.46 56.15 par:pas; -reçue recevoir ver f s 192.73 224.46 4.55 7.03 par:pas; -reçues recevoir ver f p 192.73 224.46 1.29 3.18 par:pas; -reçurent recevoir ver 192.73 224.46 0.23 2.64 ind:pas:3p; -reçus recevoir ver m p 192.73 224.46 1.85 10.88 ind:pas:1s;ind:pas:2s;par:pas; -reçut recevoir ver 192.73 224.46 1.87 21.82 ind:pas:3s; -retiendra retenir ver 71.58 143.92 0.68 0.54 ind:fut:3s; -retiendrai retenir ver 71.58 143.92 1.05 0.54 ind:fut:1s; -retiendraient retenir ver 71.58 143.92 0.01 0.20 cnd:pre:3p; -retiendrais retenir ver 71.58 143.92 0.20 0.14 cnd:pre:1s;cnd:pre:2s; -retiendrait retenir ver 71.58 143.92 0.11 1.08 cnd:pre:3s; -retiendras retenir ver 71.58 143.92 0.20 0.00 ind:fut:2s; -retiendrez retenir ver 71.58 143.92 0.14 0.00 ind:fut:2p; -retiendrions retenir ver 71.58 143.92 0.00 0.07 cnd:pre:1p; -retiendrons retenir ver 71.58 143.92 0.08 0.07 ind:fut:1p; -retiendront retenir ver 71.58 143.92 0.14 0.07 ind:fut:3p; -retienne retenir ver 71.58 143.92 0.89 0.61 sub:pre:1s;sub:pre:3s; -retiennent retenir ver 71.58 143.92 1.69 3.58 ind:pre:3p; -retiennes retenir ver 71.58 143.92 0.22 0.00 sub:pre:2s; -retiens retenir ver 71.58 143.92 12.91 5.88 imp:pre:2s;ind:pre:1s;ind:pre:2s; -retient retenir ver 71.58 143.92 9.17 13.11 ind:pre:3s; -retinrent retenir ver 71.58 143.92 0.14 1.01 ind:pas:3p; -retins retenir ver 71.58 143.92 0.02 1.82 ind:pas:1s; -retint retenir ver 71.58 143.92 0.35 11.22 ind:pas:3s; -retira retirer ver 80.26 98.31 0.45 15.81 ind:pas:3s; -retirable retirable adj f s 0.01 0.00 0.01 0.00 -retirai retirer ver 80.26 98.31 0.01 1.76 ind:pas:1s; -retiraient retirer ver 80.26 98.31 0.14 1.69 ind:imp:3p; -retirais retirer ver 80.26 98.31 0.23 0.68 ind:imp:1s;ind:imp:2s; -retirait retirer ver 80.26 98.31 0.45 7.16 ind:imp:3s; -retirant retirer ver 80.26 98.31 0.38 3.58 par:pre; -retire retirer ver 80.26 98.31 21.56 14.80 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -retirement retirement nom m s 0.14 0.00 0.14 0.00 -retirent retirer ver 80.26 98.31 1.19 1.42 ind:pre:3p; -retirer retirer ver 80.26 98.31 27.39 21.96 ind:pre:2p;inf; -retirera retirer ver 80.26 98.31 0.72 0.68 ind:fut:3s; -retirerai retirer ver 80.26 98.31 0.38 0.54 ind:fut:1s; -retireraient retirer ver 80.26 98.31 0.28 0.34 cnd:pre:3p; -retirerais retirer ver 80.26 98.31 0.15 0.07 cnd:pre:1s;cnd:pre:2s; -retirerait retirer ver 80.26 98.31 0.32 0.61 cnd:pre:3s; -retireras retirer ver 80.26 98.31 0.14 0.07 ind:fut:2s; -retirerez retirer ver 80.26 98.31 0.09 0.00 ind:fut:2p; -retireriez retirer ver 80.26 98.31 0.00 0.07 cnd:pre:2p; -retirerions retirer ver 80.26 98.31 0.00 0.07 cnd:pre:1p; -retirerons retirer ver 80.26 98.31 0.23 0.07 ind:fut:1p; -retireront retirer ver 80.26 98.31 0.32 0.14 ind:fut:3p; -retires retirer ver 80.26 98.31 1.45 0.27 ind:pre:2s; -retirez retirer ver 80.26 98.31 6.20 0.95 imp:pre:2p;ind:pre:2p; -retiriez retirer ver 80.26 98.31 0.24 0.07 ind:imp:2p; -retirions retirer ver 80.26 98.31 0.15 0.27 ind:imp:1p; -retiro retiro nom m s 0.10 0.07 0.10 0.07 -retirâmes retirer ver 80.26 98.31 0.01 0.07 ind:pas:1p; -retirons retirer ver 80.26 98.31 0.83 0.14 imp:pre:1p;ind:pre:1p; -retirât retirer ver 80.26 98.31 0.00 0.20 sub:imp:3s; -retirèrent retirer ver 80.26 98.31 0.21 1.55 ind:pas:3p; -retiré retirer ver m s 80.26 98.31 12.70 15.07 par:pas; -retirée retirer ver f s 80.26 98.31 2.02 4.73 par:pas; -retirées retirer ver f p 80.26 98.31 0.68 0.74 par:pas; -retirés retirer ver m p 80.26 98.31 1.36 2.77 par:pas; -retissaient retisser ver 0.00 0.34 0.00 0.07 ind:imp:3p; -retissait retisser ver 0.00 0.34 0.00 0.07 ind:imp:3s; -retisser retisser ver 0.00 0.34 0.00 0.20 inf; -retomba retomber ver 11.04 58.58 0.28 7.23 ind:pas:3s; -retombai retomber ver 11.04 58.58 0.00 0.27 ind:pas:1s; -retombaient retomber ver 11.04 58.58 0.15 3.45 ind:imp:3p; -retombais retomber ver 11.04 58.58 0.26 0.68 ind:imp:1s;ind:imp:2s; -retombait retomber ver 11.04 58.58 0.15 6.35 ind:imp:3s; -retombant retomber ver 11.04 58.58 0.02 2.84 par:pre; -retombante retombant adj f s 0.02 0.61 0.00 0.14 -retombantes retombant adj f p 0.02 0.61 0.00 0.14 -retombe retomber ver 11.04 58.58 3.89 9.32 imp:pre:2s;ind:pre:1s;ind:pre:3s; -retombement retombement nom m s 0.00 0.14 0.00 0.14 -retombent retomber ver 11.04 58.58 0.70 2.70 ind:pre:3p; -retomber retomber ver 11.04 58.58 2.74 15.95 inf; -retombera retomber ver 11.04 58.58 0.69 0.68 ind:fut:3s; -retomberai retomber ver 11.04 58.58 0.06 0.00 ind:fut:1s; -retomberaient retomber ver 11.04 58.58 0.01 0.27 cnd:pre:3p; -retomberais retomber ver 11.04 58.58 0.01 0.07 cnd:pre:1s;cnd:pre:2s; -retomberait retomber ver 11.04 58.58 0.27 0.47 cnd:pre:3s; -retomberas retomber ver 11.04 58.58 0.05 0.07 ind:fut:2s; -retomberez retomber ver 11.04 58.58 0.03 0.00 ind:fut:2p; -retomberont retomber ver 11.04 58.58 0.00 0.07 ind:fut:3p; -retombes retomber ver 11.04 58.58 0.25 0.14 ind:pre:2s; -retombez retomber ver 11.04 58.58 0.17 0.07 imp:pre:2p;ind:pre:2p; -retombions retomber ver 11.04 58.58 0.00 0.27 ind:imp:1p; -retombâmes retomber ver 11.04 58.58 0.00 0.14 ind:pas:1p; -retombons retomber ver 11.04 58.58 0.12 0.41 imp:pre:1p;ind:pre:1p; -retombât retomber ver 11.04 58.58 0.00 0.14 sub:imp:3s; -retombèrent retomber ver 11.04 58.58 0.00 0.81 ind:pas:3p; -retombé retomber ver m s 11.04 58.58 0.71 3.65 par:pas; -retombée retomber ver f s 11.04 58.58 0.28 1.96 par:pas; -retombées retombée nom f p 0.79 2.36 0.73 1.01 -retombés retomber ver m p 11.04 58.58 0.19 0.34 par:pas; -retordre retordre ver 1.29 0.61 1.29 0.61 inf; -retors retors adj m 0.53 1.69 0.48 1.28 -retorse retors adj f s 0.53 1.69 0.03 0.41 -retorses retors adj f p 0.53 1.69 0.02 0.00 -retâté retâter ver m s 0.00 0.07 0.00 0.07 par:pas; -retoucha retoucher ver 1.98 2.09 0.00 0.14 ind:pas:3s; -retouchai retoucher ver 1.98 2.09 0.00 0.14 ind:pas:1s; -retouchait retoucher ver 1.98 2.09 0.01 0.20 ind:imp:3s; -retouchant retoucher ver 1.98 2.09 0.00 0.14 par:pre; -retouche retouche nom f s 1.30 2.30 0.61 0.74 -retouchent retoucher ver 1.98 2.09 0.01 0.07 ind:pre:3p; -retoucher retoucher ver 1.98 2.09 1.10 0.54 inf; -retouchera retoucher ver 1.98 2.09 0.03 0.00 ind:fut:3s; -retoucherais retoucher ver 1.98 2.09 0.00 0.07 cnd:pre:1s; -retoucherait retoucher ver 1.98 2.09 0.00 0.14 cnd:pre:3s; -retouches retouche nom f p 1.30 2.30 0.69 1.55 -retoucheur retoucheur nom m s 0.01 0.00 0.01 0.00 -retouchez retoucher ver 1.98 2.09 0.07 0.00 imp:pre:2p;ind:pre:2p; -retouché retoucher ver m s 1.98 2.09 0.20 0.20 par:pas; -retouchée retoucher ver f s 1.98 2.09 0.22 0.14 par:pas; -retouchées retoucher ver f p 1.98 2.09 0.02 0.07 par:pas; -retouchés retoucher ver m p 1.98 2.09 0.02 0.20 par:pas; -retour retour nom m s 138.94 158.65 138.02 153.31 -retourna retourner ver 245.33 290.88 1.14 61.62 ind:pas:3s; -retournai retourner ver 245.33 290.88 0.22 6.55 ind:pas:1s; -retournaient retourner ver 245.33 290.88 0.15 4.80 ind:imp:3p; -retournais retourner ver 245.33 290.88 0.96 3.85 ind:imp:1s;ind:imp:2s; -retournait retourner ver 245.33 290.88 0.93 18.51 ind:imp:3s; -retournant retourner ver 245.33 290.88 0.69 16.89 par:pre; -retourne retourner ver 245.33 290.88 77.27 50.54 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:1s;sub:pre:3s; -retournement retournement nom m s 0.86 2.91 0.82 2.30 -retournements retournement nom m p 0.86 2.91 0.04 0.61 -retournent retourner ver 245.33 290.88 2.29 5.00 ind:pre:3p; -retourner retourner ver 245.33 290.88 76.94 57.16 imp:pre:2p;inf; -retournera retourner ver 245.33 290.88 3.56 1.08 ind:fut:3s; -retournerai retourner ver 245.33 290.88 5.58 1.89 ind:fut:1s; -retourneraient retourner ver 245.33 290.88 0.14 0.68 cnd:pre:3p; -retournerais retourner ver 245.33 290.88 0.60 1.01 cnd:pre:1s;cnd:pre:2s; -retournerait retourner ver 245.33 290.88 0.77 1.96 cnd:pre:3s; -retourneras retourner ver 245.33 290.88 1.86 0.20 ind:fut:2s; -retournerez retourner ver 245.33 290.88 0.79 0.34 ind:fut:2p; -retourneriez retourner ver 245.33 290.88 0.13 0.00 cnd:pre:2p; -retournerions retourner ver 245.33 290.88 0.02 0.14 cnd:pre:1p; -retournerons retourner ver 245.33 290.88 0.98 0.68 ind:fut:1p; -retourneront retourner ver 245.33 290.88 0.73 0.41 ind:fut:3p; -retournes retourner ver 245.33 290.88 10.40 1.42 ind:pre:2s;sub:pre:2s; -retournez retourner ver 245.33 290.88 23.55 2.36 imp:pre:2p;ind:pre:2p; -retourniez retourner ver 245.33 290.88 0.80 0.20 ind:imp:2p; -retournions retourner ver 245.33 290.88 0.13 0.95 ind:imp:1p; -retournâmes retourner ver 245.33 290.88 0.00 0.81 ind:pas:1p; -retournons retourner ver 245.33 290.88 9.53 1.22 imp:pre:1p;ind:pre:1p; -retournât retourner ver 245.33 290.88 0.00 0.54 sub:imp:3s; -retournèrent retourner ver 245.33 290.88 0.17 4.39 ind:pas:3p; -retourné retourner ver m s 245.33 290.88 15.05 26.69 par:pas; -retournée retourner ver f s 245.33 290.88 7.81 11.82 par:pas; -retournées retourner ver f p 245.33 290.88 0.34 1.89 par:pas; -retournés retourner ver m p 245.33 290.88 1.79 5.27 par:pas; -retours retour nom m p 138.94 158.65 0.92 5.34 -retrace retracer ver 1.50 3.58 0.16 0.20 imp:pre:2s;ind:pre:1s;ind:pre:3s; -retracent retracer ver 1.50 3.58 0.04 0.14 ind:pre:3p; -retracer retracer ver 1.50 3.58 1.03 1.55 inf; -retracera retracer ver 1.50 3.58 0.01 0.07 ind:fut:3s; -retracerais retracer ver 1.50 3.58 0.00 0.07 cnd:pre:1s; -retracerait retracer ver 1.50 3.58 0.01 0.07 cnd:pre:3s; -retraceront retracer ver 1.50 3.58 0.01 0.00 ind:fut:3p; -retracez retracer ver 1.50 3.58 0.05 0.00 imp:pre:2p; -retracions retracer ver 1.50 3.58 0.01 0.07 ind:imp:1p; -retracé retracer ver m s 1.50 3.58 0.13 0.14 par:pas; -retracée retracer ver f s 1.50 3.58 0.00 0.07 par:pas; -retraduction retraduction nom f s 0.01 0.00 0.01 0.00 -retraduit retraduire ver m s 0.01 0.14 0.01 0.14 ind:pre:3s;par:pas; -retraire retraire ver 0.12 0.07 0.01 0.00 inf; -retrait retrait nom m s 4.87 13.72 4.63 13.04 -retraitait retraiter ver 0.79 0.61 0.00 0.14 ind:imp:3s; -retraite retraite nom f s 39.45 40.14 38.30 38.78 -retraitement retraitement nom m s 0.06 0.07 0.06 0.07 -retraites retraite nom f p 39.45 40.14 1.16 1.35 -retraitions retraiter ver 0.79 0.61 0.00 0.07 ind:imp:1p; -retraits retrait nom m p 4.87 13.72 0.24 0.68 -retraité retraité nom m s 2.25 5.95 1.17 3.31 -retraitée retraité nom f s 2.25 5.95 0.11 0.14 -retraitées retraité nom f p 2.25 5.95 0.10 0.07 -retraités retraité nom m p 2.25 5.95 0.86 2.43 -retranchai retrancher ver 1.00 7.64 0.00 0.07 ind:pas:1s; -retranchaient retrancher ver 1.00 7.64 0.01 0.14 ind:imp:3p; -retranchait retrancher ver 1.00 7.64 0.00 0.68 ind:imp:3s; -retranchant retrancher ver 1.00 7.64 0.02 0.14 par:pre; -retranche retrancher ver 1.00 7.64 0.04 0.47 ind:pre:3s; -retranchement retranchement nom m s 0.20 1.69 0.03 0.41 -retranchements retranchement nom m p 0.20 1.69 0.17 1.28 -retranchent retrancher ver 1.00 7.64 0.04 0.34 ind:pre:3p; -retrancher retrancher ver 1.00 7.64 0.29 1.01 inf; -retranchera retrancher ver 1.00 7.64 0.01 0.07 ind:fut:3s; -retranchez retrancher ver 1.00 7.64 0.01 0.07 imp:pre:2p;ind:pre:2p; -retranchions retrancher ver 1.00 7.64 0.00 0.07 ind:imp:1p; -retranché retrancher ver m s 1.00 7.64 0.47 2.23 par:pas; -retranchée retrancher ver f s 1.00 7.64 0.02 1.08 par:pas; -retranchées retrancher ver f p 1.00 7.64 0.00 0.14 par:pas; -retranchés retrancher ver m p 1.00 7.64 0.09 1.15 par:pas; -retranscription retranscription nom f s 0.03 0.00 0.03 0.00 -retranscrire retranscrire ver 0.26 0.34 0.21 0.07 inf; -retranscris retranscrire ver 0.26 0.34 0.01 0.14 ind:pre:1s; -retranscrit retranscrire ver m s 0.26 0.34 0.04 0.07 ind:pre:3s;par:pas; -retranscrits retranscrire ver m p 0.26 0.34 0.00 0.07 par:pas; -retransforme retransformer ver 0.20 0.07 0.02 0.07 ind:pre:1s; -retransformer retransformer ver 0.20 0.07 0.16 0.00 inf; -retransformera retransformer ver 0.20 0.07 0.02 0.00 ind:fut:3s; -retransférer retransférer ver 0.01 0.00 0.01 0.00 inf; -retransmet retransmettre ver 1.03 0.74 0.05 0.07 ind:pre:3s; -retransmettait retransmettre ver 1.03 0.74 0.01 0.00 ind:imp:3s; -retransmettant retransmettre ver 1.03 0.74 0.01 0.00 par:pre; -retransmettez retransmettre ver 1.03 0.74 0.02 0.00 imp:pre:2p;ind:pre:2p; -retransmettra retransmettre ver 1.03 0.74 0.02 0.00 ind:fut:3s; -retransmettre retransmettre ver 1.03 0.74 0.25 0.00 inf; -retransmettrons retransmettre ver 1.03 0.74 0.11 0.00 ind:fut:1p; -retransmis retransmettre ver m 1.03 0.74 0.39 0.34 ind:pas:1s;par:pas;par:pas; -retransmise retransmettre ver f s 1.03 0.74 0.16 0.27 par:pas; -retransmission retransmission nom f s 0.47 0.47 0.36 0.34 -retransmissions retransmission nom f p 0.47 0.47 0.11 0.14 -retransmit retransmettre ver 1.03 0.74 0.01 0.07 ind:pas:3s; -retraçaient retracer ver 1.50 3.58 0.00 0.20 ind:imp:3p; -retraçais retracer ver 1.50 3.58 0.00 0.07 ind:imp:1s; -retraçait retracer ver 1.50 3.58 0.01 0.68 ind:imp:3s; -retraçant retracer ver 1.50 3.58 0.04 0.27 par:pre; -retravaillait retravailler ver 3.12 0.20 0.03 0.00 ind:imp:3s; -retravaille retravailler ver 3.12 0.20 0.65 0.00 ind:pre:1s;ind:pre:3s; -retravaillent retravailler ver 3.12 0.20 0.01 0.00 ind:pre:3p; -retravailler retravailler ver 3.12 0.20 1.89 0.14 inf; -retravaillera retravailler ver 3.12 0.20 0.05 0.00 ind:fut:3s; -retravaillerai retravailler ver 3.12 0.20 0.04 0.00 ind:fut:1s; -retravaillerait retravailler ver 3.12 0.20 0.03 0.00 cnd:pre:3s; -retravaillerez retravailler ver 3.12 0.20 0.01 0.00 ind:fut:2p; -retravailles retravailler ver 3.12 0.20 0.17 0.00 ind:pre:2s; -retravaillez retravailler ver 3.12 0.20 0.13 0.00 imp:pre:2p;ind:pre:2p; -retravaillé retravailler ver m s 3.12 0.20 0.09 0.07 par:pas; -retravaillée retravailler ver f s 3.12 0.20 0.02 0.00 par:pas; -retraversa retraverser ver 0.17 3.04 0.00 0.41 ind:pas:3s; -retraversai retraverser ver 0.17 3.04 0.00 0.20 ind:pas:1s; -retraversaient retraverser ver 0.17 3.04 0.00 0.07 ind:imp:3p; -retraversais retraverser ver 0.17 3.04 0.00 0.07 ind:imp:1s; -retraversait retraverser ver 0.17 3.04 0.00 0.07 ind:imp:3s; -retraversant retraverser ver 0.17 3.04 0.00 0.27 par:pre; -retraverse retraverser ver 0.17 3.04 0.03 0.27 ind:pre:1s;ind:pre:3s; -retraversent retraverser ver 0.17 3.04 0.00 0.07 ind:pre:3p; -retraverser retraverser ver 0.17 3.04 0.12 0.81 inf; -retraverserait retraverser ver 0.17 3.04 0.00 0.07 cnd:pre:3s; -retraversions retraverser ver 0.17 3.04 0.00 0.07 ind:imp:1p; -retraversons retraverser ver 0.17 3.04 0.01 0.20 imp:pre:1p;ind:pre:1p; -retraversé retraverser ver m s 0.17 3.04 0.01 0.27 par:pas; -retraversée retraverser ver f s 0.17 3.04 0.00 0.20 par:pas; -retreinte retreinte nom f s 0.01 0.00 0.01 0.00 -retrempai retremper ver 0.01 0.95 0.00 0.07 ind:pas:1s; -retrempaient retremper ver 0.01 0.95 0.01 0.14 ind:imp:3p; -retrempait retremper ver 0.01 0.95 0.00 0.07 ind:imp:3s; -retremper retremper ver 0.01 0.95 0.00 0.54 inf; -retrempé retremper ver m s 0.01 0.95 0.00 0.14 par:pas; -retriever retriever nom m s 0.17 0.00 0.17 0.00 -retroussa retrousser ver 0.92 9.46 0.01 0.54 ind:pas:3s; -retroussage retroussage nom m s 0.00 0.07 0.00 0.07 -retroussaient retrousser ver 0.92 9.46 0.00 0.20 ind:imp:3p; -retroussais retrousser ver 0.92 9.46 0.00 0.07 ind:imp:1s; -retroussait retrousser ver 0.92 9.46 0.00 1.28 ind:imp:3s; -retroussant retrousser ver 0.92 9.46 0.00 1.55 par:pre; -retrousse retrousser ver 0.92 9.46 0.39 1.28 imp:pre:2s;ind:pre:1s;ind:pre:3s; -retroussent retrousser ver 0.92 9.46 0.00 0.27 ind:pre:3p; -retrousser retrousser ver 0.92 9.46 0.21 0.95 inf; -retroussette retroussette nom f s 0.00 0.27 0.00 0.27 -retroussez retrousser ver 0.92 9.46 0.14 0.00 imp:pre:2p; -retroussis retroussis nom m 0.00 0.41 0.00 0.41 -retroussé retroussé adj m s 0.35 6.49 0.20 1.89 -retroussée retroussé adj f s 0.35 6.49 0.01 1.08 -retroussées retroussé adj f p 0.35 6.49 0.03 3.11 -retroussés retroussé adj m p 0.35 6.49 0.11 0.41 -retrouva retrouver ver 295.09 416.22 1.60 28.24 ind:pas:3s; -retrouvai retrouver ver 295.09 416.22 0.32 13.85 ind:pas:1s; -retrouvaient retrouver ver 295.09 416.22 0.48 9.05 ind:imp:3p; -retrouvaille retrouvaille nom f s 2.46 6.82 0.03 0.47 -retrouvailles retrouvaille nom f p 2.46 6.82 2.43 6.35 -retrouvais retrouver ver 295.09 416.22 1.42 12.77 ind:imp:1s;ind:imp:2s; -retrouvait retrouver ver 295.09 416.22 1.89 31.01 ind:imp:3s; -retrouvant retrouver ver 295.09 416.22 0.47 9.86 par:pre; -retrouvas retrouver ver 295.09 416.22 0.00 0.07 ind:pas:2s; -retrouve retrouver ver 295.09 416.22 61.54 47.57 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:1s;sub:pre:3s; -retrouvent retrouver ver 295.09 416.22 4.47 7.23 ind:pre:3p; -retrouver retrouver ver 295.09 416.22 100.83 125.20 inf;; -retrouvera retrouver ver 295.09 416.22 11.55 5.07 ind:fut:3s; -retrouverai retrouver ver 295.09 416.22 8.23 3.04 ind:fut:1s; -retrouveraient retrouver ver 295.09 416.22 0.26 2.43 cnd:pre:3p; -retrouverais retrouver ver 295.09 416.22 1.24 3.11 cnd:pre:1s;cnd:pre:2s; -retrouverait retrouver ver 295.09 416.22 1.17 6.62 cnd:pre:3s; -retrouveras retrouver ver 295.09 416.22 3.36 0.95 ind:fut:2s; -retrouverez retrouver ver 295.09 416.22 3.13 0.95 ind:fut:2p; -retrouveriez retrouver ver 295.09 416.22 0.09 0.27 cnd:pre:2p; -retrouverions retrouver ver 295.09 416.22 0.06 0.81 cnd:pre:1p; -retrouverons retrouver ver 295.09 416.22 2.52 2.30 ind:fut:1p; -retrouveront retrouver ver 295.09 416.22 2.21 1.42 ind:fut:3p; -retrouves retrouver ver 295.09 416.22 5.05 1.28 ind:pre:2s;sub:pre:2s; -retrouvez retrouver ver 295.09 416.22 5.79 0.81 imp:pre:2p;ind:pre:2p; -retrouviez retrouver ver 295.09 416.22 0.72 0.34 ind:imp:2p;sub:pre:2p; -retrouvions retrouver ver 295.09 416.22 0.47 5.41 ind:imp:1p; -retrouvâmes retrouver ver 295.09 416.22 0.04 2.16 ind:pas:1p; -retrouvons retrouver ver 295.09 416.22 3.60 3.85 imp:pre:1p;ind:pre:1p; -retrouvât retrouver ver 295.09 416.22 0.00 0.68 sub:imp:3s; -retrouvèrent retrouver ver 295.09 416.22 0.36 6.42 ind:pas:3p; -retrouvé retrouver ver m s 295.09 416.22 50.38 55.00 par:pas;par:pas;par:pas; -retrouvée retrouver ver f s 295.09 416.22 13.51 15.20 par:pas; -retrouvées retrouver ver f p 295.09 416.22 1.90 2.64 par:pas; -retrouvés retrouver ver m p 295.09 416.22 6.44 10.61 par:pas; -rets rets nom m 0.12 0.27 0.12 0.27 -retsina retsina nom m s 0.13 0.00 0.13 0.00 -retuber retuber ver 0.03 0.00 0.03 0.00 inf; -retuer retuer ver 0.08 0.07 0.01 0.00 inf; -retéléphone retéléphoner ver 0.29 0.07 0.14 0.07 imp:pre:2s;ind:pre:1s;ind:pre:3s; -retéléphoner retéléphoner ver 0.29 0.07 0.15 0.00 inf; -reubeu reubeu nom m s 0.01 0.61 0.01 0.47 -reubeus reubeu nom m p 0.01 0.61 0.00 0.14 -revîmes revoir ver 162.83 139.46 0.10 0.20 ind:pas:1p; -revînt revenir ver 618.61 490.54 0.00 1.69 sub:imp:3s; -revalidation revalidation nom f s 0.01 0.00 0.01 0.00 -revalider revalider ver 0.02 0.00 0.02 0.00 inf; -revaloir revaloir ver 3.46 0.74 0.11 0.07 inf; -revalorisait revaloriser ver 0.03 0.34 0.00 0.14 ind:imp:3s; -revalorisation revalorisation nom f s 0.00 0.14 0.00 0.14 -revalorisent revaloriser ver 0.03 0.34 0.00 0.07 ind:pre:3p; -revaloriser revaloriser ver 0.03 0.34 0.02 0.00 inf; -revalorisé revaloriser ver m s 0.03 0.34 0.01 0.14 par:pas; -revancha revancher ver 0.00 0.34 0.00 0.07 ind:pas:3s; -revanchaient revancher ver 0.00 0.34 0.00 0.07 ind:imp:3p; -revanchard revanchard adj m s 0.06 0.34 0.04 0.14 -revancharde revanchard adj f s 0.06 0.34 0.02 0.07 -revanchardes revanchard adj f p 0.06 0.34 0.00 0.14 -revanchards revanchard nom m p 0.03 0.27 0.00 0.27 -revanche revanche nom f s 13.81 41.62 13.73 41.01 -revanchent revancher ver 0.00 0.34 0.00 0.07 ind:pre:3p; -revancher revancher ver 0.00 0.34 0.00 0.14 inf; -revanches revanche nom f p 13.81 41.62 0.08 0.61 -revaudra revaloir ver 3.46 0.74 0.25 0.07 ind:fut:3s; -revaudrai revaloir ver 3.46 0.74 2.80 0.54 ind:fut:1s; -revaudraient revaloir ver 3.46 0.74 0.01 0.00 cnd:pre:3p; -revaudrais revaloir ver 3.46 0.74 0.13 0.00 cnd:pre:1s;cnd:pre:2s; -revaudrait revaloir ver 3.46 0.74 0.02 0.07 cnd:pre:3s; -revaudras revaloir ver 3.46 0.74 0.13 0.00 ind:fut:2s; -revenaient revenir ver 618.61 490.54 1.27 17.64 ind:imp:3p; -revenais revenir ver 618.61 490.54 3.95 8.24 ind:imp:1s;ind:imp:2s; -revenait revenir ver 618.61 490.54 7.47 56.76 ind:imp:3s; -revenant revenir ver 618.61 490.54 4.49 17.23 par:pre; -revenante revenant adj f s 0.35 1.69 0.23 0.27 -revenants revenant nom m p 1.82 3.99 0.95 1.55 -revend revendre ver 6.76 6.89 0.51 0.14 ind:pre:3s; -revendable revendable adj s 0.01 0.07 0.01 0.07 -revendaient revendre ver 6.76 6.89 0.01 0.34 ind:imp:3p; -revendais revendre ver 6.76 6.89 0.02 0.00 ind:imp:1s; -revendait revendre ver 6.76 6.89 0.39 0.54 ind:imp:3s; -revendant revendre ver 6.76 6.89 0.09 0.07 par:pre; -revendent revendre ver 6.76 6.89 0.29 0.34 ind:pre:3p; -revendes revendre ver 6.76 6.89 0.00 0.07 sub:pre:2s; -revendeur revendeur nom m s 1.23 0.88 0.86 0.47 -revendeurs revendeur nom m p 1.23 0.88 0.34 0.34 -revendeuse revendeur nom f s 1.23 0.88 0.03 0.07 -revendez revendre ver 6.76 6.89 0.14 0.00 imp:pre:2p;ind:pre:2p; -revendicateur revendicateur adj m s 0.00 0.27 0.00 0.07 -revendicateurs revendicateur nom m p 0.00 0.07 0.00 0.07 -revendicatif revendicatif adj m s 0.00 0.27 0.00 0.07 -revendicatifs revendicatif adj m p 0.00 0.27 0.00 0.07 -revendication revendication nom f s 1.98 3.78 0.94 1.42 -revendications revendication nom f p 1.98 3.78 1.04 2.36 -revendicative revendicatif adj f s 0.00 0.27 0.00 0.07 -revendicatives revendicatif adj f p 0.00 0.27 0.00 0.07 -revendicatrice revendicateur adj f s 0.00 0.27 0.00 0.14 -revendicatrices revendicateur adj f p 0.00 0.27 0.00 0.07 -revendiqua revendiquer ver 2.89 5.07 0.01 0.07 ind:pas:3s; -revendiquai revendiquer ver 2.89 5.07 0.00 0.07 ind:pas:1s; -revendiquaient revendiquer ver 2.89 5.07 0.00 0.34 ind:imp:3p; -revendiquais revendiquer ver 2.89 5.07 0.02 0.20 ind:imp:1s;ind:imp:2s; -revendiquait revendiquer ver 2.89 5.07 0.03 0.61 ind:imp:3s; -revendiquant revendiquer ver 2.89 5.07 0.17 0.47 par:pre; -revendique revendiquer ver 2.89 5.07 0.73 0.74 imp:pre:2s;ind:pre:1s;ind:pre:3s; -revendiquent revendiquer ver 2.89 5.07 0.12 0.34 ind:pre:3p; -revendiquer revendiquer ver 2.89 5.07 0.82 1.42 inf; -revendiquera revendiquer ver 2.89 5.07 0.04 0.07 ind:fut:3s; -revendiquerais revendiquer ver 2.89 5.07 0.01 0.00 cnd:pre:2s; -revendiquerait revendiquer ver 2.89 5.07 0.00 0.07 cnd:pre:3s; -revendiquez revendiquer ver 2.89 5.07 0.02 0.14 imp:pre:2p;ind:pre:2p; -revendiquons revendiquer ver 2.89 5.07 0.02 0.14 imp:pre:1p;ind:pre:1p; -revendiquât revendiquer ver 2.89 5.07 0.00 0.07 sub:imp:3s; -revendiqué revendiquer ver m s 2.89 5.07 0.69 0.27 par:pas; -revendiquée revendiquer ver f s 2.89 5.07 0.20 0.07 par:pas; -revendis revendre ver 6.76 6.89 0.00 0.07 ind:pas:1s; -revendit revendre ver 6.76 6.89 0.00 0.47 ind:pas:3s; -revendra revendre ver 6.76 6.89 0.13 0.00 ind:fut:3s; -revendrai revendre ver 6.76 6.89 0.29 0.14 ind:fut:1s; -revendraient revendre ver 6.76 6.89 0.00 0.07 cnd:pre:3p; -revendrais revendre ver 6.76 6.89 0.13 0.00 cnd:pre:1s; -revendrait revendre ver 6.76 6.89 0.01 0.14 cnd:pre:3s; -revendre revendre ver 6.76 6.89 3.25 2.91 inf; -revendrons revendre ver 6.76 6.89 0.03 0.00 ind:fut:1p; -revendront revendre ver 6.76 6.89 0.03 0.00 ind:fut:3p; -revends revendre ver 6.76 6.89 0.34 0.27 imp:pre:2s;ind:pre:1s;ind:pre:2s; -revendu revendre ver m s 6.76 6.89 0.55 0.95 par:pas; -revendue revendre ver f s 6.76 6.89 0.12 0.14 par:pas; -revendues revendre ver f p 6.76 6.89 0.28 0.00 par:pas; -revendus revendre ver m p 6.76 6.89 0.14 0.27 par:pas; -revenez revenir ver 618.61 490.54 33.64 6.49 imp:pre:2p;ind:pre:2p; -reveniez revenir ver 618.61 490.54 1.13 0.54 ind:imp:2p;sub:pre:2p; -revenions revenir ver 618.61 490.54 0.80 2.03 ind:imp:1p; -revenir revenir ver 618.61 490.54 105.46 76.28 inf; -revenons revenir ver 618.61 490.54 8.01 4.59 imp:pre:1p;ind:pre:1p; -revente revente nom f s 0.28 0.34 0.27 0.20 -reventes revente nom f p 0.28 0.34 0.01 0.14 -revenu revenir ver m s 618.61 490.54 57.30 42.43 par:pas; -revenue revenir ver f s 618.61 490.54 23.46 19.32 par:pas; -revenues revenir ver f p 618.61 490.54 1.50 2.03 par:pas; -revenus revenir ver m p 618.61 490.54 8.69 9.46 par:pas; -reverdi reverdir ver m s 0.17 1.08 0.14 0.20 par:pas; -reverdie reverdir ver f s 0.17 1.08 0.00 0.20 par:pas; -reverdies reverdir ver f p 0.17 1.08 0.00 0.14 par:pas; -reverdir reverdir ver 0.17 1.08 0.02 0.20 inf; -reverdiront reverdir ver 0.17 1.08 0.00 0.07 ind:fut:3p; -reverdissaient reverdir ver 0.17 1.08 0.00 0.14 ind:imp:3p; -reverdit reverdir ver 0.17 1.08 0.02 0.14 ind:pre:3s; -reverni revernir ver m s 0.03 0.00 0.01 0.00 par:pas; -revernie reverni ver f s 0.01 0.07 0.01 0.07 par:pas; -revernir revernir ver 0.03 0.00 0.01 0.00 inf; -reverra revoir ver 162.83 139.46 14.31 3.24 ind:fut:3s; -reverrai revoir ver 162.83 139.46 9.07 4.05 ind:fut:1s; -reverraient revoir ver 162.83 139.46 0.03 0.88 cnd:pre:3p; -reverrais revoir ver 162.83 139.46 1.15 1.76 cnd:pre:1s;cnd:pre:2s; -reverrait revoir ver 162.83 139.46 1.09 3.38 cnd:pre:3s; -reverras revoir ver 162.83 139.46 5.30 0.95 ind:fut:2s; -reverrez revoir ver 162.83 139.46 2.74 0.47 ind:fut:2p; -reverrions revoir ver 162.83 139.46 0.40 0.27 cnd:pre:1p; -reverrons revoir ver 162.83 139.46 5.41 2.77 ind:fut:1p; -reverront revoir ver 162.83 139.46 0.55 0.74 ind:fut:3p; -revers revers nom m 3.60 25.00 3.60 25.00 -reversa reverser ver 0.48 1.22 0.00 0.27 ind:pas:3s; -reversaient reverser ver 0.48 1.22 0.01 0.00 ind:imp:3p; -reversait reverser ver 0.48 1.22 0.02 0.07 ind:imp:3s; -reversant reverser ver 0.48 1.22 0.00 0.07 par:pre; -reverse reverser ver 0.48 1.22 0.08 0.34 imp:pre:2s;ind:pre:3s; -reverser reverser ver 0.48 1.22 0.09 0.14 inf; -reverserait reverser ver 0.48 1.22 0.00 0.07 cnd:pre:3s; -reversez reverser ver 0.48 1.22 0.11 0.00 imp:pre:2p; -reversé reverser ver m s 0.48 1.22 0.17 0.27 par:pas; -reveuille revouloir ver 0.45 0.41 0.00 0.07 sub:pre:1s; -reveulent revouloir ver 0.45 0.41 0.02 0.07 ind:pre:3p; -reveux revouloir ver 0.45 0.41 0.24 0.07 ind:pre:1s;ind:pre:2s; -revida revider ver 0.00 0.14 0.00 0.07 ind:pas:3s; -revidèrent revider ver 0.00 0.14 0.00 0.07 ind:pas:3p; -reviendra revenir ver 618.61 490.54 34.48 11.62 ind:fut:3s; -reviendrai revenir ver 618.61 490.54 29.57 8.65 ind:fut:1s; -reviendraient revenir ver 618.61 490.54 0.99 1.96 cnd:pre:3p; -reviendrais revenir ver 618.61 490.54 5.80 1.76 cnd:pre:1s;cnd:pre:2s; -reviendrait revenir ver 618.61 490.54 5.18 11.76 cnd:pre:3s; -reviendras revenir ver 618.61 490.54 7.64 2.09 ind:fut:2s; -reviendrez revenir ver 618.61 490.54 4.05 2.64 ind:fut:2p; -reviendriez revenir ver 618.61 490.54 0.70 0.34 cnd:pre:2p; -reviendrions revenir ver 618.61 490.54 0.11 0.27 cnd:pre:1p; -reviendrons revenir ver 618.61 490.54 4.21 1.82 ind:fut:1p; -reviendront revenir ver 618.61 490.54 5.40 3.45 ind:fut:3p; -revienne revenir ver 618.61 490.54 14.99 7.57 sub:pre:1s;sub:pre:3s; -reviennent revenir ver 618.61 490.54 15.50 14.86 ind:pre:3p;sub:pre:3p; -reviennes revenir ver 618.61 490.54 3.25 0.95 sub:pre:2s; -reviens revenir ver 618.61 490.54 163.19 22.36 imp:pre:2s;ind:pre:1s;ind:pre:2s; -revient revenir ver 618.61 490.54 63.17 51.49 ind:pre:3s; -revigoraient revigorer ver 0.29 0.54 0.00 0.07 ind:imp:3p; -revigorant revigorant adj m s 0.28 0.74 0.28 0.20 -revigorante revigorant adj f s 0.28 0.74 0.01 0.41 -revigorantes revigorant adj f p 0.28 0.74 0.00 0.14 -revigore revigorer ver 0.29 0.54 0.04 0.07 ind:pre:3s; -revigorent revigorer ver 0.29 0.54 0.00 0.07 ind:pre:3p; -revigorer revigorer ver 0.29 0.54 0.11 0.07 inf; -revigoré revigorer ver m s 0.29 0.54 0.07 0.07 par:pas; -revigorée revigorer ver f s 0.29 0.54 0.01 0.07 par:pas; -revigorées revigorer ver f p 0.29 0.54 0.01 0.00 par:pas; -revinrent revenir ver 618.61 490.54 0.47 7.64 ind:pas:3p; -revins revenir ver 618.61 490.54 0.50 4.12 ind:pas:1s;ind:pas:2s; -revinssent revenir ver 618.61 490.54 0.00 0.07 sub:imp:3p; -revint revenir ver 618.61 490.54 2.24 70.41 ind:pas:3s; -revirement revirement nom m s 0.66 1.62 0.57 1.35 -revirements revirement nom m p 0.66 1.62 0.09 0.27 -revirent revoir ver 162.83 139.46 0.01 0.34 ind:pas:3p; -revirer revirer ver 0.01 0.34 0.01 0.00 inf; -revis revivre ver 10.37 20.68 1.16 4.86 imp:pre:2s;ind:pre:1s;ind:pre:2s; -revisita revisiter ver 0.21 0.61 0.00 0.07 ind:pas:3s; -revisite revisiter ver 0.21 0.61 0.02 0.00 ind:pre:3s; -revisitent revisiter ver 0.21 0.61 0.00 0.07 ind:pre:3p; -revisiter revisiter ver 0.21 0.61 0.16 0.14 inf; -revisité revisiter ver m s 0.21 0.61 0.02 0.14 par:pas; -revisitée revisiter ver f s 0.21 0.61 0.01 0.14 par:pas; -revissa revisser ver 0.15 0.27 0.00 0.07 ind:pas:3s; -revisse revisser ver 0.15 0.27 0.01 0.07 ind:pre:1s; -revisser revisser ver 0.15 0.27 0.00 0.07 inf; -revissé revisser ver m s 0.15 0.27 0.14 0.00 par:pas; -revissées revisser ver f p 0.15 0.27 0.00 0.07 par:pas; -revit revivre ver 10.37 20.68 0.70 1.01 ind:pre:3s; -revitalisant revitalisant adj m s 0.04 0.00 0.04 0.00 -revitalisation revitalisation nom f s 0.04 0.07 0.04 0.07 -revitalise revitaliser ver 0.19 0.00 0.03 0.00 imp:pre:2s;ind:pre:3s; -revitaliser revitaliser ver 0.19 0.00 0.15 0.00 inf; -revitalisera revitaliser ver 0.19 0.00 0.01 0.00 ind:fut:3s; -revivaient revivre ver 10.37 20.68 0.01 0.47 ind:imp:3p; -revivais revivre ver 10.37 20.68 0.03 0.47 ind:imp:1s;ind:imp:2s; -revivait revivre ver 10.37 20.68 0.28 2.23 ind:imp:3s; -revival revival nom m s 0.14 0.00 0.14 0.00 -revivant revivre ver 10.37 20.68 0.12 0.95 par:pre; -revive revivre ver 10.37 20.68 0.47 0.07 sub:pre:1s;sub:pre:3s; -revivent revivre ver 10.37 20.68 0.57 0.34 ind:pre:3p; -revivez revivre ver 10.37 20.68 0.14 0.00 imp:pre:2p;ind:pre:2p; -revivifiant revivifier ver 0.06 0.20 0.04 0.00 par:pre; -revivifie revivifier ver 0.06 0.20 0.01 0.07 ind:pre:1s;ind:pre:3s; -revivifier revivifier ver 0.06 0.20 0.01 0.00 inf; -revivifié revivifié adj m s 0.00 0.07 0.00 0.07 -revivifiée revivifier ver f s 0.06 0.20 0.00 0.07 par:pas; -revivifiées revivifier ver f p 0.06 0.20 0.00 0.07 par:pas; -revivions revivre ver 10.37 20.68 0.01 0.07 ind:imp:1p; -reviviscence reviviscence nom f s 0.00 0.07 0.00 0.07 -revivons revivre ver 10.37 20.68 0.02 0.00 ind:pre:1p; -revivra revivre ver 10.37 20.68 0.13 0.20 ind:fut:3s; -revivrai revivre ver 10.37 20.68 0.14 0.14 ind:fut:1s; -revivraient revivre ver 10.37 20.68 0.01 0.14 cnd:pre:3p; -revivrais revivre ver 10.37 20.68 0.04 0.00 cnd:pre:1s;cnd:pre:2s; -revivrait revivre ver 10.37 20.68 0.02 0.34 cnd:pre:3s; -revivras revivre ver 10.37 20.68 0.03 0.00 ind:fut:2s; -revivre revivre ver 10.37 20.68 6.04 8.45 inf; -revivrez revivre ver 10.37 20.68 0.05 0.00 ind:fut:2p; -revivrons revivre ver 10.37 20.68 0.14 0.07 ind:fut:1p; -revoici revoici pre 0.67 1.62 0.67 1.62 -revoie revoir ver 162.83 139.46 3.92 2.16 sub:pre:1s;sub:pre:3s; -revoient revoir ver 162.83 139.46 0.10 0.41 ind:pre:3p;sub:pre:3p; -revoies revoir ver 162.83 139.46 0.15 0.00 sub:pre:2s; -revoilà revoilà pre 7.56 3.04 7.56 3.04 -revoir revoir nom m s 262.05 36.01 262.05 36.01 -revois revoir ver 162.83 139.46 10.32 17.77 imp:pre:2s;ind:pre:1s;ind:pre:2s; -revoit revoir ver 162.83 139.46 5.92 5.81 ind:pre:3s; -revolait revoler ver 0.08 0.20 0.00 0.07 ind:imp:3s; -revole revoler ver 0.08 0.20 0.01 0.07 ind:pre:3s; -revolent revoler ver 0.08 0.20 0.00 0.07 ind:pre:3p; -revoler revoler ver 0.08 0.20 0.03 0.00 inf; -revolera revoler ver 0.08 0.20 0.02 0.00 ind:fut:3s; -revolé revoler ver m s 0.08 0.20 0.02 0.00 par:pas; -revolver revolver nom m s 30.74 25.20 28.05 23.31 -revolvers revolver nom m p 30.74 25.20 2.69 1.89 -revomir revomir ver 0.01 0.07 0.01 0.00 inf; -revomissant revomir ver 0.01 0.07 0.00 0.07 par:pre; -revoter revoter ver 0.03 0.00 0.03 0.00 inf; -revoulait revouloir ver 0.45 0.41 0.01 0.14 ind:imp:3s; -revoulez revouloir ver 0.45 0.41 0.14 0.00 ind:pre:2p; -revouloir revouloir ver 0.45 0.41 0.00 0.07 inf; -revoyaient revoir ver 162.83 139.46 0.00 0.34 ind:imp:3p; -revoyais revoir ver 162.83 139.46 0.96 4.73 ind:imp:1s;ind:imp:2s; -revoyait revoir ver 162.83 139.46 0.40 9.73 ind:imp:3s; -revoyant revoir ver 162.83 139.46 0.39 1.82 par:pre; -revoyez revoir ver 162.83 139.46 0.95 0.14 imp:pre:2p;ind:pre:2p; -revoyiez revoir ver 162.83 139.46 0.11 0.00 ind:imp:2p;sub:pre:2p; -revoyions revoir ver 162.83 139.46 0.18 0.14 ind:imp:1p; -revoyons revoir ver 162.83 139.46 1.44 0.41 imp:pre:1p;ind:pre:1p; -revoyure revoyure nom f s 0.28 0.47 0.28 0.47 -revu revoir ver m s 162.83 139.46 14.38 14.80 par:pas; -revêche revêche adj s 0.28 1.76 0.23 1.35 -revêches revêche adj p 0.28 1.76 0.05 0.41 -revécu revivre ver m s 10.37 20.68 0.27 0.27 par:pas; -revécue revivre ver f s 10.37 20.68 0.00 0.07 par:pas; -revécues revécu adj f p 0.00 0.07 0.00 0.07 -revécurent revivre ver 10.37 20.68 0.00 0.07 ind:pas:3p; -revécut revivre ver 10.37 20.68 0.00 0.41 ind:pas:3s; -revue revue nom f s 10.10 33.92 7.79 25.14 -revues revue nom f p 10.10 33.92 2.31 8.78 -revuistes revuiste nom p 0.01 0.00 0.01 0.00 -revérifier revérifier ver 0.67 0.00 0.57 0.00 inf; -revérifié revérifié adj m s 0.34 0.07 0.25 0.07 -revus revoir ver m p 162.83 139.46 2.02 3.31 par:pas; -revêt revêtir ver 2.68 26.08 0.25 2.09 ind:pre:3s; -revêtît revêtir ver 2.68 26.08 0.00 0.07 sub:imp:3s; -revêtaient revêtir ver 2.68 26.08 0.04 0.68 ind:imp:3p; -revêtais revêtir ver 2.68 26.08 0.00 0.20 ind:imp:1s; -revêtait revêtir ver 2.68 26.08 0.02 2.97 ind:imp:3s; -revêtant revêtir ver 2.68 26.08 0.01 0.88 par:pre; -revêtement revêtement nom m s 1.11 0.74 0.99 0.68 -revêtements revêtement nom m p 1.11 0.74 0.12 0.07 -revêtent revêtir ver 2.68 26.08 0.11 0.61 ind:pre:3p; -revêtez revêtir ver 2.68 26.08 0.32 0.07 imp:pre:2p; -revêtir revêtir ver 2.68 26.08 0.60 3.11 inf; -revêtira revêtir ver 2.68 26.08 0.02 0.14 ind:fut:3s; -revêtirait revêtir ver 2.68 26.08 0.00 0.41 cnd:pre:3s; -revêtirent revêtir ver 2.68 26.08 0.00 0.14 ind:pas:3p; -revêtiront revêtir ver 2.68 26.08 0.00 0.07 ind:fut:3p; -revêtis revêtir ver 2.68 26.08 0.01 0.20 ind:pas:1s; -revêtit revêtir ver 2.68 26.08 0.01 1.15 ind:pas:3s; -revêts revêtir ver 2.68 26.08 0.03 0.07 ind:pre:1s;ind:pre:2s; -revêtu revêtir ver m s 2.68 26.08 1.16 8.45 par:pas; -revêtue revêtir ver f s 2.68 26.08 0.02 2.36 par:pas; -revêtues revêtir ver f p 2.68 26.08 0.00 0.41 par:pas; -revêtus revêtir ver m p 2.68 26.08 0.07 2.03 par:pas; -rewrité rewriter ver m s 0.00 0.07 0.00 0.07 par:pas; -rex rex nom m 10.57 1.28 10.57 1.28 -rexiste rexiste adj f s 0.01 0.00 0.01 0.00 -rexistes rexiste nom p 0.00 0.07 0.00 0.07 -rez_de_chaussée rez_de_chaussée nom m 2.34 16.96 2.34 16.96 -rez_de_jardin rez_de_jardin nom m 0.01 0.00 0.01 0.00 -rez rez pre 0.36 0.34 0.36 0.34 -rezzou rezzou nom m s 0.00 0.20 0.00 0.07 -rezzous rezzou nom m p 0.00 0.20 0.00 0.14 -rhô rhô nom m 0.01 0.00 0.01 0.00 -rhabilla rhabiller ver 5.50 9.53 0.00 0.95 ind:pas:3s; -rhabillage rhabillage nom m s 0.01 0.00 0.01 0.00 -rhabillaient rhabiller ver 5.50 9.53 0.00 0.14 ind:imp:3p; -rhabillais rhabiller ver 5.50 9.53 0.03 0.00 ind:imp:1s;ind:imp:2s; -rhabillait rhabiller ver 5.50 9.53 0.01 0.20 ind:imp:3s; -rhabillant rhabiller ver 5.50 9.53 0.14 0.68 par:pre; -rhabille rhabiller ver 5.50 9.53 0.79 1.42 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:1s; -rhabillent rhabiller ver 5.50 9.53 0.00 0.20 ind:pre:3p; -rhabiller rhabiller ver 5.50 9.53 2.22 3.45 inf; -rhabilles rhabiller ver 5.50 9.53 0.28 0.14 ind:pre:2s; -rhabilleur rhabilleur nom m s 0.00 0.07 0.00 0.07 -rhabillez rhabiller ver 5.50 9.53 1.42 0.14 imp:pre:2p;ind:pre:2p; -rhabilliez rhabiller ver 5.50 9.53 0.01 0.00 ind:imp:2p; -rhabillons rhabiller ver 5.50 9.53 0.02 0.00 imp:pre:1p; -rhabillèrent rhabiller ver 5.50 9.53 0.00 0.20 ind:pas:3p; -rhabillé rhabiller ver m s 5.50 9.53 0.41 0.68 par:pas; -rhabillée rhabiller ver f s 5.50 9.53 0.17 0.74 par:pas; -rhabillées rhabiller ver f p 5.50 9.53 0.01 0.07 par:pas; -rhabillés rhabiller ver m p 5.50 9.53 0.00 0.54 par:pas; -rhapsodie rhapsodie nom f s 0.07 0.41 0.07 0.34 -rhapsodies rhapsodie nom f p 0.07 0.41 0.00 0.07 -rhingraves rhingrave nom m p 0.00 0.07 0.00 0.07 -rhinite rhinite nom f s 0.03 0.14 0.03 0.07 -rhinites rhinite nom f p 0.03 0.14 0.00 0.07 -rhino rhino nom m s 0.90 0.61 0.83 0.54 -rhinocéros rhinocéros nom m 2.51 2.50 2.51 2.50 -rhinoplastie rhinoplastie nom f s 0.23 0.00 0.23 0.00 -rhinos rhino nom m p 0.90 0.61 0.07 0.07 -rhinoscopie rhinoscopie nom f s 0.10 0.00 0.10 0.00 -rhizome rhizome nom m s 0.01 0.00 0.01 0.00 -rhizopus rhizopus nom m 0.04 0.00 0.04 0.00 -rho rho nom m s 0.06 0.00 0.06 0.00 -rhodamine rhodamine nom f s 0.01 0.00 0.01 0.00 -rhodanien rhodanien adj m s 0.00 0.14 0.00 0.14 -rhodia rhodia nom m s 0.00 0.07 0.00 0.07 -rhodium rhodium nom m s 0.04 0.00 0.04 0.00 -rhodo rhodo nom m s 0.00 0.07 0.00 0.07 -rhodoïd rhodoïd nom m s 0.00 0.14 0.00 0.14 -rhododendron rhododendron nom m s 0.06 0.81 0.02 0.07 -rhododendrons rhododendron nom m p 0.06 0.81 0.04 0.74 -rhombe rhombe nom m s 0.00 0.07 0.00 0.07 -rhomboïdal rhomboïdal adj m s 0.00 0.14 0.00 0.14 -rhomboïdes rhomboïde nom m p 0.00 0.07 0.00 0.07 -rhovyl rhovyl nom m s 0.00 0.07 0.00 0.07 -rhubarbe rhubarbe nom f s 0.26 6.55 0.26 6.49 -rhubarbes rhubarbe nom f p 0.26 6.55 0.00 0.07 -rhum rhum nom m s 6.29 12.70 6.29 12.70 -rhumatisant rhumatisant adj m s 0.14 0.61 0.00 0.34 -rhumatisante rhumatisant adj f s 0.14 0.61 0.14 0.07 -rhumatisants rhumatisant adj m p 0.14 0.61 0.00 0.20 -rhumatismal rhumatismal adj m s 0.03 0.20 0.00 0.07 -rhumatismale rhumatismal adj f s 0.03 0.20 0.03 0.07 -rhumatismales rhumatismal adj f p 0.03 0.20 0.00 0.07 -rhumatisme rhumatisme nom m s 2.31 3.78 0.96 0.95 -rhumatismes rhumatisme nom m p 2.31 3.78 1.35 2.84 -rhumatoïde rhumatoïde adj f s 0.01 0.00 0.01 0.00 -rhumatologie rhumatologie nom f s 0.16 0.00 0.16 0.00 -rhumatologue rhumatologue nom s 0.04 0.00 0.04 0.00 -rhumbs rhumb nom m p 0.00 0.14 0.00 0.14 -rhume rhume nom m s 8.17 5.61 7.72 4.93 -rhumerie rhumerie nom f s 0.03 0.14 0.03 0.14 -rhumes rhume nom m p 8.17 5.61 0.45 0.68 -rhénan rhénan adj m s 0.00 1.69 0.00 0.20 -rhénane rhénan adj f s 0.00 1.69 0.00 0.41 -rhénans rhénan adj m p 0.00 1.69 0.00 1.08 -rhéostat rhéostat nom m s 0.00 0.34 0.00 0.34 -rhésus rhésus nom m 0.37 0.14 0.37 0.14 -rhéteur rhéteur nom m s 0.00 0.47 0.00 0.20 -rhéteurs rhéteur nom m p 0.00 0.47 0.00 0.27 -rhétoricien rhétoricien adj m s 0.01 0.00 0.01 0.00 -rhétorique rhétorique nom f s 0.89 2.03 0.88 2.03 -rhétoriques rhétorique adj f p 0.48 0.47 0.04 0.20 -rhynchites rhynchite nom m p 0.00 0.07 0.00 0.07 -rhyolite rhyolite nom f s 0.02 0.00 0.02 0.00 -rhythm_n_blues rhythm_n_blues nom m 0.02 0.00 0.02 0.00 -rhythm_and_blues rhythm_and_blues nom m 0.08 0.00 0.08 0.00 -ri rire ver m s 140.25 320.54 8.22 15.00 par:pas; -ria ria nom f s 2.21 0.00 2.21 0.00 -riaient rire ver 140.25 320.54 1.60 12.70 ind:imp:3p; -riais rire ver 140.25 320.54 1.32 3.85 ind:imp:1s;ind:imp:2s; -riait rire ver 140.25 320.54 3.34 37.97 ind:imp:3s; -rial rial nom m s 0.04 0.00 0.01 0.00 -rials rial nom m p 0.04 0.00 0.03 0.00 -riant rire ver 140.25 320.54 1.89 41.96 par:pre; -riante riant adj f s 0.53 3.04 0.28 1.01 -riantes riant adj f p 0.53 3.04 0.10 0.34 -riants riant adj m p 0.53 3.04 0.00 0.34 -ribambelle ribambelle nom f s 0.82 2.36 0.81 1.82 -ribambelles ribambelle nom f p 0.82 2.36 0.01 0.54 -ribaud ribaud nom m s 0.15 0.47 0.14 0.07 -ribaude ribaud adj f s 1.06 0.27 0.68 0.14 -ribaudes ribaud adj f p 1.06 0.27 0.38 0.14 -ribauds ribaud nom m p 0.15 0.47 0.01 0.41 -ribes ribes nom m 0.14 0.00 0.14 0.00 -rible ribler ver 0.00 0.07 0.00 0.07 ind:pre:3s; -ribleur ribleur nom m s 0.00 0.07 0.00 0.07 -riboflavine riboflavine nom f s 0.05 0.00 0.05 0.00 -ribosomes ribosome nom m p 0.19 0.00 0.19 0.00 -ribot ribot nom m s 0.00 0.20 0.00 0.07 -ribote ribot nom f s 0.00 0.20 0.00 0.14 -riboter riboter ver 0.00 0.07 0.00 0.07 inf; -riboteur riboteur nom m s 0.01 0.00 0.01 0.00 -ribouis ribouis nom m 0.00 0.20 0.00 0.20 -riboulait ribouler ver 0.01 0.27 0.01 0.07 ind:imp:3s; -riboulant ribouler ver 0.01 0.27 0.00 0.14 par:pre; -riboulants riboulant adj m p 0.00 0.07 0.00 0.07 -ribouldingue ribouldingue nom f s 0.02 0.41 0.02 0.41 -ribouler ribouler ver 0.01 0.27 0.00 0.07 inf; -ric_à_rac ric_à_rac adv 0.00 0.20 0.00 0.20 -ric_rac ric_rac adv 0.04 0.47 0.04 0.47 -ric_et_rac ric_et_rac adv 0.00 0.61 0.00 0.61 -ricain ricain nom m s 2.55 1.08 0.33 0.14 -ricaine ricain adj f s 0.36 0.41 0.14 0.00 -ricaines ricain adj f p 0.36 0.41 0.01 0.00 -ricains ricain nom m p 2.55 1.08 2.22 0.88 -ricana ricaner ver 2.04 30.61 0.02 7.50 ind:pas:3s; -ricanai ricaner ver 2.04 30.61 0.00 0.14 ind:pas:1s; -ricanaient ricaner ver 2.04 30.61 0.02 0.68 ind:imp:3p; -ricanais ricaner ver 2.04 30.61 0.02 0.61 ind:imp:1s;ind:imp:2s; -ricanait ricaner ver 2.04 30.61 0.04 3.85 ind:imp:3s; -ricanant ricaner ver 2.04 30.61 0.03 4.12 par:pre; -ricanante ricanant adj f s 0.11 1.89 0.00 0.54 -ricanantes ricanant adj f p 0.11 1.89 0.10 0.47 -ricanants ricanant adj m p 0.11 1.89 0.00 0.27 -ricane ricaner ver 2.04 30.61 1.17 5.34 imp:pre:2s;ind:pre:1s;ind:pre:3s; -ricanement ricanement nom m s 0.39 10.14 0.27 6.96 -ricanements ricanement nom m p 0.39 10.14 0.12 3.18 -ricanent ricaner ver 2.04 30.61 0.08 0.81 ind:pre:3p; -ricaner ricaner ver 2.04 30.61 0.33 4.59 inf; -ricaneraient ricaner ver 2.04 30.61 0.00 0.07 cnd:pre:3p; -ricaneront ricaner ver 2.04 30.61 0.01 0.00 ind:fut:3p; -ricanes ricaner ver 2.04 30.61 0.20 0.20 ind:pre:2s; -ricaneur ricaneur nom m s 0.03 0.27 0.03 0.14 -ricaneurs ricaneur adj m p 0.00 0.68 0.00 0.34 -ricaneuse ricaneur adj f s 0.00 0.68 0.00 0.14 -ricanions ricaner ver 2.04 30.61 0.00 0.14 ind:imp:1p; -ricanèrent ricaner ver 2.04 30.61 0.00 0.47 ind:pas:3p; -ricané ricaner ver m s 2.04 30.61 0.12 2.09 par:pas;par:pas;par:pas; -ricassant ricasser ver 0.00 0.14 0.00 0.07 par:pre; -ricasser ricasser ver 0.00 0.14 0.00 0.07 inf; -richard richard adj m s 3.57 0.81 2.01 0.20 -richarde richard nom f s 2.05 1.08 0.01 0.00 -richards richard adj m p 3.57 0.81 1.56 0.61 -riche riche adj s 73.85 65.47 54.28 42.57 -richelieu richelieu nom m s 0.05 0.14 0.02 0.00 -richelieus richelieu nom m p 0.05 0.14 0.03 0.14 -richement richement adv 0.22 1.76 0.22 1.76 -riches riche adj p 73.85 65.47 19.57 22.91 -richesse richesse nom f s 13.21 22.16 8.44 14.66 -richesses richesse nom f p 13.21 22.16 4.76 7.50 -richissime richissime adj s 0.39 1.08 0.35 0.74 -richissimes richissime adj f p 0.39 1.08 0.04 0.34 -richomme richomme nom m s 0.00 0.74 0.00 0.74 -ricin ricin nom m s 0.28 0.47 0.28 0.47 -ricocha ricocher ver 0.70 2.16 0.00 0.27 ind:pas:3s; -ricochaient ricocher ver 0.70 2.16 0.20 0.14 ind:imp:3p; -ricochait ricocher ver 0.70 2.16 0.00 0.14 ind:imp:3s; -ricochant ricocher ver 0.70 2.16 0.00 0.41 par:pre; -ricoche ricocher ver 0.70 2.16 0.10 0.14 ind:pre:3s; -ricochent ricocher ver 0.70 2.16 0.04 0.41 ind:pre:3p; -ricocher ricocher ver 0.70 2.16 0.08 0.54 inf; -ricochet ricochet nom m s 1.03 2.09 0.44 0.74 -ricochets ricochet nom m p 1.03 2.09 0.59 1.35 -ricoché ricocher ver m s 0.70 2.16 0.27 0.14 par:pas; -ricotta ricotta nom f s 0.45 0.00 0.45 0.00 -rictus rictus nom m 0.25 6.35 0.25 6.35 -rida rider ver 2.06 3.99 0.00 0.34 ind:pas:3s; -ridaient rider ver 2.06 3.99 0.00 0.07 ind:imp:3p; -ridait rider ver 2.06 3.99 0.01 0.41 ind:imp:3s; -ridant rider ver 2.06 3.99 0.01 0.14 par:pre; -ride ride nom f s 4.20 24.26 1.18 3.51 -rideau rideau nom m s 19.11 84.53 10.81 43.65 -rideaux rideau nom m p 19.11 84.53 8.29 37.97 -ridelle rideau nom f s 19.11 84.53 0.01 0.81 -ridelles rideau nom f p 19.11 84.53 0.00 2.09 -rident rider ver 2.06 3.99 0.01 0.00 ind:pre:3p; -rider rider ver 2.06 3.99 1.05 0.47 inf; -rides ride nom f p 4.20 24.26 3.02 20.74 -ridicule ridicule adj s 61.57 45.54 57.05 36.49 -ridiculement ridiculement adv 0.30 2.57 0.30 2.57 -ridicules ridicule adj p 61.57 45.54 4.53 9.05 -ridiculisa ridiculiser ver 7.54 4.32 0.00 0.07 ind:pas:3s; -ridiculisaient ridiculiser ver 7.54 4.32 0.00 0.20 ind:imp:3p; -ridiculisais ridiculiser ver 7.54 4.32 0.01 0.14 ind:imp:1s; -ridiculisait ridiculiser ver 7.54 4.32 0.03 0.34 ind:imp:3s; -ridiculisant ridiculiser ver 7.54 4.32 0.02 0.34 par:pre; -ridiculisation ridiculisation nom f s 0.01 0.00 0.01 0.00 -ridiculise ridiculiser ver 7.54 4.32 1.16 0.34 imp:pre:2s;ind:pre:1s;ind:pre:3s; -ridiculisent ridiculiser ver 7.54 4.32 0.33 0.14 ind:pre:3p; -ridiculiser ridiculiser ver 7.54 4.32 3.02 1.69 inf; -ridiculisera ridiculiser ver 7.54 4.32 0.03 0.07 ind:fut:3s; -ridiculiserai ridiculiser ver 7.54 4.32 0.16 0.00 ind:fut:1s; -ridiculiserais ridiculiser ver 7.54 4.32 0.02 0.00 cnd:pre:1s; -ridiculiserait ridiculiser ver 7.54 4.32 0.01 0.07 cnd:pre:3s; -ridiculiseras ridiculiser ver 7.54 4.32 0.03 0.00 ind:fut:2s; -ridiculises ridiculiser ver 7.54 4.32 0.54 0.07 ind:pre:2s;sub:pre:2s; -ridiculisez ridiculiser ver 7.54 4.32 0.38 0.00 imp:pre:2p;ind:pre:2p; -ridiculisiez ridiculiser ver 7.54 4.32 0.01 0.00 ind:imp:2p; -ridiculisé ridiculiser ver m s 7.54 4.32 1.09 0.61 par:pas; -ridiculisée ridiculiser ver f s 7.54 4.32 0.51 0.07 par:pas; -ridiculisées ridiculiser ver f p 7.54 4.32 0.10 0.07 par:pas; -ridiculisés ridiculiser ver m p 7.54 4.32 0.10 0.14 par:pas; -ridiculités ridiculité nom f p 0.14 0.00 0.14 0.00 -ridé ridé adj m s 1.04 7.16 0.45 2.77 -ridée ridé adj f s 1.04 7.16 0.30 2.16 -ridées ridé adj f p 1.04 7.16 0.14 1.49 -ridule ridule nom f s 0.16 0.07 0.01 0.00 -ridules ridule nom f p 0.16 0.07 0.15 0.07 -ridés ridé adj m p 1.04 7.16 0.16 0.74 -rie rire ver 140.25 320.54 1.09 0.81 sub:pre:1s;sub:pre:3s; -riel riel nom m s 0.16 0.00 0.16 0.00 -rien rien pro_ind s 2374.91 1522.91 2374.91 1522.91 -riens rien nom_sup m p 7.26 24.19 0.62 3.38 -rient rire ver 140.25 320.54 5.17 5.54 ind:pre:3p; -ries rire ver 140.25 320.54 0.10 0.20 sub:pre:2s; -riesling riesling nom m s 0.71 0.20 0.71 0.20 -rieur rieur adj m s 0.45 4.93 0.41 2.84 -rieurs rieur adj m p 0.45 4.93 0.04 2.09 -rieuse rieux adj f s 0.07 4.12 0.06 3.24 -rieuses rieux adj f p 0.07 4.12 0.01 0.88 -riez rire ver 140.25 320.54 8.51 3.04 imp:pre:2p;ind:pre:2p; -rif rif nom m s 0.07 1.42 0.07 1.42 -rifain rifain nom m s 0.03 0.00 0.01 0.00 -rifains rifain nom m p 0.03 0.00 0.02 0.00 -riff riff nom m s 0.53 0.27 0.43 0.20 -riffaude riffauder ver 0.00 0.20 0.00 0.07 ind:pre:1s; -riffauder riffauder ver 0.00 0.20 0.00 0.07 inf; -riffaudé riffauder ver m s 0.00 0.20 0.00 0.07 par:pas; -riffs riff nom m p 0.53 0.27 0.10 0.07 -rififi rififi nom m s 0.09 0.47 0.09 0.47 -riflard riflard nom m s 0.01 0.41 0.01 0.41 -rifle rifle nom m s 0.12 0.74 0.02 0.74 -rifles rifle nom m p 0.12 0.74 0.10 0.00 -riflette riflette nom f s 0.00 0.61 0.00 0.61 -rift rift nom m s 0.03 0.20 0.03 0.20 -rigaudon rigaudon nom m s 0.01 0.07 0.01 0.00 -rigaudons rigaudon nom m p 0.01 0.07 0.00 0.07 -rigide rigide adj s 3.27 9.93 2.96 6.42 -rigidement rigidement adv 0.00 0.14 0.00 0.14 -rigides rigide adj p 3.27 9.93 0.32 3.51 -rigidifier rigidifier ver 0.01 0.00 0.01 0.00 inf; -rigidité rigidité nom f s 0.88 1.89 0.88 1.82 -rigidités rigidité nom f p 0.88 1.89 0.00 0.07 -rigodon rigodon nom m s 0.00 0.61 0.00 0.61 -rigola rigoler ver 47.56 33.85 0.02 1.42 ind:pas:3s; -rigolade rigolade nom f s 2.43 9.19 2.41 8.38 -rigolades rigolade nom f p 2.43 9.19 0.02 0.81 -rigolage rigolage nom m s 0.00 0.07 0.00 0.07 -rigolaient rigoler ver 47.56 33.85 0.47 0.74 ind:imp:3p; -rigolais rigoler ver 47.56 33.85 1.32 0.47 ind:imp:1s;ind:imp:2s; -rigolait rigoler ver 47.56 33.85 1.00 3.11 ind:imp:3s; -rigolant rigoler ver 47.56 33.85 0.23 2.64 par:pre; -rigolard rigolard adj m s 0.01 2.70 0.01 1.69 -rigolarde rigolard nom f s 0.01 0.34 0.01 0.00 -rigolardes rigolard adj f p 0.01 2.70 0.00 0.20 -rigolards rigolard adj m p 0.01 2.70 0.00 0.41 -rigole rigoler ver 47.56 33.85 12.08 6.42 imp:pre:2s;ind:pre:1s;ind:pre:3s; -rigolent rigoler ver 47.56 33.85 1.46 0.95 ind:pre:3p; -rigoler rigoler ver 47.56 33.85 10.48 9.80 inf; -rigolera rigoler ver 47.56 33.85 0.19 0.54 ind:fut:3s; -rigolerai rigoler ver 47.56 33.85 0.17 0.00 ind:fut:1s; -rigoleraient rigoler ver 47.56 33.85 0.03 0.07 cnd:pre:3p; -rigolerais rigoler ver 47.56 33.85 0.28 0.07 cnd:pre:1s;cnd:pre:2s; -rigolerait rigoler ver 47.56 33.85 0.07 0.27 cnd:pre:3s; -rigoleras rigoler ver 47.56 33.85 0.24 0.07 ind:fut:2s; -rigolerez rigoler ver 47.56 33.85 0.03 0.00 ind:fut:2p; -rigoleront rigoler ver 47.56 33.85 0.02 0.00 ind:fut:3p; -rigoles rigoler ver 47.56 33.85 13.56 3.31 ind:pre:2s;sub:pre:2s; -rigoleur rigoleur adj m s 0.00 0.07 0.00 0.07 -rigolez rigoler ver 47.56 33.85 3.90 0.68 imp:pre:2p;ind:pre:2p; -rigoliez rigoler ver 47.56 33.85 0.07 0.07 ind:imp:2p; -rigolions rigoler ver 47.56 33.85 0.01 0.07 ind:imp:1p; -rigollot rigollot nom m s 0.00 0.07 0.00 0.07 -rigolo rigolo adj m s 6.25 3.85 5.00 2.64 -rigolons rigoler ver 47.56 33.85 0.11 0.07 imp:pre:1p;ind:pre:1p; -rigolos rigolo nom m p 3.99 2.30 1.17 0.88 -rigolote rigolo adj f s 6.25 3.85 0.73 0.27 -rigolotes rigolo adj f p 6.25 3.85 0.23 0.14 -rigolèrent rigoler ver 47.56 33.85 0.00 0.34 ind:pas:3p; -rigolé rigoler ver m s 47.56 33.85 1.82 2.77 par:pas; -rigorisme rigorisme nom m s 0.00 0.20 0.00 0.20 -rigoriste rigoriste adj f s 0.14 0.20 0.14 0.20 -rigoristes rigoriste nom p 0.00 0.07 0.00 0.07 -rigoureuse rigoureux adj f s 1.94 8.31 0.27 3.38 -rigoureusement rigoureusement adv 0.23 4.73 0.23 4.73 -rigoureuses rigoureux adj f p 1.94 8.31 0.17 1.55 -rigoureux rigoureux adj m 1.94 8.31 1.50 3.38 -rigueur rigueur nom f s 4.87 40.34 4.72 37.77 -rigueurs rigueur nom f p 4.87 40.34 0.15 2.57 -riiez rire ver 140.25 320.54 0.00 0.14 ind:imp:2p; -riions rire ver 140.25 320.54 0.00 1.15 ind:imp:1p; -rikiki rikiki adj m s 0.09 2.97 0.09 2.97 -rillettes rillettes nom f p 0.17 2.43 0.17 2.43 -rillons rillons nom m p 0.00 0.41 0.00 0.41 -rima rimer ver 6.89 5.27 0.00 0.34 ind:pas:3s; -rimaient rimer ver 6.89 5.27 0.02 0.20 ind:imp:3p; -rimaillerie rimaillerie nom f s 0.00 0.07 0.00 0.07 -rimailles rimailler ver 0.01 0.07 0.01 0.07 ind:pre:2s; -rimailleur rimailleur nom m s 0.01 0.07 0.01 0.00 -rimailleurs rimailleur nom m p 0.01 0.07 0.00 0.07 -rimait rimer ver 6.89 5.27 0.28 1.08 ind:imp:3s; -rimante rimant adj f s 0.00 0.07 0.00 0.07 -rimaye rimaye nom f s 0.01 0.00 0.01 0.00 -rimbaldien rimbaldien adj m s 0.00 0.07 0.00 0.07 -rime rimer ver 6.89 5.27 5.66 2.36 imp:pre:2s;ind:pre:3s; -riment rimer ver 6.89 5.27 0.50 0.20 ind:pre:3p; -rimer rimer ver 6.89 5.27 0.15 0.27 inf; -rimes rime nom f p 3.08 2.16 1.75 1.22 -rimeur rimeur nom m s 0.04 0.00 0.02 0.00 -rimeurs rimeur nom m p 0.04 0.00 0.01 0.00 -rimeuse rimeur nom f s 0.04 0.00 0.01 0.00 -rimez rimer ver 6.89 5.27 0.03 0.07 imp:pre:2p;ind:pre:2p; -rimions rimer ver 6.89 5.27 0.00 0.07 ind:imp:1p; -rimmel rimmel nom m s 0.16 3.04 0.16 3.04 -rimé rimer ver m s 6.89 5.27 0.22 0.27 par:pas; -rimée rimer ver f s 6.89 5.27 0.00 0.20 par:pas; -rimés rimer ver m p 6.89 5.27 0.01 0.20 par:pas; -rince_bouche rince_bouche nom m 0.03 0.00 0.03 0.00 -rince_doigts rince_doigts nom m 0.08 0.27 0.08 0.27 -rince rincer ver 4.46 11.15 1.29 2.03 imp:pre:2s;ind:pre:1s;ind:pre:3s; -rinceau rinceau nom m s 0.00 0.68 0.00 0.07 -rinceaux rinceau nom m p 0.00 0.68 0.00 0.61 -rincent rincer ver 4.46 11.15 0.16 0.34 ind:pre:3p; -rincer rincer ver 4.46 11.15 1.86 3.18 inf; -rincera rincer ver 4.46 11.15 0.01 0.00 ind:fut:3s; -rincerai rincer ver 4.46 11.15 0.10 0.07 ind:fut:1s; -rinceraient rincer ver 4.46 11.15 0.00 0.07 cnd:pre:3p; -rinces rincer ver 4.46 11.15 0.28 0.07 ind:pre:2s; -rincette rincette nom f s 0.00 0.27 0.00 0.27 -rinceur rinceur nom m s 0.00 0.07 0.00 0.07 -rincez rincer ver 4.46 11.15 0.27 0.07 imp:pre:2p;ind:pre:2p; -rincèrent rincer ver 4.46 11.15 0.00 0.07 ind:pas:3p; -rincé rincer ver m s 4.46 11.15 0.18 1.28 par:pas; -rincée rincer ver f s 4.46 11.15 0.02 0.20 par:pas; -rincées rincer ver f p 4.46 11.15 0.02 0.07 par:pas; -rincés rincer ver m p 4.46 11.15 0.14 0.68 par:pas; -rinforzando rinforzando adv 0.00 0.07 0.00 0.07 -ring ring nom m s 6.49 4.66 6.19 4.39 -ringard ringard adj m s 2.94 1.42 1.99 0.88 -ringarde ringard adj f s 2.94 1.42 0.27 0.27 -ringardes ringard adj f p 2.94 1.42 0.39 0.00 -ringardise ringardise nom f s 0.06 0.14 0.04 0.14 -ringardises ringardise nom f p 0.06 0.14 0.01 0.00 -ringards ringard nom m p 2.54 0.95 0.64 0.20 -rings ring nom m p 6.49 4.66 0.29 0.27 -rink rink nom m s 0.14 2.84 0.14 2.84 -rinker rinker ver 0.02 0.00 0.02 0.00 inf; -rinça rincer ver 4.46 11.15 0.00 1.15 ind:pas:3s; -rinçage rinçage nom m s 0.43 0.74 0.28 0.68 -rinçages rinçage nom m p 0.43 0.74 0.14 0.07 -rinçaient rincer ver 4.46 11.15 0.00 0.07 ind:imp:3p; -rinçais rincer ver 4.46 11.15 0.01 0.14 ind:imp:1s;ind:imp:2s; -rinçait rincer ver 4.46 11.15 0.01 1.42 ind:imp:3s; -rinçant rincer ver 4.46 11.15 0.11 0.27 par:pre; -rioja rioja nom m s 0.01 0.00 0.01 0.00 -rions rire ver 140.25 320.54 0.63 1.49 imp:pre:1p;ind:pre:1p; -ripa riper ver 0.35 0.81 0.00 0.07 ind:pas:3s; -ripaillait ripailler ver 0.14 0.81 0.00 0.07 ind:imp:3s; -ripaille ripailler ver 0.14 0.81 0.14 0.20 ind:pre:3s; -ripailler ripailler ver 0.14 0.81 0.00 0.20 inf; -ripailles ripaille nom f p 0.20 1.62 0.14 0.54 -ripaillons ripailler ver 0.14 0.81 0.00 0.07 ind:pre:1p; -ripaillé ripailler ver m s 0.14 0.81 0.00 0.27 par:pas; -ripant riper ver 0.35 0.81 0.00 0.14 par:pre; -ripaton ripaton nom m s 0.01 0.20 0.00 0.07 -ripatons ripaton nom m p 0.01 0.20 0.01 0.14 -ripe ripe nom f s 0.18 0.27 0.18 0.27 -riper riper ver 0.35 0.81 0.03 0.34 inf; -ripes riper ver 0.35 0.81 0.14 0.00 ind:pre:2s; -ripeur ripeur nom m s 0.00 0.07 0.00 0.07 -ripolin ripolin nom m s 0.00 0.41 0.00 0.41 -ripoliner ripoliner ver 0.00 1.55 0.00 0.07 inf; -ripolines ripoliner ver 0.00 1.55 0.00 0.07 ind:pre:2s; -ripoliné ripoliner ver m s 0.00 1.55 0.00 0.41 par:pas; -ripolinée ripoliner ver f s 0.00 1.55 0.00 0.54 par:pas; -ripolinées ripoliner ver f p 0.00 1.55 0.00 0.27 par:pas; -ripolinés ripoliner ver m p 0.00 1.55 0.00 0.20 par:pas; -riposta riposter ver 3.61 5.34 0.01 1.55 ind:pas:3s; -ripostai riposter ver 3.61 5.34 0.00 0.20 ind:pas:1s; -ripostaient riposter ver 3.61 5.34 0.01 0.07 ind:imp:3p; -ripostais riposter ver 3.61 5.34 0.01 0.07 ind:imp:1s; -ripostait riposter ver 3.61 5.34 0.00 0.41 ind:imp:3s; -ripostant riposter ver 3.61 5.34 0.03 0.14 par:pre; -riposte riposte nom f s 1.75 2.97 1.70 2.64 -ripostent riposter ver 3.61 5.34 0.21 0.07 ind:pre:3p; -riposter riposter ver 3.61 5.34 1.41 1.28 inf; -ripostera riposter ver 3.61 5.34 0.05 0.00 ind:fut:3s; -riposterai riposter ver 3.61 5.34 0.19 0.00 ind:fut:1s; -riposterez riposter ver 3.61 5.34 0.02 0.00 ind:fut:2p; -riposterons riposter ver 3.61 5.34 0.05 0.00 ind:fut:1p; -riposteront riposter ver 3.61 5.34 0.08 0.00 ind:fut:3p; -ripostes riposte nom f p 1.75 2.97 0.05 0.34 -ripostez riposter ver 3.61 5.34 0.14 0.00 imp:pre:2p;ind:pre:2p; -ripostions riposter ver 3.61 5.34 0.01 0.00 ind:imp:1p; -ripostons riposter ver 3.61 5.34 0.05 0.00 imp:pre:1p;ind:pre:1p; -riposté riposter ver m s 3.61 5.34 0.60 1.01 par:pas; -ripou ripou adj s 0.66 0.27 0.66 0.27 -ripoux ripoux nom m p 1.54 0.00 1.54 0.00 -ripper ripper nom m s 0.31 0.00 0.31 0.00 -ripé riper ver m s 0.35 0.81 0.19 0.27 par:pas; -ripuaire ripuaire adj s 0.00 0.07 0.00 0.07 -riquiqui riquiqui adj 0.50 0.68 0.50 0.68 -rira rire ver 140.25 320.54 2.99 0.74 ind:fut:3s; -rirai rire ver 140.25 320.54 0.88 0.47 ind:fut:1s; -riraient rire ver 140.25 320.54 0.07 0.27 cnd:pre:3p; -rirais rire ver 140.25 320.54 0.66 0.34 cnd:pre:1s;cnd:pre:2s; -rirait rire ver 140.25 320.54 0.20 0.81 cnd:pre:3s; -riras rire ver 140.25 320.54 0.80 0.07 ind:fut:2s; -rire rire ver 140.25 320.54 63.29 144.19 inf; -rirent rire ver 140.25 320.54 0.01 2.57 ind:pas:3p; -rires rire nom m p 38.88 155.47 16.09 42.91 -rirez rire ver 140.25 320.54 0.60 0.14 ind:fut:2p; -rirons rire ver 140.25 320.54 0.23 0.34 ind:fut:1p; -riront rire ver 140.25 320.54 0.30 0.14 ind:fut:3p; -ris rire ver 140.25 320.54 20.86 8.65 imp:pre:2s;ind:pre:1s;ind:pre:2s; -rise ris nom f s 1.74 0.34 0.24 0.00 -riser riser nom m s 0.06 0.00 0.06 0.00 -risette risette nom f s 0.75 1.08 0.70 0.81 -risettes risette nom f p 0.75 1.08 0.05 0.27 -risibilité risibilité nom f s 0.01 0.14 0.01 0.14 -risible risible adj s 1.05 3.45 0.88 2.70 -risiblement risiblement adv 0.00 0.07 0.00 0.07 -risibles risible adj p 1.05 3.45 0.17 0.74 -risorius risorius nom m 0.01 0.14 0.01 0.14 -risotto risotto nom m s 0.54 0.07 0.54 0.07 -risqua risquer ver 100.40 99.32 0.45 3.58 ind:pas:3s; -risquai risquer ver 100.40 99.32 0.00 0.81 ind:pas:1s; -risquaient risquer ver 100.40 99.32 0.68 4.66 ind:imp:3p; -risquais risquer ver 100.40 99.32 0.92 3.51 ind:imp:1s;ind:imp:2s; -risquait risquer ver 100.40 99.32 2.59 21.62 ind:imp:3s; -risquant risquer ver 100.40 99.32 0.99 1.82 par:pre; -risque_tout risque_tout adj 0.00 0.07 0.00 0.07 -risque risque nom m s 69.33 50.27 45.98 30.27 -risquent risquer ver 100.40 99.32 4.59 3.85 ind:pre:3p; -risquer risquer ver 100.40 99.32 13.06 14.19 inf; -risquera risquer ver 100.40 99.32 0.38 0.54 ind:fut:3s; -risquerai risquer ver 100.40 99.32 0.30 0.14 ind:fut:1s; -risqueraient risquer ver 100.40 99.32 0.45 0.81 cnd:pre:3p; -risquerais risquer ver 100.40 99.32 1.47 0.88 cnd:pre:1s;cnd:pre:2s; -risquerait risquer ver 100.40 99.32 1.59 3.11 cnd:pre:3s; -risqueras risquer ver 100.40 99.32 0.03 0.07 ind:fut:2s; -risquerez risquer ver 100.40 99.32 0.17 0.07 ind:fut:2p; -risqueriez risquer ver 100.40 99.32 0.32 0.41 cnd:pre:2p; -risquerions risquer ver 100.40 99.32 0.09 0.14 cnd:pre:1p; -risquerons risquer ver 100.40 99.32 0.00 0.07 ind:fut:1p; -risqueront risquer ver 100.40 99.32 0.12 0.20 ind:fut:3p; -risques risque nom m p 69.33 50.27 23.36 20.00 -risquez risquer ver 100.40 99.32 7.54 1.96 imp:pre:2p;ind:pre:2p; -risquiez risquer ver 100.40 99.32 0.20 0.61 ind:imp:2p; -risquions risquer ver 100.40 99.32 0.06 0.74 ind:imp:1p; -risquons risquer ver 100.40 99.32 1.80 0.95 imp:pre:1p;ind:pre:1p; -risquât risquer ver 100.40 99.32 0.00 0.54 sub:imp:3s; -risqué risquer ver m s 100.40 99.32 10.77 5.00 par:pas; -risquée risqué adj f s 8.29 2.70 0.47 0.68 -risquées risqué adj f p 8.29 2.70 0.13 0.27 -risqués risqué adj m p 8.29 2.70 0.08 0.20 -rissolaient rissoler ver 0.01 0.74 0.00 0.14 ind:imp:3p; -rissolait rissoler ver 0.01 0.74 0.00 0.07 ind:imp:3s; -rissole rissole nom f s 0.02 0.34 0.00 0.14 -rissolent rissoler ver 0.01 0.74 0.00 0.14 ind:pre:3p; -rissoler rissoler ver 0.01 0.74 0.01 0.27 inf; -rissoles rissole nom f p 0.02 0.34 0.02 0.20 -rissolé rissoler ver m s 0.01 0.74 0.00 0.07 par:pas; -rissolée rissolé adj f s 0.03 0.34 0.00 0.07 -rissolées rissolé adj f p 0.03 0.34 0.03 0.20 -rissolés rissolé adj m p 0.03 0.34 0.00 0.07 -ristournait ristourner ver 0.14 0.07 0.00 0.07 ind:imp:3s; -ristourne ristourne nom f s 0.54 0.54 0.50 0.54 -ristournes ristourne nom f p 0.54 0.54 0.04 0.00 -risée risée nom f s 2.22 2.50 2.12 1.76 -risées risée nom f p 2.22 2.50 0.10 0.74 -rit rire ver 140.25 320.54 17.47 37.70 ind:pre:3s;ind:pas:3s; -rital rital nom m s 2.66 3.51 1.36 2.09 -ritale rital nom f s 2.66 3.51 0.14 0.34 -ritales rital nom f p 2.66 3.51 0.00 0.14 -ritals rital nom m p 2.66 3.51 1.16 0.95 -rite rite nom m s 5.43 17.84 3.77 8.45 -rites rite nom m p 5.43 17.84 1.66 9.39 -ritournelle ritournelle nom f s 0.03 2.03 0.01 1.28 -ritournelles ritournelle nom f p 0.03 2.03 0.02 0.74 -rittes rittes nom f p 0.00 0.07 0.00 0.07 -ritualisa ritualiser ver 0.01 0.14 0.00 0.07 ind:pas:3s; -ritualisation ritualisation nom f s 0.00 0.07 0.00 0.07 -ritualiste ritualiste adj m s 0.16 0.00 0.01 0.00 -ritualistes ritualiste adj m p 0.16 0.00 0.15 0.00 -ritualisé ritualiser ver m s 0.01 0.14 0.01 0.00 par:pas; -ritualisés ritualiser ver m p 0.01 0.14 0.00 0.07 par:pas; -rituel rituel nom m s 8.82 6.22 7.03 5.54 -rituelle rituel adj f s 3.29 12.97 0.45 4.73 -rituellement rituellement adv 0.14 1.76 0.14 1.76 -rituelles rituel adj f p 3.29 12.97 0.39 2.23 -rituels rituel nom m p 8.82 6.22 1.79 0.68 -riva river ver 3.47 10.88 0.02 0.47 ind:pas:3s; -rivage rivage nom m s 5.46 17.23 4.38 12.36 -rivages rivage nom m p 5.46 17.23 1.08 4.86 -rivaient river ver 3.47 10.88 0.00 0.20 ind:imp:3p; -rivais river ver 3.47 10.88 0.00 0.07 ind:imp:1s; -rivait river ver 3.47 10.88 0.00 0.61 ind:imp:3s; -rival rival nom m s 4.75 10.20 2.68 4.80 -rivale rival nom f s 4.75 10.20 1.23 2.97 -rivales rival adj f p 1.34 4.05 0.44 1.96 -rivalisaient rivaliser ver 1.99 4.39 0.04 1.15 ind:imp:3p; -rivalisait rivaliser ver 1.99 4.39 0.12 0.54 ind:imp:3s; -rivalisant rivaliser ver 1.99 4.39 0.08 0.20 par:pre; -rivalise rivaliser ver 1.99 4.39 0.20 0.20 ind:pre:1s;ind:pre:3s; -rivalisent rivaliser ver 1.99 4.39 0.10 0.41 ind:pre:3p; -rivaliser rivaliser ver 1.99 4.39 1.40 1.55 inf; -rivalisera rivaliser ver 1.99 4.39 0.03 0.00 ind:fut:3s; -rivaliserait rivaliser ver 1.99 4.39 0.01 0.00 cnd:pre:3s; -rivalisèrent rivaliser ver 1.99 4.39 0.00 0.27 ind:pas:3p; -rivalisé rivaliser ver m s 1.99 4.39 0.01 0.07 par:pas; -rivalité rivalité nom f s 2.25 4.93 1.58 2.97 -rivalités rivalité nom f p 2.25 4.93 0.67 1.96 -rivant river ver 3.47 10.88 0.00 0.20 par:pre; -rivaux rival nom m p 4.75 10.20 0.69 1.76 -rive rive nom f s 7.92 46.15 6.03 35.14 -river river ver 3.47 10.88 2.70 1.15 inf; -riverain riverain nom m s 0.36 0.81 0.00 0.07 -riveraines riverain adj f p 0.00 0.47 0.00 0.27 -riverains riverain nom m p 0.36 0.81 0.36 0.74 -riverait river ver 3.47 10.88 0.00 0.07 cnd:pre:3s; -rives rive nom f p 7.92 46.15 1.89 11.01 -rivet rivet nom m s 0.56 1.08 0.35 0.14 -rivetage rivetage nom m s 0.01 0.20 0.01 0.20 -riveteuse riveteur nom f s 0.01 0.00 0.01 0.00 -riveteuse riveteuse nom f s 0.01 0.00 0.01 0.00 -rivets rivet nom m p 0.56 1.08 0.22 0.95 -rivette riveter ver 0.16 0.27 0.14 0.00 imp:pre:2s; -riveté riveter ver m s 0.16 0.27 0.00 0.07 par:pas; -rivetées riveter ver f p 0.16 0.27 0.03 0.20 par:pas; -riviera riviera nom f s 0.00 0.14 0.00 0.07 -rivieras riviera nom f p 0.00 0.14 0.00 0.07 -rivière rivière nom f s 32.73 43.72 28.17 36.49 -rivières rivière nom f p 32.73 43.72 4.56 7.23 -rivoir rivoir nom m s 0.01 0.27 0.01 0.27 -rivé river ver m s 3.47 10.88 0.22 3.24 par:pas; -rivée river ver f s 3.47 10.88 0.02 1.08 par:pas; -rivées river ver f p 3.47 10.88 0.00 0.47 par:pas; -rivés river ver m p 3.47 10.88 0.49 2.64 par:pas; -rixdales rixdale nom f p 0.00 0.07 0.00 0.07 -rixe rixe nom f s 0.84 2.16 0.80 1.28 -rixes rixe nom f p 0.84 2.16 0.04 0.88 -riz_minute riz_minute nom m 0.00 0.07 0.00 0.07 -riz_pain_sel riz_pain_sel nom m s 0.00 0.07 0.00 0.07 -riz riz nom m 18.49 17.70 18.49 17.70 -rizière rizière nom f s 6.45 3.78 5.30 1.15 -rizières rizière nom f p 6.45 3.78 1.15 2.64 -roadster roadster nom m s 0.03 0.27 0.03 0.27 -roast_beef roast_beef nom m s 0.16 0.00 0.14 0.00 -roast_beef roast_beef nom m s 0.16 0.00 0.02 0.00 -robe robe nom f s 84.43 148.18 72.72 111.96 -rober rober ver 0.02 0.00 0.02 0.00 inf; -robert robert nom m s 1.51 1.49 1.44 0.27 -roberts robert nom m p 1.51 1.49 0.07 1.22 -robes robe nom f p 84.43 148.18 11.71 36.22 -robette robette nom f s 0.00 0.07 0.00 0.07 -robin robin nom m s 0.41 0.34 0.03 0.07 -robinet robinet nom m s 5.89 18.24 5.12 13.65 -robinets robinet nom m p 5.89 18.24 0.77 4.59 -robinetterie robinetterie nom f s 0.03 0.27 0.03 0.27 -robiniers robinier nom m p 0.00 0.07 0.00 0.07 -robins robin nom m p 0.41 0.34 0.38 0.27 -robinsonnade robinsonnade nom m s 0.00 0.07 0.00 0.07 -robinsons robinson nom m p 0.00 0.20 0.00 0.20 -râble râble nom m s 0.01 1.96 0.01 1.96 -roblot roblot nom m s 0.00 1.15 0.00 1.15 -râblé râblé adj m s 0.01 1.82 0.01 1.28 -râblée râblé adj f s 0.01 1.82 0.00 0.07 -râblés râblé adj m p 0.01 1.82 0.00 0.47 -roboratif roboratif adj m s 0.00 0.54 0.00 0.34 -roborative roboratif adj f s 0.00 0.54 0.00 0.07 -roboratives roboratif adj f p 0.00 0.54 0.00 0.14 -robot robot nom m s 22.89 3.18 14.97 1.69 -robotique robotique nom f s 0.72 0.00 0.69 0.00 -robotiques robotique nom f p 0.72 0.00 0.04 0.00 -robotisé robotiser ver m s 0.10 0.20 0.07 0.07 par:pas; -robotisée robotiser ver f s 0.10 0.20 0.01 0.07 par:pas; -robotisées robotiser ver f p 0.10 0.20 0.01 0.07 par:pas; -robots robot nom m p 22.89 3.18 7.92 1.49 -roburite roburite nom f s 0.00 0.07 0.00 0.07 -robuste robuste adj s 2.90 10.07 2.14 7.03 -robustement robustement adv 0.00 0.14 0.00 0.14 -robustes robuste adj p 2.90 10.07 0.76 3.04 -robustesse robustesse nom f s 0.17 0.81 0.17 0.81 -roc roc nom m s 3.58 11.76 3.37 7.50 -rocade rocade nom f s 0.27 0.27 0.27 0.20 -rocades rocade nom f p 0.27 0.27 0.00 0.07 -rocaille rocaille nom f s 0.16 2.16 0.16 1.28 -rocailles rocaille nom f p 0.16 2.16 0.00 0.88 -rocailleuse rocailleux adj f s 0.17 3.18 0.07 1.22 -rocailleuses rocailleux adj f p 0.17 3.18 0.00 0.07 -rocailleux rocailleux adj m 0.17 3.18 0.10 1.89 -rocaillé rocailler ver m s 0.00 0.07 0.00 0.07 par:pas; -rocambole rocambole nom f s 0.00 0.41 0.00 0.41 -rocambolesque rocambolesque adj s 0.18 0.41 0.18 0.27 -rocambolesques rocambolesque adj p 0.18 0.41 0.00 0.14 -rochas rocher ver 0.08 0.47 0.00 0.34 ind:pas:2s; -rochassier rochassier nom m s 0.00 0.07 0.00 0.07 -roche roche nom f s 5.81 23.38 3.68 14.12 -rochelle rochelle nom f s 0.74 0.00 0.74 0.00 -rocher rocher nom m s 16.97 39.53 10.37 17.50 -rochers rocher nom m p 16.97 39.53 6.61 22.03 -roches roche nom f p 5.81 23.38 2.13 9.26 -rochet rochet nom m s 0.01 0.14 0.01 0.14 -rocheuse rocheux adj f s 1.06 10.00 0.17 2.64 -rocheuses rocheux adj f p 1.06 10.00 0.73 2.70 -rocheux rocheux adj m 1.06 10.00 0.16 4.66 -rochiers rochier nom m p 0.00 0.07 0.00 0.07 -roché rocher ver m s 0.08 0.47 0.01 0.00 par:pas; -rock_n_roll rock_n_roll nom m 0.19 0.14 0.19 0.14 -rock_n_roll rock_n_roll nom m s 0.01 0.00 0.01 0.00 -rock rock nom m s 22.11 20.00 21.47 19.59 -rocker rocker nom s 1.52 2.91 0.86 1.15 -rockers rocker nom p 1.52 2.91 0.66 1.76 -rocket rocket nom m s 1.40 0.07 1.04 0.07 -rockets rocket nom m p 1.40 0.07 0.35 0.00 -rockeur rockeur nom m s 0.30 0.14 0.11 0.07 -rockeurs rockeur nom m p 0.30 0.14 0.05 0.00 -rockeuse rockeur nom f s 0.30 0.14 0.14 0.07 -rocking_chair rocking_chair nom m s 0.36 1.15 0.28 0.95 -rocking_chair rocking_chair nom m p 0.36 1.15 0.01 0.20 -rocking_chair rocking_chair nom m s 0.36 1.15 0.06 0.00 -rocks rock nom m p 22.11 20.00 0.64 0.41 -rococo rococo nom m s 0.14 0.20 0.13 0.07 -rococos rococo nom m p 0.14 0.20 0.01 0.14 -rocs roc nom m p 3.58 11.76 0.21 4.26 -rodage rodage nom m s 0.32 0.41 0.32 0.34 -rodages rodage nom m p 0.32 0.41 0.00 0.07 -rodait roder ver 1.35 1.76 0.17 0.07 ind:imp:3s; -rode roder ver 1.35 1.76 0.40 0.00 ind:pre:1s;ind:pre:3s; -rodeo rodeo nom m s 0.23 0.00 0.23 0.00 -roder roder ver 1.35 1.76 0.30 0.34 inf; -roderait roder ver 1.35 1.76 0.00 0.07 cnd:pre:3s; -rodomontades rodomontade nom f p 0.01 0.47 0.01 0.47 -rodé roder ver m s 1.35 1.76 0.13 0.47 par:pas; -rodée roder ver f s 1.35 1.76 0.05 0.61 par:pas; -rodées roder ver f p 1.35 1.76 0.00 0.14 par:pas; -rodéo rodéo nom m s 2.01 0.74 1.92 0.74 -rodéos rodéo nom m p 2.01 0.74 0.09 0.00 -rodés roder ver m p 1.35 1.76 0.30 0.07 par:pas; -roentgens roentgen nom m p 0.02 0.00 0.02 0.00 -rogations rogation nom f p 0.00 0.34 0.00 0.34 -rogatoire rogatoire adj f s 0.16 0.81 0.16 0.47 -rogatoires rogatoire adj f p 0.16 0.81 0.00 0.34 -rogaton rogaton nom m s 0.11 1.15 0.11 0.14 -rogatons rogaton nom m p 0.11 1.15 0.00 1.01 -rogna rogner ver 0.39 2.97 0.00 0.07 ind:pas:3s; -rognais rogner ver 0.39 2.97 0.00 0.07 ind:imp:1s; -rognait rogner ver 0.39 2.97 0.00 0.07 ind:imp:3s; -rognant rogner ver 0.39 2.97 0.00 0.14 par:pre; -rogne_pied rogne_pied nom m s 0.00 0.07 0.00 0.07 -rogne rogne nom f s 3.68 2.43 3.67 2.23 -rognent rogner ver 0.39 2.97 0.00 0.07 ind:pre:3p; -rogner rogner ver 0.39 2.97 0.09 0.74 inf; -rognes rogne nom f p 3.68 2.43 0.01 0.20 -rogneux rogneux adj m p 0.00 0.14 0.00 0.14 -rognez rogner ver 0.39 2.97 0.01 0.00 imp:pre:2p; -rognon rognon nom m s 1.12 1.28 0.06 0.74 -rognonnait rognonner ver 0.00 0.07 0.00 0.07 ind:imp:3s; -rognons rognon nom m p 1.12 1.28 1.06 0.54 -rogné rogner ver m s 0.39 2.97 0.04 0.47 par:pas; -rognée rogner ver f s 0.39 2.97 0.00 0.27 par:pas; -rognées rogner ver f p 0.39 2.97 0.16 0.41 par:pas; -rognure rognure nom f s 0.35 0.74 0.16 0.20 -rognures rognure nom f p 0.35 0.74 0.20 0.54 -rognés rogner ver m p 0.39 2.97 0.00 0.47 par:pas; -rogomme rogomme nom m s 0.00 0.54 0.00 0.41 -rogommes rogomme nom m p 0.00 0.54 0.00 0.14 -rogue rogue adj s 0.66 1.96 0.65 1.69 -rogues rogue adj m p 0.66 1.96 0.01 0.27 -roi_roi roi_roi nom m s 0.01 0.00 0.01 0.00 -roi_soleil roi_soleil nom m s 0.00 0.14 0.00 0.14 -roi roi nom m s 177.53 98.92 166.34 85.95 -roide roide adj s 0.04 2.57 0.03 1.49 -roidement roidement adv 0.00 0.34 0.00 0.34 -roides roide adj p 0.04 2.57 0.01 1.08 -roideur roideur nom f s 0.00 0.20 0.00 0.20 -roidi roidir ver m s 0.02 0.27 0.01 0.14 par:pas; -roidie roidir ver f s 0.02 0.27 0.00 0.07 par:pas; -roidir roidir ver 0.02 0.27 0.01 0.00 inf; -roidissait roidir ver 0.02 0.27 0.00 0.07 ind:imp:3s; -rois roi nom m p 177.53 98.92 11.19 12.97 -roitelet roitelet nom m s 0.22 0.41 0.19 0.27 -roitelets roitelet nom m p 0.22 0.41 0.03 0.14 -râla râler ver 6.61 10.41 0.00 0.54 ind:pas:3s; -râlai râler ver 6.61 10.41 0.00 0.07 ind:pas:1s; -râlaient râler ver 6.61 10.41 0.00 0.47 ind:imp:3p; -râlais râler ver 6.61 10.41 0.19 0.07 ind:imp:1s;ind:imp:2s; -râlait râler ver 6.61 10.41 0.15 2.36 ind:imp:3s; -râlant râler ver 6.61 10.41 0.16 0.54 par:pre; -râlante râlant adj f s 0.02 0.47 0.02 0.14 -râle râler ver 6.61 10.41 1.70 2.03 imp:pre:2s;ind:pre:1s;ind:pre:3s; -râlement râlement nom m s 0.00 0.07 0.00 0.07 -râlent râler ver 6.61 10.41 0.37 0.20 ind:pre:3p; -râler râler ver 6.61 10.41 3.05 2.77 inf; -râlera râler ver 6.61 10.41 0.01 0.14 ind:fut:3s; -râlerai râler ver 6.61 10.41 0.02 0.00 ind:fut:1s; -râlerait râler ver 6.61 10.41 0.01 0.34 cnd:pre:3s; -râles râle nom m p 1.89 9.46 0.84 3.58 -râleur râleur nom m s 0.48 0.47 0.34 0.14 -râleurs râleur adj m p 0.33 0.47 0.21 0.27 -râleuse râleur nom f s 0.48 0.47 0.03 0.14 -râleuses râleur nom f p 0.48 0.47 0.00 0.07 -râleux râleux nom m 0.00 0.14 0.00 0.14 -râlez râler ver 6.61 10.41 0.21 0.14 imp:pre:2p;ind:pre:2p; -roll roll nom m s 5.67 1.35 5.67 1.35 -rolle rolle nom m s 0.01 0.00 0.01 0.00 -roller roller nom m s 1.41 0.00 0.88 0.00 -rollers roller nom m p 1.41 0.00 0.53 0.00 -rollmops rollmops nom m 0.03 0.20 0.03 0.20 -râlé râler ver m s 6.61 10.41 0.15 0.54 par:pas; -rom rom nom s 0.16 0.14 0.01 0.07 -romain romain adj m s 11.02 21.55 5.28 8.04 -romaine romain adj f s 11.02 21.55 3.77 6.55 -romaines romain adj f p 11.02 21.55 0.75 3.58 -romains romain adj m p 11.02 21.55 1.23 3.38 -roman_feuilleton roman_feuilleton nom m s 0.13 0.41 0.03 0.27 -roman_fleuve roman_fleuve nom m s 0.00 0.07 0.00 0.07 -roman_photo roman_photo nom m s 0.28 0.41 0.14 0.20 -roman roman nom m s 23.73 74.80 17.79 51.28 -romance romance nom s 3.12 3.99 2.98 2.91 -romancer romancer ver 0.17 0.27 0.08 0.07 inf; -romancero romancero nom m s 0.00 0.07 0.00 0.07 -romances romance nom p 3.12 3.99 0.14 1.08 -romanche romanche nom m s 0.00 0.07 0.00 0.07 -romancier romancier nom m s 0.93 11.89 0.68 8.18 -romanciers romancier nom m p 0.93 11.89 0.09 2.97 -romancière romancier nom f s 0.93 11.89 0.16 0.61 -romancières romancier nom f p 0.93 11.89 0.00 0.14 -romancé romancé adj m s 0.07 0.34 0.03 0.00 -romancée romancé adj f s 0.07 0.34 0.04 0.20 -romancées romancé adj f p 0.07 0.34 0.01 0.14 -romande romand adj f s 0.00 0.07 0.00 0.07 -romane roman adj f s 2.09 13.11 0.02 1.76 -romanes roman adj f p 2.09 13.11 0.02 1.69 -romanesque romanesque adj s 1.03 10.07 0.95 8.11 -romanesques romanesque adj p 1.03 10.07 0.09 1.96 -romani romani nom m s 0.11 0.07 0.11 0.07 -romanichel romanichel nom m s 0.17 1.35 0.01 0.34 -romanichelle romanichel nom f s 0.17 1.35 0.14 0.14 -romanichelles romanichel nom f p 0.17 1.35 0.00 0.07 -romanichels romanichel nom m p 0.17 1.35 0.02 0.81 -romanisation romanisation nom f s 0.00 0.07 0.00 0.07 -romanistes romaniste nom p 0.01 0.07 0.01 0.07 -romanité romanité nom f s 0.00 0.14 0.00 0.14 -romano romano nom s 0.28 0.54 0.22 0.20 -romanos romano nom p 0.28 0.54 0.06 0.34 -roman_feuilleton roman_feuilleton nom m p 0.13 0.41 0.10 0.14 -roman_photo roman_photo nom m p 0.28 0.41 0.14 0.20 -romans roman nom m p 23.73 74.80 5.94 23.51 -romanticisme romanticisme nom m s 0.01 0.00 0.01 0.00 -romantique romantique adj s 22.48 10.27 20.58 7.64 -romantiquement romantiquement adv 0.09 0.27 0.09 0.27 -romantiques romantique adj p 22.48 10.27 1.89 2.64 -romantisme romantisme nom m s 1.48 3.85 1.48 3.72 -romantismes romantisme nom m p 1.48 3.85 0.00 0.14 -romarin romarin nom m s 1.47 1.01 1.47 1.01 -rombière rombière nom f s 0.18 2.70 0.05 1.96 -rombières rombière nom f p 0.18 2.70 0.13 0.74 -rompît rompre ver 41.37 52.64 0.01 0.61 sub:imp:3s; -rompaient rompre ver 41.37 52.64 0.13 0.61 ind:imp:3p; -rompais rompre ver 41.37 52.64 0.18 0.14 ind:imp:1s;ind:imp:2s; -rompait rompre ver 41.37 52.64 0.06 1.82 ind:imp:3s; -rompant rompre ver 41.37 52.64 0.20 2.36 par:pre; -rompe rompre ver 41.37 52.64 0.72 0.61 sub:pre:1s;sub:pre:3s; -rompent rompre ver 41.37 52.64 0.29 0.47 ind:pre:3p; -rompez rompre ver 41.37 52.64 6.20 1.15 imp:pre:2p;ind:pre:2p; -rompiez rompre ver 41.37 52.64 0.01 0.00 ind:imp:2p; -rompirent rompre ver 41.37 52.64 0.00 0.34 ind:pas:3p; -rompis rompre ver 41.37 52.64 0.00 0.14 ind:pas:1s; -rompissent rompre ver 41.37 52.64 0.00 0.07 sub:imp:3p; -rompit rompre ver 41.37 52.64 0.28 3.24 ind:pas:3s; -rompons rompre ver 41.37 52.64 0.02 0.14 imp:pre:1p;ind:pre:1p; -rompra rompre ver 41.37 52.64 0.20 0.27 ind:fut:3s; -romprai rompre ver 41.37 52.64 0.15 0.00 ind:fut:1s; -rompraient rompre ver 41.37 52.64 0.00 0.14 cnd:pre:3p; -romprais rompre ver 41.37 52.64 0.06 0.00 cnd:pre:1s;cnd:pre:2s; -romprait rompre ver 41.37 52.64 0.05 0.27 cnd:pre:3s; -rompre rompre ver 41.37 52.64 12.61 21.82 inf; -romprez rompre ver 41.37 52.64 0.04 0.07 ind:fut:2p; -romprions rompre ver 41.37 52.64 0.00 0.07 cnd:pre:1p; -romprons rompre ver 41.37 52.64 0.01 0.00 ind:fut:1p; -romps rompre ver 41.37 52.64 2.01 0.41 imp:pre:2s;ind:pre:1s;ind:pre:2s; -rompt rompre ver 41.37 52.64 1.66 2.57 ind:pre:3s; -rompu rompre ver m s 41.37 52.64 15.16 10.68 par:pas; -rompue rompre ver f s 41.37 52.64 0.84 2.03 par:pas; -rompues rompre ver f p 41.37 52.64 0.15 0.61 par:pas; -rompus rompu adj m p 1.13 5.07 0.33 1.62 -roms rom nom p 0.16 0.14 0.14 0.07 -ron ron nom m s 0.23 0.34 0.23 0.34 -ronce ronce nom f s 1.10 13.78 0.14 1.28 -ronces ronce nom f p 1.10 13.78 0.95 12.50 -roncet roncet nom m s 0.00 0.07 0.00 0.07 -ronceux ronceux adj m 0.00 0.07 0.00 0.07 -ronchon ronchon adj m s 0.45 0.14 0.41 0.14 -ronchonna ronchonner ver 0.41 4.32 0.00 0.95 ind:pas:3s; -ronchonnaient ronchonner ver 0.41 4.32 0.00 0.07 ind:imp:3p; -ronchonnais ronchonner ver 0.41 4.32 0.00 0.14 ind:imp:1s; -ronchonnait ronchonner ver 0.41 4.32 0.00 0.74 ind:imp:3s; -ronchonnant ronchonner ver 0.41 4.32 0.11 0.47 par:pre; -ronchonne ronchonner ver 0.41 4.32 0.09 0.74 imp:pre:2s;ind:pre:1s;ind:pre:3s; -ronchonnent ronchonner ver 0.41 4.32 0.01 0.14 ind:pre:3p; -ronchonner ronchonner ver 0.41 4.32 0.16 0.95 inf; -ronchonnes ronchonner ver 0.41 4.32 0.02 0.00 ind:pre:2s; -ronchonneur ronchonneur nom m s 0.02 0.20 0.02 0.07 -ronchonneuse ronchonneur nom f s 0.02 0.20 0.00 0.14 -ronchonnot ronchonnot nom m s 0.00 0.14 0.00 0.14 -ronchonné ronchonner ver m s 0.41 4.32 0.02 0.14 par:pas; -roncier roncier nom m s 0.00 2.64 0.00 1.76 -ronciers roncier nom m p 0.00 2.64 0.00 0.88 -rond_de_cuir rond_de_cuir nom m s 0.26 0.34 0.23 0.27 -rond_point rond_point nom m s 0.44 2.50 0.44 2.43 -rond rond nom m s 16.84 33.65 15.11 24.46 -rondache rondache nom f s 0.02 0.07 0.02 0.07 -ronde_bosse ronde_bosse nom f s 0.00 0.61 0.00 0.61 -ronde ronde nom f s 9.54 20.81 7.93 17.97 -rondeau rondeau nom m s 0.02 0.07 0.02 0.07 -rondelet rondelet adj m s 0.34 1.22 0.06 0.54 -rondelette rondelet adj f s 0.34 1.22 0.28 0.54 -rondelettes rondelet adj f p 0.34 1.22 0.00 0.14 -rondelle rondelle nom f s 1.16 5.34 0.42 2.23 -rondelles rondelle nom f p 1.16 5.34 0.73 3.11 -rondement rondement adv 0.22 1.28 0.22 1.28 -rondes ronde nom f p 9.54 20.81 1.61 2.84 -rondeur rondeur nom f s 0.41 6.49 0.19 3.99 -rondeurs rondeur nom f p 0.41 6.49 0.23 2.50 -rondin rondin nom m s 0.76 8.78 0.23 1.08 -rondins rondin nom m p 0.76 8.78 0.53 7.70 -rondo rondo nom m s 0.34 0.68 0.34 0.61 -rondos rondo nom m p 0.34 0.68 0.00 0.07 -rondouillard rondouillard adj m s 0.04 1.55 0.03 1.01 -rondouillarde rondouillard adj f s 0.04 1.55 0.01 0.41 -rondouillards rondouillard adj m p 0.04 1.55 0.00 0.14 -rond_de_cuir rond_de_cuir nom m p 0.26 0.34 0.03 0.07 -rond_point rond_point nom m p 0.44 2.50 0.00 0.07 -ronds rond nom m p 16.84 33.65 1.73 9.19 -ronfla ronfler ver 6.62 18.24 0.00 0.47 ind:pas:3s; -ronflaient ronfler ver 6.62 18.24 0.01 0.81 ind:imp:3p; -ronflais ronfler ver 6.62 18.24 0.25 0.20 ind:imp:1s;ind:imp:2s; -ronflait ronfler ver 6.62 18.24 0.19 4.80 ind:imp:3s; -ronflant ronflant adj m s 0.33 2.16 0.27 0.68 -ronflante ronflant adj f s 0.33 2.16 0.00 0.47 -ronflantes ronflant adj f p 0.33 2.16 0.01 0.27 -ronflants ronflant adj m p 0.33 2.16 0.05 0.74 -ronfle ronfler ver 6.62 18.24 2.52 3.65 imp:pre:2s;ind:pre:1s;ind:pre:3s; -ronflement ronflement nom m s 1.39 10.41 0.67 6.49 -ronflements ronflement nom m p 1.39 10.41 0.72 3.92 -ronflent ronfler ver 6.62 18.24 0.30 1.22 ind:pre:3p; -ronfler ronfler ver 6.62 18.24 1.14 5.47 inf; -ronflerais ronfler ver 6.62 18.24 0.10 0.07 cnd:pre:1s;cnd:pre:2s; -ronfleras ronfler ver 6.62 18.24 0.11 0.00 ind:fut:2s; -ronfles ronfler ver 6.62 18.24 0.78 0.14 ind:pre:2s; -ronflette ronflette nom f s 0.14 0.81 0.14 0.81 -ronfleur ronfleur nom m s 0.00 0.68 0.00 0.54 -ronfleurs ronfleur nom m p 0.00 0.68 0.00 0.07 -ronfleuse ronfleur nom f s 0.00 0.68 0.00 0.07 -ronflez ronfler ver 6.62 18.24 0.32 0.00 imp:pre:2p;ind:pre:2p; -ronfliez ronfler ver 6.62 18.24 0.01 0.00 ind:imp:2p; -ronflotait ronfloter ver 0.00 0.20 0.00 0.07 ind:imp:3s; -ronflotant ronfloter ver 0.00 0.20 0.00 0.07 par:pre; -ronflote ronfloter ver 0.00 0.20 0.00 0.07 ind:pre:3s; -ronflèrent ronfler ver 6.62 18.24 0.00 0.07 ind:pas:3p; -ronflé ronfler ver m s 6.62 18.24 0.90 0.27 par:pas; -ronge ronger ver 11.68 28.38 4.23 4.12 imp:pre:2s;ind:pre:1s;ind:pre:3s; -rongea ronger ver 11.68 28.38 0.00 0.14 ind:pas:3s; -rongeai ronger ver 11.68 28.38 0.00 0.20 ind:pas:1s; -rongeaient ronger ver 11.68 28.38 0.18 0.88 ind:imp:3p; -rongeais ronger ver 11.68 28.38 0.02 0.27 ind:imp:1s;ind:imp:2s; -rongeait ronger ver 11.68 28.38 0.88 3.85 ind:imp:3s; -rongeant ronger ver 11.68 28.38 0.16 1.01 par:pre; -rongeante rongeant adj f s 0.00 0.27 0.00 0.14 -rongeantes rongeant adj f p 0.00 0.27 0.00 0.07 -rongement rongement nom m s 0.00 0.14 0.00 0.14 -rongent ronger ver 11.68 28.38 0.53 1.08 ind:pre:3p; -rongeât ronger ver 11.68 28.38 0.00 0.14 sub:imp:3s; -ronger ronger ver 11.68 28.38 1.54 2.84 inf; -rongera ronger ver 11.68 28.38 0.36 0.07 ind:fut:3s; -rongerait ronger ver 11.68 28.38 0.05 0.07 cnd:pre:3s; -ronges ronger ver 11.68 28.38 0.38 0.14 ind:pre:2s; -rongeur rongeur nom m s 1.43 2.91 0.52 1.01 -rongeurs rongeur nom m p 1.43 2.91 0.91 1.89 -rongeuse rongeuse adj f s 0.01 0.00 0.01 0.00 -rongeuses rongeur adj f p 0.27 0.95 0.10 0.07 -rongez ronger ver 11.68 28.38 0.21 0.00 imp:pre:2p;ind:pre:2p; -rongicide rongicide adj s 0.00 0.07 0.00 0.07 -rongèrent ronger ver 11.68 28.38 0.00 0.07 ind:pas:3p; -rongé ronger ver m s 11.68 28.38 2.10 4.66 par:pas; -rongée ronger ver f s 11.68 28.38 0.68 3.38 par:pas; -rongées ronger ver f p 11.68 28.38 0.17 1.96 par:pas; -rongés ronger ver m p 11.68 28.38 0.19 3.51 par:pas; -ronin ronin nom m s 0.30 0.07 0.30 0.07 -ronron ronron nom m s 0.16 3.51 0.16 2.70 -ronronna ronronner ver 0.76 11.08 0.00 0.47 ind:pas:3s; -ronronnaient ronronner ver 0.76 11.08 0.00 0.68 ind:imp:3p; -ronronnais ronronner ver 0.76 11.08 0.01 0.20 ind:imp:1s;ind:imp:2s; -ronronnait ronronner ver 0.76 11.08 0.03 2.50 ind:imp:3s; -ronronnant ronronner ver 0.76 11.08 0.02 1.42 par:pre; -ronronnante ronronnant adj f s 0.01 0.81 0.01 0.34 -ronronnantes ronronnant adj f p 0.01 0.81 0.00 0.14 -ronronnants ronronnant adj m p 0.01 0.81 0.00 0.07 -ronronne ronronner ver 0.76 11.08 0.48 2.77 imp:pre:2s;ind:pre:1s;ind:pre:3s; -ronronnement ronronnement nom m s 0.04 5.27 0.04 4.93 -ronronnements ronronnement nom m p 0.04 5.27 0.00 0.34 -ronronnent ronronner ver 0.76 11.08 0.00 0.41 ind:pre:3p; -ronronner ronronner ver 0.76 11.08 0.17 2.03 inf; -ronronnerait ronronner ver 0.76 11.08 0.00 0.07 cnd:pre:3s; -ronronnons ronronner ver 0.76 11.08 0.00 0.07 imp:pre:1p; -ronronnèrent ronronner ver 0.76 11.08 0.00 0.07 ind:pas:3p; -ronronné ronronner ver m s 0.76 11.08 0.04 0.41 par:pas; -ronrons ronron nom m p 0.16 3.51 0.00 0.81 -ronéo ronéo nom f s 0.02 0.14 0.02 0.14 -ronéotions ronéoter ver 0.00 0.14 0.00 0.07 ind:imp:1p; -ronéoté ronéoter ver m s 0.00 0.14 0.00 0.07 par:pas; -ronéotyper ronéotyper ver 0.00 0.34 0.00 0.07 inf; -ronéotypé ronéotyper ver m s 0.00 0.34 0.00 0.14 par:pas; -ronéotypés ronéotyper ver m p 0.00 0.34 0.00 0.14 par:pas; -roof roof nom m s 0.03 0.20 0.03 0.20 -râpa râper ver 1.22 4.39 0.00 0.07 ind:pas:3s; -râpaient râper ver 1.22 4.39 0.00 0.27 ind:imp:3p; -râpait râper ver 1.22 4.39 0.00 0.34 ind:imp:3s; -râpant râper ver 1.22 4.39 0.00 0.14 par:pre; -râpe râpe nom f s 1.25 1.55 1.02 1.35 -râpent râper ver 1.22 4.39 0.00 0.20 ind:pre:3p; -râper râper ver 1.22 4.39 0.07 0.47 inf; -râperait râper ver 1.22 4.39 0.00 0.07 cnd:pre:3s; -râperas râper ver 1.22 4.39 0.00 0.07 ind:fut:2s; -râpes râpe nom f p 1.25 1.55 0.23 0.20 -râpeuse râpeux adj f s 0.30 3.85 0.01 1.69 -râpeuses râpeux adj f p 0.30 3.85 0.00 0.68 -râpeux râpeux adj m 0.30 3.85 0.29 1.49 -roploplos roploplo nom m p 0.01 0.07 0.01 0.07 -râpé râper ver m s 1.22 4.39 0.96 1.76 par:pas; -râpée râpé adj f s 0.49 3.51 0.30 0.54 -râpées râpé adj f p 0.49 3.51 0.03 0.88 -râpés râpé adj m p 0.49 3.51 0.02 0.47 -roque roque nom m s 1.14 0.74 1.14 0.34 -roquefort roquefort nom m s 0.07 0.61 0.07 0.61 -roquentin roquentin nom m s 0.00 0.14 0.00 0.14 -roquer roquer ver 0.20 0.07 0.00 0.07 inf; -roques roque nom m p 1.14 0.74 0.00 0.41 -roquet roquet nom m s 0.25 1.89 0.23 1.35 -roquets roquet nom m p 0.25 1.89 0.02 0.54 -roquette roquette nom f s 1.68 1.01 0.91 0.74 -roquettes roquette nom f p 1.68 1.01 0.76 0.27 -rorqual rorqual nom m s 0.00 0.20 0.00 0.14 -rorquals rorqual nom m p 0.00 0.20 0.00 0.07 -rosa roser ver 0.51 3.31 0.01 0.14 ind:pas:3s; -rosace rosace nom f s 0.00 2.16 0.00 1.08 -rosaces rosace nom f p 0.00 2.16 0.00 1.08 -rosages rosage nom m p 0.00 0.07 0.00 0.07 -rosaire rosaire nom m s 1.54 0.74 1.33 0.61 -rosaires rosaire nom m p 1.54 0.74 0.21 0.14 -rosales rosales nom f p 0.36 0.00 0.36 0.00 -rosat rosat adj f s 0.00 0.20 0.00 0.20 -rosbif rosbif nom m s 1.81 0.54 1.38 0.47 -rosbifs rosbif nom m p 1.81 0.54 0.43 0.07 -rose_croix rose_croix nom m 0.00 0.07 0.00 0.07 -rose_thé rose_thé adj m s 0.00 0.07 0.00 0.07 -rose_thé rose_thé nom s 0.00 0.07 0.00 0.07 -rose rose adj s 23.72 96.08 18.43 66.62 -roseau roseau nom m s 1.13 16.55 0.63 2.97 -roseaux roseau nom m p 1.13 16.55 0.50 13.58 -roselière roselier nom f s 0.00 0.61 0.00 0.14 -roselières roselier nom f p 0.00 0.61 0.00 0.47 -roser roser ver 0.51 3.31 0.00 0.07 inf; -roseraie roseraie nom f s 0.31 0.20 0.30 0.14 -roseraies roseraie nom f p 0.31 0.20 0.01 0.07 -roses rose nom p 24.67 57.30 13.56 26.96 -rosette rosette nom f s 0.10 2.03 0.07 1.76 -rosettes rosette nom f p 0.10 2.03 0.03 0.27 -roseur roseur nom f s 0.00 0.68 0.00 0.54 -roseurs roseur nom f p 0.00 0.68 0.00 0.14 -rosi rosir ver m s 1.44 3.51 0.10 0.20 par:pas; -rosicrucien rosicrucien adj m s 0.01 0.07 0.01 0.00 -rosicrucienne rosicrucien nom f s 0.02 0.00 0.01 0.00 -rosicrucienne rosicrucienne adj f s 0.01 0.00 0.01 0.00 -rosicruciens rosicrucien nom m p 0.02 0.00 0.01 0.00 -rosie rosir ver f s 1.44 3.51 1.24 0.00 par:pas; -rosier rosier nom m s 0.85 5.41 0.24 1.22 -rosiers rosier nom m p 0.85 5.41 0.61 4.19 -rosies rosir ver f p 1.44 3.51 0.00 0.14 par:pas; -rosir rosir ver 1.44 3.51 0.04 0.74 inf; -rosis rosir ver m p 1.44 3.51 0.00 0.14 ind:pas:1s;par:pas; -rosissaient rosir ver 1.44 3.51 0.00 0.27 ind:imp:3p; -rosissait rosir ver 1.44 3.51 0.00 0.54 ind:imp:3s; -rosissant rosir ver 1.44 3.51 0.00 0.34 par:pre; -rosissent rosir ver 1.44 3.51 0.00 0.14 ind:pre:3p; -rosit rosir ver 1.44 3.51 0.06 1.01 ind:pre:3s;ind:pas:3s; -rosière rosière nom f s 0.00 0.14 0.00 0.14 -rosâtre rosâtre adj s 0.04 2.16 0.04 1.55 -rosâtres rosâtre adj p 0.04 2.16 0.00 0.61 -rossa rosser ver 2.49 2.43 0.02 0.07 ind:pas:3s; -rossaient rosser ver 2.49 2.43 0.01 0.07 ind:imp:3p; -rossait rosser ver 2.49 2.43 0.01 0.07 ind:imp:3s; -rossant rosser ver 2.49 2.43 0.00 0.07 par:pre; -rossard rossard nom m s 0.00 0.20 0.00 0.07 -rossards rossard nom m p 0.00 0.20 0.00 0.14 -rosse rosser ver 2.49 2.43 0.45 0.14 ind:pre:1s;ind:pre:3s; -rossent rosser ver 2.49 2.43 0.01 0.07 ind:pre:3p; -rosser rosser ver 2.49 2.43 0.79 0.74 inf; -rosserai rosser ver 2.49 2.43 0.12 0.07 ind:fut:1s; -rosserie rosserie nom f s 0.02 0.47 0.00 0.14 -rosseries rosserie nom f p 0.02 0.47 0.02 0.34 -rosses rosse adj f p 0.61 0.41 0.20 0.14 -rossez rosser ver 2.49 2.43 0.16 0.00 imp:pre:2p;ind:pre:2p; -rossignol rossignol nom m s 2.56 3.51 2.06 1.76 -rossignols rossignol nom m p 2.56 3.51 0.50 1.76 -rossinante rossinante nom f s 0.09 0.07 0.09 0.00 -rossinantes rossinante nom f p 0.09 0.07 0.00 0.07 -rossé rosser ver m s 2.49 2.43 0.52 0.81 par:pas; -rossée rosser ver f s 2.49 2.43 0.14 0.20 par:pas; -rossés rosser ver m p 2.49 2.43 0.26 0.14 par:pas; -rostre rostre nom m s 0.03 0.14 0.02 0.00 -rostres rostre nom m p 0.03 0.14 0.01 0.14 -rosé rosé nom m s 0.86 2.70 0.86 2.43 -rosée rosée nom f s 3.19 9.46 3.19 9.26 -rosées roser ver f p 0.51 3.31 0.02 0.41 par:pas; -roséole roséole nom f s 0.01 0.07 0.01 0.07 -rosés rosé adj m p 0.50 2.64 0.27 0.34 -rot rot nom m s 1.85 1.69 1.76 1.08 -rota roter ver 1.30 3.45 0.23 0.47 ind:pas:3s; -rotaient roter ver 1.30 3.45 0.01 0.27 ind:imp:3p; -rotais roter ver 1.30 3.45 0.00 0.07 ind:imp:1s; -rotait roter ver 1.30 3.45 0.01 0.41 ind:imp:3s; -rotant roter ver 1.30 3.45 0.04 0.00 par:pre; -rotariens rotarien adj m p 0.01 0.00 0.01 0.00 -rotary rotary nom m s 0.76 0.34 0.76 0.34 -rotateur rotateur adj m s 0.02 0.00 0.02 0.00 -rotatif rotatif adj m s 0.17 0.81 0.07 0.47 -rotatifs rotatif adj m p 0.17 0.81 0.04 0.00 -rotation rotation nom f s 2.30 3.58 2.08 3.38 -rotationnel rotationnel adj m s 0.01 0.00 0.01 0.00 -rotations rotation nom f p 2.30 3.58 0.22 0.20 -rotative rotatif adj f s 0.17 0.81 0.03 0.27 -rotatives rotative nom f p 0.07 1.08 0.07 0.95 -rotativistes rotativiste nom p 0.00 0.07 0.00 0.07 -rotatoire rotatoire adj m s 0.01 0.07 0.01 0.07 -rote roter ver 1.30 3.45 0.43 0.88 ind:pre:1s;ind:pre:3s; -râteau râteau nom m s 0.83 2.50 0.77 1.62 -râteaux râteau nom m p 0.83 2.50 0.07 0.88 -râtelait râteler ver 0.01 0.14 0.00 0.07 ind:imp:3s; -râteler râteler ver 0.01 0.14 0.01 0.00 inf; -râtelier râtelier nom m s 0.39 2.77 0.36 2.43 -râteliers râtelier nom m p 0.39 2.77 0.03 0.34 -râtelées râteler ver f p 0.01 0.14 0.00 0.07 par:pas; -rotengles rotengle nom m p 0.00 0.07 0.00 0.07 -rotent roter ver 1.30 3.45 0.04 0.14 ind:pre:3p; -roter roter ver 1.30 3.45 0.45 0.81 inf; -rotera roter ver 1.30 3.45 0.00 0.07 ind:fut:3s; -rotes roter ver 1.30 3.45 0.02 0.00 ind:pre:2s; -roteur roteur nom m s 0.01 0.68 0.01 0.00 -roteuse roteuse nom f s 0.01 0.00 0.01 0.00 -roteuses roteur nom f p 0.01 0.68 0.00 0.07 -rotez roter ver 1.30 3.45 0.00 0.07 ind:pre:2p; -rotin rotin nom m s 0.13 3.38 0.13 3.38 -roto roto nom f s 0.04 0.07 0.03 0.07 -rotonde rotonde nom f s 0.21 1.69 0.21 1.62 -rotondes rotonde nom f p 0.21 1.69 0.00 0.07 -rotondité rotondité nom f s 0.01 0.54 0.01 0.27 -rotondités rotondité nom f p 0.01 0.54 0.00 0.27 -rotoplos rotoplos nom m p 0.01 0.27 0.01 0.27 -rotoplots rotoplots nom m p 0.01 0.07 0.01 0.07 -rotor rotor nom m s 0.37 0.41 0.31 0.41 -rotors rotor nom m p 0.37 0.41 0.06 0.00 -rotos roto nom f p 0.04 0.07 0.01 0.00 -rototo rototo nom m s 0.03 0.07 0.02 0.00 -rototos rototo nom m p 0.03 0.07 0.01 0.07 -rots rot nom m p 1.85 1.69 0.09 0.61 -roté roter ver m s 1.30 3.45 0.06 0.20 par:pas; -rotées roter ver f p 1.30 3.45 0.00 0.07 par:pas; -rotule rotule nom f s 1.29 1.76 0.57 0.61 -rotules rotule nom f p 1.29 1.76 0.72 1.15 -rotulien rotulien adj m s 0.03 0.00 0.03 0.00 -roténone roténone nom f s 0.09 0.00 0.09 0.00 -roture roture nom f s 0.14 0.47 0.14 0.47 -roturier roturier nom m s 0.17 0.54 0.06 0.27 -roturiers roturier nom m p 0.17 0.54 0.05 0.14 -roturière roturier nom f s 0.17 0.54 0.06 0.14 -roua rouer ver 2.20 2.57 0.00 0.07 ind:pas:3s; -rouage rouage nom m s 1.18 4.05 0.30 0.47 -rouages rouage nom m p 1.18 4.05 0.88 3.58 -rouaient rouer ver 2.20 2.57 0.01 0.07 ind:imp:3p; -rouais rouer ver 2.20 2.57 0.02 0.00 ind:imp:2s; -rouait rouer ver 2.20 2.57 0.13 0.14 ind:imp:3s; -rouan rouan nom m s 0.16 0.20 0.16 0.20 -rouant rouer ver 2.20 2.57 0.01 0.14 par:pre; -roubaisienne roubaisien nom f s 0.00 0.07 0.00 0.07 -roubignoles roubignoles nom f p 0.06 0.27 0.06 0.27 -roublard roublard nom m s 0.33 0.27 0.32 0.27 -roublarde roublard adj f s 0.10 0.74 0.01 0.14 -roublarder roublarder ver 0.00 0.07 0.00 0.07 inf; -roublardes roublard adj f p 0.10 0.74 0.01 0.07 -roublardise roublardise nom f s 0.00 0.20 0.00 0.14 -roublardises roublardise nom f p 0.00 0.20 0.00 0.07 -rouble rouble nom m s 7.88 0.68 1.22 0.14 -roubles rouble nom m p 7.88 0.68 6.66 0.54 -roucoula roucouler ver 0.70 3.45 0.00 0.47 ind:pas:3s; -roucoulade roucoulade nom f s 0.16 0.68 0.16 0.14 -roucoulades roucoulade nom f p 0.16 0.68 0.00 0.54 -roucoulaient roucouler ver 0.70 3.45 0.00 0.20 ind:imp:3p; -roucoulais roucouler ver 0.70 3.45 0.01 0.00 ind:imp:2s; -roucoulait roucouler ver 0.70 3.45 0.03 0.68 ind:imp:3s; -roucoulant roucouler ver 0.70 3.45 0.00 0.47 par:pre; -roucoulante roucoulant adj f s 0.02 0.61 0.02 0.27 -roucoulantes roucoulant adj f p 0.02 0.61 0.00 0.14 -roucoulants roucoulant adj m p 0.02 0.61 0.00 0.14 -roucoule roucouler ver 0.70 3.45 0.38 0.34 ind:pre:1s;ind:pre:3s; -roucoulement roucoulement nom m s 0.33 1.42 0.16 0.61 -roucoulements roucoulement nom m p 0.33 1.42 0.16 0.81 -roucoulent roucouler ver 0.70 3.45 0.03 0.20 ind:pre:3p; -roucouler roucouler ver 0.70 3.45 0.23 0.81 inf; -roucoulerez roucouler ver 0.70 3.45 0.01 0.00 ind:fut:2p; -roucouleur roucouleur nom m s 0.02 0.07 0.02 0.07 -roucoulé roucouler ver m s 0.70 3.45 0.01 0.20 par:pas; -roucoulés roucouler ver m p 0.70 3.45 0.00 0.07 par:pas; -roudoudou roudoudou nom m s 0.28 0.68 0.28 0.54 -roudoudous roudoudou nom m p 0.28 0.68 0.00 0.14 -roue roue nom f s 21.87 42.43 13.49 17.77 -rouelle rouelle nom f s 0.00 0.14 0.00 0.14 -rouennaise rouennais nom f s 0.27 0.00 0.27 0.00 -rouenneries rouennerie nom f p 0.00 0.07 0.00 0.07 -rouent rouer ver 2.20 2.57 0.12 0.00 ind:pre:3p; -rouer rouer ver 2.20 2.57 0.46 0.34 inf; -rouerai rouer ver 2.20 2.57 0.20 0.00 ind:fut:1s; -rouergat rouergat adj m s 0.00 0.07 0.00 0.07 -rouerie rouerie nom f s 0.01 0.95 0.01 0.74 -roueries rouerie nom f p 0.01 0.95 0.00 0.20 -roueront rouer ver 2.20 2.57 0.14 0.00 ind:fut:3p; -roues roue nom f p 21.87 42.43 8.38 24.66 -rouet rouet nom m s 0.15 0.54 0.15 0.54 -rouf rouf nom m s 0.00 0.27 0.00 0.27 -rouflaquettes rouflaquette nom f p 0.13 0.81 0.13 0.81 -rougît rougir ver 9.01 42.09 0.00 0.07 sub:imp:3s; -rouge_brun rouge_brun adj m s 0.00 0.20 0.00 0.20 -rouge_feu rouge_feu adj m s 0.00 0.07 0.00 0.07 -rouge_gorge rouge_gorge nom m s 0.44 1.08 0.30 0.68 -rouge_queue rouge_queue nom m s 0.00 0.07 0.00 0.07 -rouge_sang rouge_sang nom s 0.00 0.07 0.00 0.07 -rouge rouge adj s 102.93 273.24 79.70 195.27 -rougeaud rougeaud nom m s 0.10 0.74 0.10 0.68 -rougeaude rougeaud adj f s 0.04 3.78 0.00 0.61 -rougeaudes rougeaud adj f p 0.04 3.78 0.00 0.27 -rougeauds rougeaud adj m p 0.04 3.78 0.00 0.81 -rougeoie rougeoyer ver 0.38 3.51 0.14 0.68 imp:pre:2s;ind:pre:3s; -rougeoiement rougeoiement nom m s 0.03 1.42 0.03 1.15 -rougeoiements rougeoiement nom m p 0.03 1.42 0.00 0.27 -rougeoient rougeoyer ver 0.38 3.51 0.00 0.27 ind:pre:3p; -rougeole rougeole nom f s 1.27 1.69 1.27 1.69 -rougeâtre rougeâtre adj s 0.17 6.08 0.15 3.85 -rougeâtres rougeâtre adj p 0.17 6.08 0.02 2.23 -rougeoya rougeoyer ver 0.38 3.51 0.00 0.07 ind:pas:3s; -rougeoyaient rougeoyer ver 0.38 3.51 0.00 0.41 ind:imp:3p; -rougeoyait rougeoyer ver 0.38 3.51 0.00 1.35 ind:imp:3s; -rougeoyant rougeoyant adj m s 0.28 2.03 0.15 0.54 -rougeoyante rougeoyant adj f s 0.28 2.03 0.11 0.61 -rougeoyantes rougeoyant adj f p 0.28 2.03 0.00 0.54 -rougeoyants rougeoyant adj m p 0.28 2.03 0.01 0.34 -rougeoyer rougeoyer ver 0.38 3.51 0.22 0.61 inf; -rougeoyé rougeoyer ver m s 0.38 3.51 0.00 0.07 par:pas; -rouge_gorge rouge_gorge nom m p 0.44 1.08 0.13 0.41 -rouges rouge adj p 102.93 273.24 23.23 77.97 -rouget rouget nom m s 0.35 1.49 0.35 0.54 -rougets rouget nom m p 0.35 1.49 0.00 0.95 -rougeur rougeur nom f s 1.16 3.04 0.63 1.89 -rougeurs rougeur nom f p 1.16 3.04 0.53 1.15 -rough rough nom m s 0.20 0.00 0.20 0.00 -rougi rougir ver m s 9.01 42.09 0.72 4.19 par:pas; -rougie rougir ver f s 9.01 42.09 0.17 1.62 par:pas; -rougies rougir ver f p 9.01 42.09 0.10 1.22 par:pas; -rougir rougir ver 9.01 42.09 2.51 10.68 inf; -rougira rougir ver 9.01 42.09 0.01 0.07 ind:fut:3s; -rougiraient rougir ver 9.01 42.09 0.00 0.07 cnd:pre:3p; -rougirais rougir ver 9.01 42.09 0.13 0.14 cnd:pre:1s; -rougirait rougir ver 9.01 42.09 0.29 0.00 cnd:pre:3s; -rougirent rougir ver 9.01 42.09 0.00 0.20 ind:pas:3p; -rougirez rougir ver 9.01 42.09 0.27 0.00 ind:fut:2p; -rougis rougir ver m p 9.01 42.09 1.75 4.32 imp:pre:2s;ind:pre:1s;ind:pre:2s;par:pas; -rougissaient rougir ver 9.01 42.09 0.02 0.54 ind:imp:3p; -rougissais rougir ver 9.01 42.09 0.19 0.68 ind:imp:1s;ind:imp:2s; -rougissait rougir ver 9.01 42.09 0.03 2.36 ind:imp:3s; -rougissant rougir ver 9.01 42.09 0.02 3.78 par:pre; -rougissante rougissant adj f s 0.20 2.16 0.15 1.28 -rougissantes rougissant adj f p 0.20 2.16 0.02 0.14 -rougissants rougissant adj m p 0.20 2.16 0.01 0.07 -rougisse rougir ver 9.01 42.09 0.01 0.07 sub:pre:1s;sub:pre:3s; -rougissement rougissement nom m s 0.06 0.07 0.03 0.07 -rougissements rougissement nom m p 0.06 0.07 0.04 0.00 -rougissent rougir ver 9.01 42.09 0.68 0.27 ind:pre:3p; -rougissez rougir ver 9.01 42.09 0.46 0.34 imp:pre:2p;ind:pre:2p; -rougit rougir ver 9.01 42.09 1.65 11.49 ind:pre:3s;ind:pas:3s; -roui rouir ver m s 0.00 0.27 0.00 0.07 par:pas; -rouies rouir ver f p 0.00 0.27 0.00 0.07 par:pas; -rouillaient rouiller ver 6.75 19.46 0.00 0.47 ind:imp:3p; -rouillait rouiller ver 6.75 19.46 0.00 0.54 ind:imp:3s; -rouillant rouiller ver 6.75 19.46 0.00 0.14 par:pre; -rouillarde rouillarde nom f s 0.00 0.07 0.00 0.07 -rouille rouille nom f s 1.97 8.85 1.96 8.72 -rouillent rouiller ver 6.75 19.46 0.75 0.20 ind:pre:3p; -rouiller rouiller ver 6.75 19.46 0.90 0.54 inf; -rouillerait rouiller ver 6.75 19.46 0.02 0.14 cnd:pre:3s; -rouilleront rouiller ver 6.75 19.46 0.01 0.00 ind:fut:3p; -rouilles rouille nom f p 1.97 8.85 0.01 0.14 -rouilleux rouilleux adj m 0.00 0.14 0.00 0.14 -rouillé rouiller ver m s 6.75 19.46 2.26 5.41 par:pas; -rouillée rouiller ver f s 6.75 19.46 1.46 2.91 par:pas; -rouillées rouiller ver f p 6.75 19.46 0.49 3.65 par:pas; -rouillures rouillure nom f p 0.00 0.07 0.00 0.07 -rouillés rouiller ver m p 6.75 19.46 0.42 4.26 par:pas; -rouissant rouir ver 0.00 0.27 0.00 0.07 par:pre; -rouissent rouir ver 0.00 0.27 0.00 0.07 ind:pre:3p; -roula rouler ver 61.82 163.45 0.16 12.43 ind:pas:3s; -roulade roulade nom f s 0.20 1.28 0.14 0.47 -roulades roulade nom f p 0.20 1.28 0.06 0.81 -roulage roulage nom m s 0.02 0.20 0.02 0.14 -roulages roulage nom m p 0.02 0.20 0.00 0.07 -roulai rouler ver 61.82 163.45 0.02 0.41 ind:pas:1s; -roulaient rouler ver 61.82 163.45 0.34 10.41 ind:imp:3p; -roulais rouler ver 61.82 163.45 1.21 2.43 ind:imp:1s;ind:imp:2s; -roulait rouler ver 61.82 163.45 2.43 22.91 ind:imp:3s; -roulant roulant adj m s 7.03 10.54 4.84 6.69 -roulante roulant adj f s 7.03 10.54 1.75 2.16 -roulantes roulant adj f p 7.03 10.54 0.17 0.88 -roulants roulant adj m p 7.03 10.54 0.27 0.81 -roule rouler ver 61.82 163.45 22.86 24.32 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -rouleau rouleau nom m s 5.93 19.19 3.87 10.88 -rouleaux rouleau nom m p 5.93 19.19 2.06 8.31 -roulement roulement nom m s 2.94 10.41 2.17 7.97 -roulements roulement nom m p 2.94 10.41 0.77 2.43 -roulent rouler ver 61.82 163.45 2.02 6.28 ind:pre:3p; -rouler rouler ver 61.82 163.45 14.41 33.78 ind:pre:2p;inf; -roulera rouler ver 61.82 163.45 0.62 0.34 ind:fut:3s; -roulerai rouler ver 61.82 163.45 0.09 0.14 ind:fut:1s; -rouleraient rouler ver 61.82 163.45 0.01 0.34 cnd:pre:3p; -roulerais rouler ver 61.82 163.45 0.24 0.00 cnd:pre:1s;cnd:pre:2s; -roulerait rouler ver 61.82 163.45 0.27 0.81 cnd:pre:3s; -rouleras rouler ver 61.82 163.45 0.07 0.00 ind:fut:2s; -roulerez rouler ver 61.82 163.45 0.29 0.00 ind:fut:2p; -rouleriez rouler ver 61.82 163.45 0.02 0.00 cnd:pre:2p; -roulerons rouler ver 61.82 163.45 0.08 0.07 ind:fut:1p; -rouleront rouler ver 61.82 163.45 0.17 0.27 ind:fut:3p; -roules rouler ver 61.82 163.45 1.89 0.61 ind:pre:2s; -roulette roulette nom f s 5.55 8.78 2.50 2.77 -roulettes roulette nom f p 5.55 8.78 3.05 6.01 -rouleur rouleur adj m s 0.03 0.41 0.03 0.20 -rouleurs rouleur nom m p 0.06 0.41 0.03 0.27 -rouleuse rouleur adj f s 0.03 0.41 0.00 0.14 -rouleuses rouleur adj f p 0.03 0.41 0.00 0.07 -roulez rouler ver 61.82 163.45 3.83 0.95 imp:pre:2p;ind:pre:2p; -roulier roulier nom m s 0.30 1.01 0.16 0.61 -rouliers roulier nom m p 0.30 1.01 0.14 0.41 -rouliez rouler ver 61.82 163.45 0.75 0.07 ind:imp:2p; -roulions rouler ver 61.82 163.45 0.09 2.09 ind:imp:1p; -roulis roulis nom m 0.56 3.04 0.56 3.04 -roulâmes rouler ver 61.82 163.45 0.00 0.54 ind:pas:1p; -roulons rouler ver 61.82 163.45 0.44 2.91 imp:pre:1p;ind:pre:1p;;imp:pre:1p;ind:pre:1p; -roulât rouler ver 61.82 163.45 0.00 0.07 sub:imp:3s; -roulottait roulotter ver 0.00 0.20 0.00 0.07 ind:imp:3s; -roulotte roulotte nom f s 1.59 4.80 1.32 3.58 -roulottent roulotter ver 0.00 0.20 0.00 0.14 ind:pre:3p; -roulottes roulotte nom f p 1.59 4.80 0.27 1.22 -roulottiers roulottier nom m p 0.00 0.20 0.00 0.14 -roulottière roulottier nom f s 0.00 0.20 0.00 0.07 -roulèrent rouler ver 61.82 163.45 0.28 4.26 ind:pas:3p; -roulé_boulé roulé_boulé nom m s 0.00 0.27 0.00 0.14 -roulé rouler ver m s 61.82 163.45 6.25 16.28 par:pas; -roulée roulé adj f s 2.15 8.99 1.18 2.23 -roulées rouler ver f p 61.82 163.45 0.17 1.08 par:pas; -roulure roulure nom f s 0.86 0.88 0.71 0.68 -roulures roulure nom f p 0.86 0.88 0.14 0.20 -roulé_boulé roulé_boulé nom m p 0.00 0.27 0.00 0.14 -roulés rouler ver m p 61.82 163.45 1.00 3.65 par:pas; -roumain roumain adj m s 3.11 1.42 2.23 0.41 -roumaine roumain adj f s 3.11 1.42 0.78 0.68 -roumaines roumain nom f p 2.58 1.76 0.14 0.00 -roumains roumain nom m p 2.58 1.76 0.87 0.88 -roumi roumi nom m s 0.14 0.47 0.14 0.00 -roumis roumi nom m p 0.14 0.47 0.00 0.47 -round round nom m s 7.59 2.84 5.75 2.30 -rounds round nom m p 7.59 2.84 1.84 0.54 -roupane roupane nom f s 0.00 0.27 0.00 0.27 -roupette roupette nom f s 0.15 0.00 0.15 0.00 -roupettes roupettes nom f p 0.56 0.20 0.56 0.20 -roupie roupie nom f s 1.30 0.95 0.29 0.41 -roupies roupie nom f p 1.30 0.95 1.01 0.54 -roupillaient roupiller ver 2.47 6.82 0.00 0.07 ind:imp:3p; -roupillais roupiller ver 2.47 6.82 0.06 0.14 ind:imp:1s;ind:imp:2s; -roupillait roupiller ver 2.47 6.82 0.04 0.54 ind:imp:3s; -roupille roupiller ver 2.47 6.82 0.64 1.69 imp:pre:2s;ind:pre:1s;ind:pre:3s; -roupillent roupiller ver 2.47 6.82 0.12 0.81 ind:pre:3p; -roupiller roupiller ver 2.47 6.82 1.22 2.43 inf; -roupillerai roupiller ver 2.47 6.82 0.00 0.07 ind:fut:1s; -roupillerais roupiller ver 2.47 6.82 0.01 0.00 cnd:pre:1s; -roupillerait roupiller ver 2.47 6.82 0.00 0.07 cnd:pre:3s; -roupilles roupiller ver 2.47 6.82 0.06 0.27 ind:pre:2s; -roupillez roupiller ver 2.47 6.82 0.19 0.07 imp:pre:2p;ind:pre:2p; -roupillon roupillon nom m s 0.56 1.08 0.42 1.01 -roupillons roupillon nom m p 0.56 1.08 0.14 0.07 -roupillé roupiller ver m s 2.47 6.82 0.14 0.68 par:pas; -rouquemoute rouquemoute nom s 0.00 3.85 0.00 3.85 -rouquette rouquette nom f s 0.00 0.07 0.00 0.07 -rouquin rouquin nom m s 2.84 10.07 1.33 8.31 -rouquine rouquin nom f s 2.84 10.07 1.06 1.35 -rouquines rouquin nom f p 2.84 10.07 0.05 0.07 -rouquins rouquin nom m p 2.84 10.07 0.39 0.34 -rouscaillait rouscailler ver 0.04 0.54 0.00 0.07 ind:imp:3s; -rouscaillant rouscailler ver 0.04 0.54 0.00 0.07 par:pre; -rouscaille rouscailler ver 0.04 0.54 0.04 0.14 imp:pre:2s;ind:pre:3s; -rouscaillent rouscailler ver 0.04 0.54 0.00 0.07 ind:pre:3p; -rouscailler rouscailler ver 0.04 0.54 0.00 0.20 inf; -rouspète rouspéter ver 1.02 1.69 0.16 0.41 imp:pre:2s;ind:pre:1s;ind:pre:3s; -rouspètent rouspéter ver 1.02 1.69 0.05 0.07 ind:pre:3p; -rouspètes rouspéter ver 1.02 1.69 0.13 0.00 ind:pre:2s; -rouspéta rouspéter ver 1.02 1.69 0.01 0.20 ind:pas:3s; -rouspétage rouspétage nom m s 0.00 0.07 0.00 0.07 -rouspétaient rouspéter ver 1.02 1.69 0.00 0.07 ind:imp:3p; -rouspétais rouspéter ver 1.02 1.69 0.01 0.00 ind:imp:1s; -rouspétait rouspéter ver 1.02 1.69 0.03 0.34 ind:imp:3s; -rouspétance rouspétance nom f s 0.01 0.27 0.01 0.27 -rouspétant rouspéter ver 1.02 1.69 0.17 0.14 par:pre; -rouspéter rouspéter ver 1.02 1.69 0.46 0.27 inf; -rouspétera rouspéter ver 1.02 1.69 0.00 0.07 ind:fut:3s; -rouspéteur rouspéteur nom m s 0.04 0.00 0.01 0.00 -rouspéteurs rouspéteur nom m p 0.04 0.00 0.02 0.00 -rouspétez rouspéter ver 1.02 1.69 0.01 0.14 imp:pre:2p;ind:pre:2p; -rousse roux nom f s 4.50 11.08 3.69 5.61 -rousseau rousseau nom m s 0.00 0.20 0.00 0.14 -rousseauiste rousseauiste adj f s 0.01 0.07 0.01 0.07 -rousseaux rousseau nom m p 0.00 0.20 0.00 0.07 -rousselée rousseler ver f s 0.10 0.00 0.10 0.00 par:pas; -rousserolle rousserolle nom f s 0.00 0.07 0.00 0.07 -rousses rousse nom f p 0.53 0.00 0.53 0.00 -roussette roussette nom f s 0.01 1.69 0.01 1.55 -roussettes roussette nom f p 0.01 1.69 0.00 0.14 -rousseur rousseur nom f s 1.45 5.54 1.40 5.14 -rousseurs rousseur nom f p 1.45 5.54 0.05 0.41 -roussi roussi nom m s 1.00 1.22 1.00 1.15 -roussie roussi adj f s 0.04 2.23 0.01 0.61 -roussies roussir ver f p 0.23 1.76 0.10 0.14 par:pas; -roussin roussin nom m s 0.00 0.68 0.00 0.34 -roussins roussin nom m p 0.00 0.68 0.00 0.34 -roussir roussir ver 0.23 1.76 0.02 0.27 inf; -roussis roussi adj m p 0.04 2.23 0.01 0.61 -roussissaient roussir ver 0.23 1.76 0.00 0.07 ind:imp:3p; -roussissait roussir ver 0.23 1.76 0.00 0.14 ind:imp:3s; -roussissant roussir ver 0.23 1.76 0.00 0.07 par:pre; -roussissures roussissure nom f p 0.00 0.07 0.00 0.07 -roussit roussir ver 0.23 1.76 0.01 0.20 ind:pre:3s;ind:pas:3s; -roussâtre roussâtre adj s 0.00 1.22 0.00 0.81 -roussâtres roussâtre adj p 0.00 1.22 0.00 0.41 -roussé rousser ver m s 0.00 0.07 0.00 0.07 par:pas; -rouste rouste nom f s 0.34 0.41 0.32 0.34 -roustes rouste nom f p 0.34 0.41 0.02 0.07 -rousti roustir ver m s 0.01 0.34 0.01 0.14 par:pas; -rousties roustir ver f p 0.01 0.34 0.00 0.07 par:pas; -roustis roustir ver m p 0.01 0.34 0.00 0.14 par:pas; -rouston rouston nom m s 0.01 0.00 0.01 0.00 -roustons roustons nom m p 0.24 0.20 0.24 0.20 -routage routage nom m s 0.16 0.07 0.16 0.07 -routard routard nom m s 0.32 0.07 0.26 0.00 -routarde routard adj f s 0.01 0.07 0.00 0.07 -routards routard nom m p 0.32 0.07 0.06 0.07 -route route nom f s 166.72 288.04 152.83 251.35 -router router ver 0.05 0.00 0.03 0.00 inf; -routes route nom f p 166.72 288.04 13.89 36.69 -routeur routeur nom m s 0.17 0.00 0.11 0.00 -routeurs routeur nom m p 0.17 0.00 0.06 0.00 -routier routier adj m s 4.63 4.26 1.41 0.74 -routiers routier nom m p 2.00 5.54 0.98 2.97 -routin routin nom m s 0.00 0.47 0.00 0.47 -routine routine nom f s 12.14 12.77 11.67 9.53 -routines routine nom f p 12.14 12.77 0.47 3.24 -routinier routinier adj m s 0.15 1.62 0.09 0.41 -routiniers routinier adj m p 0.15 1.62 0.00 0.47 -routinière routinier adj f s 0.15 1.62 0.05 0.47 -routinières routinier adj f p 0.15 1.62 0.01 0.27 -routière routier adj f s 4.63 4.26 2.34 2.30 -routières routier adj f p 4.63 4.26 0.39 0.54 -routé router ver m s 0.05 0.00 0.02 0.00 par:pas; -roué rouer ver m s 2.20 2.57 0.53 1.22 par:pas; -rouée rouer ver f s 2.20 2.57 0.36 0.41 par:pas; -roués roué adj m p 0.02 0.54 0.01 0.20 -rouvert rouvrir ver m s 6.76 18.45 0.62 1.89 par:pas; -rouverte rouvrir ver f s 6.76 18.45 0.19 0.81 par:pas; -rouvertes rouvrir ver f p 6.76 18.45 0.14 0.41 par:pas; -rouverts rouvrir ver m p 6.76 18.45 0.02 0.27 par:pas; -rouvrît rouvrir ver 6.76 18.45 0.00 0.14 sub:imp:3s; -rouvraient rouvrir ver 6.76 18.45 0.01 0.20 ind:imp:3p; -rouvrais rouvrir ver 6.76 18.45 0.02 0.47 ind:imp:1s;ind:imp:2s; -rouvrait rouvrir ver 6.76 18.45 0.01 1.01 ind:imp:3s; -rouvrant rouvrir ver 6.76 18.45 0.01 0.61 par:pre; -rouvre rouvrir ver 6.76 18.45 0.94 2.91 imp:pre:2s;ind:pre:1s;ind:pre:3s; -rouvrent rouvrir ver 6.76 18.45 0.35 0.41 ind:pre:3p; -rouvres rouvrir ver 6.76 18.45 0.02 0.27 ind:pre:2s;sub:pre:2s; -rouvrez rouvrir ver 6.76 18.45 0.25 0.00 imp:pre:2p;ind:pre:2p; -rouvriez rouvrir ver 6.76 18.45 0.01 0.00 ind:imp:2p; -rouvrir rouvrir ver 6.76 18.45 3.46 3.65 inf; -rouvrira rouvrir ver 6.76 18.45 0.28 0.07 ind:fut:3s; -rouvrirai rouvrir ver 6.76 18.45 0.09 0.20 ind:fut:1s; -rouvriraient rouvrir ver 6.76 18.45 0.00 0.14 cnd:pre:3p; -rouvrirais rouvrir ver 6.76 18.45 0.00 0.14 cnd:pre:1s;cnd:pre:2s; -rouvrirait rouvrir ver 6.76 18.45 0.01 0.14 cnd:pre:3s; -rouvrirent rouvrir ver 6.76 18.45 0.00 0.41 ind:pas:3p; -rouvrirez rouvrir ver 6.76 18.45 0.04 0.07 ind:fut:2p; -rouvriront rouvrir ver 6.76 18.45 0.14 0.00 ind:fut:3p; -rouvris rouvrir ver 6.76 18.45 0.01 0.34 ind:pas:1s; -rouvrit rouvrir ver 6.76 18.45 0.12 3.92 ind:pas:3s; -rouvrons rouvrir ver 6.76 18.45 0.03 0.00 imp:pre:1p;ind:pre:1p; -roux roux adj m 3.66 20.68 3.66 20.68 -roy roy nom m s 0.17 0.27 0.17 0.27 -royal royal adj m s 22.65 29.26 10.51 16.49 -royale royal adj f s 22.65 29.26 9.64 9.59 -royalement royalement adv 0.83 1.82 0.83 1.82 -royales royal adj f p 22.65 29.26 1.50 1.69 -royaliste royaliste adj s 0.35 0.68 0.20 0.47 -royalistes royaliste nom p 0.28 0.34 0.16 0.27 -royalties royalties nom f p 0.54 0.14 0.54 0.14 -royalty royalty nom f s 0.01 0.07 0.01 0.07 -royaume royaume nom m s 27.79 20.68 24.16 18.78 -royaumes royaume nom m p 27.79 20.68 3.62 1.89 -royauté royauté nom f s 0.59 1.28 0.58 1.15 -royautés royauté nom f p 0.59 1.28 0.01 0.14 -royaux royal adj m p 22.65 29.26 1.00 1.49 -règle règle nom f s 79.51 49.93 33.17 27.91 -règlement règlement nom m s 21.27 17.16 19.40 12.16 -règlements règlement nom m p 21.27 17.16 1.87 5.00 -règlent régler ver 85.81 54.19 0.76 0.47 ind:pre:3p; -règles règle nom f p 79.51 49.93 46.34 22.03 -règne régner ver 22.75 47.43 8.06 10.14 imp:pre:2s;ind:pre:1s;ind:pre:3s; -règnent régner ver 22.75 47.43 1.52 1.89 ind:pre:3p; -règnes régner ver 22.75 47.43 0.16 0.07 ind:pre:2s; -ré ré nom m 3.06 0.54 3.06 0.54 -ru ru nom m s 0.26 0.88 0.14 0.61 -rua ruer ver 3.27 20.81 0.03 3.11 ind:pas:3s; -réa réa nom m s 0.88 0.00 0.88 0.00 -réabonnement réabonnement nom m s 0.03 0.07 0.03 0.07 -réabonner réabonner ver 0.03 0.00 0.03 0.00 inf; -réabsorption réabsorption nom f s 0.03 0.00 0.03 0.00 -réac réac adj m s 0.59 0.47 0.42 0.41 -réaccoutumer réaccoutumer ver 0.00 0.20 0.00 0.14 inf; -réaccoutumerait réaccoutumer ver 0.00 0.20 0.00 0.07 cnd:pre:3s; -réacheminer réacheminer ver 0.01 0.00 0.01 0.00 inf; -réacs réac adj m p 0.59 0.47 0.17 0.07 -réactant réactant nom m s 0.01 0.00 0.01 0.00 -réacteur réacteur nom m s 5.24 0.81 3.62 0.14 -réacteurs réacteur nom m p 5.24 0.81 1.62 0.68 -réactif réactif nom m s 0.38 0.20 0.27 0.20 -réactifs réactif nom m p 0.38 0.20 0.11 0.00 -réaction réaction nom f s 26.41 30.68 21.23 20.00 -réactionnaire réactionnaire adj s 1.55 2.43 0.54 1.76 -réactionnaires réactionnaire adj p 1.55 2.43 1.01 0.68 -réactionnel réactionnel adj m s 0.01 0.00 0.01 0.00 -réactions réaction nom f p 26.41 30.68 5.17 10.68 -réactiva réactiver ver 1.21 0.34 0.00 0.07 ind:pas:3s; -réactivait réactiver ver 1.21 0.34 0.00 0.07 ind:imp:3s; -réactivation réactivation nom f s 0.03 0.07 0.03 0.07 -réactive réactiver ver 1.21 0.34 0.09 0.07 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -réactiver réactiver ver 1.21 0.34 0.49 0.00 inf; -réactiveront réactiver ver 1.21 0.34 0.01 0.00 ind:fut:3p; -réactives réactif adj f p 0.63 0.07 0.24 0.00 -réactivez réactiver ver 1.21 0.34 0.13 0.00 imp:pre:2p; -réactiviez réactiver ver 1.21 0.34 0.01 0.00 ind:imp:2p; -réactivité réactivité nom f s 0.20 0.00 0.20 0.00 -réactivé réactiver ver m s 1.21 0.34 0.37 0.14 par:pas; -réactivée réactiver ver f s 1.21 0.34 0.09 0.00 par:pas; -réactivées réactiver ver f p 1.21 0.34 0.01 0.00 par:pas; -réactualisation réactualisation nom f s 0.01 0.00 0.01 0.00 -réactualise réactualiser ver 0.05 0.14 0.00 0.07 ind:pre:3s; -réactualiser réactualiser ver 0.05 0.14 0.03 0.07 inf; -réactualisé réactualiser ver m s 0.05 0.14 0.03 0.00 par:pas; -réadaptait réadapter ver 0.09 0.27 0.00 0.07 ind:imp:3s; -réadaptant réadapter ver 0.09 0.27 0.00 0.07 par:pre; -réadaptation réadaptation nom f s 0.24 0.14 0.24 0.14 -réadapte réadapter ver 0.09 0.27 0.01 0.00 ind:pre:3s; -réadapter réadapter ver 0.09 0.27 0.08 0.14 inf; -ruade ruade nom f s 0.28 2.09 0.28 0.95 -ruades ruade nom f p 0.28 2.09 0.01 1.15 -réadmis réadmettre ver m s 0.06 0.00 0.04 0.00 par:pas; -réadmise réadmettre ver f s 0.06 0.00 0.01 0.00 par:pas; -réadmission réadmission nom f s 0.04 0.00 0.04 0.00 -réadopter réadopter ver 0.00 0.07 0.00 0.07 inf; -réaffûtée réaffûter ver f s 0.00 0.07 0.00 0.07 par:pas; -réaffectait réaffecter ver 0.51 0.00 0.01 0.00 ind:imp:3s; -réaffectation réaffectation nom f s 0.16 0.00 0.16 0.00 -réaffecter réaffecter ver 0.51 0.00 0.11 0.00 inf; -réaffectons réaffecter ver 0.51 0.00 0.01 0.00 imp:pre:1p; -réaffecté réaffecter ver m s 0.51 0.00 0.28 0.00 par:pas; -réaffectée réaffecter ver f s 0.51 0.00 0.07 0.00 par:pas; -réaffectés réaffecter ver m p 0.51 0.00 0.03 0.00 par:pas; -réaffichées réafficher ver f p 0.00 0.07 0.00 0.07 par:pas; -réaffirmai réaffirmer ver 0.46 0.47 0.00 0.07 ind:pas:1s; -réaffirmaient réaffirmer ver 0.46 0.47 0.00 0.07 ind:imp:3p; -réaffirmait réaffirmer ver 0.46 0.47 0.01 0.00 ind:imp:3s; -réaffirmation réaffirmation nom f s 0.01 0.00 0.01 0.00 -réaffirme réaffirmer ver 0.46 0.47 0.22 0.00 ind:pre:1s;ind:pre:3s; -réaffirmer réaffirmer ver 0.46 0.47 0.13 0.27 inf; -réaffirmé réaffirmer ver m s 0.46 0.47 0.07 0.00 par:pas; -réaffirmée réaffirmer ver f s 0.46 0.47 0.03 0.07 par:pas; -réagît réagir ver 33.19 23.45 0.00 0.20 sub:imp:3s; -réagencement réagencement nom m s 0.00 0.07 0.00 0.07 -réagi réagir ver m s 33.19 23.45 5.95 3.85 par:pas; -réagir réagir ver 33.19 23.45 9.92 7.97 inf; -réagira réagir ver 33.19 23.45 0.93 0.00 ind:fut:3s; -réagirai réagir ver 33.19 23.45 0.06 0.07 ind:fut:1s; -réagiraient réagir ver 33.19 23.45 0.34 0.00 cnd:pre:3p; -réagirais réagir ver 33.19 23.45 1.19 0.00 cnd:pre:1s;cnd:pre:2s; -réagirait réagir ver 33.19 23.45 0.40 0.47 cnd:pre:3s; -réagiras réagir ver 33.19 23.45 0.02 0.00 ind:fut:2s; -réagirent réagir ver 33.19 23.45 0.00 0.34 ind:pas:3p; -réagirez réagir ver 33.19 23.45 0.08 0.00 ind:fut:2p; -réagiriez réagir ver 33.19 23.45 0.12 0.07 cnd:pre:2p; -réagirons réagir ver 33.19 23.45 0.15 0.00 ind:fut:1p; -réagiront réagir ver 33.19 23.45 0.15 0.00 ind:fut:3p; -réagis réagir ver m p 33.19 23.45 4.01 1.55 imp:pre:2s;ind:pre:1s;ind:pre:2s;par:pas; -réagissaient réagir ver 33.19 23.45 0.03 0.41 ind:imp:3p; -réagissais réagir ver 33.19 23.45 0.01 0.61 ind:imp:1s; -réagissait réagir ver 33.19 23.45 0.17 1.49 ind:imp:3s; -réagissant réagir ver 33.19 23.45 0.07 0.20 par:pre; -réagissante réagissant adj f s 0.00 0.07 0.00 0.07 -réagisse réagir ver 33.19 23.45 0.84 0.41 sub:pre:1s;sub:pre:3s; -réagissent réagir ver 33.19 23.45 2.06 0.81 ind:pre:3p; -réagisses réagir ver 33.19 23.45 0.07 0.00 sub:pre:2s; -réagissez réagir ver 33.19 23.45 1.39 0.27 imp:pre:2p;ind:pre:2p; -réagissiez réagir ver 33.19 23.45 0.12 0.07 ind:imp:2p; -réagissions réagir ver 33.19 23.45 0.00 0.20 ind:imp:1p; -réagissons réagir ver 33.19 23.45 0.04 0.07 imp:pre:1p;ind:pre:1p; -réagit réagir ver 33.19 23.45 5.09 4.39 ind:pre:3s;ind:pas:3s; -ruai ruer ver 3.27 20.81 0.01 0.47 ind:pas:1s; -ruaient ruer ver 3.27 20.81 0.01 0.74 ind:imp:3p; -ruais ruer ver 3.27 20.81 0.01 0.34 ind:imp:1s; -ruait ruer ver 3.27 20.81 0.13 1.42 ind:imp:3s; -réait réer ver 0.09 0.07 0.00 0.07 ind:imp:3s; -réajusta réajuster ver 0.38 1.22 0.00 0.14 ind:pas:3s; -réajustaient réajuster ver 0.38 1.22 0.00 0.07 ind:imp:3p; -réajustait réajuster ver 0.38 1.22 0.00 0.07 ind:imp:3s; -réajustant réajuster ver 0.38 1.22 0.00 0.34 par:pre; -réajuste réajuster ver 0.38 1.22 0.06 0.07 imp:pre:2s;ind:pre:1s;ind:pre:3s; -réajustement réajustement nom m s 0.18 0.07 0.15 0.00 -réajustements réajustement nom m p 0.18 0.07 0.03 0.07 -réajuster réajuster ver 0.38 1.22 0.26 0.41 inf; -réajusté réajuster ver m s 0.38 1.22 0.03 0.07 par:pas; -réajustées réajuster ver f p 0.38 1.22 0.00 0.07 par:pas; -réajustés réajuster ver m p 0.38 1.22 0.02 0.00 par:pas; -réal réal nom m s 0.16 0.00 0.16 0.00 -réaligne réaligner ver 0.11 0.00 0.06 0.00 ind:pre:1s;ind:pre:3s; -réalignement réalignement nom m s 0.07 0.00 0.07 0.00 -réaligner réaligner ver 0.11 0.00 0.05 0.00 inf; -réalimenter réalimenter ver 0.01 0.00 0.01 0.00 inf; -réalisa réaliser ver 71.27 35.95 1.44 2.03 ind:pas:3s; -réalisable réalisable adj s 0.63 0.68 0.61 0.68 -réalisables réalisable adj p 0.63 0.68 0.02 0.00 -réalisai réaliser ver 71.27 35.95 0.13 1.82 ind:pas:1s; -réalisaient réaliser ver 71.27 35.95 0.47 0.68 ind:imp:3p; -réalisais réaliser ver 71.27 35.95 0.69 0.41 ind:imp:1s;ind:imp:2s; -réalisait réaliser ver 71.27 35.95 0.59 1.28 ind:imp:3s; -réalisant réaliser ver 71.27 35.95 0.72 1.08 par:pre; -réalisateur réalisateur nom m s 17.06 1.08 13.96 0.74 -réalisateurs réalisateur nom m p 17.06 1.08 2.50 0.27 -réalisation réalisation nom f s 3.31 4.19 2.86 3.24 -réalisations réalisation nom f p 3.31 4.19 0.45 0.95 -réalisatrice réalisateur nom f s 17.06 1.08 0.60 0.00 -réalisatrices réalisatrice nom f p 0.02 0.00 0.02 0.00 -réalise réaliser ver 71.27 35.95 9.95 3.51 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:1s; -réalisent réaliser ver 71.27 35.95 2.74 1.15 ind:pre:3p; -réaliser réaliser ver 71.27 35.95 16.95 12.97 inf; -réalisera réaliser ver 71.27 35.95 1.39 0.14 ind:fut:3s; -réaliserai réaliser ver 71.27 35.95 0.12 0.00 ind:fut:1s; -réaliseraient réaliser ver 71.27 35.95 0.03 0.07 cnd:pre:3p; -réaliserais réaliser ver 71.27 35.95 0.20 0.07 cnd:pre:1s;cnd:pre:2s; -réaliserait réaliser ver 71.27 35.95 0.17 0.27 cnd:pre:3s; -réaliseras réaliser ver 71.27 35.95 0.35 0.00 ind:fut:2s; -réaliserez réaliser ver 71.27 35.95 0.19 0.00 ind:fut:2p; -réaliserions réaliser ver 71.27 35.95 0.00 0.07 cnd:pre:1p; -réaliseront réaliser ver 71.27 35.95 0.81 0.20 ind:fut:3p; -réalises réaliser ver 71.27 35.95 5.29 0.34 ind:pre:2p;ind:pre:2s; -réalisez réaliser ver 71.27 35.95 4.33 0.07 imp:pre:2p;ind:pre:2p; -réalisiez réaliser ver 71.27 35.95 0.14 0.07 ind:imp:2p; -réalisions réaliser ver 71.27 35.95 0.04 0.07 ind:imp:1p; -réalisme réalisme nom m s 1.19 5.41 1.19 5.41 -réalisâmes réaliser ver 71.27 35.95 0.14 0.07 ind:pas:1p; -réalisons réaliser ver 71.27 35.95 0.39 0.07 imp:pre:1p;ind:pre:1p; -réalisât réaliser ver 71.27 35.95 0.00 0.07 sub:imp:3s; -réaliste réaliste adj s 7.05 5.81 5.54 3.92 -réalistes réaliste adj p 7.05 5.81 1.52 1.89 -réalisèrent réaliser ver 71.27 35.95 0.14 0.07 ind:pas:3p; -réalisé réaliser ver m s 71.27 35.95 21.23 6.22 par:pas; -réalisée réaliser ver f s 71.27 35.95 0.71 1.69 par:pas; -réalisées réaliser ver f p 71.27 35.95 0.74 0.81 par:pas; -réalisés réaliser ver m p 71.27 35.95 1.23 0.68 par:pas; -réalité réalité nom f s 53.77 82.77 52.15 75.95 -réalités réalité nom f p 53.77 82.77 1.62 6.82 -réamorce réamorcer ver 0.07 0.27 0.01 0.07 ind:pre:1s;ind:pre:3s; -réamorcent réamorcer ver 0.07 0.27 0.00 0.07 ind:pre:3p; -réamorcer réamorcer ver 0.07 0.27 0.06 0.07 inf; -réamorçage réamorçage nom m s 0.01 0.00 0.01 0.00 -réamorçait réamorcer ver 0.07 0.27 0.00 0.07 ind:imp:3s; -réaménageait réaménager ver 0.19 0.27 0.00 0.07 ind:imp:3s; -réaménagement réaménagement nom m s 0.19 0.14 0.19 0.07 -réaménagements réaménagement nom m p 0.19 0.14 0.00 0.07 -réaménager réaménager ver 0.19 0.27 0.12 0.07 inf; -réaménagé réaménager ver m s 0.19 0.27 0.06 0.14 par:pas; -réanimait réanimer ver 1.65 0.20 0.01 0.00 ind:imp:3s; -réanimateur réanimateur nom m s 0.04 0.00 0.04 0.00 -réanimation réanimation nom f s 2.16 1.35 2.16 1.35 -réanime réanimer ver 1.65 0.20 0.09 0.14 imp:pre:2s;ind:pre:1s;ind:pre:3s; -réanimer réanimer ver 1.65 0.20 1.08 0.00 inf; -réanimeraient réanimer ver 1.65 0.20 0.00 0.07 cnd:pre:3p; -réanimez réanimer ver 1.65 0.20 0.04 0.00 imp:pre:2p; -réanimions réanimer ver 1.65 0.20 0.01 0.00 ind:imp:1p; -réanimé réanimer ver m s 1.65 0.20 0.35 0.00 par:pas; -réanimée réanimer ver f s 1.65 0.20 0.07 0.00 par:pas; -ruant ruer ver 3.27 20.81 0.05 1.49 par:pre; -réapercevoir réapercevoir ver 0.00 0.07 0.00 0.07 inf; -réapparût réapparaître ver 4.81 12.23 0.00 0.07 sub:imp:3s; -réapparaît réapparaître ver 4.81 12.23 0.52 1.35 ind:pre:3s; -réapparaîtra réapparaître ver 4.81 12.23 0.47 0.14 ind:fut:3s; -réapparaîtrai réapparaître ver 4.81 12.23 0.00 0.14 ind:fut:1s; -réapparaîtraient réapparaître ver 4.81 12.23 0.01 0.07 cnd:pre:3p; -réapparaîtrait réapparaître ver 4.81 12.23 0.07 0.20 cnd:pre:3s; -réapparaître réapparaître ver 4.81 12.23 0.83 1.96 inf; -réapparaîtront réapparaître ver 4.81 12.23 0.01 0.00 ind:fut:3p; -réapparais réapparaître ver 4.81 12.23 0.21 0.07 ind:pre:1s;ind:pre:2s; -réapparaissaient réapparaître ver 4.81 12.23 0.01 0.34 ind:imp:3p; -réapparaissais réapparaître ver 4.81 12.23 0.01 0.14 ind:imp:1s;ind:imp:2s; -réapparaissait réapparaître ver 4.81 12.23 0.05 1.76 ind:imp:3s; -réapparaissant réapparaître ver 4.81 12.23 0.01 0.27 par:pre; -réapparaisse réapparaître ver 4.81 12.23 0.26 0.20 sub:pre:1s;sub:pre:3s; -réapparaissent réapparaître ver 4.81 12.23 0.58 0.54 ind:pre:3p; -réapparaisses réapparaître ver 4.81 12.23 0.02 0.00 sub:pre:2s; -réapparition réapparition nom f s 0.17 1.69 0.16 1.55 -réapparitions réapparition nom f p 0.17 1.69 0.01 0.14 -réapparu réapparaître ver m s 4.81 12.23 1.19 0.74 par:pas; -réapparue réapparaître ver f s 4.81 12.23 0.11 0.54 par:pas; -réapparues réapparaître ver f p 4.81 12.23 0.01 0.00 par:pas; -réapparurent réapparaître ver 4.81 12.23 0.04 0.41 ind:pas:3p; -réapparus réapparaître ver m p 4.81 12.23 0.32 0.27 par:pas; -réapparut réapparaître ver 4.81 12.23 0.07 3.04 ind:pas:3s; -réappeler réappeler ver 0.01 0.00 0.01 0.00 inf; -réapprenaient réapprendre ver 0.91 1.89 0.00 0.14 ind:imp:3p; -réapprenais réapprendre ver 0.91 1.89 0.00 0.07 ind:imp:1s; -réapprenait réapprendre ver 0.91 1.89 0.01 0.27 ind:imp:3s; -réapprend réapprendre ver 0.91 1.89 0.01 0.14 ind:pre:3s; -réapprendraient réapprendre ver 0.91 1.89 0.00 0.07 cnd:pre:3p; -réapprendre réapprendre ver 0.91 1.89 0.70 0.81 inf; -réapprendrez réapprendre ver 0.91 1.89 0.01 0.00 ind:fut:2p; -réapprends réapprendre ver 0.91 1.89 0.01 0.07 ind:pre:1s; -réapprenne réapprendre ver 0.91 1.89 0.01 0.20 sub:pre:1s; -réappris réapprendre ver m s 0.91 1.89 0.14 0.00 par:pas; -réapprises réapprendre ver f p 0.91 1.89 0.00 0.07 par:pas; -réapprit réapprendre ver 0.91 1.89 0.01 0.07 ind:pas:3s; -réapprovisionne réapprovisionner ver 0.47 0.47 0.04 0.00 ind:pre:3s; -réapprovisionnement réapprovisionnement nom m s 0.21 0.14 0.21 0.14 -réapprovisionner réapprovisionner ver 0.47 0.47 0.38 0.34 inf; -réapprovisionnerait réapprovisionner ver 0.47 0.47 0.00 0.07 cnd:pre:3s; -réapprovisionné réapprovisionner ver m s 0.47 0.47 0.04 0.00 par:pas; -réapprovisionnée réapprovisionner ver f s 0.47 0.47 0.01 0.07 par:pas; -réargenter réargenter ver 0.01 0.00 0.01 0.00 inf; -réarma réarmer ver 0.10 0.47 0.00 0.07 ind:pas:3s; -réarmant réarmer ver 0.10 0.47 0.01 0.00 par:pre; -réarme réarmer ver 0.10 0.47 0.00 0.07 ind:pre:3s; -réarmement réarmement nom m s 0.09 0.34 0.09 0.34 -réarmer réarmer ver 0.10 0.47 0.05 0.14 inf; -réarmé réarmer ver m s 0.10 0.47 0.03 0.07 par:pas; -réarmées réarmer ver f p 0.10 0.47 0.00 0.14 par:pas; -réarrange réarranger ver 0.23 0.27 0.06 0.00 ind:pre:1s;ind:pre:3s; -réarrangeait réarranger ver 0.23 0.27 0.00 0.07 ind:imp:3s; -réarrangeant réarranger ver 0.23 0.27 0.01 0.00 par:pre; -réarrangement réarrangement nom m s 0.03 0.00 0.03 0.00 -réarrangent réarranger ver 0.23 0.27 0.01 0.07 ind:pre:3p; -réarranger réarranger ver 0.23 0.27 0.14 0.14 inf; -réarrangé réarranger ver m s 0.23 0.27 0.01 0.00 par:pas; -réassembler réassembler ver 0.14 0.00 0.14 0.00 inf; -réassignation réassignation nom f s 0.03 0.00 0.03 0.00 -réassigner réassigner ver 0.14 0.07 0.07 0.00 inf; -réassigneront réassigner ver 0.14 0.07 0.00 0.07 ind:fut:3p; -réassigné réassigner ver m s 0.14 0.07 0.07 0.00 par:pas; -réassimilé réassimiler ver m s 0.02 0.00 0.02 0.00 par:pas; -réassorties réassortir ver f p 0.00 0.20 0.00 0.07 par:pas; -réassortir réassortir ver 0.00 0.20 0.00 0.14 inf; -réassumer réassumer ver 0.00 0.14 0.00 0.14 inf; -réassurer réassurer ver 0.02 0.07 0.02 0.07 inf; -réattaquai réattaquer ver 0.03 0.41 0.00 0.07 ind:pas:1s; -réattaquait réattaquer ver 0.03 0.41 0.00 0.14 ind:imp:3s; -réattaque réattaquer ver 0.03 0.41 0.02 0.07 ind:pre:3s; -réattaquer réattaquer ver 0.03 0.41 0.01 0.00 inf; -réattaqué réattaquer ver m s 0.03 0.41 0.00 0.14 par:pas; -réaux réal adj m p 0.40 0.54 0.40 0.54 -ruban ruban nom m s 8.49 23.18 6.56 15.20 -rubans ruban nom m p 8.49 23.18 1.93 7.97 -rébarbatif rébarbatif adj m s 0.17 1.35 0.16 0.61 -rébarbatifs rébarbatif adj m p 0.17 1.35 0.00 0.27 -rébarbative rébarbatif adj f s 0.17 1.35 0.00 0.27 -rébarbatives rébarbatif adj f p 0.17 1.35 0.01 0.20 -rubato rubato adv 0.00 0.07 0.00 0.07 -rébecca rébecca nom f s 0.00 0.07 0.00 0.07 -rébellion rébellion nom f s 4.04 3.85 4.00 3.65 -rébellions rébellion nom f p 4.04 3.85 0.04 0.20 -rubia rubia nom m s 0.01 0.00 0.01 0.00 -rubican rubican adj m s 0.00 0.07 0.00 0.07 -rubicond rubicond adj m s 0.00 1.49 0.00 0.88 -rubiconde rubicond adj f s 0.00 1.49 0.00 0.34 -rubicondes rubicond adj f p 0.00 1.49 0.00 0.14 -rubiconds rubicond adj m p 0.00 1.49 0.00 0.14 -rubis rubis nom m 2.22 3.11 2.22 3.11 -rubricard rubricard nom m s 0.00 0.07 0.00 0.07 -rubrique rubrique nom f s 3.06 6.69 2.90 5.00 -rubriques rubrique nom f p 3.06 6.69 0.16 1.69 -rubénienne rubénien adj f s 0.00 0.07 0.00 0.07 -rubéole rubéole nom f s 0.14 0.14 0.14 0.14 -rébus rébus nom m p 0.10 1.28 0.10 1.28 -récalcitrant récalcitrant adj m s 0.48 1.08 0.21 0.61 -récalcitrante récalcitrant adj f s 0.48 1.08 0.03 0.07 -récalcitrantes récalcitrant adj f p 0.48 1.08 0.10 0.00 -récalcitrants récalcitrant adj m p 0.48 1.08 0.14 0.41 -récapitula récapituler ver 2.65 1.62 0.00 0.07 ind:pas:3s; -récapitulai récapituler ver 2.65 1.62 0.00 0.07 ind:pas:1s; -récapitulais récapituler ver 2.65 1.62 0.02 0.07 ind:imp:1s; -récapitulait récapituler ver 2.65 1.62 0.00 0.27 ind:imp:3s; -récapitulant récapituler ver 2.65 1.62 0.01 0.20 par:pre; -récapitulatif récapitulatif nom m s 0.06 0.20 0.06 0.20 -récapitulation récapitulation nom f s 0.20 0.47 0.20 0.47 -récapitule récapituler ver 2.65 1.62 0.61 0.27 imp:pre:2s;ind:pre:1s;ind:pre:3s; -récapitulent récapituler ver 2.65 1.62 0.00 0.07 ind:pre:3p; -récapituler récapituler ver 2.65 1.62 0.40 0.34 inf; -récapitulez récapituler ver 2.65 1.62 0.04 0.00 imp:pre:2p; -récapitulions récapituler ver 2.65 1.62 0.01 0.00 ind:imp:1p; -récapitulons récapituler ver 2.65 1.62 1.51 0.07 imp:pre:1p; -récapitulé récapituler ver m s 2.65 1.62 0.04 0.14 par:pas; -récapitulée récapituler ver f s 2.65 1.62 0.00 0.07 par:pas; -récemment récemment adv 21.07 15.07 21.07 15.07 -récent récent adj m s 12.42 23.45 3.96 5.61 -récente récent adj f s 12.42 23.45 3.72 8.72 -récentes récent adj f p 12.42 23.45 2.09 4.39 -récents récent adj m p 12.42 23.45 2.65 4.73 -réceptacle réceptacle nom m s 0.70 0.54 0.64 0.47 -réceptacles réceptacle nom m p 0.70 0.54 0.06 0.07 -récepteur récepteur nom m s 0.85 3.58 0.56 3.24 -récepteurs récepteur nom m p 0.85 3.58 0.29 0.34 -réceptif réceptif adj m s 1.44 0.68 0.88 0.41 -réceptifs réceptif adj m p 1.44 0.68 0.14 0.07 -réception réception nom f s 17.47 16.82 16.60 12.70 -réceptionna réceptionner ver 0.69 0.88 0.00 0.07 ind:pas:3s; -réceptionnant réceptionner ver 0.69 0.88 0.00 0.07 par:pre; -réceptionne réceptionner ver 0.69 0.88 0.32 0.34 imp:pre:2s;ind:pre:1s;ind:pre:3s; -réceptionnent réceptionner ver 0.69 0.88 0.01 0.00 ind:pre:3p; -réceptionner réceptionner ver 0.69 0.88 0.13 0.14 inf; -réceptionnera réceptionner ver 0.69 0.88 0.01 0.00 ind:fut:3s; -réceptionniste réceptionniste nom s 1.69 1.96 1.64 1.76 -réceptionnistes réceptionniste nom p 1.69 1.96 0.04 0.20 -réceptionné réceptionner ver m s 0.69 0.88 0.23 0.20 par:pas; -réceptionnées réceptionner ver f p 0.69 0.88 0.00 0.07 par:pas; -réceptions réception nom f p 17.47 16.82 0.86 4.12 -réceptive réceptif adj f s 1.44 0.68 0.38 0.14 -réceptives réceptif adj f p 1.44 0.68 0.04 0.07 -réceptivité réceptivité nom f s 0.04 0.20 0.04 0.20 -réceptrice récepteur adj f s 0.27 0.27 0.02 0.14 -récessif récessif adj m s 0.12 0.00 0.09 0.00 -récessifs récessif adj m p 0.12 0.00 0.02 0.00 -récession récession nom f s 0.96 0.20 0.96 0.20 -récessive récessif adj f s 0.12 0.00 0.01 0.00 -réchappai réchapper ver 2.42 1.55 0.01 0.00 ind:pas:1s; -réchappais réchapper ver 2.42 1.55 0.03 0.07 ind:imp:1s;ind:imp:2s; -réchappait réchapper ver 2.42 1.55 0.00 0.07 ind:imp:3s; -réchappe réchapper ver 2.42 1.55 0.92 0.27 ind:pre:1s;ind:pre:3s; -réchappent réchapper ver 2.42 1.55 0.02 0.07 ind:pre:3p; -réchapper réchapper ver 2.42 1.55 0.64 0.14 inf; -réchappera réchapper ver 2.42 1.55 0.05 0.00 ind:fut:3s; -réchapperaient réchapper ver 2.42 1.55 0.00 0.07 cnd:pre:3p; -réchapperais réchapper ver 2.42 1.55 0.01 0.07 cnd:pre:1s;cnd:pre:2s; -réchapperait réchapper ver 2.42 1.55 0.00 0.27 cnd:pre:3s; -réchappes réchapper ver 2.42 1.55 0.12 0.07 ind:pre:2s; -réchappez réchapper ver 2.42 1.55 0.01 0.00 ind:pre:2p; -réchappons réchapper ver 2.42 1.55 0.11 0.00 ind:pre:1p; -réchappé réchapper ver m s 2.42 1.55 0.50 0.47 par:pas; -réchappés réchapper ver m p 2.42 1.55 0.01 0.00 par:pas; -réchaud réchaud nom m s 1.00 6.82 0.83 6.22 -réchauds réchaud nom m p 1.00 6.82 0.17 0.61 -réchauffa réchauffer ver 16.27 22.16 0.01 0.95 ind:pas:3s; -réchauffage réchauffage nom m s 0.01 0.00 0.01 0.00 -réchauffai réchauffer ver 16.27 22.16 0.00 0.14 ind:pas:1s; -réchauffaient réchauffer ver 16.27 22.16 0.03 0.34 ind:imp:3p; -réchauffais réchauffer ver 16.27 22.16 0.03 0.00 ind:imp:1s;ind:imp:2s; -réchauffait réchauffer ver 16.27 22.16 0.08 2.23 ind:imp:3s; -réchauffant réchauffer ver 16.27 22.16 0.03 0.41 par:pre; -réchauffante réchauffant adj f s 0.00 0.27 0.00 0.07 -réchauffantes réchauffant adj f p 0.00 0.27 0.00 0.14 -réchauffants réchauffant adj m p 0.00 0.27 0.00 0.07 -réchauffe réchauffer ver 16.27 22.16 5.06 3.24 imp:pre:2s;ind:pre:1s;ind:pre:3s; -réchauffement réchauffement nom m s 1.02 0.07 1.02 0.07 -réchauffent réchauffer ver 16.27 22.16 0.34 0.68 ind:pre:3p; -réchauffer réchauffer ver 16.27 22.16 7.64 11.62 inf; -réchauffera réchauffer ver 16.27 22.16 0.79 0.47 ind:fut:3s; -réchaufferai réchauffer ver 16.27 22.16 0.07 0.07 ind:fut:1s; -réchaufferait réchauffer ver 16.27 22.16 0.04 0.07 cnd:pre:3s; -réchaufferas réchauffer ver 16.27 22.16 0.10 0.00 ind:fut:2s; -réchaufferez réchauffer ver 16.27 22.16 0.12 0.00 ind:fut:2p; -réchaufferont réchauffer ver 16.27 22.16 0.02 0.07 ind:fut:3p; -réchauffeur réchauffeur nom m s 0.03 0.00 0.03 0.00 -réchauffez réchauffer ver 16.27 22.16 0.81 0.00 imp:pre:2p;ind:pre:2p; -réchauffions réchauffer ver 16.27 22.16 0.00 0.07 ind:imp:1p; -réchauffons réchauffer ver 16.27 22.16 0.03 0.00 imp:pre:1p;ind:pre:1p; -réchauffât réchauffer ver 16.27 22.16 0.00 0.07 sub:imp:3s; -réchauffèrent réchauffer ver 16.27 22.16 0.00 0.07 ind:pas:3p; -réchauffé réchauffer ver m s 16.27 22.16 0.79 0.81 par:pas; -réchauffée réchauffer ver f s 16.27 22.16 0.28 0.47 par:pas; -réchauffées réchauffé adj f p 1.04 1.15 0.01 0.07 -réchauffés réchauffé adj m p 1.04 1.15 0.15 0.14 -rêche rêche adj s 0.51 8.11 0.47 6.08 -ruche ruche nom f s 3.57 3.51 2.64 2.03 -rucher rucher nom m s 0.11 0.20 0.11 0.14 -ruchers rucher nom m p 0.11 0.20 0.00 0.07 -rêches rêche adj p 0.51 8.11 0.04 2.03 -ruches ruche nom f p 3.57 3.51 0.93 1.49 -ruché ruché nom m s 0.00 0.14 0.00 0.07 -ruchée ruché nom f s 0.00 0.14 0.00 0.07 -récidivai récidiver ver 0.48 0.68 0.00 0.07 ind:pas:1s; -récidivaient récidiver ver 0.48 0.68 0.00 0.07 ind:imp:3p; -récidivant récidivant adj m s 0.03 0.00 0.01 0.00 -récidivante récidivant adj f s 0.03 0.00 0.01 0.00 -récidive récidive nom f s 0.61 0.81 0.57 0.61 -récidiver récidiver ver 0.48 0.68 0.12 0.14 inf; -récidiveras récidiver ver 0.48 0.68 0.01 0.00 ind:fut:2s; -récidives récidive nom f p 0.61 0.81 0.04 0.20 -récidivez récidiver ver 0.48 0.68 0.01 0.00 ind:pre:2p; -récidiviste récidiviste nom s 0.79 0.27 0.65 0.20 -récidivistes récidiviste nom p 0.79 0.27 0.14 0.07 -récidivé récidiver ver m s 0.48 0.68 0.07 0.07 par:pas; -récif récif nom m s 1.44 2.03 0.75 0.54 -récifale récifal adj f s 0.01 0.00 0.01 0.00 -récifs récif nom m p 1.44 2.03 0.69 1.49 -récipiendaire récipiendaire nom s 0.03 0.41 0.01 0.20 -récipiendaires récipiendaire nom p 0.03 0.41 0.02 0.20 -récipient récipient nom m s 1.64 4.12 1.36 2.77 -récipients récipient nom m p 1.64 4.12 0.27 1.35 -réciprocité réciprocité nom f s 0.28 1.55 0.28 1.55 -réciproque réciproque adj s 3.91 8.24 3.59 5.68 -réciproquement réciproquement adv 0.26 3.45 0.26 3.45 -réciproques réciproque adj p 3.91 8.24 0.32 2.57 -récit récit nom m s 9.89 56.15 7.12 37.84 -récita réciter ver 11.89 28.51 0.01 3.24 ind:pas:3s; -récitai réciter ver 11.89 28.51 0.00 0.41 ind:pas:1s; -récitaient réciter ver 11.89 28.51 0.00 1.08 ind:imp:3p; -récitais réciter ver 11.89 28.51 0.12 1.15 ind:imp:1s;ind:imp:2s; -récitait réciter ver 11.89 28.51 0.39 4.86 ind:imp:3s; -récital récital nom m s 1.41 1.89 1.33 1.28 -récitals récital nom m p 1.41 1.89 0.08 0.61 -récitant réciter ver 11.89 28.51 0.04 1.89 par:pre; -récitante récitant nom f s 0.02 1.28 0.00 0.07 -récitants récitant nom m p 0.02 1.28 0.00 0.20 -récitassent réciter ver 11.89 28.51 0.00 0.07 sub:imp:3p; -récitatif récitatif adj m s 0.01 0.00 0.01 0.00 -récitatifs récitatif nom m p 0.00 0.20 0.00 0.07 -récitation récitation nom f s 0.19 2.91 0.17 2.03 -récitations récitation nom f p 0.19 2.91 0.02 0.88 -récite réciter ver 11.89 28.51 3.44 3.72 imp:pre:2s;ind:pre:1s;ind:pre:3s; -récitent réciter ver 11.89 28.51 0.47 0.27 ind:pre:3p; -réciter réciter ver 11.89 28.51 4.21 7.97 inf; -récitera réciter ver 11.89 28.51 0.23 0.07 ind:fut:3s; -réciterai réciter ver 11.89 28.51 0.27 0.07 ind:fut:1s; -réciteraient réciter ver 11.89 28.51 0.00 0.07 cnd:pre:3p; -réciterait réciter ver 11.89 28.51 0.01 0.34 cnd:pre:3s; -réciteras réciter ver 11.89 28.51 0.04 0.00 ind:fut:2s; -réciterez réciter ver 11.89 28.51 0.16 0.00 ind:fut:2p; -réciterons réciter ver 11.89 28.51 0.14 0.07 ind:fut:1p; -réciteront réciter ver 11.89 28.51 0.00 0.07 ind:fut:3p; -récites réciter ver 11.89 28.51 0.45 0.14 ind:pre:2s; -récitez réciter ver 11.89 28.51 0.83 0.27 imp:pre:2p;ind:pre:2p; -récitions réciter ver 11.89 28.51 0.01 0.27 ind:imp:1p; -récitons réciter ver 11.89 28.51 0.28 0.20 imp:pre:1p;ind:pre:1p; -récits récit nom m p 9.89 56.15 2.77 18.31 -récitèrent réciter ver 11.89 28.51 0.00 0.14 ind:pas:3p; -récité réciter ver m s 11.89 28.51 0.69 1.35 par:pas; -récitée réciter ver f s 11.89 28.51 0.00 0.41 par:pas; -récitées réciter ver f p 11.89 28.51 0.00 0.20 par:pas; -récités réciter ver m p 11.89 28.51 0.12 0.20 par:pas; -rucksack rucksack nom m s 0.00 0.07 0.00 0.07 -réclama réclamer ver 21.00 49.26 0.12 4.32 ind:pas:3s; -réclamai réclamer ver 21.00 49.26 0.00 0.20 ind:pas:1s; -réclamaient réclamer ver 21.00 49.26 0.26 4.05 ind:imp:3p; -réclamais réclamer ver 21.00 49.26 0.07 0.68 ind:imp:1s;ind:imp:2s; -réclamait réclamer ver 21.00 49.26 0.91 8.51 ind:imp:3s; -réclamant réclamer ver 21.00 49.26 0.52 2.43 par:pre; -réclamantes réclamant nom f p 0.00 0.07 0.00 0.07 -réclamation réclamation nom f s 2.15 1.42 1.02 0.68 -réclamations réclamation nom f p 2.15 1.42 1.13 0.74 -réclame réclamer ver 21.00 49.26 8.98 7.84 imp:pre:2s;ind:pre:1s;ind:pre:3s; -réclament réclamer ver 21.00 49.26 2.20 2.50 ind:pre:3p; -réclamer réclamer ver 21.00 49.26 3.18 11.76 inf; -réclamera réclamer ver 21.00 49.26 0.31 0.14 ind:fut:3s; -réclamerai réclamer ver 21.00 49.26 0.04 0.07 ind:fut:1s; -réclameraient réclamer ver 21.00 49.26 0.04 0.00 cnd:pre:3p; -réclamerais réclamer ver 21.00 49.26 0.00 0.14 cnd:pre:1s; -réclamerait réclamer ver 21.00 49.26 0.06 0.41 cnd:pre:3s; -réclameras réclamer ver 21.00 49.26 0.02 0.07 ind:fut:2s; -réclamerez réclamer ver 21.00 49.26 0.05 0.14 ind:fut:2p; -réclameriez réclamer ver 21.00 49.26 0.01 0.00 cnd:pre:2p; -réclamerons réclamer ver 21.00 49.26 0.01 0.07 ind:fut:1p; -réclameront réclamer ver 21.00 49.26 0.08 0.07 ind:fut:3p; -réclames réclame nom f p 1.43 6.15 0.28 2.91 -réclamez réclamer ver 21.00 49.26 0.55 0.20 imp:pre:2p;ind:pre:2p; -réclamiez réclamer ver 21.00 49.26 0.04 0.20 ind:imp:2p; -réclamions réclamer ver 21.00 49.26 0.01 0.14 ind:imp:1p; -réclamons réclamer ver 21.00 49.26 0.40 0.41 imp:pre:1p;ind:pre:1p; -réclamèrent réclamer ver 21.00 49.26 0.01 0.61 ind:pas:3p; -réclamé réclamer ver m s 21.00 49.26 1.85 2.64 par:pas; -réclamée réclamer ver f s 21.00 49.26 0.60 1.15 par:pas; -réclamées réclamer ver f p 21.00 49.26 0.39 0.14 par:pas; -réclamés réclamer ver m p 21.00 49.26 0.13 0.27 par:pas; -réclusion réclusion nom f s 1.10 3.04 1.09 3.04 -réclusionnaires réclusionnaire nom p 0.00 0.07 0.00 0.07 -réclusions réclusion nom f p 1.10 3.04 0.01 0.00 -récollet récollet nom m s 0.00 0.81 0.00 0.07 -récollets récollet nom m p 0.00 0.81 0.00 0.74 -récolta récolter ver 10.65 7.36 0.00 0.07 ind:pas:3s; -récoltable récoltable adj s 0.01 0.00 0.01 0.00 -récoltai récolter ver 10.65 7.36 0.00 0.07 ind:pas:1s; -récoltaient récolter ver 10.65 7.36 0.06 0.07 ind:imp:3p; -récoltais récolter ver 10.65 7.36 0.05 0.14 ind:imp:1s;ind:imp:2s; -récoltait récolter ver 10.65 7.36 0.07 0.81 ind:imp:3s; -récoltant récolter ver 10.65 7.36 0.08 0.14 par:pre; -récolte récolte nom f s 9.83 8.99 7.93 5.54 -récoltent récolter ver 10.65 7.36 0.45 0.34 ind:pre:3p; -récolter récolter ver 10.65 7.36 3.66 2.43 inf; -récoltera récolter ver 10.65 7.36 0.07 0.00 ind:fut:3s; -récolterai récolter ver 10.65 7.36 0.03 0.00 ind:fut:1s; -récolteraient récolter ver 10.65 7.36 0.01 0.07 cnd:pre:3p; -récolterais récolter ver 10.65 7.36 0.10 0.00 cnd:pre:2s; -récolterait récolter ver 10.65 7.36 0.02 0.14 cnd:pre:3s; -récolteras récolter ver 10.65 7.36 0.07 0.00 ind:fut:2s; -récolterons récolter ver 10.65 7.36 0.16 0.07 ind:fut:1p; -récolteront récolter ver 10.65 7.36 0.02 0.00 ind:fut:3p; -récoltes récolte nom f p 9.83 8.99 1.90 3.45 -récolteurs récolteur nom m p 0.03 0.07 0.02 0.07 -récolteuse récolteur nom f s 0.03 0.07 0.01 0.00 -récoltez récolter ver 10.65 7.36 0.14 0.00 imp:pre:2p;ind:pre:2p; -récoltions récolter ver 10.65 7.36 0.00 0.14 ind:imp:1p; -récoltons récolter ver 10.65 7.36 0.29 0.00 imp:pre:1p;ind:pre:1p; -récolté récolter ver m s 10.65 7.36 1.42 1.42 par:pas; -récoltée récolter ver f s 10.65 7.36 0.09 0.07 par:pas; -récoltées récolter ver f p 10.65 7.36 0.20 0.20 par:pas; -récoltés récolter ver m p 10.65 7.36 0.22 0.41 par:pas; -récompensa récompenser ver 9.96 8.38 0.01 0.14 ind:pas:3s; -récompensaient récompenser ver 9.96 8.38 0.00 0.20 ind:imp:3p; -récompensait récompenser ver 9.96 8.38 0.17 1.22 ind:imp:3s; -récompensant récompenser ver 9.96 8.38 0.04 0.14 par:pre; -récompense récompense nom f s 19.66 9.73 18.39 8.31 -récompensent récompenser ver 9.96 8.38 0.23 0.00 ind:pre:3p; -récompenser récompenser ver 9.96 8.38 2.29 2.77 inf;;inf;;inf;; -récompensera récompenser ver 9.96 8.38 0.76 0.00 ind:fut:3s; -récompenserai récompenser ver 9.96 8.38 0.37 0.14 ind:fut:1s; -récompenserais récompenser ver 9.96 8.38 0.00 0.07 cnd:pre:1s; -récompenserons récompenser ver 9.96 8.38 0.06 0.00 ind:fut:1p; -récompenseront récompenser ver 9.96 8.38 0.04 0.00 ind:fut:3p; -récompenses récompense nom f p 19.66 9.73 1.27 1.42 -récompensez récompenser ver 9.96 8.38 0.13 0.14 imp:pre:2p;ind:pre:2p; -récompensons récompenser ver 9.96 8.38 0.03 0.00 imp:pre:1p;ind:pre:1p; -récompensèrent récompenser ver 9.96 8.38 0.00 0.07 ind:pas:3p; -récompensé récompenser ver m s 9.96 8.38 2.39 1.28 par:pas; -récompensée récompenser ver f s 9.96 8.38 1.15 0.47 par:pas; -récompensées récompenser ver f p 9.96 8.38 0.21 0.14 par:pas; -récompensés récompenser ver m p 9.96 8.38 0.69 0.61 par:pas; -réconcilia réconcilier ver 9.04 10.61 0.01 0.07 ind:pas:3s; -réconciliaient réconcilier ver 9.04 10.61 0.01 0.34 ind:imp:3p; -réconciliait réconcilier ver 9.04 10.61 0.04 0.74 ind:imp:3s; -réconciliant réconcilier ver 9.04 10.61 0.03 0.14 par:pre; -réconciliateur réconciliateur nom m s 0.02 0.07 0.02 0.07 -réconciliation réconciliation nom f s 2.62 5.47 2.38 4.73 -réconciliations réconciliation nom f p 2.62 5.47 0.23 0.74 -réconciliatrice réconciliateur adj f s 0.00 0.07 0.00 0.07 -réconcilie réconcilier ver 9.04 10.61 0.90 0.68 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -réconcilient réconcilier ver 9.04 10.61 0.25 0.20 ind:pre:3p; -réconcilier réconcilier ver 9.04 10.61 3.61 3.38 inf; -réconciliera réconcilier ver 9.04 10.61 0.15 0.00 ind:fut:3s; -réconcilierai réconcilier ver 9.04 10.61 0.02 0.07 ind:fut:1s; -réconcilieraient réconcilier ver 9.04 10.61 0.00 0.07 cnd:pre:3p; -réconcilierait réconcilier ver 9.04 10.61 0.00 0.20 cnd:pre:3s; -réconcilierez réconcilier ver 9.04 10.61 0.04 0.00 ind:fut:2p; -réconciliez réconcilier ver 9.04 10.61 0.23 0.00 imp:pre:2p;ind:pre:2p; -réconciliions réconcilier ver 9.04 10.61 0.00 0.14 ind:imp:1p; -réconciliâmes réconcilier ver 9.04 10.61 0.00 0.07 ind:pas:1p; -réconcilions réconcilier ver 9.04 10.61 0.30 0.07 imp:pre:1p;ind:pre:1p; -réconcilié réconcilier ver m s 9.04 10.61 0.59 2.03 par:pas; -réconciliée réconcilier ver f s 9.04 10.61 0.42 0.61 par:pas; -réconciliées réconcilier ver f p 9.04 10.61 0.65 0.07 par:pas; -réconciliés réconcilier ver m p 9.04 10.61 1.78 1.76 par:pas; -réconfort réconfort nom m s 4.75 6.42 4.71 6.35 -réconforta réconforter ver 6.86 9.19 0.02 0.95 ind:pas:3s; -réconfortaient réconforter ver 6.86 9.19 0.01 0.27 ind:imp:3p; -réconfortait réconforter ver 6.86 9.19 0.02 1.08 ind:imp:3s; -réconfortant réconfortant adj m s 2.00 6.08 1.62 2.91 -réconfortante réconfortant adj f s 2.00 6.08 0.20 2.36 -réconfortantes réconfortant adj f p 2.00 6.08 0.11 0.68 -réconfortants réconfortant adj m p 2.00 6.08 0.07 0.14 -réconforte réconforter ver 6.86 9.19 1.73 0.88 imp:pre:2s;ind:pre:1s;ind:pre:3s; -réconfortent réconforter ver 6.86 9.19 0.41 0.41 ind:pre:3p; -réconforter réconforter ver 6.86 9.19 3.21 2.77 ind:pre:2p;inf; -réconfortera réconforter ver 6.86 9.19 0.16 0.00 ind:fut:3s; -réconforterai réconforter ver 6.86 9.19 0.01 0.00 ind:fut:1s; -réconforterait réconforter ver 6.86 9.19 0.02 0.07 cnd:pre:3s; -réconforteras réconforter ver 6.86 9.19 0.01 0.00 ind:fut:2s; -réconforterez réconforter ver 6.86 9.19 0.01 0.00 ind:fut:2p; -réconfortez réconforter ver 6.86 9.19 0.30 0.00 imp:pre:2p; -réconforts réconfort nom m p 4.75 6.42 0.04 0.07 -réconforté réconforter ver m s 6.86 9.19 0.48 1.62 par:pas; -réconfortée réconforter ver f s 6.86 9.19 0.19 0.34 par:pas; -réconfortés réconforter ver m p 6.86 9.19 0.18 0.27 par:pas; -récri récri nom m s 0.02 0.14 0.00 0.14 -récria récrier ver 0.00 2.91 0.00 0.68 ind:pas:3s; -récriai récrier ver 0.00 2.91 0.00 0.14 ind:pas:1s; -récriaient récrier ver 0.00 2.91 0.00 0.14 ind:imp:3p; -récriait récrier ver 0.00 2.91 0.00 0.34 ind:imp:3s; -récrie récrier ver 0.00 2.91 0.00 0.54 ind:pre:1s;ind:pre:3s; -récrient récrier ver 0.00 2.91 0.00 0.07 ind:pre:3p; -récrier récrier ver 0.00 2.91 0.00 0.14 inf; -récriminait récriminer ver 0.16 0.68 0.00 0.27 ind:imp:3s; -récrimination récrimination nom f s 0.64 3.11 0.03 0.61 -récriminations récrimination nom f p 0.64 3.11 0.61 2.50 -récriminer récriminer ver 0.16 0.68 0.16 0.41 inf; -récrirai récrire ver 0.46 0.95 0.03 0.07 ind:fut:1s; -récrire récrire ver 0.46 0.95 0.29 0.61 inf; -récris récrire ver 0.46 0.95 0.02 0.00 imp:pre:2s; -récrit récrire ver m s 0.46 0.95 0.11 0.14 ind:pre:3s;par:pas; -récrites récrire ver f p 0.46 0.95 0.00 0.07 par:pas; -récrièrent récrier ver 0.00 2.91 0.00 0.27 ind:pas:3p; -récrié récrier ver m s 0.00 2.91 0.00 0.20 par:pas; -récriée récrier ver f s 0.00 2.91 0.00 0.20 par:pas; -récriées récrier ver f p 0.00 2.91 0.00 0.07 par:pas; -récriés récrier ver m p 0.00 2.91 0.00 0.14 par:pas; -récrivent récrire ver 0.46 0.95 0.01 0.00 ind:pre:3p; -récrivit récrire ver 0.46 0.95 0.00 0.07 ind:pas:3s; -récré récré nom f s 2.29 2.70 2.25 2.16 -récréatif récréatif adj m s 0.38 0.47 0.06 0.00 -récréation récréation nom f s 2.88 11.28 2.43 9.26 -récréations récréation nom f p 2.88 11.28 0.45 2.03 -récréative récréatif adj f s 0.38 0.47 0.24 0.41 -récréatives récréatif adj f p 0.38 0.47 0.07 0.07 -récrée récréer ver 0.06 0.00 0.04 0.00 ind:pre:3s; -récréer récréer ver 0.06 0.00 0.01 0.00 inf; -récrés récré nom f p 2.29 2.70 0.05 0.54 -récréé récréer ver m s 0.06 0.00 0.01 0.00 par:pas; -récup récup nom m s 0.13 0.14 0.13 0.00 -récupe récup nom f s 0.13 0.14 0.00 0.14 -récépissé récépissé nom m s 0.09 0.34 0.09 0.34 -récupère récupérer ver 75.93 31.82 9.77 2.77 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -récupèrent récupérer ver 75.93 31.82 0.61 0.20 ind:pre:3p; -récupères récupérer ver 75.93 31.82 1.28 0.20 ind:pre:2s; -récupéra récupérer ver 75.93 31.82 0.06 1.82 ind:pas:3s; -récupérable récupérable adj m s 0.43 0.88 0.14 0.61 -récupérables récupérable adj p 0.43 0.88 0.28 0.27 -récupérai récupérer ver 75.93 31.82 0.00 0.54 ind:pas:1s; -récupéraient récupérer ver 75.93 31.82 0.01 0.14 ind:imp:3p; -récupérais récupérer ver 75.93 31.82 0.16 0.20 ind:imp:1s;ind:imp:2s; -récupérait récupérer ver 75.93 31.82 0.32 1.49 ind:imp:3s; -récupérant récupérer ver 75.93 31.82 0.19 1.22 par:pre; -récupérateur récupérateur nom m s 0.27 0.07 0.12 0.07 -récupérateurs récupérateur nom m p 0.27 0.07 0.15 0.00 -récupération récupération nom f s 2.04 1.89 2.01 1.82 -récupérations récupération nom f p 2.04 1.89 0.04 0.07 -récupérer récupérer ver 75.93 31.82 44.59 14.19 inf; -récupérera récupérer ver 75.93 31.82 0.72 0.07 ind:fut:3s; -récupérerai récupérer ver 75.93 31.82 0.84 0.07 ind:fut:1s; -récupérerais récupérer ver 75.93 31.82 0.09 0.07 cnd:pre:1s;cnd:pre:2s; -récupérerait récupérer ver 75.93 31.82 0.09 0.20 cnd:pre:3s; -récupéreras récupérer ver 75.93 31.82 0.45 0.07 ind:fut:2s; -récupérerez récupérer ver 75.93 31.82 0.49 0.00 ind:fut:2p; -récupérerons récupérer ver 75.93 31.82 0.32 0.00 ind:fut:1p; -récupéreront récupérer ver 75.93 31.82 0.06 0.00 ind:fut:3p; -récupérez récupérer ver 75.93 31.82 1.80 0.20 imp:pre:2p;ind:pre:2p; -récupériez récupérer ver 75.93 31.82 0.04 0.00 ind:imp:2p; -récupérions récupérer ver 75.93 31.82 0.07 0.07 ind:imp:1p; -récupérâmes récupérer ver 75.93 31.82 0.02 0.07 ind:pas:1p; -récupérons récupérer ver 75.93 31.82 0.65 0.07 imp:pre:1p;ind:pre:1p; -récupérèrent récupérer ver 75.93 31.82 0.00 0.14 ind:pas:3p; -récupéré récupérer ver m s 75.93 31.82 10.33 5.41 par:pas; -récupérée récupérer ver f s 75.93 31.82 1.26 0.95 par:pas; -récupérées récupérer ver f p 75.93 31.82 0.80 0.74 par:pas; -récupérés récupérer ver m p 75.93 31.82 0.90 0.95 par:pas; -récurage récurage nom m s 0.03 0.27 0.03 0.27 -récuraient récurer ver 0.54 2.84 0.00 0.14 ind:imp:3p; -récurais récurer ver 0.54 2.84 0.00 0.14 ind:imp:1s; -récurait récurer ver 0.54 2.84 0.01 0.14 ind:imp:3s; -récurant récurer ver 0.54 2.84 0.00 0.20 par:pre; -récure récurer ver 0.54 2.84 0.07 0.27 imp:pre:2s;ind:pre:1s;ind:pre:3s; -récurent récurer ver 0.54 2.84 0.01 0.20 ind:pre:3p; -récurer récurer ver 0.54 2.84 0.35 0.74 inf; -récurerai récurer ver 0.54 2.84 0.00 0.07 ind:fut:1s; -récurrence récurrence nom f s 0.19 0.14 0.17 0.14 -récurrences récurrence nom f p 0.19 0.14 0.01 0.00 -récurrent récurrent adj m s 1.38 0.41 0.56 0.07 -récurrente récurrent adj f s 1.38 0.41 0.28 0.14 -récurrentes récurrent adj f p 1.38 0.41 0.21 0.07 -récurrents récurrent adj m p 1.38 0.41 0.33 0.14 -récursif récursif adj m s 0.03 0.00 0.03 0.00 -récuré récurer ver m s 0.54 2.84 0.08 0.34 par:pas; -récurée récurer ver f s 0.54 2.84 0.00 0.20 par:pas; -récurées récurer ver f p 0.54 2.84 0.01 0.14 par:pas; -récurés récurer ver m p 0.54 2.84 0.01 0.27 par:pas; -récusa récuser ver 0.78 3.04 0.00 0.14 ind:pas:3s; -récusable récusable adj m s 0.00 0.14 0.00 0.07 -récusables récusable adj p 0.00 0.14 0.00 0.07 -récusaient récuser ver 0.78 3.04 0.00 0.14 ind:imp:3p; -récusais récuser ver 0.78 3.04 0.00 0.27 ind:imp:1s; -récusait récuser ver 0.78 3.04 0.01 0.41 ind:imp:3s; -récusant récuser ver 0.78 3.04 0.03 0.14 par:pre; -récusation récusation nom f s 0.09 0.07 0.07 0.07 -récusations récusation nom f p 0.09 0.07 0.02 0.00 -récuse récuser ver 0.78 3.04 0.19 0.14 imp:pre:2s;ind:pre:1s;ind:pre:3s; -récuser récuser ver 0.78 3.04 0.31 1.08 inf; -récuserait récuser ver 0.78 3.04 0.00 0.07 cnd:pre:3s; -récuserons récuser ver 0.78 3.04 0.01 0.00 ind:fut:1p; -récusons récuser ver 0.78 3.04 0.07 0.00 imp:pre:1p;ind:pre:1p; -récusèrent récuser ver 0.78 3.04 0.00 0.14 ind:pas:3p; -récusé récuser ver m s 0.78 3.04 0.14 0.34 par:pas; -récusée récuser ver f s 0.78 3.04 0.01 0.20 par:pas; -rédacteur rédacteur nom m s 4.93 5.68 3.32 3.85 -rédacteurs rédacteur nom m p 4.93 5.68 0.67 1.35 -rédaction rédaction nom f s 2.93 12.23 2.82 11.22 -rédactionnel rédactionnel adj m s 0.02 0.07 0.01 0.00 -rédactionnelle rédactionnel adj f s 0.02 0.07 0.01 0.07 -rédactions rédaction nom f p 2.93 12.23 0.11 1.01 -rédactrice rédacteur nom f s 4.93 5.68 0.94 0.27 -rédactrices rédactrice nom f p 0.02 0.00 0.02 0.00 -rude rude adj s 6.85 29.80 5.68 22.64 -rudement rudement adv 2.42 10.07 2.42 10.07 -rédempteur rédempteur nom m s 0.78 0.27 0.78 0.20 -rédemption rédemption nom f s 2.35 1.35 2.35 1.22 -rédemptions rédemption nom f p 2.35 1.35 0.00 0.14 -rédemptoriste rédemptoriste nom s 0.10 0.00 0.10 0.00 -rédemptrice rédempteur adj f s 0.40 0.34 0.00 0.07 -rudes rude adj p 6.85 29.80 1.17 7.16 -rudesse rudesse nom f s 0.42 3.65 0.42 3.38 -rudesses rudesse nom f p 0.42 3.65 0.00 0.27 -rédhibition rédhibition nom f s 0.00 0.07 0.00 0.07 -rédhibitoire rédhibitoire adj s 0.06 0.47 0.06 0.34 -rédhibitoires rédhibitoire adj p 0.06 0.47 0.00 0.14 -rédige rédiger ver 8.49 22.16 0.72 1.49 imp:pre:2s;ind:pre:1s;ind:pre:3s; -rédigea rédiger ver 8.49 22.16 0.02 1.35 ind:pas:3s; -rédigeai rédiger ver 8.49 22.16 0.00 0.47 ind:pas:1s; -rédigeaient rédiger ver 8.49 22.16 0.01 0.27 ind:imp:3p; -rédigeais rédiger ver 8.49 22.16 0.05 0.20 ind:imp:1s; -rédigeait rédiger ver 8.49 22.16 0.05 1.01 ind:imp:3s; -rédigeant rédiger ver 8.49 22.16 0.04 0.41 par:pre; -rédigent rédiger ver 8.49 22.16 0.06 0.07 ind:pre:3p; -rédigeons rédiger ver 8.49 22.16 0.05 0.34 imp:pre:1p;ind:pre:1p; -rédiger rédiger ver 8.49 22.16 2.27 6.96 inf; -rédigera rédiger ver 8.49 22.16 0.02 0.00 ind:fut:3s; -rédigerai rédiger ver 8.49 22.16 0.05 0.14 ind:fut:1s; -rédigerais rédiger ver 8.49 22.16 0.01 0.00 cnd:pre:1s; -rédigeras rédiger ver 8.49 22.16 0.03 0.07 ind:fut:2s; -rédigerez rédiger ver 8.49 22.16 0.03 0.14 ind:fut:2p; -rédiges rédiger ver 8.49 22.16 0.06 0.20 ind:pre:2s; -rédigez rédiger ver 8.49 22.16 0.83 0.00 imp:pre:2p;ind:pre:2p; -rédigiez rédiger ver 8.49 22.16 0.04 0.07 ind:imp:2p; -rédigions rédiger ver 8.49 22.16 0.00 0.14 ind:imp:1p; -rédigèrent rédiger ver 8.49 22.16 0.00 0.14 ind:pas:3p; -rédigé rédiger ver m s 8.49 22.16 2.55 4.19 par:pas; -rédigée rédiger ver f s 8.49 22.16 1.31 2.16 par:pas; -rédigées rédiger ver f p 8.49 22.16 0.03 1.08 par:pas; -rédigés rédiger ver m p 8.49 22.16 0.26 1.28 par:pas; -rédimaient rédimer ver 0.00 0.07 0.00 0.07 ind:imp:3p; -rudiment rudiment nom m s 0.24 1.89 0.01 0.27 -rudimentaire rudimentaire adj s 0.87 3.11 0.73 2.09 -rudimentaires rudimentaire adj p 0.87 3.11 0.14 1.01 -rudiments rudiment nom m p 0.24 1.89 0.23 1.62 -rudoie rudoyer ver 0.45 1.22 0.01 0.00 ind:pre:3s; -rudoiement rudoiement nom m s 0.00 0.14 0.00 0.07 -rudoiements rudoiement nom m p 0.00 0.14 0.00 0.07 -rudoient rudoyer ver 0.45 1.22 0.00 0.07 ind:pre:3p; -rudoies rudoyer ver 0.45 1.22 0.01 0.00 ind:pre:2s; -rudoya rudoyer ver 0.45 1.22 0.00 0.07 ind:pas:3s; -rudoyais rudoyer ver 0.45 1.22 0.00 0.07 ind:imp:1s; -rudoyait rudoyer ver 0.45 1.22 0.02 0.41 ind:imp:3s; -rudoyant rudoyer ver 0.45 1.22 0.00 0.07 par:pre; -rudoyer rudoyer ver 0.45 1.22 0.32 0.20 inf; -rudoyèrent rudoyer ver 0.45 1.22 0.00 0.07 ind:pas:3p; -rudoyé rudoyer ver m s 0.45 1.22 0.08 0.20 par:pas; -rudoyés rudoyer ver m p 0.45 1.22 0.01 0.07 par:pas; -réducteur réducteur adj m s 0.12 0.07 0.12 0.07 -réducteurs réducteur nom m p 0.26 0.14 0.23 0.07 -réduction réduction nom f s 4.51 3.18 3.37 2.91 -réductionnisme réductionnisme nom m s 0.03 0.00 0.03 0.00 -réductionniste réductionniste adj s 0.01 0.00 0.01 0.00 -réductions réduction nom f p 4.51 3.18 1.14 0.27 -réduira réduire ver 27.88 50.61 0.53 0.34 ind:fut:3s; -réduirai réduire ver 27.88 50.61 0.26 0.20 ind:fut:1s; -réduiraient réduire ver 27.88 50.61 0.02 0.07 cnd:pre:3p; -réduirait réduire ver 27.88 50.61 0.44 0.34 cnd:pre:3s; -réduire réduire ver 27.88 50.61 8.85 13.04 ind:pre:2p;inf; -réduirons réduire ver 27.88 50.61 0.05 0.07 ind:fut:1p; -réduiront réduire ver 27.88 50.61 0.22 0.07 ind:fut:3p; -réduis réduire ver 27.88 50.61 1.35 0.20 imp:pre:2s;ind:pre:1s;ind:pre:2s; -réduisît réduire ver 27.88 50.61 0.00 0.14 sub:imp:3s; -réduisaient réduire ver 27.88 50.61 0.01 0.88 ind:imp:3p; -réduisais réduire ver 27.88 50.61 0.04 0.20 ind:imp:1s;ind:imp:2s; -réduisait réduire ver 27.88 50.61 0.13 4.46 ind:imp:3s; -réduisant réduire ver 27.88 50.61 0.24 1.55 par:pre; -réduise réduire ver 27.88 50.61 0.32 0.68 sub:pre:1s;sub:pre:3s; -réduisent réduire ver 27.88 50.61 1.03 1.01 ind:pre:3p; -réduises réduire ver 27.88 50.61 0.04 0.00 sub:pre:2s; -réduisez réduire ver 27.88 50.61 0.56 0.14 imp:pre:2p;ind:pre:2p; -réduisions réduire ver 27.88 50.61 0.01 0.07 ind:imp:1p; -réduisirent réduire ver 27.88 50.61 0.00 0.27 ind:pas:3p; -réduisis réduire ver 27.88 50.61 0.00 0.07 ind:pas:1s; -réduisit réduire ver 27.88 50.61 0.01 0.74 ind:pas:3s; -réduisons réduire ver 27.88 50.61 0.27 0.14 imp:pre:1p;ind:pre:1p; -réduit réduire ver m s 27.88 50.61 8.48 13.51 ind:pre:3s;par:pas; -réduite réduire ver f s 27.88 50.61 2.82 6.55 par:pas; -réduites réduire ver f p 27.88 50.61 0.43 2.03 par:pas; -réduits réduire ver m p 27.88 50.61 1.78 3.85 par:pas; -réduplication réduplication nom f s 0.00 0.07 0.00 0.07 -rue rue nom f s 157.81 562.97 127.35 449.53 -réel réel adj m s 38.70 40.95 23.97 15.20 -ruelle ruelle nom f s 6.25 30.47 4.04 13.51 -réelle réel adj f s 38.70 40.95 8.88 17.50 -réellement réellement adv 18.27 26.62 18.27 26.62 -ruelles ruelle nom f p 6.25 30.47 2.21 16.96 -réelles réel adj f p 38.70 40.95 2.35 4.12 -réels réel adj m p 38.70 40.95 3.50 4.12 -réemballer réemballer ver 0.01 0.00 0.01 0.00 inf; -réembarque réembarquer ver 0.00 0.27 0.00 0.07 ind:pre:3s; -réembarquement réembarquement nom m s 0.00 0.07 0.00 0.07 -réembarquer réembarquer ver 0.00 0.27 0.00 0.20 inf; -réembauche réembaucher ver 0.22 0.00 0.09 0.00 ind:pre:1s;ind:pre:3s; -réembaucher réembaucher ver 0.22 0.00 0.08 0.00 inf; -réembauché réembaucher ver m s 0.22 0.00 0.05 0.00 par:pas; -réemploi réemploi nom m s 0.00 0.14 0.00 0.14 -réemployant réemployer ver 0.00 0.20 0.00 0.07 par:pre; -réemployer réemployer ver 0.00 0.20 0.00 0.14 inf; -réemprunter réemprunter ver 0.00 0.07 0.00 0.07 inf; -réencadrer réencadrer ver 0.00 0.07 0.00 0.07 inf; -réenclenches réenclencher ver 0.01 0.00 0.01 0.00 ind:pre:2s; -réendossant réendosser ver 0.02 0.14 0.00 0.07 par:pre; -réendosser réendosser ver 0.02 0.14 0.02 0.07 inf; -réengage réengager ver 0.24 0.07 0.04 0.00 imp:pre:2s;ind:pre:1s;ind:pre:3s; -réengagement réengagement nom m s 0.00 0.07 0.00 0.07 -réengager réengager ver 0.24 0.07 0.10 0.00 inf; -réengagé réengager ver m s 0.24 0.07 0.10 0.00 par:pas; -réengagées réengager ver f p 0.24 0.07 0.00 0.07 par:pas; -réenregistrer réenregistrer ver 0.12 0.00 0.11 0.00 inf; -réenregistré réenregistrer ver m s 0.12 0.00 0.01 0.00 par:pas; -ruent ruer ver 3.27 20.81 0.38 1.08 ind:pre:3p; -réentendaient réentendre ver 0.26 1.01 0.00 0.07 ind:imp:3p; -réentendais réentendre ver 0.26 1.01 0.00 0.07 ind:imp:1s; -réentendons réentendre ver 0.26 1.01 0.00 0.07 ind:pre:1p; -réentendre réentendre ver 0.26 1.01 0.25 0.61 inf; -réentends réentendre ver 0.26 1.01 0.00 0.20 ind:pre:1s; -réentendu réentendre ver m s 0.26 1.01 0.01 0.00 par:pas; -réenterrer réenterrer ver 0.01 0.00 0.01 0.00 inf; -réentraîner réentraîner ver 0.01 0.00 0.01 0.00 inf; -réenvahir réenvahir ver 0.01 0.00 0.01 0.00 inf; -réenvisager réenvisager ver 0.15 0.00 0.15 0.00 inf; -ruer ruer ver 3.27 20.81 0.59 3.18 inf; -rueront ruer ver 3.27 20.81 0.00 0.07 ind:fut:3p; -rues rue nom p 157.81 562.97 30.46 113.45 -réessaie réessayer ver 5.30 0.14 0.75 0.00 imp:pre:2s;ind:pre:1s;ind:pre:3s; -réessaient réessayer ver 5.30 0.14 0.07 0.00 ind:pre:3p; -réessaiera réessayer ver 5.30 0.14 0.22 0.00 ind:fut:3s; -réessaierai réessayer ver 5.30 0.14 0.33 0.00 ind:fut:1s; -réessaieras réessayer ver 5.30 0.14 0.03 0.00 ind:fut:2s; -réessaieront réessayer ver 5.30 0.14 0.03 0.00 ind:fut:3p; -réessayant réessayer ver 5.30 0.14 0.00 0.07 par:pre; -réessaye réessayer ver 5.30 0.14 0.37 0.00 imp:pre:2s;ind:pre:1s;ind:pre:3s; -réessayer réessayer ver 5.30 0.14 2.40 0.07 inf; -réessayez réessayer ver 5.30 0.14 0.61 0.00 imp:pre:2p;ind:pre:2p; -réessayiez réessayer ver 5.30 0.14 0.01 0.00 ind:imp:2p; -réessayons réessayer ver 5.30 0.14 0.31 0.00 imp:pre:1p;ind:pre:1p; -réessayé réessayer ver m s 5.30 0.14 0.16 0.00 par:pas; -réexamen réexamen nom m s 0.07 0.00 0.07 0.00 -réexaminant réexaminer ver 0.89 0.20 0.00 0.07 par:pre; -réexamine réexaminer ver 0.89 0.20 0.08 0.00 ind:pre:1s;ind:pre:3s; -réexaminer réexaminer ver 0.89 0.20 0.44 0.00 inf; -réexaminerons réexaminer ver 0.89 0.20 0.03 0.00 ind:fut:1p; -réexamines réexaminer ver 0.89 0.20 0.02 0.00 ind:pre:2s; -réexaminez réexaminer ver 0.89 0.20 0.04 0.00 imp:pre:2p;ind:pre:2p; -réexaminiez réexaminer ver 0.89 0.20 0.04 0.00 ind:imp:2p; -réexaminions réexaminer ver 0.89 0.20 0.01 0.07 ind:imp:1p; -réexaminé réexaminer ver m s 0.89 0.20 0.21 0.00 par:pas; -réexaminée réexaminer ver f s 0.89 0.20 0.01 0.00 par:pas; -réexaminées réexaminer ver f p 0.89 0.20 0.00 0.07 par:pas; -réexpédia réexpédier ver 0.37 0.68 0.00 0.07 ind:pas:3s; -réexpédiait réexpédier ver 0.37 0.68 0.01 0.14 ind:imp:3s; -réexpédiant réexpédier ver 0.37 0.68 0.01 0.00 par:pre; -réexpédier réexpédier ver 0.37 0.68 0.07 0.07 inf; -réexpédiez réexpédier ver 0.37 0.68 0.02 0.00 imp:pre:2p; -réexpédions réexpédier ver 0.37 0.68 0.01 0.00 imp:pre:1p; -réexpédition réexpédition nom f s 0.05 0.00 0.05 0.00 -réexpédié réexpédier ver m s 0.37 0.68 0.24 0.27 par:pas; -réexpédiés réexpédier ver m p 0.37 0.68 0.01 0.14 par:pas; -réf réf nom f s 0.02 0.00 0.02 0.00 -réfection réfection nom f s 0.23 1.96 0.23 1.69 -réfections réfection nom f p 0.23 1.96 0.00 0.27 -réfectoire réfectoire nom m s 1.13 9.66 1.11 9.59 -réfectoires réfectoire nom m p 1.13 9.66 0.01 0.07 -ruffian ruffian nom m s 0.55 0.81 0.48 0.41 -ruffians ruffian nom m p 0.55 0.81 0.07 0.41 -rufian rufian nom m s 0.01 0.00 0.01 0.00 -réflecteur réflecteur nom m s 0.32 0.54 0.20 0.27 -réflecteurs réflecteur nom m p 0.32 0.54 0.13 0.27 -réflexe réflexe nom m s 6.13 18.85 2.55 11.89 -réflexes réflexe nom m p 6.13 18.85 3.57 6.96 -réflexif réflexif adj m s 0.10 0.14 0.00 0.07 -réflexion réflexion nom f s 7.47 37.03 6.29 23.38 -réflexions réflexion nom f p 7.47 37.03 1.18 13.65 -réflexive réflexif adj f s 0.10 0.14 0.10 0.07 -réflexologie réflexologie nom f s 0.02 0.00 0.02 0.00 -réfléchît réfléchir ver 116.71 89.05 0.00 0.14 sub:imp:3s; -réfléchi réfléchir ver m s 116.71 89.05 27.23 11.01 par:pas; -réfléchie réfléchi adj f s 20.28 6.69 0.36 1.22 -réfléchies réfléchi adj f p 20.28 6.69 0.01 0.07 -réfléchir réfléchir ver 116.71 89.05 47.59 36.55 inf; -réfléchira réfléchir ver 116.71 89.05 0.31 0.27 ind:fut:3s; -réfléchirai réfléchir ver 116.71 89.05 1.30 0.34 ind:fut:1s; -réfléchirais réfléchir ver 116.71 89.05 0.31 0.07 cnd:pre:1s;cnd:pre:2s; -réfléchirait réfléchir ver 116.71 89.05 0.09 0.14 cnd:pre:3s; -réfléchiras réfléchir ver 116.71 89.05 0.13 0.27 ind:fut:2s; -réfléchirent réfléchir ver 116.71 89.05 0.01 0.34 ind:pas:3p; -réfléchirez réfléchir ver 116.71 89.05 0.14 0.07 ind:fut:2p; -réfléchiriez réfléchir ver 116.71 89.05 0.03 0.00 cnd:pre:2p; -réfléchirons réfléchir ver 116.71 89.05 0.28 0.07 ind:fut:1p; -réfléchiront réfléchir ver 116.71 89.05 0.07 0.00 ind:fut:3p; -réfléchis réfléchi adj m p 20.28 6.69 18.86 2.77 -réfléchissaient réfléchir ver 116.71 89.05 0.16 0.27 ind:imp:3p; -réfléchissais réfléchir ver 116.71 89.05 2.10 1.96 ind:imp:1s;ind:imp:2s; -réfléchissait réfléchir ver 116.71 89.05 0.48 5.14 ind:imp:3s; -réfléchissant réfléchir ver 116.71 89.05 1.09 2.64 par:pre; -réfléchissante réfléchissant adj f s 0.73 0.68 0.04 0.07 -réfléchissantes réfléchissant adj f p 0.73 0.68 0.06 0.00 -réfléchissants réfléchissant adj m p 0.73 0.68 0.00 0.07 -réfléchisse réfléchir ver 116.71 89.05 2.28 0.95 sub:pre:1s;sub:pre:3s; -réfléchissent réfléchir ver 116.71 89.05 0.54 0.54 ind:pre:3p; -réfléchisses réfléchir ver 116.71 89.05 0.63 0.07 sub:pre:2s; -réfléchissez réfléchir ver 116.71 89.05 10.10 2.50 imp:pre:2p;ind:pre:2p; -réfléchissiez réfléchir ver 116.71 89.05 0.35 0.07 ind:imp:2p;sub:pre:2p; -réfléchissons réfléchir ver 116.71 89.05 1.71 0.34 imp:pre:1p;ind:pre:1p; -réfléchit réfléchir ver 116.71 89.05 3.81 19.39 ind:pre:3s;ind:pas:3s; -réforma réformer ver 1.52 2.70 0.00 0.07 ind:pas:3s; -réformateur réformateur nom m s 0.16 1.49 0.09 0.61 -réformateurs réformateur nom m p 0.16 1.49 0.08 0.88 -réformation réformation nom f s 0.00 0.07 0.00 0.07 -réforme réforme nom f s 3.10 11.35 2.24 4.93 -réformer réformer ver 1.52 2.70 0.75 1.35 inf; -réformera réformer ver 1.52 2.70 0.14 0.00 ind:fut:3s; -réformes réforme nom f p 3.10 11.35 0.86 6.42 -réformisme réformisme nom m s 0.01 0.00 0.01 0.00 -réformiste réformiste adj m s 0.44 0.41 0.38 0.14 -réformistes réformiste adj m p 0.44 0.41 0.06 0.27 -réformons réformer ver 1.52 2.70 0.01 0.00 ind:pre:1p; -réformé réformer ver m s 1.52 2.70 0.40 1.01 par:pas; -réformée réformé adj f s 0.26 1.28 0.03 0.41 -réformées réformé adj f p 0.26 1.28 0.00 0.07 -réformés réformé nom m p 0.14 0.54 0.07 0.27 -réfractaire réfractaire adj s 0.17 1.89 0.15 1.28 -réfractaires réfractaire nom p 0.07 1.22 0.05 0.95 -réfractant réfracter ver 0.01 0.27 0.00 0.07 par:pre; -réfractera réfracter ver 0.01 0.27 0.00 0.07 ind:fut:3s; -réfracterait réfracter ver 0.01 0.27 0.00 0.07 cnd:pre:3s; -réfraction réfraction nom f s 0.27 0.41 0.27 0.41 -réfractionniste réfractionniste nom s 0.01 0.00 0.01 0.00 -réfracté réfracter ver m s 0.01 0.27 0.01 0.07 par:pas; -réfrigèrent réfrigérer ver 0.20 0.34 0.01 0.00 ind:pre:3p; -réfrigérant réfrigérant adj m s 0.18 0.27 0.09 0.14 -réfrigérante réfrigérant adj f s 0.18 0.27 0.04 0.07 -réfrigérantes réfrigérant adj f p 0.18 0.27 0.01 0.07 -réfrigérants réfrigérant adj m p 0.18 0.27 0.04 0.00 -réfrigérateur réfrigérateur nom m s 3.58 2.77 2.94 2.43 -réfrigérateurs réfrigérateur nom m p 3.58 2.77 0.64 0.34 -réfrigération réfrigération nom f s 0.23 0.00 0.23 0.00 -réfrigérer réfrigérer ver 0.20 0.34 0.06 0.00 inf; -réfrigéré réfrigérer ver m s 0.20 0.34 0.09 0.14 par:pas; -réfrigérée réfrigéré adj f s 0.16 0.34 0.09 0.07 -réfrigérées réfrigérer ver f p 0.20 0.34 0.00 0.14 par:pas; -réfrigérés réfrigérer ver m p 0.20 0.34 0.02 0.00 par:pas; -réfrène réfréner ver 0.45 0.27 0.22 0.00 imp:pre:2s;ind:pre:1s; -réfréna réfréner ver 0.45 0.27 0.00 0.07 ind:pas:3s; -réfréner réfréner ver 0.45 0.27 0.20 0.07 inf; -réfrénez réfréner ver 0.45 0.27 0.02 0.00 imp:pre:2p; -réfrénée réfréner ver f s 0.45 0.27 0.01 0.14 par:pas; -réfère référer ver 3.02 3.78 1.00 0.41 imp:pre:2s;ind:pre:1s;ind:pre:3s; -réfèrent référer ver 3.02 3.78 0.09 0.07 ind:pre:3p; -réfugia réfugier ver 6.72 25.20 0.05 1.01 ind:pas:3s; -réfugiai réfugier ver 6.72 25.20 0.01 0.68 ind:pas:1s; -réfugiaient réfugier ver 6.72 25.20 0.05 0.74 ind:imp:3p; -réfugiais réfugier ver 6.72 25.20 0.30 0.74 ind:imp:1s;ind:imp:2s; -réfugiait réfugier ver 6.72 25.20 0.16 1.49 ind:imp:3s; -réfugiant réfugier ver 6.72 25.20 0.01 0.47 par:pre; -réfugie réfugier ver 6.72 25.20 1.31 2.36 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:1s; -réfugient réfugier ver 6.72 25.20 0.11 0.74 ind:pre:3p; -réfugier réfugier ver 6.72 25.20 1.86 6.49 inf; -réfugiera réfugier ver 6.72 25.20 0.03 0.14 ind:fut:3s; -réfugierais réfugier ver 6.72 25.20 0.01 0.07 cnd:pre:1s; -réfugies réfugier ver 6.72 25.20 0.04 0.14 ind:pre:2s; -réfugiez réfugier ver 6.72 25.20 0.05 0.00 imp:pre:2p;ind:pre:2p; -réfugiions réfugier ver 6.72 25.20 0.00 0.41 ind:imp:1p; -réfugions réfugier ver 6.72 25.20 0.03 0.14 imp:pre:1p;ind:pre:1p; -réfugièrent réfugier ver 6.72 25.20 0.04 0.34 ind:pas:3p; -réfugié réfugier ver m s 6.72 25.20 1.49 4.12 par:pas; -réfugiée réfugier ver f s 6.72 25.20 0.34 2.16 par:pas; -réfugiées réfugier ver f p 6.72 25.20 0.02 0.61 par:pas; -réfugiés réfugié nom m p 6.02 10.20 4.96 8.18 -référaient référer ver 3.02 3.78 0.01 0.14 ind:imp:3p; -référait référer ver 3.02 3.78 0.32 0.34 ind:imp:3s; -référant référer ver 3.02 3.78 0.11 0.68 par:pre; -référence référence nom f s 10.45 7.23 6.54 3.58 -référencement référencement nom m s 0.01 0.00 0.01 0.00 -référencer référencer ver 0.17 0.00 0.05 0.00 inf; -références référence nom f p 10.45 7.23 3.91 3.65 -référencé référencer ver m s 0.17 0.00 0.09 0.00 par:pas; -référencée référencer ver f s 0.17 0.00 0.04 0.00 par:pas; -référendaire référendaire adj m s 0.00 0.20 0.00 0.20 -référendum référendum nom m s 0.65 2.57 0.65 2.50 -référendums référendum nom m p 0.65 2.57 0.00 0.07 -référent référent nom m s 0.02 0.00 0.02 0.00 -référer référer ver 3.02 3.78 0.88 1.42 inf; -référera référer ver 3.02 3.78 0.01 0.00 ind:fut:3s; -référerai référer ver 3.02 3.78 0.29 0.00 ind:fut:1s; -référerez référer ver 3.02 3.78 0.01 0.14 ind:fut:2p; -référez référer ver 3.02 3.78 0.19 0.07 imp:pre:2p;ind:pre:2p; -référiez référer ver 3.02 3.78 0.00 0.07 ind:imp:2p; -référèrent référer ver 3.02 3.78 0.00 0.07 ind:pas:3p; -référé référé nom m s 0.14 0.07 0.13 0.07 -référée référer ver f s 3.02 3.78 0.04 0.00 par:pas; -référés référé nom m p 0.14 0.07 0.01 0.00 -réfuta réfuter ver 1.46 1.69 0.10 0.07 ind:pas:3s; -réfutable réfutable adj s 0.01 0.00 0.01 0.00 -réfutaient réfuter ver 1.46 1.69 0.00 0.07 ind:imp:3p; -réfutant réfuter ver 1.46 1.69 0.01 0.00 par:pre; -réfutation réfutation nom f s 0.22 0.41 0.22 0.34 -réfutations réfutation nom f p 0.22 0.41 0.00 0.07 -réfute réfuter ver 1.46 1.69 0.20 0.27 imp:pre:2s;ind:pre:1s;ind:pre:3s; -réfutent réfuter ver 1.46 1.69 0.01 0.07 ind:pre:3p; -réfuter réfuter ver 1.46 1.69 0.89 0.81 inf; -réfutons réfuter ver 1.46 1.69 0.14 0.00 ind:pre:1p; -réfutèrent réfuter ver 1.46 1.69 0.00 0.07 ind:pas:3p; -réfuté réfuter ver m s 1.46 1.69 0.05 0.20 par:pas; -réfutée réfuter ver f s 1.46 1.69 0.03 0.07 par:pas; -réfutées réfuter ver f p 1.46 1.69 0.02 0.07 par:pas; -régal régal nom m s 2.19 2.97 2.18 2.91 -régala régaler ver 7.54 11.76 0.00 0.20 ind:pas:3s; -régalade régalade nom f s 0.00 0.81 0.00 0.81 -régalai régaler ver 7.54 11.76 0.00 0.07 ind:pas:1s; -régalaient régaler ver 7.54 11.76 0.02 0.47 ind:imp:3p; -régalais régaler ver 7.54 11.76 0.06 0.41 ind:imp:1s;ind:imp:2s; -régalait régaler ver 7.54 11.76 0.19 1.96 ind:imp:3s; -régalant régaler ver 7.54 11.76 0.02 0.47 par:pre; -régale régaler ver 7.54 11.76 3.02 1.89 imp:pre:2s;ind:pre:1s;ind:pre:3s; -régalent régaler ver 7.54 11.76 0.14 0.41 ind:pre:3p; -régaler régaler ver 7.54 11.76 2.57 2.91 inf;; -régalera régaler ver 7.54 11.76 0.02 0.14 ind:fut:3s; -régaleraient régaler ver 7.54 11.76 0.00 0.14 cnd:pre:3p; -régalerais régaler ver 7.54 11.76 0.01 0.07 cnd:pre:1s; -régalerait régaler ver 7.54 11.76 0.00 0.20 cnd:pre:3s; -régaleras régaler ver 7.54 11.76 0.12 0.07 ind:fut:2s; -régalerez régaler ver 7.54 11.76 0.02 0.00 ind:fut:2p; -régaleront régaler ver 7.54 11.76 0.16 0.20 ind:fut:3p; -régaleur régaleur nom m s 0.00 0.07 0.00 0.07 -régalez régaler ver 7.54 11.76 0.60 0.07 imp:pre:2p;ind:pre:2p; -régalien régalien adj m s 0.01 0.07 0.01 0.07 -régalions régaler ver 7.54 11.76 0.00 0.07 ind:imp:1p; -régalât régaler ver 7.54 11.76 0.00 0.07 sub:imp:3s; -régals régal nom m p 2.19 2.97 0.01 0.07 -régalèrent régaler ver 7.54 11.76 0.00 0.27 ind:pas:3p; -régalé régaler ver m s 7.54 11.76 0.24 0.95 par:pas; -régalée régaler ver f s 7.54 11.76 0.06 0.27 par:pas; -régalés régaler ver m p 7.54 11.76 0.28 0.47 par:pas; -régate régate nom f s 1.13 0.81 0.93 0.41 -régates régate nom f p 1.13 0.81 0.19 0.41 -rugby rugby nom m s 1.14 3.11 1.14 3.11 -rugbyman rugbyman nom m s 0.03 1.28 0.03 0.34 -rugbymen rugbyman nom m p 0.03 1.28 0.00 0.95 -régence régence nom f s 0.07 1.69 0.07 1.69 -régent régent nom m s 1.14 2.30 0.77 1.08 -régentaient régenter ver 0.32 1.22 0.00 0.07 ind:imp:3p; -régentait régenter ver 0.32 1.22 0.00 0.27 ind:imp:3s; -régentant régenter ver 0.32 1.22 0.10 0.07 par:pre; -régente régent nom f s 1.14 2.30 0.37 1.15 -régentent régenter ver 0.32 1.22 0.01 0.00 ind:pre:3p; -régenter régenter ver 0.32 1.22 0.16 0.47 inf; -régenteraient régenter ver 0.32 1.22 0.00 0.07 cnd:pre:3p; -régentes régenter ver 0.32 1.22 0.01 0.00 ind:pre:2s; -régenté régenter ver m s 0.32 1.22 0.01 0.07 par:pas; -régentée régenter ver f s 0.32 1.22 0.00 0.14 par:pas; -régi régir ver m s 3.10 8.45 0.50 0.68 par:pas; -rugi rugir ver m s 1.73 7.50 0.00 0.61 par:pas; -régicide régicide nom s 0.20 1.01 0.20 0.88 -régicides régicide nom p 0.20 1.01 0.00 0.14 -régie régie nom f s 0.92 0.54 0.92 0.47 -régies régir ver f p 3.10 8.45 0.00 0.07 par:pas; -régime régime nom m s 19.43 39.73 18.52 36.69 -régiment régiment nom m s 12.30 25.54 11.48 19.86 -régimentaire régimentaire adj s 0.10 0.41 0.10 0.20 -régimentaires régimentaire adj f p 0.10 0.41 0.00 0.20 -régiments régiment nom m p 12.30 25.54 0.82 5.68 -régimes régime nom m p 19.43 39.73 0.92 3.04 -région région nom f s 28.16 53.31 25.80 39.05 -régional régional adj m s 2.63 2.70 1.23 1.69 -régionale régional adj f s 2.63 2.70 1.01 0.54 -régionales régional adj f p 2.63 2.70 0.39 0.47 -régionaliser régionaliser ver 0.00 0.07 0.00 0.07 inf; -régionalisme régionalisme nom m s 0.00 0.14 0.00 0.14 -régionaliste régionaliste adj m s 0.00 0.14 0.00 0.07 -régionalistes régionaliste adj p 0.00 0.14 0.00 0.07 -régionaux régional nom m p 0.32 1.22 0.20 1.08 -régions région nom f p 28.16 53.31 2.36 14.26 -régir régir ver 3.10 8.45 0.36 0.07 inf; -rugir rugir ver 1.73 7.50 0.52 0.88 inf; -régira régir ver 3.10 8.45 0.05 0.00 ind:fut:3s; -régiraient régir ver 3.10 8.45 0.00 0.07 cnd:pre:3p; -rugiraient rugir ver 1.73 7.50 0.00 0.07 cnd:pre:3p; -régirait régir ver 3.10 8.45 0.01 0.00 cnd:pre:3s; -rugirent rugir ver 1.73 7.50 0.00 0.07 ind:pas:3p; -régiront régir ver 3.10 8.45 0.14 0.00 ind:fut:3p; -rugiront rugir ver 1.73 7.50 0.01 0.00 ind:fut:3p; -régis régir ver m p 3.10 8.45 0.50 6.08 imp:pre:2s;par:pas; -rugis rugir ver m p 1.73 7.50 0.04 0.14 imp:pre:2s;ind:pre:1s;ind:pre:2s;par:pas; -régissaient régir ver 3.10 8.45 0.02 0.07 ind:imp:3p; -rugissaient rugir ver 1.73 7.50 0.02 0.34 ind:imp:3p; -régissait régir ver 3.10 8.45 0.00 0.41 ind:imp:3s; -rugissait rugir ver 1.73 7.50 0.05 1.22 ind:imp:3s; -régissant régir ver 3.10 8.45 0.05 0.14 par:pre; -rugissant rugissant adj m s 0.12 1.22 0.09 0.61 -rugissante rugissant adj f s 0.12 1.22 0.01 0.27 -rugissantes rugissant adj f p 0.12 1.22 0.00 0.07 -rugissants rugissant adj m p 0.12 1.22 0.02 0.27 -rugisse rugir ver 1.73 7.50 0.02 0.00 sub:pre:3s; -rugissement rugissement nom m s 0.66 4.93 0.61 2.91 -rugissements rugissement nom m p 0.66 4.93 0.05 2.03 -régissent régir ver 3.10 8.45 0.39 0.41 ind:pre:3p; -rugissent rugir ver 1.73 7.50 0.05 0.07 ind:pre:3p; -régisseur régisseur nom m s 1.40 4.26 1.28 3.65 -régisseurs régisseur nom m p 1.40 4.26 0.11 0.61 -régisseuse régisseur nom f s 1.40 4.26 0.01 0.00 -rugissez rugir ver 1.73 7.50 0.03 0.00 imp:pre:2p; -régit régir ver 3.10 8.45 0.72 0.41 ind:pre:3s;ind:pas:3s; -rugit rugir ver 1.73 7.50 0.95 3.51 ind:pre:3s;ind:pas:3s; -régla régler ver 85.81 54.19 0.25 1.42 ind:pas:3s; -réglable réglable adj s 0.20 0.54 0.18 0.41 -réglables réglable adj m p 0.20 0.54 0.02 0.14 -réglage réglage nom m s 0.90 1.15 0.59 1.01 -réglages réglage nom m p 0.90 1.15 0.30 0.14 -réglai régler ver 85.81 54.19 0.00 0.41 ind:pas:1s; -réglaient régler ver 85.81 54.19 0.20 0.74 ind:imp:3p; -réglais régler ver 85.81 54.19 0.19 0.00 ind:imp:1s;ind:imp:2s; -réglait régler ver 85.81 54.19 0.41 3.31 ind:imp:3s; -réglant régler ver 85.81 54.19 0.14 1.15 par:pre; -réglasse régler ver 85.81 54.19 0.00 0.07 sub:imp:1s; -réglementaire réglementaire adj s 0.90 6.96 0.73 4.46 -réglementairement réglementairement adv 0.15 0.61 0.15 0.61 -réglementaires réglementaire adj p 0.90 6.96 0.17 2.50 -réglementait réglementer ver 0.22 0.81 0.00 0.07 ind:imp:3s; -réglementant réglementer ver 0.22 0.81 0.02 0.27 par:pre; -réglementation réglementation nom f s 0.56 0.47 0.31 0.41 -réglementations réglementation nom f p 0.56 0.47 0.25 0.07 -réglemente réglementer ver 0.22 0.81 0.00 0.07 ind:pre:3s; -réglementer réglementer ver 0.22 0.81 0.04 0.07 inf; -réglementé réglementer ver m s 0.22 0.81 0.05 0.07 par:pas; -réglementée réglementer ver f s 0.22 0.81 0.07 0.07 par:pas; -réglementées réglementer ver f p 0.22 0.81 0.00 0.20 par:pas; -réglementés réglementer ver m p 0.22 0.81 0.04 0.00 par:pas; -régler régler ver 85.81 54.19 42.27 22.36 ind:pre:2p;inf; -réglera régler ver 85.81 54.19 2.02 0.74 ind:fut:3s; -réglerai régler ver 85.81 54.19 0.73 0.07 ind:fut:1s; -réglerais régler ver 85.81 54.19 0.06 0.00 cnd:pre:1s;cnd:pre:2s; -réglerait régler ver 85.81 54.19 0.16 0.68 cnd:pre:3s; -régleras régler ver 85.81 54.19 0.26 0.07 ind:fut:2s; -réglerez régler ver 85.81 54.19 0.37 0.14 ind:fut:2p; -réglerions régler ver 85.81 54.19 0.01 0.00 cnd:pre:1p; -réglerons régler ver 85.81 54.19 0.56 0.27 ind:fut:1p; -régleront régler ver 85.81 54.19 0.04 0.34 ind:fut:3p; -réglette réglette nom f s 0.01 0.20 0.01 0.20 -régleur régleur nom m s 0.10 1.82 0.10 1.82 -réglez régler ver 85.81 54.19 3.06 0.00 imp:pre:2p;ind:pre:2p; -régliez régler ver 85.81 54.19 0.06 0.00 ind:imp:2p; -réglions régler ver 85.81 54.19 0.00 0.07 ind:imp:1p; -réglisse réglisse nom f s 0.77 2.57 0.71 2.43 -réglisses réglisse nom f p 0.77 2.57 0.06 0.14 -réglo réglo adj s 6.61 1.22 5.99 1.08 -réglons régler ver 85.81 54.19 1.19 0.41 imp:pre:1p;ind:pre:1p; -réglos réglo adj m p 6.61 1.22 0.62 0.14 -réglât régler ver 85.81 54.19 0.00 0.14 sub:imp:3s; -réglèrent régler ver 85.81 54.19 0.00 0.34 ind:pas:3p; -réglé régler ver m s 85.81 54.19 21.02 10.47 par:pas; -réglée régler ver f s 85.81 54.19 2.37 4.26 par:pas; -réglées régler ver f p 85.81 54.19 0.88 1.49 par:pas; -réglure réglure nom f s 0.00 0.20 0.00 0.20 -réglés régler ver m p 85.81 54.19 0.39 0.88 par:pas; -régna régner ver 22.75 47.43 0.08 0.74 ind:pas:3s; -régnaient régner ver 22.75 47.43 0.29 2.30 ind:imp:3p; -régnais régner ver 22.75 47.43 0.02 0.47 ind:imp:1s;ind:imp:2s; -régnait régner ver 22.75 47.43 2.63 20.47 ind:imp:3s; -régnant régner ver 22.75 47.43 0.28 1.01 par:pre; -régnante régnant adj f s 0.17 1.15 0.05 0.41 -régnants régnant adj m p 0.17 1.15 0.10 0.14 -régnas régner ver 22.75 47.43 0.00 0.07 ind:pas:2s; -régner régner ver 22.75 47.43 5.52 7.64 inf; -régnera régner ver 22.75 47.43 1.33 0.61 ind:fut:3s; -régnerai régner ver 22.75 47.43 0.13 0.07 ind:fut:1s; -régneraient régner ver 22.75 47.43 0.11 0.14 cnd:pre:3p; -régnerais régner ver 22.75 47.43 0.01 0.00 cnd:pre:2s; -régnerait régner ver 22.75 47.43 0.18 0.27 cnd:pre:3s; -régneras régner ver 22.75 47.43 0.14 0.07 ind:fut:2s; -régnerez régner ver 22.75 47.43 0.03 0.00 ind:fut:2p; -régnerons régner ver 22.75 47.43 0.32 0.00 ind:fut:1p; -régneront régner ver 22.75 47.43 0.27 0.07 ind:fut:3p; -régnez régner ver 22.75 47.43 1.04 0.07 imp:pre:2p;ind:pre:2p; -régnions régner ver 22.75 47.43 0.00 0.07 ind:imp:1p; -régnons régner ver 22.75 47.43 0.20 0.00 ind:pre:1p; -régnèrent régner ver 22.75 47.43 0.02 0.00 ind:pas:3p; -régné régner ver m s 22.75 47.43 0.40 1.28 par:pas; -rugosité rugosité nom f s 0.00 0.81 0.00 0.47 -rugosités rugosité nom f p 0.00 0.81 0.00 0.34 -régressait régresser ver 0.85 0.88 0.00 0.07 ind:imp:3s; -régressant régresser ver 0.85 0.88 0.00 0.07 par:pre; -régresse régresser ver 0.85 0.88 0.23 0.14 ind:pre:1s;ind:pre:3s; -régresser régresser ver 0.85 0.88 0.39 0.34 inf; -régressera régresser ver 0.85 0.88 0.05 0.00 ind:fut:3s; -régressif régressif adj m s 0.07 0.00 0.03 0.00 -régression régression nom f s 0.52 1.55 0.51 1.35 -régressions régression nom f p 0.52 1.55 0.01 0.20 -régressive régressif adj f s 0.07 0.00 0.04 0.00 -régressé régresser ver m s 0.85 0.88 0.19 0.27 par:pas; -rugueuse rugueux adj f s 1.08 8.78 0.45 3.31 -rugueuses rugueux adj f p 1.08 8.78 0.13 0.88 -rugueux rugueux adj m 1.08 8.78 0.50 4.59 -régul régul adj m s 0.04 0.34 0.04 0.34 -régulant réguler ver 0.61 0.14 0.03 0.00 par:pre; -régularisa régulariser ver 0.38 0.88 0.00 0.07 ind:pas:3s; -régularisation régularisation nom f s 0.11 0.14 0.01 0.14 -régularisations régularisation nom f p 0.11 0.14 0.10 0.00 -régulariser régulariser ver 0.38 0.88 0.33 0.61 inf; -régularisera régulariser ver 0.38 0.88 0.02 0.00 ind:fut:3s; -régularisé régulariser ver m s 0.38 0.88 0.03 0.20 par:pas; -régularité régularité nom f s 0.55 6.96 0.55 6.96 -régulateur régulateur nom m s 1.05 0.27 0.65 0.07 -régulateurs régulateur nom m p 1.05 0.27 0.41 0.20 -régulation régulation nom f s 0.46 0.34 0.46 0.34 -régulatrice régulateur adj f s 0.14 0.27 0.01 0.00 -régulatrices régulateur adj f p 0.14 0.27 0.01 0.00 -régule régule nom m s 0.28 0.20 0.28 0.20 -régulent réguler ver 0.61 0.14 0.20 0.00 ind:pre:3p; -réguler réguler ver 0.61 0.14 0.28 0.14 inf; -régulera réguler ver 0.61 0.14 0.01 0.00 ind:fut:3s; -régulier régulier adj m s 8.29 41.35 4.48 16.42 -réguliers régulier adj m p 8.29 41.35 1.48 9.59 -régulière régulier adj f s 8.29 41.35 1.55 9.66 -régulièrement régulièrement adv 5.72 27.77 5.72 27.77 -régulières régulier adj f p 8.29 41.35 0.79 5.68 -régulé réguler ver m s 0.61 0.14 0.03 0.00 par:pas; -régulée réguler ver f s 0.61 0.14 0.04 0.00 par:pas; -régulées réguler ver f p 0.61 0.14 0.01 0.00 par:pas; -régulés réguler ver m p 0.61 0.14 0.02 0.00 par:pas; -régénère régénérer ver 1.83 1.55 0.60 0.07 ind:pre:3s; -régénèrent régénérer ver 1.83 1.55 0.06 0.00 ind:pre:3p; -régénérait régénérer ver 1.83 1.55 0.00 0.07 ind:imp:3s; -régénérant régénérer ver 1.83 1.55 0.07 0.14 par:pre; -régénérateur régénérateur nom m s 0.19 0.07 0.17 0.07 -régénérateurs régénérateur adj m p 0.05 0.41 0.01 0.00 -régénération régénération nom f s 0.67 0.14 0.67 0.14 -régénératrice régénérateur adj f s 0.05 0.41 0.01 0.27 -régénérer régénérer ver 1.83 1.55 0.72 0.68 inf; -régénérera régénérer ver 1.83 1.55 0.02 0.00 ind:fut:3s; -régénérerait régénérer ver 1.83 1.55 0.00 0.07 cnd:pre:3s; -régénérescence régénérescence nom f s 0.02 0.27 0.02 0.27 -régénéré régénérer ver m s 1.83 1.55 0.17 0.27 par:pas; -régénérée régénérer ver f s 1.83 1.55 0.03 0.14 par:pas; -régénérées régénéré adj f p 0.15 0.41 0.01 0.00 -régénérés régénérer ver m p 1.83 1.55 0.17 0.14 par:pas; -régurgitaient régurgiter ver 0.21 0.20 0.00 0.07 ind:imp:3p; -régurgitant régurgiter ver 0.21 0.20 0.01 0.07 par:pre; -régurgitation régurgitation nom f s 0.09 0.07 0.04 0.07 -régurgitations régurgitation nom f p 0.09 0.07 0.05 0.00 -régurgite régurgiter ver 0.21 0.20 0.07 0.00 ind:pre:3s; -régurgiter régurgiter ver 0.21 0.20 0.09 0.07 inf; -régurgiteras régurgiter ver 0.21 0.20 0.01 0.00 ind:fut:2s; -régurgité régurgiter ver m s 0.21 0.20 0.02 0.00 par:pas; -réhabilitaient réhabiliter ver 1.14 2.23 0.00 0.07 ind:imp:3p; -réhabilitait réhabiliter ver 1.14 2.23 0.00 0.14 ind:imp:3s; -réhabilitant réhabiliter ver 1.14 2.23 0.14 0.00 par:pre; -réhabilitation réhabilitation nom f s 1.55 0.68 1.55 0.68 -réhabilite réhabiliter ver 1.14 2.23 0.04 0.14 imp:pre:2s;ind:pre:1s;ind:pre:3s; -réhabilitent réhabiliter ver 1.14 2.23 0.02 0.07 ind:pre:3p; -réhabiliter réhabiliter ver 1.14 2.23 0.28 1.01 inf; -réhabilitera réhabiliter ver 1.14 2.23 0.01 0.00 ind:fut:3s; -réhabiliterait réhabiliter ver 1.14 2.23 0.02 0.07 cnd:pre:3s; -réhabilité réhabiliter ver m s 1.14 2.23 0.46 0.47 par:pas; -réhabilitée réhabiliter ver f s 1.14 2.23 0.03 0.14 par:pas; -réhabilitées réhabiliter ver f p 1.14 2.23 0.01 0.00 par:pas; -réhabilités réhabiliter ver m p 1.14 2.23 0.12 0.14 par:pas; -réhabituais réhabituer ver 0.20 0.81 0.00 0.14 ind:imp:1s; -réhabituait réhabituer ver 0.20 0.81 0.00 0.07 ind:imp:3s; -réhabitue réhabituer ver 0.20 0.81 0.14 0.20 ind:pre:1s;ind:pre:3s; -réhabituer réhabituer ver 0.20 0.81 0.07 0.41 inf; -réhydratation réhydratation nom f s 0.03 0.00 0.03 0.00 -réhydrater réhydrater ver 0.09 0.07 0.08 0.07 inf; -réhydraté réhydrater ver m s 0.09 0.07 0.01 0.00 par:pas; -réifiés réifier ver m p 0.00 0.07 0.00 0.07 par:pas; -réimplantation réimplantation nom f s 0.09 0.00 0.09 0.00 -réimplanter réimplanter ver 0.11 0.00 0.06 0.00 inf; -réimplanté réimplanter ver m s 0.11 0.00 0.02 0.00 par:pas; -réimplantée réimplanter ver f s 0.11 0.00 0.02 0.00 par:pas; -réimpression réimpression nom f s 0.02 0.14 0.02 0.14 -réimprima réimprimer ver 0.04 0.27 0.00 0.07 ind:pas:3s; -réimprimer réimprimer ver 0.04 0.27 0.04 0.14 inf; -réimprimé réimprimer ver m s 0.04 0.27 0.00 0.07 par:pas; -ruina ruiner ver 20.39 12.09 0.03 0.20 ind:pas:3s; -ruinaient ruiner ver 20.39 12.09 0.01 0.47 ind:imp:3p; -ruinais ruiner ver 20.39 12.09 0.02 0.00 ind:imp:1s;ind:imp:2s; -ruinait ruiner ver 20.39 12.09 0.37 0.47 ind:imp:3s; -ruinant ruiner ver 20.39 12.09 0.11 0.27 par:pre; -réincarcérer réincarcérer ver 0.01 0.00 0.01 0.00 inf; -réincarnait réincarner ver 1.25 0.88 0.00 0.07 ind:imp:3s; -réincarnation réincarnation nom f s 1.75 1.55 1.68 1.49 -réincarnations réincarnation nom f p 1.75 1.55 0.07 0.07 -réincarne réincarner ver 1.25 0.88 0.12 0.07 ind:pre:1s;ind:pre:3s; -réincarnent réincarner ver 1.25 0.88 0.10 0.07 ind:pre:3p; -réincarner réincarner ver 1.25 0.88 0.30 0.07 inf; -réincarnera réincarner ver 1.25 0.88 0.01 0.00 ind:fut:3s; -réincarnerait réincarner ver 1.25 0.88 0.00 0.07 cnd:pre:3s; -réincarneront réincarner ver 1.25 0.88 0.01 0.00 ind:fut:3p; -réincarnons réincarner ver 1.25 0.88 0.01 0.00 ind:pre:1p; -réincarnèrent réincarner ver 1.25 0.88 0.01 0.00 ind:pas:3p; -réincarné réincarner ver m s 1.25 0.88 0.47 0.27 par:pas; -réincarnée réincarner ver f s 1.25 0.88 0.15 0.14 par:pas; -réincarnés réincarner ver m p 1.25 0.88 0.06 0.14 par:pas; -réincorpora réincorporer ver 0.04 0.07 0.00 0.07 ind:pas:3s; -réincorporé réincorporer ver m s 0.04 0.07 0.02 0.00 par:pas; -réincorporés réincorporer ver m p 0.04 0.07 0.02 0.00 par:pas; -ruine ruine nom f s 17.93 39.39 9.23 15.47 -ruinent ruiner ver 20.39 12.09 0.67 0.47 ind:pre:3p; -ruiner ruiner ver 20.39 12.09 7.21 2.91 inf; -ruinera ruiner ver 20.39 12.09 0.54 0.20 ind:fut:3s; -ruinerai ruiner ver 20.39 12.09 0.26 0.00 ind:fut:1s; -ruinerais ruiner ver 20.39 12.09 0.27 0.07 cnd:pre:1s;cnd:pre:2s; -ruinerait ruiner ver 20.39 12.09 0.40 0.00 cnd:pre:3s; -ruineras ruiner ver 20.39 12.09 0.03 0.14 ind:fut:2s; -ruinerez ruiner ver 20.39 12.09 0.03 0.00 ind:fut:2p; -ruinerons ruiner ver 20.39 12.09 0.02 0.00 ind:fut:1p; -ruineront ruiner ver 20.39 12.09 0.01 0.07 ind:fut:3p; -ruines ruine nom f p 17.93 39.39 8.70 23.92 -ruineuse ruineux adj f s 0.30 1.82 0.06 0.61 -ruineuses ruineux adj f p 0.30 1.82 0.02 0.41 -ruineux ruineux adj m 0.30 1.82 0.22 0.81 -ruinez ruiner ver 20.39 12.09 0.35 0.07 imp:pre:2p;ind:pre:2p; -réinfecter réinfecter ver 0.05 0.00 0.01 0.00 inf; -réinfecté réinfecter ver m s 0.05 0.00 0.04 0.00 par:pas; -ruiniez ruiner ver 20.39 12.09 0.02 0.00 ind:imp:2p; -réinitialisation réinitialisation nom f s 0.13 0.00 0.13 0.00 -réinitialiser réinitialiser ver 0.23 0.00 0.17 0.00 inf; -réinitialisez réinitialiser ver 0.23 0.00 0.03 0.00 imp:pre:2p; -réinitialisé réinitialiser ver m s 0.23 0.00 0.03 0.00 par:pas; -réinjecter réinjecter ver 0.02 0.00 0.02 0.00 inf; -réinjection réinjection nom f s 0.00 0.14 0.00 0.14 -ruinât ruiner ver 20.39 12.09 0.00 0.14 sub:imp:3s; -réinscrire réinscrire ver 0.08 0.00 0.04 0.00 inf; -réinscrit réinscrire ver m s 0.08 0.00 0.04 0.00 par:pas; -réinsertion réinsertion nom f s 1.51 0.88 1.51 0.88 -réinstalla réinstaller ver 0.28 1.89 0.01 0.07 ind:pas:3s; -réinstallaient réinstaller ver 0.28 1.89 0.00 0.07 ind:imp:3p; -réinstallait réinstaller ver 0.28 1.89 0.00 0.27 ind:imp:3s; -réinstallant réinstaller ver 0.28 1.89 0.00 0.14 par:pre; -réinstallation réinstallation nom f s 0.03 0.14 0.03 0.14 -réinstalle réinstaller ver 0.28 1.89 0.04 0.14 ind:pre:1s;ind:pre:3s; -réinstallent réinstaller ver 0.28 1.89 0.01 0.07 ind:pre:3p; -réinstaller réinstaller ver 0.28 1.89 0.13 0.54 inf; -réinstallez réinstaller ver 0.28 1.89 0.01 0.00 imp:pre:2p; -réinstallons réinstaller ver 0.28 1.89 0.00 0.07 ind:pre:1p; -réinstallé réinstaller ver m s 0.28 1.89 0.04 0.27 par:pas; -réinstallée réinstaller ver f s 0.28 1.89 0.02 0.14 par:pas; -réinstallées réinstaller ver f p 0.28 1.89 0.00 0.07 par:pas; -réinstallés réinstaller ver m p 0.28 1.89 0.01 0.07 par:pas; -réinstaurer réinstaurer ver 0.02 0.00 0.02 0.00 inf; -réinsérer réinsérer ver 0.41 0.47 0.23 0.41 inf; -réinséré réinsérer ver m s 0.41 0.47 0.17 0.07 par:pas; -réinterprète réinterpréter ver 0.03 0.14 0.00 0.07 ind:pre:3s; -réinterprétation réinterprétation nom f s 0.10 0.07 0.10 0.07 -réinterpréter réinterpréter ver 0.03 0.14 0.03 0.07 inf; -réinterroge réinterroger ver 0.22 0.00 0.05 0.00 ind:pre:3s; -réinterroger réinterroger ver 0.22 0.00 0.17 0.00 inf; -réintroduire réintroduire ver 0.23 0.27 0.18 0.07 inf; -réintroduisait réintroduire ver 0.23 0.27 0.00 0.07 ind:imp:3s; -réintroduisit réintroduire ver 0.23 0.27 0.00 0.07 ind:pas:3s; -réintroduit réintroduire ver m s 0.23 0.27 0.05 0.00 ind:pre:3s;par:pas; -réintroduite réintroduire ver f s 0.23 0.27 0.00 0.07 par:pas; -réintègre réintégrer ver 2.94 5.20 0.32 0.14 imp:pre:2s;ind:pre:1s;ind:pre:3s; -réintègrent réintégrer ver 2.94 5.20 0.00 0.14 ind:pre:3p; -réintégra réintégrer ver 2.94 5.20 0.00 0.41 ind:pas:3s; -réintégrai réintégrer ver 2.94 5.20 0.00 0.14 ind:pas:1s; -réintégraient réintégrer ver 2.94 5.20 0.00 0.20 ind:imp:3p; -réintégrais réintégrer ver 2.94 5.20 0.00 0.07 ind:imp:1s; -réintégrait réintégrer ver 2.94 5.20 0.01 0.34 ind:imp:3s; -réintégrant réintégrer ver 2.94 5.20 0.01 0.20 par:pre; -réintégration réintégration nom f s 0.26 0.34 0.26 0.27 -réintégrations réintégration nom f p 0.26 0.34 0.00 0.07 -réintégrer réintégrer ver 2.94 5.20 1.38 2.16 inf; -réintégrerait réintégrer ver 2.94 5.20 0.00 0.07 cnd:pre:3s; -réintégrez réintégrer ver 2.94 5.20 0.22 0.00 imp:pre:2p;ind:pre:2p; -réintégrions réintégrer ver 2.94 5.20 0.00 0.07 ind:imp:1p; -réintégrons réintégrer ver 2.94 5.20 0.02 0.00 imp:pre:1p;ind:pre:1p; -réintégrèrent réintégrer ver 2.94 5.20 0.00 0.20 ind:pas:3p; -réintégré réintégrer ver m s 2.94 5.20 0.53 1.01 par:pas; -réintégrée réintégrer ver f s 2.94 5.20 0.21 0.00 par:pas; -réintégrés réintégrer ver m p 2.94 5.20 0.24 0.07 par:pas; -ruiné ruiner ver m s 20.39 12.09 5.81 3.92 par:pas; -ruinée ruiner ver f s 20.39 12.09 1.09 0.68 par:pas; -ruinées ruiner ver f p 20.39 12.09 0.15 0.14 par:pas; -ruinés ruiner ver m p 20.39 12.09 1.02 1.01 par:pas; -réinventa réinventer ver 0.73 2.43 0.01 0.07 ind:pas:3s; -réinventaient réinventer ver 0.73 2.43 0.01 0.14 ind:imp:3p; -réinventait réinventer ver 0.73 2.43 0.00 0.20 ind:imp:3s; -réinventant réinventer ver 0.73 2.43 0.00 0.14 par:pre; -réinvente réinventer ver 0.73 2.43 0.19 0.41 imp:pre:2s;ind:pre:3s; -réinventent réinventer ver 0.73 2.43 0.00 0.07 ind:pre:3p; -réinventer réinventer ver 0.73 2.43 0.41 1.01 inf; -réinventeraient réinventer ver 0.73 2.43 0.00 0.14 cnd:pre:3p; -réinvention réinvention nom f s 0.01 0.07 0.01 0.07 -réinventé réinventer ver m s 0.73 2.43 0.11 0.20 par:pas; -réinventées réinventer ver f p 0.73 2.43 0.00 0.07 par:pas; -réinvesti réinvestir ver m s 0.33 0.81 0.04 0.34 par:pas; -réinvestir réinvestir ver 0.33 0.81 0.10 0.14 inf; -réinvestirent réinvestir ver 0.33 0.81 0.00 0.07 ind:pas:3p; -réinvestis réinvestir ver 0.33 0.81 0.16 0.00 imp:pre:2s;ind:pre:1s; -réinvestissait réinvestir ver 0.33 0.81 0.00 0.14 ind:imp:3s; -réinvestissement réinvestissement nom m s 0.01 0.00 0.01 0.00 -réinvestissent réinvestir ver 0.33 0.81 0.00 0.14 ind:pre:3p; -réinvestit réinvestir ver 0.33 0.81 0.03 0.00 ind:pre:3s; -réinvita réinviter ver 0.05 0.07 0.00 0.07 ind:pas:3s; -réinvite réinviter ver 0.05 0.07 0.02 0.00 ind:pre:1s; -réinviter réinviter ver 0.05 0.07 0.01 0.00 inf; -réinviterai réinviter ver 0.05 0.07 0.02 0.00 ind:fut:1s; -ruisseau ruisseau nom m s 7.50 24.59 6.10 18.72 -ruisseaux ruisseau nom m p 7.50 24.59 1.40 5.88 -ruissela ruisseler ver 0.81 19.12 0.00 0.27 ind:pas:3s; -ruisselaient ruisseler ver 0.81 19.12 0.00 1.96 ind:imp:3p; -ruisselait ruisseler ver 0.81 19.12 0.02 4.80 ind:imp:3s; -ruisselant ruisseler ver 0.81 19.12 0.16 4.05 par:pre; -ruisselante ruisselant adj f s 0.33 6.82 0.03 3.11 -ruisselantes ruisselant adj f p 0.33 6.82 0.02 0.68 -ruisselants ruisselant adj m p 0.33 6.82 0.14 1.69 -ruisseler ruisseler ver 0.81 19.12 0.03 2.30 inf; -ruisselet ruisselet nom m s 0.01 1.01 0.01 0.54 -ruisselets ruisselet nom m p 0.01 1.01 0.00 0.47 -ruisselle ruisseler ver 0.81 19.12 0.50 3.78 imp:pre:2s;ind:pre:1s;ind:pre:3s; -ruissellement ruissellement nom m s 0.01 4.53 0.01 4.12 -ruissellements ruissellement nom m p 0.01 4.53 0.00 0.41 -ruissellent ruisseler ver 0.81 19.12 0.10 1.22 ind:pre:3p; -ruissellerait ruisseler ver 0.81 19.12 0.00 0.07 cnd:pre:3s; -ruisselât ruisseler ver 0.81 19.12 0.00 0.07 sub:imp:3s; -ruisselèrent ruisseler ver 0.81 19.12 0.00 0.14 ind:pas:3p; -ruisselé ruisseler ver m s 0.81 19.12 0.00 0.47 par:pas; -ruisson ruisson nom m s 0.00 0.07 0.00 0.07 -réitère réitérer ver 1.13 2.77 0.34 0.41 ind:pre:1s;ind:pre:3s; -réitéra réitérer ver 1.13 2.77 0.00 0.54 ind:pas:3s; -réitérait réitérer ver 1.13 2.77 0.00 0.07 ind:imp:3s; -réitérant réitérer ver 1.13 2.77 0.00 0.07 par:pre; -réitération réitération nom f s 0.00 0.14 0.00 0.07 -réitérations réitération nom f p 0.00 0.14 0.00 0.07 -réitérer réitérer ver 1.13 2.77 0.35 0.41 inf; -réitérera réitérer ver 1.13 2.77 0.01 0.00 ind:fut:3s; -réitérèrent réitérer ver 1.13 2.77 0.00 0.07 ind:pas:3p; -réitéré réitérer ver m s 1.13 2.77 0.15 0.27 par:pas; -réitérée réitérer ver f s 1.13 2.77 0.14 0.27 par:pas; -réitérées réitérer ver f p 1.13 2.77 0.01 0.47 par:pas; -réitérés réitérer ver m p 1.13 2.77 0.14 0.20 par:pas; -réjouît réjouir ver 21.02 25.61 0.00 0.07 sub:imp:3s; -réjoui réjouir ver m s 21.02 25.61 0.50 1.89 par:pas; -réjouie réjouir ver f s 21.02 25.61 0.33 1.08 par:pas; -réjouies réjoui adj f p 0.45 2.43 0.02 0.20 -réjouir réjouir ver 21.02 25.61 3.96 6.15 inf; -réjouira réjouir ver 21.02 25.61 0.38 0.07 ind:fut:3s; -réjouirai réjouir ver 21.02 25.61 0.05 0.00 ind:fut:1s; -réjouirais réjouir ver 21.02 25.61 0.02 0.14 cnd:pre:1s;cnd:pre:2s; -réjouirait réjouir ver 21.02 25.61 0.10 0.34 cnd:pre:3s; -réjouirent réjouir ver 21.02 25.61 0.01 0.14 ind:pas:3p; -réjouirez réjouir ver 21.02 25.61 0.00 0.07 ind:fut:2p; -réjouirons réjouir ver 21.02 25.61 0.04 0.00 ind:fut:1p; -réjouiront réjouir ver 21.02 25.61 0.64 0.14 ind:fut:3p; -réjouis réjouir ver m p 21.02 25.61 8.42 2.36 imp:pre:2s;ind:pre:1s;ind:pre:2s;par:pas; -réjouissaient réjouir ver 21.02 25.61 0.01 0.61 ind:imp:3p; -réjouissais réjouir ver 21.02 25.61 0.33 1.28 ind:imp:1s;ind:imp:2s; -réjouissait réjouir ver 21.02 25.61 0.44 4.73 ind:imp:3s; -réjouissance réjouissance nom f s 0.72 2.91 0.22 1.22 -réjouissances réjouissance nom f p 0.72 2.91 0.50 1.69 -réjouissant réjouissant adj m s 1.06 1.76 0.95 0.81 -réjouissante réjouissant adj f s 1.06 1.76 0.11 0.54 -réjouissantes réjouissant adj f p 1.06 1.76 0.00 0.27 -réjouissants réjouissant adj m p 1.06 1.76 0.00 0.14 -réjouisse réjouir ver 21.02 25.61 0.37 0.41 sub:pre:1s;sub:pre:3s; -réjouissent réjouir ver 21.02 25.61 0.74 0.61 ind:pre:3p; -réjouissez réjouir ver 21.02 25.61 1.15 0.27 imp:pre:2p;ind:pre:2p; -réjouissiez réjouir ver 21.02 25.61 0.01 0.00 ind:imp:2p; -réjouissions réjouir ver 21.02 25.61 0.01 0.07 ind:imp:1p; -réjouissons réjouir ver 21.02 25.61 0.65 0.27 imp:pre:1p;ind:pre:1p; -réjouit réjouir ver 21.02 25.61 2.75 4.32 ind:pre:3s;ind:pas:3s; -rémanence rémanence nom f s 0.01 0.20 0.01 0.20 -rémanent rémanent adj m s 0.02 0.14 0.02 0.00 -rémanente rémanent adj f s 0.02 0.14 0.00 0.14 -rumba rumba nom f s 0.68 0.68 0.68 0.61 -rumbas rumba nom f p 0.68 0.68 0.00 0.07 -rumeur rumeur nom f s 22.11 37.97 10.15 27.03 -rumeurs rumeur nom f p 22.11 37.97 11.96 10.95 -rémiges rémige nom f p 0.00 0.68 0.00 0.68 -rumina ruminer ver 1.65 8.85 0.01 0.34 ind:pas:3s; -ruminaient ruminer ver 1.65 8.85 0.00 0.27 ind:imp:3p; -ruminais ruminer ver 1.65 8.85 0.20 0.20 ind:imp:1s; -ruminait ruminer ver 1.65 8.85 0.16 1.62 ind:imp:3s; -ruminant ruminant nom m s 0.11 1.08 0.01 0.47 -ruminante ruminant adj f s 0.03 0.27 0.01 0.07 -ruminants ruminant nom m p 0.11 1.08 0.10 0.61 -rumination rumination nom f s 0.14 2.16 0.00 1.35 -ruminations rumination nom f p 0.14 2.16 0.14 0.81 -rumine ruminer ver 1.65 8.85 0.36 1.22 imp:pre:2s;ind:pre:1s;ind:pre:3s; -ruminement ruminement nom m s 0.00 0.27 0.00 0.20 -ruminements ruminement nom m p 0.00 0.27 0.00 0.07 -ruminent ruminer ver 1.65 8.85 0.03 0.41 ind:pre:3p; -ruminer ruminer ver 1.65 8.85 0.82 2.77 inf; -ruminerez ruminer ver 1.65 8.85 0.00 0.07 ind:fut:2p; -rumineront ruminer ver 1.65 8.85 0.01 0.00 ind:fut:3p; -réminiscence réminiscence nom f s 0.12 3.92 0.04 1.49 -réminiscences réminiscence nom f p 0.12 3.92 0.07 2.43 -ruminé ruminer ver m s 1.65 8.85 0.04 0.61 par:pas; -ruminée ruminer ver f s 1.65 8.85 0.00 0.14 par:pas; -ruminées ruminer ver f p 1.65 8.85 0.00 0.07 par:pas; -ruminés ruminer ver m p 1.65 8.85 0.01 0.14 par:pas; -rémission rémission nom f s 1.71 2.77 1.69 2.36 -rémissions rémission nom f p 1.71 2.77 0.02 0.41 -rémiz rémiz nom f 0.00 0.07 0.00 0.07 -rémora rémora nom m s 0.02 0.00 0.02 0.00 -rémoulade rémoulade nom f s 0.02 0.20 0.02 0.20 -rémouleur rémouleur nom m s 0.02 0.95 0.02 0.68 -rémouleurs rémouleur nom m p 0.02 0.95 0.00 0.27 -rumsteck rumsteck nom m s 0.03 0.07 0.03 0.07 -rémunère rémunérer ver 1.20 0.54 0.12 0.00 ind:pre:1s;ind:pre:3s; -rémunéraient rémunérer ver 1.20 0.54 0.00 0.07 ind:imp:3p; -rémunérateur rémunérateur adj m s 0.18 0.34 0.07 0.27 -rémunérateurs rémunérateur adj m p 0.18 0.34 0.01 0.07 -rémunération rémunération nom f s 0.22 0.81 0.22 0.61 -rémunérations rémunération nom f p 0.22 0.81 0.00 0.20 -rémunératoires rémunératoire adj p 0.00 0.07 0.00 0.07 -rémunératrice rémunérateur adj f s 0.18 0.34 0.10 0.00 -rémunérer rémunérer ver 1.20 0.54 0.04 0.00 inf; -rémunéré rémunérer ver m s 1.20 0.54 0.68 0.27 par:pas; -rémunérées rémunérer ver f p 1.20 0.54 0.01 0.07 par:pas; -rémunérés rémunérer ver m p 1.20 0.54 0.36 0.14 par:pas; -run rune nom m s 4.75 0.14 2.36 0.00 -rénal rénal adj m s 1.57 0.47 0.32 0.14 -rénale rénal adj f s 1.57 0.47 0.82 0.27 -rénales rénal adj f p 1.57 0.47 0.12 0.07 -rénaux rénal adj m p 1.57 0.47 0.32 0.00 -rêne rêne nom f s 2.23 5.74 0.02 0.14 -rune rune nom f s 4.75 0.14 1.08 0.00 -rênes rêne nom f p 2.23 5.74 2.21 5.61 -runes rune nom f p 4.75 0.14 1.32 0.14 -rénettes rénette nom f p 0.00 0.07 0.00 0.07 -rénine rénine nom f s 0.01 0.00 0.01 0.00 -runique runique adj f s 0.20 0.00 0.16 0.00 -runiques runique adj m p 0.20 0.00 0.04 0.00 -running running nom m s 0.66 0.00 0.66 0.00 -rénovait rénover ver 2.33 2.50 0.01 0.07 ind:imp:3s; -rénovant rénover ver 2.33 2.50 0.10 0.07 par:pre; -rénovateur rénovateur nom m s 0.01 0.20 0.01 0.07 -rénovateurs rénovateur adj m p 0.02 0.07 0.01 0.07 -rénovation rénovation nom f s 1.11 3.65 0.51 3.58 -rénovations rénovation nom f p 1.11 3.65 0.60 0.07 -rénovatrice rénovateur adj f s 0.02 0.07 0.01 0.00 -rénove rénover ver 2.33 2.50 0.24 0.27 ind:pre:1s;ind:pre:3s; -rénover rénover ver 2.33 2.50 1.12 1.08 inf; -rénové rénover ver m s 2.33 2.50 0.53 0.54 par:pas; -rénovée rénover ver f s 2.33 2.50 0.31 0.20 par:pas; -rénovées rénover ver f p 2.33 2.50 0.02 0.14 par:pas; -rénovés rénover ver m p 2.33 2.50 0.00 0.14 par:pas; -réoccupait réoccuper ver 0.01 0.41 0.00 0.07 ind:imp:3s; -réoccuper réoccuper ver 0.01 0.41 0.01 0.27 inf; -réoccupons réoccuper ver 0.01 0.41 0.00 0.07 ind:pre:1p; -ruâmes ruer ver 3.27 20.81 0.00 0.07 ind:pas:1p; -ruons ruer ver 3.27 20.81 0.01 0.07 imp:pre:1p;ind:pre:1p; -réopère réopérer ver 0.20 0.20 0.04 0.00 ind:pre:3s; -réopérer réopérer ver 0.20 0.20 0.16 0.20 inf; -réordonnant réordonner ver 0.00 0.20 0.00 0.07 par:pre; -réordonner réordonner ver 0.00 0.20 0.00 0.14 inf; -réorganisa réorganiser ver 1.29 1.42 0.01 0.07 ind:pas:3s; -réorganisait réorganiser ver 1.29 1.42 0.01 0.14 ind:imp:3s; -réorganisant réorganiser ver 1.29 1.42 0.01 0.00 par:pre; -réorganisation réorganisation nom f s 0.36 1.42 0.36 1.35 -réorganisations réorganisation nom f p 0.36 1.42 0.00 0.07 -réorganise réorganiser ver 1.29 1.42 0.42 0.20 ind:pre:1s;ind:pre:3s; -réorganiser réorganiser ver 1.29 1.42 0.70 0.68 inf; -réorganisez réorganiser ver 1.29 1.42 0.02 0.00 imp:pre:2p;ind:pre:2p; -réorganisé réorganiser ver m s 1.29 1.42 0.12 0.20 par:pas; -réorganisées réorganiser ver f p 1.29 1.42 0.00 0.07 par:pas; -réorganisés réorganiser ver m p 1.29 1.42 0.00 0.07 par:pas; -réorientation réorientation nom f s 0.08 0.00 0.08 0.00 -réorienter réorienter ver 0.09 0.00 0.07 0.00 inf; -réorienté réorienter ver m s 0.09 0.00 0.01 0.00 par:pas; -ruât ruer ver 3.27 20.81 0.00 0.14 sub:imp:3s; -réouverture réouverture nom f s 0.48 0.61 0.48 0.54 -réouvertures réouverture nom f p 0.48 0.61 0.00 0.07 -répand répandre ver 20.39 44.32 4.14 4.73 ind:pre:3s; -répandît répandre ver 20.39 44.32 0.14 0.14 sub:imp:3s; -répandaient répandre ver 20.39 44.32 0.15 3.38 ind:imp:3p; -répandais répandre ver 20.39 44.32 0.01 0.07 ind:imp:1s; -répandait répandre ver 20.39 44.32 0.13 8.04 ind:imp:3s; -répandant répandre ver 20.39 44.32 0.41 2.23 par:pre; -répande répandre ver 20.39 44.32 0.59 0.20 sub:pre:1s;sub:pre:3s; -répandent répandre ver 20.39 44.32 1.75 1.42 ind:pre:3p; -répandeur répandeur nom m s 0.00 0.07 0.00 0.07 -répandez répandre ver 20.39 44.32 0.23 0.20 imp:pre:2p;ind:pre:2p; -répandirent répandre ver 20.39 44.32 0.15 0.68 ind:pas:3p; -répandit répandre ver 20.39 44.32 0.54 4.32 ind:pas:3s; -répandons répandre ver 20.39 44.32 0.06 0.00 imp:pre:1p;ind:pre:1p; -répandra répandre ver 20.39 44.32 0.35 0.00 ind:fut:3s; -répandrai répandre ver 20.39 44.32 0.19 0.14 ind:fut:1s; -répandraient répandre ver 20.39 44.32 0.01 0.20 cnd:pre:3p; -répandrait répandre ver 20.39 44.32 0.04 0.20 cnd:pre:3s; -répandras répandre ver 20.39 44.32 0.14 0.00 ind:fut:2s; -répandre répandre ver 20.39 44.32 5.53 6.82 inf; -répandrez répandre ver 20.39 44.32 0.04 0.00 ind:fut:2p; -répandrons répandre ver 20.39 44.32 0.15 0.00 ind:fut:1p; -répandront répandre ver 20.39 44.32 0.07 0.07 ind:fut:3p; -répands répandre ver 20.39 44.32 1.24 0.34 imp:pre:2s;ind:pre:1s;ind:pre:2s; -répandu répandre ver m s 20.39 44.32 2.67 4.53 par:pas; -répandue répandre ver f s 20.39 44.32 1.38 3.38 par:pas; -répandues répandre ver f p 20.39 44.32 0.16 1.49 par:pas; -répandus répandre ver m p 20.39 44.32 0.14 1.76 par:pas; -répara réparer ver 67.70 25.14 0.01 0.41 ind:pas:3s; -réparable réparable adj s 0.85 0.41 0.80 0.07 -réparables réparable adj f p 0.85 0.41 0.05 0.34 -réparaient réparer ver 67.70 25.14 0.08 0.41 ind:imp:3p; -réparais réparer ver 67.70 25.14 0.52 0.27 ind:imp:1s;ind:imp:2s; -réparait réparer ver 67.70 25.14 0.41 1.49 ind:imp:3s; -réparant réparer ver 67.70 25.14 0.14 0.54 par:pre; -réparateur réparateur nom m s 1.04 0.54 0.95 0.34 -réparateurs réparateur nom m p 1.04 0.54 0.06 0.20 -réparation réparation nom f s 8.35 7.97 5.07 4.80 -réparations réparation nom f p 8.35 7.97 3.28 3.18 -réparatrice réparateur adj f s 0.76 1.69 0.09 0.20 -réparatrices réparateur adj f p 0.76 1.69 0.02 0.00 -répare réparer ver 67.70 25.14 7.29 1.55 imp:pre:2s;ind:pre:1s;ind:pre:3s; -réparent réparer ver 67.70 25.14 2.34 0.68 ind:pre:3p;sub:pre:3p; -réparer réparer ver 67.70 25.14 39.13 13.92 inf; -réparera réparer ver 67.70 25.14 0.64 0.07 ind:fut:3s; -réparerai réparer ver 67.70 25.14 1.26 0.14 ind:fut:1s; -répareraient réparer ver 67.70 25.14 0.00 0.07 cnd:pre:3p; -réparerait réparer ver 67.70 25.14 0.07 0.07 cnd:pre:3s; -répareras réparer ver 67.70 25.14 0.16 0.00 ind:fut:2s; -réparerez réparer ver 67.70 25.14 0.01 0.00 ind:fut:2p; -réparerons réparer ver 67.70 25.14 0.04 0.07 ind:fut:1p; -répareront réparer ver 67.70 25.14 0.02 0.00 ind:fut:3p; -réparez réparer ver 67.70 25.14 2.71 0.00 imp:pre:2p;ind:pre:2p; -répariez réparer ver 67.70 25.14 0.17 0.00 ind:imp:2p; -réparions réparer ver 67.70 25.14 0.00 0.07 ind:imp:1p; -réparons réparer ver 67.70 25.14 0.21 0.07 imp:pre:1p;ind:pre:1p; -répartîmes répartir ver 2.87 9.93 0.00 0.07 ind:pas:1p; -réparèrent réparer ver 67.70 25.14 0.00 0.07 ind:pas:3p; -réparti répartir ver m s 2.87 9.93 0.39 0.88 par:pas; -répartie répartie nom f s 0.88 0.14 0.79 0.07 -réparties répartie nom f p 0.88 0.14 0.09 0.07 -répartir répartir ver 2.87 9.93 1.23 1.82 inf; -répartirent répartir ver 2.87 9.93 0.01 0.07 ind:pas:3p; -répartiront répartir ver 2.87 9.93 0.02 0.00 ind:fut:3p; -répartis répartir ver m p 2.87 9.93 0.59 2.30 imp:pre:2s;ind:pre:1s;ind:pre:2s;par:pas; -répartissaient répartir ver 2.87 9.93 0.00 0.54 ind:imp:3p; -répartissait répartir ver 2.87 9.93 0.01 0.41 ind:imp:3s; -répartissant répartir ver 2.87 9.93 0.04 0.27 par:pre; -répartissent répartir ver 2.87 9.93 0.01 0.41 ind:pre:3p; -répartissez répartir ver 2.87 9.93 0.10 0.00 imp:pre:2p; -répartissons répartir ver 2.87 9.93 0.01 0.00 imp:pre:1p; -répartit répartir ver 2.87 9.93 0.22 0.95 ind:pre:3s;ind:pas:3s; -répartiteur répartiteur nom m s 0.07 0.00 0.07 0.00 -répartition répartition nom f s 1.65 3.11 1.62 2.97 -répartitions répartition nom f p 1.65 3.11 0.03 0.14 -réparé réparer ver m s 67.70 25.14 9.35 2.97 par:pas; -réparée réparer ver f s 67.70 25.14 2.38 1.08 par:pas; -réparées réparer ver f p 67.70 25.14 0.42 0.88 par:pas; -réparés réparer ver m p 67.70 25.14 0.34 0.34 par:pas; -répercussion répercussion nom f s 1.05 1.69 0.11 0.68 -répercussions répercussion nom f p 1.05 1.69 0.94 1.01 -répercuta répercuter ver 0.35 7.91 0.00 0.34 ind:pas:3s; -répercutaient répercuter ver 0.35 7.91 0.00 0.74 ind:imp:3p; -répercutait répercuter ver 0.35 7.91 0.01 1.08 ind:imp:3s; -répercutant répercuter ver 0.35 7.91 0.00 0.74 par:pre; -répercute répercuter ver 0.35 7.91 0.25 1.22 ind:pre:3s; -répercutent répercuter ver 0.35 7.91 0.03 0.47 ind:pre:3p; -répercuter répercuter ver 0.35 7.91 0.04 0.74 inf; -répercuterait répercuter ver 0.35 7.91 0.00 0.14 cnd:pre:3s; -répercuteront répercuter ver 0.35 7.91 0.01 0.00 ind:fut:3p; -répercutons répercuter ver 0.35 7.91 0.00 0.07 ind:pre:1p; -répercutèrent répercuter ver 0.35 7.91 0.00 0.07 ind:pas:3p; -répercuté répercuter ver m s 0.35 7.91 0.00 1.42 par:pas; -répercutée répercuter ver f s 0.35 7.91 0.00 0.41 par:pas; -répercutées répercuter ver f p 0.35 7.91 0.00 0.20 par:pas; -répercutés répercuter ver m p 0.35 7.91 0.00 0.27 par:pas; -répertoire répertoire nom m s 2.17 5.68 2.04 5.34 -répertoires répertoire nom m p 2.17 5.68 0.14 0.34 -répertoriant répertorier ver 1.73 2.43 0.03 0.00 par:pre; -répertorier répertorier ver 1.73 2.43 0.14 0.34 inf; -répertorié répertorier ver m s 1.73 2.43 0.50 0.41 par:pas; -répertoriée répertorier ver f s 1.73 2.43 0.21 0.41 par:pas; -répertoriées répertorier ver f p 1.73 2.43 0.52 0.41 par:pas; -répertoriés répertorier ver m p 1.73 2.43 0.34 0.88 par:pas; -rupestre rupestre adj s 0.20 0.47 0.14 0.20 -rupestres rupestre adj p 0.20 0.47 0.06 0.27 -rupin rupin adj m s 0.34 1.28 0.32 0.54 -rupinasse rupiner ver 0.00 0.14 0.00 0.07 sub:imp:1s; -rupine rupin adj f s 0.34 1.28 0.00 0.27 -rupines rupin nom f p 0.68 1.69 0.00 0.07 -rupiniez rupiner ver 0.00 0.14 0.00 0.07 ind:imp:2p; -rupins rupin nom m p 0.68 1.69 0.43 1.22 -répit répit nom m s 3.87 11.76 3.86 11.01 -répits répit nom m p 3.87 11.76 0.01 0.74 -réplication réplication nom f s 0.23 0.00 0.23 0.00 -répliqua répliquer ver 1.53 17.91 0.19 7.50 ind:pas:3s; -répliquai répliquer ver 1.53 17.91 0.00 1.42 ind:pas:1s; -répliquaient répliquer ver 1.53 17.91 0.00 0.41 ind:imp:3p; -répliquais répliquer ver 1.53 17.91 0.01 0.14 ind:imp:1s;ind:imp:2s; -répliquait répliquer ver 1.53 17.91 0.02 1.62 ind:imp:3s; -répliquant répliquer ver 1.53 17.91 0.04 0.07 par:pre; -réplique réplique nom f s 8.94 16.82 6.16 12.77 -répliquent répliquer ver 1.53 17.91 0.07 0.07 ind:pre:3p; -répliquer répliquer ver 1.53 17.91 0.42 1.15 inf; -répliquera répliquer ver 1.53 17.91 0.01 0.07 ind:fut:3s; -répliquerons répliquer ver 1.53 17.91 0.02 0.00 ind:fut:1p; -répliqueront répliquer ver 1.53 17.91 0.01 0.00 ind:fut:3p; -répliques réplique nom f p 8.94 16.82 2.78 4.05 -répliquât répliquer ver 1.53 17.91 0.00 0.14 sub:imp:3s; -répliquèrent répliquer ver 1.53 17.91 0.01 0.07 ind:pas:3p; -répliqué répliquer ver m s 1.53 17.91 0.37 3.38 par:pas; -répond répondre ver 251.57 466.76 27.42 51.55 ind:pre:3s; -répondîmes répondre ver 251.57 466.76 0.10 0.07 ind:pas:1p; -répondît répondre ver 251.57 466.76 0.00 1.15 sub:imp:3s; -répondaient répondre ver 251.57 466.76 0.65 5.95 ind:imp:3p; -répondais répondre ver 251.57 466.76 1.93 7.70 ind:imp:1s;ind:imp:2s; -répondait répondre ver 251.57 466.76 4.18 45.14 ind:imp:3s; -répondant répondre ver 251.57 466.76 0.99 9.59 par:pre; -répondants répondant nom m p 0.25 1.82 0.03 0.27 -réponde répondre ver 251.57 466.76 2.96 4.39 sub:pre:1s;sub:pre:3s; -répondent répondre ver 251.57 466.76 5.96 6.82 ind:pre:3p; -répondes répondre ver 251.57 466.76 1.20 0.34 sub:pre:2s; -répondeur répondeur nom m s 7.95 1.55 7.76 1.49 -répondeurs répondeur nom m p 7.95 1.55 0.18 0.07 -répondeuse répondeur adj f s 0.20 0.07 0.01 0.00 -répondez répondre ver 251.57 466.76 31.77 3.65 imp:pre:2p;ind:pre:2p; -répondiez répondre ver 251.57 466.76 0.93 0.41 ind:imp:2p; -répondions répondre ver 251.57 466.76 0.04 0.41 ind:imp:1p;sub:pre:1p; -répondirent répondre ver 251.57 466.76 0.16 2.91 ind:pas:3p; -répondis répondre ver 251.57 466.76 0.73 20.74 ind:pas:1s; -répondit répondre ver 251.57 466.76 2.94 107.30 ind:pas:3s; -répondons répondre ver 251.57 466.76 0.51 0.95 imp:pre:1p;ind:pre:1p; -répondra répondre ver 251.57 466.76 3.42 2.23 ind:fut:3s; -répondrai répondre ver 251.57 466.76 4.30 2.23 ind:fut:1s; -répondraient répondre ver 251.57 466.76 0.28 0.27 cnd:pre:3p; -répondrais répondre ver 251.57 466.76 1.06 0.95 cnd:pre:1s;cnd:pre:2s; -répondrait répondre ver 251.57 466.76 0.77 3.04 cnd:pre:3s; -répondras répondre ver 251.57 466.76 0.67 0.27 ind:fut:2s; -répondre répondre ver 251.57 466.76 57.76 98.58 inf;; -répondrez répondre ver 251.57 466.76 0.94 0.61 ind:fut:2p; -répondriez répondre ver 251.57 466.76 0.24 0.34 cnd:pre:2p; -répondrons répondre ver 251.57 466.76 0.77 0.07 ind:fut:1p; -répondront répondre ver 251.57 466.76 0.37 0.27 ind:fut:3p; -réponds répondre ver 251.57 466.76 63.59 28.65 imp:pre:2s;ind:pre:1s;ind:pre:2s; -répondu répondre ver m s 251.57 466.76 34.90 60.14 par:pas; -répondues répondre ver f p 251.57 466.76 0.02 0.07 par:pas; -répons répons nom m 0.04 0.68 0.04 0.68 -réponse réponse nom f s 97.06 99.93 79.19 83.72 -réponses réponse nom f p 97.06 99.93 17.87 16.22 -répresseur répresseur nom m s 0.01 0.00 0.01 0.00 -répressif répressif adj m s 0.60 0.47 0.32 0.20 -répression répression nom f s 2.49 4.05 2.49 3.72 -répressions répression nom f p 2.49 4.05 0.00 0.34 -répressive répressif adj f s 0.60 0.47 0.24 0.27 -répressives répressif adj f p 0.60 0.47 0.05 0.00 -réprima réprimer ver 2.71 11.08 0.00 1.69 ind:pas:3s; -réprimai réprimer ver 2.71 11.08 0.00 0.07 ind:pas:1s; -réprimaient réprimer ver 2.71 11.08 0.01 0.07 ind:imp:3p; -réprimais réprimer ver 2.71 11.08 0.00 0.14 ind:imp:1s; -réprimait réprimer ver 2.71 11.08 0.01 0.20 ind:imp:3s; -réprimanda réprimander ver 1.08 1.49 0.00 0.14 ind:pas:3s; -réprimandait réprimander ver 1.08 1.49 0.00 0.14 ind:imp:3s; -réprimande réprimande nom f s 0.34 1.96 0.23 0.81 -réprimander réprimander ver 1.08 1.49 0.55 0.68 inf; -réprimandes réprimande nom f p 0.34 1.96 0.11 1.15 -réprimandiez réprimander ver 1.08 1.49 0.01 0.00 ind:imp:2p; -réprimandé réprimander ver m s 1.08 1.49 0.35 0.14 par:pas; -réprimandée réprimander ver f s 1.08 1.49 0.02 0.07 par:pas; -réprimant réprimer ver 2.71 11.08 0.03 0.88 par:pre; -réprime réprimer ver 2.71 11.08 0.39 1.01 imp:pre:2s;ind:pre:1s;ind:pre:3s; -réprimer réprimer ver 2.71 11.08 0.94 4.26 inf; -réprimerai réprimer ver 2.71 11.08 0.01 0.00 ind:fut:1s; -réprimerait réprimer ver 2.71 11.08 0.00 0.07 cnd:pre:3s; -réprimerez réprimer ver 2.71 11.08 0.01 0.00 ind:fut:2p; -réprimâmes réprimer ver 2.71 11.08 0.00 0.14 ind:pas:1p; -réprimèrent réprimer ver 2.71 11.08 0.00 0.14 ind:pas:3p; -réprimé réprimer ver m s 2.71 11.08 0.28 1.35 par:pas; -réprimée réprimer ver f s 2.71 11.08 0.47 0.47 par:pas; -réprimées réprimer ver f p 2.71 11.08 0.38 0.20 par:pas; -réprimés réprimer ver m p 2.71 11.08 0.18 0.41 par:pas; -réprobateur réprobateur adj m s 0.01 2.43 0.00 1.82 -réprobateurs réprobateur adj m p 0.01 2.43 0.00 0.27 -réprobation réprobation nom f s 0.04 5.27 0.04 5.27 -réprobatrice réprobateur adj f s 0.01 2.43 0.01 0.34 -réprouvais réprouver ver 1.25 2.64 0.00 0.07 ind:imp:1s; -réprouvait réprouver ver 1.25 2.64 0.12 0.74 ind:imp:3s; -réprouvant réprouver ver 1.25 2.64 0.00 0.14 par:pre; -réprouve réprouver ver 1.25 2.64 0.49 0.54 ind:pre:1s;ind:pre:3s; -réprouvent réprouver ver 1.25 2.64 0.23 0.07 ind:pre:3p; -réprouver réprouver ver 1.25 2.64 0.05 0.27 inf; -réprouverait réprouver ver 1.25 2.64 0.00 0.07 cnd:pre:3s; -réprouveront réprouver ver 1.25 2.64 0.01 0.00 ind:fut:3p; -réprouves réprouver ver 1.25 2.64 0.01 0.20 ind:pre:2s; -réprouvez réprouver ver 1.25 2.64 0.19 0.07 imp:pre:2p;ind:pre:2p; -réprouvons réprouver ver 1.25 2.64 0.02 0.00 ind:pre:1p; -réprouvât réprouver ver 1.25 2.64 0.00 0.14 sub:imp:3s; -réprouvé réprouvé nom m s 0.00 1.42 0.00 0.41 -réprouvées réprouver ver f p 1.25 2.64 0.14 0.07 par:pas; -réprouvés réprouvé nom m p 0.00 1.42 0.00 0.95 -répréhensible répréhensible adj s 0.69 1.55 0.65 1.22 -répréhensibles répréhensible adj p 0.69 1.55 0.04 0.34 -rupteur rupteur nom m s 0.02 0.00 0.02 0.00 -répète répéter ver 98.30 200.14 45.14 37.30 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -répètent répéter ver 98.30 200.14 1.58 3.51 ind:pre:3p; -répètes répéter ver 98.30 200.14 2.91 0.81 ind:pre:2s;sub:pre:2s; -rupture rupture nom f s 8.39 21.49 7.87 19.73 -ruptures rupture nom f p 8.39 21.49 0.52 1.76 -républicain républicain adj m s 4.14 8.85 1.92 2.84 -républicaine républicain adj f s 4.14 8.85 1.22 3.18 -républicaines républicain adj f p 4.14 8.85 0.09 1.42 -républicains républicain nom m p 4.19 3.38 3.67 2.77 -république république nom f s 3.69 21.96 3.44 20.41 -républiques république nom f p 3.69 21.96 0.25 1.55 -répudiant répudier ver 1.33 1.82 0.00 0.07 par:pre; -répudiation répudiation nom f s 0.02 0.34 0.02 0.34 -répudie répudier ver 1.33 1.82 0.33 0.34 ind:pre:1s;ind:pre:3s; -répudier répudier ver 1.33 1.82 0.05 0.47 inf; -répudiera répudier ver 1.33 1.82 0.14 0.00 ind:fut:3s; -répudierai répudier ver 1.33 1.82 0.14 0.00 ind:fut:1s; -répudies répudier ver 1.33 1.82 0.00 0.07 ind:pre:2s; -répudié répudier ver m s 1.33 1.82 0.14 0.27 par:pas; -répudiée répudier ver f s 1.33 1.82 0.54 0.47 par:pas; -répudiées répudier ver f p 1.33 1.82 0.00 0.07 par:pas; -répudiés répudier ver m p 1.33 1.82 0.00 0.07 par:pas; -répugna répugner ver 4.55 10.34 0.00 0.07 ind:pas:3s; -répugnai répugner ver 4.55 10.34 0.00 0.07 ind:pas:1s; -répugnaient répugner ver 4.55 10.34 0.01 0.88 ind:imp:3p; -répugnais répugner ver 4.55 10.34 0.10 0.74 ind:imp:1s; -répugnait répugner ver 4.55 10.34 0.24 3.51 ind:imp:3s; -répugnance répugnance nom f s 0.56 7.91 0.56 6.96 -répugnances répugnance nom f p 0.56 7.91 0.00 0.95 -répugnant répugnant adj m s 11.59 8.58 7.47 3.04 -répugnante répugnant adj f s 11.59 8.58 2.46 3.31 -répugnantes répugnant adj f p 11.59 8.58 0.57 1.35 -répugnants répugnant adj m p 11.59 8.58 1.09 0.88 -répugne répugner ver 4.55 10.34 2.59 2.70 ind:pre:1s;ind:pre:3s; -répugnent répugner ver 4.55 10.34 0.30 0.34 ind:pre:3p; -répugner répugner ver 4.55 10.34 0.01 0.20 inf; -répugnerait répugner ver 4.55 10.34 0.01 0.07 cnd:pre:3s; -répugneront répugner ver 4.55 10.34 0.00 0.07 ind:fut:3p; -répugnes répugner ver 4.55 10.34 0.22 0.00 ind:pre:2s; -répugnez répugner ver 4.55 10.34 0.32 0.07 imp:pre:2p;ind:pre:2p; -répugniez répugner ver 4.55 10.34 0.02 0.07 ind:imp:2p; -répugnons répugner ver 4.55 10.34 0.10 0.07 ind:pre:1p; -répugnât répugner ver 4.55 10.34 0.00 0.27 sub:imp:3s; -répugné répugner ver m s 4.55 10.34 0.01 0.47 par:pas; -répugnée répugner ver f s 4.55 10.34 0.01 0.07 par:pas; -répulsif répulsif adj m s 0.08 0.00 0.03 0.00 -répulsion répulsion nom f s 0.56 5.27 0.56 4.66 -répulsions répulsion nom f p 0.56 5.27 0.00 0.61 -répulsive répulsif adj f s 0.08 0.00 0.04 0.00 -répéta répéter ver 98.30 200.14 0.15 41.62 ind:pas:3s; -répétai répéter ver 98.30 200.14 0.02 2.91 ind:pas:1s; -répétaient répéter ver 98.30 200.14 0.47 4.46 ind:imp:3p; -réputaient réputer ver 2.10 3.65 0.00 0.07 ind:imp:3p; -répétais répéter ver 98.30 200.14 1.02 4.12 ind:imp:1s;ind:imp:2s; -répétait répéter ver 98.30 200.14 3.01 33.18 ind:imp:3s; -réputait réputer ver 2.10 3.65 0.00 0.14 ind:imp:3s; -répétant répéter ver 98.30 200.14 0.85 16.55 par:pre; -réputation réputation nom f s 21.40 22.50 21.14 22.16 -réputations réputation nom f p 21.40 22.50 0.26 0.34 -répute réputer ver 2.10 3.65 0.00 0.07 ind:pre:3s; -réputent réputer ver 2.10 3.65 0.00 0.14 ind:pre:3p; -répéter répéter ver 98.30 200.14 22.20 30.88 ind:pre:2p;inf; -réputer réputer ver 2.10 3.65 0.00 0.14 inf; -répétera répéter ver 98.30 200.14 0.59 0.74 ind:fut:3s; -répéterai répéter ver 98.30 200.14 2.63 0.95 ind:fut:1s; -répéteraient répéter ver 98.30 200.14 0.00 0.34 cnd:pre:3p; -répéterais répéter ver 98.30 200.14 0.16 0.34 cnd:pre:1s;cnd:pre:2s; -répéterait répéter ver 98.30 200.14 0.02 0.34 cnd:pre:3s; -répéteras répéter ver 98.30 200.14 0.36 0.20 ind:fut:2s; -répéterez répéter ver 98.30 200.14 0.11 0.20 ind:fut:2p; -répéteriez répéter ver 98.30 200.14 0.03 0.00 cnd:pre:2p; -répétez répéter ver 98.30 200.14 7.95 1.01 imp:pre:2p;ind:pre:2p; -répétiez répéter ver 98.30 200.14 0.67 0.20 ind:imp:2p; -répétions répéter ver 98.30 200.14 0.16 0.81 ind:imp:1p; -répétiteur répétiteur nom m s 0.07 1.15 0.05 0.88 -répétiteurs répétiteur nom m p 0.07 1.15 0.00 0.14 -répétitif répétitif adj m s 0.90 0.88 0.52 0.27 -répétitifs répétitif adj m p 0.90 0.88 0.03 0.14 -répétition répétition nom f s 15.06 12.97 11.31 9.80 -répétitions répétition nom f p 15.06 12.97 3.75 3.18 -répétitive répétitif adj f s 0.90 0.88 0.27 0.14 -répétitives répétitif adj f p 0.90 0.88 0.08 0.34 -répétitrice répétiteur nom f s 0.07 1.15 0.03 0.14 -répétons répéter ver 98.30 200.14 1.78 0.34 imp:pre:1p;ind:pre:1p; -répétât répéter ver 98.30 200.14 0.00 0.27 sub:imp:3s; -répétèrent répéter ver 98.30 200.14 0.00 0.81 ind:pas:3p; -répété répéter ver m s 98.30 200.14 5.35 13.45 par:pas; -réputé réputer ver m s 2.10 3.65 1.21 1.42 par:pas; -répétée répéter ver f s 98.30 200.14 0.44 1.62 par:pas; -réputée réputer ver f s 2.10 3.65 0.54 0.95 par:pas; -répétées répéter ver f p 98.30 200.14 0.33 1.55 par:pas; -réputées réputer ver f p 2.10 3.65 0.08 0.20 par:pas; -répétés répéter ver m p 98.30 200.14 0.36 1.62 par:pas; -réputés réputer ver m p 2.10 3.65 0.27 0.54 par:pas; -réquisition réquisition nom f s 0.52 2.77 0.48 1.82 -réquisitionnais réquisitionner ver 2.12 4.59 0.00 0.07 ind:imp:1s; -réquisitionnait réquisitionner ver 2.12 4.59 0.00 0.34 ind:imp:3s; -réquisitionnant réquisitionner ver 2.12 4.59 0.00 0.27 par:pre; -réquisitionne réquisitionner ver 2.12 4.59 0.38 0.20 imp:pre:2s;ind:pre:1s;ind:pre:3s; -réquisitionner réquisitionner ver 2.12 4.59 0.53 0.68 inf; -réquisitionnez réquisitionner ver 2.12 4.59 0.17 0.07 imp:pre:2p; -réquisitionnons réquisitionner ver 2.12 4.59 0.03 0.00 imp:pre:1p;ind:pre:1p; -réquisitionné réquisitionner ver m s 2.12 4.59 0.80 1.42 par:pas; -réquisitionnée réquisitionner ver f s 2.12 4.59 0.04 0.34 par:pas; -réquisitionnées réquisitionner ver f p 2.12 4.59 0.01 0.61 par:pas; -réquisitionnés réquisitionner ver m p 2.12 4.59 0.16 0.61 par:pas; -réquisitions réquisition nom f p 0.52 2.77 0.04 0.95 -réquisitoire réquisitoire nom m s 0.40 2.50 0.39 2.03 -réquisitoires réquisitoire nom m p 0.40 2.50 0.01 0.47 -rural rural adj m s 1.19 3.51 0.66 1.15 -rurale rural adj f s 1.19 3.51 0.23 0.88 -rurales rural adj f p 1.19 3.51 0.25 0.34 -ruraux rural adj m p 1.19 3.51 0.05 1.15 -rus ru nom m p 0.26 0.88 0.11 0.27 -rusa ruser ver 3.12 4.66 0.03 0.14 ind:pas:3s; -rusais ruser ver 3.12 4.66 0.01 0.07 ind:imp:1s; -rusait ruser ver 3.12 4.66 0.02 0.14 ind:imp:3s; -rusant ruser ver 3.12 4.66 0.02 0.07 par:pre; -ruse ruse nom f s 9.98 19.93 8.09 13.31 -réseau réseau nom m s 14.41 18.92 13.23 14.66 -réseaux réseau nom m p 14.41 18.92 1.18 4.26 -résection résection nom f s 0.18 0.14 0.18 0.14 -rusent ruser ver 3.12 4.66 0.01 0.07 ind:pre:3p; -ruser ruser ver 3.12 4.66 0.61 2.03 inf; -rusera ruser ver 3.12 4.66 0.00 0.07 ind:fut:3s; -ruserai ruser ver 3.12 4.66 0.00 0.14 ind:fut:1s; -ruserais ruser ver 3.12 4.66 0.00 0.07 cnd:pre:1s; -réserva réserver ver 34.33 47.57 0.01 0.88 ind:pas:3s; -réservai réserver ver 34.33 47.57 0.00 0.14 ind:pas:1s; -réservaient réserver ver 34.33 47.57 0.04 1.42 ind:imp:3p; -réservais réserver ver 34.33 47.57 0.32 0.61 ind:imp:1s;ind:imp:2s; -réservait réserver ver 34.33 47.57 0.37 5.95 ind:imp:3s; -réservant réserver ver 34.33 47.57 0.01 2.03 par:pre; -réservataire réservataire adj s 0.00 0.07 0.00 0.07 -réservation réservation nom f s 4.99 0.41 3.69 0.27 -réservations réservation nom f p 4.99 0.41 1.29 0.14 -réserve réserve nom f s 21.11 51.55 14.47 38.99 -réservent réserver ver 34.33 47.57 0.32 0.95 ind:pre:3p; -réserver réserver ver 34.33 47.57 4.40 4.26 inf; -réservera réserver ver 34.33 47.57 0.07 0.07 ind:fut:3s; -réserverai réserver ver 34.33 47.57 0.12 0.07 ind:fut:1s; -réserverait réserver ver 34.33 47.57 0.02 0.20 cnd:pre:3s; -réserveriez réserver ver 34.33 47.57 0.01 0.00 cnd:pre:2p; -réserveront réserver ver 34.33 47.57 0.00 0.07 ind:fut:3p; -réserves réserve nom f p 21.11 51.55 6.64 12.57 -réservez réserver ver 34.33 47.57 1.05 0.20 imp:pre:2p;ind:pre:2p; -réserviez réserver ver 34.33 47.57 0.05 0.00 ind:imp:2p; -réservions réserver ver 34.33 47.57 0.00 0.27 ind:imp:1p; -réserviste réserviste nom s 0.48 1.42 0.16 0.54 -réservistes réserviste nom p 0.48 1.42 0.33 0.88 -réservoir réservoir nom m s 8.53 5.95 6.83 4.59 -réservoirs réservoir nom m p 8.53 5.95 1.70 1.35 -réservons réserver ver 34.33 47.57 0.47 0.34 imp:pre:1p;ind:pre:1p; -réservât réserver ver 34.33 47.57 0.00 0.07 sub:imp:3s; -réservèrent réserver ver 34.33 47.57 0.00 0.07 ind:pas:3p; -réservé réserver ver m s 34.33 47.57 14.65 11.55 par:pas; -réservée réserver ver f s 34.33 47.57 2.69 6.96 par:pas; -réservées réserver ver f p 34.33 47.57 0.85 2.77 par:pas; -réservés réserver ver m p 34.33 47.57 0.95 3.45 par:pas; -ruses ruse nom f p 9.98 19.93 1.89 6.62 -rush rush nom m s 2.02 0.88 1.04 0.54 -rushes rush nom m p 2.02 0.88 0.98 0.34 -résidaient résider ver 4.95 6.82 0.04 0.41 ind:imp:3p; -résidais résider ver 4.95 6.82 0.06 0.07 ind:imp:1s;ind:imp:2s; -résidait résider ver 4.95 6.82 0.29 1.96 ind:imp:3s; -résidant résider ver 4.95 6.82 0.15 0.95 par:pre; -réside résider ver 4.95 6.82 3.51 1.76 imp:pre:2s;ind:pre:1s;ind:pre:3s; -résidence résidence nom f s 8.04 10.95 7.56 8.85 -résidences résidence nom f p 8.04 10.95 0.48 2.09 -résident résident nom m s 1.66 1.49 0.48 0.54 -résidente résident nom f s 1.66 1.49 0.11 0.00 -résidentiel résidentiel adj m s 1.91 1.35 0.70 0.61 -résidentielle résidentiel adj f s 1.91 1.35 0.33 0.34 -résidentielles résidentiel adj f p 1.91 1.35 0.69 0.20 -résidentiels résidentiel adj m p 1.91 1.35 0.19 0.20 -résidents résident nom m p 1.66 1.49 1.08 0.95 -résider résider ver 4.95 6.82 0.35 1.08 inf; -résidera résider ver 4.95 6.82 0.02 0.00 ind:fut:3s; -résiderez résider ver 4.95 6.82 0.01 0.00 ind:fut:2p; -résides résider ver 4.95 6.82 0.05 0.00 ind:pre:2s; -résidez résider ver 4.95 6.82 0.11 0.00 ind:pre:2p; -résidons résider ver 4.95 6.82 0.00 0.07 ind:pre:1p; -résidé résider ver m s 4.95 6.82 0.04 0.20 par:pas; -résidu résidu nom m s 2.72 2.70 0.89 1.76 -résiduel résiduel adj m s 0.55 0.27 0.11 0.07 -résiduelle résiduel adj f s 0.55 0.27 0.26 0.14 -résiduelles résiduel adj f p 0.55 0.27 0.07 0.00 -résiduels résiduel adj m p 0.55 0.27 0.12 0.07 -résidus résidu nom m p 2.72 2.70 1.83 0.95 -résigna résigner ver 3.84 20.34 0.00 1.28 ind:pas:3s; -résignai résigner ver 3.84 20.34 0.00 0.81 ind:pas:1s; -résignaient résigner ver 3.84 20.34 0.00 0.41 ind:imp:3p; -résignais résigner ver 3.84 20.34 0.00 0.74 ind:imp:1s; -résignait résigner ver 3.84 20.34 0.01 1.76 ind:imp:3s; -résignant résigner ver 3.84 20.34 0.00 0.41 par:pre; -résignassent résigner ver 3.84 20.34 0.00 0.07 sub:imp:3p; -résignation résignation nom f s 0.98 9.93 0.98 9.86 -résignations résignation nom f p 0.98 9.93 0.00 0.07 -résigne résigner ver 3.84 20.34 1.07 1.62 imp:pre:2s;ind:pre:1s;ind:pre:3s; -résignent résigner ver 3.84 20.34 0.03 0.27 ind:pre:3p; -résigner résigner ver 3.84 20.34 1.50 5.68 inf; -résignera résigner ver 3.84 20.34 0.00 0.07 ind:fut:3s; -résignerais résigner ver 3.84 20.34 0.00 0.07 cnd:pre:1s; -résignerait résigner ver 3.84 20.34 0.00 0.20 cnd:pre:3s; -résigneront résigner ver 3.84 20.34 0.01 0.00 ind:fut:3p; -résignez résigner ver 3.84 20.34 0.22 0.07 imp:pre:2p;ind:pre:2p; -résignions résigner ver 3.84 20.34 0.00 0.14 ind:imp:1p; -résignâmes résigner ver 3.84 20.34 0.00 0.14 ind:pas:1p; -résignât résigner ver 3.84 20.34 0.00 0.20 sub:imp:3s; -résignèrent résigner ver 3.84 20.34 0.00 0.14 ind:pas:3p; -résigné résigner ver m s 3.84 20.34 0.67 3.31 par:pas; -résignée résigner ver f s 3.84 20.34 0.16 1.89 par:pas; -résignées résigner ver f p 3.84 20.34 0.01 0.34 par:pas; -résignés résigner ver m p 3.84 20.34 0.15 0.74 par:pas; -résilia résilier ver 0.72 0.27 0.00 0.07 ind:pas:3s; -résiliable résiliable adj s 0.01 0.07 0.01 0.07 -résiliation résiliation nom f s 0.07 0.00 0.07 0.00 -résilie résilier ver 0.72 0.27 0.06 0.00 ind:pre:1s;ind:pre:3s; -résilience résilience nom f s 0.02 0.00 0.02 0.00 -résilier résilier ver 0.72 0.27 0.20 0.07 inf; -résilierait résilier ver 0.72 0.27 0.01 0.00 cnd:pre:3s; -résilié résilier ver m s 0.72 0.27 0.40 0.07 par:pas; -résiliée résilier ver f s 0.72 0.27 0.04 0.00 par:pas; -résiliées résilier ver f p 0.72 0.27 0.01 0.07 par:pas; -résille résille nom f s 0.36 1.96 0.27 1.89 -résilles résille nom f p 0.36 1.96 0.09 0.07 -résine résine nom f s 0.84 5.54 0.83 5.20 -résines résine nom f p 0.84 5.54 0.01 0.34 -résineuse résineux adj f s 0.13 1.01 0.01 0.61 -résineuses résineux adj f p 0.13 1.01 0.00 0.27 -résineux résineux adj m s 0.13 1.01 0.11 0.14 -résiné résiné nom m s 0.00 2.43 0.00 2.43 -résinée résiner ver f s 0.00 0.07 0.00 0.07 par:pas; -résipiscence résipiscence nom f s 0.00 0.47 0.00 0.47 -résista résister ver 38.91 52.16 0.17 2.16 ind:pas:3s; -résistai résister ver 38.91 52.16 0.00 0.47 ind:pas:1s; -résistaient résister ver 38.91 52.16 0.07 1.15 ind:imp:3p; -résistais résister ver 38.91 52.16 0.23 0.20 ind:imp:1s;ind:imp:2s; -résistait résister ver 38.91 52.16 0.38 5.68 ind:imp:3s; -résistance résistance nom f s 13.23 56.49 12.99 54.32 -résistances résistance nom f p 13.23 56.49 0.23 2.16 -résistant résistant adj m s 3.63 3.58 1.77 1.15 -résistante résistant adj f s 3.63 3.58 0.78 0.81 -résistantes résistant adj f p 3.63 3.58 0.42 0.20 -résistants résistant nom m p 1.38 6.15 0.86 4.59 -résiste résister ver 38.91 52.16 8.18 9.46 imp:pre:2s;ind:pre:1s;ind:pre:3s; -résistent résister ver 38.91 52.16 1.35 1.89 ind:pre:3p;sub:pre:3p; -résister résister ver 38.91 52.16 17.54 19.93 inf; -résistera résister ver 38.91 52.16 1.93 0.54 ind:fut:3s; -résisterai résister ver 38.91 52.16 0.28 0.47 ind:fut:1s; -résisteraient résister ver 38.91 52.16 0.18 0.61 cnd:pre:3p; -résisterais résister ver 38.91 52.16 0.08 0.14 cnd:pre:1s;cnd:pre:2s; -résisterait résister ver 38.91 52.16 0.23 1.22 cnd:pre:3s; -résisteras résister ver 38.91 52.16 0.05 0.00 ind:fut:2s; -résisterez résister ver 38.91 52.16 0.06 0.00 ind:fut:2p; -résisteriez résister ver 38.91 52.16 0.04 0.00 cnd:pre:2p; -résisterions résister ver 38.91 52.16 0.01 0.00 cnd:pre:1p; -résisterons résister ver 38.91 52.16 0.16 0.00 ind:fut:1p; -résisteront résister ver 38.91 52.16 0.22 0.20 ind:fut:3p; -résistes résister ver 38.91 52.16 0.83 0.07 ind:pre:2s;sub:pre:2s; -résistez résister ver 38.91 52.16 1.43 0.20 imp:pre:2p;ind:pre:2p; -résistible résistible adj s 0.01 0.00 0.01 0.00 -résistiez résister ver 38.91 52.16 0.00 0.07 ind:imp:2p; -résistions résister ver 38.91 52.16 0.02 0.07 ind:imp:1p; -résistons résister ver 38.91 52.16 0.04 0.07 ind:pre:1p; -résistât résister ver 38.91 52.16 0.00 0.41 sub:imp:3s; -résistèrent résister ver 38.91 52.16 0.01 0.47 ind:pas:3p; -résisté résister ver m s 38.91 52.16 5.16 5.74 par:pas; -résolu résoudre ver m s 40.95 36.96 9.28 11.82 par:pas; -résoluble résoluble adj m s 0.03 0.00 0.03 0.00 -résolue résolu adj f s 6.05 11.28 2.63 4.59 -résolues résolu adj f p 6.05 11.28 0.90 0.61 -résolument résolument adv 0.39 5.34 0.39 5.34 -résolurent résoudre ver 40.95 36.96 0.00 0.07 ind:pas:3p; -résolus résoudre ver m p 40.95 36.96 1.23 3.04 ind:pas:1s;ind:pas:2s;par:pas; -résolut résoudre ver 40.95 36.96 0.13 3.11 ind:pas:3s; -résolution résolution nom f s 4.51 14.39 3.24 10.47 -résolutions résolution nom f p 4.51 14.39 1.27 3.92 -résolvaient résoudre ver 40.95 36.96 0.03 0.34 ind:imp:3p; -résolvais résoudre ver 40.95 36.96 0.02 0.07 ind:imp:1s;ind:imp:2s; -résolvait résoudre ver 40.95 36.96 0.13 1.15 ind:imp:3s; -résolvant résoudre ver 40.95 36.96 0.01 0.20 par:pre; -résolve résoudre ver 40.95 36.96 0.58 0.14 sub:pre:1s;sub:pre:3s; -résolvent résoudre ver 40.95 36.96 0.55 0.27 ind:pre:3p; -résolves résoudre ver 40.95 36.96 0.05 0.00 sub:pre:2s; -résolvez résoudre ver 40.95 36.96 0.36 0.00 imp:pre:2p;ind:pre:2p; -résolviez résoudre ver 40.95 36.96 0.04 0.07 ind:imp:2p; -résolvons résoudre ver 40.95 36.96 0.08 0.00 imp:pre:1p;ind:pre:1p; -rusâmes ruser ver 3.12 4.66 0.00 0.07 ind:pas:1p; -résonance résonance nom f s 0.71 5.27 0.69 3.72 -résonances résonance nom f p 0.71 5.27 0.03 1.55 -résonateur résonateur nom m s 0.13 0.00 0.13 0.00 -résonna résonner ver 5.07 31.96 0.24 4.26 ind:pas:3s; -résonnaient résonner ver 5.07 31.96 0.16 4.53 ind:imp:3p; -résonnait résonner ver 5.07 31.96 0.64 7.09 ind:imp:3s; -résonnant résonner ver 5.07 31.96 0.14 0.74 par:pre; -résonnante résonnant adj f s 0.12 0.47 0.03 0.07 -résonnants résonnant adj m p 0.12 0.47 0.00 0.07 -résonne résonner ver 5.07 31.96 1.38 4.59 imp:pre:2s;ind:pre:1s;ind:pre:3s; -résonnent résonner ver 5.07 31.96 1.11 2.70 ind:pre:3p; -résonner résonner ver 5.07 31.96 0.81 5.47 inf; -résonnera résonner ver 5.07 31.96 0.17 0.07 ind:fut:3s; -résonneraient résonner ver 5.07 31.96 0.02 0.07 cnd:pre:3p; -résonneront résonner ver 5.07 31.96 0.11 0.07 ind:fut:3p; -résonnez résonner ver 5.07 31.96 0.02 0.20 imp:pre:2p; -résonnèrent résonner ver 5.07 31.96 0.01 1.28 ind:pas:3p; -résonné résonner ver m s 5.07 31.96 0.27 0.88 par:pas; -résorba résorber ver 0.26 2.97 0.00 0.07 ind:pas:3s; -résorbable résorbable adj s 0.01 0.00 0.01 0.00 -résorbaient résorber ver 0.26 2.97 0.00 0.20 ind:imp:3p; -résorbait résorber ver 0.26 2.97 0.00 0.14 ind:imp:3s; -résorbant résorber ver 0.26 2.97 0.00 0.07 par:pre; -résorbe résorber ver 0.26 2.97 0.04 0.74 ind:pre:3s; -résorbent résorber ver 0.26 2.97 0.00 0.14 ind:pre:3p; -résorber résorber ver 0.26 2.97 0.06 0.54 inf; -résorberait résorber ver 0.26 2.97 0.00 0.07 cnd:pre:3s; -résorberons résorber ver 0.26 2.97 0.01 0.00 ind:fut:1p; -résorbé résorber ver m s 0.26 2.97 0.14 0.54 par:pas; -résorbée résorber ver f s 0.26 2.97 0.01 0.34 par:pas; -résorbés résorber ver m p 0.26 2.97 0.00 0.14 par:pas; -résorption résorption nom f s 0.00 0.20 0.00 0.14 -résorptions résorption nom f p 0.00 0.20 0.00 0.07 -résoudra résoudre ver 40.95 36.96 1.67 0.41 ind:fut:3s; -résoudrai résoudre ver 40.95 36.96 0.12 0.00 ind:fut:1s; -résoudraient résoudre ver 40.95 36.96 0.00 0.07 cnd:pre:3p; -résoudrais résoudre ver 40.95 36.96 0.34 0.14 cnd:pre:1s;cnd:pre:2s; -résoudrait résoudre ver 40.95 36.96 0.32 0.41 cnd:pre:3s; -résoudras résoudre ver 40.95 36.96 0.05 0.00 ind:fut:2s; -résoudre résoudre ver 40.95 36.96 20.89 13.58 inf; -résoudrez résoudre ver 40.95 36.96 0.10 0.00 ind:fut:2p; -résoudrons résoudre ver 40.95 36.96 0.07 0.00 ind:fut:1p; -résoudront résoudre ver 40.95 36.96 0.47 0.00 ind:fut:3p; -résous résoudre ver 40.95 36.96 1.04 0.27 imp:pre:2s;ind:pre:1s;ind:pre:2s; -résout résoudre ver 40.95 36.96 3.38 1.82 ind:pre:3s; -russe russe adj s 32.27 48.51 24.85 35.34 -russes russe nom p 35.44 40.27 19.76 24.73 -russifiant russifier ver 0.00 0.27 0.00 0.07 par:pre; -russification russification nom f s 0.00 0.14 0.00 0.14 -russifié russifier ver m s 0.00 0.27 0.00 0.14 par:pas; -russifiée russifier ver f s 0.00 0.27 0.00 0.07 par:pas; -russo_allemand russo_allemand adj m s 0.00 0.14 0.00 0.07 -russo_allemand russo_allemand adj f s 0.00 0.14 0.00 0.07 -russo_américain russo_américain adj m s 0.00 0.07 0.00 0.07 -russo_japonais russo_japonais adj f s 0.00 0.20 0.00 0.20 -russo_polonais russo_polonais adj m 0.00 0.14 0.00 0.07 -russo_polonais russo_polonais adj f s 0.00 0.14 0.00 0.07 -russo_turque russo_turque adj f s 0.00 0.14 0.00 0.14 -russophone russophone adj m s 0.01 0.00 0.01 0.00 -russules russule nom f p 0.00 0.14 0.00 0.14 -rustaud rustaud nom m s 0.39 0.20 0.33 0.14 -rustaude rustaud adj f s 0.12 0.68 0.02 0.27 -rustaudes rustaud nom f p 0.39 0.20 0.01 0.00 -rustauds rustaud nom m p 0.39 0.20 0.05 0.07 -rusticité rusticité nom f s 0.02 1.08 0.02 1.08 -rustine rustine nom f s 0.10 1.69 0.08 0.95 -rustines rustine nom f p 0.10 1.69 0.02 0.74 -rustique rustique adj s 1.29 6.22 0.95 4.26 -rustiques rustique adj p 1.29 6.22 0.34 1.96 -rustre rustre nom s 2.26 1.28 1.63 0.74 -rustres rustre nom p 2.26 1.28 0.63 0.54 -rusé rusé adj m s 3.27 4.80 2.46 2.77 -réséda réséda nom m s 0.10 0.41 0.10 0.34 -résédas réséda nom m p 0.10 0.41 0.00 0.07 -rusée rusé adj f s 3.27 4.80 0.52 0.95 -rusées ruser ver f p 3.12 4.66 0.13 0.00 par:pas; -résulta résulter ver 2.58 9.46 0.11 0.47 ind:pas:3s; -résultaient résulter ver 2.58 9.46 0.00 0.27 ind:imp:3p; -résultais résulter ver 2.58 9.46 0.00 0.07 ind:imp:1s; -résultait résulter ver 2.58 9.46 0.15 1.62 ind:imp:3s; -résultant résulter ver 2.58 9.46 0.42 0.74 par:pre; -résultante résultant adj f s 0.07 0.07 0.06 0.00 -résultantes résultante nom f p 0.01 0.54 0.00 0.14 -résultat résultat nom m s 59.47 38.38 25.15 27.43 -résultats résultat nom m p 59.47 38.38 34.31 10.95 -résulte résulter ver 2.58 9.46 1.19 3.38 imp:pre:2s;ind:pre:3s; -résultent résulter ver 2.58 9.46 0.23 0.54 ind:pre:3p; -résulter résulter ver 2.58 9.46 0.26 0.81 inf; -résulteraient résulter ver 2.58 9.46 0.00 0.34 cnd:pre:3p; -résulterait résulter ver 2.58 9.46 0.13 0.47 cnd:pre:3s; -résulteront résulter ver 2.58 9.46 0.00 0.07 ind:fut:3p; -résulté résulter ver m s 2.58 9.46 0.09 0.54 par:pas; -résultées résulter ver f p 2.58 9.46 0.00 0.14 par:pas; -résuma résumer ver 7.48 14.53 0.01 0.68 ind:pas:3s; -résumai résumer ver 7.48 14.53 0.00 0.07 ind:pas:1s; -résumaient résumer ver 7.48 14.53 0.04 0.61 ind:imp:3p; -résumais résumer ver 7.48 14.53 0.00 0.27 ind:imp:1s; -résumait résumer ver 7.48 14.53 0.26 2.03 ind:imp:3s; -résumant résumer ver 7.48 14.53 0.00 0.68 par:pre; -résume résumer ver 7.48 14.53 3.50 3.31 imp:pre:2s;ind:pre:1s;ind:pre:3s; -résument résumer ver 7.48 14.53 0.18 0.68 ind:pre:3p; -résumer résumer ver 7.48 14.53 2.31 3.31 inf; -résumera résumer ver 7.48 14.53 0.04 0.14 ind:fut:3s; -résumerai résumer ver 7.48 14.53 0.02 0.27 ind:fut:1s; -résumerait résumer ver 7.48 14.53 0.04 0.07 cnd:pre:3s; -résumeriez résumer ver 7.48 14.53 0.00 0.07 cnd:pre:2p; -résumez résumer ver 7.48 14.53 0.08 0.00 imp:pre:2p;ind:pre:2p; -résumons résumer ver 7.48 14.53 0.38 0.54 imp:pre:1p;ind:pre:1p; -résumé résumé nom m s 3.95 3.72 3.86 3.24 -résumée résumer ver f s 7.48 14.53 0.07 0.61 par:pas; -résumées résumer ver f p 7.48 14.53 0.02 0.27 par:pas; -résumés résumé nom m p 3.95 3.72 0.09 0.47 -réséquer réséquer ver 0.01 0.07 0.01 0.07 inf; -résurgence résurgence nom f s 0.46 1.08 0.46 0.88 -résurgences résurgence nom f p 0.46 1.08 0.00 0.20 -résurgente résurgent adj f s 0.00 0.07 0.00 0.07 -résurrection résurrection nom f s 4.29 8.11 4.15 7.50 -résurrections résurrection nom f p 4.29 8.11 0.14 0.61 -rusés ruser ver m p 3.12 4.66 0.24 0.14 par:pas; -rut rut nom m s 2.00 2.09 2.00 2.09 -rutabaga rutabaga nom m s 0.26 1.49 0.24 0.74 -rutabagas rutabaga nom m p 0.26 1.49 0.03 0.74 -rétabli rétablir ver m s 12.38 22.36 2.78 3.65 par:pas; -rétablie rétablir ver f s 12.38 22.36 1.55 1.42 par:pas; -rétablies rétablir ver f p 12.38 22.36 0.18 0.41 par:pas; -rétablir rétablir ver 12.38 22.36 5.19 11.15 inf; -rétablira rétablir ver 12.38 22.36 0.49 0.20 ind:fut:3s; -rétablirai rétablir ver 12.38 22.36 0.01 0.07 ind:fut:1s; -rétablirait rétablir ver 12.38 22.36 0.04 0.34 cnd:pre:3s; -rétabliras rétablir ver 12.38 22.36 0.15 0.00 ind:fut:2s; -rétablirent rétablir ver 12.38 22.36 0.00 0.07 ind:pas:3p; -rétablirez rétablir ver 12.38 22.36 0.02 0.00 ind:fut:2p; -rétablirons rétablir ver 12.38 22.36 0.06 0.07 ind:fut:1p; -rétabliront rétablir ver 12.38 22.36 0.01 0.07 ind:fut:3p; -rétablis rétablir ver m p 12.38 22.36 0.52 0.74 imp:pre:2s;ind:pre:1s;ind:pre:2s;par:pas; -rétablissaient rétablir ver 12.38 22.36 0.00 0.34 ind:imp:3p; -rétablissais rétablir ver 12.38 22.36 0.00 0.07 ind:imp:1s; -rétablissait rétablir ver 12.38 22.36 0.01 0.88 ind:imp:3s; -rétablissant rétablir ver 12.38 22.36 0.03 0.54 par:pre; -rétablisse rétablir ver 12.38 22.36 0.26 0.07 sub:pre:1s;sub:pre:3s; -rétablissement rétablissement nom m s 2.08 3.85 2.08 3.65 -rétablissements rétablissement nom m p 2.08 3.85 0.00 0.20 -rétablissent rétablir ver 12.38 22.36 0.06 0.14 ind:pre:3p; -rétablisses rétablir ver 12.38 22.36 0.01 0.00 sub:pre:2s; -rétablissez rétablir ver 12.38 22.36 0.26 0.00 imp:pre:2p;ind:pre:2p; -rétablissons rétablir ver 12.38 22.36 0.16 0.34 imp:pre:1p;ind:pre:1p; -rétablit rétablir ver 12.38 22.36 0.60 1.82 ind:pre:3s;ind:pas:3s; -rétamai rétamer ver 0.56 1.55 0.00 0.07 ind:pas:1s; -rétamait rétamer ver 0.56 1.55 0.00 0.07 ind:imp:3s; -rétame rétamer ver 0.56 1.55 0.04 0.14 imp:pre:2s;ind:pre:1s;ind:pre:3s; -rétamer rétamer ver 0.56 1.55 0.23 0.47 inf; -rétameras rétamer ver 0.56 1.55 0.01 0.00 ind:fut:2s; -rétameur rétameur nom m s 0.05 0.14 0.05 0.14 -rétamé rétamer ver m s 0.56 1.55 0.25 0.68 par:pas; -rétamées rétamer ver f p 0.56 1.55 0.00 0.07 par:pas; -rétamés rétamer ver m p 0.56 1.55 0.03 0.07 par:pas; -rétention rétention nom f s 0.48 0.47 0.48 0.47 -rutherford rutherford nom m s 0.04 0.00 0.04 0.00 -ruèrent ruer ver 3.27 20.81 0.03 1.15 ind:pas:3p; -réticence réticence nom f s 1.10 7.64 0.69 3.24 -réticences réticence nom f p 1.10 7.64 0.41 4.39 -réticent réticent adj m s 1.49 3.92 0.90 1.62 -réticente réticent adj f s 1.49 3.92 0.17 1.35 -réticentes réticent adj f p 1.49 3.92 0.12 0.14 -réticents réticent adj m p 1.49 3.92 0.29 0.81 -réticulaire réticulaire adj m s 0.06 0.00 0.02 0.00 -réticulaires réticulaire adj p 0.06 0.00 0.03 0.00 -réticulation réticulation nom f s 0.00 0.07 0.00 0.07 -réticule réticule nom m s 0.02 0.81 0.02 0.81 -réticulé réticulé adj m s 0.04 0.00 0.01 0.00 -réticulée réticuler ver f s 0.03 0.00 0.03 0.00 par:pas; -réticulée réticulé adj f s 0.04 0.00 0.03 0.00 -réticulum réticulum nom m s 0.04 0.00 0.04 0.00 -rétif rétif adj m s 0.21 4.26 0.04 1.62 -rétifs rétif adj m p 0.21 4.26 0.14 0.41 -rutilaient rutiler ver 0.02 1.76 0.00 0.14 ind:imp:3p; -rutilait rutiler ver 0.02 1.76 0.00 0.47 ind:imp:3s; -rutilances rutilance nom f p 0.00 0.07 0.00 0.07 -rutilant rutilant adj m s 0.42 3.11 0.15 0.95 -rutilante rutilant adj f s 0.42 3.11 0.23 0.81 -rutilantes rutilant adj f p 0.42 3.11 0.04 0.61 -rutilants rutilant adj m p 0.42 3.11 0.01 0.74 -rutile rutiler ver 0.02 1.76 0.01 0.54 ind:pre:3s; -rutilent rutiler ver 0.02 1.76 0.00 0.14 ind:pre:3p; -rutiler rutiler ver 0.02 1.76 0.00 0.14 inf; -rétinal rétinal nom m s 0.01 0.00 0.01 0.00 -rétine rétine nom f s 0.80 2.97 0.69 2.36 -rétines rétine nom f p 0.80 2.97 0.11 0.61 -rétinien rétinien adj m s 0.26 0.14 0.10 0.00 -rétinienne rétinien adj f s 0.26 0.14 0.14 0.07 -rétiniennes rétinien adj f p 0.26 0.14 0.02 0.07 -rétinite rétinite nom f s 0.02 0.07 0.02 0.07 -rétinopathie rétinopathie nom f s 0.02 0.00 0.02 0.00 -rétive rétif adj f s 0.21 4.26 0.02 2.03 -rétives rétif adj f p 0.21 4.26 0.01 0.20 -rétorqua rétorquer ver 0.20 9.32 0.02 2.77 ind:pas:3s; -rétorquai rétorquer ver 0.20 9.32 0.00 0.81 ind:pas:1s; -rétorquais rétorquer ver 0.20 9.32 0.00 0.27 ind:imp:1s; -rétorquait rétorquer ver 0.20 9.32 0.01 1.35 ind:imp:3s; -rétorquant rétorquer ver 0.20 9.32 0.00 0.07 par:pre; -rétorque rétorquer ver 0.20 9.32 0.11 2.36 imp:pre:2s;ind:pre:1s;ind:pre:3s; -rétorquer rétorquer ver 0.20 9.32 0.01 0.74 inf; -rétorquera rétorquer ver 0.20 9.32 0.01 0.07 ind:fut:3s; -rétorquèrent rétorquer ver 0.20 9.32 0.00 0.07 ind:pas:3p; -rétorqué rétorquer ver m s 0.20 9.32 0.04 0.81 par:pas; -rétorsion rétorsion nom f s 0.03 0.07 0.03 0.07 -rétracta rétracter ver 1.71 5.14 0.01 0.34 ind:pas:3s; -rétractable rétractable adj s 0.07 0.07 0.07 0.07 -rétractais rétracter ver 1.71 5.14 0.00 0.07 ind:imp:1s; -rétractait rétracter ver 1.71 5.14 0.01 0.47 ind:imp:3s; -rétractant rétracter ver 1.71 5.14 0.01 0.47 par:pre; -rétractation rétractation nom f s 0.18 0.34 0.17 0.27 -rétractations rétractation nom f p 0.18 0.34 0.01 0.07 -rétracte rétracter ver 1.71 5.14 0.36 1.35 imp:pre:2s;ind:pre:1s;ind:pre:3s; -rétractent rétracter ver 1.71 5.14 0.04 0.14 ind:pre:3p; -rétracter rétracter ver 1.71 5.14 0.50 1.15 inf; -rétractera rétracter ver 1.71 5.14 0.04 0.00 ind:fut:3s; -rétracterait rétracter ver 1.71 5.14 0.10 0.00 cnd:pre:3s; -rétracteur rétracteur nom m s 0.08 0.00 0.07 0.00 -rétracteurs rétracteur nom m p 0.08 0.00 0.01 0.00 -rétractez rétracter ver 1.71 5.14 0.06 0.14 imp:pre:2p;ind:pre:2p; -rétractile rétractile adj f s 0.02 0.20 0.01 0.07 -rétractiles rétractile adj f p 0.02 0.20 0.01 0.14 -rétraction rétraction nom f s 0.06 0.20 0.06 0.20 -rétractèrent rétracter ver 1.71 5.14 0.00 0.14 ind:pas:3p; -rétracté rétracter ver m s 1.71 5.14 0.39 0.54 par:pas; -rétractée rétracter ver f s 1.71 5.14 0.13 0.20 par:pas; -rétractées rétracter ver f p 1.71 5.14 0.02 0.00 par:pas; -rétractés rétracter ver m p 1.71 5.14 0.04 0.14 par:pas; -rétreint rétreindre ver 0.01 0.00 0.01 0.00 ind:pre:3s; -rétribuant rétribuer ver 0.35 0.68 0.00 0.14 par:pre; -rétribue rétribuer ver 0.35 0.68 0.02 0.07 ind:pre:1s;ind:pre:3s; -rétribuer rétribuer ver 0.35 0.68 0.14 0.14 inf; -rétribution rétribution nom f s 0.60 0.41 0.60 0.34 -rétributions rétribution nom f p 0.60 0.41 0.00 0.07 -rétribué rétribué adj m s 0.12 0.20 0.12 0.07 -rétribuée rétribuer ver f s 0.35 0.68 0.15 0.14 par:pas; -rétribués rétribuer ver m p 0.35 0.68 0.01 0.07 par:pas; -rétro rétro adj 1.12 0.81 1.12 0.81 -rétroactif rétroactif adj m s 0.29 0.14 0.22 0.14 -rétroaction rétroaction nom f s 0.13 0.07 0.13 0.07 -rétroactive rétroactif adj f s 0.29 0.14 0.07 0.00 -rétroactivement rétroactivement adv 0.05 0.14 0.05 0.14 -rétrocession rétrocession nom f s 0.00 0.07 0.00 0.07 -rétrocède rétrocéder ver 0.01 0.27 0.01 0.07 ind:pre:3s; -rétrocédait rétrocéder ver 0.01 0.27 0.00 0.07 ind:imp:3s; -rétrocéder rétrocéder ver 0.01 0.27 0.00 0.14 inf; -rétrofusée rétrofusée nom f s 0.25 0.00 0.02 0.00 -rétrofusées rétrofusée nom f p 0.25 0.00 0.23 0.00 -rétrograda rétrograder ver 0.97 0.74 0.00 0.07 ind:pas:3s; -rétrogradation rétrogradation nom f s 0.09 0.20 0.07 0.14 -rétrogradations rétrogradation nom f p 0.09 0.20 0.01 0.07 -rétrograde rétrograde adj s 0.57 0.95 0.50 0.81 -rétrogradent rétrograder ver 0.97 0.74 0.00 0.07 ind:pre:3p; -rétrograder rétrograder ver 0.97 0.74 0.16 0.34 inf; -rétrogrades rétrograde adj p 0.57 0.95 0.07 0.14 -rétrogradez rétrograder ver 0.97 0.74 0.03 0.00 imp:pre:2p;ind:pre:2p; -rétrogradé rétrograder ver m s 0.97 0.74 0.55 0.07 par:pas; -rétrogradée rétrograder ver f s 0.97 0.74 0.06 0.00 par:pas; -rétrogradés rétrograder ver m p 0.97 0.74 0.01 0.07 par:pas; -rétrogression rétrogression nom f s 0.01 0.00 0.01 0.00 -rétroprojecteur rétroprojecteur nom m s 0.11 0.07 0.11 0.07 -rétropropulsion rétropropulsion nom f s 0.03 0.00 0.03 0.00 -rétros rétro nom m p 0.92 3.65 0.12 0.27 -rétrospectif rétrospectif adj m s 0.15 2.91 0.00 0.88 -rétrospectifs rétrospectif adj m p 0.15 2.91 0.00 0.14 -rétrospection rétrospection nom f s 0.03 0.00 0.03 0.00 -rétrospective rétrospective nom f s 0.36 0.61 0.36 0.54 -rétrospectivement rétrospectivement adv 0.36 1.08 0.36 1.08 -rétrospectives rétrospectif adj f p 0.15 2.91 0.00 0.27 -rétroversion rétroversion nom f s 0.00 0.07 0.00 0.07 -rétrovirale rétroviral adj f s 0.01 0.00 0.01 0.00 -rétrovirus rétrovirus nom m 1.11 0.14 1.11 0.14 -rétroviseur rétroviseur nom m s 0.93 5.20 0.86 5.07 -rétroviseurs rétroviseur nom m p 0.93 5.20 0.07 0.14 -rétréci rétrécir ver m s 3.51 7.57 1.06 1.22 par:pas; -rétrécie rétrécir ver f s 3.51 7.57 0.13 0.47 par:pas; -rétrécies rétrécir ver f p 3.51 7.57 0.01 0.07 par:pas; -rétrécir rétrécir ver 3.51 7.57 0.53 1.42 inf; -rétrécirent rétrécir ver 3.51 7.57 0.00 0.27 ind:pas:3p; -rétrécis rétrécir ver m p 3.51 7.57 0.06 0.00 imp:pre:2s;par:pas; -rétrécissaient rétrécir ver 3.51 7.57 0.00 0.27 ind:imp:3p; -rétrécissait rétrécir ver 3.51 7.57 0.02 1.08 ind:imp:3s; -rétrécissant rétrécir ver 3.51 7.57 0.02 0.81 par:pre; -rétrécisse rétrécir ver 3.51 7.57 0.04 0.00 sub:pre:3s; -rétrécissement rétrécissement nom m s 0.15 0.88 0.14 0.81 -rétrécissements rétrécissement nom m p 0.15 0.88 0.01 0.07 -rétrécissent rétrécir ver 3.51 7.57 0.31 0.34 ind:pre:3p; -rétrécissez rétrécir ver 3.51 7.57 0.03 0.00 imp:pre:2p; -rétrécit rétrécir ver 3.51 7.57 1.31 1.62 ind:pre:3s;ind:pas:3s; -rué ruer ver m s 3.27 20.81 0.67 1.69 par:pas; -rééchelonnement rééchelonnement nom m s 0.00 0.07 0.00 0.07 -réécoutais réécouter ver 0.63 0.68 0.00 0.14 ind:imp:1s; -réécoutait réécouter ver 0.63 0.68 0.00 0.07 ind:imp:3s; -réécoute réécouter ver 0.63 0.68 0.03 0.07 imp:pre:2s;ind:pre:1s; -réécoutent réécouter ver 0.63 0.68 0.00 0.07 ind:pre:3p; -réécouter réécouter ver 0.63 0.68 0.57 0.34 inf; -réécouterez réécouter ver 0.63 0.68 0.01 0.00 ind:fut:2p; -réécouté réécouter ver m s 0.63 0.68 0.02 0.00 par:pas; -réécrira réécrire ver 2.64 0.81 0.04 0.00 ind:fut:3s; -réécrirai réécrire ver 2.64 0.81 0.01 0.00 ind:fut:1s; -réécrire réécrire ver 2.64 0.81 1.27 0.07 inf; -réécris réécrire ver 2.64 0.81 0.39 0.07 imp:pre:2s;ind:pre:1s;ind:pre:2s; -réécrit réécrire ver m s 2.64 0.81 0.67 0.47 ind:pre:3s;par:pas; -réécrite réécrire ver f s 2.64 0.81 0.11 0.07 par:pas; -réécrits réécrire ver m p 2.64 0.81 0.08 0.07 par:pas; -réécriture réécriture nom f s 0.13 0.00 0.11 0.00 -réécritures réécriture nom f p 0.13 0.00 0.02 0.00 -réécrivaient réécrire ver 2.64 0.81 0.01 0.00 ind:imp:3p; -réécrive réécrire ver 2.64 0.81 0.02 0.07 sub:pre:1s;sub:pre:3s; -réécrivez réécrire ver 2.64 0.81 0.05 0.00 imp:pre:2p;ind:pre:2p; -réédifier réédifier ver 0.01 0.14 0.01 0.07 inf; -réédifieras réédifier ver 0.01 0.14 0.00 0.07 ind:fut:2s; -rééditait rééditer ver 0.05 0.95 0.00 0.20 ind:imp:3s; -rééditant rééditer ver 0.05 0.95 0.00 0.07 par:pre; -rééditer rééditer ver 0.05 0.95 0.01 0.34 inf; -réédition réédition nom f s 0.19 0.68 0.18 0.47 -rééditions réédition nom f p 0.19 0.68 0.01 0.20 -réédité rééditer ver m s 0.05 0.95 0.04 0.20 par:pas; -rééditées rééditer ver f p 0.05 0.95 0.00 0.07 par:pas; -réédités rééditer ver m p 0.05 0.95 0.00 0.07 par:pas; -rééducateur rééducateur nom m s 0.00 0.07 0.00 0.07 -rééducation rééducation nom f s 2.48 0.68 2.48 0.68 -rééduquais rééduquer ver 1.66 0.68 0.00 0.07 ind:imp:1s; -rééduquait rééduquer ver 1.66 0.68 0.00 0.07 ind:imp:3s; -rééduque rééduquer ver 1.66 0.68 0.01 0.07 ind:pre:3s; -rééduquer rééduquer ver 1.66 0.68 0.42 0.34 inf;; -rééduqué rééduquer ver m s 1.66 0.68 0.41 0.07 par:pas; -rééduqués rééduquer ver m p 1.66 0.68 0.81 0.07 par:pas; -ruée ruée nom f s 0.86 4.73 0.85 4.66 -ruées ruer ver f p 3.27 20.81 0.01 0.14 par:pas; -réélection réélection nom f s 0.56 0.07 0.56 0.07 -rééligible rééligible adj s 0.03 0.00 0.03 0.00 -réélira réélire ver 0.94 0.27 0.10 0.00 ind:fut:3s; -réélire réélire ver 0.94 0.27 0.17 0.00 inf; -réélisent réélire ver 0.94 0.27 0.02 0.00 ind:pre:3p; -réélisez réélire ver 0.94 0.27 0.06 0.00 imp:pre:2p; -réélu réélire ver m s 0.94 0.27 0.56 0.20 par:pas; -réélus réélire ver m p 0.94 0.27 0.03 0.00 par:pas; -réélut réélire ver 0.94 0.27 0.00 0.07 ind:pas:3s; -réunîmes réunir ver 41.93 56.69 0.00 0.07 ind:pas:1p; -réuni réunir ver m s 41.93 56.69 3.95 4.32 par:pas; -réunie réunir ver f s 41.93 56.69 1.61 3.18 par:pas; -réunies réunir ver f p 41.93 56.69 2.35 4.93 par:pas; -réunification réunification nom f s 1.30 0.14 1.30 0.14 -réunifier réunifier ver 0.17 0.27 0.04 0.00 inf; -réunifié réunifier ver m s 0.17 0.27 0.03 0.00 par:pas; -réunifiée réunifier ver f s 0.17 0.27 0.10 0.20 par:pas; -réunifiées réunifier ver f p 0.17 0.27 0.00 0.07 par:pas; -réunion réunion nom f s 56.82 28.18 49.17 19.12 -réunionnais réunionnais nom m 0.00 0.07 0.00 0.07 -réunionnite réunionnite nom f s 0.01 0.00 0.01 0.00 -réunions réunion nom f p 56.82 28.18 7.66 9.05 -réunir réunir ver 41.93 56.69 9.11 8.45 inf; -réunira réunir ver 41.93 56.69 0.52 0.47 ind:fut:3s; -réunirai réunir ver 41.93 56.69 0.06 0.00 ind:fut:1s; -réuniraient réunir ver 41.93 56.69 0.05 0.27 cnd:pre:3p; -réunirais réunir ver 41.93 56.69 0.12 0.00 cnd:pre:1s;cnd:pre:2s; -réunirait réunir ver 41.93 56.69 0.09 0.41 cnd:pre:3s; -réuniras réunir ver 41.93 56.69 0.00 0.07 ind:fut:2s; -réunirent réunir ver 41.93 56.69 0.06 0.88 ind:pas:3p; -réunirons réunir ver 41.93 56.69 0.14 0.07 ind:fut:1p; -réuniront réunir ver 41.93 56.69 0.15 0.07 ind:fut:3p; -réunis réunir ver m p 41.93 56.69 15.85 18.18 imp:pre:2s;ind:pre:1s;ind:pre:2s;par:pas; -réunissaient réunir ver 41.93 56.69 0.24 2.91 ind:imp:3p; -réunissais réunir ver 41.93 56.69 0.14 0.07 ind:imp:1s; -réunissait réunir ver 41.93 56.69 0.69 3.72 ind:imp:3s; -réunissant réunir ver 41.93 56.69 0.34 1.62 par:pre; -réunisse réunir ver 41.93 56.69 0.81 0.14 sub:pre:1s;sub:pre:3s; -réunissent réunir ver 41.93 56.69 1.26 1.42 ind:pre:3p; -réunisses réunir ver 41.93 56.69 0.02 0.00 sub:pre:2s; -réunissez réunir ver 41.93 56.69 0.37 0.20 imp:pre:2p;ind:pre:2p; -réunissions réunir ver 41.93 56.69 0.19 0.20 ind:imp:1p; -réunissons réunir ver 41.93 56.69 0.42 0.07 imp:pre:1p;ind:pre:1p; -réunit réunir ver 41.93 56.69 3.39 5.00 ind:pre:3s;ind:pas:3s; -rééquilibrage rééquilibrage nom m s 0.01 0.07 0.01 0.07 -rééquilibrait rééquilibrer ver 0.13 0.20 0.00 0.07 ind:imp:3s; -rééquilibrant rééquilibrer ver 0.13 0.20 0.01 0.00 par:pre; -rééquilibre rééquilibrer ver 0.13 0.20 0.04 0.00 ind:pre:3s; -rééquilibrer rééquilibrer ver 0.13 0.20 0.08 0.07 inf; -rééquilibrera rééquilibrer ver 0.13 0.20 0.00 0.07 ind:fut:3s; -rééquipent rééquiper ver 0.02 0.27 0.01 0.07 ind:pre:3p; -rééquiper rééquiper ver 0.02 0.27 0.01 0.00 inf; -rééquipé rééquiper ver m s 0.02 0.27 0.00 0.07 par:pas; -rééquipée rééquiper ver f s 0.02 0.27 0.00 0.14 par:pas; -rués ruer ver m p 3.27 20.81 0.06 0.54 par:pas; -réussîmes réussir ver 131.88 122.16 0.00 0.20 ind:pas:1p; -réussît réussir ver 131.88 122.16 0.01 0.34 sub:imp:3s; -réussi réussir ver m s 131.88 122.16 78.63 55.74 par:pas; -réussie réussi adj f s 6.11 7.70 2.17 2.77 -réussies réussi adj f p 6.11 7.70 0.61 0.81 -réussir réussir ver 131.88 122.16 20.99 16.55 inf; -réussira réussir ver 131.88 122.16 2.27 0.81 ind:fut:3s; -réussirai réussir ver 131.88 122.16 1.50 0.34 ind:fut:1s; -réussiraient réussir ver 131.88 122.16 0.02 0.14 cnd:pre:3p; -réussirais réussir ver 131.88 122.16 0.64 0.95 cnd:pre:1s;cnd:pre:2s; -réussirait réussir ver 131.88 122.16 0.50 0.74 cnd:pre:3s; -réussiras réussir ver 131.88 122.16 1.51 0.41 ind:fut:2s; -réussirent réussir ver 131.88 122.16 0.04 1.55 ind:pas:3p; -réussirez réussir ver 131.88 122.16 1.37 0.20 ind:fut:2p; -réussiriez réussir ver 131.88 122.16 0.22 0.00 cnd:pre:2p; -réussirions réussir ver 131.88 122.16 0.04 0.14 cnd:pre:1p; -réussirons réussir ver 131.88 122.16 0.93 0.34 ind:fut:1p; -réussiront réussir ver 131.88 122.16 0.57 0.27 ind:fut:3p; -réussis réussir ver m p 131.88 122.16 4.48 5.00 ind:pre:1s;ind:pre:2s;par:pas; -réussissaient réussir ver 131.88 122.16 0.12 1.76 ind:imp:3p; -réussissais réussir ver 131.88 122.16 0.24 2.30 ind:imp:1s;ind:imp:2s; -réussissait réussir ver 131.88 122.16 0.41 6.69 ind:imp:3s; -réussissant réussir ver 131.88 122.16 0.10 1.89 par:pre; -réussisse réussir ver 131.88 122.16 1.88 1.55 sub:pre:1s;sub:pre:3s; -réussissent réussir ver 131.88 122.16 1.85 1.82 ind:pre:3p; -réussisses réussir ver 131.88 122.16 0.47 0.00 sub:pre:2s; -réussissez réussir ver 131.88 122.16 1.25 0.47 imp:pre:2p;ind:pre:2p; -réussissiez réussir ver 131.88 122.16 0.39 0.27 ind:imp:2p; -réussissions réussir ver 131.88 122.16 0.05 0.34 ind:imp:1p; -réussissons réussir ver 131.88 122.16 0.59 0.20 imp:pre:1p;ind:pre:1p; -réussit réussir ver 131.88 122.16 9.70 19.39 ind:pre:3s;ind:pas:3s; -réussite réussite nom f s 9.46 20.74 8.80 18.18 -réussites réussite nom f p 9.46 20.74 0.66 2.57 -réutilisables réutilisable adj p 0.03 0.00 0.03 0.00 -réutilisait réutiliser ver 0.38 0.27 0.02 0.14 ind:imp:3s; -réutilisation réutilisation nom f s 0.15 0.00 0.15 0.00 -réutilise réutiliser ver 0.38 0.27 0.10 0.00 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -réutiliser réutiliser ver 0.38 0.27 0.20 0.07 inf; -réutilisé réutiliser ver m s 0.38 0.27 0.04 0.00 par:pas; -réutilisés réutiliser ver m p 0.38 0.27 0.01 0.07 par:pas; -réétudier réétudier ver 0.02 0.07 0.02 0.00 inf; -réétudiez réétudier ver 0.02 0.07 0.00 0.07 ind:pre:2p; -réévaluation réévaluation nom f s 0.07 0.07 0.07 0.07 -réévalue réévaluer ver 0.72 0.34 0.28 0.14 imp:pre:2s;ind:pre:1s;ind:pre:3s; -réévaluer réévaluer ver 0.72 0.34 0.31 0.14 inf; -réévaluera réévaluer ver 0.72 0.34 0.06 0.00 ind:fut:3s; -réévaluez réévaluer ver 0.72 0.34 0.01 0.00 imp:pre:2p; -réévalué réévaluer ver m s 0.72 0.34 0.02 0.00 par:pas; -réévaluée réévaluer ver f s 0.72 0.34 0.01 0.00 par:pas; -réévaluées réévaluer ver f p 0.72 0.34 0.02 0.00 par:pas; -réévalués réévaluer ver m p 0.72 0.34 0.00 0.07 par:pas; -rêva rêver ver 122.96 128.18 0.03 3.04 ind:pas:3s; -rêvai rêver ver 122.96 128.18 0.31 0.54 ind:pas:1s; -rêvaient rêver ver 122.96 128.18 0.52 4.53 ind:imp:3p; -rêvais rêver ver 122.96 128.18 11.00 11.28 ind:imp:1s;ind:imp:2s; -rêvait rêver ver 122.96 128.18 3.59 18.65 ind:imp:3s; -rêvant rêver ver 122.96 128.18 1.26 6.28 par:pre; -rêvassa rêvasser ver 0.92 6.01 0.00 0.27 ind:pas:3s; -rêvassai rêvasser ver 0.92 6.01 0.00 0.07 ind:pas:1s; -rêvassaient rêvasser ver 0.92 6.01 0.00 0.20 ind:imp:3p; -rêvassais rêvasser ver 0.92 6.01 0.20 0.61 ind:imp:1s;ind:imp:2s; -rêvassait rêvasser ver 0.92 6.01 0.02 1.22 ind:imp:3s; -rêvassant rêvasser ver 0.92 6.01 0.04 0.54 par:pre; -rêvasse rêvasser ver 0.92 6.01 0.14 1.08 imp:pre:2s;ind:pre:1s;ind:pre:3s; -rêvassent rêvasser ver 0.92 6.01 0.00 0.14 ind:pre:3p; -rêvasser rêvasser ver 0.92 6.01 0.51 1.89 inf; -rêvasserie rêvasserie nom f s 0.02 0.41 0.01 0.07 -rêvasseries rêvasserie nom f p 0.02 0.41 0.01 0.34 -rêvassé rêvasser ver m s 0.92 6.01 0.01 0.00 par:pas; -rêve rêve nom m s 158.75 128.58 99.39 80.20 -réveil réveil nom m s 18.43 28.58 18.16 26.22 -réveilla réveiller ver 175.94 125.41 0.46 11.89 ind:pas:3s; -réveillai réveiller ver 175.94 125.41 0.27 2.70 ind:pas:1s; -réveillaient réveiller ver 175.94 125.41 0.07 2.09 ind:imp:3p; -réveillais réveiller ver 175.94 125.41 0.96 1.89 ind:imp:1s;ind:imp:2s; -réveillait réveiller ver 175.94 125.41 1.21 10.74 ind:imp:3s; -réveillant réveiller ver 175.94 125.41 0.89 3.85 par:pre; -réveille_matin réveille_matin nom m 0.19 0.88 0.19 0.88 -réveille réveiller ver 175.94 125.41 59.67 17.57 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:1s;sub:pre:3s; -réveillent réveiller ver 175.94 125.41 1.75 2.30 ind:pre:3p; -réveiller réveiller ver 175.94 125.41 36.66 28.92 ind:pre:2p;inf; -réveillera réveiller ver 175.94 125.41 4.42 1.35 ind:fut:3s; -réveillerai réveiller ver 175.94 125.41 1.54 0.41 ind:fut:1s; -réveilleraient réveiller ver 175.94 125.41 0.17 0.20 cnd:pre:3p; -réveillerais réveiller ver 175.94 125.41 0.61 0.41 cnd:pre:1s;cnd:pre:2s; -réveillerait réveiller ver 175.94 125.41 0.56 1.22 cnd:pre:3s; -réveilleras réveiller ver 175.94 125.41 1.44 0.47 ind:fut:2s; -réveillerez réveiller ver 175.94 125.41 0.33 0.14 ind:fut:2p; -réveilleriez réveiller ver 175.94 125.41 0.07 0.00 cnd:pre:2p; -réveillerons réveiller ver 175.94 125.41 0.20 0.07 ind:fut:1p; -réveilleront réveiller ver 175.94 125.41 0.38 0.27 ind:fut:3p; -réveilles réveiller ver 175.94 125.41 4.27 0.68 ind:pre:2s;sub:pre:2s; -réveilleurs réveilleur nom m p 0.00 0.07 0.00 0.07 -réveillez réveiller ver 175.94 125.41 11.33 0.95 imp:pre:2p;ind:pre:2p; -réveilliez réveiller ver 175.94 125.41 0.07 0.00 ind:imp:2p; -réveillions réveiller ver 175.94 125.41 0.03 0.27 ind:imp:1p; -réveillâmes réveiller ver 175.94 125.41 0.00 0.07 ind:pas:1p; -réveillon réveillon nom m s 4.64 5.07 4.46 4.73 -réveillonnaient réveillonner ver 0.34 1.22 0.00 0.07 ind:imp:3p; -réveillonnait réveillonner ver 0.34 1.22 0.00 0.14 ind:imp:3s; -réveillonne réveillonner ver 0.34 1.22 0.30 0.07 ind:pre:3s; -réveillonner réveillonner ver 0.34 1.22 0.03 0.68 inf; -réveillonnerons réveillonner ver 0.34 1.22 0.00 0.07 ind:fut:1p; -réveillonneurs réveillonneur nom m p 0.00 0.20 0.00 0.20 -réveillonnâmes réveillonner ver 0.34 1.22 0.00 0.07 ind:pas:1p; -réveillonnons réveillonner ver 0.34 1.22 0.00 0.07 imp:pre:1p; -réveillonnèrent réveillonner ver 0.34 1.22 0.00 0.07 ind:pas:3p; -réveillonné réveillonner ver m s 0.34 1.22 0.01 0.00 par:pas; -réveillons réveiller ver 175.94 125.41 0.38 0.47 imp:pre:1p;ind:pre:1p; -réveillât réveiller ver 175.94 125.41 0.00 0.27 sub:imp:3s; -réveillèrent réveiller ver 175.94 125.41 0.17 1.62 ind:pas:3p; -réveillé réveiller ver m s 175.94 125.41 30.63 18.78 par:pas; -réveillée réveiller ver f s 175.94 125.41 15.63 10.88 par:pas; -réveillées réveiller ver f p 175.94 125.41 0.18 0.68 par:pas; -réveillés réveiller ver m p 175.94 125.41 1.61 4.26 par:pas; -réveils réveil nom m p 18.43 28.58 0.27 2.36 -rêvent rêver ver 122.96 128.18 3.63 4.19 ind:pre:3p; -rêver rêver ver 122.96 128.18 20.80 29.39 inf; -rêvera rêver ver 122.96 128.18 0.08 0.20 ind:fut:3s; -rêverai rêver ver 122.96 128.18 0.12 0.41 ind:fut:1s; -rêveraient rêver ver 122.96 128.18 0.05 0.14 cnd:pre:3p; -rêverait rêver ver 122.96 128.18 0.07 0.20 cnd:pre:3s; -réverbère réverbère nom m s 0.53 10.81 0.42 4.86 -réverbèrent réverbérer ver 0.02 1.28 0.00 0.07 ind:pre:3p; -réverbères réverbère nom m p 0.53 10.81 0.11 5.95 -réverbéra réverbérer ver 0.02 1.28 0.00 0.07 ind:pas:3s; -réverbéraient réverbérer ver 0.02 1.28 0.00 0.27 ind:imp:3p; -réverbérait réverbérer ver 0.02 1.28 0.01 0.20 ind:imp:3s; -réverbérant réverbérer ver 0.02 1.28 0.00 0.14 par:pre; -réverbération réverbération nom f s 0.06 1.69 0.05 1.55 -réverbérations réverbération nom f p 0.06 1.69 0.01 0.14 -réverbérer réverbérer ver 0.02 1.28 0.00 0.20 inf; -réverbéré réverbérer ver m s 0.02 1.28 0.00 0.07 par:pas; -réverbérée réverbérer ver f s 0.02 1.28 0.00 0.20 par:pas; -rêverie rêverie nom f s 0.65 19.46 0.26 12.36 -rêveries rêverie nom f p 0.65 19.46 0.40 7.09 -rêveront rêver ver 122.96 128.18 0.00 0.27 ind:fut:3p; -réversibilité réversibilité nom f s 0.01 0.61 0.01 0.61 -réversible réversible adj s 0.21 0.54 0.17 0.47 -réversibles réversible adj f p 0.21 0.54 0.04 0.07 -réversion réversion nom f s 0.07 0.14 0.07 0.14 -rêves rêve nom m p 158.75 128.58 59.35 48.38 -rêveur rêveur nom m s 2.50 4.66 1.48 3.31 -rêveurs rêveur nom m p 2.50 4.66 0.90 0.88 -rêveuse rêveur adj f s 1.77 15.34 0.61 4.66 -rêveusement rêveusement adv 0.10 3.45 0.10 3.45 -rêveuses rêveur adj f p 1.77 15.34 0.03 0.81 -rêvez rêver ver 122.96 128.18 4.31 0.81 imp:pre:2p;ind:pre:2p; -rêviez rêver ver 122.96 128.18 0.58 0.34 ind:imp:2p; -rêvions rêver ver 122.96 128.18 0.28 1.01 ind:imp:1p; -révisa réviser ver 8.21 3.72 0.00 0.07 ind:pas:3s; -révisai réviser ver 8.21 3.72 0.00 0.14 ind:pas:1s; -révisaient réviser ver 8.21 3.72 0.00 0.14 ind:imp:3p; -révisais réviser ver 8.21 3.72 0.12 0.34 ind:imp:1s;ind:imp:2s; -révisait réviser ver 8.21 3.72 0.06 0.20 ind:imp:3s; -révisant réviser ver 8.21 3.72 0.03 0.14 par:pre; -révise réviser ver 8.21 3.72 1.65 0.20 imp:pre:2s;ind:pre:1s;ind:pre:3s; -révisent réviser ver 8.21 3.72 0.02 0.00 ind:pre:3p; -réviser réviser ver 8.21 3.72 4.35 2.03 inf; -réviserais réviser ver 8.21 3.72 0.01 0.00 cnd:pre:1s; -réviserait réviser ver 8.21 3.72 0.01 0.00 cnd:pre:3s; -révises réviser ver 8.21 3.72 0.21 0.07 ind:pre:2s; -réviseur réviseur nom m s 0.01 0.00 0.01 0.00 -révisez réviser ver 8.21 3.72 0.08 0.00 imp:pre:2p; -révisiez réviser ver 8.21 3.72 0.01 0.00 ind:imp:2p; -révision révision nom f s 3.99 3.78 3.09 3.11 -révisionnisme révisionnisme nom m s 0.00 0.07 0.00 0.07 -révisionniste révisionniste adj s 0.09 0.34 0.07 0.27 -révisionnistes révisionniste nom p 0.29 0.20 0.28 0.20 -révisions révision nom f p 3.99 3.78 0.90 0.68 -réviso réviso nom s 0.00 0.07 0.00 0.07 -révisons réviser ver 8.21 3.72 0.19 0.00 imp:pre:1p;ind:pre:1p; -révisé réviser ver m s 8.21 3.72 1.10 0.14 par:pas; -révisée réviser ver f s 8.21 3.72 0.29 0.07 par:pas; -révisées réviser ver f p 8.21 3.72 0.02 0.14 par:pas; -révisés réviser ver m p 8.21 3.72 0.06 0.07 par:pas; -révocable révocable adj f s 0.03 0.41 0.03 0.20 -révocables révocable adj m p 0.03 0.41 0.00 0.20 -révocation révocation nom f s 0.32 0.61 0.32 0.54 -révocations révocation nom f p 0.32 0.61 0.00 0.07 -révolta révolter ver 4.65 10.81 0.10 1.08 ind:pas:3s; -révoltai révolter ver 4.65 10.81 0.00 0.07 ind:pas:1s; -révoltaient révolter ver 4.65 10.81 0.03 0.41 ind:imp:3p; -révoltais révolter ver 4.65 10.81 0.00 0.20 ind:imp:1s; -révoltait révolter ver 4.65 10.81 0.02 2.36 ind:imp:3s; -révoltant révoltant adj m s 0.92 1.96 0.60 0.88 -révoltante révoltant adj f s 0.92 1.96 0.14 0.61 -révoltantes révoltant adj f p 0.92 1.96 0.16 0.34 -révoltants révoltant adj m p 0.92 1.96 0.02 0.14 -révolte révolte nom f s 6.66 25.07 6.35 21.82 -révoltent révolter ver 4.65 10.81 0.44 0.54 ind:pre:3p; -révolter révolter ver 4.65 10.81 1.19 1.08 inf; -révolteront révolter ver 4.65 10.81 0.15 0.00 ind:fut:3p; -révoltes révolte nom f p 6.66 25.07 0.31 3.24 -révoltez révolter ver 4.65 10.81 0.04 0.00 imp:pre:2p;ind:pre:2p; -révoltions révolter ver 4.65 10.81 0.00 0.07 ind:imp:1p; -révoltons révolter ver 4.65 10.81 0.14 0.07 imp:pre:1p;ind:pre:1p; -révoltât révolter ver 4.65 10.81 0.00 0.14 sub:imp:3s; -révoltèrent révolter ver 4.65 10.81 0.24 0.27 ind:pas:3p; -révolté révolter ver m s 4.65 10.81 0.36 1.01 par:pas; -révoltée révolter ver f s 4.65 10.81 0.05 0.88 par:pas; -révoltées révolté adj f p 0.17 2.97 0.01 0.20 -révoltés révolté nom m p 1.08 2.43 0.87 1.35 -révolu révolu adj m s 2.25 5.34 0.60 2.09 -révolue révolu adj f s 2.25 5.34 1.20 1.35 -révolues révolu adj f p 2.25 5.34 0.06 0.27 -révolus révolu adj m p 2.25 5.34 0.40 1.62 -révolution révolution nom f s 25.00 46.08 23.07 41.08 -révolutionna révolutionner ver 0.97 0.88 0.01 0.14 ind:pas:3s; -révolutionnaient révolutionner ver 0.97 0.88 0.00 0.07 ind:imp:3p; -révolutionnaire révolutionnaire adj s 7.30 12.09 4.76 8.78 -révolutionnairement révolutionnairement adv 0.01 0.00 0.01 0.00 -révolutionnaires révolutionnaire adj p 7.30 12.09 2.54 3.31 -révolutionnait révolutionner ver 0.97 0.88 0.00 0.07 ind:imp:3s; -révolutionner révolutionner ver 0.97 0.88 0.55 0.20 inf; -révolutionnera révolutionner ver 0.97 0.88 0.12 0.00 ind:fut:3s; -révolutionnerait révolutionner ver 0.97 0.88 0.02 0.00 cnd:pre:3s; -révolutionneront révolutionner ver 0.97 0.88 0.01 0.00 ind:fut:3p; -révolutionné révolutionner ver m s 0.97 0.88 0.27 0.34 par:pas; -révolutionnées révolutionner ver f p 0.97 0.88 0.00 0.07 par:pas; -révolutions révolution nom f p 25.00 46.08 1.94 5.00 -rêvons rêver ver 122.96 128.18 0.68 0.68 imp:pre:1p;ind:pre:1p; -révoquais révoquer ver 0.82 0.88 0.01 0.00 ind:imp:1s; -révoque révoquer ver 0.82 0.88 0.20 0.14 imp:pre:2s;ind:pre:1s;ind:pre:3s; -révoquer révoquer ver 0.82 0.88 0.25 0.14 inf; -révoqué révoquer ver m s 0.82 0.88 0.23 0.20 par:pas; -révoquée révoquer ver f s 0.82 0.88 0.05 0.07 par:pas; -révoquées révoquer ver f p 0.82 0.88 0.00 0.07 par:pas; -révoqués révoquer ver m p 0.82 0.88 0.08 0.27 par:pas; -rêvât rêver ver 122.96 128.18 0.00 0.14 sub:imp:3s; -révèle révéler ver 32.70 60.34 6.32 8.31 imp:pre:2s;ind:pre:1s;ind:pre:3s; -révèlent révéler ver 32.70 60.34 1.62 2.50 ind:pre:3p; -révèles révéler ver 32.70 60.34 0.14 0.07 ind:pre:2s; -révère révérer ver 0.96 0.95 0.21 0.14 imp:pre:2s;ind:pre:1s;ind:pre:3s; -rêvèrent rêver ver 122.96 128.18 0.00 0.34 ind:pas:3p; -révèrent révérer ver 0.96 0.95 0.33 0.07 ind:pre:3p; -rêvé rêver ver m s 122.96 128.18 32.08 20.88 par:pas; -rêvée rêvé adj f s 2.61 3.38 1.62 1.55 -rêvées rêver ver f p 122.96 128.18 0.05 0.07 par:pas; -révéla révéler ver 32.70 60.34 0.66 5.14 ind:pas:3s; -révélai révéler ver 32.70 60.34 0.01 0.41 ind:pas:1s; -révélaient révéler ver 32.70 60.34 0.20 3.18 ind:imp:3p; -révélais révéler ver 32.70 60.34 0.11 0.20 ind:imp:1s;ind:imp:2s; -révélait révéler ver 32.70 60.34 0.65 9.39 ind:imp:3s; -révélant révéler ver 32.70 60.34 0.38 3.11 par:pre; -révélateur révélateur adj m s 1.04 2.91 0.66 1.15 -révélateurs révélateur adj m p 1.04 2.91 0.28 0.41 -révélation révélation nom f s 7.33 20.61 4.66 14.86 -révélations révélation nom f p 7.33 20.61 2.67 5.74 -révélatrice révélateur adj f s 1.04 2.91 0.06 0.95 -révélatrices révélateur adj f p 1.04 2.91 0.04 0.41 -révéler révéler ver 32.70 60.34 10.33 13.31 inf;; -révélera révéler ver 32.70 60.34 0.46 0.34 ind:fut:3s; -révélerai révéler ver 32.70 60.34 0.37 0.07 ind:fut:1s; -révéleraient révéler ver 32.70 60.34 0.06 0.20 cnd:pre:3p; -révélerais révéler ver 32.70 60.34 0.06 0.07 cnd:pre:1s;cnd:pre:2s; -révélerait révéler ver 32.70 60.34 0.14 0.95 cnd:pre:3s; -révéleras révéler ver 32.70 60.34 0.10 0.00 ind:fut:2s; -révélerez révéler ver 32.70 60.34 0.05 0.14 ind:fut:2p; -révélerons révéler ver 32.70 60.34 0.17 0.00 ind:fut:1p; -révéleront révéler ver 32.70 60.34 0.34 0.14 ind:fut:3p; -révélez révéler ver 32.70 60.34 0.38 0.07 imp:pre:2p;ind:pre:2p; -révéliez révéler ver 32.70 60.34 0.06 0.00 ind:imp:2p; -révélons révéler ver 32.70 60.34 0.05 0.00 ind:pre:1p; -révélât révéler ver 32.70 60.34 0.00 0.20 sub:imp:3s; -révulsaient révulser ver 0.44 2.57 0.00 0.27 ind:imp:3p; -révulsait révulser ver 0.44 2.57 0.01 0.41 ind:imp:3s; -révulsant révulser ver 0.44 2.57 0.00 0.07 par:pre; -révulse révulser ver 0.44 2.57 0.35 0.74 imp:pre:2s;ind:pre:1s;ind:pre:3s; -révulser révulser ver 0.44 2.57 0.02 0.00 inf; -révulserait révulser ver 0.44 2.57 0.00 0.07 cnd:pre:3s; -révulsif révulsif nom m s 0.00 0.34 0.00 0.34 -révulsifs révulsif adj m p 0.00 0.27 0.00 0.07 -révulsion révulsion nom f s 0.02 0.20 0.02 0.20 -révulsive révulsif adj f s 0.00 0.27 0.00 0.07 -révulsèrent révulser ver 0.44 2.57 0.00 0.14 ind:pas:3p; -révulsé révulser ver m s 0.44 2.57 0.02 0.41 par:pas; -révulsée révulser ver f s 0.44 2.57 0.02 0.20 par:pas; -révulsés révulsé adj m p 0.01 1.08 0.01 0.74 -révélèrent révéler ver 32.70 60.34 0.23 1.22 ind:pas:3p; -révélé révéler ver m s 32.70 60.34 7.86 8.45 par:pas; -révélée révéler ver f s 32.70 60.34 1.22 1.69 par:pas; -révélées révéler ver f p 32.70 60.34 0.38 0.74 par:pas; -révélés révéler ver m p 32.70 60.34 0.36 0.47 par:pas; -révérait révérer ver 0.96 0.95 0.01 0.14 ind:imp:3s; -révérant révérer ver 0.96 0.95 0.09 0.00 par:pre; -révérence révérence nom f s 2.69 6.49 2.45 6.01 -révérences révérence nom f p 2.69 6.49 0.23 0.47 -révérenciel révérenciel adj m s 0.01 0.00 0.01 0.00 -révérencieuse révérencieux adj f s 0.00 0.41 0.00 0.34 -révérencieusement révérencieusement adv 0.00 0.27 0.00 0.27 -révérencieux révérencieux adj m p 0.00 0.41 0.00 0.07 -révérend révérend nom m s 7.64 1.01 7.51 0.95 -révérende révérend adj f s 5.24 0.74 0.90 0.14 -révérendissime révérendissime adj m s 0.00 0.41 0.00 0.41 -révérends révérend nom m p 7.64 1.01 0.14 0.07 -révérer révérer ver 0.96 0.95 0.12 0.07 inf; -révérerait révérer ver 0.96 0.95 0.00 0.07 cnd:pre:3s; -révérons révérer ver 0.96 0.95 0.00 0.07 ind:pre:1p; -révéré révérer ver m s 0.96 0.95 0.07 0.34 par:pas; -révérée révérer ver f s 0.96 0.95 0.14 0.07 par:pas; -rêvés rêver ver m p 122.96 128.18 0.17 0.20 par:pas; -rythmaient rythmer ver 0.47 6.76 0.00 0.34 ind:imp:3p; -rythmait rythmer ver 0.47 6.76 0.00 0.88 ind:imp:3s; -rythmant rythmer ver 0.47 6.76 0.00 0.34 par:pre; -rythme rythme nom m s 20.43 45.95 19.15 42.57 -rythment rythmer ver 0.47 6.76 0.00 0.41 ind:pre:3p; -rythmer rythmer ver 0.47 6.76 0.11 0.81 inf; -rythmera rythmer ver 0.47 6.76 0.00 0.07 ind:fut:3s; -rythmes rythme nom m p 20.43 45.95 1.28 3.38 -rythmique rythmique nom f s 0.26 0.54 0.25 0.47 -rythmiquement rythmiquement adv 0.02 0.20 0.02 0.20 -rythmiques rythmique adj p 0.52 1.15 0.31 0.41 -rythmé rythmé adj m s 0.91 1.96 0.30 0.68 -rythmée rythmé adj f s 0.91 1.96 0.57 0.68 -rythmées rythmé adj f p 0.91 1.96 0.01 0.20 -rythmés rythmé adj m p 0.91 1.96 0.03 0.41 -s_ s_ pro_per 2418.95 5391.62 2418.95 5391.62 -s s pro_per 40.59 13.99 40.59 13.99 -sûmes savoir ver_sup 4516.72 2003.58 0.00 0.61 ind:pas:1p; -sûr sûr adj m s 943.56 412.97 801.64 343.51 -sûre sûr adj f s 943.56 412.97 122.03 56.55 -sûrement sûrement adv 133.67 74.12 133.67 74.12 -sûres sûr adj f p 943.56 412.97 2.47 2.91 -sûreté sûreté nom f s 7.04 10.07 7.01 9.86 -sûretés sûreté nom f p 7.04 10.07 0.03 0.20 -sûrs sûr adj m p 943.56 412.97 17.43 10.00 -sût savoir ver_sup 4516.72 2003.58 0.08 6.62 sub:imp:3s; -sa sa adj_pos 1276.29 3732.43 1276.29 3732.43 -saï saï nom m s 0.01 0.47 0.01 0.47 -sabayon sabayon nom m s 0.30 0.27 0.30 0.07 -sabayons sabayon nom m p 0.30 0.27 0.00 0.20 -sabbat sabbat nom m s 3.28 2.77 3.14 2.77 -sabbatique sabbatique adj s 0.78 0.47 0.76 0.41 -sabbatiques sabbatique adj f p 0.78 0.47 0.02 0.07 -sabbats sabbat nom m p 3.28 2.77 0.14 0.00 -sabelles sabelle nom f p 0.00 0.07 0.00 0.07 -sabin sabin adj s 0.00 0.41 0.00 0.27 -sabines sabine nom f p 0.00 0.14 0.00 0.14 -sabins sabin adj m p 0.00 0.41 0.00 0.14 -sabir sabir nom m s 0.00 0.74 0.00 0.74 -sabla sabler ver 0.28 1.42 0.00 0.20 ind:pas:3s; -sablaient sabler ver 0.28 1.42 0.00 0.07 ind:imp:3p; -sablait sabler ver 0.28 1.42 0.00 0.14 ind:imp:3s; -sablant sabler ver 0.28 1.42 0.01 0.14 par:pre; -sable sable nom m s 25.23 96.55 23.14 87.91 -sabler sabler ver 0.28 1.42 0.16 0.27 inf; -sablera sabler ver 0.28 1.42 0.01 0.07 ind:fut:3s; -sablerais sabler ver 0.28 1.42 0.00 0.07 cnd:pre:1s; -sables sable nom m p 25.23 96.55 2.09 8.65 -sableuse sableux adj f s 0.23 1.01 0.21 0.41 -sableuses sableux adj f p 0.23 1.01 0.00 0.14 -sableux sableux adj m 0.23 1.01 0.03 0.47 -sablez sabler ver 0.28 1.42 0.02 0.07 imp:pre:2p;ind:pre:2p; -sablier sablier nom m s 1.18 3.11 1.03 2.64 -sabliers sablier nom m p 1.18 3.11 0.14 0.47 -sablière sablière nom f s 0.01 0.47 0.01 0.27 -sablières sablière nom f p 0.01 0.47 0.00 0.20 -sablonneuse sablonneux adj f s 0.06 3.92 0.00 1.76 -sablonneuses sablonneux adj f p 0.06 3.92 0.03 0.41 -sablonneux sablonneux adj m 0.06 3.92 0.03 1.76 -sablons sablon nom m p 0.00 0.20 0.00 0.20 -sablé sablé adj m s 0.40 0.68 0.14 0.14 -sablée sabler ver f s 0.28 1.42 0.01 0.14 par:pas; -sablées sablé adj f p 0.40 0.68 0.00 0.07 -sablés sablé adj m p 0.40 0.68 0.25 0.34 -sabord sabord nom m s 0.17 1.89 0.03 1.28 -sabordage sabordage nom m s 0.02 0.20 0.02 0.20 -sabordait saborder ver 0.74 1.42 0.01 0.07 ind:imp:3s; -saborde saborder ver 0.74 1.42 0.07 0.20 imp:pre:2s;ind:pre:1s;ind:pre:3s; -sabordent saborder ver 0.74 1.42 0.02 0.00 ind:pre:3p; -saborder saborder ver 0.74 1.42 0.45 0.47 inf; -sabordez saborder ver 0.74 1.42 0.04 0.00 imp:pre:2p;ind:pre:2p; -sabords sabord nom m p 0.17 1.89 0.14 0.61 -sabordé saborder ver m s 0.74 1.42 0.14 0.34 par:pas; -sabordée saborder ver f s 0.74 1.42 0.01 0.07 par:pas; -sabordés saborder ver m p 0.74 1.42 0.01 0.27 par:pas; -sabot sabot nom m s 4.95 24.66 1.79 5.74 -sabotage sabotage nom m s 4.69 2.97 4.32 2.30 -sabotages sabotage nom m p 4.69 2.97 0.37 0.68 -sabotais saboter ver 6.25 2.77 0.02 0.07 ind:imp:1s; -sabotait saboter ver 6.25 2.77 0.04 0.34 ind:imp:3s; -sabotant saboter ver 6.25 2.77 0.03 0.00 par:pre; -sabote saboter ver 6.25 2.77 0.34 0.14 imp:pre:2s;ind:pre:1s;ind:pre:3s; -sabotent saboter ver 6.25 2.77 0.14 0.14 ind:pre:3p; -saboter saboter ver 6.25 2.77 2.84 1.22 inf; -saboterai saboter ver 6.25 2.77 0.02 0.00 ind:fut:1s; -saboterait saboter ver 6.25 2.77 0.01 0.07 cnd:pre:3s; -saboterie saboterie nom f s 0.00 0.07 0.00 0.07 -saboteront saboter ver 6.25 2.77 0.01 0.00 ind:fut:3p; -saboteur saboteur nom m s 1.15 0.54 0.66 0.14 -saboteurs saboteur nom m p 1.15 0.54 0.48 0.41 -saboteuse saboteur nom f s 1.15 0.54 0.01 0.00 -sabotez saboter ver 6.25 2.77 0.38 0.00 ind:pre:2p; -sabotier sabotier nom m s 0.00 0.61 0.00 0.41 -sabotiers sabotier nom m p 0.00 0.61 0.00 0.20 -sabotons saboter ver 6.25 2.77 0.02 0.07 imp:pre:1p;ind:pre:1p; -sabots sabot nom m p 4.95 24.66 3.16 18.92 -saboté saboter ver m s 6.25 2.77 2.05 0.41 par:pas; -sabotée saboter ver f s 6.25 2.77 0.13 0.14 par:pas; -sabotées saboter ver f p 6.25 2.77 0.01 0.14 par:pas; -sabotés saboter ver m p 6.25 2.77 0.22 0.07 par:pas; -saboule sabouler ver 0.00 0.41 0.00 0.07 ind:pre:3s; -saboulent sabouler ver 0.00 0.41 0.00 0.07 ind:pre:3p; -sabouler sabouler ver 0.00 0.41 0.00 0.07 inf; -saboulé sabouler ver m s 0.00 0.41 0.00 0.07 par:pas; -saboulés sabouler ver m p 0.00 0.41 0.00 0.14 par:pas; -sabra sabra nom m s 0.12 0.00 0.12 0.00 -sabrait sabrer ver 0.39 3.04 0.00 0.54 ind:imp:3s; -sabrant sabrer ver 0.39 3.04 0.01 0.14 par:pre; -sabre sabre nom m s 6.95 17.03 5.44 13.85 -sabrent sabrer ver 0.39 3.04 0.00 0.07 ind:pre:3p; -sabrer sabrer ver 0.39 3.04 0.11 0.41 inf; -sabrerai sabrer ver 0.39 3.04 0.00 0.07 ind:fut:1s; -sabreraient sabrer ver 0.39 3.04 0.00 0.07 cnd:pre:3p; -sabrerais sabrer ver 0.39 3.04 0.01 0.00 cnd:pre:2s; -sabreras sabrer ver 0.39 3.04 0.00 0.07 ind:fut:2s; -sabrerons sabrer ver 0.39 3.04 0.00 0.07 ind:fut:1p; -sabres sabre nom m p 6.95 17.03 1.50 3.18 -sabretache sabretache nom f s 0.00 0.27 0.00 0.20 -sabretaches sabretache nom f p 0.00 0.27 0.00 0.07 -sabreur sabreur nom m s 0.14 0.47 0.00 0.27 -sabreurs sabreur nom m p 0.14 0.47 0.14 0.20 -sabrez sabrer ver 0.39 3.04 0.03 0.00 imp:pre:2p; -sabré sabrer ver m s 0.39 3.04 0.17 0.34 par:pas; -sabrée sabrer ver f s 0.39 3.04 0.00 0.07 par:pas; -sabrées sabrer ver f p 0.39 3.04 0.00 0.20 par:pas; -sabrés sabrer ver m p 0.39 3.04 0.01 0.07 par:pas; -sabéen sabéen adj m s 0.01 0.00 0.01 0.00 -sabéenne sabéenne adj f s 0.05 0.00 0.05 0.00 -sac_poubelle sac_poubelle nom m s 0.24 0.41 0.19 0.34 -sac sac nom m s 124.60 174.26 105.96 125.47 -saccade saccader ver 0.04 1.96 0.01 0.07 ind:pre:3s; -saccader saccader ver 0.04 1.96 0.00 0.07 inf; -saccades saccade nom f p 0.01 6.15 0.01 5.68 -saccadé saccadé adj m s 1.17 5.20 0.21 1.69 -saccadée saccadé adj f s 1.17 5.20 0.44 1.82 -saccadées saccadé adj f p 1.17 5.20 0.01 0.47 -saccadés saccadé adj m p 1.17 5.20 0.51 1.22 -saccage saccager ver 4.00 6.69 0.29 0.20 imp:pre:2s;ind:pre:1s;ind:pre:3s; -saccagea saccager ver 4.00 6.69 0.10 0.27 ind:pas:3s; -saccageaient saccager ver 4.00 6.69 0.00 0.14 ind:imp:3p; -saccageais saccager ver 4.00 6.69 0.00 0.07 ind:imp:1s; -saccageait saccager ver 4.00 6.69 0.01 0.27 ind:imp:3s; -saccageant saccager ver 4.00 6.69 0.13 0.27 par:pre; -saccagent saccager ver 4.00 6.69 0.15 0.07 ind:pre:3p; -saccageons saccager ver 4.00 6.69 0.02 0.00 imp:pre:1p; -saccager saccager ver 4.00 6.69 0.82 1.69 inf; -saccageraient saccager ver 4.00 6.69 0.01 0.00 cnd:pre:3p; -saccages saccager ver 4.00 6.69 0.02 0.00 ind:pre:2s; -saccageurs saccageur nom m p 0.00 0.07 0.00 0.07 -saccagez saccager ver 4.00 6.69 0.04 0.00 imp:pre:2p;ind:pre:2p; -saccagiez saccager ver 4.00 6.69 0.01 0.07 ind:imp:2p; -saccagne saccagne nom f s 0.00 0.68 0.00 0.68 -saccagèrent saccager ver 4.00 6.69 0.00 0.14 ind:pas:3p; -saccagé saccager ver m s 4.00 6.69 1.81 1.96 par:pas; -saccagée saccager ver f s 4.00 6.69 0.58 0.68 par:pas; -saccagées saccager ver f p 4.00 6.69 0.00 0.27 par:pas; -saccagés saccager ver m p 4.00 6.69 0.00 0.61 par:pas; -saccharine saccharine nom f s 0.09 0.54 0.09 0.54 -saccharomyces saccharomyces nom m p 0.01 0.00 0.01 0.00 -saccharose saccharose nom m s 0.04 0.00 0.04 0.00 -sacculine sacculine nom f s 0.03 0.00 0.02 0.00 -sacculines sacculine nom f p 0.03 0.00 0.01 0.00 -sacerdoce sacerdoce nom m s 0.77 0.74 0.76 0.74 -sacerdoces sacerdoce nom m p 0.77 0.74 0.01 0.00 -sacerdotal sacerdotal adj m s 0.31 0.81 0.03 0.27 -sacerdotale sacerdotal adj f s 0.31 0.81 0.01 0.27 -sacerdotales sacerdotal adj f p 0.31 0.81 0.14 0.20 -sacerdotaux sacerdotal adj m p 0.31 0.81 0.14 0.07 -sachant savoir ver_sup 4516.72 2003.58 14.39 34.59 par:pre; -sache savoir ver_sup 4516.72 2003.58 54.06 27.09 imp:pre:2s;sub:pre:1s;sub:pre:3s; -sachem sachem nom m s 0.05 0.07 0.05 0.07 -sachent savoir ver_sup 4516.72 2003.58 6.46 3.04 sub:pre:3p; -saches savoir ver_sup 4516.72 2003.58 17.03 3.04 sub:pre:2s; -sachet sachet nom m s 4.38 5.41 2.84 2.09 -sachets sachet nom m p 4.38 5.41 1.53 3.31 -sachez savoir ver_sup 4516.72 2003.58 13.07 5.20 imp:pre:2p; -sachiez savoir ver_sup 4516.72 2003.58 8.97 2.30 sub:pre:2p; -sachions savoir ver_sup 4516.72 2003.58 0.94 0.88 sub:pre:1p; -sachons savoir ver_sup 4516.72 2003.58 0.14 0.27 imp:pre:1p; -sacoche sacoche nom f s 3.16 6.82 2.79 4.80 -sacoches sacoche nom f p 3.16 6.82 0.37 2.03 -sacqua sacquer ver 0.20 0.34 0.00 0.07 ind:pas:3s; -sacquais sacquer ver 0.20 0.34 0.00 0.07 ind:imp:1s; -sacquant sacquer ver 0.20 0.34 0.00 0.07 par:pre; -sacque sacquer ver 0.20 0.34 0.03 0.00 imp:pre:2s;ind:pre:3s; -sacquer sacquer ver 0.20 0.34 0.12 0.14 inf; -sacqué sacquer ver m s 0.20 0.34 0.05 0.00 par:pas; -sacra sacrer ver 25.16 16.82 0.14 0.34 ind:pas:3s; -sacrait sacrer ver 25.16 16.82 0.00 0.20 ind:imp:3s; -sacralisation sacralisation nom f s 0.00 0.07 0.00 0.07 -sacralisés sacraliser ver m p 0.00 0.07 0.00 0.07 par:pas; -sacramentel sacramentel adj m s 0.00 0.47 0.00 0.20 -sacramentelle sacramentel adj f s 0.00 0.47 0.00 0.20 -sacramentelles sacramentel adj f p 0.00 0.47 0.00 0.07 -sacrant sacrer ver 25.16 16.82 0.00 0.41 par:pre; -sacre sacre nom m s 0.75 0.74 0.73 0.61 -sacrebleu sacrebleu ono 0.94 0.61 0.94 0.61 -sacredieu sacredieu ono 0.33 0.00 0.33 0.00 -sacrement sacrement nom m s 2.45 4.93 1.58 2.57 -sacrements sacrement nom m p 2.45 4.93 0.88 2.36 -sacrer sacrer ver 25.16 16.82 0.06 0.00 inf; -sacrera sacrer ver 25.16 16.82 0.01 0.00 ind:fut:3s; -sacrerai sacrer ver 25.16 16.82 0.00 0.07 ind:fut:1s; -sacres sacrer ver 25.16 16.82 0.03 0.00 ind:pre:2s;sub:pre:2s; -sacret sacret nom m s 0.03 0.00 0.03 0.00 -sacrifia sacrifier ver 25.67 20.20 0.30 0.47 ind:pas:3s; -sacrifiaient sacrifier ver 25.67 20.20 0.06 0.61 ind:imp:3p; -sacrifiais sacrifier ver 25.67 20.20 0.04 0.07 ind:imp:1s;ind:imp:2s; -sacrifiait sacrifier ver 25.67 20.20 0.28 1.15 ind:imp:3s; -sacrifiant sacrifier ver 25.67 20.20 0.66 1.01 par:pre; -sacrificateur sacrificateur nom m s 0.02 1.22 0.00 0.88 -sacrificateurs sacrificateur nom m p 0.02 1.22 0.02 0.34 -sacrifice sacrifice nom m s 23.11 26.08 15.90 16.96 -sacrifices sacrifice nom m p 23.11 26.08 7.21 9.12 -sacrificiel sacrificiel adj m s 0.25 0.74 0.21 0.41 -sacrificielle sacrificiel adj f s 0.25 0.74 0.04 0.27 -sacrificiels sacrificiel adj m p 0.25 0.74 0.00 0.07 -sacrifie sacrifier ver 25.67 20.20 2.49 1.96 imp:pre:2s;ind:pre:1s;ind:pre:3s; -sacrifient sacrifier ver 25.67 20.20 0.22 0.14 ind:pre:3p; -sacrifier sacrifier ver 25.67 20.20 9.05 7.36 inf; -sacrifiera sacrifier ver 25.67 20.20 0.17 0.27 ind:fut:3s; -sacrifierai sacrifier ver 25.67 20.20 0.43 0.00 ind:fut:1s; -sacrifieraient sacrifier ver 25.67 20.20 0.05 0.00 cnd:pre:3p; -sacrifierais sacrifier ver 25.67 20.20 0.56 0.00 cnd:pre:1s;cnd:pre:2s; -sacrifierait sacrifier ver 25.67 20.20 0.13 0.07 cnd:pre:3s; -sacrifieras sacrifier ver 25.67 20.20 0.02 0.00 ind:fut:2s; -sacrifierez sacrifier ver 25.67 20.20 0.04 0.00 ind:fut:2p; -sacrifieriez sacrifier ver 25.67 20.20 0.07 0.07 cnd:pre:2p; -sacrifierions sacrifier ver 25.67 20.20 0.10 0.00 cnd:pre:1p; -sacrifierons sacrifier ver 25.67 20.20 0.16 0.00 ind:fut:1p; -sacrifies sacrifier ver 25.67 20.20 0.55 0.07 ind:pre:2s; -sacrifiez sacrifier ver 25.67 20.20 0.55 0.14 imp:pre:2p;ind:pre:2p; -sacrifiiez sacrifier ver 25.67 20.20 0.00 0.07 ind:imp:2p; -sacrifions sacrifier ver 25.67 20.20 0.55 0.07 imp:pre:1p;ind:pre:1p; -sacrifiât sacrifier ver 25.67 20.20 0.00 0.07 sub:imp:3s; -sacrifièrent sacrifier ver 25.67 20.20 0.04 0.14 ind:pas:3p; -sacrifié sacrifier ver m s 25.67 20.20 5.98 4.26 par:pas; -sacrifiée sacrifier ver f s 25.67 20.20 1.94 1.22 par:pas; -sacrifiées sacrifier ver f p 25.67 20.20 0.34 0.34 par:pas; -sacrifiés sacrifier ver m p 25.67 20.20 0.89 0.68 par:pas; -sacrilège sacrilège nom m s 1.93 3.24 1.69 2.64 -sacrilèges sacrilège nom m p 1.93 3.24 0.25 0.61 -sacripant sacripant nom m s 0.47 0.47 0.47 0.27 -sacripants sacripant nom m p 0.47 0.47 0.00 0.20 -sacristain sacristain nom m s 1.38 3.92 1.25 3.72 -sacristaine sacristain nom f s 1.38 3.92 0.00 0.07 -sacristaines sacristaine nom f p 0.14 0.00 0.14 0.00 -sacristains sacristain nom m p 1.38 3.92 0.14 0.14 -sacristie sacristie nom f s 1.23 4.39 1.13 3.65 -sacristies sacristie nom f p 1.23 4.39 0.10 0.74 -sacristine sacristine nom f s 0.10 0.07 0.10 0.07 -sacro_iliaque sacro_iliaque adj s 0.03 0.00 0.02 0.00 -sacro_iliaque sacro_iliaque adj f p 0.03 0.00 0.01 0.00 -sacro_saint sacro_saint adj m s 0.65 1.35 0.21 0.68 -sacro_saint sacro_saint adj f s 0.65 1.35 0.41 0.47 -sacro_saint sacro_saint adj f p 0.65 1.35 0.00 0.14 -sacro_saint sacro_saint adj m p 0.65 1.35 0.02 0.07 -sacro sacro adv 0.11 0.68 0.11 0.68 -sacré_coeur sacré_coeur nom m s 0.00 0.20 0.00 0.20 -sacré sacré adj m s 56.88 45.20 29.19 20.47 -sacrédié sacrédié ono 0.00 0.07 0.00 0.07 -sacrée sacré adj f s 56.88 45.20 20.68 16.55 -sacrées sacré adj f p 56.88 45.20 2.11 2.43 -sacrum sacrum nom m s 0.04 0.07 0.04 0.07 -sacrément sacrément adv 6.01 2.16 6.01 2.16 -sacrés sacré adj m p 56.88 45.20 4.90 5.74 -sac_poubelle sac_poubelle nom m p 0.24 0.41 0.06 0.07 -sacs sac nom m p 124.60 174.26 18.64 48.78 -sadducéen sadducéen nom m s 0.00 0.07 0.00 0.07 -sadienne sadien adj f s 0.00 0.07 0.00 0.07 -sadique sadique nom s 2.89 2.30 2.23 1.49 -sadiquement sadiquement adv 0.01 0.20 0.01 0.20 -sadiques sadique nom p 2.89 2.30 0.66 0.81 -sadisme sadisme nom m s 0.36 1.96 0.36 1.89 -sadismes sadisme nom m p 0.36 1.96 0.00 0.07 -sado sado adj m s 0.37 0.00 0.37 0.00 -sadomasochisme sadomasochisme nom m s 0.02 0.00 0.02 0.00 -sadomasochiste sadomasochiste adj s 0.13 0.07 0.13 0.07 -sados sado nom p 0.00 0.07 0.00 0.07 -saducéen saducéen nom m s 0.02 0.14 0.02 0.14 -safari_photo safari_photo nom m s 0.01 0.00 0.01 0.00 -safari safari nom m s 1.77 1.28 1.58 0.88 -safaris safari nom m p 1.77 1.28 0.20 0.41 -safran safran nom m s 0.38 1.89 0.38 1.89 -safrane safraner ver 0.14 0.00 0.14 0.00 ind:pre:3s; -safrané safrané adj m s 0.00 0.14 0.00 0.14 -saga saga nom f s 0.95 1.01 0.73 0.81 -sagace sagace adj s 0.11 1.55 0.09 0.95 -sagaces sagace adj p 0.11 1.55 0.02 0.61 -sagacité sagacité nom f s 0.09 1.42 0.09 1.42 -sagaie sagaie nom f s 0.14 0.41 0.01 0.07 -sagaies sagaie nom f p 0.14 0.41 0.13 0.34 -sagard sagard nom m s 0.00 0.07 0.00 0.07 -sagas saga nom f p 0.95 1.01 0.22 0.20 -sage_femme sage_femme nom f s 1.52 1.22 1.35 1.22 -sage sage adj s 39.09 31.15 31.93 23.45 -sagement sagement adv 2.39 9.46 2.39 9.46 -sage_femme sage_femme nom f p 1.52 1.22 0.17 0.00 -sages sage adj p 39.09 31.15 7.17 7.70 -sagesse sagesse nom f s 13.58 21.55 13.56 21.42 -sagesses sagesse nom f p 13.58 21.55 0.02 0.14 -sagettes sagette nom f p 0.00 0.07 0.00 0.07 -sagittaire sagittaire nom s 0.16 0.14 0.14 0.00 -sagittaires sagittaire nom p 0.16 0.14 0.02 0.14 -sagittal sagittal adj m s 0.07 0.00 0.04 0.00 -sagittale sagittal adj f s 0.07 0.00 0.03 0.00 -sagouin sagouin nom m s 0.35 1.22 0.34 1.08 -sagouins sagouin nom m p 0.35 1.22 0.01 0.14 -sagoutier sagoutier nom m s 0.00 0.14 0.00 0.14 -sagum sagum nom m s 0.00 0.07 0.00 0.07 -saharien saharien adj m s 0.02 1.55 0.01 0.41 -saharienne saharien nom f s 0.62 0.74 0.61 0.41 -sahariennes saharien adj f p 0.02 1.55 0.01 0.41 -sahariens saharien adj m p 0.02 1.55 0.00 0.34 -sahib sahib nom m s 1.63 0.07 1.61 0.07 -sahibs sahib nom m p 1.63 0.07 0.02 0.00 -saie saie nom f s 0.04 0.00 0.04 0.00 -saigna saigner ver 34.86 21.82 0.00 0.27 ind:pas:3s; -saignaient saigner ver 34.86 21.82 0.16 1.08 ind:imp:3p; -saignais saigner ver 34.86 21.82 0.45 0.20 ind:imp:1s;ind:imp:2s; -saignait saigner ver 34.86 21.82 1.66 3.31 ind:imp:3s; -saignant saignant adj m s 1.94 4.32 1.25 1.55 -saignante saignant adj f s 1.94 4.32 0.26 1.08 -saignantes saignant adj f p 1.94 4.32 0.04 0.81 -saignants saignant adj m p 1.94 4.32 0.39 0.88 -saignasse saigner ver 34.86 21.82 0.00 0.07 sub:imp:1s; -saigne saigner ver 34.86 21.82 14.30 5.34 imp:pre:2s;ind:pre:1s;ind:pre:3s; -saignement saignement nom m s 2.67 0.54 1.81 0.34 -saignements saignement nom m p 2.67 0.54 0.86 0.20 -saignent saigner ver 34.86 21.82 1.30 0.74 ind:pre:3p; -saigner saigner ver 34.86 21.82 7.63 6.01 inf; -saignera saigner ver 34.86 21.82 0.28 0.14 ind:fut:3s; -saignerai saigner ver 34.86 21.82 0.09 0.00 ind:fut:1s; -saignerais saigner ver 34.86 21.82 0.06 0.14 cnd:pre:1s;cnd:pre:2s; -saignerait saigner ver 34.86 21.82 0.02 0.20 cnd:pre:3s; -saigneras saigner ver 34.86 21.82 0.03 0.00 ind:fut:2s; -saignerez saigner ver 34.86 21.82 0.02 0.00 ind:fut:2p; -saigneront saigner ver 34.86 21.82 0.03 0.07 ind:fut:3p; -saignes saigner ver 34.86 21.82 3.23 0.34 ind:pre:2s; -saigneur saigneur nom m s 0.02 0.07 0.02 0.07 -saignez saigner ver 34.86 21.82 1.50 0.07 imp:pre:2p;ind:pre:2p; -saigniez saigner ver 34.86 21.82 0.07 0.00 ind:imp:2p; -saignons saigner ver 34.86 21.82 0.07 0.00 imp:pre:1p;ind:pre:1p; -saigné saigner ver m s 34.86 21.82 2.87 2.09 par:pas; -saignée saignée nom f s 0.59 2.84 0.56 2.36 -saignées saigner ver f p 34.86 21.82 0.14 0.00 par:pas; -saignés saigner ver m p 34.86 21.82 0.35 0.41 par:pas; -saillaient saillir ver 0.04 6.82 0.00 1.35 ind:imp:3p; -saillait saillir ver 0.04 6.82 0.00 0.81 ind:imp:3s; -saillant saillant adj m s 0.18 10.07 0.07 1.76 -saillante saillant adj f s 0.18 10.07 0.02 0.95 -saillantes saillant adj f p 0.18 10.07 0.05 4.59 -saillants saillant adj m p 0.18 10.07 0.04 2.77 -saille saillir ver 0.04 6.82 0.00 0.14 ind:pre:3s; -saillent saillir ver 0.04 6.82 0.01 0.27 ind:pre:3p; -sailli saillir ver m s 0.04 6.82 0.00 0.27 par:pas; -saillie saillie nom f s 0.68 5.54 0.61 3.24 -saillies saillie nom f p 0.68 5.54 0.06 2.30 -saillir saillir ver 0.04 6.82 0.01 2.64 inf; -saillissent saillir ver 0.04 6.82 0.02 0.07 sub:imp:3p; -saillit saillir ver 0.04 6.82 0.00 0.07 ind:pas:3s; -sain sain adj m s 26.61 18.65 13.89 8.58 -saindoux saindoux nom m 0.68 9.80 0.68 9.80 -saine sain adj f s 26.61 18.65 6.96 6.15 -sainement sainement adv 0.47 0.47 0.47 0.47 -saines sain adj f p 26.61 18.65 1.35 2.09 -sainfoin sainfoin nom m s 0.00 0.81 0.00 0.74 -sainfoins sainfoin nom m p 0.00 0.81 0.00 0.07 -sains sain adj m p 26.61 18.65 4.42 1.82 -saint_bernard saint_bernard nom m 0.17 0.68 0.17 0.68 -saint_crépin saint_crépin nom m 0.05 0.00 0.05 0.00 -saint_cyrien saint_cyrien nom m s 0.00 1.01 0.00 0.68 -saint_cyrien saint_cyrien nom m p 0.00 1.01 0.00 0.34 -saint_esprit saint_esprit nom m 0.20 0.47 0.20 0.47 -saint_frusquin saint_frusquin nom m 0.17 0.74 0.17 0.74 -saint_germain saint_germain nom m 0.00 0.34 0.00 0.34 -saint_glinglin saint_glinglin nom f s 0.01 0.07 0.01 0.07 -saint_guy saint_guy nom m 0.03 0.00 0.03 0.00 -saint_honoré saint_honoré nom m 0.14 0.20 0.14 0.20 -saint_hubert saint_hubert nom f s 0.00 0.07 0.00 0.07 -saint_michel saint_michel nom s 0.00 0.07 0.00 0.07 -saint_nectaire saint_nectaire nom m 0.00 0.14 0.00 0.14 -saint_paulin saint_paulin nom m 0.00 0.34 0.00 0.34 -saint_pierre saint_pierre nom m 0.16 0.20 0.16 0.20 -saint_père saint_père nom m s 0.14 2.16 0.14 0.20 -saint_siège saint_siège nom m s 0.30 1.28 0.30 1.28 -saint_synode saint_synode nom m s 0.00 0.07 0.00 0.07 -saint_émilion saint_émilion nom m 0.00 0.41 0.00 0.41 -saint saint nom s 39.23 63.31 12.37 35.88 -sainte_nitouche sainte_nitouche nom f s 0.46 0.20 0.35 0.20 -sainte_nitouche sainte_nitouche nom f s 0.51 0.14 0.51 0.14 -sainte saint nom f s 39.23 63.31 17.17 11.89 -saintement saintement adv 0.00 0.20 0.00 0.20 -sainte_nitouche sainte_nitouche nom f p 0.46 0.20 0.11 0.00 -saintes saint adj f p 23.22 42.77 2.30 4.39 -sainteté sainteté nom f s 4.74 5.54 4.64 5.41 -saintetés sainteté nom f p 4.74 5.54 0.10 0.14 -saint_père saint_père nom m p 0.14 2.16 0.00 1.96 -saints saint nom m p 39.23 63.31 9.69 14.46 -sais savoir ver_sup 4516.72 2003.58 2492.92 615.27 ind:pre:1s;ind:pre:2s; -saisît saisir ver 36.81 135.74 0.00 0.41 sub:imp:3s; -saisi saisir ver m s 36.81 135.74 10.15 25.54 par:pas; -saisie_arrêt saisie_arrêt nom f s 0.00 0.20 0.00 0.20 -saisie saisie nom f s 2.75 1.62 1.73 1.42 -saisies saisie nom f p 2.75 1.62 1.02 0.20 -saisir saisir ver 36.81 135.74 9.40 33.78 inf; -saisira saisir ver 36.81 135.74 0.40 0.34 ind:fut:3s; -saisirai saisir ver 36.81 135.74 0.17 0.07 ind:fut:1s; -saisirais saisir ver 36.81 135.74 0.04 0.14 cnd:pre:1s;cnd:pre:2s; -saisirait saisir ver 36.81 135.74 0.03 0.47 cnd:pre:3s; -saisiras saisir ver 36.81 135.74 0.03 0.20 ind:fut:2s; -saisirent saisir ver 36.81 135.74 0.14 1.15 ind:pas:3p; -saisirez saisir ver 36.81 135.74 0.03 0.00 ind:fut:2p; -saisirions saisir ver 36.81 135.74 0.00 0.07 cnd:pre:1p; -saisirons saisir ver 36.81 135.74 0.04 0.20 ind:fut:1p; -saisiront saisir ver 36.81 135.74 0.04 0.07 ind:fut:3p; -saisis saisir ver m p 36.81 135.74 8.34 10.20 imp:pre:2s;ind:pre:1s;ind:pre:2s;par:pas;par:pas; -saisissable saisissable adj s 0.00 0.20 0.00 0.14 -saisissables saisissable adj p 0.00 0.20 0.00 0.07 -saisissaient saisir ver 36.81 135.74 0.01 1.42 ind:imp:3p; -saisissais saisir ver 36.81 135.74 0.16 0.81 ind:imp:1s;ind:imp:2s; -saisissait saisir ver 36.81 135.74 0.05 7.09 ind:imp:3s; -saisissant saisissant adj m s 0.61 5.00 0.33 2.23 -saisissante saisissant adj f s 0.61 5.00 0.11 2.43 -saisissantes saisissant adj f p 0.61 5.00 0.04 0.20 -saisissants saisissant adj m p 0.61 5.00 0.13 0.14 -saisisse saisir ver 36.81 135.74 0.19 0.47 sub:pre:1s;sub:pre:3s; -saisissement saisissement nom m s 0.14 1.96 0.14 1.89 -saisissements saisissement nom m p 0.14 1.96 0.00 0.07 -saisissent saisir ver 36.81 135.74 0.20 1.49 ind:pre:3p; -saisisses saisir ver 36.81 135.74 0.09 0.07 sub:pre:2s; -saisissez saisir ver 36.81 135.74 2.84 0.47 imp:pre:2p;ind:pre:2p; -saisissiez saisir ver 36.81 135.74 0.13 0.00 ind:imp:2p; -saisissions saisir ver 36.81 135.74 0.01 0.20 ind:imp:1p; -saisissons saisir ver 36.81 135.74 0.25 0.14 imp:pre:1p;ind:pre:1p; -saisit saisir ver 36.81 135.74 2.39 36.69 ind:pre:3s;ind:pas:3s; -saison saison nom f s 31.95 49.59 28.72 35.54 -saisonnier saisonnier adj m s 0.55 1.42 0.17 0.54 -saisonniers saisonnier nom m p 0.44 0.27 0.43 0.07 -saisonnière saisonnier adj f s 0.55 1.42 0.16 0.07 -saisonnières saisonnier adj f p 0.55 1.42 0.04 0.41 -saisons saison nom f p 31.95 49.59 3.23 14.05 -sait savoir ver_sup 4516.72 2003.58 401.46 245.00 ind:pre:3s; -saki saki nom m s 0.05 0.00 0.05 0.00 -saké saké nom m s 2.55 0.61 2.55 0.54 -sakés saké nom m p 2.55 0.61 0.00 0.07 -sala saler ver 7.65 6.35 0.10 0.20 ind:pas:3s; -salace salace adj s 0.55 1.28 0.33 0.47 -salaces salace adj p 0.55 1.28 0.21 0.81 -salacité salacité nom f s 0.00 0.20 0.00 0.14 -salacités salacité nom f p 0.00 0.20 0.00 0.07 -salade salade nom f s 21.80 24.26 15.88 15.41 -salader salader ver 0.00 0.07 0.00 0.07 inf; -salades salade nom f p 21.80 24.26 5.92 8.85 -saladier saladier nom m s 0.77 2.43 0.68 2.30 -saladiers saladier nom m p 0.77 2.43 0.09 0.14 -salaient saler ver 7.65 6.35 0.01 0.07 ind:imp:3p; -salaire salaire nom m s 26.43 12.50 22.99 8.92 -salaires salaire nom m p 26.43 12.50 3.44 3.58 -salaison salaison nom f s 0.14 1.22 0.14 0.27 -salaisons salaison nom f p 0.14 1.22 0.00 0.95 -salait saler ver 7.65 6.35 0.01 0.14 ind:imp:3s; -salam salam nom m s 0.03 0.00 0.03 0.00 -salamalec salamalec nom m s 0.32 1.49 0.00 0.41 -salamalecs salamalec nom m p 0.32 1.49 0.32 1.08 -salamandre salamandre nom f s 0.50 1.62 0.48 1.35 -salamandres salamandre nom f p 0.50 1.62 0.01 0.27 -salami salami nom m s 2.06 0.47 2.04 0.34 -salamis salami nom m p 2.06 0.47 0.02 0.14 -salanque salanque nom f s 0.00 0.07 0.00 0.07 -salant salant adj m s 0.07 1.01 0.02 0.20 -salants salant adj m p 0.07 1.01 0.05 0.81 -salariait salarier ver 0.38 0.07 0.00 0.07 ind:imp:3s; -salariale salarial adj f s 0.18 0.00 0.17 0.00 -salariat salariat nom m s 0.00 0.27 0.00 0.27 -salariaux salarial adj m p 0.18 0.00 0.01 0.00 -salarier salarier ver 0.38 0.07 0.14 0.00 inf; -salarié salarié adj m s 0.39 0.20 0.20 0.14 -salariée salarié nom f s 0.52 0.95 0.12 0.07 -salariés salarié nom m p 0.52 0.95 0.28 0.20 -salas saler ver 7.65 6.35 1.37 0.00 ind:pas:2s; -salat salat nom f s 0.03 0.00 0.03 0.00 -salaud salaud nom m s 87.40 37.84 66.74 24.86 -salauds salaud nom m p 87.40 37.84 20.66 12.97 -salazariste salazariste adj s 0.00 0.07 0.00 0.07 -sale sale adj s 146.86 102.03 120.13 74.86 -salement salement adv 2.28 6.01 2.28 6.01 -saler saler ver 7.65 6.35 0.30 0.41 inf; -salera saler ver 7.65 6.35 0.00 0.07 ind:fut:3s; -sales sale adj p 146.86 102.03 26.73 27.16 -saleté saleté nom f s 17.55 12.91 11.96 9.66 -saletés saleté nom f p 17.55 12.91 5.59 3.24 -saleur saleur nom m s 0.00 0.07 0.00 0.07 -salez saler ver 7.65 6.35 0.11 0.14 imp:pre:2p;ind:pre:2p; -sali salir ver m s 17.51 15.95 2.66 2.36 par:pas; -salicaires salicaire nom f p 0.00 0.07 0.00 0.07 -salicine salicine nom f s 0.10 0.00 0.10 0.00 -salicole salicole adj s 0.00 0.07 0.00 0.07 -salicorne salicorne nom f s 0.00 0.07 0.00 0.07 -salie salir ver f s 17.51 15.95 2.12 1.42 par:pas; -salies salir ver f p 17.51 15.95 0.10 0.74 par:pas; -saligaud saligaud nom m s 3.36 1.01 2.46 0.95 -saligauds saligaud nom m p 3.36 1.01 0.90 0.07 -salin salin adj m s 0.31 1.01 0.01 0.61 -saline salin adj f s 0.31 1.01 0.28 0.14 -salines salin nom f p 0.02 2.16 0.02 2.09 -salingue salingue adj m s 0.00 2.03 0.00 1.55 -salingues salingue adj p 0.00 2.03 0.00 0.47 -salinité salinité nom f s 0.06 0.07 0.06 0.07 -salins salin nom m p 0.02 2.16 0.00 0.07 -salique salique adj f s 0.06 0.14 0.06 0.14 -salir salir ver 17.51 15.95 6.81 6.08 inf; -salira salir ver 17.51 15.95 0.06 0.00 ind:fut:3s; -salirai salir ver 17.51 15.95 0.09 0.07 ind:fut:1s; -saliraient salir ver 17.51 15.95 0.14 0.00 cnd:pre:3p; -salirais salir ver 17.51 15.95 0.07 0.00 cnd:pre:1s;cnd:pre:2s; -salirait salir ver 17.51 15.95 0.05 0.07 cnd:pre:3s; -salirez salir ver 17.51 15.95 0.02 0.00 ind:fut:2p; -salis salir ver m p 17.51 15.95 2.59 1.89 imp:pre:2s;ind:pre:1s;ind:pre:2s;par:pas; -salissaient salir ver 17.51 15.95 0.03 0.54 ind:imp:3p; -salissait salir ver 17.51 15.95 0.26 0.68 ind:imp:3s; -salissant salissant adj m s 0.65 0.81 0.62 0.54 -salissante salissant adj f s 0.65 0.81 0.03 0.00 -salissantes salissant adj f p 0.65 0.81 0.00 0.14 -salissants salissant adj m p 0.65 0.81 0.00 0.14 -salisse salir ver 17.51 15.95 0.23 0.27 sub:pre:1s;sub:pre:3s; -salissent salir ver 17.51 15.95 0.56 0.41 ind:pre:3p; -salisses salir ver 17.51 15.95 0.01 0.00 sub:pre:2s; -salisseur salisseur adj m s 0.01 0.00 0.01 0.00 -salissez salir ver 17.51 15.95 0.44 0.00 imp:pre:2p;ind:pre:2p; -salissiez salir ver 17.51 15.95 0.10 0.00 ind:imp:2p; -salissure salissure nom f s 0.02 0.74 0.02 0.61 -salissures salissure nom f p 0.02 0.74 0.00 0.14 -salit salir ver 17.51 15.95 1.10 1.01 ind:pre:3s;ind:pas:3s; -salière salière nom f s 0.28 2.03 0.20 1.28 -salières salière nom f p 0.28 2.03 0.09 0.74 -saliva saliver ver 0.61 2.70 0.00 0.14 ind:pas:3s; -salivaient saliver ver 0.61 2.70 0.00 0.14 ind:imp:3p; -salivaire salivaire adj s 0.22 0.07 0.04 0.00 -salivaires salivaire adj f p 0.22 0.07 0.19 0.07 -salivais saliver ver 0.61 2.70 0.00 0.07 ind:imp:1s; -salivait saliver ver 0.61 2.70 0.01 0.47 ind:imp:3s; -salivant saliver ver 0.61 2.70 0.01 0.34 par:pre; -salivation salivation nom f s 0.01 0.07 0.01 0.07 -salive salive nom f s 4.94 18.65 4.91 18.51 -salivent saliver ver 0.61 2.70 0.02 0.07 ind:pre:3p; -saliver saliver ver 0.61 2.70 0.36 1.49 inf; -salives salive nom f p 4.94 18.65 0.03 0.14 -saliveur saliveur nom m s 0.00 0.07 0.00 0.07 -saliveuse saliveux adj f s 0.00 0.34 0.00 0.27 -saliveuses saliveux adj f p 0.00 0.34 0.00 0.07 -salivez saliver ver 0.61 2.70 0.01 0.00 ind:pre:2p; -salivé saliver ver m s 0.61 2.70 0.01 0.00 par:pas; -salle salle nom f s 116.91 215.81 111.10 197.64 -salles salle nom f p 116.91 215.81 5.81 18.18 -salmigondis salmigondis nom m 0.00 0.34 0.00 0.34 -salmis salmis nom m 0.00 0.47 0.00 0.47 -salmonelle salmonelle nom f s 0.45 0.00 0.45 0.00 -salmonellose salmonellose nom f s 0.02 0.00 0.02 0.00 -salmonidé salmonidé nom m s 0.01 0.00 0.01 0.00 -saloir saloir nom m s 0.10 0.74 0.10 0.68 -saloirs saloir nom m p 0.10 0.74 0.00 0.07 -salon salon nom m s 39.24 101.22 37.06 84.12 -salonnard salonnard nom m s 0.00 0.07 0.00 0.07 -salonniers salonnier nom m p 0.00 0.07 0.00 0.07 -salonnières salonnière nom f p 0.14 0.00 0.14 0.00 -salons salon nom m p 39.24 101.22 2.19 17.09 -saloon saloon nom m s 5.08 0.47 4.65 0.34 -saloons saloon nom m p 5.08 0.47 0.42 0.14 -salop salop nom m s 0.82 0.54 0.73 0.41 -salopard salopard nom m s 21.80 4.80 16.41 2.77 -salopards salopard nom m p 21.80 4.80 5.38 2.03 -salope salope nom f s 66.97 20.54 62.54 17.97 -salopent saloper ver 0.66 1.01 0.01 0.14 ind:pre:3p; -saloper saloper ver 0.66 1.01 0.16 0.47 inf; -saloperie saloperie nom f s 25.27 19.46 19.38 13.04 -saloperies saloperie nom f p 25.27 19.46 5.89 6.42 -salopes salope nom f p 66.97 20.54 4.42 2.57 -salopette salopette nom f s 0.59 5.61 0.53 4.73 -salopettes salopette nom f p 0.59 5.61 0.07 0.88 -salopez saloper ver 0.66 1.01 0.01 0.00 ind:pre:2p; -salopiaud salopiaud nom m s 0.16 0.14 0.16 0.00 -salopiauds salopiaud nom m p 0.16 0.14 0.00 0.14 -salopiaux salopiau nom m p 0.00 0.07 0.00 0.07 -salopiot salopiot nom m s 0.11 0.74 0.09 0.20 -salopiots salopiot nom m p 0.11 0.74 0.02 0.54 -salops salop nom m p 0.82 0.54 0.09 0.14 -salopé saloper ver m s 0.66 1.01 0.45 0.20 par:pas; -salopée saloper ver f s 0.66 1.01 0.00 0.14 par:pas; -salopées saloper ver f p 0.66 1.01 0.01 0.07 par:pas; -salopés saloper ver m p 0.66 1.01 0.02 0.00 par:pas; -salpicon salpicon nom m s 0.00 0.14 0.00 0.14 -salpingite salpingite nom f s 0.01 0.00 0.01 0.00 -salpêtre salpêtre nom m s 0.72 2.16 0.72 2.16 -salpêtreux salpêtreux adj m p 0.00 0.07 0.00 0.07 -salpêtrière salpêtrière nom f s 0.00 0.07 0.00 0.07 -salpêtrées salpêtrer ver f p 0.00 0.14 0.00 0.07 par:pas; -salpêtrés salpêtrer ver m p 0.00 0.14 0.00 0.07 par:pas; -sals sal nom m p 0.06 0.00 0.06 0.00 -salsa salsa nom f s 1.43 0.14 1.43 0.14 -salsepareille salsepareille nom f s 0.19 0.00 0.19 0.00 -salsifis salsifis nom m 0.00 1.01 0.00 1.01 -saltimbanque saltimbanque nom s 0.51 2.16 0.33 1.96 -saltimbanques saltimbanque nom p 0.51 2.16 0.17 0.20 -salto salto nom m s 0.08 0.00 0.08 0.00 -salé saler ver m s 7.65 6.35 1.33 0.95 par:pas; -salua saluer ver 45.09 67.64 0.48 10.27 ind:pas:3s; -saluai saluer ver 45.09 67.64 0.10 1.08 ind:pas:1s; -saluaient saluer ver 45.09 67.64 0.13 3.24 ind:imp:3p; -saluais saluer ver 45.09 67.64 0.08 0.41 ind:imp:1s;ind:imp:2s; -saluait saluer ver 45.09 67.64 0.69 5.34 ind:imp:3s; -saluant saluer ver 45.09 67.64 0.41 3.72 par:pre; -salubre salubre adj s 0.29 1.22 0.01 1.22 -salubres salubre adj p 0.29 1.22 0.28 0.00 -salubrité salubrité nom f s 0.04 0.34 0.04 0.34 -salée salé adj f s 4.47 11.01 2.30 4.26 -salue saluer ver 45.09 67.64 17.53 11.01 imp:pre:2s;ind:pre:1s;ind:pre:3s; -saluent saluer ver 45.09 67.64 1.56 2.43 ind:pre:3p; -saluer saluer ver 45.09 67.64 11.85 16.49 ind:pre:2p;inf; -saluera saluer ver 45.09 67.64 0.57 0.20 ind:fut:3s; -saluerai saluer ver 45.09 67.64 0.23 0.07 ind:fut:1s; -salueraient saluer ver 45.09 67.64 0.00 0.07 cnd:pre:3p; -saluerais saluer ver 45.09 67.64 0.03 0.00 cnd:pre:1s; -saluerait saluer ver 45.09 67.64 0.03 0.07 cnd:pre:3s; -salueras saluer ver 45.09 67.64 0.30 0.07 ind:fut:2s; -saluerons saluer ver 45.09 67.64 0.02 0.07 ind:fut:1p; -salueront saluer ver 45.09 67.64 0.06 0.07 ind:fut:3p; -salées salé adj f p 4.47 11.01 0.40 1.55 -salues saluer ver 45.09 67.64 0.99 0.07 ind:pre:2s; -salueur salueur nom m s 0.01 0.00 0.01 0.00 -saluez saluer ver 45.09 67.64 4.48 0.68 imp:pre:2p;ind:pre:2p; -saluiez saluer ver 45.09 67.64 0.01 0.07 ind:imp:2p; -saluions saluer ver 45.09 67.64 0.00 0.14 ind:imp:1p; -saluâmes saluer ver 45.09 67.64 0.00 0.20 ind:pas:1p; -saluons saluer ver 45.09 67.64 2.09 0.61 imp:pre:1p;ind:pre:1p; -saluât saluer ver 45.09 67.64 0.00 0.14 sub:imp:3s; -salés salé adj m p 4.47 11.01 0.49 1.82 -salésienne salésien adj f s 0.00 0.07 0.00 0.07 -salut salut ono 203.10 6.55 203.10 6.55 -salutaire salutaire adj s 1.29 2.50 1.28 2.16 -salutairement salutairement adv 0.00 0.07 0.00 0.07 -salutaires salutaire adj p 1.29 2.50 0.01 0.34 -salutation salutation nom f s 5.79 2.36 0.24 0.81 -salutations salutation nom f p 5.79 2.36 5.55 1.55 -saluèrent saluer ver 45.09 67.64 0.00 2.84 ind:pas:3p; -salutiste salutiste nom s 0.01 0.34 0.00 0.07 -salutistes salutiste nom p 0.01 0.34 0.01 0.27 -saluts salut nom m p 277.42 61.82 0.07 2.84 -salué saluer ver m s 45.09 67.64 2.36 5.61 par:pas; -saluée saluer ver f s 45.09 67.64 0.69 1.76 par:pas; -saluées saluer ver f p 45.09 67.64 0.14 0.07 par:pas; -salués saluer ver m p 45.09 67.64 0.25 0.88 par:pas; -salvadorien salvadorien nom m s 0.78 0.00 0.14 0.00 -salvadorienne salvadorien adj f s 0.18 0.00 0.02 0.00 -salvadoriens salvadorien nom m p 0.78 0.00 0.64 0.00 -salvateur salvateur adj m s 0.19 0.95 0.02 0.74 -salvateurs salvateur adj m p 0.19 0.95 0.01 0.00 -salvation salvation nom f s 0.04 0.00 0.04 0.00 -salvatrice salvateur adj f s 0.19 0.95 0.16 0.20 -salve salve nom f s 1.69 7.43 1.29 4.53 -salves salve nom f p 1.69 7.43 0.40 2.91 -salvifique salvifique adj s 0.00 0.07 0.00 0.07 -salzbourgeoises salzbourgeois adj f p 0.00 0.07 0.00 0.07 -samaras samara nom m p 0.00 0.07 0.00 0.07 -samaritain samaritain nom m s 0.50 0.41 0.28 0.07 -samaritaine samaritaine nom f s 0.27 1.08 0.27 1.08 -samaritains samaritain nom m p 0.50 0.41 0.22 0.34 -samba samba nom f s 2.91 7.50 2.91 7.50 -sambenito sambenito nom m s 0.00 0.14 0.00 0.14 -sambo sambo nom m s 0.20 0.00 0.20 0.00 -samedi samedi nom m s 46.53 37.43 44.51 34.26 -samedis samedi nom m p 46.53 37.43 2.03 3.18 -samizdats samizdat nom m p 0.00 0.07 0.00 0.07 -sammy sammy nom m s 0.13 0.00 0.13 0.00 -samoan samoan adj m s 0.15 0.00 0.13 0.00 -samoans samoan adj m p 0.15 0.00 0.02 0.00 -samouraï samouraï nom m s 1.66 2.77 1.30 1.69 -samouraïs samouraï nom m p 1.66 2.77 0.36 1.08 -samovar samovar nom m s 0.45 3.78 0.45 2.23 -samovars samovar nom m p 0.45 3.78 0.00 1.55 -samoyède samoyède nom m s 0.00 0.07 0.00 0.07 -sampan sampan nom m s 0.09 0.07 0.09 0.07 -sampang sampang nom m s 0.14 0.34 0.14 0.27 -sampangs sampang nom m p 0.14 0.34 0.00 0.07 -sample sample nom m s 0.07 0.00 0.07 0.00 -sampler sampler nom m s 0.10 0.00 0.10 0.00 -samurai samurai nom m s 0.68 0.00 0.68 0.00 -san_francisco san_francisco nom s 0.02 0.07 0.02 0.07 -sana sana nom m s 0.53 2.43 0.53 2.30 -sanas sana nom m p 0.53 2.43 0.00 0.14 -sanatorium sanatorium nom m s 1.69 4.39 1.59 4.19 -sanatoriums sanatorium nom m p 1.69 4.39 0.10 0.20 -sancerre sancerre nom m s 0.00 0.20 0.00 0.20 -sanctifiai sanctifier ver 3.82 1.69 0.00 0.07 ind:pas:1s; -sanctifiait sanctifier ver 3.82 1.69 0.00 0.07 ind:imp:3s; -sanctifiante sanctifiant adj f s 0.00 0.14 0.00 0.14 -sanctification sanctification nom f s 0.01 0.07 0.01 0.07 -sanctificatrice sanctificateur adj f s 0.00 0.07 0.00 0.07 -sanctifie sanctifier ver 3.82 1.69 0.25 0.20 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -sanctifier sanctifier ver 3.82 1.69 0.48 0.20 inf; -sanctifiez sanctifier ver 3.82 1.69 0.00 0.07 imp:pre:2p; -sanctifié sanctifier ver m s 3.82 1.69 2.87 0.81 par:pas; -sanctifiée sanctifier ver f s 3.82 1.69 0.06 0.14 par:pas; -sanctifiées sanctifier ver f p 3.82 1.69 0.01 0.07 par:pas; -sanctifiés sanctifier ver m p 3.82 1.69 0.14 0.07 par:pas; -sanction sanction nom f s 2.35 4.86 1.23 2.30 -sanctionnaient sanctionner ver 1.01 2.91 0.00 0.14 ind:imp:3p; -sanctionnait sanctionner ver 1.01 2.91 0.00 0.14 ind:imp:3s; -sanctionnant sanctionner ver 1.01 2.91 0.01 0.07 par:pre; -sanctionne sanctionner ver 1.01 2.91 0.13 0.14 ind:pre:3s; -sanctionner sanctionner ver 1.01 2.91 0.15 0.74 inf; -sanctionnera sanctionner ver 1.01 2.91 0.03 0.00 ind:fut:3s; -sanctionnerait sanctionner ver 1.01 2.91 0.00 0.14 cnd:pre:3s; -sanctionnez sanctionner ver 1.01 2.91 0.01 0.00 ind:pre:2p; -sanctionnions sanctionner ver 1.01 2.91 0.00 0.07 ind:imp:1p; -sanctionnèrent sanctionner ver 1.01 2.91 0.00 0.07 ind:pas:3p; -sanctionné sanctionner ver m s 1.01 2.91 0.35 0.34 par:pas; -sanctionnée sanctionner ver f s 1.01 2.91 0.15 0.68 par:pas; -sanctionnées sanctionner ver f p 1.01 2.91 0.15 0.20 par:pas; -sanctionnés sanctionner ver m p 1.01 2.91 0.04 0.20 par:pas; -sanctions sanction nom f p 2.35 4.86 1.12 2.57 -sanctuaire sanctuaire nom m s 4.34 6.42 4.26 5.20 -sanctuaires sanctuaire nom m p 4.34 6.42 0.08 1.22 -sanctus sanctus nom m 0.23 0.68 0.23 0.68 -sandale sandale nom f s 3.21 8.72 0.22 0.74 -sandales sandale nom f p 3.21 8.72 2.99 7.97 -sandalettes sandalette nom f p 0.01 0.61 0.01 0.61 -sandalier sandalier nom m s 0.00 0.07 0.00 0.07 -sanderling sanderling nom m s 0.03 0.00 0.03 0.00 -sandiniste sandiniste adj m s 0.02 0.00 0.02 0.00 -sandinistes sandiniste nom p 0.11 0.00 0.11 0.00 -sandjak sandjak nom m s 0.00 0.20 0.00 0.20 -sandow sandow nom m s 0.00 0.27 0.00 0.07 -sandows sandow nom m p 0.00 0.27 0.00 0.20 -sandre sandre nom m s 0.02 0.07 0.01 0.00 -sandres sandre nom m p 0.02 0.07 0.01 0.07 -sandwich sandwich nom m s 0.00 9.93 0.00 8.18 -sandwiches sandwiche nom m p 0.00 4.93 0.00 4.93 -sandwichs sandwich nom m p 0.00 9.93 0.00 1.76 -sang_froid sang_froid nom m 5.41 9.26 5.41 9.26 -sang sang nom m s 304.75 207.30 304.30 205.20 -sangla sangler ver 0.86 6.49 0.00 0.07 ind:pas:3s; -sanglai sangler ver 0.86 6.49 0.00 0.07 ind:pas:1s; -sanglait sangler ver 0.86 6.49 0.00 0.20 ind:imp:3s; -sanglant sanglant adj m s 6.69 20.00 3.23 6.01 -sanglante sanglant adj f s 6.69 20.00 1.69 6.22 -sanglantes sanglant adj f p 6.69 20.00 0.86 3.58 -sanglants sanglant adj m p 6.69 20.00 0.91 4.19 -sangle sangle nom f s 1.68 3.78 1.08 1.55 -sanglent sangler ver 0.86 6.49 0.00 0.07 ind:pre:3p; -sangler sangler ver 0.86 6.49 0.07 0.07 inf; -sangles sangle nom f p 1.68 3.78 0.59 2.23 -sanglez sangler ver 0.86 6.49 0.04 0.00 imp:pre:2p; -sanglier sanglier nom m s 6.05 8.78 4.59 5.34 -sangliers sanglier nom m p 6.05 8.78 1.47 3.45 -sanglot sanglot nom m s 3.79 29.12 0.30 9.59 -sanglota sangloter ver 2.27 14.66 0.04 1.69 ind:pas:3s; -sanglotai sangloter ver 2.27 14.66 0.00 0.34 ind:pas:1s; -sanglotaient sangloter ver 2.27 14.66 0.00 0.14 ind:imp:3p; -sanglotais sangloter ver 2.27 14.66 0.05 0.27 ind:imp:1s;ind:imp:2s; -sanglotait sangloter ver 2.27 14.66 0.28 3.45 ind:imp:3s; -sanglotant sangloter ver 2.27 14.66 0.05 2.03 par:pre; -sanglotante sanglotant adj f s 0.01 0.95 0.00 0.47 -sanglotants sanglotant adj m p 0.01 0.95 0.00 0.07 -sanglote sangloter ver 2.27 14.66 1.06 2.09 ind:pre:1s;ind:pre:3s; -sanglotent sangloter ver 2.27 14.66 0.32 0.27 ind:pre:3p; -sangloter sangloter ver 2.27 14.66 0.31 3.45 inf; -sanglotez sangloter ver 2.27 14.66 0.05 0.00 imp:pre:2p;ind:pre:2p; -sanglotâmes sangloter ver 2.27 14.66 0.00 0.07 ind:pas:1p; -sanglots sanglot nom m p 3.79 29.12 3.49 19.53 -sangloté sangloter ver m s 2.27 14.66 0.11 0.81 par:pas; -sanglotés sangloter ver m p 2.27 14.66 0.00 0.07 par:pas; -sanglé sangler ver m s 0.86 6.49 0.04 2.43 par:pas; -sanglée sangler ver f s 0.86 6.49 0.04 0.81 par:pas; -sanglées sangler ver f p 0.86 6.49 0.00 0.20 par:pas; -sanglés sangler ver m p 0.86 6.49 0.00 1.35 par:pas; -sangria sangria nom f s 0.72 0.34 0.72 0.34 -sangs sang nom m p 304.75 207.30 0.45 2.09 -sangsue sangsue nom f s 2.90 1.28 1.05 0.54 -sangsues sangsue nom f p 2.90 1.28 1.85 0.74 -sanguin sanguin adj m s 8.84 3.78 4.33 2.30 -sanguinaire sanguinaire adj s 3.06 2.30 2.14 1.82 -sanguinaires sanguinaire adj p 3.06 2.30 0.91 0.47 -sanguine sanguin adj f s 8.84 3.78 1.81 0.95 -sanguines sanguin adj f p 8.84 3.78 0.27 0.00 -sanguinolent sanguinolent adj m s 0.28 3.18 0.05 0.95 -sanguinolente sanguinolent adj f s 0.28 3.18 0.07 1.22 -sanguinolentes sanguinolent adj f p 0.28 3.18 0.01 0.54 -sanguinolents sanguinolent adj m p 0.28 3.18 0.15 0.47 -sanguins sanguin adj m p 8.84 3.78 2.44 0.54 -sanhédrin sanhédrin nom m s 0.00 0.41 0.00 0.41 -sanie sanie nom f s 0.01 1.08 0.00 0.61 -sanies sanie nom f p 0.01 1.08 0.01 0.47 -sanieuses sanieux adj f p 0.00 0.14 0.00 0.07 -sanieux sanieux adj m 0.00 0.14 0.00 0.07 -sanitaire sanitaire adj s 3.52 1.55 2.42 1.08 -sanitaires sanitaire adj p 3.52 1.55 1.11 0.47 -sans_coeur sans_coeur adj 0.01 0.07 0.01 0.07 -sans_culotte sans_culotte nom m s 0.16 0.41 0.16 0.00 -sans_culotte sans_culotte nom m p 0.16 0.41 0.00 0.41 -sans_culottide sans_culottide nom f p 0.00 0.07 0.00 0.07 -sans_façon sans_façon nom m 0.10 0.14 0.10 0.14 -sans_faute sans_faute nom m 0.05 0.00 0.05 0.00 -sans_fil sans_fil nom m 0.21 0.20 0.21 0.20 -sans_filiste sans_filiste nom m s 0.00 0.74 0.00 0.61 -sans_filiste sans_filiste nom m p 0.00 0.74 0.00 0.14 -sans_grade sans_grade nom m 0.05 0.14 0.05 0.14 -sans_pareil sans_pareil nom m 0.00 5.20 0.00 5.20 -sans sans pre 1003.44 2224.12 1003.44 2224.12 -sanscrit sanscrit adj m s 0.05 0.20 0.04 0.14 -sanscrite sanscrit adj f s 0.05 0.20 0.01 0.00 -sanscrits sanscrit adj m p 0.05 0.20 0.00 0.07 -sanskrit sanskrit nom m s 0.11 0.14 0.11 0.14 -sansonnet sansonnet nom m s 0.32 0.47 0.32 0.41 -sansonnets sansonnet nom m p 0.32 0.47 0.00 0.07 -santal santal nom m s 0.15 1.08 0.15 0.81 -santals santal nom m p 0.15 1.08 0.00 0.27 -santiag santiag nom f s 0.08 1.49 0.01 0.07 -santiags santiag nom m p 0.08 1.49 0.07 1.42 -santoche santoche nom f s 0.00 0.07 0.00 0.07 -santon santon nom m s 0.03 0.34 0.03 0.00 -santons santon nom m p 0.03 0.34 0.00 0.34 -santé santé nom f s 88.69 52.70 88.58 52.43 -santés santé nom f p 88.69 52.70 0.11 0.27 -saoudien saoudien adj m s 0.60 0.14 0.37 0.00 -saoudienne saoudien adj f s 0.60 0.14 0.07 0.00 -saoudiennes saoudienne nom f p 0.05 0.00 0.03 0.00 -saoudiens saoudien nom m p 0.47 0.00 0.45 0.00 -saoudite saoudite adj f s 0.05 0.07 0.05 0.07 -saoul saoul adj m s 11.97 13.18 7.81 9.46 -saoula saouler ver 6.84 8.38 0.01 0.07 ind:pas:3s; -saoulaient saouler ver 6.84 8.38 0.01 0.27 ind:imp:3p; -saoulais saouler ver 6.84 8.38 0.01 0.14 ind:imp:1s; -saoulait saouler ver 6.84 8.38 0.11 0.88 ind:imp:3s; -saoulant saouler ver 6.84 8.38 0.04 0.07 par:pre; -saoulard saoulard nom m s 0.17 0.07 0.17 0.07 -saoule saoul adj f s 11.97 13.18 2.87 2.09 -saoulent saouler ver 6.84 8.38 0.30 0.07 ind:pre:3p; -saouler saouler ver 6.84 8.38 2.21 1.82 inf; -saoulerait saouler ver 6.84 8.38 0.01 0.14 cnd:pre:3s; -saouleras saouler ver 6.84 8.38 0.00 0.07 ind:fut:2s; -saoulerez saouler ver 6.84 8.38 0.02 0.00 ind:fut:2p; -saoulerie saoulerie nom f s 0.03 0.47 0.03 0.27 -saouleries saoulerie nom f p 0.03 0.47 0.00 0.20 -saoules saouler ver 6.84 8.38 0.83 0.07 ind:pre:2s; -saoulez saouler ver 6.84 8.38 0.14 0.20 imp:pre:2p;ind:pre:2p; -saoulions saouler ver 6.84 8.38 0.00 0.07 ind:imp:1p; -saouls saoul adj m p 11.97 13.18 1.24 1.55 -saoulé saouler ver m s 6.84 8.38 0.89 1.89 par:pas; -saoulée saouler ver f s 6.84 8.38 0.30 0.41 par:pas; -saoulées saouler ver f p 6.84 8.38 0.01 0.00 par:pas; -saoulés saouler ver m p 6.84 8.38 0.07 0.68 par:pas; -sapaient saper ver 3.23 7.91 0.00 0.20 ind:imp:3p; -sapait saper ver 3.23 7.91 0.03 0.41 ind:imp:3s; -sapajou sapajou nom m s 0.01 0.47 0.01 0.41 -sapajous sapajou nom m p 0.01 0.47 0.00 0.07 -sape saper ver 3.23 7.91 0.35 0.68 imp:pre:2s;ind:pre:1s;ind:pre:3s; -sapement sapement nom m s 0.00 0.95 0.00 0.61 -sapements sapement nom m p 0.00 0.95 0.00 0.34 -sapent saper ver 3.23 7.91 0.08 0.27 ind:pre:3p; -saper saper ver 3.23 7.91 1.13 1.22 inf; -saperai saper ver 3.23 7.91 0.02 0.00 ind:fut:1s; -saperlipopette saperlipopette ono 0.62 0.07 0.62 0.07 -saperlotte saperlotte nom m s 0.07 0.14 0.07 0.14 -sapes sape nom f p 0.59 5.95 0.48 1.82 -sapeur_pompier sapeur_pompier nom m s 0.11 0.61 0.07 0.00 -sapeur sapeur nom m s 0.78 4.80 0.56 1.69 -sapeur_pompier sapeur_pompier nom m p 0.11 0.61 0.04 0.61 -sapeurs sapeur nom m p 0.78 4.80 0.21 3.11 -sapez saper ver 3.23 7.91 0.08 0.00 ind:pre:2p; -saphir saphir nom m s 0.64 1.96 0.34 1.22 -saphirs saphir nom m p 0.64 1.96 0.30 0.74 -saphisme saphisme nom m s 0.00 0.07 0.00 0.07 -saphène saphène adj f s 0.07 0.00 0.07 0.00 -sapide sapide adj m s 0.00 0.20 0.00 0.14 -sapides sapide adj p 0.00 0.20 0.00 0.07 -sapidité sapidité nom f s 0.00 0.07 0.00 0.07 -sapien sapiens adj m s 0.64 0.68 0.09 0.00 -sapience sapience nom f s 0.00 0.07 0.00 0.07 -sapiens sapiens adj m p 0.64 0.68 0.56 0.68 -sapin sapin nom m s 6.91 26.28 5.95 9.86 -sapines sapine nom f p 0.00 0.27 0.00 0.27 -sapinette sapinette nom f s 0.00 0.20 0.00 0.07 -sapinettes sapinette nom f p 0.00 0.20 0.00 0.14 -sapinière sapinière nom f s 0.00 1.42 0.00 0.81 -sapinières sapinière nom f p 0.00 1.42 0.00 0.61 -sapins sapin nom m p 6.91 26.28 0.95 16.42 -saponaires saponaire nom f p 0.00 0.07 0.00 0.07 -saponification saponification nom f s 0.03 0.14 0.03 0.14 -saponifiées saponifier ver f p 0.00 0.07 0.00 0.07 par:pas; -saponite saponite nom f s 0.02 0.27 0.02 0.27 -sapotille sapotille nom f s 0.10 0.00 0.10 0.00 -sapotillier sapotillier nom m s 0.00 0.27 0.00 0.27 -sapristi sapristi ono 1.69 0.68 1.69 0.68 -sapé saper ver m s 3.23 7.91 0.99 2.84 par:pas; -sapée saper ver f s 3.23 7.91 0.20 1.55 par:pas; -sapées saper ver f p 3.23 7.91 0.02 0.14 par:pas; -sapés saper ver m p 3.23 7.91 0.10 0.61 par:pas; -saque saquer ver 1.37 1.08 0.03 0.07 ind:pre:1s; -saquent saquer ver 1.37 1.08 0.14 0.00 ind:pre:3p; -saquer saquer ver 1.37 1.08 0.87 0.68 inf; -saqué saquer ver m s 1.37 1.08 0.20 0.14 par:pas; -saquée saquer ver f s 1.37 1.08 0.01 0.07 par:pas; -saqués saquer ver m p 1.37 1.08 0.12 0.14 par:pas; -sar sar nom m s 0.00 0.07 0.00 0.07 -sara sara nom f s 0.10 0.00 0.10 0.00 -sarabande sarabande nom f s 0.31 1.89 0.21 1.69 -sarabandes sarabande nom f p 0.31 1.89 0.10 0.20 -sarbacane sarbacane nom f s 0.21 0.95 0.14 0.47 -sarbacanes sarbacane nom f p 0.21 0.95 0.07 0.47 -sarcasme sarcasme nom m s 2.37 4.66 1.13 1.35 -sarcasmes sarcasme nom m p 2.37 4.66 1.24 3.31 -sarcastique sarcastique adj s 2.23 2.84 2.05 2.43 -sarcastiquement sarcastiquement adv 0.00 0.20 0.00 0.20 -sarcastiques sarcastique adj p 2.23 2.84 0.18 0.41 -sarcelle sarcelle nom f s 0.16 0.81 0.16 0.27 -sarcelles sarcelle nom f p 0.16 0.81 0.00 0.54 -sarcine sarcine nom f s 0.01 0.00 0.01 0.00 -sarclage sarclage nom m s 0.00 0.07 0.00 0.07 -sarclait sarcler ver 0.13 1.89 0.01 0.47 ind:imp:3s; -sarclant sarcler ver 0.13 1.89 0.00 0.27 par:pre; -sarcle sarcler ver 0.13 1.89 0.01 0.07 ind:pre:3s; -sarclent sarcler ver 0.13 1.89 0.00 0.07 ind:pre:3p; -sarcler sarcler ver 0.13 1.89 0.10 0.95 inf; -sarclette sarclette nom f s 0.01 0.00 0.01 0.00 -sarcleuse sarcleur nom f s 0.06 0.00 0.06 0.00 -sarcloir sarcloir nom m s 0.00 0.14 0.00 0.14 -sarclées sarcler ver f p 0.13 1.89 0.01 0.07 par:pas; -sarcoïdose sarcoïdose nom f s 0.10 0.00 0.10 0.00 -sarcome sarcome nom m s 0.34 0.00 0.34 0.00 -sarcophage sarcophage nom m s 2.43 1.28 2.34 0.95 -sarcophages sarcophage nom m p 2.43 1.28 0.09 0.34 -sardanapalesques sardanapalesque adj m p 0.00 0.07 0.00 0.07 -sardanes sardane nom f p 0.00 0.07 0.00 0.07 -sarde sarde adj m s 0.31 0.00 0.31 0.00 -sardinaient sardiner ver 0.00 0.07 0.00 0.07 ind:imp:3p; -sardine sardine nom f s 3.88 8.38 0.84 1.28 -sardines sardine nom f p 3.88 8.38 3.04 7.09 -sardiniers sardinier nom m p 0.01 0.07 0.01 0.07 -sardoine sardoine nom f s 0.00 0.07 0.00 0.07 -sardonique sardonique adj s 0.10 1.01 0.10 0.95 -sardoniquement sardoniquement adv 0.00 0.07 0.00 0.07 -sardoniques sardonique adj m p 0.10 1.01 0.00 0.07 -sargasse sargasse nom f s 0.00 0.14 0.00 0.07 -sargasses sargasse nom f p 0.00 0.14 0.00 0.07 -sari sari nom m s 0.98 0.20 0.72 0.14 -sarigue sarigue nom f s 0.00 0.07 0.00 0.07 -sarin sarin adj f s 0.25 0.00 0.25 0.00 -saris sari nom m p 0.98 0.20 0.26 0.07 -sarment sarment nom m s 0.11 1.28 0.11 0.27 -sarments sarment nom m p 0.11 1.28 0.00 1.01 -sarong sarong nom m s 0.19 0.00 0.19 0.00 -saroual saroual nom m s 0.01 0.07 0.01 0.07 -sarouel sarouel nom m s 0.00 0.14 0.00 0.14 -sarracénie sarracénie nom f s 0.01 0.00 0.01 0.00 -sarrasin sarrasin nom m s 0.20 0.68 0.20 0.41 -sarrasine sarrasin adj f s 0.30 0.74 0.16 0.20 -sarrasines sarrasin adj f p 0.30 0.74 0.00 0.07 -sarrasins sarrasin adj m p 0.30 0.74 0.00 0.20 -sarrau sarrau nom m s 0.14 1.42 0.04 1.28 -sarraus sarrau nom m p 0.14 1.42 0.10 0.14 -sarreau sarreau nom m s 0.00 0.20 0.00 0.20 -sarriette sarriette nom f s 0.01 0.07 0.01 0.07 -sarrois sarrois adj m 0.00 0.20 0.00 0.14 -sarroise sarrois adj f s 0.00 0.20 0.00 0.07 -sarrussophone sarrussophone nom m s 0.00 0.07 0.00 0.07 -sas sas nom m 3.26 0.74 3.26 0.74 -sashimi sashimi nom m s 0.23 0.00 0.23 0.00 -sassafras sassafras nom m 0.07 0.00 0.07 0.00 -sassanide sassanide adj f s 0.00 0.20 0.00 0.14 -sassanides sassanide adj p 0.00 0.20 0.00 0.07 -sasse sasser ver 0.14 0.07 0.14 0.07 ind:pre:3s; -sasseur sasseur nom m s 0.54 0.00 0.54 0.00 -satan satan nom m s 0.42 0.14 0.42 0.14 -satana sataner ver 1.12 0.81 0.01 0.34 ind:pas:3s; -satanaient sataner ver 1.12 0.81 0.00 0.07 ind:imp:3p; -satanas sataner ver 1.12 0.81 0.64 0.14 ind:pas:2s; -sataner sataner ver 1.12 0.81 0.00 0.20 inf; -satanique satanique adj s 3.11 1.49 1.80 0.95 -sataniques satanique adj p 3.11 1.49 1.31 0.54 -sataniser sataniser ver 0.12 0.00 0.12 0.00 inf; -satanisme satanisme nom m s 0.31 0.34 0.31 0.34 -sataniste sataniste adj s 0.21 0.07 0.21 0.07 -satané satané adj m s 6.89 2.36 3.16 0.81 -satanée satané adj f s 6.89 2.36 2.08 0.74 -satanées satané adj f p 6.89 2.36 0.53 0.41 -satanés satané adj m p 6.89 2.36 1.12 0.41 -satelliser satelliser ver 0.02 0.07 0.02 0.00 inf; -satellisée satelliser ver f s 0.02 0.07 0.00 0.07 par:pas; -satellitaire satellitaire adj s 0.02 0.00 0.02 0.00 -satellite satellite nom m s 13.41 1.96 10.63 0.81 -satellites_espion satellites_espion nom m p 0.02 0.00 0.02 0.00 -satellites satellite nom m p 13.41 1.96 2.79 1.15 -sati sati nom m s 0.02 0.00 0.02 0.00 -satiation satiation nom f s 0.00 0.07 0.00 0.07 -satin satin nom m s 2.65 8.58 2.65 8.11 -satinait satiner ver 0.07 0.41 0.00 0.07 ind:imp:3s; -satine satiner ver 0.07 0.41 0.06 0.00 imp:pre:2s; -satinette satinette nom f s 0.00 0.41 0.00 0.41 -satins satin nom m p 2.65 8.58 0.00 0.47 -satiné satiné adj m s 0.11 1.35 0.03 0.20 -satinée satiné adj f s 0.11 1.35 0.05 0.68 -satinées satiné adj f p 0.11 1.35 0.02 0.27 -satinés satiné adj m p 0.11 1.35 0.01 0.20 -satire satire nom f s 0.35 0.47 0.27 0.41 -satires satire nom f p 0.35 0.47 0.08 0.07 -satirique satirique adj s 0.24 0.68 0.22 0.41 -satiriques satirique adj p 0.24 0.68 0.02 0.27 -satirisaient satiriser ver 0.00 0.07 0.00 0.07 ind:imp:3p; -satiriste satiriste nom s 0.12 0.07 0.12 0.07 -satisfaction satisfaction nom f s 7.37 41.22 7.03 37.09 -satisfactions satisfaction nom f p 7.37 41.22 0.34 4.12 -satisfaire satisfaire ver 25.10 38.11 9.60 12.36 ind:pre:2p;inf; -satisfais satisfaire ver 25.10 38.11 0.33 0.20 imp:pre:2s;ind:pre:1s;ind:pre:2s; -satisfaisaient satisfaire ver 25.10 38.11 0.04 0.07 ind:imp:3p; -satisfaisais satisfaire ver 25.10 38.11 0.18 0.20 ind:imp:1s;ind:imp:2s; -satisfaisait satisfaire ver 25.10 38.11 0.13 2.43 ind:imp:3s; -satisfaisant satisfaisant adj m s 2.64 8.18 1.35 2.64 -satisfaisante satisfaisant adj f s 2.64 8.18 0.78 3.92 -satisfaisantes satisfaisant adj f p 2.64 8.18 0.23 1.15 -satisfaisants satisfaisant adj m p 2.64 8.18 0.29 0.47 -satisfait satisfaire ver m s 25.10 38.11 7.89 13.45 ind:pre:3s;par:pas;par:pas; -satisfaite satisfaire ver f s 25.10 38.11 2.29 4.53 par:pas; -satisfaites satisfaire ver f p 25.10 38.11 0.29 0.27 ind:pre:2p;par:pas; -satisfaits satisfaire ver m p 25.10 38.11 2.30 1.96 par:pas; -satisfasse satisfaire ver 25.10 38.11 0.07 0.14 sub:pre:3s; -satisfassent satisfaire ver 25.10 38.11 0.01 0.07 sub:pre:3p; -satisfecit satisfecit nom m 0.02 0.34 0.02 0.34 -satisfera satisfaire ver 25.10 38.11 0.52 0.07 ind:fut:3s; -satisferai satisfaire ver 25.10 38.11 0.15 0.00 ind:fut:1s; -satisferaient satisfaire ver 25.10 38.11 0.04 0.00 cnd:pre:3p; -satisferais satisfaire ver 25.10 38.11 0.14 0.00 cnd:pre:1s; -satisferait satisfaire ver 25.10 38.11 0.28 0.20 cnd:pre:3s; -satisferiez satisfaire ver 25.10 38.11 0.03 0.00 cnd:pre:2p; -satisferons satisfaire ver 25.10 38.11 0.23 0.00 ind:fut:1p; -satisferont satisfaire ver 25.10 38.11 0.02 0.07 ind:fut:3p; -satisfirent satisfaire ver 25.10 38.11 0.00 0.14 ind:pas:3p; -satisfis satisfaire ver 25.10 38.11 0.00 0.07 ind:pas:1s; -satisfit satisfaire ver 25.10 38.11 0.01 0.47 ind:pas:3s; -satisfont satisfaire ver 25.10 38.11 0.43 0.20 ind:pre:3p; -satiété satiété nom f s 0.43 1.42 0.43 1.42 -satonne satonner ver 0.00 0.54 0.00 0.07 ind:pre:3s; -satonner satonner ver 0.00 0.54 0.00 0.34 inf; -satonné satonner ver m s 0.00 0.54 0.00 0.14 par:pas; -satrape satrape nom m s 0.02 0.88 0.02 0.34 -satrapes satrape nom m p 0.02 0.88 0.00 0.54 -satrapie satrapie nom f s 0.01 0.00 0.01 0.00 -saturait saturer ver 1.81 4.32 0.01 0.27 ind:imp:3s; -saturant saturer ver 1.81 4.32 0.00 0.14 par:pre; -saturation saturation nom f s 1.08 1.08 1.08 1.08 -sature saturer ver 1.81 4.32 0.47 0.07 imp:pre:2s;ind:pre:1s;ind:pre:3s; -saturent saturer ver 1.81 4.32 0.01 0.00 ind:pre:3p; -saturer saturer ver 1.81 4.32 0.29 0.27 inf; -saturnales saturnales nom f p 0.14 0.34 0.14 0.34 -saturnien saturnien adj m s 0.00 0.20 0.00 0.07 -saturniennes saturnienne nom f p 0.00 0.07 0.00 0.07 -saturniens saturnien adj m p 0.00 0.20 0.00 0.14 -saturnisme saturnisme nom m s 0.00 0.07 0.00 0.07 -saturons saturer ver 1.81 4.32 0.01 0.00 ind:pre:1p; -saturé saturer ver m s 1.81 4.32 0.50 1.82 par:pas; -saturée saturer ver f s 1.81 4.32 0.06 1.42 par:pas; -saturées saturer ver f p 1.81 4.32 0.30 0.14 par:pas; -saturés saturer ver m p 1.81 4.32 0.16 0.20 par:pas; -satyre satyre nom m s 0.99 5.54 0.42 3.85 -satyres satyre nom m p 0.99 5.54 0.57 1.69 -satyrique satyrique adj s 0.01 0.00 0.01 0.00 -sauce sauce nom f s 19.24 13.72 18.33 11.76 -saucent saucer ver 0.69 2.30 0.00 0.07 ind:pre:3p; -saucer saucer ver 0.69 2.30 0.06 0.34 inf; -sauces sauce nom f p 19.24 13.72 0.91 1.96 -saucier saucier nom m s 0.14 0.00 0.14 0.00 -sauciflard sauciflard nom m s 0.00 0.34 0.00 0.34 -saucisse saucisse nom f s 15.89 8.78 7.37 3.18 -saucisses saucisse nom f p 15.89 8.78 8.53 5.61 -saucisson saucisson nom m s 2.09 8.04 2.08 6.08 -saucissonnage saucissonnage nom m s 0.00 0.14 0.00 0.07 -saucissonnages saucissonnage nom m p 0.00 0.14 0.00 0.07 -saucissonnant saucissonner ver 0.03 0.95 0.00 0.07 par:pre; -saucissonne saucissonner ver 0.03 0.95 0.00 0.14 ind:pre:3s; -saucissonner saucissonner ver 0.03 0.95 0.01 0.20 inf; -saucissonné saucissonner ver m s 0.03 0.95 0.01 0.20 par:pas; -saucissonnée saucissonner ver f s 0.03 0.95 0.00 0.20 par:pas; -saucissonnés saucissonner ver m p 0.03 0.95 0.01 0.14 par:pas; -saucissons saucisson nom m p 2.09 8.04 0.01 1.96 -saucière saucière nom f s 0.27 0.47 0.24 0.34 -saucières saucière nom f p 0.27 0.47 0.03 0.14 -saucée saucée nom f s 0.13 0.00 0.13 0.00 -sauf_conduit sauf_conduit nom m s 1.14 1.01 0.77 0.88 -sauf_conduit sauf_conduit nom m p 1.14 1.01 0.37 0.14 -sauf sauf pre 108.54 83.99 108.54 83.99 -saufs sauf adj_sup m p 12.52 6.69 2.38 0.74 -sauge sauge nom f s 0.81 0.74 0.81 0.74 -saugrenu saugrenu adj m s 0.62 7.23 0.20 2.09 -saugrenue saugrenu adj f s 0.62 7.23 0.32 2.84 -saugrenues saugrenu adj f p 0.62 7.23 0.09 1.42 -saugrenus saugrenu adj m p 0.62 7.23 0.01 0.88 -saulaie saulaie nom f s 0.00 0.20 0.00 0.07 -saulaies saulaie nom f p 0.00 0.20 0.00 0.14 -saule saule nom m s 1.90 8.65 1.27 1.96 -saules saule nom m p 1.90 8.65 0.63 6.69 -saulnier saulnier nom m s 0.00 0.07 0.00 0.07 -saumon saumon nom m s 5.92 4.73 5.28 3.65 -saumoneau saumoneau nom m s 0.00 0.07 0.00 0.07 -saumonette saumonette nom f s 0.00 0.14 0.00 0.14 -saumons saumon nom m p 5.92 4.73 0.64 1.08 -saumoné saumoné adj m s 0.00 0.47 0.00 0.07 -saumonée saumoné adj f s 0.00 0.47 0.00 0.20 -saumonées saumoné adj f p 0.00 0.47 0.00 0.20 -saumâtre saumâtre adj s 0.41 2.03 0.20 1.49 -saumâtres saumâtre adj p 0.41 2.03 0.21 0.54 -saumurage saumurage nom m s 0.01 0.00 0.01 0.00 -saumure saumure nom f s 0.42 1.76 0.42 1.76 -saumurer saumurer ver 0.01 0.00 0.01 0.00 inf; -saumurées saumuré adj f p 0.14 0.00 0.14 0.00 -sauna sauna nom m s 3.85 1.08 3.45 0.61 -saunas sauna nom m p 3.85 1.08 0.40 0.47 -saunier saunier nom m s 0.00 0.68 0.00 0.34 -sauniers saunier nom m p 0.00 0.68 0.00 0.34 -saunières saunière nom f p 0.00 0.07 0.00 0.07 -saupoudra saupoudrer ver 0.57 4.80 0.00 0.41 ind:pas:3s; -saupoudrage saupoudrage nom m s 0.02 0.00 0.02 0.00 -saupoudrai saupoudrer ver 0.57 4.80 0.00 0.07 ind:pas:1s; -saupoudraient saupoudrer ver 0.57 4.80 0.00 0.14 ind:imp:3p; -saupoudrait saupoudrer ver 0.57 4.80 0.00 0.34 ind:imp:3s; -saupoudrant saupoudrer ver 0.57 4.80 0.03 0.47 par:pre; -saupoudre saupoudrer ver 0.57 4.80 0.16 0.41 imp:pre:2s;ind:pre:1s;ind:pre:3s; -saupoudrer saupoudrer ver 0.57 4.80 0.10 0.27 inf; -saupoudreur saupoudreur nom m s 0.02 0.00 0.02 0.00 -saupoudrez saupoudrer ver 0.57 4.80 0.03 0.14 imp:pre:2p;ind:pre:2p; -saupoudriez saupoudrer ver 0.57 4.80 0.00 0.07 ind:imp:2p; -saupoudrons saupoudrer ver 0.57 4.80 0.02 0.00 imp:pre:1p; -saupoudré saupoudrer ver m s 0.57 4.80 0.12 0.74 par:pas; -saupoudrée saupoudrer ver f s 0.57 4.80 0.04 0.81 par:pas; -saupoudrées saupoudrer ver f p 0.57 4.80 0.01 0.34 par:pas; -saupoudrés saupoudrer ver m p 0.57 4.80 0.06 0.61 par:pas; -saur saur adj m s 0.09 0.88 0.08 0.34 -saura savoir ver_sup 4516.72 2003.58 34.23 14.93 ind:fut:3s;ind:pas:3s; -saurai savoir ver_sup 4516.72 2003.58 18.40 8.85 ind:fut:1s; -sauraient savoir ver_sup 4516.72 2003.58 1.48 5.47 cnd:pre:3p; -saurais savoir ver_sup 4516.72 2003.58 13.01 10.14 cnd:pre:1s;cnd:pre:2s; -saurait savoir ver_sup 4516.72 2003.58 11.90 33.92 cnd:pre:3s; -sauras savoir ver_sup 4516.72 2003.58 15.22 4.59 ind:fut:2s;ind:pas:2s; -saurer saurer ver 22.06 10.27 0.00 0.41 inf; -sauret sauret adj m s 0.00 0.47 0.00 0.27 -saurets sauret adj m p 0.00 0.47 0.00 0.20 -saurez saurer ver 22.06 10.27 4.76 2.23 ind:pre:2p; -sauri saurir ver m s 0.01 0.00 0.01 0.00 par:pas; -saurien saurien nom m s 0.01 0.47 0.01 0.20 -sauriens saurien nom m p 0.01 0.47 0.00 0.27 -sauriez saurer ver 22.06 10.27 3.29 0.74 ind:imp:2p;sub:pre:2p; -saurin saurin nom m s 0.00 0.07 0.00 0.07 -saurions saurer ver 22.06 10.27 0.56 0.74 ind:imp:1p; -saurons saurer ver 22.06 10.27 3.17 1.76 imp:pre:1p;ind:pre:1p; -sauront savoir ver_sup 4516.72 2003.58 7.72 2.77 ind:fut:3p; -saurs saur adj m p 0.09 0.88 0.01 0.54 -saussaies saussaie nom f p 0.00 1.22 0.00 1.22 -saut_de_lit saut_de_lit nom m s 0.00 0.20 0.00 0.14 -saut saut nom m s 14.77 17.03 13.53 14.26 -sauta sauter ver 123.04 134.59 0.84 15.27 ind:pas:3s; -sautai sauter ver 123.04 134.59 0.04 2.50 ind:pas:1s; -sautaient sauter ver 123.04 134.59 0.15 4.12 ind:imp:3p; -sautais sauter ver 123.04 134.59 1.00 0.88 ind:imp:1s;ind:imp:2s; -sautait sauter ver 123.04 134.59 1.81 9.39 ind:imp:3s; -sautant sauter ver 123.04 134.59 1.60 8.92 par:pre; -sautante sautant adj f s 0.04 0.14 0.01 0.14 -saute_mouton saute_mouton nom m 0.14 0.54 0.14 0.54 -saute_ruisseau saute_ruisseau nom m s 0.00 0.07 0.00 0.07 -saute sauter ver 123.04 134.59 22.66 19.39 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -sautelant sauteler ver 0.00 0.07 0.00 0.07 par:pre; -sautelle sautelle nom f s 0.01 0.00 0.01 0.00 -sautent sauter ver 123.04 134.59 2.09 4.59 ind:pre:3p; -sauter sauter ver 123.04 134.59 57.89 43.31 inf; -sautera sauter ver 123.04 134.59 0.90 0.41 ind:fut:3s; -sauterai sauter ver 123.04 134.59 1.05 0.20 ind:fut:1s; -sauteraient sauter ver 123.04 134.59 0.06 0.14 cnd:pre:3p; -sauterais sauter ver 123.04 134.59 0.59 0.14 cnd:pre:1s;cnd:pre:2s; -sauterait sauter ver 123.04 134.59 0.39 0.74 cnd:pre:3s; -sauteras sauter ver 123.04 134.59 0.60 0.00 ind:fut:2s; -sauterelle sauterelle nom f s 3.29 1.62 1.63 1.62 -sauterelles sauterelle nom f p 3.29 1.62 1.67 0.00 -sauterez sauter ver 123.04 134.59 0.23 0.00 ind:fut:2p; -sauterie sauterie nom f s 0.63 0.41 0.51 0.14 -sauteries sauterie nom f p 0.63 0.41 0.12 0.27 -sauteriez sauter ver 123.04 134.59 0.04 0.00 cnd:pre:2p; -sauternes sauternes nom m 0.67 1.08 0.67 1.08 -sauterons sauter ver 123.04 134.59 0.19 0.07 ind:fut:1p; -sauteront sauter ver 123.04 134.59 0.33 0.47 ind:fut:3p; -sautes sauter ver 123.04 134.59 3.25 0.61 ind:pre:2s; -sauteur sauteur nom m s 1.12 1.89 0.66 0.61 -sauteurs sauteur nom m p 1.12 1.89 0.10 0.20 -sauteuse sauteur nom f s 1.12 1.89 0.33 0.95 -sauteuses sauteur nom f p 1.12 1.89 0.03 0.14 -sautez sauter ver 123.04 134.59 5.62 0.54 imp:pre:2p;ind:pre:2p; -sauça saucer ver 0.69 2.30 0.00 0.20 ind:pas:3s; -sauçant saucer ver 0.69 2.30 0.00 0.14 par:pre; -sauçons saucer ver 0.69 2.30 0.00 0.07 ind:pre:1p; -sautiez sauter ver 123.04 134.59 0.36 0.00 ind:imp:2p; -sautilla sautiller ver 1.48 7.97 0.00 0.41 ind:pas:3s; -sautillaient sautiller ver 1.48 7.97 0.11 0.54 ind:imp:3p; -sautillais sautiller ver 1.48 7.97 0.04 0.07 ind:imp:1s; -sautillait sautiller ver 1.48 7.97 0.01 1.69 ind:imp:3s; -sautillant sautiller ver 1.48 7.97 0.16 2.64 par:pre; -sautillante sautillant adj f s 0.11 2.57 0.06 1.15 -sautillantes sautillant adj f p 0.11 2.57 0.00 0.41 -sautillants sautillant adj m p 0.11 2.57 0.02 0.20 -sautille sautiller ver 1.48 7.97 0.73 1.28 imp:pre:2s;ind:pre:1s;ind:pre:3s; -sautillement sautillement nom m s 0.03 0.74 0.00 0.34 -sautillements sautillement nom m p 0.03 0.74 0.03 0.41 -sautillent sautiller ver 1.48 7.97 0.02 0.34 ind:pre:3p; -sautiller sautiller ver 1.48 7.97 0.30 0.81 inf; -sautilles sautiller ver 1.48 7.97 0.05 0.00 ind:pre:2s; -sautillez sautiller ver 1.48 7.97 0.04 0.00 imp:pre:2p;ind:pre:2p; -sautillèrent sautiller ver 1.48 7.97 0.01 0.14 ind:pas:3p; -sautillé sautiller ver m s 1.48 7.97 0.01 0.07 par:pas; -sautions sauter ver 123.04 134.59 0.13 0.27 ind:imp:1p; -sautoir sautoir nom m s 0.18 2.70 0.18 2.50 -sautoirs sautoir nom m p 0.18 2.70 0.00 0.20 -sautâmes sauter ver 123.04 134.59 0.00 0.14 ind:pas:1p; -sauton sauton nom m s 0.14 0.20 0.09 0.00 -sautons sauter ver 123.04 134.59 0.54 0.47 imp:pre:1p;ind:pre:1p; -sautât sauter ver 123.04 134.59 0.00 0.07 sub:imp:3s; -saut_de_lit saut_de_lit nom m p 0.00 0.20 0.00 0.07 -sauts saut nom m p 14.77 17.03 1.23 2.77 -sautèrent sauter ver 123.04 134.59 0.01 2.43 ind:pas:3p; -sauté sauter ver m s 123.04 134.59 18.77 18.78 par:pas; -sautée sauter ver f s 123.04 134.59 1.46 0.41 par:pas; -sautées sauté adj f p 0.80 0.95 0.46 0.27 -sautés sauter ver m p 123.04 134.59 0.22 0.34 par:pas; -sauva sauver ver 246.51 99.05 0.61 2.97 ind:pas:3s; -sauvage sauvage adj s 24.68 54.66 16.67 34.46 -sauvagement sauvagement adv 1.48 6.28 1.48 6.28 -sauvageon sauvageon nom m s 0.65 0.41 0.01 0.00 -sauvageonne sauvageon nom f s 0.65 0.41 0.60 0.27 -sauvageonnes sauvageon nom f p 0.65 0.41 0.00 0.07 -sauvageons sauvageon nom m p 0.65 0.41 0.03 0.07 -sauvagerie sauvagerie nom f s 0.95 7.70 0.95 7.36 -sauvageries sauvagerie nom f p 0.95 7.70 0.00 0.34 -sauvages sauvage adj p 24.68 54.66 8.01 20.20 -sauvagesse sauvagesse nom f s 0.02 0.14 0.02 0.07 -sauvagesses sauvagesse nom f p 0.02 0.14 0.00 0.07 -sauvagin sauvagin nom m s 0.00 1.28 0.00 0.20 -sauvagine sauvagin nom f s 0.00 1.28 0.00 0.68 -sauvagines sauvagin nom f p 0.00 1.28 0.00 0.41 -sauvai sauver ver 246.51 99.05 0.01 0.27 ind:pas:1s; -sauvaient sauver ver 246.51 99.05 0.04 0.88 ind:imp:3p; -sauvais sauver ver 246.51 99.05 0.58 0.54 ind:imp:1s;ind:imp:2s; -sauvait sauver ver 246.51 99.05 0.57 2.43 ind:imp:3s; -sauvant sauver ver 246.51 99.05 1.62 1.15 par:pre; -sauve_qui_peut sauve_qui_peut nom m 0.10 0.68 0.10 0.68 -sauve sauver ver 246.51 99.05 24.34 10.41 imp:pre:2s;ind:pre:1s;ind:pre:3s; -sauvegardaient sauvegarder ver 2.77 3.65 0.00 0.07 ind:imp:3p; -sauvegardait sauvegarder ver 2.77 3.65 0.00 0.14 ind:imp:3s; -sauvegardant sauvegarder ver 2.77 3.65 0.00 0.20 par:pre; -sauvegarde sauvegarde nom f s 1.19 2.57 1.03 2.50 -sauvegarder sauvegarder ver 2.77 3.65 1.36 2.03 inf; -sauvegarderaient sauvegarder ver 2.77 3.65 0.00 0.07 cnd:pre:3p; -sauvegarderait sauvegarder ver 2.77 3.65 0.00 0.07 cnd:pre:3s; -sauvegardes sauvegarde nom f p 1.19 2.57 0.16 0.07 -sauvegardât sauvegarder ver 2.77 3.65 0.00 0.07 sub:imp:3s; -sauvegardé sauvegarder ver m s 2.77 3.65 0.94 0.41 par:pas; -sauvegardée sauvegarder ver f s 2.77 3.65 0.14 0.07 par:pas; -sauvegardées sauvegarder ver f p 2.77 3.65 0.07 0.14 par:pas; -sauvegardés sauvegarder ver m p 2.77 3.65 0.07 0.20 par:pas; -sauvent sauver ver 246.51 99.05 1.02 1.28 ind:pre:3p; -sauver sauver ver 246.51 99.05 103.06 36.89 inf;;inf;;inf;; -sauvera sauver ver 246.51 99.05 4.17 1.49 ind:fut:3s; -sauverai sauver ver 246.51 99.05 2.21 0.20 ind:fut:1s; -sauveraient sauver ver 246.51 99.05 0.07 0.20 cnd:pre:3p; -sauverais sauver ver 246.51 99.05 1.21 0.14 cnd:pre:1s;cnd:pre:2s; -sauverait sauver ver 246.51 99.05 1.31 1.55 cnd:pre:3s; -sauveras sauver ver 246.51 99.05 1.18 0.00 ind:fut:2s; -sauverez sauver ver 246.51 99.05 0.68 0.07 ind:fut:2p; -sauverons sauver ver 246.51 99.05 0.42 0.14 ind:fut:1p; -sauveront sauver ver 246.51 99.05 0.39 0.14 ind:fut:3p; -sauves sauver ver 246.51 99.05 3.51 0.47 ind:pre:2s; -sauvetage sauvetage nom m s 8.32 3.72 8.20 3.45 -sauvetages sauvetage nom m p 8.32 3.72 0.12 0.27 -sauveteur sauveteur nom m s 1.38 1.35 0.75 0.27 -sauveteurs sauveteur nom m p 1.38 1.35 0.64 1.08 -sauvette sauveter ver 0.25 3.38 0.25 3.38 imp:pre:2s;ind:pre:1s;ind:pre:3s; -sauveté sauveté nom f s 0.00 0.27 0.00 0.27 -sauveur sauveur nom m s 6.93 3.31 5.87 2.77 -sauveurs sauveur nom m p 6.93 3.31 0.82 0.47 -sauveuse sauveur nom f s 6.93 3.31 0.12 0.07 -sauvez sauver ver 246.51 99.05 12.63 1.08 imp:pre:2p;ind:pre:2p; -sauviez sauver ver 246.51 99.05 0.23 0.00 ind:imp:2p; -sauvignon sauvignon nom m s 0.04 0.20 0.04 0.20 -sauvions sauver ver 246.51 99.05 0.17 0.07 ind:imp:1p; -sauvâmes sauver ver 246.51 99.05 0.00 0.07 ind:pas:1p; -sauvons sauver ver 246.51 99.05 1.48 0.27 imp:pre:1p;ind:pre:1p; -sauvât sauver ver 246.51 99.05 0.00 0.20 sub:imp:3s; -sauvèrent sauver ver 246.51 99.05 0.18 0.41 ind:pas:3p; -sauvé sauver ver m s 246.51 99.05 61.62 23.18 par:pas;par:pas;par:pas; -sauvée sauver ver f s 246.51 99.05 12.58 6.35 par:pas; -sauvées sauver ver f p 246.51 99.05 1.35 1.22 par:pas; -sauvés sauver ver m p 246.51 99.05 9.28 5.00 par:pas; -savaient savoir ver_sup 4516.72 2003.58 14.72 30.20 ind:imp:3p; -savais savoir ver_sup 4516.72 2003.58 236.66 132.09 ind:imp:1s;ind:imp:2s; -savait savoir ver_sup 4516.72 2003.58 80.85 237.84 ind:imp:3s; -savamment savamment adv 0.03 4.80 0.03 4.80 -savane savane nom f s 0.34 2.57 0.34 1.76 -savanes savane nom f p 0.34 2.57 0.00 0.81 -savant savant nom m s 5.66 12.03 3.16 5.54 -savantasses savantasse nom m p 0.00 0.07 0.00 0.07 -savante savant adj f s 3.99 17.30 0.44 3.72 -savantes savant adj f p 3.99 17.30 0.24 3.18 -savantissimes savantissime adj p 0.00 0.07 0.00 0.07 -savants savant nom m p 5.66 12.03 2.42 6.42 -savarin savarin nom m s 0.20 0.07 0.20 0.07 -savata savater ver 0.05 0.27 0.00 0.07 ind:pas:3s; -savatait savater ver 0.05 0.27 0.00 0.07 ind:imp:3s; -savate savate nom f s 0.44 3.99 0.30 1.76 -savater savater ver 0.05 0.27 0.02 0.07 inf; -savates savate nom f p 0.44 3.99 0.13 2.23 -savent savoir ver_sup 4516.72 2003.58 64.32 44.53 ind:pre:3p; -savetier savetier nom m s 0.39 0.34 0.39 0.20 -savetiers savetier nom m p 0.39 0.34 0.00 0.14 -saveur saveur nom f s 3.52 12.36 3.11 10.41 -saveurs saveur nom f p 3.52 12.36 0.42 1.96 -savez savoir ver_sup 4516.72 2003.58 407.94 132.91 ind:pre:2p; -saviez savoir ver_sup 4516.72 2003.58 32.68 8.24 ind:imp:2p; -savions savoir ver_sup 4516.72 2003.58 5.30 12.30 ind:imp:1p; -savoir_faire savoir_faire nom m 1.23 2.03 1.23 2.03 -savoir_vivre savoir_vivre nom m 1.67 1.76 1.67 1.76 -savoir savoir ver_sup 4516.72 2003.58 421.10 250.00 inf; -savoirs savoir nom_sup m p 37.32 41.42 0.05 0.47 -savon savon nom m s 16.68 18.04 15.65 16.55 -savonna savonner ver 0.79 4.19 0.00 0.41 ind:pas:3s; -savonnage savonnage nom m s 0.10 0.07 0.10 0.00 -savonnages savonnage nom m p 0.10 0.07 0.00 0.07 -savonnai savonner ver 0.79 4.19 0.00 0.07 ind:pas:1s; -savonnaient savonner ver 0.79 4.19 0.00 0.07 ind:imp:3p; -savonnais savonner ver 0.79 4.19 0.02 0.14 ind:imp:1s;ind:imp:2s; -savonnait savonner ver 0.79 4.19 0.01 0.54 ind:imp:3s; -savonnant savonner ver 0.79 4.19 0.03 0.41 par:pre; -savonne savonner ver 0.79 4.19 0.38 0.41 imp:pre:2s;ind:pre:1s;ind:pre:3s; -savonnent savonner ver 0.79 4.19 0.02 0.14 ind:pre:3p; -savonner savonner ver 0.79 4.19 0.26 1.22 inf; -savonnera savonner ver 0.79 4.19 0.01 0.00 ind:fut:3s; -savonneries savonnerie nom f p 0.00 0.14 0.00 0.14 -savonnette savonnette nom f s 0.72 3.92 0.62 2.84 -savonnettes savonnette nom f p 0.72 3.92 0.10 1.08 -savonneuse savonneux adj f s 0.29 2.23 0.27 1.76 -savonneuses savonneux adj f p 0.29 2.23 0.00 0.34 -savonneux savonneux adj m 0.29 2.23 0.02 0.14 -savonnier savonnier adj m s 0.00 0.07 0.00 0.07 -savonné savonner ver m s 0.79 4.19 0.02 0.47 par:pas; -savonnée savonner ver f s 0.79 4.19 0.04 0.20 par:pas; -savonnées savonner ver f p 0.79 4.19 0.00 0.14 par:pas; -savons savoir ver_sup 4516.72 2003.58 47.84 19.05 ind:pre:1p; -savoura savourer ver 4.24 14.26 0.01 0.47 ind:pas:3s; -savourai savourer ver 4.24 14.26 0.00 0.27 ind:pas:1s; -savouraient savourer ver 4.24 14.26 0.01 0.54 ind:imp:3p; -savourais savourer ver 4.24 14.26 0.14 0.61 ind:imp:1s; -savourait savourer ver 4.24 14.26 0.06 1.69 ind:imp:3s; -savourant savourer ver 4.24 14.26 0.03 2.36 par:pre; -savoure savourer ver 4.24 14.26 1.28 2.09 imp:pre:2s;ind:pre:1s;ind:pre:3s; -savourent savourer ver 4.24 14.26 0.03 0.41 ind:pre:3p; -savourer savourer ver 4.24 14.26 1.71 4.12 inf; -savourera savourer ver 4.24 14.26 0.15 0.07 ind:fut:3s; -savourerai savourer ver 4.24 14.26 0.03 0.00 ind:fut:1s; -savourerait savourer ver 4.24 14.26 0.01 0.07 cnd:pre:3s; -savourerons savourer ver 4.24 14.26 0.01 0.00 ind:fut:1p; -savoureuse savoureux adj f s 1.34 6.89 0.15 1.82 -savoureusement savoureusement adv 0.00 0.14 0.00 0.14 -savoureuses savoureux adj f p 1.34 6.89 0.11 0.68 -savoureux savoureux adj m 1.34 6.89 1.08 4.39 -savourez savourer ver 4.24 14.26 0.46 0.07 imp:pre:2p;ind:pre:2p; -savourions savourer ver 4.24 14.26 0.01 0.14 ind:imp:1p; -savourons savourer ver 4.24 14.26 0.19 0.00 imp:pre:1p;ind:pre:1p; -savourèrent savourer ver 4.24 14.26 0.00 0.07 ind:pas:3p; -savouré savourer ver m s 4.24 14.26 0.10 0.68 par:pas; -savourée savourer ver f s 4.24 14.26 0.01 0.41 par:pas; -savourés savourer ver m p 4.24 14.26 0.01 0.20 par:pas; -savoyard savoyard nom m s 0.50 3.24 0.10 2.91 -savoyarde savoyard nom f s 0.50 3.24 0.14 0.27 -savoyardes savoyard adj f p 0.00 1.42 0.00 0.07 -savoyards savoyard nom m p 0.50 3.24 0.27 0.07 -sax sax nom m 0.36 0.14 0.36 0.14 -saxes saxe nom m p 0.00 0.14 0.00 0.14 -saxhorn saxhorn nom m s 0.40 0.00 0.40 0.00 -saxifragacées saxifragacée nom f p 0.00 0.07 0.00 0.07 -saxifrage saxifrage nom f s 0.00 0.14 0.00 0.07 -saxifrages saxifrage nom f p 0.00 0.14 0.00 0.07 -saxo saxo nom m s 0.73 1.01 0.72 0.81 -saxon saxon adj m s 0.39 0.81 0.19 0.27 -saxonne saxon adj f s 0.39 0.81 0.11 0.20 -saxonnes saxonne nom f p 0.10 0.00 0.10 0.00 -saxons saxon adj m p 0.39 0.81 0.04 0.27 -saxophone saxophone nom m s 1.32 1.28 1.30 1.22 -saxophones saxophone nom m p 1.32 1.28 0.02 0.07 -saxophoniste saxophoniste nom s 0.45 0.14 0.41 0.14 -saxophonistes saxophoniste nom p 0.45 0.14 0.04 0.00 -saxos saxo nom m p 0.73 1.01 0.01 0.20 -saynète saynète nom f s 0.10 0.74 0.06 0.47 -saynètes saynète nom f p 0.10 0.74 0.04 0.27 -sayon sayon nom m s 0.00 0.14 0.00 0.14 -sbire sbire nom m s 1.35 1.62 0.43 0.07 -sbires sbire nom m p 1.35 1.62 0.92 1.55 -scabieuse scabieux adj f s 0.00 0.14 0.00 0.14 -scabreuse scabreux adj f s 0.55 1.49 0.03 0.27 -scabreuses scabreux adj f p 0.55 1.49 0.24 0.14 -scabreux scabreux adj m 0.55 1.49 0.28 1.08 -scaferlati scaferlati nom m s 0.00 0.14 0.00 0.14 -scalaire scalaire nom m s 0.03 0.00 0.03 0.00 -scalp scalp nom m s 1.44 0.74 1.02 0.54 -scalpa scalper ver 1.45 0.47 0.01 0.07 ind:pas:3s; -scalpaient scalper ver 1.45 0.47 0.02 0.07 ind:imp:3p; -scalpait scalper ver 1.45 0.47 0.01 0.00 ind:imp:3s; -scalpe scalper ver 1.45 0.47 0.43 0.00 imp:pre:2s;ind:pre:1s;ind:pre:3s; -scalpel scalpel nom m s 2.45 1.01 2.26 0.88 -scalpels scalpel nom m p 2.45 1.01 0.19 0.14 -scalpent scalper ver 1.45 0.47 0.12 0.00 ind:pre:3p; -scalper scalper ver 1.45 0.47 0.35 0.14 inf; -scalpera scalper ver 1.45 0.47 0.01 0.07 ind:fut:3s; -scalpeur scalpeur nom m s 0.01 0.00 0.01 0.00 -scalpez scalper ver 1.45 0.47 0.03 0.00 imp:pre:2p; -scalps scalp nom m p 1.44 0.74 0.42 0.20 -scalpé scalper ver m s 1.45 0.47 0.33 0.14 par:pas; -scalpés scalper ver m p 1.45 0.47 0.14 0.00 par:pas; -scalène scalène adj m s 0.04 0.00 0.04 0.00 -scampi scampi nom m p 0.09 0.07 0.09 0.07 -scanda scander ver 0.36 7.30 0.00 0.34 ind:pas:3s; -scandaient scander ver 0.36 7.30 0.00 0.61 ind:imp:3p; -scandait scander ver 0.36 7.30 0.00 1.01 ind:imp:3s; -scandale scandale nom m s 20.92 24.05 19.09 21.49 -scandales scandale nom m p 20.92 24.05 1.84 2.57 -scandaleuse scandaleux adj f s 4.83 8.31 1.10 3.04 -scandaleusement scandaleusement adv 0.26 0.41 0.26 0.41 -scandaleuses scandaleux adj f p 4.83 8.31 0.28 0.74 -scandaleux scandaleux adj m 4.83 8.31 3.45 4.53 -scandalisa scandaliser ver 1.28 7.30 0.00 0.61 ind:pas:3s; -scandalisai scandaliser ver 1.28 7.30 0.00 0.14 ind:pas:1s; -scandalisaient scandaliser ver 1.28 7.30 0.00 0.34 ind:imp:3p; -scandalisais scandaliser ver 1.28 7.30 0.00 0.20 ind:imp:1s; -scandalisait scandaliser ver 1.28 7.30 0.01 1.08 ind:imp:3s; -scandalisant scandaliser ver 1.28 7.30 0.00 0.20 par:pre; -scandalise scandaliser ver 1.28 7.30 0.18 0.74 imp:pre:2s;ind:pre:1s;ind:pre:3s; -scandalisent scandaliser ver 1.28 7.30 0.00 0.34 ind:pre:3p; -scandaliser scandaliser ver 1.28 7.30 0.05 0.74 inf; -scandalisera scandaliser ver 1.28 7.30 0.14 0.00 ind:fut:3s; -scandaliserait scandaliser ver 1.28 7.30 0.00 0.07 cnd:pre:3s; -scandalisons scandaliser ver 1.28 7.30 0.00 0.07 imp:pre:1p; -scandalisèrent scandaliser ver 1.28 7.30 0.00 0.07 ind:pas:3p; -scandalisé scandaliser ver m s 1.28 7.30 0.56 1.69 par:pas; -scandalisée scandaliser ver f s 1.28 7.30 0.29 0.74 par:pas; -scandalisées scandalisé adj f p 0.39 3.04 0.00 0.20 -scandalisés scandalisé adj m p 0.39 3.04 0.32 0.47 -scandant scander ver 0.36 7.30 0.03 1.28 par:pre; -scande scander ver 0.36 7.30 0.01 0.41 imp:pre:2s;ind:pre:3s; -scandent scander ver 0.36 7.30 0.16 0.61 ind:pre:3p; -scander scander ver 0.36 7.30 0.05 0.61 inf; -scandera scander ver 0.36 7.30 0.00 0.07 ind:fut:3s; -scandinave scandinave adj s 0.39 2.43 0.29 1.49 -scandinaves scandinave nom p 0.37 1.28 0.36 0.95 -scandé scander ver m s 0.36 7.30 0.01 0.81 par:pas; -scandée scander ver f s 0.36 7.30 0.00 0.61 par:pas; -scandées scander ver f p 0.36 7.30 0.00 0.34 par:pas; -scandés scander ver m p 0.36 7.30 0.10 0.61 par:pas; -scannage scannage nom m s 0.10 0.00 0.10 0.00 -scannais scanner ver 2.90 0.00 0.01 0.00 ind:imp:1s; -scanne scanner ver 2.90 0.00 0.58 0.00 imp:pre:2s;ind:pre:1s;ind:pre:3s; -scannent scanner ver 2.90 0.00 0.13 0.00 ind:pre:3p; -scanner scanner nom m s 8.56 0.14 6.90 0.14 -scannera scanner ver 2.90 0.00 0.02 0.00 ind:fut:3s; -scanneront scanner ver 2.90 0.00 0.01 0.00 ind:fut:3p; -scanners scanner nom m p 8.56 0.14 1.66 0.00 -scannes scanner ver 2.90 0.00 0.06 0.00 ind:pre:2s; -scanneur scanneur nom m s 0.04 0.00 0.04 0.00 -scannez scanner ver 2.90 0.00 0.16 0.00 imp:pre:2p;ind:pre:2p; -scanning scanning nom m s 0.17 0.00 0.17 0.00 -scannons scanner ver 2.90 0.00 0.02 0.00 imp:pre:1p;ind:pre:1p; -scanné scanner ver m s 2.90 0.00 0.54 0.00 par:pas; -scannée scanner ver f s 2.90 0.00 0.10 0.00 par:pas; -scannés scanner ver m p 2.90 0.00 0.11 0.00 par:pas; -scanographie scanographie nom f s 0.08 0.00 0.08 0.00 -scansion scansion nom f s 0.00 0.34 0.00 0.27 -scansions scansion nom f p 0.00 0.34 0.00 0.07 -scaphandre scaphandre nom m s 0.79 0.61 0.49 0.61 -scaphandres scaphandre nom m p 0.79 0.61 0.30 0.00 -scaphandrier scaphandrier nom m s 0.04 0.34 0.03 0.27 -scaphandriers scaphandrier nom m p 0.04 0.34 0.01 0.07 -scaphoïde scaphoïde adj s 0.08 0.00 0.08 0.00 -scapin scapin nom m s 0.00 0.07 0.00 0.07 -scapulaire scapulaire nom m s 0.04 0.68 0.03 0.54 -scapulaires scapulaire nom m p 0.04 0.68 0.01 0.14 -scarabée scarabée nom m s 1.33 1.42 0.60 0.95 -scarabées scarabée nom m p 1.33 1.42 0.73 0.47 -scare scare nom m s 0.06 0.00 0.06 0.00 -scarifiant scarifier ver 0.02 0.14 0.00 0.14 par:pre; -scarification scarification nom f s 0.14 0.07 0.14 0.00 -scarifications scarification nom f p 0.14 0.07 0.00 0.07 -scarifié scarifier ver m s 0.02 0.14 0.02 0.00 par:pas; -scarlatin scarlatine adj m s 0.01 0.00 0.01 0.00 -scarlatine scarlatine nom f s 0.35 1.08 0.35 1.01 -scarlatines scarlatine nom f p 0.35 1.08 0.00 0.07 -scarole scarole nom f s 0.12 0.14 0.12 0.07 -scaroles scarole nom f p 0.12 0.14 0.00 0.07 -scat scat nom m s 0.06 0.00 0.06 0.00 -scato scato adj f s 0.04 0.07 0.04 0.00 -scatologie scatologie nom f s 0.01 0.00 0.01 0.00 -scatologique scatologique adj s 0.03 0.54 0.01 0.20 -scatologiques scatologique adj p 0.03 0.54 0.01 0.34 -scatologue scatologue nom m s 0.00 0.07 0.00 0.07 -scatophiles scatophile adj m p 0.01 0.07 0.01 0.07 -scatos scato adj f p 0.04 0.07 0.00 0.07 -scatter scatter nom m s 0.14 0.00 0.14 0.00 -scazons scazon nom m p 0.00 0.14 0.00 0.14 -sceau sceau nom m s 3.72 4.93 3.54 3.45 -sceaux sceau nom m p 3.72 4.93 0.18 1.49 -scella sceller ver 5.62 7.30 0.02 0.14 ind:pas:3s; -scellage scellage nom m s 0.01 0.00 0.01 0.00 -scellaient sceller ver 5.62 7.30 0.23 0.00 ind:imp:3p; -scellait sceller ver 5.62 7.30 0.11 0.47 ind:imp:3s; -scellant sceller ver 5.62 7.30 0.18 0.41 par:pre; -scelle sceller ver 5.62 7.30 0.63 0.14 imp:pre:2s;ind:pre:1s;ind:pre:3s; -scellement scellement nom m s 0.01 0.27 0.01 0.14 -scellements scellement nom m p 0.01 0.27 0.00 0.14 -scellent sceller ver 5.62 7.30 0.23 0.00 ind:pre:3p; -sceller sceller ver 5.62 7.30 0.90 1.08 inf; -scellera sceller ver 5.62 7.30 0.03 0.00 ind:fut:3s; -scellerait sceller ver 5.62 7.30 0.00 0.07 cnd:pre:3s; -scelleront sceller ver 5.62 7.30 0.01 0.14 ind:fut:3p; -scellez sceller ver 5.62 7.30 0.53 0.00 imp:pre:2p; -scellons sceller ver 5.62 7.30 0.16 0.00 imp:pre:1p;ind:pre:1p; -scellèrent sceller ver 5.62 7.30 0.01 0.00 ind:pas:3p; -scellé sceller ver m s 5.62 7.30 1.23 2.16 par:pas; -scellée sceller ver f s 5.62 7.30 0.69 1.42 par:pas; -scellées sceller ver f p 5.62 7.30 0.44 0.61 par:pas; -scellés scellé nom m p 1.91 1.62 1.58 1.55 -scenarii scenarii nom m p 0.00 0.07 0.00 0.07 -scenic_railway scenic_railway nom m s 0.00 0.20 0.00 0.20 -scepticisme scepticisme nom m s 0.62 5.00 0.62 5.00 -sceptique sceptique adj s 2.52 5.81 2.21 4.59 -sceptiques sceptique nom p 0.87 1.22 0.43 0.68 -sceptre sceptre nom m s 1.62 1.69 1.61 1.42 -sceptres sceptre nom m p 1.62 1.69 0.01 0.27 -schah schah nom m s 0.02 0.00 0.02 0.00 -schako schako nom m s 0.00 0.07 0.00 0.07 -schampooing schampooing nom m s 0.00 0.07 0.00 0.07 -schbeb schbeb nom m s 0.00 0.41 0.00 0.41 -scheik scheik nom m s 0.01 0.00 0.01 0.00 -schilling schilling nom m s 1.42 0.00 0.13 0.00 -schillings schilling nom m p 1.42 0.00 1.29 0.00 -schismatique schismatique adj m s 0.00 0.20 0.00 0.14 -schismatiques schismatique adj p 0.00 0.20 0.00 0.07 -schisme schisme nom m s 0.32 0.81 0.09 0.61 -schismes schisme nom m p 0.32 0.81 0.23 0.20 -schiste schiste nom m s 0.07 1.28 0.05 1.01 -schistes schiste nom m p 0.07 1.28 0.02 0.27 -schisteuses schisteux adj f p 0.00 0.07 0.00 0.07 -schizoïde schizoïde adj s 0.14 0.14 0.14 0.07 -schizoïdes schizoïde adj m p 0.14 0.14 0.00 0.07 -schizophasie schizophasie nom f s 0.01 0.00 0.01 0.00 -schizophrène schizophrène adj s 1.09 0.41 1.03 0.27 -schizophrènes schizophrène nom p 0.93 0.88 0.49 0.34 -schizophrénie schizophrénie nom f s 1.83 0.95 1.83 0.95 -schizophrénique schizophrénique adj s 0.14 0.14 0.13 0.07 -schizophréniques schizophrénique adj p 0.14 0.14 0.01 0.07 -schlague schlague nom f s 0.00 0.20 0.00 0.20 -schlass schlass nom m 0.14 0.07 0.14 0.07 -schlem schlem nom m s 0.06 0.07 0.06 0.07 -schleu schleu adj m s 0.03 0.07 0.03 0.07 -schlinguait schlinguer ver 0.32 1.01 0.02 0.20 ind:imp:3s; -schlinguant schlinguer ver 0.32 1.01 0.00 0.07 par:pre; -schlingue schlinguer ver 0.32 1.01 0.23 0.54 imp:pre:2s;ind:pre:3s; -schlinguer schlinguer ver 0.32 1.01 0.02 0.14 inf; -schlingues schlinguer ver 0.32 1.01 0.05 0.07 ind:pre:2s; -schlitte schlitte nom f s 0.00 0.07 0.00 0.07 -schmecte schmecter ver 0.00 0.07 0.00 0.07 ind:pre:3s; -schnaps schnaps nom m 1.86 1.08 1.86 1.08 -schnauzer schnauzer nom m s 0.04 0.00 0.04 0.00 -schnick schnick nom m s 0.00 0.14 0.00 0.14 -schnitzel schnitzel nom m s 0.46 0.00 0.46 0.00 -schnock schnock nom s 1.06 0.81 0.93 0.81 -schnocks schnock nom p 1.06 0.81 0.14 0.00 -schnoque schnoque nom s 0.26 0.47 0.25 0.34 -schnoques schnoque nom p 0.26 0.47 0.01 0.14 -schnouf schnouf nom f s 0.01 0.00 0.01 0.00 -schnouff schnouff nom f s 0.01 0.00 0.01 0.00 -schnouffe schnouffer ver 0.01 0.07 0.01 0.07 ind:pre:3s; -schooner schooner nom m s 0.04 0.00 0.03 0.00 -schooners schooner nom m p 0.04 0.00 0.01 0.00 -schpile schpile nom m s 0.00 1.28 0.00 1.28 -schproum schproum nom m s 0.00 0.41 0.00 0.41 -schème schème nom m s 0.00 0.14 0.00 0.07 -schèmes schème nom m p 0.00 0.14 0.00 0.07 -schtroumf schtroumf nom m s 0.02 0.00 0.02 0.00 -schtroumpf schtroumpf nom m s 0.55 0.14 0.19 0.07 -schtroumpfs schtroumpf nom m p 0.55 0.14 0.37 0.07 -schéma schéma nom m s 4.03 2.64 3.02 1.82 -schémas schéma nom m p 4.03 2.64 1.01 0.81 -schématique schématique adj s 0.12 0.68 0.12 0.41 -schématiquement schématiquement adv 0.01 0.61 0.01 0.61 -schématiques schématique adj f p 0.12 0.68 0.00 0.27 -schématise schématiser ver 0.05 0.14 0.02 0.07 imp:pre:2s;ind:pre:1s;ind:pre:3s; -schématiser schématiser ver 0.05 0.14 0.03 0.00 inf; -schématisme schématisme nom m s 0.00 0.07 0.00 0.07 -schématisée schématiser ver f s 0.05 0.14 0.00 0.07 par:pas; -schupo schupo nom m s 0.00 0.54 0.00 0.41 -schupos schupo nom m p 0.00 0.54 0.00 0.14 -schuss schuss nom m 0.14 0.41 0.14 0.41 -scia scier ver 5.01 9.86 0.01 0.14 ind:pas:3s; -sciage sciage nom m s 0.06 0.14 0.06 0.14 -sciaient scier ver 5.01 9.86 0.00 0.20 ind:imp:3p; -sciais scier ver 5.01 9.86 0.02 0.07 ind:imp:1s;ind:imp:2s; -sciait scier ver 5.01 9.86 0.01 1.69 ind:imp:3s; -scialytique scialytique adj m s 0.00 0.27 0.00 0.27 -sciant scier ver 5.01 9.86 0.01 0.20 par:pre; -sciatique sciatique nom s 0.57 0.20 0.57 0.20 -scie scie nom f s 5.36 10.07 5.21 8.11 -sciemment sciemment adv 0.48 1.49 0.48 1.49 -science_fiction science_fiction nom f s 2.36 1.22 2.36 1.22 -science science nom f s 32.97 31.08 25.28 24.93 -sciences science nom f p 32.97 31.08 7.69 6.15 -scient scier ver 5.01 9.86 0.05 0.14 ind:pre:3p; -scientificité scientificité nom f s 0.01 0.00 0.01 0.00 -scientifique scientifique adj s 17.07 6.55 13.62 4.46 -scientifiquement scientifiquement adv 2.22 1.08 2.22 1.08 -scientifiques scientifique nom p 14.59 1.42 6.40 0.74 -scientisme scientisme nom m s 0.02 0.00 0.02 0.00 -scientiste scientiste adj s 0.15 0.14 0.15 0.14 -scientologie scientologie nom f s 0.30 0.00 0.30 0.00 -scientologue scientologue nom s 0.20 0.00 0.07 0.00 -scientologues scientologue nom p 0.20 0.00 0.13 0.00 -scier scier ver 5.01 9.86 1.12 2.43 inf; -sciera scier ver 5.01 9.86 0.01 0.07 ind:fut:3s; -scierait scier ver 5.01 9.86 0.02 0.00 cnd:pre:3s; -scierie scierie nom f s 0.92 2.30 0.76 1.96 -scieries scierie nom f p 0.92 2.30 0.16 0.34 -scieront scier ver 5.01 9.86 0.01 0.00 ind:fut:3p; -scies scier ver 5.01 9.86 0.28 0.07 ind:pre:2s; -scieur scieur nom m s 0.01 0.54 0.00 0.47 -scieurs scieur nom m p 0.01 0.54 0.01 0.07 -sciez scier ver 5.01 9.86 0.12 0.07 imp:pre:2p;ind:pre:2p; -scindaient scinder ver 0.52 1.49 0.00 0.07 ind:imp:3p; -scindait scinder ver 0.52 1.49 0.00 0.34 ind:imp:3s; -scindant scinder ver 0.52 1.49 0.00 0.07 par:pre; -scinde scinder ver 0.52 1.49 0.41 0.34 ind:pre:3s; -scinder scinder ver 0.52 1.49 0.05 0.14 inf; -scinderas scinder ver 0.52 1.49 0.01 0.00 ind:fut:2s; -scindez scinder ver 0.52 1.49 0.01 0.00 imp:pre:2p; -scindèrent scinder ver 0.52 1.49 0.00 0.07 ind:pas:3p; -scindé scinder ver m s 0.52 1.49 0.02 0.20 par:pas; -scindée scinder ver f s 0.52 1.49 0.01 0.20 par:pas; -scindés scinder ver m p 0.52 1.49 0.00 0.07 par:pas; -scintigraphie scintigraphie nom f s 0.36 0.00 0.36 0.00 -scintillaient scintiller ver 1.77 12.36 0.01 2.64 ind:imp:3p; -scintillait scintiller ver 1.77 12.36 0.19 2.84 ind:imp:3s; -scintillant scintillant adj m s 1.10 6.01 0.35 1.28 -scintillante scintillant adj f s 1.10 6.01 0.24 2.91 -scintillantes scintillant adj f p 1.10 6.01 0.40 1.15 -scintillants scintillant adj m p 1.10 6.01 0.11 0.68 -scintillation scintillation nom f s 0.00 0.41 0.00 0.07 -scintillations scintillation nom f p 0.00 0.41 0.00 0.34 -scintille scintiller ver 1.77 12.36 0.88 1.89 imp:pre:2s;ind:pre:3s; -scintillement scintillement nom m s 0.23 4.53 0.17 3.24 -scintillements scintillement nom m p 0.23 4.53 0.05 1.28 -scintillent scintiller ver 1.77 12.36 0.32 1.35 ind:pre:3p; -scintiller scintiller ver 1.77 12.36 0.24 1.49 inf; -scintilleraient scintiller ver 1.77 12.36 0.01 0.07 cnd:pre:3p; -scintillerais scintiller ver 1.77 12.36 0.00 0.07 cnd:pre:1s; -scintilleront scintiller ver 1.77 12.36 0.00 0.07 ind:fut:3p; -scintilles scintiller ver 1.77 12.36 0.02 0.07 ind:pre:2s; -scintillons scintiller ver 1.77 12.36 0.02 0.00 ind:pre:1p; -scintillèrent scintiller ver 1.77 12.36 0.00 0.14 ind:pas:3p; -scintillé scintiller ver m s 1.77 12.36 0.00 0.14 par:pas; -scion scion nom m s 0.28 0.61 0.27 0.47 -scions scion nom m p 0.28 0.61 0.01 0.14 -scirpe scirpe nom m s 0.01 0.07 0.01 0.00 -scirpes scirpe nom m p 0.01 0.07 0.00 0.07 -scission scission nom f s 0.03 0.68 0.03 0.68 -scissionniste scissionniste adj m s 0.00 0.07 0.00 0.07 -scissiparité scissiparité nom f s 0.01 0.00 0.01 0.00 -scissures scissure nom f p 0.00 0.07 0.00 0.07 -sciène sciène nom f s 0.14 0.00 0.14 0.00 -scièrent scier ver 5.01 9.86 0.01 0.00 ind:pas:3p; -scié scier ver m s 5.01 9.86 1.25 2.30 par:pas; -sciée scier ver f s 5.01 9.86 0.45 0.54 par:pas; -sciées scier ver f p 5.01 9.86 0.01 0.41 par:pas; -sciure sciure nom f s 0.69 6.08 0.69 6.01 -sciures sciure nom f p 0.69 6.08 0.00 0.07 -sciés scier ver m p 5.01 9.86 0.50 0.47 par:pas; -scléreux scléreux adj m 0.01 0.00 0.01 0.00 -sclérodermie sclérodermie nom f s 0.03 0.00 0.03 0.00 -sclérosante sclérosant adj f s 0.01 0.00 0.01 0.00 -sclérose sclérose nom f s 0.79 0.88 0.79 0.81 -scléroserai scléroser ver 0.16 0.34 0.01 0.00 ind:fut:1s; -scléroses sclérose nom f p 0.79 0.88 0.00 0.07 -sclérosé scléroser ver m s 0.16 0.34 0.14 0.20 par:pas; -sclérosée scléroser ver f s 0.16 0.34 0.00 0.14 par:pas; -sclérosés sclérosé adj m p 0.02 0.20 0.00 0.07 -sclérotique sclérotique nom f s 0.00 0.54 0.00 0.41 -sclérotiques sclérotique nom f p 0.00 0.54 0.00 0.14 -scolaire scolaire adj s 7.00 14.12 5.61 9.66 -scolairement scolairement adv 0.01 0.07 0.01 0.07 -scolaires scolaire adj p 7.00 14.12 1.39 4.46 -scolarisation scolarisation nom f s 0.01 0.07 0.01 0.07 -scolariser scolariser ver 0.01 0.00 0.01 0.00 inf; -scolarité scolarité nom f s 1.63 0.81 1.61 0.81 -scolarités scolarité nom f p 1.63 0.81 0.02 0.00 -scolastique scolastique adj m s 0.01 0.20 0.01 0.14 -scolastiques scolastique adj f p 0.01 0.20 0.00 0.07 -scolie scolie nom s 0.00 0.47 0.00 0.47 -scoliose scoliose nom f s 0.24 0.34 0.23 0.27 -scolioses scoliose nom f p 0.24 0.34 0.01 0.07 -scolopendre scolopendre nom f s 0.00 0.34 0.00 0.07 -scolopendres scolopendre nom f p 0.00 0.34 0.00 0.27 -scolyte scolyte nom m s 0.01 0.00 0.01 0.00 -scone scone nom m s 0.45 0.20 0.11 0.00 -scones scone nom m p 0.45 0.20 0.34 0.20 -sconse sconse nom m s 0.04 0.00 0.04 0.00 -scoop scoop nom m s 5.29 1.22 5.12 1.08 -scoops scoop nom m p 5.29 1.22 0.17 0.14 -scooter scooter nom m s 3.62 2.77 3.41 2.30 -scooters scooter nom m p 3.62 2.77 0.20 0.47 -scope scope nom m s 0.41 0.07 0.36 0.07 -scopes scope nom m p 0.41 0.07 0.04 0.00 -scopie scopie nom f s 0.01 0.00 0.01 0.00 -scopitones scopitone nom m p 0.00 0.07 0.00 0.07 -scopolamine scopolamine nom f s 0.02 0.00 0.02 0.00 -scorbut scorbut nom m s 0.46 0.95 0.46 0.95 -score score nom m s 5.92 0.74 5.29 0.61 -scores score nom m p 5.92 0.74 0.64 0.14 -scories scorie nom f p 0.17 0.74 0.17 0.74 -scorpion scorpion nom m s 3.54 2.64 1.78 0.88 -scorpions scorpion nom m p 3.54 2.64 1.75 1.76 -scotch_terrier scotch_terrier nom m s 0.01 0.00 0.01 0.00 -scotch scotch nom m s 9.45 6.35 9.30 6.28 -scotchais scotcher ver 1.63 0.74 0.01 0.00 ind:imp:1s; -scotcher scotcher ver 1.63 0.74 0.17 0.00 inf; -scotches scotcher ver 1.63 0.74 0.10 0.20 ind:pre:2s; -scotchons scotcher ver 1.63 0.74 0.00 0.07 ind:pre:1p; -scotchs scotch nom m p 9.45 6.35 0.15 0.07 -scotché scotcher ver m s 1.63 0.74 0.85 0.20 par:pas; -scotchée scotcher ver f s 1.63 0.74 0.26 0.07 par:pas; -scotchées scotcher ver f p 1.63 0.74 0.04 0.00 par:pas; -scotchés scotcher ver m p 1.63 0.74 0.20 0.20 par:pas; -scotomisant scotomiser ver 0.00 0.14 0.00 0.07 par:pre; -scotomiser scotomiser ver 0.00 0.14 0.00 0.07 inf; -scottish scottish nom f s 0.14 0.14 0.14 0.14 -scoubidou scoubidou nom m s 0.23 0.34 0.20 0.27 -scoubidous scoubidou nom m p 0.23 0.34 0.03 0.07 -scoumoune scoumoune nom f s 0.10 0.20 0.10 0.20 -scout scout adj m s 1.94 2.50 1.63 1.62 -scoute scout adj f s 1.94 2.50 0.07 0.41 -scoutisme scoutisme nom m s 0.05 0.54 0.05 0.54 -scouts scout nom m p 3.73 2.09 2.48 1.08 -scrabble scrabble nom m s 1.39 0.20 1.39 0.20 -scratch scratch nom m s 0.41 0.07 0.41 0.07 -scratcher scratcher ver 0.02 0.00 0.02 0.00 inf; -scratching scratching nom m s 0.17 0.00 0.17 0.00 -scriban scriban nom m s 0.00 0.07 0.00 0.07 -scribe scribe nom m s 2.05 3.18 0.65 1.55 -scribes scribe nom m p 2.05 3.18 1.40 1.62 -scribouillages scribouillage nom m p 0.00 0.07 0.00 0.07 -scribouillard scribouillard nom m s 0.17 1.01 0.06 0.88 -scribouillards scribouillard nom m p 0.17 1.01 0.11 0.14 -scribouille scribouiller ver 0.03 0.20 0.02 0.07 ind:pre:1s;ind:pre:3s; -scribouiller scribouiller ver 0.03 0.20 0.01 0.14 inf; -script_girl script_girl nom f s 0.00 0.20 0.00 0.20 -script script nom m s 6.45 0.41 5.73 0.41 -scripte scripte nom s 1.23 0.00 1.23 0.00 -scripteur scripteur nom m s 0.00 0.14 0.00 0.07 -scripteurs scripteur nom m p 0.00 0.14 0.00 0.07 -scripts script nom m p 6.45 0.41 0.72 0.00 -scrofulaire scrofulaire nom f s 0.01 0.00 0.01 0.00 -scrofule scrofule nom f s 0.03 0.14 0.02 0.07 -scrofules scrofule nom f p 0.03 0.14 0.01 0.07 -scrofuleux scrofuleux adj m s 0.02 0.34 0.02 0.34 -scrogneugneu scrogneugneu ono 0.00 0.20 0.00 0.20 -scrotal scrotal adj m s 0.01 0.00 0.01 0.00 -scrotum scrotum nom m s 0.77 0.07 0.77 0.07 -scrub scrub nom m s 2.72 0.07 0.07 0.00 -scrubs scrub nom m p 2.72 0.07 2.66 0.07 -scrupule scrupule nom m s 6.66 16.42 0.94 6.28 -scrupules scrupule nom m p 6.66 16.42 5.71 10.14 -scrupuleuse scrupuleux adj f s 0.76 3.78 0.11 1.28 -scrupuleusement scrupuleusement adv 0.56 3.04 0.56 3.04 -scrupuleuses scrupuleux adj f p 0.76 3.78 0.01 0.07 -scrupuleux scrupuleux adj m 0.76 3.78 0.64 2.43 -scrupulosité scrupulosité nom f s 0.01 0.00 0.01 0.00 -scruta scruter ver 2.30 15.54 0.00 1.89 ind:pas:3s; -scrutai scruter ver 2.30 15.54 0.00 0.20 ind:pas:1s; -scrutaient scruter ver 2.30 15.54 0.10 0.41 ind:imp:3p; -scrutais scruter ver 2.30 15.54 0.03 0.41 ind:imp:1s; -scrutait scruter ver 2.30 15.54 0.16 2.36 ind:imp:3s; -scrutant scruter ver 2.30 15.54 0.26 2.70 par:pre; -scrutateur scrutateur adj m s 0.39 0.41 0.39 0.20 -scrutateurs scrutateur adj m p 0.39 0.41 0.00 0.14 -scrutation scrutation nom f s 0.04 0.00 0.04 0.00 -scrutatrices scrutateur adj f p 0.39 0.41 0.00 0.07 -scrute scruter ver 2.30 15.54 0.59 2.64 imp:pre:2s;ind:pre:1s;ind:pre:3s; -scrutent scruter ver 2.30 15.54 0.17 0.47 ind:pre:3p; -scruter scruter ver 2.30 15.54 0.47 2.91 inf; -scrutera scruter ver 2.30 15.54 0.01 0.07 ind:fut:3s; -scruterai scruter ver 2.30 15.54 0.01 0.00 ind:fut:1s; -scruterait scruter ver 2.30 15.54 0.00 0.07 cnd:pre:3s; -scruteront scruter ver 2.30 15.54 0.01 0.00 ind:fut:3p; -scrutez scruter ver 2.30 15.54 0.06 0.00 imp:pre:2p;ind:pre:2p; -scrutin scrutin nom m s 0.71 1.49 0.62 1.28 -scrutins scrutin nom m p 0.71 1.49 0.09 0.20 -scrutions scruter ver 2.30 15.54 0.00 0.20 ind:imp:1p; -scrutâmes scruter ver 2.30 15.54 0.00 0.14 ind:pas:1p; -scrutons scruter ver 2.30 15.54 0.02 0.00 imp:pre:1p;ind:pre:1p; -scrutèrent scruter ver 2.30 15.54 0.00 0.07 ind:pas:3p; -scruté scruter ver m s 2.30 15.54 0.38 0.74 par:pas; -scrutée scruter ver f s 2.30 15.54 0.02 0.07 par:pas; -scrutés scruter ver m p 2.30 15.54 0.01 0.20 par:pas; -scène_clé scène_clé nom f s 0.01 0.00 0.01 0.00 -scène scène nom f s 107.96 114.93 96.66 95.27 -scènes_clé scènes_clé nom f p 0.01 0.00 0.01 0.00 -scènes scène nom f p 107.96 114.93 11.30 19.66 -sculpta sculpter ver 2.92 13.72 0.04 0.34 ind:pas:3s; -sculptaient sculpter ver 2.92 13.72 0.00 0.07 ind:imp:3p; -sculptais sculpter ver 2.92 13.72 0.11 0.07 ind:imp:1s; -sculptait sculpter ver 2.92 13.72 0.02 1.15 ind:imp:3s; -sculptant sculpter ver 2.92 13.72 0.10 0.41 par:pre; -sculpte sculpter ver 2.92 13.72 0.63 1.35 imp:pre:2s;ind:pre:1s;ind:pre:3s; -sculptent sculpter ver 2.92 13.72 0.03 0.14 ind:pre:3p; -sculpter sculpter ver 2.92 13.72 0.87 2.16 inf; -sculptera sculpter ver 2.92 13.72 0.01 0.14 ind:fut:3s; -sculpterai sculpter ver 2.92 13.72 0.02 0.00 ind:fut:1s; -sculpterait sculpter ver 2.92 13.72 0.00 0.07 cnd:pre:3s; -sculpteras sculpter ver 2.92 13.72 0.01 0.07 ind:fut:2s; -sculpterez sculpter ver 2.92 13.72 0.01 0.07 ind:fut:2p; -sculptes sculpter ver 2.92 13.72 0.14 0.20 ind:pre:2s; -sculpteur sculpteur nom m s 3.63 7.50 3.31 4.93 -sculpteurs sculpteur nom m p 3.63 7.50 0.29 2.57 -sculptez sculpter ver 2.92 13.72 0.04 0.07 imp:pre:2p;ind:pre:2p; -sculptiez sculpter ver 2.92 13.72 0.00 0.07 ind:imp:2p; -sculptâtes sculpter ver 2.92 13.72 0.00 0.07 ind:pas:2p; -sculptrice sculpteur nom f s 3.63 7.50 0.02 0.00 -sculpté sculpter ver m s 2.92 13.72 0.56 3.38 par:pas; -sculptée sculpté adj f s 0.50 7.23 0.15 1.28 -sculptées sculpter ver f p 2.92 13.72 0.17 0.74 par:pas; -sculptural sculptural adj m s 0.02 0.68 0.00 0.20 -sculpturale sculptural adj f s 0.02 0.68 0.02 0.34 -sculpturales sculptural adj f p 0.02 0.68 0.00 0.07 -sculpturaux sculptural adj m p 0.02 0.68 0.00 0.07 -sculpture sculpture nom f s 7.12 7.91 5.48 3.78 -sculptures sculpture nom f p 7.12 7.91 1.64 4.12 -sculptés sculpter ver m p 2.92 13.72 0.06 1.76 par:pas; -scélérat scélérat nom m s 2.87 0.74 2.19 0.27 -scélérate scélérat adj f s 1.05 0.27 0.12 0.00 -scélérates scélérat adj f p 1.05 0.27 0.01 0.07 -scélératesse scélératesse nom f s 0.00 0.14 0.00 0.07 -scélératesses scélératesse nom f p 0.00 0.14 0.00 0.07 -scélérats scélérat nom m p 2.87 0.74 0.66 0.47 -scénar scénar nom m s 0.51 0.34 0.46 0.34 -scénarii scénario nom m p 19.14 9.26 0.00 0.07 -scénarimage scénarimage nom m s 0.01 0.00 0.01 0.00 -scénario scénario nom m s 19.14 9.26 16.70 8.18 -scénarios scénario nom m p 19.14 9.26 2.44 1.01 -scénariste scénariste nom s 2.70 0.68 1.98 0.41 -scénaristes scénariste nom p 2.70 0.68 0.72 0.27 -scénaristique scénaristique adj f s 0.01 0.14 0.01 0.14 -scénars scénar nom m p 0.51 0.34 0.04 0.00 -scénique scénique adj f s 0.12 0.20 0.11 0.00 -scéniques scénique adj p 0.12 0.20 0.01 0.20 -scénographe scénographe nom s 0.03 0.00 0.03 0.00 -scénographie scénographie nom f s 0.35 0.07 0.35 0.07 -scénographique scénographique adj m s 0.01 0.00 0.01 0.00 -scutigère scutigère nom f s 0.00 0.61 0.00 0.54 -scutigères scutigère nom f p 0.00 0.61 0.00 0.07 -scythe scythe adj s 0.04 0.34 0.04 0.20 -scythes scythe adj m p 0.04 0.34 0.00 0.14 -se se pro_per 2813.77 6587.77 2813.77 6587.77 -señor señor nom m s 9.75 0.00 9.75 0.00 -seaborgium seaborgium nom m s 0.10 0.00 0.10 0.00 -seau seau nom m s 9.01 24.05 7.02 14.73 -seaux seau nom m p 9.01 24.05 2.00 9.32 -sec sec adj m s 43.02 142.84 27.40 72.30 -secco secco nom m s 0.00 0.61 0.00 0.34 -seccos secco nom m p 0.00 0.61 0.00 0.27 -seccotine seccotine nom f s 0.00 0.34 0.00 0.34 -second_maître second_maître nom m s 0.05 0.07 0.05 0.07 -second second adj m s 52.50 88.58 15.32 32.30 -secondaient seconder ver 1.76 5.00 0.00 0.07 ind:imp:3p; -secondaire secondaire adj s 8.06 8.65 4.16 5.07 -secondairement secondairement adv 0.00 0.27 0.00 0.27 -secondaires secondaire adj p 8.06 8.65 3.91 3.58 -secondais seconder ver 1.76 5.00 0.03 0.00 ind:imp:1s; -secondait seconder ver 1.76 5.00 0.10 0.41 ind:imp:3s; -secondant seconder ver 1.76 5.00 0.00 0.07 par:pre; -seconde seconde nom f s 124.54 121.49 72.34 66.22 -secondement secondement adv 0.00 0.14 0.00 0.14 -secondent seconder ver 1.76 5.00 0.01 0.27 ind:pre:3p; -seconder seconder ver 1.76 5.00 0.37 1.96 inf; -secondera seconder ver 1.76 5.00 0.07 0.00 ind:fut:3s; -seconderai seconder ver 1.76 5.00 0.03 0.00 ind:fut:1s; -seconderas seconder ver 1.76 5.00 0.02 0.00 ind:fut:2s; -seconderez seconder ver 1.76 5.00 0.02 0.00 ind:fut:2p; -seconderont seconder ver 1.76 5.00 0.02 0.00 ind:fut:3p; -secondes seconde nom f p 124.54 121.49 52.20 55.27 -secondo secondo nom m s 0.20 0.07 0.20 0.07 -seconds second adj m p 52.50 88.58 0.28 0.34 -secondé seconder ver m s 1.76 5.00 0.24 1.01 par:pas; -secondée seconder ver f s 1.76 5.00 0.01 0.34 par:pas; -secondés seconder ver m p 1.76 5.00 0.04 0.20 par:pas; -secoua secouer ver 19.00 116.35 0.26 25.68 ind:pas:3s; -secouai secouer ver 19.00 116.35 0.01 1.82 ind:pas:1s; -secouaient secouer ver 19.00 116.35 0.01 3.24 ind:imp:3p; -secouais secouer ver 19.00 116.35 0.04 0.47 ind:imp:1s;ind:imp:2s; -secouait secouer ver 19.00 116.35 0.67 12.84 ind:imp:3s; -secouant secouer ver 19.00 116.35 0.39 11.49 par:pre; -secouassent secouer ver 19.00 116.35 0.00 0.07 sub:imp:3p; -secoue secouer ver 19.00 116.35 4.77 17.64 imp:pre:2s;ind:pre:1s;ind:pre:3s; -secouement secouement nom m s 0.00 0.07 0.00 0.07 -secouent secouer ver 19.00 116.35 0.29 1.76 ind:pre:3p; -secouer secouer ver 19.00 116.35 4.50 14.19 ind:pre:2p;inf; -secouera secouer ver 19.00 116.35 0.04 0.14 ind:fut:3s; -secouerai secouer ver 19.00 116.35 0.02 0.14 ind:fut:1s; -secoueraient secouer ver 19.00 116.35 0.01 0.14 cnd:pre:3p; -secouerais secouer ver 19.00 116.35 0.01 0.14 cnd:pre:1s; -secouerait secouer ver 19.00 116.35 0.04 0.41 cnd:pre:3s; -secouerez secouer ver 19.00 116.35 0.01 0.00 ind:fut:2p; -secoueront secouer ver 19.00 116.35 0.01 0.07 ind:fut:3p; -secoues secouer ver 19.00 116.35 0.56 0.20 ind:pre:2s; -secoueur secoueur nom m s 0.09 0.07 0.02 0.07 -secoueurs secoueur nom m p 0.09 0.07 0.06 0.00 -secouez secouer ver 19.00 116.35 1.24 0.61 imp:pre:2p;ind:pre:2p; -secouions secouer ver 19.00 116.35 0.00 0.14 ind:imp:1p; -secouâmes secouer ver 19.00 116.35 0.00 0.27 ind:pas:1p; -secouons secouer ver 19.00 116.35 0.04 0.14 imp:pre:1p;ind:pre:1p; -secourût secourir ver 6.05 4.93 0.00 0.14 sub:imp:3s; -secourable secourable adj s 0.69 1.42 0.66 1.22 -secourables secourable adj p 0.69 1.42 0.03 0.20 -secouraient secourir ver 6.05 4.93 0.00 0.07 ind:imp:3p; -secourait secourir ver 6.05 4.93 0.02 0.07 ind:imp:3s; -secourant secourir ver 6.05 4.93 0.12 0.00 par:pre; -secoures secourir ver 6.05 4.93 0.11 0.00 sub:pre:2s; -secourez secourir ver 6.05 4.93 0.74 0.00 imp:pre:2p;ind:pre:2p; -secourions secourir ver 6.05 4.93 0.03 0.07 ind:imp:1p; -secourir secourir ver 6.05 4.93 2.97 2.64 inf; -secourisme secourisme nom m s 0.26 0.07 0.26 0.07 -secouriste secouriste nom s 0.94 0.34 0.43 0.20 -secouristes secouriste nom p 0.94 0.34 0.51 0.14 -secourra secourir ver 6.05 4.93 0.01 0.00 ind:fut:3s; -secours secours nom m 70.36 40.47 70.36 40.47 -secourt secourir ver 6.05 4.93 0.06 0.00 ind:pre:3s; -secouru secourir ver m s 6.05 4.93 1.10 0.88 par:pas; -secourue secourir ver f s 6.05 4.93 0.30 0.54 par:pas; -secourues secourir ver f p 6.05 4.93 0.02 0.14 par:pas; -secourus secourir ver m p 6.05 4.93 0.31 0.00 par:pas; -secourut secourir ver 6.05 4.93 0.00 0.20 ind:pas:3s; -secousse secousse nom f s 2.59 16.28 1.44 8.72 -secousses secousse nom f p 2.59 16.28 1.15 7.57 -secouèrent secouer ver 19.00 116.35 0.01 0.81 ind:pas:3p; -secoué secouer ver m s 19.00 116.35 3.96 13.99 par:pas; -secouée secouer ver f s 19.00 116.35 1.49 6.35 par:pas; -secouées secouer ver f p 19.00 116.35 0.04 0.81 par:pas; -secoués secouer ver m p 19.00 116.35 0.59 2.84 par:pas; -secret secret nom m s 103.49 96.01 81.34 70.81 -secrets secret nom m p 103.49 96.01 22.15 25.20 -secrète secret adj f s 62.68 83.11 14.43 28.51 -secrètement secrètement adv 3.20 13.04 3.20 13.04 -secrètent secréter ver 0.52 0.74 0.04 0.00 ind:pre:3p; -secrètes secret adj f p 62.68 83.11 3.79 10.47 -secrétaient secréter ver 0.52 0.74 0.00 0.07 ind:imp:3p; -secrétaire secrétaire nom s 31.22 43.78 29.43 38.58 -secrétairerie secrétairerie nom f s 0.00 0.07 0.00 0.07 -secrétaires secrétaire nom p 31.22 43.78 1.79 5.20 -secrétariat secrétariat nom m s 1.43 3.31 1.43 3.24 -secrétariats secrétariat nom m p 1.43 3.31 0.00 0.07 -secréter secréter ver 0.52 0.74 0.01 0.07 inf; -secrété secréter ver m s 0.52 0.74 0.01 0.14 par:pas; -secrétée secréter ver f s 0.52 0.74 0.01 0.07 par:pas; -secs sec adj m p 43.02 142.84 4.91 17.09 -sectaire sectaire adj s 0.35 0.68 0.22 0.34 -sectaires sectaire adj p 0.35 0.68 0.13 0.34 -sectarisme sectarisme nom m s 0.06 0.34 0.06 0.34 -sectateur sectateur nom m s 0.01 0.34 0.00 0.14 -sectateurs sectateur nom m p 0.01 0.34 0.01 0.20 -secte secte nom f s 5.02 4.19 4.15 3.11 -sectes secte nom f p 5.02 4.19 0.87 1.08 -secteur secteur nom m s 26.50 20.34 24.57 18.45 -secteurs secteur nom m p 26.50 20.34 1.93 1.89 -section section nom f s 20.34 22.23 18.03 16.35 -sectionna sectionner ver 1.75 1.89 0.00 0.14 ind:pas:3s; -sectionnaient sectionner ver 1.75 1.89 0.00 0.07 ind:imp:3p; -sectionnant sectionner ver 1.75 1.89 0.04 0.00 par:pre; -sectionne sectionner ver 1.75 1.89 0.27 0.20 imp:pre:2s;ind:pre:1s;ind:pre:3s; -sectionnement sectionnement nom m s 0.01 0.07 0.01 0.07 -sectionnent sectionner ver 1.75 1.89 0.00 0.14 ind:pre:3p; -sectionner sectionner ver 1.75 1.89 0.33 0.07 inf; -sectionnera sectionner ver 1.75 1.89 0.02 0.00 ind:fut:3s; -sectionnez sectionner ver 1.75 1.89 0.06 0.00 imp:pre:2p; -sectionné sectionner ver m s 1.75 1.89 0.53 0.54 par:pas; -sectionnée sectionner ver f s 1.75 1.89 0.34 0.41 par:pas; -sectionnées sectionner ver f p 1.75 1.89 0.06 0.20 par:pas; -sectionnés sectionner ver m p 1.75 1.89 0.09 0.14 par:pas; -sections section nom f p 20.34 22.23 2.31 5.88 -sectorielles sectoriel adj f p 0.00 0.14 0.00 0.07 -sectoriels sectoriel adj m p 0.00 0.14 0.00 0.07 -sectorisation sectorisation nom f s 0.01 0.00 0.01 0.00 -secundo secundo adv_sup 1.64 0.88 1.64 0.88 -sedan sedan nom m s 0.04 0.07 0.04 0.07 -sedia_gestatoria sedia_gestatoria nom f 0.00 0.20 0.00 0.20 -sedums sedum nom m p 0.00 0.07 0.00 0.07 -seersucker seersucker nom m s 0.02 0.00 0.02 0.00 -segment segment nom m s 0.69 1.42 0.36 0.88 -segmentaire segmentaire adj s 0.03 0.00 0.03 0.00 -segmentale segmental adj f s 0.01 0.00 0.01 0.00 -segmentez segmenter ver 0.03 0.00 0.01 0.00 imp:pre:2p; -segments segment nom m p 0.69 1.42 0.33 0.54 -segmenté segmenter ver m s 0.03 0.00 0.01 0.00 par:pas; -seguedilla seguedilla nom f s 0.00 0.20 0.00 0.07 -seguedillas seguedilla nom f p 0.00 0.20 0.00 0.14 -seiche seiche nom f s 0.23 0.88 0.23 0.61 -seiches seiche nom f p 0.23 0.88 0.00 0.27 -seigle seigle nom m s 0.69 2.36 0.69 2.09 -seigles seigle nom m p 0.69 2.36 0.00 0.27 -seigneur seigneur nom m s 153.82 60.14 147.72 51.82 -seigneurial seigneurial adj m s 0.02 1.01 0.01 0.34 -seigneuriale seigneurial adj f s 0.02 1.01 0.00 0.41 -seigneuriales seigneurial adj f p 0.02 1.01 0.01 0.20 -seigneuriaux seigneurial adj m p 0.02 1.01 0.00 0.07 -seigneurie seigneurie nom f s 3.00 4.86 2.81 4.59 -seigneuries seigneurie nom f p 3.00 4.86 0.19 0.27 -seigneurs seigneur nom m p 153.82 60.14 6.10 8.31 -seille seille nom f s 0.00 0.27 0.00 0.07 -seilles seille nom f p 0.00 0.27 0.00 0.20 -seillon seillon nom m s 0.00 0.07 0.00 0.07 -sein sein nom m s 44.90 84.05 16.93 32.23 -seine seine nom f s 0.14 0.47 0.14 0.27 -seing seing nom m s 0.01 0.07 0.01 0.07 -seins sein nom m p 44.90 84.05 27.97 51.82 -seize seize adj_num 7.71 31.42 7.71 31.42 -seizième seizième nom s 0.68 1.08 0.68 1.08 -sel sel nom m s 21.83 33.24 20.93 31.01 -seldjoukide seldjoukide adj m s 0.00 0.14 0.00 0.14 -seldjoukides seldjoukide nom p 0.00 0.07 0.00 0.07 -select select adj m s 0.14 0.34 0.12 0.27 -selects select adj m p 0.14 0.34 0.02 0.07 -self_contrôle self_contrôle nom m s 0.19 0.07 0.19 0.07 -self_control self_control nom m s 0.16 0.34 0.16 0.34 -self_défense self_défense nom f s 0.18 0.00 0.18 0.00 -self_made_man self_made_man nom m s 0.02 0.07 0.02 0.07 -self_made_men self_made_men nom m p 0.01 0.07 0.01 0.07 -self_made_man self_made_man nom m s 0.14 0.07 0.14 0.07 -self_service self_service nom m s 0.37 0.47 0.36 0.47 -self_service self_service nom m p 0.37 0.47 0.01 0.00 -self self nom m s 0.67 0.34 0.67 0.27 -selfs self nom m p 0.67 0.34 0.00 0.07 -sellait seller ver 1.81 1.96 0.00 0.07 ind:imp:3s; -selle selle nom f s 10.26 19.05 8.90 16.08 -seller seller ver 1.81 1.96 0.52 0.68 inf; -sellerie sellerie nom f s 0.05 0.27 0.05 0.20 -selleries sellerie nom f p 0.05 0.27 0.00 0.07 -selles selle nom f p 10.26 19.05 1.36 2.97 -sellette sellette nom f s 0.36 0.88 0.36 0.88 -sellez seller ver 1.81 1.96 0.42 0.00 imp:pre:2p;ind:pre:2p; -sellier sellier nom m s 0.02 0.47 0.02 0.47 -sellé seller ver m s 1.81 1.96 0.28 0.54 par:pas; -sellée seller ver f s 1.81 1.96 0.02 0.00 par:pas; -sellées seller ver f p 1.81 1.96 0.00 0.14 par:pas; -sellés seller ver m p 1.81 1.96 0.05 0.41 par:pas; -selon selon pre 81.40 110.88 81.40 110.88 -sels sel nom m p 21.83 33.24 0.90 2.23 -seltz seltz nom m 0.17 0.00 0.17 0.00 -selva selva nom f s 0.44 0.00 0.44 0.00 -sema semer ver 19.80 25.41 0.20 0.34 ind:pas:3s; -semaient semer ver 19.80 25.41 0.03 0.54 ind:imp:3p; -semailles semailles nom f p 0.19 0.81 0.19 0.81 -semaine semaine nom f s 290.85 197.50 186.01 111.89 -semaines semaine nom f p 290.85 197.50 104.84 85.61 -semainier semainier nom m s 0.00 0.34 0.00 0.34 -semait semer ver 19.80 25.41 0.03 1.49 ind:imp:3s; -semant semer ver 19.80 25.41 0.62 1.35 par:pre; -sembla sembler ver 229.25 572.84 0.87 32.43 ind:pas:3s; -semblable semblable adj s 8.93 52.91 5.99 31.42 -semblablement semblablement adv 0.01 0.81 0.01 0.81 -semblables semblable nom p 5.35 13.31 3.17 9.53 -semblaient sembler ver 229.25 572.84 2.99 55.81 ind:imp:3p; -semblais sembler ver 229.25 572.84 1.31 0.88 ind:imp:1s;ind:imp:2s; -semblait sembler ver 229.25 572.84 26.84 260.54 ind:imp:3s; -semblance semblance nom f s 0.02 0.27 0.02 0.27 -semblant semblant nom m s 25.63 32.09 25.55 31.89 -semblants semblant nom m p 25.63 32.09 0.08 0.20 -semble sembler ver 229.25 572.84 128.91 154.19 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -semblent sembler ver 229.25 572.84 14.09 22.23 ind:pre:3p;sub:pre:3p; -sembler sembler ver 229.25 572.84 6.01 4.53 inf;; -semblera sembler ver 229.25 572.84 2.15 1.42 ind:fut:3s; -sembleraient sembler ver 229.25 572.84 0.05 0.20 cnd:pre:3p; -semblerait sembler ver 229.25 572.84 10.04 2.57 cnd:pre:3s; -sembleront sembler ver 229.25 572.84 0.20 0.20 ind:fut:3p; -sembles sembler ver 229.25 572.84 5.11 1.22 ind:pre:2s; -semblez sembler ver 229.25 572.84 14.02 1.96 imp:pre:2p;ind:pre:2p; -sembliez sembler ver 229.25 572.84 0.94 0.34 ind:imp:2p; -semblions sembler ver 229.25 572.84 0.05 0.34 ind:imp:1p; -semblons sembler ver 229.25 572.84 0.53 0.00 imp:pre:1p;ind:pre:1p; -semblât sembler ver 229.25 572.84 0.00 0.74 sub:imp:3s; -semblèrent sembler ver 229.25 572.84 0.01 1.69 ind:pas:3p; -semblé sembler ver m s 229.25 572.84 7.21 16.96 par:pas; -semelle semelle nom f s 4.10 21.96 2.83 7.43 -semelles semelle nom f p 4.10 21.96 1.27 14.53 -semen_contra semen_contra nom m s 0.00 0.07 0.00 0.07 -semence semence nom f s 4.80 5.27 4.20 4.05 -semences semence nom f p 4.80 5.27 0.60 1.22 -semer semer ver 19.80 25.41 6.09 5.07 inf; -semestre semestre nom m s 3.53 1.49 3.24 1.49 -semestres semestre nom m p 3.53 1.49 0.29 0.00 -semestriel semestriel adj m s 0.05 0.07 0.01 0.07 -semestrielle semestriel adj f s 0.05 0.07 0.04 0.00 -semestriellement semestriellement adv 0.01 0.00 0.01 0.00 -semeur semeur nom m s 0.44 0.74 0.40 0.34 -semeurs semeur nom m p 0.44 0.74 0.04 0.27 -semeuse semeuse nom f s 0.11 0.47 0.11 0.47 -semeuses semeur nom f p 0.44 0.74 0.00 0.14 -semez semer ver 19.80 25.41 0.46 0.07 imp:pre:2p;ind:pre:2p; -semi_aride semi_aride adj f p 0.01 0.00 0.01 0.00 -semi_automatique semi_automatique adj s 0.71 0.07 0.59 0.07 -semi_automatique semi_automatique adj f p 0.71 0.07 0.12 0.00 -semi_circulaire semi_circulaire adj s 0.01 0.14 0.01 0.14 -semi_conducteur semi_conducteur nom m s 0.08 0.00 0.02 0.00 -semi_conducteur semi_conducteur nom m p 0.08 0.00 0.06 0.00 -semi_liberté semi_liberté nom f s 0.26 0.07 0.26 0.07 -semi_lunaire semi_lunaire adj f s 0.02 0.00 0.02 0.00 -semi_nomade semi_nomade adj m p 0.00 0.07 0.00 0.07 -semi_officiel semi_officiel adj m s 0.01 0.14 0.01 0.07 -semi_officiel semi_officiel adj f s 0.01 0.14 0.00 0.07 -semi_ouvert semi_ouvert adj m s 0.01 0.00 0.01 0.00 -semi_perméable semi_perméable adj f s 0.01 0.00 0.01 0.00 -semi_phonétique semi_phonétique adj f s 0.00 0.07 0.00 0.07 -semi_précieuse semi_précieuse adj f s 0.01 0.00 0.01 0.00 -semi_précieux semi_précieux adj f p 0.00 0.14 0.00 0.07 -semi_public semi_public adj m s 0.01 0.00 0.01 0.00 -semi_remorque semi_remorque nom m s 0.48 0.61 0.45 0.54 -semi_remorque semi_remorque nom m p 0.48 0.61 0.04 0.07 -semi_rigide semi_rigide adj f s 0.01 0.07 0.01 0.07 -semi semi nom m s 0.52 1.28 0.52 1.28 -semis semis nom m 0.04 2.84 0.04 2.84 -semoir semoir nom m s 0.04 0.34 0.04 0.20 -semoirs semoir nom m p 0.04 0.34 0.00 0.14 -semonce semonce nom f s 0.30 1.49 0.29 1.35 -semoncer semoncer ver 0.00 0.41 0.00 0.14 inf; -semonces semonce nom f p 0.30 1.49 0.01 0.14 -semoncé semoncer ver m s 0.00 0.41 0.00 0.07 par:pas; -semons semer ver 19.80 25.41 0.34 0.00 imp:pre:1p;ind:pre:1p; -semonça semoncer ver 0.00 0.41 0.00 0.07 ind:pas:3s; -semonçait semoncer ver 0.00 0.41 0.00 0.07 ind:imp:3s; -semonçant semoncer ver 0.00 0.41 0.00 0.07 par:pre; -semât semer ver 19.80 25.41 0.00 0.07 sub:imp:3s; -semoule semoule nom f s 0.89 1.35 0.89 1.35 -sempiternel sempiternel adj m s 0.07 2.77 0.00 0.88 -sempiternelle sempiternel adj f s 0.07 2.77 0.03 0.47 -sempiternellement sempiternellement adv 0.01 0.07 0.01 0.07 -sempiternelles sempiternel adj f p 0.07 2.77 0.01 0.88 -sempiternels sempiternel adj m p 0.07 2.77 0.03 0.54 -semtex semtex nom m 0.10 0.00 0.10 0.00 -semé semer ver m s 19.80 25.41 4.10 6.08 par:pas; -semée semer ver f s 19.80 25.41 0.40 3.99 par:pas; -semées semer ver f p 19.80 25.41 0.17 1.76 par:pas; -semés semer ver m p 19.80 25.41 1.44 1.69 par:pas; -sen sen nom m s 0.48 0.07 0.48 0.07 -senestre senestre adj f s 0.00 0.27 0.00 0.27 -senior senior adj m s 0.99 0.20 0.71 0.14 -seniors senior nom m p 0.64 0.07 0.30 0.07 -senne seine nom f s 0.14 0.47 0.00 0.20 -sens sentir ver 535.41 718.78 240.85 82.91 imp:pre:2s;ind:pre:1s;ind:pre:2s; -sensas sensas adj s 0.44 0.00 0.44 0.00 -sensass sensass adj s 2.05 0.20 2.05 0.20 -sensation sensation nom f s 17.26 46.89 13.20 37.09 -sensationnalisme sensationnalisme nom m s 0.07 0.00 0.07 0.00 -sensationnel sensationnel adj m s 4.36 3.45 2.69 1.55 -sensationnelle sensationnel adj f s 4.36 3.45 1.37 1.35 -sensationnellement sensationnellement adv 0.00 0.07 0.00 0.07 -sensationnelles sensationnel adj f p 4.36 3.45 0.18 0.27 -sensationnels sensationnel adj m p 4.36 3.45 0.12 0.27 -sensations sensation nom f p 17.26 46.89 4.06 9.80 -senseur senseur nom m s 0.42 0.07 0.04 0.07 -senseurs senseur nom m p 0.42 0.07 0.38 0.00 -sensibilisait sensibiliser ver 0.27 0.68 0.00 0.07 ind:imp:3s; -sensibilisation sensibilisation nom f s 0.09 0.07 0.09 0.07 -sensibilise sensibiliser ver 0.27 0.68 0.02 0.14 imp:pre:2s;ind:pre:3s; -sensibiliser sensibiliser ver 0.27 0.68 0.16 0.07 inf; -sensibilisé sensibiliser ver m s 0.27 0.68 0.05 0.07 par:pas; -sensibilisée sensibiliser ver f s 0.27 0.68 0.01 0.27 par:pas; -sensibilisés sensibiliser ver m p 0.27 0.68 0.02 0.07 par:pas; -sensibilité sensibilité nom f s 5.95 12.36 5.72 12.03 -sensibilités sensibilité nom f p 5.95 12.36 0.23 0.34 -sensible sensible adj s 26.79 38.85 21.11 30.88 -sensiblement sensiblement adv 0.13 3.58 0.13 3.58 -sensiblerie sensiblerie nom f s 0.50 1.15 0.48 1.08 -sensibleries sensiblerie nom f p 0.50 1.15 0.02 0.07 -sensibles sensible adj p 26.79 38.85 5.67 7.97 -sensitif sensitif adj m s 0.21 0.54 0.00 0.20 -sensitifs sensitif adj m p 0.21 0.54 0.03 0.00 -sensitive sensitif adj f s 0.21 0.54 0.19 0.27 -sensitives sensitif adj f p 0.21 0.54 0.00 0.07 -sensorialité sensorialité nom f s 0.00 0.07 0.00 0.07 -sensoriel sensoriel adj m s 0.86 0.54 0.22 0.07 -sensorielle sensoriel adj f s 0.86 0.54 0.23 0.34 -sensorielles sensoriel adj f p 0.86 0.54 0.10 0.14 -sensoriels sensoriel adj m p 0.86 0.54 0.32 0.00 -sensé sensé adj m s 10.50 2.64 6.47 1.28 -sensualiste sensualiste nom s 0.00 0.07 0.00 0.07 -sensualité sensualité nom f s 1.14 6.76 1.14 6.69 -sensualités sensualité nom f p 1.14 6.76 0.00 0.07 -sensée sensé adj f s 10.50 2.64 2.86 0.88 -sensuel sensuel adj m s 4.10 10.68 1.28 4.05 -sensuelle sensuel adj f s 4.10 10.68 1.82 5.07 -sensuellement sensuellement adv 0.28 0.54 0.28 0.54 -sensuelles sensuel adj f p 4.10 10.68 0.33 0.95 -sensuels sensuel adj m p 4.10 10.68 0.67 0.61 -sensées sensé adj f p 10.50 2.64 0.37 0.07 -sensément sensément adv 0.00 0.07 0.00 0.07 -sensés sensé adj m p 10.50 2.64 0.80 0.41 -sent_bon sent_bon nom m s 0.00 0.54 0.00 0.54 -sent sentir ver 535.41 718.78 74.27 84.73 ind:pre:3s; -sentîmes sentir ver 535.41 718.78 0.00 0.41 ind:pas:1p; -sentît sentir ver 535.41 718.78 0.00 1.76 sub:imp:3s; -sentaient sentir ver 535.41 718.78 0.80 13.99 ind:imp:3p; -sentais sentir ver 535.41 718.78 23.21 84.59 ind:imp:1s;ind:imp:2s; -sentait sentir ver 535.41 718.78 13.37 170.47 ind:imp:3s; -sentant sentir ver 535.41 718.78 1.93 14.39 par:pre; -sente sentir ver 535.41 718.78 4.89 4.46 sub:pre:1s;sub:pre:3s; -sentence sentence nom f s 7.70 5.68 7.17 4.19 -sentences sentence nom f p 7.70 5.68 0.52 1.49 -sentencieuse sentencieux adj f s 0.06 2.70 0.01 0.54 -sentencieusement sentencieusement adv 0.00 1.22 0.00 1.22 -sentencieuses sentencieux adj f p 0.06 2.70 0.00 0.20 -sentencieux sentencieux adj m 0.06 2.70 0.05 1.96 -sentent sentir ver 535.41 718.78 11.21 11.08 ind:pre:3p;sub:pre:3p; -sentes sentir ver 535.41 718.78 2.60 0.41 sub:pre:2s; -senteur senteur nom f s 0.71 11.69 0.51 6.01 -senteurs senteur nom f p 0.71 11.69 0.20 5.68 -sentez sentir ver 535.41 718.78 32.56 5.34 imp:pre:2p;ind:pre:2p; -senti sentir ver m s 535.41 718.78 34.33 49.05 par:pas; -sentie sentir ver f s 535.41 718.78 7.30 7.91 par:pas; -sentier sentier nom m s 5.72 36.62 3.88 28.45 -sentiers sentier nom m p 5.72 36.62 1.85 8.18 -senties sentir ver f p 535.41 718.78 0.06 0.61 par:pas; -sentiez sentir ver 535.41 718.78 1.86 1.01 ind:imp:2p;sub:pre:2p; -sentiment sentiment nom m s 75.72 157.30 36.87 106.42 -sentimental sentimental adj m s 8.69 17.16 4.40 6.01 -sentimentale sentimental adj f s 8.69 17.16 2.30 5.81 -sentimentalement sentimentalement adv 0.82 0.54 0.82 0.54 -sentimentales sentimental adj f p 8.69 17.16 1.35 3.24 -sentimentaliser sentimentaliser ver 0.01 0.00 0.01 0.00 inf; -sentimentalisme sentimentalisme nom m s 0.75 0.27 0.75 0.27 -sentimentalité sentimentalité nom f s 0.18 1.22 0.18 1.15 -sentimentalités sentimentalité nom f p 0.18 1.22 0.00 0.07 -sentimentaux sentimental adj m p 8.69 17.16 0.64 2.09 -sentiments sentiment nom m p 75.72 157.30 38.86 50.88 -sentine sentine nom f s 0.00 0.54 0.00 0.34 -sentinelle sentinelle nom f s 4.50 12.57 2.91 7.64 -sentinelles sentinelle nom f p 4.50 12.57 1.59 4.93 -sentines sentine nom f p 0.00 0.54 0.00 0.20 -sentions sentir ver 535.41 718.78 0.59 3.11 ind:imp:1p;sub:pre:1p; -sentir sentir ver 535.41 718.78 58.48 74.19 inf; -sentira sentir ver 535.41 718.78 2.50 1.08 ind:fut:3s; -sentirai sentir ver 535.41 718.78 2.08 1.42 ind:fut:1s; -sentiraient sentir ver 535.41 718.78 0.09 0.47 cnd:pre:3p; -sentirais sentir ver 535.41 718.78 3.82 1.28 cnd:pre:1s;cnd:pre:2s; -sentirait sentir ver 535.41 718.78 1.20 2.91 cnd:pre:3s; -sentiras sentir ver 535.41 718.78 7.07 0.47 ind:fut:2s; -sentirent sentir ver 535.41 718.78 0.05 2.09 ind:pas:3p; -sentirez sentir ver 535.41 718.78 3.74 0.74 ind:fut:2p; -sentiriez sentir ver 535.41 718.78 0.37 0.14 cnd:pre:2p; -sentirons sentir ver 535.41 718.78 0.08 0.07 ind:fut:1p; -sentiront sentir ver 535.41 718.78 0.51 0.61 ind:fut:3p; -sentis sentir ver m p 535.41 718.78 2.60 24.12 ind:pas:1s;par:pas; -sentisse sentir ver 535.41 718.78 0.00 0.34 sub:imp:1s; -sentissent sentir ver 535.41 718.78 0.00 0.20 sub:imp:3p; -sentit sentir ver 535.41 718.78 1.98 69.66 ind:pas:3s; -sentons sentir ver 535.41 718.78 1.03 2.77 imp:pre:1p;ind:pre:1p; -seppuku seppuku nom m s 0.07 0.00 0.07 0.00 -seps seps nom m 0.00 0.07 0.00 0.07 -sept sept adj_num 66.07 75.61 66.07 75.61 -septale septal adj f s 0.04 0.00 0.03 0.00 -septante_cinq septante_cinq adj_num 0.00 0.07 0.00 0.07 -septante_sept septante_sept adj_num 0.20 0.07 0.20 0.07 -septante septante adj_num 0.11 0.07 0.11 0.07 -septaux septal adj m p 0.04 0.00 0.01 0.00 -septembre septembre nom m 16.01 43.58 16.01 43.58 -septembriseur septembriseur nom m s 0.00 0.07 0.00 0.07 -septennat septennat nom m s 0.00 0.14 0.00 0.14 -septentrion septentrion nom m s 0.16 0.07 0.16 0.07 -septentrional septentrional adj m s 0.02 0.74 0.01 0.14 -septentrionale septentrional adj f s 0.02 0.74 0.01 0.41 -septentrionales septentrional adj f p 0.02 0.74 0.00 0.20 -septicité septicité nom f s 0.03 0.00 0.03 0.00 -septicémie septicémie nom f s 0.23 0.20 0.23 0.20 -septicémique septicémique adj f s 0.04 0.00 0.04 0.00 -septidi septidi nom m s 0.00 0.07 0.00 0.07 -septime septime nom f s 0.81 0.00 0.81 0.00 -septique septique adj s 0.58 0.41 0.58 0.41 -septième septième adj 4.25 5.61 4.25 5.61 -septièmes septième nom p 2.81 3.18 0.01 0.00 -septuagénaire septuagénaire nom s 0.05 0.88 0.04 0.74 -septuagénaires septuagénaire nom p 0.05 0.88 0.01 0.14 -septum septum nom m s 0.09 0.00 0.09 0.00 -septuor septuor nom m s 0.01 0.00 0.01 0.00 -septuple septuple nom m s 0.03 0.00 0.03 0.00 -sepuku sepuku nom m s 0.00 0.07 0.00 0.07 -sequin sequin nom m s 0.29 0.27 0.01 0.07 -sequins sequin nom m p 0.29 0.27 0.28 0.20 -sera être aux 8074.24 6501.82 159.41 66.69 ind:fut:3s; -serai être aux 8074.24 6501.82 28.15 10.20 ind:fut:1s; -seraient être aux 8074.24 6501.82 10.47 30.81 cnd:pre:3p; -serais être aux 8074.24 6501.82 45.02 36.42 cnd:pre:2s; -serait être aux 8074.24 6501.82 59.74 111.35 cnd:pre:3s; -seras être aux 8074.24 6501.82 25.57 4.39 ind:fut:2s; -serbe serbe adj s 3.48 0.88 2.44 0.54 -serbes serbe nom p 2.85 0.95 2.31 0.74 -serbo_croate serbo_croate nom s 0.14 0.20 0.14 0.20 -serein serein adj m s 5.22 10.61 3.38 3.72 -sereine serein adj f s 5.22 10.61 1.04 5.81 -sereinement sereinement adv 0.43 0.74 0.43 0.74 -sereines serein adj f p 5.22 10.61 0.31 0.41 -sereins serein adj m p 5.22 10.61 0.50 0.68 -serez être aux 8074.24 6501.82 26.65 6.76 ind:fut:2p; -serf serf nom m s 0.56 1.08 0.23 0.27 -serfouette serfouette nom f s 0.00 0.07 0.00 0.07 -serfs serf nom m p 0.56 1.08 0.33 0.81 -serge serge nom f s 1.10 2.64 1.10 2.50 -sergent_chef sergent_chef nom m s 1.52 1.49 1.38 1.42 -sergent_major sergent_major nom m s 0.71 1.35 0.71 1.28 -sergent_pilote sergent_pilote nom m s 0.00 0.07 0.00 0.07 -sergent sergent nom m s 27.36 23.65 26.48 20.88 -sergent_chef sergent_chef nom m p 1.52 1.49 0.14 0.07 -sergent_major sergent_major nom m p 0.71 1.35 0.00 0.07 -sergents sergent nom m p 27.36 23.65 0.88 2.77 -serges serge nom f p 1.10 2.64 0.00 0.14 -sergot sergot nom m s 0.01 0.14 0.01 0.07 -sergots sergot nom m p 0.01 0.14 0.00 0.07 -sergé sergé nom m s 0.00 0.20 0.00 0.20 -serial serial nom m s 0.69 0.07 0.69 0.07 -seriez être aux 8074.24 6501.82 6.69 3.24 cnd:pre:2p; -serin serin nom m s 0.07 3.24 0.05 1.49 -serinais seriner ver 0.25 2.03 0.01 0.07 ind:imp:1s;ind:imp:2s; -serinait seriner ver 0.25 2.03 0.01 0.54 ind:imp:3s; -serine seriner ver 0.25 2.03 0.01 0.47 ind:pre:1s;ind:pre:3s; -seriner seriner ver 0.25 2.03 0.19 0.47 inf; -serinera seriner ver 0.25 2.03 0.00 0.07 ind:fut:3s; -serines seriner ver 0.25 2.03 0.03 0.07 ind:pre:2s; -seringa seringa nom m s 0.14 0.81 0.14 0.54 -seringas seringa nom m p 0.14 0.81 0.00 0.27 -seringuaient seringuer ver 0.00 0.34 0.00 0.07 ind:imp:3p; -seringuait seringuer ver 0.00 0.34 0.00 0.07 ind:imp:3s; -seringue seringue nom f s 6.15 5.00 4.39 4.39 -seringueiros seringueiro nom m p 0.00 0.07 0.00 0.07 -seringuer seringuer ver 0.00 0.34 0.00 0.14 inf; -seringues seringue nom f p 6.15 5.00 1.76 0.61 -seringuée seringuer ver f s 0.00 0.34 0.00 0.07 par:pas; -serinions seriner ver 0.25 2.03 0.00 0.07 ind:imp:1p; -serins serin nom m p 0.07 3.24 0.01 1.49 -seriné seriner ver m s 0.25 2.03 0.00 0.20 par:pas; -serinées seriner ver f p 0.25 2.03 0.00 0.07 par:pas; -serions être aux 8074.24 6501.82 2.56 3.99 cnd:pre:1p; -serment serment nom m s 21.19 12.23 18.18 8.85 -serments serment nom m p 21.19 12.23 3.01 3.38 -sermon sermon nom m s 7.61 6.42 4.38 3.85 -sermonna sermonner ver 1.40 1.89 0.00 0.34 ind:pas:3s; -sermonnaient sermonner ver 1.40 1.89 0.00 0.14 ind:imp:3p; -sermonnait sermonner ver 1.40 1.89 0.00 0.20 ind:imp:3s; -sermonnant sermonner ver 1.40 1.89 0.04 0.07 par:pre; -sermonne sermonner ver 1.40 1.89 0.14 0.27 imp:pre:2s;ind:pre:1s;ind:pre:3s; -sermonner sermonner ver 1.40 1.89 0.78 0.47 inf; -sermonnerai sermonner ver 1.40 1.89 0.01 0.00 ind:fut:1s; -sermonnes sermonner ver 1.40 1.89 0.02 0.00 ind:pre:2s; -sermonneur sermonneur nom m s 0.28 0.00 0.27 0.00 -sermonneurs sermonneur nom m p 0.28 0.00 0.01 0.00 -sermonnez sermonner ver 1.40 1.89 0.33 0.00 imp:pre:2p;ind:pre:2p; -sermonné sermonner ver m s 1.40 1.89 0.05 0.34 par:pas; -sermonnée sermonner ver f s 1.40 1.89 0.03 0.07 par:pas; -sermons sermon nom m p 7.61 6.42 3.22 2.57 -serons être aux 8074.24 6501.82 8.50 5.41 ind:fut:1p; -seront être aux 8074.24 6501.82 39.61 23.65 ind:fut:3p; -serpe serpe nom f s 0.01 4.32 0.01 4.12 -serpent serpent nom m s 32.20 21.08 20.91 13.24 -serpentaient serpenter ver 0.09 5.88 0.00 0.61 ind:imp:3p; -serpentaire serpentaire nom s 0.00 0.07 0.00 0.07 -serpentait serpenter ver 0.09 5.88 0.02 1.89 ind:imp:3s; -serpentant serpenter ver 0.09 5.88 0.04 0.74 par:pre; -serpente serpenter ver 0.09 5.88 0.01 1.62 ind:pre:1s;ind:pre:3s; -serpenteau serpenteau nom m s 0.01 0.00 0.01 0.00 -serpentement serpentement nom m s 0.00 0.14 0.00 0.07 -serpentements serpentement nom m p 0.00 0.14 0.00 0.07 -serpentent serpenter ver 0.09 5.88 0.01 0.27 ind:pre:3p; -serpenter serpenter ver 0.09 5.88 0.00 0.61 inf; -serpentiforme serpentiforme adj m s 0.00 0.07 0.00 0.07 -serpentin serpentin adj m s 0.22 0.47 0.03 0.07 -serpentine serpentin adj f s 0.22 0.47 0.04 0.20 -serpentines serpentin adj f p 0.22 0.47 0.15 0.14 -serpentins serpentin nom m p 0.22 1.49 0.20 1.08 -serpentons serpenter ver 0.09 5.88 0.00 0.07 ind:pre:1p; -serpents serpent nom m p 32.20 21.08 11.29 7.84 -serpenté serpenter ver m s 0.09 5.88 0.00 0.07 par:pas; -serpes serpe nom f p 0.01 4.32 0.00 0.20 -serpette serpette nom f s 0.00 0.47 0.00 0.47 -serpillière serpillière nom f s 1.85 4.46 1.65 3.11 -serpillières serpillière nom f p 1.85 4.46 0.21 1.35 -serpolet serpolet nom m s 0.00 0.14 0.00 0.14 -serra serra nom f s 0.82 2.09 0.82 2.09 -serrage serrage nom m s 0.01 0.47 0.01 0.47 -serrai serrer ver 50.99 207.50 0.01 2.84 ind:pas:1s; -serraient serrer ver 50.99 207.50 0.04 5.81 ind:imp:3p; -serrais serrer ver 50.99 207.50 0.68 2.77 ind:imp:1s;ind:imp:2s; -serrait serrer ver 50.99 207.50 1.29 26.96 ind:imp:3s; -serrant serrer ver 50.99 207.50 1.08 22.84 par:pre; -serrante serrante nom f s 0.00 0.20 0.00 0.20 -serre_file serre_file nom m s 0.04 0.34 0.04 0.34 -serre_joint serre_joint nom m s 0.04 0.14 0.01 0.00 -serre_joint serre_joint nom m p 0.04 0.14 0.03 0.14 -serre_livres serre_livres nom m 0.03 0.07 0.03 0.07 -serre_tête serre_tête nom m s 0.22 0.74 0.21 0.74 -serre_tête serre_tête nom m p 0.22 0.74 0.01 0.00 -serre serrer ver 50.99 207.50 11.84 27.36 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:1s;sub:pre:3s; -serrement serrement nom m s 0.03 1.76 0.03 1.55 -serrements serrement nom m p 0.03 1.76 0.00 0.20 -serrent serrer ver 50.99 207.50 1.78 3.38 ind:pre:3p;sub:pre:3p; -serrer serrer ver 50.99 207.50 13.68 23.24 inf; -serrera serrer ver 50.99 207.50 0.69 0.20 ind:fut:3s; -serrerai serrer ver 50.99 207.50 0.32 0.34 ind:fut:1s; -serreraient serrer ver 50.99 207.50 0.00 0.34 cnd:pre:3p; -serrerais serrer ver 50.99 207.50 0.12 0.41 cnd:pre:1s; -serrerait serrer ver 50.99 207.50 0.13 0.47 cnd:pre:3s; -serrerez serrer ver 50.99 207.50 0.06 0.07 ind:fut:2p; -serrerons serrer ver 50.99 207.50 0.00 0.07 ind:fut:1p; -serreront serrer ver 50.99 207.50 0.01 0.20 ind:fut:3p; -serres serrer ver 50.99 207.50 1.60 0.34 ind:pre:2s;sub:pre:2s; -serrez serrer ver 50.99 207.50 5.34 1.28 imp:pre:2p;ind:pre:2p; -serriez serrer ver 50.99 207.50 0.06 0.07 ind:imp:2p; -serrions serrer ver 50.99 207.50 0.12 0.47 ind:imp:1p; -serrâmes serrer ver 50.99 207.50 0.00 0.41 ind:pas:1p; -serrons serrer ver 50.99 207.50 0.97 1.22 imp:pre:1p;ind:pre:1p; -serrât serrer ver 50.99 207.50 0.00 0.07 sub:imp:3s; -serrèrent serrer ver 50.99 207.50 0.00 3.78 ind:pas:3p; -serré serré adj m s 12.00 41.28 7.31 9.53 -serrée serré adj f s 12.00 41.28 1.68 8.72 -serrées serré adj f p 12.00 41.28 0.78 13.31 -serrure serrure nom f s 10.07 19.26 7.40 16.08 -serrurerie serrurerie nom f s 0.22 0.54 0.22 0.54 -serrures serrure nom f p 10.07 19.26 2.67 3.18 -serrurier serrurier nom m s 2.25 2.23 2.20 1.96 -serruriers serrurier nom m p 2.25 2.23 0.04 0.27 -serrurière serrurier nom f s 2.25 2.23 0.01 0.00 -serrés serré adj m p 12.00 41.28 2.23 9.73 -sers servir ver 309.81 286.22 44.58 5.41 imp:pre:2s;ind:pre:1s;ind:pre:2s; -sert servir ver 309.81 286.22 73.13 45.47 ind:pre:3s; -sertao sertao nom m s 0.10 0.07 0.10 0.07 -serti sertir ver m s 0.52 3.04 0.19 0.95 par:pas; -sertie sertir ver f s 0.52 3.04 0.17 0.95 par:pas; -serties sertir ver f p 0.52 3.04 0.01 0.34 par:pas; -sertir sertir ver 0.52 3.04 0.01 0.07 inf; -sertirait sertir ver 0.52 3.04 0.00 0.07 cnd:pre:3s; -sertis sertir ver m p 0.52 3.04 0.14 0.41 par:pas; -sertissage sertissage nom m s 0.00 0.07 0.00 0.07 -sertissaient sertir ver 0.52 3.04 0.00 0.07 ind:imp:3p; -sertissait sertir ver 0.52 3.04 0.00 0.07 ind:imp:3s; -sertissant sertir ver 0.52 3.04 0.00 0.07 par:pre; -sertissent sertir ver 0.52 3.04 0.00 0.07 ind:pre:3p; -sertisseur sertisseur nom m s 0.00 0.07 0.00 0.07 -sertão sertão nom m s 2.00 0.00 2.00 0.00 -servîmes servir ver 309.81 286.22 0.00 0.07 ind:pas:1p; -servît servir ver 309.81 286.22 0.00 0.74 sub:imp:3s; -servage servage nom m s 0.03 0.54 0.03 0.54 -servaient servir ver 309.81 286.22 1.98 12.30 ind:imp:3p; -servais servir ver 309.81 286.22 1.19 1.69 ind:imp:1s;ind:imp:2s; -servait servir ver 309.81 286.22 6.41 42.43 ind:imp:3s; -serval serval nom m s 0.01 0.00 0.01 0.00 -servant servir ver 309.81 286.22 2.20 7.64 par:pre; -servante servant nom f s 7.41 18.65 6.36 12.30 -servantes servant nom f p 7.41 18.65 0.77 4.46 -servants servant adj m p 1.09 1.15 0.26 0.27 -serve servir ver 309.81 286.22 5.83 4.12 sub:pre:1s;sub:pre:3s; -servent servir ver 309.81 286.22 14.43 11.82 ind:pre:3p; -serves servir ver 309.81 286.22 0.62 0.00 sub:pre:2s; -serveur serveur nom m s 21.57 16.42 9.21 5.27 -serveurs serveur nom m p 21.57 16.42 2.41 2.84 -serveuse serveur nom f s 21.57 16.42 9.96 6.62 -serveuses serveuse nom f p 1.64 0.00 1.64 0.00 -servez servir ver 309.81 286.22 13.39 1.89 imp:pre:2p;ind:pre:2p; -servi servir ver m s 309.81 286.22 36.58 38.72 par:pas; -serviabilité serviabilité nom f s 0.01 0.00 0.01 0.00 -serviable serviable adj s 1.88 2.23 1.48 2.03 -serviables serviable adj m p 1.88 2.23 0.39 0.20 -service service nom m s 187.67 142.77 156.00 106.28 -services service nom m p 187.67 142.77 31.67 36.49 -servie servir ver f s 309.81 286.22 3.04 3.45 par:pas; -servies servir ver f p 309.81 286.22 0.44 0.88 par:pas; -serviette_éponge serviette_éponge nom f s 0.00 1.49 0.00 1.22 -serviette serviette nom f s 25.64 35.07 17.16 26.62 -serviette_éponge serviette_éponge nom f p 0.00 1.49 0.00 0.27 -serviettes serviette nom f p 25.64 35.07 8.48 8.45 -serviez servir ver 309.81 286.22 0.19 0.34 ind:imp:2p; -servile servile adj s 1.14 3.65 0.89 2.77 -servilement servilement adv 0.02 0.47 0.02 0.47 -serviles servile adj p 1.14 3.65 0.25 0.88 -servilité servilité nom f s 0.01 1.22 0.01 1.15 -servilités servilité nom f p 0.01 1.22 0.00 0.07 -servions servir ver 309.81 286.22 0.19 0.61 ind:imp:1p; -servir servir ver 309.81 286.22 73.55 74.59 inf; -servira servir ver 309.81 286.22 12.20 3.58 ind:fut:3s; -servirai servir ver 309.81 286.22 3.13 0.68 ind:fut:1s; -serviraient servir ver 309.81 286.22 0.23 1.49 cnd:pre:3p; -servirais servir ver 309.81 286.22 0.77 0.41 cnd:pre:1s;cnd:pre:2s; -servirait servir ver 309.81 286.22 6.40 7.09 cnd:pre:3s; -serviras servir ver 309.81 286.22 0.88 0.27 ind:fut:2s; -servirent servir ver 309.81 286.22 0.04 1.15 ind:pas:3p; -servirez servir ver 309.81 286.22 1.14 0.07 ind:fut:2p; -serviriez servir ver 309.81 286.22 0.07 0.07 cnd:pre:2p; -servirions servir ver 309.81 286.22 0.02 0.07 cnd:pre:1p; -servirons servir ver 309.81 286.22 0.64 0.14 ind:fut:1p; -serviront servir ver 309.81 286.22 2.02 2.03 ind:fut:3p; -servis servir ver m p 309.81 286.22 2.71 4.05 ind:pas:1s;par:pas; -servissent servir ver 309.81 286.22 0.00 0.27 sub:imp:3p; -servit servir ver 309.81 286.22 0.46 12.23 ind:pas:3s; -serviteur serviteur nom m s 16.43 17.77 10.63 7.16 -serviteurs serviteur nom m p 16.43 17.77 5.80 10.61 -servitude servitude nom f s 0.57 7.43 0.42 4.73 -servitudes servitude nom f p 0.57 7.43 0.16 2.70 -servofrein servofrein nom m s 0.03 0.00 0.03 0.00 -servomoteur servomoteur nom m s 0.02 0.00 0.01 0.00 -servomoteurs servomoteur nom m p 0.02 0.00 0.01 0.00 -servomécanisme servomécanisme nom m s 0.01 0.00 0.01 0.00 -servons servir ver 309.81 286.22 1.36 0.47 imp:pre:1p;ind:pre:1p; -ses ses adj_pos 757.68 3105.41 757.68 3105.41 -session session nom f s 3.29 2.30 2.36 1.89 -sessions session nom f p 3.29 2.30 0.93 0.41 -sesterces sesterce nom m p 0.85 0.34 0.85 0.34 -set set nom m s 3.76 0.61 3.05 0.34 -sets set nom m p 3.76 0.61 0.71 0.27 -setter setter nom m s 0.07 0.61 0.07 0.41 -setters setter nom m p 0.07 0.61 0.00 0.20 -seuil seuil nom m s 5.49 49.86 5.45 48.85 -seuils seuil nom m p 5.49 49.86 0.04 1.01 -seul seul adj m s 891.45 915.27 461.20 478.58 -seulabre seulabre adj m s 0.00 0.88 0.00 0.81 -seulabres seulabre adj p 0.00 0.88 0.00 0.07 -seule seul adj f s 891.45 915.27 349.74 318.85 -seulement seulement adv 279.25 397.97 279.25 397.97 -seules seul adj f p 891.45 915.27 17.22 30.27 -seulet seulet adj m s 0.51 1.22 0.20 0.00 -seulette seulet adj f s 0.51 1.22 0.31 1.15 -seulettes seulet adj f p 0.51 1.22 0.00 0.07 -seuls seul adj m p 891.45 915.27 63.29 87.57 -seventies seventies nom p 0.07 0.07 0.07 0.07 -sevrage sevrage nom m s 0.51 1.08 0.51 1.01 -sevrages sevrage nom m p 0.51 1.08 0.00 0.07 -sevrait sevrer ver 0.42 2.36 0.00 0.07 ind:imp:3s; -sevrer sevrer ver 0.42 2.36 0.12 0.27 inf; -sevré sevrer ver m s 0.42 2.36 0.07 0.95 par:pas; -sevrée sevrer ver f s 0.42 2.36 0.05 0.81 par:pas; -sevrées sevrer ver f p 0.42 2.36 0.01 0.00 par:pas; -sevrés sevrer ver m p 0.42 2.36 0.17 0.27 par:pas; -sex_appeal sex_appeal nom m s 0.44 0.74 0.38 0.68 -sex_shop sex_shop nom m s 0.57 0.54 0.41 0.34 -sex_shop sex_shop nom m p 0.57 0.54 0.07 0.20 -sex_symbol sex_symbol nom m s 0.08 0.07 0.08 0.07 -sex_appeal sex_appeal nom m s 0.44 0.74 0.06 0.07 -sex_shop sex_shop nom m s 0.57 0.54 0.08 0.00 -sex_shop sex_shop nom m p 0.57 0.54 0.01 0.00 -sexagénaire sexagénaire nom s 0.17 0.74 0.15 0.61 -sexagénaires sexagénaire nom p 0.17 0.74 0.02 0.14 -sexe sexe nom m s 52.09 52.70 50.44 46.49 -sexes sexe nom m p 52.09 52.70 1.65 6.22 -sexisme sexisme nom m s 0.39 0.20 0.39 0.20 -sexiste sexiste adj s 1.09 0.07 0.96 0.07 -sexistes sexiste adj p 1.09 0.07 0.13 0.00 -sexologie sexologie nom f s 0.21 0.27 0.21 0.27 -sexologique sexologique adj s 0.00 0.07 0.00 0.07 -sexologue sexologue nom s 0.07 0.20 0.07 0.00 -sexologues sexologue nom p 0.07 0.20 0.00 0.20 -sextant sextant nom m s 0.22 0.54 0.22 0.54 -sextidi sextidi nom m s 0.00 0.07 0.00 0.07 -sextile sextil adj f s 0.00 0.07 0.00 0.07 -sexto sexto adv 0.01 0.00 0.01 0.00 -sextuor sextuor nom m s 0.07 0.14 0.07 0.14 -sextuple sextuple adj m s 0.01 0.07 0.01 0.07 -sexualiser sexualiser ver 0.02 0.00 0.01 0.00 inf; -sexualisé sexualiser ver m s 0.02 0.00 0.01 0.00 par:pas; -sexualité sexualité nom f s 6.02 5.14 6.02 5.14 -sexuel sexuel adj m s 46.15 20.54 15.97 6.62 -sexuelle sexuel adj f s 46.15 20.54 14.74 8.31 -sexuellement sexuellement adv 4.61 0.88 4.61 0.88 -sexuelles sexuel adj f p 46.15 20.54 6.37 2.57 -sexuels sexuel adj m p 46.15 20.54 9.07 3.04 -sexué sexué adj m s 0.01 0.20 0.00 0.14 -sexués sexué adj m p 0.01 0.20 0.01 0.07 -sexy sexy adj 26.83 1.49 26.83 1.49 -seyait seoir ver 1.75 3.78 0.00 0.74 ind:imp:3s; -seyant seyant adj m s 0.67 1.15 0.54 0.88 -seyante seyant adj f s 0.67 1.15 0.07 0.00 -seyantes seyant adj f p 0.67 1.15 0.02 0.14 -seyants seyant adj m p 0.67 1.15 0.03 0.14 -shôgun shôgun nom m s 0.00 0.07 0.00 0.07 -shabbat shabbat nom m s 4.25 0.74 4.25 0.74 -shah shah nom m s 1.13 0.61 1.13 0.54 -shahs shah nom m p 1.13 0.61 0.00 0.07 -shake_hand shake_hand nom m s 0.00 0.14 0.00 0.14 -shaker shaker nom m s 0.50 0.81 0.50 0.81 -shakespearien shakespearien adj m s 0.21 0.41 0.15 0.27 -shakespearienne shakespearien adj f s 0.21 0.41 0.05 0.14 -shakespeariens shakespearien adj m p 0.21 0.41 0.01 0.00 -shako shako nom m s 0.01 1.22 0.01 0.81 -shakos shako nom m p 0.01 1.22 0.00 0.41 -shale shale nom m s 0.17 0.00 0.17 0.00 -shaman shaman nom m s 0.92 0.07 0.81 0.07 -shamans shaman nom m p 0.92 0.07 0.11 0.00 -shamisen shamisen nom m s 0.01 0.07 0.01 0.07 -shampoing shampoing nom m s 1.57 0.07 1.38 0.07 -shampoings shampoing nom m p 1.57 0.07 0.19 0.00 -shampooiner shampooiner ver 0.03 0.00 0.03 0.00 inf; -shampooing shampooing nom m s 2.61 2.30 2.35 1.69 -shampooings shampooing nom m p 2.61 2.30 0.25 0.61 -shampouine shampouiner ver 0.14 0.14 0.01 0.07 ind:pre:3s; -shampouiner shampouiner ver 0.14 0.14 0.12 0.00 inf; -shampouineur shampouineur nom m s 0.24 1.62 0.11 0.00 -shampouineuse shampouineur nom f s 0.24 1.62 0.13 1.42 -shampouineuses shampouineur nom f p 0.24 1.62 0.00 0.20 -shampouiné shampouiner ver m s 0.14 0.14 0.00 0.07 par:pas; -shanghaien shanghaien adj m s 0.01 0.00 0.01 0.00 -shanghaien shanghaien nom m s 0.02 0.00 0.01 0.00 -shanghaiens shanghaien nom m p 0.02 0.00 0.01 0.00 -shantung shantung nom m s 0.00 1.08 0.00 1.08 -shed shed nom m s 0.17 0.00 0.17 0.00 -shekels shekel nom m p 1.03 0.00 1.03 0.00 -sheriff sheriff nom m s 2.61 0.14 2.61 0.14 -sherpa sherpa nom m s 0.18 0.07 0.14 0.00 -sherpas sherpa nom m p 0.18 0.07 0.04 0.07 -sherry sherry nom m s 2.75 0.27 2.75 0.27 -shetland shetland nom m s 0.00 0.74 0.00 0.61 -shetlands shetland nom m p 0.00 0.74 0.00 0.14 -shiatsu shiatsu nom m s 0.28 0.00 0.28 0.00 -shift shift adj s 0.19 0.00 0.19 0.00 -shilling shilling nom m s 2.28 0.20 0.55 0.00 -shillings shilling nom m p 2.28 0.20 1.73 0.20 -shilom shilom nom m s 0.01 0.00 0.01 0.00 -shimmy shimmy nom m s 0.11 0.20 0.11 0.20 -shingle shingle nom m s 0.01 0.00 0.01 0.00 -shintô shintô nom m s 0.01 0.00 0.01 0.00 -shintoïsme shintoïsme nom m s 0.00 0.07 0.00 0.07 -shintoïste shintoïste adj m s 0.02 0.07 0.02 0.07 -shipchandler shipchandler nom m s 0.00 0.07 0.00 0.07 -shipping shipping nom m s 0.04 0.07 0.04 0.07 -shirting shirting nom m s 0.00 0.07 0.00 0.07 -shit shit nom m s 3.00 1.35 3.00 1.35 -shocking shocking adj m s 0.03 0.07 0.03 0.07 -shogoun shogoun nom m s 0.10 0.00 0.10 0.00 -shogun shogun nom m s 0.32 0.00 0.32 0.00 -shogunal shogunal adj m s 0.03 0.00 0.01 0.00 -shogunale shogunal adj f s 0.03 0.00 0.02 0.00 -shogunat shogunat nom m s 0.06 0.00 0.06 0.00 -shoot shoot nom m s 1.29 2.50 1.21 2.23 -shoota shooter ver 6.84 5.14 0.00 0.14 ind:pas:3s; -shootai shooter ver 6.84 5.14 0.00 0.07 ind:pas:1s; -shootais shooter ver 6.84 5.14 0.05 0.14 ind:imp:1s;ind:imp:2s; -shootait shooter ver 6.84 5.14 0.16 0.27 ind:imp:3s; -shootant shooter ver 6.84 5.14 0.04 0.14 par:pre; -shoote shooter ver 6.84 5.14 2.67 1.42 imp:pre:2s;ind:pre:1s;ind:pre:3s; -shootent shooter ver 6.84 5.14 0.14 0.20 ind:pre:3p; -shooter shooter ver 6.84 5.14 1.88 1.22 inf;; -shootera shooter ver 6.84 5.14 0.04 0.00 ind:fut:3s; -shooterai shooter ver 6.84 5.14 0.02 0.07 ind:fut:1s; -shooteraient shooter ver 6.84 5.14 0.01 0.00 cnd:pre:3p; -shooteras shooter ver 6.84 5.14 0.01 0.07 ind:fut:2s; -shootes shooter ver 6.84 5.14 0.22 0.20 ind:pre:2s; -shooteuse shooteur nom f s 0.03 0.27 0.03 0.27 -shootiez shooter ver 6.84 5.14 0.01 0.00 ind:imp:2p; -shootions shooter ver 6.84 5.14 0.00 0.07 ind:imp:1p; -shootons shooter ver 6.84 5.14 0.01 0.00 imp:pre:1p; -shoots shoot nom m p 1.29 2.50 0.08 0.27 -shooté shooter ver m s 6.84 5.14 0.96 1.01 par:pas; -shootée shooter ver f s 6.84 5.14 0.45 0.14 par:pas; -shootés shooter ver m p 6.84 5.14 0.19 0.00 par:pas; -shopping shopping nom m s 5.75 0.54 5.64 0.47 -shoppings shopping nom m p 5.75 0.54 0.10 0.07 -short short nom m s 4.42 8.24 3.79 6.55 -shorts short nom m p 4.42 8.24 0.62 1.69 -shoshones shoshone nom p 0.07 0.00 0.07 0.00 -show_business show_business nom m 0.00 0.27 0.00 0.27 -show show nom m s 0.09 2.64 0.09 2.57 -showbiz showbiz nom m 0.00 0.68 0.00 0.68 -shows show nom m p 0.09 2.64 0.00 0.07 -shrapnel shrapnel nom m s 0.10 0.34 0.09 0.00 -shrapnell shrapnell nom m s 0.01 1.42 0.01 0.54 -shrapnells shrapnell nom m p 0.01 1.42 0.00 0.88 -shrapnels shrapnel nom m p 0.10 0.34 0.01 0.34 -shunt shunt nom m s 0.16 0.00 0.16 0.00 -shunte shunter ver 0.03 0.07 0.01 0.07 ind:pre:1s;ind:pre:3s; -shunter shunter ver 0.03 0.07 0.02 0.00 inf; -shéol shéol nom m s 0.00 0.07 0.00 0.07 -shérif shérif nom m s 46.65 1.28 45.75 1.08 -shérifs shérif nom m p 46.65 1.28 0.90 0.20 -si si con 1374.43 933.99 1374.43 933.99 -siam siam nom m s 0.01 0.00 0.01 0.00 -siamois siamois nom m 1.57 2.36 1.48 2.23 -siamoise siamois adj f s 0.85 1.62 0.01 0.20 -siamoises siamois nom f p 1.57 2.36 0.08 0.00 -sibilant sibilant adj m s 0.00 0.07 0.00 0.07 -sibérien sibérien adj m s 0.71 3.99 0.22 0.74 -sibérienne sibérien adj f s 0.71 3.99 0.05 2.77 -sibériennes sibérien adj f p 0.71 3.99 0.20 0.34 -sibériens sibérien adj m p 0.71 3.99 0.24 0.14 -sibylle sibylle nom f s 0.37 0.61 0.34 0.34 -sibylles sibylle nom f p 0.37 0.61 0.04 0.27 -sibyllin sibyllin adj m s 0.07 2.36 0.02 0.95 -sibylline sibyllin adj f s 0.07 2.36 0.03 0.68 -sibyllines sibyllin adj f p 0.07 2.36 0.01 0.47 -sibyllins sibyllin adj m p 0.07 2.36 0.01 0.27 -sic_transit_gloria_mundi sic_transit_gloria_mundi adv 0.03 0.07 0.03 0.07 -sic sic adv_sup 0.20 1.35 0.20 1.35 -sicaire sicaire nom m s 0.00 0.14 0.00 0.07 -sicaires sicaire nom m p 0.00 0.14 0.00 0.07 -sicilien sicilien nom m s 3.27 1.96 1.03 1.69 -sicilienne sicilien adj f s 2.61 1.22 0.84 0.20 -siciliennes sicilien adj f p 2.61 1.22 0.25 0.34 -siciliens sicilien nom m p 3.27 1.96 2.21 0.27 -sicle sicle nom m s 0.02 0.00 0.02 0.00 -sida sida nom m s 5.02 5.20 5.02 5.14 -sidaïque sidaïque adj m s 0.02 0.00 0.02 0.00 -sidas sida nom m p 5.02 5.20 0.00 0.07 -side_car side_car nom m s 0.23 1.08 0.23 0.81 -side_car side_car nom m p 0.23 1.08 0.00 0.27 -sidi sidi nom m s 0.00 0.81 0.00 0.68 -sidis sidi nom m p 0.00 0.81 0.00 0.14 -sidère sidérer ver 1.03 2.16 0.29 0.07 imp:pre:2s;ind:pre:1s;ind:pre:3s; -sidéenne sidéen adj f s 0.03 0.00 0.01 0.00 -sidéens sidéen nom m p 0.18 0.00 0.18 0.00 -sidérais sidérer ver 1.03 2.16 0.00 0.07 ind:imp:1s; -sidérait sidérer ver 1.03 2.16 0.01 0.20 ind:imp:3s; -sidéral sidéral adj m s 0.11 0.88 0.04 0.41 -sidérale sidéral adj f s 0.11 0.88 0.07 0.27 -sidérales sidéral adj f p 0.11 0.88 0.00 0.14 -sidérant sidérant adj m s 0.20 0.27 0.17 0.14 -sidérante sidérant adj f s 0.20 0.27 0.03 0.14 -sidération sidération nom f s 0.03 0.00 0.03 0.00 -sidéraux sidéral adj m p 0.11 0.88 0.00 0.07 -sidérer sidérer ver 1.03 2.16 0.02 0.00 inf; -sidérite sidérite nom f s 0.01 0.00 0.01 0.00 -sidéré sidérer ver m s 1.03 2.16 0.42 1.15 par:pas; -sidérée sidérer ver f s 1.03 2.16 0.22 0.34 par:pas; -sidérées sidérer ver f p 1.03 2.16 0.00 0.07 par:pas; -sidérurgie sidérurgie nom f s 0.12 0.27 0.12 0.27 -sidérurgique sidérurgique adj f s 0.03 0.27 0.03 0.20 -sidérurgiques sidérurgique adj p 0.03 0.27 0.00 0.07 -sidérurgistes sidérurgiste nom p 0.02 0.00 0.02 0.00 -sidérés sidérer ver m p 1.03 2.16 0.06 0.27 par:pas; -sied seoir ver 1.75 3.78 1.67 2.84 ind:pre:3s; -sien sien pro_pos m s 13.40 36.08 13.40 36.08 -sienne sienne pro_pos f s 14.21 40.68 14.21 40.68 -siennes siennes pro_pos f p 2.74 9.73 2.74 9.73 -siennois siennois nom m 0.00 0.20 0.00 0.20 -siennoise siennois adj f s 0.00 0.41 0.00 0.20 -siennoises siennois adj f p 0.00 0.41 0.00 0.14 -siens siens pro_pos m p 7.54 29.80 7.54 29.80 -sierra sierra nom f s 4.27 3.51 4.00 2.77 -sierras sierra nom f p 4.27 3.51 0.27 0.74 -siesta siester ver 0.06 0.07 0.06 0.00 ind:pas:3s; -siestant siester ver 0.06 0.07 0.00 0.07 par:pre; -sieste sieste nom f s 9.58 14.86 9.23 13.38 -siestes sieste nom f p 9.58 14.86 0.34 1.49 -sieur sieur nom m s 8.06 21.35 7.66 20.81 -sieurs sieur nom m p 8.06 21.35 0.41 0.54 -siffla siffler ver 13.04 40.20 0.06 5.47 ind:pas:3s; -sifflai siffler ver 13.04 40.20 0.00 0.14 ind:pas:1s; -sifflaient siffler ver 13.04 40.20 0.22 2.57 ind:imp:3p; -sifflais siffler ver 13.04 40.20 0.19 0.14 ind:imp:1s;ind:imp:2s; -sifflait siffler ver 13.04 40.20 0.65 5.88 ind:imp:3s; -sifflant siffler ver 13.04 40.20 0.41 3.45 par:pre; -sifflante sifflante adj f s 0.24 3.58 0.06 3.11 -sifflantes sifflante adj f p 0.24 3.58 0.17 0.47 -sifflants sifflant adj m p 0.05 1.76 0.01 0.47 -sifflard sifflard nom m s 0.00 0.34 0.00 0.34 -siffle siffler ver 13.04 40.20 4.62 7.23 imp:pre:2s;ind:pre:1s;ind:pre:3s; -sifflement sifflement nom m s 4.83 13.78 4.45 10.47 -sifflements sifflement nom m p 4.83 13.78 0.38 3.31 -sifflent siffler ver 13.04 40.20 0.96 2.64 ind:pre:3p; -siffler siffler ver 13.04 40.20 3.02 8.24 inf; -sifflera siffler ver 13.04 40.20 0.63 0.14 ind:fut:3s; -sifflerai siffler ver 13.04 40.20 0.12 0.00 ind:fut:1s; -siffleraient siffler ver 13.04 40.20 0.00 0.14 cnd:pre:3p; -sifflerait siffler ver 13.04 40.20 0.16 0.07 cnd:pre:3s; -siffleras siffler ver 13.04 40.20 0.03 0.00 ind:fut:2s; -siffles siffler ver 13.04 40.20 0.65 0.07 ind:pre:2s; -sifflet sifflet nom m s 4.61 17.91 3.76 13.31 -sifflets sifflet nom m p 4.61 17.91 0.84 4.59 -siffleur siffleur adj m s 0.05 0.07 0.05 0.07 -sifflez siffler ver 13.04 40.20 0.38 0.14 imp:pre:2p;ind:pre:2p; -siffliez siffler ver 13.04 40.20 0.04 0.00 ind:imp:2p; -sifflota siffloter ver 0.28 10.81 0.00 1.15 ind:pas:3s; -sifflotais siffloter ver 0.28 10.81 0.00 0.14 ind:imp:1s; -sifflotait siffloter ver 0.28 10.81 0.00 1.82 ind:imp:3s; -sifflotant siffloter ver 0.28 10.81 0.06 3.85 par:pre; -sifflote siffloter ver 0.28 10.81 0.16 1.28 imp:pre:2s;ind:pre:1s;ind:pre:3s; -sifflotement sifflotement nom m s 0.01 0.34 0.01 0.34 -siffloter siffloter ver 0.28 10.81 0.05 2.16 inf; -siffloterai siffloter ver 0.28 10.81 0.01 0.00 ind:fut:1s; -sifflotiez siffloter ver 0.28 10.81 0.00 0.07 ind:imp:2p; -sifflotis sifflotis nom m 0.00 0.14 0.00 0.14 -sifflotèrent siffloter ver 0.28 10.81 0.00 0.07 ind:pas:3p; -siffloté siffloter ver m s 0.28 10.81 0.00 0.27 par:pas; -sifflèrent siffler ver 13.04 40.20 0.00 0.61 ind:pas:3p; -sifflé siffler ver m s 13.04 40.20 0.86 2.97 par:pas; -sifflée siffler ver f s 13.04 40.20 0.06 0.20 par:pas; -sifflées siffler ver f p 13.04 40.20 0.00 0.07 par:pas; -sifflés siffler ver m p 13.04 40.20 0.00 0.07 par:pas; -sigillaire sigillaire adj m s 0.04 0.07 0.04 0.07 -sigillé sigillé adj m s 0.00 0.27 0.00 0.07 -sigillée sigillé adj f s 0.00 0.27 0.00 0.20 -sigisbée sigisbée nom m s 0.00 0.20 0.00 0.14 -sigisbées sigisbée nom m p 0.00 0.20 0.00 0.07 -sigle sigle nom m s 0.70 1.62 0.56 1.01 -sigles sigle nom m p 0.70 1.62 0.14 0.61 -sigmoïde sigmoïde adj s 0.01 0.07 0.01 0.07 -signa signer ver 98.19 55.81 0.29 3.38 ind:pas:3s; -signai signer ver 98.19 55.81 0.42 0.34 ind:pas:1s; -signaient signer ver 98.19 55.81 0.04 0.68 ind:imp:3p; -signais signer ver 98.19 55.81 0.25 0.47 ind:imp:1s;ind:imp:2s; -signait signer ver 98.19 55.81 0.44 3.31 ind:imp:3s; -signal signal nom m s 37.74 23.11 33.98 18.72 -signala signaler ver 27.92 27.50 0.00 1.42 ind:pas:3s; -signalai signaler ver 27.92 27.50 0.00 0.14 ind:pas:1s; -signalaient signaler ver 27.92 27.50 0.02 0.74 ind:imp:3p; -signalais signaler ver 27.92 27.50 0.01 0.07 ind:imp:1s; -signalait signaler ver 27.92 27.50 0.08 3.04 ind:imp:3s; -signalant signaler ver 27.92 27.50 0.18 1.82 par:pre; -signale signaler ver 27.92 27.50 7.26 5.88 imp:pre:2s;ind:pre:1s;ind:pre:3s; -signalement signalement nom m s 3.43 2.70 3.38 2.30 -signalements signalement nom m p 3.43 2.70 0.05 0.41 -signalent signaler ver 27.92 27.50 0.81 1.01 ind:pre:3p; -signaler signaler ver 27.92 27.50 9.51 6.62 inf; -signalera signaler ver 27.92 27.50 0.38 0.07 ind:fut:3s; -signalerai signaler ver 27.92 27.50 0.26 0.07 ind:fut:1s; -signalerait signaler ver 27.92 27.50 0.01 0.34 cnd:pre:3s; -signaleront signaler ver 27.92 27.50 0.04 0.00 ind:fut:3p; -signales signaler ver 27.92 27.50 0.24 0.00 ind:pre:2s; -signaleur signaleur nom m s 0.83 0.20 0.83 0.07 -signaleurs signaleur nom m p 0.83 0.20 0.00 0.14 -signalez signaler ver 27.92 27.50 1.20 0.14 imp:pre:2p;ind:pre:2p; -signalisation signalisation nom f s 0.52 1.08 0.41 1.08 -signalisations signalisation nom f p 0.52 1.08 0.11 0.00 -signaliser signaliser ver 0.01 0.00 0.01 0.00 inf; -signalons signaler ver 27.92 27.50 0.22 0.27 imp:pre:1p;ind:pre:1p; -signalât signaler ver 27.92 27.50 0.00 0.14 sub:imp:3s; -signalé signaler ver m s 27.92 27.50 6.82 3.78 par:pas; -signalée signaler ver f s 27.92 27.50 0.57 0.95 par:pas; -signalées signaler ver f p 27.92 27.50 0.10 0.41 par:pas; -signalés signaler ver m p 27.92 27.50 0.23 0.61 par:pas; -signalétique signalétique adj s 0.15 0.41 0.04 0.34 -signalétiques signalétique adj m p 0.15 0.41 0.11 0.07 -signant signer ver 98.19 55.81 0.39 1.35 par:pre; -signasse signer ver 98.19 55.81 0.00 0.07 sub:imp:1s; -signataire signataire nom s 0.26 0.95 0.17 0.68 -signataires signataire nom p 0.26 0.95 0.09 0.27 -signature signature nom f s 18.47 15.20 16.55 13.45 -signatures signature nom f p 18.47 15.20 1.92 1.76 -signaux signal nom m p 37.74 23.11 3.76 4.39 -signe signe nom m s 82.73 161.28 67.74 119.19 -signent signer ver 98.19 55.81 0.62 0.54 ind:pre:3p; -signer signer ver 98.19 55.81 29.25 13.51 ind:pre:2p;inf; -signera signer ver 98.19 55.81 1.20 0.41 ind:fut:3s; -signerai signer ver 98.19 55.81 1.64 0.27 ind:fut:1s; -signeraient signer ver 98.19 55.81 0.11 0.14 cnd:pre:3p; -signerais signer ver 98.19 55.81 0.27 0.27 cnd:pre:1s;cnd:pre:2s; -signerait signer ver 98.19 55.81 0.06 0.34 cnd:pre:3s; -signeras signer ver 98.19 55.81 0.13 0.00 ind:fut:2s; -signerez signer ver 98.19 55.81 0.39 0.14 ind:fut:2p; -signeriez signer ver 98.19 55.81 0.17 0.00 cnd:pre:2p; -signerions signer ver 98.19 55.81 0.00 0.07 cnd:pre:1p; -signerons signer ver 98.19 55.81 0.04 0.07 ind:fut:1p; -signeront signer ver 98.19 55.81 0.33 0.14 ind:fut:3p; -signes signe nom m p 82.73 161.28 15.00 42.09 -signet signet nom m s 0.16 0.74 0.13 0.47 -signets signet nom m p 0.16 0.74 0.02 0.27 -signez signer ver 98.19 55.81 13.62 0.68 imp:pre:2p;ind:pre:2p; -signiez signer ver 98.19 55.81 0.34 0.14 ind:imp:2p; -signifia signifier ver 67.72 47.23 0.12 1.08 ind:pas:3s; -signifiaient signifier ver 67.72 47.23 0.08 2.70 ind:imp:3p; -signifiais signifier ver 67.72 47.23 0.04 0.07 ind:imp:1s;ind:imp:2s; -signifiait signifier ver 67.72 47.23 3.59 15.34 ind:imp:3s; -signifiance signifiance nom f s 0.14 0.07 0.14 0.07 -signifiant signifiant adj m s 0.31 0.81 0.27 0.61 -signifiante signifiant adj f s 0.31 0.81 0.04 0.07 -signifiantes signifiant adj f p 0.31 0.81 0.00 0.07 -signifiants signifiant adj m p 0.31 0.81 0.00 0.07 -significatif significatif adj m s 1.81 4.46 1.02 2.16 -significatifs significatif adj m p 1.81 4.46 0.17 0.81 -signification signification nom f s 5.77 16.76 5.62 15.61 -significations signification nom f p 5.77 16.76 0.16 1.15 -significative significatif adj f s 1.81 4.46 0.46 1.15 -significativement significativement adv 0.14 0.07 0.14 0.07 -significatives significatif adj f p 1.81 4.46 0.16 0.34 -signifie signifier ver 67.72 47.23 56.66 15.07 imp:pre:2s;ind:pre:1s;ind:pre:3s; -signifient signifier ver 67.72 47.23 2.62 2.23 ind:pre:3p; -signifier signifier ver 67.72 47.23 2.08 6.62 inf; -signifiera signifier ver 67.72 47.23 0.27 0.41 ind:fut:3s; -signifierai signifier ver 67.72 47.23 0.07 0.00 ind:fut:1s; -signifierait signifier ver 67.72 47.23 1.36 0.54 cnd:pre:3s; -signifiât signifier ver 67.72 47.23 0.00 0.14 sub:imp:3s; -signifièrent signifier ver 67.72 47.23 0.00 0.07 ind:pas:3p; -signifié signifier ver m s 67.72 47.23 0.64 1.28 par:pas; -signifiée signifier ver f s 67.72 47.23 0.00 0.27 par:pas; -signifiées signifier ver f p 67.72 47.23 0.00 0.07 par:pas; -signâmes signer ver 98.19 55.81 0.00 0.07 ind:pas:1p; -signons signer ver 98.19 55.81 0.48 0.41 imp:pre:1p;ind:pre:1p; -signor signor nom m s 5.36 2.64 3.39 0.88 -signora signor nom f s 5.36 2.64 1.96 1.76 -signorina signorina nom f s 0.64 0.34 0.64 0.34 -signât signer ver 98.19 55.81 0.00 0.07 sub:imp:3s; -signèrent signer ver 98.19 55.81 0.00 0.41 ind:pas:3p; -signé signer ver m s 98.19 55.81 24.19 14.66 par:pas; -signée signer ver f s 98.19 55.81 3.58 3.92 par:pas; -signées signer ver f p 98.19 55.81 0.48 0.68 par:pas; -signés signer ver m p 98.19 55.81 1.28 1.42 par:pas; -sikh sikh nom s 0.17 1.49 0.03 0.20 -sikhs sikh nom p 0.17 1.49 0.14 1.28 -sil sil nom m s 2.65 0.00 2.29 0.00 -silence silence nom m s 106.43 325.54 105.53 313.24 -silences silence nom m p 106.43 325.54 0.90 12.30 -silencieuse silencieux adj f s 10.98 74.05 1.86 25.68 -silencieusement silencieusement adv 0.99 17.16 0.99 17.16 -silencieuses silencieux adj f p 10.98 74.05 0.82 5.74 -silencieux silencieux adj m 10.98 74.05 8.30 42.64 -silex silex nom m 0.33 5.14 0.33 5.14 -silhouettait silhouetter ver 0.00 1.08 0.00 0.20 ind:imp:3s; -silhouettant silhouetter ver 0.00 1.08 0.00 0.07 par:pre; -silhouette silhouette nom f s 4.11 73.31 3.44 52.57 -silhouettent silhouetter ver 0.00 1.08 0.00 0.14 ind:pre:3p; -silhouetter silhouetter ver 0.00 1.08 0.00 0.07 inf; -silhouettes silhouette nom f p 4.11 73.31 0.67 20.74 -silhouetté silhouetter ver m s 0.00 1.08 0.00 0.14 par:pas; -silhouettée silhouetter ver f s 0.00 1.08 0.00 0.14 par:pas; -silicate silicate nom m s 0.07 0.00 0.07 0.00 -silice silice nom f s 0.18 0.34 0.18 0.20 -silices silice nom f p 0.18 0.34 0.00 0.14 -siliceuse siliceux adj f s 0.01 0.07 0.01 0.00 -siliceux siliceux adj m 0.01 0.07 0.00 0.07 -silicium silicium nom m s 0.24 0.00 0.24 0.00 -silicone silicone nom f s 2.42 0.00 2.42 0.00 -siliconer siliconer ver 0.20 0.07 0.01 0.00 inf; -siliconé siliconer ver m s 0.20 0.07 0.02 0.00 par:pas; -siliconée siliconer ver f s 0.20 0.07 0.03 0.00 par:pas; -siliconées siliconer ver f p 0.20 0.07 0.14 0.07 par:pas; -silicose silicose nom f s 0.19 0.34 0.19 0.34 -silicosé silicosé adj m s 0.00 0.27 0.00 0.20 -silicosée silicosé adj f s 0.00 0.27 0.00 0.07 -silionne silionne nom f s 0.01 0.00 0.01 0.00 -sillage sillage nom m s 1.43 10.88 1.27 10.07 -sillages sillage nom m p 1.43 10.88 0.16 0.81 -sillet sillet nom m s 0.01 0.00 0.01 0.00 -sillon sillon nom m s 0.72 12.30 0.46 7.30 -sillonna sillonner ver 2.00 8.58 0.00 0.14 ind:pas:3s; -sillonnaient sillonner ver 2.00 8.58 0.05 0.95 ind:imp:3p; -sillonnais sillonner ver 2.00 8.58 0.03 0.07 ind:imp:1s;ind:imp:2s; -sillonnait sillonner ver 2.00 8.58 0.04 0.95 ind:imp:3s; -sillonnant sillonner ver 2.00 8.58 0.17 0.54 par:pre; -sillonne sillonner ver 2.00 8.58 0.20 0.41 imp:pre:2s;ind:pre:1s;ind:pre:3s; -sillonnent sillonner ver 2.00 8.58 0.29 1.22 ind:pre:3p; -sillonner sillonner ver 2.00 8.58 0.58 1.15 inf; -sillonnes sillonner ver 2.00 8.58 0.00 0.07 ind:pre:2s; -sillonnez sillonner ver 2.00 8.58 0.02 0.00 ind:pre:2p; -sillonnons sillonner ver 2.00 8.58 0.00 0.07 ind:pre:1p; -sillonnèrent sillonner ver 2.00 8.58 0.00 0.07 ind:pas:3p; -sillonné sillonner ver m s 2.00 8.58 0.61 1.49 par:pas; -sillonnée sillonner ver f s 2.00 8.58 0.01 0.81 par:pas; -sillonnées sillonner ver f p 2.00 8.58 0.00 0.61 par:pas; -sillonnés sillonner ver m p 2.00 8.58 0.00 0.07 par:pas; -sillons sillon nom m p 0.72 12.30 0.27 5.00 -silo silo nom m s 1.23 1.69 0.66 0.27 -silos silo nom m p 1.23 1.69 0.56 1.42 -sils sil nom m p 2.65 0.00 0.37 0.00 -silène silène nom m s 0.00 0.14 0.00 0.07 -silènes silène nom m p 0.00 0.14 0.00 0.07 -silésien silésien adj m s 0.00 0.07 0.00 0.07 -silvaner silvaner nom m s 0.00 0.14 0.00 0.14 -sima sima nom m s 0.37 0.00 0.37 0.00 -simagrée simagrée nom f s 1.03 3.18 0.14 0.20 -simagrées simagrée nom f p 1.03 3.18 0.90 2.97 -simarre simarre nom f s 0.00 0.14 0.00 0.14 -simien simien adj m s 0.08 0.00 0.02 0.00 -simienne simien adj f s 0.08 0.00 0.03 0.00 -simiens simien nom m p 0.05 0.07 0.04 0.07 -simiesque simiesque adj s 0.17 1.15 0.15 0.88 -simiesques simiesque adj p 0.17 1.15 0.02 0.27 -similaire similaire adj s 6.03 1.35 2.43 0.95 -similairement similairement adv 0.00 0.07 0.00 0.07 -similaires similaire adj p 6.03 1.35 3.60 0.41 -similarité similarité nom f s 0.31 0.00 0.15 0.00 -similarités similarité nom f p 0.31 0.00 0.16 0.00 -simili simili nom m s 0.04 1.01 0.04 1.01 -similicuir similicuir nom m s 0.01 0.00 0.01 0.00 -similitude similitude nom f s 0.87 1.55 0.34 0.95 -similitudes similitude nom f p 0.87 1.55 0.54 0.61 -similor similor nom m s 0.01 0.07 0.01 0.00 -similors similor nom m p 0.01 0.07 0.00 0.07 -simoniaque simoniaque adj s 0.00 0.07 0.00 0.07 -simoun simoun nom m s 0.01 0.54 0.01 0.54 -simple simple adj s 137.69 148.58 124.57 124.26 -simplement simplement adv 84.76 134.32 84.76 134.32 -simples simple adj p 137.69 148.58 13.12 24.32 -simplesse simplesse nom f s 0.00 0.20 0.00 0.20 -simplet simplet nom m s 0.78 0.34 0.63 0.20 -simplets simplet nom m p 0.78 0.34 0.15 0.14 -simplette simplette nom f s 0.17 0.14 0.17 0.14 -simplettes simplet adj f p 0.44 1.35 0.00 0.20 -simplicité simplicité nom f s 2.75 21.69 2.75 21.69 -simplifiaient simplifier ver 2.80 7.84 0.00 0.41 ind:imp:3p; -simplifiais simplifier ver 2.80 7.84 0.01 0.00 ind:imp:1s; -simplifiait simplifier ver 2.80 7.84 0.02 0.61 ind:imp:3s; -simplifiant simplifier ver 2.80 7.84 0.00 0.14 par:pre; -simplification simplification nom f s 0.15 0.61 0.15 0.54 -simplifications simplification nom f p 0.15 0.61 0.00 0.07 -simplifie simplifier ver 2.80 7.84 0.60 1.28 imp:pre:2s;ind:pre:1s;ind:pre:3s; -simplifient simplifier ver 2.80 7.84 0.01 0.20 ind:pre:3p; -simplifier simplifier ver 2.80 7.84 1.32 1.89 inf; -simplifiera simplifier ver 2.80 7.84 0.14 0.14 ind:fut:3s; -simplifierait simplifier ver 2.80 7.84 0.10 0.14 cnd:pre:3s; -simplifiez simplifier ver 2.80 7.84 0.19 0.07 imp:pre:2p;ind:pre:2p; -simplifions simplifier ver 2.80 7.84 0.08 0.27 imp:pre:1p;ind:pre:1p; -simplifié simplifier ver m s 2.80 7.84 0.15 1.35 par:pas; -simplifiée simplifier ver f s 2.80 7.84 0.18 0.74 par:pas; -simplifiées simplifier ver f p 2.80 7.84 0.00 0.41 par:pas; -simplifiés simplifier ver m p 2.80 7.84 0.00 0.20 par:pas; -simplissime simplissime adj f s 0.04 0.07 0.04 0.07 -simpliste simpliste adj s 0.58 1.28 0.45 0.95 -simplistes simpliste adj p 0.58 1.28 0.13 0.34 -simula simuler ver 5.46 6.22 0.14 0.34 ind:pas:3s; -simulacre simulacre nom m s 0.84 6.22 0.69 4.59 -simulacres simulacre nom m p 0.84 6.22 0.16 1.62 -simulaient simuler ver 5.46 6.22 0.14 0.14 ind:imp:3p; -simulais simuler ver 5.46 6.22 0.12 0.07 ind:imp:1s;ind:imp:2s; -simulait simuler ver 5.46 6.22 0.26 0.68 ind:imp:3s; -simulant simuler ver 5.46 6.22 0.07 1.55 par:pre; -simulateur simulateur nom m s 1.05 0.68 0.80 0.20 -simulateurs simulateur nom m p 1.05 0.68 0.20 0.07 -simulation simulation nom f s 3.69 0.61 3.11 0.54 -simulations simulation nom f p 3.69 0.61 0.58 0.07 -simulatrice simulateur nom f s 1.05 0.68 0.04 0.41 -simule simuler ver 5.46 6.22 1.08 0.81 imp:pre:2s;ind:pre:1s;ind:pre:3s; -simulent simuler ver 5.46 6.22 0.12 0.14 ind:pre:3p; -simuler simuler ver 5.46 6.22 1.76 1.89 inf; -simulera simuler ver 5.46 6.22 0.02 0.00 ind:fut:3s; -simulerai simuler ver 5.46 6.22 0.01 0.00 ind:fut:1s; -simulerez simuler ver 5.46 6.22 0.01 0.00 ind:fut:2p; -simules simuler ver 5.46 6.22 0.28 0.07 ind:pre:2s; -simulez simuler ver 5.46 6.22 0.15 0.00 imp:pre:2p;ind:pre:2p; -simuliez simuler ver 5.46 6.22 0.01 0.00 ind:imp:2p; -simulons simuler ver 5.46 6.22 0.09 0.07 imp:pre:1p;ind:pre:1p; -simultané simultané adj m s 0.57 3.11 0.25 0.61 -simultanée simultané adj f s 0.57 3.11 0.19 1.15 -simultanées simultané adj f p 0.57 3.11 0.09 0.68 -simultanéité simultanéité nom f s 0.00 1.15 0.00 1.15 -simultanément simultanément adv 1.29 5.81 1.29 5.81 -simultanés simultané adj m p 0.57 3.11 0.05 0.68 -simulèrent simuler ver 5.46 6.22 0.00 0.07 ind:pas:3p; -simulé simuler ver m s 5.46 6.22 0.86 0.27 par:pas; -simulée simulé adj f s 0.62 0.61 0.18 0.34 -simulées simuler ver f p 5.46 6.22 0.16 0.00 par:pas; -simulés simulé adj m p 0.62 0.61 0.11 0.07 -sinapisme sinapisme nom m s 0.00 0.20 0.00 0.14 -sinapismes sinapisme nom m p 0.00 0.20 0.00 0.07 -sinciput sinciput nom m s 0.00 0.20 0.00 0.20 -sincère sincère adj s 19.51 22.50 15.20 18.65 -sincèrement sincèrement adv 13.58 13.11 13.58 13.11 -sincères sincère adj p 19.51 22.50 4.31 3.85 -sincérité sincérité nom f s 3.77 9.66 3.77 9.66 -sindon sindon nom m s 0.00 0.27 0.00 0.27 -sine_die sine_die adv 0.00 0.34 0.00 0.34 -sine_qua_non sine_qua_non adv 0.16 0.47 0.16 0.47 -singe_araignée singe_araignée nom m s 0.01 0.00 0.01 0.00 -singe singe nom m s 35.48 22.57 21.59 15.00 -singea singer ver 0.45 3.92 0.00 0.61 ind:pas:3s; -singeaient singer ver 0.45 3.92 0.01 0.34 ind:imp:3p; -singeait singer ver 0.45 3.92 0.00 0.61 ind:imp:3s; -singeant singer ver 0.45 3.92 0.05 0.54 par:pre; -singent singer ver 0.45 3.92 0.00 0.14 ind:pre:3p; -singer singer ver 0.45 3.92 0.15 1.28 inf; -singerie singerie nom f s 0.90 2.23 0.01 0.41 -singeries singerie nom f p 0.90 2.23 0.89 1.82 -singes singe nom m p 35.48 22.57 13.90 7.57 -singiez singer ver 0.45 3.92 0.01 0.00 ind:imp:2p; -single single nom m s 1.10 0.14 0.67 0.14 -singles single nom m p 1.10 0.14 0.43 0.00 -singleton singleton nom m s 0.17 0.00 0.17 0.00 -singé singer ver m s 0.45 3.92 0.00 0.20 par:pas; -singées singer ver f p 0.45 3.92 0.00 0.07 par:pas; -singularisait singulariser ver 0.05 1.08 0.00 0.07 ind:imp:3s; -singularise singulariser ver 0.05 1.08 0.01 0.27 imp:pre:2s;ind:pre:3s; -singulariser singulariser ver 0.05 1.08 0.04 0.68 inf; -singularises singulariser ver 0.05 1.08 0.00 0.07 ind:pre:2s; -singularité singularité nom f s 0.89 3.11 0.86 2.43 -singularités singularité nom f p 0.89 3.11 0.03 0.68 -singulier singulier adj m s 2.31 21.42 1.20 9.80 -singuliers singulier adj m p 2.31 21.42 0.05 2.03 -singulière singulier adj f s 2.31 21.42 1.00 8.31 -singulièrement singulièrement adv 0.13 8.58 0.13 8.58 -singulières singulier adj f p 2.31 21.42 0.07 1.28 -sinistre sinistre adj s 8.27 25.88 7.39 19.86 -sinistrement sinistrement adv 0.01 1.28 0.01 1.28 -sinistres sinistre adj p 8.27 25.88 0.88 6.01 -sinistrose sinistrose nom f s 0.00 0.07 0.00 0.07 -sinistré sinistré adj m s 0.28 0.81 0.02 0.20 -sinistrée sinistré adj f s 0.28 0.81 0.25 0.27 -sinistrées sinistré adj f p 0.28 0.81 0.02 0.20 -sinistrés sinistré nom m p 0.26 0.61 0.25 0.54 -sino_américain sino_américain nom m s 0.02 0.00 0.02 0.00 -sino_arabe sino_arabe adj f s 0.01 0.00 0.01 0.00 -sino_japonais sino_japonais adj f s 0.00 0.14 0.00 0.14 -sino sino adv 0.12 0.00 0.12 0.00 -sinologie sinologie nom f s 0.00 0.07 0.00 0.07 -sinon sinon con 164.85 89.26 164.85 89.26 -sinople sinople nom m s 0.00 0.14 0.00 0.14 -sinoque sinoque adj s 0.01 0.34 0.00 0.27 -sinoques sinoque adj p 0.01 0.34 0.01 0.07 -sinoquet sinoquet nom m s 0.00 0.88 0.00 0.88 -sinuaient sinuer ver 0.01 1.76 0.00 0.20 ind:imp:3p; -sinuait sinuer ver 0.01 1.76 0.00 0.74 ind:imp:3s; -sinuant sinuer ver 0.01 1.76 0.01 0.07 par:pre; -sinécure sinécure nom f s 0.52 0.88 0.52 0.81 -sinécures sinécure nom f p 0.52 0.88 0.00 0.07 -sinue sinuer ver 0.01 1.76 0.00 0.34 ind:pre:3s; -sinuent sinuer ver 0.01 1.76 0.00 0.20 ind:pre:3p; -sinuer sinuer ver 0.01 1.76 0.00 0.14 inf; -sinueuse sinueux adj f s 0.97 5.61 0.07 2.23 -sinueusement sinueusement adv 0.00 0.07 0.00 0.07 -sinueuses sinueux adj f p 0.97 5.61 0.32 0.95 -sinueux sinueux adj m 0.97 5.61 0.58 2.43 -sinuosité sinuosité nom f s 0.00 0.68 0.00 0.14 -sinuosités sinuosité nom f p 0.00 0.68 0.00 0.54 -sinus sinus nom m 1.30 1.01 1.30 1.01 -sinusal sinusal adj m s 0.46 0.00 0.29 0.00 -sinusale sinusal adj f s 0.46 0.00 0.17 0.00 -sinusite sinusite nom f s 0.33 0.14 0.32 0.14 -sinusites sinusite nom f p 0.33 0.14 0.01 0.00 -sinusoïdal sinusoïdal adj m s 0.07 0.14 0.04 0.07 -sinusoïdale sinusoïdal adj f s 0.07 0.14 0.03 0.00 -sinusoïdaux sinusoïdal adj m p 0.07 0.14 0.00 0.07 -sinusoïdes sinusoïde nom f p 0.00 0.14 0.00 0.14 -sinué sinuer ver m s 0.01 1.76 0.00 0.07 par:pas; -sionisme sionisme nom m s 0.04 0.27 0.04 0.27 -sioniste sioniste adj s 0.49 0.14 0.39 0.14 -sionistes sioniste nom p 0.32 0.07 0.28 0.07 -sioux sioux adj 0.36 0.34 0.36 0.34 -siphon siphon nom m s 0.83 2.23 0.43 1.96 -siphonnage siphonnage nom m s 0.00 0.07 0.00 0.07 -siphonnait siphonner ver 0.35 0.68 0.04 0.07 ind:imp:3s; -siphonne siphonner ver 0.35 0.68 0.07 0.07 imp:pre:2s;ind:pre:1s;ind:pre:3s; -siphonner siphonner ver 0.35 0.68 0.10 0.20 inf; -siphonné siphonné adj m s 0.18 0.20 0.17 0.14 -siphonnée siphonner ver f s 0.35 0.68 0.01 0.14 par:pas; -siphonnés siphonné adj m p 0.18 0.20 0.01 0.00 -siphons siphon nom m p 0.83 2.23 0.40 0.27 -sipo sipo nom m s 0.03 0.00 0.03 0.00 -sir sir nom m s 10.48 2.57 10.48 2.57 -sirdar sirdar nom m s 0.00 0.41 0.00 0.41 -sire sire nom m s 3.37 0.74 3.37 0.47 -sires sire nom m p 3.37 0.74 0.00 0.27 -sirocco sirocco nom m s 1.52 0.68 1.52 0.68 -sirop sirop nom m s 5.75 8.18 5.70 7.64 -sirops sirop nom m p 5.75 8.18 0.05 0.54 -sirota siroter ver 1.59 5.74 0.00 0.14 ind:pas:3s; -sirotaient siroter ver 1.59 5.74 0.01 0.27 ind:imp:3p; -sirotais siroter ver 1.59 5.74 0.05 0.14 ind:imp:1s;ind:imp:2s; -sirotait siroter ver 1.59 5.74 0.04 1.01 ind:imp:3s; -sirotant siroter ver 1.59 5.74 0.28 1.08 par:pre; -sirote siroter ver 1.59 5.74 0.12 0.88 imp:pre:2s;ind:pre:1s;ind:pre:3s; -sirotent siroter ver 1.59 5.74 0.06 0.20 ind:pre:3p; -siroter siroter ver 1.59 5.74 0.99 1.35 inf; -siroterais siroter ver 1.59 5.74 0.01 0.00 cnd:pre:1s; -sirotiez siroter ver 1.59 5.74 0.01 0.00 ind:imp:2p; -sirotions siroter ver 1.59 5.74 0.00 0.07 ind:imp:1p; -siroté siroter ver m s 1.59 5.74 0.02 0.61 par:pas; -sirène sirène nom f s 11.35 17.50 8.06 10.34 -sirènes sirène nom f p 11.35 17.50 3.28 7.16 -sirupeuse sirupeux adj f s 0.19 1.55 0.13 0.54 -sirupeuses sirupeux adj f p 0.19 1.55 0.01 0.20 -sirupeux sirupeux adj m 0.19 1.55 0.06 0.81 -sirventès sirventès nom m 0.00 0.14 0.00 0.14 -sis sis adj m s 1.77 1.55 1.77 0.74 -sisal sisal nom m s 0.03 0.34 0.03 0.34 -sise sis adj f s 1.77 1.55 0.00 0.74 -sises sis adj f p 1.77 1.55 0.00 0.07 -sismique sismique adj s 0.75 0.41 0.56 0.34 -sismiques sismique adj p 0.75 0.41 0.19 0.07 -sismographe sismographe nom s 0.10 0.14 0.04 0.00 -sismographes sismographe nom p 0.10 0.14 0.07 0.14 -sismologie sismologie nom f s 0.02 0.00 0.02 0.00 -sismologique sismologique adj f s 0.01 0.00 0.01 0.00 -sismologue sismologue nom s 0.14 0.07 0.07 0.00 -sismologues sismologue nom p 0.14 0.07 0.06 0.07 -sismomètre sismomètre nom m s 0.01 0.00 0.01 0.00 -sismothérapie sismothérapie nom f s 0.01 0.00 0.01 0.00 -sisymbre sisymbre nom m s 0.00 0.07 0.00 0.07 -sit_in sit_in nom m 0.30 0.00 0.30 0.00 -sitôt sitôt adv 3.59 19.12 3.59 19.12 -sitar sitar nom m s 0.16 0.00 0.16 0.00 -sitariste sitariste nom s 0.01 0.00 0.01 0.00 -sitcom sitcom nom f s 0.85 0.00 0.63 0.00 -sitcoms sitcom nom f p 0.85 0.00 0.23 0.00 -site site nom m s 17.17 4.46 13.91 3.58 -sites site nom m p 17.17 4.46 3.26 0.88 -siècle siècle nom m s 45.77 132.91 27.29 79.05 -siècles siècle nom m p 45.77 132.91 18.48 53.85 -siège siège nom m s 29.44 57.91 23.69 46.08 -siègent siéger ver 2.87 5.34 0.31 0.27 ind:pre:3p; -sièges siège nom m p 29.44 57.91 5.75 11.82 -sittelle sittelle nom f s 0.03 0.00 0.03 0.00 -situ situ nom m s 0.95 0.00 0.95 0.00 -situa situer ver 10.44 37.84 0.00 0.47 ind:pas:3s; -situable situable adj f s 0.00 0.14 0.00 0.14 -situaient situer ver 10.44 37.84 0.01 1.15 ind:imp:3p; -situais situer ver 10.44 37.84 0.02 0.07 ind:imp:1s; -situait situer ver 10.44 37.84 0.26 3.72 ind:imp:3s; -situant situer ver 10.44 37.84 0.01 0.41 par:pre; -situasse situer ver 10.44 37.84 0.00 0.95 sub:imp:1s; -situation situation nom f s 108.99 104.86 101.39 96.62 -situationnel situationnel adj m s 0.01 0.00 0.01 0.00 -situationnisme situationnisme nom m s 0.01 0.00 0.01 0.00 -situationnistes situationniste adj p 0.00 0.14 0.00 0.14 -situations situation nom f p 108.99 104.86 7.60 8.24 -situe situer ver 10.44 37.84 2.34 4.86 imp:pre:2s;ind:pre:1s;ind:pre:3s; -situent situer ver 10.44 37.84 0.44 0.54 ind:pre:3p; -situer situer ver 10.44 37.84 1.16 6.55 inf; -situera situer ver 10.44 37.84 0.03 0.14 ind:fut:3s; -situerai situer ver 10.44 37.84 0.01 0.00 ind:fut:1s; -situeraient situer ver 10.44 37.84 0.01 0.00 cnd:pre:3p; -situerais situer ver 10.44 37.84 0.01 0.14 cnd:pre:1s; -situerait situer ver 10.44 37.84 0.22 0.07 cnd:pre:3s; -situes situer ver 10.44 37.84 0.04 0.07 ind:pre:2s;sub:pre:2s; -situez situer ver 10.44 37.84 0.10 0.27 ind:pre:2p; -situions situer ver 10.44 37.84 0.00 0.14 ind:imp:1p; -situons situer ver 10.44 37.84 0.13 0.20 imp:pre:1p;ind:pre:1p; -situât situer ver 10.44 37.84 0.00 0.07 sub:imp:3s; -situèrent situer ver 10.44 37.84 0.00 0.07 ind:pas:3p; -situé situer ver m s 10.44 37.84 2.70 7.84 par:pas; -située situer ver f s 10.44 37.84 2.15 7.23 par:pas; -situées situer ver f p 10.44 37.84 0.14 1.49 par:pas; -situés situer ver m p 10.44 37.84 0.64 1.42 par:pas; -siéent seoir ver 1.75 3.78 0.01 0.14 ind:pre:3p; -siégeaient siéger ver 2.87 5.34 0.00 0.61 ind:imp:3p; -siégeais siéger ver 2.87 5.34 0.01 0.07 ind:imp:1s; -siégeait siéger ver 2.87 5.34 0.11 1.35 ind:imp:3s; -siégeant siéger ver 2.87 5.34 0.03 0.54 par:pre; -siégeons siéger ver 2.87 5.34 0.06 0.07 imp:pre:1p;ind:pre:1p; -siéger siéger ver 2.87 5.34 0.60 0.68 inf; -siégera siéger ver 2.87 5.34 0.41 0.00 ind:fut:3s; -siégerai siéger ver 2.87 5.34 0.02 0.07 ind:fut:1s; -siégeraient siéger ver 2.87 5.34 0.00 0.14 cnd:pre:3p; -siégerait siéger ver 2.87 5.34 0.00 0.14 cnd:pre:3s; -siégeras siéger ver 2.87 5.34 0.03 0.00 ind:fut:2s; -siégerons siéger ver 2.87 5.34 0.01 0.00 ind:fut:1p; -siégeront siéger ver 2.87 5.34 0.00 0.07 ind:fut:3p; -siégez siéger ver 2.87 5.34 0.03 0.00 ind:pre:2p; -siégiez siéger ver 2.87 5.34 0.02 0.00 ind:imp:2p; -siégions siéger ver 2.87 5.34 0.00 0.14 ind:imp:1p; -siégé siéger ver m s 2.87 5.34 0.13 0.27 par:pas; -siéra seoir ver 1.75 3.78 0.05 0.00 ind:fut:3s; -siérait seoir ver 1.75 3.78 0.02 0.07 cnd:pre:3s; -six_quatre six_quatre nom m 0.00 0.07 0.00 0.07 -six six adj_num 117.37 156.22 117.37 156.22 -sixain sixain nom m s 0.00 0.20 0.00 0.20 -sixième sixième adj m 3.77 7.23 3.76 7.16 -sixièmement sixièmement adv 0.01 0.00 0.01 0.00 -sixièmes sixième nom p 2.11 6.01 0.23 0.27 -sixte sixte nom f s 0.02 0.14 0.02 0.14 -sixties sixties nom p 0.40 0.20 0.40 0.20 -sixtus sixtus nom m 0.01 0.00 0.01 0.00 -sizain sizain nom m s 0.00 0.14 0.00 0.14 -ska ska nom m s 0.35 0.00 0.35 0.00 -skaï skaï nom m s 0.12 1.82 0.12 1.82 -skaal skaal ono 0.00 0.07 0.00 0.07 -skate_board skate_board nom m s 0.57 0.07 0.57 0.07 -skate skate nom m s 2.50 0.07 2.14 0.07 -skateboard skateboard nom m s 1.13 0.00 1.06 0.00 -skateboards skateboard nom m p 1.13 0.00 0.07 0.00 -skates skate nom m p 2.50 0.07 0.36 0.00 -skating skating nom m s 0.00 0.07 0.00 0.07 -skeet skeet nom m s 0.04 0.00 0.02 0.00 -skeets skeet nom m p 0.04 0.00 0.02 0.00 -sketch sketch nom m s 2.54 1.28 1.50 0.74 -sketches sketch nom m p 2.54 1.28 0.69 0.54 -sketchs sketch nom m p 2.54 1.28 0.34 0.00 -ski ski nom m s 16.57 6.49 13.84 5.00 -skiable skiable adj m s 0.01 0.00 0.01 0.00 -skiais skier ver 3.81 0.81 0.12 0.07 ind:imp:1s;ind:imp:2s; -skiait skier ver 3.81 0.81 0.14 0.14 ind:imp:3s; -skiant skier ver 3.81 0.81 0.06 0.00 par:pre; -skie skier ver 3.81 0.81 0.30 0.07 imp:pre:2s;ind:pre:1s;ind:pre:3s; -skient skier ver 3.81 0.81 0.04 0.00 ind:pre:3p; -skier skier ver 3.81 0.81 2.52 0.27 inf; -skierai skier ver 3.81 0.81 0.01 0.00 ind:fut:1s; -skierait skier ver 3.81 0.81 0.00 0.07 cnd:pre:3s; -skies skier ver 3.81 0.81 0.22 0.00 ind:pre:2s; -skieur skieur nom m s 1.11 1.28 0.20 0.61 -skieurs skieur nom m p 1.11 1.28 0.74 0.20 -skieuse skieur nom f s 1.11 1.28 0.17 0.41 -skieuses skieuse nom f p 0.02 0.00 0.02 0.00 -skiez skier ver 3.81 0.81 0.05 0.07 imp:pre:2p;ind:pre:2p; -skiff skiff nom m s 0.14 0.27 0.14 0.20 -skiffs skiff nom m p 0.14 0.27 0.00 0.07 -skin skin nom m s 0.93 0.14 0.44 0.14 -skinhead skinhead nom m s 1.59 0.20 0.38 0.14 -skinheads skinhead nom m p 1.59 0.20 1.22 0.07 -skins skin nom m p 0.93 0.14 0.48 0.00 -skip skip nom m s 2.27 0.14 2.27 0.14 -skipper skipper nom m s 1.32 0.07 1.32 0.07 -skis ski nom m p 16.57 6.49 2.73 1.49 -skié skier ver m s 3.81 0.81 0.37 0.14 par:pas; -skunks skunks nom m 0.00 1.55 0.00 1.55 -skydome skydome nom m s 0.01 0.00 0.01 0.00 -slalom slalom nom m s 0.20 0.95 0.20 0.81 -slalomant slalomer ver 0.07 0.41 0.00 0.14 par:pre; -slalomer slalomer ver 0.07 0.41 0.05 0.20 inf; -slaloms slalom nom m p 0.20 0.95 0.00 0.14 -slalomé slalomer ver m s 0.07 0.41 0.03 0.07 par:pas; -slang slang nom m 0.00 0.07 0.00 0.07 -slash slash nom m s 0.07 0.00 0.07 0.00 -slave slave adj s 0.22 3.38 0.19 2.36 -slaves slave adj p 0.22 3.38 0.03 1.01 -slavisant slaviser ver 0.00 0.07 0.00 0.07 par:pre; -slavisme slavisme nom m s 0.00 0.07 0.00 0.07 -slavon slavon adj m s 0.00 0.07 0.00 0.07 -slavon slavon nom m s 0.00 0.07 0.00 0.07 -slavophiles slavophile adj p 0.00 0.07 0.00 0.07 -sleeping sleeping nom m s 0.37 0.34 0.37 0.27 -sleepings sleeping nom m p 0.37 0.34 0.00 0.07 -slibard slibard nom m s 0.11 0.47 0.11 0.47 -slice slice nom m s 0.19 0.00 0.19 0.00 -slip slip nom m s 11.35 12.77 9.29 10.07 -slips slip nom m p 11.35 12.77 2.06 2.70 -slogan slogan nom m s 4.96 6.96 3.96 2.36 -slogans slogan nom m p 4.96 6.96 1.00 4.59 -sloop sloop nom m s 0.06 0.07 0.06 0.07 -sloughi sloughi nom m s 0.00 0.07 0.00 0.07 -slovaque slovaque adj s 0.01 0.00 0.01 0.00 -slovaques slovaque nom p 0.03 0.07 0.03 0.07 -slovène slovène adj f s 0.00 0.20 0.00 0.20 -slow slow nom m s 0.10 2.16 0.10 1.82 -slows slow nom m p 0.10 2.16 0.00 0.34 -slug slug nom m s 0.10 0.00 0.10 0.00 -slush slush nom s 0.01 0.07 0.01 0.07 -smack smack nom m s 0.15 0.14 0.14 0.14 -smacks smack nom m p 0.15 0.14 0.01 0.00 -smala smala nom f s 0.20 0.61 0.20 0.61 -smalah smalah nom f s 0.00 0.20 0.00 0.20 -smaragdin smaragdin adj m s 0.00 0.07 0.00 0.07 -smart smart adj s 0.20 0.27 0.20 0.27 -smash smash nom m s 0.40 0.20 0.40 0.20 -smashe smasher ver 0.41 0.00 0.25 0.00 imp:pre:2s;ind:pre:3s; -smasher smasher ver 0.41 0.00 0.15 0.00 inf; -smegma smegma nom m s 0.04 0.00 0.04 0.00 -smicard smicard nom m s 0.03 0.14 0.03 0.07 -smicards smicard nom m p 0.03 0.14 0.00 0.07 -smigard smigard nom m s 0.00 0.07 0.00 0.07 -smiley smiley nom m s 0.78 0.00 0.78 0.00 -smocks smocks nom m p 0.01 0.34 0.01 0.34 -smog smog nom m s 0.29 0.07 0.29 0.07 -smoking smoking nom m s 4.90 4.53 4.74 3.92 -smokings smoking nom m p 4.90 4.53 0.16 0.61 -smorrebrod smorrebrod nom m s 0.00 0.07 0.00 0.07 -smurf smurf nom m s 0.03 0.00 0.03 0.00 -smyrniote smyrniote nom s 0.00 0.07 0.00 0.07 -snack_bar snack_bar nom m s 0.23 0.61 0.23 0.54 -snack_bar snack_bar nom m p 0.23 0.61 0.00 0.07 -snack snack nom m s 1.21 0.95 1.06 0.74 -snacks snack nom m p 1.21 0.95 0.15 0.20 -snif snif ono 0.26 0.20 0.26 0.20 -snifer snifer ver 0.03 0.00 0.03 0.00 inf; -sniff sniff ono 0.12 0.34 0.12 0.34 -sniffaient sniffer ver 3.28 2.70 0.00 0.07 ind:imp:3p; -sniffais sniffer ver 3.28 2.70 0.08 0.07 ind:imp:1s;ind:imp:2s; -sniffait sniffer ver 3.28 2.70 0.14 0.20 ind:imp:3s; -sniffant sniffer ver 3.28 2.70 0.02 0.14 par:pre; -sniffe sniffer ver 3.28 2.70 0.77 0.95 imp:pre:2s;ind:pre:1s;ind:pre:3s; -sniffent sniffer ver 3.28 2.70 0.03 0.07 ind:pre:3p; -sniffer sniffer ver 3.28 2.70 1.25 0.74 inf; -snifferai sniffer ver 3.28 2.70 0.01 0.07 ind:fut:1s; -sniffes sniffer ver 3.28 2.70 0.24 0.07 ind:pre:2s; -sniffette sniffette nom f s 0.00 0.07 0.00 0.07 -sniffez sniffer ver 3.28 2.70 0.08 0.00 imp:pre:2p;ind:pre:2p; -sniffé sniffer ver m s 3.28 2.70 0.66 0.14 par:pas; -sniffée sniffer ver f s 3.28 2.70 0.01 0.14 par:pas; -sniffées sniffer ver f p 3.28 2.70 0.00 0.07 par:pas; -snipe snipe nom m s 0.07 0.00 0.07 0.00 -sniper sniper nom m s 4.50 0.00 2.46 0.00 -snipers sniper nom m p 4.50 0.00 2.03 0.00 -snob snob adj s 1.75 3.31 1.61 2.64 -snobaient snober ver 0.67 0.68 0.00 0.20 ind:imp:3p; -snobais snober ver 0.67 0.68 0.01 0.00 ind:imp:2s; -snobe snober ver 0.67 0.68 0.10 0.00 imp:pre:2s;ind:pre:1s;ind:pre:3s; -snobent snober ver 0.67 0.68 0.02 0.00 ind:pre:3p; -snober snober ver 0.67 0.68 0.21 0.20 inf; -snoberez snober ver 0.67 0.68 0.01 0.00 ind:fut:2p; -snobez snober ver 0.67 0.68 0.07 0.00 imp:pre:2p;ind:pre:2p; -snobinard snobinard nom m s 0.46 0.07 0.22 0.00 -snobinarde snobinard nom f s 0.46 0.07 0.02 0.00 -snobinardes snobinard nom f p 0.46 0.07 0.01 0.00 -snobinards snobinard nom m p 0.46 0.07 0.22 0.07 -snobisme snobisme nom m s 0.79 3.45 0.79 3.38 -snobismes snobisme nom m p 0.79 3.45 0.00 0.07 -snobs snob nom p 1.35 1.82 0.39 0.68 -snobé snober ver m s 0.67 0.68 0.23 0.14 par:pas; -snobée snober ver f s 0.67 0.68 0.00 0.07 par:pas; -snobés snober ver m p 0.67 0.68 0.03 0.07 par:pas; -snow_boot snow_boot nom m p 0.00 0.07 0.00 0.07 -soûl soûl adj m s 12.96 2.77 10.22 2.03 -soûlait soûler ver 6.13 2.43 0.14 0.14 ind:imp:3s; -soûlant soûler ver 6.13 2.43 0.02 0.00 par:pre; -soûlante soûlant adj f s 0.01 0.07 0.00 0.07 -soûlard soûlard nom m s 1.19 0.14 0.82 0.14 -soûlarde soûlard nom f s 1.19 0.14 0.23 0.00 -soûlards soûlard nom m p 1.19 0.14 0.14 0.00 -soûlaud soûlaud adj m s 0.01 0.20 0.01 0.14 -soûlauds soûlaud adj m p 0.01 0.20 0.00 0.07 -soûle soûl adj f s 12.96 2.77 1.96 0.68 -soûlent soûler ver 6.13 2.43 0.30 0.27 ind:pre:3p; -soûler soûler ver 6.13 2.43 2.54 0.81 inf; -soûlerais soûler ver 6.13 2.43 0.16 0.00 cnd:pre:1s; -soûlerait soûler ver 6.13 2.43 0.00 0.07 cnd:pre:3s; -soûlerie soûlerie nom f s 0.08 0.20 0.08 0.20 -soûlez soûler ver 6.13 2.43 0.22 0.00 imp:pre:2p;ind:pre:2p; -soûlographe soûlographe nom s 0.00 0.14 0.00 0.14 -soûlographie soûlographie nom f s 0.00 0.14 0.00 0.14 -soûlons soûler ver 6.13 2.43 0.01 0.00 imp:pre:1p; -soûlot soûlot nom m s 0.29 0.27 0.28 0.20 -soûlots soûlot nom m p 0.29 0.27 0.01 0.07 -soûls soûl adj m p 12.96 2.77 0.78 0.07 -soûlèrent soûler ver 6.13 2.43 0.01 0.00 ind:pas:3p; -soûlé soûler ver m s 6.13 2.43 0.85 0.27 par:pas; -soûlée soûler ver f s 6.13 2.43 0.43 0.07 par:pas; -soûlées soûler ver f p 6.13 2.43 0.03 0.00 par:pas; -soûlés soûler ver m p 6.13 2.43 0.14 0.34 par:pas; -soap_opéra soap_opéra nom m s 0.17 0.00 0.15 0.00 -soap_opéra soap_opéra nom m s 0.17 0.00 0.02 0.00 -sobre sobre adj s 6.18 4.66 5.80 3.24 -sobrement sobrement adv 0.06 1.28 0.06 1.28 -sobres sobre adj p 6.18 4.66 0.37 1.42 -sobriquet sobriquet nom m s 0.52 4.86 0.48 3.45 -sobriquets sobriquet nom m p 0.52 4.86 0.04 1.42 -sobriété sobriété nom f s 0.70 1.62 0.70 1.62 -soc soc nom m s 0.57 1.89 0.31 1.62 -soccer soccer nom m s 0.64 0.00 0.64 0.00 -sociabiliser sociabiliser ver 0.01 0.00 0.01 0.00 inf; -sociabilité sociabilité nom f s 0.09 0.41 0.09 0.41 -sociable sociable adj s 2.08 0.81 1.79 0.54 -sociables sociable adj p 2.08 0.81 0.29 0.27 -social_démocrate social_démocrate adj m s 0.21 0.14 0.21 0.14 -social_démocratie social_démocratie nom f s 0.02 0.34 0.02 0.34 -social_traître social_traître nom m s 0.00 0.27 0.00 0.27 -social social adj m s 34.40 49.80 9.16 12.30 -sociale social adj f s 34.40 49.80 16.06 24.80 -socialement socialement adv 1.04 0.95 1.04 0.95 -sociales social adj f p 34.40 49.80 4.59 8.85 -socialisation socialisation nom f s 0.10 0.00 0.10 0.00 -socialise socialiser ver 0.16 0.00 0.02 0.00 ind:pre:1s;ind:pre:3s; -socialiser socialiser ver 0.16 0.00 0.13 0.00 inf; -socialisez socialiser ver 0.16 0.00 0.01 0.00 ind:pre:2p; -socialisme socialisme nom m s 4.90 6.76 4.90 6.69 -socialismes socialisme nom m p 4.90 6.76 0.00 0.07 -socialiste socialiste adj s 6.68 10.41 5.00 7.97 -socialistes socialiste adj p 6.68 10.41 1.68 2.43 -socialo socialo nom s 0.03 0.14 0.01 0.00 -socialos socialo nom p 0.03 0.14 0.02 0.14 -sociaux_démocrates sociaux_démocrates adj m 0.23 0.00 0.23 0.00 -sociaux social adj m p 34.40 49.80 4.59 3.85 -sociniens socinien nom m p 0.00 0.07 0.00 0.07 -socio_culturel socio_culturel adj f p 0.01 0.14 0.00 0.07 -socio_culturel socio_culturel adj m p 0.01 0.14 0.01 0.07 -socio_économique socio_économique adj m s 0.08 0.07 0.06 0.00 -socio_économique socio_économique adj m p 0.08 0.07 0.02 0.07 -socio socio adv 0.09 0.14 0.09 0.14 -sociobiologie sociobiologie nom f s 0.01 0.00 0.01 0.00 -socioculturel socioculturel adj m s 0.01 0.14 0.00 0.07 -socioculturelles socioculturel adj f p 0.01 0.14 0.01 0.07 -sociologie sociologie nom f s 1.09 1.28 1.09 1.28 -sociologique sociologique adj s 0.64 0.68 0.39 0.47 -sociologiquement sociologiquement adv 0.00 0.07 0.00 0.07 -sociologiques sociologique adj f p 0.64 0.68 0.25 0.20 -sociologue sociologue nom s 0.93 1.55 0.48 0.54 -sociologues sociologue nom p 0.93 1.55 0.45 1.01 -sociopathe sociopathe adj s 0.88 0.00 0.67 0.00 -sociopathes sociopathe adj p 0.88 0.00 0.21 0.00 -sociopathie sociopathie nom f s 0.04 0.00 0.04 0.00 -sociopolitique sociopolitique adj f s 0.01 0.00 0.01 0.00 -socius socius nom m 0.00 0.07 0.00 0.07 -sociétaire sociétaire adj f s 0.01 0.07 0.01 0.07 -sociétaires sociétaire nom p 0.00 0.34 0.00 0.20 -sociétal sociétal adj m s 0.05 0.00 0.03 0.00 -sociétale sociétal adj f s 0.05 0.00 0.03 0.00 -société société nom f s 75.46 62.23 69.38 56.55 -sociétés société nom f p 75.46 62.23 6.08 5.68 -socket socket nom m s 0.03 0.00 0.03 0.00 -socle socle nom m s 0.72 8.45 0.70 7.91 -socles socle nom m p 0.72 8.45 0.02 0.54 -socque socque nom m s 0.00 0.47 0.00 0.07 -socques socque nom m p 0.00 0.47 0.00 0.41 -socquette socquette nom f s 0.38 2.16 0.02 0.41 -socquettes socquette nom f p 0.38 2.16 0.36 1.76 -socratique socratique adj s 0.07 0.20 0.07 0.14 -socratiques socratique adj p 0.07 0.20 0.00 0.07 -socs soc nom m p 0.57 1.89 0.27 0.27 -soda soda nom m s 10.23 1.55 9.12 1.01 -sodas soda nom m p 10.23 1.55 1.11 0.54 -sodique sodique adj s 0.02 0.00 0.02 0.00 -sodium sodium nom m s 1.13 0.00 1.13 0.00 -sodomie sodomie nom f s 1.44 0.47 1.44 0.47 -sodomisa sodomiser ver 1.33 1.49 0.00 0.07 ind:pas:3s; -sodomisait sodomiser ver 1.33 1.49 0.00 0.14 ind:imp:3s; -sodomisant sodomiser ver 1.33 1.49 0.10 0.14 par:pre; -sodomisation sodomisation nom f s 0.00 0.34 0.00 0.34 -sodomise sodomiser ver 1.33 1.49 0.17 0.41 ind:pre:1s;ind:pre:3s; -sodomiser sodomiser ver 1.33 1.49 0.59 0.27 inf; -sodomiseront sodomiser ver 1.33 1.49 0.14 0.00 ind:fut:3p; -sodomisez sodomiser ver 1.33 1.49 0.00 0.07 ind:pre:2p; -sodomisé sodomiser ver m s 1.33 1.49 0.23 0.27 par:pas; -sodomisée sodomiser ver f s 1.33 1.49 0.10 0.07 par:pas; -sodomisés sodomiser ver m p 1.33 1.49 0.00 0.07 par:pas; -sodomite sodomite nom m s 0.86 0.47 0.68 0.27 -sodomites sodomite nom m p 0.86 0.47 0.19 0.20 -sodomitiques sodomitique adj p 0.00 0.07 0.00 0.07 -soeur soeur nom f s 184.99 161.01 155.22 116.55 -soeurette soeurette nom f s 2.12 0.95 2.12 0.95 -soeurs soeur nom f p 184.99 161.01 29.76 44.46 -sofa sofa nom m s 4.77 5.68 4.43 4.73 -sofas sofa nom m p 4.77 5.68 0.33 0.95 -soft soft adj s 0.79 0.20 0.79 0.20 -softball softball nom m s 0.69 0.00 0.69 0.00 -soi_disant soi_disant adj 9.46 13.11 9.46 13.11 -soi_même soi_même pro_per s 6.86 24.86 6.86 24.86 -soi soi pro_per s 28.23 83.65 28.23 83.65 -soie soie nom f s 10.38 51.62 9.95 50.00 -soient être aux 8074.24 6501.82 17.35 21.89 sub:pre:3p; -soierie soierie nom f s 0.32 1.96 0.27 0.54 -soieries soierie nom f p 0.32 1.96 0.05 1.42 -soies soie nom f p 10.38 51.62 0.42 1.62 -soif soif nom f s 31.82 35.54 31.28 35.27 -soiffard soiffard adj m s 0.03 0.27 0.03 0.14 -soiffarde soiffard nom f s 0.33 0.54 0.02 0.07 -soiffards soiffard nom m p 0.33 0.54 0.29 0.41 -soifs soif nom f p 31.82 35.54 0.54 0.27 -soigna soigner ver 47.77 42.84 0.26 0.81 ind:pas:3s; -soignable soignable adj f s 0.16 0.00 0.16 0.00 -soignai soigner ver 47.77 42.84 0.00 0.07 ind:pas:1s; -soignaient soigner ver 47.77 42.84 0.02 0.68 ind:imp:3p; -soignais soigner ver 47.77 42.84 0.40 0.41 ind:imp:1s;ind:imp:2s; -soignait soigner ver 47.77 42.84 0.57 4.66 ind:imp:3s; -soignant soignant adj m s 0.17 0.07 0.12 0.07 -soignante soignant adj f s 0.17 0.07 0.03 0.00 -soignantes soignant adj f p 0.17 0.07 0.01 0.00 -soignants soignant nom m p 0.10 0.27 0.06 0.00 -soigne soigner ver 47.77 42.84 9.23 4.66 imp:pre:2s;ind:pre:1s;ind:pre:3s; -soignent soigner ver 47.77 42.84 1.01 0.88 ind:pre:3p; -soigner soigner ver 47.77 42.84 22.82 17.64 ind:imp:3s;inf; -soignera soigner ver 47.77 42.84 1.19 0.54 ind:fut:3s; -soignerai soigner ver 47.77 42.84 0.50 0.61 ind:fut:1s; -soigneraient soigner ver 47.77 42.84 0.17 0.00 cnd:pre:3p; -soignerais soigner ver 47.77 42.84 0.19 0.07 cnd:pre:1s;cnd:pre:2s; -soignerait soigner ver 47.77 42.84 0.08 0.47 cnd:pre:3s; -soigneras soigner ver 47.77 42.84 0.04 0.00 ind:fut:2s; -soignerez soigner ver 47.77 42.84 0.17 0.00 ind:fut:2p; -soignerons soigner ver 47.77 42.84 0.17 0.00 ind:fut:1p; -soigneront soigner ver 47.77 42.84 0.34 0.14 ind:fut:3p; -soignes soigner ver 47.77 42.84 1.06 0.54 ind:pre:2s; -soigneur soigneur nom m s 0.16 0.95 0.09 0.34 -soigneurs soigneur nom m p 0.16 0.95 0.07 0.61 -soigneuse soigneux adj f s 0.78 3.78 0.22 1.28 -soigneusement soigneusement adv 3.52 34.39 3.52 34.39 -soigneuses soigneux adj f p 0.78 3.78 0.00 0.20 -soigneux soigneux adj m 0.78 3.78 0.56 2.30 -soignez soigner ver 47.77 42.84 2.04 0.41 imp:pre:2p;ind:pre:2p; -soigniez soigner ver 47.77 42.84 0.08 0.00 ind:imp:2p;sub:pre:2p; -soignons soigner ver 47.77 42.84 0.18 0.00 imp:pre:1p;ind:pre:1p; -soignèrent soigner ver 47.77 42.84 0.00 0.27 ind:pas:3p; -soigné soigner ver m s 47.77 42.84 5.42 6.35 par:pas; -soignée soigner ver f s 47.77 42.84 1.10 1.76 par:pas; -soignées soigné adj f p 1.91 9.80 0.19 1.35 -soignés soigner ver m p 47.77 42.84 0.47 0.81 par:pas; -soin soin nom m s 71.99 68.24 54.45 45.41 -soins soin nom m p 71.99 68.24 17.55 22.84 -soir soir nom m s 575.70 562.64 555.85 527.23 -soirs soir nom m p 575.70 562.64 19.86 35.41 -soirée soirée nom f s 102.37 76.69 94.36 58.24 -soirées soirée nom f p 102.37 76.69 8.02 18.45 -sois être aux 8074.24 6501.82 49.52 14.19 sub:pre:2s; -soissonnais soissonnais nom m 0.00 0.14 0.00 0.14 -soit être aux 8074.24 6501.82 100.79 76.01 sub:pre:3s; -soixantaine soixantaine nom f s 0.42 4.53 0.42 4.53 -soixante_cinq soixante_cinq adj_num 0.12 3.58 0.12 3.58 -soixante_deux soixante_deux adj_num 0.15 0.34 0.15 0.34 -soixante_deuxième soixante_deuxième adj 0.00 0.07 0.00 0.07 -soixante_dix_huit soixante_dix_huit adj_num 0.16 0.47 0.16 0.47 -soixante_dix_neuf soixante_dix_neuf adj_num 0.01 0.20 0.01 0.20 -soixante_dix_neuvième soixante_dix_neuvième adj 0.00 0.07 0.00 0.07 -soixante_dix_sept soixante_dix_sept adj_num 0.21 0.74 0.21 0.74 -soixante_dix soixante_dix adj_num 1.12 8.85 1.12 8.85 -soixante_dixième soixante_dixième nom s 0.00 0.47 0.00 0.47 -soixante_douze soixante_douze adj_num 0.23 1.15 0.23 1.15 -soixante_huit soixante_huit adj_num 0.16 0.81 0.16 0.81 -soixante_huitard soixante_huitard nom m s 0.01 0.14 0.01 0.00 -soixante_huitard soixante_huitard adj f s 0.00 0.07 0.00 0.07 -soixante_huitard soixante_huitard nom m p 0.01 0.14 0.00 0.14 -soixante_neuf soixante_neuf adj_num 0.16 0.41 0.16 0.41 -soixante_quatorze soixante_quatorze adj_num 0.03 0.61 0.03 0.61 -soixante_quatre soixante_quatre adj_num 0.04 0.61 0.04 0.61 -soixante_quinze soixante_quinze adj_num 0.27 3.85 0.27 3.85 -soixante_seize soixante_seize adj_num 0.07 0.68 0.07 0.68 -soixante_sept soixante_sept adj_num 0.20 0.81 0.20 0.81 -soixante_six soixante_six adj_num 0.08 0.81 0.08 0.81 -soixante_treize soixante_treize adj_num 0.01 1.08 0.01 1.08 -soixante_trois soixante_trois adj_num 0.15 0.20 0.15 0.20 -soixante soixante adj_num 3.92 22.70 3.92 22.70 -soixantième soixantième nom s 0.01 0.20 0.01 0.20 -soja soja nom m s 2.28 0.61 2.28 0.61 -sol_air sol_air adj 0.32 0.00 0.32 0.00 -sol sol nom m s 47.17 150.34 45.83 148.31 -solaire solaire adj s 8.53 7.43 7.04 6.49 -solaires solaire adj p 8.53 7.43 1.49 0.95 -solanacée solanacée nom f s 0.03 0.07 0.01 0.07 -solanacées solanacée nom f p 0.03 0.07 0.02 0.00 -solarium solarium nom m s 0.36 0.74 0.36 0.68 -solariums solarium nom m p 0.36 0.74 0.00 0.07 -solda solder ver 1.52 3.72 0.01 0.07 ind:pas:3s; -soldaient solder ver 1.52 3.72 0.00 0.07 ind:imp:3p; -soldait solder ver 1.52 3.72 0.01 0.20 ind:imp:3s; -soldat soldat nom m s 107.92 128.92 52.78 46.22 -soldate soldat nom f s 107.92 128.92 0.18 0.20 -soldatesque soldatesque nom f s 0.00 0.81 0.00 0.81 -soldats soldat nom m p 107.92 128.92 54.96 82.50 -solde solde nom s 6.76 9.05 5.09 6.89 -soldent solder ver 1.52 3.72 0.01 0.20 ind:pre:3p; -solder solder ver 1.52 3.72 0.33 0.74 inf; -soldera solder ver 1.52 3.72 0.15 0.07 ind:fut:3s; -solderais solder ver 1.52 3.72 0.01 0.00 cnd:pre:1s; -solderait solder ver 1.52 3.72 0.00 0.27 cnd:pre:3s; -solderie solderie nom f s 0.05 0.00 0.05 0.00 -soldes solde nom p 6.76 9.05 1.67 2.16 -soldeur soldeur nom m s 0.01 0.20 0.01 0.07 -soldeurs soldeur nom m p 0.01 0.20 0.00 0.14 -soldez solder ver 1.52 3.72 0.02 0.00 imp:pre:2p;ind:pre:2p; -soldât solder ver 1.52 3.72 0.00 0.14 sub:imp:3s; -soldèrent solder ver 1.52 3.72 0.01 0.07 ind:pas:3p; -soldé solder ver m s 1.52 3.72 0.28 0.47 par:pas; -soldée solder ver f s 1.52 3.72 0.19 0.47 par:pas; -soldées solder ver f p 1.52 3.72 0.05 0.14 par:pas; -soldés solder ver m p 1.52 3.72 0.17 0.41 par:pas; -sole sole nom f s 1.35 2.50 1.29 1.89 -soleil_roi soleil_roi nom m s 0.00 0.07 0.00 0.07 -soleil soleil nom m s 123.34 334.39 120.72 328.78 -soleilleux soleilleux adj m s 0.00 0.07 0.00 0.07 -soleils soleil nom m p 123.34 334.39 2.61 5.61 -solen solen nom m s 0.03 0.07 0.03 0.07 -solennel solennel adj m s 4.58 19.66 2.30 8.11 -solennelle solennel adj f s 4.58 19.66 1.85 8.24 -solennellement solennellement adv 1.77 6.15 1.77 6.15 -solennelles solennel adj f p 4.58 19.66 0.19 1.35 -solennels solennel adj m p 4.58 19.66 0.25 1.96 -solenniser solenniser ver 0.01 0.07 0.01 0.00 inf; -solennisèrent solenniser ver 0.01 0.07 0.00 0.07 ind:pas:3p; -solennité solennité nom f s 0.15 8.11 0.15 7.77 -solennités solennité nom f p 0.15 8.11 0.00 0.34 -soles sole nom f p 1.35 2.50 0.06 0.61 -solex solex nom m 0.25 3.38 0.25 3.38 -solfatares solfatare nom f p 0.00 0.14 0.00 0.14 -solfège solfège nom m s 0.16 0.95 0.16 0.95 -soli solo nom m p 5.22 3.38 0.00 0.20 -solicitor solicitor nom m s 0.00 0.14 0.00 0.07 -solicitors solicitor nom m p 0.00 0.14 0.00 0.07 -solidaire solidaire adj s 2.17 4.80 0.91 2.50 -solidairement solidairement adv 0.00 0.20 0.00 0.20 -solidaires solidaire adj p 2.17 4.80 1.26 2.30 -solidariser solidariser ver 0.00 0.27 0.00 0.20 inf; -solidarisez solidariser ver 0.00 0.27 0.00 0.07 ind:pre:2p; -solidarité solidarité nom f s 2.87 9.05 2.87 8.99 -solidarités solidarité nom f p 2.87 9.05 0.00 0.07 -solide solide adj s 21.71 42.77 17.31 31.49 -solidement solidement adv 0.81 10.00 0.81 10.00 -solides solide adj p 21.71 42.77 4.40 11.28 -solidifia solidifier ver 0.45 1.42 0.00 0.27 ind:pas:3s; -solidifiait solidifier ver 0.45 1.42 0.00 0.07 ind:imp:3s; -solidification solidification nom f s 0.01 0.00 0.01 0.00 -solidifie solidifier ver 0.45 1.42 0.17 0.14 ind:pre:1s;ind:pre:3s; -solidifient solidifier ver 0.45 1.42 0.10 0.00 ind:pre:3p; -solidifier solidifier ver 0.45 1.42 0.08 0.20 inf; -solidifié solidifier ver m s 0.45 1.42 0.06 0.27 par:pas; -solidifiée solidifier ver f s 0.45 1.42 0.02 0.27 par:pas; -solidifiées solidifier ver f p 0.45 1.42 0.00 0.14 par:pas; -solidifiés solidifier ver m p 0.45 1.42 0.01 0.07 par:pas; -solidité solidité nom f s 0.65 4.66 0.65 4.66 -solidus solidus nom m 0.00 0.07 0.00 0.07 -soliflore soliflore nom m s 0.00 0.20 0.00 0.20 -soliloqua soliloquer ver 0.01 0.95 0.00 0.14 ind:pas:3s; -soliloquait soliloquer ver 0.01 0.95 0.00 0.34 ind:imp:3s; -soliloque soliloque nom m s 0.02 1.22 0.01 0.81 -soliloquer soliloquer ver 0.01 0.95 0.00 0.14 inf; -soliloques soliloque nom m p 0.02 1.22 0.01 0.41 -solipsisme solipsisme nom m s 0.01 0.00 0.01 0.00 -solipsiste solipsiste adj s 0.04 0.00 0.04 0.00 -soliste soliste nom s 0.95 1.08 0.94 0.61 -solistes soliste nom p 0.95 1.08 0.01 0.47 -solitaire solitaire adj s 13.19 26.96 11.04 20.88 -solitairement solitairement adv 0.01 1.22 0.01 1.22 -solitaires solitaire adj p 13.19 26.96 2.15 6.08 -solitude solitude nom f s 19.64 69.73 19.48 66.96 -solitudes solitude nom f p 19.64 69.73 0.16 2.77 -solive solive nom f s 0.22 0.95 0.04 0.27 -soliveau soliveau nom m s 0.00 0.14 0.00 0.14 -solives solive nom f p 0.22 0.95 0.18 0.68 -sollicita solliciter ver 4.44 11.82 0.01 0.47 ind:pas:3s; -sollicitai solliciter ver 4.44 11.82 0.00 0.34 ind:pas:1s; -sollicitaient solliciter ver 4.44 11.82 0.00 0.54 ind:imp:3p; -sollicitais solliciter ver 4.44 11.82 0.00 0.27 ind:imp:1s; -sollicitait solliciter ver 4.44 11.82 0.01 0.88 ind:imp:3s; -sollicitant solliciter ver 4.44 11.82 0.06 0.47 par:pre; -sollicitation sollicitation nom f s 0.24 2.30 0.23 0.61 -sollicitations sollicitation nom f p 0.24 2.30 0.01 1.69 -sollicite solliciter ver 4.44 11.82 1.00 1.35 imp:pre:2s;ind:pre:1s;ind:pre:3s; -sollicitent solliciter ver 4.44 11.82 0.09 0.34 ind:pre:3p;sub:pre:3p; -solliciter solliciter ver 4.44 11.82 0.74 3.11 inf; -sollicitera solliciter ver 4.44 11.82 0.17 0.00 ind:fut:3s; -solliciteraient solliciter ver 4.44 11.82 0.00 0.07 cnd:pre:3p; -solliciteur solliciteur nom m s 0.40 0.68 0.13 0.14 -solliciteurs solliciteur nom m p 0.40 0.68 0.27 0.47 -solliciteuse solliciteur nom f s 0.40 0.68 0.00 0.07 -sollicitez solliciter ver 4.44 11.82 0.43 0.07 imp:pre:2p;ind:pre:2p; -sollicitons solliciter ver 4.44 11.82 0.12 0.00 imp:pre:1p;ind:pre:1p; -sollicitât solliciter ver 4.44 11.82 0.00 0.14 sub:imp:3s; -sollicitèrent solliciter ver 4.44 11.82 0.00 0.07 ind:pas:3p; -sollicité solliciter ver m s 4.44 11.82 1.28 2.30 par:pas; -sollicitude sollicitude nom f s 1.85 9.46 1.84 8.99 -sollicitudes sollicitude nom f p 1.85 9.46 0.01 0.47 -sollicitée solliciter ver f s 4.44 11.82 0.22 0.61 par:pas; -sollicitées solliciter ver f p 4.44 11.82 0.11 0.27 par:pas; -sollicités solliciter ver m p 4.44 11.82 0.22 0.54 par:pas; -solo solo nom m s 5.22 3.38 4.81 2.57 -solognot solognot adj m s 0.00 0.54 0.00 0.27 -solognote solognot adj f s 0.00 0.54 0.00 0.07 -solognots solognot adj m p 0.00 0.54 0.00 0.20 -solos solo nom m p 5.22 3.38 0.41 0.61 -sols sol nom m p 47.17 150.34 1.34 2.03 -solstice solstice nom m s 0.54 1.42 0.54 1.28 -solstices solstice nom m p 0.54 1.42 0.00 0.14 -solubilité solubilité nom f s 0.01 0.00 0.01 0.00 -soluble soluble adj s 0.41 0.34 0.39 0.20 -solubles soluble adj p 0.41 0.34 0.02 0.14 -solucamphre solucamphre nom m s 0.00 0.07 0.00 0.07 -solécismes solécisme nom m p 0.00 0.14 0.00 0.14 -solénoïde solénoïde nom m s 0.11 0.00 0.09 0.00 -solénoïdes solénoïde nom m p 0.11 0.00 0.02 0.00 -solution solution nom f s 61.96 43.51 56.46 36.89 -solutionnait solutionner ver 0.13 0.14 0.00 0.07 ind:imp:3s; -solutionner solutionner ver 0.13 0.14 0.12 0.07 inf; -solutionneur solutionneur nom m s 0.03 0.00 0.03 0.00 -solutionnons solutionner ver 0.13 0.14 0.01 0.00 imp:pre:1p; -solutions solution nom f p 61.96 43.51 5.50 6.62 -soluté soluté nom m s 0.17 0.07 0.15 0.07 -solutés soluté nom m p 0.17 0.07 0.01 0.00 -solvabilité solvabilité nom f s 0.15 0.14 0.15 0.14 -solvable solvable adj m s 0.36 0.00 0.36 0.00 -solvant solvant nom m s 0.24 0.27 0.18 0.20 -solvants solvant nom m p 0.24 0.27 0.06 0.07 -soma soma nom m s 0.48 0.00 0.48 0.00 -somalien somalien adj m s 0.07 0.00 0.04 0.00 -somalienne somalien adj f s 0.07 0.00 0.01 0.00 -somaliens somalien nom m p 0.32 0.14 0.32 0.14 -somalis somali adj m p 0.00 0.07 0.00 0.07 -somatique somatique adj m s 0.20 0.14 0.04 0.14 -somatiques somatique adj p 0.20 0.14 0.16 0.00 -somatisant somatiser ver 0.01 0.47 0.00 0.07 par:pre; -somatise somatiser ver 0.01 0.47 0.01 0.14 ind:pre:3s; -somatiser somatiser ver 0.01 0.47 0.00 0.14 inf; -somatiserez somatiser ver 0.01 0.47 0.00 0.07 ind:fut:2p; -somatisée somatiser ver f s 0.01 0.47 0.00 0.07 par:pas; -sombra sombrer ver 5.51 19.32 0.53 1.62 ind:pas:3s; -sombrai sombrer ver 5.51 19.32 0.01 0.41 ind:pas:1s; -sombraient sombrer ver 5.51 19.32 0.01 0.88 ind:imp:3p; -sombrais sombrer ver 5.51 19.32 0.01 0.68 ind:imp:1s;ind:imp:2s; -sombrait sombrer ver 5.51 19.32 0.19 1.76 ind:imp:3s; -sombrant sombrer ver 5.51 19.32 0.04 0.41 par:pre; -sombre sombre adj s 31.86 125.74 24.66 93.72 -sombrement sombrement adv 0.12 2.03 0.12 2.03 -sombrent sombrer ver 5.51 19.32 0.33 0.41 ind:pre:3p; -sombrer sombrer ver 5.51 19.32 2.22 6.49 inf; -sombrera sombrer ver 5.51 19.32 0.21 0.41 ind:fut:3s; -sombreraient sombrer ver 5.51 19.32 0.00 0.07 cnd:pre:3p; -sombrerais sombrer ver 5.51 19.32 0.01 0.00 cnd:pre:2s; -sombrerait sombrer ver 5.51 19.32 0.03 0.07 cnd:pre:3s; -sombrerez sombrer ver 5.51 19.32 0.01 0.00 ind:fut:2p; -sombrero sombrero nom m s 0.57 0.68 0.44 0.34 -sombrerons sombrer ver 5.51 19.32 0.02 0.07 ind:fut:1p; -sombreros sombrero nom m p 0.57 0.68 0.13 0.34 -sombres sombre adj p 31.86 125.74 7.21 32.03 -sombrez sombrer ver 5.51 19.32 0.03 0.00 ind:pre:2p; -sombrions sombrer ver 5.51 19.32 0.00 0.27 ind:imp:1p; -sombrons sombrer ver 5.51 19.32 0.02 0.14 imp:pre:1p;ind:pre:1p; -sombrèrent sombrer ver 5.51 19.32 0.00 0.14 ind:pas:3p; -sombré sombrer ver m s 5.51 19.32 1.22 2.70 par:pas; -sombrée sombrer ver f s 5.51 19.32 0.00 0.20 par:pas; -sombrées sombrer ver f p 5.51 19.32 0.00 0.14 par:pas; -sombrés sombrer ver m p 5.51 19.32 0.01 0.07 par:pas; -somma sommer ver 3.17 6.01 0.00 0.47 ind:pas:3s; -sommai sommer ver 3.17 6.01 0.00 0.20 ind:pas:1s; -sommaire sommaire adj s 0.56 4.80 0.46 3.45 -sommairement sommairement adv 0.13 2.16 0.13 2.16 -sommaires sommaire adj p 0.56 4.80 0.10 1.35 -sommais sommer ver 3.17 6.01 0.00 0.07 ind:imp:1s; -sommait sommer ver 3.17 6.01 0.01 0.47 ind:imp:3s; -sommant sommer ver 3.17 6.01 0.00 0.27 par:pre; -sommation sommation nom f s 1.00 3.24 0.94 1.69 -sommations sommation nom f p 1.00 3.24 0.07 1.55 -somme somme nom s 32.89 79.26 28.27 72.70 -sommeil sommeil nom m s 44.53 114.80 44.51 112.03 -sommeilla sommeiller ver 1.67 6.89 0.00 0.14 ind:pas:3s; -sommeillaient sommeiller ver 1.67 6.89 0.02 0.81 ind:imp:3p; -sommeillais sommeiller ver 1.67 6.89 0.03 0.07 ind:imp:1s; -sommeillait sommeiller ver 1.67 6.89 0.05 1.89 ind:imp:3s; -sommeillant sommeillant adj m s 0.00 1.08 0.00 0.61 -sommeillante sommeillant adj f s 0.00 1.08 0.00 0.27 -sommeillants sommeillant adj m p 0.00 1.08 0.00 0.20 -sommeille sommeiller ver 1.67 6.89 0.89 1.62 imp:pre:2s;ind:pre:1s;ind:pre:3s; -sommeillent sommeiller ver 1.67 6.89 0.17 0.61 ind:pre:3p; -sommeiller sommeiller ver 1.67 6.89 0.50 1.08 inf; -sommeilleux sommeilleux adj m p 0.00 0.34 0.00 0.34 -sommeillèrent sommeiller ver 1.67 6.89 0.00 0.07 ind:pas:3p; -sommeillé sommeiller ver m s 1.67 6.89 0.01 0.41 par:pas; -sommeils sommeil nom m p 44.53 114.80 0.02 2.77 -sommelier sommelier nom m s 0.34 1.15 0.34 1.15 -somment sommer ver 3.17 6.01 0.14 0.07 ind:pre:3p; -sommer sommer ver 3.17 6.01 0.36 0.27 inf; -sommes être aux 8074.24 6501.82 109.26 99.46 ind:pre:1p; -sommet sommet nom m s 17.44 47.50 15.15 38.85 -sommets sommet nom m p 17.44 47.50 2.29 8.65 -sommier sommier nom m s 0.30 7.97 0.28 6.82 -sommiers sommier nom m p 0.30 7.97 0.02 1.15 -sommiez sommer ver 3.17 6.01 0.01 0.00 ind:imp:2p; -sommitales sommital adj f p 0.00 0.07 0.00 0.07 -sommité sommité nom f s 0.50 2.64 0.24 2.03 -sommités sommité nom f p 0.50 2.64 0.26 0.61 -sommons sommer ver 3.17 6.01 0.02 0.07 ind:pre:1p; -sommèrent sommer ver 3.17 6.01 0.00 0.07 ind:pas:3p; -sommé sommer ver m s 3.17 6.01 0.14 1.42 par:pas; -sommée sommer ver f s 3.17 6.01 0.01 0.68 par:pas; -sommés sommer ver m p 3.17 6.01 0.02 0.27 par:pas; -somnambulant somnambuler ver 0.00 0.14 0.00 0.14 par:pre; -somnambule somnambule nom s 2.71 4.73 2.33 4.05 -somnambules somnambule nom p 2.71 4.73 0.38 0.68 -somnambulique somnambulique adj s 0.02 1.62 0.02 1.28 -somnambuliquement somnambuliquement adv 0.00 0.07 0.00 0.07 -somnambuliques somnambulique adj p 0.02 1.62 0.00 0.34 -somnambulisme somnambulisme nom m s 0.27 0.74 0.27 0.74 -somnifère somnifère nom m s 5.73 2.97 2.01 1.55 -somnifères somnifère nom m p 5.73 2.97 3.72 1.42 -somno somno nom m s 0.00 0.07 0.00 0.07 -somnola somnoler ver 0.50 10.47 0.00 0.14 ind:pas:3s; -somnolai somnoler ver 0.50 10.47 0.00 0.07 ind:pas:1s; -somnolaient somnoler ver 0.50 10.47 0.00 0.88 ind:imp:3p; -somnolais somnoler ver 0.50 10.47 0.05 0.54 ind:imp:1s; -somnolait somnoler ver 0.50 10.47 0.02 3.45 ind:imp:3s; -somnolant somnoler ver 0.50 10.47 0.03 1.01 par:pre; -somnole somnoler ver 0.50 10.47 0.17 1.89 ind:pre:1s;ind:pre:3s; -somnolence somnolence nom f s 0.37 3.58 0.36 3.18 -somnolences somnolence nom f p 0.37 3.58 0.01 0.41 -somnolent somnolent adj m s 0.18 4.05 0.08 1.69 -somnolente somnolent adj f s 0.18 4.05 0.08 1.01 -somnolentes somnolent adj f p 0.18 4.05 0.01 0.54 -somnolents somnolent adj m p 0.18 4.05 0.01 0.81 -somnoler somnoler ver 0.50 10.47 0.11 1.35 inf; -somnolerais somnoler ver 0.50 10.47 0.00 0.07 cnd:pre:1s; -somnolez somnoler ver 0.50 10.47 0.00 0.07 ind:pre:2p; -somnolé somnoler ver m s 0.50 10.47 0.11 0.34 par:pas; -somozistes somoziste nom p 0.01 0.00 0.01 0.00 -somptuaire somptuaire adj s 0.02 0.41 0.00 0.14 -somptuaires somptuaire adj f p 0.02 0.41 0.02 0.27 -somptueuse somptueux adj f s 3.06 13.18 0.68 3.78 -somptueusement somptueusement adv 0.50 0.95 0.50 0.95 -somptueuses somptueux adj f p 3.06 13.18 0.19 1.96 -somptueux somptueux adj m 3.06 13.18 2.20 7.43 -somptuosité somptuosité nom f s 0.03 1.08 0.03 0.81 -somptuosités somptuosité nom f p 0.03 1.08 0.00 0.27 -son son adj_pos 1740.43 4696.15 1740.43 4696.15 -sonagramme sonagramme nom m s 0.01 0.00 0.01 0.00 -sonar sonar nom m s 1.71 0.07 1.54 0.07 -sonars sonar nom m p 1.71 0.07 0.17 0.00 -sonate sonate nom f s 2.98 1.69 2.95 1.15 -sonates sonate nom f p 2.98 1.69 0.03 0.54 -sonatine sonatine nom f s 0.14 1.62 0.14 1.62 -sonda sonder ver 3.31 5.07 0.00 0.61 ind:pas:3s; -sondage sondage nom m s 4.64 2.16 2.33 0.74 -sondages sondage nom m p 4.64 2.16 2.32 1.42 -sondaient sonder ver 3.31 5.07 0.00 0.07 ind:imp:3p; -sondait sonder ver 3.31 5.07 0.01 0.27 ind:imp:3s; -sondant sonder ver 3.31 5.07 0.19 0.34 par:pre; -sondas sonder ver 3.31 5.07 0.00 0.07 ind:pas:2s; -sonde sonde nom f s 6.31 0.95 5.30 0.81 -sondent sonder ver 3.31 5.07 0.08 0.14 ind:pre:3p; -sonder sonder ver 3.31 5.07 1.69 2.23 inf; -sonderai sonder ver 3.31 5.07 0.00 0.07 ind:fut:1s; -sondes sonde nom f p 6.31 0.95 1.01 0.14 -sondeur sondeur nom m s 0.13 0.20 0.07 0.07 -sondeurs sondeur nom m p 0.13 0.20 0.04 0.14 -sondeuse sondeur nom f s 0.13 0.20 0.01 0.00 -sondez sonder ver 3.31 5.07 0.20 0.07 imp:pre:2p;ind:pre:2p; -sondions sonder ver 3.31 5.07 0.01 0.00 ind:imp:1p; -sondons sonder ver 3.31 5.07 0.04 0.00 imp:pre:1p;ind:pre:1p; -sondèrent sonder ver 3.31 5.07 0.00 0.14 ind:pas:3p; -sondé sonder ver m s 3.31 5.07 0.46 0.41 par:pas; -sondée sonder ver f s 3.31 5.07 0.05 0.00 par:pas; -sondés sonder ver m p 3.31 5.07 0.03 0.00 par:pas; -song song nom m 0.40 0.14 0.40 0.14 -songe_creux songe_creux nom m 0.01 0.41 0.01 0.41 -songe songer ver 24.59 104.86 4.28 17.03 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -songea songer ver 24.59 104.86 0.24 14.80 ind:pas:3s; -songeai songer ver 24.59 104.86 0.15 2.77 ind:pas:1s; -songeaient songer ver 24.59 104.86 0.01 1.69 ind:imp:3p; -songeais songer ver 24.59 104.86 0.92 6.08 ind:imp:1s;ind:imp:2s; -songeait songer ver 24.59 104.86 0.34 17.30 ind:imp:3s; -songeant songer ver 24.59 104.86 0.61 8.11 par:pre; -songeasse songer ver 24.59 104.86 0.00 0.14 sub:imp:1s; -songent songer ver 24.59 104.86 0.58 0.74 ind:pre:3p; -songeons songer ver 24.59 104.86 0.35 0.34 imp:pre:1p;ind:pre:1p; -songeât songer ver 24.59 104.86 0.00 0.41 sub:imp:3s; -songer songer ver 24.59 104.86 5.56 18.31 inf; -songera songer ver 24.59 104.86 0.03 0.41 ind:fut:3s; -songerai songer ver 24.59 104.86 0.26 0.27 ind:fut:1s; -songeraient songer ver 24.59 104.86 0.02 0.07 cnd:pre:3p; -songerais songer ver 24.59 104.86 0.19 0.27 cnd:pre:1s;cnd:pre:2s; -songerait songer ver 24.59 104.86 0.05 0.61 cnd:pre:3s; -songerie songerie nom f s 0.16 1.69 0.14 0.81 -songeries songerie nom f p 0.16 1.69 0.02 0.88 -songeriez songer ver 24.59 104.86 0.04 0.07 cnd:pre:2p; -songerons songer ver 24.59 104.86 0.28 0.07 ind:fut:1p; -songes songer ver 24.59 104.86 0.86 0.68 ind:pre:2s;sub:pre:2s; -songeur songeur adj m s 0.26 6.08 0.25 3.45 -songeurs songeur adj m p 0.26 6.08 0.00 0.34 -songeuse songeur adj f s 0.26 6.08 0.01 1.96 -songeusement songeusement adv 0.00 0.20 0.00 0.20 -songeuses songeur adj f p 0.26 6.08 0.00 0.34 -songez songer ver 24.59 104.86 5.00 3.45 imp:pre:2p;ind:pre:2p; -songiez songer ver 24.59 104.86 0.14 0.00 ind:imp:2p; -songions songer ver 24.59 104.86 0.00 0.14 ind:imp:1p; -songèrent songer ver 24.59 104.86 0.00 0.27 ind:pas:3p; -songé songer ver m s 24.59 104.86 4.69 10.88 par:pas; -sonique sonique adj s 0.45 0.07 0.35 0.07 -soniques sonique adj p 0.45 0.07 0.09 0.00 -sonna sonner ver 73.67 92.57 0.67 12.23 ind:pas:3s; -sonnai sonner ver 73.67 92.57 0.01 0.81 ind:pas:1s; -sonnaient sonner ver 73.67 92.57 0.59 6.22 ind:imp:3p; -sonnaillaient sonnailler ver 0.00 0.20 0.00 0.14 ind:imp:3p; -sonnaille sonnaille nom f s 0.00 1.15 0.00 0.20 -sonnailler sonnailler ver 0.00 0.20 0.00 0.07 inf; -sonnailles sonnaille nom f p 0.00 1.15 0.00 0.95 -sonnais sonner ver 73.67 92.57 0.33 0.41 ind:imp:1s;ind:imp:2s; -sonnait sonner ver 73.67 92.57 2.78 12.84 ind:imp:3s; -sonnant sonner ver 73.67 92.57 0.32 1.96 par:pre; -sonnante sonnant adj f s 0.20 6.89 0.00 0.34 -sonnantes sonnant adj f p 0.20 6.89 0.14 5.54 -sonnants sonnant adj m p 0.20 6.89 0.01 0.14 -sonne sonner ver 73.67 92.57 31.69 16.82 imp:pre:2s;ind:pre:1s;ind:pre:3s; -sonnent sonner ver 73.67 92.57 2.92 3.85 ind:pre:3p;sub:pre:3p; -sonner sonner ver 73.67 92.57 11.77 18.04 inf; -sonnera sonner ver 73.67 92.57 1.69 1.15 ind:fut:3s; -sonnerai sonner ver 73.67 92.57 0.25 0.27 ind:fut:1s; -sonnerais sonner ver 73.67 92.57 0.13 0.20 cnd:pre:1s;cnd:pre:2s; -sonnerait sonner ver 73.67 92.57 0.50 1.08 cnd:pre:3s; -sonneras sonner ver 73.67 92.57 0.02 0.07 ind:fut:2s; -sonnerez sonner ver 73.67 92.57 0.01 0.14 ind:fut:2p; -sonnerie sonnerie nom f s 6.65 18.31 6.03 15.68 -sonneries sonnerie nom f p 6.65 18.31 0.63 2.64 -sonneront sonner ver 73.67 92.57 0.37 0.20 ind:fut:3p; -sonnes sonner ver 73.67 92.57 0.48 0.14 ind:pre:2s; -sonnet sonnet nom m s 1.21 2.09 0.72 1.35 -sonnets sonnet nom m p 1.21 2.09 0.49 0.74 -sonnette sonnette nom f s 9.55 16.15 8.47 14.12 -sonnettes sonnette nom f p 9.55 16.15 1.08 2.03 -sonneur sonneur nom m s 1.34 0.61 1.31 0.34 -sonneurs sonneur nom m p 1.34 0.61 0.03 0.27 -sonnez sonner ver 73.67 92.57 2.09 0.14 imp:pre:2p;ind:pre:2p; -sonniez sonner ver 73.67 92.57 0.04 0.00 ind:imp:2p; -sonnons sonner ver 73.67 92.57 0.04 0.14 imp:pre:1p;ind:pre:1p; -sonnât sonner ver 73.67 92.57 0.01 0.34 sub:imp:3s; -sonnèrent sonner ver 73.67 92.57 0.13 1.76 ind:pas:3p; -sonné sonner ver m s 73.67 92.57 16.04 12.23 par:pas; -sonnée sonner ver f s 73.67 92.57 0.71 0.81 par:pas; -sonnées sonné adj f p 0.66 3.58 0.01 0.14 -sonnés sonner ver m p 73.67 92.57 0.07 0.54 par:pas; -sono sono nom f s 1.23 1.89 1.18 1.89 -sonoluminescence sonoluminescence nom f s 0.01 0.00 0.01 0.00 -sonomètres sonomètre nom m p 0.01 0.00 0.01 0.00 -sonore sonore adj s 4.17 27.30 3.26 19.80 -sonorement sonorement adv 0.00 0.07 0.00 0.07 -sonores sonore adj p 4.17 27.30 0.91 7.50 -sonorisateurs sonorisateur nom m p 0.00 0.07 0.00 0.07 -sonorisation sonorisation nom f s 0.03 0.27 0.03 0.27 -sonorise sonoriser ver 0.06 0.27 0.01 0.07 ind:pre:3s; -sonoriser sonoriser ver 0.06 0.27 0.03 0.14 inf; -sonorisé sonoriser ver m s 0.06 0.27 0.02 0.00 par:pas; -sonorisées sonoriser ver f p 0.06 0.27 0.00 0.07 par:pas; -sonorité sonorité nom f s 0.29 6.15 0.26 4.53 -sonorités sonorité nom f p 0.29 6.15 0.04 1.62 -sonos sono nom f p 1.23 1.89 0.05 0.00 -sonothèque sonothèque nom f s 0.01 0.00 0.01 0.00 -sonotone sonotone nom m s 0.17 0.07 0.16 0.00 -sonotones sonotone nom m p 0.17 0.07 0.01 0.07 -sons son nom_sup m p 47.51 67.84 7.83 18.51 -sont être aux 8074.24 6501.82 511.66 386.35 ind:pre:3p; -sopha sopha nom m s 0.00 0.27 0.00 0.27 -sophie sophie nom f s 1.23 0.00 1.23 0.00 -sophisme sophisme nom m s 0.29 0.54 0.29 0.20 -sophismes sophisme nom m p 0.29 0.54 0.00 0.34 -sophiste sophiste nom s 0.10 0.47 0.10 0.27 -sophistes sophiste nom p 0.10 0.47 0.00 0.20 -sophistication sophistication nom f s 0.22 0.68 0.22 0.61 -sophistications sophistication nom f p 0.22 0.68 0.00 0.07 -sophistique sophistique adj s 0.11 0.00 0.11 0.00 -sophistiqué sophistiqué adj m s 3.57 2.23 1.79 0.34 -sophistiquée sophistiqué adj f s 3.57 2.23 0.94 0.95 -sophistiquées sophistiqué adj f p 3.57 2.23 0.32 0.41 -sophistiqués sophistiqué adj m p 3.57 2.23 0.53 0.54 -sophora sophora nom m s 0.14 0.00 0.14 0.00 -sopor sopor nom m s 0.00 0.07 0.00 0.07 -soporifique soporifique adj s 0.62 0.20 0.59 0.20 -soporifiques soporifique adj f p 0.62 0.20 0.04 0.00 -soprano soprano nom s 5.21 2.03 4.80 1.76 -sopranos soprano nom p 5.21 2.03 0.41 0.27 -sorbes sorbe nom f p 0.00 0.07 0.00 0.07 -sorbet sorbet nom m s 0.55 1.55 0.37 0.81 -sorbetière sorbetière nom f s 0.09 0.27 0.09 0.07 -sorbetières sorbetière nom f p 0.09 0.27 0.00 0.20 -sorbets sorbet nom m p 0.55 1.55 0.19 0.74 -sorbier sorbier nom m s 1.18 0.47 1.18 0.34 -sorbiers sorbier nom m p 1.18 0.47 0.00 0.14 -sorbitol sorbitol nom m s 0.03 0.00 0.03 0.00 -sorbonnarde sorbonnard nom f s 0.00 0.07 0.00 0.07 -sorbonne sorbon nom f s 0.00 0.20 0.00 0.20 -sorcellerie sorcellerie nom f s 5.24 1.35 5.21 1.22 -sorcelleries sorcellerie nom f p 5.24 1.35 0.04 0.14 -sorcier sorcier nom m s 54.09 14.66 4.49 4.32 -sorciers sorcier nom m p 54.09 14.66 2.42 1.62 -sorcière sorcier nom f s 54.09 14.66 33.84 6.42 -sorcières sorcier nom f p 54.09 14.66 13.34 2.30 -sordide sordide adj s 6.37 10.95 4.39 7.57 -sordidement sordidement adv 0.14 0.20 0.14 0.20 -sordides sordide adj p 6.37 10.95 1.98 3.38 -sordidité sordidité nom f s 0.03 0.14 0.03 0.14 -sorgho sorgho nom m s 0.03 0.07 0.03 0.07 -sorite sorite nom m s 0.01 0.00 0.01 0.00 -sornette sornette nom f s 1.83 1.69 0.11 0.07 -sornettes sornette nom f p 1.83 1.69 1.72 1.62 -sororal sororal adj m s 0.01 0.27 0.01 0.07 -sororale sororal adj f s 0.01 0.27 0.00 0.14 -sororales sororal adj f p 0.01 0.27 0.00 0.07 -sororité sororité nom f s 0.11 0.14 0.11 0.14 -sors sortir ver 884.26 627.57 156.13 25.47 imp:pre:2s;ind:pre:1s;ind:pre:2s; -sort sortir ver 884.26 627.57 82.41 58.51 ind:pre:3s; -sortîmes sortir ver 884.26 627.57 0.16 1.35 ind:pas:1p; -sortît sortir ver 884.26 627.57 0.00 0.61 sub:imp:3s; -sortable sortable adj s 0.29 0.07 0.28 0.07 -sortables sortable adj p 0.29 0.07 0.01 0.00 -sortaient sortir ver 884.26 627.57 2.76 21.42 ind:imp:3p; -sortais sortir ver 884.26 627.57 6.38 6.28 ind:imp:1s;ind:imp:2s; -sortait sortir ver 884.26 627.57 12.62 50.81 ind:imp:3s; -sortant sortir ver 884.26 627.57 10.57 34.66 par:pre; -sortante sortant adj f s 1.17 1.49 0.09 0.00 -sortantes sortant adj f p 1.17 1.49 0.02 0.07 -sortants sortant adj m p 1.17 1.49 0.27 0.14 -sorte sorte nom f s 114.73 307.16 98.33 273.38 -sortent sortir ver 884.26 627.57 18.97 17.43 ind:pre:3p; -sortes sorte nom f p 114.73 307.16 16.41 33.78 -sortez sortir ver 884.26 627.57 87.79 5.27 imp:pre:2p;ind:pre:2p; -sorti sortir ver m s 884.26 627.57 81.08 67.97 par:pas; -sortie sortie nom f s 47.81 75.27 42.58 66.01 -sorties sortie nom f p 47.81 75.27 5.23 9.26 -sortiez sortir ver 884.26 627.57 2.87 0.54 ind:imp:2p; -sortilège sortilège nom m s 3.19 3.18 2.46 1.62 -sortilèges sortilège nom m p 3.19 3.18 0.72 1.55 -sortions sortir ver 884.26 627.57 0.67 3.38 ind:imp:1p; -sortir sortir ver 884.26 627.57 285.45 145.34 inf; -sortira sortir ver 884.26 627.57 18.31 6.55 ind:fut:3s; -sortirai sortir ver 884.26 627.57 7.69 1.89 ind:fut:1s; -sortiraient sortir ver 884.26 627.57 0.38 2.03 cnd:pre:3p; -sortirais sortir ver 884.26 627.57 3.06 0.81 cnd:pre:1s;cnd:pre:2s; -sortirait sortir ver 884.26 627.57 3.02 5.47 cnd:pre:3s; -sortiras sortir ver 884.26 627.57 9.37 1.42 ind:fut:2s; -sortirent sortir ver 884.26 627.57 0.39 12.91 ind:pas:3p; -sortirez sortir ver 884.26 627.57 3.12 0.61 ind:fut:2p; -sortiriez sortir ver 884.26 627.57 0.40 0.07 cnd:pre:2p; -sortirions sortir ver 884.26 627.57 0.21 0.14 cnd:pre:1p; -sortirons sortir ver 884.26 627.57 2.50 0.88 ind:fut:1p; -sortiront sortir ver 884.26 627.57 2.61 0.95 ind:fut:3p; -sortis sortir ver m p 884.26 627.57 15.65 26.76 ind:pas:1s;ind:pas:2s;par:pas; -sortit sortir ver 884.26 627.57 2.31 86.96 ind:pas:3s; -sortons sortir ver 884.26 627.57 13.57 4.19 imp:pre:1p;ind:pre:1p; -sorts sort nom m p 44.80 58.92 1.88 1.42 -sosie sosie nom m s 1.89 1.22 1.54 0.88 -sosies sosie nom m p 1.89 1.22 0.34 0.34 -sostenuto sostenuto adv 0.00 0.07 0.00 0.07 -sot sot nom m s 5.61 3.99 2.38 1.01 -sotie sotie nom f s 0.00 0.07 0.00 0.07 -sots sot nom m p 5.61 3.99 1.27 0.88 -sotte sot adj f s 6.34 8.11 2.73 3.78 -sottement sottement adv 0.33 2.30 0.33 2.30 -sottes sot adj f p 6.34 8.11 0.99 0.88 -sottise sottise nom f s 6.97 11.82 2.44 6.96 -sottises sottise nom f p 6.97 11.82 4.54 4.86 -sou sou nom m s 35.92 41.22 14.43 12.57 -souabe souabe adj s 0.14 0.07 0.14 0.00 -souabes souabe nom p 0.20 0.34 0.20 0.34 -soubassement soubassement nom m s 0.13 2.23 0.02 1.82 -soubassements soubassement nom m p 0.13 2.23 0.11 0.41 -soubise soubise nom f s 0.00 0.07 0.00 0.07 -soubresaut soubresaut nom m s 0.53 6.96 0.26 1.49 -soubresautaient soubresauter ver 0.00 0.14 0.00 0.07 ind:imp:3p; -soubresautait soubresauter ver 0.00 0.14 0.00 0.07 ind:imp:3s; -soubresauts soubresaut nom m p 0.53 6.96 0.27 5.47 -soubrette soubrette nom f s 1.11 3.11 0.95 2.36 -soubrettes soubrette nom f p 1.11 3.11 0.16 0.74 -souche souche nom f s 4.93 10.54 3.45 7.36 -souches souche nom f p 4.93 10.54 1.48 3.18 -souchet souchet nom m s 0.01 0.07 0.01 0.07 -souchette souchette nom f s 0.00 0.07 0.00 0.07 -souci souci nom m s 49.47 61.22 26.73 39.80 -soucia soucier ver 22.45 26.62 0.00 0.41 ind:pas:3s; -souciai soucier ver 22.45 26.62 0.01 0.20 ind:pas:1s; -souciaient soucier ver 22.45 26.62 0.28 1.22 ind:imp:3p; -souciais soucier ver 22.45 26.62 0.63 1.49 ind:imp:1s;ind:imp:2s; -souciait soucier ver 22.45 26.62 0.88 5.54 ind:imp:3s; -souciant soucier ver 22.45 26.62 0.05 0.41 par:pre; -soucie soucier ver 22.45 26.62 7.01 4.12 imp:pre:2s;ind:pre:1s;ind:pre:3s; -soucient soucier ver 22.45 26.62 0.95 0.47 ind:pre:3p; -soucier soucier ver 22.45 26.62 5.62 8.92 inf; -souciera soucier ver 22.45 26.62 0.27 0.14 ind:fut:3s; -soucierai soucier ver 22.45 26.62 0.12 0.14 ind:fut:1s; -soucieraient soucier ver 22.45 26.62 0.04 0.14 cnd:pre:3p; -soucierais soucier ver 22.45 26.62 0.13 0.00 cnd:pre:1s;cnd:pre:2s; -soucierait soucier ver 22.45 26.62 0.22 0.27 cnd:pre:3s; -soucierez soucier ver 22.45 26.62 0.02 0.00 ind:fut:2p; -soucies soucier ver 22.45 26.62 2.19 0.20 ind:pre:2s; -soucieuse soucieux adj f s 2.28 16.62 0.37 3.45 -soucieuses soucieux adj f p 2.28 16.62 0.11 0.34 -soucieux soucieux adj m 2.28 16.62 1.79 12.84 -souciez soucier ver 22.45 26.62 1.86 0.41 imp:pre:2p;ind:pre:2p; -soucions soucier ver 22.45 26.62 0.16 0.07 imp:pre:1p;ind:pre:1p; -souciât soucier ver 22.45 26.62 0.00 0.34 sub:imp:3s; -soucis souci nom m p 49.47 61.22 22.73 21.42 -soucièrent soucier ver 22.45 26.62 0.00 0.07 ind:pas:3p; -soucié soucier ver m s 22.45 26.62 1.39 1.62 par:pas; -souciée soucier ver f s 22.45 26.62 0.36 0.20 par:pas; -souciées soucier ver f p 22.45 26.62 0.00 0.07 par:pas; -souciés soucier ver m p 22.45 26.62 0.28 0.20 par:pas; -soucoupe soucoupe nom f s 4.14 8.85 2.92 5.95 -soucoupes soucoupe nom f p 4.14 8.85 1.23 2.91 -soudage soudage nom m s 0.04 0.00 0.04 0.00 -soudaient souder ver 3.20 8.04 0.00 0.68 ind:imp:3p; -soudain soudain adv_sup 21.16 207.30 21.16 207.30 -soudaine soudain adj_sup f s 13.62 65.27 3.42 17.16 -soudainement soudainement adv 6.98 5.54 6.98 5.54 -soudaines soudain adj_sup f p 13.62 65.27 0.28 1.69 -soudaineté soudaineté nom f s 0.05 1.28 0.05 1.28 -soudains soudain adj_sup m p 13.62 65.27 0.15 1.62 -soudait souder ver 3.20 8.04 0.01 0.47 ind:imp:3s; -soudanais soudanais nom m 0.24 0.07 0.24 0.07 -soudanaise soudanais adj f s 0.20 0.20 0.00 0.07 -soudant souder ver 3.20 8.04 0.00 0.20 par:pre; -soudard soudard nom m s 0.16 2.23 0.01 1.08 -soudards soudard nom m p 0.16 2.23 0.15 1.15 -soude soude nom f s 0.88 0.88 0.88 0.88 -soudent souder ver 3.20 8.04 0.04 0.34 ind:pre:3p; -souder souder ver 3.20 8.04 1.10 1.08 inf; -souderait souder ver 3.20 8.04 0.01 0.07 cnd:pre:3s; -soudeur soudeur nom m s 1.42 0.27 1.29 0.20 -soudeurs soudeur nom m p 1.42 0.27 0.08 0.07 -soudeuse soudeur nom f s 1.42 0.27 0.05 0.00 -soudez souder ver 3.20 8.04 0.03 0.00 imp:pre:2p;ind:pre:2p; -soudoie soudoyer ver 1.92 1.01 0.04 0.00 ind:pre:1s;ind:pre:3s; -soudoya soudoyer ver 1.92 1.01 0.00 0.07 ind:pas:3s; -soudoyaient soudoyer ver 1.92 1.01 0.01 0.07 ind:imp:3p; -soudoyait soudoyer ver 1.92 1.01 0.02 0.07 ind:imp:3s; -soudoyant soudoyer ver 1.92 1.01 0.21 0.14 par:pre; -soudoyer soudoyer ver 1.92 1.01 0.60 0.34 inf; -soudoyez soudoyer ver 1.92 1.01 0.09 0.00 imp:pre:2p;ind:pre:2p; -soudoyé soudoyer ver m s 1.92 1.01 0.75 0.20 par:pas; -soudoyée soudoyer ver f s 1.92 1.01 0.04 0.07 par:pas; -soudoyés soudoyer ver m p 1.92 1.01 0.16 0.07 par:pas; -soudèrent souder ver 3.20 8.04 0.00 0.07 ind:pas:3p; -soudé souder ver m s 3.20 8.04 0.57 1.35 par:pas; -soudée souder ver f s 3.20 8.04 0.19 0.95 par:pas; -soudées souder ver f p 3.20 8.04 0.17 1.22 par:pas; -soudure soudure nom f s 1.35 1.08 1.09 0.95 -soudures soudure nom f p 1.35 1.08 0.26 0.14 -soudés souder ver m p 3.20 8.04 0.92 1.35 par:pas; -soue soue nom f s 0.11 0.34 0.11 0.34 -souffert souffrir ver m s 113.83 119.26 18.45 18.78 par:pas; -soufferte souffrir ver f s 113.83 119.26 0.00 0.07 par:pas; -souffertes souffrir ver f p 113.83 119.26 0.00 0.14 par:pas; -soufferts souffrir ver m p 113.83 119.26 0.03 0.00 par:pas; -souffla souffler ver 28.33 83.65 0.30 14.80 ind:pas:3s; -soufflages soufflage nom m p 0.00 0.07 0.00 0.07 -soufflai souffler ver 28.33 83.65 0.00 0.54 ind:pas:1s; -soufflaient souffler ver 28.33 83.65 0.06 1.49 ind:imp:3p; -soufflais souffler ver 28.33 83.65 0.05 0.54 ind:imp:1s;ind:imp:2s; -soufflait souffler ver 28.33 83.65 0.86 15.34 ind:imp:3s; -soufflant souffler ver 28.33 83.65 0.38 8.72 par:pre; -soufflante soufflant adj f s 0.03 1.08 0.01 0.34 -soufflants soufflant nom m p 0.02 0.34 0.00 0.14 -souffle souffle nom m s 26.98 100.20 26.55 93.18 -soufflement soufflement nom m s 0.01 0.27 0.01 0.20 -soufflements soufflement nom m p 0.01 0.27 0.00 0.07 -soufflent souffler ver 28.33 83.65 0.81 1.49 ind:pre:3p; -souffler souffler ver 28.33 83.65 6.26 13.65 inf; -soufflera souffler ver 28.33 83.65 0.39 0.14 ind:fut:3s; -soufflerai souffler ver 28.33 83.65 0.28 0.07 ind:fut:1s; -soufflerais souffler ver 28.33 83.65 0.02 0.07 cnd:pre:1s; -soufflerait souffler ver 28.33 83.65 0.14 0.54 cnd:pre:3s; -soufflerez souffler ver 28.33 83.65 0.01 0.00 ind:fut:2p; -soufflerie soufflerie nom f s 0.98 0.88 0.98 0.88 -souffleront souffler ver 28.33 83.65 0.02 0.00 ind:fut:3p; -souffles souffler ver 28.33 83.65 0.60 0.27 ind:pre:2s; -soufflet soufflet nom m s 0.47 6.22 0.43 4.26 -souffletai souffleter ver 0.02 2.09 0.00 0.07 ind:pas:1s; -souffletaient souffleter ver 0.02 2.09 0.00 0.07 ind:imp:3p; -souffletait souffleter ver 0.02 2.09 0.00 0.20 ind:imp:3s; -souffletant souffleter ver 0.02 2.09 0.00 0.07 par:pre; -souffleter souffleter ver 0.02 2.09 0.00 0.41 inf; -soufflets soufflet nom m p 0.47 6.22 0.04 1.96 -soufflette souffleter ver 0.02 2.09 0.02 0.14 imp:pre:2s;ind:pre:3s; -soufflettent souffleter ver 0.02 2.09 0.00 0.14 ind:pre:3p; -soufflettes souffleter ver 0.02 2.09 0.00 0.07 ind:pre:2s; -souffleté souffleter ver m s 0.02 2.09 0.00 0.47 par:pas; -souffletée souffleter ver f s 0.02 2.09 0.00 0.20 par:pas; -souffletés souffleter ver m p 0.02 2.09 0.00 0.27 par:pas; -souffleur souffleur nom m s 1.35 1.22 0.92 1.01 -souffleurs souffleur nom m p 1.35 1.22 0.32 0.20 -souffleuse souffleur nom f s 1.35 1.22 0.11 0.00 -soufflez souffler ver 28.33 83.65 2.60 0.07 imp:pre:2p;ind:pre:2p; -soufflons souffler ver 28.33 83.65 0.26 0.34 imp:pre:1p;ind:pre:1p; -soufflât souffler ver 28.33 83.65 0.00 0.20 sub:imp:3s; -soufflèrent souffler ver 28.33 83.65 0.00 0.47 ind:pas:3p; -soufflé souffler ver m s 28.33 83.65 3.40 7.64 par:pas; -soufflée souffler ver f s 28.33 83.65 0.43 0.95 par:pas; -soufflées souffler ver f p 28.33 83.65 0.11 0.54 par:pas; -soufflure soufflure nom f s 0.00 0.20 0.00 0.14 -soufflures soufflure nom f p 0.00 0.20 0.00 0.07 -soufflés soufflé nom m p 1.33 1.22 0.47 0.00 -souffrît souffrir ver 113.83 119.26 0.00 0.74 sub:imp:3s; -souffraient souffrir ver 113.83 119.26 0.25 2.43 ind:imp:3p; -souffrais souffrir ver 113.83 119.26 0.86 4.26 ind:imp:1s;ind:imp:2s; -souffrait souffrir ver 113.83 119.26 4.14 18.18 ind:imp:3s; -souffrance souffrance nom f s 30.02 47.16 20.05 33.58 -souffrances souffrance nom f p 30.02 47.16 9.97 13.58 -souffrant souffrant adj m s 6.47 5.14 2.88 1.96 -souffrante souffrant adj f s 6.47 5.14 3.12 2.84 -souffrantes souffrant adj f p 6.47 5.14 0.03 0.00 -souffrants souffrant adj m p 6.47 5.14 0.44 0.34 -souffre_douleur souffre_douleur nom m 0.27 1.22 0.27 1.22 -souffre souffrir ver 113.83 119.26 31.52 16.22 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -souffrent souffrir ver 113.83 119.26 5.25 4.86 ind:pre:3p; -souffres souffrir ver 113.83 119.26 5.27 1.15 ind:pre:2s; -souffreteuse souffreteux adj f s 0.24 2.50 0.22 0.68 -souffreteuses souffreteux adj f p 0.24 2.50 0.00 0.14 -souffreteux souffreteux adj m 0.24 2.50 0.02 1.69 -souffrez souffrir ver 113.83 119.26 4.97 1.01 imp:pre:2p;ind:pre:2p; -souffriez souffrir ver 113.83 119.26 0.37 0.07 ind:imp:2p; -souffrions souffrir ver 113.83 119.26 0.12 0.20 ind:imp:1p; -souffrir souffrir ver 113.83 119.26 34.26 40.41 inf; -souffrira souffrir ver 113.83 119.26 1.77 0.74 ind:fut:3s; -souffrirai souffrir ver 113.83 119.26 0.79 0.47 ind:fut:1s; -souffriraient souffrir ver 113.83 119.26 0.04 0.14 cnd:pre:3p; -souffrirais souffrir ver 113.83 119.26 0.41 0.68 cnd:pre:1s;cnd:pre:2s; -souffrirait souffrir ver 113.83 119.26 0.34 1.42 cnd:pre:3s; -souffriras souffrir ver 113.83 119.26 1.56 0.41 ind:fut:2s; -souffrirent souffrir ver 113.83 119.26 0.04 0.61 ind:pas:3p; -souffrirez souffrir ver 113.83 119.26 0.25 0.14 ind:fut:2p; -souffririez souffrir ver 113.83 119.26 0.03 0.07 cnd:pre:2p; -souffririons souffrir ver 113.83 119.26 0.00 0.14 cnd:pre:1p; -souffrirons souffrir ver 113.83 119.26 0.44 0.07 ind:fut:1p; -souffriront souffrir ver 113.83 119.26 0.27 0.07 ind:fut:3p; -souffris souffrir ver 113.83 119.26 0.03 0.68 ind:pas:1s;ind:pas:2s; -souffrisse souffrir ver 113.83 119.26 0.00 0.14 sub:imp:1s; -souffrissent souffrir ver 113.83 119.26 0.00 0.14 sub:imp:3p; -souffrit souffrir ver 113.83 119.26 0.29 1.49 ind:pas:3s; -souffrons souffrir ver 113.83 119.26 1.06 0.74 imp:pre:1p;ind:pre:1p; -soufi soufi adj m s 0.02 0.07 0.02 0.00 -soufis soufi nom m p 0.44 0.00 0.44 0.00 -soufrages soufrage nom m p 0.00 0.07 0.00 0.07 -soufre soufre nom m s 2.37 4.53 2.37 4.53 -soufré soufré adj m s 0.01 0.47 0.01 0.07 -soufrée soufré adj f s 0.01 0.47 0.00 0.20 -soufrées soufré adj f p 0.01 0.47 0.00 0.14 -soufrés soufré adj m p 0.01 0.47 0.00 0.07 -souhait souhait nom m s 10.41 8.65 5.69 6.22 -souhaita souhaiter ver 85.59 82.16 0.16 2.84 ind:pas:3s; -souhaitable souhaitable adj s 1.40 3.72 1.23 3.24 -souhaitables souhaitable adj p 1.40 3.72 0.17 0.47 -souhaitai souhaiter ver 85.59 82.16 0.02 0.74 ind:pas:1s; -souhaitaient souhaiter ver 85.59 82.16 0.63 2.03 ind:imp:3p; -souhaitais souhaiter ver 85.59 82.16 1.72 6.76 ind:imp:1s;ind:imp:2s; -souhaitait souhaiter ver 85.59 82.16 1.96 13.72 ind:imp:3s; -souhaitant souhaiter ver 85.59 82.16 0.72 2.84 par:pre; -souhaite souhaiter ver 85.59 82.16 39.98 17.30 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:1s; -souhaitent souhaiter ver 85.59 82.16 2.87 0.95 ind:pre:3p; -souhaiter souhaiter ver 85.59 82.16 8.87 10.41 inf;; -souhaitera souhaiter ver 85.59 82.16 0.10 0.14 ind:fut:3s; -souhaiterai souhaiter ver 85.59 82.16 0.40 0.00 ind:fut:1s; -souhaiteraient souhaiter ver 85.59 82.16 0.27 0.14 cnd:pre:3p; -souhaiterais souhaiter ver 85.59 82.16 3.11 1.55 cnd:pre:1s;cnd:pre:2s; -souhaiterait souhaiter ver 85.59 82.16 1.49 1.28 cnd:pre:3s; -souhaiteras souhaiter ver 85.59 82.16 0.11 0.00 ind:fut:2s; -souhaiterez souhaiter ver 85.59 82.16 0.22 0.20 ind:fut:2p; -souhaiteriez souhaiter ver 85.59 82.16 0.57 0.14 cnd:pre:2p; -souhaiterions souhaiter ver 85.59 82.16 0.34 0.07 cnd:pre:1p; -souhaiterons souhaiter ver 85.59 82.16 0.16 0.00 ind:fut:1p; -souhaiteront souhaiter ver 85.59 82.16 0.00 0.14 ind:fut:3p; -souhaites souhaiter ver 85.59 82.16 3.14 0.81 ind:pre:2s; -souhaitez souhaiter ver 85.59 82.16 7.19 1.55 imp:pre:2p;ind:pre:2p; -souhaitiez souhaiter ver 85.59 82.16 0.85 0.47 ind:imp:2p;sub:pre:2p; -souhaitions souhaiter ver 85.59 82.16 0.10 0.74 ind:imp:1p; -souhaitâmes souhaiter ver 85.59 82.16 0.00 0.14 ind:pas:1p; -souhaitons souhaiter ver 85.59 82.16 4.28 1.96 imp:pre:1p;ind:pre:1p; -souhaitât souhaiter ver 85.59 82.16 0.00 0.20 sub:imp:3s; -souhaits souhait nom m p 10.41 8.65 4.72 2.43 -souhaitèrent souhaiter ver 85.59 82.16 0.02 0.27 ind:pas:3p; -souhaité souhaiter ver m s 85.59 82.16 5.91 12.50 par:pas; -souhaitée souhaiter ver f s 85.59 82.16 0.07 1.55 par:pas; -souhaitées souhaiter ver f p 85.59 82.16 0.04 0.27 par:pas; -souhaités souhaiter ver m p 85.59 82.16 0.31 0.47 par:pas; -souilla souiller ver 6.52 15.81 0.10 0.07 ind:pas:3s; -souillage souillage nom m s 0.00 0.07 0.00 0.07 -souillaient souiller ver 6.52 15.81 0.01 0.20 ind:imp:3p; -souillait souiller ver 6.52 15.81 0.02 1.01 ind:imp:3s; -souillant souiller ver 6.52 15.81 0.04 0.20 par:pre; -souillarde souillard nom f s 0.00 2.03 0.00 2.03 -souille souiller ver 6.52 15.81 0.38 0.81 imp:pre:2s;ind:pre:1s;ind:pre:3s; -souillent souiller ver 6.52 15.81 0.07 0.54 ind:pre:3p; -souiller souiller ver 6.52 15.81 1.57 1.62 inf; -souillerai souiller ver 6.52 15.81 0.05 0.07 ind:fut:1s; -souilleraient souiller ver 6.52 15.81 0.01 0.00 cnd:pre:3p; -souillerait souiller ver 6.52 15.81 0.03 0.07 cnd:pre:3s; -souilleras souiller ver 6.52 15.81 0.16 0.00 ind:fut:2s; -souilleront souiller ver 6.52 15.81 0.00 0.07 ind:fut:3p; -souilles souiller ver 6.52 15.81 0.02 0.00 ind:pre:2s; -souillez souiller ver 6.52 15.81 0.16 0.00 imp:pre:2p;ind:pre:2p; -souillon souillon nom s 0.99 1.08 0.82 0.88 -souillonnes souillonner ver 0.00 0.07 0.00 0.07 ind:pre:2s; -souillons souillon nom p 0.99 1.08 0.17 0.20 -souillé souiller ver m s 6.52 15.81 2.29 4.19 par:pas; -souillée souiller ver f s 6.52 15.81 1.10 3.45 par:pas; -souillées souiller ver f p 6.52 15.81 0.06 1.76 par:pas; -souillure souillure nom f s 0.79 2.91 0.45 1.49 -souillures souillure nom f p 0.79 2.91 0.35 1.42 -souillés souiller ver m p 6.52 15.81 0.45 1.76 par:pas; -souk souk nom m s 0.81 2.64 0.81 1.49 -souks souk nom m p 0.81 2.64 0.00 1.15 -soul soul nom f s 1.71 0.20 1.71 0.20 -soulage soulager ver 21.57 29.12 4.10 2.64 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -soulagea soulager ver 21.57 29.12 0.01 0.68 ind:pas:3s; -soulageai soulager ver 21.57 29.12 0.00 0.14 ind:pas:1s; -soulageaient soulager ver 21.57 29.12 0.03 0.14 ind:imp:3p; -soulageait soulager ver 21.57 29.12 0.17 1.28 ind:imp:3s; -soulageant soulager ver 21.57 29.12 0.11 0.20 par:pre; -soulagement soulagement nom m s 4.94 21.22 4.84 21.22 -soulagements soulagement nom m p 4.94 21.22 0.10 0.00 -soulagent soulager ver 21.57 29.12 0.34 0.34 ind:pre:3p; -soulageâmes soulager ver 21.57 29.12 0.00 0.07 ind:pas:1p; -soulageons soulager ver 21.57 29.12 0.01 0.07 ind:pre:1p; -soulager soulager ver 21.57 29.12 6.62 6.49 inf; -soulagera soulager ver 21.57 29.12 0.59 0.41 ind:fut:3s; -soulagerai soulager ver 21.57 29.12 0.06 0.00 ind:fut:1s; -soulageraient soulager ver 21.57 29.12 0.00 0.07 cnd:pre:3p; -soulagerait soulager ver 21.57 29.12 0.78 0.54 cnd:pre:3s; -soulagerez soulager ver 21.57 29.12 0.15 0.00 ind:fut:2p; -soulages soulager ver 21.57 29.12 0.24 0.00 ind:pre:2s; -soulagez soulager ver 21.57 29.12 0.15 0.00 imp:pre:2p;ind:pre:2p; -soulagèrent soulager ver 21.57 29.12 0.00 0.20 ind:pas:3p; -soulagé soulager ver m s 21.57 29.12 4.67 10.00 par:pas; -soulagée soulager ver f s 21.57 29.12 2.98 4.53 par:pas; -soulagées soulager ver f p 21.57 29.12 0.04 0.14 par:pas; -soulagés soulager ver m p 21.57 29.12 0.53 1.22 par:pas; -soule soule adj m s 0.30 0.00 0.30 0.00 -souleva soulever ver 24.26 113.38 0.60 19.39 ind:pas:3s; -soulevai soulever ver 24.26 113.38 0.00 1.15 ind:pas:1s; -soulevaient soulever ver 24.26 113.38 0.23 4.80 ind:imp:3p; -soulevais soulever ver 24.26 113.38 0.10 0.34 ind:imp:1s;ind:imp:2s; -soulevait soulever ver 24.26 113.38 0.26 14.80 ind:imp:3s; -soulevant soulever ver 24.26 113.38 0.50 10.20 par:pre; -soulever soulever ver 24.26 113.38 5.92 17.16 inf; -soulevez soulever ver 24.26 113.38 2.44 0.54 imp:pre:2p;ind:pre:2p; -soulevions soulever ver 24.26 113.38 0.00 0.07 ind:imp:1p; -soulevons soulever ver 24.26 113.38 0.35 0.14 imp:pre:1p;ind:pre:1p; -soulevât soulever ver 24.26 113.38 0.00 0.14 sub:imp:3s; -soulevèrent soulever ver 24.26 113.38 0.02 1.96 ind:pas:3p; -soulevé soulever ver m s 24.26 113.38 3.04 11.08 par:pas; -soulevée soulever ver f s 24.26 113.38 0.56 5.54 par:pas; -soulevées soulever ver f p 24.26 113.38 0.02 1.08 par:pas; -soulevés soulever ver m p 24.26 113.38 0.54 2.16 par:pas; -soulier soulier nom m s 9.76 35.68 2.53 4.80 -souliers soulier nom m p 9.76 35.68 7.23 30.88 -souligna souligner ver 4.72 22.57 0.00 0.95 ind:pas:3s; -soulignai souligner ver 4.72 22.57 0.00 0.41 ind:pas:1s; -soulignaient souligner ver 4.72 22.57 0.10 1.28 ind:imp:3p; -soulignais souligner ver 4.72 22.57 0.00 0.20 ind:imp:1s; -soulignait souligner ver 4.72 22.57 0.04 2.84 ind:imp:3s; -soulignant souligner ver 4.72 22.57 0.27 2.30 par:pre; -souligne souligner ver 4.72 22.57 0.73 2.64 imp:pre:2s;ind:pre:1s;ind:pre:3s; -soulignent souligner ver 4.72 22.57 0.14 0.74 ind:pre:3p; -souligner souligner ver 4.72 22.57 1.65 4.86 inf; -soulignera souligner ver 4.72 22.57 0.00 0.07 ind:fut:3s; -souligneraient souligner ver 4.72 22.57 0.00 0.07 cnd:pre:3p; -soulignerait souligner ver 4.72 22.57 0.00 0.07 cnd:pre:3s; -soulignez souligner ver 4.72 22.57 0.04 0.07 imp:pre:2p; -souligniez souligner ver 4.72 22.57 0.01 0.00 ind:imp:2p; -soulignions souligner ver 4.72 22.57 0.00 0.07 ind:imp:1p; -souligné souligner ver m s 4.72 22.57 1.41 2.91 par:pas; -soulignée souligner ver f s 4.72 22.57 0.01 1.08 par:pas; -soulignées souligner ver f p 4.72 22.57 0.02 0.81 par:pas; -soulignés souligner ver m p 4.72 22.57 0.29 1.22 par:pas; -soulève soulever ver 24.26 113.38 7.72 17.50 imp:pre:2s;ind:pre:1s;ind:pre:3s; -soulèvement soulèvement nom m s 1.04 2.36 0.77 2.23 -soulèvements soulèvement nom m p 1.04 2.36 0.28 0.14 -soulèvent soulever ver 24.26 113.38 0.47 4.26 ind:pre:3p; -soulèvera soulever ver 24.26 113.38 0.22 0.20 ind:fut:3s; -soulèverai soulever ver 24.26 113.38 0.27 0.14 ind:fut:1s; -soulèveraient soulever ver 24.26 113.38 0.00 0.27 cnd:pre:3p; -soulèverais soulever ver 24.26 113.38 0.03 0.07 cnd:pre:1s; -soulèverait soulever ver 24.26 113.38 0.04 0.34 cnd:pre:3s; -soulèverez soulever ver 24.26 113.38 0.01 0.00 ind:fut:2p; -soulèveriez soulever ver 24.26 113.38 0.01 0.00 cnd:pre:2p; -soulèverons soulever ver 24.26 113.38 0.04 0.00 ind:fut:1p; -soulèveront soulever ver 24.26 113.38 0.28 0.00 ind:fut:3p; -soulèves soulever ver 24.26 113.38 0.57 0.07 ind:pre:2s; -soumît soumettre ver 17.51 37.57 0.00 0.07 sub:imp:3s; -soumet soumettre ver 17.51 37.57 0.88 1.49 ind:pre:3s; -soumets soumettre ver 17.51 37.57 1.89 0.54 imp:pre:2s;ind:pre:1s;ind:pre:2s; -soumettaient soumettre ver 17.51 37.57 0.00 0.41 ind:imp:3p; -soumettais soumettre ver 17.51 37.57 0.01 0.41 ind:imp:1s; -soumettait soumettre ver 17.51 37.57 0.00 1.96 ind:imp:3s; -soumettant soumettre ver 17.51 37.57 0.07 0.34 par:pre; -soumette soumettre ver 17.51 37.57 0.23 0.41 sub:pre:1s;sub:pre:3s; -soumettent soumettre ver 17.51 37.57 0.06 0.54 ind:pre:3p; -soumettez soumettre ver 17.51 37.57 0.25 0.20 imp:pre:2p;ind:pre:2p; -soumettions soumettre ver 17.51 37.57 0.01 0.14 ind:imp:1p; -soumettons soumettre ver 17.51 37.57 0.12 0.00 imp:pre:1p;ind:pre:1p; -soumettra soumettre ver 17.51 37.57 0.27 0.20 ind:fut:3s; -soumettrai soumettre ver 17.51 37.57 0.47 0.14 ind:fut:1s; -soumettraient soumettre ver 17.51 37.57 0.00 0.07 cnd:pre:3p; -soumettrais soumettre ver 17.51 37.57 0.02 0.20 cnd:pre:1s; -soumettrait soumettre ver 17.51 37.57 0.01 0.20 cnd:pre:3s; -soumettras soumettre ver 17.51 37.57 0.03 0.00 ind:fut:2s; -soumettre soumettre ver 17.51 37.57 5.84 9.26 inf; -soumettrez soumettre ver 17.51 37.57 0.05 0.07 ind:fut:2p; -soumettront soumettre ver 17.51 37.57 0.04 0.07 ind:fut:3p; -soumirent soumettre ver 17.51 37.57 0.21 0.20 ind:pas:3p; -soumis soumettre ver m 17.51 37.57 5.22 13.65 ind:pas:1s;par:pas;par:pas; -soumise soumettre ver f s 17.51 37.57 1.21 3.78 par:pas; -soumises soumettre ver f p 17.51 37.57 0.58 1.69 par:pas; -soumission soumission nom f s 1.63 10.95 1.63 10.27 -soumissionner soumissionner ver 0.01 0.00 0.01 0.00 inf; -soumissions soumission nom f p 1.63 10.95 0.00 0.68 -soumit soumettre ver 17.51 37.57 0.02 1.55 ind:pas:3s; -soupa souper ver 8.81 6.96 0.00 0.20 ind:pas:3s; -soupaient souper ver 8.81 6.96 0.00 0.20 ind:imp:3p; -soupais souper ver 8.81 6.96 0.11 0.14 ind:imp:1s; -soupait souper ver 8.81 6.96 0.23 0.20 ind:imp:3s; -soupant souper ver 8.81 6.96 0.00 0.14 par:pre; -soupape soupape nom f s 0.92 1.28 0.39 0.61 -soupapes soupape nom f p 0.92 1.28 0.54 0.68 -soupasse souper ver 8.81 6.96 0.10 0.07 sub:imp:1s; -soupe soupe nom f s 32.26 38.04 31.72 35.74 -soupent souper ver 8.81 6.96 0.00 0.07 ind:pre:3p; -soupente soupente nom f s 0.19 3.11 0.19 2.70 -soupentes soupente nom f p 0.19 3.11 0.00 0.41 -souper souper nom m s 6.48 7.70 6.39 6.82 -soupera souper ver 8.81 6.96 0.03 0.20 ind:fut:3s; -souperaient souper ver 8.81 6.96 0.00 0.07 cnd:pre:3p; -souperait souper ver 8.81 6.96 0.00 0.07 cnd:pre:3s; -souperons souper ver 8.81 6.96 0.04 0.07 ind:fut:1p; -soupers souper nom m p 6.48 7.70 0.09 0.88 -soupes soupe nom f p 32.26 38.04 0.54 2.30 -soupesa soupeser ver 0.34 5.14 0.00 0.81 ind:pas:3s; -soupesait soupeser ver 0.34 5.14 0.00 0.88 ind:imp:3s; -soupesant soupeser ver 0.34 5.14 0.02 0.34 par:pre; -soupeser soupeser ver 0.34 5.14 0.05 1.55 inf; -soupesez soupeser ver 0.34 5.14 0.06 0.07 imp:pre:2p;ind:pre:2p; -soupesé soupeser ver m s 0.34 5.14 0.02 0.07 par:pas; -soupesée soupeser ver f s 0.34 5.14 0.00 0.14 par:pas; -soupesés soupeser ver m p 0.34 5.14 0.00 0.07 par:pas; -soupeur soupeur nom m s 0.00 0.20 0.00 0.07 -soupeurs soupeur nom m p 0.00 0.20 0.00 0.14 -soupez souper ver 8.81 6.96 0.06 0.00 imp:pre:2p;ind:pre:2p; -soupier soupier adj m s 0.00 2.57 0.00 2.57 -soupir soupir nom m s 7.85 35.95 4.75 26.82 -soupira soupirer ver 9.81 65.47 0.03 30.74 ind:pas:3s; -soupirai soupirer ver 9.81 65.47 0.00 1.15 ind:pas:1s; -soupiraient soupirer ver 9.81 65.47 0.00 0.41 ind:imp:3p; -soupirail soupirail nom m s 0.16 3.24 0.16 2.84 -soupirais soupirer ver 9.81 65.47 0.01 0.47 ind:imp:1s;ind:imp:2s; -soupirait soupirer ver 9.81 65.47 0.13 6.96 ind:imp:3s; -soupirant soupirant nom m s 0.96 2.23 0.61 1.55 -soupirants soupirant nom m p 0.96 2.23 0.35 0.68 -soupiraux soupirail nom m p 0.16 3.24 0.00 0.41 -soupire soupirer ver 9.81 65.47 6.71 10.27 imp:pre:2s;ind:pre:1s;ind:pre:3s; -soupirent soupirer ver 9.81 65.47 0.19 0.27 ind:pre:3p; -soupirer soupirer ver 9.81 65.47 0.99 2.91 inf; -soupirerait soupirer ver 9.81 65.47 0.00 0.07 cnd:pre:3s; -soupires soupirer ver 9.81 65.47 0.36 0.34 ind:pre:2s; -soupirez soupirer ver 9.81 65.47 0.38 0.20 imp:pre:2p;ind:pre:2p; -soupirions soupirer ver 9.81 65.47 0.00 0.07 ind:imp:1p; -soupirons soupirer ver 9.81 65.47 0.00 0.14 ind:pre:1p; -soupirât soupirer ver 9.81 65.47 0.00 0.20 sub:imp:3s; -soupirs soupir nom m p 7.85 35.95 3.10 9.12 -soupirèrent soupirer ver 9.81 65.47 0.00 0.20 ind:pas:3p; -soupiré soupirer ver m s 9.81 65.47 0.69 5.47 par:pas; -soupière soupière nom f s 0.10 2.43 0.07 2.23 -soupières soupière nom f p 0.10 2.43 0.02 0.20 -souple souple adj s 4.22 27.23 3.21 20.00 -souplement souplement adv 0.00 1.55 0.00 1.55 -souples souple adj p 4.22 27.23 1.02 7.23 -souplesse souplesse nom f s 1.28 9.86 1.28 9.73 -souplesses souplesse nom f p 1.28 9.86 0.00 0.14 -soupâmes souper ver 8.81 6.96 0.00 0.07 ind:pas:1p; -soupons souper ver 8.81 6.96 0.13 0.14 imp:pre:1p;ind:pre:1p; -soupçon soupçon nom m s 15.53 23.58 5.75 15.61 -soupçonna soupçonner ver 19.88 34.59 0.04 0.54 ind:pas:3s; -soupçonnable soupçonnable adj s 0.00 0.07 0.00 0.07 -soupçonnai soupçonner ver 19.88 34.59 0.00 0.27 ind:pas:1s; -soupçonnaient soupçonner ver 19.88 34.59 0.34 1.08 ind:imp:3p; -soupçonnais soupçonner ver 19.88 34.59 0.83 3.11 ind:imp:1s;ind:imp:2s; -soupçonnait soupçonner ver 19.88 34.59 0.65 5.14 ind:imp:3s; -soupçonnant soupçonner ver 19.88 34.59 0.12 0.74 par:pre; -soupçonne soupçonner ver 19.88 34.59 6.25 6.08 imp:pre:2s;ind:pre:1s;ind:pre:3s; -soupçonnent soupçonner ver 19.88 34.59 0.79 0.61 ind:pre:3p; -soupçonner soupçonner ver 19.88 34.59 2.82 7.84 inf; -soupçonnera soupçonner ver 19.88 34.59 0.58 0.14 ind:fut:3s; -soupçonnerais soupçonner ver 19.88 34.59 0.04 0.14 cnd:pre:1s;cnd:pre:2s; -soupçonnerait soupçonner ver 19.88 34.59 0.32 0.41 cnd:pre:3s; -soupçonneriez soupçonner ver 19.88 34.59 0.01 0.07 cnd:pre:2p; -soupçonneront soupçonner ver 19.88 34.59 0.19 0.07 ind:fut:3p; -soupçonnes soupçonner ver 19.88 34.59 0.48 0.34 ind:pre:2s; -soupçonneuse soupçonneux adj f s 1.25 6.22 0.30 1.08 -soupçonneuses soupçonneux adj f p 1.25 6.22 0.00 0.20 -soupçonneux soupçonneux adj m 1.25 6.22 0.95 4.93 -soupçonnez soupçonner ver 19.88 34.59 1.32 0.20 imp:pre:2p;ind:pre:2p; -soupçonniez soupçonner ver 19.88 34.59 0.41 0.20 ind:imp:2p; -soupçonnions soupçonner ver 19.88 34.59 0.16 0.14 ind:imp:1p; -soupçonnons soupçonner ver 19.88 34.59 0.15 0.27 ind:pre:1p; -soupçonnât soupçonner ver 19.88 34.59 0.00 0.20 sub:imp:3s; -soupçonnèrent soupçonner ver 19.88 34.59 0.01 0.14 ind:pas:3p; -soupçonné soupçonner ver m s 19.88 34.59 3.49 4.86 par:pas; -soupçonnée soupçonner ver f s 19.88 34.59 0.64 1.28 par:pas; -soupçonnées soupçonner ver f p 19.88 34.59 0.03 0.27 par:pas; -soupçonnés soupçonner ver m p 19.88 34.59 0.22 0.47 par:pas; -soupçons soupçon nom m p 15.53 23.58 9.78 7.97 -soupèrent souper ver 8.81 6.96 0.01 0.20 ind:pas:3p; -soupèse soupeser ver 0.34 5.14 0.19 1.15 imp:pre:2s;ind:pre:1s;ind:pre:3s; -soupèserait soupeser ver 0.34 5.14 0.00 0.07 cnd:pre:3s; -soupé souper ver m s 8.81 6.96 1.73 0.95 par:pas; -souquaient souquer ver 0.43 0.20 0.00 0.07 ind:imp:3p; -souque souquer ver 0.43 0.20 0.01 0.07 imp:pre:2s;ind:pre:3s; -souquenille souquenille nom f s 0.00 0.41 0.00 0.27 -souquenilles souquenille nom f p 0.00 0.41 0.00 0.14 -souquer souquer ver 0.43 0.20 0.01 0.00 inf; -souquez souquer ver 0.43 0.20 0.40 0.00 imp:pre:2p; -souqué souquer ver m s 0.43 0.20 0.01 0.07 par:pas; -sourîmes sourire ver 53.97 262.91 0.00 0.07 ind:pas:1p; -sourît sourire ver 53.97 262.91 0.00 0.20 sub:imp:3s; -sourate sourate nom f s 0.14 0.20 0.14 0.14 -sourates sourate nom f p 0.14 0.20 0.00 0.07 -source source nom f s 46.44 49.19 37.34 35.41 -sources source nom f p 46.44 49.19 9.11 13.78 -sourcier sourcier nom m s 0.40 0.81 0.40 0.74 -sourciers sourcier nom m p 0.40 0.81 0.00 0.07 -sourcil sourcil nom m s 5.85 47.64 1.42 8.65 -sourcilière sourcilier adj f s 0.20 1.62 0.20 0.95 -sourcilières sourcilier adj f p 0.20 1.62 0.00 0.68 -sourcilla sourciller ver 0.61 2.09 0.00 0.34 ind:pas:3s; -sourcillai sourciller ver 0.61 2.09 0.00 0.07 ind:pas:1s; -sourcille sourciller ver 0.61 2.09 0.00 0.07 ind:pre:3s; -sourciller sourciller ver 0.61 2.09 0.54 1.49 inf; -sourcilleuse sourcilleux adj f s 0.01 1.96 0.00 0.61 -sourcilleuses sourcilleux adj f p 0.01 1.96 0.00 0.20 -sourcilleux sourcilleux adj m 0.01 1.96 0.01 1.15 -sourcillé sourciller ver m s 0.61 2.09 0.07 0.14 par:pas; -sourcils sourcil nom m p 5.85 47.64 4.43 38.99 -sourd_muet sourd_muet adj m s 0.78 0.20 0.77 0.20 -sourd sourd adj m s 25.69 50.68 16.96 19.73 -sourdaient sourdaient ver 0.00 0.20 0.00 0.20 inf; -sourdait sourdait ver 0.00 1.08 0.00 1.08 inf; -sourdant sourdre ver 0.42 5.47 0.00 0.20 par:pre; -sourde_muette sourde_muette nom f s 0.24 0.07 0.24 0.07 -sourde sourd adj f s 25.69 50.68 5.58 21.76 -sourdement sourdement adv 0.00 6.55 0.00 6.55 -sourdes sourd adj f p 25.69 50.68 0.48 2.91 -sourdine sourdine nom f s 0.73 6.49 0.73 6.49 -sourdingue sourdingue adj s 0.10 1.42 0.10 1.28 -sourdingues sourdingue adj m p 0.10 1.42 0.00 0.14 -sourdre sourdre ver 0.42 5.47 0.00 3.45 inf; -sourdront sourdre ver 0.42 5.47 0.00 0.07 ind:fut:3p; -sourd_muet sourd_muet nom m p 1.48 1.01 0.88 0.68 -sourds sourd adj m p 25.69 50.68 2.66 6.28 -souri sourire ver m s 53.97 262.91 3.19 12.97 par:pas; -souriaient sourire ver 53.97 262.91 0.39 5.34 ind:imp:3p; -souriais sourire ver 53.97 262.91 0.67 3.31 ind:imp:1s;ind:imp:2s; -souriait sourire ver 53.97 262.91 2.00 44.26 ind:imp:3s; -souriant souriant adj m s 4.02 23.45 2.22 9.46 -souriante souriant adj f s 4.02 23.45 1.07 10.95 -souriantes souriant adj f p 4.02 23.45 0.25 1.28 -souriants souriant adj m p 4.02 23.45 0.47 1.76 -souriceau souriceau nom m s 0.35 0.41 0.35 0.34 -souriceaux souriceau nom m p 0.35 0.41 0.00 0.07 -souricière souricière nom f s 0.27 0.34 0.23 0.34 -souricières souricière nom f p 0.27 0.34 0.04 0.00 -sourie sourire ver 53.97 262.91 0.50 0.14 sub:pre:1s;sub:pre:3s; -sourient sourire ver 53.97 262.91 1.49 3.38 ind:pre:3p; -souries sourire ver 53.97 262.91 0.09 0.00 sub:pre:2s; -souriez sourire ver 53.97 262.91 10.00 0.88 imp:pre:2p;ind:pre:2p; -souriions sourire ver 53.97 262.91 0.00 0.20 ind:imp:1p; -sourions sourire ver 53.97 262.91 0.08 0.34 imp:pre:1p;ind:pre:1p; -sourira sourire ver 53.97 262.91 0.46 0.41 ind:fut:3s; -sourirai sourire ver 53.97 262.91 0.35 0.07 ind:fut:1s; -souriraient sourire ver 53.97 262.91 0.01 0.14 cnd:pre:3p; -sourirais sourire ver 53.97 262.91 0.04 0.07 cnd:pre:1s;cnd:pre:2s; -sourirait sourire ver 53.97 262.91 0.04 0.88 cnd:pre:3s; -souriras sourire ver 53.97 262.91 0.20 0.00 ind:fut:2s; -sourire sourire nom m s 36.08 215.34 33.79 196.55 -sourirent sourire ver 53.97 262.91 0.00 2.03 ind:pas:3p; -sourires sourire nom m p 36.08 215.34 2.29 18.78 -sourirons sourire ver 53.97 262.91 0.02 0.00 ind:fut:1p; -souriront sourire ver 53.97 262.91 0.02 0.00 ind:fut:3p; -souris souris nom 21.94 22.57 21.94 22.57 -sourit sourire ver 53.97 262.91 11.70 95.74 ind:pre:3s;ind:pas:3s; -sournois sournois adj m 2.64 16.89 1.87 8.92 -sournoise sournois adj f s 2.64 16.89 0.72 6.28 -sournoisement sournoisement adv 0.12 4.80 0.12 4.80 -sournoiserie sournoiserie nom f s 0.04 0.95 0.04 0.61 -sournoiseries sournoiserie nom f p 0.04 0.95 0.00 0.34 -sournoises sournois adj f p 2.64 16.89 0.04 1.69 -sous_alimentation sous_alimentation nom f s 0.03 0.27 0.03 0.27 -sous_alimenter sous_alimenter ver m s 0.04 0.00 0.02 0.00 par:pas; -sous_alimenté sous_alimenté adj f s 0.04 0.20 0.04 0.07 -sous_alimenté sous_alimenté nom m p 0.01 0.27 0.01 0.14 -sous_bibliothécaire sous_bibliothécaire nom s 0.00 0.47 0.00 0.47 -sous_bois sous_bois nom m 0.49 7.57 0.49 7.57 -sous_chef sous_chef nom m s 0.73 0.88 0.69 0.74 -sous_chef sous_chef nom m p 0.73 0.88 0.04 0.14 -sous_classe sous_classe nom f s 0.01 0.00 0.01 0.00 -sous_clavier sous_clavier adj f s 0.28 0.00 0.28 0.00 -sous_comité sous_comité nom m s 0.26 0.07 0.26 0.07 -sous_commission sous_commission nom f s 0.18 0.07 0.18 0.07 -sous_continent sous_continent nom m s 0.06 0.07 0.05 0.07 -sous_continent sous_continent nom m p 0.06 0.07 0.01 0.00 -sous_couche sous_couche nom f s 0.03 0.00 0.03 0.00 -sous_cul sous_cul nom m s 0.00 0.07 0.00 0.07 -sous_cutané sous_cutané adj m s 0.28 0.07 0.10 0.00 -sous_cutané sous_cutané adj f s 0.28 0.07 0.10 0.00 -sous_cutané sous_cutané adj f p 0.28 0.07 0.05 0.07 -sous_cutané sous_cutané adj m p 0.28 0.07 0.03 0.00 -sous_diacre sous_diacre nom m s 0.00 0.07 0.00 0.07 -sous_directeur sous_directeur nom m s 0.66 1.96 0.63 1.82 -sous_directeur sous_directeur nom m p 0.66 1.96 0.00 0.07 -sous_directeur sous_directeur nom f s 0.66 1.96 0.03 0.07 -sous_division sous_division nom f s 0.04 0.00 0.04 0.00 -sous_dominante sous_dominante nom f s 0.01 0.07 0.01 0.07 -sous_développement sous_développement nom m s 0.30 0.27 0.30 0.27 -sous_développé sous_développé adj m s 0.31 0.68 0.09 0.27 -sous_développé sous_développé adj f s 0.31 0.68 0.02 0.00 -sous_développé sous_développé adj f p 0.31 0.68 0.02 0.07 -sous_développé sous_développé adj m p 0.31 0.68 0.19 0.34 -sous_effectif sous_effectif nom m s 0.11 0.00 0.10 0.00 -sous_effectif sous_effectif nom m p 0.11 0.00 0.01 0.00 -sous_emploi sous_emploi nom m s 0.00 0.07 0.00 0.07 -sous_ensemble sous_ensemble nom m s 0.08 0.14 0.08 0.14 -sous_entendre sous_entendre ver 2.03 1.82 0.39 0.20 ind:pre:3s; -sous_entendre sous_entendre ver 2.03 1.82 0.17 0.00 ind:imp:1s; -sous_entendre sous_entendre ver 2.03 1.82 0.03 0.54 ind:imp:3s; -sous_entendre sous_entendre ver 2.03 1.82 0.01 0.47 par:pre; -sous_entendre sous_entendre ver 2.03 1.82 0.01 0.00 ind:pre:3p; -sous_entendre sous_entendre ver 2.03 1.82 0.42 0.00 ind:pre:2p; -sous_entendre sous_entendre ver 2.03 1.82 0.10 0.00 ind:imp:2p; -sous_entendre sous_entendre ver 2.03 1.82 0.01 0.00 cnd:pre:3s; -sous_entendre sous_entendre ver 2.03 1.82 0.11 0.27 inf; -sous_entendre sous_entendre ver 2.03 1.82 0.39 0.00 ind:pre:1s;ind:pre:2s; -sous_entendre sous_entendre ver m s 2.03 1.82 0.38 0.14 par:pas; -sous_entendu sous_entendu adj f s 0.06 0.68 0.01 0.07 -sous_entendu sous_entendu nom m p 0.77 5.34 0.45 3.38 -sous_espace sous_espace nom m s 0.22 0.00 0.22 0.00 -sous_espèce sous_espèce nom f s 0.11 0.00 0.11 0.00 -sous_estimer sous_estimer ver 7.27 1.08 0.05 0.00 ind:imp:1s; -sous_estimer sous_estimer ver 7.27 1.08 0.03 0.34 ind:imp:3s; -sous_estimation sous_estimation nom f s 0.06 0.07 0.06 0.07 -sous_estimer sous_estimer ver 7.27 1.08 1.52 0.07 imp:pre:2s;ind:pre:1s;ind:pre:3s; -sous_estimer sous_estimer ver 7.27 1.08 0.22 0.00 ind:pre:3p; -sous_estimer sous_estimer ver 7.27 1.08 1.05 0.54 inf; -sous_estimer sous_estimer ver 7.27 1.08 0.03 0.00 ind:fut:1s; -sous_estimer sous_estimer ver 7.27 1.08 0.72 0.00 ind:pre:2s; -sous_estimer sous_estimer ver 7.27 1.08 1.53 0.00 imp:pre:2p;ind:pre:2p; -sous_estimer sous_estimer ver 7.27 1.08 0.11 0.00 imp:pre:1p;ind:pre:1p; -sous_estimer sous_estimer ver m s 7.27 1.08 1.71 0.14 par:pas; -sous_estimer sous_estimer ver f s 7.27 1.08 0.14 0.00 par:pas; -sous_estimer sous_estimer ver f p 7.27 1.08 0.07 0.00 par:pas; -sous_estimer sous_estimer ver m p 7.27 1.08 0.09 0.00 par:pas; -sous_exposer sous_exposer ver m s 0.02 0.00 0.01 0.00 par:pas; -sous_exposer sous_exposer ver f p 0.02 0.00 0.01 0.00 par:pas; -sous_fifre sous_fifre nom m s 0.72 0.41 0.45 0.20 -sous_fifre sous_fifre nom m p 0.72 0.41 0.27 0.20 -sous_garde sous_garde nom f s 0.01 0.07 0.01 0.07 -sous_genre sous_genre nom m s 0.02 0.00 0.02 0.00 -sous_gorge sous_gorge nom f 0.00 0.07 0.00 0.07 -sous_groupe sous_groupe nom m s 0.01 0.00 0.01 0.00 -sous_homme sous_homme nom m s 0.20 0.61 0.16 0.00 -sous_homme sous_homme nom m p 0.20 0.61 0.05 0.61 -sous_humanité sous_humanité nom f s 0.01 0.20 0.01 0.20 -sous_intendant sous_intendant nom m s 0.30 0.00 0.10 0.00 -sous_intendant sous_intendant nom m p 0.30 0.00 0.20 0.00 -sous_jacent sous_jacent adj m s 0.81 0.34 0.19 0.20 -sous_jacent sous_jacent adj f s 0.81 0.34 0.22 0.07 -sous_jacent sous_jacent adj f p 0.81 0.34 0.01 0.07 -sous_jacent sous_jacent adj m p 0.81 0.34 0.39 0.00 -sous_lieutenant sous_lieutenant nom m s 0.81 5.61 0.76 4.93 -sous_lieutenant sous_lieutenant nom m p 0.81 5.61 0.05 0.68 -sous_locataire sous_locataire nom s 0.02 0.14 0.02 0.00 -sous_locataire sous_locataire nom p 0.02 0.14 0.00 0.14 -sous_location sous_location nom f s 0.09 0.07 0.06 0.07 -sous_location sous_location nom f p 0.09 0.07 0.03 0.00 -sous_louer sous_louer ver 0.63 0.47 0.00 0.07 ind:pas:3s; -sous_louer sous_louer ver 0.63 0.47 0.03 0.00 ind:imp:3s; -sous_louer sous_louer ver 0.63 0.47 0.21 0.00 ind:pre:1s;ind:pre:3s; -sous_louer sous_louer ver 0.63 0.47 0.17 0.14 inf; -sous_louer sous_louer ver 0.63 0.47 0.11 0.00 ind:fut:1s; -sous_louer sous_louer ver 0.63 0.47 0.02 0.00 ind:pre:2p; -sous_louer sous_louer ver 0.63 0.47 0.00 0.07 ind:pas:3p; -sous_louer sous_louer ver m s 0.63 0.47 0.08 0.20 par:pas; -sous_maîtresse sous_maîtresse nom f s 0.07 0.20 0.07 0.20 -sous_main sous_main nom m s 0.28 1.96 0.28 1.96 -sous_marin sous_marin nom m s 11.14 6.42 9.07 2.70 -sous_marin sous_marin adj f s 4.47 5.00 1.06 1.89 -sous_marin sous_marin adj f p 4.47 5.00 0.41 0.88 -sous_marinier sous_marinier nom m s 0.26 0.00 0.04 0.00 -sous_marinier sous_marinier nom m p 0.26 0.00 0.22 0.00 -sous_marin sous_marin nom m p 11.14 6.42 2.07 3.72 -sous_marque sous_marque nom f s 0.01 0.14 0.01 0.07 -sous_marque sous_marque nom f p 0.01 0.14 0.00 0.07 -sous_merde sous_merde nom f s 0.59 0.14 0.54 0.14 -sous_merde sous_merde nom f p 0.59 0.14 0.05 0.00 -sous_ministre sous_ministre nom m s 0.17 0.07 0.17 0.07 -sous_off sous_off nom m s 0.14 4.26 0.11 2.16 -sous_officier sous_officier nom m s 0.65 9.53 0.28 4.80 -sous_officier sous_officier nom m p 0.65 9.53 0.36 4.73 -sous_off sous_off nom m p 0.14 4.26 0.03 2.09 -sous_ordre sous_ordre nom m s 0.01 0.61 0.01 0.54 -sous_ordre sous_ordre nom m p 0.01 0.61 0.00 0.07 -sous_payer sous_payer ver 0.28 0.07 0.04 0.00 inf; -sous_payer sous_payer ver m s 0.28 0.07 0.14 0.07 par:pas; -sous_payer sous_payer ver m p 0.28 0.07 0.10 0.00 par:pas; -sous_pied sous_pied nom m s 0.00 0.20 0.00 0.07 -sous_pied sous_pied nom m p 0.00 0.20 0.00 0.14 -sous_plat sous_plat nom m s 0.00 0.07 0.00 0.07 -sous_prieur sous_prieur pre 0.00 0.47 0.00 0.47 -sous_produit sous_produit nom m s 0.48 0.54 0.42 0.27 -sous_produit sous_produit nom m p 0.48 0.54 0.06 0.27 -sous_programme sous_programme nom m s 0.12 0.00 0.09 0.00 -sous_programme sous_programme nom m p 0.12 0.00 0.03 0.00 -sous_prolétaire sous_prolétaire nom s 0.11 0.07 0.11 0.07 -sous_prolétariat sous_prolétariat nom m s 0.34 0.27 0.34 0.27 -sous_préfecture sous_préfecture nom f s 0.17 1.62 0.03 1.35 -sous_préfecture sous_préfecture nom f p 0.17 1.62 0.14 0.27 -sous_préfet sous_préfet nom m s 0.02 1.01 0.02 0.95 -sous_préfet sous_préfet nom m p 0.02 1.01 0.00 0.07 -sous_pull sous_pull nom m p 0.01 0.00 0.01 0.00 -sous_qualifié sous_qualifié adj m s 0.04 0.00 0.03 0.00 -sous_qualifié sous_qualifié adj f s 0.04 0.00 0.01 0.00 -sous_secrétaire sous_secrétaire nom m s 0.65 1.15 0.65 0.74 -sous_secrétaire sous_secrétaire nom m p 0.65 1.15 0.00 0.41 -sous_secrétariat sous_secrétariat nom m s 0.10 0.00 0.10 0.00 -sous_secteur sous_secteur nom m s 0.02 0.27 0.02 0.27 -sous_section sous_section nom f s 0.09 0.00 0.09 0.00 -sous_sol sous_sol nom m s 13.50 10.54 12.80 8.31 -sous_sol sous_sol nom m p 13.50 10.54 0.70 2.23 -sous_station sous_station nom f s 0.17 0.07 0.17 0.07 -sous_système sous_système nom m s 0.04 0.00 0.04 0.00 -sous_tasse sous_tasse nom f s 0.11 0.20 0.11 0.14 -sous_tasse sous_tasse nom f p 0.11 0.20 0.00 0.07 -sous_tendre sous_tendre ver 0.07 0.54 0.02 0.00 ind:pre:3s; -sous_tendre sous_tendre ver 0.07 0.54 0.00 0.07 ind:imp:3p; -sous_tendre sous_tendre ver 0.07 0.54 0.01 0.20 ind:imp:3s; -sous_tendre sous_tendre ver 0.07 0.54 0.01 0.14 ind:pre:3p; -sous_tendre sous_tendre ver m s 0.07 0.54 0.03 0.07 par:pas; -sous_tendre sous_tendre ver f s 0.07 0.54 0.00 0.07 par:pas; -sous_tension sous_tension nom f s 0.03 0.00 0.03 0.00 -sous_titrage sous_titrage nom m s 54.64 0.00 54.64 0.00 -sous_titre sous_titre nom m s 23.09 0.95 0.83 0.68 -sous_titrer sous_titrer ver 5.81 0.14 0.01 0.00 inf; -sous_titre sous_titre nom m p 23.09 0.95 22.26 0.27 -sous_titrer sous_titrer ver m s 5.81 0.14 5.72 0.00 par:pas; -sous_titrer sous_titrer ver f s 5.81 0.14 0.00 0.07 par:pas; -sous_titrer sous_titrer ver m p 5.81 0.14 0.09 0.07 par:pas; -sous_traitance sous_traitance nom f s 0.04 0.00 0.04 0.00 -sous_traitant sous_traitant nom m s 0.23 0.00 0.10 0.00 -sous_traitant sous_traitant nom m p 0.23 0.00 0.13 0.00 -sous_traiter sous_traiter ver 0.13 0.14 0.04 0.00 ind:pre:3s; -sous_traiter sous_traiter ver 0.13 0.14 0.01 0.00 ind:pre:3p; -sous_traiter sous_traiter ver 0.13 0.14 0.06 0.07 inf; -sous_traiter sous_traiter ver m p 0.13 0.14 0.00 0.07 par:pas; -sous_équipé sous_équipé adj m p 0.07 0.00 0.07 0.00 -sous_évaluer sous_évaluer ver 0.10 0.00 0.01 0.00 ind:imp:3s; -sous_évaluer sous_évaluer ver m s 0.10 0.00 0.06 0.00 par:pas; -sous_évaluer sous_évaluer ver f p 0.10 0.00 0.02 0.00 par:pas; -sous_ventrière sous_ventrière nom f s 0.03 0.47 0.03 0.47 -sous_verge sous_verge nom m 0.00 0.54 0.00 0.54 -sous_verre sous_verre nom m 0.06 0.20 0.06 0.20 -sous_vêtement sous_vêtement nom m s 6.57 2.77 0.33 0.41 -sous_vêtement sous_vêtement nom m p 6.57 2.77 6.24 2.36 -sous sous pre 315.49 1032.70 315.49 1032.70 -souscripteur souscripteur nom m s 0.02 0.20 0.01 0.00 -souscripteurs souscripteur nom m p 0.02 0.20 0.01 0.20 -souscription souscription nom f s 0.16 0.41 0.14 0.27 -souscriptions souscription nom f p 0.16 0.41 0.03 0.14 -souscrira souscrire ver 0.95 3.11 0.04 0.00 ind:fut:3s; -souscrirai souscrire ver 0.95 3.11 0.00 0.07 ind:fut:1s; -souscrirait souscrire ver 0.95 3.11 0.00 0.07 cnd:pre:3s; -souscrire souscrire ver 0.95 3.11 0.20 0.88 inf; -souscris souscrire ver 0.95 3.11 0.27 0.20 imp:pre:2s;ind:pre:1s;ind:pre:2s; -souscrit souscrire ver m s 0.95 3.11 0.22 1.15 ind:pre:3s;par:pas; -souscrite souscrire ver f s 0.95 3.11 0.03 0.14 par:pas; -souscrites souscrire ver f p 0.95 3.11 0.01 0.14 par:pas; -souscrits souscrire ver m p 0.95 3.11 0.00 0.20 par:pas; -souscrivais souscrire ver 0.95 3.11 0.01 0.07 ind:imp:1s; -souscrivait souscrire ver 0.95 3.11 0.00 0.14 ind:imp:3s; -souscrivez souscrire ver 0.95 3.11 0.17 0.00 imp:pre:2p;ind:pre:2p; -souscrivons souscrire ver 0.95 3.11 0.00 0.07 ind:pre:1p; -soussigner sous-signer ver 0.00 0.07 0.00 0.07 inf; -soussigné soussigné adj m s 1.83 0.61 1.44 0.61 -soussignée soussigné adj f s 1.83 0.61 0.03 0.00 -soussignés soussigné adj m p 1.83 0.61 0.36 0.00 -soussou soussou nom s 0.00 0.54 0.00 0.47 -soussous soussou nom p 0.00 0.54 0.00 0.07 -soustraction soustraction nom f s 0.15 1.08 0.11 0.68 -soustractions soustraction nom f p 0.15 1.08 0.04 0.41 -soustrairait soustraire ver 2.17 7.84 0.00 0.07 cnd:pre:3s; -soustraire soustraire ver 2.17 7.84 1.72 4.73 inf; -soustrais soustraire ver 2.17 7.84 0.02 0.00 imp:pre:2s;ind:pre:1s; -soustrait soustraire ver m s 2.17 7.84 0.36 1.15 ind:pre:3s;par:pas; -soustraite soustraire ver f s 2.17 7.84 0.00 0.20 par:pas; -soustraites soustraire ver f p 2.17 7.84 0.00 0.07 par:pas; -soustraits soustraire ver m p 2.17 7.84 0.04 1.08 par:pas; -soustrayaient soustraire ver 2.17 7.84 0.00 0.07 ind:imp:3p; -soustrayait soustraire ver 2.17 7.84 0.00 0.27 ind:imp:3s; -soustrayant soustraire ver 2.17 7.84 0.00 0.20 par:pre; -soustrayez soustraire ver 2.17 7.84 0.03 0.00 imp:pre:2p; -soutînt soutenir ver 35.56 61.22 0.01 0.07 sub:imp:3s; -soutachait soutacher ver 0.00 0.81 0.00 0.07 ind:imp:3s; -soutache soutache nom f s 0.00 0.14 0.00 0.07 -soutaches soutache nom f p 0.00 0.14 0.00 0.07 -soutaché soutacher ver m s 0.00 0.81 0.00 0.20 par:pas; -soutachée soutacher ver f s 0.00 0.81 0.00 0.27 par:pas; -soutachées soutacher ver f p 0.00 0.81 0.00 0.07 par:pas; -soutachés soutacher ver m p 0.00 0.81 0.00 0.20 par:pas; -soutane soutane nom f s 1.75 6.89 1.49 6.08 -soutanelle soutanelle nom f s 0.00 0.07 0.00 0.07 -soutanes soutane nom f p 1.75 6.89 0.26 0.81 -soute soute nom f s 2.62 2.16 2.33 0.95 -soutenable soutenable adj s 0.00 0.14 0.00 0.14 -soutenaient soutenir ver 35.56 61.22 0.34 2.77 ind:imp:3p; -soutenais soutenir ver 35.56 61.22 0.34 0.68 ind:imp:1s;ind:imp:2s; -soutenait soutenir ver 35.56 61.22 0.96 7.23 ind:imp:3s; -soutenance soutenance nom f s 0.03 0.14 0.03 0.14 -soutenant soutenir ver 35.56 61.22 0.27 3.31 par:pre; -souteneur souteneur nom m s 1.36 1.89 0.75 1.08 -souteneurs souteneur nom m p 1.36 1.89 0.61 0.81 -soutenez soutenir ver 35.56 61.22 1.70 0.27 imp:pre:2p;ind:pre:2p; -souteniez soutenir ver 35.56 61.22 0.14 0.07 ind:imp:2p; -soutenions soutenir ver 35.56 61.22 0.14 0.34 ind:imp:1p; -soutenir soutenir ver 35.56 61.22 10.17 18.45 inf; -soutenons soutenir ver 35.56 61.22 0.92 0.00 imp:pre:1p;ind:pre:1p; -soutenu soutenir ver m s 35.56 61.22 5.46 8.92 par:pas; -soutenue soutenir ver f s 35.56 61.22 1.36 3.45 par:pas; -soutenues soutenir ver f p 35.56 61.22 0.07 0.95 par:pas; -soutenus soutenir ver m p 35.56 61.22 0.45 1.69 par:pas; -souter souter ver 0.03 0.00 0.03 0.00 inf; -souterrain souterrain adj m s 4.88 13.04 2.63 4.86 -souterraine souterrain adj f s 4.88 13.04 0.98 3.72 -souterrainement souterrainement adv 0.00 0.27 0.00 0.27 -souterraines souterrain adj f p 4.88 13.04 0.40 2.23 -souterrains souterrain nom m p 2.90 5.07 1.60 1.82 -soutes soute nom f p 2.62 2.16 0.29 1.22 -soutien_gorge soutien_gorge nom m s 5.86 8.65 4.89 7.91 -soutien soutien nom m s 18.87 9.53 18.21 8.92 -soutiendra soutenir ver 35.56 61.22 0.58 0.34 ind:fut:3s; -soutiendrai soutenir ver 35.56 61.22 0.70 0.07 ind:fut:1s; -soutiendraient soutenir ver 35.56 61.22 0.07 0.20 cnd:pre:3p; -soutiendrais soutenir ver 35.56 61.22 0.09 0.27 cnd:pre:1s;cnd:pre:2s; -soutiendrait soutenir ver 35.56 61.22 0.10 0.54 cnd:pre:3s; -soutiendras soutenir ver 35.56 61.22 0.05 0.00 ind:fut:2s; -soutiendrez soutenir ver 35.56 61.22 0.07 0.00 ind:fut:2p; -soutiendriez soutenir ver 35.56 61.22 0.02 0.00 cnd:pre:2p; -soutiendrons soutenir ver 35.56 61.22 0.08 0.07 ind:fut:1p; -soutiendront soutenir ver 35.56 61.22 0.39 0.34 ind:fut:3p; -soutienne soutenir ver 35.56 61.22 0.43 0.41 sub:pre:1s;sub:pre:3s; -soutiennent soutenir ver 35.56 61.22 1.85 2.84 ind:pre:3p; -soutiennes soutenir ver 35.56 61.22 0.16 0.00 sub:pre:2s; -soutien_gorge soutien_gorge nom m p 5.86 8.65 0.96 0.74 -soutiens soutenir ver 35.56 61.22 3.34 1.28 imp:pre:2s;ind:pre:1s;ind:pre:2s; -soutient soutenir ver 35.56 61.22 5.14 4.59 ind:pre:3s; -soutier soutier nom m s 0.03 0.54 0.03 0.47 -soutiers soutier nom m p 0.03 0.54 0.00 0.07 -soutif soutif nom m s 2.11 0.20 1.81 0.14 -soutifs soutif nom m p 2.11 0.20 0.29 0.07 -soutinrent soutenir ver 35.56 61.22 0.14 0.27 ind:pas:3p; -soutins soutenir ver 35.56 61.22 0.00 0.07 ind:pas:1s; -soutint soutenir ver 35.56 61.22 0.02 1.76 ind:pas:3s; -soutirage soutirage nom m s 0.00 0.07 0.00 0.07 -soutiraient soutirer ver 2.32 1.82 0.00 0.07 ind:imp:3p; -soutire soutirer ver 2.32 1.82 0.14 0.14 ind:pre:1s;ind:pre:3s; -soutirent soutirer ver 2.32 1.82 0.03 0.00 ind:pre:3p; -soutirer soutirer ver 2.32 1.82 1.88 1.42 inf; -soutirerai soutirer ver 2.32 1.82 0.03 0.00 ind:fut:1s; -soutirez soutirer ver 2.32 1.82 0.02 0.00 ind:pre:2p; -soutiré soutirer ver m s 2.32 1.82 0.21 0.14 par:pas; -soutirée soutirer ver f s 2.32 1.82 0.01 0.00 par:pas; -soutirées soutirer ver f p 2.32 1.82 0.00 0.07 par:pas; -soutra soutra nom m s 0.20 0.00 0.20 0.00 -soutènement soutènement nom m s 0.04 0.54 0.04 0.54 -souvînt souvenir ver 315.05 215.41 0.00 0.81 sub:imp:3s; -souvenaient souvenir ver 315.05 215.41 0.10 2.16 ind:imp:3p; -souvenais souvenir ver 315.05 215.41 1.76 8.99 ind:imp:1s;ind:imp:2s; -souvenait souvenir ver 315.05 215.41 1.23 24.12 ind:imp:3s; -souvenance souvenance nom f s 0.03 0.81 0.03 0.47 -souvenances souvenance nom f p 0.03 0.81 0.00 0.34 -souvenant souvenir ver 315.05 215.41 0.26 3.72 par:pre; -souvenez souvenir ver 315.05 215.41 36.70 10.88 imp:pre:2p;ind:pre:2p; -souveniez souvenir ver 315.05 215.41 0.54 0.54 ind:imp:2p;sub:pre:2p; -souvenions souvenir ver 315.05 215.41 0.01 0.27 ind:imp:1p; -souvenir souvenir ver 315.05 215.41 31.36 38.65 inf; -souvenirs souvenir nom m p 63.24 197.03 32.79 90.34 -souvenons souvenir ver 315.05 215.41 0.97 0.27 imp:pre:1p;ind:pre:1p; -souvent souvent adv_sup 135.54 286.96 135.54 286.96 -souventefois souventefois adv 0.00 0.14 0.00 0.14 -souventes_fois souventes_fois adv 0.00 0.27 0.00 0.27 -souvenu souvenir ver m s 315.05 215.41 3.71 3.38 par:pas; -souvenue souvenir ver f s 315.05 215.41 0.89 1.35 par:pas; -souvenus souvenir ver m p 315.05 215.41 0.20 0.00 par:pas; -souverain souverain nom m s 5.33 8.18 3.97 4.19 -souveraine souverain adj f s 3.36 10.00 1.54 5.14 -souverainement souverainement adv 0.16 2.09 0.16 2.09 -souveraines souverain adj f p 3.36 10.00 0.02 0.27 -souveraineté souveraineté nom f s 0.63 10.81 0.63 10.74 -souverainetés souveraineté nom f p 0.63 10.81 0.00 0.07 -souverains souverain nom m p 5.33 8.18 0.43 2.03 -souviendra souvenir ver 315.05 215.41 3.56 1.76 ind:fut:3s; -souviendrai souvenir ver 315.05 215.41 5.67 1.69 ind:fut:1s; -souviendraient souvenir ver 315.05 215.41 0.05 0.54 cnd:pre:3p; -souviendrais souvenir ver 315.05 215.41 1.44 0.68 cnd:pre:1s;cnd:pre:2s; -souviendrait souvenir ver 315.05 215.41 0.60 1.76 cnd:pre:3s; -souviendras souvenir ver 315.05 215.41 2.79 0.68 ind:fut:2s; -souviendrez souvenir ver 315.05 215.41 0.73 0.34 ind:fut:2p; -souviendriez souvenir ver 315.05 215.41 0.14 0.00 cnd:pre:2p; -souviendrons souvenir ver 315.05 215.41 0.22 0.07 ind:fut:1p; -souviendront souvenir ver 315.05 215.41 0.73 0.68 ind:fut:3p; -souvienne souvenir ver 315.05 215.41 5.55 3.38 sub:pre:1s;sub:pre:3s; -souviennent souvenir ver 315.05 215.41 2.83 3.04 ind:pre:3p; -souviennes souvenir ver 315.05 215.41 1.58 0.27 sub:pre:2s; -souviens souvenir ver 315.05 215.41 198.30 72.84 imp:pre:2s;ind:pre:1s;ind:pre:2s; -souvient souvenir ver 315.05 215.41 12.60 15.68 ind:pre:3s; -souvinrent souvenir ver 315.05 215.41 0.01 0.20 ind:pas:3p; -souvins souvenir ver 315.05 215.41 0.31 2.91 ind:pas:1s; -souvinssent souvenir ver 315.05 215.41 0.00 0.07 sub:imp:3p; -souvint souvenir ver 315.05 215.41 0.23 13.72 ind:pas:3s; -souvlaki souvlaki nom m s 0.02 0.14 0.02 0.14 -soviet soviet nom m s 2.54 7.70 0.73 2.43 -soviets soviet nom m p 2.54 7.70 1.81 5.27 -soviétique soviétique adj s 10.68 24.59 8.89 20.47 -soviétiques soviétique adj p 10.68 24.59 1.79 4.12 -soviétisation soviétisation nom f s 0.00 0.14 0.00 0.14 -soviétisme soviétisme nom m s 0.00 0.34 0.00 0.34 -soviétologues soviétologue nom p 0.00 0.07 0.00 0.07 -sovkhoze sovkhoze nom m s 0.01 0.07 0.01 0.00 -sovkhozes sovkhoze nom m p 0.01 0.07 0.00 0.07 -soya soya nom m s 0.09 0.00 0.09 0.00 -soyeuse soyeux adj f s 0.61 13.04 0.10 4.12 -soyeusement soyeusement adv 0.00 0.07 0.00 0.07 -soyeuses soyeux adj f p 0.61 13.04 0.04 1.76 -soyeux soyeux adj m 0.61 13.04 0.47 7.16 -soyez être aux 8074.24 6501.82 24.16 5.34 sub:pre:2p; -soyons être aux 8074.24 6501.82 4.79 3.11 sub:pre:1p; -spa spa nom m s 1.05 0.00 0.79 0.00 -spacieuse spacieux adj f s 2.00 4.26 0.68 1.62 -spacieuses spacieux adj f p 2.00 4.26 0.20 0.54 -spacieux spacieux adj m 2.00 4.26 1.12 2.09 -spadassin spadassin nom m s 0.02 1.15 0.02 0.68 -spadassins spadassin nom m p 0.02 1.15 0.00 0.47 -spadille spadille nom m s 0.00 0.07 0.00 0.07 -spaghetti spaghetti nom m s 7.02 2.97 3.73 1.89 -spaghettis spaghetti nom m p 7.02 2.97 3.29 1.08 -spahi spahi nom m s 0.00 2.30 0.00 0.41 -spahis spahi nom m p 0.00 2.30 0.00 1.89 -spamming spamming nom m s 0.01 0.00 0.01 0.00 -sparadrap sparadrap nom m s 1.78 1.96 1.66 1.89 -sparadraps sparadrap nom m p 1.78 1.96 0.12 0.07 -sparring_partner sparring_partner nom m s 0.00 0.07 0.00 0.07 -spartakistes spartakiste adj p 0.01 0.00 0.01 0.00 -sparte sparte nom f s 0.00 0.14 0.00 0.14 -sparterie sparterie nom f s 0.00 0.34 0.00 0.34 -spartiate spartiate adj s 0.60 0.41 0.50 0.34 -spartiates spartiate nom p 0.36 0.34 0.26 0.14 -spartéine spartéine nom f s 0.01 0.00 0.01 0.00 -spas spa nom m p 1.05 0.00 0.26 0.00 -spasme spasme nom m s 2.13 6.76 0.47 3.38 -spasmes spasme nom m p 2.13 6.76 1.66 3.38 -spasmodique spasmodique adj s 0.34 0.81 0.15 0.41 -spasmodiquement spasmodiquement adv 0.01 0.88 0.01 0.88 -spasmodiques spasmodique adj p 0.34 0.81 0.20 0.41 -spasmophile spasmophile adj m s 0.02 0.07 0.02 0.07 -spasmophilie spasmophilie nom f s 0.01 0.20 0.01 0.20 -spasticité spasticité nom f s 0.03 0.00 0.03 0.00 -spastique spastique adj f s 0.01 0.00 0.01 0.00 -spath spath nom m s 0.07 0.00 0.07 0.00 -spatial spatial adj m s 10.94 1.35 5.90 0.61 -spatiale spatial adj f s 10.94 1.35 3.42 0.41 -spatialement spatialement adv 0.01 0.00 0.01 0.00 -spatiales spatial adj f p 10.94 1.35 0.57 0.14 -spatiaux spatial adj m p 10.94 1.35 1.05 0.20 -spatio_temporel spatio_temporel adj m s 0.21 0.20 0.09 0.07 -spatio_temporel spatio_temporel adj f s 0.21 0.20 0.13 0.14 -spationaute spationaute nom s 0.09 0.00 0.09 0.00 -spatiotemporel spatiotemporel adj m s 0.05 0.00 0.05 0.00 -spatule spatule nom f s 0.45 1.82 0.44 1.62 -spatuler spatuler ver 0.01 0.00 0.01 0.00 inf; -spatules spatule nom f p 0.45 1.82 0.01 0.20 -spatulée spatulé adj f s 0.15 0.14 0.01 0.00 -spatulées spatulé adj f p 0.15 0.14 0.14 0.07 -spatulés spatulé adj m p 0.15 0.14 0.00 0.07 -speakeasy speakeasy nom m s 0.05 0.07 0.05 0.07 -speaker speaker nom m s 1.12 3.99 0.95 2.70 -speakerine speaker nom f s 1.12 3.99 0.15 0.34 -speakerines speakerine nom f p 0.14 0.00 0.14 0.00 -speakers speaker nom m p 1.12 3.99 0.02 0.68 -species species nom m 0.10 0.07 0.10 0.07 -spectacle spectacle nom m s 55.19 73.78 51.14 66.76 -spectacles spectacle nom m p 55.19 73.78 4.05 7.03 -spectaculaire spectaculaire adj s 3.88 6.22 3.50 4.59 -spectaculairement spectaculairement adv 0.04 0.34 0.04 0.34 -spectaculaires spectaculaire adj p 3.88 6.22 0.37 1.62 -spectateur spectateur nom m s 8.41 21.69 2.50 6.49 -spectateurs spectateur nom m p 8.41 21.69 5.48 13.45 -spectatrice spectateur nom f s 8.41 21.69 0.43 1.08 -spectatrices spectatrice nom f p 0.01 0.00 0.01 0.00 -spectral spectral adj m s 0.94 0.81 0.17 0.34 -spectrale spectral adj f s 0.94 0.81 0.58 0.14 -spectrales spectral adj f p 0.94 0.81 0.13 0.34 -spectraux spectral adj m p 0.94 0.81 0.05 0.00 -spectre spectre nom m s 4.25 6.96 3.87 4.73 -spectres spectre nom m p 4.25 6.96 0.37 2.23 -spectrogramme spectrogramme nom m s 0.03 0.00 0.03 0.00 -spectrographe spectrographe nom m s 0.05 0.00 0.05 0.00 -spectrographie spectrographie nom f s 0.14 0.00 0.14 0.00 -spectrographique spectrographique adj s 0.09 0.00 0.09 0.00 -spectrohéliographe spectrohéliographe nom m s 0.01 0.00 0.01 0.00 -spectromètre spectromètre nom m s 0.34 0.00 0.34 0.00 -spectrométrie spectrométrie nom f s 0.09 0.00 0.09 0.00 -spectrométrique spectrométrique adj f s 0.01 0.00 0.01 0.00 -spectrophotomètre spectrophotomètre nom m s 0.01 0.00 0.01 0.00 -spectroscope spectroscope nom m s 0.07 0.00 0.07 0.00 -spectroscopie spectroscopie nom f s 0.01 0.00 0.01 0.00 -speech speech nom m s 1.88 0.74 1.88 0.74 -speed speed nom m s 3.45 1.49 3.45 1.49 -speede speeder ver 0.33 0.54 0.01 0.07 ind:pre:1s;ind:pre:3s; -speeder speeder ver 0.33 0.54 0.20 0.07 inf; -speedes speeder ver 0.33 0.54 0.10 0.07 ind:pre:2s; -speedé speedé adj m s 0.21 0.61 0.04 0.07 -speedée speedé adj f s 0.21 0.61 0.01 0.14 -speedés speedé adj m p 0.21 0.61 0.16 0.41 -spencer spencer nom m s 0.04 0.27 0.03 0.20 -spencers spencer nom m p 0.04 0.27 0.02 0.07 -spenglérienne spenglérienne nom f s 0.00 0.07 0.00 0.07 -spermaceti spermaceti nom m s 0.08 0.00 0.08 0.00 -spermatique spermatique adj s 0.01 0.27 0.01 0.27 -spermato spermato nom m s 0.03 0.41 0.01 0.14 -spermatogenèse spermatogenèse nom f s 0.04 0.00 0.04 0.00 -spermatos spermato nom m p 0.03 0.41 0.02 0.27 -spermatozoïde spermatozoïde nom m s 0.51 0.74 0.23 0.14 -spermatozoïdes spermatozoïde nom m p 0.51 0.74 0.28 0.61 -sperme sperme nom m s 8.47 5.07 8.31 4.93 -spermes sperme nom m p 8.47 5.07 0.15 0.14 -spermicide spermicide nom m s 0.07 0.07 0.07 0.07 -spermogramme spermogramme nom m s 0.01 0.00 0.01 0.00 -spermophiles spermophile nom m p 0.01 0.00 0.01 0.00 -spetsnaz spetsnaz nom f p 0.02 0.00 0.02 0.00 -sphaigne sphaigne nom f s 0.01 0.07 0.01 0.00 -sphaignes sphaigne nom f p 0.01 0.07 0.00 0.07 -sphincter sphincter nom m s 0.34 1.01 0.31 0.14 -sphincters sphincter nom m p 0.34 1.01 0.02 0.88 -sphinge sphinge nom f s 0.00 0.20 0.00 0.07 -sphinges sphinge nom f p 0.00 0.20 0.00 0.14 -sphinx sphinx nom m 1.27 3.04 1.27 3.04 -sphère sphère nom f s 3.90 9.19 2.48 5.74 -sphères sphère nom f p 3.90 9.19 1.42 3.45 -sphénoïde sphénoïde adj s 0.01 0.00 0.01 0.00 -sphéricité sphéricité nom f s 0.00 0.07 0.00 0.07 -sphérique sphérique adj s 0.26 1.62 0.23 1.01 -sphériquement sphériquement adv 0.01 0.00 0.01 0.00 -sphériques sphérique adj p 0.26 1.62 0.02 0.61 -sphéroïde sphéroïde nom m s 0.01 0.14 0.00 0.14 -sphéroïdes sphéroïde nom m p 0.01 0.14 0.01 0.00 -sphygmomanomètre sphygmomanomètre nom m s 0.02 0.00 0.02 0.00 -spi spi nom m s 0.01 0.00 0.01 0.00 -spic spic nom m s 0.14 0.00 0.05 0.00 -spica spica nom m s 0.08 0.14 0.08 0.14 -spics spic nom m p 0.14 0.00 0.09 0.00 -spicules spicule nom m p 0.01 0.00 0.01 0.00 -spider spider nom m s 3.27 0.41 3.27 0.41 -spin spin nom m s 0.14 0.00 0.14 0.00 -spina_bifida spina_bifida nom m s 0.04 0.00 0.04 0.00 -spina_ventosa spina_ventosa nom m s 0.00 0.07 0.00 0.07 -spina spina nom f s 0.05 0.00 0.05 0.00 -spinal spinal adj m s 0.64 0.00 0.50 0.00 -spinale spinal adj f s 0.64 0.00 0.13 0.00 -spinaux spinal adj m p 0.64 0.00 0.01 0.00 -spinnaker spinnaker nom m s 0.02 0.14 0.02 0.07 -spinnakers spinnaker nom m p 0.02 0.14 0.00 0.07 -spinozisme spinozisme nom m s 0.00 0.07 0.00 0.07 -spirale spirale nom f s 1.31 6.08 1.20 3.45 -spiraler spiraler ver 0.00 0.07 0.00 0.07 inf; -spirales spirale nom f p 1.31 6.08 0.11 2.64 -spiralé spiralé adj m s 0.01 0.20 0.01 0.07 -spiralées spiralé adj f p 0.01 0.20 0.00 0.07 -spiralés spiralé adj m p 0.01 0.20 0.00 0.07 -spire spire nom f s 0.23 0.81 0.06 0.14 -spires spire nom f p 0.23 0.81 0.17 0.68 -spirite spirite adj f s 0.03 0.07 0.02 0.00 -spirites spirite nom p 0.04 0.07 0.04 0.00 -spiritisme spiritisme nom m s 1.81 0.20 1.81 0.20 -spiritualisaient spiritualiser ver 0.10 0.74 0.00 0.07 ind:imp:3p; -spiritualise spiritualiser ver 0.10 0.74 0.00 0.20 ind:pre:3s; -spiritualiser spiritualiser ver 0.10 0.74 0.00 0.07 inf; -spiritualisme spiritualisme nom m s 0.14 0.00 0.14 0.00 -spiritualiste spiritualiste adj s 0.02 0.41 0.01 0.34 -spiritualistes spiritualiste nom p 0.02 0.00 0.02 0.00 -spiritualisé spiritualiser ver m s 0.10 0.74 0.10 0.41 par:pas; -spiritualité spiritualité nom f s 0.79 1.15 0.79 1.08 -spiritualités spiritualité nom f p 0.79 1.15 0.00 0.07 -spirituel spirituel adj m s 12.10 14.53 6.83 4.93 -spirituelle spirituel adj f s 12.10 14.53 3.89 6.15 -spirituellement spirituellement adv 0.78 0.81 0.78 0.81 -spirituelles spirituel adj f p 12.10 14.53 0.58 1.76 -spirituels spirituel adj m p 12.10 14.53 0.80 1.69 -spiritueux spiritueux nom m 0.41 0.61 0.41 0.61 -spirochète spirochète nom m s 0.02 0.00 0.02 0.00 -spirographe spirographe nom m s 0.03 0.00 0.03 0.00 -spiromètres spiromètre nom m p 0.00 0.07 0.00 0.07 -spirées spirée nom f p 0.00 0.07 0.00 0.07 -spiruline spiruline nom f s 0.01 0.00 0.01 0.00 -spitz spitz nom m s 0.01 0.00 0.01 0.00 -splash splash ono 0.27 0.27 0.27 0.27 -spleen spleen nom m s 0.11 1.55 0.11 1.35 -spleens spleen nom m p 0.11 1.55 0.00 0.20 -splendeur splendeur nom f s 5.02 14.59 4.67 10.95 -splendeurs splendeur nom f p 5.02 14.59 0.35 3.65 -splendide splendide adj s 16.73 10.14 15.45 7.30 -splendidement splendidement adv 0.21 0.07 0.21 0.07 -splendides splendide adj p 16.73 10.14 1.28 2.84 -splittaient splitter ver 0.01 0.07 0.00 0.07 ind:imp:3p; -splitter splitter ver 0.01 0.07 0.01 0.00 inf; -splénectomie splénectomie nom f s 0.09 0.00 0.09 0.00 -splénique splénique nom m s 0.05 0.00 0.05 0.00 -spoiler spoiler nom m s 0.01 0.00 0.01 0.00 -spoliait spolier ver 0.59 0.54 0.00 0.07 ind:imp:3s; -spoliation spoliation nom f s 0.00 0.61 0.00 0.47 -spoliations spoliation nom f p 0.00 0.61 0.00 0.14 -spolie spolier ver 0.59 0.54 0.14 0.00 ind:pre:3s; -spolier spolier ver 0.59 0.54 0.04 0.00 inf; -spolié spolier ver m s 0.59 0.54 0.29 0.14 par:pas; -spoliée spolier ver f s 0.59 0.54 0.00 0.07 par:pas; -spoliées spolié nom f p 0.01 0.07 0.00 0.07 -spoliés spolier ver m p 0.59 0.54 0.11 0.27 par:pas; -spondées spondée nom m p 0.00 0.07 0.00 0.07 -spondylarthrose spondylarthrose nom f s 0.01 0.00 0.01 0.00 -spondylite spondylite nom f s 0.01 0.00 0.01 0.00 -spongieuse spongieux adj f s 0.20 4.26 0.04 1.82 -spongieuses spongieux adj f p 0.20 4.26 0.00 0.34 -spongieux spongieux adj m 0.20 4.26 0.16 2.09 -spongiforme spongiforme adj f s 0.03 0.00 0.03 0.00 -sponsor sponsor nom m s 2.72 0.20 1.72 0.14 -sponsoring sponsoring nom m s 0.09 0.07 0.09 0.07 -sponsorisait sponsoriser ver 1.19 0.00 0.04 0.00 ind:imp:3s; -sponsorise sponsoriser ver 1.19 0.00 0.16 0.00 ind:pre:1s;ind:pre:3s; -sponsoriser sponsoriser ver 1.19 0.00 0.33 0.00 inf; -sponsorisera sponsoriser ver 1.19 0.00 0.03 0.00 ind:fut:3s; -sponsorisé sponsoriser ver m s 1.19 0.00 0.22 0.00 par:pas; -sponsorisée sponsoriser ver f s 1.19 0.00 0.37 0.00 par:pas; -sponsorisés sponsoriser ver m p 1.19 0.00 0.04 0.00 par:pas; -sponsors sponsor nom m p 2.72 0.20 1.00 0.07 -spontané spontané adj m s 4.14 7.97 2.02 2.77 -spontanée spontané adj f s 4.14 7.97 1.67 3.51 -spontanées spontané adj f p 4.14 7.97 0.31 0.81 -spontanéistes spontanéiste adj p 0.00 0.07 0.00 0.07 -spontanéité spontanéité nom f s 0.91 2.50 0.91 2.50 -spontanément spontanément adv 1.35 8.11 1.35 8.11 -spontanés spontané adj m p 4.14 7.97 0.15 0.88 -spoon spoon nom m s 0.31 0.00 0.31 0.00 -sporadique sporadique adj s 0.31 1.62 0.11 0.54 -sporadiquement sporadiquement adv 0.17 0.54 0.17 0.54 -sporadiques sporadique adj p 0.31 1.62 0.20 1.08 -spore spore nom f s 0.91 0.14 0.01 0.00 -spores spore nom f p 0.91 0.14 0.90 0.14 -sport sport nom m s 30.04 20.81 24.61 15.54 -sportif sportif adj m s 7.72 9.39 4.58 3.45 -sportifs sportif nom m p 2.98 4.80 1.46 2.16 -sportive sportif adj f s 7.72 9.39 1.40 2.91 -sportivement sportivement adv 0.00 0.20 0.00 0.20 -sportives sportif adj f p 7.72 9.39 0.49 0.88 -sportivité sportivité nom f s 0.02 0.00 0.02 0.00 -sports sport nom m p 30.04 20.81 5.42 5.27 -sportsman sportsman nom m s 0.00 0.61 0.00 0.41 -sportsmen sportsman nom m p 0.00 0.61 0.00 0.20 -sportswear sportswear nom m s 0.00 0.07 0.00 0.07 -spot spot nom m s 3.50 1.49 2.50 0.47 -spots spot nom m p 3.50 1.49 1.00 1.01 -spoutnik spoutnik nom m s 0.24 0.07 0.13 0.07 -spoutniks spoutnik nom m p 0.24 0.07 0.11 0.00 -sprat sprat nom m s 0.40 0.14 0.18 0.00 -sprats sprat nom m p 0.40 0.14 0.22 0.14 -spray spray nom m s 2.71 0.27 2.65 0.27 -sprays spray nom m p 2.71 0.27 0.06 0.00 -sprechgesang sprechgesang nom m s 0.00 0.07 0.00 0.07 -spring spring nom m s 0.83 0.68 0.83 0.68 -springer springer nom m s 0.59 0.00 0.59 0.00 -sprinkler sprinkler nom m s 0.05 0.00 0.02 0.00 -sprinklers sprinkler nom m p 0.05 0.00 0.03 0.00 -sprint sprint nom m s 0.89 2.23 0.85 1.82 -sprinta sprinter ver 0.41 0.68 0.00 0.07 ind:pas:3s; -sprintait sprinter ver 0.41 0.68 0.00 0.07 ind:imp:3s; -sprintant sprinter ver 0.41 0.68 0.06 0.07 par:pre; -sprinte sprinter ver 0.41 0.68 0.14 0.20 ind:pre:1s;ind:pre:3s; -sprinter sprinter nom m s 0.34 0.27 0.23 0.14 -sprinters sprinter nom m p 0.34 0.27 0.11 0.14 -sprinteur sprinteur nom m s 0.03 0.00 0.01 0.00 -sprinteurs sprinteur nom m p 0.03 0.00 0.02 0.00 -sprints sprint nom m p 0.89 2.23 0.04 0.41 -spruce spruce nom m s 0.04 0.00 0.04 0.00 -spécial spécial adj m s 83.73 31.22 48.12 14.46 -spéciale spécial adj f s 83.73 31.22 22.77 7.09 -spécialement spécialement adv 9.60 14.80 9.60 14.80 -spéciales spécial adj f p 83.73 31.22 6.48 5.00 -spécialisa spécialiser ver 4.05 5.68 0.00 0.14 ind:pas:3s; -spécialisaient spécialiser ver 4.05 5.68 0.10 0.00 ind:imp:3p; -spécialisait spécialiser ver 4.05 5.68 0.00 0.14 ind:imp:3s; -spécialisant spécialiser ver 4.05 5.68 0.02 0.07 par:pre; -spécialisation spécialisation nom f s 0.43 0.41 0.43 0.41 -spécialise spécialiser ver 4.05 5.68 0.44 0.00 imp:pre:2s;ind:pre:1s;ind:pre:3s; -spécialiser spécialiser ver 4.05 5.68 0.21 0.27 inf; -spécialiste spécialiste nom s 16.69 16.96 11.91 10.07 -spécialistes spécialiste nom p 16.69 16.96 4.79 6.89 -spécialisé spécialiser ver m s 4.05 5.68 1.80 2.43 par:pas; -spécialisée spécialiser ver f s 4.05 5.68 0.89 1.22 par:pas; -spécialisées spécialisé adj f p 1.60 5.41 0.14 1.08 -spécialisés spécialiser ver m p 4.05 5.68 0.51 0.95 par:pas; -spécialité spécialité nom f s 10.06 9.73 8.70 7.91 -spécialités spécialité nom f p 10.06 9.73 1.36 1.82 -spéciaux spécial adj m p 83.73 31.22 6.36 4.66 -spécieuse spécieux adj f s 0.11 0.41 0.04 0.07 -spécieusement spécieusement adv 0.00 0.07 0.00 0.07 -spécieuses spécieux adj f p 0.11 0.41 0.01 0.20 -spécieux spécieux adj m 0.11 0.41 0.06 0.14 -spécifiais spécifier ver 1.19 2.16 0.00 0.07 ind:imp:1s; -spécifiait spécifier ver 1.19 2.16 0.04 0.41 ind:imp:3s; -spécifiant spécifier ver 1.19 2.16 0.00 0.20 par:pre; -spécification spécification nom f s 0.48 0.07 0.02 0.00 -spécifications spécification nom f p 0.48 0.07 0.46 0.07 -spécificité spécificité nom f s 0.25 0.34 0.07 0.34 -spécificités spécificité nom f p 0.25 0.34 0.17 0.00 -spécifie spécifier ver 1.19 2.16 0.37 0.27 imp:pre:2s;ind:pre:3s; -spécifient spécifier ver 1.19 2.16 0.00 0.07 ind:pre:3p; -spécifier spécifier ver 1.19 2.16 0.19 0.27 inf; -spécifiera spécifier ver 1.19 2.16 0.03 0.00 ind:fut:3s; -spécifiez spécifier ver 1.19 2.16 0.02 0.00 imp:pre:2p; -spécifique spécifique adj s 4.80 1.96 3.59 1.42 -spécifiquement spécifiquement adv 1.18 1.22 1.18 1.22 -spécifiques spécifique adj p 4.80 1.96 1.22 0.54 -spécifié spécifier ver m s 1.19 2.16 0.53 0.88 par:pas; -spécifiée spécifié adj f s 0.15 0.07 0.03 0.00 -spécifiées spécifié adj f p 0.15 0.07 0.04 0.00 -spécifiés spécifié adj m p 0.15 0.07 0.02 0.00 -spécimen spécimen nom m s 5.26 3.31 3.46 1.49 -spécimens spécimen nom m p 5.26 3.31 1.80 1.82 -spéculaient spéculer ver 1.86 1.62 0.01 0.07 ind:imp:3p; -spéculaire spéculaire adj s 0.00 0.14 0.00 0.14 -spéculait spéculer ver 1.86 1.62 0.00 0.07 ind:imp:3s; -spéculant spéculer ver 1.86 1.62 0.03 0.34 par:pre; -spéculateur spéculateur nom m s 0.88 0.68 0.13 0.54 -spéculateurs spéculateur nom m p 0.88 0.68 0.64 0.07 -spéculatif spéculatif adj m s 0.08 0.61 0.02 0.14 -spéculatifs spéculatif adj m p 0.08 0.61 0.04 0.14 -spéculation spéculation nom f s 2.13 3.92 1.08 1.35 -spéculations spéculation nom f p 2.13 3.92 1.04 2.57 -spéculative spéculatif adj f s 0.08 0.61 0.02 0.27 -spéculatives spéculatif adj f p 0.08 0.61 0.00 0.07 -spéculatrice spéculateur nom f s 0.88 0.68 0.10 0.00 -spéculatrices spéculateur nom f p 0.88 0.68 0.00 0.07 -spécule spéculer ver 1.86 1.62 0.51 0.41 imp:pre:2s;ind:pre:1s;ind:pre:3s; -spéculent spéculer ver 1.86 1.62 0.15 0.14 ind:pre:3p; -spéculer spéculer ver 1.86 1.62 0.77 0.47 inf; -spéculeraient spéculer ver 1.86 1.62 0.00 0.07 cnd:pre:3p; -spéculez spéculer ver 1.86 1.62 0.34 0.00 imp:pre:2p;ind:pre:2p; -spéculoos spéculoos nom m 0.14 0.00 0.14 0.00 -spéculé spéculer ver m s 1.86 1.62 0.05 0.07 par:pas; -spéculum spéculum nom m s 0.13 0.14 0.13 0.14 -spéléo spéléo nom f s 0.27 0.00 0.27 0.00 -spéléologie spéléologie nom f s 0.02 0.07 0.02 0.07 -spéléologue spéléologue nom s 0.29 0.27 0.12 0.07 -spéléologues spéléologue nom p 0.29 0.27 0.17 0.20 -spéléotomie spéléotomie nom f s 0.00 0.14 0.00 0.14 -spumescent spumescent adj m s 0.00 0.07 0.00 0.07 -spumosité spumosité nom f s 0.00 0.07 0.00 0.07 -squale squale nom m s 0.47 0.20 0.23 0.00 -squales squale nom m p 0.47 0.20 0.24 0.20 -squames squame nom f p 0.01 0.14 0.01 0.14 -squameuse squameux adj f s 0.05 0.41 0.01 0.34 -squameux squameux adj m s 0.05 0.41 0.04 0.07 -square square nom m s 5.89 16.69 5.51 14.39 -squares square nom m p 5.89 16.69 0.38 2.30 -squash squash nom m s 0.73 0.07 0.73 0.07 -squat squat nom m s 1.23 0.00 1.20 0.00 -squats squat nom m p 1.23 0.00 0.03 0.00 -squattait squatter ver 1.28 0.41 0.04 0.00 ind:imp:3s; -squatte squatter ver 1.28 0.41 0.50 0.14 imp:pre:2s;ind:pre:1s;ind:pre:3s; -squatter squatter ver 1.28 0.41 0.43 0.07 inf; -squatteras squatter ver 1.28 0.41 0.01 0.00 ind:fut:2s; -squatters squatter nom m p 0.46 0.27 0.30 0.14 -squatteur squatteur nom m s 0.17 0.00 0.05 0.00 -squatteurs squatteur nom m p 0.17 0.00 0.12 0.00 -squattez squatter ver 1.28 0.41 0.03 0.00 ind:pre:2p; -squatté squatter ver m s 1.28 0.41 0.28 0.00 par:pas; -squattée squatter ver f s 1.28 0.41 0.00 0.07 par:pas; -squattées squatter ver f p 1.28 0.41 0.00 0.07 par:pas; -squattérisé squattériser ver m s 0.00 0.07 0.00 0.07 par:pas; -squattés squatter ver m p 1.28 0.41 0.00 0.07 par:pas; -squaw squaw nom f s 0.00 6.08 0.00 6.01 -squaws squaw nom f p 0.00 6.08 0.00 0.07 -squeeze squeeze nom m s 0.10 0.07 0.10 0.07 -squeezent squeezer ver 0.02 0.00 0.01 0.00 ind:pre:3p; -squeezer squeezer ver 0.02 0.00 0.01 0.00 inf; -squelette squelette nom m s 6.75 11.69 5.09 8.58 -squelettes squelette nom m p 6.75 11.69 1.65 3.11 -squelettique squelettique adj s 0.39 3.45 0.29 2.09 -squelettiques squelettique adj p 0.39 3.45 0.10 1.35 -squire squire nom m s 0.04 0.07 0.01 0.07 -squires squire nom m p 0.04 0.07 0.03 0.00 -sri_lankais sri_lankais adj m 0.01 0.00 0.01 0.00 -sri_lankais sri_lankais nom m 0.01 0.00 0.01 0.00 -stabat_mater stabat_mater nom m 0.00 0.07 0.00 0.07 -stabilisa stabiliser ver 4.84 1.42 0.01 0.00 ind:pas:3s; -stabilisait stabiliser ver 4.84 1.42 0.00 0.14 ind:imp:3s; -stabilisant stabilisant nom m s 0.02 0.00 0.02 0.00 -stabilisante stabilisant adj f s 0.03 0.00 0.03 0.00 -stabilisateur stabilisateur nom m s 0.84 0.00 0.41 0.00 -stabilisateurs stabilisateur nom m p 0.84 0.00 0.43 0.00 -stabilisation stabilisation nom f s 0.36 0.41 0.36 0.41 -stabilisatrice stabilisateur adj f s 0.35 0.00 0.03 0.00 -stabilise stabiliser ver 4.84 1.42 1.02 0.34 imp:pre:2s;ind:pre:1s;ind:pre:3s; -stabilisent stabiliser ver 4.84 1.42 0.09 0.07 ind:pre:3p; -stabiliser stabiliser ver 4.84 1.42 1.65 0.61 inf; -stabilisez stabiliser ver 4.84 1.42 0.37 0.00 imp:pre:2p; -stabilisons stabiliser ver 4.84 1.42 0.02 0.00 imp:pre:1p;ind:pre:1p; -stabilisèrent stabiliser ver 4.84 1.42 0.00 0.07 ind:pas:3p; -stabilisé stabiliser ver m s 4.84 1.42 1.20 0.20 par:pas; -stabilisée stabiliser ver f s 4.84 1.42 0.45 0.00 par:pas; -stabilisées stabilisé adj f p 0.56 0.41 0.01 0.14 -stabilisés stabiliser ver m p 4.84 1.42 0.04 0.00 par:pas; -stabilité stabilité nom f s 1.81 3.18 1.81 3.18 -stable stable adj s 10.09 4.53 8.67 3.78 -stablement stablement adv 0.00 0.07 0.00 0.07 -stables stable adj p 10.09 4.53 1.42 0.74 -stabulation stabulation nom f s 0.00 0.14 0.00 0.14 -staccato staccato nom m s 0.02 0.41 0.02 0.41 -stade stade nom m s 15.14 14.80 14.34 13.18 -stades stade nom m p 15.14 14.80 0.80 1.62 -stadium stadium nom m s 0.22 0.07 0.22 0.07 -staff staff nom m s 1.39 0.54 1.36 0.47 -staffs staff nom m p 1.39 0.54 0.03 0.07 -stage stage nom m s 6.16 5.54 4.87 4.80 -stages stage nom m p 6.16 5.54 1.28 0.74 -stagflation stagflation nom f s 0.01 0.00 0.01 0.00 -stagiaire stagiaire nom s 2.47 1.55 1.79 1.22 -stagiaires stagiaire nom p 2.47 1.55 0.69 0.34 -stagna stagner ver 0.59 5.41 0.00 0.20 ind:pas:3s; -stagnaient stagner ver 0.59 5.41 0.00 0.27 ind:imp:3p; -stagnait stagner ver 0.59 5.41 0.04 1.69 ind:imp:3s; -stagnant stagnant adj m s 0.41 2.97 0.04 0.61 -stagnante stagnant adj f s 0.41 2.97 0.26 1.69 -stagnantes stagnant adj f p 0.41 2.97 0.11 0.68 -stagnation stagnation nom f s 0.19 0.61 0.19 0.61 -stagne stagner ver 0.59 5.41 0.24 1.28 imp:pre:2s;ind:pre:1s;ind:pre:3s; -stagnent stagner ver 0.59 5.41 0.06 0.20 ind:pre:3p; -stagner stagner ver 0.59 5.41 0.21 0.74 inf; -stagnez stagner ver 0.59 5.41 0.02 0.00 ind:pre:2p; -stagné stagner ver m s 0.59 5.41 0.02 0.27 par:pas; -stakhanoviste stakhanoviste nom s 0.27 0.07 0.27 0.07 -stalactite stalactite nom f s 0.15 0.61 0.11 0.07 -stalactites stalactite nom f p 0.15 0.61 0.04 0.54 -stalag stalag nom m s 0.37 0.74 0.37 0.61 -stalagmite stalagmite nom f s 0.12 0.34 0.11 0.07 -stalagmites stalagmite nom f p 0.12 0.34 0.01 0.27 -stalags stalag nom m p 0.37 0.74 0.00 0.14 -stalinien stalinien adj m s 0.48 3.72 0.02 1.42 -stalinienne stalinien adj f s 0.48 3.72 0.42 1.35 -staliniennes stalinien adj f p 0.48 3.72 0.03 0.54 -staliniens stalinien nom m p 0.05 1.69 0.04 1.28 -stalinisme stalinisme nom m s 0.14 1.01 0.14 1.01 -stalinisée staliniser ver f s 0.00 0.07 0.00 0.07 par:pas; -stalino stalino adv 0.00 0.07 0.00 0.07 -stalle stalle nom f s 0.32 2.43 0.19 0.74 -stalles stalle nom f p 0.32 2.43 0.13 1.69 -stals stal nom p 0.00 0.20 0.00 0.20 -stance stance nom f s 0.25 0.41 0.25 0.00 -stances stance nom f p 0.25 0.41 0.00 0.41 -stand_by stand_by nom m 0.83 0.07 0.83 0.07 -stand stand nom m s 7.02 3.72 5.66 2.64 -standard standard adj 4.17 1.01 4.17 1.01 -standardisation standardisation nom f s 0.00 0.07 0.00 0.07 -standardiste standardiste nom s 0.56 1.55 0.53 1.28 -standardistes standardiste nom p 0.56 1.55 0.03 0.27 -standardisé standardiser ver m s 0.03 0.00 0.01 0.00 par:pas; -standardisée standardisé adj f s 0.13 0.14 0.11 0.00 -standardisées standardiser ver f p 0.03 0.00 0.01 0.00 par:pas; -standardisés standardisé adj m p 0.13 0.14 0.01 0.00 -standards standard nom m p 3.24 2.30 0.72 0.27 -standing standing nom m s 1.00 2.03 1.00 2.03 -stands stand nom m p 7.02 3.72 1.36 1.08 -staphylococcie staphylococcie nom f s 0.01 0.00 0.01 0.00 -staphylococcique staphylococcique adj m s 0.01 0.00 0.01 0.00 -staphylocoque staphylocoque nom m s 0.11 0.00 0.09 0.00 -staphylocoques staphylocoque nom m p 0.11 0.00 0.02 0.00 -star_system star_system nom m s 0.01 0.00 0.01 0.00 -star star nom f s 39.34 9.86 28.91 6.35 -starking starking nom f s 0.00 0.14 0.00 0.14 -starlette starlette nom f s 0.39 1.22 0.21 0.54 -starlettes starlette nom f p 0.39 1.22 0.18 0.68 -staroste staroste nom m s 0.60 0.14 0.60 0.14 -stars star nom f p 39.34 9.86 10.44 3.51 -start_up start_up nom f 0.35 0.00 0.35 0.00 -starter starter nom m s 1.00 0.34 1.00 0.34 -starting_gate starting_gate nom f s 0.04 0.14 0.04 0.14 -stase stase nom f s 1.23 0.07 1.23 0.07 -stat stat nom s 0.05 0.00 0.05 0.00 -state stater ver 0.58 1.69 0.57 1.69 imp:pre:2s;ind:pre:1s;ind:pre:3s; -stater stater ver 0.58 1.69 0.01 0.00 inf; -statices statice nom m p 0.00 0.07 0.00 0.07 -station_service station_service nom f s 4.22 3.58 3.95 3.24 -station_éclair station_éclair nom f s 0.00 0.07 0.00 0.07 -station station nom f s 29.71 24.26 26.73 17.97 -stationna stationner ver 1.67 8.85 0.00 0.07 ind:pas:3s; -stationnaient stationner ver 1.67 8.85 0.00 2.03 ind:imp:3p; -stationnaire stationnaire adj s 0.64 0.41 0.64 0.41 -stationnait stationner ver 1.67 8.85 0.00 1.89 ind:imp:3s; -stationnant stationner ver 1.67 8.85 0.01 0.41 par:pre; -stationne stationner ver 1.67 8.85 0.30 0.61 imp:pre:2s;ind:pre:3s; -stationnement stationnement nom m s 1.83 2.64 1.79 2.64 -stationnements stationnement nom m p 1.83 2.64 0.04 0.00 -stationnent stationner ver 1.67 8.85 0.10 0.41 ind:pre:3p; -stationner stationner ver 1.67 8.85 0.47 0.81 inf; -stationnera stationner ver 1.67 8.85 0.01 0.07 ind:fut:3s; -stationnez stationner ver 1.67 8.85 0.07 0.00 imp:pre:2p;ind:pre:2p; -stationnions stationner ver 1.67 8.85 0.00 0.07 ind:imp:1p; -stationnèrent stationner ver 1.67 8.85 0.00 0.07 ind:pas:3p; -stationné stationner ver m s 1.67 8.85 0.41 0.68 par:pas; -stationnée stationner ver f s 1.67 8.85 0.09 0.81 par:pas; -stationnées stationner ver f p 1.67 8.85 0.14 0.61 par:pas; -stationnés stationner ver m p 1.67 8.85 0.06 0.34 par:pas; -station_service station_service nom f p 4.22 3.58 0.27 0.34 -stations station nom f p 29.71 24.26 2.98 6.28 -statique statique adj s 0.65 1.42 0.61 1.28 -statiques statique adj p 0.65 1.42 0.03 0.14 -statisticien statisticien nom m s 0.10 0.00 0.09 0.00 -statisticienne statisticien nom f s 0.10 0.00 0.01 0.00 -statistique statistique adj s 1.13 0.88 0.61 0.47 -statistiquement statistiquement adv 0.91 0.07 0.91 0.07 -statistiquer statistiquer ver 0.00 0.07 0.00 0.07 inf; -statistiques statistique nom f p 5.11 3.45 4.59 3.31 -statère statère nom m s 0.00 0.74 0.00 0.68 -statères statère nom m p 0.00 0.74 0.00 0.07 -statu_quo statu_quo nom m s 0.94 1.08 0.94 1.08 -statuaient statuer ver 0.71 1.01 0.00 0.07 ind:imp:3p; -statuaire statuaire nom s 0.00 0.88 0.00 0.88 -statuant statuer ver 0.71 1.01 0.01 0.07 par:pre; -statue statue nom f s 19.50 42.84 15.42 25.54 -statuer statuer ver 0.71 1.01 0.27 0.34 inf; -statuera statuer ver 0.71 1.01 0.02 0.07 ind:fut:3s; -statuerai statuer ver 0.71 1.01 0.01 0.00 ind:fut:1s; -statuerait statuer ver 0.71 1.01 0.00 0.07 cnd:pre:3s; -statues statue nom f p 19.50 42.84 4.08 17.30 -statuette statuette nom f s 0.54 4.93 0.37 3.45 -statuettes statuette nom f p 0.54 4.93 0.17 1.49 -statufia statufier ver 0.06 1.28 0.00 0.07 ind:pas:3s; -statufiais statufier ver 0.06 1.28 0.00 0.07 ind:imp:1s; -statufiait statufier ver 0.06 1.28 0.00 0.07 ind:imp:3s; -statufiant statufier ver 0.06 1.28 0.00 0.14 par:pre; -statufier statufier ver 0.06 1.28 0.01 0.14 inf; -statufièrent statufier ver 0.06 1.28 0.01 0.00 ind:pas:3p; -statufié statufier ver m s 0.06 1.28 0.03 0.27 par:pas; -statufiée statufier ver f s 0.06 1.28 0.00 0.41 par:pas; -statufiées statufier ver f p 0.06 1.28 0.00 0.07 par:pas; -statufiés statufier ver m p 0.06 1.28 0.01 0.07 par:pas; -stature stature nom f s 0.75 4.05 0.75 3.92 -statures stature nom f p 0.75 4.05 0.00 0.14 -staturo_pondéral staturo_pondéral adj m s 0.01 0.00 0.01 0.00 -status status nom m 0.22 0.14 0.22 0.14 -statut statut nom m s 6.13 5.74 5.66 4.66 -statutaire statutaire adj f s 0.11 0.00 0.11 0.00 -statuts statut nom m p 6.13 5.74 0.48 1.08 -statué statuer ver m s 0.71 1.01 0.19 0.00 par:pas; -stayer stayer nom m s 0.00 0.47 0.00 0.47 -steak steak nom m s 10.76 2.57 8.15 1.69 -steaks steak nom m p 10.76 2.57 2.61 0.88 -steamboat steamboat nom m s 0.04 0.00 0.04 0.00 -steamer steamer nom m s 0.06 0.27 0.05 0.20 -steamers steamer nom m p 0.06 0.27 0.01 0.07 -steeple_chase steeple_chase nom m s 0.02 0.07 0.02 0.07 -steeple steeple nom m s 0.09 0.07 0.08 0.07 -steeples steeple nom m p 0.09 0.07 0.01 0.00 -stegomya stegomya nom f s 0.00 0.07 0.00 0.07 -stellaire stellaire adj s 1.76 0.88 1.55 0.54 -stellaires stellaire adj p 1.76 0.88 0.21 0.34 -stem stem nom m s 0.00 0.07 0.00 0.07 -stencil stencil nom m s 0.01 0.07 0.01 0.07 -stendhalien stendhalien adj m s 0.00 0.07 0.00 0.07 -stendhalien stendhalien nom m s 0.00 0.07 0.00 0.07 -stentor stentor nom m s 0.04 0.88 0.04 0.81 -stentors stentor nom m p 0.04 0.88 0.00 0.07 -steppe steppe nom f s 2.78 18.65 1.57 12.97 -stepper stepper nom m s 0.09 0.00 0.07 0.00 -steppers stepper nom m p 0.09 0.00 0.01 0.00 -steppes steppe nom f p 2.78 18.65 1.21 5.68 -stercoraire stercoraire adj m s 0.00 0.07 0.00 0.07 -stercoraires stercoraire nom m p 0.00 0.07 0.00 0.07 -sterling sterling adj 0.93 0.61 0.93 0.61 -sternal sternal adj m s 0.26 0.14 0.04 0.14 -sternale sternal adj f s 0.26 0.14 0.22 0.00 -sterne sterne nom f s 0.01 0.14 0.00 0.07 -sternes sterne nom f p 0.01 0.14 0.01 0.07 -sterno_cléido_mastoïdien sterno_cléido_mastoïdien adj m s 0.01 0.00 0.01 0.00 -sternum sternum nom m s 0.97 0.81 0.97 0.81 -stetson stetson nom m s 0.21 0.07 0.21 0.07 -steward steward nom m s 0.00 1.35 0.00 1.35 -sèche_cheveux sèche_cheveux nom m 0.97 0.00 0.97 0.00 -sèche_linge sèche_linge nom m 0.74 0.00 0.74 0.00 -sèche_mains sèche_mains nom m 0.04 0.00 0.04 0.00 -sèche sec adj f s 43.02 142.84 8.72 35.00 -sèchement sèchement adv 0.35 11.55 0.35 11.55 -sèchent sécher ver 19.49 40.41 0.57 2.57 ind:pre:3p; -sèches sec adj f p 43.02 142.84 2.00 18.45 -sème semer ver 19.80 25.41 4.35 1.89 imp:pre:2s;ind:pre:1s;ind:pre:3s; -sèment semer ver 19.80 25.41 0.94 0.54 ind:pre:3p; -sèmera semer ver 19.80 25.41 0.18 0.00 ind:fut:3s; -sèmerai semer ver 19.80 25.41 0.01 0.07 ind:fut:1s; -sèmerais semer ver 19.80 25.41 0.01 0.00 cnd:pre:2s; -sèmerait semer ver 19.80 25.41 0.06 0.14 cnd:pre:3s; -sèmeras semer ver 19.80 25.41 0.01 0.00 ind:fut:2s; -sèmerez semer ver 19.80 25.41 0.01 0.00 ind:fut:2p; -sèmerions semer ver 19.80 25.41 0.00 0.07 cnd:pre:1p; -sèmerons semer ver 19.80 25.41 0.01 0.07 ind:fut:1p; -sèmeront semer ver 19.80 25.41 0.01 0.07 ind:fut:3p; -sèmes semer ver 19.80 25.41 0.32 0.14 ind:pre:2s; -sève sève nom f s 3.19 7.91 3.19 7.03 -sèves sève nom f p 3.19 7.91 0.00 0.88 -sèvres sèvres nom m 0.01 0.07 0.01 0.07 -stick stick nom m s 0.78 0.95 0.54 0.95 -sticker sticker nom m s 0.04 0.00 0.04 0.00 -sticks stick nom m p 0.78 0.95 0.23 0.00 -stigma stigma nom m s 0.00 0.07 0.00 0.07 -stigmate stigmate nom m s 0.99 3.11 0.16 0.27 -stigmates stigmate nom m p 0.99 3.11 0.83 2.84 -stigmatisaient stigmatiser ver 0.18 0.74 0.00 0.07 ind:imp:3p; -stigmatisait stigmatiser ver 0.18 0.74 0.00 0.14 ind:imp:3s; -stigmatisant stigmatiser ver 0.18 0.74 0.01 0.20 par:pre; -stigmatiser stigmatiser ver 0.18 0.74 0.01 0.14 inf; -stigmatisé stigmatiser ver m s 0.18 0.74 0.02 0.00 par:pas; -stigmatisée stigmatiser ver f s 0.18 0.74 0.14 0.14 par:pas; -stigmatisés stigmatisé adj m p 0.06 0.07 0.05 0.00 -stilton stilton nom m s 0.04 0.20 0.04 0.20 -stimula stimuler ver 4.60 4.05 0.00 0.14 ind:pas:3s; -stimulaient stimuler ver 4.60 4.05 0.01 0.07 ind:imp:3p; -stimulait stimuler ver 4.60 4.05 0.03 0.41 ind:imp:3s; -stimulant stimulant nom m s 1.81 0.47 1.47 0.27 -stimulante stimulant adj f s 1.97 1.55 0.33 0.41 -stimulantes stimulant adj f p 1.97 1.55 0.04 0.07 -stimulants stimulant nom m p 1.81 0.47 0.35 0.20 -stimulateur stimulateur nom m s 0.42 0.00 0.42 0.00 -stimulation stimulation nom f s 1.29 0.27 1.23 0.27 -stimulations stimulation nom f p 1.29 0.27 0.05 0.00 -stimule stimuler ver 4.60 4.05 1.58 0.68 imp:pre:2s;ind:pre:1s;ind:pre:3s; -stimulent stimuler ver 4.60 4.05 0.08 0.20 ind:pre:3p; -stimuler stimuler ver 4.60 4.05 1.45 1.22 inf; -stimulera stimuler ver 4.60 4.05 0.09 0.00 ind:fut:3s; -stimulerait stimuler ver 4.60 4.05 0.12 0.07 cnd:pre:3s; -stimuleront stimuler ver 4.60 4.05 0.02 0.00 ind:fut:3p; -stimulez stimuler ver 4.60 4.05 0.01 0.00 imp:pre:2p; -stimuli stimulus nom m p 0.84 0.14 0.45 0.00 -stimulons stimuler ver 4.60 4.05 0.02 0.00 imp:pre:1p;ind:pre:1p; -stimulé stimuler ver m s 4.60 4.05 0.66 0.41 par:pas; -stimulée stimuler ver f s 4.60 4.05 0.09 0.27 par:pas; -stimulées stimuler ver f p 4.60 4.05 0.03 0.07 par:pas; -stimulus_réponse stimulus_réponse nom m 0.00 0.14 0.00 0.14 -stimulés stimuler ver m p 4.60 4.05 0.16 0.20 par:pas; -stimulus stimulus nom m 0.84 0.14 0.39 0.14 -stipendiés stipendier ver m p 0.00 0.14 0.00 0.14 par:pas; -stipes stipe nom m p 0.01 0.07 0.01 0.07 -stipulait stipuler ver 1.81 0.54 0.21 0.00 ind:imp:3s; -stipulant stipuler ver 1.81 0.54 0.10 0.27 par:pre; -stipulation stipulation nom f s 0.02 0.20 0.01 0.00 -stipulations stipulation nom f p 0.02 0.20 0.01 0.20 -stipule stipuler ver 1.81 0.54 0.98 0.20 imp:pre:2s;ind:pre:3s; -stipulent stipuler ver 1.81 0.54 0.14 0.00 ind:pre:3p; -stipuler stipuler ver 1.81 0.54 0.03 0.00 inf; -stipulé stipuler ver m s 1.81 0.54 0.29 0.07 par:pas; -stipulée stipuler ver f s 1.81 0.54 0.01 0.00 par:pas; -stipulées stipuler ver f p 1.81 0.54 0.03 0.00 par:pas; -stipulés stipuler ver m p 1.81 0.54 0.01 0.00 par:pas; -stoïcien stoïcien adj m s 0.01 0.34 0.01 0.34 -stoïciens stoïcien nom m p 0.01 0.61 0.01 0.41 -stoïcisme stoïcisme nom m s 0.07 0.61 0.07 0.61 -stoïque stoïque adj s 0.39 0.95 0.35 0.88 -stoïquement stoïquement adv 0.00 0.27 0.00 0.27 -stoïques stoïque adj p 0.39 0.95 0.03 0.07 -stochastique stochastique adj m s 0.01 0.00 0.01 0.00 -stock_car stock_car nom m s 0.19 0.14 0.16 0.14 -stock_car stock_car nom m p 0.19 0.14 0.03 0.00 -stock_option stock_option nom f p 0.18 0.00 0.18 0.00 -stock stock nom m s 5.66 7.91 4.23 4.80 -stockage stockage nom m s 1.33 0.47 1.32 0.41 -stockages stockage nom m p 1.33 0.47 0.01 0.07 -stockaient stocker ver 3.54 1.15 0.07 0.07 ind:imp:3p; -stockait stocker ver 3.54 1.15 0.06 0.20 ind:imp:3s; -stocke stocker ver 3.54 1.15 0.48 0.00 ind:pre:1s;ind:pre:3s; -stockent stocker ver 3.54 1.15 0.20 0.14 ind:pre:3p; -stocker stocker ver 3.54 1.15 1.22 0.14 inf; -stockez stocker ver 3.54 1.15 0.17 0.00 imp:pre:2p;ind:pre:2p; -stockons stocker ver 3.54 1.15 0.04 0.00 imp:pre:1p;ind:pre:1p; -stocks stock nom m p 5.66 7.91 1.44 3.11 -stocké stocker ver m s 3.54 1.15 0.31 0.27 par:pas; -stockée stocker ver f s 3.54 1.15 0.24 0.00 par:pas; -stockées stocker ver f p 3.54 1.15 0.50 0.14 par:pas; -stockés stocker ver m p 3.54 1.15 0.24 0.20 par:pas; -stoker stoker nom m s 0.65 0.00 0.65 0.00 -stokes stokes nom m 0.10 0.00 0.10 0.00 -stomacal stomacal adj m s 0.06 0.61 0.03 0.27 -stomacale stomacal adj f s 0.06 0.61 0.03 0.14 -stomacales stomacal adj f p 0.06 0.61 0.00 0.14 -stomacaux stomacal adj m p 0.06 0.61 0.00 0.07 -stomates stomate nom m p 0.01 0.00 0.01 0.00 -stomie stomie nom f s 0.02 0.00 0.02 0.00 -stomoxys stomoxys nom m 0.27 0.00 0.27 0.00 -stone stone adj s 2.06 2.16 1.11 0.34 -stones stone adj p 2.06 2.16 0.94 1.82 -stop stop nom m s 44.50 6.76 44.36 6.49 -stoppa stopper ver 9.46 15.61 0.11 2.36 ind:pas:3s; -stoppage stoppage nom m s 0.00 0.14 0.00 0.14 -stoppai stopper ver 9.46 15.61 0.00 0.07 ind:pas:1s; -stoppaient stopper ver 9.46 15.61 0.00 0.20 ind:imp:3p; -stoppais stopper ver 9.46 15.61 0.00 0.07 ind:imp:1s; -stoppait stopper ver 9.46 15.61 0.01 0.68 ind:imp:3s; -stoppant stopper ver 9.46 15.61 0.01 0.34 par:pre; -stoppe stopper ver 9.46 15.61 0.54 2.91 imp:pre:2s;ind:pre:1s;ind:pre:3s; -stoppent stopper ver 9.46 15.61 0.06 0.14 ind:pre:3p; -stopper stopper ver 9.46 15.61 4.88 3.11 inf; -stoppera stopper ver 9.46 15.61 0.09 0.00 ind:fut:3s; -stopperai stopper ver 9.46 15.61 0.02 0.00 ind:fut:1s; -stopperiez stopper ver 9.46 15.61 0.01 0.00 cnd:pre:2p; -stoppes stopper ver 9.46 15.61 0.01 0.14 ind:pre:2s; -stoppeur stoppeur nom m s 0.07 0.14 0.04 0.07 -stoppeurs stoppeur nom m p 0.07 0.14 0.02 0.00 -stoppeuse stoppeur nom f s 0.07 0.14 0.00 0.07 -stoppez stopper ver 9.46 15.61 1.33 0.00 imp:pre:2p;ind:pre:2p; -stoppions stopper ver 9.46 15.61 0.01 0.07 ind:imp:1p; -stoppons stopper ver 9.46 15.61 0.08 0.00 imp:pre:1p;ind:pre:1p; -stoppât stopper ver 9.46 15.61 0.00 0.07 sub:imp:3s; -stoppèrent stopper ver 9.46 15.61 0.10 0.61 ind:pas:3p; -stoppé stopper ver m s 9.46 15.61 1.60 3.38 par:pas; -stoppée stopper ver f s 9.46 15.61 0.44 0.74 par:pas; -stoppées stopper ver f p 9.46 15.61 0.03 0.20 par:pas; -stoppés stopper ver m p 9.46 15.61 0.13 0.54 par:pas; -stops stop nom m p 44.50 6.76 0.14 0.27 -storage storage nom m s 0.01 0.00 0.01 0.00 -store store nom m s 3.59 7.09 1.35 4.12 -stores store nom m p 3.59 7.09 2.23 2.97 -story_board story_board nom m s 0.28 0.07 0.23 0.00 -story_board story_board nom m p 0.28 0.07 0.03 0.00 -story_board story_board nom m s 0.28 0.07 0.03 0.07 -stout stout nom m s 0.45 0.14 0.45 0.14 -strabisme strabisme nom m s 0.02 0.95 0.02 0.88 -strabismes strabisme nom m p 0.02 0.95 0.00 0.07 -stradivarius stradivarius nom m 0.04 0.07 0.04 0.07 -straight straight adj s 0.40 0.14 0.40 0.14 -stramoine stramoine nom f s 0.01 0.00 0.01 0.00 -stramonium stramonium nom m s 0.04 0.00 0.04 0.00 -strangula stranguler ver 0.02 0.47 0.01 0.07 ind:pas:3s; -strangulant stranguler ver 0.02 0.47 0.00 0.14 par:pre; -strangulation strangulation nom f s 1.28 0.68 1.28 0.68 -stranguler stranguler ver 0.02 0.47 0.00 0.07 inf; -strangulé stranguler ver m s 0.02 0.47 0.00 0.20 par:pas; -strangulées stranguler ver f p 0.02 0.47 0.01 0.00 par:pas; -strapontin strapontin nom m s 0.18 1.89 0.16 1.35 -strapontins strapontin nom m p 0.18 1.89 0.03 0.54 -strasbourgeois strasbourgeois adj m s 0.14 0.54 0.14 0.47 -strasbourgeoise strasbourgeois adj f s 0.14 0.54 0.00 0.07 -strass strass nom m 0.21 1.69 0.21 1.69 -strasse strasse nom f s 0.39 0.20 0.39 0.20 -stratagème stratagème nom m s 1.89 1.76 1.54 1.35 -stratagèmes stratagème nom m p 1.89 1.76 0.34 0.41 -strate strate nom f s 0.34 0.47 0.17 0.00 -strates strate nom f p 0.34 0.47 0.17 0.47 -stratification stratification nom f s 0.01 0.41 0.01 0.14 -stratifications stratification nom f p 0.01 0.41 0.00 0.27 -stratifié stratifié adj m s 0.04 0.54 0.04 0.41 -stratifiée stratifier ver f s 0.01 0.00 0.01 0.00 par:pas; -stratifiées stratifié adj f p 0.04 0.54 0.00 0.07 -stratigraphique stratigraphique adj s 0.00 0.07 0.00 0.07 -stratosphère stratosphère nom f s 0.62 0.68 0.62 0.68 -stratosphérique stratosphérique adj m s 0.02 0.14 0.02 0.07 -stratosphériques stratosphérique adj f p 0.02 0.14 0.00 0.07 -stratège stratège nom m s 1.31 1.62 1.11 1.01 -stratèges stratège nom m p 1.31 1.62 0.20 0.61 -stratégie stratégie nom f s 9.80 7.23 8.96 6.89 -stratégies stratégie nom f p 9.80 7.23 0.84 0.34 -stratégique stratégique adj s 3.21 10.14 2.26 6.96 -stratégiquement stratégiquement adv 0.30 0.54 0.30 0.54 -stratégiques stratégique adj p 3.21 10.14 0.95 3.18 -stratégiste stratégiste nom s 0.01 0.00 0.01 0.00 -stratus stratus nom m 0.01 0.00 0.01 0.00 -strelitzia strelitzia nom m s 0.01 0.00 0.01 0.00 -streptococcie streptococcie nom f s 0.01 0.00 0.01 0.00 -streptococcique streptococcique adj f s 0.01 0.00 0.01 0.00 -streptocoque streptocoque nom m s 0.18 0.07 0.18 0.07 -streptokinase streptokinase nom f s 0.01 0.00 0.01 0.00 -streptomycine streptomycine nom f s 0.04 0.14 0.04 0.14 -stress stress nom m 10.85 0.41 10.85 0.41 -stressais stresser ver 7.34 0.34 0.11 0.00 ind:imp:1s; -stressait stresser ver 7.34 0.34 0.02 0.00 ind:imp:3s; -stressant stressant adj m s 1.81 0.00 1.16 0.00 -stressante stressant adj f s 1.81 0.00 0.45 0.00 -stressantes stressant adj f p 1.81 0.00 0.13 0.00 -stressants stressant adj m p 1.81 0.00 0.07 0.00 -stresse stresser ver 7.34 0.34 1.13 0.00 imp:pre:2s;ind:pre:1s;ind:pre:3s; -stressent stresser ver 7.34 0.34 0.13 0.00 ind:pre:3p; -stresser stresser ver 7.34 0.34 0.75 0.00 inf; -stressera stresser ver 7.34 0.34 0.01 0.00 ind:fut:3s; -stresserai stresser ver 7.34 0.34 0.01 0.00 ind:fut:1s; -stressé stresser ver m s 7.34 0.34 2.94 0.14 par:pas; -stressée stresser ver f s 7.34 0.34 1.81 0.14 par:pas; -stressées stresser ver f p 7.34 0.34 0.07 0.00 par:pas; -stressés stresser ver m p 7.34 0.34 0.35 0.07 par:pas; -stretch stretch nom m s 0.29 0.20 0.29 0.20 -stretching stretching nom m s 0.28 0.00 0.28 0.00 -striaient strier ver 0.03 4.26 0.01 0.20 ind:imp:3p; -striait strier ver 0.03 4.26 0.00 0.27 ind:imp:3s; -striations striation nom f p 0.09 0.00 0.09 0.00 -strict strict adj m s 7.66 14.39 3.36 7.03 -stricte strict adj f s 7.66 14.39 2.58 5.27 -strictement strictement adv 4.95 7.91 4.95 7.91 -strictes strict adj f p 7.66 14.39 1.18 1.22 -stricto_sensu stricto_sensu adv 0.01 0.00 0.01 0.00 -stricts strict adj m p 7.66 14.39 0.54 0.88 -stridence stridence nom f s 0.01 1.96 0.01 0.95 -stridences stridence nom f p 0.01 1.96 0.00 1.01 -strident strident adj m s 0.74 7.30 0.40 3.04 -stridente strident adj f s 0.74 7.30 0.14 1.15 -stridentes strident adj f p 0.74 7.30 0.02 1.01 -stridents strident adj m p 0.74 7.30 0.19 2.09 -strider strider ver 0.12 0.00 0.12 0.00 inf; -stridor stridor nom m s 0.04 0.00 0.04 0.00 -stridulait striduler ver 0.00 0.20 0.00 0.07 ind:imp:3s; -stridulation stridulation nom f s 0.16 0.27 0.02 0.14 -stridulations stridulation nom f p 0.16 0.27 0.14 0.14 -stridule striduler ver 0.00 0.20 0.00 0.07 ind:pre:3s; -striduler striduler ver 0.00 0.20 0.00 0.07 inf; -striduleuse striduleux adj f s 0.00 0.07 0.00 0.07 -strie strie nom f s 0.73 1.82 0.05 0.07 -strient strier ver 0.03 4.26 0.00 0.07 ind:pre:3p; -strier strier ver 0.03 4.26 0.00 0.14 inf; -stries strie nom f p 0.73 1.82 0.68 1.76 -string string nom m s 3.90 0.34 2.59 0.34 -strings string nom m p 3.90 0.34 1.31 0.00 -strip_poker strip_poker nom m s 0.08 0.07 0.08 0.07 -strip_tease strip_tease nom m s 4.04 1.01 3.63 0.95 -strip_tease strip_tease nom m p 4.04 1.01 0.41 0.07 -strip_teaseur strip_teaseur nom m s 3.23 0.47 0.11 0.00 -strip_teaseur strip_teaseur nom m p 3.23 0.47 0.14 0.00 -strip_teaseur strip_teaseur nom f s 3.23 0.47 2.98 0.27 -strip_teaseuse strip_teaseuse nom f p 0.79 0.00 0.79 0.00 -strip strip nom m s 2.44 0.27 2.44 0.27 -stripper stripper ver 0.01 0.00 0.01 0.00 inf; -striptease striptease nom m s 0.60 0.00 0.60 0.00 -stripteaseuse stripteaseur nom f s 0.26 0.20 0.26 0.14 -stripteaseuses stripteaseuse nom f p 0.19 0.00 0.19 0.00 -strié strié adj m s 0.06 0.74 0.03 0.14 -striée strier ver f s 0.03 4.26 0.01 0.81 par:pas; -striées strié adj f p 0.06 0.74 0.01 0.14 -striures striure nom f p 0.05 0.41 0.05 0.41 -striés strié adj m p 0.06 0.74 0.01 0.20 -stroboscope stroboscope nom m s 0.05 0.00 0.05 0.00 -stroboscopique stroboscopique adj m s 0.10 0.00 0.10 0.00 -strontiane strontiane nom f s 0.00 0.07 0.00 0.07 -strontium strontium nom m s 0.06 0.07 0.06 0.07 -strophe strophe nom f s 0.30 2.16 0.26 0.81 -strophes strophe nom f p 0.30 2.16 0.04 1.35 -stropiats stropiat nom m p 0.00 0.68 0.00 0.68 -structura structurer ver 0.51 1.22 0.00 0.47 ind:pas:3s; -structuraient structurer ver 0.51 1.22 0.00 0.07 ind:imp:3p; -structurait structurer ver 0.51 1.22 0.00 0.14 ind:imp:3s; -structural structural adj m s 0.06 0.27 0.00 0.20 -structurale structural adj f s 0.06 0.27 0.04 0.07 -structuralement structuralement adv 0.00 0.07 0.00 0.07 -structurales structural adj f p 0.06 0.27 0.01 0.00 -structuralisme structuralisme nom m s 0.00 0.14 0.00 0.14 -structuraliste structuraliste adj s 0.01 0.07 0.01 0.00 -structuralistes structuraliste adj m p 0.01 0.07 0.00 0.07 -structurant structurer ver 0.51 1.22 0.01 0.00 par:pre; -structurations structuration nom f p 0.00 0.07 0.00 0.07 -structuraux structural adj m p 0.06 0.27 0.01 0.00 -structure structure nom f s 8.74 7.70 7.81 5.88 -structurel structurel adj m s 0.59 0.00 0.12 0.00 -structurelle structurel adj f s 0.59 0.00 0.27 0.00 -structurellement structurellement adv 0.05 0.00 0.05 0.00 -structurels structurel adj m p 0.59 0.00 0.20 0.00 -structurent structurer ver 0.51 1.22 0.00 0.14 ind:pre:3p; -structurer structurer ver 0.51 1.22 0.14 0.00 inf; -structures structure nom f p 8.74 7.70 0.93 1.82 -structuré structurer ver m s 0.51 1.22 0.29 0.27 par:pas; -structurée structuré adj f s 0.25 0.54 0.07 0.07 -structurés structuré adj m p 0.25 0.54 0.14 0.00 -strudel strudel nom m s 0.46 0.41 0.37 0.07 -strudels strudel nom m p 0.46 0.41 0.09 0.34 -struggle_for_life struggle_for_life nom m 0.00 0.07 0.00 0.07 -strychnine strychnine nom f s 0.74 0.20 0.74 0.20 -strychnos strychnos nom m 0.01 0.00 0.01 0.00 -stryges stryge nom f p 0.00 0.07 0.00 0.07 -stèle stèle nom f s 0.35 2.57 0.31 1.49 -stèles stèle nom f p 0.35 2.57 0.04 1.08 -stère stère nom m s 0.04 0.61 0.01 0.14 -stères stère nom m p 0.04 0.61 0.03 0.47 -stéarate stéarate nom m s 0.01 0.00 0.01 0.00 -stéarique stéarique adj s 0.01 0.00 0.01 0.00 -stéatopyges stéatopyge adj m p 0.00 0.07 0.00 0.07 -stuc stuc nom m s 0.16 1.89 0.15 1.55 -stucs stuc nom m p 0.16 1.89 0.01 0.34 -studette studette nom f s 0.00 0.07 0.00 0.07 -studieuse studieux adj f s 0.67 4.05 0.09 1.42 -studieusement studieusement adv 0.00 0.27 0.00 0.27 -studieuses studieux adj f p 0.67 4.05 0.04 0.81 -studieux studieux adj m 0.67 4.05 0.54 1.82 -studio studio nom m s 27.77 22.09 20.95 18.85 -studiolo studiolo nom m s 0.01 0.00 0.01 0.00 -studios studio nom m p 27.77 22.09 6.82 3.24 -stégosaure stégosaure nom m s 0.06 0.00 0.06 0.00 -stuka stuka nom m s 0.05 1.15 0.02 0.34 -stukas stuka nom m p 0.05 1.15 0.03 0.81 -sténo sténo nom s 0.86 0.61 0.80 0.54 -sténodactylo sténodactylo nom s 0.02 0.14 0.02 0.14 -sténodactylographie sténodactylographie nom f s 0.00 0.07 0.00 0.07 -sténographe sténographe nom s 0.08 0.00 0.08 0.00 -sténographiai sténographier ver 0.00 0.07 0.00 0.07 ind:pas:1s; -sténographie sténographie nom f s 0.32 0.14 0.32 0.14 -sténographique sténographique adj m s 0.02 0.07 0.02 0.00 -sténographiques sténographique adj m p 0.02 0.07 0.00 0.07 -sténopé sténopé nom m s 0.07 0.14 0.07 0.07 -sténopés sténopé nom m p 0.07 0.14 0.00 0.07 -sténos sténo nom p 0.86 0.61 0.06 0.07 -sténose sténose nom f s 0.07 0.00 0.07 0.00 -sténotype sténotype nom f s 0.01 0.00 0.01 0.00 -sténotypiste sténotypiste nom s 0.02 0.07 0.02 0.00 -sténotypistes sténotypiste nom p 0.02 0.07 0.00 0.07 -stup stups nom m s 2.47 0.20 0.20 0.00 -stupas stupa nom m p 0.00 0.07 0.00 0.07 -stupeur stupeur nom f s 1.57 24.05 1.57 24.05 -stéphanois stéphanois nom m 0.27 0.14 0.27 0.14 -stupide stupide adj s 71.75 27.50 60.06 21.76 -stupidement stupidement adv 0.82 5.07 0.82 5.07 -stupides stupide adj p 71.75 27.50 11.70 5.74 -stupidité stupidité nom f s 3.63 3.31 2.98 2.77 -stupidités stupidité nom f p 3.63 3.31 0.65 0.54 -stuporeuse stuporeux adj f s 0.00 0.07 0.00 0.07 -stupre stupre nom m s 0.14 0.81 0.14 0.81 -stups stups nom m p 2.47 0.20 2.26 0.20 -stupéfaction stupéfaction nom f s 0.36 8.04 0.36 8.04 -stupéfait stupéfait adj m s 2.25 14.73 1.43 8.24 -stupéfaite stupéfait adj f s 2.25 14.73 0.48 4.05 -stupéfaites stupéfait adj f p 2.25 14.73 0.00 0.14 -stupéfaits stupéfait adj m p 2.25 14.73 0.34 2.30 -stupéfia stupéfier ver 0.98 5.07 0.02 0.54 ind:pas:3s; -stupéfiaient stupéfier ver 0.98 5.07 0.00 0.07 ind:imp:3p; -stupéfiait stupéfier ver 0.98 5.07 0.00 1.08 ind:imp:3s; -stupéfiant stupéfiant adj m s 2.80 6.49 1.77 2.36 -stupéfiante stupéfiant adj f s 2.80 6.49 0.60 3.58 -stupéfiantes stupéfiant adj f p 2.80 6.49 0.09 0.34 -stupéfiants stupéfiant nom m p 2.69 0.88 1.54 0.47 -stupéfie stupéfier ver 0.98 5.07 0.22 0.68 ind:pre:3s; -stupéfient stupéfier ver 0.98 5.07 0.04 0.14 ind:pre:3p; -stupéfier stupéfier ver 0.98 5.07 0.15 0.20 inf; -stupéfierait stupéfier ver 0.98 5.07 0.00 0.07 cnd:pre:3s; -stupéfiez stupéfier ver 0.98 5.07 0.04 0.00 ind:pre:2p; -stupéfié stupéfier ver m s 0.98 5.07 0.26 1.55 par:pas; -stupéfiée stupéfier ver f s 0.98 5.07 0.11 0.54 par:pas; -stupéfiées stupéfier ver f p 0.98 5.07 0.10 0.07 par:pas; -stupéfiés stupéfier ver m p 0.98 5.07 0.01 0.07 par:pas; -stérile stérile adj s 7.07 11.69 5.59 9.59 -stérilement stérilement adv 0.00 0.20 0.00 0.20 -stériles stérile adj p 7.07 11.69 1.48 2.09 -stérilet stérilet nom m s 0.11 0.61 0.11 0.61 -stérilisa stériliser ver 1.49 0.81 0.00 0.07 ind:pas:3s; -stérilisait stériliser ver 1.49 0.81 0.00 0.07 ind:imp:3s; -stérilisant stériliser ver 1.49 0.81 0.02 0.00 par:pre; -stérilisante stérilisant adj f s 0.01 0.14 0.00 0.07 -stérilisantes stérilisant adj f p 0.01 0.14 0.00 0.07 -stérilisateur stérilisateur nom m s 0.18 0.00 0.18 0.00 -stérilisation stérilisation nom f s 0.37 0.07 0.37 0.00 -stérilisations stérilisation nom f p 0.37 0.07 0.00 0.07 -stérilise stériliser ver 1.49 0.81 0.22 0.00 imp:pre:2s;ind:pre:1s;ind:pre:3s; -stérilisent stériliser ver 1.49 0.81 0.04 0.00 ind:pre:3p; -stériliser stériliser ver 1.49 0.81 0.76 0.27 inf; -stérilisez stériliser ver 1.49 0.81 0.17 0.00 imp:pre:2p;ind:pre:2p; -stérilisé stériliser ver m s 1.49 0.81 0.17 0.20 par:pas; -stérilisée stérilisé adj f s 0.23 0.41 0.06 0.34 -stérilisées stériliser ver f p 1.49 0.81 0.02 0.07 par:pas; -stérilisés stériliser ver m p 1.49 0.81 0.06 0.00 par:pas; -stérilité stérilité nom f s 1.09 2.91 1.09 2.91 -stéroïde stéroïde adj m s 2.00 0.00 0.13 0.00 -stéroïdes stéroïde adj p 2.00 0.00 1.88 0.00 -stéréo stéréo nom f s 2.51 1.15 2.47 1.15 -stéréophonie stéréophonie nom f s 0.01 0.27 0.01 0.27 -stéréophonique stéréophonique adj m s 0.04 0.14 0.04 0.14 -stéréos stéréo nom f p 2.51 1.15 0.04 0.00 -stéréoscope stéréoscope nom m s 0.01 0.27 0.01 0.27 -stéréoscopie stéréoscopie nom f s 0.00 0.07 0.00 0.07 -stéréoscopique stéréoscopique adj s 0.02 0.20 0.02 0.20 -stéréotype stéréotype nom m s 0.54 1.22 0.23 0.54 -stéréotyper stéréotyper ver 0.05 0.61 0.01 0.00 inf; -stéréotypes stéréotype nom m p 0.54 1.22 0.31 0.68 -stéréotypie stéréotypie nom f s 0.00 0.07 0.00 0.07 -stéréotypé stéréotypé adj m s 0.16 0.68 0.03 0.20 -stéréotypée stéréotypé adj f s 0.16 0.68 0.01 0.20 -stéréotypées stéréotyper ver f p 0.05 0.61 0.02 0.07 par:pas; -stéréotypés stéréotypé adj m p 0.16 0.68 0.11 0.14 -stéthoscope stéthoscope nom m s 0.50 0.68 0.48 0.54 -stéthoscopes stéthoscope nom m p 0.50 0.68 0.02 0.14 -stygien stygien adj m s 0.01 0.00 0.01 0.00 -style style nom m s 32.34 46.62 31.08 45.14 -styler styler ver 0.29 1.55 0.04 0.00 inf; -styles style nom m p 32.34 46.62 1.26 1.49 -stylet stylet nom m s 0.07 0.74 0.07 0.61 -stylets stylet nom m p 0.07 0.74 0.00 0.14 -stylisa styliser ver 0.44 1.96 0.00 0.07 ind:pas:3s; -stylisation stylisation nom f s 0.01 0.00 0.01 0.00 -stylise styliser ver 0.44 1.96 0.02 0.07 ind:pre:1s;ind:pre:3s; -stylisme stylisme nom m s 0.23 0.07 0.23 0.07 -styliste styliste nom s 1.34 0.54 1.17 0.34 -stylistes styliste nom p 1.34 0.54 0.17 0.20 -stylistique stylistique adj m s 0.11 0.20 0.11 0.14 -stylistiques stylistique adj p 0.11 0.20 0.00 0.07 -stylisé styliser ver m s 0.44 1.96 0.30 0.74 par:pas; -stylisée styliser ver f s 0.44 1.96 0.12 0.41 par:pas; -stylisées styliser ver f p 0.44 1.96 0.00 0.34 par:pas; -stylisés styliser ver m p 0.44 1.96 0.00 0.34 par:pas; -stylite stylite nom m s 0.00 0.27 0.00 0.27 -stylo_bille stylo_bille nom m s 0.17 0.14 0.17 0.14 -stylo_feutre stylo_feutre nom m s 0.00 0.27 0.00 0.14 -stylo stylo nom m s 17.73 12.77 15.34 10.61 -styloïde styloïde adj s 0.01 0.00 0.01 0.00 -stylobille stylobille nom m s 0.00 0.27 0.00 0.27 -stylographe stylographe nom m s 0.01 0.47 0.01 0.41 -stylographes stylographe nom m p 0.01 0.47 0.00 0.07 -stylomine stylomine nom m s 0.00 0.54 0.00 0.54 -stylo_feutre stylo_feutre nom m p 0.00 0.27 0.00 0.14 -stylos stylo nom m p 17.73 12.77 2.39 2.16 -stylé stylé adj m s 0.20 0.88 0.11 0.54 -stylée stylé adj f s 0.20 0.88 0.05 0.27 -stylées stylé adj f p 0.20 0.88 0.01 0.07 -stylés stylé adj m p 0.20 0.88 0.03 0.00 -styrax styrax nom m 0.00 0.07 0.00 0.07 -styrène styrène nom m s 0.04 0.00 0.04 0.00 -su savoir ver_sup m s 4516.72 2003.58 83.37 77.64 par:pas; -sua suer ver 7.28 10.34 0.00 0.47 ind:pas:3s; -suaient suer ver 7.28 10.34 0.00 0.41 ind:imp:3p; -suaire suaire nom m s 0.30 2.64 0.28 1.82 -suaires suaire nom m p 0.30 2.64 0.02 0.81 -suais suer ver 7.28 10.34 0.07 0.54 ind:imp:1s; -suait suer ver 7.28 10.34 0.04 2.09 ind:imp:3s; -séance séance nom f s 22.91 32.36 18.49 22.30 -séances séance nom f p 22.91 32.36 4.43 10.07 -suant suant adj m s 0.25 2.43 0.20 1.15 -séant séant nom m s 0.04 1.42 0.04 1.42 -suante suant adj f s 0.25 2.43 0.02 0.34 -séante séant adj f s 0.04 0.27 0.01 0.00 -suantes suant adj f p 0.25 2.43 0.01 0.20 -suants suant adj m p 0.25 2.43 0.02 0.74 -suave suave adj s 1.11 7.43 0.94 5.47 -suavement suavement adv 0.01 0.61 0.01 0.61 -suaves suave adj p 1.11 7.43 0.17 1.96 -suavité suavité nom f s 0.02 1.55 0.02 1.55 -sub_aquatique sub_aquatique adj f s 0.00 0.07 0.00 0.07 -sub_atomique sub_atomique adj s 0.07 0.00 0.04 0.00 -sub_atomique sub_atomique adj p 0.07 0.00 0.04 0.00 -sub_claquant sub_claquant adj m s 0.01 0.00 0.01 0.00 -sub_espace sub_espace nom m s 0.08 0.00 0.08 0.00 -sub_normaux sub_normaux adj m p 0.14 0.00 0.14 0.00 -sub_nucléaire sub_nucléaire adj f p 0.01 0.00 0.01 0.00 -sub_vocal sub_vocal adj m s 0.01 0.07 0.01 0.07 -sub_véhiculaire sub_véhiculaire adj s 0.01 0.00 0.01 0.00 -sub_zéro sub_zéro nom m s 0.01 0.00 0.01 0.00 -sub sub adv 0.22 0.20 0.22 0.20 -subît subir ver 30.13 53.72 0.00 0.07 sub:imp:3s; -subîtes subir ver 30.13 53.72 0.00 0.07 ind:pas:2p; -sébacé sébacé adj m s 0.10 0.14 0.05 0.00 -sébacée sébacé adj f s 0.10 0.14 0.01 0.00 -sébacées sébacé adj f p 0.10 0.14 0.04 0.14 -subaiguë subaigu adj f s 0.01 0.00 0.01 0.00 -subalterne subalterne nom s 0.42 1.49 0.28 0.47 -subalternes subalterne adj p 0.58 2.36 0.46 1.42 -subaquatique subaquatique adj s 0.03 0.00 0.03 0.00 -sébaste sébaste nom m s 0.01 0.00 0.01 0.00 -subatomique subatomique adj s 0.33 0.00 0.13 0.00 -subatomiques subatomique adj p 0.33 0.00 0.19 0.00 -subcarpatique subcarpatique adj f s 0.00 0.07 0.00 0.07 -subcellulaire subcellulaire adj s 0.02 0.00 0.02 0.00 -subconsciemment subconsciemment adv 0.04 0.00 0.04 0.00 -subconscient subconscient nom m s 2.17 1.28 2.16 1.28 -subconsciente subconscient adj f s 0.27 0.34 0.04 0.00 -subconscientes subconscient adj f p 0.27 0.34 0.00 0.14 -subconscients subconscient nom m p 2.17 1.28 0.01 0.00 -subculture subculture nom f s 0.02 0.00 0.02 0.00 -subdivisa subdiviser ver 0.02 0.41 0.00 0.07 ind:pas:3s; -subdivisaient subdiviser ver 0.02 0.41 0.00 0.07 ind:imp:3p; -subdivisait subdiviser ver 0.02 0.41 0.00 0.14 ind:imp:3s; -subdivisent subdiviser ver 0.02 0.41 0.00 0.07 ind:pre:3p; -subdivision subdivision nom f s 0.16 0.47 0.06 0.34 -subdivisions subdivision nom f p 0.16 0.47 0.10 0.14 -subdivisé subdiviser ver m s 0.02 0.41 0.01 0.00 par:pas; -subdivisée subdiviser ver f s 0.02 0.41 0.01 0.00 par:pas; -subdivisés subdiviser ver m p 0.02 0.41 0.00 0.07 par:pas; -subduction subduction nom f s 0.04 0.00 0.04 0.00 -suber suber nom m s 0.01 0.00 0.01 0.00 -subi subir ver m s 30.13 53.72 10.22 10.81 par:pas; -subie subir ver f s 30.13 53.72 0.10 1.28 par:pas; -subies subir ver f p 30.13 53.72 0.40 2.50 par:pas; -sébile sébile nom f s 0.04 0.47 0.04 0.41 -sébiles sébile nom f p 0.04 0.47 0.01 0.07 -subir subir ver 30.13 53.72 10.64 21.28 inf; -subira subir ver 30.13 53.72 0.68 0.34 ind:fut:3s; -subirai subir ver 30.13 53.72 0.12 0.07 ind:fut:1s; -subiraient subir ver 30.13 53.72 0.04 0.14 cnd:pre:3p; -subirais subir ver 30.13 53.72 0.02 0.07 cnd:pre:1s; -subirait subir ver 30.13 53.72 0.04 0.14 cnd:pre:3s; -subiras subir ver 30.13 53.72 0.17 0.00 ind:fut:2s; -subirent subir ver 30.13 53.72 0.12 0.20 ind:pas:3p; -subirez subir ver 30.13 53.72 0.67 0.14 ind:fut:2p; -subirions subir ver 30.13 53.72 0.00 0.07 cnd:pre:1p; -subirons subir ver 30.13 53.72 0.16 0.20 ind:fut:1p; -subiront subir ver 30.13 53.72 0.26 0.27 ind:fut:3p; -subis subir ver m p 30.13 53.72 1.59 2.09 imp:pre:2s;ind:pre:1s;ind:pre:2s;par:pas; -subissaient subir ver 30.13 53.72 0.01 1.35 ind:imp:3p; -subissais subir ver 30.13 53.72 0.04 1.01 ind:imp:1s;ind:imp:2s; -subissait subir ver 30.13 53.72 0.54 4.46 ind:imp:3s; -subissant subir ver 30.13 53.72 0.10 1.01 par:pre; -subisse subir ver 30.13 53.72 0.31 0.41 sub:pre:1s;sub:pre:3s; -subissent subir ver 30.13 53.72 1.13 1.82 ind:pre:3p; -subisses subir ver 30.13 53.72 0.05 0.00 sub:pre:2s; -subissez subir ver 30.13 53.72 0.25 0.20 imp:pre:2p;ind:pre:2p; -subissiez subir ver 30.13 53.72 0.04 0.00 ind:imp:2p; -subissions subir ver 30.13 53.72 0.10 0.07 ind:imp:1p; -subissons subir ver 30.13 53.72 0.26 0.27 imp:pre:1p;ind:pre:1p; -subit subir ver 30.13 53.72 2.07 3.38 ind:pre:3s; -subite subit adj f s 3.06 16.49 1.45 9.19 -subitement subitement adv 4.39 15.54 4.39 15.54 -subites subit adj f p 3.06 16.49 0.15 1.28 -subito subito adv_sup 0.05 1.15 0.05 1.15 -subits subit adj m p 3.06 16.49 0.12 1.01 -subjectif subjectif adj m s 1.25 1.49 0.65 0.54 -subjectifs subjectif adj m p 1.25 1.49 0.03 0.07 -subjective subjectif adj f s 1.25 1.49 0.43 0.61 -subjectivement subjectivement adv 0.01 0.00 0.01 0.00 -subjectives subjectif adj f p 1.25 1.49 0.14 0.27 -subjectivisme subjectivisme nom m s 0.00 0.20 0.00 0.20 -subjectiviste subjectiviste adj m s 0.00 0.07 0.00 0.07 -subjectivité subjectivité nom f s 0.44 0.20 0.44 0.20 -subjonctif subjonctif nom m s 0.22 1.55 0.22 1.35 -subjonctifs subjonctif nom m p 0.22 1.55 0.00 0.20 -subjugation subjugation nom f s 0.01 0.00 0.01 0.00 -subjugua subjuguer ver 0.88 5.27 0.01 0.34 ind:pas:3s; -subjuguaient subjuguer ver 0.88 5.27 0.00 0.07 ind:imp:3p; -subjuguait subjuguer ver 0.88 5.27 0.00 0.27 ind:imp:3s; -subjuguant subjuguer ver 0.88 5.27 0.00 0.07 par:pre; -subjugue subjuguer ver 0.88 5.27 0.04 0.47 imp:pre:2s;ind:pre:3s; -subjuguer subjuguer ver 0.88 5.27 0.28 0.81 inf; -subjuguerais subjuguer ver 0.88 5.27 0.00 0.07 cnd:pre:1s; -subjuguerait subjuguer ver 0.88 5.27 0.00 0.07 cnd:pre:3s; -subjugues subjuguer ver 0.88 5.27 0.01 0.07 ind:pre:2s; -subjugué subjuguer ver m s 0.88 5.27 0.35 1.55 par:pas; -subjuguée subjuguer ver f s 0.88 5.27 0.17 1.01 par:pas; -subjuguées subjuguer ver f p 0.88 5.27 0.00 0.20 par:pas; -subjugués subjuguer ver m p 0.88 5.27 0.03 0.27 par:pas; -sublimable sublimable adj f s 0.00 0.07 0.00 0.07 -sublimais sublimer ver 0.67 1.42 0.02 0.07 ind:imp:1s; -sublimait sublimer ver 0.67 1.42 0.00 0.14 ind:imp:3s; -sublimant sublimer ver 0.67 1.42 0.01 0.07 par:pre; -sublimation sublimation nom f s 0.04 0.41 0.03 0.27 -sublimations sublimation nom f p 0.04 0.41 0.01 0.14 -sublime sublime adj s 11.74 12.91 9.51 9.39 -sublimement sublimement adv 0.02 0.14 0.02 0.14 -subliment sublimer ver 0.67 1.42 0.00 0.07 ind:pre:3p; -sublimer sublimer ver 0.67 1.42 0.11 0.14 inf; -sublimes sublime adj p 11.74 12.91 2.23 3.51 -subliminal subliminal adj m s 0.53 0.07 0.14 0.00 -subliminale subliminal adj f s 0.53 0.07 0.05 0.07 -subliminales subliminal adj f p 0.53 0.07 0.06 0.00 -subliminaux subliminal adj m p 0.53 0.07 0.27 0.00 -sublimissime sublimissime adj f s 0.00 0.07 0.00 0.07 -sublimité sublimité nom f s 0.01 0.20 0.01 0.07 -sublimités sublimité nom f p 0.01 0.20 0.00 0.14 -sublimé sublimer ver m s 0.67 1.42 0.03 0.00 par:pas; -sublimée sublimer ver f s 0.67 1.42 0.03 0.27 par:pas; -sublimées sublimer ver f p 0.67 1.42 0.01 0.07 par:pas; -sublimés sublimer ver m p 0.67 1.42 0.01 0.07 par:pas; -sublingual sublingual adj m s 0.04 0.07 0.04 0.00 -sublinguaux sublingual adj m p 0.04 0.07 0.00 0.07 -sublunaire sublunaire adj s 0.00 0.20 0.00 0.14 -sublunaires sublunaire adj p 0.00 0.20 0.00 0.07 -submerge submerger ver 3.57 12.91 0.44 2.03 ind:pre:1s;ind:pre:3s; -submergea submerger ver 3.57 12.91 0.02 1.01 ind:pas:3s; -submergeaient submerger ver 3.57 12.91 0.01 0.14 ind:imp:3p; -submergeait submerger ver 3.57 12.91 0.14 1.15 ind:imp:3s; -submergeant submerger ver 3.57 12.91 0.01 0.34 par:pre; -submergent submerger ver 3.57 12.91 0.16 0.54 ind:pre:3p; -submergeât submerger ver 3.57 12.91 0.00 0.14 sub:imp:3s; -submerger submerger ver 3.57 12.91 0.53 1.22 inf; -submergera submerger ver 3.57 12.91 0.04 0.07 ind:fut:3s; -submergerait submerger ver 3.57 12.91 0.00 0.20 cnd:pre:3s; -submergèrent submerger ver 3.57 12.91 0.01 0.00 ind:pas:3p; -submergé submerger ver m s 3.57 12.91 1.23 2.97 par:pas; -submergée submerger ver f s 3.57 12.91 0.39 1.49 par:pas; -submergées submerger ver f p 3.57 12.91 0.14 0.47 par:pas; -submergés submerger ver m p 3.57 12.91 0.46 1.15 par:pas; -submersible submersible nom m s 0.19 0.27 0.17 0.00 -submersibles submersible nom m p 0.19 0.27 0.02 0.27 -submersion submersion nom f s 0.05 0.00 0.05 0.00 -subodora subodorer ver 0.30 2.50 0.00 0.07 ind:pas:3s; -subodorais subodorer ver 0.30 2.50 0.00 0.27 ind:imp:1s; -subodorait subodorer ver 0.30 2.50 0.01 0.41 ind:imp:3s; -subodorant subodorer ver 0.30 2.50 0.01 0.07 par:pre; -subodore subodorer ver 0.30 2.50 0.16 0.88 ind:pre:1s;ind:pre:3s; -subodorent subodorer ver 0.30 2.50 0.00 0.07 ind:pre:3p; -subodorer subodorer ver 0.30 2.50 0.11 0.14 inf; -subodorèrent subodorer ver 0.30 2.50 0.00 0.07 ind:pas:3p; -subodoré subodorer ver m s 0.30 2.50 0.01 0.47 par:pas; -subodorés subodorer ver m p 0.30 2.50 0.00 0.07 par:pas; -suborbitale suborbital adj f s 0.01 0.00 0.01 0.00 -subordination subordination nom f s 0.01 1.55 0.01 1.55 -subordonnaient subordonner ver 0.31 2.23 0.00 0.07 ind:imp:3p; -subordonnais subordonner ver 0.31 2.23 0.00 0.07 ind:imp:1s; -subordonnant subordonner ver 0.31 2.23 0.00 0.07 par:pre; -subordonne subordonner ver 0.31 2.23 0.00 0.14 ind:pre:3s;sub:pre:1s; -subordonner subordonner ver 0.31 2.23 0.14 0.68 inf; -subordonné subordonné nom m s 0.81 2.77 0.14 1.01 -subordonnée subordonné adj f s 0.24 0.47 0.16 0.00 -subordonnées subordonner ver f p 0.31 2.23 0.00 0.34 par:pas; -subordonnés subordonné nom m p 0.81 2.77 0.67 1.76 -subornation subornation nom f s 0.09 0.07 0.09 0.07 -suborner suborner ver 0.21 0.07 0.04 0.00 inf; -suborneur suborneur nom m s 0.01 0.41 0.01 0.34 -suborneurs suborneur nom m p 0.01 0.41 0.00 0.07 -suborné suborner ver m s 0.21 0.07 0.03 0.00 par:pas; -subornée suborner ver f s 0.21 0.07 0.00 0.07 par:pas; -subornés suborner ver m p 0.21 0.07 0.14 0.00 par:pas; -séborrhée séborrhée nom f s 0.00 0.07 0.00 0.07 -séborrhéique séborrhéique adj f s 0.01 0.00 0.01 0.00 -subreptice subreptice adj s 0.02 0.61 0.02 0.41 -subrepticement subrepticement adv 0.15 2.64 0.15 2.64 -subreptices subreptice adj m p 0.02 0.61 0.00 0.20 -subrogation subrogation nom f s 0.02 0.00 0.02 0.00 -subrogé subroger ver m s 0.00 0.07 0.00 0.07 par:pas; -subrécargue subrécargue nom m s 0.01 0.07 0.01 0.07 -subsaharienne subsaharien adj f s 0.00 0.07 0.00 0.07 -subside subside nom m s 0.51 0.88 0.28 0.00 -subsides subside nom m p 0.51 0.88 0.23 0.88 -subsidiaire subsidiaire adj s 0.11 0.20 0.06 0.14 -subsidiairement subsidiairement adv 0.00 0.07 0.00 0.07 -subsidiaires subsidiaire adj p 0.11 0.20 0.04 0.07 -subsista subsister ver 2.08 17.09 0.01 0.34 ind:pas:3s; -subsistaient subsister ver 2.08 17.09 0.12 1.62 ind:imp:3p; -subsistait subsister ver 2.08 17.09 0.04 3.78 ind:imp:3s; -subsistance subsistance nom f s 0.67 1.55 0.64 1.42 -subsistances subsistance nom f p 0.67 1.55 0.02 0.14 -subsistant subsistant adj m s 0.01 0.20 0.01 0.07 -subsistantes subsistant adj f p 0.01 0.20 0.00 0.07 -subsistants subsistant adj m p 0.01 0.20 0.00 0.07 -subsiste subsister ver 2.08 17.09 1.17 4.39 imp:pre:2s;ind:pre:1s;ind:pre:3s; -subsistent subsister ver 2.08 17.09 0.05 1.82 ind:pre:3p; -subsister subsister ver 2.08 17.09 0.45 3.92 inf; -subsistera subsister ver 2.08 17.09 0.04 0.07 ind:fut:3s; -subsisteraient subsister ver 2.08 17.09 0.00 0.07 cnd:pre:3p; -subsisterait subsister ver 2.08 17.09 0.00 0.34 cnd:pre:3s; -subsisteront subsister ver 2.08 17.09 0.03 0.07 ind:fut:3p; -subsistions subsister ver 2.08 17.09 0.00 0.07 ind:imp:1p; -subsistâmes subsister ver 2.08 17.09 0.01 0.00 ind:pas:1p; -subsistons subsister ver 2.08 17.09 0.01 0.00 ind:pre:1p; -subsistât subsister ver 2.08 17.09 0.00 0.20 sub:imp:3s; -subsistèrent subsister ver 2.08 17.09 0.00 0.07 ind:pas:3p; -subsisté subsister ver m s 2.08 17.09 0.14 0.20 par:pas; -subsonique subsonique adj s 0.19 0.00 0.19 0.00 -substance substance nom f s 8.87 14.39 6.60 12.84 -substances substance nom f p 8.87 14.39 2.27 1.55 -substantiel substantiel adj m s 1.08 2.43 0.46 0.41 -substantielle substantiel adj f s 1.08 2.43 0.45 0.81 -substantiellement substantiellement adv 0.04 0.27 0.04 0.27 -substantielles substantiel adj f p 1.08 2.43 0.08 0.68 -substantiels substantiel adj m p 1.08 2.43 0.10 0.54 -substantif substantif nom m s 0.01 0.34 0.01 0.20 -substantifique substantifique adj f s 0.00 0.20 0.00 0.20 -substantifs substantif nom m p 0.01 0.34 0.00 0.14 -substitua substituer ver 1.23 8.11 0.00 0.61 ind:pas:3s; -substituai substituer ver 1.23 8.11 0.01 0.07 ind:pas:1s; -substituaient substituer ver 1.23 8.11 0.01 0.41 ind:imp:3p; -substituait substituer ver 1.23 8.11 0.11 0.81 ind:imp:3s; -substituant substituer ver 1.23 8.11 0.05 0.41 par:pre; -substitue substituer ver 1.23 8.11 0.03 0.88 ind:pre:3s; -substituent substituer ver 1.23 8.11 0.01 0.07 ind:pre:3p; -substituer substituer ver 1.23 8.11 0.58 3.45 inf; -substituerait substituer ver 1.23 8.11 0.00 0.07 cnd:pre:3s; -substituerez substituer ver 1.23 8.11 0.01 0.00 ind:fut:2p; -substituez substituer ver 1.23 8.11 0.06 0.07 imp:pre:2p;ind:pre:2p; -substituons substituer ver 1.23 8.11 0.00 0.14 imp:pre:1p; -substitut substitut nom m s 2.37 2.70 2.05 2.09 -substitution substitution nom f s 0.69 2.30 0.67 2.03 -substitutions substitution nom f p 0.69 2.30 0.02 0.27 -substituts substitut nom m p 2.37 2.70 0.32 0.61 -substitué substituer ver m s 1.23 8.11 0.34 0.68 par:pas; -substituées substituer ver f p 1.23 8.11 0.00 0.14 par:pas; -substitués substituer ver m p 1.23 8.11 0.00 0.34 par:pas; -substrat substrat nom m s 0.09 0.00 0.09 0.00 -substratum substratum nom m s 0.00 0.27 0.00 0.27 -substruction substruction nom f s 0.00 0.07 0.00 0.07 -subséquemment subséquemment adv 0.23 0.20 0.23 0.20 -subséquent subséquent adj m s 0.09 0.34 0.02 0.00 -subséquente subséquent adj f s 0.09 0.34 0.04 0.14 -subséquentes subséquent adj f p 0.09 0.34 0.01 0.14 -subséquents subséquent adj m p 0.09 0.34 0.02 0.07 -subterfuge subterfuge nom m s 0.80 1.35 0.48 0.88 -subterfuges subterfuge nom m p 0.80 1.35 0.32 0.47 -subtil subtil adj m s 7.54 22.91 4.54 10.88 -subtile subtil adj f s 7.54 22.91 2.12 5.68 -subtilement subtilement adv 0.44 2.30 0.44 2.30 -subtiles subtil adj f p 7.54 22.91 0.37 3.11 -subtilisa subtiliser ver 0.52 2.16 0.00 0.27 ind:pas:3s; -subtilisait subtiliser ver 0.52 2.16 0.00 0.07 ind:imp:3s; -subtilisant subtiliser ver 0.52 2.16 0.02 0.07 par:pre; -subtilisassent subtiliser ver 0.52 2.16 0.00 0.07 sub:imp:3p; -subtilise subtiliser ver 0.52 2.16 0.00 0.14 ind:pre:1s;ind:pre:3s; -subtiliser subtiliser ver 0.52 2.16 0.16 0.41 inf; -subtilisera subtiliser ver 0.52 2.16 0.00 0.07 ind:fut:3s; -subtilisé subtiliser ver m s 0.52 2.16 0.28 0.54 par:pas; -subtilisée subtiliser ver f s 0.52 2.16 0.02 0.20 par:pas; -subtilisées subtiliser ver f p 0.52 2.16 0.04 0.07 par:pas; -subtilisés subtiliser ver m p 0.52 2.16 0.00 0.27 par:pas; -subtilité subtilité nom f s 0.97 5.20 0.55 3.45 -subtilités subtilité nom f p 0.97 5.20 0.41 1.76 -subtils subtil adj m p 7.54 22.91 0.52 3.24 -subtropical subtropical adj m s 0.04 0.14 0.00 0.07 -subtropicale subtropical adj f s 0.04 0.14 0.03 0.00 -subtropicales subtropical adj f p 0.04 0.14 0.01 0.07 -sébum sébum nom m s 0.00 0.07 0.00 0.07 -suburbain suburbain adj m s 0.05 0.34 0.01 0.07 -suburbaine suburbain adj f s 0.05 0.34 0.01 0.00 -suburbaines suburbain adj f p 0.05 0.34 0.02 0.14 -suburbains suburbain adj m p 0.05 0.34 0.00 0.14 -subvenant subvenir ver 1.52 1.08 0.03 0.00 par:pre; -subvenez subvenir ver 1.52 1.08 0.02 0.00 ind:pre:2p; -subvenir subvenir ver 1.52 1.08 1.30 1.01 inf; -subvention subvention nom f s 3.00 0.88 1.66 0.54 -subventionnant subventionner ver 0.79 0.68 0.01 0.07 par:pre; -subventionne subventionner ver 0.79 0.68 0.30 0.00 imp:pre:2s;ind:pre:3s; -subventionnent subventionner ver 0.79 0.68 0.05 0.00 ind:pre:3p; -subventionner subventionner ver 0.79 0.68 0.24 0.20 inf; -subventionnera subventionner ver 0.79 0.68 0.00 0.07 ind:fut:3s; -subventionné subventionner ver m s 0.79 0.68 0.11 0.20 par:pas; -subventionnée subventionné adj f s 0.10 0.14 0.07 0.00 -subventionnées subventionné adj f p 0.10 0.14 0.00 0.07 -subventionnés subventionner ver m p 0.79 0.68 0.04 0.14 par:pas; -subventions subvention nom f p 3.00 0.88 1.34 0.34 -subvenu subvenir ver m s 1.52 1.08 0.07 0.00 par:pas; -subversif subversif adj m s 3.61 2.43 1.30 0.54 -subversifs subversif adj m p 3.61 2.43 0.97 0.47 -subversion subversion nom f s 0.66 0.95 0.56 0.95 -subversions subversion nom f p 0.66 0.95 0.10 0.00 -subversive subversif adj f s 3.61 2.43 0.41 0.54 -subversives subversif adj f p 3.61 2.43 0.94 0.88 -subvertir subvertir ver 0.00 0.07 0.00 0.07 inf; -subviendra subvenir ver 1.52 1.08 0.00 0.07 ind:fut:3s; -subviendrait subvenir ver 1.52 1.08 0.01 0.00 cnd:pre:3s; -subviens subvenir ver 1.52 1.08 0.03 0.00 ind:pre:1s; -subvient subvenir ver 1.52 1.08 0.06 0.00 ind:pre:3s; -suc suc nom m s 0.61 3.18 0.53 1.89 -sécateur sécateur nom m s 0.17 1.49 0.15 1.35 -sécateurs sécateur nom m p 0.17 1.49 0.03 0.14 -successeur successeur nom m s 2.80 6.96 2.59 5.47 -successeurs successeur nom m p 2.80 6.96 0.21 1.49 -successibles successible adj p 0.00 0.07 0.00 0.07 -successif successif adj m s 0.69 18.99 0.00 0.20 -successifs successif adj m p 0.69 18.99 0.26 8.78 -succession succession nom f s 2.92 11.35 2.72 11.01 -successions succession nom f p 2.92 11.35 0.20 0.34 -successive successif adj f s 0.69 18.99 0.00 0.41 -successivement successivement adv 0.32 12.57 0.32 12.57 -successives successif adj f p 0.69 18.99 0.43 9.59 -successoral successoral adj m s 0.03 0.00 0.02 0.00 -successorale successoral adj f s 0.03 0.00 0.01 0.00 -succinct succinct adj m s 0.20 0.88 0.12 0.54 -succincte succinct adj f s 0.20 0.88 0.06 0.14 -succinctement succinctement adv 0.07 0.41 0.07 0.41 -succinctes succinct adj f p 0.20 0.88 0.02 0.20 -succion succion nom f s 0.33 1.69 0.33 1.49 -succions succion nom f p 0.33 1.69 0.00 0.20 -succomba succomber ver 4.79 9.66 0.14 0.88 ind:pas:3s; -succombai succomber ver 4.79 9.66 0.00 0.20 ind:pas:1s; -succombaient succomber ver 4.79 9.66 0.00 0.34 ind:imp:3p; -succombais succomber ver 4.79 9.66 0.00 0.14 ind:imp:1s; -succombait succomber ver 4.79 9.66 0.02 0.61 ind:imp:3s; -succombant succomber ver 4.79 9.66 0.17 0.34 par:pre; -succombe succomber ver 4.79 9.66 1.21 0.95 imp:pre:2s;ind:pre:1s;ind:pre:3s; -succombent succomber ver 4.79 9.66 0.32 0.68 ind:pre:3p; -succomber succomber ver 4.79 9.66 1.15 2.43 inf; -succombera succomber ver 4.79 9.66 0.13 0.20 ind:fut:3s; -succomberai succomber ver 4.79 9.66 0.01 0.07 ind:fut:1s; -succomberaient succomber ver 4.79 9.66 0.00 0.07 cnd:pre:3p; -succomberais succomber ver 4.79 9.66 0.01 0.00 cnd:pre:1s; -succomberait succomber ver 4.79 9.66 0.03 0.07 cnd:pre:3s; -succomberont succomber ver 4.79 9.66 0.31 0.07 ind:fut:3p; -succombes succomber ver 4.79 9.66 0.01 0.00 ind:pre:2s; -succombez succomber ver 4.79 9.66 0.03 0.00 imp:pre:2p;ind:pre:2p; -succombions succomber ver 4.79 9.66 0.00 0.07 ind:imp:1p; -succombèrent succomber ver 4.79 9.66 0.00 0.14 ind:pas:3p; -succombé succomber ver m s 4.79 9.66 1.24 2.43 par:pas; -succède succéder ver 4.25 33.78 0.60 2.36 imp:pre:2s;ind:pre:1s;ind:pre:3s; -succèdent succéder ver 4.25 33.78 0.32 5.07 ind:pre:3p; -succès succès nom m 39.58 53.72 39.58 53.72 -succube succube nom m s 0.46 0.34 0.39 0.27 -succubes succube nom m p 0.46 0.34 0.07 0.07 -succéda succéder ver 4.25 33.78 0.16 1.82 ind:pas:3s; -succédaient succéder ver 4.25 33.78 0.06 5.74 ind:imp:3p; -succédait succéder ver 4.25 33.78 0.10 2.64 ind:imp:3s; -succédant succéder ver 4.25 33.78 0.00 2.77 par:pre; -succédané succédané nom m s 0.04 0.95 0.03 0.68 -succédanés succédané nom m p 0.04 0.95 0.01 0.27 -succédassent succéder ver 4.25 33.78 0.00 0.07 sub:imp:3p; -succéder succéder ver 4.25 33.78 1.78 4.53 inf; -succédera succéder ver 4.25 33.78 0.36 0.54 ind:fut:3s; -succéderai succéder ver 4.25 33.78 0.01 0.00 ind:fut:1s; -succéderaient succéder ver 4.25 33.78 0.00 0.07 cnd:pre:3p; -succéderait succéder ver 4.25 33.78 0.16 0.47 cnd:pre:3s; -succéderas succéder ver 4.25 33.78 0.01 0.00 ind:fut:2s; -succéderez succéder ver 4.25 33.78 0.02 0.00 ind:fut:2p; -succéderiez succéder ver 4.25 33.78 0.01 0.00 cnd:pre:2p; -succéderont succéder ver 4.25 33.78 0.21 0.20 ind:fut:3p; -succédions succéder ver 4.25 33.78 0.00 0.07 ind:imp:1p; -succédâmes succéder ver 4.25 33.78 0.00 0.07 ind:pas:1p; -succédât succéder ver 4.25 33.78 0.00 0.07 sub:imp:3s; -succédèrent succéder ver 4.25 33.78 0.02 2.50 ind:pas:3p; -succédé succéder ver m s 4.25 33.78 0.41 4.73 par:pas; -succédées succéder ver f p 4.25 33.78 0.02 0.07 par:pas; -succulence succulence nom f s 0.01 0.68 0.01 0.68 -succulent succulent adj m s 1.46 2.77 0.71 1.15 -succulente succulent adj f s 1.46 2.77 0.51 0.61 -succulentes succulent adj f p 1.46 2.77 0.14 0.47 -succulents succulent adj m p 1.46 2.77 0.09 0.54 -succursale succursale nom f s 1.17 1.42 1.05 1.15 -succursales succursale nom f p 1.17 1.42 0.12 0.27 -suce sucer ver 23.45 18.51 7.84 4.59 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:1s; -sucent sucer ver 23.45 18.51 0.51 0.27 ind:pre:3p; -sucer sucer ver 23.45 18.51 9.68 4.86 ind:imp:3s;ind:pre:2p;inf; -sucera sucer ver 23.45 18.51 0.22 0.07 ind:fut:3s; -sucerai sucer ver 23.45 18.51 0.10 0.27 ind:fut:1s; -suceraient sucer ver 23.45 18.51 0.02 0.07 cnd:pre:3p; -sucerais sucer ver 23.45 18.51 0.06 0.00 cnd:pre:1s;cnd:pre:2s; -sucerait sucer ver 23.45 18.51 0.07 0.14 cnd:pre:3s; -suces sucer ver 23.45 18.51 0.94 0.07 ind:pre:2s;sub:pre:2s; -sécession sécession nom f s 0.26 0.74 0.26 0.74 -sécessionniste sécessionniste nom s 0.06 0.00 0.02 0.00 -sécessionnistes sécessionniste nom p 0.06 0.00 0.04 0.00 -sucette sucette nom f s 2.29 2.64 1.27 1.49 -sucettes sucette nom f p 2.29 2.64 1.02 1.15 -suceur suceur nom m s 2.15 0.54 0.96 0.07 -suceurs suceur nom m p 2.15 0.54 0.65 0.14 -suceuse suceur nom f s 2.15 0.54 0.55 0.34 -suceuses suceuse nom f p 0.73 0.00 0.73 0.00 -sucez sucer ver 23.45 18.51 0.39 0.07 imp:pre:2p;ind:pre:2p; -sécha sécher ver 19.49 40.41 0.01 0.61 ind:pas:3s; -séchage séchage nom m s 0.17 0.41 0.17 0.41 -séchai sécher ver 19.49 40.41 0.00 0.14 ind:pas:1s; -séchaient sécher ver 19.49 40.41 0.05 3.24 ind:imp:3p; -séchais sécher ver 19.49 40.41 0.35 0.20 ind:imp:1s;ind:imp:2s; -séchait sécher ver 19.49 40.41 0.54 2.57 ind:imp:3s; -séchant sécher ver 19.49 40.41 0.15 1.42 par:pre; -séchard séchard nom m s 0.01 0.14 0.01 0.14 -sécher sécher ver 19.49 40.41 5.84 10.27 inf; -séchera sécher ver 19.49 40.41 0.05 0.41 ind:fut:3s; -sécherai sécher ver 19.49 40.41 0.13 0.00 ind:fut:1s; -sécheraient sécher ver 19.49 40.41 0.00 0.07 cnd:pre:3p; -sécherais sécher ver 19.49 40.41 0.05 0.00 cnd:pre:1s;cnd:pre:2s; -sécherait sécher ver 19.49 40.41 0.02 0.20 cnd:pre:3s; -sécheresse sécheresse nom f s 2.63 11.15 2.30 10.81 -sécheresses sécheresse nom f p 2.63 11.15 0.33 0.34 -sécherez sécher ver 19.49 40.41 0.01 0.00 ind:fut:2p; -sécherie sécherie nom f s 0.03 0.20 0.01 0.14 -sécheries sécherie nom f p 0.03 0.20 0.01 0.07 -sécheront sécher ver 19.49 40.41 0.01 0.07 ind:fut:3p; -sécheuse sécheur nom f s 0.05 0.00 0.05 0.00 -séchez sécher ver 19.49 40.41 0.79 0.20 imp:pre:2p;ind:pre:2p; -séchiez sécher ver 19.49 40.41 0.03 0.00 ind:imp:2p; -séchions sécher ver 19.49 40.41 0.01 0.07 ind:imp:1p; -séchoir séchoir nom m s 0.95 1.28 0.91 1.08 -séchoirs séchoir nom m p 0.95 1.28 0.04 0.20 -séchons sécher ver 19.49 40.41 0.11 0.00 imp:pre:1p;ind:pre:1p; -séchât sécher ver 19.49 40.41 0.00 0.07 sub:imp:3s; -séchèrent sécher ver 19.49 40.41 0.00 0.47 ind:pas:3p; -séché sécher ver m s 19.49 40.41 3.68 5.34 par:pas; -séchée sécher ver f s 19.49 40.41 1.09 3.11 par:pas; -séchées sécher ver f p 19.49 40.41 0.56 2.23 par:pas; -séchés sécher ver m p 19.49 40.41 0.16 1.42 par:pas; -sécolle sécolle pro_per 0.00 0.14 0.00 0.14 -sécot sécot nom m s 0.00 0.07 0.00 0.07 -sucra sucrer ver 1.90 4.73 0.00 0.14 ind:pas:3s; -sucrait sucrer ver 1.90 4.73 0.05 0.07 ind:imp:3s; -sucrant sucrer ver 1.90 4.73 0.00 0.07 par:pre; -sucre sucre nom m s 32.01 32.77 30.57 30.54 -sucrent sucrer ver 1.90 4.73 0.05 0.07 ind:pre:3p; -sucrer sucrer ver 1.90 4.73 0.38 0.74 inf; -sucrerait sucrer ver 1.90 4.73 0.00 0.14 cnd:pre:3s; -sucrerie sucrerie nom f s 2.82 3.58 0.25 0.88 -sucreries sucrerie nom f p 2.82 3.58 2.57 2.70 -sucres sucre nom m p 32.01 32.77 1.44 2.23 -sucrette sucrette nom f s 0.52 0.14 0.04 0.00 -sucrettes sucrette nom f p 0.52 0.14 0.48 0.14 -sucrier sucrier nom m s 0.58 1.08 0.51 0.95 -sucriers sucrier nom m p 0.58 1.08 0.05 0.14 -sucrins sucrin adj m p 0.00 0.07 0.00 0.07 -sucrière sucrier adj f s 1.79 0.20 1.47 0.07 -sucrières sucrier adj f p 1.79 0.20 0.32 0.00 -sécrète sécréter ver 0.85 3.24 0.41 0.68 ind:pre:3s; -sécrètent sécréter ver 0.85 3.24 0.12 0.27 ind:pre:3p; -sécrètes sécréter ver 0.85 3.24 0.01 0.00 ind:pre:2s; -sucré sucré adj m s 3.69 9.05 2.19 4.39 -sucrée sucré adj f s 3.69 9.05 0.96 2.77 -sucrées sucré adj f p 3.69 9.05 0.42 0.88 -sucrés sucré adj m p 3.69 9.05 0.13 1.01 -sécrétaient sécréter ver 0.85 3.24 0.00 0.07 ind:imp:3p; -sécrétais sécréter ver 0.85 3.24 0.00 0.07 ind:imp:1s; -sécrétait sécréter ver 0.85 3.24 0.00 0.47 ind:imp:3s; -sécrétant sécréter ver 0.85 3.24 0.00 0.27 par:pre; -sécréter sécréter ver 0.85 3.24 0.02 0.47 inf; -sécréteur sécréteur nom m s 0.02 0.00 0.01 0.00 -sécréteurs sécréteur nom m p 0.02 0.00 0.01 0.00 -sécrétez sécréter ver 0.85 3.24 0.00 0.07 ind:pre:2p; -sécrétine sécrétine nom f s 0.01 0.00 0.01 0.00 -sécrétion sécrétion nom f s 0.83 1.49 0.17 0.41 -sécrétions sécrétion nom f p 0.83 1.49 0.66 1.08 -sécrétât sécréter ver 0.85 3.24 0.00 0.07 sub:imp:3s; -sécrété sécréter ver m s 0.85 3.24 0.15 0.41 par:pas; -sécrétée sécréter ver f s 0.85 3.24 0.14 0.27 par:pas; -sécrétés sécréter ver m p 0.85 3.24 0.00 0.14 par:pas; -sucs suc nom m p 0.61 3.18 0.08 1.28 -sucèrent sucer ver 23.45 18.51 0.00 0.07 ind:pas:3p; -sécu sécu nom f s 1.50 0.74 1.50 0.74 -sucé sucer ver m s 23.45 18.51 2.34 1.76 par:pas; -sucée sucer ver f s 23.45 18.51 0.12 0.27 par:pas; -sucées sucer ver f p 23.45 18.51 0.04 0.07 par:pas; -séculaire séculaire adj s 0.26 4.73 0.12 3.04 -séculairement séculairement adv 0.00 0.14 0.00 0.14 -séculaires séculaire adj p 0.26 4.73 0.14 1.69 -séculariser séculariser ver 0.01 0.07 0.01 0.00 inf; -sécularisées séculariser ver f p 0.01 0.07 0.00 0.07 par:pas; -séculier séculier adj m s 0.02 1.49 0.00 1.15 -séculiers séculier adj m p 0.02 1.49 0.00 0.07 -séculière séculier adj f s 0.02 1.49 0.02 0.27 -sécurisait sécuriser ver 6.48 0.34 0.00 0.07 ind:imp:3s; -sécurisant sécurisant adj m s 0.37 0.20 0.34 0.00 -sécurisante sécurisant adj f s 0.37 0.20 0.04 0.20 -sécurisation sécurisation nom f s 0.01 0.00 0.01 0.00 -sécuriser sécuriser ver 6.48 0.34 1.09 0.00 inf; -sécurisez sécuriser ver 6.48 0.34 0.79 0.00 imp:pre:2p;ind:pre:2p; -sécurisé sécuriser ver m s 6.48 0.34 2.16 0.07 par:pas; -sécurisée sécuriser ver f s 6.48 0.34 1.94 0.07 par:pas; -sécurisées sécuriser ver f p 6.48 0.34 0.20 0.00 par:pas; -sécurisés sécuriser ver m p 6.48 0.34 0.28 0.07 par:pas; -sécurit sécurit nom m s 0.15 0.14 0.15 0.14 -sécuritaire sécuritaire adj s 0.23 0.00 0.23 0.00 -sécurité sécurité nom f s 113.17 39.12 112.69 38.92 -sécurités sécurité nom f p 113.17 39.12 0.48 0.20 -sucés sucer ver m p 23.45 18.51 0.06 0.07 par:pas; -sud_africain sud_africain nom m s 0.28 0.07 0.15 0.00 -sud_africain sud_africain adj f s 0.29 0.47 0.07 0.34 -sud_africain sud_africain adj f p 0.29 0.47 0.04 0.00 -sud_africain sud_africain nom m p 0.28 0.07 0.10 0.07 -sud_américain sud_américain adj m s 0.77 1.55 0.29 0.41 -sud_américain sud_américain adj f s 0.77 1.55 0.35 0.54 -sud_américain sud_américain adj f p 0.77 1.55 0.01 0.20 -sud_américain sud_américain adj m p 0.77 1.55 0.11 0.41 -sud_coréen sud_coréen adj m s 0.21 0.00 0.01 0.00 -sud_coréen sud_coréen nom m s 0.01 0.00 0.01 0.00 -sud_coréen sud_coréen adj f s 0.21 0.00 0.15 0.00 -sud_coréen sud_coréen adj f p 0.21 0.00 0.02 0.00 -sud_coréen sud_coréen adj m p 0.21 0.00 0.02 0.00 -sud_est sud_est nom m 3.30 2.30 3.30 2.30 -sud_ouest sud_ouest nom m 2.10 3.51 2.10 3.51 -sud_sud_est sud_sud_est nom m s 0.03 0.00 0.03 0.00 -sud_vietnamien sud_vietnamien adj m s 0.10 0.07 0.05 0.00 -sud_vietnamien sud_vietnamien adj f s 0.10 0.07 0.03 0.00 -sud_vietnamien sud_vietnamien nom m p 0.12 0.20 0.11 0.20 -sud sud nom m s 23.95 28.38 23.95 28.38 -sédatif sédatif nom m s 3.93 0.27 2.80 0.00 -sédatifs sédatif nom m p 3.93 0.27 1.13 0.27 -sédation sédation nom f s 0.08 0.00 0.08 0.00 -sudation sudation nom f s 0.14 0.07 0.14 0.07 -sédative sédatif adj f s 0.27 0.34 0.00 0.20 -sédatives sédatif adj f p 0.27 0.34 0.02 0.07 -sudatoires sudatoire adj f p 0.00 0.07 0.00 0.07 -sédentaire sédentaire adj s 0.23 2.30 0.21 1.76 -sédentaires sédentaire nom p 0.05 1.55 0.05 0.81 -sédentarisaient sédentariser ver 0.01 0.14 0.00 0.07 ind:imp:3p; -sédentarisation sédentarisation nom f s 0.00 0.07 0.00 0.07 -sédentarise sédentariser ver 0.01 0.14 0.01 0.00 ind:pre:3s; -sédentariser sédentariser ver 0.01 0.14 0.00 0.07 inf; -sédentarisme sédentarisme nom m s 0.00 0.07 0.00 0.07 -sédentarité sédentarité nom f s 0.00 0.27 0.00 0.27 -sédiment sédiment nom m s 0.14 0.61 0.03 0.14 -sédimentaire sédimentaire adj s 0.05 0.20 0.05 0.07 -sédimentaires sédimentaire adj f p 0.05 0.20 0.00 0.14 -sédimentation sédimentation nom f s 0.09 0.20 0.09 0.14 -sédimentations sédimentation nom f p 0.09 0.20 0.00 0.07 -sédimente sédimenter ver 0.00 0.14 0.00 0.07 ind:pre:3s; -sédiments sédiment nom m p 0.14 0.61 0.11 0.47 -sédimentée sédimenter ver f s 0.00 0.14 0.00 0.07 par:pas; -sudiste sudiste nom s 2.82 0.68 1.94 0.47 -sudistes sudiste nom p 2.82 0.68 0.88 0.20 -séditieuse séditieux adj f s 0.35 0.74 0.03 0.14 -séditieuses séditieux adj f p 0.35 0.74 0.00 0.07 -séditieux séditieux adj m 0.35 0.74 0.32 0.54 -sédition sédition nom f s 1.28 0.54 1.28 0.54 -sudoripare sudoripare adj s 0.14 0.14 0.02 0.07 -sudoripares sudoripare adj f p 0.14 0.14 0.13 0.07 -sudète sudète adj s 0.00 0.14 0.00 0.07 -sudètes sudète adj m p 0.00 0.14 0.00 0.07 -séducteur séducteur nom m s 2.34 4.86 1.97 3.72 -séducteurs séducteur nom m p 2.34 4.86 0.20 0.68 -séduction séduction nom f s 2.54 9.39 2.50 7.97 -séductions séduction nom f p 2.54 9.39 0.04 1.42 -séductrice séducteur nom f s 2.34 4.86 0.16 0.41 -séductrices séducteur adj f p 0.31 2.36 0.01 0.34 -séduira séduire ver 16.48 22.23 0.16 0.07 ind:fut:3s; -séduirait séduire ver 16.48 22.23 0.16 0.00 cnd:pre:3s; -séduiras séduire ver 16.48 22.23 0.12 0.00 ind:fut:2s; -séduire séduire ver 16.48 22.23 7.64 9.59 inf; -séduis séduire ver 16.48 22.23 0.70 0.07 imp:pre:2s;ind:pre:1s;ind:pre:2s; -séduisaient séduire ver 16.48 22.23 0.00 0.14 ind:imp:3p; -séduisait séduire ver 16.48 22.23 0.19 1.42 ind:imp:3s; -séduisant séduisant adj m s 9.13 8.18 4.68 3.85 -séduisante séduisant adj f s 9.13 8.18 3.71 2.91 -séduisantes séduisant adj f p 9.13 8.18 0.39 0.54 -séduisants séduisant adj m p 9.13 8.18 0.35 0.88 -séduise séduire ver 16.48 22.23 0.17 0.20 sub:pre:1s;sub:pre:3s; -séduisent séduire ver 16.48 22.23 0.10 0.41 ind:pre:3p; -séduises séduire ver 16.48 22.23 0.02 0.07 sub:pre:2s; -séduisez séduire ver 16.48 22.23 0.16 0.00 imp:pre:2p;ind:pre:2p; -séduisirent séduire ver 16.48 22.23 0.10 0.14 ind:pas:3p; -séduisit séduire ver 16.48 22.23 0.03 0.41 ind:pas:3s; -séduit séduire ver m s 16.48 22.23 5.09 5.95 ind:pre:3s;par:pas; -séduite séduire ver f s 16.48 22.23 1.09 2.30 par:pas; -séduites séduit adj f p 1.08 1.89 0.27 0.14 -séduits séduire ver m p 16.48 22.23 0.08 0.41 par:pas; -sue suer ver 7.28 10.34 0.85 1.22 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -suent suer ver 7.28 10.34 0.23 0.34 ind:pre:3p; -suer suer ver 7.28 10.34 2.72 2.77 inf; -suerai suer ver 7.28 10.34 0.03 0.00 ind:fut:1s; -suerais suer ver 7.28 10.34 0.01 0.00 cnd:pre:2s; -suerait suer ver 7.28 10.34 0.00 0.07 cnd:pre:3s; -suerte suerte nom f s 0.22 0.00 0.22 0.00 -sues suer ver 7.28 10.34 0.41 0.07 ind:pre:2s; -sueur sueur nom f s 11.71 60.34 10.27 57.30 -sueurs sueur nom f p 11.71 60.34 1.45 3.04 -suez suer ver 7.28 10.34 0.35 0.07 imp:pre:2p;ind:pre:2p; -séfarade séfarade adj m s 0.01 0.00 0.01 0.00 -séfarade séfarade nom s 0.01 0.00 0.01 0.00 -suffît suffire ver 232.08 159.39 0.64 0.14 sub:imp:3s; -suffi suffire ver m s 232.08 159.39 4.52 17.97 par:pas; -sufficit sufficit adv 0.00 0.07 0.00 0.07 -suffira suffire ver 232.08 159.39 13.85 4.39 ind:fut:3s; -suffirai suffire ver 232.08 159.39 0.02 0.00 ind:fut:1s; -suffiraient suffire ver 232.08 159.39 0.63 1.82 cnd:pre:3p; -suffirais suffire ver 232.08 159.39 0.02 0.00 cnd:pre:1s; -suffirait suffire ver 232.08 159.39 4.81 11.89 cnd:pre:3s; -suffire suffire ver 232.08 159.39 5.24 4.86 inf; -suffirent suffire ver 232.08 159.39 0.05 0.95 ind:pas:3p; -suffiront suffire ver 232.08 159.39 2.23 0.68 ind:fut:3p; -suffis suffire ver 232.08 159.39 0.53 0.41 imp:pre:2s;ind:pre:1s;ind:pre:2s; -suffisaient suffire ver 232.08 159.39 0.73 4.93 ind:imp:3p; -suffisais suffire ver 232.08 159.39 0.01 0.27 ind:imp:1s; -suffisait suffire ver 232.08 159.39 6.56 44.66 ind:imp:3s; -suffisamment suffisamment adv 18.30 20.07 18.30 20.07 -suffisance suffisance nom f s 0.90 3.99 0.90 3.92 -suffisances suffisance nom f p 0.90 3.99 0.00 0.07 -suffisant suffisant adj m s 17.56 18.99 12.95 10.00 -suffisante suffisant adj f s 17.56 18.99 2.98 5.61 -suffisantes suffisant adj f p 17.56 18.99 0.93 2.03 -suffisants suffisant adj m p 17.56 18.99 0.70 1.35 -suffise suffire ver 232.08 159.39 0.80 1.15 sub:pre:3s; -suffisent suffire ver 232.08 159.39 2.91 4.32 ind:pre:3p; -suffisez suffire ver 232.08 159.39 0.01 0.14 ind:pre:2p; -suffisions suffire ver 232.08 159.39 0.11 0.14 ind:imp:1p; -suffisons suffire ver 232.08 159.39 0.02 0.00 ind:pre:1p; -suffit suffire ver 232.08 159.39 188.10 59.66 ind:pre:3s;ind:pas:3s; -suffixes suffixe nom m p 0.00 0.14 0.00 0.14 -suffocant suffocant adj m s 0.33 3.78 0.24 1.28 -suffocante suffocant adj f s 0.33 3.78 0.06 1.76 -suffocantes suffocant adj f p 0.33 3.78 0.01 0.27 -suffocants suffocant adj m p 0.33 3.78 0.01 0.47 -suffocation suffocation nom f s 0.42 1.35 0.42 1.01 -suffocations suffocation nom f p 0.42 1.35 0.00 0.34 -suffoqua suffoquer ver 2.48 11.76 0.00 0.47 ind:pas:3s; -suffoquai suffoquer ver 2.48 11.76 0.00 0.07 ind:pas:1s; -suffoquaient suffoquer ver 2.48 11.76 0.00 0.27 ind:imp:3p; -suffoquais suffoquer ver 2.48 11.76 0.15 0.47 ind:imp:1s; -suffoquait suffoquer ver 2.48 11.76 0.07 1.89 ind:imp:3s; -suffoquant suffoquer ver 2.48 11.76 0.01 1.55 par:pre; -suffoque suffoquer ver 2.48 11.76 0.93 1.69 ind:pre:1s;ind:pre:3s; -suffoquent suffoquer ver 2.48 11.76 0.02 0.14 ind:pre:3p; -suffoquer suffoquer ver 2.48 11.76 0.91 0.81 inf; -suffoquera suffoquer ver 2.48 11.76 0.03 0.00 ind:fut:3s; -suffoquerait suffoquer ver 2.48 11.76 0.01 0.00 cnd:pre:3s; -suffoqueront suffoquer ver 2.48 11.76 0.01 0.07 ind:fut:3p; -suffoquez suffoquer ver 2.48 11.76 0.03 0.07 imp:pre:2p;ind:pre:2p; -suffoquions suffoquer ver 2.48 11.76 0.00 0.20 ind:imp:1p; -suffoquons suffoquer ver 2.48 11.76 0.00 0.14 imp:pre:1p;ind:pre:1p; -suffoquèrent suffoquer ver 2.48 11.76 0.00 0.07 ind:pas:3p; -suffoqué suffoquer ver m s 2.48 11.76 0.13 2.23 par:pas; -suffoquée suffoquer ver f s 2.48 11.76 0.15 1.28 par:pas; -suffoqués suffoquer ver m p 2.48 11.76 0.04 0.34 par:pas; -suffrage suffrage nom m s 0.60 3.99 0.33 2.50 -suffrages suffrage nom m p 0.60 3.99 0.27 1.49 -suffragette suffragette nom f s 0.20 0.27 0.12 0.27 -suffragettes suffragette nom f p 0.20 0.27 0.08 0.00 -suffète suffète nom m s 0.00 0.07 0.00 0.07 -suggestibilité suggestibilité nom f s 0.02 0.00 0.02 0.00 -suggestif suggestif adj m s 0.58 1.22 0.27 0.27 -suggestifs suggestif adj m p 0.58 1.22 0.01 0.14 -suggestion suggestion nom f s 8.35 7.77 5.63 3.51 -suggestionner suggestionner ver 0.02 0.14 0.01 0.07 inf; -suggestionné suggestionner ver m s 0.02 0.14 0.01 0.07 par:pas; -suggestions suggestion nom f p 8.35 7.77 2.71 4.26 -suggestive suggestif adj f s 0.58 1.22 0.16 0.74 -suggestives suggestif adj f p 0.58 1.22 0.14 0.07 -suggestivité suggestivité nom f s 0.01 0.00 0.01 0.00 -suggère suggérer ver 28.99 25.34 11.47 4.59 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:1s; -suggèrent suggérer ver 28.99 25.34 0.82 0.54 ind:pre:3p; -suggères suggérer ver 28.99 25.34 1.54 0.00 ind:pre:2s; -suggéra suggérer ver 28.99 25.34 0.11 4.46 ind:pas:3s; -suggérai suggérer ver 28.99 25.34 0.01 1.01 ind:pas:1s; -suggéraient suggérer ver 28.99 25.34 0.04 0.27 ind:imp:3p; -suggérais suggérer ver 28.99 25.34 0.47 0.54 ind:imp:1s;ind:imp:2s; -suggérait suggérer ver 28.99 25.34 0.23 3.24 ind:imp:3s; -suggérant suggérer ver 28.99 25.34 0.89 0.95 par:pre; -suggérer suggérer ver 28.99 25.34 4.18 3.45 ind:pre:2p;inf; -suggérera suggérer ver 28.99 25.34 0.01 0.07 ind:fut:3s; -suggérerai suggérer ver 28.99 25.34 0.01 0.07 ind:fut:1s; -suggérerais suggérer ver 28.99 25.34 0.32 0.00 cnd:pre:1s;cnd:pre:2s; -suggérerait suggérer ver 28.99 25.34 0.16 0.27 cnd:pre:3s; -suggérez suggérer ver 28.99 25.34 3.29 0.07 imp:pre:2p;ind:pre:2p; -suggériez suggérer ver 28.99 25.34 0.17 0.00 ind:imp:2p; -suggérions suggérer ver 28.99 25.34 0.01 0.07 ind:imp:1p; -suggérons suggérer ver 28.99 25.34 0.18 0.07 imp:pre:1p;ind:pre:1p; -suggérât suggérer ver 28.99 25.34 0.00 0.14 sub:imp:3s; -suggérèrent suggérer ver 28.99 25.34 0.00 0.07 ind:pas:3p; -suggéré suggérer ver m s 28.99 25.34 4.76 3.99 par:pas; -suggérée suggérer ver f s 28.99 25.34 0.14 0.95 par:pas; -suggérées suggérer ver f p 28.99 25.34 0.15 0.41 par:pas; -suggérés suggérer ver m p 28.99 25.34 0.02 0.14 par:pas; -ségrégation ségrégation nom f s 0.40 0.74 0.40 0.74 -ségrégationniste ségrégationniste adj m s 0.11 0.00 0.11 0.00 -séguedille séguedille nom f s 0.00 0.14 0.00 0.14 -sui_generis sui_generis adj m p 0.23 0.07 0.23 0.07 -sui sui nom m s 0.55 0.27 0.55 0.27 -suicida suicider ver 30.09 11.35 0.30 0.47 ind:pas:3s; -suicidaient suicider ver 30.09 11.35 0.01 0.14 ind:imp:3p; -suicidaire suicidaire adj s 2.63 1.22 2.63 1.22 -suicidaires suicidaire nom p 1.79 1.35 1.23 0.68 -suicidait suicider ver 30.09 11.35 0.09 0.27 ind:imp:3s; -suicidant suicidant nom m s 0.08 0.20 0.08 0.14 -suicidants suicidant nom m p 0.08 0.20 0.00 0.07 -suicide suicide nom m s 27.33 18.92 25.34 17.50 -suicident suicider ver 30.09 11.35 0.62 0.41 ind:pre:3p; -suicider suicider ver 30.09 11.35 10.49 4.19 inf; -suicidera suicider ver 30.09 11.35 0.09 0.27 ind:fut:3s; -suiciderai suicider ver 30.09 11.35 0.48 0.07 ind:fut:1s; -suiciderais suicider ver 30.09 11.35 0.06 0.07 cnd:pre:1s;cnd:pre:2s; -suiciderait suicider ver 30.09 11.35 0.33 0.14 cnd:pre:3s; -suiciderez suicider ver 30.09 11.35 0.00 0.14 ind:fut:2p; -suicideriez suicider ver 30.09 11.35 0.01 0.00 cnd:pre:2p; -suicides suicide nom m p 27.33 18.92 1.98 1.42 -suicidez suicider ver 30.09 11.35 0.27 0.00 ind:pre:2p; -suicidiez suicider ver 30.09 11.35 0.04 0.00 ind:imp:2p; -suicidons suicider ver 30.09 11.35 0.11 0.07 imp:pre:1p;ind:pre:1p; -suicidât suicider ver 30.09 11.35 0.00 0.07 sub:imp:3s; -suicidèrent suicider ver 30.09 11.35 0.00 0.07 ind:pas:3p; -suicidé suicider ver m s 30.09 11.35 8.38 1.82 par:pas; -suicidée suicider ver f s 30.09 11.35 2.75 1.35 par:pas; -suicidées suicider ver f p 30.09 11.35 0.15 0.00 par:pas; -suicidés suicider ver m p 30.09 11.35 1.25 0.34 par:pas; -séide séide nom m s 0.02 0.20 0.01 0.00 -séides séide nom m p 0.02 0.20 0.01 0.20 -suie suie nom f s 0.72 7.43 0.72 7.30 -suies suie nom f p 0.72 7.43 0.00 0.14 -suif suif nom m s 0.96 2.03 0.96 2.03 -suifer suifer ver 0.00 0.14 0.00 0.07 inf; -suiffard suiffard nom m s 0.00 0.07 0.00 0.07 -suiffeuses suiffeux adj f p 0.00 0.14 0.00 0.07 -suiffeux suiffeux adj m 0.00 0.14 0.00 0.07 -suiffé suiffer ver m s 0.00 0.27 0.00 0.14 par:pas; -suiffée suiffer ver f s 0.00 0.27 0.00 0.07 par:pas; -suiffés suiffer ver m p 0.00 0.27 0.00 0.07 par:pas; -suifés suifer ver m p 0.00 0.14 0.00 0.07 par:pas; -suint suint nom m s 0.00 0.88 0.00 0.88 -suinta suinter ver 0.96 5.95 0.00 0.14 ind:pas:3s; -suintaient suinter ver 0.96 5.95 0.02 0.54 ind:imp:3p; -suintait suinter ver 0.96 5.95 0.02 1.96 ind:imp:3s; -suintant suinter ver 0.96 5.95 0.10 0.41 par:pre; -suintante suintant adj f s 0.17 2.70 0.05 0.34 -suintantes suintant adj f p 0.17 2.70 0.01 0.68 -suintants suintant adj m p 0.17 2.70 0.06 0.88 -suinte suinter ver 0.96 5.95 0.43 1.55 imp:pre:2s;ind:pre:3s; -suintement suintement nom m s 0.12 0.81 0.11 0.54 -suintements suintement nom m p 0.12 0.81 0.01 0.27 -suintent suinter ver 0.96 5.95 0.06 0.47 ind:pre:3p; -suinter suinter ver 0.96 5.95 0.20 0.74 inf; -suinté suinter ver m s 0.96 5.95 0.13 0.14 par:pas; -suis être aux 8074.24 6501.82 1272.28 560.47 ind:pre:1s; -séisme séisme nom m s 3.31 1.22 2.60 1.01 -séismes séisme nom m p 3.31 1.22 0.71 0.20 -suisse suisse adj s 5.01 10.27 3.91 6.62 -suisses suisse adj p 5.01 10.27 1.10 3.58 -suissesse suisse nom f s 1.42 3.38 0.11 0.47 -suissesses suisse nom f p 1.42 3.38 0.00 0.07 -suit suivre ver 2090.53 949.12 32.57 29.39 ind:pre:3s; -suite suite nom f s 275.90 275.81 274.18 270.88 -suites suite nom f p 275.90 275.81 1.72 4.93 -suitée suitée adj f s 0.00 0.07 0.00 0.07 -suiv suiv adj 0.01 0.00 0.01 0.00 -suivîmes suivre ver 2090.53 949.12 0.02 0.74 ind:pas:1p; -suivît suivre ver 2090.53 949.12 0.00 0.41 sub:imp:3s; -suivaient suivre ver 2090.53 949.12 1.11 15.54 ind:imp:3p; -suivais suivre ver 2090.53 949.12 3.46 8.11 ind:imp:1s;ind:imp:2s; -suivait suivre ver 2090.53 949.12 6.09 40.54 ind:imp:3s; -suivant suivant pre 2.61 15.47 2.61 15.47 -suivante suivant adj f s 28.81 51.08 11.20 19.46 -suivantes suivant adj f p 28.81 51.08 2.55 5.61 -suivants suivant adj m p 28.81 51.08 4.26 9.19 -suive suivre ver 2090.53 949.12 4.09 1.62 sub:pre:1s;sub:pre:3s; -suivent suivre ver 2090.53 949.12 11.14 12.64 ind:pre:3p;sub:pre:3p; -suives suivre ver 2090.53 949.12 0.98 0.00 sub:pre:2s; -suiveur suiveur nom m s 0.27 0.88 0.07 0.27 -suiveurs suiveur nom m p 0.27 0.88 0.17 0.54 -suiveuse suiveur nom f s 0.27 0.88 0.03 0.07 -suiveuses suiveur adj f p 0.02 0.27 0.00 0.14 -suivez_moi_jeune_homme suivez_moi_jeune_homme nom m s 0.00 0.07 0.00 0.07 -suivez suivre ver 2090.53 949.12 57.03 6.35 imp:pre:2p;ind:pre:2p; -suivi suivre ver m s 2090.53 949.12 34.99 48.04 par:pas; -suivie suivre ver f s 2090.53 949.12 9.18 15.54 par:pas; -suivies suivre ver f p 2090.53 949.12 1.21 3.51 par:pas; -suiviez suivre ver 2090.53 949.12 1.27 0.14 ind:imp:2p;sub:pre:2p; -suivions suivre ver 2090.53 949.12 0.24 2.70 ind:imp:1p; -suivirent suivre ver 2090.53 949.12 0.69 15.27 ind:pas:3p; -suivis suivre ver m p 2090.53 949.12 4.80 11.42 ind:pas:1s;par:pas;par:pas; -suivissent suivre ver 2090.53 949.12 0.00 0.20 sub:imp:3p; -suivistes suiviste nom p 0.00 0.07 0.00 0.07 -suivit suivre ver 2090.53 949.12 0.70 35.47 ind:pas:3s; -suivons suivre ver 2090.53 949.12 4.45 3.11 imp:pre:1p;ind:pre:1p; -suivra suivre ver 2090.53 949.12 5.27 2.70 ind:fut:3s; -suivrai suivre ver 2090.53 949.12 4.21 1.15 ind:fut:1s; -suivraient suivre ver 2090.53 949.12 0.58 1.42 cnd:pre:3p; -suivrais suivre ver 2090.53 949.12 1.62 0.95 cnd:pre:1s;cnd:pre:2s; -suivrait suivre ver 2090.53 949.12 0.96 3.18 cnd:pre:3s; -suivras suivre ver 2090.53 949.12 0.64 0.20 ind:fut:2s; -suivre suivre ver 2090.53 949.12 73.91 80.14 inf;; -suivrez suivre ver 2090.53 949.12 1.18 0.20 ind:fut:2p; -suivriez suivre ver 2090.53 949.12 0.06 0.00 cnd:pre:2p; -suivrions suivre ver 2090.53 949.12 0.00 0.14 cnd:pre:1p; -suivrons suivre ver 2090.53 949.12 1.94 0.34 ind:fut:1p; -suivront suivre ver 2090.53 949.12 2.46 2.16 ind:fut:3p; -sujet sujet nom m s 120.42 105.74 107.92 88.04 -sujets sujet nom m p 120.42 105.74 12.51 17.70 -sujette sujet adj f s 3.90 6.62 0.70 1.42 -sujettes sujet adj f p 3.90 6.62 0.09 0.20 -séjour séjour nom m s 16.60 43.58 15.70 36.82 -séjourna séjourner ver 2.48 6.96 0.00 0.34 ind:pas:3s; -séjournaient séjourner ver 2.48 6.96 0.02 0.34 ind:imp:3p; -séjournais séjourner ver 2.48 6.96 0.00 0.07 ind:imp:1s; -séjournait séjourner ver 2.48 6.96 0.27 1.22 ind:imp:3s; -séjournant séjourner ver 2.48 6.96 0.00 0.27 par:pre; -séjourne séjourner ver 2.48 6.96 0.83 0.47 imp:pre:2s;ind:pre:1s;ind:pre:3s; -séjournent séjourner ver 2.48 6.96 0.14 0.07 ind:pre:3p; -séjourner séjourner ver 2.48 6.96 0.39 1.35 inf; -séjourneraient séjourner ver 2.48 6.96 0.00 0.07 cnd:pre:3p; -séjournerez séjourner ver 2.48 6.96 0.12 0.07 ind:fut:2p; -séjourneriez séjourner ver 2.48 6.96 0.01 0.00 cnd:pre:2p; -séjournerons séjourner ver 2.48 6.96 0.01 0.00 ind:fut:1p; -séjournes séjourner ver 2.48 6.96 0.01 0.00 ind:pre:2s; -séjournez séjourner ver 2.48 6.96 0.10 0.00 imp:pre:2p;ind:pre:2p; -séjourniez séjourner ver 2.48 6.96 0.01 0.07 ind:imp:2p; -séjournions séjourner ver 2.48 6.96 0.00 0.20 ind:imp:1p; -séjournâmes séjourner ver 2.48 6.96 0.00 0.07 ind:pas:1p; -séjourné séjourner ver m s 2.48 6.96 0.56 2.36 par:pas; -séjours séjour nom m p 16.60 43.58 0.90 6.76 -sujétion sujétion nom f s 0.03 1.15 0.03 0.81 -sujétions sujétion nom f p 0.03 1.15 0.00 0.34 -sélect sélect adj m s 0.13 0.54 0.08 0.41 -sélecte sélect adj f s 0.13 0.54 0.02 0.00 -sélecteur sélecteur nom m s 0.05 0.27 0.03 0.07 -sélecteurs sélecteur nom m p 0.05 0.27 0.03 0.20 -sélectif sélectif adj m s 1.18 1.22 0.21 0.47 -sélectifs sélectif adj m p 1.18 1.22 0.08 0.14 -sélection sélection nom f s 4.69 2.64 4.45 2.36 -sélectionna sélectionner ver 4.08 1.76 0.00 0.07 ind:pas:3s; -sélectionnaient sélectionner ver 4.08 1.76 0.00 0.07 ind:imp:3p; -sélectionnait sélectionner ver 4.08 1.76 0.03 0.14 ind:imp:3s; -sélectionnant sélectionner ver 4.08 1.76 0.16 0.00 par:pre; -sélectionne sélectionner ver 4.08 1.76 0.38 0.00 imp:pre:2s;ind:pre:1s;ind:pre:3s; -sélectionner sélectionner ver 4.08 1.76 1.13 0.61 inf; -sélectionnera sélectionner ver 4.08 1.76 0.11 0.00 ind:fut:3s; -sélectionnerai sélectionner ver 4.08 1.76 0.02 0.00 ind:fut:1s; -sélectionnerais sélectionner ver 4.08 1.76 0.01 0.00 cnd:pre:1s; -sélectionneur sélectionneur nom m s 0.00 0.07 0.00 0.07 -sélectionneuse sélectionneuse nom f s 0.01 0.00 0.01 0.00 -sélectionnez sélectionner ver 4.08 1.76 0.11 0.00 imp:pre:2p;ind:pre:2p; -sélectionné sélectionner ver m s 4.08 1.76 1.09 0.27 par:pas; -sélectionnée sélectionner ver f s 4.08 1.76 0.13 0.27 par:pas; -sélectionnées sélectionner ver f p 4.08 1.76 0.17 0.07 par:pas; -sélectionnés sélectionner ver m p 4.08 1.76 0.75 0.27 par:pas; -sélections sélection nom f p 4.69 2.64 0.24 0.27 -sélective sélectif adj f s 1.18 1.22 0.83 0.61 -sélectivement sélectivement adv 0.05 0.00 0.05 0.00 -sélectives sélectif adj f p 1.18 1.22 0.05 0.00 -sélectivité sélectivité nom f s 0.01 0.07 0.01 0.07 -sélects sélect adj m p 0.13 0.54 0.02 0.14 -sulfamide sulfamide nom m s 0.19 0.14 0.02 0.00 -sulfamides sulfamide nom m p 0.19 0.14 0.17 0.14 -sulfatages sulfatage nom m p 0.00 0.07 0.00 0.07 -sulfatant sulfater ver 0.04 0.27 0.00 0.07 par:pre; -sulfate sulfate nom m s 0.46 0.68 0.45 0.47 -sulfater sulfater ver 0.04 0.27 0.01 0.20 inf; -sulfates sulfate nom m p 0.46 0.68 0.01 0.20 -sulfateuse sulfateur nom f s 0.06 0.27 0.06 0.14 -sulfateuses sulfateur nom f p 0.06 0.27 0.00 0.14 -sulfaté sulfaté adj m s 0.10 0.07 0.10 0.00 -sulfatées sulfaté adj f p 0.10 0.07 0.00 0.07 -sulfhydrique sulfhydrique adj m s 0.01 0.07 0.01 0.07 -sulfite sulfite nom m s 0.03 0.07 0.03 0.07 -sulfonate sulfonate nom m s 0.03 0.00 0.03 0.00 -sulfonique sulfonique adj s 0.01 0.00 0.01 0.00 -sulfonée sulfoner ver f s 0.00 0.14 0.00 0.07 par:pas; -sulfonés sulfoner ver m p 0.00 0.14 0.00 0.07 par:pas; -sulfure sulfure nom m s 0.15 0.68 0.14 0.34 -sulfures sulfure nom m p 0.15 0.68 0.01 0.34 -sulfureuse sulfureux adj f s 0.50 1.89 0.27 0.95 -sulfureuses sulfureux adj f p 0.50 1.89 0.16 0.47 -sulfureux sulfureux adj m 0.50 1.89 0.07 0.47 -sulfurique sulfurique adj m s 0.82 0.41 0.82 0.41 -sulfurisé sulfurisé adj m s 0.04 0.20 0.04 0.20 -sulfuré sulfuré adj m s 0.03 0.00 0.02 0.00 -sulfurée sulfuré adj f s 0.03 0.00 0.01 0.00 -sulky sulky nom m s 0.14 0.41 0.14 0.41 -sulpicien sulpicien adj m s 0.00 0.61 0.00 0.20 -sulpicienne sulpicien adj f s 0.00 0.61 0.00 0.27 -sulpiciennes sulpicien adj f p 0.00 0.61 0.00 0.14 -sultan sultan nom m s 1.75 7.09 1.68 4.86 -sultanat sultanat nom m s 0.02 0.20 0.02 0.20 -sultane sultane nom f s 0.05 3.78 0.05 3.78 -sultanes sultan nom f p 1.75 7.09 0.00 0.07 -sultans sultan nom m p 1.75 7.09 0.07 2.16 -sélénite sélénite nom s 0.20 0.00 0.02 0.00 -sélénites sélénite nom p 0.20 0.00 0.17 0.00 -sélénium sélénium nom m s 0.19 0.00 0.19 0.00 -séléniure séléniure nom m s 0.03 0.00 0.03 0.00 -sélénographie sélénographie nom f s 0.00 0.07 0.00 0.07 -sumac sumac nom m s 0.13 0.14 0.13 0.14 -sémantique sémantique nom f s 0.29 0.34 0.29 0.34 -sémantiques sémantique adj p 0.05 0.14 0.00 0.07 -sémaphore sémaphore nom m s 0.15 1.01 0.12 0.61 -sémaphores sémaphore nom m p 0.15 1.01 0.03 0.41 -sémaphoriques sémaphorique adj m p 0.00 0.07 0.00 0.07 -sémillant sémillant adj m s 0.19 0.61 0.19 0.41 -sémillante sémillant adj f s 0.19 0.61 0.00 0.20 -sémillon sémillon nom m s 0.00 0.07 0.00 0.07 -séminaire séminaire nom m s 3.58 4.59 2.73 3.58 -séminaires séminaire nom m p 3.58 4.59 0.86 1.01 -séminal séminal adj m s 0.21 1.08 0.17 0.07 -séminale séminal adj f s 0.21 1.08 0.03 0.74 -séminales séminal adj f p 0.21 1.08 0.01 0.07 -séminariste séminariste nom s 0.21 3.72 0.20 2.97 -séminaristes séminariste nom p 0.21 3.72 0.01 0.74 -séminaux séminal adj m p 0.21 1.08 0.00 0.20 -séminole séminole nom s 0.08 0.07 0.03 0.00 -séminoles séminole nom p 0.08 0.07 0.05 0.07 -séminome séminome nom m s 0.01 0.00 0.01 0.00 -sémiologie sémiologie nom f s 0.01 0.07 0.01 0.07 -sémiologue sémiologue nom s 0.00 0.07 0.00 0.07 -sémiotique sémiotique nom f s 0.04 0.00 0.04 0.00 -sémiotiques sémiotique nom f p 0.04 0.00 0.01 0.00 -sémite sémite nom s 0.36 0.34 0.12 0.20 -sémites sémite nom p 0.36 0.34 0.23 0.14 -sémitique sémitique adj s 0.02 0.20 0.02 0.07 -sémitiques sémitique adj f p 0.02 0.20 0.00 0.14 -summum summum nom m s 0.56 0.47 0.56 0.47 -sumo sumo nom m s 0.88 0.07 0.88 0.07 -sumérien sumérien nom m s 0.04 0.00 0.04 0.00 -sénat sénat nom m s 1.38 1.82 1.38 1.82 -sénateur sénateur nom m s 19.77 3.31 14.85 2.03 -sénateurs sénateur nom m p 19.77 3.31 4.48 1.28 -sénatorial sénatorial adj m s 0.25 0.47 0.07 0.20 -sénatoriale sénatorial adj f s 0.25 0.47 0.17 0.20 -sénatoriales sénatorial nom f p 0.03 0.00 0.03 0.00 -sénatrice sénateur nom f s 19.77 3.31 0.44 0.00 -sénatus_consulte sénatus_consulte nom m s 0.00 0.07 0.00 0.07 -sénescence sénescence nom f s 0.01 0.14 0.01 0.14 -sénevé sénevé nom m s 0.00 0.14 0.00 0.14 -sénile sénile adj s 2.18 1.82 1.94 1.49 -sénilement sénilement adv 0.00 0.07 0.00 0.07 -séniles sénile adj p 2.18 1.82 0.23 0.34 -sénilité sénilité nom f s 0.23 0.81 0.23 0.81 -sunlight sunlight nom m s 0.16 0.41 0.16 0.00 -sunlights sunlight nom m p 0.16 0.41 0.00 0.41 -sunna sunna nom f s 0.02 0.07 0.02 0.07 -sunnites sunnite nom p 0.02 0.00 0.02 0.00 -séné séné nom m s 0.16 0.14 0.16 0.07 -sénéchal sénéchal nom m s 0.01 5.81 0.01 5.20 -sénéchaux sénéchal nom m p 0.01 5.81 0.00 0.61 -sénégalais sénégalais nom m 0.14 2.09 0.14 1.82 -sénégalaise sénégalais adj f s 0.11 3.24 0.01 0.00 -sénégalaises sénégalais adj f p 0.11 3.24 0.01 0.00 -sénés séné nom m p 0.16 0.14 0.00 0.07 -suons suer ver 7.28 10.34 0.02 0.00 ind:pre:1p; -suât suer ver 7.28 10.34 0.00 0.07 sub:imp:3s; -séoudite séoudite adj f s 0.00 0.27 0.00 0.27 -sépale sépale nom m s 0.03 0.00 0.01 0.00 -sépales sépale nom m p 0.03 0.00 0.02 0.00 -sépara séparer ver 66.22 109.80 0.27 2.77 ind:pas:3s; -séparable séparable adj s 0.00 0.14 0.00 0.14 -séparai séparer ver 66.22 109.80 0.01 0.14 ind:pas:1s; -séparaient séparer ver 66.22 109.80 0.30 7.70 ind:imp:3p; -séparais séparer ver 66.22 109.80 0.01 0.34 ind:imp:1s; -séparait séparer ver 66.22 109.80 1.23 18.04 ind:imp:3s; -séparant séparer ver 66.22 109.80 0.56 4.26 par:pre; -séparateur séparateur nom m s 0.07 0.00 0.07 0.00 -séparation séparation nom f s 10.15 14.39 9.88 13.45 -séparations séparation nom f p 10.15 14.39 0.27 0.95 -séparatiste séparatiste adj m s 0.45 0.20 0.09 0.20 -séparatistes séparatiste nom p 0.45 0.00 0.40 0.00 -séparatrice séparateur adj f s 0.01 0.20 0.01 0.00 -sépare séparer ver 66.22 109.80 12.77 14.19 imp:pre:2s;ind:pre:1s;ind:pre:3s; -séparent séparer ver 66.22 109.80 3.41 6.42 ind:pre:3p; -séparer séparer ver 66.22 109.80 20.34 18.38 ind:pre:2p;inf; -séparera séparer ver 66.22 109.80 1.39 0.34 ind:fut:3s; -séparerai séparer ver 66.22 109.80 0.32 0.34 ind:fut:1s; -sépareraient séparer ver 66.22 109.80 0.17 0.14 cnd:pre:3p; -séparerais séparer ver 66.22 109.80 0.28 0.07 cnd:pre:1s;cnd:pre:2s; -séparerait séparer ver 66.22 109.80 0.22 0.54 cnd:pre:3s; -sépareras séparer ver 66.22 109.80 0.02 0.00 ind:fut:2s; -séparerez séparer ver 66.22 109.80 0.16 0.14 ind:fut:2p; -séparerons séparer ver 66.22 109.80 0.25 0.20 ind:fut:1p; -sépareront séparer ver 66.22 109.80 0.09 0.00 ind:fut:3p; -séparez séparer ver 66.22 109.80 2.59 0.14 imp:pre:2p;ind:pre:2p; -sépariez séparer ver 66.22 109.80 0.32 0.07 ind:imp:2p; -séparions séparer ver 66.22 109.80 0.08 0.68 ind:imp:1p; -séparâmes séparer ver 66.22 109.80 0.01 0.34 ind:pas:1p; -séparons séparer ver 66.22 109.80 2.17 0.47 imp:pre:1p;ind:pre:1p; -séparât séparer ver 66.22 109.80 0.00 0.27 sub:imp:3s; -séparèrent séparer ver 66.22 109.80 0.30 3.11 ind:pas:3p; -séparé séparer ver m s 66.22 109.80 4.11 8.78 par:pas; -séparée séparer ver f s 66.22 109.80 2.11 6.49 par:pas; -séparées séparé adj f p 5.41 7.30 1.11 1.28 -séparément séparément adv 4.01 3.78 4.01 3.78 -séparés séparer ver m p 66.22 109.80 11.81 12.43 par:pas; -super_espion super_espion nom m s 0.02 0.00 0.02 0.00 -super_grand super_grand nom m p 0.00 0.07 0.00 0.07 -super_pilote super_pilote adj s 0.01 0.00 0.01 0.00 -super_puissance super_puissance nom f p 0.03 0.00 0.03 0.00 -super super adj 154.83 7.09 154.83 7.09 -superbe superbe adj s 53.42 23.85 45.32 19.05 -superbement superbement adv 0.30 2.64 0.30 2.64 -superbes superbe adj p 53.42 23.85 8.10 4.80 -supercalculateur supercalculateur nom m s 0.06 0.00 0.06 0.00 -supercarburant supercarburant nom m s 0.02 0.00 0.02 0.00 -superchampion superchampion nom m s 0.01 0.07 0.00 0.07 -superchampions superchampion nom m p 0.01 0.07 0.01 0.00 -supercherie supercherie nom f s 1.60 1.76 1.55 1.69 -supercheries supercherie nom f p 1.60 1.76 0.04 0.07 -superfamille superfamille nom f s 0.01 0.00 0.01 0.00 -superficialité superficialité nom f s 0.27 0.34 0.26 0.34 -superficialités superficialité nom f p 0.27 0.34 0.01 0.00 -superficie superficie nom f s 0.35 1.01 0.35 1.01 -superficiel superficiel adj m s 5.71 5.61 2.12 1.96 -superficielle superficiel adj f s 5.71 5.61 1.93 2.23 -superficiellement superficiellement adv 0.06 0.41 0.06 0.41 -superficielles superficiel adj f p 5.71 5.61 1.00 0.68 -superficiels superficiel adj m p 5.71 5.61 0.67 0.74 -superfin superfin adj m s 0.00 0.07 0.00 0.07 -superflu superflu adj m s 2.94 4.46 1.41 2.16 -superflue superflu adj f s 2.94 4.46 0.16 1.08 -superflues superflu adj f p 2.94 4.46 0.35 0.68 -superfluité superfluité nom f s 0.00 0.20 0.00 0.07 -superfluités superfluité nom f p 0.00 0.20 0.00 0.14 -superflus superflu adj m p 2.94 4.46 1.01 0.54 -superforteresses superforteresse adj f p 0.00 0.07 0.00 0.07 -superfétatoire superfétatoire adj s 0.03 0.54 0.03 0.27 -superfétatoires superfétatoire adj f p 0.03 0.54 0.00 0.27 -supergrand supergrand nom m s 0.00 0.07 0.00 0.07 -superintendant superintendant nom m s 0.10 0.14 0.10 0.07 -superintendante superintendante nom f s 0.00 0.07 0.00 0.07 -superintendants superintendant nom m p 0.10 0.14 0.00 0.07 -superlatif superlatif adj m s 0.03 0.07 0.02 0.07 -superlatifs superlatif nom m p 0.02 0.27 0.02 0.27 -superlative superlatif adj f s 0.03 0.07 0.01 0.00 -superlativement superlativement adv 0.00 0.07 0.00 0.07 -superman superman nom m 1.52 0.20 1.12 0.14 -supermarché supermarché nom m s 12.19 5.68 10.68 5.34 -supermarchés supermarché nom m p 12.19 5.68 1.51 0.34 -supermen superman nom m p 1.52 0.20 0.40 0.07 -supernova supernova nom f s 0.58 0.07 0.55 0.07 -supernovas supernova nom f p 0.58 0.07 0.04 0.00 -superordinateur superordinateur nom m s 0.03 0.00 0.03 0.00 -superphosphates superphosphate nom m p 0.00 0.07 0.00 0.07 -superposa superposer ver 0.56 7.50 0.00 0.07 ind:pas:3s; -superposable superposable adj s 0.00 0.20 0.00 0.07 -superposables superposable adj m p 0.00 0.20 0.00 0.14 -superposaient superposer ver 0.56 7.50 0.00 1.01 ind:imp:3p; -superposait superposer ver 0.56 7.50 0.00 0.34 ind:imp:3s; -superposant superposer ver 0.56 7.50 0.02 0.74 par:pre; -superpose superposer ver 0.56 7.50 0.04 0.81 ind:pre:1s;ind:pre:3s; -superposent superposer ver 0.56 7.50 0.26 1.35 ind:pre:3p; -superposer superposer ver 0.56 7.50 0.03 0.88 inf; -superposez superposer ver 0.56 7.50 0.01 0.00 ind:pre:2p; -superposition superposition nom f s 0.03 0.95 0.02 0.61 -superpositions superposition nom f p 0.03 0.95 0.01 0.34 -superposé superposé adj m s 0.37 5.00 0.10 0.14 -superposée superposer ver f s 0.56 7.50 0.01 0.27 par:pas; -superposées superposé adj f p 0.37 5.00 0.04 1.96 -superposés superposé adj m p 0.37 5.00 0.23 2.84 -superpouvoirs superpouvoir nom m p 0.20 0.00 0.20 0.00 -superproduction superproduction nom f s 0.08 0.27 0.06 0.20 -superproductions superproduction nom f p 0.08 0.27 0.02 0.07 -superpuissance superpuissance nom f s 0.34 0.00 0.22 0.00 -superpuissances superpuissance nom f p 0.34 0.00 0.12 0.00 -superpuissant superpuissant adj m s 0.04 0.07 0.01 0.00 -superpuissante superpuissant adj f s 0.04 0.07 0.01 0.00 -superpuissants superpuissant adj m p 0.04 0.07 0.01 0.07 -supers super nom m p 73.26 2.77 1.78 0.07 -supersonique supersonique adj s 0.33 0.20 0.11 0.07 -supersoniques supersonique adj p 0.33 0.20 0.23 0.14 -superstar superstar nom f s 1.82 0.41 1.67 0.34 -superstars superstar nom f p 1.82 0.41 0.15 0.07 -superstitieuse superstitieux adj f s 2.54 3.92 0.30 1.82 -superstitieusement superstitieusement adv 0.00 0.34 0.00 0.34 -superstitieuses superstitieux adj f p 2.54 3.92 0.17 0.14 -superstitieux superstitieux adj m 2.54 3.92 2.08 1.96 -superstition superstition nom f s 6.11 5.95 3.61 4.19 -superstitions superstition nom f p 6.11 5.95 2.50 1.76 -superstructure superstructure nom f s 0.11 1.35 0.11 0.20 -superstructures superstructure nom f p 0.11 1.35 0.00 1.15 -supertanker supertanker nom m s 0.03 0.00 0.03 0.00 -supervisa superviser ver 3.61 0.74 0.02 0.00 ind:pas:3s; -supervisais superviser ver 3.61 0.74 0.03 0.00 ind:imp:1s; -supervisait superviser ver 3.61 0.74 0.14 0.27 ind:imp:3s; -supervisant superviser ver 3.61 0.74 0.03 0.00 par:pre; -supervise superviser ver 3.61 0.74 1.03 0.07 imp:pre:2s;ind:pre:1s;ind:pre:3s; -supervisent superviser ver 3.61 0.74 0.05 0.00 ind:pre:3p; -superviser superviser ver 3.61 0.74 1.03 0.20 inf; -supervisera superviser ver 3.61 0.74 0.11 0.00 ind:fut:3s; -superviserai superviser ver 3.61 0.74 0.09 0.00 ind:fut:1s; -superviserais superviser ver 3.61 0.74 0.01 0.00 cnd:pre:1s; -superviserait superviser ver 3.61 0.74 0.04 0.00 cnd:pre:3s; -superviseras superviser ver 3.61 0.74 0.02 0.00 ind:fut:2s; -superviserez superviser ver 3.61 0.74 0.04 0.00 ind:fut:2p; -superviserons superviser ver 3.61 0.74 0.01 0.00 ind:fut:1p; -superviseront superviser ver 3.61 0.74 0.01 0.07 ind:fut:3p; -superviseur superviseur nom m s 1.99 0.07 1.66 0.00 -superviseurs superviseur nom m p 1.99 0.07 0.33 0.07 -supervisez superviser ver 3.61 0.74 0.04 0.00 ind:pre:2p; -supervisiez superviser ver 3.61 0.74 0.05 0.00 ind:imp:2p; -supervision supervision nom f s 0.68 0.27 0.68 0.20 -supervisions supervision nom f p 0.68 0.27 0.00 0.07 -supervisons superviser ver 3.61 0.74 0.05 0.00 ind:pre:1p; -supervisé superviser ver m s 3.61 0.74 0.62 0.07 par:pas; -supervisée superviser ver f s 3.61 0.74 0.11 0.00 par:pas; -supervisées superviser ver f p 3.61 0.74 0.04 0.00 par:pas; -supervisés superviser ver m p 3.61 0.74 0.03 0.07 par:pas; -sépharade sépharade adj f s 0.01 0.20 0.01 0.07 -sépharades sépharade nom p 0.00 0.41 0.00 0.14 -sépia sépia nom f s 0.02 1.15 0.02 1.08 -sépias sépia nom f p 0.02 1.15 0.00 0.07 -supin supin nom m s 0.00 0.07 0.00 0.07 -supination supination nom f s 0.05 0.14 0.05 0.14 -suppôt suppôt nom m s 0.39 0.95 0.17 0.54 -suppôts suppôt nom m p 0.39 0.95 0.22 0.41 -supplanta supplanter ver 0.60 1.62 0.00 0.07 ind:pas:3s; -supplantait supplanter ver 0.60 1.62 0.03 0.20 ind:imp:3s; -supplantant supplanter ver 0.60 1.62 0.01 0.07 par:pre; -supplante supplanter ver 0.60 1.62 0.07 0.00 ind:pre:3s; -supplantent supplanter ver 0.60 1.62 0.04 0.07 ind:pre:3p; -supplanter supplanter ver 0.60 1.62 0.20 0.34 inf; -supplanté supplanter ver m s 0.60 1.62 0.26 0.54 par:pas; -supplantée supplanter ver f s 0.60 1.62 0.00 0.34 par:pas; -supplia supplier ver 53.65 34.46 0.55 3.65 ind:pas:3s; -suppliai supplier ver 53.65 34.46 0.01 0.81 ind:pas:1s; -suppliaient supplier ver 53.65 34.46 0.08 0.95 ind:imp:3p; -suppliais supplier ver 53.65 34.46 0.27 0.88 ind:imp:1s;ind:imp:2s; -suppliait supplier ver 53.65 34.46 0.95 5.07 ind:imp:3s; -suppliant supplier ver 53.65 34.46 0.57 3.11 par:pre; -suppliante suppliant adj f s 1.20 7.09 0.50 2.70 -suppliantes suppliant adj f p 1.20 7.09 0.00 0.47 -suppliants suppliant adj m p 1.20 7.09 0.50 1.15 -supplication supplication nom f s 0.33 4.80 0.11 2.03 -supplications supplication nom f p 0.33 4.80 0.22 2.77 -supplice supplice nom m s 3.77 13.38 3.13 11.35 -supplices supplice nom m p 3.77 13.38 0.64 2.03 -supplicia supplicier ver 0.48 0.88 0.00 0.07 ind:pas:3s; -suppliciant suppliciant adj m s 0.00 0.27 0.00 0.14 -suppliciantes suppliciant adj f p 0.00 0.27 0.00 0.14 -supplicient supplicier ver 0.48 0.88 0.00 0.14 ind:pre:3p; -supplicier supplicier ver 0.48 0.88 0.14 0.41 inf; -supplicierez supplicier ver 0.48 0.88 0.14 0.00 ind:fut:2p; -supplicié supplicier ver m s 0.48 0.88 0.10 0.14 par:pas; -suppliciée supplicié nom f s 0.01 2.64 0.01 0.20 -suppliciées supplicié nom f p 0.01 2.64 0.00 0.14 -suppliciés supplicier ver m p 0.48 0.88 0.11 0.07 par:pas; -supplie supplier ver 53.65 34.46 37.38 11.01 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:1s; -supplient supplier ver 53.65 34.46 0.12 0.74 ind:pre:3p; -supplier supplier ver 53.65 34.46 4.96 4.19 inf; -suppliera supplier ver 53.65 34.46 0.10 0.00 ind:fut:3s; -supplierai supplier ver 53.65 34.46 0.39 0.07 ind:fut:1s; -supplieraient supplier ver 53.65 34.46 0.02 0.00 cnd:pre:3p; -supplierais supplier ver 53.65 34.46 0.03 0.00 cnd:pre:1s;cnd:pre:2s; -supplierait supplier ver 53.65 34.46 0.05 0.07 cnd:pre:3s; -supplieras supplier ver 53.65 34.46 0.44 0.00 ind:fut:2s; -supplierez supplier ver 53.65 34.46 0.06 0.00 ind:fut:2p; -supplieriez supplier ver 53.65 34.46 0.01 0.00 cnd:pre:2p; -supplieront supplier ver 53.65 34.46 0.17 0.00 ind:fut:3p; -supplies supplier ver 53.65 34.46 0.42 0.14 ind:pre:2s; -suppliez supplier ver 53.65 34.46 0.17 0.00 imp:pre:2p;ind:pre:2p; -supplions supplier ver 53.65 34.46 0.27 0.20 ind:pre:1p; -suppliât supplier ver 53.65 34.46 0.00 0.07 sub:imp:3s; -supplique supplique nom f s 0.28 1.08 0.21 0.68 -suppliques supplique nom f p 0.28 1.08 0.07 0.41 -supplié supplier ver m s 53.65 34.46 4.33 2.97 par:pas; -suppliée supplier ver f s 53.65 34.46 1.89 0.41 par:pas; -suppliés supplier ver m p 53.65 34.46 0.42 0.14 par:pas; -suppléaient suppléer ver 0.19 2.30 0.00 0.20 ind:imp:3p; -suppléait suppléer ver 0.19 2.30 0.01 0.34 ind:imp:3s; -suppléance suppléance nom f s 0.14 0.00 0.14 0.00 -suppléant suppléant nom m s 0.50 0.54 0.34 0.41 -suppléante suppléant adj f s 0.20 0.20 0.03 0.00 -suppléants suppléant nom m p 0.50 0.54 0.14 0.14 -supplée suppléer ver 0.19 2.30 0.00 0.47 ind:pre:3s; -suppléent suppléer ver 0.19 2.30 0.00 0.07 ind:pre:3p; -suppléer suppléer ver 0.19 2.30 0.14 0.68 inf; -suppléeraient suppléer ver 0.19 2.30 0.00 0.07 cnd:pre:3p; -suppléerait suppléer ver 0.19 2.30 0.00 0.14 cnd:pre:3s; -suppléerez suppléer ver 0.19 2.30 0.00 0.07 ind:fut:2p; -supplément supplément nom m s 2.80 7.50 2.60 6.42 -supplémentaire supplémentaire adj s 8.97 15.68 4.19 10.20 -supplémentaires supplémentaire adj p 8.97 15.68 4.79 5.47 -supplémenter supplémenter ver 0.00 0.14 0.00 0.07 inf; -suppléments supplément nom m p 2.80 7.50 0.20 1.08 -supplémentées supplémenter ver f p 0.00 0.14 0.00 0.07 par:pas; -supplétifs supplétif nom m p 0.00 0.14 0.00 0.14 -supplétive supplétif adj f s 0.00 0.14 0.00 0.14 -suppléé suppléer ver m s 0.19 2.30 0.00 0.07 par:pas; -support support nom m s 2.94 6.42 2.71 5.20 -supporta supporter ver 86.04 81.22 0.05 1.01 ind:pas:3s; -supportable supportable adj s 1.73 6.22 1.60 5.00 -supportables supportable adj p 1.73 6.22 0.13 1.22 -supportai supporter ver 86.04 81.22 0.01 0.14 ind:pas:1s; -supportaient supporter ver 86.04 81.22 0.14 1.49 ind:imp:3p; -supportais supporter ver 86.04 81.22 2.29 2.30 ind:imp:1s;ind:imp:2s; -supportait supporter ver 86.04 81.22 2.38 10.47 ind:imp:3s; -supportant supporter ver 86.04 81.22 0.14 2.43 par:pre; -supporte supporter ver 86.04 81.22 29.14 12.43 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:1s; -supportent supporter ver 86.04 81.22 2.14 2.23 ind:pre:3p;sub:pre:3p; -supporter supporter ver 86.04 81.22 30.04 33.45 inf; -supportera supporter ver 86.04 81.22 1.46 0.47 ind:fut:3s; -supporterai supporter ver 86.04 81.22 2.27 0.95 ind:fut:1s; -supporteraient supporter ver 86.04 81.22 0.23 0.20 cnd:pre:3p; -supporterais supporter ver 86.04 81.22 2.58 1.01 cnd:pre:1s;cnd:pre:2s; -supporterait supporter ver 86.04 81.22 1.18 3.38 cnd:pre:3s; -supporteras supporter ver 86.04 81.22 0.52 0.07 ind:fut:2s; -supporterez supporter ver 86.04 81.22 0.25 0.14 ind:fut:2p; -supporteriez supporter ver 86.04 81.22 0.05 0.20 cnd:pre:2p; -supporterons supporter ver 86.04 81.22 0.22 0.07 ind:fut:1p; -supporteront supporter ver 86.04 81.22 0.13 0.07 ind:fut:3p; -supporters supporter nom m p 6.07 5.54 1.75 2.91 -supportes supporter ver 86.04 81.22 3.86 0.34 ind:pre:2s; -supporteur supporteur nom m s 0.08 0.07 0.02 0.00 -supportez supporter ver 86.04 81.22 1.37 0.54 imp:pre:2p;ind:pre:2p; -supportiez supporter ver 86.04 81.22 0.18 0.00 ind:imp:2p; -supportions supporter ver 86.04 81.22 0.00 0.41 ind:imp:1p; -supportons supporter ver 86.04 81.22 0.44 0.27 imp:pre:1p;ind:pre:1p; -supportât supporter ver 86.04 81.22 0.00 0.27 sub:imp:3s; -supportrice supporteur nom f s 0.08 0.07 0.06 0.00 -supportrices supportrice nom f p 0.13 0.00 0.13 0.00 -support_chaussette support_chaussette nom m p 0.00 0.07 0.00 0.07 -supports support nom m p 2.94 6.42 0.22 1.22 -supportèrent supporter ver 86.04 81.22 0.00 0.07 ind:pas:3p; -supporté supporter ver m s 86.04 81.22 4.56 5.00 par:pas; -supportée supporter ver f s 86.04 81.22 0.20 0.81 par:pas; -supportées supporter ver f p 86.04 81.22 0.01 0.54 par:pas; -supportés supporter ver m p 86.04 81.22 0.21 0.47 par:pas; -supposa supposer ver 120.31 62.50 0.02 0.95 ind:pas:3s; -supposable supposable adj s 0.00 0.07 0.00 0.07 -supposai supposer ver 120.31 62.50 0.00 0.61 ind:pas:1s; -supposaient supposer ver 120.31 62.50 0.03 0.41 ind:imp:3p; -supposais supposer ver 120.31 62.50 0.50 2.30 ind:imp:1s;ind:imp:2s; -supposait supposer ver 120.31 62.50 0.11 3.18 ind:imp:3s; -supposant supposer ver 120.31 62.50 1.62 1.89 par:pre; -suppose supposer ver 120.31 62.50 89.07 29.53 imp:pre:2s;ind:pre:1s;ind:pre:3s; -supposent supposer ver 120.31 62.50 0.16 0.88 ind:pre:3p; -supposer supposer ver 120.31 62.50 3.92 14.46 inf; -supposera supposer ver 120.31 62.50 0.05 0.00 ind:fut:3s; -supposerai supposer ver 120.31 62.50 0.14 0.00 ind:fut:1s; -supposerait supposer ver 120.31 62.50 0.22 0.34 cnd:pre:3s; -supposeront supposer ver 120.31 62.50 0.04 0.07 ind:fut:3p; -supposes supposer ver 120.31 62.50 0.88 0.07 ind:pre:2s; -supposez supposer ver 120.31 62.50 1.43 1.28 imp:pre:2p;ind:pre:2p; -supposiez supposer ver 120.31 62.50 0.07 0.07 ind:imp:2p; -supposions supposer ver 120.31 62.50 0.06 0.07 ind:imp:1p; -supposition supposition nom f s 4.10 5.34 2.74 2.50 -suppositions supposition nom f p 4.10 5.34 1.36 2.84 -suppositoire suppositoire nom m s 0.56 0.88 0.27 0.54 -suppositoires suppositoire nom m p 0.56 0.88 0.29 0.34 -supposâmes supposer ver 120.31 62.50 0.00 0.07 ind:pas:1p; -supposons supposer ver 120.31 62.50 4.54 1.62 imp:pre:1p;ind:pre:1p; -supposèrent supposer ver 120.31 62.50 0.01 0.07 ind:pas:3p; -supposé supposer ver m s 120.31 62.50 12.07 3.24 par:pas; -supposée supposer ver f s 120.31 62.50 2.71 0.95 par:pas; -supposées supposer ver f p 120.31 62.50 0.36 0.07 par:pas; -supposément supposément adv 0.04 0.00 0.04 0.00 -supposés supposer ver m p 120.31 62.50 2.30 0.41 par:pas; -suppresseur suppresseur adj m s 0.03 0.00 0.03 0.00 -suppresseur suppresseur nom m s 0.03 0.00 0.03 0.00 -suppression suppression nom f s 0.80 2.09 0.74 1.96 -suppressions suppression nom f p 0.80 2.09 0.06 0.14 -supprima supprimer ver 13.45 15.07 0.00 0.41 ind:pas:3s; -supprimai supprimer ver 13.45 15.07 0.00 0.07 ind:pas:1s; -supprimaient supprimer ver 13.45 15.07 0.10 0.07 ind:imp:3p; -supprimais supprimer ver 13.45 15.07 0.07 0.07 ind:imp:1s; -supprimait supprimer ver 13.45 15.07 0.17 0.88 ind:imp:3s; -supprimant supprimer ver 13.45 15.07 0.21 1.28 par:pre; -supprime supprimer ver 13.45 15.07 1.99 1.62 imp:pre:2s;ind:pre:1s;ind:pre:3s; -suppriment supprimer ver 13.45 15.07 0.21 0.14 ind:pre:3p; -supprimer supprimer ver 13.45 15.07 5.86 5.74 inf; -supprimera supprimer ver 13.45 15.07 0.05 0.07 ind:fut:3s; -supprimerai supprimer ver 13.45 15.07 0.15 0.07 ind:fut:1s; -supprimeraient supprimer ver 13.45 15.07 0.03 0.07 cnd:pre:3p; -supprimerait supprimer ver 13.45 15.07 0.07 0.14 cnd:pre:3s; -supprimerons supprimer ver 13.45 15.07 0.00 0.07 ind:fut:1p; -supprimez supprimer ver 13.45 15.07 0.62 0.07 imp:pre:2p;ind:pre:2p; -supprimons supprimer ver 13.45 15.07 0.54 0.14 imp:pre:1p;ind:pre:1p; -supprimât supprimer ver 13.45 15.07 0.00 0.14 sub:imp:3s; -supprimé supprimer ver m s 13.45 15.07 2.19 2.57 par:pas; -supprimée supprimer ver f s 13.45 15.07 0.35 0.61 par:pas; -supprimées supprimer ver f p 13.45 15.07 0.23 0.34 par:pas; -supprimés supprimer ver m p 13.45 15.07 0.60 0.54 par:pas; -suppuraient suppurer ver 0.23 0.68 0.00 0.07 ind:imp:3p; -suppurait suppurer ver 0.23 0.68 0.00 0.14 ind:imp:3s; -suppurant suppurer ver 0.23 0.68 0.01 0.07 par:pre; -suppurante suppurant adj f s 0.03 0.07 0.01 0.00 -suppurantes suppurant adj f p 0.03 0.07 0.01 0.07 -suppuration suppuration nom f s 0.01 0.14 0.01 0.07 -suppurations suppuration nom f p 0.01 0.14 0.00 0.07 -suppure suppurer ver 0.23 0.68 0.17 0.20 ind:pre:3s; -suppurent suppurer ver 0.23 0.68 0.02 0.00 ind:pre:3p; -suppurer suppurer ver 0.23 0.68 0.02 0.14 inf; -suppurerait suppurer ver 0.23 0.68 0.00 0.07 cnd:pre:3s; -supputa supputer ver 0.16 4.19 0.00 0.14 ind:pas:3s; -supputai supputer ver 0.16 4.19 0.00 0.07 ind:pas:1s; -supputaient supputer ver 0.16 4.19 0.00 0.27 ind:imp:3p; -supputais supputer ver 0.16 4.19 0.00 0.07 ind:imp:1s; -supputait supputer ver 0.16 4.19 0.01 0.88 ind:imp:3s; -supputant supputer ver 0.16 4.19 0.00 0.54 par:pre; -supputation supputation nom f s 0.03 0.95 0.00 0.14 -supputations supputation nom f p 0.03 0.95 0.03 0.81 -suppute supputer ver 0.16 4.19 0.13 0.88 imp:pre:2s;ind:pre:1s;ind:pre:3s; -supputent supputer ver 0.16 4.19 0.00 0.14 ind:pre:3p; -supputer supputer ver 0.16 4.19 0.01 0.95 inf; -supputé supputer ver m s 0.16 4.19 0.00 0.20 par:pas; -supputées supputer ver f p 0.16 4.19 0.00 0.07 par:pas; -supra_humain supra_humain adj m s 0.00 0.07 0.00 0.07 -supra supra adv 0.26 0.34 0.26 0.34 -supraconducteur supraconducteur nom m s 0.16 0.00 0.09 0.00 -supraconducteurs supraconducteur nom m p 0.16 0.00 0.07 0.00 -supraconductivité supraconductivité nom f s 0.01 0.00 0.01 0.00 -supraconductrice supraconducteur adj f s 0.01 0.00 0.01 0.00 -supranational supranational adj m s 0.00 0.14 0.00 0.07 -supranationales supranational adj f p 0.00 0.14 0.00 0.07 -supranaturel supranaturel adj m s 0.01 0.00 0.01 0.00 -supraterrestre supraterrestre adj s 0.01 0.14 0.01 0.14 -suprématie suprématie nom f s 0.47 1.08 0.47 1.08 -suprême suprême adj s 15.26 22.97 14.98 21.76 -suprêmement suprêmement adv 0.09 0.81 0.09 0.81 -suprêmes suprême adj p 15.26 22.97 0.28 1.22 -sépulcral sépulcral adj m s 0.03 1.08 0.01 0.34 -sépulcrale sépulcral adj f s 0.03 1.08 0.01 0.68 -sépulcrales sépulcral adj f p 0.03 1.08 0.01 0.07 -sépulcre sépulcre nom m s 0.48 1.08 0.08 1.01 -sépulcres sépulcre nom m p 0.48 1.08 0.40 0.07 -sépulture sépulture nom f s 1.51 2.97 1.44 2.16 -sépultures sépulture nom f p 1.51 2.97 0.07 0.81 -supérette supérette nom f s 0.56 0.07 0.56 0.07 -supérieur supérieur adj m s 25.72 46.69 8.74 17.70 -supérieure supérieur adj f s 25.72 46.69 10.70 18.65 -supérieurement supérieurement adv 0.07 1.01 0.07 1.01 -supérieures supérieur adj f p 25.72 46.69 2.82 3.51 -supérieurs supérieur nom m p 13.63 8.11 6.04 2.77 -supériorité supériorité nom f s 2.00 9.26 2.00 8.72 -supériorités supériorité nom f p 2.00 9.26 0.00 0.54 -séquanaise séquanais nom f s 0.00 0.20 0.00 0.20 -séquelle séquelle nom f s 1.31 2.36 0.11 0.41 -séquelles séquelle nom f p 1.31 2.36 1.21 1.96 -séquence séquence nom f s 7.61 4.73 6.02 2.97 -séquencer séquencer ver 0.20 0.00 0.20 0.00 inf; -séquences séquence nom f p 7.61 4.73 1.59 1.76 -séquenceur séquenceur nom m s 0.11 0.00 0.11 0.00 -séquençage séquençage nom m s 0.27 0.00 0.27 0.00 -séquentiel séquentiel adj m s 0.13 0.00 0.02 0.00 -séquentielle séquentiel adj f s 0.13 0.00 0.11 0.00 -séquentiellement séquentiellement adv 0.01 0.00 0.01 0.00 -séquestraient séquestrer ver 2.05 2.03 0.01 0.07 ind:imp:3p; -séquestrait séquestrer ver 2.05 2.03 0.14 0.20 ind:imp:3s; -séquestration séquestration nom f s 0.50 0.47 0.30 0.34 -séquestrations séquestration nom f p 0.50 0.47 0.20 0.14 -séquestre séquestre nom m s 0.33 0.95 0.31 0.81 -séquestrer séquestrer ver 2.05 2.03 0.44 0.47 inf; -séquestres séquestre nom m p 0.33 0.95 0.02 0.14 -séquestrez séquestrer ver 2.05 2.03 0.12 0.00 ind:pre:2p; -séquestré séquestrer ver m s 2.05 2.03 0.37 0.54 par:pas; -séquestrée séquestrer ver f s 2.05 2.03 0.83 0.47 par:pas; -séquestrés séquestrer ver m p 2.05 2.03 0.08 0.14 par:pas; -séquoia séquoia nom m s 0.41 1.49 0.30 1.22 -séquoias séquoia nom m p 0.41 1.49 0.11 0.27 -sur_le_champ sur_le_champ adv 6.79 10.95 6.79 10.95 -sur_mesure sur_mesure nom m s 0.03 0.00 0.03 0.00 -sur_place sur_place nom m s 0.20 0.27 0.20 0.27 -sur sur pre 2520.11 5320.47 2520.11 5320.47 -surabondaient surabonder ver 0.00 0.14 0.00 0.07 ind:imp:3p; -surabondamment surabondamment adv 0.00 0.20 0.00 0.20 -surabondance surabondance nom f s 0.08 1.35 0.08 1.08 -surabondances surabondance nom f p 0.08 1.35 0.00 0.27 -surabondant surabondant adj m s 0.00 0.61 0.00 0.27 -surabondante surabondant adj f s 0.00 0.61 0.00 0.27 -surabondantes surabondant adj f p 0.00 0.61 0.00 0.07 -surabondent surabonder ver 0.00 0.14 0.00 0.07 ind:pre:3p; -sérac sérac nom m s 0.21 0.07 0.21 0.00 -séracs sérac nom m p 0.21 0.07 0.00 0.07 -suractiver suractiver ver 0.01 0.00 0.01 0.00 inf; -suractivité suractivité nom f s 0.00 0.07 0.00 0.07 -suractivé suractivé adj m s 0.03 0.14 0.03 0.07 -suractivée suractivé adj f s 0.03 0.14 0.00 0.07 -suradaptation suradaptation nom f s 0.00 0.14 0.00 0.14 -suradapté antiadapter ver m s 0.00 0.20 0.00 0.20 par:pas; -surah surah nom m s 0.00 0.20 0.00 0.20 -suraigu suraigu adj m s 0.03 3.38 0.01 1.28 -suraigus suraigu adj m p 0.03 3.38 0.01 0.61 -suraiguë suraigu adj f s 0.03 3.38 0.01 1.22 -suraiguës suraigu adj f p 0.03 3.38 0.00 0.27 -sérail sérail nom m s 0.47 13.31 0.47 13.31 -surajoute surajouter ver 0.00 0.41 0.00 0.07 ind:pre:3s; -surajouter surajouter ver 0.00 0.41 0.00 0.07 inf; -surajouté surajouter ver m s 0.00 0.41 0.00 0.07 par:pas; -surajoutée surajouter ver f s 0.00 0.41 0.00 0.07 par:pas; -surajoutés surajouter ver m p 0.00 0.41 0.00 0.14 par:pas; -suralimentation suralimentation nom f s 0.00 0.07 0.00 0.07 -suralimenter suralimenter ver 0.04 0.20 0.02 0.07 inf; -suralimentes suralimenter ver 0.04 0.20 0.01 0.07 ind:pre:2s; -suralimentée suralimenté adj f s 0.14 0.14 0.00 0.14 -suralimentés suralimenté adj m p 0.14 0.14 0.14 0.00 -suranné suranné adj m s 0.04 1.96 0.02 0.61 -surannée suranné adj f s 0.04 1.96 0.01 0.47 -surannées suranné adj f p 0.04 1.96 0.00 0.41 -surannés suranné adj m p 0.04 1.96 0.01 0.47 -séraphin séraphin nom m s 0.20 0.41 0.06 0.20 -séraphins séraphin nom m p 0.20 0.41 0.14 0.20 -séraphique séraphique adj s 0.00 0.54 0.00 0.34 -séraphiques séraphique adj p 0.00 0.54 0.00 0.20 -surard surard nom m s 0.00 0.07 0.00 0.07 -surarmement surarmement nom m s 0.01 0.00 0.01 0.00 -surarmé surarmer ver m s 0.07 0.00 0.02 0.00 par:pas; -surarmée surarmer ver f s 0.07 0.00 0.01 0.00 par:pas; -surarmés surarmer ver m p 0.07 0.00 0.04 0.00 par:pas; -surbaissé surbaissé adj m s 0.01 0.68 0.00 0.14 -surbaissée surbaissé adj f s 0.01 0.68 0.01 0.27 -surbaissées surbaissé adj f p 0.01 0.68 0.00 0.14 -surbaissés surbaissé adj m p 0.01 0.68 0.00 0.14 -surbooké surbooké adj m s 0.23 0.00 0.18 0.00 -surbookée surbooké adj f s 0.23 0.00 0.03 0.00 -surbookées surbooké adj f p 0.23 0.00 0.02 0.00 -surboum surboum nom f s 0.23 0.88 0.20 0.41 -surboums surboum nom f p 0.23 0.88 0.03 0.47 -surbrillance surbrillance nom f s 0.01 0.00 0.01 0.00 -surbrodé surbrodé adj m s 0.00 0.07 0.00 0.07 -surcapacité surcapacité nom f s 0.03 0.00 0.03 0.00 -surcharge surcharge nom f s 1.57 0.88 1.55 0.61 -surchargeaient surcharger ver 2.52 7.30 0.00 0.20 ind:imp:3p; -surchargeait surcharger ver 2.52 7.30 0.12 0.00 ind:imp:3s; -surchargeant surcharger ver 2.52 7.30 0.00 0.14 par:pre; -surcharger surcharger ver 2.52 7.30 0.44 0.27 inf; -surcharges surcharge nom f p 1.57 0.88 0.02 0.27 -surchargé surcharger ver m s 2.52 7.30 1.07 1.76 par:pas; -surchargée surcharger ver f s 2.52 7.30 0.28 1.69 par:pas; -surchargées surcharger ver f p 2.52 7.30 0.03 1.15 par:pas; -surchargés surcharger ver m p 2.52 7.30 0.32 1.76 par:pas; -surchauffait surchauffer ver 0.67 3.31 0.01 0.07 ind:imp:3s; -surchauffe surchauffe nom f s 0.48 0.27 0.48 0.27 -surchauffer surchauffer ver 0.67 3.31 0.13 0.00 inf; -surchauffez surchauffer ver 0.67 3.31 0.01 0.00 ind:pre:2p; -surchauffé surchauffer ver m s 0.67 3.31 0.29 1.08 par:pas; -surchauffée surchauffer ver f s 0.67 3.31 0.03 1.28 par:pas; -surchauffées surchauffer ver f p 0.67 3.31 0.00 0.27 par:pas; -surchauffés surchauffer ver m p 0.67 3.31 0.00 0.54 par:pas; -surchoix surchoix nom m 0.01 0.20 0.01 0.20 -surclassait surclasser ver 0.28 0.47 0.01 0.07 ind:imp:3s; -surclassant surclasser ver 0.28 0.47 0.00 0.07 par:pre; -surclasse surclasser ver 0.28 0.47 0.08 0.00 ind:pre:1s;ind:pre:3s; -surclassent surclasser ver 0.28 0.47 0.00 0.07 ind:pre:3p; -surclasser surclasser ver 0.28 0.47 0.02 0.07 inf; -surclasserais surclasser ver 0.28 0.47 0.00 0.07 cnd:pre:1s; -surclasserait surclasser ver 0.28 0.47 0.02 0.00 cnd:pre:3s; -surclasseras surclasser ver 0.28 0.47 0.00 0.07 ind:fut:2s; -surclassé surclasser ver m s 0.28 0.47 0.11 0.00 par:pas; -surclassés surclasser ver m p 0.28 0.47 0.04 0.07 par:pas; -surcoût surcoût nom m s 0.02 0.00 0.02 0.00 -surcompensation surcompensation nom f s 0.01 0.07 0.01 0.07 -surcompenser surcompenser ver 0.03 0.07 0.00 0.07 inf; -surcompensé surcompenser ver m s 0.03 0.07 0.03 0.00 par:pas; -surcomprimée surcomprimer ver f s 0.01 0.00 0.01 0.00 par:pas; -surconsommation surconsommation nom f s 0.02 0.00 0.02 0.00 -surconsomme surconsommer ver 0.00 0.07 0.00 0.07 ind:pre:3s; -surcontre surcontre nom m s 0.03 0.00 0.03 0.00 -surcot surcot nom m s 0.00 0.14 0.00 0.07 -surcots surcot nom m p 0.00 0.14 0.00 0.07 -surcoupé surcouper ver m s 0.01 0.00 0.01 0.00 par:pas; -surcroît surcroît nom m s 1.21 17.03 1.21 16.96 -surcroîts surcroît nom m p 1.21 17.03 0.00 0.07 -surdimensionné surdimensionné adj m s 0.13 0.00 0.09 0.00 -surdimensionnée surdimensionné adj f s 0.13 0.00 0.04 0.00 -surdité surdité nom f s 0.41 2.16 0.41 2.16 -surdoré surdorer ver m s 0.00 0.14 0.00 0.07 par:pas; -surdorée surdorer ver f s 0.00 0.14 0.00 0.07 par:pas; -surdosage surdosage nom m s 0.01 0.00 0.01 0.00 -surdose surdose nom f s 0.27 0.00 0.27 0.00 -surdoué surdoué nom m s 1.00 1.08 0.23 0.47 -surdouée surdoué nom f s 1.00 1.08 0.04 0.00 -surdoués surdoué nom m p 1.00 1.08 0.72 0.61 -surdéterminé surdéterminer ver m s 0.00 0.07 0.00 0.07 par:pas; -surdévelopper surdévelopper ver 0.01 0.00 0.01 0.00 inf; -surdéveloppé surdéveloppé adj m s 0.06 0.07 0.04 0.00 -surdéveloppée surdéveloppé adj f s 0.06 0.07 0.01 0.00 -surdéveloppées surdéveloppé adj f p 0.06 0.07 0.00 0.07 -surdéveloppés surdéveloppé adj m p 0.06 0.07 0.01 0.00 -sure sur adj_sup f s 65.92 16.22 12.38 0.41 -sureau sureau nom m s 0.15 1.89 0.05 1.42 -sureaux sureau nom m p 0.15 1.89 0.10 0.47 -sureffectif sureffectif nom m s 0.10 0.00 0.10 0.00 -suremploi suremploi nom m s 0.01 0.00 0.01 0.00 -surenchère surenchère nom f s 0.65 2.91 0.64 1.76 -surenchères surenchère nom f p 0.65 2.91 0.01 1.15 -surenchéri surenchérir ver m s 0.30 1.08 0.11 0.00 par:pas; -surenchérir surenchérir ver 0.30 1.08 0.16 0.34 inf; -surenchérissant surenchérir ver 0.30 1.08 0.00 0.07 par:pre; -surenchérissent surenchérir ver 0.30 1.08 0.00 0.07 ind:pre:3p; -surenchérit surenchérir ver 0.30 1.08 0.04 0.61 ind:pre:3s;ind:pas:3s; -surencombrée surencombré adj f s 0.00 0.07 0.00 0.07 -surendettés surendetté adj m p 0.04 0.00 0.04 0.00 -surent savoir ver_sup 4516.72 2003.58 0.07 1.42 ind:pas:3p; -surentraînement surentraînement nom m s 0.10 0.00 0.10 0.00 -surentraîné surentraîné adj m s 0.09 0.00 0.02 0.00 -surentraînées surentraîné adj f p 0.09 0.00 0.02 0.00 -surentraînés surentraîné adj m p 0.09 0.00 0.05 0.00 -sures sur adj_sup f p 65.92 16.22 0.25 0.20 -surestimation surestimation nom f s 0.01 0.00 0.01 0.00 -surestime surestimer ver 1.83 0.54 0.34 0.07 imp:pre:2s;ind:pre:1s;ind:pre:3s; -surestimer surestimer ver 1.83 0.54 0.16 0.07 inf; -surestimerais surestimer ver 1.83 0.54 0.00 0.07 cnd:pre:2s; -surestimez surestimer ver 1.83 0.54 0.58 0.07 imp:pre:2p;ind:pre:2p; -surestimé surestimer ver m s 1.83 0.54 0.44 0.07 par:pas; -surestimée surestimer ver f s 1.83 0.54 0.28 0.14 par:pas; -surestimés surestimer ver m p 1.83 0.54 0.04 0.07 par:pas; -suret suret adj m s 0.10 0.27 0.00 0.07 -surets suret adj m p 0.10 0.27 0.10 0.00 -surette suret adj f s 0.10 0.27 0.00 0.20 -séreux séreux adj m s 0.00 0.07 0.00 0.07 -surexcitait surexciter ver 1.48 1.69 0.00 0.07 ind:imp:3s; -surexcitant surexciter ver 1.48 1.69 0.01 0.00 par:pre; -surexcitation surexcitation nom f s 0.04 0.81 0.04 0.81 -surexcite surexciter ver 1.48 1.69 0.02 0.00 ind:pre:3s; -surexciter surexciter ver 1.48 1.69 0.00 0.14 inf; -surexcité surexciter ver m s 1.48 1.69 0.92 0.54 par:pas; -surexcitée surexciter ver f s 1.48 1.69 0.18 0.27 par:pas; -surexcitées surexciter ver f p 1.48 1.69 0.14 0.14 par:pas; -surexcités surexciter ver m p 1.48 1.69 0.20 0.54 par:pas; -surexploité surexploiter ver m s 0.03 0.00 0.03 0.00 par:pas; -surexposition surexposition nom f s 0.02 0.00 0.02 0.00 -surexposé surexposer ver m s 0.07 0.14 0.02 0.07 par:pas; -surexposée surexposer ver f s 0.07 0.14 0.01 0.00 par:pas; -surexposées surexposer ver f p 0.07 0.14 0.02 0.00 par:pas; -surexposés surexposer ver m p 0.07 0.14 0.02 0.07 par:pas; -surf surf nom m s 5.57 0.34 5.57 0.34 -surface surface nom f s 22.70 57.23 21.85 51.49 -surfacer surfacer ver 0.01 0.00 0.01 0.00 inf; -surfaces surface nom f p 22.70 57.23 0.84 5.74 -surfactant surfactant nom m s 0.08 0.00 0.08 0.00 -surfacturation surfacturation nom f s 0.04 0.00 0.04 0.00 -surfacture surfacturer ver 0.15 0.00 0.04 0.00 ind:pre:1s;ind:pre:3s; -surfacturer surfacturer ver 0.15 0.00 0.05 0.00 inf; -surfacturé surfacturer ver m s 0.15 0.00 0.03 0.00 par:pas; -surfacturés surfacturer ver m p 0.15 0.00 0.02 0.00 par:pas; -surfaire surfaire ver 0.09 0.20 0.00 0.07 inf; -surfais surfer ver 9.38 0.34 0.09 0.00 ind:imp:1s; -surfaisait surfaire ver 0.09 0.20 0.00 0.07 ind:imp:3s; -surfait surfait adj m s 0.46 0.34 0.38 0.14 -surfaite surfaire ver f s 0.09 0.20 0.07 0.07 par:pas; -surfaites surfait adj f p 0.46 0.34 0.03 0.00 -surfaits surfaire ver m p 0.09 0.20 0.02 0.00 par:pas; -surfant surfer ver 9.38 0.34 0.16 0.00 par:pre; -surfaçage surfaçage nom m s 0.00 0.07 0.00 0.07 -surfe surfer ver 9.38 0.34 3.15 0.00 imp:pre:2s;ind:pre:1s;ind:pre:3s; -surfent surfer ver 9.38 0.34 0.09 0.00 ind:pre:3p; -surfer surfer ver 9.38 0.34 5.28 0.20 inf; -surferas surfer ver 9.38 0.34 0.01 0.00 ind:fut:2s; -surfes surfer ver 9.38 0.34 0.10 0.00 ind:pre:2s; -surfeur surfeur nom m s 1.95 0.00 0.65 0.00 -surfeurs surfeur nom m p 1.95 0.00 1.06 0.00 -surfeuse surfeur nom f s 1.95 0.00 0.24 0.00 -surfeuses surfeuse nom f p 0.01 0.00 0.01 0.00 -surfez surfer ver 9.38 0.34 0.09 0.00 imp:pre:2p;ind:pre:2p; -surfilage surfilage nom m s 0.00 0.07 0.00 0.07 -surfin surfin adj m s 0.14 0.07 0.14 0.00 -surfine surfin adj f s 0.14 0.07 0.00 0.07 -surfons surfer ver 9.38 0.34 0.02 0.00 imp:pre:1p; -surfé surfer ver m s 9.38 0.34 0.28 0.00 par:pas; -surgît surgir ver 10.95 73.18 0.00 0.07 sub:imp:3s; -surgeler surgeler ver 0.09 0.34 0.01 0.00 inf; -surgelé surgelé nom m s 1.11 0.47 0.22 0.27 -surgelée surgelé adj f s 0.64 0.54 0.19 0.14 -surgelées surgelé adj f p 0.64 0.54 0.17 0.00 -surgelés surgelé nom m p 1.11 0.47 0.88 0.20 -surgeon surgeon nom m s 0.02 0.54 0.02 0.34 -surgeonnent surgeonner ver 0.00 0.07 0.00 0.07 ind:pre:3p; -surgeons surgeon nom m p 0.02 0.54 0.00 0.20 -surgi surgir ver m s 10.95 73.18 2.79 7.70 par:pas; -surgie surgir ver f s 10.95 73.18 0.04 2.23 par:pas; -surgies surgir ver f p 10.95 73.18 0.02 0.95 par:pas; -surgir surgir ver 10.95 73.18 2.26 17.84 inf; -surgira surgir ver 10.95 73.18 0.19 0.34 ind:fut:3s; -surgiraient surgir ver 10.95 73.18 0.00 0.14 cnd:pre:3p; -surgirait surgir ver 10.95 73.18 0.02 0.54 cnd:pre:3s; -surgirent surgir ver 10.95 73.18 0.17 1.55 ind:pas:3p; -surgiront surgir ver 10.95 73.18 0.04 0.41 ind:fut:3p; -surgis surgir ver m p 10.95 73.18 0.09 1.96 imp:pre:2s;ind:pre:1s;ind:pre:2s;par:pas; -surgissaient surgir ver 10.95 73.18 0.28 5.20 ind:imp:3p; -surgissais surgir ver 10.95 73.18 0.10 0.07 ind:imp:1s;ind:imp:2s; -surgissait surgir ver 10.95 73.18 0.30 8.04 ind:imp:3s; -surgissant surgir ver 10.95 73.18 0.20 3.85 par:pre; -surgisse surgir ver 10.95 73.18 0.04 0.81 sub:pre:3s; -surgissement surgissement nom m s 0.00 1.01 0.00 0.95 -surgissements surgissement nom m p 0.00 1.01 0.00 0.07 -surgissent surgir ver 10.95 73.18 1.31 4.39 ind:pre:3p; -surgissez surgir ver 10.95 73.18 0.14 0.14 imp:pre:2p;ind:pre:2p; -surgit surgir ver 10.95 73.18 2.96 16.96 ind:pre:3s;ind:pas:3s; -surgèle surgeler ver 0.09 0.34 0.00 0.14 ind:pre:3s; -surgé surgé nom s 0.01 1.08 0.01 1.08 -surgénérateur surgénérateur nom m s 0.03 0.00 0.03 0.00 -surhomme surhomme nom m s 1.11 1.08 0.86 0.81 -surhommes surhomme nom m p 1.11 1.08 0.25 0.27 -surhumain surhumain adj m s 1.71 4.19 0.40 2.50 -surhumaine surhumain adj f s 1.71 4.19 1.00 1.15 -surhumaines surhumain adj f p 1.71 4.19 0.04 0.27 -surhumains surhumain adj m p 1.71 4.19 0.28 0.27 -surhumanité surhumanité nom f s 0.00 0.07 0.00 0.07 -suri suri adj m s 0.07 0.54 0.06 0.20 -sérial sérial nom m s 0.03 0.00 0.03 0.00 -sériant sérier ver 0.00 0.14 0.00 0.07 par:pre; -suricate suricate nom m s 0.05 0.00 0.05 0.00 -série série nom f s 36.53 39.59 33.34 35.41 -surie suri adj f s 0.07 0.54 0.01 0.27 -sériel sériel adj m s 0.01 0.41 0.01 0.14 -sérielle sériel adj f s 0.01 0.41 0.00 0.27 -sérier sérier ver 0.00 0.14 0.00 0.07 inf; -séries série nom f p 36.53 39.59 3.19 4.19 -suries suri adj f p 0.07 0.54 0.00 0.07 -sérieuse sérieux adj f s 110.48 66.01 23.64 13.65 -sérieusement sérieusement adv 39.34 21.76 39.34 21.76 -sérieuses sérieux adj f p 110.48 66.01 5.85 9.53 -sérieux sérieux adj m 110.48 66.01 80.99 42.84 -surimi surimi nom m s 0.01 0.00 0.01 0.00 -surimpression surimpression nom f s 0.05 0.81 0.05 0.68 -surimpressions surimpression nom f p 0.05 0.81 0.00 0.14 -surin surin nom m s 0.66 3.99 0.66 3.85 -surinait suriner ver 0.15 0.54 0.01 0.00 ind:imp:3s; -surine suriner ver 0.15 0.54 0.00 0.07 ind:pre:3s; -surinent suriner ver 0.15 0.54 0.00 0.07 ind:pre:3p; -suriner suriner ver 0.15 0.54 0.02 0.34 inf; -surinerais suriner ver 0.15 0.54 0.00 0.07 cnd:pre:2s; -surinfections surinfection nom f p 0.00 0.07 0.00 0.07 -surinformation surinformation nom f s 0.00 0.07 0.00 0.07 -surinformé surinformer ver m s 0.00 0.88 0.00 0.88 par:pas; -surins surin nom m p 0.66 3.99 0.00 0.14 -surintendance surintendance nom f s 0.00 0.07 0.00 0.07 -surintendant surintendant nom m s 0.43 0.27 0.43 0.07 -surintendante surintendant nom f s 0.43 0.27 0.00 0.20 -surintensité surintensité nom f s 0.04 0.00 0.04 0.00 -suriné suriner ver m s 0.15 0.54 0.12 0.00 par:pas; -surinvestissement surinvestissement nom m s 0.01 0.07 0.01 0.07 -sérique sérique adj m s 0.01 0.00 0.01 0.00 -surir surir ver 0.01 0.20 0.00 0.14 inf; -surit surir ver 0.01 0.20 0.00 0.07 ind:pre:3s; -surjet surjet nom m s 0.04 0.14 0.04 0.07 -surjeteuse jeteur nom f s 0.23 0.47 0.02 0.00 -surjets surjet nom m p 0.04 0.14 0.00 0.07 -surlendemain surlendemain nom m s 0.35 7.57 0.35 7.57 -surligner surligner ver 0.24 0.00 0.07 0.00 inf; -surligneur surligneur nom m s 0.03 0.00 0.03 0.00 -surligné surligner ver m s 0.24 0.00 0.17 0.00 par:pas; -surmenage surmenage nom m s 0.63 0.61 0.63 0.61 -surmenait surmener ver 1.33 0.88 0.01 0.14 ind:imp:3s; -surmenant surmener ver 1.33 0.88 0.01 0.00 par:pre; -surmener surmener ver 1.33 0.88 0.08 0.07 ind:pre:2p;inf; -surmenez surmener ver 1.33 0.88 0.15 0.00 imp:pre:2p;ind:pre:2p; -surmené surmener ver m s 1.33 0.88 0.69 0.20 par:pas; -surmenée surmené adj f s 0.69 1.01 0.20 0.20 -surmenées surmené adj f p 0.69 1.01 0.03 0.14 -surmenés surmener ver m p 1.33 0.88 0.15 0.20 par:pas; -surmoi surmoi nom m 0.12 0.68 0.12 0.68 -surmâle surmâle nom m s 0.00 0.14 0.00 0.14 -surmonta surmonter ver 9.31 28.11 0.10 0.47 ind:pas:3s; -surmontai surmonter ver 9.31 28.11 0.00 0.14 ind:pas:1s; -surmontaient surmonter ver 9.31 28.11 0.01 0.47 ind:imp:3p; -surmontais surmonter ver 9.31 28.11 0.00 0.07 ind:imp:1s; -surmontait surmonter ver 9.31 28.11 0.00 1.62 ind:imp:3s; -surmontant surmonter ver 9.31 28.11 0.00 1.96 par:pre; -surmonte surmonter ver 9.31 28.11 0.51 1.42 imp:pre:2s;ind:pre:1s;ind:pre:3s; -surmontent surmonter ver 9.31 28.11 0.06 0.47 ind:pre:3p; -surmonter surmonter ver 9.31 28.11 5.85 5.00 inf; -surmontera surmonter ver 9.31 28.11 0.17 0.14 ind:fut:3s; -surmonterai surmonter ver 9.31 28.11 0.04 0.00 ind:fut:1s; -surmonteraient surmonter ver 9.31 28.11 0.00 0.07 cnd:pre:3p; -surmonterait surmonter ver 9.31 28.11 0.00 0.20 cnd:pre:3s; -surmonteras surmonter ver 9.31 28.11 0.32 0.00 ind:fut:2s; -surmonterez surmonter ver 9.31 28.11 0.03 0.07 ind:fut:2p; -surmonterons surmonter ver 9.31 28.11 0.23 0.00 ind:fut:1p; -surmontez surmonter ver 9.31 28.11 0.04 0.00 imp:pre:2p;ind:pre:2p; -surmontions surmonter ver 9.31 28.11 0.00 0.07 ind:imp:1p; -surmontèrent surmonter ver 9.31 28.11 0.01 0.07 ind:pas:3p; -surmonté surmonter ver m s 9.31 28.11 1.46 6.49 par:pas; -surmontée surmonter ver f s 9.31 28.11 0.28 5.27 par:pas; -surmontées surmonter ver f p 9.31 28.11 0.03 1.82 par:pas; -surmontés surmonter ver m p 9.31 28.11 0.14 2.30 par:pas; -surmène surmener ver 1.33 0.88 0.08 0.07 imp:pre:2s;ind:pre:3s; -surmédicalisation surmédicalisation nom f s 0.01 0.00 0.01 0.00 -surmulot surmulot nom m s 0.00 0.34 0.00 0.07 -surmulots surmulot nom m p 0.00 0.34 0.00 0.27 -surmultipliée surmultiplié adj f s 0.04 0.14 0.04 0.07 -surmultipliées surmultiplié adj f p 0.04 0.14 0.00 0.07 -surnage surnager ver 0.09 2.64 0.05 0.41 imp:pre:2s;ind:pre:3s; -surnagea surnager ver 0.09 2.64 0.00 0.14 ind:pas:3s; -surnageaient surnager ver 0.09 2.64 0.00 0.34 ind:imp:3p; -surnageait surnager ver 0.09 2.64 0.00 0.61 ind:imp:3s; -surnageant surnager ver 0.09 2.64 0.00 0.14 par:pre; -surnageants surnageant adj m p 0.00 0.20 0.00 0.07 -surnagent surnager ver 0.09 2.64 0.01 0.27 ind:pre:3p; -surnageons surnager ver 0.09 2.64 0.01 0.00 ind:pre:1p; -surnager surnager ver 0.09 2.64 0.01 0.54 inf; -surnagera surnager ver 0.09 2.64 0.00 0.07 ind:fut:3s; -surnages surnager ver 0.09 2.64 0.00 0.07 ind:pre:2s; -surnagèrent surnager ver 0.09 2.64 0.00 0.07 ind:pas:3p; -surnagé surnager ver m s 0.09 2.64 0.01 0.00 par:pas; -surnaturel surnaturel nom m s 2.71 0.54 2.71 0.54 -surnaturelle surnaturel adj f s 3.38 6.22 0.88 2.30 -surnaturelles surnaturel adj f p 3.38 6.22 0.39 1.01 -surnaturels surnaturel adj m p 3.38 6.22 0.75 0.34 -surnom surnom nom m s 7.79 6.49 6.20 5.61 -surnombre surnombre nom_sup m s 0.30 0.68 0.30 0.68 -surnomma surnommer ver 4.93 6.55 0.03 0.14 ind:pas:3s; -surnommaient surnommer ver 4.93 6.55 0.01 0.14 ind:imp:3p; -surnommais surnommer ver 4.93 6.55 0.02 0.00 ind:imp:1s;ind:imp:2s; -surnommait surnommer ver 4.93 6.55 0.48 1.08 ind:imp:3s; -surnommant surnommer ver 4.93 6.55 0.01 0.07 par:pre; -surnomme surnommer ver 4.93 6.55 1.27 0.41 imp:pre:2s;ind:pre:1s;ind:pre:3s; -surnomment surnommer ver 4.93 6.55 0.44 0.07 ind:pre:3p; -surnommer surnommer ver 4.93 6.55 0.04 0.74 inf;; -surnommera surnommer ver 4.93 6.55 0.01 0.00 ind:fut:3s; -surnommerais surnommer ver 4.93 6.55 0.00 0.07 cnd:pre:1s; -surnommions surnommer ver 4.93 6.55 0.00 0.07 ind:imp:1p; -surnommèrent surnommer ver 4.93 6.55 0.01 0.00 ind:pas:3p; -surnommé surnommer ver m s 4.93 6.55 2.28 2.77 par:pas; -surnommée surnommé adj f s 0.84 1.69 0.26 0.20 -surnommés surnommer ver m p 4.93 6.55 0.08 0.07 par:pas; -surnoms surnom nom m p 7.79 6.49 1.59 0.88 -surnuméraire surnuméraire nom s 0.07 0.14 0.07 0.00 -surnuméraires surnuméraire adj m p 0.04 0.14 0.03 0.00 -suroît suroît nom m s 0.03 0.61 0.03 0.47 -suroîts suroît nom m p 0.03 0.61 0.00 0.14 -sérologie sérologie nom f s 0.09 0.00 0.09 0.00 -séronégatif séronégatif adj m s 0.23 0.14 0.19 0.14 -séronégatifs séronégatif nom m p 0.03 0.34 0.03 0.27 -séronégative séronégatif adj f s 0.23 0.14 0.03 0.00 -séropo séropo nom s 0.17 0.14 0.17 0.14 -séropositif séropositif adj m s 2.04 1.15 0.99 0.81 -séropositifs séropositif adj m p 2.04 1.15 0.17 0.27 -séropositive séropositif adj f s 2.04 1.15 0.81 0.00 -séropositives séropositif adj f p 2.04 1.15 0.09 0.07 -séropositivité séropositivité nom f s 0.09 0.27 0.09 0.27 -sérosité sérosité nom f s 0.02 0.07 0.02 0.07 -sérotonine sérotonine nom f s 0.61 0.00 0.61 0.00 -suroxygéner suroxygéner ver 0.01 0.00 0.01 0.00 inf; -suroxygéné suroxygéné adj m s 0.00 0.07 0.00 0.07 -surpassa surpasser ver 6.64 3.45 0.12 0.27 ind:pas:3s; -surpassaient surpasser ver 6.64 3.45 0.01 0.07 ind:imp:3p; -surpassais surpasser ver 6.64 3.45 0.10 0.20 ind:imp:1s; -surpassait surpasser ver 6.64 3.45 0.05 0.41 ind:imp:3s; -surpassant surpasser ver 6.64 3.45 0.14 0.14 par:pre; -surpasse surpasser ver 6.64 3.45 1.36 0.41 imp:pre:2s;ind:pre:1s;ind:pre:3s; -surpassent surpasser ver 6.64 3.45 0.35 0.14 ind:pre:3p; -surpasser surpasser ver 6.64 3.45 1.46 0.74 inf; -surpassera surpasser ver 6.64 3.45 0.54 0.00 ind:fut:3s; -surpasserai surpasser ver 6.64 3.45 0.02 0.00 ind:fut:1s; -surpasseraient surpasser ver 6.64 3.45 0.01 0.00 cnd:pre:3p; -surpasserait surpasser ver 6.64 3.45 0.02 0.14 cnd:pre:3s; -surpasseras surpasser ver 6.64 3.45 0.01 0.00 ind:fut:2s; -surpasses surpasser ver 6.64 3.45 0.21 0.00 ind:pre:2s; -surpassez surpasser ver 6.64 3.45 0.04 0.00 imp:pre:2p;ind:pre:2p; -surpassons surpasser ver 6.64 3.45 0.16 0.00 imp:pre:1p;ind:pre:1p; -surpassât surpasser ver 6.64 3.45 0.01 0.07 sub:imp:3s; -surpassé surpasser ver m s 6.64 3.45 1.50 0.41 par:pas; -surpassée surpasser ver f s 6.64 3.45 0.36 0.20 par:pas; -surpassées surpasser ver f p 6.64 3.45 0.00 0.07 par:pas; -surpassés surpasser ver m p 6.64 3.45 0.20 0.20 par:pas; -surpatte surpatte nom f s 0.00 0.20 0.00 0.14 -surpattes surpatte nom f p 0.00 0.20 0.00 0.07 -surpaye surpayer ver 0.21 0.00 0.01 0.00 ind:pre:3s; -surpayé surpayer ver m s 0.21 0.00 0.13 0.00 par:pas; -surpayés surpayer ver m p 0.21 0.00 0.08 0.00 par:pas; -surpeuplement surpeuplement nom m s 0.03 0.07 0.03 0.07 -surpeupler surpeupler ver 0.01 0.00 0.01 0.00 inf; -surpeuplé surpeuplé adj m s 0.80 1.62 0.27 0.74 -surpeuplée surpeuplé adj f s 0.80 1.62 0.33 0.20 -surpeuplées surpeuplé adj f p 0.80 1.62 0.06 0.14 -surpeuplés surpeuplé adj m p 0.80 1.62 0.13 0.54 -surpiqûres surpiqûre nom f p 0.00 0.07 0.00 0.07 -surplace surplace nom m s 0.30 0.34 0.30 0.34 -surplis surplis nom m 0.07 1.69 0.07 1.69 -surplomb surplomb nom m s 0.09 2.23 0.09 2.03 -surplomba surplomber ver 0.69 8.85 0.00 0.07 ind:pas:3s; -surplombaient surplomber ver 0.69 8.85 0.00 0.88 ind:imp:3p; -surplombait surplomber ver 0.69 8.85 0.03 2.30 ind:imp:3s; -surplombant surplomber ver 0.69 8.85 0.24 1.28 par:pre; -surplombante surplombant adj f s 0.02 0.41 0.00 0.07 -surplombe surplomber ver 0.69 8.85 0.37 2.84 imp:pre:2s;ind:pre:1s;ind:pre:3s; -surplombent surplomber ver 0.69 8.85 0.03 0.54 ind:pre:3p; -surplomber surplomber ver 0.69 8.85 0.01 0.14 inf; -surplomberait surplomber ver 0.69 8.85 0.00 0.07 cnd:pre:3s; -surplombions surplomber ver 0.69 8.85 0.00 0.14 ind:imp:1p; -surplombs surplomb nom m p 0.09 2.23 0.00 0.20 -surplombé surplomber ver m s 0.69 8.85 0.01 0.34 par:pas; -surplombée surplomber ver f s 0.69 8.85 0.00 0.20 par:pas; -surplombés surplomber ver m p 0.69 8.85 0.00 0.07 par:pas; -surplus surplus nom m 1.25 10.95 1.25 10.95 -surpoids surpoids nom m 0.23 0.00 0.23 0.00 -surpopulation surpopulation nom f s 0.45 0.14 0.45 0.14 -surprît surprendre ver 56.80 116.62 0.01 0.47 sub:imp:3s; -surprenaient surprendre ver 56.80 116.62 0.11 0.74 ind:imp:3p; -surprenais surprendre ver 56.80 116.62 0.07 1.76 ind:imp:1s;ind:imp:2s; -surprenait surprendre ver 56.80 116.62 0.45 7.30 ind:imp:3s; -surprenant surprenant adj m s 8.03 19.73 4.89 8.78 -surprenante surprenant adj f s 8.03 19.73 2.67 7.84 -surprenantes surprenant adj f p 8.03 19.73 0.34 1.76 -surprenants surprenant adj m p 8.03 19.73 0.14 1.35 -surprend surprendre ver 56.80 116.62 5.74 7.09 ind:pre:3s; -surprendra surprendre ver 56.80 116.62 0.75 0.61 ind:fut:3s; -surprendrai surprendre ver 56.80 116.62 0.20 0.14 ind:fut:1s; -surprendraient surprendre ver 56.80 116.62 0.05 0.07 cnd:pre:3p; -surprendrais surprendre ver 56.80 116.62 0.04 0.07 cnd:pre:1s;cnd:pre:2s; -surprendrait surprendre ver 56.80 116.62 0.33 0.88 cnd:pre:3s; -surprendras surprendre ver 56.80 116.62 0.07 0.00 ind:fut:2s; -surprendre surprendre ver 56.80 116.62 8.00 17.43 inf; -surprendrez surprendre ver 56.80 116.62 0.02 0.00 ind:fut:2p; -surprendrons surprendre ver 56.80 116.62 0.01 0.07 ind:fut:1p; -surprendront surprendre ver 56.80 116.62 0.19 0.07 ind:fut:3p; -surprends surprendre ver 56.80 116.62 1.59 2.03 imp:pre:2s;ind:pre:1s;ind:pre:2s; -surprenez surprendre ver 56.80 116.62 1.06 0.27 imp:pre:2p;ind:pre:2p; -surpreniez surprendre ver 56.80 116.62 0.11 0.00 ind:imp:2p; -surprenions surprendre ver 56.80 116.62 0.00 0.14 ind:imp:1p; -surprenne surprendre ver 56.80 116.62 0.98 0.61 sub:pre:1s;sub:pre:3s; -surprennent surprendre ver 56.80 116.62 0.33 0.88 ind:pre:3p; -surprenons surprendre ver 56.80 116.62 0.04 0.14 imp:pre:1p;ind:pre:1p; -surpresseur surpresseur nom m s 0.01 0.00 0.01 0.00 -surpression surpression nom f s 0.09 0.14 0.09 0.14 -surprime surprime nom f s 0.14 0.00 0.14 0.00 -surprirent surprendre ver 56.80 116.62 0.11 0.68 ind:pas:3p; -surpris surprendre ver m 56.80 116.62 24.64 50.00 ind:pas:1s;ind:pas:2s;par:pas;par:pas;par:pas; -surprise_partie surprise_partie nom f s 0.20 0.61 0.18 0.27 -surprise_party surprise_party nom f s 0.10 0.07 0.10 0.07 -surprise surprise nom f s 82.94 77.16 75.62 68.51 -surprise_partie surprise_partie nom f p 0.20 0.61 0.02 0.34 -surprises surprise nom f p 82.94 77.16 7.32 8.65 -surprit surprendre ver 56.80 116.62 0.39 10.61 ind:pas:3s; -surproduction surproduction nom f s 0.05 0.14 0.05 0.14 -surprotecteur surprotecteur adj m s 0.06 0.00 0.06 0.00 -surprotectrice surprotecteur nom f s 0.10 0.00 0.10 0.00 -surprotège surprotéger ver 0.17 0.00 0.04 0.00 ind:pre:1s; -surprotégeais surprotéger ver 0.17 0.00 0.01 0.00 ind:imp:1s; -surprotéger surprotéger ver 0.17 0.00 0.10 0.00 inf; -surprotégé surprotéger ver m s 0.17 0.00 0.02 0.00 par:pas; -surpuissance surpuissance nom f s 0.01 0.07 0.01 0.07 -surpuissant surpuissant adj m s 0.16 0.41 0.09 0.27 -surpuissante surpuissant adj f s 0.16 0.41 0.04 0.07 -surpuissants surpuissant adj m p 0.16 0.41 0.03 0.07 -surqualifié surqualifié adj m s 0.11 0.00 0.08 0.00 -surqualifiée surqualifié adj f s 0.11 0.00 0.03 0.00 -surréalisme surréalisme nom m s 0.10 1.96 0.10 1.96 -surréaliste surréaliste adj s 0.98 2.64 0.95 1.96 -surréalistes surréaliste adj p 0.98 2.64 0.03 0.68 -surréalité surréalité nom f s 0.00 0.14 0.00 0.14 -surréel surréel adj m s 0.06 0.41 0.03 0.07 -surréelle surréel adj f s 0.06 0.41 0.02 0.20 -surréelles surréel adj f p 0.06 0.41 0.00 0.14 -surrégime surrégime nom m s 0.03 0.07 0.03 0.07 -surrénal surrénal adj m s 0.23 0.07 0.01 0.00 -surrénale surrénal adj f s 0.23 0.07 0.05 0.00 -surrénales surrénal adj f p 0.23 0.07 0.17 0.07 -surrénalien surrénalien adj m s 0.01 0.00 0.01 0.00 -surréservation surréservation nom f s 0.01 0.00 0.01 0.00 -surs sur adj_sup m p 65.92 16.22 1.11 0.07 -sursaturé sursaturer ver m s 0.01 0.20 0.01 0.20 par:pas; -sursaturée sursaturé adj f s 0.00 0.14 0.00 0.07 -sursaturées sursaturé adj f p 0.00 0.14 0.00 0.07 -sursaut sursaut nom m s 0.77 21.28 0.71 17.57 -sursauta sursauter ver 1.66 28.11 0.22 8.78 ind:pas:3s; -sursautai sursauter ver 1.66 28.11 0.10 1.15 ind:pas:1s; -sursautaient sursauter ver 1.66 28.11 0.01 0.54 ind:imp:3p; -sursautais sursauter ver 1.66 28.11 0.00 0.20 ind:imp:1s;ind:imp:2s; -sursautait sursauter ver 1.66 28.11 0.00 1.15 ind:imp:3s; -sursautant sursauter ver 1.66 28.11 0.00 1.89 par:pre; -sursaute sursauter ver 1.66 28.11 0.14 4.66 imp:pre:2s;ind:pre:1s;ind:pre:3s; -sursautent sursauter ver 1.66 28.11 0.02 0.34 ind:pre:3p; -sursauter sursauter ver 1.66 28.11 0.69 5.95 inf; -sursauteraient sursauter ver 1.66 28.11 0.00 0.07 cnd:pre:3p; -sursauterais sursauter ver 1.66 28.11 0.00 0.07 cnd:pre:1s; -sursautez sursauter ver 1.66 28.11 0.01 0.14 imp:pre:2p;ind:pre:2p; -sursautons sursauter ver 1.66 28.11 0.00 0.14 ind:pre:1p; -sursautât sursauter ver 1.66 28.11 0.00 0.07 sub:imp:3s; -sursauts sursaut nom m p 0.77 21.28 0.06 3.72 -sursautèrent sursauter ver 1.66 28.11 0.00 0.14 ind:pas:3p; -sursauté sursauter ver m s 1.66 28.11 0.47 2.84 par:pas; -surseoir surseoir ver 0.12 0.74 0.10 0.47 inf; -sursis sursis nom m 3.60 7.36 3.60 7.36 -sursitaire sursitaire adj s 0.01 0.00 0.01 0.00 -sursitaires sursitaire nom p 0.00 0.07 0.00 0.07 -sursum_corda sursum_corda adv 0.00 0.20 0.00 0.20 -surtaxe surtaxe nom f s 0.13 0.14 0.13 0.07 -surtaxer surtaxer ver 0.04 0.00 0.01 0.00 inf; -surtaxes surtaxe nom f p 0.13 0.14 0.00 0.07 -surtaxés surtaxer ver m p 0.04 0.00 0.02 0.00 par:pas; -surtendu surtendu adj m s 0.00 0.07 0.00 0.07 -surtension surtension nom f s 0.37 0.00 0.37 0.00 -surtout surtout adv_sup 148.66 291.49 148.66 291.49 -surtouts surtout nom_sup m p 0.54 2.84 0.00 0.14 -surélevait surélever ver 0.34 2.50 0.00 0.07 ind:imp:3s; -surélever surélever ver 0.34 2.50 0.06 0.14 inf; -surélevez surélever ver 0.34 2.50 0.02 0.00 imp:pre:2p; -surélevé surélever ver m s 0.34 2.50 0.10 1.15 par:pas; -surélevée surélever ver f s 0.34 2.50 0.08 0.47 par:pas; -surélevées surélever ver f p 0.34 2.50 0.02 0.41 par:pas; -surélevés surélever ver m p 0.34 2.50 0.04 0.14 par:pas; -surélève surélever ver 0.34 2.50 0.02 0.14 imp:pre:2s;ind:pre:1s;ind:pre:3s; -surélévation surélévation nom f s 0.03 0.00 0.03 0.00 -sérum sérum nom m s 4.16 0.81 4.00 0.74 -suréminente suréminent adj f s 0.00 0.07 0.00 0.07 -sérums sérum nom m p 4.16 0.81 0.15 0.07 -sérénade sérénade nom f s 1.13 1.08 1.02 0.81 -sérénades sérénade nom f p 1.13 1.08 0.11 0.27 -sérénissime sérénissime adj s 0.07 1.62 0.07 1.62 -sérénité sérénité nom f s 4.71 12.91 4.71 12.91 -suréquipée suréquiper ver f s 0.01 0.07 0.01 0.07 par:pas; -surévaluation surévaluation nom f s 0.01 0.07 0.01 0.07 -surévalué surévaluer ver m s 0.03 0.07 0.03 0.07 par:pas; -survînt survenir ver 4.86 15.54 0.00 0.20 sub:imp:3s; -surveilla surveiller ver 84.82 54.39 0.01 0.41 ind:pas:3s; -surveillaient surveiller ver 84.82 54.39 0.46 1.96 ind:imp:3p; -surveillais surveiller ver 84.82 54.39 0.98 1.89 ind:imp:1s;ind:imp:2s; -surveillait surveiller ver 84.82 54.39 1.61 8.92 ind:imp:3s; -surveillance surveillance nom f s 19.16 12.23 19.05 12.16 -surveillances surveillance nom f p 19.16 12.23 0.11 0.07 -surveillant surveillant nom m s 2.58 6.55 1.65 3.58 -surveillante surveillant nom f s 2.58 6.55 0.45 0.74 -surveillantes surveillant nom f p 2.58 6.55 0.03 0.68 -surveillants surveillant nom m p 2.58 6.55 0.45 1.55 -surveille surveiller ver 84.82 54.39 26.27 6.28 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -surveillent surveiller ver 84.82 54.39 3.72 1.69 ind:pre:3p; -surveiller surveiller ver 84.82 54.39 26.94 18.11 inf;; -surveillera surveiller ver 84.82 54.39 1.13 0.07 ind:fut:3s; -surveillerai surveiller ver 84.82 54.39 0.90 0.27 ind:fut:1s; -surveilleraient surveiller ver 84.82 54.39 0.02 0.07 cnd:pre:3p; -surveillerais surveiller ver 84.82 54.39 0.23 0.00 cnd:pre:1s;cnd:pre:2s; -surveillerait surveiller ver 84.82 54.39 0.08 0.41 cnd:pre:3s; -surveilleras surveiller ver 84.82 54.39 0.25 0.14 ind:fut:2s; -surveillerez surveiller ver 84.82 54.39 0.09 0.00 ind:fut:2p; -surveillerons surveiller ver 84.82 54.39 0.23 0.00 ind:fut:1p; -surveilleront surveiller ver 84.82 54.39 0.27 0.00 ind:fut:3p; -surveilles surveiller ver 84.82 54.39 2.09 0.34 ind:pre:2s; -surveillez surveiller ver 84.82 54.39 9.71 0.68 imp:pre:2p;ind:pre:2p; -surveilliez surveiller ver 84.82 54.39 0.41 0.00 ind:imp:2p; -surveillions surveiller ver 84.82 54.39 0.02 0.14 ind:imp:1p; -surveillons surveiller ver 84.82 54.39 0.90 0.20 imp:pre:1p;ind:pre:1p; -surveillât surveiller ver 84.82 54.39 0.00 0.07 sub:imp:3s; -surveillé surveiller ver m s 84.82 54.39 3.77 3.11 par:pas; -surveillée surveiller ver f s 84.82 54.39 2.46 2.09 par:pas; -surveillées surveiller ver f p 84.82 54.39 0.58 0.68 par:pas; -surveillés surveiller ver m p 84.82 54.39 1.33 1.49 par:pas; -survenaient survenir ver 4.86 15.54 0.00 0.41 ind:imp:3p; -survenais survenir ver 4.86 15.54 0.00 0.07 ind:imp:1s; -survenait survenir ver 4.86 15.54 0.12 1.49 ind:imp:3s; -survenant survenir ver 4.86 15.54 0.02 0.81 par:pre; -survenants survenant nom m p 0.00 0.14 0.00 0.14 -survenir survenir ver 4.86 15.54 0.80 1.69 inf; -survenu survenir ver m s 4.86 15.54 0.61 1.96 par:pas; -survenue survenir ver f s 4.86 15.54 0.32 0.95 par:pas; -survenues survenue nom f p 0.17 1.62 0.14 0.00 -survenus survenir ver m p 4.86 15.54 0.72 0.95 par:pas; -survie survie nom f s 11.64 6.08 11.64 6.08 -surviendra survenir ver 4.86 15.54 0.17 0.14 ind:fut:3s; -surviendraient survenir ver 4.86 15.54 0.00 0.14 cnd:pre:3p; -surviendrait survenir ver 4.86 15.54 0.01 0.34 cnd:pre:3s; -surviendront survenir ver 4.86 15.54 0.00 0.20 ind:fut:3p; -survienne survenir ver 4.86 15.54 0.20 0.27 sub:pre:3s; -surviennent survenir ver 4.86 15.54 0.36 0.47 ind:pre:3p; -survient survenir ver 4.86 15.54 1.01 1.96 ind:pre:3s; -survinrent survenir ver 4.86 15.54 0.14 0.34 ind:pas:3p; -survint survenir ver 4.86 15.54 0.30 2.84 ind:pas:3s; -survire survirer ver 0.01 0.00 0.01 0.00 ind:pre:3s; -survis survivre ver 63.65 27.77 1.33 0.47 imp:pre:2s;ind:pre:1s;ind:pre:2s; -survit survivre ver 63.65 27.77 3.88 2.23 ind:pre:3s; -survitesse survitesse nom f s 0.00 0.14 0.00 0.14 -survivaient survivre ver 63.65 27.77 0.16 0.81 ind:imp:3p; -survivais survivre ver 63.65 27.77 0.04 0.14 ind:imp:1s;ind:imp:2s; -survivait survivre ver 63.65 27.77 0.28 1.76 ind:imp:3s; -survivaliste survivaliste nom s 0.01 0.00 0.01 0.00 -survivance survivance nom f s 0.05 1.08 0.04 0.88 -survivances survivance nom f p 0.05 1.08 0.01 0.20 -survivant survivant nom m s 12.80 7.77 3.57 2.03 -survivante survivant nom f s 12.80 7.77 0.39 0.14 -survivantes survivant nom f p 12.80 7.77 0.03 0.20 -survivants survivant nom m p 12.80 7.77 8.81 5.41 -survive survivre ver 63.65 27.77 1.42 0.54 sub:pre:1s;sub:pre:3s; -survivent survivre ver 63.65 27.77 1.79 1.22 ind:pre:3p; -survives survivre ver 63.65 27.77 0.24 0.00 sub:pre:2s; -survivez survivre ver 63.65 27.77 0.30 0.00 imp:pre:2p;ind:pre:2p; -surviviez survivre ver 63.65 27.77 0.06 0.00 ind:imp:2p; -survivions survivre ver 63.65 27.77 0.06 0.00 ind:imp:1p; -survivons survivre ver 63.65 27.77 0.20 0.14 imp:pre:1p;ind:pre:1p; -survivra survivre ver 63.65 27.77 3.92 0.54 ind:fut:3s; -survivrai survivre ver 63.65 27.77 2.99 0.14 ind:fut:1s; -survivraient survivre ver 63.65 27.77 0.25 0.27 cnd:pre:3p; -survivrais survivre ver 63.65 27.77 0.46 0.07 cnd:pre:1s;cnd:pre:2s; -survivrait survivre ver 63.65 27.77 0.80 1.28 cnd:pre:3s; -survivras survivre ver 63.65 27.77 0.61 0.00 ind:fut:2s; -survivre survivre ver 63.65 27.77 22.44 11.42 inf; -survivrez survivre ver 63.65 27.77 0.61 0.00 ind:fut:2p; -survivriez survivre ver 63.65 27.77 0.06 0.00 cnd:pre:2p; -survivrons survivre ver 63.65 27.77 0.33 0.07 ind:fut:1p; -survivront survivre ver 63.65 27.77 0.94 0.54 ind:fut:3p; -survol survol nom m s 0.83 0.27 0.80 0.27 -survola survoler ver 5.38 6.22 0.01 0.14 ind:pas:3s; -survolaient survoler ver 5.38 6.22 0.04 0.41 ind:imp:3p; -survolais survoler ver 5.38 6.22 0.06 0.07 ind:imp:1s; -survolait survoler ver 5.38 6.22 0.38 0.61 ind:imp:3s; -survolant survoler ver 5.38 6.22 0.19 0.54 par:pre; -survole survoler ver 5.38 6.22 1.04 0.61 imp:pre:2s;ind:pre:1s;ind:pre:3s; -survolent survoler ver 5.38 6.22 0.90 0.27 ind:pre:3p; -survoler survoler ver 5.38 6.22 1.27 1.76 inf; -survolera survoler ver 5.38 6.22 0.10 0.00 ind:fut:3s; -survolerai survoler ver 5.38 6.22 0.04 0.00 ind:fut:1s; -survolerez survoler ver 5.38 6.22 0.16 0.00 ind:fut:2p; -survolerons survoler ver 5.38 6.22 0.07 0.00 ind:fut:1p; -survolez survoler ver 5.38 6.22 0.22 0.00 imp:pre:2p;ind:pre:2p; -survolions survoler ver 5.38 6.22 0.01 0.14 ind:imp:1p; -survolâmes survoler ver 5.38 6.22 0.00 0.07 ind:pas:1p; -survolons survoler ver 5.38 6.22 0.22 0.07 imp:pre:1p;ind:pre:1p; -survols survol nom m p 0.83 0.27 0.03 0.00 -survoltage survoltage nom m s 0.05 0.20 0.05 0.20 -survoltait survolter ver 0.25 0.68 0.00 0.07 ind:imp:3s; -survolteur survolteur nom m s 0.02 0.00 0.02 0.00 -survolté survolté adj m s 0.28 1.42 0.10 0.34 -survoltée survolté adj f s 0.28 1.42 0.16 0.54 -survoltées survolté adj f p 0.28 1.42 0.02 0.07 -survoltés survolter ver m p 0.25 0.68 0.05 0.14 par:pas; -survolé survoler ver m s 5.38 6.22 0.65 1.08 par:pas; -survolée survoler ver f s 5.38 6.22 0.03 0.27 par:pas; -survolées survoler ver f p 5.38 6.22 0.00 0.20 par:pas; -survécûmes survivre ver 63.65 27.77 0.01 0.00 ind:pas:1p; -survécût survivre ver 63.65 27.77 0.00 0.14 sub:imp:3s; -survécu survivre ver m s 63.65 27.77 18.74 4.53 par:pas; -survécurent survivre ver 63.65 27.77 0.27 0.00 ind:pas:3p; -survécus survivre ver 63.65 27.77 0.07 0.14 ind:pas:1s; -survécut survivre ver 63.65 27.77 0.21 0.81 ind:pas:3s; -survêt survêt nom m s 0.00 0.47 0.00 0.27 -survêtement survêtement nom m s 0.65 2.77 0.63 2.23 -survêtements survêtement nom m p 0.65 2.77 0.02 0.54 -survêts survêt nom m p 0.00 0.47 0.00 0.20 -sus_orbitaire sus_orbitaire adj m s 0.01 0.00 0.01 0.00 -sus sus adv_sup 2.57 3.65 2.57 3.65 -sésame sésame nom m s 1.26 1.35 1.26 1.35 -sésamoïdes sésamoïde adj p 0.01 0.00 0.01 0.00 -susceptibilité susceptibilité nom f s 0.09 2.57 0.09 1.49 -susceptibilités susceptibilité nom f p 0.09 2.57 0.00 1.08 -susceptible susceptible adj s 5.18 11.89 3.87 7.77 -susceptibles susceptible adj p 5.18 11.89 1.30 4.12 -suscita susciter ver 3.94 23.31 0.12 1.15 ind:pas:3s; -suscitaient susciter ver 3.94 23.31 0.01 1.49 ind:imp:3p; -suscitais susciter ver 3.94 23.31 0.10 0.14 ind:imp:1s;ind:imp:2s; -suscitait susciter ver 3.94 23.31 0.10 2.97 ind:imp:3s; -suscitant susciter ver 3.94 23.31 0.14 1.42 par:pre; -suscite susciter ver 3.94 23.31 1.08 2.84 imp:pre:2s;ind:pre:1s;ind:pre:3s; -suscitent susciter ver 3.94 23.31 0.16 1.01 ind:pre:3p; -susciter susciter ver 3.94 23.31 1.23 7.16 inf; -susciteraient susciter ver 3.94 23.31 0.10 0.07 cnd:pre:3p; -susciterait susciter ver 3.94 23.31 0.01 0.20 cnd:pre:3s; -susciteront susciter ver 3.94 23.31 0.00 0.07 ind:fut:3p; -suscites susciter ver 3.94 23.31 0.02 0.07 ind:pre:2s; -suscité susciter ver m s 3.94 23.31 0.59 2.23 par:pas; -suscitée susciter ver f s 3.94 23.31 0.21 1.42 par:pas; -suscitées susciter ver f p 3.94 23.31 0.02 0.47 par:pas; -suscités susciter ver m p 3.94 23.31 0.04 0.61 par:pas; -suscription suscription nom f s 0.00 0.14 0.00 0.14 -susdit susdit adj m s 0.14 0.47 0.12 0.27 -susdite susdit nom f s 0.31 0.07 0.20 0.00 -susdites susdit adj f p 0.14 0.47 0.00 0.14 -sushi sushi nom m 2.03 0.00 2.03 0.00 -susmentionné susmentionné adj m s 0.30 0.07 0.19 0.00 -susmentionnée susmentionné adj f s 0.30 0.07 0.11 0.07 -susnommé susnommé adj m s 0.05 0.27 0.04 0.07 -susnommée susnommé adj f s 0.05 0.27 0.01 0.14 -susnommés susnommé adj m p 0.05 0.27 0.00 0.07 -suspect suspect nom m s 32.45 3.65 22.86 1.55 -suspectaient suspecter ver 6.13 3.38 0.00 0.14 ind:imp:3p; -suspectais suspecter ver 6.13 3.38 0.10 0.07 ind:imp:1s;ind:imp:2s; -suspectait suspecter ver 6.13 3.38 0.29 0.20 ind:imp:3s; -suspectant suspecter ver 6.13 3.38 0.11 0.07 par:pre; -suspecte suspect adj f s 12.95 16.82 2.34 4.93 -suspectent suspecter ver 6.13 3.38 0.25 0.00 ind:pre:3p; -suspecter suspecter ver 6.13 3.38 0.95 0.88 inf; -suspectera suspecter ver 6.13 3.38 0.07 0.00 ind:fut:3s; -suspecteraient suspecter ver 6.13 3.38 0.00 0.07 cnd:pre:3p; -suspecterait suspecter ver 6.13 3.38 0.05 0.00 cnd:pre:3s; -suspecteront suspecter ver 6.13 3.38 0.03 0.00 ind:fut:3p; -suspectes suspect adj f p 12.95 16.82 0.69 1.49 -suspectez suspecter ver 6.13 3.38 0.34 0.00 imp:pre:2p;ind:pre:2p; -suspectiez suspecter ver 6.13 3.38 0.11 0.00 ind:imp:2p; -suspectons suspecter ver 6.13 3.38 0.12 0.07 imp:pre:1p;ind:pre:1p; -suspects suspect nom m p 32.45 3.65 8.81 1.76 -suspecté suspecter ver m s 6.13 3.38 1.48 0.88 par:pas; -suspectée suspecter ver f s 6.13 3.38 0.38 0.14 par:pas; -suspectées suspecter ver f p 6.13 3.38 0.04 0.00 par:pas; -suspectés suspecter ver m p 6.13 3.38 0.16 0.41 par:pas; -suspend suspendre ver 13.99 39.32 0.53 1.55 ind:pre:3s; -suspendît suspendre ver 13.99 39.32 0.00 0.07 sub:imp:3s; -suspendaient suspendre ver 13.99 39.32 0.02 0.27 ind:imp:3p; -suspendais suspendre ver 13.99 39.32 0.01 0.07 ind:imp:1s; -suspendait suspendre ver 13.99 39.32 0.03 1.28 ind:imp:3s; -suspendant suspendre ver 13.99 39.32 0.04 0.74 par:pre; -suspende suspendre ver 13.99 39.32 0.13 0.00 sub:pre:1s;sub:pre:3s; -suspendent suspendre ver 13.99 39.32 0.04 0.27 ind:pre:3p; -suspendez suspendre ver 13.99 39.32 0.54 0.07 imp:pre:2p;ind:pre:2p; -suspendirent suspendre ver 13.99 39.32 0.00 0.20 ind:pas:3p; -suspendit suspendre ver 13.99 39.32 0.01 1.96 ind:pas:3s; -suspendons suspendre ver 13.99 39.32 0.06 0.20 imp:pre:1p;ind:pre:1p; -suspendra suspendre ver 13.99 39.32 0.08 0.07 ind:fut:3s; -suspendrai suspendre ver 13.99 39.32 0.06 0.00 ind:fut:1s; -suspendrait suspendre ver 13.99 39.32 0.10 0.27 cnd:pre:3s; -suspendre suspendre ver 13.99 39.32 2.42 4.19 inf;; -suspendrez suspendre ver 13.99 39.32 0.01 0.00 ind:fut:2p; -suspendrons suspendre ver 13.99 39.32 0.04 0.00 ind:fut:1p; -suspendront suspendre ver 13.99 39.32 0.03 0.07 ind:fut:3p; -suspends suspendre ver 13.99 39.32 0.98 0.27 imp:pre:2s;ind:pre:1s;ind:pre:2s; -suspendu suspendre ver m s 13.99 39.32 4.41 12.77 par:pas; -suspendue suspendre ver f s 13.99 39.32 2.59 7.50 par:pas; -suspendues suspendre ver f p 13.99 39.32 0.75 3.11 par:pas; -suspendus suspendre ver m p 13.99 39.32 1.13 4.39 par:pas; -suspens suspens nom m 1.44 7.43 1.44 7.43 -suspense suspense nom s 4.09 1.76 4.08 1.62 -suspenses suspense nom p 4.09 1.76 0.01 0.14 -suspenseur suspenseur adj m s 0.01 0.07 0.01 0.00 -suspenseurs suspenseur adj m p 0.01 0.07 0.00 0.07 -suspensif suspensif adj m s 0.01 0.07 0.00 0.07 -suspension suspension nom f s 4.06 7.91 3.92 7.23 -suspensions suspension nom f p 4.06 7.91 0.14 0.68 -suspensive suspensif adj f s 0.01 0.07 0.01 0.00 -suspensoir suspensoir nom m s 0.11 0.14 0.09 0.14 -suspensoirs suspensoir nom m p 0.11 0.14 0.02 0.00 -suspente suspente nom f s 0.01 0.14 0.00 0.07 -suspentes suspente nom f p 0.01 0.14 0.01 0.07 -suspicieuse suspicieux adj f s 1.10 0.88 0.33 0.34 -suspicieusement suspicieusement adv 0.04 0.14 0.04 0.14 -suspicieuses suspicieux adj f p 1.10 0.88 0.12 0.00 -suspicieux suspicieux adj m 1.10 0.88 0.65 0.54 -suspicion suspicion nom f s 1.44 2.57 1.21 2.23 -suspicions suspicion nom f p 1.44 2.57 0.23 0.34 -susse savoir ver_sup 4516.72 2003.58 0.00 0.20 sub:imp:1s; -sussent savoir ver_sup 4516.72 2003.58 0.00 0.14 sub:imp:3p; -sustentation sustentation nom f s 0.01 0.14 0.01 0.14 -sustente sustenter ver 0.11 0.68 0.04 0.07 ind:pre:1s;ind:pre:3s;sub:pre:3s; -sustenter sustenter ver 0.11 0.68 0.08 0.54 inf; -sustentés sustenter ver m p 0.11 0.68 0.00 0.07 par:pas; -susu susu adj s 0.00 0.07 0.00 0.07 -susucre susucre nom m s 0.00 0.20 0.00 0.20 -susurra susurrer ver 0.22 4.86 0.00 1.08 ind:pas:3s; -susurrai susurrer ver 0.22 4.86 0.00 0.07 ind:pas:1s; -susurraient susurrer ver 0.22 4.86 0.00 0.14 ind:imp:3p; -susurrait susurrer ver 0.22 4.86 0.01 0.74 ind:imp:3s; -susurrant susurrer ver 0.22 4.86 0.13 0.14 par:pre; -susurre susurrer ver 0.22 4.86 0.01 1.01 imp:pre:2s;ind:pre:3s; -susurrement susurrement nom m s 0.00 0.47 0.00 0.14 -susurrements susurrement nom m p 0.00 0.47 0.00 0.34 -susurrent susurrer ver 0.22 4.86 0.02 0.34 ind:pre:3p; -susurrer susurrer ver 0.22 4.86 0.01 0.54 inf; -susurrerai susurrer ver 0.22 4.86 0.01 0.00 ind:fut:1s; -susurré susurrer ver m s 0.22 4.86 0.01 0.54 par:pas; -susurrée susurrer ver f s 0.22 4.86 0.00 0.14 par:pas; -susurrées susurrer ver f p 0.22 4.86 0.01 0.07 par:pas; -susurrés susurrer ver m p 0.22 4.86 0.00 0.07 par:pas; -susvisée susvisé adj f s 0.00 0.07 0.00 0.07 -sut savoir ver_sup 4516.72 2003.58 1.68 20.41 ind:pas:3s; -suça sucer ver 23.45 18.51 0.14 0.54 ind:pas:3s; -suçage suçage nom m s 0.01 0.07 0.01 0.00 -suçages suçage nom m p 0.01 0.07 0.00 0.07 -suçaient sucer ver 23.45 18.51 0.02 0.81 ind:imp:3p; -suçais sucer ver 23.45 18.51 0.32 0.20 ind:imp:1s;ind:imp:2s; -suçait sucer ver 23.45 18.51 0.21 2.36 ind:imp:3s; -suçant sucer ver 23.45 18.51 0.39 1.96 par:pre; -suède suède nom m s 0.00 0.07 0.00 0.07 -suçoir suçoir nom m s 0.00 0.27 0.00 0.14 -suçoirs suçoir nom m p 0.00 0.27 0.00 0.14 -suçon suçon nom m s 1.05 0.14 0.89 0.00 -suçons suçon nom m p 1.05 0.14 0.17 0.14 -suçota suçoter ver 0.01 1.35 0.00 0.07 ind:pas:3s; -suçotait suçoter ver 0.01 1.35 0.00 0.27 ind:imp:3s; -suçotant suçoter ver 0.01 1.35 0.00 0.07 par:pre; -suçote suçoter ver 0.01 1.35 0.00 0.34 ind:pre:1s;ind:pre:3s; -suçotements suçotement nom m p 0.00 0.07 0.00 0.07 -suçotent suçoter ver 0.01 1.35 0.00 0.07 ind:pre:3p; -suçoter suçoter ver 0.01 1.35 0.01 0.41 inf; -suçoté suçoter ver m s 0.01 1.35 0.00 0.14 par:pas; -séton séton nom m s 0.00 0.07 0.00 0.07 -sutra sutra nom m s 0.20 0.20 0.20 0.20 -sutémi sutémi nom m s 0.00 0.14 0.00 0.14 -suturant suturer ver 0.45 0.27 0.00 0.07 par:pre; -suture suture nom f s 4.54 0.68 3.77 0.47 -suturer suturer ver 0.45 0.27 0.38 0.07 inf; -sutures suture nom f p 4.54 0.68 0.77 0.20 -suturé suturer ver m s 0.45 0.27 0.06 0.07 par:pas; -suturée suturer ver f s 0.45 0.27 0.01 0.07 par:pas; -sué suer ver m s 7.28 10.34 2.50 0.41 par:pas; -suédine suédine nom f s 0.00 0.54 0.00 0.54 -suédois suédois nom m 4.76 2.64 3.21 1.49 -suédoise suédois adj f s 3.67 6.89 1.41 2.77 -suédoises suédois nom f p 4.76 2.64 0.69 0.34 -suée suée nom f s 0.35 1.96 0.33 0.81 -suées suée nom f p 0.35 1.96 0.02 1.15 -sévît sévir ver 3.23 5.61 0.00 0.07 sub:imp:3s; -sévi sévir ver m s 3.23 5.61 0.14 0.68 par:pas; -sévice sévices nom m s 1.25 2.50 0.12 0.34 -sévices sévices nom m p 1.25 2.50 1.13 2.16 -sévillan sévillan nom m s 0.00 0.27 0.00 0.07 -sévillane sévillan nom f s 0.00 0.27 0.00 0.20 -sévir sévir ver 3.23 5.61 0.75 1.62 inf; -sévira sévir ver 3.23 5.61 0.04 0.00 ind:fut:3s; -sévirai sévir ver 3.23 5.61 0.14 0.07 ind:fut:1s; -sévissaient sévir ver 3.23 5.61 0.10 0.34 ind:imp:3p; -sévissais sévir ver 3.23 5.61 0.00 0.07 ind:imp:1s; -sévissait sévir ver 3.23 5.61 0.50 1.01 ind:imp:3s; -sévissant sévir ver 3.23 5.61 0.01 0.00 par:pre; -sévisse sévir ver 3.23 5.61 0.03 0.07 sub:pre:3s; -sévissent sévir ver 3.23 5.61 0.18 0.34 ind:pre:3p; -sévit sévir ver 3.23 5.61 1.33 1.35 ind:pre:3s;ind:pas:3s; -sévrienne sévrienne nom f s 0.00 0.14 0.00 0.07 -sévriennes sévrienne nom f p 0.00 0.14 0.00 0.07 -sévère sévère adj s 9.47 29.73 8.28 22.91 -sévèrement sévèrement adv 2.46 6.08 2.46 6.08 -sévères sévère adj p 9.47 29.73 1.20 6.82 -sévérité sévérité nom f s 0.96 7.16 0.95 6.89 -sévérités sévérité nom f p 0.96 7.16 0.01 0.27 -suzerain suzerain nom m s 0.20 0.68 0.20 0.47 -suzeraine suzerain nom f s 0.20 0.68 0.00 0.14 -suzeraineté suzeraineté nom f s 0.01 0.14 0.01 0.14 -suzerains suzerain nom m p 0.20 0.68 0.00 0.07 -sézigue sézigue pro_per s 0.00 0.27 0.00 0.27 -svastika svastika nom m s 0.09 0.20 0.09 0.14 -svastikas svastika nom m p 0.09 0.20 0.00 0.07 -svelte svelte adj s 0.43 2.77 0.39 2.43 -sveltes svelte adj p 0.43 2.77 0.04 0.34 -sveltesse sveltesse nom f s 0.00 0.61 0.00 0.61 -svp svp adv 6.36 0.07 6.36 0.07 -swahili swahili nom m s 0.00 0.54 0.00 0.54 -sweat_shirt sweat_shirt nom m s 0.00 0.20 0.00 0.20 -sweater sweater nom m s 0.00 1.01 0.00 0.74 -sweaters sweater nom m p 0.00 1.01 0.00 0.27 -sweepstake sweepstake nom m s 0.00 0.07 0.00 0.07 -swiftiennes swiftien adj f p 0.00 0.07 0.00 0.07 -swing swing nom m s 0.00 0.88 0.00 0.74 -swings swing nom m p 0.00 0.88 0.00 0.14 -swinguaient swinguer ver 0.00 0.07 0.00 0.07 ind:imp:3p; -sybarites sybarite adj p 0.01 0.00 0.01 0.00 -sybaritisme sybaritisme nom m s 0.00 0.07 0.00 0.07 -sycomore sycomore nom m s 0.14 1.08 0.11 0.34 -sycomores sycomore nom m p 0.14 1.08 0.04 0.74 -sycophante sycophante nom m s 0.03 0.07 0.03 0.00 -sycophantes sycophante nom m p 0.03 0.07 0.00 0.07 -syllabe syllabe nom f s 1.52 11.28 0.65 2.30 -syllabes syllabe nom f p 1.52 11.28 0.88 8.99 -syllabus syllabus nom m 0.01 0.00 0.01 0.00 -syllepse syllepse nom f s 0.00 0.07 0.00 0.07 -syllogisme syllogisme nom m s 0.13 0.54 0.13 0.14 -syllogismes syllogisme nom m p 0.13 0.54 0.00 0.41 -syllogistique syllogistique adj f s 0.01 0.07 0.01 0.00 -syllogistiques syllogistique adj p 0.01 0.07 0.00 0.07 -sylphes sylphe nom m p 0.02 0.07 0.02 0.07 -sylphide sylphide nom f s 0.01 0.27 0.00 0.07 -sylphides sylphide nom f p 0.01 0.27 0.01 0.20 -sylvain sylvain nom m s 0.20 0.07 0.20 0.00 -sylvains sylvain nom m p 0.20 0.07 0.00 0.07 -sylvaner sylvaner nom m s 0.00 0.14 0.00 0.14 -sylve sylve nom f s 0.00 0.14 0.00 0.14 -sylvestre sylvestre adj s 0.35 1.22 0.23 0.81 -sylvestres sylvestre adj p 0.35 1.22 0.12 0.41 -sylviculture sylviculture nom f s 0.01 0.14 0.01 0.14 -sylvie sylvie nom f s 0.00 2.09 0.00 2.09 -symbionte symbionte nom m s 0.01 0.00 0.01 0.00 -symbiose symbiose nom f s 0.68 0.41 0.68 0.41 -symbiote symbiote nom m s 4.04 0.00 3.38 0.00 -symbiotes symbiote nom m p 4.04 0.00 0.66 0.00 -symbiotique symbiotique adj s 0.36 0.00 0.36 0.00 -symbole symbole nom m s 14.95 18.92 10.74 12.57 -symboles symbole nom m p 14.95 18.92 4.20 6.35 -symbolique symbolique adj s 2.35 9.53 2.23 7.91 -symboliquement symboliquement adv 0.21 0.88 0.21 0.88 -symboliques symbolique adj p 2.35 9.53 0.12 1.62 -symbolisa symboliser ver 2.65 5.07 0.00 0.07 ind:pas:3s; -symbolisaient symboliser ver 2.65 5.07 0.04 0.20 ind:imp:3p; -symbolisait symboliser ver 2.65 5.07 0.18 1.28 ind:imp:3s; -symbolisant symboliser ver 2.65 5.07 0.20 0.47 par:pre; -symbolisation symbolisation nom f s 0.00 0.14 0.00 0.14 -symbolise symboliser ver 2.65 5.07 1.17 1.08 imp:pre:2s;ind:pre:1s;ind:pre:3s; -symbolisent symboliser ver 2.65 5.07 0.30 0.54 ind:pre:3p; -symboliser symboliser ver 2.65 5.07 0.28 0.61 inf; -symbolisera symboliser ver 2.65 5.07 0.03 0.07 ind:fut:3s; -symboliserai symboliser ver 2.65 5.07 0.01 0.00 ind:fut:1s; -symboliserait symboliser ver 2.65 5.07 0.01 0.00 cnd:pre:3s; -symbolisme symbolisme nom m s 0.19 0.81 0.19 0.81 -symbolisât symboliser ver 2.65 5.07 0.00 0.07 sub:imp:3s; -symboliste symboliste adj s 0.01 0.20 0.01 0.20 -symbolisé symboliser ver m s 2.65 5.07 0.14 0.27 par:pas; -symbolisée symboliser ver f s 2.65 5.07 0.04 0.34 par:pas; -symbolisés symboliser ver m p 2.65 5.07 0.23 0.07 par:pas; -sympa sympa adj s 83.39 7.77 77.46 7.16 -sympas sympa adj p 83.39 7.77 5.92 0.61 -sympathectomie sympathectomie nom f s 0.01 0.07 0.01 0.07 -sympathie sympathie nom f s 7.68 26.15 6.87 24.05 -sympathies sympathie nom f p 7.68 26.15 0.81 2.09 -sympathique sympathique adj s 16.23 15.54 12.79 13.11 -sympathiques sympathique adj p 16.23 15.54 3.45 2.43 -sympathisai sympathiser ver 2.12 1.96 0.00 0.07 ind:pas:1s; -sympathisaient sympathiser ver 2.12 1.96 0.01 0.00 ind:imp:3p; -sympathisait sympathiser ver 2.12 1.96 0.02 0.41 ind:imp:3s; -sympathisant sympathisant nom m s 0.75 1.62 0.33 0.20 -sympathisante sympathisant nom f s 0.75 1.62 0.03 0.00 -sympathisantes sympathisant adj f p 0.41 0.20 0.02 0.07 -sympathisants sympathisant nom m p 0.75 1.62 0.36 1.42 -sympathise sympathiser ver 2.12 1.96 0.40 0.20 ind:pre:1s;ind:pre:3s; -sympathiser sympathiser ver 2.12 1.96 0.42 0.47 inf; -sympathisera sympathiser ver 2.12 1.96 0.00 0.07 ind:fut:3s; -sympathiserez sympathiser ver 2.12 1.96 0.01 0.00 ind:fut:2p; -sympathisez sympathiser ver 2.12 1.96 0.04 0.00 ind:pre:2p; -sympathisions sympathiser ver 2.12 1.96 0.00 0.07 ind:imp:1p; -sympathisons sympathiser ver 2.12 1.96 0.00 0.14 ind:pre:1p; -sympathisé sympathiser ver m s 2.12 1.96 1.21 0.54 par:pas; -sympathomimétique sympathomimétique adj s 0.01 0.00 0.01 0.00 -symphonie symphonie nom f s 1.63 5.54 1.30 4.86 -symphonies symphonie nom f p 1.63 5.54 0.32 0.68 -symphonique symphonique adj s 1.02 0.14 1.01 0.14 -symphoniques symphonique adj m p 1.02 0.14 0.01 0.00 -symphorines symphorine nom f p 0.00 0.07 0.00 0.07 -symphyse symphyse nom f s 0.05 0.00 0.05 0.00 -symposium symposium nom m s 0.15 0.81 0.14 0.68 -symposiums symposium nom m p 0.15 0.81 0.01 0.14 -symptôme symptôme nom m s 11.64 4.39 2.03 1.22 -symptômes symptôme nom m p 11.64 4.39 9.61 3.18 -symptomatique symptomatique adj m s 0.25 0.41 0.11 0.34 -symptomatiques symptomatique adj m p 0.25 0.41 0.14 0.07 -symptomatologie symptomatologie nom f s 0.11 0.00 0.11 0.00 -symétrie symétrie nom f s 1.20 2.97 1.20 2.70 -symétries symétrie nom f p 1.20 2.97 0.00 0.27 -symétrique symétrique adj s 1.03 3.92 0.46 2.16 -symétriquement symétriquement adv 0.03 0.95 0.03 0.95 -symétriques symétrique adj p 1.03 3.92 0.57 1.76 -synagogale synagogal adj f s 0.00 0.14 0.00 0.07 -synagogaux synagogal adj m p 0.00 0.14 0.00 0.07 -synagogue synagogue nom f s 2.88 3.65 2.31 3.11 -synagogues synagogue nom f p 2.88 3.65 0.57 0.54 -synapse synapse nom f s 0.70 0.34 0.32 0.07 -synapses synapse nom f p 0.70 0.34 0.38 0.27 -synaptique synaptique adj s 0.23 0.00 0.16 0.00 -synaptiques synaptique adj m p 0.23 0.00 0.07 0.00 -synchro synchro adj s 1.97 0.14 1.93 0.14 -synchrone synchrone adj s 0.16 0.54 0.10 0.07 -synchrones synchrone adj p 0.16 0.54 0.06 0.47 -synchronie synchronie nom f s 0.00 0.07 0.00 0.07 -synchronique synchronique adj s 0.02 0.07 0.02 0.07 -synchronisaient synchroniser ver 2.09 0.54 0.01 0.00 ind:imp:3p; -synchronisation synchronisation nom f s 1.87 0.27 1.87 0.27 -synchronise synchroniser ver 2.09 0.54 0.22 0.00 imp:pre:2s;ind:pre:3s; -synchroniser synchroniser ver 2.09 0.54 0.27 0.07 inf; -synchronisera synchroniser ver 2.09 0.54 0.04 0.00 ind:fut:3s; -synchroniseur synchroniseur nom m s 0.05 0.00 0.05 0.00 -synchronisez synchroniser ver 2.09 0.54 0.26 0.00 imp:pre:2p; -synchronisme synchronisme nom m s 0.08 0.54 0.08 0.54 -synchronisons synchroniser ver 2.09 0.54 0.34 0.00 imp:pre:1p;ind:pre:1p; -synchronisé synchroniser ver m s 2.09 0.54 0.44 0.34 par:pas; -synchronisée synchroniser ver f s 2.09 0.54 0.14 0.07 par:pas; -synchronisées synchroniser ver f p 2.09 0.54 0.08 0.07 par:pas; -synchronisés synchroniser ver m p 2.09 0.54 0.29 0.00 par:pas; -synchros synchro adj p 1.97 0.14 0.04 0.00 -synchrotron synchrotron nom m s 0.01 0.00 0.01 0.00 -syncopal syncopal adj m s 0.01 0.07 0.01 0.07 -syncope syncope nom f s 0.76 1.76 0.73 1.35 -syncoper syncoper ver 0.02 0.54 0.01 0.00 inf; -syncopes syncope nom f p 0.76 1.76 0.02 0.41 -syncopé syncopé adj m s 0.05 0.95 0.03 0.34 -syncopée syncopé adj f s 0.05 0.95 0.01 0.14 -syncopées syncopé adj f p 0.05 0.95 0.01 0.14 -syncopés syncoper ver m p 0.02 0.54 0.01 0.07 par:pas; -syncrétisme syncrétisme nom m s 0.00 0.14 0.00 0.14 -syncrétiste syncrétiste adj s 0.00 0.07 0.00 0.07 -syncytial syncytial adj m s 0.01 0.00 0.01 0.00 -syndic syndic nom m s 0.61 1.08 0.48 0.95 -syndical syndical adj m s 1.50 2.23 0.65 0.47 -syndicale syndical adj f s 1.50 2.23 0.38 0.95 -syndicales syndical adj f p 1.50 2.23 0.33 0.41 -syndicalisation syndicalisation nom f s 0.04 0.00 0.04 0.00 -syndicaliser syndicaliser ver 0.02 0.00 0.02 0.00 inf; -syndicalisme syndicalisme nom m s 0.04 0.95 0.04 0.95 -syndicaliste syndicaliste nom s 0.53 0.74 0.30 0.41 -syndicalistes syndicaliste nom p 0.53 0.74 0.23 0.34 -syndicat syndicat nom m s 14.25 8.45 9.93 5.20 -syndication syndication nom f s 0.05 0.00 0.05 0.00 -syndicats syndicat nom m p 14.25 8.45 4.33 3.24 -syndicaux syndical adj m p 1.50 2.23 0.15 0.41 -syndics syndic nom m p 0.61 1.08 0.14 0.14 -syndique syndiquer ver 0.63 0.68 0.03 0.07 ind:pre:1s;ind:pre:3s; -syndiquer syndiquer ver 0.63 0.68 0.23 0.07 inf; -syndiquez syndiquer ver 0.63 0.68 0.05 0.00 imp:pre:2p; -syndiqué syndiqué adj m s 0.45 0.61 0.24 0.14 -syndiquée syndiquer ver f s 0.63 0.68 0.04 0.00 par:pas; -syndiquées syndiqué adj f p 0.45 0.61 0.02 0.07 -syndiqués syndiqué adj m p 0.45 0.61 0.15 0.41 -syndrome syndrome nom m s 5.47 0.81 5.26 0.68 -syndromes syndrome nom m p 5.47 0.81 0.21 0.14 -synecdoque synecdoque nom f s 0.00 0.14 0.00 0.14 -synergie synergie nom f s 0.15 0.00 0.14 0.00 -synergies synergie nom f p 0.15 0.00 0.01 0.00 -synergique synergique adj f s 0.02 0.00 0.02 0.00 -synergétique synergétique adj m s 0.03 0.00 0.03 0.00 -synesthésie synesthésie nom f s 0.01 0.00 0.01 0.00 -synode synode nom m s 0.20 0.07 0.20 0.07 -synonyme synonyme adj s 0.97 1.49 0.84 1.08 -synonymes synonyme adj f p 0.97 1.49 0.13 0.41 -synopsie synopsie nom f s 0.01 0.00 0.01 0.00 -synopsis synopsis nom m 0.17 0.47 0.17 0.47 -synoptique synoptique adj s 0.01 0.07 0.01 0.07 -synoviales synovial adj f p 0.01 0.00 0.01 0.00 -synovite synovite nom f s 0.04 0.00 0.04 0.00 -syntagme syntagme nom m s 0.00 0.07 0.00 0.07 -syntaxe syntaxe nom f s 0.27 2.03 0.27 1.96 -syntaxes syntaxe nom f p 0.27 2.03 0.00 0.07 -syntaxique syntaxique adj m s 0.01 0.00 0.01 0.00 -synthèse synthèse nom f s 1.63 1.96 1.62 1.82 -synthèses synthèse nom f p 1.63 1.96 0.01 0.14 -synthé synthé nom m s 0.61 0.27 0.60 0.20 -synthés synthé nom m p 0.61 0.27 0.01 0.07 -synthétique synthétique adj s 3.05 2.64 1.58 1.96 -synthétiquement synthétiquement adv 0.01 0.00 0.01 0.00 -synthétiques synthétique adj p 3.05 2.64 1.47 0.68 -synthétise synthétiser ver 0.61 0.20 0.04 0.20 ind:pre:1s;ind:pre:3s; -synthétisent synthétiser ver 0.61 0.20 0.01 0.00 ind:pre:3p; -synthétiser synthétiser ver 0.61 0.20 0.32 0.00 inf; -synthétisera synthétiser ver 0.61 0.20 0.01 0.00 ind:fut:3s; -synthétiseur synthétiseur nom m s 0.39 0.41 0.36 0.34 -synthétiseurs synthétiseur nom m p 0.39 0.41 0.03 0.07 -synthétisé synthétiser ver m s 0.61 0.20 0.16 0.00 par:pas; -synthétisée synthétiser ver f s 0.61 0.20 0.05 0.00 par:pas; -synthétisés synthétiser ver m p 0.61 0.20 0.02 0.00 par:pas; -synérèses synérèse nom f p 0.00 0.07 0.00 0.07 -syphilis syphilis nom f 1.53 1.01 1.53 1.01 -syphilitique syphilitique adj s 0.86 0.61 0.71 0.41 -syphilitiques syphilitique adj p 0.86 0.61 0.15 0.20 -syrah syrah nom f s 0.09 0.00 0.09 0.00 -syriaque syriaque nom s 0.00 0.07 0.00 0.07 -syriaques syriaque adj p 0.00 0.07 0.00 0.07 -syrien syrien adj m s 1.79 6.82 0.81 2.30 -syrienne syrien adj f s 1.79 6.82 0.58 1.76 -syriennes syrienne adj f p 0.03 0.00 0.03 0.00 -syriens syrien nom m p 1.40 1.42 1.38 0.88 -syringomyélie syringomyélie nom f s 0.01 0.00 0.01 0.00 -syrinx syrinx nom f 0.00 0.07 0.00 0.07 -syro syro adv 0.03 0.20 0.03 0.20 -syrtes syrte nom f p 0.00 5.47 0.00 5.47 -systole systole nom f s 0.01 0.20 0.01 0.20 -systolique systolique adj s 0.77 0.07 0.76 0.00 -systoliques systolique adj p 0.77 0.07 0.01 0.07 -système système nom m s 76.92 46.96 66.12 42.23 -systèmes_clé systèmes_clé nom m p 0.03 0.00 0.03 0.00 -systèmes système nom m p 76.92 46.96 10.80 4.73 -systématique systématique adj s 0.86 3.85 0.67 3.45 -systématiquement systématiquement adv 1.25 4.19 1.25 4.19 -systématiques systématique adj p 0.86 3.85 0.19 0.41 -systématisation systématisation nom f s 0.00 0.07 0.00 0.07 -systématiser systématiser ver 0.00 0.07 0.00 0.07 inf; -systématisé systématisé adj m s 0.00 0.27 0.00 0.07 -systématisée systématisé adj f s 0.00 0.27 0.00 0.14 -systématisés systématisé adj m p 0.00 0.27 0.00 0.07 -systémique systémique adj s 0.14 0.00 0.14 0.00 -syénite syénite nom f s 0.01 0.00 0.01 0.00 -syzygie syzygie nom m s 0.00 0.20 0.00 0.14 -syzygies syzygie nom m p 0.00 0.20 0.00 0.07 -t_ t_ pro_per s 4344.23 779.93 4344.23 779.93 -t_shirt t_shirt nom m s 10.87 0.54 7.59 0.20 -t_shirt t_shirt nom m p 10.87 0.54 3.28 0.34 -t t pro_per s 88.47 4.53 88.47 4.53 -tînmes tenir ver 504.69 741.22 0.00 0.20 ind:pas:1p; -tînt tenir ver 504.69 741.22 0.00 2.57 sub:imp:3s; -tôlarde tôlard nom f s 0.01 0.00 0.01 0.00 -tôle tôle nom f s 3.58 15.41 3.29 12.50 -tôlerie tôlerie nom f s 0.00 0.20 0.00 0.20 -tôles tôle nom f p 3.58 15.41 0.29 2.91 -tôlier tôlier nom m s 0.02 0.27 0.01 0.14 -tôliers tôlier nom m p 0.02 0.27 0.00 0.07 -tôlière tôlier nom f s 0.02 0.27 0.01 0.07 -tôt_fait tôt_fait nom m s 0.00 0.07 0.00 0.07 -tôt tôt adv 129.98 126.76 129.98 126.76 -tûmes taire ver 154.47 139.80 0.00 0.20 ind:pas:1p; -tût taire ver 154.47 139.80 0.03 0.41 sub:imp:3s; -ta ta adj_pos 1265.97 251.69 1265.97 251.69 -taï_chi taï_chi nom m s 0.16 0.00 0.16 0.00 -taïaut taïaut ono 0.20 0.74 0.20 0.74 -taïga taïga nom f s 1.50 0.95 1.50 0.88 -taïgas taïga nom f p 1.50 0.95 0.00 0.07 -tab tab adj m s 0.23 0.00 0.23 0.00 -tabac tabac nom m s 16.00 41.89 15.70 41.28 -tabacs tabac nom m p 16.00 41.89 0.30 0.61 -tabagie tabagie nom f s 0.15 0.41 0.15 0.27 -tabagies tabagie nom f p 0.15 0.41 0.00 0.14 -tabagisme tabagisme nom m s 0.26 0.00 0.26 0.00 -tabard tabard nom m s 0.13 0.00 0.13 0.00 -tabaski tabaski nom f s 0.00 0.07 0.00 0.07 -tabassage tabassage nom m s 0.07 0.27 0.07 0.14 -tabassages tabassage nom m p 0.07 0.27 0.00 0.14 -tabassaient tabasser ver 12.71 2.30 0.04 0.00 ind:imp:3p; -tabassais tabasser ver 12.71 2.30 0.14 0.00 ind:imp:1s;ind:imp:2s; -tabassait tabasser ver 12.71 2.30 0.33 0.14 ind:imp:3s; -tabassant tabasser ver 12.71 2.30 0.01 0.00 par:pre; -tabasse tabasser ver 12.71 2.30 1.96 0.27 imp:pre:2s;ind:pre:1s;ind:pre:3s; -tabassent tabasser ver 12.71 2.30 0.38 0.07 ind:pre:3p; -tabasser tabasser ver 12.71 2.30 4.91 1.01 inf; -tabassera tabasser ver 12.71 2.30 0.08 0.00 ind:fut:3s; -tabasseraient tabasser ver 12.71 2.30 0.01 0.00 cnd:pre:3p; -tabasserais tabasser ver 12.71 2.30 0.18 0.00 cnd:pre:1s;cnd:pre:2s; -tabasses tabasser ver 12.71 2.30 0.25 0.07 ind:pre:2s; -tabassez tabasser ver 12.71 2.30 0.09 0.00 imp:pre:2p;ind:pre:2p; -tabassons tabasser ver 12.71 2.30 0.01 0.07 imp:pre:1p;ind:pre:1p; -tabassèrent tabasser ver 12.71 2.30 0.01 0.00 ind:pas:3p; -tabassé tabasser ver m s 12.71 2.30 3.59 0.34 par:pas; -tabassée tabasser ver f s 12.71 2.30 0.48 0.14 par:pas; -tabassés tabasser ver m p 12.71 2.30 0.26 0.20 par:pas; -tabatière tabatière nom f s 0.46 2.57 0.35 2.16 -tabatières tabatière nom f p 0.46 2.57 0.11 0.41 -tabellion tabellion nom m s 0.00 0.20 0.00 0.14 -tabellions tabellion nom m p 0.00 0.20 0.00 0.07 -tabernacle tabernacle nom m s 0.69 2.16 0.69 2.03 -tabernacles tabernacle nom m p 0.69 2.16 0.00 0.14 -tabla tabler ver 0.95 1.62 0.01 0.00 ind:pas:3s; -tablais tabler ver 0.95 1.62 0.01 0.00 ind:imp:2s; -tablant tabler ver 0.95 1.62 0.01 0.14 par:pre; -tablature tablature nom f s 0.00 0.07 0.00 0.07 -table_bureau table_bureau nom f s 0.00 0.07 0.00 0.07 -table_coiffeuse table_coiffeuse nom f s 0.00 0.27 0.00 0.27 -table table nom f s 118.37 379.80 111.44 341.08 -tableau tableau nom m s 50.11 90.00 37.80 57.84 -tableautin tableautin nom m s 0.00 0.27 0.00 0.07 -tableautins tableautin nom m p 0.00 0.27 0.00 0.20 -tableaux tableau nom m p 50.11 90.00 12.31 32.16 -tabler tabler ver 0.95 1.62 0.04 0.54 inf; -tablerez tabler ver 0.95 1.62 0.01 0.00 ind:fut:2p; -tables table nom f p 118.37 379.80 6.92 38.72 -tablette tablette nom f s 2.70 9.86 2.08 6.76 -tabletterie tabletterie nom f s 0.00 0.07 0.00 0.07 -tablettes tablette nom f p 2.70 9.86 0.63 3.11 -tableur tableur nom m s 0.05 0.00 0.05 0.00 -tablier tablier nom m s 4.98 30.34 4.13 27.16 -tabliers tablier nom m p 4.98 30.34 0.86 3.18 -tabloïd tabloïd nom m s 0.45 0.00 0.17 0.00 -tabloïde tabloïde nom s 0.11 0.07 0.04 0.07 -tabloïdes tabloïde nom p 0.11 0.07 0.07 0.00 -tabloïds tabloïd nom m p 0.45 0.00 0.27 0.00 -tablons tabler ver 0.95 1.62 0.02 0.00 imp:pre:1p;ind:pre:1p; -tablé tabler ver m s 0.95 1.62 0.00 0.07 par:pas; -tablée tablée nom f s 0.02 1.49 0.02 1.15 -tablées tablée nom f p 0.02 1.49 0.00 0.34 -tabor tabor nom m s 0.00 1.15 0.00 0.07 -taborites taborite nom m p 0.00 0.07 0.00 0.07 -tabors tabor nom m p 0.00 1.15 0.00 1.08 -tabou tabou adj m s 1.11 1.35 0.78 0.95 -taboue tabou adj f s 1.11 1.35 0.11 0.07 -taboues tabou adj f p 1.11 1.35 0.01 0.00 -taboulé taboulé nom m s 0.18 0.00 0.18 0.00 -tabouret tabouret nom m s 3.19 18.38 2.79 15.47 -tabourets tabouret nom m p 3.19 18.38 0.41 2.91 -tabous tabou nom m p 1.18 3.11 0.64 1.42 -tabès tabès nom m 0.00 0.07 0.00 0.07 -tabula tabuler ver 0.04 0.00 0.04 0.00 ind:pas:3s; -tabulaire tabulaire adj f s 0.00 0.20 0.00 0.20 -tabulateur tabulateur nom m s 0.01 0.07 0.01 0.07 -tabulations tabulation nom f p 0.01 0.00 0.01 0.00 -tac tac nom m s 3.21 4.66 3.16 4.59 -tacatac tacatac ono 0.00 0.07 0.00 0.07 -tacatacatac tacatacatac ono 0.00 0.07 0.00 0.07 -tacauds tacaud nom m p 0.00 0.07 0.00 0.07 -tachaient tacher ver 6.53 16.49 0.00 0.27 ind:imp:3p; -tachait tacher ver 6.53 16.49 0.00 0.88 ind:imp:3s; -tachant tacher ver 6.53 16.49 0.00 0.41 par:pre; -tache tache nom f s 21.04 71.28 12.61 33.92 -tachent tacher ver 6.53 16.49 0.05 0.07 ind:pre:3p; -tacher tacher ver 6.53 16.49 1.10 1.01 inf; -tachera tacher ver 6.53 16.49 0.16 0.07 ind:fut:3s; -tacherai tacher ver 6.53 16.49 0.03 0.14 ind:fut:1s; -tacherais tacher ver 6.53 16.49 0.00 0.07 cnd:pre:2s; -tacherait tacher ver 6.53 16.49 0.10 0.07 cnd:pre:3s; -taches tache nom f p 21.04 71.28 8.44 37.36 -tachetaient tacheter ver 0.29 3.11 0.00 0.07 ind:imp:3p; -tachetant tacheter ver 0.29 3.11 0.00 0.07 par:pre; -tacheter tacheter ver 0.29 3.11 0.00 0.07 inf; -tacheté tacheter ver m s 0.29 3.11 0.16 0.81 par:pas; -tachetée tacheter ver f s 0.29 3.11 0.10 1.08 par:pas; -tachetées tacheter ver f p 0.29 3.11 0.02 0.54 par:pas; -tachetures tacheture nom f p 0.00 0.07 0.00 0.07 -tachetés tacheter ver m p 0.29 3.11 0.01 0.47 par:pas; -tachez tacher ver 6.53 16.49 0.19 0.07 imp:pre:2p;ind:pre:2p; -tachiste tachiste adj f s 0.00 0.07 0.00 0.07 -tachons tacher ver 6.53 16.49 0.04 0.00 imp:pre:1p; -taché tacher ver m s 6.53 16.49 1.70 4.32 par:pas; -tachée tacher ver f s 6.53 16.49 1.05 3.92 par:pas; -tachées tacher ver f p 6.53 16.49 0.69 1.42 par:pas; -tachéomètre tachéomètre nom m s 0.02 0.00 0.02 0.00 -tachés tacher ver m p 6.53 16.49 0.39 2.36 par:pas; -tachyarythmie tachyarythmie nom f s 0.04 0.00 0.04 0.00 -tachycarde tachycarder ver 0.53 0.07 0.53 0.07 imp:pre:2s;ind:pre:1s;ind:pre:3s; -tachycardie tachycardie nom f s 0.82 0.61 0.82 0.47 -tachycardies tachycardie nom f p 0.82 0.61 0.00 0.14 -tachymètre tachymètre nom m s 0.00 0.14 0.00 0.14 -tachyon tachyon nom m s 0.24 0.00 0.07 0.00 -tachyons tachyon nom m p 0.24 0.00 0.16 0.00 -tacite tacite adj s 0.58 4.66 0.57 4.26 -tacitement tacitement adv 0.01 1.62 0.01 1.62 -tacites tacite adj p 0.58 4.66 0.01 0.41 -taciturne taciturne adj s 1.03 6.55 0.93 5.41 -taciturnes taciturne adj p 1.03 6.55 0.10 1.15 -taciturnité taciturnité nom f s 0.00 0.20 0.00 0.20 -tacle tacle nom m s 0.38 0.07 0.38 0.07 -tacler tacler ver 0.04 0.00 0.04 0.00 inf; -taco taco nom m s 2.00 0.27 0.99 0.00 -tacon tacon nom m s 0.00 0.14 0.00 0.14 -taconnet taconnet nom m s 0.00 0.34 0.00 0.34 -tacos taco nom m p 2.00 0.27 1.01 0.27 -tacot tacot nom m s 1.31 0.74 1.25 0.74 -tacots tacot nom m p 1.31 0.74 0.06 0.00 -tacs tac nom m p 3.21 4.66 0.05 0.07 -tact tact nom m s 2.68 4.80 2.68 4.80 -tacticien tacticien nom m s 0.36 0.41 0.25 0.41 -tacticienne tacticien nom f s 0.36 0.41 0.10 0.00 -tacticiens tacticien nom m p 0.36 0.41 0.01 0.00 -tactile tactile adj s 0.21 0.88 0.14 0.61 -tactilement tactilement adv 0.00 0.14 0.00 0.14 -tactiles tactile adj p 0.21 0.88 0.07 0.27 -tactique tactique nom f s 5.31 6.69 4.46 6.42 -tactiquement tactiquement adv 0.25 0.07 0.25 0.07 -tactiques tactique nom f p 5.31 6.69 0.85 0.27 -tadjik tadjik nom m s 0.00 0.14 0.00 0.14 -tadorne tadorne nom m s 0.00 0.41 0.00 0.20 -tadornes tadorne nom m p 0.00 0.41 0.00 0.20 -taenia taenia nom m s 0.00 0.68 0.00 0.68 -taf taf nom m s 1.05 0.54 1.04 0.54 -tafanard tafanard nom m s 0.00 0.20 0.00 0.20 -taffe taffe nom f s 2.06 0.14 2.02 0.14 -taffes taffe nom f p 2.06 0.14 0.03 0.00 -taffetas taffetas nom m 0.17 1.76 0.17 1.76 -tafia tafia nom m s 0.01 0.07 0.01 0.07 -tafs taf nom m p 1.05 0.54 0.01 0.00 -tag tag nom m s 0.79 0.41 0.79 0.41 -tagada tagada ono 0.99 0.34 0.99 0.34 -tagalog tagalog nom m s 0.04 0.14 0.04 0.14 -tagger tagger nom m s 0.13 0.00 0.13 0.00 -tagliatelle tagliatelle nom f s 0.38 0.47 0.01 0.34 -tagliatelles tagliatelle nom f p 0.38 0.47 0.37 0.14 -taguais taguer ver 0.28 0.00 0.01 0.00 ind:imp:2s; -tague taguer ver 0.28 0.00 0.06 0.00 imp:pre:2s;ind:pre:3s; -taguer taguer ver 0.28 0.00 0.21 0.00 inf; -tagueur tagueur nom m s 0.06 0.00 0.03 0.00 -tagueurs tagueur nom m p 0.06 0.00 0.04 0.00 -tahitien tahitien nom m s 0.06 0.34 0.04 0.00 -tahitienne tahitien adj f s 0.16 0.00 0.11 0.00 -tahitiennes tahitien nom f p 0.06 0.34 0.02 0.20 -tahitiens tahitien nom m p 0.06 0.34 0.00 0.07 -tai_chi tai_chi nom m s 0.12 0.00 0.12 0.00 -taie taie nom f s 0.51 2.57 0.35 1.96 -taies taie nom f p 0.51 2.57 0.16 0.61 -taifas taifa nom m p 0.00 0.07 0.00 0.07 -tailla tailler ver 13.28 37.64 0.01 1.01 ind:pas:3s; -taillable taillable adj m s 0.00 0.14 0.00 0.07 -taillables taillable adj p 0.00 0.14 0.00 0.07 -taillada taillader ver 1.57 1.82 0.00 0.07 ind:pas:3s; -tailladait taillader ver 1.57 1.82 0.03 0.20 ind:imp:3s; -tailladant taillader ver 1.57 1.82 0.12 0.20 par:pre; -taillade taillade nom f s 0.30 0.00 0.30 0.00 -tailladent taillader ver 1.57 1.82 0.01 0.07 ind:pre:3p; -taillader taillader ver 1.57 1.82 0.47 0.34 inf; -tailladez taillader ver 1.57 1.82 0.00 0.07 imp:pre:2p; -tailladé taillader ver m s 1.57 1.82 0.48 0.34 par:pas; -tailladée taillader ver f s 1.57 1.82 0.25 0.14 par:pas; -tailladées taillader ver f p 1.57 1.82 0.00 0.14 par:pas; -tailladés taillader ver m p 1.57 1.82 0.06 0.27 par:pas; -taillaient tailler ver 13.28 37.64 0.03 0.68 ind:imp:3p; -taillais tailler ver 13.28 37.64 0.19 0.41 ind:imp:1s;ind:imp:2s; -taillait tailler ver 13.28 37.64 0.25 3.11 ind:imp:3s; -taillandier taillandier nom m s 0.00 0.07 0.00 0.07 -taillant tailler ver 13.28 37.64 0.14 1.42 par:pre; -taillants taillant nom m p 0.00 0.07 0.00 0.07 -taille_crayon taille_crayon nom m s 0.07 0.68 0.04 0.54 -taille_crayon taille_crayon nom m p 0.07 0.68 0.03 0.14 -taille_douce taille_douce nom f s 0.00 0.20 0.00 0.14 -taille_haie taille_haie nom m s 0.07 0.07 0.06 0.00 -taille_haie taille_haie nom m p 0.07 0.07 0.01 0.07 -taille taille nom f s 43.17 76.49 41.32 72.84 -taillent tailler ver 13.28 37.64 0.56 1.15 ind:pre:3p; -tailler tailler ver 13.28 37.64 2.93 6.89 inf; -taillera tailler ver 13.28 37.64 0.06 0.14 ind:fut:3s; -taillerai tailler ver 13.28 37.64 0.18 0.27 ind:fut:1s; -taillerais tailler ver 13.28 37.64 0.30 0.00 cnd:pre:1s;cnd:pre:2s; -taillerait tailler ver 13.28 37.64 0.02 0.27 cnd:pre:3s; -taillerez tailler ver 13.28 37.64 0.00 0.07 ind:fut:2p; -tailleront tailler ver 13.28 37.64 0.04 0.00 ind:fut:3p; -taille_douce taille_douce nom f p 0.00 0.20 0.00 0.07 -tailles taille nom f p 43.17 76.49 1.85 3.65 -tailleur_pantalon tailleur_pantalon nom m s 0.01 0.07 0.01 0.07 -tailleur tailleur nom m s 8.03 25.20 7.00 22.64 -tailleurs tailleur nom m p 8.03 25.20 1.03 2.57 -tailleuse tailleuse nom f s 2.29 0.07 2.29 0.07 -taillez tailler ver 13.28 37.64 0.27 0.27 imp:pre:2p;ind:pre:2p; -taillis taillis nom m 0.34 15.00 0.34 15.00 -tailloir tailloir nom m s 0.00 0.20 0.00 0.14 -tailloirs tailloir nom m p 0.00 0.20 0.00 0.07 -taillons taillon nom m p 0.12 0.14 0.12 0.14 -taillèrent tailler ver 13.28 37.64 0.01 0.07 ind:pas:3p; -taillé tailler ver m s 13.28 37.64 2.38 7.70 par:pas; -taillée tailler ver f s 13.28 37.64 0.48 4.32 par:pas; -taillées tailler ver f p 13.28 37.64 0.28 2.30 par:pas; -taillés tailler ver m p 13.28 37.64 0.27 3.85 par:pas; -tain tain nom m s 0.83 1.55 0.83 1.55 -taira taire ver 154.47 139.80 0.22 0.74 ind:fut:3s; -tairai taire ver 154.47 139.80 1.74 0.34 ind:fut:1s; -tairaient taire ver 154.47 139.80 0.01 0.07 cnd:pre:3p; -tairais taire ver 154.47 139.80 0.34 0.14 cnd:pre:1s;cnd:pre:2s; -tairait taire ver 154.47 139.80 0.01 0.88 cnd:pre:3s; -tairas taire ver 154.47 139.80 0.29 0.00 ind:fut:2s; -taire taire ver 154.47 139.80 31.81 31.69 inf; -tairez taire ver 154.47 139.80 0.06 0.07 ind:fut:2p; -tairions taire ver 154.47 139.80 0.00 0.14 cnd:pre:1p; -tairons taire ver 154.47 139.80 0.06 0.20 ind:fut:1p; -tairont taire ver 154.47 139.80 0.51 0.14 ind:fut:3p; -tais taire ver 154.47 139.80 77.46 17.43 imp:pre:2s;ind:pre:1s;ind:pre:2s; -taisaient taire ver 154.47 139.80 0.30 4.53 ind:imp:3p; -taisais taire ver 154.47 139.80 0.53 2.50 ind:imp:1s;ind:imp:2s; -taisait taire ver 154.47 139.80 0.63 12.36 ind:imp:3s; -taisant taire ver 154.47 139.80 0.24 2.03 par:pre; -taise taire ver 154.47 139.80 1.51 1.49 sub:pre:1s;sub:pre:3s; -taisent taire ver 154.47 139.80 1.28 5.00 ind:pre:3p; -taises taire ver 154.47 139.80 0.16 0.14 sub:pre:2s; -taiseux taiseux adj m s 0.02 0.14 0.02 0.14 -taisez taire ver 154.47 139.80 24.30 4.39 imp:pre:2p;ind:pre:2p; -taisiez taire ver 154.47 139.80 0.10 0.07 ind:imp:2p; -taisions taire ver 154.47 139.80 0.02 1.08 ind:imp:1p; -taisons taire ver 154.47 139.80 0.23 1.82 imp:pre:1p;ind:pre:1p; -tait taire ver 154.47 139.80 7.42 11.62 ind:pre:3s; -tajine tajine nom m s 0.00 0.41 0.00 0.20 -tajines tajine nom m p 0.00 0.41 0.00 0.20 -take_off take_off nom m 0.08 0.00 0.08 0.00 -tala tala nom m s 0.34 0.27 0.34 0.07 -talait taler ver 0.12 0.54 0.00 0.14 ind:imp:3s; -talas tala nom m p 0.34 0.27 0.00 0.20 -talavera_de_la_reina talavera_de_la_reina nom s 0.00 0.07 0.00 0.07 -talbin talbin nom m s 0.05 1.49 0.01 0.47 -talbins talbin nom m p 0.05 1.49 0.04 1.01 -talc talc nom m s 1.40 1.49 1.40 1.49 -tale taler ver 0.12 0.54 0.02 0.14 ind:pre:3s; -talent talent nom m s 44.17 38.11 33.28 31.08 -talents talent nom m p 44.17 38.11 10.89 7.03 -talentueuse talentueux adj f s 4.39 0.95 0.93 0.14 -talentueusement talentueusement adv 0.00 0.07 0.00 0.07 -talentueuses talentueux adj f p 4.39 0.95 0.12 0.00 -talentueux talentueux adj m 4.39 0.95 3.35 0.81 -taler taler ver 0.12 0.54 0.00 0.07 inf; -taleth taleth nom m s 0.03 0.27 0.03 0.20 -taleths taleth nom m p 0.03 0.27 0.00 0.07 -taliban taliban nom m s 1.81 0.00 0.23 0.00 -talibans taliban nom m p 1.81 0.00 1.58 0.00 -talion talion nom m s 0.05 3.18 0.05 3.18 -talisman talisman nom m s 1.79 2.97 1.38 2.64 -talismans talisman nom m p 1.79 2.97 0.41 0.34 -talkie_walkie talkie_walkie nom m s 1.37 0.20 0.89 0.07 -talkie talkie nom m s 0.32 0.00 0.17 0.00 -talkie_walkie talkie_walkie nom m p 1.37 0.20 0.48 0.14 -talkies talkie nom m p 0.32 0.00 0.16 0.00 -talle talle nom f s 0.00 0.07 0.00 0.07 -taller taller ver 0.02 0.00 0.01 0.00 inf; -tallipot tallipot nom m s 0.00 0.07 0.00 0.07 -tallons taller ver 0.02 0.00 0.01 0.00 ind:pre:1p; -talmouse talmouse nom f s 0.00 0.07 0.00 0.07 -talmudique talmudique adj s 0.94 0.07 0.94 0.00 -talmudiques talmudique adj p 0.94 0.07 0.00 0.07 -talmudiste talmudiste nom s 0.14 0.34 0.14 0.27 -talmudistes talmudiste nom p 0.14 0.34 0.00 0.07 -talochaient talocher ver 0.01 0.27 0.00 0.07 ind:imp:3p; -talochait talocher ver 0.01 0.27 0.00 0.07 ind:imp:3s; -taloche taloche nom f s 0.25 1.22 0.14 0.47 -talocher talocher ver 0.01 0.27 0.01 0.07 inf; -taloches taloche nom f p 0.25 1.22 0.11 0.74 -talon talon nom m s 11.72 49.26 4.03 12.36 -talonna talonner ver 0.37 2.57 0.00 0.14 ind:pas:3s; -talonnades talonnade nom f p 0.00 0.07 0.00 0.07 -talonnait talonner ver 0.37 2.57 0.01 0.47 ind:imp:3s; -talonnant talonner ver 0.37 2.57 0.01 0.27 par:pre; -talonne talonner ver 0.37 2.57 0.20 0.41 ind:pre:1s;ind:pre:3s; -talonnent talonner ver 0.37 2.57 0.05 0.07 ind:pre:3p; -talonner talonner ver 0.37 2.57 0.06 0.20 inf; -talonnette talonnette nom f s 0.06 0.74 0.00 0.27 -talonnettes talonnette nom f p 0.06 0.74 0.06 0.47 -talonneur talonneur nom m s 0.00 0.07 0.00 0.07 -talonnons talonner ver 0.37 2.57 0.01 0.00 ind:pre:1p; -talonné talonner ver m s 0.37 2.57 0.03 0.61 par:pas; -talonnée talonner ver f s 0.37 2.57 0.01 0.20 par:pas; -talonnés talonner ver m p 0.37 2.57 0.00 0.20 par:pas; -talons talon nom m p 11.72 49.26 7.70 36.89 -talqua talquer ver 0.04 0.54 0.00 0.07 ind:pas:3s; -talquer talquer ver 0.04 0.54 0.02 0.20 inf; -talquât talquer ver 0.04 0.54 0.00 0.07 sub:imp:3s; -talqué talquer ver m s 0.04 0.54 0.01 0.14 par:pas; -talquées talquer ver f p 0.04 0.54 0.00 0.07 par:pas; -talée taler ver f s 0.12 0.54 0.00 0.07 par:pas; -talées talé adj f p 0.14 0.27 0.00 0.14 -talures talure nom f p 0.00 0.07 0.00 0.07 -talés talé adj m p 0.14 0.27 0.14 0.07 -talus talus nom m 0.69 19.53 0.69 19.53 -tam_tam tam_tam nom m s 1.06 3.45 0.37 2.77 -tam_tam tam_tam nom m p 1.06 3.45 0.69 0.68 -tamagotchi tamagotchi nom m s 0.08 0.00 0.08 0.00 -tamanoir tamanoir nom m s 0.00 0.07 0.00 0.07 -tamarin tamarin nom m s 0.14 0.07 0.14 0.07 -tamarinier tamarinier nom m s 0.01 0.14 0.01 0.00 -tamariniers tamarinier nom m p 0.01 0.14 0.00 0.14 -tamaris tamaris nom m 0.01 0.61 0.01 0.61 -tambouille tambouille nom f s 0.71 1.96 0.71 1.69 -tambouilles tambouille nom f p 0.71 1.96 0.00 0.27 -tambour_major tambour_major nom m s 0.26 0.74 0.26 0.74 -tambour tambour nom m s 10.20 19.32 7.80 10.54 -tambourin tambourin nom m s 0.56 1.08 0.49 0.47 -tambourina tambouriner ver 0.66 5.54 0.00 0.47 ind:pas:3s; -tambourinade tambourinade nom f s 0.00 0.07 0.00 0.07 -tambourinaient tambouriner ver 0.66 5.54 0.00 0.20 ind:imp:3p; -tambourinaire tambourinaire nom m s 0.00 0.27 0.00 0.07 -tambourinaires tambourinaire nom m p 0.00 0.27 0.00 0.20 -tambourinais tambouriner ver 0.66 5.54 0.01 0.07 ind:imp:1s; -tambourinait tambouriner ver 0.66 5.54 0.02 1.08 ind:imp:3s; -tambourinant tambouriner ver 0.66 5.54 0.04 0.74 par:pre; -tambourine tambouriner ver 0.66 5.54 0.08 1.08 ind:pre:1s;ind:pre:3s; -tambourinement tambourinement nom m s 0.00 0.95 0.00 0.95 -tambourinent tambouriner ver 0.66 5.54 0.28 0.07 ind:pre:3p; -tambouriner tambouriner ver 0.66 5.54 0.09 1.42 inf; -tambourineur tambourineur nom m s 0.00 0.07 0.00 0.07 -tambourins tambourin nom m p 0.56 1.08 0.07 0.61 -tambourinèrent tambouriner ver 0.66 5.54 0.00 0.07 ind:pas:3p; -tambouriné tambouriner ver m s 0.66 5.54 0.01 0.27 par:pas; -tambourinée tambouriner ver f s 0.66 5.54 0.14 0.07 par:pas; -tambours tambour nom m p 10.20 19.32 2.40 8.78 -tamia tamia nom m s 0.04 0.00 0.04 0.00 -tamis tamis nom m 0.53 1.82 0.53 1.82 -tamisage tamisage nom m s 0.01 0.00 0.01 0.00 -tamisaient tamiser ver 0.38 2.30 0.00 0.14 ind:imp:3p; -tamisais tamiser ver 0.38 2.30 0.00 0.07 ind:imp:1s; -tamisait tamiser ver 0.38 2.30 0.00 0.20 ind:imp:3s; -tamisant tamiser ver 0.38 2.30 0.00 0.20 par:pre; -tamise tamiser ver 0.38 2.30 0.16 0.07 imp:pre:2s;ind:pre:3s; -tamisent tamiser ver 0.38 2.30 0.00 0.07 ind:pre:3p; -tamiser tamiser ver 0.38 2.30 0.17 0.27 inf; -tamiseur tamiseur nom m s 0.14 0.00 0.14 0.00 -tamisez tamiser ver 0.38 2.30 0.02 0.00 imp:pre:2p; -tamisé tamisé adj m s 0.76 1.96 0.02 0.34 -tamisée tamisé adj f s 0.76 1.96 0.68 1.01 -tamisées tamisé adj f p 0.76 1.96 0.07 0.54 -tamisés tamiser ver m p 0.38 2.30 0.00 0.14 par:pas; -tamoul tamoul nom m s 0.00 0.14 0.00 0.14 -tamouré tamouré nom m s 0.02 0.07 0.02 0.07 -tampax tampax nom m 0.29 0.27 0.29 0.27 -tampon_buvard tampon_buvard nom m s 0.00 0.20 0.00 0.20 -tampon tampon nom m s 4.28 8.72 2.96 5.14 -tamponna tamponner ver 1.66 6.35 0.00 0.61 ind:pas:3s; -tamponnade tamponnade nom f s 0.17 0.00 0.17 0.00 -tamponnage tamponnage nom m s 0.02 0.07 0.02 0.00 -tamponnages tamponnage nom m p 0.02 0.07 0.00 0.07 -tamponnai tamponner ver 1.66 6.35 0.00 0.07 ind:pas:1s; -tamponnaient tamponner ver 1.66 6.35 0.00 0.20 ind:imp:3p; -tamponnais tamponner ver 1.66 6.35 0.11 0.07 ind:imp:1s;ind:imp:2s; -tamponnait tamponner ver 1.66 6.35 0.01 0.95 ind:imp:3s; -tamponnant tamponner ver 1.66 6.35 0.00 0.41 par:pre; -tamponne tamponner ver 1.66 6.35 0.52 2.50 imp:pre:2s;ind:pre:1s;ind:pre:3s; -tamponnement tamponnement nom m s 0.00 0.20 0.00 0.20 -tamponnent tamponner ver 1.66 6.35 0.03 0.14 ind:pre:3p; -tamponner tamponner ver 1.66 6.35 0.27 0.81 inf; -tamponnera tamponner ver 1.66 6.35 0.01 0.00 ind:fut:3s; -tamponneur tamponneur adj m s 0.26 0.54 0.02 0.00 -tamponneuse tamponneur adj f s 0.26 0.54 0.10 0.00 -tamponneuses tamponneur adj f p 0.26 0.54 0.14 0.54 -tamponnez tamponner ver 1.66 6.35 0.15 0.07 imp:pre:2p;ind:pre:2p; -tamponnoir tamponnoir nom m s 0.00 0.14 0.00 0.07 -tamponnoirs tamponnoir nom m p 0.00 0.14 0.00 0.07 -tamponné tamponner ver m s 1.66 6.35 0.40 0.41 par:pas; -tamponnée tamponner ver f s 1.66 6.35 0.15 0.00 par:pas; -tamponnés tamponner ver m p 1.66 6.35 0.02 0.14 par:pas; -tampons tampon nom m p 4.28 8.72 1.32 3.58 -tamtam tamtam nom m s 0.13 0.07 0.13 0.07 -tan_sad tan_sad nom m s 0.00 0.20 0.00 0.20 -tan tan nom m s 0.66 0.20 0.50 0.20 -tanaisie tanaisie nom f s 0.01 0.00 0.01 0.00 -tance tancer ver 0.03 1.01 0.00 0.14 ind:pre:3s; -tancer tancer ver 0.03 1.01 0.01 0.47 inf; -tanche tanche nom f s 0.06 0.74 0.04 0.41 -tanches tanche nom f p 0.06 0.74 0.01 0.34 -tancé tancer ver m s 0.03 1.01 0.00 0.07 par:pas; -tancée tancer ver f s 0.03 1.01 0.00 0.07 par:pas; -tancés tancer ver m p 0.03 1.01 0.01 0.07 par:pas; -tandem tandem nom m s 0.60 2.03 0.60 1.82 -tandems tandem nom m p 0.60 2.03 0.00 0.20 -tandis_qu tandis_qu con 0.01 0.07 0.01 0.07 -tandis_que tandis_que con 15.04 136.15 15.04 136.15 -tandoori tandoori nom m s 0.06 0.00 0.06 0.00 -tangage tangage nom m s 0.24 1.08 0.24 1.08 -tangara tangara nom m s 0.08 0.00 0.06 0.00 -tangaras tangara nom m p 0.08 0.00 0.02 0.00 -tangence tangence nom f s 0.00 0.14 0.00 0.14 -tangent tangent adj m s 0.03 0.61 0.03 0.07 -tangente tangente nom f s 0.35 1.15 0.35 0.88 -tangentes tangente nom f p 0.35 1.15 0.00 0.27 -tangentiel tangentiel adj m s 0.00 0.07 0.00 0.07 -tangents tangent adj m p 0.03 0.61 0.00 0.14 -tangerine tangerine nom f s 0.00 0.14 0.00 0.14 -tangibilité tangibilité nom f s 0.01 0.00 0.01 0.00 -tangible tangible adj s 1.53 2.09 0.90 1.55 -tangibles tangible adj p 1.53 2.09 0.63 0.54 -tango tango nom m s 5.74 6.28 5.58 4.53 -tangon tangon nom m s 0.02 0.00 0.02 0.00 -tangos tango nom m p 5.74 6.28 0.16 1.76 -tangua tanguer ver 0.69 7.91 0.00 0.74 ind:pas:3s; -tanguaient tanguer ver 0.69 7.91 0.00 0.20 ind:imp:3p; -tanguait tanguer ver 0.69 7.91 0.02 2.64 ind:imp:3s; -tanguant tanguer ver 0.69 7.91 0.01 0.54 par:pre; -tangue tanguer ver 0.69 7.91 0.38 1.69 ind:pre:1s;ind:pre:3s; -tanguent tanguer ver 0.69 7.91 0.11 0.27 ind:pre:3p; -tanguer tanguer ver 0.69 7.91 0.17 1.55 inf; -tangueraient tanguer ver 0.69 7.91 0.00 0.07 cnd:pre:3p; -tangérois tangérois adj m s 0.00 0.07 0.00 0.07 -tangué tanguer ver m s 0.69 7.91 0.00 0.20 par:pas; -tanin tanin nom m s 0.05 0.34 0.05 0.34 -tanière tanière nom f s 2.06 4.80 2.00 3.92 -tanières tanière nom f p 2.06 4.80 0.06 0.88 -tank tank nom m s 8.41 4.86 3.80 1.89 -tanka tanka nom m s 0.00 0.54 0.00 0.54 -tanker tanker nom m s 0.78 0.07 0.49 0.07 -tankers tanker nom m p 0.78 0.07 0.29 0.00 -tankiste tankiste nom s 0.00 0.27 0.00 0.07 -tankistes tankiste nom p 0.00 0.27 0.00 0.20 -tanks tank nom m p 8.41 4.86 4.62 2.97 -tanna tanner ver 2.71 2.70 0.45 0.00 ind:pas:3s; -tannage tannage nom m s 0.01 0.00 0.01 0.00 -tannaient tanner ver 2.71 2.70 0.00 0.07 ind:imp:3p; -tannait tanner ver 2.71 2.70 0.02 0.27 ind:imp:3s; -tannant tanner ver 2.71 2.70 0.01 0.00 par:pre; -tannante tannant adj f s 0.00 0.27 0.00 0.07 -tannantes tannant adj f p 0.00 0.27 0.00 0.07 -tanne tanner ver 2.71 2.70 0.44 0.00 imp:pre:2s;ind:pre:1s;ind:pre:3s; -tannent tanner ver 2.71 2.70 0.06 0.14 ind:pre:3p;sub:pre:3p; -tanner tanner ver 2.71 2.70 0.73 0.41 inf; -tannerai tanner ver 2.71 2.70 0.03 0.07 ind:fut:1s; -tannerie tannerie nom f s 0.04 0.34 0.04 0.34 -tannes tanner ver 2.71 2.70 0.04 0.00 ind:pre:2s; -tanneur tanneur nom m s 0.31 1.15 0.31 0.27 -tanneurs tanneur nom m p 0.31 1.15 0.00 0.88 -tannin tannin nom m s 0.01 0.00 0.01 0.00 -tanné tanner ver m s 2.71 2.70 0.70 0.74 par:pas; -tannée tanner ver f s 2.71 2.70 0.17 0.61 par:pas; -tannées tannée nom f p 0.18 0.27 0.01 0.00 -tannés tanner ver m p 2.71 2.70 0.04 0.20 par:pas; -tanrec tanrec nom m s 0.00 0.07 0.00 0.07 -tans tan nom m p 0.66 0.20 0.13 0.00 -tansad tansad nom m s 0.00 0.07 0.00 0.07 -tant tant adv_sup 380.34 436.42 380.34 436.42 -tantôt tantôt adv 5.62 66.76 5.62 66.76 -tante tante nom f s 76.62 118.38 70.69 110.95 -tantes tante nom f p 76.62 118.38 5.93 7.43 -tançai tancer ver 0.03 1.01 0.00 0.07 ind:pas:1s; -tançait tancer ver 0.03 1.01 0.00 0.07 ind:imp:3s; -tançant tancer ver 0.03 1.01 0.00 0.07 par:pre; -tantine tantine nom f s 1.08 0.20 1.08 0.14 -tantines tantine nom f p 1.08 0.20 0.00 0.07 -tantinet tantinet nom m s 1.02 1.55 1.02 1.55 -tantièmes tantième nom m p 0.00 0.07 0.00 0.07 -tantouse tantouse nom f s 0.69 0.74 0.63 0.14 -tantouses tantouse nom f p 0.69 0.74 0.06 0.61 -tantouze tantouze nom f s 1.14 0.27 0.85 0.14 -tantouzes tantouze nom f p 1.14 0.27 0.28 0.14 -tantra tantra nom m s 0.11 0.00 0.11 0.00 -tantrique tantrique adj m s 0.19 0.14 0.18 0.07 -tantriques tantrique adj m p 0.19 0.14 0.01 0.07 -tantrisme tantrisme nom m s 0.17 0.34 0.17 0.34 -tao tao nom m s 0.05 0.61 0.05 0.61 -taoïsme taoïsme nom m s 0.06 0.07 0.06 0.07 -taoïste taoïste adj s 0.03 0.47 0.03 0.34 -taoïstes taoïste nom p 0.03 0.61 0.02 0.20 -taon taon nom m s 0.73 0.61 0.01 0.14 -taons taon nom m p 0.73 0.61 0.72 0.47 -tap tap ono 0.53 2.50 0.53 2.50 -tapa taper ver 61.06 67.91 0.03 4.93 ind:pas:3s;;ind:pas:3s; -tapage tapage nom m s 1.53 6.08 1.52 6.01 -tapageait tapager ver 0.00 0.14 0.00 0.14 ind:imp:3s; -tapages tapage nom m p 1.53 6.08 0.01 0.07 -tapageur tapageur adj m s 0.23 2.97 0.10 1.28 -tapageurs tapageur nom m p 0.11 0.07 0.05 0.07 -tapageuse tapageur adj f s 0.23 2.97 0.10 1.01 -tapageuses tapageur adj f p 0.23 2.97 0.01 0.20 -tapai taper ver 61.06 67.91 0.00 0.14 ind:pas:1s; -tapaient taper ver 61.06 67.91 0.32 2.57 ind:imp:3p; -tapais taper ver 61.06 67.91 0.68 1.08 ind:imp:1s;ind:imp:2s; -tapait taper ver 61.06 67.91 1.78 9.05 ind:imp:3s; -tapant taper ver 61.06 67.91 0.72 5.81 par:pre; -tapante tapant adj f s 0.57 0.68 0.02 0.00 -tapantes tapant adj f p 0.57 0.68 0.49 0.27 -tapas tapa nom m p 0.15 0.00 0.15 0.00 -tape_cul tape_cul nom m s 0.04 0.41 0.04 0.41 -tape_à_l_oeil tape_à_l_oeil adj 0.00 0.41 0.00 0.41 -tape taper ver 61.06 67.91 18.45 11.89 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:1s;sub:pre:3s; -tapecul tapecul nom m s 0.00 0.07 0.00 0.07 -tapement tapement nom m s 0.01 0.14 0.01 0.00 -tapements tapement nom m p 0.01 0.14 0.00 0.14 -tapenade tapenade nom f s 0.02 0.00 0.02 0.00 -tapent taper ver 61.06 67.91 1.60 1.76 ind:pre:3p; -taper taper ver 61.06 67.91 19.14 20.07 inf; -tapera taper ver 61.06 67.91 0.19 0.34 ind:fut:3s; -taperai taper ver 61.06 67.91 0.59 0.14 ind:fut:1s; -taperaient taper ver 61.06 67.91 0.01 0.07 cnd:pre:3p; -taperais taper ver 61.06 67.91 0.65 0.20 cnd:pre:1s;cnd:pre:2s; -taperait taper ver 61.06 67.91 0.07 0.34 cnd:pre:3s; -taperas taper ver 61.06 67.91 0.13 0.00 ind:fut:2s; -taperez taper ver 61.06 67.91 0.01 0.14 ind:fut:2p; -taperiez taper ver 61.06 67.91 0.01 0.00 cnd:pre:2p; -taperont taper ver 61.06 67.91 0.04 0.00 ind:fut:3p; -tapes taper ver 61.06 67.91 3.17 0.54 ind:pre:2s;sub:pre:2s; -tapette tapette nom f s 7.16 1.15 4.77 0.61 -tapettes tapette nom f p 7.16 1.15 2.39 0.54 -tapeur tapeur nom m s 0.20 0.27 0.19 0.07 -tapeurs tapeur nom m p 0.20 0.27 0.02 0.14 -tapeuses tapeur nom f p 0.20 0.27 0.00 0.07 -tapez taper ver 61.06 67.91 2.83 0.14 imp:pre:2p;ind:pre:2p; -tapi tapir ver m s 0.92 11.82 0.19 4.39 par:pas; -tapie tapir ver f s 0.92 11.82 0.22 2.84 par:pas; -tapies tapir ver f p 0.92 11.82 0.02 0.61 par:pas; -tapiez taper ver 61.06 67.91 0.06 0.07 ind:imp:2p; -tapin tapin nom m s 2.31 5.41 2.25 3.58 -tapinage tapinage nom m s 0.16 0.00 0.16 0.00 -tapinaient tapiner ver 1.76 2.70 0.01 0.07 ind:imp:3p; -tapinais tapiner ver 1.76 2.70 0.02 0.14 ind:imp:1s;ind:imp:2s; -tapinait tapiner ver 1.76 2.70 0.09 0.47 ind:imp:3s; -tapinant tapiner ver 1.76 2.70 0.01 0.00 par:pre; -tapine tapiner ver 1.76 2.70 0.97 0.68 ind:pre:1s;ind:pre:3s; -tapinent tapiner ver 1.76 2.70 0.14 0.41 ind:pre:3p; -tapiner tapiner ver 1.76 2.70 0.39 0.68 inf; -tapinera tapiner ver 1.76 2.70 0.01 0.07 ind:fut:3s; -tapinerai tapiner ver 1.76 2.70 0.00 0.07 ind:fut:1s; -tapinerais tapiner ver 1.76 2.70 0.01 0.00 cnd:pre:1s; -tapines tapiner ver 1.76 2.70 0.11 0.00 ind:pre:2s; -tapineuse tapineur nom f s 0.06 0.54 0.06 0.20 -tapineuses tapineuse nom f p 0.02 0.00 0.02 0.00 -tapins tapin nom m p 2.31 5.41 0.06 1.82 -tapiné tapiner ver m s 1.76 2.70 0.00 0.07 par:pas; -tapinée tapiner ver f s 1.76 2.70 0.00 0.07 par:pas; -tapioca tapioca nom m s 0.33 1.69 0.33 1.69 -tapir tapir nom m s 0.16 0.34 0.13 0.34 -tapira tapir ver 0.92 11.82 0.01 0.07 ind:fut:3s; -tapirs tapir nom m p 0.16 0.34 0.02 0.00 -tapis_brosse tapis_brosse nom m s 0.01 0.14 0.01 0.14 -tapis tapis nom m 20.13 60.88 20.13 60.88 -tapissa tapisser ver 1.12 10.95 0.00 0.14 ind:pas:3s; -tapissaient tapisser ver 1.12 10.95 0.01 0.88 ind:imp:3p; -tapissais tapisser ver 1.12 10.95 0.00 0.07 ind:imp:1s; -tapissait tapisser ver 1.12 10.95 0.00 1.28 ind:imp:3s; -tapissant tapisser ver 1.12 10.95 0.01 0.27 par:pre; -tapisse tapisser ver 1.12 10.95 0.06 0.47 imp:pre:2s;ind:pre:1s;ind:pre:3s; -tapissent tapir ver 0.92 11.82 0.10 0.00 sub:imp:3p; -tapisser tapisser ver 1.12 10.95 0.14 0.54 inf; -tapisserai tapisser ver 1.12 10.95 0.01 0.00 ind:fut:1s; -tapisserie tapisserie nom f s 1.34 12.57 0.89 9.73 -tapisseries tapisserie nom f p 1.34 12.57 0.45 2.84 -tapissier tapissier nom m s 0.32 1.69 0.17 1.22 -tapissiers tapissier nom m p 0.32 1.69 0.05 0.34 -tapissière tapissier nom f s 0.32 1.69 0.10 0.14 -tapissé tapisser ver m s 1.12 10.95 0.33 1.82 par:pas; -tapissée tapisser ver f s 1.12 10.95 0.27 2.57 par:pas; -tapissées tapisser ver f p 1.12 10.95 0.01 0.81 par:pas; -tapissés tapisser ver m p 1.12 10.95 0.20 1.76 par:pas; -tapit tapir ver 0.92 11.82 0.06 0.54 ind:pre:3s;ind:pas:3s; -tapâmes taper ver 61.06 67.91 0.00 0.14 ind:pas:1p; -tapons taper ver 61.06 67.91 0.06 0.14 imp:pre:1p;ind:pre:1p; -tapota tapoter ver 1.16 16.55 0.11 3.18 ind:pas:3s; -tapotai tapoter ver 1.16 16.55 0.00 0.07 ind:pas:1s; -tapotaient tapoter ver 1.16 16.55 0.00 0.27 ind:imp:3p; -tapotais tapoter ver 1.16 16.55 0.00 0.07 ind:imp:1s; -tapotait tapoter ver 1.16 16.55 0.04 3.38 ind:imp:3s; -tapotant tapoter ver 1.16 16.55 0.04 3.31 par:pre; -tapote tapoter ver 1.16 16.55 0.36 3.11 imp:pre:2s;ind:pre:1s;ind:pre:3s; -tapotement tapotement nom m s 0.07 1.22 0.06 0.47 -tapotements tapotement nom m p 0.07 1.22 0.01 0.74 -tapotent tapoter ver 1.16 16.55 0.01 0.47 ind:pre:3p; -tapoter tapoter ver 1.16 16.55 0.29 1.76 inf; -tapotez tapoter ver 1.16 16.55 0.20 0.00 imp:pre:2p;ind:pre:2p; -tapotis tapotis nom m 0.00 0.07 0.00 0.07 -tapotons tapoter ver 1.16 16.55 0.00 0.07 imp:pre:1p; -tapotèrent tapoter ver 1.16 16.55 0.00 0.20 ind:pas:3p; -tapoté tapoter ver m s 1.16 16.55 0.11 0.68 par:pas; -tapèrent taper ver 61.06 67.91 0.00 0.47 ind:pas:3p; -tapé taper ver m s 61.06 67.91 9.43 6.55 par:pas; -tapée taper ver f s 61.06 67.91 0.92 0.81 par:pas; -tapées tapé adj f p 0.37 0.61 0.16 0.14 -tapés tapé adj m p 0.37 0.61 0.14 0.07 -taquet taquet nom m s 0.14 0.27 0.10 0.27 -taquets taquet nom m p 0.14 0.27 0.04 0.00 -taquin taquin adj m s 0.46 1.35 0.34 0.88 -taquina taquiner ver 5.24 5.74 0.00 0.34 ind:pas:3s; -taquinaient taquiner ver 5.24 5.74 0.04 0.20 ind:imp:3p; -taquinais taquiner ver 5.24 5.74 0.28 0.20 ind:imp:1s;ind:imp:2s; -taquinait taquiner ver 5.24 5.74 0.27 1.15 ind:imp:3s; -taquinant taquiner ver 5.24 5.74 0.01 0.20 par:pre; -taquine taquiner ver 5.24 5.74 1.91 1.08 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -taquinent taquiner ver 5.24 5.74 0.06 0.27 ind:pre:3p; -taquiner taquiner ver 5.24 5.74 1.48 2.03 inf; -taquinerait taquiner ver 5.24 5.74 0.21 0.00 cnd:pre:3s; -taquinerie taquinerie nom f s 0.27 0.74 0.03 0.20 -taquineries taquinerie nom f p 0.27 0.74 0.23 0.54 -taquines taquiner ver 5.24 5.74 0.29 0.00 ind:pre:2s; -taquinez taquiner ver 5.24 5.74 0.16 0.00 imp:pre:2p;ind:pre:2p; -taquins taquin adj m p 0.46 1.35 0.02 0.07 -taquiné taquiner ver m s 5.24 5.74 0.41 0.27 par:pas; -taquinée taquiner ver f s 5.24 5.74 0.11 0.00 par:pas; -taquoir taquoir nom m s 0.00 0.14 0.00 0.14 -tar tare nom m s 1.79 5.20 0.23 0.00 -tara tarer ver 6.08 0.54 0.57 0.00 ind:pas:3s;;ind:pas:3s;;ind:pas:3s; -tarabiscot tarabiscot nom m s 0.00 0.07 0.00 0.07 -tarabiscotages tarabiscotage nom m p 0.00 0.14 0.00 0.14 -tarabiscoté tarabiscoté adj m s 0.16 1.01 0.01 0.34 -tarabiscotée tarabiscoté adj f s 0.16 1.01 0.14 0.27 -tarabiscotées tarabiscoté adj f p 0.16 1.01 0.01 0.20 -tarabiscotés tarabiscoté adj m p 0.16 1.01 0.00 0.20 -tarabustait tarabuster ver 0.19 1.55 0.00 0.54 ind:imp:3s; -tarabuste tarabuster ver 0.19 1.55 0.01 0.47 ind:pre:1s;ind:pre:3s; -tarabustent tarabuster ver 0.19 1.55 0.01 0.07 ind:pre:3p; -tarabuster tarabuster ver 0.19 1.55 0.16 0.14 inf; -tarabustes tarabuster ver 0.19 1.55 0.00 0.07 ind:pre:2s; -tarabustèrent tarabuster ver 0.19 1.55 0.00 0.07 ind:pas:3p; -tarabusté tarabuster ver m s 0.19 1.55 0.01 0.14 par:pas; -tarabustés tarabuster ver m p 0.19 1.55 0.00 0.07 par:pas; -tarama tarama nom m s 0.28 0.00 0.28 0.00 -tarare tarare nom m s 0.00 0.20 0.00 0.20 -taratata taratata ono 0.29 0.34 0.29 0.34 -taraud taraud nom m s 0.00 0.34 0.00 0.20 -taraudaient tarauder ver 0.77 2.64 0.00 0.07 ind:imp:3p; -taraudait tarauder ver 0.77 2.64 0.00 0.34 ind:imp:3s; -taraudant taraudant adj m s 0.00 0.14 0.00 0.14 -taraude tarauder ver 0.77 2.64 0.73 0.81 imp:pre:2s;ind:pre:1s;ind:pre:3s; -taraudent tarauder ver 0.77 2.64 0.01 0.27 ind:pre:3p; -tarauder tarauder ver 0.77 2.64 0.02 0.41 inf; -tarauds taraud nom m p 0.00 0.34 0.00 0.14 -taraudèrent tarauder ver 0.77 2.64 0.00 0.07 ind:pas:3p; -taraudé tarauder ver m s 0.77 2.64 0.00 0.34 par:pas; -taraudée tarauder ver f s 0.77 2.64 0.00 0.14 par:pas; -taraudées tarauder ver f p 0.77 2.64 0.00 0.07 par:pas; -taraudés tarauder ver m p 0.77 2.64 0.00 0.14 par:pas; -tarbais tarbais adj m 0.00 0.20 0.00 0.20 -tarbouche tarbouche nom m s 0.00 0.07 0.00 0.07 -tarbouif tarbouif nom m s 0.00 0.14 0.00 0.14 -tard_venu tard_venu adj m s 0.00 0.07 0.00 0.07 -tard tard adv_sup 350.38 344.26 350.38 344.26 -tarda tarder ver 28.36 34.46 0.17 3.51 ind:pas:3s; -tardai tarder ver 28.36 34.46 0.01 0.34 ind:pas:1s; -tardaient tarder ver 28.36 34.46 0.00 0.68 ind:imp:3p; -tardais tarder ver 28.36 34.46 0.47 0.20 ind:imp:1s;ind:imp:2s; -tardait tarder ver 28.36 34.46 0.35 4.46 ind:imp:3s; -tardant tarder ver 28.36 34.46 0.01 0.20 par:pre; -tarde tarder ver 28.36 34.46 4.63 3.78 imp:pre:2s;ind:pre:1s;ind:pre:3s; -tardent tarder ver 28.36 34.46 0.52 0.27 ind:pre:3p; -tarder tarder ver 28.36 34.46 15.01 12.09 inf; -tardera tarder ver 28.36 34.46 1.69 0.47 ind:fut:3s; -tarderai tarder ver 28.36 34.46 0.51 0.07 ind:fut:1s; -tarderaient tarder ver 28.36 34.46 0.03 0.54 cnd:pre:3p; -tarderais tarder ver 28.36 34.46 0.11 0.27 cnd:pre:1s; -tarderait tarder ver 28.36 34.46 0.03 1.82 cnd:pre:3s; -tarderas tarder ver 28.36 34.46 0.33 0.00 ind:fut:2s; -tarderez tarder ver 28.36 34.46 0.05 0.00 ind:fut:2p; -tarderie tarderie nom f s 0.00 0.20 0.00 0.14 -tarderies tarderie nom f p 0.00 0.20 0.00 0.07 -tarderiez tarder ver 28.36 34.46 0.01 0.00 cnd:pre:2p; -tarderions tarder ver 28.36 34.46 0.00 0.14 cnd:pre:1p; -tarderons tarder ver 28.36 34.46 0.02 0.07 ind:fut:1p; -tarderont tarder ver 28.36 34.46 0.32 0.14 ind:fut:3p; -tardes tarder ver 28.36 34.46 0.65 0.00 ind:pre:2s; -tardez tarder ver 28.36 34.46 1.14 0.27 imp:pre:2p;ind:pre:2p; -tardiez tarder ver 28.36 34.46 0.01 0.07 ind:imp:2p; -tardif tardif adj m s 2.62 10.00 0.65 2.23 -tardifs tardif adj m p 2.62 10.00 0.34 0.68 -tardigrade tardigrade nom m s 0.01 0.00 0.01 0.00 -tardillon tardillon nom m s 0.00 0.14 0.00 0.14 -tardions tarder ver 28.36 34.46 0.00 0.07 ind:imp:1p; -tardive tardif adj f s 2.62 10.00 1.36 5.74 -tardivement tardivement adv 0.46 1.35 0.46 1.35 -tardives tardif adj f p 2.62 10.00 0.28 1.35 -tardâmes tarder ver 28.36 34.46 0.00 0.07 ind:pas:1p; -tardons tarder ver 28.36 34.46 0.07 0.14 imp:pre:1p;ind:pre:1p; -tardèrent tarder ver 28.36 34.46 0.15 0.81 ind:pas:3p; -tardé tarder ver m s 28.36 34.46 2.08 3.92 par:pas; -tardée tarder ver f s 28.36 34.46 0.00 0.07 par:pas; -tare tare nom f s 1.79 5.20 1.06 3.04 -tarentelle tarentelle nom f s 0.12 0.14 0.12 0.07 -tarentelles tarentelle nom f p 0.12 0.14 0.00 0.07 -tarentule tarentule nom f s 0.32 0.41 0.23 0.34 -tarentules tarentule nom f p 0.32 0.41 0.08 0.07 -tares tare nom f p 1.79 5.20 0.49 2.16 -taret taret nom m s 0.00 0.20 0.00 0.14 -tarets taret nom m p 0.00 0.20 0.00 0.07 -targe targe nom f s 0.40 0.00 0.40 0.00 -targette targette nom f s 0.00 1.01 0.00 0.68 -targettes targette nom f p 0.00 1.01 0.00 0.34 -targua targuer ver 0.27 1.69 0.00 0.07 ind:pas:3s; -targuaient targuer ver 0.27 1.69 0.00 0.14 ind:imp:3p; -targuais targuer ver 0.27 1.69 0.00 0.07 ind:imp:1s; -targuait targuer ver 0.27 1.69 0.00 0.41 ind:imp:3s; -targuant targuer ver 0.27 1.69 0.00 0.14 par:pre; -targue targuer ver 0.27 1.69 0.22 0.27 ind:pre:1s;ind:pre:3s; -targuent targuer ver 0.27 1.69 0.00 0.14 ind:pre:3p; -targuer targuer ver 0.27 1.69 0.04 0.34 inf; -targuez targuer ver 0.27 1.69 0.01 0.00 ind:pre:2p; -targui targui adj m s 0.00 0.07 0.00 0.07 -targui targui nom m s 0.00 0.07 0.00 0.07 -targuât targuer ver 0.27 1.69 0.00 0.07 sub:imp:3s; -targué targuer ver m s 0.27 1.69 0.00 0.07 par:pas; -tari tarir ver m s 1.83 4.93 0.28 0.61 par:pas; -taride taride nom f s 0.00 0.20 0.00 0.20 -tarie tarir ver f s 1.83 4.93 0.69 0.74 par:pas; -taries tarir ver f p 1.83 4.93 0.01 0.34 par:pas; -tarif tarif nom m s 6.26 4.80 4.58 2.84 -tarification tarification nom f s 0.02 0.00 0.01 0.00 -tarifications tarification nom f p 0.02 0.00 0.01 0.00 -tarifié tarifier ver m s 0.00 0.07 0.00 0.07 par:pas; -tarifs tarif nom m p 6.26 4.80 1.69 1.96 -tarifée tarifer ver f s 0.01 0.27 0.00 0.14 par:pas; -tarifées tarifer ver f p 0.01 0.27 0.01 0.07 par:pas; -tarifés tarifer ver m p 0.01 0.27 0.00 0.07 par:pas; -tarin tarin nom m s 0.10 2.91 0.10 2.91 -tarir tarir ver 1.83 4.93 0.05 1.22 inf; -tarira tarir ver 1.83 4.93 0.02 0.00 ind:fut:3s; -tarirent tarir ver 1.83 4.93 0.14 0.20 ind:pas:3p; -taris tarir ver m p 1.83 4.93 0.01 0.07 ind:pre:2s;par:pas; -tarissaient tarir ver 1.83 4.93 0.00 0.14 ind:imp:3p; -tarissait tarir ver 1.83 4.93 0.00 0.27 ind:imp:3s; -tarissant tarir ver 1.83 4.93 0.00 0.20 par:pre; -tarisse tarir ver 1.83 4.93 0.00 0.07 sub:pre:1s; -tarissement tarissement nom m s 0.00 0.27 0.00 0.27 -tarissent tarir ver 1.83 4.93 0.01 0.14 ind:pre:3p; -tarissez tarir ver 1.83 4.93 0.00 0.07 imp:pre:2p; -tarit tarir ver 1.83 4.93 0.62 0.88 ind:pre:3s;ind:pas:3s; -tarière tarière nom f s 0.00 0.20 0.00 0.07 -tarières tarière nom f p 0.00 0.20 0.00 0.14 -tarlatane tarlatane nom f s 0.00 0.07 0.00 0.07 -tarmac tarmac nom m s 0.28 0.07 0.28 0.07 -taro taro nom m s 4.21 0.00 4.21 0.00 -tarot tarot nom m s 0.65 2.09 0.37 0.74 -tarots tarot nom m p 0.65 2.09 0.28 1.35 -tarpan tarpan nom m s 0.00 0.20 0.00 0.14 -tarpans tarpan nom m p 0.00 0.20 0.00 0.07 -tarpon tarpon nom m s 0.08 0.00 0.08 0.00 -tarpé tarpé nom m s 0.32 0.07 0.32 0.07 -tarpéienne tarpéienne nom s 0.01 0.00 0.01 0.00 -tarse tarse nom m s 0.02 0.14 0.02 0.07 -tarses tarse nom m p 0.02 0.14 0.00 0.07 -tarsienne tarsien adj f s 0.01 0.14 0.01 0.00 -tarsiens tarsien adj m p 0.01 0.14 0.00 0.14 -tarsier tarsier nom m s 0.01 0.00 0.01 0.00 -tartan tartan nom m s 0.51 0.27 0.07 0.20 -tartane tartan nom f s 0.51 0.27 0.44 0.07 -tartare tartare adj s 0.46 1.15 0.45 0.61 -tartares tartare nom p 0.94 1.76 0.52 1.15 -tartarin tartarin nom m s 0.00 0.47 0.00 0.41 -tartarinades tartarinade nom f p 0.00 0.14 0.00 0.14 -tartarins tartarin nom m p 0.00 0.47 0.00 0.07 -tarte_minute tarte_minute adj f s 0.01 0.00 0.01 0.00 -tarte tarte nom f s 13.04 10.34 10.41 8.31 -tartelette tartelette nom f s 0.68 0.81 0.04 0.34 -tartelettes tartelette nom f p 0.68 0.81 0.64 0.47 -tartempion tartempion nom m s 0.04 0.00 0.04 0.00 -tartes tarte nom f p 13.04 10.34 2.62 2.03 -tartignolle tartignolle adj s 0.00 0.20 0.00 0.14 -tartignolles tartignolle adj p 0.00 0.20 0.00 0.07 -tartina tartiner ver 0.65 3.18 0.00 0.14 ind:pas:3s; -tartinaient tartiner ver 0.65 3.18 0.00 0.07 ind:imp:3p; -tartinais tartiner ver 0.65 3.18 0.00 0.07 ind:imp:1s; -tartinait tartiner ver 0.65 3.18 0.00 0.34 ind:imp:3s; -tartinant tartiner ver 0.65 3.18 0.01 0.14 par:pre; -tartine tartine nom f s 2.23 16.89 1.41 8.38 -tartinent tartiner ver 0.65 3.18 0.02 0.27 ind:pre:3p; -tartiner tartiner ver 0.65 3.18 0.41 0.88 inf;; -tartinerait tartiner ver 0.65 3.18 0.00 0.07 cnd:pre:3s; -tartines tartine nom f p 2.23 16.89 0.82 8.51 -tartinez tartiner ver 0.65 3.18 0.03 0.00 imp:pre:2p;ind:pre:2p; -tartiné tartiner ver m s 0.65 3.18 0.03 0.27 par:pas; -tartinée tartiner ver f s 0.65 3.18 0.00 0.34 par:pas; -tartinées tartiner ver f p 0.65 3.18 0.00 0.20 par:pas; -tartir tartir ver 0.00 1.89 0.00 1.28 inf; -tartiss tartiss nom m 0.00 0.41 0.00 0.41 -tartissent tartir ver 0.00 1.89 0.00 0.07 ind:pre:3p; -tartisses tartir ver 0.00 1.89 0.00 0.54 sub:pre:2s; -tartouille tartouille nom f s 0.00 0.20 0.00 0.07 -tartouilles tartouille nom f p 0.00 0.20 0.00 0.14 -tartre tartre nom m s 0.03 0.54 0.03 0.54 -tartufe tartufe nom m s 0.01 0.14 0.01 0.14 -tartuferie tartuferie nom f s 0.00 0.14 0.00 0.07 -tartuferies tartuferie nom f p 0.00 0.14 0.00 0.07 -tartufferie tartufferie nom f s 0.00 0.07 0.00 0.07 -tartuffes tartuffe nom m p 0.00 0.07 0.00 0.07 -taré taré nom m s 10.48 2.09 6.96 1.01 -tarée taré adj f s 4.44 1.08 1.45 0.20 -tarées tarer ver f p 6.08 0.54 0.17 0.00 par:pas; -tarés taré nom m p 10.48 2.09 3.53 1.08 -tarzan tarzan nom m s 0.16 0.20 0.14 0.14 -tarzans tarzan nom m p 0.16 0.20 0.01 0.07 -tas tas nom m 65.28 83.78 65.28 83.78 -tasmanien tasmanien adj m s 0.01 0.07 0.01 0.07 -tassa tasser ver 2.21 19.19 0.00 1.08 ind:pas:3s; -tassai tasser ver 2.21 19.19 0.00 0.20 ind:pas:1s; -tassaient tasser ver 2.21 19.19 0.01 0.54 ind:imp:3p; -tassais tasser ver 2.21 19.19 0.00 0.07 ind:imp:1s; -tassait tasser ver 2.21 19.19 0.01 2.03 ind:imp:3s; -tassant tasser ver 2.21 19.19 0.00 0.88 par:pre; -tasse tasse nom f s 21.89 34.12 18.52 25.07 -tasseau tasseau nom m s 0.01 0.00 0.01 0.00 -tassement tassement nom m s 0.06 0.68 0.04 0.61 -tassements tassement nom m p 0.06 0.68 0.01 0.07 -tassent tasser ver 2.21 19.19 0.10 0.81 ind:pre:3p; -tasser tasser ver 2.21 19.19 0.45 1.76 inf; -tassera tasser ver 2.21 19.19 0.25 0.27 ind:fut:3s; -tasserai tasser ver 2.21 19.19 0.00 0.07 ind:fut:1s; -tasserait tasser ver 2.21 19.19 0.03 0.07 cnd:pre:3s; -tasses tasse nom f p 21.89 34.12 3.37 9.05 -tassez tasser ver 2.21 19.19 0.17 0.07 imp:pre:2p; -tassiez tasser ver 2.21 19.19 0.00 0.07 ind:imp:2p; -tassili tassili nom m s 0.00 0.34 0.00 0.34 -tassons tasser ver 2.21 19.19 0.00 0.07 ind:pre:1p; -tassèrent tasser ver 2.21 19.19 0.00 0.34 ind:pas:3p; -tassé tasser ver m s 2.21 19.19 0.41 3.78 par:pas; -tassée tasser ver f s 2.21 19.19 0.06 2.57 par:pas; -tassées tasser ver f p 2.21 19.19 0.04 0.41 par:pas; -tassés tassé adj m p 0.26 4.32 0.06 0.81 -taste_vin taste_vin nom m 0.01 0.14 0.01 0.14 -tata tata nom f s 3.00 0.68 2.96 0.47 -tatami tatami nom m s 0.02 0.20 0.02 0.14 -tatamis tatami nom m p 0.02 0.20 0.00 0.07 -tatane tatane nom f s 0.02 2.64 0.01 1.01 -tatanes tatane nom f p 0.02 2.64 0.01 1.62 -tatar tatar nom m s 0.01 0.07 0.01 0.07 -tatars tatar adj m p 0.00 0.20 0.00 0.07 -tatas tata nom f p 3.00 0.68 0.04 0.20 -tatillon tatillon adj m s 0.47 1.76 0.22 1.01 -tatillonne tatillon adj f s 0.47 1.76 0.09 0.34 -tatillonner tatillonner ver 0.00 0.07 0.00 0.07 inf; -tatillonnes tatillon adj f p 0.47 1.76 0.00 0.07 -tatillons tatillon adj m p 0.47 1.76 0.16 0.34 -tatin tatin nom f s 0.03 0.14 0.03 0.14 -tatou tatou nom m s 0.51 0.27 0.46 0.20 -tatouage tatouage nom m s 12.06 3.38 8.28 1.55 -tatouages tatouage nom m p 12.06 3.38 3.77 1.82 -tatouaient tatouer ver 4.22 3.72 0.00 0.07 ind:imp:3p; -tatouait tatouer ver 4.22 3.72 0.01 0.14 ind:imp:3s; -tatoue tatouer ver 4.22 3.72 0.08 0.27 imp:pre:2s;ind:pre:1s;ind:pre:3s; -tatouent tatouer ver 4.22 3.72 0.02 0.00 ind:pre:3p; -tatouer tatouer ver 4.22 3.72 1.91 0.81 inf; -tatoueur tatoueur nom m s 0.37 1.01 0.14 1.01 -tatoueurs tatoueur nom m p 0.37 1.01 0.09 0.00 -tatoueuse tatoueur nom f s 0.37 1.01 0.14 0.00 -tatouez tatouer ver 4.22 3.72 0.02 0.00 imp:pre:2p;ind:pre:2p; -tatous tatou nom m p 0.51 0.27 0.04 0.07 -tatoué tatouer ver m s 4.22 3.72 1.23 1.15 par:pas; -tatouée tatouer ver f s 4.22 3.72 0.52 0.61 par:pas; -tatouées tatoué adj f p 1.61 2.16 0.11 0.07 -tatoués tatouer ver m p 4.22 3.72 0.36 0.54 par:pas; -tau tau nom m s 0.88 0.07 0.88 0.07 -taube taube nom m s 0.07 0.27 0.07 0.27 -taudis taudis nom m 4.17 3.24 4.17 3.24 -taulard taulard nom m s 1.78 2.03 0.82 0.61 -taularde taulard nom f s 1.78 2.03 0.17 0.14 -taulardes taulard nom f p 1.78 2.03 0.02 0.07 -taulards taulard nom m p 1.78 2.03 0.77 1.22 -taule taule nom f s 27.00 14.73 26.92 13.85 -taules taule nom f p 27.00 14.73 0.08 0.88 -taulier taulier nom m s 0.95 5.41 0.67 3.31 -tauliers taulier nom m p 0.95 5.41 0.14 0.54 -taulière taulier nom f s 0.95 5.41 0.15 1.49 -taulières taulier nom f p 0.95 5.41 0.00 0.07 -taupe taupe nom f s 6.60 4.39 5.42 2.84 -taupes taupe nom f p 6.60 4.39 1.17 1.55 -taupicide taupicide nom m s 0.00 0.07 0.00 0.07 -taupin taupin nom m s 0.40 0.07 0.40 0.07 -taupinière taupinière nom f s 0.07 1.22 0.05 0.88 -taupinières taupinière nom f p 0.07 1.22 0.02 0.34 -taupinées taupinée nom f p 0.00 0.07 0.00 0.07 -taupé taupé adj m s 0.01 0.14 0.01 0.07 -taupés taupé adj m p 0.01 0.14 0.00 0.07 -taure taure nom f s 0.00 0.07 0.00 0.07 -taureau taureau nom m s 10.82 13.38 8.37 10.00 -taureaux taureau nom m p 10.82 13.38 2.46 3.38 -taurillon taurillon nom m s 0.00 0.27 0.00 0.20 -taurillons taurillon nom m p 0.00 0.27 0.00 0.07 -taurin taurin adj m s 0.00 0.20 0.00 0.07 -taurine taurin adj f s 0.00 0.20 0.00 0.07 -taurins taurin adj m p 0.00 0.20 0.00 0.07 -taurobole taurobole nom m s 0.00 0.14 0.00 0.14 -tauromachie tauromachie nom f s 0.22 0.34 0.22 0.34 -tauromachique tauromachique adj s 0.00 0.14 0.00 0.14 -tautologie tautologie nom f s 0.01 0.14 0.01 0.14 -taux taux nom m 11.22 2.64 11.22 2.64 -tavel tavel nom m s 0.03 0.14 0.03 0.14 -tavelant taveler ver 0.00 0.74 0.00 0.14 par:pre; -tavelé taveler ver m s 0.00 0.74 0.00 0.14 par:pas; -tavelée taveler ver f s 0.00 0.74 0.00 0.27 par:pas; -tavelées taveler ver f p 0.00 0.74 0.00 0.20 par:pas; -tavelures tavelure nom f p 0.01 0.34 0.01 0.34 -taverne taverne nom f s 3.02 8.51 2.63 6.01 -tavernes taverne nom f p 3.02 8.51 0.39 2.50 -tavernier tavernier nom m s 0.06 0.88 0.06 0.68 -taverniers tavernier nom m p 0.06 0.88 0.00 0.20 -taxa taxer ver 2.19 3.04 0.00 0.14 ind:pas:3s; -taxables taxable adj f p 0.01 0.00 0.01 0.00 -taxaient taxer ver 2.19 3.04 0.00 0.14 ind:imp:3p; -taxait taxer ver 2.19 3.04 0.02 0.14 ind:imp:3s; -taxant taxer ver 2.19 3.04 0.05 0.07 par:pre; -taxation taxation nom f s 0.02 0.07 0.02 0.07 -taxaudier taxaudier nom m s 0.00 0.20 0.00 0.20 -taxe taxe nom f s 4.34 1.82 1.86 1.15 -taxent taxer ver 2.19 3.04 0.16 0.20 ind:pre:3p; -taxer taxer ver 2.19 3.04 0.83 1.15 inf; -taxerait taxer ver 2.19 3.04 0.01 0.14 cnd:pre:3s; -taxes taxe nom f p 4.34 1.82 2.49 0.68 -taxez taxer ver 2.19 3.04 0.01 0.00 ind:pre:2p; -taxi_auto taxi_auto nom m s 0.00 0.07 0.00 0.07 -taxi_brousse taxi_brousse nom m s 0.14 0.14 0.14 0.14 -taxi_girl taxi_girl nom f s 0.00 0.27 0.00 0.07 -taxi_girl taxi_girl nom f p 0.00 0.27 0.00 0.20 -taxi taxi nom m s 63.77 46.82 59.42 41.22 -taxidermie taxidermie nom f s 0.07 0.07 0.07 0.07 -taxidermiste taxidermiste nom s 0.17 0.14 0.16 0.14 -taxidermistes taxidermiste nom p 0.17 0.14 0.01 0.00 -taximan taximan nom m s 0.34 0.27 0.23 0.14 -taximen taximan nom m p 0.34 0.27 0.10 0.14 -taximètre taximètre nom m s 0.01 0.00 0.01 0.00 -taxinomie taxinomie nom f s 0.10 0.14 0.10 0.14 -taxinomique taxinomique adj m s 0.00 0.07 0.00 0.07 -taxinomiste taxinomiste nom s 0.01 0.00 0.01 0.00 -taxiphone taxiphone nom m s 0.02 0.07 0.01 0.07 -taxiphones taxiphone nom m p 0.02 0.07 0.01 0.00 -taxis taxi nom m p 63.77 46.82 4.35 5.61 -taxonomie taxonomie nom f s 0.01 0.00 0.01 0.00 -taxonomique taxonomique adj m s 0.01 0.00 0.01 0.00 -taxé taxer ver m s 2.19 3.04 0.45 0.61 par:pas; -taxée taxer ver f s 2.19 3.04 0.10 0.14 par:pas; -taxés taxé adj m p 0.07 0.14 0.05 0.00 -taylorisme taylorisme nom m s 0.00 0.07 0.00 0.07 -taylorisé tayloriser ver m s 0.00 0.07 0.00 0.07 par:pas; -tchadiens tchadien nom m p 0.00 0.07 0.00 0.07 -tchador tchador nom m s 0.23 0.07 0.23 0.07 -tchao tchao ono 2.25 2.03 2.25 2.03 -tchatchant tchatcher ver 0.68 0.14 0.00 0.07 par:pre; -tchatche tchatche nom f s 0.79 0.27 0.79 0.27 -tchatchent tchatcher ver 0.68 0.14 0.14 0.07 ind:pre:3p; -tchatcher tchatcher ver 0.68 0.14 0.47 0.00 inf; -tchatches tchatcher ver 0.68 0.14 0.01 0.00 ind:pre:2s; -tchatché tchatcher ver m s 0.68 0.14 0.04 0.00 par:pas; -tcherkesse tcherkesse nom m s 0.00 0.07 0.00 0.07 -tchernoziom tchernoziom nom m s 0.00 0.14 0.00 0.14 -tchetnik tchetnik nom m s 0.83 0.00 0.81 0.00 -tchetniks tchetnik nom m p 0.83 0.00 0.02 0.00 -tchin_tchin tchin_tchin ono 0.11 0.14 0.11 0.14 -tchin_tchin tchin_tchin ono 0.01 0.47 0.01 0.47 -tchèque tchèque adj s 2.00 1.55 1.83 0.68 -tchèques tchèque nom p 0.81 1.42 0.33 0.68 -tchécoslovaque tchécoslovaque adj s 0.37 1.82 0.35 1.35 -tchécoslovaques tchécoslovaque nom p 0.16 0.20 0.09 0.20 -tchékhoviennes tchékhovien adj f p 0.10 0.00 0.10 0.00 -tchékiste tchékiste nom s 0.00 0.14 0.00 0.14 -tchétchène tchétchène nom s 1.08 0.00 0.63 0.00 -tchétchènes tchétchène nom p 1.08 0.00 0.45 0.00 -te_deum te_deum nom m 0.00 0.14 0.00 0.14 -te te pro_per s 4006.10 774.32 4006.10 774.32 -tea_room tea_room nom m s 0.00 0.20 0.00 0.20 -team team nom m s 13.84 0.27 13.68 0.20 -teams team nom m p 13.84 0.27 0.16 0.07 -teaser teaser nom m s 0.04 0.00 0.04 0.00 -tec tec nom m 0.01 0.00 0.01 0.00 -technicien technicien nom m s 5.03 4.32 1.99 1.01 -technicienne technicien adj f s 1.73 0.74 0.34 0.07 -techniciens technicien nom m p 5.03 4.32 3.01 3.24 -technicité technicité nom f s 0.14 0.07 0.14 0.07 -technico_commerciaux technico_commerciaux nom m p 0.00 0.07 0.00 0.07 -technicolor technicolor nom m s 0.41 0.88 0.41 0.88 -technique technique adj s 14.90 13.04 11.72 8.31 -techniquement techniquement adv 6.42 0.61 6.42 0.61 -techniques technique nom p 11.39 14.05 3.30 3.65 -techno techno adj s 0.52 0.00 0.52 0.00 -technocrate technocrate nom s 0.32 0.47 0.31 0.20 -technocrates technocrate nom p 0.32 0.47 0.01 0.27 -technocratique technocratique adj s 0.00 0.07 0.00 0.07 -technocratisme technocratisme nom m s 0.00 0.07 0.00 0.07 -technologie technologie nom f s 17.57 0.54 14.78 0.54 -technologies technologie nom f p 17.57 0.54 2.79 0.00 -technologique technologique adj s 1.62 0.27 1.27 0.27 -technologiquement technologiquement adv 0.15 0.00 0.15 0.00 -technologiques technologique adj p 1.62 0.27 0.35 0.00 -technétium technétium nom m s 0.01 0.00 0.01 0.00 -teck teck nom m s 0.11 0.34 0.11 0.34 -teckel teckel nom m s 0.23 1.01 0.21 0.81 -teckels teckel nom m p 0.23 1.01 0.02 0.20 -tectonique tectonique adj s 0.10 0.07 0.03 0.00 -tectoniques tectonique adj f p 0.10 0.07 0.08 0.07 -tee_shirt tee_shirt nom m s 3.19 5.27 2.94 3.99 -tee_shirt tee_shirt nom m p 3.19 5.27 0.25 1.28 -tee tee nom m s 0.93 0.34 0.90 0.34 -teen_ager teen_ager nom p 0.00 0.20 0.00 0.20 -teenager teenager nom s 0.06 0.27 0.02 0.14 -teenagers teenager nom p 0.06 0.27 0.03 0.14 -tees tee nom m p 0.93 0.34 0.03 0.00 -tefillin tefillin nom m s 0.02 0.14 0.02 0.14 -teignais teindre ver 3.71 4.32 0.14 0.00 ind:imp:1s; -teignait teindre ver 3.71 4.32 0.02 0.74 ind:imp:3s; -teignant teindre ver 3.71 4.32 0.00 0.07 par:pre; -teigne teigne nom f s 1.22 1.15 1.18 0.95 -teignent teindre ver 3.71 4.32 0.22 0.07 ind:pre:3p; -teignes teigne nom f p 1.22 1.15 0.04 0.20 -teigneuse teigneux adj f s 0.66 2.84 0.04 0.68 -teigneuses teigneux adj f p 0.66 2.84 0.00 0.14 -teigneux teigneux adj m 0.66 2.84 0.62 2.03 -teignit teindre ver 3.71 4.32 0.00 0.14 ind:pas:3s; -teille teiller ver 0.00 0.07 0.00 0.07 ind:pre:3s; -teindra teindre ver 3.71 4.32 0.02 0.00 ind:fut:3s; -teindrai teindre ver 3.71 4.32 0.12 0.00 ind:fut:1s; -teindrait teindre ver 3.71 4.32 0.01 0.07 cnd:pre:3s; -teindre teindre ver 3.71 4.32 1.28 1.22 inf; -teins teindre ver 3.71 4.32 0.74 0.14 imp:pre:2s;ind:pre:1s;ind:pre:2s; -teint teint nom m s 4.87 24.26 4.84 23.58 -teinta teinter ver 1.32 10.14 0.00 0.27 ind:pas:3s; -teintaient teinter ver 1.32 10.14 0.00 0.27 ind:imp:3p; -teintait teinter ver 1.32 10.14 0.00 0.95 ind:imp:3s; -teintant teinter ver 1.32 10.14 0.28 0.47 par:pre; -teinte teinte nom f s 0.77 12.91 0.60 7.43 -teintent teinter ver 1.32 10.14 0.03 0.14 ind:pre:3p; -teinter teinter ver 1.32 10.14 0.01 0.27 inf; -teinteraient teinter ver 1.32 10.14 0.00 0.07 cnd:pre:3p; -teintes teinte nom f p 0.77 12.91 0.17 5.47 -teints teint adj m p 0.99 3.85 0.25 1.62 -teinté teinter ver m s 1.32 10.14 0.35 2.43 par:pas; -teintée teinter ver f s 1.32 10.14 0.26 2.77 par:pas; -teintées teinter ver f p 1.32 10.14 0.37 1.15 par:pas; -teinture teinture nom f s 2.49 3.38 2.18 3.04 -teinturerie teinturerie nom f s 0.46 0.61 0.43 0.47 -teintureries teinturerie nom f p 0.46 0.61 0.03 0.14 -teintures teinture nom f p 2.49 3.38 0.31 0.34 -teinturier teinturier nom m s 1.06 1.55 0.99 1.08 -teinturiers teinturier nom m p 1.06 1.55 0.06 0.20 -teinturière teinturier nom f s 1.06 1.55 0.01 0.27 -teintés teinter ver m p 1.32 10.14 0.01 1.01 par:pas; -tek tek nom m s 0.12 0.00 0.12 0.00 -tel tel adj_ind m s 66.90 115.74 66.90 115.74 -tell tell nom m s 2.92 0.07 2.92 0.07 -telle telle adj_ind f s 48.77 118.58 48.77 118.58 -tellement tellement adv 183.70 168.51 183.70 168.51 -telles telles adj_ind f p 15.12 27.16 15.12 27.16 -tellure tellure nom m s 0.14 0.00 0.14 0.00 -tellurique tellurique adj s 0.00 1.62 0.00 1.42 -telluriques tellurique adj m p 0.00 1.62 0.00 0.20 -tels tels adj_ind m p 13.65 30.14 13.65 30.14 -telson telson nom m s 0.07 0.00 0.07 0.00 -tem tem nom m s 0.03 0.07 0.03 0.07 -tempe tempe nom f s 3.38 29.46 2.23 9.66 -tempera tempera nom f s 0.10 0.00 0.10 0.00 -tempes tempe nom f p 3.38 29.46 1.15 19.80 -tempi tempo nom m p 1.44 1.35 0.00 0.14 -temple temple nom m s 15.69 20.20 14.36 13.72 -temples temple nom m p 15.69 20.20 1.33 6.49 -templier templier nom m s 0.35 5.74 0.12 3.65 -templiers templier nom m p 0.35 5.74 0.23 2.09 -templière templier adj f s 0.23 0.14 0.23 0.14 -tempo tempo nom m s 1.44 1.35 1.38 1.22 -temporaire temporaire adj s 7.51 3.38 6.54 2.57 -temporairement temporairement adv 2.64 0.95 2.64 0.95 -temporaires temporaire adj p 7.51 3.38 0.96 0.81 -temporal temporal adj m s 0.76 0.34 0.65 0.00 -temporale temporal adj f s 0.76 0.34 0.02 0.14 -temporales temporal adj f p 0.76 0.34 0.01 0.14 -temporalité temporalité nom f s 0.00 0.34 0.00 0.27 -temporalités temporalité nom f p 0.00 0.34 0.00 0.07 -temporaux temporal adj m p 0.76 0.34 0.07 0.07 -temporel temporel adj m s 4.59 1.82 1.36 1.08 -temporelle temporel adj f s 4.59 1.82 2.61 0.54 -temporellement temporellement adv 0.00 0.14 0.00 0.14 -temporelles temporel adj f p 4.59 1.82 0.37 0.07 -temporels temporel adj m p 4.59 1.82 0.26 0.14 -temporisaient temporiser ver 0.49 0.74 0.00 0.07 ind:imp:3p; -temporisait temporiser ver 0.49 0.74 0.01 0.07 ind:imp:3s; -temporisateur temporisateur adj m s 0.00 0.07 0.00 0.07 -temporisation temporisation nom f s 0.02 0.20 0.02 0.20 -temporise temporiser ver 0.49 0.74 0.01 0.07 ind:pre:1s;ind:pre:3s; -temporisent temporiser ver 0.49 0.74 0.01 0.00 ind:pre:3p; -temporiser temporiser ver 0.49 0.74 0.41 0.34 inf; -temporiserai temporiser ver 0.49 0.74 0.01 0.00 ind:fut:1s; -temporisez temporiser ver 0.49 0.74 0.01 0.00 imp:pre:2p; -temporisons temporiser ver 0.49 0.74 0.00 0.07 imp:pre:1p; -temporisé temporiser ver m s 0.49 0.74 0.02 0.07 par:pas; -temporisée temporiser ver f s 0.49 0.74 0.01 0.07 par:pas; -tempos tempo nom m p 1.44 1.35 0.06 0.00 -temps temps nom m s 1031.05 1289.39 1031.05 1289.39 -tempère tempérer ver 0.25 3.85 0.03 0.34 imp:pre:2s;ind:pre:3s; -tempéra tempérer ver 0.25 3.85 0.00 0.34 ind:pas:3s; -tempura tempura nom f s 0.06 0.00 0.05 0.00 -tempéraient tempérer ver 0.25 3.85 0.00 0.14 ind:imp:3p; -tempérait tempérer ver 0.25 3.85 0.00 0.88 ind:imp:3s; -tempérament tempérament nom m s 4.74 9.93 4.69 9.05 -tempéraments tempérament nom m p 4.74 9.93 0.05 0.88 -tempérance tempérance nom f s 0.32 0.07 0.32 0.07 -tempuras tempura nom f p 0.06 0.00 0.01 0.00 -température température nom f s 15.68 10.95 14.42 10.41 -températures température nom f p 15.68 10.95 1.26 0.54 -tempérer tempérer ver 0.25 3.85 0.12 0.68 inf; -tempéreraient tempérer ver 0.25 3.85 0.00 0.07 cnd:pre:3p; -tempérerait tempérer ver 0.25 3.85 0.01 0.07 cnd:pre:3s; -tempéré tempéré adj m s 0.34 1.22 0.22 0.54 -tempérée tempéré adj f s 0.34 1.22 0.11 0.20 -tempérées tempéré adj f p 0.34 1.22 0.01 0.27 -tempérés tempérer ver m p 0.25 3.85 0.00 0.20 par:pas; -tempêta tempêter ver 0.57 3.51 0.00 0.34 ind:pas:3s; -tempêtaient tempêter ver 0.57 3.51 0.01 0.07 ind:imp:3p; -tempêtais tempêter ver 0.57 3.51 0.00 0.14 ind:imp:1s; -tempêtait tempêter ver 0.57 3.51 0.00 0.74 ind:imp:3s; -tempêtant tempêter ver 0.57 3.51 0.00 0.47 par:pre; -tempête tempête nom f s 19.73 31.28 15.72 24.26 -tempêtent tempêter ver 0.57 3.51 0.01 0.07 ind:pre:3p; -tempêter tempêter ver 0.57 3.51 0.11 0.61 inf; -tempêtes tempête nom f p 19.73 31.28 4.01 7.03 -tempêté tempêter ver m s 0.57 3.51 0.01 0.14 par:pas; -tempétueux tempétueux adj m s 0.02 0.14 0.02 0.14 -tenable tenable adj f s 0.03 0.68 0.03 0.68 -tenace tenace adj s 1.96 12.43 1.62 10.20 -tenacement tenacement adv 0.00 0.20 0.00 0.20 -tenaces tenace adj p 1.96 12.43 0.34 2.23 -tenaient tenir ver 504.69 741.22 3.56 35.68 ind:imp:3p; -tenaillaient tenailler ver 0.48 3.92 0.00 0.27 ind:imp:3p; -tenaillait tenailler ver 0.48 3.92 0.02 1.42 ind:imp:3s; -tenaillant tenailler ver 0.48 3.92 0.00 0.27 par:pre; -tenaille tenaille nom f s 1.83 2.43 0.48 1.22 -tenaillent tenailler ver 0.48 3.92 0.00 0.07 ind:pre:3p; -tenailler tenailler ver 0.48 3.92 0.10 0.14 inf; -tenailles tenaille nom f p 1.83 2.43 1.34 1.22 -tenaillé tenailler ver m s 0.48 3.92 0.01 0.88 par:pas; -tenaillée tenailler ver f s 0.48 3.92 0.02 0.14 par:pas; -tenais tenir ver 504.69 741.22 11.03 24.80 ind:imp:1s;ind:imp:2s; -tenait tenir ver 504.69 741.22 20.65 179.12 ind:imp:3s; -tenancier tenancier nom m s 0.48 2.43 0.18 0.95 -tenanciers tenancier nom m p 0.48 2.43 0.03 0.34 -tenancière tenancier nom f s 0.48 2.43 0.28 1.08 -tenancières tenancier nom f p 0.48 2.43 0.00 0.07 -tenant tenir ver 504.69 741.22 3.68 46.62 par:pre; -tenante tenant adj f s 0.88 4.73 0.47 1.69 -tenants tenant nom m p 0.69 4.46 0.39 2.16 -tend tendre ver 26.65 218.38 3.72 31.22 ind:pre:3s; -tendît tendre ver 26.65 218.38 0.00 0.27 sub:imp:3s; -tendaient tendre ver 26.65 218.38 0.10 6.15 ind:imp:3p; -tendais tendre ver 26.65 218.38 0.19 2.03 ind:imp:1s;ind:imp:2s; -tendait tendre ver 26.65 218.38 1.17 24.12 ind:imp:3s; -tendance tendance nom f s 12.98 20.88 10.95 14.26 -tendances tendance nom f p 12.98 20.88 2.03 6.62 -tendancieuse tendancieux adj f s 0.34 0.95 0.05 0.20 -tendancieusement tendancieusement adv 0.00 0.14 0.00 0.14 -tendancieuses tendancieux adj f p 0.34 0.95 0.01 0.47 -tendancieux tendancieux adj m p 0.34 0.95 0.28 0.27 -tendant tendre ver 26.65 218.38 0.93 16.01 par:pre; -tende tendre ver 26.65 218.38 0.42 0.54 sub:pre:1s;sub:pre:3s; -tendelet tendelet nom m s 0.00 0.20 0.00 0.20 -tendent tendre ver 26.65 218.38 0.54 5.20 ind:pre:3p; -tender tender nom m s 0.36 0.95 0.36 0.88 -tenders tender nom m p 0.36 0.95 0.00 0.07 -tendeur tendeur nom m s 0.23 0.74 0.19 0.41 -tendeurs tendeur nom m p 0.23 0.74 0.04 0.34 -tendez tendre ver 26.65 218.38 2.00 0.54 imp:pre:2p;ind:pre:2p; -tendiez tendre ver 26.65 218.38 0.03 0.00 ind:imp:2p; -tendineuses tendineux adj f p 0.00 0.07 0.00 0.07 -tendinite tendinite nom f s 0.24 0.00 0.24 0.00 -tendions tendre ver 26.65 218.38 0.00 0.20 ind:imp:1p; -tendirent tendre ver 26.65 218.38 0.00 1.49 ind:pas:3p; -tendis tendre ver 26.65 218.38 0.12 2.70 ind:pas:1s; -tendissent tendre ver 26.65 218.38 0.00 0.07 sub:imp:3p; -tendit tendre ver 26.65 218.38 0.05 51.22 ind:pas:3s; -tendon tendon nom m s 1.38 3.99 0.90 0.61 -tendons tendon nom m p 1.38 3.99 0.48 3.38 -tendra tendre ver 26.65 218.38 0.06 0.68 ind:fut:3s; -tendrai tendre ver 26.65 218.38 0.42 0.07 ind:fut:1s; -tendraient tendre ver 26.65 218.38 0.01 0.07 cnd:pre:3p; -tendrais tendre ver 26.65 218.38 0.08 0.14 cnd:pre:1s;cnd:pre:2s; -tendrait tendre ver 26.65 218.38 0.22 0.74 cnd:pre:3s; -tendre tendre adj s 21.66 61.15 18.34 45.54 -tendrement tendrement adv 3.42 12.84 3.42 12.84 -tendres tendre adj p 21.66 61.15 3.33 15.61 -tendresse tendresse nom f s 15.87 61.69 15.66 59.39 -tendresses tendresse nom f p 15.87 61.69 0.20 2.30 -tendreté tendreté nom f s 0.01 0.14 0.01 0.14 -tendron tendron nom m s 0.35 0.61 0.05 0.34 -tendrons tendron nom m p 0.35 0.61 0.30 0.27 -tendront tendre ver 26.65 218.38 0.00 0.07 ind:fut:3p; -tends tendre ver 26.65 218.38 3.46 6.15 imp:pre:2s;ind:pre:1s;ind:pre:2s; -tendu tendre ver m s 26.65 218.38 6.24 25.68 par:pas; -tendue tendu adj f s 9.71 37.57 3.10 13.51 -tendues tendu adj f p 9.71 37.57 0.85 3.45 -tendus tendu adj m p 9.71 37.57 1.26 7.23 -teneur teneur nom s 0.90 1.35 0.90 1.35 -tenez tenir ver 504.69 741.22 99.49 30.61 imp:pre:2p;ind:pre:2p; -teniez tenir ver 504.69 741.22 2.34 0.95 ind:imp:2p; -tenions tenir ver 504.69 741.22 0.57 4.80 ind:imp:1p;sub:pre:1p; -tenir tenir ver 504.69 741.22 82.83 126.82 inf; -tennis_ballon tennis_ballon nom m 0.00 0.07 0.00 0.07 -tennis_club tennis_club nom m 0.00 0.34 0.00 0.34 -tennis tennis nom m 11.37 13.24 11.37 13.24 -tennisman tennisman nom m s 0.07 0.61 0.06 0.34 -tennismen tennisman nom m p 0.07 0.61 0.01 0.27 -tenon tenon nom m s 0.23 0.34 0.16 0.14 -tenons tenir ver 504.69 741.22 5.94 3.92 imp:pre:1p;ind:pre:1p; -tenseur tenseur nom m s 0.02 0.00 0.02 0.00 -tensiomètre tensiomètre nom m s 0.02 0.00 0.02 0.00 -tension tension nom f s 21.28 15.61 20.05 14.93 -tensions tension nom f p 21.28 15.61 1.23 0.68 -tenta tenter ver 79.74 126.96 1.00 14.19 ind:pas:3s; -tentaculaire tentaculaire adj s 0.01 0.61 0.01 0.47 -tentaculaires tentaculaire adj p 0.01 0.61 0.00 0.14 -tentacule tentacule nom m s 1.11 2.50 0.27 0.20 -tentacules tentacule nom m p 1.11 2.50 0.84 2.30 -tentai tenter ver 79.74 126.96 0.02 3.38 ind:pas:1s; -tentaient tenter ver 79.74 126.96 0.68 4.73 ind:imp:3p; -tentais tenter ver 79.74 126.96 0.42 2.16 ind:imp:1s;ind:imp:2s; -tentait tenter ver 79.74 126.96 1.98 15.41 ind:imp:3s; -tentant tentant adj m s 2.70 3.18 2.10 2.23 -tentante tentant adj f s 2.70 3.18 0.51 0.47 -tentantes tentant adj f p 2.70 3.18 0.01 0.27 -tentants tentant adj m p 2.70 3.18 0.09 0.20 -tentateur tentateur adj m s 0.48 1.01 0.34 0.54 -tentateurs tentateur adj m p 0.48 1.01 0.10 0.07 -tentation tentation nom f s 7.56 20.61 5.82 16.01 -tentations tentation nom f p 7.56 20.61 1.74 4.59 -tentative tentative nom f s 19.04 19.53 16.24 14.12 -tentatives tentative nom f p 19.04 19.53 2.81 5.41 -tentatrice tentateur nom f s 0.18 0.41 0.17 0.07 -tentatrices tentatrice nom f p 0.01 0.00 0.01 0.00 -tente tenter ver 79.74 126.96 16.94 13.04 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -tentent tenter ver 79.74 126.96 2.28 1.76 ind:pre:3p; -tenter tenter ver 79.74 126.96 20.40 32.43 inf; -tentera tenter ver 79.74 126.96 1.30 0.34 ind:fut:3s; -tenterai tenter ver 79.74 126.96 0.56 0.14 ind:fut:1s; -tenteraient tenter ver 79.74 126.96 0.10 0.54 cnd:pre:3p; -tenterais tenter ver 79.74 126.96 0.20 0.34 cnd:pre:1s;cnd:pre:2s; -tenterait tenter ver 79.74 126.96 0.33 1.42 cnd:pre:3s; -tenteras tenter ver 79.74 126.96 0.19 0.14 ind:fut:2s; -tenterez tenter ver 79.74 126.96 0.17 0.00 ind:fut:2p; -tenteriez tenter ver 79.74 126.96 0.01 0.00 cnd:pre:2p; -tenterons tenter ver 79.74 126.96 0.74 0.00 ind:fut:1p; -tenteront tenter ver 79.74 126.96 0.48 0.20 ind:fut:3p; -tentes tente nom f p 16.65 26.22 2.25 7.09 -tentez tenter ver 79.74 126.96 3.31 0.54 imp:pre:2p;ind:pre:2p; -tentiaire tentiaire nom f s 0.00 0.41 0.00 0.41 -tentiez tenter ver 79.74 126.96 0.45 0.14 ind:imp:2p; -tentions tenter ver 79.74 126.96 0.12 0.68 ind:imp:1p; -tentâmes tenter ver 79.74 126.96 0.00 0.14 ind:pas:1p; -tentons tenter ver 79.74 126.96 2.03 0.20 imp:pre:1p;ind:pre:1p; -tentât tenter ver 79.74 126.96 0.00 0.61 sub:imp:3s; -tentèrent tenter ver 79.74 126.96 0.22 1.96 ind:pas:3p; -tenté tenter ver m s 79.74 126.96 21.70 25.34 par:pas; -tentée tenter ver f s 79.74 126.96 1.29 2.50 par:pas; -tentées tenter ver f p 79.74 126.96 0.24 0.34 par:pas; -tenture tenture nom f s 0.66 8.18 0.20 3.24 -tentures tenture nom f p 0.66 8.18 0.45 4.93 -tentés tenter ver m p 79.74 126.96 0.30 1.49 par:pas; -tenu tenir ver m s 504.69 741.22 27.10 54.12 par:pas; -tenue tenue nom f s 21.96 31.89 19.64 27.97 -tenues tenue nom f p 21.96 31.89 2.32 3.92 -tenure tenure nom f s 0.01 0.00 0.01 0.00 -tenus tenir ver m p 504.69 741.22 1.39 6.89 par:pas; -tepidarium tepidarium nom m s 0.01 0.00 0.01 0.00 -tequila tequila nom f s 3.81 0.20 3.52 0.20 -tequilas tequila nom f p 3.81 0.20 0.29 0.00 -ter ter adv 0.72 9.46 0.72 9.46 -terce tercer ver 0.10 0.07 0.00 0.07 ind:pre:3s; -tercer tercer ver 0.10 0.07 0.10 0.00 inf; -tercets tercet nom m p 0.00 0.07 0.00 0.07 -tercio tercio nom m s 0.01 0.14 0.01 0.14 -tergal tergal nom m s 0.16 0.41 0.16 0.41 -tergiversaient tergiverser ver 0.81 1.35 0.00 0.07 ind:imp:3p; -tergiversais tergiverser ver 0.81 1.35 0.00 0.07 ind:imp:1s; -tergiversant tergiverser ver 0.81 1.35 0.00 0.07 par:pre; -tergiversation tergiversation nom f s 0.09 1.28 0.03 0.00 -tergiversations tergiversation nom f p 0.09 1.28 0.06 1.28 -tergiverse tergiverser ver 0.81 1.35 0.23 0.20 imp:pre:2s;ind:pre:3s; -tergiverser tergiverser ver 0.81 1.35 0.40 0.81 inf; -tergiverses tergiverser ver 0.81 1.35 0.03 0.00 ind:pre:2s; -tergiversez tergiverser ver 0.81 1.35 0.04 0.00 imp:pre:2p;ind:pre:2p; -tergiversons tergiverser ver 0.81 1.35 0.03 0.07 imp:pre:1p;ind:pre:1p; -tergiversé tergiverser ver m s 0.81 1.35 0.09 0.07 par:pas; -terme terme nom m s 37.67 59.73 25.72 34.86 -termes terme nom m p 37.67 59.73 11.96 24.86 -termina terminer ver 142.38 100.00 0.28 5.20 ind:pas:3s; -terminai terminer ver 142.38 100.00 0.05 0.68 ind:pas:1s; -terminaient terminer ver 142.38 100.00 0.05 2.09 ind:imp:3p; -terminais terminer ver 142.38 100.00 0.56 0.27 ind:imp:1s; -terminaison terminaison nom f s 0.36 0.41 0.17 0.00 -terminaisons terminaison nom f p 0.36 0.41 0.20 0.41 -terminait terminer ver 142.38 100.00 0.41 7.91 ind:imp:3s; -terminal terminal nom m s 5.61 0.88 2.08 0.14 -terminale terminal nom f s 5.61 0.88 2.94 0.61 -terminales terminal nom f p 5.61 0.88 0.36 0.14 -terminant terminer ver 142.38 100.00 0.14 2.43 par:pre; -terminateur terminateur nom m s 0.02 0.00 0.02 0.00 -terminatrice terminateur adj f s 0.01 0.00 0.01 0.00 -terminaux terminal nom m p 5.61 0.88 0.23 0.00 -termine terminer ver 142.38 100.00 14.90 9.86 imp:pre:2s;ind:pre:1s;ind:pre:3s; -terminent terminer ver 142.38 100.00 1.14 1.49 ind:pre:3p; -terminer terminer ver 142.38 100.00 18.04 13.18 inf; -terminera terminer ver 142.38 100.00 1.35 0.34 ind:fut:3s; -terminerai terminer ver 142.38 100.00 0.88 0.34 ind:fut:1s; -termineraient terminer ver 142.38 100.00 0.03 0.20 cnd:pre:3p; -terminerait terminer ver 142.38 100.00 0.41 1.28 cnd:pre:3s; -termineras terminer ver 142.38 100.00 0.08 0.07 ind:fut:2s; -terminerez terminer ver 142.38 100.00 0.15 0.14 ind:fut:2p; -terminerons terminer ver 142.38 100.00 0.24 0.00 ind:fut:1p; -termineront terminer ver 142.38 100.00 0.04 0.14 ind:fut:3p; -termines terminer ver 142.38 100.00 0.82 0.07 ind:pre:2s; -terminez terminer ver 142.38 100.00 0.85 0.00 imp:pre:2p;ind:pre:2p; -terminiez terminer ver 142.38 100.00 0.03 0.00 ind:imp:2p; -terminions terminer ver 142.38 100.00 0.02 0.20 ind:imp:1p; -terminologie terminologie nom f s 0.46 0.27 0.46 0.27 -terminologique terminologique adj s 0.00 0.07 0.00 0.07 -terminons terminer ver 142.38 100.00 0.57 0.14 imp:pre:1p;ind:pre:1p; -terminât terminer ver 142.38 100.00 0.00 0.34 sub:imp:3s; -terminèrent terminer ver 142.38 100.00 0.01 0.47 ind:pas:3p; -terminé terminer ver m s 142.38 100.00 78.47 34.93 par:pas; -terminée terminer ver f s 142.38 100.00 18.61 12.70 par:pas; -terminées terminer ver f p 142.38 100.00 2.34 2.91 par:pas; -terminés terminer ver m p 142.38 100.00 1.92 2.64 par:pas; -terminus terminus nom m 3.30 5.00 3.30 5.00 -termite termite nom m s 2.23 1.96 0.35 0.00 -termites termite nom m p 2.23 1.96 1.88 1.96 -termitière termitière nom f s 0.00 0.81 0.00 0.61 -termitières termitière nom f p 0.00 0.81 0.00 0.20 -ternaire ternaire adj s 0.00 0.14 0.00 0.14 -terne terne adj s 2.00 16.15 1.36 9.73 -ternes terne adj p 2.00 16.15 0.64 6.42 -terni ternir ver m s 1.32 6.28 0.35 1.01 par:pas; -ternie ternir ver f s 1.32 6.28 0.20 0.34 par:pas; -ternies ternir ver f p 1.32 6.28 0.01 0.34 par:pas; -ternir ternir ver 1.32 6.28 0.35 1.49 inf; -ternirai ternir ver 1.32 6.28 0.01 0.00 ind:fut:1s; -ternirait ternir ver 1.32 6.28 0.06 0.07 cnd:pre:3s; -ternis ternir ver m p 1.32 6.28 0.04 0.34 ind:pre:2s;par:pas; -ternissaient ternir ver 1.32 6.28 0.00 0.14 ind:imp:3p; -ternissait ternir ver 1.32 6.28 0.00 1.22 ind:imp:3s; -ternissant ternir ver 1.32 6.28 0.00 0.07 par:pre; -ternisse ternir ver 1.32 6.28 0.15 0.14 sub:pre:3s; -ternissent ternir ver 1.32 6.28 0.05 0.14 ind:pre:3p; -ternit ternir ver 1.32 6.28 0.10 1.01 ind:pre:3s;ind:pas:3s; -terra_incognita terra_incognita nom f s 0.02 0.34 0.02 0.34 -terra terrer ver 2.62 7.70 0.90 0.41 ind:pas:3s;;ind:pas:3s; -terrage terrage nom m s 0.00 0.54 0.00 0.54 -terrai terrer ver 2.62 7.70 0.00 0.07 ind:pas:1s; -terraient terrer ver 2.62 7.70 0.03 0.20 ind:imp:3p; -terrain terrain nom m s 52.58 74.73 49.12 64.86 -terrains terrain nom m p 52.58 74.73 3.46 9.86 -terrait terrer ver 2.62 7.70 0.05 0.54 ind:imp:3s; -terramycine terramycine nom f s 0.14 0.00 0.14 0.00 -terrant terrer ver 2.62 7.70 0.00 0.20 par:pre; -terraplane terraplane nom m s 0.02 0.00 0.02 0.00 -terrarium terrarium nom m s 0.06 0.00 0.06 0.00 -terrassa terrasser ver 2.48 5.00 0.23 0.34 ind:pas:3s; -terrassai terrasser ver 2.48 5.00 0.00 0.14 ind:pas:1s; -terrassaient terrasser ver 2.48 5.00 0.00 0.14 ind:imp:3p; -terrassait terrasser ver 2.48 5.00 0.00 0.27 ind:imp:3s; -terrassant terrasser ver 2.48 5.00 0.00 0.27 par:pre; -terrasse terrasse nom f s 10.57 74.05 9.66 61.15 -terrassement terrassement nom m s 0.02 0.95 0.01 0.68 -terrassements terrassement nom m p 0.02 0.95 0.01 0.27 -terrasser terrasser ver 2.48 5.00 0.37 0.34 inf; -terrasserait terrasser ver 2.48 5.00 0.00 0.20 cnd:pre:3s; -terrasses terrasse nom f p 10.57 74.05 0.92 12.91 -terrassier terrassier nom m s 0.36 2.97 0.15 1.15 -terrassiers terrassier nom m p 0.36 2.97 0.22 1.82 -terrasson terrasson nom m s 0.00 0.14 0.00 0.14 -terrassât terrasser ver 2.48 5.00 0.00 0.07 sub:imp:3s; -terrassèrent terrasser ver 2.48 5.00 0.00 0.07 ind:pas:3p; -terrassé terrasser ver m s 2.48 5.00 1.29 1.76 par:pas; -terrassée terrasser ver f s 2.48 5.00 0.18 0.81 par:pas; -terrassées terrasser ver f p 2.48 5.00 0.02 0.00 par:pas; -terrassés terrasser ver m p 2.48 5.00 0.07 0.14 par:pas; -terre_neuvas terre_neuvas nom m 0.00 0.34 0.00 0.34 -terre_neuve terre_neuve nom m 0.03 0.27 0.03 0.27 -terre_neuvien terre_neuvien adj m s 0.01 0.00 0.01 0.00 -terre_neuvien terre_neuvien nom m s 0.01 0.00 0.01 0.00 -terre_à_terre terre_à_terre adj f s 0.00 0.20 0.00 0.20 -terre_plein terre_plein nom m s 0.20 5.81 0.20 5.74 -terre_plein terre_plein nom m p 0.20 5.81 0.00 0.07 -terre terre nom f s 294.45 452.91 276.29 420.88 -terreau terreau nom m s 0.19 3.78 0.18 3.72 -terreaux terreau nom m p 0.19 3.78 0.01 0.07 -terrent terrer ver 2.62 7.70 0.26 0.34 ind:pre:3p; -terrer terrer ver 2.62 7.70 0.46 1.96 inf; -terrerait terrer ver 2.62 7.70 0.02 0.00 cnd:pre:3s; -terreront terrer ver 2.62 7.70 0.01 0.07 ind:fut:3p; -terres terre nom f p 294.45 452.91 18.16 32.03 -terrestre terrestre adj s 6.96 12.57 4.92 7.36 -terrestres terrestre adj p 6.96 12.57 2.04 5.20 -terreur terreur nom f s 15.18 27.09 13.87 23.78 -terreurs terreur nom f p 15.18 27.09 1.30 3.31 -terreuse terreuse adj f s 0.06 0.00 0.06 0.00 -terreuses terreux adj f p 0.47 5.88 0.12 1.01 -terreux terreux adj m 0.47 5.88 0.35 2.50 -terrez terrer ver 2.62 7.70 0.02 0.00 ind:pre:2p; -terri terri nom m s 0.43 0.00 0.43 0.00 -terrible terrible adj s 87.66 88.11 76.56 73.24 -terriblement terriblement adv 11.88 14.53 11.88 14.53 -terribles terrible adj p 87.66 88.11 11.10 14.86 -terrien terrien adj m s 4.20 1.82 1.35 0.88 -terrienne terrien adj f s 4.20 1.82 1.59 0.20 -terriennes terrien adj f p 4.20 1.82 0.63 0.34 -terriens terrien nom m p 3.59 1.01 1.85 0.54 -terrier terrier nom m s 1.15 2.91 0.90 2.23 -terriers terrier nom m p 1.15 2.91 0.25 0.68 -terrifia terrifier ver 8.49 4.86 0.02 0.14 ind:pas:3s; -terrifiaient terrifier ver 8.49 4.86 0.25 0.27 ind:imp:3p; -terrifiait terrifier ver 8.49 4.86 0.39 0.54 ind:imp:3s; -terrifiant terrifiant adj m s 8.33 10.34 5.20 4.39 -terrifiante terrifiant adj f s 8.33 10.34 2.19 3.31 -terrifiantes terrifiant adj f p 8.33 10.34 0.45 1.28 -terrifiants terrifiant adj m p 8.33 10.34 0.48 1.35 -terrifie terrifier ver 8.49 4.86 1.15 0.41 ind:pre:1s;ind:pre:3s; -terrifient terrifier ver 8.49 4.86 0.14 0.27 ind:pre:3p; -terrifier terrifier ver 8.49 4.86 0.19 0.14 inf; -terrifierait terrifier ver 8.49 4.86 0.11 0.00 cnd:pre:3s; -terrifiez terrifier ver 8.49 4.86 0.08 0.00 imp:pre:2p;ind:pre:2p; -terrifions terrifier ver 8.49 4.86 0.01 0.00 ind:pre:1p; -terrifique terrifique adj m s 0.00 0.14 0.00 0.14 -terrifié terrifier ver m s 8.49 4.86 2.61 1.76 par:pas; -terrifiée terrifier ver f s 8.49 4.86 1.88 0.68 par:pas; -terrifiées terrifier ver f p 8.49 4.86 0.07 0.07 par:pas; -terrifiés terrifier ver m p 8.49 4.86 1.07 0.14 par:pas; -terril terril nom m s 0.03 0.68 0.02 0.27 -terrils terril nom m p 0.03 0.68 0.01 0.41 -terrine terrine nom f s 0.21 3.31 0.20 2.23 -terrines terrine nom f p 0.21 3.31 0.01 1.08 -territoire territoire nom m s 19.09 58.24 15.34 36.08 -territoires territoire nom m p 19.09 58.24 3.75 22.16 -territorial territorial adj m s 0.67 3.24 0.08 0.61 -territoriale territorial adj f s 0.67 3.24 0.15 1.22 -territorialement territorialement adv 0.00 0.07 0.00 0.07 -territoriales territorial adj f p 0.67 3.24 0.20 1.08 -territorialité territorialité nom f s 0.05 0.00 0.05 0.00 -territoriaux territorial adj m p 0.67 3.24 0.24 0.34 -terroir terroir nom m s 0.17 1.82 0.17 1.82 -terrons terrer ver 2.62 7.70 0.00 0.07 ind:pre:1p; -terrorisa terroriser ver 7.82 4.59 0.14 0.14 ind:pas:3s; -terrorisaient terroriser ver 7.82 4.59 0.03 0.27 ind:imp:3p; -terrorisait terroriser ver 7.82 4.59 0.30 0.74 ind:imp:3s; -terrorisant terroriser ver 7.82 4.59 0.06 0.34 par:pre; -terrorisante terrorisant adj f s 0.03 0.34 0.00 0.07 -terrorisants terrorisant adj m p 0.03 0.34 0.01 0.07 -terrorise terroriser ver 7.82 4.59 1.35 0.34 imp:pre:2s;ind:pre:1s;ind:pre:3s; -terrorisent terroriser ver 7.82 4.59 0.55 0.20 ind:pre:3p; -terroriser terroriser ver 7.82 4.59 1.56 0.88 inf; -terroriseront terroriser ver 7.82 4.59 0.01 0.00 ind:fut:3p; -terrorises terroriser ver 7.82 4.59 0.16 0.07 ind:pre:2s; -terrorisez terroriser ver 7.82 4.59 0.05 0.00 ind:pre:2p; -terrorisme terrorisme nom m s 5.59 1.22 5.59 1.15 -terrorismes terrorisme nom m p 5.59 1.22 0.00 0.07 -terroriste terroriste nom s 16.62 2.50 5.87 0.74 -terroristes terroriste nom p 16.62 2.50 10.75 1.76 -terrorisé terroriser ver m s 7.82 4.59 1.06 0.81 par:pas; -terrorisée terroriser ver f s 7.82 4.59 1.74 0.47 par:pas; -terrorisées terrorisé adj f p 1.43 2.97 0.14 0.20 -terrorisés terroriser ver m p 7.82 4.59 0.69 0.34 par:pas; -terré terrer ver m s 2.62 7.70 0.42 0.74 par:pas; -terrée terrer ver f s 2.62 7.70 0.04 0.88 par:pas; -terrées terrer ver f p 2.62 7.70 0.00 0.20 par:pas; -terrés terrer ver m p 2.62 7.70 0.12 0.74 par:pas; -tertiaire tertiaire adj s 0.09 0.14 0.06 0.14 -tertiaires tertiaire adj m p 0.09 0.14 0.03 0.00 -tertio tertio adv_sup 1.08 0.81 1.08 0.81 -tertre tertre nom m s 0.17 2.50 0.16 2.23 -tertres tertre nom m p 0.17 2.50 0.01 0.27 -tes tes adj_pos 690.24 145.00 690.24 145.00 -tesla tesla nom m s 0.02 0.00 0.02 0.00 -tessiture tessiture nom f s 0.00 0.41 0.00 0.41 -tesson tesson nom m s 0.76 2.43 0.48 0.27 -tessons tesson nom m p 0.76 2.43 0.28 2.16 -test_match test_match nom m s 0.01 0.00 0.01 0.00 -test test nom m s 55.38 5.61 34.87 2.91 -testa tester ver 20.66 2.43 0.21 0.54 ind:pas:3s; -testais tester ver 20.66 2.43 0.29 0.00 ind:imp:1s;ind:imp:2s; -testait tester ver 20.66 2.43 0.28 0.14 ind:imp:3s; -testament testament nom m s 10.90 8.24 10.70 7.70 -testamentaire testamentaire adj s 0.47 0.27 0.44 0.07 -testamentaires testamentaire adj f p 0.47 0.27 0.04 0.20 -testaments testament nom m p 10.90 8.24 0.20 0.54 -testant tester ver 20.66 2.43 0.23 0.14 par:pre; -teste tester ver 20.66 2.43 2.76 0.34 imp:pre:2s;ind:pre:1s;ind:pre:3s; -testent tester ver 20.66 2.43 0.53 0.00 ind:pre:3p; -tester tester ver 20.66 2.43 8.73 0.81 inf; -testera tester ver 20.66 2.43 0.03 0.00 ind:fut:3s; -testeras tester ver 20.66 2.43 0.01 0.00 ind:fut:2s; -testerons tester ver 20.66 2.43 0.18 0.00 ind:fut:1p; -testeront tester ver 20.66 2.43 0.01 0.00 ind:fut:3p; -testes tester ver 20.66 2.43 0.37 0.07 ind:pre:2s; -testeur testeur nom m s 0.17 0.00 0.16 0.00 -testeuse testeur nom f s 0.17 0.00 0.01 0.00 -testez tester ver 20.66 2.43 1.18 0.00 imp:pre:2p;ind:pre:2p; -testiculaire testiculaire adj s 0.07 0.07 0.07 0.07 -testicule testicule nom m s 2.46 1.89 0.44 0.27 -testicules testicule nom m p 2.46 1.89 2.02 1.62 -testiez tester ver 20.66 2.43 0.11 0.00 ind:imp:2p; -testions tester ver 20.66 2.43 0.03 0.07 ind:imp:1p; -testons tester ver 20.66 2.43 0.39 0.00 imp:pre:1p;ind:pre:1p; -testostérone testostérone nom f s 1.18 0.00 1.15 0.00 -testostérones testostérone nom f p 1.18 0.00 0.03 0.00 -tests test nom m p 55.38 5.61 20.50 2.70 -testèrent tester ver 20.66 2.43 0.00 0.07 ind:pas:3p; -testé tester ver m s 20.66 2.43 3.88 0.14 par:pas; -testu testu nom m s 0.00 0.07 0.00 0.07 -testée tester ver f s 20.66 2.43 0.71 0.07 par:pas; -testées tester ver f p 20.66 2.43 0.23 0.00 par:pas; -testés tester ver m p 20.66 2.43 0.48 0.07 par:pas; -tette tette nom f s 0.14 0.00 0.14 0.00 -teuf_teuf teuf_teuf nom m s 0.04 0.41 0.04 0.41 -teuton teuton nom m s 0.14 0.34 0.13 0.14 -teutonique teutonique adj s 0.11 0.88 0.00 0.34 -teutoniques teutonique adj m p 0.11 0.88 0.11 0.54 -teutonne teuton adj f s 0.25 0.74 0.12 0.54 -teutonnes teuton adj f p 0.25 0.74 0.00 0.14 -teutons teuton nom m p 0.14 0.34 0.01 0.20 -tex tex nom m 1.70 0.14 1.70 0.14 -texan texan nom m s 0.95 0.61 0.47 0.41 -texane texan adj f s 0.79 0.61 0.21 0.07 -texanes texan adj f p 0.79 0.61 0.03 0.20 -texans texan nom m p 0.95 0.61 0.39 0.20 -texte texte nom m s 20.42 43.24 16.22 31.42 -textes texte nom m p 20.42 43.24 4.20 11.82 -textile textile adj s 0.65 0.88 0.62 0.47 -textiles textile nom m p 0.72 1.22 0.15 0.20 -texto texto adv 0.45 0.61 0.45 0.61 -textologie textologie nom f s 0.00 0.07 0.00 0.07 -textuel textuel adj m s 0.03 0.41 0.00 0.27 -textuelle textuel adj f s 0.03 0.41 0.01 0.07 -textuellement textuellement adv 0.03 1.08 0.03 1.08 -textuelles textuel adj f p 0.03 0.41 0.01 0.07 -texture texture nom f s 1.57 1.69 1.33 1.69 -textures texture nom f p 1.57 1.69 0.25 0.00 -ça ça pro_dem s 8933.66 2477.64 8933.66 2477.64 -thaï thaï adj m s 0.97 0.34 0.52 0.20 -thaïe thaï adj f s 0.97 0.34 0.16 0.07 -thaïlandais thaïlandais adj m 0.56 0.41 0.40 0.27 -thaïlandaise thaïlandais adj f s 0.56 0.41 0.13 0.00 -thaïlandaises thaïlandais adj f p 0.56 0.41 0.04 0.14 -thaïs thaï adj m p 0.97 0.34 0.29 0.07 -thalamique thalamique adj f s 0.01 0.00 0.01 0.00 -thalamus thalamus nom m 0.13 0.00 0.13 0.00 -thalasso thalasso nom f s 0.45 0.00 0.45 0.00 -thalassothérapeutes thalassothérapeute nom p 0.00 0.07 0.00 0.07 -thalassothérapie thalassothérapie nom f s 0.01 0.20 0.01 0.20 -thalassémie thalassémie nom f s 0.01 0.00 0.01 0.00 -thaler thaler nom m s 0.10 0.07 0.05 0.00 -thalers thaler nom m p 0.10 0.07 0.05 0.07 -thalidomide thalidomide nom f s 0.05 0.00 0.05 0.00 -thallium thallium nom m s 0.14 0.00 0.14 0.00 -thalweg thalweg nom m s 0.00 0.07 0.00 0.07 -thanatologie thanatologie nom f s 0.01 0.00 0.01 0.00 -thanatologique thanatologique adj m s 0.00 0.07 0.00 0.07 -thanatopraxie thanatopraxie nom f s 0.01 0.00 0.01 0.00 -thanatos thanatos nom m 0.04 0.00 0.04 0.00 -thanksgiving thanksgiving nom m s 6.89 0.00 6.89 0.00 -thatchériennes thatchérien adj f p 0.00 0.07 0.00 0.07 -thaumaturge thaumaturge nom s 0.00 0.47 0.00 0.34 -thaumaturges thaumaturge nom p 0.00 0.47 0.00 0.14 -thaumaturgie thaumaturgie nom f s 0.00 0.07 0.00 0.07 -thermal thermal adj m s 0.83 1.69 0.21 0.54 -thermale thermal adj f s 0.83 1.69 0.38 0.74 -thermales thermal adj f p 0.83 1.69 0.11 0.41 -thermaux thermal adj m p 0.83 1.69 0.14 0.00 -thermes thermes nom m p 0.55 0.41 0.55 0.41 -thermidor thermidor nom m s 0.07 0.20 0.07 0.20 -thermidorienne thermidorien adj f s 0.00 0.07 0.00 0.07 -thermique thermique adj s 2.37 0.47 1.58 0.34 -thermiques thermique adj p 2.37 0.47 0.79 0.14 -thermite thermite nom f s 0.04 0.00 0.04 0.00 -thermo thermo nom m s 0.10 0.00 0.10 0.00 -thermocollants thermocollant adj m p 0.00 0.07 0.00 0.07 -thermodynamique thermodynamique nom f s 0.09 0.20 0.09 0.20 -thermoformage thermoformage nom m s 0.00 0.07 0.00 0.07 -thermographe thermographe nom m s 0.04 0.00 0.04 0.00 -thermographie thermographie nom f s 0.04 0.00 0.04 0.00 -thermogène thermogène adj s 0.00 0.54 0.00 0.54 -thermoluminescence thermoluminescence nom f s 0.01 0.00 0.01 0.00 -thermomètre thermomètre nom m s 1.43 5.27 1.37 5.07 -thermomètres thermomètre nom m p 1.43 5.27 0.06 0.20 -thermonucléaire thermonucléaire adj s 0.66 0.14 0.42 0.07 -thermonucléaires thermonucléaire adj p 0.66 0.14 0.23 0.07 -thermorégulateur thermorégulateur adj m s 0.01 0.00 0.01 0.00 -thermos thermos adj s 0.91 2.36 0.91 2.36 -thermosensible thermosensible adj m s 0.03 0.00 0.03 0.00 -thermostat thermostat nom m s 1.31 0.54 1.21 0.54 -thermostats thermostat nom m p 1.31 0.54 0.10 0.00 -thermoélectriques thermoélectrique adj m p 0.01 0.00 0.01 0.00 -thesaurus thesaurus nom m 0.01 0.00 0.01 0.00 -thessalien thessalien adj m s 0.03 0.00 0.02 0.00 -thessaliens thessalien adj m p 0.03 0.00 0.01 0.00 -thiamine thiamine nom f s 0.04 0.00 0.04 0.00 -thibaude thibaude nom f s 0.00 0.14 0.00 0.14 -çà çà adv 7.78 21.15 7.78 21.15 -thomas thomas nom m 4.83 25.81 4.83 25.81 -thomisme thomisme nom m s 0.00 0.14 0.00 0.14 -thomiste thomiste adj m s 0.00 0.14 0.00 0.14 -thon thon nom m s 5.88 2.16 5.66 1.89 -thonier thonier nom m s 0.03 0.34 0.03 0.14 -thoniers thonier nom m p 0.03 0.34 0.00 0.20 -thons thon nom m p 5.88 2.16 0.23 0.27 -thoracentèse thoracentèse nom f s 0.04 0.00 0.04 0.00 -thoracique thoracique adj s 2.12 1.82 1.89 1.42 -thoraciques thoracique adj p 2.12 1.82 0.23 0.41 -thoracotomie thoracotomie nom f s 0.31 0.00 0.31 0.00 -thorax thorax nom m 3.62 2.03 3.62 2.03 -thorine thorine nom f s 0.13 0.00 0.13 0.00 -thoron thoron nom m s 0.01 0.00 0.01 0.00 -thrace thrace adj s 0.14 0.41 0.13 0.20 -thraces thrace adj f p 0.14 0.41 0.01 0.20 -ère ère nom f s 13.23 7.84 12.91 7.64 -ères ère nom f p 13.23 7.84 0.32 0.20 -thrill thrill nom m s 0.07 0.00 0.07 0.00 -thriller thriller nom m s 0.58 0.07 0.55 0.00 -thrillers thriller nom m p 0.58 0.07 0.03 0.07 -thrombolyse thrombolyse nom f s 0.01 0.00 0.01 0.00 -thrombolytique thrombolytique adj f s 0.01 0.00 0.01 0.00 -thrombose thrombose nom f s 0.56 0.00 0.56 0.00 -thrombosé thrombosé adj m s 0.03 0.00 0.03 0.00 -thrombotique thrombotique adj s 0.07 0.00 0.07 0.00 -thrène thrène nom m s 0.10 0.00 0.10 0.00 -çruti çruti nom m s 0.00 0.07 0.00 0.07 -ès ès pre 0.00 1.08 0.00 1.08 -thème thème nom m s 17.32 14.26 15.49 10.54 -thèmes thème nom m p 17.32 14.26 1.83 3.72 -thèse thèse nom f s 10.67 9.32 10.22 7.77 -thèses thèse nom f p 10.67 9.32 0.46 1.55 -thé thé nom m s 69.01 44.86 67.84 44.19 -thébaïde thébaïde nom f s 0.00 0.34 0.00 0.27 -thébaïdes thébaïde nom f p 0.00 0.34 0.00 0.07 -thébaïne thébaïne nom f s 0.00 0.07 0.00 0.07 -thug thug nom m s 0.33 0.14 0.01 0.00 -thugs thug nom m p 0.33 0.14 0.32 0.14 -théier théier nom m s 0.01 0.00 0.01 0.00 -théine théine nom f s 0.01 0.00 0.01 0.00 -théiste théiste adj f s 0.02 0.00 0.02 0.00 -théière théière nom f s 1.00 2.91 0.80 2.43 -théières théière nom f p 1.00 2.91 0.20 0.47 -thématique thématique nom f s 0.14 0.07 0.12 0.00 -thématiquement thématiquement adv 0.00 0.07 0.00 0.07 -thématiques thématique adj m p 0.06 0.20 0.03 0.00 -thune thune nom f s 4.63 5.68 3.52 5.00 -thunes thune nom f p 4.63 5.68 1.11 0.68 -théo théo nom s 0.14 0.00 0.14 0.00 -théocratique théocratique adj f s 0.00 0.14 0.00 0.14 -théodolite théodolite nom m s 0.01 0.00 0.01 0.00 -théologales théologal adj f p 0.00 0.20 0.00 0.20 -théologie théologie nom f s 1.97 4.19 1.96 4.19 -théologien théologien nom m s 0.46 2.09 0.35 0.81 -théologiennes théologien nom f p 0.46 2.09 0.00 0.07 -théologiens théologien nom m p 0.46 2.09 0.11 1.22 -théologies théologie nom f p 1.97 4.19 0.01 0.00 -théologique théologique adj s 0.39 1.35 0.29 0.88 -théologiquement théologiquement adv 0.03 0.00 0.03 0.00 -théologiques théologique adj f p 0.39 1.35 0.10 0.47 -théophylline théophylline nom f s 0.04 0.00 0.04 0.00 -théorbe théorbe nom m s 0.00 0.34 0.00 0.20 -théorbes théorbe nom m p 0.00 0.34 0.00 0.14 -théoricien théoricien nom m s 0.40 1.15 0.25 0.47 -théoricienne théoricien nom f s 0.40 1.15 0.13 0.00 -théoriciens théoricien nom m p 0.40 1.15 0.03 0.68 -théorie théorie nom f s 32.38 15.27 27.29 8.04 -théories théorie nom f p 32.38 15.27 5.09 7.23 -théorique théorique adj s 2.11 3.58 1.76 2.43 -théoriquement théoriquement adv 2.58 2.70 2.58 2.70 -théoriques théorique adj p 2.11 3.58 0.35 1.15 -théorise théoriser ver 0.07 0.00 0.02 0.00 ind:pre:1s;ind:pre:3s; -théoriser théoriser ver 0.07 0.00 0.04 0.00 inf; -théorème théorème nom m s 0.41 0.81 0.36 0.41 -théorèmes théorème nom m p 0.41 0.81 0.05 0.41 -théosophes théosophe nom p 0.00 0.07 0.00 0.07 -théosophie théosophie nom f s 0.03 0.00 0.03 0.00 -théosophique théosophique adj m s 0.00 0.07 0.00 0.07 -théâtral théâtral adj m s 1.78 7.97 0.80 3.51 -théâtrale théâtral adj f s 1.78 7.97 0.76 3.45 -théâtralement théâtralement adv 0.02 0.47 0.02 0.47 -théâtrales théâtral adj f p 1.78 7.97 0.17 0.88 -théâtralisant théâtraliser ver 0.00 0.20 0.00 0.07 par:pre; -théâtralisé théâtraliser ver m s 0.00 0.20 0.00 0.07 par:pas; -théâtralisée théâtraliser ver f s 0.00 0.20 0.00 0.07 par:pas; -théâtralité théâtralité nom f s 0.04 0.07 0.04 0.07 -théâtraux théâtral adj m p 1.78 7.97 0.05 0.14 -théâtre théâtre nom m s 41.49 68.18 40.51 64.32 -théâtres théâtre nom m p 41.49 68.18 0.98 3.85 -théâtreuse théâtreux nom f s 0.18 0.20 0.02 0.07 -théâtreux théâtreux nom m 0.18 0.20 0.16 0.14 -thérapeute thérapeute nom s 3.67 0.07 3.44 0.07 -thérapeutes thérapeute nom p 3.67 0.07 0.23 0.00 -thérapeutique thérapeutique adj s 1.68 0.54 1.30 0.34 -thérapeutiques thérapeutique adj p 1.68 0.54 0.38 0.20 -thérapie thérapie nom f s 13.63 0.07 12.98 0.07 -thérapies thérapie nom f p 13.63 0.07 0.65 0.00 -thuriféraire thuriféraire nom m s 0.00 0.34 0.00 0.14 -thuriféraires thuriféraire nom m p 0.00 0.34 0.00 0.20 -thés thé nom m p 69.01 44.86 1.17 0.68 -thésard thésard nom m s 0.08 0.00 0.04 0.00 -thésards thésard nom m p 0.08 0.00 0.04 0.00 -thésaurise thésauriser ver 0.25 0.41 0.11 0.14 ind:pre:3s; -thésauriser thésauriser ver 0.25 0.41 0.14 0.14 inf; -thésaurisés thésauriser ver m p 0.25 0.41 0.00 0.14 par:pas; -thésaurus thésaurus nom m 0.01 0.00 0.01 0.00 -thêta thêta nom m 0.21 0.00 0.21 0.00 -théurgiques théurgique adj p 0.00 0.07 0.00 0.07 -thuya thuya nom m s 0.00 0.27 0.00 0.20 -thuyas thuya nom m p 0.00 0.27 0.00 0.07 -ève pas adv_sup 18189.04 8795.20 0.01 0.00 -thym thym nom m s 1.17 2.09 1.17 2.09 -thymectomie thymectomie nom f s 0.03 0.00 0.03 0.00 -thymine thymine nom f s 0.04 0.00 0.04 0.00 -thymus thymus nom m 0.05 0.00 0.05 0.00 -thyroïde thyroïde nom f s 0.27 0.14 0.27 0.14 -thyroïdectomie thyroïdectomie nom f s 0.03 0.00 0.03 0.00 -thyroïdien thyroïdien adj m s 0.04 0.00 0.03 0.00 -thyroïdienne thyroïdien adj f s 0.04 0.00 0.01 0.00 -thyroxine thyroxine nom f s 0.02 0.00 0.02 0.00 -thyrses thyrse nom m p 0.00 0.07 0.00 0.07 -thyréotoxicose thyréotoxicose nom f s 0.01 0.00 0.01 0.00 -tiama tiama nom m s 0.17 0.00 0.17 0.00 -tian tian nom m s 0.18 0.20 0.18 0.20 -tiare tiare nom f s 0.51 0.88 0.50 0.81 -tiares tiare nom f p 0.51 0.88 0.01 0.07 -tiaré tiaré nom m s 0.00 0.07 0.00 0.07 -tibia tibia nom m s 2.33 3.04 2.02 1.01 -tibial tibial adj m s 0.09 0.14 0.04 0.00 -tibiale tibial adj f s 0.09 0.14 0.05 0.14 -tibias tibia nom m p 2.33 3.04 0.30 2.03 -tibétain tibétain adj m s 0.53 0.68 0.29 0.27 -tibétaine tibétain adj f s 0.53 0.68 0.11 0.07 -tibétaines tibétain adj f p 0.53 0.68 0.02 0.07 -tibétains tibétain adj m p 0.53 0.68 0.11 0.27 -tic_tac tic_tac nom m 2.52 2.91 2.52 2.91 -tic tic nom m s 3.00 9.86 2.47 4.86 -ticheurte ticheurte nom m s 0.00 0.07 0.00 0.07 -ticket ticket nom m s 24.25 15.81 13.62 6.15 -tickets ticket nom m p 24.25 15.81 10.63 9.66 -tics tic nom m p 3.00 9.86 0.53 5.00 -ticsons ticson nom m p 0.00 0.14 0.00 0.14 -tictaquer tictaquer ver 0.03 0.00 0.03 0.00 inf; -tie_break tie_break nom m s 0.02 0.00 0.02 0.00 -tien tien pro_pos m s 26.21 5.54 26.21 5.54 -tiendra tenir ver 504.69 741.22 12.15 4.59 ind:fut:3s; -tiendrai tenir ver 504.69 741.22 8.61 1.89 ind:fut:1s; -tiendraient tenir ver 504.69 741.22 0.28 1.28 cnd:pre:3p; -tiendrais tenir ver 504.69 741.22 1.36 1.89 cnd:pre:1s;cnd:pre:2s; -tiendrait tenir ver 504.69 741.22 2.39 6.49 cnd:pre:3s; -tiendras tenir ver 504.69 741.22 2.76 0.61 ind:fut:2s; -tiendrez tenir ver 504.69 741.22 1.42 0.74 ind:fut:2p; -tiendriez tenir ver 504.69 741.22 0.28 0.14 cnd:pre:2p; -tiendrons tenir ver 504.69 741.22 1.94 0.74 ind:fut:1p; -tiendront tenir ver 504.69 741.22 1.86 0.68 ind:fut:3p; -tienne tienne pro_pos f s 25.41 5.81 25.41 5.81 -tiennent tenir ver 504.69 741.22 11.43 24.26 ind:pre:3p; -tiennes tiennes pro_pos f p 4.09 0.95 4.09 0.95 -tiens_la_moi tiens_la_moi adj_pos m s 0.14 0.00 0.14 0.00 -tiens tiens ono 212.99 81.89 212.99 81.89 -tient tenir ver 504.69 741.22 78.32 96.69 ind:pre:3s; -tierce tiers adj f s 0.78 2.97 0.32 0.41 -tiercefeuille tiercefeuille nom f s 0.00 0.07 0.00 0.07 -tiercelet tiercelet nom m s 0.00 0.14 0.00 0.07 -tiercelets tiercelet nom m p 0.00 0.14 0.00 0.07 -tierces tiers adj f p 0.78 2.97 0.00 0.14 -tiercé tiercé nom m s 1.32 2.03 1.32 1.89 -tiercés tiercé nom m p 1.32 2.03 0.00 0.14 -tiers_monde tiers_monde nom m s 1.96 0.20 1.96 0.14 -tiers_monde tiers_monde nom m p 1.96 0.20 0.00 0.07 -tiers_mondisme tiers_mondisme nom m s 0.00 0.07 0.00 0.07 -tiers_mondiste tiers_mondiste adj f s 0.15 0.20 0.15 0.00 -tiers_mondiste tiers_mondiste adj m p 0.15 0.20 0.00 0.20 -tiers_ordre tiers_ordre nom m 0.00 0.07 0.00 0.07 -tiers_point tiers_point nom m s 0.00 0.14 0.00 0.14 -tiers_état tiers_état nom m s 0.03 0.00 0.03 0.00 -tiers tiers nom m 6.24 14.93 6.18 13.85 -tif tif nom m s 1.71 6.01 0.84 0.27 -tifs tif nom m p 1.71 6.01 0.86 5.74 -tige tige nom f s 3.73 22.23 2.39 11.15 -tigelles tigelle nom f p 0.00 0.20 0.00 0.20 -tiges tige nom f p 3.73 22.23 1.34 11.08 -tignasse tignasse nom f s 0.89 4.80 0.87 4.46 -tignasses tignasse nom f p 0.89 4.80 0.02 0.34 -tigre tigre nom m s 14.90 8.65 11.14 4.86 -tigres tigre nom m p 14.90 8.65 2.66 2.50 -tigresse tigre nom f s 14.90 8.65 1.10 1.08 -tigresses tigresse nom f p 0.29 0.00 0.29 0.00 -tigré tigrer ver m s 0.02 0.47 0.02 0.27 par:pas; -tigrée tigré adj f s 0.01 1.69 0.00 0.41 -tigrées tigré adj f p 0.01 1.69 0.00 0.14 -tigrure tigrure nom f s 0.00 0.07 0.00 0.07 -tigrés tigré adj m p 0.01 1.69 0.00 0.54 -tiki tiki nom m s 0.16 0.00 0.16 0.00 -tilbury tilbury nom m s 0.00 0.81 0.00 0.74 -tilburys tilbury nom m p 0.00 0.81 0.00 0.07 -till till nom m s 0.35 0.00 0.35 0.00 -tillac tillac nom m s 0.00 0.14 0.00 0.07 -tillacs tillac nom m p 0.00 0.14 0.00 0.07 -tille tille nom f s 0.18 0.00 0.12 0.00 -tiller tiller ver 0.01 0.00 0.01 0.00 inf; -tilles tille nom f p 0.18 0.00 0.07 0.00 -tilleul tilleul nom m s 1.59 11.01 1.03 5.00 -tilleuls tilleul nom m p 1.59 11.01 0.56 6.01 -tilt tilt nom m s 1.11 1.55 1.11 1.49 -tilts tilt nom m p 1.11 1.55 0.00 0.07 -timbale timbale nom f s 0.97 2.43 0.60 1.76 -timbales timbale nom f p 0.97 2.43 0.37 0.68 -timbalier timbalier nom m s 0.00 0.14 0.00 0.07 -timbaliers timbalier nom m p 0.00 0.14 0.00 0.07 -timbrage timbrage nom m s 0.00 0.07 0.00 0.07 -timbrait timbrer ver 1.38 1.22 0.00 0.07 ind:imp:3s; -timbre_poste timbre_poste nom m s 0.12 1.28 0.11 0.68 -timbre timbre nom m s 7.86 20.81 1.82 13.18 -timbrer timbrer ver 1.38 1.22 0.05 0.00 inf; -timbre_poste timbre_poste nom m p 0.12 1.28 0.01 0.61 -timbres timbre nom m p 7.86 20.81 6.04 7.64 -timbrât timbrer ver 1.38 1.22 0.00 0.07 sub:imp:3s; -timbré timbrer ver m s 1.38 1.22 1.03 0.27 par:pas; -timbrée timbré adj f s 1.57 2.36 0.25 1.08 -timbrées timbré adj f p 1.57 2.36 0.01 0.14 -timbrés timbré adj m p 1.57 2.36 0.48 0.27 -time_sharing time_sharing nom m s 0.01 0.00 0.01 0.00 -timide timide adj s 16.36 25.14 14.18 19.53 -timidement timidement adv 0.10 11.22 0.10 11.22 -timides timide adj p 16.36 25.14 2.18 5.61 -timidité timidité nom f s 1.75 11.55 1.75 11.15 -timidités timidité nom f p 1.75 11.55 0.00 0.41 -timing timing nom m s 3.59 0.14 3.58 0.07 -timings timing nom m p 3.59 0.14 0.01 0.07 -timon timon nom m s 0.10 2.09 0.10 2.03 -timonerie timonerie nom f s 0.09 0.54 0.09 0.54 -timonier timonier nom m s 1.05 0.68 1.03 0.68 -timoniers timonier nom m p 1.05 0.68 0.02 0.00 -timons timon nom m p 0.10 2.09 0.00 0.07 -timoré timoré adj m s 0.70 2.09 0.44 0.68 -timorée timoré adj f s 0.70 2.09 0.05 0.41 -timorées timoré adj f p 0.70 2.09 0.00 0.07 -timorés timoré adj m p 0.70 2.09 0.21 0.95 -tin tin nom m s 0.52 0.20 0.45 0.00 -tine tine nom f s 0.16 0.00 0.16 0.00 -tinette tinette nom f s 0.12 1.55 0.12 0.68 -tinettes tinette nom f p 0.12 1.55 0.00 0.88 -tinrent tenir ver 504.69 741.22 0.01 1.55 ind:pas:3p; -tins tenir ver 504.69 741.22 0.16 2.57 ind:pas:1s;ind:pas:2s; -tinssent tenir ver 504.69 741.22 0.00 0.27 sub:imp:3p; -tint tenir ver 504.69 741.22 0.84 15.20 ind:pas:3s; -tinta tinter ver 0.95 11.76 0.00 0.88 ind:pas:3s; -tintaient tinter ver 0.95 11.76 0.02 0.47 ind:imp:3p; -tintait tinter ver 0.95 11.76 0.17 1.08 ind:imp:3s; -tintamarre tintamarre nom m s 0.04 3.51 0.04 3.31 -tintamarrent tintamarrer ver 0.00 0.07 0.00 0.07 ind:pre:3p; -tintamarres tintamarre nom m p 0.04 3.51 0.00 0.20 -tintamarresque tintamarresque adj s 0.00 0.41 0.00 0.34 -tintamarresques tintamarresque adj p 0.00 0.41 0.00 0.07 -tintant tinter ver 0.95 11.76 0.00 1.15 par:pre; -tinte tinter ver 0.95 11.76 0.39 1.55 imp:pre:2s;ind:pre:3s; -tintement tintement nom m s 0.95 8.78 0.68 6.82 -tintements tintement nom m p 0.95 8.78 0.28 1.96 -tintent tinter ver 0.95 11.76 0.07 1.82 ind:pre:3p; -tinter tinter ver 0.95 11.76 0.31 3.92 inf; -tintin tintin ono 1.08 1.69 1.08 1.69 -tintinnabula tintinnabuler ver 0.01 0.74 0.00 0.07 ind:pas:3s; -tintinnabulaient tintinnabuler ver 0.01 0.74 0.00 0.07 ind:imp:3p; -tintinnabulant tintinnabuler ver 0.01 0.74 0.01 0.07 par:pre; -tintinnabulante tintinnabulant adj f s 0.00 0.41 0.00 0.14 -tintinnabulantes tintinnabulant adj f p 0.00 0.41 0.00 0.07 -tintinnabulants tintinnabulant adj m p 0.00 0.41 0.00 0.07 -tintinnabule tintinnabuler ver 0.01 0.74 0.00 0.14 ind:pre:3s; -tintinnabulement tintinnabulement nom m s 0.00 0.14 0.00 0.07 -tintinnabulements tintinnabulement nom m p 0.00 0.14 0.00 0.07 -tintinnabulent tintinnabuler ver 0.01 0.74 0.00 0.34 ind:pre:3p; -tintinnabuler tintinnabuler ver 0.01 0.74 0.00 0.07 inf; -tintouin tintouin nom m s 0.39 2.09 0.39 1.89 -tintouins tintouin nom m p 0.39 2.09 0.00 0.20 -tintèrent tinter ver 0.95 11.76 0.00 0.41 ind:pas:3p; -tinté tinter ver m s 0.95 11.76 0.00 0.41 par:pas; -tintés tinter ver m p 0.95 11.76 0.00 0.07 par:pas; -tinée tinée nom f s 0.00 0.14 0.00 0.14 -tipe tiper ver 0.02 0.00 0.02 0.00 ind:pre:3s; -tipi tipi nom m s 0.36 0.00 0.32 0.00 -tipis tipi nom m p 0.36 0.00 0.04 0.00 -tipper tipper ver 0.05 0.00 0.05 0.00 inf; -tipule tipule nom f s 0.00 0.07 0.00 0.07 -tiqua tiquer ver 0.28 2.91 0.00 0.20 ind:pas:3s; -tiquai tiquer ver 0.28 2.91 0.00 0.07 ind:pas:1s; -tiquaient tiquer ver 0.28 2.91 0.00 0.07 ind:imp:3p; -tiquais tiquer ver 0.28 2.91 0.00 0.14 ind:imp:1s; -tiquait tiquer ver 0.28 2.91 0.01 0.34 ind:imp:3s; -tiquant tiquer ver 0.28 2.91 0.00 0.14 par:pre; -tique tique nom f s 1.95 0.81 0.72 0.54 -tiquent tiquer ver 0.28 2.91 0.01 0.07 ind:pre:3p; -tiquer tiquer ver 0.28 2.91 0.13 0.47 inf; -tiquerais tiquer ver 0.28 2.91 0.01 0.00 cnd:pre:2s; -tiques tique nom f p 1.95 0.81 1.23 0.27 -tiqueté tiqueté adj m s 0.00 0.07 0.00 0.07 -tiqué tiquer ver m s 0.28 2.91 0.08 0.88 par:pas; -tir tir nom m s 32.11 18.85 24.54 16.01 -tira tirer ver 415.14 383.24 1.39 39.59 ind:pas:3s; -tirade tirade nom f s 1.55 4.05 1.25 3.18 -tirades tirade nom f p 1.55 4.05 0.30 0.88 -tirage tirage nom m s 3.76 6.01 3.01 5.07 -tirages tirage nom m p 3.76 6.01 0.75 0.95 -tirai tirer ver 415.14 383.24 0.23 2.43 ind:pas:1s; -tiraient tirer ver 415.14 383.24 1.76 10.47 ind:imp:3p; -tirailla tirailler ver 0.68 3.85 0.00 0.20 ind:pas:3s; -tiraillaient tirailler ver 0.68 3.85 0.00 0.20 ind:imp:3p; -tiraillait tirailler ver 0.68 3.85 0.15 0.68 ind:imp:3s; -tiraillant tirailler ver 0.68 3.85 0.01 0.41 par:pre; -tiraille tirailler ver 0.68 3.85 0.00 0.20 ind:pre:3s; -tiraillement tiraillement nom m s 0.13 0.95 0.10 0.34 -tiraillements tiraillement nom m p 0.13 0.95 0.03 0.61 -tiraillent tirailler ver 0.68 3.85 0.01 0.07 ind:pre:3p; -tirailler tirailler ver 0.68 3.85 0.16 0.61 inf; -tiraillerait tirailler ver 0.68 3.85 0.00 0.14 cnd:pre:3s; -tirailleries tiraillerie nom f p 0.00 0.07 0.00 0.07 -tirailleur tirailleur nom m s 0.12 6.49 0.04 0.88 -tirailleurs tirailleur nom m p 0.12 6.49 0.08 5.61 -tiraillez tirailler ver 0.68 3.85 0.01 0.00 imp:pre:2p; -tiraillons tirailler ver 0.68 3.85 0.00 0.07 ind:pre:1p; -tiraillé tirailler ver m s 0.68 3.85 0.26 0.95 par:pas; -tiraillée tirailler ver f s 0.68 3.85 0.07 0.07 par:pas; -tiraillées tirailler ver f p 0.68 3.85 0.00 0.07 par:pas; -tiraillés tirailler ver m p 0.68 3.85 0.01 0.20 par:pas; -tirais tirer ver 415.14 383.24 1.71 3.24 ind:imp:1s;ind:imp:2s; -tirait tirer ver 415.14 383.24 3.97 34.86 ind:imp:3s; -tiramisu tiramisu nom m s 0.24 0.00 0.24 0.00 -tirant tirer ver 415.14 383.24 2.66 25.95 par:pre; -tirants tirant nom m p 0.33 1.89 0.02 0.20 -tiras tirer ver 415.14 383.24 0.00 0.07 ind:pas:2s; -tirassent tirasser ver 0.00 0.07 0.00 0.07 ind:pre:3p; -tire_au_cul tire_au_cul nom m 0.02 0.00 0.02 0.00 -tire_au_flanc tire_au_flanc nom m 0.51 0.34 0.51 0.34 -tire_botte tire_botte nom m s 0.01 0.07 0.01 0.07 -tire_bouchon tire_bouchon nom m s 0.93 2.43 0.90 2.16 -tire_bouchonner tire_bouchonner ver 0.02 0.88 0.00 0.14 ind:imp:3p; -tire_bouchonner tire_bouchonner ver 0.02 0.88 0.00 0.07 par:pre; -tire_bouchonner tire_bouchonner ver 0.02 0.88 0.01 0.27 ind:pre:3s; -tire_bouchonner tire_bouchonner ver 0.02 0.88 0.01 0.07 ind:pre:3p; -tire_bouchonner tire_bouchonner ver m s 0.02 0.88 0.00 0.27 par:pas; -tire_bouchonner tire_bouchonner ver m p 0.02 0.88 0.00 0.07 par:pas; -tire_bouchon tire_bouchon nom m p 0.93 2.43 0.03 0.27 -tire_bouton tire_bouton nom m s 0.00 0.07 0.00 0.07 -tire_d_aile tire_d_aile nom f s 0.02 0.00 0.02 0.00 -tire_fesse tire_fesse nom f s 0.01 0.00 0.01 0.00 -tire_jus tire_jus nom m 0.00 0.20 0.00 0.20 -tire_laine tire_laine nom m 0.02 0.07 0.02 0.07 -tire_lait tire_lait nom m 0.07 0.00 0.07 0.00 -tire_larigot tire_larigot nom f s 0.00 0.07 0.00 0.07 -tire_ligne tire_ligne nom m s 0.00 0.34 0.00 0.20 -tire_ligne tire_ligne nom m p 0.00 0.34 0.00 0.14 -tire_lire tire_lire nom m 0.00 0.14 0.00 0.14 -tire tirer ver 415.14 383.24 107.25 55.14 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:1s;sub:pre:3s; -tirebouchonner tirebouchonner ver 0.00 0.34 0.00 0.14 inf; -tirebouchonné tirebouchonner ver m s 0.00 0.34 0.00 0.14 par:pas; -tirebouchonnée tirebouchonner ver f s 0.00 0.34 0.00 0.07 par:pas; -tirelire tirelire nom f s 1.43 2.16 1.39 2.09 -tirelirent tirelirer ver 0.00 0.07 0.00 0.07 ind:pre:3p; -tirelires tirelire nom f p 1.43 2.16 0.03 0.07 -tirent tirer ver 415.14 383.24 10.30 10.95 ind:pre:3p;sub:pre:3p; -tirer tirer ver 415.14 383.24 113.71 99.73 inf;;inf;;inf;;inf;; -tirera tirer ver 415.14 383.24 5.81 2.16 ind:fut:3s; -tirerai tirer ver 415.14 383.24 2.57 1.08 ind:fut:1s; -tireraient tirer ver 415.14 383.24 0.21 0.88 cnd:pre:3p; -tirerais tirer ver 415.14 383.24 1.54 0.61 cnd:pre:1s;cnd:pre:2s; -tirerait tirer ver 415.14 383.24 0.76 3.24 cnd:pre:3s; -tireras tirer ver 415.14 383.24 2.94 0.54 ind:fut:2s; -tirerez tirer ver 415.14 383.24 2.13 0.54 ind:fut:2p; -tireriez tirer ver 415.14 383.24 0.27 0.07 cnd:pre:2p; -tirerions tirer ver 415.14 383.24 0.00 0.07 cnd:pre:1p; -tirerons tirer ver 415.14 383.24 1.02 0.47 ind:fut:1p; -tireront tirer ver 415.14 383.24 1.75 0.61 ind:fut:3p; -tires tirer ver 415.14 383.24 11.70 2.09 ind:pre:2s;sub:pre:2s; -tiret tiret nom m s 0.20 0.54 0.20 0.27 -tirets tiret nom m p 0.20 0.54 0.00 0.27 -tirette tirette nom f s 0.04 1.22 0.03 0.41 -tirettes tirette nom f p 0.04 1.22 0.01 0.81 -tireur tireur nom m s 18.07 8.72 12.83 5.41 -tireurs tireur nom m p 18.07 8.72 5.08 2.64 -tireuse tireur nom f s 18.07 8.72 0.16 0.54 -tireuses tireuse nom f p 0.02 0.00 0.02 0.00 -tirez tirer ver 415.14 383.24 45.90 3.51 imp:pre:2p;ind:pre:2p; -tiriez tirer ver 415.14 383.24 0.42 0.20 ind:imp:2p; -tirions tirer ver 415.14 383.24 0.05 0.81 ind:imp:1p;sub:pre:1p; -tiroir_caisse tiroir_caisse nom m s 0.49 2.16 0.48 2.03 -tiroir tiroir nom m s 14.65 37.09 12.18 26.22 -tiroir_caisse tiroir_caisse nom m p 0.49 2.16 0.01 0.14 -tiroirs tiroir nom m p 14.65 37.09 2.47 10.88 -tirâmes tirer ver 415.14 383.24 0.00 0.07 ind:pas:1p; -tirons tirer ver 415.14 383.24 6.13 1.82 imp:pre:1p;ind:pre:1p; -tirât tirer ver 415.14 383.24 0.00 0.34 sub:imp:3s; -tirs tir nom m p 32.11 18.85 7.57 2.84 -tirèrent tirer ver 415.14 383.24 0.48 2.03 ind:pas:3p; -tiré tirer ver m s 415.14 383.24 76.78 53.04 par:pas; -tirée tirer ver f s 415.14 383.24 6.45 10.20 par:pas; -tirées tirer ver f p 415.14 383.24 1.16 2.77 par:pas; -tirés tirer ver m p 415.14 383.24 4.11 13.65 par:pas; -tisa tiser ver 0.28 0.14 0.00 0.14 ind:pas:3s; -tisane tisane nom f s 2.86 4.80 2.15 3.78 -tisanes tisane nom f p 2.86 4.80 0.72 1.01 -tisanière tisanière nom f s 0.00 0.14 0.00 0.14 -tisané tisaner ver m s 0.00 0.20 0.00 0.20 par:pas; -tiser tiser ver 0.28 0.14 0.28 0.00 inf; -tison tison nom m s 0.23 2.16 0.13 0.74 -tisonna tisonner ver 0.02 1.22 0.00 0.41 ind:pas:3s; -tisonnait tisonner ver 0.02 1.22 0.01 0.14 ind:imp:3s; -tisonnant tisonner ver 0.02 1.22 0.00 0.27 par:pre; -tisonne tisonner ver 0.02 1.22 0.00 0.07 ind:pre:3s; -tisonnent tisonner ver 0.02 1.22 0.00 0.14 ind:pre:3p; -tisonner tisonner ver 0.02 1.22 0.01 0.14 inf; -tisonnier tisonnier nom m s 1.01 0.95 0.98 0.88 -tisonniers tisonnier nom m p 1.01 0.95 0.04 0.07 -tisonné tisonner ver m s 0.02 1.22 0.00 0.07 par:pas; -tisonnés tisonné adj m p 0.00 0.14 0.00 0.07 -tisons tison nom m p 0.23 2.16 0.10 1.42 -tissa tisser ver 2.97 11.15 0.06 0.00 ind:pas:3s; -tissage tissage nom m s 0.26 1.55 0.25 1.49 -tissages tissage nom m p 0.26 1.55 0.01 0.07 -tissaient tisser ver 2.97 11.15 0.00 0.61 ind:imp:3p; -tissais tisser ver 2.97 11.15 0.01 0.00 ind:imp:2s; -tissait tisser ver 2.97 11.15 0.03 1.22 ind:imp:3s; -tissant tisser ver 2.97 11.15 0.01 0.61 par:pre; -tisse tisser ver 2.97 11.15 0.87 0.88 imp:pre:2s;ind:pre:1s;ind:pre:3s; -tissent tisser ver 2.97 11.15 0.14 0.74 ind:pre:3p; -tisser tisser ver 2.97 11.15 0.58 2.36 inf; -tisserai tisser ver 2.97 11.15 0.02 0.00 ind:fut:1s; -tisserais tisser ver 2.97 11.15 0.01 0.00 cnd:pre:1s; -tisserait tisser ver 2.97 11.15 0.01 0.07 cnd:pre:3s; -tisserand tisserand nom m s 0.34 1.08 0.11 0.34 -tisserande tisserand nom f s 0.34 1.08 0.21 0.07 -tisserands tisserand nom m p 0.34 1.08 0.02 0.68 -tisserons tisser ver 2.97 11.15 0.01 0.07 ind:fut:1p; -tisseur tisseur nom m s 0.44 0.47 0.00 0.34 -tisseuse tisseur nom f s 0.44 0.47 0.44 0.14 -tissez tisser ver 2.97 11.15 0.29 0.00 imp:pre:2p;ind:pre:2p; -tissons tisser ver 2.97 11.15 0.01 0.07 ind:pre:1p; -tissât tisser ver 2.97 11.15 0.00 0.07 sub:imp:3s; -tissèrent tisser ver 2.97 11.15 0.00 0.07 ind:pas:3p; -tissu_éponge tissu_éponge nom m s 0.00 0.41 0.00 0.41 -tissé tisser ver m s 2.97 11.15 0.73 1.55 par:pas; -tissu tissu nom m s 15.69 34.66 9.21 25.95 -tissée tisser ver f s 2.97 11.15 0.13 1.55 par:pas; -tissue tissu adj f s 0.98 1.69 0.07 0.00 -tissées tissé adj f p 0.04 0.74 0.01 0.00 -tissues tissu adj f p 0.98 1.69 0.00 0.14 -tissulaire tissulaire adj s 0.33 0.07 0.28 0.00 -tissulaires tissulaire adj p 0.33 0.07 0.05 0.07 -tissés tisser ver m p 2.97 11.15 0.05 0.88 par:pas; -tissus tissu nom m p 15.69 34.66 6.48 8.72 -tissuterie tissuterie nom f s 0.00 0.14 0.00 0.14 -tissutier tissutier nom m s 0.00 0.07 0.00 0.07 -titan titan nom m s 1.33 0.88 1.06 0.68 -titane titane nom m s 1.69 0.20 1.69 0.20 -titanesque titanesque adj s 0.25 0.88 0.21 0.74 -titanesques titanesque adj p 0.25 0.88 0.03 0.14 -titanique titanique adj m s 0.01 0.00 0.01 0.00 -titans titan nom m p 1.33 0.88 0.27 0.20 -tiède tiède adj s 3.85 44.73 3.35 36.69 -tièdement tièdement adv 0.00 0.14 0.00 0.14 -tièdes tiède adj p 3.85 44.73 0.50 8.04 -titi titi nom m s 4.79 6.28 4.79 6.15 -titilla titiller ver 1.10 1.69 0.00 0.07 ind:pas:3s; -titillaient titiller ver 1.10 1.69 0.03 0.07 ind:imp:3p; -titillais titiller ver 1.10 1.69 0.02 0.07 ind:imp:1s;ind:imp:2s; -titillait titiller ver 1.10 1.69 0.04 0.41 ind:imp:3s; -titillant titiller ver 1.10 1.69 0.03 0.07 par:pre; -titillation titillation nom f s 0.00 0.27 0.00 0.20 -titillations titillation nom f p 0.00 0.27 0.00 0.07 -titille titiller ver 1.10 1.69 0.48 0.41 imp:pre:2s;ind:pre:1s;ind:pre:3s; -titillement titillement nom m s 0.02 0.20 0.00 0.14 -titillements titillement nom m p 0.02 0.20 0.02 0.07 -titillent titiller ver 1.10 1.69 0.04 0.00 ind:pre:3p; -titiller titiller ver 1.10 1.69 0.36 0.34 inf; -titillera titiller ver 1.10 1.69 0.01 0.00 ind:fut:3s; -titillé titiller ver m s 1.10 1.69 0.09 0.00 par:pas; -titillées titiller ver f p 1.10 1.69 0.00 0.14 par:pas; -titillés titiller ver m p 1.10 1.69 0.00 0.14 par:pas; -titis titi nom m p 4.79 6.28 0.00 0.14 -titisme titisme nom m s 0.00 0.14 0.00 0.14 -titra titrer ver 1.75 1.08 1.10 0.07 ind:pas:3s; -titrage titrage nom m s 0.31 0.00 0.31 0.00 -titrait titrer ver 1.75 1.08 0.00 0.27 ind:imp:3s; -titre titre nom m s 41.35 71.22 32.40 53.04 -titrer titrer ver 1.75 1.08 0.03 0.34 inf; -titres titre nom m p 41.35 71.22 8.95 18.18 -titré titré adj m s 0.46 0.61 0.28 0.20 -titrée titrer ver f s 1.75 1.08 0.01 0.00 par:pas; -titrées titré adj f p 0.46 0.61 0.15 0.07 -titrés titré adj m p 0.46 0.61 0.01 0.34 -tituba tituber ver 1.34 13.31 0.01 0.74 ind:pas:3s; -titubai tituber ver 1.34 13.31 0.00 0.07 ind:pas:1s; -titubaient tituber ver 1.34 13.31 0.00 0.47 ind:imp:3p; -titubais tituber ver 1.34 13.31 0.13 0.20 ind:imp:1s;ind:imp:2s; -titubait tituber ver 1.34 13.31 0.06 1.96 ind:imp:3s; -titubant tituber ver 1.34 13.31 0.28 5.61 par:pre; -titubante titubant adj f s 0.24 3.78 0.02 1.49 -titubantes titubant adj f p 0.24 3.78 0.01 0.20 -titubants titubant adj m p 0.24 3.78 0.20 0.81 -titubation titubation nom f s 0.00 0.20 0.00 0.14 -titubations titubation nom f p 0.00 0.20 0.00 0.07 -titube tituber ver 1.34 13.31 0.31 2.30 imp:pre:2s;ind:pre:1s;ind:pre:3s; -titubement titubement nom m s 0.00 0.07 0.00 0.07 -titubent tituber ver 1.34 13.31 0.24 0.14 ind:pre:3p; -tituber tituber ver 1.34 13.31 0.13 1.35 inf; -titubez tituber ver 1.34 13.31 0.04 0.00 imp:pre:2p;ind:pre:2p; -titubiez tituber ver 1.34 13.31 0.02 0.00 ind:imp:2p; -titubions tituber ver 1.34 13.31 0.00 0.07 ind:imp:1p; -titubèrent tituber ver 1.34 13.31 0.01 0.07 ind:pas:3p; -titubé tituber ver m s 1.34 13.31 0.11 0.34 par:pas; -titulaire titulaire nom s 1.80 0.95 1.27 0.61 -titulaires titulaire nom p 1.80 0.95 0.53 0.34 -titularisation titularisation nom f s 0.13 0.00 0.13 0.00 -titulariser titulariser ver 0.22 0.07 0.03 0.00 inf; -titularisé titulariser ver m s 0.22 0.07 0.06 0.00 par:pas; -titularisée titulariser ver f s 0.22 0.07 0.13 0.07 par:pas; -tiédasse tiédasse adj s 0.01 0.61 0.00 0.54 -tiédasses tiédasse adj p 0.01 0.61 0.01 0.07 -tiédeur tiédeur nom f s 0.28 10.27 0.28 10.00 -tiédeurs tiédeur nom f p 0.28 10.27 0.00 0.27 -tiédi tiédir ver m s 0.17 2.16 0.00 0.20 par:pas; -tiédie tiédir ver f s 0.17 2.16 0.00 0.34 par:pas; -tiédies tiédir ver f p 0.17 2.16 0.00 0.07 par:pas; -tiédir tiédir ver 0.17 2.16 0.01 0.61 inf; -tiédirait tiédir ver 0.17 2.16 0.00 0.07 cnd:pre:3s; -tiédis tiédir ver m p 0.17 2.16 0.00 0.07 par:pas; -tiédissaient tiédir ver 0.17 2.16 0.00 0.14 ind:imp:3p; -tiédissait tiédir ver 0.17 2.16 0.00 0.27 ind:imp:3s; -tiédissant tiédir ver 0.17 2.16 0.00 0.14 par:pre; -tiédissent tiédir ver 0.17 2.16 0.00 0.07 ind:pre:3p; -tiédit tiédir ver 0.17 2.16 0.16 0.20 ind:pre:3s;ind:pas:3s; -to to pro_per f s 0.01 0.00 0.01 0.00 -toast toast nom m s 16.30 4.39 13.73 1.96 -toaster toaster nom m s 0.45 0.00 0.45 0.00 -toasteur toasteur nom m s 0.17 0.00 0.17 0.00 -toasts toast nom m p 16.30 4.39 2.56 2.43 -toasté toaster ver m s 0.09 0.00 0.07 0.00 par:pas; -toboggan toboggan nom m s 0.86 1.69 0.59 1.22 -toboggans toboggan nom m p 0.86 1.69 0.28 0.47 -toc toc adj 4.83 7.09 4.83 7.09 -tocade tocade nom f s 0.30 0.00 0.30 0.00 -tocante tocante nom f s 0.06 0.54 0.06 0.54 -tocard tocard nom m s 1.27 1.08 0.94 0.74 -tocarde tocard adj f s 0.39 1.15 0.09 0.27 -tocardes tocard adj f p 0.39 1.15 0.00 0.07 -tocards tocard nom m p 1.27 1.08 0.33 0.34 -toccata toccata nom f s 0.04 0.07 0.04 0.07 -tâcha tâcher ver 11.41 27.50 0.00 1.35 ind:pas:3s; -tâchai tâcher ver 11.41 27.50 0.00 0.81 ind:pas:1s; -tâchaient tâcher ver 11.41 27.50 0.00 0.74 ind:imp:3p; -tâchais tâcher ver 11.41 27.50 0.02 1.35 ind:imp:1s; -tâchait tâcher ver 11.41 27.50 0.13 2.77 ind:imp:3s; -tâchant tâcher ver 11.41 27.50 0.15 2.43 par:pre; -tâche tâche nom f s 31.01 44.53 25.20 35.95 -tâchent tâcher ver 11.41 27.50 0.00 0.61 ind:pre:3p; -tâcher tâcher ver 11.41 27.50 2.31 6.35 inf; -tâchera tâcher ver 11.41 27.50 0.34 0.41 ind:fut:3s; -tâcherai tâcher ver 11.41 27.50 1.10 1.62 ind:fut:1s; -tâcheraient tâcher ver 11.41 27.50 0.00 0.07 cnd:pre:3p; -tâcherait tâcher ver 11.41 27.50 0.00 0.54 cnd:pre:3s; -tâcheras tâcher ver 11.41 27.50 0.02 0.00 ind:fut:2s; -tâcherez tâcher ver 11.41 27.50 0.00 0.27 ind:fut:2p; -tâcheron tâcheron nom m s 0.05 0.81 0.01 0.20 -tâcherons tâcher ver 11.41 27.50 0.13 0.14 ind:fut:1p; -tâcheront tâcher ver 11.41 27.50 0.01 0.07 ind:fut:3p; -tâches tâche nom f p 31.01 44.53 5.81 8.58 -tâchez tâcher ver 11.41 27.50 4.41 1.96 imp:pre:2p;ind:pre:2p; -tâchions tâcher ver 11.41 27.50 0.00 0.68 ind:imp:1p; -tâchons tâcher ver 11.41 27.50 1.31 0.47 imp:pre:1p;ind:pre:1p; -tâchât tâcher ver 11.41 27.50 0.00 0.07 sub:imp:3s; -tâchèrent tâcher ver 11.41 27.50 0.00 0.07 ind:pas:3p; -tâché tâcher ver m s 11.41 27.50 0.33 1.08 par:pas; -tâchée tâcher ver f s 11.41 27.50 0.08 0.07 par:pas; -tâchés tâcher ver m p 11.41 27.50 0.04 0.00 par:pas; -tocs toc nom m p 2.26 4.05 0.00 0.54 -tocsin tocsin nom m s 0.48 1.42 0.48 1.28 -tocsins tocsin nom m p 0.48 1.42 0.00 0.14 -toffee toffee nom m s 0.01 0.00 0.01 0.00 -tofu tofu nom m s 1.56 0.00 1.56 0.00 -toge toge nom f s 0.77 1.55 0.60 1.35 -toges toge nom f p 0.77 1.55 0.16 0.20 -togolais togolais adj m 0.00 0.41 0.00 0.14 -togolaise togolais adj f s 0.00 0.41 0.00 0.20 -togolaises togolais adj f p 0.00 0.41 0.00 0.07 -tohu_bohu tohu_bohu nom m 0.18 1.42 0.18 1.42 -toi_même toi_même pro_per s 45.83 11.89 45.83 11.89 -toi toi pro_per s 2519.50 450.34 2519.50 450.34 -toilasses toiler ver 0.00 0.27 0.00 0.07 sub:imp:2s; -toile toile nom f s 17.99 106.62 11.75 81.35 -toiles toile nom f p 17.99 106.62 6.24 25.27 -toiletta toiletter ver 0.03 0.68 0.00 0.07 ind:pas:3s; -toilettage toilettage nom m s 0.13 0.00 0.13 0.00 -toilettait toiletter ver 0.03 0.68 0.00 0.14 ind:imp:3s; -toilette toilette nom f s 62.84 45.68 9.76 32.30 -toiletter toiletter ver 0.03 0.68 0.01 0.20 inf; -toilettes toilette nom f p 62.84 45.68 53.08 13.38 -toiletteur toiletteur nom m s 0.04 0.00 0.04 0.00 -toiletté toiletter ver m s 0.03 0.68 0.02 0.14 par:pas; -toilettées toiletter ver f p 0.03 0.68 0.00 0.07 par:pas; -toilettés toiletter ver m p 0.03 0.68 0.00 0.07 par:pas; -toilé toiler ver m s 0.00 0.27 0.00 0.07 par:pas; -toilée toiler ver f s 0.00 0.27 0.00 0.07 par:pas; -toilés toiler ver m p 0.00 0.27 0.00 0.07 par:pas; -toisa toiser ver 0.14 8.38 0.01 3.04 ind:pas:3s; -toisaient toiser ver 0.14 8.38 0.01 0.20 ind:imp:3p; -toisait toiser ver 0.14 8.38 0.00 0.81 ind:imp:3s; -toisant toiser ver 0.14 8.38 0.00 0.95 par:pre; -toise toiser ver 0.14 8.38 0.04 1.35 ind:pre:3s; -toisent toiser ver 0.14 8.38 0.02 0.07 ind:pre:3p; -toiser toiser ver 0.14 8.38 0.03 0.81 inf; -toises toise nom f p 0.29 1.01 0.27 0.47 -toisez toiser ver 0.14 8.38 0.00 0.07 ind:pre:2p; -toison toison nom f s 0.69 6.35 0.68 5.74 -toisons toison nom f p 0.69 6.35 0.01 0.61 -toisèrent toiser ver 0.14 8.38 0.00 0.54 ind:pas:3p; -toisé toiser ver m s 0.14 8.38 0.01 0.14 par:pas; -toisée toiser ver f s 0.14 8.38 0.03 0.20 par:pas; -toisés toiser ver m p 0.14 8.38 0.00 0.20 par:pas; -toit toit nom m s 49.01 91.76 42.63 54.59 -toits toit nom m p 49.01 91.76 6.37 37.16 -toiture toiture nom f s 0.50 7.57 0.28 5.95 -toitures toiture nom f p 0.50 7.57 0.22 1.62 -tokamak tokamak nom m s 0.04 0.00 0.04 0.00 -tokay tokay nom m s 0.00 0.07 0.00 0.07 -tokharien tokharien nom m s 0.00 0.07 0.00 0.07 -tolar tolar nom m s 0.08 0.00 0.08 0.00 -tolet tolet nom m s 0.02 0.27 0.01 0.07 -tolets tolet nom m p 0.02 0.27 0.01 0.20 -tollé tollé nom m s 0.19 0.47 0.19 0.47 -tolstoïen tolstoïen adj m s 0.00 0.07 0.00 0.07 -tolère tolérer ver 13.05 13.45 2.58 1.62 imp:pre:2s;ind:pre:1s;ind:pre:3s; -tolèrent tolérer ver 13.05 13.45 0.28 0.47 ind:pre:3p; -toltèque toltèque adj s 0.03 0.14 0.02 0.07 -toltèques toltèque adj m p 0.03 0.14 0.01 0.07 -tolu tolu nom m s 0.00 0.14 0.00 0.14 -toluidine toluidine nom f s 0.01 0.00 0.01 0.00 -toléra tolérer ver 13.05 13.45 0.02 0.00 ind:pas:3s; -tolérable tolérable adj s 0.47 1.49 0.29 1.01 -tolérables tolérable adj p 0.47 1.49 0.18 0.47 -toléraient tolérer ver 13.05 13.45 0.11 0.54 ind:imp:3p; -tolérais tolérer ver 13.05 13.45 0.04 0.41 ind:imp:1s; -tolérait tolérer ver 13.05 13.45 0.58 2.30 ind:imp:3s; -tolérance tolérance nom f s 3.03 4.39 3.03 4.39 -tolérant tolérant adj m s 2.44 1.49 1.30 0.74 -tolérante tolérant adj f s 2.44 1.49 0.45 0.34 -tolérantes tolérant adj f p 2.44 1.49 0.16 0.07 -tolérants tolérant adj m p 2.44 1.49 0.54 0.34 -tolérer tolérer ver 13.05 13.45 2.96 2.97 inf; -tolérera tolérer ver 13.05 13.45 0.31 0.14 ind:fut:3s; -tolérerai tolérer ver 13.05 13.45 2.31 0.20 ind:fut:1s; -tolérerais tolérer ver 13.05 13.45 0.15 0.07 cnd:pre:1s; -tolérerait tolérer ver 13.05 13.45 0.07 0.34 cnd:pre:3s; -tolérerions tolérer ver 13.05 13.45 0.00 0.07 cnd:pre:1p; -tolérerons tolérer ver 13.05 13.45 0.24 0.00 ind:fut:1p; -toléreront tolérer ver 13.05 13.45 0.14 0.00 ind:fut:3p; -tolérez tolérer ver 13.05 13.45 0.24 0.07 imp:pre:2p;ind:pre:2p; -tolériez tolérer ver 13.05 13.45 0.01 0.00 ind:imp:2p; -tolérions tolérer ver 13.05 13.45 0.00 0.07 ind:imp:1p; -tolérons tolérer ver 13.05 13.45 0.37 0.07 ind:pre:1p; -tolérât tolérer ver 13.05 13.45 0.00 0.14 sub:imp:3s; -toléré tolérer ver m s 13.05 13.45 1.50 2.30 par:pas; -tolérée tolérer ver f s 13.05 13.45 0.25 0.74 par:pas; -tolérées tolérer ver f p 13.05 13.45 0.06 0.47 par:pas; -tolérés tolérer ver m p 13.05 13.45 0.10 0.20 par:pas; -toluène toluène nom m s 0.04 0.00 0.04 0.00 -tom_pouce tom_pouce nom m 0.00 0.54 0.00 0.54 -tom_tom tom_tom nom m 0.04 0.00 0.04 0.00 -tom tom nom m s 2.51 0.14 2.51 0.14 -toma tomer ver 0.14 0.00 0.14 0.00 ind:pas:3s; -tomahawk tomahawk nom m s 0.00 0.27 0.00 0.20 -tomahawks tomahawk nom m p 0.00 0.27 0.00 0.07 -toman toman nom m s 0.27 0.00 0.27 0.00 -tomate tomate nom f s 20.77 13.31 7.88 5.74 -tomates tomate nom f p 20.77 13.31 12.89 7.57 -tomba tomber ver 407.82 441.42 4.17 31.08 ind:pas:3s; -tombai tomber ver 407.82 441.42 0.23 3.58 ind:pas:1s; -tombaient tomber ver 407.82 441.42 1.49 18.65 ind:imp:3p; -tombais tomber ver 407.82 441.42 1.36 2.43 ind:imp:1s;ind:imp:2s; -tombait tomber ver 407.82 441.42 4.01 49.05 ind:imp:3s; -tombal tombal adj m s 2.71 2.70 0.14 0.00 -tombale tombal adj f s 2.71 2.70 1.99 1.49 -tombales tombal adj f p 2.71 2.70 0.58 1.22 -tombant tomber ver 407.82 441.42 3.26 12.97 par:pre; -tombante tombant adj f s 0.88 9.12 0.34 5.00 -tombantes tombant adj f p 0.88 9.12 0.10 1.15 -tombants tombant adj m p 0.88 9.12 0.05 0.41 -tombe tomber ver 407.82 441.42 66.39 60.27 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -tombeau tombeau nom m s 10.22 11.96 9.51 8.92 -tombeaux tombeau nom m p 10.22 11.96 0.71 3.04 -tombent tomber ver 407.82 441.42 13.08 17.97 ind:pre:3p; -tomber tomber ver 407.82 441.42 180.25 133.18 inf; -tombera tomber ver 407.82 441.42 6.26 2.16 ind:fut:3s; -tomberai tomber ver 407.82 441.42 0.88 0.74 ind:fut:1s; -tomberaient tomber ver 407.82 441.42 0.28 0.74 cnd:pre:3p; -tomberais tomber ver 407.82 441.42 0.45 0.81 cnd:pre:1s;cnd:pre:2s; -tomberait tomber ver 407.82 441.42 1.56 3.18 cnd:pre:3s; -tomberas tomber ver 407.82 441.42 1.52 0.07 ind:fut:2s; -tombereau tombereau nom m s 0.01 2.50 0.01 1.15 -tombereaux tombereau nom m p 0.01 2.50 0.00 1.35 -tomberez tomber ver 407.82 441.42 0.90 0.27 ind:fut:2p; -tomberiez tomber ver 407.82 441.42 0.26 0.07 cnd:pre:2p; -tomberions tomber ver 407.82 441.42 0.16 0.07 cnd:pre:1p; -tomberons tomber ver 407.82 441.42 0.16 0.14 ind:fut:1p; -tomberont tomber ver 407.82 441.42 1.54 0.95 ind:fut:3p; -tombes tombe nom f p 49.67 34.86 8.34 10.68 -tombeur tombeur nom m s 2.12 1.01 1.94 0.74 -tombeurs tombeur nom m p 2.12 1.01 0.17 0.20 -tombeuse tombeur nom f s 2.12 1.01 0.01 0.07 -tombeuses tombeuse nom f p 0.01 0.00 0.01 0.00 -tombez tomber ver 407.82 441.42 4.88 1.96 imp:pre:2p;ind:pre:2p; -tombiez tomber ver 407.82 441.42 0.45 0.34 ind:imp:2p; -tombions tomber ver 407.82 441.42 0.17 0.54 ind:imp:1p; -tombola tombola nom f s 1.23 0.68 1.21 0.61 -tombolas tombola nom f p 1.23 0.68 0.02 0.07 -tombâmes tomber ver 407.82 441.42 0.01 0.68 ind:pas:1p; -tombons tomber ver 407.82 441.42 0.91 1.08 imp:pre:1p;ind:pre:1p; -tombât tomber ver 407.82 441.42 0.02 1.55 sub:imp:3s; -tombèrent tomber ver 407.82 441.42 0.27 6.08 ind:pas:3p; -tombé tomber ver m s 407.82 441.42 62.89 47.97 par:pas; -tombée tomber ver f s 407.82 441.42 30.49 25.20 par:pas; -tombées tomber ver f p 407.82 441.42 2.15 3.38 par:pas; -tombés tomber ver m p 407.82 441.42 9.63 12.70 par:pas; -tome tome nom m s 0.88 7.09 0.67 4.66 -tomes tome nom m p 0.88 7.09 0.21 2.43 -tomettes tomette nom f p 0.00 0.47 0.00 0.47 -tomme tomme nom f s 0.07 0.14 0.07 0.07 -tommes tomme nom f p 0.07 0.14 0.00 0.07 -tommette tommette nom f s 0.00 0.88 0.00 0.14 -tommettes tommette nom f p 0.00 0.88 0.00 0.74 -tommies tommies nom m p 0.12 0.07 0.12 0.07 -tommy tommy nom m s 0.11 0.00 0.11 0.00 -tomodensitomètre tomodensitomètre nom m s 0.03 0.00 0.03 0.00 -tomodensitométrie tomodensitométrie nom f s 0.04 0.00 0.04 0.00 -tomographe tomographe nom m s 0.03 0.00 0.03 0.00 -tomographie tomographie nom f s 0.56 0.00 0.56 0.00 -ton ton nom_sup m s 53.24 146.35 51.73 138.45 -tonal tonal adj m s 0.12 0.07 0.02 0.00 -tonale tonal adj f s 0.12 0.07 0.10 0.07 -tonalité tonalité nom f s 1.78 3.04 1.26 2.50 -tonalités tonalité nom f p 1.78 3.04 0.52 0.54 -tond tondre ver 2.77 4.26 0.48 0.20 ind:pre:3s; -tondais tondre ver 2.77 4.26 0.02 0.00 ind:imp:1s; -tondait tondre ver 2.77 4.26 0.05 0.34 ind:imp:3s; -tondant tondre ver 2.77 4.26 0.04 0.00 par:pre; -tonde tondre ver 2.77 4.26 0.03 0.07 sub:pre:1s;sub:pre:3s; -tondent tondre ver 2.77 4.26 0.05 0.14 ind:pre:3p; -tondes tondre ver 2.77 4.26 0.01 0.00 sub:pre:2s; -tondeur tondeur nom m s 1.76 2.30 0.04 0.61 -tondeuse tondeur nom f s 1.76 2.30 1.72 1.49 -tondeuses tondeuse nom f p 0.28 0.00 0.28 0.00 -tondit tondre ver 2.77 4.26 0.01 0.07 ind:pas:3s; -tondons tondre ver 2.77 4.26 0.02 0.00 imp:pre:1p;ind:pre:1p; -tondrai tondre ver 2.77 4.26 0.02 0.00 ind:fut:1s; -tondrais tondre ver 2.77 4.26 0.16 0.00 cnd:pre:1s; -tondre tondre ver 2.77 4.26 1.38 1.01 inf; -tonds tondre ver 2.77 4.26 0.13 0.00 imp:pre:2s;ind:pre:1s;ind:pre:2s; -tondu tondu adj m s 0.74 3.65 0.51 1.89 -tondue tondre ver f s 2.77 4.26 0.06 0.54 par:pas; -tondues tondu adj f p 0.74 3.65 0.00 0.41 -tondus tondu adj m p 0.74 3.65 0.20 0.81 -toner toner nom m s 0.07 0.00 0.07 0.00 -tong tong nom f s 1.73 0.20 1.12 0.07 -tongs tong nom f p 1.73 0.20 0.61 0.14 -tonic tonic nom m s 2.04 0.20 1.93 0.20 -tonicardiaque tonicardiaque nom m s 0.14 0.00 0.14 0.00 -tonicité tonicité nom f s 0.07 0.00 0.07 0.00 -tonics tonic nom m p 2.04 0.20 0.11 0.00 -tonie tonie nom f s 0.02 0.00 0.02 0.00 -tonifiaient tonifier ver 0.06 0.34 0.00 0.07 ind:imp:3p; -tonifiant tonifiant adj m s 0.04 0.14 0.03 0.00 -tonifiante tonifiant adj f s 0.04 0.14 0.00 0.07 -tonifiants tonifiant adj m p 0.04 0.14 0.01 0.07 -tonifie tonifier ver 0.06 0.34 0.03 0.07 ind:pre:3s; -tonifient tonifier ver 0.06 0.34 0.01 0.07 ind:pre:3p; -tonifier tonifier ver 0.06 0.34 0.01 0.07 inf; -tonique tonique adj s 0.40 1.82 0.35 1.55 -toniques tonique adj p 0.40 1.82 0.05 0.27 -tonitrua tonitruer ver 0.01 1.89 0.00 0.68 ind:pas:3s; -tonitruaient tonitruer ver 0.01 1.89 0.00 0.07 ind:imp:3p; -tonitruais tonitruer ver 0.01 1.89 0.00 0.07 ind:imp:1s; -tonitruait tonitruer ver 0.01 1.89 0.00 0.27 ind:imp:3s; -tonitruance tonitruance nom f s 0.00 0.14 0.00 0.07 -tonitruances tonitruance nom f p 0.00 0.14 0.00 0.07 -tonitruant tonitruant adj m s 0.29 3.04 0.05 0.95 -tonitruante tonitruant adj f s 0.29 3.04 0.24 1.28 -tonitruantes tonitruant adj f p 0.29 3.04 0.00 0.34 -tonitruants tonitruant adj m p 0.29 3.04 0.00 0.47 -tonitrue tonitruer ver 0.01 1.89 0.01 0.14 imp:pre:2s;ind:pre:3s; -tonitruent tonitruer ver 0.01 1.89 0.00 0.07 ind:pre:3p; -tonitruer tonitruer ver 0.01 1.89 0.00 0.20 inf; -tonitrué tonitruer ver m s 0.01 1.89 0.00 0.07 par:pas; -tonka tonka nom f s 0.03 0.00 0.03 0.00 -tonkinois tonkinois nom m 0.02 0.20 0.01 0.07 -tonkinoise tonkinois nom f s 0.02 0.20 0.01 0.14 -tonna tonner ver 1.94 5.14 0.14 0.74 ind:pas:3s; -tonnage tonnage nom m s 0.07 1.55 0.07 1.42 -tonnages tonnage nom m p 0.07 1.55 0.00 0.14 -tonnaient tonner ver 1.94 5.14 0.01 0.41 ind:imp:3p; -tonnais tonner ver 1.94 5.14 0.01 0.00 ind:imp:2s; -tonnait tonner ver 1.94 5.14 0.01 0.68 ind:imp:3s; -tonnant tonnant adj m s 0.14 1.08 0.14 0.14 -tonnante tonnant adj f s 0.14 1.08 0.00 0.74 -tonnantes tonnant adj f p 0.14 1.08 0.00 0.07 -tonnants tonnant adj m p 0.14 1.08 0.00 0.14 -tonne tonne nom f s 16.29 14.19 4.48 2.64 -tonneau tonneau nom m s 4.37 12.16 2.94 6.89 -tonneaux tonneau nom m p 4.37 12.16 1.43 5.27 -tonnelet tonnelet nom m s 0.43 1.55 0.40 1.15 -tonnelets tonnelet nom m p 0.43 1.55 0.03 0.41 -tonnelier tonnelier nom m s 0.06 0.61 0.06 0.47 -tonneliers tonnelier nom m p 0.06 0.61 0.00 0.14 -tonnelle tonnelle nom f s 0.62 3.51 0.61 2.84 -tonnellerie tonnellerie nom f s 0.07 0.88 0.07 0.81 -tonnelleries tonnellerie nom f p 0.07 0.88 0.00 0.07 -tonnelles tonnelle nom f p 0.62 3.51 0.01 0.68 -tonnent tonner ver 1.94 5.14 0.02 0.74 ind:pre:3p; -tonner tonner ver 1.94 5.14 0.12 1.28 inf; -tonnerait tonner ver 1.94 5.14 0.00 0.07 cnd:pre:3s; -tonnerre tonnerre nom m s 11.40 19.39 10.90 18.65 -tonnerres tonnerre nom m p 11.40 19.39 0.50 0.74 -tonnes tonne nom f p 16.29 14.19 11.80 11.55 -tonnez tonner ver 1.94 5.14 0.00 0.07 imp:pre:2p; -tonné tonner ver m s 1.94 5.14 0.20 0.20 par:pas; -tons ton nom_sup m p 53.24 146.35 1.51 7.91 -tonsure tonsure nom f s 0.85 0.88 0.85 0.81 -tonsures tonsure nom f p 0.85 0.88 0.00 0.07 -tonsuré tonsurer ver m s 0.00 0.07 0.00 0.07 par:pas; -tonte tonte nom f s 0.17 0.74 0.17 0.74 -tonton tonton nom m s 14.02 12.43 13.94 11.89 -tontons tonton nom m p 14.02 12.43 0.08 0.54 -tonus tonus nom m 0.34 0.61 0.34 0.61 -too_much too_much adj m s 0.19 0.47 0.19 0.47 -top_modèle top_modèle nom f s 0.22 0.00 0.21 0.00 -top_modèle top_modèle nom f p 0.22 0.00 0.01 0.00 -top_model top_model nom f p 0.12 0.07 0.12 0.07 -top top nom m s 19.35 2.09 19.18 2.09 -topa toper ver 2.59 0.68 0.00 0.07 ind:pas:3s; -topaze topaze nom f s 0.37 0.88 0.36 0.81 -topazes topaze nom f p 0.37 0.88 0.01 0.07 -tope toper ver 2.59 0.68 2.04 0.34 imp:pre:2s;ind:pre:1s;ind:pre:3s; -toper toper ver 2.59 0.68 0.04 0.07 inf; -topette topette nom f s 0.00 0.20 0.00 0.14 -topettes topette nom f p 0.00 0.20 0.00 0.07 -topez toper ver 2.59 0.68 0.18 0.07 imp:pre:2p; -tophus tophus nom m 0.00 0.07 0.00 0.07 -topinambour topinambour nom m s 0.16 1.35 0.02 0.41 -topinambours topinambour nom m p 0.16 1.35 0.14 0.95 -topions toper ver 2.59 0.68 0.01 0.00 ind:imp:1p; -topique topique adj m s 0.03 0.07 0.03 0.07 -topless topless adj f 0.26 0.00 0.26 0.00 -topo topo nom m s 3.17 2.43 3.16 2.36 -topographie topographie nom f s 0.33 1.35 0.33 1.35 -topographique topographique adj s 0.23 0.54 0.17 0.34 -topographiquement topographiquement adv 0.00 0.14 0.00 0.14 -topographiques topographique adj p 0.23 0.54 0.06 0.20 -topologie topologie nom f s 0.04 0.07 0.04 0.07 -topologique topologique adj f s 0.01 0.00 0.01 0.00 -topons toper ver 2.59 0.68 0.03 0.14 imp:pre:1p; -toponymie toponymie nom f s 0.00 0.07 0.00 0.07 -topos topo nom m p 3.17 2.43 0.01 0.07 -tops top nom m p 19.35 2.09 0.17 0.00 -topé toper ver m s 2.59 0.68 0.28 0.00 par:pas; -topés toper ver m p 2.59 0.68 0.01 0.00 par:pas; -toqua toquer ver 1.33 2.03 0.10 0.34 ind:pas:3s; -toquade toquade nom f s 0.13 0.41 0.13 0.14 -toquades toquade nom f p 0.13 0.41 0.00 0.27 -toquais toquer ver 1.33 2.03 0.00 0.07 ind:imp:1s; -toquait toquer ver 1.33 2.03 0.00 0.14 ind:imp:3s; -toquant toquer ver 1.33 2.03 0.00 0.07 par:pre; -toquante toquante nom f s 0.03 0.27 0.01 0.20 -toquantes toquante nom f p 0.03 0.27 0.02 0.07 -toquard toquard nom m s 0.11 0.41 0.07 0.27 -toquarde toquard adj f s 0.13 0.41 0.10 0.07 -toquardes toquard adj f p 0.13 0.41 0.00 0.07 -toquards toquard nom m p 0.11 0.41 0.04 0.14 -toque toque nom f s 0.82 7.57 0.65 6.55 -toquer toquer ver 1.33 2.03 0.07 0.41 inf; -toques toque nom f p 0.82 7.57 0.17 1.01 -toquez toquer ver 1.33 2.03 0.01 0.00 imp:pre:2p; -toqué toquer ver m s 1.33 2.03 0.72 0.20 par:pas; -toquée toqué adj f s 0.89 0.34 0.36 0.07 -toquées toquer ver f p 1.33 2.03 0.10 0.07 par:pas; -toqués toqué adj m p 0.89 0.34 0.11 0.00 -torana torana nom m s 0.01 0.00 0.01 0.00 -torcha torcher ver 3.20 5.54 0.00 0.34 ind:pas:3s; -torchaient torcher ver 3.20 5.54 0.00 0.07 ind:imp:3p; -torchais torcher ver 3.20 5.54 0.01 0.07 ind:imp:1s;ind:imp:2s; -torchait torcher ver 3.20 5.54 0.03 0.20 ind:imp:3s; -torchant torcher ver 3.20 5.54 0.02 0.20 par:pre; -torchassions torcher ver 3.20 5.54 0.00 0.07 sub:imp:1p; -torche_cul torche_cul nom m s 0.06 0.00 0.06 0.00 -torche torche nom f s 8.09 11.96 6.71 7.16 -torchent torcher ver 3.20 5.54 0.01 0.27 ind:pre:3p; -torcher torcher ver 3.20 5.54 1.23 1.89 inf; -torcherais torcher ver 3.20 5.54 0.04 0.07 cnd:pre:1s; -torcheras torcher ver 3.20 5.54 0.01 0.07 ind:fut:2s; -torches torche nom f p 8.09 11.96 1.38 4.80 -torchez torcher ver 3.20 5.54 0.03 0.00 imp:pre:2p;ind:pre:2p; -torchis torchis nom m 0.03 2.23 0.03 2.23 -torchon torchon nom m s 3.48 10.14 2.95 7.23 -torchonnait torchonner ver 0.00 0.68 0.00 0.34 ind:imp:3s; -torchonne torchonner ver 0.00 0.68 0.00 0.14 ind:pre:3s; -torchonner torchonner ver 0.00 0.68 0.00 0.20 inf; -torchons torchon nom m p 3.48 10.14 0.54 2.91 -torchère torchère nom f s 0.01 1.42 0.00 0.47 -torchères torchère nom f p 0.01 1.42 0.01 0.95 -torché torcher ver m s 3.20 5.54 0.38 0.41 par:pas; -torchée torcher ver f s 3.20 5.54 0.01 0.14 par:pas; -torchées torchée nom f p 0.00 0.07 0.00 0.07 -torchés torcher ver m p 3.20 5.54 0.16 0.07 par:pas; -tord_boyaux tord_boyaux nom m 0.27 0.47 0.27 0.47 -tord_nez tord_nez nom m s 0.00 0.14 0.00 0.14 -tord tordre ver 12.24 38.38 2.08 4.80 ind:pre:3s; -tordît tordre ver 12.24 38.38 0.00 0.07 sub:imp:3s; -tordage tordage nom m s 0.07 0.00 0.07 0.00 -tordaient tordre ver 12.24 38.38 0.17 1.89 ind:imp:3p; -tordais tordre ver 12.24 38.38 0.17 0.34 ind:imp:1s;ind:imp:2s; -tordait tordre ver 12.24 38.38 0.14 6.89 ind:imp:3s; -tordant tordant adj m s 1.65 0.88 1.25 0.61 -tordante tordant adj f s 1.65 0.88 0.33 0.00 -tordantes tordant adj f p 1.65 0.88 0.02 0.07 -tordants tordant adj m p 1.65 0.88 0.05 0.20 -torde tordre ver 12.24 38.38 0.26 0.14 sub:pre:1s;sub:pre:3s; -tordent tordre ver 12.24 38.38 0.36 1.28 ind:pre:3p; -tordeur tordeur nom m s 0.13 0.00 0.12 0.00 -tordeurs tordeur nom m p 0.13 0.00 0.01 0.00 -tordez tordre ver 12.24 38.38 0.10 0.14 imp:pre:2p;ind:pre:2p; -tordiez tordre ver 12.24 38.38 0.01 0.00 ind:imp:2p; -tordion tordion nom m s 0.00 0.14 0.00 0.07 -tordions tordion nom m p 0.00 0.14 0.00 0.07 -tordirent tordre ver 12.24 38.38 0.01 0.34 ind:pas:3p; -tordis tordre ver 12.24 38.38 0.00 0.14 ind:pas:1s; -tordit tordre ver 12.24 38.38 0.01 2.64 ind:pas:3s; -tordra tordre ver 12.24 38.38 0.01 0.07 ind:fut:3s; -tordrai tordre ver 12.24 38.38 0.18 0.07 ind:fut:1s; -tordraient tordre ver 12.24 38.38 0.00 0.07 cnd:pre:3p; -tordrais tordre ver 12.24 38.38 0.20 0.07 cnd:pre:1s;cnd:pre:2s; -tordrait tordre ver 12.24 38.38 0.06 0.20 cnd:pre:3s; -tordras tordre ver 12.24 38.38 0.02 0.00 ind:fut:2s; -tordre tordre ver 12.24 38.38 2.77 5.27 inf; -tordrez tordre ver 12.24 38.38 0.01 0.07 ind:fut:2p; -tordront tordre ver 12.24 38.38 0.01 0.14 ind:fut:3p; -tords tordre ver 12.24 38.38 1.17 0.74 imp:pre:2s;ind:pre:1s;ind:pre:2s; -tordu tordu adj m s 7.76 14.80 4.10 4.46 -tordue tordu adj f s 7.76 14.80 1.75 4.12 -tordues tordu adj f p 7.76 14.80 0.66 2.30 -tordus tordu adj m p 7.76 14.80 1.25 3.92 -tore tore nom m s 0.14 0.07 0.04 0.00 -torera torera nom f s 0.20 0.00 0.20 0.00 -torero torero nom m s 1.17 2.43 0.94 1.35 -toreros torero nom m p 1.17 2.43 0.23 1.08 -tores tore nom m p 0.14 0.07 0.10 0.07 -torgnole torgnole nom f s 0.31 1.08 0.14 0.47 -torgnoles torgnole nom f p 0.31 1.08 0.17 0.61 -tories tories nom m p 0.12 0.00 0.12 0.00 -toril toril nom m s 0.00 0.41 0.00 0.41 -tornade tornade nom f s 2.66 4.12 2.13 3.11 -tornades tornade nom f p 2.66 4.12 0.52 1.01 -toro toro nom m s 0.91 0.74 0.91 0.74 -torons toron nom m p 0.00 0.07 0.00 0.07 -torpeur torpeur nom f s 0.78 13.38 0.78 13.24 -torpeurs torpeur nom f p 0.78 13.38 0.00 0.14 -torpide torpide adj f s 0.00 0.27 0.00 0.27 -torpillage torpillage nom m s 0.13 0.20 0.13 0.14 -torpillages torpillage nom m p 0.13 0.20 0.00 0.07 -torpillaient torpiller ver 1.21 1.08 0.00 0.07 ind:imp:3p; -torpillait torpiller ver 1.21 1.08 0.00 0.07 ind:imp:3s; -torpille torpille nom f s 5.28 1.62 2.42 0.61 -torpiller torpiller ver 1.21 1.08 0.28 0.34 inf; -torpillera torpiller ver 1.21 1.08 0.01 0.00 ind:fut:3s; -torpilles torpille nom f p 5.28 1.62 2.86 1.01 -torpilleur torpilleur nom m s 0.39 1.62 0.28 0.68 -torpilleurs torpilleur nom m p 0.39 1.62 0.11 0.95 -torpillé torpiller ver m s 1.21 1.08 0.32 0.34 par:pas; -torpillée torpiller ver f s 1.21 1.08 0.03 0.07 par:pas; -torpillés torpiller ver m p 1.21 1.08 0.03 0.00 par:pas; -torpédo torpédo nom f s 0.03 2.91 0.03 2.70 -torpédos torpédo nom f p 0.03 2.91 0.00 0.20 -torque torque nom m s 0.05 0.00 0.05 0.00 -torrent torrent nom m s 2.46 16.35 1.60 11.96 -torrentiel torrentiel adj m s 0.23 1.01 0.02 0.14 -torrentielle torrentiel adj f s 0.23 1.01 0.20 0.27 -torrentielles torrentiel adj f p 0.23 1.01 0.01 0.47 -torrentiels torrentiel adj m p 0.23 1.01 0.00 0.14 -torrents torrent nom m p 2.46 16.35 0.86 4.39 -torrentueuses torrentueux adj f p 0.00 0.20 0.00 0.14 -torrentueux torrentueux adj m s 0.00 0.20 0.00 0.07 -torride torride adj s 1.96 4.32 1.70 3.18 -torrides torride adj p 1.96 4.32 0.26 1.15 -torréfaction torréfaction nom f s 0.02 0.07 0.02 0.07 -torréfiait torréfier ver 0.01 0.41 0.00 0.14 ind:imp:3s; -torréfiant torréfier ver 0.01 0.41 0.00 0.07 par:pre; -torréfie torréfier ver 0.01 0.41 0.00 0.07 ind:pre:3s; -torréfient torréfier ver 0.01 0.41 0.00 0.07 ind:pre:3p; -torréfié torréfié adj m s 0.12 0.47 0.12 0.14 -torréfiée torréfié adj f s 0.12 0.47 0.00 0.27 -torréfiées torréfié adj f p 0.12 0.47 0.00 0.07 -tors tors adj m s 0.67 4.73 0.27 0.34 -torsada torsader ver 0.12 2.57 0.00 0.07 ind:pas:3s; -torsade torsade nom f s 0.17 2.91 0.00 1.01 -torsades torsade nom f p 0.17 2.91 0.17 1.89 -torsadé torsader ver m s 0.12 2.57 0.00 0.54 par:pas; -torsadée torsader ver f s 0.12 2.57 0.03 0.61 par:pas; -torsadées torsader ver f p 0.12 2.57 0.01 0.88 par:pas; -torsadés torsader ver m p 0.12 2.57 0.08 0.47 par:pas; -torse torse nom m s 3.82 21.08 3.75 19.39 -torses torse nom m p 3.82 21.08 0.07 1.69 -torsion torsion nom f s 0.37 3.11 0.36 2.23 -torsions torsion nom f p 0.37 3.11 0.01 0.88 -tort tort nom m s 67.97 55.00 64.89 51.55 -tortellini tortellini nom m s 0.34 0.00 0.23 0.00 -tortellinis tortellini nom m p 0.34 0.00 0.11 0.00 -torticolis torticolis nom m 0.92 0.74 0.92 0.74 -tortil tortil nom m s 0.00 0.14 0.00 0.07 -tortilla tortilla nom f s 1.73 0.41 1.40 0.07 -tortillaient tortiller ver 1.96 9.66 0.02 0.20 ind:imp:3p; -tortillais tortiller ver 1.96 9.66 0.02 0.20 ind:imp:1s; -tortillait tortiller ver 1.96 9.66 0.14 2.09 ind:imp:3s; -tortillant tortiller ver 1.96 9.66 0.06 1.49 par:pre; -tortillard tortillard nom m s 0.16 1.69 0.16 1.62 -tortillards tortillard nom m p 0.16 1.69 0.00 0.07 -tortillas tortilla nom f p 1.73 0.41 0.34 0.34 -tortille tortiller ver 1.96 9.66 0.72 1.96 imp:pre:2s;ind:pre:1s;ind:pre:3s; -tortillement tortillement nom m s 0.03 0.20 0.02 0.00 -tortillements tortillement nom m p 0.03 0.20 0.01 0.20 -tortillent tortiller ver 1.96 9.66 0.06 0.20 ind:pre:3p; -tortiller tortiller ver 1.96 9.66 0.76 1.82 inf; -tortillez tortiller ver 1.96 9.66 0.12 0.00 imp:pre:2p;ind:pre:2p; -tortillon tortillon nom m s 0.06 1.28 0.06 0.81 -tortillons tortillon nom m p 0.06 1.28 0.00 0.47 -tortillé tortiller ver m s 1.96 9.66 0.03 0.41 par:pas; -tortillée tortiller ver f s 1.96 9.66 0.02 0.34 par:pas; -tortillées tortiller ver f p 1.96 9.66 0.00 0.14 par:pas; -tortillés tortiller ver m p 1.96 9.66 0.00 0.27 par:pas; -tortils tortil nom m p 0.00 0.14 0.00 0.07 -tortionnaire tortionnaire nom s 0.50 2.43 0.24 1.28 -tortionnaires tortionnaire nom p 0.50 2.43 0.26 1.15 -tortora tortorer ver 0.00 0.81 0.00 0.14 ind:pas:3s; -tortorait tortorer ver 0.00 0.81 0.00 0.14 ind:imp:3s; -tortorant tortorer ver 0.00 0.81 0.00 0.07 par:pre; -tortore tortore nom f s 0.00 1.82 0.00 1.82 -tortorent tortorer ver 0.00 0.81 0.00 0.07 ind:pre:3p; -tortorer tortorer ver 0.00 0.81 0.00 0.27 inf; -tortoré tortorer ver m s 0.00 0.81 0.00 0.14 par:pas; -torts tort nom m p 67.97 55.00 3.08 3.45 -tortu tortu adj m s 0.69 0.68 0.00 0.07 -tortue tortue nom f s 5.34 6.22 4.00 4.66 -tortues tortue nom f p 5.34 6.22 1.33 1.55 -tortueuse tortueux adj f s 0.86 3.11 0.39 0.68 -tortueuses tortueux adj f p 0.86 3.11 0.04 0.95 -tortueux tortueux adj m 0.86 3.11 0.44 1.49 -tortura torturer ver 24.63 15.41 0.03 0.07 ind:pas:3s; -torturai torturer ver 24.63 15.41 0.01 0.07 ind:pas:1s; -torturaient torturer ver 24.63 15.41 0.25 0.61 ind:imp:3p; -torturais torturer ver 24.63 15.41 0.07 0.14 ind:imp:1s;ind:imp:2s; -torturait torturer ver 24.63 15.41 0.59 2.36 ind:imp:3s; -torturant torturer ver 24.63 15.41 0.13 0.54 par:pre; -torturante torturant adj f s 0.12 1.28 0.10 0.41 -torturantes torturant adj f p 0.12 1.28 0.00 0.20 -torturants torturant adj m p 0.12 1.28 0.01 0.14 -torture torture nom f s 12.94 17.03 10.13 11.96 -torturent torturer ver 24.63 15.41 0.96 0.68 ind:pre:3p;sub:pre:3p; -torturer torturer ver 24.63 15.41 8.28 3.78 inf;;inf;;inf;; -torturera torturer ver 24.63 15.41 0.10 0.07 ind:fut:3s; -torturerai torturer ver 24.63 15.41 0.06 0.00 ind:fut:1s; -tortureraient torturer ver 24.63 15.41 0.01 0.00 cnd:pre:3p; -torturerez torturer ver 24.63 15.41 0.00 0.07 ind:fut:2p; -tortureront torturer ver 24.63 15.41 0.05 0.00 ind:fut:3p; -tortures torture nom f p 12.94 17.03 2.81 5.07 -tortureurs tortureur nom m p 0.00 0.07 0.00 0.07 -torturez torturer ver 24.63 15.41 1.24 0.20 imp:pre:2p;ind:pre:2p; -torturions torturer ver 24.63 15.41 0.00 0.07 ind:imp:1p; -torturons torturer ver 24.63 15.41 0.30 0.00 imp:pre:1p;ind:pre:1p; -torturèrent torturer ver 24.63 15.41 0.00 0.07 ind:pas:3p; -torturé torturer ver m s 24.63 15.41 5.56 3.11 par:pas; -torturée torturer ver f s 24.63 15.41 1.27 1.01 par:pas; -torturées torturé adj f p 2.44 4.26 0.33 0.41 -torturés torturé ver m p 0.92 0.00 0.92 0.00 par:pas; -tortus tortu adj m p 0.69 0.68 0.00 0.07 -toréador_vedette toréador_vedette nom m s 0.00 0.07 0.00 0.07 -toréador toréador nom m s 0.31 0.61 0.29 0.47 -toréadors toréador nom m p 0.31 0.61 0.02 0.14 -torée toréer ver 0.43 0.07 0.01 0.00 ind:pre:3s; -toréer toréer ver 0.43 0.07 0.42 0.07 inf; -torve torve adj s 0.12 2.36 0.02 1.96 -torves torve adj p 0.12 2.36 0.10 0.41 -tos to nom m p 55.51 3.78 0.02 0.00 -toscan toscan adj m s 0.46 1.22 0.21 0.41 -toscane toscan adj f s 0.46 1.22 0.05 0.68 -toscanes toscan adj f p 0.46 1.22 0.20 0.07 -toscans toscan nom m p 0.04 0.20 0.03 0.00 -toss toss nom m 0.02 0.07 0.02 0.07 -tossé tosser ver m s 0.00 0.07 0.00 0.07 par:pas; -tâta tâter ver 3.95 21.55 0.00 2.91 ind:pas:3s; -tâtai tâter ver 3.95 21.55 0.00 0.34 ind:pas:1s; -tâtaient tâter ver 3.95 21.55 0.00 0.68 ind:imp:3p; -tâtais tâter ver 3.95 21.55 0.01 0.54 ind:imp:1s; -tâtait tâter ver 3.95 21.55 0.03 2.03 ind:imp:3s; -total total adj m s 24.59 41.62 9.29 16.35 -totale total adj f s 24.59 41.62 15.26 24.86 -totalement totalement adv 28.62 22.16 28.62 22.16 -totales total adj f p 24.59 41.62 0.02 0.41 -totalisait totaliser ver 0.13 0.95 0.02 0.20 ind:imp:3s; -totalisant totalisant adj m s 0.01 0.27 0.01 0.27 -totalisateur totalisateur nom m s 0.01 0.00 0.01 0.00 -totalisation totalisation nom f s 0.00 0.07 0.00 0.07 -totalise totaliser ver 0.13 0.95 0.03 0.20 ind:pre:1s;ind:pre:3s; -totalisent totaliser ver 0.13 0.95 0.03 0.07 ind:pre:3p; -totaliser totaliser ver 0.13 0.95 0.03 0.20 inf; -totalisé totaliser ver m s 0.13 0.95 0.01 0.07 par:pas; -totalitaire totalitaire adj s 0.09 1.42 0.05 1.08 -totalitaires totalitaire adj p 0.09 1.42 0.04 0.34 -totalitarisme totalitarisme nom m s 0.03 0.95 0.03 0.88 -totalitarismes totalitarisme nom m p 0.03 0.95 0.00 0.07 -totalité totalité nom f s 3.11 9.39 3.11 9.26 -totalités totalité nom f p 3.11 9.39 0.00 0.14 -tâtant tâter ver 3.95 21.55 0.04 2.03 par:pre; -totaux total nom m p 3.86 9.66 0.20 0.14 -tâte tâter ver 3.95 21.55 1.02 4.46 imp:pre:2s;ind:pre:1s;ind:pre:3s; -totem totem nom m s 1.42 1.35 1.27 0.81 -totems totem nom m p 1.42 1.35 0.15 0.54 -tâtent tâter ver 3.95 21.55 0.04 0.20 ind:pre:3p; -tâter tâter ver 3.95 21.55 1.94 5.74 inf; -tâtera tâter ver 3.95 21.55 0.01 0.07 ind:fut:3s; -tâterai tâter ver 3.95 21.55 0.06 0.00 ind:fut:1s; -tâteras tâter ver 3.95 21.55 0.01 0.00 ind:fut:2s; -tâterez tâter ver 3.95 21.55 0.05 0.00 ind:fut:2p; -tâtez tâter ver 3.95 21.55 0.41 0.14 imp:pre:2p;ind:pre:2p; -tâtiez tâter ver 3.95 21.55 0.00 0.14 ind:imp:2p; -toto toto nom m s 0.30 0.20 0.26 0.00 -totoche totoche nom s 0.00 0.41 0.00 0.27 -totoches totoche nom p 0.00 0.41 0.00 0.14 -toton toton nom m s 0.15 0.41 0.14 0.27 -tâtonna tâtonner ver 0.70 10.54 0.00 1.28 ind:pas:3s; -tâtonnai tâtonner ver 0.70 10.54 0.00 0.14 ind:pas:1s; -tâtonnaient tâtonner ver 0.70 10.54 0.00 0.27 ind:imp:3p; -tâtonnais tâtonner ver 0.70 10.54 0.01 0.07 ind:imp:1s; -tâtonnait tâtonner ver 0.70 10.54 0.10 0.81 ind:imp:3s; -tâtonnant tâtonner ver 0.70 10.54 0.00 3.38 par:pre; -tâtonnante tâtonnant adj f s 0.00 1.28 0.00 0.41 -tâtonnantes tâtonnant adj f p 0.00 1.28 0.00 0.41 -tâtonnants tâtonnant adj m p 0.00 1.28 0.00 0.07 -tâtonne tâtonner ver 0.70 10.54 0.47 2.36 imp:pre:2s;ind:pre:1s;ind:pre:3s; -tâtonnement tâtonnement nom m s 0.12 2.03 0.00 0.47 -tâtonnements tâtonnement nom m p 0.12 2.03 0.12 1.55 -tâtonnent tâtonner ver 0.70 10.54 0.01 0.34 ind:pre:3p; -tâtonner tâtonner ver 0.70 10.54 0.08 0.81 inf; -tâtonnera tâtonner ver 0.70 10.54 0.01 0.07 ind:fut:3s; -tâtonnerais tâtonner ver 0.70 10.54 0.00 0.07 cnd:pre:1s; -tâtonnions tâtonner ver 0.70 10.54 0.00 0.20 ind:imp:1p; -tâtonnâmes tâtonner ver 0.70 10.54 0.00 0.07 ind:pas:1p; -tâtonnât tâtonner ver 0.70 10.54 0.00 0.07 sub:imp:3s; -tâtonnèrent tâtonner ver 0.70 10.54 0.00 0.14 ind:pas:3p; -tâtonné tâtonner ver m s 0.70 10.54 0.01 0.41 par:pas; -tâtonnée tâtonner ver f s 0.70 10.54 0.00 0.07 par:pas; -tâtons tâter ver 3.95 21.55 0.03 0.07 imp:pre:1p; -totons toton nom m p 0.15 0.41 0.01 0.14 -totos toto nom m p 0.30 0.20 0.04 0.20 -tâtèrent tâter ver 3.95 21.55 0.00 0.14 ind:pas:3p; -tâté tâter ver m s 3.95 21.55 0.29 2.03 par:pas; -totémique totémique adj m s 0.01 0.27 0.00 0.14 -totémiques totémique adj m p 0.01 0.27 0.01 0.14 -totémisme totémisme nom m s 0.01 0.00 0.01 0.00 -tâtés tâter ver m p 3.95 21.55 0.01 0.07 par:pas; -touareg touareg adj m s 0.06 0.00 0.03 0.00 -touaregs touareg adj m p 0.06 0.00 0.03 0.00 -toubab toubab nom m s 0.30 0.61 0.10 0.54 -toubabs toubab nom m p 0.30 0.61 0.20 0.07 -toubib toubib nom m s 6.62 13.72 5.71 11.35 -toubibs toubib nom m p 6.62 13.72 0.91 2.36 -toucan toucan nom m s 0.03 0.14 0.03 0.14 -toucha toucher ver 270.26 190.27 0.32 10.95 ind:pas:3s; -touchai toucher ver 270.26 190.27 0.01 1.82 ind:pas:1s; -touchaient toucher ver 270.26 190.27 0.44 6.15 ind:imp:3p; -touchais toucher ver 270.26 190.27 1.87 3.04 ind:imp:1s;ind:imp:2s; -touchait toucher ver 270.26 190.27 2.99 18.58 ind:imp:3s; -touchant touchant adj m s 7.42 9.73 6.02 5.34 -touchante touchant adj f s 7.42 9.73 1.04 2.70 -touchantes touchant adj f p 7.42 9.73 0.03 1.01 -touchants touchant adj m p 7.42 9.73 0.33 0.68 -touche_pipi touche_pipi nom m 0.35 0.61 0.35 0.61 -touche_touche touche_touche nom f s 0.01 0.00 0.01 0.00 -touche toucher ver 270.26 190.27 91.91 29.26 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:1s;sub:pre:3s; -touchent toucher ver 270.26 190.27 4.96 6.69 ind:pre:3p;sub:pre:3p; -toucher toucher ver 270.26 190.27 49.41 56.15 inf;;inf;;inf;; -touchera toucher ver 270.26 190.27 4.35 1.35 ind:fut:3s; -toucherai toucher ver 270.26 190.27 2.73 0.61 ind:fut:1s; -toucheraient toucher ver 270.26 190.27 0.08 0.27 cnd:pre:3p; -toucherais toucher ver 270.26 190.27 1.12 0.47 cnd:pre:1s;cnd:pre:2s; -toucherait toucher ver 270.26 190.27 1.05 1.62 cnd:pre:3s; -toucheras toucher ver 270.26 190.27 1.27 0.14 ind:fut:2s; -toucherez toucher ver 270.26 190.27 0.98 0.41 ind:fut:2p; -toucherions toucher ver 270.26 190.27 0.02 0.07 cnd:pre:1p; -toucherons toucher ver 270.26 190.27 0.06 0.14 ind:fut:1p; -toucheront toucher ver 270.26 190.27 0.56 0.20 ind:fut:3p; -touchers toucher nom m p 7.41 10.14 0.00 0.20 -touches toucher ver 270.26 190.27 10.35 1.55 ind:pre:2s; -touchette touchette nom f s 0.01 0.00 0.01 0.00 -touchez toucher ver 270.26 190.27 26.76 2.84 imp:pre:2p;ind:pre:2p; -touchiez toucher ver 270.26 190.27 0.27 0.07 ind:imp:2p; -touchions toucher ver 270.26 190.27 0.13 1.08 ind:imp:1p; -touchons toucher ver 270.26 190.27 0.66 0.81 imp:pre:1p;ind:pre:1p; -touchât toucher ver 270.26 190.27 0.01 0.74 sub:imp:3s; -touchotter touchotter nom m s 0.00 0.07 0.00 0.07 -touchèrent toucher ver 270.26 190.27 0.26 1.22 ind:pas:3p; -touché toucher ver m s 270.26 190.27 50.97 27.77 par:pas; -touchée toucher ver f s 270.26 190.27 11.29 4.93 par:pas; -touchées toucher ver f p 270.26 190.27 0.74 0.68 par:pas; -touchés toucher ver m p 270.26 190.27 3.34 2.36 par:pas; -toue toue nom f s 0.02 0.68 0.02 0.61 -touer touer ver 0.02 0.14 0.02 0.00 inf; -toues toue nom f p 0.02 0.68 0.00 0.07 -touffe touffe nom f s 2.20 16.69 1.60 6.69 -touffes touffe nom f p 2.20 16.69 0.60 10.00 -touffeur touffeur nom f s 0.00 1.35 0.00 1.28 -touffeurs touffeur nom f p 0.00 1.35 0.00 0.07 -touffu touffu adj m s 1.01 4.80 0.42 1.49 -touffue touffu adj f s 1.01 4.80 0.14 0.88 -touffues touffu adj f p 1.01 4.80 0.01 0.34 -touffus touffu adj m p 1.01 4.80 0.43 2.09 -touillais touiller ver 0.29 2.30 0.00 0.07 ind:imp:1s; -touillait touiller ver 0.29 2.30 0.14 0.27 ind:imp:3s; -touillant touiller ver 0.29 2.30 0.00 0.47 par:pre; -touille touiller ver 0.29 2.30 0.01 0.61 imp:pre:2s;ind:pre:1s;ind:pre:3s; -touillent touiller ver 0.29 2.30 0.00 0.14 ind:pre:3p; -touiller touiller ver 0.29 2.30 0.10 0.54 inf; -touillé touillé adj m s 0.10 0.20 0.10 0.07 -touillée touillé adj f s 0.10 0.20 0.00 0.07 -touillées touiller ver f p 0.29 2.30 0.00 0.07 par:pas; -touillés touiller ver m p 0.29 2.30 0.01 0.07 par:pas; -toujours toujours adv_sup 1072.36 1093.78 1072.36 1093.78 -toulonnais toulonnais nom m 0.00 0.41 0.00 0.41 -touloupes touloupe nom f p 0.00 0.14 0.00 0.14 -toulousain toulousain nom m s 0.00 2.57 0.00 1.01 -toulousaine toulousain adj f s 0.00 1.49 0.00 0.14 -toulousaines toulousain adj f p 0.00 1.49 0.00 0.14 -toulousains toulousain nom m p 0.00 2.57 0.00 1.49 -toundra toundra nom f s 0.29 0.47 0.19 0.41 -toundras toundra nom f p 0.29 0.47 0.10 0.07 -toungouse toungouse adj f s 0.00 0.14 0.00 0.14 -toupet toupet nom m s 2.23 2.30 2.08 2.23 -toupets toupet nom m p 2.23 2.30 0.15 0.07 -toupie toupie nom f s 1.79 3.92 1.50 3.04 -toupies toupie nom f p 1.79 3.92 0.29 0.88 -toupilleur toupilleur nom m s 0.00 0.07 0.00 0.07 -toupinant toupiner ver 0.00 0.14 0.00 0.14 par:pre; -touque touque nom f s 0.02 0.14 0.02 0.07 -touques touque nom f p 0.02 0.14 0.00 0.07 -tour tour nom s 193.82 308.72 175.56 280.27 -tourangeau tourangeau adj m s 0.00 0.41 0.00 0.20 -tourangeaux tourangeau adj m p 0.00 0.41 0.00 0.20 -tourangelle tourangelle adj f s 0.00 0.14 0.00 0.07 -tourangelles tourangelle adj f p 0.00 0.14 0.00 0.07 -tourbe tourbe nom f s 0.44 2.03 0.44 1.96 -tourbes tourbe nom f p 0.44 2.03 0.00 0.07 -tourbeuse tourbeux adj f s 0.00 0.20 0.00 0.14 -tourbeux tourbeux adj m p 0.00 0.20 0.00 0.07 -tourbiers tourbier nom m p 0.06 0.95 0.00 0.07 -tourbillon tourbillon nom m s 2.88 17.77 2.34 11.01 -tourbillonna tourbillonner ver 1.16 5.88 0.00 0.20 ind:pas:3s; -tourbillonnaient tourbillonner ver 1.16 5.88 0.04 0.74 ind:imp:3p; -tourbillonnaire tourbillonnaire adj f s 0.00 0.14 0.00 0.14 -tourbillonnais tourbillonner ver 1.16 5.88 0.00 0.07 ind:imp:1s; -tourbillonnait tourbillonner ver 1.16 5.88 0.02 1.08 ind:imp:3s; -tourbillonnant tourbillonner ver 1.16 5.88 0.01 1.15 par:pre; -tourbillonnante tourbillonnant adj f s 0.06 1.62 0.03 0.54 -tourbillonnantes tourbillonnant adj f p 0.06 1.62 0.03 0.34 -tourbillonnants tourbillonnant adj m p 0.06 1.62 0.00 0.27 -tourbillonne tourbillonner ver 1.16 5.88 0.26 1.01 imp:pre:2s;ind:pre:1s;ind:pre:3s; -tourbillonnement tourbillonnement nom m s 0.00 0.20 0.00 0.14 -tourbillonnements tourbillonnement nom m p 0.00 0.20 0.00 0.07 -tourbillonnent tourbillonner ver 1.16 5.88 0.68 0.81 ind:pre:3p; -tourbillonner tourbillonner ver 1.16 5.88 0.12 0.74 inf; -tourbillonnez tourbillonner ver 1.16 5.88 0.02 0.00 imp:pre:2p; -tourbillonnèrent tourbillonner ver 1.16 5.88 0.00 0.07 ind:pas:3p; -tourbillonné tourbillonner ver m s 1.16 5.88 0.02 0.00 par:pas; -tourbillons tourbillon nom m p 2.88 17.77 0.54 6.76 -tourbière tourbier nom f s 0.06 0.95 0.06 0.20 -tourbières tourbière nom f p 0.04 0.00 0.04 0.00 -tourde tourd nom f s 0.10 0.00 0.10 0.00 -tourelle tourelle nom f s 1.71 3.92 1.53 1.69 -tourelles tourelle nom f p 1.71 3.92 0.18 2.23 -touret touret nom m s 0.00 0.07 0.00 0.07 -tourillon tourillon nom m s 0.00 0.07 0.00 0.07 -tourisme tourisme nom m s 2.98 4.66 2.98 4.66 -touriste touriste nom s 14.36 24.19 4.05 6.28 -touristes touriste nom p 14.36 24.19 10.31 17.91 -touristique touristique adj s 2.54 3.51 1.95 2.16 -touristiques touristique adj p 2.54 3.51 0.59 1.35 -tourière tourier adj f s 0.00 0.41 0.00 0.41 -tourlourou tourlourou nom m s 0.01 0.07 0.01 0.07 -tourlousine tourlousine nom f s 0.00 0.07 0.00 0.07 -tourmalines tourmaline nom f p 0.01 0.20 0.01 0.20 -tourment tourment nom m s 7.30 12.30 2.94 5.41 -tourmenta tourmenter ver 10.50 16.28 0.01 0.41 ind:pas:3s; -tourmentai tourmenter ver 10.50 16.28 0.00 0.07 ind:pas:1s; -tourmentaient tourmenter ver 10.50 16.28 0.03 0.95 ind:imp:3p; -tourmentais tourmenter ver 10.50 16.28 0.01 0.41 ind:imp:1s; -tourmentait tourmenter ver 10.50 16.28 0.36 2.64 ind:imp:3s; -tourmentant tourmenter ver 10.50 16.28 0.03 0.14 par:pre; -tourmentante tourmentant adj f s 0.00 0.20 0.00 0.07 -tourmentantes tourmentant adj f p 0.00 0.20 0.00 0.07 -tourmente tourmenter ver 10.50 16.28 3.48 2.16 imp:pre:2s;ind:pre:1s;ind:pre:3s; -tourmentent tourmenter ver 10.50 16.28 0.52 0.54 ind:pre:3p; -tourmenter tourmenter ver 10.50 16.28 2.59 3.58 inf; -tourmentera tourmenter ver 10.50 16.28 0.21 0.07 ind:fut:3s; -tourmenterai tourmenter ver 10.50 16.28 0.01 0.07 ind:fut:1s; -tourmenteraient tourmenter ver 10.50 16.28 0.00 0.07 cnd:pre:3p; -tourmenteront tourmenter ver 10.50 16.28 0.02 0.07 ind:fut:3p; -tourmentes tourmente nom f p 1.48 2.84 0.28 0.54 -tourmenteur tourmenteur nom m s 0.03 0.47 0.02 0.14 -tourmenteurs tourmenteur nom m p 0.03 0.47 0.01 0.34 -tourmentez tourmenter ver 10.50 16.28 0.49 0.47 imp:pre:2p;ind:pre:2p; -tourmentiez tourmenter ver 10.50 16.28 0.00 0.07 ind:imp:2p; -tourmentin tourmentin nom m s 0.03 0.07 0.03 0.00 -tourmentins tourmentin nom m p 0.03 0.07 0.00 0.07 -tourmentât tourmenter ver 10.50 16.28 0.00 0.27 sub:imp:3s; -tourments tourment nom m p 7.30 12.30 4.36 6.89 -tourmentèrent tourmenter ver 10.50 16.28 0.00 0.07 ind:pas:3p; -tourmenté tourmenter ver m s 10.50 16.28 1.48 2.64 par:pas; -tourmentée tourmenter ver f s 10.50 16.28 0.78 1.01 par:pas; -tourmentées tourmenté adj f p 2.31 5.41 0.19 0.20 -tourmentés tourmenté adj m p 2.31 5.41 0.40 0.95 -tourna tourner ver 204.13 377.09 0.43 58.72 ind:pas:3s; -tournage tournage nom m s 16.59 2.70 15.75 2.36 -tournages tournage nom m p 16.59 2.70 0.84 0.34 -tournai tourner ver 204.13 377.09 0.14 5.07 ind:pas:1s; -tournaient tourner ver 204.13 377.09 0.98 16.42 ind:imp:3p; -tournaillaient tournailler ver 0.14 0.20 0.00 0.07 ind:imp:3p; -tournailler tournailler ver 0.14 0.20 0.14 0.07 inf; -tournaillé tournailler ver m s 0.14 0.20 0.00 0.07 par:pas; -tournais tourner ver 204.13 377.09 1.23 3.58 ind:imp:1s;ind:imp:2s; -tournait tourner ver 204.13 377.09 5.65 50.41 ind:imp:3s; -tournant tournant nom m s 3.44 20.34 3.38 18.31 -tournante tournant adj f s 1.42 7.09 0.59 1.35 -tournantes tournant adj f p 1.42 7.09 0.20 0.68 -tournants tournant nom m p 3.44 20.34 0.06 2.03 -tournas tourner ver 204.13 377.09 0.00 0.07 ind:pas:2s; -tourne_disque tourne_disque nom m s 0.74 1.35 0.50 0.95 -tourne_disque tourne_disque nom m p 0.74 1.35 0.24 0.41 -tourne tourner ver 204.13 377.09 80.72 60.81 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -tourneboulant tournebouler ver 0.40 0.88 0.00 0.07 par:pre; -tourneboule tournebouler ver 0.40 0.88 0.05 0.20 ind:pre:3s; -tourneboulé tournebouler ver m s 0.40 0.88 0.32 0.34 par:pas; -tourneboulée tournebouler ver f s 0.40 0.88 0.03 0.20 par:pas; -tourneboulés tournebouler ver m p 0.40 0.88 0.00 0.07 par:pas; -tournebroche tournebroche nom m s 0.02 0.07 0.02 0.07 -tournedos tournedos nom m 0.25 0.20 0.25 0.20 -tournelle tournelle nom f s 0.00 1.15 0.00 1.15 -tournemain tournemain nom m s 0.06 0.74 0.06 0.74 -tournements tournement nom m p 0.00 0.07 0.00 0.07 -tournent tourner ver 204.13 377.09 5.97 11.35 ind:pre:3p;sub:pre:3p; -tourner tourner ver 204.13 377.09 51.03 68.78 inf; -tournera tourner ver 204.13 377.09 1.71 0.68 ind:fut:3s; -tournerai tourner ver 204.13 377.09 0.70 0.34 ind:fut:1s; -tourneraient tourner ver 204.13 377.09 0.06 0.34 cnd:pre:3p; -tournerais tourner ver 204.13 377.09 0.11 0.34 cnd:pre:1s;cnd:pre:2s; -tournerait tourner ver 204.13 377.09 1.08 1.82 cnd:pre:3s; -tourneras tourner ver 204.13 377.09 0.21 0.14 ind:fut:2s; -tournerez tourner ver 204.13 377.09 0.44 0.14 ind:fut:2p; -tourneries tournerie nom f p 0.00 0.07 0.00 0.07 -tourneriez tourner ver 204.13 377.09 0.03 0.00 cnd:pre:2p; -tournerions tourner ver 204.13 377.09 0.01 0.00 cnd:pre:1p; -tournerons tourner ver 204.13 377.09 0.18 0.07 ind:fut:1p; -tourneront tourner ver 204.13 377.09 0.36 0.20 ind:fut:3p; -tournes tourner ver 204.13 377.09 4.85 0.95 ind:pre:2s; -tournesol tournesol nom m s 1.43 1.22 0.86 0.61 -tournesols tournesol nom m p 1.43 1.22 0.57 0.61 -tournette tournette nom f s 0.01 0.00 0.01 0.00 -tourneur tourneur nom m s 0.57 1.08 0.35 0.61 -tourneurs tourneur nom m p 0.57 1.08 0.22 0.41 -tourneuses tourneur nom f p 0.57 1.08 0.00 0.07 -tournevis tournevis nom m 3.46 3.24 3.46 3.24 -tournez tourner ver 204.13 377.09 15.82 1.55 imp:pre:2p;ind:pre:2p; -tournicota tournicoter ver 0.03 1.01 0.01 0.00 ind:pas:3s; -tournicotais tournicoter ver 0.03 1.01 0.00 0.07 ind:imp:1s; -tournicotait tournicoter ver 0.03 1.01 0.00 0.20 ind:imp:3s; -tournicotant tournicoter ver 0.03 1.01 0.00 0.07 par:pre; -tournicote tournicoter ver 0.03 1.01 0.01 0.20 imp:pre:2s;ind:pre:3s; -tournicotent tournicoter ver 0.03 1.01 0.00 0.07 ind:pre:3p; -tournicoter tournicoter ver 0.03 1.01 0.01 0.20 inf; -tournicoterais tournicoter ver 0.03 1.01 0.00 0.07 cnd:pre:1s; -tournicoté tournicoter ver m s 0.03 1.01 0.00 0.07 par:pas; -tournicotés tournicoter ver m p 0.03 1.01 0.00 0.07 par:pas; -tournillant tourniller ver 0.00 0.07 0.00 0.07 par:pre; -tournions tourner ver 204.13 377.09 0.06 0.68 ind:imp:1p; -tourniquant tourniquer ver 0.20 0.20 0.00 0.14 par:pre; -tournique tourniquer ver 0.20 0.20 0.00 0.07 ind:pre:3s; -tourniquer tourniquer ver 0.20 0.20 0.20 0.00 inf; -tourniquet tourniquet nom m s 0.68 2.77 0.65 2.30 -tourniquets tourniquet nom m p 0.68 2.77 0.03 0.47 -tournis tournis nom m 0.58 1.62 0.58 1.62 -tournoi tournoi nom m s 6.86 3.38 5.84 2.16 -tournoie tournoyer ver 1.26 14.80 0.19 1.28 ind:pre:3s; -tournoiement tournoiement nom m s 0.04 1.49 0.04 1.15 -tournoiements tournoiement nom m p 0.04 1.49 0.00 0.34 -tournoient tournoyer ver 1.26 14.80 0.19 2.30 ind:pre:3p; -tournoieraient tournoyer ver 1.26 14.80 0.11 0.07 cnd:pre:3p; -tournoieront tournoyer ver 1.26 14.80 0.00 0.07 ind:fut:3p; -tournois tournoi nom m p 6.86 3.38 1.02 1.22 -tournâmes tourner ver 204.13 377.09 0.00 0.41 ind:pas:1p; -tournons tourner ver 204.13 377.09 1.88 1.82 imp:pre:1p;ind:pre:1p; -tournât tourner ver 204.13 377.09 0.01 0.54 sub:imp:3s; -tournoya tournoyer ver 1.26 14.80 0.00 0.47 ind:pas:3s; -tournoyaient tournoyer ver 1.26 14.80 0.03 2.50 ind:imp:3p; -tournoyais tournoyer ver 1.26 14.80 0.00 0.07 ind:imp:1s; -tournoyait tournoyer ver 1.26 14.80 0.19 1.96 ind:imp:3s; -tournoyant tournoyer ver 1.26 14.80 0.26 2.16 par:pre; -tournoyante tournoyant adj f s 0.04 2.36 0.01 0.68 -tournoyantes tournoyant adj f p 0.04 2.36 0.01 0.34 -tournoyants tournoyant adj m p 0.04 2.36 0.00 0.54 -tournoyer tournoyer ver 1.26 14.80 0.27 3.65 inf; -tournoyèrent tournoyer ver 1.26 14.80 0.00 0.14 ind:pas:3p; -tournoyé tournoyer ver m s 1.26 14.80 0.02 0.14 par:pas; -tournèrent tourner ver 204.13 377.09 0.08 4.59 ind:pas:3p; -tourné tourner ver m s 204.13 377.09 24.84 38.78 par:pas; -tournée tournée nom f s 20.57 23.85 18.64 18.72 -tournées tournée nom f p 20.57 23.85 1.93 5.14 -tournure tournure nom f s 3.00 8.24 2.82 6.42 -tournures tournure nom f p 3.00 8.24 0.18 1.82 -tournés tourner ver m p 204.13 377.09 1.17 4.46 par:pas; -tours_minute tours_minute nom p 0.00 0.07 0.00 0.07 -tours tour nom p 193.82 308.72 18.26 28.45 -tourte tourte nom f s 1.15 0.74 1.03 0.54 -tourteau tourteau nom m s 0.01 0.81 0.00 0.27 -tourteaux tourteau nom m p 0.01 0.81 0.01 0.54 -tourtereau tourtereau nom m s 2.00 2.50 0.13 0.00 -tourtereaux tourtereau nom m p 2.00 2.50 1.59 0.61 -tourterelle tourtereau nom f s 2.00 2.50 0.28 1.01 -tourterelles tourterelle nom f p 0.39 0.00 0.39 0.00 -tourtes tourte nom f p 1.15 0.74 0.12 0.20 -tourtière tourtière nom f s 0.03 0.07 0.02 0.00 -tourtières tourtière nom f p 0.03 0.07 0.01 0.07 -tous_terrains tous_terrains adj m p 0.00 0.07 0.00 0.07 -tous tous pro_ind m p 376.64 238.72 376.64 238.72 -toussa tousser ver 9.28 23.18 0.00 5.34 ind:pas:3s; -toussai tousser ver 9.28 23.18 0.00 0.07 ind:pas:1s; -toussaient tousser ver 9.28 23.18 0.11 0.34 ind:imp:3p; -toussaint toussaint nom f s 0.54 0.27 0.54 0.27 -toussais tousser ver 9.28 23.18 0.16 0.07 ind:imp:1s;ind:imp:2s; -toussait tousser ver 9.28 23.18 0.35 3.65 ind:imp:3s; -toussant tousser ver 9.28 23.18 0.08 0.95 par:pre; -tousse tousser ver 9.28 23.18 4.89 4.73 imp:pre:2s;ind:pre:1s;ind:pre:3s; -toussent tousser ver 9.28 23.18 0.33 0.20 ind:pre:3p; -tousser tousser ver 9.28 23.18 1.84 5.81 inf; -toussera tousser ver 9.28 23.18 0.03 0.07 ind:fut:3s; -tousserait tousser ver 9.28 23.18 0.00 0.27 cnd:pre:3s; -tousses tousser ver 9.28 23.18 0.27 0.14 ind:pre:2s; -tousseur tousseur adj m s 0.01 0.20 0.00 0.14 -tousseurs tousseur adj m p 0.01 0.20 0.01 0.07 -tousseux tousseux adj m 0.00 0.07 0.00 0.07 -toussez tousser ver 9.28 23.18 0.51 0.20 imp:pre:2p;ind:pre:2p; -toussions tousser ver 9.28 23.18 0.00 0.07 ind:imp:1p; -toussons tousser ver 9.28 23.18 0.01 0.14 imp:pre:1p;ind:pre:1p; -toussota toussoter ver 0.14 5.14 0.00 2.43 ind:pas:3s; -toussotai toussoter ver 0.14 5.14 0.00 0.07 ind:pas:1s; -toussotaient toussoter ver 0.14 5.14 0.00 0.07 ind:imp:3p; -toussotait toussoter ver 0.14 5.14 0.00 0.54 ind:imp:3s; -toussotant toussoter ver 0.14 5.14 0.00 0.47 par:pre; -toussote toussoter ver 0.14 5.14 0.00 0.95 ind:pre:1s;ind:pre:3s; -toussotement toussotement nom m s 0.01 0.68 0.01 0.41 -toussotements toussotement nom m p 0.01 0.68 0.00 0.27 -toussotent toussoter ver 0.14 5.14 0.00 0.07 ind:pre:3p; -toussoter toussoter ver 0.14 5.14 0.01 0.34 inf; -toussoteux toussoteux adj m p 0.00 0.07 0.00 0.07 -toussotiez toussoter ver 0.14 5.14 0.00 0.07 ind:imp:2p; -toussoté toussoter ver m s 0.14 5.14 0.14 0.14 par:pas; -toussé tousser ver m s 9.28 23.18 0.70 1.15 par:pas; -tout_fait tout_fait adj_ind m s 0.14 0.00 0.11 0.00 -tout_fou tout_fou adj m s 0.01 0.00 0.01 0.00 -tout_à_l_égout tout_à_l_égout nom m 0.00 0.47 0.00 0.47 -tout_paris tout_paris nom m 0.16 1.01 0.16 1.01 -tout_petit tout_petit nom m s 0.20 0.74 0.03 0.34 -tout_petit tout_petit nom m p 0.20 0.74 0.17 0.41 -tout_puissant tout_puissant adj m s 7.22 3.65 5.70 2.09 -tout_puissant tout_puissant adj m p 7.22 3.65 0.17 0.41 -tout_terrain tout_terrain nom m s 0.28 0.00 0.28 0.00 -tout_étoile tout_étoile nom m s 0.01 0.00 0.01 0.00 -tout_venant tout_venant nom m 0.05 0.74 0.05 0.74 -tout tout pro_ind m s 1366.45 838.04 1366.45 838.04 -toute_puissance toute_puissance nom f 0.08 2.03 0.08 2.03 -tout_puissant tout_puissant adj f s 7.22 3.65 1.35 1.15 -toute toute adj_ind f s 118.32 194.26 118.32 194.26 -toutefois toutefois adv_sup 5.37 35.47 5.37 35.47 -toute_puissante toute_puissante adj f p 0.01 0.14 0.01 0.14 -toutes toutes pro_ind f p 20.86 24.19 20.86 24.19 -toutim toutim nom m s 0.31 0.88 0.31 0.88 -toutime toutime nom m s 0.00 0.74 0.00 0.74 -toutou toutou nom m s 6.06 1.89 5.65 1.55 -toutous toutou nom m p 6.06 1.89 0.41 0.34 -touts tout nom_sup m p 330.70 281.01 0.10 0.00 -toué touer ver m s 0.02 0.14 0.00 0.07 par:pas; -toux toux nom f 4.94 12.23 4.94 12.23 -toxicité toxicité nom f s 0.34 0.20 0.34 0.20 -toxico toxico nom s 1.33 0.88 1.14 0.20 -toxicologie toxicologie nom f s 0.61 0.00 0.61 0.00 -toxicologique toxicologique adj s 0.93 0.00 0.93 0.00 -toxicologue toxicologue nom s 0.06 0.00 0.04 0.00 -toxicologues toxicologue nom p 0.06 0.00 0.01 0.00 -toxicomane toxicomane nom s 1.67 0.54 1.16 0.07 -toxicomanes toxicomane nom p 1.67 0.54 0.51 0.47 -toxicomanie toxicomanie nom f s 0.21 0.00 0.21 0.00 -toxicos toxico nom p 1.33 0.88 0.19 0.68 -toxine toxine nom f s 2.29 0.07 0.90 0.00 -toxines toxine nom f p 2.29 0.07 1.39 0.07 -toxique toxique adj s 5.20 0.74 3.00 0.34 -toxiques toxique adj p 5.20 0.74 2.20 0.41 -toxoplasmose toxoplasmose nom f s 0.07 0.20 0.07 0.20 -trôler trôler ver 0.01 0.00 0.01 0.00 inf; -trôna trôner ver 0.34 10.20 0.00 0.07 ind:pas:3s; -trônaient trôner ver 0.34 10.20 0.00 0.81 ind:imp:3p; -trônais trôner ver 0.34 10.20 0.00 0.07 ind:imp:1s; -trônait trôner ver 0.34 10.20 0.11 5.34 ind:imp:3s; -trônant trôner ver 0.34 10.20 0.11 1.49 par:pre; -trône trône nom m s 14.32 12.03 13.99 11.49 -trônent trôner ver 0.34 10.20 0.01 0.34 ind:pre:3p; -trôner trôner ver 0.34 10.20 0.03 0.34 inf; -trônerait trôner ver 0.34 10.20 0.00 0.07 cnd:pre:3s; -trônes trône nom m p 14.32 12.03 0.33 0.54 -trôné trôner ver m s 0.34 10.20 0.00 0.07 par:pas; -traîna traîner ver 65.49 122.77 0.05 4.05 ind:pas:3s; -traînage traînage nom m s 0.01 0.00 0.01 0.00 -traînai traîner ver 65.49 122.77 0.01 1.08 ind:pas:1s; -traînaient traîner ver 65.49 122.77 0.45 11.15 ind:imp:3p; -traînaillait traînailler ver 0.03 0.74 0.00 0.07 ind:imp:3s; -traînaillant traînailler ver 0.03 0.74 0.01 0.14 par:pre; -traînaille traînailler ver 0.03 0.74 0.00 0.07 ind:pre:3s; -traînailler traînailler ver 0.03 0.74 0.02 0.27 inf; -traînaillons traînailler ver 0.03 0.74 0.00 0.07 imp:pre:1p; -traînaillé traînailler ver m s 0.03 0.74 0.00 0.14 par:pas; -traînais traîner ver 65.49 122.77 1.94 2.16 ind:imp:1s;ind:imp:2s; -traînait traîner ver 65.49 122.77 3.66 19.59 ind:imp:3s; -traînant traîner ver 65.49 122.77 1.41 13.18 par:pre; -traînante traînant adj f s 0.05 5.88 0.00 1.96 -traînantes traînant adj f p 0.05 5.88 0.00 0.61 -traînants traînant adj m p 0.05 5.88 0.01 0.27 -traînard traînard nom m s 0.35 1.35 0.16 0.27 -traînarde traînard adj f s 0.07 0.88 0.01 0.07 -traînards traînard nom m p 0.35 1.35 0.19 1.01 -traînassaient traînasser ver 0.49 1.28 0.01 0.07 ind:imp:3p; -traînassais traînasser ver 0.49 1.28 0.02 0.00 ind:imp:1s; -traînassait traînasser ver 0.49 1.28 0.00 0.07 ind:imp:3s; -traînassant traînasser ver 0.49 1.28 0.00 0.07 par:pre; -traînasse traînasser ver 0.49 1.28 0.07 0.34 imp:pre:2s;ind:pre:1s;ind:pre:3s; -traînassent traînasser ver 0.49 1.28 0.00 0.14 ind:pre:3p; -traînasser traînasser ver 0.49 1.28 0.34 0.41 inf; -traînasserai traînasser ver 0.49 1.28 0.01 0.00 ind:fut:1s; -traînasses traînasser ver 0.49 1.28 0.03 0.00 ind:pre:2s; -traînassez traînasser ver 0.49 1.28 0.01 0.00 imp:pre:2p; -traînassons traînasser ver 0.49 1.28 0.00 0.07 ind:pre:1p; -traînassé traînasser ver m s 0.49 1.28 0.00 0.14 par:pas; -traîne_misère traîne_misère nom m 0.01 0.07 0.01 0.07 -traîne_patins traîne_patins nom m 0.00 0.47 0.00 0.47 -traîne_savate traîne_savate nom m s 0.01 0.07 0.01 0.07 -traîne_savates traîne_savates nom m 0.22 0.54 0.22 0.54 -traîne_semelle traîne_semelle nom s 0.00 0.07 0.00 0.07 -traîne_semelles traîne_semelles nom m 0.01 0.07 0.01 0.07 -traîne traîner ver 65.49 122.77 14.63 16.49 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -traîneau traîneau nom m s 2.27 3.45 2.27 3.45 -traîneaux traineaux nom m p 0.10 1.08 0.10 1.08 -traînement traînement nom m s 0.03 0.00 0.03 0.00 -traînent traîner ver 65.49 122.77 3.42 7.03 ind:pre:3p; -traîner traîner ver 65.49 122.77 21.48 28.04 inf;; -traînera traîner ver 65.49 122.77 0.31 0.47 ind:fut:3s; -traînerai traîner ver 65.49 122.77 0.54 0.07 ind:fut:1s; -traîneraient traîner ver 65.49 122.77 0.02 0.07 cnd:pre:3p; -traînerais traîner ver 65.49 122.77 0.25 0.07 cnd:pre:1s;cnd:pre:2s; -traînerait traîner ver 65.49 122.77 0.10 0.34 cnd:pre:3s; -traîneras traîner ver 65.49 122.77 0.09 0.00 ind:fut:2s; -traînerez traîner ver 65.49 122.77 0.19 0.00 ind:fut:2p; -traînerons traîner ver 65.49 122.77 0.17 0.00 ind:fut:1p; -traîneront traîner ver 65.49 122.77 0.04 0.20 ind:fut:3p; -traînes traîner ver 65.49 122.77 4.29 0.68 ind:pre:2s; -traîneur traîneur nom m s 0.01 0.41 0.00 0.27 -traîneurs traîneur nom m p 0.01 0.41 0.01 0.07 -traîneuses traîneuse nom f p 0.01 0.00 0.01 0.00 -traînez traîner ver 65.49 122.77 2.95 0.47 imp:pre:2p;ind:pre:2p; -traînier traînier nom m s 0.00 0.20 0.00 0.20 -traîniez traîner ver 65.49 122.77 0.12 0.07 ind:imp:2p; -traînions traîner ver 65.49 122.77 0.04 0.41 ind:imp:1p; -traînâmes traîner ver 65.49 122.77 0.00 0.07 ind:pas:1p; -traînons traîner ver 65.49 122.77 0.29 0.47 imp:pre:1p;ind:pre:1p; -traînât traîner ver 65.49 122.77 0.00 0.20 sub:imp:3s; -traînèrent traîner ver 65.49 122.77 0.12 0.88 ind:pas:3p; -traîné traîner ver m s 65.49 122.77 6.80 11.89 par:pas; -traînée traînée nom f s 7.35 13.24 6.49 6.28 -traînées traînée nom f p 7.35 13.24 0.86 6.96 -traînés traîner ver m p 65.49 122.77 0.73 1.35 par:pas; -traître traître nom m s 26.36 13.24 19.18 7.30 -traîtres traître nom m p 26.36 13.24 7.18 5.95 -traîtresse traîtresse nom f s 1.54 0.41 1.14 0.34 -traîtresses traîtresse nom f p 1.54 0.41 0.41 0.07 -traîtreusement traîtreusement adv 0.01 1.01 0.01 1.01 -traîtrise traîtrise nom f s 1.27 1.96 1.27 1.82 -traîtrises traîtrise nom f p 1.27 1.96 0.00 0.14 -trabans traban nom m p 0.00 0.07 0.00 0.07 -traboules traboule nom f p 0.14 0.07 0.14 0.07 -trabuco trabuco nom m s 0.02 0.14 0.02 0.14 -trac trac nom m s 5.17 8.38 4.91 8.24 -tracas tracas nom m 1.43 4.46 1.43 4.46 -tracassa tracasser ver 10.37 5.88 0.00 0.07 ind:pas:3s; -tracassaient tracasser ver 10.37 5.88 0.03 0.14 ind:imp:3p; -tracassait tracasser ver 10.37 5.88 0.47 1.42 ind:imp:3s; -tracassant tracasser ver 10.37 5.88 0.00 0.14 par:pre; -tracasse tracasser ver 10.37 5.88 7.15 1.76 imp:pre:2s;ind:pre:1s;ind:pre:3s; -tracassent tracasser ver 10.37 5.88 0.27 0.20 ind:pre:3p; -tracasser tracasser ver 10.37 5.88 0.56 0.68 inf; -tracassera tracasser ver 10.37 5.88 0.02 0.00 ind:fut:3s; -tracasserais tracasser ver 10.37 5.88 0.02 0.00 cnd:pre:1s; -tracasserait tracasser ver 10.37 5.88 0.03 0.07 cnd:pre:3s; -tracasserie tracasserie nom f s 0.34 0.95 0.01 0.07 -tracasseries tracasserie nom f p 0.34 0.95 0.33 0.88 -tracasserons tracasser ver 10.37 5.88 0.01 0.00 ind:fut:1p; -tracasses tracasser ver 10.37 5.88 0.47 0.07 ind:pre:2s; -tracassez tracasser ver 10.37 5.88 0.83 0.61 imp:pre:2p;ind:pre:2p; -tracassier tracassier adj m s 0.10 0.27 0.10 0.20 -tracassin tracassin nom m s 0.00 0.27 0.00 0.27 -tracassière tracassier nom f s 0.00 0.07 0.00 0.07 -tracassières tracassier adj f p 0.10 0.27 0.00 0.07 -tracassé tracasser ver m s 10.37 5.88 0.45 0.41 par:pas; -tracassée tracasser ver f s 10.37 5.88 0.06 0.27 par:pas; -tracassées tracasser ver f p 10.37 5.88 0.00 0.07 par:pas; -trace trace nom f s 60.18 80.27 29.20 39.32 -tracent tracer ver 10.49 42.36 0.30 1.42 ind:pre:3p; -tracer tracer ver 10.49 42.36 2.08 7.23 inf; -tracera tracer ver 10.49 42.36 0.01 0.07 ind:fut:3s; -tracerez tracer ver 10.49 42.36 0.01 0.00 ind:fut:2p; -tracerons tracer ver 10.49 42.36 0.01 0.00 ind:fut:1p; -traces trace nom f p 60.18 80.27 30.98 40.95 -traceur traceur nom m s 0.59 0.00 0.52 0.00 -traceurs traceur nom m p 0.59 0.00 0.08 0.00 -traceuse traceur adj f s 0.11 0.20 0.01 0.00 -traceuses traceur adj f p 0.11 0.20 0.00 0.20 -tracez tracer ver 10.49 42.36 0.26 0.14 imp:pre:2p;ind:pre:2p; -trachome trachome nom m s 0.02 0.07 0.02 0.07 -trachéal trachéal adj m s 0.09 0.00 0.05 0.00 -trachéale trachéal adj f s 0.09 0.00 0.04 0.00 -trachée_artère trachée_artère nom f s 0.02 0.20 0.02 0.20 -trachée trachée nom f s 0.97 0.41 0.97 0.34 -trachées trachée nom f p 0.97 0.41 0.00 0.07 -trachéite trachéite nom f s 0.00 0.07 0.00 0.07 -trachéotomie trachéotomie nom f s 0.35 0.14 0.35 0.14 -tracions tracer ver 10.49 42.36 0.00 0.07 ind:imp:1p; -tracs trac nom m p 5.17 8.38 0.26 0.14 -tract tract nom m s 3.67 9.39 0.41 2.50 -tractage tractage nom m s 0.01 0.00 0.01 0.00 -tractait tracter ver 0.27 0.41 0.01 0.07 ind:imp:3s; -tractant tracter ver 0.27 0.41 0.01 0.07 par:pre; -tractation tractation nom f s 0.12 1.96 0.01 0.27 -tractations tractation nom f p 0.12 1.96 0.11 1.69 -tracter tracter ver 0.27 0.41 0.23 0.14 inf; -tracteur tracteur nom m s 3.86 6.82 2.87 5.27 -tracteurs tracteur nom m p 3.86 6.82 0.99 1.55 -tracèrent tracer ver 10.49 42.36 0.00 0.14 ind:pas:3p; -traction_avant traction_avant nom f s 0.00 0.07 0.00 0.07 -traction traction nom f s 1.19 8.31 1.06 7.43 -tractions traction nom f p 1.19 8.31 0.13 0.88 -tractopelle tractopelle nom f s 0.24 0.00 0.24 0.00 -tractoriste tractoriste nom s 0.10 0.20 0.10 0.07 -tractoristes tractoriste nom p 0.10 0.20 0.00 0.14 -tracts tract nom m p 3.67 9.39 3.26 6.89 -tracté tracté adj m s 0.04 0.20 0.04 0.14 -tractée tracter ver f s 0.27 0.41 0.00 0.07 par:pas; -tractés tracté adj m p 0.04 0.20 0.00 0.07 -tractus tractus nom m 0.12 0.20 0.12 0.20 -tracé tracer ver m s 10.49 42.36 2.22 7.30 par:pas; -tracée tracer ver f s 10.49 42.36 1.13 3.24 par:pas; -tracées tracer ver f p 10.49 42.36 0.28 3.31 par:pas; -tracés tracer ver m p 10.49 42.36 0.40 3.51 par:pas; -trader trader nom m s 0.33 0.00 0.33 0.00 -tradition tradition nom f s 20.56 33.92 15.68 23.38 -traditionalisme traditionalisme nom m s 0.11 0.54 0.11 0.54 -traditionaliste traditionaliste adj s 0.07 0.41 0.07 0.41 -traditionalistes traditionaliste nom p 0.09 0.61 0.04 0.41 -traditionnel traditionnel adj m s 6.85 15.20 2.66 5.47 -traditionnelle traditionnel adj f s 6.85 15.20 2.72 5.14 -traditionnellement traditionnellement adv 0.34 3.24 0.34 3.24 -traditionnelles traditionnel adj f p 6.85 15.20 0.75 2.43 -traditionnels traditionnel adj m p 6.85 15.20 0.71 2.16 -traditions tradition nom f p 20.56 33.92 4.87 10.54 -traduc traduc nom f s 0.17 0.00 0.17 0.00 -traducteur traducteur nom m s 4.41 3.51 2.95 2.09 -traducteurs traducteur nom m p 4.41 3.51 0.85 0.88 -traduction traduction nom f s 5.24 11.15 4.70 8.45 -traductions traduction nom f p 5.24 11.15 0.55 2.70 -traductrice traducteur nom f s 4.41 3.51 0.60 0.41 -traductrices traductrice nom f p 0.01 0.00 0.01 0.00 -traduira traduire ver 15.41 34.32 0.25 0.14 ind:fut:3s; -traduirai traduire ver 15.41 34.32 0.09 0.07 ind:fut:1s; -traduiraient traduire ver 15.41 34.32 0.00 0.14 cnd:pre:3p; -traduirais traduire ver 15.41 34.32 0.25 0.00 cnd:pre:1s; -traduirait traduire ver 15.41 34.32 0.01 0.14 cnd:pre:3s; -traduire traduire ver 15.41 34.32 5.27 11.01 inf; -traduirez traduire ver 15.41 34.32 0.23 0.07 ind:fut:2p; -traduis traduire ver 15.41 34.32 2.17 1.22 imp:pre:2s;ind:pre:1s;ind:pre:2s; -traduisît traduire ver 15.41 34.32 0.00 0.07 sub:imp:3s; -traduisaient traduire ver 15.41 34.32 0.01 0.74 ind:imp:3p; -traduisais traduire ver 15.41 34.32 0.16 0.47 ind:imp:1s;ind:imp:2s; -traduisait traduire ver 15.41 34.32 0.15 4.86 ind:imp:3s; -traduisant traduire ver 15.41 34.32 0.14 1.08 par:pre; -traduise traduire ver 15.41 34.32 0.21 0.14 sub:pre:1s;sub:pre:3s; -traduisent traduire ver 15.41 34.32 0.23 0.95 ind:pre:3p; -traduises traduire ver 15.41 34.32 0.03 0.00 sub:pre:2s; -traduisez traduire ver 15.41 34.32 0.99 0.20 imp:pre:2p;ind:pre:2p; -traduisibles traduisible adj f p 0.01 0.14 0.01 0.14 -traduisions traduire ver 15.41 34.32 0.01 0.00 ind:imp:1p; -traduisis traduire ver 15.41 34.32 0.00 0.47 ind:pas:1s; -traduisit traduire ver 15.41 34.32 0.01 1.69 ind:pas:3s; -traduisons traduire ver 15.41 34.32 0.00 0.07 imp:pre:1p; -traduit traduire ver m s 15.41 34.32 4.30 8.24 ind:pre:3s;par:pas; -traduite traduire ver f s 15.41 34.32 0.25 0.81 par:pas; -traduites traduire ver f p 15.41 34.32 0.06 0.68 par:pas; -traduits traduire ver m p 15.41 34.32 0.59 1.08 par:pas; -trafalgar trafalgar nom s 0.00 0.20 0.00 0.20 -trafic trafic nom m s 14.02 10.27 13.24 8.65 -traficotaient traficoter ver 0.49 0.47 0.00 0.07 ind:imp:3p; -traficotait traficoter ver 0.49 0.47 0.16 0.14 ind:imp:3s; -traficote traficoter ver 0.49 0.47 0.13 0.07 ind:pre:3s; -traficoter traficoter ver 0.49 0.47 0.11 0.14 inf; -traficotes traficoter ver 0.49 0.47 0.06 0.00 ind:pre:2s; -traficoteurs traficoteur nom m p 0.00 0.07 0.00 0.07 -traficotez traficoter ver 0.49 0.47 0.01 0.00 ind:pre:2p; -traficoté traficoter ver m s 0.49 0.47 0.02 0.07 par:pas; -trafics trafic nom m p 14.02 10.27 0.78 1.62 -trafiquaient trafiquer ver 7.25 3.78 0.07 0.20 ind:imp:3p; -trafiquais trafiquer ver 7.25 3.78 0.31 0.00 ind:imp:1s;ind:imp:2s; -trafiquait trafiquer ver 7.25 3.78 0.29 0.27 ind:imp:3s; -trafiquant_espion trafiquant_espion nom m s 0.00 0.07 0.00 0.07 -trafiquant trafiquant nom m s 5.41 3.38 2.65 1.28 -trafiquante trafiquant nom f s 5.41 3.38 0.04 0.00 -trafiquants trafiquant nom m p 5.41 3.38 2.72 2.09 -trafique trafiquer ver 7.25 3.78 1.06 0.41 imp:pre:2s;ind:pre:1s;ind:pre:3s; -trafiquent trafiquer ver 7.25 3.78 0.13 0.34 ind:pre:3p; -trafiquer trafiquer ver 7.25 3.78 1.08 1.01 inf; -trafiquerais trafiquer ver 7.25 3.78 0.01 0.00 cnd:pre:1s; -trafiques trafiquer ver 7.25 3.78 0.34 0.07 ind:pre:2s; -trafiquez trafiquer ver 7.25 3.78 0.31 0.07 imp:pre:2p;ind:pre:2p; -trafiquions trafiquer ver 7.25 3.78 0.00 0.07 ind:imp:1p; -trafiqué trafiquer ver m s 7.25 3.78 1.83 0.54 par:pas; -trafiquée trafiquer ver f s 7.25 3.78 0.46 0.34 par:pas; -trafiquées trafiquer ver f p 7.25 3.78 0.53 0.07 par:pas; -trafiqués trafiquer ver m p 7.25 3.78 0.25 0.07 par:pas; -tragi_comique tragi_comique adj f s 0.00 0.47 0.00 0.34 -tragi_comique tragi_comique adj m p 0.00 0.47 0.00 0.14 -tragi_comédie tragi_comédie nom f s 0.00 0.27 0.00 0.14 -tragi_comédie tragi_comédie nom f p 0.00 0.27 0.00 0.14 -tragicomédies tragicomédie nom f p 0.01 0.00 0.01 0.00 -tragique tragique adj s 12.13 22.50 10.55 17.97 -tragiquement tragiquement adv 0.58 1.96 0.58 1.96 -tragiques tragique adj p 12.13 22.50 1.59 4.53 -tragédie tragédie nom f s 15.59 14.46 14.23 10.88 -tragédien tragédien nom m s 0.52 1.15 0.07 0.20 -tragédienne tragédien nom f s 0.52 1.15 0.25 0.54 -tragédiennes tragédienne nom f p 0.01 0.00 0.01 0.00 -tragédiens tragédien nom m p 0.52 1.15 0.20 0.34 -tragédies tragédie nom f p 15.59 14.46 1.36 3.58 -trahi trahir ver m s 46.83 41.55 16.18 8.11 par:pas; -trahie trahir ver f s 46.83 41.55 2.35 2.97 par:pas; -trahies trahir ver f p 46.83 41.55 0.17 0.14 par:pas; -trahir trahir ver 46.83 41.55 10.16 11.01 inf; -trahira trahir ver 46.83 41.55 1.38 0.34 ind:fut:3s; -trahirai trahir ver 46.83 41.55 0.97 0.07 ind:fut:1s; -trahiraient trahir ver 46.83 41.55 0.07 0.20 cnd:pre:3p; -trahirais trahir ver 46.83 41.55 0.40 0.07 cnd:pre:1s;cnd:pre:2s; -trahirait trahir ver 46.83 41.55 0.77 0.34 cnd:pre:3s; -trahiras trahir ver 46.83 41.55 0.09 0.07 ind:fut:2s; -trahirent trahir ver 46.83 41.55 0.00 0.20 ind:pas:3p; -trahirez trahir ver 46.83 41.55 0.07 0.14 ind:fut:2p; -trahiriez trahir ver 46.83 41.55 0.05 0.00 cnd:pre:2p; -trahirons trahir ver 46.83 41.55 0.01 0.00 ind:fut:1p; -trahiront trahir ver 46.83 41.55 0.10 0.41 ind:fut:3p; -trahis trahir ver m p 46.83 41.55 5.92 2.91 imp:pre:2s;ind:pre:1s;ind:pre:2s;par:pas; -trahison trahison nom f s 18.61 18.51 16.74 15.27 -trahisons trahison nom f p 18.61 18.51 1.88 3.24 -trahissaient trahir ver 46.83 41.55 0.26 1.55 ind:imp:3p; -trahissais trahir ver 46.83 41.55 0.06 0.34 ind:imp:1s;ind:imp:2s; -trahissait trahir ver 46.83 41.55 0.16 4.59 ind:imp:3s; -trahissant trahir ver 46.83 41.55 0.50 0.95 par:pre; -trahisse trahir ver 46.83 41.55 0.45 0.74 sub:pre:1s;sub:pre:3s; -trahissent trahir ver 46.83 41.55 1.50 1.62 ind:pre:3p; -trahissez trahir ver 46.83 41.55 1.07 0.27 imp:pre:2p;ind:pre:2p; -trahissiez trahir ver 46.83 41.55 0.28 0.00 ind:imp:2p; -trahissions trahir ver 46.83 41.55 0.01 0.00 ind:imp:1p; -trahissons trahir ver 46.83 41.55 0.01 0.00 imp:pre:1p; -trahit trahir ver 46.83 41.55 3.85 4.53 ind:pre:3s;ind:pas:3s; -traie traire ver 3.69 4.59 0.27 0.00 sub:pre:1s; -train_train train_train nom m 0.69 1.62 0.69 1.62 -train train nom m s 255.28 288.65 244.40 271.28 -trainglots trainglot nom m p 0.00 0.07 0.00 0.07 -training training nom m s 0.02 0.07 0.02 0.07 -trains train nom m p 255.28 288.65 10.88 17.36 -traintrain traintrain nom m 0.00 0.14 0.00 0.14 -traira traire ver 3.69 4.59 0.01 0.00 ind:fut:3s; -trairait traire ver 3.69 4.59 0.01 0.07 cnd:pre:3s; -traire traire ver 3.69 4.59 1.80 1.82 inf; -trais traire ver 3.69 4.59 0.35 0.00 ind:pre:1s;ind:pre:2s; -trait trait nom m s 15.86 97.30 7.83 37.91 -traita traiter ver 104.05 69.93 0.38 2.43 ind:pas:3s; -traitable traitable adj m s 0.05 0.14 0.05 0.07 -traitables traitable adj p 0.05 0.14 0.00 0.07 -traitai traiter ver 104.05 69.93 0.00 0.47 ind:pas:1s; -traitaient traiter ver 104.05 69.93 0.67 2.91 ind:imp:3p; -traitais traiter ver 104.05 69.93 0.81 0.47 ind:imp:1s;ind:imp:2s; -traitait traiter ver 104.05 69.93 2.74 10.34 ind:imp:3s; -traitant traiter ver 104.05 69.93 1.30 3.18 par:pre; -traitante traitant adj f s 0.34 0.41 0.00 0.07 -traitants traitant adj m p 0.34 0.41 0.01 0.07 -traitassent traiter ver 104.05 69.93 0.00 0.07 sub:imp:3p; -traite traiter ver 104.05 69.93 24.08 8.11 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:1s;sub:pre:3s; -traitement traitement nom m s 29.23 14.66 25.44 11.08 -traitements traitement nom m p 29.23 14.66 3.79 3.58 -traitent traiter ver 104.05 69.93 3.95 1.15 ind:pre:3p;sub:pre:3p; -traiter traiter ver 104.05 69.93 25.23 20.27 ind:pre:2p;inf; -traitera traiter ver 104.05 69.93 1.15 0.27 ind:fut:3s; -traiterai traiter ver 104.05 69.93 0.51 0.14 ind:fut:1s; -traiteraient traiter ver 104.05 69.93 0.09 0.14 cnd:pre:3p; -traiterais traiter ver 104.05 69.93 0.19 0.07 cnd:pre:1s;cnd:pre:2s; -traiterait traiter ver 104.05 69.93 0.39 0.81 cnd:pre:3s; -traiteras traiter ver 104.05 69.93 0.25 0.00 ind:fut:2s; -traiterez traiter ver 104.05 69.93 0.32 0.00 ind:fut:2p; -traiteriez traiter ver 104.05 69.93 0.10 0.00 cnd:pre:2p; -traiterons traiter ver 104.05 69.93 0.20 0.00 ind:fut:1p; -traiteront traiter ver 104.05 69.93 0.49 0.27 ind:fut:3p; -traites traiter ver 104.05 69.93 6.84 0.14 ind:pre:2s;sub:pre:2s; -traiteur traiteur nom m s 4.07 1.62 3.45 1.35 -traiteurs traiteur nom m p 4.07 1.62 0.62 0.27 -traitez traiter ver 104.05 69.93 6.09 0.74 imp:pre:2p;ind:pre:2p; -traitiez traiter ver 104.05 69.93 0.40 0.07 ind:imp:2p;sub:pre:2p; -traitions traiter ver 104.05 69.93 0.05 0.54 ind:imp:1p; -traitons traiter ver 104.05 69.93 1.16 0.14 imp:pre:1p;ind:pre:1p; -traitât traiter ver 104.05 69.93 0.00 0.54 sub:imp:3s; -traits trait nom m p 15.86 97.30 8.03 59.39 -traitèrent traiter ver 104.05 69.93 0.10 0.20 ind:pas:3p; -traité traiter ver m s 104.05 69.93 15.51 7.84 par:pas; -traitée traiter ver f s 104.05 69.93 6.87 3.99 par:pas; -traitées traiter ver f p 104.05 69.93 0.78 0.74 par:pas; -traités traiter ver m p 104.05 69.93 3.41 3.92 par:pas; -trajectographie trajectographie nom f s 0.02 0.00 0.02 0.00 -trajectoire trajectoire nom f s 5.90 6.42 5.53 5.54 -trajectoires trajectoire nom f p 5.90 6.42 0.37 0.88 -trajet trajet nom m s 7.74 16.69 7.23 14.66 -trajets trajet nom m p 7.74 16.69 0.51 2.03 -tralala tralala nom m s 1.10 1.55 1.09 1.28 -tralalas tralala nom m p 1.10 1.55 0.01 0.27 -tram tram nom m s 5.73 2.30 5.51 1.69 -tramaient tramer ver 3.06 3.31 0.01 0.54 ind:imp:3p; -tramail tramail nom m s 0.00 0.27 0.00 0.20 -tramails tramail nom m p 0.00 0.27 0.00 0.07 -tramait tramer ver 3.06 3.31 0.16 0.88 ind:imp:3s; -tramant tramer ver 3.06 3.31 0.00 0.27 par:pre; -trame tramer ver 3.06 3.31 2.36 1.08 ind:pre:1s;ind:pre:3s; -trament tramer ver 3.06 3.31 0.10 0.00 ind:pre:3p; -tramer tramer ver 3.06 3.31 0.32 0.07 inf; -trames trame nom f p 0.75 5.41 0.32 0.14 -tramez tramer ver 3.06 3.31 0.03 0.00 imp:pre:2p;ind:pre:2p; -tramontane tramontane nom f s 0.14 0.34 0.14 0.27 -tramontanes tramontane nom f p 0.14 0.34 0.00 0.07 -tramp tramp nom m s 0.04 0.00 0.04 0.00 -trampoline trampoline nom s 1.17 0.14 1.17 0.14 -trams tram nom m p 5.73 2.30 0.22 0.61 -tramé tramer ver m s 3.06 3.31 0.06 0.41 par:pas; -tramés tramer ver m p 3.06 3.31 0.00 0.07 par:pas; -tramway tramway nom m s 0.17 7.64 0.17 5.54 -tramways tramway nom m p 0.17 7.64 0.00 2.09 -trancha trancher ver 11.97 24.73 0.02 4.39 ind:pas:3s; -tranchage tranchage nom m s 0.01 0.07 0.01 0.07 -tranchai trancher ver 11.97 24.73 0.01 0.07 ind:pas:1s; -tranchaient trancher ver 11.97 24.73 0.01 0.95 ind:imp:3p; -tranchais trancher ver 11.97 24.73 0.23 0.00 ind:imp:1s; -tranchait trancher ver 11.97 24.73 0.05 2.43 ind:imp:3s; -tranchant tranchant adj m s 2.54 5.27 1.49 2.43 -tranchante tranchant adj f s 2.54 5.27 0.62 1.96 -tranchantes tranchant adj f p 2.54 5.27 0.23 0.41 -tranchants tranchant adj m p 2.54 5.27 0.20 0.47 -tranche_montagne tranche_montagne nom m s 0.28 0.07 0.28 0.07 -tranche tranche nom f s 6.95 21.82 5.28 11.08 -tranchecaille tranchecaille nom f s 0.00 0.07 0.00 0.07 -tranchelards tranchelard nom m p 0.00 0.07 0.00 0.07 -tranchent trancher ver 11.97 24.73 0.18 0.81 ind:pre:3p; -trancher trancher ver 11.97 24.73 3.88 5.07 inf; -tranchera trancher ver 11.97 24.73 0.26 0.14 ind:fut:3s; -trancherai trancher ver 11.97 24.73 0.23 0.20 ind:fut:1s; -trancherais trancher ver 11.97 24.73 0.11 0.00 cnd:pre:1s;cnd:pre:2s; -trancherait trancher ver 11.97 24.73 0.17 0.27 cnd:pre:3s; -trancheras trancher ver 11.97 24.73 0.16 0.00 ind:fut:2s; -trancheront trancher ver 11.97 24.73 0.06 0.00 ind:fut:3p; -tranches tranche nom f p 6.95 21.82 1.68 10.74 -tranchet tranchet nom m s 0.00 0.27 0.00 0.20 -tranchets tranchet nom m p 0.00 0.27 0.00 0.07 -trancheur trancheur nom m s 0.19 0.00 0.15 0.00 -trancheuse trancheur nom f s 0.19 0.00 0.04 0.00 -tranchez trancher ver 11.97 24.73 0.24 0.00 imp:pre:2p; -tranchiez trancher ver 11.97 24.73 0.01 0.00 ind:imp:2p; -tranchoir tranchoir nom m s 0.03 0.34 0.01 0.14 -tranchoirs tranchoir nom m p 0.03 0.34 0.01 0.20 -tranchons trancher ver 11.97 24.73 0.06 0.14 imp:pre:1p;ind:pre:1p; -tranchât trancher ver 11.97 24.73 0.00 0.14 sub:imp:3s; -tranchèrent trancher ver 11.97 24.73 0.03 0.00 ind:pas:3p; -tranché trancher ver m s 11.97 24.73 2.51 2.91 par:pas; -tranchée_abri tranchée_abri nom f s 0.00 0.81 0.00 0.74 -tranchée tranchée nom f s 6.22 33.72 3.70 21.55 -tranchée_abri tranchée_abri nom f p 0.00 0.81 0.00 0.07 -tranchées tranchée nom f p 6.22 33.72 2.52 12.16 -tranchés tranché adj m p 2.13 3.72 0.05 0.34 -tranquille tranquille adj s 119.69 91.96 103.28 77.50 -tranquillement tranquillement adv 13.26 26.82 13.26 26.82 -tranquilles tranquille adj p 119.69 91.96 16.41 14.46 -tranquillisa tranquilliser ver 1.22 2.09 0.00 0.07 ind:pas:3s; -tranquillisai tranquilliser ver 1.22 2.09 0.01 0.07 ind:pas:1s; -tranquillisaient tranquilliser ver 1.22 2.09 0.00 0.07 ind:imp:3p; -tranquillisait tranquilliser ver 1.22 2.09 0.01 0.34 ind:imp:3s; -tranquillisant tranquillisant nom m s 2.33 1.01 0.86 0.14 -tranquillisante tranquillisant adj f s 0.51 0.20 0.17 0.07 -tranquillisantes tranquillisant adj f p 0.51 0.20 0.06 0.00 -tranquillisants tranquillisant nom m p 2.33 1.01 1.46 0.88 -tranquillise tranquilliser ver 1.22 2.09 0.31 0.27 imp:pre:2s;ind:pre:1s;ind:pre:3s; -tranquillisent tranquilliser ver 1.22 2.09 0.01 0.07 ind:pre:3p; -tranquilliser tranquilliser ver 1.22 2.09 0.65 0.20 inf; -tranquillisera tranquilliser ver 1.22 2.09 0.11 0.00 ind:fut:3s; -tranquilliserait tranquilliser ver 1.22 2.09 0.01 0.07 cnd:pre:3s; -tranquillises tranquilliser ver 1.22 2.09 0.01 0.07 ind:pre:2s; -tranquillisez tranquilliser ver 1.22 2.09 0.01 0.14 imp:pre:2p;ind:pre:2p; -tranquillisé tranquilliser ver m s 1.22 2.09 0.03 0.14 par:pas; -tranquillisée tranquilliser ver f s 1.22 2.09 0.03 0.47 par:pas; -tranquillisés tranquilliser ver m p 1.22 2.09 0.00 0.14 par:pas; -tranquillité tranquillité nom f s 4.68 11.01 4.68 10.81 -tranquillités tranquillité nom f p 4.68 11.01 0.00 0.20 -tranquillos tranquillos adv 0.00 0.81 0.00 0.81 -trans trans adv 0.16 0.00 0.16 0.00 -transaction transaction nom f s 4.47 1.28 3.26 0.34 -transactionnelle transactionnel adj f s 0.00 0.07 0.00 0.07 -transactions transaction nom f p 4.47 1.28 1.21 0.95 -transafricain transafricain adj m s 0.00 0.07 0.00 0.07 -transalpines transalpin adj f p 0.00 0.07 0.00 0.07 -transamazonienne transamazonien adj f s 0.00 0.14 0.00 0.14 -transaminase transaminase nom f s 0.03 0.07 0.01 0.00 -transaminases transaminase nom f p 0.03 0.07 0.01 0.07 -transat transat nom s 0.31 1.49 0.16 0.88 -transatlantique transatlantique nom m s 0.19 2.50 0.19 2.09 -transatlantiques transatlantique adj p 0.12 1.01 0.05 0.34 -transats transat nom p 0.31 1.49 0.15 0.61 -transbahutaient transbahuter ver 0.04 1.42 0.00 0.07 ind:imp:3p; -transbahutant transbahuter ver 0.04 1.42 0.01 0.34 par:pre; -transbahute transbahuter ver 0.04 1.42 0.00 0.14 ind:pre:3s; -transbahutent transbahuter ver 0.04 1.42 0.00 0.07 ind:pre:3p; -transbahuter transbahuter ver 0.04 1.42 0.03 0.27 inf; -transbahutez transbahuter ver 0.04 1.42 0.00 0.07 ind:pre:2p; -transbahuté transbahuter ver m s 0.04 1.42 0.00 0.34 par:pas; -transbahutée transbahuter ver f s 0.04 1.42 0.00 0.07 par:pas; -transbahutés transbahuter ver m p 0.04 1.42 0.00 0.07 par:pas; -transbordement transbordement nom m s 0.06 0.61 0.06 0.41 -transbordements transbordement nom m p 0.06 0.61 0.00 0.20 -transborder transborder ver 0.02 0.14 0.01 0.07 inf; -transbordeur transbordeur nom m s 0.04 0.20 0.04 0.20 -transbordé transborder ver m s 0.02 0.14 0.01 0.07 par:pas; -transcanadienne transcanadienne adj f s 0.03 0.00 0.03 0.00 -transcaspien transcaspien adj m s 0.00 0.07 0.00 0.07 -transcendance transcendance nom f s 0.04 0.61 0.04 0.61 -transcendant transcendant adj m s 0.33 0.68 0.13 0.41 -transcendantal transcendantal adj m s 0.08 0.95 0.00 0.54 -transcendantale transcendantal adj f s 0.08 0.95 0.08 0.34 -transcendantales transcendantal adj f p 0.08 0.95 0.00 0.07 -transcendantalistes transcendantaliste nom p 0.01 0.07 0.01 0.07 -transcendante transcendant adj f s 0.33 0.68 0.15 0.27 -transcendantes transcendant adj f p 0.33 0.68 0.03 0.00 -transcendants transcendant adj m p 0.33 0.68 0.02 0.00 -transcende transcender ver 2.83 0.61 0.46 0.14 imp:pre:2s;ind:pre:3s; -transcendent transcender ver 2.83 0.61 1.84 0.00 ind:pre:3p; -transcender transcender ver 2.83 0.61 0.29 0.20 inf; -transcendons transcender ver 2.83 0.61 0.01 0.00 imp:pre:1p; -transcendé transcender ver m s 2.83 0.61 0.18 0.14 par:pas; -transcendée transcender ver f s 2.83 0.61 0.01 0.07 par:pas; -transcontinental transcontinental adj m s 0.13 0.07 0.09 0.07 -transcontinentale transcontinental adj f s 0.13 0.07 0.05 0.00 -transcriptase transcriptase nom f s 0.12 0.00 0.12 0.00 -transcripteur transcripteur nom m s 0.01 0.00 0.01 0.00 -transcription transcription nom f s 1.24 1.15 0.84 1.08 -transcriptions transcription nom f p 1.24 1.15 0.40 0.07 -transcrire transcrire ver 0.71 3.51 0.35 0.88 inf; -transcris transcrire ver 0.71 3.51 0.01 0.41 imp:pre:2s;ind:pre:1s; -transcrit transcrire ver m s 0.71 3.51 0.24 0.61 ind:pre:3s;par:pas; -transcrite transcrire ver f s 0.71 3.51 0.02 0.20 par:pas; -transcrites transcrire ver f p 0.71 3.51 0.01 0.14 par:pas; -transcrits transcrire ver m p 0.71 3.51 0.01 0.27 par:pas; -transcrivaient transcrire ver 0.71 3.51 0.00 0.07 ind:imp:3p; -transcrivais transcrire ver 0.71 3.51 0.02 0.07 ind:imp:1s; -transcrivait transcrire ver 0.71 3.51 0.00 0.47 ind:imp:3s; -transcrivant transcrire ver 0.71 3.51 0.00 0.20 par:pre; -transcrive transcrire ver 0.71 3.51 0.01 0.07 sub:pre:1s; -transcrivez transcrire ver 0.71 3.51 0.03 0.00 imp:pre:2p;ind:pre:2p; -transcrivis transcrire ver 0.71 3.51 0.00 0.07 ind:pas:1s; -transcrivit transcrire ver 0.71 3.51 0.00 0.07 ind:pas:3s; -transcutané transcutané adj m s 0.03 0.00 0.03 0.00 -transdermique transdermique adj f s 0.01 0.00 0.01 0.00 -transducteur transducteur nom m s 0.06 0.00 0.04 0.00 -transducteurs transducteur nom m p 0.06 0.00 0.02 0.00 -transduction transduction nom f s 0.03 0.00 0.03 0.00 -transe transe nom f s 2.49 5.14 2.41 3.51 -transept transept nom m s 0.01 1.01 0.00 0.88 -transepts transept nom m p 0.01 1.01 0.01 0.14 -transes transe nom f p 2.49 5.14 0.08 1.62 -transfert transfert nom m s 11.07 3.85 10.14 3.31 -transferts transfert nom m p 11.07 3.85 0.94 0.54 -transfigura transfigurer ver 0.28 5.07 0.00 0.14 ind:pas:3s; -transfiguraient transfigurer ver 0.28 5.07 0.00 0.14 ind:imp:3p; -transfigurait transfigurer ver 0.28 5.07 0.00 1.01 ind:imp:3s; -transfigurant transfigurer ver 0.28 5.07 0.10 0.14 par:pre; -transfiguration transfiguration nom f s 0.25 0.88 0.25 0.81 -transfigurations transfiguration nom f p 0.25 0.88 0.00 0.07 -transfiguratrice transfigurateur nom f s 0.00 0.07 0.00 0.07 -transfigure transfigurer ver 0.28 5.07 0.01 0.47 imp:pre:2s;ind:pre:3s; -transfigurent transfigurer ver 0.28 5.07 0.00 0.27 ind:pre:3p; -transfigurer transfigurer ver 0.28 5.07 0.00 0.47 inf; -transfigurerait transfigurer ver 0.28 5.07 0.00 0.07 cnd:pre:3s; -transfigurez transfigurer ver 0.28 5.07 0.14 0.00 imp:pre:2p; -transfiguré transfigurer ver m s 0.28 5.07 0.01 1.35 par:pas; -transfigurée transfigurer ver f s 0.28 5.07 0.01 0.61 par:pas; -transfigurées transfigurer ver f p 0.28 5.07 0.00 0.14 par:pas; -transfigurés transfigurer ver m p 0.28 5.07 0.02 0.27 par:pas; -transfilaient transfiler ver 0.00 0.14 0.00 0.07 ind:imp:3p; -transfilée transfiler ver f s 0.00 0.14 0.00 0.07 par:pas; -transfo transfo nom m s 0.34 0.00 0.24 0.00 -transforma transformer ver 42.14 60.68 0.50 3.11 ind:pas:3s; -transformable transformable adj s 0.01 0.14 0.01 0.14 -transformai transformer ver 42.14 60.68 0.01 0.34 ind:pas:1s; -transformaient transformer ver 42.14 60.68 0.35 2.77 ind:imp:3p; -transformais transformer ver 42.14 60.68 0.13 0.14 ind:imp:1s;ind:imp:2s; -transformait transformer ver 42.14 60.68 0.67 7.36 ind:imp:3s; -transformant transformer ver 42.14 60.68 0.77 1.89 par:pre; -transformas transformer ver 42.14 60.68 0.00 0.07 ind:pas:2s; -transformateur transformateur nom m s 0.64 0.47 0.43 0.34 -transformateurs transformateur nom m p 0.64 0.47 0.22 0.14 -transformation transformation nom f s 4.48 6.22 3.12 4.39 -transformations transformation nom f p 4.48 6.22 1.36 1.82 -transformatrice transformateur adj f s 0.11 0.14 0.01 0.00 -transforme transformer ver 42.14 60.68 9.38 6.76 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -transforment transformer ver 42.14 60.68 1.76 1.82 ind:pre:3p; -transformer transformer ver 42.14 60.68 11.79 13.99 inf; -transformera transformer ver 42.14 60.68 0.66 0.34 ind:fut:3s; -transformerai transformer ver 42.14 60.68 0.42 0.00 ind:fut:1s; -transformeraient transformer ver 42.14 60.68 0.05 0.14 cnd:pre:3p; -transformerais transformer ver 42.14 60.68 0.02 0.00 cnd:pre:1s;cnd:pre:2s; -transformerait transformer ver 42.14 60.68 0.15 0.54 cnd:pre:3s; -transformeras transformer ver 42.14 60.68 0.05 0.07 ind:fut:2s; -transformeriez transformer ver 42.14 60.68 0.04 0.00 cnd:pre:2p; -transformerons transformer ver 42.14 60.68 0.04 0.00 ind:fut:1p; -transformeront transformer ver 42.14 60.68 0.34 0.14 ind:fut:3p; -transformes transformer ver 42.14 60.68 0.70 0.14 ind:pre:2s; -transformez transformer ver 42.14 60.68 0.99 0.14 imp:pre:2p;ind:pre:2p; -transformiez transformer ver 42.14 60.68 0.04 0.00 ind:imp:2p; -transformiste transformiste nom s 0.19 0.00 0.19 0.00 -transformons transformer ver 42.14 60.68 0.23 0.07 imp:pre:1p;ind:pre:1p; -transformât transformer ver 42.14 60.68 0.00 0.34 sub:imp:3s; -transformèrent transformer ver 42.14 60.68 0.03 0.27 ind:pas:3p; -transformé transformer ver m s 42.14 60.68 8.41 10.20 par:pas; -transformée transformer ver f s 42.14 60.68 2.50 6.69 par:pas; -transformées transformer ver f p 42.14 60.68 0.36 1.49 par:pas; -transformés transformer ver m p 42.14 60.68 1.74 1.89 par:pas; -transfos transfo nom m p 0.34 0.00 0.10 0.00 -transfère transférer ver 18.40 5.20 2.07 0.27 imp:pre:2s;ind:pre:1s;ind:pre:3s; -transfèrement transfèrement nom m s 0.00 0.27 0.00 0.14 -transfèrements transfèrement nom m p 0.00 0.27 0.00 0.14 -transfèrent transférer ver 18.40 5.20 0.34 0.00 ind:pre:3p; -transfuge transfuge nom m s 0.60 1.15 0.41 0.47 -transfuges transfuge nom m p 0.60 1.15 0.20 0.68 -transféra transférer ver 18.40 5.20 0.02 0.00 ind:pas:3s; -transférable transférable adj s 0.02 0.00 0.02 0.00 -transféraient transférer ver 18.40 5.20 0.01 0.07 ind:imp:3p; -transférais transférer ver 18.40 5.20 0.01 0.07 ind:imp:1s;ind:imp:2s; -transférait transférer ver 18.40 5.20 0.09 0.27 ind:imp:3s; -transférant transférer ver 18.40 5.20 0.09 0.07 par:pre; -transférer transférer ver 18.40 5.20 4.67 0.88 inf; -transférera transférer ver 18.40 5.20 0.05 0.00 ind:fut:3s; -transférerai transférer ver 18.40 5.20 0.30 0.00 ind:fut:1s; -transférerait transférer ver 18.40 5.20 0.02 0.00 cnd:pre:3s; -transféreras transférer ver 18.40 5.20 0.01 0.00 ind:fut:2s; -transférerez transférer ver 18.40 5.20 0.01 0.00 ind:fut:2p; -transférerons transférer ver 18.40 5.20 0.11 0.00 ind:fut:1p; -transféreront transférer ver 18.40 5.20 0.05 0.00 ind:fut:3p; -transférez transférer ver 18.40 5.20 0.80 0.00 imp:pre:2p;ind:pre:2p; -transfériez transférer ver 18.40 5.20 0.03 0.00 ind:imp:2p; -transférâmes transférer ver 18.40 5.20 0.00 0.07 ind:pas:1p; -transférons transférer ver 18.40 5.20 0.20 0.00 imp:pre:1p;ind:pre:1p; -transférèrent transférer ver 18.40 5.20 0.01 0.07 ind:pas:3p; -transféré transférer ver m s 18.40 5.20 6.51 2.09 par:pas; -transférée transférer ver f s 18.40 5.20 1.69 0.88 par:pas; -transférées transférer ver f p 18.40 5.20 0.28 0.07 par:pas; -transférés transférer ver m p 18.40 5.20 1.03 0.41 par:pas; -transfusait transfuser ver 0.33 0.54 0.01 0.14 ind:imp:3s; -transfuse transfuser ver 0.33 0.54 0.06 0.00 imp:pre:2s;ind:pre:3s; -transfuser transfuser ver 0.33 0.54 0.23 0.34 inf; -transfuseur transfuseur nom m s 0.01 0.00 0.01 0.00 -transfusion transfusion nom f s 2.37 1.82 2.02 1.42 -transfusions transfusion nom f p 2.37 1.82 0.35 0.41 -transfusé transfuser ver m s 0.33 0.54 0.03 0.00 par:pas; -transfusée transfusé nom f s 0.01 0.00 0.01 0.00 -transfusés transfuser ver m p 0.33 0.54 0.00 0.07 par:pas; -transgressait transgresser ver 1.58 1.28 0.00 0.14 ind:imp:3s; -transgresse transgresser ver 1.58 1.28 0.12 0.07 imp:pre:2s;ind:pre:1s;ind:pre:3s; -transgressent transgresser ver 1.58 1.28 0.04 0.00 ind:pre:3p; -transgresser transgresser ver 1.58 1.28 0.87 0.61 inf; -transgresseur transgresseur nom m s 0.04 0.00 0.04 0.00 -transgressez transgresser ver 1.58 1.28 0.14 0.00 ind:pre:2p; -transgression transgression nom f s 0.95 1.28 0.56 1.08 -transgressions transgression nom f p 0.95 1.28 0.39 0.20 -transgressons transgresser ver 1.58 1.28 0.01 0.07 imp:pre:1p;ind:pre:1p; -transgressé transgresser ver m s 1.58 1.28 0.28 0.27 par:pas; -transgressée transgresser ver f s 1.58 1.28 0.04 0.07 par:pas; -transgressées transgresser ver f p 1.58 1.28 0.07 0.07 par:pas; -transgénique transgénique adj s 0.37 0.00 0.20 0.00 -transgéniques transgénique adj p 0.37 0.00 0.17 0.00 -transhistorique transhistorique adj s 0.00 0.07 0.00 0.07 -transhumait transhumer ver 0.01 0.07 0.00 0.07 ind:imp:3s; -transhumance transhumance nom f s 0.01 0.14 0.01 0.07 -transhumances transhumance nom f p 0.01 0.14 0.00 0.07 -transhumant transhumant adj m s 0.00 0.20 0.00 0.07 -transhumantes transhumant adj f p 0.00 0.20 0.00 0.07 -transhumants transhumant adj m p 0.00 0.20 0.00 0.07 -transhumés transhumer ver m p 0.01 0.07 0.01 0.00 par:pas; -transi transi adj m s 0.53 3.85 0.40 2.43 -transie transi adj f s 0.53 3.85 0.10 0.27 -transies transir ver f p 0.17 2.43 0.02 0.27 par:pas; -transige transiger ver 0.64 1.42 0.08 0.00 imp:pre:2s;ind:pre:1s;ind:pre:3s; -transigeait transiger ver 0.64 1.42 0.00 0.20 ind:imp:3s; -transigeant transiger ver 0.64 1.42 0.00 0.07 par:pre; -transigent transiger ver 0.64 1.42 0.00 0.07 ind:pre:3p; -transigeons transiger ver 0.64 1.42 0.02 0.00 imp:pre:1p; -transiger transiger ver 0.64 1.42 0.46 0.74 inf; -transigera transiger ver 0.64 1.42 0.01 0.07 ind:fut:3s; -transigerai transiger ver 0.64 1.42 0.00 0.07 ind:fut:1s; -transigé transiger ver m s 0.64 1.42 0.07 0.20 par:pas; -transillumination transillumination nom f s 0.01 0.00 0.01 0.00 -transir transir ver 0.17 2.43 0.00 0.14 inf; -transis transi adj m p 0.53 3.85 0.02 1.01 -transistor transistor nom m s 1.00 5.07 0.62 3.99 -transistorisées transistorisé adj f p 0.01 0.07 0.00 0.07 -transistorisés transistorisé adj m p 0.01 0.07 0.01 0.00 -transistors transistor nom m p 1.00 5.07 0.38 1.08 -transit transit nom m s 1.64 2.64 1.62 2.50 -transitaient transiter ver 0.44 1.35 0.00 0.14 ind:imp:3p; -transitaire transitaire adj f s 0.04 0.07 0.04 0.00 -transitaires transitaire adj p 0.04 0.07 0.00 0.07 -transitaires transitaire nom p 0.00 0.07 0.00 0.07 -transitais transiter ver 0.44 1.35 0.00 0.07 ind:imp:1s; -transitait transiter ver 0.44 1.35 0.00 0.20 ind:imp:3s; -transitant transiter ver 0.44 1.35 0.00 0.14 par:pre; -transite transiter ver 0.44 1.35 0.08 0.07 imp:pre:2s;ind:pre:3s; -transitent transiter ver 0.44 1.35 0.04 0.00 ind:pre:3p; -transiter transiter ver 0.44 1.35 0.22 0.41 inf; -transitif transitif adj m s 0.04 0.14 0.01 0.14 -transitifs transitif adj m p 0.04 0.14 0.02 0.00 -transition transition nom f s 3.68 8.78 3.45 7.57 -transitionnel transitionnel adj m s 0.04 0.00 0.03 0.00 -transitionnelle transitionnel adj f s 0.04 0.00 0.01 0.00 -transitions transition nom f p 3.68 8.78 0.23 1.22 -transitoire transitoire adj s 0.41 1.42 0.39 1.01 -transitoirement transitoirement adv 0.01 0.00 0.01 0.00 -transitoires transitoire adj f p 0.41 1.42 0.02 0.41 -transits transit nom m p 1.64 2.64 0.03 0.14 -transité transiter ver m s 0.44 1.35 0.10 0.34 par:pas; -translater translater ver 0.01 0.07 0.01 0.00 inf; -translates translater ver 0.01 0.07 0.00 0.07 ind:pre:2s; -translation translation nom f s 0.60 0.47 0.60 0.41 -translations translation nom f p 0.60 0.47 0.00 0.07 -translocation translocation nom f s 0.01 0.00 0.01 0.00 -translucide translucide adj s 0.84 5.88 0.81 4.26 -translucides translucide adj p 0.84 5.88 0.03 1.62 -translucidité translucidité nom f s 0.00 0.14 0.00 0.14 -transmet transmettre ver 25.09 24.39 3.00 2.09 ind:pre:3s; -transmets transmettre ver 25.09 24.39 1.75 0.07 imp:pre:2s;ind:pre:1s;ind:pre:2s; -transmettaient transmettre ver 25.09 24.39 0.03 0.95 ind:imp:3p; -transmettais transmettre ver 25.09 24.39 0.03 0.14 ind:imp:1s; -transmettait transmettre ver 25.09 24.39 0.05 1.89 ind:imp:3s; -transmettant transmettre ver 25.09 24.39 0.32 0.54 par:pre; -transmette transmettre ver 25.09 24.39 0.31 0.27 sub:pre:1s;sub:pre:3s; -transmettent transmettre ver 25.09 24.39 0.75 0.88 ind:pre:3p; -transmetteur transmetteur nom m s 1.83 0.00 1.62 0.00 -transmetteurs transmetteur nom m p 1.83 0.00 0.21 0.00 -transmettez transmettre ver 25.09 24.39 1.61 0.20 imp:pre:2p;ind:pre:2p; -transmettions transmettre ver 25.09 24.39 0.00 0.07 ind:imp:1p; -transmettons transmettre ver 25.09 24.39 0.43 0.00 imp:pre:1p;ind:pre:1p; -transmettra transmettre ver 25.09 24.39 0.74 0.07 ind:fut:3s; -transmettrai transmettre ver 25.09 24.39 1.53 0.20 ind:fut:1s; -transmettrait transmettre ver 25.09 24.39 0.04 0.14 cnd:pre:3s; -transmettras transmettre ver 25.09 24.39 0.07 0.07 ind:fut:2s; -transmettre transmettre ver 25.09 24.39 7.79 7.70 inf; -transmettrez transmettre ver 25.09 24.39 0.12 0.07 ind:fut:2p; -transmettrons transmettre ver 25.09 24.39 0.21 0.00 ind:fut:1p; -transmettront transmettre ver 25.09 24.39 0.08 0.07 ind:fut:3p; -transmigrait transmigrer ver 0.00 0.14 0.00 0.07 ind:imp:3s; -transmigration transmigration nom f s 0.05 0.14 0.05 0.14 -transmigrent transmigrer ver 0.00 0.14 0.00 0.07 ind:pre:3p; -transmirent transmettre ver 25.09 24.39 0.00 0.14 ind:pas:3p; -transmis transmettre ver m 25.09 24.39 5.25 5.27 par:pas; -transmise transmettre ver f s 25.09 24.39 0.61 1.49 par:pas; -transmises transmettre ver f p 25.09 24.39 0.34 1.22 par:pas; -transmissible transmissible adj s 0.39 0.41 0.19 0.34 -transmissibles transmissible adj f p 0.39 0.41 0.20 0.07 -transmission transmission nom f s 9.63 6.55 7.63 3.24 -transmissions transmission nom f p 9.63 6.55 1.99 3.31 -transmit transmettre ver 25.09 24.39 0.04 0.88 ind:pas:3s; -transmuait transmuer ver 0.11 0.54 0.00 0.07 ind:imp:3s; -transmuer transmuer ver 0.11 0.54 0.11 0.00 inf; -transmutait transmuter ver 0.16 0.41 0.01 0.14 ind:imp:3s; -transmutant transmuter ver 0.16 0.41 0.01 0.00 par:pre; -transmutation transmutation nom f s 0.15 1.35 0.10 1.22 -transmutations transmutation nom f p 0.15 1.35 0.05 0.14 -transmute transmuter ver 0.16 0.41 0.01 0.14 ind:pre:1s;ind:pre:3s; -transmutent transmuter ver 0.16 0.41 0.00 0.07 ind:pre:3p; -transmuter transmuter ver 0.16 0.41 0.01 0.00 inf; -transmuté transmuter ver m s 0.16 0.41 0.11 0.07 par:pas; -transmué transmuer ver m s 0.11 0.54 0.00 0.07 par:pas; -transmuée transmuer ver f s 0.11 0.54 0.00 0.20 par:pas; -transmuées transmuer ver f p 0.11 0.54 0.00 0.07 par:pas; -transmués transmuer ver m p 0.11 0.54 0.00 0.14 par:pas; -transnational transnational adj m s 0.02 0.00 0.01 0.00 -transnationaux transnational adj m p 0.02 0.00 0.01 0.00 -transocéanique transocéanique adj s 0.01 0.07 0.01 0.00 -transocéaniques transocéanique adj m p 0.01 0.07 0.00 0.07 -transparaît transparaître ver 0.44 3.72 0.13 0.68 ind:pre:3s; -transparaître transparaître ver 0.44 3.72 0.19 1.15 inf; -transparaissaient transparaître ver 0.44 3.72 0.00 0.07 ind:imp:3p; -transparaissait transparaître ver 0.44 3.72 0.01 1.42 ind:imp:3s; -transparaisse transparaître ver 0.44 3.72 0.11 0.07 sub:pre:3s; -transparaissent transparaître ver 0.44 3.72 0.00 0.34 ind:pre:3p; -transparence transparence nom f s 1.64 11.35 1.59 10.68 -transparences transparence nom f p 1.64 11.35 0.05 0.68 -transparent transparent adj m s 5.48 30.81 2.66 11.89 -transparente transparent adj f s 5.48 30.81 1.69 12.23 -transparentes transparent adj f p 5.48 30.81 0.69 3.92 -transparents transparent adj m p 5.48 30.81 0.45 2.77 -transperce transpercer ver 4.42 8.11 0.82 1.42 imp:pre:2s;ind:pre:1s;ind:pre:3s; -transpercent transpercer ver 4.42 8.11 0.05 0.41 ind:pre:3p; -transpercer transpercer ver 4.42 8.11 0.73 0.95 inf; -transpercerai transpercer ver 4.42 8.11 0.13 0.00 ind:fut:1s; -transpercerait transpercer ver 4.42 8.11 0.03 0.07 cnd:pre:3s; -transpercez transpercer ver 4.42 8.11 0.15 0.00 imp:pre:2p;ind:pre:2p; -transpercèrent transpercer ver 4.42 8.11 0.00 0.07 ind:pas:3p; -transpercé transpercer ver m s 4.42 8.11 1.63 2.09 par:pas; -transpercée transpercer ver f s 4.42 8.11 0.32 1.08 par:pas; -transpercées transpercer ver f p 4.42 8.11 0.01 0.14 par:pas; -transpercés transpercer ver m p 4.42 8.11 0.06 0.27 par:pas; -transperça transpercer ver 4.42 8.11 0.35 0.54 ind:pas:3s; -transperçaient transpercer ver 4.42 8.11 0.01 0.41 ind:imp:3p; -transperçait transpercer ver 4.42 8.11 0.02 0.61 ind:imp:3s; -transperçant transpercer ver 4.42 8.11 0.10 0.07 par:pre; -transpira transpirer ver 7.75 10.74 0.00 0.27 ind:pas:3s; -transpiraient transpirer ver 7.75 10.74 0.12 0.47 ind:imp:3p; -transpirais transpirer ver 7.75 10.74 0.10 0.34 ind:imp:1s;ind:imp:2s; -transpirait transpirer ver 7.75 10.74 0.10 3.51 ind:imp:3s; -transpirant transpirer ver 7.75 10.74 0.10 1.01 par:pre; -transpirante transpirant adj f s 0.07 0.61 0.00 0.07 -transpirants transpirant adj m p 0.07 0.61 0.02 0.07 -transpiration transpiration nom f s 0.75 3.24 0.75 3.24 -transpire transpirer ver 7.75 10.74 2.52 2.43 imp:pre:2s;ind:pre:1s;ind:pre:3s; -transpirent transpirer ver 7.75 10.74 0.25 0.27 ind:pre:3p; -transpirer transpirer ver 7.75 10.74 1.94 1.96 inf; -transpirera transpirer ver 7.75 10.74 0.18 0.00 ind:fut:3s; -transpirerait transpirer ver 7.75 10.74 0.00 0.07 cnd:pre:3s; -transpires transpirer ver 7.75 10.74 0.84 0.14 ind:pre:2s; -transpirez transpirer ver 7.75 10.74 0.80 0.07 imp:pre:2p;ind:pre:2p; -transpiré transpirer ver m s 7.75 10.74 0.79 0.20 par:pas; -transplantable transplantable adj m s 0.00 0.07 0.00 0.07 -transplantait transplanter ver 0.20 1.08 0.01 0.07 ind:imp:3s; -transplantation transplantation nom f s 2.85 0.20 2.04 0.14 -transplantations transplantation nom f p 2.85 0.20 0.81 0.07 -transplante transplanter ver 0.20 1.08 0.03 0.07 ind:pre:3s; -transplanter transplanter ver 0.20 1.08 0.05 0.34 inf; -transplantons transplanter ver 0.20 1.08 0.01 0.00 ind:pre:1p; -transplants transplant nom m p 0.02 0.00 0.02 0.00 -transplanté transplanter ver m s 0.20 1.08 0.04 0.27 par:pas; -transplantée transplanter ver f s 0.20 1.08 0.03 0.27 par:pas; -transplantées transplanté adj f p 0.07 0.34 0.00 0.07 -transplantés transplanter ver m p 0.20 1.08 0.04 0.07 par:pas; -transpondeur transpondeur nom m s 0.97 0.00 0.97 0.00 -transport transport nom m s 20.34 22.16 13.06 14.12 -transporta transporter ver 22.06 40.88 0.22 1.96 ind:pas:3s; -transportable transportable adj s 0.52 0.61 0.41 0.47 -transportables transportable adj m p 0.52 0.61 0.11 0.14 -transportai transporter ver 22.06 40.88 0.00 0.20 ind:pas:1s; -transportaient transporter ver 22.06 40.88 0.43 1.76 ind:imp:3p; -transportais transporter ver 22.06 40.88 0.21 0.68 ind:imp:1s;ind:imp:2s; -transportait transporter ver 22.06 40.88 1.28 4.86 ind:imp:3s; -transportant transporter ver 22.06 40.88 1.18 1.69 par:pre; -transportation transportation nom f s 0.07 0.00 0.07 0.00 -transporte transporter ver 22.06 40.88 3.56 3.18 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -transportent transporter ver 22.06 40.88 0.59 1.28 ind:pre:3p;sub:pre:3p; -transporter transporter ver 22.06 40.88 7.31 10.34 inf; -transportera transporter ver 22.06 40.88 0.16 0.34 ind:fut:3s; -transporteraient transporter ver 22.06 40.88 0.00 0.20 cnd:pre:3p; -transporterais transporter ver 22.06 40.88 0.02 0.07 cnd:pre:1s; -transporterait transporter ver 22.06 40.88 0.01 0.20 cnd:pre:3s; -transporterons transporter ver 22.06 40.88 0.00 0.07 ind:fut:1p; -transporteur transporteur nom m s 2.46 0.74 2.20 0.41 -transporteurs transporteur nom m p 2.46 0.74 0.26 0.34 -transporteuse transporteur adj f s 0.50 0.20 0.01 0.00 -transportez transporter ver 22.06 40.88 1.43 0.54 imp:pre:2p;ind:pre:2p; -transportiez transporter ver 22.06 40.88 0.06 0.07 ind:imp:2p; -transportions transporter ver 22.06 40.88 0.04 0.20 ind:imp:1p; -transportâmes transporter ver 22.06 40.88 0.00 0.14 ind:pas:1p; -transportons transporter ver 22.06 40.88 0.44 0.00 imp:pre:1p;ind:pre:1p; -transportât transporter ver 22.06 40.88 0.00 0.14 sub:imp:3s; -transports transport nom m p 20.34 22.16 7.28 8.04 -transportèrent transporter ver 22.06 40.88 0.00 0.47 ind:pas:3p; -transporté transporter ver m s 22.06 40.88 3.59 6.62 par:pas; -transportée transporter ver f s 22.06 40.88 0.91 3.24 par:pas; -transportées transporter ver f p 22.06 40.88 0.24 1.15 par:pas; -transportés transporter ver m p 22.06 40.88 0.37 1.49 par:pas; -transposable transposable adj m s 0.00 0.14 0.00 0.07 -transposables transposable adj m p 0.00 0.14 0.00 0.07 -transposaient transposer ver 0.36 3.31 0.00 0.27 ind:imp:3p; -transposait transposer ver 0.36 3.31 0.00 0.41 ind:imp:3s; -transposant transposer ver 0.36 3.31 0.01 0.20 par:pre; -transpose transposer ver 0.36 3.31 0.00 0.41 imp:pre:2s;ind:pre:3s; -transposent transposer ver 0.36 3.31 0.00 0.07 ind:pre:3p; -transposer transposer ver 0.36 3.31 0.10 0.81 inf; -transposez transposer ver 0.36 3.31 0.02 0.07 imp:pre:2p;ind:pre:2p; -transposition transposition nom f s 0.41 0.61 0.31 0.34 -transpositions transposition nom f p 0.41 0.61 0.10 0.27 -transposon transposon nom m s 0.04 0.00 0.04 0.00 -transposons transposer ver 0.36 3.31 0.02 0.14 imp:pre:1p;ind:pre:1p;; -transposé transposer ver m s 0.36 3.31 0.08 0.41 par:pas; -transposée transposer ver f s 0.36 3.31 0.12 0.27 par:pas; -transposés transposer ver m p 0.36 3.31 0.01 0.27 par:pas; -transsaharienne transsaharien adj f s 0.00 0.07 0.00 0.07 -transsaharienne transsaharien nom f s 0.00 0.07 0.00 0.07 -transsexualisme transsexualisme nom m s 0.01 0.00 0.01 0.00 -transsexualité transsexualité nom f s 0.01 0.00 0.01 0.00 -transsexuel transsexuel adj m s 0.69 0.14 0.32 0.07 -transsexuelle transsexuel adj f s 0.69 0.14 0.12 0.00 -transsexuels transsexuel adj m p 0.69 0.14 0.26 0.07 -transsibérien transsibérien nom m s 0.11 0.07 0.11 0.07 -transsibérienne transsibérien adj f s 0.02 0.07 0.02 0.07 -transsubstantiation transsubstantiation nom f s 0.03 0.34 0.03 0.34 -transsudait transsuder ver 0.00 0.14 0.00 0.07 ind:imp:3s; -transsudant transsuder ver 0.00 0.14 0.00 0.07 par:pre; -transsudat transsudat nom m s 0.03 0.00 0.03 0.00 -transuranienne transuranien adj f s 0.01 0.00 0.01 0.00 -transvasait transvaser ver 0.31 0.61 0.00 0.20 ind:imp:3s; -transvase transvaser ver 0.31 0.61 0.14 0.14 imp:pre:2s;ind:pre:1s;ind:pre:3s; -transvaser transvaser ver 0.31 0.61 0.06 0.14 inf; -transvasons transvaser ver 0.31 0.61 0.10 0.00 ind:pre:1p; -transvasèrent transvaser ver 0.31 0.61 0.00 0.07 ind:pas:3p; -transvasées transvaser ver f p 0.31 0.61 0.00 0.07 par:pas; -transversal transversal adj m s 0.28 2.70 0.06 0.20 -transversale transversal adj f s 0.28 2.70 0.13 1.62 -transversalement transversalement adv 0.01 0.07 0.01 0.07 -transversales transversal adj f p 0.28 2.70 0.08 0.81 -transversaux transversal adj m p 0.28 2.70 0.00 0.07 -transverse transverse adj f s 0.08 0.00 0.08 0.00 -transvestisme transvestisme nom m s 0.02 0.00 0.02 0.00 -transylvain transylvain adj m s 0.00 0.07 0.00 0.07 -transylvanienne transylvanien adj f s 0.01 0.00 0.01 0.00 -trappe trappe nom f s 5.18 6.49 4.86 5.41 -trappes trappe nom f p 5.18 6.49 0.32 1.08 -trappeur trappeur nom m s 1.65 2.03 1.00 1.35 -trappeurs trappeur nom m p 1.65 2.03 0.65 0.68 -trappiste trappiste nom m s 0.12 0.47 0.05 0.27 -trappistes trappiste nom m p 0.12 0.47 0.07 0.20 -trappon trappon nom m s 0.00 0.41 0.00 0.41 -trapèze trapèze nom m s 1.14 3.78 1.10 3.04 -trapèzes trapèze nom m p 1.14 3.78 0.04 0.74 -trapu trapu adj m s 0.42 9.05 0.39 4.86 -trapue trapu adj f s 0.42 9.05 0.02 1.76 -trapues trapu adj f p 0.42 9.05 0.01 0.81 -trapus trapu adj m p 0.42 9.05 0.00 1.62 -trapéziste trapéziste nom s 1.03 1.01 0.95 0.81 -trapézistes trapéziste nom p 1.03 1.01 0.08 0.20 -trapézoïdal trapézoïdal adj m s 0.02 0.68 0.02 0.14 -trapézoïdale trapézoïdal adj f s 0.02 0.68 0.00 0.27 -trapézoïdales trapézoïdal adj f p 0.02 0.68 0.00 0.20 -trapézoïdaux trapézoïdal adj m p 0.02 0.68 0.00 0.07 -trapézoïde trapézoïde adj s 0.08 0.00 0.08 0.00 -traqua traquer ver 13.97 14.39 0.01 0.07 ind:pas:3s; -traquaient traquer ver 13.97 14.39 0.38 0.68 ind:imp:3p; -traquais traquer ver 13.97 14.39 0.19 0.41 ind:imp:1s;ind:imp:2s; -traquait traquer ver 13.97 14.39 0.59 1.22 ind:imp:3s; -traquant traquer ver 13.97 14.39 0.28 0.47 par:pre; -traque traquer ver 13.97 14.39 2.53 1.08 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -traquenard traquenard nom m s 1.14 1.89 0.98 1.35 -traquenards traquenard nom m p 1.14 1.89 0.16 0.54 -traquent traquer ver 13.97 14.39 1.22 0.47 ind:pre:3p; -traquer traquer ver 13.97 14.39 3.04 1.96 inf; -traquera traquer ver 13.97 14.39 0.23 0.07 ind:fut:3s; -traquerai traquer ver 13.97 14.39 0.32 0.00 ind:fut:1s; -traquerais traquer ver 13.97 14.39 0.18 0.00 cnd:pre:1s;cnd:pre:2s; -traquerait traquer ver 13.97 14.39 0.04 0.00 cnd:pre:3s; -traquerons traquer ver 13.97 14.39 0.04 0.00 ind:fut:1p; -traqueront traquer ver 13.97 14.39 0.17 0.00 ind:fut:3p; -traques traquer ver 13.97 14.39 0.67 0.00 ind:pre:2s; -traquet traquet nom m s 0.06 0.34 0.06 0.20 -traquets traquet nom m p 0.06 0.34 0.00 0.14 -traqueur traqueur nom m s 0.78 0.68 0.49 0.34 -traqueurs traqueur nom m p 0.78 0.68 0.29 0.27 -traqueuse traqueur nom f s 0.78 0.68 0.00 0.07 -traquez traquer ver 13.97 14.39 0.18 0.00 imp:pre:2p;ind:pre:2p; -traquiez traquer ver 13.97 14.39 0.04 0.00 ind:imp:2p; -traquions traquer ver 13.97 14.39 0.04 0.07 ind:imp:1p; -traquons traquer ver 13.97 14.39 0.12 0.00 imp:pre:1p;ind:pre:1p; -traquèrent traquer ver 13.97 14.39 0.02 0.00 ind:pas:3p; -traqué traquer ver m s 13.97 14.39 2.64 4.53 par:pas; -traquée traquer ver f s 13.97 14.39 0.34 1.49 par:pas; -traquées traquer ver f p 13.97 14.39 0.03 0.07 par:pas; -traqués traquer ver m p 13.97 14.39 0.67 1.82 par:pas; -traça tracer ver 10.49 42.36 0.00 2.36 ind:pas:3s; -traçabilité traçabilité nom f s 0.02 0.00 0.02 0.00 -traçage traçage nom m s 0.29 0.00 0.29 0.00 -traçai tracer ver 10.49 42.36 0.00 0.14 ind:pas:1s; -traçaient tracer ver 10.49 42.36 0.02 1.82 ind:imp:3p; -traçais tracer ver 10.49 42.36 0.03 0.41 ind:imp:1s; -traçait tracer ver 10.49 42.36 0.14 3.24 ind:imp:3s; -traçant tracer ver 10.49 42.36 0.15 2.30 par:pre; -traçante traçant adj f s 0.17 0.41 0.02 0.20 -traçantes traçant adj f p 0.17 0.41 0.15 0.20 -traçons tracer ver 10.49 42.36 0.11 0.00 ind:pre:1p; -traçât tracer ver 10.49 42.36 0.00 0.14 sub:imp:3s; -trattoria trattoria nom f s 0.19 0.41 0.19 0.34 -trattorias trattoria nom f p 0.19 0.41 0.00 0.07 -trauma trauma nom m s 4.69 0.47 4.44 0.47 -traumas trauma nom m p 4.69 0.47 0.25 0.00 -traumatique traumatique adj s 0.65 0.07 0.56 0.07 -traumatiques traumatique adj p 0.65 0.07 0.09 0.00 -traumatisant traumatisant adj m s 1.48 0.14 0.85 0.07 -traumatisante traumatisant adj f s 1.48 0.14 0.42 0.00 -traumatisantes traumatisant adj f p 1.48 0.14 0.14 0.07 -traumatisants traumatisant adj m p 1.48 0.14 0.07 0.00 -traumatise traumatiser ver 2.94 1.55 0.20 0.14 ind:pre:3s; -traumatiser traumatiser ver 2.94 1.55 0.24 0.14 inf; -traumatisme traumatisme nom m s 6.69 1.08 6.10 0.88 -traumatismes traumatisme nom m p 6.69 1.08 0.59 0.20 -traumatisé traumatiser ver m s 2.94 1.55 1.20 0.54 par:pas; -traumatisée traumatiser ver f s 2.94 1.55 0.78 0.47 par:pas; -traumatisées traumatiser ver f p 2.94 1.55 0.04 0.00 par:pas; -traumatisés traumatiser ver m p 2.94 1.55 0.43 0.27 par:pas; -traumatologie traumatologie nom f s 0.09 0.00 0.09 0.00 -traumatologique traumatologique adj m s 0.01 0.00 0.01 0.00 -traumatologue traumatologue nom s 0.02 0.00 0.02 0.00 -travail travail nom m s 389.83 263.45 367.43 223.99 -travailla travailler ver 479.48 202.70 0.56 2.09 ind:pas:3s; -travaillai travailler ver 479.48 202.70 0.08 0.27 ind:pas:1s; -travaillaient travailler ver 479.48 202.70 3.02 9.12 ind:imp:3p; -travaillais travailler ver 479.48 202.70 13.68 7.03 ind:imp:1s;ind:imp:2s; -travaillait travailler ver 479.48 202.70 24.57 27.84 ind:imp:3s; -travaillant travailler ver 479.48 202.70 5.39 6.42 par:pre; -travaillassent travailler ver 479.48 202.70 0.00 0.14 sub:imp:3p; -travaille travailler ver 479.48 202.70 149.22 35.54 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -travaillent travailler ver 479.48 202.70 18.51 8.18 ind:pre:3p; -travailler travailler ver 479.48 202.70 147.83 67.77 ind:pre:2p;inf; -travaillera travailler ver 479.48 202.70 2.11 0.74 ind:fut:3s; -travaillerai travailler ver 479.48 202.70 4.07 1.01 ind:fut:1s; -travailleraient travailler ver 479.48 202.70 0.05 0.20 cnd:pre:3p; -travaillerais travailler ver 479.48 202.70 1.06 0.41 cnd:pre:1s;cnd:pre:2s; -travaillerait travailler ver 479.48 202.70 0.64 1.28 cnd:pre:3s; -travailleras travailler ver 479.48 202.70 1.78 0.81 ind:fut:2s; -travaillerez travailler ver 479.48 202.70 1.12 0.14 ind:fut:2p; -travailleriez travailler ver 479.48 202.70 0.24 0.07 cnd:pre:2p; -travaillerions travailler ver 479.48 202.70 0.05 0.07 cnd:pre:1p; -travaillerons travailler ver 479.48 202.70 1.47 0.41 ind:fut:1p; -travailleront travailler ver 479.48 202.70 0.66 0.14 ind:fut:3p; -travailles travailler ver 479.48 202.70 20.96 3.18 ind:pre:2s; -travailleur travailleur nom m s 10.60 12.57 3.34 2.64 -travailleurs travailleur nom m p 10.60 12.57 7.09 9.46 -travailleuse travailleur adj f s 4.19 3.72 0.32 0.81 -travailleuses travailleur adj f p 4.19 3.72 0.26 0.14 -travaillez travailler ver 479.48 202.70 22.73 3.58 imp:pre:2p;ind:pre:2p; -travailliez travailler ver 479.48 202.70 2.68 0.27 ind:imp:2p; -travaillions travailler ver 479.48 202.70 0.93 1.08 ind:imp:1p; -travailliste travailliste adj m s 0.30 0.41 0.28 0.27 -travaillistes travailliste nom p 0.06 0.54 0.05 0.41 -travaillâmes travailler ver 479.48 202.70 0.00 0.27 ind:pas:1p; -travaillons travailler ver 479.48 202.70 5.99 1.62 imp:pre:1p;ind:pre:1p; -travaillât travailler ver 479.48 202.70 0.00 0.41 sub:imp:3s; -travaillèrent travailler ver 479.48 202.70 0.07 0.54 ind:pas:3p; -travaillé travailler ver m s 479.48 202.70 49.81 20.00 par:pas;par:pas;par:pas; -travaillée travailler ver f s 479.48 202.70 0.20 0.88 par:pas; -travaillées travaillé adj f p 0.79 1.82 0.02 0.34 -travaillés travaillé adj m p 0.79 1.82 0.05 0.41 -travaux travail nom m p 389.83 263.45 22.40 39.46 -trave trave nom f s 0.02 0.07 0.02 0.07 -traveller_s_chèque traveller_s_chèque nom m p 0.04 0.00 0.04 0.00 -traveller traveller nom m s 0.21 0.00 0.12 0.00 -travellers traveller nom m p 0.21 0.00 0.09 0.00 -travelling travelling nom m s 0.71 0.81 0.70 0.61 -travellings travelling nom m p 0.71 0.81 0.01 0.20 -travelo travelo nom m s 1.20 1.08 0.96 0.88 -travelos travelo nom m p 1.20 1.08 0.25 0.20 -travers travers nom m 65.60 247.64 65.60 247.64 -traversa traverser ver 72.26 200.81 0.63 25.00 ind:pas:3s; -traversable traversable adj m s 0.01 0.14 0.01 0.07 -traversables traversable adj p 0.01 0.14 0.00 0.07 -traversai traverser ver 72.26 200.81 0.13 2.77 ind:pas:1s; -traversaient traverser ver 72.26 200.81 0.34 7.91 ind:imp:3p; -traversais traverser ver 72.26 200.81 0.73 2.43 ind:imp:1s;ind:imp:2s; -traversait traverser ver 72.26 200.81 1.73 19.86 ind:imp:3s; -traversant traverser ver 72.26 200.81 2.39 15.07 par:pre; -traverse traverser ver 72.26 200.81 13.53 25.27 imp:pre:2s;ind:pre:1s;ind:pre:3s; -traversent traverser ver 72.26 200.81 3.32 7.57 ind:pre:3p; -traverser traverser ver 72.26 200.81 22.74 37.57 inf; -traversera traverser ver 72.26 200.81 0.89 0.68 ind:fut:3s; -traverserai traverser ver 72.26 200.81 0.22 0.27 ind:fut:1s; -traverseraient traverser ver 72.26 200.81 0.07 0.34 cnd:pre:3p; -traverserais traverser ver 72.26 200.81 0.11 0.14 cnd:pre:1s;cnd:pre:2s; -traverserait traverser ver 72.26 200.81 0.18 0.61 cnd:pre:3s; -traverseras traverser ver 72.26 200.81 0.11 0.07 ind:fut:2s; -traverserez traverser ver 72.26 200.81 0.26 0.14 ind:fut:2p; -traverserons traverser ver 72.26 200.81 0.41 0.14 ind:fut:1p; -traverseront traverser ver 72.26 200.81 0.28 0.20 ind:fut:3p; -traverses traverser ver 72.26 200.81 1.69 0.27 ind:pre:2s; -traversez traverser ver 72.26 200.81 2.08 0.54 imp:pre:2p;ind:pre:2p; -traversier traversier nom m s 0.16 0.00 0.16 0.00 -traversiez traverser ver 72.26 200.81 0.16 0.00 ind:imp:2p; -traversin traversin nom m s 0.44 2.57 0.44 2.30 -traversine traversine nom f s 0.00 0.07 0.00 0.07 -traversins traversin nom m p 0.44 2.57 0.00 0.27 -traversions traverser ver 72.26 200.81 0.11 2.36 ind:imp:1p; -traversière traversier adj f s 0.01 0.20 0.01 0.07 -traversières traversier adj f p 0.01 0.20 0.00 0.07 -traversâmes traverser ver 72.26 200.81 0.14 1.42 ind:pas:1p; -traversons traverser ver 72.26 200.81 1.33 2.84 imp:pre:1p;ind:pre:1p; -traversèrent traverser ver 72.26 200.81 0.22 7.30 ind:pas:3p; -traversé traverser ver m s 72.26 200.81 17.34 29.93 par:pas; -traversée traversée nom f s 3.82 14.80 3.75 13.58 -traversées traversée nom f p 3.82 14.80 0.07 1.22 -traversés traverser ver m p 72.26 200.81 0.37 1.76 par:pas; -travertin travertin nom m s 0.09 0.00 0.09 0.00 -travesti travesti nom m s 2.75 1.89 1.63 1.15 -travestie travesti adj f s 0.26 1.01 0.03 0.27 -travesties travestir ver f p 0.39 2.57 0.00 0.14 par:pas; -travestir travestir ver 0.39 2.57 0.22 0.88 inf; -travestis travesti nom m p 2.75 1.89 1.12 0.74 -travestisme travestisme nom m s 0.14 0.00 0.14 0.00 -travestissais travestir ver 0.39 2.57 0.01 0.07 ind:imp:1s; -travestissant travestir ver 0.39 2.57 0.00 0.07 par:pre; -travestissement travestissement nom m s 0.13 0.88 0.13 0.68 -travestissements travestissement nom m p 0.13 0.88 0.00 0.20 -travestissez travestir ver 0.39 2.57 0.01 0.07 ind:pre:2p; -travestit travestir ver 0.39 2.57 0.02 0.14 ind:pre:3s; -travois travois nom m 0.01 0.00 0.01 0.00 -travée travée nom f s 0.11 3.65 0.11 1.55 -travées travée nom f p 0.11 3.65 0.00 2.09 -trax trax nom m 0.01 0.00 0.01 0.00 -trayait traire ver 3.69 4.59 0.00 0.81 ind:imp:3s; -trayant traire ver 3.69 4.59 0.00 0.07 par:pre; -trayeuse trayeur nom f s 0.08 0.14 0.08 0.07 -trayeuses trayeuse nom f p 0.15 0.00 0.15 0.00 -trayon trayon nom m s 0.00 0.27 0.00 0.07 -trayons trayon nom m p 0.00 0.27 0.00 0.20 -trecento trecento nom m s 0.20 0.00 0.20 0.00 -treillage treillage nom m s 0.05 1.22 0.05 1.01 -treillages treillage nom m p 0.05 1.22 0.00 0.20 -treillard treillard nom m s 0.02 0.00 0.02 0.00 -treille treille nom f s 1.66 2.70 1.32 2.03 -treilles treille nom f p 1.66 2.70 0.34 0.68 -treillis treillis nom m 0.45 4.12 0.45 4.12 -treillissé treillisser ver m s 0.00 0.14 0.00 0.07 par:pas; -treillissée treillisser ver f s 0.00 0.14 0.00 0.07 par:pas; -treizaine treizaine nom f s 0.00 0.07 0.00 0.07 -treize treize adj_num 7.00 20.95 7.00 20.95 -treizième treizième adj 0.31 1.01 0.31 1.01 -trek trek nom m s 0.03 0.00 0.03 0.00 -trekkeur trekkeur nom m s 0.01 0.00 0.01 0.00 -trekking trekking nom m s 0.03 0.00 0.03 0.00 -trembla trembler ver 34.13 94.05 0.30 1.55 ind:pas:3s; -tremblai trembler ver 34.13 94.05 0.02 0.20 ind:pas:1s; -tremblaient trembler ver 34.13 94.05 1.00 12.57 ind:imp:3p; -tremblais trembler ver 34.13 94.05 1.44 2.97 ind:imp:1s;ind:imp:2s; -tremblait trembler ver 34.13 94.05 2.00 22.64 ind:imp:3s; -tremblant trembler ver 34.13 94.05 1.30 7.57 par:pre; -tremblante tremblant adj f s 2.91 21.08 1.69 10.47 -tremblantes tremblant adj f p 2.91 21.08 0.19 4.53 -tremblants tremblant adj m p 2.91 21.08 0.31 2.23 -tremble trembler ver 34.13 94.05 10.60 14.59 imp:pre:2s;ind:pre:1s;ind:pre:3s; -tremblement tremblement nom m s 8.24 20.41 6.39 15.95 -tremblements tremblement nom m p 8.24 20.41 1.85 4.46 -tremblent trembler ver 34.13 94.05 2.65 5.68 ind:pre:3p; -trembler trembler ver 34.13 94.05 6.37 21.96 inf; -tremblera trembler ver 34.13 94.05 0.67 0.00 ind:fut:3s; -tremblerai trembler ver 34.13 94.05 0.01 0.07 ind:fut:1s; -trembleraient trembler ver 34.13 94.05 0.01 0.14 cnd:pre:3p; -tremblerais trembler ver 34.13 94.05 0.10 0.07 cnd:pre:1s;cnd:pre:2s; -tremblerait trembler ver 34.13 94.05 0.05 0.00 cnd:pre:3s; -tremblerons trembler ver 34.13 94.05 0.02 0.00 ind:fut:1p; -trembleront trembler ver 34.13 94.05 0.16 0.07 ind:fut:3p; -trembles trembler ver 34.13 94.05 3.66 0.34 ind:pre:2s; -trembleur trembleur nom m s 0.14 0.00 0.14 0.00 -trembleurs trembleur adj m p 0.01 0.07 0.00 0.07 -tremblez trembler ver 34.13 94.05 2.42 0.27 imp:pre:2p;ind:pre:2p; -trembliez trembler ver 34.13 94.05 0.01 0.00 ind:imp:2p; -tremblions trembler ver 34.13 94.05 0.02 0.07 ind:imp:1p; -tremblochant tremblocher ver 0.00 0.07 0.00 0.07 par:pre; -tremblons trembler ver 34.13 94.05 0.05 0.14 imp:pre:1p;ind:pre:1p; -tremblât trembler ver 34.13 94.05 0.00 0.07 sub:imp:3s; -tremblota trembloter ver 0.09 5.61 0.00 0.14 ind:pas:3s; -tremblotaient trembloter ver 0.09 5.61 0.00 0.47 ind:imp:3p; -tremblotait trembloter ver 0.09 5.61 0.01 1.55 ind:imp:3s; -tremblotant tremblotant adj m s 0.07 3.11 0.06 0.54 -tremblotante tremblotant adj f s 0.07 3.11 0.00 1.35 -tremblotantes tremblotant adj f p 0.07 3.11 0.01 0.61 -tremblotants tremblotant adj m p 0.07 3.11 0.00 0.61 -tremblote tremblote nom f s 0.45 0.95 0.45 0.95 -tremblotement tremblotement nom m s 0.00 0.20 0.00 0.07 -tremblotements tremblotement nom m p 0.00 0.20 0.00 0.14 -tremblotent trembloter ver 0.09 5.61 0.01 0.41 ind:pre:3p; -trembloter trembloter ver 0.09 5.61 0.02 0.47 inf; -trembloté trembloter ver m s 0.09 5.61 0.00 0.07 par:pas; -tremblèrent trembler ver 34.13 94.05 0.10 0.34 ind:pas:3p; -tremblé trembler ver m s 34.13 94.05 1.03 2.30 par:pas; -tremblée tremblé adj f s 0.03 1.49 0.00 0.61 -tremblées tremblé adj f p 0.03 1.49 0.01 0.14 -tremblés trembler ver m p 34.13 94.05 0.14 0.00 par:pas; -tremolos tremolo nom m p 0.00 0.07 0.00 0.07 -trempa tremper ver 15.88 32.16 0.00 1.82 ind:pas:3s; -trempage trempage nom m s 0.21 0.07 0.21 0.00 -trempages trempage nom m p 0.21 0.07 0.00 0.07 -trempai tremper ver 15.88 32.16 0.00 0.14 ind:pas:1s; -trempaient tremper ver 15.88 32.16 0.04 1.08 ind:imp:3p; -trempais tremper ver 15.88 32.16 0.06 0.27 ind:imp:1s;ind:imp:2s; -trempait tremper ver 15.88 32.16 0.40 2.09 ind:imp:3s; -trempant tremper ver 15.88 32.16 0.06 1.76 par:pre; -trempe trempe nom f s 2.26 3.31 2.13 2.70 -trempent tremper ver 15.88 32.16 0.11 0.61 ind:pre:3p; -tremper tremper ver 15.88 32.16 2.98 5.07 inf; -trempera tremper ver 15.88 32.16 0.01 0.00 ind:fut:3s; -tremperaient tremper ver 15.88 32.16 0.00 0.07 cnd:pre:3p; -tremperais tremper ver 15.88 32.16 0.17 0.00 cnd:pre:1s;cnd:pre:2s; -tremperait tremper ver 15.88 32.16 0.01 0.14 cnd:pre:3s; -trempes tremper ver 15.88 32.16 0.45 0.14 ind:pre:2s; -trempette trempette nom f s 0.95 0.41 0.95 0.41 -trempeur trempeur nom m s 0.16 0.00 0.16 0.00 -trempez tremper ver 15.88 32.16 0.22 0.00 imp:pre:2p;ind:pre:2p; -trempions tremper ver 15.88 32.16 0.00 0.07 ind:imp:1p; -tremplin tremplin nom m s 0.36 1.28 0.36 1.28 -trempoline trempoline nom m s 0.00 0.07 0.00 0.07 -trempons tremper ver 15.88 32.16 0.04 0.07 imp:pre:1p;ind:pre:1p; -trempèrent tremper ver 15.88 32.16 0.01 0.20 ind:pas:3p; -trempé tremper ver m s 15.88 32.16 5.37 8.11 par:pas; -trempée tremper ver f s 15.88 32.16 2.59 3.18 par:pas; -trempées tremper ver f p 15.88 32.16 0.41 1.22 par:pas; -trempés tremper ver m p 15.88 32.16 1.28 3.11 par:pas; -trench_coat trench_coat nom m s 0.04 1.55 0.04 1.49 -trench_coat trench_coat nom m p 0.04 1.55 0.00 0.07 -trench trench nom m s 0.41 0.20 0.41 0.20 -trentaine trentaine nom f s 3.23 13.45 3.23 13.45 -trente_cinq trente_cinq adj_num 1.33 11.55 1.33 11.55 -trente_cinquième trente_cinquième adj 0.00 0.14 0.00 0.14 -trente_deux trente_deux adj_num 0.82 3.58 0.82 3.58 -trente_et_quarante trente_et_quarante nom m 0.00 0.07 0.00 0.07 -trente_et_un trente_et_un nom m 0.39 0.07 0.39 0.07 -trente_et_unième trente_et_unième adj 0.00 0.07 0.00 0.07 -trente_huit trente_huit adj_num 0.64 2.64 0.64 2.64 -trente_huitième trente_huitième adj 0.00 0.20 0.00 0.20 -trente_neuf trente_neuf adj_num 0.55 2.16 0.55 2.16 -trente_neuvième trente_neuvième adj 0.01 0.14 0.01 0.14 -trente_quatre trente_quatre adj_num 0.43 1.08 0.43 1.08 -trente_quatrième trente_quatrième adj 0.00 0.07 0.00 0.07 -trente_sept trente_sept adj_num 0.71 2.23 0.71 2.23 -trente_septième trente_septième adj 0.20 0.14 0.20 0.14 -trente_six trente_six adj_num 0.55 6.82 0.55 6.82 -trente_sixième trente_sixième adj 0.02 0.61 0.02 0.61 -trente_trois trente_trois adj_num 0.78 2.36 0.78 2.36 -trente_troisième trente_troisième adj 0.00 0.20 0.00 0.20 -trente trente adj_num 18.91 79.12 18.91 79.12 -trentenaire trentenaire adj s 0.10 0.14 0.08 0.14 -trentenaires trentenaire adj p 0.10 0.14 0.01 0.00 -trentième trentième adj 0.69 0.88 0.69 0.88 -tressa tresser ver 1.15 8.85 0.00 0.07 ind:pas:3s; -tressaient tresser ver 1.15 8.85 0.00 0.41 ind:imp:3p; -tressaillaient tressaillir ver 1.30 13.72 0.00 0.20 ind:imp:3p; -tressaillais tressaillir ver 1.30 13.72 0.00 0.07 ind:imp:1s; -tressaillait tressaillir ver 1.30 13.72 0.00 1.55 ind:imp:3s; -tressaillant tressaillir ver 1.30 13.72 0.01 0.88 par:pre; -tressaille tressaillir ver 1.30 13.72 0.19 1.08 imp:pre:2s;ind:pre:1s;ind:pre:3s; -tressaillement tressaillement nom m s 0.36 3.85 0.13 2.36 -tressaillements tressaillement nom m p 0.36 3.85 0.23 1.49 -tressaillent tressaillir ver 1.30 13.72 0.02 0.54 ind:pre:3p; -tressaillez tressaillir ver 1.30 13.72 0.11 0.00 ind:pre:2p; -tressailli tressaillir ver m s 1.30 13.72 0.23 1.22 par:pas; -tressaillir tressaillir ver 1.30 13.72 0.38 4.12 inf; -tressaillira tressaillir ver 1.30 13.72 0.00 0.07 ind:fut:3s; -tressaillirait tressaillir ver 1.30 13.72 0.00 0.07 cnd:pre:3s; -tressaillirent tressaillir ver 1.30 13.72 0.10 0.14 ind:pas:3p; -tressaillis tressaillir ver 1.30 13.72 0.02 0.14 ind:pas:1s;ind:pas:2s; -tressaillit tressaillir ver 1.30 13.72 0.25 3.65 ind:pas:3s; -tressait tresser ver 1.15 8.85 0.00 0.47 ind:imp:3s; -tressant tresser ver 1.15 8.85 0.00 0.41 par:pre; -tressauta tressauter ver 0.03 4.53 0.00 0.27 ind:pas:3s; -tressautaient tressauter ver 0.03 4.53 0.00 0.27 ind:imp:3p; -tressautait tressauter ver 0.03 4.53 0.01 0.95 ind:imp:3s; -tressautant tressauter ver 0.03 4.53 0.00 0.41 par:pre; -tressautante tressautant adj f s 0.00 0.61 0.00 0.27 -tressaute tressauter ver 0.03 4.53 0.01 0.95 ind:pre:1s;ind:pre:3s; -tressautement tressautement nom m s 0.00 0.74 0.00 0.27 -tressautements tressautement nom m p 0.00 0.74 0.00 0.47 -tressautent tressauter ver 0.03 4.53 0.00 0.88 ind:pre:3p; -tressauter tressauter ver 0.03 4.53 0.01 0.68 inf; -tressautera tressauter ver 0.03 4.53 0.00 0.07 ind:fut:3s; -tressautés tressauter ver m p 0.03 4.53 0.00 0.07 par:pas; -tresse tresse nom f s 1.83 4.73 0.77 1.08 -tressent tresser ver 1.15 8.85 0.10 0.14 ind:pre:3p; -tresser tresser ver 1.15 8.85 0.34 1.69 inf; -tresseraient tresser ver 1.15 8.85 0.00 0.07 cnd:pre:3p; -tresseras tresser ver 1.15 8.85 0.01 0.00 ind:fut:2s; -tresses tresse nom f p 1.83 4.73 1.06 3.65 -tresseurs tresseur nom m p 0.00 0.07 0.00 0.07 -tressons tresser ver 1.15 8.85 0.14 0.07 imp:pre:1p;ind:pre:1p; -tressèrent tresser ver 1.15 8.85 0.00 0.07 ind:pas:3p; -tressé tresser ver m s 1.15 8.85 0.13 1.96 par:pas; -tressée tresser ver f s 1.15 8.85 0.17 1.89 par:pas; -tressées tresser ver f p 1.15 8.85 0.00 1.01 par:pas; -tressés tresser ver m p 1.15 8.85 0.20 0.47 par:pas; -treuil treuil nom m s 1.48 2.16 1.34 1.69 -treuiller treuiller ver 0.14 0.00 0.14 0.00 inf; -treuils treuil nom m p 1.48 2.16 0.14 0.47 -tri tri nom m s 1.60 3.04 1.58 2.84 -tria trier ver 3.68 7.84 0.02 0.27 ind:pas:3s; -triade triade nom f s 1.18 0.14 1.05 0.07 -triades triade nom f p 1.18 0.14 0.14 0.07 -triage triage nom m s 1.42 1.55 1.42 1.55 -triaient trier ver 3.68 7.84 0.03 0.14 ind:imp:3p; -triais trier ver 3.68 7.84 0.07 0.41 ind:imp:1s;ind:imp:2s; -triait trier ver 3.68 7.84 0.04 1.28 ind:imp:3s; -trial trial nom m s 0.04 0.47 0.04 0.47 -triangle triangle nom m s 3.83 13.24 3.42 10.68 -triangles triangle nom m p 3.83 13.24 0.41 2.57 -triangulaire triangulaire adj s 0.17 6.62 0.16 4.73 -triangulairement triangulairement adv 0.00 0.07 0.00 0.07 -triangulaires triangulaire adj p 0.17 6.62 0.01 1.89 -triangulation triangulation nom f s 0.20 0.07 0.20 0.07 -trianguler trianguler ver 0.26 0.00 0.23 0.00 inf; -triangulez trianguler ver 0.26 0.00 0.02 0.00 imp:pre:2p; -trianon trianon nom m s 0.00 0.07 0.00 0.07 -triant trier ver 3.68 7.84 0.12 0.07 par:pre; -trias trias nom m 0.01 0.00 0.01 0.00 -triasique triasique adj f s 0.02 0.00 0.02 0.00 -triathlon triathlon nom m s 0.18 0.00 0.18 0.00 -triathlète triathlète nom s 0.03 0.00 0.03 0.00 -tribal tribal adj m s 1.00 1.01 0.28 0.47 -tribale tribal adj f s 1.00 1.01 0.34 0.27 -tribales tribal adj f p 1.00 1.01 0.26 0.14 -tribart tribart nom m s 0.00 0.07 0.00 0.07 -tribaux tribal adj m p 1.00 1.01 0.12 0.14 -tribord tribord nom m s 3.79 1.28 3.79 1.28 -tribu tribu nom f s 11.57 18.24 7.96 13.58 -tribulation tribulation nom f s 0.14 1.69 0.01 0.54 -tribulations tribulation nom f p 0.14 1.69 0.13 1.15 -tribun tribun nom m s 0.37 1.96 0.36 1.49 -tribunal tribunal nom m s 37.98 18.04 35.35 15.00 -tribunat tribunat nom m s 0.34 0.00 0.34 0.00 -tribunaux tribunal nom m p 37.98 18.04 2.62 3.04 -tribune tribune nom f s 2.87 8.99 1.75 6.96 -tribunes tribune nom f p 2.87 8.99 1.12 2.03 -tribuns tribun nom m p 0.37 1.96 0.01 0.47 -tribus tribu nom f p 11.57 18.24 3.62 4.66 -tribut tribut nom m s 0.87 2.16 0.69 2.16 -tributaire tributaire adj f s 0.34 0.61 0.32 0.34 -tributaires tributaire adj p 0.34 0.61 0.02 0.27 -tributs tribut nom m p 0.87 2.16 0.19 0.00 -tric tric nom m s 0.07 0.00 0.07 0.00 -tricard tricard adj m s 0.61 0.61 0.46 0.41 -tricarde tricard adj f s 0.61 0.61 0.01 0.14 -tricards tricard adj m p 0.61 0.61 0.14 0.07 -tricentenaire tricentenaire nom m s 0.05 0.07 0.05 0.07 -triceps triceps nom m 0.34 0.07 0.34 0.07 -tricha tricher ver 16.16 9.73 0.00 0.14 ind:pas:3s; -trichaient tricher ver 16.16 9.73 0.14 0.34 ind:imp:3p; -trichais tricher ver 16.16 9.73 0.20 0.20 ind:imp:1s;ind:imp:2s; -trichait tricher ver 16.16 9.73 0.41 0.81 ind:imp:3s; -trichant tricher ver 16.16 9.73 0.21 0.68 par:pre; -triche tricher ver 16.16 9.73 3.71 1.49 imp:pre:2s;ind:pre:1s;ind:pre:3s; -trichent tricher ver 16.16 9.73 0.31 0.14 ind:pre:3p; -tricher tricher ver 16.16 9.73 4.70 4.05 inf; -trichera tricher ver 16.16 9.73 0.16 0.07 ind:fut:3s; -tricherai tricher ver 16.16 9.73 0.18 0.00 ind:fut:1s; -tricherais tricher ver 16.16 9.73 0.01 0.14 cnd:pre:1s;cnd:pre:2s; -tricherait tricher ver 16.16 9.73 0.03 0.00 cnd:pre:3s; -tricherie tricherie nom f s 1.13 1.28 0.76 1.15 -tricheries tricherie nom f p 1.13 1.28 0.37 0.14 -tricheront tricher ver 16.16 9.73 0.00 0.07 ind:fut:3p; -triches tricher ver 16.16 9.73 1.56 0.20 ind:pre:2s; -tricheur tricheur nom m s 3.45 1.01 2.73 0.34 -tricheurs tricheur nom m p 3.45 1.01 0.36 0.61 -tricheuse tricheur nom f s 3.45 1.01 0.35 0.00 -tricheuses tricheur adj f p 0.90 0.27 0.02 0.00 -trichez tricher ver 16.16 9.73 0.65 0.07 imp:pre:2p;ind:pre:2p; -trichiez tricher ver 16.16 9.73 0.06 0.07 ind:imp:2p; -trichinose trichinose nom f s 0.04 0.07 0.04 0.07 -trichloracétique trichloracétique adj m s 0.01 0.00 0.01 0.00 -trichlorure trichlorure nom m s 0.01 0.00 0.01 0.00 -trichloréthylène trichloréthylène nom m s 0.02 0.00 0.02 0.00 -trichons tricher ver 16.16 9.73 0.02 0.20 ind:pre:1p; -trichophyties trichophytie nom f p 0.01 0.00 0.01 0.00 -triché tricher ver m s 16.16 9.73 3.81 0.95 par:pas; -trichée tricher ver f s 16.16 9.73 0.00 0.07 par:pas; -trichées tricher ver f p 16.16 9.73 0.00 0.07 par:pas; -trick trick nom m s 0.35 0.00 0.35 0.00 -tricoises tricoises nom f p 0.00 0.07 0.00 0.07 -tricolore tricolore adj s 0.40 7.50 0.30 6.08 -tricolores tricolore adj p 0.40 7.50 0.10 1.42 -tricorne tricorne nom m s 0.02 0.88 0.01 0.74 -tricornes tricorne nom m p 0.02 0.88 0.01 0.14 -tricot tricot nom m s 1.44 14.19 1.25 11.96 -tricota tricoter ver 3.19 13.04 0.00 0.27 ind:pas:3s; -tricotage tricotage nom m s 0.04 0.41 0.04 0.34 -tricotages tricotage nom m p 0.04 0.41 0.00 0.07 -tricotai tricoter ver 3.19 13.04 0.00 0.07 ind:pas:1s; -tricotaient tricoter ver 3.19 13.04 0.01 0.88 ind:imp:3p; -tricotais tricoter ver 3.19 13.04 0.21 0.07 ind:imp:1s;ind:imp:2s; -tricotait tricoter ver 3.19 13.04 0.23 3.04 ind:imp:3s; -tricotant tricoter ver 3.19 13.04 0.00 1.15 par:pre; -tricote tricoter ver 3.19 13.04 0.65 1.42 imp:pre:2s;ind:pre:1s;ind:pre:3s; -tricotent tricoter ver 3.19 13.04 0.04 0.41 ind:pre:3p; -tricoter tricoter ver 3.19 13.04 1.37 3.11 inf; -tricotera tricoter ver 3.19 13.04 0.11 0.00 ind:fut:3s; -tricoterai tricoter ver 3.19 13.04 0.03 0.07 ind:fut:1s; -tricoterait tricoter ver 3.19 13.04 0.01 0.07 cnd:pre:3s; -tricoteras tricoter ver 3.19 13.04 0.00 0.07 ind:fut:2s; -tricoterons tricoter ver 3.19 13.04 0.10 0.00 ind:fut:1p; -tricoteur tricoteur nom m s 0.14 0.68 0.00 0.07 -tricoteuse tricoteur nom f s 0.14 0.68 0.14 0.41 -tricoteuses tricoteur nom f p 0.14 0.68 0.00 0.20 -tricotez tricoter ver 3.19 13.04 0.04 0.00 imp:pre:2p;ind:pre:2p; -tricots tricot nom m p 1.44 14.19 0.19 2.23 -tricoté tricoter ver m s 3.19 13.04 0.35 1.22 par:pas; -tricotée tricoter ver f s 3.19 13.04 0.00 0.41 par:pas; -tricotées tricoter ver f p 3.19 13.04 0.02 0.34 par:pas; -tricotés tricoter ver m p 3.19 13.04 0.01 0.47 par:pas; -trictrac trictrac nom m s 0.14 0.14 0.14 0.14 -tricéphale tricéphale adj f s 0.00 0.27 0.00 0.27 -tricératops tricératops nom m 0.02 0.00 0.02 0.00 -tricuspide tricuspide adj f s 0.07 0.00 0.07 0.00 -tricycle tricycle nom m s 0.52 0.95 0.50 0.61 -tricycles tricycle nom m p 0.52 0.95 0.02 0.34 -tricycliste tricycliste nom s 0.00 0.20 0.00 0.20 -trident trident nom m s 0.13 0.68 0.12 0.68 -tridents trident nom m p 0.13 0.68 0.01 0.00 -tridi tridi nom m s 0.00 0.07 0.00 0.07 -tridimensionnel tridimensionnel adj m s 0.24 0.00 0.17 0.00 -tridimensionnelle tridimensionnel adj f s 0.24 0.00 0.07 0.00 -trie trier ver 3.68 7.84 1.01 0.27 imp:pre:2s;ind:pre:1s;ind:pre:3s; -triennale triennal adj f s 0.00 0.20 0.00 0.14 -triennales triennal adj f p 0.00 0.20 0.00 0.07 -trient trier ver 3.68 7.84 0.05 0.07 ind:pre:3p; -trier trier ver 3.68 7.84 1.08 3.38 inf; -triera trier ver 3.68 7.84 0.01 0.07 ind:fut:3s; -trierait trier ver 3.68 7.84 0.00 0.07 cnd:pre:3s; -trieur trieur nom m s 0.18 0.14 0.05 0.00 -trieurs trieur nom m p 0.18 0.14 0.02 0.00 -trieuse trieur nom f s 0.18 0.14 0.11 0.00 -trieuses trieuse nom f p 0.02 0.00 0.02 0.00 -triez trier ver 3.68 7.84 0.18 0.07 imp:pre:2p;ind:pre:2p; -trifolium trifolium nom m s 0.01 0.07 0.01 0.07 -triforium triforium nom m s 0.00 0.07 0.00 0.07 -trifouillaient trifouiller ver 0.30 1.35 0.00 0.14 ind:imp:3p; -trifouillait trifouiller ver 0.30 1.35 0.00 0.07 ind:imp:3s; -trifouille trifouiller ver 0.30 1.35 0.02 0.41 imp:pre:2s;ind:pre:3s; -trifouiller trifouiller ver 0.30 1.35 0.13 0.41 inf; -trifouillez trifouiller ver 0.30 1.35 0.01 0.00 ind:pre:2p; -trifouillé trifouiller ver m s 0.30 1.35 0.14 0.34 par:pas; -trigger trigger nom m s 0.09 0.00 0.09 0.00 -trigles trigle nom m p 0.00 0.07 0.00 0.07 -triglycéride triglycéride nom m s 0.07 0.07 0.03 0.00 -triglycérides triglycéride nom m p 0.07 0.07 0.05 0.07 -trigonométrie trigonométrie nom f s 0.28 0.20 0.28 0.20 -trigrammes trigramme nom m p 0.01 0.00 0.01 0.00 -trilatérale trilatéral adj f s 0.04 0.07 0.04 0.07 -trilingue trilingue adj s 0.01 0.07 0.01 0.00 -trilingues trilingue adj f p 0.01 0.07 0.00 0.07 -trillant triller ver 0.01 0.14 0.00 0.07 par:pre; -trille trille nom m s 0.30 2.64 0.03 1.01 -trilles trille nom m p 0.30 2.64 0.28 1.62 -trillion trillion nom m s 0.22 0.14 0.06 0.00 -trillions trillion nom m p 0.22 0.14 0.16 0.14 -trillé triller ver m s 0.01 0.14 0.00 0.07 par:pas; -trilobite trilobite nom m s 0.02 0.00 0.02 0.00 -trilobée trilobé adj f s 0.00 0.14 0.00 0.07 -trilobés trilobé adj m p 0.00 0.14 0.00 0.07 -trilogie trilogie nom f s 0.36 0.07 0.36 0.07 -trimait trimer ver 4.38 3.31 0.02 0.34 ind:imp:3s; -trimant trimer ver 4.38 3.31 0.00 0.07 par:pre; -trimard trimard nom m s 0.02 1.76 0.00 0.61 -trimarde trimarder ver 0.00 0.14 0.00 0.07 ind:pre:1s; -trimarder trimarder ver 0.00 0.14 0.00 0.07 inf; -trimardeur trimardeur nom m s 0.03 0.81 0.03 0.61 -trimardeurs trimardeur nom m p 0.03 0.81 0.00 0.20 -trimards trimard nom m p 0.02 1.76 0.02 1.15 -trimbala trimbaler ver 1.62 7.09 0.00 0.07 ind:pas:3s; -trimbalaient trimbaler ver 1.62 7.09 0.00 0.07 ind:imp:3p; -trimbalais trimbaler ver 1.62 7.09 0.00 0.34 ind:imp:1s;ind:imp:2s; -trimbalait trimbaler ver 1.62 7.09 0.06 1.15 ind:imp:3s; -trimbalant trimbaler ver 1.62 7.09 0.11 0.41 par:pre; -trimbale trimbaler ver 1.62 7.09 0.50 1.82 ind:pre:1s;ind:pre:3s;sub:pre:3s; -trimbalent trimbaler ver 1.62 7.09 0.23 0.47 ind:pre:3p; -trimbaler trimbaler ver 1.62 7.09 0.42 1.82 inf; -trimbalerai trimbaler ver 1.62 7.09 0.00 0.07 ind:fut:1s; -trimbalerait trimbaler ver 1.62 7.09 0.01 0.00 cnd:pre:3s; -trimbalerez trimbaler ver 1.62 7.09 0.01 0.00 ind:fut:2p; -trimbales trimbaler ver 1.62 7.09 0.13 0.20 ind:pre:2s; -trimbalez trimbaler ver 1.62 7.09 0.02 0.00 ind:pre:2p; -trimballage trimballage nom m s 0.01 0.00 0.01 0.00 -trimballaient trimballer ver 3.34 3.11 0.00 0.20 ind:imp:3p; -trimballais trimballer ver 3.34 3.11 0.04 0.34 ind:imp:1s;ind:imp:2s; -trimballait trimballer ver 3.34 3.11 0.09 0.41 ind:imp:3s; -trimballe trimballer ver 3.34 3.11 0.67 0.61 ind:pre:1s;ind:pre:3s; -trimballent trimballer ver 3.34 3.11 0.19 0.14 ind:pre:3p; -trimballer trimballer ver 3.34 3.11 1.16 0.81 inf; -trimballera trimballer ver 3.34 3.11 0.00 0.07 ind:fut:3s; -trimballes trimballer ver 3.34 3.11 0.64 0.00 ind:pre:2s; -trimballez trimballer ver 3.34 3.11 0.05 0.00 ind:pre:2p; -trimballât trimballer ver 3.34 3.11 0.00 0.07 sub:imp:3s; -trimballé trimballer ver m s 3.34 3.11 0.45 0.27 par:pas; -trimballée trimballer ver f s 3.34 3.11 0.04 0.20 par:pas; -trimballés trimballer ver m p 3.34 3.11 0.01 0.00 par:pas; -trimbalons trimbaler ver 1.62 7.09 0.00 0.07 ind:pre:1p; -trimbalé trimbaler ver m s 1.62 7.09 0.12 0.34 par:pas; -trimbalée trimbaler ver f s 1.62 7.09 0.00 0.14 par:pas; -trimbalés trimbaler ver m p 1.62 7.09 0.00 0.14 par:pas; -trime trimer ver 4.38 3.31 1.17 0.74 ind:pre:1s;ind:pre:3s; -triment trimer ver 4.38 3.31 0.23 0.27 ind:pre:3p; -trimer trimer ver 4.38 3.31 1.73 1.28 inf; -trimes trimer ver 4.38 3.31 0.21 0.00 ind:pre:2s; -trimestre trimestre nom m s 2.50 5.54 2.44 4.80 -trimestres trimestre nom m p 2.50 5.54 0.06 0.74 -trimestriel trimestriel adj m s 0.39 0.81 0.26 0.34 -trimestrielle trimestriel adj f s 0.39 0.81 0.02 0.14 -trimestriellement trimestriellement adv 0.04 0.00 0.04 0.00 -trimestrielles trimestriel adj f p 0.39 0.81 0.04 0.14 -trimestriels trimestriel adj m p 0.39 0.81 0.08 0.20 -trimeur trimeur nom m s 0.11 0.14 0.11 0.07 -trimeurs trimeur nom m p 0.11 0.14 0.00 0.07 -trimmer trimmer nom m s 0.02 0.00 0.02 0.00 -trimons trimer ver 4.38 3.31 0.02 0.07 imp:pre:1p;ind:pre:1p; -trimé trimer ver m s 4.38 3.31 1.00 0.54 par:pas; -trinôme trinôme nom m s 0.01 0.00 0.01 0.00 -trinacrie trinacrie nom f s 0.00 0.07 0.00 0.07 -trine trin adj f s 0.04 0.00 0.04 0.00 -tringlaient tringler ver 0.90 1.62 0.00 0.07 ind:imp:3p; -tringlais tringler ver 0.90 1.62 0.02 0.00 ind:imp:1s;ind:imp:2s; -tringlait tringler ver 0.90 1.62 0.02 0.07 ind:imp:3s; -tringle tringle nom f s 0.30 3.18 0.10 1.49 -tringler tringler ver 0.90 1.62 0.66 1.01 inf; -tringlerais tringler ver 0.90 1.62 0.01 0.07 cnd:pre:1s; -tringles tringle nom f p 0.30 3.18 0.20 1.69 -tringlette tringlette nom f s 0.01 0.14 0.01 0.14 -tringlot tringlot nom m s 0.00 0.34 0.00 0.27 -tringlots tringlot nom m p 0.00 0.34 0.00 0.07 -tringlé tringler ver m s 0.90 1.62 0.04 0.14 par:pas; -tringlée tringler ver f s 0.90 1.62 0.07 0.07 par:pas; -trinidadienne trinidadienne adj f s 0.01 0.00 0.01 0.00 -trinidadienne trinidadienne nom f s 0.01 0.00 0.01 0.00 -trinitaire trinitaire adj m s 0.03 0.20 0.03 0.20 -trinitrine trinitrine nom f s 0.13 0.00 0.13 0.00 -trinité trinité nom f s 0.45 0.41 0.45 0.41 -trinqua trinquer ver 12.21 9.19 0.01 0.74 ind:pas:3s; -trinquaient trinquer ver 12.21 9.19 0.01 0.47 ind:imp:3p; -trinquais trinquer ver 12.21 9.19 0.01 0.14 ind:imp:1s;ind:imp:2s; -trinquait trinquer ver 12.21 9.19 0.11 0.54 ind:imp:3s; -trinquant trinquer ver 12.21 9.19 0.00 0.47 par:pre; -trinque trinquer ver 12.21 9.19 2.69 0.95 imp:pre:2s;ind:pre:1s;ind:pre:3s; -trinquent trinquer ver 12.21 9.19 0.60 0.61 ind:pre:3p; -trinquer trinquer ver 12.21 9.19 2.95 2.50 inf; -trinquera trinquer ver 12.21 9.19 0.11 0.07 ind:fut:3s; -trinquerai trinquer ver 12.21 9.19 0.05 0.07 ind:fut:1s; -trinquerais trinquer ver 12.21 9.19 0.00 0.07 cnd:pre:1s; -trinquerait trinquer ver 12.21 9.19 0.00 0.07 cnd:pre:3s; -trinqueras trinquer ver 12.21 9.19 0.00 0.07 ind:fut:2s; -trinquerez trinquer ver 12.21 9.19 0.01 0.00 ind:fut:2p; -trinquerons trinquer ver 12.21 9.19 0.16 0.00 ind:fut:1p; -trinques trinquer ver 12.21 9.19 0.19 0.00 ind:pre:2s; -trinquette trinquette nom f s 0.03 0.07 0.03 0.07 -trinquez trinquer ver 12.21 9.19 1.97 0.00 imp:pre:2p;ind:pre:2p; -trinquions trinquer ver 12.21 9.19 0.00 0.20 ind:imp:1p; -trinquâmes trinquer ver 12.21 9.19 0.00 0.07 ind:pas:1p; -trinquons trinquer ver 12.21 9.19 3.04 0.27 imp:pre:1p;ind:pre:1p; -trinquèrent trinquer ver 12.21 9.19 0.00 0.95 ind:pas:3p; -trinqué trinquer ver m s 12.21 9.19 0.30 0.95 par:pas; -trio trio nom m s 2.74 5.47 2.30 5.34 -triode triode nom f s 0.00 0.07 0.00 0.07 -triolet triolet nom m s 0.25 0.27 0.14 0.00 -triolets triolet nom m p 0.25 0.27 0.10 0.27 -triolisme triolisme nom m s 0.01 0.00 0.01 0.00 -triompha triompher ver 7.67 19.19 0.28 1.28 ind:pas:3s; -triomphai triompher ver 7.67 19.19 0.14 0.14 ind:pas:1s; -triomphaient triompher ver 7.67 19.19 0.05 0.54 ind:imp:3p; -triomphais triompher ver 7.67 19.19 0.00 0.14 ind:imp:1s; -triomphait triompher ver 7.67 19.19 0.11 3.65 ind:imp:3s; -triomphal triomphal adj m s 0.79 8.58 0.12 3.51 -triomphale triomphal adj f s 0.79 8.58 0.64 4.26 -triomphalement triomphalement adv 0.03 3.38 0.03 3.38 -triomphales triomphal adj f p 0.79 8.58 0.03 0.74 -triomphalisme triomphalisme nom m s 0.01 0.00 0.01 0.00 -triomphaliste triomphaliste adj s 0.00 0.14 0.00 0.07 -triomphalistes triomphaliste adj p 0.00 0.14 0.00 0.07 -triomphant triomphant adj m s 0.64 12.77 0.14 5.47 -triomphante triomphant adj f s 0.64 12.77 0.43 5.41 -triomphantes triomphant adj f p 0.64 12.77 0.00 0.47 -triomphants triomphant adj m p 0.64 12.77 0.07 1.42 -triomphateur triomphateur nom m s 0.14 0.81 0.13 0.54 -triomphateurs triomphateur nom m p 0.14 0.81 0.01 0.07 -triomphatrice triomphateur nom f s 0.14 0.81 0.00 0.14 -triomphatrices triomphateur nom f p 0.14 0.81 0.00 0.07 -triomphaux triomphal adj m p 0.79 8.58 0.00 0.07 -triomphe triomphe nom m s 9.44 29.19 8.83 27.30 -triomphent triompher ver 7.67 19.19 0.21 0.61 ind:pre:3p; -triompher triompher ver 7.67 19.19 2.75 4.46 inf; -triomphera triompher ver 7.67 19.19 0.20 0.20 ind:fut:3s; -triompherai triompher ver 7.67 19.19 0.04 0.14 ind:fut:1s; -triompherais triompher ver 7.67 19.19 0.01 0.07 cnd:pre:1s; -triompherait triompher ver 7.67 19.19 0.02 0.20 cnd:pre:3s; -triompheras triompher ver 7.67 19.19 0.01 0.07 ind:fut:2s; -triompherez triompher ver 7.67 19.19 0.01 0.00 ind:fut:2p; -triompherions triompher ver 7.67 19.19 0.14 0.00 cnd:pre:1p; -triompherons triompher ver 7.67 19.19 0.13 0.00 ind:fut:1p; -triompheront triompher ver 7.67 19.19 0.03 0.00 ind:fut:3p; -triomphes triomphe nom m p 9.44 29.19 0.61 1.89 -triomphez triompher ver 7.67 19.19 0.04 0.00 ind:pre:2p; -triomphions triompher ver 7.67 19.19 0.03 0.00 ind:imp:1p; -triomphâmes triompher ver 7.67 19.19 0.00 0.07 ind:pas:1p; -triomphons triompher ver 7.67 19.19 0.25 0.27 ind:pre:1p; -triomphât triompher ver 7.67 19.19 0.00 0.07 sub:imp:3s; -triomphèrent triompher ver 7.67 19.19 0.01 0.07 ind:pas:3p; -triomphé triompher ver m s 7.67 19.19 1.13 2.43 par:pas; -trional trional nom m s 0.01 0.00 0.01 0.00 -trionix trionix nom m 0.00 0.07 0.00 0.07 -trios trio nom m p 2.74 5.47 0.44 0.14 -trip trip nom m s 4.62 1.22 4.37 1.22 -tripaille tripaille nom f s 0.17 0.88 0.16 0.68 -tripailles tripaille nom f p 0.17 0.88 0.01 0.20 -tripang tripang nom m s 0.02 0.00 0.01 0.00 -tripangs tripang nom m p 0.02 0.00 0.01 0.00 -tripant tripant adj m s 0.03 0.00 0.03 0.00 -tripartite tripartite adj s 0.01 0.74 0.01 0.61 -tripartites tripartite adj f p 0.01 0.74 0.00 0.14 -tripatouillage tripatouillage nom m s 0.00 0.14 0.00 0.07 -tripatouillages tripatouillage nom m p 0.00 0.14 0.00 0.07 -tripatouillant tripatouiller ver 0.07 0.54 0.00 0.07 par:pre; -tripatouillent tripatouiller ver 0.07 0.54 0.00 0.07 ind:pre:3p; -tripatouiller tripatouiller ver 0.07 0.54 0.03 0.27 inf; -tripatouillez tripatouiller ver 0.07 0.54 0.01 0.07 imp:pre:2p;ind:pre:2p; -tripatouillé tripatouiller ver m s 0.07 0.54 0.02 0.00 par:pas; -tripatouillée tripatouiller ver f s 0.07 0.54 0.00 0.07 par:pas; -tripe tripe nom f s 8.75 13.58 0.36 1.42 -triper triper ver 0.05 0.00 0.05 0.00 inf; -triperie triperie nom f s 0.00 0.20 0.00 0.14 -triperies triperie nom f p 0.00 0.20 0.00 0.07 -tripes tripe nom f p 8.75 13.58 8.39 12.16 -tripette tripette nom f s 0.26 0.54 0.26 0.54 -triphasé triphasé adj m s 0.14 0.00 0.14 0.00 -triphosphate triphosphate nom m s 0.01 0.00 0.01 0.00 -tripier tripier nom m s 0.00 0.27 0.00 0.07 -tripiers tripier nom m p 0.00 0.27 0.00 0.07 -tripière tripier nom f s 0.00 0.27 0.00 0.14 -tripla tripler ver 2.08 1.76 0.00 0.20 ind:pas:3s; -triplace triplace adj s 0.00 0.07 0.00 0.07 -triplai tripler ver 2.08 1.76 0.00 0.07 ind:pas:1s; -triplaient tripler ver 2.08 1.76 0.00 0.07 ind:imp:3p; -triplait tripler ver 2.08 1.76 0.01 0.07 ind:imp:3s; -triplant tripler ver 2.08 1.76 0.01 0.07 par:pre; -triple triple adj s 4.94 9.12 4.81 7.77 -triplement triplement adv 0.01 0.00 0.01 0.00 -triplent tripler ver 2.08 1.76 0.01 0.07 ind:pre:3p; -tripler tripler ver 2.08 1.76 0.47 0.27 inf; -triplerais tripler ver 2.08 1.76 0.01 0.07 cnd:pre:1s; -triplerait tripler ver 2.08 1.76 0.03 0.00 cnd:pre:3s; -triples triple adj p 4.94 9.12 0.12 1.35 -triplets triplet nom m p 0.06 0.00 0.06 0.00 -triplette triplette nom f s 0.16 0.00 0.16 0.00 -triplex triplex nom m 0.04 0.00 0.04 0.00 -triplice triplice nom f s 0.14 0.00 0.14 0.00 -triplions tripler ver 2.08 1.76 0.01 0.00 ind:imp:1p; -triploïde triploïde adj f s 0.01 0.00 0.01 0.00 -triplons tripler ver 2.08 1.76 0.01 0.00 ind:pre:1p; -triplèrent tripler ver 2.08 1.76 0.00 0.07 ind:pas:3p; -triplé tripler ver m s 2.08 1.76 1.02 0.54 par:pas; -triplée tripler ver f s 2.08 1.76 0.05 0.07 par:pas; -triplées triplé nom f p 1.54 0.47 0.29 0.20 -triplés triplé nom m p 1.54 0.47 1.15 0.20 -tripode tripode nom m s 0.02 0.00 0.02 0.00 -tripoli tripoli nom m s 0.14 0.07 0.14 0.07 -triporteur triporteur nom m s 0.12 5.61 0.10 5.27 -triporteurs triporteur nom m p 0.12 5.61 0.02 0.34 -tripot tripot nom m s 1.57 1.22 1.09 0.81 -tripota tripoter ver 7.80 7.97 0.00 0.27 ind:pas:3s; -tripotage tripotage nom m s 0.16 0.27 0.03 0.27 -tripotages tripotage nom m p 0.16 0.27 0.14 0.00 -tripotaient tripoter ver 7.80 7.97 0.03 0.34 ind:imp:3p; -tripotais tripoter ver 7.80 7.97 0.04 0.34 ind:imp:1s;ind:imp:2s; -tripotait tripoter ver 7.80 7.97 0.36 0.95 ind:imp:3s; -tripotant tripoter ver 7.80 7.97 0.22 0.74 par:pre; -tripote tripoter ver 7.80 7.97 1.76 1.55 imp:pre:2s;ind:pre:1s;ind:pre:3s; -tripotent tripoter ver 7.80 7.97 0.60 0.34 ind:pre:3p;sub:pre:3p; -tripoter tripoter ver 7.80 7.97 3.09 2.30 inf; -tripoterai tripoter ver 7.80 7.97 0.01 0.00 ind:fut:1s; -tripotes tripoter ver 7.80 7.97 0.33 0.07 ind:pre:2s; -tripoteur tripoteur nom m s 0.04 0.00 0.02 0.00 -tripoteuse tripoteur nom f s 0.04 0.00 0.02 0.00 -tripotez tripoter ver 7.80 7.97 0.10 0.07 ind:pre:2p; -tripotiez tripoter ver 7.80 7.97 0.15 0.07 ind:imp:2p; -tripots tripot nom m p 1.57 1.22 0.48 0.41 -tripotèrent tripoter ver 7.80 7.97 0.00 0.07 ind:pas:3p; -tripoté tripoter ver m s 7.80 7.97 0.85 0.54 par:pas; -tripotée tripotée nom f s 0.26 0.27 0.26 0.27 -tripotées tripoter ver f p 7.80 7.97 0.00 0.07 par:pas; -tripotés tripoter ver m p 7.80 7.97 0.03 0.20 par:pas; -tripoux tripoux nom m p 0.00 0.20 0.00 0.20 -trips trip nom m p 4.62 1.22 0.26 0.00 -triptyque triptyque nom m s 0.06 0.74 0.04 0.61 -triptyques triptyque nom m p 0.06 0.74 0.01 0.14 -triquais triquer ver 0.27 0.68 0.00 0.14 ind:imp:1s; -triquait triquer ver 0.27 0.68 0.00 0.07 ind:imp:3s; -trique trique nom f s 2.73 4.46 2.69 4.05 -triqueballe triqueballe nom m s 0.00 0.14 0.00 0.14 -triquer triquer ver 0.27 0.68 0.16 0.41 inf; -triques trique nom f p 2.73 4.46 0.03 0.41 -trirème trirème nom f s 0.00 0.20 0.00 0.14 -trirèmes trirème nom f p 0.00 0.20 0.00 0.07 -tris tri nom m p 1.60 3.04 0.03 0.20 -trisaïeul trisaïeul nom m s 0.14 0.34 0.01 0.20 -trisaïeule trisaïeul nom f s 0.14 0.34 0.00 0.07 -trisaïeuls trisaïeul nom m p 0.14 0.34 0.14 0.07 -trismique trismique adj f s 0.00 0.07 0.00 0.07 -trismégiste trismégiste adj s 0.06 0.07 0.06 0.07 -trismus trismus nom m 0.00 0.07 0.00 0.07 -trisomie trisomie nom f s 0.01 0.00 0.01 0.00 -trisomique trisomique adj s 0.32 0.00 0.32 0.00 -trissait trisser ver 0.02 1.15 0.00 0.14 ind:imp:3s; -trisse trisser ver 0.02 1.15 0.02 0.41 ind:pre:1s;ind:pre:3s; -trissent trisser ver 0.02 1.15 0.00 0.14 ind:pre:3p; -trisser trisser ver 0.02 1.15 0.00 0.41 inf; -trissés trisser ver m p 0.02 1.15 0.00 0.07 par:pas; -triste triste adj s 103.44 105.61 93.03 86.89 -tristement tristement adv 1.67 11.82 1.67 11.82 -tristes triste adj p 103.44 105.61 10.41 18.72 -tristesse tristesse nom f s 13.39 48.72 12.91 46.96 -tristesses tristesse nom f p 13.39 48.72 0.48 1.76 -tristouillard tristouillard adj m s 0.00 0.14 0.00 0.07 -tristouillarde tristouillard adj f s 0.00 0.14 0.00 0.07 -tristouille tristouille adj m s 0.16 0.27 0.16 0.20 -tristouilles tristouille adj p 0.16 0.27 0.00 0.07 -tristounet tristounet adj m s 0.13 0.34 0.09 0.07 -tristounette tristounet adj f s 0.13 0.34 0.02 0.14 -tristounettes tristounet adj f p 0.13 0.34 0.02 0.14 -trièrent trier ver 3.68 7.84 0.00 0.07 ind:pas:3p; -trithéisme trithéisme nom m s 0.00 0.07 0.00 0.07 -trithérapie trithérapie nom f s 0.17 0.00 0.17 0.00 -tritium tritium nom m s 0.11 0.00 0.11 0.00 -triton triton nom m s 0.81 0.27 0.35 0.07 -tritons triton nom m p 0.81 0.27 0.46 0.20 -tritura triturer ver 0.25 5.07 0.00 0.27 ind:pas:3s; -trituraient triturer ver 0.25 5.07 0.01 0.27 ind:imp:3p; -triturais triturer ver 0.25 5.07 0.01 0.14 ind:imp:1s; -triturait triturer ver 0.25 5.07 0.01 1.08 ind:imp:3s; -triturant triturer ver 0.25 5.07 0.00 0.68 par:pre; -trituration trituration nom f s 0.00 0.20 0.00 0.14 -triturations trituration nom f p 0.00 0.20 0.00 0.07 -triture triturer ver 0.25 5.07 0.02 0.47 ind:pre:1s;ind:pre:3s; -triturent triturer ver 0.25 5.07 0.01 0.20 ind:pre:3p; -triturer triturer ver 0.25 5.07 0.14 1.22 inf; -triturera triturer ver 0.25 5.07 0.00 0.07 ind:fut:3s; -triturons triturer ver 0.25 5.07 0.00 0.07 imp:pre:1p; -trituré triturer ver m s 0.25 5.07 0.02 0.20 par:pas; -triturée triturer ver f s 0.25 5.07 0.02 0.14 par:pas; -triturées triturer ver f p 0.25 5.07 0.00 0.14 par:pas; -triturés triturer ver m p 0.25 5.07 0.00 0.14 par:pas; -trié trier ver m s 3.68 7.84 0.39 0.54 par:pas; -triée trier ver f s 3.68 7.84 0.11 0.27 par:pas; -triées trier ver f p 3.68 7.84 0.23 0.07 par:pas; -triumvir triumvir nom m s 0.09 0.00 0.09 0.00 -triumvirat triumvirat nom m s 0.57 0.14 0.57 0.14 -triés trier ver m p 3.68 7.84 0.33 0.81 par:pas; -trivial trivial adj m s 0.61 3.51 0.47 1.28 -triviale trivial adj f s 0.61 3.51 0.09 0.81 -trivialement trivialement adv 0.01 0.07 0.01 0.07 -triviales trivial adj f p 0.61 3.51 0.04 0.81 -trivialiser trivialiser ver 0.03 0.00 0.03 0.00 inf; -trivialité trivialité nom f s 0.03 0.34 0.03 0.27 -trivialités trivialité nom f p 0.03 0.34 0.00 0.07 -triviaux trivial adj m p 0.61 3.51 0.02 0.61 -trivium trivium nom m s 0.04 0.07 0.04 0.07 -troïka troïka nom f s 0.00 0.81 0.00 0.54 -troïkas troïka nom f p 0.00 0.81 0.00 0.27 -trobriandais trobriandais nom m 0.00 0.07 0.00 0.07 -troc troc nom m s 1.08 2.03 1.08 1.76 -trocart trocart nom m s 0.01 0.14 0.01 0.14 -trochaïque trochaïque adj m s 0.00 0.07 0.00 0.07 -trochanter trochanter nom m s 0.02 0.00 0.02 0.00 -troche troche nom f s 0.00 0.14 0.00 0.14 -trochée trochée nom s 0.00 0.14 0.00 0.14 -trochures trochure nom f p 0.00 0.07 0.00 0.07 -trocs troc nom m p 1.08 2.03 0.00 0.27 -troglodyte troglodyte nom m s 0.20 0.68 0.10 0.27 -troglodytes troglodyte nom m p 0.20 0.68 0.10 0.41 -troglodytique troglodytique adj m s 0.01 0.07 0.01 0.00 -troglodytiques troglodytique adj p 0.01 0.07 0.00 0.07 -trogne trogne nom f s 0.07 3.85 0.07 3.18 -trognes trogne nom f p 0.07 3.85 0.00 0.68 -trognon trognon nom m s 0.84 3.38 0.75 2.30 -trognons trognon nom m p 0.84 3.38 0.09 1.08 -trois_deux trois_deux nom m 0.01 0.00 0.01 0.00 -trois_huit trois_huit nom m 0.17 0.00 0.17 0.00 -trois_mâts trois_mâts nom m 0.16 0.47 0.16 0.47 -trois_points trois_points nom m 0.01 0.00 0.01 0.00 -trois_quarts trois_quarts nom m 0.59 0.34 0.59 0.34 -trois_quatre trois_quatre nom m 0.02 0.47 0.02 0.47 -trois_six trois_six nom m 0.01 0.07 0.01 0.07 -trois trois adj_num 380.80 660.34 380.80 660.34 -troisième troisième adj 30.50 57.43 30.47 57.23 -troisièmement troisièmement adv 1.38 0.54 1.38 0.54 -troisièmes troisième nom p 14.60 31.55 0.05 0.20 -troll troll nom m s 2.07 0.27 0.96 0.20 -trolle trolle nom f s 0.00 0.07 0.00 0.07 -trolley trolley nom m s 0.48 0.61 0.48 0.47 -trolleybus trolleybus nom m 0.00 1.08 0.00 1.08 -trolleys trolley nom m p 0.48 0.61 0.00 0.14 -trolls troll nom m p 2.07 0.27 1.11 0.07 -trâlée trâlée nom f s 0.00 0.07 0.00 0.07 -trombe trombe nom f s 0.82 9.32 0.61 7.23 -trombes trombe nom f p 0.82 9.32 0.20 2.09 -trombine trombine nom f s 0.02 1.28 0.01 1.01 -trombines trombine nom f p 0.02 1.28 0.01 0.27 -trombinoscope trombinoscope nom m s 0.07 0.14 0.07 0.14 -tromblon tromblon nom m s 0.06 0.68 0.05 0.20 -tromblons tromblon nom m p 0.06 0.68 0.01 0.47 -trombone trombone nom m s 2.96 1.42 1.78 0.54 -trombones trombone nom m p 2.96 1.42 1.17 0.88 -tromboniste tromboniste nom s 0.01 0.00 0.01 0.00 -trommel trommel nom m s 0.00 0.14 0.00 0.14 -trompa tromper ver 149.09 97.30 0.16 0.61 ind:pas:3s; -trompai tromper ver 149.09 97.30 0.00 0.20 ind:pas:1s; -trompaient tromper ver 149.09 97.30 0.39 1.96 ind:imp:3p; -trompais tromper ver 149.09 97.30 3.19 4.12 ind:imp:1s;ind:imp:2s; -trompait tromper ver 149.09 97.30 3.34 9.39 ind:imp:3s; -trompant tromper ver 149.09 97.30 0.28 1.62 par:pre; -trompe_l_oeil trompe_l_oeil nom m 0.33 2.43 0.33 2.43 -trompe tromper ver 149.09 97.30 27.72 15.41 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:1s; -trompent tromper ver 149.09 97.30 3.43 3.11 ind:pre:3p; -tromper tromper ver 149.09 97.30 27.42 22.16 inf;;inf;;inf;; -trompera tromper ver 149.09 97.30 0.24 0.27 ind:fut:3s; -tromperai tromper ver 149.09 97.30 0.19 0.41 ind:fut:1s; -tromperaient tromper ver 149.09 97.30 0.01 0.14 cnd:pre:3p; -tromperais tromper ver 149.09 97.30 0.36 0.07 cnd:pre:1s;cnd:pre:2s; -tromperait tromper ver 149.09 97.30 0.39 0.61 cnd:pre:3s; -tromperas tromper ver 149.09 97.30 0.39 0.14 ind:fut:2s; -tromperez tromper ver 149.09 97.30 0.06 0.07 ind:fut:2p; -tromperie tromperie nom f s 1.56 2.16 1.17 1.69 -tromperies tromperie nom f p 1.56 2.16 0.39 0.47 -tromperiez tromper ver 149.09 97.30 0.01 0.14 cnd:pre:2p; -tromperons tromper ver 149.09 97.30 0.01 0.00 ind:fut:1p; -tromperont tromper ver 149.09 97.30 0.21 0.14 ind:fut:3p; -trompes tromper ver 149.09 97.30 17.21 3.45 ind:pre:2s;sub:pre:2s; -trompeter trompeter ver 0.10 0.00 0.10 0.00 inf; -trompette trompette nom s 8.02 11.49 5.71 5.61 -trompettes trompette nom p 8.02 11.49 2.31 5.88 -trompettiste trompettiste nom s 0.77 0.68 0.73 0.68 -trompettistes trompettiste nom p 0.77 0.68 0.04 0.00 -trompeur trompeur adj m s 3.10 5.00 0.71 1.28 -trompeurs trompeur adj m p 3.10 5.00 0.59 0.61 -trompeuse trompeur adj f s 3.10 5.00 0.22 2.43 -trompeusement trompeusement adv 0.01 0.27 0.01 0.27 -trompeuses trompeur adj f p 3.10 5.00 1.58 0.68 -trompez tromper ver 149.09 97.30 12.82 2.43 imp:pre:2p;ind:pre:2p; -trompiez tromper ver 149.09 97.30 0.52 0.07 ind:imp:2p; -trompions tromper ver 149.09 97.30 0.14 0.34 ind:imp:1p; -trompâmes tromper ver 149.09 97.30 0.00 0.07 ind:pas:1p; -trompons tromper ver 149.09 97.30 0.25 0.34 imp:pre:1p;ind:pre:1p; -trompât tromper ver 149.09 97.30 0.00 0.54 sub:imp:3s; -trompèrent tromper ver 149.09 97.30 0.00 0.27 ind:pas:3p; -trompé tromper ver m s 149.09 97.30 29.98 17.70 par:pas;par:pas;par:pas; -trompée tromper ver f s 149.09 97.30 12.98 8.11 par:pas; -trompées tromper ver f p 149.09 97.30 0.39 0.41 par:pas; -trompés tromper ver m p 149.09 97.30 7.03 3.04 par:pas; -tronc tronc nom m s 5.81 36.62 4.84 20.74 -tronchais troncher ver 0.09 0.14 0.02 0.00 ind:imp:1s; -tronche tronche nom f s 8.92 25.68 8.25 22.57 -troncher troncher ver 0.09 0.14 0.03 0.07 inf; -tronches tronche nom f p 8.92 25.68 0.67 3.11 -tronché troncher ver m s 0.09 0.14 0.01 0.00 par:pas; -tronchée troncher ver f s 0.09 0.14 0.03 0.07 par:pas; -tronconique tronconique adj s 0.01 0.27 0.01 0.27 -troncs tronc nom m p 5.81 36.62 0.97 15.88 -tronquer tronquer ver 0.06 0.61 0.01 0.07 inf; -tronqué tronqué adj m s 0.08 1.08 0.04 0.34 -tronquée tronquer ver f s 0.06 0.61 0.03 0.27 par:pas; -tronquées tronqué adj f p 0.08 1.08 0.01 0.47 -tronqués tronqué adj m p 0.08 1.08 0.01 0.00 -tronçon tronçon nom m s 0.31 3.99 0.17 2.03 -tronçonnaient tronçonner ver 0.17 0.81 0.00 0.07 ind:imp:3p; -tronçonnait tronçonner ver 0.17 0.81 0.00 0.07 ind:imp:3s; -tronçonne tronçonner ver 0.17 0.81 0.01 0.14 imp:pre:2s;ind:pre:3s; -tronçonner tronçonner ver 0.17 0.81 0.00 0.14 inf; -tronçonneuse tronçonneur nom f s 1.63 1.08 1.63 0.95 -tronçonneuses tronçonneuse nom f p 0.22 0.00 0.22 0.00 -tronçonné tronçonner ver m s 0.17 0.81 0.16 0.07 par:pas; -tronçonnée tronçonner ver f s 0.17 0.81 0.00 0.14 par:pas; -tronçonnées tronçonner ver f p 0.17 0.81 0.00 0.14 par:pas; -tronçonnés tronçonner ver m p 0.17 0.81 0.00 0.07 par:pas; -tronçons tronçon nom m p 0.31 3.99 0.14 1.96 -trop_perçu trop_perçu nom m s 0.01 0.00 0.01 0.00 -trop_plein trop_plein nom m s 0.30 2.64 0.30 2.50 -trop_plein trop_plein nom m p 0.30 2.64 0.00 0.14 -trop trop adv_sup 859.54 790.00 859.54 790.00 -trope trope nom m s 0.00 0.07 0.00 0.07 -trophée trophée nom m s 7.02 4.93 4.85 2.57 -trophées trophée nom m p 7.02 4.93 2.17 2.36 -tropical tropical adj m s 3.28 6.62 1.56 1.28 -tropicale tropical adj f s 3.28 6.62 0.96 2.77 -tropicales tropical adj f p 3.28 6.62 0.45 1.42 -tropicaux tropical adj m p 3.28 6.62 0.30 1.15 -tropique tropique nom m s 1.37 2.43 0.38 0.20 -tropiques tropique nom m p 1.37 2.43 0.99 2.23 -tropisme tropisme nom m s 0.00 0.61 0.00 0.54 -tropismes tropisme nom m p 0.00 0.61 0.00 0.07 -troposphère troposphère nom f s 0.01 0.20 0.01 0.20 -troposphérique troposphérique adj f s 0.00 0.20 0.00 0.14 -troposphériques troposphérique adj p 0.00 0.20 0.00 0.07 -tropézienne tropézien nom f s 0.00 0.14 0.00 0.14 -tropéziens tropézien adj m p 0.00 0.07 0.00 0.07 -troqua troquer ver 1.64 4.73 0.03 0.41 ind:pas:3s; -troquaient troquer ver 1.64 4.73 0.00 0.27 ind:imp:3p; -troquais troquer ver 1.64 4.73 0.00 0.07 ind:imp:1s; -troquait troquer ver 1.64 4.73 0.01 0.20 ind:imp:3s; -troquant troquer ver 1.64 4.73 0.04 0.07 par:pre; -troquas troquer ver 1.64 4.73 0.00 0.07 ind:pas:2s; -troque troquer ver 1.64 4.73 0.13 0.07 imp:pre:2s;ind:pre:1s;ind:pre:3s; -troquer troquer ver 1.64 4.73 0.56 2.36 inf; -troquera troquer ver 1.64 4.73 0.01 0.00 ind:fut:3s; -troquerai troquer ver 1.64 4.73 0.11 0.07 ind:fut:1s; -troquerais troquer ver 1.64 4.73 0.02 0.00 cnd:pre:1s;cnd:pre:2s; -troquet troquet nom m s 0.34 6.82 0.33 4.66 -troquets troquet nom m p 0.34 6.82 0.01 2.16 -troquez troquer ver 1.64 4.73 0.17 0.07 imp:pre:2p;ind:pre:2p; -troquèrent troquer ver 1.64 4.73 0.10 0.07 ind:pas:3p; -troqué troquer ver m s 1.64 4.73 0.35 0.74 par:pas; -troquée troquer ver f s 1.64 4.73 0.06 0.07 par:pas; -troquées troquer ver f p 1.64 4.73 0.04 0.14 par:pas; -troqués troquer ver m p 1.64 4.73 0.01 0.07 par:pas; -trot trot nom m s 1.67 10.47 1.66 10.41 -troène troène nom m s 0.02 1.28 0.01 0.07 -troènes troène nom m p 0.02 1.28 0.01 1.22 -trots trot nom m p 1.67 10.47 0.01 0.07 -trotskisme trotskisme nom m s 0.00 0.14 0.00 0.14 -trotskiste trotskiste adj s 0.51 0.68 0.51 0.41 -trotskistes trotskiste nom p 0.03 0.47 0.02 0.41 -trotskystes trotskyste nom p 0.01 0.20 0.01 0.20 -trotta trotter ver 2.66 10.27 0.14 0.20 ind:pas:3s; -trottaient trotter ver 2.66 10.27 0.04 0.74 ind:imp:3p; -trottais trotter ver 2.66 10.27 0.00 0.07 ind:imp:1s; -trottait trotter ver 2.66 10.27 0.54 2.16 ind:imp:3s; -trottant trotter ver 2.66 10.27 0.00 1.08 par:pre; -trotte_menu trotte_menu adj m s 0.00 0.41 0.00 0.41 -trotte trotter ver 2.66 10.27 0.75 1.69 imp:pre:2s;ind:pre:1s;ind:pre:3s; -trottent trotter ver 2.66 10.27 0.17 0.81 ind:pre:3p; -trotter trotter ver 2.66 10.27 0.90 2.64 inf; -trottera trotter ver 2.66 10.27 0.01 0.07 ind:fut:3s; -trotterions trotter ver 2.66 10.27 0.00 0.07 cnd:pre:1p; -trottes trotter ver 2.66 10.27 0.01 0.00 ind:pre:2s; -trotteur trotteur nom m s 0.09 0.88 0.01 0.00 -trotteurs trotteur nom m p 0.09 0.88 0.02 0.27 -trotteuse trotteur nom f s 0.09 0.88 0.06 0.54 -trotteuses trotteuse nom f p 0.01 0.00 0.01 0.00 -trottez trotter ver 2.66 10.27 0.03 0.07 imp:pre:2p;ind:pre:2p; -trottignolles trottignolle nom m p 0.00 0.07 0.00 0.07 -trottin trottin nom m s 0.00 0.14 0.00 0.07 -trottina trottiner ver 0.22 7.50 0.00 0.20 ind:pas:3s; -trottinais trottiner ver 0.22 7.50 0.00 0.07 ind:imp:1s; -trottinait trottiner ver 0.22 7.50 0.01 1.55 ind:imp:3s; -trottinant trottiner ver 0.22 7.50 0.01 2.64 par:pre; -trottine trottiner ver 0.22 7.50 0.01 0.95 imp:pre:2s;ind:pre:1s;ind:pre:3s; -trottinement trottinement nom m s 0.01 0.81 0.01 0.74 -trottinements trottinement nom m p 0.01 0.81 0.00 0.07 -trottinent trottiner ver 0.22 7.50 0.00 0.20 ind:pre:3p; -trottiner trottiner ver 0.22 7.50 0.03 1.62 inf; -trottinerait trottiner ver 0.22 7.50 0.00 0.07 cnd:pre:3s; -trottinette trottinette nom f s 0.35 0.81 0.32 0.68 -trottinettes trottinette nom f p 0.35 0.81 0.04 0.14 -trottinez trottiner ver 0.22 7.50 0.14 0.00 imp:pre:2p;ind:pre:2p; -trottinions trottiner ver 0.22 7.50 0.00 0.07 ind:imp:1p; -trottins trottin nom m p 0.00 0.14 0.00 0.07 -trottiné trottiner ver m s 0.22 7.50 0.01 0.14 par:pas; -trottions trotter ver 2.66 10.27 0.00 0.14 ind:imp:1p; -trottoir trottoir nom m s 10.87 87.36 9.93 70.54 -trottoirs trottoir nom m p 10.87 87.36 0.94 16.82 -trottons trotter ver 2.66 10.27 0.00 0.14 ind:pre:1p; -trotté trotter ver m s 2.66 10.27 0.09 0.41 par:pas; -trou_du_cul trou_du_cul nom m s 0.43 0.14 0.29 0.14 -trou_trou trou_trou nom m s 0.00 0.34 0.00 0.14 -trou_trou trou_trou nom m p 0.00 0.34 0.00 0.20 -trou trou nom m s 90.72 108.38 75.32 76.08 -troua trouer ver 4.27 11.76 0.00 0.34 ind:pas:3s; -trouai trouer ver 4.27 11.76 0.00 0.07 ind:pas:1s; -trouaient trouer ver 4.27 11.76 0.00 0.81 ind:imp:3p; -trouais trouer ver 4.27 11.76 0.00 0.07 ind:imp:1s; -trouait trouer ver 4.27 11.76 0.01 1.22 ind:imp:3s; -trouant trouer ver 4.27 11.76 0.01 0.74 par:pre; -troubades troubade nom m p 0.00 0.07 0.00 0.07 -troubadour troubadour nom m s 0.84 1.62 0.50 0.68 -troubadours troubadour nom m p 0.84 1.62 0.34 0.95 -troubla troubler ver 16.33 37.97 0.03 3.51 ind:pas:3s; -troublai troubler ver 16.33 37.97 0.00 0.07 ind:pas:1s; -troublaient troubler ver 16.33 37.97 0.01 2.03 ind:imp:3p; -troublais troubler ver 16.33 37.97 0.00 0.14 ind:imp:1s; -troublait troubler ver 16.33 37.97 0.76 4.59 ind:imp:3s; -troublant troublant adj m s 2.74 8.99 1.25 4.19 -troublante troublant adj f s 2.74 8.99 0.93 2.84 -troublantes troublant adj f p 2.74 8.99 0.42 1.08 -troublants troublant adj m p 2.74 8.99 0.14 0.88 -trouble_fête trouble_fête nom p 0.28 0.00 0.28 0.00 -trouble trouble nom m s 12.84 25.68 5.76 18.31 -troublent troubler ver 16.33 37.97 0.53 0.95 ind:pre:3p; -troubler troubler ver 16.33 37.97 2.94 8.45 inf; -troublera troubler ver 16.33 37.97 0.15 0.14 ind:fut:3s; -troublerais troubler ver 16.33 37.97 0.00 0.07 cnd:pre:2s; -troublerait troubler ver 16.33 37.97 0.42 0.41 cnd:pre:3s; -troubleront troubler ver 16.33 37.97 0.01 0.07 ind:fut:3p; -troubles trouble nom m p 12.84 25.68 7.08 7.36 -troublez troubler ver 16.33 37.97 0.50 0.14 imp:pre:2p;ind:pre:2p; -troublât troubler ver 16.33 37.97 0.01 0.14 sub:imp:3s; -troublèrent troubler ver 16.33 37.97 0.00 0.61 ind:pas:3p; -troublé troubler ver m s 16.33 37.97 4.58 7.50 par:pas; -troublée troubler ver f s 16.33 37.97 1.72 3.45 par:pas; -troublées troubler ver f p 16.33 37.97 0.04 0.41 par:pas; -troublés troublé adj m p 3.32 7.97 0.57 1.08 -trouduc trouduc nom m s 3.68 0.41 3.68 0.41 -trouducuteries trouducuterie nom f p 0.00 0.07 0.00 0.07 -troue trouer ver 4.27 11.76 1.30 0.81 imp:pre:2s;ind:pre:1s;ind:pre:3s; -trouent trouer ver 4.27 11.76 0.04 0.95 ind:pre:3p; -trouer trouer ver 4.27 11.76 1.32 1.35 inf; -trouerai trouer ver 4.27 11.76 0.02 0.00 ind:fut:1s; -trouerais trouer ver 4.27 11.76 0.03 0.00 cnd:pre:1s; -trouez trouer ver 4.27 11.76 0.30 0.00 imp:pre:2p;ind:pre:2p; -troufignard troufignard nom m s 0.00 0.07 0.00 0.07 -troufignon troufignon nom m s 0.03 0.14 0.02 0.14 -troufignons troufignon nom m p 0.03 0.14 0.01 0.00 -troufion troufion nom m s 1.13 1.76 0.78 0.68 -troufions troufion nom m p 1.13 1.76 0.34 1.08 -trouillait trouiller ver 0.00 0.07 0.00 0.07 ind:imp:3s; -trouillard trouillard nom m s 3.76 1.01 3.34 0.54 -trouillarde trouillard adj f s 1.66 0.54 0.26 0.00 -trouillards trouillard nom m p 3.76 1.01 0.27 0.47 -trouille trouille nom f s 17.43 15.74 16.90 14.46 -trouilles trouille nom f p 17.43 15.74 0.53 1.28 -trouillomètre trouillomètre nom m s 0.14 0.20 0.14 0.20 -troupe troupe nom f s 30.93 105.41 10.30 32.30 -troupeau troupeau nom m s 11.48 25.54 9.73 16.28 -troupeaux troupeau nom m p 11.48 25.54 1.76 9.26 -troupes troupe nom f p 30.93 105.41 20.64 73.11 -troupier troupier nom m s 0.20 1.22 0.06 0.47 -troupiers troupier nom m p 0.20 1.22 0.14 0.74 -trou_du_cul trou_du_cul nom m p 0.43 0.14 0.14 0.00 -trous trou nom m p 90.72 108.38 15.40 32.30 -troussa trousser ver 0.39 2.30 0.00 0.07 ind:pas:3s; -troussaient trousser ver 0.39 2.30 0.00 0.07 ind:imp:3p; -troussait trousser ver 0.39 2.30 0.00 0.34 ind:imp:3s; -troussant trousser ver 0.39 2.30 0.00 0.27 par:pre; -trousse trousse nom f s 8.79 8.92 3.77 4.59 -trousseau trousseau nom m s 2.14 5.95 2.13 5.41 -trousseaux trousseau nom m p 2.14 5.95 0.01 0.54 -troussequin troussequin nom m s 0.00 0.07 0.00 0.07 -trousser trousser ver 0.39 2.30 0.01 0.47 inf; -trousses trousse nom f p 8.79 8.92 5.03 4.32 -trousseur trousseur nom m s 0.00 0.14 0.00 0.14 -troussèrent trousser ver 0.39 2.30 0.00 0.07 ind:pas:3p; -troussé trousser ver m s 0.39 2.30 0.14 0.27 par:pas; -troussée trousser ver f s 0.39 2.30 0.11 0.27 par:pas; -troussées troussé adj f p 0.00 1.01 0.00 0.34 -troussés troussé adj m p 0.00 1.01 0.00 0.14 -trouèrent trouer ver 4.27 11.76 0.00 0.07 ind:pas:3p; -troué trouer ver m s 4.27 11.76 0.89 1.96 imp:pre:2s;par:pas; -trouée trouée nom f s 0.30 5.81 0.27 5.00 -trouées troué adj f p 0.96 5.27 0.43 1.01 -troués troué adj m p 0.96 5.27 0.20 0.74 -trouva trouver ver 1335.49 972.50 4.37 59.53 ind:pas:3s; -trouvable trouvable adj s 0.04 0.07 0.04 0.07 -trouvai trouver ver 1335.49 972.50 1.00 18.51 ind:pas:1s; -trouvaient trouver ver 1335.49 972.50 3.38 36.35 ind:imp:3p; -trouvaille trouvaille nom f s 1.90 7.84 1.38 5.14 -trouvailles trouvaille nom f p 1.90 7.84 0.52 2.70 -trouvais trouver ver 1335.49 972.50 13.84 37.84 ind:imp:1s;ind:imp:2s; -trouvait trouver ver 1335.49 972.50 17.91 149.19 ind:imp:3s; -trouvant trouver ver 1335.49 972.50 2.57 15.14 par:pre; -trouvas trouver ver 1335.49 972.50 0.00 0.14 ind:pas:2s; -trouvasse trouver ver 1335.49 972.50 0.00 0.14 sub:imp:1s; -trouvassent trouver ver 1335.49 972.50 0.00 0.34 sub:imp:3p; -trouve trouver ver 1335.49 972.50 284.45 163.78 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:1s;sub:pre:3s; -trouvent trouver ver 1335.49 972.50 22.04 22.50 ind:pre:3p;sub:pre:3p; -trouver trouver ver 1335.49 972.50 324.94 192.70 inf;;inf;;inf;;inf;; -trouvera trouver ver 1335.49 972.50 29.30 11.42 ind:fut:3s; -trouverai trouver ver 1335.49 972.50 26.27 4.12 ind:fut:1s; -trouveraient trouver ver 1335.49 972.50 0.75 3.58 cnd:pre:3p; -trouverais trouver ver 1335.49 972.50 6.35 4.93 cnd:pre:1s;cnd:pre:2s; -trouverait trouver ver 1335.49 972.50 4.24 15.34 cnd:pre:3s; -trouveras trouver ver 1335.49 972.50 19.10 3.78 ind:fut:2s; -trouverez trouver ver 1335.49 972.50 18.23 5.61 ind:fut:2p; -trouveriez trouver ver 1335.49 972.50 1.05 0.41 cnd:pre:2p; -trouverions trouver ver 1335.49 972.50 0.28 1.08 cnd:pre:1p; -trouverons trouver ver 1335.49 972.50 8.06 1.55 ind:fut:1p; -trouveront trouver ver 1335.49 972.50 6.99 3.45 ind:fut:3p; -trouves trouver ver 1335.49 972.50 70.05 17.91 ind:pre:2s;sub:pre:1p;sub:pre:2s; -trouveur trouveur nom m s 0.03 0.07 0.02 0.00 -trouveurs trouveur nom m p 0.03 0.07 0.01 0.07 -trouvez trouver ver 1335.49 972.50 62.69 14.12 imp:pre:2p;ind:pre:2p; -trouviez trouver ver 1335.49 972.50 2.98 1.01 ind:imp:2p; -trouvions trouver ver 1335.49 972.50 1.39 6.28 ind:imp:1p;sub:pre:1p; -trouvâmes trouver ver 1335.49 972.50 0.28 2.70 ind:pas:1p; -trouvons trouver ver 1335.49 972.50 10.25 4.32 imp:pre:1p;ind:pre:1p; -trouvât trouver ver 1335.49 972.50 0.00 3.85 sub:imp:3s; -trouvère trouvère nom m s 0.20 0.20 0.20 0.07 -trouvèrent trouver ver 1335.49 972.50 0.88 8.31 ind:pas:3p; -trouvères trouvère nom m p 0.20 0.20 0.00 0.14 -trouvé trouver ver m s 1335.49 972.50 339.29 135.74 par:pas;par:pas;par:pas; -trouvée trouver ver f s 1335.49 972.50 36.28 16.42 par:pas; -trouvées trouver ver f p 1335.49 972.50 5.44 2.77 par:pas; -trouvés trouver ver m p 1335.49 972.50 10.85 7.64 par:pas;par:pas;par:pas; -troyen troyen adj m s 0.24 0.14 0.23 0.07 -troyenne troyen adj f s 0.24 0.14 0.01 0.07 -trèfle trèfle nom m s 3.52 5.00 2.75 4.19 -trèfles trèfle nom m p 3.52 5.00 0.78 0.81 -trèpe trèpe nom m s 0.00 1.49 0.00 1.49 -très très adv 1589.92 1120.81 1589.92 1120.81 -truand truand nom m s 5.82 6.49 2.52 2.57 -truandage truandage nom m s 0.00 0.68 0.00 0.54 -truandages truandage nom m p 0.00 0.68 0.00 0.14 -truandaille truandaille nom f s 0.00 0.27 0.00 0.27 -truande truand nom f s 5.82 6.49 0.03 0.14 -truander truander ver 0.35 0.14 0.13 0.00 inf; -truanderie truanderie nom f s 0.00 0.54 0.00 0.54 -truandes truander ver 0.35 0.14 0.02 0.00 ind:pre:2s; -truands truand nom m p 5.82 6.49 3.27 3.72 -truandé truander ver m s 0.35 0.14 0.17 0.07 par:pas; -trublion trublion nom m s 0.09 0.34 0.08 0.14 -trublions trublion nom m p 0.09 0.34 0.01 0.20 -trébucha trébucher ver 4.91 12.64 0.01 1.82 ind:pas:3s; -trébuchai trébucher ver 4.91 12.64 0.01 0.27 ind:pas:1s; -trébuchaient trébucher ver 4.91 12.64 0.00 0.20 ind:imp:3p; -trébuchais trébucher ver 4.91 12.64 0.05 0.27 ind:imp:1s; -trébuchait trébucher ver 4.91 12.64 0.04 1.49 ind:imp:3s; -trébuchant trébucher ver 4.91 12.64 0.23 3.31 par:pre; -trébuchante trébuchant adj f s 0.07 1.55 0.00 0.47 -trébuchantes trébuchant adj f p 0.07 1.55 0.04 0.34 -trébuchants trébuchant adj m p 0.07 1.55 0.00 0.20 -trébuche trébucher ver 4.91 12.64 0.88 1.82 imp:pre:2s;ind:pre:1s;ind:pre:3s; -trébuchement trébuchement nom m s 0.02 0.20 0.01 0.07 -trébuchements trébuchement nom m p 0.02 0.20 0.01 0.14 -trébuchent trébucher ver 4.91 12.64 0.13 0.47 ind:pre:3p; -trébucher trébucher ver 4.91 12.64 1.14 1.89 inf; -trébuches trébucher ver 4.91 12.64 0.17 0.00 ind:pre:2s; -trébuchet trébuchet nom m s 0.01 0.27 0.01 0.27 -trébuchez trébucher ver 4.91 12.64 0.05 0.00 imp:pre:2p;ind:pre:2p; -trébuchons trébucher ver 4.91 12.64 0.00 0.34 imp:pre:1p;ind:pre:1p; -trébuché trébucher ver m s 4.91 12.64 2.21 0.74 par:pas; -truc truc nom m s 381.34 87.77 274.94 51.15 -trucage trucage nom m s 0.69 0.41 0.25 0.41 -trucages trucage nom m p 0.69 0.41 0.44 0.00 -truchement truchement nom m s 0.14 2.57 0.14 2.43 -truchements truchement nom m p 0.14 2.57 0.00 0.14 -trucida trucider ver 1.01 1.22 0.00 0.34 ind:pas:3s; -trucidais trucider ver 1.01 1.22 0.00 0.07 ind:imp:1s; -trucidant trucider ver 1.01 1.22 0.00 0.07 par:pre; -trucident trucider ver 1.01 1.22 0.01 0.00 ind:pre:3p; -trucider trucider ver 1.01 1.22 0.43 0.47 inf; -truciderai trucider ver 1.01 1.22 0.03 0.00 ind:fut:1s; -trucides trucider ver 1.01 1.22 0.01 0.00 ind:pre:2s; -trucidons trucider ver 1.01 1.22 0.01 0.00 imp:pre:1p; -trucidé trucider ver m s 1.01 1.22 0.39 0.14 par:pas; -trucidée trucider ver f s 1.01 1.22 0.01 0.14 par:pas; -trucidés trucider ver m p 1.01 1.22 0.12 0.00 par:pas; -truck truck nom m s 0.39 0.07 0.35 0.00 -trucks truck nom m p 0.39 0.07 0.04 0.07 -trucmuche trucmuche nom m s 0.11 0.14 0.11 0.14 -trucs truc nom m p 381.34 87.77 106.41 36.62 -truculence truculence nom f s 0.00 0.27 0.00 0.27 -truculent truculent adj m s 0.02 0.54 0.02 0.27 -truculente truculent adj f s 0.02 0.54 0.00 0.27 -truelle truelle nom f s 0.73 2.43 0.73 2.30 -truelles truelle nom f p 0.73 2.43 0.00 0.14 -truffaient truffer ver 1.29 3.85 0.00 0.14 ind:imp:3p; -truffait truffer ver 1.29 3.85 0.00 0.14 ind:imp:3s; -truffant truffer ver 1.29 3.85 0.03 0.20 par:pre; -truffe truffe nom f s 2.65 4.73 0.82 3.38 -truffer truffer ver 1.29 3.85 0.08 0.14 inf; -truffes truffe nom f p 2.65 4.73 1.83 1.35 -truffier truffier nom m s 0.01 0.34 0.00 0.14 -truffiers truffier nom m p 0.01 0.34 0.01 0.20 -truffons truffer ver 1.29 3.85 0.01 0.00 imp:pre:1p; -truffé truffer ver m s 1.29 3.85 0.69 0.74 par:pas; -truffée truffer ver f s 1.29 3.85 0.27 0.81 par:pas; -truffées truffer ver f p 1.29 3.85 0.02 0.41 par:pas; -truffés truffer ver m p 1.29 3.85 0.12 1.15 par:pas; -tréfilés tréfiler ver m p 0.00 0.07 0.00 0.07 par:pas; -tréflières tréflière nom f p 0.00 0.07 0.00 0.07 -tréfonds tréfonds nom m 0.62 2.91 0.62 2.91 -truie truie nom f s 3.35 2.36 3.16 2.16 -truies truie nom f p 3.35 2.36 0.19 0.20 -truisme truisme nom m s 0.03 0.20 0.02 0.14 -truismes truisme nom m p 0.03 0.20 0.01 0.07 -truite truite nom f s 3.65 7.91 2.35 3.38 -truitelle truitelle nom f s 0.00 0.07 0.00 0.07 -truites truite nom f p 3.65 7.91 1.30 4.53 -tréma tréma nom m s 0.04 0.14 0.02 0.14 -trémail trémail nom m s 0.00 0.14 0.00 0.14 -trémas tréma nom m p 0.04 0.14 0.01 0.00 -trumeau trumeau nom m s 0.01 0.61 0.01 0.34 -trumeaux trumeau nom m p 0.01 0.61 0.00 0.27 -trémie trémie nom f s 0.10 0.41 0.10 0.00 -trémies trémie nom f p 0.10 0.41 0.00 0.41 -trémière trémière adj f s 0.01 1.89 0.00 0.54 -trémières trémière adj f p 0.01 1.89 0.01 1.35 -trémois trémois nom m 0.00 0.07 0.00 0.07 -trémolo trémolo nom m s 0.19 1.15 0.16 0.74 -trémolos trémolo nom m p 0.19 1.15 0.02 0.41 -trémoussa trémousser ver 0.93 2.23 0.00 0.14 ind:pas:3s; -trémoussaient trémousser ver 0.93 2.23 0.00 0.47 ind:imp:3p; -trémoussait trémousser ver 0.93 2.23 0.03 0.27 ind:imp:3s; -trémoussant trémousser ver 0.93 2.23 0.02 0.34 par:pre; -trémousse trémousser ver 0.93 2.23 0.36 0.41 imp:pre:2s;ind:pre:1s;ind:pre:3s; -trémoussement trémoussement nom m s 0.00 0.34 0.00 0.14 -trémoussements trémoussement nom m p 0.00 0.34 0.00 0.20 -trémoussent trémousser ver 0.93 2.23 0.06 0.07 ind:pre:3p; -trémousser trémousser ver 0.93 2.23 0.45 0.41 inf; -trémousses trémousser ver 0.93 2.23 0.02 0.00 ind:pre:2s; -trémoussât trémousser ver 0.93 2.23 0.00 0.07 sub:imp:3s; -trémoussèrent trémousser ver 0.93 2.23 0.00 0.07 ind:pas:3p; -trémulant trémuler ver 0.00 0.27 0.00 0.20 par:pre; -trémulante trémulant adj f s 0.00 0.14 0.00 0.07 -trémulation trémulation nom f s 0.00 0.34 0.00 0.34 -trémuler trémuler ver 0.00 0.27 0.00 0.07 inf; -trépan trépan nom m s 0.05 0.14 0.05 0.14 -trépanation trépanation nom f s 0.20 0.00 0.20 0.00 -trépaner trépaner ver 0.17 0.34 0.03 0.34 inf; -trépané trépaner ver m s 0.17 0.34 0.14 0.00 par:pas; -trépanée trépané nom f s 0.00 0.20 0.00 0.14 -trépas trépas nom m 0.38 1.55 0.38 1.55 -trépassaient trépasser ver 0.39 1.08 0.00 0.07 ind:imp:3p; -trépassait trépasser ver 0.39 1.08 0.00 0.14 ind:imp:3s; -trépassant trépasser ver 0.39 1.08 0.00 0.07 par:pre; -trépasse trépasser ver 0.39 1.08 0.23 0.14 ind:pre:3s; -trépassent trépasser ver 0.39 1.08 0.01 0.14 ind:pre:3p; -trépasser trépasser ver 0.39 1.08 0.01 0.34 inf; -trépasserait trépasser ver 0.39 1.08 0.00 0.07 cnd:pre:3s; -trépasseront trépasser ver 0.39 1.08 0.02 0.00 ind:fut:3p; -trépassé trépasser ver m s 0.39 1.08 0.12 0.07 par:pas; -trépassée trépassé adj f s 0.02 0.20 0.01 0.07 -trépassées trépassé nom f p 0.16 0.47 0.01 0.00 -trépassés trépassé nom m p 0.16 0.47 0.03 0.34 -trépidant trépidant adj m s 0.33 1.28 0.03 0.34 -trépidante trépidant adj f s 0.33 1.28 0.18 0.61 -trépidantes trépidant adj f p 0.33 1.28 0.12 0.14 -trépidants trépidant adj m p 0.33 1.28 0.00 0.20 -trépidation trépidation nom f s 0.10 1.96 0.10 1.22 -trépidations trépidation nom f p 0.10 1.96 0.00 0.74 -trépide trépider ver 0.01 0.68 0.01 0.20 ind:pre:3s; -trépident trépider ver 0.01 0.68 0.00 0.07 ind:pre:3p; -trépider trépider ver 0.01 0.68 0.00 0.27 inf; -trépied trépied nom m s 1.15 2.70 1.14 2.30 -trépieds trépied nom m p 1.15 2.70 0.01 0.41 -trépigna trépigner ver 0.32 3.85 0.01 0.20 ind:pas:3s; -trépignaient trépigner ver 0.32 3.85 0.14 0.20 ind:imp:3p; -trépignais trépigner ver 0.32 3.85 0.00 0.27 ind:imp:1s; -trépignait trépigner ver 0.32 3.85 0.01 1.15 ind:imp:3s; -trépignant trépignant adj m s 0.01 1.08 0.01 0.95 -trépignante trépignant adj f s 0.01 1.08 0.00 0.07 -trépignants trépignant adj m p 0.01 1.08 0.00 0.07 -trépigne trépigner ver 0.32 3.85 0.06 0.74 ind:pre:1s;ind:pre:3s; -trépignement trépignement nom m s 0.02 0.61 0.01 0.07 -trépignements trépignement nom m p 0.02 0.61 0.01 0.54 -trépignent trépigner ver 0.32 3.85 0.05 0.20 ind:pre:3p; -trépigner trépigner ver 0.32 3.85 0.02 0.81 inf; -trépignerai trépigner ver 0.32 3.85 0.00 0.07 ind:fut:1s; -trépignez trépigner ver 0.32 3.85 0.01 0.07 imp:pre:2p;ind:pre:2p; -trépigné trépigner ver m s 0.32 3.85 0.01 0.07 par:pas; -trépignée trépigner ver f s 0.32 3.85 0.00 0.07 par:pas; -tréponème tréponème nom m s 0.00 0.27 0.00 0.07 -tréponèmes tréponème nom m p 0.00 0.27 0.00 0.20 -truqua truquer ver 4.62 3.45 0.00 0.07 ind:pas:3s; -truquage truquage nom m s 0.45 1.15 0.34 0.54 -truquages truquage nom m p 0.45 1.15 0.11 0.61 -truquaient truquer ver 4.62 3.45 0.02 0.07 ind:imp:3p; -truquait truquer ver 4.62 3.45 0.05 0.00 ind:imp:3s; -truquant truquer ver 4.62 3.45 0.04 0.14 par:pre; -truque truquer ver 4.62 3.45 0.59 0.27 imp:pre:2s;ind:pre:1s;ind:pre:3s; -truquer truquer ver 4.62 3.45 0.85 0.95 inf; -truquerai truquer ver 4.62 3.45 0.03 0.07 ind:fut:1s; -truquerez truquer ver 4.62 3.45 0.02 0.00 ind:fut:2p; -truqueur truqueur nom m s 0.28 0.34 0.25 0.20 -truqueurs truqueur nom m p 0.28 0.34 0.01 0.07 -truqueuse truqueur nom f s 0.28 0.34 0.02 0.07 -truquez truquer ver 4.62 3.45 0.01 0.00 imp:pre:2p; -truquions truquer ver 4.62 3.45 0.00 0.07 ind:imp:1p; -truqué truquer ver m s 4.62 3.45 1.88 0.88 par:pas; -truquée truquer ver f s 4.62 3.45 0.71 0.34 par:pas; -truquées truqué adj f p 1.60 2.03 0.29 0.47 -truqués truquer ver m p 4.62 3.45 0.31 0.20 par:pas; -trésor trésor nom m s 49.92 34.66 44.86 20.14 -trésorerie trésorerie nom f s 0.40 0.81 0.40 0.81 -trésorier_payeur trésorier_payeur nom m s 0.02 0.07 0.02 0.07 -trésorier trésorier nom m s 1.83 1.82 1.55 1.62 -trésoriers trésorier nom m p 1.83 1.82 0.02 0.00 -trésorière trésorier nom f s 1.83 1.82 0.26 0.20 -trésors trésor nom m p 49.92 34.66 5.07 14.53 -trusquin trusquin nom m s 0.00 0.14 0.00 0.14 -trust trust nom m s 1.16 1.08 1.11 0.54 -trustais truster ver 0.02 0.34 0.00 0.07 ind:imp:1s; -trustait truster ver 0.02 0.34 0.00 0.07 ind:imp:3s; -truste truster ver 0.02 0.34 0.00 0.07 ind:pre:3s; -trustee trustee nom m s 0.00 0.27 0.00 0.07 -trustees trustee nom m p 0.00 0.27 0.00 0.20 -trusteeship trusteeship nom m s 0.00 0.41 0.00 0.34 -trusteeships trusteeship nom m p 0.00 0.41 0.00 0.07 -truster truster ver 0.02 0.34 0.02 0.07 inf; -trusterait truster ver 0.02 0.34 0.00 0.07 cnd:pre:3s; -trusts trust nom m p 1.16 1.08 0.05 0.54 -tréteau tréteau nom m s 0.64 3.99 0.37 0.81 -tréteaux tréteau nom m p 0.64 3.99 0.27 3.18 -trêve trêve nom f s 6.69 11.42 6.68 11.15 -trêves trêve nom f p 6.69 11.42 0.01 0.27 -trypanosome trypanosome nom m s 0.00 0.14 0.00 0.07 -trypanosomes trypanosome nom m p 0.00 0.14 0.00 0.07 -trypanosomiase trypanosomiase nom f s 0.13 0.00 0.13 0.00 -trypsine trypsine nom f s 0.01 0.00 0.01 0.00 -tryptophane tryptophane nom m s 0.02 0.00 0.02 0.00 -tsar tsar nom m s 14.30 8.85 11.65 6.82 -tsarine tsar nom f s 14.30 8.85 2.27 0.88 -tsarisme tsarisme nom m s 0.00 0.34 0.00 0.34 -tsariste tsariste adj m s 0.10 0.34 0.10 0.27 -tsaristes tsariste adj m p 0.10 0.34 0.00 0.07 -tsars tsar nom m p 14.30 8.85 0.38 1.15 -tsarévitch tsarévitch nom m s 2.90 0.00 2.90 0.00 -tsigane tsigane adj s 0.27 0.20 0.27 0.14 -tsiganes tsigane nom p 0.14 0.34 0.01 0.27 -tsoin_tsoin tsoin_tsoin nom m s 0.01 0.47 0.01 0.47 -tss_tss tss_tss nom m 0.01 0.14 0.01 0.07 -tss_tss tss_tss nom m 0.01 0.14 0.00 0.07 -tsé_tsé tsé_tsé nom f 0.00 0.07 0.00 0.07 -tsuica tsuica nom f s 0.14 0.00 0.14 0.00 -tsunami tsunami nom m s 0.53 0.00 0.53 0.00 -tète téter ver 1.71 5.88 0.64 1.35 imp:pre:2s;ind:pre:3s; -tètent téter ver 1.71 5.88 0.00 0.20 ind:pre:3p; -tu_autem tu_autem nom m s 0.00 0.07 0.00 0.07 -té té ono 0.80 0.47 0.80 0.47 -tu tu pro_per s 14661.76 2537.03 14661.76 2537.03 -tua tuer ver 928.05 171.15 2.00 2.03 ind:pas:3s; -tuai tuer ver 928.05 171.15 0.25 0.07 ind:pas:1s; -tuaient tuer ver 928.05 171.15 0.91 1.28 ind:imp:3p; -tuais tuer ver 928.05 171.15 1.89 0.54 ind:imp:1s;ind:imp:2s; -tuait tuer ver 928.05 171.15 4.77 5.68 ind:imp:3s; -tuant tuer ver 928.05 171.15 6.42 1.96 par:pre; -tuante tuant adj f s 0.76 1.08 0.01 0.27 -tuantes tuant adj f p 0.76 1.08 0.00 0.14 -tuants tuant adj m p 0.76 1.08 0.01 0.00 -tuas tuer ver 928.05 171.15 0.18 0.00 ind:pas:2s; -tub tub nom m s 0.08 1.15 0.07 1.15 -tuba tuba nom m s 1.44 0.54 1.38 0.47 -tubages tubage nom m p 0.00 0.07 0.00 0.07 -tubard tubard adj m s 0.20 1.28 0.08 0.88 -tubarde tubard adj f s 0.20 1.28 0.12 0.14 -tubardise tubardise nom f s 0.00 0.68 0.00 0.68 -tubards tubard nom m p 0.16 0.95 0.10 0.34 -tubas tuba nom m p 1.44 0.54 0.06 0.07 -tube tube nom m s 17.40 20.47 12.16 11.35 -tuber tuber ver 0.41 0.34 0.01 0.20 inf; -tubercule tubercule nom m s 0.17 0.61 0.02 0.34 -tubercules tubercule nom m p 0.17 0.61 0.15 0.27 -tuberculeuse tuberculeux adj f s 0.44 2.16 0.38 0.81 -tuberculeuses tuberculeux adj f p 0.44 2.16 0.01 0.27 -tuberculeux tuberculeux adj m 0.44 2.16 0.05 1.08 -tuberculine tuberculine nom f s 0.00 0.14 0.00 0.14 -tuberculose tuberculose nom f s 2.44 3.04 2.44 3.04 -tubes tube nom m p 17.40 20.47 5.24 9.12 -tubs tub nom m p 0.08 1.15 0.01 0.00 -tubé tuber ver m s 0.41 0.34 0.14 0.14 par:pas; -tubulaire tubulaire adj s 0.07 0.27 0.06 0.07 -tubulaires tubulaire adj m p 0.07 0.27 0.01 0.20 -tubule tubule nom m s 0.01 0.00 0.01 0.00 -tubuleuses tubuleux adj f p 0.00 0.07 0.00 0.07 -tubulure tubulure nom f s 0.00 1.22 0.00 0.14 -tubulures tubulure nom f p 0.00 1.22 0.00 1.08 -tubéreuse tubéreux adj f s 0.06 0.54 0.04 0.14 -tubéreuses tubéreux adj f p 0.06 0.54 0.02 0.34 -tubéreux tubéreux adj m p 0.06 0.54 0.00 0.07 -tubérosité tubérosité nom f s 0.01 0.00 0.01 0.00 -tudesque tudesque adj s 0.00 0.47 0.00 0.27 -tudesques tudesque adj m p 0.00 0.47 0.00 0.20 -tudieu tudieu ono 1.11 0.27 1.11 0.27 -tue_loup tue_loup nom m s 0.06 0.00 0.05 0.00 -tue_loup tue_loup nom m p 0.06 0.00 0.01 0.00 -tue_mouche tue_mouche adj m s 0.15 0.54 0.00 0.07 -tue_mouche tue_mouche adj p 0.15 0.54 0.15 0.47 -tue tuer ver 928.05 171.15 116.46 16.96 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:1s;sub:pre:3s; -tuent tuer ver 928.05 171.15 14.08 3.31 ind:pre:3p; -tuer tuer ver 928.05 171.15 346.17 65.54 inf;;inf;;inf;; -tuera tuer ver 928.05 171.15 19.27 1.42 ind:fut:3s; -tuerai tuer ver 928.05 171.15 18.55 2.97 ind:fut:1s; -tuerais tuer ver 928.05 171.15 6.70 1.15 cnd:pre:1s;cnd:pre:2s; -tuerait tuer ver 928.05 171.15 8.77 2.23 cnd:pre:3s; -tueras tuer ver 928.05 171.15 3.21 0.41 ind:fut:2s; -tuerez tuer ver 928.05 171.15 1.52 0.20 ind:fut:2p; -tuerie tuerie nom f s 3.17 2.77 2.22 1.35 -tueries tuerie nom f p 3.17 2.77 0.95 1.42 -tueriez tuer ver 928.05 171.15 1.11 0.07 cnd:pre:2p; -tuerions tuer ver 928.05 171.15 0.16 0.07 cnd:pre:1p; -tuerons tuer ver 928.05 171.15 1.69 0.07 ind:fut:1p; -tueront tuer ver 928.05 171.15 8.49 0.61 ind:fut:3p; -tues tuer ver 928.05 171.15 11.20 0.20 ind:pre:2s;sub:pre:2s; -tueur tueur nom m s 64.06 12.43 52.42 7.30 -tueurs tueur nom m p 64.06 12.43 10.32 4.93 -tueuse tueuse nom f s 6.26 0.27 6.26 0.27 -tueuses tueur nom f p 64.06 12.43 1.31 0.20 -tuez tuer ver 928.05 171.15 27.32 2.43 imp:pre:2p;ind:pre:2p; -tuf tuf nom m s 0.01 0.54 0.01 0.54 -tuffeau tuffeau nom m s 0.00 0.34 0.00 0.27 -tuffeaux tuffeau nom m p 0.00 0.34 0.00 0.07 -téflon téflon nom m s 0.17 0.00 0.17 0.00 -tégument tégument nom m s 0.00 0.14 0.00 0.14 -tégumentaire tégumentaire adj m s 0.01 0.00 0.01 0.00 -tégénaires tégénaire nom f p 0.00 0.07 0.00 0.07 -tuiez tuer ver 928.05 171.15 1.06 0.07 ind:imp:2p;sub:pre:2p; -tuile tuile nom f s 2.71 13.38 1.28 2.84 -tuilerie tuilerie nom f s 0.03 1.15 0.03 0.61 -tuileries tuilerie nom f p 0.03 1.15 0.00 0.54 -tuiles tuile nom f p 2.71 13.38 1.42 10.54 -tuions tuer ver 928.05 171.15 0.03 0.00 ind:imp:1p; -tél tél nom m s 0.04 0.00 0.04 0.00 -tél. tél. nom m s 0.14 0.14 0.14 0.14 -tularémie tularémie nom f s 0.18 0.00 0.18 0.00 -télencéphale télencéphale nom m s 1.20 0.00 1.20 0.00 -télescopage télescopage nom m s 0.02 0.41 0.02 0.41 -télescopait télescoper ver 0.05 1.08 0.01 0.07 ind:imp:3s; -télescope télescope nom m s 2.46 0.95 2.31 0.81 -télescopent télescoper ver 0.05 1.08 0.00 0.20 ind:pre:3p; -télescoper télescoper ver 0.05 1.08 0.01 0.07 inf; -télescopes télescope nom m p 2.46 0.95 0.14 0.14 -télescopique télescopique adj s 0.23 0.61 0.20 0.54 -télescopiques télescopique adj m p 0.23 0.61 0.03 0.07 -télescopèrent télescoper ver 0.05 1.08 0.00 0.07 ind:pas:3p; -télescopé télescoper ver m s 0.05 1.08 0.00 0.20 par:pas; -télescopée télescoper ver f s 0.05 1.08 0.00 0.07 par:pas; -télescopées télescoper ver f p 0.05 1.08 0.01 0.34 par:pas; -télescripteurs télescripteur nom m p 0.00 0.07 0.00 0.07 -télex télex nom m 1.18 1.49 1.18 1.49 -télexa télexer ver 0.02 0.41 0.00 0.07 ind:pas:3s; -télexer télexer ver 0.02 0.41 0.01 0.27 inf; -télexes télexer ver 0.02 0.41 0.00 0.07 ind:pre:2s; -télexé télexer ver m s 0.02 0.41 0.01 0.00 par:pas; -tulipe tulipe nom f s 2.63 2.91 1.53 0.54 -tulipes tulipe nom f p 2.63 2.91 1.10 2.36 -tulipier tulipier nom m s 0.01 0.14 0.01 0.00 -tulipiers tulipier nom m p 0.01 0.14 0.00 0.14 -tulle tulle nom m s 0.29 3.51 0.19 3.31 -tulles tulle nom m p 0.29 3.51 0.10 0.20 -téloche téloche nom f s 0.16 1.62 0.16 1.62 -télègue télègue nom f s 0.00 1.42 0.00 1.42 -télé télé nom f s 106.42 26.15 104.35 25.27 -téléachat téléachat nom m s 0.06 0.00 0.06 0.00 -téléavertisseur téléavertisseur nom m s 0.02 0.00 0.02 0.00 -télécabine télécabine nom f s 0.34 0.00 0.34 0.00 -télécartes télécarte nom f p 0.01 0.00 0.01 0.00 -télécharge télécharger ver 2.55 0.00 0.34 0.00 imp:pre:2s;ind:pre:1s;ind:pre:3s; -téléchargeables téléchargeable adj f p 0.01 0.00 0.01 0.00 -téléchargement téléchargement nom m s 0.32 0.00 0.32 0.00 -téléchargent télécharger ver 2.55 0.00 0.06 0.00 ind:pre:3p; -téléchargeons télécharger ver 2.55 0.00 0.02 0.00 ind:pre:1p; -télécharger télécharger ver 2.55 0.00 0.91 0.00 inf; -téléchargera télécharger ver 2.55 0.00 0.02 0.00 ind:fut:3s; -téléchargerai télécharger ver 2.55 0.00 0.01 0.00 ind:fut:1s; -téléchargerons télécharger ver 2.55 0.00 0.01 0.00 ind:fut:1p; -téléchargez télécharger ver 2.55 0.00 0.11 0.00 imp:pre:2p;ind:pre:2p; -téléchargé télécharger ver m s 2.55 0.00 0.75 0.00 par:pas; -téléchargée télécharger ver f s 2.55 0.00 0.15 0.00 par:pas; -téléchargées télécharger ver f p 2.55 0.00 0.11 0.00 par:pas; -téléchargés télécharger ver m p 2.55 0.00 0.05 0.00 par:pas; -télécinéma télécinéma nom m s 0.01 0.00 0.01 0.00 -télécommande télécommande nom f s 4.37 0.27 4.02 0.27 -télécommander télécommander ver 0.69 0.20 0.06 0.00 inf; -télécommandes télécommande nom f p 4.37 0.27 0.35 0.00 -télécommandé télécommander ver m s 0.69 0.20 0.24 0.00 par:pas; -télécommandée télécommander ver f s 0.69 0.20 0.10 0.07 par:pas; -télécommandées télécommander ver f p 0.69 0.20 0.08 0.00 par:pas; -télécommandés télécommander ver m p 0.69 0.20 0.05 0.14 par:pas; -télécommunication télécommunication nom f s 0.94 0.20 0.53 0.07 -télécommunications télécommunication nom f p 0.94 0.20 0.41 0.14 -télécoms télécom nom f p 0.30 0.00 0.30 0.00 -téléconférence téléconférence nom f s 0.41 0.00 0.41 0.00 -télécopieur télécopieur nom m s 0.03 0.00 0.03 0.00 -télécran télécran nom m s 0.05 0.00 0.03 0.00 -télécrans télécran nom m p 0.05 0.00 0.02 0.00 -télédiffuser télédiffuser ver 0.03 0.00 0.03 0.00 inf; -télédiffusion télédiffusion nom f s 0.01 0.00 0.01 0.00 -téléfax téléfax nom m 0.01 0.07 0.01 0.07 -téléfaxe téléfaxer ver 0.02 0.00 0.01 0.00 ind:pre:1s; -téléfaxez téléfaxer ver 0.02 0.00 0.01 0.00 ind:pre:2p; -téléfilm téléfilm nom m s 0.50 0.00 0.45 0.00 -téléfilms téléfilm nom m p 0.50 0.00 0.04 0.00 -téléfériques téléférique nom m p 0.00 0.07 0.00 0.07 -télégramme télégramme nom m s 11.44 38.78 10.53 34.59 -télégrammes télégramme nom m p 11.44 38.78 0.90 4.19 -télégraphe télégraphe nom m s 1.66 0.81 1.53 0.68 -télégraphes télégraphe nom m p 1.66 0.81 0.12 0.14 -télégraphia télégraphier ver 1.23 6.15 0.00 0.47 ind:pas:3s; -télégraphiai télégraphier ver 1.23 6.15 0.01 1.08 ind:pas:1s; -télégraphiait télégraphier ver 1.23 6.15 0.00 0.47 ind:imp:3s; -télégraphiant télégraphier ver 1.23 6.15 0.00 0.14 par:pre; -télégraphie télégraphie nom f s 0.06 0.14 0.06 0.14 -télégraphient télégraphier ver 1.23 6.15 0.00 0.07 ind:pre:3p; -télégraphier télégraphier ver 1.23 6.15 0.21 0.74 inf; -télégraphierai télégraphier ver 1.23 6.15 0.03 0.14 ind:fut:1s; -télégraphierais télégraphier ver 1.23 6.15 0.00 0.07 cnd:pre:1s; -télégraphierait télégraphier ver 1.23 6.15 0.00 0.07 cnd:pre:3s; -télégraphiez télégraphier ver 1.23 6.15 0.17 0.07 imp:pre:2p; -télégraphiâmes télégraphier ver 1.23 6.15 0.00 0.07 ind:pas:1p; -télégraphions télégraphier ver 1.23 6.15 0.01 0.00 imp:pre:1p; -télégraphique télégraphique adj s 0.50 2.97 0.20 1.42 -télégraphiques télégraphique adj p 0.50 2.97 0.29 1.55 -télégraphiste télégraphiste nom s 0.37 0.54 0.36 0.34 -télégraphistes télégraphiste nom p 0.37 0.54 0.01 0.20 -télégraphié télégraphier ver m s 1.23 6.15 0.75 1.82 par:pas; -télégraphiée télégraphier ver f s 1.23 6.15 0.00 0.07 par:pas; -télégraphiées télégraphier ver f p 1.23 6.15 0.00 0.14 par:pas; -télégraphiés télégraphier ver m p 1.23 6.15 0.00 0.07 par:pas; -téléguidage téléguidage nom m s 0.15 0.00 0.15 0.00 -téléguider téléguider ver 0.35 0.47 0.01 0.00 inf; -téléguidé téléguider ver m s 0.35 0.47 0.20 0.20 par:pas; -téléguidée téléguider ver f s 0.35 0.47 0.13 0.07 par:pas; -téléguidées téléguider ver f p 0.35 0.47 0.00 0.07 par:pas; -téléguidés téléguider ver m p 0.35 0.47 0.02 0.14 par:pas; -télégénie télégénie nom f s 0.01 0.00 0.01 0.00 -télégénique télégénique adj s 0.02 0.00 0.02 0.00 -télékinésie télékinésie nom f s 0.60 0.00 0.60 0.00 -télémark télémark nom m s 0.00 0.07 0.00 0.07 -télémarketing télémarketing nom m s 0.14 0.00 0.14 0.00 -télématique télématique adj s 0.01 0.07 0.01 0.07 -télémesure télémesure nom f s 0.07 0.00 0.03 0.00 -télémesures télémesure nom f p 0.07 0.00 0.04 0.00 -télémètre télémètre nom m s 0.03 0.20 0.02 0.14 -télémètres télémètre nom m p 0.03 0.20 0.01 0.07 -télémétrie télémétrie nom f s 0.85 0.00 0.85 0.00 -télémétrique télémétrique adj s 0.16 0.00 0.08 0.00 -télémétriques télémétrique adj p 0.16 0.00 0.07 0.00 -téléobjectif téléobjectif nom m s 0.72 0.54 0.62 0.27 -téléobjectifs téléobjectif nom m p 0.72 0.54 0.10 0.27 -téléologique téléologique adj s 0.01 0.00 0.01 0.00 -télépathe télépathe nom s 1.53 0.07 1.17 0.07 -télépathes télépathe nom p 1.53 0.07 0.36 0.00 -télépathie télépathie nom f s 1.94 0.47 1.94 0.47 -télépathique télépathique adj s 0.53 0.27 0.41 0.27 -télépathiquement télépathiquement adv 0.01 0.00 0.01 0.00 -télépathiques télépathique adj p 0.53 0.27 0.13 0.00 -téléphona téléphoner ver 60.49 67.03 0.02 4.53 ind:pas:3s; -téléphonage téléphonage nom m s 0.00 0.07 0.00 0.07 -téléphonai téléphoner ver 60.49 67.03 0.01 0.74 ind:pas:1s; -téléphonaient téléphoner ver 60.49 67.03 0.02 0.34 ind:imp:3p; -téléphonais téléphoner ver 60.49 67.03 0.63 0.34 ind:imp:1s;ind:imp:2s; -téléphonait téléphoner ver 60.49 67.03 0.87 3.31 ind:imp:3s; -téléphonant téléphoner ver 60.49 67.03 0.20 1.49 par:pre; -téléphone téléphone nom m s 160.80 96.82 155.68 93.99 -téléphonent téléphoner ver 60.49 67.03 0.36 0.61 ind:pre:3p; -téléphoner téléphoner ver 60.49 67.03 20.22 19.73 inf; -téléphonera téléphoner ver 60.49 67.03 0.61 0.68 ind:fut:3s; -téléphonerai téléphoner ver 60.49 67.03 2.07 1.35 ind:fut:1s; -téléphoneraient téléphoner ver 60.49 67.03 0.01 0.07 cnd:pre:3p; -téléphonerais téléphoner ver 60.49 67.03 0.12 0.27 cnd:pre:1s;cnd:pre:2s; -téléphonerait téléphoner ver 60.49 67.03 0.06 1.42 cnd:pre:3s; -téléphoneras téléphoner ver 60.49 67.03 0.17 0.14 ind:fut:2s; -téléphonerez téléphoner ver 60.49 67.03 0.27 0.20 ind:fut:2p; -téléphoneriez téléphoner ver 60.49 67.03 0.00 0.07 cnd:pre:2p; -téléphonerons téléphoner ver 60.49 67.03 0.03 0.07 ind:fut:1p; -téléphoneront téléphoner ver 60.49 67.03 0.14 0.07 ind:fut:3p; -téléphones téléphone nom m p 160.80 96.82 5.12 2.84 -téléphonez téléphoner ver 60.49 67.03 2.26 1.69 imp:pre:2p;ind:pre:2p; -téléphonie téléphonie nom f s 0.22 0.07 0.22 0.07 -téléphoniez téléphoner ver 60.49 67.03 0.05 0.14 ind:imp:2p; -téléphonions téléphoner ver 60.49 67.03 0.00 0.07 ind:imp:1p; -téléphonique téléphonique adj s 9.23 10.88 6.03 7.70 -téléphoniquement téléphoniquement adv 0.14 0.07 0.14 0.07 -téléphoniques téléphonique adj p 9.23 10.88 3.20 3.18 -téléphoniste téléphoniste nom s 0.27 1.22 0.10 0.68 -téléphonistes téléphoniste nom p 0.27 1.22 0.17 0.54 -téléphonons téléphoner ver 60.49 67.03 0.05 0.00 imp:pre:1p;ind:pre:1p; -téléphonât téléphoner ver 60.49 67.03 0.00 0.07 sub:imp:3s; -téléphoné téléphoner ver m s 60.49 67.03 20.80 18.11 par:pas; -téléphonée téléphoné adj f s 0.21 0.54 0.01 0.00 -téléphonées téléphoné adj f p 0.21 0.54 0.00 0.07 -téléphonés téléphoner ver m p 60.49 67.03 0.01 0.07 par:pas; -téléphérique téléphérique nom m s 0.36 0.54 0.36 0.54 -téléport téléport nom m s 0.01 0.00 0.01 0.00 -téléportation téléportation nom f s 1.00 0.00 1.00 0.00 -téléprompteur téléprompteur nom m s 0.08 0.00 0.08 0.00 -téléreportage téléreportage nom m s 0.01 0.00 0.01 0.00 -téléroman téléroman nom m s 0.05 0.00 0.05 0.00 -télés télé nom f p 106.42 26.15 2.06 0.88 -téléscripteur téléscripteur nom m s 0.05 1.08 0.04 0.14 -téléscripteurs téléscripteur nom m p 0.05 1.08 0.01 0.95 -télésiège télésiège nom m s 1.18 0.00 1.04 0.00 -télésièges télésiège nom m p 1.18 0.00 0.14 0.00 -téléski téléski nom m s 0.02 0.00 0.02 0.00 -téléspectateur téléspectateur nom m s 2.18 0.47 0.13 0.14 -téléspectateurs téléspectateur nom m p 2.18 0.47 2.03 0.27 -téléspectatrice téléspectateur nom f s 2.18 0.47 0.03 0.00 -téléspectatrices téléspectatrice nom f p 0.01 0.00 0.01 0.00 -télésurveillance télésurveillance nom f s 0.01 0.00 0.01 0.00 -télétexte télétexte nom m s 0.10 0.00 0.10 0.00 -télétravail télétravail nom m s 0.01 0.00 0.01 0.00 -télétravailleuse télétravailleur nom f s 0.01 0.00 0.01 0.00 -télétype télétype nom m s 0.10 0.07 0.08 0.00 -télétypes télétype nom m p 0.10 0.07 0.02 0.07 -télévangéliste télévangéliste nom s 0.06 0.00 0.05 0.00 -télévangélistes télévangéliste nom p 0.06 0.00 0.01 0.00 -télévendeur télévendeur nom m s 0.01 0.00 0.01 0.00 -télévente télévente nom f s 0.01 0.00 0.01 0.00 -télévise téléviser ver 0.37 1.42 0.01 0.47 ind:pre:1s;ind:pre:3s; -télévisera téléviser ver 0.37 1.42 0.00 0.14 ind:fut:3s; -télévises téléviser ver 0.37 1.42 0.00 0.20 ind:pre:2s; -téléviseur téléviseur nom m s 2.43 1.01 1.74 0.95 -téléviseurs téléviseur nom m p 2.43 1.01 0.69 0.07 -télévision télévision nom f s 26.38 24.32 25.45 23.51 -télévisions télévision nom f p 26.38 24.32 0.93 0.81 -télévisé télévisé adj m s 3.37 2.57 2.11 1.01 -télévisée télévisé adj f s 3.37 2.57 0.48 0.47 -télévisuel télévisuel adj m s 0.33 0.34 0.27 0.20 -télévisuelle télévisuel adj f s 0.33 0.34 0.05 0.07 -télévisuels télévisuel adj m p 0.33 0.34 0.00 0.07 -télévisées télévisé adj f p 3.37 2.57 0.14 0.74 -télévisés télévisé adj m p 3.37 2.57 0.64 0.34 -tumescence tumescence nom f s 0.04 0.00 0.04 0.00 -tumescent tumescent adj m s 0.01 0.00 0.01 0.00 -tumeur tumeur nom f s 7.96 1.89 6.70 1.28 -tumeurs tumeur nom f p 7.96 1.89 1.27 0.61 -témoigna témoigner ver 24.29 25.68 0.02 0.54 ind:pas:3s; -témoignage témoignage nom m s 16.12 19.73 12.28 10.95 -témoignages témoignage nom m p 16.12 19.73 3.84 8.78 -témoignaient témoigner ver 24.29 25.68 0.02 2.91 ind:imp:3p; -témoignais témoigner ver 24.29 25.68 0.04 0.07 ind:imp:1s;ind:imp:2s; -témoignait témoigner ver 24.29 25.68 0.32 5.27 ind:imp:3s; -témoignant témoigner ver 24.29 25.68 0.20 1.35 par:pre; -témoigne témoigner ver 24.29 25.68 3.10 3.24 imp:pre:2s;ind:pre:1s;ind:pre:3s; -témoignent témoigner ver 24.29 25.68 0.81 1.35 ind:pre:3p; -témoigner témoigner ver 24.29 25.68 13.36 7.64 ind:pre:2p;inf; -témoignera témoigner ver 24.29 25.68 1.09 0.07 ind:fut:3s; -témoignerai témoigner ver 24.29 25.68 0.88 0.07 ind:fut:1s; -témoigneraient témoigner ver 24.29 25.68 0.00 0.07 cnd:pre:3p; -témoignerais témoigner ver 24.29 25.68 0.05 0.00 cnd:pre:1s;cnd:pre:2s; -témoignerait témoigner ver 24.29 25.68 0.13 0.07 cnd:pre:3s; -témoigneras témoigner ver 24.29 25.68 0.08 0.00 ind:fut:2s; -témoignerez témoigner ver 24.29 25.68 0.28 0.00 ind:fut:2p; -témoigneront témoigner ver 24.29 25.68 0.18 0.07 ind:fut:3p; -témoignes témoigner ver 24.29 25.68 0.29 0.07 ind:pre:2s; -témoignez témoigner ver 24.29 25.68 0.91 0.14 imp:pre:2p;ind:pre:2p; -témoigniez témoigner ver 24.29 25.68 0.11 0.00 ind:imp:2p; -témoignât témoigner ver 24.29 25.68 0.00 0.07 sub:imp:3s; -témoignèrent témoigner ver 24.29 25.68 0.00 0.27 ind:pas:3p; -témoigné témoigner ver m s 24.29 25.68 1.99 2.09 par:pas; -témoignée témoigner ver f s 24.29 25.68 0.31 0.20 par:pas; -témoignées témoigner ver f p 24.29 25.68 0.01 0.07 par:pas; -témoignés témoigner ver m p 24.29 25.68 0.11 0.07 par:pas; -témoin_clé témoin_clé nom m s 0.13 0.00 0.13 0.00 -témoin_vedette témoin_vedette nom m s 0.01 0.00 0.01 0.00 -témoin témoin nom m s 74.78 46.01 49.35 28.38 -témoins_clé témoins_clé nom m p 0.05 0.00 0.05 0.00 -témoins témoin nom m p 74.78 46.01 25.43 17.64 -tumorale tumoral adj f s 0.05 0.00 0.04 0.00 -tumoraux tumoral adj m p 0.05 0.00 0.01 0.00 -tuméfaction tuméfaction nom f s 0.07 0.07 0.07 0.07 -tuméfie tuméfier ver 0.00 1.08 0.00 0.07 ind:pre:3s; -tuméfier tuméfier ver 0.00 1.08 0.00 0.07 inf; -tuméfié tuméfié adj m s 0.44 2.36 0.36 1.08 -tuméfiée tuméfié adj f s 0.44 2.36 0.04 0.88 -tuméfiées tuméfié adj f p 0.44 2.36 0.02 0.34 -tuméfiés tuméfié adj m p 0.44 2.36 0.03 0.07 -tumuli tumulus nom m p 0.22 1.49 0.00 0.14 -tumulte tumulte nom m s 1.19 13.11 1.07 12.09 -tumultes tumulte nom m p 1.19 13.11 0.12 1.01 -tumultuaire tumultuaire adj s 0.00 0.07 0.00 0.07 -tumultueuse tumultueux adj f s 1.13 5.95 0.31 2.36 -tumultueusement tumultueusement adv 0.02 0.14 0.02 0.14 -tumultueuses tumultueux adj f p 1.13 5.95 0.04 0.88 -tumultueux tumultueux adj m 1.13 5.95 0.78 2.70 -tumulus tumulus nom m 0.22 1.49 0.22 1.35 -téméraire téméraire adj s 2.38 3.04 2.04 2.50 -témérairement témérairement adv 0.00 0.27 0.00 0.27 -téméraires téméraire adj p 2.38 3.04 0.34 0.54 -témérité témérité nom f s 0.87 1.35 0.87 1.22 -témérités témérité nom f p 0.87 1.35 0.00 0.14 -ténacité ténacité nom f s 0.89 2.30 0.89 2.30 -tune tune nom f s 1.23 2.16 0.85 0.20 -tuner tuner nom m s 0.06 0.07 0.06 0.07 -tunes tune nom f p 1.23 2.16 0.38 1.96 -tungstène tungstène nom m s 0.12 0.47 0.12 0.47 -ténia ténia nom m s 0.11 0.68 0.08 0.68 -ténias ténia nom m p 0.11 0.68 0.03 0.00 -tunique tunique nom f s 1.32 10.27 1.07 8.04 -tuniques tunique nom f p 1.32 10.27 0.25 2.23 -tunisien tunisien adj m s 0.30 3.51 0.15 1.28 -tunisienne tunisien adj f s 0.30 3.51 0.16 0.61 -tunisiennes tunisien adj f p 0.30 3.51 0.00 0.20 -tunisiens tunisien adj m p 0.30 3.51 0.00 1.42 -tunnel tunnel nom m s 19.24 14.59 15.88 12.30 -tunnels tunnel nom m p 19.24 14.59 3.36 2.30 -ténor ténor nom m s 1.38 2.70 1.01 2.03 -ténors ténor nom m p 1.38 2.70 0.36 0.68 -ténèbre ténèbre nom f s 12.70 26.76 0.01 0.61 -ténèbres ténèbre nom f p 12.70 26.76 12.68 26.15 -ténu ténu adj m s 0.40 5.95 0.30 2.84 -ténébreuse ténébreux adj f s 1.50 7.91 0.24 2.36 -ténébreuses ténébreux adj f p 1.50 7.91 0.15 0.88 -ténébreux ténébreux adj m 1.50 7.91 1.11 4.66 -ténébrionidé ténébrionidé nom m s 0.00 0.07 0.00 0.07 -ténue ténu adj f s 0.40 5.95 0.08 1.76 -ténues ténu adj f p 0.40 5.95 0.01 0.61 -ténuité ténuité nom f s 0.00 0.14 0.00 0.14 -ténus ténu adj m p 0.40 5.95 0.01 0.74 -tuons tuer ver 928.05 171.15 2.27 0.41 imp:pre:1p;ind:pre:1p; -tuât tuer ver 928.05 171.15 0.00 0.34 sub:imp:3s; -tuque tuque nom f s 0.00 0.07 0.00 0.07 -téraoctets téraoctet nom m p 0.01 0.00 0.01 0.00 -tératologique tératologique adj f s 0.00 0.34 0.00 0.27 -tératologiques tératologique adj f p 0.00 0.34 0.00 0.07 -tératome tératome nom m s 0.05 0.00 0.05 0.00 -turban turban nom m s 0.72 7.30 0.66 6.08 -turbans turban nom m p 0.72 7.30 0.07 1.22 -turbin turbin nom m s 0.41 4.19 0.41 3.92 -turbina turbiner ver 0.35 1.28 0.00 0.07 ind:pas:3s; -turbinaient turbiner ver 0.35 1.28 0.00 0.14 ind:imp:3p; -turbinait turbiner ver 0.35 1.28 0.00 0.07 ind:imp:3s; -turbine turbine nom f s 1.02 1.28 0.51 1.08 -turbiner turbiner ver 0.35 1.28 0.16 0.47 inf; -turbines turbine nom f p 1.02 1.28 0.51 0.20 -turbinez turbiner ver 0.35 1.28 0.00 0.07 ind:pre:2p; -turbins turbin nom m p 0.41 4.19 0.00 0.27 -turbiné turbiner ver m s 0.35 1.28 0.01 0.20 par:pas; -turbo turbo nom s 1.19 0.54 1.03 0.54 -turbocompresseur turbocompresseur nom m s 0.14 0.00 0.01 0.00 -turbocompresseurs turbocompresseur nom m p 0.14 0.00 0.14 0.00 -turbopropulseur turbopropulseur nom m s 0.28 0.00 0.28 0.00 -turboréacteur turboréacteur nom m s 0.01 0.00 0.01 0.00 -turbos turbo nom p 1.19 0.54 0.15 0.00 -turbot turbot nom m s 0.12 0.68 0.12 0.68 -turbotière turbotière nom f s 0.01 0.07 0.01 0.00 -turbotières turbotière nom f p 0.01 0.07 0.00 0.07 -turbé turbé nom m s 0.00 0.34 0.00 0.27 -turbulence turbulence nom f s 1.46 2.36 0.56 1.15 -turbulences turbulence nom f p 1.46 2.36 0.89 1.22 -turbulent turbulent adj m s 1.49 3.04 0.61 1.49 -turbulente turbulent adj f s 1.49 3.04 0.69 0.68 -turbulentes turbulent adj f p 1.49 3.04 0.01 0.20 -turbulents turbulent adj m p 1.49 3.04 0.19 0.68 -turbés turbé nom m p 0.00 0.34 0.00 0.07 -turc turc adj m s 4.25 10.54 2.12 4.26 -turco turco nom m s 0.61 0.07 0.61 0.00 -turcoman turcoman adj m s 0.00 0.14 0.00 0.14 -turcomans turcoman nom m p 0.00 0.34 0.00 0.27 -turcos turco nom m p 0.61 0.07 0.00 0.07 -turcs turc adj m p 4.25 10.54 0.56 2.09 -turdus turdus nom m 0.00 0.20 0.00 0.20 -turelure turelure nom f s 0.00 0.07 0.00 0.07 -turent taire ver 154.47 139.80 0.20 6.62 ind:pas:3p; -turf turf nom m s 0.43 1.82 0.43 1.76 -turfiste turfiste nom s 0.08 0.47 0.03 0.14 -turfistes turfiste nom p 0.08 0.47 0.05 0.34 -turfs turf nom m p 0.43 1.82 0.00 0.07 -turgescence turgescence nom f s 0.14 0.07 0.14 0.07 -turgescent turgescent adj m s 0.04 0.41 0.03 0.07 -turgescente turgescent adj f s 0.04 0.41 0.01 0.20 -turgescentes turgescent adj f p 0.04 0.41 0.00 0.07 -turgescents turgescent adj m p 0.04 0.41 0.00 0.07 -turgide turgide adj m s 0.04 0.00 0.04 0.00 -turgotine turgotine nom f s 0.00 0.07 0.00 0.07 -turinois turinois adj m 0.21 0.07 0.20 0.00 -turinoise turinois adj f s 0.21 0.07 0.01 0.07 -turista turista nom f s 0.06 0.54 0.05 0.00 -turistas turista nom f p 0.06 0.54 0.01 0.54 -turkmènes turkmène adj m p 0.00 0.14 0.00 0.14 -turlu turlu nom m s 0.01 0.34 0.01 0.34 -turlupinade turlupinade nom f s 0.00 0.14 0.00 0.07 -turlupinades turlupinade nom f p 0.00 0.14 0.00 0.07 -turlupinaient turlupiner ver 0.35 1.28 0.00 0.07 ind:imp:3p; -turlupinait turlupiner ver 0.35 1.28 0.02 0.47 ind:imp:3s; -turlupine turlupiner ver 0.35 1.28 0.30 0.27 imp:pre:2s;ind:pre:1s;ind:pre:3s; -turlupinent turlupiner ver 0.35 1.28 0.01 0.07 ind:pre:3p; -turlupiner turlupiner ver 0.35 1.28 0.01 0.14 inf; -turlupinera turlupiner ver 0.35 1.28 0.01 0.00 ind:fut:3s; -turlupins turlupin nom m p 0.00 0.14 0.00 0.14 -turlupiné turlupiner ver m s 0.35 1.28 0.00 0.14 par:pas; -turlupinée turlupiner ver f s 0.35 1.28 0.00 0.14 par:pas; -turlutaines turlutaine nom f p 0.00 0.07 0.00 0.07 -turlute turluter ver 0.25 0.27 0.05 0.07 ind:pre:1s;ind:pre:3s; -turlutent turluter ver 0.25 0.27 0.00 0.07 ind:pre:3p; -turluter turluter ver 0.25 0.27 0.00 0.07 inf; -turlutes turluter ver 0.25 0.27 0.20 0.07 ind:pre:2s; -turlutte turlutte nom f s 0.26 0.20 0.26 0.20 -turlututu turlututu ono 0.01 0.14 0.01 0.14 -turne turne nom f s 0.56 1.96 0.56 1.76 -turnes turne nom f p 0.56 1.96 0.00 0.20 -turnover turnover nom m s 0.03 0.00 0.03 0.00 -turpides turpide adj f p 0.00 0.07 0.00 0.07 -turpitude turpitude nom f s 0.54 2.36 0.18 0.41 -turpitudes turpitude nom f p 0.54 2.36 0.35 1.96 -turque turc adj f s 4.25 10.54 1.33 2.70 -turquerie turquerie nom f s 0.00 0.14 0.00 0.14 -turques turque nom f p 0.32 0.00 0.32 0.00 -turquin turquin adj m s 0.00 0.14 0.00 0.14 -turquoise turquoise nom f s 0.65 1.01 0.30 0.61 -turquoises turquoise nom f p 0.65 1.01 0.35 0.41 -térébenthine térébenthine nom f s 0.55 1.28 0.55 1.28 -térébinthe térébinthe nom m s 0.01 0.20 0.01 0.14 -térébinthes térébinthe nom m p 0.01 0.20 0.00 0.07 -térébrant térébrant adj m s 0.00 0.20 0.00 0.14 -térébrants térébrant adj m p 0.00 0.20 0.00 0.07 -tés té nom m p 2.35 1.08 0.19 0.00 -tus taire ver m p 154.47 139.80 0.40 4.39 ind:pas:1s;par:pas;par:pas; -tussent taire ver 154.47 139.80 0.00 0.07 sub:imp:3p; -tussilage tussilage nom m s 0.01 0.00 0.01 0.00 -tussor tussor nom m s 0.01 1.69 0.01 1.69 -têt têt nom m s 0.34 1.08 0.34 1.08 -tut taire ver 154.47 139.80 0.69 28.92 ind:pas:3s; -téta téter ver 1.71 5.88 0.01 0.14 ind:pas:3s; -tétaient téter ver 1.71 5.88 0.01 0.07 ind:imp:3p; -tétais téter ver 1.71 5.88 0.13 0.20 ind:imp:1s;ind:imp:2s; -tétait téter ver 1.71 5.88 0.06 0.34 ind:imp:3s; -tétanie tétanie nom f s 0.15 0.07 0.15 0.07 -tétanique tétanique adj s 0.00 0.34 0.00 0.27 -tétaniques tétanique adj f p 0.00 0.34 0.00 0.07 -tétanisait tétaniser ver 0.42 1.08 0.00 0.14 ind:imp:3s; -tétanisant tétaniser ver 0.42 1.08 0.00 0.07 par:pre; -tétanisation tétanisation nom f s 0.00 0.07 0.00 0.07 -tétanisent tétaniser ver 0.42 1.08 0.01 0.07 ind:pre:3p; -tétaniser tétaniser ver 0.42 1.08 0.00 0.07 inf; -tétanisé tétaniser ver m s 0.42 1.08 0.17 0.54 par:pas; -tétanisée tétaniser ver f s 0.42 1.08 0.25 0.20 par:pas; -tétanisées tétanisé adj f p 0.12 0.88 0.00 0.07 -tétanisés tétanisé adj m p 0.12 0.88 0.00 0.34 -tétanos tétanos nom m 0.64 0.95 0.64 0.95 -tétant téter ver 1.71 5.88 0.10 0.54 par:pre; -têtard têtard nom m s 0.86 1.89 0.68 0.34 -têtards têtard nom m p 0.86 1.89 0.17 1.55 -tétasses téter ver 1.71 5.88 0.00 0.07 sub:imp:2s; -tête_bêche tête_bêche nom m 0.03 0.47 0.03 0.47 -tête_de_mort tête_de_mort nom f 0.01 0.41 0.01 0.41 -tête_de_nègre tête_de_nègre adj 0.00 0.20 0.00 0.20 -tête_à_queue tête_à_queue nom m 0.00 0.20 0.00 0.20 -tête_à_tête tête_à_tête nom m 0.00 5.95 0.00 5.95 -tête tête nom f s 475.87 923.45 453.13 861.49 -tutelle tutelle nom f s 2.00 2.43 2.00 2.43 -téter téter ver 1.71 5.88 0.43 2.03 inf; -tête_de_loup tête_de_loup nom f p 0.00 0.27 0.00 0.27 -têtes tête nom f p 475.87 923.45 22.74 61.96 -téteur téteur nom m s 0.05 0.00 0.05 0.00 -tuteur tuteur nom m s 4.60 2.36 3.28 2.03 -tuteurs tuteur nom m p 4.60 2.36 0.46 0.27 -tuèrent tuer ver 928.05 171.15 0.41 0.41 ind:pas:3p; -tétiez téter ver 1.71 5.88 0.01 0.00 ind:imp:2p; -tétine tétine nom f s 0.81 1.15 0.43 0.68 -tétines tétine nom f p 0.81 1.15 0.38 0.47 -tétins tétin nom m p 0.00 0.20 0.00 0.20 -têtière têtière nom f s 0.00 0.27 0.00 0.14 -têtières têtière nom f p 0.00 0.27 0.00 0.14 -tutoie tutoyer ver 6.25 10.07 1.25 2.36 imp:pre:2s;ind:pre:1s;ind:pre:3s; -tutoiement tutoiement nom m s 0.38 1.89 0.38 1.82 -tutoiements tutoiement nom m p 0.38 1.89 0.00 0.07 -tutoient tutoyer ver 6.25 10.07 0.13 0.41 ind:pre:3p; -tutoiera tutoyer ver 6.25 10.07 0.00 0.07 ind:fut:3s; -tutoierai tutoyer ver 6.25 10.07 0.00 0.07 ind:fut:1s; -tutoies tutoyer ver 6.25 10.07 0.41 0.14 ind:pre:2s; -téton téton nom m s 4.59 1.76 1.21 0.47 -tétons téton nom m p 4.59 1.76 3.39 1.28 -tutorat tutorat nom m s 0.33 0.00 0.33 0.00 -tutorial tutorial adj m s 0.04 0.14 0.03 0.14 -tutoriaux tutorial adj m p 0.04 0.14 0.01 0.00 -tutoya tutoyer ver 6.25 10.07 0.00 0.34 ind:pas:3s; -tutoyaient tutoyer ver 6.25 10.07 0.00 0.41 ind:imp:3p; -tutoyais tutoyer ver 6.25 10.07 0.00 0.14 ind:imp:1s; -tutoyait tutoyer ver 6.25 10.07 0.37 1.76 ind:imp:3s; -tutoyant tutoyer ver 6.25 10.07 0.00 0.54 par:pre; -tutoyer tutoyer ver 6.25 10.07 3.05 2.84 inf; -tutoyeuses tutoyeur adj f p 0.00 0.07 0.00 0.07 -tutoyez tutoyer ver 6.25 10.07 0.55 0.07 imp:pre:2p;ind:pre:2p; -tutoyions tutoyer ver 6.25 10.07 0.00 0.07 ind:imp:1p; -tutoyons tutoyer ver 6.25 10.07 0.34 0.14 imp:pre:1p;ind:pre:1p; -tutoyât tutoyer ver 6.25 10.07 0.00 0.07 sub:imp:3s; -tutoyèrent tutoyer ver 6.25 10.07 0.00 0.07 ind:pas:3p; -tutoyé tutoyer ver m s 6.25 10.07 0.01 0.41 par:pas; -tutoyée tutoyer ver f s 6.25 10.07 0.14 0.07 par:pas; -tutoyés tutoyer ver m p 6.25 10.07 0.01 0.14 par:pas; -tétra tétra nom m s 0.01 0.00 0.01 0.00 -tétrachlorure tétrachlorure nom m s 0.04 0.07 0.04 0.07 -tétracycline tétracycline nom f s 0.09 0.00 0.09 0.00 -tétradrachme tétradrachme nom m s 0.00 0.07 0.00 0.07 -tétragones tétragone nom f p 0.00 0.07 0.00 0.07 -tétragramme tétragramme nom m s 0.01 0.07 0.00 0.07 -tétragrammes tétragramme nom m p 0.01 0.07 0.01 0.00 -tétralogie tétralogie nom f s 0.01 0.07 0.01 0.07 -tétramère tétramère adj m s 0.00 0.07 0.00 0.07 -tétramètre tétramètre nom m s 0.03 0.00 0.03 0.00 -tétraplégie tétraplégie nom f s 0.14 0.00 0.14 0.00 -tétraplégique tétraplégique adj s 0.44 0.00 0.44 0.00 -tétrarque tétrarque nom m s 0.10 0.47 0.10 0.00 -tétrarques tétrarque nom m p 0.10 0.47 0.00 0.47 -tétras tétras nom m 0.16 0.00 0.16 0.00 -tutrice tuteur nom f s 4.60 2.36 0.86 0.07 -tétrodotoxine tétrodotoxine nom f s 0.02 0.00 0.02 0.00 -tétère téter nom f s 0.00 0.14 0.00 0.14 -tétèrent téter ver 1.71 5.88 0.00 0.07 ind:pas:3p; -tutti_frutti tutti_frutti adv 0.09 0.41 0.09 0.41 -tutti_quanti tutti_quanti adv 0.15 0.20 0.15 0.20 -tété téter ver m s 1.71 5.88 0.29 0.61 par:pas; -têtu têtu adj m s 9.78 9.19 6.17 5.14 -tutu tutu nom m s 0.92 3.51 0.83 2.77 -tétée tétée nom f s 0.63 1.01 0.51 0.68 -têtue têtu adj f s 9.78 9.19 2.97 2.77 -tétées tétée nom f p 0.63 1.01 0.11 0.34 -têtues têtu adj f p 9.78 9.19 0.09 0.34 -tutélaire tutélaire adj s 0.01 1.76 0.01 1.55 -tutélaires tutélaire adj p 0.01 1.76 0.00 0.20 -têtus têtu adj m p 9.78 9.19 0.55 0.95 -tutus tutu nom m p 0.92 3.51 0.09 0.74 -tutute tutut nom f s 0.00 0.34 0.00 0.34 -tué tuer ver m s 928.05 171.15 259.79 46.82 par:pas; -tuée tuer ver f s 928.05 171.15 39.56 5.88 par:pas; -tuées tuer ver f p 928.05 171.15 3.15 0.68 par:pas; -tués tuer ver m p 928.05 171.15 20.66 7.36 par:pas; -tévé tévé nom f s 0.00 0.34 0.00 0.34 -tuyau tuyau nom m s 26.73 20.61 17.51 11.96 -tuyautages tuyautage nom m p 0.00 0.07 0.00 0.07 -tuyautait tuyauter ver 0.54 0.61 0.01 0.07 ind:imp:3s; -tuyautent tuyauter ver 0.54 0.61 0.03 0.00 ind:pre:3p; -tuyauter tuyauter ver 0.54 0.61 0.07 0.20 inf; -tuyautera tuyauter ver 0.54 0.61 0.02 0.00 ind:fut:3s; -tuyauterie tuyauterie nom f s 1.11 1.69 1.10 0.68 -tuyauteries tuyauterie nom f p 1.11 1.69 0.01 1.01 -tuyauteur tuyauteur nom m s 0.00 0.27 0.00 0.14 -tuyauteurs tuyauteur nom m p 0.00 0.27 0.00 0.14 -tuyauté tuyauter ver m s 0.54 0.61 0.17 0.14 par:pas; -tuyautée tuyauter ver f s 0.54 0.61 0.01 0.07 par:pas; -tuyautées tuyauter ver f p 0.54 0.61 0.00 0.07 par:pas; -tuyautés tuyauter ver m p 0.54 0.61 0.23 0.07 par:pas; -tuyaux tuyau nom m p 26.73 20.61 9.22 8.65 -tuyère tuyère nom f s 0.04 0.07 0.03 0.00 -tuyères tuyère nom f p 0.04 0.07 0.01 0.07 -tézig tézig pro_per s 0.00 0.07 0.00 0.07 -tézigue tézigue pro_per s 0.00 0.34 0.00 0.34 -tweed tweed nom m s 0.00 5.34 0.00 5.14 -tweeds tweed nom m p 0.00 5.34 0.00 0.20 -twill twill nom m s 0.00 0.14 0.00 0.14 -twin_set twin_set nom m s 0.00 0.14 0.00 0.14 -twist twist nom m s 0.00 0.74 0.00 0.68 -twistant twister ver 0.00 0.20 0.00 0.07 par:pre; -twister twister ver 0.00 0.20 0.00 0.07 inf; -twists twist nom m p 0.00 0.74 0.00 0.07 -twistées twister ver f p 0.00 0.20 0.00 0.07 par:pas; -tympan tympan nom m s 1.25 6.01 0.36 2.50 -tympanique tympanique adj s 0.01 0.00 0.01 0.00 -tympanon tympanon nom m s 0.03 0.20 0.03 0.20 -tympans tympan nom m p 1.25 6.01 0.89 3.51 -type type nom m s 334.85 184.19 280.62 145.95 -typer typer ver 0.07 0.00 0.02 0.00 inf; -types type nom m p 334.85 184.19 54.23 38.24 -typhique typhique adj s 0.00 0.14 0.00 0.07 -typhiques typhique adj m p 0.00 0.14 0.00 0.07 -typhoïde typhoïde nom f s 0.36 1.01 0.36 1.01 -typhon typhon nom m s 0.78 1.89 0.72 1.28 -typhons typhon nom m p 0.78 1.89 0.06 0.61 -typhus typhus nom m 1.74 1.76 1.74 1.76 -typique typique adj s 9.34 2.84 8.62 2.30 -typiquement typiquement adv 1.86 1.96 1.86 1.96 -typiques typique adj p 9.34 2.84 0.72 0.54 -typo typo nom m s 0.07 1.49 0.04 1.01 -typographe typographe nom s 0.02 1.08 0.01 0.47 -typographes typographe nom p 0.02 1.08 0.01 0.61 -typographie typographie nom f s 0.34 0.47 0.34 0.47 -typographier typographier ver 0.00 0.07 0.00 0.07 inf; -typographique typographique adj f s 0.06 0.34 0.05 0.20 -typographiques typographique adj p 0.06 0.34 0.01 0.14 -typologie typologie nom f s 0.10 0.20 0.10 0.20 -typomètre typomètre nom m s 0.00 0.14 0.00 0.14 -typos typo nom m p 0.07 1.49 0.02 0.47 -typé typer ver m s 0.07 0.00 0.03 0.00 par:pas; -typée typé adj f s 0.01 0.14 0.01 0.00 -typés typer ver m p 0.07 0.00 0.01 0.00 par:pas; -tyran tyran nom m s 7.79 5.20 6.17 4.59 -tyranneau tyranneau nom m s 0.01 0.14 0.00 0.14 -tyranneaux tyranneau nom m p 0.01 0.14 0.01 0.00 -tyrannicide tyrannicide nom s 0.01 0.14 0.00 0.07 -tyrannicides tyrannicide nom p 0.01 0.14 0.01 0.07 -tyrannie tyrannie nom f s 2.63 2.50 2.50 2.43 -tyrannies tyrannie nom f p 2.63 2.50 0.14 0.07 -tyrannique tyrannique adj s 0.65 2.43 0.59 2.03 -tyranniquement tyranniquement adv 0.14 0.14 0.14 0.14 -tyranniques tyrannique adj p 0.65 2.43 0.06 0.41 -tyrannisais tyranniser ver 0.25 0.95 0.00 0.07 ind:imp:1s; -tyrannisait tyranniser ver 0.25 0.95 0.02 0.20 ind:imp:3s; -tyrannisant tyranniser ver 0.25 0.95 0.01 0.07 par:pre; -tyrannise tyranniser ver 0.25 0.95 0.03 0.14 ind:pre:1s;ind:pre:3s; -tyrannisent tyranniser ver 0.25 0.95 0.11 0.00 ind:pre:3p; -tyranniser tyranniser ver 0.25 0.95 0.05 0.20 inf; -tyrannisèrent tyranniser ver 0.25 0.95 0.00 0.07 ind:pas:3p; -tyrannisé tyranniser ver m s 0.25 0.95 0.02 0.20 par:pas; -tyrannisée tyranniser ver f s 0.25 0.95 0.01 0.00 par:pas; -tyrannosaure tyrannosaure nom m s 0.15 0.07 0.13 0.07 -tyrannosaures tyrannosaure nom m p 0.15 0.07 0.02 0.00 -tyrans tyran nom m p 7.79 5.20 1.62 0.61 -tyrienne tyrien adj f s 0.02 0.00 0.02 0.00 -tyrolien tyrolien adj m s 0.38 1.62 0.16 0.88 -tyrolienne tyrolien adj f s 0.38 1.62 0.08 0.27 -tyroliennes tyrolien adj f p 0.38 1.62 0.03 0.27 -tyroliens tyrolien nom m p 0.13 0.20 0.12 0.07 -tyrrhénienne tyrrhénienne adj f s 0.20 0.27 0.20 0.27 -tzar tzar nom m s 0.03 0.88 0.03 0.68 -tzarevitch tzarevitch nom m s 0.00 0.07 0.00 0.07 -tzarine tzar nom f s 0.03 0.88 0.00 0.14 -tzars tzar nom m p 0.03 0.88 0.00 0.07 -tzigane tzigane adj s 0.89 1.76 0.78 1.08 -tziganes tzigane nom p 1.49 0.61 1.10 0.54 -é é adv 0.05 0.00 0.05 0.00 -u u nom m 18.40 2.97 18.40 2.97 -ubac ubac nom m s 0.00 0.14 0.00 0.14 -ébahi ébahir ver m s 0.46 1.96 0.16 0.61 par:pas; -ébahie ébahir ver f s 0.46 1.96 0.15 0.27 par:pas; -ébahies ébahi adj f p 0.27 3.18 0.01 0.27 -ébahir ébahir ver 0.46 1.96 0.02 0.07 inf; -ébahirons ébahir ver 0.46 1.96 0.01 0.00 ind:fut:1p; -ébahis ébahir ver m p 0.46 1.96 0.09 0.41 ind:pre:2s;par:pas; -ébahissait ébahir ver 0.46 1.96 0.00 0.34 ind:imp:3s; -ébahissant ébahir ver 0.46 1.96 0.00 0.07 par:pre; -ébahissement ébahissement nom m s 0.00 1.15 0.00 1.15 -ébahissent ébahir ver 0.46 1.96 0.01 0.14 ind:pre:3p; -ébahissons ébahir ver 0.46 1.96 0.00 0.07 ind:pre:1p; -ébahit ébahir ver 0.46 1.96 0.02 0.00 ind:pre:3s; -ébarbage ébarbage nom m s 0.00 0.07 0.00 0.07 -ébarbait ébarber ver 0.00 0.20 0.00 0.07 ind:imp:3s; -ébarber ébarber ver 0.00 0.20 0.00 0.07 inf; -ébarbé ébarber ver m s 0.00 0.20 0.00 0.07 par:pas; -ébat ébattre ver 0.10 3.18 0.01 0.07 ind:pre:3s; -ébats ébat nom m p 0.41 2.30 0.41 2.30 -ébattît ébattre ver 0.10 3.18 0.00 0.07 sub:imp:3s; -ébattaient ébattre ver 0.10 3.18 0.00 0.74 ind:imp:3p; -ébattait ébattre ver 0.10 3.18 0.02 0.41 ind:imp:3s; -ébattant ébattre ver 0.10 3.18 0.01 0.20 par:pre; -ébattements ébattement nom m p 0.00 0.07 0.00 0.07 -ébattent ébattre ver 0.10 3.18 0.01 0.20 ind:pre:3p; -ébattit ébattre ver 0.10 3.18 0.00 0.07 ind:pas:3s; -ébattons ébattre ver 0.10 3.18 0.00 0.07 ind:pre:1p; -ébattre ébattre ver 0.10 3.18 0.05 1.35 inf; -ébaubi ébaubir ver m s 0.00 0.41 0.00 0.14 par:pas; -ébaubie ébaubir ver f s 0.00 0.41 0.00 0.07 par:pas; -ébaubis ébaubir ver m p 0.00 0.41 0.00 0.14 par:pas; -ébaubissaient ébaubir ver 0.00 0.41 0.00 0.07 ind:imp:3p; -ébaucha ébaucher ver 0.05 7.97 0.00 2.36 ind:pas:3s; -ébauchai ébaucher ver 0.05 7.97 0.00 0.14 ind:pas:1s; -ébauchaient ébaucher ver 0.05 7.97 0.00 0.34 ind:imp:3p; -ébauchais ébaucher ver 0.05 7.97 0.00 0.20 ind:imp:1s; -ébauchait ébaucher ver 0.05 7.97 0.00 0.88 ind:imp:3s; -ébauchant ébaucher ver 0.05 7.97 0.00 0.68 par:pre; -ébauche ébauche nom f s 1.33 5.47 1.17 4.46 -ébauchent ébaucher ver 0.05 7.97 0.00 0.34 ind:pre:3p; -ébaucher ébaucher ver 0.05 7.97 0.03 1.15 inf; -ébauches ébauche nom f p 1.33 5.47 0.16 1.01 -ébaucheurs ébaucheur nom m p 0.00 0.07 0.00 0.07 -ébauchons ébaucher ver 0.05 7.97 0.01 0.00 ind:pre:1p; -ébauchât ébaucher ver 0.05 7.97 0.00 0.07 sub:imp:3s; -ébauchèrent ébaucher ver 0.05 7.97 0.00 0.27 ind:pas:3p; -ébauché ébauché adj m s 0.14 1.69 0.00 0.74 -ébauchée ébaucher ver f s 0.05 7.97 0.00 0.34 par:pas; -ébauchées ébauché adj f p 0.14 1.69 0.00 0.34 -ébauchés ébauché adj m p 0.14 1.69 0.14 0.34 -ébaudi ébaudir ver m s 0.00 0.07 0.00 0.07 par:pas; -éberlua éberluer ver 0.02 1.89 0.00 0.07 ind:pas:3s; -éberluait éberluer ver 0.02 1.89 0.00 0.14 ind:imp:3s; -éberlue éberluer ver 0.02 1.89 0.00 0.07 ind:pre:3s; -éberluer éberluer ver 0.02 1.89 0.01 0.07 inf; -éberlué éberlué adj m s 0.01 2.70 0.01 1.28 -éberluée éberluer ver f s 0.02 1.89 0.01 0.27 par:pas; -éberluées éberlué adj f p 0.01 2.70 0.00 0.14 -éberlués éberlué adj m p 0.01 2.70 0.00 0.61 -ubique ubique adj s 0.00 0.07 0.00 0.07 -ubiquiste ubiquiste nom s 0.01 0.27 0.01 0.27 -ubiquitaire ubiquitaire adj m s 0.00 0.14 0.00 0.14 -ubiquité ubiquité nom f s 0.04 1.82 0.04 1.82 -ébloui éblouir ver m s 3.88 19.73 0.65 5.68 par:pas; -éblouie éblouir ver f s 3.88 19.73 0.28 2.09 par:pas; -éblouies éblouir ver f p 3.88 19.73 0.03 0.20 par:pas; -éblouir éblouir ver 3.88 19.73 0.92 2.30 inf; -éblouira éblouir ver 3.88 19.73 0.03 0.07 ind:fut:3s; -éblouirai éblouir ver 3.88 19.73 0.10 0.07 ind:fut:1s; -éblouirait éblouir ver 3.88 19.73 0.00 0.14 cnd:pre:3s; -éblouirent éblouir ver 3.88 19.73 0.00 0.14 ind:pas:3p; -éblouirez éblouir ver 3.88 19.73 0.00 0.07 ind:fut:2p; -éblouis éblouir ver m p 3.88 19.73 0.65 1.82 imp:pre:2s;ind:pre:1s;ind:pre:2s;par:pas; -éblouissaient éblouir ver 3.88 19.73 0.00 0.54 ind:imp:3p; -éblouissait éblouir ver 3.88 19.73 0.12 1.82 ind:imp:3s; -éblouissant éblouissant adj m s 2.07 13.24 0.65 3.04 -éblouissante éblouissant adj f s 2.07 13.24 1.00 6.28 -éblouissantes éblouissant adj f p 2.07 13.24 0.14 2.36 -éblouissants éblouissant adj m p 2.07 13.24 0.27 1.55 -éblouisse éblouir ver 3.88 19.73 0.04 0.07 sub:pre:3s; -éblouissement éblouissement nom m s 0.29 5.95 0.29 5.14 -éblouissements éblouissement nom m p 0.29 5.95 0.00 0.81 -éblouissent éblouir ver 3.88 19.73 0.27 1.01 ind:pre:3p; -éblouisses éblouir ver 3.88 19.73 0.00 0.07 sub:pre:2s; -éblouissez éblouir ver 3.88 19.73 0.03 0.07 imp:pre:2p;ind:pre:2p; -éblouissions éblouir ver 3.88 19.73 0.00 0.07 ind:imp:1p; -éblouit éblouir ver 3.88 19.73 0.58 2.57 ind:pre:3s;ind:pas:3s; -ébonite ébonite nom f s 0.00 0.88 0.00 0.88 -éborgna éborgner ver 0.47 0.54 0.00 0.07 ind:pas:3s; -éborgne éborgner ver 0.47 0.54 0.02 0.14 ind:pre:1s;ind:pre:3s; -éborgner éborgner ver 0.47 0.54 0.41 0.20 inf; -éborgné éborgner ver m s 0.47 0.54 0.04 0.14 par:pas; -éboueur éboueur nom m s 1.93 2.70 0.97 0.61 -éboueurs éboueur nom m p 1.93 2.70 0.96 2.09 -ébouillanta ébouillanter ver 0.58 0.61 0.14 0.00 ind:pas:3s; -ébouillante ébouillanter ver 0.58 0.61 0.05 0.14 ind:pre:1s;ind:pre:3s; -ébouillanter ébouillanter ver 0.58 0.61 0.16 0.20 inf; -ébouillanté ébouillanter ver m s 0.58 0.61 0.22 0.14 par:pas; -ébouillantée ébouillanté adj f s 0.15 0.47 0.14 0.07 -ébouillantées ébouillanté adj f p 0.15 0.47 0.01 0.07 -ébouillantés ébouillanté adj m p 0.15 0.47 0.00 0.20 -éboula ébouler ver 0.03 1.82 0.00 0.07 ind:pas:3s; -éboulaient ébouler ver 0.03 1.82 0.00 0.14 ind:imp:3p; -éboulait ébouler ver 0.03 1.82 0.00 0.14 ind:imp:3s; -éboulant ébouler ver 0.03 1.82 0.00 0.14 par:pre; -éboule ébouler ver 0.03 1.82 0.00 0.41 ind:pre:3s; -éboulement éboulement nom m s 0.54 2.36 0.48 1.49 -éboulements éboulement nom m p 0.54 2.36 0.06 0.88 -éboulent ébouler ver 0.03 1.82 0.00 0.07 ind:pre:3p; -ébouler ébouler ver 0.03 1.82 0.01 0.07 inf; -ébouleuses ébouleux adj f p 0.00 0.07 0.00 0.07 -éboulis éboulis nom m 0.16 3.99 0.16 3.99 -éboulèrent ébouler ver 0.03 1.82 0.00 0.07 ind:pas:3p; -éboulé ébouler ver m s 0.03 1.82 0.01 0.14 par:pas; -éboulée ébouler ver f s 0.03 1.82 0.00 0.20 par:pas; -éboulées ébouler ver f p 0.03 1.82 0.00 0.20 par:pas; -éboulés ébouler ver m p 0.03 1.82 0.01 0.20 par:pas; -ébouriffa ébouriffer ver 0.08 2.97 0.00 0.74 ind:pas:3s; -ébouriffaient ébouriffer ver 0.08 2.97 0.00 0.14 ind:imp:3p; -ébouriffait ébouriffer ver 0.08 2.97 0.01 0.41 ind:imp:3s; -ébouriffant ébouriffant adj m s 0.03 0.07 0.01 0.07 -ébouriffante ébouriffant adj f s 0.03 0.07 0.02 0.00 -ébouriffe ébouriffer ver 0.08 2.97 0.02 0.14 imp:pre:2s;ind:pre:3s; -ébouriffent ébouriffer ver 0.08 2.97 0.00 0.20 ind:pre:3p; -ébouriffer ébouriffer ver 0.08 2.97 0.00 0.20 inf; -ébouriffé ébouriffé adj m s 0.22 3.45 0.05 1.01 -ébouriffée ébouriffé adj f s 0.22 3.45 0.12 0.74 -ébouriffées ébouriffé adj f p 0.22 3.45 0.00 0.20 -ébouriffés ébouriffé adj m p 0.22 3.45 0.05 1.49 -ébouser ébouser ver 0.00 0.07 0.00 0.07 inf; -éboué ébouer ver m s 0.00 1.82 0.00 1.82 par:pas; -ébouzer ébouzer ver 0.00 0.14 0.00 0.07 inf; -ébouzé ébouzer ver m s 0.00 0.14 0.00 0.07 par:pas; -ébrancha ébrancher ver 0.00 0.68 0.00 0.14 ind:pas:3s; -ébranchait ébrancher ver 0.00 0.68 0.00 0.14 ind:imp:3s; -ébranchant ébrancher ver 0.00 0.68 0.00 0.07 par:pre; -ébranchement ébranchement nom m s 0.00 0.07 0.00 0.07 -ébrancher ébrancher ver 0.00 0.68 0.00 0.14 inf; -ébrancherez ébrancher ver 0.00 0.68 0.00 0.07 ind:fut:2p; -ébranché ébranché adj m s 0.00 0.07 0.00 0.07 -ébranchés ébrancher ver m p 0.00 0.68 0.00 0.14 par:pas; -ébranla ébranler ver 3.37 23.45 0.15 3.85 ind:pas:3s; -ébranlaient ébranler ver 3.37 23.45 0.00 0.95 ind:imp:3p; -ébranlait ébranler ver 3.37 23.45 0.01 2.70 ind:imp:3s; -ébranlant ébranler ver 3.37 23.45 0.00 0.74 par:pre; -ébranle ébranler ver 3.37 23.45 0.22 2.97 imp:pre:2s;ind:pre:3s; -ébranlement ébranlement nom m s 0.01 1.55 0.01 1.08 -ébranlements ébranlement nom m p 0.01 1.55 0.00 0.47 -ébranlent ébranler ver 3.37 23.45 0.03 1.08 ind:pre:3p; -ébranler ébranler ver 3.37 23.45 1.35 3.78 inf; -ébranlera ébranler ver 3.37 23.45 0.03 0.07 ind:fut:3s; -ébranlerai ébranler ver 3.37 23.45 0.01 0.00 ind:fut:1s; -ébranleraient ébranler ver 3.37 23.45 0.01 0.07 cnd:pre:3p; -ébranlerais ébranler ver 3.37 23.45 0.00 0.07 cnd:pre:1s; -ébranlerait ébranler ver 3.37 23.45 0.00 0.07 cnd:pre:3s; -ébranlât ébranler ver 3.37 23.45 0.00 0.14 sub:imp:3s; -ébranlèrent ébranler ver 3.37 23.45 0.00 0.61 ind:pas:3p; -ébranlé ébranler ver m s 3.37 23.45 0.89 3.51 par:pas; -ébranlée ébranler ver f s 3.37 23.45 0.59 2.03 par:pas; -ébranlées ébranler ver f p 3.37 23.45 0.01 0.20 par:pas; -ébranlés ébranler ver m p 3.37 23.45 0.06 0.61 par:pas; -ébriété ébriété nom f s 0.73 1.15 0.73 1.15 -ébroua ébrouer ver 0.01 8.11 0.00 1.76 ind:pas:3s; -ébrouaient ébrouer ver 0.01 8.11 0.00 0.27 ind:imp:3p; -ébrouais ébrouer ver 0.01 8.11 0.00 0.07 ind:imp:1s; -ébrouait ébrouer ver 0.01 8.11 0.00 1.55 ind:imp:3s; -ébrouant ébrouer ver 0.01 8.11 0.00 1.22 par:pre; -ébroue ébrouer ver 0.01 8.11 0.00 1.35 ind:pre:1s;ind:pre:3s; -ébrouement ébrouement nom m s 0.00 0.14 0.00 0.14 -ébrouent ébrouer ver 0.01 8.11 0.00 0.61 ind:pre:3p; -ébrouer ébrouer ver 0.01 8.11 0.01 0.95 inf; -ébrouèrent ébrouer ver 0.01 8.11 0.00 0.14 ind:pas:3p; -ébroué ébrouer ver m s 0.01 8.11 0.00 0.20 par:pas; -ébrèche ébrécher ver 0.74 0.95 0.03 0.07 ind:pre:3s; -ébréchaient ébrécher ver 0.74 0.95 0.00 0.07 ind:imp:3p; -ébrécher ébrécher ver 0.74 0.95 0.00 0.14 inf; -ébréché ébrécher ver m s 0.74 0.95 0.39 0.14 par:pas; -ébréchée ébrécher ver f s 0.74 0.95 0.32 0.27 par:pas; -ébréchées ébréché adj f p 0.37 3.65 0.14 0.61 -ébréchure ébréchure nom f s 0.00 0.20 0.00 0.07 -ébréchures ébréchure nom f p 0.00 0.20 0.00 0.14 -ébréchés ébréché adj m p 0.37 3.65 0.00 0.81 -ébruita ébruiter ver 1.32 1.22 0.00 0.07 ind:pas:3s; -ébruite ébruiter ver 1.32 1.22 0.58 0.27 imp:pre:2s;ind:pre:3s; -ébruitent ébruiter ver 1.32 1.22 0.02 0.00 ind:pre:3p; -ébruiter ébruiter ver 1.32 1.22 0.37 0.54 inf; -ébruitera ébruiter ver 1.32 1.22 0.01 0.00 ind:fut:3s; -ébruiterait ébruiter ver 1.32 1.22 0.02 0.00 cnd:pre:3s; -ébruitez ébruiter ver 1.32 1.22 0.22 0.07 imp:pre:2p;ind:pre:2p; -ébruitons ébruiter ver 1.32 1.22 0.05 0.00 imp:pre:1p;ind:pre:1p; -ébruitât ébruiter ver 1.32 1.22 0.00 0.07 sub:imp:3s; -ébruité ébruiter ver m s 1.32 1.22 0.03 0.00 par:pas; -ébruitée ébruiter ver f s 1.32 1.22 0.01 0.20 par:pas; -ébène ébène nom f s 0.51 4.26 0.51 4.26 -ubuesque ubuesque adj f s 0.14 0.07 0.14 0.07 -ébullition ébullition nom f s 0.79 1.35 0.79 1.35 -ébéniste ébéniste nom s 0.24 1.55 0.11 1.35 -ébénisterie ébénisterie nom f s 0.00 0.41 0.00 0.34 -ébénisteries ébénisterie nom f p 0.00 0.41 0.00 0.07 -ébénistes ébéniste nom p 0.24 1.55 0.13 0.20 -écaillage écaillage nom m s 0.03 0.00 0.03 0.00 -écaillaient écailler ver 0.74 4.66 0.00 0.34 ind:imp:3p; -écaillait écailler ver 0.74 4.66 0.14 0.61 ind:imp:3s; -écaillant écailler ver 0.74 4.66 0.00 0.34 par:pre; -écaille écaille nom f s 1.42 11.35 0.57 6.15 -écaillent écailler ver 0.74 4.66 0.01 0.20 ind:pre:3p; -écailler écailler ver 0.74 4.66 0.28 0.61 inf; -écaillera écailler ver 0.74 4.66 0.01 0.00 ind:fut:3s; -écaillerai écailler ver 0.74 4.66 0.00 0.07 ind:fut:1s; -écaillers écailler nom m p 0.11 0.27 0.00 0.07 -écailles écaille nom f p 1.42 11.35 0.84 5.20 -écailleur écailleur nom m s 0.00 0.07 0.00 0.07 -écailleuse écailleux adj f s 0.00 0.74 0.00 0.34 -écailleuses écailleux adj f p 0.00 0.74 0.00 0.07 -écailleux écailleux adj m 0.00 0.74 0.00 0.34 -écaillère écailler nom f s 0.11 0.27 0.01 0.00 -écaillé écailler ver m s 0.74 4.66 0.04 0.27 par:pas; -écaillée écailler ver f s 0.74 4.66 0.06 0.81 par:pas; -écaillées écaillé adj f p 0.07 2.97 0.03 0.41 -écaillure écaillure nom f s 0.00 0.14 0.00 0.07 -écaillures écaillure nom f p 0.00 0.14 0.00 0.07 -écaillés écaillé adj m p 0.07 2.97 0.01 0.27 -écalait écaler ver 0.00 0.14 0.00 0.07 ind:imp:3s; -écale écale nom f s 0.02 0.07 0.00 0.07 -écaler écaler ver 0.00 0.14 0.00 0.07 inf; -écales écale nom f p 0.02 0.07 0.02 0.00 -écarlate écarlate adj s 0.78 8.58 0.66 5.95 -écarlates écarlate adj p 0.78 8.58 0.12 2.64 -écarquilla écarquiller ver 0.76 8.85 0.00 0.95 ind:pas:3s; -écarquillai écarquiller ver 0.76 8.85 0.00 0.14 ind:pas:1s; -écarquillaient écarquiller ver 0.76 8.85 0.01 0.34 ind:imp:3p; -écarquillais écarquiller ver 0.76 8.85 0.10 0.07 ind:imp:1s; -écarquillait écarquiller ver 0.76 8.85 0.00 0.54 ind:imp:3s; -écarquillant écarquiller ver 0.76 8.85 0.00 0.95 par:pre; -écarquille écarquiller ver 0.76 8.85 0.11 1.22 imp:pre:2s;ind:pre:1s;ind:pre:3s; -écarquillement écarquillement nom m s 0.00 0.20 0.00 0.20 -écarquillent écarquiller ver 0.76 8.85 0.00 0.20 ind:pre:3p; -écarquiller écarquiller ver 0.76 8.85 0.00 0.41 inf; -écarquillez écarquiller ver 0.76 8.85 0.02 0.00 imp:pre:2p;ind:pre:2p; -écarquillions écarquiller ver 0.76 8.85 0.00 0.14 ind:imp:1p; -écarquillèrent écarquiller ver 0.76 8.85 0.10 0.07 ind:pas:3p; -écarquillé écarquiller ver m s 0.76 8.85 0.00 0.34 par:pas; -écarquillée écarquiller ver f s 0.76 8.85 0.00 0.07 par:pas; -écarquillées écarquiller ver f p 0.76 8.85 0.00 0.20 par:pas; -écarquillés écarquiller ver m p 0.76 8.85 0.41 3.24 par:pas; -écart écart nom m s 14.71 34.53 14.36 32.30 -écarta écarter ver 24.83 92.36 0.51 13.72 ind:pas:3s; -écartai écarter ver 24.83 92.36 0.00 1.89 ind:pas:1s; -écartaient écarter ver 24.83 92.36 0.04 4.66 ind:imp:3p; -écartais écarter ver 24.83 92.36 0.06 0.68 ind:imp:1s;ind:imp:2s; -écartait écarter ver 24.83 92.36 0.51 7.23 ind:imp:3s; -écartant écarter ver 24.83 92.36 0.16 9.86 par:pre; -écarte écarter ver 24.83 92.36 5.95 13.45 imp:pre:2s;ind:pre:1s;ind:pre:3s; -écartela écarteler ver 0.35 3.18 0.00 0.07 ind:pas:3s; -écartelaient écarteler ver 0.35 3.18 0.00 0.14 ind:imp:3p; -écartelait écarteler ver 0.35 3.18 0.00 0.20 ind:imp:3s; -écartelant écarteler ver 0.35 3.18 0.01 0.07 par:pre; -écarteler écarteler ver 0.35 3.18 0.06 0.34 inf; -écartelé écarteler ver m s 0.35 3.18 0.20 0.95 par:pas; -écartelée écarteler ver f s 0.35 3.18 0.02 0.20 par:pas; -écartelées écartelé adj f p 0.19 1.96 0.14 0.47 -écartelés écartelé adj m p 0.19 1.96 0.01 0.27 -écartement écartement nom m s 0.05 0.47 0.05 0.41 -écartements écartement nom m p 0.05 0.47 0.00 0.07 -écartent écarter ver 24.83 92.36 0.26 3.78 ind:pre:3p; -écarter écarter ver 24.83 92.36 4.77 16.89 ind:pre:2p;inf; -écartera écarter ver 24.83 92.36 0.05 0.14 ind:fut:3s; -écarteraient écarter ver 24.83 92.36 0.00 0.07 cnd:pre:3p; -écarterait écarter ver 24.83 92.36 0.04 0.07 cnd:pre:3s; -écarteras écarter ver 24.83 92.36 0.12 0.00 ind:fut:2s; -écarterez écarter ver 24.83 92.36 0.01 0.00 ind:fut:2p; -écarteront écarter ver 24.83 92.36 0.01 0.07 ind:fut:3p; -écartes écarter ver 24.83 92.36 0.72 0.20 ind:pre:2s; -écarteur écarteur nom m s 0.27 0.00 0.27 0.00 -écartez écarter ver 24.83 92.36 6.30 1.01 imp:pre:2p;ind:pre:2p; -écartions écarter ver 24.83 92.36 0.02 0.14 ind:imp:1p; -écartâmes écarter ver 24.83 92.36 0.00 0.07 ind:pas:1p; -écartons écarter ver 24.83 92.36 0.32 0.14 imp:pre:1p;ind:pre:1p; -écartât écarter ver 24.83 92.36 0.00 0.41 sub:imp:3s; -écarts écart nom m p 14.71 34.53 0.35 2.23 -écartèle écarteler ver 0.35 3.18 0.05 0.47 ind:pre:1s;ind:pre:3s; -écartèlement écartèlement nom m s 0.03 0.34 0.02 0.27 -écartèlements écartèlement nom m p 0.03 0.34 0.01 0.07 -écartèlent écarteler ver 0.35 3.18 0.00 0.27 ind:pre:3p; -écartèleront écarteler ver 0.35 3.18 0.01 0.00 ind:fut:3p; -écartèrent écarter ver 24.83 92.36 0.12 2.43 ind:pas:3p; -écarté écarter ver m s 24.83 92.36 2.69 8.04 par:pas; -écartée écarter ver f s 24.83 92.36 0.88 1.89 par:pas; -écartées écarté adj f p 3.36 16.76 1.57 8.85 -écartés écarter ver m p 24.83 92.36 1.10 3.11 par:pas; -écervelé écervelé adj m s 0.81 0.61 0.46 0.14 -écervelée écervelé nom f s 0.91 0.88 0.34 0.27 -écervelées écervelé nom f p 0.91 0.88 0.17 0.07 -écervelés écervelé adj m p 0.81 0.61 0.17 0.14 -échût échoir ver 0.86 2.16 0.00 0.14 sub:imp:3s; -échafaud échafaud nom m s 0.85 2.43 0.85 2.23 -échafauda échafauder ver 0.44 3.24 0.00 0.07 ind:pas:3s; -échafaudage échafaudage nom m s 0.86 6.42 0.70 3.78 -échafaudages échafaudage nom m p 0.86 6.42 0.15 2.64 -échafaudaient échafauder ver 0.44 3.24 0.01 0.20 ind:imp:3p; -échafaudais échafauder ver 0.44 3.24 0.00 0.14 ind:imp:1s; -échafaudait échafauder ver 0.44 3.24 0.00 0.74 ind:imp:3s; -échafaudant échafauder ver 0.44 3.24 0.14 0.41 par:pre; -échafaude échafauder ver 0.44 3.24 0.02 0.20 ind:pre:3s; -échafaudent échafauder ver 0.44 3.24 0.00 0.14 ind:pre:3p; -échafauder échafauder ver 0.44 3.24 0.17 0.54 inf; -échafaudons échafauder ver 0.44 3.24 0.00 0.07 ind:pre:1p; -échafauds échafaud nom m p 0.85 2.43 0.00 0.20 -échafaudèrent échafauder ver 0.44 3.24 0.00 0.07 ind:pas:3p; -échafaudé échafauder ver m s 0.44 3.24 0.09 0.27 par:pas; -échafaudées échafauder ver f p 0.44 3.24 0.01 0.14 par:pas; -échafaudés échafauder ver m p 0.44 3.24 0.00 0.27 par:pas; -échalas échalas nom m 0.41 1.76 0.41 1.76 -échalier échalier nom m s 0.02 0.20 0.02 0.00 -échaliers échalier nom m p 0.02 0.20 0.00 0.20 -échalote échalote nom f s 1.30 1.28 0.80 0.81 -échalotes échalote nom f p 1.30 1.28 0.50 0.47 -échancraient échancrer ver 0.01 0.95 0.00 0.07 ind:imp:3p; -échancre échancrer ver 0.01 0.95 0.00 0.14 ind:pre:3s; -échancrer échancrer ver 0.01 0.95 0.00 0.20 inf; -échancré échancré adj m s 0.06 1.15 0.03 0.47 -échancrée échancré adj f s 0.06 1.15 0.02 0.27 -échancrées échancré adj f p 0.06 1.15 0.00 0.20 -échancrure échancrure nom f s 0.00 3.31 0.00 3.04 -échancrures échancrure nom f p 0.00 3.31 0.00 0.27 -échancrés échancré adj m p 0.06 1.15 0.01 0.20 -échange échange nom m s 32.77 32.43 29.97 23.99 -échangea échanger ver 27.38 58.18 0.02 2.03 ind:pas:3s; -échangeables échangeable adj m p 0.01 0.07 0.01 0.07 -échangeai échanger ver 27.38 58.18 0.03 0.61 ind:pas:1s; -échangeaient échanger ver 27.38 58.18 0.07 5.41 ind:imp:3p; -échangeais échanger ver 27.38 58.18 0.06 0.34 ind:imp:1s;ind:imp:2s; -échangeait échanger ver 27.38 58.18 0.27 2.91 ind:imp:3s; -échangeant échanger ver 27.38 58.18 0.16 3.11 par:pre; -échangent échanger ver 27.38 58.18 0.81 3.72 ind:pre:3p; -échangeâmes échanger ver 27.38 58.18 0.02 1.49 ind:pas:1p; -échangeons échanger ver 27.38 58.18 0.17 0.68 imp:pre:1p;ind:pre:1p; -échanger échanger ver 27.38 58.18 9.86 12.03 inf; -échangera échanger ver 27.38 58.18 0.36 0.07 ind:fut:3s; -échangerai échanger ver 27.38 58.18 0.31 0.07 ind:fut:1s; -échangeraient échanger ver 27.38 58.18 0.04 0.20 cnd:pre:3p; -échangerais échanger ver 27.38 58.18 0.92 0.07 cnd:pre:1s;cnd:pre:2s; -échangerait échanger ver 27.38 58.18 0.25 0.41 cnd:pre:3s; -échangeras échanger ver 27.38 58.18 0.16 0.00 ind:fut:2s; -échangerez échanger ver 27.38 58.18 0.14 0.00 ind:fut:2p; -échangeriez échanger ver 27.38 58.18 0.06 0.00 cnd:pre:2p; -échangerions échanger ver 27.38 58.18 0.00 0.07 cnd:pre:1p; -échangerons échanger ver 27.38 58.18 0.09 0.07 ind:fut:1p; -échangeront échanger ver 27.38 58.18 0.06 0.07 ind:fut:3p; -échanges échange nom m p 32.77 32.43 2.81 8.45 -échangeur échangeur nom m s 0.30 0.47 0.30 0.20 -échangeurs échangeur nom m p 0.30 0.47 0.00 0.27 -échangez échanger ver 27.38 58.18 0.44 0.27 imp:pre:2p;ind:pre:2p; -échangiez échanger ver 27.38 58.18 0.04 0.07 ind:imp:2p; -échangions échanger ver 27.38 58.18 0.19 1.35 ind:imp:1p; -échangisme échangisme nom m s 0.16 0.00 0.16 0.00 -échangiste échangiste nom s 0.29 0.07 0.14 0.00 -échangistes échangiste nom p 0.29 0.07 0.16 0.07 -échangèrent échanger ver 27.38 58.18 0.02 5.27 ind:pas:3p; -échangé échanger ver m s 27.38 58.18 5.79 8.58 par:pas; -échangée échanger ver f s 27.38 58.18 0.41 0.41 par:pas; -échangées échanger ver f p 27.38 58.18 0.46 2.09 par:pas; -échangés échanger ver m p 27.38 58.18 0.81 3.65 par:pas; -échanson échanson nom m s 0.00 0.34 0.00 0.27 -échansons échanson nom m p 0.00 0.34 0.00 0.07 -échantillon échantillon nom m s 16.87 6.96 10.36 2.43 -échantillonnage échantillonnage nom m s 0.41 0.74 0.41 0.74 -échantillonne échantillonner ver 0.02 0.00 0.02 0.00 ind:pre:1s; -échantillons échantillon nom m p 16.87 6.96 6.51 4.53 -échappa échapper ver 95.05 132.64 0.28 4.05 ind:pas:3s; -échappai échapper ver 95.05 132.64 0.12 0.14 ind:pas:1s; -échappaient échapper ver 95.05 132.64 0.48 6.96 ind:imp:3p; -échappais échapper ver 95.05 132.64 0.28 1.08 ind:imp:1s;ind:imp:2s; -échappait échapper ver 95.05 132.64 0.94 15.41 ind:imp:3s; -échappant échapper ver 95.05 132.64 0.29 3.78 par:pre; -échappatoire échappatoire nom f s 1.96 0.95 1.46 0.61 -échappatoires échappatoire nom f p 1.96 0.95 0.50 0.34 -échappe échapper ver 95.05 132.64 16.76 18.65 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -échappement échappement nom m s 2.03 1.69 1.93 1.55 -échappements échappement nom m p 2.03 1.69 0.10 0.14 -échappent échapper ver 95.05 132.64 3.84 6.69 ind:pre:3p;sub:pre:3p; -échapper échapper ver 95.05 132.64 39.70 48.04 inf; -échappera échapper ver 95.05 132.64 2.76 1.28 ind:fut:3s; -échapperai échapper ver 95.05 132.64 0.38 0.07 ind:fut:1s; -échapperaient échapper ver 95.05 132.64 0.02 0.41 cnd:pre:3p; -échapperais échapper ver 95.05 132.64 0.17 0.20 cnd:pre:1s;cnd:pre:2s; -échapperait échapper ver 95.05 132.64 0.28 1.96 cnd:pre:3s; -échapperas échapper ver 95.05 132.64 1.81 0.27 ind:fut:2s; -échapperez échapper ver 95.05 132.64 0.81 0.34 ind:fut:2p; -échapperiez échapper ver 95.05 132.64 0.02 0.00 cnd:pre:2p; -échapperions échapper ver 95.05 132.64 0.01 0.07 cnd:pre:1p; -échapperons échapper ver 95.05 132.64 0.05 0.07 ind:fut:1p; -échapperont échapper ver 95.05 132.64 0.14 0.27 ind:fut:3p; -échappes échapper ver 95.05 132.64 0.51 0.20 ind:pre:2s; -échappez échapper ver 95.05 132.64 0.13 0.14 imp:pre:2p;ind:pre:2p; -échappiez échapper ver 95.05 132.64 0.09 0.07 ind:imp:2p;sub:pre:2p; -échappions échapper ver 95.05 132.64 0.13 0.34 ind:imp:1p; -échappâmes échapper ver 95.05 132.64 0.00 0.07 ind:pas:1p; -échappons échapper ver 95.05 132.64 0.26 0.27 imp:pre:1p;ind:pre:1p; -échappât échapper ver 95.05 132.64 0.00 0.61 sub:imp:3s; -échappèrent échapper ver 95.05 132.64 0.05 1.15 ind:pas:3p; -échappé échapper ver m s 95.05 132.64 19.84 17.64 par:pas; -échappée échapper ver f s 95.05 132.64 2.17 1.08 par:pas; -échappées échapper ver f p 95.05 132.64 0.22 0.34 par:pas; -échappés échapper ver m p 95.05 132.64 2.50 1.01 par:pas; -écharde écharde nom f s 0.62 2.91 0.37 1.42 -échardes écharde nom f p 0.62 2.91 0.25 1.49 -écharnait écharner ver 0.00 0.27 0.00 0.07 ind:imp:3s; -écharner écharner ver 0.00 0.27 0.00 0.20 inf; -écharpe écharpe nom f s 5.14 13.92 4.68 11.22 -écharpent écharper ver 0.07 1.08 0.01 0.00 ind:pre:3p; -écharper écharper ver 0.07 1.08 0.04 0.47 inf; -écharperaient écharper ver 0.07 1.08 0.00 0.07 cnd:pre:3p; -écharpes écharpe nom f p 5.14 13.92 0.46 2.70 -écharpé écharper ver m s 0.07 1.08 0.00 0.07 par:pas; -écharpée écharper ver f s 0.07 1.08 0.00 0.20 par:pas; -échasse échasse nom f s 0.42 1.15 0.04 0.00 -échasses échasse nom f p 0.42 1.15 0.38 1.15 -échassier échassier nom m s 0.02 3.51 0.01 2.57 -échassiers échassier nom m p 0.02 3.51 0.01 0.95 -échassière échassier adj f s 0.00 0.61 0.00 0.20 -échassières échassier adj f p 0.00 0.61 0.00 0.41 -échauder échauder ver 0.05 0.34 0.00 0.07 inf; -échauderont échauder ver 0.05 0.34 0.00 0.07 ind:fut:3p; -échaudé échaudé adj m s 0.05 0.34 0.05 0.27 -échaudée échaudé adj f s 0.05 0.34 0.00 0.07 -échaudés échauder ver m p 0.05 0.34 0.04 0.00 par:pas; -échauffa échauffer ver 3.25 6.76 0.01 0.20 ind:pas:3s; -échauffaient échauffer ver 3.25 6.76 0.00 0.27 ind:imp:3p; -échauffais échauffer ver 3.25 6.76 0.04 0.20 ind:imp:1s; -échauffait échauffer ver 3.25 6.76 0.06 0.81 ind:imp:3s; -échauffant échauffer ver 3.25 6.76 0.02 0.27 par:pre; -échauffe échauffer ver 3.25 6.76 0.59 0.88 imp:pre:2s;ind:pre:1s;ind:pre:3s; -échauffement échauffement nom m s 0.66 0.88 0.62 0.74 -échauffements échauffement nom m p 0.66 0.88 0.04 0.14 -échauffent échauffer ver 3.25 6.76 0.11 0.27 ind:pre:3p;sub:pre:3p; -échauffer échauffer ver 3.25 6.76 1.39 0.88 inf; -échauffez échauffer ver 3.25 6.76 0.26 0.14 imp:pre:2p;ind:pre:2p; -échauffons échauffer ver 3.25 6.76 0.11 0.00 imp:pre:1p;ind:pre:1p; -échauffourée échauffourée nom f s 0.32 1.35 0.08 0.95 -échauffourées échauffourée nom f p 0.32 1.35 0.24 0.41 -échauffé échauffer ver m s 3.25 6.76 0.43 1.62 par:pas; -échauffée échauffer ver f s 3.25 6.76 0.17 0.61 par:pas; -échauffées échauffer ver f p 3.25 6.76 0.01 0.20 par:pas; -échauffés échauffer ver m p 3.25 6.76 0.06 0.41 par:pas; -échauguette échauguette nom f s 0.00 0.27 0.00 0.07 -échauguettes échauguette nom f p 0.00 0.27 0.00 0.20 -échec échec nom m s 24.31 33.72 15.47 21.76 -échecs échec nom m p 24.31 33.72 8.84 11.96 -échelle échelle nom f s 14.09 31.76 13.46 28.04 -échelles échelle nom f p 14.09 31.76 0.64 3.72 -échelon échelon nom m s 1.48 6.08 0.77 2.91 -échelonnaient échelonner ver 0.13 1.49 0.00 0.14 ind:imp:3p; -échelonnait échelonner ver 0.13 1.49 0.00 0.07 ind:imp:3s; -échelonnant échelonner ver 0.13 1.49 0.00 0.20 par:pre; -échelonne échelonner ver 0.13 1.49 0.00 0.07 ind:pre:3s; -échelonnent échelonner ver 0.13 1.49 0.01 0.14 ind:pre:3p; -échelonner échelonner ver 0.13 1.49 0.04 0.20 inf; -échelonnerons échelonner ver 0.13 1.49 0.00 0.07 ind:fut:1p; -échelonné échelonner ver m s 0.13 1.49 0.07 0.07 par:pas; -échelonnée échelonner ver f s 0.13 1.49 0.00 0.07 par:pas; -échelonnées échelonner ver f p 0.13 1.49 0.01 0.14 par:pas; -échelonnés échelonner ver m p 0.13 1.49 0.01 0.34 par:pas; -échelons échelon nom m p 1.48 6.08 0.71 3.18 -écher écher ver 0.01 0.00 0.01 0.00 inf; -écheveau écheveau nom m s 0.17 3.72 0.15 2.64 -écheveaux écheveau nom m p 0.17 3.72 0.02 1.08 -échevelait écheveler ver 0.03 1.42 0.00 0.27 ind:imp:3s; -échevelant écheveler ver 0.03 1.42 0.00 0.07 par:pre; -écheveler écheveler ver 0.03 1.42 0.00 0.07 inf; -échevellement échevellement nom m s 0.00 0.07 0.00 0.07 -échevelé échevelé adj m s 0.03 3.65 0.01 0.74 -échevelée échevelé adj f s 0.03 3.65 0.01 2.09 -échevelées échevelé adj f p 0.03 3.65 0.00 0.34 -échevelés échevelé adj m p 0.03 3.65 0.01 0.47 -échevin échevin nom m s 0.48 0.34 0.48 0.27 -échevins échevin nom m p 0.48 0.34 0.00 0.07 -échina échiner ver 0.61 1.22 0.01 0.00 ind:pas:3s; -échinaient échiner ver 0.61 1.22 0.01 0.07 ind:imp:3p; -échinais échiner ver 0.61 1.22 0.01 0.07 ind:imp:1s; -échinait échiner ver 0.61 1.22 0.10 0.20 ind:imp:3s; -échinant échiner ver 0.61 1.22 0.00 0.14 par:pre; -échine échine nom f s 1.18 8.85 1.18 8.18 -échinent échiner ver 0.61 1.22 0.02 0.07 ind:pre:3p; -échiner échiner ver 0.61 1.22 0.05 0.27 inf; -échines échiner ver 0.61 1.22 0.01 0.00 ind:pre:2s; -échinodermes échinoderme nom m p 0.01 0.00 0.01 0.00 -échiné échiner ver m s 0.61 1.22 0.16 0.07 par:pas; -échinée échiner ver f s 0.61 1.22 0.02 0.00 par:pas; -échiquier échiquier nom m s 0.75 2.84 0.70 2.77 -échiquiers échiquier nom m p 0.75 2.84 0.05 0.07 -écho écho nom m s 6.65 45.95 5.83 32.50 -échocardiogramme échocardiogramme nom m s 0.07 0.00 0.07 0.00 -échocardiographie échocardiographie nom f s 0.01 0.00 0.01 0.00 -échographie échographie nom f s 1.39 0.07 1.39 0.07 -échographier échographier ver 0.01 0.00 0.01 0.00 inf; -échographiste échographiste nom s 0.01 0.00 0.01 0.00 -échoir échoir ver 0.86 2.16 0.20 0.14 inf; -échoirait échoir ver 0.86 2.16 0.00 0.07 cnd:pre:3s; -échoit échoir ver 0.86 2.16 0.23 0.47 ind:pre:3s; -écholocalisation écholocalisation nom f s 0.05 0.00 0.05 0.00 -écholocation écholocation nom f s 0.01 0.00 0.01 0.00 -échoppe échoppe nom f s 0.20 3.31 0.19 2.03 -échoppes échoppe nom f p 0.20 3.31 0.01 1.28 -échos_radar échos_radar nom m p 0.01 0.00 0.01 0.00 -échos écho nom m p 6.65 45.95 0.82 13.45 -échotier échotier nom m s 0.04 0.61 0.00 0.07 -échotiers échotier nom m p 0.04 0.61 0.03 0.47 -échotière échotier nom f s 0.04 0.61 0.01 0.07 -échoua échouer ver 30.62 20.61 0.19 0.88 ind:pas:3s; -échouage échouage nom m s 0.02 0.34 0.01 0.20 -échouages échouage nom m p 0.02 0.34 0.01 0.14 -échouai échouer ver 30.62 20.61 0.02 0.27 ind:pas:1s; -échouaient échouer ver 30.62 20.61 0.02 0.41 ind:imp:3p; -échouais échouer ver 30.62 20.61 0.07 0.54 ind:imp:1s;ind:imp:2s; -échouait échouer ver 30.62 20.61 0.31 0.68 ind:imp:3s; -échouant échouer ver 30.62 20.61 0.14 0.07 par:pre; -échoue échouer ver 30.62 20.61 4.62 1.49 imp:pre:2s;ind:pre:1s;ind:pre:3s; -échouement échouement nom m s 0.00 0.07 0.00 0.07 -échouent échouer ver 30.62 20.61 0.86 0.47 ind:pre:3p; -échouer échouer ver 30.62 20.61 5.41 3.99 inf; -échouera échouer ver 30.62 20.61 0.51 0.20 ind:fut:3s; -échouerai échouer ver 30.62 20.61 0.33 0.00 ind:fut:1s; -échoueraient échouer ver 30.62 20.61 0.10 0.00 cnd:pre:3p; -échouerais échouer ver 30.62 20.61 0.08 0.00 cnd:pre:1s;cnd:pre:2s; -échouerait échouer ver 30.62 20.61 0.13 0.20 cnd:pre:3s; -échoueras échouer ver 30.62 20.61 0.22 0.00 ind:fut:2s; -échouerez échouer ver 30.62 20.61 0.21 0.00 ind:fut:2p; -échouerons échouer ver 30.62 20.61 0.17 0.00 ind:fut:1p; -échoueront échouer ver 30.62 20.61 0.13 0.07 ind:fut:3p; -échouez échouer ver 30.62 20.61 0.48 0.00 imp:pre:2p;ind:pre:2p; -échouiez échouer ver 30.62 20.61 0.02 0.00 ind:imp:2p; -échouions échouer ver 30.62 20.61 0.02 0.07 ind:imp:1p; -échouâmes échouer ver 30.62 20.61 0.00 0.14 ind:pas:1p; -échouons échouer ver 30.62 20.61 0.38 0.27 ind:pre:1p; -échouât échouer ver 30.62 20.61 0.00 0.07 sub:imp:3s; -échouèrent échouer ver 30.62 20.61 0.02 0.34 ind:pas:3p; -échoué échouer ver m s 30.62 20.61 15.44 7.50 par:pas; -échouée échouer ver f s 30.62 20.61 0.41 1.01 par:pas; -échouées échouer ver f p 30.62 20.61 0.04 0.95 par:pas; -échoués échouer ver m p 30.62 20.61 0.29 1.01 par:pas; -échu échoir ver m s 0.86 2.16 0.29 0.54 par:pas; -échéance échéance nom f s 2.47 6.69 2.13 5.68 -échéances échéance nom f p 2.47 6.69 0.34 1.01 -échéancier échéancier nom m s 0.03 0.14 0.03 0.14 -échéant échéant adj m s 0.47 3.85 0.47 3.85 -échue échoir ver f s 0.86 2.16 0.00 0.47 par:pas; -échues échoir ver f p 0.86 2.16 0.02 0.14 par:pas; -échut échoir ver 0.86 2.16 0.11 0.20 ind:pas:3s; -éclaboussa éclabousser ver 1.98 9.80 0.00 0.34 ind:pas:3s; -éclaboussaient éclabousser ver 1.98 9.80 0.00 0.81 ind:imp:3p; -éclaboussait éclabousser ver 1.98 9.80 0.02 1.76 ind:imp:3s; -éclaboussant éclabousser ver 1.98 9.80 0.02 1.01 par:pre; -éclaboussante éclaboussant adj f s 0.01 0.54 0.00 0.14 -éclaboussantes éclaboussant adj f p 0.01 0.54 0.01 0.07 -éclaboussants éclaboussant adj m p 0.01 0.54 0.00 0.07 -éclabousse éclabousser ver 1.98 9.80 0.54 0.81 imp:pre:2s;ind:pre:1s;ind:pre:3s; -éclaboussement éclaboussement nom m s 0.04 1.01 0.01 0.61 -éclaboussements éclaboussement nom m p 0.04 1.01 0.03 0.41 -éclaboussent éclabousser ver 1.98 9.80 0.05 0.61 ind:pre:3p; -éclabousser éclabousser ver 1.98 9.80 0.48 0.74 inf; -éclaboussera éclabousser ver 1.98 9.80 0.04 0.00 ind:fut:3s; -éclabousses éclabousser ver 1.98 9.80 0.03 0.07 ind:pre:2s; -éclaboussez éclabousser ver 1.98 9.80 0.02 0.00 imp:pre:2p;ind:pre:2p; -éclaboussèrent éclabousser ver 1.98 9.80 0.00 0.14 ind:pas:3p; -éclaboussé éclabousser ver m s 1.98 9.80 0.61 1.49 par:pas; -éclaboussée éclabousser ver f s 1.98 9.80 0.12 1.01 par:pas; -éclaboussées éclabousser ver f p 1.98 9.80 0.03 0.14 par:pas; -éclaboussure éclaboussure nom f s 1.98 3.51 0.59 0.54 -éclaboussures éclaboussure nom f p 1.98 3.51 1.39 2.97 -éclaboussés éclabousser ver m p 1.98 9.80 0.02 0.88 par:pas; -éclair éclair nom m s 11.25 35.00 7.86 21.08 -éclaira éclairer ver 18.03 85.95 0.19 6.62 ind:pas:3s; -éclairage éclairage nom m s 4.34 12.77 3.71 10.74 -éclairages éclairage nom m p 4.34 12.77 0.62 2.03 -éclairagiste éclairagiste nom s 0.14 0.14 0.13 0.07 -éclairagistes éclairagiste nom p 0.14 0.14 0.01 0.07 -éclairai éclairer ver 18.03 85.95 0.00 0.14 ind:pas:1s; -éclairaient éclairer ver 18.03 85.95 0.16 4.39 ind:imp:3p; -éclairais éclairer ver 18.03 85.95 0.00 0.07 ind:imp:1s; -éclairait éclairer ver 18.03 85.95 0.70 14.59 ind:imp:3s; -éclairant éclairer ver 18.03 85.95 0.15 3.24 par:pre; -éclairante éclairant adj f s 0.55 1.08 0.25 0.20 -éclairantes éclairant adj f p 0.55 1.08 0.21 0.47 -éclairants éclairant adj m p 0.55 1.08 0.04 0.00 -éclairci éclaircir ver m s 8.53 13.18 1.14 1.76 par:pas; -éclaircie éclaircir ver f s 8.53 13.18 0.14 1.15 par:pas; -éclaircies éclaircie nom f p 0.11 3.31 0.03 1.35 -éclaircir éclaircir ver 8.53 13.18 4.75 5.34 inf; -éclaircira éclaircir ver 8.53 13.18 0.38 0.34 ind:fut:3s; -éclaircirai éclaircir ver 8.53 13.18 0.19 0.00 ind:fut:1s; -éclaircirait éclaircir ver 8.53 13.18 0.08 0.14 cnd:pre:3s; -éclairciras éclaircir ver 8.53 13.18 0.01 0.00 ind:fut:2s; -éclaircirez éclaircir ver 8.53 13.18 0.01 0.00 ind:fut:2p; -éclaircirons éclaircir ver 8.53 13.18 0.04 0.00 ind:fut:1p; -éclairciront éclaircir ver 8.53 13.18 0.03 0.07 ind:fut:3p; -éclaircis éclaircir ver m p 8.53 13.18 0.14 0.20 imp:pre:2s;ind:pre:1s;ind:pre:2s;par:pas; -éclaircissage éclaircissage nom m s 0.01 0.00 0.01 0.00 -éclaircissaient éclaircir ver 8.53 13.18 0.00 0.47 ind:imp:3p; -éclaircissait éclaircir ver 8.53 13.18 0.03 0.74 ind:imp:3s; -éclaircissant éclaircir ver 8.53 13.18 0.00 0.47 par:pre; -éclaircisse éclaircir ver 8.53 13.18 0.27 0.20 sub:pre:1s;sub:pre:3s; -éclaircissement éclaircissement nom m s 0.94 1.96 0.19 1.15 -éclaircissements éclaircissement nom m p 0.94 1.96 0.75 0.81 -éclaircissent éclaircir ver 8.53 13.18 0.12 0.07 ind:pre:3p; -éclaircissez éclaircir ver 8.53 13.18 0.07 0.00 imp:pre:2p;ind:pre:2p; -éclaircissons éclaircir ver 8.53 13.18 0.02 0.00 imp:pre:1p; -éclaircit éclaircir ver 8.53 13.18 1.10 1.76 ind:pre:3s;ind:pas:3s; -éclaire éclairer ver 18.03 85.95 6.53 12.23 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -éclairement éclairement nom m s 0.14 0.20 0.14 0.20 -éclairent éclairer ver 18.03 85.95 0.23 2.36 ind:pre:3p; -éclairer éclairer ver 18.03 85.95 5.91 12.97 inf;;inf;;inf;; -éclairera éclairer ver 18.03 85.95 0.51 0.34 ind:fut:3s; -éclaireraient éclairer ver 18.03 85.95 0.01 0.07 cnd:pre:3p; -éclairerait éclairer ver 18.03 85.95 0.16 0.20 cnd:pre:3s; -éclaireront éclairer ver 18.03 85.95 0.16 0.20 ind:fut:3p; -éclaires éclairer ver 18.03 85.95 0.21 0.00 ind:pre:2s;sub:pre:2s; -éclaireur éclaireur nom m s 3.59 2.50 1.96 1.42 -éclaireurs éclaireur nom m p 3.59 2.50 1.54 1.01 -éclaireuse éclaireur nom f s 3.59 2.50 0.07 0.00 -éclaireuses éclaireuse nom f p 0.08 0.00 0.08 0.00 -éclairez éclairer ver 18.03 85.95 0.63 0.20 imp:pre:2p;ind:pre:2p; -éclairiez éclairer ver 18.03 85.95 0.01 0.14 ind:imp:2p; -éclairons éclairer ver 18.03 85.95 0.01 0.14 ind:pre:1p; -éclairât éclairer ver 18.03 85.95 0.00 0.14 sub:imp:3s; -éclairs éclair nom m p 11.25 35.00 3.39 13.92 -éclairèrent éclairer ver 18.03 85.95 0.01 0.54 ind:pas:3p; -éclairé éclairé adj m s 3.34 17.64 1.62 6.08 -éclairée éclairé adj f s 3.34 17.64 1.17 6.49 -éclairées éclairé adj f p 3.34 17.64 0.28 3.18 -éclairés éclairer ver m p 18.03 85.95 0.27 3.38 par:pas; -éclampsie éclampsie nom f s 0.10 0.00 0.10 0.00 -éclamptique éclamptique adj s 0.03 0.00 0.03 0.00 -éclat éclat nom m s 14.28 82.77 9.73 50.95 -éclata éclater ver 41.33 100.47 0.55 20.07 ind:pas:3s; -éclatage éclatage nom m s 0.00 0.07 0.00 0.07 -éclatai éclater ver 41.33 100.47 0.00 1.49 ind:pas:1s; -éclataient éclater ver 41.33 100.47 0.14 5.47 ind:imp:3p; -éclatais éclater ver 41.33 100.47 0.12 0.20 ind:imp:1s;ind:imp:2s; -éclatait éclater ver 41.33 100.47 0.39 8.24 ind:imp:3s; -éclatant éclatant adj m s 3.62 20.14 1.42 6.35 -éclatante éclatant adj f s 3.62 20.14 1.88 7.64 -éclatantes éclatant adj f p 3.62 20.14 0.12 3.72 -éclatants éclatant adj m p 3.62 20.14 0.20 2.43 -éclate éclater ver 41.33 100.47 11.69 16.22 imp:pre:2s;ind:pre:1s;ind:pre:3s; -éclatement éclatement nom m s 0.41 7.03 0.40 4.19 -éclatements éclatement nom m p 0.41 7.03 0.01 2.84 -éclatent éclater ver 41.33 100.47 1.38 6.55 ind:pre:3p; -éclater éclater ver 41.33 100.47 15.52 19.59 imp:pre:2p;inf; -éclatera éclater ver 41.33 100.47 0.76 0.34 ind:fut:3s; -éclaterai éclater ver 41.33 100.47 0.18 0.07 ind:fut:1s; -éclateraient éclater ver 41.33 100.47 0.00 0.27 cnd:pre:3p; -éclaterais éclater ver 41.33 100.47 0.27 0.00 cnd:pre:1s;cnd:pre:2s; -éclaterait éclater ver 41.33 100.47 0.18 0.54 cnd:pre:3s; -éclateras éclater ver 41.33 100.47 0.03 0.07 ind:fut:2s; -éclateriez éclater ver 41.33 100.47 0.01 0.00 cnd:pre:2p; -éclateront éclater ver 41.33 100.47 0.07 0.14 ind:fut:3p; -éclates éclater ver 41.33 100.47 0.68 0.07 ind:pre:2s; -éclateurs éclateur nom m p 0.00 0.07 0.00 0.07 -éclatez éclater ver 41.33 100.47 0.90 0.00 imp:pre:2p;ind:pre:2p; -éclatiez éclater ver 41.33 100.47 0.05 0.00 ind:imp:2p; -éclatons éclater ver 41.33 100.47 0.05 0.20 imp:pre:1p;ind:pre:1p; -éclatât éclater ver 41.33 100.47 0.00 0.54 sub:imp:3s; -éclats éclat nom m p 14.28 82.77 4.55 31.82 -éclatèrent éclater ver 41.33 100.47 0.02 3.58 ind:pas:3p; -éclaté éclater ver m s 41.33 100.47 7.19 9.26 par:pas; -éclatée éclater ver f s 41.33 100.47 0.56 0.68 par:pas; -éclatées éclaté adj f p 1.13 3.99 0.02 1.08 -éclatés éclater ver m p 41.33 100.47 0.49 0.34 par:pas; -éclectique éclectique adj s 0.41 0.74 0.36 0.34 -éclectiques éclectique adj p 0.41 0.74 0.04 0.41 -éclectisme éclectisme nom m s 0.05 0.20 0.05 0.20 -éclipsa éclipser ver 2.92 10.07 0.02 1.08 ind:pas:3s; -éclipsai éclipser ver 2.92 10.07 0.00 0.07 ind:pas:1s; -éclipsaient éclipser ver 2.92 10.07 0.01 0.20 ind:imp:3p; -éclipsait éclipser ver 2.92 10.07 0.04 0.74 ind:imp:3s; -éclipsant éclipser ver 2.92 10.07 0.05 0.20 par:pre; -éclipse éclipse nom f s 1.70 2.64 1.60 1.89 -éclipsent éclipser ver 2.92 10.07 0.04 0.14 ind:pre:3p; -éclipser éclipser ver 2.92 10.07 1.50 2.23 inf; -éclipsera éclipser ver 2.92 10.07 0.10 0.07 ind:fut:3s; -éclipserais éclipser ver 2.92 10.07 0.01 0.07 cnd:pre:1s; -éclipserait éclipser ver 2.92 10.07 0.00 0.07 cnd:pre:3s; -éclipses éclipse nom f p 1.70 2.64 0.10 0.74 -éclipsez éclipser ver 2.92 10.07 0.07 0.00 imp:pre:2p;ind:pre:2p; -éclipsions éclipser ver 2.92 10.07 0.01 0.00 ind:imp:1p; -éclipsèrent éclipser ver 2.92 10.07 0.00 0.27 ind:pas:3p; -éclipsé éclipser ver m s 2.92 10.07 0.32 1.28 par:pas; -éclipsée éclipser ver f s 2.92 10.07 0.09 1.01 par:pas; -éclipsées éclipser ver f p 2.92 10.07 0.02 0.07 par:pas; -éclipsés éclipser ver m p 2.92 10.07 0.05 1.01 par:pas; -écliptique écliptique nom m s 0.01 0.14 0.01 0.14 -éclisse éclisse nom f s 0.02 0.47 0.02 0.07 -éclisses éclisse nom f p 0.02 0.47 0.00 0.41 -éclopait écloper ver 0.04 0.27 0.00 0.07 ind:imp:3s; -écloper écloper ver 0.04 0.27 0.03 0.00 inf; -éclopé éclopé nom m s 0.46 1.42 0.17 0.20 -éclopée éclopé adj f s 0.19 0.34 0.14 0.07 -éclopés éclopé nom m p 0.46 1.42 0.26 1.22 -éclore éclore ver 0.83 2.84 0.82 2.84 inf; -éclos éclos adj m 1.03 2.09 0.63 0.74 -éclose éclos adj f s 1.03 2.09 0.28 0.41 -écloses éclos adj f p 1.03 2.09 0.12 0.95 -éclosion éclosion nom f s 0.13 2.16 0.10 1.89 -éclosions éclosion nom f p 0.13 2.16 0.03 0.27 -éclusa écluser ver 0.09 3.11 0.00 0.07 ind:pas:3s; -éclusaient écluser ver 0.09 3.11 0.00 0.20 ind:imp:3p; -éclusais écluser ver 0.09 3.11 0.00 0.14 ind:imp:1s; -éclusait écluser ver 0.09 3.11 0.00 0.27 ind:imp:3s; -éclusant écluser ver 0.09 3.11 0.00 0.20 par:pre; -écluse écluse nom f s 0.60 3.31 0.39 1.69 -éclusent écluser ver 0.09 3.11 0.00 0.14 ind:pre:3p; -écluser écluser ver 0.09 3.11 0.07 0.88 inf; -écluses écluse nom f p 0.60 3.31 0.21 1.62 -éclusier éclusier nom m s 0.01 0.20 0.00 0.14 -éclusiers éclusier nom m p 0.01 0.20 0.01 0.07 -éclusé écluser ver m s 0.09 3.11 0.00 0.54 par:pas; -éclusée écluser ver f s 0.09 3.11 0.00 0.07 par:pas; -éclusées écluser ver f p 0.09 3.11 0.00 0.07 par:pas; -écoeura écoeurer ver 1.56 9.66 0.00 0.14 ind:pas:3s; -écoeuraient écoeurer ver 1.56 9.66 0.00 0.41 ind:imp:3p; -écoeurais écoeurer ver 1.56 9.66 0.00 0.14 ind:imp:1s; -écoeurait écoeurer ver 1.56 9.66 0.01 1.28 ind:imp:3s; -écoeurant écoeurant adj m s 2.02 7.23 1.64 2.30 -écoeurante écoeurant adj f s 2.02 7.23 0.16 3.99 -écoeurantes écoeurant adj f p 2.02 7.23 0.05 0.47 -écoeurants écoeurant adj m p 2.02 7.23 0.18 0.47 -écoeure écoeurer ver 1.56 9.66 0.66 1.22 imp:pre:2s;ind:pre:1s;ind:pre:3s; -écoeurement écoeurement nom m s 0.14 3.18 0.14 3.11 -écoeurements écoeurement nom m p 0.14 3.18 0.00 0.07 -écoeurent écoeurer ver 1.56 9.66 0.04 0.20 ind:pre:3p; -écoeurer écoeurer ver 1.56 9.66 0.17 0.81 inf; -écoeurerais écoeurer ver 1.56 9.66 0.00 0.07 cnd:pre:1s; -écoeurez écoeurer ver 1.56 9.66 0.24 0.00 imp:pre:2p;ind:pre:2p; -écoeurèrent écoeurer ver 1.56 9.66 0.00 0.14 ind:pas:3p; -écoeuré écoeuré adj m s 0.33 3.72 0.30 2.64 -écoeurée écoeurer ver f s 1.56 9.66 0.13 1.22 par:pas; -écoeurées écoeurer ver f p 1.56 9.66 0.00 0.07 par:pas; -écoeurés écoeuré adj m p 0.33 3.72 0.01 0.27 -écoinçon écoinçon nom m s 0.00 0.07 0.00 0.07 -école école nom f s 206.88 143.99 197.04 128.51 -écoles école nom f p 206.88 143.99 9.84 15.47 -écolier écolier nom m s 3.00 21.22 0.79 10.54 -écoliers écolier nom m p 3.00 21.22 1.11 5.81 -écolière écolier nom f s 3.00 21.22 1.11 3.85 -écolières écolière nom f p 0.32 0.00 0.32 0.00 -écolo écolo nom s 0.80 0.74 0.40 0.47 -écologie écologie nom f s 0.41 0.20 0.41 0.20 -écologique écologique adj s 1.79 0.88 1.59 0.74 -écologiquement écologiquement adv 0.01 0.00 0.01 0.00 -écologiques écologique adj p 1.79 0.88 0.20 0.14 -écologiste écologiste adj s 0.61 0.20 0.49 0.07 -écologistes écologiste nom p 0.50 0.20 0.25 0.20 -écolos écolo nom p 0.80 0.74 0.40 0.27 -éconduira éconduire ver 0.66 1.82 0.01 0.00 ind:fut:3s; -éconduire éconduire ver 0.66 1.82 0.03 0.61 inf; -éconduis éconduire ver 0.66 1.82 0.01 0.00 imp:pre:2s; -éconduisirent éconduire ver 0.66 1.82 0.00 0.07 ind:pas:3p; -éconduisit éconduire ver 0.66 1.82 0.00 0.07 ind:pas:3s; -éconduit éconduire ver m s 0.66 1.82 0.54 0.88 ind:pre:3s;par:pas; -éconduite éconduire ver f s 0.66 1.82 0.03 0.14 par:pas; -éconduits éconduire ver m p 0.66 1.82 0.04 0.07 par:pas; -éconocroques éconocroques nom f p 0.00 0.74 0.00 0.74 -économat économat nom m s 0.03 0.54 0.03 0.54 -économe économe nom s 0.51 0.74 0.47 0.61 -économes économe adj p 0.52 2.30 0.21 0.54 -économie économie nom f s 16.97 23.78 9.20 15.74 -économies économie nom f p 16.97 23.78 7.77 8.04 -économique économique adj s 8.27 20.81 6.09 14.53 -économiquement économiquement adv 0.72 0.95 0.72 0.95 -économiques économique adj p 8.27 20.81 2.19 6.28 -économisaient économiser ver 12.50 6.62 0.02 0.14 ind:imp:3p; -économisais économiser ver 12.50 6.62 0.13 0.07 ind:imp:1s;ind:imp:2s; -économisait économiser ver 12.50 6.62 0.07 0.34 ind:imp:3s; -économisant économiser ver 12.50 6.62 0.10 0.41 par:pre; -économise économiser ver 12.50 6.62 3.15 0.47 imp:pre:2s;ind:pre:1s;ind:pre:3s; -économisent économiser ver 12.50 6.62 0.18 0.07 ind:pre:3p; -économiser économiser ver 12.50 6.62 5.73 3.58 inf; -économisera économiser ver 12.50 6.62 0.36 0.14 ind:fut:3s; -économiserai économiser ver 12.50 6.62 0.12 0.00 ind:fut:1s; -économiserais économiser ver 12.50 6.62 0.14 0.07 cnd:pre:1s;cnd:pre:2s; -économiserait économiser ver 12.50 6.62 0.31 0.14 cnd:pre:3s; -économiserez économiser ver 12.50 6.62 0.07 0.07 ind:fut:2p; -économiserons économiser ver 12.50 6.62 0.02 0.00 ind:fut:1p; -économiseront économiser ver 12.50 6.62 0.01 0.00 ind:fut:3p; -économiseur économiseur nom m s 0.06 0.07 0.06 0.00 -économiseurs économiseur nom m p 0.06 0.07 0.00 0.07 -économisez économiser ver 12.50 6.62 0.37 0.14 imp:pre:2p;ind:pre:2p; -économisme économisme nom m s 0.00 0.07 0.00 0.07 -économisons économiser ver 12.50 6.62 0.06 0.00 imp:pre:1p;ind:pre:1p; -économiste économiste nom s 0.55 0.47 0.41 0.34 -économistes économiste nom p 0.55 0.47 0.14 0.14 -économisé économiser ver m s 12.50 6.62 1.62 0.41 par:pas; -économisée économiser ver f s 12.50 6.62 0.01 0.14 par:pas; -économisées économiser ver f p 12.50 6.62 0.00 0.20 par:pas; -économisés économiser ver m p 12.50 6.62 0.04 0.27 par:pas; -écopa écoper ver 2.47 2.57 0.02 0.20 ind:pas:3s; -écopai écoper ver 2.47 2.57 0.00 0.07 ind:pas:1s; -écopais écoper ver 2.47 2.57 0.01 0.07 ind:imp:1s; -écopait écoper ver 2.47 2.57 0.01 0.27 ind:imp:3s; -écope écoper ver 2.47 2.57 0.34 0.14 ind:pre:1s;ind:pre:3s; -écopent écoper ver 2.47 2.57 0.03 0.00 ind:pre:3p; -écoper écoper ver 2.47 2.57 0.72 0.61 inf; -écopera écoper ver 2.47 2.57 0.23 0.00 ind:fut:3s; -écoperai écoper ver 2.47 2.57 0.03 0.07 ind:fut:1s; -écoperait écoper ver 2.47 2.57 0.00 0.07 cnd:pre:3s; -écoperas écoper ver 2.47 2.57 0.14 0.00 ind:fut:2s; -écoperches écoperche nom f p 0.00 0.07 0.00 0.07 -écoperez écoper ver 2.47 2.57 0.04 0.00 ind:fut:2p; -écoperont écoper ver 2.47 2.57 0.01 0.07 ind:fut:3p; -écopes écoper ver 2.47 2.57 0.04 0.00 ind:pre:2s; -écopez écoper ver 2.47 2.57 0.04 0.07 imp:pre:2p;ind:pre:2p; -écopiez écoper ver 2.47 2.57 0.01 0.07 ind:imp:2p; -écopons écoper ver 2.47 2.57 0.00 0.07 ind:pre:1p; -écopé écoper ver m s 2.47 2.57 0.79 0.74 par:pas; -écopée écoper ver f s 2.47 2.57 0.00 0.07 par:pas; -écorce écorce nom f s 1.90 11.76 1.83 9.39 -écorcer écorcer ver 0.17 0.20 0.01 0.07 inf; -écorces écorce nom f p 1.90 11.76 0.07 2.36 -écorcha écorcher ver 4.02 7.03 0.00 0.41 ind:pas:3s; -écorchage écorchage nom m s 0.01 0.00 0.01 0.00 -écorchaient écorcher ver 4.02 7.03 0.02 0.47 ind:imp:3p; -écorchais écorcher ver 4.02 7.03 0.01 0.14 ind:imp:1s; -écorchait écorcher ver 4.02 7.03 0.11 0.95 ind:imp:3s; -écorchant écorcher ver 4.02 7.03 0.11 0.54 par:pre; -écorche écorcher ver 4.02 7.03 0.53 1.01 imp:pre:2s;ind:pre:1s;ind:pre:3s; -écorchement écorchement nom m s 0.04 0.07 0.04 0.07 -écorchent écorcher ver 4.02 7.03 0.16 0.34 ind:pre:3p; -écorcher écorcher ver 4.02 7.03 1.20 1.28 inf; -écorchera écorcher ver 4.02 7.03 0.16 0.00 ind:fut:3s; -écorcherai écorcher ver 4.02 7.03 0.17 0.00 ind:fut:1s; -écorcherais écorcher ver 4.02 7.03 0.11 0.00 cnd:pre:1s; -écorcherait écorcher ver 4.02 7.03 0.07 0.14 cnd:pre:3s; -écorcherie écorcherie nom f s 0.10 0.07 0.10 0.07 -écorcheront écorcher ver 4.02 7.03 0.01 0.00 ind:fut:3p; -écorcheur écorcheur nom m s 0.06 0.27 0.03 0.07 -écorcheurs écorcheur nom m p 0.06 0.27 0.03 0.20 -écorchez écorcher ver 4.02 7.03 0.02 0.14 imp:pre:2p;ind:pre:2p; -écorchiez écorcher ver 4.02 7.03 0.00 0.07 ind:imp:2p; -écorchions écorcher ver 4.02 7.03 0.00 0.07 ind:imp:1p; -écorché écorcher ver m s 4.02 7.03 1.07 0.74 par:pas; -écorchée écorcher ver f s 4.02 7.03 0.25 0.27 par:pas; -écorchées écorché adj f p 0.61 3.58 0.11 0.27 -écorchure écorchure nom f s 1.02 1.55 0.61 0.81 -écorchures écorchure nom f p 1.02 1.55 0.41 0.74 -écorchés écorché adj m p 0.61 3.58 0.11 1.35 -écorcé écorcé adj m s 0.00 0.54 0.00 0.20 -écorcés écorcé adj m p 0.00 0.54 0.00 0.34 -écornait écorner ver 0.03 0.81 0.00 0.07 ind:imp:3s; -écornent écorner ver 0.03 0.81 0.00 0.07 ind:pre:3p; -écorner écorner ver 0.03 0.81 0.00 0.20 inf; -écornifler écornifler ver 0.00 0.07 0.00 0.07 inf; -écorné écorné adj m s 0.19 0.74 0.03 0.34 -écornée écorné adj f s 0.19 0.74 0.14 0.07 -écornées écorné adj f p 0.19 0.74 0.01 0.20 -écornés écorné adj m p 0.19 0.74 0.02 0.14 -écosphère écosphère nom f s 0.01 0.00 0.01 0.00 -écossa écosser ver 0.70 5.95 0.00 0.07 ind:pas:3s; -écossaient écosser ver 0.70 5.95 0.00 0.20 ind:imp:3p; -écossais écossais adj m 2.57 6.55 1.53 2.57 -écossaise écossais adj f s 2.57 6.55 0.89 3.18 -écossaises écossais adj f p 2.57 6.55 0.16 0.81 -écossait écosser ver 0.70 5.95 0.00 0.20 ind:imp:3s; -écossant écosser ver 0.70 5.95 0.00 0.07 par:pre; -écosse écosser ver 0.70 5.95 0.67 4.19 imp:pre:2s;ind:pre:3s; -écossent écosser ver 0.70 5.95 0.03 0.07 ind:pre:3p; -écosser écosser ver 0.70 5.95 0.00 0.95 inf; -écossé écosser ver m s 0.70 5.95 0.00 0.07 par:pas; -écossés écosser ver m p 0.70 5.95 0.00 0.07 par:pas; -écosystème écosystème nom m s 0.63 0.00 0.59 0.00 -écosystèmes écosystème nom m p 0.63 0.00 0.04 0.00 -écot écot nom m s 0.48 0.95 0.48 0.95 -écotone écotone nom m s 0.01 0.00 0.01 0.00 -écoula écouler ver 9.01 26.62 0.23 2.16 ind:pas:3s; -écoulaient écouler ver 9.01 26.62 0.08 1.35 ind:imp:3p; -écoulait écouler ver 9.01 26.62 0.30 3.18 ind:imp:3s; -écoulant écouler ver 9.01 26.62 0.15 0.47 par:pre; -écoule écouler ver 9.01 26.62 1.92 3.65 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -écoulement écoulement nom m s 0.79 4.46 0.77 4.12 -écoulements écoulement nom m p 0.79 4.46 0.02 0.34 -écoulent écouler ver 9.01 26.62 0.52 1.42 ind:pre:3p; -écouler écouler ver 9.01 26.62 1.09 4.93 inf; -écoulera écouler ver 9.01 26.62 0.22 0.07 ind:fut:3s; -écouleraient écouler ver 9.01 26.62 0.03 0.20 cnd:pre:3p; -écoulerait écouler ver 9.01 26.62 0.01 0.47 cnd:pre:3s; -écouleront écouler ver 9.01 26.62 0.01 0.00 ind:fut:3p; -écoulât écouler ver 9.01 26.62 0.00 0.14 sub:imp:3s; -écoulèrent écouler ver 9.01 26.62 0.04 1.89 ind:pas:3p; -écoulé écouler ver m s 9.01 26.62 3.06 2.16 par:pas; -écoulée écoulé adj f s 1.10 2.97 0.27 1.08 -écoulées écouler ver f p 9.01 26.62 0.69 1.62 par:pas; -écoulés écouler ver m p 9.01 26.62 0.44 1.82 par:pas; -écourta écourter ver 1.54 2.09 0.00 0.20 ind:pas:3s; -écourtaient écourter ver 1.54 2.09 0.00 0.07 ind:imp:3p; -écourtais écourter ver 1.54 2.09 0.01 0.14 ind:imp:1s; -écourtant écourter ver 1.54 2.09 0.00 0.07 par:pre; -écourte écourter ver 1.54 2.09 0.06 0.20 ind:pre:1s;ind:pre:3s; -écourter écourter ver 1.54 2.09 0.91 0.81 inf; -écourtera écourter ver 1.54 2.09 0.03 0.00 ind:fut:3s; -écourteraient écourter ver 1.54 2.09 0.00 0.07 cnd:pre:3p; -écourté écourter ver m s 1.54 2.09 0.38 0.27 par:pas; -écourtée écourter ver f s 1.54 2.09 0.05 0.14 par:pas; -écourtées écourté adj f p 0.04 0.34 0.01 0.07 -écourtés écourter ver m p 1.54 2.09 0.11 0.07 par:pas; -écouta écouter ver 470.93 314.05 0.06 14.53 ind:pas:3s; -écoutai écouter ver 470.93 314.05 0.17 2.36 ind:pas:1s; -écoutaient écouter ver 470.93 314.05 1.21 7.30 ind:imp:3p; -écoutais écouter ver 470.93 314.05 5.74 16.62 ind:imp:1s;ind:imp:2s; -écoutait écouter ver 470.93 314.05 4.65 45.61 ind:imp:3s; -écoutant écouter ver 470.93 314.05 3.00 22.16 par:pre; -écoute écouter ver 470.93 314.05 214.67 83.58 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:1s;sub:pre:3s; -écoutent écouter ver 470.93 314.05 6.05 5.00 ind:pre:3p; -écouter écouter ver 470.93 314.05 73.13 56.15 ind:pre:2p;inf; -écoutera écouter ver 470.93 314.05 4.14 0.81 ind:fut:3s; -écouterai écouter ver 470.93 314.05 1.89 0.54 ind:fut:1s; -écouteraient écouter ver 470.93 314.05 0.14 0.14 cnd:pre:3p; -écouterais écouter ver 470.93 314.05 0.55 0.41 cnd:pre:1s;cnd:pre:2s; -écouterait écouter ver 470.93 314.05 0.96 0.47 cnd:pre:3s; -écouteras écouter ver 470.93 314.05 1.06 0.27 ind:fut:2s; -écouterez écouter ver 470.93 314.05 0.24 0.07 ind:fut:2p; -écouteriez écouter ver 470.93 314.05 0.15 0.00 cnd:pre:2p; -écouterons écouter ver 470.93 314.05 0.69 0.20 ind:fut:1p; -écouteront écouter ver 470.93 314.05 1.36 0.34 ind:fut:3p; -écoutes écouter ver 470.93 314.05 26.59 4.19 ind:pre:2s;sub:pre:2s; -écouteur écouteur nom m s 1.34 4.19 0.37 3.65 -écouteurs écouteur nom m p 1.34 4.19 0.97 0.47 -écouteuse écouteur nom f s 1.34 4.19 0.00 0.07 -écoutez écouter ver 470.93 314.05 92.46 24.80 imp:pre:2p;ind:pre:2p; -écoutiez écouter ver 470.93 314.05 2.20 0.20 ind:imp:2p;sub:pre:2p; -écoutille écoutille nom f s 2.22 0.88 1.79 0.47 -écoutilles écoutille nom f p 2.22 0.88 0.43 0.41 -écoutions écouter ver 470.93 314.05 0.18 2.84 ind:imp:1p; -écoutâmes écouter ver 470.93 314.05 0.00 0.14 ind:pas:1p; -écoutons écouter ver 470.93 314.05 3.95 2.30 imp:pre:1p;ind:pre:1p; -écoutât écouter ver 470.93 314.05 0.00 0.54 sub:imp:3s; -écoutèrent écouter ver 470.93 314.05 0.03 1.76 ind:pas:3p; -écouté écouter ver m s 470.93 314.05 21.06 16.01 par:pas; -écoutée écouter ver f s 470.93 314.05 3.45 3.11 par:pas; -écoutées écouter ver f p 470.93 314.05 0.27 0.68 par:pas; -écoutés écouter ver m p 470.93 314.05 0.88 0.95 par:pas; -écouvillon écouvillon nom m s 0.26 0.20 0.01 0.20 -écouvillonne écouvillonner ver 0.00 0.07 0.00 0.07 ind:pre:3s; -écouvillons écouvillon nom m p 0.26 0.20 0.25 0.00 -écrabouilla écrabouiller ver 2.22 2.91 0.00 0.07 ind:pas:3s; -écrabouillage écrabouillage nom m s 0.01 0.14 0.01 0.14 -écrabouillait écrabouiller ver 2.22 2.91 0.00 0.07 ind:imp:3s; -écrabouillant écrabouiller ver 2.22 2.91 0.00 0.14 par:pre; -écrabouille écrabouiller ver 2.22 2.91 0.30 0.27 imp:pre:2s;ind:pre:1s;ind:pre:3s; -écrabouillement écrabouillement nom m s 0.00 0.27 0.00 0.20 -écrabouillements écrabouillement nom m p 0.00 0.27 0.00 0.07 -écrabouiller écrabouiller ver 2.22 2.91 0.86 0.74 inf; -écrabouillera écrabouiller ver 2.22 2.91 0.03 0.00 ind:fut:3s; -écrabouillons écrabouiller ver 2.22 2.91 0.00 0.07 ind:pre:1p; -écrabouillèrent écrabouiller ver 2.22 2.91 0.00 0.07 ind:pas:3p; -écrabouillé écrabouiller ver m s 2.22 2.91 0.72 0.68 par:pas; -écrabouillée écrabouiller ver f s 2.22 2.91 0.24 0.41 par:pas; -écrabouillées écrabouiller ver f p 2.22 2.91 0.01 0.07 par:pas; -écrabouillés écrabouiller ver m p 2.22 2.91 0.07 0.34 par:pas; -écran écran nom m s 23.68 23.31 19.78 21.15 -écrans écran nom m p 23.68 23.31 3.91 2.16 -écrasa écraser ver 54.42 90.81 0.07 5.74 ind:pas:3s; -écrasage écrasage nom m s 0.00 0.07 0.00 0.07 -écrasai écraser ver 54.42 90.81 0.00 0.68 ind:pas:1s; -écrasaient écraser ver 54.42 90.81 0.06 3.65 ind:imp:3p; -écrasais écraser ver 54.42 90.81 0.23 1.01 ind:imp:1s;ind:imp:2s; -écrasait écraser ver 54.42 90.81 0.46 8.51 ind:imp:3s; -écrasant écraser ver 54.42 90.81 0.47 5.34 par:pre; -écrasante écrasant adj f s 0.96 7.03 0.52 3.24 -écrasantes écrasant adj f p 0.96 7.03 0.04 0.47 -écrasants écrasant adj m p 0.96 7.03 0.00 0.34 -écrase_merde écrase_merde nom m s 0.00 0.41 0.00 0.20 -écrase_merde écrase_merde nom m p 0.00 0.41 0.00 0.20 -écrase écraser ver 54.42 90.81 11.11 13.58 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -écrasement écrasement nom m s 0.19 3.72 0.14 3.51 -écrasements écrasement nom m p 0.19 3.72 0.04 0.20 -écrasent écraser ver 54.42 90.81 0.78 2.16 ind:pre:3p; -écraser écraser ver 54.42 90.81 16.75 20.47 inf; -écrasera écraser ver 54.42 90.81 0.73 0.74 ind:fut:3s; -écraserai écraser ver 54.42 90.81 1.17 0.20 ind:fut:1s; -écraseraient écraser ver 54.42 90.81 0.16 0.34 cnd:pre:3p; -écraserais écraser ver 54.42 90.81 0.39 0.20 cnd:pre:1s;cnd:pre:2s; -écraserait écraser ver 54.42 90.81 0.53 0.47 cnd:pre:3s; -écraseras écraser ver 54.42 90.81 0.02 0.14 ind:fut:2s; -écraserez écraser ver 54.42 90.81 0.05 0.00 ind:fut:2p; -écraserons écraser ver 54.42 90.81 0.47 0.00 ind:fut:1p; -écraseront écraser ver 54.42 90.81 0.33 0.14 ind:fut:3p; -écrases écraser ver 54.42 90.81 1.79 0.20 ind:pre:2s; -écraseur écraseur nom m s 0.19 0.07 0.19 0.07 -écrasez écraser ver 54.42 90.81 2.15 0.20 imp:pre:2p;ind:pre:2p; -écrasiez écraser ver 54.42 90.81 0.03 0.07 ind:imp:2p; -écrasions écraser ver 54.42 90.81 0.00 0.34 ind:imp:1p; -écrasons écraser ver 54.42 90.81 0.26 0.07 imp:pre:1p;ind:pre:1p; -écrasât écraser ver 54.42 90.81 0.00 0.14 sub:imp:3s; -écrasèrent écraser ver 54.42 90.81 0.02 0.61 ind:pas:3p; -écrasé écraser ver m s 54.42 90.81 10.97 13.24 par:pas; -écrasée écraser ver f s 54.42 90.81 2.48 6.22 par:pas; -écrasées écraser ver f p 54.42 90.81 0.31 1.96 par:pas; -écrasure écrasure nom f s 0.00 0.07 0.00 0.07 -écrasés écraser ver m p 54.42 90.81 2.66 4.39 par:pas; -écrevisse écrevisse nom f s 1.06 5.47 0.54 1.62 -écrevisses écrevisse nom f p 1.06 5.47 0.52 3.85 -écria écrier ver 1.75 47.43 0.35 25.68 ind:pas:3s; -écriai écrier ver 1.75 47.43 0.00 2.70 ind:pas:1s; -écriaient écrier ver 1.75 47.43 0.01 0.07 ind:imp:3p; -écriais écrier ver 1.75 47.43 0.01 0.14 ind:imp:1s; -écriait écrier ver 1.75 47.43 0.02 2.97 ind:imp:3s; -écriant écrier ver 1.75 47.43 0.00 0.95 par:pre; -écrie écrier ver 1.75 47.43 0.47 8.24 ind:pre:1s;ind:pre:3s; -écrient écrier ver 1.75 47.43 0.06 0.61 ind:pre:3p; -écrier écrier ver 1.75 47.43 0.30 1.76 inf; -écriera écrier ver 1.75 47.43 0.00 0.14 ind:fut:3s; -écrierait écrier ver 1.75 47.43 0.01 0.07 cnd:pre:3s; -écries écrier ver 1.75 47.43 0.00 0.07 ind:pre:2s; -écrin écrin nom m s 0.37 3.78 0.36 3.38 -écrins écrin nom m p 0.37 3.78 0.01 0.41 -écrions écrier ver 1.75 47.43 0.00 0.07 ind:pre:1p; -écriât écrier ver 1.75 47.43 0.00 0.20 sub:imp:3s; -écrira écrire ver 305.92 341.82 1.77 1.69 ind:fut:3s; -écrirai écrire ver 305.92 341.82 6.40 4.05 ind:fut:1s; -écriraient écrire ver 305.92 341.82 0.11 0.34 cnd:pre:3p; -écrirais écrire ver 305.92 341.82 0.83 1.82 cnd:pre:1s;cnd:pre:2s; -écrirait écrire ver 305.92 341.82 0.83 2.43 cnd:pre:3s; -écriras écrire ver 305.92 341.82 1.67 1.01 ind:fut:2s; -écrire écrire ver 305.92 341.82 84.14 116.15 inf; -écrirez écrire ver 305.92 341.82 0.42 0.41 ind:fut:2p; -écririez écrire ver 305.92 341.82 0.04 0.00 cnd:pre:2p; -écrirons écrire ver 305.92 341.82 0.21 0.00 ind:fut:1p; -écriront écrire ver 305.92 341.82 0.09 0.20 ind:fut:3p; -écris écrire ver 305.92 341.82 38.24 24.80 imp:pre:2s;ind:pre:1s;ind:pre:2s; -écrit écrire ver m s 305.92 341.82 128.35 95.07 ind:pre:3s;par:pas; -écrite écrire ver f s 305.92 341.82 7.51 6.35 par:pas; -écriteau écriteau nom m s 2.25 3.65 2.20 3.04 -écriteaux écriteau nom m p 2.25 3.65 0.06 0.61 -écrites écrire ver f p 305.92 341.82 2.00 4.53 par:pas; -écrièrent écrier ver 1.75 47.43 0.12 0.41 ind:pas:3p; -écritoire écritoire nom f s 0.41 2.09 0.40 1.82 -écritoires écritoire nom f p 0.41 2.09 0.01 0.27 -écrits écrire ver m p 305.92 341.82 2.96 5.07 par:pas; -écriture écriture nom f s 13.65 36.35 11.99 32.03 -écritures écriture nom f p 13.65 36.35 1.66 4.32 -écrié écrier ver m s 1.75 47.43 0.36 2.50 par:pas; -écriée écrier ver f s 1.75 47.43 0.03 0.74 par:pas; -écriés écrier ver m p 1.75 47.43 0.00 0.14 par:pas; -écrivîmes écrire ver 305.92 341.82 0.00 0.07 ind:pas:1p; -écrivît écrire ver 305.92 341.82 0.00 0.34 sub:imp:3s; -écrivaient écrire ver 305.92 341.82 0.26 2.36 ind:imp:3p; -écrivailler écrivailler ver 0.00 0.14 0.00 0.07 inf; -écrivailleur écrivailleur nom m s 0.01 0.00 0.01 0.00 -écrivaillon écrivaillon nom m s 0.03 0.27 0.03 0.14 -écrivaillons écrivaillon nom m p 0.03 0.27 0.00 0.14 -écrivaillé écrivailler ver m s 0.00 0.14 0.00 0.07 par:pas; -écrivain écrivain nom m s 24.57 48.99 20.70 32.43 -écrivaine écrivain nom f s 24.57 48.99 0.06 0.20 -écrivaines écrivain nom f p 24.57 48.99 0.00 0.14 -écrivains écrivain nom m p 24.57 48.99 3.81 16.22 -écrivais écrire ver 305.92 341.82 5.20 9.12 ind:imp:1s;ind:imp:2s; -écrivait écrire ver 305.92 341.82 6.04 25.68 ind:imp:3s; -écrivant écrire ver 305.92 341.82 1.34 6.42 par:pre; -écrivassiers écrivassier nom m p 0.00 0.14 0.00 0.14 -écrive écrire ver 305.92 341.82 2.67 3.11 sub:pre:1s;sub:pre:3s; -écrivent écrire ver 305.92 341.82 2.46 6.01 ind:pre:3p; -écrives écrire ver 305.92 341.82 0.82 0.27 sub:pre:2s; -écriveur écriveur nom m s 0.14 0.00 0.14 0.00 -écrivez écrire ver 305.92 341.82 9.04 5.20 imp:pre:2p;ind:pre:2p; -écriviez écrire ver 305.92 341.82 0.97 0.41 ind:imp:2p; -écrivions écrire ver 305.92 341.82 0.10 0.61 ind:imp:1p; -écrivirent écrire ver 305.92 341.82 0.02 0.20 ind:pas:3p; -écrivis écrire ver 305.92 341.82 0.07 4.66 ind:pas:1s; -écrivisse écrire ver 305.92 341.82 0.00 0.20 sub:imp:1s; -écrivit écrire ver 305.92 341.82 1.00 12.36 ind:pas:3s; -écrivons écrire ver 305.92 341.82 0.37 0.88 imp:pre:1p;ind:pre:1p; -écrou écrou nom m s 0.72 3.24 0.34 2.43 -écrouelles écrouelles nom f p 0.00 0.07 0.00 0.07 -écrouer écrouer ver 0.54 0.34 0.19 0.14 inf; -écroueront écrouer ver 0.54 0.34 0.00 0.07 ind:fut:3p; -écroula écrouler ver 13.98 36.08 0.19 4.32 ind:pas:3s; -écroulai écrouler ver 13.98 36.08 0.00 0.34 ind:pas:1s; -écroulaient écrouler ver 13.98 36.08 0.22 1.49 ind:imp:3p; -écroulais écrouler ver 13.98 36.08 0.01 0.41 ind:imp:1s; -écroulait écrouler ver 13.98 36.08 0.33 3.65 ind:imp:3s; -écroulant écrouler ver 13.98 36.08 0.02 0.81 par:pre; -écroule écrouler ver 13.98 36.08 4.47 6.35 imp:pre:2s;ind:pre:1s;ind:pre:3s; -écroulement écroulement nom m s 0.32 5.07 0.32 4.39 -écroulements écroulement nom m p 0.32 5.07 0.00 0.68 -écroulent écrouler ver 13.98 36.08 0.60 1.49 ind:pre:3p; -écrouler écrouler ver 13.98 36.08 3.42 6.49 inf; -écroulera écrouler ver 13.98 36.08 0.53 0.20 ind:fut:3s; -écroulerai écrouler ver 13.98 36.08 0.02 0.00 ind:fut:1s; -écrouleraient écrouler ver 13.98 36.08 0.01 0.14 cnd:pre:3p; -écroulerais écrouler ver 13.98 36.08 0.05 0.07 cnd:pre:1s; -écroulerait écrouler ver 13.98 36.08 0.28 0.34 cnd:pre:3s; -écrouleras écrouler ver 13.98 36.08 0.13 0.07 ind:fut:2s; -écroulerions écrouler ver 13.98 36.08 0.01 0.00 cnd:pre:1p; -écrouleront écrouler ver 13.98 36.08 0.05 0.07 ind:fut:3p; -écroulions écrouler ver 13.98 36.08 0.00 0.07 ind:imp:1p; -écroulons écrouler ver 13.98 36.08 0.02 0.07 ind:pre:1p; -écroulât écrouler ver 13.98 36.08 0.00 0.27 sub:imp:3s; -écroulèrent écrouler ver 13.98 36.08 0.01 0.34 ind:pas:3p; -écroulé écrouler ver m s 13.98 36.08 2.47 5.00 par:pas; -écroulée écrouler ver f s 13.98 36.08 0.70 1.82 par:pas; -écroulées écrouler ver f p 13.98 36.08 0.12 0.74 par:pas; -écroulés écrouler ver m p 13.98 36.08 0.29 1.55 par:pas; -écrous écrou nom m p 0.72 3.24 0.39 0.81 -écroué écrouer ver m s 0.54 0.34 0.32 0.07 par:pas; -écrouée écrouer ver f s 0.54 0.34 0.03 0.07 par:pas; -écrème écrémer ver 0.70 0.34 0.04 0.14 ind:pre:1s;ind:pre:3s; -écru écru adj m s 0.07 1.08 0.06 0.34 -écrue écru adj f s 0.07 1.08 0.01 0.74 -écrémage écrémage nom m s 0.03 0.07 0.03 0.07 -écrémer écrémer ver 0.70 0.34 0.08 0.07 inf; -écrémeuse écrémeur nom f s 0.00 0.07 0.00 0.07 -écrémé écrémer ver m s 0.70 0.34 0.58 0.07 par:pas; -écrémées écrémer ver f p 0.70 0.34 0.00 0.07 par:pas; -écrêtait écrêter ver 0.00 0.20 0.00 0.07 ind:imp:3s; -écrêter écrêter ver 0.00 0.20 0.00 0.07 inf; -écrêtée écrêter ver f s 0.00 0.20 0.00 0.07 par:pas; -écu écu nom m s 1.75 4.59 0.65 1.49 -écubier écubier nom m s 0.00 0.20 0.00 0.20 -écueil écueil nom m s 0.26 2.09 0.18 0.88 -écueils écueil nom m p 0.26 2.09 0.08 1.22 -écuelle écuelle nom f s 1.09 2.97 0.98 2.36 -écuelles écuelle nom f p 1.09 2.97 0.11 0.61 -écuellée écuellée nom f s 0.00 0.14 0.00 0.07 -écuellées écuellée nom f p 0.00 0.14 0.00 0.07 -écuissé écuisser ver m s 0.00 0.14 0.00 0.07 par:pas; -écuissées écuisser ver f p 0.00 0.14 0.00 0.07 par:pas; -éculer éculer ver 0.23 0.54 0.00 0.07 inf; -éculé éculé adj m s 0.19 1.55 0.14 0.14 -éculée éculé adj f s 0.19 1.55 0.01 0.20 -éculées éculé adj f p 0.19 1.55 0.01 0.81 -éculés éculer ver m p 0.23 0.54 0.10 0.27 par:pas; -écuma écumer ver 0.94 3.92 0.00 0.07 ind:pas:3s; -écumai écumer ver 0.94 3.92 0.00 0.07 ind:pas:1s; -écumaient écumer ver 0.94 3.92 0.02 0.34 ind:imp:3p; -écumais écumer ver 0.94 3.92 0.02 0.14 ind:imp:1s; -écumait écumer ver 0.94 3.92 0.01 0.61 ind:imp:3s; -écumant écumer ver 0.94 3.92 0.01 0.68 par:pre; -écumante écumant adj f s 0.03 0.95 0.01 0.34 -écumantes écumant adj f p 0.03 0.95 0.00 0.20 -écumants écumant adj m p 0.03 0.95 0.01 0.20 -écume écume nom f s 2.31 16.15 2.31 16.08 -écument écumer ver 0.94 3.92 0.04 0.20 ind:pre:3p; -écumer écumer ver 0.94 3.92 0.31 0.61 inf; -écumera écumer ver 0.94 3.92 0.01 0.00 ind:fut:3s; -écumeront écumer ver 0.94 3.92 0.01 0.00 ind:fut:3p; -écumes écume nom f p 2.31 16.15 0.00 0.07 -écumeur écumeur nom m s 0.27 0.47 0.27 0.20 -écumeurs écumeur nom m p 0.27 0.47 0.00 0.20 -écumeuse écumeux adj f s 0.00 1.22 0.00 0.54 -écumeuses écumeux adj f p 0.00 1.22 0.00 0.07 -écumeux écumeux adj m 0.00 1.22 0.00 0.61 -écumez écumer ver 0.94 3.92 0.01 0.00 ind:pre:2p; -écumiez écumer ver 0.94 3.92 0.02 0.00 ind:imp:2p; -écumoire écumoire nom f s 0.30 0.88 0.30 0.68 -écumoires écumoire nom f p 0.30 0.88 0.00 0.20 -écumâmes écumer ver 0.94 3.92 0.00 0.07 ind:pas:1p; -écumèrent écumer ver 0.94 3.92 0.01 0.00 ind:pas:3p; -écumé écumer ver m s 0.94 3.92 0.33 0.41 par:pas; -écumée écumer ver f s 0.94 3.92 0.00 0.07 par:pas; -écureuil écureuil nom m s 7.22 10.41 5.71 8.85 -écureuils écureuil nom m p 7.22 10.41 1.51 1.55 -écurie écurie nom f s 6.88 12.84 5.08 8.85 -écuries écurie nom f p 6.88 12.84 1.80 3.99 -écus écu nom m p 1.75 4.59 1.11 3.11 -écusson écusson nom m s 0.37 3.78 0.32 2.23 -écussonné écussonner ver m s 0.00 0.61 0.00 0.27 par:pas; -écussonnées écussonner ver f p 0.00 0.61 0.00 0.07 par:pas; -écussonnés écussonner ver m p 0.00 0.61 0.00 0.27 par:pas; -écussons écusson nom m p 0.37 3.78 0.05 1.55 -écuyer écuyer nom m s 1.56 5.27 1.18 3.04 -écuyers écuyer nom m p 1.56 5.27 0.12 1.49 -écuyère écuyer nom f s 1.56 5.27 0.26 0.54 -écuyères écuyer nom f p 1.56 5.27 0.00 0.20 -édam édam nom m s 0.03 0.34 0.03 0.34 -éden éden nom s 0.42 2.36 0.42 2.30 -édens éden nom m p 0.42 2.36 0.00 0.07 -édenté édenté adj m s 0.43 3.58 0.23 0.74 -édentée édenté adj f s 0.43 3.58 0.15 1.69 -édentées édenté adj f p 0.43 3.58 0.01 0.81 -édentés édenté adj m p 0.43 3.58 0.04 0.34 -édicte édicter ver 0.28 0.61 0.10 0.07 imp:pre:2s;ind:pre:3s; -édicter édicter ver 0.28 0.61 0.01 0.14 inf; -édicté édicter ver m s 0.28 0.61 0.15 0.07 par:pas; -édictée édicter ver f s 0.28 0.61 0.00 0.20 par:pas; -édictées édicter ver f p 0.28 0.61 0.02 0.14 par:pas; -édicule édicule nom m s 0.40 0.20 0.40 0.14 -édicules édicule nom m p 0.40 0.20 0.00 0.07 -édifia édifier ver 0.90 11.96 0.12 0.27 ind:pas:3s; -édifiaient édifier ver 0.90 11.96 0.02 0.61 ind:imp:3p; -édifiait édifier ver 0.90 11.96 0.14 0.88 ind:imp:3s; -édifiant édifiant adj m s 0.76 4.12 0.51 1.28 -édifiante édifiant adj f s 0.76 4.12 0.16 1.28 -édifiantes édifiant adj f p 0.76 4.12 0.03 1.08 -édifiants édifiant adj m p 0.76 4.12 0.05 0.47 -édification édification nom f s 0.38 1.28 0.38 1.28 -édifice édifice nom m s 3.25 13.99 2.71 10.95 -édifices édifice nom m p 3.25 13.99 0.53 3.04 -édifie édifier ver 0.90 11.96 0.02 1.08 ind:pre:1s;ind:pre:3s; -édifient édifier ver 0.90 11.96 0.01 0.27 ind:pre:3p; -édifier édifier ver 0.90 11.96 0.31 3.04 inf; -édifierait édifier ver 0.90 11.96 0.00 0.07 cnd:pre:3s; -édifierons édifier ver 0.90 11.96 0.01 0.00 ind:fut:1p; -édifions édifier ver 0.90 11.96 0.16 0.07 ind:pre:1p; -édifièrent édifier ver 0.90 11.96 0.00 0.14 ind:pas:3p; -édifié édifier ver m s 0.90 11.96 0.06 2.84 par:pas; -édifiée édifier ver f s 0.90 11.96 0.03 1.35 par:pas; -édifiées édifier ver f p 0.90 11.96 0.00 0.34 par:pas; -édifiés édifier ver m p 0.90 11.96 0.01 0.68 par:pas; -édiles édile nom m p 0.08 0.14 0.08 0.14 -édilitaire édilitaire adj f s 0.00 0.20 0.00 0.07 -édilitaires édilitaire adj m p 0.00 0.20 0.00 0.14 -édit édit nom m s 0.35 0.74 0.32 0.61 -éditait éditer ver 0.69 2.36 0.01 0.14 ind:imp:3s; -édite éditer ver 0.69 2.36 0.08 0.14 imp:pre:2s;ind:pre:1s;ind:pre:3s; -éditer éditer ver 0.69 2.36 0.31 0.54 inf; -éditera éditer ver 0.69 2.36 0.02 0.07 ind:fut:3s; -éditerais éditer ver 0.69 2.36 0.00 0.07 cnd:pre:1s; -éditeur éditeur nom m s 8.46 12.30 6.84 8.78 -éditeurs éditeur nom m p 8.46 12.30 1.37 3.45 -édition édition nom f s 9.61 16.62 7.83 10.61 -éditions édition nom f p 9.61 16.62 1.78 6.01 -édito édito nom m s 0.16 0.14 0.12 0.07 -éditons éditer ver 0.69 2.36 0.01 0.07 ind:pre:1p; -éditorial éditorial nom m s 0.57 2.16 0.40 1.42 -éditoriale éditorial adj f s 0.19 0.34 0.08 0.14 -éditorialiste éditorialiste nom s 0.06 0.68 0.03 0.34 -éditorialistes éditorialiste nom p 0.06 0.68 0.02 0.34 -éditoriaux éditorial nom m p 0.57 2.16 0.17 0.74 -éditos édito nom m p 0.16 0.14 0.04 0.07 -éditrice éditeur nom f s 8.46 12.30 0.26 0.07 -éditrices éditrice nom f p 0.04 0.00 0.04 0.00 -édits édit nom m p 0.35 0.74 0.04 0.14 -édité éditer ver m s 0.69 2.36 0.16 0.54 par:pas; -éditée éditer ver f s 0.69 2.36 0.05 0.20 par:pas; -éditées éditer ver f p 0.69 2.36 0.01 0.07 par:pas; -édités éditer ver m p 0.69 2.36 0.01 0.54 par:pas; -édouardienne édouardien adj f s 0.02 0.07 0.02 0.07 -édredon édredon nom m s 0.59 6.22 0.39 5.00 -édredons édredon nom m p 0.59 6.22 0.20 1.22 -éducable éducable adj s 0.01 0.20 0.00 0.14 -éducables éducable adj p 0.01 0.20 0.01 0.07 -éducateur éducateur nom m s 1.05 2.84 0.52 0.81 -éducateurs éducateur nom m p 1.05 2.84 0.27 0.74 -éducatif éducatif adj m s 2.04 1.08 1.18 0.34 -éducatifs éducatif adj m p 2.04 1.08 0.27 0.20 -éducation éducation nom f s 20.48 27.23 20.45 27.09 -éducationnel éducationnel adj m s 0.02 0.00 0.01 0.00 -éducationnelle éducationnel adj f s 0.02 0.00 0.01 0.00 -éducations éducation nom f p 20.48 27.23 0.04 0.14 -éducative éducatif adj f s 2.04 1.08 0.34 0.14 -éducatives éducatif adj f p 2.04 1.08 0.25 0.41 -éducatrice éducateur nom f s 1.05 2.84 0.27 0.88 -éducatrices éducateur nom f p 1.05 2.84 0.00 0.41 -éduen éduen adj m s 0.00 0.41 0.00 0.07 -éduennes éduen adj f p 0.00 0.41 0.00 0.07 -éduens éduen adj m p 0.00 0.41 0.00 0.27 -édulcorais édulcorer ver 0.12 0.54 0.00 0.07 ind:imp:1s; -édulcorant édulcorant nom m s 0.08 0.00 0.08 0.00 -édulcorer édulcorer ver 0.12 0.54 0.02 0.00 inf; -édulcoré édulcorer ver m s 0.12 0.54 0.05 0.07 par:pas; -édulcorée édulcorer ver f s 0.12 0.54 0.05 0.20 par:pas; -édulcorées édulcorer ver f p 0.12 0.54 0.00 0.20 par:pas; -édénique édénique adj s 0.11 0.34 0.01 0.20 -édéniques édénique adj m p 0.11 0.34 0.10 0.14 -éduquais éduquer ver 8.07 3.78 0.00 0.07 ind:imp:1s; -éduquant éduquer ver 8.07 3.78 0.11 0.00 par:pre; -éduque éduquer ver 8.07 3.78 0.41 0.27 imp:pre:2s;ind:pre:1s;ind:pre:3s; -éduquer éduquer ver 8.07 3.78 3.96 1.69 inf; -éduquera éduquer ver 8.07 3.78 0.03 0.07 ind:fut:3s; -éduquez éduquer ver 8.07 3.78 0.03 0.00 imp:pre:2p;ind:pre:2p; -éduquons éduquer ver 8.07 3.78 0.02 0.00 ind:pre:1p; -éduqué éduquer ver m s 8.07 3.78 1.95 0.68 par:pas; -éduquée éduquer ver f s 8.07 3.78 0.48 0.27 par:pas; -éduquées éduquer ver f p 8.07 3.78 0.29 0.00 par:pas; -éduqués éduquer ver m p 8.07 3.78 0.79 0.74 par:pas; -ufologie ufologie nom f s 0.04 0.00 0.04 0.00 -égaie égayer ver 1.39 5.68 0.02 0.20 ind:pre:3s; -égaieraient égayer ver 1.39 5.68 0.01 0.14 cnd:pre:3p; -égaierait égayer ver 1.39 5.68 0.00 0.07 cnd:pre:3s; -égaieront égayer ver 1.39 5.68 0.20 0.00 ind:fut:3p; -égailla égailler ver 0.00 2.16 0.00 0.14 ind:pas:3s; -égaillaient égailler ver 0.00 2.16 0.00 0.27 ind:imp:3p; -égaillait égailler ver 0.00 2.16 0.00 0.07 ind:imp:3s; -égaillant égailler ver 0.00 2.16 0.00 0.20 par:pre; -égaillent égailler ver 0.00 2.16 0.00 0.41 ind:pre:3p; -égailler égailler ver 0.00 2.16 0.00 0.47 inf; -égaillèrent égailler ver 0.00 2.16 0.00 0.27 ind:pas:3p; -égaillée égailler ver f s 0.00 2.16 0.00 0.14 par:pas; -égaillées égailler ver f p 0.00 2.16 0.00 0.07 par:pas; -égaillés égailler ver m p 0.00 2.16 0.00 0.14 par:pas; -égal égal adj m s 38.08 39.32 27.40 20.27 -égala égaler ver 4.96 4.39 0.02 0.07 ind:pas:3s; -égalable égalable adj f s 0.01 0.00 0.01 0.00 -égalaient égaler ver 4.96 4.39 0.00 0.07 ind:imp:3p; -égalais égaler ver 4.96 4.39 0.00 0.07 ind:imp:1s; -égalait égaler ver 4.96 4.39 0.06 0.54 ind:imp:3s; -égalant égaler ver 4.96 4.39 0.01 0.20 par:pre; -égale égal adj f s 38.08 39.32 4.51 12.91 -également également adv 32.19 71.01 32.19 71.01 -égalent égaler ver 4.96 4.39 0.79 0.34 ind:pre:3p; -égaler égaler ver 4.96 4.39 1.12 1.35 inf; -égalera égaler ver 4.96 4.39 0.09 0.07 ind:fut:3s; -égalerai égaler ver 4.96 4.39 0.01 0.00 ind:fut:1s; -égalerais égaler ver 4.96 4.39 0.01 0.00 cnd:pre:1s; -égalerait égaler ver 4.96 4.39 0.02 0.14 cnd:pre:3s; -égaleras égaler ver 4.96 4.39 0.01 0.00 ind:fut:2s; -égaleront égaler ver 4.96 4.39 0.01 0.07 ind:fut:3p; -égales égal adj f p 38.08 39.32 2.98 3.31 -égalisa égaliser ver 1.76 3.04 0.00 0.20 ind:pas:3s; -égalisais égaliser ver 1.76 3.04 0.00 0.07 ind:imp:1s; -égalisait égaliser ver 1.76 3.04 0.01 0.88 ind:imp:3s; -égalisant égaliser ver 1.76 3.04 0.00 0.14 par:pre; -égalisateur égalisateur adj m s 0.02 0.20 0.01 0.14 -égalisateurs égalisateur adj m p 0.02 0.20 0.00 0.07 -égalisation égalisation nom f s 0.04 0.27 0.04 0.27 -égalisatrice égalisateur adj f s 0.02 0.20 0.01 0.00 -égalise égaliser ver 1.76 3.04 0.19 0.54 ind:pre:1s;ind:pre:3s; -égalisent égaliser ver 1.76 3.04 0.02 0.07 ind:pre:3p; -égaliser égaliser ver 1.76 3.04 0.87 0.74 inf; -égaliseur égaliseur nom m s 0.05 0.00 0.05 0.00 -égalisez égaliser ver 1.76 3.04 0.03 0.00 imp:pre:2p;ind:pre:2p; -égalisèrent égaliser ver 1.76 3.04 0.00 0.07 ind:pas:3p; -égalisé égaliser ver m s 1.76 3.04 0.62 0.27 par:pas; -égalisées égaliser ver f p 1.76 3.04 0.01 0.00 par:pas; -égalisés égaliser ver m p 1.76 3.04 0.01 0.07 par:pas; -égalitaire égalitaire adj s 0.09 0.34 0.09 0.34 -égalitarisme égalitarisme nom m s 0.00 0.07 0.00 0.07 -égalité égalité nom f s 6.99 8.18 6.96 8.11 -égalités égalité nom f p 6.99 8.18 0.02 0.07 -égalât égaler ver 4.96 4.39 0.14 0.07 sub:imp:3s; -égalé égaler ver m s 4.96 4.39 0.33 0.14 par:pas; -égalée égaler ver f s 4.96 4.39 0.07 0.00 par:pas; -égalées égaler ver f p 4.96 4.39 0.00 0.07 par:pas; -égara égarer ver 10.55 22.77 0.00 0.14 ind:pas:3s; -égarai égarer ver 10.55 22.77 0.00 0.14 ind:pas:1s; -égaraient égarer ver 10.55 22.77 0.00 0.61 ind:imp:3p; -égarais égarer ver 10.55 22.77 0.00 0.20 ind:imp:1s; -égarait égarer ver 10.55 22.77 0.04 1.42 ind:imp:3s; -égarant égarer ver 10.55 22.77 0.02 0.34 par:pre; -égard égard nom m s 9.19 65.61 6.77 58.31 -égards égard nom m p 9.19 65.61 2.42 7.30 -égare égarer ver 10.55 22.77 2.25 2.23 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:1s; -égarement égarement nom m s 1.04 3.65 0.44 2.50 -égarements égarement nom m p 1.04 3.65 0.61 1.15 -égarent égarer ver 10.55 22.77 0.34 0.81 ind:pre:3p; -égarer égarer ver 10.55 22.77 1.51 3.11 inf; -égareraient égarer ver 10.55 22.77 0.00 0.07 cnd:pre:3p; -égarerais égarer ver 10.55 22.77 0.00 0.07 cnd:pre:1s; -égarerait égarer ver 10.55 22.77 0.01 0.20 cnd:pre:3s; -égarerions égarer ver 10.55 22.77 0.00 0.07 cnd:pre:1p; -égares égarer ver 10.55 22.77 0.27 0.07 ind:pre:2s; -égarez égarer ver 10.55 22.77 0.34 0.07 imp:pre:2p;ind:pre:2p; -égarons égarer ver 10.55 22.77 0.18 0.14 imp:pre:1p;ind:pre:1p; -égarât égarer ver 10.55 22.77 0.00 0.07 sub:imp:3s; -égarèrent égarer ver 10.55 22.77 0.00 0.20 ind:pas:3p; -égaré égarer ver m s 10.55 22.77 3.27 5.81 par:pas; -égarée égaré adj f s 3.43 11.89 0.91 2.77 -égarées égaré adj f p 3.43 11.89 0.37 0.68 -égarés égarer ver m p 10.55 22.77 1.21 2.91 par:pas; -égaux égal adj m p 38.08 39.32 3.18 2.84 -égaya égayer ver 1.39 5.68 0.00 0.27 ind:pas:3s; -égayaient égayer ver 1.39 5.68 0.00 0.20 ind:imp:3p; -égayait égayer ver 1.39 5.68 0.00 0.88 ind:imp:3s; -égayant égayer ver 1.39 5.68 0.00 0.14 par:pre; -égayante égayant adj f s 0.00 0.07 0.00 0.07 -égaye égayer ver 1.39 5.68 0.07 0.54 imp:pre:2s;ind:pre:3s; -égayer égayer ver 1.39 5.68 1.00 1.42 inf; -égayerais égayer ver 1.39 5.68 0.01 0.00 cnd:pre:1s; -égayez égayer ver 1.39 5.68 0.01 0.00 imp:pre:2p; -égayât égayer ver 1.39 5.68 0.00 0.07 sub:imp:3s; -égayèrent égayer ver 1.39 5.68 0.00 0.07 ind:pas:3p; -égayé égayer ver m s 1.39 5.68 0.06 0.95 par:pas; -égayée égayer ver f s 1.39 5.68 0.01 0.54 par:pas; -égayées égayer ver f p 1.39 5.68 0.00 0.07 par:pas; -égayés égayer ver m p 1.39 5.68 0.00 0.14 par:pas; -égide égide nom f s 0.20 0.95 0.20 0.95 -égipan égipan nom m s 0.00 0.14 0.00 0.07 -égipans égipan nom m p 0.00 0.14 0.00 0.07 -églantier églantier nom m s 0.00 0.61 0.00 0.07 -églantiers églantier nom m p 0.00 0.61 0.00 0.54 -églantine églantine nom f s 0.96 2.03 0.95 1.76 -églantines églantine nom f p 0.96 2.03 0.01 0.27 -église église nom f s 64.75 145.07 60.20 123.58 -églises église nom f p 64.75 145.07 4.55 21.49 -églogue églogue nom f s 0.10 0.34 0.00 0.27 -églogues églogue nom f p 0.10 0.34 0.10 0.07 -égoïne égoïne nom f s 0.00 0.47 0.00 0.47 -égoïsme égoïsme nom m s 2.15 9.53 2.15 9.39 -égoïsmes égoïsme nom m p 2.15 9.53 0.00 0.14 -égoïste égoïste adj s 8.13 7.91 7.27 6.82 -égoïstement égoïstement adv 0.24 0.41 0.24 0.41 -égoïstes égoïste adj p 8.13 7.91 0.86 1.08 -égocentrique égocentrique adj s 1.49 0.34 1.21 0.34 -égocentriques égocentrique adj p 1.49 0.34 0.28 0.00 -égocentrisme égocentrisme nom m s 0.23 0.27 0.23 0.20 -égocentrismes égocentrisme nom m p 0.23 0.27 0.00 0.07 -égocentriste égocentriste nom s 0.03 0.07 0.03 0.00 -égocentristes égocentriste nom p 0.03 0.07 0.00 0.07 -égorge égorger ver 9.04 9.66 2.74 1.35 imp:pre:2s;ind:pre:1s;ind:pre:3s; -égorgea égorger ver 9.04 9.66 0.14 0.07 ind:pas:3s; -égorgeaient égorger ver 9.04 9.66 0.00 0.14 ind:imp:3p; -égorgeais égorger ver 9.04 9.66 0.01 0.00 ind:imp:1s; -égorgeait égorger ver 9.04 9.66 0.16 0.74 ind:imp:3s; -égorgeant égorger ver 9.04 9.66 0.14 0.14 par:pre; -égorgement égorgement nom m s 0.05 0.74 0.05 0.34 -égorgements égorgement nom m p 0.05 0.74 0.00 0.41 -égorgent égorger ver 9.04 9.66 0.35 0.34 ind:pre:3p; -égorgeoir égorgeoir nom m s 0.00 0.14 0.00 0.14 -égorger égorger ver 9.04 9.66 2.96 2.84 inf;; -égorgerai égorger ver 9.04 9.66 0.04 0.00 ind:fut:1s; -égorgeraient égorger ver 9.04 9.66 0.02 0.00 cnd:pre:3p; -égorgerais égorger ver 9.04 9.66 0.15 0.00 cnd:pre:1s; -égorgeras égorger ver 9.04 9.66 0.01 0.00 ind:fut:2s; -égorgeront égorger ver 9.04 9.66 0.04 0.00 ind:fut:3p; -égorgeur égorgeur nom m s 0.20 0.95 0.19 0.34 -égorgeurs égorgeur nom m p 0.20 0.95 0.01 0.54 -égorgeuses égorgeur nom f p 0.20 0.95 0.00 0.07 -égorgez égorger ver 9.04 9.66 0.00 0.07 imp:pre:2p; -égorgèrent égorger ver 9.04 9.66 0.00 0.07 ind:pas:3p; -égorgé égorger ver m s 9.04 9.66 1.14 1.89 par:pas; -égorgée égorger ver f s 9.04 9.66 0.65 0.54 par:pas; -égorgées égorger ver f p 9.04 9.66 0.16 0.27 par:pas; -égorgés égorger ver m p 9.04 9.66 0.35 1.22 par:pas; -égosilla égosiller ver 0.20 2.03 0.00 0.14 ind:pas:3s; -égosillaient égosiller ver 0.20 2.03 0.00 0.14 ind:imp:3p; -égosillait égosiller ver 0.20 2.03 0.10 0.54 ind:imp:3s; -égosillant égosiller ver 0.20 2.03 0.00 0.20 par:pre; -égosille égosiller ver 0.20 2.03 0.02 0.41 imp:pre:2s;ind:pre:1s;ind:pre:3s; -égosillent égosiller ver 0.20 2.03 0.01 0.14 ind:pre:3p; -égosiller égosiller ver 0.20 2.03 0.07 0.47 inf; -égotisme égotisme nom m s 0.16 0.20 0.16 0.20 -égotiste égotiste adj s 0.05 0.07 0.05 0.00 -égotistes égotiste nom p 0.03 0.07 0.02 0.00 -égout égout nom m s 7.01 8.45 3.23 6.22 -égoutier égoutier nom m s 0.06 1.76 0.01 1.62 -égoutiers égoutier nom m p 0.06 1.76 0.05 0.14 -égouts égout nom m p 7.01 8.45 3.78 2.23 -égoutta égoutter ver 0.34 4.39 0.00 0.34 ind:pas:3s; -égouttaient égoutter ver 0.34 4.39 0.01 0.54 ind:imp:3p; -égouttait égoutter ver 0.34 4.39 0.10 1.28 ind:imp:3s; -égouttant égoutter ver 0.34 4.39 0.00 0.54 par:pre; -égoutte égoutter ver 0.34 4.39 0.01 0.14 ind:pre:3s; -égouttement égouttement nom m s 0.00 0.34 0.00 0.34 -égouttent égoutter ver 0.34 4.39 0.01 0.34 ind:pre:3p; -égoutter égoutter ver 0.34 4.39 0.18 0.68 inf; -égoutterait égoutter ver 0.34 4.39 0.00 0.07 cnd:pre:3s; -égouttez égoutter ver 0.34 4.39 0.00 0.14 imp:pre:2p; -égouttis égouttis nom m 0.00 0.07 0.00 0.07 -égouttoir égouttoir nom m s 0.14 0.54 0.14 0.54 -égouttèrent égoutter ver 0.34 4.39 0.00 0.07 ind:pas:3p; -égoutté égoutter ver m s 0.34 4.39 0.02 0.27 par:pas; -égrainer égrainer ver 0.00 0.07 0.00 0.07 inf; -égrappait égrapper ver 0.00 0.07 0.00 0.07 ind:imp:3s; -égratigna égratigner ver 0.57 1.62 0.00 0.14 ind:pas:3s; -égratignaient égratigner ver 0.57 1.62 0.00 0.14 ind:imp:3p; -égratignait égratigner ver 0.57 1.62 0.00 0.14 ind:imp:3s; -égratignant égratigner ver 0.57 1.62 0.00 0.14 par:pre; -égratigne égratigner ver 0.57 1.62 0.07 0.14 imp:pre:2s;ind:pre:1s;ind:pre:3s; -égratignent égratigner ver 0.57 1.62 0.03 0.07 ind:pre:3p; -égratigner égratigner ver 0.57 1.62 0.15 0.14 inf; -égratignes égratigner ver 0.57 1.62 0.01 0.07 ind:pre:2s; -égratigné égratigner ver m s 0.57 1.62 0.25 0.34 par:pas; -égratignée égratigner ver f s 0.57 1.62 0.05 0.27 par:pas; -égratignure égratignure nom f s 4.86 2.23 3.97 1.35 -égratignures égratignure nom f p 4.86 2.23 0.89 0.88 -égratignés égratigner ver m p 0.57 1.62 0.02 0.07 par:pas; -égrena égrener ver 0.32 7.70 0.01 0.20 ind:pas:3s; -égrenage égrenage nom m s 0.01 0.00 0.01 0.00 -égrenaient égrener ver 0.32 7.70 0.01 0.74 ind:imp:3p; -égrenais égrener ver 0.32 7.70 0.00 0.27 ind:imp:1s;ind:imp:2s; -égrenait égrener ver 0.32 7.70 0.00 0.61 ind:imp:3s; -égrenant égrener ver 0.32 7.70 0.00 1.22 par:pre; -égrener égrener ver 0.32 7.70 0.02 1.35 inf; -égreneuse égreneur nom f s 0.44 0.00 0.44 0.00 -égrenèrent égrener ver 0.32 7.70 0.00 0.27 ind:pas:3p; -égrené égrener ver m s 0.32 7.70 0.10 0.34 par:pas; -égrenée égrener ver f s 0.32 7.70 0.00 0.14 par:pas; -égrenées égrener ver f p 0.32 7.70 0.00 0.54 par:pas; -égrenés égrener ver m p 0.32 7.70 0.01 0.34 par:pas; -égrillard égrillard adj m s 0.00 1.55 0.00 0.74 -égrillarde égrillard adj f s 0.00 1.55 0.00 0.27 -égrillardes égrillard adj f p 0.00 1.55 0.00 0.27 -égrillards égrillard adj m p 0.00 1.55 0.00 0.27 -égrotant égrotant adj m s 0.00 0.34 0.00 0.20 -égrotantes égrotant adj f p 0.00 0.34 0.00 0.07 -égrotants égrotant adj m p 0.00 0.34 0.00 0.07 -égrène égrener ver 0.32 7.70 0.16 1.22 imp:pre:2s;ind:pre:3s; -égrènements égrènement nom m p 0.00 0.07 0.00 0.07 -égrènent égrener ver 0.32 7.70 0.01 0.47 ind:pre:3p; -égéenne égéen adj f s 0.00 0.07 0.00 0.07 -égérie égérie nom f s 0.46 0.27 0.46 0.27 -égyptien égyptien adj m s 7.48 4.73 2.60 1.96 -égyptienne égyptien adj f s 7.48 4.73 1.31 1.15 -égyptiennes égyptien adj f p 7.48 4.73 0.41 0.54 -égyptiens égyptien adj m p 7.48 4.73 3.16 1.08 -égyptologie égyptologie nom f s 0.06 0.14 0.06 0.14 -égyptologue égyptologue nom s 0.17 0.14 0.04 0.00 -égyptologues égyptologue nom p 0.17 0.14 0.14 0.14 -uhlan uhlan nom m s 0.19 1.15 0.14 0.14 -uhlans uhlan nom m p 0.19 1.15 0.05 1.01 -éhonté éhonté adj m s 1.07 1.28 0.40 0.20 -éhontée éhonté adj f s 1.07 1.28 0.60 0.61 -éhontées éhonté adj f p 1.07 1.28 0.01 0.07 -éhontés éhonté adj m p 1.07 1.28 0.06 0.41 -uht uht adj m s 0.01 0.00 0.01 0.00 -éjacula éjaculer ver 1.98 1.42 0.27 0.14 ind:pas:3s; -éjaculait éjaculer ver 1.98 1.42 0.01 0.07 ind:imp:3s; -éjaculant éjaculer ver 1.98 1.42 0.16 0.07 par:pre; -éjaculat éjaculat nom m s 0.01 0.20 0.01 0.20 -éjaculateur éjaculateur nom m s 0.16 0.14 0.15 0.14 -éjaculateurs éjaculateur nom m p 0.16 0.14 0.01 0.00 -éjaculation éjaculation nom f s 1.40 1.42 1.11 1.22 -éjaculations éjaculation nom f p 1.40 1.42 0.29 0.20 -éjacule éjaculer ver 1.98 1.42 0.44 0.34 imp:pre:2s;ind:pre:1s;ind:pre:3s; -éjaculent éjaculer ver 1.98 1.42 0.04 0.14 ind:pre:3p; -éjaculer éjaculer ver 1.98 1.42 0.33 0.34 inf; -éjaculé éjaculer ver m s 1.98 1.42 0.73 0.27 par:pas; -éjaculés éjaculer ver m p 1.98 1.42 0.00 0.07 par:pas; -éjecta éjecter ver 4.46 3.18 0.02 0.07 ind:pas:3s; -éjectable éjectable adj m s 0.38 0.07 0.38 0.00 -éjectables éjectable adj f p 0.38 0.07 0.00 0.07 -éjectaient éjecter ver 4.46 3.18 0.00 0.20 ind:imp:3p; -éjectait éjecter ver 4.46 3.18 0.02 0.20 ind:imp:3s; -éjectant éjecter ver 4.46 3.18 0.06 0.14 par:pre; -éjectas éjecter ver 4.46 3.18 0.01 0.00 ind:pas:2s; -éjecte éjecter ver 4.46 3.18 0.56 0.41 imp:pre:2s;ind:pre:1s;ind:pre:3s; -éjectent éjecter ver 4.46 3.18 0.02 0.00 ind:pre:3p; -éjecter éjecter ver 4.46 3.18 1.18 0.54 inf; -éjectera éjecter ver 4.46 3.18 0.03 0.00 ind:fut:3s; -éjecterais éjecter ver 4.46 3.18 0.12 0.00 cnd:pre:1s;cnd:pre:2s; -éjecteur éjecteur nom m s 0.10 0.00 0.05 0.00 -éjecteurs éjecteur nom m p 0.10 0.00 0.05 0.00 -éjectez éjecter ver 4.46 3.18 0.08 0.00 imp:pre:2p;ind:pre:2p; -éjection éjection nom f s 0.44 0.14 0.42 0.14 -éjections éjection nom f p 0.44 0.14 0.02 0.00 -éjectons éjecter ver 4.46 3.18 0.02 0.00 imp:pre:1p;ind:pre:1p; -éjectèrent éjecter ver 4.46 3.18 0.00 0.07 ind:pas:3p; -éjecté éjecter ver m s 4.46 3.18 1.40 0.74 par:pas; -éjectée éjecter ver f s 4.46 3.18 0.61 0.41 par:pas; -éjectées éjecter ver f p 4.46 3.18 0.09 0.20 par:pas; -éjectés éjecter ver m p 4.46 3.18 0.23 0.20 par:pas; -ukase ukase nom m s 0.20 0.07 0.20 0.00 -ukases ukase nom m p 0.20 0.07 0.00 0.07 -ukrainien ukrainien nom m s 0.69 0.61 0.39 0.07 -ukrainienne ukrainien adj f s 0.61 0.88 0.28 0.14 -ukrainiennes ukrainien adj f p 0.61 0.88 0.01 0.14 -ukrainiens ukrainien nom m p 0.69 0.61 0.30 0.41 -ukulélé ukulélé nom m s 0.16 0.07 0.16 0.07 -élabora élaborer ver 2.08 5.20 0.00 0.07 ind:pas:3s; -élaborai élaborer ver 2.08 5.20 0.01 0.07 ind:pas:1s; -élaboraient élaborer ver 2.08 5.20 0.00 0.20 ind:imp:3p; -élaborait élaborer ver 2.08 5.20 0.06 0.68 ind:imp:3s; -élaborant élaborer ver 2.08 5.20 0.00 0.20 par:pre; -élaboration élaboration nom f s 0.23 1.76 0.23 1.62 -élaborations élaboration nom f p 0.23 1.76 0.00 0.14 -élabore élaborer ver 2.08 5.20 0.25 0.14 ind:pre:1s;ind:pre:3s; -élaborent élaborer ver 2.08 5.20 0.10 0.14 ind:pre:3p; -élaborer élaborer ver 2.08 5.20 0.63 1.55 inf; -élaboreraient élaborer ver 2.08 5.20 0.00 0.07 cnd:pre:3p; -élaboriez élaborer ver 2.08 5.20 0.01 0.00 ind:imp:2p; -élaborions élaborer ver 2.08 5.20 0.00 0.07 ind:imp:1p; -élaborons élaborer ver 2.08 5.20 0.01 0.00 ind:pre:1p; -élaborèrent élaborer ver 2.08 5.20 0.02 0.07 ind:pas:3p; -élaboré élaborer ver m s 2.08 5.20 0.68 0.61 par:pas; -élaborée élaboré adj f s 1.22 0.68 0.27 0.34 -élaborées élaboré adj f p 1.22 0.68 0.18 0.00 -élaborés élaboré adj m p 1.22 0.68 0.36 0.07 -élagage élagage nom m s 0.03 0.34 0.03 0.34 -élaguais élaguer ver 0.18 0.88 0.01 0.00 ind:imp:1s; -élaguait élaguer ver 0.18 0.88 0.00 0.14 ind:imp:3s; -élague élaguer ver 0.18 0.88 0.01 0.07 imp:pre:2s;ind:pre:1s; -élaguer élaguer ver 0.18 0.88 0.09 0.34 inf; -élagueur élagueur nom m s 0.04 0.14 0.03 0.00 -élagueurs élagueur nom m p 0.04 0.14 0.01 0.14 -élaguez élaguer ver 0.18 0.88 0.01 0.07 imp:pre:2p;ind:pre:2p; -élaguons élaguer ver 0.18 0.88 0.01 0.00 ind:pre:1p; -élagué élaguer ver m s 0.18 0.88 0.05 0.07 par:pas; -élagués élaguer ver m p 0.18 0.88 0.00 0.20 par:pas; -élan élan nom m s 5.66 44.73 4.61 37.57 -élance élancer ver 2.25 20.27 0.94 3.85 imp:pre:2s;ind:pre:1s;ind:pre:3s; -élancement élancement nom m s 0.13 2.30 0.04 1.22 -élancements élancement nom m p 0.13 2.30 0.08 1.08 -élancent élancer ver 2.25 20.27 0.20 1.15 ind:pre:3p; -élancer élancer ver 2.25 20.27 0.61 3.85 inf; -élancera élancer ver 2.25 20.27 0.01 0.14 ind:fut:3s; -élanceraient élancer ver 2.25 20.27 0.00 0.07 cnd:pre:3p; -élancerait élancer ver 2.25 20.27 0.01 0.07 cnd:pre:3s; -élancerions élancer ver 2.25 20.27 0.00 0.07 cnd:pre:1p; -élanceront élancer ver 2.25 20.27 0.00 0.07 ind:fut:3p; -élancions élancer ver 2.25 20.27 0.00 0.27 ind:imp:1p; -élancèrent élancer ver 2.25 20.27 0.00 0.47 ind:pas:3p; -élancé élancer ver m s 2.25 20.27 0.21 0.68 par:pas; -élancée élancé adj f s 0.13 3.51 0.03 1.49 -élancées élancé adj f p 0.13 3.51 0.00 0.47 -élancés élancer ver m p 2.25 20.27 0.02 0.27 par:pas; -élans élan nom m p 5.66 44.73 1.05 7.16 -élança élancer ver 2.25 20.27 0.03 4.46 ind:pas:3s; -élançai élancer ver 2.25 20.27 0.14 0.34 ind:pas:1s; -élançaient élancer ver 2.25 20.27 0.03 0.74 ind:imp:3p; -élançais élancer ver 2.25 20.27 0.00 0.41 ind:imp:1s; -élançait élancer ver 2.25 20.27 0.02 1.55 ind:imp:3s; -élançant élancer ver 2.25 20.27 0.00 1.28 par:pre; -élargît élargir ver 4.85 19.32 0.00 0.07 sub:imp:3s; -élargi élargir ver m s 4.85 19.32 0.72 2.36 par:pas; -élargie élargir ver f s 4.85 19.32 0.31 1.55 par:pas; -élargies élargir ver f p 4.85 19.32 0.04 0.61 par:pas; -élargir élargir ver 4.85 19.32 2.07 4.12 inf; -élargira élargir ver 4.85 19.32 0.12 0.07 ind:fut:3s; -élargirait élargir ver 4.85 19.32 0.01 0.14 cnd:pre:3s; -élargirent élargir ver 4.85 19.32 0.00 0.34 ind:pas:3p; -élargirez élargir ver 4.85 19.32 0.00 0.07 ind:fut:2p; -élargirons élargir ver 4.85 19.32 0.01 0.00 ind:fut:1p; -élargis élargir ver m p 4.85 19.32 0.26 0.81 imp:pre:2s;ind:pre:1s;ind:pre:2s;par:pas; -élargissaient élargir ver 4.85 19.32 0.01 1.01 ind:imp:3p; -élargissait élargir ver 4.85 19.32 0.10 3.18 ind:imp:3s; -élargissant élargir ver 4.85 19.32 0.17 1.89 par:pre; -élargissement élargissement nom m s 0.17 1.22 0.17 1.22 -élargissent élargir ver 4.85 19.32 0.09 0.47 ind:pre:3p; -élargissez élargir ver 4.85 19.32 0.07 0.00 imp:pre:2p; -élargissions élargir ver 4.85 19.32 0.00 0.07 ind:imp:1p; -élargit élargir ver 4.85 19.32 0.86 2.57 ind:pre:3s;ind:pas:3s; -élasticimétrie élasticimétrie nom f s 0.01 0.00 0.01 0.00 -élasticité élasticité nom f s 0.30 1.76 0.30 1.76 -élastique élastique nom m s 2.12 6.35 1.73 4.26 -élastiques élastique nom m p 2.12 6.35 0.39 2.09 -élastomère élastomère nom m s 0.01 0.14 0.01 0.14 -ulcère ulcère nom m s 4.69 2.50 3.98 1.76 -ulcères ulcère nom m p 4.69 2.50 0.71 0.74 -ulcéra ulcérer ver 0.66 1.49 0.00 0.07 ind:pas:3s; -ulcérait ulcérer ver 0.66 1.49 0.00 0.07 ind:imp:3s; -ulcérant ulcérer ver 0.66 1.49 0.00 0.07 par:pre; -ulcérations ulcération nom f p 0.01 0.20 0.01 0.20 -ulcérative ulcératif adj f s 0.01 0.00 0.01 0.00 -ulcéreuse ulcéreux adj f s 0.03 0.20 0.01 0.14 -ulcéreuses ulcéreux adj f p 0.03 0.20 0.00 0.07 -ulcéreux ulcéreux adj m s 0.03 0.20 0.01 0.00 -ulcéré ulcérer ver m s 0.66 1.49 0.48 0.68 par:pas; -ulcérée ulcéré adj f s 0.01 1.62 0.00 0.68 -ulcérées ulcéré adj f p 0.01 1.62 0.00 0.07 -ulcérés ulcérer ver m p 0.66 1.49 0.15 0.00 par:pas; -électeur électeur nom m s 3.47 3.11 0.48 0.47 -électeurs électeur nom m p 3.47 3.11 2.96 2.23 -électif électif adj m s 0.03 0.27 0.01 0.20 -élection élection nom f s 17.17 14.12 5.95 4.32 -élections élection nom f p 17.17 14.12 11.22 9.80 -élective électif adj f s 0.03 0.27 0.01 0.00 -électivement électivement adv 0.00 0.14 0.00 0.14 -électives électif adj f p 0.03 0.27 0.00 0.07 -électoral électoral adj m s 3.01 4.39 0.32 1.55 -électorale électoral adj f s 3.01 4.39 2.23 1.55 -électoralement électoralement adv 0.00 0.07 0.00 0.07 -électorales électoral adj f p 3.01 4.39 0.28 0.88 -électorat électorat nom m s 0.24 0.07 0.24 0.07 -électoraux électoral adj m p 3.01 4.39 0.19 0.41 -électrice électeur nom f s 3.47 3.11 0.02 0.20 -électrices électrice nom f p 0.07 0.00 0.07 0.00 -électricien électricien nom m s 2.79 2.64 2.62 1.82 -électricienne électricien nom f s 2.79 2.64 0.00 0.07 -électriciennes électricien nom f p 2.79 2.64 0.00 0.07 -électriciens électricien nom m p 2.79 2.64 0.17 0.68 -électricité électricité nom f s 15.76 12.97 15.76 12.97 -électrifia électrifier ver 1.22 0.54 0.01 0.00 ind:pas:3s; -électrifiait électrifier ver 1.22 0.54 0.00 0.07 ind:imp:3s; -électrifiant électrifier ver 1.22 0.54 0.02 0.00 par:pre; -électrification électrification nom f s 0.02 0.27 0.02 0.27 -électrifier électrifier ver 1.22 0.54 0.03 0.00 inf; -électrifié électrifier ver m s 1.22 0.54 0.29 0.27 par:pas; -électrifiée électrifier ver f s 1.22 0.54 0.37 0.14 par:pas; -électrifiées électrifier ver f p 1.22 0.54 0.04 0.00 par:pas; -électrifiés électrifier ver m p 1.22 0.54 0.44 0.07 par:pas; -électrique électrique adj s 20.36 35.81 15.95 27.50 -électriquement électriquement adv 0.21 0.47 0.21 0.47 -électriques électrique adj p 20.36 35.81 4.41 8.31 -électrisa électriser ver 0.25 2.03 0.00 0.20 ind:pas:3s; -électrisaient électriser ver 0.25 2.03 0.00 0.07 ind:imp:3p; -électrisais électriser ver 0.25 2.03 0.01 0.00 ind:imp:1s; -électrisait électriser ver 0.25 2.03 0.02 0.14 ind:imp:3s; -électrisant électrisant adj m s 0.23 0.27 0.18 0.14 -électrisante électrisant adj f s 0.23 0.27 0.05 0.14 -électrisation électrisation nom f s 0.00 0.07 0.00 0.07 -électrise électriser ver 0.25 2.03 0.07 0.34 ind:pre:1s;ind:pre:3s; -électrisent électriser ver 0.25 2.03 0.01 0.07 ind:pre:3p; -électriser électriser ver 0.25 2.03 0.03 0.07 inf; -électrisèrent électriser ver 0.25 2.03 0.00 0.07 ind:pas:3p; -électrisé électriser ver m s 0.25 2.03 0.04 0.68 par:pas; -électrisée électriser ver f s 0.25 2.03 0.01 0.07 par:pas; -électrisées électriser ver f p 0.25 2.03 0.00 0.14 par:pas; -électro_acoustique électro_acoustique nom f s 0.00 0.14 0.00 0.14 -électro_aimant électro_aimant nom m s 0.02 0.00 0.02 0.00 -électro_encéphalogramme électro_encéphalogramme nom m s 0.16 0.07 0.16 0.07 -électroacoustique électroacoustique nom f s 0.01 0.00 0.01 0.00 -électroaimant électroaimant nom m s 0.06 0.00 0.03 0.00 -électroaimants électroaimant nom m p 0.06 0.00 0.03 0.00 -électrobiologie électrobiologie nom f s 0.01 0.00 0.01 0.00 -électrocardiogramme électrocardiogramme nom m s 0.25 0.34 0.25 0.34 -électrochimie électrochimie nom f s 0.02 0.00 0.02 0.00 -électrochimique électrochimique adj f s 0.07 0.00 0.02 0.00 -électrochimiques électrochimique adj p 0.07 0.00 0.05 0.00 -électrochoc électrochoc nom m s 3.14 0.74 0.28 0.54 -électrochocs électrochoc nom m p 3.14 0.74 2.86 0.20 -électrocutant électrocuter ver 2.08 0.54 0.03 0.00 par:pre; -électrocute électrocuter ver 2.08 0.54 0.11 0.07 ind:pre:1s;ind:pre:3s; -électrocutent électrocuter ver 2.08 0.54 0.02 0.00 ind:pre:3p; -électrocuter électrocuter ver 2.08 0.54 0.47 0.07 inf; -électrocutera électrocuter ver 2.08 0.54 0.11 0.00 ind:fut:3s; -électrocutes électrocuter ver 2.08 0.54 0.02 0.00 ind:pre:2s; -électrocutez électrocuter ver 2.08 0.54 0.01 0.00 imp:pre:2p; -électrocution électrocution nom f s 0.40 0.20 0.40 0.20 -électrocuté électrocuter ver m s 2.08 0.54 1.16 0.27 par:pas; -électrocutée électrocuter ver f s 2.08 0.54 0.14 0.14 par:pas; -électrocutés électrocuter ver m p 2.08 0.54 0.01 0.00 par:pas; -électrode électrode nom f s 0.87 0.07 0.25 0.00 -électrodes électrode nom f p 0.87 0.07 0.62 0.07 -électrodynamique électrodynamique nom f s 0.00 0.07 0.00 0.07 -électroencéphalogramme électroencéphalogramme nom m s 0.09 0.00 0.09 0.00 -électroencéphalographie électroencéphalographie nom f s 0.02 0.00 0.02 0.00 -électrogène électrogène adj m s 1.10 0.34 1.10 0.34 -électrologie électrologie nom f s 0.01 0.00 0.01 0.00 -électrolyse électrolyse nom f s 0.05 0.20 0.05 0.20 -électrolyte électrolyte nom m s 0.35 0.00 0.10 0.00 -électrolytes électrolyte nom m p 0.35 0.00 0.25 0.00 -électrolytique électrolytique adj m s 0.05 0.07 0.05 0.07 -électromagnétique électromagnétique adj s 1.92 0.07 1.29 0.00 -électromagnétiques électromagnétique adj p 1.92 0.07 0.62 0.07 -électromagnétisme électromagnétisme nom m s 0.11 0.00 0.11 0.00 -électromètre électromètre nom m s 0.07 0.00 0.07 0.00 -électroménager électroménager nom m s 0.26 0.34 0.26 0.34 -électron électron nom m s 1.28 0.20 0.45 0.07 -électronicien électronicien nom m s 0.06 0.07 0.04 0.00 -électroniciens électronicien nom m p 0.06 0.07 0.02 0.07 -électronique électronique adj s 6.70 3.51 5.00 1.96 -électroniquement électroniquement adv 0.21 0.00 0.21 0.00 -électroniques électronique adj p 6.70 3.51 1.69 1.55 -électrons électron nom m p 1.28 0.20 0.83 0.14 -électronucléaire électronucléaire adj f s 0.01 0.00 0.01 0.00 -électronvolts électronvolt nom m p 0.02 0.00 0.02 0.00 -électrophone électrophone nom m s 0.28 3.04 0.28 2.97 -électrophones électrophone nom m p 0.28 3.04 0.00 0.07 -électrophorèse électrophorèse nom f s 0.01 0.00 0.01 0.00 -électrostatique électrostatique adj s 0.28 0.07 0.25 0.07 -électrostatiques électrostatique adj p 0.28 0.07 0.04 0.00 -électrum électrum nom m s 0.27 0.07 0.27 0.07 -électuaires électuaire nom m p 0.00 0.14 0.00 0.14 -éleusinienne éleusinien adj f s 0.00 0.07 0.00 0.07 -éleva élever ver 52.03 103.85 0.28 12.91 ind:pas:3s; -élevage élevage nom m s 3.15 3.38 2.88 2.91 -élevages élevage nom m p 3.15 3.38 0.28 0.47 -élevai élever ver 52.03 103.85 0.23 0.41 ind:pas:1s; -élevaient élever ver 52.03 103.85 0.17 4.73 ind:imp:3p; -élevais élever ver 52.03 103.85 0.26 0.61 ind:imp:1s;ind:imp:2s; -élevait élever ver 52.03 103.85 1.00 15.34 ind:imp:3s; -élevant élever ver 52.03 103.85 0.36 8.38 par:pre; -élever élever ver 52.03 103.85 15.57 20.20 ind:pre:2p;inf; -éleveur éleveur nom m s 1.82 1.76 0.98 1.01 -éleveurs éleveur nom m p 1.82 1.76 0.80 0.74 -éleveuse éleveur nom f s 1.82 1.76 0.04 0.00 -élevez élever ver 52.03 103.85 0.69 0.27 imp:pre:2p;ind:pre:2p; -éleviez élever ver 52.03 103.85 0.23 0.00 ind:imp:2p; -élevions élever ver 52.03 103.85 0.02 0.07 ind:imp:1p; -élevons élever ver 52.03 103.85 0.34 0.14 imp:pre:1p;ind:pre:1p; -élevât élever ver 52.03 103.85 0.00 0.20 sub:imp:3s; -élevèrent élever ver 52.03 103.85 0.07 1.76 ind:pas:3p; -élevé élevé adj m s 25.02 30.68 14.37 15.20 -élevée élevé adj f s 25.02 30.68 5.82 7.50 -élevées élevé adj f p 25.02 30.68 1.06 1.76 -élevures élevure nom f p 0.00 0.07 0.00 0.07 -élevés élevé adj m p 25.02 30.68 3.78 6.22 -élia élier ver 0.05 8.99 0.00 1.35 ind:pas:3s; -élias élier ver 0.05 8.99 0.04 0.00 ind:pas:2s; -éliciter éliciter ver 0.01 0.00 0.01 0.00 inf; -élie élier ver 0.05 8.99 0.01 7.64 imp:pre:2s;ind:pre:3s; -éligibilité éligibilité nom f s 0.04 0.14 0.04 0.14 -éligible éligible adj s 0.11 0.20 0.10 0.07 -éligibles éligible adj p 0.11 0.20 0.01 0.14 -élime élimer ver 0.04 1.01 0.00 0.07 ind:pre:3s; -élimer élimer ver 0.04 1.01 0.01 0.00 inf; -élimina éliminer ver 30.28 8.04 0.01 0.20 ind:pas:3s; -éliminais éliminer ver 30.28 8.04 0.02 0.00 ind:imp:1s; -éliminait éliminer ver 30.28 8.04 0.17 0.61 ind:imp:3s; -éliminant éliminer ver 30.28 8.04 0.67 0.14 par:pre; -éliminateur éliminateur adj m s 0.03 0.00 0.01 0.00 -éliminateurs éliminateur adj m p 0.03 0.00 0.02 0.00 -élimination élimination nom f s 1.55 1.96 1.47 1.89 -éliminations élimination nom f p 1.55 1.96 0.08 0.07 -éliminatoire éliminatoire adj s 0.12 0.20 0.08 0.20 -éliminatoires éliminatoire nom f p 0.32 0.34 0.29 0.34 -élimine éliminer ver 30.28 8.04 4.00 1.01 imp:pre:2s;ind:pre:1s;ind:pre:3s; -éliminent éliminer ver 30.28 8.04 0.30 0.14 ind:pre:3p; -éliminer éliminer ver 30.28 8.04 14.66 3.58 inf; -éliminera éliminer ver 30.28 8.04 0.40 0.00 ind:fut:3s; -éliminerai éliminer ver 30.28 8.04 0.11 0.07 ind:fut:1s; -élimineraient éliminer ver 30.28 8.04 0.06 0.00 cnd:pre:3p; -éliminerais éliminer ver 30.28 8.04 0.04 0.07 cnd:pre:1s; -éliminerait éliminer ver 30.28 8.04 0.13 0.07 cnd:pre:3s; -élimineras éliminer ver 30.28 8.04 0.01 0.00 ind:fut:2s; -éliminerez éliminer ver 30.28 8.04 0.34 0.00 ind:fut:2p; -éliminerons éliminer ver 30.28 8.04 0.11 0.20 ind:fut:1p; -élimineront éliminer ver 30.28 8.04 0.06 0.07 ind:fut:3p; -élimines éliminer ver 30.28 8.04 0.47 0.07 ind:pre:2s; -éliminez éliminer ver 30.28 8.04 0.47 0.00 imp:pre:2p;ind:pre:2p; -éliminiez éliminer ver 30.28 8.04 0.03 0.00 ind:imp:2p; -éliminons éliminer ver 30.28 8.04 0.19 0.00 imp:pre:1p;ind:pre:1p; -éliminèrent éliminer ver 30.28 8.04 0.00 0.07 ind:pas:3p; -éliminé éliminer ver m s 30.28 8.04 5.47 0.95 par:pas; -éliminée éliminer ver f s 30.28 8.04 0.65 0.20 par:pas; -éliminées éliminer ver f p 30.28 8.04 0.25 0.14 par:pas; -éliminés éliminer ver m p 30.28 8.04 1.67 0.47 par:pas; -élimâmes élimer ver 0.04 1.01 0.00 0.07 ind:pas:1p; -élimé élimé adj m s 0.04 2.64 0.01 1.01 -élimée élimé adj f s 0.04 2.64 0.03 0.27 -élimées élimer ver f p 0.04 1.01 0.01 0.07 par:pas; -élimés élimer ver m p 0.04 1.01 0.02 0.14 par:pas; -élingue élingue nom f s 0.02 0.00 0.02 0.00 -élirait élire ver 11.24 13.51 0.01 0.07 cnd:pre:3s; -élire élire ver 11.24 13.51 2.15 2.03 inf; -élirez élire ver 11.24 13.51 0.02 0.07 ind:fut:2p; -éliront élire ver 11.24 13.51 0.03 0.14 ind:fut:3p; -élis élire ver 11.24 13.51 2.00 0.07 imp:pre:2s;ind:pre:1s; -élisabéthain élisabéthain adj m s 0.05 0.27 0.02 0.07 -élisabéthaine élisabéthain adj f s 0.05 0.27 0.03 0.20 -élisaient élire ver 11.24 13.51 0.00 0.14 ind:imp:3p; -élisais élire ver 11.24 13.51 0.00 0.07 ind:imp:1s; -élisait élire ver 11.24 13.51 0.01 0.07 ind:imp:3s; -élisant élire ver 11.24 13.51 0.12 0.14 par:pre; -élise élire ver 11.24 13.51 0.27 4.86 sub:pre:1s;sub:pre:3s; -élisent élire ver 11.24 13.51 0.16 0.27 ind:pre:3p; -élisez élire ver 11.24 13.51 0.08 0.07 imp:pre:2p;ind:pre:2p; -élit élire ver 11.24 13.51 0.12 0.14 ind:pre:3s; -élite élite nom f s 7.38 10.27 7.24 8.65 -élites élite nom f p 7.38 10.27 0.14 1.62 -élitisme élitisme nom m s 0.16 0.00 0.16 0.00 -élitiste élitiste adj s 0.28 0.34 0.25 0.20 -élitistes élitiste adj f p 0.28 0.34 0.03 0.14 -élixir élixir nom m s 1.56 1.42 1.52 1.28 -élixirs élixir nom m p 1.56 1.42 0.04 0.14 -ulna ulna nom f s 0.01 0.00 0.01 0.00 -ulnaire ulnaire adj m s 0.01 0.00 0.01 0.00 -élocution élocution nom f s 0.84 1.62 0.84 1.62 -éloge éloge nom m s 2.62 8.85 1.31 5.47 -éloges éloge nom m p 2.62 8.85 1.31 3.38 -élogieuse élogieux adj f s 0.42 0.81 0.06 0.34 -élogieuses élogieux adj f p 0.42 0.81 0.05 0.14 -élogieux élogieux adj m 0.42 0.81 0.30 0.34 -éloigna éloigner ver 41.15 133.11 0.10 19.19 ind:pas:3s; -éloignai éloigner ver 41.15 133.11 0.02 0.74 ind:pas:1s; -éloignaient éloigner ver 41.15 133.11 0.16 4.73 ind:imp:3p; -éloignais éloigner ver 41.15 133.11 0.28 0.41 ind:imp:1s;ind:imp:2s; -éloignait éloigner ver 41.15 133.11 0.45 16.82 ind:imp:3s; -éloignant éloigner ver 41.15 133.11 0.65 7.64 par:pre; -éloigne éloigner ver 41.15 133.11 9.77 19.26 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -éloignement éloignement nom m s 1.12 7.50 1.12 7.50 -éloignent éloigner ver 41.15 133.11 1.64 5.54 ind:pre:3p; -éloigner éloigner ver 41.15 133.11 14.51 28.45 ind:pre:2p;inf; -éloignera éloigner ver 41.15 133.11 0.43 0.47 ind:fut:3s; -éloignerai éloigner ver 41.15 133.11 0.11 0.07 ind:fut:1s; -éloigneraient éloigner ver 41.15 133.11 0.15 0.27 cnd:pre:3p; -éloignerais éloigner ver 41.15 133.11 0.09 0.00 cnd:pre:1s; -éloignerait éloigner ver 41.15 133.11 0.11 0.41 cnd:pre:3s; -éloigneras éloigner ver 41.15 133.11 0.14 0.07 ind:fut:2s; -éloignerez éloigner ver 41.15 133.11 0.04 0.00 ind:fut:2p; -éloignerons éloigner ver 41.15 133.11 0.04 0.14 ind:fut:1p; -éloigneront éloigner ver 41.15 133.11 0.04 0.00 ind:fut:3p; -éloignes éloigner ver 41.15 133.11 1.00 0.27 ind:pre:2s;sub:pre:2s; -éloignez éloigner ver 41.15 133.11 3.36 0.68 imp:pre:2p;ind:pre:2p; -éloignions éloigner ver 41.15 133.11 0.20 0.68 ind:imp:1p; -éloignâmes éloigner ver 41.15 133.11 0.00 0.20 ind:pas:1p; -éloignons éloigner ver 41.15 133.11 0.43 0.54 imp:pre:1p;ind:pre:1p; -éloignât éloigner ver 41.15 133.11 0.10 0.41 sub:imp:3s; -éloignèrent éloigner ver 41.15 133.11 0.01 3.51 ind:pas:3p; -éloigné éloigner ver m s 41.15 133.11 4.25 11.82 par:pas; -éloignée éloigner ver f s 41.15 133.11 1.48 5.07 par:pas; -éloignées éloigné adj f p 4.14 12.16 0.37 1.82 -éloignés éloigner ver m p 41.15 133.11 1.38 3.99 par:pas; -élongation élongation nom f s 0.08 0.34 0.08 0.27 -élongations élongation nom f p 0.08 0.34 0.00 0.07 -éloquemment éloquemment adv 0.05 0.34 0.05 0.34 -éloquence éloquence nom f s 1.30 4.46 1.30 4.46 -éloquent éloquent adj m s 0.98 5.34 0.81 2.30 -éloquente éloquent adj f s 0.98 5.34 0.08 1.62 -éloquentes éloquent adj f p 0.98 5.34 0.02 0.54 -éloquents éloquent adj m p 0.98 5.34 0.07 0.88 -élève élève nom s 36.84 57.77 15.83 21.69 -élèvent élever ver 52.03 103.85 1.87 5.27 ind:pre:3p; -élèvera élever ver 52.03 103.85 1.23 0.34 ind:fut:3s; -élèverai élever ver 52.03 103.85 0.55 0.41 ind:fut:1s; -élèveraient élever ver 52.03 103.85 0.11 0.07 cnd:pre:3p; -élèverais élever ver 52.03 103.85 0.16 0.00 cnd:pre:1s;cnd:pre:2s; -élèverait élever ver 52.03 103.85 0.21 0.81 cnd:pre:3s; -élèveras élever ver 52.03 103.85 0.20 0.00 ind:fut:2s; -élèveriez élever ver 52.03 103.85 0.00 0.07 cnd:pre:2p; -élèverons élever ver 52.03 103.85 0.22 0.07 ind:fut:1p; -élèveront élever ver 52.03 103.85 0.19 0.14 ind:fut:3p; -élèves élève nom p 36.84 57.77 21.01 36.08 -ultima_ratio ultima_ratio nom f s 0.00 0.07 0.00 0.07 -ultimatum ultimatum nom m s 1.32 1.55 1.23 1.55 -ultimatums ultimatum nom m p 1.32 1.55 0.09 0.00 -ultime ultime adj s 8.56 25.74 8.01 21.49 -ultimement ultimement adv 0.01 0.07 0.01 0.07 -ultimes ultime adj p 8.56 25.74 0.55 4.26 -ultimo ultimo adv 0.00 0.07 0.00 0.07 -ultra_catholique ultra_catholique adj m s 0.10 0.00 0.10 0.00 -ultra_chic ultra_chic adj s 0.03 0.20 0.03 0.14 -ultra_chic ultra_chic adj f p 0.03 0.20 0.00 0.07 -ultra_court ultra_court adj f p 0.16 0.07 0.02 0.00 -ultra_court ultra_court adj m p 0.16 0.07 0.14 0.07 -ultra_gauche ultra_gauche nom f s 0.00 0.07 0.00 0.07 -ultra_rapide ultra_rapide adj s 0.20 0.27 0.20 0.27 -ultra_secret ultra_secret adj m s 0.20 0.07 0.20 0.07 -ultra_sensible ultra_sensible adj m s 0.01 0.14 0.01 0.14 -ultra_son ultra_son nom m p 0.03 0.14 0.03 0.14 -ultra_violet ultra_violet adj 0.04 0.07 0.01 0.00 -ultra_violet ultra_violet nom s 0.04 0.07 0.04 0.07 -ultra ultra adj 1.59 1.49 1.59 1.49 -ultrafin ultrafin adj m s 0.00 0.07 0.00 0.07 -ultragauche ultragauche nom f s 0.00 0.07 0.00 0.07 -ultraléger ultraléger adj m s 0.01 0.00 0.01 0.00 -ultramarine ultramarin adj f s 0.00 0.14 0.00 0.14 -ultramoderne ultramoderne adj s 0.49 0.14 0.34 0.07 -ultramodernes ultramoderne adj p 0.49 0.14 0.14 0.07 -ultramontain ultramontain adj m s 0.00 0.20 0.00 0.07 -ultramontains ultramontain adj m p 0.00 0.20 0.00 0.14 -ultraperformant ultraperformant adj m s 0.00 0.07 0.00 0.07 -ultrarapide ultrarapide adj s 0.06 0.07 0.03 0.07 -ultrarapides ultrarapide adj m p 0.06 0.07 0.02 0.00 -ultras ultra nom p 0.49 0.81 0.00 0.34 -ultrasecret ultrasecret adj m s 0.10 0.07 0.06 0.00 -ultrasecrète ultrasecret adj f s 0.10 0.07 0.04 0.07 -ultrasensible ultrasensible adj s 0.25 0.07 0.23 0.00 -ultrasensibles ultrasensible adj m p 0.25 0.07 0.01 0.07 -ultrason ultrason nom m s 0.87 0.00 0.34 0.00 -ultrasonique ultrasonique adj s 0.25 0.00 0.25 0.00 -ultrasons ultrason nom m p 0.87 0.00 0.53 0.00 -ultraviolet ultraviolet adj m s 0.32 0.07 0.16 0.00 -ultraviolets ultraviolet nom m p 0.33 0.07 0.27 0.07 -ultraviolette ultraviolet adj f s 0.32 0.07 0.07 0.00 -ultraviolettes ultraviolet adj f p 0.32 0.07 0.01 0.00 -ultravirus ultravirus nom m 0.01 0.00 0.01 0.00 -ultérieur ultérieur adj m s 0.71 2.36 0.27 0.41 -ultérieure ultérieur adj f s 0.71 2.36 0.28 0.95 -ultérieurement ultérieurement adv 0.37 2.03 0.37 2.03 -ultérieures ultérieur adj f p 0.71 2.36 0.09 0.81 -ultérieurs ultérieur adj m p 0.71 2.36 0.07 0.20 -élu élire ver m s 11.24 13.51 5.85 4.46 par:pas; -éléates éléate nom p 0.00 0.07 0.00 0.07 -élucida élucider ver 2.43 2.64 0.00 0.07 ind:pas:3s; -élucidai élucider ver 2.43 2.64 0.00 0.07 ind:pas:1s; -élucidation élucidation nom f s 0.05 0.61 0.05 0.61 -élucide élucider ver 2.43 2.64 0.10 0.20 imp:pre:2s;ind:pre:1s;ind:pre:3s; -élucider élucider ver 2.43 2.64 1.31 1.69 inf; -élucideraient élucider ver 2.43 2.64 0.00 0.07 cnd:pre:3p; -éluciderait élucider ver 2.43 2.64 0.01 0.00 cnd:pre:3s; -élucidé élucider ver m s 2.43 2.64 0.60 0.20 par:pas; -élucidée élucider ver f s 2.43 2.64 0.09 0.07 par:pas; -élucidées élucider ver f p 2.43 2.64 0.20 0.20 par:pas; -élucidés élucider ver m p 2.43 2.64 0.13 0.07 par:pas; -élucubration élucubration nom f s 0.18 1.15 0.00 0.07 -élucubrations élucubration nom f p 0.18 1.15 0.18 1.08 -élucubre élucubrer ver 0.01 0.27 0.00 0.07 ind:pre:3s; -élucubrent élucubrer ver 0.01 0.27 0.00 0.07 ind:pre:3p; -élucubrer élucubrer ver 0.01 0.27 0.01 0.14 inf; -éluda éluder ver 0.69 5.00 0.00 0.74 ind:pas:3s; -éludai éluder ver 0.69 5.00 0.00 0.07 ind:pas:1s; -éludaient éluder ver 0.69 5.00 0.00 0.14 ind:imp:3p; -éludais éluder ver 0.69 5.00 0.01 0.07 ind:imp:1s; -éludait éluder ver 0.69 5.00 0.00 0.41 ind:imp:3s; -éludant éluder ver 0.69 5.00 0.00 0.07 par:pre; -élude éluder ver 0.69 5.00 0.07 0.47 imp:pre:2s;ind:pre:1s;ind:pre:3s; -éludent éluder ver 0.69 5.00 0.01 0.07 ind:pre:3p; -éluder éluder ver 0.69 5.00 0.33 1.89 inf; -éludes éluder ver 0.69 5.00 0.04 0.07 ind:pre:2s; -éludez éluder ver 0.69 5.00 0.13 0.00 imp:pre:2p;ind:pre:2p; -éludât éluder ver 0.69 5.00 0.00 0.14 sub:imp:3s; -éludé éluder ver m s 0.69 5.00 0.07 0.61 par:pas; -éludée éluder ver f s 0.69 5.00 0.01 0.07 par:pas; -éludées éluder ver f p 0.69 5.00 0.02 0.20 par:pas; -élue élu adj f s 5.49 4.73 3.62 2.16 -élues élu adj f p 5.49 4.73 0.14 0.68 -élégamment élégamment adv 0.23 1.89 0.23 1.89 -élégance élégance nom f s 4.17 23.51 4.12 22.77 -élégances élégance nom f p 4.17 23.51 0.06 0.74 -élégant élégant adj m s 10.13 28.85 4.74 11.35 -élégante élégant adj f s 10.13 28.85 3.86 9.46 -élégantes élégant adj f p 10.13 28.85 0.86 3.38 -élégants élégant adj m p 10.13 28.85 0.68 4.66 -élégiaque élégiaque adj s 0.10 0.27 0.10 0.20 -élégiaques élégiaque nom p 0.00 0.34 0.00 0.20 -élégie élégie nom f s 0.15 0.41 0.11 0.27 -élégies élégie nom f p 0.15 0.41 0.04 0.14 -ulula ululer ver 0.01 0.47 0.00 0.07 ind:pas:3s; -ululait ululer ver 0.01 0.47 0.00 0.14 ind:imp:3s; -ululant ululer ver 0.01 0.47 0.00 0.07 par:pre; -ulule ululer ver 0.01 0.47 0.01 0.07 ind:pre:3s; -ululement ululement nom m s 0.00 0.47 0.00 0.41 -ululements ululement nom m p 0.00 0.47 0.00 0.07 -ululer ululer ver 0.01 0.47 0.00 0.14 inf; -élément_clé élément_clé nom m s 0.09 0.00 0.09 0.00 -élément élément nom m s 24.03 63.04 10.20 16.15 -élémentaire élémentaire adj s 3.09 14.05 2.26 10.20 -élémentaires élémentaire adj p 3.09 14.05 0.82 3.85 -élémentarité élémentarité nom f s 0.00 0.07 0.00 0.07 -éléments_clé éléments_clé nom m p 0.02 0.00 0.02 0.00 -éléments élément nom m p 24.03 63.04 13.83 46.89 -éléphant éléphant nom m s 15.36 15.20 10.17 8.92 -éléphante éléphant nom f s 15.36 15.20 0.02 0.20 -éléphanteau éléphanteau nom m s 0.02 0.20 0.02 0.20 -éléphantes éléphant nom f p 15.36 15.20 0.00 0.07 -éléphantesque éléphantesque adj s 0.02 0.27 0.02 0.07 -éléphantesques éléphantesque adj p 0.02 0.27 0.00 0.20 -éléphantiasique éléphantiasique adj s 0.01 0.00 0.01 0.00 -éléphantiasis éléphantiasis nom m 0.04 0.27 0.04 0.27 -éléphantine éléphantin adj f s 0.01 0.34 0.01 0.07 -éléphantines éléphantin adj f p 0.01 0.34 0.00 0.27 -éléphants éléphant nom m p 15.36 15.20 5.17 6.01 -élus élu nom m p 4.41 5.81 1.59 4.12 -élusifs élusif adj m p 0.01 0.07 0.00 0.07 -élusive élusif adj f s 0.01 0.07 0.01 0.00 -élut élire ver 11.24 13.51 0.00 0.14 ind:pas:3s; -élévateur élévateur nom m s 0.28 0.00 0.25 0.00 -élévateurs élévateur nom m p 0.28 0.00 0.03 0.00 -élévation élévation nom f s 0.33 3.11 0.30 2.97 -élévations élévation nom f p 0.33 3.11 0.04 0.14 -élévatrice élévateur adj f s 0.23 0.27 0.01 0.00 -élévatrices élévateur adj f p 0.23 0.27 0.01 0.00 -élysée élysée nom m s 0.16 3.72 0.16 3.72 -élyséen élyséen adj m s 0.00 0.14 0.00 0.07 -élyséenne élyséen adj f s 0.00 0.14 0.00 0.07 -élytre élytre nom m s 0.01 1.76 0.01 0.00 -élytres élytre nom m p 0.01 1.76 0.00 1.76 -émût émouvoir ver 9.46 37.43 0.00 0.07 sub:imp:3s; -émaciait émacier ver 0.17 1.01 0.00 0.14 ind:imp:3s; -émacie émacier ver 0.17 1.01 0.00 0.14 ind:pre:3s; -émacié émacier ver m s 0.17 1.01 0.14 0.41 par:pas; -émaciée émacié adj f s 0.05 2.57 0.00 0.34 -émaciées émacier ver f p 0.17 1.01 0.01 0.00 par:pas; -émaciés émacié adj m p 0.05 2.57 0.02 0.07 -émail émail nom m s 0.57 6.42 0.56 5.74 -émailla émailler ver 0.24 2.84 0.00 0.07 ind:pas:3s; -émaillaient émailler ver 0.24 2.84 0.00 0.47 ind:imp:3p; -émaillait émailler ver 0.24 2.84 0.00 0.07 ind:imp:3s; -émaillant émailler ver 0.24 2.84 0.01 0.00 par:pre; -émaille émailler ver 0.24 2.84 0.01 0.07 ind:pre:1s;ind:pre:3s; -émaillent émailler ver 0.24 2.84 0.00 0.20 ind:pre:3p; -émailler émailler ver 0.24 2.84 0.01 0.34 inf; -émaillé émailler ver m s 0.24 2.84 0.03 0.74 par:pas; -émaillée émailler ver f s 0.24 2.84 0.17 0.47 par:pas; -émaillées émailler ver f p 0.24 2.84 0.01 0.27 par:pas; -émaillés émaillé adj m p 0.01 2.64 0.00 0.27 -émanaient émaner ver 2.77 9.93 0.06 0.54 ind:imp:3p; -émanait émaner ver 2.77 9.93 0.15 4.66 ind:imp:3s; -émanant émaner ver 2.77 9.93 0.72 1.22 par:pre; -émanation émanation nom f s 0.78 3.11 0.07 1.08 -émanations émanation nom f p 0.78 3.11 0.70 2.03 -émancipait émanciper ver 0.41 0.74 0.00 0.07 ind:imp:3s; -émancipateur émancipateur adj m s 0.02 0.07 0.02 0.00 -émancipation émancipation nom f s 1.12 1.15 1.12 1.15 -émancipatrice émancipateur adj f s 0.02 0.07 0.00 0.07 -émancipe émanciper ver 0.41 0.74 0.05 0.00 ind:pre:3s; -émancipent émanciper ver 0.41 0.74 0.00 0.14 ind:pre:3p; -émanciper émanciper ver 0.41 0.74 0.11 0.27 inf; -émancipé émanciper ver m s 0.41 0.74 0.14 0.07 par:pas; -émancipée émancipé adj f s 0.25 0.41 0.12 0.20 -émancipées émanciper ver f p 0.41 0.74 0.00 0.14 par:pas; -émancipés émanciper ver m p 0.41 0.74 0.02 0.00 par:pas; -émane émaner ver 2.77 9.93 1.31 2.09 imp:pre:2s;ind:pre:3s; -émanent émaner ver 2.77 9.93 0.34 0.47 ind:pre:3p; -émaner émaner ver 2.77 9.93 0.10 0.54 inf; -émanera émaner ver 2.77 9.93 0.01 0.00 ind:fut:3s; -émanerait émaner ver 2.77 9.93 0.02 0.07 cnd:pre:3s; -émané émaner ver m s 2.77 9.93 0.04 0.00 par:pas; -émanée émaner ver f s 2.77 9.93 0.00 0.20 par:pas; -émanées émaner ver f p 2.77 9.93 0.00 0.07 par:pas; -émanés émaner ver m p 2.77 9.93 0.00 0.07 par:pas; -émarge émarger ver 0.02 0.41 0.02 0.07 ind:pre:1s;ind:pre:3s; -émargeaient émarger ver 0.02 0.41 0.00 0.07 ind:imp:3p; -émargeait émarger ver 0.02 0.41 0.00 0.07 ind:imp:3s; -émargeant émarger ver 0.02 0.41 0.00 0.07 par:pre; -émargement émargement nom m s 0.01 0.00 0.01 0.00 -émarger émarger ver 0.02 0.41 0.00 0.14 inf; -émasculaient émasculer ver 0.31 0.68 0.00 0.07 ind:imp:3p; -émasculation émasculation nom f s 0.02 0.14 0.02 0.14 -émascule émasculer ver 0.31 0.68 0.03 0.14 ind:pre:1s;ind:pre:3s; -émasculer émasculer ver 0.31 0.68 0.22 0.14 inf; -émasculé émasculer ver m s 0.31 0.68 0.04 0.07 par:pas; -émasculée émasculer ver f s 0.31 0.68 0.00 0.07 par:pas; -émasculées émasculer ver f p 0.31 0.68 0.00 0.07 par:pas; -émasculés émasculer ver m p 0.31 0.68 0.03 0.14 par:pas; -émaux émail nom m p 0.57 6.42 0.01 0.68 -umbanda umbanda nom m s 0.10 0.00 0.10 0.00 -émeraude émeraude nom f s 2.77 6.42 0.88 3.58 -émeraudes émeraude nom p 2.77 6.42 1.88 2.84 -émerge émerger ver 3.73 30.20 1.14 5.07 imp:pre:2s;ind:pre:1s;ind:pre:3s; -émergea émerger ver 3.73 30.20 0.04 2.64 ind:pas:3s; -émergeai émerger ver 3.73 30.20 0.04 0.20 ind:pas:1s; -émergeaient émerger ver 3.73 30.20 0.10 2.50 ind:imp:3p; -émergeais émerger ver 3.73 30.20 0.21 0.27 ind:imp:1s; -émergeait émerger ver 3.73 30.20 0.03 5.41 ind:imp:3s; -émergeant émerger ver 3.73 30.20 0.28 4.53 par:pre; -émergence émergence nom f s 0.49 0.54 0.49 0.41 -émergences émergence nom f p 0.49 0.54 0.00 0.14 -émergent émerger ver 3.73 30.20 0.22 2.64 ind:pre:3p;sub:pre:3p; -émergente émergent adj f s 0.11 0.41 0.01 0.00 -émergeons émerger ver 3.73 30.20 0.00 0.27 ind:pre:1p; -émergeât émerger ver 3.73 30.20 0.00 0.07 sub:imp:3s; -émerger émerger ver 3.73 30.20 0.70 4.46 inf; -émergera émerger ver 3.73 30.20 0.34 0.07 ind:fut:3s; -émergerait émerger ver 3.73 30.20 0.00 0.14 cnd:pre:3s; -émergeras émerger ver 3.73 30.20 0.00 0.07 ind:fut:2s; -émergerons émerger ver 3.73 30.20 0.03 0.00 ind:fut:1p; -émergeront émerger ver 3.73 30.20 0.01 0.00 ind:fut:3p; -émerges émerger ver 3.73 30.20 0.06 0.14 ind:pre:2s; -émergions émerger ver 3.73 30.20 0.00 0.20 ind:imp:1p; -émergèrent émerger ver 3.73 30.20 0.11 0.27 ind:pas:3p; -émergé émerger ver m s 3.73 30.20 0.38 1.01 par:pas; -émergée émerger ver f s 3.73 30.20 0.05 0.20 par:pas; -émergées émergé adj f p 0.00 0.34 0.00 0.07 -émergés émerger ver m p 3.73 30.20 0.00 0.07 par:pas; -émeri émeri nom m s 0.16 0.95 0.16 0.95 -émerillon émerillon nom m s 0.00 0.20 0.00 0.20 -émerillonné émerillonné adj m s 0.00 0.07 0.00 0.07 -émerisé émeriser ver m s 0.00 0.14 0.00 0.07 par:pas; -émerisées émeriser ver f p 0.00 0.14 0.00 0.07 par:pas; -émersion émersion nom f s 0.00 0.07 0.00 0.07 -émerveilla émerveiller ver 1.40 20.81 0.00 0.47 ind:pas:3s; -émerveillai émerveiller ver 1.40 20.81 0.00 0.14 ind:pas:1s; -émerveillaient émerveiller ver 1.40 20.81 0.00 0.88 ind:imp:3p; -émerveillais émerveiller ver 1.40 20.81 0.01 0.34 ind:imp:1s; -émerveillait émerveiller ver 1.40 20.81 0.01 3.38 ind:imp:3s; -émerveillant émerveiller ver 1.40 20.81 0.01 0.81 par:pre; -émerveille émerveiller ver 1.40 20.81 0.43 1.62 imp:pre:2s;ind:pre:1s;ind:pre:3s; -émerveillement émerveillement nom m s 0.58 8.24 0.56 7.36 -émerveillements émerveillement nom m p 0.58 8.24 0.02 0.88 -émerveillent émerveiller ver 1.40 20.81 0.00 0.74 ind:pre:3p; -émerveiller émerveiller ver 1.40 20.81 0.12 1.15 inf; -émerveillerait émerveiller ver 1.40 20.81 0.00 0.07 cnd:pre:3s; -émerveillèrent émerveiller ver 1.40 20.81 0.00 0.07 ind:pas:3p; -émerveillé émerveiller ver m s 1.40 20.81 0.36 5.81 par:pas; -émerveillée émerveiller ver f s 1.40 20.81 0.38 3.11 par:pas; -émerveillées émerveiller ver f p 1.40 20.81 0.01 0.34 par:pas; -émerveillés émerveiller ver m p 1.40 20.81 0.08 1.89 par:pas; -émet émettre ver 9.45 17.23 1.85 2.57 ind:pre:3s; -émets émettre ver 9.45 17.23 0.48 0.47 imp:pre:2s;ind:pre:1s;ind:pre:2s; -émettaient émettre ver 9.45 17.23 0.01 0.74 ind:imp:3p; -émettait émettre ver 9.45 17.23 0.09 1.55 ind:imp:3s; -émettant émettre ver 9.45 17.23 0.14 1.08 par:pre; -émette émettre ver 9.45 17.23 0.20 0.00 sub:pre:1s;sub:pre:3s; -émettent émettre ver 9.45 17.23 0.91 0.34 ind:pre:3p; -émetteur_récepteur émetteur_récepteur nom m s 0.05 0.00 0.05 0.00 -émetteur émetteur nom m s 3.35 0.54 3.06 0.34 -émetteurs émetteur nom m p 3.35 0.54 0.29 0.20 -émettez émettre ver 9.45 17.23 0.10 0.07 imp:pre:2p;ind:pre:2p; -émettons émettre ver 9.45 17.23 0.14 0.07 imp:pre:1p;ind:pre:1p; -émettra émettre ver 9.45 17.23 0.28 0.07 ind:fut:3s; -émettrai émettre ver 9.45 17.23 0.04 0.00 ind:fut:1s; -émettre émettre ver 9.45 17.23 2.96 3.04 inf; -émettrice émetteur adj f s 1.01 0.47 0.01 0.07 -émettrons émettre ver 9.45 17.23 0.05 0.00 ind:fut:1p; -émettront émettre ver 9.45 17.23 0.00 0.07 ind:fut:3p; -émeu émeu nom m s 0.09 0.07 0.09 0.00 -émeus émouvoir ver 9.46 37.43 0.14 0.07 imp:pre:2s;ind:pre:1s;ind:pre:2s; -émeut émouvoir ver 9.46 37.43 1.22 4.73 ind:pre:3s; -émeute émeute nom f s 6.75 5.81 4.03 3.65 -émeutes émeute nom f p 6.75 5.81 2.71 2.16 -émeutier émeutier nom m s 0.26 0.81 0.01 0.00 -émeutiers émeutier nom m p 0.26 0.81 0.25 0.81 -émeuve émouvoir ver 9.46 37.43 0.01 0.54 sub:pre:1s;sub:pre:3s; -émeuvent émouvoir ver 9.46 37.43 0.14 1.01 ind:pre:3p;sub:pre:3p; -émietta émietter ver 0.09 3.31 0.00 0.47 ind:pas:3s; -émiettaient émietter ver 0.09 3.31 0.00 0.41 ind:imp:3p; -émiettait émietter ver 0.09 3.31 0.00 0.54 ind:imp:3s; -émiette émietter ver 0.09 3.31 0.02 0.47 ind:pre:1s;ind:pre:3s; -émiettement émiettement nom m s 0.00 0.47 0.00 0.27 -émiettements émiettement nom m p 0.00 0.47 0.00 0.20 -émiettent émietter ver 0.09 3.31 0.01 0.07 ind:pre:3p; -émietter émietter ver 0.09 3.31 0.05 0.47 inf; -émietterait émietter ver 0.09 3.31 0.00 0.07 cnd:pre:3s; -émiettez émietter ver 0.09 3.31 0.01 0.00 ind:pre:2p; -émiettèrent émietter ver 0.09 3.31 0.00 0.07 ind:pas:3p; -émietté émietter ver m s 0.09 3.31 0.00 0.61 par:pas; -émiettée émietter ver f s 0.09 3.31 0.00 0.07 par:pas; -émiettés émietter ver m p 0.09 3.31 0.00 0.07 par:pas; -émigra émigrer ver 3.15 3.31 0.02 0.07 ind:pas:3s; -émigrai émigrer ver 3.15 3.31 0.01 0.07 ind:pas:1s; -émigraient émigrer ver 3.15 3.31 0.01 0.00 ind:imp:3p; -émigrais émigrer ver 3.15 3.31 0.01 0.07 ind:imp:1s; -émigrait émigrer ver 3.15 3.31 0.00 0.07 ind:imp:3s; -émigrant émigrant nom m s 0.50 0.81 0.20 0.20 -émigrante émigrant nom f s 0.50 0.81 0.10 0.00 -émigrants émigrant nom m p 0.50 0.81 0.20 0.61 -émigration émigration nom f s 0.60 1.15 0.60 1.15 -émigre émigrer ver 3.15 3.31 0.28 0.20 imp:pre:2s;ind:pre:1s;ind:pre:3s; -émigrent émigrer ver 3.15 3.31 0.14 0.00 ind:pre:3p; -émigrer émigrer ver 3.15 3.31 1.02 0.47 inf; -émigrèrent émigrer ver 3.15 3.31 0.01 0.07 ind:pas:3p; -émigré émigrer ver m s 3.15 3.31 1.63 1.55 par:pas; -émigrée émigrer ver f s 3.15 3.31 0.01 0.27 par:pas; -émigrés émigré nom m p 0.91 3.45 0.62 2.30 -émilien émilien nom m s 0.00 3.38 0.00 0.07 -émilienne émilien nom f s 0.00 3.38 0.00 3.31 -émincer émincer ver 0.38 0.47 0.12 0.07 inf; -émincez émincer ver 0.38 0.47 0.12 0.00 imp:pre:2p;ind:pre:2p; -émincé émincer ver m s 0.38 0.47 0.11 0.20 par:pas; -émincée émincer ver f s 0.38 0.47 0.01 0.00 par:pas; -émincées émincer ver f p 0.38 0.47 0.01 0.14 par:pas; -émincés émincé nom m p 0.15 0.14 0.11 0.00 -éminemment éminemment adv 0.13 1.49 0.13 1.49 -éminence éminence nom f s 1.19 3.85 1.18 3.04 -éminences éminence nom f p 1.19 3.85 0.01 0.81 -éminent éminent adj m s 2.37 5.00 1.66 2.03 -éminente éminent adj f s 2.37 5.00 0.07 1.15 -éminentes éminent adj f p 2.37 5.00 0.03 0.47 -éminentissimes éminentissime adj m p 0.00 0.07 0.00 0.07 -éminents éminent adj m p 2.37 5.00 0.61 1.35 -émir émir nom m s 0.86 0.81 0.75 0.68 -émirat émirat nom m s 0.01 0.27 0.00 0.07 -émirats émirat nom m p 0.01 0.27 0.01 0.20 -émirs émir nom m p 0.86 0.81 0.11 0.14 -émis émettre ver m 9.45 17.23 1.57 2.30 ind:pas:1s;ind:pas:2s;par:pas;par:pas; -émise émettre ver f s 9.45 17.23 0.23 0.20 par:pas; -émises émettre ver f p 9.45 17.23 0.32 0.47 par:pas; -émissaire émissaire adj m s 2.02 1.22 1.87 1.01 -émissaires émissaire nom m p 2.03 3.72 0.33 2.57 -émission émission nom f s 32.31 10.95 27.75 7.36 -émissions émission nom f p 32.31 10.95 4.56 3.58 -émit émettre ver 9.45 17.23 0.10 4.19 ind:pas:3s; -émoi émoi nom m s 1.71 7.77 1.41 5.88 -émois émoi nom m p 1.71 7.77 0.30 1.89 -émollient émollient adj m s 0.00 0.41 0.00 0.07 -émolliente émollient adj f s 0.00 0.41 0.00 0.34 -émoluments émolument nom m p 0.01 0.20 0.01 0.20 -émondait émonder ver 0.02 0.68 0.00 0.07 ind:imp:3s; -émonder émonder ver 0.02 0.68 0.01 0.27 inf; -émondera émonder ver 0.02 0.68 0.00 0.07 ind:fut:3s; -émondeur émondeur nom m s 0.00 0.14 0.00 0.14 -émondons émonder ver 0.02 0.68 0.00 0.07 imp:pre:1p; -émondé émonder ver m s 0.02 0.68 0.01 0.07 par:pas; -émondée émonder ver f s 0.02 0.68 0.00 0.07 par:pas; -émondées émonder ver f p 0.02 0.68 0.00 0.07 par:pas; -émotif émotif adj m s 2.65 1.15 1.16 0.61 -émotifs émotif adj m p 2.65 1.15 0.10 0.27 -émotion émotion nom f s 26.33 59.59 14.03 47.97 -émotionnante émotionnant adj f s 0.00 0.07 0.00 0.07 -émotionne émotionner ver 0.54 0.14 0.14 0.07 ind:pre:3s; -émotionnel émotionnel adj m s 5.57 0.41 3.14 0.27 -émotionnelle émotionnel adj f s 5.57 0.41 1.58 0.07 -émotionnellement émotionnellement adv 1.53 0.00 1.53 0.00 -émotionnelles émotionnel adj f p 5.57 0.41 0.17 0.00 -émotionnels émotionnel adj m p 5.57 0.41 0.68 0.07 -émotionné émotionner ver m s 0.54 0.14 0.40 0.07 par:pas; -émotions émotion nom f p 26.33 59.59 12.30 11.62 -émotive émotif adj f s 2.65 1.15 1.22 0.27 -émotives émotif adj f p 2.65 1.15 0.16 0.00 -émotivité émotivité nom f s 0.15 0.47 0.15 0.47 -émouchets émouchet nom m p 0.00 0.07 0.00 0.07 -émoulu émoudre ver m s 0.02 0.61 0.02 0.47 par:pas; -émoulue émoulu adj f s 0.02 0.14 0.01 0.00 -émoulus émoudre ver m p 0.02 0.61 0.00 0.07 par:pas; -émoussa émousser ver 0.61 2.64 0.00 0.07 ind:pas:3s; -émoussai émousser ver 0.61 2.64 0.00 0.07 ind:pas:1s; -émoussaient émousser ver 0.61 2.64 0.00 0.07 ind:imp:3p; -émoussait émousser ver 0.61 2.64 0.01 0.07 ind:imp:3s; -émoussant émousser ver 0.61 2.64 0.13 0.07 par:pre; -émousse émousser ver 0.61 2.64 0.17 0.41 imp:pre:2s;ind:pre:3s; -émoussement émoussement nom m s 0.00 0.07 0.00 0.07 -émoussent émousser ver 0.61 2.64 0.01 0.20 ind:pre:3p; -émousser émousser ver 0.61 2.64 0.05 0.47 inf; -émousseront émousser ver 0.61 2.64 0.00 0.07 ind:fut:3p; -émoussèrent émousser ver 0.61 2.64 0.00 0.07 ind:pas:3p; -émoussé émousser ver m s 0.61 2.64 0.19 0.07 par:pas; -émoussée émoussé adj f s 0.59 0.81 0.34 0.14 -émoussées émoussé adj f p 0.59 0.81 0.04 0.27 -émoussés émoussé adj m p 0.59 0.81 0.14 0.14 -émoustilla émoustiller ver 0.38 2.36 0.00 0.14 ind:pas:3s; -émoustillait émoustiller ver 0.38 2.36 0.01 0.27 ind:imp:3s; -émoustillant émoustillant adj m s 0.23 0.14 0.11 0.00 -émoustillante émoustillant adj f s 0.23 0.14 0.12 0.14 -émoustiller émoustiller ver 0.38 2.36 0.16 0.41 inf; -émoustillera émoustiller ver 0.38 2.36 0.00 0.07 ind:fut:3s; -émoustillé émoustiller ver m s 0.38 2.36 0.07 0.68 par:pas; -émoustillée émoustiller ver f s 0.38 2.36 0.06 0.41 par:pas; -émoustillées émoustiller ver f p 0.38 2.36 0.00 0.07 par:pas; -émoustillés émoustiller ver m p 0.38 2.36 0.04 0.34 par:pas; -émouvaient émouvoir ver 9.46 37.43 0.01 0.27 ind:imp:3p; -émouvais émouvoir ver 9.46 37.43 0.10 0.34 ind:imp:1s;ind:imp:2s; -émouvait émouvoir ver 9.46 37.43 0.03 2.64 ind:imp:3s; -émouvant émouvant adj m s 5.21 14.05 3.51 4.80 -émouvante émouvant adj f s 5.21 14.05 1.16 6.08 -émouvantes émouvant adj f p 5.21 14.05 0.28 1.55 -émouvants émouvant adj m p 5.21 14.05 0.26 1.62 -émouvez émouvoir ver 9.46 37.43 0.00 0.07 imp:pre:2p; -émouvoir émouvoir ver 9.46 37.43 1.29 6.08 inf; -émouvrait émouvoir ver 9.46 37.43 0.01 0.14 cnd:pre:3s; -émèchent émécher ver 0.40 0.27 0.00 0.07 ind:pre:3p; -ému émouvoir ver m s 9.46 37.43 3.69 10.47 par:pas; -éméché émécher ver m s 0.40 0.27 0.26 0.00 par:pas; -éméchée émécher ver f s 0.40 0.27 0.05 0.07 par:pas; -éméchées émécher ver f p 0.40 0.27 0.02 0.07 par:pas; -éméchés éméché adj m p 0.27 1.82 0.09 0.95 -émue ému adj f s 4.89 12.09 1.92 3.78 -émues ému adj f p 4.89 12.09 0.14 0.54 -émulation émulation nom f s 0.07 2.30 0.07 2.23 -émulations émulation nom f p 0.07 2.30 0.00 0.07 -émule émule nom s 0.24 0.95 0.17 0.88 -émuler émuler ver 0.01 0.00 0.01 0.00 inf; -émules émule nom p 0.24 0.95 0.07 0.07 -émulsifiant émulsifiant adj m s 0.01 0.00 0.01 0.00 -émulsifier émulsifier ver 0.01 0.00 0.01 0.00 inf; -émulsion émulsion nom f s 0.24 0.07 0.24 0.07 -émulsionné émulsionner ver m s 0.00 0.07 0.00 0.07 par:pas; -émulsive émulsif adj f s 0.01 0.00 0.01 0.00 -émurent émouvoir ver 9.46 37.43 0.00 0.34 ind:pas:3p; -émérite émérite adj s 0.92 0.20 0.80 0.14 -émérites émérite adj p 0.92 0.20 0.12 0.07 -émus ému adj m p 4.89 12.09 0.52 0.88 -émussent émouvoir ver 9.46 37.43 0.00 0.07 sub:imp:3p; -émut émouvoir ver 9.46 37.43 0.40 3.24 ind:pas:3s; -émétine émétine nom f s 0.01 0.00 0.01 0.00 -émétique émétique adj m s 0.27 0.00 0.27 0.00 -un un art_ind m s 12087.62 13550.68 12087.62 13550.68 -unît unir ver 25.15 32.16 0.00 0.07 sub:imp:3s; -énamourant énamourer ver 0.00 0.41 0.00 0.07 par:pre; -énamouré énamouré adj m s 0.06 0.54 0.04 0.14 -énamourée énamouré adj f s 0.06 0.54 0.00 0.14 -énamourées énamouré adj f p 0.06 0.54 0.01 0.00 -énamourés énamouré adj m p 0.06 0.54 0.01 0.27 -unanime unanime adj s 2.18 6.08 1.77 4.66 -unanimement unanimement adv 0.06 1.35 0.06 1.35 -unanimes unanime adj p 2.18 6.08 0.41 1.42 -unanimisme unanimisme nom m s 0.00 0.07 0.00 0.07 -unanimité unanimité nom f s 2.63 3.78 2.63 3.78 -énarque énarque nom s 0.15 0.34 0.15 0.20 -énarques énarque nom p 0.15 0.34 0.00 0.14 -unau unau nom m s 0.01 0.00 0.01 0.00 -underground underground adj 0.89 0.34 0.89 0.34 -une une art_ind f s 7907.85 9587.97 7907.85 9587.97 -énergie énergie nom f s 43.06 29.66 42.18 27.64 -énergies énergie nom f p 43.06 29.66 0.88 2.03 -énergique énergique adj s 1.77 5.47 1.37 3.99 -énergiquement énergiquement adv 0.35 3.65 0.35 3.65 -énergiques énergique adj p 1.77 5.47 0.40 1.49 -énergisant énergisant adj m s 0.08 0.00 0.01 0.00 -énergisant énergisant nom m s 0.01 0.00 0.01 0.00 -énergisante énergisant adj f s 0.08 0.00 0.07 0.00 -énergisée énergisé adj f s 0.01 0.00 0.01 0.00 -énergumène énergumène nom s 0.68 1.49 0.51 0.95 -énergumènes énergumène nom p 0.68 1.49 0.18 0.54 -énergétique énergétique adj s 2.50 0.61 1.75 0.27 -énergétiques énergétique adj p 2.50 0.61 0.74 0.34 -énerva énerver ver 53.83 23.72 0.10 2.16 ind:pas:3s; -énervai énerver ver 53.83 23.72 0.00 0.07 ind:pas:1s; -énervaient énerver ver 53.83 23.72 0.03 0.81 ind:imp:3p; -énervais énerver ver 53.83 23.72 0.16 0.14 ind:imp:1s;ind:imp:2s; -énervait énerver ver 53.83 23.72 0.98 4.53 ind:imp:3s; -énervant énervant adj m s 1.98 1.89 1.27 0.74 -énervante énervant adj f s 1.98 1.89 0.57 0.88 -énervantes énervant adj f p 1.98 1.89 0.04 0.20 -énervants énervant adj m p 1.98 1.89 0.11 0.07 -énerve énerver ver 53.83 23.72 21.70 6.28 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:1s; -énervement énervement nom m s 0.34 3.58 0.34 3.38 -énervements énervement nom m p 0.34 3.58 0.00 0.20 -énervent énerver ver 53.83 23.72 1.27 0.61 ind:pre:3p; -énerver énerver ver 53.83 23.72 10.36 3.38 inf; -énervera énerver ver 53.83 23.72 0.09 0.00 ind:fut:3s; -énerverai énerver ver 53.83 23.72 0.05 0.00 ind:fut:1s; -énerveraient énerver ver 53.83 23.72 0.01 0.00 cnd:pre:3p; -énerverait énerver ver 53.83 23.72 0.70 0.00 cnd:pre:3s; -énerveront énerver ver 53.83 23.72 0.01 0.00 ind:fut:3p; -énerves énerver ver 53.83 23.72 4.36 0.74 ind:pre:2s; -énervez énerver ver 53.83 23.72 2.83 0.68 imp:pre:2p;ind:pre:2p; -énerviez énerver ver 53.83 23.72 0.07 0.00 ind:imp:2p; -énervions énerver ver 53.83 23.72 0.01 0.00 ind:imp:1p; -énervâmes énerver ver 53.83 23.72 0.00 0.07 ind:pas:1p; -énervons énerver ver 53.83 23.72 0.17 0.00 imp:pre:1p;ind:pre:1p; -énervé énerver ver m s 53.83 23.72 7.03 1.69 par:pas; -énervée énerver ver f s 53.83 23.72 3.00 1.08 par:pas; -énervées énerver ver f p 53.83 23.72 0.10 0.14 par:pas; -énervés énerver ver m p 53.83 23.72 0.55 0.68 par:pas; -unes unes pro_ind f p 3.42 19.59 3.42 19.59 -unetelle unetelle nom m s 0.01 0.61 0.01 0.61 -unguéal unguéal adj m s 0.01 0.00 0.01 0.00 -uni unir ver m s 25.15 32.16 1.57 2.77 par:pas; -uniate uniate adj m s 0.00 0.07 0.00 0.07 -unicellulaire unicellulaire adj m s 0.05 0.00 0.05 0.00 -unicité unicité nom f s 0.19 0.41 0.19 0.41 -unicorne unicorne adj s 0.01 0.00 0.01 0.00 -unidimensionnel unidimensionnel adj m s 0.16 0.07 0.14 0.07 -unidimensionnelle unidimensionnel adj f s 0.16 0.07 0.01 0.00 -unidirectionnel unidirectionnel adj m s 0.06 0.14 0.03 0.14 -unidirectionnelle unidirectionnel adj f s 0.06 0.14 0.02 0.00 -unidirectionnels unidirectionnel adj m p 0.06 0.14 0.01 0.00 -unie uni adj f s 10.08 13.78 1.17 2.57 -unies uni adj f p 10.08 13.78 3.46 4.73 -unification unification nom f s 1.50 0.34 1.50 0.34 -unificatrice unificateur adj f s 0.03 0.00 0.03 0.00 -unifie unifier ver 1.51 1.42 0.00 0.14 ind:pre:3s; -unifient unifier ver 1.51 1.42 0.04 0.00 ind:pre:3p; -unifier unifier ver 1.51 1.42 0.56 0.54 inf; -unifiez unifier ver 1.51 1.42 0.02 0.00 imp:pre:2p; -unifié unifier ver m s 1.51 1.42 0.40 0.41 par:pas; -unifiée unifier ver f s 1.51 1.42 0.20 0.14 par:pas; -unifiées unifier ver f p 1.51 1.42 0.00 0.14 par:pas; -unifiés unifier ver m p 1.51 1.42 0.30 0.07 par:pas; -uniforme uniforme nom m s 31.01 50.14 24.92 38.72 -uniformes uniforme nom m p 31.01 50.14 6.09 11.42 -uniformisait uniformiser ver 0.10 0.54 0.00 0.14 ind:imp:3s; -uniformisation uniformisation nom f s 0.01 0.27 0.01 0.27 -uniformise uniformiser ver 0.10 0.54 0.10 0.20 ind:pre:3s; -uniformiser uniformiser ver 0.10 0.54 0.00 0.07 inf; -uniformisée uniformiser ver f s 0.10 0.54 0.00 0.07 par:pas; -uniformisés uniformiser ver m p 0.10 0.54 0.00 0.07 par:pas; -uniformité uniformité nom f s 0.07 1.35 0.07 1.35 -uniformément uniformément adv 0.06 4.05 0.06 4.05 -énigmatique énigmatique adj s 0.82 8.11 0.80 5.88 -énigmatiquement énigmatiquement adv 0.00 0.47 0.00 0.47 -énigmatiques énigmatique adj p 0.82 8.11 0.02 2.23 -énigme énigme nom f s 7.29 10.88 5.45 8.58 -énigmes énigme nom f p 7.29 10.88 1.85 2.30 -unijambiste unijambiste adj s 0.54 0.20 0.53 0.20 -unijambistes unijambiste nom p 0.22 0.20 0.01 0.07 -unilatéral unilatéral adj m s 0.43 0.68 0.22 0.20 -unilatérale unilatéral adj f s 0.43 0.68 0.16 0.27 -unilatéralement unilatéralement adv 0.10 0.41 0.10 0.41 -unilatérales unilatéral adj f p 0.43 0.68 0.04 0.20 -unilatéralité unilatéralité nom f s 0.03 0.00 0.03 0.00 -unilatéraux unilatéral adj m p 0.43 0.68 0.01 0.00 -uniment uniment adv 0.00 0.47 0.00 0.47 -uninominal uninominal adj m s 0.00 0.27 0.00 0.20 -uninominales uninominal adj f p 0.00 0.27 0.00 0.07 -union union nom f s 19.14 30.07 18.10 29.19 -unioniste unioniste adj s 0.07 0.07 0.07 0.07 -unionistes unioniste nom p 0.01 0.07 0.00 0.07 -unions union nom f p 19.14 30.07 1.04 0.88 -uniprix uniprix nom m 0.00 0.61 0.00 0.61 -unique unique adj s 45.43 70.14 43.12 66.76 -uniquement uniquement adv 21.86 24.66 21.86 24.66 -uniques unique adj p 45.43 70.14 2.31 3.38 -unir unir ver 25.15 32.16 5.84 5.14 inf; -unira unir ver 25.15 32.16 0.45 0.20 ind:fut:3s; -unirai unir ver 25.15 32.16 0.16 0.00 ind:fut:1s; -uniraient unir ver 25.15 32.16 0.00 0.14 cnd:pre:3p; -unirait unir ver 25.15 32.16 0.06 0.20 cnd:pre:3s; -unirent unir ver 25.15 32.16 0.17 0.34 ind:pas:3p; -unirez unir ver 25.15 32.16 0.01 0.00 ind:fut:2p; -unirions unir ver 25.15 32.16 0.14 0.00 cnd:pre:1p; -unirons unir ver 25.15 32.16 0.27 0.00 ind:fut:1p; -uniront unir ver 25.15 32.16 0.21 0.00 ind:fut:3p; -unis unir ver m p 25.15 32.16 6.63 4.53 imp:pre:2s;ind:pre:1s;par:pas; -unisexe unisexe adj s 0.12 0.14 0.10 0.14 -unisexes unisexe adj f p 0.12 0.14 0.01 0.00 -unissaient unir ver 25.15 32.16 0.29 2.57 ind:imp:3p; -unissais unir ver 25.15 32.16 0.00 0.07 ind:imp:1s; -unissait unir ver 25.15 32.16 0.34 5.20 ind:imp:3s; -unissant unir ver 25.15 32.16 0.14 1.28 par:pre; -unisse unir ver 25.15 32.16 1.04 0.07 sub:pre:1s;sub:pre:3s; -unissent unir ver 25.15 32.16 1.23 2.09 ind:pre:3p; -unisses unir ver 25.15 32.16 0.00 0.07 sub:pre:2s; -unissez unir ver 25.15 32.16 1.43 0.47 imp:pre:2p;ind:pre:2p; -unissiez unir ver 25.15 32.16 0.00 0.07 ind:imp:2p; -unissions unir ver 25.15 32.16 0.02 0.14 ind:imp:1p; -unisson unisson nom m s 0.81 4.53 0.81 4.53 -unissons unir ver 25.15 32.16 0.81 0.20 imp:pre:1p;ind:pre:1p; -unit unir ver 25.15 32.16 2.72 3.51 ind:pre:3s;ind:pas:3s; -unitaire unitaire adj s 0.04 0.14 0.04 0.14 -unitarien unitarien adj m s 0.04 0.00 0.02 0.00 -unitarienne unitarien adj f s 0.04 0.00 0.02 0.00 -énième énième adj s 0.56 1.55 0.56 1.55 -unième unième adj s 0.17 0.81 0.17 0.81 -unité unité nom f s 43.46 40.41 29.29 25.07 -unités unité nom f p 43.46 40.41 14.18 15.34 -univalves univalve adj p 0.00 0.07 0.00 0.07 -univers univers nom m 34.21 58.45 34.21 58.45 -universal universal nom m s 1.24 0.00 1.24 0.00 -universalisais universaliser ver 0.01 0.07 0.00 0.07 ind:imp:1s; -universalise universaliser ver 0.01 0.07 0.01 0.00 ind:pre:3s; -universalisme universalisme nom m s 0.00 0.14 0.00 0.14 -universaliste universaliste nom s 0.01 0.00 0.01 0.00 -universalité universalité nom f s 0.00 0.27 0.00 0.27 -universel universel adj m s 5.09 15.14 2.51 5.95 -universelle universel adj f s 5.09 15.14 2.34 8.51 -universellement universellement adv 0.26 0.41 0.26 0.41 -universelles universel adj f p 5.09 15.14 0.18 0.54 -universels universel adj m p 5.09 15.14 0.06 0.14 -universitaire universitaire adj s 3.58 3.92 2.72 2.50 -universitaires universitaire adj p 3.58 3.92 0.85 1.42 -université université nom f s 40.64 15.00 38.22 13.24 -universités université nom f p 40.64 15.00 2.42 1.76 -univoque univoque adj m s 0.25 0.20 0.25 0.20 -énonce énoncer ver 1.52 4.86 0.48 0.34 ind:pre:1s;ind:pre:3s; -énoncent énoncer ver 1.52 4.86 0.01 0.14 ind:pre:3p; -énoncer énoncer ver 1.52 4.86 0.30 1.49 inf; -énonceront énoncer ver 1.52 4.86 0.34 0.00 ind:fut:3p; -énonciateurs énonciateur nom m p 0.00 0.07 0.00 0.07 -énonciation énonciation nom f s 0.04 0.07 0.04 0.07 -énoncé énoncé nom m s 0.64 1.76 0.49 1.55 -énoncée énoncer ver f s 1.52 4.86 0.12 0.14 par:pas; -énoncées énoncer ver f p 1.52 4.86 0.14 0.14 par:pas; -énoncés énoncé nom m p 0.64 1.76 0.14 0.20 -énonça énoncer ver 1.52 4.86 0.00 0.74 ind:pas:3s; -énonçai énoncer ver 1.52 4.86 0.00 0.20 ind:pas:1s; -énonçaient énoncer ver 1.52 4.86 0.00 0.07 ind:imp:3p; -énonçais énoncer ver 1.52 4.86 0.00 0.07 ind:imp:1s; -énonçait énoncer ver 1.52 4.86 0.01 0.74 ind:imp:3s; -énonçant énoncer ver 1.52 4.86 0.00 0.34 par:pre; -énorme énorme adj s 49.27 120.00 39.73 81.22 -énormes énorme adj p 49.27 120.00 9.55 38.78 -énormité énormité nom f s 0.38 3.04 0.16 2.43 -énormités énormité nom f p 0.38 3.04 0.22 0.61 -énormément énormément adv 12.27 8.38 12.27 8.38 -uns uns pro_ind m p 15.74 62.91 15.74 62.91 -untel untel nom m s 1.03 2.77 1.03 2.77 -énucléation énucléation nom f s 0.01 0.07 0.01 0.07 -énucléer énucléer ver 0.16 0.07 0.11 0.00 inf; -énucléé énucléer ver m s 0.16 0.07 0.03 0.00 par:pas; -énucléés énucléer ver m p 0.16 0.07 0.02 0.07 par:pas; -énumère énumérer ver 1.32 7.30 0.51 0.68 imp:pre:2s;ind:pre:1s;ind:pre:3s; -énumèrent énumérer ver 1.32 7.30 0.04 0.14 ind:pre:3p; -énumères énumérer ver 1.32 7.30 0.14 0.07 ind:pre:2s; -énuméra énumérer ver 1.32 7.30 0.01 0.81 ind:pas:3s; -énumérai énumérer ver 1.32 7.30 0.00 0.14 ind:pas:1s; -énuméraient énumérer ver 1.32 7.30 0.00 0.14 ind:imp:3p; -énumérais énumérer ver 1.32 7.30 0.00 0.27 ind:imp:1s; -énumérait énumérer ver 1.32 7.30 0.03 1.08 ind:imp:3s; -énumérant énumérer ver 1.32 7.30 0.02 0.68 par:pre; -énumération énumération nom f s 0.20 2.16 0.20 1.96 -énumérations énumération nom f p 0.20 2.16 0.00 0.20 -énumérative énumératif adj f s 0.00 0.07 0.00 0.07 -énumérer énumérer ver 1.32 7.30 0.46 2.43 inf; -énumérerai énumérer ver 1.32 7.30 0.00 0.07 ind:fut:1s; -énumérerais énumérer ver 1.32 7.30 0.00 0.07 cnd:pre:1s; -énumérez énumérer ver 1.32 7.30 0.01 0.07 imp:pre:2p;ind:pre:2p; -énumérons énumérer ver 1.32 7.30 0.01 0.00 ind:pre:1p; -énuméré énumérer ver m s 1.32 7.30 0.07 0.41 par:pas; -énumérées énumérer ver f p 1.32 7.30 0.02 0.27 par:pas; -énurésie énurésie nom f s 0.02 0.07 0.02 0.07 -énurétique énurétique nom s 0.01 0.00 0.01 0.00 -éocène éocène nom m s 0.01 0.00 0.01 0.00 -éolien éolien nom m s 0.04 1.76 0.00 1.15 -éolienne éolien nom f s 0.04 1.76 0.04 0.47 -éoliennes éolienne nom f p 0.10 0.00 0.10 0.00 -éoliens éolien adj m p 0.00 1.15 0.00 0.07 -éon éon nom m s 0.07 0.00 0.07 0.00 -éonisme éonisme nom m s 0.00 0.07 0.00 0.07 -éosine éosine nom f s 0.01 0.00 0.01 0.00 -épître épître nom f s 0.40 1.22 0.18 0.88 -épîtres épître nom f p 0.40 1.22 0.21 0.34 -épagneul épagneul nom m s 0.27 1.55 0.26 1.49 -épagneule épagneul nom f s 0.27 1.55 0.01 0.07 -épagomènes épagomène adj m p 0.00 0.14 0.00 0.14 -épais épais adj m 10.19 90.61 6.08 41.01 -épaisse épais adj f s 10.19 90.61 3.28 35.88 -épaissement épaissement adv 0.00 0.61 0.00 0.61 -épaisses épais adj f p 10.19 90.61 0.82 13.72 -épaisseur épaisseur nom f s 2.16 25.34 1.89 21.89 -épaisseurs épaisseur nom f p 2.16 25.34 0.27 3.45 -épaissi épaissir ver m s 1.13 9.53 0.16 1.35 par:pas; -épaissie épaissir ver f s 1.13 9.53 0.04 1.15 par:pas; -épaissies épaissir ver f p 1.13 9.53 0.00 0.14 par:pas; -épaissir épaissir ver 1.13 9.53 0.28 1.49 inf; -épaissirais épaissir ver 1.13 9.53 0.00 0.07 cnd:pre:1s; -épaissirent épaissir ver 1.13 9.53 0.00 0.07 ind:pas:3p; -épaissis épaissir ver m p 1.13 9.53 0.02 0.27 imp:pre:2s;par:pas; -épaississaient épaissir ver 1.13 9.53 0.00 0.54 ind:imp:3p; -épaississait épaissir ver 1.13 9.53 0.02 2.09 ind:imp:3s; -épaississant épaissir ver 1.13 9.53 0.00 0.47 par:pre; -épaississe épaissir ver 1.13 9.53 0.00 0.07 sub:pre:3s; -épaississement épaississement nom m s 0.00 0.20 0.00 0.20 -épaississent épaissir ver 1.13 9.53 0.02 0.41 ind:pre:3p; -épaissit épaissir ver 1.13 9.53 0.59 1.42 ind:pre:3s;ind:pas:3s; -épancha épancher ver 0.49 1.89 0.00 0.14 ind:pas:3s; -épanchaient épancher ver 0.49 1.89 0.00 0.07 ind:imp:3p; -épanchais épancher ver 0.49 1.89 0.01 0.07 ind:imp:1s; -épanchait épancher ver 0.49 1.89 0.00 0.20 ind:imp:3s; -épanchant épancher ver 0.49 1.89 0.00 0.14 par:pre; -épanche épancher ver 0.49 1.89 0.02 0.20 imp:pre:2s;ind:pre:1s;ind:pre:3s; -épanchement épanchement nom m s 0.14 1.82 0.10 1.08 -épanchements épanchement nom m p 0.14 1.82 0.04 0.74 -épanchent épancher ver 0.49 1.89 0.01 0.20 ind:pre:3p; -épancher épancher ver 0.49 1.89 0.37 0.68 inf; -épancherait épancher ver 0.49 1.89 0.00 0.07 cnd:pre:3s; -épanché épancher ver m s 0.49 1.89 0.07 0.14 par:pas; -épand épandre ver 0.01 1.96 0.00 0.54 ind:pre:3s; -épandage épandage nom m s 0.11 0.47 0.11 0.27 -épandages épandage nom m p 0.11 0.47 0.00 0.20 -épandaient épandre ver 0.01 1.96 0.00 0.07 ind:imp:3p; -épandait épandre ver 0.01 1.96 0.00 0.27 ind:imp:3s; -épandant épandre ver 0.01 1.96 0.00 0.20 par:pre; -épandent épandre ver 0.01 1.96 0.00 0.07 ind:pre:3p; -épandeur épandeur nom m s 0.02 0.00 0.02 0.00 -épandez épandre ver 0.01 1.96 0.01 0.00 imp:pre:2p; -épandre épandre ver 0.01 1.96 0.00 0.41 inf; -épands épandre ver 0.01 1.96 0.00 0.07 imp:pre:2s; -épandu épandre ver m s 0.01 1.96 0.00 0.14 par:pas; -épandue épandre ver f s 0.01 1.96 0.00 0.07 par:pas; -épandues épandre ver f p 0.01 1.96 0.00 0.14 par:pas; -upanisads upanisad nom f p 0.00 0.07 0.00 0.07 -upanishad upanishad nom m 0.02 0.07 0.02 0.07 -épanouît épanouir ver 4.51 14.66 0.00 0.07 sub:imp:3s; -épanoui épanouir ver m s 4.51 14.66 0.26 1.28 par:pas; -épanouie épanouir ver f s 4.51 14.66 0.65 1.42 par:pas; -épanouies épanoui adj f p 0.86 5.54 0.03 1.01 -épanouir épanouir ver 4.51 14.66 1.48 3.72 inf; -épanouira épanouir ver 4.51 14.66 0.41 0.07 ind:fut:3s; -épanouirait épanouir ver 4.51 14.66 0.03 0.14 cnd:pre:3s; -épanouirent épanouir ver 4.51 14.66 0.12 0.20 ind:pas:3p; -épanouis épanoui adj m p 0.86 5.54 0.18 0.41 -épanouissaient épanouir ver 4.51 14.66 0.00 1.01 ind:imp:3p; -épanouissais épanouir ver 4.51 14.66 0.01 0.07 ind:imp:1s; -épanouissait épanouir ver 4.51 14.66 0.03 1.69 ind:imp:3s; -épanouissant épanouir ver 4.51 14.66 0.14 0.41 par:pre; -épanouissante épanouissant adj f s 0.38 0.07 0.35 0.00 -épanouissantes épanouissant adj f p 0.38 0.07 0.00 0.07 -épanouisse épanouir ver 4.51 14.66 0.04 0.00 sub:pre:3s; -épanouissement épanouissement nom m s 0.62 3.72 0.62 3.65 -épanouissements épanouissement nom m p 0.62 3.72 0.00 0.07 -épanouissent épanouir ver 4.51 14.66 0.28 1.01 ind:pre:3p; -épanouisses épanouir ver 4.51 14.66 0.15 0.00 sub:pre:2s; -épanouit épanouir ver 4.51 14.66 0.75 3.11 ind:pre:3s;ind:pas:3s; -épargna épargner ver 26.39 25.95 0.12 1.35 ind:pas:3s; -épargnaient épargner ver 26.39 25.95 0.01 0.74 ind:imp:3p; -épargnais épargner ver 26.39 25.95 0.04 0.20 ind:imp:1s;ind:imp:2s; -épargnait épargner ver 26.39 25.95 0.17 0.81 ind:imp:3s; -épargnant épargner ver 26.39 25.95 0.10 0.95 par:pre; -épargnantes épargnant adj f p 0.02 0.00 0.01 0.00 -épargnants épargnant nom m p 0.17 0.61 0.14 0.14 -épargne épargner ver 26.39 25.95 6.17 2.70 imp:pre:2s;ind:pre:1s;ind:pre:3s; -épargnent épargner ver 26.39 25.95 0.09 0.27 ind:pre:3p; -épargner épargner ver 26.39 25.95 6.90 7.64 ind:pre:2p;inf; -épargnera épargner ver 26.39 25.95 1.07 0.41 ind:fut:3s; -épargnerai épargner ver 26.39 25.95 0.55 0.00 ind:fut:1s; -épargnerais épargner ver 26.39 25.95 0.09 0.00 cnd:pre:1s;cnd:pre:2s; -épargnerait épargner ver 26.39 25.95 0.16 0.41 cnd:pre:3s; -épargneras épargner ver 26.39 25.95 0.04 0.00 ind:fut:2s; -épargnerez épargner ver 26.39 25.95 0.19 0.07 ind:fut:2p; -épargneriez épargner ver 26.39 25.95 0.02 0.00 cnd:pre:2p; -épargnerons épargner ver 26.39 25.95 0.07 0.07 ind:fut:1p; -épargneront épargner ver 26.39 25.95 0.23 0.00 ind:fut:3p; -épargnes épargner ver 26.39 25.95 0.10 0.07 ind:pre:2s; -épargnez épargner ver 26.39 25.95 2.78 0.74 imp:pre:2p;ind:pre:2p; -épargniez épargner ver 26.39 25.95 0.04 0.00 ind:imp:2p; -épargnions épargner ver 26.39 25.95 0.00 0.14 ind:imp:1p; -épargnons épargner ver 26.39 25.95 0.02 0.00 imp:pre:1p; -épargnât épargner ver 26.39 25.95 0.00 0.27 sub:imp:3s; -épargnèrent épargner ver 26.39 25.95 0.02 0.14 ind:pas:3p; -épargné épargner ver m s 26.39 25.95 5.04 5.34 par:pas; -épargnée épargner ver f s 26.39 25.95 1.63 1.76 par:pas; -épargnées épargner ver f p 26.39 25.95 0.11 0.81 par:pas; -épargnés épargner ver m p 26.39 25.95 0.63 1.08 par:pas; -éparpilla éparpiller ver 2.16 13.51 0.00 0.68 ind:pas:3s; -éparpillaient éparpiller ver 2.16 13.51 0.00 0.68 ind:imp:3p; -éparpillait éparpiller ver 2.16 13.51 0.01 1.08 ind:imp:3s; -éparpillant éparpiller ver 2.16 13.51 0.11 0.81 par:pre; -éparpille éparpiller ver 2.16 13.51 0.25 1.55 imp:pre:2s;ind:pre:1s;ind:pre:3s; -éparpillement éparpillement nom m s 0.01 0.88 0.01 0.88 -éparpillent éparpiller ver 2.16 13.51 0.01 0.74 ind:pre:3p; -éparpiller éparpiller ver 2.16 13.51 0.34 1.55 inf; -éparpillera éparpiller ver 2.16 13.51 0.02 0.00 ind:fut:3s; -éparpilleraient éparpiller ver 2.16 13.51 0.00 0.07 cnd:pre:3p; -éparpillez éparpiller ver 2.16 13.51 0.06 0.00 imp:pre:2p;ind:pre:2p; -éparpillons éparpiller ver 2.16 13.51 0.03 0.00 ind:pre:1p; -éparpillèrent éparpiller ver 2.16 13.51 0.00 0.74 ind:pas:3p; -éparpillé éparpiller ver m s 2.16 13.51 0.40 0.81 par:pas; -éparpillée éparpillé adj f s 0.40 2.77 0.14 0.41 -éparpillées éparpiller ver f p 2.16 13.51 0.26 1.42 par:pas; -éparpillés éparpiller ver m p 2.16 13.51 0.57 2.57 par:pas; -épars épars adj m 0.46 11.15 0.32 7.23 -éparse épars adj f s 0.46 11.15 0.00 0.95 -éparses épars adj f p 0.46 11.15 0.14 2.97 -épart épart nom m s 0.01 0.00 0.01 0.00 -upas upas adv 0.01 0.00 0.01 0.00 -épastrouillant épastrouillant adj m s 0.00 0.07 0.00 0.07 -épastrouillera épastrouiller ver 0.00 0.07 0.00 0.07 ind:fut:3s; -épata épater ver 4.96 8.78 0.00 0.34 ind:pas:3s; -épataient épater ver 4.96 8.78 0.01 0.07 ind:imp:3p; -épatais épater ver 4.96 8.78 0.01 0.14 ind:imp:1s; -épatait épater ver 4.96 8.78 0.00 0.95 ind:imp:3s; -épatamment épatamment adv 0.00 0.27 0.00 0.27 -épatant épatant adj m s 5.99 6.82 4.11 4.86 -épatante épatant adj f s 5.99 6.82 1.31 1.28 -épatantes épatant adj f p 5.99 6.82 0.04 0.34 -épatants épatant adj m p 5.99 6.82 0.53 0.34 -épate épater ver 4.96 8.78 1.49 1.08 imp:pre:2s;ind:pre:1s;ind:pre:3s; -épatement épatement nom m s 0.00 0.07 0.00 0.07 -épatent épater ver 4.96 8.78 0.02 0.00 ind:pre:3p; -épater épater ver 4.96 8.78 1.48 3.58 inf; -épatera épater ver 4.96 8.78 0.04 0.07 ind:fut:3s; -épaterait épater ver 4.96 8.78 0.00 0.34 cnd:pre:3s; -épateras épater ver 4.96 8.78 0.02 0.00 ind:fut:2s; -épates épater ver 4.96 8.78 0.27 0.00 ind:pre:2s; -épateur épateur adj m s 0.00 0.20 0.00 0.14 -épateurs épateur adj m p 0.00 0.20 0.00 0.07 -épatez épater ver 4.96 8.78 0.19 0.00 imp:pre:2p;ind:pre:2p; -épaté épater ver m s 4.96 8.78 0.43 1.01 par:pas; -épatée épater ver f s 4.96 8.78 0.23 0.41 par:pas; -épatés épater ver m p 4.96 8.78 0.13 0.14 par:pas; -épaula épauler ver 1.93 3.85 0.01 0.61 ind:pas:3s; -épaulaient épauler ver 1.93 3.85 0.01 0.07 ind:imp:3p; -épaulait épauler ver 1.93 3.85 0.00 0.61 ind:imp:3s; -épaulant épauler ver 1.93 3.85 0.00 0.07 par:pre; -épaulard épaulard nom m s 0.28 0.00 0.25 0.00 -épaulards épaulard nom m p 0.28 0.00 0.03 0.00 -épaule épaule nom f s 32.41 288.72 17.91 116.96 -épaulement épaulement nom m s 0.00 0.47 0.00 0.34 -épaulements épaulement nom m p 0.00 0.47 0.00 0.14 -épaulent épauler ver 1.93 3.85 0.11 0.14 ind:pre:3p; -épauler épauler ver 1.93 3.85 0.48 0.95 inf; -épauleras épauler ver 1.93 3.85 0.02 0.00 ind:fut:2s; -épaules épaule nom f p 32.41 288.72 14.50 171.76 -épaulette épaulette nom f s 0.81 2.97 0.02 0.61 -épaulettes épaulette nom f p 0.81 2.97 0.79 2.36 -épaulez épauler ver 1.93 3.85 0.31 0.00 imp:pre:2p;ind:pre:2p; -épaulière épaulière nom f s 0.01 0.20 0.00 0.07 -épaulières épaulière nom f p 0.01 0.20 0.01 0.14 -épaulèrent épauler ver 1.93 3.85 0.00 0.07 ind:pas:3p; -épaulé épauler ver m s 1.93 3.85 0.11 0.14 par:pas; -épaulée épauler ver f s 1.93 3.85 0.00 0.20 par:pas; -épaulées épauler ver f p 1.93 3.85 0.00 0.07 par:pas; -épaulés épauler ver m p 1.93 3.85 0.13 0.00 par:pas; -épave épave nom f s 7.50 12.23 6.52 6.28 -épaves épave nom f p 7.50 12.23 0.97 5.95 -update update nom f s 0.04 0.00 0.04 0.00 -updater updater ver 0.01 0.00 0.01 0.00 inf; -épeautre épeautre nom m s 0.00 0.07 0.00 0.07 -épectase épectase nom f s 0.00 0.07 0.00 0.07 -épeichette épeichette nom f s 0.00 0.07 0.00 0.07 -épeire épeire nom f s 0.00 0.07 0.00 0.07 -épela épeler ver 3.00 2.23 0.00 0.27 ind:pas:3s; -épelais épeler ver 3.00 2.23 0.01 0.00 ind:imp:1s; -épelait épeler ver 3.00 2.23 0.04 0.27 ind:imp:3s; -épelant épeler ver 3.00 2.23 0.03 0.27 par:pre; -épeler épeler ver 3.00 2.23 1.75 0.88 inf; -épelez épeler ver 3.00 2.23 0.17 0.00 imp:pre:2p;ind:pre:2p; -épeliez épeler ver 3.00 2.23 0.01 0.00 ind:imp:2p; -épelions épeler ver 3.00 2.23 0.00 0.07 ind:imp:1p; -épellation épellation nom f s 0.04 0.00 0.04 0.00 -épelle épeler ver 3.00 2.23 0.45 0.14 imp:pre:2s;ind:pre:1s;ind:pre:3s; -épellent épeler ver 3.00 2.23 0.02 0.14 ind:pre:3p; -épellerais épeler ver 3.00 2.23 0.03 0.00 cnd:pre:1s; -épelles épeler ver 3.00 2.23 0.16 0.00 ind:pre:2s; -épelé épeler ver m s 3.00 2.23 0.32 0.14 par:pas; -épelés épeler ver m p 3.00 2.23 0.01 0.07 par:pas; -épendyme épendyme nom m s 0.01 0.00 0.01 0.00 -éperdu éperdre ver m s 0.20 3.92 0.16 2.09 par:pas; -éperdue éperdu adj f s 0.37 7.57 0.13 2.57 -éperdues éperdu adj f p 0.37 7.57 0.00 0.61 -éperdument éperdument adv 1.01 5.68 1.01 5.68 -éperdus éperdu adj m p 0.37 7.57 0.16 0.95 -éperlan éperlan nom m s 0.03 0.00 0.02 0.00 -éperlans éperlan nom m p 0.03 0.00 0.01 0.00 -éperon éperon nom m s 1.07 8.18 0.20 3.04 -éperonna éperonner ver 0.36 1.35 0.00 0.14 ind:pas:3s; -éperonnant éperonner ver 0.36 1.35 0.00 0.14 par:pre; -éperonne éperonner ver 0.36 1.35 0.12 0.07 ind:pre:3s; -éperonner éperonner ver 0.36 1.35 0.04 0.27 inf; -éperonnera éperonner ver 0.36 1.35 0.01 0.00 ind:fut:3s; -éperonnez éperonner ver 0.36 1.35 0.01 0.00 ind:pre:2p; -éperonnèrent éperonner ver 0.36 1.35 0.00 0.07 ind:pas:3p; -éperonné éperonner ver m s 0.36 1.35 0.16 0.47 par:pas; -éperonnée éperonner ver f s 0.36 1.35 0.00 0.07 par:pas; -éperonnés éperonner ver m p 0.36 1.35 0.02 0.14 par:pas; -éperons éperon nom m p 1.07 8.18 0.87 5.14 -épervier épervier nom m s 0.27 1.49 0.27 1.15 -éperviers épervier nom m p 0.27 1.49 0.00 0.34 -épervière épervière nom f s 0.00 0.14 0.00 0.07 -épervières épervière nom f p 0.00 0.14 0.00 0.07 -épeurant épeurer ver 0.02 0.47 0.02 0.00 par:pre; -épeurer épeurer ver 0.02 0.47 0.00 0.07 inf; -épeuré épeurer ver m s 0.02 0.47 0.00 0.20 par:pas; -épeurée épeurer ver f s 0.02 0.47 0.00 0.20 par:pas; -upgradée upgrader ver f s 0.14 0.00 0.14 0.00 par:pas; -éphèbe éphèbe nom m s 0.21 2.23 0.06 1.82 -éphèbes éphèbe nom m p 0.21 2.23 0.14 0.41 -éphébie éphébie nom f s 0.00 0.07 0.00 0.07 -éphédrine éphédrine nom f s 0.08 0.00 0.08 0.00 -éphélides éphélide nom f p 0.00 0.27 0.00 0.27 -éphémère éphémère adj s 1.73 9.19 1.33 5.74 -éphémèrement éphémèrement adv 0.00 0.20 0.00 0.20 -éphémères éphémère adj p 1.73 9.19 0.41 3.45 -éphéméride éphéméride nom f s 0.01 0.81 0.01 0.54 -éphémérides éphéméride nom f p 0.01 0.81 0.00 0.27 -éphésiens éphésien adj m p 0.01 0.07 0.01 0.07 -épi épi nom m s 1.61 5.81 1.09 1.82 -épia épier ver 4.92 15.88 0.00 0.20 ind:pas:3s; -épiai épier ver 4.92 15.88 0.00 0.07 ind:pas:1s; -épiaient épier ver 4.92 15.88 0.21 1.22 ind:imp:3p; -épiais épier ver 4.92 15.88 0.47 1.08 ind:imp:1s;ind:imp:2s; -épiait épier ver 4.92 15.88 0.20 2.50 ind:imp:3s; -épiant épier ver 4.92 15.88 0.14 1.96 par:pre; -épicanthus épicanthus nom m 0.01 0.00 0.01 0.00 -épice épice nom f s 3.06 6.76 1.46 1.69 -épicemard épicemard nom m s 0.00 0.41 0.00 0.14 -épicemards épicemard nom m p 0.00 0.41 0.00 0.27 -épicentre épicentre nom m s 0.53 0.34 0.53 0.34 -épicer épicer ver 1.04 1.01 0.27 0.14 inf; -épicerie épicerie nom f s 6.79 9.46 6.52 8.31 -épiceries épicerie nom f p 6.79 9.46 0.27 1.15 -épices épice nom f p 3.06 6.76 1.61 5.07 -épicier épicier nom m s 2.81 10.27 2.73 7.70 -épiciers épicier nom m p 2.81 10.27 0.08 0.61 -épicière épicier nom f s 2.81 10.27 0.01 1.89 -épicières épicier nom f p 2.81 10.27 0.00 0.07 -épicondyle épicondyle nom m s 0.01 0.00 0.01 0.00 -épicrânienne épicrânien adj f s 0.02 0.00 0.02 0.00 -épicé épicé adj m s 1.75 0.95 0.81 0.14 -épicéa épicéa nom m s 0.05 0.07 0.05 0.07 -épicée épicé adj f s 1.75 0.95 0.57 0.41 -épicées épicé adj f p 1.75 0.95 0.09 0.20 -épicurien épicurien adj m s 0.14 0.47 0.14 0.34 -épicurienne épicurien adj f s 0.14 0.47 0.00 0.14 -épicuriens épicurien adj m p 0.14 0.47 0.01 0.00 -épicurisme épicurisme nom m s 0.00 0.27 0.00 0.27 -épicés épicé adj m p 1.75 0.95 0.27 0.20 -épiderme épiderme nom m s 0.46 2.97 0.45 2.70 -épidermes épiderme nom m p 0.46 2.97 0.01 0.27 -épidermique épidermique adj s 0.20 0.54 0.17 0.41 -épidermiques épidermique adj p 0.20 0.54 0.03 0.14 -épidiascopes épidiascope nom m p 0.00 0.07 0.00 0.07 -épididyme épididyme nom m s 0.02 0.14 0.02 0.07 -épididymes épididyme nom m p 0.02 0.14 0.00 0.07 -épidémie épidémie nom f s 9.05 5.07 7.91 3.24 -épidémies épidémie nom f p 9.05 5.07 1.14 1.82 -épidémiologie épidémiologie nom f s 0.14 0.14 0.14 0.14 -épidémiologique épidémiologique adj m s 0.04 0.00 0.04 0.00 -épidémiologiste épidémiologiste nom s 0.01 0.07 0.01 0.07 -épidémique épidémique adj s 0.44 0.14 0.40 0.07 -épidémiques épidémique adj p 0.44 0.14 0.03 0.07 -épidural épidural adj m s 0.15 0.00 0.03 0.00 -épidurale épidural adj f s 0.15 0.00 0.13 0.00 -épie épier ver 4.92 15.88 1.30 1.28 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -épient épier ver 4.92 15.88 0.16 0.47 ind:pre:3p; -épier épier ver 4.92 15.88 1.52 3.85 inf; -épierais épier ver 4.92 15.88 0.00 0.20 cnd:pre:1s; -épierait épier ver 4.92 15.88 0.00 0.07 cnd:pre:3s; -épierrer épierrer ver 0.00 0.07 0.00 0.07 inf; -épies épier ver 4.92 15.88 0.03 0.07 ind:pre:2s; -épieu épieu nom m s 0.44 0.20 0.44 0.20 -épieux épieux nom m p 0.02 0.27 0.02 0.27 -épiez épier ver 4.92 15.88 0.08 0.00 imp:pre:2p;ind:pre:2p; -épigastre épigastre nom m s 0.00 0.20 0.00 0.20 -épigastrique épigastrique adj f s 0.01 0.00 0.01 0.00 -épiglotte épiglotte nom f s 0.06 0.00 0.06 0.00 -épigone épigone nom m s 0.20 0.41 0.20 0.20 -épigones épigone nom m p 0.20 0.41 0.00 0.20 -épigramme épigramme nom f s 0.01 0.41 0.01 0.20 -épigrammes épigramme nom f p 0.01 0.41 0.00 0.20 -épigraphe épigraphe nom f s 0.01 0.61 0.01 0.61 -épigraphie épigraphie nom f s 0.00 0.14 0.00 0.14 -épigraphistes épigraphiste nom p 0.00 0.07 0.00 0.07 -épilais épiler ver 2.04 2.77 0.00 0.07 ind:imp:1s; -épilait épiler ver 2.04 2.77 0.02 0.07 ind:imp:3s; -épilant épiler ver 2.04 2.77 0.02 0.07 par:pre; -épilateur épilateur nom m s 0.04 0.00 0.04 0.00 -épilation épilation nom f s 0.53 0.20 0.53 0.20 -épilatoire épilatoire adj s 0.03 0.00 0.03 0.00 -épile épiler ver 2.04 2.77 0.18 0.41 imp:pre:2s;ind:pre:1s;ind:pre:3s; -épilent épiler ver 2.04 2.77 0.02 0.07 ind:pre:3p; -épilepsie épilepsie nom f s 1.89 1.55 1.89 1.55 -épileptiforme épileptiforme adj f s 0.01 0.00 0.01 0.00 -épileptique épileptique adj s 1.80 0.61 1.63 0.47 -épileptiques épileptique adj p 1.80 0.61 0.17 0.14 -épiler épiler ver 2.04 2.77 1.13 1.22 inf;; -épileuse épileur nom f s 0.00 0.07 0.00 0.07 -épilez épiler ver 2.04 2.77 0.05 0.00 ind:pre:2p; -épiloguaient épiloguer ver 0.06 1.15 0.00 0.07 ind:imp:3p; -épilogue épilogue nom m s 0.29 1.76 0.29 1.62 -épiloguer épiloguer ver 0.06 1.15 0.06 0.74 inf; -épilogues épilogue nom m p 0.29 1.76 0.00 0.14 -épiloguions épiloguer ver 0.06 1.15 0.00 0.14 ind:imp:1p; -épiloguèrent épiloguer ver 0.06 1.15 0.00 0.07 ind:pas:3p; -épilogué épiloguer ver m s 0.06 1.15 0.00 0.14 par:pas; -épilé épiler ver m s 2.04 2.77 0.20 0.27 par:pas; -épilée épiler ver f s 2.04 2.77 0.36 0.07 par:pas; -épilées épiler ver f p 2.04 2.77 0.03 0.27 par:pas; -épilés épiler ver m p 2.04 2.77 0.03 0.27 par:pas; -épinaie épinaie nom f s 0.01 0.00 0.01 0.00 -épinard épinard nom m s 1.91 2.23 0.12 0.41 -épinards épinard nom m p 1.91 2.23 1.79 1.82 -épine_vinette épine_vinette nom f s 0.00 0.07 0.00 0.07 -épine épine nom f s 5.81 12.43 2.52 3.92 -épines épine nom f p 5.81 12.43 3.29 8.51 -épinette épinette nom f s 0.01 0.20 0.01 0.14 -épinettes épinette nom f p 0.01 0.20 0.00 0.07 -épineuse épineux adj f s 1.01 4.39 0.50 1.28 -épineuses épineux adj f p 1.01 4.39 0.02 0.81 -épineux épineux adj m 1.01 4.39 0.50 2.30 -épingla épingler ver 2.76 6.82 0.00 0.41 ind:pas:3s; -épinglage épinglage nom m s 0.01 0.07 0.01 0.07 -épinglai épingler ver 2.76 6.82 0.00 0.07 ind:pas:1s; -épinglaient épingler ver 2.76 6.82 0.01 0.00 ind:imp:3p; -épinglait épingler ver 2.76 6.82 0.00 0.27 ind:imp:3s; -épingle épingle nom f s 5.57 18.24 3.29 8.92 -épinglent épingler ver 2.76 6.82 0.04 0.07 ind:pre:3p; -épingler épingler ver 2.76 6.82 1.35 0.88 inf; -épinglera épingler ver 2.76 6.82 0.07 0.07 ind:fut:3s; -épinglerai épingler ver 2.76 6.82 0.04 0.00 ind:fut:1s; -épingleront épingler ver 2.76 6.82 0.00 0.07 ind:fut:3p; -épingles épingle nom f p 5.57 18.24 2.28 9.32 -épinglette épinglette nom f s 0.01 0.00 0.01 0.00 -épinglez épingler ver 2.76 6.82 0.03 0.07 imp:pre:2p; -épinglons épingler ver 2.76 6.82 0.01 0.00 ind:pre:1p; -épinglèrent épingler ver 2.76 6.82 0.00 0.07 ind:pas:3p; -épinglé épingler ver m s 2.76 6.82 0.65 1.96 par:pas; -épinglée épingler ver f s 2.76 6.82 0.04 1.62 par:pas; -épinglées épingler ver f p 2.76 6.82 0.04 0.54 par:pas; -épinglés épingler ver m p 2.76 6.82 0.04 0.47 par:pas; -épiniers épinier nom m p 0.00 0.07 0.00 0.07 -épinière épinier adj f s 1.39 1.49 1.39 1.49 -épinoches épinoche nom f p 0.00 0.07 0.00 0.07 -épions épier ver 4.92 15.88 0.01 0.07 ind:pre:1p; -épiphane épiphane adj m s 0.00 0.07 0.00 0.07 -épiphanie épiphanie nom f s 0.23 0.74 0.23 0.74 -épiphénomène épiphénomène nom m s 0.00 0.07 0.00 0.07 -épiphylle épiphylle nom m s 0.00 0.14 0.00 0.07 -épiphylles épiphylle nom m p 0.00 0.14 0.00 0.07 -épiphysaire épiphysaire adj f s 0.01 0.00 0.01 0.00 -épiphyse épiphyse nom f s 0.16 0.00 0.16 0.00 -épiphyte épiphyte nom m s 0.05 0.00 0.01 0.00 -épiphytes épiphyte nom m p 0.05 0.00 0.04 0.00 -épiploon épiploon nom m s 0.00 0.14 0.00 0.07 -épiploons épiploon nom m p 0.00 0.14 0.00 0.07 -épique épique adj s 0.75 2.50 0.68 1.76 -épiques épique adj p 0.75 2.50 0.06 0.74 -épis épi nom m p 1.61 5.81 0.52 3.99 -épiscopal épiscopal adj m s 0.10 1.15 0.01 0.54 -épiscopale épiscopal adj f s 0.10 1.15 0.07 0.47 -épiscopales épiscopal adj f p 0.10 1.15 0.00 0.07 -épiscopalien épiscopalien adj m s 0.11 0.00 0.05 0.00 -épiscopalienne épiscopalien adj f s 0.11 0.00 0.06 0.00 -épiscopat épiscopat nom m s 0.00 0.27 0.00 0.27 -épiscopaux épiscopal adj m p 0.10 1.15 0.01 0.07 -épisiotomie épisiotomie nom f s 0.05 0.00 0.05 0.00 -épisode épisode nom m s 17.32 18.51 13.63 12.50 -épisodes épisode nom m p 17.32 18.51 3.69 6.01 -épisodique épisodique adj s 0.01 2.16 0.01 1.15 -épisodiquement épisodiquement adv 0.01 1.01 0.01 1.01 -épisodiques épisodique adj p 0.01 2.16 0.00 1.01 -épisser épisser ver 0.03 0.07 0.02 0.00 inf; -épissoirs épissoir nom m p 0.02 0.07 0.02 0.07 -épissé épisser ver m s 0.03 0.07 0.01 0.07 par:pas; -épissures épissure nom f p 0.01 0.14 0.01 0.14 -épistolaire épistolaire adj s 0.00 0.95 0.00 0.54 -épistolaires épistolaire adj p 0.00 0.95 0.00 0.41 -épistolier épistolier nom m s 0.01 0.27 0.01 0.20 -épistolière épistolier nom f s 0.01 0.27 0.00 0.07 -épistémologie épistémologie nom f s 0.04 0.07 0.04 0.07 -épistémologique épistémologique adj m s 0.00 0.07 0.00 0.07 -épistémologues épistémologue nom p 0.00 0.07 0.00 0.07 -épitaphe épitaphe nom f s 0.72 1.69 0.72 1.35 -épitaphes épitaphe nom f p 0.72 1.69 0.00 0.34 -épithalame épithalame nom m s 0.00 0.20 0.00 0.07 -épithalames épithalame nom m p 0.00 0.20 0.00 0.14 -épièrent épier ver 4.92 15.88 0.00 0.20 ind:pas:3p; -épithète épithète nom f s 0.17 1.96 0.04 1.08 -épithètes épithète nom f p 0.17 1.96 0.12 0.88 -épithélial épithélial adj m s 0.04 0.00 0.04 0.00 -épithéliale épithélial adj f s 0.04 0.00 0.01 0.00 -épithélioma épithélioma nom m s 0.01 0.00 0.01 0.00 -épithélium épithélium nom m s 0.19 0.00 0.19 0.00 -épitoge épitoge nom f s 0.00 0.14 0.00 0.14 -épitomé épitomé nom m s 0.00 0.07 0.00 0.07 -épié épier ver m s 4.92 15.88 0.37 1.69 par:pas; -épiée épier ver f s 4.92 15.88 0.37 0.54 par:pas; -épiées épier ver f p 4.92 15.88 0.00 0.14 par:pas; -épiés épier ver m p 4.92 15.88 0.05 0.27 par:pas; -éploie éployer ver 0.00 1.01 0.00 0.41 ind:pre:3s; -éploient éployer ver 0.00 1.01 0.00 0.07 ind:pre:3p; -éploré éploré adj m s 0.67 2.23 0.20 0.54 -éplorée éploré adj f s 0.67 2.23 0.39 0.88 -éplorées éploré adj f p 0.67 2.23 0.05 0.41 -éplorés éploré adj m p 0.67 2.23 0.03 0.41 -éployai éployer ver 0.00 1.01 0.00 0.07 ind:pas:1s; -éployait éployer ver 0.00 1.01 0.00 0.14 ind:imp:3s; -éployer éployer ver 0.00 1.01 0.00 0.07 inf; -éployé éployer ver m s 0.00 1.01 0.00 0.07 par:pas; -éployée éployer ver f s 0.00 1.01 0.00 0.07 par:pas; -éployées éployer ver f p 0.00 1.01 0.00 0.07 par:pas; -éployés éployer ver m p 0.00 1.01 0.00 0.07 par:pas; -éplucha éplucher ver 3.27 9.19 0.00 0.34 ind:pas:3s; -épluchage épluchage nom m s 0.04 0.68 0.04 0.41 -épluchages épluchage nom m p 0.04 0.68 0.00 0.27 -épluchaient éplucher ver 3.27 9.19 0.01 0.34 ind:imp:3p; -épluchais éplucher ver 3.27 9.19 0.02 0.14 ind:imp:1s; -épluchait éplucher ver 3.27 9.19 0.01 1.55 ind:imp:3s; -épluchant éplucher ver 3.27 9.19 0.05 0.81 par:pre; -épluche_légumes épluche_légumes nom m 0.01 0.00 0.01 0.00 -épluche éplucher ver 3.27 9.19 0.70 0.88 imp:pre:2s;ind:pre:1s;ind:pre:3s; -épluchent éplucher ver 3.27 9.19 0.09 0.14 ind:pre:3p; -éplucher éplucher ver 3.27 9.19 1.32 3.04 inf; -épluchera éplucher ver 3.27 9.19 0.14 0.00 ind:fut:3s; -éplucherai éplucher ver 3.27 9.19 0.02 0.07 ind:fut:1s; -éplucherons éplucher ver 3.27 9.19 0.00 0.07 ind:fut:1p; -épluches éplucher ver 3.27 9.19 0.26 0.07 ind:pre:2s; -éplucheur éplucheur nom m s 0.09 0.20 0.09 0.07 -éplucheurs éplucheur nom m p 0.09 0.20 0.00 0.07 -éplucheuses éplucheur nom f p 0.09 0.20 0.00 0.07 -épluchez éplucher ver 3.27 9.19 0.03 0.07 imp:pre:2p;ind:pre:2p; -épluchions éplucher ver 3.27 9.19 0.00 0.07 ind:imp:1p; -épluchons éplucher ver 3.27 9.19 0.04 0.14 imp:pre:1p;ind:pre:1p; -épluchât éplucher ver 3.27 9.19 0.00 0.07 sub:imp:3s; -épluché éplucher ver m s 3.27 9.19 0.45 0.81 par:pas; -épluchée éplucher ver f s 3.27 9.19 0.01 0.14 par:pas; -épluchées éplucher ver f p 3.27 9.19 0.11 0.14 par:pas; -épluchure épluchure nom f s 0.23 3.18 0.12 0.41 -épluchures épluchure nom f p 0.23 3.18 0.10 2.77 -épluchés éplucher ver m p 3.27 9.19 0.01 0.34 par:pas; -épointé épointer ver m s 0.11 0.20 0.10 0.07 par:pas; -épointées épointer ver f p 0.11 0.20 0.00 0.07 par:pas; -épointés épointer ver m p 0.11 0.20 0.01 0.07 par:pas; -éponge éponge nom f s 7.11 14.53 6.14 10.14 -épongea éponger ver 0.97 10.20 0.00 1.62 ind:pas:3s; -épongeage épongeage nom m s 0.00 0.07 0.00 0.07 -épongeaient éponger ver 0.97 10.20 0.00 0.14 ind:imp:3p; -épongeais éponger ver 0.97 10.20 0.00 0.07 ind:imp:1s; -épongeait éponger ver 0.97 10.20 0.00 1.35 ind:imp:3s; -épongeant éponger ver 0.97 10.20 0.00 1.01 par:pre; -épongent éponger ver 0.97 10.20 0.00 0.14 ind:pre:3p; -épongeons éponger ver 0.97 10.20 0.00 0.07 imp:pre:1p; -éponger éponger ver 0.97 10.20 0.51 2.97 inf; -éponges éponge nom f p 7.11 14.53 0.97 4.39 -épongez éponger ver 0.97 10.20 0.01 0.00 ind:pre:2p; -épongiez éponger ver 0.97 10.20 0.00 0.07 ind:imp:2p; -épongèrent éponger ver 0.97 10.20 0.00 0.07 ind:pas:3p; -épongé éponger ver m s 0.97 10.20 0.07 0.34 par:pas; -épongée éponger ver f s 0.97 10.20 0.02 0.27 par:pas; -épongés éponger ver m p 0.97 10.20 0.00 0.14 par:pas; -éponyme éponyme adj s 0.00 0.07 0.00 0.07 -épopée épopée nom f s 1.20 4.73 1.13 4.19 -épopées épopée nom f p 1.20 4.73 0.07 0.54 -époque époque nom f s 68.44 138.51 67.23 132.70 -époques époque nom f p 68.44 138.51 1.21 5.81 -épouillage épouillage nom m s 0.01 0.07 0.01 0.07 -épouillaient épouiller ver 0.50 1.08 0.00 0.14 ind:imp:3p; -épouillait épouiller ver 0.50 1.08 0.03 0.34 ind:imp:3s; -épouille épouiller ver 0.50 1.08 0.14 0.07 ind:pre:1s;ind:pre:3s; -épouillent épouiller ver 0.50 1.08 0.03 0.00 ind:pre:3p; -épouiller épouiller ver 0.50 1.08 0.29 0.41 inf; -épouillé épouiller ver m s 0.50 1.08 0.00 0.07 par:pas; -épouillés épouiller ver m p 0.50 1.08 0.02 0.07 par:pas; -époumonaient époumoner ver 0.09 0.88 0.01 0.00 ind:imp:3p; -époumonait époumoner ver 0.09 0.88 0.00 0.20 ind:imp:3s; -époumonant époumoner ver 0.09 0.88 0.02 0.14 par:pre; -époumone époumoner ver 0.09 0.88 0.02 0.20 imp:pre:2s;ind:pre:3s; -époumoner époumoner ver 0.09 0.88 0.04 0.14 inf; -époumonèrent époumoner ver 0.09 0.88 0.00 0.07 ind:pas:3p; -époumonés époumoner ver m p 0.09 0.88 0.00 0.14 par:pas; -épousa épouser ver 118.78 59.26 0.88 2.09 ind:pas:3s; -épousable épousable adj s 0.00 0.07 0.00 0.07 -épousai épouser ver 118.78 59.26 0.02 0.14 ind:pas:1s; -épousaient épouser ver 118.78 59.26 0.14 0.68 ind:imp:3p; -épousailles épousailles nom f p 0.29 0.61 0.29 0.61 -épousais épouser ver 118.78 59.26 1.01 0.20 ind:imp:1s;ind:imp:2s; -épousait épouser ver 118.78 59.26 0.65 4.46 ind:imp:3s; -épousant épouser ver 118.78 59.26 0.87 3.18 par:pre; -épouse époux nom f s 61.54 46.62 41.98 24.26 -épousent épouser ver 118.78 59.26 0.52 0.47 ind:pre:3p; -épouser épouser ver 118.78 59.26 57.87 20.20 inf;; -épousera épouser ver 118.78 59.26 1.75 1.01 ind:fut:3s; -épouserai épouser ver 118.78 59.26 4.25 0.68 ind:fut:1s; -épouseraient épouser ver 118.78 59.26 0.01 0.34 cnd:pre:3p; -épouserais épouser ver 118.78 59.26 1.81 0.74 cnd:pre:1s;cnd:pre:2s; -épouserait épouser ver 118.78 59.26 1.78 0.88 cnd:pre:3s; -épouseras épouser ver 118.78 59.26 1.75 0.34 ind:fut:2s; -épouserez épouser ver 118.78 59.26 0.54 0.07 ind:fut:2p; -épouseriez épouser ver 118.78 59.26 0.17 0.14 cnd:pre:2p; -épouserons épouser ver 118.78 59.26 0.12 0.00 ind:fut:1p; -épouseront épouser ver 118.78 59.26 0.03 0.14 ind:fut:3p; -épouses épouse nom f p 3.80 0.00 3.80 0.00 -épouseur épouseur nom m s 0.40 0.07 0.40 0.00 -épouseurs épouseur nom m p 0.40 0.07 0.00 0.07 -épousez épouser ver 118.78 59.26 1.31 0.27 imp:pre:2p;ind:pre:2p; -épousiez épouser ver 118.78 59.26 0.25 0.14 ind:imp:2p; -épousions épouser ver 118.78 59.26 0.00 0.34 ind:imp:1p; -épousons épouser ver 118.78 59.26 0.03 0.07 ind:pre:1p; -épousât épouser ver 118.78 59.26 0.00 0.54 sub:imp:3s; -épousseta épousseter ver 0.54 4.32 0.00 0.74 ind:pas:3s; -époussetage époussetage nom m s 0.00 0.07 0.00 0.07 -époussetaient épousseter ver 0.54 4.32 0.00 0.20 ind:imp:3p; -époussetais épousseter ver 0.54 4.32 0.03 0.07 ind:imp:1s; -époussetait épousseter ver 0.54 4.32 0.00 0.41 ind:imp:3s; -époussetant épousseter ver 0.54 4.32 0.02 0.34 par:pre; -épousseter épousseter ver 0.54 4.32 0.26 0.54 inf; -époussetez épousseter ver 0.54 4.32 0.03 0.00 imp:pre:2p; -époussette épousseter ver 0.54 4.32 0.08 0.74 imp:pre:2s;ind:pre:1s;ind:pre:3s; -époussettent épousseter ver 0.54 4.32 0.01 0.07 ind:pre:3p; -époussetèrent épousseter ver 0.54 4.32 0.00 0.07 ind:pas:3p; -épousseté épousseter ver m s 0.54 4.32 0.09 0.81 par:pas; -époussetée épousseter ver f s 0.54 4.32 0.02 0.14 par:pas; -époussetés épousseter ver m p 0.54 4.32 0.00 0.20 par:pas; -épousèrent épouser ver 118.78 59.26 0.16 0.14 ind:pas:3p; -époustouflait époustoufler ver 0.27 0.41 0.02 0.00 ind:imp:3s; -époustouflant époustouflant adj m s 0.90 1.35 0.67 0.14 -époustouflante époustouflant adj f s 0.90 1.35 0.20 0.74 -époustouflantes époustouflant adj f p 0.90 1.35 0.02 0.34 -époustouflants époustouflant adj m p 0.90 1.35 0.01 0.14 -époustoufle époustoufler ver 0.27 0.41 0.00 0.14 ind:pre:1s;ind:pre:3s; -époustoufler époustoufler ver 0.27 0.41 0.05 0.00 inf; -époustouflé époustoufler ver m s 0.27 0.41 0.07 0.14 par:pas; -époustouflée époustoufler ver f s 0.27 0.41 0.04 0.07 par:pas; -époustouflés époustoufler ver m p 0.27 0.41 0.04 0.07 par:pas; -épousé épouser ver m s 118.78 59.26 18.09 10.88 par:pas; -épousée épouser ver f s 118.78 59.26 5.85 2.84 par:pas; -épousées épouser ver f p 118.78 59.26 0.27 0.14 par:pas; -épousés épouser ver m p 118.78 59.26 0.06 0.20 par:pas; -épouvanta épouvanter ver 1.81 7.97 0.00 0.68 ind:pas:3s; -épouvantable épouvantable adj s 10.82 9.53 9.53 7.43 -épouvantablement épouvantablement adv 0.34 0.95 0.34 0.95 -épouvantables épouvantable adj p 10.82 9.53 1.29 2.09 -épouvantaient épouvanter ver 1.81 7.97 0.00 0.68 ind:imp:3p; -épouvantail épouvantail nom m s 2.31 3.51 2.00 2.77 -épouvantails épouvantail nom m p 2.31 3.51 0.32 0.74 -épouvantait épouvanter ver 1.81 7.97 0.34 1.08 ind:imp:3s; -épouvante épouvante nom f s 1.93 9.80 1.79 9.59 -épouvantement épouvantement nom m s 0.00 0.27 0.00 0.20 -épouvantements épouvantement nom m p 0.00 0.27 0.00 0.07 -épouvantent épouvanter ver 1.81 7.97 0.02 0.41 ind:pre:3p; -épouvanter épouvanter ver 1.81 7.97 0.16 0.47 inf; -épouvanteraient épouvanter ver 1.81 7.97 0.00 0.07 cnd:pre:3p; -épouvantes épouvanter ver 1.81 7.97 0.17 0.00 ind:pre:2s; -épouvantez épouvanter ver 1.81 7.97 0.01 0.00 ind:pre:2p; -épouvantèrent épouvanter ver 1.81 7.97 0.00 0.07 ind:pas:3p; -épouvanté épouvanter ver m s 1.81 7.97 0.20 1.96 par:pas; -épouvantée épouvanté adj f s 0.29 3.85 0.11 1.01 -épouvantées épouvanter ver f p 1.81 7.97 0.01 0.14 par:pas; -épouvantés épouvanté adj m p 0.29 3.85 0.01 1.01 -époux époux nom m 61.54 46.62 19.57 16.42 -époxy époxy adj f s 0.04 0.00 0.04 0.00 -époxyde époxyde nom m s 0.01 0.00 0.01 0.00 -uppercut uppercut nom m s 0.33 1.28 0.28 0.95 -uppercuts uppercut nom m p 0.33 1.28 0.04 0.34 -éprenait éprendre ver 2.95 5.95 0.00 0.14 ind:imp:3s; -éprenant éprendre ver 2.95 5.95 0.00 0.14 par:pre; -éprend éprendre ver 2.95 5.95 0.04 0.27 ind:pre:3s; -éprendre éprendre ver 2.95 5.95 0.32 0.68 inf; -éprends éprendre ver 2.95 5.95 0.05 0.00 imp:pre:2s;ind:pre:1s;ind:pre:2s; -éprenne éprendre ver 2.95 5.95 0.00 0.07 sub:pre:3s; -éprennent éprendre ver 2.95 5.95 0.03 0.07 ind:pre:3p; -épreuve épreuve nom f s 23.43 46.28 16.88 27.91 -épreuves épreuve nom f p 23.43 46.28 6.55 18.38 -épris éprendre ver m 2.95 5.95 1.56 3.04 ind:pas:1s;ind:pas:2s;par:pas;par:pas; -éprise éprendre ver f s 2.95 5.95 0.83 1.01 par:pas; -éprises éprendre ver f p 2.95 5.95 0.01 0.14 par:pas; -éprit éprendre ver 2.95 5.95 0.13 0.41 ind:pas:3s; -éprouva éprouver ver 23.35 127.09 0.01 9.39 ind:pas:3s; -éprouvai éprouver ver 23.35 127.09 0.03 5.27 ind:pas:1s; -éprouvaient éprouver ver 23.35 127.09 0.03 3.51 ind:imp:3p; -éprouvais éprouver ver 23.35 127.09 1.18 13.04 ind:imp:1s;ind:imp:2s; -éprouvait éprouver ver 23.35 127.09 0.88 26.35 ind:imp:3s; -éprouvant éprouvant adj m s 1.42 2.77 0.61 1.01 -éprouvante éprouvant adj f s 1.42 2.77 0.46 1.08 -éprouvantes éprouvant adj f p 1.42 2.77 0.16 0.54 -éprouvants éprouvant adj m p 1.42 2.77 0.19 0.14 -éprouve éprouver ver 23.35 127.09 6.74 19.86 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -éprouvent éprouver ver 23.35 127.09 0.87 1.96 ind:pre:3p; -éprouver éprouver ver 23.35 127.09 3.97 19.05 inf; -éprouvera éprouver ver 23.35 127.09 0.06 0.07 ind:fut:3s; -éprouverai éprouver ver 23.35 127.09 0.42 0.07 ind:fut:1s; -éprouveraient éprouver ver 23.35 127.09 0.01 0.07 cnd:pre:3p; -éprouverais éprouver ver 23.35 127.09 0.03 0.27 cnd:pre:1s;cnd:pre:2s; -éprouverait éprouver ver 23.35 127.09 0.16 0.74 cnd:pre:3s; -éprouveras éprouver ver 23.35 127.09 0.36 0.00 ind:fut:2s; -éprouverez éprouver ver 23.35 127.09 0.05 0.34 ind:fut:2p; -éprouveront éprouver ver 23.35 127.09 0.03 0.14 ind:fut:3p; -éprouves éprouver ver 23.35 127.09 1.91 0.34 ind:pre:2s; -éprouvette éprouvette nom f s 0.59 1.22 0.44 0.88 -éprouvettes éprouvette nom f p 0.59 1.22 0.16 0.34 -éprouvez éprouver ver 23.35 127.09 1.20 0.34 imp:pre:2p;ind:pre:2p; -éprouviez éprouver ver 23.35 127.09 0.21 0.07 ind:imp:2p; -éprouvions éprouver ver 23.35 127.09 0.02 0.74 ind:imp:1p; -éprouvâmes éprouver ver 23.35 127.09 0.00 0.07 ind:pas:1p; -éprouvons éprouver ver 23.35 127.09 0.28 1.01 ind:pre:1p; -éprouvât éprouver ver 23.35 127.09 0.00 0.54 sub:imp:3s; -éprouvèrent éprouver ver 23.35 127.09 0.02 0.41 ind:pas:3p; -éprouvé éprouver ver m s 23.35 127.09 3.96 16.22 par:pas; -éprouvée éprouver ver f s 23.35 127.09 0.37 2.64 par:pas; -éprouvées éprouvé adj f p 0.59 4.19 0.11 0.47 -éprouvés éprouvé adj m p 0.59 4.19 0.25 1.22 -épucer épucer ver 0.01 0.07 0.01 0.00 inf; -épée épée nom f s 32.81 25.20 29.34 19.12 -épées épée nom f p 32.81 25.20 3.48 6.08 -épuisa épuiser ver 25.41 33.11 0.00 0.47 ind:pas:3s; -épuisai épuiser ver 25.41 33.11 0.00 0.14 ind:pas:1s; -épuisaient épuiser ver 25.41 33.11 0.05 1.08 ind:imp:3p; -épuisais épuiser ver 25.41 33.11 0.01 0.34 ind:imp:1s; -épuisait épuiser ver 25.41 33.11 0.03 1.89 ind:imp:3s; -épuisant épuisant adj m s 2.24 5.81 1.40 2.30 -épuisante épuisant adj f s 2.24 5.81 0.59 2.03 -épuisantes épuisant adj f p 2.24 5.81 0.17 0.68 -épuisants épuisant adj m p 2.24 5.81 0.09 0.81 -épuise épuiser ver 25.41 33.11 1.79 3.31 imp:pre:2s;ind:pre:1s;ind:pre:3s; -épuisement épuisement nom m s 1.94 7.91 1.93 7.84 -épuisements épuisement nom m p 1.94 7.91 0.01 0.07 -épuisent épuiser ver 25.41 33.11 0.78 1.08 ind:pre:3p; -épuiser épuiser ver 25.41 33.11 1.91 4.53 inf; -épuisera épuiser ver 25.41 33.11 0.17 0.14 ind:fut:3s; -épuiseraient épuiser ver 25.41 33.11 0.01 0.07 cnd:pre:3p; -épuiserait épuiser ver 25.41 33.11 0.14 0.14 cnd:pre:3s; -épuiseras épuiser ver 25.41 33.11 0.04 0.00 ind:fut:2s; -épuiserons épuiser ver 25.41 33.11 0.01 0.07 ind:fut:1p; -épuiseront épuiser ver 25.41 33.11 0.02 0.00 ind:fut:3p; -épuises épuiser ver 25.41 33.11 0.26 0.14 ind:pre:2s; -épuisette épuisette nom f s 0.51 1.49 0.51 1.15 -épuisettes épuisette nom f p 0.51 1.49 0.00 0.34 -épuisez épuiser ver 25.41 33.11 0.41 0.00 imp:pre:2p;ind:pre:2p; -épuisiez épuiser ver 25.41 33.11 0.00 0.07 ind:imp:2p; -épuisons épuiser ver 25.41 33.11 0.16 0.14 ind:pre:1p; -épuisât épuiser ver 25.41 33.11 0.00 0.07 sub:imp:3s; -épéiste épéiste nom s 0.08 0.00 0.06 0.00 -épéistes épéiste nom p 0.08 0.00 0.02 0.00 -épuisèrent épuiser ver 25.41 33.11 0.00 0.20 ind:pas:3p; -épuisé épuiser ver m s 25.41 33.11 11.11 10.47 par:pas; -épuisée épuiser ver f s 25.41 33.11 6.04 4.93 par:pas; -épuisées épuiser ver f p 25.41 33.11 0.67 0.27 par:pas; -épuisés épuiser ver m p 25.41 33.11 1.77 2.70 par:pas; -épulie épulie nom f s 0.00 0.07 0.00 0.07 -épépine épépiner ver 0.00 0.07 0.00 0.07 ind:pre:3s; -épurait épurer ver 0.62 1.96 0.00 0.20 ind:imp:3s; -épurant épurer ver 0.62 1.96 0.00 0.14 par:pre; -épurateur épurateur nom m s 0.15 0.07 0.15 0.07 -épuration épuration nom f s 0.46 1.69 0.44 1.49 -épurations épuration nom f p 0.46 1.69 0.01 0.20 -épurative épuratif adj f s 0.01 0.00 0.01 0.00 -épure épure nom f s 0.28 1.28 0.14 0.74 -épurer épurer ver 0.62 1.96 0.03 0.34 inf; -épures épure nom f p 0.28 1.28 0.14 0.54 -épuré épurer ver m s 0.62 1.96 0.05 0.41 par:pas; -épurée épurer ver f s 0.62 1.96 0.50 0.34 par:pas; -épurées épurer ver f p 0.62 1.96 0.01 0.14 par:pas; -épurés épurer ver m p 0.62 1.96 0.01 0.20 par:pas; -épuçât épucer ver 0.01 0.07 0.00 0.07 sub:imp:3s; -équanimité équanimité nom f s 0.00 0.14 0.00 0.14 -équarisseur équarisseur nom m s 0.01 0.27 0.00 0.14 -équarisseurs équarisseur nom m p 0.01 0.27 0.01 0.14 -équarri équarri adj m s 0.01 0.95 0.01 0.20 -équarrie équarri adj f s 0.01 0.95 0.00 0.07 -équarries équarri adj f p 0.01 0.95 0.00 0.54 -équarrir équarrir ver 0.01 0.54 0.01 0.14 inf; -équarris équarri adj m p 0.01 0.95 0.00 0.14 -équarrissage équarrissage nom m s 0.03 0.14 0.03 0.14 -équarrissait équarrir ver 0.01 0.54 0.00 0.14 ind:imp:3s; -équarrisseur équarrisseur nom m s 0.00 0.47 0.00 0.41 -équarrisseurs équarrisseur nom m p 0.00 0.47 0.00 0.07 -équateur équateur nom m s 0.38 1.55 0.38 1.55 -équation équation nom f s 3.50 2.84 2.49 1.35 -équations équation nom f p 3.50 2.84 1.00 1.49 -équatorial équatorial adj m s 0.38 4.59 0.01 0.74 -équatoriale équatorial adj f s 0.38 4.59 0.37 3.45 -équatoriaux équatorial adj m p 0.38 4.59 0.00 0.41 -équatorien équatorien nom m s 0.01 0.07 0.01 0.07 -équatoriennes équatorien adj f p 0.01 0.00 0.01 0.00 -équerrage équerrage nom m s 0.00 0.07 0.00 0.07 -équerre équerre nom f s 0.20 1.55 0.19 1.49 -équerres équerre nom f p 0.20 1.55 0.01 0.07 -équestre équestre adj s 0.29 2.09 0.28 1.35 -équestres équestre adj p 0.29 2.09 0.01 0.74 -équeuter équeuter ver 0.01 0.00 0.01 0.00 inf; -équeutées équeuté adj f p 0.00 0.07 0.00 0.07 -équidistance équidistance nom f s 0.11 0.00 0.11 0.00 -équidistant équidistant adj m s 0.15 0.54 0.14 0.14 -équidistante équidistant adj f s 0.15 0.54 0.00 0.14 -équidistantes équidistant adj f p 0.15 0.54 0.00 0.07 -équidistants équidistant adj m p 0.15 0.54 0.01 0.20 -équidés équidé nom m p 0.01 0.00 0.01 0.00 -équilatéral équilatéral adj m s 0.04 0.34 0.04 0.27 -équilatéraux équilatéral adj m p 0.04 0.34 0.00 0.07 -équilibra équilibrer ver 1.97 5.34 0.00 0.14 ind:pas:3s; -équilibrage équilibrage nom m s 0.17 0.00 0.17 0.00 -équilibraient équilibrer ver 1.97 5.34 0.00 0.47 ind:imp:3p; -équilibrais équilibrer ver 1.97 5.34 0.00 0.07 ind:imp:1s; -équilibrait équilibrer ver 1.97 5.34 0.01 0.34 ind:imp:3s; -équilibrant équilibrer ver 1.97 5.34 0.00 0.20 par:pre; -équilibrante équilibrant adj f s 0.00 0.14 0.00 0.14 -équilibre équilibre nom m s 10.66 39.73 10.53 39.05 -équilibrent équilibrer ver 1.97 5.34 0.04 0.41 ind:pre:3p; -équilibrer équilibrer ver 1.97 5.34 0.84 1.69 inf; -équilibres équilibre nom m p 10.66 39.73 0.13 0.68 -équilibreur équilibreur nom m s 0.03 0.00 0.03 0.00 -équilibrisme équilibrisme nom m s 0.00 0.07 0.00 0.07 -équilibriste équilibriste nom s 0.70 0.88 0.45 0.54 -équilibristes équilibriste nom p 0.70 0.88 0.26 0.34 -équilibrèrent équilibrer ver 1.97 5.34 0.00 0.14 ind:pas:3p; -équilibré équilibré adj m s 2.23 2.57 1.37 1.28 -équilibrée équilibré adj f s 2.23 2.57 0.64 0.74 -équilibrées équilibré adj f p 2.23 2.57 0.02 0.34 -équilibrés équilibré adj m p 2.23 2.57 0.21 0.20 -équin équin adj m s 0.05 0.07 0.00 0.07 -équine équin adj f s 0.05 0.07 0.05 0.00 -équinoxe équinoxe nom m s 0.44 3.18 0.44 2.50 -équinoxes équinoxe nom m p 0.44 3.18 0.00 0.68 -équipa équiper ver 6.27 9.46 0.01 0.07 ind:pas:3s; -équipage équipage nom m s 19.91 17.16 18.48 11.28 -équipages équipage nom m p 19.91 17.16 1.42 5.88 -équipai équiper ver 6.27 9.46 0.01 0.00 ind:pas:1s; -équipait équiper ver 6.27 9.46 0.00 0.20 ind:imp:3s; -équipant équiper ver 6.27 9.46 0.01 0.27 par:pre; -équipe équipe nom f s 129.97 34.32 118.00 26.28 -équipement équipement nom m s 12.82 8.51 10.71 6.42 -équipements équipement nom m p 12.82 8.51 2.11 2.09 -équipent équiper ver 6.27 9.46 0.15 0.14 ind:pre:3p; -équiper équiper ver 6.27 9.46 0.89 1.89 inf; -équipera équiper ver 6.27 9.46 0.05 0.00 ind:fut:3s; -équiperai équiper ver 6.27 9.46 0.01 0.00 ind:fut:1s; -équiperais équiper ver 6.27 9.46 0.02 0.00 cnd:pre:1s; -équipes équipe nom f p 129.97 34.32 11.97 8.04 -équipez équiper ver 6.27 9.46 0.01 0.07 imp:pre:2p;ind:pre:2p; -équipier équipier nom m s 4.34 1.08 3.07 0.81 -équipiers équipier nom m p 4.34 1.08 0.71 0.27 -équipière équipier nom f s 4.34 1.08 0.56 0.00 -équipons équiper ver 6.27 9.46 0.02 0.00 imp:pre:1p;ind:pre:1p; -équipèrent équiper ver 6.27 9.46 0.00 0.07 ind:pas:3p; -équipé équiper ver m s 6.27 9.46 1.65 2.09 par:pas; -équipée équiper ver f s 6.27 9.46 1.46 1.69 par:pas; -équipées équiper ver f p 6.27 9.46 0.20 0.81 par:pas; -équipés équiper ver m p 6.27 9.46 0.93 1.35 par:pas; -équitable équitable adj s 3.41 2.97 3.30 2.77 -équitablement équitablement adv 0.46 1.35 0.46 1.35 -équitables équitable adj p 3.41 2.97 0.10 0.20 -équitation équitation nom f s 1.14 1.42 1.14 1.42 -équité équité nom f s 0.79 1.49 0.79 1.49 -équivalût équivaloir ver 2.23 3.72 0.00 0.07 sub:imp:3s; -équivalaient équivaloir ver 2.23 3.72 0.01 0.07 ind:imp:3p; -équivalait équivaloir ver 2.23 3.72 0.16 1.42 ind:imp:3s; -équivalant équivaloir ver 2.23 3.72 0.12 0.41 par:pre; -équivalence équivalence nom f s 0.22 0.81 0.19 0.61 -équivalences équivalence nom f p 0.22 0.81 0.04 0.20 -équivalent équivalent nom m s 2.45 5.74 2.43 4.93 -équivalente équivalent adj f s 0.99 1.69 0.25 0.27 -équivalentes équivalent adj f p 0.99 1.69 0.03 0.20 -équivalents équivalent adj m p 0.99 1.69 0.12 0.34 -équivaloir équivaloir ver 2.23 3.72 0.00 0.07 inf; -équivalu équivaloir ver m s 2.23 3.72 0.00 0.14 par:pas; -équivaudra équivaloir ver 2.23 3.72 0.16 0.07 ind:fut:3s; -équivaudrait équivaloir ver 2.23 3.72 0.10 0.27 cnd:pre:3s; -équivaut équivaloir ver 2.23 3.72 1.41 1.08 ind:pre:3s; -équivoque équivoque nom f s 0.78 3.78 0.64 3.38 -équivoquer équivoquer ver 0.01 0.00 0.01 0.00 inf; -équivoques équivoque adj p 0.88 5.14 0.34 1.22 -érable érable nom m s 1.15 2.03 1.11 1.15 -érables érable nom m p 1.15 2.03 0.04 0.88 -érablières érablière nom f p 0.00 0.07 0.00 0.07 -éradicateur éradicateur nom m s 0.02 0.00 0.02 0.00 -éradication éradication nom f s 0.31 0.00 0.31 0.00 -éradiquer éradiquer ver 1.34 0.07 0.97 0.07 inf; -éradiquerai éradiquer ver 1.34 0.07 0.02 0.00 ind:fut:1s; -éradiqueront éradiquer ver 1.34 0.07 0.02 0.00 ind:fut:3p; -éradiquons éradiquer ver 1.34 0.07 0.03 0.00 imp:pre:1p;ind:pre:1p; -éradiqué éradiquer ver m s 1.34 0.07 0.22 0.00 par:pas; -éradiquée éradiquer ver f s 1.34 0.07 0.08 0.00 par:pas; -érafla érafler ver 0.91 2.03 0.00 0.20 ind:pas:3s; -éraflait érafler ver 0.91 2.03 0.00 0.14 ind:imp:3s; -érafle érafler ver 0.91 2.03 0.05 0.20 ind:pre:1s;ind:pre:3s; -érafler érafler ver 0.91 2.03 0.15 0.20 inf; -éraflez érafler ver 0.91 2.03 0.02 0.00 imp:pre:2p;ind:pre:2p; -éraflé érafler ver m s 0.91 2.03 0.55 0.81 par:pas; -éraflée érafler ver f s 0.91 2.03 0.05 0.34 par:pas; -éraflées érafler ver f p 0.91 2.03 0.06 0.07 par:pas; -éraflure éraflure nom f s 1.75 1.76 1.00 0.81 -éraflures éraflure nom f p 1.75 1.76 0.75 0.95 -éraflés érafler ver m p 0.91 2.03 0.04 0.07 par:pas; -érailla érailler ver 0.04 1.42 0.00 0.07 ind:pas:3s; -éraillaient érailler ver 0.04 1.42 0.00 0.07 ind:imp:3p; -éraillait érailler ver 0.04 1.42 0.00 0.07 ind:imp:3s; -éraillant érailler ver 0.04 1.42 0.00 0.07 par:pre; -éraille érailler ver 0.04 1.42 0.00 0.14 ind:pre:3s; -éraillent érailler ver 0.04 1.42 0.00 0.07 ind:pre:3p; -érailler érailler ver 0.04 1.42 0.02 0.00 inf; -éraillé éraillé adj m s 0.03 2.16 0.00 0.27 -éraillée éraillé adj f s 0.03 2.16 0.03 1.69 -éraillées érailler ver f p 0.04 1.42 0.00 0.27 par:pas; -éraillures éraillure nom f p 0.00 0.07 0.00 0.07 -éraillés éraillé adj m p 0.03 2.16 0.00 0.14 -urane urane nom m s 0.00 0.07 0.00 0.07 -uraniens uranien adj m p 0.01 0.00 0.01 0.00 -uranisme uranisme nom m s 0.00 0.07 0.00 0.07 -uraniste uraniste nom m s 0.02 0.00 0.02 0.00 -uranium uranium nom m s 1.60 0.47 1.60 0.47 -urbain urbain adj m s 3.06 4.39 0.96 1.89 -urbaine urbain adj f s 3.06 4.39 1.28 1.35 -urbaines urbain adj f p 3.06 4.39 0.42 0.34 -urbains urbain adj m p 3.06 4.39 0.41 0.81 -urbanisation urbanisation nom f s 0.14 0.00 0.14 0.00 -urbanisme urbanisme nom m s 1.48 0.14 1.48 0.14 -urbaniste urbaniste adj s 0.01 0.07 0.01 0.00 -urbanistes urbaniste nom p 0.29 0.41 0.29 0.27 -urbanisé urbaniser ver m s 0.02 0.07 0.00 0.07 par:pas; -urbanisée urbaniser ver f s 0.02 0.07 0.02 0.00 par:pas; -urbanité urbanité nom f s 0.00 0.41 0.00 0.41 -urbi_et_orbi urbi_et_orbi adv 0.01 0.27 0.01 0.27 -urdu urdu nom m s 0.02 0.00 0.02 0.00 -ure ure nom m s 0.07 0.07 0.06 0.00 -érectile érectile adj s 0.13 0.14 0.02 0.14 -érectiles érectile adj m p 0.13 0.14 0.11 0.00 -érection érection nom f s 3.56 4.05 3.27 3.31 -érections érection nom f p 3.56 4.05 0.30 0.74 -éreintait éreinter ver 0.88 0.95 0.00 0.07 ind:imp:3s; -éreintant éreintant adj m s 0.54 0.14 0.21 0.14 -éreintante éreintant adj f s 0.54 0.14 0.31 0.00 -éreintants éreintant adj m p 0.54 0.14 0.02 0.00 -éreinte éreinter ver 0.88 0.95 0.09 0.07 ind:pre:1s;ind:pre:3s;sub:pre:3s; -éreintement éreintement nom m s 0.00 0.27 0.00 0.27 -éreintent éreinter ver 0.88 0.95 0.07 0.00 ind:pre:3p; -éreinter éreinter ver 0.88 0.95 0.14 0.20 inf; -éreinteur éreinteur nom m s 0.01 0.00 0.01 0.00 -éreinté éreinter ver m s 0.88 0.95 0.23 0.41 par:pas; -éreintée éreinter ver f s 0.88 0.95 0.23 0.00 par:pas; -éreintées éreinter ver f p 0.88 0.95 0.01 0.07 par:pas; -éreintés éreinter ver m p 0.88 0.95 0.09 0.07 par:pas; -ures ure nom m p 0.07 0.07 0.01 0.07 -uretère uretère nom m s 0.04 0.00 0.04 0.00 -urf urf adj m s 0.00 0.07 0.00 0.07 -urge urger ver 0.81 1.08 0.77 0.61 imp:pre:2s;ind:pre:3s;sub:pre:3s; -urgeait urger ver 0.81 1.08 0.01 0.34 ind:imp:3s; -urgemment urgemment adv 0.01 0.14 0.01 0.14 -urgence urgence nom f s 53.03 23.11 38.78 21.35 -urgences urgence nom f p 53.03 23.11 14.24 1.76 -urgent urgent adj m s 31.56 16.96 26.75 11.62 -urgente urgent adj f s 31.56 16.96 3.18 2.91 -urgentes urgent adj f p 31.56 16.96 0.84 1.49 -urgentissime urgentissime adj s 0.02 0.00 0.02 0.00 -urgentiste urgentiste nom s 0.25 0.00 0.25 0.00 -urgents urgent adj m p 31.56 16.96 0.79 0.95 -urger urger ver 0.81 1.08 0.01 0.07 inf; -érige ériger ver 1.91 5.20 0.10 0.88 ind:pre:1s;ind:pre:3s;sub:pre:1s; -érigea ériger ver 1.91 5.20 0.02 0.07 ind:pas:3s; -érigeaient ériger ver 1.91 5.20 0.14 0.27 ind:imp:3p; -érigeait ériger ver 1.91 5.20 0.00 0.14 ind:imp:3s; -érigeant ériger ver 1.91 5.20 0.02 0.34 par:pre; -érigent ériger ver 1.91 5.20 0.01 0.27 ind:pre:3p; -érigeât ériger ver 1.91 5.20 0.00 0.07 sub:imp:3s; -ériger ériger ver 1.91 5.20 0.79 1.15 inf; -érigé ériger ver m s 1.91 5.20 0.45 0.95 par:pas; -érigée ériger ver f s 1.91 5.20 0.23 0.68 par:pas; -érigées ériger ver f p 1.91 5.20 0.14 0.20 par:pas; -érigés ériger ver m p 1.91 5.20 0.01 0.20 par:pas; -urina uriner ver 2.00 2.70 0.00 0.34 ind:pas:3s; -urinaient uriner ver 2.00 2.70 0.12 0.07 ind:imp:3p; -urinaire urinaire adj s 1.27 0.34 0.98 0.14 -urinaires urinaire adj p 1.27 0.34 0.28 0.20 -urinais uriner ver 2.00 2.70 0.00 0.07 ind:imp:1s; -urinait uriner ver 2.00 2.70 0.01 0.27 ind:imp:3s; -urinal urinal nom m s 0.03 0.20 0.03 0.20 -urinant uriner ver 2.00 2.70 0.06 0.07 par:pre; -urine urine nom f s 5.72 6.62 4.63 6.28 -urinent uriner ver 2.00 2.70 0.08 0.07 ind:pre:3p; -uriner uriner ver 2.00 2.70 0.86 1.35 inf; -urinera uriner ver 2.00 2.70 0.01 0.00 ind:fut:3s; -urines urine nom f p 5.72 6.62 1.08 0.34 -urineuse urineux adj f s 0.00 0.07 0.00 0.07 -urinez uriner ver 2.00 2.70 0.10 0.00 imp:pre:2p;ind:pre:2p; -urinoir urinoir nom m s 0.69 1.35 0.37 0.61 -urinoirs urinoir nom m p 0.69 1.35 0.32 0.74 -urinons uriner ver 2.00 2.70 0.00 0.14 imp:pre:1p; -uriné uriner ver m s 2.00 2.70 0.25 0.14 par:pas; -urique urique adj m s 0.06 0.07 0.06 0.07 -urne urne nom f s 2.69 3.38 1.94 1.96 -urnes urne nom f p 2.69 3.38 0.74 1.42 -érode éroder ver 0.16 0.68 0.10 0.20 ind:pre:3s; -érodent éroder ver 0.16 0.68 0.01 0.00 ind:pre:3p; -éroder éroder ver 0.16 0.68 0.00 0.07 inf; -érodé éroder ver m s 0.16 0.68 0.03 0.14 par:pas; -érodée érodé adj f s 0.03 0.27 0.02 0.07 -érodées éroder ver f p 0.16 0.68 0.00 0.07 par:pas; -érodés éroder ver m p 0.16 0.68 0.00 0.14 par:pas; -urographie urographie nom f s 0.00 0.07 0.00 0.07 -érogène érogène adj f s 0.14 0.61 0.04 0.20 -érogènes érogène adj p 0.14 0.61 0.10 0.41 -urokinase urokinase nom f s 0.01 0.00 0.01 0.00 -urologie urologie nom f s 0.23 0.07 0.23 0.07 -urologique urologique adj m s 0.01 0.00 0.01 0.00 -urologue urologue nom s 0.29 0.20 0.29 0.20 -éros éros nom m 0.33 0.54 0.33 0.54 -uroscopie uroscopie nom f s 0.00 0.07 0.00 0.07 -érosion érosion nom f s 0.34 1.49 0.32 1.28 -érosions érosion nom f p 0.34 1.49 0.02 0.20 -érotique érotique adj s 5.06 8.85 3.04 5.95 -érotiquement érotiquement adj s 0.01 0.34 0.01 0.34 -érotiques érotique adj p 5.06 8.85 2.02 2.91 -érotise érotiser ver 0.01 0.20 0.00 0.07 ind:pre:3s; -érotiser érotiser ver 0.01 0.20 0.01 0.00 inf; -érotisme érotisme nom m s 1.64 3.38 1.64 3.38 -érotisé érotiser ver m s 0.01 0.20 0.00 0.07 par:pas; -érotisée érotiser ver f s 0.01 0.20 0.00 0.07 par:pas; -érotomane érotomane adj m s 0.00 0.14 0.00 0.14 -érotomane érotomane nom s 0.00 0.14 0.00 0.14 -érotomanie érotomanie nom f s 0.04 0.14 0.04 0.14 -ursuline ursuline nom f s 0.23 1.01 0.00 0.07 -ursulines ursuline nom f p 0.23 1.01 0.23 0.95 -urètre urètre nom m s 0.16 0.47 0.16 0.47 -urticaire urticaire nom f s 1.22 0.61 1.22 0.61 -urticante urticant adj f s 0.02 0.20 0.01 0.00 -urticantes urticant adj f p 0.02 0.20 0.01 0.14 -urticants urticant adj m p 0.02 0.20 0.00 0.07 -urubu urubu nom m s 0.00 0.34 0.00 0.07 -urubus urubu nom m p 0.00 0.34 0.00 0.27 -éructa éructer ver 0.21 2.50 0.00 0.27 ind:pas:3s; -éructait éructer ver 0.21 2.50 0.00 0.41 ind:imp:3s; -éructant éructer ver 0.21 2.50 0.02 0.27 par:pre; -éructation éructation nom f s 0.02 0.20 0.01 0.00 -éructations éructation nom f p 0.02 0.20 0.01 0.20 -éructe éructer ver 0.21 2.50 0.14 1.01 ind:pre:1s;ind:pre:3s; -éructer éructer ver 0.21 2.50 0.04 0.27 inf; -éructes éructer ver 0.21 2.50 0.01 0.00 ind:pre:2s; -éructé éructer ver m s 0.21 2.50 0.00 0.20 par:pas; -éructées éructer ver f p 0.21 2.50 0.00 0.07 par:pas; -érudit érudit nom m s 1.43 1.69 1.09 0.61 -érudite érudit adj f s 0.56 1.01 0.11 0.00 -érudites érudit adj f p 0.56 1.01 0.01 0.14 -érudition érudition nom f s 0.40 2.84 0.40 2.84 -érudits érudit nom m p 1.43 1.69 0.30 1.08 -urée urée nom f s 0.20 0.14 0.20 0.14 -uruguayen uruguayen nom m s 0.57 0.00 0.57 0.00 -urémie urémie nom f s 0.31 0.27 0.31 0.27 -urémique urémique adj s 0.02 0.00 0.02 0.00 -éruption éruption nom f s 3.73 2.09 3.32 1.55 -éruptions éruption nom f p 3.73 2.09 0.41 0.54 -éruptive éruptif adj f s 0.01 0.07 0.01 0.00 -éruptives éruptif adj f p 0.01 0.07 0.00 0.07 -urus urus nom m 0.00 0.20 0.00 0.20 -uréthane uréthane nom m s 0.08 0.00 0.08 0.00 -urétrite urétrite nom f s 0.04 0.00 0.04 0.00 -érythromycine érythromycine nom f s 0.04 0.00 0.04 0.00 -érythrophobie érythrophobie nom f s 0.05 0.00 0.05 0.00 -érythréenne érythréen nom f s 0.01 0.00 0.01 0.00 -érythème érythème nom m s 0.17 0.14 0.16 0.00 -érythèmes érythème nom m p 0.17 0.14 0.01 0.14 -érythémateux érythémateux adj m 0.03 0.00 0.03 0.00 -us us nom m p 9.10 1.55 9.10 1.55 -usa user ver 13.58 45.00 0.15 0.61 ind:pas:3s; -usage usage nom m s 14.45 47.97 13.26 42.30 -usager usager nom m s 0.07 1.55 0.02 0.54 -usagers usager nom m p 0.07 1.55 0.05 0.95 -usages usage nom m p 14.45 47.97 1.19 5.68 -usagères usager nom f p 0.07 1.55 0.00 0.07 -usagé usagé adj m s 1.37 3.11 0.22 1.01 -usagée usagé adj f s 1.37 3.11 0.39 0.68 -usagées usagé adj f p 1.37 3.11 0.31 0.74 -usagés usagé adj m p 1.37 3.11 0.45 0.68 -usai user ver 13.58 45.00 0.00 0.41 ind:pas:1s; -usaient user ver 13.58 45.00 0.14 1.49 ind:imp:3p; -usais user ver 13.58 45.00 0.02 0.61 ind:imp:1s;ind:imp:2s; -usait user ver 13.58 45.00 0.08 4.26 ind:imp:3s; -usant user ver 13.58 45.00 0.59 2.36 par:pre; -usante usant adj f s 0.40 0.14 0.01 0.00 -use user ver 13.58 45.00 3.19 4.59 imp:pre:2s;ind:pre:1s;ind:pre:3s; -usent user ver 13.58 45.00 0.17 2.23 ind:pre:3p; -user user ver 13.58 45.00 3.48 9.73 inf; -usera user ver 13.58 45.00 0.34 0.00 ind:fut:3s; -userai user ver 13.58 45.00 0.22 0.20 ind:fut:1s; -userais user ver 13.58 45.00 0.16 0.00 cnd:pre:1s;cnd:pre:2s; -userait user ver 13.58 45.00 0.04 0.61 cnd:pre:3s; -useriez user ver 13.58 45.00 0.02 0.00 cnd:pre:2p; -userons user ver 13.58 45.00 0.01 0.07 ind:fut:1p; -useront user ver 13.58 45.00 0.02 0.07 ind:fut:3p; -uses user ver 13.58 45.00 0.19 0.00 ind:pre:2s; -usez user ver 13.58 45.00 0.46 0.27 imp:pre:2p;ind:pre:2p; -usinage usinage nom m s 0.05 0.00 0.05 0.00 -usinaient usiner ver 0.05 0.95 0.00 0.07 ind:imp:3p; -usinant usiner ver 0.05 0.95 0.00 0.07 par:pre; -usine_pilote usine_pilote nom f s 0.00 0.07 0.00 0.07 -usine usine nom f s 51.59 42.97 43.51 28.04 -usiner usiner ver 0.05 0.95 0.01 0.00 inf; -usines usine nom f p 51.59 42.97 8.08 14.93 -usinier usinier adj m s 0.00 0.14 0.00 0.07 -usiniers usinier nom m p 0.00 0.07 0.00 0.07 -usinière usinier adj f s 0.00 0.14 0.00 0.07 -usiné usiner ver m s 0.05 0.95 0.00 0.07 par:pas; -usinée usiner ver f s 0.05 0.95 0.00 0.07 par:pas; -usinées usiner ver f p 0.05 0.95 0.00 0.07 par:pas; -usinés usiner ver m p 0.05 0.95 0.00 0.07 par:pas; -usions user ver 13.58 45.00 0.02 0.20 ind:imp:1p; -usité usité adj m s 0.01 0.27 0.00 0.20 -usités usité adj m p 0.01 0.27 0.01 0.07 -usons user ver 13.58 45.00 0.14 0.27 imp:pre:1p;ind:pre:1p; -usât user ver 13.58 45.00 0.00 0.20 sub:imp:3s; -ésotérique ésotérique adj s 0.53 1.08 0.18 0.68 -ésotériques ésotérique adj p 0.53 1.08 0.35 0.41 -ésotérisme ésotérisme nom m s 0.23 0.54 0.23 0.54 -ésotéristes ésotériste nom p 0.00 0.07 0.00 0.07 -ustensile ustensile nom m s 1.32 5.27 0.27 1.35 -ustensiles ustensile nom m p 1.32 5.27 1.06 3.92 -usèrent user ver 13.58 45.00 0.00 0.07 ind:pas:3p; -ustion ustion nom f s 0.00 0.14 0.00 0.14 -usé user ver m s 13.58 45.00 2.02 8.92 par:pas; -usée user ver f s 13.58 45.00 0.80 3.72 par:pas; -usuel usuel adj m s 0.19 1.28 0.04 0.41 -usuelle usuel adj f s 0.19 1.28 0.04 0.20 -usuellement usuellement adv 0.10 0.00 0.10 0.00 -usuelles usuel adj f p 0.19 1.28 0.00 0.20 -usuels usuel adj m p 0.19 1.28 0.10 0.47 -usées usé adj f p 2.49 17.09 0.50 2.70 -usufruit usufruit nom m s 0.15 0.47 0.15 0.47 -usufruitier usufruitier nom m s 0.00 0.14 0.00 0.14 -usuraire usuraire adj m s 0.04 0.14 0.01 0.14 -usuraires usuraire adj m p 0.04 0.14 0.02 0.00 -usure usure nom f s 1.78 10.20 1.77 10.00 -usures usure nom f p 1.78 10.20 0.01 0.20 -usurier usurier nom m s 2.17 1.28 1.20 0.61 -usuriers usurier nom m p 2.17 1.28 0.86 0.61 -usurière usurier nom f s 2.17 1.28 0.11 0.07 -usurpaient usurper ver 1.09 2.03 0.00 0.14 ind:imp:3p; -usurpait usurper ver 1.09 2.03 0.00 0.07 ind:imp:3s; -usurpant usurper ver 1.09 2.03 0.01 0.20 par:pre; -usurpateur usurpateur nom m s 0.43 1.62 0.21 0.68 -usurpateurs usurpateur nom m p 0.43 1.62 0.05 0.61 -usurpation usurpation nom f s 0.59 1.35 0.59 1.35 -usurpatrice usurpateur nom f s 0.43 1.62 0.17 0.34 -usurpent usurper ver 1.09 2.03 0.01 0.07 ind:pre:3p; -usurper usurper ver 1.09 2.03 0.51 0.34 inf; -usurperont usurper ver 1.09 2.03 0.01 0.00 ind:fut:3p; -usurpé usurper ver m s 1.09 2.03 0.54 0.74 par:pas; -usurpée usurper ver f s 1.09 2.03 0.00 0.27 par:pas; -usurpées usurper ver f p 1.09 2.03 0.00 0.14 par:pas; -usurpés usurper ver m p 1.09 2.03 0.01 0.07 par:pas; -usés user ver m p 13.58 45.00 1.05 2.09 par:pas; -ut ut nom m 1.02 0.54 1.02 0.54 -établît établir ver 26.38 57.77 0.00 0.27 sub:imp:3s; -étable étable nom f s 5.37 9.46 4.85 7.50 -étables étable nom f p 5.37 9.46 0.52 1.96 -établi établir ver m s 26.38 57.77 7.41 11.01 par:pas; -établie établir ver f s 26.38 57.77 1.89 4.66 par:pas; -établies établir ver f p 26.38 57.77 0.58 1.96 par:pas; -établir établir ver 26.38 57.77 10.52 20.68 inf; -établira établir ver 26.38 57.77 0.34 0.27 ind:fut:3s; -établirai établir ver 26.38 57.77 0.07 0.14 ind:fut:1s; -établiraient établir ver 26.38 57.77 0.01 0.07 cnd:pre:3p; -établirais établir ver 26.38 57.77 0.14 0.07 cnd:pre:1s; -établirait établir ver 26.38 57.77 0.04 0.88 cnd:pre:3s; -établirent établir ver 26.38 57.77 0.04 1.01 ind:pas:3p; -établirez établir ver 26.38 57.77 0.01 0.14 ind:fut:2p; -établirions établir ver 26.38 57.77 0.01 0.00 cnd:pre:1p; -établirons établir ver 26.38 57.77 0.07 0.07 ind:fut:1p; -établiront établir ver 26.38 57.77 0.05 0.14 ind:fut:3p; -établis établir ver m p 26.38 57.77 1.29 2.70 imp:pre:2s;ind:pre:1s;ind:pre:2s;par:pas; -établissaient établir ver 26.38 57.77 0.02 1.08 ind:imp:3p; -établissais établir ver 26.38 57.77 0.03 0.27 ind:imp:1s;ind:imp:2s; -établissait établir ver 26.38 57.77 0.17 3.78 ind:imp:3s; -établissant établir ver 26.38 57.77 0.55 1.01 par:pre; -établisse établir ver 26.38 57.77 0.26 0.81 sub:pre:1s;sub:pre:3s; -établissement établissement nom m s 7.59 22.23 6.11 17.36 -établissements établissement nom m p 7.59 22.23 1.48 4.86 -établissent établir ver 26.38 57.77 0.28 1.22 ind:pre:3p; -établisses établir ver 26.38 57.77 0.01 0.00 sub:pre:2s; -établissez établir ver 26.38 57.77 0.50 0.14 imp:pre:2p;ind:pre:2p; -établissions établir ver 26.38 57.77 0.05 0.14 ind:imp:1p; -établissons établir ver 26.38 57.77 0.29 0.20 imp:pre:1p;ind:pre:1p; -établit établir ver 26.38 57.77 1.74 5.07 ind:pre:3s;ind:pas:3s; -étage étage nom m s 46.45 96.55 39.47 69.19 -étagea étager ver 0.73 3.58 0.00 0.07 ind:pas:3s; -étageaient étager ver 0.73 3.58 0.00 0.81 ind:imp:3p; -étageait étager ver 0.73 3.58 0.00 0.27 ind:imp:3s; -étageant étager ver 0.73 3.58 0.00 0.41 par:pre; -étagent étager ver 0.73 3.58 0.00 0.74 ind:pre:3p; -étages étage nom m p 46.45 96.55 6.98 27.36 -étagère étagère nom f s 5.06 16.69 3.29 9.59 -étagères étagère nom f p 5.06 16.69 1.77 7.09 -étagé étagé adj m s 0.00 0.54 0.00 0.07 -étagée étager ver f s 0.73 3.58 0.00 0.20 par:pas; -étagées étager ver f p 0.73 3.58 0.00 0.41 par:pas; -étagés étager ver m p 0.73 3.58 0.00 0.27 par:pas; -étai étai nom m s 0.28 0.88 0.19 0.54 -étaie étayer ver 0.72 4.05 0.04 0.14 ind:pre:1s;ind:pre:3s; -étaient être aux 8074.24 6501.82 55.30 393.85 ind:imp:3p; -étain étain nom m s 1.19 4.66 1.08 4.39 -étains étain nom m p 1.19 4.66 0.11 0.27 -étais être aux 8074.24 6501.82 184.97 224.66 ind:imp:2s; -était être aux 8074.24 6501.82 350.91 1497.84 ind:imp:3s; -étal étal nom m s 0.56 5.54 0.33 3.38 -étala étaler ver 6.36 63.11 0.00 4.05 ind:pas:3s; -étalage étalage nom m s 2.22 11.42 1.95 7.64 -étalages étalage nom m p 2.22 11.42 0.27 3.78 -étalagiste étalagiste nom s 0.00 0.20 0.00 0.20 -étalai étaler ver 6.36 63.11 0.00 0.27 ind:pas:1s; -étalaient étaler ver 6.36 63.11 0.03 6.15 ind:imp:3p; -étalais étaler ver 6.36 63.11 0.18 0.20 ind:imp:1s; -étalait étaler ver 6.36 63.11 0.08 10.00 ind:imp:3s; -étalant étaler ver 6.36 63.11 0.13 2.30 par:pre; -étale étaler ver 6.36 63.11 0.93 10.41 imp:pre:2s;ind:pre:1s;ind:pre:3s; -étalement étalement nom m s 0.14 0.47 0.14 0.41 -étalements étalement nom m p 0.14 0.47 0.00 0.07 -étalent étaler ver 6.36 63.11 0.32 2.57 ind:pre:3p; -étaler étaler ver 6.36 63.11 2.42 7.16 inf; -étalera étaler ver 6.36 63.11 0.00 0.14 ind:fut:3s; -étalerai étaler ver 6.36 63.11 0.01 0.00 ind:fut:1s; -étaleraient étaler ver 6.36 63.11 0.00 0.14 cnd:pre:3p; -étalerait étaler ver 6.36 63.11 0.01 0.14 cnd:pre:3s; -étaleras étaler ver 6.36 63.11 0.00 0.07 ind:fut:2s; -étaleront étaler ver 6.36 63.11 0.01 0.07 ind:fut:3p; -étales étaler ver 6.36 63.11 0.28 0.00 ind:pre:2s; -étalez étaler ver 6.36 63.11 0.04 0.14 imp:pre:2p;ind:pre:2p; -étalions étaler ver 6.36 63.11 0.00 0.14 ind:imp:1p; -étalon étalon nom m s 6.20 5.41 5.13 4.39 -étalonnage étalonnage nom m s 0.45 0.07 0.45 0.00 -étalonnages étalonnage nom m p 0.45 0.07 0.00 0.07 -étalonne étalonner ver 0.02 0.14 0.00 0.07 ind:pre:1s; -étalonner étalonner ver 0.02 0.14 0.01 0.07 inf; -étalonné étalonner ver m s 0.02 0.14 0.01 0.00 par:pas; -étalonnés étalonné adj m p 0.01 0.00 0.01 0.00 -étalons étalon nom m p 6.20 5.41 1.07 1.01 -étalât étaler ver 6.36 63.11 0.00 0.14 sub:imp:3s; -étals étal nom m p 0.56 5.54 0.23 2.16 -étalèrent étaler ver 6.36 63.11 0.00 0.54 ind:pas:3p; -étalé étaler ver m s 6.36 63.11 0.94 6.55 par:pas; -étalée étaler ver f s 6.36 63.11 0.41 4.73 par:pas; -étalées étaler ver f p 6.36 63.11 0.14 3.18 par:pas; -étalés étaler ver m p 6.36 63.11 0.30 3.99 par:pas; -étamaient étamer ver 0.00 0.14 0.00 0.07 ind:imp:3p; -étambot étambot nom m s 0.01 0.14 0.01 0.14 -étameur étameur nom m s 0.03 0.07 0.03 0.00 -étameurs étameur nom m p 0.03 0.07 0.00 0.07 -étamine étamine nom f s 0.06 1.22 0.05 0.61 -étamines étamine nom f p 0.06 1.22 0.01 0.61 -étampes étampe nom f p 0.00 1.01 0.00 1.01 -étampures étampure nom f p 0.00 0.07 0.00 0.07 -étamé étamé adj m s 0.00 0.27 0.00 0.27 -étanchaient étancher ver 0.48 1.89 0.00 0.07 ind:imp:3p; -étanchait étancher ver 0.48 1.89 0.00 0.20 ind:imp:3s; -étanche étanche adj s 1.87 1.96 1.40 1.15 -étanchement étanchement nom m s 0.20 0.00 0.20 0.00 -étanchent étancher ver 0.48 1.89 0.00 0.07 ind:pre:3p; -étancher étancher ver 0.48 1.89 0.16 1.35 inf; -étancherait étancher ver 0.48 1.89 0.00 0.07 cnd:pre:3s; -étanches étanche adj p 1.87 1.96 0.47 0.81 -étanché étancher ver m s 0.48 1.89 0.26 0.07 par:pas; -étanchée étancher ver f s 0.48 1.89 0.02 0.00 par:pas; -étanchéité étanchéité nom f s 0.13 0.34 0.13 0.34 -étang étang nom m s 7.10 15.47 6.57 10.47 -étangs étang nom m p 7.10 15.47 0.53 5.00 -étant être aux 8074.24 6501.82 30.94 76.82 par:pre; -étançon étançon nom m s 0.00 0.20 0.00 0.20 -étape étape nom f s 15.77 23.65 12.44 14.46 -étapes étape nom f p 15.77 23.65 3.34 9.19 -état_civil état_civil nom m s 0.03 0.54 0.03 0.47 -état_major état_major nom m s 5.24 22.43 5.16 18.31 -état état nom m s 145.72 218.18 136.81 192.03 -étatique étatique adj s 0.07 0.20 0.07 0.07 -étatiques étatique adj p 0.07 0.20 0.00 0.14 -étatisation étatisation nom f s 0.03 0.00 0.03 0.00 -étatisme étatisme nom m s 0.01 0.07 0.01 0.07 -état_civil état_civil nom m p 0.03 0.54 0.00 0.07 -état_major état_major nom m p 5.24 22.43 0.09 4.12 -états état nom m p 145.72 218.18 8.91 26.15 -étau étau nom m s 0.75 4.86 0.61 4.39 -étaux étau nom m p 0.75 4.86 0.14 0.47 -étayage étayage nom m s 0.01 0.07 0.01 0.07 -étayaient étayer ver 0.72 4.05 0.00 0.20 ind:imp:3p; -étayait étayer ver 0.72 4.05 0.00 0.41 ind:imp:3s; -étayant étayer ver 0.72 4.05 0.01 0.34 par:pre; -étaye étayer ver 0.72 4.05 0.08 0.00 ind:pre:3s; -étayer étayer ver 0.72 4.05 0.47 1.15 inf; -étayez étayer ver 0.72 4.05 0.03 0.07 imp:pre:2p;ind:pre:2p; -étayé étayer ver m s 0.72 4.05 0.02 0.54 par:pas; -étayée étayer ver f s 0.72 4.05 0.02 0.47 par:pas; -étayées étayer ver f p 0.72 4.05 0.05 0.14 par:pas; -étayés étayer ver m p 0.72 4.05 0.00 0.61 par:pas; -éteignît éteindre ver 57.32 76.82 0.00 0.54 sub:imp:3s; -éteignaient éteindre ver 57.32 76.82 0.18 2.23 ind:imp:3p; -éteignais éteindre ver 57.32 76.82 0.10 0.34 ind:imp:1s;ind:imp:2s; -éteignait éteindre ver 57.32 76.82 0.22 4.46 ind:imp:3s; -éteignant éteindre ver 57.32 76.82 0.34 2.84 par:pre; -éteigne éteindre ver 57.32 76.82 1.16 0.81 sub:pre:1s;sub:pre:3s; -éteignent éteindre ver 57.32 76.82 1.36 2.64 ind:pre:3p; -éteignes éteindre ver 57.32 76.82 0.08 0.00 sub:pre:2s; -éteignez éteindre ver 57.32 76.82 3.98 0.54 imp:pre:2p;ind:pre:2p; -éteignions éteindre ver 57.32 76.82 0.00 0.07 ind:imp:1p; -éteignirent éteindre ver 57.32 76.82 0.04 1.69 ind:pas:3p; -éteignis éteindre ver 57.32 76.82 0.10 0.47 ind:pas:1s; -éteignit éteindre ver 57.32 76.82 0.39 11.15 ind:pas:3s; -éteignoir éteignoir nom m s 0.16 0.14 0.16 0.14 -éteignons éteindre ver 57.32 76.82 0.10 0.00 imp:pre:1p;ind:pre:1p; -éteindra éteindre ver 57.32 76.82 1.69 0.54 ind:fut:3s; -éteindrai éteindre ver 57.32 76.82 0.92 0.00 ind:fut:1s; -éteindraient éteindre ver 57.32 76.82 0.01 0.07 cnd:pre:3p; -éteindrais éteindre ver 57.32 76.82 0.04 0.07 cnd:pre:1s; -éteindrait éteindre ver 57.32 76.82 0.19 0.47 cnd:pre:3s; -éteindras éteindre ver 57.32 76.82 0.18 0.00 ind:fut:2s; -éteindre éteindre ver 57.32 76.82 14.48 16.62 inf; -éteindrez éteindre ver 57.32 76.82 0.14 0.14 ind:fut:2p; -éteindrons éteindre ver 57.32 76.82 0.23 0.41 ind:fut:1p; -éteindront éteindre ver 57.32 76.82 0.21 0.34 ind:fut:3p; -éteins éteindre ver 57.32 76.82 10.44 2.57 imp:pre:2s;ind:pre:1s;ind:pre:2s; -éteint éteindre ver m s 57.32 76.82 16.42 19.12 ind:pre:3s;par:pas; -éteinte éteindre ver f s 57.32 76.82 2.98 4.53 par:pas; -éteintes éteindre ver f p 57.32 76.82 0.77 1.69 par:pas; -éteints éteint adj m p 2.79 17.91 0.80 4.32 -étend étendre ver 21.90 111.89 4.98 11.28 ind:pre:3s; -étendîmes étendre ver 21.90 111.89 0.00 0.07 ind:pas:1p; -étendît étendre ver 21.90 111.89 0.00 0.34 sub:imp:3s; -étendage étendage nom m s 0.02 0.20 0.02 0.20 -étendaient étendre ver 21.90 111.89 0.14 3.45 ind:imp:3p; -étendais étendre ver 21.90 111.89 0.03 0.88 ind:imp:1s; -étendait étendre ver 21.90 111.89 1.01 13.99 ind:imp:3s; -étendant étendre ver 21.90 111.89 0.07 3.24 par:pre; -étendard étendard nom m s 0.77 4.80 0.65 2.23 -étendards étendard nom m p 0.77 4.80 0.12 2.57 -étende étendre ver 21.90 111.89 0.27 0.47 sub:pre:1s;sub:pre:3s; -étendent étendre ver 21.90 111.89 0.81 2.30 ind:pre:3p; -étendez étendre ver 21.90 111.89 0.27 0.20 imp:pre:2p;ind:pre:2p; -étendions étendre ver 21.90 111.89 0.00 0.14 ind:imp:1p; -étendirent étendre ver 21.90 111.89 0.00 1.01 ind:pas:3p; -étendis étendre ver 21.90 111.89 0.02 1.22 ind:pas:1s; -étendit étendre ver 21.90 111.89 0.28 12.09 ind:pas:3s; -étendoir étendoir nom m s 0.02 0.14 0.02 0.14 -étendons étendre ver 21.90 111.89 0.04 0.20 imp:pre:1p;ind:pre:1p; -étendra étendre ver 21.90 111.89 0.21 0.14 ind:fut:3s; -étendrai étendre ver 21.90 111.89 0.08 0.27 ind:fut:1s; -étendraient étendre ver 21.90 111.89 0.00 0.07 cnd:pre:3p; -étendrais étendre ver 21.90 111.89 0.01 0.14 cnd:pre:1s; -étendrait étendre ver 21.90 111.89 0.06 0.61 cnd:pre:3s; -étendre étendre ver 21.90 111.89 5.87 19.59 inf;; -étendrez étendre ver 21.90 111.89 0.00 0.07 ind:fut:2p; -étendrions étendre ver 21.90 111.89 0.00 0.07 cnd:pre:1p; -étendrons étendre ver 21.90 111.89 0.05 0.00 ind:fut:1p; -étendront étendre ver 21.90 111.89 0.05 0.00 ind:fut:3p; -étends étendre ver 21.90 111.89 1.42 2.23 imp:pre:2s;ind:pre:1s;ind:pre:2s; -étendu étendre ver m s 21.90 111.89 3.56 20.54 par:pas; -étendue étendue nom f s 3.96 24.46 3.52 18.85 -étendues étendue nom f p 3.96 24.46 0.45 5.61 -étendus étendre ver m p 21.90 111.89 0.51 3.38 par:pas; -éternel éternel adj m s 30.53 45.88 14.06 19.86 -éternelle éternel adj f s 30.53 45.88 12.85 18.18 -éternellement éternellement adv 8.01 9.93 8.01 9.93 -éternelles éternel adj f p 30.53 45.88 1.52 3.78 -éternels éternel adj m p 30.53 45.88 2.10 4.05 -éternisa éterniser ver 1.31 4.32 0.00 0.34 ind:pas:3s; -éternisaient éterniser ver 1.31 4.32 0.00 0.14 ind:imp:3p; -éternisais éterniser ver 1.31 4.32 0.00 0.07 ind:imp:1s; -éternisait éterniser ver 1.31 4.32 0.00 0.95 ind:imp:3s; -éternise éterniser ver 1.31 4.32 0.41 0.74 imp:pre:2s;ind:pre:1s;ind:pre:3s; -éternisent éterniser ver 1.31 4.32 0.02 0.20 ind:pre:3p; -éterniser éterniser ver 1.31 4.32 0.65 1.35 inf; -éterniserai éterniser ver 1.31 4.32 0.02 0.00 ind:fut:1s; -éterniserait éterniser ver 1.31 4.32 0.00 0.07 cnd:pre:3s; -éterniserons éterniser ver 1.31 4.32 0.01 0.00 ind:fut:1p; -éternisez éterniser ver 1.31 4.32 0.13 0.00 imp:pre:2p;ind:pre:2p; -éternisons éterniser ver 1.31 4.32 0.00 0.07 imp:pre:1p; -éternisât éterniser ver 1.31 4.32 0.00 0.07 sub:imp:3s; -éternisé éterniser ver m s 1.31 4.32 0.04 0.20 par:pas; -éternisée éterniser ver f s 1.31 4.32 0.02 0.00 par:pas; -éternisés éterniser ver m p 1.31 4.32 0.01 0.14 par:pas; -éternité éternité nom f s 18.20 31.62 18.00 30.95 -éternités éternité nom f p 18.20 31.62 0.20 0.68 -éternua éternuer ver 3.48 4.26 0.00 1.28 ind:pas:3s; -éternuaient éternuer ver 3.48 4.26 0.00 0.07 ind:imp:3p; -éternuais éternuer ver 3.48 4.26 0.03 0.07 ind:imp:1s; -éternuait éternuer ver 3.48 4.26 0.02 0.20 ind:imp:3s; -éternuant éternuer ver 3.48 4.26 0.20 0.20 par:pre; -éternue éternuer ver 3.48 4.26 1.25 0.41 imp:pre:2s;ind:pre:1s;ind:pre:3s; -éternuement éternuement nom m s 1.00 1.55 0.65 1.01 -éternuements éternuement nom m p 1.00 1.55 0.36 0.54 -éternuent éternuer ver 3.48 4.26 0.04 0.00 ind:pre:3p; -éternuer éternuer ver 3.48 4.26 1.02 1.62 inf; -éternuerait éternuer ver 3.48 4.26 0.00 0.07 cnd:pre:3s; -éternues éternuer ver 3.48 4.26 0.23 0.00 ind:pre:2s; -éternuez éternuer ver 3.48 4.26 0.06 0.07 imp:pre:2p;ind:pre:2p; -éternué éternuer ver m s 3.48 4.26 0.63 0.27 par:pas; -êtes être aux 8074.24 6501.82 260.22 51.89 ind:pre:2p; -éteule éteule nom f s 0.00 0.54 0.00 0.07 -éteules éteule nom f p 0.00 0.54 0.00 0.47 -éthane éthane nom m s 0.01 0.00 0.01 0.00 -éthanol éthanol nom m s 0.29 0.00 0.29 0.00 -éther éther nom m s 1.43 4.05 1.43 3.92 -éthers éther nom m p 1.43 4.05 0.00 0.14 -éthiopien éthiopien adj m s 0.59 0.47 0.31 0.07 -éthiopienne éthiopien adj f s 0.59 0.47 0.14 0.27 -éthiopiennes éthiopien adj f p 0.59 0.47 0.01 0.00 -éthiopiens éthiopien adj m p 0.59 0.47 0.14 0.14 -éthique éthique nom f s 4.56 1.08 4.55 1.01 -éthiquement éthiquement adv 0.09 0.00 0.09 0.00 -éthiques éthique adj p 1.22 0.41 0.28 0.27 -éthologie éthologie nom f s 0.11 0.07 0.11 0.07 -éthologue éthologue nom s 0.01 0.00 0.01 0.00 -éthérique éthérique adj f s 0.01 0.00 0.01 0.00 -éthéré éthéré adj m s 0.40 0.95 0.23 0.27 -éthérée éthéré adj f s 0.40 0.95 0.00 0.41 -éthérées éthéré adj f p 0.40 0.95 0.16 0.20 -éthérés éthéré adj m p 0.40 0.95 0.01 0.07 -éthyle éthyle nom m s 0.07 0.00 0.07 0.00 -éthylique éthylique adj s 0.26 0.61 0.26 0.34 -éthyliques éthylique adj p 0.26 0.61 0.00 0.27 -éthylisme éthylisme nom m s 0.10 0.20 0.10 0.20 -éthylotest éthylotest nom m s 0.05 0.00 0.05 0.00 -éthylène éthylène nom m s 0.09 0.00 0.09 0.00 -étiage étiage nom m s 0.00 0.34 0.00 0.34 -étier étier nom m s 0.00 0.34 0.00 0.07 -étiers étier nom m p 0.00 0.34 0.00 0.27 -étiez être aux 8074.24 6501.82 23.15 7.30 ind:imp:2p; -utile utile adj s 44.99 32.70 36.47 23.99 -utilement utilement adv 0.03 1.49 0.03 1.49 -utiles utile adj p 44.99 32.70 8.52 8.72 -utilisa utiliser ver 182.44 43.51 0.23 0.68 ind:pas:3s; -utilisable utilisable adj s 1.62 1.69 1.30 1.15 -utilisables utilisable adj p 1.62 1.69 0.32 0.54 -utilisai utiliser ver 182.44 43.51 0.00 0.14 ind:pas:1s; -utilisaient utiliser ver 182.44 43.51 1.68 1.96 ind:imp:3p; -utilisais utiliser ver 182.44 43.51 1.15 0.47 ind:imp:1s;ind:imp:2s; -utilisait utiliser ver 182.44 43.51 3.84 5.41 ind:imp:3s; -utilisant utiliser ver 182.44 43.51 5.73 3.72 par:pre; -utilisateur utilisateur nom m s 1.24 0.20 0.79 0.00 -utilisateurs utilisateur nom m p 1.24 0.20 0.44 0.20 -utilisation utilisation nom f s 4.67 4.26 4.47 4.12 -utilisations utilisation nom f p 4.67 4.26 0.20 0.14 -utilisatrice utilisateur nom f s 1.24 0.20 0.01 0.00 -utilise utiliser ver 182.44 43.51 31.68 2.97 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -utilisent utiliser ver 182.44 43.51 8.00 1.49 ind:pre:3p; -utiliser utiliser ver 182.44 43.51 61.97 15.61 ind:pre:2p;inf; -utilisera utiliser ver 182.44 43.51 1.62 0.14 ind:fut:3s; -utiliserai utiliser ver 182.44 43.51 1.82 0.20 ind:fut:1s; -utiliseraient utiliser ver 182.44 43.51 0.20 0.34 cnd:pre:3p; -utiliserais utiliser ver 182.44 43.51 1.17 0.14 cnd:pre:1s;cnd:pre:2s; -utiliserait utiliser ver 182.44 43.51 0.80 0.34 cnd:pre:3s; -utiliseras utiliser ver 182.44 43.51 0.58 0.00 ind:fut:2s; -utiliserez utiliser ver 182.44 43.51 0.36 0.00 ind:fut:2p; -utiliseriez utiliser ver 182.44 43.51 0.17 0.00 cnd:pre:2p; -utiliserions utiliser ver 182.44 43.51 0.03 0.00 cnd:pre:1p; -utiliserons utiliser ver 182.44 43.51 1.02 0.00 ind:fut:1p; -utiliseront utiliser ver 182.44 43.51 0.49 0.07 ind:fut:3p; -utilises utiliser ver 182.44 43.51 3.80 0.20 ind:pre:2s;sub:pre:2s; -utilisez utiliser ver 182.44 43.51 11.86 0.34 imp:pre:2p;ind:pre:2p; -utilisiez utiliser ver 182.44 43.51 0.66 0.41 ind:imp:2p;sub:pre:2p; -utilisions utiliser ver 182.44 43.51 0.37 0.14 ind:imp:1p; -utilisons utiliser ver 182.44 43.51 3.04 0.07 imp:pre:1p;ind:pre:1p; -utilisât utiliser ver 182.44 43.51 0.00 0.07 sub:imp:3s; -utilisèrent utiliser ver 182.44 43.51 0.06 0.07 ind:pas:3p; -utilisé utiliser ver m s 182.44 43.51 30.65 4.19 par:pas; -utilisée utiliser ver f s 182.44 43.51 5.59 1.62 par:pas; -utilisées utiliser ver f p 182.44 43.51 1.43 0.88 par:pas; -utilisés utiliser ver m p 182.44 43.51 2.44 1.89 par:pas; -utilitaire utilitaire nom s 0.16 0.34 0.15 0.14 -utilitaires utilitaire adj p 0.12 1.35 0.01 0.27 -utilitarisme utilitarisme nom m s 0.00 0.07 0.00 0.07 -utilité utilité nom f s 4.28 7.09 4.15 6.49 -utilités utilité nom f p 4.28 7.09 0.13 0.61 -étincela étinceler ver 1.29 10.81 0.00 0.41 ind:pas:3s; -étincelaient étinceler ver 1.29 10.81 0.05 2.36 ind:imp:3p; -étincelait étinceler ver 1.29 10.81 0.02 3.11 ind:imp:3s; -étincelant étincelant adj m s 1.29 13.18 0.34 3.24 -étincelante étincelant adj f s 1.29 13.18 0.58 4.53 -étincelantes étincelant adj f p 1.29 13.18 0.25 2.70 -étincelants étincelant adj m p 1.29 13.18 0.12 2.70 -étinceler étinceler ver 1.29 10.81 0.07 0.88 inf; -étincelle étincelle nom f s 6.30 12.97 3.59 5.07 -étincellement étincellement nom m s 0.14 0.81 0.14 0.74 -étincellements étincellement nom m p 0.14 0.81 0.00 0.07 -étincellent étinceler ver 1.29 10.81 0.16 0.61 ind:pre:3p; -étincellera étinceler ver 1.29 10.81 0.03 0.00 ind:fut:3s; -étincelles étincelle nom f p 6.30 12.97 2.71 7.91 -étincelèrent étinceler ver 1.29 10.81 0.00 0.34 ind:pas:3p; -étincelé étinceler ver m s 1.29 10.81 0.00 0.20 par:pas; -étiolaient étioler ver 0.45 2.09 0.00 0.07 ind:imp:3p; -étiolais étioler ver 0.45 2.09 0.00 0.07 ind:imp:1s; -étiolait étioler ver 0.45 2.09 0.00 0.14 ind:imp:3s; -étiolant étioler ver 0.45 2.09 0.00 0.07 par:pre; -étiole étioler ver 0.45 2.09 0.16 0.41 ind:pre:1s;ind:pre:3s; -étiolement étiolement nom m s 0.00 0.07 0.00 0.07 -étiolent étioler ver 0.45 2.09 0.01 0.54 ind:pre:3p; -étioler étioler ver 0.45 2.09 0.26 0.54 inf; -étiologie étiologie nom f s 0.03 0.00 0.03 0.00 -étiologique étiologique adj m s 0.02 0.07 0.01 0.00 -étiologiques étiologique adj p 0.02 0.07 0.01 0.07 -étiolé étioler ver m s 0.45 2.09 0.00 0.07 par:pas; -étiolée étioler ver f s 0.45 2.09 0.03 0.14 par:pas; -étiolées étioler ver f p 0.45 2.09 0.00 0.07 par:pas; -étions être aux 8074.24 6501.82 9.63 47.77 ind:imp:1p; -étique étique adj s 0.11 0.68 0.09 0.34 -étiques étique adj p 0.11 0.68 0.02 0.34 -étiquetage étiquetage nom m s 0.12 0.00 0.12 0.00 -étiquetaient étiqueter ver 1.13 2.03 0.00 0.07 ind:imp:3p; -étiqueter étiqueter ver 1.13 2.03 0.35 0.27 inf; -étiqueteuse étiqueteur nom f s 0.04 0.00 0.04 0.00 -étiquetez étiqueter ver 1.13 2.03 0.09 0.00 imp:pre:2p;ind:pre:2p; -étiquette étiquette nom f s 7.38 15.74 5.44 8.65 -étiquettent étiqueter ver 1.13 2.03 0.01 0.07 ind:pre:3p; -étiquettes étiquette nom f p 7.38 15.74 1.94 7.09 -étiqueté étiqueter ver m s 1.13 2.03 0.31 0.47 par:pas; -étiquetée étiqueter ver f s 1.13 2.03 0.09 0.14 par:pas; -étiquetées étiqueter ver f p 1.13 2.03 0.05 0.34 par:pas; -étiquetés étiqueter ver m p 1.13 2.03 0.15 0.54 par:pas; -étira étirer ver 3.28 40.27 0.00 7.09 ind:pas:3s; -étirable étirable adj m s 0.01 0.00 0.01 0.00 -étirage étirage nom m s 0.14 0.00 0.14 0.00 -étirai étirer ver 3.28 40.27 0.00 0.34 ind:pas:1s; -étiraient étirer ver 3.28 40.27 0.02 2.50 ind:imp:3p; -étirais étirer ver 3.28 40.27 0.11 0.27 ind:imp:1s;ind:imp:2s; -étirait étirer ver 3.28 40.27 0.06 5.07 ind:imp:3s; -étirant étirer ver 3.28 40.27 0.06 4.39 par:pre; -étire étirer ver 3.28 40.27 0.99 8.04 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:1s; -étirement étirement nom m s 0.33 1.01 0.09 0.54 -étirements étirement nom m p 0.33 1.01 0.24 0.47 -étirent étirer ver 3.28 40.27 0.35 1.96 ind:pre:3p; -étirer étirer ver 3.28 40.27 0.93 3.11 inf; -étirerait étirer ver 3.28 40.27 0.02 0.00 cnd:pre:3s; -étirez étirer ver 3.28 40.27 0.09 0.00 imp:pre:2p;ind:pre:2p; -étirèrent étirer ver 3.28 40.27 0.01 0.54 ind:pas:3p; -étiré étirer ver m s 3.28 40.27 0.29 2.03 par:pas; -étirée étirer ver f s 3.28 40.27 0.06 1.49 par:pas; -étirées étirer ver f p 3.28 40.27 0.12 1.69 par:pas; -étirés étirer ver m p 3.28 40.27 0.15 1.76 par:pas; -étisie étisie nom f s 0.00 0.07 0.00 0.07 -étoffaient étoffer ver 0.33 0.81 0.00 0.07 ind:imp:3p; -étoffait étoffer ver 0.33 0.81 0.00 0.14 ind:imp:3s; -étoffe étoffe nom f s 3.10 28.24 2.90 19.26 -étoffer étoffer ver 0.33 0.81 0.14 0.14 inf; -étoffes étoffe nom f p 3.10 28.24 0.20 8.99 -étoffé étoffer ver m s 0.33 0.81 0.11 0.27 par:pas; -étoffée étoffer ver f s 0.33 0.81 0.04 0.07 par:pas; -étoffées étoffé adj f p 0.07 0.34 0.00 0.07 -étoffés étoffer ver m p 0.33 0.81 0.00 0.07 par:pas; -étoila étoiler ver 0.95 3.78 0.00 0.07 ind:pas:3s; -étoilaient étoiler ver 0.95 3.78 0.00 0.20 ind:imp:3p; -étoilait étoiler ver 0.95 3.78 0.01 0.47 ind:imp:3s; -étoile étoile nom f s 54.63 81.82 21.65 29.80 -étoilent étoiler ver 0.95 3.78 0.00 0.07 ind:pre:3p; -étoiles étoile nom f p 54.63 81.82 32.98 52.03 -étoilé étoilé adj m s 1.35 3.18 0.59 1.28 -étoilée étoilé adj f s 1.35 3.18 0.71 0.88 -étoilées étoilé adj f p 1.35 3.18 0.03 0.68 -étoilés étoilé adj m p 1.35 3.18 0.02 0.34 -étole étole nom f s 0.29 2.09 0.29 1.69 -étoles étole nom f p 0.29 2.09 0.00 0.41 -étonna étonner ver 53.63 116.55 0.23 14.19 ind:pas:3s; -étonnai étonner ver 53.63 116.55 0.00 1.49 ind:pas:1s; -étonnaient étonner ver 53.63 116.55 0.02 2.64 ind:imp:3p; -étonnais étonner ver 53.63 116.55 0.23 3.58 ind:imp:1s;ind:imp:2s; -étonnait étonner ver 53.63 116.55 0.91 15.47 ind:imp:3s; -étonnamment étonnamment adv 1.01 3.99 1.01 3.99 -étonnant étonnant adj m s 19.85 30.00 15.52 16.15 -étonnante étonnant adj f s 19.85 30.00 2.95 10.47 -étonnantes étonnant adj f p 19.85 30.00 0.72 1.89 -étonnants étonnant adj m p 19.85 30.00 0.66 1.49 -étonne étonner ver 53.63 116.55 21.18 21.76 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:1s;sub:pre:3s; -étonnement étonnement nom m s 1.28 31.96 1.28 30.74 -étonnements étonnement nom m p 1.28 31.96 0.00 1.22 -étonnent étonner ver 53.63 116.55 0.49 1.96 ind:pre:3p; -étonner étonner ver 53.63 116.55 3.40 12.23 inf; -étonnera étonner ver 53.63 116.55 0.62 1.08 ind:fut:3s; -étonnerai étonner ver 53.63 116.55 0.18 0.07 ind:fut:1s; -étonneraient étonner ver 53.63 116.55 0.03 0.41 cnd:pre:3p; -étonnerais étonner ver 53.63 116.55 0.02 0.14 cnd:pre:1s; -étonnerait étonner ver 53.63 116.55 10.62 7.84 cnd:pre:3s; -étonneras étonner ver 53.63 116.55 0.10 0.14 ind:fut:2s; -étonnerez étonner ver 53.63 116.55 0.06 0.07 ind:fut:2p; -étonneriez étonner ver 53.63 116.55 0.00 0.07 cnd:pre:2p; -étonnerons étonner ver 53.63 116.55 0.00 0.07 ind:fut:1p; -étonneront étonner ver 53.63 116.55 0.04 0.27 ind:fut:3p; -étonnes étonner ver 53.63 116.55 4.30 1.15 ind:pre:2s; -étonnez étonner ver 53.63 116.55 1.46 1.62 imp:pre:2p;ind:pre:2p; -étonniez étonner ver 53.63 116.55 0.02 0.07 ind:imp:2p; -étonnions étonner ver 53.63 116.55 0.00 0.27 ind:imp:1p; -étonnâmes étonner ver 53.63 116.55 0.00 0.14 ind:pas:1p; -étonnons étonner ver 53.63 116.55 0.01 0.20 imp:pre:1p;ind:pre:1p; -étonnât étonner ver 53.63 116.55 0.00 0.07 sub:imp:3s; -étonnèrent étonner ver 53.63 116.55 0.00 1.15 ind:pas:3p; -étonné étonner ver m s 53.63 116.55 3.21 15.07 par:pas; -étonnée étonner ver f s 53.63 116.55 2.39 6.76 par:pas; -étonnées étonné adj f p 3.37 23.31 0.10 0.61 -étonnés étonner ver m p 53.63 116.55 0.52 2.03 par:pas; -utopie utopie nom f s 1.48 1.28 1.16 0.88 -utopies utopie nom f p 1.48 1.28 0.32 0.41 -utopique utopique adj s 0.49 0.61 0.33 0.41 -utopiques utopique adj f p 0.49 0.61 0.16 0.20 -utopiste utopiste nom s 0.29 0.07 0.11 0.07 -utopistes utopiste nom p 0.29 0.07 0.18 0.00 -étouffa étouffer ver 28.50 59.46 0.11 2.50 ind:pas:3s; -étouffai étouffer ver 28.50 59.46 0.00 0.14 ind:pas:1s; -étouffaient étouffer ver 28.50 59.46 0.03 2.84 ind:imp:3p; -étouffais étouffer ver 28.50 59.46 0.32 1.96 ind:imp:1s;ind:imp:2s; -étouffait étouffer ver 28.50 59.46 0.34 8.92 ind:imp:3s; -étouffant étouffant adj m s 1.36 7.97 0.83 2.70 -étouffante étouffant adj f s 1.36 7.97 0.51 4.19 -étouffantes étouffant adj f p 1.36 7.97 0.01 0.54 -étouffants étouffant adj m p 1.36 7.97 0.01 0.54 -étouffassent étouffer ver 28.50 59.46 0.00 0.07 sub:imp:3p; -étouffe_chrétien étouffe_chrétien nom m 0.01 0.00 0.01 0.00 -étouffe étouffer ver 28.50 59.46 11.88 8.65 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -étouffement étouffement nom m s 0.64 3.92 0.64 3.45 -étouffements étouffement nom m p 0.64 3.92 0.00 0.47 -étouffent étouffer ver 28.50 59.46 0.98 1.49 ind:pre:3p; -étouffer étouffer ver 28.50 59.46 7.45 12.30 inf;; -étouffera étouffer ver 28.50 59.46 0.22 0.20 ind:fut:3s; -étoufferai étouffer ver 28.50 59.46 0.26 0.00 ind:fut:1s; -étoufferaient étouffer ver 28.50 59.46 0.10 0.07 cnd:pre:3p; -étoufferais étouffer ver 28.50 59.46 0.06 0.14 cnd:pre:1s;cnd:pre:2s; -étoufferait étouffer ver 28.50 59.46 0.29 0.47 cnd:pre:3s; -étoufferez étouffer ver 28.50 59.46 0.04 0.00 ind:fut:2p; -étoufferiez étouffer ver 28.50 59.46 0.01 0.00 cnd:pre:2p; -étoufferons étouffer ver 28.50 59.46 0.03 0.07 ind:fut:1p; -étoufferont étouffer ver 28.50 59.46 0.03 0.07 ind:fut:3p; -étouffes étouffer ver 28.50 59.46 1.32 0.95 ind:pre:2s; -étouffeur étouffeur nom m s 0.03 0.07 0.03 0.00 -étouffeuses étouffeur nom f p 0.03 0.07 0.00 0.07 -étouffez étouffer ver 28.50 59.46 0.32 0.07 imp:pre:2p;ind:pre:2p; -étouffiez étouffer ver 28.50 59.46 0.02 0.00 ind:imp:2p; -étouffions étouffer ver 28.50 59.46 0.00 0.14 ind:imp:1p; -étouffoir étouffoir nom m s 0.00 0.20 0.00 0.14 -étouffoirs étouffoir nom m p 0.00 0.20 0.00 0.07 -étouffons étouffer ver 28.50 59.46 0.02 0.07 imp:pre:1p;ind:pre:1p; -étouffât étouffer ver 28.50 59.46 0.00 0.34 sub:imp:3s; -étouffèrent étouffer ver 28.50 59.46 0.20 0.34 ind:pas:3p; -étouffé étouffer ver m s 28.50 59.46 2.48 5.20 par:pas; -étouffée étouffer ver f s 28.50 59.46 1.36 5.27 par:pas; -étouffées étouffer ver f p 28.50 59.46 0.17 1.82 par:pas; -étouffés étouffé adj m p 0.74 8.11 0.46 3.78 -étoupe étoupe nom f s 0.07 1.28 0.07 1.28 -étourderie étourderie nom f s 0.30 1.69 0.30 1.49 -étourderies étourderie nom f p 0.30 1.69 0.00 0.20 -étourdi étourdi adj m s 1.00 3.58 0.56 2.30 -étourdie étourdi adj f s 1.00 3.58 0.44 0.88 -étourdies étourdi nom f p 0.73 2.16 0.01 0.00 -étourdiment étourdiment adv 0.01 0.95 0.01 0.95 -étourdir étourdir ver 1.13 7.64 0.17 1.22 inf; -étourdira étourdir ver 1.13 7.64 0.01 0.00 ind:fut:3s; -étourdirait étourdir ver 1.13 7.64 0.00 0.07 cnd:pre:3s; -étourdirent étourdir ver 1.13 7.64 0.00 0.07 ind:pas:3p; -étourdis étourdir ver m p 1.13 7.64 0.06 0.54 imp:pre:2s;ind:pre:1s;ind:pre:2s;par:pas; -étourdissaient étourdir ver 1.13 7.64 0.00 0.41 ind:imp:3p; -étourdissait étourdir ver 1.13 7.64 0.00 1.22 ind:imp:3s; -étourdissant étourdissant adj m s 0.40 2.03 0.23 0.88 -étourdissante étourdissant adj f s 0.40 2.03 0.14 0.95 -étourdissantes étourdissant adj f p 0.40 2.03 0.03 0.14 -étourdissants étourdissant adj m p 0.40 2.03 0.00 0.07 -étourdissement étourdissement nom m s 0.81 1.82 0.62 1.42 -étourdissements étourdissement nom m p 0.81 1.82 0.20 0.41 -étourdissent étourdir ver 1.13 7.64 0.03 0.14 ind:pre:3p; -étourdissez étourdir ver 1.13 7.64 0.11 0.00 ind:pre:2p; -étourdissons étourdir ver 1.13 7.64 0.00 0.07 ind:pre:1p; -étourdit étourdir ver 1.13 7.64 0.20 0.88 ind:pre:3s;ind:pas:3s; -étourneau étourneau nom m s 0.41 1.22 0.33 0.27 -étourneaux étourneau nom m p 0.41 1.22 0.09 0.95 -étrange étrange adj s 85.61 103.58 70.99 83.65 -étrangement étrangement adv 3.85 14.86 3.85 14.86 -étranger étranger nom m s 58.84 66.62 35.72 33.85 -étrangers étranger nom m p 58.84 66.62 19.67 23.85 -étranges étrange adj p 85.61 103.58 14.61 19.93 -étrangeté étrangeté nom f s 0.39 5.68 0.35 4.93 -étrangetés étrangeté nom f p 0.39 5.68 0.04 0.74 -étrangla étrangler ver 18.53 22.09 0.00 2.30 ind:pas:3s; -étranglai étrangler ver 18.53 22.09 0.00 0.20 ind:pas:1s; -étranglaient étrangler ver 18.53 22.09 0.04 0.41 ind:imp:3p; -étranglais étrangler ver 18.53 22.09 0.04 0.14 ind:imp:1s;ind:imp:2s; -étranglait étrangler ver 18.53 22.09 0.21 2.70 ind:imp:3s; -étranglant étrangler ver 18.53 22.09 0.10 1.15 par:pre; -étrangle étrangler ver 18.53 22.09 4.04 3.38 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:1s; -étranglement étranglement nom m s 0.62 1.42 0.61 1.08 -étranglements étranglement nom m p 0.62 1.42 0.01 0.34 -étranglent étrangler ver 18.53 22.09 0.36 0.27 ind:pre:3p; -étrangler étrangler ver 18.53 22.09 6.87 6.49 ind:pre:2p;inf; -étranglera étrangler ver 18.53 22.09 0.16 0.14 ind:fut:3s; -étranglerai étrangler ver 18.53 22.09 0.16 0.20 ind:fut:1s; -étrangleraient étrangler ver 18.53 22.09 0.01 0.07 cnd:pre:3p; -étranglerais étrangler ver 18.53 22.09 0.46 0.00 cnd:pre:1s;cnd:pre:2s; -étranglerait étrangler ver 18.53 22.09 0.15 0.00 cnd:pre:3s; -étrangleront étrangler ver 18.53 22.09 0.17 0.00 ind:fut:3p; -étrangles étrangler ver 18.53 22.09 0.36 0.07 ind:pre:2s; -étrangleur étrangleur nom m s 0.66 0.88 0.62 0.74 -étrangleurs étrangleur nom m p 0.66 0.88 0.03 0.14 -étrangleuse étrangleur nom f s 0.66 0.88 0.01 0.00 -étrangleuses étrangleur adj f p 0.04 0.27 0.00 0.07 -étranglez étrangler ver 18.53 22.09 0.11 0.07 imp:pre:2p;ind:pre:2p; -étranglât étrangler ver 18.53 22.09 0.00 0.07 sub:imp:3s; -étranglé étrangler ver m s 18.53 22.09 3.44 2.23 par:pas; -étranglée étrangler ver f s 18.53 22.09 1.50 1.96 par:pas; -étranglées étrangler ver f p 18.53 22.09 0.14 0.14 par:pas; -étranglés étrangler ver m p 18.53 22.09 0.22 0.14 par:pas; -étrangère étranger adj f s 31.39 75.00 7.25 20.47 -étrangères étranger adj f p 31.39 75.00 4.46 16.82 -étrangéité étrangéité nom f s 0.00 0.07 0.00 0.07 -étrave étrave nom f s 0.07 3.31 0.07 3.11 -étraves étrave nom f p 0.07 3.31 0.00 0.20 -être_là être_là nom m 0.14 0.00 0.14 0.00 -être être aux 8074.24 6501.82 725.09 685.47 inf; -étreignîmes étreindre ver 3.05 16.96 0.00 0.07 ind:pas:1p; -étreignaient étreindre ver 3.05 16.96 0.11 0.81 ind:imp:3p; -étreignais étreindre ver 3.05 16.96 0.02 0.07 ind:imp:1s; -étreignait étreindre ver 3.05 16.96 0.14 3.45 ind:imp:3s; -étreignant étreindre ver 3.05 16.96 0.26 1.22 par:pre; -étreigne étreindre ver 3.05 16.96 0.14 0.07 sub:pre:1s;sub:pre:3s; -étreignent étreindre ver 3.05 16.96 0.06 1.08 ind:pre:3p;sub:pre:3p; -étreignions étreindre ver 3.05 16.96 0.00 0.27 ind:imp:1p; -étreignirent étreindre ver 3.05 16.96 0.00 0.41 ind:pas:3p; -étreignit étreindre ver 3.05 16.96 0.16 1.76 ind:pas:3s; -étreignons étreindre ver 3.05 16.96 0.01 0.07 imp:pre:1p;ind:pre:1p; -étreindrait étreindre ver 3.05 16.96 0.00 0.07 cnd:pre:3s; -étreindre étreindre ver 3.05 16.96 0.69 2.97 inf;; -étreindrons étreindre ver 3.05 16.96 0.00 0.07 ind:fut:1p; -étreindront étreindre ver 3.05 16.96 0.14 0.07 ind:fut:3p; -étreins étreindre ver 3.05 16.96 0.30 0.20 imp:pre:2s;ind:pre:1s;ind:pre:2s; -étreint étreindre ver m s 3.05 16.96 0.95 3.38 ind:pre:3s;par:pas; -étreinte étreinte nom f s 2.75 16.42 2.06 12.36 -étreintes étreinte nom f p 2.75 16.42 0.70 4.05 -étreints étreindre ver m p 3.05 16.96 0.01 0.68 par:pas; -étrenna étrenner ver 0.37 1.28 0.00 0.07 ind:pas:3s; -étrennait étrenner ver 0.37 1.28 0.01 0.20 ind:imp:3s; -étrennant étrenner ver 0.37 1.28 0.00 0.07 par:pre; -étrenne étrenner ver 0.37 1.28 0.14 0.07 ind:pre:3s; -étrennent étrenner ver 0.37 1.28 0.00 0.07 ind:pre:3p; -étrenner étrenner ver 0.37 1.28 0.07 0.47 inf; -étrennera étrenner ver 0.37 1.28 0.01 0.07 ind:fut:3s; -étrennerais étrenner ver 0.37 1.28 0.00 0.07 cnd:pre:1s; -étrennes étrenne nom f p 0.17 1.22 0.17 1.08 -étrenné étrenner ver m s 0.37 1.28 0.02 0.07 par:pas; -étrennée étrenner ver f s 0.37 1.28 0.01 0.14 par:pas; -êtres être nom m p 100.69 122.57 21.91 45.20 -étrier étrier nom m s 0.83 5.00 0.33 2.43 -étriers étrier nom m p 0.83 5.00 0.50 2.57 -étrilla étriller ver 0.11 1.15 0.00 0.14 ind:pas:3s; -étrillage étrillage nom m s 0.00 0.14 0.00 0.14 -étrillaient étriller ver 0.11 1.15 0.00 0.07 ind:imp:3p; -étrillait étriller ver 0.11 1.15 0.00 0.07 ind:imp:3s; -étrille étrille nom f s 0.01 0.41 0.01 0.20 -étriller étriller ver 0.11 1.15 0.06 0.41 inf; -étrillerez étriller ver 0.11 1.15 0.01 0.00 ind:fut:2p; -étrilles étrille nom f p 0.01 0.41 0.00 0.20 -étrillé étriller ver m s 0.11 1.15 0.02 0.27 par:pas; -étrillée étriller ver f s 0.11 1.15 0.01 0.07 par:pas; -étrillés étriller ver m p 0.11 1.15 0.00 0.14 par:pas; -étripage étripage nom m s 0.01 0.07 0.01 0.00 -étripages étripage nom m p 0.01 0.07 0.00 0.07 -étripaient étriper ver 3.07 1.76 0.00 0.07 ind:imp:3p; -étripe étriper ver 3.07 1.76 1.30 0.47 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:1s;sub:pre:3s; -étripent étriper ver 3.07 1.76 0.06 0.07 ind:pre:3p; -étriper étriper ver 3.07 1.76 1.35 0.74 inf; -étripera étriper ver 3.07 1.76 0.03 0.00 ind:fut:3s; -étriperai étriper ver 3.07 1.76 0.03 0.00 ind:fut:1s; -étriperaient étriper ver 3.07 1.76 0.01 0.00 cnd:pre:3p; -étriperais étriper ver 3.07 1.76 0.01 0.00 cnd:pre:1s; -étripèrent étriper ver 3.07 1.76 0.00 0.07 ind:pas:3p; -étripé étriper ver m s 3.07 1.76 0.19 0.14 par:pas; -étripée étriper ver f s 3.07 1.76 0.01 0.07 par:pas; -étripés étriper ver m p 3.07 1.76 0.06 0.14 par:pas; -étriqua étriquer ver 0.19 1.15 0.00 0.07 ind:pas:3s; -étriquaient étriquer ver 0.19 1.15 0.00 0.07 ind:imp:3p; -étriquant étriquer ver 0.19 1.15 0.00 0.07 par:pre; -étriqué étriqué adj m s 0.23 3.78 0.13 1.96 -étriquée étriquer ver f s 0.19 1.15 0.16 0.20 par:pas; -étriquées étriqué adj f p 0.23 3.78 0.01 0.41 -étriqués étriqué adj m p 0.23 3.78 0.07 0.54 -étrivière étrivière nom f s 0.00 0.41 0.00 0.07 -étrivières étrivière nom f p 0.00 0.41 0.00 0.34 -étroit étroit adj m s 10.79 75.81 5.94 28.18 -étroite étroit adj f s 10.79 75.81 2.91 29.59 -étroitement étroitement adv 1.51 10.81 1.51 10.81 -étroites étroit adj f p 10.79 75.81 1.06 10.88 -étroitesse étroitesse nom f s 0.36 2.36 0.36 2.36 -étroits étroit adj m p 10.79 75.81 0.88 7.16 -étron étron nom m s 0.75 2.43 0.44 1.55 -étrons étron nom m p 0.75 2.43 0.31 0.88 -étréci étrécir ver m s 0.00 0.27 0.00 0.07 par:pas; -étrécie étrécir ver f s 0.00 0.27 0.00 0.07 par:pas; -étrécir étrécir ver 0.00 0.27 0.00 0.07 inf; -étrécissement étrécissement nom m s 0.00 0.07 0.00 0.07 -étrécit étrécir ver 0.00 0.27 0.00 0.07 ind:pas:3s; -étrésillon étrésillon nom m s 0.00 0.07 0.00 0.07 -étrusque étrusque adj m s 0.33 0.54 0.14 0.14 -étrusques étrusque adj p 0.33 0.54 0.19 0.41 -été être aux m s 8074.24 6501.82 24.71 40.20 par:pas; -étude étude nom f s 44.22 63.04 11.35 19.66 -études étude nom f p 44.22 63.04 32.87 43.38 -étudia étudier ver 70.77 30.41 0.21 1.15 ind:pas:3s; -étudiai étudier ver 70.77 30.41 0.02 0.34 ind:pas:1s; -étudiaient étudier ver 70.77 30.41 0.12 0.47 ind:imp:3p; -étudiais étudier ver 70.77 30.41 1.23 0.81 ind:imp:1s;ind:imp:2s; -étudiait étudier ver 70.77 30.41 1.86 2.50 ind:imp:3s; -étudiant étudiant nom m s 38.07 38.45 10.12 14.05 -étudiante étudiant nom f s 38.07 38.45 4.49 3.72 -étudiantes étudiant nom f p 38.07 38.45 2.24 1.89 -étudiants étudiant nom m p 38.07 38.45 21.22 18.78 -étudie étudier ver 70.77 30.41 11.42 2.03 imp:pre:2s;ind:pre:1s;ind:pre:3s; -étudient étudier ver 70.77 30.41 1.93 0.20 ind:pre:3p; -étudier étudier ver 70.77 30.41 26.86 11.42 inf; -étudiera étudier ver 70.77 30.41 0.51 0.34 ind:fut:3s; -étudierai étudier ver 70.77 30.41 0.62 0.20 ind:fut:1s; -étudierais étudier ver 70.77 30.41 0.14 0.14 cnd:pre:1s;cnd:pre:2s; -étudierait étudier ver 70.77 30.41 0.02 0.07 cnd:pre:3s; -étudieras étudier ver 70.77 30.41 0.39 0.00 ind:fut:2s; -étudierez étudier ver 70.77 30.41 0.13 0.07 ind:fut:2p; -étudierions étudier ver 70.77 30.41 0.00 0.07 cnd:pre:1p; -étudierons étudier ver 70.77 30.41 0.16 0.14 ind:fut:1p; -étudies étudier ver 70.77 30.41 2.58 0.20 ind:pre:2s; -étudiez étudier ver 70.77 30.41 2.12 0.14 imp:pre:2p;ind:pre:2p; -étudions étudier ver 70.77 30.41 0.77 0.14 imp:pre:1p;ind:pre:1p; -étudièrent étudier ver 70.77 30.41 0.01 0.20 ind:pas:3p; -étudié étudier ver m s 70.77 30.41 17.23 6.55 par:pas; -étudiée étudier ver f s 70.77 30.41 0.39 0.61 par:pas; -étudiées étudier ver f p 70.77 30.41 0.23 0.61 par:pas; -étudiés étudier ver m p 70.77 30.41 0.25 0.74 par:pas; -étui étui nom m s 2.54 7.97 2.37 7.09 -étuis étui nom m p 2.54 7.97 0.17 0.88 -utérin utérin adj m s 0.18 0.81 0.06 0.34 -utérine utérin adj f s 0.18 0.81 0.09 0.34 -utérines utérin adj f p 0.18 0.81 0.02 0.14 -utérins utérin adj m p 0.18 0.81 0.01 0.00 -utérus utérus nom m 2.88 0.68 2.88 0.68 -étés été nom m p 67.27 125.47 5.47 3.92 -étêta étêter ver 0.00 0.34 0.00 0.07 ind:pas:3s; -étêtait étêter ver 0.00 0.34 0.00 0.07 ind:imp:3s; -étêté étêter ver m s 0.00 0.34 0.00 0.07 par:pas; -étêtés étêter ver m p 0.00 0.34 0.00 0.14 par:pas; -étuve étuve nom f s 0.43 3.78 0.43 3.45 -étuver étuver ver 0.01 0.34 0.00 0.07 inf; -étuves étuve nom f p 0.43 3.78 0.00 0.34 -étuveuse étuveur nom f s 0.00 0.07 0.00 0.07 -étuvé étuver ver m s 0.01 0.34 0.01 0.27 par:pas; -étuvée étuvée nom f s 0.05 0.14 0.05 0.14 -étymologie étymologie nom f s 0.09 1.08 0.09 0.95 -étymologies étymologie nom f p 0.09 1.08 0.00 0.14 -étymologique étymologique adj s 0.00 0.54 0.00 0.47 -étymologiquement étymologiquement adv 0.01 0.14 0.01 0.14 -étymologiques étymologique adj p 0.00 0.54 0.00 0.07 -étymologiste étymologiste nom s 0.00 0.14 0.00 0.14 -évacua évacuer ver 17.61 9.80 0.00 0.14 ind:pas:3s; -évacuai évacuer ver 17.61 9.80 0.00 0.07 ind:pas:1s; -évacuaient évacuer ver 17.61 9.80 0.02 0.20 ind:imp:3p; -évacuais évacuer ver 17.61 9.80 0.00 0.07 ind:imp:1s; -évacuait évacuer ver 17.61 9.80 0.04 0.61 ind:imp:3s; -évacuant évacuer ver 17.61 9.80 0.04 0.07 par:pre; -évacuation évacuation nom f s 6.30 3.38 6.08 3.24 -évacuations évacuation nom f p 6.30 3.38 0.22 0.14 -évacue évacuer ver 17.61 9.80 1.97 0.88 imp:pre:2s;ind:pre:1s;ind:pre:3s; -évacuent évacuer ver 17.61 9.80 0.33 0.27 ind:pre:3p; -évacuer évacuer ver 17.61 9.80 9.66 4.05 inf; -évacuera évacuer ver 17.61 9.80 0.08 0.00 ind:fut:3s; -évacuerai évacuer ver 17.61 9.80 0.00 0.07 ind:fut:1s; -évacueraient évacuer ver 17.61 9.80 0.00 0.20 cnd:pre:3p; -évacuerais évacuer ver 17.61 9.80 0.02 0.00 cnd:pre:1s;cnd:pre:2s; -évacuerait évacuer ver 17.61 9.80 0.01 0.14 cnd:pre:3s; -évacuerez évacuer ver 17.61 9.80 0.04 0.00 ind:fut:2p; -évacuerions évacuer ver 17.61 9.80 0.00 0.07 cnd:pre:1p; -évacuerons évacuer ver 17.61 9.80 0.01 0.00 ind:fut:1p; -évacueront évacuer ver 17.61 9.80 0.17 0.00 ind:fut:3p; -évacuez évacuer ver 17.61 9.80 1.10 0.14 imp:pre:2p;ind:pre:2p; -évacuons évacuer ver 17.61 9.80 0.39 0.00 imp:pre:1p;ind:pre:1p; -évacuèrent évacuer ver 17.61 9.80 0.01 0.07 ind:pas:3p; -évacué évacuer ver m s 17.61 9.80 2.02 1.69 par:pas; -évacuée évacuer ver f s 17.61 9.80 0.47 0.20 par:pas; -évacuées évacuer ver f p 17.61 9.80 0.16 0.14 par:pas; -évacués évacuer ver m p 17.61 9.80 1.05 0.74 par:pas; -évada évader ver 12.80 13.38 0.02 0.07 ind:pas:3s; -évadaient évader ver 12.80 13.38 0.00 0.07 ind:imp:3p; -évadais évader ver 12.80 13.38 0.04 0.27 ind:imp:1s;ind:imp:2s; -évadait évader ver 12.80 13.38 0.02 0.74 ind:imp:3s; -évadant évader ver 12.80 13.38 0.04 0.27 par:pre; -évade évader ver 12.80 13.38 1.35 1.15 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -évadent évader ver 12.80 13.38 0.26 0.07 ind:pre:3p; -évader évader ver 12.80 13.38 5.95 6.69 inf; -évadera évader ver 12.80 13.38 0.19 0.00 ind:fut:3s; -évaderai évader ver 12.80 13.38 0.05 0.00 ind:fut:1s; -évaderaient évader ver 12.80 13.38 0.00 0.14 cnd:pre:3p; -évaderais évader ver 12.80 13.38 0.03 0.20 cnd:pre:1s;cnd:pre:2s; -évaderait évader ver 12.80 13.38 0.03 0.27 cnd:pre:3s; -évaderas évader ver 12.80 13.38 0.01 0.07 ind:fut:2s; -évaderont évader ver 12.80 13.38 0.13 0.00 ind:fut:3p; -évades évader ver 12.80 13.38 0.10 0.07 ind:pre:2s; -évadez évader ver 12.80 13.38 0.04 0.00 imp:pre:2p;ind:pre:2p; -évadèrent évader ver 12.80 13.38 0.17 0.07 ind:pas:3p; -évadé évader ver m s 12.80 13.38 3.79 2.30 par:pas; -évadée évader ver f s 12.80 13.38 0.17 0.54 par:pas; -évadées évadé nom f p 1.76 1.08 0.02 0.07 -évadés évadé nom m p 1.76 1.08 0.98 0.61 -évalua évaluer ver 5.75 9.73 0.00 1.08 ind:pas:3s; -évaluables évaluable adj p 0.00 0.07 0.00 0.07 -évaluaient évaluer ver 5.75 9.73 0.02 0.14 ind:imp:3p; -évaluais évaluer ver 5.75 9.73 0.04 0.07 ind:imp:1s; -évaluait évaluer ver 5.75 9.73 0.07 1.28 ind:imp:3s; -évaluant évaluer ver 5.75 9.73 0.09 0.74 par:pre; -évaluateur évaluateur nom m s 0.00 0.14 0.00 0.14 -évaluation évaluation nom f s 3.91 1.35 3.37 1.28 -évaluations évaluation nom f p 3.91 1.35 0.54 0.07 -évalue évaluer ver 5.75 9.73 0.75 0.95 imp:pre:2s;ind:pre:1s;ind:pre:3s; -évaluent évaluer ver 5.75 9.73 0.07 0.14 ind:pre:3p; -évaluer évaluer ver 5.75 9.73 2.75 3.92 inf; -évaluerez évaluer ver 5.75 9.73 0.00 0.07 ind:fut:2p; -évalueront évaluer ver 5.75 9.73 0.02 0.00 ind:fut:3p; -évalues évaluer ver 5.75 9.73 0.14 0.07 ind:pre:2s; -évaluez évaluer ver 5.75 9.73 0.25 0.27 imp:pre:2p;ind:pre:2p; -évaluons évaluer ver 5.75 9.73 0.23 0.00 imp:pre:1p;ind:pre:1p; -évaluât évaluer ver 5.75 9.73 0.00 0.07 sub:imp:3s; -évaluèrent évaluer ver 5.75 9.73 0.01 0.07 ind:pas:3p; -évalué évaluer ver m s 5.75 9.73 1.03 0.68 par:pas; -évaluée évaluer ver f s 5.75 9.73 0.14 0.00 par:pas; -évaluées évaluer ver f p 5.75 9.73 0.07 0.07 par:pas; -évalués évaluer ver m p 5.75 9.73 0.04 0.14 par:pas; -évanescence évanescence nom f s 0.00 0.27 0.00 0.14 -évanescences évanescence nom f p 0.00 0.27 0.00 0.14 -évanescent évanescent adj m s 0.17 1.49 0.01 0.68 -évanescente évanescent adj f s 0.17 1.49 0.02 0.47 -évanescentes évanescent adj f p 0.17 1.49 0.14 0.20 -évanescents évanescent adj m p 0.17 1.49 0.00 0.14 -évangile évangile nom m s 1.34 8.24 1.17 6.69 -évangiles évangile nom m p 1.34 8.24 0.18 1.55 -évangéliaire évangéliaire nom m s 0.00 0.27 0.00 0.27 -évangélique évangélique adj s 0.22 2.23 0.20 1.69 -évangéliques évangélique adj p 0.22 2.23 0.02 0.54 -évangélisateur évangélisateur adj m s 0.01 0.07 0.01 0.00 -évangélisation évangélisation nom f s 0.01 0.00 0.01 0.00 -évangélisatrices évangélisateur adj f p 0.01 0.07 0.00 0.07 -évangéliser évangéliser ver 0.26 0.47 0.11 0.34 inf; -évangéliseront évangéliser ver 0.26 0.47 0.01 0.00 ind:fut:3p; -évangélisons évangéliser ver 0.26 0.47 0.00 0.07 ind:pre:1p; -évangéliste évangéliste nom m s 1.45 0.88 0.74 0.61 -évangélistes évangéliste nom m p 1.45 0.88 0.70 0.27 -évangélisé évangéliser ver m s 0.26 0.47 0.00 0.07 par:pas; -évangélisés évangéliser ver m p 0.26 0.47 0.14 0.00 par:pas; -évanouît évanouir ver 18.93 24.93 0.00 0.07 sub:imp:3s; -évanoui évanouir ver m s 18.93 24.93 5.21 2.77 par:pas; -évanouie évanouir ver f s 18.93 24.93 4.79 3.04 par:pas; -évanouies évanouir ver f p 18.93 24.93 0.16 0.27 par:pas; -évanouir évanouir ver 18.93 24.93 4.40 8.24 inf; -évanouira évanouir ver 18.93 24.93 0.11 0.07 ind:fut:3s; -évanouirai évanouir ver 18.93 24.93 0.04 0.07 ind:fut:1s; -évanouirait évanouir ver 18.93 24.93 0.05 0.27 cnd:pre:3s; -évanouirent évanouir ver 18.93 24.93 0.02 0.47 ind:pas:3p; -évanouirez évanouir ver 18.93 24.93 0.14 0.00 ind:fut:2p; -évanouiront évanouir ver 18.93 24.93 0.05 0.00 ind:fut:3p; -évanouis évanouir ver m p 18.93 24.93 1.30 1.42 imp:pre:2s;ind:pre:1s;ind:pre:2s;par:pas; -évanouissaient évanouir ver 18.93 24.93 0.02 0.95 ind:imp:3p; -évanouissais évanouir ver 18.93 24.93 0.06 0.20 ind:imp:1s;ind:imp:2s; -évanouissait évanouir ver 18.93 24.93 0.09 1.82 ind:imp:3s; -évanouissant évanouir ver 18.93 24.93 0.09 0.34 par:pre; -évanouisse évanouir ver 18.93 24.93 0.18 0.14 sub:pre:1s;sub:pre:3s; -évanouissement évanouissement nom m s 0.83 3.31 0.62 2.91 -évanouissements évanouissement nom m p 0.83 3.31 0.21 0.41 -évanouissent évanouir ver 18.93 24.93 0.65 1.35 ind:pre:3p; -évanouisses évanouir ver 18.93 24.93 0.07 0.00 sub:pre:2s; -évanouissez évanouir ver 18.93 24.93 0.09 0.07 imp:pre:2p;ind:pre:2p; -évanouit évanouir ver 18.93 24.93 1.41 3.38 ind:pre:3s;ind:pas:3s; -évapora évaporer ver 2.52 3.85 0.00 0.14 ind:pas:3s; -évaporaient évaporer ver 2.52 3.85 0.01 0.27 ind:imp:3p; -évaporais évaporer ver 2.52 3.85 0.01 0.07 ind:imp:1s; -évaporait évaporer ver 2.52 3.85 0.01 0.54 ind:imp:3s; -évaporateur évaporateur nom m s 0.17 0.00 0.14 0.00 -évaporateurs évaporateur nom m p 0.17 0.00 0.02 0.00 -évaporation évaporation nom f s 0.38 0.88 0.38 0.88 -évapore évaporer ver 2.52 3.85 0.56 0.68 ind:pre:1s;ind:pre:3s; -évaporent évaporer ver 2.52 3.85 0.58 0.27 ind:pre:3p; -évaporer évaporer ver 2.52 3.85 0.64 0.74 inf; -évaporerait évaporer ver 2.52 3.85 0.00 0.07 cnd:pre:3s; -évaporeront évaporer ver 2.52 3.85 0.00 0.07 ind:fut:3p; -évaporé évaporer ver m s 2.52 3.85 0.54 0.68 par:pas; -évaporée évaporé adj f s 0.47 1.35 0.17 0.74 -évaporées évaporé adj f p 0.47 1.35 0.01 0.20 -évaporés évaporer ver m p 2.52 3.85 0.17 0.34 par:pas; -évasaient évaser ver 0.04 2.03 0.00 0.07 ind:imp:3p; -évasait évaser ver 0.04 2.03 0.00 0.14 ind:imp:3s; -évasant évaser ver 0.04 2.03 0.00 0.61 par:pre; -évase évaser ver 0.04 2.03 0.01 0.47 ind:pre:3s; -évasement évasement nom m s 0.00 0.07 0.00 0.07 -évasent évaser ver 0.04 2.03 0.00 0.14 ind:pre:3p; -évaser évaser ver 0.04 2.03 0.00 0.14 inf; -évasif évasif adj m s 0.85 5.14 0.35 3.31 -évasifs évasif adj m p 0.85 5.14 0.05 0.41 -évasion évasion nom f s 9.69 10.07 9.48 9.12 -évasions évasion nom f p 9.69 10.07 0.21 0.95 -évasive évasif adj f s 0.85 5.14 0.25 0.81 -évasivement évasivement adv 0.01 1.08 0.01 1.08 -évasives évasif adj f p 0.85 5.14 0.20 0.61 -évasé évasé adj m s 0.03 0.74 0.00 0.47 -évasée évaser ver f s 0.04 2.03 0.02 0.14 par:pas; -évasées évaser ver f p 0.04 2.03 0.00 0.14 par:pas; -évasés évasé adj m p 0.03 0.74 0.01 0.00 -éveil éveil nom m s 1.65 6.42 1.64 6.22 -éveilla éveiller ver 17.28 55.27 0.16 5.61 ind:pas:3s; -éveillai éveiller ver 17.28 55.27 0.01 1.01 ind:pas:1s; -éveillaient éveiller ver 17.28 55.27 0.01 1.76 ind:imp:3p; -éveillais éveiller ver 17.28 55.27 0.24 0.95 ind:imp:1s;ind:imp:2s; -éveillait éveiller ver 17.28 55.27 0.27 6.69 ind:imp:3s; -éveillant éveiller ver 17.28 55.27 0.07 2.97 par:pre; -éveille éveiller ver 17.28 55.27 2.49 7.64 imp:pre:2s;ind:pre:1s;ind:pre:3s; -éveillent éveiller ver 17.28 55.27 0.33 1.96 ind:pre:3p; -éveiller éveiller ver 17.28 55.27 4.61 12.16 inf; -éveillera éveiller ver 17.28 55.27 0.39 0.07 ind:fut:3s; -éveillerai éveiller ver 17.28 55.27 0.13 0.34 ind:fut:1s; -éveilleraient éveiller ver 17.28 55.27 0.00 0.07 cnd:pre:3p; -éveillerait éveiller ver 17.28 55.27 0.24 0.27 cnd:pre:3s; -éveilleras éveiller ver 17.28 55.27 0.02 0.00 ind:fut:2s; -éveillerez éveiller ver 17.28 55.27 0.02 0.07 ind:fut:2p; -éveilleront éveiller ver 17.28 55.27 0.05 0.07 ind:fut:3p; -éveilles éveiller ver 17.28 55.27 0.07 0.00 ind:pre:2s; -éveilleur éveilleur nom m s 0.00 0.14 0.00 0.14 -éveillez éveiller ver 17.28 55.27 0.32 0.27 imp:pre:2p;ind:pre:2p; -éveillions éveiller ver 17.28 55.27 0.00 0.20 ind:imp:1p; -éveillons éveiller ver 17.28 55.27 0.02 0.07 imp:pre:1p;ind:pre:1p; -éveillât éveiller ver 17.28 55.27 0.00 0.20 sub:imp:3s; -éveillèrent éveiller ver 17.28 55.27 0.14 0.88 ind:pas:3p; -éveillé éveiller ver m s 17.28 55.27 4.70 7.84 par:pas; -éveillée éveiller ver f s 17.28 55.27 2.12 2.50 par:pas; -éveillées éveillé adj f p 2.78 8.92 0.12 0.54 -éveillés éveiller ver m p 17.28 55.27 0.81 1.15 par:pas; -éveils éveil nom m p 1.65 6.42 0.01 0.20 -éveinage éveinage nom m s 0.01 0.00 0.01 0.00 -évent évent nom m s 0.15 0.00 0.11 0.00 -éventa éventer ver 0.60 4.26 0.00 0.20 ind:pas:3s; -éventai éventer ver 0.60 4.26 0.00 0.07 ind:pas:1s; -éventaient éventer ver 0.60 4.26 0.01 0.07 ind:imp:3p; -éventail éventail nom m s 2.96 13.99 2.82 10.88 -éventails éventail nom m p 2.96 13.99 0.14 3.11 -éventaire éventaire nom m s 0.25 2.16 0.25 1.22 -éventaires éventaire nom m p 0.25 2.16 0.00 0.95 -éventait éventer ver 0.60 4.26 0.01 0.88 ind:imp:3s; -éventant éventer ver 0.60 4.26 0.00 0.54 par:pre; -évente éventer ver 0.60 4.26 0.01 0.74 ind:pre:1s;ind:pre:3s; -éventent éventer ver 0.60 4.26 0.01 0.07 ind:pre:3p; -éventer éventer ver 0.60 4.26 0.07 0.88 inf; -éventerai éventer ver 0.60 4.26 0.00 0.07 ind:fut:1s; -éventez éventer ver 0.60 4.26 0.01 0.00 imp:pre:2p; -éventons éventer ver 0.60 4.26 0.01 0.00 imp:pre:1p; -éventra éventrer ver 2.81 5.20 0.00 0.07 ind:pas:3s; -éventraient éventrer ver 2.81 5.20 0.01 0.14 ind:imp:3p; -éventrait éventrer ver 2.81 5.20 0.16 0.47 ind:imp:3s; -éventrant éventrer ver 2.81 5.20 0.01 0.41 par:pre; -éventration éventration nom f s 0.02 0.14 0.02 0.14 -éventre éventrer ver 2.81 5.20 0.47 0.47 ind:pre:1s;ind:pre:3s; -éventrement éventrement nom m s 0.00 0.07 0.00 0.07 -éventrent éventrer ver 2.81 5.20 0.01 0.14 ind:pre:3p; -éventrer éventrer ver 2.81 5.20 0.96 1.01 inf; -éventrerai éventrer ver 2.81 5.20 0.01 0.00 ind:fut:1s; -éventrerait éventrer ver 2.81 5.20 0.00 0.07 cnd:pre:3s; -éventrerez éventrer ver 2.81 5.20 0.01 0.00 ind:fut:2p; -éventres éventrer ver 2.81 5.20 0.00 0.07 ind:pre:2s; -éventreur éventreur nom m s 0.50 0.95 0.36 0.68 -éventreurs éventreur nom m p 0.50 0.95 0.14 0.27 -éventrez éventrer ver 2.81 5.20 0.14 0.00 imp:pre:2p; -éventrions éventrer ver 2.81 5.20 0.00 0.07 ind:imp:1p; -éventrât éventrer ver 2.81 5.20 0.14 0.00 sub:imp:3s; -éventré éventrer ver m s 2.81 5.20 0.58 1.69 par:pas; -éventrée éventrer ver f s 2.81 5.20 0.25 0.07 par:pas; -éventrées éventré adj f p 0.35 5.00 0.14 1.28 -éventrés éventrer ver m p 2.81 5.20 0.05 0.47 par:pas; -évents évent nom m p 0.15 0.00 0.04 0.00 -éventé éventé adj m s 0.35 1.35 0.18 0.41 -éventualité éventualité nom f s 2.47 6.15 2.00 5.20 -éventualités éventualité nom f p 2.47 6.15 0.47 0.95 -éventée éventer ver f s 0.60 4.26 0.28 0.27 par:pas; -éventuel éventuel adj m s 4.92 13.18 1.38 3.92 -éventuelle éventuel adj f s 4.92 13.18 1.30 5.07 -éventuellement éventuellement adv 2.49 5.81 2.49 5.81 -éventuelles éventuel adj f p 4.92 13.18 1.17 1.55 -éventuels éventuel adj m p 4.92 13.18 1.07 2.64 -éventées éventer ver f p 0.60 4.26 0.01 0.07 par:pas; -éventés éventé adj m p 0.35 1.35 0.14 0.20 -évergète évergète adj s 0.00 0.07 0.00 0.07 -éversé éversé adj m s 0.00 0.14 0.00 0.07 -éversées éversé adj f p 0.00 0.14 0.00 0.07 -évertua évertuer ver 0.22 2.97 0.00 0.07 ind:pas:3s; -évertuaient évertuer ver 0.22 2.97 0.01 0.41 ind:imp:3p; -évertuais évertuer ver 0.22 2.97 0.00 0.14 ind:imp:1s; -évertuait évertuer ver 0.22 2.97 0.00 1.15 ind:imp:3s; -évertuant évertuer ver 0.22 2.97 0.02 0.14 par:pre; -évertue évertuer ver 0.22 2.97 0.10 0.47 ind:pre:1s;ind:pre:3s; -évertuent évertuer ver 0.22 2.97 0.04 0.14 ind:pre:3p; -évertuer évertuer ver 0.22 2.97 0.01 0.14 inf; -évertué évertuer ver m s 0.22 2.97 0.04 0.34 par:pas; -éviction éviction nom f s 0.05 0.41 0.05 0.41 -évida évider ver 0.25 1.22 0.01 0.07 ind:pas:3s; -évidaient évider ver 0.25 1.22 0.00 0.07 ind:imp:3p; -évide évider ver 0.25 1.22 0.01 0.20 ind:pre:1s;ind:pre:3s; -évidement évidement nom m s 0.21 0.07 0.21 0.07 -évidemment évidemment adv 28.23 88.11 28.23 88.11 -évidence évidence nom f s 11.47 39.93 11.14 37.77 -évidences évidence nom f p 11.47 39.93 0.33 2.16 -évident évident adj m s 32.59 33.58 28.75 20.14 -évidente évident adj f s 32.59 33.58 2.27 9.32 -évidentes évident adj f p 32.59 33.58 0.84 2.43 -évidents évident adj m p 32.59 33.58 0.72 1.69 -évider évider ver 0.25 1.22 0.01 0.20 inf; -évidé évidé adj m s 0.04 0.47 0.02 0.34 -évidée évidé adj f s 0.04 0.47 0.02 0.14 -évidées évider ver f p 0.25 1.22 0.01 0.07 par:pas; -évidés évider ver m p 0.25 1.22 0.00 0.07 par:pas; -évier évier nom m s 3.87 12.16 3.81 11.35 -éviers évier nom m p 3.87 12.16 0.05 0.81 -évince évincer ver 1.28 0.61 0.03 0.07 ind:pre:1s;ind:pre:3s; -évincer évincer ver 1.28 0.61 0.58 0.27 inf; -évincerait évincer ver 1.28 0.61 0.00 0.07 cnd:pre:3s; -évincez évincer ver 1.28 0.61 0.01 0.00 ind:pre:2p; -évincé évincer ver m s 1.28 0.61 0.45 0.14 par:pas; -évincée évincer ver f s 1.28 0.61 0.04 0.00 par:pas; -évincés évincer ver m p 1.28 0.61 0.13 0.00 par:pas; -évinçai évincer ver 1.28 0.61 0.00 0.07 ind:pas:1s; -évinçant évincer ver 1.28 0.61 0.03 0.00 par:pre; -éviscère éviscérer ver 0.50 0.14 0.04 0.07 ind:pre:1s;ind:pre:3s; -éviscèrent éviscérer ver 0.50 0.14 0.02 0.00 ind:pre:3p; -éviscérant éviscérer ver 0.50 0.14 0.03 0.00 par:pre; -éviscération éviscération nom f s 0.22 0.00 0.22 0.00 -éviscérer éviscérer ver 0.50 0.14 0.26 0.00 inf;; -éviscérée éviscérer ver f s 0.50 0.14 0.04 0.07 par:pas; -éviscérés éviscérer ver m p 0.50 0.14 0.13 0.00 par:pas; -évita éviter ver 87.47 110.47 0.03 5.00 ind:pas:3s; -évitable évitable adj s 0.21 0.27 0.20 0.14 -évitables évitable adj f p 0.21 0.27 0.01 0.14 -évitai éviter ver 87.47 110.47 0.01 0.74 ind:pas:1s; -évitaient éviter ver 87.47 110.47 0.06 2.23 ind:imp:3p; -évitais éviter ver 87.47 110.47 0.70 2.03 ind:imp:1s;ind:imp:2s; -évitait éviter ver 87.47 110.47 0.74 7.57 ind:imp:3s; -évitant éviter ver 87.47 110.47 1.69 10.47 par:pre; -évite éviter ver 87.47 110.47 10.70 6.35 imp:pre:2s;ind:pre:1s;ind:pre:3s; -évitement évitement nom m s 0.18 0.00 0.18 0.00 -évitent éviter ver 87.47 110.47 1.13 1.22 ind:pre:3p; -éviter éviter ver 87.47 110.47 53.71 60.07 ind:pre:2p;inf; -évitera éviter ver 87.47 110.47 2.09 0.95 ind:fut:3s; -éviterai éviter ver 87.47 110.47 0.24 0.34 ind:fut:1s; -éviteraient éviter ver 87.47 110.47 0.00 0.41 cnd:pre:3p; -éviterais éviter ver 87.47 110.47 0.97 0.41 cnd:pre:1s;cnd:pre:2s; -éviterait éviter ver 87.47 110.47 0.77 1.62 cnd:pre:3s; -éviteras éviter ver 87.47 110.47 0.45 0.00 ind:fut:2s; -éviterez éviter ver 87.47 110.47 0.37 0.20 ind:fut:2p; -éviteriez éviter ver 87.47 110.47 0.07 0.00 cnd:pre:2p; -éviterons éviter ver 87.47 110.47 0.24 0.34 ind:fut:1p; -éviteront éviter ver 87.47 110.47 0.22 0.14 ind:fut:3p; -évites éviter ver 87.47 110.47 2.48 0.07 ind:pre:2s; -évitez éviter ver 87.47 110.47 3.31 0.68 imp:pre:2p;ind:pre:2p; -évitiez éviter ver 87.47 110.47 0.25 0.14 ind:imp:2p; -évitions éviter ver 87.47 110.47 0.12 0.47 ind:imp:1p; -évitâmes éviter ver 87.47 110.47 0.00 0.20 ind:pas:1p; -évitons éviter ver 87.47 110.47 1.30 0.27 imp:pre:1p;ind:pre:1p; -évitât éviter ver 87.47 110.47 0.00 0.41 sub:imp:3s; -évitèrent éviter ver 87.47 110.47 0.02 0.88 ind:pas:3p; -évité éviter ver m s 87.47 110.47 4.80 5.88 par:pas; -évitée éviter ver f s 87.47 110.47 0.57 0.81 par:pas; -évitées éviter ver f p 87.47 110.47 0.24 0.07 par:pas; -évités éviter ver m p 87.47 110.47 0.18 0.54 par:pas; -évocateur évocateur adj m s 0.15 1.49 0.13 0.74 -évocateurs évocateur adj m p 0.15 1.49 0.01 0.27 -évocation évocation nom f s 0.55 8.72 0.55 7.30 -évocations évocation nom f p 0.55 8.72 0.00 1.42 -évocatrice évocateur adj f s 0.15 1.49 0.01 0.20 -évocatrices évocateur adj f p 0.15 1.49 0.00 0.27 -évolua évoluer ver 10.60 11.69 0.05 0.27 ind:pas:3s; -évoluaient évoluer ver 10.60 11.69 0.05 1.08 ind:imp:3p; -évoluais évoluer ver 10.60 11.69 0.01 0.07 ind:imp:1s; -évoluait évoluer ver 10.60 11.69 0.29 1.62 ind:imp:3s; -évoluant évoluer ver 10.60 11.69 0.25 0.41 par:pre; -évolue évoluer ver 10.60 11.69 1.73 1.55 imp:pre:2s;ind:pre:1s;ind:pre:3s; -évoluent évoluer ver 10.60 11.69 1.13 0.81 ind:pre:3p; -évoluer évoluer ver 10.60 11.69 2.90 3.18 inf; -évoluera évoluer ver 10.60 11.69 0.05 0.00 ind:fut:3s; -évoluerait évoluer ver 10.60 11.69 0.04 0.14 cnd:pre:3s; -évolueront évoluer ver 10.60 11.69 0.02 0.14 ind:fut:3p; -évoluez évoluer ver 10.60 11.69 0.06 0.00 ind:pre:2p; -évoluons évoluer ver 10.60 11.69 0.21 0.00 imp:pre:1p;ind:pre:1p; -évoluèrent évoluer ver 10.60 11.69 0.28 0.07 ind:pas:3p; -évolutif évolutif adj m s 0.47 0.20 0.08 0.07 -évolution évolution nom f s 8.09 14.19 7.87 11.69 -évolutionniste évolutionniste adj f s 0.15 0.00 0.15 0.00 -évolutions évolution nom f p 8.09 14.19 0.23 2.50 -évolutive évolutif adj f s 0.47 0.20 0.38 0.07 -évolutives évolutif adj f p 0.47 0.20 0.01 0.07 -évolué évoluer ver m s 10.60 11.69 3.29 2.09 par:pas; -évoluée évolué adj f s 1.69 1.28 0.73 0.20 -évoluées évolué adj f p 1.69 1.28 0.09 0.20 -évolués évolué adj m p 1.69 1.28 0.38 0.41 -évoqua évoquer ver 11.57 73.51 0.02 3.51 ind:pas:3s; -évoquai évoquer ver 11.57 73.51 0.00 0.68 ind:pas:1s; -évoquaient évoquer ver 11.57 73.51 0.01 5.27 ind:imp:3p; -évoquais évoquer ver 11.57 73.51 0.14 2.03 ind:imp:1s;ind:imp:2s; -évoquait évoquer ver 11.57 73.51 0.34 13.51 ind:imp:3s; -évoquant évoquer ver 11.57 73.51 0.44 7.84 par:pre; -évoque évoquer ver 11.57 73.51 3.68 11.89 imp:pre:2s;ind:pre:1s;ind:pre:3s; -évoquent évoquer ver 11.57 73.51 0.71 2.57 ind:pre:3p; -évoquer évoquer ver 11.57 73.51 2.15 15.88 inf; -évoquera évoquer ver 11.57 73.51 0.10 0.54 ind:fut:3s; -évoquerai évoquer ver 11.57 73.51 0.04 0.07 ind:fut:1s; -évoqueraient évoquer ver 11.57 73.51 0.00 0.07 cnd:pre:3p; -évoquerait évoquer ver 11.57 73.51 0.04 0.47 cnd:pre:3s; -évoquerez évoquer ver 11.57 73.51 0.01 0.00 ind:fut:2p; -évoquerons évoquer ver 11.57 73.51 0.02 0.07 ind:fut:1p; -évoqueront évoquer ver 11.57 73.51 0.01 0.14 ind:fut:3p; -évoques évoquer ver 11.57 73.51 0.04 0.14 ind:pre:2s; -évoquez évoquer ver 11.57 73.51 0.56 0.07 imp:pre:2p;ind:pre:2p; -évoquiez évoquer ver 11.57 73.51 0.28 0.00 ind:imp:2p; -évoquions évoquer ver 11.57 73.51 0.17 0.34 ind:imp:1p; -évoquâmes évoquer ver 11.57 73.51 0.00 0.14 ind:pas:1p; -évoquons évoquer ver 11.57 73.51 0.08 0.41 imp:pre:1p;ind:pre:1p; -évoquât évoquer ver 11.57 73.51 0.00 0.07 sub:imp:3s; -évoquèrent évoquer ver 11.57 73.51 0.10 0.61 ind:pas:3p; -évoqué évoquer ver m s 11.57 73.51 2.01 5.00 par:pas; -évoquée évoquer ver f s 11.57 73.51 0.52 0.54 par:pas; -évoquées évoquer ver f p 11.57 73.51 0.03 0.41 par:pas; -évoqués évoquer ver m p 11.57 73.51 0.06 1.28 par:pas; -évènement évènement nom m s 6.59 0.00 3.27 0.00 -évènementielle évènementiel adj f s 0.01 0.00 0.01 0.00 -évènements évènement nom m p 6.59 0.00 3.32 0.00 -évêché évêché nom m s 0.14 3.85 0.14 3.72 -évêchés évêché nom m p 0.14 3.85 0.00 0.14 -événement événement nom m s 28.57 84.59 13.61 26.35 -événementiel événementiel adj m s 0.04 0.00 0.04 0.00 -événements événement nom m p 28.57 84.59 14.96 58.24 -évêque évêque nom m s 5.70 19.32 4.70 14.53 -évêques évêque nom m p 5.70 19.32 1.00 4.80 -éwé éwé adj m s 0.00 0.20 0.00 0.07 -éwés éwé adj m p 0.00 0.20 0.00 0.14 -uxorilocal uxorilocal adj m s 0.00 0.07 0.00 0.07 -v v nom_sup m 26.54 5.00 26.54 5.00 -vîmes voir ver 4119.49 2401.76 0.66 4.73 ind:pas:1p; -vînt venir ver 2763.69 1514.53 0.30 6.62 sub:imp:3s; -vît voir ver 4119.49 2401.76 0.03 4.05 sub:imp:3s; -vôtre vôtre pro_pos s 33.05 11.69 33.05 11.69 -vôtres vôtres pro_pos p 12.14 4.39 12.14 4.39 -va_et_vient va_et_vient nom m 1.30 10.61 1.30 10.61 -va_tout va_tout nom m 0.05 0.41 0.05 0.41 -va aller ver 9992.78 2854.93 3382.55 694.59 imp:pre:2s;ind:pre:3s; -vacance vacance nom f s 67.90 82.57 0.29 0.88 -vacances vacance nom f p 67.90 82.57 67.60 81.69 -vacancier vacancier nom m s 0.23 2.23 0.02 0.14 -vacanciers vacancier nom m p 0.23 2.23 0.20 1.89 -vacancière vacancier nom f s 0.23 2.23 0.01 0.14 -vacancières vacancière nom f p 0.01 0.00 0.01 0.00 -vacant vacant adj m s 1.68 5.07 0.84 2.57 -vacante vacant adj f s 1.68 5.07 0.60 1.42 -vacantes vacant adj f p 1.68 5.07 0.01 0.41 -vacants vacant adj m p 1.68 5.07 0.22 0.68 -vacarme vacarme nom m s 3.46 15.61 3.46 15.20 -vacarmes vacarme nom m p 3.46 15.61 0.00 0.41 -vacataire vacataire nom s 0.05 0.00 0.05 0.00 -vacation vacation nom f s 0.05 0.54 0.05 0.14 -vacations vacation nom f p 0.05 0.54 0.00 0.41 -vaccin vaccin nom m s 6.54 4.93 5.01 4.12 -vaccinal vaccinal adj m s 0.01 0.00 0.01 0.00 -vaccinant vaccinant adj m s 0.00 0.07 0.00 0.07 -vaccination vaccination nom f s 0.50 0.54 0.20 0.47 -vaccinations vaccination nom f p 0.50 0.54 0.30 0.07 -vaccine vacciner ver 1.66 1.62 0.18 0.14 imp:pre:2s;ind:pre:3s; -vaccinent vacciner ver 1.66 1.62 0.00 0.07 ind:pre:3p; -vacciner vacciner ver 1.66 1.62 0.68 0.47 inf; -vaccins vaccin nom m p 6.54 4.93 1.54 0.81 -vacciné vacciner ver m s 1.66 1.62 0.53 0.47 par:pas; -vaccinée vacciner ver f s 1.66 1.62 0.14 0.20 par:pas; -vaccinées vacciner ver f p 1.66 1.62 0.01 0.07 par:pas; -vaccinés vacciner ver m p 1.66 1.62 0.11 0.20 par:pas; -vachard vachard adj m s 0.08 1.42 0.08 0.74 -vacharde vachard adj f s 0.08 1.42 0.00 0.34 -vachardes vachard adj f p 0.08 1.42 0.00 0.14 -vachardise vachardise nom f s 0.00 0.14 0.00 0.14 -vachards vachard adj m p 0.08 1.42 0.00 0.20 -vache vache nom f s 47.71 53.45 36.24 26.08 -vachement vachement adv 15.74 11.82 15.74 11.82 -vacher vacher nom m s 0.91 0.81 0.77 0.61 -vacherie vacherie nom f s 0.69 5.41 0.42 3.18 -vacheries vacherie nom f p 0.69 5.41 0.27 2.23 -vacherin vacherin nom m s 0.00 0.54 0.00 0.54 -vachers vacher nom m p 0.91 0.81 0.13 0.20 -vaches vache nom f p 47.71 53.45 11.46 27.36 -vachette vachette nom f s 0.02 0.41 0.02 0.34 -vachettes vachette nom f p 0.02 0.41 0.00 0.07 -vachère vachère nom f s 0.11 0.61 0.00 0.41 -vachères vachère nom f p 0.11 0.61 0.11 0.20 -vacilla vaciller ver 1.87 12.84 0.10 1.69 ind:pas:3s; -vacillai vaciller ver 1.87 12.84 0.00 0.07 ind:pas:1s; -vacillaient vaciller ver 1.87 12.84 0.00 0.54 ind:imp:3p; -vacillait vaciller ver 1.87 12.84 0.02 2.23 ind:imp:3s; -vacillant vaciller ver 1.87 12.84 0.27 1.28 par:pre; -vacillante vacillant adj f s 0.28 4.80 0.19 1.82 -vacillantes vacillant adj f p 0.28 4.80 0.01 0.81 -vacillants vacillant adj m p 0.28 4.80 0.01 0.41 -vacillations vacillation nom f p 0.00 0.07 0.00 0.07 -vacille vaciller ver 1.87 12.84 0.93 2.57 imp:pre:2s;ind:pre:1s;ind:pre:3s; -vacillement vacillement nom m s 0.01 0.34 0.01 0.34 -vacillent vaciller ver 1.87 12.84 0.22 0.34 ind:pre:3p; -vaciller vaciller ver 1.87 12.84 0.29 3.45 inf; -vacillât vaciller ver 1.87 12.84 0.00 0.07 sub:imp:3s; -vacillèrent vaciller ver 1.87 12.84 0.00 0.27 ind:pas:3p; -vacillé vaciller ver m s 1.87 12.84 0.03 0.34 par:pas; -vacuité vacuité nom f s 0.27 1.42 0.27 1.42 -vacuole vacuole nom f s 0.01 0.00 0.01 0.00 -vacuolisation vacuolisation nom f s 0.01 0.00 0.01 0.00 -vacuum vacuum nom m s 0.13 0.20 0.13 0.20 -vade_retro vade_retro adv 0.26 0.68 0.26 0.68 -vadrouillais vadrouiller ver 0.35 1.35 0.01 0.07 ind:imp:2s; -vadrouillait vadrouiller ver 0.35 1.35 0.01 0.07 ind:imp:3s; -vadrouille vadrouille nom f s 0.95 1.89 0.80 1.69 -vadrouillent vadrouiller ver 0.35 1.35 0.00 0.07 ind:pre:3p; -vadrouiller vadrouiller ver 0.35 1.35 0.21 0.81 inf; -vadrouilles vadrouille nom f p 0.95 1.89 0.14 0.20 -vadrouilleur vadrouilleur nom m s 0.11 0.14 0.10 0.00 -vadrouilleurs vadrouilleur nom m p 0.11 0.14 0.01 0.00 -vadrouilleuse vadrouilleur nom f s 0.11 0.14 0.00 0.07 -vadrouilleuses vadrouilleur nom f p 0.11 0.14 0.00 0.07 -vadrouillez vadrouiller ver 0.35 1.35 0.01 0.00 ind:pre:2p; -vadrouillé vadrouiller ver m s 0.35 1.35 0.06 0.07 par:pas; -vae_soli vae_soli adv 0.00 0.07 0.00 0.07 -vae_victis vae_victis adv 0.02 0.07 0.02 0.07 -vagabond vagabond nom m s 5.72 6.22 3.10 3.38 -vagabonda vagabonder ver 2.42 2.64 0.00 0.07 ind:pas:3s; -vagabondage vagabondage nom m s 0.70 2.57 0.68 1.76 -vagabondages vagabondage nom m p 0.70 2.57 0.02 0.81 -vagabondaient vagabonder ver 2.42 2.64 0.00 0.14 ind:imp:3p; -vagabondais vagabonder ver 2.42 2.64 0.28 0.00 ind:imp:1s;ind:imp:2s; -vagabondait vagabonder ver 2.42 2.64 0.26 0.88 ind:imp:3s; -vagabondant vagabonder ver 2.42 2.64 0.04 0.00 par:pre; -vagabonde vagabonder ver 2.42 2.64 0.68 0.34 ind:pre:1s;ind:pre:3s; -vagabondent vagabonder ver 2.42 2.64 0.17 0.14 ind:pre:3p; -vagabonder vagabonder ver 2.42 2.64 0.78 0.81 inf; -vagabondes vagabonder ver 2.42 2.64 0.12 0.07 ind:pre:2s; -vagabondiez vagabonder ver 2.42 2.64 0.01 0.00 ind:imp:2p; -vagabonds vagabond nom m p 5.72 6.22 2.30 2.57 -vagabondèrent vagabonder ver 2.42 2.64 0.00 0.07 ind:pas:3p; -vagabondé vagabonder ver m s 2.42 2.64 0.08 0.14 par:pas; -vagal vagal adj m s 0.41 0.00 0.41 0.00 -vagi vagir ver m s 0.15 1.76 0.00 0.14 par:pas; -vagin vagin nom m s 4.40 2.16 4.11 2.09 -vaginal vaginal adj m s 1.80 0.54 0.45 0.14 -vaginale vaginal adj f s 1.80 0.54 0.90 0.34 -vaginales vaginal adj f p 1.80 0.54 0.38 0.07 -vaginaux vaginal adj m p 1.80 0.54 0.08 0.00 -vaginite vaginite nom f s 0.03 0.00 0.03 0.00 -vagins vagin nom m p 4.40 2.16 0.29 0.07 -vagir vagir ver 0.15 1.76 0.00 0.20 inf; -vagis vagir ver 0.15 1.76 0.00 0.07 ind:pre:1s; -vagissaient vagir ver 0.15 1.76 0.00 0.07 ind:imp:3p; -vagissais vagir ver 0.15 1.76 0.14 0.07 ind:imp:1s;ind:imp:2s; -vagissait vagir ver 0.15 1.76 0.00 0.81 ind:imp:3s; -vagissant vagissant adj m s 0.03 0.20 0.03 0.20 -vagissement vagissement nom m s 0.70 0.95 0.43 0.34 -vagissements vagissement nom m p 0.70 0.95 0.27 0.61 -vagissent vagir ver 0.15 1.76 0.01 0.07 ind:pre:3p; -vagissons vagir ver 0.15 1.76 0.00 0.07 ind:pre:1p; -vagit vagir ver 0.15 1.76 0.00 0.20 ind:pre:3s;ind:pas:3s; -vagotomie vagotomie nom f s 0.01 0.00 0.01 0.00 -vagua vaguer ver 0.21 1.89 0.00 0.07 ind:pas:3s; -vaguait vaguer ver 0.21 1.89 0.00 0.27 ind:imp:3s; -vaguant vaguer ver 0.21 1.89 0.00 0.07 par:pre; -vague vague nom s 21.59 73.58 12.80 38.18 -vaguelette vaguelette nom f s 0.04 2.84 0.02 0.61 -vaguelettes vaguelette nom f p 0.04 2.84 0.02 2.23 -vaguement vaguement adv 4.72 51.76 4.72 51.76 -vaguemestre vaguemestre nom s 0.14 0.68 0.14 0.68 -vaguent vaguer ver 0.21 1.89 0.00 0.14 ind:pre:3p; -vaguer vaguer ver 0.21 1.89 0.10 0.47 inf; -vagues vague nom p 21.59 73.58 8.79 35.41 -vahiné vahiné nom f s 0.13 0.54 0.09 0.27 -vahinés vahiné nom f p 0.13 0.54 0.03 0.27 -vaillamment vaillamment adv 0.60 2.64 0.60 2.64 -vaillance vaillance nom f s 1.20 2.03 1.20 2.03 -vaillant vaillant adj m s 5.45 8.58 3.75 3.31 -vaillante vaillant adj f s 5.45 8.58 0.65 2.43 -vaillantes vaillant adj f p 5.45 8.58 0.05 0.95 -vaillants vaillant adj m p 5.45 8.58 1.00 1.89 -vaille valoir ver 236.07 175.74 3.04 5.34 sub:pre:1s;sub:pre:3s; -vaillent valoir ver 236.07 175.74 0.21 0.20 sub:pre:3p; -vain vain adj m s 19.87 57.03 16.02 40.14 -vainc vaincre ver 27.84 25.68 0.14 0.27 ind:pre:3s; -vaincra vaincre ver 27.84 25.68 0.82 0.27 ind:fut:3s; -vaincrai vaincre ver 27.84 25.68 0.42 0.20 ind:fut:1s; -vaincraient vaincre ver 27.84 25.68 0.02 0.07 cnd:pre:3p; -vaincrais vaincre ver 27.84 25.68 0.11 0.00 cnd:pre:1s;cnd:pre:2s; -vaincrait vaincre ver 27.84 25.68 0.27 0.07 cnd:pre:3s; -vaincras vaincre ver 27.84 25.68 0.19 0.00 ind:fut:2s; -vaincre vaincre ver 27.84 25.68 13.71 13.31 inf; -vaincrez vaincre ver 27.84 25.68 0.11 0.00 ind:fut:2p; -vaincrons vaincre ver 27.84 25.68 1.62 0.47 ind:fut:1p; -vaincront vaincre ver 27.84 25.68 0.09 0.14 ind:fut:3p; -vaincs vaincre ver 27.84 25.68 0.06 0.14 imp:pre:2s;ind:pre:2s; -vaincu vaincre ver m s 27.84 25.68 7.28 6.62 par:pas; -vaincue vaincre ver f s 27.84 25.68 1.10 2.23 par:pas; -vaincues vaincre ver f p 27.84 25.68 0.18 0.14 par:pas; -vaincus vaincre ver m p 27.84 25.68 1.42 1.55 par:pas; -vaine vain adj f s 19.87 57.03 1.04 8.18 -vainement vainement adv 0.55 12.09 0.55 12.09 -vaines vain adj f p 19.87 57.03 1.57 5.20 -vainquant vaincre ver 27.84 25.68 0.01 0.07 par:pre; -vainquent vaincre ver 27.84 25.68 0.01 0.00 ind:pre:3p; -vainqueur vainqueur nom m s 9.10 11.35 6.71 5.74 -vainqueurs vainqueur nom m p 9.10 11.35 2.38 5.61 -vainquez vaincre ver 27.84 25.68 0.03 0.00 imp:pre:2p; -vainquions vaincre ver 27.84 25.68 0.02 0.00 ind:imp:1p; -vainquirent vaincre ver 27.84 25.68 0.01 0.00 ind:pas:3p; -vainquit vaincre ver 27.84 25.68 0.18 0.14 ind:pas:3s; -vainquons vaincre ver 27.84 25.68 0.03 0.00 ind:pre:1p; -vains vain adj m p 19.87 57.03 1.23 3.51 -vair vair nom m s 0.09 0.27 0.09 0.27 -vairon vairon adj m s 0.00 0.54 0.00 0.20 -vairons vairon nom m p 0.04 0.54 0.04 0.41 -vais aller ver 9992.78 2854.93 1644.99 280.00 ind:pre:1s; -vaisseau_amiral vaisseau_amiral nom m s 0.05 0.00 0.05 0.00 -vaisseau vaisseau nom m s 83.39 12.43 67.11 7.23 -vaisseaux vaisseau nom m p 83.39 12.43 16.27 5.20 -vaisselier vaisselier nom m s 0.07 0.68 0.07 0.61 -vaisseliers vaisselier nom m p 0.07 0.68 0.00 0.07 -vaisselle vaisselle nom f s 12.11 25.95 12.10 24.93 -vaisselles vaisselle nom f p 12.11 25.95 0.01 1.01 -val val nom m s 3.61 4.93 2.12 3.04 -valût valoir ver 236.07 175.74 0.00 0.61 sub:imp:3s; -valable valable adj s 9.10 10.41 7.46 8.65 -valablement valablement adv 0.00 0.27 0.00 0.27 -valables valable adj p 9.10 10.41 1.63 1.76 -valaient valoir ver 236.07 175.74 1.03 5.27 ind:imp:3p; -valais valoir ver 236.07 175.74 0.46 0.47 ind:imp:1s;ind:imp:2s; -valait valoir ver 236.07 175.74 15.82 41.62 ind:imp:3s; -valant valoir ver 236.07 175.74 1.00 1.49 par:pre; -valaque valaque nom s 0.01 0.00 0.01 0.00 -valdôtains valdôtain nom m p 0.00 0.14 0.00 0.14 -valdingua valdinguer ver 0.05 1.76 0.00 0.07 ind:pas:3s; -valdingue valdinguer ver 0.05 1.76 0.00 1.01 ind:pre:3s; -valdinguer valdinguer ver 0.05 1.76 0.05 0.14 inf; -valdingues valdinguer ver 0.05 1.76 0.00 0.41 ind:pre:2s; -valdingué valdinguer ver m s 0.05 1.76 0.00 0.07 par:pas; -valdingués valdinguer ver m p 0.05 1.76 0.00 0.07 par:pas; -valence valence nom f s 0.28 0.07 0.28 0.07 -valencien valencien nom m s 0.00 0.14 0.00 0.07 -valencienne valencienne nom f s 0.14 0.00 0.14 0.00 -valent valoir ver 236.07 175.74 9.79 8.58 ind:pre:3p; -valentin valentin nom m s 0.27 0.00 0.11 0.00 -valentine valentin nom f s 0.27 0.00 0.16 0.00 -valentinien valentinien nom m s 0.02 0.00 0.02 0.00 -valet valet nom m s 11.40 19.80 9.23 13.65 -valetaille valetaille nom f s 0.01 1.01 0.01 1.01 -valeter valeter ver 0.14 0.00 0.14 0.00 inf; -valets valet nom m p 11.40 19.80 2.17 6.15 -valeur_refuge valeur_refuge nom f s 0.00 0.07 0.00 0.07 -valeur valeur nom f s 45.40 52.30 32.48 40.74 -valeureuse valeureux adj f s 2.45 2.36 0.00 0.07 -valeureusement valeureusement adv 0.01 0.00 0.01 0.00 -valeureuses valeureux adj f p 2.45 2.36 0.01 0.07 -valeureux valeureux adj m 2.45 2.36 2.44 2.23 -valeurs valeur nom f p 45.40 52.30 12.91 11.55 -valez valoir ver 236.07 175.74 2.49 0.54 imp:pre:2p;ind:pre:2p; -valgus valgus adj m 0.02 0.00 0.02 0.00 -valida valider ver 1.23 0.54 0.00 0.07 ind:pas:3s; -validait valider ver 1.23 0.54 0.00 0.07 ind:imp:3s; -validant valider ver 1.23 0.54 0.00 0.07 par:pre; -validation validation nom f s 0.14 0.07 0.14 0.07 -valide valide adj s 2.31 3.38 1.72 1.55 -valident valider ver 1.23 0.54 0.01 0.00 ind:pre:3p; -valider valider ver 1.23 0.54 0.72 0.14 inf; -valideront valider ver 1.23 0.54 0.03 0.00 ind:fut:3p; -valides valide adj p 2.31 3.38 0.59 1.82 -validité validité nom f s 0.35 0.41 0.35 0.41 -validé valider ver m s 1.23 0.54 0.18 0.07 par:pas; -validée validé adj f s 0.07 2.57 0.04 0.00 -valiez valoir ver 236.07 175.74 0.15 0.00 ind:imp:2p; -valions valoir ver 236.07 175.74 0.16 0.14 ind:imp:1p; -valise valise nom f s 50.99 70.34 33.21 47.43 -valises valise nom f p 50.99 70.34 17.79 22.91 -valisé valiser ver m s 0.00 0.14 0.00 0.14 par:pas; -valkyries valkyrie nom f p 0.02 0.00 0.02 0.00 -valleuse valleuse nom f s 0.00 0.07 0.00 0.07 -vallon vallon nom m s 2.50 6.89 2.11 5.74 -vallonnaient vallonner ver 0.00 0.27 0.00 0.07 ind:imp:3p; -vallonnait vallonner ver 0.00 0.27 0.00 0.07 ind:imp:3s; -vallonnement vallonnement nom m s 0.00 2.09 0.00 0.88 -vallonnements vallonnement nom m p 0.00 2.09 0.00 1.22 -vallonner vallonner ver 0.00 0.27 0.00 0.07 inf; -vallonné vallonné adj m s 0.06 0.74 0.03 0.27 -vallonnée vallonné adj f s 0.06 0.74 0.01 0.27 -vallonnées vallonné adj f p 0.06 0.74 0.01 0.14 -vallonnés vallonné adj m p 0.06 0.74 0.01 0.07 -vallons vallon nom m p 2.50 6.89 0.40 1.15 -vallée vallée nom f s 13.54 35.68 12.51 30.14 -vallées vallée nom f p 13.54 35.68 1.03 5.54 -valoche valoche nom f s 0.46 3.38 0.19 2.03 -valoches valoche nom f p 0.46 3.38 0.27 1.35 -valoir valoir ver 236.07 175.74 4.62 9.32 inf; -valons valoir ver 236.07 175.74 0.78 0.41 imp:pre:1p;ind:pre:1p; -valorisait valoriser ver 0.45 0.81 0.00 0.07 ind:imp:3s; -valorisant valorisant adj m s 0.37 0.14 0.35 0.14 -valorisante valorisant adj f s 0.37 0.14 0.02 0.00 -valorisation valorisation nom f s 0.01 0.00 0.01 0.00 -valorise valoriser ver 0.45 0.81 0.19 0.27 imp:pre:2s;ind:pre:3s; -valoriser valoriser ver 0.45 0.81 0.22 0.20 inf; -valorisez valoriser ver 0.45 0.81 0.01 0.00 ind:pre:2p; -valorisé valoriser ver m s 0.45 0.81 0.00 0.07 par:pas; -valorisée valoriser ver f s 0.45 0.81 0.02 0.07 par:pas; -valorisés valoriser ver m p 0.45 0.81 0.01 0.14 par:pas; -valpolicella valpolicella nom m s 0.01 0.14 0.01 0.14 -vals val nom m p 3.61 4.93 0.61 0.54 -valsa valser ver 1.93 5.14 0.00 0.20 ind:pas:3s; -valsaient valser ver 1.93 5.14 0.00 0.47 ind:imp:3p; -valsait valser ver 1.93 5.14 0.04 0.34 ind:imp:3s; -valsant valser ver 1.93 5.14 0.05 0.27 par:pre; -valse_hésitation valse_hésitation nom f s 0.00 0.27 0.00 0.20 -valse valse nom f s 5.55 9.32 5.45 7.91 -valsent valser ver 1.93 5.14 0.11 0.20 ind:pre:3p; -valser valser ver 1.93 5.14 1.33 2.43 inf; -valsera valser ver 1.93 5.14 0.01 0.00 ind:fut:3s; -valse_hésitation valse_hésitation nom f p 0.00 0.27 0.00 0.07 -valses valse nom f p 5.55 9.32 0.11 1.42 -valseur valseur nom m s 0.12 1.35 0.01 1.08 -valseurs valseur nom m p 0.12 1.35 0.00 0.14 -valseuse valseur nom f s 0.12 1.35 0.11 0.00 -valseuses valseuse nom f p 0.14 0.00 0.14 0.00 -valsez valser ver 1.93 5.14 0.04 0.07 ind:pre:2p; -valsons valser ver 1.93 5.14 0.02 0.00 imp:pre:1p;ind:pre:1p; -valsèrent valser ver 1.93 5.14 0.01 0.07 ind:pas:3p; -valsé valser ver m s 1.93 5.14 0.20 0.61 par:pas; -valu valoir ver m s 236.07 175.74 3.82 9.39 par:pas; -value valoir ver f s 236.07 175.74 0.12 0.07 par:pas; -values valoir ver f p 236.07 175.74 0.00 0.14 par:pas; -valurent valoir ver 236.07 175.74 0.03 0.81 ind:pas:3p; -valériane valériane nom f s 0.30 0.14 0.30 0.14 -valut valoir ver 236.07 175.74 0.56 3.45 ind:pas:3s; -valétudinaire valétudinaire adj m s 0.01 0.14 0.01 0.14 -valve valve nom f s 2.63 1.01 1.60 0.47 -valves valve nom f p 2.63 1.01 1.03 0.54 -valvulaires valvulaire adj p 0.00 0.07 0.00 0.07 -valvule valvule nom f s 0.22 0.07 0.22 0.07 -vamp_club vamp_club nom f s 0.01 0.00 0.01 0.00 -vamp vamp nom f s 0.48 1.42 0.33 1.22 -vampe vamper ver 0.24 0.07 0.01 0.00 imp:pre:2s; -vamper vamper ver 0.24 0.07 0.20 0.07 inf; -vampire vampire nom m s 27.27 3.24 15.29 1.82 -vampires vampire nom m p 27.27 3.24 11.98 1.42 -vampirique vampirique adj s 0.21 0.20 0.21 0.20 -vampirisant vampiriser ver 0.10 0.20 0.01 0.00 par:pre; -vampirise vampiriser ver 0.10 0.20 0.04 0.07 ind:pre:1s;ind:pre:3s; -vampirisme vampirisme nom m s 0.32 0.14 0.32 0.14 -vampirisé vampiriser ver m s 0.10 0.20 0.00 0.07 par:pas; -vampirisée vampiriser ver f s 0.10 0.20 0.05 0.00 par:pas; -vampirisées vampiriser ver f p 0.10 0.20 0.00 0.07 par:pas; -vamps vamp nom f p 0.48 1.42 0.16 0.20 -vampé vamper ver m s 0.24 0.07 0.03 0.00 par:pas; -van van nom_sup m s 8.90 3.24 8.78 3.24 -vanadium vanadium nom m s 0.00 0.74 0.00 0.74 -vandale vandale nom s 1.14 0.88 0.33 0.47 -vandales vandale nom p 1.14 0.88 0.81 0.41 -vandalisent vandaliser ver 0.33 0.14 0.01 0.07 ind:pre:3p; -vandaliser vandaliser ver 0.33 0.14 0.09 0.07 inf; -vandalisme vandalisme nom m s 1.53 1.55 1.53 1.55 -vandalisé vandaliser ver m s 0.33 0.14 0.23 0.00 par:pas; -vandoises vandoise nom f p 0.00 0.14 0.00 0.14 -vanille vanille nom f s 2.50 3.38 2.50 3.38 -vanillé vanillé adj m s 0.17 0.20 0.17 0.07 -vanillée vanillé adj f s 0.17 0.20 0.00 0.07 -vanillées vanillé adj f p 0.17 0.20 0.00 0.07 -vaniteuse vaniteux adj f s 2.23 2.50 0.49 0.68 -vaniteusement vaniteusement adv 0.00 0.07 0.00 0.07 -vaniteuses vaniteux adj f p 2.23 2.50 0.14 0.07 -vaniteux vaniteux adj m 2.23 2.50 1.60 1.76 -vanité vanité nom f s 5.75 17.97 5.16 16.49 -vanités vanité nom f p 5.75 17.97 0.59 1.49 -vanity_case vanity_case nom m s 0.11 0.14 0.11 0.14 -vanna vanner ver 1.32 4.39 0.04 1.96 ind:pas:3s; -vannais vanner ver 1.32 4.39 0.00 0.07 ind:imp:1s; -vannait vanner ver 1.32 4.39 0.00 0.07 ind:imp:3s; -vanne vanne nom f s 2.73 7.36 0.94 3.11 -vanneau vanneau nom m s 0.00 0.74 0.00 0.34 -vanneaux vanneau nom m p 0.00 0.74 0.00 0.41 -vannent vanner ver 1.32 4.39 0.02 0.00 ind:pre:3p; -vanner vanner ver 1.32 4.39 0.09 0.54 inf; -vannerie vannerie nom f s 0.14 0.74 0.14 0.68 -vanneries vannerie nom f p 0.14 0.74 0.00 0.07 -vannes vanne nom f p 2.73 7.36 1.79 4.26 -vanneur vanneur nom m s 0.00 0.20 0.00 0.14 -vanneurs vanneur nom m p 0.00 0.20 0.00 0.07 -vannier vannier nom m s 0.00 0.27 0.00 0.20 -vanniers vannier nom m p 0.00 0.27 0.00 0.07 -vannières vannière nom f p 0.00 0.07 0.00 0.07 -vannèrent vanner ver 1.32 4.39 0.00 0.07 ind:pas:3p; -vanné vanner ver m s 1.32 4.39 0.56 0.34 par:pas; -vannée vanner ver f s 1.32 4.39 0.36 0.27 par:pas; -vannés vanner ver m p 1.32 4.39 0.16 0.00 par:pas; -vans van nom_sup m p 8.90 3.24 0.13 0.00 -vanta vanter ver 10.73 23.24 0.03 0.68 ind:pas:3s; -vantai vanter ver 10.73 23.24 0.00 0.14 ind:pas:1s; -vantaient vanter ver 10.73 23.24 0.05 1.49 ind:imp:3p; -vantail vantail nom m s 0.00 3.85 0.00 2.23 -vantais vanter ver 10.73 23.24 0.25 0.41 ind:imp:1s;ind:imp:2s; -vantait vanter ver 10.73 23.24 0.49 4.46 ind:imp:3s; -vantant vanter ver 10.73 23.24 0.36 1.42 par:pre; -vantard vantard nom m s 1.60 0.14 1.06 0.07 -vantarde vantard adj f s 0.34 0.74 0.01 0.00 -vantardes vantard adj f p 0.34 0.74 0.01 0.07 -vantardise vantardise nom f s 0.19 1.69 0.16 0.74 -vantardises vantardise nom f p 0.19 1.69 0.03 0.95 -vantards vantard nom m p 1.60 0.14 0.53 0.07 -vantaux vantail nom m p 0.00 3.85 0.00 1.62 -vante vanter ver 10.73 23.24 1.86 2.57 imp:pre:2s;ind:pre:1s;ind:pre:3s; -vantent vanter ver 10.73 23.24 0.39 1.15 ind:pre:3p; -vanter vanter ver 10.73 23.24 4.80 7.50 inf; -vantera vanter ver 10.73 23.24 0.01 0.20 ind:fut:3s; -vanterai vanter ver 10.73 23.24 0.16 0.07 ind:fut:1s; -vanterais vanter ver 10.73 23.24 0.07 0.07 cnd:pre:1s;cnd:pre:2s; -vanterait vanter ver 10.73 23.24 0.01 0.00 cnd:pre:3s; -vanteras vanter ver 10.73 23.24 0.14 0.00 ind:fut:2s; -vanterie vanterie nom f s 0.01 0.20 0.00 0.07 -vanteries vanterie nom f p 0.01 0.20 0.01 0.14 -vanteront vanter ver 10.73 23.24 0.02 0.07 ind:fut:3p; -vantes vanter ver 10.73 23.24 0.46 0.20 ind:pre:2s; -vantez vanter ver 10.73 23.24 0.16 0.14 imp:pre:2p;ind:pre:2p; -vantiez vanter ver 10.73 23.24 0.01 0.00 ind:imp:2p; -vantions vanter ver 10.73 23.24 0.10 0.00 ind:imp:1p; -vantons vanter ver 10.73 23.24 0.03 0.00 imp:pre:1p;ind:pre:1p; -vantât vanter ver 10.73 23.24 0.00 0.07 sub:imp:3s; -vanté vanter ver m s 10.73 23.24 1.12 1.89 par:pas; -vantée vanter ver f s 10.73 23.24 0.22 0.34 par:pas; -vantées vanter ver f p 10.73 23.24 0.00 0.20 par:pas; -vantés vanter ver m p 10.73 23.24 0.01 0.20 par:pas; -vape vape nom f s 1.26 3.04 0.00 2.30 -vapes vape nom f p 1.26 3.04 1.26 0.74 -vapeur vapeur nom s 8.02 26.76 6.17 19.12 -vapeurs vapeur nom p 8.02 26.76 1.85 7.64 -vaporetto vaporetto nom m s 0.32 0.41 0.32 0.41 -vaporeuse vaporeux adj f s 0.21 4.53 0.17 1.76 -vaporeuses vaporeux adj f p 0.21 4.53 0.00 0.47 -vaporeux vaporeux adj m 0.21 4.53 0.04 2.30 -vaporisa vaporiser ver 1.47 1.82 0.00 0.34 ind:pas:3s; -vaporisais vaporiser ver 1.47 1.82 0.01 0.00 ind:imp:1s; -vaporisait vaporiser ver 1.47 1.82 0.14 0.41 ind:imp:3s; -vaporisant vaporiser ver 1.47 1.82 0.00 0.07 par:pre; -vaporisateur vaporisateur nom m s 0.30 1.08 0.28 0.74 -vaporisateurs vaporisateur nom m p 0.30 1.08 0.01 0.34 -vaporisation vaporisation nom f s 0.09 0.14 0.09 0.07 -vaporisations vaporisation nom f p 0.09 0.14 0.00 0.07 -vaporise vaporiser ver 1.47 1.82 0.20 0.20 imp:pre:2s;ind:pre:1s;ind:pre:3s; -vaporiser vaporiser ver 1.47 1.82 0.51 0.34 inf; -vaporiserait vaporiser ver 1.47 1.82 0.03 0.07 cnd:pre:3s; -vaporises vaporiser ver 1.47 1.82 0.02 0.00 ind:pre:2s; -vaporisez vaporiser ver 1.47 1.82 0.08 0.00 imp:pre:2p;ind:pre:2p; -vaporisé vaporiser ver m s 1.47 1.82 0.42 0.00 par:pas; -vaporisée vaporiser ver f s 1.47 1.82 0.07 0.41 par:pas; -vaps vaps nom f p 0.24 0.00 0.24 0.00 -vaquai vaquer ver 0.67 3.18 0.00 0.07 ind:pas:1s; -vaquaient vaquer ver 0.67 3.18 0.04 0.27 ind:imp:3p; -vaquais vaquer ver 0.67 3.18 0.03 0.07 ind:imp:1s; -vaquait vaquer ver 0.67 3.18 0.01 1.28 ind:imp:3s; -vaquant vaquer ver 0.67 3.18 0.02 0.27 par:pre; -vaque vaquer ver 0.67 3.18 0.07 0.27 ind:pre:1s;ind:pre:3s; -vaquent vaquer ver 0.67 3.18 0.00 0.14 ind:pre:3p; -vaquer vaquer ver 0.67 3.18 0.37 0.61 inf; -vaquerait vaquer ver 0.67 3.18 0.00 0.07 cnd:pre:3s; -vaquero vaquero nom m s 0.11 0.07 0.06 0.07 -vaqueros vaquero nom m p 0.11 0.07 0.05 0.00 -vaquions vaquer ver 0.67 3.18 0.00 0.07 ind:imp:1p; -vaquons vaquer ver 0.67 3.18 0.10 0.07 imp:pre:1p;ind:pre:1p; -vaqué vaquer ver m s 0.67 3.18 0.02 0.00 par:pas; -var var nom m s 0.01 0.00 0.01 0.00 -vara vara adj f s 0.00 0.07 0.00 0.07 -varan varan nom m s 0.02 0.07 0.01 0.07 -varans varan nom m p 0.02 0.07 0.01 0.00 -varappe varappe nom f s 0.06 0.07 0.06 0.07 -varapper varapper ver 0.00 0.07 0.00 0.07 inf; -varappeur varappeur nom m s 0.00 0.07 0.00 0.07 -varech varech nom m s 0.25 2.70 0.25 2.43 -varechs varech nom m p 0.25 2.70 0.00 0.27 -varenne varenne nom f s 0.00 4.53 0.00 4.12 -varennes varenne nom f p 0.00 4.53 0.00 0.41 -vareuse vareuse nom f s 0.81 8.24 0.56 6.82 -vareuses vareuse nom f p 0.81 8.24 0.25 1.42 -varia varia nom m p 0.02 0.07 0.02 0.07 -variabilité variabilité nom f s 0.05 0.14 0.05 0.14 -variable variable adj s 0.98 2.64 0.81 1.76 -variables variable nom f p 1.05 0.14 0.74 0.00 -variaient varier ver 2.69 8.92 0.01 0.61 ind:imp:3p; -variais varier ver 2.69 8.92 0.00 0.14 ind:imp:1s; -variait varier ver 2.69 8.92 0.03 1.22 ind:imp:3s; -variance variance nom f s 0.03 0.00 0.03 0.00 -variant varier ver 2.69 8.92 0.03 0.81 par:pre; -variante variante nom f s 0.95 3.24 0.77 0.81 -variantes variante nom f p 0.95 3.24 0.18 2.43 -variateur variateur nom m s 0.02 0.14 0.02 0.14 -variation variation nom f s 1.83 6.28 0.50 1.08 -variations variation nom f p 1.83 6.28 1.33 5.20 -varice varice nom f s 0.67 1.76 0.01 0.00 -varicelle varicelle nom f s 1.03 0.74 1.03 0.74 -varices varice nom f p 0.67 1.76 0.66 1.76 -varie varier ver 2.69 8.92 0.91 1.08 imp:pre:2s;ind:pre:1s;ind:pre:3s; -varient varier ver 2.69 8.92 0.46 0.61 ind:pre:3p; -varier varier ver 2.69 8.92 0.66 1.76 inf; -varierai varier ver 2.69 8.92 0.01 0.07 ind:fut:1s; -varieraient varier ver 2.69 8.92 0.00 0.07 cnd:pre:3p; -varierait varier ver 2.69 8.92 0.00 0.14 cnd:pre:3s; -varieront varier ver 2.69 8.92 0.00 0.07 ind:fut:3p; -variole variole nom f s 2.42 0.34 2.42 0.34 -variorum variorum nom m s 0.00 0.07 0.00 0.07 -variât varier ver 2.69 8.92 0.00 0.07 sub:imp:3s; -variqueuses variqueux adj f p 0.00 0.47 0.00 0.14 -variqueux variqueux adj m 0.00 0.47 0.00 0.34 -varié varié adj m s 1.53 5.74 0.47 0.61 -variée varier ver f s 2.69 8.92 0.23 0.41 par:pas; -variées varié adj f p 1.53 5.74 0.43 1.69 -variés varié adj m p 1.53 5.74 0.41 2.70 -variétal variétal adj m s 0.01 0.00 0.01 0.00 -variété variété nom f s 3.42 9.73 2.17 6.42 -variétés variété nom f p 3.42 9.73 1.25 3.31 -varlet varlet nom m s 0.01 0.07 0.01 0.07 -varlope varlope nom f s 0.00 0.41 0.00 0.41 -varon varon nom m s 0.12 0.00 0.12 0.00 -varsovien varsovien nom m s 0.10 0.00 0.10 0.00 -vas aller ver 9992.78 2854.93 1009.22 136.35 imp:pre:2s;ind:pre:2s; -vasa vaser ver 0.02 0.41 0.02 0.20 ind:pas:3s; -vasais vasais nom m 0.00 0.20 0.00 0.20 -vasait vaser ver 0.02 0.41 0.00 0.07 ind:imp:3s; -vasards vasard adj m p 0.00 0.14 0.00 0.14 -vasculaire vasculaire adj s 1.26 0.27 1.01 0.07 -vasculaires vasculaire adj m p 1.26 0.27 0.25 0.20 -vascularisé vascularisé adj m s 0.02 0.00 0.02 0.00 -vasculo_nerveux vasculo_nerveux nom m 0.01 0.00 0.01 0.00 -vase vase nom s 10.74 32.97 9.83 26.76 -vasectomie vasectomie nom f s 0.38 0.00 0.38 0.00 -vaseline vaseline nom f s 0.94 1.28 0.94 1.28 -vaseliner vaseliner ver 0.02 0.07 0.01 0.00 inf; -vaselinez vaseliner ver 0.02 0.07 0.01 0.00 imp:pre:2p; -vaseliné vaseliner ver m s 0.02 0.07 0.00 0.07 par:pas; -vaser vaser ver 0.02 0.41 0.00 0.14 inf; -vases vase nom p 10.74 32.97 0.91 6.22 -vaseuse vaseux adj f s 0.43 2.43 0.14 0.54 -vaseuses vaseux adj f p 0.43 2.43 0.03 0.20 -vaseux vaseux adj m 0.43 2.43 0.25 1.69 -vasistas vasistas nom m 0.08 3.85 0.08 3.85 -vasière vasière nom f s 0.00 0.88 0.00 0.07 -vasières vasière nom f p 0.00 0.88 0.00 0.81 -vasoconstricteur vasoconstricteur adj m s 0.14 0.00 0.14 0.00 -vasoconstriction vasoconstriction nom f s 0.03 0.00 0.03 0.00 -vasodilatateur vasodilatateur adj m s 0.01 0.00 0.01 0.00 -vasodilatation vasodilatation nom f s 0.01 0.00 0.01 0.00 -vasomoteurs vasomoteur adj m p 0.02 0.00 0.02 0.00 -vasopressine vasopressine nom f s 0.01 0.00 0.01 0.00 -vasouillard vasouillard adj m s 0.00 0.34 0.00 0.27 -vasouillarde vasouillard adj f s 0.00 0.34 0.00 0.07 -vasouille vasouiller ver 0.12 0.20 0.01 0.07 ind:pre:3s; -vasouiller vasouiller ver 0.12 0.20 0.10 0.14 inf; -vasouilles vasouiller ver 0.12 0.20 0.01 0.00 ind:pre:2s; -vasque vasque nom f s 0.25 3.99 0.01 2.91 -vasques vasque nom f p 0.25 3.99 0.24 1.08 -vassal vassal nom m s 2.24 4.39 1.77 1.49 -vassale vassal nom f s 2.24 4.39 0.00 0.14 -vassalité vassalité nom f s 0.00 0.20 0.00 0.20 -vassaux vassal nom m p 2.24 4.39 0.47 2.77 -vaste vaste adj s 10.32 71.76 8.44 55.61 -vastes vaste adj p 10.32 71.76 1.88 16.15 -vastité vastité nom f s 0.00 0.07 0.00 0.07 -vastitude vastitude nom f s 0.00 0.27 0.00 0.20 -vastitudes vastitude nom f p 0.00 0.27 0.00 0.07 -vater vater nom m s 0.00 0.07 0.00 0.07 -vaticane vaticane adj f s 0.00 0.20 0.00 0.20 -vaticanesque vaticanesque adj s 0.00 0.07 0.00 0.07 -vaticinait vaticiner ver 0.00 0.61 0.00 0.14 ind:imp:3s; -vaticinant vaticiner ver 0.00 0.61 0.00 0.27 par:pre; -vaticination vaticination nom f s 0.00 0.47 0.00 0.07 -vaticinations vaticination nom f p 0.00 0.47 0.00 0.41 -vaticine vaticiner ver 0.00 0.61 0.00 0.07 ind:pre:3s; -vaticiner vaticiner ver 0.00 0.61 0.00 0.14 inf; -vatères vatère nom m p 0.00 0.14 0.00 0.14 -vau_l_eau vau_l_eau nom m s 0.00 0.14 0.00 0.14 -vau vau nom m s 0.01 0.20 0.01 0.20 -vauclusien vauclusien adj m s 0.14 0.07 0.14 0.00 -vauclusiennes vauclusien adj f p 0.14 0.07 0.00 0.07 -vaudeville vaudeville nom m s 0.41 1.82 0.35 1.55 -vaudevilles vaudeville nom m p 0.41 1.82 0.05 0.27 -vaudevillesque vaudevillesque adj s 0.03 0.14 0.03 0.07 -vaudevillesques vaudevillesque adj p 0.03 0.14 0.00 0.07 -vaudois vaudois adj m 0.00 0.74 0.00 0.68 -vaudoise vaudois adj f s 0.00 0.74 0.00 0.07 -vaudou vaudou nom m s 2.93 0.41 2.92 0.41 -vaudoue vaudou adj f s 1.48 0.68 0.03 0.07 -vaudoues vaudou adj f p 1.48 0.68 0.00 0.14 -vaudouisme vaudouisme nom m s 0.02 0.00 0.02 0.00 -vaudous vaudou adj m p 1.48 0.68 0.12 0.07 -vaudra valoir ver 236.07 175.74 4.34 3.51 ind:fut:3s; -vaudrai valoir ver 236.07 175.74 0.07 0.07 ind:fut:1s; -vaudraient valoir ver 236.07 175.74 0.29 0.14 cnd:pre:3p; -vaudrais valoir ver 236.07 175.74 0.07 0.14 cnd:pre:1s;cnd:pre:2s; -vaudrait valoir ver 236.07 175.74 14.23 11.08 cnd:pre:3s; -vaudras valoir ver 236.07 175.74 0.21 0.07 ind:fut:2s; -vaudrez valoir ver 236.07 175.74 0.03 0.00 ind:fut:2p; -vaudrions valoir ver 236.07 175.74 0.02 0.00 cnd:pre:1p; -vaudrons valoir ver 236.07 175.74 0.00 0.07 ind:fut:1p; -vaudront valoir ver 236.07 175.74 0.42 0.47 ind:fut:3p; -vaurien vaurien nom m s 10.22 2.36 7.06 1.89 -vaurienne vaurien nom f s 10.22 2.36 0.21 0.07 -vauriens vaurien nom m p 10.22 2.36 2.94 0.41 -vaut valoir ver 236.07 175.74 161.53 69.39 ind:pre:3s; -vautour vautour nom m s 5.89 4.39 2.41 2.57 -vautours vautour nom m p 5.89 4.39 3.48 1.82 -vautra vautrer ver 2.73 10.27 0.00 0.07 ind:pas:3s; -vautraient vautrer ver 2.73 10.27 0.00 0.27 ind:imp:3p; -vautrais vautrer ver 2.73 10.27 0.02 0.41 ind:imp:1s; -vautrait vautrer ver 2.73 10.27 0.03 0.54 ind:imp:3s; -vautrant vautrer ver 2.73 10.27 0.12 0.14 par:pre; -vautre vautrer ver 2.73 10.27 0.31 1.15 imp:pre:2s;ind:pre:1s;ind:pre:3s; -vautrent vautrer ver 2.73 10.27 0.04 0.14 ind:pre:3p; -vautrer vautrer ver 2.73 10.27 1.07 1.62 inf; -vautreraient vautrer ver 2.73 10.27 0.00 0.14 cnd:pre:3p; -vautrerais vautrer ver 2.73 10.27 0.00 0.07 cnd:pre:1s; -vautrez vautrer ver 2.73 10.27 0.16 0.07 imp:pre:2p;ind:pre:2p; -vautrèrent vautrer ver 2.73 10.27 0.00 0.07 ind:pas:3p; -vautré vautrer ver m s 2.73 10.27 0.60 2.16 par:pas; -vautrée vautrer ver f s 2.73 10.27 0.22 1.28 par:pas; -vautrées vautrer ver f p 2.73 10.27 0.01 0.20 par:pas; -vautrés vautrer ver m p 2.73 10.27 0.16 1.96 par:pas; -vauvert vauvert nom s 0.00 0.14 0.00 0.14 -vaux valoir ver 236.07 175.74 10.79 2.97 imp:pre:2s;ind:pre:1s;ind:pre:2s; -vauxhall vauxhall nom m s 0.06 0.07 0.06 0.07 -veau veau nom m s 8.66 16.96 7.69 13.92 -veaux veau nom m p 8.66 16.96 0.97 3.04 -vecteur vecteur nom m s 0.92 0.27 0.62 0.20 -vecteurs vecteur nom m p 0.92 0.27 0.30 0.07 -vectoriel vectoriel adj m s 0.24 0.07 0.03 0.00 -vectorielle vectoriel adj f s 0.24 0.07 0.21 0.07 -vedettariat vedettariat nom m s 0.07 0.14 0.07 0.14 -vedette vedette nom f s 13.55 20.88 11.18 13.92 -vedettes vedette nom f p 13.55 20.88 2.37 6.96 -veilla veiller ver 38.41 41.62 0.01 0.54 ind:pas:3s; -veillai veiller ver 38.41 41.62 0.10 0.07 ind:pas:1s; -veillaient veiller ver 38.41 41.62 0.18 2.70 ind:imp:3p; -veillais veiller ver 38.41 41.62 0.48 0.54 ind:imp:1s;ind:imp:2s; -veillait veiller ver 38.41 41.62 0.79 8.92 ind:imp:3s; -veillant veiller ver 38.41 41.62 0.25 1.76 par:pre; -veille veille nom f s 17.07 89.05 16.84 87.36 -veillent veiller ver 38.41 41.62 1.14 1.96 ind:pre:3p; -veiller veiller ver 38.41 41.62 10.18 12.91 inf; -veillera veiller ver 38.41 41.62 1.66 0.61 ind:fut:3s; -veillerai veiller ver 38.41 41.62 4.61 0.34 ind:fut:1s; -veillerais veiller ver 38.41 41.62 0.23 0.07 cnd:pre:1s;cnd:pre:2s; -veillerait veiller ver 38.41 41.62 0.23 0.34 cnd:pre:3s; -veilleras veiller ver 38.41 41.62 0.27 0.07 ind:fut:2s; -veillerez veiller ver 38.41 41.62 0.27 0.07 ind:fut:2p; -veillerons veiller ver 38.41 41.62 0.30 0.14 ind:fut:1p; -veilleront veiller ver 38.41 41.62 0.23 0.20 ind:fut:3p; -veilles veiller ver 38.41 41.62 1.19 0.27 ind:pre:2s;sub:pre:2s; -veilleur veilleur nom m s 3.68 12.57 2.10 3.31 -veilleurs veilleur nom m p 3.68 12.57 0.05 0.68 -veilleuse veilleur nom f s 3.68 12.57 1.53 6.89 -veilleuses veilleuse nom f p 0.17 0.00 0.17 0.00 -veillez veiller ver 38.41 41.62 5.11 0.68 imp:pre:2p;ind:pre:2p; -veillions veiller ver 38.41 41.62 0.02 0.07 ind:imp:1p; -veillâmes veiller ver 38.41 41.62 0.00 0.07 ind:pas:1p; -veillons veiller ver 38.41 41.62 0.10 0.14 imp:pre:1p;ind:pre:1p; -veillât veiller ver 38.41 41.62 0.00 0.07 sub:imp:3s; -veillèrent veiller ver 38.41 41.62 0.01 0.07 ind:pas:3p; -veillé veiller ver m s 38.41 41.62 2.71 3.18 par:pas; -veillée veillée nom f s 2.56 8.31 2.34 4.73 -veillées veillée nom f p 2.56 8.31 0.22 3.58 -veillés veiller ver m p 38.41 41.62 0.00 0.20 par:pas; -veinaient veiner ver 0.01 1.55 0.00 0.14 ind:imp:3p; -veinait veiner ver 0.01 1.55 0.01 0.00 ind:imp:3s; -veinard veinard nom m s 5.79 1.89 4.33 0.88 -veinarde veinard nom f s 5.79 1.89 0.90 0.14 -veinardes veinard adj f p 1.75 1.22 0.04 0.00 -veinards veinard nom m p 5.79 1.89 0.53 0.88 -veine veine nom f s 19.74 35.41 10.75 15.27 -veinent veiner ver 0.01 1.55 0.00 0.07 ind:pre:3p; -veines veine nom f p 19.74 35.41 8.99 20.14 -veineuse veineux adj f s 0.20 0.27 0.06 0.20 -veineux veineux adj m s 0.20 0.27 0.14 0.07 -veiné veiné adj m s 0.11 1.01 0.00 0.88 -veinée veiné adj f s 0.11 1.01 0.11 0.00 -veinées veiner ver f p 0.01 1.55 0.00 0.27 par:pas; -veinule veinule nom f s 0.00 1.15 0.00 0.07 -veinules veinule nom f p 0.00 1.15 0.00 1.08 -veinulé veinulé adj m s 0.00 0.14 0.00 0.14 -veinures veinure nom f p 0.00 0.14 0.00 0.14 -veinés veiner ver m p 0.01 1.55 0.00 0.14 par:pas; -velcro velcro nom m s 0.39 0.00 0.39 0.00 -veld veld nom m s 0.01 0.00 0.01 0.00 -veldt veldt nom m s 0.04 0.00 0.04 0.00 -vellave vellave adj f s 0.00 0.07 0.00 0.07 -velléitaire velléitaire adj s 0.04 0.95 0.04 0.95 -velléité velléité nom f s 0.20 3.92 0.10 1.55 -velléités velléité nom f p 0.20 3.92 0.10 2.36 -velours velours nom m 4.31 35.88 4.31 35.88 -veloutaient velouter ver 0.03 1.08 0.00 0.07 ind:imp:3p; -veloutait velouter ver 0.03 1.08 0.00 0.07 ind:imp:3s; -veloute velouter ver 0.03 1.08 0.00 0.14 ind:pre:3s; -veloutent velouter ver 0.03 1.08 0.00 0.07 ind:pre:3p; -velouter velouter ver 0.03 1.08 0.00 0.07 inf; -velouteuse velouteux adj f s 0.01 0.07 0.01 0.00 -velouteux velouteux adj m s 0.01 0.07 0.00 0.07 -velouté velouté adj m s 0.36 4.93 0.30 2.36 -veloutée velouté adj f s 0.36 4.93 0.05 1.15 -veloutées velouter ver f p 0.03 1.08 0.01 0.20 par:pas; -veloutés velouté nom m p 0.27 1.76 0.14 0.07 -velte velte nom f s 0.01 0.00 0.01 0.00 -velu velu adj m s 1.03 7.43 0.47 2.43 -velue velu adj f s 1.03 7.43 0.25 2.50 -velues velu adj f p 1.03 7.43 0.22 1.76 -velum velum nom m s 0.03 0.00 0.03 0.00 -velus velu adj m p 1.03 7.43 0.10 0.74 -velux velux nom m s 0.01 0.00 0.01 0.00 -velvet velvet nom m s 0.15 0.27 0.15 0.27 -venaient venir ver 2763.69 1514.53 9.96 73.65 ind:imp:3p; -venais venir ver 2763.69 1514.53 23.32 29.86 ind:imp:1s;ind:imp:2s; -venaison venaison nom f s 0.08 0.54 0.08 0.41 -venaisons venaison nom f p 0.08 0.54 0.00 0.14 -venait venir ver 2763.69 1514.53 50.25 271.89 ind:imp:3s; -venant venir ver 2763.69 1514.53 17.66 32.36 par:pre; -vend vendre ver 206.95 92.64 22.75 8.65 ind:pre:3s; -vendît vendre ver 206.95 92.64 0.00 0.07 sub:imp:3s; -vendômois vendômois adj m 0.00 0.07 0.00 0.07 -vendable vendable adj s 0.04 0.14 0.02 0.07 -vendables vendable adj p 0.04 0.14 0.02 0.07 -vendaient vendre ver 206.95 92.64 0.56 2.23 ind:imp:3p; -vendais vendre ver 206.95 92.64 1.96 0.95 ind:imp:1s;ind:imp:2s; -vendait vendre ver 206.95 92.64 4.46 9.93 ind:imp:3s; -vendange vendange nom f s 1.54 3.38 0.17 0.95 -vendangeait vendanger ver 0.74 0.20 0.00 0.07 ind:imp:3s; -vendanger vendanger ver 0.74 0.20 0.47 0.00 inf; -vendanges vendange nom f p 1.54 3.38 1.37 2.43 -vendangeur vendangeur nom m s 0.00 0.54 0.00 0.14 -vendangeurs vendangeur nom m p 0.00 0.54 0.00 0.34 -vendangeuses vendangeur nom f p 0.00 0.54 0.00 0.07 -vendangé vendanger ver m s 0.74 0.20 0.00 0.07 par:pas; -vendant vendre ver 206.95 92.64 2.11 2.30 par:pre; -vende vendre ver 206.95 92.64 1.93 0.61 sub:pre:1s;sub:pre:3s; -vendent vendre ver 206.95 92.64 6.09 3.04 ind:pre:3p; -vendes vendre ver 206.95 92.64 0.29 0.00 sub:pre:2s; -vendetta vendetta nom f s 1.25 0.81 1.20 0.74 -vendettas vendetta nom f p 1.25 0.81 0.05 0.07 -vendeur vendeur nom m s 16.05 18.65 11.30 4.93 -vendeurs vendeur nom m p 16.05 18.65 2.71 4.59 -vendeuse vendeur nom f s 16.05 18.65 2.04 7.09 -vendeuses vendeuse nom f p 0.79 0.00 0.79 0.00 -vendez vendre ver 206.95 92.64 6.11 1.22 imp:pre:2p;ind:pre:2p; -vendiez vendre ver 206.95 92.64 0.34 0.07 ind:imp:2p; -vendions vendre ver 206.95 92.64 0.13 1.01 ind:imp:1p; -vendirent vendre ver 206.95 92.64 0.16 0.07 ind:pas:3p; -vendis vendre ver 206.95 92.64 0.31 0.20 ind:pas:1s; -vendisse vendre ver 206.95 92.64 0.00 0.07 sub:imp:1s; -vendit vendre ver 206.95 92.64 0.26 1.96 ind:pas:3s; -vendons vendre ver 206.95 92.64 1.34 0.20 imp:pre:1p;ind:pre:1p; -vendra vendre ver 206.95 92.64 3.03 0.61 ind:fut:3s; -vendrai vendre ver 206.95 92.64 3.15 0.54 ind:fut:1s; -vendraient vendre ver 206.95 92.64 0.23 0.27 cnd:pre:3p; -vendrais vendre ver 206.95 92.64 1.68 0.47 cnd:pre:1s;cnd:pre:2s; -vendrait vendre ver 206.95 92.64 1.34 1.08 cnd:pre:3s; -vendras vendre ver 206.95 92.64 0.48 0.07 ind:fut:2s; -vendre vendre ver 206.95 92.64 73.62 30.81 ind:pre:2p;inf; -vendredi vendredi nom m s 32.49 19.05 31.36 18.31 -vendredis vendredi nom m p 32.49 19.05 1.13 0.74 -vendrez vendre ver 206.95 92.64 0.65 0.41 ind:fut:2p; -vendriez vendre ver 206.95 92.64 0.30 0.00 cnd:pre:2p; -vendrons vendre ver 206.95 92.64 0.44 0.07 ind:fut:1p; -vendront vendre ver 206.95 92.64 0.53 0.27 ind:fut:3p; -vends vendre ver 206.95 92.64 23.35 4.86 imp:pre:2s;ind:pre:1s;ind:pre:2s; -vendu vendre ver m s 206.95 92.64 37.62 14.73 par:pas; -vendue vendre ver f s 206.95 92.64 7.17 2.97 par:pas; -vendéen vendéen adj m s 0.00 0.34 0.00 0.14 -vendéenne vendéen adj f s 0.00 0.34 0.00 0.07 -vendéennes vendéen adj f p 0.00 0.34 0.00 0.07 -vendéens vendéen adj m p 0.00 0.34 0.00 0.07 -vendues vendre ver f p 206.95 92.64 1.09 1.08 par:pas; -vendémiaire vendémiaire nom m s 0.00 0.34 0.00 0.34 -vendus vendre ver m p 206.95 92.64 3.47 1.82 par:pas; -venelle venelle nom f s 0.21 3.58 0.21 1.82 -venelles venelle nom f p 0.21 3.58 0.00 1.76 -venette venette nom f s 0.01 0.07 0.01 0.07 -veneur veneur nom m s 0.00 2.91 0.00 2.57 -veneurs veneur nom m p 0.00 2.91 0.00 0.34 -venez venir ver 2763.69 1514.53 304.03 41.42 imp:pre:2p;ind:pre:2p; -venge venger ver 37.73 24.46 3.89 2.70 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -vengea venger ver 37.73 24.46 0.17 0.34 ind:pas:3s; -vengeai venger ver 37.73 24.46 0.00 0.07 ind:pas:1s; -vengeaient venger ver 37.73 24.46 0.00 0.41 ind:imp:3p; -vengeais venger ver 37.73 24.46 0.03 0.20 ind:imp:1s; -vengeait venger ver 37.73 24.46 0.16 2.30 ind:imp:3s; -vengeance vengeance nom f s 28.27 17.03 27.85 15.88 -vengeances vengeance nom f p 28.27 17.03 0.42 1.15 -vengeant venger ver 37.73 24.46 0.25 0.34 par:pre; -vengent venger ver 37.73 24.46 0.71 0.88 ind:pre:3p; -vengeons venger ver 37.73 24.46 0.32 0.07 imp:pre:1p;ind:pre:1p; -vengeât venger ver 37.73 24.46 0.00 0.07 sub:imp:3s; -venger venger ver 37.73 24.46 20.93 12.09 inf; -vengera venger ver 37.73 24.46 0.97 0.34 ind:fut:3s; -vengerai venger ver 37.73 24.46 1.88 0.41 ind:fut:1s; -vengerais venger ver 37.73 24.46 0.31 0.14 cnd:pre:1s;cnd:pre:2s; -vengerait venger ver 37.73 24.46 0.21 0.20 cnd:pre:3s; -vengeresse vengeur adj f s 1.54 3.85 0.35 0.81 -vengeresses vengeur adj f p 1.54 3.85 0.01 0.27 -vengerez venger ver 37.73 24.46 0.24 0.00 ind:fut:2p; -vengerons venger ver 37.73 24.46 0.44 0.07 ind:fut:1p; -vengeront venger ver 37.73 24.46 0.58 0.00 ind:fut:3p; -venges venger ver 37.73 24.46 0.59 0.14 ind:pre:2s;sub:pre:2s; -vengeur vengeur nom m s 1.27 1.08 1.15 0.68 -vengeurs vengeur adj m p 1.54 3.85 0.23 0.88 -vengez venger ver 37.73 24.46 0.77 0.20 imp:pre:2p;ind:pre:2p; -vengiez venger ver 37.73 24.46 0.11 0.00 ind:imp:2p; -vengèrent venger ver 37.73 24.46 0.00 0.20 ind:pas:3p; -vengé venger ver m s 37.73 24.46 3.19 2.03 par:pas; -vengée venger ver f s 37.73 24.46 1.23 0.68 par:pas; -vengées venger ver f p 37.73 24.46 0.15 0.07 par:pas; -vengés venger ver m p 37.73 24.46 0.60 0.54 par:pas; -veniez venir ver 2763.69 1514.53 9.37 3.24 ind:imp:2p; -venimeuse venimeux adj f s 2.67 2.77 0.77 0.74 -venimeusement venimeusement adv 0.00 0.07 0.00 0.07 -venimeuses venimeux adj f p 2.67 2.77 0.32 0.34 -venimeux venimeux adj m 2.67 2.77 1.58 1.69 -venin venin nom m s 3.59 3.11 3.57 2.97 -venins venin nom m p 3.59 3.11 0.02 0.14 -venions venir ver 2763.69 1514.53 2.07 5.88 ind:imp:1p; -venir venir ver 2763.69 1514.53 367.13 196.01 inf; -venise venise nom f s 0.03 0.07 0.03 0.07 -venons venir ver 2763.69 1514.53 17.22 8.18 imp:pre:1p;ind:pre:1p; -vent vent nom m s 77.34 220.27 71.50 207.64 -ventôse ventôse nom m s 0.14 0.88 0.14 0.88 -venta venter ver 0.74 0.81 0.26 0.41 ind:pas:3s; -ventail ventail nom m s 0.01 0.00 0.01 0.00 -ventas venter ver 0.74 0.81 0.00 0.14 ind:pas:2s; -vente vente nom f s 27.54 18.99 20.93 12.97 -venter venter ver 0.74 0.81 0.03 0.14 inf; -ventes vente nom f p 27.54 18.99 6.61 6.01 -venteuse venteux adj f s 0.14 0.95 0.03 0.20 -venteuses venteux adj f p 0.14 0.95 0.00 0.27 -venteux venteux adj m 0.14 0.95 0.11 0.47 -ventilant ventiler ver 0.73 0.68 0.00 0.14 par:pre; -ventilateur ventilateur nom m s 3.02 2.64 2.43 2.09 -ventilateurs ventilateur nom m p 3.02 2.64 0.59 0.54 -ventilation ventilation nom f s 2.90 0.47 2.84 0.47 -ventilations ventilation nom f p 2.90 0.47 0.05 0.00 -ventile ventiler ver 0.73 0.68 0.32 0.00 imp:pre:2s;ind:pre:1s;ind:pre:3s; -ventiler ventiler ver 0.73 0.68 0.23 0.14 inf; -ventilez ventiler ver 0.73 0.68 0.07 0.00 imp:pre:2p; -ventilo ventilo nom m s 0.54 0.14 0.32 0.07 -ventilos ventilo nom m p 0.54 0.14 0.22 0.07 -ventilé ventilé adj m s 0.35 0.34 0.17 0.14 -ventilée ventiler ver f s 0.73 0.68 0.01 0.34 par:pas; -ventilées ventilé adj f p 0.35 0.34 0.14 0.20 -ventilés ventilé adj m p 0.35 0.34 0.02 0.00 -ventis ventis nom m 0.01 0.07 0.01 0.07 -ventouse ventouse nom f s 0.69 4.66 0.44 1.76 -ventousent ventouser ver 0.01 0.14 0.00 0.07 ind:pre:3p; -ventouses ventouse nom f p 0.69 4.66 0.25 2.91 -ventousé ventouser ver m s 0.01 0.14 0.00 0.07 par:pas; -ventousée ventouser ver f s 0.01 0.14 0.01 0.00 par:pas; -ventral ventral adj m s 0.17 1.28 0.09 0.27 -ventrale ventral adj f s 0.17 1.28 0.08 1.01 -ventre_saint_gris ventre_saint_gris ono 0.00 0.07 0.00 0.07 -ventre ventre nom m s 46.91 141.96 46.07 136.62 -ventrebleu ventrebleu ono 0.02 0.00 0.02 0.00 -ventres ventre nom m p 46.91 141.96 0.84 5.34 -ventriculaire ventriculaire adj s 0.61 0.00 0.61 0.00 -ventricule ventricule nom m s 0.78 0.07 0.55 0.00 -ventricules ventricule nom m p 0.78 0.07 0.23 0.07 -ventriloque ventriloque nom s 1.14 0.47 1.05 0.47 -ventriloques ventriloque nom p 1.14 0.47 0.08 0.00 -ventriloquie ventriloquie nom f s 0.04 0.00 0.04 0.00 -ventripotent ventripotent adj m s 0.01 0.88 0.01 0.74 -ventripotents ventripotent adj m p 0.01 0.88 0.00 0.14 -ventrière ventrière nom f s 0.01 0.14 0.01 0.14 -ventru ventru adj m s 0.12 3.51 0.08 1.82 -ventrée ventrée nom f s 0.11 0.54 0.01 0.41 -ventrue ventru adj f s 0.12 3.51 0.01 0.47 -ventrées ventrée nom f p 0.11 0.54 0.10 0.14 -ventrues ventru adj f p 0.12 3.51 0.00 0.34 -ventrus ventru adj m p 0.12 3.51 0.03 0.88 -vents vent nom m p 77.34 220.27 5.84 12.64 -venté venté adj m s 0.04 0.14 0.02 0.07 -ventée venté adj f s 0.04 0.14 0.03 0.00 -ventées venté adj f p 0.04 0.14 0.00 0.07 -ventés venter ver m p 0.74 0.81 0.00 0.07 par:pas; -venu venir ver m s 2763.69 1514.53 244.70 135.14 par:pas; -venue venir ver f s 2763.69 1514.53 93.14 60.47 par:pas; -venues venir ver f p 2763.69 1514.53 5.49 6.96 par:pas; -venus venir ver m p 2763.69 1514.53 53.34 40.41 par:pas; -ver ver nom m s 12.32 16.01 10.21 5.61 -verbal verbal adj m s 2.27 6.76 0.92 1.89 -verbale verbal adj f s 2.27 6.76 0.71 2.57 -verbalement verbalement adv 0.53 0.54 0.53 0.54 -verbales verbal adj f p 2.27 6.76 0.39 1.76 -verbalisation verbalisation nom f s 0.04 0.00 0.04 0.00 -verbalise verbaliser ver 0.79 0.14 0.27 0.00 ind:pre:1s;ind:pre:3s; -verbaliser verbaliser ver 0.79 0.14 0.42 0.14 inf; -verbalisez verbaliser ver 0.79 0.14 0.02 0.00 imp:pre:2p;ind:pre:2p; -verbalisme verbalisme nom m s 0.00 0.41 0.00 0.41 -verbaliste verbaliste nom s 0.00 0.07 0.00 0.07 -verbalisé verbaliser ver m s 0.79 0.14 0.08 0.00 par:pas; -verbalisée verbaliser ver f s 0.79 0.14 0.01 0.00 par:pas; -verbatim verbatim nom m s 0.01 0.00 0.01 0.00 -verbaux verbal adj m p 2.27 6.76 0.25 0.54 -verbe verbe nom m s 2.02 9.93 1.66 8.38 -verbes verbe nom m p 2.02 9.93 0.36 1.55 -verbeuse verbeux adj f s 0.18 0.47 0.01 0.07 -verbeuses verbeux adj f p 0.18 0.47 0.00 0.14 -verbeux verbeux adj m 0.18 0.47 0.17 0.27 -verbiage verbiage nom m s 0.18 0.74 0.18 0.74 -verbosité verbosité nom f s 0.00 0.27 0.00 0.20 -verbosités verbosité nom f p 0.00 0.27 0.00 0.07 -verdelet verdelet adj m s 0.00 0.07 0.00 0.07 -verdeur verdeur nom f s 0.00 1.08 0.00 1.01 -verdeurs verdeur nom f p 0.00 1.08 0.00 0.07 -verdi verdi adj m s 0.02 1.01 0.02 0.34 -verdict verdict nom m s 8.63 5.47 8.57 5.00 -verdicts verdict nom m p 8.63 5.47 0.07 0.47 -verdie verdir ver f s 0.21 2.97 0.00 0.41 par:pas; -verdier verdier nom m s 0.03 0.14 0.00 0.07 -verdiers verdier nom m p 0.03 0.14 0.03 0.07 -verdies verdi adj f p 0.02 1.01 0.00 0.20 -verdine verdin nom f s 0.00 0.07 0.00 0.07 -verdir verdir ver 0.21 2.97 0.16 0.20 inf; -verdis verdir ver m p 0.21 2.97 0.01 0.14 par:pas; -verdissaient verdir ver 0.21 2.97 0.00 0.27 ind:imp:3p; -verdissait verdir ver 0.21 2.97 0.00 0.41 ind:imp:3s; -verdissant verdissant adj m s 0.00 0.61 0.00 0.20 -verdissante verdissant adj f s 0.00 0.61 0.00 0.27 -verdissants verdissant adj m p 0.00 0.61 0.00 0.14 -verdissent verdir ver 0.21 2.97 0.02 0.20 ind:pre:3p; -verdit verdir ver 0.21 2.97 0.02 0.47 ind:pre:3s;ind:pas:3s; -verdoie verdoyer ver 0.13 0.68 0.11 0.20 ind:pre:3s; -verdoiement verdoiement nom m s 0.14 0.07 0.14 0.07 -verdoient verdoyer ver 0.13 0.68 0.02 0.14 ind:pre:3p; -verdâtre verdâtre adj s 0.11 9.73 0.08 6.62 -verdâtres verdâtre adj p 0.11 9.73 0.03 3.11 -verdoyant verdoyant adj m s 0.67 2.43 0.13 0.95 -verdoyante verdoyant adj f s 0.67 2.43 0.06 0.68 -verdoyantes verdoyant adj f p 0.67 2.43 0.46 0.47 -verdoyants verdoyant adj m p 0.67 2.43 0.02 0.34 -verdoyer verdoyer ver 0.13 0.68 0.00 0.20 inf; -verdure verdure nom f s 1.15 10.95 1.05 10.14 -verdures verdure nom f p 1.15 10.95 0.10 0.81 -verge verge nom f s 0.81 5.41 0.69 3.65 -vergence vergence nom f s 0.02 0.00 0.02 0.00 -verger verger nom m s 3.13 11.69 2.54 5.88 -vergers verger nom m p 3.13 11.69 0.59 5.81 -verges verge nom f p 0.81 5.41 0.13 1.76 -vergeture vergeture nom f s 0.42 0.41 0.01 0.00 -vergetures vergeture nom f p 0.42 0.41 0.41 0.41 -verglacé verglacer ver m s 0.06 0.14 0.03 0.00 par:pas; -verglacée verglacé adj f s 0.06 0.41 0.03 0.07 -verglacées verglacé adj f p 0.06 0.41 0.02 0.14 -verglas verglas nom m 0.94 1.62 0.94 1.62 -vergne vergne nom m s 0.00 0.34 0.00 0.27 -vergnes vergne nom m p 0.00 0.34 0.00 0.07 -vergogne vergogne nom f s 0.51 4.05 0.51 4.05 -vergogneux vergogneux adj m 0.00 0.27 0.00 0.27 -vergé vergé adj m s 0.01 0.34 0.00 0.27 -vergue vergue nom f s 0.41 0.47 0.38 0.27 -vergues vergue nom f p 0.41 0.47 0.03 0.20 -vergés vergé adj m p 0.01 0.34 0.01 0.07 -verjus verjus nom m 0.01 0.27 0.01 0.27 -verlan verlan nom m s 0.07 0.34 0.07 0.34 -vermeil vermeil adj m s 1.66 3.11 1.25 0.88 -vermeille vermeil adj f s 1.66 3.11 0.27 0.81 -vermeilles vermeil adj f p 1.66 3.11 0.03 1.08 -vermeils vermeil adj m p 1.66 3.11 0.10 0.34 -vermicelle vermicelle nom m s 0.29 0.81 0.15 0.54 -vermicelles vermicelle nom m p 0.29 0.81 0.14 0.27 -vermiculaire vermiculaire adj s 0.00 0.14 0.00 0.07 -vermiculaires vermiculaire adj p 0.00 0.14 0.00 0.07 -vermiculées vermiculé adj f p 0.00 0.07 0.00 0.07 -vermifuge vermifuge nom m s 0.03 0.14 0.03 0.14 -vermillon vermillon adj 0.02 1.15 0.02 1.15 -vermillonnait vermillonner ver 0.00 0.27 0.00 0.07 ind:imp:3s; -vermillonnée vermillonner ver f s 0.00 0.27 0.00 0.14 par:pas; -vermillonnés vermillonner ver m p 0.00 0.27 0.00 0.07 par:pas; -vermillons vermillon nom m p 0.02 1.08 0.00 0.14 -vermine vermine nom f s 7.31 4.93 6.77 4.46 -vermines vermine nom f p 7.31 4.93 0.54 0.47 -vermineux vermineux adj m 0.00 0.14 0.00 0.14 -vermisseau vermisseau nom m s 0.49 0.07 0.29 0.07 -vermisseaux vermisseau nom m p 0.49 0.07 0.20 0.00 -vermoulu vermoulu adj m s 0.17 3.31 0.01 1.15 -vermoulue vermoulu adj f s 0.17 3.31 0.02 1.22 -vermoulues vermoulu adj f p 0.17 3.31 0.01 0.47 -vermoulure vermoulure nom f s 0.00 0.34 0.00 0.20 -vermoulures vermoulure nom f p 0.00 0.34 0.00 0.14 -vermoulus vermoulu adj m p 0.17 3.31 0.14 0.47 -vermout vermout nom m s 0.01 0.00 0.01 0.00 -vermouth vermouth nom m s 1.19 1.49 1.18 1.28 -vermouths vermouth nom m p 1.19 1.49 0.01 0.20 -vernaculaire vernaculaire adj s 0.01 0.00 0.01 0.00 -vernal vernal adj m s 0.01 0.00 0.01 0.00 -verne verne nom m s 0.14 0.00 0.14 0.00 -verni vernir ver m s 1.77 8.51 0.66 1.96 par:pas; -vernie vernir ver f s 1.77 8.51 0.14 0.95 par:pas; -vernier vernier nom m s 0.00 0.07 0.00 0.07 -vernies verni adj f p 0.48 6.62 0.15 1.62 -vernir vernir ver 1.77 8.51 0.16 0.61 inf; -vernis vernis nom m 2.81 9.80 2.81 9.80 -vernissage vernissage nom m s 2.21 1.82 1.88 1.35 -vernissages vernissage nom m p 2.21 1.82 0.33 0.47 -vernissaient vernir ver 1.77 8.51 0.00 0.07 ind:imp:3p; -vernissait vernir ver 1.77 8.51 0.01 0.00 ind:imp:3s; -vernissant vernir ver 1.77 8.51 0.00 0.07 par:pre; -vernissent vernir ver 1.77 8.51 0.00 0.07 ind:pre:3p; -vernisser vernisser ver 0.00 1.49 0.00 0.07 inf; -vernisseur vernisseur nom m s 0.10 0.00 0.10 0.00 -vernissé vernissé adj m s 0.00 2.36 0.00 0.34 -vernissée vernisser ver f s 0.00 1.49 0.00 0.47 par:pas; -vernissées vernissé adj f p 0.00 2.36 0.00 1.08 -vernissés vernissé adj m p 0.00 2.36 0.00 0.54 -vernit vernir ver 1.77 8.51 0.13 0.41 ind:pre:3s;ind:pas:3s; -verra voir ver 4119.49 2401.76 78.66 26.28 ind:fut:3s; -verrai voir ver 4119.49 2401.76 31.76 10.54 ind:fut:1s; -verraient voir ver 4119.49 2401.76 1.01 2.23 cnd:pre:3p; -verrais voir ver 4119.49 2401.76 9.03 6.49 cnd:pre:1s;cnd:pre:2s; -verrait voir ver 4119.49 2401.76 6.58 16.76 cnd:pre:3s; -verras voir ver 4119.49 2401.76 51.34 23.78 ind:fut:2s; -verrat verrat nom m s 0.08 0.74 0.08 0.68 -verrats verrat nom m p 0.08 0.74 0.00 0.07 -verre verre nom m s 176.57 230.07 154.13 175.20 -verrerie verrerie nom f s 1.14 0.74 0.93 0.47 -verreries verrerie nom f p 1.14 0.74 0.21 0.27 -verres verre nom m p 176.57 230.07 22.45 54.86 -verrez voir ver 4119.49 2401.76 35.50 18.51 ind:fut:2p; -verrier verrier adj m s 0.00 0.27 0.00 0.07 -verriers verrier adj m p 0.00 0.27 0.00 0.07 -verriez voir ver 4119.49 2401.76 1.84 0.81 cnd:pre:2p; -verrions voir ver 4119.49 2401.76 0.12 1.01 cnd:pre:1p; -verrière verrière nom f s 0.42 5.95 0.42 4.53 -verrières verrière nom f p 0.42 5.95 0.00 1.42 -verrons voir ver 4119.49 2401.76 13.26 7.57 ind:fut:1p; -verront voir ver 4119.49 2401.76 6.54 2.70 ind:fut:3p; -verroterie verroterie nom f s 0.05 1.42 0.04 1.01 -verroteries verroterie nom f p 0.05 1.42 0.01 0.41 -verrou verrou nom m s 5.28 12.03 3.54 7.64 -verrouilla verrouiller ver 8.77 3.72 0.11 0.61 ind:pas:3s; -verrouillage verrouillage nom m s 1.23 0.54 1.23 0.54 -verrouillai verrouiller ver 8.77 3.72 0.00 0.07 ind:pas:1s; -verrouillait verrouiller ver 8.77 3.72 0.15 0.34 ind:imp:3s; -verrouillant verrouiller ver 8.77 3.72 0.00 0.20 par:pre; -verrouille verrouiller ver 8.77 3.72 1.98 0.27 imp:pre:2s;ind:pre:1s;ind:pre:3s; -verrouillent verrouiller ver 8.77 3.72 0.28 0.00 ind:pre:3p; -verrouiller verrouiller ver 8.77 3.72 1.36 0.47 inf; -verrouilles verrouiller ver 8.77 3.72 0.09 0.14 ind:pre:2s; -verrouillez verrouiller ver 8.77 3.72 1.27 0.00 imp:pre:2p;ind:pre:2p; -verrouillons verrouiller ver 8.77 3.72 0.02 0.00 ind:pre:1p; -verrouillèrent verrouiller ver 8.77 3.72 0.00 0.07 ind:pas:3p; -verrouillé verrouiller ver m s 8.77 3.72 1.85 0.61 par:pas; -verrouillée verrouiller ver f s 8.77 3.72 1.24 0.61 par:pas; -verrouillées verrouiller ver f p 8.77 3.72 0.33 0.14 par:pas; -verrouillés verrouiller ver m p 8.77 3.72 0.09 0.20 par:pas; -verrous verrou nom m p 5.28 12.03 1.74 4.39 -verrue verrue nom f s 1.20 3.11 0.66 1.76 -verrues verrue nom f p 1.20 3.11 0.54 1.35 -verruqueuse verruqueux adj f s 0.00 0.14 0.00 0.14 -vers vers pre 227.77 956.15 227.77 956.15 -versa verser ver 31.20 53.99 1.88 10.68 ind:pas:3s; -versai verser ver 31.20 53.99 0.01 1.08 ind:pas:1s; -versaient verser ver 31.20 53.99 0.06 1.55 ind:imp:3p; -versaillais versaillais nom m 0.00 0.54 0.00 0.54 -versaillaise versaillais adj f s 0.00 0.34 0.00 0.20 -versais verser ver 31.20 53.99 0.21 0.47 ind:imp:1s;ind:imp:2s; -versait verser ver 31.20 53.99 0.64 5.61 ind:imp:3s; -versant versant nom m s 0.59 10.68 0.53 8.92 -versants versant nom m p 0.59 10.68 0.06 1.76 -versatile versatile adj s 0.34 0.34 0.33 0.20 -versatiles versatile adj f p 0.34 0.34 0.01 0.14 -versatilité versatilité nom f s 0.02 0.34 0.02 0.34 -verse verser ver 31.20 53.99 7.50 7.57 imp:pre:2s;ind:pre:1s;ind:pre:3s; -verseau verseau nom m s 0.02 0.00 0.02 0.00 -versement versement nom m s 2.76 0.88 1.91 0.61 -versements versement nom m p 2.76 0.88 0.85 0.27 -versent verser ver 31.20 53.99 0.29 0.95 ind:pre:3p; -verser verser ver 31.20 53.99 4.62 9.86 ind:pre:2p;inf; -versera verser ver 31.20 53.99 0.60 0.41 ind:fut:3s; -verserai verser ver 31.20 53.99 0.62 0.00 ind:fut:1s; -verserais verser ver 31.20 53.99 0.08 0.07 cnd:pre:1s; -verserait verser ver 31.20 53.99 0.14 0.07 cnd:pre:3s; -verseras verser ver 31.20 53.99 0.16 0.07 ind:fut:2s; -verserez verser ver 31.20 53.99 0.04 0.07 ind:fut:2p; -verseriez verser ver 31.20 53.99 0.02 0.00 cnd:pre:2p; -verserons verser ver 31.20 53.99 0.18 0.00 ind:fut:1p; -verseront verser ver 31.20 53.99 0.04 0.14 ind:fut:3p; -verses verser ver 31.20 53.99 0.93 0.07 ind:pre:2s; -verset verset nom m s 2.46 4.39 1.43 2.03 -versets verset nom m p 2.46 4.39 1.03 2.36 -verseur verseur adj m s 0.03 0.07 0.03 0.00 -verseurs verseur adj m p 0.03 0.07 0.00 0.07 -verseuse verseur nom f s 0.04 0.27 0.04 0.20 -verseuses verseuse nom f p 0.04 0.00 0.04 0.00 -versez verser ver 31.20 53.99 3.60 0.27 imp:pre:2p;ind:pre:2p; -versicolores versicolore adj p 0.00 0.27 0.00 0.27 -versiculets versiculet nom m p 0.00 0.07 0.00 0.07 -versiez verser ver 31.20 53.99 0.02 0.00 ind:imp:2p; -versificateur versificateur nom m s 0.00 0.07 0.00 0.07 -versification versification nom f s 0.01 0.00 0.01 0.00 -versifier versifier ver 0.00 0.07 0.00 0.07 inf; -versifiées versifié adj f p 0.00 0.14 0.00 0.14 -version version nom f s 20.09 12.97 19.10 11.01 -versions version nom f p 20.09 12.97 0.98 1.96 -verso verso nom m s 0.62 1.96 0.61 1.82 -versâmes verser ver 31.20 53.99 0.00 0.07 ind:pas:1p; -versons verser ver 31.20 53.99 0.22 0.14 imp:pre:1p;ind:pre:1p; -versos verso nom m p 0.62 1.96 0.01 0.14 -versât verser ver 31.20 53.99 0.00 0.14 sub:imp:3s; -verstes verste nom f p 0.47 0.14 0.47 0.14 -versèrent verser ver 31.20 53.99 0.01 0.47 ind:pas:3p; -versé verser ver m s 31.20 53.99 7.50 7.70 par:pas; -versée verser ver f s 31.20 53.99 0.86 0.81 par:pas; -versées verser ver f p 31.20 53.99 0.36 0.54 par:pas; -versés verser ver m p 31.20 53.99 0.17 0.54 par:pas; -versus versus pre 0.07 0.07 0.07 0.07 -vert_de_gris vert_de_gris adj 0.02 0.81 0.02 0.81 -vert_de_grisé vert_de_grisé adj m s 0.00 0.34 0.00 0.07 -vert_de_grisé vert_de_grisé adj f s 0.00 0.34 0.00 0.07 -vert_de_grisé vert_de_grisé adj f p 0.00 0.34 0.00 0.14 -vert_de_grisé vert_de_grisé adj m p 0.00 0.34 0.00 0.07 -vert_galant vert_galant nom m s 0.00 0.20 0.00 0.20 -vert_jaune vert_jaune adj m s 0.02 0.07 0.02 0.07 -vert_jaune vert_jaune nom m s 0.02 0.07 0.02 0.07 -vert vert adj m s 52.59 145.14 24.74 59.12 -verte vert adj f s 52.59 145.14 14.24 38.45 -vertement vertement adv 0.14 1.08 0.14 1.08 -vertes vert adj f p 52.59 145.14 4.29 23.72 -vertex vertex nom m 0.00 1.22 0.00 1.22 -vertical vertical adj m s 1.54 15.41 0.61 3.85 -verticale verticale nom f s 1.85 5.07 1.44 4.46 -verticalement verticalement adv 0.17 3.31 0.17 3.31 -verticales verticale nom f p 1.85 5.07 0.41 0.61 -verticalité verticalité nom f s 0.00 0.20 0.00 0.20 -verticaux vertical adj m p 1.54 15.41 0.08 2.77 -verticille verticille nom m s 0.01 0.00 0.01 0.00 -vertige vertige nom m s 9.06 26.62 6.14 24.26 -vertiges vertige nom m p 9.06 26.62 2.91 2.36 -vertigineuse vertigineux adj f s 0.69 10.41 0.14 4.86 -vertigineusement vertigineusement adv 0.10 1.15 0.10 1.15 -vertigineuses vertigineux adj f p 0.69 10.41 0.11 1.35 -vertigineux vertigineux adj m 0.69 10.41 0.45 4.19 -vertigo vertigo nom m s 0.13 0.14 0.13 0.14 -verts vert adj m p 52.59 145.14 9.32 23.85 -vertèbre vertèbre nom f s 1.27 3.38 0.68 0.81 -vertèbres vertèbre nom f p 1.27 3.38 0.59 2.57 -vertu vertu nom f s 17.75 38.45 13.49 24.05 -vertubleu vertubleu ono 0.27 0.00 0.27 0.00 -vertébral vertébral adj m s 3.23 2.36 0.06 0.00 -vertébrale vertébral adj f s 3.23 2.36 3.09 2.36 -vertébrales vertébral adj f p 3.23 2.36 0.06 0.00 -vertébraux vertébral adj m p 3.23 2.36 0.01 0.00 -vertébré vertébré nom m s 0.36 0.14 0.13 0.07 -vertébrés vertébré nom m p 0.36 0.14 0.23 0.07 -vertueuse vertueux adj f s 5.08 3.78 1.92 1.42 -vertueusement vertueusement adv 0.00 0.27 0.00 0.27 -vertueuses vertueux adj f p 5.08 3.78 0.30 0.68 -vertueux vertueux adj m 5.08 3.78 2.85 1.69 -vertugadin vertugadin nom m s 0.01 0.14 0.01 0.14 -vertus vertu nom f p 17.75 38.45 4.26 14.39 -verve verve nom f s 0.40 3.04 0.40 3.04 -verveine verveine nom f s 0.72 1.76 0.72 1.76 -verveux verveux adj m 0.00 0.14 0.00 0.14 -vesce vesce nom f s 0.01 0.20 0.01 0.00 -vesces vesce nom f p 0.01 0.20 0.00 0.20 -vespa vespa nom f s 1.19 0.68 1.19 0.61 -vespas vespa nom f p 1.19 0.68 0.00 0.07 -vespasienne vespasien nom f s 0.12 0.41 0.02 0.00 -vespasiennes vespasien nom f p 0.12 0.41 0.10 0.41 -vesprée vesprée nom f s 0.00 0.07 0.00 0.07 -vespéral vespéral adj m s 0.01 0.88 0.00 0.07 -vespérale vespéral adj f s 0.01 0.88 0.00 0.61 -vespérales vespéral adj f p 0.01 0.88 0.01 0.14 -vespéraux vespéral adj m p 0.01 0.88 0.00 0.07 -vesse_de_loup vesse_de_loup nom f s 0.02 0.20 0.00 0.14 -vesse_de_loup vesse_de_loup nom f p 0.02 0.20 0.02 0.07 -vesses vesse nom f p 0.00 0.14 0.00 0.14 -vessie vessie nom f s 3.34 2.57 3.21 2.23 -vessies vessie nom f p 3.34 2.57 0.13 0.34 -vestalat vestalat nom m s 0.00 0.07 0.00 0.07 -vestale vestale nom f s 0.70 0.81 0.54 0.41 -vestales vestale nom f p 0.70 0.81 0.16 0.41 -veste veste nom f s 37.72 61.62 36.00 55.68 -vestes veste nom f p 37.72 61.62 1.71 5.95 -vestiaire vestiaire nom m s 5.71 12.43 4.04 9.86 -vestiaires vestiaire nom m p 5.71 12.43 1.67 2.57 -vestibule vestibule nom m s 0.96 12.77 0.96 12.43 -vestibules vestibule nom m p 0.96 12.77 0.00 0.34 -vestige vestige nom m s 1.48 7.77 0.54 1.62 -vestiges vestige nom m p 1.48 7.77 0.94 6.15 -vestimentaire vestimentaire adj s 0.90 2.84 0.63 1.76 -vestimentaires vestimentaire adj p 0.90 2.84 0.27 1.08 -veston veston nom m s 1.68 16.55 1.66 15.27 -vestons veston nom m p 1.68 16.55 0.02 1.28 -veto veto nom m 1.94 0.74 1.94 0.74 -veuf veuf adj m s 8.39 10.14 1.65 3.11 -veufs veuf nom m p 16.52 32.70 0.06 0.20 -veuille vouloir ver_sup 5249.31 1640.14 10.13 8.45 imp:pre:2s;sub:pre:1s;sub:pre:3s; -veuillent vouloir ver_sup 5249.31 1640.14 1.15 1.08 sub:pre:3p; -veuilles vouloir ver_sup 5249.31 1640.14 6.72 1.28 sub:pre:2s; -veuillez vouloir ver_sup 5249.31 1640.14 45.84 8.99 imp:pre:2p; -veule veule adj s 0.18 1.76 0.16 1.42 -veulent vouloir ver_sup 5249.31 1640.14 142.38 39.05 ind:pre:3p; -veulerie veulerie nom f s 0.21 2.50 0.21 2.36 -veuleries veulerie nom f p 0.21 2.50 0.00 0.14 -veules veule adj m p 0.18 1.76 0.02 0.34 -veut vouloir ver_sup 5249.31 1640.14 701.19 210.61 ind:pre:3s; -veuvage veuvage nom m s 0.78 2.84 0.78 2.50 -veuvages veuvage nom m p 0.78 2.84 0.00 0.34 -veuve veuf nom f s 16.52 32.70 15.64 26.89 -veuves veuve nom f p 1.89 0.00 1.89 0.00 -veux vouloir ver_sup 5249.31 1640.14 2486.93 377.97 ind:pre:1s;ind:pre:2s; -vexa vexer ver 15.56 11.76 0.00 0.34 ind:pas:3s; -vexai vexer ver 15.56 11.76 0.00 0.07 ind:pas:1s; -vexait vexer ver 15.56 11.76 0.02 0.54 ind:imp:3s; -vexant vexant adj m s 0.40 1.01 0.39 0.74 -vexante vexant adj f s 0.40 1.01 0.01 0.14 -vexantes vexant adj f p 0.40 1.01 0.00 0.07 -vexants vexant adj m p 0.40 1.01 0.00 0.07 -vexation vexation nom f s 0.17 1.82 0.12 0.68 -vexations vexation nom f p 0.17 1.82 0.05 1.15 -vexatoire vexatoire adj s 0.00 0.20 0.00 0.14 -vexatoires vexatoire adj f p 0.00 0.20 0.00 0.07 -vexe vexer ver 15.56 11.76 1.65 1.76 imp:pre:2s;ind:pre:1s;ind:pre:3s; -vexent vexer ver 15.56 11.76 0.12 0.07 ind:pre:3p; -vexer vexer ver 15.56 11.76 4.30 2.57 inf;; -vexera vexer ver 15.56 11.76 0.26 0.00 ind:fut:3s; -vexerai vexer ver 15.56 11.76 0.30 0.00 ind:fut:1s; -vexerait vexer ver 15.56 11.76 0.02 0.41 cnd:pre:3s; -vexeras vexer ver 15.56 11.76 0.14 0.07 ind:fut:2s; -vexerez vexer ver 15.56 11.76 0.01 0.00 ind:fut:2p; -vexerions vexer ver 15.56 11.76 0.00 0.07 cnd:pre:1p; -vexes vexer ver 15.56 11.76 0.34 0.14 ind:pre:2s; -vexez vexer ver 15.56 11.76 0.41 0.00 imp:pre:2p;ind:pre:2p; -vexons vexer ver 15.56 11.76 0.04 0.00 imp:pre:1p;ind:pre:1p; -vexé vexer ver m s 15.56 11.76 5.21 4.19 par:pas; -vexée vexer ver f s 15.56 11.76 2.34 1.08 par:pas; -vexées vexer ver f p 15.56 11.76 0.01 0.00 par:pas; -vexés vexer ver m p 15.56 11.76 0.36 0.34 par:pas; -via via pre 6.53 5.41 6.53 5.41 -viabilité viabilité nom f s 0.10 0.07 0.10 0.07 -viable viable adj s 1.57 1.22 1.27 0.95 -viables viable adj p 1.57 1.22 0.29 0.27 -viaduc viaduc nom m s 0.17 0.88 0.17 0.88 -viager viager nom m s 0.14 0.27 0.14 0.27 -viagra viagra nom m s 0.45 0.00 0.45 0.00 -viagère viager adj f s 0.03 0.14 0.03 0.14 -viandard viandard nom m s 0.00 0.07 0.00 0.07 -viandasse viander ver 0.05 0.41 0.00 0.20 sub:imp:1s; -viande viande nom f s 44.43 45.00 43.78 41.35 -viander viander ver 0.05 0.41 0.01 0.14 inf; -viandes viande nom f p 44.43 45.00 0.65 3.65 -viandeuse viandeux adj f s 0.00 0.07 0.00 0.07 -viandox viandox nom m 0.02 0.68 0.02 0.68 -viandé viander ver m s 0.05 0.41 0.04 0.07 par:pas; -viatique viatique nom m s 0.01 1.28 0.01 1.28 -vibra vibrer ver 4.73 24.53 0.00 0.95 ind:pas:3s; -vibraient vibrer ver 4.73 24.53 0.06 0.68 ind:imp:3p; -vibrais vibrer ver 4.73 24.53 0.01 0.20 ind:imp:1s; -vibrait vibrer ver 4.73 24.53 0.22 6.22 ind:imp:3s; -vibrant vibrant adj m s 0.86 6.89 0.56 1.89 -vibrante vibrant adj f s 0.86 6.89 0.22 3.78 -vibrantes vibrant adj f p 0.86 6.89 0.03 0.88 -vibrants vibrant adj m p 0.86 6.89 0.05 0.34 -vibraphone vibraphone nom m s 0.03 0.14 0.03 0.07 -vibraphones vibraphone nom m p 0.03 0.14 0.00 0.07 -vibrateur vibrateur nom m s 0.14 0.07 0.14 0.00 -vibrateurs vibrateur nom m p 0.14 0.07 0.01 0.07 -vibratile vibratile adj f s 0.14 0.34 0.01 0.20 -vibratiles vibratile adj m p 0.14 0.34 0.14 0.14 -vibration vibration nom f s 4.49 12.64 1.28 8.58 -vibrations vibration nom f p 4.49 12.64 3.21 4.05 -vibrato vibrato nom m s 0.12 0.54 0.12 0.34 -vibratoire vibratoire adj s 0.11 0.47 0.10 0.34 -vibratoires vibratoire adj p 0.11 0.47 0.01 0.14 -vibratos vibrato nom m p 0.12 0.54 0.00 0.20 -vibre vibrer ver 4.73 24.53 1.79 3.78 imp:pre:2s;ind:pre:1s;ind:pre:3s; -vibrent vibrer ver 4.73 24.53 0.23 0.68 ind:pre:3p; -vibrer vibrer ver 4.73 24.53 2.06 8.31 inf; -vibrera vibrer ver 4.73 24.53 0.03 0.00 ind:fut:3s; -vibreur vibreur nom m s 0.25 0.00 0.25 0.00 -vibrez vibrer ver 4.73 24.53 0.01 0.00 imp:pre:2p; -vibrionnaient vibrionner ver 0.00 0.34 0.00 0.07 ind:imp:3p; -vibrionnait vibrionner ver 0.00 0.34 0.00 0.14 ind:imp:3s; -vibrionnant vibrionner ver 0.00 0.34 0.00 0.07 par:pre; -vibrionne vibrionner ver 0.00 0.34 0.00 0.07 ind:pre:1s; -vibrions vibrion nom m p 0.14 0.20 0.14 0.20 -vibrisses vibrisse nom f p 0.00 0.14 0.00 0.14 -vibro_masseur vibro_masseur nom m s 0.08 0.07 0.08 0.07 -vibromasseur vibromasseur nom m s 0.93 0.00 0.85 0.00 -vibromasseurs vibromasseur nom m p 0.93 0.00 0.08 0.00 -vibré vibrer ver m s 4.73 24.53 0.04 0.95 par:pas; -vibrée vibrer ver f s 4.73 24.53 0.01 0.07 par:pas; -vibrées vibrer ver f p 4.73 24.53 0.00 0.07 par:pas; -vibura viburer ver 0.00 0.81 0.00 0.07 ind:pas:3s; -viburait viburer ver 0.00 0.81 0.00 0.07 ind:imp:3s; -vibure viburer ver 0.00 0.81 0.00 0.68 ind:pre:3s; -vicaire vicaire nom m s 0.71 2.57 0.68 2.23 -vicaires vicaire nom m p 0.71 2.57 0.04 0.34 -vice_amiral vice_amiral nom m s 0.10 0.61 0.10 0.61 -vice_chancelier vice_chancelier nom m s 0.07 0.00 0.07 0.00 -vice_consul vice_consul nom m s 0.18 0.54 0.18 0.54 -vice_ministre vice_ministre nom s 0.27 0.27 0.27 0.20 -vice_ministre vice_ministre nom p 0.27 0.27 0.00 0.07 -vice_premier vice_premier nom m s 0.01 0.00 0.01 0.00 -vice_présidence vice_présidence nom f s 0.57 0.00 0.57 0.00 -vice_président vice_président nom m s 8.63 0.61 7.91 0.54 -vice_président vice_président nom f s 8.63 0.61 0.60 0.00 -vice_président vice_président nom m p 8.63 0.61 0.12 0.07 -vice_recteur vice_recteur nom m s 0.10 0.00 0.10 0.00 -vice_roi vice_roi nom m s 0.94 0.54 0.84 0.54 -vice_roi vice_roi nom m p 0.94 0.54 0.10 0.00 -vice_versa vice_versa adv 0.85 0.27 0.85 0.27 -vice vice nom m s 12.29 18.45 7.78 13.45 -vicelard vicelard adj m s 0.89 3.38 0.60 1.49 -vicelarde vicelard adj f s 0.89 3.38 0.07 0.81 -vicelardes vicelard adj f p 0.89 3.38 0.01 0.27 -vicelardise vicelardise nom f s 0.00 0.20 0.00 0.14 -vicelardises vicelardise nom f p 0.00 0.20 0.00 0.07 -vicelards vicelard adj m p 0.89 3.38 0.20 0.81 -vices vice nom m p 12.29 18.45 4.52 5.00 -vichy vichy nom m s 0.69 1.22 0.69 1.22 -vichysme vichysme nom m s 0.00 0.07 0.00 0.07 -vichyssois vichyssois adj m 0.06 0.07 0.00 0.07 -vichyssois vichyssois nom m 0.00 0.07 0.00 0.07 -vichyssoise vichyssois adj f s 0.06 0.07 0.06 0.00 -vichyste vichyste adj s 0.03 0.27 0.01 0.14 -vichystes vichyste adj p 0.03 0.27 0.02 0.14 -vicier vicier ver 0.22 0.41 0.00 0.07 inf; -vicieuse vicieux adj f s 5.75 7.03 1.11 1.96 -vicieusement vicieusement adv 0.07 0.27 0.07 0.27 -vicieuses vicieux adj f p 5.75 7.03 0.45 0.27 -vicieux vicieux adj m 5.75 7.03 4.19 4.80 -vicinal vicinal adj m s 0.00 0.81 0.00 0.47 -vicinales vicinal adj f p 0.00 0.81 0.00 0.07 -vicinalité vicinalité nom f s 0.00 0.07 0.00 0.07 -vicinaux vicinal adj m p 0.00 0.81 0.00 0.27 -vicissitude vicissitude nom f s 0.06 2.16 0.02 0.14 -vicissitudes vicissitude nom f p 0.06 2.16 0.04 2.03 -vicié vicié adj m s 0.23 0.54 0.23 0.41 -viciée vicier ver f s 0.22 0.41 0.00 0.14 par:pas; -viciés vicié adj m p 0.23 0.54 0.00 0.14 -vicomte vicomte nom m s 0.43 6.28 0.41 5.61 -vicomtes vicomte nom m p 0.43 6.28 0.00 0.20 -vicomtesse vicomte nom f s 0.43 6.28 0.03 0.41 -vicomtesses vicomtesse nom f p 0.01 0.00 0.01 0.00 -vicomté vicomté nom f s 0.00 0.41 0.00 0.41 -victimaire victimaire nom m s 0.00 0.07 0.00 0.07 -victime victime nom f s 106.25 46.22 66.47 28.45 -victimes victime nom f p 106.25 46.22 39.78 17.77 -victimologie victimologie nom f s 0.04 0.00 0.04 0.00 -victoire victoire nom f s 34.96 63.24 31.31 57.23 -victoires victoire nom f p 34.96 63.24 3.65 6.01 -victoria victoria nom s 0.02 0.47 0.02 0.34 -victorias victoria nom p 0.02 0.47 0.00 0.14 -victorien victorien adj m s 0.49 1.35 0.12 0.41 -victorienne victorien adj f s 0.49 1.35 0.25 0.81 -victoriennes victorien adj f p 0.49 1.35 0.04 0.14 -victoriens victorien adj m p 0.49 1.35 0.08 0.00 -victorieuse victorieux adj f s 2.95 9.32 0.22 4.73 -victorieusement victorieusement adv 0.00 1.82 0.00 1.82 -victorieuses victorieux adj f p 2.95 9.32 0.19 1.35 -victorieux victorieux adj m 2.95 9.32 2.54 3.24 -victuaille victuaille nom f s 0.42 4.26 0.01 0.07 -victuailles victuaille nom f p 0.42 4.26 0.41 4.19 -vida vider ver 30.68 70.81 1.06 9.32 ind:pas:3s; -vidage vidage nom m s 0.04 0.14 0.04 0.14 -vidai vider ver 30.68 70.81 0.00 1.22 ind:pas:1s; -vidaient vider ver 30.68 70.81 0.08 1.76 ind:imp:3p; -vidais vider ver 30.68 70.81 0.47 0.34 ind:imp:1s; -vidait vider ver 30.68 70.81 0.43 5.95 ind:imp:3s; -vidame vidame nom m s 0.00 0.07 0.00 0.07 -vidange vidange nom f s 1.29 1.55 1.09 1.35 -vidanger vidanger ver 0.30 0.34 0.20 0.14 inf; -vidanges vidange nom f p 1.29 1.55 0.20 0.20 -vidangeur vidangeur nom m s 0.01 0.27 0.01 0.07 -vidangeurs vidangeur nom m p 0.01 0.27 0.00 0.20 -vidangez vidanger ver 0.30 0.34 0.02 0.07 imp:pre:2p;ind:pre:2p; -vidangé vidanger ver m s 0.30 0.34 0.02 0.07 par:pas; -vidangée vidanger ver f s 0.30 0.34 0.02 0.00 par:pas; -vidant vider ver 30.68 70.81 0.24 2.84 par:pre; -vidas vider ver 30.68 70.81 0.10 0.07 ind:pas:2s; -vide_gousset vide_gousset nom m s 0.27 0.00 0.27 0.00 -vide_greniers vide_greniers nom m 0.04 0.00 0.04 0.00 -vide_ordure vide_ordure nom m s 0.06 0.00 0.06 0.00 -vide_ordures vide_ordures nom m 0.55 1.22 0.55 1.22 -vide_poche vide_poche nom m s 0.04 0.14 0.04 0.14 -vide_poches vide_poches nom m 0.00 0.27 0.00 0.27 -vide vide adj s 60.33 147.50 48.53 102.84 -vident vider ver 30.68 70.81 0.81 1.49 ind:pre:3p; -vider vider ver 30.68 70.81 8.31 16.82 inf; -videra vider ver 30.68 70.81 0.16 0.14 ind:fut:3s; -viderai vider ver 30.68 70.81 0.11 0.14 ind:fut:1s; -viderais vider ver 30.68 70.81 0.15 0.07 cnd:pre:1s; -viderait vider ver 30.68 70.81 0.47 0.47 cnd:pre:3s; -videras vider ver 30.68 70.81 0.00 0.07 ind:fut:2s; -viderions vider ver 30.68 70.81 0.01 0.00 cnd:pre:1p; -videront vider ver 30.68 70.81 0.14 0.07 ind:fut:3p; -vides vide adj p 60.33 147.50 11.80 44.66 -videur videur nom m s 1.48 1.22 1.24 0.74 -videurs videur nom m p 1.48 1.22 0.24 0.47 -videz vider ver 30.68 70.81 2.71 0.27 imp:pre:2p;ind:pre:2p; -vidicon vidicon nom m s 0.01 0.00 0.01 0.00 -vidiez vider ver 30.68 70.81 0.12 0.00 ind:imp:2p; -vidons vider ver 30.68 70.81 0.09 0.14 imp:pre:1p;ind:pre:1p; -vidèrent vider ver 30.68 70.81 0.11 1.35 ind:pas:3p; -vidé vider ver m s 30.68 70.81 7.22 11.89 par:pas; -vidéaste vidéaste nom s 0.08 0.00 0.07 0.00 -vidéastes vidéaste nom p 0.08 0.00 0.01 0.00 -vidée vider ver f s 30.68 70.81 1.42 3.45 par:pas; -vidées vider ver f p 30.68 70.81 0.23 1.28 par:pas; -viduité viduité nom f s 0.01 0.00 0.01 0.00 -vidéo_clip vidéo_clip nom m s 0.19 0.27 0.14 0.20 -vidéo_clip vidéo_clip nom m p 0.19 0.27 0.04 0.07 -vidéo_club vidéo_club nom f s 0.44 0.00 0.44 0.00 -vidéo_espion vidéo_espion nom m s 0.00 0.07 0.00 0.07 -vidéo vidéo adj 23.61 0.74 23.61 0.74 -vidéocassette vidéocassette nom f s 0.10 0.00 0.06 0.00 -vidéocassettes vidéocassette nom f p 0.10 0.00 0.04 0.00 -vidéoclip vidéoclip nom m s 0.02 0.00 0.02 0.00 -vidéoclub vidéoclub nom m s 1.34 0.00 1.34 0.00 -vidéoconférence vidéoconférence nom f s 0.05 0.00 0.05 0.00 -vidéogramme vidéogramme nom m s 0.01 0.00 0.01 0.00 -vidéophone vidéophone nom m s 0.04 0.00 0.04 0.00 -vidéophonie vidéophonie nom f s 0.01 0.00 0.01 0.00 -vidéos vidéo nom f p 21.34 0.41 6.10 0.20 -vidéosurveillance vidéosurveillance nom f s 0.42 0.00 0.42 0.00 -vidéothèque vidéothèque nom f s 0.36 0.00 0.36 0.00 -vidures vidure nom f p 0.00 0.07 0.00 0.07 -vidés vider ver m p 30.68 70.81 0.46 2.23 par:pas; -vie vie nom f s 1021.22 853.31 986.59 835.47 -vieil vieil adj m s 34.69 51.22 34.69 51.22 -vieillard vieillard nom m s 11.75 55.14 7.62 37.77 -vieillarde vieillard nom f s 11.75 55.14 0.16 0.34 -vieillardes vieillard nom f p 11.75 55.14 0.00 0.34 -vieillards vieillard nom m p 11.75 55.14 3.96 16.69 -vieille vieux adj f s 282.20 512.91 84.59 184.12 -vieillerie vieillerie nom f s 1.91 2.30 0.54 0.68 -vieilleries vieillerie nom f p 1.91 2.30 1.37 1.62 -vieilles vieux adj f p 282.20 512.91 17.52 55.47 -vieillesse vieillesse nom f s 4.88 14.53 4.75 14.39 -vieillesses vieillesse nom f p 4.88 14.53 0.14 0.14 -vieilli vieillir ver m s 20.47 32.23 4.28 9.39 par:pas; -vieillie vieillir ver f s 20.47 32.23 0.30 0.61 par:pas; -vieillies vieillir ver f p 20.47 32.23 0.01 0.00 par:pas; -vieillir vieillir ver 20.47 32.23 5.49 8.58 inf; -vieillira vieillir ver 20.47 32.23 0.12 0.41 ind:fut:3s; -vieillirai vieillir ver 20.47 32.23 0.23 0.14 ind:fut:1s; -vieilliraient vieillir ver 20.47 32.23 0.01 0.07 cnd:pre:3p; -vieillirais vieillir ver 20.47 32.23 0.01 0.00 cnd:pre:1s; -vieillirait vieillir ver 20.47 32.23 0.07 0.41 cnd:pre:3s; -vieilliras vieillir ver 20.47 32.23 0.33 0.14 ind:fut:2s; -vieillirent vieillir ver 20.47 32.23 0.02 0.00 ind:pas:3p; -vieillirez vieillir ver 20.47 32.23 0.06 0.07 ind:fut:2p; -vieillirons vieillir ver 20.47 32.23 0.07 0.07 ind:fut:1p; -vieilliront vieillir ver 20.47 32.23 0.30 0.07 ind:fut:3p; -vieillis vieillir ver m p 20.47 32.23 2.74 1.89 imp:pre:2s;ind:pre:1s;ind:pre:2s;par:pas;par:pas; -vieillissaient vieillir ver 20.47 32.23 0.01 0.47 ind:imp:3p; -vieillissais vieillir ver 20.47 32.23 0.11 0.34 ind:imp:1s;ind:imp:2s; -vieillissait vieillir ver 20.47 32.23 0.48 2.50 ind:imp:3s; -vieillissant vieillir ver 20.47 32.23 1.38 2.23 par:pre; -vieillissante vieillissant adj f s 0.41 2.30 0.18 0.81 -vieillissantes vieillissant adj f p 0.41 2.30 0.12 0.20 -vieillissants vieillissant adj m p 0.41 2.30 0.04 0.41 -vieillisse vieillir ver 20.47 32.23 0.13 0.27 sub:pre:1s;sub:pre:3s; -vieillissement vieillissement nom m s 1.04 2.50 1.04 2.50 -vieillissent vieillir ver 20.47 32.23 0.76 0.88 ind:pre:3p; -vieillissez vieillir ver 20.47 32.23 0.29 0.14 imp:pre:2p;ind:pre:2p; -vieillissiez vieillir ver 20.47 32.23 0.00 0.07 ind:imp:2p; -vieillissions vieillir ver 20.47 32.23 0.00 0.07 ind:imp:1p; -vieillissons vieillir ver 20.47 32.23 0.08 0.00 imp:pre:1p;ind:pre:1p; -vieillit vieillir ver 20.47 32.23 3.19 3.45 ind:pre:3s;ind:pas:3s; -vieillot vieillot adj m s 0.34 2.57 0.25 1.28 -vieillots vieillot adj m p 0.34 2.57 0.01 0.27 -vieillotte vieillot adj f s 0.34 2.57 0.04 0.74 -vieillottes vieillot adj f p 0.34 2.57 0.03 0.27 -vielle vielle nom f s 2.01 0.68 1.49 0.47 -vielles vielle nom f p 2.01 0.68 0.52 0.20 -vielleux vielleux nom m 0.14 0.07 0.14 0.07 -viendra venir ver 2763.69 1514.53 52.92 23.11 ind:fut:3s; -viendrai venir ver 2763.69 1514.53 21.68 5.95 ind:fut:1s; -viendraient venir ver 2763.69 1514.53 1.68 6.35 cnd:pre:3p; -viendrais venir ver 2763.69 1514.53 11.80 2.70 cnd:pre:1s;cnd:pre:2s; -viendrait venir ver 2763.69 1514.53 9.89 20.27 cnd:pre:3s; -viendras venir ver 2763.69 1514.53 13.72 3.85 ind:fut:2s; -viendrez venir ver 2763.69 1514.53 5.73 4.05 ind:fut:2p; -viendriez venir ver 2763.69 1514.53 3.04 1.15 cnd:pre:2p; -viendrions venir ver 2763.69 1514.53 0.13 0.34 cnd:pre:1p; -viendrons venir ver 2763.69 1514.53 1.67 0.74 ind:fut:1p; -viendront venir ver 2763.69 1514.53 14.25 8.31 ind:fut:3p; -vienne venir ver 2763.69 1514.53 34.52 25.00 sub:pre:1s;sub:pre:3s; -viennent venir ver 2763.69 1514.53 76.48 62.77 ind:pre:3p;sub:pre:3p; -viennes venir ver 2763.69 1514.53 11.59 3.11 sub:pre:2s; -viennois viennois adj m 0.27 2.23 0.18 0.88 -viennoise viennois adj f s 0.27 2.23 0.08 0.81 -viennoiserie viennoiserie nom f s 0.66 0.00 0.52 0.00 -viennoiseries viennoiserie nom f p 0.66 0.00 0.14 0.00 -viennoises viennois adj f p 0.27 2.23 0.01 0.54 -viens venir ver 2763.69 1514.53 944.68 126.49 imp:pre:2s;ind:pre:1s;ind:pre:2s; -vient venir ver 2763.69 1514.53 352.24 206.22 ind:pre:3s; -vierge vierge adj s 26.03 25.14 24.22 21.82 -vierges vierge nom f p 23.79 25.61 4.38 2.43 -vies vie nom f p 1021.22 853.31 34.63 17.84 -vietnamien vietnamien adj m s 1.04 0.68 0.45 0.41 -vietnamienne vietnamien adj f s 1.04 0.68 0.28 0.14 -vietnamiennes vietnamien adj f p 1.04 0.68 0.20 0.07 -vietnamiens vietnamien nom m p 1.19 0.74 0.81 0.14 -vieux_rose vieux_rose adj m 0.00 0.20 0.00 0.20 -vieux vieux adj m 282.20 512.91 180.08 273.31 -vif_argent vif_argent nom m s 0.21 0.20 0.21 0.20 -vif vif adj m s 22.95 95.07 9.27 41.62 -vifs vif adj m p 22.95 95.07 2.88 10.14 -vigie vigie nom f s 0.68 1.69 0.51 1.35 -vigies vigie nom f p 0.68 1.69 0.17 0.34 -vigil vigil adj m s 0.34 0.00 0.04 0.00 -vigilance vigilance nom f s 0.88 8.18 0.88 7.97 -vigilances vigilance nom f p 0.88 8.18 0.00 0.20 -vigilant vigilant adj m s 4.61 4.66 1.73 1.82 -vigilante vigilant adj f s 4.61 4.66 1.04 1.49 -vigilantes vigilant adj f p 4.61 4.66 0.03 0.41 -vigilants vigilant adj m p 4.61 4.66 1.80 0.95 -vigile vigile nom s 3.44 1.42 2.09 0.68 -vigiler vigiler ver 0.24 0.27 0.01 0.00 inf; -vigiles vigile nom p 3.44 1.42 1.35 0.74 -vigne vigne nom f s 6.87 20.41 4.97 10.61 -vigneaux vigneau nom m p 0.00 0.07 0.00 0.07 -vigneron vigneron nom m s 1.18 1.96 0.36 0.61 -vigneronne vigneron nom f s 1.18 1.96 0.14 0.00 -vigneronnes vigneron nom f p 1.18 1.96 0.00 0.07 -vignerons vigneron nom m p 1.18 1.96 0.68 1.28 -vignes vigne nom f p 6.87 20.41 1.90 9.80 -vignette vignette nom f s 0.26 1.76 0.19 0.41 -vignettes vignette nom f p 0.26 1.76 0.07 1.35 -vignoble vignoble nom m s 1.52 1.96 1.10 0.74 -vignobles vignoble nom m p 1.52 1.96 0.43 1.22 -vigogne vigogne nom f s 0.12 0.20 0.12 0.20 -vigoureuse vigoureux adj f s 2.62 10.54 0.56 3.18 -vigoureusement vigoureusement adv 0.55 3.92 0.55 3.92 -vigoureuses vigoureux adj f p 2.62 10.54 0.01 1.01 -vigoureux vigoureux adj m 2.62 10.54 2.05 6.35 -vigousse vigousse adj m s 0.00 0.07 0.00 0.07 -vigueur vigueur nom f s 3.61 15.61 3.61 15.54 -vigueurs vigueur nom f p 3.61 15.61 0.00 0.07 -viguier viguier nom m s 0.00 0.88 0.00 0.81 -viguiers viguier nom m p 0.00 0.88 0.00 0.07 -viking viking nom m s 0.43 0.20 0.25 0.00 -vikings viking nom m p 0.43 0.20 0.19 0.20 -vil vil adj m s 6.07 3.18 3.54 2.16 -vilain vilain adj m s 20.67 19.32 11.03 8.72 -vilaine vilain adj f s 20.67 19.32 6.23 6.22 -vilainement vilainement adv 0.04 0.47 0.04 0.47 -vilaines vilain adj f p 20.67 19.32 1.81 2.57 -vilains vilain adj m p 20.67 19.32 1.61 1.82 -vile vil adj f s 6.07 3.18 1.72 0.47 -vilebrequin vilebrequin nom m s 0.13 0.68 0.12 0.68 -vilebrequins vilebrequin nom m p 0.13 0.68 0.01 0.00 -vilement vilement adv 0.14 0.00 0.14 0.00 -vilenie vilenie nom f s 0.58 1.15 0.46 0.74 -vilenies vilenie nom f p 0.58 1.15 0.13 0.41 -viles vil adj f p 6.07 3.18 0.22 0.20 -vilipendaient vilipender ver 0.20 0.61 0.01 0.00 ind:imp:3p; -vilipendant vilipender ver 0.20 0.61 0.01 0.07 par:pre; -vilipender vilipender ver 0.20 0.61 0.15 0.07 inf; -vilipendé vilipender ver m s 0.20 0.61 0.03 0.27 par:pas; -vilipendées vilipender ver f p 0.20 0.61 0.00 0.07 par:pas; -vilipendés vilipender ver m p 0.20 0.61 0.00 0.14 par:pas; -villa villa nom f s 16.61 33.72 15.30 24.80 -village village nom m s 95.82 143.99 87.60 118.24 -villageois villageois nom m 4.83 2.91 4.59 2.36 -villageoise villageois nom f s 4.83 2.91 0.07 0.27 -villageoises villageois nom f p 4.83 2.91 0.17 0.27 -villages village nom m p 95.82 143.99 8.22 25.74 -villas villa nom f p 16.61 33.72 1.31 8.92 -ville_champignon ville_champignon nom f s 0.02 0.00 0.02 0.00 -ville_dortoir ville_dortoir nom f s 0.00 0.07 0.00 0.07 -ville ville nom f s 295.14 352.97 277.98 311.69 -villes_clé villes_clé nom f p 0.01 0.00 0.01 0.00 -villes ville nom f p 295.14 352.97 17.17 41.28 -villette villette nom f s 0.18 0.88 0.18 0.88 -villégiaturait villégiaturer ver 0.01 0.14 0.00 0.07 ind:imp:3s; -villégiature villégiature nom f s 0.10 2.70 0.10 2.16 -villégiaturer villégiaturer ver 0.01 0.14 0.01 0.00 inf; -villégiatures villégiature nom f p 0.10 2.70 0.00 0.54 -villégiaturé villégiaturer ver m s 0.01 0.14 0.00 0.07 par:pas; -vils vil adj m p 6.07 3.18 0.59 0.34 -vin vin nom m s 86.86 110.47 80.92 99.93 -vina vina nom f 0.11 0.00 0.11 0.00 -vinaigre vinaigre nom m s 2.91 5.61 2.91 5.54 -vinaigrer vinaigrer ver 0.01 0.47 0.00 0.14 inf; -vinaigres vinaigre nom m p 2.91 5.61 0.00 0.07 -vinaigrette vinaigrette nom f s 0.59 0.68 0.59 0.68 -vinaigré vinaigrer ver m s 0.01 0.47 0.01 0.00 par:pas; -vinaigrée vinaigrer ver f s 0.01 0.47 0.00 0.20 par:pas; -vinasse vinasse nom f s 0.21 1.62 0.21 1.62 -vindicatif vindicatif adj m s 1.10 2.23 0.79 1.28 -vindicatifs vindicatif adj m p 1.10 2.23 0.07 0.47 -vindicative vindicatif adj f s 1.10 2.23 0.12 0.41 -vindicativement vindicativement adv 0.00 0.07 0.00 0.07 -vindicatives vindicatif adj f p 1.10 2.23 0.12 0.07 -vindicte vindicte nom f s 0.19 1.15 0.19 1.15 -vine viner ver 0.06 0.20 0.04 0.00 imp:pre:2s; -viner viner ver 0.06 0.20 0.01 0.07 inf; -vines viner ver 0.06 0.20 0.00 0.07 ind:pre:2s; -vineuse vineux adj f s 0.00 1.76 0.00 0.88 -vineuses vineux adj f p 0.00 1.76 0.00 0.27 -vineux vineux adj m 0.00 1.76 0.00 0.61 -vinez viner ver 0.06 0.20 0.01 0.07 imp:pre:2p; -vingt_cinq vingt_cinq adj_num 3.53 28.18 3.53 28.18 -vingt_cinquième vingt_cinquième adj 0.01 0.34 0.01 0.34 -vingt_deux vingt_deux adj_num 1.25 8.99 1.25 8.99 -vingt_deuxième vingt_deuxième adj 0.03 0.27 0.03 0.27 -vingt_et_un vingt_et_un nom m 0.28 0.74 0.28 0.68 -vingt_et_un vingt_et_un nom f s 0.28 0.74 0.01 0.07 -vingt_et_unième vingt_et_unième adj 0.01 0.07 0.01 0.07 -vingt_huit vingt_huit adj_num 0.97 5.34 0.97 5.34 -vingt_huitième vingt_huitième adj 0.00 0.74 0.00 0.74 -vingt_neuf vingt_neuf adj_num 0.96 2.77 0.96 2.77 -vingt_neuvième vingt_neuvième adj 0.01 0.00 0.01 0.00 -vingt_quatre vingt_quatre adj_num 2.13 17.36 2.13 17.36 -vingt_quatrième vingt_quatrième adj 0.01 0.27 0.01 0.27 -vingt_sept vingt_sept adj_num 0.67 4.59 0.67 4.59 -vingt_septième vingt_septième adj 0.00 0.54 0.00 0.54 -vingt_six vingt_six adj_num 1.09 7.50 1.09 7.50 -vingt_sixième vingt_sixième adj 0.01 0.20 0.01 0.20 -vingt_trois vingt_trois adj_num 2.08 7.57 2.08 7.57 -vingt_troisième vingt_troisième adj 0.01 0.61 0.01 0.61 -vingt vingt adj_num 29.47 154.59 29.47 154.59 -vingtaine vingtaine nom f s 4.11 15.47 4.11 15.34 -vingtaines vingtaine nom f p 4.11 15.47 0.00 0.14 -vingtième vingtième adj 0.34 3.24 0.34 3.18 -vingtièmes vingtième adj 0.34 3.24 0.00 0.07 -vinicole vinicole adj s 0.04 0.00 0.04 0.00 -vinificatrice vinificateur nom f s 0.01 0.00 0.01 0.00 -vinrent venir ver 2763.69 1514.53 1.53 10.54 ind:pas:3p; -vins vin nom m p 86.86 110.47 5.95 10.54 -vinsse venir ver 2763.69 1514.53 0.00 0.20 sub:imp:1s; -vinssent venir ver 2763.69 1514.53 0.00 1.08 sub:imp:3p; -vint venir ver 2763.69 1514.53 7.58 88.72 ind:pas:3s; -vintage vintage nom m s 0.17 0.07 0.17 0.07 -vinyle vinyle nom m s 0.70 0.74 0.34 0.74 -vinyles vinyle nom m p 0.70 0.74 0.35 0.00 -vinylique vinylique adj m s 0.00 0.07 0.00 0.07 -vioc vioc nom m s 0.04 0.41 0.03 0.34 -viocard viocard nom m s 0.00 0.14 0.00 0.14 -viocque viocque nom s 0.00 0.07 0.00 0.07 -viocs vioc nom m p 0.04 0.41 0.01 0.07 -viol viol nom m s 15.33 8.51 13.43 7.23 -viola violer ver 39.43 19.19 1.49 0.54 ind:pas:3s; -violacer violacer ver 0.03 1.62 0.00 0.07 inf; -violacé violacé adj m s 0.04 5.88 0.01 1.89 -violacée violacé adj f s 0.04 5.88 0.02 1.55 -violacées violacer ver f p 0.03 1.62 0.02 0.47 par:pas; -violacés violacé adj m p 0.04 5.88 0.01 0.74 -violaient violer ver 39.43 19.19 0.19 0.27 ind:imp:3p; -violais violer ver 39.43 19.19 0.04 0.00 ind:imp:1s;ind:imp:2s; -violait violer ver 39.43 19.19 1.01 0.81 ind:imp:3s; -violant violer ver 39.43 19.19 0.68 0.61 par:pre; -violaçait violacer ver 0.03 1.62 0.00 0.07 ind:imp:3s; -violation violation nom f s 4.54 1.96 4.09 1.62 -violations violation nom f p 4.54 1.96 0.46 0.34 -viole violer ver 39.43 19.19 3.00 1.49 imp:pre:2s;ind:pre:1s;ind:pre:3s; -violemment violemment adv 2.80 20.88 2.80 20.88 -violence violence nom f s 41.45 56.49 39.66 53.11 -violences violence nom f p 41.45 56.49 1.79 3.38 -violent violent adj m s 24.99 51.49 12.84 19.39 -violentaient violenter ver 0.62 1.42 0.00 0.07 ind:imp:3p; -violentait violenter ver 0.62 1.42 0.01 0.20 ind:imp:3s; -violente violent adj f s 24.99 51.49 5.17 18.04 -violenter violenter ver 0.62 1.42 0.16 0.47 inf; -violentes violent adj f p 24.99 51.49 2.44 7.84 -violents violent adj m p 24.99 51.49 4.54 6.22 -violenté violenter ver m s 0.62 1.42 0.20 0.07 par:pas; -violentée violenter ver f s 0.62 1.42 0.07 0.14 par:pas; -violer violer ver 39.43 19.19 8.36 4.93 inf;; -violerai violer ver 39.43 19.19 0.03 0.07 ind:fut:1s; -violerais violer ver 39.43 19.19 0.10 0.00 cnd:pre:1s;cnd:pre:2s; -violerait violer ver 39.43 19.19 0.21 0.20 cnd:pre:3s; -violeras violer ver 39.43 19.19 0.02 0.00 ind:fut:2s; -violeront violer ver 39.43 19.19 0.05 0.07 ind:fut:3p; -violes violer ver 39.43 19.19 0.55 0.07 ind:pre:2s; -violet violet adj m s 4.38 26.28 2.29 7.91 -violeta violeter ver 0.44 0.00 0.44 0.00 ind:pas:3s; -violets violet adj m p 4.38 26.28 0.39 4.39 -violette violet adj f s 4.38 26.28 1.04 9.12 -violettes violette nom f p 1.94 6.89 1.17 4.39 -violeur violeur nom m s 6.41 2.30 4.52 1.35 -violeurs violeur nom m p 6.41 2.30 1.89 0.88 -violeuses violeur nom f p 6.41 2.30 0.00 0.07 -violez violer ver 39.43 19.19 0.60 0.00 imp:pre:2p;ind:pre:2p; -violine violine nom m s 0.00 0.20 0.00 0.20 -violines violine adj p 0.00 0.14 0.00 0.07 -violon violon nom m s 13.65 13.31 11.56 9.73 -violoncelle violoncelle nom m s 3.28 3.38 3.04 3.31 -violoncelles violoncelle nom m p 3.28 3.38 0.24 0.07 -violoncelliste violoncelliste nom s 0.81 0.14 0.79 0.07 -violoncellistes violoncelliste nom p 0.81 0.14 0.02 0.07 -violone violoner ver 0.00 0.07 0.00 0.07 ind:pre:1s; -violoneux violoneux nom m 0.00 0.41 0.00 0.41 -violoniste violoniste nom s 3.07 2.43 2.91 1.82 -violonistes violoniste nom p 3.07 2.43 0.16 0.61 -violons violon nom m p 13.65 13.31 2.09 3.58 -violâtre violâtre adj s 0.00 0.88 0.00 0.47 -violâtres violâtre adj p 0.00 0.88 0.00 0.41 -viols viol nom m p 15.33 8.51 1.90 1.28 -violé violer ver m s 39.43 19.19 9.36 2.97 par:pas; -violée violer ver f s 39.43 19.19 10.97 3.99 ind:imp:3p;par:pas; -violées violer ver f p 39.43 19.19 1.18 1.89 par:pas; -violés violer ver m p 39.43 19.19 0.70 0.41 par:pas; -vioque vioque nom f s 0.77 4.93 0.40 4.32 -vioques vioque nom f p 0.77 4.93 0.38 0.61 -viorne viorne nom f s 0.00 0.41 0.00 0.20 -viornes viorne nom f p 0.00 0.41 0.00 0.20 -vipère vipère nom f s 4.84 5.41 3.42 3.31 -vipères vipère nom f p 4.84 5.41 1.42 2.09 -vipéreau vipéreau nom m s 0.00 0.07 0.00 0.07 -vipérine vipérin adj f s 0.14 0.20 0.14 0.14 -vipérines vipérin adj f p 0.14 0.20 0.00 0.07 -vira virer ver 86.28 37.84 0.03 1.82 ind:pas:3s; -virage virage nom m s 6.75 12.91 5.98 8.72 -virages virage nom m p 6.75 12.91 0.77 4.19 -virago virago nom f s 0.02 0.20 0.01 0.07 -viragos virago nom f p 0.02 0.20 0.01 0.14 -virai virer ver 86.28 37.84 0.00 0.07 ind:pas:1s; -viraient virer ver 86.28 37.84 0.05 1.08 ind:imp:3p; -virais virer ver 86.28 37.84 0.19 0.07 ind:imp:1s;ind:imp:2s; -virait virer ver 86.28 37.84 0.21 2.30 ind:imp:3s; -viral viral adj m s 1.19 0.61 0.35 0.07 -virale viral adj f s 1.19 0.61 0.73 0.47 -virales viral adj f p 1.19 0.61 0.10 0.07 -virant virer ver 86.28 37.84 0.15 1.49 par:pre; -viraux viral adj m p 1.19 0.61 0.01 0.00 -vire virer ver 86.28 37.84 13.27 4.05 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -virement virement nom m s 1.75 0.34 1.48 0.14 -virements virement nom m p 1.75 0.34 0.27 0.20 -virent virer ver 86.28 37.84 2.04 11.62 ind:pre:3p; -virer virer ver 86.28 37.84 25.72 6.76 inf; -virera virer ver 86.28 37.84 0.44 0.07 ind:fut:3s; -virerai virer ver 86.28 37.84 0.20 0.00 ind:fut:1s; -virerais virer ver 86.28 37.84 0.21 0.00 cnd:pre:1s;cnd:pre:2s; -virerait virer ver 86.28 37.84 0.14 0.20 cnd:pre:3s; -vireras virer ver 86.28 37.84 0.05 0.00 ind:fut:2s; -virerez virer ver 86.28 37.84 0.09 0.00 ind:fut:2p; -vireront virer ver 86.28 37.84 0.11 0.00 ind:fut:3p; -vires virer ver 86.28 37.84 1.39 0.34 ind:pre:2s;sub:pre:2s; -vireuse vireux adj f s 0.00 0.07 0.00 0.07 -virevolta virevolter ver 0.48 2.97 0.00 0.14 ind:pas:3s; -virevoltaient virevolter ver 0.48 2.97 0.11 0.47 ind:imp:3p; -virevoltait virevolter ver 0.48 2.97 0.04 0.34 ind:imp:3s; -virevoltant virevolter ver 0.48 2.97 0.06 0.27 par:pre; -virevoltante virevoltant adj f s 0.01 0.41 0.01 0.20 -virevoltantes virevoltant adj f p 0.01 0.41 0.00 0.07 -virevolte virevolter ver 0.48 2.97 0.04 0.88 imp:pre:2s;ind:pre:1s;ind:pre:3s; -virevoltent virevolter ver 0.48 2.97 0.04 0.41 ind:pre:3p; -virevolter virevolter ver 0.48 2.97 0.18 0.41 inf; -virevoltes virevolter ver 0.48 2.97 0.01 0.00 ind:pre:2s; -virevolté virevolter ver m s 0.48 2.97 0.00 0.07 par:pas; -virez virer ver 86.28 37.84 6.47 0.00 imp:pre:2p;ind:pre:2p; -virgilien virgilien adj m s 0.00 0.41 0.00 0.14 -virgilienne virgilien adj f s 0.00 0.41 0.00 0.27 -virginal virginal adj m s 0.58 2.30 0.23 0.95 -virginale virginal adj f s 0.58 2.30 0.35 0.81 -virginalement virginalement adv 0.00 0.07 0.00 0.07 -virginales virginal adj f p 0.58 2.30 0.00 0.20 -virginaux virginal adj m p 0.58 2.30 0.00 0.34 -virginie virginie nom m s 0.11 31.28 0.11 31.28 -virginien virginien nom m s 0.07 0.34 0.04 0.07 -virginiens virginien nom m p 0.07 0.34 0.04 0.27 -virginité virginité nom f s 4.26 3.58 4.25 3.51 -virginités virginité nom f p 4.26 3.58 0.01 0.07 -virgule virgule nom f s 4.69 4.73 4.44 3.04 -virgules virgule nom f p 4.69 4.73 0.25 1.69 -viriez virer ver 86.28 37.84 0.07 0.00 ind:imp:2p; -viril viril adj m s 4.82 10.68 2.81 4.53 -virile viril adj f s 4.82 10.68 1.31 3.72 -virilement virilement adv 0.01 0.61 0.01 0.61 -viriles viril adj f p 4.82 10.68 0.25 1.15 -virilise viriliser ver 0.01 0.34 0.00 0.07 ind:pre:3s; -viriliser viriliser ver 0.01 0.34 0.01 0.07 inf; -virilisé viriliser ver m s 0.01 0.34 0.00 0.14 par:pas; -virilisés viriliser ver m p 0.01 0.34 0.00 0.07 par:pas; -virilité virilité nom f s 2.46 6.69 2.46 6.35 -virilités virilité nom f p 2.46 6.69 0.00 0.34 -virils viril adj m p 4.82 10.68 0.45 1.28 -viroles virole nom f p 0.00 0.07 0.00 0.07 -virolet virolet nom m s 0.00 0.07 0.00 0.07 -virologie virologie nom f s 0.28 0.00 0.28 0.00 -virologiste virologiste nom s 0.12 0.00 0.12 0.00 -virologue virologue nom s 0.14 0.00 0.13 0.00 -virologues virologue nom p 0.14 0.00 0.01 0.00 -virons virer ver 86.28 37.84 0.33 0.00 imp:pre:1p;ind:pre:1p; -virât virer ver 86.28 37.84 0.00 0.07 sub:imp:3s; -virèrent virer ver 86.28 37.84 0.00 0.07 ind:pas:3p; -virtualité virtualité nom f s 0.03 0.41 0.03 0.20 -virtualités virtualité nom f p 0.03 0.41 0.00 0.20 -virtuel virtuel adj m s 2.38 2.16 1.44 0.81 -virtuelle virtuel adj f s 2.38 2.16 0.77 0.54 -virtuellement virtuellement adv 0.60 1.15 0.60 1.15 -virtuelles virtuel adj f p 2.38 2.16 0.09 0.47 -virtuels virtuel adj m p 2.38 2.16 0.09 0.34 -virtuose virtuose nom s 0.80 2.23 0.52 1.55 -virtuoses virtuose nom p 0.80 2.23 0.28 0.68 -virtuosité virtuosité nom f s 0.20 1.82 0.20 1.82 -viré virer ver m s 86.28 37.84 25.59 6.28 par:pas;par:pas;par:pas; -virée virer ver f s 86.28 37.84 6.23 0.61 par:pas; -virées virée nom f p 4.13 3.92 0.70 1.28 -virulence virulence nom f s 0.12 0.95 0.12 0.95 -virulent virulent adj m s 0.96 1.62 0.23 0.41 -virulente virulent adj f s 0.96 1.62 0.55 0.81 -virulentes virulent adj f p 0.96 1.62 0.14 0.07 -virulents virulent adj m p 0.96 1.62 0.03 0.34 -virés virer ver m p 86.28 37.84 3.21 0.81 par:pas; -virus virus nom m 23.98 6.42 23.98 6.42 -vis_à_vis vis_à_vis pre 0.00 19.39 0.00 19.39 -vis voir ver 4119.49 2401.76 54.62 38.24 ind:pas:1s;ind:pas:2s; -visa visa nom m s 7.39 3.38 6.14 2.50 -visage visage nom m s 141.23 565.00 125.52 490.54 -visages visage nom m p 141.23 565.00 15.71 74.46 -visagiste visagiste nom s 0.01 0.14 0.01 0.14 -visai viser ver 38.03 27.57 0.00 0.20 ind:pas:1s; -visaient viser ver 38.03 27.57 0.48 2.03 ind:imp:3p; -visais viser ver 38.03 27.57 1.10 0.61 ind:imp:1s;ind:imp:2s; -visait viser ver 38.03 27.57 1.65 3.18 ind:imp:3s; -visant viser ver 38.03 27.57 1.23 3.38 par:pre; -visas visa nom m p 7.39 3.38 1.25 0.88 -viscose viscose nom f s 0.03 0.14 0.03 0.07 -viscoses viscose nom f p 0.03 0.14 0.00 0.07 -viscosité viscosité nom f s 0.06 0.74 0.06 0.68 -viscosités viscosité nom f p 0.06 0.74 0.00 0.07 -viscère viscère nom m s 0.43 2.97 0.03 0.20 -viscères viscère nom m p 0.43 2.97 0.40 2.77 -viscéral viscéral adj m s 0.37 1.96 0.23 0.61 -viscérale viscéral adj f s 0.37 1.96 0.11 1.22 -viscéralement viscéralement adv 0.07 0.00 0.07 0.00 -viscérales viscéral adj f p 0.37 1.96 0.01 0.07 -viscéraux viscéral adj m p 0.37 1.96 0.01 0.07 -vise viser ver 38.03 27.57 13.96 7.50 imp:pre:2s;ind:pre:1s;ind:pre:3s; -visent viser ver 38.03 27.57 1.32 0.88 ind:pre:3p; -viser viser ver 38.03 27.57 5.87 4.05 inf; -visera viser ver 38.03 27.57 0.14 0.00 ind:fut:3s; -viserai viser ver 38.03 27.57 0.07 0.07 ind:fut:1s; -viseraient viser ver 38.03 27.57 0.01 0.14 cnd:pre:3p; -viserais viser ver 38.03 27.57 0.14 0.00 cnd:pre:1s;cnd:pre:2s; -viserait viser ver 38.03 27.57 0.02 0.20 cnd:pre:3s; -viseront viser ver 38.03 27.57 0.05 0.07 ind:fut:3p; -vises viser ver 38.03 27.57 1.44 0.27 ind:pre:2s; -viseur viseur nom m s 1.93 1.22 1.48 1.08 -viseurs viseur nom m p 1.93 1.22 0.45 0.14 -visez viser ver 38.03 27.57 5.69 1.22 imp:pre:2p;ind:pre:2p; -vishnouisme vishnouisme nom m s 0.02 0.00 0.02 0.00 -visibilité visibilité nom f s 1.27 1.55 1.27 1.55 -visible visible adj s 8.98 30.61 7.41 24.05 -visiblement visiblement adv 6.94 23.99 6.94 23.99 -visibles visible adj p 8.98 30.61 1.57 6.55 -visiez viser ver 38.03 27.57 0.17 0.00 ind:imp:2p; -visioconférence visioconférence nom f s 0.01 0.00 0.01 0.00 -vision vision nom f s 35.48 41.82 25.81 33.78 -visionna visionner ver 1.56 0.88 0.01 0.00 ind:pas:3s; -visionnage visionnage nom m s 0.16 0.07 0.16 0.07 -visionnaire visionnaire nom m s 1.46 1.15 1.08 0.88 -visionnaires visionnaire nom m p 1.46 1.15 0.38 0.27 -visionnant visionner ver 1.56 0.88 0.04 0.00 par:pre; -visionne visionner ver 1.56 0.88 0.13 0.47 imp:pre:2s;ind:pre:1s;ind:pre:3s; -visionnent visionner ver 1.56 0.88 0.01 0.00 ind:pre:3p; -visionner visionner ver 1.56 0.88 0.56 0.34 inf; -visionnera visionner ver 1.56 0.88 0.04 0.00 ind:fut:3s; -visionneront visionner ver 1.56 0.88 0.02 0.00 ind:fut:3p; -visionneuse visionneur nom f s 0.06 0.14 0.06 0.14 -visionnez visionner ver 1.56 0.88 0.20 0.00 imp:pre:2p;ind:pre:2p; -visionnons visionner ver 1.56 0.88 0.04 0.00 imp:pre:1p; -visionné visionner ver m s 1.56 0.88 0.51 0.00 par:pas; -visionnés visionner ver m p 1.56 0.88 0.00 0.07 par:pas; -visions vision nom f p 35.48 41.82 9.66 8.04 -visiophone visiophone nom m s 0.01 0.00 0.01 0.00 -visita visiter ver 34.92 52.16 0.26 2.16 ind:pas:3s; -visitai visiter ver 34.92 52.16 0.00 1.01 ind:pas:1s; -visitaient visiter ver 34.92 52.16 0.04 0.95 ind:imp:3p; -visitais visiter ver 34.92 52.16 0.46 0.54 ind:imp:1s;ind:imp:2s; -visitait visiter ver 34.92 52.16 0.33 2.77 ind:imp:3s; -visitandines visitandine nom f p 0.00 0.07 0.00 0.07 -visitant visiter ver 34.92 52.16 0.24 1.96 par:pre; -visitation visitation nom f s 0.15 0.95 0.15 0.95 -visite_éclair visite_éclair nom f s 0.00 0.07 0.00 0.07 -visite visite nom f s 99.95 99.32 86.34 80.61 -visitent visiter ver 34.92 52.16 0.52 0.54 ind:pre:3p; -visiter visiter ver 34.92 52.16 21.23 23.18 inf; -visitera visiter ver 34.92 52.16 0.05 0.00 ind:fut:3s; -visiterai visiter ver 34.92 52.16 0.33 0.07 ind:fut:1s; -visiteraient visiter ver 34.92 52.16 0.00 0.07 cnd:pre:3p; -visiterait visiter ver 34.92 52.16 0.02 0.27 cnd:pre:3s; -visiteras visiter ver 34.92 52.16 0.03 0.14 ind:fut:2s; -visiterez visiter ver 34.92 52.16 0.06 0.34 ind:fut:2p; -visiterons visiter ver 34.92 52.16 0.17 0.27 ind:fut:1p; -visites visite nom f p 99.95 99.32 13.60 18.72 -visiteur visiteur nom m s 12.46 35.54 4.74 15.07 -visiteurs visiteur nom m p 12.46 35.54 7.55 16.76 -visiteuse visiteur nom f s 12.46 35.54 0.16 2.97 -visiteuses visiteuse nom f p 0.16 0.00 0.16 0.00 -visitez visiter ver 34.92 52.16 1.14 0.74 imp:pre:2p;ind:pre:2p; -visière visière nom f s 0.37 10.14 0.33 9.19 -visières visière nom f p 0.37 10.14 0.04 0.95 -visitiez visiter ver 34.92 52.16 0.13 0.07 ind:imp:2p; -visitions visiter ver 34.92 52.16 0.02 0.61 ind:imp:1p; -visitâmes visiter ver 34.92 52.16 0.00 0.47 ind:pas:1p; -visitons visiter ver 34.92 52.16 0.40 0.34 imp:pre:1p;ind:pre:1p; -visitât visiter ver 34.92 52.16 0.00 0.27 sub:imp:3s; -visitèrent visiter ver 34.92 52.16 0.01 0.61 ind:pas:3p; -visité visiter ver m s 34.92 52.16 4.15 6.01 par:pas; -visitée visiter ver f s 34.92 52.16 0.32 1.42 par:pas; -visitées visiter ver f p 34.92 52.16 0.30 0.54 par:pas; -visités visiter ver m p 34.92 52.16 0.27 0.95 par:pas; -vison vison nom m s 1.65 2.97 1.56 2.30 -visons viser ver 38.03 27.57 0.16 0.00 imp:pre:1p;ind:pre:1p; -visqueuse visqueux adj f s 1.71 7.43 0.53 2.57 -visqueuses visqueux adj f p 1.71 7.43 0.24 0.74 -visqueux visqueux adj m 1.71 7.43 0.94 4.12 -vissa visser ver 2.90 8.24 0.00 0.61 ind:pas:3s; -vissaient visser ver 2.90 8.24 0.00 0.07 ind:imp:3p; -vissait visser ver 2.90 8.24 0.01 0.68 ind:imp:3s; -vissant visser ver 2.90 8.24 0.10 0.34 par:pre; -visse visser ver 2.90 8.24 0.33 0.54 ind:pre:1s;ind:pre:3s; -vissent visser ver 2.90 8.24 0.11 0.00 ind:pre:3p; -visser visser ver 2.90 8.24 1.45 0.88 inf; -visserait visser ver 2.90 8.24 0.00 0.07 cnd:pre:3s; -visserie visserie nom f s 0.02 0.00 0.02 0.00 -vissez visser ver 2.90 8.24 0.17 0.00 imp:pre:2p;ind:pre:2p; -vissèrent visser ver 2.90 8.24 0.00 0.07 ind:pas:3p; -vissé visser ver m s 2.90 8.24 0.42 2.84 par:pas; -vissée visser ver f s 2.90 8.24 0.17 0.81 par:pas; -vissées vissé adj f p 0.11 0.20 0.01 0.07 -vissés visser ver m p 2.90 8.24 0.14 0.74 par:pas; -vista vista nom f s 0.86 0.14 0.86 0.14 -visé viser ver m s 38.03 27.57 3.70 2.23 par:pas; -visualisaient visualiser ver 1.41 0.34 0.00 0.07 ind:imp:3p; -visualisais visualiser ver 1.41 0.34 0.05 0.00 ind:imp:1s;ind:imp:2s; -visualisant visualiser ver 1.41 0.34 0.01 0.00 par:pre; -visualisation visualisation nom f s 0.21 0.00 0.21 0.00 -visualise visualiser ver 1.41 0.34 0.25 0.14 imp:pre:2s;ind:pre:1s;ind:pre:3s; -visualiser visualiser ver 1.41 0.34 0.48 0.00 inf; -visualiserai visualiser ver 1.41 0.34 0.01 0.00 ind:fut:1s; -visualises visualiser ver 1.41 0.34 0.29 0.07 ind:pre:2s; -visualisez visualiser ver 1.41 0.34 0.25 0.00 imp:pre:2p;ind:pre:2p; -visualisé visualiser ver m s 1.41 0.34 0.04 0.00 par:pas; -visualisée visualiser ver f s 1.41 0.34 0.00 0.07 par:pas; -visualisées visualiser ver f p 1.41 0.34 0.01 0.00 par:pas; -visualisés visualiser ver m p 1.41 0.34 0.01 0.00 par:pas; -visée visée nom f s 0.93 2.57 0.73 1.49 -visuel visuel adj m s 6.71 3.24 4.38 1.96 -visuelle visuel adj f s 6.71 3.24 1.34 0.68 -visuellement visuellement adv 0.32 0.14 0.32 0.14 -visuelles visuel adj f p 6.71 3.24 0.26 0.20 -visuels visuel adj m p 6.71 3.24 0.73 0.41 -visées visée nom f p 0.93 2.57 0.20 1.08 -visés visé adj m p 2.05 1.62 0.30 0.34 -vit vivre ver 510.05 460.34 74.42 39.80 ind:pre:3s; -vital vital adj m s 12.24 9.80 4.17 4.86 -vitale vital adj f s 12.24 9.80 4.11 3.11 -vitales vital adj f p 12.24 9.80 1.13 0.95 -vitaliser vitaliser ver 0.01 0.00 0.01 0.00 inf; -vitalité vitalité nom f s 1.08 6.49 1.08 6.49 -vitamine vitamine nom f s 5.77 2.30 1.31 0.34 -vitaminer vitaminer ver 0.00 0.07 0.00 0.07 inf; -vitamines vitamine nom f p 5.77 2.30 4.46 1.96 -vitaminé vitaminé adj m s 0.12 0.20 0.03 0.00 -vitaminée vitaminé adj f s 0.12 0.20 0.07 0.14 -vitaminées vitaminé adj f p 0.12 0.20 0.02 0.00 -vitaminés vitaminé adj m p 0.12 0.20 0.00 0.07 -vitaux vital adj m p 12.24 9.80 2.84 0.88 -vite vite adv_sup 491.64 351.89 491.64 351.89 -vitellin vitellin adj m s 0.01 0.00 0.01 0.00 -vitement vitement adv 0.00 0.07 0.00 0.07 -vitesse vitesse nom f s 40.12 57.84 37.89 54.59 -vitesses vitesse nom f p 40.12 57.84 2.23 3.24 -viticole viticole adj s 0.04 0.00 0.04 0.00 -viticulteur viticulteur nom m s 0.60 0.68 0.05 0.34 -viticulteurs viticulteur nom m p 0.60 0.68 0.16 0.34 -viticultrice viticulteur nom f s 0.60 0.68 0.40 0.00 -viticulture viticulture nom f s 0.03 0.00 0.03 0.00 -vitiligo vitiligo nom m s 0.01 0.00 0.01 0.00 -vitrage vitrage nom m s 0.24 0.81 0.14 0.54 -vitrages vitrage nom m p 0.24 0.81 0.10 0.27 -vitrail vitrail nom m s 1.77 7.77 1.38 3.58 -vitrauphanie vitrauphanie nom f s 0.00 0.07 0.00 0.07 -vitraux vitrail nom m p 1.77 7.77 0.40 4.19 -vitre vitre nom f s 16.35 76.22 10.21 41.28 -vitres vitre nom f p 16.35 76.22 6.14 34.93 -vitreuse vitreux adj f s 0.34 4.53 0.00 0.47 -vitreuses vitreux adj f p 0.34 4.53 0.01 0.14 -vitreux vitreux adj m 0.34 4.53 0.33 3.92 -vitrier vitrier nom m s 0.20 0.74 0.17 0.68 -vitriers vitrier nom m p 0.20 0.74 0.03 0.07 -vitrifia vitrifier ver 0.05 1.69 0.00 0.07 ind:pas:3s; -vitrifie vitrifier ver 0.05 1.69 0.01 0.07 ind:pre:1s;ind:pre:3s; -vitrifient vitrifier ver 0.05 1.69 0.00 0.07 ind:pre:3p; -vitrifier vitrifier ver 0.05 1.69 0.01 0.14 inf; -vitrifié vitrifier ver m s 0.05 1.69 0.01 0.88 par:pas; -vitrifiée vitrifier ver f s 0.05 1.69 0.01 0.20 par:pas; -vitrifiées vitrifier ver f p 0.05 1.69 0.00 0.07 par:pas; -vitrifiés vitrifier ver m p 0.05 1.69 0.01 0.20 par:pas; -vitrine vitrine nom f s 6.84 33.99 5.09 20.68 -vitrines vitrine nom f p 6.84 33.99 1.75 13.31 -vitriol vitriol nom m s 0.43 0.74 0.43 0.68 -vitrioler vitrioler ver 0.01 0.20 0.01 0.00 inf; -vitrioleurs vitrioleur nom m p 0.00 0.07 0.00 0.07 -vitriolique vitriolique adj f s 0.00 0.07 0.00 0.07 -vitriols vitriol nom m p 0.43 0.74 0.00 0.07 -vitriolé vitrioler ver m s 0.01 0.20 0.00 0.20 par:pas; -vitrophanie vitrophanie nom f s 0.00 0.07 0.00 0.07 -vitré vitré adj m s 0.57 15.61 0.06 1.62 -vitrée vitré adj f s 0.57 15.61 0.30 11.22 -vitrées vitré adj f p 0.57 15.61 0.21 2.36 -vitrés vitré adj m p 0.57 15.61 0.00 0.41 -vits vit nom m p 0.00 0.14 0.00 0.14 -vitupère vitupérer ver 0.02 1.08 0.00 0.07 imp:pre:2s; -vitupéraient vitupérer ver 0.02 1.08 0.00 0.07 ind:imp:3p; -vitupérait vitupérer ver 0.02 1.08 0.00 0.41 ind:imp:3s; -vitupérant vitupérer ver 0.02 1.08 0.00 0.27 par:pre; -vitupérations vitupération nom f p 0.00 0.07 0.00 0.07 -vitupérer vitupérer ver 0.02 1.08 0.02 0.27 inf; -vivable vivable adj s 0.41 1.35 0.40 1.08 -vivables vivable adj p 0.41 1.35 0.01 0.27 -vivace vivace adj s 0.52 4.66 0.35 3.58 -vivaces vivace adj p 0.52 4.66 0.17 1.08 -vivacité vivacité nom f s 0.74 8.58 0.74 8.51 -vivacités vivacité nom f p 0.74 8.58 0.00 0.07 -vivaient vivre ver 510.05 460.34 6.18 15.74 ind:imp:3p; -vivais vivre ver 510.05 460.34 8.91 10.81 ind:imp:1s;ind:imp:2s; -vivait vivre ver 510.05 460.34 20.50 53.18 ind:imp:3s; -vivandier vivandier nom m s 0.10 0.34 0.10 0.00 -vivandiers vivandier nom m p 0.10 0.34 0.00 0.14 -vivandière vivandier nom f s 0.10 0.34 0.00 0.14 -vivandières vivandière nom f p 0.01 0.00 0.01 0.00 -vivant vivant adj m s 124.97 92.23 76.38 41.15 -vivante vivant adj f s 124.97 92.23 28.12 29.32 -vivantes vivant adj f p 124.97 92.23 3.31 6.35 -vivants vivant adj m p 124.97 92.23 17.16 15.41 -vivarium vivarium nom m s 0.03 0.41 0.03 0.41 -vivat vivat nom_sup m s 0.84 0.00 0.84 0.00 -vivats vivats nom m p 0.06 1.82 0.06 1.82 -vive vive ono 35.95 12.09 35.95 12.09 -vivement vivement adv 5.85 29.86 5.85 29.86 -vivent vivre ver 510.05 460.34 30.50 19.39 ind:pre:3p;sub:pre:3p; -vives vif adj f p 22.95 95.07 1.71 12.70 -viveur viveur nom m s 0.03 0.41 0.03 0.34 -viveurs viveur nom m p 0.03 0.41 0.00 0.07 -vivez vivre ver 510.05 460.34 15.09 2.84 imp:pre:2p;ind:pre:2p; -vivier vivier nom m s 0.10 1.42 0.07 1.15 -viviers vivier nom m p 0.10 1.42 0.02 0.27 -viviez vivre ver 510.05 460.34 1.94 0.74 ind:imp:2p; -vivifiait vivifier ver 0.22 1.15 0.02 0.14 ind:imp:3s; -vivifiant vivifiant adj m s 0.58 1.28 0.29 0.81 -vivifiante vivifiant adj f s 0.58 1.28 0.17 0.47 -vivifiantes vivifiant adj f p 0.58 1.28 0.10 0.00 -vivifiants vivifiant adj m p 0.58 1.28 0.01 0.00 -vivification vivification nom f s 0.01 0.00 0.01 0.00 -vivifie vivifier ver 0.22 1.15 0.01 0.07 ind:pre:3s; -vivifier vivifier ver 0.22 1.15 0.01 0.07 inf; -vivifié vivifier ver m s 0.22 1.15 0.11 0.14 par:pas; -vivifiée vivifier ver f s 0.22 1.15 0.01 0.34 par:pas; -vivifiées vivifier ver f p 0.22 1.15 0.02 0.14 par:pas; -vivions vivre ver 510.05 460.34 2.69 7.64 ind:imp:1p; -vivisecteur vivisecteur nom m s 0.04 0.00 0.04 0.00 -vivisection vivisection nom f s 0.34 0.41 0.34 0.14 -vivisections vivisection nom f p 0.34 0.41 0.00 0.27 -vivons vivre ver 510.05 460.34 12.40 7.64 imp:pre:1p;ind:pre:1p; -vivota vivoter ver 0.47 1.28 0.00 0.07 ind:pas:3s; -vivotaient vivoter ver 0.47 1.28 0.00 0.07 ind:imp:3p; -vivotais vivoter ver 0.47 1.28 0.01 0.07 ind:imp:1s; -vivotait vivoter ver 0.47 1.28 0.14 0.47 ind:imp:3s; -vivotant vivoter ver 0.47 1.28 0.00 0.14 par:pre; -vivote vivoter ver 0.47 1.28 0.27 0.20 ind:pre:1s;ind:pre:3s; -vivotent vivoter ver 0.47 1.28 0.00 0.07 ind:pre:3p; -vivoter vivoter ver 0.47 1.28 0.02 0.14 inf; -vivotèrent vivoter ver 0.47 1.28 0.00 0.07 ind:pas:3p; -vivoté vivoter ver m s 0.47 1.28 0.03 0.00 par:pas; -vivra vivre ver 510.05 460.34 7.86 2.64 ind:fut:3s; -vivrai vivre ver 510.05 460.34 5.25 1.62 ind:fut:1s; -vivraient vivre ver 510.05 460.34 0.65 0.68 cnd:pre:3p; -vivrais vivre ver 510.05 460.34 1.58 1.49 cnd:pre:1s;cnd:pre:2s; -vivrait vivre ver 510.05 460.34 2.56 3.38 cnd:pre:3s; -vivras vivre ver 510.05 460.34 3.84 0.27 ind:fut:2s; -vivre vivre ver 510.05 460.34 218.39 186.82 inf; -vivres vivre nom m p 12.61 10.34 7.37 6.89 -vivrez vivre ver 510.05 460.34 3.24 0.41 ind:fut:2p; -vivriers vivrier adj m p 0.00 0.07 0.00 0.07 -vivriez vivre ver 510.05 460.34 0.05 0.07 cnd:pre:2p; -vivrions vivre ver 510.05 460.34 0.32 0.00 cnd:pre:1p; -vivrons vivre ver 510.05 460.34 3.28 1.42 ind:fut:1p; -vivront vivre ver 510.05 460.34 1.22 0.41 ind:fut:3p; -vizir vizir nom m s 0.15 7.97 0.15 7.03 -vizirs vizir nom m p 0.15 7.97 0.00 0.95 -vlan vlan ono 1.05 3.18 1.05 3.18 -vlouf vlouf ono 0.00 0.54 0.00 0.54 -voïvodie voïvodie nom f s 0.40 0.00 0.27 0.00 -voïvodies voïvodie nom f p 0.40 0.00 0.14 0.00 -voûta voûter ver 0.18 5.54 0.00 0.20 ind:pas:3s; -voûtaient voûter ver 0.18 5.54 0.00 0.14 ind:imp:3p; -voûtait voûter ver 0.18 5.54 0.00 0.54 ind:imp:3s; -voûtant voûter ver 0.18 5.54 0.00 0.14 par:pre; -voûte voûte nom f s 2.21 27.09 1.71 18.85 -voûtent voûter ver 0.18 5.54 0.00 0.14 ind:pre:3p; -voûter voûter ver 0.18 5.54 0.01 0.34 inf; -voûtes voûte nom f p 2.21 27.09 0.50 8.24 -voûtât voûter ver 0.18 5.54 0.00 0.07 sub:imp:3s; -voûtèrent voûter ver 0.18 5.54 0.00 0.14 ind:pas:3p; -voûté voûté adj m s 0.41 11.82 0.35 6.89 -voûtée voûté adj f s 0.41 11.82 0.01 2.50 -voûtées voûté adj f p 0.41 11.82 0.01 1.42 -voûtés voûté adj m p 0.41 11.82 0.04 1.01 -vocable vocable nom m s 0.22 2.16 0.02 1.08 -vocables vocable nom m p 0.22 2.16 0.20 1.08 -vocabulaire vocabulaire nom m s 3.02 10.41 3.02 10.27 -vocabulaires vocabulaire nom m p 3.02 10.41 0.00 0.14 -vocal vocal adj m s 4.63 3.72 1.13 0.68 -vocale vocal adj f s 4.63 3.72 2.45 0.68 -vocalement vocalement adv 0.01 0.07 0.01 0.07 -vocales vocal adj f p 4.63 3.72 0.84 2.23 -vocalique vocalique adj f s 0.00 0.07 0.00 0.07 -vocalisait vocaliser ver 0.02 0.34 0.00 0.14 ind:imp:3s; -vocalisant vocaliser ver 0.02 0.34 0.01 0.07 par:pre; -vocalisation vocalisation nom f s 0.02 0.27 0.02 0.14 -vocalisations vocalisation nom f p 0.02 0.27 0.00 0.14 -vocalise vocalise nom f s 0.05 1.28 0.00 0.27 -vocaliser vocaliser ver 0.02 0.34 0.01 0.00 inf; -vocalises vocalise nom f p 0.05 1.28 0.05 1.01 -vocaliste vocaliste nom s 0.02 0.07 0.02 0.07 -vocatif vocatif nom m s 0.01 0.14 0.01 0.00 -vocatifs vocatif nom m p 0.01 0.14 0.00 0.14 -vocation vocation nom f s 9.26 22.84 8.87 21.82 -vocations vocation nom f p 9.26 22.84 0.39 1.01 -vocaux vocal adj m p 4.63 3.72 0.21 0.14 -vocifère vociférer ver 0.49 3.92 0.16 0.74 imp:pre:2s;ind:pre:1s;ind:pre:3s; -vocifèrent vociférer ver 0.49 3.92 0.00 0.14 ind:pre:3p; -vociféra vociférer ver 0.49 3.92 0.00 0.54 ind:pas:3s; -vociférai vociférer ver 0.49 3.92 0.00 0.07 ind:pas:1s; -vociféraient vociférer ver 0.49 3.92 0.00 0.14 ind:imp:3p; -vociférais vociférer ver 0.49 3.92 0.00 0.14 ind:imp:1s; -vociférait vociférer ver 0.49 3.92 0.01 0.68 ind:imp:3s; -vociférant vociférant adj m s 0.14 0.95 0.14 0.34 -vociférante vociférant adj f s 0.14 0.95 0.00 0.14 -vociférantes vociférant adj f p 0.14 0.95 0.00 0.34 -vociférants vociférant adj m p 0.14 0.95 0.00 0.14 -vocifération vocifération nom f s 0.02 2.03 0.00 0.14 -vociférations vocifération nom f p 0.02 2.03 0.02 1.89 -vociférer vociférer ver 0.49 3.92 0.29 0.54 inf; -vociférés vociférer ver m p 0.49 3.92 0.00 0.07 par:pas; -vocodeur vocodeur nom m s 0.01 0.00 0.01 0.00 -vodka vodka nom f s 17.07 8.31 16.93 8.24 -vodkas vodka nom f p 17.07 8.31 0.14 0.07 -vodou vodou nom m s 0.04 0.00 0.03 0.00 -vodous vodou nom m p 0.04 0.00 0.01 0.00 -voeu voeu nom m s 28.58 21.28 10.72 10.61 -voeux voeu nom m p 28.58 21.28 17.86 10.68 -vogua voguer ver 2.69 6.35 0.14 0.07 ind:pas:3s; -voguaient voguer ver 2.69 6.35 0.00 0.14 ind:imp:3p; -voguais voguer ver 2.69 6.35 0.02 0.00 ind:imp:1s;ind:imp:2s; -voguait voguer ver 2.69 6.35 0.28 1.35 ind:imp:3s; -voguant voguer ver 2.69 6.35 0.13 0.54 par:pre; -vogue vogue nom f s 2.43 3.58 2.43 3.51 -voguent voguer ver 2.69 6.35 0.26 0.61 ind:pre:3p;sub:pre:3p; -voguer voguer ver 2.69 6.35 1.18 1.15 inf; -voguera voguer ver 2.69 6.35 0.03 0.07 ind:fut:3s; -voguerai voguer ver 2.69 6.35 0.04 0.00 ind:fut:1s; -voguerait voguer ver 2.69 6.35 0.00 0.07 cnd:pre:3s; -voguerions voguer ver 2.69 6.35 0.00 0.07 cnd:pre:1p; -voguerons voguer ver 2.69 6.35 0.12 0.07 ind:fut:1p; -vogues voguer ver 2.69 6.35 0.01 0.07 ind:pre:2s; -voguions voguer ver 2.69 6.35 0.01 0.41 ind:imp:1p; -voguons voguer ver 2.69 6.35 0.09 0.14 imp:pre:1p;ind:pre:1p; -vogué voguer ver m s 2.69 6.35 0.02 0.34 par:pas; -voici voici pre 277.59 97.30 277.59 97.30 -voie voie nom f s 56.06 71.01 47.01 53.58 -voient voir ver 4119.49 2401.76 26.16 20.20 ind:pre:3p;sub:pre:3p; -voies voie nom f p 56.06 71.01 9.05 17.43 -voila voiler ver 39.65 14.73 35.54 1.35 ind:pas:3s; -voilage voilage nom m s 0.00 0.74 0.00 0.27 -voilages voilage nom m p 0.00 0.74 0.00 0.47 -voilaient voiler ver 39.65 14.73 0.00 0.88 ind:imp:3p; -voilais voiler ver 39.65 14.73 0.02 0.07 ind:imp:1s; -voilait voiler ver 39.65 14.73 0.02 1.69 ind:imp:3s; -voilant voiler ver 39.65 14.73 0.00 0.74 par:pre; -voile voile nom s 20.51 48.31 15.49 30.27 -voilent voiler ver 39.65 14.73 0.13 0.47 ind:pre:3p; -voiler voiler ver 39.65 14.73 0.68 1.42 inf; -voilera voiler ver 39.65 14.73 0.14 0.00 ind:fut:3s; -voileront voiler ver 39.65 14.73 0.01 0.00 ind:fut:3p; -voiles voile nom p 20.51 48.31 5.02 18.04 -voilette voilette nom f s 0.06 2.97 0.05 2.57 -voilettes voilette nom f p 0.06 2.97 0.01 0.41 -voilez voiler ver 39.65 14.73 0.08 0.07 imp:pre:2p;ind:pre:2p; -voilier voilier nom m s 1.94 4.86 1.67 2.77 -voiliers voilier nom m p 1.94 4.86 0.27 2.09 -voilà voilà pre 726.44 329.12 726.44 329.12 -voilons voiler ver 39.65 14.73 0.06 0.14 imp:pre:1p;ind:pre:1p; -voilèrent voiler ver 39.65 14.73 0.00 0.07 ind:pas:3p; -voilé voiler ver m s 39.65 14.73 0.30 2.09 par:pas; -voilée voilé adj f s 1.50 6.08 0.90 2.30 -voilées voilé adj f p 1.50 6.08 0.10 1.28 -voilure voilure nom f s 0.17 0.74 0.16 0.47 -voilures voilure nom f p 0.17 0.74 0.01 0.27 -voilés voilé adj m p 1.50 6.08 0.31 0.95 -voir voir ver 4119.49 2401.76 1401.10 716.55 ind:imp:3s;inf; -voire voire adv_sup 7.42 16.89 7.42 16.89 -voirie voirie nom f s 0.77 1.22 0.77 1.22 -vois voir ver 4119.49 2401.76 689.75 253.72 imp:pre:2s;ind:pre:1s;ind:pre:2s; -voisin voisin nom m s 56.00 81.82 19.55 28.85 -voisinage voisinage nom m s 5.17 10.41 5.16 10.34 -voisinages voisinage nom m p 5.17 10.41 0.01 0.07 -voisinaient voisiner ver 0.04 3.31 0.00 1.08 ind:imp:3p; -voisinait voisiner ver 0.04 3.31 0.00 0.47 ind:imp:3s; -voisinant voisiner ver 0.04 3.31 0.00 0.41 par:pre; -voisine voisin nom f s 56.00 81.82 10.92 15.07 -voisinent voisiner ver 0.04 3.31 0.01 0.61 ind:pre:3p; -voisiner voisiner ver 0.04 3.31 0.01 0.34 inf; -voisines voisin adj f p 14.31 49.73 1.67 5.54 -voisins voisin nom m p 56.00 81.82 24.33 33.31 -voisiné voisiner ver m s 0.04 3.31 0.01 0.00 par:pas; -voit voir ver 4119.49 2401.76 181.98 158.78 ind:pre:3s; -voituraient voiturer ver 2.05 0.88 0.00 0.07 ind:imp:3p; -voiturait voiturer ver 2.05 0.88 0.00 0.07 ind:imp:3s; -voiture_balai voiture_balai nom f s 0.23 0.07 0.23 0.00 -voiture_bar voiture_bar nom f s 0.01 0.00 0.01 0.00 -voiture_lit voiture_lit nom f s 0.01 0.00 0.01 0.00 -voiture_restaurant voiture_restaurant nom f s 0.05 0.00 0.05 0.00 -voiture voiture nom s 429.40 283.11 388.87 221.15 -voiturer voiturer ver 2.05 0.88 0.02 0.14 inf; -voitureront voiturer ver 2.05 0.88 0.00 0.07 ind:fut:3p; -voiture_balai voiture_balai nom f p 0.23 0.07 0.00 0.07 -voitures voiture nom f p 429.40 283.11 40.53 61.96 -voiturette voiturette nom f s 0.38 0.74 0.35 0.34 -voiturettes voiturette nom f p 0.38 0.74 0.02 0.41 -voiturier voiturier nom m s 0.86 0.47 0.70 0.47 -voituriers voiturier nom m p 0.86 0.47 0.16 0.00 -voiturin voiturin nom m s 0.00 0.07 0.00 0.07 -voituré voiturer ver m s 2.05 0.88 0.00 0.07 par:pas; -voix_off voix_off nom f 0.04 0.00 0.04 0.00 -voix voix nom f 130.83 612.70 130.83 612.70 -vol_au_vent vol_au_vent nom m 0.02 0.14 0.02 0.14 -vol vol nom m s 82.42 48.31 74.14 41.22 -vola voler ver 238.82 88.65 0.93 1.96 ind:pas:3s; -volage volage adj s 1.79 1.62 1.69 1.62 -volages volage adj p 1.79 1.62 0.10 0.00 -volai voler ver 238.82 88.65 0.14 0.27 ind:pas:1s; -volaient voler ver 238.82 88.65 1.14 5.20 ind:imp:3p; -volaille volaille nom f s 2.61 6.49 2.31 3.45 -volailler volailler nom m s 0.02 0.20 0.02 0.07 -volaillers volailler nom m p 0.02 0.20 0.00 0.14 -volailles volaille nom f p 2.61 6.49 0.30 3.04 -volais voler ver 238.82 88.65 2.02 1.08 ind:imp:1s;ind:imp:2s; -volait voler ver 238.82 88.65 4.45 5.95 ind:imp:3s; -volant volant nom m s 19.65 37.30 19.23 33.51 -volante volant adj f s 8.78 9.66 2.81 1.62 -volantes volant adj f p 8.78 9.66 1.24 1.96 -volants volant adj m p 8.78 9.66 2.47 2.03 -volanté volanter ver m s 0.05 0.14 0.00 0.07 par:pas; -volapük volapük nom m s 0.00 0.07 0.00 0.07 -volassent voler ver 238.82 88.65 0.00 0.07 sub:imp:3p; -volatil volatil adj m s 0.64 1.49 0.06 0.34 -volatile volatil adj f s 0.64 1.49 0.49 0.61 -volatiles volatile nom m p 0.47 2.57 0.30 1.22 -volatilisa volatiliser ver 2.00 2.97 0.00 0.14 ind:pas:3s; -volatilisaient volatiliser ver 2.00 2.97 0.00 0.14 ind:imp:3p; -volatilisait volatiliser ver 2.00 2.97 0.02 0.14 ind:imp:3s; -volatilisant volatiliser ver 2.00 2.97 0.00 0.07 par:pre; -volatilisation volatilisation nom f s 0.01 0.00 0.01 0.00 -volatilise volatiliser ver 2.00 2.97 0.07 0.14 imp:pre:2s;ind:pre:3s; -volatilisent volatiliser ver 2.00 2.97 0.05 0.14 ind:pre:3p; -volatiliser volatiliser ver 2.00 2.97 0.13 0.27 inf; -volatilisé volatiliser ver m s 2.00 2.97 0.95 0.68 par:pas; -volatilisée volatiliser ver f s 2.00 2.97 0.56 0.54 par:pas; -volatilisées volatiliser ver f p 2.00 2.97 0.02 0.20 par:pas; -volatilisés volatiliser ver m p 2.00 2.97 0.20 0.54 par:pas; -volatilité volatilité nom f s 0.04 0.00 0.04 0.00 -volatils volatil adj m p 0.64 1.49 0.01 0.20 -volcan volcan nom m s 5.50 5.34 4.52 3.85 -volcanique volcanique adj s 0.91 1.69 0.69 1.15 -volcaniques volcanique adj p 0.91 1.69 0.22 0.54 -volcanologique volcanologique adj m s 0.01 0.00 0.01 0.00 -volcanologue volcanologue nom s 0.02 0.00 0.02 0.00 -volcans volcan nom m p 5.50 5.34 0.98 1.49 -vole voler ver 238.82 88.65 35.31 10.07 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -volent voler ver 238.82 88.65 9.53 5.61 ind:pre:3p; -voler voler ver 238.82 88.65 67.88 26.01 inf; -volera voler ver 238.82 88.65 2.68 0.47 ind:fut:3s; -volerai voler ver 238.82 88.65 1.00 0.07 ind:fut:1s; -voleraient voler ver 238.82 88.65 0.07 0.07 cnd:pre:3p; -volerais voler ver 238.82 88.65 0.44 0.07 cnd:pre:1s;cnd:pre:2s; -volerait voler ver 238.82 88.65 0.94 0.68 cnd:pre:3s; -voleras voler ver 238.82 88.65 0.57 0.00 ind:fut:2s; -volerez voler ver 238.82 88.65 0.25 0.07 ind:fut:2p; -volerie volerie nom f s 0.01 0.00 0.01 0.00 -voleriez voler ver 238.82 88.65 0.05 0.00 cnd:pre:2p; -volerons voler ver 238.82 88.65 0.50 0.00 ind:fut:1p; -voleront voler ver 238.82 88.65 0.89 0.34 ind:fut:3p; -voles voler ver 238.82 88.65 4.82 0.68 ind:pre:2s;sub:pre:2s; -volet volet nom m s 5.93 41.55 2.21 6.89 -voleta voleter ver 0.45 7.23 0.00 0.20 ind:pas:3s; -voletaient voleter ver 0.45 7.23 0.01 1.82 ind:imp:3p; -voletait voleter ver 0.45 7.23 0.00 1.22 ind:imp:3s; -voletant voleter ver 0.45 7.23 0.03 1.42 par:pre; -voletante voletant adj f s 0.01 0.81 0.00 0.27 -voletantes voletant adj f p 0.01 0.81 0.00 0.20 -voleter voleter ver 0.45 7.23 0.14 1.35 inf; -voletez voleter ver 0.45 7.23 0.02 0.00 imp:pre:2p; -volets volet nom m p 5.93 41.55 3.72 34.66 -volette voleter ver 0.45 7.23 0.14 0.54 ind:pre:1s;ind:pre:3s; -volettent voleter ver 0.45 7.23 0.10 0.68 ind:pre:3p; -voleur voleur nom m s 68.01 22.70 41.39 11.15 -voleurs voleur nom m p 68.01 22.70 21.91 9.86 -voleuse voleur nom f s 68.01 22.70 4.71 1.55 -voleuses voleuse nom f p 0.17 0.00 0.17 0.00 -volez voler ver 238.82 88.65 3.59 0.27 imp:pre:2p;ind:pre:2p; -voliez voler ver 238.82 88.65 0.65 0.07 ind:imp:2p; -volige volige nom f s 0.01 0.54 0.00 0.14 -voliges volige nom f p 0.01 0.54 0.01 0.41 -volions voler ver 238.82 88.65 0.19 0.14 ind:imp:1p; -volière volière nom f s 0.36 3.24 0.34 2.97 -volières volière nom f p 0.36 3.24 0.02 0.27 -volition volition nom f s 0.00 0.27 0.00 0.14 -volitions volition nom f p 0.00 0.27 0.00 0.14 -volley_ball volley_ball nom m s 0.25 0.68 0.25 0.68 -volley volley nom m s 1.51 0.07 1.51 0.07 -volleyeur volleyeur nom m s 0.14 0.14 0.14 0.07 -volleyeurs volleyeur nom m p 0.14 0.14 0.00 0.07 -volons voler ver 238.82 88.65 0.79 0.20 imp:pre:1p;ind:pre:1p; -volontaire volontaire adj s 14.48 13.99 11.54 10.74 -volontairement volontairement adv 3.59 9.12 3.59 9.12 -volontaires volontaire nom p 8.03 6.28 5.05 5.27 -volontariat volontariat nom m s 0.60 0.20 0.60 0.20 -volontarisme volontarisme nom m s 0.00 0.14 0.00 0.14 -volontariste volontariste adj s 0.00 0.20 0.00 0.14 -volontaristes volontariste adj p 0.00 0.20 0.00 0.07 -volontiers volontiers adv_sup 19.41 40.61 19.41 40.61 -volonté volonté nom f s 47.08 74.93 44.41 70.54 -volontés volonté nom f p 47.08 74.93 2.67 4.39 -volât voler ver 238.82 88.65 0.00 0.14 sub:imp:3s; -vols vol nom m p 82.42 48.31 8.28 7.09 -volt volt nom m s 2.00 0.27 0.40 0.00 -voltaïque voltaïque adj f s 0.01 0.00 0.01 0.00 -voltage voltage nom m s 0.41 0.34 0.41 0.34 -voltaient volter ver 0.01 0.14 0.00 0.07 ind:imp:3p; -voltaire voltaire nom m s 0.00 0.14 0.00 0.07 -voltaires voltaire nom m p 0.00 0.14 0.00 0.07 -voltairien voltairien adj m s 0.01 0.00 0.01 0.00 -volte_face volte_face nom f 0.26 3.31 0.26 3.31 -volte volte nom f s 0.67 1.35 0.67 0.74 -volter volter ver 0.01 0.14 0.01 0.07 inf; -voltes volte nom f p 0.67 1.35 0.00 0.61 -volèrent voler ver 238.82 88.65 0.04 0.68 ind:pas:3p; -voltige voltige nom f s 0.45 2.09 0.45 1.96 -voltigea voltiger ver 1.40 4.46 0.00 0.27 ind:pas:3s; -voltigeaient voltiger ver 1.40 4.46 0.00 1.28 ind:imp:3p; -voltigeait voltiger ver 1.40 4.46 0.00 0.07 ind:imp:3s; -voltigeant voltiger ver 1.40 4.46 0.14 0.68 par:pre; -voltigement voltigement nom m s 0.00 0.07 0.00 0.07 -voltigent voltiger ver 1.40 4.46 0.81 0.47 ind:pre:3p; -voltiger voltiger ver 1.40 4.46 0.21 0.95 inf; -voltiges voltige nom f p 0.45 2.09 0.00 0.14 -voltigeur voltigeur nom m s 0.15 5.00 0.14 2.09 -voltigeurs voltigeur nom m p 0.15 5.00 0.01 2.91 -voltigèrent voltiger ver 1.40 4.46 0.00 0.34 ind:pas:3p; -voltigé voltiger ver m s 1.40 4.46 0.03 0.07 par:pas; -voltmètre voltmètre nom m s 0.23 0.07 0.23 0.07 -volts volt nom m p 2.00 0.27 1.60 0.27 -volé voler ver m s 238.82 88.65 79.01 19.26 par:pas; -volubile volubile adj s 0.07 4.73 0.05 3.72 -volubilement volubilement adv 0.00 0.74 0.00 0.74 -volubiles volubile adj p 0.07 4.73 0.02 1.01 -volubilis volubilis nom m 0.00 1.35 0.00 1.35 -volubilité volubilité nom f s 0.00 1.55 0.00 1.55 -volée voler ver f s 238.82 88.65 10.14 2.23 par:pas; -volées voler ver f p 238.82 88.65 2.24 0.81 par:pas; -volume volume nom m s 6.48 27.84 5.45 16.35 -volumes volume nom m p 6.48 27.84 1.03 11.49 -volémie volémie nom f s 0.01 0.00 0.01 0.00 -volumineuse volumineux adj f s 0.37 5.41 0.04 1.55 -volumineuses volumineux adj f p 0.37 5.41 0.10 0.47 -volumineux volumineux adj m 0.37 5.41 0.22 3.38 -volumique volumique adj f s 0.01 0.00 0.01 0.00 -volumétrique volumétrique adj s 0.02 0.00 0.02 0.00 -volupté volupté nom f s 3.27 11.42 3.27 10.20 -voluptueuse voluptueux adj f s 0.62 7.36 0.41 1.96 -voluptueusement voluptueusement adv 0.01 3.11 0.01 3.11 -voluptueuses voluptueux adj f p 0.62 7.36 0.11 0.95 -voluptueux voluptueux adj m 0.62 7.36 0.10 4.46 -voluptés volupté nom f p 3.27 11.42 0.00 1.22 -volés voler ver m p 238.82 88.65 4.93 2.09 par:pas; -volute volute nom f s 0.03 6.69 0.00 0.41 -volutes volute nom f p 0.03 6.69 0.03 6.28 -volvaires volvaire nom f p 0.00 0.07 0.00 0.07 -volve volve nom f s 0.01 0.07 0.01 0.07 -vomi vomir ver m s 26.12 23.31 5.19 2.70 par:pas; -vomie vomir ver f s 26.12 23.31 0.24 0.27 par:pas; -vomies vomir ver f p 26.12 23.31 0.14 0.14 par:pas; -vomique vomique adj m s 0.00 0.07 0.00 0.07 -vomir vomir ver 26.12 23.31 13.75 11.62 inf; -vomira vomir ver 26.12 23.31 0.09 0.14 ind:fut:3s; -vomirai vomir ver 26.12 23.31 0.05 0.00 ind:fut:1s; -vomirais vomir ver 26.12 23.31 0.18 0.07 cnd:pre:1s; -vomirait vomir ver 26.12 23.31 0.03 0.14 cnd:pre:3s; -vomiras vomir ver 26.12 23.31 0.03 0.07 ind:fut:2s; -vomirent vomir ver 26.12 23.31 0.00 0.07 ind:pas:3p; -vomirez vomir ver 26.12 23.31 0.04 0.00 ind:fut:2p; -vomiront vomir ver 26.12 23.31 0.01 0.07 ind:fut:3p; -vomis vomir ver m p 26.12 23.31 1.94 0.88 imp:pre:2s;ind:pre:1s;ind:pre:2s;par:pas; -vomissaient vomir ver 26.12 23.31 0.28 0.41 ind:imp:3p; -vomissais vomir ver 26.12 23.31 0.06 0.27 ind:imp:1s;ind:imp:2s; -vomissait vomir ver 26.12 23.31 0.33 2.30 ind:imp:3s; -vomissant vomir ver 26.12 23.31 0.11 0.81 par:pre; -vomisse vomir ver 26.12 23.31 0.43 0.34 sub:pre:1s;sub:pre:3s; -vomissement vomissement nom m s 1.31 1.55 0.44 0.61 -vomissements vomissement nom m p 1.31 1.55 0.88 0.95 -vomissent vomir ver 26.12 23.31 0.61 0.20 ind:pre:3p; -vomisseur vomisseur adj m s 0.03 0.07 0.03 0.07 -vomissez vomir ver 26.12 23.31 0.16 0.07 imp:pre:2p;ind:pre:2p; -vomissions vomir ver 26.12 23.31 0.00 0.14 ind:imp:1p; -vomissure vomissure nom f s 0.53 1.15 0.20 0.34 -vomissures vomissure nom f p 0.53 1.15 0.33 0.81 -vomit vomir ver 26.12 23.31 2.45 2.64 ind:pre:3s;ind:pas:3s; -vomitif vomitif adj m s 0.05 0.27 0.05 0.07 -vomitifs vomitif adj m p 0.05 0.27 0.00 0.07 -vomitifs vomitif nom m p 0.04 0.27 0.00 0.07 -vomitives vomitif adj f p 0.05 0.27 0.00 0.14 -vomito_negro vomito_negro nom m s 0.01 0.00 0.01 0.00 -vomitoire vomitoire nom m s 0.03 0.07 0.02 0.00 -vomitoires vomitoire nom m p 0.03 0.07 0.01 0.07 -vont aller ver 9992.78 2854.93 281.35 116.62 ind:pre:3p; -vopo vopo nom m s 0.00 0.07 0.00 0.07 -vorace vorace adj s 0.95 4.19 0.56 2.64 -voracement voracement adv 0.03 0.81 0.03 0.81 -voraces vorace adj p 0.95 4.19 0.38 1.55 -voracité voracité nom f s 0.07 1.69 0.07 1.69 -vortex vortex nom m 6.14 0.14 6.14 0.14 -vos vos adj_pos 649.07 180.27 649.07 180.27 -vosgien vosgien nom m s 0.00 0.14 0.00 0.14 -vosgienne vosgien adj f s 0.00 0.14 0.00 0.14 -vota voter ver 29.61 8.51 0.00 0.27 ind:pas:3s; -votaient voter ver 29.61 8.51 0.10 0.41 ind:imp:3p; -votais voter ver 29.61 8.51 0.02 0.00 ind:imp:1s; -votait voter ver 29.61 8.51 0.28 0.34 ind:imp:3s; -votant voter ver 29.61 8.51 0.20 0.07 par:pre; -votants votant nom m p 0.17 0.20 0.15 0.20 -vote vote nom m s 15.04 4.46 11.62 3.72 -votent voter ver 29.61 8.51 1.48 0.41 ind:pre:3p; -voter voter ver 29.61 8.51 7.96 2.64 inf; -votera voter ver 29.61 8.51 0.67 0.14 ind:fut:3s; -voterai voter ver 29.61 8.51 0.43 0.00 ind:fut:1s; -voterais voter ver 29.61 8.51 0.20 0.00 cnd:pre:1s;cnd:pre:2s; -voterait voter ver 29.61 8.51 0.21 0.00 cnd:pre:3s; -voteras voter ver 29.61 8.51 0.02 0.00 ind:fut:2s; -voterez voter ver 29.61 8.51 0.12 0.14 ind:fut:2p; -voterons voter ver 29.61 8.51 0.17 0.07 ind:fut:1p; -voteront voter ver 29.61 8.51 0.34 0.00 ind:fut:3p; -votes vote nom m p 15.04 4.46 3.42 0.74 -votez voter ver 29.61 8.51 3.66 0.00 imp:pre:2p;ind:pre:2p; -votiez voter ver 29.61 8.51 0.02 0.00 ind:imp:2p; -votif votif adj m s 0.13 0.81 0.01 0.00 -votifs votif adj m p 0.13 0.81 0.00 0.07 -votions voter ver 29.61 8.51 0.03 0.07 ind:imp:1p; -votive votif adj f s 0.13 0.81 0.11 0.34 -votives votif adj f p 0.13 0.81 0.01 0.41 -votons voter ver 29.61 8.51 0.95 0.00 imp:pre:1p;ind:pre:1p; -votre votre pro_pos s 0.32 0.00 0.32 0.00 -votèrent voter ver 29.61 8.51 0.02 0.00 ind:pas:3p; -voté voter ver m s 29.61 8.51 7.11 1.76 par:pas; -votée voter ver f s 29.61 8.51 0.90 0.34 par:pas; -votées voter ver f p 29.61 8.51 0.03 0.07 par:pas; -votés voter ver m p 29.61 8.51 0.01 0.20 par:pas; -voua vouer ver 6.88 18.92 0.03 0.41 ind:pas:3s; -vouai vouer ver 6.88 18.92 0.00 0.07 ind:pas:1s; -vouaient vouer ver 6.88 18.92 0.17 0.41 ind:imp:3p; -vouais vouer ver 6.88 18.92 0.71 0.41 ind:imp:1s;ind:imp:2s; -vouait vouer ver 6.88 18.92 0.15 1.82 ind:imp:3s; -vouant vouer ver 6.88 18.92 0.01 0.14 par:pre; -voudra vouloir ver_sup 5249.31 1640.14 21.62 12.03 ind:fut:3s; -voudrai vouloir ver_sup 5249.31 1640.14 4.06 1.62 ind:fut:1s; -voudraient vouloir ver_sup 5249.31 1640.14 6.02 6.42 cnd:pre:3p; -voudrais vouloir ver_sup 5249.31 1640.14 194.56 92.09 cnd:pre:1s;cnd:pre:2s; -voudrait vouloir ver_sup 5249.31 1640.14 44.48 43.45 cnd:pre:3s; -voudras vouloir ver_sup 5249.31 1640.14 26.03 10.27 ind:fut:2s; -voudrez vouloir ver_sup 5249.31 1640.14 19.77 10.41 ind:fut:2p; -voudriez vouloir ver_sup 5249.31 1640.14 19.29 4.19 cnd:pre:2p; -voudrions vouloir ver_sup 5249.31 1640.14 5.14 1.82 cnd:pre:1p; -voudrons vouloir ver_sup 5249.31 1640.14 0.32 0.27 ind:fut:1p; -voudront vouloir ver_sup 5249.31 1640.14 6.93 3.38 ind:fut:3p; -voue vouer ver 6.88 18.92 0.51 0.95 ind:pre:1s;ind:pre:3s; -vouent vouer ver 6.88 18.92 0.25 0.07 ind:pre:3p; -vouer vouer ver 6.88 18.92 0.42 2.43 inf;;inf;;inf;; -vouera vouer ver 6.88 18.92 0.01 0.07 ind:fut:3s; -vouerait vouer ver 6.88 18.92 0.00 0.07 cnd:pre:3s; -vouge vouge nom f s 0.01 0.14 0.01 0.14 -vouivre vouivre nom f s 0.00 3.18 0.00 3.04 -vouivres vouivre nom f p 0.00 3.18 0.00 0.14 -voulûmes vouloir ver_sup 5249.31 1640.14 0.00 0.07 ind:pas:1p; -voulût vouloir ver_sup 5249.31 1640.14 0.00 3.72 sub:imp:3s; -voulaient vouloir ver_sup 5249.31 1640.14 28.88 30.20 ind:imp:3p; -voulais vouloir ver_sup 5249.31 1640.14 415.76 107.30 ind:imp:1s;ind:imp:2s; -voulait vouloir ver_sup 5249.31 1640.14 192.15 225.34 ind:imp:3s; -voulant vouloir ver_sup 5249.31 1640.14 4.28 18.45 par:pre; -voulez vouloir ver_sup 5249.31 1640.14 553.40 113.58 imp:pre:2p;ind:pre:2p; -vouliez vouloir ver_sup 5249.31 1640.14 43.78 5.81 ind:imp:2p;sub:pre:2p; -voulions vouloir ver_sup 5249.31 1640.14 9.07 6.08 ind:imp:1p;sub:pre:1p; -vouloir vouloir ver_sup 5249.31 1640.14 63.87 62.97 inf; -vouloirs vouloir nom_sup m p 1.28 2.57 0.00 0.14 -voulons vouloir ver_sup 5249.31 1640.14 40.38 9.53 imp:pre:1p;ind:pre:1p; -voulu vouloir ver_sup m s 5249.31 1640.14 151.04 174.19 par:pas; -voulue vouloir ver_sup f s 5249.31 1640.14 0.91 2.70 par:pas; -voulues voulu adj f p 4.42 9.12 0.18 0.68 -voulurent vouloir ver_sup 5249.31 1640.14 0.40 2.30 ind:pas:3p; -voulus vouloir ver_sup m p 5249.31 1640.14 0.36 6.22 ind:pas:1s;par:pas; -voulusse vouloir ver_sup 5249.31 1640.14 0.00 0.34 sub:imp:1s; -voulussent vouloir ver_sup 5249.31 1640.14 0.00 0.41 sub:imp:3p; -voulut vouloir ver_sup 5249.31 1640.14 2.42 36.89 ind:pas:3s; -vouons vouer ver 6.88 18.92 0.31 0.14 imp:pre:1p;ind:pre:1p; -vous_même vous_même pro_per p 28.20 17.84 28.20 17.84 -vous_mêmes vous_mêmes pro_per p 4.30 1.55 4.30 1.55 -vous vous pro_per p 13589.70 3507.16 13589.70 3507.16 -vousoyait vousoyer ver 0.00 0.14 0.00 0.07 ind:imp:3s; -vousoyez vousoyer ver 0.00 0.14 0.00 0.07 ind:pre:2p; -voussoie voussoyer ver 0.02 0.47 0.00 0.07 ind:pre:3s; -voussoiement voussoiement nom m s 0.00 0.34 0.00 0.34 -voussoient voussoyer ver 0.02 0.47 0.00 0.07 ind:pre:3p; -voussoyait voussoyer ver 0.02 0.47 0.00 0.14 ind:imp:3s; -voussoyer voussoyer ver 0.02 0.47 0.00 0.20 inf; -voussoyez voussoyer ver 0.02 0.47 0.02 0.00 imp:pre:2p; -voussure voussure nom f s 0.00 0.81 0.00 0.54 -voussures voussure nom f p 0.00 0.81 0.00 0.27 -vouèrent vouer ver 6.88 18.92 0.00 0.07 ind:pas:3p; -voué vouer ver m s 6.88 18.92 2.47 5.14 par:pas; -vouée vouer ver f s 6.88 18.92 1.42 4.12 par:pas; -vouées vouer ver f p 6.88 18.92 0.14 0.81 par:pas; -voués vouer ver m p 6.88 18.92 0.27 1.82 par:pas; -vouvoie vouvoyer ver 0.79 1.35 0.27 0.14 imp:pre:2s;ind:pre:3s; -vouvoiement vouvoiement nom m s 0.00 0.47 0.00 0.41 -vouvoiements vouvoiement nom m p 0.00 0.47 0.00 0.07 -vouvoient vouvoyer ver 0.79 1.35 0.00 0.07 ind:pre:3p; -vouvoies vouvoyer ver 0.79 1.35 0.02 0.07 ind:pre:2s; -vouvoya vouvoyer ver 0.79 1.35 0.00 0.07 ind:pas:3s; -vouvoyait vouvoyer ver 0.79 1.35 0.01 0.81 ind:imp:3s; -vouvoyant vouvoyer ver 0.79 1.35 0.00 0.14 par:pre; -vouvoyer vouvoyer ver 0.79 1.35 0.49 0.07 inf; -vouvray vouvray nom m s 0.00 0.07 0.00 0.07 -vox_populi vox_populi nom f 0.05 0.27 0.05 0.27 -voyage voyage nom m s 123.17 140.07 112.19 110.54 -voyagea voyager ver 45.74 27.50 0.06 0.54 ind:pas:3s; -voyageaient voyager ver 45.74 27.50 0.30 1.49 ind:imp:3p; -voyageais voyager ver 45.74 27.50 0.62 0.47 ind:imp:1s;ind:imp:2s; -voyageait voyager ver 45.74 27.50 1.27 2.91 ind:imp:3s; -voyageant voyager ver 45.74 27.50 0.71 0.54 par:pre; -voyagent voyager ver 45.74 27.50 1.71 1.22 ind:pre:3p; -voyageons voyager ver 45.74 27.50 0.62 0.27 imp:pre:1p;ind:pre:1p; -voyager voyager ver 45.74 27.50 19.45 9.19 inf; -voyagera voyager ver 45.74 27.50 0.41 0.00 ind:fut:3s; -voyagerai voyager ver 45.74 27.50 0.16 0.07 ind:fut:1s; -voyagerais voyager ver 45.74 27.50 0.08 0.07 cnd:pre:1s; -voyagerait voyager ver 45.74 27.50 0.22 0.27 cnd:pre:3s; -voyageras voyager ver 45.74 27.50 0.28 0.07 ind:fut:2s; -voyagerez voyager ver 45.74 27.50 0.07 0.00 ind:fut:2p; -voyageriez voyager ver 45.74 27.50 0.02 0.00 cnd:pre:2p; -voyagerons voyager ver 45.74 27.50 0.24 0.07 ind:fut:1p; -voyageront voyager ver 45.74 27.50 0.02 0.00 ind:fut:3p; -voyage_éclair voyage_éclair nom m p 0.00 0.07 0.00 0.07 -voyages voyage nom m p 123.17 140.07 10.98 29.53 -voyageur voyageur nom m s 8.11 43.38 3.17 20.88 -voyageurs voyageur nom m p 8.11 43.38 4.68 20.74 -voyageuse voyageur nom f s 8.11 43.38 0.26 1.08 -voyageuses voyageur nom f p 8.11 43.38 0.00 0.68 -voyagez voyager ver 45.74 27.50 1.69 0.14 imp:pre:2p;ind:pre:2p; -voyagiez voyager ver 45.74 27.50 0.28 0.00 ind:imp:2p; -voyagions voyager ver 45.74 27.50 0.34 0.34 ind:imp:1p; -voyagèrent voyager ver 45.74 27.50 0.01 0.14 ind:pas:3p; -voyagé voyager ver m s 45.74 27.50 5.90 4.93 par:pas; -voyaient voir ver 4119.49 2401.76 3.03 21.35 ind:imp:3p; -voyais voir ver 4119.49 2401.76 31.14 90.27 ind:imp:1s;ind:imp:2s; -voyait voir ver 4119.49 2401.76 25.32 180.95 ind:imp:3s; -voyance voyance nom f s 0.71 0.74 0.71 0.68 -voyances voyance nom f p 0.71 0.74 0.00 0.07 -voyant voir ver 4119.49 2401.76 17.16 42.64 par:pre; -voyante voyant nom f s 4.25 8.65 1.60 2.57 -voyantes voyant adj f p 3.55 8.58 0.22 0.88 -voyants voyant nom m p 4.25 8.65 0.56 1.89 -voyelle voyelle nom f s 0.71 1.76 0.36 0.47 -voyelles voyelle nom f p 0.71 1.76 0.35 1.28 -voyer voyer nom m s 0.16 0.00 0.16 0.00 -voyeur voyeur nom m s 3.71 4.26 2.94 2.77 -voyeurisme voyeurisme nom m s 0.13 0.34 0.13 0.34 -voyeurs voyeur nom m p 3.71 4.26 0.76 1.35 -voyeuse voyeur nom f s 3.71 4.26 0.02 0.14 -voyez voir ver 4119.49 2401.76 191.63 83.65 imp:pre:2p;ind:pre:2p; -voyiez voir ver 4119.49 2401.76 4.47 1.96 ind:imp:2p;sub:pre:2p; -voyions voir ver 4119.49 2401.76 0.88 4.80 ind:imp:1p; -voyons voir ver 4119.49 2401.76 127.93 44.80 imp:pre:1p;ind:pre:1p; -voyou voyou nom m s 21.09 25.07 11.69 14.59 -voyoucratie voyoucratie nom f s 0.00 0.27 0.00 0.27 -voyous voyou nom m p 21.09 25.07 9.41 10.47 -voyoute voyoute adj f s 0.00 0.47 0.00 0.27 -voyouterie voyouterie nom f s 0.00 0.34 0.00 0.34 -voyoutes voyoute adj f p 0.00 0.47 0.00 0.20 -voyoutisme voyoutisme nom m s 0.00 0.07 0.00 0.07 -vrac vrac nom m s 1.17 5.20 1.17 5.20 -vrai_faux vrai_faux adj m s 0.00 0.07 0.00 0.07 -vrai vrai adj m s 807.03 430.07 678.47 311.89 -vraie vrai adj f s 807.03 430.07 83.64 77.57 -vraies vrai adj f p 807.03 430.07 13.91 16.76 -vraiment vraiment adv 968.57 274.32 968.57 274.32 -vrais vrai adj m p 807.03 430.07 31.01 23.85 -vraisemblable vraisemblable adj s 0.89 5.74 0.89 5.54 -vraisemblablement vraisemblablement adv 1.39 5.68 1.39 5.68 -vraisemblables vraisemblable adj m p 0.89 5.74 0.00 0.20 -vraisemblance vraisemblance nom f s 0.12 2.91 0.09 2.77 -vraisemblances vraisemblance nom f p 0.12 2.91 0.03 0.14 -vraquier vraquier nom m s 0.00 0.07 0.00 0.07 -vrilla vriller ver 0.13 3.18 0.00 0.41 ind:pas:3s; -vrillaient vriller ver 0.13 3.18 0.00 0.14 ind:imp:3p; -vrillait vriller ver 0.13 3.18 0.00 0.54 ind:imp:3s; -vrillant vriller ver 0.13 3.18 0.01 0.61 par:pre; -vrille vrille nom f s 0.72 2.57 0.65 1.82 -vrillement vrillement nom m s 0.00 0.07 0.00 0.07 -vrillent vriller ver 0.13 3.18 0.00 0.14 ind:pre:3p; -vriller vriller ver 0.13 3.18 0.00 0.14 inf; -vrilles vrille nom f p 0.72 2.57 0.07 0.74 -vrillette vrillette nom f s 0.01 0.07 0.01 0.00 -vrillettes vrillette nom f p 0.01 0.07 0.00 0.07 -vrillèrent vriller ver 0.13 3.18 0.00 0.07 ind:pas:3p; -vrillé vriller ver m s 0.13 3.18 0.09 0.20 par:pas; -vrillées vriller ver f p 0.13 3.18 0.00 0.14 par:pas; -vrillés vriller ver m p 0.13 3.18 0.00 0.14 par:pas; -vrombir vrombir ver 0.26 1.96 0.02 0.27 inf; -vrombis vrombir ver 0.26 1.96 0.00 0.07 ind:pre:1s; -vrombissaient vrombir ver 0.26 1.96 0.02 0.07 ind:imp:3p; -vrombissait vrombir ver 0.26 1.96 0.00 0.27 ind:imp:3s; -vrombissant vrombir ver 0.26 1.96 0.01 0.27 par:pre; -vrombissante vrombissant adj f s 0.01 0.68 0.00 0.27 -vrombissantes vrombissant adj f p 0.01 0.68 0.00 0.34 -vrombissement vrombissement nom m s 0.47 1.35 0.47 1.15 -vrombissements vrombissement nom m p 0.47 1.35 0.00 0.20 -vrombissent vrombir ver 0.26 1.96 0.00 0.14 ind:pre:3p; -vrombissions vrombir ver 0.26 1.96 0.00 0.07 ind:imp:1p; -vrombit vrombir ver 0.26 1.96 0.21 0.81 ind:pre:3s;ind:pas:3s; -vroom vroom ono 0.07 0.41 0.07 0.41 -vroum vroum ono 0.38 0.34 0.38 0.34 -vu voir ver m s 4119.49 2401.76 905.21 393.45 par:pas; -vécûmes vivre ver 510.05 460.34 0.04 0.41 ind:pas:1p; -vécût vivre ver 510.05 460.34 0.00 0.54 sub:imp:3s; -vécu vivre ver m s 510.05 460.34 51.14 56.62 par:pas; -vécue vivre ver f s 510.05 460.34 2.26 4.26 par:pas; -vécues vivre ver f p 510.05 460.34 0.79 1.62 par:pas; -vécurent vivre ver 510.05 460.34 1.65 1.15 ind:pas:3p; -vécus vivre ver m p 510.05 460.34 1.10 2.43 ind:pas:1s;ind:pas:2s;par:pas; -vécés vécés nom m p 0.01 1.08 0.01 1.08 -vécussent vivre ver 510.05 460.34 0.00 0.14 sub:imp:3p; -vécut vivre ver 510.05 460.34 1.43 4.19 ind:pas:3s; -vue voir ver f s 4119.49 2401.76 109.21 56.35 par:pas; -vues voir ver f p 4119.49 2401.76 9.31 8.11 par:pas; -végète végéter ver 0.57 2.91 0.16 0.34 ind:pre:1s;ind:pre:3s; -végètent végéter ver 0.57 2.91 0.10 0.14 ind:pre:3p; -végètes végéter ver 0.57 2.91 0.02 0.00 ind:pre:2s; -végéta végéter ver 0.57 2.91 0.01 0.00 ind:pas:3s; -végétaient végéter ver 0.57 2.91 0.00 0.41 ind:imp:3p; -végétais végéter ver 0.57 2.91 0.00 0.07 ind:imp:1s; -végétait végéter ver 0.57 2.91 0.00 0.74 ind:imp:3s; -végétal végétal adj m s 0.78 8.85 0.18 2.97 -végétale végétal adj f s 0.78 8.85 0.51 3.85 -végétales végétal adj f p 0.78 8.85 0.03 0.95 -végétalien végétalien adj m s 0.22 0.07 0.11 0.00 -végétalienne végétalien adj f s 0.22 0.07 0.11 0.07 -végétalisme végétalisme nom m s 0.01 0.00 0.01 0.00 -végétarien végétarien adj m s 3.94 1.82 2.31 0.88 -végétarienne végétarien adj f s 3.94 1.82 1.32 0.68 -végétariennes végétarien adj f p 3.94 1.82 0.07 0.00 -végétariens végétarien nom m p 0.90 0.27 0.47 0.07 -végétarisme végétarisme nom m s 0.03 0.00 0.03 0.00 -végétatif végétatif adj m s 0.47 1.55 0.40 0.41 -végétatifs végétatif adj m p 0.47 1.55 0.01 0.07 -végétation végétation nom f s 1.47 9.53 0.78 8.85 -végétations végétation nom f p 1.47 9.53 0.69 0.68 -végétative végétatif adj f s 0.47 1.55 0.04 1.01 -végétatives végétatif adj f p 0.47 1.55 0.02 0.07 -végétaux végétal nom m p 0.44 1.89 0.26 0.88 -végéter végéter ver 0.57 2.91 0.26 0.88 inf; -végéteras végéter ver 0.57 2.91 0.01 0.00 ind:fut:2s; -végéterez végéter ver 0.57 2.91 0.00 0.07 ind:fut:2p; -végétons végéter ver 0.57 2.91 0.00 0.07 ind:pre:1p; -végétât végéter ver 0.57 2.91 0.00 0.07 sub:imp:3s; -végété végéter ver m s 0.57 2.91 0.01 0.14 par:pas; -véhiculaient véhiculer ver 0.72 2.30 0.02 0.07 ind:imp:3p; -véhiculait véhiculer ver 0.72 2.30 0.03 0.20 ind:imp:3s; -véhiculant véhiculer ver 0.72 2.30 0.04 0.20 par:pre; -véhicule véhicule nom m s 22.08 22.09 17.04 14.86 -véhiculent véhiculer ver 0.72 2.30 0.14 0.07 ind:pre:3p; -véhiculer véhiculer ver 0.72 2.30 0.12 0.95 inf; -véhicules véhicule nom m p 22.08 22.09 5.04 7.23 -véhiculez véhiculer ver 0.72 2.30 0.01 0.00 imp:pre:2p; -véhiculé véhiculer ver m s 0.72 2.30 0.00 0.14 par:pas; -véhiculée véhiculer ver f s 0.72 2.30 0.04 0.20 par:pas; -véhémence véhémence nom f s 0.31 5.07 0.31 5.07 -véhément véhément adj m s 0.29 5.88 0.02 1.49 -véhémente véhément adj f s 0.29 5.88 0.28 1.89 -véhémentement véhémentement adv 0.01 0.34 0.01 0.34 -véhémentes véhément adj f p 0.29 5.88 0.00 1.22 -véhéments véhément adj m p 0.29 5.88 0.00 1.28 -vêlage vêlage nom m s 0.00 0.20 0.00 0.14 -vêlages vêlage nom m p 0.00 0.20 0.00 0.07 -vélaires vélaire nom f p 0.00 0.07 0.00 0.07 -vélar vélar nom m s 0.04 0.00 0.04 0.00 -vulcain vulcain nom m s 0.06 0.00 0.06 0.00 -vulcanienne vulcanienne adj f s 0.01 0.00 0.01 0.00 -vulcanisait vulcaniser ver 0.01 0.07 0.00 0.07 ind:imp:3s; -vulcanisation vulcanisation nom f s 0.00 0.07 0.00 0.07 -vulcaniser vulcaniser ver 0.01 0.07 0.01 0.00 inf; -vulcanisé vulcanisé adj m s 0.01 0.14 0.01 0.14 -vulcanologue vulcanologue nom s 0.00 0.07 0.00 0.07 -vêler vêler ver 0.02 0.54 0.01 0.47 inf; -vulgaire vulgaire adj s 10.36 16.76 8.48 12.84 -vulgairement vulgairement adv 0.40 1.22 0.40 1.22 -vulgaires vulgaire adj p 10.36 16.76 1.88 3.92 -vulgarisateurs vulgarisateur nom m p 0.00 0.07 0.00 0.07 -vulgarisation vulgarisation nom f s 0.01 0.41 0.01 0.34 -vulgarisations vulgarisation nom f p 0.01 0.41 0.00 0.07 -vulgariser vulgariser ver 0.01 0.14 0.01 0.14 inf; -vulgarisée vulgarisé adj f s 0.00 0.07 0.00 0.07 -vulgarité vulgarité nom f s 1.75 5.68 1.59 5.34 -vulgarités vulgarité nom f p 1.75 5.68 0.17 0.34 -vulgate vulgate nom f s 0.00 0.20 0.00 0.20 -vulgum_pecus vulgum_pecus nom m 0.01 0.07 0.01 0.07 -vélin vélin adj m s 0.02 0.07 0.02 0.07 -vélins vélin nom m p 0.00 0.68 0.00 0.07 -véliplanchiste véliplanchiste nom s 0.01 0.00 0.01 0.00 -vélique vélique adj f s 0.00 0.07 0.00 0.07 -vulnérabilité vulnérabilité nom f s 0.77 1.01 0.77 1.01 -vulnérable vulnérable adj s 7.76 7.97 6.00 6.35 -vulnérables vulnérable adj p 7.76 7.97 1.77 1.62 -vulnéraire vulnéraire nom s 0.00 0.20 0.00 0.14 -vulnéraires vulnéraire nom p 0.00 0.20 0.00 0.07 -vulnérant vulnérant adj m s 0.00 0.07 0.00 0.07 -vélo_cross vélo_cross nom m 0.00 0.07 0.00 0.07 -vélo_pousse vélo_pousse nom m s 0.01 0.00 0.01 0.00 -vélo vélo nom m s 35.58 28.45 32.95 24.32 -véloce véloce adj s 0.06 0.74 0.04 0.54 -vélocement vélocement adv 0.01 0.00 0.01 0.00 -véloces véloce adj f p 0.06 0.74 0.02 0.20 -vélocipède vélocipède nom m s 0.13 0.41 0.11 0.27 -vélocipèdes vélocipède nom m p 0.13 0.41 0.02 0.14 -vélocipédique vélocipédique adj s 0.00 0.20 0.00 0.14 -vélocipédiques vélocipédique adj f p 0.00 0.20 0.00 0.07 -vélocipédistes vélocipédiste nom p 0.00 0.07 0.00 0.07 -vélocité vélocité nom f s 0.25 1.08 0.25 1.08 -vélodrome vélodrome nom m s 0.00 0.88 0.00 0.68 -vélodromes vélodrome nom m p 0.00 0.88 0.00 0.20 -vélomoteur vélomoteur nom m s 0.23 1.49 0.23 1.22 -vélomoteurs vélomoteur nom m p 0.23 1.49 0.00 0.27 -vélos vélo nom m p 35.58 28.45 2.64 4.12 -vulpin vulpin nom m s 0.00 0.07 0.00 0.07 -vêlé vêler ver m s 0.02 0.54 0.01 0.07 par:pas; -vélum vélum nom m s 0.02 0.41 0.02 0.27 -vélums vélum nom m p 0.02 0.41 0.00 0.14 -vulvaire vulvaire nom f s 0.03 0.07 0.03 0.00 -vulvaires vulvaire nom f p 0.03 0.07 0.00 0.07 -vulve vulve nom f s 0.32 1.35 0.32 0.95 -vulves vulve nom f p 0.32 1.35 0.00 0.41 -vénal vénal adj m s 0.54 1.76 0.45 0.81 -vénale vénal adj f s 0.54 1.76 0.09 0.41 -vénales vénal adj f p 0.54 1.76 0.00 0.41 -vénalité vénalité nom f s 0.02 0.41 0.02 0.41 -vénaux vénal adj m p 0.54 1.76 0.00 0.14 -vénerie vénerie nom f s 0.00 0.61 0.00 0.61 -véniel véniel adj m s 0.32 0.81 0.30 0.20 -vénielle véniel adj f s 0.32 0.81 0.00 0.07 -vénielles véniel adj f p 0.32 0.81 0.00 0.14 -véniels véniel adj m p 0.32 0.81 0.01 0.41 -vénitien vénitien adj m s 0.95 6.96 0.86 2.43 -vénitienne vénitienne nom f s 0.14 0.54 0.14 0.34 -vénitiennes vénitien adj f p 0.95 6.96 0.03 1.28 -vénitiens vénitien nom m p 0.36 1.82 0.24 1.15 -vénère vénérer ver 5.86 4.66 1.53 0.47 imp:pre:2s;ind:pre:1s;ind:pre:3s; -vénèrent vénérer ver 5.86 4.66 0.67 0.20 ind:pre:3p; -vénères vénérer ver 5.86 4.66 0.27 0.07 ind:pre:2s; -vénéneuse vénéneux adj f s 0.69 2.36 0.09 0.74 -vénéneuses vénéneux adj f p 0.69 2.36 0.06 0.41 -vénéneux vénéneux adj m 0.69 2.36 0.55 1.22 -vénérable vénérable adj s 2.56 6.35 2.20 4.80 -vénérables vénérable adj p 2.56 6.35 0.36 1.55 -vénérai vénérer ver 5.86 4.66 0.00 0.07 ind:pas:1s; -vénéraient vénérer ver 5.86 4.66 0.21 0.14 ind:imp:3p; -vénérais vénérer ver 5.86 4.66 0.19 0.27 ind:imp:1s;ind:imp:2s; -vénérait vénérer ver 5.86 4.66 0.47 1.35 ind:imp:3s; -vénérant vénérer ver 5.86 4.66 0.15 0.14 par:pre; -vénéras vénérer ver 5.86 4.66 0.01 0.00 ind:pas:2s; -vénération vénération nom f s 0.23 2.84 0.23 2.70 -vénérations vénération nom f p 0.23 2.84 0.00 0.14 -vénérer vénérer ver 5.86 4.66 0.94 0.88 inf; -vénérera vénérer ver 5.86 4.66 0.01 0.00 ind:fut:3s; -vénéreraient vénérer ver 5.86 4.66 0.00 0.07 cnd:pre:3p; -vénérerais vénérer ver 5.86 4.66 0.01 0.00 cnd:pre:1s; -vénérez vénérer ver 5.86 4.66 0.27 0.00 imp:pre:2p;ind:pre:2p; -vénérien vénérien adj m s 0.61 0.95 0.02 0.14 -vénérienne vénérien adj f s 0.61 0.95 0.28 0.20 -vénériennes vénérien adj f p 0.61 0.95 0.31 0.54 -vénériens vénérien adj m p 0.61 0.95 0.00 0.07 -vénérions vénérer ver 5.86 4.66 0.03 0.14 ind:imp:1p; -vénérons vénérer ver 5.86 4.66 0.32 0.00 ind:pre:1p; -vénéré vénéré adj m s 1.10 1.69 0.91 0.88 -vénérée vénéré adj f s 1.10 1.69 0.12 0.14 -vénérées vénérer ver f p 5.86 4.66 0.14 0.07 par:pas; -vénéréologie vénéréologie nom f s 0.01 0.00 0.01 0.00 -vénérés vénérer ver m p 5.86 4.66 0.06 0.20 par:pas; -vénus vénus nom f 0.56 0.41 0.56 0.41 -vénusien vénusien adj m s 0.11 0.20 0.01 0.14 -vénusienne vénusien adj f s 0.11 0.20 0.04 0.00 -vénusiens vénusien adj m p 0.11 0.20 0.06 0.07 -vénusté vénusté nom f s 0.00 0.34 0.00 0.34 -vénézuélien vénézuélien adj m s 0.48 0.27 0.07 0.20 -vénézuélienne vénézuélien adj f s 0.48 0.27 0.26 0.00 -vénézuéliens vénézuélien adj m p 0.48 0.27 0.16 0.07 -vêpre vêpres nom m s 0.64 2.43 0.00 0.07 -vêpres vêpres nom f p 0.64 2.43 0.64 2.36 -vérace vérace adj f s 0.00 0.14 0.00 0.07 -véraces vérace adj p 0.00 0.14 0.00 0.07 -véracité véracité nom f s 0.58 0.74 0.58 0.74 -véranda véranda nom f s 1.90 10.20 1.86 9.12 -vérandas véranda nom f p 1.90 10.20 0.03 1.08 -véreuse véreux adj f s 1.67 1.62 0.35 0.14 -véreuses véreux adj f p 1.67 1.62 0.10 0.27 -véreux véreux adj m 1.67 1.62 1.23 1.22 -véridique véridique adj s 0.82 2.23 0.66 1.69 -véridiquement véridiquement adv 0.01 0.14 0.01 0.14 -véridiques véridique adj p 0.82 2.23 0.16 0.54 -vérif vérif nom f s 0.10 0.27 0.10 0.27 -vérifia vérifier ver 110.87 40.27 0.04 2.91 ind:pas:3s; -vérifiable vérifiable adj s 0.21 0.20 0.18 0.14 -vérifiables vérifiable adj f p 0.21 0.20 0.03 0.07 -vérifiai vérifier ver 110.87 40.27 0.01 0.20 ind:pas:1s; -vérifiaient vérifier ver 110.87 40.27 0.05 0.27 ind:imp:3p; -vérifiais vérifier ver 110.87 40.27 1.33 0.68 ind:imp:1s;ind:imp:2s; -vérifiait vérifier ver 110.87 40.27 0.73 2.50 ind:imp:3s; -vérifiant vérifier ver 110.87 40.27 0.20 1.49 par:pre; -vérificateur vérificateur nom m s 0.42 0.07 0.33 0.00 -vérificateurs vérificateur nom m p 0.42 0.07 0.03 0.07 -vérification vérification nom f s 4.07 3.45 3.40 2.50 -vérifications vérification nom f p 4.07 3.45 0.68 0.95 -vérificatrice vérificateur nom f s 0.42 0.07 0.07 0.00 -vérifie vérifier ver 110.87 40.27 20.47 3.92 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -vérifient vérifier ver 110.87 40.27 1.27 0.27 ind:pre:3p; -vérifier vérifier ver 110.87 40.27 45.69 22.09 inf; -vérifiera vérifier ver 110.87 40.27 0.55 0.20 ind:fut:3s; -vérifierai vérifier ver 110.87 40.27 1.35 0.20 ind:fut:1s; -vérifierais vérifier ver 110.87 40.27 0.10 0.07 cnd:pre:1s;cnd:pre:2s; -vérifierait vérifier ver 110.87 40.27 0.03 0.07 cnd:pre:3s; -vérifieras vérifier ver 110.87 40.27 0.17 0.07 ind:fut:2s; -vérifierons vérifier ver 110.87 40.27 0.32 0.07 ind:fut:1p; -vérifieront vérifier ver 110.87 40.27 0.22 0.00 ind:fut:3p; -vérifies vérifier ver 110.87 40.27 0.94 0.14 ind:pre:2s; -vérifieur vérifieur nom m s 0.02 0.00 0.02 0.00 -vérifiez vérifier ver 110.87 40.27 12.16 0.47 imp:pre:2p;ind:pre:2p; -vérifiions vérifier ver 110.87 40.27 0.00 0.07 ind:imp:1p; -vérifions vérifier ver 110.87 40.27 2.15 0.14 imp:pre:1p;ind:pre:1p; -vérifièrent vérifier ver 110.87 40.27 0.01 0.14 ind:pas:3p; -vérifié vérifier ver m s 110.87 40.27 21.64 4.19 par:pas; -vérifiée vérifier ver f s 110.87 40.27 0.50 0.14 par:pas; -vérifiées vérifier ver f p 110.87 40.27 0.37 0.00 par:pas; -vérifiés vérifier ver m p 110.87 40.27 0.57 0.00 par:pas; -vérin vérin nom m s 0.06 0.34 0.05 0.07 -vérins vérin nom m p 0.06 0.34 0.01 0.27 -vériste vériste adj m s 0.00 0.07 0.00 0.07 -véritable véritable adj s 29.36 56.08 26.78 48.51 -véritablement véritablement adv 2.03 5.88 2.03 5.88 -véritables véritable adj p 29.36 56.08 2.58 7.57 -vérité vérité nom f s 193.24 140.88 190.21 133.38 -vérités vérité nom f p 193.24 140.88 3.03 7.50 -vérole vérole nom f s 0.79 3.58 0.79 3.45 -véroles vérole nom f p 0.79 3.58 0.00 0.14 -vérolé vérolé adj m s 0.33 1.96 0.02 1.42 -vérolée vérolé adj f s 0.33 1.96 0.17 0.00 -vérolées vérolé adj f p 0.33 1.96 0.00 0.34 -vérolés vérolé adj m p 0.33 1.96 0.14 0.20 -véronaise véronais adj f s 0.00 0.07 0.00 0.07 -véronal véronal nom m s 0.04 0.00 0.04 0.00 -véronique véronique nom f s 0.10 0.74 0.10 0.54 -véroniques véronique nom f p 0.10 0.74 0.00 0.20 -vus voir ver m p 4119.49 2401.76 47.81 28.72 par:pas; -vésanie vésanie nom f s 0.00 0.27 0.00 0.20 -vésanies vésanie nom f p 0.00 0.27 0.00 0.07 -vésicale vésical adj f s 0.01 0.00 0.01 0.00 -vésicante vésicant adj f s 0.10 0.00 0.10 0.00 -vésicatoire vésicatoire adj s 0.10 0.07 0.10 0.00 -vésicatoires vésicatoire adj m p 0.10 0.07 0.00 0.07 -vésiculaire vésiculaire adj s 0.10 0.00 0.10 0.00 -vésicule vésicule nom f s 1.01 0.74 0.90 0.61 -vésicules vésicule nom f p 1.01 0.74 0.11 0.14 -vésuviennes vésuvien adj f p 0.00 0.07 0.00 0.07 -vêt vêtir ver 7.67 63.85 0.02 0.14 ind:pre:3s; -vêtaient vêtir ver 7.67 63.85 0.00 0.07 ind:imp:3p; -vêtait vêtir ver 7.67 63.85 0.14 0.41 ind:imp:3s; -vêtant vêtir ver 7.67 63.85 0.00 0.14 par:pre; -vête vêtir ver 7.67 63.85 0.00 0.07 sub:pre:3s; -vêtement vêtement nom m s 61.48 90.14 3.84 15.34 -vêtements vêtement nom m p 61.48 90.14 57.65 74.80 -vêtent vêtir ver 7.67 63.85 0.11 0.34 ind:pre:3p; -vêtez vêtir ver 7.67 63.85 0.01 0.34 imp:pre:2p;ind:pre:2p; -vétille vétille nom f s 0.39 1.22 0.22 0.20 -vétilles vétille nom f p 0.39 1.22 0.16 1.01 -vétilleuse vétilleux adj f s 0.00 0.68 0.00 0.27 -vétilleuses vétilleux adj f p 0.00 0.68 0.00 0.07 -vétilleux vétilleux adj m 0.00 0.68 0.00 0.34 -vêtir vêtir ver 7.67 63.85 1.55 3.18 inf; -vêtira vêtir ver 7.67 63.85 0.02 0.07 ind:fut:3s; -vêtirais vêtir ver 7.67 63.85 0.00 0.07 cnd:pre:1s; -vêtirait vêtir ver 7.67 63.85 0.00 0.07 cnd:pre:3s; -vêtirons vêtir ver 7.67 63.85 0.00 0.07 ind:fut:1p; -vêtis vêtir ver 7.67 63.85 0.00 0.07 ind:pas:1s; -vêtit vêtir ver 7.67 63.85 0.00 0.20 ind:pas:3s; -vétiver vétiver nom m s 0.00 0.27 0.00 0.27 -vêtons vêtir ver 7.67 63.85 0.00 0.07 ind:pre:1p; -vêts vêtir ver 7.67 63.85 0.00 0.54 ind:pre:1s;ind:pre:2s; -vêtu vêtir ver m s 7.67 63.85 3.47 26.96 par:pas; -vêtue vêtir ver f s 7.67 63.85 1.23 15.27 par:pas; -vêtues vêtir ver f p 7.67 63.85 0.28 4.73 par:pas; -vétéran vétéran nom m s 3.84 2.43 1.86 1.28 -vétérans vétéran nom m p 3.84 2.43 1.98 1.15 -vêture vêture nom f s 0.00 0.61 0.00 0.54 -vêtures vêture nom f p 0.00 0.61 0.00 0.07 -vétérinaire vétérinaire nom s 3.93 3.85 3.74 3.72 -vétérinaires vétérinaire nom p 3.93 3.85 0.19 0.14 -vêtus vêtir ver m p 7.67 63.85 0.83 11.08 par:pas; -vétuste vétuste adj s 0.25 3.18 0.05 2.03 -vétustes vétuste adj p 0.25 3.18 0.20 1.15 -vétusté vétusté nom f s 0.02 0.68 0.02 0.68 -vétyver vétyver nom m s 0.00 0.07 0.00 0.07 -w w nom m 3.54 2.70 3.54 2.70 -wagnérien wagnérien adj m s 0.04 0.47 0.01 0.34 -wagnérienne wagnérien adj f s 0.04 0.47 0.03 0.07 -wagnériennes wagnérien adj f p 0.04 0.47 0.00 0.07 -wagon_bar wagon_bar nom m s 0.03 0.00 0.03 0.00 -wagon_lit wagon_lit nom m s 1.79 1.89 0.70 0.81 -wagon_lits wagon_lits nom m 0.00 0.07 0.00 0.07 -wagon_restaurant wagon_restaurant nom m s 0.35 1.01 0.35 0.81 -wagon_salon wagon_salon nom m s 0.01 0.54 0.01 0.54 -wagon wagon nom m s 10.24 32.77 6.53 18.11 -wagonnet wagonnet nom m s 0.26 1.28 0.12 0.20 -wagonnets wagonnet nom m p 0.26 1.28 0.14 1.08 -wagon_citerne wagon_citerne nom m p 0.00 0.07 0.00 0.07 -wagon_lit wagon_lit nom m p 1.79 1.89 1.09 1.08 -wagon_restaurant wagon_restaurant nom m p 0.35 1.01 0.00 0.20 -wagons wagon nom m p 10.24 32.77 3.71 14.66 -wait_and_see wait_and_see nom m s 0.16 0.00 0.16 0.00 -wali wali nom m s 0.02 0.00 0.02 0.00 -walkie_talkie walkie_talkie nom m s 0.08 0.14 0.05 0.14 -walkie_talkie walkie_talkie nom m p 0.08 0.14 0.03 0.00 -walkman walkman nom m s 1.18 1.28 1.13 1.22 -walkmans walkman nom m p 1.18 1.28 0.05 0.07 -walkyrie walkyrie nom f s 0.00 0.27 0.00 0.27 -wall_street wall_street nom s 0.03 0.07 0.03 0.07 -wallaby wallaby nom m s 0.13 0.00 0.13 0.00 -wallace wallace nom f s 0.91 0.00 0.91 0.00 -wallon wallon adj m s 0.28 0.07 0.01 0.07 -wallonne wallon adj f s 0.28 0.07 0.27 0.00 -walter walter nom m s 0.27 0.00 0.27 0.00 -wapiti wapiti nom m s 0.03 0.20 0.02 0.07 -wapitis wapiti nom m p 0.03 0.20 0.01 0.14 -warning warning nom m s 0.34 0.07 0.07 0.00 -warnings warning nom m p 0.34 0.07 0.28 0.07 -warrants warrant nom m p 0.00 0.07 0.00 0.07 -wassingue wassingue nom f s 0.00 0.14 0.00 0.07 -wassingues wassingue nom f p 0.00 0.14 0.00 0.07 -water_closet water_closet nom m s 0.00 0.14 0.00 0.14 -water_polo water_polo nom m s 0.23 0.00 0.23 0.00 -water water nom m s 2.49 1.55 1.03 0.20 -waterman waterman nom m s 0.12 0.34 0.12 0.34 -waterproof waterproof adj m s 0.07 0.07 0.07 0.07 -waters water nom m p 2.49 1.55 1.46 1.35 -watt watt nom m s 1.78 0.81 0.03 0.00 -wattman wattman nom m s 0.00 0.20 0.00 0.20 -watts watt nom m p 1.78 0.81 1.75 0.81 -wax wax nom m 0.74 0.07 0.74 0.07 -way_of_life way_of_life nom m s 0.02 0.14 0.02 0.14 -web web nom m s 2.34 0.00 2.34 0.00 -webcam webcam nom f s 0.31 0.00 0.31 0.00 -week_end week_end nom m s 44.51 14.32 39.41 12.16 -week_end week_end nom m p 44.51 14.32 3.13 2.16 -week_end week_end nom m s 44.51 14.32 1.96 0.00 -weimarienne weimarien adj f s 0.00 0.07 0.00 0.07 -weltanschauung weltanschauung nom f s 0.02 0.07 0.02 0.07 -welter welter nom m s 0.14 0.00 0.10 0.00 -welters welter nom m p 0.14 0.00 0.04 0.00 -western_spaghetti western_spaghetti nom m 0.00 0.07 0.00 0.07 -western western nom m s 6.35 3.78 5.19 1.96 -westerns western nom m p 6.35 3.78 1.16 1.82 -westphalien westphalien adj m s 0.00 0.14 0.00 0.07 -westphaliennes westphalien adj f p 0.00 0.14 0.00 0.07 -wharf wharf nom m s 0.03 1.22 0.03 1.22 -whig whig nom m s 0.21 0.07 0.03 0.07 -whigs whig nom m p 0.21 0.07 0.18 0.00 -whipcord whipcord nom m s 0.00 0.07 0.00 0.07 -whiskey whiskey nom m s 1.20 0.27 1.20 0.27 -whiskies whiskies nom m p 0.53 1.89 0.53 1.89 -whisky_soda whisky_soda nom m s 0.13 0.07 0.13 0.07 -whisky whisky nom m s 30.20 25.47 29.89 25.14 -whiskys whisky nom m p 30.20 25.47 0.32 0.34 -whist whist nom m s 0.19 0.27 0.19 0.27 -white_spirit white_spirit nom m s 0.01 0.00 0.01 0.00 -wicket wicket nom m s 0.16 0.00 0.16 0.00 -wigwam wigwam nom m s 0.00 0.27 0.00 0.14 -wigwams wigwam nom m p 0.00 0.27 0.00 0.14 -wildcat wildcat nom m s 0.02 0.00 0.02 0.00 -wilhelmien wilhelmien adj m s 0.00 0.14 0.00 0.14 -willaya willaya nom f s 0.00 0.68 0.00 0.61 -willayas willaya nom f p 0.00 0.68 0.00 0.07 -william william nom m s 0.09 0.27 0.09 0.27 -williams williams nom f s 0.46 0.00 0.46 0.00 -winchester winchester nom m s 0.05 0.27 0.01 0.27 -winchesters winchester nom m p 0.05 0.27 0.04 0.00 -windsurf windsurf nom m s 0.05 0.00 0.05 0.00 -wintergreen wintergreen nom m s 0.01 0.00 0.01 0.00 -wishbone wishbone nom m s 0.01 0.00 0.01 0.00 -wisigothe wisigoth nom f s 0.00 0.14 0.00 0.07 -wisigothique wisigothique adj f s 0.00 0.14 0.00 0.07 -wisigothiques wisigothique adj f p 0.00 0.14 0.00 0.07 -wisigoths wisigoth nom m p 0.00 0.14 0.00 0.07 -witz witz nom m 0.01 0.00 0.01 0.00 -wombat wombat nom m s 0.04 0.00 0.04 0.00 -woofer woofer nom m s 0.04 0.00 0.01 0.00 -woofers woofer nom m p 0.04 0.00 0.03 0.00 -world_music world_music nom f 0.02 0.00 0.02 0.00 -wouah wouah ono 1.29 0.07 1.29 0.07 -wurtembergeois wurtembergeois adj m 0.00 0.14 0.00 0.07 -wurtembergeoise wurtembergeois adj f s 0.00 0.14 0.00 0.07 -x x adj_num 7.48 4.46 7.48 4.46 -xavier xavier nom m s 0.67 0.07 0.67 0.07 -xiang xiang nom m s 0.01 0.00 0.01 0.00 -xiphidion xiphidion nom m s 0.00 0.07 0.00 0.07 -xiphoïde xiphoïde adj m s 0.14 0.00 0.14 0.00 -xième xième adj m s 0.28 0.00 0.28 0.00 -xénogenèse xénogenèse nom f s 0.01 0.00 0.01 0.00 -xénogreffe xénogreffe nom f s 0.01 0.00 0.01 0.00 -xénon xénon nom m s 0.34 0.00 0.34 0.00 -xénophilie xénophilie nom f s 0.00 0.14 0.00 0.14 -xénophobe xénophobe adj s 0.07 0.14 0.04 0.00 -xénophobes xénophobe adj p 0.07 0.14 0.04 0.14 -xénophobie xénophobie nom f s 0.25 0.88 0.25 0.88 -xérographie xérographie nom f s 0.01 0.00 0.01 0.00 -xérographique xérographique adj m s 0.01 0.00 0.01 0.00 -xérès xérès nom m 0.41 0.54 0.41 0.54 -xylographie xylographie nom f s 0.20 0.00 0.20 0.00 -xylophone xylophone nom m s 0.28 0.34 0.28 0.27 -xylophones xylophone nom m p 0.28 0.34 0.00 0.07 -xylophoniste xylophoniste nom s 0.04 0.00 0.04 0.00 -xylène xylène nom m s 0.03 0.00 0.03 0.00 -y y pro_per 4346.55 3086.76 4346.55 3086.76 -ya ya nom m s 11.45 3.31 11.45 3.31 -yacht_club yacht_club nom m s 0.04 0.07 0.04 0.07 -yacht yacht nom m s 6.95 4.80 6.51 3.78 -yachting yachting nom m s 0.04 0.14 0.04 0.14 -yachtman yachtman nom m s 0.02 0.14 0.02 0.07 -yachtmen yachtman nom m p 0.02 0.14 0.00 0.07 -yachts yacht nom m p 6.95 4.80 0.44 1.01 -yachtwoman yachtwoman nom f s 0.00 0.07 0.00 0.07 -yack yack nom m s 3.15 1.76 0.46 1.42 -yacks yack nom m p 3.15 1.76 2.69 0.34 -yak yak nom m s 0.38 0.41 0.28 0.41 -yakitori yakitori nom m s 0.01 0.00 0.01 0.00 -yaks yak nom m p 0.38 0.41 0.10 0.00 -yakusa yakusa nom m s 0.15 0.00 0.15 0.00 -yakuza yakuza nom m s 0.86 0.00 0.79 0.00 -yakuzas yakuza nom m p 0.86 0.00 0.07 0.00 -yali yali nom m s 0.00 1.01 0.00 0.88 -yalis yali nom m p 0.00 1.01 0.00 0.14 -yama yama nom m s 0.24 0.07 0.24 0.07 -yang yang nom m s 3.25 0.81 3.25 0.81 -yankee yankee nom s 8.71 1.08 3.71 0.68 -yankees yankee nom p 8.71 1.08 5.00 0.41 -yanquis yanqui adj p 0.01 0.00 0.01 0.00 -yaourt yaourt nom m s 3.58 4.73 2.87 3.18 -yaourtières yaourtière nom f p 0.00 0.07 0.00 0.07 -yaourts yaourt nom m p 3.58 4.73 0.71 1.55 -yard yard nom m s 2.10 0.34 0.46 0.27 -yards yard nom m p 2.10 0.34 1.64 0.07 -yatagan yatagan nom m s 0.01 0.88 0.01 0.54 -yatagans yatagan nom m p 0.01 0.88 0.00 0.34 -yeah yeah ono 14.01 0.27 14.01 0.27 -yearling yearling nom m s 0.01 0.14 0.01 0.14 -yen yen nom m s 3.27 0.61 1.87 0.47 -yens yen nom m p 3.27 0.61 1.40 0.14 -yeshiva yeshiva nom f s 1.13 0.20 1.13 0.20 -yeti yeti nom m s 0.29 0.14 0.29 0.14 -yeuse yeuse nom f s 0.12 0.81 0.02 0.14 -yeuses yeuse nom f p 0.12 0.81 0.10 0.68 -oeil_radars oeil_radars nom m p 0.00 0.07 0.00 0.07 -yeux oeil nom m p 413.04 1234.59 315.89 955.68 -yiddish yiddish adj m s 0.70 0.74 0.70 0.74 -yin yin nom m s 2.17 0.81 2.17 0.81 -ylang_ylang ylang_ylang nom m s 0.01 0.00 0.01 0.00 -yo_yo yo_yo nom m 1.03 0.47 1.03 0.47 -yodlait yodler ver 0.03 0.07 0.00 0.07 ind:imp:3s; -yodler yodler ver 0.03 0.07 0.03 0.00 inf; -yoga yoga nom m s 3.17 1.08 3.17 1.08 -yoghourt yoghourt nom m s 0.00 0.34 0.00 0.34 -yogi yogi nom m s 0.57 0.47 0.52 0.41 -yogis yogi nom m p 0.57 0.47 0.05 0.07 -yogourt yogourt nom m s 0.31 0.07 0.31 0.07 -yole yole nom f s 0.04 0.47 0.04 0.47 -yom_kippour yom_kippour nom m 0.45 0.34 0.45 0.34 -yom_kippur yom_kippur nom m s 0.04 0.00 0.04 0.00 -york york nom m s 0.48 0.61 0.48 0.61 -yorkshire yorkshire nom m s 0.01 0.00 0.01 0.00 -you_you you_you nom m s 0.00 0.07 0.00 0.07 -yougoslave yougoslave adj s 0.69 1.42 0.55 0.81 -yougoslaves yougoslave adj p 0.69 1.42 0.14 0.61 -youp youp ono 0.17 0.68 0.17 0.68 -youpi youpi ono 1.12 0.54 1.12 0.54 -youpin youpin nom m s 1.08 1.62 1.05 1.42 -youpine youpin nom f s 1.08 1.62 0.03 0.20 -yourte yourte nom f s 0.56 2.91 0.56 1.28 -yourtes yourte nom f p 0.56 2.91 0.00 1.62 -youtre youtre nom s 0.01 0.00 0.01 0.00 -youyou youyou nom m s 0.00 1.62 0.00 1.42 -youyous youyou nom m p 0.00 1.62 0.00 0.20 -yoyo yoyo nom m s 0.64 0.54 0.59 0.34 -yoyos yoyo nom m p 0.64 0.54 0.05 0.20 -ypérite ypérite nom f s 0.00 0.14 0.00 0.14 -yèbles yèble nom f p 0.00 0.14 0.00 0.14 -yé_yé yé_yé nom m 0.00 0.14 0.00 0.14 -yu y nom_sup m s 33.20 26.62 2.94 0.00 -yuan yuan nom m s 4.69 0.00 0.50 0.00 -yuans yuan nom m p 4.69 0.00 4.19 0.00 -yucca yucca nom m s 0.31 0.07 0.24 0.00 -yuccas yucca nom m p 0.31 0.07 0.07 0.07 -yue yue nom m 0.43 0.00 0.43 0.00 -yéménites yéménite nom p 0.01 0.07 0.01 0.07 -yuppie yuppie nom s 1.04 0.07 0.45 0.00 -yuppies yuppie nom p 1.04 0.07 0.60 0.07 -yéti yéti nom m s 0.65 0.14 0.65 0.14 -yéyé yéyé nom s 0.41 0.34 0.41 0.20 -yéyés yéyé nom p 0.41 0.34 0.00 0.14 -z z nom m 5.39 5.07 5.39 5.07 -zaïrois zaïrois nom m 0.01 0.00 0.01 0.00 -zaïroise zaïrois adj f s 0.01 0.14 0.00 0.07 -zaïroises zaïrois adj f p 0.01 0.14 0.01 0.07 -zadé zader ver m s 0.00 0.47 0.00 0.47 par:pas; -zaibatsu zaibatsu nom m 0.01 0.00 0.01 0.00 -zain zain adj m s 0.00 0.07 0.00 0.07 -zakouski zakouski nom m 0.62 0.34 0.62 0.07 -zakouskis zakouski nom m p 0.62 0.34 0.00 0.27 -zani zani nom m s 0.04 0.00 0.04 0.00 -zanimaux zanimaux nom m p 0.00 0.07 0.00 0.07 -zanzi zanzi nom m s 0.02 8.04 0.02 8.04 -zanzibar zanzibar nom m s 0.01 0.00 0.01 0.00 -zappant zapper ver 2.73 0.14 0.01 0.00 par:pre; -zappe zapper ver 2.73 0.14 1.04 0.00 imp:pre:2s;ind:pre:1s;ind:pre:3s; -zapper zapper ver 2.73 0.14 0.75 0.07 inf; -zapperai zapper ver 2.73 0.14 0.02 0.00 ind:fut:1s; -zapperait zapper ver 2.73 0.14 0.01 0.00 cnd:pre:3s; -zappes zapper ver 2.73 0.14 0.17 0.00 ind:pre:2s; -zappeur zappeur nom m s 0.14 0.00 0.14 0.00 -zappez zapper ver 2.73 0.14 0.09 0.00 imp:pre:2p;ind:pre:2p; -zapping zapping nom m s 0.02 0.00 0.02 0.00 -zappé zapper ver m s 2.73 0.14 0.64 0.07 par:pas; -zarabe zarabe nom s 0.10 0.00 0.10 0.00 -zarbi zarbi adj s 0.70 0.14 0.63 0.14 -zarbis zarbi adj m p 0.70 0.14 0.07 0.00 -zazou zazou adj m s 0.06 1.01 0.04 1.01 -zazous zazou nom m p 0.11 0.88 0.07 0.20 -zeb zeb nom m s 0.50 0.07 0.50 0.07 -zef zef nom m s 0.01 4.53 0.01 4.53 -zelle zelle nom m s 0.71 0.74 0.71 0.74 -zemstvo zemstvo nom m s 0.00 0.07 0.00 0.07 -zen zen adj m s 2.55 1.76 2.55 1.76 -zens zen nom m p 0.93 0.81 0.01 0.20 -zeppelin zeppelin nom m s 0.07 0.41 0.04 0.14 -zeppelins zeppelin nom m p 0.07 0.41 0.03 0.27 -zest zest nom m s 0.05 0.07 0.05 0.07 -zeste zeste nom m s 0.70 0.88 0.69 0.74 -zester zester ver 0.01 0.00 0.01 0.00 inf; -zestes zeste nom m p 0.70 0.88 0.01 0.14 -zibeline zibeline nom f s 1.48 1.08 0.86 0.81 -zibelines zibeline nom f p 1.48 1.08 0.61 0.27 -zicmu zicmu nom f s 0.14 0.00 0.14 0.00 -zieute zieuter ver 0.16 0.88 0.07 0.34 imp:pre:2s;ind:pre:1s;ind:pre:3s; -zieutent zieuter ver 0.16 0.88 0.00 0.14 ind:pre:3p; -zieuter zieuter ver 0.16 0.88 0.06 0.34 inf; -zieutes zieuter ver 0.16 0.88 0.01 0.07 ind:pre:2s; -zieutez zieuter ver 0.16 0.88 0.02 0.00 imp:pre:2p; -zig_zig zig_zig adv 0.03 0.00 0.03 0.00 -zig zig nom m s 1.16 0.68 1.16 0.68 -ziggourat ziggourat nom f s 0.05 0.07 0.05 0.00 -ziggourats ziggourat nom f p 0.05 0.07 0.00 0.07 -zigomar zigomar nom m s 0.02 0.27 0.01 0.20 -zigomars zigomar nom m p 0.02 0.27 0.01 0.07 -zigoto zigoto nom m s 0.30 1.42 0.25 0.68 -zigotos zigoto nom m p 0.30 1.42 0.05 0.74 -zigouillais zigouiller ver 1.59 1.22 0.00 0.07 ind:imp:1s; -zigouillait zigouiller ver 1.59 1.22 0.00 0.07 ind:imp:3s; -zigouille zigouiller ver 1.59 1.22 0.45 0.20 imp:pre:2s;ind:pre:1s;ind:pre:3s; -zigouillent zigouiller ver 1.59 1.22 0.01 0.00 ind:pre:3p; -zigouiller zigouiller ver 1.59 1.22 0.54 0.47 inf; -zigouillez zigouiller ver 1.59 1.22 0.03 0.07 imp:pre:2p;ind:pre:2p; -zigouillé zigouiller ver m s 1.59 1.22 0.46 0.27 par:pas; -zigouillées zigouiller ver f p 1.59 1.22 0.01 0.00 par:pas; -zigouillés zigouiller ver m p 1.59 1.22 0.10 0.07 par:pas; -zigounette zigounette nom f s 0.14 0.07 0.14 0.07 -zigue zigue nom m s 0.34 0.74 0.30 0.54 -zigues zigue nom m p 0.34 0.74 0.03 0.20 -zigzag zigzag nom m s 0.42 2.64 0.36 1.49 -zigzagant zigzagant adj m s 0.00 0.61 0.00 0.20 -zigzagante zigzagant adj f s 0.00 0.61 0.00 0.34 -zigzagantes zigzagant adj f p 0.00 0.61 0.00 0.07 -zigzags zigzag nom m p 0.42 2.64 0.05 1.15 -zigzagua zigzaguer ver 0.82 4.66 0.00 0.20 ind:pas:3s; -zigzaguai zigzaguer ver 0.82 4.66 0.00 0.07 ind:pas:1s; -zigzaguaient zigzaguer ver 0.82 4.66 0.00 0.41 ind:imp:3p; -zigzaguait zigzaguer ver 0.82 4.66 0.04 0.81 ind:imp:3s; -zigzaguant zigzaguer ver 0.82 4.66 0.14 1.42 par:pre; -zigzague zigzaguer ver 0.82 4.66 0.17 0.54 ind:pre:1s;ind:pre:3s; -zigzaguent zigzaguer ver 0.82 4.66 0.01 0.20 ind:pre:3p; -zigzaguer zigzaguer ver 0.82 4.66 0.41 0.68 inf; -zigzaguèrent zigzaguer ver 0.82 4.66 0.00 0.07 ind:pas:3p; -zigzagué zigzaguer ver m s 0.82 4.66 0.04 0.20 par:pas; -zigzaguée zigzaguer ver f s 0.82 4.66 0.00 0.07 par:pas; -zinc zinc nom m s 2.12 17.30 1.96 16.49 -zincs zinc nom m p 2.12 17.30 0.16 0.81 -zingage zingage nom m s 0.00 0.07 0.00 0.07 -zingaro zingaro nom m s 0.10 17.97 0.10 17.97 -zingué zinguer ver m s 0.00 0.14 0.00 0.07 par:pas; -zingués zinguer ver m p 0.00 0.14 0.00 0.07 par:pas; -zinnia zinnia nom m s 0.11 0.34 0.01 0.07 -zinnias zinnia nom m p 0.11 0.34 0.10 0.27 -zinzin zinzin adj m s 0.64 0.41 0.64 0.41 -zinzins zinzin nom m p 0.27 0.74 0.08 0.20 -zinzolin zinzolin adj m p 0.00 0.07 0.00 0.07 -zip zip nom m s 0.78 0.41 0.78 0.41 -zippa zipper ver 0.25 0.20 0.00 0.07 ind:pas:3s; -zippait zipper ver 0.25 0.20 0.00 0.07 ind:imp:3s; -zipper zipper ver 0.25 0.20 0.21 0.07 inf; -zippé zipper ver m s 0.25 0.20 0.04 0.00 par:pas; -zircon zircon nom m s 0.20 0.00 0.18 0.00 -zirconium zirconium nom m s 0.05 0.00 0.05 0.00 -zircons zircon nom m p 0.20 0.00 0.02 0.00 -zizanie zizanie nom f s 0.56 0.41 0.56 0.34 -zizanies zizanie nom f p 0.56 0.41 0.00 0.07 -zizi zizi nom m s 2.89 2.84 2.69 2.30 -zizique zizique nom f s 0.17 0.34 0.17 0.34 -zizis zizi nom m p 2.89 2.84 0.20 0.54 -zloty zloty nom m s 1.29 0.07 0.01 0.00 -zlotys zloty nom m p 1.29 0.07 1.28 0.07 -zob zob nom m s 1.57 1.35 1.54 1.35 -zobs zob nom m p 1.57 1.35 0.03 0.00 -zodiac zodiac nom m s 0.01 0.00 0.01 0.00 -zodiacal zodiacal adj m s 0.14 0.07 0.14 0.07 -zodiacale zodiacal adj f s 0.14 0.07 0.01 0.00 -zodiaque zodiaque nom m s 0.53 0.68 0.53 0.68 -zombi zombi nom m s 0.65 3.58 0.28 2.97 -zombie zombie nom m s 5.04 1.01 2.33 0.54 -zombies zombie nom m p 5.04 1.01 2.71 0.47 -zombification zombification nom f s 0.02 0.00 0.02 0.00 -zombis zombi nom m p 0.65 3.58 0.37 0.61 -zona zona nom m s 0.37 0.61 0.36 0.61 -zonage zonage nom m s 0.10 0.00 0.10 0.00 -zonait zoner ver 0.23 0.81 0.04 0.07 ind:imp:3s; -zonal zonal adj m s 0.00 0.07 0.00 0.07 -zonant zoner ver 0.23 0.81 0.01 0.07 par:pre; -zonard zonard nom m s 0.18 4.26 0.08 1.76 -zonarde zonard nom f s 0.18 4.26 0.00 0.27 -zonardes zonard nom f p 0.18 4.26 0.00 0.14 -zonards zonard nom m p 0.18 4.26 0.10 2.09 -zonas zona nom m p 0.37 0.61 0.01 0.00 -zone zone nom f s 53.94 42.50 46.97 34.39 -zoner zoner ver 0.23 0.81 0.03 0.54 inf; -zonera zoner ver 0.23 0.81 0.01 0.00 ind:fut:3s; -zones_clé zones_clé nom f p 0.00 0.07 0.00 0.07 -zones zone nom f p 53.94 42.50 6.98 8.11 -zoning zoning nom m s 0.01 0.00 0.01 0.00 -zoné zoner ver m s 0.23 0.81 0.13 0.14 par:pas; -zonzon zonzon nom m s 0.33 0.54 0.33 0.54 -zoo zoo nom m s 12.17 6.49 11.45 6.08 -zoologie zoologie nom f s 0.40 0.34 0.40 0.34 -zoologique zoologique adj s 0.36 1.22 0.35 1.01 -zoologiques zoologique adj m p 0.36 1.22 0.01 0.20 -zoologiste zoologiste nom s 0.25 0.00 0.25 0.00 -zoologue zoologue nom m s 0.02 0.00 0.02 0.00 -zoom zoom nom m s 2.40 0.41 2.27 0.34 -zoome zoomer ver 1.49 0.00 0.58 0.00 imp:pre:2s;ind:pre:1s;ind:pre:3s; -zoomer zoomer ver 1.49 0.00 0.37 0.00 inf; -zoomes zoomer ver 1.49 0.00 0.28 0.00 ind:pre:2s; -zoomez zoomer ver 1.49 0.00 0.26 0.00 imp:pre:2p; -zooms zoom nom m p 2.40 0.41 0.12 0.07 -zoophile zoophile adj f s 0.03 0.14 0.01 0.14 -zoophiles zoophile adj f p 0.03 0.14 0.02 0.00 -zoophilie zoophilie nom f s 0.08 0.00 0.08 0.00 -zoos zoo nom m p 12.17 6.49 0.72 0.41 -zoreille zoreille nom m s 0.02 0.07 0.02 0.00 -zoreilles zoreille nom m p 0.02 0.07 0.00 0.07 -zorille zorille nom f s 0.00 0.07 0.00 0.07 -zoroastrien zoroastrien nom m s 0.02 0.00 0.01 0.00 -zoroastriens zoroastrien nom m p 0.02 0.00 0.01 0.00 -zoroastrisme zoroastrisme nom m s 0.01 0.00 0.01 0.00 -zou zou ono 1.86 0.54 1.86 0.54 -zouave zouave nom m s 0.46 2.70 0.46 1.76 -zouaves zouave nom m p 0.46 2.70 0.00 0.95 -zouk zouk nom m s 0.01 0.00 0.01 0.00 -zoulou zoulou adj m s 0.16 0.07 0.15 0.00 -zouloue zoulou adj f s 0.16 0.07 0.01 0.00 -zoulous zoulou nom m p 0.11 0.07 0.05 0.07 -zoziaux zoziaux nom m p 0.01 0.07 0.01 0.07 -zozo zozo nom m s 0.88 0.81 0.70 0.41 -zozos zozo nom m p 0.88 0.81 0.18 0.41 -zozotait zozoter ver 0.06 0.61 0.00 0.14 ind:imp:3s; -zozotant zozoter ver 0.06 0.61 0.00 0.34 par:pre; -zozote zozoter ver 0.06 0.61 0.05 0.07 ind:pre:3s; -zozotement zozotement nom m s 0.01 0.14 0.01 0.07 -zozotements zozotement nom m p 0.01 0.14 0.00 0.07 -zozotes zozoter ver 0.06 0.61 0.00 0.07 ind:pre:2s; -zozoteuse zozoteur nom f s 0.00 0.07 0.00 0.07 -zozotez zozoter ver 0.06 0.61 0.01 0.00 ind:pre:2p; -zèbre zèbre nom m s 3.80 5.14 2.65 3.04 -zèbrent zébrer ver 0.20 2.84 0.00 0.07 ind:pre:3p; -zèbres zèbre nom m p 3.80 5.14 1.15 2.09 -zèle zèle nom m s 4.92 10.68 4.92 10.61 -zèles zèle nom m p 4.92 10.68 0.00 0.07 -zébra zébrer ver 0.20 2.84 0.16 0.14 ind:pas:3s; -zébraient zébrer ver 0.20 2.84 0.00 0.54 ind:imp:3p; -zébrait zébrer ver 0.20 2.84 0.00 0.14 ind:imp:3s; -zébrant zébrer ver 0.20 2.84 0.00 0.41 par:pre; -zébrer zébrer ver 0.20 2.84 0.00 0.27 inf; -zébré zébré adj m s 0.04 0.68 0.03 0.14 -zébrée zébré adj f s 0.04 0.68 0.02 0.27 -zébrées zébrer ver f p 0.20 2.84 0.00 0.14 par:pas; -zébrure zébrure nom f s 0.03 1.49 0.00 0.47 -zébrures zébrure nom f p 0.03 1.49 0.03 1.01 -zébrés zébrer ver m p 0.20 2.84 0.01 0.14 par:pas; -zébu zébu nom m s 0.06 0.41 0.06 0.20 -zébus zébu nom m p 0.06 0.41 0.00 0.20 -zélateur zélateur nom m s 0.02 0.41 0.00 0.07 -zélateurs zélateur nom m p 0.02 0.41 0.00 0.34 -zélatrice zélateur nom f s 0.02 0.41 0.02 0.00 -zélote zélote nom m s 0.08 0.81 0.02 0.34 -zélotes zélote nom m p 0.08 0.81 0.06 0.47 -zélé zélé adj m s 1.19 2.97 0.69 1.42 -zélée zélé adj f s 1.19 2.97 0.11 0.47 -zélées zélé adj f p 1.19 2.97 0.00 0.20 -zélés zélé adj m p 1.19 2.97 0.39 0.88 -zénana zénana nom f s 0.00 0.07 0.00 0.07 -zénith zénith nom m s 0.63 3.38 0.63 3.38 -zénithale zénithal adj f s 0.00 0.14 0.00 0.07 -zénithales zénithal adj f p 0.00 0.14 0.00 0.07 -zéphire zéphire adj s 0.10 0.00 0.10 0.00 -zéphyr zéphyr nom m s 0.09 0.61 0.04 0.47 -zéphyrs zéphyr nom m p 0.09 0.61 0.05 0.14 -zurichois zurichois nom m 0.00 0.14 0.00 0.14 -zurichoise zurichois adj f s 0.00 0.14 0.00 0.07 -zéro zéro nom m s 32.85 18.24 30.44 16.49 -zéros zéro nom m p 32.85 18.24 2.41 1.76 -zut zut ono 13.69 7.16 13.69 7.16 -zézaie zézayer ver 0.02 0.74 0.01 0.27 ind:pre:3s; -zézaiement zézaiement nom m s 0.03 0.20 0.03 0.20 -zézaient zézayer ver 0.02 0.74 0.00 0.07 ind:pre:3p; -zézayaient zézayer ver 0.02 0.74 0.00 0.07 ind:imp:3p; -zézayant zézayer ver 0.02 0.74 0.01 0.20 par:pre; -zézaye zézayer ver 0.02 0.74 0.00 0.07 ind:pre:3s; -zézayer zézayer ver 0.02 0.74 0.00 0.07 inf; -zézette zézette nom f s 0.24 9.32 0.24 9.05 -zézettes zézette nom f p 0.24 9.32 0.00 0.27 -zydeco zydeco nom f s 0.01 0.00 0.01 0.00 -zyeuta zyeuter ver 0.16 2.77 0.00 0.07 ind:pas:3s; -zyeutais zyeuter ver 0.16 2.77 0.00 0.07 ind:imp:1s; -zyeutait zyeuter ver 0.16 2.77 0.00 0.14 ind:imp:3s; -zyeutant zyeuter ver 0.16 2.77 0.00 0.20 par:pre; -zyeute zyeuter ver 0.16 2.77 0.12 1.22 imp:pre:2s;ind:pre:1s;ind:pre:3s; -zyeuter zyeuter ver 0.16 2.77 0.02 0.95 inf; -zyeutes zyeuter ver 0.16 2.77 0.01 0.00 ind:pre:2s; -zyeuté zyeuter ver m s 0.16 2.77 0.01 0.14 par:pas; -zygoma zygoma nom m s 0.00 0.07 0.00 0.07 -zygomatique zygomatique adj f s 0.16 0.34 0.11 0.14 -zygomatiques zygomatique adj f p 0.16 0.34 0.05 0.20 -zygote zygote nom m s 0.06 0.00 0.06 0.00 -zyklon zyklon nom m s 0.82 0.00 0.82 0.00 -zzz zzz ono 0.04 0.00 0.04 0.00 -zzzz zzzz ono 0.00 0.07 0.00 0.07 diff --git a/dictionnaires/lexique.txt.old b/dictionnaires/lexique.txt.old deleted file mode 100644 index 81421c6..0000000 --- a/dictionnaires/lexique.txt.old +++ /dev/null @@ -1,125749 +0,0 @@ -île île nom f s 58.35 108.24 50.20 83.58 -îles île nom f p 58.35 108.24 8.15 24.66 -îlette îlette nom f s 0.00 0.07 0.00 0.07 -îlot îlot nom m s 1.20 10.68 0.42 6.49 -îlotier îlotier nom m s 0.04 0.00 0.04 0.00 -îlots îlot nom m p 1.20 10.68 0.78 4.19 -œuvre œuvre nom s 12.04 0.00 12.04 0.00 -ô ô ono 16.08 33.11 16.08 33.11 -ôta ôter ver 16.81 42.03 0.46 8.04 ind:pas:3s; -ôtai ôter ver 16.81 42.03 0.00 0.68 ind:pas:1s; -ôtaient ôter ver 16.81 42.03 0.01 1.08 ind:imp:3p; -ôtais ôter ver 16.81 42.03 0.03 0.68 ind:imp:1s;ind:imp:2s; -ôtait ôter ver 16.81 42.03 0.16 4.53 ind:imp:3s; -ôtant ôter ver 16.81 42.03 0.43 2.50 par:pre; -ôte ôter ver 16.81 42.03 3.05 5.27 imp:pre:2s;ind:pre:1s;ind:pre:3s; -ôtent ôter ver 16.81 42.03 0.29 0.41 ind:pre:3p; -ôter ôter ver 16.81 42.03 5.57 10.00 ind:pre:2p;inf; -ôtera ôter ver 16.81 42.03 0.26 0.34 ind:fut:3s; -ôterai ôter ver 16.81 42.03 0.09 0.07 ind:fut:1s; -ôterais ôter ver 16.81 42.03 0.14 0.00 cnd:pre:1s;cnd:pre:2s; -ôterait ôter ver 16.81 42.03 0.03 0.54 cnd:pre:3s; -ôteras ôter ver 16.81 42.03 0.17 0.14 ind:fut:2s; -ôterez ôter ver 16.81 42.03 0.17 0.20 ind:fut:2p; -ôterions ôter ver 16.81 42.03 0.00 0.07 cnd:pre:1p; -ôtes ôter ver 16.81 42.03 0.65 0.00 ind:pre:2s; -ôtez ôter ver 16.81 42.03 1.30 0.81 imp:pre:2p;ind:pre:2p; -ôtiez ôter ver 16.81 42.03 0.17 0.00 ind:imp:2p; -ôtons ôter ver 16.81 42.03 0.02 0.07 ind:pre:1p; -ôtât ôter ver 16.81 42.03 0.00 0.14 sub:imp:3s; -ôtèrent ôter ver 16.81 42.03 0.00 0.27 ind:pas:3p; -ôté ôter ver m s 16.81 42.03 3.18 5.47 par:pas; -ôtée ôter ver f s 16.81 42.03 0.42 0.54 par:pas; -ôtées ôter ver f p 16.81 42.03 0.16 0.07 par:pas; -ôtés ôter ver m p 16.81 42.03 0.04 0.14 par:pas; -a_capella a_capella adv 0.04 0.07 0.04 0.07 -a_cappella a_cappella adv 0.04 0.07 0.04 0.07 -a_contrario a_contrario adv 0.00 0.27 0.00 0.27 -a_fortiori a_fortiori adv 0.04 0.88 0.04 0.88 -a_giorno a_giorno adv 0.00 0.27 0.00 0.27 -à_jeun à_jeun adv 1.45 3.85 0.18 0.00 -a_l_instar a_l_instar pre 0.26 0.00 0.26 0.00 -a_posteriori a_posteriori adv 0.05 0.20 0.01 0.14 -a_priori a_priori adv 1.04 3.85 0.63 2.57 -a avoir aux 18559.23 12800.81 6350.91 2926.69 ind:pre:3s; -aînesse aînesse nom f s 0.07 0.47 0.07 0.47 -aîné aîné adj m s 6.27 16.42 4.66 10.00 -aînée aîné nom f s 8.92 22.84 2.79 5.07 -aînées aîné nom f p 8.92 22.84 0.05 0.54 -aînés aîné nom m p 8.92 22.84 1.46 4.19 -aître aître nom m s 0.00 0.14 0.00 0.07 -aîtres aître nom m p 0.00 0.14 0.00 0.07 -aï aï nom m s 2.31 0.00 2.31 0.00 -aïd aïd nom m 0.54 0.34 0.54 0.34 -aïe aïe ono 18.25 8.38 18.25 8.38 -aïeul aïeul nom m s 3.13 10.61 1.08 4.46 -aïeule aïeul nom f s 3.13 10.61 0.14 3.24 -aïeules aïeul nom f p 3.13 10.61 0.03 0.54 -aïeuls aïeul nom m p 3.13 10.61 0.14 0.27 -aïeux aïeul nom m p 3.13 10.61 1.75 2.09 -aïkido aïkido nom m s 0.02 0.07 0.02 0.07 -aïoli aïoli nom m s 0.01 0.27 0.01 0.27 -aa aa nom m s 0.01 0.00 0.01 0.00 -ab_absurdo ab_absurdo adv 0.00 0.07 0.00 0.07 -ab_initio ab_initio adv 0.01 0.07 0.01 0.07 -ab_ovo ab_ovo adv 0.00 0.27 0.00 0.27 -abîma abîmer ver 15.83 21.69 0.10 0.74 ind:pas:3s; -abîmai abîmer ver 15.83 21.69 0.00 0.14 ind:pas:1s; -abîmaient abîmer ver 15.83 21.69 0.10 0.20 ind:imp:3p; -abîmait abîmer ver 15.83 21.69 0.01 1.22 ind:imp:3s; -abîmant abîmer ver 15.83 21.69 0.01 0.54 par:pre; -abîme abîme nom m s 6.01 20.61 5.03 14.59 -abîment abîmer ver 15.83 21.69 0.31 0.88 ind:pre:3p; -abîmer abîmer ver 15.83 21.69 5.40 5.95 inf; -abîmera abîmer ver 15.83 21.69 0.04 0.14 ind:fut:3s; -abîmerai abîmer ver 15.83 21.69 0.01 0.00 ind:fut:1s; -abîmerais abîmer ver 15.83 21.69 0.02 0.07 cnd:pre:1s;cnd:pre:2s; -abîmerait abîmer ver 15.83 21.69 0.08 0.20 cnd:pre:3s; -abîmeras abîmer ver 15.83 21.69 0.00 0.14 ind:fut:2s; -abîmerez abîmer ver 15.83 21.69 0.01 0.00 ind:fut:2p; -abîmeront abîmer ver 15.83 21.69 0.02 0.14 ind:fut:3p; -abîmes abîme nom m p 6.01 20.61 0.98 6.01 -abîmez abîmer ver 15.83 21.69 0.30 0.20 imp:pre:2p;ind:pre:2p; -abîmions abîmer ver 15.83 21.69 0.00 0.14 ind:imp:1p; -abîmons abîmer ver 15.83 21.69 0.00 0.07 ind:pre:1p; -abîmé abîmer ver m s 15.83 21.69 3.57 4.73 par:pas; -abîmée abîmer ver f s 15.83 21.69 1.73 1.76 par:pas; -abîmées abîmer ver f p 15.83 21.69 0.56 0.74 par:pas; -abîmés abîmer ver m p 15.83 21.69 0.61 1.35 par:pas; -abaca abaca nom m s 0.01 0.00 0.01 0.00 -abaissa abaisser ver 4.93 18.04 0.00 2.64 ind:pas:3s; -abaissai abaisser ver 4.93 18.04 0.10 0.07 ind:pas:1s; -abaissaient abaisser ver 4.93 18.04 0.00 0.41 ind:imp:3p; -abaissait abaisser ver 4.93 18.04 0.02 2.50 ind:imp:3s; -abaissant abaissant adj m s 0.04 0.27 0.03 0.27 -abaissante abaissant adj f s 0.04 0.27 0.01 0.00 -abaisse_langue abaisse_langue nom m 0.04 0.14 0.04 0.14 -abaisse abaisser ver 4.93 18.04 1.28 3.45 imp:pre:2s;ind:pre:1s;ind:pre:3s; -abaissement abaissement nom m s 0.31 2.16 0.31 2.16 -abaissent abaisser ver 4.93 18.04 0.05 0.95 ind:pre:3p; -abaisser abaisser ver 4.93 18.04 1.09 2.91 inf; -abaissera abaisser ver 4.93 18.04 0.19 0.07 ind:fut:3s; -abaisserai abaisser ver 4.93 18.04 0.10 0.07 ind:fut:1s; -abaisseraient abaisser ver 4.93 18.04 0.01 0.07 cnd:pre:3p; -abaisserais abaisser ver 4.93 18.04 0.13 0.00 cnd:pre:1s;cnd:pre:2s; -abaisserait abaisser ver 4.93 18.04 0.02 0.20 cnd:pre:3s; -abaisses abaisser ver 4.93 18.04 0.16 0.07 ind:pre:2s; -abaissez abaisser ver 4.93 18.04 0.53 0.07 imp:pre:2p;ind:pre:2p; -abaissons abaisser ver 4.93 18.04 0.02 0.00 imp:pre:1p; -abaissèrent abaisser ver 4.93 18.04 0.00 0.41 ind:pas:3p; -abaissé abaisser ver m s 4.93 18.04 0.74 1.35 par:pas; -abaissée abaisser ver f s 4.93 18.04 0.17 0.27 par:pas; -abaissées abaissée adj f p 0.02 0.00 0.02 0.00 -abaissés abaisser ver m p 4.93 18.04 0.30 0.07 par:pas; -abalone abalone nom m s 0.01 0.07 0.01 0.00 -abalones abalone nom m p 0.01 0.07 0.00 0.07 -abandon abandon nom m s 4.84 27.36 4.77 25.20 -abandonna abandonner ver 110.86 128.45 0.59 8.92 ind:pas:3s; -abandonnai abandonner ver 110.86 128.45 0.27 2.16 ind:pas:1s; -abandonnaient abandonner ver 110.86 128.45 0.07 1.55 ind:imp:3p; -abandonnais abandonner ver 110.86 128.45 0.35 1.49 ind:imp:1s;ind:imp:2s; -abandonnait abandonner ver 110.86 128.45 1.04 9.46 ind:imp:3s; -abandonnant abandonner ver 110.86 128.45 1.15 9.93 par:pre; -abandonnas abandonner ver 110.86 128.45 0.00 0.14 ind:pas:2s; -abandonne abandonner ver 110.86 128.45 24.04 15.54 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -abandonnent abandonner ver 110.86 128.45 2.44 2.64 ind:pre:3p;sub:pre:3p; -abandonner abandonner ver 110.86 128.45 28.36 27.70 inf; -abandonnera abandonner ver 110.86 128.45 1.52 0.81 ind:fut:3s; -abandonnerai abandonner ver 110.86 128.45 2.39 0.41 ind:fut:1s; -abandonneraient abandonner ver 110.86 128.45 0.02 0.14 cnd:pre:3p; -abandonnerais abandonner ver 110.86 128.45 0.93 0.27 cnd:pre:1s;cnd:pre:2s; -abandonnerait abandonner ver 110.86 128.45 0.23 0.88 cnd:pre:3s; -abandonneras abandonner ver 110.86 128.45 0.30 0.20 ind:fut:2s; -abandonnerez abandonner ver 110.86 128.45 0.14 0.00 ind:fut:2p; -abandonneriez abandonner ver 110.86 128.45 0.23 0.20 cnd:pre:2p; -abandonnerions abandonner ver 110.86 128.45 0.01 0.00 cnd:pre:1p; -abandonnerons abandonner ver 110.86 128.45 0.39 0.14 ind:fut:1p; -abandonneront abandonner ver 110.86 128.45 0.41 0.27 ind:fut:3p; -abandonnes abandonner ver 110.86 128.45 4.13 0.14 ind:pre:2s;sub:pre:2s; -abandonneurs abandonneur nom m p 0.00 0.07 0.00 0.07 -abandonnez abandonner ver 110.86 128.45 5.72 0.88 imp:pre:2p;ind:pre:2p; -abandonniez abandonner ver 110.86 128.45 0.14 0.14 ind:imp:2p; -abandonnions abandonner ver 110.86 128.45 0.06 0.54 ind:imp:1p; -abandonnique abandonnique adj s 0.00 0.07 0.00 0.07 -abandonnâmes abandonner ver 110.86 128.45 0.00 0.27 ind:pas:1p; -abandonnons abandonner ver 110.86 128.45 1.06 0.68 imp:pre:1p;ind:pre:1p; -abandonnât abandonner ver 110.86 128.45 0.00 0.34 sub:imp:3s; -abandonnèrent abandonner ver 110.86 128.45 0.16 1.42 ind:pas:3p; -abandonné abandonner ver m s 110.86 128.45 22.56 23.92 par:pas; -abandonnée abandonner ver f s 110.86 128.45 7.34 9.66 par:pas; -abandonnées abandonner ver f p 110.86 128.45 1.27 2.70 par:pas; -abandonnés abandonner ver m p 110.86 128.45 3.55 4.93 par:pas; -abandons abandon nom m p 4.84 27.36 0.07 2.16 -abaque abaque nom m s 0.00 0.07 0.00 0.07 -abasourdi abasourdir ver m s 0.55 2.97 0.35 2.09 par:pas; -abasourdie abasourdi adj f s 0.40 2.64 0.14 0.54 -abasourdir abasourdir ver 0.55 2.97 0.01 0.14 inf; -abasourdis abasourdir ver m p 0.55 2.97 0.07 0.20 par:pas; -abasourdissant abasourdissant adj m s 0.01 0.07 0.01 0.00 -abasourdissants abasourdissant adj m p 0.01 0.07 0.00 0.07 -abat_jour abat_jour nom m 0.51 8.24 0.51 8.24 -abat_son abat_son nom m 0.00 0.27 0.00 0.27 -abat abattre ver 43.47 50.61 2.15 4.93 ind:pre:3s; -abatage abatage nom m s 0.00 0.07 0.00 0.07 -abatis abatis nom m 0.00 0.88 0.00 0.88 -abats abattre ver 43.47 50.61 1.79 0.54 imp:pre:2s;ind:pre:1s;ind:pre:2s; -abattage abattage nom m s 0.65 1.28 0.63 1.15 -abattages abattage nom m p 0.65 1.28 0.02 0.14 -abattaient abattre ver 43.47 50.61 0.06 2.36 ind:imp:3p; -abattais abattre ver 43.47 50.61 0.02 0.27 ind:imp:1s; -abattait abattre ver 43.47 50.61 0.42 3.45 ind:imp:3s; -abattant abattre ver 43.47 50.61 0.31 1.96 par:pre; -abattants abattant nom m p 0.07 0.61 0.01 0.07 -abatte abattre ver 43.47 50.61 0.58 0.61 sub:pre:1s;sub:pre:3s; -abattement abattement nom m s 0.18 2.64 0.17 2.36 -abattements abattement nom m p 0.18 2.64 0.01 0.27 -abattent abattre ver 43.47 50.61 0.69 2.03 ind:pre:3p; -abattes abattre ver 43.47 50.61 0.11 0.00 sub:pre:2s; -abatteur abatteur nom m s 0.14 0.27 0.14 0.20 -abatteurs abatteur nom m p 0.14 0.27 0.00 0.07 -abattez abattre ver 43.47 50.61 2.21 0.00 imp:pre:2p;ind:pre:2p; -abattiez abattre ver 43.47 50.61 0.06 0.00 ind:imp:2p; -abattions abattre ver 43.47 50.61 0.00 0.07 ind:imp:1p; -abattirent abattre ver 43.47 50.61 0.03 0.95 ind:pas:3p; -abattis abattis nom m 0.14 1.08 0.14 1.08 -abattit abattre ver 43.47 50.61 0.34 5.07 ind:pas:3s; -abattoir abattoir nom m s 3.16 4.66 2.67 2.36 -abattoirs abattoir nom m p 3.16 4.66 0.48 2.30 -abattons abattre ver 43.47 50.61 0.33 0.00 imp:pre:1p;ind:pre:1p; -abattra abattre ver 43.47 50.61 1.51 0.61 ind:fut:3s; -abattrai abattre ver 43.47 50.61 0.39 0.00 ind:fut:1s; -abattraient abattre ver 43.47 50.61 0.03 0.07 cnd:pre:3p; -abattrais abattre ver 43.47 50.61 0.10 0.07 cnd:pre:1s;cnd:pre:2s; -abattrait abattre ver 43.47 50.61 0.63 0.41 cnd:pre:3s; -abattras abattre ver 43.47 50.61 0.03 0.00 ind:fut:2s; -abattre abattre ver 43.47 50.61 14.43 14.32 inf; -abattrez abattre ver 43.47 50.61 0.26 0.00 ind:fut:2p; -abattriez abattre ver 43.47 50.61 0.02 0.00 cnd:pre:2p; -abattrons abattre ver 43.47 50.61 0.11 0.00 ind:fut:1p; -abattront abattre ver 43.47 50.61 0.34 0.07 ind:fut:3p; -abattu abattre ver m s 43.47 50.61 11.48 7.43 par:pas; -abattue abattre ver f s 43.47 50.61 2.19 2.43 par:pas; -abattues abattre ver f p 43.47 50.61 0.44 0.27 par:pas; -abattures abatture nom f p 0.00 0.14 0.00 0.14 -abattus abattre ver m p 43.47 50.61 2.42 2.43 par:pas; -abbatial abbatial adj m s 0.00 0.61 0.00 0.27 -abbatiale abbatial adj f s 0.00 0.61 0.00 0.27 -abbatiales abbatial adj f p 0.00 0.61 0.00 0.07 -abbaye abbaye nom f s 3.94 3.78 3.66 3.31 -abbayes abbaye nom f p 3.94 3.78 0.28 0.47 -abbesse abbé nom f s 4.46 33.51 0.26 0.41 -abbesses abbé nom f p 4.46 33.51 0.00 0.61 -abbé abbé nom m s 4.46 33.51 4.19 31.28 -abbés abbé nom m p 4.46 33.51 0.02 1.22 -abc abc nom m 0.04 0.00 0.04 0.00 -abcès abcès nom m 1.79 3.31 1.79 3.31 -abdication abdication nom f s 0.05 1.96 0.05 1.82 -abdications abdication nom f p 0.05 1.96 0.00 0.14 -abdiqua abdiquer ver 0.47 2.77 0.00 0.20 ind:pas:3s; -abdiquai abdiquer ver 0.47 2.77 0.00 0.07 ind:pas:1s; -abdiquaient abdiquer ver 0.47 2.77 0.00 0.07 ind:imp:3p; -abdiquais abdiquer ver 0.47 2.77 0.00 0.14 ind:imp:1s; -abdiquait abdiquer ver 0.47 2.77 0.00 0.20 ind:imp:3s; -abdiquant abdiquer ver 0.47 2.77 0.00 0.07 par:pre; -abdique abdiquer ver 0.47 2.77 0.23 0.41 imp:pre:2s;ind:pre:1s;ind:pre:3s; -abdiquer abdiquer ver 0.47 2.77 0.08 0.41 inf; -abdiquera abdiquer ver 0.47 2.77 0.01 0.07 ind:fut:3s; -abdiquerais abdiquer ver 0.47 2.77 0.00 0.07 cnd:pre:1s; -abdiquerait abdiquer ver 0.47 2.77 0.00 0.07 cnd:pre:3s; -abdiquez abdiquer ver 0.47 2.77 0.03 0.00 imp:pre:2p;ind:pre:2p; -abdiqué abdiquer ver m s 0.47 2.77 0.11 0.95 par:pas; -abdiquée abdiquer ver f s 0.47 2.77 0.00 0.07 par:pas; -abdomen abdomen nom m s 2.76 1.55 2.76 1.55 -abdominal abdominal adj m s 2.56 0.74 0.50 0.00 -abdominale abdominal adj f s 2.56 0.74 1.30 0.61 -abdominales abdominal adj f p 2.56 0.74 0.70 0.00 -abdominaux abdominal nom m p 0.09 0.68 0.09 0.68 -abdos abdos nom m p 0.86 0.00 0.86 0.00 -abducteur abducteur adj m s 0.01 0.00 0.01 0.00 -abduction abduction nom f s 0.05 0.00 0.05 0.00 -abeille abeille nom f s 9.11 9.86 3.53 3.18 -abeilles abeille nom f p 9.11 9.86 5.59 6.69 -aber aber nom m s 0.25 0.00 0.25 0.00 -aberrant aberrant adj m s 0.84 2.50 0.58 1.08 -aberrante aberrant adj f s 0.84 2.50 0.04 0.61 -aberrantes aberrant adj f p 0.84 2.50 0.20 0.34 -aberrants aberrant adj m p 0.84 2.50 0.02 0.47 -aberration aberration nom f s 1.16 4.46 0.89 3.31 -aberrations aberration nom f p 1.16 4.46 0.27 1.15 -abhorrais abhorrer ver 0.27 1.35 0.01 0.07 ind:imp:1s; -abhorrait abhorrer ver 0.27 1.35 0.01 0.68 ind:imp:3s; -abhorrant abhorrer ver 0.27 1.35 0.01 0.07 par:pre; -abhorre abhorrer ver 0.27 1.35 0.20 0.00 ind:pre:1s;ind:pre:3s; -abhorrer abhorrer ver 0.27 1.35 0.00 0.14 inf; -abhorrez abhorrer ver 0.27 1.35 0.03 0.00 ind:pre:2p; -abhorré abhorrer ver m s 0.27 1.35 0.01 0.27 par:pas; -abhorrée abhorré adj f s 0.01 0.27 0.01 0.07 -abhorrés abhorrer ver m p 0.27 1.35 0.00 0.07 par:pas; -abject abject adj m s 2.19 3.92 1.40 1.69 -abjecte abject adj f s 2.19 3.92 0.69 1.49 -abjectement abjectement adv 0.10 0.07 0.10 0.07 -abjectes abject adj f p 2.19 3.92 0.05 0.20 -abjection abjection nom f s 0.51 2.30 0.37 2.16 -abjections abjection nom f p 0.51 2.30 0.14 0.14 -abjects abject adj m p 2.19 3.92 0.05 0.54 -abjurant abjurer ver 1.53 1.28 0.14 0.00 par:pre; -abjuration abjuration nom f s 0.00 0.47 0.00 0.41 -abjurations abjuration nom f p 0.00 0.47 0.00 0.07 -abjure abjurer ver 1.53 1.28 0.77 0.14 imp:pre:2s;ind:pre:1s;ind:pre:3s; -abjurer abjurer ver 1.53 1.28 0.22 0.68 inf; -abjurez abjurer ver 1.53 1.28 0.40 0.00 imp:pre:2p;ind:pre:2p; -abjurons abjurer ver 1.53 1.28 0.00 0.07 ind:pre:1p; -abjuré abjurer ver m s 1.53 1.28 0.00 0.41 par:pas; -abkhaze abkhaze adj f s 0.00 0.07 0.00 0.07 -ablatif ablatif nom m s 0.00 0.14 0.00 0.14 -ablation ablation nom f s 0.45 1.35 0.43 1.28 -ablations ablation nom f p 0.45 1.35 0.03 0.07 -able able nom m s 0.68 0.14 0.68 0.14 -ablette ablette nom f s 0.14 0.95 0.00 0.41 -ablettes ablette nom f p 0.14 0.95 0.14 0.54 -ablution ablution nom f s 0.48 1.55 0.01 0.14 -ablutions ablution nom f p 0.48 1.55 0.47 1.42 -abnégation abnégation nom f s 0.91 3.58 0.91 3.58 -aboi aboi nom m s 0.78 3.58 0.00 0.88 -aboie aboyer ver 7.43 11.82 2.91 2.03 imp:pre:2s;ind:pre:1s;ind:pre:3s; -aboiement aboiement nom m s 1.79 5.95 0.44 2.36 -aboiements aboiement nom m p 1.79 5.95 1.35 3.58 -aboient aboyer ver 7.43 11.82 0.54 0.81 ind:pre:3p; -aboiera aboyer ver 7.43 11.82 0.21 0.00 ind:fut:3s; -aboierait aboyer ver 7.43 11.82 0.01 0.07 cnd:pre:3s; -aboieront aboyer ver 7.43 11.82 0.01 0.07 ind:fut:3p; -aboies aboyer ver 7.43 11.82 0.42 0.00 ind:pre:2s; -abois aboi nom m p 0.78 3.58 0.78 2.70 -aboli abolir ver m s 3.08 9.32 1.10 1.42 par:pas; -abolie aboli adj f s 0.08 2.57 0.06 0.61 -abolies abolir ver f p 3.08 9.32 0.11 0.34 par:pas; -abolir abolir ver 3.08 9.32 1.08 2.97 inf; -abolira abolir ver 3.08 9.32 0.01 0.34 ind:fut:3s; -abolirait abolir ver 3.08 9.32 0.00 0.07 cnd:pre:3s; -aboliras abolir ver 3.08 9.32 0.01 0.00 ind:fut:2s; -abolis abolir ver m p 3.08 9.32 0.14 0.41 ind:pre:1s;par:pas; -abolissaient abolir ver 3.08 9.32 0.00 0.41 ind:imp:3p; -abolissais abolir ver 3.08 9.32 0.00 0.07 ind:imp:1s; -abolissait abolir ver 3.08 9.32 0.00 0.74 ind:imp:3s; -abolissant abolir ver 3.08 9.32 0.25 0.54 par:pre; -abolissent abolir ver 3.08 9.32 0.00 0.14 ind:pre:3p; -abolissions abolir ver 3.08 9.32 0.00 0.07 ind:imp:1p; -abolissons abolir ver 3.08 9.32 0.02 0.00 imp:pre:1p;ind:pre:1p; -abolit abolir ver 3.08 9.32 0.29 1.28 ind:pre:3s;ind:pas:3s; -abolition abolition nom f s 0.45 1.49 0.45 1.49 -abolitionniste abolitionniste nom s 0.17 0.07 0.07 0.00 -abolitionnistes abolitionniste nom p 0.17 0.07 0.10 0.07 -abominable abominable adj s 5.39 11.22 4.78 8.99 -abominablement abominablement adv 0.01 0.68 0.01 0.68 -abominables abominable adj p 5.39 11.22 0.62 2.23 -abominaient abominer ver 0.00 0.54 0.00 0.07 ind:imp:3p; -abomination abomination nom f s 1.94 4.53 1.24 3.04 -abominations abomination nom f p 1.94 4.53 0.69 1.49 -abomine abominer ver 0.00 0.54 0.00 0.41 ind:pre:1s;ind:pre:3s; -abominer abominer ver 0.00 0.54 0.00 0.07 inf; -abonda abonder ver 1.13 4.59 0.00 0.27 ind:pas:3s; -abondai abonder ver 1.13 4.59 0.00 0.07 ind:pas:1s; -abondaient abonder ver 1.13 4.59 0.12 1.42 ind:imp:3p; -abondais abonder ver 1.13 4.59 0.01 0.14 ind:imp:1s; -abondait abonder ver 1.13 4.59 0.02 0.47 ind:imp:3s; -abondamment abondamment adv 0.30 4.93 0.30 4.93 -abondance abondance nom f s 2.76 9.39 2.76 9.39 -abondant abondant adj m s 1.36 7.03 0.09 1.42 -abondante abondant adj f s 1.36 7.03 0.89 3.45 -abondantes abondant adj f p 1.36 7.03 0.33 1.22 -abondants abondant adj m p 1.36 7.03 0.05 0.95 -abondassent abonder ver 1.13 4.59 0.00 0.07 sub:imp:3p; -abonde abonder ver 1.13 4.59 0.28 0.81 ind:pre:1s;ind:pre:3s; -abondent abonder ver 1.13 4.59 0.63 0.47 ind:pre:3p; -abonder abonder ver 1.13 4.59 0.03 0.61 inf; -abondé abonder ver m s 1.13 4.59 0.01 0.20 par:pas; -abonnai abonner ver 1.10 2.09 0.00 0.07 ind:pas:1s; -abonnant abonner ver 1.10 2.09 0.01 0.00 par:pre; -abonne abonner ver 1.10 2.09 0.18 0.07 imp:pre:2s;ind:pre:1s;ind:pre:3s; -abonnement abonnement nom m s 4.82 1.62 3.37 1.55 -abonnements abonnement nom m p 4.82 1.62 1.45 0.07 -abonner abonner ver 1.10 2.09 0.27 0.14 inf; -abonnez abonner ver 1.10 2.09 0.03 0.07 imp:pre:2p;ind:pre:2p; -abonnât abonner ver 1.10 2.09 0.00 0.07 sub:imp:3s; -abonné abonner ver m s 1.10 2.09 0.30 0.88 par:pas; -abonnée abonner ver f s 1.10 2.09 0.15 0.68 par:pas; -abonnées abonné nom f p 0.87 2.23 0.02 0.20 -abonnés abonné nom m p 0.87 2.23 0.52 1.55 -abord abord nom m s 2.22 19.05 0.89 7.30 -aborda aborder ver 12.55 33.18 0.16 3.99 ind:pas:3s; -abordable abordable adj s 0.47 0.20 0.34 0.20 -abordables abordable adj p 0.47 0.20 0.13 0.00 -abordage abordage nom m s 1.22 1.49 1.17 1.42 -abordages abordage nom m p 1.22 1.49 0.05 0.07 -abordai aborder ver 12.55 33.18 0.00 0.61 ind:pas:1s; -abordaient aborder ver 12.55 33.18 0.03 1.28 ind:imp:3p; -abordais aborder ver 12.55 33.18 0.00 0.54 ind:imp:1s; -abordait aborder ver 12.55 33.18 0.47 2.50 ind:imp:3s; -abordant aborder ver 12.55 33.18 0.03 1.42 par:pre; -aborde aborder ver 12.55 33.18 1.76 2.36 imp:pre:2s;ind:pre:1s;ind:pre:3s; -abordent aborder ver 12.55 33.18 0.09 0.54 ind:pre:3p; -aborder aborder ver 12.55 33.18 5.65 12.91 inf; -abordera aborder ver 12.55 33.18 0.20 0.34 ind:fut:3s; -aborderai aborder ver 12.55 33.18 0.08 0.14 ind:fut:1s; -aborderaient aborder ver 12.55 33.18 0.00 0.07 cnd:pre:3p; -aborderais aborder ver 12.55 33.18 0.02 0.07 cnd:pre:1s; -aborderait aborder ver 12.55 33.18 0.02 0.14 cnd:pre:3s; -aborderiez aborder ver 12.55 33.18 0.01 0.00 cnd:pre:2p; -aborderions aborder ver 12.55 33.18 0.00 0.14 cnd:pre:1p; -aborderons aborder ver 12.55 33.18 0.09 0.07 ind:fut:1p; -aborderont aborder ver 12.55 33.18 0.04 0.14 ind:fut:3p; -abordes aborder ver 12.55 33.18 0.36 0.07 ind:pre:2s; -abordez aborder ver 12.55 33.18 0.75 0.00 imp:pre:2p;ind:pre:2p; -abordiez aborder ver 12.55 33.18 0.02 0.07 ind:imp:2p; -abordions aborder ver 12.55 33.18 0.04 0.34 ind:imp:1p; -abordâmes aborder ver 12.55 33.18 0.00 0.27 ind:pas:1p; -abordons aborder ver 12.55 33.18 0.72 0.41 imp:pre:1p;ind:pre:1p; -abords abord nom m p 2.22 19.05 1.33 11.76 -abordèrent aborder ver 12.55 33.18 0.01 0.68 ind:pas:3p; -abordé aborder ver m s 12.55 33.18 1.36 2.97 par:pas; -abordée aborder ver f s 12.55 33.18 0.34 0.54 par:pas; -abordées aborder ver f p 12.55 33.18 0.05 0.20 par:pas; -abordés aborder ver m p 12.55 33.18 0.26 0.41 par:pas; -aborigène aborigène nom s 0.60 0.14 0.21 0.00 -aborigènes aborigène nom p 0.60 0.14 0.39 0.14 -abornement abornement nom m s 0.00 0.07 0.00 0.07 -abortif abortif adj m s 0.04 0.34 0.01 0.00 -abortive abortif adj f s 0.04 0.34 0.01 0.14 -abortives abortif adj f p 0.04 0.34 0.02 0.20 -abâtardi abâtardir ver m s 0.14 0.41 0.00 0.20 par:pas; -abâtardie abâtardi adj f s 0.01 0.07 0.01 0.07 -abâtardies abâtardir ver f p 0.14 0.41 0.00 0.07 par:pas; -abâtardir abâtardir ver 0.14 0.41 0.00 0.07 inf; -abâtardirai abâtardir ver 0.14 0.41 0.00 0.07 ind:fut:1s; -abâtardissant abâtardir ver 0.14 0.41 0.14 0.00 par:pre; -abouchaient aboucher ver 0.00 0.81 0.00 0.07 ind:imp:3p; -abouchais aboucher ver 0.00 0.81 0.00 0.07 ind:imp:1s; -abouchait aboucher ver 0.00 0.81 0.00 0.07 ind:imp:3s; -abouchant aboucher ver 0.00 0.81 0.00 0.07 par:pre; -abouchements abouchement nom m p 0.00 0.07 0.00 0.07 -aboucher aboucher ver 0.00 0.81 0.00 0.34 inf; -abouché aboucher ver m s 0.00 0.81 0.00 0.07 par:pas; -abouchée aboucher ver f s 0.00 0.81 0.00 0.07 par:pas; -abouchés aboucher ver m p 0.00 0.81 0.00 0.07 par:pas; -aboule abouler ver 1.80 0.61 1.43 0.34 imp:pre:2s;ind:pre:3s; -abouler abouler ver 1.80 0.61 0.11 0.14 inf; -aboules abouler ver 1.80 0.61 0.01 0.00 ind:pre:2s; -aboulez abouler ver 1.80 0.61 0.25 0.14 imp:pre:2p; -aboulie aboulie nom f s 0.00 0.14 0.00 0.14 -aboulique aboulique nom s 0.00 0.07 0.00 0.07 -abouliques aboulique adj p 0.00 0.14 0.00 0.14 -abounas abouna nom m p 0.00 0.07 0.00 0.07 -about about nom m s 5.94 0.47 5.94 0.47 -aboutîmes aboutir ver 5.34 25.81 0.00 0.14 ind:pas:1p; -aboutait abouter ver 0.00 0.14 0.00 0.07 ind:imp:3s; -abouti aboutir ver m s 5.34 25.81 1.24 2.84 par:pas; -aboutie abouti adj f s 0.11 0.20 0.04 0.07 -aboutir aboutir ver 5.34 25.81 1.34 9.80 inf; -aboutira aboutir ver 5.34 25.81 0.29 0.41 ind:fut:3s; -aboutirai aboutir ver 5.34 25.81 0.00 0.07 ind:fut:1s; -aboutiraient aboutir ver 5.34 25.81 0.01 0.14 cnd:pre:3p; -aboutirais aboutir ver 5.34 25.81 0.00 0.14 cnd:pre:1s; -aboutirait aboutir ver 5.34 25.81 0.05 0.61 cnd:pre:3s; -aboutiras aboutir ver 5.34 25.81 0.00 0.07 ind:fut:2s; -aboutirent aboutir ver 5.34 25.81 0.00 0.68 ind:pas:3p; -aboutirons aboutir ver 5.34 25.81 0.01 0.00 ind:fut:1p; -aboutiront aboutir ver 5.34 25.81 0.04 0.27 ind:fut:3p; -aboutis aboutir ver m p 5.34 25.81 0.07 0.34 ind:pre:1s;ind:pre:2s;par:pas; -aboutissaient aboutir ver 5.34 25.81 0.15 1.15 ind:imp:3p; -aboutissait aboutir ver 5.34 25.81 0.03 2.50 ind:imp:3s; -aboutissant aboutir ver 5.34 25.81 0.00 1.15 par:pre; -aboutissants aboutissant nom m p 0.09 0.95 0.09 0.81 -aboutisse aboutir ver 5.34 25.81 0.08 0.41 sub:pre:1s;sub:pre:3s; -aboutissement aboutissement nom m s 0.50 4.05 0.50 4.05 -aboutissent aboutir ver 5.34 25.81 0.47 1.49 ind:pre:3p; -aboutissez aboutir ver 5.34 25.81 0.02 0.07 ind:pre:2p; -aboutissiez aboutir ver 5.34 25.81 0.00 0.07 ind:imp:2p; -aboutissions aboutir ver 5.34 25.81 0.00 0.07 ind:imp:1p; -aboutit aboutir ver 5.34 25.81 1.50 3.45 ind:pre:3s;ind:pas:3s; -aboutonnai aboutonner ver 0.00 0.07 0.00 0.07 ind:pas:1s; -aboutons abouter ver 0.00 0.14 0.00 0.07 imp:pre:1p; -aboya aboyer ver 7.43 11.82 0.00 1.42 ind:pas:3s; -aboyaient aboyer ver 7.43 11.82 0.05 0.68 ind:imp:3p; -aboyait aboyer ver 7.43 11.82 0.33 1.55 ind:imp:3s; -aboyant aboyer ver 7.43 11.82 0.18 1.28 par:pre; -aboyante aboyant adj f s 0.01 0.20 0.00 0.07 -aboyer aboyer ver 7.43 11.82 2.39 3.04 inf; -aboyeur aboyeur nom m s 0.06 0.61 0.05 0.34 -aboyeurs aboyeur nom m p 0.06 0.61 0.01 0.27 -aboyons aboyer ver 7.43 11.82 0.10 0.07 ind:pre:1p; -aboyèrent aboyer ver 7.43 11.82 0.00 0.27 ind:pas:3p; -aboyé aboyer ver m s 7.43 11.82 0.28 0.54 par:pas; -abracadabra abracadabra nom m s 0.98 0.27 0.98 0.27 -abracadabrant abracadabrant adj m s 0.26 0.68 0.03 0.20 -abracadabrante abracadabrant adj f s 0.26 0.68 0.13 0.00 -abracadabrantes abracadabrant adj f p 0.26 0.68 0.10 0.34 -abracadabrants abracadabrant adj m p 0.26 0.68 0.00 0.14 -abracadabré abracadabrer ver m s 0.01 0.00 0.01 0.00 par:pas; -abrasif abrasif nom m s 0.15 0.41 0.13 0.34 -abrasifs abrasif nom m p 0.15 0.41 0.03 0.07 -abrasion abrasion nom f s 0.19 0.14 0.19 0.14 -abrasive abrasif adj f s 0.09 0.27 0.04 0.00 -abrasé abraser ver m s 0.00 0.07 0.00 0.07 par:pas; -abraxas abraxas nom m 0.29 0.00 0.29 0.00 -abreuva abreuver ver 1.13 6.22 0.00 0.27 ind:pas:3s; -abreuvage abreuvage nom m s 0.00 0.07 0.00 0.07 -abreuvaient abreuver ver 1.13 6.22 0.00 0.27 ind:imp:3p; -abreuvait abreuver ver 1.13 6.22 0.03 0.47 ind:imp:3s; -abreuvant abreuver ver 1.13 6.22 0.01 0.34 par:pre; -abreuve abreuver ver 1.13 6.22 0.23 1.08 imp:pre:2s;ind:pre:1s;ind:pre:3s; -abreuvent abreuver ver 1.13 6.22 0.04 0.34 ind:pre:3p; -abreuver abreuver ver 1.13 6.22 0.48 2.09 inf; -abreuvera abreuver ver 1.13 6.22 0.11 0.00 ind:fut:3s; -abreuveraient abreuver ver 1.13 6.22 0.00 0.07 cnd:pre:3p; -abreuvez abreuver ver 1.13 6.22 0.03 0.00 imp:pre:2p;ind:pre:2p; -abreuvoir abreuvoir nom m s 0.35 3.92 0.34 3.24 -abreuvoirs abreuvoir nom m p 0.35 3.92 0.01 0.68 -abreuvons abreuver ver 1.13 6.22 0.01 0.07 imp:pre:1p; -abreuvé abreuver ver m s 1.13 6.22 0.04 0.68 par:pas; -abreuvée abreuver ver f s 1.13 6.22 0.10 0.27 par:pas; -abreuvés abreuver ver m p 1.13 6.22 0.04 0.27 par:pas; -abri_refuge abri_refuge nom m s 0.00 0.07 0.00 0.07 -abri abri nom m s 25.90 56.76 22.70 51.08 -abribus abribus nom m 0.04 0.14 0.04 0.14 -abricot abricot nom m s 1.24 2.50 0.50 1.15 -abricotez abricoter ver 0.01 0.00 0.01 0.00 imp:pre:2p; -abricotier abricotier nom m s 0.02 0.41 0.02 0.14 -abricotiers abricotier nom m p 0.02 0.41 0.00 0.27 -abricotine abricotine nom f s 0.00 0.07 0.00 0.07 -abricots abricot nom m p 1.24 2.50 0.74 1.35 -abris abri nom m p 25.90 56.76 3.20 5.68 -abrita abriter ver 7.91 26.22 0.02 0.68 ind:pas:3s; -abritai abriter ver 7.91 26.22 0.00 0.07 ind:pas:1s; -abritaient abriter ver 7.91 26.22 0.14 1.49 ind:imp:3p; -abritais abriter ver 7.91 26.22 0.01 0.14 ind:imp:1s; -abritait abriter ver 7.91 26.22 0.23 4.53 ind:imp:3s; -abritant abriter ver 7.91 26.22 0.25 1.82 par:pre; -abrite abriter ver 7.91 26.22 2.09 2.70 imp:pre:2s;ind:pre:1s;ind:pre:3s; -abritent abriter ver 7.91 26.22 0.33 1.15 ind:pre:3p; -abriter abriter ver 7.91 26.22 2.36 6.96 ind:pre:2p;inf; -abritera abriter ver 7.91 26.22 0.10 0.07 ind:fut:3s; -abriterait abriter ver 7.91 26.22 0.04 0.20 cnd:pre:3s; -abriterons abriter ver 7.91 26.22 0.03 0.00 ind:fut:1p; -abriteront abriter ver 7.91 26.22 0.01 0.07 ind:fut:3p; -abrites abriter ver 7.91 26.22 0.14 0.07 ind:pre:2s; -abritez abriter ver 7.91 26.22 1.08 0.20 imp:pre:2p;ind:pre:2p; -abritiez abriter ver 7.91 26.22 0.01 0.00 ind:imp:2p; -abritions abriter ver 7.91 26.22 0.01 0.14 ind:imp:1p; -abritâmes abriter ver 7.91 26.22 0.01 0.00 ind:pas:1p; -abritons abriter ver 7.91 26.22 0.40 0.00 imp:pre:1p;ind:pre:1p; -abritèrent abriter ver 7.91 26.22 0.00 0.07 ind:pas:3p; -abrité abriter ver m s 7.91 26.22 0.35 3.11 par:pas; -abritée abriter ver f s 7.91 26.22 0.04 1.15 par:pas; -abritées abriter ver f p 7.91 26.22 0.24 0.54 par:pas; -abrités abrité adj m p 0.17 1.08 0.03 0.07 -abrogation abrogation nom f s 0.16 0.14 0.16 0.14 -abrogent abroger ver 0.71 0.34 0.23 0.00 ind:pre:3p; -abroger abroger ver 0.71 0.34 0.09 0.07 inf; -abrogé abroger ver m s 0.71 0.34 0.11 0.00 par:pas; -abrogée abroger ver f s 0.71 0.34 0.28 0.00 par:pas; -abrogées abroger ver f p 0.71 0.34 0.00 0.14 par:pas; -abrogés abroger ver m p 0.71 0.34 0.01 0.14 par:pas; -abrège abréger ver 4.21 4.86 1.25 1.28 imp:pre:2s;ind:pre:1s;ind:pre:3s; -abrègent abréger ver 4.21 4.86 0.22 0.34 ind:pre:3p; -abrégea abréger ver 4.21 4.86 0.02 0.14 ind:pas:3s; -abrégeai abréger ver 4.21 4.86 0.00 0.07 ind:pas:1s; -abrégeaient abréger ver 4.21 4.86 0.00 0.07 ind:imp:3p; -abrégeait abréger ver 4.21 4.86 0.00 0.20 ind:imp:3s; -abrégeant abréger ver 4.21 4.86 0.00 0.07 par:pre; -abrégeons abréger ver 4.21 4.86 0.12 0.07 imp:pre:1p; -abrégeât abréger ver 4.21 4.86 0.00 0.07 sub:imp:3s; -abréger abréger ver 4.21 4.86 1.61 1.82 inf; -abrégera abréger ver 4.21 4.86 0.01 0.00 ind:fut:3s; -abrégerai abréger ver 4.21 4.86 0.01 0.00 ind:fut:1s; -abrégerait abréger ver 4.21 4.86 0.00 0.07 cnd:pre:3s; -abrégez abréger ver 4.21 4.86 0.73 0.07 imp:pre:2p; -abrégé abréger ver m s 4.21 4.86 0.19 0.41 par:pas; -abrégée abrégé adj f s 0.20 0.41 0.13 0.20 -abrégés abrégé nom m p 0.12 0.54 0.01 0.07 -abrupt abrupt adj m s 1.36 7.43 0.54 2.23 -abrupte abrupt adj f s 1.36 7.43 0.43 2.84 -abruptement abruptement adv 0.07 2.03 0.07 2.03 -abruptes abrupt adj f p 1.36 7.43 0.24 1.55 -abrupts abrupt adj m p 1.36 7.43 0.14 0.81 -abruti abruti nom m s 25.64 6.69 19.13 4.39 -abrutie abruti nom f s 25.64 6.69 0.38 0.47 -abruties abruti adj f p 6.13 4.66 0.03 0.07 -abrutir abrutir ver 2.56 6.01 0.11 0.95 inf; -abrutira abrutir ver 2.56 6.01 0.00 0.07 ind:fut:3s; -abrutis abruti nom m p 25.64 6.69 6.10 1.82 -abrutissaient abrutir ver 2.56 6.01 0.00 0.20 ind:imp:3p; -abrutissais abrutir ver 2.56 6.01 0.00 0.07 ind:imp:1s; -abrutissait abrutir ver 2.56 6.01 0.14 0.27 ind:imp:3s; -abrutissant abrutissant adj m s 0.19 0.41 0.14 0.14 -abrutissante abrutissant adj f s 0.19 0.41 0.00 0.27 -abrutissantes abrutissant adj f p 0.19 0.41 0.02 0.00 -abrutissants abrutissant adj m p 0.19 0.41 0.03 0.00 -abrutissement abrutissement nom m s 0.13 1.42 0.13 1.42 -abrutissent abrutir ver 2.56 6.01 0.16 0.00 ind:pre:3p; -abrutisseur abrutisseur nom m s 0.00 0.07 0.00 0.07 -abrutissions abrutir ver 2.56 6.01 0.00 0.07 ind:imp:1p; -abrutit abrutir ver 2.56 6.01 0.19 0.41 ind:pre:3s;ind:pas:3s; -abréviatif abréviatif adj m s 0.00 0.07 0.00 0.07 -abréviation abréviation nom f s 0.46 0.95 0.37 0.41 -abréviations abréviation nom f p 0.46 0.95 0.09 0.54 -abscisse abscisse nom f s 0.02 0.00 0.02 0.00 -abscission abscission nom f s 0.00 0.07 0.00 0.07 -abscons abscons adj m 0.12 0.68 0.12 0.54 -absconse abscons adj f s 0.12 0.68 0.00 0.07 -absconses abscons adj f p 0.12 0.68 0.00 0.07 -absence absence nom f s 22.86 76.28 22.02 72.50 -absences absence nom f p 22.86 76.28 0.84 3.78 -absent absent adj m s 14.91 29.80 9.46 18.18 -absenta absenter ver 6.14 6.01 0.00 0.34 ind:pas:3s; -absentai absenter ver 6.14 6.01 0.00 0.07 ind:pas:1s; -absentaient absenter ver 6.14 6.01 0.00 0.14 ind:imp:3p; -absentais absenter ver 6.14 6.01 0.04 0.14 ind:imp:1s;ind:imp:2s; -absentait absenter ver 6.14 6.01 0.16 1.15 ind:imp:3s; -absentant absenter ver 6.14 6.01 0.00 0.07 par:pre; -absente absent adj f s 14.91 29.80 3.49 6.22 -absenter absenter ver 6.14 6.01 2.90 1.49 inf; -absentera absenter ver 6.14 6.01 0.03 0.14 ind:fut:3s; -absenterai absenter ver 6.14 6.01 0.03 0.07 ind:fut:1s; -absenterait absenter ver 6.14 6.01 0.00 0.07 cnd:pre:3s; -absentes absenter ver 6.14 6.01 0.07 0.00 ind:pre:2s; -absents absent adj m p 14.91 29.80 1.91 4.80 -absentèrent absenter ver 6.14 6.01 0.00 0.07 ind:pas:3p; -absenté absenter ver m s 6.14 6.01 0.89 0.34 par:pas; -absentée absenter ver f s 6.14 6.01 0.42 0.20 par:pas; -absentéisme absentéisme nom m s 0.14 0.20 0.14 0.20 -absentéiste absentéiste adj m s 0.01 0.00 0.01 0.00 -absentéiste absentéiste nom s 0.01 0.00 0.01 0.00 -absentés absenter ver m p 6.14 6.01 0.15 0.07 par:pas; -abside abside nom f s 0.00 1.62 0.00 1.55 -absides abside nom f p 0.00 1.62 0.00 0.07 -absidiales absidial adj f p 0.00 0.14 0.00 0.14 -absidiole absidiole nom f s 0.00 0.07 0.00 0.07 -absinthant absinther ver 0.00 0.07 0.00 0.07 par:pre; -absinthe absinthe nom f s 1.28 2.91 1.28 2.91 -absolu absolu adj m s 17.25 34.39 8.55 16.42 -absolue absolu adj f s 17.25 34.39 8.44 16.15 -absolues absolu adj f p 17.25 34.39 0.20 1.01 -absolument absolument adv 89.79 63.45 89.79 63.45 -absolus absolu adj m p 17.25 34.39 0.06 0.81 -absolution absolution nom f s 1.06 2.50 1.06 2.50 -absolutisme absolutisme nom m s 0.12 0.68 0.12 0.68 -absolvaient absoudre ver 2.66 3.72 0.00 0.07 ind:imp:3p; -absolvait absoudre ver 2.66 3.72 0.00 0.27 ind:imp:3s; -absolvant absolvant adj m s 0.00 0.14 0.00 0.14 -absolve absoudre ver 2.66 3.72 0.16 0.00 sub:pre:3s; -absolvent absoudre ver 2.66 3.72 0.00 0.20 ind:pre:3p; -absolves absoudre ver 2.66 3.72 0.01 0.00 sub:pre:2s; -absorba absorber ver 6.66 28.65 0.11 2.03 ind:pas:3s; -absorbables absorbable adj m p 0.00 0.07 0.00 0.07 -absorbai absorber ver 6.66 28.65 0.00 0.07 ind:pas:1s; -absorbaient absorber ver 6.66 28.65 0.04 0.68 ind:imp:3p; -absorbais absorber ver 6.66 28.65 0.00 0.27 ind:imp:1s; -absorbait absorber ver 6.66 28.65 0.20 3.11 ind:imp:3s; -absorbant absorbant adj m s 0.14 1.35 0.08 0.81 -absorbante absorbant adj f s 0.14 1.35 0.04 0.27 -absorbantes absorbant adj f p 0.14 1.35 0.01 0.20 -absorbants absorbant adj m p 0.14 1.35 0.01 0.07 -absorbe absorber ver 6.66 28.65 1.61 3.38 imp:pre:2s;ind:pre:1s;ind:pre:3s; -absorbent absorber ver 6.66 28.65 0.33 0.61 ind:pre:3p; -absorber absorber ver 6.66 28.65 1.86 4.53 inf; -absorbera absorber ver 6.66 28.65 0.23 0.07 ind:fut:3s; -absorberai absorber ver 6.66 28.65 0.02 0.00 ind:fut:1s; -absorberaient absorber ver 6.66 28.65 0.11 0.07 cnd:pre:3p; -absorberait absorber ver 6.66 28.65 0.04 0.14 cnd:pre:3s; -absorbeur absorbeur nom m s 0.03 0.00 0.03 0.00 -absorbez absorber ver 6.66 28.65 0.06 0.00 imp:pre:2p;ind:pre:2p; -absorbions absorber ver 6.66 28.65 0.00 0.07 ind:imp:1p; -absorbons absorber ver 6.66 28.65 0.00 0.07 ind:pre:1p; -absorbèrent absorber ver 6.66 28.65 0.01 0.41 ind:pas:3p; -absorbé absorber ver m s 6.66 28.65 1.35 7.84 par:pas; -absorbée absorber ver f s 6.66 28.65 0.40 2.30 par:pas; -absorbées absorber ver f p 6.66 28.65 0.07 0.41 par:pas; -absorbés absorber ver m p 6.66 28.65 0.16 1.69 par:pas; -absorption absorption nom f s 0.58 2.03 0.58 1.89 -absorptions absorption nom f p 0.58 2.03 0.00 0.14 -absoudrai absoudre ver 2.66 3.72 0.01 0.00 ind:fut:1s; -absoudrait absoudre ver 2.66 3.72 0.14 0.14 cnd:pre:3s; -absoudre absoudre ver 2.66 3.72 1.08 1.55 inf; -absoudriez absoudre ver 2.66 3.72 0.01 0.07 cnd:pre:2p; -absous absoudre ver m 2.66 3.72 1.15 1.08 imp:pre:2s;ind:pre:1s;par:pas;par:pas;par:pas; -absout absoudre ver 2.66 3.72 0.11 0.20 ind:pre:3s; -absoute absoute nom f s 0.00 0.14 0.00 0.14 -absoutes absoudre ver f p 2.66 3.72 0.00 0.07 par:pas; -abstînt abstenir ver 4.52 8.78 0.00 0.27 sub:imp:3s; -abstenaient abstenir ver 4.52 8.78 0.00 0.07 ind:imp:3p; -abstenais abstenir ver 4.52 8.78 0.01 0.34 ind:imp:1s; -abstenait abstenir ver 4.52 8.78 0.00 0.81 ind:imp:3s; -abstenant abstenir ver 4.52 8.78 0.12 0.41 par:pre; -abstenez abstenir ver 4.52 8.78 0.57 0.07 imp:pre:2p;ind:pre:2p; -absteniez abstenir ver 4.52 8.78 0.01 0.00 ind:imp:2p; -abstenions abstenir ver 4.52 8.78 0.00 0.07 ind:imp:1p; -abstenir abstenir ver 4.52 8.78 1.80 2.77 inf; -abstenons abstenir ver 4.52 8.78 0.02 0.20 imp:pre:1p;ind:pre:1p; -abstention abstention nom f s 0.14 1.28 0.14 1.28 -abstentionniste abstentionniste nom s 0.01 0.14 0.01 0.00 -abstentionnistes abstentionniste nom p 0.01 0.14 0.00 0.14 -abstenu abstenir ver m s 4.52 8.78 0.17 0.81 par:pas; -abstenue abstenir ver f s 4.52 8.78 0.05 0.47 par:pas; -abstenues abstenir ver f p 4.52 8.78 0.14 0.00 par:pas; -abstenus abstenir ver m p 4.52 8.78 0.00 0.14 par:pas; -abstiendrai abstenir ver 4.52 8.78 0.04 0.00 ind:fut:1s; -abstiendraient abstenir ver 4.52 8.78 0.00 0.07 cnd:pre:3p; -abstiendrais abstenir ver 4.52 8.78 0.03 0.00 cnd:pre:1s; -abstiendrait abstenir ver 4.52 8.78 0.02 0.07 cnd:pre:3s; -abstiendras abstenir ver 4.52 8.78 0.01 0.07 ind:fut:2s; -abstiendrions abstenir ver 4.52 8.78 0.00 0.14 cnd:pre:1p; -abstiendrons abstenir ver 4.52 8.78 0.12 0.00 ind:fut:1p; -abstiendront abstenir ver 4.52 8.78 0.12 0.00 ind:fut:3p; -abstienne abstenir ver 4.52 8.78 0.02 0.07 sub:pre:1s;sub:pre:3s; -abstiennent abstenir ver 4.52 8.78 0.02 0.20 ind:pre:3p; -abstiennes abstenir ver 4.52 8.78 0.02 0.00 sub:pre:2s; -abstiens abstenir ver 4.52 8.78 0.84 0.14 imp:pre:2s;ind:pre:1s;ind:pre:2s; -abstient abstenir ver 4.52 8.78 0.17 0.34 ind:pre:3s; -abstinence abstinence nom f s 1.62 1.62 1.60 1.42 -abstinences abstinence nom f p 1.62 1.62 0.02 0.20 -abstinent abstinent adj m s 0.11 0.00 0.10 0.00 -abstinente abstinent adj f s 0.11 0.00 0.01 0.00 -abstinrent abstenir ver 4.52 8.78 0.01 0.07 ind:pas:3p; -abstins abstenir ver 4.52 8.78 0.00 0.41 ind:pas:1s; -abstint abstenir ver 4.52 8.78 0.20 0.81 ind:pas:3s; -abstraction abstraction nom f s 0.68 2.97 0.66 2.09 -abstractions abstraction nom f p 0.68 2.97 0.03 0.88 -abstraire abstraire ver 0.27 3.18 0.02 0.74 inf; -abstrais abstraire ver 0.27 3.18 0.00 0.07 ind:pre:1s; -abstrait abstrait adj m s 1.62 11.35 0.61 3.85 -abstraite abstrait adj f s 1.62 11.35 0.69 4.80 -abstraitement abstraitement adv 0.00 0.34 0.00 0.34 -abstraites abstraire ver f p 0.27 3.18 0.11 0.20 par:pas; -abstraits abstrait adj m p 1.62 11.35 0.25 1.15 -abstrus abstrus adj m p 0.00 0.54 0.00 0.34 -abstruse abstrus adj f s 0.00 0.54 0.00 0.14 -abstruses abstrus adj f p 0.00 0.54 0.00 0.07 -absurde absurde adj s 23.59 30.95 21.56 24.80 -absurdement absurdement adv 0.14 3.72 0.14 3.72 -absurdes absurde adj p 23.59 30.95 2.03 6.15 -absurdistes absurdiste nom p 0.00 0.07 0.00 0.07 -absurdité absurdité nom f s 2.34 6.28 1.44 5.54 -absurdités absurdité nom f p 2.34 6.28 0.90 0.74 -abécédaire abécédaire nom m s 0.18 0.07 0.18 0.07 -abus abus nom m 4.75 8.58 4.75 8.58 -abusa abuser ver 19.98 14.26 0.02 0.20 ind:pas:3s; -abusai abuser ver 19.98 14.26 0.00 0.07 ind:pas:1s; -abusaient abuser ver 19.98 14.26 0.04 0.27 ind:imp:3p; -abusais abuser ver 19.98 14.26 0.03 0.27 ind:imp:1s; -abusait abuser ver 19.98 14.26 0.53 1.82 ind:imp:3s; -abusant abuser ver 19.98 14.26 0.24 0.81 par:pre; -abuse abuser ver 19.98 14.26 4.08 1.62 imp:pre:2s;ind:pre:1s;ind:pre:3s; -abusent abuser ver 19.98 14.26 1.02 0.88 ind:pre:3p; -abuser abuser ver 19.98 14.26 5.87 4.12 inf; -abusera abuser ver 19.98 14.26 0.04 0.00 ind:fut:3s; -abuserai abuser ver 19.98 14.26 0.03 0.07 ind:fut:1s; -abuserais abuser ver 19.98 14.26 0.09 0.14 cnd:pre:1s;cnd:pre:2s; -abuserait abuser ver 19.98 14.26 0.02 0.07 cnd:pre:3s; -abuserez abuser ver 19.98 14.26 0.01 0.07 ind:fut:2p; -abuseriez abuser ver 19.98 14.26 0.02 0.00 cnd:pre:2p; -abuses abuser ver 19.98 14.26 0.50 0.07 ind:pre:2s; -abuseur abuseur nom m s 0.04 0.00 0.04 0.00 -abusez abuser ver 19.98 14.26 1.93 0.34 imp:pre:2p;ind:pre:2p; -abusiez abuser ver 19.98 14.26 0.02 0.00 ind:imp:2p; -abusif abusif adj m s 0.85 1.82 0.37 0.61 -abusifs abusif adj m p 0.85 1.82 0.05 0.14 -abusive abusif adj f s 0.85 1.82 0.39 0.74 -abusivement abusivement adv 0.16 1.15 0.16 1.15 -abusives abusif adj f p 0.85 1.82 0.03 0.34 -abusons abuser ver 19.98 14.26 0.37 0.00 imp:pre:1p;ind:pre:1p; -abusèrent abuser ver 19.98 14.26 0.00 0.07 ind:pas:3p; -abusé abuser ver m s 19.98 14.26 4.59 2.70 par:pas; -abusée abuser ver f s 19.98 14.26 0.29 0.27 par:pas; -abusées abusé adj f p 0.20 0.74 0.03 0.00 -abusés abuser ver m p 19.98 14.26 0.22 0.34 par:pas; -abêti abêtir ver m s 0.01 1.28 0.00 0.47 par:pas; -abêties abêti adj f p 0.00 0.27 0.00 0.07 -abêtir abêtir ver 0.01 1.28 0.01 0.54 inf; -abêtis abêtir ver 0.01 1.28 0.00 0.07 ind:pre:2s; -abêtissait abêtir ver 0.01 1.28 0.00 0.14 ind:imp:3s; -abêtissement abêtissement nom m s 0.00 0.54 0.00 0.54 -abêtit abêtir ver 0.01 1.28 0.00 0.07 ind:pas:3s; -abyme abyme nom m s 0.04 0.07 0.04 0.07 -abyssal abyssal adj m s 0.11 0.74 0.03 0.34 -abyssale abyssal adj f s 0.11 0.74 0.05 0.20 -abyssales abyssal adj f p 0.11 0.74 0.02 0.20 -abysse abysse nom m s 1.07 0.41 0.53 0.07 -abysses abysse nom m p 1.07 0.41 0.54 0.34 -abyssin abyssin nom m s 0.14 0.14 0.14 0.14 -abyssinien abyssinien adj m s 0.10 0.00 0.10 0.00 -abyssinienne abyssinien nom f s 0.01 0.00 0.01 0.00 -abyssins abyssin adj m p 0.00 0.20 0.00 0.07 -acabit acabit nom m s 0.17 1.62 0.17 1.55 -acabits acabit nom m p 0.17 1.62 0.00 0.07 -acacia acacia nom m s 0.26 6.35 0.05 3.24 -acacias acacia nom m p 0.26 6.35 0.21 3.11 -acadien acadien nom m s 0.16 0.07 0.14 0.00 -acadienne acadienne nom f s 0.03 0.00 0.03 0.00 -acadiens acadien nom m p 0.16 0.07 0.01 0.07 -académicien académicien nom m s 0.35 1.55 0.14 0.74 -académiciens académicien nom m p 0.35 1.55 0.21 0.81 -académie académie nom f s 10.03 9.46 9.91 8.31 -académies académie nom f p 10.03 9.46 0.12 1.15 -académique académique adj s 1.41 1.15 0.87 0.61 -académiquement académiquement adv 0.01 0.14 0.01 0.14 -académiques académique adj p 1.41 1.15 0.54 0.54 -académisme académisme nom m s 0.00 0.27 0.00 0.27 -académisé académiser ver m s 0.00 0.07 0.00 0.07 par:pas; -acagnardai acagnarder ver 0.00 0.74 0.00 0.07 ind:pas:1s; -acagnardait acagnarder ver 0.00 0.74 0.00 0.14 ind:imp:3s; -acagnarder acagnarder ver 0.00 0.74 0.00 0.14 inf; -acagnardé acagnarder ver m s 0.00 0.74 0.00 0.34 par:pas; -acagnardée acagnarder ver f s 0.00 0.74 0.00 0.07 par:pas; -acajou acajou nom m s 0.52 5.95 0.52 5.81 -acajous acajou nom m p 0.52 5.95 0.00 0.14 -acanthe acanthe nom f s 0.04 0.61 0.04 0.27 -acanthes acanthe nom f p 0.04 0.61 0.00 0.34 -acariens acarien nom m p 0.07 0.07 0.07 0.07 -acariâtre acariâtre adj s 0.14 1.55 0.13 1.22 -acariâtres acariâtre adj f p 0.14 1.55 0.01 0.34 -accabla accabler ver 5.55 21.28 0.14 0.95 ind:pas:3s; -accablai accabler ver 5.55 21.28 0.00 0.07 ind:pas:1s; -accablaient accabler ver 5.55 21.28 0.03 1.42 ind:imp:3p; -accablais accabler ver 5.55 21.28 0.00 0.27 ind:imp:1s; -accablait accabler ver 5.55 21.28 0.22 3.11 ind:imp:3s; -accablant accablant adj m s 1.41 5.41 0.37 1.42 -accablante accablant adj f s 1.41 5.41 0.71 2.43 -accablantes accablant adj f p 1.41 5.41 0.29 0.81 -accablants accablant adj m p 1.41 5.41 0.04 0.74 -accable accabler ver 5.55 21.28 2.01 1.96 imp:pre:2s;ind:pre:1s;ind:pre:3s; -accablement accablement nom m s 0.23 3.72 0.21 3.58 -accablements accablement nom m p 0.23 3.72 0.01 0.14 -accablent accabler ver 5.55 21.28 0.28 0.74 ind:pre:3p; -accabler accabler ver 5.55 21.28 0.65 3.58 inf; -accableraient accabler ver 5.55 21.28 0.00 0.14 cnd:pre:3p; -accablez accabler ver 5.55 21.28 0.17 0.14 imp:pre:2p;ind:pre:2p; -accablions accabler ver 5.55 21.28 0.00 0.07 ind:imp:1p; -accablât accabler ver 5.55 21.28 0.00 0.07 sub:imp:3s; -accablèrent accabler ver 5.55 21.28 0.00 0.20 ind:pas:3p; -accablé accabler ver m s 5.55 21.28 0.92 4.05 par:pas; -accablée accabler ver f s 5.55 21.28 0.60 2.23 par:pas; -accablées accabler ver f p 5.55 21.28 0.02 0.34 par:pas; -accablés accabler ver m p 5.55 21.28 0.47 1.22 par:pas; -accalmie accalmie nom f s 0.50 3.72 0.46 2.97 -accalmies accalmie nom f p 0.50 3.72 0.04 0.74 -accalmit accalmir ver 0.00 0.07 0.00 0.07 ind:pas:3s; -accapara accaparer ver 0.97 3.99 0.01 0.07 ind:pas:3s; -accaparaient accaparer ver 0.97 3.99 0.00 0.34 ind:imp:3p; -accaparait accaparer ver 0.97 3.99 0.01 0.74 ind:imp:3s; -accaparant accaparer ver 0.97 3.99 0.03 0.20 par:pre; -accaparante accaparant adj f s 0.02 0.07 0.00 0.07 -accapare accaparer ver 0.97 3.99 0.34 0.61 imp:pre:2s;ind:pre:1s;ind:pre:3s; -accaparer accaparer ver 0.97 3.99 0.20 0.68 inf; -accaparerait accaparer ver 0.97 3.99 0.00 0.07 cnd:pre:3s; -accapareur accapareur adj m s 0.02 0.00 0.02 0.00 -accaparez accaparer ver 0.97 3.99 0.02 0.00 ind:pre:2p; -accaparé accaparer ver m s 0.97 3.99 0.30 0.68 par:pas; -accaparée accaparer ver f s 0.97 3.99 0.06 0.34 par:pas; -accaparées accaparer ver f p 0.97 3.99 0.00 0.07 par:pas; -accaparés accaparer ver m p 0.97 3.99 0.00 0.20 par:pas; -accastillage accastillage nom m s 0.04 0.20 0.04 0.14 -accastillages accastillage nom m p 0.04 0.20 0.00 0.07 -accelerando accelerando adv 0.00 0.14 0.00 0.14 -accent accent nom m s 14.56 45.54 12.98 38.31 -accenteur accenteur nom m s 0.01 0.00 0.01 0.00 -accents accent nom m p 14.56 45.54 1.58 7.23 -accentua accentuer ver 1.28 16.15 0.00 1.96 ind:pas:3s; -accentuai accentuer ver 1.28 16.15 0.00 0.07 ind:pas:1s; -accentuaient accentuer ver 1.28 16.15 0.00 1.22 ind:imp:3p; -accentuais accentuer ver 1.28 16.15 0.00 0.07 ind:imp:1s; -accentuait accentuer ver 1.28 16.15 0.01 4.05 ind:imp:3s; -accentuant accentuer ver 1.28 16.15 0.03 1.76 par:pre; -accentuation accentuation nom f s 0.06 0.14 0.06 0.14 -accentue accentuer ver 1.28 16.15 0.11 1.76 imp:pre:2s;ind:pre:1s;ind:pre:3s; -accentuent accentuer ver 1.28 16.15 0.07 0.54 ind:pre:3p; -accentuer accentuer ver 1.28 16.15 0.67 2.03 inf; -accentuerait accentuer ver 1.28 16.15 0.01 0.07 cnd:pre:3s; -accentuez accentuer ver 1.28 16.15 0.12 0.00 imp:pre:2p;ind:pre:2p; -accentuât accentuer ver 1.28 16.15 0.00 0.07 sub:imp:3s; -accentuèrent accentuer ver 1.28 16.15 0.00 0.20 ind:pas:3p; -accentué accentuer ver m s 1.28 16.15 0.21 0.81 par:pas; -accentuée accentuer ver f s 1.28 16.15 0.03 0.95 par:pas; -accentuées accentuer ver f p 1.28 16.15 0.02 0.27 par:pas; -accentués accentuer ver m p 1.28 16.15 0.01 0.34 par:pas; -accepta accepter ver 165.84 144.66 0.82 10.54 ind:pas:3s; -acceptable acceptable adj s 3.96 4.39 3.27 3.51 -acceptables acceptable adj p 3.96 4.39 0.70 0.88 -acceptai accepter ver 165.84 144.66 0.03 3.38 ind:pas:1s; -acceptaient accepter ver 165.84 144.66 0.34 2.91 ind:imp:3p; -acceptais accepter ver 165.84 144.66 0.94 3.99 ind:imp:1s;ind:imp:2s; -acceptait accepter ver 165.84 144.66 1.48 10.00 ind:imp:3s; -acceptant accepter ver 165.84 144.66 1.35 2.97 par:pre; -acceptassent accepter ver 165.84 144.66 0.00 0.07 sub:imp:3p; -acceptasses accepter ver 165.84 144.66 0.00 0.07 sub:imp:2s; -acceptation acceptation nom f s 1.24 4.39 1.24 4.19 -acceptations acceptation nom f p 1.24 4.39 0.00 0.20 -accepte accepter ver 165.84 144.66 38.41 18.65 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:1s;sub:pre:3s; -acceptent accepter ver 165.84 144.66 4.45 3.24 ind:pre:3p; -accepter accepter ver 165.84 144.66 43.39 36.62 inf; -acceptera accepter ver 165.84 144.66 3.98 1.96 ind:fut:3s; -accepterai accepter ver 165.84 144.66 2.73 1.22 ind:fut:1s; -accepteraient accepter ver 165.84 144.66 0.57 0.95 cnd:pre:3p; -accepterais accepter ver 165.84 144.66 2.25 1.96 cnd:pre:1s;cnd:pre:2s; -accepterait accepter ver 165.84 144.66 1.54 4.05 cnd:pre:3s; -accepteras accepter ver 165.84 144.66 0.65 0.27 ind:fut:2s; -accepterez accepter ver 165.84 144.66 0.94 0.20 ind:fut:2p; -accepteriez accepter ver 165.84 144.66 2.01 0.54 cnd:pre:2p; -accepterions accepter ver 165.84 144.66 0.03 0.34 cnd:pre:1p; -accepterons accepter ver 165.84 144.66 0.31 0.14 ind:fut:1p; -accepteront accepter ver 165.84 144.66 1.34 0.20 ind:fut:3p; -acceptes accepter ver 165.84 144.66 6.79 1.28 ind:pre:2s; -acceptez accepter ver 165.84 144.66 12.53 2.16 imp:pre:2p;ind:pre:2p; -acceptiez accepter ver 165.84 144.66 1.00 0.54 ind:imp:2p; -acception acception nom f s 0.15 0.47 0.15 0.27 -acceptions accepter ver 165.84 144.66 0.21 1.35 ind:imp:1p; -acceptâmes accepter ver 165.84 144.66 0.00 0.14 ind:pas:1p; -acceptons accepter ver 165.84 144.66 2.72 0.95 imp:pre:1p;ind:pre:1p; -acceptât accepter ver 165.84 144.66 0.01 1.42 sub:imp:3s; -acceptèrent accepter ver 165.84 144.66 0.04 0.74 ind:pas:3p; -accepté accepter ver m s 165.84 144.66 28.46 27.16 par:pas; -acceptée accepter ver f s 165.84 144.66 4.30 3.24 par:pas; -acceptées accepter ver f p 165.84 144.66 0.93 0.68 par:pas; -acceptés accepter ver m p 165.84 144.66 1.29 0.74 par:pas; -accesseurs accesseur nom m p 0.00 0.07 0.00 0.07 -accessibilité accessibilité nom f s 0.03 0.00 0.03 0.00 -accessible accessible adj s 2.06 5.74 1.49 4.12 -accessibles accessible adj p 2.06 5.74 0.57 1.62 -accession accession nom f s 0.16 1.22 0.16 1.22 -accessit accessit nom m s 0.02 0.07 0.02 0.07 -accessoire accessoire nom m s 3.87 7.30 1.11 1.08 -accessoirement accessoirement adv 0.17 0.88 0.17 0.88 -accessoires accessoire nom m p 3.87 7.30 2.76 6.22 -accessoirise accessoiriser ver 0.07 0.00 0.01 0.00 ind:pre:1s; -accessoiriser accessoiriser ver 0.07 0.00 0.07 0.00 inf; -accessoiriste accessoiriste nom s 0.62 0.14 0.51 0.00 -accessoiristes accessoiriste nom p 0.62 0.14 0.11 0.14 -accident accident nom m s 108.21 44.80 100.11 36.62 -accidente accidenter ver 0.19 0.27 0.01 0.07 ind:pre:3s; -accidentel accidentel adj m s 2.78 3.45 1.09 1.42 -accidentelle accidentel adj f s 2.78 3.45 1.44 1.28 -accidentellement accidentellement adv 3.39 0.81 3.39 0.81 -accidentelles accidentel adj f p 2.78 3.45 0.17 0.34 -accidentels accidentel adj m p 2.78 3.45 0.08 0.41 -accidenter accidenter ver 0.19 0.27 0.02 0.00 inf; -accidents accident nom m p 108.21 44.80 8.10 8.18 -accidenté accidenté nom m s 0.57 0.61 0.28 0.34 -accidentée accidenté adj f s 0.30 1.42 0.08 0.34 -accidentées accidenté adj f p 0.30 1.42 0.02 0.20 -accidentés accidenté nom m p 0.57 0.61 0.28 0.00 -acclama acclamer ver 1.75 5.81 0.00 0.34 ind:pas:3s; -acclamaient acclamer ver 1.75 5.81 0.09 0.68 ind:imp:3p; -acclamait acclamer ver 1.75 5.81 0.04 0.54 ind:imp:3s; -acclamant acclamer ver 1.75 5.81 0.00 0.27 par:pre; -acclamation acclamation nom f s 2.84 4.66 0.20 0.27 -acclamations acclamation nom f p 2.84 4.66 2.65 4.39 -acclame acclamer ver 1.75 5.81 0.19 0.81 imp:pre:2s;ind:pre:1s;ind:pre:3s; -acclament acclamer ver 1.75 5.81 0.18 0.14 ind:pre:3p; -acclamer acclamer ver 1.75 5.81 0.20 1.01 inf; -acclamera acclamer ver 1.75 5.81 0.04 0.00 ind:fut:3s; -acclamerait acclamer ver 1.75 5.81 0.01 0.07 cnd:pre:3s; -acclameront acclamer ver 1.75 5.81 0.03 0.00 ind:fut:3p; -acclamez acclamer ver 1.75 5.81 0.25 0.00 imp:pre:2p; -acclamiez acclamer ver 1.75 5.81 0.01 0.00 ind:imp:2p; -acclamons acclamer ver 1.75 5.81 0.05 0.07 imp:pre:1p;ind:pre:1p; -acclamé acclamer ver m s 1.75 5.81 0.44 1.28 par:pas; -acclamée acclamer ver f s 1.75 5.81 0.17 0.07 par:pas; -acclamées acclamer ver f p 1.75 5.81 0.02 0.07 par:pas; -acclamés acclamer ver m p 1.75 5.81 0.04 0.47 par:pas; -acclimata acclimater ver 0.52 1.96 0.00 0.07 ind:pas:3s; -acclimatai acclimater ver 0.52 1.96 0.00 0.07 ind:pas:1s; -acclimatation acclimatation nom f s 0.14 0.81 0.14 0.81 -acclimate acclimater ver 0.52 1.96 0.01 0.20 ind:pre:1s;ind:pre:3s; -acclimatement acclimatement nom m s 0.00 0.14 0.00 0.14 -acclimatent acclimater ver 0.52 1.96 0.01 0.00 ind:pre:3p; -acclimater acclimater ver 0.52 1.96 0.45 1.08 inf; -acclimaterait acclimater ver 0.52 1.96 0.00 0.07 cnd:pre:3s; -acclimates acclimater ver 0.52 1.96 0.00 0.07 ind:pre:2s; -acclimatez acclimater ver 0.52 1.96 0.02 0.00 imp:pre:2p;ind:pre:2p; -acclimaté acclimater ver m s 0.52 1.96 0.02 0.27 par:pas; -acclimatés acclimater ver m p 0.52 1.96 0.01 0.14 par:pas; -accointance accointance nom f s 0.14 0.88 0.14 0.20 -accointances accointance nom f p 0.14 0.88 0.00 0.68 -accointé accointer ver m s 0.00 0.14 0.00 0.07 par:pas; -accointés accointer ver m p 0.00 0.14 0.00 0.07 par:pas; -accola accoler ver 0.32 2.70 0.00 0.07 ind:pas:3s; -accolade accolade nom f s 0.96 2.23 0.84 1.69 -accolades accolade nom f p 0.96 2.23 0.12 0.54 -accolait accoler ver 0.32 2.70 0.00 0.14 ind:imp:3s; -accolant accoler ver 0.32 2.70 0.14 0.00 par:pre; -accole accoler ver 0.32 2.70 0.00 0.14 ind:pre:3s; -accolement accolement nom m s 0.00 0.07 0.00 0.07 -accolent accoler ver 0.32 2.70 0.00 0.07 ind:pre:3p; -accoler accoler ver 0.32 2.70 0.00 0.27 inf; -accolerais accoler ver 0.32 2.70 0.01 0.00 cnd:pre:1s; -accolé accoler ver m s 0.32 2.70 0.03 0.74 par:pas; -accolée accoler ver f s 0.32 2.70 0.14 0.41 par:pas; -accolées accoler ver f p 0.32 2.70 0.00 0.41 par:pas; -accolés accoler ver m p 0.32 2.70 0.00 0.47 par:pas; -accommoda accommoder ver 2.25 14.19 0.00 0.68 ind:pas:3s; -accommodai accommoder ver 2.25 14.19 0.00 0.07 ind:pas:1s; -accommodaient accommoder ver 2.25 14.19 0.00 1.15 ind:imp:3p; -accommodais accommoder ver 2.25 14.19 0.01 0.27 ind:imp:1s; -accommodait accommoder ver 2.25 14.19 0.01 2.23 ind:imp:3s; -accommodant accommodant adj m s 0.41 0.47 0.22 0.14 -accommodante accommodant adj f s 0.41 0.47 0.14 0.20 -accommodantes accommodant adj f p 0.41 0.47 0.00 0.07 -accommodants accommodant adj m p 0.41 0.47 0.04 0.07 -accommodation accommodation nom f s 0.04 0.41 0.04 0.41 -accommodatrices accommodateur adj f p 0.00 0.07 0.00 0.07 -accommode accommoder ver 2.25 14.19 0.78 1.96 imp:pre:2s;ind:pre:1s;ind:pre:3s; -accommodement accommodement nom m s 0.11 1.01 0.11 0.61 -accommodements accommodement nom m p 0.11 1.01 0.00 0.41 -accommodent accommoder ver 2.25 14.19 0.13 0.34 ind:pre:3p; -accommoder accommoder ver 2.25 14.19 0.69 4.26 inf; -accommodera accommoder ver 2.25 14.19 0.01 0.07 ind:fut:3s; -accommoderai accommoder ver 2.25 14.19 0.06 0.14 ind:fut:1s; -accommoderaient accommoder ver 2.25 14.19 0.00 0.14 cnd:pre:3p; -accommoderais accommoder ver 2.25 14.19 0.16 0.20 cnd:pre:1s; -accommoderait accommoder ver 2.25 14.19 0.11 0.27 cnd:pre:3s; -accommoderez accommoder ver 2.25 14.19 0.02 0.00 ind:fut:2p; -accommoderions accommoder ver 2.25 14.19 0.00 0.07 cnd:pre:1p; -accommoderont accommoder ver 2.25 14.19 0.01 0.20 ind:fut:3p; -accommodions accommoder ver 2.25 14.19 0.00 0.07 ind:imp:1p; -accommodons accommoder ver 2.25 14.19 0.00 0.07 ind:pre:1p; -accommodât accommoder ver 2.25 14.19 0.00 0.14 sub:imp:3s; -accommodèrent accommoder ver 2.25 14.19 0.10 0.07 ind:pas:3p; -accommodé accommoder ver m s 2.25 14.19 0.13 0.54 par:pas; -accommodée accommoder ver f s 2.25 14.19 0.03 0.27 par:pas; -accommodés accommoder ver m p 2.25 14.19 0.00 0.41 par:pas; -accompagna accompagner ver 90.56 124.46 0.15 9.46 ind:pas:3s; -accompagnai accompagner ver 90.56 124.46 0.03 1.28 ind:pas:1s; -accompagnaient accompagner ver 90.56 124.46 0.43 4.73 ind:imp:3p; -accompagnais accompagner ver 90.56 124.46 0.40 1.76 ind:imp:1s;ind:imp:2s; -accompagnait accompagner ver 90.56 124.46 2.04 15.68 ind:imp:3s; -accompagnant accompagner ver 90.56 124.46 0.61 5.00 par:pre; -accompagnateur accompagnateur nom m s 0.78 1.01 0.40 0.27 -accompagnateurs accompagnateur nom m p 0.78 1.01 0.29 0.68 -accompagnatrice accompagnateur nom f s 0.78 1.01 0.09 0.07 -accompagnatrices accompagnatrice nom f p 0.02 0.00 0.02 0.00 -accompagne accompagner ver 90.56 124.46 33.28 15.14 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:1s; -accompagnement accompagnement nom m s 0.65 2.57 0.61 2.50 -accompagnements accompagnement nom m p 0.65 2.57 0.03 0.07 -accompagnent accompagner ver 90.56 124.46 2.08 4.05 ind:pre:3p; -accompagner accompagner ver 90.56 124.46 24.87 22.23 ind:pre:2p;inf; -accompagnera accompagner ver 90.56 124.46 1.81 0.61 ind:fut:3s; -accompagnerai accompagner ver 90.56 124.46 1.01 0.61 ind:fut:1s; -accompagneraient accompagner ver 90.56 124.46 0.00 0.27 cnd:pre:3p; -accompagnerais accompagner ver 90.56 124.46 0.16 0.27 cnd:pre:1s;cnd:pre:2s; -accompagnerait accompagner ver 90.56 124.46 0.09 1.22 cnd:pre:3s; -accompagneras accompagner ver 90.56 124.46 0.52 0.27 ind:fut:2s; -accompagnerez accompagner ver 90.56 124.46 0.65 0.27 ind:fut:2p; -accompagneriez accompagner ver 90.56 124.46 0.12 0.00 cnd:pre:2p; -accompagnerons accompagner ver 90.56 124.46 0.25 0.00 ind:fut:1p; -accompagneront accompagner ver 90.56 124.46 0.52 0.14 ind:fut:3p; -accompagnes accompagner ver 90.56 124.46 5.48 0.68 ind:pre:2s;sub:pre:2s; -accompagnez accompagner ver 90.56 124.46 4.41 0.95 imp:pre:2p;ind:pre:2p; -accompagniez accompagner ver 90.56 124.46 0.45 0.07 ind:imp:2p;sub:pre:2p; -accompagnions accompagner ver 90.56 124.46 0.02 0.00 ind:imp:1p; -accompagnâmes accompagner ver 90.56 124.46 0.00 0.14 ind:pas:1p; -accompagnons accompagner ver 90.56 124.46 0.73 0.27 imp:pre:1p;ind:pre:1p; -accompagnât accompagner ver 90.56 124.46 0.00 0.54 sub:imp:3s; -accompagnèrent accompagner ver 90.56 124.46 0.00 0.95 ind:pas:3p; -accompagné accompagner ver m s 90.56 124.46 5.67 21.49 par:pas; -accompagnée accompagner ver f s 90.56 124.46 3.67 9.93 par:pas; -accompagnées accompagner ver f p 90.56 124.46 0.10 2.03 par:pas; -accompagnés accompagner ver m p 90.56 124.46 1.00 4.46 par:pas; -accomplît accomplir ver 25.00 55.20 0.00 0.20 sub:imp:3s; -accompli accomplir ver m s 25.00 55.20 5.98 9.59 par:pas; -accomplie accompli adj f s 4.79 10.54 3.00 3.04 -accomplies accomplir ver f p 25.00 55.20 0.23 1.08 par:pas; -accomplir accomplir ver 25.00 55.20 9.31 22.23 inf; -accomplira accomplir ver 25.00 55.20 0.55 0.61 ind:fut:3s; -accomplirai accomplir ver 25.00 55.20 0.33 0.14 ind:fut:1s; -accompliraient accomplir ver 25.00 55.20 0.01 0.20 cnd:pre:3p; -accomplirais accomplir ver 25.00 55.20 0.00 0.14 cnd:pre:1s; -accomplirait accomplir ver 25.00 55.20 0.12 0.47 cnd:pre:3s; -accompliras accomplir ver 25.00 55.20 0.05 0.00 ind:fut:2s; -accomplirent accomplir ver 25.00 55.20 0.01 0.27 ind:pas:3p; -accomplirez accomplir ver 25.00 55.20 0.09 0.14 ind:fut:2p; -accomplirons accomplir ver 25.00 55.20 0.17 0.14 ind:fut:1p; -accompliront accomplir ver 25.00 55.20 0.04 0.07 ind:fut:3p; -accomplis accomplir ver m p 25.00 55.20 1.51 2.70 imp:pre:2s;ind:pre:1s;ind:pre:2s;par:pas; -accomplissaient accomplir ver 25.00 55.20 0.00 0.68 ind:imp:3p; -accomplissais accomplir ver 25.00 55.20 0.02 0.74 ind:imp:1s; -accomplissait accomplir ver 25.00 55.20 0.05 3.78 ind:imp:3s; -accomplissant accomplir ver 25.00 55.20 0.17 2.36 par:pre; -accomplisse accomplir ver 25.00 55.20 1.04 0.95 sub:pre:1s;sub:pre:3s; -accomplissement accomplissement nom m s 1.50 4.46 1.27 4.26 -accomplissements accomplissement nom m p 1.50 4.46 0.22 0.20 -accomplissent accomplir ver 25.00 55.20 1.12 0.95 ind:pre:3p; -accomplissez accomplir ver 25.00 55.20 0.54 0.00 imp:pre:2p;ind:pre:2p; -accomplissiez accomplir ver 25.00 55.20 0.02 0.00 ind:imp:2p; -accomplissions accomplir ver 25.00 55.20 0.16 0.34 ind:imp:1p; -accomplissons accomplir ver 25.00 55.20 0.28 0.14 imp:pre:1p;ind:pre:1p; -accomplit accomplir ver 25.00 55.20 2.14 4.73 ind:pre:3s;ind:pas:3s; -accord accord nom m s 766.20 136.15 761.77 124.66 -accorda accorder ver 52.27 67.84 0.38 2.97 ind:pas:3s; -accordai accorder ver 52.27 67.84 0.00 0.54 ind:pas:1s; -accordaient accorder ver 52.27 67.84 0.17 2.43 ind:imp:3p; -accordailles accordailles nom f p 0.00 0.07 0.00 0.07 -accordais accorder ver 52.27 67.84 0.44 1.55 ind:imp:1s;ind:imp:2s; -accordait accorder ver 52.27 67.84 0.70 9.66 ind:imp:3s; -accordant accorder ver 52.27 67.84 0.24 1.76 par:pre; -accordas accorder ver 52.27 67.84 0.01 0.07 ind:pas:2s; -accordassent accorder ver 52.27 67.84 0.00 0.14 sub:imp:3p; -accorde accorder ver 52.27 67.84 17.04 11.76 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:1s;sub:pre:3s; -accordement accordement nom m s 0.00 0.07 0.00 0.07 -accordent accorder ver 52.27 67.84 1.31 2.50 ind:pre:3p; -accorder accorder ver 52.27 67.84 10.59 14.73 inf; -accordera accorder ver 52.27 67.84 0.98 0.14 ind:fut:3s; -accorderai accorder ver 52.27 67.84 0.46 0.00 ind:fut:1s; -accorderaient accorder ver 52.27 67.84 0.00 0.20 cnd:pre:3p; -accorderais accorder ver 52.27 67.84 0.24 0.14 cnd:pre:1s;cnd:pre:2s; -accorderait accorder ver 52.27 67.84 0.08 0.74 cnd:pre:3s; -accorderas accorder ver 52.27 67.84 0.06 0.07 ind:fut:2s; -accorderez accorder ver 52.27 67.84 0.52 0.20 ind:fut:2p; -accorderiez accorder ver 52.27 67.84 0.14 0.07 cnd:pre:2p; -accorderons accorder ver 52.27 67.84 0.14 0.00 ind:fut:1p; -accorderont accorder ver 52.27 67.84 0.14 0.20 ind:fut:3p; -accordes accorder ver 52.27 67.84 1.23 0.07 ind:pre:2s; -accordeur accordeur nom m s 0.25 0.61 0.25 0.61 -accordez accorder ver 52.27 67.84 6.00 0.81 imp:pre:2p;ind:pre:2p; -accordiez accorder ver 52.27 67.84 0.30 0.00 ind:imp:2p;sub:pre:2p; -accordions accorder ver 52.27 67.84 0.05 0.20 ind:imp:1p; -accordo accordo nom m s 0.01 0.07 0.01 0.07 -accordons accorder ver 52.27 67.84 0.75 0.47 imp:pre:1p;ind:pre:1p; -accordât accorder ver 52.27 67.84 0.00 0.88 sub:imp:3s; -accords accord nom m p 766.20 136.15 4.42 11.49 -accordèrent accorder ver 52.27 67.84 0.01 0.54 ind:pas:3p; -accordé accorder ver m s 52.27 67.84 6.87 7.43 par:pas; -accordée accorder ver f s 52.27 67.84 2.23 4.93 par:pas; -accordées accorder ver f p 52.27 67.84 0.36 1.22 par:pas; -accordéon accordéon nom m s 3.24 5.47 3.02 4.80 -accordéoniste accordéoniste nom s 0.26 1.69 0.26 1.42 -accordéonistes accordéoniste nom p 0.26 1.69 0.00 0.27 -accordéons accordéon nom m p 3.24 5.47 0.22 0.68 -accordés accorder ver m p 52.27 67.84 0.85 1.42 par:pas; -accore accore adj f s 0.00 0.14 0.00 0.14 -accores accore nom m p 0.00 0.07 0.00 0.07 -accort accort adj m s 0.03 0.68 0.01 0.20 -accorte accort adj f s 0.03 0.68 0.02 0.27 -accortes accort adj f p 0.03 0.68 0.00 0.14 -accorts accort adj m p 0.03 0.68 0.00 0.07 -accosta accoster ver 1.86 4.19 0.11 0.54 ind:pas:3s; -accostage accostage nom m s 0.47 0.88 0.47 0.88 -accostaient accoster ver 1.86 4.19 0.00 0.14 ind:imp:3p; -accostais accoster ver 1.86 4.19 0.00 0.07 ind:imp:1s; -accostait accoster ver 1.86 4.19 0.11 0.47 ind:imp:3s; -accostant accoster ver 1.86 4.19 0.01 0.27 par:pre; -accoste accoster ver 1.86 4.19 0.27 0.54 imp:pre:2s;ind:pre:1s;ind:pre:3s; -accostent accoster ver 1.86 4.19 0.13 0.27 ind:pre:3p; -accoster accoster ver 1.86 4.19 0.67 1.35 inf; -accosterez accoster ver 1.86 4.19 0.03 0.00 ind:fut:2p; -accosterons accoster ver 1.86 4.19 0.01 0.00 ind:fut:1p; -accostez accoster ver 1.86 4.19 0.14 0.00 imp:pre:2p;ind:pre:2p; -accostiez accoster ver 1.86 4.19 0.01 0.07 ind:imp:2p; -accostons accoster ver 1.86 4.19 0.01 0.00 imp:pre:1p; -accosté accoster ver m s 1.86 4.19 0.23 0.27 par:pas; -accostée accoster ver f s 1.86 4.19 0.15 0.14 par:pas; -accostées accoster ver f p 1.86 4.19 0.00 0.07 par:pas; -accota accoter ver 0.00 2.43 0.00 0.27 ind:pas:3s; -accotaient accoter ver 0.00 2.43 0.00 0.14 ind:imp:3p; -accotait accoter ver 0.00 2.43 0.00 0.14 ind:imp:3s; -accotant accoter ver 0.00 2.43 0.00 0.34 par:pre; -accote accoter ver 0.00 2.43 0.00 0.14 ind:pre:3s; -accotement accotement nom m s 0.01 1.42 0.01 1.08 -accotements accotement nom m p 0.01 1.42 0.00 0.34 -accotent accoter ver 0.00 2.43 0.00 0.07 ind:pre:3p; -accoter accoter ver 0.00 2.43 0.00 0.07 inf; -accotoirs accotoir nom m p 0.00 0.07 0.00 0.07 -accotons accoter ver 0.00 2.43 0.00 0.07 ind:pre:1p; -accotèrent accoter ver 0.00 2.43 0.00 0.07 ind:pas:3p; -accoté accoter ver m s 0.00 2.43 0.00 0.54 par:pas; -accotée accoter ver f s 0.00 2.43 0.00 0.27 par:pas; -accotées accoter ver f p 0.00 2.43 0.00 0.14 par:pas; -accotés accoter ver m p 0.00 2.43 0.00 0.20 par:pas; -accoucha accoucher ver 16.49 7.43 0.14 0.54 ind:pas:3s; -accouchaient accoucher ver 16.49 7.43 0.03 0.20 ind:imp:3p; -accouchais accoucher ver 16.49 7.43 0.05 0.00 ind:imp:1s; -accouchait accoucher ver 16.49 7.43 0.17 0.41 ind:imp:3s; -accouchant accoucher ver 16.49 7.43 0.58 0.00 par:pre; -accouche accoucher ver 16.49 7.43 4.54 1.22 imp:pre:2s;ind:pre:1s;ind:pre:3s; -accouchement accouchement nom m s 5.96 3.92 5.47 3.24 -accouchements accouchement nom m p 5.96 3.92 0.48 0.68 -accouchent accoucher ver 16.49 7.43 0.08 0.14 ind:pre:3p; -accoucher accoucher ver 16.49 7.43 6.56 3.51 inf; -accouchera accoucher ver 16.49 7.43 0.04 0.00 ind:fut:3s; -accoucherait accoucher ver 16.49 7.43 0.16 0.07 cnd:pre:3s; -accoucheras accoucher ver 16.49 7.43 0.14 0.00 ind:fut:2s; -accouches accoucher ver 16.49 7.43 0.46 0.20 ind:pre:2s; -accoucheur accoucheur nom m s 0.19 0.81 0.06 0.47 -accoucheurs accoucheur nom m p 0.19 0.81 0.00 0.14 -accoucheuse accoucheur nom f s 0.19 0.81 0.13 0.20 -accouchez accoucher ver 16.49 7.43 0.29 0.00 imp:pre:2p;ind:pre:2p; -accouché accoucher ver m s 16.49 7.43 3.08 1.08 par:pas; -accouchée accoucher ver f s 16.49 7.43 0.16 0.00 par:pas; -accouchées accouchée nom f p 0.39 1.15 0.37 0.34 -accouchés accoucher ver m p 16.49 7.43 0.01 0.07 par:pas; -accouda accouder ver 0.34 17.70 0.00 2.97 ind:pas:3s; -accoudai accouder ver 0.34 17.70 0.00 0.47 ind:pas:1s; -accoudaient accouder ver 0.34 17.70 0.00 0.27 ind:imp:3p; -accoudais accouder ver 0.34 17.70 0.00 0.20 ind:imp:1s; -accoudait accouder ver 0.34 17.70 0.00 0.61 ind:imp:3s; -accoudant accouder ver 0.34 17.70 0.00 0.95 par:pre; -accoude accouder ver 0.34 17.70 0.02 1.22 ind:pre:3s; -accouder accouder ver 0.34 17.70 0.01 1.42 inf; -accoudions accouder ver 0.34 17.70 0.00 0.07 ind:imp:1p; -accoudoir accoudoir nom m s 0.46 5.20 0.40 2.23 -accoudoirs accoudoir nom m p 0.46 5.20 0.06 2.97 -accoudons accouder ver 0.34 17.70 0.00 0.07 ind:pre:1p; -accoudèrent accouder ver 0.34 17.70 0.00 0.27 ind:pas:3p; -accoudé accouder ver m s 0.34 17.70 0.25 5.00 par:pas; -accoudée accouder ver f s 0.34 17.70 0.03 2.50 par:pas; -accoudées accouder ver f p 0.34 17.70 0.00 0.14 par:pas; -accoudés accouder ver m p 0.34 17.70 0.03 1.55 par:pas; -accoupla accoupler ver 2.11 3.24 0.01 0.07 ind:pas:3s; -accouplaient accoupler ver 2.11 3.24 0.01 0.27 ind:imp:3p; -accouplais accoupler ver 2.11 3.24 0.00 0.07 ind:imp:1s; -accouplait accoupler ver 2.11 3.24 0.01 0.20 ind:imp:3s; -accouplant accoupler ver 2.11 3.24 0.06 0.07 par:pre; -accouple accoupler ver 2.11 3.24 0.34 0.07 ind:pre:1s;ind:pre:3s; -accouplement accouplement nom m s 0.78 2.50 0.72 1.69 -accouplements accouplement nom m p 0.78 2.50 0.05 0.81 -accouplent accoupler ver 2.11 3.24 0.49 0.34 ind:pre:3p; -accoupler accoupler ver 2.11 3.24 0.81 0.74 inf; -accouplera accoupler ver 2.11 3.24 0.05 0.00 ind:fut:3s; -accouplerait accoupler ver 2.11 3.24 0.00 0.07 cnd:pre:3s; -accoupleront accoupler ver 2.11 3.24 0.03 0.00 ind:fut:3p; -accouplèrent accoupler ver 2.11 3.24 0.00 0.07 ind:pas:3p; -accouplé accoupler ver m s 2.11 3.24 0.06 0.27 par:pas; -accouplée accoupler ver f s 2.11 3.24 0.01 0.07 par:pas; -accouplées accoupler ver f p 2.11 3.24 0.11 0.20 par:pas; -accouplés accoupler ver m p 2.11 3.24 0.12 0.74 par:pas; -accourût accourir ver 5.17 19.05 0.00 0.07 sub:imp:3s; -accouraient accourir ver 5.17 19.05 0.04 1.49 ind:imp:3p; -accourais accourir ver 5.17 19.05 0.01 0.14 ind:imp:1s; -accourait accourir ver 5.17 19.05 0.16 2.43 ind:imp:3s; -accourant accourir ver 5.17 19.05 0.02 0.34 par:pre; -accourcissant accourcir ver 0.00 0.07 0.00 0.07 par:pre; -accoure accourir ver 5.17 19.05 0.15 0.14 sub:pre:1s;sub:pre:3s; -accourent accourir ver 5.17 19.05 0.32 0.81 ind:pre:3p; -accoures accourir ver 5.17 19.05 0.01 0.00 sub:pre:2s; -accourez accourir ver 5.17 19.05 0.37 0.14 imp:pre:2p;ind:pre:2p; -accouriez accourir ver 5.17 19.05 0.01 0.00 ind:imp:2p; -accourir accourir ver 5.17 19.05 0.57 2.84 inf; -accourons accourir ver 5.17 19.05 0.29 0.07 ind:pre:1p; -accourra accourir ver 5.17 19.05 0.05 0.07 ind:fut:3s; -accourrai accourir ver 5.17 19.05 0.03 0.07 ind:fut:1s; -accourraient accourir ver 5.17 19.05 0.00 0.14 cnd:pre:3p; -accourrais accourir ver 5.17 19.05 0.02 0.00 cnd:pre:1s; -accourrait accourir ver 5.17 19.05 0.04 0.20 cnd:pre:3s; -accourront accourir ver 5.17 19.05 0.04 0.07 ind:fut:3p; -accours accourir ver 5.17 19.05 0.70 0.34 imp:pre:2s;ind:pre:1s;ind:pre:2s; -accourt accourir ver 5.17 19.05 0.91 2.57 ind:pre:3s; -accouru accourir ver m s 5.17 19.05 0.60 1.82 par:pas; -accourue accourir ver f s 5.17 19.05 0.01 0.47 par:pas; -accourues accourir ver f p 5.17 19.05 0.14 0.41 par:pas; -accoururent accourir ver 5.17 19.05 0.21 0.74 ind:pas:3p; -accourus accourir ver m p 5.17 19.05 0.34 1.69 ind:pas:1s;par:pas; -accourussent accourir ver 5.17 19.05 0.00 0.07 sub:imp:3p; -accourut accourir ver 5.17 19.05 0.14 1.96 ind:pas:3s; -accoutre accoutrer ver 0.06 0.54 0.00 0.07 ind:pre:3s; -accoutrement accoutrement nom m s 1.29 2.70 1.19 2.09 -accoutrements accoutrement nom m p 1.29 2.70 0.11 0.61 -accoutré accoutrer ver m s 0.06 0.54 0.04 0.27 par:pas; -accoutrée accoutré adj f s 0.02 0.41 0.00 0.20 -accoutrés accoutrer ver m p 0.06 0.54 0.02 0.14 par:pas; -accoutuma accoutumer ver 0.89 9.12 0.00 0.07 ind:pas:3s; -accoutumai accoutumer ver 0.89 9.12 0.00 0.07 ind:pas:1s; -accoutumaient accoutumer ver 0.89 9.12 0.00 0.20 ind:imp:3p; -accoutumais accoutumer ver 0.89 9.12 0.00 0.07 ind:imp:1s; -accoutumait accoutumer ver 0.89 9.12 0.00 0.20 ind:imp:3s; -accoutumance accoutumance nom f s 0.30 1.28 0.20 1.28 -accoutumances accoutumance nom f p 0.30 1.28 0.10 0.00 -accoutumant accoutumer ver 0.89 9.12 0.00 0.14 par:pre; -accoutume accoutumer ver 0.89 9.12 0.03 0.54 ind:pre:1s;ind:pre:3s; -accoutument accoutumer ver 0.89 9.12 0.00 0.20 ind:pre:3p; -accoutumer accoutumer ver 0.89 9.12 0.33 1.08 inf; -accoutumerait accoutumer ver 0.89 9.12 0.00 0.07 cnd:pre:3s; -accoutumé accoutumer ver m s 0.89 9.12 0.39 3.58 par:pas; -accoutumée accoutumer ver f s 0.89 9.12 0.11 1.35 par:pas; -accoutumées accoutumé adj f p 0.26 5.00 0.14 0.07 -accoutumés accoutumer ver m p 0.89 9.12 0.02 1.22 par:pas; -accouvée accouver ver f s 0.00 0.07 0.00 0.07 par:pas; -accrût accroître ver 3.51 11.15 0.00 0.07 sub:imp:3s; -accras accra nom m p 0.10 0.00 0.10 0.00 -accro accro adj m s 6.81 0.68 6.22 0.61 -accroît accroître ver 3.51 11.15 1.12 1.76 ind:pre:3s; -accroîtra accroître ver 3.51 11.15 0.12 0.00 ind:fut:3s; -accroîtrait accroître ver 3.51 11.15 0.01 0.00 cnd:pre:3s; -accroître accroître ver 3.51 11.15 1.46 3.99 inf; -accroîtront accroître ver 3.51 11.15 0.01 0.07 ind:fut:3p; -accroc accroc nom m s 1.90 3.11 1.67 2.57 -accrocha accrocher ver 51.56 99.93 0.02 5.68 ind:pas:3s; -accrochage accrochage nom m s 2.06 1.49 1.44 0.88 -accrochages accrochage nom m p 2.06 1.49 0.62 0.61 -accrochai accrocher ver 51.56 99.93 0.00 1.01 ind:pas:1s; -accrochaient accrocher ver 51.56 99.93 0.06 4.73 ind:imp:3p; -accrochais accrocher ver 51.56 99.93 0.47 1.01 ind:imp:1s;ind:imp:2s; -accrochait accrocher ver 51.56 99.93 0.56 10.34 ind:imp:3s; -accrochant accrocher ver 51.56 99.93 0.43 4.59 par:pre; -accroche_coeur accroche_coeur nom m s 0.00 0.74 0.00 0.34 -accroche_coeur accroche_coeur nom m p 0.00 0.74 0.00 0.41 -accroche accrocher ver 51.56 99.93 16.39 13.18 imp:pre:2s;ind:pre:1s;ind:pre:3s; -accrochent accrocher ver 51.56 99.93 1.37 2.64 ind:pre:3p; -accrocher accrocher ver 51.56 99.93 10.46 14.32 inf; -accrochera accrocher ver 51.56 99.93 0.15 0.07 ind:fut:3s; -accrocherai accrocher ver 51.56 99.93 0.38 0.14 ind:fut:1s; -accrocheraient accrocher ver 51.56 99.93 0.00 0.07 cnd:pre:3p; -accrocherais accrocher ver 51.56 99.93 0.04 0.20 cnd:pre:1s; -accrocherait accrocher ver 51.56 99.93 0.04 0.07 cnd:pre:3s; -accrocherez accrocher ver 51.56 99.93 0.17 0.00 ind:fut:2p; -accrocheriez accrocher ver 51.56 99.93 0.00 0.07 cnd:pre:2p; -accrocheront accrocher ver 51.56 99.93 0.02 0.00 ind:fut:3p; -accroches accrocher ver 51.56 99.93 2.09 0.07 ind:pre:2s;sub:pre:2s; -accrocheur accrocheur adj m s 0.59 0.34 0.55 0.14 -accrocheurs accrocheur adj m p 0.59 0.34 0.03 0.14 -accrocheuse accrocheur adj f s 0.59 0.34 0.02 0.00 -accrocheuses accrocheur adj f p 0.59 0.34 0.00 0.07 -accrochez accrocher ver 51.56 99.93 8.03 0.27 imp:pre:2p;ind:pre:2p; -accrochiez accrocher ver 51.56 99.93 0.17 0.00 ind:imp:2p; -accrochions accrocher ver 51.56 99.93 0.02 0.47 ind:imp:1p; -accrochons accrocher ver 51.56 99.93 0.12 0.07 imp:pre:1p;ind:pre:1p; -accrochât accrocher ver 51.56 99.93 0.00 0.14 sub:imp:3s; -accrochèrent accrocher ver 51.56 99.93 0.02 0.61 ind:pas:3p; -accroché accrocher ver m s 51.56 99.93 6.13 15.95 par:pas; -accrochée accrocher ver f s 51.56 99.93 2.06 9.86 par:pas; -accrochées accrocher ver f p 51.56 99.93 0.80 5.81 par:pas; -accrochés accrocher ver m p 51.56 99.93 1.56 8.58 par:pas; -accrocs accroc nom m p 1.90 3.11 0.23 0.54 -accroire accroire ver 0.02 0.54 0.02 0.54 inf; -accrois accroître ver 3.51 11.15 0.01 0.07 ind:pre:1s; -accroissaient accroître ver 3.51 11.15 0.01 0.20 ind:imp:3p; -accroissait accroître ver 3.51 11.15 0.00 0.95 ind:imp:3s; -accroissant accroître ver 3.51 11.15 0.04 0.14 par:pre; -accroisse accroître ver 3.51 11.15 0.00 0.07 sub:pre:3s; -accroissement accroissement nom m s 0.41 1.28 0.41 1.28 -accroissent accroître ver 3.51 11.15 0.04 0.27 ind:pre:3p; -accroissez accroître ver 3.51 11.15 0.04 0.00 imp:pre:2p;ind:pre:2p; -accros accro nom m p 2.56 0.07 0.90 0.07 -accroupi accroupir ver m s 2.00 24.93 0.72 8.24 par:pas; -accroupie accroupir ver f s 2.00 24.93 0.47 3.31 par:pas; -accroupies accroupir ver f p 2.00 24.93 0.00 0.81 par:pas; -accroupir accroupir ver 2.00 24.93 0.09 2.70 inf; -accroupirent accroupir ver 2.00 24.93 0.00 0.47 ind:pas:3p; -accroupis accroupir ver m p 2.00 24.93 0.23 2.84 imp:pre:2s;ind:pre:1s;ind:pre:2s;par:pas; -accroupissaient accroupir ver 2.00 24.93 0.00 0.27 ind:imp:3p; -accroupissais accroupir ver 2.00 24.93 0.01 0.07 ind:imp:1s; -accroupissait accroupir ver 2.00 24.93 0.15 0.07 ind:imp:3s; -accroupissant accroupir ver 2.00 24.93 0.00 0.34 par:pre; -accroupisse accroupir ver 2.00 24.93 0.01 0.07 sub:pre:1s;sub:pre:3s; -accroupissement accroupissement nom m s 0.00 0.20 0.00 0.20 -accroupissent accroupir ver 2.00 24.93 0.02 0.34 ind:pre:3p; -accroupissons accroupir ver 2.00 24.93 0.00 0.14 ind:pre:1p; -accroupit accroupir ver 2.00 24.93 0.29 5.27 ind:pre:3s;ind:pas:3s; -accru accroître ver m s 3.51 11.15 0.39 1.08 par:pas; -accrédita accréditer ver 0.36 1.55 0.00 0.07 ind:pas:3s; -accréditaient accréditer ver 0.36 1.55 0.01 0.07 ind:imp:3p; -accréditait accréditer ver 0.36 1.55 0.00 0.07 ind:imp:3s; -accréditant accréditer ver 0.36 1.55 0.00 0.07 par:pre; -accréditation accréditation nom f s 0.27 0.00 0.19 0.00 -accréditations accréditation nom f p 0.27 0.00 0.07 0.00 -accréditer accréditer ver 0.36 1.55 0.03 0.74 inf; -accréditif accréditif nom m s 0.00 0.07 0.00 0.07 -accrédité accrédité adj m s 0.14 0.27 0.07 0.20 -accréditée accréditer ver f s 0.36 1.55 0.04 0.14 par:pas; -accrédités accréditer ver m p 0.36 1.55 0.23 0.07 par:pas; -accrue accru adj f s 0.57 3.04 0.29 2.09 -accrues accroître ver f p 3.51 11.15 0.10 0.20 par:pas; -accrurent accroître ver 3.51 11.15 0.01 0.27 ind:pas:3p; -accrus accroître ver m p 3.51 11.15 0.04 0.14 par:pas; -accrut accroître ver 3.51 11.15 0.02 0.81 ind:pas:3s; -accrétion accrétion nom f s 0.03 0.00 0.03 0.00 -accède accéder ver 8.58 12.97 0.95 1.42 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -accèdent accéder ver 8.58 12.97 0.06 0.41 ind:pre:3p; -accèdes accéder ver 8.58 12.97 0.04 0.00 ind:pre:2s; -accès accès nom m 29.53 23.78 29.53 23.78 -accu accu nom m s 0.11 0.34 0.00 0.07 -accéda accéder ver 8.58 12.97 0.03 0.34 ind:pas:3s; -accédai accéder ver 8.58 12.97 0.00 0.14 ind:pas:1s; -accédaient accéder ver 8.58 12.97 0.00 0.34 ind:imp:3p; -accédais accéder ver 8.58 12.97 0.04 0.20 ind:imp:1s; -accédait accéder ver 8.58 12.97 0.22 2.70 ind:imp:3s; -accédant accéder ver 8.58 12.97 0.03 0.20 par:pre; -accéder accéder ver 8.58 12.97 6.29 5.81 inf; -accédera accéder ver 8.58 12.97 0.05 0.07 ind:fut:3s; -accéderai accéder ver 8.58 12.97 0.03 0.00 ind:fut:1s; -accéderaient accéder ver 8.58 12.97 0.00 0.14 cnd:pre:3p; -accéderais accéder ver 8.58 12.97 0.02 0.14 cnd:pre:1s; -accéderait accéder ver 8.58 12.97 0.01 0.07 cnd:pre:3s; -accéderas accéder ver 8.58 12.97 0.02 0.00 ind:fut:2s; -accédez accéder ver 8.58 12.97 0.11 0.00 imp:pre:2p;ind:pre:2p; -accédâmes accéder ver 8.58 12.97 0.00 0.07 ind:pas:1p; -accédons accéder ver 8.58 12.97 0.00 0.20 ind:pre:1p; -accédé accéder ver m s 8.58 12.97 0.68 0.74 par:pas; -accueil accueil nom m s 13.83 16.42 13.83 16.22 -accueillît accueillir ver 31.98 54.73 0.00 0.20 sub:imp:3s; -accueillaient accueillir ver 31.98 54.73 0.00 1.08 ind:imp:3p; -accueillais accueillir ver 31.98 54.73 0.26 0.34 ind:imp:1s;ind:imp:2s; -accueillait accueillir ver 31.98 54.73 0.42 5.88 ind:imp:3s; -accueillant accueillant adj m s 2.07 5.07 1.21 1.82 -accueillante accueillant adj f s 2.07 5.07 0.47 2.09 -accueillantes accueillant adj f p 2.07 5.07 0.14 0.27 -accueillants accueillant adj m p 2.07 5.07 0.25 0.88 -accueille accueillir ver 31.98 54.73 4.58 6.08 imp:pre:2s;ind:pre:1s;ind:pre:3s; -accueillent accueillir ver 31.98 54.73 0.90 1.76 ind:pre:3p; -accueillera accueillir ver 31.98 54.73 1.07 0.47 ind:fut:3s; -accueillerai accueillir ver 31.98 54.73 0.25 0.07 ind:fut:1s; -accueilleraient accueillir ver 31.98 54.73 0.17 0.00 cnd:pre:3p; -accueillerait accueillir ver 31.98 54.73 0.16 0.74 cnd:pre:3s; -accueilleras accueillir ver 31.98 54.73 0.01 0.00 ind:fut:2s; -accueillerez accueillir ver 31.98 54.73 0.24 0.07 ind:fut:2p; -accueilleriez accueillir ver 31.98 54.73 0.02 0.00 cnd:pre:2p; -accueillerons accueillir ver 31.98 54.73 0.13 0.07 ind:fut:1p; -accueilleront accueillir ver 31.98 54.73 0.10 0.27 ind:fut:3p; -accueilles accueillir ver 31.98 54.73 0.22 0.07 ind:pre:2s; -accueillez accueillir ver 31.98 54.73 0.97 0.14 imp:pre:2p;ind:pre:2p; -accueilli accueillir ver m s 31.98 54.73 3.79 7.91 par:pas; -accueillie accueillir ver f s 31.98 54.73 0.65 2.23 par:pas; -accueillies accueillir ver f p 31.98 54.73 0.05 0.61 par:pas; -accueillir accueillir ver 31.98 54.73 14.39 13.99 inf; -accueillirent accueillir ver 31.98 54.73 0.03 1.49 ind:pas:3p; -accueillis accueillir ver m p 31.98 54.73 0.98 3.18 ind:pas:1s;par:pas; -accueillit accueillir ver 31.98 54.73 0.50 6.69 ind:pas:3s; -accueillons accueillir ver 31.98 54.73 1.88 0.07 imp:pre:1p;ind:pre:1p; -accueils accueil nom m p 13.83 16.42 0.00 0.20 -accula acculer ver 1.03 4.93 0.00 0.07 ind:pas:3s; -acculaient acculer ver 1.03 4.93 0.00 0.20 ind:imp:3p; -acculais acculer ver 1.03 4.93 0.00 0.14 ind:imp:1s; -acculait acculer ver 1.03 4.93 0.00 0.27 ind:imp:3s; -acculant acculer ver 1.03 4.93 0.00 0.14 par:pre; -accule acculer ver 1.03 4.93 0.29 0.14 ind:pre:1s;ind:pre:3s; -acculent acculer ver 1.03 4.93 0.01 0.14 ind:pre:3p; -acculer acculer ver 1.03 4.93 0.13 0.88 inf; -acculera acculer ver 1.03 4.93 0.01 0.00 ind:fut:3s; -acculeraient acculer ver 1.03 4.93 0.00 0.07 cnd:pre:3p; -acculez acculer ver 1.03 4.93 0.04 0.00 imp:pre:2p;ind:pre:2p; -acculât acculer ver 1.03 4.93 0.00 0.07 sub:imp:3s; -accélère accélérer ver 15.78 17.97 7.32 4.05 imp:pre:2s;ind:pre:1s;ind:pre:3s; -accélèrent accélérer ver 15.78 17.97 0.23 0.54 ind:pre:3p; -acculèrent acculer ver 1.03 4.93 0.00 0.07 ind:pas:3p; -accélères accélérer ver 15.78 17.97 0.31 0.07 ind:pre:2s;sub:pre:2s; -acculturation acculturation nom f s 0.01 0.00 0.01 0.00 -acculé acculer ver m s 1.03 4.93 0.43 1.76 par:pas; -acculée acculer ver f s 1.03 4.93 0.04 0.34 par:pas; -acculées acculer ver f p 1.03 4.93 0.01 0.07 par:pas; -accéléra accélérer ver 15.78 17.97 0.14 1.96 ind:pas:3s; -accélérai accélérer ver 15.78 17.97 0.00 0.34 ind:pas:1s; -accéléraient accélérer ver 15.78 17.97 0.00 0.41 ind:imp:3p; -accélérais accélérer ver 15.78 17.97 0.11 0.27 ind:imp:1s; -accélérait accélérer ver 15.78 17.97 0.13 2.64 ind:imp:3s; -accélérant accélérer ver 15.78 17.97 0.22 1.08 par:pre; -accélérants accélérant adj m p 0.23 0.00 0.02 0.00 -accélérateur accélérateur nom m s 2.22 3.51 2.16 3.38 -accélérateurs accélérateur nom m p 2.22 3.51 0.06 0.14 -accélération accélération nom f s 1.50 3.11 1.46 2.64 -accélérations accélération nom f p 1.50 3.11 0.04 0.47 -accélératrice accélérateur adj f s 0.34 0.14 0.01 0.00 -accélérer accélérer ver 15.78 17.97 4.41 2.91 inf; -accélérera accélérer ver 15.78 17.97 0.02 0.00 ind:fut:3s; -accélérerait accélérer ver 15.78 17.97 0.08 0.07 cnd:pre:3s; -accéléreras accélérer ver 15.78 17.97 0.01 0.00 ind:fut:2s; -accélérez accélérer ver 15.78 17.97 1.39 0.00 imp:pre:2p;ind:pre:2p; -accélériez accélérer ver 15.78 17.97 0.01 0.00 ind:imp:2p; -accélérons accélérer ver 15.78 17.97 0.15 0.00 imp:pre:1p;ind:pre:1p; -accélérèrent accélérer ver 15.78 17.97 0.00 0.20 ind:pas:3p; -accéléré accélérer ver m s 15.78 17.97 0.95 0.95 par:pas; -accélérée accélérer ver f s 15.78 17.97 0.23 2.23 par:pas; -accélérées accélérer ver f p 15.78 17.97 0.05 0.20 par:pas; -accélérés accéléré adj m p 0.28 2.03 0.01 0.41 -acculés acculer ver m p 1.03 4.93 0.06 0.61 par:pas; -accumula accumuler ver 4.46 24.53 0.00 0.14 ind:pas:3s; -accumulai accumuler ver 4.46 24.53 0.00 0.07 ind:pas:1s; -accumulaient accumuler ver 4.46 24.53 0.04 1.76 ind:imp:3p; -accumulais accumuler ver 4.46 24.53 0.02 0.27 ind:imp:1s; -accumulait accumuler ver 4.46 24.53 0.04 2.57 ind:imp:3s; -accumulant accumuler ver 4.46 24.53 0.24 1.55 par:pre; -accumulateur accumulateur nom m s 0.03 0.14 0.03 0.07 -accumulateurs accumulateur nom m p 0.03 0.14 0.00 0.07 -accumulation accumulation nom f s 0.67 3.78 0.67 3.72 -accumulations accumulation nom f p 0.67 3.78 0.00 0.07 -accumule accumuler ver 4.46 24.53 1.01 1.49 imp:pre:2s;ind:pre:1s;ind:pre:3s; -accumulent accumuler ver 4.46 24.53 0.77 0.95 ind:pre:3p; -accumuler accumuler ver 4.46 24.53 0.85 3.72 inf; -accumulerez accumuler ver 4.46 24.53 0.01 0.00 ind:fut:2p; -accumulez accumuler ver 4.46 24.53 0.23 0.00 imp:pre:2p;ind:pre:2p; -accumulèrent accumuler ver 4.46 24.53 0.00 0.14 ind:pas:3p; -accumulé accumuler ver m s 4.46 24.53 0.55 3.04 par:pas; -accumulée accumuler ver f s 4.46 24.53 0.09 3.31 par:pas; -accumulées accumuler ver f p 4.46 24.53 0.30 3.04 par:pas; -accumulés accumuler ver m p 4.46 24.53 0.30 2.50 par:pas; -accus accu nom m p 0.11 0.34 0.11 0.27 -accusa accuser ver 52.72 39.93 0.18 3.18 ind:pas:3s; -accusai accuser ver 52.72 39.93 0.03 0.47 ind:pas:1s; -accusaient accuser ver 52.72 39.93 0.09 2.09 ind:imp:3p; -accusais accuser ver 52.72 39.93 0.29 0.68 ind:imp:1s;ind:imp:2s; -accusait accuser ver 52.72 39.93 1.57 6.55 ind:imp:3s; -accusant accuser ver 52.72 39.93 0.68 2.64 par:pre; -accusateur accusateur nom m s 0.35 1.28 0.25 0.41 -accusateurs accusateur adj m p 0.32 1.42 0.12 0.47 -accusatif accusatif nom m s 0.11 0.07 0.11 0.07 -accusation accusation nom f s 19.72 8.85 12.62 5.74 -accusations accusation nom f p 19.72 8.85 7.11 3.11 -accusatoire accusatoire adj s 0.01 0.00 0.01 0.00 -accusatrice accusateur adj f s 0.32 1.42 0.00 0.14 -accusatrices accusateur nom f p 0.35 1.28 0.00 0.07 -accuse accuser ver 52.72 39.93 13.28 6.01 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -accusent accuser ver 52.72 39.93 1.77 1.22 ind:pre:3p; -accuser accuser ver 52.72 39.93 10.06 7.03 inf; -accusera accuser ver 52.72 39.93 0.65 0.34 ind:fut:3s; -accuseraient accuser ver 52.72 39.93 0.03 0.14 cnd:pre:3p; -accuserais accuser ver 52.72 39.93 0.42 0.07 cnd:pre:1s;cnd:pre:2s; -accuserait accuser ver 52.72 39.93 0.30 0.54 cnd:pre:3s; -accuserez accuser ver 52.72 39.93 0.04 0.00 ind:fut:2p; -accuseriez accuser ver 52.72 39.93 0.03 0.07 cnd:pre:2p; -accuserions accuser ver 52.72 39.93 0.00 0.07 cnd:pre:1p; -accuserons accuser ver 52.72 39.93 0.02 0.00 ind:fut:1p; -accuseront accuser ver 52.72 39.93 0.22 0.00 ind:fut:3p; -accuses accuser ver 52.72 39.93 2.72 0.07 ind:pre:2s; -accusez accuser ver 52.72 39.93 3.22 0.88 imp:pre:2p;ind:pre:2p; -accusiez accuser ver 52.72 39.93 0.13 0.00 ind:imp:2p; -accusions accuser ver 52.72 39.93 0.01 0.07 ind:imp:1p; -accusons accuser ver 52.72 39.93 0.16 0.14 imp:pre:1p;ind:pre:1p; -accusât accuser ver 52.72 39.93 0.00 0.20 sub:imp:3s; -accusèrent accuser ver 52.72 39.93 0.01 0.20 ind:pas:3p; -accusé accuser ver m s 52.72 39.93 11.73 5.20 par:pas; -accusée accuser ver f s 52.72 39.93 3.20 1.01 par:pas; -accusées accuser ver f p 52.72 39.93 0.33 0.14 par:pas; -accusés accusé nom m p 13.74 11.69 2.69 4.32 -ace ace nom m s 2.48 0.00 2.48 0.00 -acellulaire acellulaire adj m s 0.03 0.00 0.03 0.00 -acerbe acerbe adj s 0.16 1.22 0.13 1.08 -acerbes acerbe adj f p 0.16 1.22 0.03 0.14 -acerbité acerbité nom m s 0.02 0.07 0.02 0.07 -acetabulum acetabulum nom m s 0.01 0.00 0.01 0.00 -achalandage achalandage nom m s 0.00 0.07 0.00 0.07 -achalandaient achalander ver 0.01 0.07 0.00 0.07 ind:imp:3p; -achalandé achalandé adj m s 0.02 0.34 0.01 0.07 -achalandée achalandé adj f s 0.02 0.34 0.01 0.07 -achalandées achalandé adj f p 0.02 0.34 0.00 0.07 -achalandés achalander ver m p 0.01 0.07 0.01 0.00 par:pas; -achaler achaler ver 0.01 0.00 0.01 0.00 inf; -achards achards nom m p 0.03 0.00 0.03 0.00 -acharna acharner ver 2.99 22.64 0.01 1.22 ind:pas:3s; -acharnai acharner ver 2.99 22.64 0.00 0.07 ind:pas:1s; -acharnaient acharner ver 2.99 22.64 0.03 1.62 ind:imp:3p; -acharnais acharner ver 2.99 22.64 0.01 0.47 ind:imp:1s; -acharnait acharner ver 2.99 22.64 0.11 3.24 ind:imp:3s; -acharnant acharner ver 2.99 22.64 0.00 1.49 par:pre; -acharne acharner ver 2.99 22.64 0.86 4.53 imp:pre:2s;ind:pre:1s;ind:pre:3s; -acharnement acharnement nom m s 0.60 8.24 0.60 8.11 -acharnements acharnement nom m p 0.60 8.24 0.00 0.14 -acharnent acharner ver 2.99 22.64 0.23 1.08 ind:pre:3p; -acharner acharner ver 2.99 22.64 0.35 1.62 inf; -acharnera acharner ver 2.99 22.64 0.01 0.14 ind:fut:3s; -acharnerai acharner ver 2.99 22.64 0.02 0.00 ind:fut:1s; -acharnerait acharner ver 2.99 22.64 0.01 0.00 cnd:pre:3s; -acharnes acharner ver 2.99 22.64 0.26 0.14 ind:pre:2s; -acharnez acharner ver 2.99 22.64 0.10 0.07 imp:pre:2p;ind:pre:2p; -acharnèrent acharner ver 2.99 22.64 0.00 0.34 ind:pas:3p; -acharné acharné adj m s 1.61 5.41 0.59 2.23 -acharnée acharné adj f s 1.61 5.41 0.66 1.69 -acharnées acharné adj f p 1.61 5.41 0.02 0.41 -acharnés acharné adj m p 1.61 5.41 0.34 1.08 -achat achat nom m s 9.75 16.96 5.20 10.95 -achats achat nom m p 9.75 16.96 4.55 6.01 -ache ache nom f s 0.00 0.20 0.00 0.14 -achemina acheminer ver 0.83 6.15 0.01 0.41 ind:pas:3s; -acheminai acheminer ver 0.83 6.15 0.00 0.14 ind:pas:1s; -acheminaient acheminer ver 0.83 6.15 0.00 0.27 ind:imp:3p; -acheminait acheminer ver 0.83 6.15 0.01 0.88 ind:imp:3s; -acheminant acheminer ver 0.83 6.15 0.02 0.27 par:pre; -achemine acheminer ver 0.83 6.15 0.08 0.74 imp:pre:2s;ind:pre:1s;ind:pre:3s; -acheminement acheminement nom m s 0.20 0.47 0.20 0.47 -acheminent acheminer ver 0.83 6.15 0.01 0.61 ind:pre:3p; -acheminer acheminer ver 0.83 6.15 0.55 1.22 inf; -achemineront acheminer ver 0.83 6.15 0.00 0.07 ind:fut:3p; -acheminâmes acheminer ver 0.83 6.15 0.00 0.07 ind:pas:1p; -acheminons acheminer ver 0.83 6.15 0.00 0.27 ind:pre:1p; -acheminèrent acheminer ver 0.83 6.15 0.00 0.14 ind:pas:3p; -acheminé acheminer ver m s 0.83 6.15 0.04 0.41 par:pas; -acheminée acheminer ver f s 0.83 6.15 0.05 0.14 par:pas; -acheminées acheminer ver f p 0.83 6.15 0.03 0.27 par:pas; -acheminés acheminer ver m p 0.83 6.15 0.02 0.27 par:pas; -aches ache nom f p 0.00 0.20 0.00 0.07 -acheta acheter ver 290.69 148.38 0.37 7.09 ind:pas:3s; -achetable achetable adj s 0.00 0.14 0.00 0.14 -achetai acheter ver 290.69 148.38 0.28 2.23 ind:pas:1s; -achetaient acheter ver 290.69 148.38 0.64 2.16 ind:imp:3p; -achetais acheter ver 290.69 148.38 1.32 1.49 ind:imp:1s;ind:imp:2s; -achetait acheter ver 290.69 148.38 3.43 6.22 ind:imp:3s; -achetant acheter ver 290.69 148.38 1.23 1.42 par:pre; -achetassent acheter ver 290.69 148.38 0.00 0.07 sub:imp:3p; -acheter acheter ver 290.69 148.38 115.26 57.09 inf; -acheteur acheteur nom m s 6.55 5.47 3.89 2.97 -acheteurs acheteur nom m p 6.55 5.47 2.50 2.16 -acheteuse acheteur nom f s 6.55 5.47 0.16 0.14 -acheteuses acheteuse nom f p 0.02 0.00 0.02 0.00 -achetez acheter ver 290.69 148.38 10.51 1.22 imp:pre:2p;ind:pre:2p; -achetiez acheter ver 290.69 148.38 0.28 0.14 ind:imp:2p; -achetions acheter ver 290.69 148.38 0.06 0.74 ind:imp:1p; -achetâmes acheter ver 290.69 148.38 0.00 0.20 ind:pas:1p; -achetons acheter ver 290.69 148.38 1.38 0.47 imp:pre:1p;ind:pre:1p; -achetât acheter ver 290.69 148.38 0.00 0.20 sub:imp:3s; -achetèrent acheter ver 290.69 148.38 0.06 0.95 ind:pas:3p; -acheté acheter ver m s 290.69 148.38 72.38 28.72 par:pas;par:pas;par:pas; -achetée acheter ver f s 290.69 148.38 8.67 5.88 par:pas; -achetées acheter ver f p 290.69 148.38 1.90 2.84 ind:imp:3s;par:pas; -achetés acheter ver m p 290.69 148.38 3.52 3.85 par:pas; -acheva achever ver 22.97 81.42 0.23 11.69 ind:pas:3s; -achevai achever ver 22.97 81.42 0.01 0.54 ind:pas:1s; -achevaient achever ver 22.97 81.42 0.12 4.19 ind:imp:3p; -achevais achever ver 22.97 81.42 0.00 0.54 ind:imp:1s; -achevait achever ver 22.97 81.42 0.34 12.64 ind:imp:3s; -achevant achever ver 22.97 81.42 0.02 2.57 par:pre; -achever achever ver 22.97 81.42 6.49 15.00 inf; -achevez achever ver 22.97 81.42 1.00 0.07 imp:pre:2p;ind:pre:2p; -acheviez achever ver 22.97 81.42 0.01 0.00 ind:imp:2p; -achevions achever ver 22.97 81.42 0.00 0.41 ind:imp:1p; -achevâmes achever ver 22.97 81.42 0.00 0.07 ind:pas:1p; -achevons achever ver 22.97 81.42 0.07 0.41 imp:pre:1p;ind:pre:1p; -achevât achever ver 22.97 81.42 0.00 0.61 sub:imp:3s; -achevèrent achever ver 22.97 81.42 0.01 1.22 ind:pas:3p; -achevé achever ver m s 22.97 81.42 2.70 12.64 par:pas; -achevée achever ver f s 22.97 81.42 1.54 2.91 par:pas; -achevées achevé adj f p 1.61 6.69 0.19 0.81 -achevés achever ver m p 22.97 81.42 0.08 0.41 par:pas; -achillée achillée nom f s 0.01 0.00 0.01 0.00 -achondroplasie achondroplasie nom f s 0.04 0.00 0.03 0.00 -achondroplasies achondroplasie nom f p 0.04 0.00 0.01 0.00 -achoppa achopper ver 0.01 0.81 0.00 0.07 ind:pas:3s; -achoppai achopper ver 0.01 0.81 0.00 0.07 ind:pas:1s; -achoppaient achopper ver 0.01 0.81 0.00 0.07 ind:imp:3p; -achoppais achopper ver 0.01 0.81 0.00 0.20 ind:imp:1s; -achoppait achopper ver 0.01 0.81 0.00 0.07 ind:imp:3s; -achoppe achopper ver 0.01 0.81 0.00 0.14 ind:pre:1s;ind:pre:3s; -achoppement achoppement nom m s 0.01 0.14 0.01 0.14 -achopper achopper ver 0.01 0.81 0.01 0.00 inf; -achoppé achopper ver m s 0.01 0.81 0.00 0.14 par:pas; -achoppée achopper ver f s 0.01 0.81 0.00 0.07 par:pas; -achète acheter ver 290.69 148.38 39.82 14.53 imp:pre:2s;ind:pre:1s;ind:pre:3s; -achètent acheter ver 290.69 148.38 5.44 2.70 ind:pre:3p; -achètera acheter ver 290.69 148.38 3.98 0.74 ind:fut:3s; -achèterai acheter ver 290.69 148.38 7.09 2.30 ind:fut:1s; -achèteraient acheter ver 290.69 148.38 0.03 0.41 cnd:pre:3p; -achèterais acheter ver 290.69 148.38 1.75 0.74 cnd:pre:1s;cnd:pre:2s; -achèterait acheter ver 290.69 148.38 1.02 1.22 cnd:pre:3s; -achèteras acheter ver 290.69 148.38 1.55 0.61 ind:fut:2s; -achèterez acheter ver 290.69 148.38 0.48 0.20 ind:fut:2p; -achèteriez acheter ver 290.69 148.38 0.17 0.07 cnd:pre:2p; -achèterions acheter ver 290.69 148.38 0.00 0.07 cnd:pre:1p; -achèterons acheter ver 290.69 148.38 0.47 0.41 ind:fut:1p; -achèteront acheter ver 290.69 148.38 0.31 0.54 ind:fut:3p; -achètes acheter ver 290.69 148.38 7.28 0.88 ind:pre:2s;sub:pre:2s; -achève achever ver 22.97 81.42 8.31 11.22 imp:pre:2s;ind:pre:1s;ind:pre:3s; -achèvement achèvement nom m s 0.52 1.82 0.52 1.76 -achèvements achèvement nom m p 0.52 1.82 0.00 0.07 -achèvent achever ver 22.97 81.42 0.14 2.70 ind:pre:3p; -achèvera achever ver 22.97 81.42 1.00 0.27 ind:fut:3s; -achèverai achever ver 22.97 81.42 0.06 0.00 ind:fut:1s; -achèveraient achever ver 22.97 81.42 0.00 0.14 cnd:pre:3p; -achèverait achever ver 22.97 81.42 0.10 0.88 cnd:pre:3s; -achèverez achever ver 22.97 81.42 0.02 0.00 ind:fut:2p; -achèverons achever ver 22.97 81.42 0.06 0.00 ind:fut:1p; -achèveront achever ver 22.97 81.42 0.13 0.20 ind:fut:3p; -achèves achever ver 22.97 81.42 0.39 0.00 ind:pre:2s; -achélème achélème nom m s 0.00 1.69 0.00 0.95 -achélèmes achélème nom m p 0.00 1.69 0.00 0.74 -acid_jazz acid_jazz nom m s 0.03 0.00 0.03 0.00 -acide acide nom m s 9.46 4.80 8.44 3.85 -acides acide nom m p 9.46 4.80 1.02 0.95 -acidité acidité nom f s 0.29 0.95 0.27 0.81 -acidités acidité nom f p 0.29 0.95 0.02 0.14 -acidocétose acidocétose nom f s 0.08 0.00 0.08 0.00 -acidose acidose nom f s 0.22 0.00 0.22 0.00 -acidulé acidulé adj m s 0.15 1.55 0.02 0.47 -acidulée acidulé adj f s 0.15 1.55 0.04 0.27 -acidulées acidulé adj f p 0.15 1.55 0.01 0.27 -acidulés acidulé adj m p 0.15 1.55 0.08 0.54 -acier acier nom m s 13.88 34.46 13.85 33.38 -aciers acier nom m p 13.88 34.46 0.03 1.08 -aciérie aciérie nom f s 2.21 0.27 0.67 0.14 -aciéries aciérie nom f p 2.21 0.27 1.53 0.14 -acmé acmé nom f s 0.01 0.00 0.01 0.00 -acné acné nom f s 1.90 0.88 1.90 0.81 -acnéiques acnéique adj m p 0.00 0.14 0.00 0.14 -acnés acné nom f p 1.90 0.88 0.00 0.07 -acolyte acolyte nom m s 1.45 1.96 0.75 0.61 -acolytes acolyte nom m p 1.45 1.96 0.70 1.35 -acompte acompte nom m s 3.67 1.15 3.33 1.01 -acomptes acompte nom m p 3.67 1.15 0.34 0.14 -aconiers aconier nom m p 0.00 0.07 0.00 0.07 -aconit aconit nom m s 0.14 0.34 0.14 0.34 -acoquina acoquiner ver 0.23 1.01 0.01 0.07 ind:pas:3s; -acoquine acoquiner ver 0.23 1.01 0.04 0.07 ind:pre:1s;ind:pre:3s; -acoquiner acoquiner ver 0.23 1.01 0.12 0.41 inf; -acoquiné acoquiner ver m s 0.23 1.01 0.03 0.07 par:pas; -acoquinée acoquiner ver f s 0.23 1.01 0.02 0.14 par:pas; -acoquinés acoquiner ver m p 0.23 1.01 0.01 0.27 par:pas; -acouphène acouphène nom m s 0.18 0.00 0.18 0.00 -acoustique acoustique nom f s 0.57 0.34 0.55 0.34 -acoustiques acoustique adj p 0.56 0.81 0.07 0.07 -acqua_toffana acqua_toffana nom f s 0.00 0.07 0.00 0.07 -acquerra acquérir ver 8.30 29.66 0.01 0.00 ind:fut:3s; -acquerrai acquérir ver 8.30 29.66 0.01 0.07 ind:fut:1s; -acquerraient acquérir ver 8.30 29.66 0.00 0.14 cnd:pre:3p; -acquerront acquérir ver 8.30 29.66 0.01 0.07 ind:fut:3p; -acquiers acquérir ver 8.30 29.66 0.04 0.07 imp:pre:2s;ind:pre:1s;ind:pre:2s; -acquiert acquérir ver 8.30 29.66 0.68 1.42 ind:pre:3s; -acquiesce acquiescer ver 1.15 12.43 0.33 2.36 imp:pre:2s;ind:pre:1s;ind:pre:3s; -acquiescement acquiescement nom m s 0.15 2.84 0.15 2.36 -acquiescements acquiescement nom m p 0.15 2.84 0.00 0.47 -acquiescent acquiescer ver 1.15 12.43 0.26 0.07 ind:pre:3p; -acquiescer acquiescer ver 1.15 12.43 0.18 1.49 inf; -acquiesceront acquiescer ver 1.15 12.43 0.00 0.07 ind:fut:3p; -acquiesces acquiescer ver 1.15 12.43 0.02 0.00 ind:pre:2s; -acquiescèrent acquiescer ver 1.15 12.43 0.00 0.14 ind:pas:3p; -acquiescé acquiescer ver m s 1.15 12.43 0.31 1.08 par:pas; -acquiesça acquiescer ver 1.15 12.43 0.01 4.59 ind:pas:3s; -acquiesçai acquiescer ver 1.15 12.43 0.00 0.74 ind:pas:1s; -acquiesçaient acquiescer ver 1.15 12.43 0.00 0.14 ind:imp:3p; -acquiesçais acquiescer ver 1.15 12.43 0.02 0.34 ind:imp:1s; -acquiesçait acquiescer ver 1.15 12.43 0.00 1.15 ind:imp:3s; -acquiesçant acquiescer ver 1.15 12.43 0.02 0.20 par:pre; -acquiesçons acquiescer ver 1.15 12.43 0.00 0.07 ind:pre:1p; -acquirent acquérir ver 8.30 29.66 0.00 0.14 ind:pas:3p; -acquis acquérir ver m 8.30 29.66 3.52 13.65 ind:pas:1s;par:pas;par:pas; -acquise acquérir ver f s 8.30 29.66 1.05 2.97 par:pas; -acquises acquérir ver f p 8.30 29.66 0.34 0.88 par:pas; -acquisition acquisition nom f s 2.15 3.78 1.35 2.84 -acquisitions acquisition nom f p 2.15 3.78 0.81 0.95 -acquit acquit nom m s 0.29 2.23 0.29 2.16 -acquière acquérir ver 8.30 29.66 0.04 0.20 sub:pre:1s;sub:pre:3s; -acquièrent acquérir ver 8.30 29.66 0.12 0.74 ind:pre:3p; -acquits acquit nom m p 0.29 2.23 0.00 0.07 -acquitta acquitter ver 5.29 6.82 0.00 0.47 ind:pas:3s; -acquittai acquitter ver 5.29 6.82 0.00 0.07 ind:pas:1s; -acquittaient acquitter ver 5.29 6.82 0.00 0.20 ind:imp:3p; -acquittais acquitter ver 5.29 6.82 0.00 0.34 ind:imp:1s; -acquittait acquitter ver 5.29 6.82 0.04 0.81 ind:imp:3s; -acquittant acquitter ver 5.29 6.82 0.01 0.20 par:pre; -acquitte acquitter ver 5.29 6.82 1.17 0.74 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:1s; -acquittement acquittement nom m s 0.60 0.34 0.60 0.34 -acquittent acquitter ver 5.29 6.82 0.07 0.00 ind:pre:3p; -acquitter acquitter ver 5.29 6.82 1.13 1.82 inf; -acquittera acquitter ver 5.29 6.82 0.04 0.07 ind:fut:3s; -acquitterai acquitter ver 5.29 6.82 0.01 0.07 ind:fut:1s; -acquitterais acquitter ver 5.29 6.82 0.01 0.00 cnd:pre:1s; -acquitterait acquitter ver 5.29 6.82 0.03 0.07 cnd:pre:3s; -acquitterez acquitter ver 5.29 6.82 0.03 0.07 ind:fut:2p; -acquittes acquitter ver 5.29 6.82 0.14 0.07 ind:pre:2s; -acquittez acquitter ver 5.29 6.82 0.16 0.00 imp:pre:2p;ind:pre:2p; -acquittions acquitter ver 5.29 6.82 0.01 0.07 ind:imp:1p; -acquittât acquitter ver 5.29 6.82 0.00 0.07 sub:imp:3s; -acquitté acquitter ver m s 5.29 6.82 1.92 1.28 par:pas; -acquittée acquitter ver f s 5.29 6.82 0.26 0.34 par:pas; -acquittés acquitter ver m p 5.29 6.82 0.27 0.07 par:pas; -acquéraient acquérir ver 8.30 29.66 0.10 0.20 ind:imp:3p; -acquérais acquérir ver 8.30 29.66 0.01 0.27 ind:imp:1s; -acquérait acquérir ver 8.30 29.66 0.11 0.95 ind:imp:3s; -acquérant acquérir ver 8.30 29.66 0.05 0.20 par:pre; -acquéreur acquéreur nom m s 0.58 1.08 0.23 0.88 -acquéreurs acquéreur nom m p 0.58 1.08 0.35 0.20 -acquérions acquérir ver 8.30 29.66 0.00 0.07 ind:imp:1p; -acquérir acquérir ver 8.30 29.66 2.15 7.43 inf; -acquérons acquérir ver 8.30 29.66 0.01 0.07 ind:pre:1p; -acquêt acquêt nom m s 0.14 0.20 0.00 0.07 -acquêts acquêt nom m p 0.14 0.20 0.14 0.14 -acra acra nom m s 0.27 0.14 0.27 0.14 -acre acre nom f s 0.83 0.41 0.27 0.07 -acres acre nom f p 0.83 0.41 0.56 0.34 -acrimonie acrimonie nom f s 0.06 0.81 0.06 0.81 -acrimonieuse acrimonieux adj f s 0.04 0.14 0.01 0.07 -acrimonieusement acrimonieusement adv 0.00 0.07 0.00 0.07 -acrimonieuses acrimonieux adj f p 0.04 0.14 0.00 0.07 -acrimonieux acrimonieux adj m s 0.04 0.14 0.02 0.00 -acrobate acrobate nom s 2.34 4.12 1.46 2.57 -acrobates acrobate nom p 2.34 4.12 0.89 1.55 -acrobatie acrobatie nom f s 0.81 2.57 0.32 0.81 -acrobaties acrobatie nom f p 0.81 2.57 0.50 1.76 -acrobatique acrobatique adj s 0.47 1.01 0.31 0.61 -acrobatiquement acrobatiquement adv 0.01 0.07 0.01 0.07 -acrobatiques acrobatique adj p 0.47 1.01 0.17 0.41 -acrocéphale acrocéphale adj s 0.00 0.07 0.00 0.07 -acromion acromion nom m s 0.01 0.14 0.01 0.14 -acronyme acronyme nom m s 0.19 0.07 0.19 0.07 -acrophobie acrophobie nom f s 0.08 0.00 0.08 0.00 -acropole acropole nom f s 0.00 0.81 0.00 0.81 -acrostiche acrostiche nom m s 0.02 0.00 0.02 0.00 -acrotère acrotère nom m s 0.00 0.07 0.00 0.07 -acré acré ono 0.00 0.20 0.00 0.20 -acrylique acrylique nom m s 0.50 0.14 0.40 0.07 -acryliques acrylique nom m p 0.50 0.14 0.10 0.07 -acrylonitrile acrylonitrile nom m s 0.01 0.00 0.01 0.00 -acta acter ver 0.29 0.07 0.00 0.07 ind:pas:3s; -acte acte nom m s 56.81 57.30 39.19 35.88 -actes acte nom m p 56.81 57.30 17.62 21.42 -acteur acteur nom m s 72.27 38.31 30.51 15.47 -acteurs acteur nom m p 72.27 38.31 17.92 12.30 -actif actif adj m s 10.15 13.65 4.12 3.58 -actifs actif adj m p 10.15 13.65 1.33 1.35 -actine actine nom f s 0.01 0.00 0.01 0.00 -actinies actinie nom f p 0.00 0.41 0.00 0.41 -action_painting action_painting nom f s 0.00 0.07 0.00 0.07 -action action nom f s 69.27 87.43 49.97 72.91 -actionna actionner ver 2.01 5.61 0.00 0.47 ind:pas:3s; -actionnai actionner ver 2.01 5.61 0.00 0.20 ind:pas:1s; -actionnaient actionner ver 2.01 5.61 0.14 0.41 ind:imp:3p; -actionnaire actionnaire nom s 3.72 0.74 1.21 0.27 -actionnaires actionnaire nom p 3.72 0.74 2.51 0.47 -actionnais actionner ver 2.01 5.61 0.01 0.07 ind:imp:1s; -actionnait actionner ver 2.01 5.61 0.00 0.81 ind:imp:3s; -actionnant actionner ver 2.01 5.61 0.02 0.61 par:pre; -actionnariat actionnariat nom m s 0.01 0.00 0.01 0.00 -actionne actionner ver 2.01 5.61 0.65 0.74 imp:pre:2s;ind:pre:1s;ind:pre:3s; -actionnement actionnement nom m s 0.01 0.07 0.01 0.07 -actionnent actionner ver 2.01 5.61 0.04 0.00 ind:pre:3p; -actionner actionner ver 2.01 5.61 0.43 1.22 inf; -actionneront actionner ver 2.01 5.61 0.00 0.07 ind:fut:3p; -actionneur actionneur nom m s 0.01 0.00 0.01 0.00 -actionnez actionner ver 2.01 5.61 0.34 0.00 imp:pre:2p;ind:pre:2p; -actionnât actionner ver 2.01 5.61 0.00 0.07 sub:imp:3s; -actionné actionner ver m s 2.01 5.61 0.20 0.81 par:pas; -actionnée actionner ver f s 2.01 5.61 0.05 0.07 par:pas; -actionnées actionner ver f p 2.01 5.61 0.00 0.07 par:pas; -actionnés actionner ver m p 2.01 5.61 0.14 0.00 par:pas; -actions action nom f p 69.27 87.43 19.30 14.53 -activa activer ver 12.58 6.62 0.00 0.27 ind:pas:3s; -activai activer ver 12.58 6.62 0.00 0.07 ind:pas:1s; -activaient activer ver 12.58 6.62 0.10 0.74 ind:imp:3p; -activait activer ver 12.58 6.62 0.05 1.08 ind:imp:3s; -activant activer ver 12.58 6.62 0.10 0.47 par:pre; -activateur activateur nom m s 0.10 0.00 0.10 0.00 -activation activation nom f s 2.27 0.07 2.21 0.07 -activations activation nom f p 2.27 0.07 0.07 0.00 -active actif adj f s 10.15 13.65 4.21 7.16 -activement activement adv 1.18 3.51 1.18 3.51 -activent activer ver 12.58 6.62 0.15 0.61 ind:pre:3p; -activer activer ver 12.58 6.62 2.98 1.35 inf; -activera activer ver 12.58 6.62 0.13 0.00 ind:fut:3s; -activerai activer ver 12.58 6.62 0.06 0.00 ind:fut:1s; -activerait activer ver 12.58 6.62 0.02 0.00 cnd:pre:3s; -activeras activer ver 12.58 6.62 0.01 0.00 ind:fut:2s; -actives actif adj f p 10.15 13.65 0.50 1.55 -activez activer ver 12.58 6.62 2.34 0.00 imp:pre:2p;ind:pre:2p; -activisme activisme nom m s 0.15 0.20 0.15 0.20 -activiste activiste nom s 0.88 0.54 0.23 0.07 -activistes activiste nom p 0.88 0.54 0.65 0.47 -activité activité nom f s 23.47 38.92 13.05 25.81 -activités activité nom f p 23.47 38.92 10.42 13.11 -activons activer ver 12.58 6.62 0.33 0.34 imp:pre:1p;ind:pre:1p; -activèrent activer ver 12.58 6.62 0.00 0.14 ind:pas:3p; -activé activer ver m s 12.58 6.62 2.13 0.14 par:pas; -activée activé adj f s 2.57 0.07 0.81 0.00 -activées activé adj f p 2.57 0.07 0.34 0.00 -activés activé adj m p 2.57 0.07 0.48 0.00 -actrice acteur nom f s 72.27 38.31 23.83 7.57 -actrices actrice nom f p 2.50 0.00 2.50 0.00 -actuaire actuaire nom s 0.03 0.00 0.03 0.00 -actualisation actualisation nom f s 0.03 0.07 0.03 0.07 -actualise actualiser ver 0.17 0.34 0.01 0.07 ind:pre:3s; -actualiser actualiser ver 0.17 0.34 0.06 0.07 inf; -actualisez actualiser ver 0.17 0.34 0.04 0.00 imp:pre:2p; -actualisé actualiser ver m s 0.17 0.34 0.02 0.07 par:pas; -actualisée actualiser ver f s 0.17 0.34 0.02 0.07 par:pas; -actualisées actualiser ver f p 0.17 0.34 0.01 0.07 par:pas; -actualité actualité nom f s 3.25 8.72 1.79 5.68 -actualités actualité nom f p 3.25 8.72 1.45 3.04 -actuariel actuariel adj m s 0.02 0.00 0.02 0.00 -actuation actuation nom f s 0.01 0.00 0.01 0.00 -actuel actuel adj m s 14.86 20.68 4.69 6.49 -actuelle actuel adj f s 14.86 20.68 7.80 8.58 -actuellement actuellement adv 11.39 16.69 11.39 16.69 -actuelles actuel adj f p 14.86 20.68 1.14 2.64 -actuels actuel adj m p 14.86 20.68 1.23 2.97 -acuité acuité nom f s 0.56 3.18 0.56 3.18 -acumen acumen nom m s 0.00 0.07 0.00 0.07 -acéphale acéphale nom m s 0.00 0.20 0.00 0.14 -acéphales acéphale nom m p 0.00 0.20 0.00 0.07 -acuponcteur acuponcteur nom m s 0.23 0.00 0.23 0.00 -acuponcture acuponcture nom f s 0.17 0.00 0.17 0.00 -acupuncteur acupuncteur nom m s 0.11 0.07 0.11 0.07 -acupuncture acupuncture nom f s 0.79 0.41 0.79 0.41 -acéré acéré adj m s 0.81 2.43 0.14 0.74 -acérée acéré adj f s 0.81 2.43 0.11 0.54 -acérées acéré adj f p 0.81 2.43 0.51 0.68 -acérés acéré adj m p 0.81 2.43 0.06 0.47 -acétate acétate nom m s 0.20 0.14 0.20 0.14 -acétique acétique adj m s 0.05 0.07 0.05 0.07 -acétone acétone nom f s 0.21 0.27 0.21 0.27 -acétylcholine acétylcholine nom f s 0.25 0.00 0.25 0.00 -acétylsalicylique acétylsalicylique adj m s 0.03 0.00 0.03 0.00 -acétylène acétylène nom m s 0.18 1.96 0.18 1.96 -ad_hoc ad_hoc adj 0.11 0.81 0.11 0.81 -ad_infinitum ad_infinitum adv 0.05 0.00 0.05 0.00 -ad_libitum ad_libitum adv 0.00 0.14 0.00 0.14 -ad_limina ad_limina adv 0.00 0.07 0.00 0.07 -ad_majorem_dei_gloriam ad_majorem_dei_gloriam adv 0.00 0.14 0.00 0.14 -ad_nutum ad_nutum adv 0.00 0.07 0.00 0.07 -ad_patres ad_patres adv 0.02 0.27 0.02 0.27 -ad_vitam_aeternam ad_vitam_aeternam adv 0.00 0.20 0.00 0.20 -ada ada nom m s 0.05 0.00 0.05 0.00 -adage adage nom m s 0.62 0.74 0.61 0.54 -adages adage nom m p 0.62 0.74 0.01 0.20 -adagio adagio nom m s 0.13 0.34 0.13 0.34 -adamantin adamantin adj m s 0.01 0.20 0.00 0.14 -adamantine adamantin adj f s 0.01 0.20 0.01 0.07 -adamique adamique adj m s 0.00 0.14 0.00 0.14 -adapta adapter ver 13.44 12.57 0.01 0.14 ind:pas:3s; -adaptabilité adaptabilité nom f s 0.16 0.00 0.16 0.00 -adaptable adaptable adj s 0.10 0.20 0.07 0.07 -adaptables adaptable adj m p 0.10 0.20 0.02 0.14 -adaptai adapter ver 13.44 12.57 0.00 0.07 ind:pas:1s; -adaptaient adapter ver 13.44 12.57 0.01 0.14 ind:imp:3p; -adaptais adapter ver 13.44 12.57 0.00 0.20 ind:imp:1s; -adaptait adapter ver 13.44 12.57 0.04 0.68 ind:imp:3s; -adaptant adapter ver 13.44 12.57 0.05 0.47 par:pre; -adaptateur adaptateur nom m s 0.15 0.41 0.12 0.41 -adaptateurs adaptateur nom m p 0.15 0.41 0.04 0.00 -adaptatif adaptatif adj m s 0.04 0.07 0.04 0.00 -adaptatifs adaptatif adj m p 0.04 0.07 0.00 0.07 -adaptation adaptation nom f s 2.48 4.66 2.46 4.46 -adaptations adaptation nom f p 2.48 4.66 0.03 0.20 -adapte adapter ver 13.44 12.57 1.75 1.22 imp:pre:2s;ind:pre:1s;ind:pre:3s; -adaptent adapter ver 13.44 12.57 0.39 0.07 ind:pre:3p; -adapter adapter ver 13.44 12.57 5.63 3.72 inf; -adaptera adapter ver 13.44 12.57 0.18 0.07 ind:fut:3s; -adapterai adapter ver 13.44 12.57 0.05 0.07 ind:fut:1s; -adapterais adapter ver 13.44 12.57 0.00 0.07 cnd:pre:1s; -adapterait adapter ver 13.44 12.57 0.01 0.07 cnd:pre:3s; -adapteras adapter ver 13.44 12.57 0.04 0.00 ind:fut:2s; -adapterez adapter ver 13.44 12.57 0.05 0.00 ind:fut:2p; -adapterons adapter ver 13.44 12.57 0.05 0.07 ind:fut:1p; -adapteront adapter ver 13.44 12.57 0.01 0.07 ind:fut:3p; -adaptes adapter ver 13.44 12.57 0.16 0.07 ind:pre:2s; -adaptez adapter ver 13.44 12.57 0.07 0.07 imp:pre:2p;ind:pre:2p; -adaptât adapter ver 13.44 12.57 0.00 0.07 sub:imp:3s; -adaptèrent adapter ver 13.44 12.57 0.01 0.07 ind:pas:3p; -adapté adapter ver m s 13.44 12.57 3.16 2.36 imp:pre:2s;par:pas; -adaptée adapter ver f s 13.44 12.57 0.78 1.42 par:pas; -adaptées adapter ver f p 13.44 12.57 0.66 0.61 par:pas; -adaptés adapter ver m p 13.44 12.57 0.34 0.81 par:pas; -addenda addenda nom m 0.07 0.00 0.07 0.00 -addendum addendum nom m s 0.01 0.07 0.01 0.07 -addiction addiction nom f s 0.41 0.07 0.41 0.07 -additif additif nom m s 0.21 0.14 0.15 0.14 -additifs additif nom m p 0.21 0.14 0.06 0.00 -addition addition nom f s 8.61 9.53 8.24 7.36 -additionnaient additionner ver 1.25 2.64 0.00 0.07 ind:imp:3p; -additionnais additionner ver 1.25 2.64 0.00 0.07 ind:imp:1s; -additionnait additionner ver 1.25 2.64 0.00 0.07 ind:imp:3s; -additionnant additionner ver 1.25 2.64 0.19 0.34 par:pre; -additionne additionner ver 1.25 2.64 0.22 0.61 imp:pre:2s;ind:pre:1s;ind:pre:3s; -additionnel additionnel adj m s 0.25 0.34 0.04 0.20 -additionnelle additionnel adj f s 0.25 0.34 0.11 0.00 -additionnelles additionnel adj f p 0.25 0.34 0.05 0.14 -additionnels additionnel adj m p 0.25 0.34 0.05 0.00 -additionnent additionner ver 1.25 2.64 0.13 0.20 ind:pre:3p; -additionner additionner ver 1.25 2.64 0.33 0.41 inf; -additionneraient additionner ver 1.25 2.64 0.14 0.07 cnd:pre:3p; -additionnerait additionner ver 1.25 2.64 0.00 0.07 cnd:pre:3s; -additionnez additionner ver 1.25 2.64 0.02 0.00 imp:pre:2p;ind:pre:2p; -additionné additionner ver m s 1.25 2.64 0.06 0.07 par:pas; -additionnée additionner ver f s 1.25 2.64 0.01 0.20 par:pas; -additionnées additionner ver f p 1.25 2.64 0.14 0.27 par:pas; -additionnés additionner ver m p 1.25 2.64 0.01 0.20 par:pas; -additions addition nom f p 8.61 9.53 0.37 2.16 -adducteur adducteur nom m s 0.02 0.00 0.01 0.00 -adducteurs adducteur nom m p 0.02 0.00 0.01 0.00 -adduction adduction nom f s 0.04 0.14 0.04 0.14 -adent adent nom m s 0.01 0.00 0.01 0.00 -adepte adepte nom s 2.73 2.84 0.88 0.88 -adeptes adepte nom p 2.73 2.84 1.85 1.96 -adhère adhérer ver 2.67 5.07 0.73 0.88 imp:pre:2s;ind:pre:1s;ind:pre:3s; -adhèrent adhérer ver 2.67 5.07 0.21 0.34 ind:pre:3p; -adhéra adhérer ver 2.67 5.07 0.02 0.00 ind:pas:3s; -adhéraient adhérer ver 2.67 5.07 0.01 0.27 ind:imp:3p; -adhérais adhérer ver 2.67 5.07 0.03 0.07 ind:imp:1s; -adhérait adhérer ver 2.67 5.07 0.01 0.95 ind:imp:3s; -adhérant adhérer ver 2.67 5.07 0.03 0.41 par:pre; -adhérence adhérence nom f s 0.11 0.54 0.06 0.14 -adhérences adhérence nom f p 0.11 0.54 0.04 0.41 -adhérent adhérent nom m s 0.57 1.01 0.16 0.14 -adhérente adhérent adj f s 0.16 0.27 0.01 0.00 -adhérentes adhérent adj f p 0.16 0.27 0.00 0.14 -adhérents adhérent nom m p 0.57 1.01 0.42 0.88 -adhérer adhérer ver 2.67 5.07 0.82 1.82 inf; -adhérez adhérer ver 2.67 5.07 0.48 0.00 imp:pre:2p;ind:pre:2p; -adhéré adhérer ver m s 2.67 5.07 0.32 0.34 par:pas; -adhésif adhésif adj m s 1.05 0.81 0.73 0.47 -adhésifs adhésif adj m p 1.05 0.81 0.07 0.20 -adhésion adhésion nom f s 0.50 6.55 0.45 6.15 -adhésions adhésion nom f p 0.50 6.55 0.04 0.41 -adhésive adhésif adj f s 1.05 0.81 0.17 0.14 -adhésives adhésif adj f p 1.05 0.81 0.07 0.00 -adieu adieu ono 39.70 7.36 39.70 7.36 -adieux adieu nom m p 44.44 38.04 7.57 10.54 -adipeuse adipeux adj f s 0.22 1.28 0.01 0.27 -adipeuses adipeux adj f p 0.22 1.28 0.10 0.07 -adipeux adipeux adj m 0.22 1.28 0.11 0.95 -adipique adipique adj m s 0.03 0.00 0.03 0.00 -adiposité adiposité nom f s 0.00 0.07 0.00 0.07 -adira adire ver 0.16 0.00 0.16 0.00 ind:fut:3s; -adja adja nom m s 0.00 1.01 0.00 0.34 -adjacent adjacent adj m s 0.59 0.95 0.16 0.14 -adjacente adjacent adj f s 0.59 0.95 0.06 0.34 -adjacentes adjacent adj f p 0.59 0.95 0.15 0.47 -adjacents adjacent adj m p 0.59 0.95 0.22 0.00 -adjas adja nom m p 0.00 1.01 0.00 0.68 -adjectif adjectif nom m s 0.45 3.51 0.28 1.96 -adjectifs adjectif nom m p 0.45 3.51 0.17 1.55 -adjective adjectif adj f s 0.01 0.14 0.00 0.07 -adjoignît adjoindre ver 1.71 2.97 0.00 0.07 sub:imp:3s; -adjoignait adjoindre ver 1.71 2.97 0.00 0.07 ind:imp:3s; -adjoignant adjoindre ver 1.71 2.97 0.00 0.07 par:pre; -adjoigne adjoindre ver 1.71 2.97 0.00 0.07 sub:pre:1s; -adjoignit adjoindre ver 1.71 2.97 0.00 0.14 ind:pas:3s; -adjoindra adjoindre ver 1.71 2.97 0.02 0.00 ind:fut:3s; -adjoindre adjoindre ver 1.71 2.97 0.05 0.68 inf; -adjoindront adjoindre ver 1.71 2.97 0.00 0.07 ind:fut:3p; -adjoins adjoindre ver 1.71 2.97 0.14 0.07 ind:pre:1s; -adjoint adjoint nom m s 9.42 5.14 6.54 4.05 -adjointe adjoint adj f s 6.77 2.16 0.25 0.00 -adjointes adjoint nom f p 9.42 5.14 0.01 0.00 -adjoints adjoint nom m p 9.42 5.14 2.66 0.95 -adjonction adjonction nom f s 0.02 0.41 0.02 0.41 -adjudant_chef adjudant_chef nom m s 2.57 2.70 2.57 2.57 -adjudant_major adjudant_major nom m s 0.05 0.00 0.05 0.00 -adjudant adjudant nom m s 16.60 22.23 16.49 21.15 -adjudant_chef adjudant_chef nom m p 2.57 2.70 0.00 0.14 -adjudants adjudant nom m p 16.60 22.23 0.11 1.08 -adjudication adjudication nom f s 0.37 0.20 0.02 0.14 -adjudications adjudication nom f p 0.37 0.20 0.34 0.07 -adjuge adjuger ver 1.64 0.68 0.05 0.14 imp:pre:2s;ind:pre:1s;ind:pre:3s; -adjugeait adjuger ver 1.64 0.68 0.00 0.14 ind:imp:3s; -adjugeant adjuger ver 1.64 0.68 0.00 0.07 par:pre; -adjuger adjuger ver 1.64 0.68 0.03 0.00 inf; -adjugez adjuger ver 1.64 0.68 0.01 0.00 imp:pre:2p; -adjugé adjuger ver m s 1.64 0.68 1.50 0.34 par:pas; -adjugée adjuger ver f s 1.64 0.68 0.04 0.00 par:pas; -adjugés adjuger ver m p 1.64 0.68 0.02 0.00 par:pas; -adjupète adjupète nom m s 0.00 0.14 0.00 0.07 -adjupètes adjupète nom m p 0.00 0.14 0.00 0.07 -adjura adjurer ver 0.32 2.97 0.00 0.14 ind:pas:3s; -adjurai adjurer ver 0.32 2.97 0.00 0.20 ind:pas:1s; -adjuraient adjurer ver 0.32 2.97 0.00 0.07 ind:imp:3p; -adjurais adjurer ver 0.32 2.97 0.00 0.14 ind:imp:1s; -adjurait adjurer ver 0.32 2.97 0.01 0.61 ind:imp:3s; -adjurant adjurer ver 0.32 2.97 0.00 0.54 par:pre; -adjuration adjuration nom f s 0.00 0.34 0.00 0.20 -adjurations adjuration nom f p 0.00 0.34 0.00 0.14 -adjure adjurer ver 0.32 2.97 0.29 0.41 ind:pre:1s;ind:pre:3s; -adjurer adjurer ver 0.32 2.97 0.00 0.47 inf; -adjurerai adjurer ver 0.32 2.97 0.01 0.00 ind:fut:1s; -adjurerait adjurer ver 0.32 2.97 0.00 0.07 cnd:pre:3s; -adjuré adjurer ver m s 0.32 2.97 0.01 0.34 par:pas; -adjutrice adjutrice nom f s 0.00 0.07 0.00 0.07 -adjuvants adjuvant nom m p 0.01 0.07 0.01 0.07 -admît admettre ver 50.05 59.46 0.00 0.34 sub:imp:3s; -admet admettre ver 50.05 59.46 2.83 3.45 ind:pre:3s; -admets admettre ver 50.05 59.46 10.14 3.92 imp:pre:2s;ind:pre:1s;ind:pre:2s; -admettaient admettre ver 50.05 59.46 0.04 1.01 ind:imp:3p; -admettais admettre ver 50.05 59.46 0.20 0.88 ind:imp:1s;ind:imp:2s; -admettait admettre ver 50.05 59.46 0.07 3.78 ind:imp:3s; -admettant admettre ver 50.05 59.46 0.55 3.31 par:pre; -admette admettre ver 50.05 59.46 0.44 0.34 sub:pre:1s;sub:pre:3s; -admettent admettre ver 50.05 59.46 0.37 0.47 ind:pre:3p; -admettes admettre ver 50.05 59.46 0.30 0.00 sub:pre:2s; -admettez admettre ver 50.05 59.46 2.22 0.47 imp:pre:2p;ind:pre:2p; -admettiez admettre ver 50.05 59.46 0.21 0.07 ind:imp:2p; -admettions admettre ver 50.05 59.46 0.03 0.20 ind:imp:1p; -admettons admettre ver 50.05 59.46 4.30 2.70 imp:pre:1p;ind:pre:1p; -admettra admettre ver 50.05 59.46 0.45 0.20 ind:fut:3s; -admettrai admettre ver 50.05 59.46 0.28 0.34 ind:fut:1s; -admettraient admettre ver 50.05 59.46 0.00 0.14 cnd:pre:3p; -admettrais admettre ver 50.05 59.46 0.06 0.20 cnd:pre:1s;cnd:pre:2s; -admettrait admettre ver 50.05 59.46 0.25 0.54 cnd:pre:3s; -admettras admettre ver 50.05 59.46 0.09 0.20 ind:fut:2s; -admettre admettre ver 50.05 59.46 17.92 19.73 inf; -admettrez admettre ver 50.05 59.46 0.22 0.20 ind:fut:2p; -admettriez admettre ver 50.05 59.46 0.03 0.00 cnd:pre:2p; -admettrons admettre ver 50.05 59.46 0.02 0.14 ind:fut:1p; -admettront admettre ver 50.05 59.46 0.09 0.00 ind:fut:3p; -administra administrer ver 3.53 8.04 0.00 0.47 ind:pas:3s; -administrai administrer ver 3.53 8.04 0.00 0.07 ind:pas:1s; -administraient administrer ver 3.53 8.04 0.01 0.34 ind:imp:3p; -administrais administrer ver 3.53 8.04 0.01 0.14 ind:imp:1s; -administrait administrer ver 3.53 8.04 0.04 0.74 ind:imp:3s; -administrant administrer ver 3.53 8.04 0.06 0.27 par:pre; -administrateur administrateur nom m s 4.95 4.73 4.05 3.78 -administrateurs administrateur nom m p 4.95 4.73 0.80 0.95 -administratif administratif adj m s 3.27 11.08 1.34 2.97 -administratifs administratif adj m p 3.27 11.08 0.63 1.62 -administration administration nom f s 13.40 26.42 13.24 23.85 -administrations administration nom f p 13.40 26.42 0.16 2.57 -administrative administratif adj f s 3.27 11.08 0.70 4.26 -administrativement administrativement adv 0.05 0.14 0.05 0.14 -administratives administratif adj f p 3.27 11.08 0.60 2.23 -administratrice administrateur nom f s 4.95 4.73 0.10 0.00 -administre administrer ver 3.53 8.04 0.92 0.81 imp:pre:2s;ind:pre:1s;ind:pre:3s; -administrent administrer ver 3.53 8.04 0.04 0.34 ind:pre:3p; -administrer administrer ver 3.53 8.04 1.12 2.84 inf; -administrera administrer ver 3.53 8.04 0.05 0.07 ind:fut:3s; -administrerai administrer ver 3.53 8.04 0.16 0.00 ind:fut:1s; -administrerons administrer ver 3.53 8.04 0.03 0.00 ind:fut:1p; -administres administrer ver 3.53 8.04 0.01 0.07 ind:pre:2s; -administrez administrer ver 3.53 8.04 0.10 0.07 imp:pre:2p;ind:pre:2p; -administrât administrer ver 3.53 8.04 0.00 0.07 sub:imp:3s; -administré administrer ver m s 3.53 8.04 0.63 1.08 par:pas; -administrée administrer ver f s 3.53 8.04 0.19 0.41 par:pas; -administrées administrer ver f p 3.53 8.04 0.01 0.14 par:pas; -administrés administré nom m p 0.47 0.61 0.27 0.34 -admira admirer ver 32.39 68.18 0.01 3.04 ind:pas:3s; -admirable admirable adj s 6.51 31.55 6.02 23.92 -admirablement admirablement adv 0.71 4.73 0.71 4.73 -admirables admirable adj p 6.51 31.55 0.49 7.64 -admirai admirer ver 32.39 68.18 0.14 0.81 ind:pas:1s; -admiraient admirer ver 32.39 68.18 0.06 1.82 ind:imp:3p; -admirais admirer ver 32.39 68.18 3.11 6.35 ind:imp:1s;ind:imp:2s; -admirait admirer ver 32.39 68.18 0.99 11.49 ind:imp:3s; -admirant admirer ver 32.39 68.18 0.08 1.82 par:pre; -admirateur admirateur nom m s 5.28 5.14 2.63 1.28 -admirateurs admirateur nom m p 5.28 5.14 2.33 2.91 -admiratif admiratif adj m s 0.41 6.96 0.26 2.57 -admiratifs admiratif adj m p 0.41 6.96 0.00 1.49 -admiration admiration nom f s 4.54 32.70 4.54 32.30 -admirations admiration nom f p 4.54 32.70 0.00 0.41 -admirative admiratif adj f s 0.41 6.96 0.02 2.30 -admirativement admirativement adv 0.00 0.20 0.00 0.20 -admiratives admiratif adj f p 0.41 6.96 0.14 0.61 -admiratrice admirateur nom f s 5.28 5.14 0.32 0.27 -admiratrices admiratrice nom f p 0.36 0.00 0.36 0.00 -admire admirer ver 32.39 68.18 13.85 13.38 imp:pre:2s;ind:pre:1s;ind:pre:3s; -admirent admirer ver 32.39 68.18 0.86 0.95 ind:pre:3p; -admirer admirer ver 32.39 68.18 6.50 17.64 inf;; -admirera admirer ver 32.39 68.18 0.05 0.07 ind:fut:3s; -admirerai admirer ver 32.39 68.18 0.04 0.07 ind:fut:1s; -admirerais admirer ver 32.39 68.18 0.04 0.14 cnd:pre:1s;cnd:pre:2s; -admirerait admirer ver 32.39 68.18 0.03 0.27 cnd:pre:3s; -admirerez admirer ver 32.39 68.18 0.01 0.07 ind:fut:2p; -admireront admirer ver 32.39 68.18 0.04 0.14 ind:fut:3p; -admires admirer ver 32.39 68.18 0.82 0.41 ind:pre:2s; -admirez admirer ver 32.39 68.18 2.25 1.42 imp:pre:2p;ind:pre:2p; -admiriez admirer ver 32.39 68.18 0.22 0.00 ind:imp:2p; -admirions admirer ver 32.39 68.18 0.12 0.81 ind:imp:1p; -admirâmes admirer ver 32.39 68.18 0.00 0.07 ind:pas:1p; -admirons admirer ver 32.39 68.18 0.43 0.61 imp:pre:1p;ind:pre:1p; -admirèrent admirer ver 32.39 68.18 0.00 0.74 ind:pas:3p; -admiré admirer ver m s 32.39 68.18 2.00 4.12 par:pas; -admirée admirer ver f s 32.39 68.18 0.66 1.15 par:pas; -admirées admirer ver f p 32.39 68.18 0.04 0.27 par:pas; -admirés admirer ver m p 32.39 68.18 0.05 0.54 par:pas; -admis admettre ver m 50.05 59.46 6.74 11.35 ind:pas:1s;par:pas;par:pas; -admise admettre ver f s 50.05 59.46 1.75 2.03 par:pas; -admises admettre ver f p 50.05 59.46 0.20 0.54 par:pas; -admissibilité admissibilité nom f s 0.02 0.07 0.02 0.07 -admissible admissible adj m s 0.49 0.61 0.44 0.54 -admissibles admissible adj f p 0.49 0.61 0.05 0.07 -admission admission nom f s 3.42 1.82 2.34 1.82 -admissions admission nom f p 3.42 1.82 1.08 0.00 -admit admettre ver 50.05 59.46 0.24 2.84 ind:pas:3s; -admixtion admixtion nom f s 0.00 0.07 0.00 0.07 -admonesta admonester ver 0.03 0.61 0.00 0.07 ind:pas:3s; -admonestait admonester ver 0.03 0.61 0.00 0.07 ind:imp:3s; -admonestation admonestation nom f s 0.00 0.47 0.00 0.34 -admonestations admonestation nom f p 0.00 0.47 0.00 0.14 -admoneste admonester ver 0.03 0.61 0.02 0.20 ind:pre:3s; -admonester admonester ver 0.03 0.61 0.01 0.00 inf; -admonestât admonester ver 0.03 0.61 0.00 0.07 sub:imp:3s; -admonesté admonester ver m s 0.03 0.61 0.00 0.07 par:pas; -admonestés admonester ver m p 0.03 0.61 0.00 0.14 par:pas; -admonition admonition nom f s 0.12 0.20 0.01 0.14 -admonitions admonition nom f p 0.12 0.20 0.11 0.07 -ado ado nom s 3.40 0.20 3.40 0.20 -adobe adobe nom m s 0.08 0.00 0.08 0.00 -adolescence adolescence nom f s 2.88 13.78 2.88 13.72 -adolescences adolescence nom f p 2.88 13.78 0.00 0.07 -adolescent adolescent nom m s 6.84 25.20 2.38 9.66 -adolescente adolescent nom f s 6.84 25.20 1.59 7.57 -adolescentes adolescent nom f p 6.84 25.20 0.53 1.28 -adolescents adolescent nom m p 6.84 25.20 2.34 6.69 -adon adon nom m s 0.01 0.00 0.01 0.00 -adonc adonc adv 0.00 0.07 0.00 0.07 -adoncques adoncques adv 0.00 0.07 0.00 0.07 -adonies adonies nom f p 0.00 0.07 0.00 0.07 -adonis adonis nom m 0.28 0.00 0.28 0.00 -adonisant adoniser ver 0.00 0.07 0.00 0.07 par:pre; -adonna adonner ver 1.60 5.74 0.00 0.47 ind:pas:3s; -adonnai adonner ver 1.60 5.74 0.00 0.14 ind:pas:1s; -adonnaient adonner ver 1.60 5.74 0.16 0.61 ind:imp:3p; -adonnais adonner ver 1.60 5.74 0.01 0.14 ind:imp:1s; -adonnait adonner ver 1.60 5.74 0.09 0.81 ind:imp:3s; -adonnant adonner ver 1.60 5.74 0.02 0.07 par:pre; -adonne adonner ver 1.60 5.74 0.55 0.81 ind:pre:1s;ind:pre:3s; -adonnent adonner ver 1.60 5.74 0.20 0.34 ind:pre:3p; -adonner adonner ver 1.60 5.74 0.48 1.08 inf; -adonnerait adonner ver 1.60 5.74 0.00 0.07 cnd:pre:3s; -adonnez adonner ver 1.60 5.74 0.01 0.00 ind:pre:2p; -adonnions adonner ver 1.60 5.74 0.00 0.14 ind:imp:1p; -adonné adonner ver m s 1.60 5.74 0.04 0.61 par:pas; -adonnée adonner ver f s 1.60 5.74 0.02 0.00 par:pas; -adonnées adonner ver f p 1.60 5.74 0.00 0.07 par:pas; -adonnés adonner ver m p 1.60 5.74 0.01 0.41 par:pas; -adopta adopter ver 15.18 29.86 0.05 1.49 ind:pas:3s; -adoptable adoptable adj f s 0.00 0.07 0.00 0.07 -adoptai adopter ver 15.18 29.86 0.02 0.41 ind:pas:1s; -adoptaient adopter ver 15.18 29.86 0.01 0.14 ind:imp:3p; -adoptais adopter ver 15.18 29.86 0.00 0.14 ind:imp:1s; -adoptait adopter ver 15.18 29.86 0.13 1.89 ind:imp:3s; -adoptant adoptant adj m s 0.00 0.07 0.00 0.07 -adoptant adopter ver 15.18 29.86 0.06 0.81 par:pre; -adopte adopter ver 15.18 29.86 1.28 2.23 imp:pre:2s;ind:pre:1s;ind:pre:3s; -adoptent adopter ver 15.18 29.86 0.11 0.41 ind:pre:3p; -adopter adopter ver 15.18 29.86 7.25 9.19 inf; -adoptera adopter ver 15.18 29.86 0.14 0.00 ind:fut:3s; -adopterai adopter ver 15.18 29.86 0.05 0.07 ind:fut:1s; -adopteraient adopter ver 15.18 29.86 0.00 0.14 cnd:pre:3p; -adopterait adopter ver 15.18 29.86 0.02 0.34 cnd:pre:3s; -adopterez adopter ver 15.18 29.86 0.02 0.14 ind:fut:2p; -adopterons adopter ver 15.18 29.86 0.02 0.00 ind:fut:1p; -adopteront adopter ver 15.18 29.86 0.04 0.14 ind:fut:3p; -adoptez adopter ver 15.18 29.86 0.23 0.07 imp:pre:2p;ind:pre:2p; -adoptif adoptif adj m s 3.98 3.38 2.15 1.96 -adoptifs adoptif adj m p 3.98 3.38 1.12 0.20 -adoption adoption nom f s 4.06 2.91 3.97 2.84 -adoptions adoption nom f p 4.06 2.91 0.09 0.07 -adoptive adoptif adj f s 3.98 3.38 0.70 1.15 -adoptives adoptif adj f p 3.98 3.38 0.01 0.07 -adoptons adopter ver 15.18 29.86 0.28 0.14 imp:pre:1p;ind:pre:1p; -adoptât adopter ver 15.18 29.86 0.00 0.41 sub:imp:3s; -adoptèrent adopter ver 15.18 29.86 0.02 0.47 ind:pas:3p; -adopté adopter ver m s 15.18 29.86 3.77 7.36 par:pas; -adoptée adopter ver f s 15.18 29.86 1.25 2.64 par:pas; -adoptées adopter ver f p 15.18 29.86 0.17 0.61 par:pas; -adoptés adopter ver m p 15.18 29.86 0.23 0.47 par:pas; -adora adorer ver 193.67 44.59 0.06 0.07 ind:pas:3s; -adorable adorable adj s 25.95 7.97 23.00 6.28 -adorablement adorablement adv 0.20 0.27 0.20 0.27 -adorables adorable adj p 25.95 7.97 2.94 1.69 -adorai adorer ver 193.67 44.59 0.03 0.14 ind:pas:1s; -adoraient adorer ver 193.67 44.59 1.29 2.09 ind:imp:3p; -adorais adorer ver 193.67 44.59 6.44 2.30 ind:imp:1s;ind:imp:2s; -adorait adorer ver 193.67 44.59 7.02 9.46 ind:imp:3s; -adorant adorer ver 193.67 44.59 0.14 0.14 par:pre; -adorante adorant adj f s 0.01 0.20 0.00 0.07 -adorants adorant adj m p 0.01 0.20 0.00 0.07 -adorateur adorateur nom m s 1.22 1.82 0.30 0.34 -adorateurs adorateur nom m p 1.22 1.82 0.71 1.42 -adoration adoration nom f s 0.88 5.07 0.88 4.86 -adorations adoration nom f p 0.88 5.07 0.00 0.20 -adoratrice adorateur nom f s 1.22 1.82 0.21 0.00 -adoratrices adoratrice nom f p 0.11 0.00 0.11 0.00 -adore adorer ver 193.67 44.59 121.69 16.76 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -adorent adorer ver 193.67 44.59 10.76 2.91 ind:pre:3p;sub:pre:3p; -adorer adorer ver 193.67 44.59 11.79 3.31 inf; -adorera adorer ver 193.67 44.59 0.75 0.14 ind:fut:3s; -adorerai adorer ver 193.67 44.59 0.36 0.00 ind:fut:1s; -adoreraient adorer ver 193.67 44.59 0.52 0.00 cnd:pre:3p; -adorerais adorer ver 193.67 44.59 7.39 0.07 cnd:pre:1s;cnd:pre:2s; -adorerait adorer ver 193.67 44.59 1.32 0.07 cnd:pre:3s; -adoreras adorer ver 193.67 44.59 0.60 0.00 ind:fut:2s; -adorerez adorer ver 193.67 44.59 0.51 0.00 ind:fut:2p; -adoreriez adorer ver 193.67 44.59 0.08 0.00 cnd:pre:2p; -adorerions adorer ver 193.67 44.59 0.12 0.00 cnd:pre:1p; -adorerons adorer ver 193.67 44.59 0.01 0.00 ind:fut:1p; -adoreront adorer ver 193.67 44.59 0.24 0.07 ind:fut:3p; -adores adorer ver 193.67 44.59 4.37 0.27 ind:pre:2s; -adorez adorer ver 193.67 44.59 1.11 0.14 imp:pre:2p;ind:pre:2p; -adoriez adorer ver 193.67 44.59 0.26 0.07 ind:imp:2p; -adorions adorer ver 193.67 44.59 0.09 0.20 ind:imp:1p; -adornaient adorner ver 0.01 0.47 0.00 0.20 ind:imp:3p; -adornait adorner ver 0.01 0.47 0.00 0.14 ind:imp:3s; -adorne adorner ver 0.01 0.47 0.01 0.07 imp:pre:2s;ind:pre:3s; -adorné adorner ver m s 0.01 0.47 0.00 0.07 par:pas; -adorons adorer ver 193.67 44.59 1.22 0.54 imp:pre:1p;ind:pre:1p; -adorèrent adorer ver 193.67 44.59 0.02 0.00 ind:pas:3p; -adoré adorer ver m s 193.67 44.59 12.81 3.11 par:pas; -adorée adorer ver f s 193.67 44.59 2.27 1.82 par:pas; -adorées adorer ver f p 193.67 44.59 0.19 0.27 par:pas; -adorés adorer ver m p 193.67 44.59 0.24 0.68 par:pas; -ados ados nom m 3.27 0.27 3.27 0.27 -adossa adosser ver 0.80 16.89 0.00 2.23 ind:pas:3s; -adossai adosser ver 0.80 16.89 0.10 0.07 ind:pas:1s; -adossaient adosser ver 0.80 16.89 0.00 0.27 ind:imp:3p; -adossais adosser ver 0.80 16.89 0.01 0.14 ind:imp:1s; -adossait adosser ver 0.80 16.89 0.00 0.68 ind:imp:3s; -adossant adosser ver 0.80 16.89 0.01 0.14 par:pre; -adosse adosser ver 0.80 16.89 0.28 0.88 imp:pre:2s;ind:pre:1s;ind:pre:3s; -adossent adosser ver 0.80 16.89 0.00 0.07 ind:pre:3p; -adosser adosser ver 0.80 16.89 0.07 1.35 inf; -adossez adosser ver 0.80 16.89 0.04 0.00 imp:pre:2p;ind:pre:2p; -adossèrent adosser ver 0.80 16.89 0.00 0.14 ind:pas:3p; -adossé adosser ver m s 0.80 16.89 0.28 6.49 par:pas; -adossée adossé adj f s 0.13 0.34 0.10 0.14 -adossées adosser ver f p 0.80 16.89 0.01 0.34 par:pas; -adossés adosser ver m p 0.80 16.89 0.00 1.49 par:pas; -adouba adouber ver 0.04 0.34 0.00 0.07 ind:pas:3s; -adoubement adoubement nom m s 0.01 0.27 0.01 0.27 -adouber adouber ver 0.04 0.34 0.01 0.00 inf; -adoubé adouber ver m s 0.04 0.34 0.03 0.27 par:pas; -adoucît adoucir ver 3.27 11.01 0.00 0.07 sub:imp:3s; -adouci adoucir ver m s 3.27 11.01 0.44 1.01 par:pas; -adoucie adoucir ver f s 3.27 11.01 0.29 1.08 par:pas; -adoucies adoucir ver f p 3.27 11.01 0.02 0.27 par:pas; -adoucir adoucir ver 3.27 11.01 1.56 3.58 inf; -adoucira adoucir ver 3.27 11.01 0.09 0.14 ind:fut:3s; -adoucirait adoucir ver 3.27 11.01 0.02 0.14 cnd:pre:3s; -adoucirent adoucir ver 3.27 11.01 0.00 0.07 ind:pas:3p; -adoucis adoucir ver m p 3.27 11.01 0.20 0.20 imp:pre:2s;ind:pre:1s;ind:pre:2s;par:pas; -adoucissaient adoucir ver 3.27 11.01 0.00 0.27 ind:imp:3p; -adoucissait adoucir ver 3.27 11.01 0.02 1.35 ind:imp:3s; -adoucissant adoucissant nom m s 0.06 0.00 0.06 0.00 -adoucissantes adoucissant adj f p 0.00 0.14 0.00 0.07 -adoucisse adoucir ver 3.27 11.01 0.01 0.07 sub:pre:1s;sub:pre:3s; -adoucissement adoucissement nom m s 0.01 0.61 0.01 0.54 -adoucissements adoucissement nom m p 0.01 0.61 0.00 0.07 -adoucissent adoucir ver 3.27 11.01 0.02 0.34 ind:pre:3p; -adoucisseur adoucisseur nom m s 0.04 0.14 0.03 0.00 -adoucisseurs adoucisseur nom m p 0.04 0.14 0.01 0.14 -adoucissez adoucir ver 3.27 11.01 0.13 0.00 imp:pre:2p; -adoucit adoucir ver 3.27 11.01 0.46 2.09 ind:pre:3s;ind:pas:3s; -adp adp nom m s 0.04 0.00 0.04 0.00 -adragante adragant adj f s 0.00 0.07 0.00 0.07 -adressa adresser ver 30.71 98.04 0.19 11.15 ind:pas:3s; -adressage adressage nom m s 0.01 0.00 0.01 0.00 -adressai adresser ver 30.71 98.04 0.00 2.57 ind:pas:1s; -adressaient adresser ver 30.71 98.04 0.06 3.04 ind:imp:3p; -adressais adresser ver 30.71 98.04 0.24 1.49 ind:imp:1s;ind:imp:2s; -adressait adresser ver 30.71 98.04 0.76 14.12 ind:imp:3s; -adressant adresser ver 30.71 98.04 0.41 9.39 par:pre; -adressassent adresser ver 30.71 98.04 0.00 0.07 sub:imp:3p; -adresse adresse nom f s 73.92 49.80 67.28 43.92 -adressent adresser ver 30.71 98.04 0.71 1.55 ind:pre:3p; -adresser adresser ver 30.71 98.04 7.95 17.91 inf; -adressera adresser ver 30.71 98.04 0.66 0.34 ind:fut:3s; -adresserai adresser ver 30.71 98.04 0.34 0.34 ind:fut:1s; -adresseraient adresser ver 30.71 98.04 0.00 0.14 cnd:pre:3p; -adresserais adresser ver 30.71 98.04 0.04 0.20 cnd:pre:1s;cnd:pre:2s; -adresserait adresser ver 30.71 98.04 0.02 0.81 cnd:pre:3s; -adresseras adresser ver 30.71 98.04 0.03 0.00 ind:fut:2s; -adresserez adresser ver 30.71 98.04 0.11 0.07 ind:fut:2p; -adresserons adresser ver 30.71 98.04 0.11 0.07 ind:fut:1p; -adresseront adresser ver 30.71 98.04 0.17 0.07 ind:fut:3p; -adresses adresse nom f p 73.92 49.80 6.65 5.88 -adressez adresser ver 30.71 98.04 2.77 0.47 imp:pre:2p;ind:pre:2p; -adressiez adresser ver 30.71 98.04 0.34 0.00 ind:imp:2p; -adressions adresser ver 30.71 98.04 0.00 0.41 ind:imp:1p; -adressâmes adresser ver 30.71 98.04 0.00 0.14 ind:pas:1p; -adressons adresser ver 30.71 98.04 0.20 0.47 imp:pre:1p;ind:pre:1p; -adressât adresser ver 30.71 98.04 0.00 0.68 sub:imp:3s; -adressèrent adresser ver 30.71 98.04 0.02 0.34 ind:pas:3p; -adressé adresser ver m s 30.71 98.04 2.66 9.73 par:pas; -adressée adresser ver f s 30.71 98.04 1.76 5.20 par:pas; -adressées adresser ver f p 30.71 98.04 0.41 2.09 par:pas; -adressés adresser ver m p 30.71 98.04 0.51 0.88 par:pas; -adret adret nom m s 0.00 0.07 0.00 0.07 -adriatique adriatique adj s 0.14 0.14 0.14 0.07 -adriatiques adriatique adj p 0.14 0.14 0.00 0.07 -adroit adroit adj m s 1.87 4.86 1.13 3.51 -adroite adroit adj f s 1.87 4.86 0.41 0.74 -adroitement adroitement adv 0.85 1.96 0.85 1.96 -adroites adroit adj f p 1.87 4.86 0.25 0.07 -adroits adroit adj m p 1.87 4.86 0.09 0.54 -adrénaline adrénaline nom f s 3.57 0.68 3.56 0.68 -adrénalines adrénaline nom f p 3.57 0.68 0.01 0.00 -adulaient aduler ver 0.51 1.62 0.00 0.07 ind:imp:3p; -adulais aduler ver 0.51 1.62 0.02 0.00 ind:imp:1s; -adulait aduler ver 0.51 1.62 0.02 0.07 ind:imp:3s; -adulateur adulateur nom m s 0.10 0.07 0.10 0.07 -adulation adulation nom f s 0.16 0.81 0.16 0.61 -adulations adulation nom f p 0.16 0.81 0.00 0.20 -adulent aduler ver 0.51 1.62 0.27 0.00 ind:pre:3p; -aduler aduler ver 0.51 1.62 0.04 0.07 inf; -adultat adultat nom m s 0.00 0.14 0.00 0.14 -adulte adulte nom s 23.34 27.64 9.78 10.41 -adultes adulte nom p 23.34 27.64 13.56 17.23 -adultère adultère nom m s 3.69 3.65 3.54 3.18 -adultères adultère nom m p 3.69 3.65 0.15 0.47 -adultéraient adultérer ver 0.01 0.14 0.00 0.07 ind:imp:3p; -adultération adultération nom f s 0.00 0.07 0.00 0.07 -adultérin adultérin adj m s 0.02 0.34 0.01 0.00 -adultérine adultérin adj f s 0.02 0.34 0.01 0.14 -adultérins adultérin adj m p 0.02 0.34 0.00 0.20 -adultéré adultérer ver m s 0.01 0.14 0.01 0.00 par:pas; -adultérées adultérer ver f p 0.01 0.14 0.00 0.07 par:pas; -adulé aduler ver m s 0.51 1.62 0.09 0.61 par:pas; -adulée aduler ver f s 0.51 1.62 0.03 0.47 par:pas; -adulés aduler ver m p 0.51 1.62 0.04 0.34 par:pas; -adénine adénine nom f s 0.01 0.00 0.01 0.00 -adénocarcinome adénocarcinome nom m s 0.04 0.00 0.04 0.00 -adénome adénome nom m s 0.05 0.07 0.05 0.07 -adénopathie adénopathie nom f s 0.01 0.00 0.01 0.00 -adénosine adénosine nom f s 0.07 0.00 0.07 0.00 -adénovirus adénovirus nom m 0.01 0.00 0.01 0.00 -adéquat adéquat adj m s 3.28 4.80 1.35 1.82 -adéquate adéquat adj f s 3.28 4.80 1.23 1.69 -adéquatement adéquatement adv 0.03 0.00 0.03 0.00 -adéquates adéquat adj f p 3.28 4.80 0.50 0.47 -adéquation adéquation nom f s 0.14 0.34 0.14 0.34 -adéquats adéquat adj m p 3.28 4.80 0.21 0.81 -advînt advenir ver 7.94 9.39 0.00 0.34 sub:imp:3s; -advenait advenir ver 7.94 9.39 0.11 0.74 ind:imp:3s; -advenir advenir ver 7.94 9.39 1.03 1.15 inf; -adventices adventice adj m p 0.00 0.20 0.00 0.20 -adventiste adventiste nom s 0.27 0.00 0.27 0.00 -advenu advenir ver m s 7.94 9.39 0.99 1.62 par:pas; -advenue advenir ver f s 7.94 9.39 0.00 0.20 par:pas; -advenues advenir ver f p 7.94 9.39 0.00 0.07 par:pas; -adverbe adverbe nom m s 0.11 0.61 0.09 0.27 -adverbes adverbe nom m p 0.11 0.61 0.02 0.34 -adversaire adversaire nom s 10.96 25.14 7.61 15.95 -adversaires adversaire nom p 10.96 25.14 3.36 9.19 -adverse adverse adj s 1.93 4.32 1.83 2.50 -adverses adverse adj p 1.93 4.32 0.10 1.82 -adversité adversité nom f s 1.30 2.16 1.27 2.09 -adversités adversité nom f p 1.30 2.16 0.02 0.07 -adviendra advenir ver 7.94 9.39 2.53 0.68 ind:fut:3s; -adviendrait advenir ver 7.94 9.39 0.25 0.68 cnd:pre:3s; -advienne advenir ver 7.94 9.39 1.24 1.01 sub:pre:1s;sub:pre:3s; -adviennent advenir ver 7.94 9.39 0.00 0.07 ind:pre:3p; -advient advenir ver 7.94 9.39 0.58 1.49 ind:pre:3s; -advint advenir ver 7.94 9.39 1.20 1.35 ind:pas:3s; -aegipans aegipan nom m p 0.00 0.07 0.00 0.07 -affût affût nom m s 1.42 11.35 1.36 10.81 -affûta affûter ver 0.77 3.65 0.00 0.14 ind:pas:3s; -affûtage affûtage nom m s 0.04 0.14 0.04 0.14 -affûtait affûter ver 0.77 3.65 0.00 0.14 ind:imp:3s; -affûtant affûter ver 0.77 3.65 0.00 0.20 par:pre; -affûte affûter ver 0.77 3.65 0.11 0.41 imp:pre:2s;ind:pre:1s;ind:pre:3s; -affûter affûter ver 0.77 3.65 0.20 0.74 inf; -affûterai affûter ver 0.77 3.65 0.01 0.00 ind:fut:1s; -affûteur affûteur nom m s 0.01 0.07 0.01 0.07 -affûtez affûter ver 0.77 3.65 0.01 0.00 imp:pre:2p; -affûtât affûter ver 0.77 3.65 0.00 0.07 sub:imp:3s; -affûts affût nom m p 1.42 11.35 0.06 0.54 -affûté affûter ver m s 0.77 3.65 0.23 0.81 par:pas; -affûtée affûter ver f s 0.77 3.65 0.12 0.68 par:pas; -affûtées affûter ver f p 0.77 3.65 0.02 0.07 par:pas; -affûtés affûter ver m p 0.77 3.65 0.06 0.41 par:pas; -affabilité affabilité nom f s 0.13 1.28 0.13 1.22 -affabilités affabilité nom f p 0.13 1.28 0.00 0.07 -affable affable adj s 0.39 3.78 0.37 3.11 -affablement affablement adv 0.00 0.20 0.00 0.20 -affables affable adj p 0.39 3.78 0.02 0.68 -affabulation affabulation nom f s 0.22 1.22 0.20 1.01 -affabulations affabulation nom f p 0.22 1.22 0.02 0.20 -affabulatrice affabulateur nom f s 0.14 0.00 0.14 0.00 -affabule affabuler ver 0.28 0.27 0.15 0.14 ind:pre:1s;ind:pre:3s; -affabuler affabuler ver 0.28 0.27 0.00 0.07 inf; -affabules affabuler ver 0.28 0.27 0.14 0.00 ind:pre:2s; -affabulé affabuler ver m s 0.28 0.27 0.00 0.07 par:pas; -affacturage affacturage nom m s 0.01 0.00 0.01 0.00 -affadi affadir ver m s 0.01 1.35 0.00 0.20 par:pas; -affadie affadir ver f s 0.01 1.35 0.00 0.27 par:pas; -affadies affadir ver f p 0.01 1.35 0.00 0.07 par:pas; -affadir affadir ver 0.01 1.35 0.00 0.14 inf; -affadis affadir ver m p 0.01 1.35 0.00 0.07 par:pas; -affadissaient affadir ver 0.01 1.35 0.00 0.07 ind:imp:3p; -affadissait affadir ver 0.01 1.35 0.00 0.34 ind:imp:3s; -affadissant affadir ver 0.01 1.35 0.00 0.07 par:pre; -affadisse affadir ver 0.01 1.35 0.01 0.07 sub:pre:1s;sub:pre:3s; -affadissement affadissement nom m s 0.00 0.20 0.00 0.20 -affadit affadir ver 0.01 1.35 0.00 0.07 ind:pas:3s; -affaibli affaiblir ver m s 6.66 7.84 1.62 1.49 par:pas; -affaiblie affaiblir ver f s 6.66 7.84 0.38 0.61 par:pas; -affaiblies affaiblir ver f p 6.66 7.84 0.02 0.27 par:pas; -affaiblir affaiblir ver 6.66 7.84 1.13 1.35 inf; -affaiblira affaiblir ver 6.66 7.84 0.30 0.07 ind:fut:3s; -affaiblis affaiblir ver m p 6.66 7.84 0.84 0.61 imp:pre:2s;ind:pre:1s;ind:pre:2s;par:pas; -affaiblissaient affaiblir ver 6.66 7.84 0.00 0.14 ind:imp:3p; -affaiblissais affaiblir ver 6.66 7.84 0.00 0.07 ind:imp:1s; -affaiblissait affaiblir ver 6.66 7.84 0.23 1.01 ind:imp:3s; -affaiblissant affaiblir ver 6.66 7.84 0.17 0.61 par:pre; -affaiblisse affaiblir ver 6.66 7.84 0.05 0.00 sub:pre:1s;sub:pre:3s; -affaiblissement affaiblissement nom m s 0.23 1.49 0.23 1.49 -affaiblissent affaiblir ver 6.66 7.84 0.30 0.41 ind:pre:3p; -affaiblissez affaiblir ver 6.66 7.84 0.04 0.00 ind:pre:2p; -affaiblissons affaiblir ver 6.66 7.84 0.02 0.00 ind:pre:1p; -affaiblit affaiblir ver 6.66 7.84 1.56 1.22 ind:pre:3s;ind:pas:3s; -affaira affairer ver 2.75 13.38 0.00 0.68 ind:pas:3s; -affairai affairer ver 2.75 13.38 0.00 0.07 ind:pas:1s; -affairaient affairer ver 2.75 13.38 0.01 2.43 ind:imp:3p; -affairais affairer ver 2.75 13.38 0.00 0.07 ind:imp:1s; -affairait affairer ver 2.75 13.38 0.01 2.70 ind:imp:3s; -affairant affairer ver 2.75 13.38 0.00 0.47 par:pre; -affaire affaire nom f s 393.83 253.38 207.50 150.54 -affairement affairement nom m s 0.00 0.54 0.00 0.34 -affairements affairement nom m p 0.00 0.54 0.00 0.20 -affairent affairer ver 2.75 13.38 0.44 1.42 ind:pre:3p; -affairer affairer ver 2.75 13.38 0.28 1.42 inf; -affaireraient affairer ver 2.75 13.38 0.00 0.07 cnd:pre:3p; -affaires affaire nom f p 393.83 253.38 186.32 102.84 -affairions affairer ver 2.75 13.38 0.00 0.07 ind:imp:1p; -affairisme affairisme nom m s 0.00 0.07 0.00 0.07 -affairiste affairiste adj m s 0.01 0.14 0.01 0.14 -affairistes affairiste nom p 0.14 0.14 0.14 0.07 -affairons affairer ver 2.75 13.38 0.00 0.07 ind:pre:1p; -affairèrent affairer ver 2.75 13.38 0.00 0.20 ind:pas:3p; -affairé affairer ver m s 2.75 13.38 0.16 0.41 par:pas; -affairée affairé adj f s 0.21 2.64 0.04 0.61 -affairées affairé adj f p 0.21 2.64 0.01 0.27 -affairés affairé adj m p 0.21 2.64 0.12 0.74 -affaissa affaisser ver 1.03 11.22 0.00 1.08 ind:pas:3s; -affaissaient affaisser ver 1.03 11.22 0.01 0.41 ind:imp:3p; -affaissait affaisser ver 1.03 11.22 0.03 0.74 ind:imp:3s; -affaissant affaisser ver 1.03 11.22 0.01 0.61 par:pre; -affaisse affaisser ver 1.03 11.22 0.31 1.49 imp:pre:2s;ind:pre:3s; -affaissement affaissement nom m s 0.08 1.55 0.07 1.35 -affaissements affaissement nom m p 0.08 1.55 0.01 0.20 -affaissent affaisser ver 1.03 11.22 0.34 1.08 ind:pre:3p; -affaisser affaisser ver 1.03 11.22 0.03 0.88 inf; -affaisseraient affaisser ver 1.03 11.22 0.00 0.14 cnd:pre:3p; -affaisserait affaisser ver 1.03 11.22 0.00 0.07 cnd:pre:3s; -affaissions affaisser ver 1.03 11.22 0.00 0.07 ind:imp:1p; -affaissèrent affaisser ver 1.03 11.22 0.00 0.14 ind:pas:3p; -affaissé affaisser ver m s 1.03 11.22 0.14 2.50 par:pas; -affaissée affaisser ver f s 1.03 11.22 0.05 1.15 par:pas; -affaissées affaisser ver f p 1.03 11.22 0.00 0.41 par:pas; -affaissés affaisser ver m p 1.03 11.22 0.11 0.47 par:pas; -affala affaler ver 1.01 14.05 0.00 2.09 ind:pas:3s; -affalai affaler ver 1.01 14.05 0.00 0.07 ind:pas:1s; -affalaient affaler ver 1.01 14.05 0.00 0.20 ind:imp:3p; -affalais affaler ver 1.01 14.05 0.00 0.14 ind:imp:1s; -affalait affaler ver 1.01 14.05 0.01 0.54 ind:imp:3s; -affalant affaler ver 1.01 14.05 0.01 0.74 par:pre; -affale affaler ver 1.01 14.05 0.10 1.35 imp:pre:2s;ind:pre:1s;ind:pre:3s; -affalement affalement nom m s 0.01 0.14 0.01 0.14 -affalent affaler ver 1.01 14.05 0.01 0.27 ind:pre:3p; -affaler affaler ver 1.01 14.05 0.27 1.89 inf; -affalez affaler ver 1.01 14.05 0.05 0.00 imp:pre:2p; -affalons affaler ver 1.01 14.05 0.00 0.07 ind:pre:1p; -affalèrent affaler ver 1.01 14.05 0.00 0.14 ind:pas:3p; -affalé affaler ver m s 1.01 14.05 0.38 3.92 par:pas; -affalée affaler ver f s 1.01 14.05 0.04 1.01 par:pas; -affalées affaler ver f p 1.01 14.05 0.02 0.54 par:pas; -affalés affaler ver m p 1.01 14.05 0.13 1.08 par:pas; -affamaient affamer ver 6.01 3.72 0.01 0.07 ind:imp:3p; -affamait affamer ver 6.01 3.72 0.03 0.34 ind:imp:3s; -affamant affamer ver 6.01 3.72 0.17 0.07 par:pre; -affamantes affamant adj f p 0.00 0.07 0.00 0.07 -affame affamer ver 6.01 3.72 0.25 0.00 imp:pre:2s;ind:pre:1s;ind:pre:3s; -affament affamer ver 6.01 3.72 0.18 0.00 ind:pre:3p; -affamer affamer ver 6.01 3.72 0.33 0.14 inf; -affamera affamer ver 6.01 3.72 0.01 0.00 ind:fut:3s; -affamez affamer ver 6.01 3.72 0.05 0.00 imp:pre:2p;ind:pre:2p; -affamé affamer ver m s 6.01 3.72 2.99 1.15 par:pas; -affamée affamé adj f s 5.67 6.08 0.73 1.35 -affamées affamé adj f p 5.67 6.08 0.59 0.68 -affamés affamé adj m p 5.67 6.08 1.92 2.50 -affect affect nom m s 0.26 0.00 0.26 0.00 -affecta affecter ver 16.08 25.34 0.03 1.28 ind:pas:3s; -affectai affecter ver 16.08 25.34 0.00 0.14 ind:pas:1s; -affectaient affecter ver 16.08 25.34 0.07 1.62 ind:imp:3p; -affectais affecter ver 16.08 25.34 0.01 0.34 ind:imp:1s; -affectait affecter ver 16.08 25.34 0.36 4.12 ind:imp:3s; -affectant affecter ver 16.08 25.34 0.27 2.36 par:pre; -affectassent affecter ver 16.08 25.34 0.00 0.07 sub:imp:3p; -affectation affectation nom f s 2.93 5.27 2.65 5.00 -affectations affectation nom f p 2.93 5.27 0.28 0.27 -affecte affecter ver 16.08 25.34 4.38 2.50 imp:pre:2s;ind:pre:1s;ind:pre:3s; -affectent affecter ver 16.08 25.34 0.61 1.01 ind:pre:3p; -affecter affecter ver 16.08 25.34 2.33 2.23 inf; -affectera affecter ver 16.08 25.34 0.72 0.14 ind:fut:3s; -affecterai affecter ver 16.08 25.34 0.03 0.07 ind:fut:1s; -affecteraient affecter ver 16.08 25.34 0.02 0.00 cnd:pre:3p; -affecterait affecter ver 16.08 25.34 0.32 0.00 cnd:pre:3s; -affecteriez affecter ver 16.08 25.34 0.01 0.00 cnd:pre:2p; -affecteront affecter ver 16.08 25.34 0.04 0.00 ind:fut:3p; -affectez affecter ver 16.08 25.34 0.20 0.07 imp:pre:2p;ind:pre:2p; -affectiez affecter ver 16.08 25.34 0.01 0.07 ind:imp:2p; -affectif affectif adj m s 2.05 2.91 0.94 1.28 -affectifs affectif adj m p 2.05 2.91 0.27 0.34 -affection affection nom f s 13.06 31.22 12.68 29.53 -affectionnaient affectionner ver 0.40 4.12 0.00 0.20 ind:imp:3p; -affectionnais affectionner ver 0.40 4.12 0.00 0.14 ind:imp:1s; -affectionnait affectionner ver 0.40 4.12 0.07 1.49 ind:imp:3s; -affectionnant affectionner ver 0.40 4.12 0.00 0.14 par:pre; -affectionne affectionner ver 0.40 4.12 0.22 1.01 ind:pre:1s;ind:pre:3s; -affectionnent affectionner ver 0.40 4.12 0.00 0.74 ind:pre:3p; -affectionner affectionner ver 0.40 4.12 0.00 0.20 inf; -affectionnez affectionner ver 0.40 4.12 0.01 0.14 imp:pre:2p;ind:pre:2p; -affectionné affectionner ver m s 0.40 4.12 0.10 0.00 par:pas; -affectionnée affectionné adj f s 0.01 0.41 0.00 0.27 -affectionnés affectionné adj m p 0.01 0.41 0.00 0.07 -affections affection nom f p 13.06 31.22 0.38 1.69 -affective affectif adj f s 2.05 2.91 0.66 1.08 -affectivement affectivement adv 0.30 0.20 0.30 0.20 -affectives affectif adj f p 2.05 2.91 0.18 0.20 -affectivité affectivité nom f s 0.01 0.41 0.01 0.41 -affectâmes affecter ver 16.08 25.34 0.00 0.07 ind:pas:1p; -affectons affecter ver 16.08 25.34 0.03 0.20 imp:pre:1p;ind:pre:1p; -affectât affecter ver 16.08 25.34 0.00 0.14 sub:imp:3s; -affectèrent affecter ver 16.08 25.34 0.00 0.61 ind:pas:3p; -affecté affecter ver m s 16.08 25.34 4.43 4.93 par:pas; -affectée affecter ver f s 16.08 25.34 1.17 1.35 par:pas; -affectées affecter ver f p 16.08 25.34 0.29 0.74 par:pas; -affectueuse affectueux adj f s 5.20 14.59 1.56 5.41 -affectueusement affectueusement adv 1.11 3.38 1.11 3.38 -affectueuses affectueux adj f p 5.20 14.59 0.08 1.22 -affectueux affectueux adj m 5.20 14.59 3.56 7.97 -affectés affecter ver m p 16.08 25.34 0.73 1.22 par:pas; -affermi affermir ver m s 0.23 5.61 0.02 0.34 par:pas; -affermie affermir ver f s 0.23 5.61 0.01 0.54 par:pas; -affermir affermir ver 0.23 5.61 0.02 1.69 inf; -affermira affermir ver 0.23 5.61 0.02 0.00 ind:fut:3s; -affermis affermir ver m p 0.23 5.61 0.00 0.41 ind:pre:1s;par:pas; -affermissaient affermir ver 0.23 5.61 0.00 0.20 ind:imp:3p; -affermissait affermir ver 0.23 5.61 0.00 0.34 ind:imp:3s; -affermissant affermir ver 0.23 5.61 0.01 0.34 par:pre; -affermisse affermir ver 0.23 5.61 0.00 0.07 sub:pre:3s; -affermissement affermissement nom m s 0.00 0.14 0.00 0.14 -affermissent affermir ver 0.23 5.61 0.01 0.20 ind:pre:3p; -affermit affermir ver 0.23 5.61 0.14 1.49 ind:pre:3s;ind:pas:3s; -afficha afficher ver 8.35 19.26 0.00 0.47 ind:pas:3s; -affichage affichage nom m s 1.30 1.49 1.29 1.42 -affichages affichage nom m p 1.30 1.49 0.01 0.07 -affichaient afficher ver 8.35 19.26 0.01 1.35 ind:imp:3p; -affichais afficher ver 8.35 19.26 0.02 0.68 ind:imp:1s;ind:imp:2s; -affichait afficher ver 8.35 19.26 0.15 4.93 ind:imp:3s; -affichant afficher ver 8.35 19.26 0.19 1.49 par:pre; -affiche affiche nom f s 9.78 19.86 5.38 8.38 -affichent afficher ver 8.35 19.26 0.52 0.68 ind:pre:3p; -afficher afficher ver 8.35 19.26 2.06 3.78 ind:pre:2p;inf; -affichera afficher ver 8.35 19.26 0.04 0.07 ind:fut:3s; -afficherai afficher ver 8.35 19.26 0.07 0.00 ind:fut:1s; -afficherait afficher ver 8.35 19.26 0.01 0.14 cnd:pre:3s; -affiches affiche nom f p 9.78 19.86 4.39 11.49 -affichette affichette nom f s 0.26 1.35 0.19 1.08 -affichettes affichette nom f p 0.26 1.35 0.07 0.27 -afficheur afficheur nom m s 0.03 0.27 0.01 0.27 -afficheurs afficheur nom m p 0.03 0.27 0.01 0.00 -affichez afficher ver 8.35 19.26 0.41 0.07 imp:pre:2p;ind:pre:2p; -affichions afficher ver 8.35 19.26 0.00 0.14 ind:imp:1p; -affichiste affichiste nom s 0.00 0.20 0.00 0.14 -affichistes affichiste nom p 0.00 0.20 0.00 0.07 -affichons afficher ver 8.35 19.26 0.16 0.00 imp:pre:1p;ind:pre:1p; -affichât afficher ver 8.35 19.26 0.00 0.07 sub:imp:3s; -affichèrent afficher ver 8.35 19.26 0.00 0.20 ind:pas:3p; -affiché afficher ver m s 8.35 19.26 1.79 1.62 par:pas; -affichée afficher ver f s 8.35 19.26 0.29 0.88 par:pas; -affichées afficher ver f p 8.35 19.26 0.17 0.47 par:pas; -affichés afficher ver m p 8.35 19.26 0.11 0.74 par:pas; -affidavit affidavit nom m s 0.06 0.00 0.06 0.00 -affidé affidé nom m s 0.01 0.27 0.01 0.14 -affidée affidé adj f s 0.00 0.07 0.00 0.07 -affidés affidé nom m p 0.01 0.27 0.00 0.14 -affile affiler ver 0.04 0.07 0.00 0.07 ind:pre:3s; -affiler affiler ver 0.04 0.07 0.03 0.00 inf; -affilia affilier ver 0.36 0.74 0.00 0.07 ind:pas:3s; -affiliaient affilier ver 0.36 0.74 0.00 0.07 ind:imp:3p; -affiliant affilier ver 0.36 0.74 0.00 0.07 par:pre; -affiliation affiliation nom f s 0.33 0.14 0.26 0.14 -affiliations affiliation nom f p 0.33 0.14 0.07 0.00 -affilier affilier ver 0.36 0.74 0.01 0.27 inf; -affilié affilier ver m s 0.36 0.74 0.15 0.20 par:pas; -affiliée affilier ver f s 0.36 0.74 0.04 0.00 par:pas; -affiliées affilié nom f p 0.14 0.41 0.04 0.00 -affiliés affilier ver m p 0.36 0.74 0.17 0.07 par:pas; -affilé affilé adj m s 3.04 4.19 0.17 0.07 -affilée affilé adj f s 3.04 4.19 2.80 3.92 -affilées affilé adj f p 3.04 4.19 0.04 0.14 -affilés affilé adj m p 3.04 4.19 0.04 0.07 -affin affin adj m s 0.02 0.00 0.02 0.00 -affina affiner ver 0.76 3.38 0.00 0.07 ind:pas:3s; -affinage affinage nom m s 0.00 0.07 0.00 0.07 -affinaient affiner ver 0.76 3.38 0.00 0.07 ind:imp:3p; -affinait affiner ver 0.76 3.38 0.00 0.88 ind:imp:3s; -affinant affiner ver 0.76 3.38 0.00 0.41 par:pre; -affine affiner ver 0.76 3.38 0.18 0.34 ind:pre:1s;ind:pre:3s; -affinement affinement nom m s 0.01 0.20 0.01 0.20 -affinent affiner ver 0.76 3.38 0.01 0.20 ind:pre:3p; -affiner affiner ver 0.76 3.38 0.43 0.68 inf; -affinera affiner ver 0.76 3.38 0.02 0.00 ind:fut:3s; -affinerait affiner ver 0.76 3.38 0.01 0.07 cnd:pre:3s; -affinité affinité nom f s 1.23 4.46 0.60 2.16 -affinités affinité nom f p 1.23 4.46 0.62 2.30 -affinons affiner ver 0.76 3.38 0.01 0.00 ind:pre:1p; -affiné affiné adj m s 0.12 0.27 0.12 0.20 -affinée affiner ver f s 0.76 3.38 0.01 0.14 par:pas; -affinées affiner ver f p 0.76 3.38 0.02 0.20 par:pas; -affiquets affiquet nom m p 0.00 0.07 0.00 0.07 -affirma affirmer ver 15.61 63.51 0.06 10.07 ind:pas:3s; -affirmai affirmer ver 15.61 63.51 0.00 0.81 ind:pas:1s; -affirmaient affirmer ver 15.61 63.51 0.03 2.36 ind:imp:3p; -affirmais affirmer ver 15.61 63.51 0.03 1.22 ind:imp:1s;ind:imp:2s; -affirmait affirmer ver 15.61 63.51 0.53 11.08 ind:imp:3s; -affirmant affirmer ver 15.61 63.51 0.51 3.92 par:pre; -affirmatif affirmatif adj m s 4.91 1.89 4.82 1.35 -affirmatifs affirmatif adj m p 4.91 1.89 0.00 0.14 -affirmation affirmation nom f s 1.96 6.42 1.27 4.66 -affirmations affirmation nom f p 1.96 6.42 0.69 1.76 -affirmative affirmative nom f s 0.16 0.61 0.16 0.61 -affirmativement affirmativement adv 0.00 0.74 0.00 0.74 -affirme affirmer ver 15.61 63.51 5.46 9.93 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -affirment affirmer ver 15.61 63.51 1.67 2.70 ind:pre:3p; -affirmer affirmer ver 15.61 63.51 4.26 13.58 inf; -affirmerai affirmer ver 15.61 63.51 0.00 0.07 ind:fut:1s; -affirmerait affirmer ver 15.61 63.51 0.01 0.14 cnd:pre:3s; -affirmeras affirmer ver 15.61 63.51 0.01 0.07 ind:fut:2s; -affirmerez affirmer ver 15.61 63.51 0.01 0.00 ind:fut:2p; -affirmeriez affirmer ver 15.61 63.51 0.01 0.00 cnd:pre:2p; -affirmeront affirmer ver 15.61 63.51 0.03 0.07 ind:fut:3p; -affirmes affirmer ver 15.61 63.51 0.09 0.20 ind:pre:2s; -affirmez affirmer ver 15.61 63.51 0.87 0.41 imp:pre:2p;ind:pre:2p; -affirmiez affirmer ver 15.61 63.51 0.15 0.07 ind:imp:2p; -affirmions affirmer ver 15.61 63.51 0.00 0.14 ind:imp:1p; -affirmons affirmer ver 15.61 63.51 0.06 0.27 imp:pre:1p;ind:pre:1p; -affirmât affirmer ver 15.61 63.51 0.00 0.14 sub:imp:3s; -affirmèrent affirmer ver 15.61 63.51 0.01 0.81 ind:pas:3p; -affirmé affirmer ver m s 15.61 63.51 1.66 4.59 imp:pre:2s;par:pas;par:pas; -affirmée affirmer ver f s 15.61 63.51 0.04 0.41 par:pas; -affirmées affirmer ver f p 15.61 63.51 0.00 0.20 par:pas; -affirmés affirmer ver m p 15.61 63.51 0.10 0.27 par:pas; -affixé affixé adj m s 0.00 0.07 0.00 0.07 -afflanqué afflanquer ver m s 0.00 0.07 0.00 0.07 par:pas; -affleura affleurer ver 0.15 6.01 0.00 0.47 ind:pas:3s; -affleuraient affleurer ver 0.15 6.01 0.01 0.34 ind:imp:3p; -affleurait affleurer ver 0.15 6.01 0.11 1.08 ind:imp:3s; -affleurant affleurer ver 0.15 6.01 0.00 0.14 par:pre; -affleure affleurer ver 0.15 6.01 0.02 1.55 imp:pre:2s;ind:pre:3s; -affleurement affleurement nom m s 0.03 0.88 0.03 0.47 -affleurements affleurement nom m p 0.03 0.88 0.00 0.41 -affleurent affleurer ver 0.15 6.01 0.01 0.95 ind:pre:3p; -affleurer affleurer ver 0.15 6.01 0.00 1.08 inf; -affleurât affleurer ver 0.15 6.01 0.00 0.07 sub:imp:3s; -affleurèrent affleurer ver 0.15 6.01 0.00 0.14 ind:pas:3p; -affleuré affleurer ver m s 0.15 6.01 0.00 0.20 par:pas; -affliction affliction nom f s 1.27 2.77 1.09 2.50 -afflictions affliction nom f p 1.27 2.77 0.18 0.27 -afflige affliger ver 3.21 5.95 0.74 0.74 imp:pre:2s;ind:pre:1s;ind:pre:3s; -affligea affliger ver 3.21 5.95 0.03 0.20 ind:pas:3s; -affligeaient affliger ver 3.21 5.95 0.01 0.07 ind:imp:3p; -affligeait affliger ver 3.21 5.95 0.01 0.20 ind:imp:3s; -affligeant affligeant adj m s 0.60 1.62 0.38 0.54 -affligeante affligeant adj f s 0.60 1.62 0.08 0.68 -affligeantes affligeant adj f p 0.60 1.62 0.02 0.27 -affligeants affligeant adj m p 0.60 1.62 0.12 0.14 -affligent affliger ver 3.21 5.95 0.20 0.14 ind:pre:3p; -affliger affliger ver 3.21 5.95 0.38 0.20 inf; -affligez affliger ver 3.21 5.95 0.03 0.07 imp:pre:2p; -affligèrent affliger ver 3.21 5.95 0.01 0.07 ind:pas:3p; -affligé affliger ver m s 3.21 5.95 1.11 2.30 par:pas; -affligée affliger ver f s 3.21 5.95 0.49 0.95 par:pas; -affligés affligé adj m p 1.66 1.49 0.60 0.34 -afflua affluer ver 1.51 7.50 0.00 0.27 ind:pas:3s; -affluaient affluer ver 1.51 7.50 0.04 1.69 ind:imp:3p; -affluait affluer ver 1.51 7.50 0.02 0.54 ind:imp:3s; -affluant affluer ver 1.51 7.50 0.11 0.27 par:pre; -afflue affluer ver 1.51 7.50 0.39 0.61 ind:pre:3s; -affluence affluence nom f s 0.51 2.64 0.51 2.64 -affluent affluer ver 1.51 7.50 0.61 1.49 ind:pre:3p; -affluentes affluent adj f p 0.16 0.41 0.00 0.07 -affluents affluent nom m p 0.39 0.95 0.34 0.41 -affluer affluer ver 1.51 7.50 0.21 1.35 inf; -afflueraient affluer ver 1.51 7.50 0.01 0.07 cnd:pre:3p; -affluèrent affluer ver 1.51 7.50 0.00 0.81 ind:pas:3p; -afflué affluer ver m s 1.51 7.50 0.12 0.41 par:pas; -afflux afflux nom m 0.25 2.30 0.25 2.30 -affola affoler ver 5.92 20.54 0.00 2.16 ind:pas:3s; -affolai affoler ver 5.92 20.54 0.00 0.14 ind:pas:1s; -affolaient affoler ver 5.92 20.54 0.01 0.54 ind:imp:3p; -affolais affoler ver 5.92 20.54 0.01 0.27 ind:imp:1s; -affolait affoler ver 5.92 20.54 0.02 2.70 ind:imp:3s; -affolant affolant adj m s 0.10 2.57 0.10 1.35 -affolante affolant adj f s 0.10 2.57 0.00 0.74 -affolantes affolant adj f p 0.10 2.57 0.00 0.20 -affolants affolant adj m p 0.10 2.57 0.00 0.27 -affole affoler ver 5.92 20.54 1.63 4.19 imp:pre:2s;ind:pre:1s;ind:pre:3s; -affolement affolement nom m s 0.89 5.34 0.89 5.34 -affolent affoler ver 5.92 20.54 0.28 0.68 ind:pre:3p; -affoler affoler ver 5.92 20.54 1.00 2.50 inf;; -affolera affoler ver 5.92 20.54 0.14 0.07 ind:fut:3s; -affolerais affoler ver 5.92 20.54 0.01 0.07 cnd:pre:1s;cnd:pre:2s; -affolerait affoler ver 5.92 20.54 0.14 0.07 cnd:pre:3s; -affoleront affoler ver 5.92 20.54 0.01 0.00 ind:fut:3p; -affoles affoler ver 5.92 20.54 0.23 0.20 ind:pre:2s; -affolez affoler ver 5.92 20.54 0.93 0.27 imp:pre:2p;ind:pre:2p; -affoliez affoler ver 5.92 20.54 0.01 0.00 ind:imp:2p; -affolons affoler ver 5.92 20.54 0.04 0.27 imp:pre:1p;ind:pre:1p; -affolât affoler ver 5.92 20.54 0.00 0.07 sub:imp:3s; -affolèrent affoler ver 5.92 20.54 0.00 0.14 ind:pas:3p; -affolé affoler ver m s 5.92 20.54 0.76 2.84 par:pas; -affolée affoler ver f s 5.92 20.54 0.51 1.22 par:pas; -affolées affolé adj f p 0.91 11.49 0.10 0.74 -affolés affolé adj m p 0.91 11.49 0.18 2.57 -affouage affouage nom m s 0.00 0.14 0.00 0.07 -affouages affouage nom m p 0.00 0.14 0.00 0.07 -affouillait affouiller ver 0.00 0.14 0.00 0.07 ind:imp:3s; -affouillement affouillement nom m s 0.00 0.14 0.00 0.07 -affouillements affouillement nom m p 0.00 0.14 0.00 0.07 -affouillé affouiller ver m s 0.00 0.14 0.00 0.07 par:pas; -affranchi affranchi nom m s 1.34 1.49 0.46 0.61 -affranchie affranchir ver f s 1.87 11.42 0.19 1.01 par:pas; -affranchies affranchi adj f p 0.24 1.82 0.00 0.34 -affranchir affranchir ver 1.87 11.42 0.55 5.20 inf; -affranchirait affranchir ver 1.87 11.42 0.00 0.14 cnd:pre:3s; -affranchis affranchi nom m p 1.34 1.49 0.76 0.61 -affranchissais affranchir ver 1.87 11.42 0.01 0.07 ind:imp:1s;ind:imp:2s; -affranchissait affranchir ver 1.87 11.42 0.00 0.27 ind:imp:3s; -affranchissant affranchir ver 1.87 11.42 0.00 0.27 par:pre; -affranchisse affranchir ver 1.87 11.42 0.01 0.47 sub:pre:1s;sub:pre:3s; -affranchissement affranchissement nom m s 0.05 0.47 0.05 0.47 -affranchit affranchir ver 1.87 11.42 0.29 1.15 ind:pre:3s;ind:pas:3s; -affres affre nom f p 1.23 2.36 1.23 2.36 -affreuse affreux adj f s 34.96 39.46 7.86 12.64 -affreusement affreusement adv 3.13 5.61 3.13 5.61 -affreuses affreux adj f p 34.96 39.46 1.77 4.59 -affreux affreux adj m 34.96 39.46 25.34 22.23 -affriandai affriander ver 0.00 0.27 0.00 0.07 ind:pas:1s; -affriander affriander ver 0.00 0.27 0.00 0.07 inf; -affriandé affriander ver m s 0.00 0.27 0.00 0.07 par:pas; -affriandés affriander ver m p 0.00 0.27 0.00 0.07 par:pas; -affriolait affrioler ver 0.02 0.27 0.00 0.07 ind:imp:3s; -affriolant affriolant adj m s 0.26 0.20 0.12 0.14 -affriolante affriolant adj f s 0.26 0.20 0.03 0.07 -affriolantes affriolant adj f p 0.26 0.20 0.04 0.00 -affriolants affriolant adj m p 0.26 0.20 0.07 0.00 -affriole affrioler ver 0.02 0.27 0.01 0.00 ind:pre:3s; -affrioler affrioler ver 0.02 0.27 0.00 0.07 inf; -affriolerait affrioler ver 0.02 0.27 0.01 0.00 cnd:pre:3s; -affriolés affrioler ver m p 0.02 0.27 0.00 0.07 par:pas; -affront affront nom m s 3.36 3.85 3.11 2.77 -affronta affronter ver 30.72 22.43 0.03 0.54 ind:pas:3s; -affrontai affronter ver 30.72 22.43 0.00 0.07 ind:pas:1s; -affrontaient affronter ver 30.72 22.43 0.20 1.62 ind:imp:3p; -affrontais affronter ver 30.72 22.43 0.17 0.27 ind:imp:1s;ind:imp:2s; -affrontait affronter ver 30.72 22.43 0.14 0.88 ind:imp:3s; -affrontant affronter ver 30.72 22.43 0.63 0.88 par:pre; -affronte affronter ver 30.72 22.43 2.96 0.81 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -affrontement affrontement nom m s 2.66 4.05 1.72 2.43 -affrontements affrontement nom m p 2.66 4.05 0.94 1.62 -affrontent affronter ver 30.72 22.43 0.74 1.49 ind:pre:3p; -affronter affronter ver 30.72 22.43 19.57 13.38 inf;; -affrontera affronter ver 30.72 22.43 0.63 0.07 ind:fut:3s; -affronterai affronter ver 30.72 22.43 0.56 0.00 ind:fut:1s; -affronteraient affronter ver 30.72 22.43 0.01 0.14 cnd:pre:3p; -affronterais affronter ver 30.72 22.43 0.05 0.07 cnd:pre:1s;cnd:pre:2s; -affronterait affronter ver 30.72 22.43 0.08 0.41 cnd:pre:3s; -affronteras affronter ver 30.72 22.43 0.20 0.00 ind:fut:2s; -affronterez affronter ver 30.72 22.43 0.14 0.00 ind:fut:2p; -affronterons affronter ver 30.72 22.43 0.22 0.00 ind:fut:1p; -affronteront affronter ver 30.72 22.43 0.20 0.00 ind:fut:3p; -affrontes affronter ver 30.72 22.43 0.58 0.07 ind:pre:2s; -affrontez affronter ver 30.72 22.43 0.51 0.00 imp:pre:2p;ind:pre:2p; -affrontiez affronter ver 30.72 22.43 0.02 0.07 ind:imp:2p; -affrontions affronter ver 30.72 22.43 0.16 0.14 ind:imp:1p; -affrontons affronter ver 30.72 22.43 0.60 0.14 imp:pre:1p;ind:pre:1p; -affronts affront nom m p 3.36 3.85 0.25 1.08 -affrontèrent affronter ver 30.72 22.43 0.02 0.14 ind:pas:3p; -affronté affronter ver m s 30.72 22.43 1.92 0.81 par:pas; -affrontée affronter ver f s 30.72 22.43 0.11 0.14 par:pas; -affrontées affronter ver f p 30.72 22.43 0.04 0.14 par:pas; -affrontés affronter ver m p 30.72 22.43 0.23 0.20 par:pas; -affrète affréter ver 0.67 0.47 0.04 0.07 ind:pre:1s;ind:pre:3s;sub:pre:3s; -affrètement affrètement nom m s 0.03 0.00 0.03 0.00 -affréter affréter ver 0.67 0.47 0.28 0.27 inf; -affréterons affréter ver 0.67 0.47 0.00 0.07 ind:fut:1p; -affréteur affréteur nom m s 0.02 0.07 0.02 0.07 -affrétez affréter ver 0.67 0.47 0.18 0.00 imp:pre:2p;ind:pre:2p; -affrété affréter ver m s 0.67 0.47 0.18 0.07 par:pas; -affubla affubler ver 0.48 6.55 0.00 0.14 ind:pas:3s; -affublait affubler ver 0.48 6.55 0.00 0.41 ind:imp:3s; -affublant affubler ver 0.48 6.55 0.01 0.54 par:pre; -affuble affubler ver 0.48 6.55 0.03 0.47 ind:pre:1s;ind:pre:3s; -affublement affublement nom m s 0.00 0.14 0.00 0.14 -affublent affubler ver 0.48 6.55 0.02 0.34 ind:pre:3p; -affubler affubler ver 0.48 6.55 0.14 0.68 inf; -affublerais affubler ver 0.48 6.55 0.00 0.07 cnd:pre:1s; -affublerait affubler ver 0.48 6.55 0.00 0.14 cnd:pre:3s; -affublons affubler ver 0.48 6.55 0.00 0.07 ind:pre:1p; -affublé affubler ver m s 0.48 6.55 0.23 2.03 par:pas; -affublée affubler ver f s 0.48 6.55 0.03 0.34 par:pas; -affublées affubler ver f p 0.48 6.55 0.00 0.14 par:pas; -affublés affubler ver m p 0.48 6.55 0.02 1.22 par:pas; -affurait affurer ver 0.00 1.49 0.00 0.07 ind:imp:3s; -affure affurer ver 0.00 1.49 0.00 0.81 ind:pre:3s; -afférent afférent adj m s 0.06 0.34 0.04 0.00 -afférente afférent adj f s 0.06 0.34 0.01 0.00 -afférentes afférent adj f p 0.06 0.34 0.01 0.20 -afférents afférent adj m p 0.06 0.34 0.00 0.14 -affurer affurer ver 0.00 1.49 0.00 0.41 inf; -affures affurer ver 0.00 1.49 0.00 0.07 ind:pre:2s; -affuré affurer ver m s 0.00 1.49 0.00 0.07 par:pas; -affurée affurer ver f s 0.00 1.49 0.00 0.07 par:pas; -affusions affusion nom f p 0.00 0.07 0.00 0.07 -afféterie afféterie nom f s 0.00 0.41 0.00 0.20 -afféteries afféterie nom f p 0.00 0.41 0.00 0.20 -affétées affété adj f p 0.00 0.07 0.00 0.07 -afghan afghan adj m s 1.48 0.68 0.68 0.34 -afghane afghan adj f s 1.48 0.68 0.39 0.07 -afghanes afghan adj f p 1.48 0.68 0.16 0.14 -afghans afghan nom m p 1.12 0.20 0.47 0.07 -aficionado aficionado nom m s 0.21 0.68 0.04 0.20 -aficionados aficionado nom m p 0.21 0.68 0.17 0.47 -afin_d afin_d pre 0.04 0.07 0.04 0.07 -afin_de afin_de pre 15.64 43.18 15.64 43.18 -afin_qu afin_qu con 0.05 0.00 0.05 0.00 -afin_que afin_que con 9.63 14.93 9.63 14.93 -afin afin adv_sup 0.76 0.95 0.76 0.95 -africain africain adj m s 5.46 12.09 2.34 3.65 -africaine africain adj f s 5.46 12.09 1.40 4.32 -africaines africain adj f p 5.46 12.09 0.52 1.35 -africains africain nom m p 2.28 4.05 1.48 1.76 -africanisme africanisme nom m s 0.10 0.00 0.10 0.00 -afrikaans afrikaans nom m 0.05 0.00 0.05 0.00 -afrikaner afrikaner nom s 0.14 0.00 0.05 0.00 -afrikaners afrikaner nom p 0.14 0.00 0.09 0.00 -afro_américain afro_américain nom m s 0.95 0.00 0.48 0.00 -afro_américain afro_américain adj f s 0.67 0.00 0.23 0.00 -afro_américain afro_américain nom m p 0.95 0.00 0.39 0.00 -afro_asiatique afro_asiatique adj f s 0.01 0.00 0.01 0.00 -afro_brésilien afro_brésilien adj f s 0.01 0.00 0.01 0.00 -afro_cubain afro_cubain adj m s 0.03 0.07 0.01 0.00 -afro_cubain afro_cubain adj f s 0.03 0.07 0.02 0.00 -afro_cubain afro_cubain adj m p 0.03 0.07 0.00 0.07 -afro afro adj 1.21 0.27 1.21 0.27 -after_shave after_shave nom m 0.51 0.68 0.47 0.61 -after_shave after_shave nom m 0.51 0.68 0.03 0.07 -agît agir ver 195.94 219.73 0.07 1.08 sub:imp:3s; -aga aga nom m s 0.65 6.01 0.65 5.95 -agace agacer ver 6.34 30.68 2.30 3.38 imp:pre:2s;ind:pre:1s;ind:pre:3s; -agacement agacement nom m s 0.21 7.57 0.21 7.30 -agacements agacement nom m p 0.21 7.57 0.00 0.27 -agacent agacer ver 6.34 30.68 0.44 1.08 ind:pre:3p; -agacer agacer ver 6.34 30.68 1.18 2.77 inf; -agacera agacer ver 6.34 30.68 0.01 0.14 ind:fut:3s; -agacerait agacer ver 6.34 30.68 0.01 0.14 cnd:pre:3s; -agaceras agacer ver 6.34 30.68 0.01 0.00 ind:fut:2s; -agacerie agacerie nom f s 0.01 0.54 0.00 0.07 -agaceries agacerie nom f p 0.01 0.54 0.01 0.47 -agaceront agacer ver 6.34 30.68 0.00 0.07 ind:fut:3p; -agaces agacer ver 6.34 30.68 0.46 0.27 ind:pre:2s; -agaceur agaceur nom m s 0.00 0.07 0.00 0.07 -agacez agacer ver 6.34 30.68 0.35 0.14 imp:pre:2p;ind:pre:2p; -agacèrent agacer ver 6.34 30.68 0.00 0.14 ind:pas:3p; -agacé agacer ver m s 6.34 30.68 0.74 8.45 par:pas; -agacée agacer ver f s 6.34 30.68 0.28 3.11 par:pas; -agacées agacer ver f p 6.34 30.68 0.00 0.34 par:pas; -agacés agacer ver m p 6.34 30.68 0.13 0.47 par:pas; -agames agame nom m p 0.01 0.00 0.01 0.00 -agami agami nom m s 0.00 0.07 0.00 0.07 -agapanthe agapanthe nom f s 0.01 0.07 0.01 0.00 -agapanthes agapanthe nom f p 0.01 0.07 0.00 0.07 -agape agape nom f s 0.04 0.68 0.00 0.07 -agapes agape nom f p 0.04 0.68 0.04 0.61 -agar_agar agar_agar nom m s 0.00 0.07 0.00 0.07 -agas aga nom m p 0.65 6.01 0.00 0.07 -agasses agasse nom f p 0.00 0.07 0.00 0.07 -agate agate nom f s 0.01 1.22 0.01 0.61 -agates agate nom f p 0.01 1.22 0.00 0.61 -agaça agacer ver 6.34 30.68 0.00 1.22 ind:pas:3s; -agaçaient agacer ver 6.34 30.68 0.01 1.96 ind:imp:3p; -agaçais agacer ver 6.34 30.68 0.00 0.27 ind:imp:1s; -agaçait agacer ver 6.34 30.68 0.35 6.42 ind:imp:3s; -agaçant agaçant adj m s 1.99 4.19 1.45 2.50 -agaçante agaçant adj f s 1.99 4.19 0.40 1.22 -agaçantes agaçant adj f p 1.99 4.19 0.07 0.14 -agaçants agaçant adj m p 1.99 4.19 0.07 0.34 -agathe agathe nom f s 0.00 0.14 0.00 0.14 -agave agave nom m s 0.01 0.47 0.00 0.07 -agaves agave nom m p 0.01 0.47 0.01 0.41 -age age nom m s 3.37 0.47 3.25 0.47 -agence agence nom f s 23.15 17.77 20.38 14.12 -agencement agencement nom m s 0.19 1.89 0.19 1.69 -agencements agencement nom m p 0.19 1.89 0.00 0.20 -agencer agencer ver 0.48 2.91 0.02 0.61 inf; -agences agence nom f p 23.15 17.77 2.77 3.65 -agencé agencer ver m s 0.48 2.91 0.16 0.61 par:pas; -agencée agencer ver f s 0.48 2.91 0.00 0.54 par:pas; -agencées agencer ver f p 0.48 2.91 0.01 0.27 par:pas; -agencés agencer ver m p 0.48 2.91 0.01 0.41 par:pas; -agenda agenda nom m s 5.84 6.08 5.69 5.41 -agendas agenda nom m p 5.84 6.08 0.16 0.68 -agenouilla agenouiller ver 5.20 23.31 0.03 5.54 ind:pas:3s; -agenouillai agenouiller ver 5.20 23.31 0.11 0.47 ind:pas:1s; -agenouillaient agenouiller ver 5.20 23.31 0.01 0.61 ind:imp:3p; -agenouillais agenouiller ver 5.20 23.31 0.00 0.27 ind:imp:1s; -agenouillait agenouiller ver 5.20 23.31 0.06 1.15 ind:imp:3s; -agenouillant agenouiller ver 5.20 23.31 0.01 0.88 par:pre; -agenouille agenouiller ver 5.20 23.31 1.52 2.30 imp:pre:2s;ind:pre:1s;ind:pre:3s; -agenouillement agenouillement nom m s 0.27 0.27 0.27 0.27 -agenouillent agenouiller ver 5.20 23.31 0.14 0.61 ind:pre:3p; -agenouiller agenouiller ver 5.20 23.31 1.64 3.72 inf; -agenouillera agenouiller ver 5.20 23.31 0.06 0.00 ind:fut:3s; -agenouilleront agenouiller ver 5.20 23.31 0.01 0.00 ind:fut:3p; -agenouilles agenouiller ver 5.20 23.31 0.04 0.00 ind:pre:2s; -agenouillez agenouiller ver 5.20 23.31 0.33 0.00 imp:pre:2p;ind:pre:2p; -agenouillons agenouiller ver 5.20 23.31 0.12 0.07 imp:pre:1p;ind:pre:1p; -agenouillât agenouiller ver 5.20 23.31 0.00 0.07 sub:imp:3s; -agenouillèrent agenouiller ver 5.20 23.31 0.01 0.41 ind:pas:3p; -agenouillé agenouiller ver m s 5.20 23.31 1.04 3.72 par:pas; -agenouillée agenouiller ver f s 5.20 23.31 0.06 2.23 par:pas; -agenouillées agenouillé adj f p 0.15 2.36 0.00 0.41 -agenouillés agenouiller ver m p 5.20 23.31 0.02 1.08 par:pas; -agent agent nom m s 117.60 39.26 92.42 22.50 -agente agente nom f s 0.30 0.00 0.30 0.00 -agença agencer ver 0.48 2.91 0.00 0.07 ind:pas:3s; -agençaient agencer ver 0.48 2.91 0.01 0.07 ind:imp:3p; -agençait agencer ver 0.48 2.91 0.01 0.07 ind:imp:3s; -agençant agencer ver 0.48 2.91 0.00 0.07 par:pre; -agents agent nom m p 117.60 39.26 25.00 16.69 -ages age nom m p 3.37 0.47 0.13 0.00 -aggiornamento aggiornamento nom m s 0.04 0.07 0.04 0.07 -agglo agglo nom m s 0.00 0.07 0.00 0.07 -agglomère agglomérer ver 0.01 1.62 0.00 0.07 ind:pre:3s; -agglomèrent agglomérer ver 0.01 1.62 0.00 0.41 ind:pre:3p; -aggloméraient agglomérer ver 0.01 1.62 0.00 0.14 ind:imp:3p; -agglomérant agglomérer ver 0.01 1.62 0.00 0.07 par:pre; -agglomérat agglomérat nom m s 0.00 0.47 0.00 0.47 -agglomération agglomération nom f s 0.12 2.16 0.10 1.62 -agglomérations agglomération nom f p 0.12 2.16 0.02 0.54 -agglomérer agglomérer ver 0.01 1.62 0.00 0.20 inf; -agglomérera agglomérer ver 0.01 1.62 0.00 0.07 ind:fut:3s; -aggloméreront agglomérer ver 0.01 1.62 0.00 0.07 ind:fut:3p; -aggloméré aggloméré nom m s 0.06 0.34 0.06 0.27 -agglomérée agglomérer ver f s 0.01 1.62 0.00 0.14 par:pas; -agglomérées agglomérer ver f p 0.01 1.62 0.01 0.27 par:pas; -agglomérés aggloméré adj m p 0.00 0.47 0.00 0.41 -agglutina agglutiner ver 0.24 6.55 0.00 0.07 ind:pas:3s; -agglutinaient agglutiner ver 0.24 6.55 0.00 0.95 ind:imp:3p; -agglutinait agglutiner ver 0.24 6.55 0.00 0.34 ind:imp:3s; -agglutinant agglutiner ver 0.24 6.55 0.00 0.41 par:pre; -agglutinatif agglutinatif adj m s 0.00 0.07 0.00 0.07 -agglutination agglutination nom f s 0.01 0.14 0.01 0.14 -agglutine agglutiner ver 0.24 6.55 0.00 0.27 ind:pre:3s; -agglutinement agglutinement nom m s 0.00 0.07 0.00 0.07 -agglutinent agglutiner ver 0.24 6.55 0.04 1.01 ind:pre:3p; -agglutiner agglutiner ver 0.24 6.55 0.02 0.27 inf; -agglutinez agglutiner ver 0.24 6.55 0.01 0.00 imp:pre:2p; -agglutinogène agglutinogène nom m s 0.00 0.07 0.00 0.07 -agglutinèrent agglutiner ver 0.24 6.55 0.00 0.14 ind:pas:3p; -agglutiné agglutiner ver m s 0.24 6.55 0.01 0.20 par:pas; -agglutinée agglutiner ver f s 0.24 6.55 0.00 0.14 par:pas; -agglutinées agglutiner ver f p 0.24 6.55 0.01 0.88 par:pas; -agglutinés agglutiner ver m p 0.24 6.55 0.15 1.89 par:pas; -aggrava aggraver ver 7.61 10.54 0.02 0.68 ind:pas:3s; -aggravai aggraver ver 7.61 10.54 0.00 0.07 ind:pas:1s; -aggravaient aggraver ver 7.61 10.54 0.00 0.68 ind:imp:3p; -aggravait aggraver ver 7.61 10.54 0.06 2.43 ind:imp:3s; -aggravant aggraver ver 7.61 10.54 0.02 0.41 par:pre; -aggravante aggravant adj f s 0.26 0.54 0.02 0.34 -aggravantes aggravant adj f p 0.26 0.54 0.24 0.20 -aggravation aggravation nom f s 0.45 0.74 0.45 0.74 -aggrave aggraver ver 7.61 10.54 2.13 0.88 imp:pre:2s;ind:pre:1s;ind:pre:3s; -aggravent aggraver ver 7.61 10.54 0.17 0.34 ind:pre:3p; -aggraver aggraver ver 7.61 10.54 2.32 2.43 inf; -aggravera aggraver ver 7.61 10.54 0.04 0.07 ind:fut:3s; -aggraverait aggraver ver 7.61 10.54 0.07 0.00 cnd:pre:3s; -aggraveriez aggraver ver 7.61 10.54 0.00 0.07 cnd:pre:2p; -aggravez aggraver ver 7.61 10.54 0.78 0.00 imp:pre:2p;ind:pre:2p; -aggraviez aggraver ver 7.61 10.54 0.00 0.07 ind:imp:2p; -aggravons aggraver ver 7.61 10.54 0.05 0.00 imp:pre:1p;ind:pre:1p; -aggravèrent aggraver ver 7.61 10.54 0.00 0.14 ind:pas:3p; -aggravé aggraver ver m s 7.61 10.54 1.36 0.88 par:pas; -aggravée aggraver ver f s 7.61 10.54 0.39 1.28 par:pas; -aggravées aggraver ver f p 7.61 10.54 0.04 0.07 par:pas; -aggravés aggraver ver m p 7.61 10.54 0.16 0.07 par:pas; -aghas agha nom m p 0.00 0.07 0.00 0.07 -agi agir ver m s 195.94 219.73 13.69 13.31 par:pas; -agie agir ver f s 195.94 219.73 0.14 0.00 par:pas; -agile agile adj s 2.17 5.00 1.69 3.31 -agiles agile adj p 2.17 5.00 0.47 1.69 -agilité agilité nom f s 1.00 3.38 1.00 3.31 -agilités agilité nom f p 1.00 3.38 0.00 0.07 -agios agio nom m p 0.17 0.07 0.17 0.07 -agioteur agioteur nom m s 0.01 0.07 0.01 0.07 -agir agir ver 195.94 219.73 37.48 29.66 inf; -agira agir ver 195.94 219.73 1.25 1.08 ind:fut:3s; -agirai agir ver 195.94 219.73 0.79 0.34 ind:fut:1s; -agiraient agir ver 195.94 219.73 0.03 0.14 cnd:pre:3p; -agirais agir ver 195.94 219.73 0.29 0.07 cnd:pre:1s;cnd:pre:2s; -agirait agir ver 195.94 219.73 2.08 3.85 cnd:pre:3s; -agiras agir ver 195.94 219.73 0.10 0.07 ind:fut:2s; -agirent agir ver 195.94 219.73 0.00 0.14 ind:pas:3p; -agirez agir ver 195.94 219.73 0.14 0.20 ind:fut:2p; -agiriez agir ver 195.94 219.73 0.09 0.00 cnd:pre:2p; -agirons agir ver 195.94 219.73 0.36 0.00 ind:fut:1p; -agiront agir ver 195.94 219.73 0.09 0.27 ind:fut:3p; -agis agir ver m p 195.94 219.73 6.61 0.81 imp:pre:2s;ind:pre:1s;ind:pre:2s;par:pas; -agissaient agir ver 195.94 219.73 0.32 1.49 ind:imp:3p; -agissais agir ver 195.94 219.73 0.49 0.95 ind:imp:1s;ind:imp:2s; -agissait agir ver 195.94 219.73 12.30 80.47 ind:imp:3s; -agissant agir ver 195.94 219.73 1.26 4.32 par:pre; -agissante agissant adj f s 0.16 0.68 0.11 0.41 -agissantes agissant adj f p 0.16 0.68 0.00 0.14 -agisse agir ver 195.94 219.73 2.80 4.53 sub:pre:1s;sub:pre:3s; -agissement agissement nom m s 1.34 1.08 0.16 0.14 -agissements agissement nom m p 1.34 1.08 1.18 0.95 -agissent agir ver 195.94 219.73 3.61 1.69 ind:pre:3p; -agisses agir ver 195.94 219.73 0.27 0.00 sub:pre:2s; -agissez agir ver 195.94 219.73 4.20 0.74 imp:pre:2p;ind:pre:2p; -agissiez agir ver 195.94 219.73 0.23 0.14 ind:imp:2p; -agissions agir ver 195.94 219.73 0.12 0.07 ind:imp:1p; -agissons agir ver 195.94 219.73 2.14 0.61 imp:pre:1p;ind:pre:1p; -agit_prop agit_prop nom f 0.10 0.00 0.10 0.00 -agit agir ver 195.94 219.73 105.02 73.72 ind:pre:3s;ind:pas:3s; -agita agiter ver 14.62 89.19 0.06 6.76 ind:pas:3s; -agitai agiter ver 14.62 89.19 0.00 0.14 ind:pas:1s; -agitaient agiter ver 14.62 89.19 0.08 9.93 ind:imp:3p; -agitais agiter ver 14.62 89.19 0.20 0.41 ind:imp:1s;ind:imp:2s; -agitait agiter ver 14.62 89.19 0.47 17.09 ind:imp:3s; -agitant agiter ver 14.62 89.19 0.82 11.22 par:pre; -agitassent agiter ver 14.62 89.19 0.00 0.07 sub:imp:3p; -agitateur agitateur nom m s 1.72 1.89 0.86 0.68 -agitateurs agitateur nom m p 1.72 1.89 0.85 1.22 -agitation agitation nom f s 4.73 21.35 4.46 20.07 -agitations agitation nom f p 4.73 21.35 0.27 1.28 -agitato agitato adv 0.17 0.07 0.17 0.07 -agitatrice agitateur nom f s 1.72 1.89 0.01 0.00 -agite agiter ver 14.62 89.19 3.51 12.16 imp:pre:2s;ind:pre:1s;ind:pre:3s; -agitent agiter ver 14.62 89.19 1.53 5.54 ind:pre:3p; -agiter agiter ver 14.62 89.19 2.72 11.89 inf; -agitera agiter ver 14.62 89.19 0.03 0.07 ind:fut:3s; -agiterai agiter ver 14.62 89.19 0.02 0.00 ind:fut:1s; -agiterait agiter ver 14.62 89.19 0.01 0.27 cnd:pre:3s; -agiteront agiter ver 14.62 89.19 0.06 0.14 ind:fut:3p; -agites agiter ver 14.62 89.19 0.84 0.07 ind:pre:2s; -agitez agiter ver 14.62 89.19 0.76 0.14 imp:pre:2p;ind:pre:2p; -agitiez agiter ver 14.62 89.19 0.04 0.00 ind:imp:2p; -agitions agiter ver 14.62 89.19 0.00 0.07 ind:imp:1p; -agitons agiter ver 14.62 89.19 0.01 0.14 ind:pre:1p; -agitât agiter ver 14.62 89.19 0.00 0.07 sub:imp:3s; -agitèrent agiter ver 14.62 89.19 0.01 1.22 ind:pas:3p; -agité agité adj m s 5.37 9.86 2.90 3.38 -agitée agité adj f s 5.37 9.86 1.76 3.38 -agitées agité adj f p 5.37 9.86 0.20 1.49 -agités agité adj m p 5.37 9.86 0.51 1.62 -aglagla aglagla adv 0.00 0.07 0.00 0.07 -agnat agnat nom m s 0.03 0.07 0.03 0.07 -agnathes agnathe nom m p 0.00 0.07 0.00 0.07 -agneau agneau nom m s 16.13 8.78 13.01 5.95 -agneaux agneau nom m p 16.13 8.78 3.12 2.84 -agnela agneler ver 0.00 0.47 0.00 0.47 ind:pas:3s; -agnelage agnelage nom m s 0.00 0.07 0.00 0.07 -agnelet agnelet nom m s 0.11 0.07 0.11 0.07 -agneline agneline nom f s 0.00 0.07 0.00 0.07 -agnelle agnel nom f s 0.14 0.41 0.14 0.14 -agnelles agnel nom f p 0.14 0.41 0.00 0.27 -agnosie agnosie nom f s 0.02 0.00 0.02 0.00 -agnostique agnostique adj f s 0.08 0.47 0.08 0.41 -agnostiques agnostique nom p 0.03 0.14 0.01 0.07 -agnus_dei agnus_dei nom m 0.00 0.07 0.00 0.07 -agnus_dei agnus_dei nom m 0.47 0.14 0.47 0.14 -agonie agonie nom f s 4.68 14.59 4.44 13.38 -agonies agonie nom f p 4.68 14.59 0.25 1.22 -agonique agonique adj f s 0.01 0.00 0.01 0.00 -agoniques agonique nom p 0.00 0.14 0.00 0.07 -agonir agonir ver 0.03 0.95 0.01 0.61 inf; -agonirent agonir ver 0.03 0.95 0.00 0.07 ind:pas:3p; -agonisa agoniser ver 1.36 5.34 0.00 0.14 ind:pas:3s; -agonisai agoniser ver 1.36 5.34 0.00 0.07 ind:pas:1s; -agonisaient agoniser ver 1.36 5.34 0.00 0.34 ind:imp:3p; -agonisais agoniser ver 1.36 5.34 0.03 0.07 ind:imp:1s; -agonisait agoniser ver 1.36 5.34 0.23 1.62 ind:imp:3s; -agonisant agonisant adj m s 0.52 2.30 0.41 1.08 -agonisante agonisant adj f s 0.52 2.30 0.07 0.88 -agonisantes agonisant adj f p 0.52 2.30 0.01 0.27 -agonisants agonisant nom m p 0.23 3.38 0.17 1.35 -agonise agoniser ver 1.36 5.34 0.45 1.08 imp:pre:2s;ind:pre:1s;ind:pre:3s; -agonisent agoniser ver 1.36 5.34 0.14 0.34 ind:pre:3p; -agoniser agoniser ver 1.36 5.34 0.10 1.01 inf; -agonisez agoniser ver 1.36 5.34 0.02 0.07 imp:pre:2p; -agonisiez agoniser ver 1.36 5.34 0.02 0.07 ind:imp:2p; -agonissait agonir ver 0.03 0.95 0.00 0.07 ind:imp:3s; -agoniste agoniste adj s 0.00 0.07 0.00 0.07 -agonisé agoniser ver m s 1.36 5.34 0.26 0.00 par:pas; -agonit agonir ver 0.03 0.95 0.00 0.14 ind:pre:3s;ind:pas:3s; -agora agora nom f s 0.03 0.68 0.03 0.68 -agoraphobe agoraphobe adj m s 0.07 0.00 0.07 0.00 -agoraphobes agoraphobe nom p 0.01 0.07 0.00 0.07 -agoraphobie agoraphobie nom f s 0.23 0.07 0.23 0.07 -agouti agouti nom m s 0.01 0.41 0.01 0.34 -agoutis agouti nom m p 0.01 0.41 0.00 0.07 -agoyate agoyate nom m s 0.00 0.41 0.00 0.27 -agoyates agoyate nom m p 0.00 0.41 0.00 0.14 -agrafa agrafer ver 1.34 2.36 0.00 0.07 ind:pas:3s; -agrafage agrafage nom m s 0.03 0.00 0.03 0.00 -agrafait agrafer ver 1.34 2.36 0.00 0.47 ind:imp:3s; -agrafant agrafer ver 1.34 2.36 0.00 0.14 par:pre; -agrafe agrafe nom f s 0.86 2.43 0.34 0.88 -agrafent agrafer ver 1.34 2.36 0.01 0.07 ind:pre:3p; -agrafer agrafer ver 1.34 2.36 0.85 0.47 inf; -agraferai agrafer ver 1.34 2.36 0.01 0.00 ind:fut:1s; -agrafes agrafe nom f p 0.86 2.43 0.52 1.55 -agrafeur agrafeur nom m s 0.75 0.14 0.03 0.00 -agrafeuse agrafeur nom f s 0.75 0.14 0.73 0.07 -agrafeuses agrafeuse nom f p 0.06 0.00 0.06 0.00 -agrafez agrafer ver 1.34 2.36 0.06 0.00 imp:pre:2p;ind:pre:2p; -agrafons agrafer ver 1.34 2.36 0.02 0.00 imp:pre:1p; -agrafé agrafer ver m s 1.34 2.36 0.15 0.41 par:pas; -agrafée agrafer ver f s 1.34 2.36 0.04 0.41 par:pas; -agrafées agrafer ver f p 1.34 2.36 0.00 0.07 par:pas; -agrafés agrafer ver m p 1.34 2.36 0.03 0.07 par:pas; -agrainage agrainage nom m s 0.00 0.07 0.00 0.07 -agraire agraire adj s 0.35 0.54 0.31 0.41 -agraires agraire adj p 0.35 0.54 0.04 0.14 -agrandît agrandir ver 7.26 16.15 0.00 0.07 sub:imp:3s; -agrandi agrandir ver m s 7.26 16.15 0.53 1.96 par:pas; -agrandie agrandir ver f s 7.26 16.15 0.45 1.62 par:pas; -agrandies agrandir ver f p 7.26 16.15 0.00 0.68 par:pas; -agrandir agrandir ver 7.26 16.15 3.89 2.70 inf; -agrandira agrandir ver 7.26 16.15 0.14 0.14 ind:fut:3s; -agrandirai agrandir ver 7.26 16.15 0.01 0.00 ind:fut:1s; -agrandirait agrandir ver 7.26 16.15 0.28 0.00 cnd:pre:3s; -agrandirent agrandir ver 7.26 16.15 0.00 0.61 ind:pas:3p; -agrandiront agrandir ver 7.26 16.15 0.01 0.00 ind:fut:3p; -agrandis agrandir ver m p 7.26 16.15 0.41 3.85 imp:pre:2s;ind:pre:1s;ind:pre:2s;par:pas; -agrandissaient agrandir ver 7.26 16.15 0.00 0.74 ind:imp:3p; -agrandissait agrandir ver 7.26 16.15 0.04 1.01 ind:imp:3s; -agrandissant agrandir ver 7.26 16.15 0.16 0.47 par:pre; -agrandissement agrandissement nom m s 0.90 1.69 0.68 1.28 -agrandissements agrandissement nom m p 0.90 1.69 0.21 0.41 -agrandissent agrandir ver 7.26 16.15 0.03 0.54 ind:pre:3p; -agrandisseur agrandisseur nom m s 0.13 0.27 0.13 0.20 -agrandisseurs agrandisseur nom m p 0.13 0.27 0.00 0.07 -agrandissez agrandir ver 7.26 16.15 0.44 0.14 imp:pre:2p;ind:pre:2p; -agrandissons agrandir ver 7.26 16.15 0.04 0.00 imp:pre:1p; -agrandit agrandir ver 7.26 16.15 0.86 1.62 ind:pre:3s;ind:pas:3s; -agranulocytose agranulocytose nom f s 0.01 0.00 0.01 0.00 -agrarien agrarien adj m s 0.00 0.14 0.00 0.14 -agressa agresser ver 13.39 2.97 0.01 0.07 ind:pas:3s; -agressaient agresser ver 13.39 2.97 0.02 0.07 ind:imp:3p; -agressais agresser ver 13.39 2.97 0.02 0.07 ind:imp:1s;ind:imp:2s; -agressait agresser ver 13.39 2.97 0.08 0.14 ind:imp:3s; -agressant agresser ver 13.39 2.97 0.05 0.07 par:pre; -agresse agresser ver 13.39 2.97 1.46 0.68 imp:pre:2s;ind:pre:1s;ind:pre:3s; -agressent agresser ver 13.39 2.97 0.07 0.07 ind:pre:3p; -agresser agresser ver 13.39 2.97 2.42 0.34 inf; -agresseraient agresser ver 13.39 2.97 0.01 0.00 cnd:pre:3p; -agresserait agresser ver 13.39 2.97 0.01 0.00 cnd:pre:3s; -agresseur agresseur nom m s 6.87 3.78 5.03 2.43 -agresseurs agresseur nom m p 6.87 3.78 1.84 1.35 -agressez agresser ver 13.39 2.97 0.17 0.00 ind:pre:2p; -agressif agressif adj m s 9.83 15.88 5.76 6.82 -agressifs agressif adj m p 9.83 15.88 1.20 1.69 -agression agression nom f s 12.91 6.15 10.92 4.53 -agressions agression nom f p 12.91 6.15 1.99 1.62 -agressive agressif adj f s 9.83 15.88 2.48 6.22 -agressivement agressivement adv 0.11 1.01 0.11 1.01 -agressives agressif adj f p 9.83 15.88 0.39 1.15 -agressivité agressivité nom f s 2.54 5.00 2.54 4.86 -agressivités agressivité nom f p 2.54 5.00 0.00 0.14 -agressé agresser ver m s 13.39 2.97 5.33 0.81 par:pas; -agressée agresser ver f s 13.39 2.97 2.56 0.41 par:pas; -agressées agresser ver f p 13.39 2.97 0.25 0.07 par:pas; -agressés agresser ver m p 13.39 2.97 0.92 0.20 par:pas; -agreste agreste adj s 0.10 0.81 0.10 0.68 -agrestes agreste adj f p 0.10 0.81 0.00 0.14 -agriche agricher ver 0.00 0.14 0.00 0.07 ind:pre:3s; -agriches agricher ver 0.00 0.14 0.00 0.07 ind:pre:2s; -agricole agricole adj s 3.31 7.36 2.03 4.32 -agricoles agricole adj p 3.31 7.36 1.28 3.04 -agriculteur agriculteur nom m s 1.06 1.76 0.42 0.54 -agriculteurs agriculteur nom m p 1.06 1.76 0.63 1.08 -agricultrice agriculteur nom f s 1.06 1.76 0.01 0.00 -agricultrices agriculteur nom f p 1.06 1.76 0.00 0.14 -agriculture agriculture nom f s 3.39 2.77 3.39 2.77 -agrippa agripper ver 2.81 17.57 0.12 2.50 ind:pas:3s; -agrippai agripper ver 2.81 17.57 0.00 0.54 ind:pas:1s; -agrippaient agripper ver 2.81 17.57 0.00 1.08 ind:imp:3p; -agrippais agripper ver 2.81 17.57 0.01 0.07 ind:imp:1s;ind:imp:2s; -agrippait agripper ver 2.81 17.57 0.33 1.82 ind:imp:3s; -agrippant agripper ver 2.81 17.57 0.08 2.03 par:pre; -agrippants agrippant adj m p 0.00 0.14 0.00 0.07 -agrippe agripper ver 2.81 17.57 0.72 1.89 imp:pre:2s;ind:pre:1s;ind:pre:3s; -agrippement agrippement nom m s 0.00 0.07 0.00 0.07 -agrippent agripper ver 2.81 17.57 0.09 1.08 ind:pre:3p; -agripper agripper ver 2.81 17.57 0.44 1.28 imp:pre:2p;inf; -agrippes agripper ver 2.81 17.57 0.09 0.07 ind:pre:2s; -agrippez agripper ver 2.81 17.57 0.11 0.00 imp:pre:2p;ind:pre:2p; -agrippions agripper ver 2.81 17.57 0.00 0.07 ind:imp:1p; -agrippèrent agripper ver 2.81 17.57 0.00 0.41 ind:pas:3p; -agrippé agripper ver m s 2.81 17.57 0.56 2.30 par:pas; -agrippée agripper ver f s 2.81 17.57 0.23 1.01 par:pas; -agrippées agripper ver f p 2.81 17.57 0.03 0.61 par:pas; -agrippés agripper ver m p 2.81 17.57 0.01 0.81 par:pas; -agro_alimentaire agro_alimentaire adj f s 0.15 0.00 0.15 0.00 -agro agro nom s 0.00 0.20 0.00 0.20 -agroalimentaire agroalimentaire nom m s 0.04 0.00 0.04 0.00 -agronome agronome nom s 0.40 0.34 0.40 0.20 -agronomes agronome nom p 0.40 0.34 0.00 0.14 -agronomie agronomie nom f s 0.07 0.07 0.07 0.07 -agronomique agronomique adj s 0.03 0.07 0.03 0.07 -agrovilles agroville nom f p 0.00 0.07 0.00 0.07 -agrège agréger ver 0.46 0.81 0.00 0.07 ind:pre:3s; -agrègent agréger ver 0.46 0.81 0.00 0.07 ind:pre:3p; -agrès agrès nom m 0.24 1.01 0.24 1.01 -agréa agréer ver 1.09 5.07 0.14 0.20 ind:pas:3s; -agréable agréable adj s 40.24 36.01 37.71 31.35 -agréablement agréablement adv 0.63 3.65 0.63 3.65 -agréables agréable adj p 40.24 36.01 2.54 4.66 -agréaient agréer ver 1.09 5.07 0.00 0.14 ind:imp:3p; -agréais agréer ver 1.09 5.07 0.00 0.14 ind:imp:1s; -agréait agréer ver 1.09 5.07 0.00 0.47 ind:imp:3s; -agrée agréer ver 1.09 5.07 0.07 0.20 ind:pre:1s;ind:pre:3s; -agréent agréer ver 1.09 5.07 0.02 0.00 ind:pre:3p; -agréer agréer ver 1.09 5.07 0.45 3.18 inf; -agréera agréer ver 1.09 5.07 0.01 0.00 ind:fut:3s; -agréerait agréer ver 1.09 5.07 0.00 0.07 cnd:pre:3s; -agrées agréer ver 1.09 5.07 0.00 0.07 ind:pre:2s; -agréez agréer ver 1.09 5.07 0.14 0.14 imp:pre:2p;ind:pre:2p; -agrég agrég nom f s 0.14 0.00 0.14 0.00 -agrégat agrégat nom m s 0.03 0.61 0.02 0.47 -agrégatif agrégatif nom m s 0.00 0.47 0.00 0.41 -agrégatifs agrégatif nom m p 0.00 0.47 0.00 0.07 -agrégation agrégation nom f s 0.29 2.97 0.29 2.97 -agrégative agrégative nom f s 0.00 0.07 0.00 0.07 -agrégats agrégat nom m p 0.03 0.61 0.01 0.14 -agrégeaient agréger ver 0.46 0.81 0.00 0.07 ind:imp:3p; -agrégeait agréger ver 0.46 0.81 0.00 0.07 ind:imp:3s; -agréger agréger ver 0.46 0.81 0.00 0.07 inf; -agrégé agréger ver m s 0.46 0.81 0.34 0.20 par:pas; -agrégée agréger ver f s 0.46 0.81 0.10 0.20 par:pas; -agrégées agréger ver f p 0.46 0.81 0.01 0.00 par:pas; -agrégés agrégé nom m p 0.32 1.15 0.20 0.41 -agréions agréer ver 1.09 5.07 0.00 0.07 ind:imp:1p; -agrume agrume nom m s 0.41 0.54 0.01 0.07 -agrément agrément nom m s 1.75 7.16 1.50 6.01 -agrémenta agrémenter ver 0.35 5.68 0.01 0.20 ind:pas:3s; -agrémentaient agrémenter ver 0.35 5.68 0.00 0.20 ind:imp:3p; -agrémentait agrémenter ver 0.35 5.68 0.01 0.61 ind:imp:3s; -agrémentant agrémenter ver 0.35 5.68 0.00 0.20 par:pre; -agrémente agrémenter ver 0.35 5.68 0.03 0.14 ind:pre:3s; -agrémentent agrémenter ver 0.35 5.68 0.00 0.14 ind:pre:3p; -agrémenter agrémenter ver 0.35 5.68 0.03 0.41 inf; -agréments agrément nom m p 1.75 7.16 0.25 1.15 -agrémenté agrémenté adj m s 0.14 0.14 0.14 0.00 -agrémentée agrémenter ver f s 0.35 5.68 0.06 0.88 par:pas; -agrémentées agrémenter ver f p 0.35 5.68 0.00 0.68 par:pas; -agrémentés agrémenter ver m p 0.35 5.68 0.10 0.68 par:pas; -agrumes agrume nom m p 0.41 0.54 0.40 0.47 -agréé agréer ver m s 1.09 5.07 0.22 0.14 par:pas; -agréée agréé adj f s 0.17 0.68 0.04 0.00 -agréées agréer ver f p 1.09 5.07 0.02 0.00 par:pas; -agréés agréé adj m p 0.17 0.68 0.00 0.20 -aguardiente aguardiente nom f s 0.03 0.00 0.03 0.00 -aguerri aguerri adj m s 0.66 1.01 0.59 0.41 -aguerrie aguerri adj f s 0.66 1.01 0.04 0.14 -aguerries aguerri adj f p 0.66 1.01 0.01 0.07 -aguerrir aguerrir ver 0.21 0.81 0.07 0.20 inf; -aguerrira aguerrir ver 0.21 0.81 0.01 0.00 ind:fut:3s; -aguerris aguerri adj m p 0.66 1.01 0.01 0.41 -aguerrissait aguerrir ver 0.21 0.81 0.00 0.07 ind:imp:3s; -aguerrit aguerrir ver 0.21 0.81 0.01 0.00 ind:pre:3s; -aguichage aguichage nom m s 0.01 0.00 0.01 0.00 -aguichait aguicher ver 0.30 0.88 0.03 0.20 ind:imp:3s; -aguichant aguichant adj m s 0.14 0.54 0.04 0.07 -aguichante aguichant adj f s 0.14 0.54 0.07 0.27 -aguichantes aguichant adj f p 0.14 0.54 0.03 0.20 -aguiche aguicher ver 0.30 0.88 0.04 0.14 ind:pre:3s; -aguichent aguicher ver 0.30 0.88 0.03 0.14 ind:pre:3p; -aguicher aguicher ver 0.30 0.88 0.21 0.41 inf; -aguicheur aguicheur adj m s 0.23 0.47 0.06 0.07 -aguicheurs aguicheur adj m p 0.23 0.47 0.00 0.07 -aguicheuse aguicheur nom f s 0.04 0.14 0.04 0.14 -aguicheuses aguicheur adj f p 0.23 0.47 0.17 0.14 -aguillera aguiller ver 0.01 0.00 0.01 0.00 ind:fut:3s; -ah ah ono 576.53 297.16 576.53 297.16 -ahan ahan nom m s 0.00 0.54 0.00 0.34 -ahana ahaner ver 0.01 2.16 0.00 0.20 ind:pas:3s; -ahanaient ahaner ver 0.01 2.16 0.00 0.14 ind:imp:3p; -ahanait ahaner ver 0.01 2.16 0.00 0.34 ind:imp:3s; -ahanant ahaner ver 0.01 2.16 0.00 0.61 par:pre; -ahanante ahanant adj f s 0.00 0.41 0.00 0.14 -ahane ahaner ver 0.01 2.16 0.01 0.34 ind:pre:1s;ind:pre:3s; -ahanement ahanement nom m s 0.00 0.34 0.00 0.07 -ahanements ahanement nom m p 0.00 0.34 0.00 0.27 -ahanent ahaner ver 0.01 2.16 0.00 0.14 ind:pre:3p; -ahaner ahaner ver 0.01 2.16 0.00 0.27 inf; -ahans ahan nom m p 0.00 0.54 0.00 0.20 -ahané ahaner ver m s 0.01 2.16 0.00 0.14 par:pas; -ahi ahi adv 0.06 0.27 0.06 0.27 -ahou ahou adv 0.01 0.00 0.01 0.00 -ahuri ahuri nom m s 0.41 3.04 0.37 1.76 -ahurie ahuri adj f s 0.39 7.70 0.04 2.03 -ahuries ahuri adj f p 0.39 7.70 0.00 0.27 -ahurir ahurir ver 0.34 3.38 0.00 0.41 inf; -ahuris ahuri nom m p 0.41 3.04 0.04 1.22 -ahurissait ahurir ver 0.34 3.38 0.00 0.27 ind:imp:3s; -ahurissant ahurissant adj m s 0.70 2.16 0.42 1.15 -ahurissante ahurissant adj f s 0.70 2.16 0.21 0.61 -ahurissantes ahurissant adj f p 0.70 2.16 0.05 0.14 -ahurissants ahurissant adj m p 0.70 2.16 0.03 0.27 -ahurissement ahurissement nom m s 0.00 1.82 0.00 1.76 -ahurissements ahurissement nom m p 0.00 1.82 0.00 0.07 -ahurit ahurir ver 0.34 3.38 0.00 0.41 ind:pre:3s;ind:pas:3s; -ai avoir aux 18559.23 12800.81 4902.10 2119.12 ind:pre:1s; -aicher aicher ver 0.10 0.00 0.10 0.00 inf; -aida aider ver 688.71 158.65 0.81 7.09 ind:pas:3s; -aidai aider ver 688.71 158.65 0.03 1.08 ind:pas:1s; -aidaient aider ver 688.71 158.65 1.04 3.31 ind:imp:3p; -aidais aider ver 688.71 158.65 3.18 1.49 ind:imp:1s;ind:imp:2s; -aidait aider ver 688.71 158.65 3.47 9.73 ind:imp:3s; -aidant aider ver 688.71 158.65 1.70 11.49 par:pre; -aidassent aider ver 688.71 158.65 0.00 0.14 sub:imp:3p; -aide_bourreau aide_bourreau nom s 0.00 0.14 0.00 0.14 -aide_comptable aide_comptable nom m s 0.04 0.07 0.04 0.07 -aide_cuisinier aide_cuisinier nom m s 0.02 0.14 0.02 0.14 -aide_infirmier aide_infirmier nom s 0.04 0.00 0.04 0.00 -aide_jardinier aide_jardinier nom m s 0.01 0.07 0.01 0.07 -aide_major aide_major nom m 0.00 0.14 0.00 0.14 -aide_mémoire aide_mémoire nom m 0.04 0.41 0.04 0.41 -aide_ménagère aide_ménagère nom f s 0.00 0.27 0.00 0.27 -aide_pharmacien aide_pharmacien nom s 0.00 0.07 0.00 0.07 -aide_soignant aide_soignant nom m s 0.40 0.27 0.20 0.00 -aide_soignant aide_soignant nom f s 0.40 0.27 0.12 0.14 -aide aide nom s 175.59 55.54 171.41 52.30 -aident aider ver 688.71 158.65 6.75 2.57 ind:pre:3p;sub:pre:3p; -aider aider ver 688.71 158.65 362.77 60.41 inf;;inf;;inf;;inf;; -aidera aider ver 688.71 158.65 19.59 2.97 ind:fut:3s; -aiderai aider ver 688.71 158.65 10.91 2.03 ind:fut:1s; -aideraient aider ver 688.71 158.65 0.41 0.41 cnd:pre:3p; -aiderais aider ver 688.71 158.65 2.60 0.20 cnd:pre:1s;cnd:pre:2s; -aiderait aider ver 688.71 158.65 7.82 3.58 cnd:pre:3s; -aideras aider ver 688.71 158.65 3.29 0.81 ind:fut:2s; -aiderez aider ver 688.71 158.65 2.18 0.54 ind:fut:2p; -aideriez aider ver 688.71 158.65 0.96 0.20 cnd:pre:2p; -aiderions aider ver 688.71 158.65 0.02 0.07 cnd:pre:1p; -aiderons aider ver 688.71 158.65 1.47 0.14 ind:fut:1p; -aideront aider ver 688.71 158.65 3.19 0.74 ind:fut:3p; -aide_soignant aide_soignant nom f p 0.40 0.27 0.00 0.14 -aide_soignant aide_soignant nom m p 0.40 0.27 0.08 0.00 -aides aider ver 688.71 158.65 19.22 1.49 ind:pre:2s;sub:pre:2s; -aidez aider ver 688.71 158.65 64.36 2.77 imp:pre:2p;ind:pre:2p; -aidiez aider ver 688.71 158.65 2.21 0.20 ind:imp:2p;sub:pre:2p; -aidions aider ver 688.71 158.65 0.14 0.27 ind:imp:1p; -aidons aider ver 688.71 158.65 1.75 0.47 imp:pre:1p;ind:pre:1p; -aidât aider ver 688.71 158.65 0.00 0.54 sub:imp:3s; -aidèrent aider ver 688.71 158.65 0.03 1.76 ind:pas:3p; -aidé aider ver m s 688.71 158.65 34.74 15.61 par:pas; -aidée aider ver f s 688.71 158.65 8.64 4.80 par:pas; -aidées aider ver f p 688.71 158.65 0.62 0.34 par:pas; -aidés aider ver m p 688.71 158.65 5.13 3.04 par:pas; -aie avoir aux 18559.23 12800.81 31.75 21.69 sub:pre:1s; -aient avoir aux 18559.23 12800.81 12.67 19.80 sub:pre:3p; -aies avoir aux 18559.23 12800.81 22.71 4.93 sub:pre:2s; -aigle aigle nom s 6.90 11.35 5.50 7.91 -aiglefin aiglefin nom m s 0.00 0.07 0.00 0.07 -aigles aigle nom p 6.90 11.35 1.40 3.45 -aiglon aiglon nom m s 0.47 0.95 0.42 0.68 -aiglons aiglon nom m p 0.47 0.95 0.05 0.27 -aigre_doux aigre_doux adj f s 0.29 1.08 0.08 0.54 -aigre_doux aigre_doux adj m 0.29 1.08 0.20 0.34 -aigre aigre adj s 0.55 10.47 0.42 8.38 -aigrelet aigrelet adj m s 0.14 3.58 0.00 1.35 -aigrelets aigrelet adj m p 0.14 3.58 0.14 0.20 -aigrelette aigrelet adj f s 0.14 3.58 0.01 1.76 -aigrelettes aigrelet adj f p 0.14 3.58 0.00 0.27 -aigrement aigrement adv 0.00 1.42 0.00 1.42 -aigre_douce aigre_douce adj f p 0.01 0.20 0.01 0.20 -aigre_doux aigre_doux adj m p 0.29 1.08 0.01 0.20 -aigres aigre adj p 0.55 10.47 0.13 2.09 -aigrette aigrette nom f s 0.72 2.64 0.02 1.22 -aigrettes aigrette nom f p 0.72 2.64 0.70 1.42 -aigreur aigreur nom f s 0.56 4.32 0.21 2.91 -aigreurs aigreur nom f p 0.56 4.32 0.35 1.42 -aigri aigri adj m s 1.06 1.08 0.79 0.54 -aigrie aigri adj f s 1.06 1.08 0.24 0.20 -aigries aigri adj f p 1.06 1.08 0.02 0.00 -aigrir aigrir ver 0.65 2.09 0.01 0.41 inf; -aigrirent aigrir ver 0.65 2.09 0.00 0.14 ind:pas:3p; -aigris aigri nom m p 0.40 0.54 0.17 0.20 -aigrissaient aigrir ver 0.65 2.09 0.00 0.14 ind:imp:3p; -aigrissait aigrir ver 0.65 2.09 0.00 0.14 ind:imp:3s; -aigrissent aigrir ver 0.65 2.09 0.00 0.07 ind:pre:3p; -aigrit aigrir ver 0.65 2.09 0.10 0.07 ind:pre:3s;ind:pas:3s; -aigu aigu adj m s 4.46 32.09 1.75 11.96 -aiguade aiguade nom f s 0.00 0.14 0.00 0.14 -aiguail aiguail nom m s 0.00 0.27 0.00 0.27 -aigue_marine aigue_marine nom f s 0.00 0.81 0.00 0.47 -aigue aiguer ver 0.17 0.00 0.17 0.00 ind:pre:3s; -aigue_marine aigue_marine nom f p 0.00 0.81 0.00 0.34 -aiguilla aiguiller ver 1.13 3.24 0.00 0.34 ind:pas:3s; -aiguillage aiguillage nom m s 0.60 2.16 0.48 1.42 -aiguillages aiguillage nom m p 0.60 2.16 0.12 0.74 -aiguillant aiguiller ver 1.13 3.24 0.00 0.20 par:pre; -aiguillat aiguillat nom m s 0.02 0.00 0.02 0.00 -aiguille aiguille nom f s 14.34 34.19 10.40 18.38 -aiguiller aiguiller ver 1.13 3.24 0.21 0.27 inf; -aiguilles aiguille nom f p 14.34 34.19 3.94 15.81 -aiguillettes aiguillette nom f p 0.07 0.20 0.07 0.20 -aiguilleur aiguilleur nom m s 0.35 0.41 0.29 0.34 -aiguilleurs aiguilleur nom m p 0.35 0.41 0.06 0.07 -aiguillon aiguillon nom m s 0.36 2.50 0.35 2.09 -aiguillonnaient aiguillonner ver 0.17 1.55 0.00 0.14 ind:imp:3p; -aiguillonnait aiguillonner ver 0.17 1.55 0.00 0.20 ind:imp:3s; -aiguillonnant aiguillonner ver 0.17 1.55 0.00 0.07 par:pre; -aiguillonnante aiguillonnant adj f s 0.00 0.07 0.00 0.07 -aiguillonne aiguillonner ver 0.17 1.55 0.03 0.07 imp:pre:2s;ind:pre:1s;ind:pre:3s; -aiguillonnent aiguillonner ver 0.17 1.55 0.10 0.07 ind:pre:3p; -aiguillonner aiguillonner ver 0.17 1.55 0.03 0.27 inf; -aiguillonné aiguillonner ver m s 0.17 1.55 0.00 0.34 par:pas; -aiguillonnée aiguillonner ver f s 0.17 1.55 0.00 0.14 par:pas; -aiguillonnées aiguillonner ver f p 0.17 1.55 0.00 0.07 par:pas; -aiguillonnés aiguillonner ver m p 0.17 1.55 0.01 0.20 par:pas; -aiguillons aiguillon nom m p 0.36 2.50 0.01 0.41 -aiguillé aiguiller ver m s 1.13 3.24 0.22 0.20 par:pas; -aiguillée aiguiller ver f s 1.13 3.24 0.04 0.14 par:pas; -aiguillées aiguiller ver f p 1.13 3.24 0.00 0.14 par:pas; -aiguillés aiguiller ver m p 1.13 3.24 0.03 0.00 par:pas; -aiguisa aiguiser ver 2.62 7.36 0.00 0.20 ind:pas:3s; -aiguisai aiguiser ver 2.62 7.36 0.00 0.07 ind:pas:1s; -aiguisaient aiguiser ver 2.62 7.36 0.00 0.34 ind:imp:3p; -aiguisait aiguiser ver 2.62 7.36 0.01 1.01 ind:imp:3s; -aiguisant aiguiser ver 2.62 7.36 0.01 0.61 par:pre; -aiguisas aiguiser ver 2.62 7.36 0.00 0.07 ind:pas:2s; -aiguise aiguiser ver 2.62 7.36 0.53 1.28 imp:pre:2s;ind:pre:1s;ind:pre:3s; -aiguisent aiguiser ver 2.62 7.36 0.23 0.41 ind:pre:3p; -aiguiser aiguiser ver 2.62 7.36 0.84 1.62 inf; -aiguisera aiguiser ver 2.62 7.36 0.01 0.00 ind:fut:3s; -aiguiserai aiguiser ver 2.62 7.36 0.00 0.07 ind:fut:1s; -aiguiseur aiguiseur nom m s 0.04 0.00 0.04 0.00 -aiguisez aiguiser ver 2.62 7.36 0.25 0.00 imp:pre:2p;ind:pre:2p; -aiguisoir aiguisoir nom m s 0.01 0.07 0.01 0.07 -aiguisons aiguiser ver 2.62 7.36 0.03 0.00 imp:pre:1p; -aiguisèrent aiguiser ver 2.62 7.36 0.00 0.20 ind:pas:3p; -aiguisé aiguisé adj m s 1.47 1.69 0.66 0.34 -aiguisée aiguisé adj f s 1.47 1.69 0.39 0.61 -aiguisées aiguisé adj f p 1.47 1.69 0.11 0.41 -aiguisés aiguisé adj m p 1.47 1.69 0.31 0.34 -aiguière aiguière nom f s 0.00 0.27 0.00 0.27 -aigus aigu adj m p 4.46 32.09 0.31 5.00 -aiguë aigu adj f s 4.46 32.09 2.13 11.49 -aiguës aigu adj f p 4.46 32.09 0.27 3.65 -ail ail nom m s 9.14 7.97 9.14 7.97 -aile aile nom f s 33.45 60.47 15.00 20.47 -aileron aileron nom m s 0.79 1.49 0.42 0.41 -ailerons aileron nom m p 0.79 1.49 0.37 1.08 -ailes aile nom f p 33.45 60.47 18.45 40.00 -ailette ailette nom f s 0.03 0.54 0.01 0.14 -ailettes ailette nom f p 0.03 0.54 0.02 0.41 -ailier ailier nom m s 1.40 1.35 1.35 1.22 -ailiers ailier nom m p 1.40 1.35 0.05 0.14 -aillais ailler ver 0.20 0.61 0.14 0.00 ind:imp:1s; -aille aller ver 9992.78 2854.93 89.81 36.55 sub:pre:1s;sub:pre:3s; -aillent aller ver 9992.78 2854.93 5.93 4.86 sub:pre:3p; -ailler ailler ver 0.20 0.61 0.01 0.00 inf; -ailles aller ver 9992.78 2854.93 14.98 2.43 sub:pre:2s; -ailleurs ailleurs adv_sup 128.74 346.35 128.74 346.35 -aillions ailler ver 0.20 0.61 0.03 0.00 ind:imp:1p; -aillons ailler ver 0.20 0.61 0.01 0.00 ind:pre:1p; -aillé ailler ver m s 0.20 0.61 0.01 0.27 par:pas; -aillée ailler ver f s 0.20 0.61 0.00 0.07 par:pas; -aillés ailler ver m p 0.20 0.61 0.00 0.27 par:pas; -ailé ailé adj m s 1.19 3.04 0.71 1.42 -ailée ailer ver f s 0.21 0.74 0.16 0.20 par:pas; -ailées ailé adj f p 1.19 3.04 0.07 0.27 -ailés ailé adj m p 1.19 3.04 0.29 0.54 -aima aimer ver 1655.04 795.61 0.41 1.69 ind:pas:3s; -aimable aimable adj s 23.41 29.26 21.98 24.59 -aimablement aimablement adv 0.52 3.85 0.52 3.85 -aimables aimable adj p 23.41 29.26 1.43 4.66 -aimai aimer ver 1655.04 795.61 0.20 0.81 ind:pas:1s; -aimaient aimer ver 1655.04 795.61 6.20 16.42 ind:imp:3p; -aimais aimer ver 1655.04 795.61 58.07 57.16 ind:imp:1s;ind:imp:2s; -aimait aimer ver 1655.04 795.61 49.57 128.72 ind:imp:3s; -aimant aimer ver 1655.04 795.61 2.60 3.92 par:pre; -aimantaient aimanter ver 0.35 2.30 0.00 0.14 ind:imp:3p; -aimantait aimanter ver 0.35 2.30 0.00 0.07 ind:imp:3s; -aimantation aimantation nom f s 0.00 0.47 0.00 0.47 -aimante aimant adj f s 2.86 2.70 1.37 1.42 -aimanter aimanter ver 0.35 2.30 0.02 0.14 inf; -aimantes aimant adj f p 2.86 2.70 0.07 0.14 -aimants aimant nom m p 2.31 2.97 0.61 0.27 -aimanté aimanter ver m s 0.35 2.30 0.14 0.34 par:pas; -aimantée aimanter ver f s 0.35 2.30 0.04 0.54 par:pas; -aimantées aimanter ver f p 0.35 2.30 0.12 0.20 par:pas; -aimantés aimanter ver m p 0.35 2.30 0.02 0.41 par:pas; -aimasse aimer ver 1655.04 795.61 0.02 0.00 sub:imp:1s; -aimassent aimer ver 1655.04 795.61 0.00 0.20 sub:imp:3p; -aimassions aimer ver 1655.04 795.61 0.00 0.07 sub:imp:1p; -aime aimer ver 1655.04 795.61 751.29 257.57 imp:pre:2s;ind:pre:1s;ind:pre:1s;ind:pre:3s;sub:pre:1s;sub:pre:3s; -aiment aimer ver 1655.04 795.61 48.46 26.96 ind:pre:3p;sub:pre:3p; -aimer aimer ver 1655.04 795.61 90.41 84.46 inf;;inf;;inf;;inf;;inf;; -aimera aimer ver 1655.04 795.61 8.10 2.57 ind:fut:3s; -aimerai aimer ver 1655.04 795.61 13.99 2.97 ind:fut:1s; -aimeraient aimer ver 1655.04 795.61 5.08 2.03 cnd:pre:3p; -aimerais aimer ver 1655.04 795.61 227.66 36.01 cnd:pre:1s;cnd:pre:2s; -aimerait aimer ver 1655.04 795.61 21.70 12.43 cnd:pre:3s; -aimeras aimer ver 1655.04 795.61 4.30 1.28 ind:fut:2s; -aimerez aimer ver 1655.04 795.61 2.71 1.01 ind:fut:2p; -aimeriez aimer ver 1655.04 795.61 8.88 0.88 cnd:pre:2p; -aimerions aimer ver 1655.04 795.61 7.21 1.01 cnd:pre:1p; -aimerons aimer ver 1655.04 795.61 0.46 0.27 ind:fut:1p; -aimeront aimer ver 1655.04 795.61 1.32 0.34 ind:fut:3p; -aimes aimer ver 1655.04 795.61 170.38 25.61 ind:pre:2s;sub:pre:2s; -aimeuse aimeur nom f s 0.00 0.07 0.00 0.07 -aimez aimer ver 1655.04 795.61 62.25 18.38 imp:pre:2p;ind:pre:2p; -aimiez aimer ver 1655.04 795.61 6.92 2.64 ind:imp:2p;sub:pre:2p; -aimions aimer ver 1655.04 795.61 2.03 6.55 ind:imp:1p;sub:pre:1p; -aimâmes aimer ver 1655.04 795.61 0.00 0.14 ind:pas:1p; -aimons aimer ver 1655.04 795.61 11.58 6.22 imp:pre:1p;ind:pre:1p; -aimât aimer ver 1655.04 795.61 0.10 2.03 sub:imp:3s; -aimâtes aimer ver 1655.04 795.61 0.03 0.00 ind:pas:2p; -aimèrent aimer ver 1655.04 795.61 0.16 0.47 ind:pas:3p; -aimé aimer ver m s 1655.04 795.61 75.92 71.96 par:pas; -aimée aimer ver f s 1655.04 795.61 12.66 14.80 par:pas; -aimées aimer ver f p 1655.04 795.61 0.43 1.62 par:pas; -aimés aimer ver m p 1655.04 795.61 3.94 6.42 par:pas; -aine aine nom f s 0.64 2.77 0.64 2.64 -aines aine nom f p 0.64 2.77 0.00 0.14 -ains ains con 0.02 0.00 0.02 0.00 -ainsi ainsi adv_sup 207.68 469.46 207.68 469.46 -air_air air_air adj m 0.09 0.00 0.09 0.00 -air_mer air_mer adj 0.02 0.00 0.02 0.00 -air_sol air_sol adj m p 0.13 0.00 0.13 0.00 -air_bag air_bag nom m s 0.02 0.00 0.02 0.00 -air air nom m s 485.18 690.81 473.50 661.01 -airain airain nom m s 0.17 1.69 0.17 1.69 -airbag airbag nom m s 1.11 0.00 0.44 0.00 -airbags airbag nom m p 1.11 0.00 0.67 0.00 -airbus airbus nom m 0.01 0.00 0.01 0.00 -aire aire nom f s 5.54 5.14 4.55 4.46 -airedale airedale nom m s 0.01 0.00 0.01 0.00 -airelle airelle nom f s 1.12 0.41 0.08 0.07 -airelles airelle nom f p 1.12 0.41 1.04 0.34 -aires aire nom f p 5.54 5.14 0.99 0.68 -airs air nom m p 485.18 690.81 11.68 29.80 -ais ais nom m 10.14 0.47 10.14 0.47 -aisance aisance nom f s 1.50 15.41 1.44 15.20 -aisances aisance nom f p 1.50 15.41 0.06 0.20 -aise aise nom f s 32.73 52.64 31.64 50.81 -aises aise nom f p 32.73 52.64 1.09 1.82 -aisseau aisseau nom m s 0.01 0.00 0.01 0.00 -aisselle aisselle nom f s 1.29 8.99 0.54 3.72 -aisselles aisselle nom f p 1.29 8.99 0.75 5.27 -aisé aisé adj m s 3.03 7.77 1.44 3.11 -aisée aisé adj f s 3.03 7.77 1.04 2.91 -aisées aisé adj f p 3.03 7.77 0.22 0.68 -aisément aisément adv 2.51 11.69 2.51 11.69 -aisés aisé adj m p 3.03 7.77 0.33 1.08 -ait avoir aux 18559.23 12800.81 95.36 99.53 sub:pre:3s; -aixois aixois nom m 0.00 0.14 0.00 0.14 -ajaccienne ajaccienne nom f s 0.00 0.07 0.00 0.07 -ajax ajax nom m s 0.00 0.07 0.00 0.07 -ajistes ajiste adj f p 0.00 0.07 0.00 0.07 -ajointer ajointer ver 0.00 0.20 0.00 0.07 inf; -ajointée ajointer ver f s 0.00 0.20 0.00 0.14 par:pas; -ajonc ajonc nom m s 0.00 1.69 0.00 0.20 -ajoncs ajonc nom m p 0.00 1.69 0.00 1.49 -ajouraient ajourer ver 0.00 1.42 0.00 0.07 ind:imp:3p; -ajourait ajourer ver 0.00 1.42 0.00 0.14 ind:imp:3s; -ajourant ajourer ver 0.00 1.42 0.00 0.14 par:pre; -ajourna ajourner ver 1.48 0.88 0.00 0.07 ind:pas:3s; -ajournait ajourner ver 1.48 0.88 0.00 0.07 ind:imp:3s; -ajourne ajourner ver 1.48 0.88 0.19 0.00 imp:pre:2s;ind:pre:1s;ind:pre:3s; -ajournement ajournement nom m s 0.47 0.14 0.45 0.07 -ajournements ajournement nom m p 0.47 0.14 0.02 0.07 -ajourner ajourner ver 1.48 0.88 0.28 0.47 inf; -ajournez ajourner ver 1.48 0.88 0.01 0.00 imp:pre:2p; -ajourné ajourner ver m s 1.48 0.88 0.27 0.14 par:pas; -ajournée ajourner ver f s 1.48 0.88 0.71 0.14 par:pas; -ajournés ajourner ver m p 1.48 0.88 0.01 0.00 par:pas; -ajours ajour nom m p 0.00 0.14 0.00 0.14 -ajouré ajouré adj m s 0.02 2.70 0.00 0.81 -ajourée ajouré adj f s 0.02 2.70 0.00 0.81 -ajourées ajouré adj f p 0.02 2.70 0.02 0.68 -ajourés ajouré adj m p 0.02 2.70 0.00 0.41 -ajout ajout nom m s 0.94 0.47 0.73 0.20 -ajouta ajouter ver 38.88 224.66 0.39 85.00 ind:pas:3s; -ajoutai ajouter ver 38.88 224.66 0.04 5.34 ind:pas:1s; -ajoutaient ajouter ver 38.88 224.66 0.09 4.26 ind:imp:3p; -ajoutais ajouter ver 38.88 224.66 0.19 1.42 ind:imp:1s;ind:imp:2s; -ajoutait ajouter ver 38.88 224.66 0.35 22.57 ind:imp:3s; -ajoutant ajouter ver 38.88 224.66 0.63 11.08 par:pre; -ajoutassent ajouter ver 38.88 224.66 0.00 0.07 sub:imp:3p; -ajoute ajouter ver 38.88 224.66 8.34 29.19 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -ajoutent ajouter ver 38.88 224.66 0.79 1.89 ind:pre:3p; -ajouter ajouter ver 38.88 224.66 15.45 33.85 imp:pre:2p;inf; -ajoutera ajouter ver 38.88 224.66 0.50 0.68 ind:fut:3s; -ajouterai ajouter ver 38.88 224.66 1.09 1.22 ind:fut:1s; -ajouteraient ajouter ver 38.88 224.66 0.00 0.27 cnd:pre:3p; -ajouterais ajouter ver 38.88 224.66 0.65 0.41 cnd:pre:1s;cnd:pre:2s; -ajouterait ajouter ver 38.88 224.66 0.27 0.74 cnd:pre:3s; -ajouteras ajouter ver 38.88 224.66 0.01 0.00 ind:fut:2s; -ajouterez ajouter ver 38.88 224.66 0.02 0.41 ind:fut:2p; -ajouterons ajouter ver 38.88 224.66 0.08 0.00 ind:fut:1p; -ajouteront ajouter ver 38.88 224.66 0.03 0.41 ind:fut:3p; -ajoutes ajouter ver 38.88 224.66 0.70 0.61 ind:pre:2s; -ajoutez ajouter ver 38.88 224.66 3.09 2.30 imp:pre:2p;ind:pre:2p; -ajoutiez ajouter ver 38.88 224.66 0.03 0.14 ind:imp:2p; -ajoutions ajouter ver 38.88 224.66 0.14 0.14 ind:imp:1p; -ajoutons ajouter ver 38.88 224.66 0.57 0.68 imp:pre:1p;ind:pre:1p; -ajoutât ajouter ver 38.88 224.66 0.00 0.27 sub:imp:3s; -ajouts ajout nom m p 0.94 0.47 0.21 0.27 -ajoutèrent ajouter ver 38.88 224.66 0.27 0.68 ind:pas:3p; -ajouté ajouter ver m s 38.88 224.66 4.42 18.99 imp:pre:2s;par:pas;par:pas; -ajoutée ajouter ver f s 38.88 224.66 0.43 0.95 par:pas; -ajoutées ajouter ver f p 38.88 224.66 0.15 0.74 par:pas; -ajoutés ajouter ver m p 38.88 224.66 0.17 0.41 par:pas; -ajusta ajuster ver 4.88 10.41 0.01 2.50 ind:pas:3s; -ajustable ajustable adj s 0.07 0.07 0.07 0.07 -ajustables ajustable adj p 0.07 0.07 0.01 0.00 -ajustage ajustage nom m s 0.01 0.14 0.01 0.14 -ajustaient ajuster ver 4.88 10.41 0.02 0.07 ind:imp:3p; -ajustais ajuster ver 4.88 10.41 0.02 0.00 ind:imp:1s;ind:imp:2s; -ajustait ajuster ver 4.88 10.41 0.02 0.81 ind:imp:3s; -ajustant ajuster ver 4.88 10.41 0.08 1.01 par:pre; -ajuste ajuster ver 4.88 10.41 1.68 1.55 imp:pre:2s;ind:pre:1s;ind:pre:3s; -ajustement ajustement nom m s 0.85 0.88 0.40 0.61 -ajustements ajustement nom m p 0.85 0.88 0.46 0.27 -ajustent ajuster ver 4.88 10.41 0.10 0.27 ind:pre:3p; -ajuster ajuster ver 4.88 10.41 1.77 1.76 inf; -ajusterai ajuster ver 4.88 10.41 0.01 0.07 ind:fut:1s; -ajusteur ajusteur nom m s 0.62 0.61 0.62 0.54 -ajusteurs ajusteur nom m p 0.62 0.61 0.00 0.07 -ajustez ajuster ver 4.88 10.41 0.43 0.00 imp:pre:2p;ind:pre:2p; -ajustons ajuster ver 4.88 10.41 0.04 0.07 imp:pre:1p;ind:pre:1p; -ajustèrent ajuster ver 4.88 10.41 0.00 0.07 ind:pas:3p; -ajusté ajusté adj m s 0.42 3.24 0.28 1.22 -ajustée ajusté adj f s 0.42 3.24 0.04 1.08 -ajustées ajuster ver f p 4.88 10.41 0.15 0.34 par:pas; -ajusture ajusture nom f s 0.00 0.07 0.00 0.07 -ajustés ajuster ver m p 4.88 10.41 0.28 0.41 par:pas; -ajutage ajutage nom m s 0.10 0.00 0.10 0.00 -akkadien akkadien nom m s 0.03 0.00 0.03 0.00 -akkadienne akkadienne adj f s 0.01 0.00 0.01 0.00 -ako ako nom m s 0.08 0.00 0.08 0.00 -akvavit akvavit nom m s 0.01 0.20 0.01 0.20 -al_dente al_dente adv 0.40 0.14 0.40 0.14 -alabandines alabandine nom f p 0.00 0.07 0.00 0.07 -alacrité alacrité nom f s 0.01 0.61 0.01 0.61 -alain alain nom s 0.14 0.00 0.14 0.00 -alaire alaire adj s 0.14 0.00 0.14 0.00 -alaise alaise nom f s 0.02 0.07 0.02 0.07 -alambic alambic nom m s 0.70 1.22 0.65 1.08 -alambics alambic nom m p 0.70 1.22 0.05 0.14 -alambiqué alambiquer ver m s 0.04 0.00 0.02 0.00 par:pas; -alambiquée alambiqué adj f s 0.09 0.14 0.01 0.00 -alambiquées alambiqué adj f p 0.09 0.14 0.04 0.07 -alambiqués alambiqué adj m p 0.09 0.14 0.03 0.07 -alangui alangui adj m s 0.04 2.30 0.02 0.95 -alanguie alanguir ver f s 0.13 1.89 0.12 0.34 par:pas; -alanguies alangui adj f p 0.04 2.30 0.00 0.20 -alanguir alanguir ver 0.13 1.89 0.00 0.20 inf; -alanguis alangui adj m p 0.04 2.30 0.00 0.27 -alanguissaient alanguir ver 0.13 1.89 0.00 0.14 ind:imp:3p; -alanguissait alanguir ver 0.13 1.89 0.01 0.20 ind:imp:3s; -alanguissant alanguir ver 0.13 1.89 0.00 0.14 par:pre; -alanguissante alanguissant adj f s 0.00 0.07 0.00 0.07 -alanguissement alanguissement nom m s 0.00 0.47 0.00 0.34 -alanguissements alanguissement nom m p 0.00 0.47 0.00 0.14 -alanguissent alanguir ver 0.13 1.89 0.00 0.07 ind:pre:3p; -alanguit alanguir ver 0.13 1.89 0.00 0.34 ind:pre:3s;ind:pas:3s; -alarma alarmer ver 2.45 6.28 0.14 0.81 ind:pas:3s; -alarmai alarmer ver 2.45 6.28 0.00 0.07 ind:pas:1s; -alarmaient alarmer ver 2.45 6.28 0.00 0.07 ind:imp:3p; -alarmait alarmer ver 2.45 6.28 0.00 1.08 ind:imp:3s; -alarmant alarmant adj m s 1.54 2.84 1.12 0.81 -alarmante alarmant adj f s 1.54 2.84 0.22 0.68 -alarmantes alarmant adj f p 1.54 2.84 0.16 0.54 -alarmants alarmant adj m p 1.54 2.84 0.03 0.81 -alarme alarme nom f s 19.29 7.84 16.71 6.35 -alarmer alarmer ver 2.45 6.28 1.19 1.22 inf; -alarmeraient alarmer ver 2.45 6.28 0.01 0.00 cnd:pre:3p; -alarmerait alarmer ver 2.45 6.28 0.02 0.07 cnd:pre:3s; -alarmes alarme nom f p 19.29 7.84 2.58 1.49 -alarmez alarmer ver 2.45 6.28 0.41 0.07 imp:pre:2p;ind:pre:2p; -alarmisme alarmisme nom m s 0.00 0.07 0.00 0.07 -alarmiste alarmiste adj f s 0.24 0.27 0.19 0.00 -alarmistes alarmiste adj p 0.24 0.27 0.04 0.27 -alarmé alarmer ver m s 2.45 6.28 0.14 1.15 par:pas; -alarmée alarmer ver f s 2.45 6.28 0.13 0.54 par:pas; -alarmées alarmer ver f p 2.45 6.28 0.00 0.20 par:pas; -alarmés alarmer ver m p 2.45 6.28 0.03 0.41 par:pas; -alba alba nom f s 0.00 0.20 0.00 0.20 -albacore albacore nom m s 0.09 0.00 0.09 0.00 -albanais albanais adj m 0.68 1.28 0.39 0.74 -albanaise albanais adj f s 0.68 1.28 0.28 0.47 -albanaises albanais adj f p 0.68 1.28 0.00 0.07 -albanophone albanophone adj m s 0.01 0.00 0.01 0.00 -albatros albatros nom m 2.01 1.15 2.01 1.15 -albe albe nom m s 0.01 0.00 0.01 0.00 -albertine albertine nom f s 0.00 0.07 0.00 0.07 -albigeois albigeois adj m 0.00 0.14 0.00 0.14 -albigeois albigeois nom m 0.00 0.14 0.00 0.14 -albinisme albinisme nom m s 0.02 0.00 0.02 0.00 -albinos albinos adj 0.47 0.74 0.47 0.74 -alboche alboche nom s 0.00 0.07 0.00 0.07 -albâtre albâtre nom m s 0.57 3.11 0.57 2.97 -albâtres albâtre nom m p 0.57 3.11 0.00 0.14 -albène albène nom m s 0.00 0.07 0.00 0.07 -albugo albugo nom m s 0.00 0.07 0.00 0.07 -album album nom m s 11.29 18.38 9.36 13.31 -albumine albumine nom f s 0.19 0.14 0.17 0.14 -albumines albumine nom f p 0.19 0.14 0.02 0.00 -albumineuse albumineux adj f s 0.00 0.14 0.00 0.14 -albums album nom m p 11.29 18.38 1.93 5.07 -alcôve alcôve nom f s 0.84 4.59 0.79 4.32 -alcôves alcôve nom f p 0.84 4.59 0.05 0.27 -alcade alcade nom m s 0.30 0.20 0.30 0.20 -alcalde alcalde nom m s 0.05 0.00 0.05 0.00 -alcali alcali nom m s 0.11 0.27 0.08 0.27 -alcalin alcalin adj m s 0.24 0.14 0.09 0.07 -alcaline alcalin adj f s 0.24 0.14 0.08 0.00 -alcalines alcalin adj f p 0.24 0.14 0.03 0.00 -alcaliniser alcaliniser ver 0.02 0.00 0.02 0.00 inf; -alcalinité alcalinité nom f s 0.03 0.00 0.03 0.00 -alcalins alcalin adj m p 0.24 0.14 0.04 0.07 -alcalis alcali nom m p 0.11 0.27 0.03 0.00 -alcaloïde alcaloïde nom m s 0.16 0.00 0.16 0.00 -alcalose alcalose nom f s 0.02 0.00 0.02 0.00 -alcatraz alcatraz nom m 1.09 0.20 1.09 0.20 -alcazar alcazar nom m s 0.53 1.69 0.53 1.69 -alchimie alchimie nom f s 1.05 1.96 0.95 1.82 -alchimies alchimie nom f p 1.05 1.96 0.10 0.14 -alchimique alchimique adj s 0.02 1.15 0.02 0.81 -alchimiques alchimique adj f p 0.02 1.15 0.00 0.34 -alchimiste alchimiste nom s 2.87 2.84 2.65 2.16 -alchimistes alchimiste nom p 2.87 2.84 0.22 0.68 -alcibiade alcibiade nom m s 0.01 0.00 0.01 0.00 -alcool alcool nom m s 41.30 42.84 40.29 39.73 -alcoolique alcoolique adj s 3.73 2.16 3.54 1.55 -alcooliques alcoolique nom p 4.12 1.55 1.37 0.61 -alcoolise alcooliser ver 0.33 0.34 0.00 0.07 ind:pre:3s; -alcoolisme alcoolisme nom m s 1.84 0.95 1.84 0.95 -alcoolisé alcoolisé adj m s 0.60 1.55 0.31 0.47 -alcoolisée alcoolisé adj f s 0.60 1.55 0.04 0.20 -alcoolisées alcoolisé adj f p 0.60 1.55 0.23 0.68 -alcoolisés alcoolisé adj m p 0.60 1.55 0.01 0.20 -alcoolo alcoolo adj s 1.16 0.47 1.08 0.27 -alcoolos alcoolo nom p 1.40 0.88 0.41 0.20 -alcools alcool nom m p 41.30 42.84 1.00 3.11 -alcoolémie alcoolémie nom f s 0.58 0.20 0.58 0.20 -alcoomètre alcoomètre nom m s 0.00 0.07 0.00 0.07 -alcootest alcootest nom m s 0.31 0.20 0.31 0.20 -alcoran alcoran nom m s 0.00 0.07 0.00 0.07 -alcées alcée nom f p 0.00 0.07 0.00 0.07 -alcyon alcyon nom m s 0.13 0.74 0.13 0.61 -alcyons alcyon nom m p 0.13 0.74 0.00 0.14 -alde alde nom m s 0.22 0.00 0.22 0.00 -alderman alderman nom m s 0.14 0.00 0.14 0.00 -aldol aldol nom m s 0.05 0.00 0.05 0.00 -aldéhyde aldéhyde nom m s 0.01 0.07 0.01 0.07 -ale ale nom f s 2.10 0.14 2.10 0.14 -alea_jacta_est alea_jacta_est adv 0.30 0.07 0.30 0.07 -alençonnais alençonnais adj m s 0.00 0.27 0.00 0.07 -alençonnaise alençonnais adj f s 0.00 0.27 0.00 0.20 -alenti alentir ver m s 0.00 0.47 0.00 0.14 par:pas; -alentie alentir ver f s 0.00 0.47 0.00 0.07 par:pas; -alenties alentir ver f p 0.00 0.47 0.00 0.07 par:pas; -alentis alentir ver m p 0.00 0.47 0.00 0.20 ind:pre:1s;par:pas; -alentour alentour adv_sup 1.63 8.92 1.63 8.92 -alentours alentour nom_sup m p 4.77 9.12 4.77 9.12 -aleph aleph nom m 0.05 0.41 0.05 0.41 -alerta alerter ver 6.40 12.91 0.04 0.88 ind:pas:3s; -alertait alerter ver 6.40 12.91 0.03 0.61 ind:imp:3s; -alertant alerter ver 6.40 12.91 0.17 0.14 par:pre; -alerte alerte ono 5.41 0.81 5.41 0.81 -alertement alertement adv 0.00 0.27 0.00 0.27 -alertent alerter ver 6.40 12.91 0.06 0.00 ind:pre:3p; -alerter alerter ver 6.40 12.91 1.61 2.91 inf; -alertera alerter ver 6.40 12.91 0.12 0.00 ind:fut:3s; -alerterai alerter ver 6.40 12.91 0.20 0.00 ind:fut:1s; -alerterais alerter ver 6.40 12.91 0.02 0.00 cnd:pre:1s; -alerterait alerter ver 6.40 12.91 0.05 0.27 cnd:pre:3s; -alerterez alerter ver 6.40 12.91 0.01 0.00 ind:fut:2p; -alerteront alerter ver 6.40 12.91 0.14 0.00 ind:fut:3p; -alertes alerte nom f p 13.45 13.11 0.78 2.64 -alertez alerter ver 6.40 12.91 1.13 0.07 imp:pre:2p;ind:pre:2p; -alertions alerter ver 6.40 12.91 0.00 0.07 ind:imp:1p; -alertons alerter ver 6.40 12.91 0.09 0.00 imp:pre:1p;ind:pre:1p; -alertât alerter ver 6.40 12.91 0.00 0.07 sub:imp:3s; -alertèrent alerter ver 6.40 12.91 0.01 0.14 ind:pas:3p; -alerté alerter ver m s 6.40 12.91 0.90 3.65 par:pas; -alertée alerter ver f s 6.40 12.91 0.25 1.22 par:pas; -alertées alerter ver f p 6.40 12.91 0.01 0.14 par:pas; -alertés alerter ver m p 6.40 12.91 0.34 1.62 par:pas; -alevin alevin nom m s 0.02 0.68 0.01 0.07 -alevins alevin nom m p 0.02 0.68 0.01 0.61 -alexandra alexandra nom m s 0.51 0.47 0.51 0.47 -alexandrin alexandrin nom m s 0.82 1.89 0.54 0.41 -alexandrine alexandrin adj f s 0.37 0.14 0.00 0.07 -alexandrines alexandrin adj f p 0.37 0.14 0.10 0.00 -alexandrins alexandrin nom m p 0.82 1.89 0.29 1.49 -alexie alexie nom f s 0.01 0.00 0.01 0.00 -alexithymie alexithymie nom m s 0.03 0.00 0.03 0.00 -alezan alezan nom m s 0.12 1.35 0.11 1.01 -alezane alezan adj f s 0.04 2.36 0.02 1.82 -alezanes alezan adj f p 0.04 2.36 0.00 0.07 -alezans alezan nom m p 0.12 1.35 0.01 0.34 -alfa alfa nom m s 0.10 1.01 0.10 0.88 -alfas alfa nom m p 0.10 1.01 0.00 0.14 -alfénides alfénide nom m p 0.00 0.07 0.00 0.07 -algarade algarade nom f s 0.02 1.96 0.02 1.62 -algarades algarade nom f p 0.02 1.96 0.00 0.34 -algie algie nom f s 0.27 0.00 0.27 0.00 -algonquin algonquin nom m s 0.09 0.54 0.09 0.47 -algonquines algonquin nom f p 0.09 0.54 0.00 0.07 -algorithme algorithme nom m s 0.72 0.00 0.51 0.00 -algorithmes algorithme nom m p 0.72 0.00 0.21 0.00 -algorithmique algorithmique adj s 0.13 0.07 0.13 0.07 -algèbre algèbre nom f s 1.37 2.03 1.37 2.03 -algébrique algébrique adj s 0.14 0.54 0.11 0.27 -algébriquement algébriquement adv 0.00 0.07 0.00 0.07 -algébriques algébrique adj p 0.14 0.54 0.03 0.27 -algébriste algébriste nom s 0.00 0.14 0.00 0.07 -algébristes algébriste nom p 0.00 0.14 0.00 0.07 -algue algue nom f s 2.66 12.03 0.29 1.62 -algues algue nom f p 2.66 12.03 2.36 10.41 -algérien algérien adj m s 0.83 7.43 0.46 3.18 -algérienne algérien adj f s 0.83 7.43 0.25 2.03 -algériennes algérien adj f p 0.83 7.43 0.01 0.74 -algériens algérien nom m p 0.79 5.81 0.34 2.91 -algérois algérois adj m 0.00 0.74 0.00 0.61 -algéroise algérois adj f s 0.00 0.74 0.00 0.14 -alhambra alhambra nom f s 0.00 1.76 0.00 1.76 -alias alias adv_sup 5.45 3.85 5.45 3.85 -alibi alibi nom m s 11.13 6.82 10.28 5.47 -alibis alibi nom m p 11.13 6.82 0.85 1.35 -alidade alidade nom f s 0.00 0.07 0.00 0.07 -aligna aligner ver 7.80 26.69 0.00 0.61 ind:pas:3s; -alignaient aligner ver 7.80 26.69 0.05 5.07 ind:imp:3p; -alignais aligner ver 7.80 26.69 0.11 0.27 ind:imp:1s;ind:imp:2s; -alignait aligner ver 7.80 26.69 0.06 1.89 ind:imp:3s; -alignant aligner ver 7.80 26.69 0.08 0.41 par:pre; -aligne aligner ver 7.80 26.69 1.48 1.28 imp:pre:2s;ind:pre:1s;ind:pre:3s; -alignement alignement nom m s 1.68 5.14 1.66 4.12 -alignements alignement nom m p 1.68 5.14 0.02 1.01 -alignent aligner ver 7.80 26.69 0.46 2.30 ind:pre:3p; -aligner aligner ver 7.80 26.69 1.61 3.78 inf; -alignera aligner ver 7.80 26.69 0.03 0.07 ind:fut:3s; -aligneraient aligner ver 7.80 26.69 0.02 0.07 cnd:pre:3p; -alignerez aligner ver 7.80 26.69 0.02 0.00 ind:fut:2p; -alignerons aligner ver 7.80 26.69 0.02 0.00 ind:fut:1p; -aligneront aligner ver 7.80 26.69 0.19 0.07 ind:fut:3p; -alignes aligner ver 7.80 26.69 0.19 0.20 ind:pre:2s; -alignez aligner ver 7.80 26.69 1.39 0.07 imp:pre:2p;ind:pre:2p; -alignons aligner ver 7.80 26.69 0.12 0.07 imp:pre:1p;ind:pre:1p; -alignèrent aligner ver 7.80 26.69 0.00 0.27 ind:pas:3p; -aligné aligner ver m s 7.80 26.69 0.47 0.88 par:pas; -alignée aligner ver f s 7.80 26.69 0.19 0.61 par:pas; -alignées aligner ver f p 7.80 26.69 0.48 3.58 par:pas; -alignés aligner ver m p 7.80 26.69 0.84 5.20 par:pas; -aligot aligot nom m s 0.03 0.00 0.03 0.00 -aligoté aligoté adj m s 0.00 0.20 0.00 0.20 -aligoté aligoté nom m s 0.00 0.20 0.00 0.20 -alim alim nom f s 0.21 0.00 0.21 0.00 -aliment aliment nom m s 4.67 6.62 1.11 1.76 -alimenta alimenter ver 6.24 8.92 0.00 0.20 ind:pas:3s; -alimentaient alimenter ver 6.24 8.92 0.02 0.95 ind:imp:3p; -alimentaire alimentaire adj s 5.85 4.80 4.50 2.57 -alimentaires alimentaire adj p 5.85 4.80 1.35 2.23 -alimentais alimenter ver 6.24 8.92 0.01 0.07 ind:imp:1s; -alimentait alimenter ver 6.24 8.92 0.31 1.01 ind:imp:3s; -alimentant alimenter ver 6.24 8.92 0.23 0.07 par:pre; -alimentation alimentation nom f s 5.64 4.19 5.59 4.19 -alimentations alimentation nom f p 5.64 4.19 0.05 0.00 -alimente alimenter ver 6.24 8.92 1.32 0.54 imp:pre:2s;ind:pre:1s;ind:pre:3s; -alimentent alimenter ver 6.24 8.92 0.20 0.54 ind:pre:3p; -alimenter alimenter ver 6.24 8.92 2.62 3.85 inf; -alimentera alimenter ver 6.24 8.92 0.17 0.14 ind:fut:3s; -alimentez alimenter ver 6.24 8.92 0.08 0.00 imp:pre:2p;ind:pre:2p; -alimentons alimenter ver 6.24 8.92 0.04 0.00 imp:pre:1p;ind:pre:1p; -aliments aliment nom m p 4.67 6.62 3.56 4.86 -alimentèrent alimenter ver 6.24 8.92 0.00 0.07 ind:pas:3p; -alimenté alimenter ver m s 6.24 8.92 0.82 0.27 par:pas; -alimentée alimenter ver f s 6.24 8.92 0.20 0.81 par:pas; -alimentées alimenter ver f p 6.24 8.92 0.03 0.20 par:pas; -alimentés alimenter ver m p 6.24 8.92 0.19 0.20 par:pas; -alinéa alinéa nom m s 0.75 0.68 0.73 0.47 -alinéas alinéa nom m p 0.75 0.68 0.01 0.20 -alise alise nom f s 0.05 0.07 0.01 0.00 -alises alise nom f p 0.05 0.07 0.04 0.07 -alisier alisier nom m s 0.00 0.07 0.00 0.07 -alita aliter ver 0.90 1.49 0.01 0.27 ind:pas:3s; -alitai aliter ver 0.90 1.49 0.00 0.07 ind:pas:1s; -alitait aliter ver 0.90 1.49 0.00 0.07 ind:imp:3s; -alitement alitement nom m s 0.01 0.00 0.01 0.00 -aliter aliter ver 0.90 1.49 0.02 0.20 inf; -aliène aliéner ver 0.49 2.23 0.19 0.00 ind:pre:1s;ind:pre:3s; -alité aliter ver m s 0.90 1.49 0.55 0.41 par:pas; -alitée aliter ver f s 0.90 1.49 0.32 0.34 par:pas; -alitées aliter ver f p 0.90 1.49 0.00 0.14 par:pas; -aliéna aliéner ver 0.49 2.23 0.00 0.74 ind:pas:3s; -aliénant aliénant adj m s 0.14 1.22 0.14 0.14 -aliénante aliénant adj f s 0.14 1.22 0.00 1.08 -aliénation aliénation nom f s 1.19 1.49 1.19 1.49 -aliéner aliéner ver 0.49 2.23 0.12 0.54 inf; -aliénerait aliéner ver 0.49 2.23 0.00 0.07 cnd:pre:3s; -aliénerez aliéner ver 0.49 2.23 0.01 0.00 ind:fut:2p; -aliéniez aliéner ver 0.49 2.23 0.01 0.00 ind:imp:2p; -aliéniste aliéniste nom s 0.05 0.00 0.05 0.00 -aliénât aliéner ver 0.49 2.23 0.00 0.07 sub:imp:3s; -aliéné aliéné nom m s 2.28 0.61 0.54 0.14 -aliénée aliéné nom f s 2.28 0.61 0.19 0.00 -aliénées aliéner ver f p 0.49 2.23 0.00 0.07 par:pas; -aliénés aliéné nom m p 2.28 0.61 1.56 0.47 -alizé alizé nom m s 0.33 0.68 0.10 0.41 -alizés alizé nom m p 0.33 0.68 0.22 0.27 -alkali alkali nom m s 0.06 0.00 0.06 0.00 -all_right all_right adv 1.53 0.20 1.53 0.20 -allô allô ono 116.05 14.32 116.05 14.32 -alla aller ver 9992.78 2854.93 4.67 67.57 ind:pas:3s; -allai aller ver 9992.78 2854.93 1.12 18.92 ind:pas:1s; -allaient aller ver 9992.78 2854.93 16.55 80.88 ind:imp:3p; -allais aller ver 9992.78 2854.93 108.69 91.01 ind:imp:1s;ind:imp:2s; -allait aller ver 9992.78 2854.93 132.04 370.61 ind:imp:3s; -allaitais allaiter ver 1.73 1.55 0.14 0.00 ind:imp:1s; -allaitait allaiter ver 1.73 1.55 0.16 0.20 ind:imp:3s; -allaitant allaiter ver 1.73 1.55 0.01 0.14 par:pre; -allaitante allaitant adj f s 0.03 0.14 0.01 0.00 -allaitantes allaitant adj f p 0.03 0.14 0.01 0.07 -allaite allaiter ver 1.73 1.55 0.52 0.07 imp:pre:2s;ind:pre:1s;ind:pre:3s; -allaitement allaitement nom m s 0.29 0.14 0.29 0.14 -allaitent allaiter ver 1.73 1.55 0.01 0.14 ind:pre:3p; -allaiter allaiter ver 1.73 1.55 0.60 0.61 inf; -allaiterait allaiter ver 1.73 1.55 0.00 0.07 cnd:pre:3s; -allaité allaiter ver m s 1.73 1.55 0.16 0.14 par:pas; -allaitée allaiter ver f s 1.73 1.55 0.12 0.00 par:pas; -allaités allaiter ver m p 1.73 1.55 0.00 0.20 par:pas; -allant aller ver 9992.78 2854.93 8.11 24.39 par:pre; -allante allant adj f s 0.86 4.19 0.10 0.00 -allas aller ver 9992.78 2854.93 0.00 0.07 ind:pas:2s; -allassent aller ver 9992.78 2854.93 0.00 0.20 sub:imp:3p; -allegretto allegretto adv 0.00 0.27 0.00 0.27 -allegro allegro adv 0.11 0.47 0.11 0.47 -allemagne allemagne nom f s 0.08 0.27 0.08 0.27 -allemand allemand adj m s 41.32 86.55 19.91 27.97 -allemande allemand adj f s 41.32 86.55 10.82 25.34 -allemandes allemand adj f p 41.32 86.55 2.69 12.97 -allemands allemand nom m p 49.08 91.55 30.66 61.42 -aller_retour aller_retour nom m s 2.33 2.43 1.83 2.36 -aller aller ver 9992.78 2854.93 816.76 368.04 inf;;inf;;inf;; -allergie allergie nom f s 5.00 0.61 3.12 0.61 -allergies allergie nom f p 5.00 0.61 1.88 0.00 -allergique allergique adj s 8.15 0.74 7.76 0.61 -allergiques allergique adj p 8.15 0.74 0.39 0.14 -allergologie allergologie nom f s 0.14 0.00 0.14 0.00 -allergologue allergologue nom s 0.03 0.00 0.03 0.00 -allergène allergène nom m s 0.08 0.00 0.04 0.00 -allergènes allergène nom m p 0.08 0.00 0.04 0.00 -aller_retour aller_retour nom m p 2.33 2.43 0.50 0.07 -allers aller nom m p 17.78 8.78 0.56 0.68 -allez aller ver 9992.78 2854.93 1414.85 155.54 imp:pre:2p;ind:pre:2p; -allia allier ver 4.62 7.97 0.01 0.14 ind:pas:3s; -alliacé alliacé adj m s 0.00 0.14 0.00 0.14 -alliage alliage nom m s 1.07 1.01 0.81 0.95 -alliages alliage nom m p 1.07 1.01 0.27 0.07 -alliait allier ver 4.62 7.97 0.01 0.81 ind:imp:3s; -alliance alliance nom f s 18.85 24.73 16.73 20.81 -alliances alliance nom f p 18.85 24.73 2.12 3.92 -alliant allier ver 4.62 7.97 0.25 0.27 par:pre; -allie allier ver 4.62 7.97 1.15 0.27 imp:pre:2s;ind:pre:1s;ind:pre:3s; -allient allier ver 4.62 7.97 0.34 0.07 ind:pre:3p; -allier allier ver 4.62 7.97 1.14 0.88 inf; -alliera allier ver 4.62 7.97 0.02 0.00 ind:fut:3s; -allierait allier ver 4.62 7.97 0.02 0.00 cnd:pre:3s; -alliez aller ver 9992.78 2854.93 16.49 3.31 ind:imp:2p; -alligator alligator nom m s 2.80 0.47 1.63 0.20 -alligators alligator nom m p 2.80 0.47 1.17 0.27 -allions aller ver 9992.78 2854.93 8.62 23.65 ind:imp:1p; -alliât allier ver 4.62 7.97 0.00 0.07 sub:imp:3s; -allitératif allitératif adj m s 0.01 0.00 0.01 0.00 -allitération allitération nom f s 0.09 0.00 0.05 0.00 -allitérations allitération nom f p 0.09 0.00 0.03 0.00 -allié allié nom m s 11.64 55.34 2.40 4.05 -alliée allié nom f s 11.64 55.34 1.47 2.16 -alliées allié adj f p 2.66 25.68 0.64 9.53 -allium allium nom m s 0.02 0.00 0.02 0.00 -alliés allié nom m p 11.64 55.34 7.59 48.51 -allo allo ono 31.11 2.16 31.11 2.16 -allobarbital allobarbital nom m 0.00 0.07 0.00 0.07 -allobroges allobroge adj p 0.00 0.27 0.00 0.27 -alloc alloc nom f s 0.59 0.14 0.18 0.00 -allocataires allocataire nom p 0.03 0.00 0.03 0.00 -allocation allocation nom f s 3.16 1.55 1.35 0.41 -allocations allocation nom f p 3.16 1.55 1.81 1.15 -allochtone allochtone nom m s 0.01 0.00 0.01 0.00 -allocs alloc nom f p 0.59 0.14 0.41 0.14 -allocution allocution nom f s 0.33 4.12 0.31 3.11 -allocutions allocution nom f p 0.33 4.12 0.02 1.01 -allogreffe allogreffe nom f s 0.01 0.00 0.01 0.00 -allogènes allogène adj f p 0.00 0.07 0.00 0.07 -allâmes aller ver 9992.78 2854.93 0.06 3.45 ind:pas:1p; -allonge allonger ver 41.05 89.66 11.81 10.07 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:1s; -allongea allonger ver 41.05 89.66 0.12 8.99 ind:pas:3s; -allongeai allonger ver 41.05 89.66 0.02 0.88 ind:pas:1s; -allongeaient allonger ver 41.05 89.66 0.03 2.43 ind:imp:3p; -allongeais allonger ver 41.05 89.66 0.47 0.95 ind:imp:1s;ind:imp:2s; -allongeait allonger ver 41.05 89.66 0.32 6.35 ind:imp:3s; -allongeant allonger ver 41.05 89.66 0.40 3.58 par:pre; -allongement allongement nom m s 0.09 0.68 0.09 0.68 -allongent allonger ver 41.05 89.66 0.97 2.57 ind:pre:3p; -allongeâmes allonger ver 41.05 89.66 0.00 0.20 ind:pas:1p; -allongeons allonger ver 41.05 89.66 0.11 0.14 imp:pre:1p;ind:pre:1p; -allongeât allonger ver 41.05 89.66 0.00 0.07 sub:imp:3s; -allonger allonger ver 41.05 89.66 9.96 12.16 ind:pre:2p;inf; -allongera allonger ver 41.05 89.66 0.04 0.20 ind:fut:3s; -allongerai allonger ver 41.05 89.66 0.05 0.14 ind:fut:1s; -allongeraient allonger ver 41.05 89.66 0.01 0.07 cnd:pre:3p; -allongerais allonger ver 41.05 89.66 0.04 0.20 cnd:pre:1s;cnd:pre:2s; -allongerait allonger ver 41.05 89.66 0.00 0.47 cnd:pre:3s; -allongeras allonger ver 41.05 89.66 0.04 0.00 ind:fut:2s; -allonges allonger ver 41.05 89.66 1.02 0.07 ind:pre:2s; -allongez allonger ver 41.05 89.66 4.13 0.34 imp:pre:2p;ind:pre:2p; -allongiez allonger ver 41.05 89.66 0.10 0.07 ind:imp:2p; -allongions allonger ver 41.05 89.66 0.01 0.27 ind:imp:1p; -allongèrent allonger ver 41.05 89.66 0.00 0.88 ind:pas:3p; -allongé allonger ver m s 41.05 89.66 5.92 20.20 par:pas; -allongée allonger ver f s 41.05 89.66 4.04 10.88 par:pas; -allongées allongé adj f p 3.42 12.57 0.14 2.09 -allongés allonger ver m p 41.05 89.66 1.37 5.61 par:pas; -allons aller ver 9992.78 2854.93 500.21 129.80 imp:pre:1p;ind:pre:1p; -allopathie allopathie nom f s 0.14 0.00 0.14 0.00 -allostérique allostérique adj m s 0.01 0.00 0.01 0.00 -allât aller ver 9992.78 2854.93 0.01 2.97 sub:imp:3s; -alloua allouer ver 0.57 2.09 0.00 0.14 ind:pas:3s; -allouait allouer ver 0.57 2.09 0.00 0.54 ind:imp:3s; -allouant allouer ver 0.57 2.09 0.00 0.07 par:pre; -alloue allouer ver 0.57 2.09 0.04 0.00 ind:pre:1s;ind:pre:3s; -allouer allouer ver 0.57 2.09 0.09 0.34 inf; -allouerait allouer ver 0.57 2.09 0.00 0.14 cnd:pre:3s; -alloué allouer ver m s 0.57 2.09 0.21 0.41 par:pas; -allouée allouer ver f s 0.57 2.09 0.14 0.20 par:pas; -alloués allouer ver m p 0.57 2.09 0.09 0.27 par:pas; -allèche allécher ver 0.07 2.09 0.00 0.07 ind:pre:3s; -allège alléger ver 3.65 6.89 0.36 0.95 imp:pre:2s;ind:pre:1s;ind:pre:3s; -allègement allègement nom m s 0.04 0.20 0.04 0.20 -allègent alléger ver 3.65 6.89 0.01 0.27 ind:pre:3p; -allègre allègre adj s 0.13 4.93 0.13 4.46 -allègrement allègrement adv 0.33 2.03 0.33 2.03 -allègres allègre adj p 0.13 4.93 0.00 0.47 -allègue alléguer ver 0.07 2.97 0.01 0.07 ind:pre:1s;ind:pre:3s; -allèle allèle nom m s 0.04 0.00 0.04 0.00 -allèrent aller ver 9992.78 2854.93 0.42 11.69 ind:pas:3p; -allé aller ver m s 9992.78 2854.93 123.26 57.30 par:pas; -allécha allécher ver 0.07 2.09 0.00 0.07 ind:pas:3s; -alléchait allécher ver 0.07 2.09 0.00 0.07 ind:imp:3s; -alléchant alléchant adj m s 0.60 2.09 0.25 0.68 -alléchante alléchant adj f s 0.60 2.09 0.29 0.61 -alléchantes alléchant adj f p 0.60 2.09 0.03 0.41 -alléchants alléchant adj m p 0.60 2.09 0.03 0.41 -allécher allécher ver 0.07 2.09 0.04 0.20 inf; -allécherait allécher ver 0.07 2.09 0.00 0.07 cnd:pre:3s; -alléché allécher ver m s 0.07 2.09 0.01 1.01 par:pas; -alléchée allécher ver f s 0.07 2.09 0.00 0.34 par:pas; -alléchés allécher ver m p 0.07 2.09 0.01 0.20 par:pas; -allée aller ver f s 9992.78 2854.93 52.93 25.00 par:pas; -allées aller ver f p 9992.78 2854.93 3.15 2.23 par:pas; -allégation allégation nom f s 1.87 0.54 0.28 0.07 -allégations allégation nom f p 1.87 0.54 1.59 0.47 -allégea alléger ver 3.65 6.89 0.10 0.07 ind:pas:3s; -allégeaient alléger ver 3.65 6.89 0.01 0.20 ind:imp:3p; -allégeais alléger ver 3.65 6.89 0.00 0.07 ind:imp:1s; -allégeait alléger ver 3.65 6.89 0.00 0.88 ind:imp:3s; -allégeance allégeance nom f s 1.64 1.42 1.61 1.35 -allégeances allégeance nom f p 1.64 1.42 0.04 0.07 -allégeant alléger ver 3.65 6.89 0.02 0.27 par:pre; -allégement allégement nom m s 0.03 0.54 0.03 0.47 -allégements allégement nom m p 0.03 0.54 0.00 0.07 -alléger alléger ver 3.65 6.89 1.40 1.69 inf; -allégera alléger ver 3.65 6.89 0.04 0.00 ind:fut:3s; -allégerait alléger ver 3.65 6.89 0.04 0.07 cnd:pre:3s; -allégez alléger ver 3.65 6.89 0.06 0.07 imp:pre:2p;ind:pre:2p; -allégorie allégorie nom f s 0.41 2.16 0.38 1.15 -allégories allégorie nom f p 0.41 2.16 0.04 1.01 -allégorique allégorique adj s 0.04 1.35 0.04 0.68 -allégoriquement allégoriquement adv 0.10 0.07 0.10 0.07 -allégoriques allégorique adj p 0.04 1.35 0.00 0.68 -allégorisé allégoriser ver m s 0.00 0.07 0.00 0.07 par:pas; -allégrement allégrement adv 0.03 2.77 0.03 2.77 -allégresse allégresse nom f s 2.36 11.89 2.36 11.82 -allégresses allégresse nom f p 2.36 11.89 0.00 0.07 -allégé alléger ver m s 3.65 6.89 1.16 1.08 par:pas; -allégua alléguer ver 0.07 2.97 0.00 0.20 ind:pas:3s; -alléguaient alléguer ver 0.07 2.97 0.00 0.20 ind:imp:3p; -alléguais alléguer ver 0.07 2.97 0.00 0.07 ind:imp:1s; -alléguait alléguer ver 0.07 2.97 0.00 0.27 ind:imp:3s; -alléguant alléguer ver 0.07 2.97 0.02 1.82 par:pre; -allégée alléger ver f s 3.65 6.89 0.18 1.08 par:pas; -alléguer alléguer ver 0.07 2.97 0.00 0.20 inf; -alléguera alléguer ver 0.07 2.97 0.00 0.07 ind:fut:3s; -allégées alléger ver f p 3.65 6.89 0.16 0.14 par:pas; -allégés alléger ver m p 3.65 6.89 0.10 0.07 par:pas; -allégué alléguer ver m s 0.07 2.97 0.03 0.07 par:pas; -alléguée alléguer ver f s 0.07 2.97 0.01 0.00 par:pas; -alléluia alléluia ono 2.62 0.41 2.62 0.41 -alléluias alléluia nom m p 0.99 0.34 0.28 0.14 -alluma allumer ver 54.80 116.28 0.33 23.78 ind:pas:3s; -allumage allumage nom m s 1.75 1.35 1.75 1.35 -allumai allumer ver 54.80 116.28 0.01 2.09 ind:pas:1s; -allumaient allumer ver 54.80 116.28 0.17 4.53 ind:imp:3p; -allumais allumer ver 54.80 116.28 0.40 1.22 ind:imp:1s;ind:imp:2s; -allumait allumer ver 54.80 116.28 0.78 8.11 ind:imp:3s; -allumant allumer ver 54.80 116.28 0.33 4.05 par:pre; -allume_cigare allume_cigare nom m s 0.19 0.14 0.19 0.14 -allume_cigares allume_cigares nom m 0.14 0.14 0.14 0.14 -allume_feu allume_feu nom m 0.04 0.27 0.04 0.27 -allume_gaz allume_gaz nom m 0.20 0.14 0.20 0.14 -allume allumer ver 54.80 116.28 19.22 18.58 imp:pre:2s;ind:pre:1s;ind:pre:3s; -allument allumer ver 54.80 116.28 1.23 3.24 ind:pre:3p; -allumer allumer ver 54.80 116.28 11.98 20.74 inf; -allumera allumer ver 54.80 116.28 0.74 0.34 ind:fut:3s; -allumerai allumer ver 54.80 116.28 0.97 0.14 ind:fut:1s; -allumeraient allumer ver 54.80 116.28 0.00 0.34 cnd:pre:3p; -allumerais allumer ver 54.80 116.28 0.04 0.07 cnd:pre:1s; -allumerait allumer ver 54.80 116.28 0.03 0.34 cnd:pre:3s; -allumeras allumer ver 54.80 116.28 0.07 0.07 ind:fut:2s; -allumerons allumer ver 54.80 116.28 0.02 0.14 ind:fut:1p; -allumeront allumer ver 54.80 116.28 0.45 0.20 ind:fut:3p; -allumes allumer ver 54.80 116.28 1.69 0.27 ind:pre:2s;sub:pre:2s; -allumette allumette nom f s 15.65 20.88 4.43 9.73 -allumettes allumette nom f p 15.65 20.88 11.22 11.15 -allumeur allumeur nom m s 1.41 1.15 0.32 0.14 -allumeurs allumeur nom m p 1.41 1.15 0.07 0.07 -allumeuse allumeur nom f s 1.41 1.15 1.02 0.74 -allumeuses allumeuse nom f p 0.09 0.00 0.09 0.00 -allumez allumer ver 54.80 116.28 5.27 0.47 imp:pre:2p;ind:pre:2p; -allumiez allumer ver 54.80 116.28 0.25 0.00 ind:imp:2p; -allumions allumer ver 54.80 116.28 0.01 0.34 ind:imp:1p; -allumoir allumoir nom m s 0.00 0.07 0.00 0.07 -allumâmes allumer ver 54.80 116.28 0.00 0.14 ind:pas:1p; -allumons allumer ver 54.80 116.28 0.53 0.47 imp:pre:1p;ind:pre:1p; -allumât allumer ver 54.80 116.28 0.00 0.20 sub:imp:3s; -allumèrent allumer ver 54.80 116.28 0.02 2.50 ind:pas:3p; -allumé allumer ver m s 54.80 116.28 6.76 15.54 par:pas; -allumée allumé adj f s 5.76 14.59 3.59 5.74 -allumées allumer ver f p 54.80 116.28 0.80 1.89 par:pas; -allumés allumer ver m p 54.80 116.28 0.62 1.49 par:pas; -allure allure nom f s 10.57 65.88 10.00 57.09 -allures allure nom f p 10.57 65.88 0.56 8.78 -alluré alluré adj m s 0.00 0.07 0.00 0.07 -allés aller ver m p 9992.78 2854.93 26.37 17.23 par:pas; -allusif allusif adj m s 0.00 1.22 0.00 0.34 -allusifs allusif adj m p 0.00 1.22 0.00 0.20 -allusion allusion nom f s 4.72 31.15 3.88 23.18 -allusionne allusionner ver 0.00 0.07 0.00 0.07 ind:pre:3s; -allusions allusion nom f p 4.72 31.15 0.84 7.97 -allusive allusif adj f s 0.00 1.22 0.00 0.41 -allusivement allusivement adv 0.10 0.14 0.10 0.14 -allusives allusif adj f p 0.00 1.22 0.00 0.27 -alluvion alluvion nom f s 0.16 0.95 0.01 0.14 -alluvions alluvion nom f p 0.16 0.95 0.14 0.81 -alma alma nom f s 0.86 0.14 0.86 0.14 -almanach almanach nom m s 1.00 1.89 0.89 1.22 -almanachs almanach nom m p 1.00 1.89 0.11 0.68 -almohade almohade nom s 0.10 0.14 0.10 0.07 -almohades almohade nom p 0.10 0.14 0.00 0.07 -almée almée nom f s 0.00 0.27 0.00 0.14 -almées almée nom f p 0.00 0.27 0.00 0.14 -aloi aloi nom m s 0.22 1.89 0.22 1.89 -alopécie alopécie nom f s 0.05 0.07 0.05 0.07 -alors alors adv_sup 1777.65 1033.78 1777.65 1033.78 -alose alose nom f s 0.04 0.47 0.04 0.20 -aloses alose nom f p 0.04 0.47 0.00 0.27 -aloès aloès nom m 0.23 1.15 0.23 1.15 -alouette alouette nom f s 1.41 4.32 1.32 1.82 -alouettes alouette nom f p 1.41 4.32 0.09 2.50 -alourdît alourdir ver 0.66 15.34 0.00 0.07 sub:imp:3s; -alourdi alourdir ver m s 0.66 15.34 0.07 2.50 par:pas; -alourdie alourdir ver f s 0.66 15.34 0.01 2.64 par:pas; -alourdies alourdir ver f p 0.66 15.34 0.00 1.28 par:pas; -alourdir alourdir ver 0.66 15.34 0.38 1.82 inf; -alourdirai alourdir ver 0.66 15.34 0.01 0.00 ind:fut:1s; -alourdiraient alourdir ver 0.66 15.34 0.00 0.07 cnd:pre:3p; -alourdirent alourdir ver 0.66 15.34 0.00 0.20 ind:pas:3p; -alourdis alourdir ver m p 0.66 15.34 0.13 1.55 imp:pre:2s;ind:pre:1s;par:pas; -alourdissaient alourdir ver 0.66 15.34 0.01 0.68 ind:imp:3p; -alourdissait alourdir ver 0.66 15.34 0.00 1.69 ind:imp:3s; -alourdissant alourdir ver 0.66 15.34 0.00 0.41 par:pre; -alourdissement alourdissement nom m s 0.00 0.14 0.00 0.14 -alourdissent alourdir ver 0.66 15.34 0.00 0.68 ind:pre:3p; -alourdit alourdir ver 0.66 15.34 0.04 1.76 ind:pre:3s;ind:pas:3s; -aloyau aloyau nom m s 0.27 0.27 0.27 0.27 -alpa alper ver 0.30 0.07 0.30 0.07 ind:pas:3s; -alpaga alpaga nom m s 0.12 1.28 0.12 1.28 -alpage alpage nom m s 0.01 0.81 0.00 0.34 -alpages alpage nom m p 0.01 0.81 0.01 0.47 -alpaguait alpaguer ver 0.34 2.16 0.01 0.07 ind:imp:3s; -alpague alpaguer ver 0.34 2.16 0.19 0.88 ind:pre:1s;ind:pre:3s; -alpaguent alpaguer ver 0.34 2.16 0.02 0.07 ind:pre:3p; -alpaguer alpaguer ver 0.34 2.16 0.09 0.74 inf; -alpaguerait alpaguer ver 0.34 2.16 0.00 0.07 cnd:pre:3s; -alpagué alpaguer ver m s 0.34 2.16 0.03 0.20 par:pas; -alpaguée alpaguer ver f s 0.34 2.16 0.00 0.07 par:pas; -alpagués alpaguer ver m p 0.34 2.16 0.00 0.07 par:pas; -alpe alpe nom f s 0.14 0.27 0.00 0.20 -alpenstock alpenstock nom m s 0.00 0.34 0.00 0.34 -alpes alpe nom f p 0.14 0.27 0.14 0.07 -alpestre alpestre adj s 0.10 0.47 0.10 0.27 -alpestres alpestre adj m p 0.10 0.47 0.00 0.20 -alpha alpha nom m 2.09 0.61 2.09 0.61 -alphabet alphabet nom m s 3.16 4.73 3.14 4.39 -alphabets alphabet nom m p 3.16 4.73 0.02 0.34 -alphabétique alphabétique adj s 1.00 1.69 1.00 1.69 -alphabétiquement alphabétiquement adv 0.14 0.07 0.14 0.07 -alphabétisation alphabétisation nom f s 0.30 0.07 0.30 0.07 -alphabétiser alphabétiser ver 0.02 0.00 0.02 0.00 inf; -alphabétisé alphabétisé adj m s 0.01 0.00 0.01 0.00 -alphanumérique alphanumérique adj m s 0.07 0.00 0.07 0.00 -alpin alpin adj m s 1.19 3.04 0.18 0.95 -alpine alpin adj f s 1.19 3.04 0.43 0.47 -alpines alpin adj f p 1.19 3.04 0.00 0.20 -alpinisme alpinisme nom m s 0.67 0.61 0.67 0.61 -alpiniste alpiniste nom s 1.96 1.49 0.95 1.15 -alpinistes alpiniste nom p 1.96 1.49 1.00 0.34 -alpins alpin adj m p 1.19 3.04 0.58 1.42 -alsacien alsacien adj m s 0.04 3.99 0.02 1.89 -alsacienne alsacien adj f s 0.04 3.99 0.00 1.55 -alsaciennes alsacien adj f p 0.04 3.99 0.00 0.20 -alsaciens alsacien adj m p 0.04 3.99 0.03 0.34 -alstonia alstonia nom f s 0.14 0.00 0.14 0.00 -alter_ego alter_ego nom m 0.30 0.54 0.30 0.54 -alter alter adv 0.00 0.07 0.00 0.07 -altercation altercation nom f s 1.20 1.49 1.12 1.42 -altercations altercation nom f p 1.20 1.49 0.09 0.07 -alterna alterner ver 1.49 6.82 0.00 0.07 ind:pas:3s; -alternaient alterner ver 1.49 6.82 0.02 1.76 ind:imp:3p; -alternait alterner ver 1.49 6.82 0.04 0.34 ind:imp:3s; -alternance alternance nom f s 0.20 3.78 0.20 2.84 -alternances alternance nom f p 0.20 3.78 0.00 0.95 -alternant alterner ver 1.49 6.82 0.26 1.62 par:pre; -alternateur alternateur nom m s 0.14 0.00 0.14 0.00 -alternatif alternatif adj m s 2.02 0.95 1.02 0.14 -alternatifs alternatif adj m p 2.02 0.95 0.23 0.07 -alternative alternative nom f s 5.89 2.23 4.96 1.89 -alternativement alternativement adv 0.16 5.88 0.16 5.88 -alternatives alternative nom f p 5.89 2.23 0.93 0.34 -alterne alterner ver 1.49 6.82 0.19 0.47 imp:pre:2s;ind:pre:1s;ind:pre:3s; -alternent alterner ver 1.49 6.82 0.02 0.68 ind:pre:3p; -alterner alterner ver 1.49 6.82 0.70 0.74 inf; -alternera alterner ver 1.49 6.82 0.01 0.00 ind:fut:3s; -alternez alterner ver 1.49 6.82 0.06 0.00 imp:pre:2p;ind:pre:2p; -alternions alterner ver 1.49 6.82 0.01 0.00 ind:imp:1p; -alternèrent alterner ver 1.49 6.82 0.00 0.07 ind:pas:3p; -alterné alterner ver m s 1.49 6.82 0.16 0.14 par:pas; -alternée alterné adj f s 0.09 0.81 0.07 0.00 -alternées alterné adj f p 0.09 0.81 0.01 0.41 -alternés alterner ver m p 1.49 6.82 0.00 0.41 par:pas; -altesse altesse nom f s 12.93 4.05 12.72 1.08 -altesses altesse nom f p 12.93 4.05 0.20 2.97 -althaea althaea nom f s 0.01 0.00 0.01 0.00 -alène alène nom f s 0.24 0.34 0.24 0.34 -alèse alèse nom f s 0.01 0.61 0.01 0.61 -alèze alèze nom f s 0.00 0.07 0.00 0.07 -altier altier adj m s 0.56 2.91 0.14 0.88 -altiers altier adj m p 0.56 2.91 0.01 0.07 -altimètre altimètre nom m s 0.75 0.14 0.72 0.14 -altimètres altimètre nom m p 0.75 0.14 0.02 0.00 -altière altier adj f s 0.56 2.91 0.41 1.69 -altièrement altièrement adv 0.00 0.07 0.00 0.07 -altières altier adj f p 0.56 2.91 0.00 0.27 -altitude altitude nom f s 6.39 6.96 6.37 6.35 -altitudes altitude nom f p 6.39 6.96 0.03 0.61 -alto alto nom s 0.45 1.08 0.35 0.95 -altos alto nom p 0.45 1.08 0.10 0.14 -altruisme altruisme nom m s 0.31 0.74 0.31 0.74 -altruiste altruiste adj s 0.86 0.00 0.52 0.00 -altruistes altruiste adj p 0.86 0.00 0.34 0.00 -altère altérer ver 2.62 7.50 0.51 0.95 imp:pre:2s;ind:pre:1s;ind:pre:3s; -altèrent altérer ver 2.62 7.50 0.20 0.41 ind:pre:3p; -altuglas altuglas nom m 0.00 0.07 0.00 0.07 -altéra altérer ver 2.62 7.50 0.00 0.27 ind:pas:3s; -altérable altérable adj s 0.01 0.00 0.01 0.00 -altéraient altérer ver 2.62 7.50 0.00 0.41 ind:imp:3p; -altérait altérer ver 2.62 7.50 0.01 0.61 ind:imp:3s; -altérant altérer ver 2.62 7.50 0.06 0.07 par:pre; -altération altération nom f s 0.64 1.49 0.59 0.95 -altérations altération nom f p 0.64 1.49 0.05 0.54 -altérer altérer ver 2.62 7.50 0.83 1.89 inf; -altérera altérer ver 2.62 7.50 0.02 0.07 ind:fut:3s; -altéreront altérer ver 2.62 7.50 0.02 0.00 ind:fut:3p; -altérez altérer ver 2.62 7.50 0.01 0.00 ind:pre:2p; -altériez altérer ver 2.62 7.50 0.01 0.00 ind:imp:2p; -altérité altérité nom f s 0.02 0.20 0.02 0.20 -altérât altérer ver 2.62 7.50 0.01 0.20 sub:imp:3s; -altérèrent altérer ver 2.62 7.50 0.00 0.07 ind:pas:3p; -altéré altérer ver m s 2.62 7.50 0.69 1.35 par:pas; -altérée altérer ver f s 2.62 7.50 0.14 0.81 par:pas; -altérées altérer ver f p 2.62 7.50 0.07 0.20 par:pas; -altérés altérer ver m p 2.62 7.50 0.04 0.20 par:pas; -alu alu nom m 1.06 0.95 1.06 0.95 -aléa aléa nom m s 0.34 1.01 0.02 0.20 -aléas aléa nom m p 0.34 1.01 0.32 0.81 -aléatoire aléatoire adj s 2.04 2.16 1.36 1.96 -aléatoirement aléatoirement adv 0.09 0.00 0.09 0.00 -aléatoires aléatoire adj p 2.04 2.16 0.69 0.20 -aludes alude nom f p 0.14 0.00 0.14 0.00 -aluette aluette nom f s 0.01 0.00 0.01 0.00 -alémaniques alémanique adj p 0.00 0.07 0.00 0.07 -aluminium aluminium nom m s 2.38 4.32 2.38 4.32 -alun alun nom m s 0.00 0.74 0.00 0.74 -aluni alunir ver m s 0.43 0.07 0.06 0.00 par:pas; -alunir alunir ver 0.43 0.07 0.25 0.07 inf; -alunira alunir ver 0.43 0.07 0.13 0.00 ind:fut:3s; -alunissage alunissage nom m s 0.52 0.00 0.51 0.00 -alunissages alunissage nom m p 0.52 0.00 0.01 0.00 -aléoutien aléoutien adj m s 0.02 0.00 0.02 0.00 -alésait aléser ver 0.00 0.14 0.00 0.07 ind:imp:3s; -aléser aléser ver 0.00 0.14 0.00 0.07 inf; -alvar alvar nom m s 0.05 0.00 0.05 0.00 -alvin alvin adj m s 0.12 0.00 0.12 0.00 -alvéolaire alvéolaire adj f s 0.04 0.00 0.04 0.00 -alvéole alvéole nom m s 0.20 3.18 0.11 1.62 -alvéoles alvéole nom m p 0.20 3.18 0.09 1.55 -alvéolé alvéolé adj m s 0.00 0.34 0.00 0.07 -alvéolée alvéolé adj f s 0.00 0.34 0.00 0.14 -alvéolées alvéolé adj f p 0.00 0.34 0.00 0.07 -alvéolés alvéolé adj m p 0.00 0.34 0.00 0.07 -alysse alysse nom m s 0.03 0.27 0.03 0.27 -am_stram_gram am_stram_gram ono 0.08 0.14 0.08 0.14 -amabilité amabilité nom f s 2.91 5.34 2.81 3.78 -amabilités amabilité nom f p 2.91 5.34 0.11 1.55 -amadou amadou nom m s 0.01 1.76 0.01 1.76 -amadoua amadouer ver 1.51 3.58 0.00 0.20 ind:pas:3s; -amadouaient amadouer ver 1.51 3.58 0.00 0.07 ind:imp:3p; -amadouait amadouer ver 1.51 3.58 0.01 0.14 ind:imp:3s; -amadouant amadouer ver 1.51 3.58 0.02 0.14 par:pre; -amadoue amadouer ver 1.51 3.58 0.22 0.07 imp:pre:2s;ind:pre:1s;ind:pre:3s; -amadouer amadouer ver 1.51 3.58 1.01 2.70 inf; -amadoueras amadouer ver 1.51 3.58 0.01 0.00 ind:fut:2s; -amadouez amadouer ver 1.51 3.58 0.01 0.00 ind:pre:2p; -amadoué amadouer ver m s 1.51 3.58 0.23 0.27 par:pas; -amaigri amaigrir ver m s 0.04 1.01 0.03 0.54 par:pas; -amaigrie amaigri adj f s 0.02 2.16 0.00 0.54 -amaigries amaigri adj f p 0.02 2.16 0.00 0.14 -amaigris amaigri adj m p 0.02 2.16 0.00 0.41 -amaigrissait amaigrir ver 0.04 1.01 0.00 0.07 ind:imp:3s; -amaigrissant amaigrissant adj m s 0.09 0.14 0.03 0.07 -amaigrissante amaigrissant adj f s 0.09 0.14 0.01 0.00 -amaigrissantes amaigrissant adj f p 0.09 0.14 0.04 0.00 -amaigrissants amaigrissant adj m p 0.09 0.14 0.00 0.07 -amaigrissement amaigrissement nom m s 0.20 0.54 0.20 0.54 -amaigrit amaigrir ver 0.04 1.01 0.01 0.07 ind:pre:3s;ind:pas:3s; -amalfitaine amalfitain adj f s 0.00 0.07 0.00 0.07 -amalgamaient amalgamer ver 0.44 1.22 0.00 0.14 ind:imp:3p; -amalgamais amalgamer ver 0.44 1.22 0.00 0.07 ind:imp:1s; -amalgamait amalgamer ver 0.44 1.22 0.00 0.07 ind:imp:3s; -amalgamant amalgamer ver 0.44 1.22 0.10 0.00 par:pre; -amalgame amalgame nom m s 0.31 2.03 0.30 1.82 -amalgamer amalgamer ver 0.44 1.22 0.00 0.27 inf; -amalgames amalgame nom m p 0.31 2.03 0.01 0.20 -amalgamez amalgamer ver 0.44 1.22 0.00 0.07 ind:pre:2p; -amalgamé amalgamer ver m s 0.44 1.22 0.27 0.14 par:pas; -amalgamée amalgamer ver f s 0.44 1.22 0.04 0.00 par:pas; -amalgamées amalgamer ver f p 0.44 1.22 0.00 0.14 par:pas; -amalgamés amalgamer ver m p 0.44 1.22 0.02 0.34 par:pas; -aman aman nom m s 0.04 0.14 0.04 0.14 -amande amande nom f s 2.19 8.18 1.07 3.99 -amandes amande nom f p 2.19 8.18 1.13 4.19 -amandier amandier nom m s 0.40 2.23 0.14 0.34 -amandiers amandier nom m p 0.40 2.23 0.27 1.89 -amandine amandin nom f s 0.01 0.07 0.01 0.00 -amandines amandine nom f p 0.02 0.00 0.02 0.00 -amanite amanite nom f s 0.10 0.27 0.00 0.14 -amanites amanite nom f p 0.10 0.27 0.10 0.14 -amant amant nom m s 35.03 69.59 23.28 46.76 -amante amante nom f s 1.55 6.76 1.04 5.54 -amantes amante nom f p 1.55 6.76 0.52 1.22 -amants amant nom m p 35.03 69.59 11.75 22.84 -amarante amarante nom s 0.05 0.61 0.02 0.27 -amarantes amarante nom p 0.05 0.61 0.03 0.34 -amaro amaro nom m s 2.02 0.00 2.02 0.00 -amarra amarrer ver 1.44 6.69 0.08 0.34 ind:pas:3s; -amarrage amarrage nom m s 0.46 0.61 0.45 0.54 -amarrages amarrage nom m p 0.46 0.61 0.01 0.07 -amarrai amarrer ver 1.44 6.69 0.00 0.07 ind:pas:1s; -amarraient amarrer ver 1.44 6.69 0.00 0.27 ind:imp:3p; -amarrais amarrer ver 1.44 6.69 0.00 0.07 ind:imp:1s; -amarrait amarrer ver 1.44 6.69 0.04 0.20 ind:imp:3s; -amarrant amarrer ver 1.44 6.69 0.00 0.14 par:pre; -amarre amarre nom f s 1.66 4.66 0.58 1.42 -amarrent amarrer ver 1.44 6.69 0.00 0.07 ind:pre:3p; -amarrer amarrer ver 1.44 6.69 0.22 1.01 inf; -amarres amarre nom f p 1.66 4.66 1.08 3.24 -amarrez amarrer ver 1.44 6.69 0.16 0.00 imp:pre:2p; -amarré amarrer ver m s 1.44 6.69 0.49 1.89 par:pas; -amarrée amarrer ver f s 1.44 6.69 0.15 0.88 par:pas; -amarrées amarrer ver f p 1.44 6.69 0.00 0.68 par:pas; -amarrés amarrer ver m p 1.44 6.69 0.08 0.81 par:pas; -amaryllis amaryllis nom f 0.03 1.22 0.03 1.22 -amas amas nom m 1.56 9.32 1.56 9.32 -amassa amasser ver 3.46 8.24 0.02 0.34 ind:pas:3s; -amassai amasser ver 3.46 8.24 0.00 0.07 ind:pas:1s; -amassaient amasser ver 3.46 8.24 0.01 0.61 ind:imp:3p; -amassait amasser ver 3.46 8.24 0.02 0.68 ind:imp:3s; -amassant amasser ver 3.46 8.24 0.03 0.54 par:pre; -amasse amasser ver 3.46 8.24 0.71 0.61 imp:pre:2s;ind:pre:1s;ind:pre:3s; -amassent amasser ver 3.46 8.24 0.19 0.27 ind:pre:3p; -amasser amasser ver 3.46 8.24 0.47 1.55 inf; -amassera amasser ver 3.46 8.24 0.14 0.00 ind:fut:3s; -amassez amasser ver 3.46 8.24 0.62 0.00 imp:pre:2p;ind:pre:2p; -amassons amasser ver 3.46 8.24 0.01 0.00 ind:pre:1p; -amassèrent amasser ver 3.46 8.24 0.00 0.07 ind:pas:3p; -amassé amasser ver m s 3.46 8.24 0.91 1.55 par:pas; -amassée amasser ver f s 3.46 8.24 0.03 0.61 par:pas; -amassées amasser ver f p 3.46 8.24 0.17 0.41 par:pas; -amassés amasser ver m p 3.46 8.24 0.12 0.95 par:pas; -amateur amateur nom s 11.66 16.15 5.53 7.16 -amateurisme amateurisme nom m s 0.12 0.34 0.12 0.34 -amateurs amateur nom p 11.66 16.15 6.04 8.99 -amati amatir ver m s 0.00 0.14 0.00 0.14 par:pas; -amatrice amateur nom f s 11.66 16.15 0.09 0.00 -amaurose amaurose nom f s 0.00 0.07 0.00 0.07 -amazone amazone nom f s 0.55 2.23 0.25 1.89 -amazones amazone nom f p 0.55 2.23 0.30 0.34 -amazonien amazonien adj m s 0.36 0.14 0.03 0.07 -amazonienne amazonien adj f s 0.36 0.14 0.30 0.00 -amazoniennes amazonien adj f p 0.36 0.14 0.04 0.07 -ambages ambages nom f p 0.29 0.88 0.29 0.88 -ambassade ambassade nom f s 9.49 15.34 8.85 13.38 -ambassades ambassade nom f p 9.49 15.34 0.65 1.96 -ambassadeur ambassadeur nom m s 13.85 33.72 11.57 26.15 -ambassadeurs ambassadeur nom m p 13.85 33.72 0.96 3.85 -ambassadrice ambassadeur nom f s 13.85 33.72 1.32 3.58 -ambassadrices ambassadeur nom f p 13.85 33.72 0.00 0.14 -ambiance ambiance nom f s 12.37 11.55 12.33 11.08 -ambiances ambiance nom f p 12.37 11.55 0.03 0.47 -ambiant ambiant adj m s 0.75 4.05 0.20 1.49 -ambiante ambiant adj f s 0.75 4.05 0.50 2.23 -ambiantes ambiant adj f p 0.75 4.05 0.01 0.34 -ambiants ambiant adj m p 0.75 4.05 0.04 0.00 -ambidextre ambidextre adj f s 0.32 0.00 0.32 0.00 -ambigu ambigu adj m s 2.58 8.99 1.77 4.05 -ambiguïté ambiguïté nom f s 0.52 3.04 0.39 2.84 -ambiguïtés ambiguïté nom f p 0.52 3.04 0.14 0.20 -ambigus ambigu adj m p 2.58 8.99 0.27 1.55 -ambiguë ambigu adj f s 2.58 8.99 0.51 2.57 -ambiguës ambigu adj f p 2.58 8.99 0.04 0.81 -ambitieuse ambitieux adj f s 6.08 4.73 1.09 0.81 -ambitieuses ambitieux adj f p 6.08 4.73 0.17 0.20 -ambitieux ambitieux adj m 6.08 4.73 4.82 3.72 -ambition ambition nom f s 11.15 30.34 7.98 19.32 -ambitionnais ambitionner ver 0.06 1.49 0.02 0.14 ind:imp:1s; -ambitionnait ambitionner ver 0.06 1.49 0.00 0.41 ind:imp:3s; -ambitionnant ambitionner ver 0.06 1.49 0.00 0.07 par:pre; -ambitionne ambitionner ver 0.06 1.49 0.03 0.41 ind:pre:1s;ind:pre:3s; -ambitionnent ambitionner ver 0.06 1.49 0.01 0.07 ind:pre:3p; -ambitionner ambitionner ver 0.06 1.49 0.00 0.14 inf; -ambitionnez ambitionner ver 0.06 1.49 0.00 0.07 ind:pre:2p; -ambitionné ambitionner ver m s 0.06 1.49 0.00 0.20 par:pas; -ambitions ambition nom f p 11.15 30.34 3.17 11.01 -ambivalence ambivalence nom f s 0.28 0.41 0.28 0.34 -ambivalences ambivalence nom f p 0.28 0.41 0.00 0.07 -ambivalent ambivalent adj m s 0.17 0.20 0.11 0.14 -ambivalente ambivalent adj f s 0.17 0.20 0.06 0.07 -amble amble nom m s 0.30 0.47 0.30 0.47 -ambler ambler ver 0.05 0.00 0.05 0.00 inf; -amboine amboine nom s 0.00 0.07 0.00 0.07 -ambon ambon nom m s 0.00 0.07 0.00 0.07 -ambras ambrer ver 0.04 0.54 0.00 0.07 ind:pas:2s; -ambre ambre nom m s 0.93 4.39 0.93 4.39 -ambrer ambrer ver 0.04 0.54 0.01 0.00 inf; -ambroisie ambroisie nom f s 0.51 0.14 0.51 0.14 -ambré ambré adj m s 0.19 2.16 0.01 0.74 -ambrée ambré adj f s 0.19 2.16 0.17 1.08 -ambrées ambrer ver f p 0.04 0.54 0.01 0.00 par:pas; -ambrés ambré adj m p 0.19 2.16 0.01 0.20 -ambulance ambulance nom f s 27.55 11.69 25.94 9.26 -ambulances ambulance nom f p 27.55 11.69 1.61 2.43 -ambulancier ambulancier nom m s 1.64 1.69 0.57 0.61 -ambulanciers ambulancier nom m p 1.64 1.69 1.01 0.88 -ambulancière ambulancier nom f s 1.64 1.69 0.04 0.14 -ambulancières ambulancier nom f p 1.64 1.69 0.00 0.07 -ambulant ambulant adj m s 3.08 5.41 1.82 3.04 -ambulante ambulant adj f s 3.08 5.41 0.98 1.15 -ambulantes ambulant adj f p 3.08 5.41 0.13 0.07 -ambulants ambulant adj m p 3.08 5.41 0.15 1.15 -ambulatoire ambulatoire adj s 0.14 0.07 0.14 0.07 -amen amen ono 19.70 2.23 19.70 2.23 -amena amener ver 190.32 93.92 0.74 5.27 ind:pas:3s; -amenai amener ver 190.32 93.92 0.02 0.34 ind:pas:1s; -amenaient amener ver 190.32 93.92 0.37 2.16 ind:imp:3p; -amenais amener ver 190.32 93.92 1.17 0.34 ind:imp:1s;ind:imp:2s; -amenait amener ver 190.32 93.92 1.87 9.46 ind:imp:3s; -amenant amener ver 190.32 93.92 0.66 2.43 par:pre; -amendai amender ver 1.49 1.08 0.00 0.07 ind:pas:1s; -amendait amender ver 1.49 1.08 0.00 0.07 ind:imp:3s; -amende amende nom f s 9.37 4.80 8.38 3.65 -amendement amendement nom m s 3.75 0.68 3.28 0.14 -amendements amendement nom m p 3.75 0.68 0.47 0.54 -amendent amender ver 1.49 1.08 0.01 0.14 ind:pre:3p; -amender amender ver 1.49 1.08 1.06 0.47 inf; -amenderez amender ver 1.49 1.08 0.00 0.07 ind:fut:2p; -amendes amende nom f p 9.37 4.80 0.99 1.15 -amendez amender ver 1.49 1.08 0.04 0.00 imp:pre:2p;ind:pre:2p; -amendât amender ver 1.49 1.08 0.00 0.07 sub:imp:3s; -amendé amender ver m s 1.49 1.08 0.05 0.07 par:pas; -amendée amender ver f s 1.49 1.08 0.05 0.00 par:pas; -amener amener ver 190.32 93.92 35.60 18.18 inf;; -amenez amener ver 190.32 93.92 21.53 1.28 imp:pre:2p;ind:pre:2p; -ameniez amener ver 190.32 93.92 0.25 0.07 ind:imp:2p; -amenions amener ver 190.32 93.92 0.25 0.14 ind:imp:1p; -amenons amener ver 190.32 93.92 1.02 0.00 imp:pre:1p;ind:pre:1p; -amenât amener ver 190.32 93.92 0.00 0.20 sub:imp:3s; -amenèrent amener ver 190.32 93.92 0.61 1.08 ind:pas:3p; -amené amener ver m s 190.32 93.92 38.14 20.00 par:pas; -amenée amener ver f s 190.32 93.92 7.87 5.81 par:pas; -amenées amener ver f p 190.32 93.92 0.73 0.88 par:pas; -amenuisaient amenuiser ver 0.42 4.19 0.00 0.14 ind:imp:3p; -amenuisait amenuiser ver 0.42 4.19 0.02 0.95 ind:imp:3s; -amenuisant amenuiser ver 0.42 4.19 0.00 0.88 par:pre; -amenuise amenuiser ver 0.42 4.19 0.14 0.61 ind:pre:3s; -amenuisement amenuisement nom m s 0.00 0.14 0.00 0.14 -amenuisent amenuiser ver 0.42 4.19 0.23 0.41 ind:pre:3p; -amenuiser amenuiser ver 0.42 4.19 0.01 0.47 inf; -amenuiserait amenuiser ver 0.42 4.19 0.03 0.14 cnd:pre:3s; -amenuisèrent amenuiser ver 0.42 4.19 0.00 0.14 ind:pas:3p; -amenuisé amenuiser ver m s 0.42 4.19 0.00 0.14 par:pas; -amenuisée amenuiser ver f s 0.42 4.19 0.00 0.27 par:pas; -amenuisés amenuiser ver m p 0.42 4.19 0.00 0.07 par:pas; -amenés amener ver m p 190.32 93.92 4.71 6.15 par:pas; -amer amer adj m s 11.94 30.07 5.82 11.69 -amerlo amerlo nom s 0.10 0.47 0.00 0.14 -amerloque amerloque nom s 1.05 1.76 0.61 1.01 -amerloques amerloque nom p 1.05 1.76 0.44 0.74 -amerlos amerlo nom p 0.10 0.47 0.10 0.34 -amerri amerrir ver m s 0.13 0.07 0.04 0.00 par:pas; -amerrir amerrir ver 0.13 0.07 0.06 0.07 inf; -amerrissage amerrissage nom m s 0.16 0.00 0.16 0.00 -amerrit amerrir ver 0.13 0.07 0.02 0.00 ind:pre:3s;ind:pas:3s; -amers amer adj m p 11.94 30.07 1.25 2.57 -amertume amertume nom f s 4.64 19.39 4.64 19.05 -amertumes amertume nom f p 4.64 19.39 0.00 0.34 -ameublement ameublement nom m s 0.12 0.95 0.12 0.88 -ameublements ameublement nom m p 0.12 0.95 0.00 0.07 -ameuta ameuter ver 1.48 3.51 0.00 0.14 ind:pas:3s; -ameutaient ameuter ver 1.48 3.51 0.00 0.14 ind:imp:3p; -ameutait ameuter ver 1.48 3.51 0.00 0.07 ind:imp:3s; -ameutant ameuter ver 1.48 3.51 0.00 0.27 par:pre; -ameute ameuter ver 1.48 3.51 0.30 0.27 imp:pre:2s;ind:pre:1s;ind:pre:3s; -ameutent ameuter ver 1.48 3.51 0.01 0.07 ind:pre:3p; -ameuter ameuter ver 1.48 3.51 0.89 1.62 inf; -ameutera ameuter ver 1.48 3.51 0.01 0.00 ind:fut:3s; -ameuterait ameuter ver 1.48 3.51 0.01 0.14 cnd:pre:3s; -ameutât ameuter ver 1.48 3.51 0.00 0.07 sub:imp:3s; -ameuté ameuter ver m s 1.48 3.51 0.25 0.47 par:pas; -ameutée ameuter ver f s 1.48 3.51 0.00 0.07 par:pas; -ameutées ameuter ver f p 1.48 3.51 0.00 0.07 par:pas; -ameutés ameuter ver m p 1.48 3.51 0.01 0.14 par:pas; -amharique amharique nom m s 0.27 0.00 0.27 0.00 -ami ami nom m s 747.98 354.12 360.90 140.14 -amiable amiable adj m s 1.06 1.82 1.06 1.82 -amiante amiante nom m s 0.82 0.54 0.82 0.54 -amibe amibe nom f s 0.40 0.20 0.27 0.14 -amibes amibe nom f p 0.40 0.20 0.13 0.07 -amibienne amibien adj f s 0.05 0.14 0.05 0.14 -amical amical adj m s 9.88 23.04 4.26 11.22 -amicale amical adj f s 9.88 23.04 3.67 7.57 -amicalement amicalement adv 1.15 4.12 1.15 4.12 -amicales amical adj f p 9.88 23.04 0.60 2.57 -amicalités amicalité nom f p 0.00 0.07 0.00 0.07 -amicaux amical adj m p 9.88 23.04 1.35 1.69 -amidon amidon nom m s 0.49 0.74 0.49 0.74 -amidonnaient amidonner ver 0.33 1.89 0.00 0.07 ind:imp:3p; -amidonnent amidonner ver 0.33 1.89 0.02 0.00 ind:pre:3p; -amidonner amidonner ver 0.33 1.89 0.04 0.20 inf; -amidonnez amidonner ver 0.33 1.89 0.02 0.00 imp:pre:2p;ind:pre:2p; -amidonné amidonner ver m s 0.33 1.89 0.04 0.54 par:pas; -amidonnée amidonner ver f s 0.33 1.89 0.02 0.34 par:pas; -amidonnées amidonner ver f p 0.33 1.89 0.15 0.20 par:pas; -amidonnés amidonner ver m p 0.33 1.89 0.04 0.54 par:pas; -amie ami nom f s 747.98 354.12 113.54 54.32 -amies ami nom f p 747.98 354.12 20.88 16.22 -amignoter amignoter ver 0.00 0.07 0.00 0.07 inf; -amigo amigo nom m s 6.91 1.08 4.75 0.95 -amigos amigo nom m p 6.91 1.08 2.15 0.14 -aminci aminci adj m s 0.10 0.47 0.10 0.14 -amincie amincir ver f s 0.25 2.30 0.00 0.14 par:pas; -amincies aminci adj f p 0.10 0.47 0.00 0.20 -amincir amincir ver 0.25 2.30 0.03 0.27 inf; -amincis aminci adj m p 0.10 0.47 0.00 0.07 -amincissaient amincir ver 0.25 2.30 0.00 0.27 ind:imp:3p; -amincissait amincir ver 0.25 2.30 0.03 0.20 ind:imp:3s; -amincissant amincissant adj m s 0.09 0.07 0.03 0.07 -amincissante amincissant adj f s 0.09 0.07 0.04 0.00 -amincissantes amincissant adj f p 0.09 0.07 0.01 0.00 -amincissants amincissant nom m p 0.03 0.14 0.01 0.00 -amincissement amincissement nom m s 0.10 0.14 0.10 0.14 -amincissent amincir ver 0.25 2.30 0.00 0.34 ind:pre:3p; -amincit amincir ver 0.25 2.30 0.19 0.68 ind:pre:3s;ind:pas:3s; -amine amine nom f s 0.01 0.00 0.01 0.00 -aminoacides aminoacide nom m p 0.02 0.00 0.02 0.00 -aminophylline aminophylline nom f s 0.01 0.00 0.01 0.00 -aminé aminé adj m s 0.36 0.00 0.04 0.00 -aminés aminé adj m p 0.36 0.00 0.31 0.00 -amiral amiral nom m s 6.00 13.51 5.60 11.22 -amirale amiral adj f s 4.04 8.58 0.01 0.14 -amirauté amirauté nom f s 0.22 6.96 0.22 6.89 -amirautés amirauté nom f p 0.22 6.96 0.00 0.07 -amiraux amiral nom m p 6.00 13.51 0.39 2.30 -amis ami nom m p 747.98 354.12 252.66 143.45 -amish amish adj m s 0.14 0.00 0.14 0.00 -amitieuse amitieux adj f s 0.00 0.07 0.00 0.07 -amitié amitié nom f s 36.69 77.77 32.39 67.70 -amitiés amitié nom f p 36.69 77.77 4.30 10.07 -ammoniac ammoniac nom m s 0.28 0.14 0.28 0.14 -ammoniacale ammoniacal adj f s 0.00 0.54 0.00 0.41 -ammoniacales ammoniacal adj f p 0.00 0.54 0.00 0.07 -ammoniacaux ammoniacal adj m p 0.00 0.54 0.00 0.07 -ammoniaque ammoniaque nom f s 0.40 0.27 0.40 0.27 -ammoniaqué ammoniaqué adj m s 0.00 0.27 0.00 0.14 -ammoniaquée ammoniaqué adj f s 0.00 0.27 0.00 0.07 -ammoniaquées ammoniaqué adj f p 0.00 0.27 0.00 0.07 -ammonite ammonite nom f s 0.40 0.14 0.40 0.14 -ammonitrate ammonitrate nom m 0.00 0.14 0.00 0.14 -ammonium ammonium nom m s 0.36 0.00 0.36 0.00 -amniocentèse amniocentèse nom f s 0.38 0.00 0.38 0.00 -amnios amnios nom m 0.04 0.00 0.04 0.00 -amniotique amniotique adj m s 0.14 0.14 0.14 0.14 -amnistiable amnistiable adj s 0.00 0.07 0.00 0.07 -amnistiante amnistiant adj f s 0.00 0.07 0.00 0.07 -amnistie amnistie nom f s 2.93 1.89 2.66 1.82 -amnistier amnistier ver 0.52 0.41 0.20 0.07 inf; -amnistierons amnistier ver 0.52 0.41 0.00 0.07 ind:fut:1p; -amnisties amnistie nom f p 2.93 1.89 0.27 0.07 -amnistié amnistier ver m s 0.52 0.41 0.07 0.27 par:pas; -amnistiée amnistier ver f s 0.52 0.41 0.11 0.00 par:pas; -amnistiés amnistier ver m p 0.52 0.41 0.02 0.00 par:pas; -amnésie amnésie nom f s 3.74 1.15 3.59 1.08 -amnésies amnésie nom f p 3.74 1.15 0.15 0.07 -amnésique amnésique adj s 2.48 0.54 2.44 0.47 -amnésiques amnésique nom p 1.33 0.20 0.17 0.00 -amochait amocher ver 3.80 2.77 0.00 0.07 ind:imp:3s; -amoche amocher ver 3.80 2.77 0.07 0.07 imp:pre:2s;ind:pre:1s;ind:pre:3s; -amocher amocher ver 3.80 2.77 0.41 0.27 inf; -amochez amocher ver 3.80 2.77 0.02 0.00 imp:pre:2p;ind:pre:2p; -amochie amochir ver f s 0.00 0.07 0.00 0.07 par:pas; -amoché amocher ver m s 3.80 2.77 2.00 1.42 par:pas; -amochée amocher ver f s 3.80 2.77 1.03 0.47 par:pas; -amochés amocher ver m p 3.80 2.77 0.26 0.47 par:pas; -amoindri amoindrir ver m s 0.60 2.36 0.34 0.47 par:pas; -amoindrie amoindrir ver f s 0.60 2.36 0.04 0.34 par:pas; -amoindries amoindrir ver f p 0.60 2.36 0.00 0.07 par:pas; -amoindrir amoindrir ver 0.60 2.36 0.12 0.81 inf; -amoindrira amoindrir ver 0.60 2.36 0.02 0.00 ind:fut:3s; -amoindris amoindrir ver m p 0.60 2.36 0.04 0.14 ind:pre:2s;par:pas; -amoindrissait amoindrir ver 0.60 2.36 0.00 0.27 ind:imp:3s; -amoindrissement amoindrissement nom m s 0.01 0.07 0.01 0.07 -amoindrit amoindrir ver 0.60 2.36 0.04 0.27 ind:pre:3s;ind:pas:3s; -amok amok nom m s 0.01 0.07 0.01 0.07 -amolli amollir ver m s 0.17 5.41 0.11 0.95 par:pas; -amollie amollir ver f s 0.17 5.41 0.00 0.68 par:pas; -amollies amollir ver f p 0.17 5.41 0.00 0.41 par:pas; -amollir amollir ver 0.17 5.41 0.03 0.54 inf; -amollirent amollir ver 0.17 5.41 0.00 0.14 ind:pas:3p; -amollis amollir ver m p 0.17 5.41 0.01 0.47 ind:pre:1s;ind:pre:2s;par:pas; -amollissaient amollir ver 0.17 5.41 0.00 0.20 ind:imp:3p; -amollissait amollir ver 0.17 5.41 0.00 0.27 ind:imp:3s; -amollissant amollissant adj m s 0.00 0.14 0.00 0.14 -amollissement amollissement nom m s 0.00 0.14 0.00 0.14 -amollissent amollir ver 0.17 5.41 0.01 0.27 ind:pre:3p; -amollit amollir ver 0.17 5.41 0.01 1.42 ind:pre:3s;ind:pas:3s; -amoncelaient amonceler ver 0.16 4.86 0.02 1.69 ind:imp:3p; -amoncelait amonceler ver 0.16 4.86 0.10 0.34 ind:imp:3s; -amoncelant amonceler ver 0.16 4.86 0.00 0.14 par:pre; -amonceler amonceler ver 0.16 4.86 0.01 0.14 inf; -amoncelle amonceler ver 0.16 4.86 0.00 0.34 ind:pre:3s; -amoncellement amoncellement nom m s 0.07 6.08 0.07 4.32 -amoncellements amoncellement nom m p 0.07 6.08 0.00 1.76 -amoncellent amonceler ver 0.16 4.86 0.02 0.34 ind:pre:3p; -amoncelleraient amonceler ver 0.16 4.86 0.00 0.07 cnd:pre:3p; -amoncelèrent amonceler ver 0.16 4.86 0.00 0.07 ind:pas:3p; -amoncelé amonceler ver m s 0.16 4.86 0.01 0.20 par:pas; -amoncelée amonceler ver f s 0.16 4.86 0.00 0.07 par:pas; -amoncelées amonceler ver f p 0.16 4.86 0.00 0.41 par:pas; -amoncelés amonceler ver m p 0.16 4.86 0.00 1.08 par:pas; -amont amont nom m s 1.40 3.85 1.40 3.85 -amontillado amontillado nom m s 0.29 0.14 0.29 0.14 -amoral amoral adj m s 0.68 0.68 0.61 0.20 -amorale amoral adj f s 0.68 0.68 0.03 0.41 -amoraliste amoraliste nom s 0.05 0.00 0.05 0.00 -amoralité amoralité nom f s 0.04 0.07 0.04 0.07 -amoraux amoral adj m p 0.68 0.68 0.04 0.07 -amorce amorce nom f s 1.76 4.59 1.19 3.92 -amorcent amorcer ver 2.06 11.89 0.04 0.00 ind:pre:3p; -amorcer amorcer ver 2.06 11.89 0.40 2.64 inf; -amorcerait amorcer ver 2.06 11.89 0.01 0.07 cnd:pre:3s; -amorces amorce nom f p 1.76 4.59 0.57 0.68 -amorcez amorcer ver 2.06 11.89 0.18 0.00 imp:pre:2p; -amorcèrent amorcer ver 2.06 11.89 0.00 0.27 ind:pas:3p; -amorcé amorcer ver m s 2.06 11.89 0.20 1.69 par:pas; -amorcée amorcer ver f s 2.06 11.89 0.30 1.01 par:pas; -amorcées amorcer ver f p 2.06 11.89 0.05 0.14 par:pas; -amorcés amorcer ver m p 2.06 11.89 0.08 0.34 par:pas; -amoroso amoroso adv 0.45 0.07 0.45 0.07 -amorphe amorphe adj s 0.25 1.42 0.14 0.88 -amorphes amorphe adj p 0.25 1.42 0.11 0.54 -amorça amorcer ver 2.06 11.89 0.02 0.68 ind:pas:3s; -amorçage amorçage nom m s 0.09 0.07 0.09 0.07 -amorçai amorcer ver 2.06 11.89 0.00 0.14 ind:pas:1s; -amorçaient amorcer ver 2.06 11.89 0.01 0.27 ind:imp:3p; -amorçais amorcer ver 2.06 11.89 0.00 0.07 ind:imp:1s; -amorçait amorcer ver 2.06 11.89 0.00 2.03 ind:imp:3s; -amorçant amorcer ver 2.06 11.89 0.01 0.41 par:pre; -amorçoir amorçoir nom m s 0.00 0.07 0.00 0.07 -amorçons amorcer ver 2.06 11.89 0.40 0.00 imp:pre:1p;ind:pre:1p; -amorti amortir ver m s 1.69 4.93 0.51 0.68 par:pas; -amortie amortir ver f s 1.69 4.93 0.13 0.41 par:pas; -amorties amorti adj f p 0.20 1.55 0.14 0.27 -amortir amortir ver 1.69 4.93 0.41 1.62 inf; -amortirent amortir ver 1.69 4.93 0.00 0.14 ind:pas:3p; -amortiront amortir ver 1.69 4.93 0.01 0.00 ind:fut:3p; -amortis amortir ver m p 1.69 4.93 0.26 0.14 ind:pre:1s;par:pas; -amortissaient amortir ver 1.69 4.93 0.01 0.14 ind:imp:3p; -amortissait amortir ver 1.69 4.93 0.00 0.34 ind:imp:3s; -amortissant amortir ver 1.69 4.93 0.01 0.27 par:pre; -amortisse amortir ver 1.69 4.93 0.04 0.14 sub:pre:1s;sub:pre:3s; -amortissement amortissement nom m s 0.42 0.20 0.42 0.20 -amortissent amortir ver 1.69 4.93 0.00 0.07 ind:pre:3p; -amortisseur amortisseur nom m s 0.85 0.47 0.20 0.00 -amortisseurs amortisseur nom m p 0.85 0.47 0.66 0.47 -amortit amortir ver 1.69 4.93 0.32 0.95 ind:pre:3s;ind:pas:3s; -amour_goût amour_goût nom m s 0.00 0.07 0.00 0.07 -amour_passion amour_passion nom m s 0.00 0.41 0.00 0.41 -amour_propre amour_propre nom m s 2.54 6.89 2.54 6.76 -amour amour nom m s 458.27 403.92 450.46 373.58 -amouracha amouracher ver 1.03 1.15 0.00 0.14 ind:pas:3s; -amourache amouracher ver 1.03 1.15 0.06 0.14 imp:pre:2s;ind:pre:1s;ind:pre:3s; -amourachent amouracher ver 1.03 1.15 0.02 0.00 ind:pre:3p; -amouracher amouracher ver 1.03 1.15 0.44 0.20 inf; -amourachera amouracher ver 1.03 1.15 0.00 0.07 ind:fut:3s; -amouraches amouracher ver 1.03 1.15 0.02 0.07 ind:pre:2s; -amouraché amouracher ver m s 1.03 1.15 0.28 0.20 par:pas; -amourachée amouracher ver f s 1.03 1.15 0.22 0.34 par:pas; -amourer amourer ver 0.00 0.07 0.00 0.07 inf; -amourette amourette nom f s 0.66 1.15 0.54 0.47 -amourettes amourette nom f p 0.66 1.15 0.12 0.68 -amoureuse amoureux adj f s 107.79 58.45 41.65 23.11 -amoureusement amoureusement adv 0.22 2.50 0.22 2.50 -amoureuses amoureux adj f p 107.79 58.45 2.73 4.05 -amoureux amoureux adj m 107.79 58.45 63.41 31.28 -amour_propre amour_propre nom m p 2.54 6.89 0.00 0.14 -amours amour nom p 458.27 403.92 7.81 30.34 -amovible amovible adj s 0.38 0.68 0.11 0.20 -amovibles amovible adj p 0.38 0.68 0.27 0.47 -amphi amphi nom m s 0.29 1.08 0.29 0.61 -amphibie amphibie adj s 0.71 0.61 0.38 0.47 -amphibien amphibien nom m s 0.20 0.00 0.12 0.00 -amphibiens amphibien nom m p 0.20 0.00 0.08 0.00 -amphibies amphibie adj p 0.71 0.61 0.33 0.14 -amphigouri amphigouri nom m s 0.02 0.27 0.00 0.27 -amphigourique amphigourique adj s 0.00 0.20 0.00 0.07 -amphigouriques amphigourique adj m p 0.00 0.20 0.00 0.14 -amphigouris amphigouri nom m p 0.02 0.27 0.02 0.00 -amphis amphi nom m p 0.29 1.08 0.00 0.47 -amphithéâtre amphithéâtre nom m s 0.59 2.57 0.46 2.09 -amphithéâtres amphithéâtre nom m p 0.59 2.57 0.14 0.47 -amphitrite amphitrite nom f s 0.00 0.07 0.00 0.07 -amphitryon amphitryon nom m s 0.13 0.07 0.13 0.07 -amphore amphore nom f s 0.46 1.35 0.45 0.81 -amphores amphore nom f p 0.46 1.35 0.01 0.54 -amphés amphé nom m p 0.36 0.14 0.36 0.14 -amphétamine amphétamine nom f s 1.13 0.54 0.27 0.14 -amphétamines amphétamine nom f p 1.13 0.54 0.86 0.41 -ample ample adj s 1.30 11.89 0.82 8.04 -amplement amplement adv 1.33 1.82 1.33 1.82 -amples ample adj p 1.30 11.89 0.48 3.85 -ampleur ampleur nom f s 2.38 7.57 2.38 7.43 -ampleurs ampleur nom f p 2.38 7.57 0.00 0.14 -ampli_tuner ampli_tuner nom m s 0.01 0.00 0.01 0.00 -ampli ampli nom m s 0.98 1.15 0.74 0.54 -amplifia amplifier ver 1.63 8.65 0.00 0.68 ind:pas:3s; -amplifiaient amplifier ver 1.63 8.65 0.00 0.47 ind:imp:3p; -amplifiait amplifier ver 1.63 8.65 0.05 2.43 ind:imp:3s; -amplifiant amplifier ver 1.63 8.65 0.01 0.54 par:pre; -amplificateur amplificateur nom m s 0.29 0.20 0.26 0.20 -amplificateurs amplificateur nom m p 0.29 0.20 0.04 0.00 -amplification amplification nom f s 0.21 0.54 0.19 0.54 -amplifications amplification nom f p 0.21 0.54 0.02 0.00 -amplifie amplifier ver 1.63 8.65 0.43 1.22 imp:pre:2s;ind:pre:1s;ind:pre:3s; -amplifient amplifier ver 1.63 8.65 0.20 0.41 ind:pre:3p; -amplifier amplifier ver 1.63 8.65 0.37 0.61 inf; -amplifiera amplifier ver 1.63 8.65 0.05 0.00 ind:fut:3s; -amplifierais amplifier ver 1.63 8.65 0.00 0.07 cnd:pre:1s; -amplifiez amplifier ver 1.63 8.65 0.09 0.00 imp:pre:2p;ind:pre:2p; -amplifions amplifier ver 1.63 8.65 0.03 0.00 imp:pre:1p; -amplifièrent amplifier ver 1.63 8.65 0.00 0.20 ind:pas:3p; -amplifié amplifier ver m s 1.63 8.65 0.14 0.95 par:pas; -amplifiée amplifier ver f s 1.63 8.65 0.09 0.27 par:pas; -amplifiées amplifier ver f p 1.63 8.65 0.05 0.20 par:pas; -amplifiés amplifier ver m p 1.63 8.65 0.11 0.61 par:pas; -amplis ampli nom m p 0.98 1.15 0.24 0.61 -amplitude amplitude nom f s 0.29 1.76 0.29 1.76 -ampoule ampoule nom f s 7.66 19.12 4.80 11.49 -ampoules ampoule nom f p 7.66 19.12 2.85 7.64 -ampoulé ampoulé adj m s 0.07 0.95 0.05 0.54 -ampoulée ampoulé adj f s 0.07 0.95 0.01 0.20 -ampoulées ampoulé adj f p 0.07 0.95 0.00 0.20 -ampoulés ampoulé adj m p 0.07 0.95 0.01 0.00 -ampère ampère nom m s 0.26 0.07 0.01 0.00 -ampèremètre ampèremètre nom m s 0.02 0.00 0.02 0.00 -ampères ampère nom m p 0.26 0.07 0.25 0.07 -ampélopsis ampélopsis nom m 0.00 0.07 0.00 0.07 -ampérage ampérage nom m s 0.01 0.00 0.01 0.00 -amputa amputer ver 3.62 2.77 0.01 0.07 ind:pas:3s; -amputait amputer ver 3.62 2.77 0.03 0.07 ind:imp:3s; -amputant amputer ver 3.62 2.77 0.00 0.14 par:pre; -amputation amputation nom f s 0.79 1.62 0.55 1.28 -amputations amputation nom f p 0.79 1.62 0.23 0.34 -ampute amputer ver 3.62 2.77 0.71 0.20 ind:pre:1s;ind:pre:3s; -amputent amputer ver 3.62 2.77 0.02 0.00 ind:pre:3p; -amputer amputer ver 3.62 2.77 1.17 1.01 inf; -amputerai amputer ver 3.62 2.77 0.10 0.00 ind:fut:1s; -amputerait amputer ver 3.62 2.77 0.01 0.00 cnd:pre:3s; -amputez amputer ver 3.62 2.77 0.16 0.00 imp:pre:2p;ind:pre:2p; -amputé amputer ver m s 3.62 2.77 0.81 0.54 par:pas; -amputée amputer ver f s 3.62 2.77 0.40 0.61 par:pas; -amputées amputer ver f p 3.62 2.77 0.16 0.00 par:pas; -amputés amputé adj m p 1.28 1.49 0.81 0.27 -amène amener ver 190.32 93.92 59.80 13.58 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:1s;sub:pre:3s; -amènent amener ver 190.32 93.92 2.29 1.62 ind:pre:3p;sub:pre:3p; -amènera amener ver 190.32 93.92 1.90 0.74 ind:fut:3s; -amènerai amener ver 190.32 93.92 2.39 0.34 ind:fut:1s; -amèneraient amener ver 190.32 93.92 0.03 0.41 cnd:pre:3p; -amènerais amener ver 190.32 93.92 0.88 0.14 cnd:pre:1s;cnd:pre:2s; -amènerait amener ver 190.32 93.92 0.36 2.16 cnd:pre:3s; -amèneras amener ver 190.32 93.92 0.28 0.07 ind:fut:2s; -amènerez amener ver 190.32 93.92 0.32 0.07 ind:fut:2p; -amèneriez amener ver 190.32 93.92 0.02 0.00 cnd:pre:2p; -amènerions amener ver 190.32 93.92 0.01 0.00 cnd:pre:1p; -amènerons amener ver 190.32 93.92 0.22 0.07 ind:fut:1p; -amèneront amener ver 190.32 93.92 0.50 0.14 ind:fut:3p; -amènes amener ver 190.32 93.92 5.79 0.81 ind:pre:2s;sub:pre:2s; -amère amer adj f s 11.94 30.07 3.65 12.03 -amèrement amèrement adv 0.63 5.20 0.63 5.20 -amères amer adj f p 11.94 30.07 1.22 3.78 -amé amé nom m s 0.01 0.00 0.01 0.00 -amulette amulette nom f s 3.08 1.08 2.45 0.41 -amulettes amulette nom f p 3.08 1.08 0.63 0.68 -améliora améliorer ver 22.34 8.65 0.03 0.14 ind:pas:3s; -améliorable améliorable adj s 0.00 0.07 0.00 0.07 -amélioraient améliorer ver 22.34 8.65 0.10 0.20 ind:imp:3p; -améliorait améliorer ver 22.34 8.65 0.10 0.54 ind:imp:3s; -améliorant améliorer ver 22.34 8.65 0.14 0.34 par:pre; -améliorateur améliorateur adj m s 0.04 0.00 0.04 0.00 -amélioration amélioration nom f s 2.87 2.43 2.08 2.23 -améliorations amélioration nom f p 2.87 2.43 0.79 0.20 -améliore améliorer ver 22.34 8.65 4.75 1.22 imp:pre:2s;ind:pre:1s;ind:pre:3s; -améliorent améliorer ver 22.34 8.65 0.56 0.34 ind:pre:3p; -améliorer améliorer ver 22.34 8.65 10.66 3.65 inf; -améliorera améliorer ver 22.34 8.65 0.79 0.20 ind:fut:3s; -améliorerait améliorer ver 22.34 8.65 0.09 0.07 cnd:pre:3s; -amélioreront améliorer ver 22.34 8.65 0.05 0.14 ind:fut:3p; -améliores améliorer ver 22.34 8.65 0.67 0.07 ind:pre:2s; -améliorez améliorer ver 22.34 8.65 0.23 0.07 imp:pre:2p;ind:pre:2p; -améliorons améliorer ver 22.34 8.65 0.07 0.00 imp:pre:1p;ind:pre:1p; -améliorèrent améliorer ver 22.34 8.65 0.01 0.00 ind:pas:3p; -amélioré améliorer ver m s 22.34 8.65 2.75 0.88 par:pas; -améliorée améliorer ver f s 22.34 8.65 1.01 0.34 par:pas; -améliorées améliorer ver f p 22.34 8.65 0.23 0.27 par:pas; -améliorés améliorer ver m p 22.34 8.65 0.10 0.20 par:pas; -aménage aménager ver 1.95 12.57 0.02 0.07 ind:pre:3s; -aménagea aménager ver 1.95 12.57 0.00 0.41 ind:pas:3s; -aménageai aménager ver 1.95 12.57 0.00 0.14 ind:pas:1s; -aménageaient aménager ver 1.95 12.57 0.01 0.07 ind:imp:3p; -aménageait aménager ver 1.95 12.57 0.00 0.14 ind:imp:3s; -aménageant aménager ver 1.95 12.57 0.00 0.14 par:pre; -aménagement aménagement nom m s 0.69 2.77 0.41 1.82 -aménagements aménagement nom m p 0.69 2.77 0.29 0.95 -aménagent aménager ver 1.95 12.57 0.00 0.20 ind:pre:3p; -aménager aménager ver 1.95 12.57 1.10 2.64 inf; -aménagerai aménager ver 1.95 12.57 0.01 0.07 ind:fut:1s; -aménagerait aménager ver 1.95 12.57 0.00 0.07 cnd:pre:3s; -aménagez aménager ver 1.95 12.57 0.00 0.07 imp:pre:2p; -aménagèrent aménager ver 1.95 12.57 0.00 0.14 ind:pas:3p; -aménagé aménager ver m s 1.95 12.57 0.48 3.72 par:pas; -aménagée aménager ver f s 1.95 12.57 0.29 3.31 par:pas; -aménagées aménager ver f p 1.95 12.57 0.01 0.68 par:pas; -aménagés aménager ver m p 1.95 12.57 0.03 0.74 par:pas; -aménité aménité nom f s 0.01 1.96 0.00 1.82 -aménités aménité nom f p 0.01 1.96 0.01 0.14 -aménorrhée aménorrhée nom f s 0.28 0.14 0.28 0.14 -amura amurer ver 0.03 0.00 0.03 0.00 ind:pas:3s; -amure amure nom f s 0.01 0.27 0.00 0.14 -amures amure nom f p 0.01 0.27 0.01 0.14 -américain américain adj m s 63.92 74.73 30.93 25.95 -américaine américain adj f s 63.92 74.73 17.49 19.53 -américaines américain adj f p 63.92 74.73 3.48 10.47 -américains américain nom m p 45.64 47.43 24.90 26.28 -américanisais américaniser ver 0.03 0.14 0.00 0.07 ind:imp:1s; -américanisation américanisation nom f s 0.02 0.07 0.02 0.07 -américaniser américaniser ver 0.03 0.14 0.01 0.00 inf; -américanisme américanisme nom m s 0.03 0.14 0.03 0.07 -américanismes américanisme nom m p 0.03 0.14 0.00 0.07 -américanisé américaniser ver m s 0.03 0.14 0.02 0.00 par:pas; -américanisés américaniser ver m p 0.03 0.14 0.00 0.07 par:pas; -américanité américanité nom f s 0.00 0.07 0.00 0.07 -américano_britannique américano_britannique adj s 0.01 0.00 0.01 0.00 -américano_japonais américano_japonais adj f s 0.01 0.00 0.01 0.00 -américano_russe américano_russe adj f s 0.01 0.00 0.01 0.00 -américano_soviétique américano_soviétique adj m s 0.03 0.00 0.03 0.00 -américano_suédois américano_suédois adj f s 0.01 0.00 0.01 0.00 -américano américano nom m s 0.01 0.27 0.01 0.20 -américanophile américanophile adj s 0.00 0.27 0.00 0.20 -américanophiles américanophile adj p 0.00 0.27 0.00 0.07 -américanos américano nom m p 0.01 0.27 0.00 0.07 -américium américium nom m s 0.03 0.00 0.03 0.00 -amérindien amérindien adj m s 0.14 0.07 0.04 0.00 -amérindienne amérindien adj f s 0.14 0.07 0.06 0.00 -amérindiennes amérindien adj f p 0.14 0.07 0.01 0.07 -amérindiens amérindien nom m p 0.12 0.00 0.08 0.00 -amérique amérique nom f s 0.34 1.08 0.34 1.08 -amusa amuser ver 141.41 120.95 0.11 4.26 ind:pas:3s; -amusai amuser ver 141.41 120.95 0.01 0.54 ind:pas:1s; -amusaient amuser ver 141.41 120.95 0.75 4.53 ind:imp:3p; -amusais amuser ver 141.41 120.95 1.78 3.18 ind:imp:1s;ind:imp:2s; -amusait amuser ver 141.41 120.95 4.59 18.24 ind:imp:3s; -amusant amusant adj m s 29.36 18.85 25.24 13.04 -amusante amusant adj f s 29.36 18.85 2.34 3.11 -amusantes amusant adj f p 29.36 18.85 0.96 1.15 -amusants amusant adj m p 29.36 18.85 0.81 1.55 -amuse_bouche amuse_bouche nom m 0.05 0.00 0.03 0.00 -amuse_bouche amuse_bouche nom m p 0.05 0.00 0.02 0.00 -amuse_gueule amuse_gueule nom m 1.23 0.81 0.53 0.81 -amuse_gueule amuse_gueule nom m p 1.23 0.81 0.70 0.00 -amuse amuser ver 141.41 120.95 39.85 24.86 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:1s;sub:pre:3s; -amusement amusement nom m s 4.29 7.30 3.88 6.35 -amusements amusement nom m p 4.29 7.30 0.41 0.95 -amusent amuser ver 141.41 120.95 4.03 4.26 ind:pre:3p; -amuser amuser ver 141.41 120.95 43.77 25.34 inf;;inf;;inf;; -amusera amuser ver 141.41 120.95 1.25 1.08 ind:fut:3s; -amuserai amuser ver 141.41 120.95 0.25 0.07 ind:fut:1s; -amuseraient amuser ver 141.41 120.95 0.12 0.41 cnd:pre:3p; -amuserais amuser ver 141.41 120.95 0.42 0.27 cnd:pre:1s;cnd:pre:2s; -amuserait amuser ver 141.41 120.95 1.04 2.16 cnd:pre:3s; -amuseras amuser ver 141.41 120.95 0.58 0.07 ind:fut:2s; -amuserez amuser ver 141.41 120.95 0.22 0.07 ind:fut:2p; -amuseriez amuser ver 141.41 120.95 0.03 0.00 cnd:pre:2p; -amuserons amuser ver 141.41 120.95 0.16 0.00 ind:fut:1p; -amuseront amuser ver 141.41 120.95 0.15 0.14 ind:fut:3p; -amuses amuser ver 141.41 120.95 7.11 0.54 ind:pre:2s;sub:pre:2s; -amusette amusette nom f s 0.03 1.15 0.03 0.61 -amusettes amusette nom f p 0.03 1.15 0.00 0.54 -amuseur amuseur nom m s 0.24 0.34 0.18 0.20 -amuseurs amuseur nom m p 0.24 0.34 0.06 0.14 -amusez amuser ver 141.41 120.95 14.84 1.15 imp:pre:2p;ind:pre:2p; -amusiez amuser ver 141.41 120.95 0.46 0.14 ind:imp:2p; -amusions amuser ver 141.41 120.95 0.36 0.47 ind:imp:1p; -amusâmes amuser ver 141.41 120.95 0.00 0.20 ind:pas:1p; -amusons amuser ver 141.41 120.95 1.48 0.41 imp:pre:1p;ind:pre:1p; -amusât amuser ver 141.41 120.95 0.01 0.34 sub:imp:3s; -amusèrent amuser ver 141.41 120.95 0.01 0.95 ind:pas:3p; -amusé amuser ver m s 141.41 120.95 6.99 12.16 par:pas; -amusée amuser ver f s 141.41 120.95 3.92 7.43 par:pas; -amusées amuser ver f p 141.41 120.95 0.33 0.74 par:pas; -amusés amuser ver m p 141.41 120.95 4.41 2.91 par:pas; -améthyste améthyste nom f s 0.22 0.81 0.20 0.27 -améthystes améthyste nom f p 0.22 0.81 0.02 0.54 -amygdale amygdale nom f s 1.50 0.95 0.21 0.07 -amygdalectomie amygdalectomie nom f s 0.14 0.00 0.13 0.00 -amygdalectomies amygdalectomie nom f p 0.14 0.00 0.01 0.00 -amygdales amygdale nom f p 1.50 0.95 1.29 0.88 -amygdalien amygdalien adj m s 0.02 0.00 0.02 0.00 -amygdalite amygdalite nom f s 0.23 0.00 0.23 0.00 -amylase amylase nom f s 0.09 0.00 0.09 0.00 -amyle amyle nom m s 0.02 0.27 0.02 0.27 -amylique amylique adj m s 0.02 0.00 0.02 0.00 -amyotrophique amyotrophique adj f s 0.05 0.07 0.05 0.07 -an an nom m s 866.58 685.81 148.41 76.76 -ana ana nom m 4.91 0.14 4.91 0.14 -anabaptiste anabaptiste adj s 0.01 0.41 0.01 0.34 -anabaptistes anabaptiste nom p 0.00 0.34 0.00 0.34 -anabase anabase nom f s 0.00 0.14 0.00 0.14 -anabolisant anabolisant adj m s 0.02 0.00 0.01 0.00 -anabolisant anabolisant nom m s 0.09 0.00 0.01 0.00 -anabolisants anabolisant nom m p 0.09 0.00 0.08 0.00 -anachorète anachorète nom m s 0.11 0.47 0.10 0.41 -anachorètes anachorète nom m p 0.11 0.47 0.01 0.07 -anachronique anachronique adj s 0.04 2.36 0.04 1.69 -anachroniquement anachroniquement adv 0.00 0.07 0.00 0.07 -anachroniques anachronique adj p 0.04 2.36 0.00 0.68 -anachronisme anachronisme nom m s 0.26 0.88 0.24 0.54 -anachronismes anachronisme nom m p 0.26 0.88 0.02 0.34 -anacoluthe anacoluthe nom f s 0.10 0.07 0.10 0.07 -anaconda anaconda nom m s 0.49 0.00 0.43 0.00 -anacondas anaconda nom m p 0.49 0.00 0.06 0.00 -anadyomène anadyomène adj f s 0.00 0.14 0.00 0.14 -anaglyphe anaglyphe nom m s 0.04 0.00 0.04 0.00 -anagramme anagramme nom f s 0.60 0.20 0.47 0.07 -anagrammes anagramme nom f p 0.60 0.20 0.13 0.14 -anal anal adj m s 2.18 0.74 1.43 0.54 -anale anal adj f s 2.18 0.74 0.35 0.07 -analeptiques analeptique nom m p 0.01 0.00 0.01 0.00 -anales anal adj f p 2.18 0.74 0.23 0.14 -analgésie analgésie nom f s 0.01 0.00 0.01 0.00 -analgésique analgésique nom m s 0.64 0.07 0.27 0.00 -analgésiques analgésique nom m p 0.64 0.07 0.37 0.07 -analogie analogie nom f s 0.98 2.03 0.84 1.49 -analogies analogie nom f p 0.98 2.03 0.14 0.54 -analogique analogique adj s 0.35 0.14 0.28 0.07 -analogiques analogique adj p 0.35 0.14 0.07 0.07 -analogue analogue adj s 0.53 6.82 0.38 4.66 -analogues analogue adj p 0.53 6.82 0.16 2.16 -analphabète analphabète adj s 1.18 1.22 0.78 0.88 -analphabètes analphabète nom p 1.09 1.15 0.73 0.68 -analphabétisme analphabétisme nom m s 0.13 0.20 0.13 0.20 -analysa analyser ver 15.40 7.43 0.00 0.41 ind:pas:3s; -analysaient analyser ver 15.40 7.43 0.02 0.14 ind:imp:3p; -analysais analyser ver 15.40 7.43 0.04 0.14 ind:imp:1s; -analysait analyser ver 15.40 7.43 0.18 0.81 ind:imp:3s; -analysant analyser ver 15.40 7.43 0.16 0.14 par:pre; -analysants analysant nom m p 0.02 0.20 0.00 0.14 -analyse analyse nom f s 23.26 12.43 14.87 8.31 -analysent analyser ver 15.40 7.43 0.11 0.00 ind:pre:3p; -analyser analyser ver 15.40 7.43 6.90 3.38 inf; -analysera analyser ver 15.40 7.43 0.15 0.00 ind:fut:3s; -analyserai analyser ver 15.40 7.43 0.04 0.14 ind:fut:1s; -analyserait analyser ver 15.40 7.43 0.01 0.00 cnd:pre:3s; -analyserons analyser ver 15.40 7.43 0.13 0.00 ind:fut:1p; -analyseront analyser ver 15.40 7.43 0.03 0.07 ind:fut:3p; -analyses analyse nom f p 23.26 12.43 8.39 4.12 -analyseur analyseur nom m s 0.45 0.00 0.29 0.00 -analyseurs analyseur nom m p 0.45 0.00 0.16 0.00 -analysez analyser ver 15.40 7.43 0.42 0.00 imp:pre:2p;ind:pre:2p; -analysions analyser ver 15.40 7.43 0.01 0.07 ind:imp:1p; -analysons analyser ver 15.40 7.43 0.57 0.14 imp:pre:1p;ind:pre:1p; -analyste analyste nom s 2.44 1.08 1.82 0.88 -analystes analyste nom p 2.44 1.08 0.62 0.20 -analysèrent analyser ver 15.40 7.43 0.01 0.07 ind:pas:3p; -analysé analyser ver m s 15.40 7.43 3.36 0.61 par:pas; -analysée analyser ver f s 15.40 7.43 0.47 0.07 par:pas; -analysées analyser ver f p 15.40 7.43 0.29 0.07 par:pas; -analysés analyser ver m p 15.40 7.43 0.07 0.00 par:pas; -analytique analytique adj s 0.38 0.34 0.38 0.34 -analytiquement analytiquement adv 0.01 0.07 0.01 0.07 -anamnèse anamnèse nom f s 0.00 0.07 0.00 0.07 -anamorphose anamorphose nom f s 0.00 0.27 0.00 0.27 -ananas ananas nom m 2.02 3.51 2.02 3.51 -anaphase anaphase nom f s 0.03 0.00 0.03 0.00 -anaphoriquement anaphoriquement adv 0.00 0.14 0.00 0.14 -anaphylactique anaphylactique adj s 0.52 0.00 0.52 0.00 -anaphylaxie anaphylaxie nom f s 0.06 0.00 0.06 0.00 -anar anar nom s 0.01 0.74 0.01 0.34 -anarchie anarchie nom f s 4.18 4.80 4.18 4.80 -anarchique anarchique adj s 0.18 1.15 0.18 1.08 -anarchiquement anarchiquement adv 0.01 0.14 0.01 0.14 -anarchiques anarchique adj p 0.18 1.15 0.00 0.07 -anarchisant anarchisant adj m s 0.01 0.00 0.01 0.00 -anarchisme anarchisme nom m s 0.71 0.47 0.71 0.47 -anarchiste anarchiste adj s 1.69 2.84 1.19 2.16 -anarchistes anarchiste nom p 2.02 4.46 1.03 2.30 -anarcho_syndicalisme anarcho_syndicalisme nom m s 0.00 0.07 0.00 0.07 -anarcho_syndicaliste anarcho_syndicaliste adj s 0.00 0.14 0.00 0.07 -anarcho_syndicaliste anarcho_syndicaliste adj m p 0.00 0.14 0.00 0.07 -anars anar nom p 0.01 0.74 0.00 0.41 -anas anas nom m 0.02 0.07 0.02 0.07 -anastomose anastomose nom f s 0.08 0.07 0.08 0.00 -anastomoses anastomose nom f p 0.08 0.07 0.00 0.07 -anathème anathème nom m s 1.12 1.08 1.08 0.88 -anathèmes anathème nom m p 1.12 1.08 0.03 0.20 -anathématisait anathématiser ver 0.00 0.14 0.00 0.07 ind:imp:3s; -anathématisé anathématiser ver m s 0.00 0.14 0.00 0.07 par:pas; -anatidés anatidé nom m p 0.00 0.07 0.00 0.07 -anatifes anatife nom m p 0.01 0.07 0.01 0.07 -anatomie anatomie nom f s 3.63 4.80 3.37 4.66 -anatomies anatomie nom f p 3.63 4.80 0.26 0.14 -anatomique anatomique adj s 0.26 1.69 0.10 1.15 -anatomiquement anatomiquement adv 0.09 0.20 0.09 0.20 -anatomiques anatomique adj p 0.26 1.69 0.16 0.54 -anatomiser anatomiser ver 0.00 0.07 0.00 0.07 inf; -anatomiste anatomiste nom s 0.00 0.34 0.00 0.27 -anatomistes anatomiste nom p 0.00 0.34 0.00 0.07 -anatomophysiologique anatomophysiologique adj m s 0.00 0.07 0.00 0.07 -anaérobie anaérobie adj m s 0.05 0.00 0.05 0.00 -anaux anal adj m p 2.18 0.74 0.16 0.00 -ancestral ancestral adj m s 2.22 5.41 1.04 1.89 -ancestrale ancestral adj f s 2.22 5.41 0.97 2.03 -ancestralement ancestralement adv 0.01 0.14 0.01 0.14 -ancestrales ancestral adj f p 2.22 5.41 0.12 1.35 -ancestralité ancestralité nom f s 0.00 0.07 0.00 0.07 -ancestraux ancestral adj m p 2.22 5.41 0.09 0.14 -anch_io_son_pittore anch_io_son_pittore adv 0.00 0.07 0.00 0.07 -anche anche nom f s 0.17 0.27 0.17 0.27 -anchilops anchilops nom m 0.00 0.07 0.00 0.07 -anchoïade anchoïade nom f s 0.00 0.07 0.00 0.07 -anchois anchois nom m 1.30 2.57 1.30 2.57 -ancien ancien adj m s 73.16 154.86 32.41 59.26 -ancienne ancien adj f s 73.16 154.86 19.82 37.09 -anciennement anciennement adv 0.45 1.01 0.45 1.01 -anciennes ancien adj f p 73.16 154.86 6.22 18.65 -ancienneté ancienneté nom f s 0.90 1.55 0.90 1.55 -anciens ancien adj m p 73.16 154.86 14.72 39.86 -ancillaire ancillaire adj f s 0.01 0.88 0.00 0.34 -ancillaires ancillaire adj p 0.01 0.88 0.01 0.54 -ancolie ancolie nom f s 0.00 0.07 0.00 0.07 -ancra ancrer ver 1.79 5.54 0.10 0.20 ind:pas:3s; -ancrage ancrage nom m s 0.19 0.41 0.19 0.41 -ancraient ancrer ver 1.79 5.54 0.00 0.07 ind:imp:3p; -ancrais ancrer ver 1.79 5.54 0.00 0.07 ind:imp:1s; -ancrait ancrer ver 1.79 5.54 0.01 0.14 ind:imp:3s; -ancrant ancrer ver 1.79 5.54 0.00 0.07 par:pre; -ancre ancre nom f s 4.75 5.81 4.63 4.53 -ancrer ancrer ver 1.79 5.54 0.26 0.61 inf; -ancrera ancrer ver 1.79 5.54 0.02 0.00 ind:fut:3s; -ancres ancre nom f p 4.75 5.81 0.11 1.28 -ancrez ancrer ver 1.79 5.54 0.02 0.00 imp:pre:2p; -ancré ancrer ver m s 1.79 5.54 0.64 2.16 par:pas; -ancrée ancrer ver f s 1.79 5.54 0.42 1.08 par:pas; -ancrées ancrer ver f p 1.79 5.54 0.05 0.34 par:pas; -ancrés ancré adj m p 0.40 1.08 0.14 0.20 -ancêtre ancêtre nom s 12.75 22.23 1.61 6.28 -ancêtres ancêtre nom p 12.75 22.23 11.14 15.95 -anda anda nom m s 1.13 0.14 1.13 0.14 -andain andain nom m s 0.00 0.20 0.00 0.07 -andains andain nom m p 0.00 0.20 0.00 0.14 -andalou andalou adj m s 0.21 2.23 0.20 1.08 -andalous andalou nom m p 0.14 1.15 0.14 0.27 -andalouse andalouse nom f s 0.02 0.47 0.02 0.47 -andalouses andalou adj f p 0.21 2.23 0.01 0.20 -andante andante nom m s 0.14 0.47 0.14 0.47 -andine andin adj f s 0.01 0.14 0.01 0.07 -andines andin adj f p 0.01 0.14 0.00 0.07 -andorranes andorran adj f p 0.00 0.07 0.00 0.07 -andouille andouille nom f s 6.94 6.28 6.29 4.86 -andouiller andouiller nom m s 0.02 1.28 0.00 0.20 -andouillers andouiller nom m p 0.02 1.28 0.02 1.08 -andouilles andouille nom f p 6.94 6.28 0.65 1.42 -andouillette andouillette nom f s 0.07 0.74 0.04 0.54 -andouillettes andouillette nom f p 0.07 0.74 0.03 0.20 -andrinople andrinople nom f s 0.00 0.20 0.00 0.20 -androïde androïde nom m s 0.82 0.07 0.44 0.07 -androïdes androïde nom m p 0.82 0.07 0.38 0.00 -androgènes androgène nom m p 0.01 0.00 0.01 0.00 -androgyne androgyne nom s 0.17 0.41 0.16 0.41 -androgynes androgyne adj p 0.06 0.54 0.01 0.27 -androgynie androgynie nom f s 0.00 0.07 0.00 0.07 -androgynique androgynique adj s 0.00 0.07 0.00 0.07 -andropause andropause nom f s 0.23 0.14 0.23 0.14 -anecdote anecdote nom f s 2.12 12.91 1.13 5.34 -anecdotes anecdote nom f p 2.12 12.91 0.99 7.57 -anecdotier anecdotier nom m s 0.01 0.00 0.01 0.00 -anecdotique anecdotique adj s 0.18 0.81 0.14 0.61 -anecdotiquement anecdotiquement adv 0.00 0.14 0.00 0.14 -anecdotiques anecdotique adj p 0.18 0.81 0.04 0.20 -anesthésia anesthésier ver 1.18 1.55 0.00 0.07 ind:pas:3s; -anesthésiaient anesthésier ver 1.18 1.55 0.00 0.14 ind:imp:3p; -anesthésiait anesthésier ver 1.18 1.55 0.00 0.07 ind:imp:3s; -anesthésiant anesthésiant nom m s 0.44 0.14 0.44 0.07 -anesthésiante anesthésiant adj f s 0.32 0.20 0.00 0.07 -anesthésiantes anesthésiant adj f p 0.32 0.20 0.02 0.14 -anesthésiants anesthésiant adj m p 0.32 0.20 0.02 0.00 -anesthésie anesthésie nom f s 3.74 2.70 3.71 2.64 -anesthésient anesthésier ver 1.18 1.55 0.01 0.07 ind:pre:3p; -anesthésier anesthésier ver 1.18 1.55 0.37 0.07 inf; -anesthésierai anesthésier ver 1.18 1.55 0.01 0.00 ind:fut:1s; -anesthésies anesthésie nom f p 3.74 2.70 0.02 0.07 -anesthésiez anesthésier ver 1.18 1.55 0.16 0.00 imp:pre:2p;ind:pre:2p; -anesthésions anesthésier ver 1.18 1.55 0.02 0.00 ind:pre:1p; -anesthésique anesthésique nom m s 0.47 0.34 0.44 0.34 -anesthésiques anesthésique nom m p 0.47 0.34 0.03 0.00 -anesthésiste anesthésiste nom s 1.07 0.61 0.82 0.61 -anesthésistes anesthésiste nom p 1.07 0.61 0.25 0.00 -anesthésié anesthésier ver m s 1.18 1.55 0.14 0.20 par:pas; -anesthésiée anesthésier ver f s 1.18 1.55 0.08 0.54 par:pas; -anesthésiées anesthésier ver f p 1.18 1.55 0.00 0.07 par:pas; -anesthésiés anesthésier ver m p 1.18 1.55 0.01 0.20 par:pas; -aneth aneth nom m s 0.07 0.61 0.07 0.61 -anfractuosité anfractuosité nom f s 0.14 1.28 0.14 0.54 -anfractuosités anfractuosité nom f p 0.14 1.28 0.00 0.74 -ange ange nom m s 69.27 42.50 47.90 21.62 -angelot angelot nom m s 0.69 1.49 0.37 0.74 -angelots angelot nom m p 0.69 1.49 0.32 0.74 -anges ange nom m p 69.27 42.50 21.38 20.88 -angevin angevin adj m s 0.10 0.07 0.10 0.00 -angevine angevin nom f s 0.00 0.14 0.00 0.07 -angevins angevin nom m p 0.00 0.14 0.00 0.07 -angine angine nom f s 1.39 2.57 1.20 2.30 -angines angine nom f p 1.39 2.57 0.19 0.27 -angiocholite angiocholite nom f s 0.01 0.00 0.01 0.00 -angiographie angiographie nom f s 0.32 0.00 0.32 0.00 -angiome angiome nom m s 0.13 0.00 0.13 0.00 -angioplastie angioplastie nom f s 0.19 0.00 0.19 0.00 -anglais anglais nom m 51.01 79.53 48.81 69.46 -anglaise anglais adj f s 32.22 61.69 8.21 18.58 -anglaises anglais adj f p 32.22 61.69 1.00 6.42 -angle angle nom m s 13.29 57.64 11.56 46.89 -angler angler ver 0.22 0.20 0.01 0.07 inf; -angles angle nom m p 13.29 57.64 1.73 10.74 -angleterre angleterre nom f s 0.20 0.47 0.20 0.47 -anglican anglican adj m s 0.16 0.61 0.06 0.34 -anglicane anglican adj f s 0.16 0.61 0.10 0.14 -anglicans anglican nom m p 0.04 0.07 0.01 0.00 -angliche angliche nom s 0.44 0.41 0.32 0.20 -angliches angliche nom p 0.44 0.41 0.12 0.20 -anglicisation anglicisation nom f s 0.00 0.07 0.00 0.07 -angliciser angliciser ver 0.11 0.00 0.01 0.00 inf; -anglicismes anglicisme nom m p 0.00 0.07 0.00 0.07 -anglicisé angliciser ver m s 0.11 0.00 0.10 0.00 par:pas; -anglo_albanais anglo_albanais adj m s 0.00 0.07 0.00 0.07 -anglo_allemand anglo_allemand adj m s 0.01 0.00 0.01 0.00 -anglo_américain anglo_américain adj m s 0.05 0.20 0.01 0.07 -anglo_américain anglo_américain adj f s 0.05 0.20 0.02 0.07 -anglo_américain anglo_américain adj f p 0.05 0.20 0.00 0.07 -anglo_américain anglo_américain adj m p 0.05 0.20 0.02 0.00 -anglo_arabe anglo_arabe adj s 0.00 0.27 0.00 0.14 -anglo_arabe anglo_arabe adj m p 0.00 0.27 0.00 0.14 -anglo_chinois anglo_chinois adj m s 0.01 0.00 0.01 0.00 -anglo_français anglo_français adj m s 0.02 0.14 0.01 0.07 -anglo_français anglo_français adj f s 0.02 0.14 0.01 0.07 -anglo_hellénique anglo_hellénique adj f s 0.00 0.07 0.00 0.07 -anglo_irlandais anglo_irlandais adj m s 0.00 0.27 0.00 0.27 -anglo_normand anglo_normand adj m s 0.04 0.34 0.00 0.14 -anglo_normand anglo_normand adj f s 0.04 0.34 0.00 0.20 -anglo_normand anglo_normand adj f p 0.04 0.34 0.04 0.00 -anglo_russe anglo_russe adj m s 0.02 0.00 0.01 0.00 -anglo_russe anglo_russe adj f p 0.02 0.00 0.01 0.00 -anglo_saxon anglo_saxon adj m s 0.48 4.12 0.23 1.08 -anglo_saxon anglo_saxon adj f s 0.48 4.12 0.04 0.74 -anglo_saxon anglo_saxon adj f p 0.48 4.12 0.18 0.88 -anglo_saxon anglo_saxon adj m p 0.48 4.12 0.03 1.42 -anglo_soviétique anglo_soviétique adj s 0.02 0.07 0.02 0.07 -anglo_égyptien anglo_égyptien adj m s 0.01 0.41 0.00 0.20 -anglo_égyptien anglo_égyptien adj f s 0.01 0.41 0.01 0.20 -anglo_éthiopien anglo_éthiopien adj m s 0.00 0.07 0.00 0.07 -anglomane anglomane adj s 0.00 0.14 0.00 0.07 -anglomanes anglomane adj p 0.00 0.14 0.00 0.07 -anglomanie anglomanie nom f s 0.00 0.07 0.00 0.07 -anglophile anglophile adj f s 0.02 0.20 0.02 0.20 -anglophobe anglophobe adj s 0.01 0.00 0.01 0.00 -anglophobes anglophobe nom p 0.00 0.07 0.00 0.07 -anglophobie anglophobie nom f s 0.00 0.07 0.00 0.07 -anglophone anglophone adj s 0.10 0.14 0.09 0.14 -anglophones anglophone nom p 0.01 0.07 0.01 0.07 -angoissa angoisser ver 5.84 5.88 0.00 0.14 ind:pas:3s; -angoissaient angoisser ver 5.84 5.88 0.01 0.14 ind:imp:3p; -angoissais angoisser ver 5.84 5.88 0.06 0.00 ind:imp:1s; -angoissait angoisser ver 5.84 5.88 0.07 1.35 ind:imp:3s; -angoissant angoissant adj m s 1.87 4.19 0.80 1.96 -angoissante angoissant adj f s 1.87 4.19 1.05 1.42 -angoissantes angoissant adj f p 1.87 4.19 0.01 0.27 -angoissants angoissant adj m p 1.87 4.19 0.01 0.54 -angoisse angoisse nom f s 17.82 68.99 14.98 60.68 -angoissent angoisser ver 5.84 5.88 0.25 0.00 ind:pre:3p; -angoisser angoisser ver 5.84 5.88 0.98 0.27 inf; -angoisserait angoisser ver 5.84 5.88 0.01 0.00 cnd:pre:3s; -angoisses angoisse nom f p 17.82 68.99 2.84 8.31 -angoissez angoisser ver 5.84 5.88 0.02 0.00 ind:pre:2p; -angoissiez angoisser ver 5.84 5.88 0.01 0.00 ind:imp:2p; -angoissé angoisser ver m s 5.84 5.88 0.55 0.95 par:pas; -angoissée angoissé adj f s 1.17 5.27 0.88 2.09 -angoissées angoissé nom f p 0.16 1.22 0.01 0.07 -angoissés angoissé adj m p 1.17 5.27 0.01 0.27 -angolais angolais adj m p 0.20 0.07 0.20 0.07 -angon angon nom m s 0.00 0.41 0.00 0.41 -angor angor nom m s 0.01 0.00 0.01 0.00 -angora angora nom m s 0.29 0.47 0.29 0.34 -angoras angora nom m p 0.29 0.47 0.00 0.14 -angström angström nom m s 0.01 0.20 0.01 0.20 -anguille anguille nom f s 4.32 3.31 1.74 2.03 -anguilles anguille nom f p 4.32 3.31 2.58 1.28 -anguillules anguillule nom f p 0.00 0.07 0.00 0.07 -anguis anguis nom m 0.00 0.07 0.00 0.07 -angéite angéite nom f s 0.01 0.00 0.01 0.00 -angulaire angulaire adj s 0.36 0.47 0.32 0.34 -angulaires angulaire adj p 0.36 0.47 0.05 0.14 -anguleuse anguleux adj f s 0.63 3.24 0.45 0.81 -anguleuses anguleux adj f p 0.63 3.24 0.01 0.61 -anguleux anguleux adj m 0.63 3.24 0.17 1.82 -angélique angélique adj s 0.59 4.86 0.41 3.85 -angéliquement angéliquement adv 0.00 0.14 0.00 0.14 -angéliques angélique adj p 0.59 4.86 0.17 1.01 -angélisme angélisme nom m s 0.00 0.47 0.00 0.47 -angulosité angulosité nom f s 0.00 0.07 0.00 0.07 -angélus angélus nom m 0.80 1.28 0.80 1.28 -angustura angustura nom f s 0.00 0.27 0.00 0.27 -anhèle anhéler ver 0.00 0.07 0.00 0.07 ind:pre:3s; -anhélations anhélation nom f p 0.00 0.07 0.00 0.07 -anhydre anhydre adj f s 0.04 0.00 0.04 0.00 -anhydride anhydride nom m s 0.04 0.07 0.04 0.07 -anicroche anicroche nom f s 0.12 0.74 0.06 0.54 -anicroches anicroche nom f p 0.12 0.74 0.06 0.20 -aniline aniline nom f s 0.01 0.27 0.01 0.27 -anima animer ver 6.28 33.78 0.29 1.89 ind:pas:3s; -animai animer ver 6.28 33.78 0.34 0.07 ind:pas:1s; -animaient animer ver 6.28 33.78 0.12 1.42 ind:imp:3p; -animais animer ver 6.28 33.78 0.03 0.07 ind:imp:1s; -animait animer ver 6.28 33.78 0.46 6.28 ind:imp:3s; -animal_roi animal_roi nom m s 0.00 0.07 0.00 0.07 -animal animal nom m s 80.50 82.64 36.89 47.23 -animalcule animalcule nom m s 0.00 0.14 0.00 0.14 -animale animal adj f s 6.33 14.19 1.96 6.49 -animalement animalement adv 0.00 0.27 0.00 0.27 -animalerie animalerie nom f s 0.42 0.07 0.42 0.07 -animales animal adj f p 6.33 14.19 1.03 1.69 -animalier animalier adj m s 0.48 0.61 0.32 0.20 -animaliers animalier adj m p 0.48 0.61 0.12 0.00 -animalisait animaliser ver 0.00 0.14 0.00 0.07 ind:imp:3s; -animalise animaliser ver 0.00 0.14 0.00 0.07 ind:pre:3s; -animalière animalier adj f s 0.48 0.61 0.01 0.34 -animalières animalier adj f p 0.48 0.61 0.03 0.07 -animalité animalité nom f s 0.01 1.42 0.01 1.42 -animant animer ver 6.28 33.78 0.01 0.81 par:pre; -animas animer ver 6.28 33.78 0.03 0.00 ind:pas:2s; -animateur animateur nom m s 2.72 2.23 1.90 1.42 -animateurs animateur nom m p 2.72 2.23 0.12 0.61 -animation animation nom f s 1.53 8.31 1.45 8.18 -animations animation nom f p 1.53 8.31 0.08 0.14 -animatrice animateur nom f s 2.72 2.23 0.69 0.14 -animatrices animateur nom f p 2.72 2.23 0.00 0.07 -animaux_espions animaux_espions nom m p 0.01 0.00 0.01 0.00 -animaux animal nom m p 80.50 82.64 43.62 35.41 -anime animer ver 6.28 33.78 1.82 5.47 imp:pre:2s;ind:pre:1s;ind:pre:3s; -animent animer ver 6.28 33.78 0.12 1.22 ind:pre:3p; -animer animer ver 6.28 33.78 0.94 4.12 inf; -animeraient animer ver 6.28 33.78 0.00 0.14 cnd:pre:3p; -animerait animer ver 6.28 33.78 0.00 0.27 cnd:pre:3s; -animes animer ver 6.28 33.78 0.07 0.00 ind:pre:2s; -animique animique adj s 0.00 0.07 0.00 0.07 -animisme animisme nom m s 0.00 0.07 0.00 0.07 -animiste animiste adj f s 0.00 0.07 0.00 0.07 -animosité animosité nom f s 1.09 2.64 1.07 2.57 -animosités animosité nom f p 1.09 2.64 0.01 0.07 -animât animer ver 6.28 33.78 0.00 0.20 sub:imp:3s; -animèrent animer ver 6.28 33.78 0.00 0.81 ind:pas:3p; -animé animé adj m s 6.21 8.92 2.79 3.18 -animée animer ver f s 6.28 33.78 0.37 3.78 par:pas; -animées animé adj f p 6.21 8.92 0.42 1.22 -animés animé adj m p 6.21 8.92 2.66 1.42 -animus animus nom m 0.02 0.00 0.02 0.00 -anionique anionique adj m s 0.01 0.00 0.01 0.00 -anis anis nom m 1.05 2.50 1.05 2.50 -anise aniser ver 0.11 0.20 0.10 0.00 imp:pre:2s; -anisette anisette nom f s 0.15 1.15 0.15 1.01 -anisettes anisette nom f p 0.15 1.15 0.00 0.14 -anisé aniser ver m s 0.11 0.20 0.00 0.07 par:pas; -anisée aniser ver f s 0.11 0.20 0.01 0.07 par:pas; -anisées aniser ver f p 0.11 0.20 0.00 0.07 par:pas; -ankh ankh nom m s 0.07 0.07 0.07 0.07 -ankylosait ankyloser ver 0.00 0.88 0.00 0.14 ind:imp:3s; -ankylose ankylose nom f s 0.12 0.95 0.12 0.88 -ankyloser ankyloser ver 0.00 0.88 0.00 0.14 inf; -ankyloses ankylose nom f p 0.12 0.95 0.00 0.07 -ankylosé ankylosé adj m s 0.13 1.28 0.11 0.47 -ankylosée ankylosé adj f s 0.13 1.28 0.01 0.41 -ankylosées ankylosé adj f p 0.13 1.28 0.00 0.20 -ankylosés ankylosé adj m p 0.13 1.28 0.00 0.20 -annales annales nom f 0.78 1.76 0.78 1.76 -annamite annamite nom s 0.00 0.34 0.00 0.14 -annamites annamite nom p 0.00 0.34 0.00 0.20 -anneau anneau nom m s 21.61 17.50 17.59 9.53 -anneaux anneau nom m p 21.61 17.50 4.01 7.97 -annelets annelet nom m p 0.00 0.07 0.00 0.07 -annelé annelé adj m s 0.00 1.22 0.00 0.27 -annelée annelé adj f s 0.00 1.22 0.00 0.41 -annelées annelé adj f p 0.00 1.22 0.00 0.34 -annelures annelure nom f p 0.00 0.07 0.00 0.07 -annelés annelé adj m p 0.00 1.22 0.00 0.20 -annexa annexer ver 0.90 3.45 0.00 0.07 ind:pas:3s; -annexaient annexer ver 0.90 3.45 0.00 0.34 ind:imp:3p; -annexait annexer ver 0.90 3.45 0.00 0.14 ind:imp:3s; -annexant annexer ver 0.90 3.45 0.02 0.07 par:pre; -annexe annexe nom f s 1.36 2.97 1.27 2.03 -annexer annexer ver 0.90 3.45 0.51 0.81 inf; -annexes annexe adj p 1.17 1.22 0.46 0.61 -annexion annexion nom f s 0.37 0.74 0.37 0.61 -annexions annexion nom f p 0.37 0.74 0.00 0.14 -annexèrent annexer ver 0.90 3.45 0.00 0.07 ind:pas:3p; -annexé annexer ver m s 0.90 3.45 0.14 0.88 par:pas; -annexée annexer ver f s 0.90 3.45 0.02 0.41 par:pas; -annexées annexer ver f p 0.90 3.45 0.00 0.14 par:pas; -annexés annexer ver m p 0.90 3.45 0.04 0.14 par:pas; -annihila annihiler ver 0.84 0.74 0.00 0.07 ind:pas:3s; -annihilait annihiler ver 0.84 0.74 0.00 0.14 ind:imp:3s; -annihilant annihiler ver 0.84 0.74 0.01 0.00 par:pre; -annihilante annihilant adj f s 0.00 0.14 0.00 0.07 -annihilateur annihilateur adj m s 0.12 0.00 0.12 0.00 -annihilation annihilation nom f s 0.46 0.07 0.46 0.07 -annihile annihiler ver 0.84 0.74 0.06 0.00 imp:pre:2s;ind:pre:3s; -annihilent annihiler ver 0.84 0.74 0.00 0.14 ind:pre:3p; -annihiler annihiler ver 0.84 0.74 0.36 0.27 inf; -annihilez annihiler ver 0.84 0.74 0.01 0.00 ind:pre:2p; -annihilons annihiler ver 0.84 0.74 0.01 0.00 imp:pre:1p; -annihilé annihiler ver m s 0.84 0.74 0.32 0.07 par:pas; -annihilée annihiler ver f s 0.84 0.74 0.08 0.07 par:pas; -anniv anniv nom m s 0.26 0.00 0.26 0.00 -anniversaire anniversaire nom m s 82.79 12.97 80.24 12.09 -anniversaires anniversaire nom m p 82.79 12.97 2.55 0.88 -annonce annonce nom f s 23.76 16.62 18.93 13.18 -annoncent annoncer ver 55.67 133.92 1.79 2.77 ind:pre:3p; -annoncer annoncer ver 55.67 133.92 21.14 23.38 inf; -annoncera annoncer ver 55.67 133.92 0.74 0.27 ind:fut:3s; -annoncerai annoncer ver 55.67 133.92 0.88 0.07 ind:fut:1s; -annonceraient annoncer ver 55.67 133.92 0.00 0.07 cnd:pre:3p; -annoncerais annoncer ver 55.67 133.92 0.03 0.00 cnd:pre:1s;cnd:pre:2s; -annoncerait annoncer ver 55.67 133.92 0.04 0.54 cnd:pre:3s; -annonceras annoncer ver 55.67 133.92 0.04 0.07 ind:fut:2s; -annoncerez annoncer ver 55.67 133.92 0.23 0.07 ind:fut:2p; -annoncerons annoncer ver 55.67 133.92 0.13 0.07 ind:fut:1p; -annonceront annoncer ver 55.67 133.92 0.10 0.07 ind:fut:3p; -annonces annonce nom f p 23.76 16.62 4.83 3.45 -annonceur annonceur nom m s 0.58 0.54 0.09 0.20 -annonceurs annonceur nom m p 0.58 0.54 0.50 0.07 -annonceuse annonceur nom f s 0.58 0.54 0.00 0.27 -annoncez annoncer ver 55.67 133.92 2.00 0.47 imp:pre:2p;ind:pre:2p; -annonciateur annonciateur adj m s 0.28 2.30 0.25 0.88 -annonciateurs annonciateur adj m p 0.28 2.30 0.03 0.88 -annonciation annonciation nom f s 0.01 0.61 0.00 0.54 -annonciations annonciation nom f p 0.01 0.61 0.01 0.07 -annonciatrice annonciateur adj f s 0.28 2.30 0.00 0.34 -annonciatrices annonciateur adj f p 0.28 2.30 0.00 0.20 -annonciez annoncer ver 55.67 133.92 0.06 0.07 ind:imp:2p; -annoncions annoncer ver 55.67 133.92 0.13 0.07 ind:imp:1p; -annoncèrent annoncer ver 55.67 133.92 0.03 1.15 ind:pas:3p; -annoncé annoncer ver m s 55.67 133.92 9.15 15.68 par:pas; -annoncée annoncer ver f s 55.67 133.92 0.85 2.91 par:pas; -annoncées annoncer ver f p 55.67 133.92 0.18 0.88 par:pas; -annoncés annoncer ver m p 55.67 133.92 0.28 0.41 par:pas; -annonça annoncer ver 55.67 133.92 0.56 23.38 ind:pas:3s; -annonçai annoncer ver 55.67 133.92 0.02 1.76 ind:pas:1s; -annonçaient annoncer ver 55.67 133.92 0.28 5.14 ind:imp:3p; -annonçais annoncer ver 55.67 133.92 0.13 0.88 ind:imp:1s;ind:imp:2s; -annonçait annoncer ver 55.67 133.92 1.03 21.96 ind:imp:3s; -annonçant annoncer ver 55.67 133.92 1.22 9.05 par:pre; -annonçons annoncer ver 55.67 133.92 0.26 0.00 imp:pre:1p;ind:pre:1p; -annonçât annoncer ver 55.67 133.92 0.00 0.74 sub:imp:3s; -annotais annoter ver 0.12 0.81 0.00 0.14 ind:imp:1s; -annotait annoter ver 0.12 0.81 0.00 0.14 ind:imp:3s; -annotant annoter ver 0.12 0.81 0.00 0.07 par:pre; -annotation annotation nom f s 0.25 0.88 0.19 0.14 -annotations annotation nom f p 0.25 0.88 0.05 0.74 -annote annoter ver 0.12 0.81 0.02 0.07 ind:pre:1s;ind:pre:3s; -annoter annoter ver 0.12 0.81 0.03 0.00 inf; -annoté annoter ver m s 0.12 0.81 0.02 0.20 par:pas; -annotée annoter ver f s 0.12 0.81 0.01 0.14 par:pas; -annotés annoter ver m p 0.12 0.81 0.04 0.07 par:pas; -annuaire annuaire nom m s 4.56 3.78 4.43 3.04 -annuaires annuaire nom m p 4.56 3.78 0.14 0.74 -année_lumière année_lumière nom f s 1.16 1.01 0.03 0.07 -année année nom f s 316.25 375.54 129.64 128.99 -annuel annuel adj m s 4.47 4.12 3.28 1.35 -annuelle annuelle adj f s 1.30 0.00 1.30 0.00 -annuellement annuellement adv 0.15 0.14 0.15 0.14 -annuelles annuel adj f p 4.47 4.12 0.22 0.47 -annuels annuel adj m p 4.47 4.12 0.41 0.47 -année_homme année_homme nom f p 0.01 0.00 0.01 0.00 -année_lumière année_lumière nom f p 1.16 1.01 1.13 0.95 -années année nom f p 316.25 375.54 186.61 246.55 -annula annuler ver 42.11 5.47 0.00 0.20 ind:pas:3s; -annulai annuler ver 42.11 5.47 0.00 0.07 ind:pas:1s; -annulaient annuler ver 42.11 5.47 0.12 0.27 ind:imp:3p; -annulaire annulaire nom m s 0.55 2.64 0.55 2.64 -annulais annuler ver 42.11 5.47 0.36 0.07 ind:imp:1s;ind:imp:2s; -annulait annuler ver 42.11 5.47 0.09 0.68 ind:imp:3s; -annulant annuler ver 42.11 5.47 0.30 0.34 par:pre; -annulation annulation nom f s 2.46 0.88 2.28 0.74 -annulations annulation nom f p 2.46 0.88 0.18 0.14 -annule annuler ver 42.11 5.47 7.34 0.88 imp:pre:2s;ind:pre:1s;ind:pre:3s; -annulent annuler ver 42.11 5.47 0.52 0.27 ind:pre:3p; -annuler annuler ver 42.11 5.47 14.08 1.15 inf; -annulera annuler ver 42.11 5.47 0.26 0.00 ind:fut:3s; -annulerai annuler ver 42.11 5.47 0.17 0.00 ind:fut:1s; -annuleraient annuler ver 42.11 5.47 0.02 0.07 cnd:pre:3p; -annulerais annuler ver 42.11 5.47 0.08 0.00 cnd:pre:1s; -annulerait annuler ver 42.11 5.47 0.17 0.20 cnd:pre:3s; -annulerez annuler ver 42.11 5.47 0.11 0.00 ind:fut:2p; -annulerons annuler ver 42.11 5.47 0.04 0.00 ind:fut:1p; -annuleront annuler ver 42.11 5.47 0.08 0.00 ind:fut:3p; -annules annuler ver 42.11 5.47 0.39 0.00 ind:pre:2s; -annulez annuler ver 42.11 5.47 3.02 0.14 imp:pre:2p;ind:pre:2p; -annuliez annuler ver 42.11 5.47 0.07 0.00 ind:imp:2p; -annulons annuler ver 42.11 5.47 0.12 0.00 imp:pre:1p;ind:pre:1p; -annulèrent annuler ver 42.11 5.47 0.01 0.14 ind:pas:3p; -annulé annuler ver m s 42.11 5.47 10.94 0.41 par:pas; -annulée annuler ver f s 42.11 5.47 3.08 0.27 par:pas; -annulées annuler ver f p 42.11 5.47 0.27 0.14 par:pas; -annulés annuler ver m p 42.11 5.47 0.46 0.20 par:pas; -anobli anoblir ver m s 0.47 0.68 0.08 0.20 par:pas; -anoblie anoblir ver f s 0.47 0.68 0.27 0.00 par:pas; -anoblies anobli adj f p 0.02 0.07 0.00 0.07 -anoblir anoblir ver 0.47 0.68 0.01 0.20 inf; -anoblissait anoblir ver 0.47 0.68 0.00 0.07 ind:imp:3s; -anoblissant anoblir ver 0.47 0.68 0.00 0.07 par:pre; -anoblissante anoblissant adj f s 0.00 0.07 0.00 0.07 -anoblissement anoblissement nom m s 0.00 0.14 0.00 0.14 -anoblit anoblir ver 0.47 0.68 0.11 0.14 ind:pre:3s;ind:pas:3s; -anode anode nom f s 0.02 0.00 0.02 0.00 -anodin anodin adj m s 1.03 8.65 0.38 2.97 -anodine anodin adj f s 1.03 8.65 0.20 2.03 -anodines anodin adj f p 1.03 8.65 0.20 2.09 -anodins anodin adj m p 1.03 8.65 0.25 1.55 -anodique anodique adj f s 0.20 0.00 0.20 0.00 -anodisé anodiser ver m s 0.21 0.07 0.21 0.07 par:pas; -anomalie anomalie nom f s 3.96 2.16 2.75 1.55 -anomalies anomalie nom f p 3.96 2.16 1.21 0.61 -anomoure anomoure nom m s 0.00 0.07 0.00 0.07 -anonymat anonymat nom m s 1.41 3.04 1.41 3.04 -anonyme anonyme adj s 11.65 14.80 7.74 9.26 -anonymement anonymement adv 0.42 0.14 0.42 0.14 -anonymes anonyme adj p 11.65 14.80 3.92 5.54 -anonymographe anonymographe nom m s 0.00 0.14 0.00 0.14 -anophèle anophèle nom m s 0.01 0.00 0.01 0.00 -anorak anorak nom m s 0.49 0.88 0.25 0.81 -anoraks anorak nom m p 0.49 0.88 0.25 0.07 -anorexie anorexie nom f s 0.88 0.81 0.87 0.74 -anorexies anorexie nom f p 0.88 0.81 0.01 0.07 -anorexique anorexique adj s 0.38 0.41 0.31 0.34 -anorexiques anorexique nom p 0.25 0.14 0.16 0.00 -anormal anormal adj m s 7.40 7.91 4.80 4.46 -anormale anormal adj f s 7.40 7.91 1.23 2.57 -anormalement anormalement adv 1.08 1.15 1.08 1.15 -anormales anormal adj f p 7.40 7.91 0.61 0.27 -anormalité anormalité nom f s 0.20 0.20 0.20 0.20 -anormaux anormal adj m p 7.40 7.91 0.76 0.61 -anosmie anosmie nom f s 0.07 0.00 0.07 0.00 -anosmique anosmique adj m s 0.01 0.07 0.01 0.07 -anoxie anoxie nom f s 0.09 0.00 0.09 0.00 -ans an nom m p 866.58 685.81 718.17 609.05 -anse anse nom f s 0.47 6.08 0.33 4.86 -anses anse nom f p 0.47 6.08 0.14 1.22 -ansée ansé adj f s 0.02 0.07 0.01 0.00 -ansées ansé adj f p 0.02 0.07 0.01 0.07 -antagonique antagonique adj s 0.03 0.00 0.03 0.00 -antagonisme antagonisme nom m s 0.17 1.55 0.16 1.15 -antagonismes antagonisme nom m p 0.17 1.55 0.02 0.41 -antagoniste antagoniste nom s 0.14 0.68 0.12 0.27 -antagonistes antagoniste adj p 0.10 0.88 0.03 0.68 -antalgique antalgique nom m s 0.50 0.00 0.15 0.00 -antalgiques antalgique nom m p 0.50 0.00 0.35 0.00 -antan antan nom m s 1.53 4.86 1.53 4.86 -antarctique antarctique adj s 0.06 0.07 0.06 0.00 -antarctiques antarctique adj p 0.06 0.07 0.00 0.07 -ante ante nom f s 1.12 0.27 1.12 0.27 -antenne antenne nom f s 11.59 8.45 10.08 3.65 -antennes antenne nom f p 11.59 8.45 1.50 4.80 -anthologie anthologie nom f s 0.48 0.81 0.48 0.68 -anthologies anthologie nom f p 0.48 0.81 0.00 0.14 -anthonome anthonome nom m s 0.01 0.00 0.01 0.00 -anthracine anthracine nom m s 0.04 0.00 0.04 0.00 -anthracite anthracite adj 0.07 1.15 0.07 1.15 -anthracites anthracite nom m p 0.01 1.82 0.00 0.07 -anthracose anthracose nom f s 0.01 0.00 0.01 0.00 -anthracène anthracène nom m s 0.01 0.00 0.01 0.00 -anthraquinone anthraquinone nom f s 0.01 0.00 0.01 0.00 -anthrax anthrax nom m 1.26 0.47 1.26 0.47 -anthropiques anthropique adj p 0.02 0.00 0.02 0.00 -anthropoïde anthropoïde nom s 0.03 0.20 0.02 0.07 -anthropoïdes anthropoïde nom p 0.03 0.20 0.01 0.14 -anthropologie anthropologie nom f s 0.78 0.41 0.78 0.41 -anthropologique anthropologique adj s 0.27 0.20 0.16 0.07 -anthropologiquement anthropologiquement adv 0.01 0.00 0.01 0.00 -anthropologiques anthropologique adj f p 0.27 0.20 0.11 0.14 -anthropologiste anthropologiste nom s 0.11 0.00 0.11 0.00 -anthropologue anthropologue nom s 1.46 0.20 1.18 0.07 -anthropologues anthropologue nom p 1.46 0.20 0.28 0.14 -anthropomorphe anthropomorphe adj f s 0.01 0.07 0.01 0.07 -anthropomorphique anthropomorphique adj f s 0.03 0.07 0.03 0.07 -anthropomorphiser anthropomorphiser ver 0.01 0.00 0.01 0.00 inf; -anthropomorphisme anthropomorphisme nom m s 0.01 0.34 0.01 0.34 -anthropométrie anthropométrie nom f s 0.00 0.27 0.00 0.27 -anthropométrique anthropométrique adj s 0.00 0.41 0.00 0.34 -anthropométriques anthropométrique adj f p 0.00 0.41 0.00 0.07 -anthropophage anthropophage adj m s 0.14 0.00 0.03 0.00 -anthropophages anthropophage adj p 0.14 0.00 0.11 0.00 -anthropophagie anthropophagie nom f s 0.11 0.61 0.11 0.61 -anthropophagiques anthropophagique adj f p 0.00 0.07 0.00 0.07 -anthropopithèque anthropopithèque nom m s 0.00 0.14 0.00 0.07 -anthropopithèques anthropopithèque nom m p 0.00 0.14 0.00 0.07 -anthume anthume adj s 0.00 0.20 0.00 0.20 -anti_acné anti_acné nom f s 0.02 0.00 0.02 0.00 -anti_agression anti_agression nom f s 0.03 0.07 0.03 0.07 -anti_allergie anti_allergie nom f s 0.01 0.00 0.01 0.00 -anti_anatomique anti_anatomique adj s 0.01 0.00 0.01 0.00 -anti_apartheid anti_apartheid nom m s 0.00 0.07 0.00 0.07 -anti_aphrodisiaque anti_aphrodisiaque adj f s 0.00 0.07 0.00 0.07 -anti_asthmatique anti_asthmatique nom s 0.01 0.00 0.01 0.00 -anti_atomique anti_atomique adj m s 0.06 0.07 0.05 0.00 -anti_atomique anti_atomique adj m p 0.06 0.07 0.01 0.07 -anti_aérien anti_aérien adj m s 0.41 0.27 0.20 0.07 -anti_aérien anti_aérien adj f s 0.41 0.27 0.17 0.07 -anti_aérien anti_aérien adj m p 0.41 0.27 0.04 0.14 -anti_avortement anti_avortement nom m s 0.12 0.00 0.12 0.00 -anti_beauf anti_beauf nom m s 0.01 0.00 0.01 0.00 -anti_bison anti_bison nom m s 0.00 0.07 0.00 0.07 -anti_blindage anti_blindage nom m s 0.04 0.00 0.04 0.00 -anti_blouson anti_blouson nom m s 0.00 0.07 0.00 0.07 -anti_bombe anti_bombe nom f s 0.10 0.07 0.09 0.00 -anti_bombe anti_bombe nom f p 0.10 0.07 0.01 0.07 -anti_boson anti_boson nom m p 0.04 0.00 0.04 0.00 -anti_braquage anti_braquage nom m s 0.01 0.00 0.01 0.00 -anti_brouillard anti_brouillard adj s 0.12 0.00 0.12 0.00 -anti_bruit anti_bruit nom m s 0.16 0.00 0.16 0.00 -anti_calcique anti_calcique adj f p 0.01 0.00 0.01 0.00 -anti_cancer anti_cancer nom m s 0.04 0.00 0.04 0.00 -anti_capitaliste anti_capitaliste adj m s 0.03 0.00 0.03 0.00 -anti_castriste anti_castriste adj s 0.02 0.00 0.02 0.00 -anti_castriste anti_castriste nom p 0.01 0.00 0.01 0.00 -anti_cellulite anti_cellulite nom f s 0.01 0.00 0.01 0.00 -anti_chambre anti_chambre nom f s 0.00 0.14 0.00 0.07 -anti_chambre anti_chambre nom f p 0.00 0.14 0.00 0.07 -anti_char anti_char nom m s 0.12 0.20 0.00 0.14 -anti_char anti_char nom m p 0.12 0.20 0.12 0.07 -anti_chien anti_chien nom m p 0.00 0.07 0.00 0.07 -anti_cité anti_cité nom f s 0.00 0.07 0.00 0.07 -anti_civilisation anti_civilisation nom f s 0.00 0.07 0.00 0.07 -anti_club anti_club nom m s 0.02 0.00 0.02 0.00 -anti_coco anti_coco nom p 0.01 0.00 0.01 0.00 -anti_colère anti_colère nom f s 0.01 0.00 0.01 0.00 -anti_communisme anti_communisme nom m s 0.00 0.14 0.00 0.14 -anti_communiste anti_communiste adj s 0.03 0.07 0.03 0.07 -anti_conformisme anti_conformisme nom m s 0.01 0.14 0.01 0.14 -anti_conformiste anti_conformiste nom s 0.01 0.00 0.01 0.00 -anti_conglutinatif anti_conglutinatif adj m s 0.00 0.07 0.00 0.07 -anti_corps anti_corps nom m 0.08 0.00 0.08 0.00 -anti_corruption anti_corruption nom f s 0.04 0.00 0.04 0.00 -anti_crash anti_crash nom m s 0.01 0.00 0.01 0.00 -anti_crime anti_crime nom m s 0.03 0.00 0.03 0.00 -anti_criminalité anti_criminalité nom f s 0.01 0.00 0.01 0.00 -anti_célibataire anti_célibataire adj f p 0.01 0.00 0.01 0.00 -anti_dauphin anti_dauphin nom m p 0.01 0.00 0.01 0.00 -anti_desperado anti_desperado nom m s 0.01 0.00 0.01 0.00 -anti_dieu anti_dieu nom m s 0.03 0.00 0.03 0.00 -anti_discrimination anti_discrimination nom f s 0.02 0.00 0.02 0.00 -anti_dopage anti_dopage nom m s 0.06 0.00 0.06 0.00 -anti_douleur anti_douleur nom f s 0.46 0.00 0.30 0.00 -anti_douleur anti_douleur nom f p 0.46 0.00 0.15 0.00 -anti_drague anti_drague nom f s 0.01 0.00 0.01 0.00 -anti_dramatique anti_dramatique adj s 0.00 0.07 0.00 0.07 -anti_drogue anti_drogue nom f s 0.42 0.00 0.35 0.00 -anti_drogue anti_drogue nom f p 0.42 0.00 0.07 0.00 -anti_débauche anti_débauche nom f s 0.00 0.07 0.00 0.07 -anti_démocratique anti_démocratique adj f s 0.14 0.07 0.14 0.07 -anti_démocratique anti_démocratique adj f p 0.14 0.07 0.01 0.00 -anti_démon anti_démon nom m s 0.04 0.00 0.04 0.00 -anti_espionne anti_espionne nom f p 0.01 0.00 0.01 0.00 -anti_establishment anti_establishment nom m s 0.02 0.00 0.02 0.00 -anti_existence anti_existence nom f s 0.00 0.07 0.00 0.07 -anti_explosion anti_explosion nom f s 0.04 0.00 0.04 0.00 -anti_fantôme anti_fantôme nom m p 0.02 0.00 0.02 0.00 -anti_fasciste anti_fasciste adj f s 0.02 0.00 0.02 0.00 -anti_femme anti_femme nom f s 0.01 0.00 0.01 0.00 -anti_flingage anti_flingage nom m s 0.00 0.07 0.00 0.07 -anti_flip anti_flip nom m s 0.00 0.07 0.00 0.07 -anti_frigo anti_frigo nom m s 0.00 0.07 0.00 0.07 -anti_féministe anti_féministe nom s 0.03 0.07 0.03 0.07 -anti_fusionnel anti_fusionnel adj m s 0.01 0.00 0.01 0.00 -anti_fusée anti_fusée nom f p 0.00 0.20 0.00 0.20 -anti_g anti_g adj f p 0.01 0.00 0.01 0.00 -anti_gang anti_gang nom m s 0.33 0.00 0.33 0.00 -anti_gel anti_gel nom m s 0.05 0.00 0.05 0.00 -anti_gerce anti_gerce nom f s 0.01 0.00 0.01 0.00 -anti_gouvernement anti_gouvernement nom m s 0.10 0.00 0.10 0.00 -anti_graffiti anti_graffiti nom m 0.01 0.00 0.01 0.00 -anti_gravité anti_gravité nom f s 0.06 0.00 0.06 0.00 -anti_grimace anti_grimace nom f p 0.01 0.00 0.01 0.00 -anti_gros anti_gros adj m 0.01 0.00 0.01 0.00 -anti_hanneton anti_hanneton nom m p 0.00 0.07 0.00 0.07 -anti_hypertenseur anti_hypertenseur adj m s 0.01 0.00 0.01 0.00 -anti_immigration anti_immigration nom f s 0.02 0.00 0.02 0.00 -anti_immigré anti_immigré adj p 0.00 0.07 0.00 0.07 -anti_impérialiste anti_impérialiste adj s 0.11 0.07 0.11 0.07 -anti_incendie anti_incendie nom m s 0.16 0.00 0.16 0.00 -anti_inertie anti_inertie nom f s 0.01 0.00 0.01 0.00 -anti_infectieux anti_infectieux adj m p 0.01 0.00 0.01 0.00 -anti_inflammatoire anti_inflammatoire nom m s 0.07 0.07 0.07 0.07 -anti_insecte anti_insecte nom m s 0.03 0.07 0.01 0.00 -anti_insecte anti_insecte nom m p 0.03 0.07 0.02 0.07 -anti_instinct anti_instinct nom m s 0.00 0.07 0.00 0.07 -anti_insurrectionnel anti_insurrectionnel adj m s 0.01 0.00 0.01 0.00 -anti_intimité anti_intimité nom f s 0.04 0.00 0.04 0.00 -anti_japon anti_japon nom m s 0.00 0.07 0.00 0.07 -anti_jeunes anti_jeunes adj m s 0.00 0.07 0.00 0.07 -anti_mafia anti_mafia nom f s 0.01 0.07 0.01 0.07 -anti_maison anti_maison nom f s 0.00 0.14 0.00 0.14 -anti_manipulation anti_manipulation nom f s 0.01 0.00 0.01 0.00 -anti_manoir anti_manoir nom m s 0.00 0.07 0.00 0.07 -anti_mariage anti_mariage nom m s 0.03 0.00 0.03 0.00 -anti_matière anti_matière nom f s 0.09 0.00 0.08 0.00 -anti_matière anti_matière nom f p 0.09 0.00 0.01 0.00 -anti_mec anti_mec nom m p 0.02 0.00 0.02 0.00 -anti_militariste anti_militariste nom s 0.01 0.00 0.01 0.00 -anti_missile anti_missile nom m p 0.03 0.00 0.03 0.00 -anti_mite anti_mite nom f s 0.10 0.14 0.03 0.07 -anti_mite anti_mite nom f p 0.10 0.14 0.08 0.07 -anti_monde anti_monde nom m s 0.00 0.07 0.00 0.07 -anti_monstre anti_monstre adj f p 0.01 0.00 0.01 0.00 -anti_moustique anti_moustique nom m s 0.58 0.07 0.41 0.00 -anti_moustique anti_moustique nom m p 0.58 0.07 0.17 0.07 -anti_médicament anti_médicament nom m p 0.01 0.00 0.01 0.00 -anti_métaphysique anti_métaphysique adj m s 0.00 0.07 0.00 0.07 -anti_météorite anti_météorite nom f p 0.20 0.00 0.20 0.00 -anti_nausée anti_nausée nom f s 0.01 0.00 0.01 0.00 -anti_navire anti_navire nom m s 0.01 0.00 0.01 0.00 -anti_nucléaire anti_nucléaire adj m s 0.06 0.00 0.05 0.00 -anti_nucléaire anti_nucléaire adj p 0.06 0.00 0.01 0.00 -anti_nucléaire anti_nucléaire nom m p 0.01 0.00 0.01 0.00 -anti_odeur anti_odeur nom f s 0.02 0.14 0.01 0.07 -anti_odeur anti_odeur nom f p 0.02 0.14 0.01 0.07 -anti_odorant anti_odorant adj m p 0.00 0.07 0.00 0.07 -anti_âge anti_âge adj 0.04 0.74 0.04 0.74 -anti_origine anti_origine nom f s 0.00 0.07 0.00 0.07 -anti_panache anti_panache nom m s 0.00 0.07 0.00 0.07 -anti_particule anti_particule nom f s 0.01 0.00 0.01 0.00 -anti_pasteur anti_pasteur nom m s 0.00 0.07 0.00 0.07 -anti_patriote anti_patriote nom s 0.01 0.00 0.01 0.00 -anti_patriotique anti_patriotique adj f s 0.06 0.00 0.06 0.00 -anti_pelliculaire anti_pelliculaire adj m s 0.13 0.07 0.13 0.07 -anti_piratage anti_piratage nom m s 0.01 0.00 0.01 0.00 -anti_pirate anti_pirate adj s 0.01 0.00 0.01 0.00 -anti_poison anti_poison nom m s 0.04 0.14 0.04 0.14 -anti_poisse anti_poisse nom f s 0.05 0.07 0.05 0.07 -anti_pollution anti_pollution nom f s 0.04 0.00 0.04 0.00 -anti_poux anti_poux nom m p 0.04 0.00 0.04 0.00 -anti_progressiste anti_progressiste nom p 0.00 0.07 0.00 0.07 -anti_psychotique anti_psychotique adj s 0.01 0.00 0.01 0.00 -anti_pub anti_pub nom s 0.00 0.07 0.00 0.07 -anti_puce anti_puce nom f p 0.14 0.00 0.14 0.00 -anti_pédérastique anti_pédérastique adj p 0.00 0.07 0.00 0.07 -anti_racket anti_racket nom m s 0.06 0.00 0.06 0.00 -anti_radiation anti_radiation nom f p 0.08 0.00 0.08 0.00 -anti_rapt anti_rapt nom m s 0.00 0.07 0.00 0.07 -anti_reflet anti_reflet nom m p 0.00 0.07 0.00 0.07 -anti_rejet anti_rejet nom m s 0.20 0.00 0.20 0.00 -anti_religion anti_religion nom f s 0.01 0.00 0.01 0.00 -anti_rhume anti_rhume nom m s 0.02 0.00 0.02 0.00 -anti_ride anti_ride nom f p 0.06 0.00 0.06 0.00 -anti_romain anti_romain nom m s 0.00 0.07 0.00 0.07 -anti_romantique anti_romantique adj s 0.01 0.00 0.01 0.00 -anti_rouille anti_rouille nom f s 0.01 0.00 0.01 0.00 -anti_russe anti_russe adj m s 0.11 0.00 0.11 0.00 -anti_sida anti_sida nom m s 0.02 0.00 0.02 0.00 -anti_socialiste anti_socialiste adj p 0.01 0.00 0.01 0.00 -anti_sociaux anti_sociaux adj m p 0.04 0.00 0.04 0.00 -anti_société anti_société nom f s 0.00 0.07 0.00 0.07 -anti_somnolence anti_somnolence nom f s 0.01 0.00 0.01 0.00 -anti_souffle anti_souffle nom m s 0.03 0.00 0.03 0.00 -anti_sous_marin anti_sous_marin adj m s 0.02 0.00 0.02 0.00 -anti_soviétique anti_soviétique adj f s 0.00 0.07 0.00 0.07 -anti_sèche anti_sèche adj f s 0.01 0.07 0.01 0.00 -anti_sèche anti_sèche adj f p 0.01 0.07 0.00 0.07 -anti_stress anti_stress nom m 0.35 0.00 0.35 0.00 -anti_sémite anti_sémite adj s 0.04 0.00 0.02 0.00 -anti_sémite anti_sémite adj f p 0.04 0.00 0.02 0.00 -anti_sémitisme anti_sémitisme nom m s 0.08 0.00 0.08 0.00 -anti_syndical anti_syndical adj m s 0.01 0.00 0.01 0.00 -anti_tabac anti_tabac adj s 0.17 0.00 0.17 0.00 -anti_tache anti_tache nom f p 0.15 0.00 0.15 0.00 -anti_tank anti_tank nom m s 0.03 0.00 0.03 0.00 -anti_tapisserie anti_tapisserie nom f s 0.00 0.07 0.00 0.07 -anti_temps anti_temps nom m 0.00 0.27 0.00 0.27 -anti_tension anti_tension nom f s 0.01 0.00 0.01 0.00 -anti_terrorisme anti_terrorisme nom m s 0.53 0.00 0.53 0.00 -anti_terroriste anti_terroriste adj s 0.26 0.00 0.26 0.00 -anti_tornade anti_tornade nom f p 0.01 0.00 0.01 0.00 -anti_toux anti_toux nom f 0.01 0.00 0.01 0.00 -anti_truie anti_truie nom f s 0.01 0.00 0.01 0.00 -anti_trust anti_trust nom m p 0.02 0.00 0.02 0.00 -anti_émeute anti_émeute adj s 0.15 0.00 0.10 0.00 -anti_émeute anti_émeute adj p 0.15 0.00 0.05 0.00 -anti_émotionnelle anti_émotionnelle adj f s 0.00 0.07 0.00 0.07 -anti_évasion anti_évasion nom f s 0.01 0.00 0.01 0.00 -anti_venin anti_venin nom m s 0.18 0.00 0.18 0.00 -anti_vieillissement anti_vieillissement nom m s 0.04 0.00 0.04 0.00 -anti_viol anti_viol nom m s 0.09 0.00 0.09 0.00 -anti_violence anti_violence nom f s 0.01 0.00 0.01 0.00 -anti_viral anti_viral adj m s 0.13 0.00 0.13 0.00 -anti_virus anti_virus nom m 0.09 0.00 0.09 0.00 -anti_vol anti_vol nom m s 0.36 0.27 0.35 0.27 -anti_vol anti_vol nom m p 0.36 0.27 0.01 0.00 -anti anti adv_sup 0.09 0.81 0.09 0.81 -antiacide antiacide adj s 0.12 0.00 0.07 0.00 -antiacides antiacide adj m p 0.12 0.00 0.04 0.00 -antialcoolique antialcoolique adj f s 0.02 0.00 0.02 0.00 -antiallemands antiallemand adj m p 0.00 0.07 0.00 0.07 -antiaméricain antiaméricain adj m s 0.06 0.14 0.05 0.00 -antiaméricaine antiaméricain adj f s 0.06 0.14 0.00 0.14 -antiaméricaines antiaméricain adj f p 0.06 0.14 0.01 0.00 -antiaméricanisme antiaméricanisme nom m s 0.02 0.07 0.02 0.07 -antiatomique antiatomique adj m s 0.31 0.00 0.31 0.00 -antiaérien antiaérien adj m s 0.75 1.35 0.25 0.20 -antiaérienne antiaérien adj f s 0.75 1.35 0.29 0.54 -antiaériennes antiaérien adj f p 0.75 1.35 0.17 0.27 -antiaériens antiaérien adj m p 0.75 1.35 0.05 0.34 -antibactérien antibactérien adj m s 0.03 0.00 0.03 0.00 -antibiotique antibiotique nom m s 5.22 1.55 1.04 0.14 -antibiotiques antibiotique nom m p 5.22 1.55 4.18 1.42 -antiblocage antiblocage adj m s 0.03 0.07 0.03 0.07 -antibois antibois nom m 0.14 0.00 0.14 0.00 -antibolcheviques antibolchevique adj m p 0.00 0.07 0.00 0.07 -antibolchevisme antibolchevisme nom m s 0.00 0.14 0.00 0.14 -antibourgeois antibourgeois adj m 0.00 0.07 0.00 0.07 -antibrouillard antibrouillard adj m p 0.00 0.07 0.00 0.07 -antibruit antibruit adj f s 0.01 0.00 0.01 0.00 -anticalcaire anticalcaire adj m s 0.00 0.07 0.00 0.07 -anticapitaliste anticapitaliste adj s 0.10 0.14 0.10 0.14 -anticastriste anticastriste adj s 0.03 0.07 0.01 0.07 -anticastristes anticastriste adj p 0.03 0.07 0.02 0.00 -anticatalyseurs anticatalyseur nom m p 0.00 0.07 0.00 0.07 -anticatholique anticatholique adj f s 0.00 0.07 0.00 0.07 -antichambre antichambre nom f s 0.89 8.58 0.89 7.84 -antichambres antichambre nom f p 0.89 8.58 0.00 0.74 -antichar antichar adj s 0.33 1.89 0.07 0.20 -antichars antichar adj p 0.33 1.89 0.27 1.69 -antichoc antichoc adj f p 0.04 0.00 0.04 0.00 -anticholinergique anticholinergique adj s 0.01 0.00 0.01 0.00 -antichristianisme antichristianisme nom m s 0.00 0.07 0.00 0.07 -antichrétien antichrétien adj m s 0.00 0.14 0.00 0.07 -antichrétienne antichrétien adj f s 0.00 0.14 0.00 0.07 -anticipa anticiper ver 4.14 3.31 0.01 0.07 ind:pas:3s; -anticipais anticiper ver 4.14 3.31 0.04 0.14 ind:imp:1s; -anticipait anticiper ver 4.14 3.31 0.20 0.34 ind:imp:3s; -anticipant anticiper ver 4.14 3.31 0.06 0.47 par:pre; -anticipateur anticipateur adj m s 0.00 0.20 0.00 0.14 -anticipation anticipation nom f s 0.63 2.23 0.63 2.16 -anticipations anticipation nom f p 0.63 2.23 0.00 0.07 -anticipatoire anticipatoire adj f s 0.00 0.07 0.00 0.07 -anticipatrice anticipateur adj f s 0.00 0.20 0.00 0.07 -anticipe anticiper ver 4.14 3.31 1.24 0.81 imp:pre:2s;ind:pre:1s;ind:pre:3s; -anticipent anticiper ver 4.14 3.31 0.03 0.07 ind:pre:3p; -anticiper anticiper ver 4.14 3.31 1.29 0.27 inf; -anticipera anticiper ver 4.14 3.31 0.03 0.07 ind:fut:3s; -anticiperait anticiper ver 4.14 3.31 0.01 0.07 cnd:pre:3s; -anticipez anticiper ver 4.14 3.31 0.17 0.07 imp:pre:2p;ind:pre:2p; -anticipons anticiper ver 4.14 3.31 0.16 0.20 imp:pre:1p;ind:pre:1p; -anticipé anticiper ver m s 4.14 3.31 0.56 0.14 par:pas; -anticipée anticipé adj f s 1.64 1.08 1.40 0.54 -anticipées anticiper ver f p 4.14 3.31 0.14 0.00 par:pas; -anticipés anticipé adj m p 1.64 1.08 0.03 0.00 -anticlérical anticlérical adj m s 0.16 1.15 0.16 0.41 -anticléricale anticlérical adj f s 0.16 1.15 0.00 0.47 -anticléricales anticlérical adj f p 0.16 1.15 0.00 0.07 -anticléricalisme anticléricalisme nom m s 0.00 0.34 0.00 0.34 -anticléricaux anticlérical adj m p 0.16 1.15 0.00 0.20 -anticoagulant anticoagulant nom m s 0.21 0.00 0.14 0.00 -anticoagulants anticoagulant nom m p 0.21 0.00 0.06 0.00 -anticolonialisme anticolonialisme nom m s 0.00 0.07 0.00 0.07 -anticommunisme anticommunisme nom m s 0.10 0.88 0.10 0.88 -anticommuniste anticommuniste adj s 0.19 1.82 0.17 1.22 -anticommunistes anticommuniste adj p 0.19 1.82 0.01 0.61 -anticonceptionnelle anticonceptionnel adj f s 0.20 0.14 0.20 0.00 -anticonceptionnelles anticonceptionnel adj f p 0.20 0.14 0.00 0.07 -anticonceptionnels anticonceptionnel adj m p 0.20 0.14 0.00 0.07 -anticonformisme anticonformisme nom m s 0.00 0.07 0.00 0.07 -anticonformiste anticonformiste adj m s 0.05 0.00 0.05 0.00 -anticonstitutionnel anticonstitutionnel adj m s 0.19 0.00 0.14 0.00 -anticonstitutionnelle anticonstitutionnel adj f s 0.19 0.00 0.05 0.00 -anticonstitutionnellement anticonstitutionnellement adv 0.01 0.00 0.01 0.00 -anticorps anticorps nom m 1.35 0.41 1.35 0.41 -anticyclique anticyclique adj f s 0.01 0.00 0.01 0.00 -anticyclone anticyclone nom m s 0.03 0.07 0.03 0.07 -anticycloniques anticyclonique adj m p 0.00 0.07 0.00 0.07 -antidatait antidater ver 0.01 0.27 0.00 0.07 ind:imp:3s; -antidater antidater ver 0.01 0.27 0.00 0.07 inf; -antidaté antidater ver m s 0.01 0.27 0.01 0.07 par:pas; -antidatée antidater ver f s 0.01 0.27 0.00 0.07 par:pas; -antidictatoriaux antidictatorial adj m p 0.00 0.07 0.00 0.07 -antidopage antidopage adj m s 0.01 0.00 0.01 0.00 -antidote antidote nom m s 4.48 1.35 4.38 1.08 -antidotes antidote nom m p 4.48 1.35 0.09 0.27 -antidouleur antidouleur adj s 0.34 0.00 0.34 0.00 -antidreyfusard antidreyfusard nom m s 0.14 0.07 0.14 0.00 -antidreyfusarde antidreyfusard adj f s 0.14 0.00 0.14 0.00 -antidreyfusards antidreyfusard nom m p 0.14 0.07 0.00 0.07 -antidreyfusisme antidreyfusisme nom m s 0.00 0.07 0.00 0.07 -antidrogue antidrogue adj s 0.08 0.07 0.08 0.07 -antidémarrage antidémarrage nom m s 0.01 0.00 0.01 0.00 -antidémocratique antidémocratique adj s 0.02 0.07 0.02 0.07 -antidépresseur antidépresseur nom m s 0.98 0.27 0.26 0.00 -antidépresseurs antidépresseur nom m p 0.98 0.27 0.72 0.27 -antidérapant antidérapant adj m s 0.07 0.14 0.03 0.00 -antidérapante antidérapant adj f s 0.07 0.14 0.01 0.00 -antidérapantes antidérapant adj f p 0.07 0.14 0.01 0.14 -antidérapants antidérapant adj m p 0.07 0.14 0.02 0.00 -antienne antienne nom f s 0.00 1.62 0.00 1.49 -antiennes antienne nom f p 0.00 1.62 0.00 0.14 -antiesclavagiste antiesclavagiste nom s 0.01 0.00 0.01 0.00 -antifading antifading nom m s 0.00 0.07 0.00 0.07 -antifascisme antifascisme nom m s 0.00 0.07 0.00 0.07 -antifasciste antifasciste nom s 0.26 0.27 0.10 0.07 -antifascistes antifasciste nom p 0.26 0.27 0.16 0.20 -antifongique antifongique nom m s 0.03 0.00 0.03 0.00 -antifrançaise antifrançais adj f s 0.00 0.34 0.00 0.20 -antifrançaises antifrançais adj f p 0.00 0.34 0.00 0.14 -antiféminisme antiféminisme nom m s 0.00 0.07 0.00 0.07 -antifumée antifumée adj m p 0.01 0.00 0.01 0.00 -antigang antigang adj f s 0.16 0.07 0.16 0.07 -antigangs antigang nom p 0.12 0.14 0.01 0.00 -antigaullistes antigaulliste adj f p 0.00 0.07 0.00 0.07 -antigel antigel nom m s 0.20 0.00 0.20 0.00 -antigermanisme antigermanisme nom m s 0.00 0.07 0.00 0.07 -antigravitation antigravitation nom f s 0.01 0.00 0.01 0.00 -antigravitationnel antigravitationnel adj m s 0.04 0.00 0.04 0.00 -antigravité antigravité nom f s 0.01 0.00 0.01 0.00 -antigrippe antigrippe nom f s 0.16 0.00 0.16 0.00 -antigène antigène nom m s 0.28 0.34 0.11 0.27 -antigènes antigène nom m p 0.28 0.34 0.17 0.07 -antihistaminique antihistaminique nom m s 0.25 0.00 0.10 0.00 -antihistaminiques antihistaminique nom m p 0.25 0.00 0.15 0.00 -antihémorragiques antihémorragique adj p 0.00 0.07 0.00 0.07 -antihéros antihéros nom m 0.04 0.00 0.04 0.00 -antihygiénique antihygiénique adj f s 0.01 0.07 0.01 0.07 -antillais antillais nom m 0.14 4.12 0.12 3.72 -antillaise antillais nom f s 0.14 4.12 0.01 0.20 -antillaises antillais nom f p 0.14 4.12 0.00 0.20 -antilogique antilogique adj s 0.01 0.00 0.01 0.00 -antilope antilope nom f s 0.88 2.16 0.73 1.28 -antilopes antilope nom f p 0.88 2.16 0.16 0.88 -antimarxiste antimarxiste adj f s 0.00 0.07 0.00 0.07 -antimaçonniques antimaçonnique adj p 0.00 0.07 0.00 0.07 -antimatière antimatière nom f s 0.13 0.14 0.13 0.14 -antimicrobien antimicrobien adj m s 0.01 0.00 0.01 0.00 -antimigraineux antimigraineux adj m 0.02 0.00 0.02 0.00 -antimilitarisme antimilitarisme nom m s 0.00 0.34 0.00 0.34 -antimilitariste antimilitariste adj m s 0.12 0.81 0.11 0.54 -antimilitaristes antimilitariste adj p 0.12 0.81 0.01 0.27 -antimissile antimissile adj s 0.04 0.00 0.04 0.00 -antimissiles antimissile nom m p 0.06 0.00 0.06 0.00 -antimite antimite nom m s 0.05 0.61 0.04 0.27 -antimites antimite nom m p 0.05 0.61 0.01 0.34 -antimitotiques antimitotique nom m p 0.01 0.00 0.01 0.00 -antimoine antimoine nom m s 0.01 0.27 0.01 0.27 -antimonde antimonde adj s 0.00 0.07 0.00 0.07 -antinationale antinational adj f s 0.00 0.14 0.00 0.07 -antinationales antinational adj f p 0.00 0.14 0.00 0.07 -antinationaliste antinationaliste adj s 0.00 0.14 0.00 0.14 -antinaturel antinaturel adj m s 0.00 0.14 0.00 0.07 -antinaturelle antinaturel adj f s 0.00 0.14 0.00 0.07 -antinazie antinazi adj f s 0.10 0.07 0.10 0.00 -antinazis antinazi nom m p 0.01 0.00 0.01 0.00 -antinomie antinomie nom f s 0.01 0.34 0.00 0.27 -antinomies antinomie nom f p 0.01 0.34 0.01 0.07 -antinomique antinomique adj s 0.03 0.20 0.03 0.14 -antinomiques antinomique adj m p 0.03 0.20 0.00 0.07 -antinucléaire antinucléaire adj s 0.11 0.14 0.03 0.14 -antinucléaires antinucléaire adj f p 0.11 0.14 0.07 0.00 -antioxydant antioxydant nom m s 0.05 0.00 0.02 0.00 -antioxydants antioxydant nom m p 0.05 0.00 0.03 0.00 -antipape antipape nom m s 0.11 0.14 0.11 0.07 -antipapes antipape nom m p 0.11 0.14 0.00 0.07 -antiparasitage antiparasitage adj f s 0.00 0.07 0.00 0.07 -antiparasite antiparasite adj f s 0.01 0.07 0.01 0.07 -antiparasites antiparasite nom m p 0.02 0.14 0.01 0.14 -antipathie antipathie nom f s 0.71 1.82 0.57 1.69 -antipathies antipathie nom f p 0.71 1.82 0.14 0.14 -antipathique antipathique adj s 0.97 2.03 0.96 1.55 -antipathiques antipathique adj p 0.97 2.03 0.01 0.47 -antipatriote antipatriote adj m s 0.01 0.00 0.01 0.00 -antipatriotiques antipatriotique adj f p 0.01 0.00 0.01 0.00 -antipelliculaire antipelliculaire adj m s 0.01 0.00 0.01 0.00 -antipersonnel antipersonnel adj 0.41 0.00 0.37 0.00 -antipersonnelle antipersonnel adj f s 0.41 0.00 0.03 0.00 -antipersonnelles antipersonnel adj f p 0.41 0.00 0.01 0.00 -antiphonaires antiphonaire nom m p 0.00 0.14 0.00 0.14 -antiphrase antiphrase nom f s 0.00 0.34 0.00 0.34 -antiphysiques antiphysique adj p 0.00 0.07 0.00 0.07 -antipodaire antipodaire adj m s 0.00 0.07 0.00 0.07 -antipode antipode nom m s 1.21 2.43 0.02 0.14 -antipodes antipode nom m p 1.21 2.43 1.19 2.30 -antipodiste antipodiste nom s 0.00 0.14 0.00 0.07 -antipodistes antipodiste nom p 0.00 0.14 0.00 0.07 -antipoison antipoison adj m s 0.16 0.07 0.16 0.07 -antipoisons antipoison nom m p 0.00 0.07 0.00 0.07 -antipoliomyélitique antipoliomyélitique adj m s 0.00 0.07 0.00 0.07 -antipollution antipollution adj 0.05 0.00 0.05 0.00 -antipopulaire antipopulaire adj m s 0.00 0.07 0.00 0.07 -antiproton antiproton nom m s 0.07 0.00 0.04 0.00 -antiprotons antiproton nom m p 0.07 0.00 0.03 0.00 -antiprotéase antiprotéase nom f s 0.01 0.00 0.01 0.00 -antipsychiatrie antipsychiatrie nom f s 0.01 0.14 0.01 0.14 -antipsychotique antipsychotique adj m s 0.07 0.00 0.04 0.00 -antipsychotique antipsychotique nom m s 0.10 0.00 0.04 0.00 -antipsychotiques antipsychotique nom m p 0.10 0.00 0.06 0.00 -antiquaille antiquaille nom f s 0.14 0.41 0.00 0.14 -antiquailleries antiquaillerie nom f p 0.00 0.07 0.00 0.07 -antiquailles antiquaille nom f p 0.14 0.41 0.14 0.27 -antiquaire antiquaire nom s 2.33 7.03 1.52 3.58 -antiquaires antiquaire nom p 2.33 7.03 0.81 3.45 -antiquark antiquark nom m s 0.01 0.00 0.01 0.00 -antique antique adj s 7.21 15.54 5.59 10.61 -antiques antique adj p 7.21 15.54 1.63 4.93 -antiquité antiquité nom f s 4.92 6.55 2.12 3.65 -antiquités antiquité nom f p 4.92 6.55 2.80 2.91 -antirabique antirabique adj m s 0.01 0.07 0.01 0.07 -antiracisme antiracisme nom m s 0.11 0.00 0.11 0.00 -antiracistes antiraciste adj m p 0.02 0.27 0.02 0.27 -antiradiation antiradiation adj p 0.02 0.00 0.02 0.00 -antireligieuse antireligieux adj f s 0.02 0.14 0.02 0.00 -antireligieux antireligieux adj m 0.02 0.14 0.00 0.14 -antirides antirides adj 0.02 0.07 0.02 0.07 -antirouille antirouille adj s 0.06 0.00 0.06 0.00 -antirépublicain antirépublicain adj m s 0.00 0.07 0.00 0.07 -antirusse antirusse adj m s 0.00 0.07 0.00 0.07 -antisatellite antisatellite adj 0.03 0.00 0.03 0.00 -antiscientifique antiscientifique adj f s 0.14 0.07 0.14 0.07 -antisepsie antisepsie nom f s 0.00 0.07 0.00 0.07 -antiseptique antiseptique adj s 0.32 0.14 0.30 0.00 -antiseptiques antiseptique adj p 0.32 0.14 0.03 0.14 -antisexistes antisexiste adj m p 0.00 0.07 0.00 0.07 -antisexuel antisexuel adj m s 0.00 0.07 0.00 0.07 -antisionistes antisioniste adj p 0.00 0.07 0.00 0.07 -antiskating antiskating adj f p 0.00 0.07 0.00 0.07 -antisocial antisocial adj m s 0.77 0.07 0.12 0.00 -antisociale antisocial adj f s 0.77 0.07 0.17 0.00 -antisociales antisocial adj f p 0.77 0.07 0.02 0.07 -antisociaux antisocial adj m p 0.77 0.07 0.46 0.00 -antisolaire antisolaire adj f s 0.00 0.14 0.00 0.07 -antisolaires antisolaire adj f p 0.00 0.14 0.00 0.07 -antisoviétique antisoviétique adj s 0.00 0.34 0.00 0.27 -antisoviétiques antisoviétique adj p 0.00 0.34 0.00 0.07 -antisoviétisme antisoviétisme nom m s 0.00 0.07 0.00 0.07 -antispasmodique antispasmodique nom m s 0.02 0.00 0.02 0.00 -antisportif antisportif adj m s 0.01 0.00 0.01 0.00 -antistalinien antistalinien adj m s 0.00 0.27 0.00 0.20 -antistaliniens antistalinien adj m p 0.00 0.27 0.00 0.07 -antistatique antistatique adj f s 0.01 0.07 0.01 0.00 -antistatiques antistatique adj p 0.01 0.07 0.00 0.07 -antisèche antisèche nom s 0.23 0.14 0.15 0.00 -antisèches antisèche nom p 0.23 0.14 0.08 0.14 -antistress antistress adj m s 0.01 0.00 0.01 0.00 -antisémite antisémite adj s 0.96 1.55 0.72 0.61 -antisémites antisémite adj p 0.96 1.55 0.23 0.95 -antisémitisme antisémitisme nom m s 0.36 1.62 0.36 1.62 -antisérum antisérum nom m s 0.09 0.00 0.09 0.00 -antitabac antitabac adj f s 0.07 0.00 0.07 0.00 -antiterrorisme antiterrorisme nom m s 0.01 0.00 0.01 0.00 -antiterroriste antiterroriste adj s 0.66 0.27 0.66 0.27 -antithèse antithèse nom f s 0.11 0.88 0.11 0.81 -antithèses antithèse nom f p 0.11 0.88 0.00 0.07 -antithétiques antithétique adj p 0.00 0.07 0.00 0.07 -antitout antitout nom m s 0.00 0.07 0.00 0.07 -antitoxine antitoxine nom f s 0.08 0.00 0.08 0.00 -antitoxique antitoxique adj s 0.10 0.00 0.10 0.00 -antitrust antitrust adj 0.24 0.00 0.24 0.00 -antituberculeux antituberculeux nom m 0.00 0.14 0.00 0.14 -antitussif antitussif adj m s 0.01 0.07 0.01 0.00 -antitussives antitussif adj f p 0.01 0.07 0.00 0.07 -antitétanique antitétanique adj s 0.22 0.14 0.22 0.14 -antityphoïdique antityphoïdique adj m s 0.00 0.07 0.00 0.07 -antiémeute antiémeute adj s 0.01 0.00 0.01 0.00 -antiémétique antiémétique nom m s 0.01 0.00 0.01 0.00 -antivariolique antivariolique adj m s 0.01 0.00 0.01 0.00 -antivenimeux antivenimeux adj m s 0.03 0.00 0.03 0.00 -antiviolence antiviolence adj s 0.02 0.00 0.02 0.00 -antiviral antiviral adj m s 0.05 0.00 0.02 0.00 -antiviraux antiviral nom m p 0.16 0.00 0.14 0.00 -antivirus antivirus nom m 0.66 0.00 0.66 0.00 -antivol antivol nom m s 0.30 0.14 0.30 0.14 -antonin antonin adj m s 0.14 0.14 0.14 0.14 -antonomase antonomase nom f s 0.00 0.07 0.00 0.07 -antonyme antonyme nom m s 0.00 0.14 0.00 0.07 -antonymes antonyme nom m p 0.00 0.14 0.00 0.07 -antre antre nom m s 2.96 4.66 2.96 4.39 -antres antre nom m p 2.96 4.66 0.01 0.27 -anté anter ver 0.00 0.07 0.00 0.07 imp:pre:2s; -antéchrist antéchrist nom m s 2.89 1.08 2.83 1.08 -antéchrists antéchrist nom m p 2.89 1.08 0.06 0.00 -antécédent antécédent nom m s 5.71 0.68 0.38 0.00 -antécédents antécédent nom m p 5.71 0.68 5.33 0.68 -antédiluvien antédiluvien adj m s 0.03 0.88 0.01 0.41 -antédiluvienne antédiluvien adj f s 0.03 0.88 0.01 0.20 -antédiluviennes antédiluvien adj f p 0.03 0.88 0.00 0.27 -antédiluviens antédiluvien adj m p 0.03 0.88 0.01 0.00 -antépénultième antépénultième nom f s 0.00 0.20 0.00 0.14 -antépénultièmes antépénultième nom f p 0.00 0.20 0.00 0.07 -antérieur antérieur adj m s 3.82 10.27 0.88 2.43 -antérieure antérieur adj f s 3.82 10.27 1.82 3.92 -antérieurement antérieurement adv 0.36 1.01 0.36 1.01 -antérieures antérieur adj f p 3.82 10.27 0.66 1.69 -antérieurs antérieur adj m p 3.82 10.27 0.46 2.23 -antérograde antérograde adj f s 0.00 0.07 0.00 0.07 -anéanti anéantir ver m s 13.18 12.70 3.27 2.84 par:pas; -anéantie anéantir ver f s 13.18 12.70 1.55 1.96 par:pas; -anéanties anéantir ver f p 13.18 12.70 0.19 0.41 par:pas; -anéantir anéantir ver 13.18 12.70 4.41 3.78 inf; -anéantira anéantir ver 13.18 12.70 0.47 0.07 ind:fut:3s; -anéantirai anéantir ver 13.18 12.70 0.05 0.00 ind:fut:1s; -anéantiraient anéantir ver 13.18 12.70 0.01 0.07 cnd:pre:3p; -anéantirait anéantir ver 13.18 12.70 0.27 0.07 cnd:pre:3s; -anéantirent anéantir ver 13.18 12.70 0.00 0.14 ind:pas:3p; -anéantiriez anéantir ver 13.18 12.70 0.02 0.00 cnd:pre:2p; -anéantirons anéantir ver 13.18 12.70 0.06 0.00 ind:fut:1p; -anéantiront anéantir ver 13.18 12.70 0.09 0.00 ind:fut:3p; -anéantis anéantir ver m p 13.18 12.70 1.62 1.62 imp:pre:2s;ind:pre:1s;ind:pre:2s;par:pas; -anéantissaient anéantir ver 13.18 12.70 0.00 0.27 ind:imp:3p; -anéantissait anéantir ver 13.18 12.70 0.00 0.47 ind:imp:3s; -anéantissant anéantir ver 13.18 12.70 0.04 0.14 par:pre; -anéantissante anéantissant adj f s 0.01 0.14 0.01 0.07 -anéantissantes anéantissant adj f p 0.01 0.14 0.00 0.07 -anéantisse anéantir ver 13.18 12.70 0.36 0.07 sub:pre:1s;sub:pre:3s; -anéantissement anéantissement nom m s 0.63 3.38 0.62 3.24 -anéantissements anéantissement nom m p 0.63 3.38 0.01 0.14 -anéantissent anéantir ver 13.18 12.70 0.14 0.14 ind:pre:3p; -anéantissez anéantir ver 13.18 12.70 0.08 0.00 imp:pre:2p;ind:pre:2p; -anéantissons anéantir ver 13.18 12.70 0.02 0.00 imp:pre:1p;ind:pre:1p; -anéantit anéantir ver 13.18 12.70 0.52 0.68 ind:pre:3s;ind:pas:3s; -anuité anuiter ver m s 0.00 0.20 0.00 0.14 par:pas; -anuitées anuiter ver f p 0.00 0.20 0.00 0.07 par:pas; -anémiais anémier ver 0.04 0.14 0.00 0.07 ind:imp:1s; -anémiante anémiant adj f s 0.00 0.07 0.00 0.07 -anémie anémie nom f s 1.31 0.41 1.31 0.41 -anémique anémique adj s 0.75 1.15 0.52 0.81 -anémiques anémique adj p 0.75 1.15 0.23 0.34 -anémié anémier ver m s 0.04 0.14 0.01 0.00 par:pas; -anémiée anémié adj f s 0.02 0.14 0.01 0.00 -anémiés anémié adj m p 0.02 0.14 0.01 0.07 -anémomètre anémomètre nom m s 0.02 0.14 0.02 0.14 -anémométrique anémométrique adj s 0.00 0.07 0.00 0.07 -anémone anémone nom f s 0.17 3.45 0.05 0.68 -anémones anémone nom f p 0.17 3.45 0.12 2.77 -anus anus nom m 1.63 1.82 1.63 1.82 -anuscopie anuscopie nom f s 0.01 0.00 0.01 0.00 -anévrisme anévrisme nom m s 1.33 0.07 1.28 0.07 -anévrismes anévrisme nom m p 1.33 0.07 0.05 0.00 -anxieuse anxieux adj f s 3.76 10.47 0.91 3.58 -anxieusement anxieusement adv 0.17 2.36 0.17 2.36 -anxieuses anxieux adj f p 3.76 10.47 0.02 0.54 -anxieux anxieux adj m 3.76 10.47 2.83 6.35 -anxiolytique anxiolytique nom m s 0.28 0.00 0.21 0.00 -anxiolytiques anxiolytique nom m p 0.28 0.00 0.07 0.00 -anxiété anxiété nom f s 3.06 10.27 2.92 9.86 -anxiétés anxiété nom f p 3.06 10.27 0.14 0.41 -anya anya nom m s 0.26 0.00 0.26 0.00 -août août nom m 12.65 49.66 12.65 49.66 -aoûtat aoûtat nom m s 0.08 0.00 0.08 0.00 -aoûtien aoûtien nom m s 0.00 0.07 0.00 0.07 -aoriste aoriste nom m s 0.00 0.07 0.00 0.07 -aorte aorte nom f s 1.16 0.20 1.16 0.20 -aortique aortique adj s 0.21 0.07 0.15 0.07 -aortiques aortique adj p 0.21 0.07 0.06 0.00 -aouls aoul nom m p 0.00 0.07 0.00 0.07 -apôtre apôtre nom m s 2.89 6.28 1.36 2.03 -apôtres apôtre nom m p 2.89 6.28 1.53 4.26 -apache apache adj s 0.60 0.20 0.40 0.20 -apaches apache adj p 0.60 0.20 0.20 0.00 -apaisa apaiser ver 8.52 35.00 0.12 3.04 ind:pas:3s; -apaisai apaiser ver 8.52 35.00 0.00 0.07 ind:pas:1s; -apaisaient apaiser ver 8.52 35.00 0.00 0.54 ind:imp:3p; -apaisais apaiser ver 8.52 35.00 0.02 0.07 ind:imp:1s;ind:imp:2s; -apaisait apaiser ver 8.52 35.00 0.04 3.18 ind:imp:3s; -apaisant apaisant adj m s 1.28 6.62 0.70 2.30 -apaisante apaisant adj f s 1.28 6.62 0.48 2.43 -apaisantes apaisant adj f p 1.28 6.62 0.06 0.95 -apaisants apaisant adj m p 1.28 6.62 0.04 0.95 -apaise apaiser ver 8.52 35.00 2.01 4.66 imp:pre:2s;ind:pre:1s;ind:pre:3s; -apaisement apaisement nom m s 0.47 7.23 0.46 6.69 -apaisements apaisement nom m p 0.47 7.23 0.01 0.54 -apaisent apaiser ver 8.52 35.00 0.11 0.88 ind:pre:3p; -apaiser apaiser ver 8.52 35.00 3.49 8.85 inf; -apaisera apaiser ver 8.52 35.00 0.60 0.20 ind:fut:3s; -apaiseraient apaiser ver 8.52 35.00 0.01 0.14 cnd:pre:3p; -apaiserais apaiser ver 8.52 35.00 0.01 0.07 cnd:pre:1s; -apaiserait apaiser ver 8.52 35.00 0.09 0.54 cnd:pre:3s; -apaisez apaiser ver 8.52 35.00 0.19 0.07 imp:pre:2p; -apaisiez apaiser ver 8.52 35.00 0.01 0.00 ind:imp:2p; -apaisons apaiser ver 8.52 35.00 0.00 0.07 imp:pre:1p; -apaisât apaiser ver 8.52 35.00 0.00 0.27 sub:imp:3s; -apaisèrent apaiser ver 8.52 35.00 0.00 0.68 ind:pas:3p; -apaisé apaiser ver m s 8.52 35.00 1.08 4.66 par:pas; -apaisée apaiser ver f s 8.52 35.00 0.47 4.05 par:pas; -apaisées apaiser ver f p 8.52 35.00 0.04 0.74 par:pas; -apaisés apaiser ver m p 8.52 35.00 0.17 1.15 par:pas; -apanage apanage nom m s 0.27 1.22 0.27 1.15 -apanages apanage nom m p 0.27 1.22 0.00 0.07 -apartheid apartheid nom m s 0.53 0.07 0.53 0.07 -aparté aparté nom m s 0.24 1.69 0.20 1.15 -apartés aparté nom m p 0.24 1.69 0.04 0.54 -apathie apathie nom f s 0.91 1.49 0.91 1.49 -apathique apathique adj s 0.52 0.54 0.46 0.41 -apathiques apathique adj m p 0.52 0.54 0.06 0.14 -apatride apatride adj m s 0.32 0.54 0.30 0.27 -apatrides apatride adj m p 0.32 0.54 0.02 0.27 -apax apax nom m 0.00 0.07 0.00 0.07 -ape ape nom m s 0.23 0.14 0.23 0.07 -aperceptions aperception nom f p 0.00 0.14 0.00 0.14 -apercevaient apercevoir ver 34.56 233.11 0.00 2.30 ind:imp:3p; -apercevais apercevoir ver 34.56 233.11 0.15 6.55 ind:imp:1s;ind:imp:2s; -apercevait apercevoir ver 34.56 233.11 0.79 25.68 ind:imp:3s; -apercevant apercevoir ver 34.56 233.11 0.08 8.45 par:pre; -apercevez apercevoir ver 34.56 233.11 0.49 0.41 ind:pre:2p; -aperceviez apercevoir ver 34.56 233.11 0.14 0.00 ind:imp:2p; -apercevions apercevoir ver 34.56 233.11 0.03 1.08 ind:imp:1p;sub:pre:1p; -apercevoir apercevoir ver 34.56 233.11 6.16 35.20 inf; -apercevons apercevoir ver 34.56 233.11 0.06 0.95 ind:pre:1p; -apercevra apercevoir ver 34.56 233.11 1.27 1.42 ind:fut:3s; -apercevrai apercevoir ver 34.56 233.11 0.03 0.20 ind:fut:1s; -apercevraient apercevoir ver 34.56 233.11 0.00 0.07 cnd:pre:3p; -apercevrais apercevoir ver 34.56 233.11 0.08 0.34 cnd:pre:1s;cnd:pre:2s; -apercevrait apercevoir ver 34.56 233.11 0.37 1.22 cnd:pre:3s; -apercevras apercevoir ver 34.56 233.11 0.35 0.27 ind:fut:2s; -apercevrez apercevoir ver 34.56 233.11 0.23 0.68 ind:fut:2p; -apercevrons apercevoir ver 34.56 233.11 0.02 0.14 ind:fut:1p; -apercevront apercevoir ver 34.56 233.11 0.61 0.47 ind:fut:3p; -aperçûmes apercevoir ver 34.56 233.11 0.12 0.81 ind:pas:1p; -aperçût apercevoir ver 34.56 233.11 0.00 1.62 sub:imp:3s; -aperçois apercevoir ver 34.56 233.11 3.82 14.86 imp:pre:2s;ind:pre:1s;ind:pre:2s; -aperçoit apercevoir ver 34.56 233.11 3.15 21.82 ind:pre:3s; -aperçoive apercevoir ver 34.56 233.11 2.42 4.05 sub:pre:1s;sub:pre:3s; -aperçoivent apercevoir ver 34.56 233.11 0.43 1.62 ind:pre:3p; -aperçoives apercevoir ver 34.56 233.11 0.34 0.14 sub:pre:2s; -aperçu apercevoir ver m s 34.56 233.11 8.28 27.23 par:pas; -aperçue apercevoir ver f s 34.56 233.11 2.77 8.58 par:pas; -aperçues apercevoir ver f p 34.56 233.11 0.04 0.88 par:pas; -aperçurent apercevoir ver 34.56 233.11 0.25 3.85 ind:pas:3p; -aperçus apercevoir ver m p 34.56 233.11 1.34 16.69 ind:pas:1s;par:pas; -aperçussent apercevoir ver 34.56 233.11 0.00 0.07 sub:imp:3p; -aperçut apercevoir ver 34.56 233.11 0.76 45.47 ind:pas:3s; -apes ape nom m p 0.23 0.14 0.00 0.07 -apesanteur apesanteur nom f s 0.93 0.81 0.93 0.81 -apeura apeurer ver 0.36 1.76 0.00 0.07 ind:pas:3s; -apeuraient apeurer ver 0.36 1.76 0.00 0.07 ind:imp:3p; -apeurait apeurer ver 0.36 1.76 0.00 0.14 ind:imp:3s; -apeure apeurer ver 0.36 1.76 0.01 0.07 ind:pre:3s; -apeurer apeurer ver 0.36 1.76 0.01 0.20 inf; -apeuré apeuré adj m s 1.31 5.68 0.69 2.36 -apeurée apeuré adj f s 1.31 5.68 0.47 1.22 -apeurées apeuré adj f p 1.31 5.68 0.01 0.34 -apeurés apeuré adj m p 1.31 5.68 0.14 1.76 -apex apex nom m 0.33 0.07 0.33 0.07 -aphaniptères aphaniptère nom m p 0.00 0.07 0.00 0.07 -aphasie aphasie nom f s 0.20 0.27 0.20 0.27 -aphasique aphasique adj s 0.03 0.47 0.02 0.27 -aphasiques aphasique adj m p 0.03 0.47 0.01 0.20 -aphone aphone adj s 0.27 1.01 0.25 0.74 -aphones aphone adj m p 0.27 1.01 0.02 0.27 -aphonie aphonie nom f s 0.00 0.14 0.00 0.14 -aphorisme aphorisme nom m s 0.04 0.88 0.02 0.14 -aphorismes aphorisme nom m p 0.04 0.88 0.02 0.74 -aphrodisiaque aphrodisiaque nom m s 1.27 0.27 1.09 0.14 -aphrodisiaques aphrodisiaque nom m p 1.27 0.27 0.17 0.14 -aphrodisie aphrodisie nom f s 0.00 0.14 0.00 0.14 -aphrodite aphrodite nom f s 0.01 0.00 0.01 0.00 -aphtes aphte nom m p 0.05 0.00 0.05 0.00 -aphteuse aphteux adj f s 0.17 0.34 0.16 0.34 -aphteux aphteux adj m 0.17 0.34 0.01 0.00 -aphérèse aphérèse nom f s 0.00 0.07 0.00 0.07 -api api nom m s 0.16 0.20 0.16 0.20 -apiculteur apiculteur nom m s 0.10 0.07 0.04 0.07 -apiculteurs apiculteur nom m p 0.10 0.07 0.02 0.00 -apicultrice apiculteur nom f s 0.10 0.07 0.04 0.00 -apiculture apiculture nom f s 0.04 0.00 0.04 0.00 -apion apion nom m s 0.00 0.07 0.00 0.07 -apis apis nom m 0.01 0.00 0.01 0.00 -apitoie apitoyer ver 2.52 6.22 0.69 0.34 imp:pre:2s;ind:pre:1s;ind:pre:3s; -apitoiement apitoiement nom m s 0.29 0.61 0.29 0.61 -apitoient apitoyer ver 2.52 6.22 0.01 0.20 ind:pre:3p; -apitoierai apitoyer ver 2.52 6.22 0.03 0.00 ind:fut:1s; -apitoierait apitoyer ver 2.52 6.22 0.00 0.07 cnd:pre:3s; -apitoies apitoyer ver 2.52 6.22 0.14 0.00 ind:pre:2s; -apitoya apitoyer ver 2.52 6.22 0.00 0.61 ind:pas:3s; -apitoyaient apitoyer ver 2.52 6.22 0.00 0.14 ind:imp:3p; -apitoyait apitoyer ver 2.52 6.22 0.01 0.47 ind:imp:3s; -apitoyant apitoyer ver 2.52 6.22 0.07 0.27 par:pre; -apitoyer apitoyer ver 2.52 6.22 1.32 1.62 inf; -apitoyez apitoyer ver 2.52 6.22 0.08 0.00 imp:pre:2p;ind:pre:2p; -apitoyons apitoyer ver 2.52 6.22 0.01 0.14 imp:pre:1p;ind:pre:1p; -apitoyèrent apitoyer ver 2.52 6.22 0.00 0.07 ind:pas:3p; -apitoyé apitoyer ver m s 2.52 6.22 0.04 1.15 par:pas; -apitoyée apitoyer ver f s 2.52 6.22 0.01 0.61 par:pas; -apitoyées apitoyer ver f p 2.52 6.22 0.00 0.14 par:pas; -apitoyés apitoyer ver m p 2.52 6.22 0.10 0.41 par:pas; -apivore apivore adj s 0.00 0.07 0.00 0.07 -aplani aplanir ver m s 0.61 2.57 0.05 0.61 par:pas; -aplanie aplanir ver f s 0.61 2.57 0.01 0.20 par:pas; -aplanies aplanir ver f p 0.61 2.57 0.00 0.14 par:pas; -aplanir aplanir ver 0.61 2.57 0.35 0.41 inf; -aplanira aplanir ver 0.61 2.57 0.00 0.07 ind:fut:3s; -aplaniront aplanir ver 0.61 2.57 0.00 0.14 ind:fut:3p; -aplanis aplanir ver 0.61 2.57 0.01 0.07 imp:pre:2s;ind:pre:1s; -aplanissaient aplanir ver 0.61 2.57 0.00 0.20 ind:imp:3p; -aplanissait aplanir ver 0.61 2.57 0.01 0.47 ind:imp:3s; -aplanissant aplanir ver 0.61 2.57 0.01 0.14 par:pre; -aplanissement aplanissement nom m s 0.01 0.34 0.01 0.34 -aplanissez aplanir ver 0.61 2.57 0.14 0.00 imp:pre:2p; -aplanissons aplanir ver 0.61 2.57 0.00 0.07 imp:pre:1p; -aplanit aplanir ver 0.61 2.57 0.01 0.07 ind:pre:3s; -aplasie aplasie nom f s 0.01 0.00 0.01 0.00 -aplat aplat nom m s 0.01 0.27 0.00 0.07 -aplati aplatir ver m s 1.91 14.53 0.32 2.77 par:pas; -aplatie aplatir ver f s 1.91 14.53 0.21 1.28 par:pas; -aplaties aplatir ver f p 1.91 14.53 0.02 0.47 par:pas; -aplatir aplatir ver 1.91 14.53 0.67 2.30 inf; -aplatirais aplatir ver 1.91 14.53 0.02 0.00 cnd:pre:1s; -aplatirait aplatir ver 1.91 14.53 0.02 0.07 cnd:pre:3s; -aplatirent aplatir ver 1.91 14.53 0.00 0.20 ind:pas:3p; -aplatirez aplatir ver 1.91 14.53 0.00 0.07 ind:fut:2p; -aplatis aplatir ver m p 1.91 14.53 0.34 1.69 imp:pre:2s;ind:pre:1s;ind:pre:2s;par:pas; -aplatissaient aplatir ver 1.91 14.53 0.01 0.20 ind:imp:3p; -aplatissais aplatir ver 1.91 14.53 0.00 0.14 ind:imp:1s; -aplatissait aplatir ver 1.91 14.53 0.00 0.81 ind:imp:3s; -aplatissant aplatir ver 1.91 14.53 0.00 0.95 par:pre; -aplatisse aplatir ver 1.91 14.53 0.03 0.14 sub:pre:1s;sub:pre:3s; -aplatissement aplatissement nom m s 0.03 0.54 0.03 0.41 -aplatissements aplatissement nom m p 0.03 0.54 0.00 0.14 -aplatissent aplatir ver 1.91 14.53 0.02 0.54 ind:pre:3p; -aplatissez aplatir ver 1.91 14.53 0.06 0.07 imp:pre:2p;ind:pre:2p; -aplatit aplatir ver 1.91 14.53 0.19 2.84 ind:pre:3s;ind:pas:3s; -aplats aplat nom m p 0.01 0.27 0.01 0.20 -aplomb aplomb nom m s 1.61 9.05 1.61 8.99 -aplombs aplomb nom m p 1.61 9.05 0.00 0.07 -apnée apnée nom f s 0.60 0.27 0.60 0.27 -apocalypse apocalypse nom f s 4.87 6.35 4.85 6.01 -apocalypses apocalypse nom f p 4.87 6.35 0.03 0.34 -apocalyptique apocalyptique adj s 0.58 1.76 0.38 1.01 -apocalyptiques apocalyptique adj p 0.58 1.76 0.20 0.74 -apocope apocope nom f s 0.01 0.00 0.01 0.00 -apocryphe apocryphe adj s 0.01 0.27 0.01 0.14 -apocryphes apocryphe nom m p 0.04 0.14 0.03 0.00 -apodictique apodictique adj f s 0.00 0.07 0.00 0.07 -apogée apogée nom m s 1.40 1.76 1.40 1.76 -apâli apâlir ver m s 0.00 0.14 0.00 0.07 par:pas; -apâlis apâlir ver m p 0.00 0.14 0.00 0.07 par:pas; -apolitique apolitique adj m s 0.60 0.20 0.58 0.14 -apolitiques apolitique nom p 0.20 0.07 0.10 0.07 -apolitisme apolitisme nom m s 0.00 0.07 0.00 0.07 -apollon apollon nom m s 0.04 0.14 0.04 0.00 -apollons apollon nom m p 0.04 0.14 0.01 0.14 -apologie apologie nom f s 0.17 1.22 0.17 1.22 -apologiste apologiste nom s 0.02 0.20 0.01 0.14 -apologistes apologiste nom p 0.02 0.20 0.01 0.07 -apologue apologue nom m s 0.00 0.61 0.00 0.61 -apologétique apologétique nom s 0.00 0.47 0.00 0.47 -apologétiques apologétique adj m p 0.00 0.14 0.00 0.07 -aponévroses aponévrose nom f p 0.01 0.07 0.01 0.07 -aponévrotique aponévrotique adj f s 0.01 0.00 0.01 0.00 -apophtegmes apophtegme nom m p 0.00 0.20 0.00 0.20 -apoplectique apoplectique adj s 0.15 0.88 0.14 0.88 -apoplectiques apoplectique adj p 0.15 0.88 0.01 0.00 -apoplexie apoplexie nom f s 0.33 0.95 0.33 0.88 -apoplexies apoplexie nom f p 0.33 0.95 0.00 0.07 -apoptose apoptose nom f s 0.03 0.00 0.03 0.00 -apostasie apostasie nom f s 0.01 0.41 0.01 0.41 -apostasié apostasier ver m s 0.00 0.07 0.00 0.07 par:pas; -apostat apostat nom m s 0.46 0.27 0.25 0.20 -apostate apostat nom f s 0.46 0.27 0.00 0.07 -apostats apostat nom m p 0.46 0.27 0.21 0.00 -apostillée apostiller ver f s 0.00 0.07 0.00 0.07 par:pas; -apostolat apostolat nom m s 0.10 1.08 0.10 1.08 -apostolique apostolique adj s 0.72 1.96 0.72 1.89 -apostoliques apostolique adj f p 0.72 1.96 0.00 0.07 -apostropha apostropher ver 0.05 3.31 0.00 0.68 ind:pas:3s; -apostrophaient apostropher ver 0.05 3.31 0.00 0.20 ind:imp:3p; -apostrophait apostropher ver 0.05 3.31 0.00 0.61 ind:imp:3s; -apostrophant apostropher ver 0.05 3.31 0.00 0.34 par:pre; -apostrophe apostrophe nom f s 0.15 1.76 0.15 1.15 -apostrophent apostropher ver 0.05 3.31 0.00 0.14 ind:pre:3p; -apostropher apostropher ver 0.05 3.31 0.01 0.27 inf; -apostrophes apostrophe nom f p 0.15 1.76 0.00 0.61 -apostrophèrent apostropher ver 0.05 3.31 0.00 0.07 ind:pas:3p; -apostrophé apostropher ver m s 0.05 3.31 0.00 0.34 par:pas; -apostrophée apostropher ver f s 0.05 3.31 0.00 0.20 par:pas; -apostées aposter ver f p 0.00 0.07 0.00 0.07 par:pas; -apostume apostume nom m s 0.00 0.07 0.00 0.07 -apothicaire apothicaire nom m s 0.32 1.28 0.32 1.15 -apothicairerie apothicairerie nom f s 0.00 0.07 0.00 0.07 -apothicaires apothicaire nom m p 0.32 1.28 0.00 0.14 -apothéose apothéose nom f s 0.49 4.26 0.49 4.12 -apothéoses apothéose nom f p 0.49 4.26 0.00 0.14 -apparût apparaître ver 43.78 159.26 0.01 0.74 sub:imp:3s; -apparaît apparaître ver 43.78 159.26 11.14 27.91 ind:pre:3s; -apparaîtra apparaître ver 43.78 159.26 1.77 1.08 ind:fut:3s; -apparaîtrai apparaître ver 43.78 159.26 0.03 0.07 ind:fut:1s; -apparaîtraient apparaître ver 43.78 159.26 0.02 0.20 cnd:pre:3p; -apparaîtrais apparaître ver 43.78 159.26 0.02 0.07 cnd:pre:1s;cnd:pre:2s; -apparaîtrait apparaître ver 43.78 159.26 0.31 1.35 cnd:pre:3s; -apparaîtras apparaître ver 43.78 159.26 0.02 0.07 ind:fut:2s; -apparaître apparaître ver 43.78 159.26 6.30 24.46 inf; -apparaîtrez apparaître ver 43.78 159.26 0.03 0.07 ind:fut:2p; -apparaîtrions apparaître ver 43.78 159.26 0.01 0.07 cnd:pre:1p; -apparaîtrons apparaître ver 43.78 159.26 0.01 0.20 ind:fut:1p; -apparaîtront apparaître ver 43.78 159.26 0.41 0.61 ind:fut:3p; -apparais apparaître ver 43.78 159.26 0.90 0.41 imp:pre:2s;ind:pre:1s;ind:pre:2s; -apparaissaient apparaître ver 43.78 159.26 0.32 8.51 ind:imp:3p; -apparaissais apparaître ver 43.78 159.26 0.03 0.34 ind:imp:1s;ind:imp:2s; -apparaissait apparaître ver 43.78 159.26 1.06 27.09 ind:imp:3s; -apparaissant apparaître ver 43.78 159.26 0.27 2.43 par:pre; -apparaisse apparaître ver 43.78 159.26 0.93 2.03 sub:pre:1s;sub:pre:3s; -apparaissent apparaître ver 43.78 159.26 3.89 7.97 ind:pre:3p; -apparaissez apparaître ver 43.78 159.26 0.38 0.27 imp:pre:2p;ind:pre:2p; -apparaissiez apparaître ver 43.78 159.26 0.05 0.14 ind:imp:2p; -apparaissions apparaître ver 43.78 159.26 0.00 0.07 ind:imp:1p; -apparaissons apparaître ver 43.78 159.26 0.05 0.07 imp:pre:1p;ind:pre:1p; -apparat apparat nom m s 0.51 4.86 0.51 4.80 -apparatchik apparatchik nom m s 0.01 0.34 0.01 0.27 -apparatchiks apparatchik nom m p 0.01 0.34 0.00 0.07 -apparats apparat nom m p 0.51 4.86 0.00 0.07 -apparaux apparaux nom m p 0.00 0.20 0.00 0.20 -appareil_photo appareil_photo nom m s 0.32 0.27 0.32 0.27 -appareil appareil nom m s 51.53 44.66 44.20 35.88 -appareilla appareiller ver 1.24 2.97 0.00 0.34 ind:pas:3s; -appareillage appareillage nom m s 0.29 1.89 0.29 1.62 -appareillages appareillage nom m p 0.29 1.89 0.00 0.27 -appareillaient appareiller ver 1.24 2.97 0.00 0.07 ind:imp:3p; -appareillait appareiller ver 1.24 2.97 0.00 0.41 ind:imp:3s; -appareillant appareiller ver 1.24 2.97 0.00 0.14 par:pre; -appareille appareiller ver 1.24 2.97 0.22 0.27 ind:pre:1s;ind:pre:3s; -appareillent appareiller ver 1.24 2.97 0.01 0.07 ind:pre:3p; -appareiller appareiller ver 1.24 2.97 0.51 0.81 inf; -appareilleraient appareiller ver 1.24 2.97 0.00 0.07 cnd:pre:3p; -appareillez appareiller ver 1.24 2.97 0.06 0.00 imp:pre:2p; -appareillions appareiller ver 1.24 2.97 0.00 0.07 ind:imp:1p; -appareillons appareiller ver 1.24 2.97 0.40 0.14 imp:pre:1p;ind:pre:1p; -appareillé appareiller ver m s 1.24 2.97 0.04 0.41 par:pas; -appareillés appareiller ver m p 1.24 2.97 0.01 0.20 par:pas; -appareils appareil nom m p 51.53 44.66 7.34 8.78 -apparemment apparemment adv 43.08 29.53 43.08 29.53 -apparence apparence nom f s 17.64 48.51 11.85 34.32 -apparences apparence nom f p 17.64 48.51 5.79 14.19 -apparent apparent adj m s 2.88 19.32 1.08 4.86 -apparentaient apparenter ver 0.77 4.86 0.01 0.54 ind:imp:3p; -apparentait apparenter ver 0.77 4.86 0.02 0.74 ind:imp:3s; -apparentant apparenter ver 0.77 4.86 0.01 0.27 par:pre; -apparente apparent adj f s 2.88 19.32 1.35 10.34 -apparentement apparentement nom m s 0.03 0.07 0.03 0.07 -apparentent apparenter ver 0.77 4.86 0.03 0.41 ind:pre:3p; -apparenter apparenter ver 0.77 4.86 0.03 0.34 inf; -apparentes apparent adj f p 2.88 19.32 0.18 2.30 -apparents apparent adj m p 2.88 19.32 0.27 1.82 -apparenté apparenter ver m s 0.77 4.86 0.27 0.74 par:pas; -apparentée apparenter ver f s 0.77 4.86 0.05 0.47 par:pas; -apparentés apparenter ver m p 0.77 4.86 0.13 0.14 par:pas; -appariait apparier ver 0.19 0.81 0.00 0.14 ind:imp:3s; -appariant apparier ver 0.19 0.81 0.00 0.14 par:pre; -apparie apparier ver 0.19 0.81 0.00 0.07 ind:pre:3s; -apparier apparier ver 0.19 0.81 0.00 0.07 inf; -appariteur appariteur nom m s 0.28 0.61 0.28 0.34 -appariteurs appariteur nom m p 0.28 0.61 0.00 0.27 -apparition apparition nom f s 8.02 32.64 6.93 28.65 -apparitions apparition nom f p 8.02 32.64 1.08 3.99 -apparié apparier ver m s 0.19 0.81 0.01 0.07 par:pas; -appariée apparier ver f s 0.19 0.81 0.00 0.07 par:pas; -appariées apparier ver f p 0.19 0.81 0.00 0.14 par:pas; -appariés apparier ver m p 0.19 0.81 0.18 0.14 par:pas; -appart appart nom m s 18.07 2.03 17.48 1.96 -appartînt appartenir ver 80.57 92.36 0.00 0.74 sub:imp:3s; -appartement_roi appartement_roi nom m s 0.00 0.07 0.00 0.07 -appartement appartement nom m s 76.33 99.26 69.77 86.01 -appartements appartement nom m p 76.33 99.26 6.56 13.24 -appartenaient appartenir ver 80.57 92.36 2.26 9.05 ind:imp:3p; -appartenais appartenir ver 80.57 92.36 0.86 1.96 ind:imp:1s;ind:imp:2s; -appartenait appartenir ver 80.57 92.36 8.89 24.19 ind:imp:3s; -appartenance appartenance nom f s 1.83 3.45 1.82 3.24 -appartenances appartenance nom f p 1.83 3.45 0.01 0.20 -appartenant appartenir ver 80.57 92.36 2.90 5.47 par:pre; -appartenez appartenir ver 80.57 92.36 0.89 0.74 imp:pre:2p;ind:pre:2p; -apparteniez appartenir ver 80.57 92.36 0.19 0.14 ind:imp:2p; -appartenions appartenir ver 80.57 92.36 0.04 0.68 ind:imp:1p; -appartenir appartenir ver 80.57 92.36 3.74 9.12 inf; -appartenons appartenir ver 80.57 92.36 0.71 0.81 imp:pre:1p;ind:pre:1p; -appartenu appartenir ver m s 80.57 92.36 2.23 4.66 par:pas; -appartenues appartenir ver f p 80.57 92.36 0.01 0.00 par:pas; -appartiendra appartenir ver 80.57 92.36 1.23 1.01 ind:fut:3s; -appartiendrai appartenir ver 80.57 92.36 0.02 0.14 ind:fut:1s; -appartiendraient appartenir ver 80.57 92.36 0.22 0.47 cnd:pre:3p; -appartiendrais appartenir ver 80.57 92.36 0.00 0.14 cnd:pre:1s;cnd:pre:2s; -appartiendrait appartenir ver 80.57 92.36 0.36 1.42 cnd:pre:3s; -appartiendras appartenir ver 80.57 92.36 0.12 0.00 ind:fut:2s; -appartiendrons appartenir ver 80.57 92.36 0.01 0.00 ind:fut:1p; -appartiendront appartenir ver 80.57 92.36 0.07 0.07 ind:fut:3p; -appartienne appartenir ver 80.57 92.36 0.63 0.74 sub:pre:1s;sub:pre:3s; -appartiennent appartenir ver 80.57 92.36 6.86 6.76 ind:pre:3p; -appartiens appartenir ver 80.57 92.36 7.37 2.84 imp:pre:2s;ind:pre:1s;ind:pre:2s; -appartient appartenir ver 80.57 92.36 40.94 20.27 ind:pre:3s; -appartins appartenir ver 80.57 92.36 0.00 0.07 ind:pas:1s; -appartinssent appartenir ver 80.57 92.36 0.00 0.14 sub:imp:3p; -appartint appartenir ver 80.57 92.36 0.00 0.74 ind:pas:3s; -apparts appart nom m p 18.07 2.03 0.59 0.07 -apparu apparaître ver m s 43.78 159.26 6.43 9.12 par:pas; -apparue apparaître ver f s 43.78 159.26 4.21 6.55 par:pas; -apparues apparaître ver f p 43.78 159.26 0.81 1.15 par:pas; -apparurent apparaître ver 43.78 159.26 0.52 5.95 ind:pas:3p; -apparus apparaître ver m p 43.78 159.26 1.74 2.09 ind:pas:1s;par:pas; -apparussent apparaître ver 43.78 159.26 0.00 0.14 sub:imp:3p; -apparut apparaître ver 43.78 159.26 2.10 28.04 ind:pas:3s; -appas appas nom m p 0.40 0.95 0.40 0.95 -appauvri appauvrir ver m s 0.56 1.89 0.20 0.41 par:pas; -appauvrie appauvrir ver f s 0.56 1.89 0.12 0.41 par:pas; -appauvries appauvrir ver f p 0.56 1.89 0.03 0.07 par:pas; -appauvrir appauvrir ver 0.56 1.89 0.14 0.27 inf; -appauvris appauvrir ver m p 0.56 1.89 0.03 0.20 par:pas; -appauvrissaient appauvrir ver 0.56 1.89 0.00 0.14 ind:imp:3p; -appauvrissait appauvrir ver 0.56 1.89 0.00 0.07 ind:imp:3s; -appauvrissant appauvrissant adj m s 0.00 0.20 0.00 0.14 -appauvrissante appauvrissant adj f s 0.00 0.20 0.00 0.07 -appauvrissement appauvrissement nom m s 0.00 0.74 0.00 0.74 -appauvrissez appauvrir ver 0.56 1.89 0.02 0.07 imp:pre:2p;ind:pre:2p; -appauvrissions appauvrir ver 0.56 1.89 0.00 0.07 ind:imp:1p; -appauvrissons appauvrir ver 0.56 1.89 0.00 0.07 imp:pre:1p; -appauvrit appauvrir ver 0.56 1.89 0.03 0.14 ind:pre:3s;ind:pas:3s; -appeau appeau nom m s 0.08 0.41 0.06 0.27 -appeaux appeau nom m p 0.08 0.41 0.02 0.14 -appel appel nom m s 100.18 73.45 80.88 56.69 -appela appeler ver 1165.45 465.34 1.67 24.26 ind:pas:3s; -appelai appeler ver 1165.45 465.34 0.14 3.92 ind:pas:1s; -appelaient appeler ver 1165.45 465.34 4.61 14.93 ind:imp:3p; -appelais appeler ver 1165.45 465.34 8.02 6.62 ind:imp:1s;ind:imp:2s; -appelait appeler ver 1165.45 465.34 47.44 104.59 ind:imp:3s; -appelant appeler ver 1165.45 465.34 2.40 7.16 par:pre; -appelants appelant nom m p 0.42 0.54 0.10 0.07 -appeler appeler ver 1165.45 465.34 192.66 63.92 ind:imp:3s;inf; -appeleur appeleur nom m s 0.00 0.07 0.00 0.07 -appelez appeler ver 1165.45 465.34 95.78 11.42 imp:pre:2p;ind:pre:2p; -appeliez appeler ver 1165.45 465.34 2.53 0.81 ind:imp:2p;sub:pre:2p; -appelions appeler ver 1165.45 465.34 0.70 3.38 ind:imp:1p; -appellation appellation nom f s 0.36 3.31 0.28 2.43 -appellations appellation nom f p 0.36 3.31 0.08 0.88 -appelle appeler ver 1165.45 465.34 485.77 132.36 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:1s;sub:pre:3s; -appellent appeler ver 1165.45 465.34 23.89 16.01 ind:pre:3p; -appellera appeler ver 1165.45 465.34 9.29 2.50 ind:fut:3s; -appellerai appeler ver 1165.45 465.34 20.71 3.58 ind:fut:1s; -appelleraient appeler ver 1165.45 465.34 0.38 0.34 cnd:pre:3p; -appellerais appeler ver 1165.45 465.34 4.08 0.61 cnd:pre:1s;cnd:pre:2s; -appellerait appeler ver 1165.45 465.34 2.66 3.85 cnd:pre:3s; -appelleras appeler ver 1165.45 465.34 2.66 0.81 ind:fut:2s; -appellerez appeler ver 1165.45 465.34 1.30 0.20 ind:fut:2p; -appelleriez appeler ver 1165.45 465.34 0.77 0.20 cnd:pre:2p; -appellerions appeler ver 1165.45 465.34 0.10 0.14 cnd:pre:1p; -appellerons appeler ver 1165.45 465.34 0.88 0.54 ind:fut:1p; -appelleront appeler ver 1165.45 465.34 1.59 0.47 ind:fut:3p; -appelles appeler ver 1165.45 465.34 67.07 8.72 ind:pre:2s;sub:pre:2s; -appelons appeler ver 1165.45 465.34 8.38 5.68 imp:pre:1p;ind:pre:1p; -appelât appeler ver 1165.45 465.34 0.01 1.28 sub:imp:3s; -appels appel nom m p 100.18 73.45 19.30 16.76 -appelèrent appeler ver 1165.45 465.34 0.17 1.49 ind:pas:3p; -appelé appeler ver m s 1165.45 465.34 144.29 30.61 par:pas; -appelée appeler ver f s 1165.45 465.34 27.50 9.12 par:pas; -appelées appeler ver f p 1165.45 465.34 0.95 2.03 par:pas; -appelés appeler ver m p 1165.45 465.34 7.04 3.78 par:pas; -appendait appendre ver 0.04 0.41 0.00 0.07 ind:imp:3s; -appendice appendice nom m s 1.59 1.96 1.50 1.35 -appendicectomie appendicectomie nom f s 0.25 0.00 0.25 0.00 -appendices appendice nom m p 1.59 1.96 0.09 0.61 -appendicite appendicite nom f s 1.75 1.08 1.75 1.08 -appendrait appendre ver 0.04 0.41 0.00 0.07 cnd:pre:3s; -appendre appendre ver 0.04 0.41 0.03 0.07 inf; -appends appendre ver 0.04 0.41 0.01 0.00 imp:pre:2s; -appendu appendre ver m s 0.04 0.41 0.00 0.07 par:pas; -appendues appendre ver f p 0.04 0.41 0.00 0.07 par:pas; -appendus appendre ver m p 0.04 0.41 0.00 0.07 par:pas; -appentis appentis nom m 0.08 2.64 0.08 2.64 -appert appert ver 0.00 0.14 0.00 0.14 inf; -appesanti appesantir ver m s 0.02 3.04 0.00 0.27 par:pas; -appesantie appesantir ver f s 0.02 3.04 0.00 0.41 par:pas; -appesanties appesantir ver f p 0.02 3.04 0.00 0.14 par:pas; -appesantir appesantir ver 0.02 3.04 0.01 0.61 inf; -appesantis appesantir ver m p 0.02 3.04 0.00 0.20 ind:pre:1s;par:pas; -appesantissais appesantir ver 0.02 3.04 0.01 0.07 ind:imp:1s; -appesantissait appesantir ver 0.02 3.04 0.00 0.61 ind:imp:3s; -appesantissant appesantir ver 0.02 3.04 0.00 0.07 par:pre; -appesantissement appesantissement nom m s 0.00 0.07 0.00 0.07 -appesantit appesantir ver 0.02 3.04 0.00 0.68 ind:pre:3s;ind:pas:3s; -applaudîmes applaudir ver 15.82 17.97 0.00 0.07 ind:pas:1p; -applaudît applaudir ver 15.82 17.97 0.00 0.07 sub:imp:3s; -applaudi applaudir ver m s 15.82 17.97 1.56 2.03 par:pas; -applaudie applaudir ver f s 15.82 17.97 0.15 0.27 par:pas; -applaudies applaudir ver f p 15.82 17.97 0.01 0.20 par:pas; -applaudimètre applaudimètre nom m s 0.02 0.00 0.02 0.00 -applaudir applaudir ver 15.82 17.97 3.16 4.46 inf; -applaudira applaudir ver 15.82 17.97 0.07 0.07 ind:fut:3s; -applaudirai applaudir ver 15.82 17.97 0.25 0.00 ind:fut:1s; -applaudiraient applaudir ver 15.82 17.97 0.02 0.14 cnd:pre:3p; -applaudirais applaudir ver 15.82 17.97 0.17 0.07 cnd:pre:1s; -applaudirait applaudir ver 15.82 17.97 0.03 0.07 cnd:pre:3s; -applaudirent applaudir ver 15.82 17.97 0.00 0.61 ind:pas:3p; -applaudirez applaudir ver 15.82 17.97 0.02 0.07 ind:fut:2p; -applaudirons applaudir ver 15.82 17.97 0.02 0.00 ind:fut:1p; -applaudis applaudir ver m p 15.82 17.97 0.60 1.15 imp:pre:2s;ind:pre:1s;ind:pre:2s;par:pas; -applaudissaient applaudir ver 15.82 17.97 0.27 1.15 ind:imp:3p; -applaudissais applaudir ver 15.82 17.97 0.22 0.14 ind:imp:1s;ind:imp:2s; -applaudissait applaudir ver 15.82 17.97 0.49 2.16 ind:imp:3s; -applaudissant applaudir ver 15.82 17.97 0.20 0.14 par:pre; -applaudisse applaudir ver 15.82 17.97 0.10 0.00 sub:pre:1s;sub:pre:3s; -applaudissement applaudissement nom m s 7.04 9.26 0.50 0.34 -applaudissements applaudissement nom m p 7.04 9.26 6.54 8.92 -applaudissent applaudir ver 15.82 17.97 0.47 0.95 ind:pre:3p;sub:imp:3p; -applaudisseur applaudisseur nom m s 0.01 0.00 0.01 0.00 -applaudissez applaudir ver 15.82 17.97 2.75 0.07 imp:pre:2p;ind:pre:2p; -applaudissiez applaudir ver 15.82 17.97 0.02 0.00 ind:imp:2p; -applaudissions applaudir ver 15.82 17.97 0.00 0.07 ind:imp:1p; -applaudissons applaudir ver 15.82 17.97 0.89 0.07 imp:pre:1p;ind:pre:1p; -applaudit applaudir ver 15.82 17.97 4.37 3.99 ind:pre:3s;ind:pas:3s; -applicabilité applicabilité nom f s 0.02 0.00 0.02 0.00 -applicable applicable adj s 0.30 1.01 0.14 0.61 -applicables applicable adj p 0.30 1.01 0.16 0.41 -applicateur applicateur nom m s 0.28 0.00 0.28 0.00 -application application nom f s 2.81 15.88 2.10 15.34 -applications application nom f p 2.81 15.88 0.70 0.54 -appliqua appliquer ver 17.89 47.84 0.01 3.11 ind:pas:3s; -appliquai appliquer ver 17.89 47.84 0.01 1.01 ind:pas:1s; -appliquaient appliquer ver 17.89 47.84 0.04 1.22 ind:imp:3p; -appliquais appliquer ver 17.89 47.84 0.46 1.35 ind:imp:1s;ind:imp:2s; -appliquait appliquer ver 17.89 47.84 0.14 7.09 ind:imp:3s; -appliquant appliquer ver 17.89 47.84 0.16 4.26 par:pre; -appliquasse appliquer ver 17.89 47.84 0.00 0.07 sub:imp:1s; -appliquassions appliquer ver 17.89 47.84 0.00 0.07 sub:imp:1p; -applique appliquer ver 17.89 47.84 5.85 6.01 imp:pre:2s;ind:pre:1s;ind:pre:3s; -appliquent appliquer ver 17.89 47.84 1.23 1.62 ind:pre:3p; -appliquer appliquer ver 17.89 47.84 4.77 10.61 inf; -appliquera appliquer ver 17.89 47.84 0.09 0.34 ind:fut:3s; -appliquerai appliquer ver 17.89 47.84 0.23 0.14 ind:fut:1s; -appliquerais appliquer ver 17.89 47.84 0.15 0.07 cnd:pre:1s;cnd:pre:2s; -appliquerait appliquer ver 17.89 47.84 0.04 0.27 cnd:pre:3s; -appliqueras appliquer ver 17.89 47.84 0.00 0.07 ind:fut:2s; -appliquerez appliquer ver 17.89 47.84 0.12 0.00 ind:fut:2p; -appliquerons appliquer ver 17.89 47.84 0.02 0.07 ind:fut:1p; -appliques appliquer ver 17.89 47.84 0.50 0.14 ind:pre:2s; -appliquez appliquer ver 17.89 47.84 0.86 0.00 imp:pre:2p;ind:pre:2p; -appliquions appliquer ver 17.89 47.84 0.00 0.07 ind:imp:1p; -appliquons appliquer ver 17.89 47.84 0.14 0.07 imp:pre:1p;ind:pre:1p; -appliquât appliquer ver 17.89 47.84 0.00 0.41 sub:imp:3s; -appliquèrent appliquer ver 17.89 47.84 0.00 0.54 ind:pas:3p; -appliqué appliquer ver m s 17.89 47.84 1.85 5.07 par:pas; -appliquée appliquer ver f s 17.89 47.84 0.91 2.43 par:pas; -appliquées appliquer ver f p 17.89 47.84 0.26 1.08 par:pas; -appliqués appliqué adj m p 0.59 6.01 0.08 0.74 -appoggiature appoggiature nom f s 0.01 0.07 0.01 0.00 -appoggiatures appoggiature nom f p 0.01 0.07 0.00 0.07 -appoint appoint nom m s 0.35 1.76 0.35 1.76 -appointaient appointer ver 0.02 0.74 0.00 0.07 ind:imp:3p; -appointait appointer ver 0.02 0.74 0.00 0.07 ind:imp:3s; -appointe appointer ver 0.02 0.74 0.00 0.14 ind:pre:3s; -appointements appointement nom m p 0.03 0.74 0.03 0.74 -appointer appointer ver 0.02 0.74 0.00 0.07 inf; -appointé appointé adj m s 0.02 0.34 0.02 0.07 -appointée appointer ver f s 0.02 0.74 0.00 0.27 par:pas; -appointés appointer ver m p 0.02 0.74 0.01 0.00 par:pas; -appontage appontage nom m s 0.20 0.00 0.20 0.00 -appontement appontement nom m s 0.05 0.47 0.05 0.47 -apponter apponter ver 0.09 0.00 0.09 0.00 inf; -apport apport nom m s 1.80 1.82 1.63 1.35 -apporta apporter ver 209.89 159.32 0.93 16.82 ind:pas:3s; -apportai apporter ver 209.89 159.32 0.02 1.08 ind:pas:1s; -apportaient apporter ver 209.89 159.32 0.53 5.61 ind:imp:3p; -apportais apporter ver 209.89 159.32 1.78 2.09 ind:imp:1s;ind:imp:2s; -apportait apporter ver 209.89 159.32 3.24 24.86 ind:imp:3s; -apportant apporter ver 209.89 159.32 0.81 5.88 par:pre; -apportas apporter ver 209.89 159.32 0.00 0.07 ind:pas:2s; -apporte apporter ver 209.89 159.32 65.97 22.97 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:1s;sub:pre:3s; -apportent apporter ver 209.89 159.32 3.04 4.12 ind:pre:3p; -apporter apporter ver 209.89 159.32 34.40 29.53 inf;; -apportera apporter ver 209.89 159.32 4.78 1.28 ind:fut:3s; -apporterai apporter ver 209.89 159.32 6.29 1.49 ind:fut:1s; -apporteraient apporter ver 209.89 159.32 0.14 0.41 cnd:pre:3p; -apporterais apporter ver 209.89 159.32 0.34 0.14 cnd:pre:1s;cnd:pre:2s; -apporterait apporter ver 209.89 159.32 0.81 2.09 cnd:pre:3s; -apporteras apporter ver 209.89 159.32 0.69 0.54 ind:fut:2s; -apporterez apporter ver 209.89 159.32 0.41 0.20 ind:fut:2p; -apporteriez apporter ver 209.89 159.32 0.22 0.07 cnd:pre:2p; -apporterons apporter ver 209.89 159.32 0.32 0.00 ind:fut:1p; -apporteront apporter ver 209.89 159.32 0.68 0.07 ind:fut:3p; -apportes apporter ver 209.89 159.32 5.41 0.88 ind:pre:2s; -apportez apporter ver 209.89 159.32 18.50 1.69 imp:pre:2p;ind:pre:2p; -apportiez apporter ver 209.89 159.32 0.33 0.07 ind:imp:2p; -apportions apporter ver 209.89 159.32 0.01 0.47 ind:imp:1p; -apportons apporter ver 209.89 159.32 1.04 0.41 imp:pre:1p;ind:pre:1p; -apportât apporter ver 209.89 159.32 0.00 0.54 sub:imp:3s; -apports apport nom m p 1.80 1.82 0.17 0.47 -apportèrent apporter ver 209.89 159.32 0.03 1.42 ind:pas:3p; -apporté apporter ver m s 209.89 159.32 54.44 24.53 par:pas; -apportée apporter ver f s 209.89 159.32 2.49 3.38 par:pas; -apportées apporter ver f p 209.89 159.32 1.27 2.43 par:pas; -apportés apporter ver m p 209.89 159.32 0.99 4.19 par:pas; -apposa apposer ver 0.95 3.04 0.01 0.27 ind:pas:3s; -apposai apposer ver 0.95 3.04 0.00 0.07 ind:pas:1s; -apposait apposer ver 0.95 3.04 0.01 0.14 ind:imp:3s; -apposant apposer ver 0.95 3.04 0.01 0.00 par:pre; -appose apposer ver 0.95 3.04 0.40 0.14 imp:pre:2s;ind:pre:1s;ind:pre:3s; -apposent apposer ver 0.95 3.04 0.00 0.07 ind:pre:3p; -apposer apposer ver 0.95 3.04 0.28 0.81 inf; -apposerait apposer ver 0.95 3.04 0.00 0.14 cnd:pre:3s; -apposeras apposer ver 0.95 3.04 0.01 0.00 ind:fut:2s; -apposez apposer ver 0.95 3.04 0.04 0.00 imp:pre:2p; -apposition apposition nom f s 0.01 0.14 0.01 0.14 -apposé apposer ver m s 0.95 3.04 0.04 0.54 par:pas; -apposée apposer ver f s 0.95 3.04 0.00 0.34 par:pas; -apposées apposer ver f p 0.95 3.04 0.00 0.34 par:pas; -apposés apposer ver m p 0.95 3.04 0.14 0.20 par:pas; -appât appât nom m s 6.74 3.92 5.97 3.24 -appâtais appâter ver 1.59 1.55 0.01 0.07 ind:imp:1s; -appâtant appâter ver 1.59 1.55 0.01 0.07 par:pre; -appâte appâter ver 1.59 1.55 0.14 0.00 ind:pre:1s;ind:pre:3s; -appâtent appâter ver 1.59 1.55 0.02 0.07 ind:pre:3p; -appâter appâter ver 1.59 1.55 0.92 0.68 inf; -appâtera appâter ver 1.59 1.55 0.01 0.00 ind:fut:3s; -appâterait appâter ver 1.59 1.55 0.00 0.07 cnd:pre:3s; -appâtes appâter ver 1.59 1.55 0.02 0.00 ind:pre:2s; -appâtez appâter ver 1.59 1.55 0.02 0.00 imp:pre:2p;ind:pre:2p; -appâtons appâter ver 1.59 1.55 0.01 0.00 imp:pre:1p; -appâts appât nom m p 6.74 3.92 0.77 0.68 -appâté appâter ver m s 1.59 1.55 0.31 0.41 par:pas; -appâtée appâter ver f s 1.59 1.55 0.00 0.14 par:pas; -appâtées appâter ver f p 1.59 1.55 0.00 0.07 par:pas; -appâtés appâter ver m p 1.59 1.55 0.11 0.00 par:pas; -apprîmes apprendre ver 348.45 286.69 0.04 1.08 ind:pas:1p; -apprît apprendre ver 348.45 286.69 0.01 0.81 sub:imp:3s; -apprenaient apprendre ver 348.45 286.69 0.74 2.43 ind:imp:3p; -apprenais apprendre ver 348.45 286.69 1.61 5.47 ind:imp:1s;ind:imp:2s; -apprenait apprendre ver 348.45 286.69 3.27 11.76 ind:imp:3s; -apprenant apprendre ver 348.45 286.69 2.88 7.23 par:pre; -apprend apprendre ver 348.45 286.69 27.11 17.16 ind:pre:3s; -apprendra apprendre ver 348.45 286.69 11.14 5.07 ind:fut:3s; -apprendrai apprendre ver 348.45 286.69 7.16 3.58 ind:fut:1s; -apprendraient apprendre ver 348.45 286.69 0.05 0.88 cnd:pre:3p; -apprendrais apprendre ver 348.45 286.69 1.36 1.28 cnd:pre:1s;cnd:pre:2s; -apprendrait apprendre ver 348.45 286.69 0.77 3.78 cnd:pre:3s; -apprendras apprendre ver 348.45 286.69 6.43 1.49 ind:fut:2s; -apprendre apprendre ver 348.45 286.69 101.75 71.22 inf; -apprendrez apprendre ver 348.45 286.69 3.35 0.74 ind:fut:2p; -apprendriez apprendre ver 348.45 286.69 0.10 0.27 cnd:pre:2p; -apprendrions apprendre ver 348.45 286.69 0.00 0.27 cnd:pre:1p; -apprendrons apprendre ver 348.45 286.69 0.63 0.68 ind:fut:1p; -apprendront apprendre ver 348.45 286.69 1.38 1.08 ind:fut:3p; -apprends apprendre ver 348.45 286.69 27.50 8.38 imp:pre:2s;ind:pre:1s;ind:pre:2s; -apprenez apprendre ver 348.45 286.69 7.34 2.23 imp:pre:2p;ind:pre:2p; -appreniez apprendre ver 348.45 286.69 0.72 0.41 ind:imp:2p;sub:pre:2p; -apprenions apprendre ver 348.45 286.69 0.09 1.76 ind:imp:1p; -apprenne apprendre ver 348.45 286.69 6.25 4.19 sub:pre:1s;sub:pre:3s; -apprennent apprendre ver 348.45 286.69 7.79 4.66 ind:pre:3p; -apprennes apprendre ver 348.45 286.69 2.51 0.88 sub:pre:2s; -apprenons apprendre ver 348.45 286.69 1.39 0.68 imp:pre:1p;ind:pre:1p; -apprenti_pilote apprenti_pilote nom m s 0.02 0.00 0.02 0.00 -apprenti_sorcier apprenti_sorcier nom m s 0.00 0.14 0.00 0.14 -apprenti apprenti nom m s 2.52 17.64 1.96 10.95 -apprentie apprenti nom f s 2.52 17.64 0.23 0.47 -apprenties apprenti nom f p 2.52 17.64 0.02 0.27 -apprentis apprenti nom m p 2.52 17.64 0.31 5.95 -apprentissage apprentissage nom m s 1.86 10.47 1.86 10.14 -apprentissages apprentissage nom m p 1.86 10.47 0.00 0.34 -apprirent apprendre ver 348.45 286.69 0.15 2.23 ind:pas:3p; -appris apprendre ver m 348.45 286.69 120.98 97.70 ind:pas:1s;ind:pas:2s;par:pas;par:pas; -apprise apprendre ver f s 348.45 286.69 1.81 3.45 par:pas; -apprises apprendre ver f p 348.45 286.69 0.64 1.82 par:pas; -apprissent apprendre ver 348.45 286.69 0.00 0.07 sub:imp:3p; -apprit apprendre ver 348.45 286.69 1.48 21.96 ind:pas:3s; -apprivoisa apprivoiser ver 2.40 10.54 0.00 0.20 ind:pas:3s; -apprivoisaient apprivoiser ver 2.40 10.54 0.00 0.07 ind:imp:3p; -apprivoisais apprivoiser ver 2.40 10.54 0.00 0.14 ind:imp:1s; -apprivoisait apprivoiser ver 2.40 10.54 0.00 0.41 ind:imp:3s; -apprivoisant apprivoiser ver 2.40 10.54 0.01 0.14 par:pre; -apprivoise apprivoiser ver 2.40 10.54 0.25 0.74 imp:pre:2s;ind:pre:1s;ind:pre:3s; -apprivoisent apprivoiser ver 2.40 10.54 0.01 0.27 ind:pre:3p; -apprivoiser apprivoiser ver 2.40 10.54 0.42 5.14 inf; -apprivoiserai apprivoiser ver 2.40 10.54 0.14 0.20 ind:fut:1s; -apprivoiseur apprivoiseur adj m s 0.00 0.07 0.00 0.07 -apprivoisez apprivoiser ver 2.40 10.54 0.03 0.07 imp:pre:2p;ind:pre:2p; -apprivoisons apprivoiser ver 2.40 10.54 0.01 0.00 ind:pre:1p; -apprivoisèrent apprivoiser ver 2.40 10.54 0.00 0.14 ind:pas:3p; -apprivoisé apprivoiser ver m s 2.40 10.54 0.98 1.28 par:pas; -apprivoisée apprivoiser ver f s 2.40 10.54 0.17 1.15 par:pas; -apprivoisées apprivoiser ver f p 2.40 10.54 0.04 0.27 par:pas; -apprivoisés apprivoiser ver m p 2.40 10.54 0.36 0.34 par:pas; -approbateur approbateur adj m s 0.00 1.55 0.00 1.08 -approbateurs approbateur adj m p 0.00 1.55 0.00 0.27 -approbatif approbatif adj m s 0.00 0.07 0.00 0.07 -approbation approbation nom f s 2.56 9.80 2.55 9.19 -approbations approbation nom f p 2.56 9.80 0.01 0.61 -approbativement approbativement adv 0.00 0.07 0.00 0.07 -approbatrice approbateur adj f s 0.00 1.55 0.00 0.20 -approcha approcher ver 117.65 196.15 1.09 42.70 ind:pas:3s; -approchai approcher ver 117.65 196.15 0.20 4.32 ind:pas:1s; -approchaient approcher ver 117.65 196.15 0.45 6.62 ind:imp:3p; -approchais approcher ver 117.65 196.15 0.53 2.09 ind:imp:1s;ind:imp:2s; -approchait approcher ver 117.65 196.15 2.79 27.70 ind:imp:3s; -approchant approcher ver 117.65 196.15 0.90 10.74 par:pre; -approchants approchant adj m p 0.41 1.82 0.01 0.14 -approchassent approcher ver 117.65 196.15 0.00 0.07 sub:imp:3p; -approche approcher ver 117.65 196.15 44.17 31.15 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:1s; -approchent approcher ver 117.65 196.15 5.66 4.93 ind:pre:3p; -approcher approcher ver 117.65 196.15 19.62 35.27 ind:pre:2p;inf; -approchera approcher ver 117.65 196.15 0.83 0.20 ind:fut:3s; -approcherai approcher ver 117.65 196.15 0.33 0.00 ind:fut:1s; -approcherais approcher ver 117.65 196.15 0.18 0.14 cnd:pre:1s; -approcherait approcher ver 117.65 196.15 0.07 0.34 cnd:pre:3s; -approcheras approcher ver 117.65 196.15 0.13 0.00 ind:fut:2s; -approcherez approcher ver 117.65 196.15 0.17 0.20 ind:fut:2p; -approcherions approcher ver 117.65 196.15 0.00 0.07 cnd:pre:1p; -approcherons approcher ver 117.65 196.15 0.05 0.00 ind:fut:1p; -approcheront approcher ver 117.65 196.15 0.11 0.07 ind:fut:3p; -approches approcher ver 117.65 196.15 2.97 0.61 ind:pre:2s;sub:pre:2s; -approchez approcher ver 117.65 196.15 27.75 2.43 imp:pre:2p;ind:pre:2p; -approchiez approcher ver 117.65 196.15 0.24 0.07 ind:imp:2p; -approchions approcher ver 117.65 196.15 0.09 1.76 ind:imp:1p; -approchâmes approcher ver 117.65 196.15 0.01 0.34 ind:pas:1p; -approchons approcher ver 117.65 196.15 2.45 1.55 imp:pre:1p;ind:pre:1p; -approchât approcher ver 117.65 196.15 0.00 0.20 sub:imp:3s; -approchèrent approcher ver 117.65 196.15 0.02 3.38 ind:pas:3p; -approché approcher ver m s 117.65 196.15 4.75 11.96 par:pas; -approchée approcher ver f s 117.65 196.15 1.36 5.14 par:pas; -approchées approcher ver f p 117.65 196.15 0.25 0.34 par:pas; -approchés approcher ver m p 117.65 196.15 0.50 1.76 par:pas; -approfondît approfondir ver 1.69 7.57 0.00 0.14 sub:imp:3s; -approfondi approfondi adj m s 1.46 1.69 0.34 0.61 -approfondie approfondi adj f s 1.46 1.69 0.83 0.81 -approfondies approfondir ver f p 1.69 7.57 0.09 0.20 par:pas; -approfondir approfondir ver 1.69 7.57 1.04 3.58 inf; -approfondirai approfondir ver 1.69 7.57 0.00 0.07 ind:fut:1s; -approfondirent approfondir ver 1.69 7.57 0.00 0.14 ind:pas:3p; -approfondirions approfondir ver 1.69 7.57 0.00 0.07 cnd:pre:1p; -approfondirons approfondir ver 1.69 7.57 0.01 0.07 ind:fut:1p; -approfondis approfondi adj m p 1.46 1.69 0.20 0.07 -approfondissaient approfondir ver 1.69 7.57 0.00 0.20 ind:imp:3p; -approfondissais approfondir ver 1.69 7.57 0.00 0.14 ind:imp:1s; -approfondissait approfondir ver 1.69 7.57 0.01 0.27 ind:imp:3s; -approfondissant approfondir ver 1.69 7.57 0.01 0.27 par:pre; -approfondisse approfondir ver 1.69 7.57 0.02 0.07 sub:pre:1s;sub:pre:3s; -approfondissement approfondissement nom m s 0.02 0.00 0.02 0.00 -approfondissent approfondir ver 1.69 7.57 0.01 0.14 ind:pre:3p; -approfondissons approfondir ver 1.69 7.57 0.01 0.00 ind:pre:1p; -approfondit approfondir ver 1.69 7.57 0.13 0.88 ind:pre:3s;ind:pas:3s; -appropriaient approprier ver 5.73 5.47 0.10 0.20 ind:imp:3p; -appropriait approprier ver 5.73 5.47 0.00 0.20 ind:imp:3s; -appropriant approprier ver 5.73 5.47 0.17 0.14 par:pre; -appropriation appropriation nom f s 0.19 0.34 0.04 0.34 -appropriations appropriation nom f p 0.19 0.34 0.15 0.00 -approprie approprier ver 5.73 5.47 0.33 0.27 ind:pre:3s;sub:pre:3s; -approprient approprier ver 5.73 5.47 0.05 0.07 ind:pre:3p; -approprier approprier ver 5.73 5.47 1.30 1.76 inf; -approprieraient approprier ver 5.73 5.47 0.00 0.07 cnd:pre:3p; -approprierais approprier ver 5.73 5.47 0.01 0.00 cnd:pre:1s; -approprierait approprier ver 5.73 5.47 0.00 0.07 cnd:pre:3s; -approprieront approprier ver 5.73 5.47 0.02 0.00 ind:fut:3p; -appropriez approprier ver 5.73 5.47 0.02 0.00 ind:pre:2p; -approprié approprié adj m s 4.77 3.38 2.84 1.08 -appropriée approprié adj f s 4.77 3.38 0.89 1.15 -appropriées approprié adj f p 4.77 3.38 0.47 0.20 -appropriés approprié adj m p 4.77 3.38 0.57 0.95 -approuva approuver ver 15.39 36.08 0.01 7.43 ind:pas:3s; -approuvai approuver ver 15.39 36.08 0.00 0.61 ind:pas:1s; -approuvaient approuver ver 15.39 36.08 0.20 0.81 ind:imp:3p; -approuvais approuver ver 15.39 36.08 0.26 0.68 ind:imp:1s;ind:imp:2s; -approuvait approuver ver 15.39 36.08 0.65 4.73 ind:imp:3s; -approuvant approuver ver 15.39 36.08 0.07 1.15 par:pre; -approuve approuver ver 15.39 36.08 4.44 7.50 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -approuvent approuver ver 15.39 36.08 0.97 0.61 ind:pre:3p; -approuver approuver ver 15.39 36.08 1.67 5.61 inf; -approuvera approuver ver 15.39 36.08 0.33 0.14 ind:fut:3s; -approuverai approuver ver 15.39 36.08 0.05 0.00 ind:fut:1s; -approuverais approuver ver 15.39 36.08 0.12 0.00 cnd:pre:1s;cnd:pre:2s; -approuverait approuver ver 15.39 36.08 0.39 0.20 cnd:pre:3s; -approuveras approuver ver 15.39 36.08 0.04 0.07 ind:fut:2s; -approuverons approuver ver 15.39 36.08 0.03 0.00 ind:fut:1p; -approuveront approuver ver 15.39 36.08 0.01 0.07 ind:fut:3p; -approuves approuver ver 15.39 36.08 0.58 0.07 ind:pre:2s; -approuvez approuver ver 15.39 36.08 0.85 0.41 imp:pre:2p;ind:pre:2p; -approuviez approuver ver 15.39 36.08 0.43 0.14 ind:imp:2p; -approuvions approuver ver 15.39 36.08 0.01 0.20 ind:imp:1p; -approuvâmes approuver ver 15.39 36.08 0.00 0.07 ind:pas:1p; -approuvons approuver ver 15.39 36.08 0.20 0.27 imp:pre:1p;ind:pre:1p; -approuvât approuver ver 15.39 36.08 0.10 0.14 sub:imp:3s; -approuvèrent approuver ver 15.39 36.08 0.00 0.88 ind:pas:3p; -approuvé approuver ver m s 15.39 36.08 3.26 3.18 par:pas; -approuvée approuver ver f s 15.39 36.08 0.45 0.27 par:pas; -approuvées approuvé adj f p 1.23 0.27 0.21 0.00 -approuvés approuver ver m p 15.39 36.08 0.18 0.61 par:pas; -approvisionnait approvisionner ver 1.55 2.16 0.02 0.14 ind:imp:3s; -approvisionnant approvisionner ver 1.55 2.16 0.01 0.00 par:pre; -approvisionne approvisionner ver 1.55 2.16 0.33 0.00 ind:pre:1s;ind:pre:3s; -approvisionnement approvisionnement nom m s 2.07 2.57 2.02 1.49 -approvisionnements approvisionnement nom m p 2.07 2.57 0.05 1.08 -approvisionnent approvisionner ver 1.55 2.16 0.05 0.07 ind:pre:3p; -approvisionner approvisionner ver 1.55 2.16 0.75 1.01 inf; -approvisionnera approvisionner ver 1.55 2.16 0.01 0.00 ind:fut:3s; -approvisionniez approvisionner ver 1.55 2.16 0.01 0.00 ind:imp:2p; -approvisionnons approvisionner ver 1.55 2.16 0.03 0.00 ind:pre:1p; -approvisionné approvisionner ver m s 1.55 2.16 0.28 0.27 par:pas; -approvisionnée approvisionner ver f s 1.55 2.16 0.01 0.14 par:pas; -approvisionnées approvisionner ver f p 1.55 2.16 0.01 0.27 par:pas; -approvisionnés approvisionner ver m p 1.55 2.16 0.02 0.27 par:pas; -approximatif approximatif adj m s 1.07 3.65 0.39 1.49 -approximatifs approximatif adj m p 1.07 3.65 0.17 0.61 -approximation approximation nom f s 0.24 1.35 0.20 0.54 -approximations approximation nom f p 0.24 1.35 0.04 0.81 -approximative approximatif adj f s 1.07 3.65 0.49 1.35 -approximativement approximativement adv 1.64 1.96 1.64 1.96 -approximatives approximatif adj f p 1.07 3.65 0.02 0.20 -apprécia apprécier ver 77.21 44.12 0.00 2.57 ind:pas:3s; -appréciable appréciable adj s 0.46 3.18 0.46 2.91 -appréciables appréciable adj m p 0.46 3.18 0.00 0.27 -appréciai apprécier ver 77.21 44.12 0.07 0.41 ind:pas:1s; -appréciaient apprécier ver 77.21 44.12 0.62 1.22 ind:imp:3p; -appréciais apprécier ver 77.21 44.12 0.70 1.49 ind:imp:1s;ind:imp:2s; -appréciait apprécier ver 77.21 44.12 1.47 6.76 ind:imp:3s; -appréciant apprécier ver 77.21 44.12 0.09 1.15 par:pre; -appréciateur appréciateur nom m s 0.00 0.54 0.00 0.41 -appréciation appréciation nom f s 0.94 3.99 0.86 2.97 -appréciations appréciation nom f p 0.94 3.99 0.08 1.01 -appréciatrice appréciateur nom f s 0.00 0.54 0.00 0.14 -apprécie apprécier ver 77.21 44.12 32.23 7.50 imp:pre:2s;ind:pre:1s;ind:pre:3s; -apprécient apprécier ver 77.21 44.12 3.28 1.08 ind:pre:3p;sub:pre:3p; -apprécier apprécier ver 77.21 44.12 11.53 11.28 inf; -appréciera apprécier ver 77.21 44.12 1.19 0.20 ind:fut:3s; -apprécierai apprécier ver 77.21 44.12 0.28 0.00 ind:fut:1s; -apprécieraient apprécier ver 77.21 44.12 0.35 0.07 cnd:pre:3p; -apprécierais apprécier ver 77.21 44.12 3.02 0.14 cnd:pre:1s;cnd:pre:2s; -apprécierait apprécier ver 77.21 44.12 1.41 0.41 cnd:pre:3s; -apprécieras apprécier ver 77.21 44.12 0.34 0.00 ind:fut:2s; -apprécierez apprécier ver 77.21 44.12 1.27 0.14 ind:fut:2p; -apprécieriez apprécier ver 77.21 44.12 0.19 0.00 cnd:pre:2p; -apprécierions apprécier ver 77.21 44.12 0.10 0.00 cnd:pre:1p; -apprécierons apprécier ver 77.21 44.12 0.09 0.00 ind:fut:1p; -apprécieront apprécier ver 77.21 44.12 0.57 0.27 ind:fut:3p; -apprécies apprécier ver 77.21 44.12 2.19 0.27 ind:pre:2s; -appréciez apprécier ver 77.21 44.12 2.41 0.34 imp:pre:2p;ind:pre:2p; -appréciions apprécier ver 77.21 44.12 0.00 0.07 ind:imp:1p; -apprécions apprécier ver 77.21 44.12 1.77 0.34 imp:pre:1p;ind:pre:1p; -appréciât apprécier ver 77.21 44.12 0.00 0.14 sub:imp:3s; -apprécièrent apprécier ver 77.21 44.12 0.11 0.14 ind:pas:3p; -apprécié apprécier ver m s 77.21 44.12 9.32 5.47 par:pas; -appréciée apprécier ver f s 77.21 44.12 1.85 1.82 par:pas; -appréciées apprécier ver f p 77.21 44.12 0.31 0.14 par:pas; -appréciés apprécier ver m p 77.21 44.12 0.45 0.74 par:pas; -appréhendai appréhender ver 4.22 5.34 0.00 0.07 ind:pas:1s; -appréhendaient appréhender ver 4.22 5.34 0.01 0.14 ind:imp:3p; -appréhendais appréhender ver 4.22 5.34 0.17 1.08 ind:imp:1s;ind:imp:2s; -appréhendait appréhender ver 4.22 5.34 0.04 0.74 ind:imp:3s; -appréhendant appréhender ver 4.22 5.34 0.04 0.68 par:pre; -appréhende appréhender ver 4.22 5.34 0.95 0.54 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -appréhendent appréhender ver 4.22 5.34 0.14 0.07 ind:pre:3p; -appréhender appréhender ver 4.22 5.34 1.51 0.95 inf; -appréhendera appréhender ver 4.22 5.34 0.02 0.00 ind:fut:3s; -appréhenderons appréhender ver 4.22 5.34 0.01 0.00 ind:fut:1p; -appréhendez appréhender ver 4.22 5.34 0.07 0.07 imp:pre:2p;ind:pre:2p; -appréhendions appréhender ver 4.22 5.34 0.00 0.07 ind:imp:1p; -appréhendons appréhender ver 4.22 5.34 0.02 0.00 ind:pre:1p; -appréhendé appréhender ver m s 4.22 5.34 1.00 0.74 par:pas; -appréhendée appréhender ver f s 4.22 5.34 0.05 0.07 par:pas; -appréhendées appréhender ver f p 4.22 5.34 0.02 0.00 par:pas; -appréhendés appréhender ver m p 4.22 5.34 0.17 0.14 par:pas; -appréhensif appréhensif adj m s 0.01 0.00 0.01 0.00 -appréhension appréhension nom f s 1.28 10.20 0.80 8.92 -appréhensions appréhension nom f p 1.28 10.20 0.48 1.28 -apprêt apprêt nom m s 0.14 1.42 0.11 0.81 -apprêta apprêter ver 9.13 29.46 0.01 0.41 ind:pas:3s; -apprêtai apprêter ver 9.13 29.46 0.01 0.14 ind:pas:1s; -apprêtaient apprêter ver 9.13 29.46 0.26 2.84 ind:imp:3p; -apprêtais apprêter ver 9.13 29.46 1.19 2.91 ind:imp:1s;ind:imp:2s; -apprêtait apprêter ver 9.13 29.46 1.21 11.96 ind:imp:3s; -apprêtant apprêter ver 9.13 29.46 0.07 1.15 par:pre; -apprête apprêter ver 9.13 29.46 4.16 6.69 imp:pre:2s;ind:pre:1s;ind:pre:3s; -apprêtent apprêter ver 9.13 29.46 0.87 1.35 ind:pre:3p; -apprêter apprêter ver 9.13 29.46 0.10 0.68 inf; -apprêterait apprêter ver 9.13 29.46 0.00 0.14 cnd:pre:3s; -apprêtes apprêter ver 9.13 29.46 0.29 0.00 ind:pre:2s;sub:pre:2s; -apprêtez apprêter ver 9.13 29.46 0.39 0.07 imp:pre:2p;ind:pre:2p; -apprêtiez apprêter ver 9.13 29.46 0.16 0.00 ind:imp:2p; -apprêtions apprêter ver 9.13 29.46 0.05 0.27 ind:imp:1p; -apprêts apprêt nom m p 0.14 1.42 0.03 0.61 -apprêtèrent apprêter ver 9.13 29.46 0.20 0.14 ind:pas:3p; -apprêté apprêté adj m s 0.13 1.22 0.11 0.27 -apprêtée apprêter ver f s 9.13 29.46 0.14 0.07 par:pas; -apprêtées apprêté adj f p 0.13 1.22 0.01 0.14 -apprêtés apprêté adj m p 0.13 1.22 0.01 0.14 -appui_main appui_main nom m s 0.00 0.14 0.00 0.14 -appui_tête appui_tête nom m s 0.01 0.00 0.01 0.00 -appui appui nom m s 8.81 30.81 7.83 28.65 -appuie_tête appuie_tête nom m 0.05 0.14 0.05 0.14 -appuie appuyer ver 40.94 126.01 14.57 15.68 imp:pre:2s;ind:pre:1s;ind:pre:3s; -appuient appuyer ver 40.94 126.01 0.60 1.49 ind:pre:3p; -appuiera appuyer ver 40.94 126.01 0.20 0.20 ind:fut:3s; -appuierai appuyer ver 40.94 126.01 0.25 0.07 ind:fut:1s; -appuieraient appuyer ver 40.94 126.01 0.00 0.07 cnd:pre:3p; -appuierais appuyer ver 40.94 126.01 0.11 0.07 cnd:pre:1s;cnd:pre:2s; -appuierait appuyer ver 40.94 126.01 0.16 0.27 cnd:pre:3s; -appuieras appuyer ver 40.94 126.01 0.21 0.00 ind:fut:2s; -appuierez appuyer ver 40.94 126.01 0.05 0.07 ind:fut:2p; -appuierons appuyer ver 40.94 126.01 0.01 0.00 ind:fut:1p; -appuieront appuyer ver 40.94 126.01 0.06 0.07 ind:fut:3p; -appuies appuyer ver 40.94 126.01 2.89 0.41 ind:pre:2s;sub:pre:2s; -appuis appui nom m p 8.81 30.81 0.98 2.16 -appétence appétence nom f s 0.00 0.34 0.00 0.27 -appétences appétence nom f p 0.00 0.34 0.00 0.07 -appétissant appétissant adj m s 1.74 2.77 0.77 0.88 -appétissante appétissant adj f s 1.74 2.77 0.59 1.01 -appétissantes appétissant adj f p 1.74 2.77 0.32 0.41 -appétissants appétissant adj m p 1.74 2.77 0.06 0.47 -appétit appétit nom m s 20.98 26.76 20.68 23.78 -appétits appétit nom m p 20.98 26.76 0.30 2.97 -appuya appuyer ver 40.94 126.01 0.12 17.84 ind:pas:3s; -appuyai appuyer ver 40.94 126.01 0.10 1.28 ind:pas:1s; -appuyaient appuyer ver 40.94 126.01 0.16 1.35 ind:imp:3p; -appuyais appuyer ver 40.94 126.01 0.19 1.01 ind:imp:1s;ind:imp:2s; -appuyait appuyer ver 40.94 126.01 0.23 11.89 ind:imp:3s; -appuyant appuyer ver 40.94 126.01 1.01 13.18 par:pre; -appuyer appuyer ver 40.94 126.01 9.77 16.49 inf; -appuyez appuyer ver 40.94 126.01 5.55 0.54 imp:pre:2p;ind:pre:2p; -appuyiez appuyer ver 40.94 126.01 0.03 0.00 ind:imp:2p; -appuyâmes appuyer ver 40.94 126.01 0.00 0.14 ind:pas:1p; -appuyons appuyer ver 40.94 126.01 0.07 0.00 imp:pre:1p;ind:pre:1p; -appuyât appuyer ver 40.94 126.01 0.00 0.07 sub:imp:3s; -appuyèrent appuyer ver 40.94 126.01 0.11 0.54 ind:pas:3p; -appuyé appuyer ver m s 40.94 126.01 4.00 22.97 par:pas; -appuyée appuyer ver f s 40.94 126.01 0.31 11.82 par:pas; -appuyées appuyer ver f p 40.94 126.01 0.13 3.18 par:pas; -appuyés appuyer ver m p 40.94 126.01 0.05 5.34 par:pas; -aprèm aprèm nom f s 0.22 1.35 0.22 0.07 -aprème aprèm nom f s 0.22 1.35 0.00 1.28 -après_coup après_coup nom m s 0.02 0.00 0.02 0.00 -après_dîner après_dîner nom m s 0.02 0.74 0.02 0.61 -après_dîner après_dîner nom m p 0.02 0.74 0.00 0.14 -après_demain après_demain adv 11.77 6.76 11.77 6.76 -après_déjeuner après_déjeuner ver 0.00 0.14 0.00 0.14 inf; -après_guerre après_guerre nom s 0.73 3.24 0.73 3.24 -après_mort après_mort nom f s 0.00 0.07 0.00 0.07 -après_rasage après_rasage nom m s 0.45 0.00 0.45 0.00 -après_repas après_repas nom m 0.01 0.07 0.01 0.07 -après_shampoing après_shampoing nom m s 0.04 0.00 0.04 0.00 -après_shampooing après_shampooing nom m s 0.04 0.07 0.04 0.07 -après_ski après_ski nom m s 0.06 0.20 0.06 0.20 -après_vente après_vente adj s 0.05 0.00 0.05 0.00 -après après pre 593.92 821.55 593.92 821.55 -apte apte adj s 2.93 4.59 1.77 2.77 -aptes apte adj p 2.93 4.59 1.16 1.82 -aptitude aptitude nom f s 2.74 4.59 1.76 2.70 -aptitudes aptitude nom f p 2.74 4.59 0.98 1.89 -aptère aptère adj s 0.00 0.14 0.00 0.07 -aptères aptère adj p 0.00 0.14 0.00 0.07 -apurait apurer ver 0.01 0.41 0.00 0.07 ind:imp:3s; -apurer apurer ver 0.01 0.41 0.01 0.20 inf; -apéritif apéritif nom m s 3.29 9.46 2.57 7.09 -apéritifs apéritif nom m p 3.29 9.46 0.72 2.36 -apéritive apéritif adj f s 0.28 1.28 0.00 0.14 -apéritives apéritif adj f p 0.28 1.28 0.00 0.14 -apéro apéro nom m s 0.78 4.05 0.61 3.45 -apéros apéro nom m p 0.78 4.05 0.17 0.61 -apuré apurer ver m s 0.01 0.41 0.00 0.07 par:pas; -apurés apurer ver m p 0.01 0.41 0.00 0.07 par:pas; -aquaculture aquaculture nom f s 0.01 0.00 0.01 0.00 -aquagym aquagym nom f s 0.04 0.00 0.04 0.00 -aquaplane aquaplane nom m s 0.02 0.07 0.02 0.07 -aquarellait aquareller ver 0.00 0.07 0.00 0.07 ind:imp:3s; -aquarelle aquarelle nom f s 0.23 8.85 0.14 6.55 -aquarelles aquarelle nom f p 0.23 8.85 0.09 2.30 -aquarelliste aquarelliste nom s 0.00 0.14 0.00 0.07 -aquarellistes aquarelliste nom p 0.00 0.14 0.00 0.07 -aquarellés aquarellé adj m p 0.00 0.07 0.00 0.07 -aquariophilie aquariophilie nom f s 0.03 0.00 0.03 0.00 -aquarium aquarium nom m s 4.26 5.88 3.94 5.20 -aquariums aquarium nom m p 4.26 5.88 0.32 0.68 -aquatinte aquatinte nom f s 0.10 0.00 0.10 0.00 -aquatique aquatique adj s 1.52 1.89 1.18 0.88 -aquatiques aquatique adj p 1.52 1.89 0.34 1.01 -aquavit aquavit nom m s 0.18 0.14 0.18 0.14 -aqueduc aqueduc nom m s 0.44 1.15 0.23 0.81 -aqueducs aqueduc nom m p 0.44 1.15 0.21 0.34 -aqueuse aqueux adj f s 0.09 0.88 0.05 0.41 -aqueuses aqueux adj f p 0.09 0.88 0.01 0.14 -aqueux aqueux adj m 0.09 0.88 0.02 0.34 -aquifère aquifère adj f s 0.01 0.00 0.01 0.00 -aquilin aquilin adj m s 0.02 1.08 0.02 1.08 -aquilon aquilon nom m s 0.00 0.54 0.00 0.47 -aquilons aquilon nom m p 0.00 0.54 0.00 0.07 -aquitain aquitain adj m s 0.00 0.07 0.00 0.07 -arôme arôme nom m s 1.43 2.70 1.12 2.43 -arômes arôme nom m p 1.43 2.70 0.32 0.27 -ara ara nom m s 0.85 0.54 0.81 0.41 -arabe arabe nom s 13.62 32.64 6.71 17.57 -arabes arabe nom p 13.62 32.64 6.91 15.07 -arabesque arabesque nom f s 0.10 4.53 0.08 0.74 -arabesques arabesque nom f p 0.10 4.53 0.02 3.78 -arabica arabica nom m s 0.16 0.27 0.16 0.14 -arabicas arabica nom m p 0.16 0.27 0.00 0.14 -arabique arabique adj s 0.05 0.27 0.05 0.27 -arabisant arabiser ver 0.00 0.20 0.00 0.14 par:pre; -arabisants arabisant nom m p 0.00 0.27 0.00 0.27 -arabisé arabiser ver m s 0.00 0.20 0.00 0.07 par:pas; -arable arable adj f s 0.18 0.00 0.04 0.00 -arables arable adj p 0.18 0.00 0.13 0.00 -arac arac nom m s 0.03 0.00 0.03 0.00 -arachide arachide nom f s 0.51 0.61 0.26 0.34 -arachides arachide nom f p 0.51 0.61 0.25 0.27 -arachnide arachnide nom m s 0.39 0.00 0.06 0.00 -arachnides arachnide nom m p 0.39 0.00 0.33 0.00 -arachnoïde arachnoïde nom f s 0.01 0.14 0.00 0.07 -arachnoïdes arachnoïde nom f p 0.01 0.14 0.01 0.07 -arachnéen arachnéen adj m s 0.02 0.68 0.02 0.20 -arachnéenne arachnéen adj f s 0.02 0.68 0.00 0.27 -arachnéennes arachnéen adj f p 0.02 0.68 0.00 0.20 -aragonais aragonais nom m 0.00 0.20 0.00 0.20 -aragonaise aragonais adj f s 0.00 0.20 0.00 0.14 -aragonite aragonite nom f s 0.01 0.00 0.01 0.00 -araigne araigne nom f s 0.00 0.07 0.00 0.07 -araignée_crabe araignée_crabe nom f s 0.00 0.07 0.00 0.07 -araignée araignée nom f s 18.20 17.84 12.21 12.36 -araignées araignée nom f p 18.20 17.84 6.00 5.47 -araire araire nom m s 0.01 0.00 0.01 0.00 -arak arak nom m s 0.41 0.07 0.41 0.07 -araldite araldite nom m 0.01 0.00 0.01 0.00 -aralia aralia nom m s 0.00 0.07 0.00 0.07 -aramide aramide adj f s 0.01 0.00 0.01 0.00 -aramon aramon nom m s 0.00 0.41 0.00 0.41 -araméen araméen nom m s 0.45 0.20 0.45 0.20 -araméenne araméen adj f s 0.05 0.07 0.01 0.00 -aranéeuse aranéeux adj f s 0.00 0.07 0.00 0.07 -arapèdes arapède nom m p 0.00 0.20 0.00 0.20 -aras ara nom m p 0.85 0.54 0.04 0.14 -arasant araser ver 0.10 0.14 0.00 0.07 par:pre; -araser araser ver 0.10 0.14 0.10 0.00 inf; -arasée araser ver f s 0.10 0.14 0.00 0.07 par:pas; -aratoire aratoire adj m s 0.00 0.47 0.00 0.07 -aratoires aratoire adj m p 0.00 0.47 0.00 0.41 -araucan araucan nom m s 0.00 0.07 0.00 0.07 -araucanien araucanien adj m s 0.00 0.27 0.00 0.07 -araucaniennes araucanien adj f p 0.00 0.27 0.00 0.07 -araucaniens araucanien adj m p 0.00 0.27 0.00 0.14 -araucaria araucaria nom m s 0.01 0.54 0.01 0.34 -araucarias araucaria nom m p 0.01 0.54 0.00 0.20 -arbalète arbalète nom f s 0.55 1.55 0.52 1.35 -arbalètes arbalète nom f p 0.55 1.55 0.03 0.20 -arbalétrier arbalétrier nom m s 0.01 0.88 0.00 0.14 -arbalétriers arbalétrier nom m p 0.01 0.88 0.01 0.74 -arbi arbi nom m s 0.00 0.27 0.00 0.14 -arbis arbi nom m p 0.00 0.27 0.00 0.14 -arbitrage arbitrage nom m s 0.52 0.88 0.48 0.88 -arbitrages arbitrage nom m p 0.52 0.88 0.04 0.00 -arbitraire arbitraire adj s 1.29 3.78 0.73 2.50 -arbitrairement arbitrairement adv 0.12 0.95 0.12 0.95 -arbitraires arbitraire adj p 1.29 3.78 0.56 1.28 -arbitrait arbitrer ver 0.90 1.08 0.00 0.27 ind:imp:3s; -arbitrale arbitral adj f s 0.01 0.00 0.01 0.00 -arbitre arbitre nom s 7.59 5.34 6.92 5.20 -arbitrer arbitrer ver 0.90 1.08 0.34 0.27 inf; -arbitrera arbitrer ver 0.90 1.08 0.02 0.07 ind:fut:3s; -arbitres arbitre nom p 7.59 5.34 0.67 0.14 -arbitré arbitrer ver m s 0.90 1.08 0.01 0.14 par:pas; -arbitrée arbitrer ver f s 0.90 1.08 0.00 0.07 par:pas; -arbitrées arbitrer ver f p 0.90 1.08 0.01 0.07 par:pas; -arbois arbois nom s 0.00 0.07 0.00 0.07 -arbora arborer ver 0.53 10.61 0.01 0.14 ind:pas:3s; -arboraient arborer ver 0.53 10.61 0.04 1.42 ind:imp:3p; -arborais arborer ver 0.53 10.61 0.00 0.20 ind:imp:1s; -arborait arborer ver 0.53 10.61 0.08 3.72 ind:imp:3s; -arborant arborer ver 0.53 10.61 0.06 1.55 par:pre; -arbore arborer ver 0.53 10.61 0.10 0.95 imp:pre:2s;ind:pre:1s;ind:pre:3s; -arborent arborer ver 0.53 10.61 0.12 0.54 ind:pre:3p; -arborer arborer ver 0.53 10.61 0.06 1.08 inf; -arborerait arborer ver 0.53 10.61 0.00 0.07 cnd:pre:3s; -arbores arborer ver 0.53 10.61 0.00 0.07 ind:pre:2s; -arborescence arborescence nom f s 0.02 0.20 0.02 0.07 -arborescences arborescence nom f p 0.02 0.20 0.00 0.14 -arborescent arborescent adj m s 0.16 0.27 0.02 0.00 -arborescentes arborescent adj f p 0.16 0.27 0.00 0.20 -arborescents arborescent adj m p 0.16 0.27 0.14 0.07 -arboretum arboretum nom m s 0.09 0.00 0.09 0.00 -arborez arborer ver 0.53 10.61 0.03 0.00 imp:pre:2p;ind:pre:2p; -arboricole arboricole adj f s 0.01 0.00 0.01 0.00 -arboriculteur arboriculteur nom m s 0.01 0.00 0.01 0.00 -arboriculture arboriculture nom f s 0.01 0.07 0.01 0.07 -arborions arborer ver 0.53 10.61 0.00 0.07 ind:imp:1p; -arborisations arborisation nom f p 0.00 0.07 0.00 0.07 -arborât arborer ver 0.53 10.61 0.01 0.07 sub:imp:3s; -arborèrent arborer ver 0.53 10.61 0.00 0.07 ind:pas:3p; -arboré arborer ver m s 0.53 10.61 0.01 0.41 par:pas; -arborée arborer ver f s 0.53 10.61 0.00 0.14 par:pas; -arborés arborer ver m p 0.53 10.61 0.00 0.14 par:pas; -arbouse arbouse nom f s 0.10 0.41 0.10 0.00 -arbouses arbouse nom f p 0.10 0.41 0.00 0.41 -arbousiers arbousier nom m p 0.14 0.41 0.14 0.41 -arbre arbre nom m s 81.69 208.58 49.29 67.16 -arbres_refuge arbres_refuge nom m p 0.00 0.07 0.00 0.07 -arbres arbre nom m p 81.69 208.58 32.40 141.42 -arbrisseau arbrisseau nom m s 0.26 1.28 0.22 0.34 -arbrisseaux arbrisseau nom m p 0.26 1.28 0.04 0.95 -arbuste arbuste nom m s 1.00 7.30 0.28 1.89 -arbustes arbuste nom m p 1.00 7.30 0.71 5.41 -arc_bouter arc_bouter ver 0.17 5.00 0.00 0.47 ind:pas:3s; -arc_bouter arc_bouter ver 0.17 5.00 0.04 0.27 ind:imp:1s;ind:imp:2s; -arc_bouter arc_bouter ver 0.17 5.00 0.00 0.34 ind:imp:3s; -arc_boutant arc_boutant nom m s 0.14 0.54 0.14 0.20 -arc_boutant arc_boutant nom m p 0.14 0.54 0.01 0.00 -arc_bouter arc_bouter ver 0.17 5.00 0.10 0.88 ind:pre:1s;ind:pre:3s; -arc_boutement arc_boutement nom m s 0.00 0.07 0.00 0.07 -arc_bouter arc_bouter ver 0.17 5.00 0.01 0.20 ind:pre:3p; -arc_bouter arc_bouter ver 0.17 5.00 0.00 0.07 inf; -arc_bouter arc_bouter ver 0.17 5.00 0.01 0.00 ind:fut:3s; -arc_bouter arc_bouter ver 0.17 5.00 0.00 0.07 ind:pas:3p; -arc_bouter arc_bouter ver m s 0.17 5.00 0.01 1.15 par:pas; -arc_bouter arc_bouter ver f s 0.17 5.00 0.00 0.41 par:pas; -arc_bouter arc_bouter ver f p 0.17 5.00 0.00 0.27 par:pas; -arc_bouter arc_bouter ver m p 0.17 5.00 0.00 0.27 par:pas; -arc_en_ciel arc_en_ciel nom m s 3.00 4.46 2.56 3.92 -arc arc nom m s 5.25 17.30 4.52 14.05 -arcade arcade nom f s 1.25 12.36 0.91 2.23 -arcades arcade nom f p 1.25 12.36 0.35 10.14 -arcadien arcadien adj m s 0.10 0.20 0.10 0.07 -arcadienne arcadien adj f s 0.10 0.20 0.00 0.07 -arcadiens arcadien nom m p 0.01 0.00 0.01 0.00 -arcan arcan nom m s 0.02 0.74 0.00 0.27 -arcane arcane nom m s 0.09 1.35 0.05 0.74 -arcanes arcane nom m p 0.09 1.35 0.04 0.61 -arcans arcan nom m p 0.02 0.74 0.02 0.47 -arcatures arcature nom f p 0.00 0.07 0.00 0.07 -arceau arceau nom m s 0.17 3.04 0.14 0.27 -arceaux arceau nom m p 0.17 3.04 0.03 2.77 -archaïque archaïque adj s 1.15 2.50 0.88 1.96 -archaïques archaïque adj p 1.15 2.50 0.27 0.54 -archaïsant archaïsant nom m s 0.00 0.07 0.00 0.07 -archaïsme archaïsme nom m s 0.01 0.54 0.01 0.54 -archange archange nom m s 1.30 4.46 0.98 3.58 -archanges archange nom m p 1.30 4.46 0.32 0.88 -archangélique archangélique adj m s 0.00 0.20 0.00 0.20 -arche arche nom f s 3.19 7.16 2.83 5.68 -archer archer nom m s 3.77 2.50 2.24 0.41 -archers archer nom m p 3.77 2.50 1.53 2.03 -arches arche nom f p 3.19 7.16 0.36 1.49 -archet archet nom m s 0.47 2.30 0.46 1.96 -archets archet nom m p 0.47 2.30 0.01 0.34 -archevêché archevêché nom m s 0.40 1.08 0.40 1.01 -archevêchés archevêché nom m p 0.40 1.08 0.00 0.07 -archevêque archevêque nom m s 3.42 6.28 3.23 5.81 -archevêques archevêque nom m p 3.42 6.28 0.20 0.47 -archi_blet archi_blet adj m s 0.00 0.07 0.00 0.07 -archi_chiant archi_chiant adj m p 0.01 0.00 0.01 0.00 -archi_connu archi_connu adj m s 0.01 0.07 0.01 0.00 -archi_connu archi_connu adj m p 0.01 0.07 0.00 0.07 -archiduc archiduc nom f s 0.48 4.46 0.01 0.00 -archi_dégueu archi_dégueu adj s 0.00 0.07 0.00 0.07 -archi_faux archi_faux adj m 0.05 0.00 0.05 0.00 -archi_libre archi_libre adj f s 0.00 0.07 0.00 0.07 -archi_mortels archi_mortels nom m 0.01 0.00 0.01 0.00 -archi_mort archi_mort nom f p 0.00 0.07 0.00 0.07 -archi_méfiance archi_méfiance nom f s 0.00 0.07 0.00 0.07 -archi_nul archi_nul nom m s 0.01 0.00 0.01 0.00 -archi_nuls archi_nuls nom m 0.23 0.00 0.23 0.00 -archi_plein archi_plein nom m s 0.00 0.07 0.00 0.07 -archi_prouvé archi_prouvé adj m s 0.00 0.07 0.00 0.07 -archi_prudent archi_prudent nom m s 0.00 0.07 0.00 0.07 -archi_ringard archi_ringard nom m s 0.00 0.07 0.00 0.07 -archi_sophistiqué archi_sophistiqué adj f s 0.01 0.00 0.01 0.00 -archi_sèche archi_sèche adj f p 0.01 0.00 0.01 0.00 -archi_usé archi_usé adj m s 0.01 0.00 0.01 0.00 -archi_vieux archi_vieux adj m 0.00 0.07 0.00 0.07 -archi archi nom m s 0.75 0.74 0.75 0.74 -archiatre archiatre nom m s 0.00 0.20 0.00 0.20 -archicomble archicomble adj s 0.01 0.14 0.01 0.07 -archicombles archicomble adj p 0.01 0.14 0.00 0.07 -archiconnu archiconnu adj m s 0.00 0.07 0.00 0.07 -archidiacre archidiacre nom m s 0.26 0.07 0.26 0.07 -archidiocèse archidiocèse nom m s 0.19 0.00 0.19 0.00 -archiduc archiduc nom m s 0.48 4.46 0.36 4.05 -archiduchesse archiduc nom f s 0.48 4.46 0.11 0.27 -archiducs archiduc nom m p 0.48 4.46 0.00 0.14 -archie archi-e nom m 0.01 0.00 0.01 0.00 -archifaux archifaux adj m 0.04 0.07 0.04 0.07 -archimandrite archimandrite nom m s 0.00 0.61 0.00 0.61 -archinulles archinul adj f p 0.00 0.07 0.00 0.07 -archipel archipel nom m s 0.49 3.85 0.48 2.97 -archipels archipel nom m p 0.49 3.85 0.01 0.88 -archiprêtre archiprêtre nom m s 0.01 0.95 0.01 0.95 -architecte architecte nom s 9.98 7.70 8.39 4.93 -architectes architecte nom f p 9.98 7.70 1.60 2.77 -architectonie architectonie nom f s 0.14 0.00 0.14 0.00 -architectonique architectonique adj s 0.00 0.14 0.00 0.14 -architectural architectural adj m s 0.28 2.70 0.15 0.88 -architecturale architectural adj f s 0.28 2.70 0.08 1.01 -architecturalement architecturalement adv 0.01 0.07 0.01 0.07 -architecturales architectural adj f p 0.28 2.70 0.01 0.74 -architecturant architecturer ver 0.11 0.20 0.00 0.07 par:pre; -architecturaux architectural adj m p 0.28 2.70 0.04 0.07 -architecture architecture nom f s 4.07 12.23 3.90 10.47 -architecturent architecturer ver 0.11 0.20 0.00 0.07 ind:pre:3p; -architectures architecture nom f p 4.07 12.23 0.17 1.76 -architecturées architecturer ver f p 0.11 0.20 0.00 0.07 par:pas; -architrave architrave nom f s 0.00 0.20 0.00 0.20 -archiépiscopal archiépiscopal adj m s 0.00 0.07 0.00 0.07 -archivage archivage nom m s 0.06 0.00 0.06 0.00 -archive archive nom f s 9.42 8.51 0.13 0.20 -archiver archiver ver 0.90 0.07 0.13 0.07 inf; -archives archive nom f p 9.42 8.51 9.29 8.31 -archivez archiver ver 0.90 0.07 0.02 0.00 imp:pre:2p;ind:pre:2p; -archivions archiver ver 0.90 0.07 0.10 0.00 ind:imp:1p; -archiviste_paléographe archiviste_paléographe nom s 0.00 0.14 0.00 0.07 -archiviste archiviste nom s 0.41 1.55 0.41 1.22 -archiviste_paléographe archiviste_paléographe nom p 0.00 0.14 0.00 0.07 -archivistes archiviste nom p 0.41 1.55 0.01 0.34 -archivolte archivolte nom f s 0.00 0.41 0.00 0.14 -archivoltes archivolte nom f p 0.00 0.41 0.00 0.27 -archivons archiver ver 0.90 0.07 0.01 0.00 ind:pre:1p; -archivé archiver ver m s 0.90 0.07 0.33 0.00 par:pas; -archivées archiver ver f p 0.90 0.07 0.02 0.00 par:pas; -archivés archiver ver m p 0.90 0.07 0.07 0.00 par:pas; -archonte archonte nom m s 0.00 0.14 0.00 0.14 -archères archer nom f p 3.77 2.50 0.00 0.07 -archéologie archéologie nom f s 1.42 1.69 1.42 1.69 -archéologique archéologique adj s 0.76 0.81 0.52 0.41 -archéologiques archéologique adj p 0.76 0.81 0.24 0.41 -archéologue archéologue nom s 2.11 4.59 1.19 2.64 -archéologues archéologue nom p 2.11 4.59 0.92 1.96 -archéoptéryx archéoptéryx nom m 0.05 0.20 0.05 0.20 -archétypale archétypal adj f s 0.11 0.00 0.01 0.00 -archétypaux archétypal adj m p 0.11 0.00 0.10 0.00 -archétype archétype nom m s 0.67 0.88 0.61 0.68 -archétypes archétype nom m p 0.67 0.88 0.05 0.20 -arc_boutant arc_boutant nom m p 0.14 0.54 0.00 0.34 -arc_en_ciel arc_en_ciel nom m p 3.00 4.46 0.44 0.54 -arcs arc nom m p 5.25 17.30 0.73 3.24 -arctique arctique adj s 0.39 0.61 0.37 0.27 -arctiques arctique adj p 0.39 0.61 0.02 0.34 -ardûment ardûment adv 0.00 0.14 0.00 0.14 -ardais arder ver 0.51 0.34 0.00 0.07 ind:imp:1s; -ardait arder ver 0.51 0.34 0.00 0.14 ind:imp:3s; -ardant arder ver 0.51 0.34 0.01 0.00 par:pre; -arde arder ver 0.51 0.34 0.38 0.07 imp:pre:2s;ind:pre:3s; -ardemment ardemment adv 1.39 5.20 1.39 5.20 -ardennais ardennais nom m 0.20 0.34 0.20 0.27 -ardennaise ardennais nom f s 0.20 0.34 0.00 0.07 -ardent ardent adj m s 8.43 21.89 4.16 6.15 -ardente ardent adj f s 8.43 21.89 2.12 8.85 -ardentes ardent adj f p 8.43 21.89 0.97 2.43 -ardents ardent adj m p 8.43 21.89 1.17 4.46 -arder arder ver 0.51 0.34 0.11 0.00 inf; -ardeur ardeur nom f s 7.08 25.74 5.60 23.24 -ardeurs ardeur nom f p 7.08 25.74 1.47 2.50 -ardillon ardillon nom m s 0.00 0.68 0.00 0.54 -ardillons ardillon nom m p 0.00 0.68 0.00 0.14 -ardin ardin nom m s 0.01 0.07 0.01 0.07 -ardito ardito adv 0.00 0.07 0.00 0.07 -ardoise ardoise nom f s 3.45 9.80 3.35 5.95 -ardoises ardoise nom f p 3.45 9.80 0.10 3.85 -ardoisière ardoisier nom f s 0.00 0.07 0.00 0.07 -ardoisée ardoisé adj f s 0.00 0.14 0.00 0.07 -ardoisées ardoiser ver f p 0.00 0.07 0.00 0.07 par:pas; -ardoisés ardoisé adj m p 0.00 0.14 0.00 0.07 -ardre ardre ver 0.00 0.07 0.00 0.07 inf; -ardé arder ver m s 0.51 0.34 0.00 0.07 par:pas; -ardu ardu adj m s 1.42 5.00 0.61 2.43 -ardéchois ardéchois nom m 0.00 0.07 0.00 0.07 -ardéchoise ardéchois adj f s 0.00 0.14 0.00 0.14 -ardue ardu adj f s 1.42 5.00 0.61 1.42 -ardues ardu adj f p 1.42 5.00 0.06 0.34 -ardus ardu adj m p 1.42 5.00 0.14 0.81 -are are nom m s 15.80 1.28 15.55 1.22 -area area nom f s 0.12 0.07 0.12 0.07 -arec arec nom m s 0.27 0.07 0.27 0.07 -ares are nom m p 15.80 1.28 0.25 0.07 -arganier arganier nom m s 0.00 0.34 0.00 0.07 -arganiers arganier nom m p 0.00 0.34 0.00 0.27 -argans argan nom m p 0.00 0.07 0.00 0.07 -argent argent nom m s 515.10 194.39 515.04 194.32 -argentait argenter ver 0.62 3.99 0.00 0.34 ind:imp:3s; -argente argenter ver 0.62 3.99 0.17 0.14 ind:pre:3s; -argenterie argenterie nom f s 3.11 3.99 3.01 3.92 -argenteries argenterie nom f p 3.11 3.99 0.10 0.07 -argentier argentier nom m s 0.00 0.41 0.00 0.41 -argentifères argentifère adj f p 0.00 0.14 0.00 0.14 -argentin argentin adj m s 2.23 5.47 1.26 2.57 -argentine argentin adj f s 2.23 5.47 0.46 1.62 -argentines argentin adj f p 2.23 5.47 0.03 0.68 -argentins argentin nom m p 1.83 1.49 0.79 0.34 -argenton argenton nom m s 0.00 0.07 0.00 0.07 -argents argent nom m p 515.10 194.39 0.06 0.07 -argenté argenté adj m s 1.87 10.54 0.68 3.99 -argentée argenté adj f s 1.87 10.54 0.53 1.89 -argentées argenté adj f p 1.87 10.54 0.52 1.96 -argentés argenté adj m p 1.87 10.54 0.14 2.70 -argile argile nom f s 4.26 9.66 4.25 9.32 -argiles argile nom f p 4.26 9.66 0.01 0.34 -argileuse argileux adj f s 0.00 0.54 0.00 0.20 -argileux argileux adj m s 0.00 0.54 0.00 0.34 -argilière argilière nom f s 0.02 0.00 0.02 0.00 -argol argol nom m s 0.00 0.14 0.00 0.14 -argon argon nom m s 0.38 0.07 0.38 0.07 -argonaute argonaute nom m s 0.10 0.07 0.10 0.07 -argot argot nom m s 1.06 4.86 1.06 4.46 -argotique argotique adj s 0.05 0.95 0.05 0.68 -argotiques argotique adj p 0.05 0.95 0.00 0.27 -argots argot nom m p 1.06 4.86 0.00 0.41 -argougnasses argougner ver 0.00 0.27 0.00 0.07 sub:imp:2s; -argougne argougner ver 0.00 0.27 0.00 0.20 ind:pre:1s; -argousin argousin nom m s 0.00 1.35 0.00 0.61 -argousins argousin nom m p 0.00 1.35 0.00 0.74 -argua arguer ver 0.27 1.89 0.00 0.20 ind:pas:3s; -arguais arguer ver 0.27 1.89 0.01 0.00 ind:imp:2s; -arguait arguer ver 0.27 1.89 0.00 0.07 ind:imp:3s; -arguant arguer ver 0.27 1.89 0.08 1.15 par:pre; -argue arguer ver 0.27 1.89 0.11 0.07 imp:pre:2s;ind:pre:3s; -arguer arguer ver 0.27 1.89 0.05 0.41 inf; -argument argument nom m s 9.58 18.18 5.07 8.24 -argumenta argumenter ver 0.88 1.49 0.00 0.14 ind:pas:3s; -argumentaire argumentaire nom m s 0.13 0.00 0.13 0.00 -argumentait argumenter ver 0.88 1.49 0.03 0.20 ind:imp:3s; -argumentant argumenter ver 0.88 1.49 0.03 0.00 par:pre; -argumentateur argumentateur nom m s 0.01 0.00 0.01 0.00 -argumentatif argumentatif nom m s 0.02 0.00 0.02 0.00 -argumentation argumentation nom f s 0.54 0.88 0.44 0.68 -argumentations argumentation nom f p 0.54 0.88 0.10 0.20 -argumente argumenter ver 0.88 1.49 0.05 0.47 imp:pre:2s;ind:pre:1s;ind:pre:3s; -argumentent argumenter ver 0.88 1.49 0.04 0.00 ind:pre:3p; -argumenter argumenter ver 0.88 1.49 0.61 0.54 inf; -argumenterai argumenter ver 0.88 1.49 0.02 0.00 ind:fut:1s; -argumentes argumenter ver 0.88 1.49 0.01 0.00 ind:pre:2s; -argumentez argumenter ver 0.88 1.49 0.03 0.00 imp:pre:2p;ind:pre:2p; -arguments argument nom m p 9.58 18.18 4.51 9.93 -argumenté argumenter ver m s 0.88 1.49 0.05 0.14 par:pas; -argus argus nom m 0.09 0.68 0.09 0.68 -argutie argutie nom f s 0.03 0.54 0.00 0.14 -arguties argutie nom f p 0.03 0.54 0.03 0.41 -argué arguer ver m s 0.27 1.89 0.02 0.00 par:pas; -aria aria nom s 0.81 0.47 0.48 0.34 -arianisme arianisme nom m s 0.00 0.07 0.00 0.07 -arias aria nom m p 0.81 0.47 0.33 0.14 -aride aride adj s 1.30 6.15 1.17 4.26 -arides aride adj p 1.30 6.15 0.14 1.89 -aridité aridité nom f s 0.14 1.55 0.14 1.55 -arien arien adj m s 0.72 0.07 0.29 0.00 -arienne arien adj f s 0.72 0.07 0.44 0.00 -ariens arien nom m p 0.04 0.07 0.04 0.00 -ariettes ariette nom f p 0.00 0.07 0.00 0.07 -arioso arioso nom m s 0.00 0.14 0.00 0.14 -aristarque aristarque nom m s 0.00 0.14 0.00 0.07 -aristarques aristarque nom m p 0.00 0.14 0.00 0.07 -aristo aristo nom s 0.40 1.08 0.28 0.81 -aristocrate aristocrate nom s 3.13 3.58 1.76 2.23 -aristocrates aristocrate nom p 3.13 3.58 1.37 1.35 -aristocratie aristocratie nom f s 1.60 3.92 1.60 3.92 -aristocratique aristocratique adj s 0.15 2.91 0.12 2.36 -aristocratiquement aristocratiquement adv 0.00 0.07 0.00 0.07 -aristocratiques aristocratique adj p 0.15 2.91 0.03 0.54 -aristocratisme aristocratisme nom m s 0.00 0.07 0.00 0.07 -aristoloche aristoloche nom f s 0.00 0.14 0.00 0.07 -aristoloches aristoloche nom f p 0.00 0.14 0.00 0.07 -aristos aristo nom p 0.40 1.08 0.12 0.27 -aristotélicien aristotélicien adj m s 0.01 0.14 0.00 0.07 -aristotélicienne aristotélicien adj f s 0.01 0.14 0.01 0.07 -arithmomètre arithmomètre nom m s 0.00 0.07 0.00 0.07 -arithmétique arithmétique nom f s 0.57 2.23 0.57 2.23 -arithmétiquement arithmétiquement adv 0.01 0.07 0.01 0.07 -arithmétiques arithmétique adj p 0.20 0.47 0.00 0.07 -ariégeois ariégeois adj m s 0.00 0.14 0.00 0.07 -ariégeoise ariégeois adj f s 0.00 0.14 0.00 0.07 -arkose arkose nom f s 0.00 0.14 0.00 0.14 -arlequin arlequin nom m s 0.04 0.47 0.04 0.07 -arlequins arlequin nom m p 0.04 0.47 0.00 0.41 -arlésien arlésien nom m s 0.00 0.14 0.00 0.07 -arlésienne arlésienne nom f s 0.02 0.20 0.00 0.20 -arlésiennes arlésienne nom f p 0.02 0.20 0.02 0.00 -arma armer ver 29.77 28.45 0.38 1.22 ind:pas:3s; -armada armada nom f s 1.05 1.35 1.04 1.15 -armadas armada nom f p 1.05 1.35 0.01 0.20 -armadille armadille nom f s 0.00 0.07 0.00 0.07 -armagnac armagnac nom m s 0.66 0.74 0.66 0.61 -armagnacs armagnac nom m p 0.66 0.74 0.00 0.14 -armai armer ver 29.77 28.45 0.00 0.07 ind:pas:1s; -armaient armer ver 29.77 28.45 0.00 0.14 ind:imp:3p; -armait armer ver 29.77 28.45 0.16 0.54 ind:imp:3s; -armant armer ver 29.77 28.45 0.01 0.27 par:pre; -armateur armateur nom m s 0.59 2.30 0.56 1.42 -armateurs armateur nom m p 0.59 2.30 0.03 0.88 -armature armature nom f s 0.77 2.91 0.54 2.30 -armaturent armaturer ver 0.00 0.07 0.00 0.07 ind:pre:3p; -armatures armature nom f p 0.77 2.91 0.23 0.61 -arme_miracle arme_miracle nom f s 0.10 0.00 0.10 0.00 -arme arme nom f s 220.22 111.49 114.40 37.09 -armement armement nom m s 3.34 9.80 3.01 9.05 -armements armement nom m p 3.34 9.80 0.33 0.74 -arment armer ver 29.77 28.45 0.17 0.20 ind:pre:3p; -armer armer ver 29.77 28.45 1.33 2.64 inf; -armeraient armer ver 29.77 28.45 0.00 0.07 cnd:pre:3p; -armerais armer ver 29.77 28.45 0.01 0.07 cnd:pre:1s; -armeront armer ver 29.77 28.45 0.01 0.00 ind:fut:3p; -armes arme nom f p 220.22 111.49 105.82 74.39 -armez armer ver 29.77 28.45 2.68 0.07 imp:pre:2p;ind:pre:2p; -armistice armistice nom m s 1.05 15.54 1.05 14.93 -armistices armistice nom m p 1.05 15.54 0.00 0.61 -armoire armoire nom f s 9.79 45.54 9.05 38.58 -armoires armoire nom f p 9.79 45.54 0.73 6.96 -armoirie armoirie nom f s 0.36 1.89 0.01 0.14 -armoiries armoirie nom f p 0.36 1.89 0.35 1.76 -armoise armoise nom f s 0.38 0.27 0.36 0.20 -armoises armoise nom f p 0.38 0.27 0.01 0.07 -armon armon nom m s 0.01 0.00 0.01 0.00 -armons armer ver 29.77 28.45 0.14 0.20 imp:pre:1p;ind:pre:1p; -armorial armorial nom m s 0.00 0.34 0.00 0.34 -armoricaine armoricain adj f s 0.00 0.20 0.00 0.20 -armorié armorier ver m s 0.00 0.61 0.00 0.27 par:pas; -armoriée armorier ver f s 0.00 0.61 0.00 0.07 par:pas; -armoriées armorier ver f p 0.00 0.61 0.00 0.14 par:pas; -armoriés armorier ver m p 0.00 0.61 0.00 0.14 par:pas; -armât armer ver 29.77 28.45 0.00 0.07 sub:imp:3s; -armé armer ver m s 29.77 28.45 10.97 8.31 par:pas; -armée armée nom f s 101.07 146.55 93.97 114.46 -armées armée nom f p 101.07 146.55 7.10 32.09 -arménien arménien adj m s 1.07 0.95 0.21 0.27 -arménienne arménien adj f s 1.07 0.95 0.28 0.54 -arméniennes arménien adj f p 1.07 0.95 0.00 0.07 -arméniens arménien adj m p 1.07 0.95 0.58 0.07 -arménoïde arménoïde adj m s 0.00 0.07 0.00 0.07 -armure armure nom f s 5.46 8.11 5.00 5.47 -armurerie armurerie nom f s 0.94 0.27 0.89 0.27 -armureries armurerie nom f p 0.94 0.27 0.05 0.00 -armures armure nom f p 5.46 8.11 0.46 2.64 -arméria arméria nom f s 0.00 0.14 0.00 0.07 -armérias arméria nom f p 0.00 0.14 0.00 0.07 -armurier armurier nom m s 0.75 1.69 0.60 1.22 -armuriers armurier nom m p 0.75 1.69 0.14 0.47 -armés armer ver m p 29.77 28.45 6.70 7.91 par:pas; -arnaquait arnaquer ver 6.37 0.68 0.15 0.00 ind:imp:3s; -arnaquant arnaquer ver 6.37 0.68 0.16 0.00 par:pre; -arnaque arnaque nom f s 6.27 5.14 5.49 4.59 -arnaquent arnaquer ver 6.37 0.68 0.32 0.00 ind:pre:3p; -arnaquer arnaquer ver 6.37 0.68 2.65 0.47 inf; -arnaquera arnaquer ver 6.37 0.68 0.02 0.00 ind:fut:3s; -arnaques arnaque nom f p 6.27 5.14 0.78 0.54 -arnaqueur arnaqueur nom m s 1.47 0.54 0.99 0.07 -arnaqueurs arnaqueur nom m p 1.47 0.54 0.32 0.47 -arnaqueuse arnaqueur nom f s 1.47 0.54 0.16 0.00 -arnaquez arnaquer ver 6.37 0.68 0.20 0.00 imp:pre:2p;ind:pre:2p; -arnaqué arnaquer ver m s 6.37 0.68 1.46 0.14 par:pas; -arnaquée arnaquer ver f s 6.37 0.68 0.06 0.00 par:pas; -arnaqués arnaquer ver m p 6.37 0.68 0.50 0.00 par:pas; -arnica arnica nom s 0.02 0.61 0.02 0.61 -arobase arobase nom f s 0.14 0.00 0.14 0.00 -aromate aromate nom m s 0.11 0.88 0.01 0.00 -aromates aromate nom m p 0.11 0.88 0.10 0.88 -aromathérapie aromathérapie nom f s 0.18 0.00 0.18 0.00 -aromatique aromatique adj s 0.10 0.74 0.02 0.20 -aromatiques aromatique adj p 0.10 0.74 0.07 0.54 -aromatiser aromatiser ver 0.20 0.54 0.01 0.00 inf; -aromatisé aromatiser ver m s 0.20 0.54 0.16 0.34 par:pas; -aromatisée aromatiser ver f s 0.20 0.54 0.01 0.07 par:pas; -aromatisées aromatiser ver f p 0.20 0.54 0.00 0.14 par:pas; -aromatisés aromatiser ver m p 0.20 0.54 0.01 0.00 par:pas; -aronde aronde nom f s 0.00 0.47 0.00 0.47 -arousal arousal nom m s 0.00 0.07 0.00 0.07 -arpent arpent nom m s 0.56 0.95 0.17 0.14 -arpenta arpenter ver 2.00 9.53 0.10 0.47 ind:pas:3s; -arpentage arpentage nom m s 0.20 0.27 0.20 0.20 -arpentages arpentage nom m p 0.20 0.27 0.00 0.07 -arpentai arpenter ver 2.00 9.53 0.01 0.27 ind:pas:1s; -arpentaient arpenter ver 2.00 9.53 0.00 0.47 ind:imp:3p; -arpentais arpenter ver 2.00 9.53 0.00 0.27 ind:imp:1s; -arpentait arpenter ver 2.00 9.53 0.04 1.76 ind:imp:3s; -arpentant arpenter ver 2.00 9.53 0.02 1.49 par:pre; -arpente arpenter ver 2.00 9.53 0.62 1.01 imp:pre:2s;ind:pre:1s;ind:pre:3s; -arpentent arpenter ver 2.00 9.53 0.08 0.61 ind:pre:3p; -arpenter arpenter ver 2.00 9.53 0.64 2.30 inf; -arpenterai arpenter ver 2.00 9.53 0.03 0.00 ind:fut:1s; -arpenteront arpenter ver 2.00 9.53 0.01 0.00 ind:fut:3p; -arpenteur arpenteur nom m s 0.25 1.49 0.16 0.74 -arpenteurs arpenteur nom m p 0.25 1.49 0.09 0.74 -arpentez arpenter ver 2.00 9.53 0.02 0.00 imp:pre:2p;ind:pre:2p; -arpentions arpenter ver 2.00 9.53 0.00 0.14 ind:imp:1p; -arpentons arpenter ver 2.00 9.53 0.00 0.07 ind:pre:1p; -arpents arpent nom m p 0.56 0.95 0.38 0.81 -arpentèrent arpenter ver 2.00 9.53 0.00 0.07 ind:pas:3p; -arpenté arpenter ver m s 2.00 9.53 0.41 0.47 par:pas; -arpentée arpenter ver f s 2.00 9.53 0.00 0.07 par:pas; -arpentés arpenter ver m p 2.00 9.53 0.00 0.07 par:pas; -arpette arpette nom s 0.01 0.00 0.01 0.00 -arpion arpion nom m s 0.03 1.08 0.00 0.07 -arpions arpion nom m p 0.03 1.08 0.03 1.01 -arpège arpège nom m s 0.20 1.49 0.03 1.15 -arpèges arpège nom m p 0.20 1.49 0.18 0.34 -arpète arpète nom s 0.00 1.15 0.00 0.88 -arpètes arpète nom p 0.00 1.15 0.00 0.27 -arpégé arpéger ver m s 0.14 0.00 0.14 0.00 par:pas; -arqua arquer ver 0.34 2.36 0.00 0.07 ind:pas:3s; -arquaient arquer ver 0.34 2.36 0.00 0.41 ind:imp:3p; -arquait arquer ver 0.34 2.36 0.00 0.14 ind:imp:3s; -arquant arquer ver 0.34 2.36 0.00 0.14 par:pre; -arque arquer ver 0.34 2.36 0.00 0.07 ind:pre:1s; -arquebusade arquebusade nom f s 0.00 0.14 0.00 0.14 -arquebuse arquebuse nom f s 0.41 8.72 0.39 8.51 -arquebuses arquebuse nom f p 0.41 8.72 0.02 0.20 -arquebusiers arquebusier nom m p 0.40 0.00 0.40 0.00 -arquebusât arquebuser ver 0.01 0.00 0.01 0.00 sub:imp:3s; -arquent arquer ver 0.34 2.36 0.00 0.20 ind:pre:3p; -arquepince arquepincer ver 0.00 0.07 0.00 0.07 imp:pre:2s; -arquer arquer ver 0.34 2.36 0.31 0.47 inf; -arqué arqué adj m s 0.14 2.97 0.02 0.47 -arquée arquer ver f s 0.34 2.36 0.01 0.14 par:pas; -arquées arqué adj f p 0.14 2.97 0.10 1.49 -arqués arqué adj m p 0.14 2.97 0.01 0.61 -arracha arracher ver 54.19 113.38 0.33 11.82 ind:pas:3s; -arrachage arrachage nom m s 0.10 0.27 0.10 0.27 -arrachai arracher ver 54.19 113.38 0.04 1.15 ind:pas:1s; -arrachaient arracher ver 54.19 113.38 0.18 2.16 ind:imp:3p; -arrachais arracher ver 54.19 113.38 0.84 0.74 ind:imp:1s;ind:imp:2s; -arrachait arracher ver 54.19 113.38 0.31 9.59 ind:imp:3s; -arrachant arracher ver 54.19 113.38 0.46 7.43 par:pre; -arrache_clou arrache_clou nom m s 0.00 0.07 0.00 0.07 -arrache arracher ver 54.19 113.38 13.52 14.93 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:1s;sub:pre:3s; -arrachement arrachement nom m s 0.02 3.11 0.02 2.64 -arrachements arrachement nom m p 0.02 3.11 0.00 0.47 -arrachent arracher ver 54.19 113.38 1.23 2.57 ind:pre:3p; -arracher arracher ver 54.19 113.38 17.20 34.32 ind:pre:2p;inf; -arrachera arracher ver 54.19 113.38 0.90 0.68 ind:fut:3s; -arracherai arracher ver 54.19 113.38 1.68 0.27 ind:fut:1s; -arracheraient arracher ver 54.19 113.38 0.05 0.20 cnd:pre:3p; -arracherais arracher ver 54.19 113.38 0.49 0.20 cnd:pre:1s;cnd:pre:2s; -arracherait arracher ver 54.19 113.38 0.35 1.01 cnd:pre:3s; -arracheras arracher ver 54.19 113.38 0.01 0.07 ind:fut:2s; -arracherons arracher ver 54.19 113.38 0.43 0.07 ind:fut:1p; -arracheront arracher ver 54.19 113.38 0.50 0.14 ind:fut:3p; -arraches arracher ver 54.19 113.38 0.82 0.07 ind:pre:2s; -arracheur arracheur nom m s 0.34 0.74 0.31 0.41 -arracheurs arracheur nom m p 0.34 0.74 0.00 0.27 -arracheuse arracheur nom f s 0.34 0.74 0.04 0.00 -arracheuses arracheur nom f p 0.34 0.74 0.00 0.07 -arrachez arracher ver 54.19 113.38 1.42 0.27 imp:pre:2p;ind:pre:2p; -arrachiez arracher ver 54.19 113.38 0.04 0.00 ind:imp:2p; -arrachions arracher ver 54.19 113.38 0.00 0.07 ind:imp:1p; -arrachons arracher ver 54.19 113.38 0.42 0.14 imp:pre:1p;ind:pre:1p; -arrachât arracher ver 54.19 113.38 0.00 0.61 sub:imp:3s; -arrachèrent arracher ver 54.19 113.38 0.28 0.88 ind:pas:3p; -arraché arracher ver m s 54.19 113.38 9.53 13.04 par:pas; -arrachée arracher ver f s 54.19 113.38 1.40 5.74 par:pas; -arrachées arracher ver f p 54.19 113.38 0.69 2.09 par:pas; -arrachures arrachure nom f p 0.00 0.07 0.00 0.07 -arrachés arracher ver m p 54.19 113.38 1.09 3.11 par:pas; -arraisonner arraisonner ver 0.14 0.61 0.05 0.07 inf; -arraisonnerons arraisonner ver 0.14 0.61 0.00 0.07 ind:fut:1p; -arraisonné arraisonner ver m s 0.14 0.61 0.07 0.27 par:pas; -arraisonnées arraisonner ver f p 0.14 0.61 0.00 0.07 par:pas; -arraisonnés arraisonner ver m p 0.14 0.61 0.02 0.14 par:pas; -arrange arranger ver 116.14 75.81 22.14 12.97 imp:pre:2s;ind:pre:1s;ind:pre:3s; -arrangea arranger ver 116.14 75.81 0.25 2.43 ind:pas:3s; -arrangeai arranger ver 116.14 75.81 0.01 0.27 ind:pas:1s; -arrangeaient arranger ver 116.14 75.81 0.12 1.62 ind:imp:3p; -arrangeais arranger ver 116.14 75.81 0.45 0.74 ind:imp:1s;ind:imp:2s; -arrangeait arranger ver 116.14 75.81 1.19 9.46 ind:imp:3s; -arrangeant arranger ver 116.14 75.81 0.18 1.42 par:pre; -arrangeante arrangeant adj f s 0.10 0.47 0.04 0.07 -arrangeantes arrangeant adj f p 0.10 0.47 0.00 0.14 -arrangeants arrangeant adj m p 0.10 0.47 0.03 0.07 -arrangement arrangement nom m s 10.23 9.39 8.62 5.81 -arrangements arrangement nom m p 10.23 9.39 1.61 3.58 -arrangent arranger ver 116.14 75.81 1.30 2.50 ind:pre:3p;sub:pre:3p; -arrangeons arranger ver 116.14 75.81 0.29 0.07 imp:pre:1p;ind:pre:1p; -arrangeât arranger ver 116.14 75.81 0.00 0.07 sub:imp:3s; -arranger arranger ver 116.14 75.81 48.51 18.45 imp:pre:2p;inf; -arrangera arranger ver 116.14 75.81 8.40 2.30 ind:fut:3s; -arrangerai arranger ver 116.14 75.81 3.51 2.57 ind:fut:1s; -arrangeraient arranger ver 116.14 75.81 0.01 0.41 cnd:pre:3p; -arrangerais arranger ver 116.14 75.81 0.61 0.34 cnd:pre:1s;cnd:pre:2s; -arrangerait arranger ver 116.14 75.81 3.05 3.31 cnd:pre:3s; -arrangeras arranger ver 116.14 75.81 0.24 0.20 ind:fut:2s; -arrangerez arranger ver 116.14 75.81 0.14 0.34 ind:fut:2p; -arrangerions arranger ver 116.14 75.81 0.00 0.07 cnd:pre:1p; -arrangerons arranger ver 116.14 75.81 0.39 0.47 ind:fut:1p; -arrangeront arranger ver 116.14 75.81 0.30 0.41 ind:fut:3p; -arranges arranger ver 116.14 75.81 1.50 0.47 ind:pre:2s; -arrangeur arrangeur nom m s 0.10 0.07 0.06 0.00 -arrangeurs arrangeur nom m p 0.10 0.07 0.04 0.07 -arrangez arranger ver 116.14 75.81 2.42 0.74 imp:pre:2p;ind:pre:2p; -arrangiez arranger ver 116.14 75.81 0.01 0.07 ind:imp:2p; -arrangions arranger ver 116.14 75.81 0.04 0.20 ind:imp:1p; -arrangèrent arranger ver 116.14 75.81 0.01 0.34 ind:pas:3p; -arrangé arranger ver m s 116.14 75.81 18.24 9.93 par:pas; -arrangée arranger ver f s 116.14 75.81 1.29 2.50 par:pas; -arrangées arranger ver f p 116.14 75.81 0.41 0.34 par:pas; -arrangés arranger ver m p 116.14 75.81 1.13 0.81 par:pas; -arrestation arrestation nom f s 20.59 10.41 17.59 8.58 -arrestations arrestation nom f p 20.59 10.41 3.00 1.82 -arrhes arrhe nom f p 0.30 0.41 0.30 0.41 -arrima arrimer ver 0.97 2.91 0.00 0.07 ind:pas:3s; -arrimage arrimage nom m s 0.61 0.20 0.61 0.20 -arrimais arrimer ver 0.97 2.91 0.00 0.07 ind:imp:1s; -arrimait arrimer ver 0.97 2.91 0.00 0.20 ind:imp:3s; -arrimant arrimer ver 0.97 2.91 0.10 0.07 par:pre; -arrime arrimer ver 0.97 2.91 0.05 0.00 imp:pre:2s;ind:pre:3s; -arriment arrimer ver 0.97 2.91 0.03 0.07 ind:pre:3p; -arrimer arrimer ver 0.97 2.91 0.32 0.41 inf; -arrimez arrimer ver 0.97 2.91 0.08 0.00 imp:pre:2p; -arrimé arrimer ver m s 0.97 2.91 0.16 0.68 par:pas; -arrimée arrimer ver f s 0.97 2.91 0.05 0.74 par:pas; -arrimées arrimer ver f p 0.97 2.91 0.11 0.27 par:pas; -arrimés arrimer ver m p 0.97 2.91 0.08 0.34 par:pas; -arrière_automne arrière_automne nom m 0.00 0.14 0.00 0.14 -arrière_ban arrière_ban nom m s 0.00 0.20 0.00 0.20 -arrière_boutique arrière_boutique nom f s 0.31 6.35 0.31 5.95 -arrière_boutique arrière_boutique nom f p 0.31 6.35 0.00 0.41 -arrière_cabinet arrière_cabinet nom m p 0.00 0.07 0.00 0.07 -arrière_cour arrière_cour nom f s 0.45 1.35 0.41 1.01 -arrière_cour arrière_cour nom f p 0.45 1.35 0.03 0.34 -arrière_cousin arrière_cousin nom m s 0.12 0.00 0.12 0.00 -arrière_cuisine arrière_cuisine nom f s 0.02 0.14 0.02 0.07 -arrière_cuisine arrière_cuisine nom f p 0.02 0.14 0.00 0.07 -arrière_fond arrière_fond nom m s 0.04 0.95 0.04 0.95 -arrière_garde arrière_garde nom f s 0.47 2.03 0.47 1.69 -arrière_garde arrière_garde nom f p 0.47 2.03 0.00 0.34 -arrière_goût arrière_goût nom m s 0.55 1.28 0.55 1.22 -arrière_goût arrière_goût nom m p 0.55 1.28 0.00 0.07 -arrière_gorge arrière_gorge nom f s 0.00 0.27 0.00 0.27 -arrière_grand_mère arrière_grand_mère nom f s 0.85 2.57 0.83 2.30 -arrière_grand_mère arrière_grand_mère nom f p 0.85 2.57 0.00 0.20 -arrière_grand_oncle arrière_grand_oncle nom m s 0.04 0.41 0.04 0.41 -arrière_grand_père arrière_grand_père nom m s 1.48 4.12 1.48 3.78 -arrière_grand_tante arrière_grand_tante nom f s 0.00 0.20 0.00 0.14 -arrière_grand_tante arrière_grand_tante nom f p 0.00 0.20 0.00 0.07 -arrière_grand_mère arrière_grand_mère nom f p 0.85 2.57 0.02 0.07 -arrière_grand_parent arrière_grand_parent nom m p 0.16 1.08 0.16 1.08 -arrière_grand_père arrière_grand_père nom m p 1.48 4.12 0.00 0.34 -arrière_loge arrière_loge nom m s 0.00 0.07 0.00 0.07 -arrière_magasin arrière_magasin nom m 0.00 0.07 0.00 0.07 -arrière_main arrière_main nom s 0.00 0.07 0.00 0.07 -arrière_monde arrière_monde nom m s 0.00 0.14 0.00 0.14 -arrière_neveux arrière_neveux nom m p 0.00 0.07 0.00 0.07 -arrière_pays arrière_pays nom m 0.37 1.15 0.37 1.15 -arrière_pensée arrière_pensée nom f s 0.91 5.95 0.79 3.58 -arrière_pensée arrière_pensée nom f p 0.91 5.95 0.13 2.36 -arrière_petit_fils arrière_petit_fils nom m 0.14 0.61 0.14 0.61 -arrière_petit_neveu arrière_petit_neveu nom m s 0.01 0.27 0.01 0.27 -arrière_petite_fille arrière_petite_fille nom f s 0.13 0.81 0.13 0.47 -arrière_petite_nièce arrière_petite_nièce nom f s 0.00 0.14 0.00 0.07 -arrière_petite_fille arrière_petite_fille nom f p 0.13 0.81 0.00 0.34 -arrière_petite_nièce arrière_petite_nièce nom f p 0.00 0.14 0.00 0.07 -arrière_petit_enfant arrière_petit_enfant nom m p 0.36 0.27 0.36 0.27 -arrière_petits_fils arrière_petits_fils nom m p 0.00 0.41 0.00 0.41 -arrière_petits_neveux arrière_petits_neveux nom m p 0.00 0.07 0.00 0.07 -arrière_plan arrière_plan nom m s 0.94 2.70 0.91 2.03 -arrière_plan arrière_plan nom m p 0.94 2.70 0.02 0.68 -arrière_saison arrière_saison nom f s 0.00 1.22 0.00 1.22 -arrière_salle arrière_salle nom f s 0.28 2.36 0.24 2.16 -arrière_salle arrière_salle nom f p 0.28 2.36 0.04 0.20 -arrière_train arrière_train nom m s 0.66 1.69 0.64 1.62 -arrière_train arrière_train nom m p 0.66 1.69 0.03 0.07 -arrière arrière ono 2.75 0.14 2.75 0.14 -arrières arrière nom m p 52.15 95.00 4.76 4.73 -arriération arriération nom f s 0.03 0.27 0.03 0.27 -arriéré arriéré nom m s 0.79 2.03 0.22 0.54 -arriérée arriéré adj f s 0.57 1.62 0.20 0.34 -arriérées arriéré adj f p 0.57 1.62 0.04 0.14 -arriérés arriéré nom m p 0.79 2.03 0.54 1.35 -arriva arriver ver 1252.39 723.04 5.75 47.50 ind:pas:3s; -arrivage arrivage nom m s 0.82 1.96 0.76 1.55 -arrivages arrivage nom m p 0.82 1.96 0.07 0.41 -arrivai arriver ver 1252.39 723.04 0.49 6.76 ind:pas:1s; -arrivaient arriver ver 1252.39 723.04 2.72 22.91 ind:imp:3p; -arrivais arriver ver 1252.39 723.04 11.24 18.51 ind:imp:1s;ind:imp:2s; -arrivait arriver ver 1252.39 723.04 22.16 105.00 ind:imp:3s; -arrivant arriver ver 1252.39 723.04 9.19 22.57 par:pre; -arrivante arrivant nom f s 0.48 5.07 0.03 0.27 -arrivants arrivant nom m p 0.48 5.07 0.27 2.64 -arrivas arriver ver 1252.39 723.04 0.02 0.07 ind:pas:2s; -arrivassent arriver ver 1252.39 723.04 0.00 0.07 sub:imp:3p; -arrive arriver ver 1252.39 723.04 525.10 164.12 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:1s;sub:pre:3s; -arrivent arriver ver 1252.39 723.04 58.12 21.82 ind:pre:3p;sub:pre:3p; -arriver arriver ver 1252.39 723.04 182.85 95.00 inf;; -arrivera arriver ver 1252.39 723.04 53.86 10.07 ind:fut:3s; -arriverai arriver ver 1252.39 723.04 13.08 3.85 ind:fut:1s; -arriveraient arriver ver 1252.39 723.04 0.58 1.22 cnd:pre:3p; -arriverais arriver ver 1252.39 723.04 3.93 1.76 cnd:pre:1s;cnd:pre:2s; -arriverait arriver ver 1252.39 723.04 11.06 9.73 cnd:pre:3s; -arriveras arriver ver 1252.39 723.04 8.98 1.96 ind:fut:2s; -arriverez arriver ver 1252.39 723.04 5.30 1.22 ind:fut:2p; -arriveriez arriver ver 1252.39 723.04 0.46 0.07 cnd:pre:2p; -arriverions arriver ver 1252.39 723.04 0.25 0.27 cnd:pre:1p; -arriverons arriver ver 1252.39 723.04 3.61 1.42 ind:fut:1p; -arriveront arriver ver 1252.39 723.04 5.17 1.62 ind:fut:3p; -arrives arriver ver 1252.39 723.04 28.82 3.31 ind:pre:2s; -arrivez arriver ver 1252.39 723.04 10.69 2.23 imp:pre:2p;ind:pre:2p; -arriviez arriver ver 1252.39 723.04 1.30 0.88 ind:imp:2p; -arrivions arriver ver 1252.39 723.04 0.99 4.59 ind:imp:1p; -arrivisme arrivisme nom m s 0.16 0.27 0.16 0.27 -arriviste arriviste nom s 0.77 0.41 0.60 0.20 -arrivistes arriviste nom p 0.77 0.41 0.17 0.20 -arrivâmes arriver ver 1252.39 723.04 0.46 3.18 ind:pas:1p; -arrivons arriver ver 1252.39 723.04 6.09 4.86 imp:pre:1p;ind:pre:1p; -arrivât arriver ver 1252.39 723.04 0.43 2.09 sub:imp:3s; -arrivâtes arriver ver 1252.39 723.04 0.01 0.07 ind:pas:2p; -arrivèrent arriver ver 1252.39 723.04 1.36 12.57 ind:pas:3p; -arrivé arriver ver m s 1252.39 723.04 203.06 97.91 par:pas;par:pas;par:pas; -arrivée arrivée nom f s 42.66 80.00 41.90 77.84 -arrivées arriver ver f p 1252.39 723.04 4.24 2.91 par:pas; -arrivés arriver ver m p 1252.39 723.04 32.78 25.81 par:pas; -arrogamment arrogamment adv 0.00 0.47 0.00 0.47 -arrogance arrogance nom f s 3.92 3.85 3.92 3.85 -arrogant arrogant adj m s 5.29 4.05 2.98 2.16 -arrogante arrogant adj f s 5.29 4.05 1.53 1.01 -arrogantes arrogant adj f p 5.29 4.05 0.18 0.20 -arrogants arrogant adj m p 5.29 4.05 0.59 0.68 -arroge arroger ver 0.39 1.01 0.22 0.14 ind:pre:1s;ind:pre:3s; -arrogeaient arroger ver 0.39 1.01 0.00 0.07 ind:imp:3p; -arrogeait arroger ver 0.39 1.01 0.00 0.07 ind:imp:3s; -arrogeant arroger ver 0.39 1.01 0.00 0.07 par:pre; -arrogent arroger ver 0.39 1.01 0.14 0.00 ind:pre:3p; -arroger arroger ver 0.39 1.01 0.00 0.54 inf; -arrogèrent arroger ver 0.39 1.01 0.01 0.00 ind:pas:3p; -arrogé arroger ver m s 0.39 1.01 0.02 0.07 par:pas; -arrogée arroger ver f s 0.39 1.01 0.00 0.07 par:pas; -arroi arroi nom m s 0.00 0.68 0.00 0.68 -arrondi arrondi adj m s 0.57 7.84 0.20 2.91 -arrondie arrondi adj f s 0.57 7.84 0.17 1.96 -arrondies arrondi adj f p 0.57 7.84 0.04 0.95 -arrondir arrondir ver 2.04 14.53 1.06 2.23 inf; -arrondira arrondir ver 2.04 14.53 0.15 0.07 ind:fut:3s; -arrondirait arrondir ver 2.04 14.53 0.01 0.07 cnd:pre:3s; -arrondirent arrondir ver 2.04 14.53 0.00 0.20 ind:pas:3p; -arrondis arrondir ver m p 2.04 14.53 0.22 1.22 imp:pre:2s;ind:pre:1s;ind:pre:2s;par:pas; -arrondissaient arrondir ver 2.04 14.53 0.00 0.74 ind:imp:3p; -arrondissait arrondir ver 2.04 14.53 0.20 2.43 ind:imp:3s; -arrondissant arrondir ver 2.04 14.53 0.01 0.74 par:pre; -arrondissement arrondissement nom m s 0.95 8.38 0.94 7.30 -arrondissements arrondissement nom m p 0.95 8.38 0.01 1.08 -arrondissent arrondir ver 2.04 14.53 0.05 1.08 ind:pre:3p; -arrondissons arrondir ver 2.04 14.53 0.04 0.00 imp:pre:1p; -arrondit arrondir ver 2.04 14.53 0.14 2.30 ind:pre:3s;ind:pas:3s; -arrosa arroser ver 14.07 19.73 0.00 0.54 ind:pas:3s; -arrosage arrosage nom m s 1.72 1.89 1.72 1.89 -arrosaient arroser ver 14.07 19.73 0.04 0.68 ind:imp:3p; -arrosais arroser ver 14.07 19.73 0.11 0.07 ind:imp:1s;ind:imp:2s; -arrosait arroser ver 14.07 19.73 0.62 2.64 ind:imp:3s; -arrosant arroser ver 14.07 19.73 0.30 1.35 par:pre; -arrose arroser ver 14.07 19.73 3.34 2.43 imp:pre:2s;ind:pre:1s;ind:pre:3s; -arrosent arroser ver 14.07 19.73 0.22 0.61 ind:pre:3p; -arroser arroser ver 14.07 19.73 5.53 4.46 inf; -arrosera arroser ver 14.07 19.73 0.02 0.00 ind:fut:3s; -arroserais arroser ver 14.07 19.73 0.00 0.14 cnd:pre:1s; -arroserait arroser ver 14.07 19.73 0.02 0.14 cnd:pre:3s; -arroseras arroser ver 14.07 19.73 0.02 0.00 ind:fut:2s; -arroserez arroser ver 14.07 19.73 0.00 0.07 ind:fut:2p; -arroseront arroser ver 14.07 19.73 0.01 0.07 ind:fut:3p; -arroses arroser ver 14.07 19.73 0.19 0.07 ind:pre:2s; -arroseur arroseur nom m s 0.43 0.47 0.22 0.14 -arroseurs arroseur nom m p 0.43 0.47 0.19 0.07 -arroseuse arroseur nom f s 0.43 0.47 0.02 0.20 -arroseuses arroseuse nom f p 0.01 0.00 0.01 0.00 -arrosez arroser ver 14.07 19.73 0.70 0.14 imp:pre:2p;ind:pre:2p; -arrosiez arroser ver 14.07 19.73 0.00 0.07 ind:imp:2p; -arrosions arroser ver 14.07 19.73 0.00 0.14 ind:imp:1p; -arrosoir arrosoir nom m s 0.37 3.58 0.37 3.04 -arrosoirs arrosoir nom m p 0.37 3.58 0.00 0.54 -arrosons arroser ver 14.07 19.73 0.40 0.14 imp:pre:1p;ind:pre:1p; -arrosèrent arroser ver 14.07 19.73 0.01 0.14 ind:pas:3p; -arrosé arroser ver m s 14.07 19.73 1.70 2.97 par:pas; -arrosée arroser ver f s 14.07 19.73 0.28 1.22 par:pas; -arrosées arroser ver f p 14.07 19.73 0.26 0.81 par:pas; -arrosés arroser ver m p 14.07 19.73 0.31 0.88 par:pas; -arrérages arrérage nom m p 0.20 0.14 0.20 0.14 -arrêt_buffet arrêt_buffet nom m s 0.01 0.07 0.00 0.07 -arrêt arrêt nom m s 50.88 53.92 46.80 46.82 -arrêta arrêter ver 993.79 462.50 1.68 93.31 ind:pas:3s; -arrêtai arrêter ver 993.79 462.50 0.48 6.15 ind:pas:1s; -arrêtaient arrêter ver 993.79 462.50 1.13 9.59 ind:imp:3p; -arrêtais arrêter ver 993.79 462.50 3.70 4.66 ind:imp:1s;ind:imp:2s; -arrêtait arrêter ver 993.79 462.50 8.97 37.09 ind:imp:3s; -arrêtant arrêter ver 993.79 462.50 1.00 16.01 par:pre; -arrêtassent arrêter ver 993.79 462.50 0.00 0.20 sub:imp:3p; -arrête_boeuf arrête_boeuf nom m s 0.00 0.07 0.00 0.07 -arrête arrêter ver 993.79 462.50 456.59 85.07 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:1s;sub:pre:3s; -arrêtent arrêter ver 993.79 462.50 9.22 10.81 ind:pre:3p;sub:pre:3p; -arrêter arrêter ver 993.79 462.50 178.62 80.61 inf;;inf;;inf;;inf;; -arrêtera arrêter ver 993.79 462.50 14.42 2.70 ind:fut:3s; -arrêterai arrêter ver 993.79 462.50 4.00 0.54 ind:fut:1s; -arrêteraient arrêter ver 993.79 462.50 0.75 0.34 cnd:pre:3p; -arrêterais arrêter ver 993.79 462.50 2.13 0.61 cnd:pre:1s;cnd:pre:2s; -arrêterait arrêter ver 993.79 462.50 1.77 2.84 cnd:pre:3s; -arrêteras arrêter ver 993.79 462.50 1.40 0.34 ind:fut:2s; -arrêterez arrêter ver 993.79 462.50 1.27 0.07 ind:fut:2p; -arrêteriez arrêter ver 993.79 462.50 0.18 0.14 cnd:pre:2p; -arrêterions arrêter ver 993.79 462.50 0.04 0.07 cnd:pre:1p; -arrêterons arrêter ver 993.79 462.50 0.90 0.68 ind:fut:1p; -arrêteront arrêter ver 993.79 462.50 2.49 0.88 ind:fut:3p; -arrêtes arrêter ver 993.79 462.50 21.90 1.96 ind:pre:2s;sub:pre:2s; -arrêtez arrêter ver 993.79 462.50 174.12 6.69 imp:pre:2p;ind:pre:2p; -arrêtiez arrêter ver 993.79 462.50 1.56 0.20 ind:imp:2p; -arrêtions arrêter ver 993.79 462.50 0.55 1.42 ind:imp:1p;sub:pre:1p; -arrêtâmes arrêter ver 993.79 462.50 0.01 1.22 ind:pas:1p; -arrêtons arrêter ver 993.79 462.50 6.60 2.70 imp:pre:1p;ind:pre:1p; -arrêtât arrêter ver 993.79 462.50 0.00 1.42 sub:imp:3s; -arrêt_buffet arrêt_buffet nom m p 0.01 0.07 0.01 0.00 -arrêts arrêt nom m p 50.88 53.92 4.08 7.09 -arrêtèrent arrêter ver 993.79 462.50 0.24 10.00 ind:pas:3p; -arrêté arrêter ver m s 993.79 462.50 77.28 48.24 par:pas; -arrêtée arrêter ver f s 993.79 462.50 11.22 17.97 par:pas; -arrêtées arrêter ver f p 993.79 462.50 1.47 3.38 par:pas; -arrêtés arrêter ver m p 993.79 462.50 8.11 14.59 par:pas; -ars ars nom m 0.94 0.07 0.94 0.07 -arsacide arsacide nom s 0.00 0.07 0.00 0.07 -arsenal arsenal nom m s 2.36 5.74 2.27 4.86 -arsenaux arsenal nom m p 2.36 5.74 0.09 0.88 -arsenic arsenic nom m s 1.10 1.22 1.10 1.22 -arsenicales arsenical adj f p 0.00 0.07 0.00 0.07 -arsouille arsouille nom s 0.23 0.54 0.23 0.41 -arsouiller arsouiller ver 0.00 0.07 0.00 0.07 inf; -arsouilles arsouille nom p 0.23 0.54 0.00 0.14 -arsénieux arsénieux adj m s 0.00 0.07 0.00 0.07 -art art nom m s 72.79 91.49 65.93 81.49 -artefact artefact nom m s 0.67 0.14 0.34 0.00 -artefacts artefact nom m p 0.67 0.14 0.33 0.14 -arène arène nom f s 2.50 5.54 2.25 4.12 -arènes arène nom f p 2.50 5.54 0.25 1.42 -arçon arçon nom m s 0.02 0.95 0.01 0.81 -arçons arçon nom m p 0.02 0.95 0.01 0.14 -arthrite arthrite nom f s 1.75 0.34 1.75 0.27 -arthrites arthrite nom f p 1.75 0.34 0.00 0.07 -arthritique arthritique adj s 0.14 0.41 0.03 0.34 -arthritiques arthritique adj m p 0.14 0.41 0.11 0.07 -arthrodèse arthrodèse nom f s 0.00 0.14 0.00 0.14 -arthropathie arthropathie nom f s 0.01 0.00 0.01 0.00 -arthroplastie arthroplastie nom f s 0.01 0.00 0.01 0.00 -arthropodes arthropode nom m p 0.04 0.07 0.04 0.07 -arthroscopie arthroscopie nom f s 0.01 0.00 0.01 0.00 -arthrose arthrose nom f s 0.86 0.61 0.86 0.47 -arthroses arthrose nom f p 0.86 0.61 0.00 0.14 -arthurien arthurien adj m s 0.04 0.20 0.01 0.07 -arthurienne arthurien adj f s 0.04 0.20 0.03 0.07 -arthuriens arthurien adj m p 0.04 0.20 0.00 0.07 -artichaut artichaut nom m s 2.39 2.57 1.45 0.95 -artichauts artichaut nom m p 2.39 2.57 0.94 1.62 -artiche artiche nom m s 0.01 1.82 0.01 1.82 -article_choc article_choc nom m s 0.00 0.07 0.00 0.07 -article article nom m s 44.45 50.34 33.39 31.69 -articles article nom m p 44.45 50.34 11.06 18.65 -articula articuler ver 1.21 12.97 0.00 1.82 ind:pas:3s; -articulai articuler ver 1.21 12.97 0.00 0.07 ind:pas:1s; -articulaient articuler ver 1.21 12.97 0.00 0.07 ind:imp:3p; -articulaire articulaire adj s 0.17 0.07 0.09 0.00 -articulaires articulaire adj p 0.17 0.07 0.08 0.07 -articulait articuler ver 1.21 12.97 0.04 0.68 ind:imp:3s; -articulant articuler ver 1.21 12.97 0.02 1.28 par:pre; -articulation articulation nom f s 1.51 6.01 0.54 2.16 -articulations articulation nom f p 1.51 6.01 0.97 3.85 -articule articuler ver 1.21 12.97 0.50 2.43 imp:pre:2s;ind:pre:1s;ind:pre:3s; -articulent articuler ver 1.21 12.97 0.02 0.07 ind:pre:3p; -articuler articuler ver 1.21 12.97 0.34 4.32 inf; -articulet articulet nom m s 0.00 0.14 0.00 0.14 -articulez articuler ver 1.21 12.97 0.19 0.07 imp:pre:2p;ind:pre:2p; -articulé articulé adj m s 0.27 3.65 0.13 1.42 -articulée articuler ver f s 1.21 12.97 0.01 0.34 par:pas; -articulées articulé adj f p 0.27 3.65 0.12 0.41 -articulés articulé adj m p 0.27 3.65 0.03 1.08 -artifice artifice nom m s 6.95 10.95 5.38 8.51 -artifices artifice nom m p 6.95 10.95 1.57 2.43 -artificialité artificialité nom f s 0.01 0.00 0.01 0.00 -artificiel artificiel adj m s 7.12 12.16 2.55 3.51 -artificielle artificiel adj f s 7.12 12.16 2.99 4.39 -artificiellement artificiellement adv 0.48 1.42 0.48 1.42 -artificielles artificiel adj f p 7.12 12.16 0.87 2.57 -artificiels artificiel adj m p 7.12 12.16 0.71 1.69 -artificier artificier nom m s 0.79 1.35 0.44 0.68 -artificiers artificier nom m p 0.79 1.35 0.34 0.68 -artificieuse artificieux adj f s 0.14 0.14 0.00 0.07 -artificieuses artificieux adj f p 0.14 0.14 0.14 0.07 -artiflot artiflot nom m s 0.00 0.34 0.00 0.07 -artiflots artiflot nom m p 0.00 0.34 0.00 0.27 -artillerie artillerie nom f s 8.63 17.36 8.63 17.36 -artilleur artilleur nom m s 0.79 8.45 0.47 2.16 -artilleurs artilleur nom m p 0.79 8.45 0.32 6.28 -artimon artimon nom m s 0.22 0.07 0.22 0.07 -artisan artisan nom m s 3.09 10.74 1.79 5.00 -artisanal artisanal adj m s 0.75 1.62 0.15 0.41 -artisanale artisanal adj f s 0.75 1.62 0.30 0.68 -artisanalement artisanalement adv 0.01 0.07 0.01 0.07 -artisanales artisanal adj f p 0.75 1.62 0.25 0.27 -artisanat artisanat nom m s 0.77 1.15 0.77 1.15 -artisanaux artisanal adj m p 0.75 1.62 0.05 0.27 -artisane artisan nom f s 3.09 10.74 0.00 0.07 -artisans artisan nom m p 3.09 10.74 1.30 5.68 -artison artison nom m s 0.00 0.07 0.00 0.07 -artiste_peintre artiste_peintre nom s 0.02 0.14 0.02 0.14 -artiste artiste nom s 40.78 45.88 28.00 28.85 -artistement artistement adv 0.00 0.81 0.00 0.81 -artistes artiste nom p 40.78 45.88 12.78 17.03 -artistique artistique adj s 10.00 10.00 8.08 6.76 -artistiquement artistiquement adv 0.26 0.61 0.26 0.61 -artistiques artistique adj p 10.00 10.00 1.92 3.24 -arts art nom m p 72.79 91.49 6.86 10.00 -artère artère nom f s 5.13 7.09 3.13 2.16 -artères artère nom f p 5.13 7.09 2.00 4.93 -artéfact artéfact nom m s 0.13 0.00 0.13 0.00 -artériectomie artériectomie nom f s 0.00 0.07 0.00 0.07 -artériel artériel adj m s 1.76 0.61 0.19 0.20 -artérielle artériel adj f s 1.76 0.61 1.55 0.41 -artérielles artériel adj f p 1.76 0.61 0.02 0.00 -artériographie artériographie nom f s 0.09 0.00 0.09 0.00 -artériole artériole nom f s 0.03 0.14 0.01 0.00 -artérioles artériole nom f p 0.03 0.14 0.01 0.14 -artériopathie artériopathie nom f s 0.16 0.00 0.16 0.00 -artériosclérose artériosclérose nom f s 0.17 0.27 0.17 0.27 -artérite artérite nom f s 0.03 0.07 0.03 0.07 -artésien artésien adj m s 0.01 0.27 0.01 0.27 -aréflexie aréflexie nom f s 0.02 0.00 0.02 0.00 -arum arum nom m s 0.09 0.61 0.02 0.00 -arums arum nom m p 0.09 0.61 0.07 0.61 -aréna aréna nom m s 0.05 0.00 0.05 0.00 -aréole aréole nom f s 0.04 0.54 0.04 0.34 -aréoles aréole nom f p 0.04 0.54 0.00 0.20 -aréopage aréopage nom m s 0.10 1.08 0.10 1.01 -aréopages aréopage nom m p 0.10 1.08 0.00 0.07 -aréopagite aréopagite nom m s 0.00 0.07 0.00 0.07 -aréquier aréquier nom m s 0.14 0.00 0.14 0.00 -aruspice aruspice nom m s 0.15 0.07 0.15 0.00 -aruspices aruspice nom m p 0.15 0.07 0.00 0.07 -arête arête nom f s 1.60 10.81 0.70 6.01 -arêtes arête nom f p 1.60 10.81 0.90 4.80 -arétin arétin nom m s 0.00 0.07 0.00 0.07 -arverne arverne nom s 0.00 0.14 0.00 0.07 -arvernes arverne nom p 0.00 0.14 0.00 0.07 -aryen aryen adj m s 1.84 0.61 0.22 0.14 -aryenne aryen adj f s 1.84 0.61 1.09 0.34 -aryennes aryen adj f p 1.84 0.61 0.03 0.07 -aryens aryen adj m p 1.84 0.61 0.50 0.07 -arythmie arythmie nom f s 0.64 0.07 0.64 0.07 -arythmique arythmique adj m s 0.03 0.00 0.03 0.00 -arzels arzel nom m p 0.00 0.07 0.00 0.07 -as_rois as_rois nom m 0.01 0.00 0.01 0.00 -as avoir aux 18559.23 12800.81 2144.15 294.46 ind:pre:2s; -asa asa nom m 0.02 0.00 0.02 0.00 -asana asana nom f s 0.02 0.00 0.02 0.00 -asbeste asbeste nom m s 0.01 0.00 0.01 0.00 -asbestose asbestose nom f s 0.01 0.00 0.01 0.00 -ascaris ascaris nom m 0.20 0.07 0.20 0.07 -ascendance ascendance nom f s 0.24 2.23 0.24 1.89 -ascendances ascendance nom f p 0.24 2.23 0.00 0.34 -ascendant ascendant adj m s 1.26 2.36 1.10 1.08 -ascendante ascendant adj f s 1.26 2.36 0.13 0.88 -ascendantes ascendant adj f p 1.26 2.36 0.00 0.27 -ascendants ascendant adj m p 1.26 2.36 0.03 0.14 -ascendre ascendre ver 0.05 0.00 0.04 0.00 inf; -ascendu ascendre ver m s 0.05 0.00 0.01 0.00 par:pas; -ascenseur ascenseur nom m s 25.34 25.88 22.87 23.65 -ascenseurs ascenseur nom m p 25.34 25.88 2.48 2.23 -ascension ascension nom f s 3.87 8.04 3.65 7.70 -ascensionne ascensionner ver 0.01 0.07 0.00 0.07 ind:pre:3s; -ascensionnel ascensionnel adj m s 0.05 0.34 0.02 0.14 -ascensionnelle ascensionnel adj f s 0.05 0.34 0.02 0.20 -ascensionnelles ascensionnel adj f p 0.05 0.34 0.01 0.00 -ascensionner ascensionner ver 0.01 0.07 0.01 0.00 inf; -ascensions ascension nom f p 3.87 8.04 0.22 0.34 -ascite ascite nom f s 0.04 0.00 0.04 0.00 -asclépias asclépias nom m 0.01 0.14 0.01 0.14 -ascorbique ascorbique adj m s 0.01 0.00 0.01 0.00 -ascot ascot nom s 0.03 0.00 0.03 0.00 -ascèse ascèse nom f s 0.00 1.35 0.00 1.28 -ascèses ascèse nom f p 0.00 1.35 0.00 0.07 -ascète ascète nom s 0.06 0.74 0.02 0.54 -ascètes ascète nom p 0.06 0.74 0.04 0.20 -ascétique ascétique adj s 0.65 1.22 0.11 0.88 -ascétiques ascétique adj p 0.65 1.22 0.54 0.34 -ascétisme ascétisme nom m s 0.14 0.74 0.14 0.74 -asdic asdic nom m s 0.10 0.07 0.10 0.07 -ase as nom_sup f s 18.80 6.62 0.02 0.20 -asepsie asepsie nom f s 0.00 0.07 0.00 0.07 -aseptique aseptique adj s 0.01 0.27 0.01 0.20 -aseptiques aseptique adj p 0.01 0.27 0.00 0.07 -aseptisant aseptiser ver 0.04 0.07 0.01 0.00 par:pre; -aseptisation aseptisation nom f s 0.00 0.14 0.00 0.14 -aseptisé aseptisé adj m s 0.14 0.68 0.09 0.34 -aseptisée aseptisé adj f s 0.14 0.68 0.02 0.14 -aseptisées aseptisé adj f p 0.14 0.68 0.00 0.07 -aseptisés aseptisé adj m p 0.14 0.68 0.03 0.14 -asexualité asexualité nom f s 0.01 0.00 0.01 0.00 -asexuelle asexuel adj f s 0.02 0.00 0.02 0.00 -asexué asexué adj m s 0.33 0.95 0.13 0.14 -asexuée asexué adj f s 0.33 0.95 0.12 0.54 -asexuées asexué adj f p 0.33 0.95 0.02 0.14 -asexués asexué adj m p 0.33 0.95 0.07 0.14 -ashanti ashanti nom s 0.00 0.07 0.00 0.07 -ashkénaze ashkénaze nom s 0.00 0.27 0.00 0.07 -ashkénazes ashkénaze nom p 0.00 0.27 0.00 0.20 -ashram ashram nom m s 0.16 0.07 0.16 0.07 -asiate asiate adj s 0.01 0.47 0.01 0.47 -asiatique asiatique adj s 3.00 2.77 2.46 1.82 -asiatiques asiatique nom p 1.30 0.74 0.69 0.47 -asiatisé asiatiser ver m s 0.00 0.07 0.00 0.07 par:pas; -asilaire asilaire adj m s 0.00 0.07 0.00 0.07 -asile asile nom m s 26.56 13.58 25.52 11.55 -asiles asile nom m p 26.56 13.58 1.04 2.03 -asociabilité asociabilité nom f s 0.01 0.07 0.01 0.07 -asocial asocial adj m s 0.40 0.74 0.07 0.54 -asociale asocial adj f s 0.40 0.74 0.03 0.00 -asociales asocial adj f p 0.40 0.74 0.03 0.07 -asociaux asocial adj m p 0.40 0.74 0.28 0.14 -asparagus asparagus nom m 0.01 0.41 0.01 0.41 -aspartam aspartam nom m s 0.07 0.00 0.07 0.00 -aspartame aspartame nom m s 0.01 0.00 0.01 0.00 -aspartique aspartique adj m s 0.01 0.00 0.01 0.00 -aspect aspect nom m s 12.78 41.28 9.88 36.01 -aspects aspect nom m p 12.78 41.28 2.90 5.27 -asperge asperge nom f s 1.74 8.65 0.71 5.88 -aspergea asperger ver 2.48 7.23 0.00 0.74 ind:pas:3s; -aspergeaient asperger ver 2.48 7.23 0.00 0.34 ind:imp:3p; -aspergeait asperger ver 2.48 7.23 0.07 0.61 ind:imp:3s; -aspergeant asperger ver 2.48 7.23 0.03 0.61 par:pre; -aspergent asperger ver 2.48 7.23 0.16 0.07 ind:pre:3p; -asperger asperger ver 2.48 7.23 0.79 1.28 inf; -aspergerait asperger ver 2.48 7.23 0.00 0.14 cnd:pre:3s; -asperges asperge nom f p 1.74 8.65 1.03 2.77 -aspergez asperger ver 2.48 7.23 0.10 0.07 imp:pre:2p;ind:pre:2p; -aspergillose aspergillose nom f s 0.02 0.00 0.02 0.00 -aspergillus aspergillus nom m 0.07 0.00 0.07 0.00 -aspergèrent asperger ver 2.48 7.23 0.00 0.20 ind:pas:3p; -aspergé asperger ver m s 2.48 7.23 0.61 1.08 par:pas; -aspergée asperger ver f s 2.48 7.23 0.11 0.41 par:pas; -aspergées asperger ver f p 2.48 7.23 0.01 0.14 par:pas; -aspergés asperger ver m p 2.48 7.23 0.06 0.07 par:pas; -aspersion aspersion nom f s 0.06 0.68 0.06 0.47 -aspersions aspersion nom f p 0.06 0.68 0.00 0.20 -asphalte asphalte nom m s 1.40 6.89 1.40 6.89 -asphalter asphalter ver 0.12 0.47 0.01 0.00 inf; -asphalté asphalter ver m s 0.12 0.47 0.01 0.14 par:pas; -asphaltée asphalter ver f s 0.12 0.47 0.10 0.14 par:pas; -asphaltées asphalter ver f p 0.12 0.47 0.00 0.07 par:pas; -asphaltés asphalter ver m p 0.12 0.47 0.00 0.07 par:pas; -asphodèle asphodèle nom m s 0.03 0.61 0.02 0.14 -asphodèles asphodèle nom m p 0.03 0.61 0.01 0.47 -asphyxia asphyxier ver 1.52 2.91 0.00 0.14 ind:pas:3s; -asphyxiaient asphyxier ver 1.52 2.91 0.01 0.07 ind:imp:3p; -asphyxiait asphyxier ver 1.52 2.91 0.00 0.27 ind:imp:3s; -asphyxiant asphyxiant adj m s 0.03 1.08 0.03 0.47 -asphyxiante asphyxiant adj f s 0.03 1.08 0.00 0.34 -asphyxiants asphyxiant adj m p 0.03 1.08 0.00 0.27 -asphyxie asphyxie nom f s 1.19 1.35 1.19 1.35 -asphyxient asphyxier ver 1.52 2.91 0.17 0.14 ind:pre:3p; -asphyxier asphyxier ver 1.52 2.91 0.39 0.27 inf; -asphyxiera asphyxier ver 1.52 2.91 0.00 0.07 ind:fut:3s; -asphyxié asphyxier ver m s 1.52 2.91 0.67 0.68 par:pas; -asphyxiée asphyxier ver f s 1.52 2.91 0.03 0.27 par:pas; -asphyxiées asphyxié adj f p 0.10 1.08 0.04 0.14 -asphyxiés asphyxier ver m p 1.52 2.91 0.10 0.47 par:pas; -aspi aspi nom s 0.14 0.07 0.14 0.00 -aspic aspic nom m s 0.54 1.08 0.52 0.88 -aspics aspic nom m p 0.54 1.08 0.02 0.20 -aspidistra aspidistra nom m s 0.01 0.41 0.01 0.07 -aspidistras aspidistra nom m p 0.01 0.41 0.00 0.34 -aspira aspirer ver 12.07 28.85 0.03 3.04 ind:pas:3s; -aspirai aspirer ver 12.07 28.85 0.00 0.27 ind:pas:1s; -aspiraient aspirer ver 12.07 28.85 0.02 0.88 ind:imp:3p; -aspirais aspirer ver 12.07 28.85 0.32 1.49 ind:imp:1s; -aspirait aspirer ver 12.07 28.85 0.25 5.27 ind:imp:3s; -aspirant aspirant nom m s 1.35 1.82 1.11 0.95 -aspirante aspirant adj f s 1.13 1.15 0.36 0.07 -aspirantes aspirant adj f p 1.13 1.15 0.02 0.07 -aspirants aspirant nom m p 1.35 1.82 0.23 0.88 -aspirateur aspirateur nom m s 4.52 3.31 4.33 3.04 -aspirateurs_traîneaux aspirateurs_traîneaux nom m p 0.00 0.07 0.00 0.07 -aspirateurs aspirateur nom m p 4.52 3.31 0.19 0.27 -aspiration aspiration nom f s 3.99 6.22 2.49 2.97 -aspirations aspiration nom f p 3.99 6.22 1.50 3.24 -aspire aspirer ver 12.07 28.85 4.24 5.20 imp:pre:2s;ind:pre:1s;ind:pre:3s; -aspirent aspirer ver 12.07 28.85 0.67 1.08 ind:pre:3p; -aspirer aspirer ver 12.07 28.85 2.36 3.92 inf; -aspirera aspirer ver 12.07 28.85 0.08 0.07 ind:fut:3s; -aspireraient aspirer ver 12.07 28.85 0.01 0.07 cnd:pre:3p; -aspirerait aspirer ver 12.07 28.85 0.02 0.07 cnd:pre:3s; -aspires aspirer ver 12.07 28.85 0.54 0.07 ind:pre:2s; -aspirez aspirer ver 12.07 28.85 0.47 0.41 imp:pre:2p;ind:pre:2p; -aspiriez aspirer ver 12.07 28.85 0.03 0.07 ind:imp:2p; -aspirine aspirine nom f s 9.18 4.93 8.55 4.53 -aspirines aspirine nom f p 9.18 4.93 0.62 0.41 -aspirions aspirer ver 12.07 28.85 0.02 0.07 ind:imp:1p; -aspirons aspirer ver 12.07 28.85 0.16 0.14 imp:pre:1p;ind:pre:1p; -aspirât aspirer ver 12.07 28.85 0.00 0.07 sub:imp:3s; -aspiré aspirer ver m s 12.07 28.85 2.00 2.70 par:pas; -aspirée aspirer ver f s 12.07 28.85 0.32 1.15 par:pas; -aspirées aspirer ver f p 12.07 28.85 0.07 0.14 par:pas; -aspirés aspirer ver m p 12.07 28.85 0.15 0.41 par:pas; -aspis aspi nom p 0.14 0.07 0.00 0.07 -aspre aspre nom f s 0.00 0.07 0.00 0.07 -aspécifique aspécifique adj s 0.01 0.00 0.01 0.00 -aspérité aspérité nom f s 0.06 2.77 0.00 0.74 -aspérités aspérité nom f p 0.06 2.77 0.06 2.03 -assîmes asseoir ver 322.71 395.27 0.00 0.88 ind:pas:1p; -assît asseoir ver 322.71 395.27 0.00 0.41 sub:imp:3s; -assa_foetida assa_foetida nom f s 0.27 0.00 0.27 0.00 -assagi assagir ver m s 0.42 0.95 0.14 0.27 par:pas; -assagie assagir ver f s 0.42 0.95 0.03 0.07 par:pas; -assagir assagir ver 0.42 0.95 0.15 0.41 inf; -assagirai assagir ver 0.42 0.95 0.01 0.00 ind:fut:1s; -assagis assagir ver 0.42 0.95 0.01 0.00 ind:pre:1s; -assagissant assagir ver 0.42 0.95 0.01 0.00 par:pre; -assagisse assagir ver 0.42 0.95 0.03 0.00 sub:pre:3s; -assagit assagir ver 0.42 0.95 0.04 0.20 ind:pre:3s;ind:pas:3s; -assaillaient assaillir ver 2.84 10.54 0.19 1.08 ind:imp:3p; -assaillait assaillir ver 2.84 10.54 0.00 0.74 ind:imp:3s; -assaillant assaillant nom m s 0.87 3.72 0.60 0.88 -assaillante assaillant adj f s 0.01 0.20 0.01 0.00 -assaillants assaillant nom m p 0.87 3.72 0.27 2.84 -assaille assaillir ver 2.84 10.54 0.41 0.81 ind:pre:1s;ind:pre:3s; -assaillent assaillir ver 2.84 10.54 0.55 1.22 ind:pre:3p; -assailles assaillir ver 2.84 10.54 0.01 0.00 ind:pre:2s; -assailli assaillir ver m s 2.84 10.54 0.81 2.64 par:pas; -assaillie assaillir ver f s 2.84 10.54 0.35 0.41 par:pas; -assaillies assaillir ver f p 2.84 10.54 0.00 0.20 par:pas; -assaillir assaillir ver 2.84 10.54 0.42 1.69 inf; -assaillira assaillir ver 2.84 10.54 0.00 0.07 ind:fut:3s; -assaillirent assaillir ver 2.84 10.54 0.02 0.41 ind:pas:3p; -assaillis assaillir ver m p 2.84 10.54 0.08 0.47 ind:pas:1s;par:pas; -assaillit assaillir ver 2.84 10.54 0.00 0.61 ind:pas:3s; -assaillons assaillir ver 2.84 10.54 0.01 0.00 imp:pre:1p; -assaini assainir ver m s 0.54 1.01 0.18 0.14 par:pas; -assainie assainir ver f s 0.54 1.01 0.03 0.00 par:pas; -assainir assainir ver 0.54 1.01 0.33 0.68 inf; -assainirait assainir ver 0.54 1.01 0.00 0.07 cnd:pre:3s; -assainis assainir ver m p 0.54 1.01 0.00 0.14 ind:pre:1s;par:pas; -assainissement assainissement nom m s 0.26 0.34 0.26 0.34 -assaisonna assaisonner ver 0.36 2.36 0.00 0.14 ind:pas:3s; -assaisonnait assaisonner ver 0.36 2.36 0.01 0.27 ind:imp:3s; -assaisonne assaisonner ver 0.36 2.36 0.01 0.14 imp:pre:2s;ind:pre:3s; -assaisonnement assaisonnement nom m s 0.52 0.41 0.50 0.34 -assaisonnements assaisonnement nom m p 0.52 0.41 0.02 0.07 -assaisonner assaisonner ver 0.36 2.36 0.09 0.61 inf; -assaisonnerait assaisonner ver 0.36 2.36 0.00 0.14 cnd:pre:3s; -assaisonnèrent assaisonner ver 0.36 2.36 0.00 0.07 ind:pas:3p; -assaisonné assaisonner ver m s 0.36 2.36 0.18 0.54 par:pas; -assaisonnée assaisonner ver f s 0.36 2.36 0.06 0.14 par:pas; -assaisonnées assaisonner ver f p 0.36 2.36 0.01 0.07 par:pas; -assaisonnés assaisonner ver m p 0.36 2.36 0.00 0.27 par:pas; -assassin assassin nom m s 55.37 20.34 43.17 14.39 -assassina assassiner ver 30.87 15.27 0.27 0.41 ind:pas:3s; -assassinai assassiner ver 30.87 15.27 0.00 0.07 ind:pas:1s; -assassinaient assassiner ver 30.87 15.27 0.04 0.14 ind:imp:3p; -assassinais assassiner ver 30.87 15.27 0.01 0.00 ind:imp:2s; -assassinait assassiner ver 30.87 15.27 0.09 0.47 ind:imp:3s; -assassinant assassiner ver 30.87 15.27 0.17 0.27 par:pre; -assassinat assassinat nom m s 8.38 12.16 7.26 9.73 -assassinats assassinat nom m p 8.38 12.16 1.13 2.43 -assassine assassiner ver 30.87 15.27 1.32 1.49 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -assassinent assassiner ver 30.87 15.27 0.36 0.20 ind:pre:3p; -assassiner assassiner ver 30.87 15.27 6.16 4.39 imp:pre:2p;inf; -assassinera assassiner ver 30.87 15.27 0.07 0.00 ind:fut:3s; -assassinerai assassiner ver 30.87 15.27 0.01 0.00 ind:fut:1s; -assassinerais assassiner ver 30.87 15.27 0.04 0.07 cnd:pre:1s;cnd:pre:2s; -assassinerez assassiner ver 30.87 15.27 0.01 0.00 ind:fut:2p; -assassines assassiner ver 30.87 15.27 0.31 0.14 ind:pre:2s; -assassinez assassiner ver 30.87 15.27 0.10 0.00 imp:pre:2p;ind:pre:2p; -assassinons assassiner ver 30.87 15.27 0.01 0.00 imp:pre:1p; -assassins assassin nom m p 55.37 20.34 12.20 5.95 -assassiné assassiner ver m s 30.87 15.27 15.08 5.14 par:pas; -assassinée assassiner ver f s 30.87 15.27 4.88 1.08 par:pas; -assassinées assassiner ver f p 30.87 15.27 0.47 0.14 par:pas; -assassinés assassiner ver m p 30.87 15.27 1.50 1.28 par:pas; -assaut assaut nom m s 12.12 32.16 11.23 27.36 -assauts assaut nom m p 12.12 32.16 0.90 4.80 -assavoir assavoir ver 0.00 0.14 0.00 0.14 inf; -asse asse nom f s 0.66 0.14 0.66 0.14 -asseau asseau nom m s 0.03 0.00 0.03 0.00 -assembla assembler ver 3.86 7.03 0.00 0.20 ind:pas:3s; -assemblage assemblage nom m s 1.01 5.88 0.99 4.86 -assemblages assemblage nom m p 1.01 5.88 0.02 1.01 -assemblaient assembler ver 3.86 7.03 0.02 0.74 ind:imp:3p; -assemblait assembler ver 3.86 7.03 0.02 0.47 ind:imp:3s; -assemblant assembler ver 3.86 7.03 0.04 0.07 par:pre; -assemble assembler ver 3.86 7.03 0.68 1.01 imp:pre:2s;ind:pre:1s;ind:pre:3s; -assemblent assembler ver 3.86 7.03 0.61 0.54 ind:pre:3p; -assembler assembler ver 3.86 7.03 1.13 1.55 inf; -assemblera assembler ver 3.86 7.03 0.10 0.00 ind:fut:3s; -assemblerez assembler ver 3.86 7.03 0.01 0.00 ind:fut:2p; -assembleur assembleur nom m s 0.12 0.14 0.01 0.07 -assembleurs assembleur nom m p 0.12 0.14 0.11 0.07 -assemblez assembler ver 3.86 7.03 0.16 0.07 imp:pre:2p;ind:pre:2p; -assemblons assembler ver 3.86 7.03 0.16 0.07 imp:pre:1p;ind:pre:1p; -assemblé assembler ver m s 3.86 7.03 0.48 0.41 par:pas; -assemblée assemblée nom f s 7.34 35.14 7.03 31.08 -assemblées assemblée nom f p 7.34 35.14 0.30 4.05 -assemblés assembler ver m p 3.86 7.03 0.19 0.81 par:pas; -assena assener ver 0.11 5.47 0.00 0.74 ind:pas:3s; -assenai assener ver 0.11 5.47 0.00 0.14 ind:pas:1s; -assenaient assener ver 0.11 5.47 0.00 0.20 ind:imp:3p; -assenais assener ver 0.11 5.47 0.00 0.14 ind:imp:1s; -assenait assener ver 0.11 5.47 0.00 0.41 ind:imp:3s; -assenant assener ver 0.11 5.47 0.00 0.41 par:pre; -assener assener ver 0.11 5.47 0.03 0.74 inf; -assentiment assentiment nom m s 0.17 3.45 0.17 3.38 -assentiments assentiment nom m p 0.17 3.45 0.00 0.07 -assené assener ver m s 0.11 5.47 0.00 0.61 par:pas; -assenée assener ver f s 0.11 5.47 0.00 0.34 par:pas; -assenées assener ver f p 0.11 5.47 0.01 0.20 par:pas; -assenés assener ver m p 0.11 5.47 0.02 0.47 par:pas; -asseoir asseoir ver 322.71 395.27 65.10 66.08 inf; -assermenter assermenter ver 0.16 0.34 0.03 0.00 inf; -assermentez assermenter ver 0.16 0.34 0.02 0.00 imp:pre:2p;ind:pre:2p; -assermenté assermenté adj m s 0.37 0.27 0.32 0.07 -assermentée assermenter ver f s 0.16 0.34 0.02 0.07 par:pas; -assermentés assermenter ver m p 0.16 0.34 0.06 0.00 par:pas; -assertion assertion nom f s 0.10 1.42 0.07 0.54 -assertions assertion nom f p 0.10 1.42 0.04 0.88 -asservi asservir ver m s 1.33 2.36 0.42 0.41 par:pas; -asservie asservir ver f s 1.33 2.36 0.04 0.07 par:pas; -asservies asservir ver f p 1.33 2.36 0.11 0.14 par:pas; -asservir asservir ver 1.33 2.36 0.37 0.88 inf; -asservirai asservir ver 1.33 2.36 0.01 0.00 ind:fut:1s; -asservirait asservir ver 1.33 2.36 0.00 0.07 cnd:pre:3s; -asserviront asservir ver 1.33 2.36 0.01 0.07 ind:fut:3p; -asservis asservir ver m p 1.33 2.36 0.27 0.34 par:pas; -asservissaient asservir ver 1.33 2.36 0.00 0.07 ind:imp:3p; -asservissait asservir ver 1.33 2.36 0.00 0.20 ind:imp:3s; -asservissant asservir ver 1.33 2.36 0.02 0.07 par:pre; -asservissement asservissement nom m s 0.11 1.15 0.11 1.08 -asservissements asservissement nom m p 0.11 1.15 0.00 0.07 -asservissent asservir ver 1.33 2.36 0.05 0.00 ind:pre:3p; -asservit asservir ver 1.33 2.36 0.02 0.07 ind:pre:3s;ind:pas:3s; -assesseur assesseur nom m s 0.73 1.28 0.59 0.54 -assesseurs assesseur nom m p 0.73 1.28 0.14 0.74 -asseyaient asseoir ver 322.71 395.27 0.36 2.77 ind:imp:3p; -asseyais asseoir ver 322.71 395.27 1.25 2.23 ind:imp:1s;ind:imp:2s; -asseyait asseoir ver 322.71 395.27 2.21 11.62 ind:imp:3s; -asseyant asseoir ver 322.71 395.27 0.12 5.81 par:pre; -asseye asseoir ver 322.71 395.27 0.61 0.14 sub:pre:1s;sub:pre:3s; -asseyent asseoir ver 322.71 395.27 0.31 0.81 ind:pre:3p; -asseyes asseoir ver 322.71 395.27 0.21 0.00 sub:pre:2s; -asseyez asseoir ver 322.71 395.27 80.07 7.84 imp:pre:2p;ind:pre:2p; -asseyiez asseoir ver 322.71 395.27 0.04 0.00 ind:imp:2p; -asseyions asseoir ver 322.71 395.27 0.04 0.81 ind:imp:1p; -asseyons asseoir ver 322.71 395.27 4.64 1.69 imp:pre:1p;ind:pre:1p; -assez assez adv_sup 407.75 420.14 407.75 420.14 -assidûment assidûment adv 0.09 1.96 0.09 1.96 -assidu assidu adj m s 0.68 2.91 0.50 1.01 -assidue assidu adj f s 0.68 2.91 0.12 0.95 -assidues assidu adj f p 0.68 2.91 0.03 0.14 -assiduité assiduité nom f s 0.36 1.82 0.19 1.62 -assiduités assiduité nom f p 0.36 1.82 0.17 0.20 -assidus assidu adj m p 0.68 2.91 0.02 0.81 -assied asseoir ver 322.71 395.27 4.74 9.26 ind:pre:3s; -assieds asseoir ver 322.71 395.27 79.85 9.12 imp:pre:2s;ind:pre:1s;ind:pre:2s; -assiette assiette nom f s 21.24 56.62 14.88 36.28 -assiettes assiette nom f p 21.24 56.62 6.36 20.34 -assiettée assiettée nom f s 0.00 0.95 0.00 0.41 -assiettées assiettée nom f p 0.00 0.95 0.00 0.54 -assigna assigner ver 4.25 4.93 0.01 0.27 ind:pas:3s; -assignai assigner ver 4.25 4.93 0.00 0.07 ind:pas:1s; -assignais assigner ver 4.25 4.93 0.00 0.07 ind:imp:1s; -assignait assigner ver 4.25 4.93 0.03 0.74 ind:imp:3s; -assignant assigner ver 4.25 4.93 0.01 0.14 par:pre; -assignation assignation nom f s 1.68 0.47 1.43 0.20 -assignations assignation nom f p 1.68 0.47 0.25 0.27 -assignats assignat nom m p 0.15 0.07 0.15 0.07 -assigne assigner ver 4.25 4.93 0.39 0.20 imp:pre:2s;ind:pre:1s;ind:pre:3s; -assignement assignement nom m s 0.01 0.00 0.01 0.00 -assignent assigner ver 4.25 4.93 0.04 0.00 ind:pre:3p; -assigner assigner ver 4.25 4.93 0.68 0.74 inf; -assignera assigner ver 4.25 4.93 0.05 0.00 ind:fut:3s; -assignerai assigner ver 4.25 4.93 0.04 0.00 ind:fut:1s; -assignerait assigner ver 4.25 4.93 0.01 0.07 cnd:pre:3s; -assignerons assigner ver 4.25 4.93 0.05 0.00 ind:fut:1p; -assigneront assigner ver 4.25 4.93 0.03 0.07 ind:fut:3p; -assignes assigner ver 4.25 4.93 0.00 0.07 ind:pre:2s; -assigné assigner ver m s 4.25 4.93 1.88 1.08 par:pas; -assignée assigner ver f s 4.25 4.93 0.43 1.08 par:pas; -assignées assigner ver f p 4.25 4.93 0.09 0.27 par:pas; -assignés assigner ver m p 4.25 4.93 0.52 0.07 par:pas; -assimila assimiler ver 1.36 8.38 0.00 0.14 ind:pas:3s; -assimilable assimilable adj s 0.02 0.54 0.02 0.41 -assimilables assimilable adj p 0.02 0.54 0.00 0.14 -assimilaient assimiler ver 1.36 8.38 0.00 0.07 ind:imp:3p; -assimilais assimiler ver 1.36 8.38 0.01 0.20 ind:imp:1s; -assimilait assimiler ver 1.36 8.38 0.00 0.95 ind:imp:3s; -assimilant assimiler ver 1.36 8.38 0.00 0.41 par:pre; -assimilateurs assimilateur adj m p 0.00 0.07 0.00 0.07 -assimilation assimilation nom f s 0.14 1.49 0.14 1.42 -assimilations assimilation nom f p 0.14 1.49 0.00 0.07 -assimile assimiler ver 1.36 8.38 0.20 0.54 imp:pre:2s;ind:pre:1s;ind:pre:3s; -assimilent assimiler ver 1.36 8.38 0.00 0.14 ind:pre:3p; -assimiler assimiler ver 1.36 8.38 0.70 3.04 inf; -assimilerait assimiler ver 1.36 8.38 0.00 0.07 cnd:pre:3s; -assimilez assimiler ver 1.36 8.38 0.04 0.14 imp:pre:2p;ind:pre:2p; -assimilèrent assimiler ver 1.36 8.38 0.01 0.20 ind:pas:3p; -assimilé assimiler ver m s 1.36 8.38 0.35 1.62 par:pas; -assimilée assimiler ver f s 1.36 8.38 0.03 0.34 par:pas; -assimilées assimiler ver f p 1.36 8.38 0.00 0.20 par:pas; -assimilés assimilé nom m p 0.04 0.34 0.03 0.34 -assirent asseoir ver 322.71 395.27 0.04 6.76 ind:pas:3p; -assis asseoir ver m 322.71 395.27 52.34 150.07 ind:pas:1s;ind:pas:2s;par:pas;par:pas;par:pas; -assise asseoir ver f s 322.71 395.27 15.99 51.69 par:pas; -assises assise nom f p 3.88 9.66 1.88 6.55 -assista assister ver 30.57 62.23 0.13 2.30 ind:pas:3s; -assistai assister ver 30.57 62.23 0.02 2.16 ind:pas:1s; -assistaient assister ver 30.57 62.23 0.36 1.49 ind:imp:3p; -assistais assister ver 30.57 62.23 0.30 2.57 ind:imp:1s;ind:imp:2s; -assistait assister ver 30.57 62.23 0.63 6.01 ind:imp:3s; -assistanat assistanat nom m s 0.00 0.14 0.00 0.14 -assistance assistance nom f s 10.23 20.00 10.20 19.93 -assistances assistance nom f p 10.23 20.00 0.03 0.07 -assistant assistant nom m s 31.93 16.22 15.70 5.14 -assistante assistant nom f s 31.93 16.22 12.34 5.54 -assistantes assistant nom f p 31.93 16.22 0.59 0.95 -assistants assistant nom m p 31.93 16.22 3.30 4.59 -assistas assister ver 30.57 62.23 0.00 0.07 ind:pas:2s; -assiste assister ver 30.57 62.23 4.21 4.73 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -assistent assister ver 30.57 62.23 0.41 0.95 ind:pre:3p; -assister assister ver 30.57 62.23 12.49 23.18 ind:pre:2p;inf; -assistera assister ver 30.57 62.23 0.85 0.07 ind:fut:3s; -assisterai assister ver 30.57 62.23 0.25 0.27 ind:fut:1s; -assisteraient assister ver 30.57 62.23 0.00 0.27 cnd:pre:3p; -assisterais assister ver 30.57 62.23 0.02 0.07 cnd:pre:1s; -assisterait assister ver 30.57 62.23 0.07 0.34 cnd:pre:3s; -assisteras assister ver 30.57 62.23 0.09 0.07 ind:fut:2s; -assisterez assister ver 30.57 62.23 0.41 0.14 ind:fut:2p; -assisteriez assister ver 30.57 62.23 0.02 0.00 cnd:pre:2p; -assisterons assister ver 30.57 62.23 0.30 0.27 ind:fut:1p; -assisteront assister ver 30.57 62.23 0.15 0.00 ind:fut:3p; -assistez assister ver 30.57 62.23 0.61 0.20 imp:pre:2p;ind:pre:2p; -assistiez assister ver 30.57 62.23 0.52 0.14 ind:imp:2p; -assistions assister ver 30.57 62.23 0.01 0.61 ind:imp:1p; -assistâmes assister ver 30.57 62.23 0.00 0.74 ind:pas:1p; -assistons assister ver 30.57 62.23 0.51 0.34 imp:pre:1p;ind:pre:1p; -assistât assister ver 30.57 62.23 0.00 0.14 sub:imp:3s; -assistèrent assister ver 30.57 62.23 0.05 0.54 ind:pas:3p; -assisté assister ver m s 30.57 62.23 6.91 12.64 par:pas; -assistée assisté adj f s 0.88 0.68 0.33 0.20 -assistées assisté adj f p 0.88 0.68 0.04 0.07 -assistés assisté nom m p 0.39 0.47 0.20 0.20 -assit asseoir ver 322.71 395.27 0.82 48.72 ind:pas:3s; -assiège assiéger ver 1.36 5.81 0.15 0.34 ind:pre:3s; -assiègent assiéger ver 1.36 5.81 0.41 0.61 ind:pre:3p; -assiégea assiéger ver 1.36 5.81 0.00 0.07 ind:pas:3s; -assiégeaient assiéger ver 1.36 5.81 0.01 0.61 ind:imp:3p; -assiégeait assiéger ver 1.36 5.81 0.01 0.47 ind:imp:3s; -assiégeant assiéger ver 1.36 5.81 0.00 0.27 par:pre; -assiégeantes assiégeant adj f p 0.00 0.07 0.00 0.07 -assiégeants assiégeant nom m p 0.04 0.95 0.04 0.74 -assiéger assiéger ver 1.36 5.81 0.09 0.88 inf; -assiégera assiéger ver 1.36 5.81 0.01 0.00 ind:fut:3s; -assiégeraient assiéger ver 1.36 5.81 0.00 0.07 cnd:pre:3p; -assiégé assiéger ver m s 1.36 5.81 0.23 0.47 par:pas; -assiégée assiéger ver f s 1.36 5.81 0.14 1.15 par:pas; -assiégées assiéger ver f p 1.36 5.81 0.02 0.27 par:pas; -assiégés assiéger ver m p 1.36 5.81 0.28 0.61 par:pas; -assiéra asseoir ver 322.71 395.27 0.31 0.07 ind:fut:3s; -assiérai asseoir ver 322.71 395.27 0.33 0.14 ind:fut:1s; -assiérais asseoir ver 322.71 395.27 0.09 0.14 cnd:pre:1s;cnd:pre:2s; -assiérait asseoir ver 322.71 395.27 0.07 0.34 cnd:pre:3s; -assiéras asseoir ver 322.71 395.27 0.02 0.00 ind:fut:2s; -assiérions asseoir ver 322.71 395.27 0.00 0.07 cnd:pre:1p; -assiéront asseoir ver 322.71 395.27 0.19 0.00 ind:fut:3p; -associa associer ver 13.67 14.19 0.12 0.41 ind:pas:3s; -associai associer ver 13.67 14.19 0.00 0.14 ind:pas:1s; -associaient associer ver 13.67 14.19 0.02 0.27 ind:imp:3p; -associais associer ver 13.67 14.19 0.02 0.07 ind:imp:1s; -associait associer ver 13.67 14.19 0.11 1.08 ind:imp:3s; -associant associer ver 13.67 14.19 0.27 0.68 par:pre; -associassent associer ver 13.67 14.19 0.00 0.07 sub:imp:3p; -associatifs associatif adj m p 0.11 0.07 0.01 0.00 -association association nom f s 12.02 10.61 10.49 8.65 -associations association nom f p 12.02 10.61 1.53 1.96 -associative associatif adj f s 0.11 0.07 0.10 0.07 -associe associer ver 13.67 14.19 1.81 1.08 imp:pre:2s;ind:pre:1s;ind:pre:3s; -associent associer ver 13.67 14.19 0.42 0.41 ind:pre:3p; -associer associer ver 13.67 14.19 2.86 4.53 inf; -associera associer ver 13.67 14.19 0.06 0.00 ind:fut:3s; -associerai associer ver 13.67 14.19 0.31 0.07 ind:fut:1s; -associeraient associer ver 13.67 14.19 0.01 0.07 cnd:pre:3p; -associerais associer ver 13.67 14.19 0.04 0.07 cnd:pre:1s; -associerait associer ver 13.67 14.19 0.01 0.14 cnd:pre:3s; -associeront associer ver 13.67 14.19 0.00 0.07 ind:fut:3p; -associez associer ver 13.67 14.19 0.35 0.07 imp:pre:2p;ind:pre:2p; -associions associer ver 13.67 14.19 0.00 0.07 ind:imp:1p; -associons associer ver 13.67 14.19 0.19 0.00 imp:pre:1p;ind:pre:1p; -associât associer ver 13.67 14.19 0.00 0.14 sub:imp:3s; -associèrent associer ver 13.67 14.19 0.01 0.07 ind:pas:3p; -associé associé nom m s 22.51 4.12 14.18 2.09 -associée associé nom f s 22.51 4.12 1.72 0.14 -associées associer ver f p 13.67 14.19 0.38 0.27 par:pas; -associés associé nom m p 22.51 4.12 6.46 1.89 -assoie asseoir ver 322.71 395.27 1.14 0.14 sub:pre:1s;sub:pre:3s; -assoient asseoir ver 322.71 395.27 0.96 0.88 ind:pre:3p; -assoies asseoir ver 322.71 395.27 0.26 0.07 sub:pre:2s; -assoiffent assoiffer ver 2.19 2.91 0.00 0.07 ind:pre:3p; -assoiffer assoiffer ver 2.19 2.91 0.02 0.00 inf; -assoiffez assoiffer ver 2.19 2.91 0.01 0.00 imp:pre:2p; -assoiffé assoiffer ver m s 2.19 2.91 0.81 1.08 par:pas; -assoiffée assoiffer ver f s 2.19 2.91 0.38 0.54 par:pas; -assoiffées assoiffer ver f p 2.19 2.91 0.09 0.27 par:pas; -assoiffés assoiffer ver m p 2.19 2.91 0.88 0.95 par:pas; -assoira asseoir ver 322.71 395.27 0.25 0.00 ind:fut:3s; -assoirai asseoir ver 322.71 395.27 0.15 0.27 ind:fut:1s; -assoiraient asseoir ver 322.71 395.27 0.00 0.07 cnd:pre:3p; -assoirais asseoir ver 322.71 395.27 0.14 0.00 cnd:pre:1s; -assoirait asseoir ver 322.71 395.27 0.01 0.14 cnd:pre:3s; -assoiras asseoir ver 322.71 395.27 0.14 0.00 ind:fut:2s; -assoiront asseoir ver 322.71 395.27 0.01 0.20 ind:fut:3p; -assois asseoir ver 322.71 395.27 4.94 2.64 imp:pre:2s;ind:pre:1s;ind:pre:2s; -assoit asseoir ver 322.71 395.27 3.31 6.42 ind:pre:3s; -assombrît assombrir ver 1.83 13.78 0.00 0.07 sub:imp:3s; -assombri assombrir ver m s 1.83 13.78 0.33 2.43 par:pas; -assombrie assombrir ver f s 1.83 13.78 0.16 1.08 par:pas; -assombries assombrir ver f p 1.83 13.78 0.01 0.61 par:pas; -assombrir assombrir ver 1.83 13.78 0.34 1.62 inf; -assombrira assombrir ver 1.83 13.78 0.04 0.07 ind:fut:3s; -assombrirent assombrir ver 1.83 13.78 0.00 0.20 ind:pas:3p; -assombris assombrir ver m p 1.83 13.78 0.03 0.81 ind:pre:2s;par:pas; -assombrissaient assombrir ver 1.83 13.78 0.01 0.27 ind:imp:3p; -assombrissait assombrir ver 1.83 13.78 0.03 2.43 ind:imp:3s; -assombrissant assombrir ver 1.83 13.78 0.00 0.34 par:pre; -assombrissement assombrissement nom m s 0.00 0.14 0.00 0.14 -assombrissent assombrir ver 1.83 13.78 0.19 0.20 ind:pre:3p; -assombrit assombrir ver 1.83 13.78 0.69 3.65 ind:pre:3s;ind:pas:3s; -assomma assommer ver 13.09 17.23 0.00 0.68 ind:pas:3s; -assommaient assommer ver 13.09 17.23 0.00 0.34 ind:imp:3p; -assommait assommer ver 13.09 17.23 0.14 1.35 ind:imp:3s; -assommant assommant adj m s 1.50 3.04 1.06 1.15 -assommante assommant adj f s 1.50 3.04 0.26 0.47 -assommantes assommant adj f p 1.50 3.04 0.09 0.81 -assommants assommant adj m p 1.50 3.04 0.09 0.61 -assomme assommer ver 13.09 17.23 3.17 1.82 imp:pre:2s;ind:pre:1s;ind:pre:3s; -assomment assommer ver 13.09 17.23 0.25 0.41 ind:pre:3p; -assommer assommer ver 13.09 17.23 3.45 3.51 inf; -assommera assommer ver 13.09 17.23 0.07 0.07 ind:fut:3s; -assommerai assommer ver 13.09 17.23 0.03 0.00 ind:fut:1s; -assommeraient assommer ver 13.09 17.23 0.10 0.07 cnd:pre:3p; -assommerais assommer ver 13.09 17.23 0.09 0.14 cnd:pre:1s;cnd:pre:2s; -assommerait assommer ver 13.09 17.23 0.05 0.07 cnd:pre:3s; -assommeras assommer ver 13.09 17.23 0.05 0.00 ind:fut:2s; -assommes assommer ver 13.09 17.23 0.35 0.07 ind:pre:2s; -assommeur assommeur nom m s 0.01 0.14 0.01 0.14 -assommez assommer ver 13.09 17.23 0.62 0.07 imp:pre:2p;ind:pre:2p; -assommiez assommer ver 13.09 17.23 0.02 0.07 ind:imp:2p; -assommoir assommoir nom m s 0.02 0.68 0.02 0.54 -assommoirs assommoir nom m p 0.02 0.68 0.00 0.14 -assommons assommer ver 13.09 17.23 0.12 0.27 imp:pre:1p; -assommât assommer ver 13.09 17.23 0.00 0.07 sub:imp:3s; -assommé assommer ver m s 13.09 17.23 3.54 4.80 par:pas; -assommée assommer ver f s 13.09 17.23 0.72 1.69 par:pas; -assommées assommer ver f p 13.09 17.23 0.01 0.14 par:pas; -assommés assommer ver m p 13.09 17.23 0.24 1.22 par:pas; -assomption assomption nom f s 0.03 0.47 0.00 0.41 -assomptions assomption nom f p 0.03 0.47 0.03 0.07 -assonance assonance nom f s 0.01 0.27 0.00 0.07 -assonances assonance nom f p 0.01 0.27 0.01 0.20 -assonants assonant adj m p 0.00 0.07 0.00 0.07 -assorti assorti adj m s 1.71 4.05 0.53 0.95 -assortie assortir ver f s 2.00 5.95 0.45 1.22 par:pas; -assorties assortir ver f p 2.00 5.95 0.42 0.95 par:pas; -assortiment assortiment nom m s 1.12 2.23 1.09 2.16 -assortiments assortiment nom m p 1.12 2.23 0.03 0.07 -assortir assortir ver 2.00 5.95 0.16 0.54 inf; -assortirai assortir ver 2.00 5.95 0.01 0.00 ind:fut:1s; -assortirais assortir ver 2.00 5.95 0.01 0.00 cnd:pre:1s; -assortis assorti adj m p 1.71 4.05 0.68 1.69 -assortissaient assortir ver 2.00 5.95 0.00 0.14 ind:imp:3p; -assortissais assortir ver 2.00 5.95 0.00 0.07 ind:imp:1s; -assortissait assortir ver 2.00 5.95 0.10 0.07 ind:imp:3s; -assortissant assortir ver 2.00 5.95 0.00 0.07 par:pre; -assortissent assortir ver 2.00 5.95 0.00 0.07 ind:pre:3p; -assortit assortir ver 2.00 5.95 0.00 0.27 ind:pre:3s;ind:pas:3s; -assoté assoter ver m s 0.00 0.14 0.00 0.07 par:pas; -assotés assoter ver m p 0.00 0.14 0.00 0.07 par:pas; -assoupi assoupir ver m s 2.18 11.01 0.88 2.36 par:pas; -assoupie assoupir ver f s 2.18 11.01 0.25 1.22 par:pas; -assoupies assoupir ver f p 2.18 11.01 0.14 0.00 par:pas; -assoupir assoupir ver 2.18 11.01 0.40 3.24 inf; -assoupira assoupir ver 2.18 11.01 0.01 0.00 ind:fut:3s; -assoupirais assoupir ver 2.18 11.01 0.10 0.07 cnd:pre:1s;cnd:pre:2s; -assoupis assoupir ver m p 2.18 11.01 0.34 1.01 ind:pre:1s;ind:pre:2s;par:pas; -assoupissaient assoupir ver 2.18 11.01 0.00 0.34 ind:imp:3p; -assoupissais assoupir ver 2.18 11.01 0.00 0.14 ind:imp:1s; -assoupissait assoupir ver 2.18 11.01 0.00 0.74 ind:imp:3s; -assoupissant assoupir ver 2.18 11.01 0.00 0.07 par:pre; -assoupisse assoupir ver 2.18 11.01 0.02 0.14 sub:pre:1s;sub:pre:3s; -assoupissement assoupissement nom m s 0.10 1.01 0.10 1.01 -assoupissent assoupir ver 2.18 11.01 0.02 0.27 ind:pre:3p; -assoupit assoupir ver 2.18 11.01 0.03 1.42 ind:pre:3s;ind:pas:3s; -assoupli assouplir ver m s 0.51 2.23 0.02 0.20 par:pas; -assouplie assouplir ver f s 0.51 2.23 0.00 0.14 par:pas; -assouplies assouplir ver f p 0.51 2.23 0.00 0.07 par:pas; -assouplir assouplir ver 0.51 2.23 0.42 0.88 inf; -assouplira assouplir ver 0.51 2.23 0.02 0.00 ind:fut:3s; -assouplis assouplir ver m p 0.51 2.23 0.01 0.07 imp:pre:2s;par:pas; -assouplissaient assouplir ver 0.51 2.23 0.01 0.07 ind:imp:3p; -assouplissait assouplir ver 0.51 2.23 0.00 0.34 ind:imp:3s; -assouplissant assouplissant nom m s 0.03 0.00 0.03 0.00 -assouplissement assouplissement nom m s 0.09 0.54 0.04 0.54 -assouplissements assouplissement nom m p 0.09 0.54 0.04 0.00 -assouplissent assouplir ver 0.51 2.23 0.00 0.14 ind:pre:3p; -assouplit assouplir ver 0.51 2.23 0.03 0.34 ind:pre:3s;ind:pas:3s; -assourdi assourdir ver m s 0.17 7.70 0.02 2.91 par:pas; -assourdie assourdir ver f s 0.17 7.70 0.02 0.88 par:pas; -assourdies assourdir ver f p 0.17 7.70 0.00 0.27 par:pas; -assourdir assourdir ver 0.17 7.70 0.01 0.34 inf; -assourdiraient assourdir ver 0.17 7.70 0.00 0.07 cnd:pre:3p; -assourdiras assourdir ver 0.17 7.70 0.00 0.07 ind:fut:2s; -assourdirent assourdir ver 0.17 7.70 0.00 0.07 ind:pas:3p; -assourdis assourdir ver m p 0.17 7.70 0.04 0.88 ind:pre:1s;ind:pre:2s;par:pas; -assourdissaient assourdir ver 0.17 7.70 0.00 0.27 ind:imp:3p; -assourdissait assourdir ver 0.17 7.70 0.01 0.41 ind:imp:3s; -assourdissant assourdissant adj m s 0.73 6.49 0.57 4.86 -assourdissante assourdissant adj f s 0.73 6.49 0.02 0.81 -assourdissantes assourdissant adj f p 0.73 6.49 0.01 0.41 -assourdissants assourdissant adj m p 0.73 6.49 0.12 0.41 -assourdissement assourdissement nom m s 0.00 0.14 0.00 0.14 -assourdissent assourdir ver 0.17 7.70 0.01 0.34 ind:pre:3p; -assourdit assourdir ver 0.17 7.70 0.02 0.61 ind:pre:3s;ind:pas:3s; -assouvi assouvir ver m s 2.15 5.41 0.18 0.54 par:pas; -assouvie assouvir ver f s 2.15 5.41 0.28 0.54 par:pas; -assouvies assouvir ver f p 2.15 5.41 0.01 0.14 par:pas; -assouvir assouvir ver 2.15 5.41 0.96 2.57 inf; -assouvira assouvir ver 2.15 5.41 0.00 0.20 ind:fut:3s; -assouvirai assouvir ver 2.15 5.41 0.00 0.07 ind:fut:1s; -assouvirait assouvir ver 2.15 5.41 0.00 0.07 cnd:pre:3s; -assouviras assouvir ver 2.15 5.41 0.01 0.07 ind:fut:2s; -assouvirent assouvir ver 2.15 5.41 0.01 0.00 ind:pas:3p; -assouvis assouvir ver m p 2.15 5.41 0.27 0.34 ind:pre:1s;ind:pre:2s;par:pas; -assouvissaient assouvir ver 2.15 5.41 0.01 0.00 ind:imp:3p; -assouvissait assouvir ver 2.15 5.41 0.02 0.34 ind:imp:3s; -assouvissant assouvir ver 2.15 5.41 0.00 0.07 par:pre; -assouvisse assouvir ver 2.15 5.41 0.00 0.07 sub:pre:3s; -assouvissement assouvissement nom m s 0.03 1.22 0.03 1.22 -assouvissent assouvir ver 2.15 5.41 0.38 0.07 ind:pre:3p; -assouvit assouvir ver 2.15 5.41 0.02 0.34 ind:pre:3s;ind:pas:3s; -assoyait asseoir ver 322.71 395.27 0.00 0.07 ind:imp:3s; -assoyez asseoir ver 322.71 395.27 0.87 0.00 imp:pre:2p;ind:pre:2p; -assoyons asseoir ver 322.71 395.27 0.00 0.07 ind:pre:1p; -assèche assécher ver 2.48 3.58 0.48 0.54 imp:pre:2s;ind:pre:1s;ind:pre:3s; -assèchement assèchement nom m s 0.23 0.47 0.23 0.47 -assèchent assécher ver 2.48 3.58 0.29 0.00 ind:pre:3p; -assène assener ver 0.11 5.47 0.03 0.88 imp:pre:2s;ind:pre:1s;ind:pre:3s; -assènent assener ver 0.11 5.47 0.00 0.20 ind:pre:3p; -assènerai assener ver 0.11 5.47 0.01 0.00 ind:fut:1s; -assécha assécher ver 2.48 3.58 0.00 0.14 ind:pas:3s; -asséchaient assécher ver 2.48 3.58 0.01 0.07 ind:imp:3p; -asséchais assécher ver 2.48 3.58 0.01 0.07 ind:imp:1s; -asséchait assécher ver 2.48 3.58 0.02 0.41 ind:imp:3s; -asséchant assécher ver 2.48 3.58 0.01 0.14 par:pre; -assécher assécher ver 2.48 3.58 0.84 0.81 inf; -assécherait assécher ver 2.48 3.58 0.00 0.07 cnd:pre:3s; -asséchez assécher ver 2.48 3.58 0.02 0.00 imp:pre:2p;ind:pre:2p; -asséchons assécher ver 2.48 3.58 0.14 0.00 imp:pre:1p; -asséché assécher ver m s 2.48 3.58 0.43 0.61 par:pas; -asséchée assécher ver f s 2.48 3.58 0.11 0.47 par:pas; -asséchées assécher ver f p 2.48 3.58 0.01 0.14 par:pas; -asséchés assécher ver m p 2.48 3.58 0.11 0.14 par:pas; -assujetti assujettir ver m s 0.15 3.24 0.04 0.81 par:pas; -assujettie assujettir ver f s 0.15 3.24 0.03 0.20 par:pas; -assujetties assujettir ver f p 0.15 3.24 0.01 0.20 par:pas; -assujettir assujettir ver 0.15 3.24 0.04 1.01 inf; -assujettiraient assujettir ver 0.15 3.24 0.00 0.07 cnd:pre:3p; -assujettis assujetti adj m p 0.05 0.27 0.03 0.14 -assujettissaient assujettir ver 0.15 3.24 0.00 0.07 ind:imp:3p; -assujettissait assujettir ver 0.15 3.24 0.00 0.07 ind:imp:3s; -assujettissant assujettissant adj m s 0.01 0.00 0.01 0.00 -assujettisse assujettir ver 0.15 3.24 0.01 0.00 sub:pre:3s; -assujettissement assujettissement nom m s 0.03 0.34 0.03 0.34 -assujettissent assujettir ver 0.15 3.24 0.00 0.07 ind:pre:3p; -assujettit assujettir ver 0.15 3.24 0.00 0.47 ind:pre:3s;ind:pas:3s; -assuma assumer ver 12.83 14.80 0.03 0.27 ind:pas:3s; -assumai assumer ver 12.83 14.80 0.00 0.07 ind:pas:1s; -assumaient assumer ver 12.83 14.80 0.00 0.27 ind:imp:3p; -assumais assumer ver 12.83 14.80 0.04 0.07 ind:imp:1s; -assumait assumer ver 12.83 14.80 0.17 1.96 ind:imp:3s; -assumant assumer ver 12.83 14.80 0.11 0.41 par:pre; -assume assumer ver 12.83 14.80 4.17 1.76 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -assument assumer ver 12.83 14.80 0.33 0.47 ind:pre:3p; -assumer assumer ver 12.83 14.80 5.70 6.35 inf; -assumera assumer ver 12.83 14.80 0.20 0.00 ind:fut:3s; -assumerai assumer ver 12.83 14.80 0.36 0.07 ind:fut:1s; -assumeraient assumer ver 12.83 14.80 0.00 0.07 cnd:pre:3p; -assumerais assumer ver 12.83 14.80 0.02 0.00 cnd:pre:1s;cnd:pre:2s; -assumerait assumer ver 12.83 14.80 0.04 0.20 cnd:pre:3s; -assumeras assumer ver 12.83 14.80 0.14 0.00 ind:fut:2s; -assumerez assumer ver 12.83 14.80 0.09 0.07 ind:fut:2p; -assumerions assumer ver 12.83 14.80 0.01 0.00 cnd:pre:1p; -assumerons assumer ver 12.83 14.80 0.00 0.07 ind:fut:1p; -assumez assumer ver 12.83 14.80 0.38 0.14 imp:pre:2p;ind:pre:2p; -assumions assumer ver 12.83 14.80 0.01 0.00 ind:imp:1p; -assumons assumer ver 12.83 14.80 0.48 0.27 imp:pre:1p;ind:pre:1p; -assumât assumer ver 12.83 14.80 0.00 0.07 sub:imp:3s; -assumèrent assumer ver 12.83 14.80 0.00 0.07 ind:pas:3p; -assumé assumer ver m s 12.83 14.80 0.53 1.42 par:pas; -assumée assumer ver f s 12.83 14.80 0.01 0.47 par:pas; -assumées assumer ver f p 12.83 14.80 0.00 0.20 par:pas; -assumés assumer ver m p 12.83 14.80 0.02 0.07 par:pas; -asséna asséner ver 0.14 0.47 0.01 0.07 ind:pas:3s; -assénait asséner ver 0.14 0.47 0.01 0.07 ind:imp:3s; -asséner asséner ver 0.14 0.47 0.06 0.14 inf; -asséné asséner ver m s 0.14 0.47 0.05 0.14 par:pas; -assénées asséner ver f p 0.14 0.47 0.00 0.07 par:pas; -assura assurer ver 107.63 126.55 0.22 11.62 ind:pas:3s; -assurable assurable adj m s 0.01 0.00 0.01 0.00 -assurage assurage nom m s 0.02 0.00 0.02 0.00 -assurai assurer ver 107.63 126.55 0.01 1.42 ind:pas:1s; -assuraient assurer ver 107.63 126.55 0.11 3.38 ind:imp:3p; -assurais assurer ver 107.63 126.55 0.59 0.54 ind:imp:1s;ind:imp:2s; -assurait assurer ver 107.63 126.55 0.85 11.49 ind:imp:3s; -assurance_accidents assurance_accidents nom f s 0.10 0.00 0.10 0.00 -assurance_chômage assurance_chômage nom f s 0.01 0.00 0.01 0.00 -assurance_maladie assurance_maladie nom f s 0.04 0.07 0.04 0.07 -assurance_vie assurance_vie nom f s 1.32 0.27 1.26 0.27 -assurance assurance nom f s 29.80 33.24 24.30 25.14 -assurance_vie assurance_vie nom f p 1.32 0.27 0.06 0.00 -assurances assurance nom f p 29.80 33.24 5.50 8.11 -assurant assurer ver 107.63 126.55 0.43 5.27 par:pre; -assurassent assurer ver 107.63 126.55 0.00 0.07 sub:imp:3p; -assure assurer ver 107.63 126.55 43.77 27.09 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -assurent assurer ver 107.63 126.55 1.89 2.43 ind:pre:3p; -assurer assurer ver 107.63 126.55 34.84 38.85 inf; -assurera assurer ver 107.63 126.55 0.79 1.15 ind:fut:3s; -assurerai assurer ver 107.63 126.55 1.69 0.00 ind:fut:1s; -assureraient assurer ver 107.63 126.55 0.03 0.54 cnd:pre:3p; -assurerais assurer ver 107.63 126.55 0.14 0.07 cnd:pre:1s;cnd:pre:2s; -assurerait assurer ver 107.63 126.55 0.11 1.08 cnd:pre:3s; -assureras assurer ver 107.63 126.55 0.09 0.07 ind:fut:2s; -assurerez assurer ver 107.63 126.55 0.14 0.07 ind:fut:2p; -assurerons assurer ver 107.63 126.55 0.24 0.00 ind:fut:1p; -assureront assurer ver 107.63 126.55 0.21 0.20 ind:fut:3p; -assures assurer ver 107.63 126.55 2.57 0.34 ind:pre:2s;sub:pre:2s; -assureur_conseil assureur_conseil nom m s 0.00 0.07 0.00 0.07 -assureur assureur nom m s 1.93 0.41 1.48 0.20 -assureurs assureur nom m p 1.93 0.41 0.45 0.20 -assurez assurer ver 107.63 126.55 6.16 0.54 imp:pre:2p;ind:pre:2p; -assuriez assurer ver 107.63 126.55 0.10 0.07 ind:imp:2p; -assurions assurer ver 107.63 126.55 0.03 0.14 ind:imp:1p; -assurons assurer ver 107.63 126.55 0.80 0.07 imp:pre:1p;ind:pre:1p; -assurât assurer ver 107.63 126.55 0.00 0.41 sub:imp:3s; -assurèrent assurer ver 107.63 126.55 0.00 0.68 ind:pas:3p; -assuré assurer ver m s 107.63 126.55 8.40 12.91 par:pas; -assurée assurer ver f s 107.63 126.55 1.94 3.51 par:pas; -assurées assurer ver f p 107.63 126.55 0.14 1.01 par:pas; -assurément assurément adv 3.19 10.41 3.19 10.41 -assurés assurer ver m p 107.63 126.55 1.35 1.55 par:pas; -assuétude assuétude nom f s 0.01 0.00 0.01 0.00 -assyrien assyrien adj m s 0.01 0.27 0.01 0.00 -assyrienne assyrien adj f s 0.01 0.27 0.00 0.14 -assyriennes assyrien adj f p 0.01 0.27 0.00 0.07 -assyriens assyrien nom m p 0.04 0.14 0.03 0.14 -assyro assyro adv 0.00 0.20 0.00 0.20 -astarté astarté nom f s 0.01 0.07 0.01 0.07 -aste aste nom f s 0.02 0.00 0.02 0.00 -aster aster nom m s 0.42 0.47 0.42 0.00 -asters aster nom m p 0.42 0.47 0.00 0.47 -asthmatique asthmatique adj s 1.37 1.22 1.20 1.15 -asthmatiques asthmatique adj p 1.37 1.22 0.18 0.07 -asthme asthme nom m s 3.14 3.18 3.13 3.11 -asthmes asthme nom m p 3.14 3.18 0.01 0.07 -asthénie asthénie nom f s 0.02 0.47 0.02 0.07 -asthénies asthénie nom f p 0.02 0.47 0.00 0.41 -asti asti nom m s 0.01 0.20 0.01 0.20 -astic astic nom m s 0.00 0.07 0.00 0.07 -asticot asticot nom m s 2.18 2.23 0.95 0.88 -asticota asticoter ver 0.58 1.89 0.00 0.07 ind:pas:3s; -asticotages asticotage nom m p 0.00 0.07 0.00 0.07 -asticotaient asticoter ver 0.58 1.89 0.01 0.07 ind:imp:3p; -asticotais asticoter ver 0.58 1.89 0.01 0.14 ind:imp:1s; -asticotait asticoter ver 0.58 1.89 0.01 0.20 ind:imp:3s; -asticotant asticoter ver 0.58 1.89 0.00 0.07 par:pre; -asticote asticoter ver 0.58 1.89 0.11 0.20 imp:pre:2s;ind:pre:1s;ind:pre:3s; -asticotent asticoter ver 0.58 1.89 0.04 0.00 ind:pre:3p; -asticoter asticoter ver 0.58 1.89 0.24 0.74 inf;; -asticotez asticoter ver 0.58 1.89 0.03 0.00 imp:pre:2p; -asticots asticot nom m p 2.18 2.23 1.23 1.35 -asticoté asticoter ver m s 0.58 1.89 0.13 0.34 par:pas; -asticotés asticoter ver m p 0.58 1.89 0.00 0.07 par:pas; -astigmate astigmate adj m s 0.06 0.00 0.06 0.00 -astigmatisme astigmatisme nom m s 0.00 0.07 0.00 0.07 -astiqua astiquer ver 2.98 9.80 0.00 0.20 ind:pas:3s; -astiquage astiquage nom m s 0.01 0.47 0.01 0.47 -astiquaient astiquer ver 2.98 9.80 0.01 0.07 ind:imp:3p; -astiquais astiquer ver 2.98 9.80 0.06 0.00 ind:imp:1s; -astiquait astiquer ver 2.98 9.80 0.03 1.15 ind:imp:3s; -astiquant astiquer ver 2.98 9.80 0.00 0.41 par:pre; -astique astiquer ver 2.98 9.80 1.04 0.95 imp:pre:2s;ind:pre:1s;ind:pre:3s; -astiquent astiquer ver 2.98 9.80 0.01 0.27 ind:pre:3p; -astiquer astiquer ver 2.98 9.80 0.90 2.23 inf; -astiquera astiquer ver 2.98 9.80 0.12 0.00 ind:fut:3s; -astiquerai astiquer ver 2.98 9.80 0.02 0.07 ind:fut:1s; -astiquerons astiquer ver 2.98 9.80 0.00 0.07 ind:fut:1p; -astiqueur astiqueur nom m s 0.01 0.00 0.01 0.00 -astiquez astiquer ver 2.98 9.80 0.12 0.07 imp:pre:2p;ind:pre:2p; -astiqué astiquer ver m s 2.98 9.80 0.48 1.49 par:pas; -astiquée astiquer ver f s 2.98 9.80 0.02 1.01 par:pas; -astiquées astiquer ver f p 2.98 9.80 0.16 0.47 par:pas; -astiqués astiquer ver m p 2.98 9.80 0.01 1.35 par:pas; -astragale astragale nom m s 0.00 0.47 0.00 0.34 -astragales astragale nom m p 0.00 0.47 0.00 0.14 -astrakan astrakan nom m s 0.14 1.69 0.14 1.69 -astral astral adj m s 2.02 1.69 0.78 1.15 -astrale astral adj f s 2.02 1.69 0.66 0.41 -astrales astral adj f p 2.02 1.69 0.55 0.14 -astraux astral adj m p 2.02 1.69 0.04 0.00 -astre astre nom m s 3.13 12.30 1.89 4.32 -astreignais astreindre ver 0.09 3.78 0.00 0.20 ind:imp:1s; -astreignait astreindre ver 0.09 3.78 0.01 1.01 ind:imp:3s; -astreignant astreignant adj m s 0.11 0.34 0.09 0.20 -astreignante astreignant adj f s 0.11 0.34 0.01 0.00 -astreignantes astreignant adj f p 0.11 0.34 0.01 0.14 -astreigne astreindre ver 0.09 3.78 0.00 0.07 sub:pre:3s; -astreignions astreindre ver 0.09 3.78 0.00 0.07 ind:imp:1p; -astreignis astreindre ver 0.09 3.78 0.00 0.07 ind:pas:1s; -astreignit astreindre ver 0.09 3.78 0.00 0.20 ind:pas:3s; -astreindre astreindre ver 0.09 3.78 0.02 0.68 inf; -astreins astreindre ver 0.09 3.78 0.00 0.14 ind:pre:1s; -astreint astreindre ver m s 0.09 3.78 0.04 0.81 ind:pre:3s;par:pas; -astreinte astreinte nom f s 0.03 0.07 0.02 0.07 -astreintes astreinte nom f p 0.03 0.07 0.01 0.00 -astreints astreindre ver m p 0.09 3.78 0.01 0.27 par:pas; -astres astre nom m p 3.13 12.30 1.24 7.97 -astringent astringent adj m s 0.17 0.47 0.16 0.00 -astringente astringent adj f s 0.17 0.47 0.01 0.20 -astringentes astringent adj f p 0.17 0.47 0.00 0.27 -astro astro adv 0.14 0.00 0.14 0.00 -astrochimie astrochimie nom f s 0.04 0.00 0.04 0.00 -astrolabe astrolabe nom m s 0.01 0.14 0.01 0.07 -astrolabes astrolabe nom m p 0.01 0.14 0.00 0.07 -astrologie astrologie nom f s 0.87 0.54 0.87 0.54 -astrologique astrologique adj s 0.48 0.61 0.44 0.14 -astrologiquement astrologiquement adv 0.01 0.00 0.01 0.00 -astrologiques astrologique adj p 0.48 0.61 0.04 0.47 -astrologue astrologue nom s 0.79 1.08 0.39 0.47 -astrologues astrologue nom p 0.79 1.08 0.40 0.61 -astrolâtres astrolâtre nom p 0.00 0.07 0.00 0.07 -astrométrie astrométrie nom f s 0.01 0.00 0.01 0.00 -astronaute astronaute nom s 6.45 0.41 3.71 0.14 -astronautes astronaute nom p 6.45 0.41 2.73 0.27 -astronautique astronautique nom f s 0.05 0.07 0.05 0.07 -astronef astronef nom m s 0.27 0.00 0.27 0.00 -astronome astronome nom s 0.50 1.42 0.30 0.54 -astronomes astronome nom p 0.50 1.42 0.19 0.88 -astronomie astronomie nom f s 0.91 1.01 0.91 1.01 -astronomique astronomique adj s 1.11 1.89 0.92 0.95 -astronomiquement astronomiquement adv 0.02 0.00 0.02 0.00 -astronomiques astronomique adj p 1.11 1.89 0.19 0.95 -astrophore astrophore nom m s 0.00 0.14 0.00 0.14 -astrophysicien astrophysicien nom m s 0.14 0.00 0.12 0.00 -astrophysicienne astrophysicien nom f s 0.14 0.00 0.01 0.00 -astrophysiciens astrophysicien nom m p 0.14 0.00 0.01 0.00 -astrophysique astrophysique nom f s 0.28 0.00 0.28 0.00 -astroport astroport nom m s 0.06 0.00 0.06 0.00 -astroscope astroscope nom m s 0.01 0.00 0.01 0.00 -astuce astuce nom f s 3.36 5.07 2.74 3.58 -astuces astuce nom f p 3.36 5.07 0.62 1.49 -astucieuse astucieux adj f s 3.75 2.36 0.18 0.81 -astucieusement astucieusement adv 0.05 0.41 0.05 0.41 -astucieuses astucieux adj f p 3.75 2.36 0.04 0.27 -astucieux astucieux adj m 3.75 2.36 3.52 1.28 -asturienne asturienne nom f s 0.00 0.07 0.00 0.07 -astérisme astérisme nom m s 0.14 0.00 0.14 0.00 -astérisque astérisque nom m s 0.04 0.34 0.04 0.27 -astérisques astérisque nom m p 0.04 0.34 0.00 0.07 -astéroïde astéroïde nom m s 2.28 0.07 1.52 0.00 -astéroïdes astéroïde nom m p 2.28 0.07 0.76 0.07 -asymptomatique asymptomatique adj m s 0.09 0.20 0.05 0.00 -asymptomatiques asymptomatique adj m p 0.09 0.20 0.04 0.20 -asymétrie asymétrie nom f s 0.49 0.34 0.49 0.34 -asymétrique asymétrique adj s 0.35 1.08 0.26 0.47 -asymétriquement asymétriquement adv 0.00 0.20 0.00 0.20 -asymétriques asymétrique adj p 0.35 1.08 0.09 0.61 -asynchrone asynchrone adj s 0.01 0.00 0.01 0.00 -asystolie asystolie nom f s 0.27 0.00 0.27 0.00 -atabeg atabeg nom m s 0.00 0.20 0.00 0.07 -atabegs atabeg nom m p 0.00 0.20 0.00 0.14 -ataman ataman nom m s 0.10 0.14 0.10 0.07 -atamans ataman nom m p 0.10 0.14 0.00 0.07 -ataraxie ataraxie nom f s 0.02 0.07 0.02 0.07 -atavique atavique adj s 0.24 1.28 0.23 1.15 -ataviques atavique adj p 0.24 1.28 0.01 0.14 -atavisme atavisme nom m s 0.03 1.22 0.03 1.08 -atavismes atavisme nom m p 0.03 1.22 0.00 0.14 -ataxie ataxie nom f s 0.01 0.00 0.01 0.00 -atchoum atchoum ono 0.14 0.27 0.14 0.27 -atelier atelier nom m s 16.95 45.07 15.21 35.88 -ateliers atelier nom m p 16.95 45.07 1.73 9.19 -atellanes atellane nom f p 0.00 0.07 0.00 0.07 -atermoiement atermoiement nom m s 0.28 1.08 0.00 0.14 -atermoiements atermoiement nom m p 0.28 1.08 0.28 0.95 -atermoyé atermoyer ver m s 0.00 0.07 0.00 0.07 par:pas; -athanor athanor nom m s 0.00 0.68 0.00 0.68 -aède aède nom m s 0.11 0.27 0.10 0.20 -aèdes aède nom m p 0.11 0.27 0.01 0.07 -athlète athlète nom s 4.75 4.32 3.09 3.11 -athlètes athlète nom p 4.75 4.32 1.66 1.22 -athlétique athlétique adj s 0.74 2.57 0.65 2.16 -athlétiques athlétique adj p 0.74 2.57 0.09 0.41 -athlétisme athlétisme nom m s 0.56 0.47 0.56 0.47 -aère aérer ver 2.65 4.12 0.32 0.41 imp:pre:2s;ind:pre:1s;ind:pre:3s; -athée athée nom s 1.77 2.70 1.50 1.69 -athées athée nom p 1.77 2.70 0.27 1.01 -athéisme athéisme nom m s 0.29 1.76 0.29 1.76 -athéiste athéiste adj f s 0.01 0.00 0.01 0.00 -athénien athénien adj m s 0.33 0.88 0.20 0.14 -athénienne athénien adj f s 0.33 0.88 0.13 0.34 -athéniennes athénienne nom f p 0.10 0.41 0.10 0.07 -athéniens athénien nom m p 0.08 1.08 0.08 0.74 -athénée athénée nom m s 0.01 0.00 0.01 0.00 -atlante atlante nom m s 0.28 0.41 0.05 0.27 -atlantes atlante nom m p 0.28 0.41 0.23 0.14 -atlantique atlantique adj s 0.39 1.89 0.23 1.62 -atlantiques atlantique adj p 0.39 1.89 0.16 0.27 -atlas atlas nom m 0.93 2.16 0.93 2.16 -atmosphère atmosphère nom f s 13.85 36.69 13.45 36.15 -atmosphères atmosphère nom f p 13.85 36.69 0.40 0.54 -atmosphérique atmosphérique adj s 1.89 1.42 1.14 0.95 -atmosphériques atmosphérique adj p 1.89 1.42 0.76 0.47 -atoll atoll nom m s 0.15 0.61 0.12 0.54 -atolls atoll nom m p 0.15 0.61 0.03 0.07 -atome atome nom m s 2.85 4.12 1.30 1.82 -atomes atome nom m p 2.85 4.12 1.55 2.30 -atomique atomique adj s 6.33 8.31 5.30 6.22 -atomiques atomique adj p 6.33 8.31 1.02 2.09 -atomisait atomiser ver 0.33 0.20 0.00 0.07 ind:imp:3s; -atomise atomiser ver 0.33 0.20 0.04 0.14 ind:pre:1s;ind:pre:3s; -atomisent atomiser ver 0.33 0.20 0.01 0.00 ind:pre:3p; -atomiser atomiser ver 0.33 0.20 0.17 0.00 inf; -atomiseur atomiseur nom m s 0.11 0.00 0.11 0.00 -atomisez atomiser ver 0.33 0.20 0.02 0.00 imp:pre:2p; -atomiste atomiste nom s 0.01 0.14 0.01 0.07 -atomistes atomiste adj p 0.01 0.20 0.01 0.14 -atomisé atomiser ver m s 0.33 0.20 0.06 0.00 par:pas; -atomisée atomiser ver f s 0.33 0.20 0.03 0.00 par:pas; -atomisés atomiser ver m p 0.33 0.20 0.01 0.00 par:pas; -atonal atonal adj m s 0.03 0.20 0.01 0.07 -atonale atonal adj f s 0.03 0.20 0.01 0.07 -atonales atonal adj f p 0.03 0.20 0.00 0.07 -atone atone adj s 0.02 0.88 0.02 0.74 -atones atone adj m p 0.02 0.88 0.00 0.14 -atonie atonie nom f s 0.01 0.54 0.01 0.54 -atour atour nom m s 1.09 1.35 0.14 0.07 -atourné atourner ver m s 0.00 0.07 0.00 0.07 par:pas; -atours atour nom m p 1.09 1.35 0.95 1.28 -atout atout nom m s 5.74 4.53 3.66 2.84 -atouts atout nom m p 5.74 4.53 2.08 1.69 -atrabilaire atrabilaire nom s 0.01 0.00 0.01 0.00 -atrium atrium nom m s 0.30 0.14 0.30 0.14 -atroce atroce adj s 10.94 17.43 8.41 13.24 -atrocement atrocement adv 2.27 3.18 2.27 3.18 -atroces atroce adj p 10.94 17.43 2.53 4.19 -atrocité atrocité nom f s 3.92 2.50 0.96 0.74 -atrocités atrocité nom f p 3.92 2.50 2.96 1.76 -atrophiait atrophier ver 0.51 0.74 0.00 0.07 ind:imp:3s; -atrophie atrophie nom f s 0.39 0.27 0.39 0.27 -atrophient atrophier ver 0.51 0.74 0.11 0.00 ind:pre:3p; -atrophier atrophier ver 0.51 0.74 0.05 0.07 inf; -atrophieraient atrophier ver 0.51 0.74 0.01 0.00 cnd:pre:3p; -atrophies atrophier ver 0.51 0.74 0.01 0.00 ind:pre:2s; -atrophié atrophié adj m s 0.21 1.22 0.04 0.61 -atrophiée atrophier ver f s 0.51 0.74 0.15 0.20 par:pas; -atrophiées atrophié adj f p 0.21 1.22 0.01 0.27 -atrophiés atrophier ver m p 0.51 0.74 0.08 0.14 par:pas; -atropine atropine nom f s 0.86 0.07 0.86 0.07 -atrésie atrésie nom f s 0.04 0.00 0.04 0.00 -attabla attabler ver 0.20 7.84 0.00 0.41 ind:pas:3s; -attablai attabler ver 0.20 7.84 0.00 0.07 ind:pas:1s; -attablaient attabler ver 0.20 7.84 0.00 0.27 ind:imp:3p; -attablais attabler ver 0.20 7.84 0.00 0.14 ind:imp:1s; -attablait attabler ver 0.20 7.84 0.00 0.20 ind:imp:3s; -attablant attabler ver 0.20 7.84 0.00 0.07 par:pre; -attable attabler ver 0.20 7.84 0.00 0.34 ind:pre:1s;ind:pre:3s; -attablent attabler ver 0.20 7.84 0.00 0.14 ind:pre:3p; -attabler attabler ver 0.20 7.84 0.02 0.54 inf; -attablions attabler ver 0.20 7.84 0.00 0.14 ind:imp:1p; -attablons attabler ver 0.20 7.84 0.00 0.07 imp:pre:1p; -attablèrent attabler ver 0.20 7.84 0.00 0.20 ind:pas:3p; -attablé attabler ver m s 0.20 7.84 0.02 1.96 par:pas; -attablée attabler ver f s 0.20 7.84 0.02 0.41 par:pas; -attablées attablé adj f p 0.13 1.08 0.01 0.07 -attablés attabler ver m p 0.20 7.84 0.13 2.57 par:pas; -attacha attacher ver 46.37 71.01 0.04 2.84 ind:pas:3s; -attachai attacher ver 46.37 71.01 0.02 0.47 ind:pas:1s; -attachaient attacher ver 46.37 71.01 0.23 2.09 ind:imp:3p; -attachais attacher ver 46.37 71.01 0.26 0.74 ind:imp:1s;ind:imp:2s; -attachait attacher ver 46.37 71.01 0.48 6.62 ind:imp:3s; -attachant attachant adj m s 1.22 2.03 0.69 1.35 -attachante attachant adj f s 1.22 2.03 0.50 0.47 -attachants attachant adj m p 1.22 2.03 0.04 0.20 -attache attacher ver 46.37 71.01 10.42 10.14 imp:pre:2s;ind:pre:1s;ind:pre:3s; -attachement attachement nom m s 3.33 10.95 2.87 9.59 -attachements attachement nom m p 3.33 10.95 0.46 1.35 -attachent attacher ver 46.37 71.01 0.70 1.96 ind:pre:3p; -attacher attacher ver 46.37 71.01 9.86 11.69 inf;; -attachera attacher ver 46.37 71.01 0.42 0.00 ind:fut:3s; -attacherai attacher ver 46.37 71.01 0.29 0.20 ind:fut:1s; -attacherais attacher ver 46.37 71.01 0.25 0.07 cnd:pre:1s;cnd:pre:2s; -attacherait attacher ver 46.37 71.01 0.19 0.41 cnd:pre:3s; -attacheras attacher ver 46.37 71.01 0.17 0.07 ind:fut:2s; -attacherez attacher ver 46.37 71.01 0.01 0.07 ind:fut:2p; -attacherions attacher ver 46.37 71.01 0.00 0.07 cnd:pre:1p; -attacheront attacher ver 46.37 71.01 0.02 0.14 ind:fut:3p; -attaches attache nom f p 2.95 7.16 1.13 3.18 -attachez attacher ver 46.37 71.01 4.49 1.01 imp:pre:2p;ind:pre:2p; -attachiez attacher ver 46.37 71.01 0.10 0.14 ind:imp:2p;sub:pre:2p; -attachions attacher ver 46.37 71.01 0.01 0.27 ind:imp:1p; -attachons attacher ver 46.37 71.01 0.56 0.14 imp:pre:1p;ind:pre:1p; -attachât attacher ver 46.37 71.01 0.00 0.54 sub:imp:3s; -attachèrent attacher ver 46.37 71.01 0.10 0.54 ind:pas:3p; -attaché_case attaché_case nom m s 0.01 0.54 0.00 0.54 -attaché attacher ver m s 46.37 71.01 8.76 13.85 par:pas; -attachée attacher ver f s 46.37 71.01 5.33 6.28 par:pas; -attachées attacher ver f p 46.37 71.01 0.61 1.89 par:pas; -attaché_case attaché_case nom m p 0.01 0.54 0.01 0.00 -attachés attacher ver m p 46.37 71.01 1.83 6.96 par:pas; -attaqua attaquer ver 99.64 70.41 0.26 5.00 ind:pas:3s; -attaquable attaquable adj s 0.01 0.00 0.01 0.00 -attaquai attaquer ver 99.64 70.41 0.01 0.74 ind:pas:1s; -attaquaient attaquer ver 99.64 70.41 0.42 2.84 ind:imp:3p; -attaquais attaquer ver 99.64 70.41 0.12 0.47 ind:imp:1s;ind:imp:2s; -attaquait attaquer ver 99.64 70.41 1.88 6.01 ind:imp:3s; -attaquant attaquer ver 99.64 70.41 0.88 2.77 par:pre; -attaquante attaquant adj f s 0.25 0.14 0.06 0.07 -attaquants attaquant nom m p 1.13 0.41 0.56 0.14 -attaque attaque nom f s 59.92 37.03 52.39 29.93 -attaquent attaquer ver 99.64 70.41 6.82 4.26 ind:pre:3p;sub:pre:3p; -attaquer attaquer ver 99.64 70.41 25.91 17.70 inf;; -attaquera attaquer ver 99.64 70.41 2.25 0.34 ind:fut:3s; -attaquerai attaquer ver 99.64 70.41 0.44 0.41 ind:fut:1s; -attaqueraient attaquer ver 99.64 70.41 0.51 0.34 cnd:pre:3p; -attaquerais attaquer ver 99.64 70.41 0.30 0.14 cnd:pre:1s;cnd:pre:2s; -attaquerait attaquer ver 99.64 70.41 0.75 0.41 cnd:pre:3s; -attaqueras attaquer ver 99.64 70.41 0.05 0.07 ind:fut:2s; -attaquerez attaquer ver 99.64 70.41 0.29 0.07 ind:fut:2p; -attaqueriez attaquer ver 99.64 70.41 0.04 0.00 cnd:pre:2p; -attaquerions attaquer ver 99.64 70.41 0.02 0.00 cnd:pre:1p; -attaquerons attaquer ver 99.64 70.41 1.25 0.07 ind:fut:1p; -attaqueront attaquer ver 99.64 70.41 2.08 0.34 ind:fut:3p; -attaques attaque nom f p 59.92 37.03 7.53 7.09 -attaqueur attaqueur nom m s 0.01 0.00 0.01 0.00 -attaquez attaquer ver 99.64 70.41 3.48 0.41 imp:pre:2p;ind:pre:2p; -attaquiez attaquer ver 99.64 70.41 0.10 0.00 ind:imp:2p; -attaquâmes attaquer ver 99.64 70.41 0.00 0.07 ind:pas:1p; -attaquons attaquer ver 99.64 70.41 2.06 0.54 imp:pre:1p;ind:pre:1p; -attaquât attaquer ver 99.64 70.41 0.00 0.14 sub:imp:3s; -attaquèrent attaquer ver 99.64 70.41 0.14 1.08 ind:pas:3p; -attaqué attaquer ver m s 99.64 70.41 20.04 9.12 par:pas; -attaquée attaquer ver f s 99.64 70.41 5.80 2.43 par:pas; -attaquées attaquer ver f p 99.64 70.41 0.46 0.34 par:pas; -attaqués attaquer ver m p 99.64 70.41 5.34 2.84 par:pas; -attarda attarder ver 4.36 29.39 0.01 3.45 ind:pas:3s; -attardai attarder ver 4.36 29.39 0.00 0.54 ind:pas:1s; -attardaient attarder ver 4.36 29.39 0.01 1.82 ind:imp:3p; -attardais attarder ver 4.36 29.39 0.00 1.15 ind:imp:1s; -attardait attarder ver 4.36 29.39 0.13 3.65 ind:imp:3s; -attardant attarder ver 4.36 29.39 0.04 1.22 par:pre; -attarde attarder ver 4.36 29.39 0.84 4.32 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:1s; -attardement attardement nom m s 0.00 0.07 0.00 0.07 -attardent attarder ver 4.36 29.39 0.05 1.15 ind:pre:3p; -attarder attarder ver 4.36 29.39 1.61 7.03 inf; -attardera attarder ver 4.36 29.39 0.02 0.07 ind:fut:3s; -attarderai attarder ver 4.36 29.39 0.02 0.00 ind:fut:1s; -attarderaient attarder ver 4.36 29.39 0.00 0.14 cnd:pre:3p; -attarderait attarder ver 4.36 29.39 0.02 0.07 cnd:pre:3s; -attarderont attarder ver 4.36 29.39 0.00 0.07 ind:fut:3p; -attardez attarder ver 4.36 29.39 0.20 0.20 imp:pre:2p;ind:pre:2p; -attardions attarder ver 4.36 29.39 0.01 0.20 ind:imp:1p; -attardâmes attarder ver 4.36 29.39 0.00 0.27 ind:pas:1p; -attardons attarder ver 4.36 29.39 0.09 0.20 imp:pre:1p;ind:pre:1p; -attardât attarder ver 4.36 29.39 0.00 0.20 sub:imp:3s; -attardèrent attarder ver 4.36 29.39 0.00 0.81 ind:pas:3p; -attardé attarder ver m s 4.36 29.39 0.84 1.49 par:pas; -attardée attarder ver f s 4.36 29.39 0.33 0.68 par:pas; -attardées attardé adj f p 1.06 3.11 0.02 0.27 -attardés attardé nom m p 1.58 1.55 0.74 0.88 -atteignîmes atteindre ver 61.83 126.76 0.33 0.95 ind:pas:1p; -atteignît atteindre ver 61.83 126.76 0.00 0.47 sub:imp:3s; -atteignable atteignable adj s 0.01 0.00 0.01 0.00 -atteignaient atteindre ver 61.83 126.76 0.04 4.39 ind:imp:3p; -atteignais atteindre ver 61.83 126.76 0.22 0.74 ind:imp:1s;ind:imp:2s; -atteignait atteindre ver 61.83 126.76 0.50 9.59 ind:imp:3s; -atteignant atteindre ver 61.83 126.76 0.54 2.57 par:pre; -atteigne atteindre ver 61.83 126.76 1.82 1.28 sub:pre:1s;sub:pre:3s; -atteignent atteindre ver 61.83 126.76 1.54 2.16 ind:pre:3p; -atteignes atteindre ver 61.83 126.76 0.03 0.00 sub:pre:2s; -atteignez atteindre ver 61.83 126.76 0.28 0.07 imp:pre:2p;ind:pre:2p; -atteignions atteindre ver 61.83 126.76 0.06 0.34 ind:imp:1p; -atteignirent atteindre ver 61.83 126.76 0.24 2.70 ind:pas:3p; -atteignis atteindre ver 61.83 126.76 0.14 1.01 ind:pas:1s; -atteignissent atteindre ver 61.83 126.76 0.00 0.07 sub:imp:3p; -atteignit atteindre ver 61.83 126.76 0.39 10.34 ind:pas:3s; -atteignons atteindre ver 61.83 126.76 0.28 0.95 imp:pre:1p;ind:pre:1p; -atteindra atteindre ver 61.83 126.76 1.90 1.08 ind:fut:3s; -atteindrai atteindre ver 61.83 126.76 0.31 0.27 ind:fut:1s; -atteindraient atteindre ver 61.83 126.76 0.15 0.34 cnd:pre:3p; -atteindrais atteindre ver 61.83 126.76 0.05 0.41 cnd:pre:1s;cnd:pre:2s; -atteindrait atteindre ver 61.83 126.76 0.50 1.08 cnd:pre:3s; -atteindras atteindre ver 61.83 126.76 0.27 0.07 ind:fut:2s; -atteindre atteindre ver 61.83 126.76 24.42 40.47 inf; -atteindrez atteindre ver 61.83 126.76 0.41 0.20 ind:fut:2p; -atteindrons atteindre ver 61.83 126.76 0.60 0.14 ind:fut:1p; -atteindront atteindre ver 61.83 126.76 0.79 0.20 ind:fut:3p; -atteins atteindre ver 61.83 126.76 1.27 0.95 imp:pre:2s;ind:pre:1s;ind:pre:2s; -atteint atteindre ver m s 61.83 126.76 19.99 35.68 ind:pre:3s;par:pas; -atteinte atteindre ver f s 61.83 126.76 2.71 5.20 par:pas; -atteintes atteindre ver f p 61.83 126.76 0.36 1.01 par:pas; -atteints atteindre ver m p 61.83 126.76 1.71 2.03 par:pas; -attela atteler ver 2.12 8.58 0.02 0.41 ind:pas:3s; -attelage attelage nom m s 1.52 5.61 1.43 4.05 -attelages attelage nom m p 1.52 5.61 0.10 1.55 -attelai atteler ver 2.12 8.58 0.00 0.14 ind:pas:1s; -attelaient atteler ver 2.12 8.58 0.00 0.20 ind:imp:3p; -attelais atteler ver 2.12 8.58 0.10 0.14 ind:imp:1s; -attelait atteler ver 2.12 8.58 0.02 0.41 ind:imp:3s; -attelant atteler ver 2.12 8.58 0.00 0.07 par:pre; -atteler atteler ver 2.12 8.58 0.97 1.42 inf; -attelez atteler ver 2.12 8.58 0.09 0.00 imp:pre:2p;ind:pre:2p; -attelions atteler ver 2.12 8.58 0.00 0.07 ind:imp:1p; -attelle attelle nom f s 0.83 0.68 0.73 0.47 -attellent atteler ver 2.12 8.58 0.01 0.07 ind:pre:3p; -attellera atteler ver 2.12 8.58 0.00 0.07 ind:fut:3s; -attellerais atteler ver 2.12 8.58 0.00 0.07 cnd:pre:1s; -attelles attelle nom f p 0.83 0.68 0.10 0.20 -attelâmes atteler ver 2.12 8.58 0.00 0.07 ind:pas:1p; -attelons atteler ver 2.12 8.58 0.01 0.00 imp:pre:1p; -attelèrent atteler ver 2.12 8.58 0.01 0.20 ind:pas:3p; -attelé atteler ver m s 2.12 8.58 0.15 1.89 par:pas; -attelée atteler ver f s 2.12 8.58 0.03 1.01 par:pas; -attelées atteler ver f p 2.12 8.58 0.00 0.34 par:pas; -attelés atteler ver m p 2.12 8.58 0.09 1.35 par:pas; -attenant attenant adj m s 0.40 3.72 0.05 2.23 -attenante attenant adj f s 0.40 3.72 0.09 1.35 -attenantes attenant adj f p 0.40 3.72 0.26 0.14 -attend attendre ver 1351.44 706.69 173.86 74.46 ind:pre:3s; -attendîmes attendre ver 1351.44 706.69 0.03 0.61 ind:pas:1p; -attendît attendre ver 1351.44 706.69 0.00 0.47 sub:imp:3s; -attendaient attendre ver 1351.44 706.69 5.12 32.77 ind:imp:3p; -attendais attendre ver 1351.44 706.69 59.29 36.82 ind:imp:1s;ind:imp:2s; -attendait attendre ver 1351.44 706.69 25.02 127.09 ind:imp:3s; -attendant attendre ver 1351.44 706.69 40.34 75.47 par:pre; -attende attendre ver 1351.44 706.69 5.18 3.38 sub:pre:1s;sub:pre:3s; -attendent attendre ver 1351.44 706.69 36.95 21.82 ind:pre:3p; -attendes attendre ver 1351.44 706.69 0.69 0.27 sub:pre:2s; -attendez attendre ver 1351.44 706.69 230.66 19.86 imp:pre:2p;ind:pre:2p; -attendiez attendre ver 1351.44 706.69 7.13 0.95 ind:imp:2p;sub:pre:2p; -attendions attendre ver 1351.44 706.69 4.25 5.47 ind:imp:1p; -attendirent attendre ver 1351.44 706.69 0.05 2.97 ind:pas:3p; -attendis attendre ver 1351.44 706.69 0.67 4.86 ind:pas:1s; -attendisse attendre ver 1351.44 706.69 0.00 0.14 sub:imp:1s; -attendissent attendre ver 1351.44 706.69 0.00 0.07 sub:imp:3p; -attendit attendre ver 1351.44 706.69 0.49 28.65 ind:pas:3s; -attendons attendre ver 1351.44 706.69 21.35 6.28 imp:pre:1p;ind:pre:1p; -attendra attendre ver 1351.44 706.69 8.23 3.04 ind:fut:3s; -attendrai attendre ver 1351.44 706.69 18.83 5.20 ind:fut:1s; -attendraient attendre ver 1351.44 706.69 0.25 1.01 cnd:pre:3p; -attendrais attendre ver 1351.44 706.69 2.04 0.61 cnd:pre:1s;cnd:pre:2s; -attendrait attendre ver 1351.44 706.69 1.23 3.51 cnd:pre:3s; -attendras attendre ver 1351.44 706.69 2.28 1.42 ind:fut:2s; -attendre attendre ver 1351.44 706.69 177.43 143.45 inf;; -attendrez attendre ver 1351.44 706.69 1.22 0.68 ind:fut:2p; -attendri attendrir ver m s 2.96 20.95 0.14 5.00 par:pas; -attendrie attendrir ver f s 2.96 20.95 0.31 2.77 par:pas; -attendries attendrir ver f p 2.96 20.95 0.00 0.34 par:pas; -attendriez attendre ver 1351.44 706.69 0.10 0.00 cnd:pre:2p; -attendrions attendre ver 1351.44 706.69 0.03 0.20 cnd:pre:1p; -attendrir attendrir ver 2.96 20.95 1.23 5.07 inf; -attendrirait attendrir ver 2.96 20.95 0.01 0.07 cnd:pre:3s; -attendriras attendrir ver 2.96 20.95 0.01 0.00 ind:fut:2s; -attendrirent attendrir ver 2.96 20.95 0.10 0.27 ind:pas:3p; -attendris attendrir ver m p 2.96 20.95 0.23 1.62 imp:pre:2s;ind:pre:1s;ind:pre:2s;par:pas; -attendrissaient attendrir ver 2.96 20.95 0.00 0.20 ind:imp:3p; -attendrissais attendrir ver 2.96 20.95 0.00 0.07 ind:imp:1s; -attendrissait attendrir ver 2.96 20.95 0.14 1.76 ind:imp:3s; -attendrissant attendrissant adj m s 0.42 3.99 0.37 2.03 -attendrissante attendrissant adj f s 0.42 3.99 0.02 0.95 -attendrissantes attendrissant adj f p 0.42 3.99 0.00 0.54 -attendrissants attendrissant adj m p 0.42 3.99 0.03 0.47 -attendrisse attendrir ver 2.96 20.95 0.01 0.14 sub:pre:1s;sub:pre:3s; -attendrissement attendrissement nom m s 0.10 7.64 0.10 6.89 -attendrissements attendrissement nom m p 0.10 7.64 0.00 0.74 -attendrissent attendrir ver 2.96 20.95 0.16 0.54 ind:pre:3p; -attendrisseur attendrisseur nom m s 0.01 0.00 0.01 0.00 -attendrissons attendrir ver 2.96 20.95 0.00 0.07 ind:pre:1p; -attendrit attendrir ver 2.96 20.95 0.47 2.64 ind:pre:3s;ind:pas:3s; -attendrons attendre ver 1351.44 706.69 3.40 0.61 ind:fut:1p; -attendront attendre ver 1351.44 706.69 1.92 0.81 ind:fut:3p; -attends attendre ver 1351.44 706.69 478.32 62.57 imp:pre:2s;ind:pre:1s;ind:pre:2s; -attendu attendre ver m s 1351.44 706.69 38.45 34.66 par:pas; -attendue attendre ver f s 1351.44 706.69 4.69 4.39 par:pas; -attendues attendre ver f p 1351.44 706.69 0.58 0.20 par:pas; -attendus attendre ver m p 1351.44 706.69 1.39 1.89 par:pas; -attenta attenter ver 1.17 1.01 0.00 0.07 ind:pas:3s; -attentais attenter ver 1.17 1.01 0.00 0.07 ind:imp:1s; -attentait attenter ver 1.17 1.01 0.01 0.00 ind:imp:3s; -attentant attenter ver 1.17 1.01 0.02 0.00 par:pre; -attentat attentat nom m s 14.58 8.72 11.42 5.34 -attentatoire attentatoire adj m s 0.00 0.14 0.00 0.07 -attentatoires attentatoire adj p 0.00 0.14 0.00 0.07 -attentats attentat nom m p 14.58 8.72 3.16 3.38 -attente attente nom f s 25.07 63.85 22.77 61.35 -attenter attenter ver 1.17 1.01 0.39 0.54 inf; -attenterai attenter ver 1.17 1.01 0.00 0.07 ind:fut:1s; -attenterait attenter ver 1.17 1.01 0.01 0.07 cnd:pre:3s; -attentes attente nom f p 25.07 63.85 2.29 2.50 -attentez attenter ver 1.17 1.01 0.16 0.00 imp:pre:2p;ind:pre:2p; -attentiez attenter ver 1.17 1.01 0.14 0.00 ind:imp:2p; -attentif attentif adj m s 6.66 35.74 3.77 17.30 -attentifs attentif adj m p 6.66 35.74 1.49 6.22 -attention attention ono 159.10 21.35 159.10 21.35 -attentionné attentionné adj m s 2.64 0.74 1.73 0.34 -attentionnée attentionné adj f s 2.64 0.74 0.41 0.27 -attentionnées attentionné adj f p 2.64 0.74 0.07 0.00 -attentionnés attentionné adj m p 2.64 0.74 0.44 0.14 -attentions attention nom f p 158.52 124.53 1.63 4.86 -attentisme attentisme nom m s 0.02 0.81 0.02 0.81 -attentiste attentiste adj s 0.02 0.00 0.02 0.00 -attentistes attentiste nom p 0.00 0.07 0.00 0.07 -attentive attentif adj f s 6.66 35.74 1.25 11.15 -attentivement attentivement adv 8.38 11.82 8.38 11.82 -attentives attentif adj f p 6.66 35.74 0.15 1.08 -attenté attenter ver m s 1.17 1.01 0.13 0.07 par:pas; -atterrîmes atterrir ver 26.73 9.39 0.01 0.14 ind:pas:1p; -atterrît atterrir ver 26.73 9.39 0.00 0.07 sub:imp:3s; -atterrages atterrage nom m p 0.00 0.20 0.00 0.20 -atterraient atterrer ver 0.23 2.91 0.00 0.07 ind:imp:3p; -atterrait atterrer ver 0.23 2.91 0.00 0.07 ind:imp:3s; -atterrant atterrant adj m s 0.01 0.20 0.01 0.14 -atterrante atterrant adj f s 0.01 0.20 0.00 0.07 -atterre atterrer ver 0.23 2.91 0.02 0.07 ind:pre:1s;ind:pre:3s; -atterri atterrir ver m s 26.73 9.39 8.64 1.89 par:pas; -atterrir atterrir ver 26.73 9.39 10.84 3.04 inf;; -atterrira atterrir ver 26.73 9.39 0.48 0.00 ind:fut:3s; -atterrirai atterrir ver 26.73 9.39 0.06 0.00 ind:fut:1s; -atterrirais atterrir ver 26.73 9.39 0.14 0.07 cnd:pre:1s;cnd:pre:2s; -atterriras atterrir ver 26.73 9.39 0.05 0.00 ind:fut:2s; -atterrirent atterrir ver 26.73 9.39 0.04 0.14 ind:pas:3p; -atterrirez atterrir ver 26.73 9.39 0.05 0.00 ind:fut:2p; -atterrirons atterrir ver 26.73 9.39 0.28 0.00 ind:fut:1p; -atterris atterrir ver m p 26.73 9.39 1.13 0.88 imp:pre:2s;ind:pre:1s;ind:pre:2s;par:pas; -atterrissage atterrissage nom m s 9.06 2.23 8.84 2.16 -atterrissages atterrissage nom m p 9.06 2.23 0.22 0.07 -atterrissaient atterrir ver 26.73 9.39 0.04 0.34 ind:imp:3p; -atterrissais atterrir ver 26.73 9.39 0.01 0.14 ind:imp:1s; -atterrissait atterrir ver 26.73 9.39 0.08 0.14 ind:imp:3s; -atterrissant atterrir ver 26.73 9.39 0.14 0.14 par:pre; -atterrisse atterrir ver 26.73 9.39 0.40 0.07 sub:pre:1s;sub:pre:3s; -atterrissent atterrir ver 26.73 9.39 0.76 0.41 ind:pre:3p; -atterrisses atterrir ver 26.73 9.39 0.02 0.00 sub:pre:2s; -atterrissez atterrir ver 26.73 9.39 0.52 0.00 imp:pre:2p;ind:pre:2p; -atterrissons atterrir ver 26.73 9.39 0.08 0.00 imp:pre:1p;ind:pre:1p; -atterrit atterrir ver 26.73 9.39 2.96 1.96 ind:pre:3s;ind:pas:3s; -atterrèrent atterrer ver 0.23 2.91 0.00 0.14 ind:pas:3p; -atterré atterrer ver m s 0.23 2.91 0.05 1.62 par:pas; -atterrée atterrer ver f s 0.23 2.91 0.04 0.34 par:pas; -atterrées atterrer ver f p 0.23 2.91 0.00 0.07 par:pas; -atterrés atterrer ver m p 0.23 2.91 0.12 0.54 par:pas; -attesta attester ver 2.67 6.55 0.00 0.07 ind:pas:3s; -attestaient attester ver 2.67 6.55 0.00 0.47 ind:imp:3p; -attestait attester ver 2.67 6.55 0.01 1.15 ind:imp:3s; -attestant attester ver 2.67 6.55 0.14 1.15 par:pre; -attestation attestation nom f s 1.00 0.20 0.95 0.14 -attestations attestation nom f p 1.00 0.20 0.05 0.07 -atteste attester ver 2.67 6.55 0.98 1.22 ind:pre:1s;ind:pre:3s; -attestent attester ver 2.67 6.55 0.15 0.54 ind:pre:3p; -attester attester ver 2.67 6.55 0.87 1.08 inf; -attestera attester ver 2.67 6.55 0.05 0.00 ind:fut:3s; -attestons attester ver 2.67 6.55 0.01 0.07 imp:pre:1p;ind:pre:1p; -attestèrent attester ver 2.67 6.55 0.00 0.07 ind:pas:3p; -attesté attester ver m s 2.67 6.55 0.34 0.34 par:pas; -attestée attester ver f s 2.67 6.55 0.11 0.34 par:pas; -attestées attester ver f p 2.67 6.55 0.00 0.07 par:pas; -atèle atèle nom m s 0.01 0.00 0.01 0.00 -attifa attifer ver 0.30 1.69 0.00 0.07 ind:pas:3s; -attifait attifer ver 0.30 1.69 0.00 0.07 ind:imp:3s; -attifant attifer ver 0.30 1.69 0.00 0.07 par:pre; -attife attifer ver 0.30 1.69 0.00 0.14 ind:pre:3s; -attifer attifer ver 0.30 1.69 0.01 0.20 inf; -attifiaux attifiaux nom m p 0.00 0.07 0.00 0.07 -attifé attifer ver m s 0.30 1.69 0.25 0.27 par:pas; -attifée attifer ver f s 0.30 1.69 0.02 0.68 par:pas; -attifées attifer ver f p 0.30 1.69 0.00 0.07 par:pas; -attifés attifer ver m p 0.30 1.69 0.02 0.14 par:pas; -attige attiger ver 0.00 0.74 0.00 0.27 ind:pre:1s;ind:pre:3s; -attigeait attiger ver 0.00 0.74 0.00 0.07 ind:imp:3s; -attigent attiger ver 0.00 0.74 0.00 0.14 ind:pre:3p; -attiges attiger ver 0.00 0.74 0.00 0.07 ind:pre:2s; -attigés attiger ver m p 0.00 0.74 0.00 0.20 par:pas; -attique attique adj s 0.00 0.34 0.00 0.27 -attiques attique adj f p 0.00 0.34 0.00 0.07 -attira attirer ver 54.90 75.27 0.33 7.70 ind:pas:3s; -attirai attirer ver 54.90 75.27 0.00 0.34 ind:pas:1s; -attiraient attirer ver 54.90 75.27 0.43 2.91 ind:imp:3p; -attirail attirail nom m s 1.52 3.99 1.52 3.99 -attirais attirer ver 54.90 75.27 0.26 0.34 ind:imp:1s;ind:imp:2s; -attirait attirer ver 54.90 75.27 2.03 10.41 ind:imp:3s; -attirance attirance nom f s 2.39 2.91 2.38 2.77 -attirances attirance nom f p 2.39 2.91 0.01 0.14 -attirant attirant adj m s 5.74 3.85 2.59 1.62 -attirante attirant adj f s 5.74 3.85 2.59 1.55 -attirantes attirant adj f p 5.74 3.85 0.28 0.54 -attirants attirant adj m p 5.74 3.85 0.28 0.14 -attire attirer ver 54.90 75.27 13.43 10.47 imp:pre:2s;ind:pre:1s;ind:pre:3s; -attirent attirer ver 54.90 75.27 2.83 2.84 ind:pre:3p; -attirer attirer ver 54.90 75.27 17.08 17.43 inf; -attirera attirer ver 54.90 75.27 0.94 0.14 ind:fut:3s; -attirerai attirer ver 54.90 75.27 0.11 0.00 ind:fut:1s; -attireraient attirer ver 54.90 75.27 0.02 0.14 cnd:pre:3p; -attirerais attirer ver 54.90 75.27 0.06 0.00 cnd:pre:1s;cnd:pre:2s; -attirerait attirer ver 54.90 75.27 0.56 0.61 cnd:pre:3s; -attirerez attirer ver 54.90 75.27 0.04 0.14 ind:fut:2p; -attireriez attirer ver 54.90 75.27 0.01 0.00 cnd:pre:2p; -attirerons attirer ver 54.90 75.27 0.04 0.00 ind:fut:1p; -attireront attirer ver 54.90 75.27 0.04 0.00 ind:fut:3p; -attires attirer ver 54.90 75.27 0.89 0.20 ind:pre:2s; -attirez attirer ver 54.90 75.27 0.82 0.07 imp:pre:2p;ind:pre:2p; -attiriez attirer ver 54.90 75.27 0.40 0.14 ind:imp:2p; -attirions attirer ver 54.90 75.27 0.02 0.07 ind:imp:1p; -attirons attirer ver 54.90 75.27 0.28 0.14 imp:pre:1p;ind:pre:1p; -attirât attirer ver 54.90 75.27 0.00 0.20 sub:imp:3s; -attirèrent attirer ver 54.90 75.27 0.13 0.81 ind:pas:3p; -attiré attirer ver m s 54.90 75.27 8.15 10.47 par:pas; -attirée attirer ver f s 54.90 75.27 2.78 3.85 par:pas; -attirées attirer ver f p 54.90 75.27 0.48 0.47 par:pas; -attirés attirer ver m p 54.90 75.27 2.09 2.57 par:pas; -attisa attiser ver 1.88 3.65 0.01 0.14 ind:pas:3s; -attisaient attiser ver 1.88 3.65 0.01 0.27 ind:imp:3p; -attisait attiser ver 1.88 3.65 0.14 0.54 ind:imp:3s; -attisant attiser ver 1.88 3.65 0.00 0.20 par:pre; -attise attiser ver 1.88 3.65 0.55 0.61 imp:pre:2s;ind:pre:1s;ind:pre:3s; -attisement attisement nom m s 0.00 0.07 0.00 0.07 -attisent attiser ver 1.88 3.65 0.23 0.07 ind:pre:3p; -attiser attiser ver 1.88 3.65 0.33 1.35 inf; -attisera attiser ver 1.88 3.65 0.00 0.07 ind:fut:3s; -attises attiser ver 1.88 3.65 0.02 0.00 ind:pre:2s; -attisez attiser ver 1.88 3.65 0.16 0.00 imp:pre:2p;ind:pre:2p; -attisoir attisoir nom m s 0.00 0.07 0.00 0.07 -attisons attiser ver 1.88 3.65 0.01 0.00 imp:pre:1p; -attisé attiser ver m s 1.88 3.65 0.29 0.07 par:pas; -attisée attiser ver f s 1.88 3.65 0.12 0.20 par:pas; -attisées attiser ver f p 1.88 3.65 0.00 0.07 par:pas; -attisés attiser ver m p 1.88 3.65 0.00 0.07 par:pas; -attitré attitré adj m s 0.41 1.35 0.28 0.54 -attitrée attitrer ver f s 0.19 0.88 0.11 0.20 par:pas; -attitrées attitré adj f p 0.41 1.35 0.01 0.07 -attitrés attitré adj m p 0.41 1.35 0.03 0.34 -attitude attitude nom f s 23.03 67.91 21.37 57.50 -attitudes attitude nom f p 23.03 67.91 1.66 10.41 -attiédi attiédir ver m s 0.00 0.27 0.00 0.07 par:pas; -attiédie attiédir ver f s 0.00 0.27 0.00 0.07 par:pas; -attiédis attiédir ver m p 0.00 0.27 0.00 0.07 par:pas; -attiédissait attiédir ver 0.00 0.27 0.00 0.07 ind:imp:3s; -attorney attorney nom m s 0.15 0.00 0.15 0.00 -attouchant attoucher ver 0.00 0.07 0.00 0.07 par:pre; -attouchement attouchement nom m s 0.33 1.76 0.00 0.81 -attouchements attouchement nom m p 0.33 1.76 0.33 0.95 -attracteur attracteur adj m s 0.11 0.00 0.09 0.00 -attracteurs attracteur adj m p 0.11 0.00 0.02 0.00 -attractif attractif adj m s 0.24 0.41 0.14 0.27 -attractifs attractif adj m p 0.24 0.41 0.01 0.00 -attraction_vedette attraction_vedette nom f s 0.01 0.00 0.01 0.00 -attraction attraction nom f s 7.45 7.64 4.96 5.74 -attractions attraction nom f p 7.45 7.64 2.48 1.89 -attractive attractif adj f s 0.24 0.41 0.09 0.14 -attrait attrait nom m s 1.76 9.39 1.18 6.96 -attraits attrait nom m p 1.76 9.39 0.58 2.43 -attrapa attraper ver 112.52 55.34 0.16 5.74 ind:pas:3s; -attrapage attrapage nom m s 0.01 0.00 0.01 0.00 -attrapai attraper ver 112.52 55.34 0.00 1.82 ind:pas:1s; -attrapaient attraper ver 112.52 55.34 0.30 0.68 ind:imp:3p; -attrapais attraper ver 112.52 55.34 0.50 0.41 ind:imp:1s;ind:imp:2s; -attrapait attraper ver 112.52 55.34 0.66 3.58 ind:imp:3s; -attrapant attraper ver 112.52 55.34 0.30 1.69 par:pre; -attrape_couillon attrape_couillon nom m s 0.04 0.07 0.03 0.00 -attrape_couillon attrape_couillon nom m p 0.04 0.07 0.01 0.07 -attrape_mouche attrape_mouche nom m s 0.04 0.07 0.01 0.00 -attrape_mouche attrape_mouche nom m p 0.04 0.07 0.03 0.07 -attrape_nigaud attrape_nigaud nom m s 0.10 0.20 0.10 0.20 -attrape attraper ver 112.52 55.34 24.29 7.97 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -attrapent attraper ver 112.52 55.34 3.79 0.88 ind:pre:3p; -attraper attraper ver 112.52 55.34 35.32 17.09 inf; -attrapera attraper ver 112.52 55.34 1.04 0.27 ind:fut:3s; -attraperai attraper ver 112.52 55.34 1.10 0.14 ind:fut:1s; -attraperaient attraper ver 112.52 55.34 0.22 0.07 cnd:pre:3p; -attraperais attraper ver 112.52 55.34 0.32 0.07 cnd:pre:1s;cnd:pre:2s; -attraperait attraper ver 112.52 55.34 0.22 0.20 cnd:pre:3s; -attraperas attraper ver 112.52 55.34 1.00 0.14 ind:fut:2s; -attraperez attraper ver 112.52 55.34 0.47 0.00 ind:fut:2p; -attraperiez attraper ver 112.52 55.34 0.05 0.00 cnd:pre:2p; -attraperons attraper ver 112.52 55.34 0.22 0.00 ind:fut:1p; -attraperont attraper ver 112.52 55.34 0.88 0.20 ind:fut:3p; -attrapes attraper ver 112.52 55.34 2.14 0.34 ind:pre:2s;sub:pre:2s; -attrapeur attrapeur nom m s 1.20 0.00 1.20 0.00 -attrapez attraper ver 112.52 55.34 14.91 0.14 imp:pre:2p;ind:pre:2p; -attrapiez attraper ver 112.52 55.34 0.26 0.00 ind:imp:2p; -attrapions attraper ver 112.52 55.34 0.08 0.14 ind:imp:1p; -attrapons attraper ver 112.52 55.34 1.22 0.00 imp:pre:1p;ind:pre:1p; -attrapèrent attraper ver 112.52 55.34 0.02 0.14 ind:pas:3p; -attrapé attraper ver m s 112.52 55.34 19.20 11.35 par:pas; -attrapée attraper ver f s 112.52 55.34 2.41 1.69 par:pas; -attrapées attraper ver f p 112.52 55.34 0.30 0.07 par:pas; -attrapés attraper ver m p 112.52 55.34 1.16 0.54 par:pas; -attrayant attrayant adj m s 1.39 1.22 0.89 0.61 -attrayante attrayant adj f s 1.39 1.22 0.32 0.41 -attrayantes attrayant adj f p 1.39 1.22 0.02 0.14 -attrayants attrayant adj m p 1.39 1.22 0.16 0.07 -attribua attribuer ver 7.56 21.89 0.16 1.28 ind:pas:3s; -attribuable attribuable adj m s 0.03 0.00 0.03 0.00 -attribuai attribuer ver 7.56 21.89 0.01 0.54 ind:pas:1s; -attribuaient attribuer ver 7.56 21.89 0.00 0.27 ind:imp:3p; -attribuais attribuer ver 7.56 21.89 0.02 0.54 ind:imp:1s; -attribuait attribuer ver 7.56 21.89 0.16 3.11 ind:imp:3s; -attribuant attribuer ver 7.56 21.89 0.13 1.08 par:pre; -attribue attribuer ver 7.56 21.89 1.78 2.23 imp:pre:2s;ind:pre:1s;ind:pre:3s; -attribuent attribuer ver 7.56 21.89 0.09 0.07 ind:pre:3p; -attribuer attribuer ver 7.56 21.89 1.49 5.68 inf; -attribuera attribuer ver 7.56 21.89 0.09 0.14 ind:fut:3s; -attribueraient attribuer ver 7.56 21.89 0.00 0.20 cnd:pre:3p; -attribuerais attribuer ver 7.56 21.89 0.01 0.20 cnd:pre:1s; -attribuerait attribuer ver 7.56 21.89 0.03 0.14 cnd:pre:3s; -attribueront attribuer ver 7.56 21.89 0.02 0.00 ind:fut:3p; -attribues attribuer ver 7.56 21.89 0.19 0.07 ind:pre:2s; -attribuez attribuer ver 7.56 21.89 0.17 0.00 ind:pre:2p; -attribuions attribuer ver 7.56 21.89 0.00 0.07 ind:imp:1p; -attribuâmes attribuer ver 7.56 21.89 0.00 0.07 ind:pas:1p; -attribuons attribuer ver 7.56 21.89 0.14 0.00 imp:pre:1p;ind:pre:1p; -attribuât attribuer ver 7.56 21.89 0.00 0.27 sub:imp:3s; -attribut attribut nom m s 1.13 6.01 0.08 1.69 -attribuèrent attribuer ver 7.56 21.89 0.10 0.14 ind:pas:3p; -attribution attribution nom f s 1.40 8.72 0.47 2.23 -attributions attribution nom f p 1.40 8.72 0.93 6.49 -attributs attribut nom m p 1.13 6.01 1.05 4.32 -attribué attribuer ver m s 7.56 21.89 1.95 2.97 par:pas; -attribuée attribuer ver f s 7.56 21.89 0.25 1.49 par:pas; -attribuées attribuer ver f p 7.56 21.89 0.14 0.54 par:pas; -attribués attribuer ver m p 7.56 21.89 0.60 0.81 par:pas; -attriquait attriquer ver 0.00 1.62 0.00 0.07 ind:imp:3s; -attriquant attriquer ver 0.00 1.62 0.00 0.07 par:pre; -attrique attriquer ver 0.00 1.62 0.00 0.20 ind:pre:1s;ind:pre:3s; -attriquent attriquer ver 0.00 1.62 0.00 0.07 ind:pre:3p; -attriquer attriquer ver 0.00 1.62 0.00 0.68 inf; -attriquerait attriquer ver 0.00 1.62 0.00 0.07 cnd:pre:3s; -attriqué attriquer ver m s 0.00 1.62 0.00 0.27 par:pas; -attriquée attriquer ver f s 0.00 1.62 0.00 0.20 par:pas; -attrista attrister ver 2.71 6.42 0.01 0.47 ind:pas:3s; -attristai attrister ver 2.71 6.42 0.00 0.20 ind:pas:1s; -attristaient attrister ver 2.71 6.42 0.00 0.27 ind:imp:3p; -attristais attrister ver 2.71 6.42 0.00 0.14 ind:imp:1s; -attristait attrister ver 2.71 6.42 0.01 1.15 ind:imp:3s; -attristant attristant adj m s 0.01 0.47 0.01 0.27 -attristante attristant adj f s 0.01 0.47 0.00 0.14 -attristantes attristant adj f p 0.01 0.47 0.00 0.07 -attriste attrister ver 2.71 6.42 1.54 1.01 ind:pre:1s;ind:pre:3s; -attristent attrister ver 2.71 6.42 0.00 0.47 ind:pre:3p; -attrister attrister ver 2.71 6.42 0.50 1.01 inf; -attristerait attrister ver 2.71 6.42 0.01 0.00 cnd:pre:3s; -attristez attrister ver 2.71 6.42 0.03 0.07 imp:pre:2p;ind:pre:2p; -attristât attrister ver 2.71 6.42 0.00 0.20 sub:imp:3s; -attristèrent attrister ver 2.71 6.42 0.01 0.20 ind:pas:3p; -attristé attrister ver m s 2.71 6.42 0.36 0.41 par:pas; -attristée attrister ver f s 2.71 6.42 0.09 0.14 par:pas; -attristés attrister ver m p 2.71 6.42 0.15 0.14 par:pas; -attrition attrition nom f s 0.02 0.20 0.02 0.14 -attritions attrition nom f p 0.02 0.20 0.00 0.07 -attroupa attrouper ver 0.14 2.36 0.00 0.07 ind:pas:3s; -attroupaient attrouper ver 0.14 2.36 0.14 0.34 ind:imp:3p; -attroupait attrouper ver 0.14 2.36 0.00 0.14 ind:imp:3s; -attroupement attroupement nom m s 0.17 3.85 0.08 3.45 -attroupements attroupement nom m p 0.17 3.85 0.08 0.41 -attroupent attrouper ver 0.14 2.36 0.00 0.27 ind:pre:3p; -attrouper attrouper ver 0.14 2.36 0.00 0.54 inf; -attrouperaient attrouper ver 0.14 2.36 0.00 0.07 cnd:pre:3p; -attroupèrent attrouper ver 0.14 2.36 0.00 0.14 ind:pas:3p; -attroupé attrouper ver m s 0.14 2.36 0.00 0.20 par:pas; -attroupée attrouper ver f s 0.14 2.36 0.00 0.07 par:pas; -attroupées attrouper ver f p 0.14 2.36 0.00 0.14 par:pas; -attroupés attrouper ver m p 0.14 2.36 0.01 0.41 par:pas; -atténua atténuer ver 2.47 12.64 0.00 0.54 ind:pas:3s; -atténuaient atténuer ver 2.47 12.64 0.00 0.68 ind:imp:3p; -atténuait atténuer ver 2.47 12.64 0.01 1.96 ind:imp:3s; -atténuant atténuer ver 2.47 12.64 0.00 0.41 par:pre; -atténuante atténuant adj f s 1.56 2.09 0.30 0.27 -atténuantes atténuant adj f p 1.56 2.09 1.27 1.82 -atténuateur atténuateur nom m s 0.09 0.00 0.09 0.00 -atténuation atténuation nom f s 0.01 0.07 0.01 0.00 -atténuations atténuation nom f p 0.01 0.07 0.00 0.07 -atténue atténuer ver 2.47 12.64 0.56 1.22 imp:pre:2s;ind:pre:1s;ind:pre:3s; -atténuent atténuer ver 2.47 12.64 0.08 0.27 ind:pre:3p; -atténuer atténuer ver 2.47 12.64 1.30 4.46 inf; -atténuera atténuer ver 2.47 12.64 0.37 0.14 ind:fut:3s; -atténueraient atténuer ver 2.47 12.64 0.00 0.14 cnd:pre:3p; -atténuez atténuer ver 2.47 12.64 0.03 0.00 imp:pre:2p;ind:pre:2p; -atténuons atténuer ver 2.47 12.64 0.01 0.00 imp:pre:1p; -atténuât atténuer ver 2.47 12.64 0.00 0.20 sub:imp:3s; -atténuèrent atténuer ver 2.47 12.64 0.00 0.07 ind:pas:3p; -atténué atténuer ver m s 2.47 12.64 0.07 1.22 par:pas; -atténuée atténuer ver f s 2.47 12.64 0.01 0.88 par:pas; -atténuées atténuer ver f p 2.47 12.64 0.01 0.41 par:pas; -atténués atténuer ver m p 2.47 12.64 0.02 0.07 par:pas; -atélectasie atélectasie nom f s 0.03 0.00 0.03 0.00 -atémi atémi nom m s 0.01 0.00 0.01 0.00 -atypique atypique adj s 0.57 0.34 0.26 0.14 -atypiques atypique adj p 0.57 0.34 0.31 0.20 -au_dedans au_dedans adv 0.92 4.86 0.92 4.86 -au_dehors au_dehors adv 0.91 11.42 0.91 11.42 -au_delà au_delà adv 21.77 52.91 21.77 52.91 -au_dessous au_dessous adv 2.98 24.59 2.98 24.59 -au_dessus au_dessus pre 0.02 0.07 0.02 0.07 -au_devant au_devant adv 0.98 11.08 0.98 11.08 -au au art_def m s 3737.75 5322.50 3737.75 5322.50 -aubade aubade nom f s 0.01 0.47 0.01 0.47 -aubadent aubader ver 0.00 0.07 0.00 0.07 ind:pre:3p; -aubain aubain nom m s 0.00 14.19 0.00 14.19 -aubaine aubaine nom f s 1.08 5.81 1.04 5.27 -aubaines aubaine nom f p 1.08 5.81 0.03 0.54 -aube aube pre 0.10 0.00 0.10 0.00 -auberge auberge nom f s 14.44 17.30 14.12 15.47 -auberges auberge nom f p 14.44 17.30 0.32 1.82 -aubergine aubergine nom f s 1.44 1.35 0.35 0.61 -aubergines aubergine nom f p 1.44 1.35 1.09 0.74 -aubergiste aubergiste nom s 1.93 3.24 1.91 2.91 -aubergistes aubergiste nom p 1.93 3.24 0.02 0.34 -aubes aube nom f p 30.32 57.77 0.27 1.96 -aubette aubette nom f s 0.00 0.34 0.00 0.34 -aubier aubier nom m s 0.00 0.47 0.00 0.47 -aubour aubour nom m 0.00 0.07 0.00 0.07 -aubère aubère adj s 0.00 0.14 0.00 0.14 -aubères aubère nom m p 0.00 0.20 0.00 0.14 -aubépine aubépine nom f s 0.06 2.03 0.05 0.81 -aubépines aubépine nom f p 0.06 2.03 0.01 1.22 -auburn auburn adj 0.23 1.15 0.23 1.15 -aubusson aubusson nom s 0.00 0.07 0.00 0.07 -aucubas aucuba nom m p 0.00 0.14 0.00 0.14 -aucun aucun adj_ind m s 175.78 180.95 175.78 180.95 -aucune aucune adj_ind f s 207.00 174.73 207.00 174.73 -aucunement aucunement adv_sup 1.01 5.81 1.01 5.81 -aucunes aucunes adj_ind f p 1.03 0.14 1.03 0.14 -aucuns aucuns adj_ind m p 1.22 3.11 1.22 3.11 -audace audace nom f s 5.12 19.46 5.10 16.55 -audaces audace nom f p 5.12 19.46 0.02 2.91 -audacieuse audacieux adj f s 4.76 7.03 1.46 1.76 -audacieusement audacieusement adv 0.09 0.47 0.09 0.47 -audacieuses audacieux adj f p 4.76 7.03 0.25 0.81 -audacieux audacieux adj m 4.76 7.03 3.06 4.46 -audible audible adj s 0.29 2.70 0.22 2.23 -audibles audible adj p 0.29 2.70 0.08 0.47 -audience audience nom f s 14.02 9.53 13.51 7.84 -audiences audience nom f p 14.02 9.53 0.50 1.69 -audiencia audiencia nom f s 0.00 0.07 0.00 0.07 -audienciers audiencier adj m p 0.00 0.07 0.00 0.07 -audimat audimat nom m 1.39 0.00 1.37 0.00 -audimats audimat nom m p 1.39 0.00 0.03 0.00 -audio_visuel audio_visuel adj m s 0.06 0.20 0.06 0.20 -audiovisuel audiovisuel adj f s 0.88 0.27 0.00 0.14 -audio audio adj 1.87 0.00 1.87 0.00 -audioconférence audioconférence nom f s 0.03 0.00 0.03 0.00 -audiogramme audiogramme nom m s 0.01 0.00 0.01 0.00 -audiométrie audiométrie nom f s 0.01 0.00 0.01 0.00 -audiophile audiophile nom s 0.03 0.00 0.03 0.00 -audiophone audiophone nom m s 0.02 0.00 0.02 0.00 -audiovisuel audiovisuel nom m s 0.16 0.14 0.16 0.14 -audiovisuelle audiovisuel adj f s 0.88 0.27 0.72 0.00 -audiovisuelles audiovisuel adj f p 0.88 0.27 0.00 0.07 -audit audit pre 0.03 0.20 0.03 0.20 -auditer auditer ver 0.01 0.00 0.01 0.00 inf; -auditeur auditeur nom m s 3.12 6.49 0.85 1.69 -auditeurs auditeur nom m p 3.12 6.49 2.21 4.46 -auditif auditif adj m s 1.25 1.28 0.45 0.54 -auditifs auditif adj m p 1.25 1.28 0.08 0.20 -audition audition nom f s 11.64 2.64 9.32 1.89 -auditionnais auditionner ver 2.57 0.27 0.10 0.00 ind:imp:1s;ind:imp:2s; -auditionne auditionner ver 2.57 0.27 0.34 0.14 imp:pre:2s;ind:pre:1s;ind:pre:3s; -auditionnent auditionner ver 2.57 0.27 0.10 0.00 ind:pre:3p; -auditionner auditionner ver 2.57 0.27 1.27 0.14 inf; -auditionnera auditionner ver 2.57 0.27 0.02 0.00 ind:fut:3s; -auditionnerais auditionner ver 2.57 0.27 0.02 0.00 cnd:pre:1s; -auditionnes auditionner ver 2.57 0.27 0.07 0.00 ind:pre:2s; -auditionnez auditionner ver 2.57 0.27 0.18 0.00 imp:pre:2p;ind:pre:2p; -auditionné auditionner ver m s 2.57 0.27 0.44 0.00 par:pas; -auditionnée auditionner ver f s 2.57 0.27 0.03 0.00 par:pas; -auditions audition nom f p 11.64 2.64 2.31 0.74 -auditive auditif adj f s 1.25 1.28 0.41 0.20 -auditives auditif adj f p 1.25 1.28 0.32 0.34 -auditoire auditoire nom m s 0.62 4.19 0.58 3.92 -auditoires auditoire nom m p 0.62 4.19 0.04 0.27 -auditorium auditorium nom m s 0.80 0.74 0.80 0.61 -auditoriums auditorium nom m p 0.80 0.74 0.00 0.14 -auditrice auditeur nom f s 3.12 6.49 0.06 0.07 -auditrices auditrice nom f p 0.04 0.00 0.04 0.00 -audits audit nom m p 0.54 0.14 0.06 0.00 -auge auge nom f s 0.52 2.23 0.49 1.76 -auges auge nom f p 0.52 2.23 0.03 0.47 -augment augment nom m s 0.20 0.00 0.20 0.00 -augmenta augmenter ver 29.86 20.95 0.05 0.88 ind:pas:3s; -augmentaient augmenter ver 29.86 20.95 0.06 0.95 ind:imp:3p; -augmentais augmenter ver 29.86 20.95 0.04 0.00 ind:imp:1s;ind:imp:2s; -augmentait augmenter ver 29.86 20.95 0.27 4.66 ind:imp:3s; -augmentant augmenter ver 29.86 20.95 0.57 1.01 par:pre; -augmentation augmentation nom f s 6.85 3.99 6.61 3.24 -augmentations augmentation nom f p 6.85 3.99 0.24 0.74 -augmente augmenter ver 29.86 20.95 7.58 4.26 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -augmentent augmenter ver 29.86 20.95 1.23 0.47 ind:pre:3p; -augmenter augmenter ver 29.86 20.95 9.94 4.80 inf; -augmentera augmenter ver 29.86 20.95 0.42 0.20 ind:fut:3s; -augmenterai augmenter ver 29.86 20.95 0.11 0.07 ind:fut:1s; -augmenteraient augmenter ver 29.86 20.95 0.02 0.07 cnd:pre:3p; -augmenterais augmenter ver 29.86 20.95 0.03 0.00 cnd:pre:2s; -augmenterait augmenter ver 29.86 20.95 0.51 0.00 cnd:pre:3s; -augmenteras augmenter ver 29.86 20.95 0.01 0.00 ind:fut:2s; -augmenterez augmenter ver 29.86 20.95 0.01 0.07 ind:fut:2p; -augmenteront augmenter ver 29.86 20.95 0.38 0.00 ind:fut:3p; -augmentez augmenter ver 29.86 20.95 1.31 0.27 imp:pre:2p;ind:pre:2p; -augmentions augmenter ver 29.86 20.95 0.02 0.07 ind:imp:1p; -augmentons augmenter ver 29.86 20.95 0.36 0.00 imp:pre:1p;ind:pre:1p; -augmentât augmenter ver 29.86 20.95 0.00 0.07 sub:imp:3s; -augmentèrent augmenter ver 29.86 20.95 0.11 0.14 ind:pas:3p; -augmenté augmenter ver m s 29.86 20.95 6.15 2.30 par:pas; -augmentée augmenter ver f s 29.86 20.95 0.54 0.34 par:pas; -augmentées augmenter ver f p 29.86 20.95 0.03 0.07 par:pas; -augmentés augmenter ver m p 29.86 20.95 0.13 0.27 par:pas; -augurai augurer ver 0.81 1.76 0.00 0.07 ind:pas:1s; -augurais augurer ver 0.81 1.76 0.01 0.14 ind:imp:1s; -augurait augurer ver 0.81 1.76 0.11 0.68 ind:imp:3s; -augural augural adj m s 0.03 0.34 0.03 0.14 -augurale augural adj f s 0.03 0.34 0.00 0.20 -augurant augurer ver 0.81 1.76 0.00 0.07 par:pre; -augure augure nom m s 3.21 3.38 2.13 2.77 -augurent augurer ver 0.81 1.76 0.14 0.07 ind:pre:3p; -augurer augurer ver 0.81 1.76 0.12 0.61 inf; -augurerais augurer ver 0.81 1.76 0.00 0.07 cnd:pre:1s; -augures augure nom m p 3.21 3.38 1.08 0.61 -auguste auguste adj s 1.12 2.09 1.00 1.89 -augustes auguste adj p 1.12 2.09 0.11 0.20 -augustin augustin nom m s 0.00 0.81 0.00 0.07 -augustinien augustinien adj m s 0.00 0.07 0.00 0.07 -augustins augustin nom m p 0.00 0.81 0.00 0.74 -aujourd_hui aujourd_hui adv 360.17 158.38 360.17 158.38 -aula aula nom f s 0.01 0.00 0.01 0.00 -aulique aulique adj m s 0.00 0.07 0.00 0.07 -aulnaie aulnaie nom f s 0.00 0.07 0.00 0.07 -aulne aulne nom m s 0.04 2.16 0.04 0.27 -aulnes aulne nom m p 0.04 2.16 0.00 1.89 -auloffée auloffée nom f s 0.00 0.07 0.00 0.07 -aulos aulos nom m 0.00 0.07 0.00 0.07 -aulx aulx nom m p 0.00 0.27 0.00 0.27 -aumône aumône nom f s 3.57 3.78 3.09 3.18 -aumônerie aumônerie nom f s 0.02 0.07 0.02 0.07 -aumônes aumône nom f p 3.57 3.78 0.48 0.61 -aumônier aumônier nom m s 1.51 4.53 1.44 3.72 -aumôniers aumônier nom m p 1.51 4.53 0.05 0.47 -aumônière aumônier nom f s 1.51 4.53 0.02 0.27 -aumônières aumônier nom f p 1.51 4.53 0.00 0.07 -aune aune nom s 0.72 1.15 0.44 0.68 -auner auner ver 0.00 0.07 0.00 0.07 inf; -aunes aune nom p 0.72 1.15 0.28 0.47 -auparavant auparavant adv_sup 14.11 41.62 14.11 41.62 -auprès auprès pre 29.95 93.45 29.95 93.45 -auquel auquel pro_rel m s 9.97 52.57 9.68 47.70 -aura avoir aux 18559.23 12800.81 39.72 39.86 ind:fut:3s; -aérage aérage nom m s 0.06 0.00 0.06 0.00 -aurai avoir aux 18559.23 12800.81 32.96 15.54 ind:fut:1s; -aéraient aérer ver 2.65 4.12 0.00 0.07 ind:imp:3p; -auraient avoir aux 18559.23 12800.81 34.48 69.53 cnd:pre:3p; -aurais avoir aux 18559.23 12800.81 354.36 236.35 cnd:pre:2s; -aérait aérer ver 2.65 4.12 0.01 0.41 ind:imp:3s; -aurait avoir aux 18559.23 12800.81 282.17 491.15 cnd:pre:3s; -auras avoir aux 18559.23 12800.81 16.96 7.03 ind:fut:2s; -aérateur aérateur nom m s 0.02 0.20 0.01 0.00 -aérateurs aérateur nom m p 0.02 0.20 0.01 0.20 -aération aération nom f s 2.02 1.35 2.00 1.35 -aérations aération nom f p 2.02 1.35 0.03 0.00 -aérer aérer ver 2.65 4.12 1.68 2.03 inf; -aureus aureus nom m 0.03 0.00 0.03 0.00 -aérez aérer ver 2.65 4.12 0.32 0.07 imp:pre:2p;ind:pre:2p; -aurez avoir aux 18559.23 12800.81 13.18 5.14 ind:fut:2p; -auriculaire auriculaire nom m s 0.42 1.01 0.42 0.95 -auriculaires auriculaire nom m p 0.42 1.01 0.00 0.07 -auricule auricule nom f s 0.00 0.07 0.00 0.07 -aérien aérien adj m s 13.71 21.15 4.84 6.08 -aérienne aérien adj f s 13.71 21.15 5.37 6.49 -aériennes aérien adj f p 13.71 21.15 2.24 6.15 -aériens aérien adj m p 13.71 21.15 1.26 2.43 -auriez avoir aux 18559.23 12800.81 46.75 16.96 cnd:pre:2p; -aurifiées aurifier ver f p 0.00 0.07 0.00 0.07 par:pas; -aurifère aurifère adj s 0.02 0.14 0.01 0.00 -aurifères aurifère adj p 0.02 0.14 0.01 0.14 -aurige aurige nom m s 0.00 0.14 0.00 0.14 -aurions avoir aux 18559.23 12800.81 10.35 17.57 cnd:pre:1p; -aéro_club aéro_club nom m s 0.01 0.07 0.01 0.07 -aéro aéro nom m 0.04 0.20 0.04 0.20 -aérobic aérobic nom m s 1.21 0.07 1.20 0.07 -aérobics aérobic nom m p 1.21 0.07 0.01 0.00 -aurochs aurochs nom m 0.00 0.81 0.00 0.81 -aérodrome aérodrome nom m s 2.20 4.26 1.92 3.31 -aérodromes aérodrome nom m p 2.20 4.26 0.28 0.95 -aérodynamique aérodynamique adj s 0.51 0.41 0.45 0.20 -aérodynamiques aérodynamique adj p 0.51 0.41 0.06 0.20 -aérodynamisme aérodynamisme nom m s 0.02 0.07 0.02 0.07 -aérofrein aérofrein nom m s 0.05 0.07 0.01 0.00 -aérofreins aérofrein nom m p 0.05 0.07 0.04 0.07 -aérogare aérogare nom f s 0.12 2.23 0.11 2.16 -aérogares aérogare nom f p 0.12 2.23 0.01 0.07 -aéroglisseur aéroglisseur nom m s 0.75 0.00 0.73 0.00 -aéroglisseurs aéroglisseur nom m p 0.75 0.00 0.02 0.00 -aérographe aérographe nom m s 0.04 0.07 0.04 0.07 -aérolithe aérolithe nom m s 0.00 0.47 0.00 0.34 -aérolithes aérolithe nom m p 0.00 0.47 0.00 0.14 -aérologie aérologie nom f s 0.01 0.00 0.01 0.00 -aéromobile aéromobile adj f s 0.06 0.00 0.06 0.00 -aéromodélisme aéromodélisme nom m s 0.00 0.14 0.00 0.14 -aéronaute aéronaute nom s 0.03 0.07 0.01 0.00 -aéronautes aéronaute nom p 0.03 0.07 0.02 0.07 -aéronautique aéronautique nom f s 0.58 0.41 0.45 0.41 -aéronautiques aéronautique nom f p 0.58 0.41 0.14 0.00 -aéronaval aéronaval adj m s 0.17 0.20 0.10 0.00 -aéronavale aéronavale nom f s 0.48 0.20 0.48 0.20 -aéronavales aéronaval adj f p 0.17 0.20 0.03 0.07 -aéronavals aéronaval adj m p 0.17 0.20 0.00 0.07 -aurone aurone nom f s 0.00 0.07 0.00 0.07 -aéronef aéronef nom m s 0.03 0.14 0.03 0.07 -aéronefs aéronef nom m p 0.03 0.14 0.00 0.07 -aérons aérer ver 2.65 4.12 0.01 0.07 imp:pre:1p;ind:pre:1p; -aurons avoir aux 18559.23 12800.81 4.22 5.14 ind:fut:1p; -auront avoir aux 18559.23 12800.81 7.46 14.05 ind:fut:3p; -aéropathie aéropathie nom f s 0.01 0.00 0.01 0.00 -aérophagie aérophagie nom f s 0.15 0.14 0.15 0.14 -aéroplane aéroplane nom m s 0.16 1.62 0.16 1.15 -aéroplanes aéroplane nom m p 0.16 1.62 0.00 0.47 -aéroport aéroport nom m s 33.13 8.99 31.44 7.91 -aéroports aéroport nom m p 33.13 8.99 1.69 1.08 -aéroporté aéroporté adj m s 0.68 0.34 0.10 0.07 -aéroportée aéroporté adj f s 0.68 0.34 0.44 0.07 -aéroportées aéroporté adj f p 0.68 0.34 0.09 0.00 -aéroportés aéroporté adj m p 0.68 0.34 0.05 0.20 -aéropostale aéropostale nom f s 0.01 0.00 0.01 0.00 -auroral auroral adj m s 0.00 0.07 0.00 0.07 -aurore aurore nom f s 3.68 11.62 3.01 9.39 -aurores aurore nom f p 3.68 11.62 0.68 2.23 -aérosol aérosol nom m s 0.61 0.54 0.44 0.47 -aérosols aérosol nom m p 0.61 0.54 0.17 0.07 -aérospatial aérospatial adj m s 0.17 0.00 0.07 0.00 -aérospatiale aérospatiale nom f s 0.12 0.00 0.12 0.00 -aérostat aérostat nom m s 0.16 0.00 0.16 0.00 -aérostier aérostier nom m s 0.00 0.20 0.00 0.14 -aérostiers aérostier nom m p 0.00 0.20 0.00 0.07 -aérotrains aérotrain nom m p 0.00 0.07 0.00 0.07 -aérèrent aérer ver 2.65 4.12 0.00 0.07 ind:pas:3p; -aéré aéré adj m s 0.50 2.36 0.28 0.68 -aérée aéré adj f s 0.50 2.36 0.05 0.95 -aérées aéré adj f p 0.50 2.36 0.00 0.47 -auréola auréoler ver 0.71 3.38 0.00 0.07 ind:pas:3s; -auréolaient auréoler ver 0.71 3.38 0.00 0.27 ind:imp:3p; -auréolaire auréolaire adj f s 0.13 0.00 0.13 0.00 -auréolait auréoler ver 0.71 3.38 0.00 0.54 ind:imp:3s; -auréolant auréoler ver 0.71 3.38 0.00 0.07 par:pre; -auréole auréole nom f s 1.29 6.35 1.04 4.59 -auréoler auréoler ver 0.71 3.38 0.00 0.07 inf; -auréoles auréole nom f p 1.29 6.35 0.25 1.76 -auréolé auréoler ver m s 0.71 3.38 0.44 1.15 par:pas; -auréolée auréolé adj f s 0.21 0.34 0.20 0.07 -auréolées auréoler ver f p 0.71 3.38 0.01 0.14 par:pas; -auréolés auréoler ver m p 0.71 3.38 0.12 0.41 par:pas; -auréomycine auréomycine nom f s 0.00 0.07 0.00 0.07 -aérés aéré adj m p 0.50 2.36 0.17 0.27 -ausculta ausculter ver 1.18 3.58 0.00 0.54 ind:pas:3s; -auscultais ausculter ver 1.18 3.58 0.00 0.14 ind:imp:1s; -auscultait ausculter ver 1.18 3.58 0.02 0.54 ind:imp:3s; -auscultant ausculter ver 1.18 3.58 0.01 0.34 par:pre; -auscultation auscultation nom f s 0.00 0.74 0.00 0.68 -auscultations auscultation nom f p 0.00 0.74 0.00 0.07 -ausculte ausculter ver 1.18 3.58 0.34 0.41 ind:pre:1s;ind:pre:3s; -auscultent ausculter ver 1.18 3.58 0.14 0.07 ind:pre:3p; -ausculter ausculter ver 1.18 3.58 0.57 0.88 inf; -auscultez ausculter ver 1.18 3.58 0.04 0.00 imp:pre:2p;ind:pre:2p; -ausculté ausculter ver m s 1.18 3.58 0.07 0.54 par:pas; -auscultées ausculter ver f p 1.18 3.58 0.01 0.00 par:pas; -auscultés ausculter ver m p 1.18 3.58 0.00 0.14 par:pas; -auspices auspice nom m p 0.21 0.95 0.21 0.95 -aussi aussi adv_sup 1402.33 1359.86 1402.33 1359.86 -aussitôt aussitôt adv 13.52 189.93 13.52 189.93 -aussière aussière nom f s 0.00 0.20 0.00 0.07 -aussières aussière nom f p 0.00 0.20 0.00 0.14 -austral austral adj m s 0.07 0.95 0.03 0.20 -australe austral adj f s 0.07 0.95 0.03 0.68 -australes austral adj f p 0.07 0.95 0.01 0.07 -australien australien adj m s 1.57 1.89 0.76 0.88 -australienne australien adj f s 1.57 1.89 0.48 0.41 -australiennes australien adj f p 1.57 1.89 0.06 0.00 -australiens australien adj m p 1.57 1.89 0.27 0.61 -australopithèque australopithèque nom m s 0.07 0.07 0.03 0.07 -australopithèques australopithèque nom m p 0.07 0.07 0.04 0.00 -austro_hongrois austro_hongrois adj m s 0.05 0.41 0.05 0.27 -austro_hongrois austro_hongrois adj f p 0.05 0.41 0.00 0.14 -austro austro adv 0.02 0.07 0.02 0.07 -austère austère adj s 1.52 10.95 1.26 8.24 -austèrement austèrement adv 0.00 0.14 0.00 0.14 -austères austère adj p 1.52 10.95 0.25 2.70 -austérité austérité nom f s 0.64 4.73 0.64 4.59 -austérités austérité nom f p 0.64 4.73 0.00 0.14 -ausweis ausweis nom m 0.00 0.41 0.00 0.41 -autan autan nom m s 0.00 0.07 0.00 0.07 -autant autant adv_sup 152.16 240.41 152.16 240.41 -autarcie autarcie nom f s 0.17 0.34 0.17 0.34 -autarcique autarcique adj s 0.01 0.27 0.01 0.20 -autarciques autarcique adj f p 0.01 0.27 0.00 0.07 -autel autel nom m s 8.27 15.34 7.62 13.31 -autels autel nom m p 8.27 15.34 0.66 2.03 -auteur auteur nom m s 23.52 41.89 17.62 32.30 -auteure auteur nom f s 23.52 41.89 0.01 0.00 -auteurs auteur nom m p 23.52 41.89 5.88 9.59 -authenticité authenticité nom f s 1.05 2.43 1.05 2.43 -authentifiait authentifier ver 0.79 0.61 0.00 0.07 ind:imp:3s; -authentification authentification nom f s 0.33 0.14 0.33 0.14 -authentifie authentifier ver 0.79 0.61 0.06 0.20 ind:pre:1s;ind:pre:3s; -authentifient authentifier ver 0.79 0.61 0.00 0.07 ind:pre:3p; -authentifier authentifier ver 0.79 0.61 0.32 0.14 inf; -authentifierait authentifier ver 0.79 0.61 0.00 0.07 cnd:pre:3s; -authentifiez authentifier ver 0.79 0.61 0.03 0.00 imp:pre:2p;ind:pre:2p; -authentifié authentifier ver m s 0.79 0.61 0.21 0.00 par:pas; -authentifiée authentifier ver f s 0.79 0.61 0.10 0.07 par:pas; -authentifiées authentifier ver f p 0.79 0.61 0.04 0.00 par:pas; -authentifiés authentifier ver m p 0.79 0.61 0.04 0.00 par:pas; -authentiquant authentiquer ver 0.17 0.07 0.00 0.07 par:pre; -authentique authentique adj s 9.22 11.35 7.28 8.51 -authentiquement authentiquement adv 0.17 0.54 0.17 0.54 -authentiques authentique adj p 9.22 11.35 1.94 2.84 -autisme autisme nom m s 0.31 0.00 0.31 0.00 -autiste autiste adj s 0.58 0.27 0.46 0.20 -autistes autiste adj m p 0.58 0.27 0.12 0.07 -autistique autistique adj s 0.04 0.07 0.04 0.07 -auto_adhésif auto_adhésif adj f s 0.00 0.07 0.00 0.07 -auto_analyse auto_analyse nom f s 0.02 0.07 0.02 0.07 -auto_immun auto_immun adj m s 0.12 0.00 0.01 0.00 -auto_immun auto_immun adj f s 0.12 0.00 0.10 0.00 -auto_intoxication auto_intoxication nom f s 0.00 0.14 0.00 0.14 -auto_pilote auto_pilote nom s 0.10 0.00 0.10 0.00 -auto_stop auto_stop nom m s 1.06 0.74 1.06 0.74 -auto_stoppeur auto_stoppeur nom m s 0.63 0.20 0.28 0.00 -auto_stoppeur auto_stoppeur nom m p 0.63 0.20 0.27 0.00 -auto_stoppeur auto_stoppeur nom f s 0.63 0.20 0.08 0.07 -auto_stoppeuse auto_stoppeuse nom f p 0.04 0.00 0.04 0.00 -auto_tamponneuse auto_tamponneuse nom f s 0.26 0.00 0.04 0.00 -auto_tamponneuse auto_tamponneuse nom f p 0.26 0.00 0.22 0.00 -auto_école auto_école nom f s 0.58 0.07 0.58 0.07 -auto_érotisme auto_érotisme nom m s 0.02 0.00 0.02 0.00 -auto auto nom s 18.66 42.36 16.25 30.34 -autobiographe autobiographe nom s 0.00 0.20 0.00 0.20 -autobiographie autobiographie nom f s 1.26 1.35 1.12 0.68 -autobiographies autobiographie nom f p 1.26 1.35 0.14 0.68 -autobiographique autobiographique adj s 0.40 0.68 0.34 0.61 -autobiographiques autobiographique adj p 0.40 0.68 0.06 0.07 -autobronzant autobronzant nom m s 0.16 0.00 0.16 0.00 -autobus autobus nom m 4.67 26.28 4.67 26.28 -autocar autocar nom m s 2.33 8.85 2.23 7.70 -autocars autocar nom m p 2.33 8.85 0.10 1.15 -autocensure autocensure nom f s 0.35 0.34 0.35 0.34 -autocensurent autocensurer ver 0.01 0.14 0.00 0.07 ind:pre:3p; -autocensurer autocensurer ver 0.01 0.14 0.00 0.07 inf; -autochenille autochenille nom f s 0.00 0.07 0.00 0.07 -autochtone autochtone adj s 0.20 1.15 0.14 0.47 -autochtones autochtone nom p 0.84 1.69 0.72 1.35 -autoclave autoclave nom m s 0.01 0.14 0.01 0.14 -autocollant autocollant nom m s 2.07 0.00 0.73 0.00 -autocollante autocollant adj f s 0.09 0.27 0.01 0.00 -autocollantes autocollant adj f p 0.09 0.27 0.01 0.14 -autocollants autocollant nom m p 2.07 0.00 1.34 0.00 -autoconservation autoconservation nom f s 0.01 0.07 0.01 0.07 -autocrate autocrate adj s 0.02 0.00 0.02 0.00 -autocrates autocrate nom p 0.00 0.07 0.00 0.07 -autocratie autocratie nom f s 0.10 0.07 0.10 0.07 -autocratique autocratique adj s 0.03 0.20 0.03 0.14 -autocratiques autocratique adj p 0.03 0.20 0.00 0.07 -autocritique autocritique nom f s 0.16 1.22 0.16 1.15 -autocritiquer autocritiquer ver 0.01 0.00 0.01 0.00 inf; -autocritiques autocritique nom f p 0.16 1.22 0.00 0.07 -autocréation autocréation nom f s 0.00 0.07 0.00 0.07 -autocuiseur autocuiseur nom m s 0.28 0.00 0.28 0.00 -autodafé autodafé nom m s 0.07 0.61 0.07 0.41 -autodafés autodafé nom m p 0.07 0.61 0.00 0.20 -autodestructeur autodestructeur adj m s 0.35 0.07 0.20 0.00 -autodestructeurs autodestructeur adj m p 0.35 0.07 0.04 0.00 -autodestructible autodestructible adj s 0.00 0.07 0.00 0.07 -autodestruction autodestruction nom f s 2.14 0.47 2.14 0.47 -autodestructrice autodestructeur adj f s 0.35 0.07 0.12 0.07 -autodidacte autodidacte nom s 0.30 0.74 0.27 0.61 -autodidactes autodidacte nom p 0.30 0.74 0.03 0.14 -autodidactique autodidactique adj f s 0.01 0.07 0.01 0.07 -autodirecteur autodirecteur adj m s 0.12 0.00 0.12 0.00 -autodiscipline autodiscipline nom f s 0.18 0.00 0.18 0.00 -autodrome autodrome nom m s 0.01 0.00 0.01 0.00 -autodéfense autodéfense nom f s 1.74 0.47 1.74 0.47 -autodénigrement autodénigrement nom m s 0.01 0.07 0.01 0.07 -autodérision autodérision nom f s 0.04 0.00 0.04 0.00 -autodétermination autodétermination nom f s 0.47 0.00 0.47 0.00 -autodétruira autodétruire ver 0.51 0.00 0.07 0.00 ind:fut:3s; -autodétruire autodétruire ver 0.51 0.00 0.21 0.00 inf; -autodétruiront autodétruire ver 0.51 0.00 0.02 0.00 ind:fut:3p; -autodétruisant autodétruire ver 0.51 0.00 0.01 0.00 par:pre; -autodétruisent autodétruire ver 0.51 0.00 0.04 0.00 ind:pre:3p; -autodétruit autodétruire ver m s 0.51 0.00 0.11 0.00 ind:pre:3s;par:pas; -autodétruite autodétruire ver f s 0.51 0.00 0.04 0.00 par:pas; -autofinancement autofinancement nom m s 0.01 0.00 0.01 0.00 -autofocus autofocus adj 0.13 0.00 0.13 0.00 -autogenèse autogenèse nom f s 0.02 0.00 0.02 0.00 -autogestion autogestion nom f s 0.14 0.20 0.14 0.20 -autogire autogire nom m s 0.02 0.07 0.01 0.07 -autogires autogire nom m p 0.02 0.07 0.01 0.00 -autographe autographe nom m s 8.52 1.82 7.35 0.95 -autographes autographe nom m p 8.52 1.82 1.17 0.88 -autographier autographier ver 0.01 0.07 0.00 0.07 inf; -autographié autographier ver m s 0.01 0.07 0.01 0.00 par:pas; -autogène autogène adj f s 0.01 0.07 0.01 0.07 -autoguidage autoguidage nom m s 0.05 0.00 0.05 0.00 -autoguidé autoguidé adj m s 0.01 0.00 0.01 0.00 -autogérer autogérer ver 0.13 0.00 0.13 0.00 inf; -autogérée autogéré adj f s 0.12 0.00 0.12 0.00 -autolimite autolimiter ver 0.01 0.00 0.01 0.00 ind:pre:3s; -autologues autologue adj m p 0.01 0.00 0.01 0.00 -autolysat autolysat nom m s 0.00 0.07 0.00 0.07 -autolyse autolyse nom f s 0.01 0.00 0.01 0.00 -automate automate nom s 0.50 5.54 0.19 4.12 -automates automate nom p 0.50 5.54 0.30 1.42 -automatico automatico adv 0.00 0.07 0.00 0.07 -automation automation nom f s 0.14 0.14 0.14 0.14 -automatique automatique adj s 8.60 7.57 6.60 5.74 -automatiquement automatiquement adv 2.61 3.85 2.61 3.85 -automatiques automatique adj p 8.60 7.57 2.00 1.82 -automatisation automatisation nom f s 0.14 0.14 0.14 0.14 -automatisme automatisme nom m s 0.18 1.22 0.17 1.08 -automatismes automatisme nom m p 0.18 1.22 0.01 0.14 -automatisé automatiser ver m s 0.28 0.00 0.20 0.00 par:pas; -automatisée automatiser ver f s 0.28 0.00 0.04 0.00 par:pas; -automatisées automatisé adj f p 0.24 0.00 0.04 0.00 -automatisés automatiser ver m p 0.28 0.00 0.04 0.00 par:pas; -automitrailleuse automitrailleur nom f s 0.10 1.76 0.00 0.47 -automitrailleuses automitrailleur nom f p 0.10 1.76 0.10 1.28 -automnal automnal adj m s 0.32 1.76 0.11 1.08 -automnale automnal adj f s 0.32 1.76 0.11 0.47 -automnales automnal adj f p 0.32 1.76 0.10 0.20 -automne automne nom m s 16.91 43.65 16.88 42.97 -automnes automne nom m p 16.91 43.65 0.03 0.68 -automobile_club automobile_club nom f s 0.03 0.00 0.03 0.00 -automobile automobile nom f s 3.71 19.46 2.96 12.70 -automobiles automobile nom f p 3.71 19.46 0.76 6.76 -automobiliste automobiliste nom s 0.39 3.78 0.20 1.76 -automobilistes automobiliste nom p 0.39 3.78 0.19 2.03 -automoteur automoteur adj m s 0.02 0.20 0.01 0.00 -automoteurs automoteur adj m p 0.02 0.20 0.00 0.07 -automotrice automoteur adj f s 0.02 0.20 0.01 0.14 -automédication automédication nom f s 0.08 0.00 0.08 0.00 -automutilation automutilation nom f s 0.20 0.27 0.20 0.27 -automutiler automutiler ver 0.10 0.00 0.10 0.00 inf; -autoneige autoneige nom f s 0.04 0.00 0.04 0.00 -autoneiges autoneige nom f p 0.04 0.00 0.01 0.00 -autonettoyant autonettoyant adj m s 0.03 0.07 0.02 0.07 -autonettoyante autonettoyant adj f s 0.03 0.07 0.01 0.00 -autonome autonome adj s 2.08 2.91 1.70 1.89 -autonomes autonome adj p 2.08 2.91 0.38 1.01 -autonomie autonomie nom f s 2.76 2.16 2.76 2.16 -autonomique autonomique adj m s 0.03 0.00 0.03 0.00 -autonomistes autonomiste nom p 0.00 0.14 0.00 0.14 -autopilote autopilote nom m s 0.01 0.00 0.01 0.00 -autoplastie autoplastie nom f s 0.01 0.00 0.01 0.00 -autoportrait autoportrait nom m s 0.85 0.34 0.71 0.14 -autoportraits autoportrait nom m p 0.85 0.34 0.14 0.20 -autoportée autoporté adj f s 0.00 0.07 0.00 0.07 -autoproclamé autoproclamer ver m s 0.11 0.00 0.09 0.00 par:pas; -autoproclamée autoproclamer ver f s 0.11 0.00 0.02 0.00 par:pas; -autoproduit autoproduit nom m s 0.01 0.07 0.01 0.07 -autopropulseur autopropulseur nom m s 0.01 0.00 0.01 0.00 -autopropulsé autopropulsé adj m s 0.07 0.00 0.01 0.00 -autopropulsée autopropulsé adj f s 0.07 0.00 0.04 0.00 -autopropulsés autopropulsé adj m p 0.07 0.00 0.02 0.00 -autopsia autopsier ver 0.46 0.41 0.00 0.07 ind:pas:3s; -autopsiais autopsier ver 0.46 0.41 0.01 0.07 ind:imp:1s;ind:imp:2s; -autopsie autopsie nom f s 12.23 1.55 11.57 1.49 -autopsier autopsier ver 0.46 0.41 0.28 0.20 inf; -autopsies autopsie nom f p 12.23 1.55 0.66 0.07 -autopsié autopsier ver m s 0.46 0.41 0.16 0.07 par:pas; -autopunition autopunition nom f s 0.03 0.00 0.03 0.00 -autoradio autoradio nom m s 1.40 0.07 0.81 0.07 -autoradios autoradio nom m p 1.40 0.07 0.59 0.00 -autorail autorail nom m s 0.00 0.14 0.00 0.14 -autoreproduction autoreproduction nom f s 0.01 0.00 0.01 0.00 -autorisa autoriser ver 30.28 20.88 0.07 0.74 ind:pas:3s; -autorisai autoriser ver 30.28 20.88 0.00 0.07 ind:pas:1s; -autorisaient autoriser ver 30.28 20.88 0.03 0.74 ind:imp:3p; -autorisais autoriser ver 30.28 20.88 0.12 0.00 ind:imp:1s; -autorisait autoriser ver 30.28 20.88 0.22 4.53 ind:imp:3s; -autorisant autoriser ver 30.28 20.88 0.83 0.95 par:pre; -autorisassent autoriser ver 30.28 20.88 0.00 0.07 sub:imp:3p; -autorisation autorisation nom f s 21.10 10.07 19.55 8.92 -autorisations autorisation nom f p 21.10 10.07 1.55 1.15 -autorise autoriser ver 30.28 20.88 6.57 3.31 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:1s; -autorisent autoriser ver 30.28 20.88 0.53 0.34 ind:pre:3p; -autoriser autoriser ver 30.28 20.88 3.16 1.69 inf; -autorisera autoriser ver 30.28 20.88 0.20 0.14 ind:fut:3s; -autoriserai autoriser ver 30.28 20.88 0.70 0.00 ind:fut:1s; -autoriserais autoriser ver 30.28 20.88 0.07 0.00 cnd:pre:1s;cnd:pre:2s; -autoriserait autoriser ver 30.28 20.88 0.29 0.41 cnd:pre:3s; -autoriserez autoriser ver 30.28 20.88 0.14 0.00 ind:fut:2p; -autoriserons autoriser ver 30.28 20.88 0.02 0.00 ind:fut:1p; -autoriseront autoriser ver 30.28 20.88 0.09 0.00 ind:fut:3p; -autorises autoriser ver 30.28 20.88 0.44 0.07 ind:pre:2s; -autorisez autoriser ver 30.28 20.88 0.96 0.27 imp:pre:2p;ind:pre:2p; -autorisiez autoriser ver 30.28 20.88 0.03 0.07 ind:imp:2p; -autorisions autoriser ver 30.28 20.88 0.00 0.07 ind:imp:1p; -autorisons autoriser ver 30.28 20.88 0.15 0.00 imp:pre:1p;ind:pre:1p; -autorisât autoriser ver 30.28 20.88 0.00 0.41 sub:imp:3s; -autorisèrent autoriser ver 30.28 20.88 0.00 0.14 ind:pas:3p; -autorisé autoriser ver m s 30.28 20.88 10.22 3.78 par:pas; -autorisée autoriser ver f s 30.28 20.88 2.55 1.22 par:pas; -autorisées autoriser ver f p 30.28 20.88 0.71 0.41 par:pas; -autorisés autoriser ver m p 30.28 20.88 2.19 1.49 par:pas; -autoritaire autoritaire adj s 1.35 3.65 1.19 3.31 -autoritairement autoritairement adv 0.01 0.00 0.01 0.00 -autoritaires autoritaire adj p 1.35 3.65 0.16 0.34 -autoritarisme autoritarisme nom m s 0.02 0.07 0.02 0.07 -autorité autorité nom f s 32.95 77.03 18.62 56.22 -autorités autorité nom f p 32.95 77.03 14.32 20.81 -autoroute autoroute nom f s 14.76 15.00 13.81 12.77 -autoroutes autoroute nom f p 14.76 15.00 0.95 2.23 -autoroutiers autoroutier adj m p 0.03 0.14 0.01 0.07 -autoroutière autoroutier adj f s 0.03 0.14 0.01 0.07 -autorégulateur autorégulateur adj m s 0.01 0.00 0.01 0.00 -autorégulation autorégulation nom f s 0.14 0.00 0.14 0.00 -autorégule autoréguler ver 0.01 0.00 0.01 0.00 ind:pre:3s; -autos auto nom f p 18.66 42.36 2.42 12.03 -autosatisfaction autosatisfaction nom f s 0.13 0.27 0.13 0.27 -autostop autostop nom m s 0.07 0.00 0.07 0.00 -autostrade autostrade nom f s 0.02 0.27 0.02 0.20 -autostrades autostrade nom f p 0.02 0.27 0.00 0.07 -autosubsistance autosubsistance nom f s 0.01 0.00 0.01 0.00 -autosuffisance autosuffisance nom f s 0.04 0.00 0.04 0.00 -autosuffisant autosuffisant adj m s 0.04 0.00 0.01 0.00 -autosuffisants autosuffisant adj m p 0.04 0.00 0.03 0.00 -autosuggestion autosuggestion nom f s 0.09 0.14 0.09 0.14 -autosuggestionna autosuggestionner ver 0.00 0.07 0.00 0.07 ind:pas:3s; -autosurveillance autosurveillance nom f s 0.02 0.00 0.02 0.00 -autour autour adv_sup 87.02 361.55 87.02 361.55 -autoérotique autoérotique adj f s 0.03 0.00 0.03 0.00 -autours autour nom_sup m p 0.42 2.03 0.16 0.07 -autre autre pro_ind s 473.33 661.82 473.33 661.82 -autrefois autrefois pro_ind f s 0.00 0.07 0.00 0.07 -autrement autrement adv 40.16 62.77 40.16 62.77 -autres autres pro_ind p 249.70 375.14 249.70 375.14 -autrichien autrichien adj m s 2.67 7.36 1.26 2.91 -autrichienne autrichien adj f s 2.67 7.36 0.88 1.89 -autrichiennes autrichien adj f p 2.67 7.36 0.03 0.88 -autrichiens autrichiens pro_ind m p 0.00 0.14 0.00 0.14 -autruche autruche nom f s 3.53 3.04 2.79 2.43 -autruches autruche nom f p 3.53 3.04 0.74 0.61 -autrui autrui pro_ind m s 6.56 12.30 6.56 12.30 -auvent auvent nom m s 0.46 6.89 0.31 6.28 -auvents auvent nom m p 0.46 6.89 0.14 0.61 -auvergnat auvergnat nom m s 0.01 2.50 0.00 1.28 -auvergnate auvergnat nom f s 0.01 2.50 0.01 0.41 -auvergnates auvergnat adj f p 0.00 2.23 0.00 0.20 -auvergnats auvergnat nom m p 0.01 2.50 0.00 0.74 -auvergne auvergne nom f s 0.00 1.22 0.00 1.22 -auverpin auverpin nom m s 0.00 0.54 0.00 0.41 -auverpins auverpin nom m p 0.00 0.54 0.00 0.14 -aux_aguets aux_aguets adv 0.87 5.88 0.87 5.88 -aux aux art_def p 835.65 1907.57 835.65 1907.57 -auxdits auxdits pre 0.00 0.14 0.00 0.14 -auxerrois auxerrois nom m 0.00 0.07 0.00 0.07 -auxiliaire auxiliaire adj s 1.90 2.09 1.52 1.15 -auxiliaires auxiliaire nom p 1.42 3.51 0.73 2.03 -auxquelles auxquelles pro_rel f p 3.57 22.09 3.53 20.54 -auxquels auxquels pro_rel m p 3.35 26.28 3.31 23.72 -avachi avachir ver m s 0.33 2.23 0.23 0.74 par:pas; -avachie avachi adj f s 0.24 3.58 0.05 0.74 -avachies avachi adj f p 0.24 3.58 0.00 0.41 -avachir avachir ver 0.33 2.23 0.02 0.07 inf; -avachirait avachir ver 0.33 2.23 0.00 0.07 cnd:pre:3s; -avachirons avachir ver 0.33 2.23 0.00 0.07 ind:fut:1p; -avachis avachi adj m p 0.24 3.58 0.14 1.08 -avachissait avachir ver 0.33 2.23 0.00 0.07 ind:imp:3s; -avachissement avachissement nom m s 0.01 0.47 0.01 0.47 -avachissent avachir ver 0.33 2.23 0.01 0.00 ind:pre:3p; -avachit avachir ver 0.33 2.23 0.00 0.47 ind:pre:3s;ind:pas:3s; -avaient avoir aux 18559.23 12800.81 54.37 524.26 ind:imp:3p; -avais avoir aux 18559.23 12800.81 412.04 566.76 ind:imp:2s; -avait avoir aux 18559.23 12800.81 395.71 3116.42 ind:imp:3s; -aval aval nom m s 2.08 3.99 2.08 3.99 -avala avaler ver 35.89 65.27 0.23 7.97 ind:pas:3s; -avalage avalage nom m s 0.03 0.07 0.03 0.07 -avalai avaler ver 35.89 65.27 0.00 1.69 ind:pas:1s; -avalaient avaler ver 35.89 65.27 0.16 0.61 ind:imp:3p; -avalais avaler ver 35.89 65.27 0.03 0.74 ind:imp:1s; -avalait avaler ver 35.89 65.27 0.46 5.95 ind:imp:3s; -avalanche avalanche nom f s 2.75 5.68 1.89 4.86 -avalanches avalanche nom f p 2.75 5.68 0.86 0.81 -avalant avaler ver 35.89 65.27 0.28 2.84 par:pre; -avale avaler ver 35.89 65.27 8.02 9.26 imp:pre:2s;ind:pre:1s;ind:pre:3s; -avalement avalement nom m s 0.00 0.14 0.00 0.14 -avalent avaler ver 35.89 65.27 0.62 1.15 ind:pre:3p; -avaler avaler ver 35.89 65.27 11.95 19.39 inf; -avalera avaler ver 35.89 65.27 0.54 0.07 ind:fut:3s; -avalerai avaler ver 35.89 65.27 0.35 0.20 ind:fut:1s; -avaleraient avaler ver 35.89 65.27 0.01 0.00 cnd:pre:3p; -avalerais avaler ver 35.89 65.27 0.39 0.20 cnd:pre:1s; -avalerait avaler ver 35.89 65.27 0.19 0.41 cnd:pre:3s; -avaleras avaler ver 35.89 65.27 0.03 0.07 ind:fut:2s; -avaleriez avaler ver 35.89 65.27 0.02 0.07 cnd:pre:2p; -avaleront avaler ver 35.89 65.27 0.36 0.14 ind:fut:3p; -avales avaler ver 35.89 65.27 1.11 0.14 ind:pre:2s; -avaleur avaleur nom m s 0.68 0.61 0.17 0.41 -avaleurs avaleur nom m p 0.68 0.61 0.03 0.20 -avaleuse avaleur nom f s 0.68 0.61 0.47 0.00 -avalez avaler ver 35.89 65.27 1.73 0.14 imp:pre:2p;ind:pre:2p; -avaliez avaler ver 35.89 65.27 0.01 0.00 ind:imp:2p; -avaliser avaliser ver 0.09 0.14 0.08 0.14 inf; -avaliseur avaliseur nom m s 0.03 0.00 0.03 0.00 -avalisés avaliser ver m p 0.09 0.14 0.01 0.00 par:pas; -avaloires avaloire nom f p 0.00 0.07 0.00 0.07 -avalâmes avaler ver 35.89 65.27 0.00 0.07 ind:pas:1p; -avalons avaler ver 35.89 65.27 0.03 0.14 imp:pre:1p;ind:pre:1p; -avalât avaler ver 35.89 65.27 0.00 0.07 sub:imp:3s; -avalèrent avaler ver 35.89 65.27 0.01 0.07 ind:pas:3p; -avalé avaler ver m s 35.89 65.27 7.55 9.46 par:pas; -avalée avaler ver f s 35.89 65.27 0.71 2.77 par:pas; -avalées avaler ver f p 35.89 65.27 0.38 0.74 par:pas; -avalés avaler ver m p 35.89 65.27 0.74 0.95 par:pas; -avance avance nom f s 69.25 82.30 65.68 77.64 -avancement avancement nom m s 3.34 3.18 3.30 2.97 -avancements avancement nom m p 3.34 3.18 0.04 0.20 -avancent avancer ver 95.62 195.00 4.63 7.50 ind:pre:3p; -avancer avancer ver 95.62 195.00 22.65 30.41 inf; -avancera avancer ver 95.62 195.00 1.37 0.74 ind:fut:3s; -avancerai avancer ver 95.62 195.00 0.29 0.20 ind:fut:1s; -avancerais avancer ver 95.62 195.00 0.06 0.07 cnd:pre:1s; -avancerait avancer ver 95.62 195.00 0.84 1.15 cnd:pre:3s; -avancerez avancer ver 95.62 195.00 0.04 0.00 ind:fut:2p; -avancerons avancer ver 95.62 195.00 0.24 0.00 ind:fut:1p; -avanceront avancer ver 95.62 195.00 0.10 0.41 ind:fut:3p; -avances avance nom f p 69.25 82.30 3.57 4.66 -avancez avancer ver 95.62 195.00 19.95 0.54 imp:pre:2p;ind:pre:2p; -avanciez avancer ver 95.62 195.00 0.06 0.14 ind:imp:2p; -avancions avancer ver 95.62 195.00 0.17 2.43 ind:imp:1p; -avancèrent avancer ver 95.62 195.00 0.04 2.43 ind:pas:3p; -avancé avancer ver m s 95.62 195.00 6.08 12.23 par:pas; -avancée avancé adj f s 6.71 11.15 2.19 3.92 -avancées avancée nom f p 2.25 4.39 0.70 0.81 -avancés avancé adj m p 6.71 11.15 1.08 1.28 -avanie avanie nom f s 0.04 1.42 0.04 0.27 -avanies avanie nom f p 0.04 1.42 0.00 1.15 -avant_avant_dernier avant_avant_dernier nom m s 0.00 0.07 0.00 0.07 -avant_bec avant_bec nom m s 0.01 0.00 0.01 0.00 -avant_bras avant_bras nom m 0.84 12.70 0.84 12.70 -avant_centre avant_centre nom m s 0.28 0.20 0.28 0.20 -avant_clou avant_clou nom m p 0.00 0.07 0.00 0.07 -avant_corps avant_corps nom m 0.00 0.07 0.00 0.07 -avant_coureur avant_coureur adj m s 0.32 1.62 0.02 0.74 -avant_coureur avant_coureur adj m p 0.32 1.62 0.29 0.88 -avant_courrier avant_courrier adj f s 0.00 0.07 0.00 0.07 -avant_courrier avant_courrier nom f p 0.00 0.07 0.00 0.07 -avant_cour avant_cour nom f p 0.00 0.07 0.00 0.07 -avant_dîner avant_dîner nom m 0.00 0.07 0.00 0.07 -avant_dernier avant_dernier adj m s 0.45 1.96 0.11 0.88 -avant_dernier avant_dernier adj f s 0.45 1.96 0.34 1.08 -avant_garde avant_garde nom f s 1.52 7.91 1.52 7.09 -avant_garde avant_garde nom f p 1.52 7.91 0.00 0.81 -avant_gardiste avant_gardiste adj s 0.23 0.20 0.21 0.14 -avant_gardiste avant_gardiste adj m p 0.23 0.20 0.03 0.07 -avant_gauche avant_gauche adj 0.10 0.00 0.10 0.00 -avant_goût avant_goût nom m s 1.25 1.62 1.25 1.62 -avant_guerre avant_guerre nom s 0.65 7.16 0.65 7.16 -avant_hier avant_hier adv 6.69 8.78 6.69 8.78 -avant_mont avant_mont nom m p 0.01 0.00 0.01 0.00 -avant_papier avant_papier nom m s 0.00 0.20 0.00 0.20 -avant_plan avant_plan nom m s 0.02 0.07 0.02 0.07 -avant_port avant_port nom m s 0.00 0.07 0.00 0.07 -avant_poste avant_poste nom m s 2.15 3.72 1.52 0.27 -avant_poste avant_poste nom m p 2.15 3.72 0.62 3.45 -avant_première avant_première nom f s 0.50 0.41 0.45 0.41 -avant_première avant_première nom f p 0.50 0.41 0.05 0.00 -avant_printemps avant_printemps nom m 0.00 0.07 0.00 0.07 -avant_projet avant_projet nom m s 0.04 0.00 0.04 0.00 -avant_propos avant_propos nom m 0.05 0.41 0.05 0.41 -avant_scène avant_scène nom f s 0.73 0.88 0.73 0.68 -avant_scène avant_scène nom f p 0.73 0.88 0.00 0.20 -avant_toit avant_toit nom m s 0.03 0.27 0.01 0.27 -avant_toit avant_toit nom m p 0.03 0.27 0.02 0.00 -avant_train avant_train nom m s 0.02 0.34 0.01 0.20 -avant_train avant_train nom m p 0.02 0.34 0.01 0.14 -avant_trou avant_trou nom m s 0.01 0.00 0.01 0.00 -avant_veille avant_veille nom f s 0.01 3.65 0.01 3.65 -avant avant pre 529.51 574.32 529.51 574.32 -avantage avantage nom m s 24.63 32.16 16.95 21.28 -avantageaient avantager ver 0.95 2.09 0.01 0.00 ind:imp:3p; -avantageais avantager ver 0.95 2.09 0.00 0.07 ind:imp:1s; -avantageait avantager ver 0.95 2.09 0.03 0.20 ind:imp:3s; -avantageant avantager ver 0.95 2.09 0.00 0.07 par:pre; -avantagent avantager ver 0.95 2.09 0.03 0.00 ind:pre:3p; -avantager avantager ver 0.95 2.09 0.07 0.14 inf; -avantagera avantager ver 0.95 2.09 0.04 0.07 ind:fut:3s; -avantages avantage nom m p 24.63 32.16 7.68 10.88 -avantageuse avantageux adj f s 1.36 5.07 0.36 1.01 -avantageusement avantageusement adv 0.16 1.42 0.16 1.42 -avantageuses avantageux adj f p 1.36 5.07 0.04 0.54 -avantageux avantageux adj m 1.36 5.07 0.95 3.51 -avantagé avantager ver m s 0.95 2.09 0.12 0.47 par:pas; -avantagée avantager ver f s 0.95 2.09 0.05 0.07 par:pas; -avantagés avantager ver m p 0.95 2.09 0.01 0.20 par:pas; -avança avancer ver 95.62 195.00 0.48 27.97 ind:pas:3s; -avançai avancer ver 95.62 195.00 0.14 2.16 ind:pas:1s; -avançaient avancer ver 95.62 195.00 0.27 9.05 ind:imp:3p; -avançais avancer ver 95.62 195.00 0.47 4.19 ind:imp:1s;ind:imp:2s; -avançait avancer ver 95.62 195.00 1.70 34.32 ind:imp:3s; -avançant avancer ver 95.62 195.00 0.50 10.41 par:pre; -avançâmes avancer ver 95.62 195.00 0.00 0.20 ind:pas:1p; -avançons avancer ver 95.62 195.00 1.54 1.82 imp:pre:1p;ind:pre:1p; -avançât avancer ver 95.62 195.00 0.00 0.27 sub:imp:3s; -avants avant nom_sup m p 8.05 21.35 0.11 0.14 -avare avare adj s 2.69 7.09 2.26 5.95 -avarement avarement adv 0.00 0.20 0.00 0.20 -avares avare adj p 2.69 7.09 0.43 1.15 -avarice avarice nom f s 1.18 3.24 1.18 3.18 -avarices avarice nom f p 1.18 3.24 0.00 0.07 -avaricieuse avaricieux adj f s 0.00 0.27 0.00 0.14 -avaricieusement avaricieusement adv 0.00 0.14 0.00 0.14 -avaricieux avaricieux nom m 0.01 0.07 0.01 0.07 -avarie avarie nom f s 1.19 1.08 0.25 0.41 -avarient avarier ver 0.23 0.27 0.00 0.07 ind:pre:3p; -avaries avarie nom f p 1.19 1.08 0.94 0.68 -avarié avarié adj m s 0.92 1.69 0.20 0.54 -avariée avarié adj f s 0.92 1.69 0.35 0.41 -avariées avarié adj f p 0.92 1.69 0.16 0.27 -avariés avarié adj m p 0.92 1.69 0.21 0.47 -avaro avaro nom m s 0.00 0.41 0.00 0.20 -avaros avaro nom m p 0.00 0.41 0.00 0.20 -avatar avatar nom m s 2.55 4.93 2.41 2.91 -avatars avatar nom m p 2.55 4.93 0.14 2.03 -ave ave nom m 3.75 2.36 3.75 2.36 -avec avec pre 3704.89 4000.41 3704.89 4000.41 -avelines aveline nom f p 0.00 0.07 0.00 0.07 -avenant avenant adj m s 0.78 2.84 0.52 0.88 -avenante avenant adj f s 0.78 2.84 0.26 1.15 -avenantes avenant adj f p 0.78 2.84 0.00 0.61 -avenants avenant nom m p 0.27 0.88 0.01 0.00 -avenir avenir nom m s 72.61 113.72 72.47 113.18 -avenirs avenir nom m p 72.61 113.72 0.14 0.54 -avent avent nom m s 0.06 0.47 0.06 0.47 -aventura aventurer ver 2.63 12.57 0.14 0.54 ind:pas:3s; -aventurai aventurer ver 2.63 12.57 0.01 0.27 ind:pas:1s; -aventuraient aventurer ver 2.63 12.57 0.03 0.54 ind:imp:3p; -aventurais aventurer ver 2.63 12.57 0.00 0.07 ind:imp:1s; -aventurait aventurer ver 2.63 12.57 0.04 1.01 ind:imp:3s; -aventurant aventurer ver 2.63 12.57 0.01 0.54 par:pre; -aventure aventure nom f s 29.66 84.86 22.54 54.86 -aventurent aventurer ver 2.63 12.57 0.09 0.54 ind:pre:3p; -aventurer aventurer ver 2.63 12.57 0.60 3.99 inf; -aventurerai aventurer ver 2.63 12.57 0.00 0.07 ind:fut:1s; -aventurerais aventurer ver 2.63 12.57 0.06 0.00 cnd:pre:1s; -aventurerait aventurer ver 2.63 12.57 0.03 0.07 cnd:pre:3s; -aventures aventure nom f p 29.66 84.86 7.13 30.00 -aventureuse aventureux adj f s 0.95 3.65 0.11 1.49 -aventureuses aventureux adj f p 0.95 3.65 0.15 0.47 -aventureux aventureux adj m 0.95 3.65 0.69 1.69 -aventurez aventurer ver 2.63 12.57 0.07 0.00 imp:pre:2p;ind:pre:2p; -aventurier aventurier nom m s 2.36 7.50 0.92 3.72 -aventuriers aventurier nom m p 2.36 7.50 1.05 2.43 -aventurines aventurine nom f p 0.00 0.07 0.00 0.07 -aventurions aventurer ver 2.63 12.57 0.01 0.14 ind:imp:1p; -aventurière aventurier nom f s 2.36 7.50 0.39 0.95 -aventurières aventurière nom f p 0.16 0.00 0.16 0.00 -aventurons aventurer ver 2.63 12.57 0.04 0.14 imp:pre:1p;ind:pre:1p; -aventurât aventurer ver 2.63 12.57 0.00 0.14 sub:imp:3s; -aventurèrent aventurer ver 2.63 12.57 0.00 0.07 ind:pas:3p; -aventuré aventurer ver m s 2.63 12.57 0.23 1.49 par:pas; -aventurée aventurer ver f s 2.63 12.57 0.22 0.68 par:pas; -aventurées aventurer ver f p 2.63 12.57 0.00 0.07 par:pas; -aventurés aventurer ver m p 2.63 12.57 0.14 0.54 par:pas; -avenu avenu adj m s 0.07 1.42 0.05 0.41 -avenue avenue nom f s 8.70 47.70 8.19 40.81 -avenues avenue nom f p 8.70 47.70 0.52 6.89 -avenus avenu adj m p 0.07 1.42 0.03 0.27 -avers avers nom m 0.00 0.14 0.00 0.14 -averse averse nom f s 1.77 11.96 1.15 9.80 -averses averse nom f p 1.77 11.96 0.63 2.16 -aversion aversion nom f s 0.97 2.64 0.97 2.57 -aversions aversion nom f p 0.97 2.64 0.00 0.07 -avertît avertir ver 30.80 37.70 0.00 0.14 sub:imp:3s; -averti avertir ver m s 30.80 37.70 6.26 9.73 par:pas; -avertie avertir ver f s 30.80 37.70 2.08 2.23 par:pas; -averties avertir ver f p 30.80 37.70 0.10 0.41 par:pas; -avertir avertir ver 30.80 37.70 13.49 11.01 inf; -avertira avertir ver 30.80 37.70 0.43 0.00 ind:fut:3s; -avertirai avertir ver 30.80 37.70 0.59 0.20 ind:fut:1s; -avertirait avertir ver 30.80 37.70 0.01 0.47 cnd:pre:3s; -avertiras avertir ver 30.80 37.70 0.03 0.00 ind:fut:2s; -avertirent avertir ver 30.80 37.70 0.10 0.34 ind:pas:3p; -avertirez avertir ver 30.80 37.70 0.01 0.07 ind:fut:2p; -avertis avertir ver m p 30.80 37.70 4.75 3.51 imp:pre:2s;ind:pre:1s;ind:pre:2s;par:pas;par:pas; -avertissaient avertir ver 30.80 37.70 0.01 0.27 ind:imp:3p; -avertissais avertir ver 30.80 37.70 0.03 0.27 ind:imp:1s;ind:imp:2s; -avertissait avertir ver 30.80 37.70 0.12 2.03 ind:imp:3s; -avertissant avertir ver 30.80 37.70 0.05 0.54 par:pre; -avertisse avertir ver 30.80 37.70 0.30 0.68 sub:pre:1s;sub:pre:3s; -avertissement avertissement nom m s 9.60 9.53 8.68 7.09 -avertissements avertissement nom m p 9.60 9.53 0.92 2.43 -avertissent avertir ver 30.80 37.70 0.20 0.41 ind:pre:3p; -avertisseur avertisseur nom m s 0.15 1.89 0.14 1.08 -avertisseurs avertisseur nom m p 0.15 1.89 0.01 0.81 -avertisseuses avertisseur adj f p 0.04 0.34 0.00 0.07 -avertissez avertir ver 30.80 37.70 1.52 0.20 imp:pre:2p;ind:pre:2p; -avertissiez avertir ver 30.80 37.70 0.03 0.00 ind:imp:2p; -avertissons avertir ver 30.80 37.70 0.09 0.14 imp:pre:1p;ind:pre:1p; -avertit avertir ver 30.80 37.70 0.61 5.07 ind:pre:3s;ind:pas:3s; -aveu aveu nom m s 11.15 21.55 5.86 13.45 -aveugla aveugler ver 6.50 15.47 0.00 0.47 ind:pas:3s; -aveuglaient aveugler ver 6.50 15.47 0.03 0.74 ind:imp:3p; -aveuglais aveugler ver 6.50 15.47 0.00 0.07 ind:imp:1s; -aveuglait aveugler ver 6.50 15.47 0.14 1.22 ind:imp:3s; -aveuglant aveuglant adj m s 1.00 6.15 0.35 2.16 -aveuglante aveuglant adj f s 1.00 6.15 0.61 3.11 -aveuglantes aveuglant adj f p 1.00 6.15 0.04 0.34 -aveuglants aveuglant adj m p 1.00 6.15 0.01 0.54 -aveugle_né aveugle_né nom m s 0.00 0.14 0.00 0.07 -aveugle_né aveugle_né nom f s 0.00 0.14 0.00 0.07 -aveugle aveugle adj s 38.53 38.51 33.85 30.20 -aveuglement aveuglement nom m s 1.79 4.46 1.77 4.39 -aveuglements aveuglement nom m p 1.79 4.46 0.01 0.07 -aveuglent aveugler ver 6.50 15.47 0.21 0.47 ind:pre:3p; -aveugler aveugler ver 6.50 15.47 1.54 1.96 inf; -aveuglera aveugler ver 6.50 15.47 0.30 0.00 ind:fut:3s; -aveuglerait aveugler ver 6.50 15.47 0.04 0.07 cnd:pre:3s; -aveugles aveugle adj p 38.53 38.51 4.67 8.31 -aveuglez aveugler ver 6.50 15.47 0.03 0.00 imp:pre:2p; -aveuglons aveugler ver 6.50 15.47 0.01 0.00 imp:pre:1p; -aveuglât aveugler ver 6.50 15.47 0.00 0.07 sub:imp:3s; -aveuglèrent aveugler ver 6.50 15.47 0.00 0.07 ind:pas:3p; -aveuglé aveugler ver m s 6.50 15.47 1.32 4.05 par:pas; -aveuglée aveugler ver f s 6.50 15.47 0.45 1.42 par:pas; -aveuglées aveugler ver f p 6.50 15.47 0.01 0.14 par:pas; -aveuglément aveuglément adv 1.30 3.31 1.30 3.31 -aveuglés aveugler ver m p 6.50 15.47 0.31 1.96 par:pas; -aveuli aveulir ver m s 0.00 0.07 0.00 0.07 par:pas; -aveulissante aveulissant adj f s 0.00 0.07 0.00 0.07 -aveux aveu nom m p 11.15 21.55 5.29 8.11 -avez avoir aux 18559.23 12800.81 1122.37 206.82 ind:pre:2p; -aviaire aviaire adj s 0.37 0.00 0.37 0.00 -aviateur aviateur nom m s 3.06 8.85 1.23 4.05 -aviateurs aviateur nom m p 3.06 8.85 1.68 4.73 -aviation aviation nom f s 5.18 13.72 5.17 13.38 -aviations aviation nom f p 5.18 13.72 0.01 0.34 -aviatrice aviateur nom f s 3.06 8.85 0.16 0.00 -aviatrices aviatrice nom f p 0.02 0.00 0.02 0.00 -avicole avicole adj f s 0.01 0.00 0.01 0.00 -aviculture aviculture nom f s 0.10 0.00 0.10 0.00 -avide avide adj s 3.52 16.22 1.94 10.34 -avidement avidement adv 0.38 6.08 0.38 6.08 -avides avide adj p 3.52 16.22 1.57 5.88 -avidité avidité nom f s 1.05 7.97 1.05 7.91 -avidités avidité nom f p 1.05 7.97 0.00 0.07 -aviez avoir aux 18559.23 12800.81 50.30 16.35 ind:imp:2p; -avignonnais avignonnais nom m 0.00 0.07 0.00 0.07 -avignonnaise avignonnais adj f s 0.00 0.07 0.00 0.07 -avili avilir ver m s 0.69 2.64 0.03 0.41 par:pas; -avilie avilir ver f s 0.69 2.64 0.20 0.07 par:pas; -avilies avilir ver f p 0.69 2.64 0.01 0.07 par:pas; -avilir avilir ver 0.69 2.64 0.27 1.22 inf; -avilis avilir ver m p 0.69 2.64 0.04 0.27 ind:pre:1s;ind:pre:2s;par:pas; -avilissait avilir ver 0.69 2.64 0.01 0.14 ind:imp:3s; -avilissant avilissant adj m s 0.62 0.88 0.39 0.41 -avilissante avilissant adj f s 0.62 0.88 0.10 0.20 -avilissantes avilissant adj f p 0.62 0.88 0.10 0.07 -avilissants avilissant adj m p 0.62 0.88 0.03 0.20 -avilissement avilissement nom m s 0.16 0.34 0.16 0.34 -avilissent avilir ver 0.69 2.64 0.01 0.07 ind:pre:3p; -avilit avilir ver 0.69 2.64 0.09 0.34 ind:pre:3s;ind:pas:3s; -aviné aviné adj m s 0.05 1.89 0.01 0.54 -avinée aviné adj f s 0.05 1.89 0.01 0.68 -avinées aviné adj f p 0.05 1.89 0.00 0.20 -avinés aviné adj m p 0.05 1.89 0.03 0.47 -avion_cargo avion_cargo nom m s 0.20 0.14 0.20 0.00 -avion_citerne avion_citerne nom m s 0.03 0.00 0.03 0.00 -avion_suicide avion_suicide nom m s 0.01 0.07 0.01 0.07 -avion_école avion_école nom m s 0.01 0.00 0.01 0.00 -avion avion nom m s 125.29 78.04 105.54 46.82 -avionique avionique nom f s 0.13 0.00 0.13 0.00 -avionnettes avionnette nom f p 0.00 0.07 0.00 0.07 -avionneurs avionneur nom m p 0.01 0.00 0.01 0.00 -avion_cargo avion_cargo nom m p 0.20 0.14 0.00 0.14 -avions_espions avions_espions nom m p 0.01 0.00 0.01 0.00 -avions avoir aux 18559.23 12800.81 16.42 81.01 ind:imp:1p; -aviron aviron nom m s 1.73 2.36 1.35 0.95 -avirons aviron nom m p 1.73 2.36 0.38 1.42 -avis avis nom m p 139.22 65.14 139.22 65.14 -avisa aviser ver 9.77 27.50 0.14 4.66 ind:pas:3s; -avisai aviser ver 9.77 27.50 0.01 1.76 ind:pas:1s; -avisaient aviser ver 9.77 27.50 0.01 0.20 ind:imp:3p; -avisais aviser ver 9.77 27.50 0.01 0.20 ind:imp:1s; -avisait aviser ver 9.77 27.50 0.10 2.09 ind:imp:3s; -avisant aviser ver 9.77 27.50 0.02 2.50 par:pre; -avise aviser ver 9.77 27.50 3.52 4.80 imp:pre:2s;ind:pre:1s;ind:pre:3s; -avisent aviser ver 9.77 27.50 0.02 0.07 ind:pre:3p; -aviser aviser ver 9.77 27.50 0.65 3.18 inf; -avisera aviser ver 9.77 27.50 0.81 0.54 ind:fut:3s; -aviserai aviser ver 9.77 27.50 0.44 0.20 ind:fut:1s; -aviseraient aviser ver 9.77 27.50 0.00 0.07 cnd:pre:3p; -aviserais aviser ver 9.77 27.50 0.02 0.20 cnd:pre:1s; -aviserait aviser ver 9.77 27.50 0.01 0.68 cnd:pre:3s; -aviseras aviser ver 9.77 27.50 0.00 0.07 ind:fut:2s; -aviserons aviser ver 9.77 27.50 0.65 0.54 ind:fut:1p; -aviseront aviser ver 9.77 27.50 0.05 0.00 ind:fut:3p; -avises aviser ver 9.77 27.50 0.32 0.20 ind:pre:2s; -avisez aviser ver 9.77 27.50 0.89 0.14 imp:pre:2p;ind:pre:2p; -avisions aviser ver 9.77 27.50 0.00 0.07 ind:imp:1p; -aviso aviso nom m s 0.02 2.23 0.02 1.08 -avisos aviso nom m p 0.02 2.23 0.00 1.15 -avisât aviser ver 9.77 27.50 0.27 0.34 sub:imp:3s; -avisèrent aviser ver 9.77 27.50 0.12 0.14 ind:pas:3p; -avisé aviser ver m s 9.77 27.50 1.21 3.99 par:pas; -avisée avisé adj f s 1.76 2.36 0.32 0.54 -avisées avisé adj f p 1.76 2.36 0.01 0.00 -avisés avisé adj m p 1.76 2.36 0.56 0.47 -avitailler avitailler ver 0.01 0.00 0.01 0.00 inf; -avitaminose avitaminose nom f s 0.00 0.07 0.00 0.07 -aviva aviver ver 0.19 4.26 0.01 0.20 ind:pas:3s; -avivaient aviver ver 0.19 4.26 0.00 0.07 ind:imp:3p; -avivait aviver ver 0.19 4.26 0.00 0.74 ind:imp:3s; -avivant aviver ver 0.19 4.26 0.00 0.14 par:pre; -avive aviver ver 0.19 4.26 0.00 0.61 ind:pre:3s; -avivent aviver ver 0.19 4.26 0.11 0.27 ind:pre:3p; -aviver aviver ver 0.19 4.26 0.03 0.54 inf; -avivons aviver ver 0.19 4.26 0.01 0.07 imp:pre:1p;ind:pre:1p; -avivât aviver ver 0.19 4.26 0.00 0.07 sub:imp:3s; -avivèrent aviver ver 0.19 4.26 0.00 0.07 ind:pas:3p; -avivé aviver ver m s 0.19 4.26 0.02 0.47 par:pas; -avivée aviver ver f s 0.19 4.26 0.00 0.68 par:pas; -avivées aviver ver f p 0.19 4.26 0.00 0.27 par:pas; -avivés aviver ver m p 0.19 4.26 0.00 0.07 par:pas; -avocaillon avocaillon nom m s 0.16 0.00 0.16 0.00 -avocasseries avocasserie nom f p 0.00 0.07 0.00 0.07 -avocat_conseil avocat_conseil nom m s 0.08 0.00 0.08 0.00 -avocat avocat nom m s 112.69 37.64 89.28 24.32 -avocate avocat nom f s 112.69 37.64 7.56 1.55 -avocates avocat nom f p 112.69 37.64 0.10 0.00 -avocatier avocatier nom m s 0.04 0.00 0.04 0.00 -avocats avocat nom m p 112.69 37.64 15.76 11.76 -avocette avocette nom f s 0.01 0.14 0.01 0.14 -avoient avoyer ver 0.00 0.14 0.00 0.07 ind:pre:3p; -avoinaient avoiner ver 0.00 0.34 0.00 0.07 ind:imp:3p; -avoine avoine nom f s 1.54 6.96 1.52 6.35 -avoiner avoiner ver 0.00 0.34 0.00 0.27 inf; -avoines avoine nom f p 1.54 6.96 0.01 0.61 -avoir avoir aux 18559.23 12800.81 674.24 649.26 inf; -avoirs avoir nom_sup m p 3.13 3.31 0.41 0.54 -avoisinaient avoisiner ver 0.26 1.49 0.00 0.07 ind:imp:3p; -avoisinait avoisiner ver 0.26 1.49 0.02 0.47 ind:imp:3s; -avoisinant avoisinant adj m s 0.43 1.89 0.05 0.07 -avoisinante avoisinant adj f s 0.43 1.89 0.16 0.14 -avoisinantes avoisinant adj f p 0.43 1.89 0.18 1.15 -avoisinants avoisinant adj m p 0.43 1.89 0.05 0.54 -avoisine avoisiner ver 0.26 1.49 0.20 0.20 ind:pre:3s; -avoisinent avoisiner ver 0.26 1.49 0.00 0.27 ind:pre:3p; -avoisiner avoisiner ver 0.26 1.49 0.00 0.14 inf; -avoisinerait avoisiner ver 0.26 1.49 0.00 0.07 cnd:pre:3s; -avons avoir aux 18559.23 12800.81 291.71 190.00 ind:pre:1p; -avorta avorter ver 5.43 4.32 0.01 0.07 ind:pas:3s; -avortait avorter ver 5.43 4.32 0.00 0.14 ind:imp:3s; -avortant avorter ver 5.43 4.32 0.01 0.00 par:pre; -avorte avorter ver 5.43 4.32 0.61 0.07 imp:pre:2s;ind:pre:1s;ind:pre:3s; -avortement avortement nom m s 5.24 2.70 4.37 2.16 -avortements avortement nom m p 5.24 2.70 0.87 0.54 -avortent avorter ver 5.43 4.32 0.00 0.14 ind:pre:3p; -avorter avorter ver 5.43 4.32 3.65 3.11 inf; -avorterai avorter ver 5.43 4.32 0.00 0.07 ind:fut:1s; -avorterait avorter ver 5.43 4.32 0.00 0.14 cnd:pre:3s; -avorteriez avorter ver 5.43 4.32 0.00 0.07 cnd:pre:2p; -avorteur avorteur nom m s 0.37 0.68 0.01 0.07 -avorteurs avorteur nom m p 0.37 0.68 0.05 0.07 -avorteuse avorteur nom f s 0.37 0.68 0.31 0.34 -avorteuses avorteur nom f p 0.37 0.68 0.00 0.20 -avortez avorter ver 5.43 4.32 0.05 0.00 imp:pre:2p;ind:pre:2p; -avorton avorton nom m s 1.44 2.30 1.35 1.42 -avortons avorton nom m p 1.44 2.30 0.09 0.88 -avorté avorter ver m s 5.43 4.32 1.01 0.07 par:pas; -avortée avorté adj f s 0.40 1.49 0.08 0.47 -avortées avorter ver f p 5.43 4.32 0.02 0.07 par:pas; -avortés avorté adj m p 0.40 1.49 0.20 0.14 -avoua avouer ver 61.54 96.22 0.33 7.50 ind:pas:3s; -avouable avouable adj s 0.02 1.08 0.01 0.54 -avouables avouable adj p 0.02 1.08 0.01 0.54 -avouai avouer ver 61.54 96.22 0.00 1.22 ind:pas:1s; -avouaient avouer ver 61.54 96.22 0.00 0.68 ind:imp:3p; -avouais avouer ver 61.54 96.22 0.22 0.74 ind:imp:1s;ind:imp:2s; -avouait avouer ver 61.54 96.22 0.31 5.47 ind:imp:3s; -avouant avouer ver 61.54 96.22 0.35 1.76 par:pre; -avouas avouer ver 61.54 96.22 0.00 0.07 ind:pas:2s; -avoue avouer ver 61.54 96.22 24.48 24.86 imp:pre:2s;ind:pre:1s;ind:pre:3s; -avouent avouer ver 61.54 96.22 0.35 1.22 ind:pre:3p; -avouer avouer ver 61.54 96.22 18.27 33.72 inf; -avouera avouer ver 61.54 96.22 0.26 0.41 ind:fut:3s; -avouerai avouer ver 61.54 96.22 0.71 1.08 ind:fut:1s; -avoueraient avouer ver 61.54 96.22 0.14 0.20 cnd:pre:3p; -avouerais avouer ver 61.54 96.22 0.17 0.34 cnd:pre:1s;cnd:pre:2s; -avouerait avouer ver 61.54 96.22 0.41 0.61 cnd:pre:3s; -avoueras avouer ver 61.54 96.22 0.07 0.95 ind:fut:2s; -avouerez avouer ver 61.54 96.22 0.08 0.74 ind:fut:2p; -avoueriez avouer ver 61.54 96.22 0.00 0.07 cnd:pre:2p; -avouerions avouer ver 61.54 96.22 0.00 0.07 cnd:pre:1p; -avoueront avouer ver 61.54 96.22 0.01 0.07 ind:fut:3p; -avoues avouer ver 61.54 96.22 1.23 0.68 ind:pre:2s; -avouez avouer ver 61.54 96.22 4.07 3.72 imp:pre:2p;ind:pre:2p; -avouiez avouer ver 61.54 96.22 0.03 0.07 ind:imp:2p; -avouions avouer ver 61.54 96.22 0.00 0.07 ind:imp:1p; -avouâmes avouer ver 61.54 96.22 0.00 0.07 ind:pas:1p; -avouons avouer ver 61.54 96.22 0.39 1.42 imp:pre:1p;ind:pre:1p; -avouât avouer ver 61.54 96.22 0.00 0.20 sub:imp:3s; -avouèrent avouer ver 61.54 96.22 0.10 0.27 ind:pas:3p; -avoué avouer ver m s 61.54 96.22 9.50 7.23 par:pas; -avouée avoué adj f s 0.24 1.35 0.10 0.14 -avouées avouer ver f p 61.54 96.22 0.04 0.14 par:pas; -avoués avouer ver m p 61.54 96.22 0.02 0.14 par:pas; -avoyer avoyer ver 0.00 0.14 0.00 0.07 inf; -avril avril nom m 11.23 32.03 11.23 32.03 -avrillée avrillée nom f s 0.00 0.07 0.00 0.07 -avènement avènement nom m s 0.53 3.92 0.53 3.92 -avère avérer ver 9.26 6.96 4.59 0.68 ind:pre:3s;sub:pre:3s; -avèrent avérer ver 9.26 6.96 0.26 0.20 ind:pre:3p; -avé avé nom m 0.11 0.20 0.11 0.20 -avulsion avulsion nom f s 0.03 0.00 0.03 0.00 -avunculaire avunculaire adj s 0.01 0.14 0.01 0.14 -avunculat avunculat nom m s 0.00 0.07 0.00 0.07 -avéra avérer ver 9.26 6.96 0.25 1.55 ind:pas:3s; -avérai avérer ver 9.26 6.96 0.00 0.07 ind:pas:1s; -avéraient avérer ver 9.26 6.96 0.12 0.61 ind:imp:3p; -avérait avérer ver 9.26 6.96 0.56 2.03 ind:imp:3s; -avérant avérer ver 9.26 6.96 0.00 0.27 par:pre; -avérer avérer ver 9.26 6.96 0.88 0.27 inf; -avérera avérer ver 9.26 6.96 0.10 0.00 ind:fut:3s; -avéreraient avérer ver 9.26 6.96 0.00 0.14 cnd:pre:3p; -avérerait avérer ver 9.26 6.96 0.08 0.00 cnd:pre:3s; -avérât avérer ver 9.26 6.96 0.00 0.07 sub:imp:3s; -avérèrent avérer ver 9.26 6.96 0.04 0.14 ind:pas:3p; -avéré avérer ver m s 9.26 6.96 1.64 0.61 par:pas; -avérée avérer ver f s 9.26 6.96 0.37 0.27 par:pas; -avérées avérer ver f p 9.26 6.96 0.18 0.00 par:pas; -avérés avérer ver m p 9.26 6.96 0.19 0.07 par:pas; -awacs awacs nom m 0.12 0.00 0.12 0.00 -axa axer ver 0.61 0.88 0.00 0.07 ind:pas:3s; -axe axe nom m s 3.05 10.88 2.90 9.53 -axel axel nom m s 0.06 0.00 0.05 0.00 -axels axel nom m p 0.06 0.00 0.01 0.00 -axent axer ver 0.61 0.88 0.00 0.07 ind:pre:3p; -axer axer ver 0.61 0.88 0.02 0.00 inf; -axes axe nom m p 3.05 10.88 0.16 1.35 -axial axial adj m s 0.06 0.20 0.01 0.20 -axiale axial adj f s 0.06 0.20 0.04 0.00 -axillaire axillaire adj s 0.05 0.00 0.05 0.00 -axiomatisation axiomatisation nom f s 0.00 0.07 0.00 0.07 -axiome axiome nom m s 0.11 0.61 0.10 0.41 -axiomes axiome nom m p 0.11 0.61 0.01 0.20 -axis axis nom m 3.87 0.00 3.87 0.00 -axolotl axolotl nom m s 0.02 0.07 0.02 0.00 -axolotls axolotl nom m p 0.02 0.07 0.00 0.07 -axonge axonge nom f s 0.00 0.07 0.00 0.07 -axé axer ver m s 0.61 0.88 0.19 0.20 par:pas; -axée axer ver f s 0.61 0.88 0.08 0.47 par:pas; -axées axer ver f p 0.61 0.88 0.13 0.00 par:pas; -axés axer ver m p 0.61 0.88 0.05 0.00 par:pas; -aya aya nom f s 0.03 0.00 0.03 0.00 -ayans ayan nom m p 0.00 0.07 0.00 0.07 -ayant avoir aux 18559.23 12800.81 21.68 147.84 par:pre; -ayants_droit ayants_droit nom m p 0.01 0.14 0.01 0.14 -ayatollah ayatollah nom m s 0.53 0.27 0.50 0.14 -ayatollahs ayatollah nom m p 0.53 0.27 0.03 0.14 -aye_aye aye_aye nom m s 0.01 0.00 0.01 0.00 -ayez avoir aux 18559.23 12800.81 20.80 5.34 sub:pre:2p; -ayons avoir aux 18559.23 12800.81 4.36 4.39 sub:pre:1p; -ayuntamiento ayuntamiento nom m s 0.00 0.07 0.00 0.07 -azalée azalée nom f s 0.13 1.22 0.05 0.20 -azalées azalée nom f p 0.13 1.22 0.08 1.01 -azerbaïdjanais azerbaïdjanais adj m 0.00 0.07 0.00 0.07 -azerbaïdjanais azerbaïdjanais nom m 0.00 0.07 0.00 0.07 -azimut azimut nom m s 0.78 1.69 0.26 0.07 -azimutal azimutal adj m s 0.01 0.00 0.01 0.00 -azimuts azimut nom m p 0.78 1.69 0.52 1.62 -azimuté azimuter ver m s 0.03 0.20 0.03 0.14 par:pas; -azimutée azimuter ver f s 0.03 0.20 0.00 0.07 par:pas; -azoïque azoïque adj m s 0.01 0.00 0.01 0.00 -azoospermie azoospermie nom f s 0.01 0.00 0.01 0.00 -azote azote nom m s 1.05 0.14 1.05 0.14 -azoture azoture nom m s 0.01 0.00 0.01 0.00 -aztèque aztèque adj s 0.60 0.74 0.51 0.27 -aztèques aztèque adj p 0.60 0.74 0.09 0.47 -azulejo azulejo nom m s 0.10 0.54 0.10 0.00 -azulejos azulejo nom m p 0.10 0.54 0.00 0.54 -azur azur nom m s 2.98 9.53 2.98 9.39 -azéri azéri adj m s 0.27 0.07 0.27 0.00 -azéris azéri adj m p 0.27 0.07 0.00 0.07 -azurs azur nom m p 2.98 9.53 0.00 0.14 -azuré azuré adj m s 0.14 0.68 0.13 0.00 -azurée azuré adj f s 0.14 0.68 0.01 0.27 -azurées azuré adj f p 0.14 0.68 0.00 0.34 -azurés azuré adj m p 0.14 0.68 0.00 0.07 -azygos azygos adj f s 0.01 0.00 0.01 0.00 -azyme azyme adj m s 0.04 0.41 0.04 0.41 -b b nom m 31.78 8.65 31.78 8.65 -bôme bôme nom f s 0.02 0.47 0.02 0.47 -bûchais bûcher ver 0.30 0.54 0.02 0.00 ind:imp:1s; -bûchant bûcher ver 0.30 0.54 0.01 0.07 par:pre; -bûche bûche nom f s 2.91 13.18 2.09 5.14 -bûchent bûcher ver 0.30 0.54 0.01 0.00 ind:pre:3p; -bûcher bûcher nom m s 3.82 9.59 3.43 7.09 -bûcheron bûcheron nom m s 3.33 8.24 2.13 4.12 -bûcheronne bûcheronner ver 0.00 0.20 0.00 0.07 ind:pre:3s; -bûcheronner bûcheronner ver 0.00 0.20 0.00 0.14 inf; -bûcherons bûcheron nom m p 3.33 8.24 1.20 4.12 -bûchers bûcher nom m p 3.82 9.59 0.40 2.50 -bûches bûche nom f p 2.91 13.18 0.82 8.04 -bûchette bûchette nom f s 0.01 0.61 0.00 0.14 -bûchettes bûchette nom f p 0.01 0.61 0.01 0.47 -bûcheur bûcheur nom m s 0.20 0.61 0.04 0.20 -bûcheurs bûcheur nom m p 0.20 0.61 0.05 0.20 -bûcheuse bûcheur nom f s 0.20 0.61 0.11 0.14 -bûcheuses bûcheur nom f p 0.20 0.61 0.00 0.07 -bûchez bûcher ver 0.30 0.54 0.02 0.00 imp:pre:2p;ind:pre:2p; -bûché bûcher ver m s 0.30 0.54 0.07 0.07 par:pas; -bûmes boire ver 339.06 274.32 0.03 1.89 ind:pas:1p; -bût boire ver 339.06 274.32 0.01 0.00 sub:imp:3s; -baïonnette baïonnette nom f s 2.33 7.57 1.28 4.80 -baïonnettes baïonnette nom f p 2.33 7.57 1.05 2.77 -baba baba nom m s 1.05 1.89 0.80 1.42 -baballe baballe nom f s 0.18 0.34 0.18 0.34 -babas baba nom m p 1.05 1.89 0.26 0.47 -babasse babasse nom s 0.00 0.07 0.00 0.07 -babel babel nom m s 0.05 0.00 0.05 0.00 -babeurre babeurre nom m s 0.13 0.00 0.13 0.00 -babi babi nom m s 0.02 0.00 0.02 0.00 -babil babil nom m s 0.07 0.74 0.07 0.68 -babillage babillage nom m s 0.34 0.81 0.07 0.54 -babillages babillage nom m p 0.34 0.81 0.26 0.27 -babillaient babiller ver 0.41 1.42 0.00 0.34 ind:imp:3p; -babillait babiller ver 0.41 1.42 0.02 0.27 ind:imp:3s; -babillant babiller ver 0.41 1.42 0.03 0.07 par:pre; -babillard babillard nom m s 0.01 0.07 0.01 0.07 -babillarde babillard adj f s 0.02 0.20 0.02 0.14 -babille babiller ver 0.41 1.42 0.02 0.07 ind:pre:1s;ind:pre:3s; -babillent babiller ver 0.41 1.42 0.00 0.07 ind:pre:3p; -babiller babiller ver 0.41 1.42 0.34 0.54 inf; -babilles babiller ver 0.41 1.42 0.00 0.07 ind:pre:2s; -babillé babiller ver m s 0.41 1.42 0.01 0.00 par:pas; -babils babil nom m p 0.07 0.74 0.00 0.07 -babine babine nom f s 0.33 3.38 0.00 0.47 -babines babine nom f p 0.33 3.38 0.33 2.91 -babiole babiole nom f s 1.85 2.03 0.48 0.47 -babioles babiole nom f p 1.85 2.03 1.36 1.55 -babiroussa babiroussa nom m s 0.00 0.07 0.00 0.07 -babouche babouche nom f s 0.08 2.64 0.04 0.34 -babouches babouche nom f p 0.08 2.64 0.04 2.30 -babouchka babouchka nom f s 0.12 3.72 0.12 2.91 -babouchkas babouchka nom f p 0.12 3.72 0.00 0.81 -babouin babouin nom m s 2.00 1.15 1.41 0.54 -babouine babouin nom f s 2.00 1.15 0.00 0.14 -babouines babouine nom f p 0.01 0.00 0.01 0.00 -babouins babouin nom m p 2.00 1.15 0.58 0.34 -babouvistes babouviste nom p 0.00 0.14 0.00 0.14 -babélienne babélien adj f s 0.00 0.07 0.00 0.07 -baby_boom baby_boom nom m s 0.05 0.00 0.05 0.00 -baby_foot baby_foot nom m 0.55 0.74 0.55 0.74 -baby_sitter baby_sitter nom f s 7.85 0.20 7.00 0.14 -baby_sitter baby_sitter nom f p 7.85 0.20 0.85 0.07 -baby_sitting baby_sitting nom m s 1.63 0.41 1.63 0.41 -baby baby nom m s 13.20 2.84 13.19 2.77 -babylonien babylonien adj m s 0.10 0.47 0.08 0.27 -babylonienne babylonien nom f s 0.11 0.14 0.02 0.00 -babyloniens babylonien nom m p 0.11 0.14 0.06 0.14 -babys baby nom m p 13.20 2.84 0.01 0.07 -bac bac nom m s 9.99 16.08 9.03 13.99 -baccalauréat baccalauréat nom m s 0.49 1.89 0.49 1.89 -baccara baccara nom m s 0.22 1.08 0.22 1.08 -baccarat baccarat nom m s 0.05 0.00 0.05 0.00 -bacchanal bacchanal nom m s 0.04 0.14 0.04 0.14 -bacchanale bacchanale nom f s 0.39 0.54 0.37 0.41 -bacchanales bacchanale nom f p 0.39 0.54 0.02 0.14 -bacchante bacchante nom f s 0.67 2.70 0.67 1.15 -bacchantes bacchante nom f p 0.67 2.70 0.00 1.55 -bachaghas bachagha nom m p 0.00 0.07 0.00 0.07 -bachelier bachelier nom m s 0.09 1.76 0.05 1.22 -bacheliers bachelier nom m p 0.09 1.76 0.04 0.41 -bachelière bachelier nom f s 0.09 1.76 0.00 0.14 -bachi_bouzouk bachi_bouzouk nom m s 0.00 0.07 0.00 0.07 -bachique bachique adj m s 0.00 0.34 0.00 0.07 -bachiques bachique adj p 0.00 0.34 0.00 0.27 -bachot bachot nom m s 0.29 3.85 0.29 3.18 -bachotage bachotage nom m s 0.02 0.00 0.02 0.00 -bachotaient bachoter ver 0.03 0.20 0.00 0.07 ind:imp:3p; -bachotait bachoter ver 0.03 0.20 0.01 0.07 ind:imp:3s; -bachotant bachoter ver 0.03 0.20 0.00 0.07 par:pre; -bachoter bachoter ver 0.03 0.20 0.01 0.00 inf; -bachots bachot nom m p 0.29 3.85 0.00 0.68 -bacillaires bacillaire adj f p 0.00 0.14 0.00 0.14 -bacille bacille nom m s 0.45 1.15 0.18 0.34 -bacilles bacille nom m p 0.45 1.15 0.26 0.81 -back_up back_up nom m s 0.09 0.00 0.09 0.00 -back back nom m s 4.82 0.74 4.82 0.74 -backgammon backgammon nom m s 0.66 0.00 0.66 0.00 -background background nom m s 0.05 0.07 0.05 0.07 -bacon bacon nom m s 4.50 0.47 4.50 0.47 -bacs bac nom m p 9.99 16.08 0.96 2.09 -bactéricide bactéricide adj m s 0.02 0.00 0.01 0.00 -bactéricides bactéricide adj p 0.02 0.00 0.01 0.00 -bactérie bactérie nom f s 5.00 0.88 2.22 0.27 -bactérien bactérien adj m s 0.49 0.00 0.07 0.00 -bactérienne bactérien adj f s 0.49 0.00 0.34 0.00 -bactériennes bactérien adj f p 0.49 0.00 0.08 0.00 -bactéries bactérie nom f p 5.00 0.88 2.79 0.61 -bactériologie bactériologie nom f s 0.11 0.00 0.11 0.00 -bactériologique bactériologique adj s 0.82 0.14 0.45 0.14 -bactériologiques bactériologique adj p 0.82 0.14 0.37 0.00 -bactériologiste bactériologiste nom s 0.01 0.00 0.01 0.00 -bactériophage bactériophage nom m s 0.07 0.00 0.07 0.00 -bactériémie bactériémie nom f s 0.01 0.00 0.01 0.00 -bada bader ver 0.40 2.36 0.37 2.16 ind:pas:3s; -badabam badabam ono 0.00 0.14 0.00 0.14 -badaboum badaboum ono 0.12 0.74 0.12 0.74 -badamier badamier nom m s 0.27 0.34 0.27 0.00 -badamiers badamier nom m p 0.27 0.34 0.00 0.34 -badant bader ver 0.40 2.36 0.00 0.14 par:pre; -badaud badaud nom m s 0.54 6.82 0.05 0.68 -badauda badauder ver 0.10 0.41 0.00 0.07 ind:pas:3s; -badaudaient badauder ver 0.10 0.41 0.10 0.07 ind:imp:3p; -badaudant badauder ver 0.10 0.41 0.00 0.14 par:pre; -badaude badauder ver 0.10 0.41 0.00 0.07 ind:pre:1s; -badauder badauder ver 0.10 0.41 0.00 0.07 inf; -badauderie badauderie nom f s 0.00 0.34 0.00 0.20 -badauderies badauderie nom f p 0.00 0.34 0.00 0.14 -badauds badaud nom m p 0.54 6.82 0.49 6.15 -bader bader ver 0.40 2.36 0.01 0.07 inf; -baderne baderne nom f s 0.08 0.47 0.07 0.27 -badernes baderne nom f p 0.08 0.47 0.01 0.20 -bades bader ver 0.40 2.36 0.02 0.00 ind:pre:2s; -badge badge nom m s 7.14 1.42 6.03 0.74 -badges badge nom m p 7.14 1.42 1.12 0.68 -badgés badgé adj m p 0.00 0.07 0.00 0.07 -badigeon badigeon nom m s 0.00 1.01 0.00 0.88 -badigeonna badigeonner ver 0.13 3.31 0.00 0.20 ind:pas:3s; -badigeonnage badigeonnage nom m s 0.00 0.20 0.00 0.07 -badigeonnages badigeonnage nom m p 0.00 0.20 0.00 0.14 -badigeonnaient badigeonner ver 0.13 3.31 0.00 0.07 ind:imp:3p; -badigeonnait badigeonner ver 0.13 3.31 0.00 0.14 ind:imp:3s; -badigeonnant badigeonner ver 0.13 3.31 0.00 0.14 par:pre; -badigeonne badigeonner ver 0.13 3.31 0.02 0.27 imp:pre:2s;ind:pre:1s;ind:pre:3s; -badigeonner badigeonner ver 0.13 3.31 0.04 0.27 inf; -badigeonnerai badigeonner ver 0.13 3.31 0.02 0.00 ind:fut:1s; -badigeonnerez badigeonner ver 0.13 3.31 0.01 0.07 ind:fut:2p; -badigeonneur badigeonneur nom m s 0.00 0.07 0.00 0.07 -badigeonnions badigeonner ver 0.13 3.31 0.00 0.07 ind:imp:1p; -badigeonnèrent badigeonner ver 0.13 3.31 0.00 0.07 ind:pas:3p; -badigeonné badigeonner ver m s 0.13 3.31 0.04 0.54 par:pas; -badigeonnée badigeonner ver f s 0.13 3.31 0.00 0.41 par:pas; -badigeonnées badigeonner ver f p 0.13 3.31 0.00 0.27 par:pas; -badigeonnés badigeonner ver m p 0.13 3.31 0.00 0.81 par:pas; -badigeons badigeon nom m p 0.00 1.01 0.00 0.14 -badigoinces badigoinces nom f p 0.00 0.20 0.00 0.20 -badin badin adj m s 0.44 1.96 0.33 1.35 -badina badiner ver 0.59 1.35 0.00 0.07 ind:pas:3s; -badinage badinage nom m s 0.16 0.61 0.14 0.47 -badinages badinage nom m p 0.16 0.61 0.02 0.14 -badinaient badiner ver 0.59 1.35 0.00 0.14 ind:imp:3p; -badinais badiner ver 0.59 1.35 0.01 0.00 ind:imp:1s; -badinait badiner ver 0.59 1.35 0.00 0.34 ind:imp:3s; -badine badiner ver 0.59 1.35 0.22 0.47 imp:pre:2s;ind:pre:3s; -badiner badiner ver 0.59 1.35 0.18 0.27 inf; -badines badiner ver 0.59 1.35 0.01 0.00 ind:pre:2s; -badinez badiner ver 0.59 1.35 0.14 0.07 imp:pre:2p;ind:pre:2p; -badins badin adj m p 0.44 1.96 0.00 0.14 -badiné badiner ver m s 0.59 1.35 0.02 0.00 par:pas; -badminton badminton nom m s 0.18 0.20 0.18 0.20 -badois badois adj m 0.00 0.27 0.00 0.07 -badoise badois adj f s 0.00 0.27 0.00 0.20 -baffe baffe nom f s 2.93 3.58 1.41 1.49 -baffer baffer ver 0.62 0.14 0.49 0.00 inf; -baffes baffe nom f p 2.93 3.58 1.52 2.09 -baffle baffle nom m s 0.06 0.68 0.00 0.20 -baffles baffle nom m p 0.06 0.68 0.06 0.47 -baffés baffer ver m p 0.62 0.14 0.00 0.07 par:pas; -bafouais bafouer ver 3.54 3.78 0.00 0.07 ind:imp:1s; -bafouait bafouer ver 3.54 3.78 0.14 0.27 ind:imp:3s; -bafouant bafouer ver 3.54 3.78 0.03 0.27 par:pre; -bafoue bafouer ver 3.54 3.78 0.71 0.20 imp:pre:2s;ind:pre:1s;ind:pre:3s; -bafouent bafouer ver 3.54 3.78 0.17 0.14 ind:pre:3p; -bafouer bafouer ver 3.54 3.78 0.54 0.68 inf; -bafoues bafouer ver 3.54 3.78 0.25 0.14 ind:pre:2s; -bafouez bafouer ver 3.54 3.78 0.32 0.00 imp:pre:2p;ind:pre:2p; -bafouilla bafouiller ver 2.08 8.92 0.01 2.23 ind:pas:3s; -bafouillage bafouillage nom m s 0.01 0.47 0.01 0.27 -bafouillages bafouillage nom m p 0.01 0.47 0.00 0.20 -bafouillai bafouiller ver 2.08 8.92 0.00 0.14 ind:pas:1s; -bafouillaient bafouiller ver 2.08 8.92 0.00 0.07 ind:imp:3p; -bafouillais bafouiller ver 2.08 8.92 0.00 0.20 ind:imp:1s; -bafouillait bafouiller ver 2.08 8.92 0.02 1.15 ind:imp:3s; -bafouillant bafouillant adj m s 0.01 0.34 0.01 0.20 -bafouillante bafouillant adj f s 0.01 0.34 0.00 0.07 -bafouillantes bafouillant adj f p 0.01 0.34 0.00 0.07 -bafouille bafouiller ver 2.08 8.92 0.93 1.96 imp:pre:2s;ind:pre:1s;ind:pre:3s; -bafouillent bafouiller ver 2.08 8.92 0.01 0.27 ind:pre:3p; -bafouiller bafouiller ver 2.08 8.92 0.13 0.68 inf; -bafouilles bafouiller ver 2.08 8.92 0.23 0.14 ind:pre:2s; -bafouilleur bafouilleur nom m s 0.01 0.00 0.01 0.00 -bafouillez bafouiller ver 2.08 8.92 0.03 0.07 imp:pre:2p;ind:pre:2p; -bafouillis bafouillis nom m 0.00 0.27 0.00 0.27 -bafouillèrent bafouiller ver 2.08 8.92 0.00 0.07 ind:pas:3p; -bafouillé bafouiller ver m s 2.08 8.92 0.72 0.81 par:pas; -bafoué bafouer ver m s 3.54 3.78 0.52 1.22 par:pas; -bafouée bafouer ver f s 3.54 3.78 0.39 0.61 par:pas; -bafouées bafouer ver f p 3.54 3.78 0.04 0.07 par:pas; -bafoués bafouer ver m p 3.54 3.78 0.43 0.14 par:pas; -bagage bagage nom m s 29.69 24.39 3.21 7.43 -bagagerie bagagerie nom f s 0.00 0.14 0.00 0.14 -bagages bagage nom m p 29.69 24.39 26.48 16.96 -bagagiste bagagiste nom s 0.30 0.07 0.24 0.07 -bagagistes bagagiste nom p 0.30 0.07 0.06 0.00 -bagarraient bagarrer ver 5.08 2.23 0.05 0.27 ind:imp:3p; -bagarrais bagarrer ver 5.08 2.23 0.05 0.00 ind:imp:1s;ind:imp:2s; -bagarrait bagarrer ver 5.08 2.23 0.05 0.14 ind:imp:3s; -bagarrant bagarrer ver 5.08 2.23 0.12 0.07 par:pre; -bagarre bagarre nom f s 19.24 13.85 16.05 9.86 -bagarrent bagarrer ver 5.08 2.23 0.64 0.14 ind:pre:3p; -bagarrer bagarrer ver 5.08 2.23 1.73 0.68 inf;; -bagarrerais bagarrer ver 5.08 2.23 0.02 0.00 cnd:pre:1s; -bagarrerait bagarrer ver 5.08 2.23 0.01 0.00 cnd:pre:3s; -bagarres bagarre nom f p 19.24 13.85 3.19 3.99 -bagarreur bagarreur adj m s 0.65 0.61 0.47 0.41 -bagarreurs bagarreur adj m p 0.65 0.61 0.09 0.14 -bagarreuse bagarreur adj f s 0.65 0.61 0.07 0.07 -bagarreuses bagarreur adj f p 0.65 0.61 0.01 0.00 -bagarrez bagarrer ver 5.08 2.23 0.15 0.00 imp:pre:2p;ind:pre:2p; -bagarrons bagarrer ver 5.08 2.23 0.01 0.00 imp:pre:1p; -bagarré bagarrer ver m s 5.08 2.23 0.70 0.47 par:pas; -bagarrée bagarrer ver f s 5.08 2.23 0.16 0.07 par:pas; -bagarrés bagarrer ver m p 5.08 2.23 0.22 0.00 par:pas; -bagasse bagasse nom f s 0.15 0.00 0.15 0.00 -bagatelle bagatelle nom f s 1.08 3.58 1.03 2.64 -bagatelles bagatelle nom f p 1.08 3.58 0.05 0.95 -bagnard bagnard nom m s 0.60 2.57 0.50 1.08 -bagnards bagnard nom m p 0.60 2.57 0.11 1.49 -bagne bagne nom m s 2.50 3.85 2.49 3.31 -bagnes bagne nom m p 2.50 3.85 0.01 0.54 -bagnole bagnole nom f s 23.93 34.26 21.18 26.28 -bagnoles bagnole nom f p 23.93 34.26 2.75 7.97 -bagote bagoter ver 0.00 0.41 0.00 0.07 ind:pre:3s; -bagoter bagoter ver 0.00 0.41 0.00 0.34 inf; -bagottaient bagotter ver 0.00 0.34 0.00 0.07 ind:imp:3p; -bagottais bagotter ver 0.00 0.34 0.00 0.07 ind:imp:1s; -bagotte bagotter ver 0.00 0.34 0.00 0.14 ind:pre:3s; -bagotter bagotter ver 0.00 0.34 0.00 0.07 inf; -bagou bagou nom m s 0.01 0.27 0.01 0.27 -bagoulait bagouler ver 0.00 0.14 0.00 0.07 ind:imp:3s; -bagoule bagouler ver 0.00 0.14 0.00 0.07 ind:pre:3s; -bagouse bagouse nom f s 0.00 0.20 0.00 0.20 -bagousées bagousé adj f p 0.00 0.07 0.00 0.07 -bagout bagout nom m s 0.25 0.81 0.25 0.74 -bagouts bagout nom m p 0.25 0.81 0.00 0.07 -bagouze bagouze nom f s 0.03 0.20 0.01 0.14 -bagouzes bagouze nom f p 0.03 0.20 0.02 0.07 -baguage baguage nom m s 0.02 0.00 0.02 0.00 -bague bague nom f s 30.32 22.36 26.14 16.08 -baguenaudaient baguenauder ver 0.18 1.62 0.00 0.07 ind:imp:3p; -baguenaudais baguenauder ver 0.18 1.62 0.00 0.07 ind:imp:1s; -baguenaudait baguenauder ver 0.18 1.62 0.00 0.27 ind:imp:3s; -baguenaudant baguenauder ver 0.18 1.62 0.00 0.27 par:pre; -baguenaude baguenauder ver 0.18 1.62 0.14 0.14 ind:pre:1s;ind:pre:3s; -baguenaudent baguenauder ver 0.18 1.62 0.00 0.07 ind:pre:3p; -baguenauder baguenauder ver 0.18 1.62 0.03 0.61 inf; -baguenauderait baguenauder ver 0.18 1.62 0.00 0.07 cnd:pre:3s; -baguenaudé baguenauder ver m s 0.18 1.62 0.01 0.07 par:pas; -baguer baguer ver 0.23 0.68 0.02 0.07 inf; -bagues bague nom f p 30.32 22.36 4.19 6.28 -baguette baguette nom f s 7.74 13.45 5.67 9.46 -baguettes baguette nom f p 7.74 13.45 2.06 3.99 -bagué baguer ver m s 0.23 0.68 0.14 0.07 par:pas; -baguée bagué adj f s 0.01 1.01 0.00 0.34 -baguées bagué adj f p 0.01 1.01 0.00 0.20 -bagués bagué adj m p 0.01 1.01 0.01 0.41 -bah bah ono 22.77 12.03 22.77 12.03 -baht baht nom m s 0.52 0.00 0.07 0.00 -bahts baht nom m p 0.52 0.00 0.45 0.00 -bahut bahut nom m s 1.59 8.38 1.50 7.23 -bahute bahuter ver 0.00 0.14 0.00 0.07 ind:pre:3s; -bahutent bahuter ver 0.00 0.14 0.00 0.07 ind:pre:3p; -bahuts bahut nom m p 1.59 8.38 0.09 1.15 -bai bai adj m s 0.89 1.35 0.86 1.22 -baie baie nom f s 7.09 19.80 5.84 14.86 -baies baie nom f p 7.09 19.80 1.24 4.93 -baigna baigner ver 26.42 41.42 0.00 0.41 ind:pas:3s; -baignade baignade nom f s 1.10 2.84 1.00 1.89 -baignades baignade nom f p 1.10 2.84 0.10 0.95 -baignai baigner ver 26.42 41.42 0.10 0.07 ind:pas:1s; -baignaient baigner ver 26.42 41.42 0.31 3.04 ind:imp:3p; -baignais baigner ver 26.42 41.42 0.17 0.88 ind:imp:1s;ind:imp:2s; -baignait baigner ver 26.42 41.42 0.77 6.62 ind:imp:3s; -baignant baigner ver 26.42 41.42 0.22 2.77 par:pre; -baigne baigner ver 26.42 41.42 7.87 6.76 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:1s; -baignent baigner ver 26.42 41.42 0.70 1.28 ind:pre:3p; -baigner baigner ver 26.42 41.42 11.33 10.41 inf; -baignera baigner ver 26.42 41.42 0.41 0.00 ind:fut:3s; -baigneraient baigner ver 26.42 41.42 0.00 0.07 cnd:pre:3p; -baignerait baigner ver 26.42 41.42 0.04 0.07 cnd:pre:3s; -baignerons baigner ver 26.42 41.42 0.02 0.07 ind:fut:1p; -baigneront baigner ver 26.42 41.42 0.17 0.07 ind:fut:3p; -baignes baigner ver 26.42 41.42 0.77 0.20 ind:pre:2s; -baigneur baigneur nom m s 0.39 10.00 0.33 4.73 -baigneurs baigneur nom m p 0.39 10.00 0.03 3.45 -baigneuse baigneur nom f s 0.39 10.00 0.03 0.74 -baigneuses baigneuse nom f p 0.04 0.00 0.01 0.00 -baignez baigner ver 26.42 41.42 0.49 0.27 imp:pre:2p;ind:pre:2p; -baignions baigner ver 26.42 41.42 0.01 0.34 ind:imp:1p; -baignoire baignoire nom f s 12.39 15.27 11.90 14.12 -baignoires baignoire nom f p 12.39 15.27 0.50 1.15 -baignons baigner ver 26.42 41.42 0.19 0.14 imp:pre:1p;ind:pre:1p; -baignèrent baigner ver 26.42 41.42 0.00 0.20 ind:pas:3p; -baigné baigner ver m s 26.42 41.42 1.42 3.72 par:pas; -baignée baigner ver f s 26.42 41.42 0.63 1.96 par:pas; -baignées baigner ver f p 26.42 41.42 0.37 0.41 par:pas; -baignés baigner ver m p 26.42 41.42 0.42 1.69 par:pas; -bail bail nom m s 11.49 2.57 11.49 2.57 -baile baile nom m s 0.05 0.47 0.05 0.27 -bailes baile nom m p 0.05 0.47 0.00 0.20 -baillait bailler ver 1.02 0.61 0.03 0.14 ind:imp:3s; -baillant bailler ver 1.02 0.61 0.02 0.14 par:pre; -baille bailler ver 1.02 0.61 0.47 0.07 ind:pre:1s;ind:pre:3s; -bailler bailler ver 1.02 0.61 0.21 0.14 inf; -bailles bailler ver 1.02 0.61 0.16 0.07 ind:pre:2s; -bailleur bailleur nom m s 0.56 0.47 0.28 0.20 -bailleurs bailleur nom m p 0.56 0.47 0.28 0.27 -baillez bailler ver 1.02 0.61 0.00 0.07 ind:pre:2p; -bailli bailli nom m s 0.01 0.47 0.01 0.41 -bailliage bailliage nom m s 0.00 0.20 0.00 0.20 -baillis bailli nom m p 0.01 0.47 0.00 0.07 -baillive baillive nom f s 0.00 0.07 0.00 0.07 -baillé bailler ver m s 1.02 0.61 0.14 0.00 par:pas; -bain_marie bain_marie nom m s 0.08 0.95 0.08 0.88 -bain bain nom m s 74.48 83.04 50.52 43.11 -bain_marie bain_marie nom m p 0.08 0.95 0.00 0.07 -bains bain nom m p 74.48 83.04 23.96 39.93 -bais bai adj m p 0.89 1.35 0.03 0.14 -baisa baiser ver 112.82 44.12 0.00 3.51 ind:pas:3s; -baisable baisable adj s 0.35 0.20 0.26 0.14 -baisables baisable adj p 0.35 0.20 0.10 0.07 -baisade baisade nom f s 0.00 0.07 0.00 0.07 -baisai baiser ver 112.82 44.12 0.10 0.41 ind:pas:1s; -baisaient baiser ver 112.82 44.12 0.25 0.74 ind:imp:3p; -baisais baiser ver 112.82 44.12 1.42 0.61 ind:imp:1s;ind:imp:2s; -baisait baiser ver 112.82 44.12 2.25 3.11 ind:imp:3s; -baisant baiser ver 112.82 44.12 1.72 0.95 par:pre; -baise_en_ville baise_en_ville nom m s 0.03 0.20 0.03 0.20 -baise baiser ver 112.82 44.12 22.02 8.18 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -baisemain baisemain nom m s 0.81 0.61 0.81 0.54 -baisemains baisemain nom m p 0.81 0.61 0.00 0.07 -baisement baisement nom m s 0.00 0.07 0.00 0.07 -baisent baiser ver 112.82 44.12 3.15 1.69 ind:pre:3p; -baiser baiser ver 112.82 44.12 42.25 15.34 inf; -baisera baiser ver 112.82 44.12 0.99 0.54 ind:fut:3s; -baiserai baiser ver 112.82 44.12 1.33 0.41 ind:fut:1s; -baiseraient baiser ver 112.82 44.12 0.00 0.07 cnd:pre:3p; -baiserais baiser ver 112.82 44.12 1.45 0.14 cnd:pre:1s;cnd:pre:2s; -baiserait baiser ver 112.82 44.12 0.17 0.34 cnd:pre:3s; -baiseras baiser ver 112.82 44.12 0.49 0.07 ind:fut:2s; -baiserez baiser ver 112.82 44.12 0.12 0.00 ind:fut:2p; -baiseriez baiser ver 112.82 44.12 0.01 0.00 cnd:pre:2p; -baiserons baiser ver 112.82 44.12 0.00 0.07 ind:fut:1p; -baiseront baiser ver 112.82 44.12 0.03 0.07 ind:fut:3p; -baisers baiser nom m p 52.17 54.59 11.25 25.95 -baises baiser ver 112.82 44.12 7.66 0.88 ind:pre:2s;sub:pre:2s; -baiseur baiseur nom m s 2.00 1.49 1.40 0.61 -baiseurs baiseur nom m p 2.00 1.49 0.40 0.34 -baiseuse baiseur nom f s 2.00 1.49 0.20 0.54 -baisez baiser ver 112.82 44.12 1.77 0.47 imp:pre:2p;ind:pre:2p; -baisiez baiser ver 112.82 44.12 0.31 0.00 ind:imp:2p; -baisions baiser ver 112.82 44.12 0.01 0.07 ind:imp:1p; -baisodrome baisodrome nom m s 0.46 0.07 0.46 0.07 -baisons baiser ver 112.82 44.12 0.17 0.14 imp:pre:1p;ind:pre:1p; -baisotant baisoter ver 0.00 0.07 0.00 0.07 par:pre; -baisouiller baisouiller ver 0.04 0.20 0.04 0.14 inf; -baisouillé baisouiller ver m s 0.04 0.20 0.00 0.07 par:pas; -baissa baisser ver 63.69 115.27 0.27 25.54 ind:pas:3s; -baissai baisser ver 63.69 115.27 0.00 1.28 ind:pas:1s; -baissaient baisser ver 63.69 115.27 0.18 1.42 ind:imp:3p; -baissais baisser ver 63.69 115.27 0.14 1.28 ind:imp:1s;ind:imp:2s; -baissait baisser ver 63.69 115.27 0.23 9.93 ind:imp:3s; -baissant baisser ver 63.69 115.27 0.58 10.54 par:pre; -baisse baisser ver 63.69 115.27 20.10 14.80 imp:pre:2s;ind:pre:1s;ind:pre:3s; -baissement baissement nom m s 0.27 0.00 0.27 0.00 -baissent baisser ver 63.69 115.27 1.11 1.42 ind:pre:3p;sub:pre:3p; -baisser baisser ver 63.69 115.27 12.31 12.70 inf; -baissera baisser ver 63.69 115.27 0.28 0.20 ind:fut:3s; -baisserai baisser ver 63.69 115.27 0.18 0.07 ind:fut:1s; -baisseraient baisser ver 63.69 115.27 0.02 0.00 cnd:pre:3p; -baisserais baisser ver 63.69 115.27 0.11 0.00 cnd:pre:1s; -baisserait baisser ver 63.69 115.27 0.14 0.27 cnd:pre:3s; -baisseras baisser ver 63.69 115.27 0.05 0.07 ind:fut:2s; -baisserez baisser ver 63.69 115.27 0.01 0.00 ind:fut:2p; -baisserons baisser ver 63.69 115.27 0.11 0.00 ind:fut:1p; -baisseront baisser ver 63.69 115.27 0.19 0.14 ind:fut:3p; -baisses baisser ver 63.69 115.27 1.14 0.14 ind:pre:2s;sub:pre:2s; -baissez baisser ver 63.69 115.27 16.45 0.47 imp:pre:2p;ind:pre:2p; -baissier baissier adj m s 0.14 0.00 0.14 0.00 -baissiez baisser ver 63.69 115.27 0.27 0.00 ind:imp:2p; -baissions baisser ver 63.69 115.27 0.00 0.07 ind:imp:1p; -baissâmes baisser ver 63.69 115.27 0.00 0.07 ind:pas:1p; -baissons baisser ver 63.69 115.27 0.15 0.27 imp:pre:1p;ind:pre:1p; -baissât baisser ver 63.69 115.27 0.00 0.07 sub:imp:3s; -baissèrent baisser ver 63.69 115.27 0.01 0.74 ind:pas:3p; -baissé baisser ver m s 63.69 115.27 5.70 14.12 par:pas; -baissée baisser ver f s 63.69 115.27 2.36 9.05 ind:imp:3s;par:pas; -baissées baisser ver f p 63.69 115.27 0.34 2.43 par:pas; -baissés baisser ver m p 63.69 115.27 1.25 8.18 par:pas; -baisèrent baiser ver 112.82 44.12 0.00 0.14 ind:pas:3p; -baisé baiser ver m s 112.82 44.12 17.65 4.19 par:pas; -baisée baiser ver f s 112.82 44.12 4.70 1.08 par:pas; -baisées baiser ver f p 112.82 44.12 0.50 0.47 par:pas; -baisés baiser ver m p 112.82 44.12 2.33 0.47 par:pas; -bajoue bajoue nom f s 0.49 2.50 0.30 0.00 -bajoues bajoue nom f p 0.49 2.50 0.19 2.50 -bajoyers bajoyer nom m p 0.00 0.07 0.00 0.07 -bakchich bakchich nom m s 0.31 0.61 0.17 0.54 -bakchichs bakchich nom m p 0.31 0.61 0.14 0.07 -baklava baklava nom m s 0.24 0.34 0.21 0.14 -baklavas baklava nom m p 0.24 0.34 0.03 0.20 -bakélite bakélite nom f s 0.04 1.08 0.04 1.08 -bal bal nom m s 30.25 25.54 28.57 18.31 -balada balader ver 24.30 13.51 0.00 0.07 ind:pas:3s; -baladai balader ver 24.30 13.51 0.00 0.07 ind:pas:1s; -baladaient balader ver 24.30 13.51 0.07 0.54 ind:imp:3p; -baladais balader ver 24.30 13.51 0.87 0.47 ind:imp:1s;ind:imp:2s; -baladait balader ver 24.30 13.51 0.65 1.08 ind:imp:3s; -baladant balader ver 24.30 13.51 0.21 0.47 par:pre; -balade balade nom f s 7.71 6.28 6.58 4.59 -baladent balader ver 24.30 13.51 1.51 0.88 ind:pre:3p; -balader balader ver 24.30 13.51 12.41 5.41 ind:pre:2p;inf; -baladera balader ver 24.30 13.51 0.21 0.14 ind:fut:3s; -baladerai balader ver 24.30 13.51 0.01 0.00 ind:fut:1s; -baladerais balader ver 24.30 13.51 0.03 0.07 cnd:pre:1s;cnd:pre:2s; -baladerait balader ver 24.30 13.51 0.07 0.14 cnd:pre:3s; -baladerez balader ver 24.30 13.51 0.01 0.07 ind:fut:2p; -balades balader ver 24.30 13.51 1.43 0.34 ind:pre:2s;sub:pre:2s; -baladeur baladeur nom m s 0.34 0.68 0.32 0.14 -baladeurs baladeur adj m p 0.65 0.88 0.02 0.20 -baladeuse baladeur adj f s 0.65 0.88 0.04 0.54 -baladeuses baladeur adj f p 0.65 0.88 0.48 0.07 -baladez balader ver 24.30 13.51 0.37 0.00 imp:pre:2p;ind:pre:2p; -baladiez balader ver 24.30 13.51 0.04 0.00 ind:imp:2p; -baladin baladin nom m s 0.14 0.88 0.14 0.20 -baladins baladin nom m p 0.14 0.88 0.00 0.68 -baladèrent balader ver 24.30 13.51 0.00 0.07 ind:pas:3p; -baladé balader ver m s 24.30 13.51 0.62 0.47 par:pas; -baladée balader ver f s 24.30 13.51 0.37 0.27 par:pas; -baladées balader ver f p 24.30 13.51 0.02 0.14 par:pas; -baladés balader ver m p 24.30 13.51 0.37 0.14 par:pas; -balafon balafon nom m s 0.00 0.14 0.00 0.07 -balafons balafon nom m p 0.00 0.14 0.00 0.07 -balafra balafrer ver 0.16 1.55 0.00 0.07 ind:pas:3s; -balafraient balafrer ver 0.16 1.55 0.01 0.14 ind:imp:3p; -balafrait balafrer ver 0.16 1.55 0.00 0.27 ind:imp:3s; -balafre balafre nom f s 0.57 1.69 0.55 1.15 -balafrent balafrer ver 0.16 1.55 0.00 0.07 ind:pre:3p; -balafrer balafrer ver 0.16 1.55 0.02 0.07 inf; -balafres balafre nom f p 0.57 1.69 0.03 0.54 -balafrons balafrer ver 0.16 1.55 0.01 0.00 imp:pre:1p; -balafrât balafrer ver 0.16 1.55 0.00 0.07 sub:imp:3s; -balafré balafré adj m s 0.57 1.15 0.35 0.88 -balafrée balafré adj f s 0.57 1.15 0.21 0.20 -balafrées balafrer ver f p 0.16 1.55 0.00 0.07 par:pas; -balafrés balafrer ver m p 0.16 1.55 0.04 0.00 par:pas; -balai_brosse balai_brosse nom m s 0.40 0.61 0.29 0.34 -balai balai nom m s 10.91 17.70 8.24 11.96 -balaie balayer ver 12.17 37.43 1.99 2.84 imp:pre:2s;ind:pre:1s;ind:pre:3s; -balaient balayer ver 12.17 37.43 0.20 1.01 ind:pre:3p; -balaiera balayer ver 12.17 37.43 0.18 0.34 ind:fut:3s; -balaierai balayer ver 12.17 37.43 0.28 0.00 ind:fut:1s; -balaieraient balayer ver 12.17 37.43 0.00 0.07 cnd:pre:3p; -balaierait balayer ver 12.17 37.43 0.02 0.20 cnd:pre:3s; -balaieras balayer ver 12.17 37.43 0.02 0.00 ind:fut:2s; -balaierez balayer ver 12.17 37.43 0.00 0.07 ind:fut:2p; -balaies balayer ver 12.17 37.43 0.38 0.00 ind:pre:2s; -balai_brosse balai_brosse nom m p 0.40 0.61 0.11 0.27 -balais balai nom m p 10.91 17.70 2.68 5.74 -balaise balaise adj m s 0.49 0.34 0.45 0.27 -balaises balaise adj m p 0.49 0.34 0.04 0.07 -balalaïka balalaïka nom f s 0.03 0.41 0.02 0.14 -balalaïkas balalaïka nom f p 0.03 0.41 0.01 0.27 -balan balan nom m s 0.00 0.07 0.00 0.07 -balance balancer ver 40.12 67.70 9.66 12.16 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -balancelle balancelle nom f s 0.18 0.34 0.18 0.27 -balancelles balancelle nom f p 0.18 0.34 0.00 0.07 -balancement balancement nom m s 0.83 5.41 0.69 4.93 -balancements balancement nom m p 0.83 5.41 0.14 0.47 -balancent balancer ver 40.12 67.70 1.73 2.97 ind:pre:3p;sub:pre:3p; -balancer balancer ver 40.12 67.70 10.15 11.89 inf; -balancera balancer ver 40.12 67.70 0.35 0.34 ind:fut:3s; -balancerai balancer ver 40.12 67.70 0.27 0.07 ind:fut:1s; -balanceraient balancer ver 40.12 67.70 0.04 0.07 cnd:pre:3p; -balancerais balancer ver 40.12 67.70 0.29 0.20 cnd:pre:1s;cnd:pre:2s; -balancerait balancer ver 40.12 67.70 0.36 0.07 cnd:pre:3s; -balanceras balancer ver 40.12 67.70 0.05 0.00 ind:fut:2s; -balancerez balancer ver 40.12 67.70 0.01 0.00 ind:fut:2p; -balanceriez balancer ver 40.12 67.70 0.02 0.00 cnd:pre:2p; -balanceront balancer ver 40.12 67.70 0.04 0.00 ind:fut:3p; -balances balancer ver 40.12 67.70 1.39 0.54 ind:pre:2s;sub:pre:2s; -balancez balancer ver 40.12 67.70 1.33 0.20 imp:pre:2p;ind:pre:2p; -balancier balancier nom m s 0.26 4.05 0.26 3.72 -balanciers balancier nom m p 0.26 4.05 0.00 0.34 -balanciez balancer ver 40.12 67.70 0.03 0.00 ind:imp:2p; -balancines balancine nom f p 0.00 0.07 0.00 0.07 -balancions balancer ver 40.12 67.70 0.01 0.07 ind:imp:1p; -balancèrent balancer ver 40.12 67.70 0.00 0.47 ind:pas:3p; -balancé balancer ver m s 40.12 67.70 10.50 8.18 par:pas; -balancée balancer ver f s 40.12 67.70 1.06 1.55 par:pas; -balancées balancer ver f p 40.12 67.70 0.07 0.74 par:pas; -balancés balancer ver m p 40.12 67.70 0.80 1.55 par:pas; -balandras balandras nom m 0.00 0.07 0.00 0.07 -balanes balane nom f p 0.01 0.27 0.01 0.27 -balanstiquant balanstiquer ver 0.00 0.41 0.00 0.07 par:pre; -balanstique balanstiquer ver 0.00 0.41 0.00 0.20 imp:pre:2s;ind:pre:3s; -balanstiquer balanstiquer ver 0.00 0.41 0.00 0.14 inf; -balança balancer ver 40.12 67.70 0.01 3.78 ind:pas:3s; -balançage balançage nom m s 0.00 0.34 0.00 0.20 -balançages balançage nom m p 0.00 0.34 0.00 0.14 -balançai balancer ver 40.12 67.70 0.00 0.14 ind:pas:1s; -balançaient balancer ver 40.12 67.70 0.29 3.51 ind:imp:3p; -balançais balancer ver 40.12 67.70 0.17 0.88 ind:imp:1s;ind:imp:2s; -balançait balancer ver 40.12 67.70 0.56 9.93 ind:imp:3s; -balançant balancer ver 40.12 67.70 0.71 8.38 par:pre; -balançoire balançoire nom f s 2.14 3.11 1.93 1.89 -balançoires balançoire nom f p 2.14 3.11 0.21 1.22 -balançons balancer ver 40.12 67.70 0.22 0.00 imp:pre:1p;ind:pre:1p; -balatum balatum nom m s 0.00 0.14 0.00 0.14 -balaya balayer ver 12.17 37.43 0.16 2.36 ind:pas:3s; -balayage balayage nom m s 1.69 0.81 1.56 0.74 -balayages balayage nom m p 1.69 0.81 0.13 0.07 -balayai balayer ver 12.17 37.43 0.00 0.07 ind:pas:1s; -balayaient balayer ver 12.17 37.43 0.00 2.30 ind:imp:3p; -balayais balayer ver 12.17 37.43 0.05 0.20 ind:imp:1s;ind:imp:2s; -balayait balayer ver 12.17 37.43 0.28 5.07 ind:imp:3s; -balayant balayer ver 12.17 37.43 0.23 3.31 par:pre; -balaye balayer ver 12.17 37.43 1.03 1.35 imp:pre:2s;ind:pre:1s;ind:pre:3s; -balayent balayer ver 12.17 37.43 0.04 0.20 ind:pre:3p; -balayer balayer ver 12.17 37.43 3.40 7.23 inf; -balayera balayer ver 12.17 37.43 0.08 0.00 ind:fut:3s; -balayerai balayer ver 12.17 37.43 0.12 0.00 ind:fut:1s; -balayeraient balayer ver 12.17 37.43 0.00 0.07 cnd:pre:3p; -balayerait balayer ver 12.17 37.43 0.04 0.07 cnd:pre:3s; -balayerez balayer ver 12.17 37.43 0.01 0.07 ind:fut:2p; -balayerons balayer ver 12.17 37.43 0.01 0.00 ind:fut:1p; -balayeront balayer ver 12.17 37.43 0.03 0.00 ind:fut:3p; -balayette balayette nom f s 0.33 0.54 0.33 0.34 -balayettes balayette nom f p 0.33 0.54 0.00 0.20 -balayeur balayeur nom m s 0.80 2.97 0.48 1.42 -balayeurs balayeur nom m p 0.80 2.97 0.11 1.35 -balayeuse balayeur nom f s 0.80 2.97 0.21 0.07 -balayeuses balayeuse nom f p 0.02 0.00 0.02 0.00 -balayez balayer ver 12.17 37.43 0.60 0.07 imp:pre:2p;ind:pre:2p; -balayons balayer ver 12.17 37.43 0.05 0.07 imp:pre:1p; -balayât balayer ver 12.17 37.43 0.00 0.14 sub:imp:3s; -balayèrent balayer ver 12.17 37.43 0.00 0.41 ind:pas:3p; -balayé balayer ver m s 12.17 37.43 1.84 5.54 par:pas; -balayée balayer ver f s 12.17 37.43 0.35 1.76 par:pas; -balayées balayer ver f p 12.17 37.43 0.26 0.95 par:pas; -balayure balayure nom f s 0.00 0.34 0.00 0.14 -balayures balayure nom f p 0.00 0.34 0.00 0.20 -balayés balayer ver m p 12.17 37.43 0.50 1.69 par:pas; -balboa balboa nom m s 0.02 0.00 0.02 0.00 -balbutia balbutier ver 0.23 13.99 0.00 5.54 ind:pas:3s; -balbutiai balbutier ver 0.23 13.99 0.00 0.81 ind:pas:1s; -balbutiaient balbutier ver 0.23 13.99 0.00 0.14 ind:imp:3p; -balbutiais balbutier ver 0.23 13.99 0.01 0.20 ind:imp:1s; -balbutiait balbutier ver 0.23 13.99 0.01 1.89 ind:imp:3s; -balbutiant balbutier ver 0.23 13.99 0.14 1.35 par:pre; -balbutiante balbutiant adj f s 0.14 1.15 0.01 0.54 -balbutiantes balbutiant adj f p 0.14 1.15 0.00 0.14 -balbutie balbutier ver 0.23 13.99 0.03 1.82 imp:pre:2s;ind:pre:1s;ind:pre:3s; -balbutiement balbutiement nom m s 0.06 1.15 0.00 0.61 -balbutiements balbutiement nom m p 0.06 1.15 0.06 0.54 -balbutier balbutier ver 0.23 13.99 0.02 1.08 inf; -balbutions balbutier ver 0.23 13.99 0.00 0.07 ind:pre:1p; -balbutièrent balbutier ver 0.23 13.99 0.00 0.14 ind:pas:3p; -balbutié balbutier ver m s 0.23 13.99 0.01 0.74 par:pas; -balbutiées balbutier ver f p 0.23 13.99 0.00 0.07 par:pas; -balbutiés balbutier ver m p 0.23 13.99 0.00 0.14 par:pas; -balbuzard balbuzard nom m s 0.03 0.07 0.03 0.07 -balcon balcon nom m s 10.53 40.41 9.90 32.97 -balconnet balconnet nom m s 0.02 0.54 0.01 0.41 -balconnets balconnet nom m p 0.02 0.54 0.01 0.14 -balcons balcon nom m p 10.53 40.41 0.63 7.43 -baldaquin baldaquin nom m s 0.66 2.77 0.63 2.57 -baldaquins baldaquin nom m p 0.66 2.77 0.04 0.20 -bale bale nom f s 0.50 0.00 0.36 0.00 -baleine baleine nom f s 16.68 5.00 11.52 3.11 -baleineau baleineau nom m s 0.05 0.00 0.05 0.00 -baleines baleine nom f p 16.68 5.00 5.17 1.89 -baleinier baleinier nom m s 0.30 0.81 0.09 0.07 -baleiniers baleinier nom m p 0.30 0.81 0.20 0.14 -baleinière baleinier nom f s 0.30 0.81 0.02 0.54 -baleinières baleinier adj f p 0.06 0.00 0.01 0.00 -baleiné baleiné adj m s 0.00 0.41 0.00 0.07 -baleinée baleiné adj f s 0.00 0.41 0.00 0.07 -baleinées baleiné adj f p 0.00 0.41 0.00 0.07 -baleinés baleiné adj m p 0.00 0.41 0.00 0.20 -bales bale nom f p 0.50 0.00 0.14 0.00 -balinais balinais adj m s 0.03 0.20 0.01 0.14 -balinaise balinais adj f s 0.03 0.20 0.02 0.07 -balisage balisage nom m s 0.12 0.07 0.12 0.07 -balisaient baliser ver 0.65 2.03 0.01 0.20 ind:imp:3p; -balisait baliser ver 0.65 2.03 0.01 0.14 ind:imp:3s; -balisant baliser ver 0.65 2.03 0.00 0.07 par:pre; -balise balise nom f s 2.82 0.68 2.31 0.27 -balisent baliser ver 0.65 2.03 0.01 0.07 ind:pre:3p; -baliser baliser ver 0.65 2.03 0.06 0.34 inf; -baliseraient baliser ver 0.65 2.03 0.01 0.00 cnd:pre:3p; -balises balise nom f p 2.82 0.68 0.51 0.41 -baliste baliste nom f s 0.02 0.14 0.01 0.00 -balistes baliste nom f p 0.02 0.14 0.01 0.14 -balistique balistique nom f s 1.06 0.14 1.06 0.14 -balistiquement balistiquement adv 0.00 0.07 0.00 0.07 -balistiques balistique adj p 1.11 0.14 0.31 0.07 -balisé baliser ver m s 0.65 2.03 0.06 0.07 par:pas; -balisée baliser ver f s 0.65 2.03 0.19 0.20 par:pas; -balisées baliser ver f p 0.65 2.03 0.00 0.07 par:pas; -balisés baliser ver m p 0.65 2.03 0.00 0.20 par:pas; -baliveau baliveau nom m s 0.00 1.08 0.00 0.07 -baliveaux baliveau nom m p 0.00 1.08 0.00 1.01 -baliverne baliverne nom f s 2.79 1.55 0.20 0.14 -balivernes baliverne nom f p 2.79 1.55 2.59 1.42 -balkanique balkanique adj s 0.00 1.49 0.00 0.81 -balkaniques balkanique adj p 0.00 1.49 0.00 0.68 -balkanisés balkaniser ver m p 0.00 0.07 0.00 0.07 par:pas; -ball_trap ball_trap nom m s 0.20 0.14 0.20 0.14 -ballade ballade nom f s 4.54 1.22 3.64 0.95 -ballades ballade nom f p 4.54 1.22 0.90 0.27 -ballaient baller ver 0.12 0.95 0.10 0.07 ind:imp:3p; -ballant ballant adj m s 0.33 6.28 0.02 0.54 -ballante ballant adj f s 0.33 6.28 0.00 0.54 -ballantes ballant adj f p 0.33 6.28 0.00 0.74 -ballants ballant adj m p 0.33 6.28 0.31 4.46 -ballast ballast nom m s 1.44 2.57 0.40 2.50 -ballasts ballast nom m p 1.44 2.57 1.04 0.07 -balle_peau balle_peau ono 0.00 0.07 0.00 0.07 -balle balle nom f s 122.07 94.59 77.32 44.73 -baller baller ver 0.12 0.95 0.02 0.41 inf; -ballerine ballerine nom f s 1.75 2.16 1.23 1.22 -ballerines ballerine nom f p 1.75 2.16 0.51 0.95 -balles balle nom f p 122.07 94.59 44.75 49.86 -ballet ballet nom m s 8.66 8.24 7.80 6.01 -ballets ballet nom m p 8.66 8.24 0.86 2.23 -balloches balloche nom m p 0.12 0.41 0.12 0.41 -ballon_sonde ballon_sonde nom m s 0.14 0.00 0.14 0.00 -ballon ballon nom m s 32.92 21.42 27.27 17.16 -ballonnaient ballonner ver 0.66 1.15 0.00 0.07 ind:imp:3p; -ballonnant ballonnant adj m s 0.00 0.27 0.00 0.07 -ballonnante ballonnant adj f s 0.00 0.27 0.00 0.14 -ballonnants ballonnant adj m p 0.00 0.27 0.00 0.07 -ballonne ballonner ver 0.66 1.15 0.28 0.20 imp:pre:2s;ind:pre:1s;ind:pre:3s; -ballonnement ballonnement nom m s 0.04 0.14 0.02 0.07 -ballonnements ballonnement nom m p 0.04 0.14 0.02 0.07 -ballonnent ballonner ver 0.66 1.15 0.00 0.07 ind:pre:3p; -ballonner ballonner ver 0.66 1.15 0.15 0.14 inf; -ballonnets ballonnet nom m p 0.01 0.14 0.01 0.14 -ballonné ballonné adj m s 0.27 1.15 0.19 0.74 -ballonnée ballonner ver f s 0.66 1.15 0.15 0.14 par:pas; -ballonnées ballonner ver f p 0.66 1.15 0.01 0.07 par:pas; -ballonnées ballonné adj f p 0.27 1.15 0.01 0.07 -ballonnés ballonné adj m p 0.27 1.15 0.01 0.27 -ballons ballon nom m p 32.92 21.42 5.65 4.26 -ballot ballot nom m s 1.01 5.88 0.81 1.82 -ballote ballote nom f s 0.00 0.07 0.00 0.07 -ballots ballot nom m p 1.01 5.88 0.20 4.05 -ballottage ballottage nom m s 0.02 0.14 0.02 0.00 -ballottages ballottage nom m p 0.02 0.14 0.00 0.14 -ballottaient ballotter ver 0.72 5.68 0.00 0.41 ind:imp:3p; -ballottait ballotter ver 0.72 5.68 0.01 0.54 ind:imp:3s; -ballottant ballotter ver 0.72 5.68 0.00 0.41 par:pre; -ballotte ballotter ver 0.72 5.68 0.02 0.41 ind:pre:1s;ind:pre:3s; -ballottement ballottement nom m s 0.00 0.14 0.00 0.14 -ballottent ballotter ver 0.72 5.68 0.01 0.27 ind:pre:3p; -ballotter ballotter ver 0.72 5.68 0.02 0.41 inf; -ballottine ballottine nom f s 0.01 0.07 0.01 0.00 -ballottines ballottine nom f p 0.01 0.07 0.00 0.07 -ballottèrent ballotter ver 0.72 5.68 0.00 0.07 ind:pas:3p; -ballotté ballotter ver m s 0.72 5.68 0.44 1.49 par:pas; -ballottée ballotter ver f s 0.72 5.68 0.17 0.68 par:pas; -ballottées ballotter ver f p 0.72 5.68 0.00 0.20 par:pas; -ballottés ballotter ver m p 0.72 5.68 0.04 0.81 par:pas; -balluche balluche nom m s 0.01 0.14 0.00 0.07 -balluches balluche nom m p 0.01 0.14 0.01 0.07 -balluchon balluchon nom m s 0.18 0.54 0.16 0.34 -balluchonnage balluchonnage nom m s 0.00 0.07 0.00 0.07 -balluchonné balluchonner ver m s 0.00 0.07 0.00 0.07 par:pas; -balluchons balluchon nom m p 0.18 0.54 0.02 0.20 -balnéaire balnéaire adj s 0.39 1.22 0.39 0.74 -balnéaires balnéaire adj f p 0.39 1.22 0.00 0.47 -balnéothérapie balnéothérapie nom f s 0.01 0.00 0.01 0.00 -balourd balourd nom m s 0.73 0.54 0.67 0.41 -balourde balourd adj f s 0.82 0.68 0.14 0.00 -balourdise balourdise nom f s 0.02 0.88 0.02 0.81 -balourdises balourdise nom f p 0.02 0.88 0.00 0.07 -balourds balourd adj m p 0.82 0.68 0.28 0.14 -balpeau balpeau ono 0.01 0.61 0.01 0.61 -bals bal nom m p 30.25 25.54 1.67 7.23 -balsa balsa nom m s 0.13 0.00 0.13 0.00 -balsamier balsamier nom m s 0.01 0.07 0.00 0.07 -balsamiers balsamier nom m p 0.01 0.07 0.01 0.00 -balsamine balsamine nom f s 0.00 0.61 0.00 0.07 -balsamines balsamine nom f p 0.00 0.61 0.00 0.54 -balsamique balsamique adj s 0.10 0.47 0.10 0.41 -balsamiques balsamique adj m p 0.10 0.47 0.00 0.07 -balte balte adj s 0.52 2.23 0.05 0.34 -baltes balte adj p 0.52 2.23 0.47 1.89 -balthazar balthazar nom m s 0.00 0.54 0.00 0.47 -balthazars balthazar nom m p 0.00 0.54 0.00 0.07 -balèze balèze adj s 1.30 0.81 1.12 0.74 -balèzes balèze adj p 1.30 0.81 0.19 0.07 -baltique baltique adj s 0.14 0.47 0.14 0.34 -baltiques baltique adj f p 0.14 0.47 0.00 0.14 -balto balto adv 0.00 0.54 0.00 0.54 -baluba baluba nom s 0.00 0.07 0.00 0.07 -baluchon baluchon nom m s 0.97 2.30 0.87 1.96 -baluchonnage baluchonnage nom m s 0.00 0.07 0.00 0.07 -baluchonne baluchonner ver 0.00 0.41 0.00 0.07 ind:pre:3s; -baluchonnent baluchonner ver 0.00 0.41 0.00 0.07 ind:pre:3p; -baluchonner baluchonner ver 0.00 0.41 0.00 0.20 inf; -baluchonneur baluchonneur nom m s 0.00 0.20 0.00 0.07 -baluchonneurs baluchonneur nom m p 0.00 0.20 0.00 0.14 -baluchonné baluchonner ver m s 0.00 0.41 0.00 0.07 par:pas; -baluchons baluchon nom m p 0.97 2.30 0.10 0.34 -balustrade balustrade nom f s 0.61 11.28 0.61 10.20 -balustrades balustrade nom f p 0.61 11.28 0.00 1.08 -balustre balustre nom m s 0.00 1.35 0.00 0.20 -balustres balustre nom m p 0.00 1.35 0.00 1.15 -balzacien balzacien adj m s 0.00 0.61 0.00 0.34 -balzacienne balzacien adj f s 0.00 0.61 0.00 0.14 -balzaciennes balzacien adj f p 0.00 0.61 0.00 0.07 -balzaciens balzacien adj m p 0.00 0.61 0.00 0.07 -balzanes balzane nom f p 0.00 0.07 0.00 0.07 -bambara bambara adj m s 0.00 0.07 0.00 0.07 -bambara bambara nom s 0.00 0.07 0.00 0.07 -bambin bambin nom m s 1.35 4.66 0.87 2.16 -bambine bambin nom f s 1.35 4.66 0.00 0.14 -bambines bambin nom f p 1.35 4.66 0.00 0.14 -bambinette bambinette nom f s 0.01 0.07 0.01 0.07 -bambino bambino nom m s 0.37 0.34 0.33 0.27 -bambinos bambino nom m p 0.37 0.34 0.04 0.07 -bambins bambin nom m p 1.35 4.66 0.48 2.23 -bambochait bambocher ver 0.01 0.27 0.00 0.14 ind:imp:3s; -bamboche bamboche nom f s 0.02 0.07 0.02 0.07 -bambocher bambocher ver 0.01 0.27 0.01 0.00 inf; -bambocheurs bambocheur nom m p 0.00 0.14 0.00 0.14 -bambou bambou nom m s 1.73 6.15 1.32 3.78 -bamboula bamboula nom f s 1.29 0.27 1.29 0.27 -bambous bambou nom m p 1.73 6.15 0.41 2.36 -ban ban nom m s 1.66 2.16 0.76 1.76 -banal banal adj m s 8.66 26.22 4.88 11.28 -banale banal adj f s 8.66 26.22 2.75 9.93 -banalement banalement adv 0.16 1.22 0.16 1.22 -banales banal adj f p 8.66 26.22 0.78 2.84 -banalisait banaliser ver 0.70 0.81 0.01 0.07 ind:imp:3s; -banalisation banalisation nom f s 0.00 0.07 0.00 0.07 -banalise banaliser ver 0.70 0.81 0.08 0.00 ind:pre:3s; -banalisent banaliser ver 0.70 0.81 0.00 0.07 ind:pre:3p; -banaliser banaliser ver 0.70 0.81 0.16 0.00 inf; -banalisé banaliser ver m s 0.70 0.81 0.08 0.00 par:pas; -banalisée banaliser ver f s 0.70 0.81 0.26 0.47 par:pas; -banalisées banaliser ver f p 0.70 0.81 0.08 0.00 par:pas; -banalisés banaliser ver m p 0.70 0.81 0.04 0.20 par:pas; -banalité banalité nom f s 1.47 8.65 0.77 5.34 -banalités banalité nom f p 1.47 8.65 0.71 3.31 -banals banal adj m p 8.66 26.22 0.25 2.03 -banana bananer ver 1.04 0.20 0.81 0.14 ind:pas:3s; -bananas bananer ver 1.04 0.20 0.23 0.00 ind:pas:2s; -banane banane nom f s 11.14 7.57 6.09 4.05 -bananer bananer ver 1.04 0.20 0.00 0.07 inf; -bananeraie bananeraie nom f s 0.14 0.20 0.14 0.20 -bananes banane nom f p 11.14 7.57 5.05 3.51 -bananier bananier nom m s 0.76 3.85 0.18 0.61 -bananiers bananier nom m p 0.76 3.85 0.57 3.24 -bananière bananier adj f s 0.16 0.27 0.02 0.00 -banaux banal adj m p 8.66 26.22 0.00 0.14 -banc_titre banc_titre nom m s 0.14 0.00 0.14 0.00 -banc banc nom m s 10.76 66.42 8.96 48.31 -bancaire bancaire adj s 3.94 1.49 2.71 0.74 -bancaires bancaire adj p 3.94 1.49 1.23 0.74 -bancal bancal adj m s 0.53 3.18 0.29 1.42 -bancale bancal adj f s 0.53 3.18 0.20 1.08 -bancales bancal adj f p 0.53 3.18 0.02 0.34 -bancals bancal adj m p 0.53 3.18 0.02 0.34 -banche bancher ver 0.01 0.00 0.01 0.00 ind:pre:3s; -banco banco ono 0.42 0.41 0.42 0.41 -bancos banco nom m p 0.04 0.27 0.01 0.07 -bancroche bancroche adj s 0.01 0.14 0.01 0.00 -bancroches bancroche adj p 0.01 0.14 0.00 0.14 -bancs banc nom m p 10.76 66.42 1.81 18.11 -banda bander ver 14.51 15.54 0.01 0.54 ind:pas:3s; -bandage bandage nom m s 4.76 2.97 2.79 1.35 -bandages bandage nom m p 4.76 2.97 1.96 1.62 -bandagiste bandagiste nom s 0.00 0.14 0.00 0.14 -bandai bander ver 14.51 15.54 0.00 0.07 ind:pas:1s; -bandaient bander ver 14.51 15.54 0.02 0.20 ind:imp:3p; -bandais bander ver 14.51 15.54 0.12 0.61 ind:imp:1s;ind:imp:2s; -bandaison bandaison nom f s 0.00 0.74 0.00 0.54 -bandaisons bandaison nom f p 0.00 0.74 0.00 0.20 -bandait bander ver 14.51 15.54 0.18 1.49 ind:imp:3s; -bandana bandana nom m s 0.50 0.07 0.46 0.07 -bandanas bandana nom m p 0.50 0.07 0.04 0.00 -bandant bandant adj m s 1.46 1.55 0.33 0.27 -bandante bandant adj f s 1.46 1.55 1.04 0.68 -bandantes bandant adj f p 1.46 1.55 0.05 0.41 -bandants bandant adj m p 1.46 1.55 0.04 0.20 -bandasse bander ver 14.51 15.54 0.00 0.07 sub:imp:1s; -bande_annonce bande_annonce nom f s 0.51 0.00 0.41 0.00 -bande_son bande_son nom f s 0.09 0.27 0.09 0.27 -bande bande nom f s 78.36 72.23 69.10 52.36 -bandeau bandeau nom m s 2.60 6.49 2.34 4.73 -bandeaux bandeau nom m p 2.60 6.49 0.26 1.76 -bandelette bandelette nom f s 0.69 1.15 0.09 0.07 -bandelettes bandelette nom f p 0.69 1.15 0.61 1.08 -bandent bander ver 14.51 15.54 0.14 1.01 ind:pre:3p; -bander bander ver 14.51 15.54 5.34 5.07 inf; -bandera bandera nom f s 0.17 0.27 0.02 0.20 -banderai bander ver 14.51 15.54 0.15 0.14 ind:fut:1s; -banderaient bander ver 14.51 15.54 0.01 0.07 cnd:pre:3p; -banderait bander ver 14.51 15.54 0.00 0.07 cnd:pre:3s; -banderas bander ver 14.51 15.54 0.14 0.07 ind:fut:2s; -banderille banderille nom f s 0.00 0.88 0.00 0.41 -banderillero banderillero nom m s 0.10 0.07 0.10 0.00 -banderilleros banderillero nom m p 0.10 0.07 0.00 0.07 -banderilles banderille nom f p 0.00 0.88 0.00 0.47 -banderole banderole nom f s 1.34 4.19 0.67 2.23 -banderoles banderole nom f p 1.34 4.19 0.67 1.96 -bande_annonce bande_annonce nom f p 0.51 0.00 0.10 0.00 -bandes bande nom f p 78.36 72.23 9.26 19.86 -bandeur bandeur nom m s 0.07 0.14 0.03 0.00 -bandeurs bandeur nom m p 0.07 0.14 0.04 0.14 -bandez bander ver 14.51 15.54 0.82 0.14 imp:pre:2p;ind:pre:2p; -bandiez bander ver 14.51 15.54 0.02 0.00 ind:imp:2p; -bandit bandit nom m s 19.70 8.85 8.26 4.59 -banditisme banditisme nom m s 0.47 0.95 0.47 0.95 -bandits bandit nom m p 19.70 8.85 11.45 4.26 -bandoline bandoline nom f s 0.00 0.07 0.00 0.07 -bandonéon bandonéon nom m s 0.00 0.20 0.00 0.20 -bandothèque bandothèque nom f s 0.01 0.00 0.01 0.00 -bandoulière bandoulière nom f s 0.12 4.19 0.12 4.19 -bandé bander ver m s 14.51 15.54 0.60 0.81 par:pas; -bandée bandé adj f s 1.40 3.58 0.33 1.22 -bandées bandé adj f p 1.40 3.58 0.00 0.27 -bandés bandé adj m p 1.40 3.58 1.03 1.55 -bang bang ono 1.74 0.20 1.74 0.20 -bangladais bangladais nom m 0.00 0.07 0.00 0.07 -bangs bang nom m p 2.37 0.61 0.34 0.27 -banian banian nom m s 0.05 0.27 0.04 0.20 -banians banian nom m p 0.05 0.27 0.01 0.07 -banjo banjo nom m s 3.13 1.08 3.08 0.81 -banjos banjo nom m p 3.13 1.08 0.06 0.27 -bank_note bank_note nom f s 0.00 0.20 0.00 0.07 -bank_note bank_note nom f p 0.00 0.20 0.00 0.14 -banlieue banlieue nom f s 7.92 23.85 6.96 21.35 -banlieues banlieue nom f p 7.92 23.85 0.96 2.50 -banlieusard banlieusard nom m s 0.23 0.68 0.09 0.20 -banlieusarde banlieusard nom f s 0.23 0.68 0.01 0.14 -banlieusardes banlieusard nom f p 0.23 0.68 0.02 0.00 -banlieusards banlieusard nom m p 0.23 0.68 0.10 0.34 -banne banner ver 0.86 0.07 0.40 0.00 imp:pre:2s;ind:pre:3s; -banner banner ver 0.86 0.07 0.46 0.07 inf; -bannes banne nom f p 0.00 0.07 0.00 0.07 -banni bannir ver m s 7.03 3.31 2.48 1.49 par:pas; -bannie bannir ver f s 7.03 3.31 0.85 0.27 par:pas; -bannies bannir ver f p 7.03 3.31 0.07 0.14 par:pas; -bannir bannir ver 7.03 3.31 1.62 0.61 inf; -bannirait bannir ver 7.03 3.31 0.34 0.14 cnd:pre:3s; -bannirent bannir ver 7.03 3.31 0.02 0.00 ind:pas:3p; -bannis bannir ver m p 7.03 3.31 0.93 0.20 imp:pre:2s;ind:pre:1s;ind:pre:2s;par:pas; -bannissaient bannir ver 7.03 3.31 0.00 0.14 ind:imp:3p; -bannissait bannir ver 7.03 3.31 0.00 0.14 ind:imp:3s; -bannissant bannir ver 7.03 3.31 0.01 0.07 par:pre; -bannisse bannir ver 7.03 3.31 0.02 0.00 sub:pre:3s; -bannissement bannissement nom m s 0.62 0.47 0.59 0.34 -bannissements bannissement nom m p 0.62 0.47 0.03 0.14 -bannissez bannir ver 7.03 3.31 0.57 0.07 imp:pre:2p; -bannissons bannir ver 7.03 3.31 0.06 0.00 imp:pre:1p;ind:pre:1p; -bannit bannir ver 7.03 3.31 0.05 0.07 ind:pre:3s;ind:pas:3s; -bannière bannière nom f s 2.14 6.96 1.83 2.91 -bannières bannière nom f p 2.14 6.96 0.31 4.05 -banqua banquer ver 0.08 0.47 0.00 0.07 ind:pas:3s; -banque banque nom f s 79.35 30.88 70.79 25.54 -banquer banquer ver 0.08 0.47 0.04 0.27 inf; -banquerai banquer ver 0.08 0.47 0.00 0.07 ind:fut:1s; -banqueroute banqueroute nom f s 1.02 0.74 0.82 0.68 -banqueroutes banqueroute nom f p 1.02 0.74 0.20 0.07 -banqueroutier banqueroutier nom m s 0.11 0.00 0.01 0.00 -banqueroutiers banqueroutier nom m p 0.11 0.00 0.10 0.00 -banques banque nom f p 79.35 30.88 8.56 5.34 -banquet banquet nom m s 4.41 5.88 3.62 4.12 -banquets banquet nom m p 4.41 5.88 0.79 1.76 -banquette banquette nom f s 3.02 30.88 2.66 24.26 -banquettes banquette nom f p 3.02 30.88 0.36 6.62 -banqueté banqueter ver m s 0.04 0.00 0.04 0.00 par:pas; -banquier banquier nom m s 6.32 12.70 4.70 8.38 -banquiers banquier nom m p 6.32 12.70 1.33 3.99 -banquise banquise nom f s 0.66 1.55 0.65 1.42 -banquises banquise nom f p 0.66 1.55 0.01 0.14 -banquistes banquiste nom p 0.00 0.14 0.00 0.14 -banquière banquier nom f s 6.32 12.70 0.29 0.20 -banquières banquière nom f p 0.07 0.00 0.03 0.00 -banqué banquer ver m s 0.08 0.47 0.04 0.07 par:pas; -bans ban nom m p 1.66 2.16 0.90 0.41 -bantou bantou nom m s 0.14 0.00 0.14 0.00 -bantoue bantou adj f s 0.14 0.07 0.02 0.07 -bantu bantu nom m s 0.01 0.00 0.01 0.00 -banyan banyan nom m s 0.07 0.00 0.07 0.00 -banyuls banyuls nom m 0.00 0.74 0.00 0.74 -baobab baobab nom m s 0.58 1.15 0.18 0.81 -baobabs baobab nom m p 0.58 1.15 0.40 0.34 -baou baou nom m s 0.00 0.20 0.00 0.20 -baptisa baptiser ver 9.90 16.35 0.33 1.35 ind:pas:3s; -baptisai baptiser ver 9.90 16.35 0.00 0.07 ind:pas:1s; -baptisaient baptiser ver 9.90 16.35 0.00 0.34 ind:imp:3p; -baptisais baptiser ver 9.90 16.35 0.01 0.07 ind:imp:1s; -baptisait baptiser ver 9.90 16.35 0.05 0.95 ind:imp:3s; -baptisant baptiser ver 9.90 16.35 0.14 0.07 par:pre; -baptise baptiser ver 9.90 16.35 1.96 1.49 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -baptisent baptiser ver 9.90 16.35 0.00 0.41 ind:pre:3p; -baptiser baptiser ver 9.90 16.35 1.82 1.96 inf; -baptisera baptiser ver 9.90 16.35 0.20 0.14 ind:fut:3s; -baptiserai baptiser ver 9.90 16.35 0.01 0.00 ind:fut:1s; -baptiseraient baptiser ver 9.90 16.35 0.01 0.00 cnd:pre:3p; -baptiserait baptiser ver 9.90 16.35 0.00 0.14 cnd:pre:3s; -baptiseront baptiser ver 9.90 16.35 0.02 0.07 ind:fut:3p; -baptises baptiser ver 9.90 16.35 0.04 0.14 ind:pre:2s; -baptiseur baptiseur nom m s 0.02 0.07 0.02 0.07 -baptisez baptiser ver 9.90 16.35 0.06 0.00 imp:pre:2p;ind:pre:2p; -baptisions baptiser ver 9.90 16.35 0.14 0.20 ind:imp:1p; -baptismal baptismal adj m s 0.19 1.22 0.00 0.20 -baptismale baptismal adj f s 0.19 1.22 0.01 0.20 -baptismales baptismal adj f p 0.19 1.22 0.00 0.07 -baptismaux baptismal adj m p 0.19 1.22 0.17 0.74 -baptisons baptiser ver 9.90 16.35 0.03 0.07 imp:pre:1p;ind:pre:1p; -baptiste baptiste adj s 0.77 0.34 0.69 0.34 -baptistes baptiste nom p 0.24 0.07 0.19 0.07 -baptisèrent baptiser ver 9.90 16.35 0.06 0.07 ind:pas:3p; -baptistère baptistère nom m s 0.00 0.41 0.00 0.41 -baptisé baptiser ver m s 9.90 16.35 3.61 5.54 par:pas; -baptisée baptiser ver f s 9.90 16.35 0.99 1.96 par:pas; -baptisées baptiser ver f p 9.90 16.35 0.04 0.27 par:pas; -baptisés baptiser ver m p 9.90 16.35 0.41 1.08 par:pas; -baptême baptême nom m s 4.84 10.34 4.41 9.39 -baptêmes baptême nom m p 4.84 10.34 0.43 0.95 -baquet baquet nom m s 0.48 4.86 0.46 3.65 -baquets baquet nom m p 0.48 4.86 0.02 1.22 -bar_hôtel bar_hôtel nom m s 0.01 0.00 0.01 0.00 -bar_mitsva bar_mitsva nom f 0.41 0.07 0.41 0.07 -bar_restaurant bar_restaurant nom m s 0.00 0.07 0.00 0.07 -bar_tabac bar_tabac nom m s 0.03 0.61 0.03 0.61 -bar bar nom m s 67.57 61.35 60.17 52.57 -baragouin baragouin nom m s 0.12 0.41 0.11 0.41 -baragouinage baragouinage nom m s 0.10 0.00 0.10 0.00 -baragouinaient baragouiner ver 0.68 1.49 0.00 0.07 ind:imp:3p; -baragouinait baragouiner ver 0.68 1.49 0.01 0.54 ind:imp:3s; -baragouinant baragouiner ver 0.68 1.49 0.25 0.20 par:pre; -baragouine baragouiner ver 0.68 1.49 0.19 0.20 ind:pre:1s;ind:pre:3s; -baragouinent baragouiner ver 0.68 1.49 0.02 0.14 ind:pre:3p; -baragouiner baragouiner ver 0.68 1.49 0.07 0.20 inf; -baragouines baragouiner ver 0.68 1.49 0.09 0.00 ind:pre:2s; -baragouineur baragouineur nom m s 0.01 0.00 0.01 0.00 -baragouinez baragouiner ver 0.68 1.49 0.04 0.00 ind:pre:2p; -baragouins baragouin nom m p 0.12 0.41 0.01 0.00 -baragouiné baragouiner ver m s 0.68 1.49 0.01 0.14 par:pas; -baraka baraka nom f s 0.18 0.47 0.18 0.47 -baralipton baralipton nom m s 0.00 0.07 0.00 0.07 -baraque baraque nom f s 12.27 30.47 11.10 22.84 -baraquement baraquement nom m s 1.35 2.64 0.68 1.01 -baraquements baraquement nom m p 1.35 2.64 0.67 1.62 -baraques baraque nom f p 12.27 30.47 1.17 7.64 -baraqué baraqué adj m s 1.04 0.68 0.96 0.41 -baraquée baraqué adj f s 1.04 0.68 0.02 0.14 -baraqués baraqué adj m p 1.04 0.68 0.06 0.14 -baraterie baraterie nom f s 0.01 0.00 0.01 0.00 -baratin baratin nom m s 4.03 2.97 3.90 2.84 -baratinais baratiner ver 1.89 1.15 0.03 0.00 ind:imp:1s;ind:imp:2s; -baratinait baratiner ver 1.89 1.15 0.11 0.07 ind:imp:3s; -baratine baratiner ver 1.89 1.15 0.75 0.14 imp:pre:2s;ind:pre:1s;ind:pre:3s; -baratinent baratiner ver 1.89 1.15 0.01 0.00 ind:pre:3p; -baratiner baratiner ver 1.89 1.15 0.42 0.68 inf; -baratines baratiner ver 1.89 1.15 0.13 0.00 ind:pre:2s; -baratineur baratineur nom m s 0.74 0.27 0.44 0.20 -baratineurs baratineur nom m p 0.74 0.27 0.17 0.07 -baratineuse baratineur nom f s 0.74 0.27 0.13 0.00 -baratinez baratiner ver 1.89 1.15 0.05 0.00 imp:pre:2p;ind:pre:2p; -baratins baratin nom m p 4.03 2.97 0.14 0.14 -baratiné baratiner ver m s 1.89 1.15 0.21 0.27 par:pas; -baratinée baratiner ver f s 1.89 1.15 0.15 0.00 par:pas; -baratinés baratiner ver m p 1.89 1.15 0.02 0.00 par:pas; -barattage barattage nom m s 0.10 0.00 0.10 0.00 -barattait baratter ver 0.14 0.47 0.00 0.14 ind:imp:3s; -barattant baratter ver 0.14 0.47 0.00 0.07 par:pre; -baratte baratte nom f s 0.03 0.41 0.03 0.34 -barattent baratter ver 0.14 0.47 0.00 0.07 ind:pre:3p; -baratter baratter ver 0.14 0.47 0.13 0.07 inf; -barattes baratte nom f p 0.03 0.41 0.00 0.07 -baratté baratter ver m s 0.14 0.47 0.01 0.00 par:pas; -barattés baratter ver m p 0.14 0.47 0.00 0.07 par:pas; -barba barber ver 0.78 1.69 0.14 0.27 ind:pas:3s; -barbacane barbacane nom f s 0.02 0.14 0.02 0.07 -barbacanes barbacane nom f p 0.02 0.14 0.00 0.07 -barbaient barber ver 0.78 1.69 0.01 0.00 ind:imp:3p; -barbait barber ver 0.78 1.69 0.03 0.14 ind:imp:3s; -barbant barbant adj m s 1.90 0.27 1.02 0.20 -barbante barbant adj f s 1.90 0.27 0.65 0.00 -barbantes barbant adj f p 1.90 0.27 0.05 0.00 -barbants barbant adj m p 1.90 0.27 0.18 0.07 -barbaque barbaque nom f s 0.24 3.18 0.24 3.18 -barbara barbara nom s 0.05 0.00 0.05 0.00 -barbare barbare nom s 5.15 5.47 2.03 1.62 -barbarement barbarement adv 0.00 0.14 0.00 0.14 -barbares barbare nom p 5.15 5.47 3.12 3.85 -barbaresque barbaresque adj m s 0.00 0.95 0.00 0.41 -barbaresques barbaresque nom p 0.05 0.61 0.05 0.54 -barbarie barbarie nom f s 1.37 3.72 1.36 3.58 -barbaries barbarie nom f p 1.37 3.72 0.01 0.14 -barbarisme barbarisme nom m s 0.04 0.34 0.04 0.14 -barbarismes barbarisme nom m p 0.04 0.34 0.00 0.20 -barbe_de_capucin barbe_de_capucin nom f s 0.00 0.07 0.00 0.07 -barbe barbe nom s 24.15 50.54 23.40 47.70 -barbeau barbeau nom m s 0.01 1.08 0.01 0.74 -barbeaux barbeau nom m p 0.01 1.08 0.00 0.34 -barbecue barbecue nom m s 5.87 0.47 5.47 0.47 -barbecues barbecue nom m p 5.87 0.47 0.39 0.00 -barbelé barbelé adj m s 0.86 2.97 0.35 0.81 -barbelée barbelé adj f s 0.86 2.97 0.05 0.41 -barbelées barbelé adj f p 0.86 2.97 0.12 0.14 -barbelés barbelé nom m p 3.56 8.38 3.25 7.36 -barbent barber ver 0.78 1.69 0.00 0.14 ind:pre:3p; -barber barber ver 0.78 1.69 0.06 0.20 inf; -barbera barber ver 0.78 1.69 0.00 0.07 ind:fut:3s; -barberait barber ver 0.78 1.69 0.00 0.07 cnd:pre:3s; -barbes barbe nom p 24.15 50.54 0.75 2.84 -barbet barbet nom m s 0.00 0.41 0.00 0.34 -barbets barbet nom m p 0.00 0.41 0.00 0.07 -barbette barbette adj f s 0.01 0.00 0.01 0.00 -barbiche barbiche nom f s 0.18 3.78 0.18 3.65 -barbiches barbiche nom f p 0.18 3.78 0.00 0.14 -barbichette barbichette nom f s 0.38 0.81 0.38 0.81 -barbichu barbichu adj m s 0.01 0.68 0.01 0.61 -barbichus barbichu adj m p 0.01 0.68 0.00 0.07 -barbier barbier nom m s 3.62 22.50 3.57 22.16 -barbiers barbier nom m p 3.62 22.50 0.05 0.34 -barbillon barbillon nom m s 0.01 0.81 0.00 0.34 -barbillons barbillon nom m p 0.01 0.81 0.01 0.47 -barbiquet barbiquet nom m s 0.00 0.41 0.00 0.07 -barbiquets barbiquet nom m p 0.00 0.41 0.00 0.34 -barbiturique barbiturique nom m s 0.80 0.61 0.10 0.14 -barbituriques barbiturique nom m p 0.80 0.61 0.70 0.47 -barbon barbon nom m s 0.03 0.61 0.02 0.54 -barbons barbon nom m p 0.03 0.61 0.01 0.07 -barbot barbot nom m s 0.00 0.20 0.00 0.20 -barbota barboter ver 0.75 3.18 0.00 0.14 ind:pas:3s; -barbotages barbotage nom m p 0.00 0.07 0.00 0.07 -barbotaient barboter ver 0.75 3.18 0.00 0.14 ind:imp:3p; -barbotait barboter ver 0.75 3.18 0.00 0.88 ind:imp:3s; -barbotant barboter ver 0.75 3.18 0.01 0.41 par:pre; -barbote barboter ver 0.75 3.18 0.04 0.20 ind:pre:1s;ind:pre:3s; -barbotent barboter ver 0.75 3.18 0.00 0.14 ind:pre:3p; -barboter barboter ver 0.75 3.18 0.26 0.88 inf; -barboterais barboter ver 0.75 3.18 0.00 0.07 cnd:pre:1s; -barboterait barboter ver 0.75 3.18 0.00 0.07 cnd:pre:3s; -barboteuse barboteur nom f s 0.02 0.34 0.02 0.20 -barboteuses barboteuse nom f p 0.01 0.00 0.01 0.00 -barbotière barbotière nom f s 0.00 0.07 0.00 0.07 -barbotons barboter ver 0.75 3.18 0.16 0.14 imp:pre:1p;ind:pre:1p; -barbotte barbotte nom f s 0.03 0.07 0.02 0.07 -barbottes barbotte nom f p 0.03 0.07 0.01 0.00 -barboté barboter ver m s 0.75 3.18 0.28 0.14 par:pas; -barbouilla barbouiller ver 1.31 8.99 0.00 0.27 ind:pas:3s; -barbouillage barbouillage nom m s 0.30 0.81 0.00 0.41 -barbouillages barbouillage nom m p 0.30 0.81 0.30 0.41 -barbouillai barbouiller ver 1.31 8.99 0.00 0.07 ind:pas:1s; -barbouillaient barbouiller ver 1.31 8.99 0.00 0.20 ind:imp:3p; -barbouillais barbouiller ver 1.31 8.99 0.00 0.14 ind:imp:1s; -barbouillait barbouiller ver 1.31 8.99 0.00 0.74 ind:imp:3s; -barbouillant barbouiller ver 1.31 8.99 0.01 0.41 par:pre; -barbouille barbouiller ver 1.31 8.99 0.29 0.81 imp:pre:2s;ind:pre:1s;ind:pre:3s; -barbouillent barbouiller ver 1.31 8.99 0.00 0.20 ind:pre:3p; -barbouiller barbouiller ver 1.31 8.99 0.67 1.15 inf; -barbouilles barbouiller ver 1.31 8.99 0.10 0.14 ind:pre:2s; -barbouilleur barbouilleur nom m s 0.00 1.22 0.00 0.81 -barbouilleurs barbouilleur nom m p 0.00 1.22 0.00 0.41 -barbouillis barbouillis nom m 0.00 0.07 0.00 0.07 -barbouillèrent barbouiller ver 1.31 8.99 0.00 0.14 ind:pas:3p; -barbouillé barbouillé adj m s 0.62 1.55 0.35 1.15 -barbouillée barbouillé adj f s 0.62 1.55 0.12 0.07 -barbouillées barbouillé adj f p 0.62 1.55 0.01 0.20 -barbouillés barbouillé adj m p 0.62 1.55 0.14 0.14 -barbouze barbouze nom s 0.33 0.68 0.16 0.34 -barbouzes barbouze nom p 0.33 0.68 0.17 0.34 -barbé barber ver m s 0.78 1.69 0.04 0.07 par:pas; -barbu barbu nom m s 1.70 3.65 1.37 2.77 -barbue barbu adj f s 1.46 8.31 0.08 0.74 -barbues barbu adj f p 1.46 8.31 0.00 0.14 -barbules barbule nom f p 0.01 0.00 0.01 0.00 -barbés barber ver m p 0.78 1.69 0.10 0.07 par:pas; -barbus barbu nom m p 1.70 3.65 0.34 0.88 -barca barca adv 0.16 0.20 0.16 0.20 -barcarolle barcarolle nom f s 0.03 0.14 0.03 0.14 -barcasse barcasse nom f s 0.00 0.68 0.00 0.41 -barcasses barcasse nom f p 0.00 0.68 0.00 0.27 -barda barda nom m s 1.62 2.16 1.46 1.55 -bardage bardage nom m s 0.01 0.00 0.01 0.00 -bardaient barder ver 2.58 6.55 0.00 0.14 ind:imp:3p; -bardait barder ver 2.58 6.55 0.05 0.41 ind:imp:3s; -bardane bardane nom f s 0.04 0.34 0.04 0.20 -bardanes bardane nom f p 0.04 0.34 0.00 0.14 -bardas barda nom m p 1.62 2.16 0.16 0.61 -barde barder ver 2.58 6.55 0.30 0.20 ind:pre:3s; -bardeau bardeau nom m s 0.08 0.41 0.00 0.14 -bardeaux bardeau nom m p 0.08 0.41 0.08 0.27 -barder barder ver 2.58 6.55 1.84 0.47 inf; -bardera barder ver 2.58 6.55 0.15 0.07 ind:fut:3s; -barderait barder ver 2.58 6.55 0.00 0.07 cnd:pre:3s; -bardes barde nom p 0.18 0.68 0.00 0.27 -bardeurs bardeur nom m p 0.00 0.07 0.00 0.07 -bardiques bardique adj f p 0.00 0.07 0.00 0.07 -bardo bardo nom m s 0.11 0.20 0.11 0.20 -bardolino bardolino nom m s 0.14 0.00 0.14 0.00 -bardot bardot nom m s 0.27 0.20 0.27 0.07 -bardots bardot nom m p 0.27 0.20 0.00 0.14 -bardé barder ver m s 2.58 6.55 0.07 2.30 par:pas; -bardée barder ver f s 2.58 6.55 0.01 1.22 par:pas; -bardées barder ver f p 2.58 6.55 0.01 0.54 par:pas; -bardés barder ver m p 2.58 6.55 0.14 1.15 par:pas; -baret baret nom m s 0.00 0.07 0.00 0.07 -barge barge adj s 1.70 0.14 1.60 0.07 -barges barge nom f p 1.00 0.74 0.28 0.34 -barguigna barguigner ver 0.14 0.34 0.00 0.07 ind:pas:3s; -barguigner barguigner ver 0.14 0.34 0.14 0.20 inf; -barguigné barguigner ver m s 0.14 0.34 0.00 0.07 par:pas; -baril baril nom m s 2.71 3.04 1.81 2.03 -barillet barillet nom m s 0.69 2.03 0.67 1.96 -barillets barillet nom m p 0.69 2.03 0.03 0.07 -barils baril nom m p 2.71 3.04 0.90 1.01 -barine barine nom m s 0.22 0.00 0.22 0.00 -bariolage bariolage nom m s 0.00 0.61 0.00 0.41 -bariolages bariolage nom m p 0.00 0.61 0.00 0.20 -bariolaient barioler ver 0.03 2.64 0.00 0.07 ind:imp:3p; -bariolant barioler ver 0.03 2.64 0.00 0.14 par:pre; -bariole barioler ver 0.03 2.64 0.00 0.07 ind:pre:3s; -bariolé bariolé adj m s 0.21 5.47 0.02 1.35 -bariolée bariolé adj f s 0.21 5.47 0.03 1.76 -bariolées bariolé adj f p 0.21 5.47 0.01 0.88 -bariolures bariolure nom f p 0.00 0.07 0.00 0.07 -bariolés bariolé adj m p 0.21 5.47 0.16 1.49 -barje barje adj m s 0.00 0.27 0.00 0.20 -barjes barje adj p 0.00 0.27 0.00 0.07 -barjo barjo adj m s 1.02 0.14 0.95 0.14 -barjos barjo nom m p 1.01 0.14 0.28 0.00 -barjot barjot adj m s 0.84 0.47 0.63 0.34 -barjots barjot adj m p 0.84 0.47 0.21 0.14 -barmaid barmaid nom f s 0.67 1.82 0.65 1.76 -barmaids barmaid nom f p 0.67 1.82 0.02 0.07 -barman barman nom m s 7.91 11.01 7.53 10.14 -barmans barman nom m p 7.91 11.01 0.14 0.00 -barmen barman nom m p 7.91 11.01 0.24 0.88 -barnum barnum nom m s 0.03 0.20 0.03 0.20 -barolo barolo nom m s 0.05 0.00 0.05 0.00 -baromètre baromètre nom m s 0.57 2.91 0.56 2.30 -baromètres baromètre nom m p 0.57 2.91 0.01 0.61 -barométrique barométrique adj s 0.04 0.14 0.04 0.14 -baron baron nom m s 20.80 28.24 16.07 17.64 -baronet baronet nom m s 0.07 0.07 0.07 0.07 -baronnait baronner ver 0.00 0.20 0.00 0.07 ind:imp:3s; -baronne baron nom f s 20.80 28.24 4.17 7.03 -baronner baronner ver 0.00 0.20 0.00 0.07 inf; -baronnes baronne nom f p 0.02 0.00 0.02 0.00 -baronnet baronnet nom m s 0.10 0.34 0.10 0.07 -baronnets baronnet nom m p 0.10 0.34 0.00 0.27 -baronnez baronner ver 0.00 0.20 0.00 0.07 ind:pre:2p; -baronnie baronnie nom f s 0.02 0.14 0.02 0.07 -baronnies baronnie nom f p 0.02 0.14 0.00 0.07 -barons baron nom m p 20.80 28.24 0.56 3.51 -baroque baroque adj s 1.24 4.86 0.91 2.91 -baroques baroque adj p 1.24 4.86 0.34 1.96 -barotraumatisme barotraumatisme nom m s 0.01 0.00 0.01 0.00 -baroud baroud nom m s 0.04 1.35 0.04 1.35 -baroudeur baroudeur nom m s 0.32 0.68 0.05 0.34 -baroudeurs baroudeur nom m p 0.32 0.68 0.13 0.14 -baroudeuse baroudeur nom f s 0.32 0.68 0.14 0.20 -baroudé barouder ver m s 0.28 0.00 0.28 0.00 par:pas; -barouf barouf nom m s 0.28 0.68 0.28 0.68 -barque barque nom f s 10.40 41.28 9.52 29.93 -barques barque nom f p 10.40 41.28 0.89 11.35 -barquette barquette nom f s 0.27 0.54 0.15 0.14 -barquettes barquette nom f p 0.27 0.54 0.12 0.41 -barra barrer ver 26.71 32.36 0.13 1.01 ind:pas:3s; -barracuda barracuda nom m s 2.26 0.34 2.19 0.34 -barracudas barracuda nom m p 2.26 0.34 0.08 0.00 -barrage barrage nom m s 13.40 19.66 9.60 10.68 -barrages barrage nom m p 13.40 19.66 3.80 8.99 -barrai barrer ver 26.71 32.36 0.00 0.14 ind:pas:1s; -barraient barrer ver 26.71 32.36 0.03 1.35 ind:imp:3p; -barrais barrer ver 26.71 32.36 0.04 0.27 ind:imp:1s;ind:imp:2s; -barrait barrer ver 26.71 32.36 0.34 4.39 ind:imp:3s; -barrant barrer ver 26.71 32.36 0.03 2.23 par:pre; -barre barre nom f s 18.78 29.39 15.59 23.18 -barreau barreau nom m s 7.61 19.53 2.15 3.99 -barreaudées barreaudé adj f p 0.00 0.07 0.00 0.07 -barreaux barreau nom m p 7.61 19.53 5.46 15.54 -barrent barrer ver 26.71 32.36 0.75 0.95 ind:pre:3p; -barrer barrer ver 26.71 32.36 4.58 4.80 inf; -barrera barrer ver 26.71 32.36 0.06 0.41 ind:fut:3s; -barrerai barrer ver 26.71 32.36 0.01 0.07 ind:fut:1s; -barrerais barrer ver 26.71 32.36 0.04 0.07 cnd:pre:1s;cnd:pre:2s; -barreront barrer ver 26.71 32.36 0.03 0.14 ind:fut:3p; -barres barre nom f p 18.78 29.39 3.19 6.22 -barrette barrette nom f s 0.46 2.50 0.33 1.42 -barrettes barrette nom f p 0.46 2.50 0.13 1.08 -barreur barreur nom m s 0.07 0.00 0.05 0.00 -barreurs barreur nom m p 0.07 0.00 0.01 0.00 -barreuse barreur nom f s 0.07 0.00 0.01 0.00 -barrez barrer ver 26.71 32.36 4.38 0.68 imp:pre:2p;ind:pre:2p; -barri barrir ver m s 0.10 0.54 0.01 0.07 par:pas; -barricada barricader ver 2.46 5.41 0.00 0.07 ind:pas:3s; -barricadai barricader ver 2.46 5.41 0.00 0.14 ind:pas:1s; -barricadaient barricader ver 2.46 5.41 0.00 0.20 ind:imp:3p; -barricadait barricader ver 2.46 5.41 0.00 0.54 ind:imp:3s; -barricade barricade nom f s 2.68 7.57 0.94 3.11 -barricadent barricader ver 2.46 5.41 0.05 0.41 ind:pre:3p; -barricader barricader ver 2.46 5.41 0.51 0.95 inf; -barricaderait barricader ver 2.46 5.41 0.00 0.14 cnd:pre:3s; -barricades barricade nom f p 2.68 7.57 1.74 4.46 -barricadez barricader ver 2.46 5.41 0.56 0.07 imp:pre:2p;ind:pre:2p; -barricadier barricadier nom m s 0.00 0.14 0.00 0.07 -barricadières barricadier nom f p 0.00 0.14 0.00 0.07 -barricadons barricader ver 2.46 5.41 0.07 0.00 imp:pre:1p;ind:pre:1p; -barricadèrent barricader ver 2.46 5.41 0.01 0.07 ind:pas:3p; -barricadé barricader ver m s 2.46 5.41 0.52 1.08 par:pas; -barricadée barricader ver f s 2.46 5.41 0.07 0.34 par:pas; -barricadées barricader ver f p 2.46 5.41 0.06 0.47 par:pas; -barricadés barricader ver m p 2.46 5.41 0.14 0.61 par:pas; -barrique barrique nom f s 0.99 1.55 0.68 0.81 -barriques barrique nom f p 0.99 1.55 0.31 0.74 -barris barrir ver m p 0.10 0.54 0.07 0.00 imp:pre:2s;par:pas; -barrissait barrir ver 0.10 0.54 0.00 0.20 ind:imp:3s; -barrissant barrir ver 0.10 0.54 0.03 0.07 par:pre; -barrissement barrissement nom m s 0.01 0.88 0.00 0.54 -barrissements barrissement nom m p 0.01 0.88 0.01 0.34 -barrissent barrir ver 0.10 0.54 0.00 0.07 ind:pre:3p; -barriste barriste nom s 0.00 0.07 0.00 0.07 -barrit barrir ver 0.10 0.54 0.00 0.14 ind:pre:3s; -barrière barrière nom f s 9.13 22.91 7.33 17.36 -barrières barrière nom f p 9.13 22.91 1.80 5.54 -barrons barrer ver 26.71 32.36 0.85 0.20 imp:pre:1p;ind:pre:1p; -barrèrent barrer ver 26.71 32.36 0.01 0.14 ind:pas:3p; -barré barrer ver m s 26.71 32.36 4.04 4.80 par:pas; -barrée barrer ver f s 26.71 32.36 1.88 3.18 par:pas; -barrées barrer ver f p 26.71 32.36 0.25 0.61 par:pas; -barrés barré adj m p 3.36 2.64 0.69 0.81 -barrésien barrésien nom m s 0.00 0.07 0.00 0.07 -bars bar nom m p 67.57 61.35 7.39 8.78 -bartavelle bartavelle nom f s 1.61 1.08 0.67 0.00 -bartavelles bartavelle nom f p 1.61 1.08 0.94 1.08 -barème barème nom m s 0.31 0.54 0.17 0.34 -barèmes barème nom m p 0.31 0.54 0.14 0.20 -barye barye nom f s 0.01 0.00 0.01 0.00 -baryon baryon nom m s 0.01 0.00 0.01 0.00 -baryte baryte nom f s 0.00 0.07 0.00 0.07 -baryton baryton nom m s 0.83 2.70 0.78 2.50 -barytonnant barytonner ver 0.00 0.14 0.00 0.07 par:pre; -barytonner barytonner ver 0.00 0.14 0.00 0.07 inf; -barytons baryton nom m p 0.83 2.70 0.05 0.20 -baryté baryté adj m s 0.01 0.00 0.01 0.00 -baryum baryum nom m s 0.06 0.14 0.06 0.14 -barzoï barzoï nom m s 0.07 0.07 0.07 0.07 -bas_bleu bas_bleu nom m s 0.01 0.47 0.01 0.34 -bas_bleu bas_bleu nom m p 0.01 0.47 0.00 0.14 -bas_côté bas_côté nom m s 0.60 5.34 0.58 3.58 -bas_côté bas_côté nom m p 0.60 5.34 0.02 1.76 -bas_empire bas_empire nom m 0.00 0.07 0.00 0.07 -bas_flanc bas_flanc nom m 0.00 0.14 0.00 0.14 -bas_fond bas_fond nom m s 1.05 3.72 0.02 1.62 -bas_fond bas_fond nom m p 1.05 3.72 1.03 2.09 -bas_relief bas_relief nom m s 0.09 1.22 0.08 0.34 -bas_relief bas_relief nom m p 0.09 1.22 0.01 0.88 -bas_ventre bas_ventre nom m s 0.23 2.30 0.23 2.30 -bas bas adj m 85.56 187.09 73.86 99.80 -basa baser ver 15.61 2.70 0.02 0.00 ind:pas:3s; -basaient baser ver 15.61 2.70 0.10 0.07 ind:imp:3p; -basait baser ver 15.61 2.70 0.04 0.14 ind:imp:3s; -basal basal adj m s 0.15 0.00 0.15 0.00 -basalte basalte nom m s 0.03 1.01 0.03 0.95 -basaltes basalte nom m p 0.03 1.01 0.00 0.07 -basaltique basaltique adj s 0.00 0.34 0.00 0.34 -basane basane nom f s 0.01 0.95 0.00 0.88 -basanes basane nom f p 0.01 0.95 0.01 0.07 -basant baser ver 15.61 2.70 1.47 0.00 par:pre; -basané basané adj m s 0.44 2.50 0.32 1.69 -basanée basané adj f s 0.44 2.50 0.01 0.47 -basanées basané adj f p 0.44 2.50 0.01 0.14 -basanés basané adj m p 0.44 2.50 0.10 0.20 -bascula basculer ver 5.29 31.35 0.22 3.78 ind:pas:3s; -basculai basculer ver 5.29 31.35 0.00 0.27 ind:pas:1s; -basculaient basculer ver 5.29 31.35 0.10 0.74 ind:imp:3p; -basculais basculer ver 5.29 31.35 0.00 0.14 ind:imp:1s;ind:imp:2s; -basculait basculer ver 5.29 31.35 0.01 2.50 ind:imp:3s; -basculant basculant adj m s 0.06 0.95 0.04 0.54 -basculante basculant adj f s 0.06 0.95 0.00 0.27 -basculants basculant adj m p 0.06 0.95 0.03 0.14 -bascule basculer ver 5.29 31.35 1.12 4.39 imp:pre:2s;ind:pre:1s;ind:pre:3s; -basculement basculement nom m s 0.04 0.14 0.04 0.14 -basculent basculer ver 5.29 31.35 0.02 0.74 ind:pre:3p; -basculer basculer ver 5.29 31.35 2.33 10.95 inf; -basculera basculer ver 5.29 31.35 0.00 0.20 ind:fut:3s; -basculerai basculer ver 5.29 31.35 0.00 0.07 ind:fut:1s; -basculerais basculer ver 5.29 31.35 0.14 0.00 cnd:pre:2s; -basculerait basculer ver 5.29 31.35 0.01 0.14 cnd:pre:3s; -basculeront basculer ver 5.29 31.35 0.14 0.07 ind:fut:3p; -bascules basculer ver 5.29 31.35 0.03 0.07 ind:pre:2s; -basculez basculer ver 5.29 31.35 0.15 0.00 imp:pre:2p;ind:pre:2p; -basculions basculer ver 5.29 31.35 0.00 0.07 ind:imp:1p; -basculâmes basculer ver 5.29 31.35 0.00 0.07 ind:pas:1p; -basculât basculer ver 5.29 31.35 0.00 0.07 sub:imp:3s; -basculèrent basculer ver 5.29 31.35 0.00 0.34 ind:pas:3p; -basculé basculer ver m s 5.29 31.35 1.02 3.72 par:pas; -basculée basculer ver f s 5.29 31.35 0.00 0.54 par:pas; -basculées basculer ver f p 5.29 31.35 0.01 0.07 par:pas; -basculés basculer ver m p 5.29 31.35 0.01 0.20 par:pas; -base_ball base_ball nom m s 10.12 1.28 10.12 1.28 -base base nom f s 59.22 44.46 51.69 31.96 -baseball baseball nom m s 6.95 0.00 6.95 0.00 -basent baser ver 15.61 2.70 0.23 0.00 ind:pre:3p; -baser baser ver 15.61 2.70 0.44 0.07 inf; -basera baser ver 15.61 2.70 0.01 0.00 ind:fut:3s; -baseront baser ver 15.61 2.70 0.03 0.00 ind:fut:3p; -bases base nom f p 59.22 44.46 7.53 12.50 -basez baser ver 15.61 2.70 0.35 0.07 imp:pre:2p;ind:pre:2p; -basic basic nom m s 0.03 0.00 0.03 0.00 -basilaire basilaire adj s 0.04 0.00 0.04 0.00 -basileus basileus nom m 0.04 0.00 0.04 0.00 -basilic basilic nom m s 1.86 1.01 1.86 1.01 -basilicum basilicum nom m s 0.00 0.07 0.00 0.07 -basilique basilique nom f s 0.66 4.19 0.52 3.92 -basiliques basilique nom f p 0.66 4.19 0.14 0.27 -basin basin nom m s 0.00 0.07 0.00 0.07 -basique basique adj s 1.30 0.00 0.85 0.00 -basiques basique adj p 1.30 0.00 0.45 0.00 -basket_ball basket_ball nom m s 1.38 0.34 1.38 0.34 -basket basket nom s 16.48 3.45 10.91 0.88 -baskets basket nom p 16.48 3.45 5.56 2.57 -basketteur basketteur nom m s 0.43 0.20 0.31 0.07 -basketteurs basketteur nom m p 0.43 0.20 0.10 0.07 -basketteuse basketteur nom f s 0.43 0.20 0.01 0.00 -basketteuses basketteur nom f p 0.43 0.20 0.01 0.07 -basmati basmati nom m s 0.03 0.00 0.03 0.00 -basoche basoche nom f s 0.00 0.07 0.00 0.07 -basons baser ver 15.61 2.70 0.02 0.07 imp:pre:1p;ind:pre:1p; -basquaise basquais adj f s 0.13 0.14 0.13 0.14 -basque basque adj s 8.73 3.58 7.51 3.24 -basques basque nom p 4.12 2.64 3.52 2.16 -bassa bassa nom s 0.00 0.14 0.00 0.07 -bassas bassa nom p 0.00 0.14 0.00 0.07 -basse_cour basse_cour nom f s 0.81 3.85 0.57 3.65 -basse_fosse basse_fosse nom f s 0.01 0.20 0.01 0.14 -basse_taille basse_taille nom f s 0.00 0.14 0.00 0.14 -basse bas adj f s 85.56 187.09 9.54 71.28 -bassement bassement adv 0.35 0.54 0.35 0.54 -basse_cour basse_cour nom f p 0.81 3.85 0.23 0.20 -basse_fosse basse_fosse nom f p 0.01 0.20 0.00 0.07 -basses bas adj f p 85.56 187.09 2.15 16.01 -bassesse bassesse nom f s 1.72 3.65 1.15 2.50 -bassesses bassesse nom f p 1.72 3.65 0.57 1.15 -basset basset nom m s 0.70 1.49 0.53 1.28 -bassets basset nom m p 0.70 1.49 0.17 0.20 -bassette bassette nom f s 0.01 0.07 0.01 0.07 -bassin bassin nom m s 5.03 25.20 4.51 21.22 -bassinaient bassiner ver 0.46 1.42 0.00 0.07 ind:imp:3p; -bassinais bassiner ver 0.46 1.42 0.00 0.07 ind:imp:1s; -bassinait bassiner ver 0.46 1.42 0.02 0.07 ind:imp:3s; -bassinant bassiner ver 0.46 1.42 0.00 0.07 par:pre; -bassine bassine nom f s 1.59 8.99 1.55 6.55 -bassiner bassiner ver 0.46 1.42 0.23 0.54 inf; -bassines bassine nom f p 1.59 8.99 0.04 2.43 -bassinet bassinet nom m s 0.16 0.34 0.16 0.34 -bassinez bassiner ver 0.46 1.42 0.01 0.00 ind:pre:2p; -bassinoire bassinoire nom f s 0.01 0.47 0.00 0.41 -bassinoires bassinoire nom f p 0.01 0.47 0.01 0.07 -bassins bassin nom m p 5.03 25.20 0.52 3.99 -bassiné bassiner ver m s 0.46 1.42 0.07 0.14 par:pas; -bassiste bassiste nom s 0.94 0.81 0.93 0.74 -bassistes bassiste nom p 0.94 0.81 0.02 0.07 -basson basson nom m s 0.07 0.07 0.07 0.07 -basta basta ono 2.15 1.49 2.15 1.49 -baste baste ono 0.42 0.14 0.42 0.14 -baster baster ver 0.10 0.20 0.01 0.00 inf; -bastide bastide nom f s 1.14 0.41 0.73 0.27 -bastides bastide nom f p 1.14 0.41 0.40 0.14 -bastille bastille nom f s 1.81 4.32 1.81 4.12 -bastilles bastille nom f p 1.81 4.32 0.00 0.20 -bastingage bastingage nom m s 0.23 2.03 0.23 1.82 -bastingages bastingage nom m p 0.23 2.03 0.00 0.20 -bastion bastion nom m s 1.49 2.70 1.44 1.89 -bastionnée bastionner ver f s 0.00 0.07 0.00 0.07 par:pas; -bastions bastion nom m p 1.49 2.70 0.04 0.81 -baston baston nom m s 1.51 0.88 1.43 0.81 -bastonnade bastonnade nom f s 0.13 0.47 0.12 0.41 -bastonnades bastonnade nom f p 0.13 0.47 0.01 0.07 -bastonne bastonner ver 0.62 0.68 0.25 0.14 imp:pre:2s;ind:pre:1s;ind:pre:3s; -bastonnent bastonner ver 0.62 0.68 0.01 0.00 ind:pre:3p; -bastonner bastonner ver 0.62 0.68 0.17 0.20 inf; -bastonneurs bastonneur nom m p 0.02 0.00 0.02 0.00 -bastonné bastonner ver m s 0.62 0.68 0.06 0.27 par:pas; -bastonnée bastonner ver f s 0.62 0.68 0.10 0.07 par:pas; -bastonnés bastonner ver m p 0.62 0.68 0.02 0.00 par:pas; -bastons baston nom m p 1.51 0.88 0.09 0.07 -bastos bastos nom f 0.42 1.62 0.42 1.62 -bastringue bastringue nom m s 0.50 1.08 0.42 1.01 -bastringues bastringue nom m p 0.50 1.08 0.08 0.07 -basé baser ver m s 15.61 2.70 4.86 0.41 par:pas; -basée baser ver f s 15.61 2.70 3.60 0.74 par:pas; -basées baser ver f p 15.61 2.70 1.14 0.27 par:pas; -basés baser ver m p 15.61 2.70 1.15 0.61 par:pas; -bat_flanc bat_flanc nom m 0.00 2.84 0.00 2.84 -bat_l_eau bat_l_eau nom m s 0.00 0.07 0.00 0.07 -bat battre ver 200.32 182.36 27.36 17.97 ind:pre:3s; -bataclan bataclan nom m s 0.25 1.08 0.25 1.08 -batailla batailler ver 0.34 1.76 0.00 0.07 ind:pas:3s; -bataillait batailler ver 0.34 1.76 0.00 0.27 ind:imp:3s; -bataillant batailler ver 0.34 1.76 0.01 0.27 par:pre; -bataille bataille nom f s 32.02 77.77 28.31 64.19 -bataillent batailler ver 0.34 1.76 0.00 0.14 ind:pre:3p; -batailler batailler ver 0.34 1.76 0.10 0.61 inf; -batailles bataille nom f p 32.02 77.77 3.71 13.58 -batailleur batailleur nom m s 0.01 0.00 0.01 0.00 -batailleurs batailleur adj m p 0.00 1.35 0.00 0.47 -batailleuse batailleur adj f s 0.00 1.35 0.00 0.20 -batailleuses batailleur adj f p 0.00 1.35 0.00 0.07 -bataillon bataillon nom m s 8.13 29.53 6.84 20.07 -bataillonnaire bataillonnaire nom m s 0.00 0.14 0.00 0.07 -bataillonnaires bataillonnaire nom m p 0.00 0.14 0.00 0.07 -bataillons bataillon nom m p 8.13 29.53 1.28 9.46 -bataillèrent batailler ver 0.34 1.76 0.00 0.07 ind:pas:3p; -bataillé batailler ver m s 0.34 1.76 0.06 0.07 par:pas; -bataillés batailler ver m p 0.34 1.76 0.00 0.07 par:pas; -batak batak nom m s 0.05 0.00 0.05 0.00 -batardeau batardeau nom m s 0.02 0.00 0.02 0.00 -batave batave adj s 0.01 0.27 0.01 0.14 -bataves batave adj p 0.01 0.27 0.00 0.14 -bateau_citerne bateau_citerne nom m s 0.03 0.00 0.03 0.00 -bateau_lavoir bateau_lavoir nom m s 0.00 0.20 0.00 0.14 -bateau_mouche bateau_mouche nom m s 0.01 0.74 0.01 0.34 -bateau_pilote bateau_pilote nom m s 0.01 0.00 0.01 0.00 -bateau_pompe bateau_pompe nom m s 0.00 0.07 0.00 0.07 -bateau bateau nom m s 124.82 82.36 106.55 61.22 -bateau_lavoir bateau_lavoir nom m p 0.00 0.20 0.00 0.07 -bateau_mouche bateau_mouche nom m p 0.01 0.74 0.00 0.41 -bateaux bateau nom m p 124.82 82.36 18.27 21.15 -batelets batelet nom m p 0.00 0.20 0.00 0.20 -bateleur bateleur nom m s 0.00 1.08 0.00 0.61 -bateleurs bateleur nom m p 0.00 1.08 0.00 0.47 -batelier batelier nom m s 0.36 1.89 0.25 0.61 -bateliers batelier nom m p 0.36 1.89 0.11 1.28 -batellerie batellerie nom f s 0.00 0.20 0.00 0.20 -bath bath adj 0.29 4.73 0.29 4.73 -bathyale bathyal adj f s 0.01 0.00 0.01 0.00 -bathymètre bathymètre nom m s 0.01 0.00 0.01 0.00 -bathymétrique bathymétrique adj m s 0.01 0.00 0.01 0.00 -bathyscaphe bathyscaphe nom m s 0.05 0.00 0.05 0.00 -bathysphère bathysphère nom f s 0.01 0.00 0.01 0.00 -batifola batifoler ver 1.21 0.88 0.00 0.07 ind:pas:3s; -batifolage batifolage nom m s 0.25 0.14 0.23 0.07 -batifolages batifolage nom m p 0.25 0.14 0.01 0.07 -batifolaient batifoler ver 1.21 0.88 0.01 0.14 ind:imp:3p; -batifolais batifoler ver 1.21 0.88 0.01 0.00 ind:imp:1s; -batifolait batifoler ver 1.21 0.88 0.01 0.14 ind:imp:3s; -batifolant batifoler ver 1.21 0.88 0.17 0.20 par:pre; -batifole batifoler ver 1.21 0.88 0.17 0.07 ind:pre:1s;ind:pre:3s; -batifolent batifoler ver 1.21 0.88 0.03 0.00 ind:pre:3p; -batifoler batifoler ver 1.21 0.88 0.72 0.20 inf; -batifoles batifoler ver 1.21 0.88 0.01 0.00 ind:pre:2s; -batifoleurs batifoleur nom m p 0.00 0.14 0.00 0.14 -batifolez batifoler ver 1.21 0.88 0.02 0.00 imp:pre:2p;ind:pre:2p; -batifolé batifoler ver m s 1.21 0.88 0.05 0.07 par:pas; -batik batik nom m s 0.00 0.14 0.00 0.14 -batiste batiste nom f s 0.00 0.88 0.00 0.88 -batracien batracien nom m s 0.03 0.54 0.03 0.27 -batracienne batracien adj f s 0.01 0.07 0.01 0.07 -batraciens batracien nom m p 0.03 0.54 0.00 0.27 -bats battre ver 200.32 182.36 13.72 2.77 imp:pre:2s;ind:pre:1s;ind:pre:2s; -battîmes battre ver 200.32 182.36 0.00 0.07 ind:pas:1p; -battît battre ver 200.32 182.36 0.00 0.14 sub:imp:3s; -battage battage nom m s 0.18 0.34 0.18 0.27 -battages battage nom m p 0.18 0.34 0.00 0.07 -battaient battre ver 200.32 182.36 2.14 11.15 ind:imp:3p; -battais battre ver 200.32 182.36 1.24 1.62 ind:imp:1s;ind:imp:2s; -battait battre ver 200.32 182.36 6.78 28.38 ind:imp:3s; -battant battre ver 200.32 182.36 2.00 8.31 par:pre; -battante battant nom f s 1.73 11.42 0.42 0.07 -battantes battant adj f p 1.07 12.84 0.01 1.28 -battants battant nom m p 1.73 11.42 0.39 3.99 -batte batte nom f s 6.87 0.41 6.39 0.27 -battement battement nom m s 5.28 19.26 2.59 10.81 -battements battement nom m p 5.28 19.26 2.69 8.45 -battent battre ver 200.32 182.36 8.87 7.91 ind:pre:3p; -batterie batterie nom f s 14.24 15.54 10.61 9.73 -batteries batterie nom f p 14.24 15.54 3.63 5.81 -battes battre ver 200.32 182.36 0.65 0.14 sub:pre:2s; -batteur batteur nom m s 4.50 3.99 3.34 1.82 -batteurs batteur nom m p 4.50 3.99 0.89 0.61 -batteuse batteur nom f s 4.50 3.99 0.27 1.42 -batteuses batteuse nom f p 0.11 0.00 0.11 0.00 -battez battre ver 200.32 182.36 7.69 0.68 imp:pre:2p;ind:pre:2p; -battiez battre ver 200.32 182.36 0.52 0.27 ind:imp:2p; -battions battre ver 200.32 182.36 0.22 0.54 ind:imp:1p; -battirent battre ver 200.32 182.36 0.27 1.22 ind:pas:3p; -battis battre ver 200.32 182.36 0.14 0.41 ind:pas:1s; -battit battre ver 200.32 182.36 0.36 6.42 ind:pas:3s; -battle_dress battle_dress nom m 0.00 0.14 0.00 0.14 -battoir battoir nom m s 0.06 2.43 0.02 1.35 -battoires battoire nom m p 0.00 0.07 0.00 0.07 -battoirs battoir nom m p 0.06 2.43 0.03 1.08 -battons battre ver 200.32 182.36 2.26 1.55 imp:pre:1p;ind:pre:1p; -battra battre ver 200.32 182.36 2.74 0.81 ind:fut:3s; -battrai battre ver 200.32 182.36 2.54 0.47 ind:fut:1s; -battraient battre ver 200.32 182.36 0.17 0.68 cnd:pre:3p; -battrais battre ver 200.32 182.36 1.15 0.07 cnd:pre:1s;cnd:pre:2s; -battrait battre ver 200.32 182.36 1.02 1.55 cnd:pre:3s; -battras battre ver 200.32 182.36 0.52 0.27 ind:fut:2s; -battre battre ver 200.32 182.36 75.89 57.36 inf;; -battrez battre ver 200.32 182.36 0.41 0.14 ind:fut:2p; -battriez battre ver 200.32 182.36 0.12 0.00 cnd:pre:2p; -battrions battre ver 200.32 182.36 0.01 0.00 cnd:pre:1p; -battrons battre ver 200.32 182.36 1.07 0.47 ind:fut:1p; -battront battre ver 200.32 182.36 0.84 0.00 ind:fut:3p; -battu battre ver m s 200.32 182.36 24.13 17.36 par:pas; -battue battre ver f s 200.32 182.36 5.87 4.93 par:pas; -battues battre ver f p 200.32 182.36 0.41 0.95 par:pas; -battus battre ver m p 200.32 182.36 6.89 6.49 par:pas; -batée batée nom f s 0.01 0.07 0.01 0.07 -bau bau nom m s 0.22 0.07 0.22 0.07 -baud baud nom m s 0.01 0.00 0.01 0.00 -baudelairien baudelairien adj m s 0.00 0.27 0.00 0.07 -baudelairiennes baudelairien adj f p 0.00 0.27 0.00 0.07 -baudelairiens baudelairien adj m p 0.00 0.27 0.00 0.14 -baudet baudet nom m s 0.13 0.54 0.11 0.41 -baudets baudet nom m p 0.13 0.54 0.03 0.14 -baudrier baudrier nom m s 0.18 3.45 0.17 2.50 -baudriers baudrier nom m p 0.18 3.45 0.01 0.95 -baudroie baudroie nom f s 0.01 0.07 0.01 0.00 -baudroies baudroie nom f p 0.01 0.07 0.00 0.07 -baudruche baudruche nom f s 0.32 0.88 0.28 0.81 -baudruches baudruche nom f p 0.32 0.88 0.04 0.07 -bauge bauge nom f s 0.14 1.35 0.14 1.22 -bauges bauge nom f p 0.14 1.35 0.00 0.14 -baugé bauger ver m s 0.00 0.07 0.00 0.07 par:pas; -baume baume nom s 1.94 3.65 1.79 2.91 -baumes baume nom p 1.94 3.65 0.16 0.74 -baumier baumier nom m s 0.01 0.07 0.01 0.00 -baumiers baumier nom m p 0.01 0.07 0.00 0.07 -baux bail,bau nom m p 0.19 0.34 0.19 0.34 -bauxite bauxite nom f s 0.18 0.41 0.18 0.41 -bava baver ver 9.79 12.36 0.02 0.20 ind:pas:3s; -bavaient baver ver 9.79 12.36 0.02 0.41 ind:imp:3p; -bavais baver ver 9.79 12.36 0.06 0.54 ind:imp:1s; -bavait baver ver 9.79 12.36 0.39 1.62 ind:imp:3s; -bavant baver ver 9.79 12.36 0.14 1.35 par:pre; -bavard bavard adj m s 4.85 12.30 2.39 4.86 -bavarda bavarder ver 16.43 24.19 0.00 0.47 ind:pas:3s; -bavardage bavardage nom m s 3.57 9.73 1.48 5.34 -bavardages bavardage nom m p 3.57 9.73 2.08 4.39 -bavardai bavarder ver 16.43 24.19 0.01 0.07 ind:pas:1s; -bavardaient bavarder ver 16.43 24.19 0.04 2.23 ind:imp:3p; -bavardais bavarder ver 16.43 24.19 0.07 0.20 ind:imp:1s; -bavardait bavarder ver 16.43 24.19 0.89 2.16 ind:imp:3s; -bavardant bavarder ver 16.43 24.19 0.18 2.64 par:pre; -bavarde bavarder ver 16.43 24.19 1.55 1.96 imp:pre:2s;ind:pre:1s;ind:pre:3s; -bavardent bavarder ver 16.43 24.19 0.48 0.88 ind:pre:3p; -bavarder bavarder ver 16.43 24.19 8.66 8.99 inf; -bavardera bavarder ver 16.43 24.19 0.48 0.14 ind:fut:3s; -bavarderai bavarder ver 16.43 24.19 0.00 0.14 ind:fut:1s; -bavarderait bavarder ver 16.43 24.19 0.10 0.07 cnd:pre:3s; -bavarderas bavarder ver 16.43 24.19 0.01 0.00 ind:fut:2s; -bavarderons bavarder ver 16.43 24.19 0.32 0.07 ind:fut:1p; -bavardes bavard adj f p 4.85 12.30 0.61 0.61 -bavardez bavarder ver 16.43 24.19 0.63 0.07 imp:pre:2p;ind:pre:2p; -bavardiez bavarder ver 16.43 24.19 0.01 0.07 ind:imp:2p; -bavardions bavarder ver 16.43 24.19 0.06 0.74 ind:imp:1p; -bavardons bavarder ver 16.43 24.19 0.98 0.47 imp:pre:1p;ind:pre:1p; -bavards bavard adj m p 4.85 12.30 0.69 2.09 -bavardèrent bavarder ver 16.43 24.19 0.00 0.47 ind:pas:3p; -bavardé bavarder ver m s 16.43 24.19 1.90 2.16 par:pas; -bavarois bavarois adj m 0.52 1.82 0.29 0.95 -bavaroise bavarois adj f s 0.52 1.82 0.20 0.27 -bavaroises bavarois adj f p 0.52 1.82 0.02 0.61 -bavassaient bavasser ver 0.91 0.95 0.00 0.07 ind:imp:3p; -bavassait bavasser ver 0.91 0.95 0.16 0.14 ind:imp:3s; -bavassant bavasser ver 0.91 0.95 0.01 0.07 par:pre; -bavasse bavasser ver 0.91 0.95 0.18 0.07 ind:pre:1s;ind:pre:3s; -bavassent bavasser ver 0.91 0.95 0.01 0.14 ind:pre:3p; -bavasser bavasser ver 0.91 0.95 0.48 0.41 inf; -bavasses bavasser ver 0.91 0.95 0.03 0.07 ind:pre:2s; -bavasseur bavasseur adj m s 0.01 0.00 0.01 0.00 -bavassiez bavasser ver 0.91 0.95 0.01 0.00 ind:imp:2p; -bavassé bavasser ver m s 0.91 0.95 0.03 0.00 par:pas; -bave bave nom f s 2.10 3.99 2.08 3.78 -bavent baver ver 9.79 12.36 0.74 0.61 ind:pre:3p; -baver baver ver 9.79 12.36 3.04 4.12 inf; -baverais baver ver 9.79 12.36 0.00 0.07 cnd:pre:1s; -baveras baver ver 9.79 12.36 0.17 0.00 ind:fut:2s; -baverez baver ver 9.79 12.36 0.02 0.07 ind:fut:2p; -baveront baver ver 9.79 12.36 0.01 0.07 ind:fut:3p; -baves baver ver 9.79 12.36 0.97 0.00 ind:pre:2s; -bavette bavette nom f s 0.35 0.95 0.19 0.88 -bavettes bavette nom f p 0.35 0.95 0.16 0.07 -baveur baveur adj m s 0.05 0.20 0.05 0.14 -baveurs baveur adj m p 0.05 0.20 0.00 0.07 -baveuse baveux adj f s 1.31 4.05 0.17 0.95 -baveuses baveux adj f p 1.31 4.05 0.11 0.34 -baveux baveux adj m 1.31 4.05 1.02 2.77 -bavez baver ver 9.79 12.36 0.08 0.14 imp:pre:2p;ind:pre:2p; -bavocher bavocher ver 0.00 0.07 0.00 0.07 inf; -bavoir bavoir nom m s 0.26 0.61 0.22 0.41 -bavoirs bavoir nom m p 0.26 0.61 0.04 0.20 -bavons baver ver 9.79 12.36 0.16 0.00 imp:pre:1p;ind:pre:1p; -bavotait bavoter ver 0.00 0.14 0.00 0.07 ind:imp:3s; -bavotant bavoter ver 0.00 0.14 0.00 0.07 par:pre; -bavé baver ver m s 9.79 12.36 2.52 1.42 par:pas; -bavure bavure nom f s 1.65 4.12 1.28 1.69 -bavures bavure nom f p 1.65 4.12 0.38 2.43 -bayadère bayadère nom f s 0.21 0.27 0.10 0.14 -bayadères bayadère nom f p 0.21 0.27 0.11 0.14 -bayaient bayer ver 0.05 0.54 0.00 0.07 ind:imp:3p; -bayant bayer ver 0.05 0.54 0.00 0.07 par:pre; -bayard bayard nom m s 0.00 0.07 0.00 0.07 -baye bayer ver 0.05 0.54 0.00 0.07 ind:pre:3s; -bayer bayer ver 0.05 0.54 0.01 0.20 inf; -bayons bayer ver 0.05 0.54 0.01 0.00 imp:pre:1p; -bayou bayou nom m s 0.81 0.14 0.76 0.00 -bayous bayou nom m p 0.81 0.14 0.05 0.14 -bayé bayer ver m s 0.05 0.54 0.00 0.14 par:pas; -bazar bazar nom m s 8.36 7.43 8.18 6.42 -bazard bazard nom m s 0.20 0.00 0.20 0.00 -bazardait bazarder ver 1.07 1.42 0.00 0.14 ind:imp:3s; -bazardant bazarder ver 1.07 1.42 0.00 0.07 par:pre; -bazarde bazarder ver 1.07 1.42 0.40 0.27 imp:pre:2s;ind:pre:1s;ind:pre:3s; -bazarder bazarder ver 1.07 1.42 0.30 0.61 inf; -bazarderez bazarder ver 1.07 1.42 0.00 0.07 ind:fut:2p; -bazardes bazarder ver 1.07 1.42 0.17 0.00 ind:pre:2s; -bazardeur bazardeur nom m s 0.00 0.07 0.00 0.07 -bazardé bazarder ver m s 1.07 1.42 0.14 0.20 par:pas; -bazardée bazarder ver f s 1.07 1.42 0.05 0.00 par:pas; -bazardées bazarder ver f p 1.07 1.42 0.01 0.07 par:pas; -bazars bazar nom m p 8.36 7.43 0.17 1.01 -bazooka bazooka nom m s 1.57 0.88 1.21 0.81 -bazookas bazooka nom m p 1.57 0.88 0.36 0.07 -bcbg bcbg adj 0.14 0.14 0.14 0.14 -be_bop be_bop nom m 0.31 0.34 0.31 0.34 -beagle beagle nom m s 0.15 0.00 0.08 0.00 -beagles beagle nom m p 0.15 0.00 0.07 0.00 -beat_generation beat_generation nom f s 0.00 0.14 0.00 0.14 -beat beat adj s 1.34 0.20 1.34 0.20 -beatnik beatnik nom s 0.45 0.07 0.33 0.00 -beatniks beatnik nom p 0.45 0.07 0.12 0.07 -beau_fils beau_fils nom m 1.29 1.01 1.27 1.01 -beau_frère beau_frère nom m s 13.14 15.68 9.13 8.65 -beau_papa beau_papa nom m s 0.23 0.14 0.23 0.14 -beau_parent beau_parent nom m s 0.01 0.00 0.01 0.00 -beau_père beau_père nom m s 16.54 14.05 9.29 7.09 -beau beau adj m s 671.86 620.07 281.23 270.07 -beauceron beauceron adj m s 0.00 1.35 0.00 0.47 -beauceronne beauceron adj f s 0.00 1.35 0.00 0.47 -beauceronnes beauceron adj f p 0.00 1.35 0.00 0.07 -beaucerons beauceron adj m p 0.00 1.35 0.00 0.34 -beaucoup beaucoup adv_sup 626.00 461.42 626.00 461.42 -beauf beauf nom m s 1.07 0.41 0.96 0.34 -beaufs beauf nom m p 1.07 0.41 0.11 0.07 -beaujolais beaujolais nom m 0.04 1.49 0.04 1.49 -beaujolpif beaujolpif nom m s 0.00 0.41 0.00 0.41 -beaupré beaupré nom m s 0.01 0.07 0.01 0.07 -beauté beauté nom f s 72.56 92.64 68.57 87.64 -beautés beauté nom f p 72.56 92.64 3.99 5.00 -beauvais beauvais nom s 0.00 0.07 0.00 0.07 -beaux_arts beaux_arts nom m p 2.19 3.38 2.19 3.38 -beaux_enfants beaux_enfants nom m p 0.06 0.00 0.06 0.00 -beau_fils beau_fils nom m p 1.29 1.01 0.03 0.00 -beau_frère beau_frère nom m p 13.14 15.68 0.62 1.01 -beaux_parents beaux_parents nom m p 1.52 1.22 1.52 1.22 -beaux beau adj m p 671.86 620.07 57.20 63.78 -bec_de_cane bec_de_cane nom m s 0.01 1.42 0.01 1.42 -bec_de_lièvre bec_de_lièvre nom m s 0.10 0.61 0.10 0.61 -bec bec nom m s 7.39 26.96 6.74 23.31 -because because con 2.78 1.01 2.78 1.01 -becfigue becfigue nom m s 0.27 0.07 0.14 0.00 -becfigues becfigue nom m p 0.27 0.07 0.14 0.07 -becquant becquer ver 0.04 0.54 0.00 0.54 par:pre; -becquer becquer ver 0.04 0.54 0.01 0.00 inf; -becquet becquet nom m s 0.02 0.07 0.02 0.00 -becquetaient becqueter ver 0.10 1.89 0.00 0.20 ind:imp:3p; -becquetait becqueter ver 0.10 1.89 0.00 0.14 ind:imp:3s; -becquetance becquetance nom f s 0.00 0.07 0.00 0.07 -becquetant becqueter ver 0.10 1.89 0.00 0.07 par:pre; -becqueter becqueter ver 0.10 1.89 0.10 1.08 inf; -becquets becquet nom m p 0.02 0.07 0.00 0.07 -becquette becqueter ver 0.10 1.89 0.00 0.07 imp:pre:2s; -becqueté becqueter ver m s 0.10 1.89 0.00 0.20 par:pas; -becquetés becqueter ver m p 0.10 1.89 0.00 0.14 par:pas; -becqué becquer ver m s 0.04 0.54 0.03 0.00 par:pas; -becquée becquée nom f s 0.02 0.41 0.02 0.41 -becs bec nom m p 7.39 26.96 0.66 3.65 -becta becter ver 0.17 4.53 0.00 0.07 ind:pas:3s; -bectais becter ver 0.17 4.53 0.00 0.14 ind:imp:1s; -bectait becter ver 0.17 4.53 0.00 0.34 ind:imp:3s; -bectance bectance nom f s 0.10 0.95 0.10 0.95 -bectant becter ver 0.17 4.53 0.00 0.14 par:pre; -becte becter ver 0.17 4.53 0.14 0.34 imp:pre:2s;ind:pre:1s;ind:pre:3s; -bectent becter ver 0.17 4.53 0.00 0.14 ind:pre:3p; -becter becter ver 0.17 4.53 0.02 2.09 inf; -becterais becter ver 0.17 4.53 0.00 0.07 cnd:pre:1s; -becteras becter ver 0.17 4.53 0.00 0.07 ind:fut:2s; -becté becter ver m s 0.17 4.53 0.00 1.01 par:pas; -bectées becter ver f p 0.17 4.53 0.01 0.07 par:pas; -bectés becter ver m p 0.17 4.53 0.00 0.07 par:pas; -bedaine bedaine nom f s 0.89 1.62 0.89 1.42 -bedaines bedaine nom f p 0.89 1.62 0.00 0.20 -bedeau bedeau nom m s 0.25 1.76 0.25 1.69 -bedeaux bedeau nom m p 0.25 1.76 0.00 0.07 -bedon bedon nom m s 0.04 0.27 0.04 0.20 -bedonnant bedonnant adj m s 0.33 1.49 0.14 1.01 -bedonnante bedonnant adj f s 0.33 1.49 0.01 0.07 -bedonnantes bedonnant adj f p 0.33 1.49 0.14 0.20 -bedonnants bedonnant adj m p 0.33 1.49 0.05 0.20 -bedonne bedonner ver 0.03 0.34 0.00 0.07 ind:pre:3s; -bedons bedon nom m p 0.04 0.27 0.00 0.07 -beefsteak beefsteak nom m s 0.21 0.34 0.20 0.20 -beefsteaks beefsteak nom m p 0.21 0.34 0.01 0.14 -beeper beeper nom m s 0.34 0.00 0.34 0.00 -beethovénien beethovénien adj m s 0.00 0.07 0.00 0.07 -beffroi beffroi nom m s 0.47 0.74 0.47 0.74 -behavioriste behavioriste adj s 0.01 0.00 0.01 0.00 -behavioriste behavioriste nom s 0.01 0.00 0.01 0.00 -beige beige adj m s 1.03 8.11 1.02 6.82 -beigeasses beigeasse adj p 0.00 0.07 0.00 0.07 -beiges beige nom p 0.27 1.49 0.03 0.34 -beigne beigne nom f s 0.58 2.16 0.48 1.42 -beignes beigne nom f p 0.58 2.16 0.10 0.74 -beignet beignet nom m s 8.69 2.77 2.52 0.61 -beignets beignet nom m p 8.69 2.77 6.17 2.16 -bel_canto bel_canto nom m 0.26 0.41 0.26 0.41 -bel bel adj m s 31.35 37.09 31.35 37.09 -belette belette nom f s 2.01 0.88 1.74 0.68 -belettes belette nom f p 2.01 0.88 0.27 0.20 -belge belge adj s 3.03 8.99 2.83 6.55 -belges belge nom p 2.00 5.07 0.68 2.70 -belgicains belgicain nom m p 0.00 0.07 0.00 0.07 -belgique belgique nom f s 0.02 0.27 0.02 0.27 -belladone belladone nom f s 0.15 0.47 0.15 0.41 -belladones belladone nom f p 0.15 0.47 0.00 0.07 -belle_doche belle_doche nom f s 0.05 0.07 0.05 0.07 -belle_famille belle_famille nom f s 0.71 1.22 0.71 1.15 -belle_fille belle_fille nom f s 3.32 2.57 3.29 2.50 -belle_maman belle_maman nom f s 0.85 0.34 0.85 0.34 -beau_père beau_père nom f s 16.54 14.05 7.17 6.82 -belle_à_voir belle_à_voir nom f s 0.00 0.27 0.00 0.27 -beau_frère beau_frère nom f s 13.14 15.68 3.36 5.47 -belle_lurette belle_lurette nom f s 0.75 2.64 0.75 2.64 -belle beau adj f s 671.86 620.07 284.08 223.65 -bellement bellement adv 0.14 0.54 0.14 0.54 -belle_de_jour belle_de_jour nom f p 0.00 0.07 0.00 0.07 -belle_de_nuit belle_de_nuit nom f p 0.00 0.34 0.00 0.34 -belle_famille belle_famille nom f p 0.71 1.22 0.00 0.07 -belle_fille belle_fille nom f p 3.32 2.57 0.04 0.07 -belle_lettre belle_lettre nom f p 0.00 0.41 0.00 0.41 -beau_père beau_père nom f p 16.54 14.05 0.08 0.14 -beau_frère beau_frère nom f p 13.14 15.68 0.04 0.54 -belles beau adj f p 671.86 620.07 49.35 62.57 -bellevillois bellevillois adj m 0.00 0.20 0.00 0.07 -bellevilloise bellevillois adj f s 0.00 0.20 0.00 0.14 -belliciste belliciste nom s 0.07 0.07 0.05 0.00 -bellicistes belliciste adj p 0.21 0.14 0.17 0.07 -belligérance belligérance nom f s 0.01 0.34 0.01 0.34 -belligérant belligérant adj m s 0.11 1.15 0.01 0.14 -belligérante belligérant adj f s 0.11 1.15 0.00 0.54 -belligérantes belligérant adj f p 0.11 1.15 0.10 0.14 -belligérants belligérant nom m p 0.07 0.88 0.05 0.81 -belliqueuse belliqueux adj f s 0.51 2.30 0.06 0.81 -belliqueusement belliqueusement adv 0.00 0.07 0.00 0.07 -belliqueuses belliqueux adj f p 0.51 2.30 0.04 0.20 -belliqueux belliqueux adj m 0.51 2.30 0.41 1.28 -bellissime bellissime adj f s 0.01 0.07 0.01 0.07 -bellot bellot adj m s 0.01 0.00 0.01 0.00 -bellâtre bellâtre nom m s 0.32 1.01 0.32 1.01 -belluaire belluaire nom m s 0.00 0.14 0.00 0.14 -belon belon nom f s 0.00 1.01 0.00 0.54 -belons belon nom f p 0.00 1.01 0.00 0.47 -belote belote nom f s 0.26 4.19 0.26 3.99 -beloter beloter ver 0.00 0.14 0.00 0.14 inf; -belotes belote nom f p 0.26 4.19 0.00 0.20 -beloteurs beloteur nom m p 0.00 0.20 0.00 0.20 -belotte belotter ver 0.00 0.07 0.00 0.07 ind:pre:1s; -beluga beluga nom m s 0.04 0.07 0.04 0.07 -belvédère belvédère nom m s 0.18 0.74 0.17 0.54 -belvédères belvédère nom m p 0.18 0.74 0.01 0.20 -ben ben nom_sup m 61.43 24.19 61.43 24.19 -benedictus benedictus nom m 0.11 0.07 0.11 0.07 -bengalais bengalais nom m 0.27 0.00 0.27 0.00 -bengali bengali nom m s 0.26 0.61 0.16 0.41 -bengalis bengali nom m p 0.26 0.61 0.10 0.20 -benjamin benjamin nom m s 0.81 0.81 0.33 0.47 -benjamine benjamin nom f s 0.81 0.81 0.44 0.27 -benjamins benjamin nom m p 0.81 0.81 0.04 0.07 -benjoin benjoin nom m s 0.00 0.88 0.00 0.88 -benne benne nom f s 2.38 3.11 2.12 1.76 -bennes benne nom f p 2.38 3.11 0.27 1.35 -benoît benoît adj m s 0.90 0.20 0.90 0.07 -benoîte benoît adj f s 0.90 0.20 0.00 0.14 -benoîtement benoîtement adv 0.00 0.81 0.00 0.81 -benthique benthique adj m s 0.01 0.00 0.01 0.00 -benêt benêt nom m s 1.30 1.49 1.20 1.08 -benêts benêt nom m p 1.30 1.49 0.10 0.41 -benzidine benzidine nom f s 0.01 0.00 0.01 0.00 -benzine benzine nom f s 0.01 0.41 0.01 0.41 -benzoate benzoate nom m s 0.04 0.00 0.04 0.00 -benzodiazépine benzodiazépine nom f s 0.02 0.00 0.02 0.00 -benzonaphtol benzonaphtol nom m s 0.10 0.00 0.10 0.00 -benzène benzène nom m s 0.12 0.00 0.12 0.00 -benzédrine benzédrine nom f s 0.07 0.27 0.07 0.27 -benzylique benzylique adj m s 0.01 0.00 0.01 0.00 -ber ber nom m s 0.16 0.07 0.16 0.07 -berbère berbère adj s 0.03 1.22 0.01 0.81 -berbères berbère adj p 0.03 1.22 0.02 0.41 -bercail bercail nom m s 2.33 1.96 2.33 1.96 -berce bercer ver 4.46 18.04 0.94 1.96 imp:pre:2s;ind:pre:1s;ind:pre:3s; -berceau berceau nom m s 7.05 13.31 6.72 12.43 -berceaux berceau nom m p 7.05 13.31 0.33 0.88 -bercelonnette bercelonnette nom f s 0.00 0.07 0.00 0.07 -bercement bercement nom m s 0.00 0.74 0.00 0.68 -bercements bercement nom m p 0.00 0.74 0.00 0.07 -bercent bercer ver 4.46 18.04 0.35 0.54 ind:pre:3p; -bercer bercer ver 4.46 18.04 1.17 3.92 inf; -bercera bercer ver 4.46 18.04 0.03 0.00 ind:fut:3s; -bercerai bercer ver 4.46 18.04 0.05 0.00 ind:fut:1s; -bercerait bercer ver 4.46 18.04 0.01 0.07 cnd:pre:3s; -bercerez bercer ver 4.46 18.04 0.10 0.07 ind:fut:2p; -berces bercer ver 4.46 18.04 0.16 0.00 ind:pre:2s; -berceur berceur adj m s 0.13 1.01 0.01 0.41 -berceurs berceur adj m p 0.13 1.01 0.00 0.07 -berceuse berceur nom f s 1.58 1.55 1.58 1.22 -berceuses berceuse nom f p 0.25 0.00 0.25 0.00 -bercez bercer ver 4.46 18.04 0.30 0.00 imp:pre:2p;ind:pre:2p; -bercèrent bercer ver 4.46 18.04 0.00 0.07 ind:pas:3p; -bercé bercer ver m s 4.46 18.04 0.85 3.78 par:pas; -bercée bercer ver f s 4.46 18.04 0.08 1.89 par:pas; -bercés bercer ver m p 4.46 18.04 0.19 0.88 par:pas; -berdouillette berdouillette nom f s 0.00 0.20 0.00 0.20 -berg berg nom m s 0.04 0.00 0.04 0.00 -bergamasques bergamasque nom f p 0.00 0.07 0.00 0.07 -bergamote bergamote nom f s 0.16 0.07 0.16 0.07 -berge berge nom f s 2.77 16.49 1.79 8.72 -berger berger nom m s 11.49 24.80 8.33 11.15 -bergerie bergerie nom f s 0.99 3.45 0.99 2.84 -bergeries bergerie nom f p 0.99 3.45 0.00 0.61 -bergeronnette bergeronnette nom f s 0.01 0.41 0.01 0.14 -bergeronnettes bergeronnette nom f p 0.01 0.41 0.00 0.27 -bergers berger nom m p 11.49 24.80 1.89 4.19 -berges berge nom f p 2.77 16.49 0.98 7.77 -bergère berger nom f s 11.49 24.80 1.27 6.76 -bergères bergère nom f p 0.34 0.00 0.34 0.00 -berk berk ono 1.35 0.95 1.35 0.95 -berle berle nom f s 0.13 0.00 0.13 0.00 -berlin berlin nom s 0.00 0.07 0.00 0.07 -berline berline nom f s 1.03 2.30 0.62 2.09 -berlines berline nom f p 1.03 2.30 0.42 0.20 -berlingot berlingot nom m s 0.15 1.76 0.06 0.41 -berlingots berlingot nom m p 0.15 1.76 0.09 1.35 -berlingue berlingue nom m 0.00 0.34 0.00 0.34 -berlinois berlinois adj m 0.82 1.69 0.32 1.08 -berlinoise berlinois adj f s 0.82 1.69 0.50 0.54 -berlinoises berlinois nom f p 0.18 0.47 0.00 0.14 -berloque berloque nom f s 0.00 0.14 0.00 0.14 -berlue berlue nom f s 0.30 1.35 0.30 1.08 -berlues berlue nom f p 0.30 1.35 0.00 0.27 -berlurais berlurer ver 0.00 1.01 0.00 0.20 ind:imp:1s; -berlurait berlurer ver 0.00 1.01 0.00 0.14 ind:imp:3s; -berlure berlure nom f s 0.00 1.08 0.00 0.68 -berlurent berlurer ver 0.00 1.01 0.00 0.14 ind:pre:3p; -berlurer berlurer ver 0.00 1.01 0.00 0.34 inf; -berlures berlure nom f p 0.00 1.08 0.00 0.41 -berluré berlurer ver m s 0.00 1.01 0.00 0.14 par:pas; -berlurée berlurer ver f s 0.00 1.01 0.00 0.07 par:pas; -berme berme nom f s 0.04 0.27 0.03 0.14 -bermes berme nom f p 0.04 0.27 0.01 0.14 -bermuda bermuda nom m s 0.12 0.61 0.08 0.41 -bermudas bermuda nom m p 0.12 0.61 0.04 0.20 -bernache bernache nom f s 0.08 0.41 0.03 0.14 -bernaches bernache nom f p 0.08 0.41 0.05 0.27 -bernait berner ver 3.56 2.64 0.01 0.14 ind:imp:3s; -bernant berner ver 3.56 2.64 0.01 0.00 par:pre; -bernard_l_ermite bernard_l_ermite nom m 0.00 0.34 0.00 0.34 -bernard_l_hermite bernard_l_hermite nom m 0.01 0.14 0.01 0.14 -bernardines bernardin nom f p 0.00 0.54 0.00 0.54 -berne berner ver 3.56 2.64 0.12 0.20 ind:pre:1s;ind:pre:3s; -berner berner ver 3.56 2.64 2.04 0.54 inf; -berneras berner ver 3.56 2.64 0.02 0.00 ind:fut:2s; -bernez berner ver 3.56 2.64 0.01 0.00 ind:pre:2p; -bernicle bernicle nom f s 0.07 0.34 0.07 0.00 -bernicles bernicle nom f p 0.07 0.34 0.01 0.34 -bernique bernique ono 0.00 0.47 0.00 0.47 -berniques bernique nom f p 0.01 0.61 0.00 0.20 -bernois bernois adj m p 0.00 0.41 0.00 0.07 -bernoise bernois nom f s 0.01 0.14 0.01 0.07 -bernoises bernois adj f p 0.00 0.41 0.00 0.34 -berné berner ver m s 3.56 2.64 0.53 1.15 par:pas; -bernée berner ver f s 3.56 2.64 0.28 0.27 par:pas; -bernées berner ver f p 3.56 2.64 0.00 0.07 par:pas; -bernés berner ver m p 3.56 2.64 0.53 0.27 par:pas; -berrichon berrichon adj m s 0.27 0.88 0.00 0.61 -berrichonne berrichon adj f s 0.27 0.88 0.27 0.27 -bersaglier bersaglier nom m s 0.23 0.07 0.10 0.00 -bersagliers bersaglier nom m p 0.23 0.07 0.14 0.07 -berça bercer ver 4.46 18.04 0.01 0.61 ind:pas:3s; -bertha bertha nom f s 0.00 0.20 0.00 0.14 -berçaient bercer ver 4.46 18.04 0.01 0.61 ind:imp:3p; -berçais bercer ver 4.46 18.04 0.01 0.47 ind:imp:1s;ind:imp:2s; -berçait bercer ver 4.46 18.04 0.06 2.16 ind:imp:3s; -berçant bercer ver 4.46 18.04 0.14 1.01 par:pre; -berthas bertha nom f p 0.00 0.20 0.00 0.07 -berthe berthe nom f s 0.00 0.61 0.00 0.61 -berzingue berzingue nom f s 0.28 1.49 0.28 1.49 -besace besace nom f s 0.13 2.70 0.13 2.43 -besaces besace nom f p 0.13 2.70 0.00 0.27 -besaiguë besaiguë nom f s 0.00 0.07 0.00 0.07 -besant besant nom m s 0.04 0.07 0.01 0.00 -besants besant nom m p 0.04 0.07 0.03 0.07 -besef besef adv 0.00 0.07 0.00 0.07 -besicles besicles nom f p 0.01 0.27 0.01 0.27 -besogna besogner ver 0.60 2.30 0.00 0.34 ind:pas:3s; -besognaient besogner ver 0.60 2.30 0.00 0.14 ind:imp:3p; -besognais besogner ver 0.60 2.30 0.11 0.00 ind:imp:1s;ind:imp:2s; -besognait besogner ver 0.60 2.30 0.14 0.68 ind:imp:3s; -besognant besogner ver 0.60 2.30 0.01 0.41 par:pre; -besogne besogne nom f s 2.71 15.61 2.54 10.74 -besognent besogner ver 0.60 2.30 0.01 0.07 ind:pre:3p; -besogner besogner ver 0.60 2.30 0.20 0.20 inf; -besogneras besogner ver 0.60 2.30 0.00 0.07 ind:fut:2s; -besognes besogne nom f p 2.71 15.61 0.17 4.86 -besogneuse besogneux adj f s 0.02 1.82 0.02 0.34 -besogneuses besogneux adj f p 0.02 1.82 0.00 0.20 -besogneux besogneux nom m 0.12 0.47 0.12 0.47 -besognèrent besogner ver 0.60 2.30 0.00 0.20 ind:pas:3p; -besogné besogner ver m s 0.60 2.30 0.01 0.00 par:pas; -besoin besoin nom m s 771.24 266.62 758.04 251.76 -besoins besoin nom m p 771.24 266.62 13.20 14.86 -besson besson nom m s 0.01 0.14 0.01 0.00 -bessons besson nom m p 0.01 0.14 0.00 0.14 -best_seller best_seller nom m s 1.09 0.81 0.82 0.54 -best_seller best_seller nom m p 1.09 0.81 0.27 0.27 -best_of best_of nom m s 0.17 0.00 0.17 0.00 -best best nom m s 0.52 0.34 0.52 0.34 -bestiaire bestiaire nom m s 0.00 1.28 0.00 1.22 -bestiaires bestiaire nom m p 0.00 1.28 0.00 0.07 -bestial bestial adj m s 1.54 3.04 0.69 1.42 -bestiale bestial adj f s 1.54 3.04 0.63 0.68 -bestialement bestialement adv 0.02 0.00 0.02 0.00 -bestiales bestial adj f p 1.54 3.04 0.06 0.47 -bestialité bestialité nom f s 0.42 1.49 0.42 1.42 -bestialités bestialité nom f p 0.42 1.49 0.00 0.07 -bestiasse bestiasse nom f s 0.00 0.14 0.00 0.14 -bestiau bestiau nom m s 2.54 6.35 1.26 0.81 -bestiaux bestiau nom m p 2.54 6.35 1.28 5.54 -bestiole bestiole nom f s 5.07 6.76 2.50 3.04 -bestioles bestiole nom f p 5.07 6.76 2.57 3.72 -bette bette nom f s 1.60 0.41 1.55 0.20 -betterave betterave nom f s 1.47 4.12 0.77 1.35 -betteraves betterave nom f p 1.47 4.12 0.69 2.77 -betteravier betteravier nom m s 0.00 0.07 0.00 0.07 -bettes bette nom f p 1.60 0.41 0.05 0.20 -betting betting nom m 0.03 0.00 0.03 0.00 -beu beu ono 0.73 0.95 0.73 0.95 -beuark beuark ono 0.01 0.07 0.01 0.07 -beugla beugler ver 0.75 5.74 0.00 1.08 ind:pas:3s; -beuglaient beugler ver 0.75 5.74 0.01 0.14 ind:imp:3p; -beuglais beugler ver 0.75 5.74 0.02 0.20 ind:imp:1s;ind:imp:2s; -beuglait beugler ver 0.75 5.74 0.11 0.95 ind:imp:3s; -beuglant beugler ver 0.75 5.74 0.04 0.88 par:pre; -beuglante beuglante nom f s 0.01 0.00 0.01 0.00 -beuglantes beuglant nom f p 0.03 0.88 0.00 0.14 -beuglants beuglant nom m p 0.03 0.88 0.00 0.34 -beugle beugler ver 0.75 5.74 0.21 0.95 imp:pre:2s;ind:pre:1s;ind:pre:3s; -beuglement beuglement nom m s 0.19 1.15 0.00 0.27 -beuglements beuglement nom m p 0.19 1.15 0.19 0.88 -beuglent beugler ver 0.75 5.74 0.02 0.27 ind:pre:3p; -beugler beugler ver 0.75 5.74 0.17 0.88 inf; -beuglions beugler ver 0.75 5.74 0.00 0.07 ind:imp:1p; -beuglé beugler ver m s 0.75 5.74 0.16 0.27 par:pas; -beuglée beugler ver f s 0.75 5.74 0.00 0.07 par:pas; -beuh beuh adv 1.06 0.88 1.06 0.88 -beur beur adj m s 0.14 0.14 0.14 0.14 -beurk beurk ono 4.01 0.54 4.01 0.54 -beurra beurrer ver 0.92 2.97 0.00 0.34 ind:pas:3s; -beurrage beurrage nom m s 0.00 0.07 0.00 0.07 -beurraient beurrer ver 0.92 2.97 0.00 0.07 ind:imp:3p; -beurrais beurrer ver 0.92 2.97 0.11 0.14 ind:imp:1s; -beurrait beurrer ver 0.92 2.97 0.01 0.54 ind:imp:3s; -beurrant beurrer ver 0.92 2.97 0.01 0.14 par:pre; -beurre beurre nom m s 15.14 27.97 15.12 27.50 -beurrer beurrer ver 0.92 2.97 0.32 0.61 inf; -beurres beurre nom m p 15.14 27.97 0.02 0.47 -beurrier beurrier nom m s 0.12 0.07 0.12 0.07 -beurré beurré adj m s 0.84 2.50 0.43 0.74 -beurrée beurré adj f s 0.84 2.50 0.07 0.47 -beurrées beurré adj f p 0.84 2.50 0.11 1.15 -beurrés beurré adj m p 0.84 2.50 0.23 0.14 -beuverie beuverie nom f s 0.79 1.55 0.54 0.47 -beuveries beuverie nom f p 0.79 1.55 0.26 1.08 -bey bey nom m s 2.06 2.91 2.06 2.91 -bezef bezef adv 0.00 0.14 0.00 0.14 -bi bi nom m s 1.27 0.34 1.27 0.34 -biafrais biafrais nom m 0.00 0.14 0.00 0.14 -biais biais nom m 1.60 16.69 1.60 16.69 -biaisai biaiser ver 0.05 0.68 0.00 0.07 ind:pas:1s; -biaise biaiser ver 0.05 0.68 0.00 0.27 ind:pre:1s;ind:pre:3s; -biaisements biaisement nom m p 0.00 0.07 0.00 0.07 -biaiser biaiser ver 0.05 0.68 0.03 0.27 inf; -biaises biais adj f p 0.04 0.61 0.00 0.07 -biaisé biaisé adj m s 0.03 0.00 0.02 0.00 -biaisée biaiser ver f s 0.05 0.68 0.01 0.00 par:pas; -biathlon biathlon nom m s 0.30 0.00 0.30 0.00 -bib bib nom m 0.01 0.00 0.01 0.00 -bibard bibard nom m s 0.00 0.20 0.00 0.20 -bibelot bibelot nom m s 1.52 7.43 0.63 0.81 -bibelots bibelot nom m p 1.52 7.43 0.90 6.62 -bibendum bibendum nom m s 0.09 0.20 0.09 0.20 -biberon biberon nom m s 6.65 5.68 5.25 3.85 -biberonnait biberonner ver 0.04 0.95 0.01 0.20 ind:imp:3s; -biberonne biberonner ver 0.04 0.95 0.01 0.20 imp:pre:2s;ind:pre:1s;ind:pre:3s; -biberonner biberonner ver 0.04 0.95 0.02 0.41 inf; -biberonneurs biberonneur nom m p 0.00 0.07 0.00 0.07 -biberonné biberonner ver m s 0.04 0.95 0.00 0.14 par:pas; -biberons biberon nom m p 6.65 5.68 1.40 1.82 -bibi bibi nom m s 0.56 1.15 0.54 0.54 -bibiche bibiche nom f s 0.05 3.04 0.05 3.04 -bibine bibine nom f s 0.73 3.99 0.71 3.85 -bibines bibine nom f p 0.73 3.99 0.02 0.14 -bibis bibi nom m p 0.56 1.15 0.02 0.61 -bibite bibite nom f s 0.00 0.27 0.00 0.27 -bible bible nom f s 17.79 17.84 17.03 17.16 -bibles bible nom f p 17.79 17.84 0.76 0.68 -bibliobus bibliobus nom m 0.05 0.07 0.05 0.07 -bibliographe bibliographe nom s 0.00 0.07 0.00 0.07 -bibliographie bibliographie nom f s 0.17 0.81 0.17 0.68 -bibliographies bibliographie nom f p 0.17 0.81 0.00 0.14 -bibliographique bibliographique adj s 0.01 0.14 0.01 0.00 -bibliographiques bibliographique adj f p 0.01 0.14 0.00 0.14 -bibliophile bibliophile nom s 0.03 0.68 0.02 0.27 -bibliophiles bibliophile nom p 0.03 0.68 0.01 0.41 -bibliophilie bibliophilie nom f s 0.00 0.14 0.00 0.14 -bibliophilique bibliophilique adj f s 0.00 0.07 0.00 0.07 -bibliothèque bibliothèque nom f s 19.86 40.74 18.22 36.82 -bibliothèques bibliothèque nom f p 19.86 40.74 1.63 3.92 -bibliothécaire bibliothécaire nom s 2.25 2.50 2.09 2.30 -bibliothécaires bibliothécaire nom p 2.25 2.50 0.16 0.20 -biblique biblique adj s 2.77 4.19 2.09 3.04 -bibliquement bibliquement adv 0.13 0.07 0.13 0.07 -bibliques biblique adj p 2.77 4.19 0.69 1.15 -bic bic nom m s 0.44 0.41 0.44 0.41 -bicamérale bicaméral adj f s 0.01 0.00 0.01 0.00 -bicarbonate bicarbonate nom m s 1.20 0.34 1.20 0.27 -bicarbonates bicarbonate nom m p 1.20 0.34 0.00 0.07 -bicause bicause pre 0.00 0.68 0.00 0.68 -bicentenaire bicentenaire nom m s 0.36 0.07 0.36 0.07 -biceps biceps nom m 1.62 3.72 1.62 3.72 -bichais bicher ver 0.27 1.89 0.00 0.20 ind:imp:1s; -bichait bicher ver 0.27 1.89 0.01 0.47 ind:imp:3s; -bichant bicher ver 0.27 1.89 0.00 0.07 par:pre; -biche biche nom f s 5.80 13.92 5.29 7.30 -bicher bicher ver 0.27 1.89 0.02 0.34 inf; -biches biche nom f p 5.80 13.92 0.51 6.62 -bichette bichette nom f s 0.09 0.07 0.09 0.07 -bichez bicher ver 0.27 1.89 0.01 0.00 ind:pre:2p; -bichon bichon nom m s 0.46 0.68 0.46 0.68 -bichonnait bichonner ver 1.40 1.42 0.02 0.20 ind:imp:3s; -bichonnant bichonner ver 1.40 1.42 0.00 0.07 par:pre; -bichonne bichonner ver 1.40 1.42 0.57 0.27 imp:pre:2s;ind:pre:1s;ind:pre:3s; -bichonner bichonner ver 1.40 1.42 0.72 0.41 inf; -bichonnerai bichonner ver 1.40 1.42 0.02 0.00 ind:fut:1s; -bichonnez bichonner ver 1.40 1.42 0.03 0.00 imp:pre:2p;ind:pre:2p; -bichonné bichonner ver m s 1.40 1.42 0.03 0.34 par:pas; -bichonnée bichonner ver f s 1.40 1.42 0.02 0.14 par:pas; -biché bicher ver m s 0.27 1.89 0.00 0.07 par:pas; -biclou biclou nom m s 0.01 0.14 0.00 0.07 -biclous biclou nom m p 0.01 0.14 0.01 0.07 -bicolore bicolore adj s 0.30 0.68 0.15 0.47 -bicolores bicolore adj p 0.30 0.68 0.14 0.20 -biconvexes biconvexe adj p 0.02 0.00 0.02 0.00 -bicoque bicoque nom f s 0.94 3.85 0.89 3.11 -bicoques bicoque nom f p 0.94 3.85 0.05 0.74 -bicorne bicorne nom m s 0.16 2.64 0.16 2.16 -bicornes bicorne adj m p 0.01 0.14 0.01 0.00 -bicot bicot nom m s 0.11 4.46 0.11 3.72 -bicots bicot nom m p 0.11 4.46 0.00 0.74 -biculturelle biculturel adj f s 0.01 0.00 0.01 0.00 -bicéphale bicéphale adj s 0.04 0.54 0.04 0.47 -bicéphales bicéphale adj p 0.04 0.54 0.00 0.07 -bicéphalie bicéphalie nom f s 0.00 0.20 0.00 0.20 -bicuspide bicuspide adj s 0.01 0.00 0.01 0.00 -bicycle bicycle nom m s 0.29 0.00 0.28 0.00 -bicycles bicycle nom m p 0.29 0.00 0.01 0.00 -bicyclette bicyclette nom f s 8.06 28.51 7.34 23.51 -bicyclettes bicyclette nom f p 8.06 28.51 0.72 5.00 -bicycliste bicycliste adj s 0.00 0.07 0.00 0.07 -bidasse bidasse nom m s 0.37 0.81 0.21 0.34 -bidasses bidasse nom m p 0.37 0.81 0.16 0.47 -bide bide nom m s 3.73 8.58 3.66 8.38 -bides bide nom m p 3.73 8.58 0.07 0.20 -bidet bidet nom m s 0.69 3.45 0.69 2.97 -bidets bidet nom m p 0.69 3.45 0.00 0.47 -bidimensionnel bidimensionnel adj m s 0.00 0.07 0.00 0.07 -bidoche bidoche nom f s 0.33 3.78 0.33 3.31 -bidoches bidoche nom f p 0.33 3.78 0.00 0.47 -bidon bidon adj 7.78 3.72 7.78 3.72 -bidonnage bidonnage nom m s 0.00 0.14 0.00 0.14 -bidonnaient bidonner ver 1.00 1.89 0.00 0.07 ind:imp:3p; -bidonnais bidonner ver 1.00 1.89 0.03 0.00 ind:imp:1s;ind:imp:2s; -bidonnait bidonner ver 1.00 1.89 0.00 0.14 ind:imp:3s; -bidonnant bidonnant adj m s 0.14 0.14 0.12 0.14 -bidonnante bidonnant adj f s 0.14 0.14 0.03 0.00 -bidonne bidonner ver 1.00 1.89 0.00 0.61 ind:pre:3s; -bidonnent bidonner ver 1.00 1.89 0.01 0.27 ind:pre:3p; -bidonner bidonner ver 1.00 1.89 0.33 0.34 inf; -bidonnera bidonner ver 1.00 1.89 0.01 0.00 ind:fut:3s; -bidonnez bidonner ver 1.00 1.89 0.01 0.00 ind:pre:2p; -bidonné bidonner ver m s 1.00 1.89 0.30 0.00 par:pas; -bidonnée bidonner ver f s 1.00 1.89 0.01 0.00 par:pas; -bidonnées bidonner ver f p 1.00 1.89 0.29 0.00 par:pas; -bidonnés bidonner ver m p 1.00 1.89 0.00 0.07 par:pas; -bidons bidon nom m p 8.02 16.28 2.66 6.62 -bidonville bidonville nom m s 0.72 1.55 0.43 0.81 -bidonvilles bidonville nom m p 0.72 1.55 0.29 0.74 -bidouilla bidouiller ver 0.45 0.14 0.00 0.07 ind:pas:3s; -bidouillage bidouillage nom m s 0.05 0.00 0.05 0.00 -bidouille bidouille nom f s 0.19 0.00 0.19 0.00 -bidouiller bidouiller ver 0.45 0.14 0.12 0.00 inf; -bidouillerai bidouiller ver 0.45 0.14 0.03 0.00 ind:fut:1s; -bidouillé bidouiller ver m s 0.45 0.14 0.13 0.00 par:pas; -bidouillée bidouiller ver f s 0.45 0.14 0.15 0.07 par:pas; -bidouillés bidouiller ver m p 0.45 0.14 0.02 0.00 par:pas; -bidule bidule nom m s 1.10 2.03 0.94 1.22 -bidules bidule nom m p 1.10 2.03 0.17 0.81 -bief bief nom m s 0.10 0.61 0.10 0.54 -biefs bief nom m p 0.10 0.61 0.00 0.07 -bielle bielle nom f s 1.86 1.22 1.70 0.20 -bielles bielle nom f p 1.86 1.22 0.16 1.01 -bien_aimé bien_aimé nom m s 8.50 4.66 4.51 1.89 -bien_aimé bien_aimé nom f s 8.50 4.66 3.76 2.43 -bien_aimé bien_aimé adj f p 8.19 4.39 0.04 0.20 -bien_aimé bien_aimé adj m p 8.19 4.39 0.68 0.54 -bien_disant bien_disant adj m p 0.00 0.07 0.00 0.07 -bien_fonds bien_fonds nom m 0.00 0.07 0.00 0.07 -bien_fondé bien_fondé nom m s 0.31 0.81 0.31 0.81 -bien_manger bien_manger nom m 0.00 0.14 0.00 0.14 -bien_pensant bien_pensant adj m s 0.06 2.16 0.01 1.28 -bien_pensant bien_pensant adj f s 0.06 2.16 0.02 0.47 -bien_pensant bien_pensant adj m p 0.06 2.16 0.03 0.41 -bien_portant bien_portant adj m s 0.03 0.41 0.00 0.14 -bien_portant bien_portant adj m p 0.03 0.41 0.03 0.27 -bien_être bien_être nom m 4.28 8.78 4.28 8.78 -bien bien adv_sup 4213.78 2535.14 4213.78 2535.14 -bienfaisance bienfaisance nom f s 1.69 1.96 1.69 1.96 -bienfaisant bienfaisant adj m s 0.64 4.05 0.29 1.08 -bienfaisante bienfaisant adj f s 0.64 4.05 0.31 2.30 -bienfaisantes bienfaisant adj f p 0.64 4.05 0.00 0.54 -bienfaisants bienfaisant adj m p 0.64 4.05 0.04 0.14 -bienfait bienfait nom m s 2.51 4.26 0.98 1.01 -bienfaiteur bienfaiteur nom m s 3.38 3.45 2.46 1.62 -bienfaiteurs bienfaiteur nom m p 3.38 3.45 0.26 0.81 -bienfaitrice bienfaiteur nom f s 3.38 3.45 0.66 1.01 -bienfaitrices bienfaitrice nom f p 0.01 0.00 0.01 0.00 -bienfaits bienfait nom m p 2.51 4.26 1.53 3.24 -bienheureuse bienheureux nom f s 1.22 2.43 0.30 0.34 -bienheureusement bienheureusement adv 0.00 0.27 0.00 0.27 -bienheureuses bienheureux adj f p 2.25 5.20 0.00 0.14 -bienheureux bienheureux adj m 2.25 5.20 2.09 2.84 -biennale biennale nom f s 0.05 0.14 0.05 0.14 -biens bien nom_sup m p 106.60 70.20 16.99 13.31 -bienséance bienséance nom f s 0.64 2.23 0.57 2.09 -bienséances bienséance nom f p 0.64 2.23 0.06 0.14 -bienséant bienséant adj m s 0.06 1.08 0.04 0.47 -bienséante bienséant adj f s 0.06 1.08 0.03 0.41 -bienséantes bienséant adj f p 0.06 1.08 0.00 0.07 -bienséants bienséant adj m p 0.06 1.08 0.00 0.14 -bientôt bientôt adv 184.96 169.59 184.96 169.59 -bienveillamment bienveillamment adv 0.10 0.00 0.10 0.00 -bienveillance bienveillance nom f s 2.32 7.30 2.32 7.23 -bienveillances bienveillance nom f p 2.32 7.30 0.00 0.07 -bienveillant bienveillant adj m s 1.47 7.50 0.84 2.97 -bienveillante bienveillant adj f s 1.47 7.50 0.30 3.24 -bienveillantes bienveillant adj f p 1.47 7.50 0.06 0.41 -bienveillants bienveillant adj m p 1.47 7.50 0.27 0.88 -bienvenu bienvenu nom m s 14.30 1.82 9.82 1.22 -bienvenue bienvenue nom f s 22.63 5.27 21.81 5.14 -bienvenues bienvenue nom f p 22.63 5.27 0.82 0.14 -bienvenus bienvenu nom m p 14.30 1.82 4.48 0.61 -bif bif nom m s 0.02 0.14 0.02 0.14 -biface biface nom m s 0.00 0.07 0.00 0.07 -bifaces biface adj m p 0.00 0.07 0.00 0.07 -biffa biffer ver 0.11 1.62 0.00 0.41 ind:pas:3s; -biffaient biffer ver 0.11 1.62 0.00 0.07 ind:imp:3p; -biffais biffer ver 0.11 1.62 0.00 0.07 ind:imp:1s; -biffant biffer ver 0.11 1.62 0.01 0.07 par:pre; -biffe biffe nom f s 0.33 0.54 0.33 0.54 -biffer biffer ver 0.11 1.62 0.07 0.47 inf; -biffeton biffeton nom m s 0.29 2.64 0.01 0.88 -biffetons biffeton nom m p 0.29 2.64 0.28 1.76 -biffin biffin nom m s 0.05 1.62 0.03 0.88 -biffins biffin nom m p 0.05 1.62 0.02 0.74 -biffé biffer ver m s 0.11 1.62 0.02 0.07 par:pas; -bifide bifide adj s 0.01 0.61 0.01 0.47 -bifides bifide adj f p 0.01 0.61 0.00 0.14 -bifrons bifron adj p 0.00 0.20 0.00 0.20 -bifteck bifteck nom m s 1.45 5.14 1.30 3.58 -biftecks bifteck nom m p 1.45 5.14 0.14 1.55 -bifton bifton nom m s 0.64 2.84 0.16 1.08 -biftons bifton nom m p 0.64 2.84 0.49 1.76 -biftèque biftèque nom m s 0.00 0.47 0.00 0.14 -biftèques biftèque nom m p 0.00 0.47 0.00 0.34 -bifurcation bifurcation nom f s 0.33 0.54 0.29 0.41 -bifurcations bifurcation nom f p 0.33 0.54 0.04 0.14 -bifurqua bifurquer ver 0.68 2.03 0.00 0.14 ind:pas:3s; -bifurquait bifurquer ver 0.68 2.03 0.00 0.20 ind:imp:3s; -bifurquant bifurquer ver 0.68 2.03 0.00 0.20 par:pre; -bifurque bifurquer ver 0.68 2.03 0.17 0.41 imp:pre:2s;ind:pre:1s;ind:pre:3s; -bifurquent bifurquer ver 0.68 2.03 0.00 0.07 ind:pre:3p; -bifurquer bifurquer ver 0.68 2.03 0.14 0.20 inf; -bifurqueront bifurquer ver 0.68 2.03 0.00 0.07 ind:fut:3p; -bifurqué bifurquer ver m s 0.68 2.03 0.36 0.61 par:pas; -bifurquée bifurquer ver f s 0.68 2.03 0.00 0.14 par:pas; -big_bang big_bang nom m 0.03 0.41 0.03 0.41 -big_band big_band nom m 0.05 0.00 0.05 0.00 -big_bang big_bang nom m 0.38 1.62 0.38 1.62 -bigaille bigaille nom f s 0.00 0.27 0.00 0.27 -bigame bigame adj m s 0.23 0.00 0.23 0.00 -bigamie bigamie nom f s 0.37 0.47 0.37 0.47 -bigarreau bigarreau nom m s 0.00 0.07 0.00 0.07 -bigarrer bigarrer ver 0.11 0.81 0.00 0.07 inf; -bigarré bigarrer ver m s 0.11 0.81 0.10 0.20 par:pas; -bigarrée bigarré adj f s 0.17 1.62 0.02 0.88 -bigarrées bigarré adj f p 0.17 1.62 0.00 0.07 -bigarrure bigarrure nom f s 0.00 0.74 0.00 0.61 -bigarrures bigarrure nom f p 0.00 0.74 0.00 0.14 -bigarrés bigarré adj m p 0.17 1.62 0.14 0.34 -bighorn bighorn nom m s 0.20 0.14 0.18 0.07 -bighorns bighorn nom m p 0.20 0.14 0.03 0.07 -biglaient bigler ver 0.00 2.16 0.00 0.07 ind:imp:3p; -biglais bigler ver 0.00 2.16 0.00 0.07 ind:imp:1s; -biglait bigler ver 0.00 2.16 0.00 0.20 ind:imp:3s; -biglant bigler ver 0.00 2.16 0.00 0.20 par:pre; -bigle bigler ver 0.00 2.16 0.00 0.34 ind:pre:1s;ind:pre:3s; -biglent bigler ver 0.00 2.16 0.00 0.14 ind:pre:3p; -bigler bigler ver 0.00 2.16 0.00 0.54 inf; -bigles bigle adj m p 0.00 0.34 0.00 0.07 -bigleuse bigleux nom f s 1.88 0.20 0.14 0.07 -bigleux bigleux nom m 1.88 0.20 1.75 0.14 -biglez bigler ver 0.00 2.16 0.00 0.07 imp:pre:2p; -biglé bigler ver m s 0.00 2.16 0.00 0.34 par:pas; -biglée bigler ver f s 0.00 2.16 0.00 0.14 par:pas; -biglés bigler ver m p 0.00 2.16 0.00 0.07 par:pas; -bigne bigne nom f s 0.00 0.20 0.00 0.20 -bignolait bignoler ver 0.00 0.07 0.00 0.07 ind:imp:3s; -bignole bignole nom f s 0.00 5.74 0.00 5.14 -bignoles bignole nom f p 0.00 5.74 0.00 0.61 -bignolle bignolle nom f s 0.00 0.07 0.00 0.07 -bignon bignon nom m s 0.00 0.07 0.00 0.07 -bignones bignone nom f p 0.00 0.07 0.00 0.07 -bignonias bignonia nom m p 0.00 0.07 0.00 0.07 -bigo bigo nom m s 0.05 0.54 0.05 0.54 -bigophone bigophone nom m s 0.17 0.68 0.17 0.68 -bigophoner bigophoner ver 0.03 0.81 0.00 0.41 inf; -bigophones bigophoner ver 0.03 0.81 0.01 0.00 ind:pre:2s; -bigophoné bigophoner ver m s 0.03 0.81 0.00 0.27 par:pas; -bigorne bigorne nom f s 0.00 0.20 0.00 0.14 -bigorneau bigorneau nom m s 1.01 1.55 0.19 0.74 -bigorneaux bigorneau nom m p 1.01 1.55 0.82 0.81 -bigorner bigorner ver 0.00 0.61 0.00 0.27 inf; -bigornes bigorne nom f p 0.00 0.20 0.00 0.07 -bigorné bigorner ver m s 0.00 0.61 0.00 0.20 par:pas; -bigornés bigorner ver m p 0.00 0.61 0.00 0.07 par:pas; -bigot bigot adj m s 0.20 0.27 0.17 0.20 -bigote bigot nom f s 0.50 1.01 0.34 0.41 -bigoterie bigoterie nom f s 0.14 0.20 0.14 0.20 -bigotes bigot nom f p 0.50 1.01 0.00 0.41 -bigots bigot nom m p 0.50 1.01 0.06 0.07 -bigouden bigouden adj f s 0.00 0.34 0.00 0.34 -bigoudens bigouden nom p 0.00 0.07 0.00 0.07 -bigoudi bigoudi nom m s 0.73 3.45 0.18 0.61 -bigoudis bigoudi nom m p 0.73 3.45 0.55 2.84 -bigre bigre ono 0.47 0.54 0.47 0.54 -bigrement bigrement adv 0.28 1.49 0.28 1.49 -bigue bigue nom f s 0.00 0.14 0.00 0.14 -biguine biguine nom f s 0.10 0.34 0.10 0.34 -bihebdomadaire bihebdomadaire adj s 0.01 0.14 0.00 0.07 -bihebdomadaires bihebdomadaire adj p 0.01 0.14 0.01 0.07 -bihoreau bihoreau nom m s 0.00 0.27 0.00 0.27 -bijou bijou nom m s 8.37 11.96 8.37 11.96 -bijouterie bijouterie nom f s 2.41 1.55 2.15 1.15 -bijouteries bijouterie nom f p 2.41 1.55 0.26 0.41 -bijoutier bijoutier nom m s 1.64 2.70 1.54 1.62 -bijoutiers bijoutier nom m p 1.64 2.70 0.10 0.68 -bijoutière bijoutier nom f s 1.64 2.70 0.00 0.41 -bijoux bijoux nom m p 20.64 21.01 20.64 21.01 -bikini bikini nom m s 2.98 2.09 2.34 1.49 -bikinis bikini nom m p 2.98 2.09 0.65 0.61 -bilais biler ver 2.95 2.84 0.01 0.07 ind:imp:1s; -bilait biler ver 2.95 2.84 0.00 0.07 ind:imp:3s; -bilan bilan nom m s 6.13 7.36 5.63 6.22 -bilans bilan nom m p 6.13 7.36 0.50 1.15 -bilatéral bilatéral adj m s 0.51 0.34 0.14 0.14 -bilatérale bilatéral adj f s 0.51 0.34 0.23 0.14 -bilatéralement bilatéralement adv 0.03 0.00 0.03 0.00 -bilatéraux bilatéral adj m p 0.51 0.34 0.14 0.07 -bilbergia bilbergia nom f s 0.00 0.07 0.00 0.07 -bilboquet bilboquet nom m s 0.04 1.15 0.04 1.01 -bilboquets bilboquet nom m p 0.04 1.15 0.00 0.14 -bile bile nom f s 2.78 4.66 2.59 4.66 -biler biler ver 2.95 2.84 0.10 1.15 inf; -biles biler ver 2.95 2.84 0.29 0.00 ind:pre:2s; -bileux bileux adj m 0.01 0.00 0.01 0.00 -bilez biler ver 2.95 2.84 0.22 0.47 imp:pre:2p;ind:pre:2p; -bilharziose bilharziose nom f s 0.01 0.20 0.01 0.20 -biliaire biliaire adj s 0.75 0.47 0.57 0.47 -biliaires biliaire adj p 0.75 0.47 0.18 0.00 -bilieuse bilieux adj f s 0.03 0.68 0.03 0.20 -bilieuses bilieux adj f p 0.03 0.68 0.00 0.07 -bilieux bilieux adj m s 0.03 0.68 0.00 0.41 -bilingue bilingue nom s 0.39 0.00 0.38 0.00 -bilingues bilingue adj p 0.34 0.88 0.04 0.34 -bilinguisme bilinguisme nom m s 0.00 0.07 0.00 0.07 -bilirubine bilirubine nom f s 0.07 0.00 0.07 0.00 -bill bill nom m s 0.56 0.07 0.47 0.07 -billard billard nom m s 7.84 12.23 7.56 11.35 -billards billard nom m p 7.84 12.23 0.28 0.88 -bille bille nom f s 5.21 19.53 2.50 8.58 -biller biller ver 0.07 0.00 0.04 0.00 inf; -billes bille nom f p 5.21 19.53 2.70 10.95 -billet billet nom m s 83.87 63.58 41.47 32.23 -billets billet nom m p 83.87 63.58 42.40 31.35 -billetterie billetterie nom f s 0.19 0.00 0.17 0.00 -billetteries billetterie nom f p 0.19 0.00 0.02 0.00 -billettes billette nom f p 0.00 0.07 0.00 0.07 -billevesée billevesée nom f s 0.27 0.54 0.00 0.07 -billevesées billevesée nom f p 0.27 0.54 0.27 0.47 -billion billion nom m s 0.42 0.07 0.19 0.00 -billions billion nom m p 0.42 0.07 0.23 0.07 -billon billon nom m s 0.00 0.14 0.00 0.14 -billot billot nom m s 0.69 2.50 0.68 2.03 -billots billot nom m p 0.69 2.50 0.01 0.47 -bills bill nom m p 0.56 0.07 0.09 0.00 -bilobée bilobé adj f s 0.01 0.00 0.01 0.00 -bim bim ono 0.52 0.20 0.52 0.20 -bimbeloterie bimbeloterie nom f s 0.03 0.61 0.02 0.47 -bimbeloteries bimbeloterie nom f p 0.03 0.61 0.01 0.14 -bimensuel bimensuel adj m s 0.04 0.14 0.01 0.07 -bimensuelle bimensuel adj f s 0.04 0.14 0.02 0.07 -bimensuelles bimensuel adj f p 0.04 0.14 0.01 0.00 -bimestre bimestre nom m s 0.01 0.00 0.01 0.00 -bimoteur bimoteur nom m s 0.08 0.34 0.08 0.27 -bimoteurs bimoteur nom m p 0.08 0.34 0.00 0.07 -bimétallisme bimétallisme nom m s 0.00 0.14 0.00 0.14 -bin_s bin_s nom m 0.03 0.00 0.03 0.00 -binôme binôme nom m s 0.27 0.14 0.20 0.07 -binômes binôme nom m p 0.27 0.14 0.06 0.07 -binaire binaire adj s 0.68 0.34 0.45 0.27 -binaires binaire adj p 0.68 0.34 0.23 0.07 -binait biner ver 0.33 0.68 0.00 0.14 ind:imp:3s; -binant biner ver 0.33 0.68 0.00 0.14 par:pre; -biner biner ver 0.33 0.68 0.33 0.34 inf; -binet_simon binet_simon nom m s 0.00 0.07 0.00 0.07 -binette binette nom f s 0.27 1.49 0.25 1.08 -binettes binette nom f p 0.27 1.49 0.03 0.41 -bing bing ono 1.81 1.76 1.81 1.76 -bingo bingo nom m s 9.08 0.14 9.08 0.14 -biniou biniou nom m s 0.29 0.81 0.29 0.74 -binious biniou nom m p 0.29 0.81 0.00 0.07 -binoclard binoclard adj m s 2.29 2.43 2.22 2.09 -binoclarde binoclard adj f s 2.29 2.43 0.02 0.14 -binoclards binoclard adj m p 2.29 2.43 0.04 0.20 -binocle binocle nom m s 0.18 1.01 0.01 0.47 -binocles binocle nom m p 0.18 1.01 0.17 0.54 -binoculaire binoculaire adj f s 0.03 0.07 0.03 0.07 -bintje bintje nom f s 0.00 0.07 0.00 0.07 -biné biner ver m s 0.33 0.68 0.00 0.07 par:pas; -binz binz nom s 0.27 0.14 0.27 0.14 -bio bio adj 3.30 0.41 3.30 0.41 -biochimie biochimie nom f s 0.63 0.00 0.63 0.00 -biochimique biochimique adj s 0.32 0.14 0.22 0.14 -biochimiquement biochimiquement adv 0.02 0.00 0.02 0.00 -biochimiques biochimique adj p 0.32 0.14 0.11 0.00 -biochimiste biochimiste nom s 0.35 0.00 0.30 0.00 -biochimistes biochimiste nom p 0.35 0.00 0.05 0.00 -biodiversité biodiversité nom f s 0.05 0.00 0.05 0.00 -biodégradable biodégradable adj m s 0.16 0.07 0.10 0.07 -biodégradables biodégradable adj f p 0.16 0.07 0.06 0.00 -biographe biographe nom s 0.75 0.88 0.75 0.61 -biographes biographe nom p 0.75 0.88 0.00 0.27 -biographie biographie nom f s 2.82 5.34 2.36 4.19 -biographies biographie nom f p 2.82 5.34 0.46 1.15 -biographique biographique adj s 0.18 0.88 0.14 0.34 -biographiques biographique adj p 0.18 0.88 0.03 0.54 -biogénique biogénique adj m s 0.01 0.00 0.01 0.00 -biogénétique biogénétique adj s 0.14 0.00 0.14 0.00 -biologie biologie nom f s 4.13 1.22 4.13 1.22 -biologique biologique adj s 7.34 2.36 5.35 1.69 -biologiquement biologiquement adv 0.46 0.34 0.46 0.34 -biologiques biologique adj p 7.34 2.36 2.00 0.68 -biologiste biologiste nom s 1.08 0.34 0.84 0.34 -biologistes biologiste nom p 1.08 0.34 0.24 0.00 -biologisé biologiser ver m s 0.01 0.00 0.01 0.00 par:pas; -bioluminescence bioluminescence nom f s 0.05 0.00 0.05 0.00 -bioluminescente bioluminescent adj f s 0.01 0.00 0.01 0.00 -biomasse biomasse nom f s 0.03 0.00 0.03 0.00 -biomécanique biomécanique nom f s 0.16 0.00 0.16 0.00 -biomécanisme biomécanisme nom m s 0.01 0.00 0.01 0.00 -biomédical biomédical adj m s 0.10 0.00 0.06 0.00 -biomédicale biomédical adj f s 0.10 0.00 0.03 0.00 -biomédicaux biomédical adj m p 0.10 0.00 0.01 0.00 -biométrie biométrie nom f s 0.03 0.00 0.03 0.00 -biométrique biométrique adj s 0.19 0.00 0.12 0.00 -biométriques biométrique adj p 0.19 0.00 0.07 0.00 -bionique bionique adj s 0.34 0.00 0.24 0.00 -bioniques bionique adj p 0.34 0.00 0.10 0.00 -biophysique biophysique nom f s 0.06 0.00 0.06 0.00 -biopsie biopsie nom f s 2.19 0.47 2.04 0.47 -biopsies biopsie nom f p 2.19 0.47 0.15 0.00 -biorythme biorythme nom m s 0.06 0.00 0.01 0.00 -biorythmes biorythme nom m p 0.06 0.00 0.04 0.00 -biosphère biosphère nom f s 0.08 0.00 0.08 0.00 -biosynthétiques biosynthétique adj p 0.01 0.00 0.01 0.00 -biotechnique biotechnique nom f s 0.15 0.00 0.15 0.00 -biotechnologie biotechnologie nom f s 0.22 0.00 0.22 0.00 -biotique biotique adj s 0.02 0.00 0.02 0.00 -biotite biotite nom f s 0.03 0.00 0.03 0.00 -biotope biotope nom m s 0.07 0.00 0.07 0.00 -bioélectrique bioélectrique adj s 0.01 0.00 0.01 0.00 -bioxyde bioxyde nom m s 0.02 0.07 0.02 0.07 -bip_bip bip_bip nom m s 0.47 0.00 0.47 0.00 -bip bip nom m s 7.68 1.28 6.94 1.28 -bipais biper ver 4.07 0.00 0.01 0.00 ind:imp:1s; -bipartisan bipartisan adj m s 0.01 0.00 0.01 0.00 -bipartisme bipartisme nom m s 0.07 0.00 0.07 0.00 -bipartite bipartite adj s 0.15 0.00 0.15 0.00 -bipe biper ver 4.07 0.00 0.77 0.00 imp:pre:2s;ind:pre:1s;ind:pre:3s; -biper biper ver 4.07 0.00 0.96 0.00 inf; -biperai biper ver 4.07 0.00 0.06 0.00 ind:fut:1s; -biperait biper ver 4.07 0.00 0.01 0.00 cnd:pre:3s; -bipes biper ver 4.07 0.00 0.09 0.00 ind:pre:2s; -bipez biper ver 4.07 0.00 0.43 0.00 imp:pre:2p;ind:pre:2p; -biphényle biphényle nom m s 0.01 0.00 0.01 0.00 -biplace biplace adj s 0.16 0.07 0.02 0.00 -biplaces biplace adj p 0.16 0.07 0.14 0.07 -biplan biplan nom m s 0.32 0.68 0.32 0.54 -biplans biplan nom m p 0.32 0.68 0.00 0.14 -bipolaire bipolaire adj f s 0.29 0.00 0.26 0.00 -bipolaires bipolaire adj m p 0.29 0.00 0.04 0.00 -bipolarité bipolarité nom f s 0.00 0.07 0.00 0.07 -bips bip nom m p 7.68 1.28 0.74 0.00 -bipède bipède nom m s 0.78 0.47 0.58 0.20 -bipèdes bipède nom m p 0.78 0.47 0.20 0.27 -bipé biper ver m s 4.07 0.00 1.27 0.00 par:pas; -bipée biper ver f s 4.07 0.00 0.40 0.00 par:pas; -bipés biper ver m p 4.07 0.00 0.05 0.00 par:pas; -bique bique nom f s 0.94 4.39 0.56 2.97 -biques bique nom f p 0.94 4.39 0.38 1.42 -biquet biquet nom m s 0.54 2.77 0.54 1.28 -biquets biquet nom m p 0.54 2.77 0.00 1.49 -biquette biquette nom f s 0.46 1.35 0.05 1.01 -biquettes biquette nom f p 0.46 1.35 0.40 0.34 -biquotidienne biquotidien adj f s 0.00 0.20 0.00 0.07 -biquotidiens biquotidien adj m p 0.00 0.20 0.00 0.14 -birbe birbe nom m s 0.02 0.47 0.00 0.34 -birbes birbe nom m p 0.02 0.47 0.02 0.14 -birchers bircher nom m p 0.05 0.00 0.05 0.00 -bire bire nom f s 0.00 0.07 0.00 0.07 -biribi biribi nom m s 0.00 0.74 0.00 0.74 -birman birman adj m s 0.36 0.00 0.16 0.00 -birmane birman adj f s 0.36 0.00 0.08 0.00 -birmanes birman adj f p 0.36 0.00 0.02 0.00 -birmans birman nom m p 0.29 0.00 0.25 0.00 -biroute biroute nom f s 0.18 0.95 0.18 0.81 -biroutes biroute nom f p 0.18 0.95 0.00 0.14 -birth_control birth_control nom m 0.01 0.14 0.01 0.14 -biréfringence biréfringence nom f s 0.01 0.00 0.01 0.00 -bis bis adj_sup m 3.48 4.32 0.86 1.82 -bisaïeul bisaïeul nom m s 0.05 0.20 0.05 0.07 -bisaïeule bisaïeul nom f s 0.05 0.20 0.00 0.14 -bisannuel bisannuel adj m s 0.01 0.07 0.01 0.00 -bisannuelles bisannuel adj f p 0.01 0.07 0.00 0.07 -bisbille bisbille nom f s 0.08 0.34 0.07 0.20 -bisbilles bisbille nom f p 0.08 0.34 0.01 0.14 -biscaïen biscaïen nom m s 0.00 0.20 0.00 0.20 -bischof bischof nom m s 0.14 0.00 0.14 0.00 -biscornu biscornu adj m s 0.06 3.04 0.01 0.88 -biscornue biscornu adj f s 0.06 3.04 0.03 0.74 -biscornues biscornu adj f p 0.06 3.04 0.01 0.61 -biscornus biscornu adj m p 0.06 3.04 0.01 0.81 -biscoteaux biscoteau nom m p 0.21 0.00 0.21 0.00 -biscotos biscoto nom m p 0.01 0.34 0.01 0.34 -biscotte biscotte nom f s 1.95 2.43 1.53 0.88 -biscottes biscotte nom f p 1.95 2.43 0.42 1.55 -biscuit biscuit nom m s 12.72 11.55 4.75 2.77 -biscuiterie biscuiterie nom f s 0.06 0.68 0.06 0.68 -biscuits biscuit nom m p 12.72 11.55 7.96 8.78 -bise bise nom f s 3.84 8.72 2.69 8.11 -biseau biseau nom m s 0.02 0.95 0.02 0.88 -biseauté biseauter ver m s 0.17 0.68 0.01 0.00 par:pas; -biseautée biseauter ver f s 0.17 0.68 0.00 0.07 par:pas; -biseautées biseauter ver f p 0.17 0.68 0.01 0.34 par:pas; -biseautés biseauter ver m p 0.17 0.68 0.14 0.27 par:pas; -biseaux biseau nom m p 0.02 0.95 0.00 0.07 -biseness biseness nom m 0.00 0.14 0.00 0.14 -biser biser ver 0.14 0.20 0.14 0.00 inf; -bises bise nom f p 3.84 8.72 1.14 0.61 -bisets biset nom m p 0.00 0.14 0.00 0.14 -bisette bisette nom f s 0.00 0.07 0.00 0.07 -bisexualité bisexualité nom f s 0.05 0.07 0.05 0.07 -bisexuel bisexuel adj m s 1.77 0.14 0.88 0.14 -bisexuelle bisexuel adj f s 1.77 0.14 0.21 0.00 -bisexuelles bisexuelle adj f p 0.03 0.00 0.03 0.00 -bisexuels bisexuel adj m p 1.77 0.14 0.69 0.00 -bisexué bisexué adj m s 0.01 0.07 0.00 0.07 -bisexués bisexué adj m p 0.01 0.07 0.01 0.00 -bishop bishop nom m s 0.02 0.00 0.02 0.00 -bismarckien bismarckien adj m s 0.00 0.07 0.00 0.07 -bismuth bismuth nom m s 0.02 0.14 0.02 0.14 -bisness bisness nom m 0.00 0.14 0.00 0.14 -bison bison nom m s 2.65 3.38 1.49 1.28 -bisons bison nom m p 2.65 3.38 1.16 2.09 -bisou_éclair bisou_éclair nom m s 0.01 0.00 0.01 0.00 -bisou bisou nom m s 18.40 1.08 13.99 0.54 -bisous bisou nom m p 18.40 1.08 4.40 0.54 -bisque bisque nom f s 0.41 0.61 0.41 0.54 -bisquent bisquer ver 0.17 0.27 0.00 0.07 ind:pre:3p; -bisquer bisquer ver 0.17 0.27 0.02 0.07 inf; -bisques bisque nom f p 0.41 0.61 0.00 0.07 -bissac bissac nom m s 0.01 0.34 0.01 0.27 -bissacs bissac nom m p 0.01 0.34 0.00 0.07 -bissant bisser ver 0.03 0.27 0.00 0.07 par:pre; -bisse bisser ver 0.03 0.27 0.01 0.07 imp:pre:2s;ind:pre:3s; -bissel bissel nom m s 0.02 0.00 0.02 0.00 -bisser bisser ver 0.03 0.27 0.01 0.00 inf; -bissextile bissextile adj f s 0.07 0.47 0.03 0.07 -bissextiles bissextile adj f p 0.07 0.47 0.03 0.41 -bissé bisser ver m s 0.03 0.27 0.01 0.14 par:pas; -bistorte bistorte nom f s 0.14 0.07 0.14 0.07 -bistouille bistouille nom f s 0.00 0.07 0.00 0.07 -bistouquette bistouquette nom f s 0.22 0.07 0.22 0.07 -bistouri bistouri nom m s 0.79 2.36 0.79 2.03 -bistouris bistouri nom m p 0.79 2.36 0.00 0.34 -bistouriser bistouriser ver 0.00 0.07 0.00 0.07 inf; -bistre bistre adj 0.00 2.16 0.00 2.16 -bistres bistre nom m p 0.00 1.69 0.00 0.41 -bistro bistro nom m s 0.63 3.04 0.60 2.43 -bistroquet bistroquet nom m s 0.00 0.47 0.00 0.47 -bistros bistro nom m p 0.63 3.04 0.02 0.61 -bistrot bistrot nom m s 3.30 27.50 2.80 21.69 -bistrote bistrot nom f s 3.30 27.50 0.00 0.07 -bistrotier bistrotier nom m s 0.00 0.41 0.00 0.20 -bistrotiers bistrotier nom m p 0.00 0.41 0.00 0.07 -bistrotière bistrotier nom f s 0.00 0.41 0.00 0.07 -bistrotières bistrotier nom f p 0.00 0.41 0.00 0.07 -bistrots bistrot nom m p 3.30 27.50 0.50 5.74 -bistrouille bistrouille nom f s 0.00 0.20 0.00 0.20 -bistré bistrer ver m s 0.00 0.41 0.00 0.07 par:pas; -bistrée bistré adj f s 0.00 0.34 0.00 0.20 -bistrées bistrer ver f p 0.00 0.41 0.00 0.14 par:pas; -bistrés bistré adj m p 0.00 0.34 0.00 0.14 -bisulfite bisulfite nom m s 0.00 0.07 0.00 0.07 -bit bit nom m s 1.24 0.14 1.04 0.14 -bite bite nom f s 26.41 6.08 22.93 4.93 -bitent biter ver 0.02 0.14 0.00 0.07 ind:pre:3p; -bites bite nom f p 26.41 6.08 3.49 1.15 -bière bière nom f s 81.67 38.11 68.55 35.34 -bières bière nom f p 81.67 38.11 13.12 2.77 -bithynien bithynien nom m s 0.00 0.41 0.00 0.27 -bithyniens bithynien nom m p 0.00 0.41 0.00 0.14 -bitoniau bitoniau nom m s 0.01 0.00 0.01 0.00 -bitos bitos nom m 0.00 0.74 0.00 0.74 -bits bit nom m p 1.24 0.14 0.20 0.00 -bitte bitte nom f s 0.72 1.01 0.69 0.74 -bitter bitter ver 0.23 0.00 0.23 0.00 inf; -bitters bitter nom m p 0.16 0.00 0.02 0.00 -bittes bitte nom f p 0.72 1.01 0.03 0.27 -bité biter ver m s 0.02 0.14 0.02 0.07 par:pas; -bitume bitume nom m s 1.12 6.01 0.99 5.88 -bitumes bitume nom m p 1.12 6.01 0.14 0.14 -bitumeuse bitumeux adj f s 0.00 0.34 0.00 0.14 -bitumeux bitumeux adj m p 0.00 0.34 0.00 0.20 -bitumineuse bitumineux adj f s 0.03 0.07 0.02 0.07 -bitumineux bitumineux adj m p 0.03 0.07 0.01 0.00 -bitumé bitumer ver m s 0.01 0.68 0.00 0.41 par:pas; -bitumée bitumer ver f s 0.01 0.68 0.00 0.20 par:pas; -bitumées bitumer ver f p 0.01 0.68 0.01 0.07 par:pas; -biture biture nom f s 0.12 1.22 0.09 1.01 -biturer biturer ver 0.19 0.20 0.02 0.00 inf; -bitures biture nom f p 0.12 1.22 0.03 0.20 -biturin biturin nom m s 0.00 0.27 0.00 0.20 -biturins biturin nom m p 0.00 0.27 0.00 0.07 -bituré biturer ver m s 0.19 0.20 0.16 0.07 par:pas; -biturés biturer ver m p 0.19 0.20 0.00 0.14 par:pas; -bivalente bivalent adj f s 0.00 0.07 0.00 0.07 -bivalve bivalve nom m s 0.01 0.00 0.01 0.00 -bivalves bivalve adj p 0.02 0.00 0.02 0.00 -bivouac bivouac nom m s 0.41 3.85 0.26 2.23 -bivouacs bivouac nom m p 0.41 3.85 0.14 1.62 -bivouaquaient bivouaquer ver 0.75 0.61 0.00 0.14 ind:imp:3p; -bivouaquait bivouaquer ver 0.75 0.61 0.00 0.14 ind:imp:3s; -bivouaque bivouaquer ver 0.75 0.61 0.25 0.00 ind:pre:3s; -bivouaquent bivouaquer ver 0.75 0.61 0.11 0.20 ind:pre:3p; -bivouaquer bivouaquer ver 0.75 0.61 0.09 0.00 inf; -bivouaquerons bivouaquer ver 0.75 0.61 0.16 0.00 ind:fut:1p; -bivouaquons bivouaquer ver 0.75 0.61 0.02 0.00 imp:pre:1p; -bivouaqué bivouaquer ver m s 0.75 0.61 0.13 0.07 par:pas; -bivouaquée bivouaquer ver f s 0.75 0.61 0.00 0.07 par:pas; -bizarde bizarde adj f s 0.00 0.27 0.00 0.27 -bizarre bizarre adj s 131.41 52.23 117.31 41.76 -bizarrement bizarrement adv 7.12 11.82 7.12 11.82 -bizarrerie bizarrerie nom f s 1.12 3.38 0.70 1.82 -bizarreries bizarrerie nom f p 1.12 3.38 0.42 1.55 -bizarres bizarre adj p 131.41 52.23 14.10 10.47 -bizarroïde bizarroïde adj s 0.16 0.27 0.14 0.14 -bizarroïdes bizarroïde adj p 0.16 0.27 0.03 0.14 -bizness bizness nom m 2.02 0.68 2.02 0.68 -bizou bizou nom m s 0.00 0.07 0.00 0.07 -bizut bizut nom m s 2.30 0.07 2.05 0.07 -bizutage bizutage nom m s 1.02 0.14 1.00 0.07 -bizutages bizutage nom m p 1.02 0.14 0.01 0.07 -bizuter bizuter ver 0.14 0.00 0.10 0.00 inf; -bizuteurs bizuteur nom m p 0.01 0.00 0.01 0.00 -bizuth bizuth nom m s 0.02 0.00 0.02 0.00 -bizuts bizut nom m p 2.30 0.07 0.25 0.00 -bizuté bizuter ver m s 0.14 0.00 0.04 0.00 par:pas; -bla_bla_bla bla_bla_bla nom m 0.41 0.34 0.41 0.34 -bla_bla bla_bla nom m 1.51 1.49 1.11 1.49 -bla_bla bla_bla nom m 1.51 1.49 0.40 0.00 -blabla blabla nom m 0.81 1.42 0.81 1.42 -blablabla blablabla nom m 0.88 0.34 0.88 0.34 -blablatait blablater ver 0.04 0.14 0.00 0.07 ind:imp:3s; -blablater blablater ver 0.04 0.14 0.03 0.00 inf; -blablateurs blablateur nom m p 0.00 0.07 0.00 0.07 -blablatez blablater ver 0.04 0.14 0.01 0.00 ind:pre:2p; -blablaté blablater ver m s 0.04 0.14 0.00 0.07 par:pas; -black_bass black_bass nom m 0.00 0.07 0.00 0.07 -black_jack black_jack nom m s 0.75 0.00 0.75 0.00 -black_out black_out nom m 1.00 0.88 1.00 0.88 -black black adj m s 2.67 0.47 2.45 0.47 -blackboule blackbouler ver 0.06 0.07 0.01 0.00 ind:pre:3s; -blackbouler blackbouler ver 0.06 0.07 0.04 0.07 inf; -blackboulé blackbouler ver m s 0.06 0.07 0.01 0.00 par:pas; -blacks black nom m p 4.07 1.42 2.13 1.01 -blafard blafard adj m s 0.64 10.27 0.37 4.80 -blafarde blafard adj f s 0.64 10.27 0.16 3.72 -blafardes blafard adj f p 0.64 10.27 0.00 0.74 -blafards blafard adj m p 0.64 10.27 0.11 1.01 -blagua blaguer ver 9.41 3.24 0.00 0.14 ind:pas:3s; -blaguaient blaguer ver 9.41 3.24 0.04 0.20 ind:imp:3p; -blaguais blaguer ver 9.41 3.24 2.23 0.27 ind:imp:1s;ind:imp:2s; -blaguait blaguer ver 9.41 3.24 0.69 0.14 ind:imp:3s; -blaguant blaguer ver 9.41 3.24 0.04 0.20 par:pre; -blague blague nom f s 72.63 22.70 60.33 16.82 -blaguent blaguer ver 9.41 3.24 0.06 0.20 ind:pre:3p; -blaguer blaguer ver 9.41 3.24 1.22 0.74 inf; -blaguerais blaguer ver 9.41 3.24 0.03 0.00 cnd:pre:1s; -blagues blague nom f p 72.63 22.70 12.30 5.88 -blagueur blagueur nom m s 0.35 0.00 0.29 0.00 -blagueurs blagueur nom m p 0.35 0.00 0.05 0.00 -blagueuse blagueur nom f s 0.35 0.00 0.01 0.00 -blagueuses blagueur adj f p 0.08 0.74 0.00 0.07 -blaguez blaguer ver 9.41 3.24 0.34 0.20 imp:pre:2p;ind:pre:2p; -blaguons blaguer ver 9.41 3.24 0.01 0.00 ind:pre:1p; -blagué blaguer ver m s 9.41 3.24 0.28 0.20 par:pas; -blair blair nom m s 0.06 1.35 0.05 1.28 -blairaient blairer ver 1.39 2.03 0.00 0.07 ind:imp:3p; -blairait blairer ver 1.39 2.03 0.00 0.20 ind:imp:3s; -blaire blairer ver 1.39 2.03 0.09 0.68 imp:pre:2s;ind:pre:1s;ind:pre:3s; -blaireau blaireau nom m s 3.75 3.78 2.64 2.70 -blaireaux blaireau nom m p 3.75 3.78 1.11 1.08 -blairer blairer ver 1.39 2.03 1.30 1.01 inf; -blairs blair nom m p 0.06 1.35 0.01 0.07 -blairé blairer ver m s 1.39 2.03 0.00 0.07 par:pas; -blaise blaiser ver 0.00 0.27 0.00 0.27 ind:pre:1s;ind:pre:3s; -blaisois blaisois nom m 0.00 0.07 0.00 0.07 -blanc_bec blanc_bec nom m s 1.50 0.61 1.39 0.47 -blanc_bleu blanc_bleu nom m s 0.16 0.41 0.16 0.41 -blanc_gris blanc_gris adj m s 0.00 0.07 0.00 0.07 -blanc_seing blanc_seing nom m s 0.01 0.27 0.01 0.27 -blanc blanc adj m s 118.74 430.54 53.93 152.03 -blanche blanc adj f s 118.74 430.54 35.92 145.07 -blanchecaille blanchecaille nom f s 0.00 0.54 0.00 0.41 -blanchecailles blanchecaille nom f p 0.00 0.54 0.00 0.14 -blanchement blanchement nom m s 0.00 0.07 0.00 0.07 -blanches blanc adj f p 118.74 430.54 11.43 60.68 -blanchet blanchet nom m s 0.00 1.15 0.00 1.15 -blancheur blancheur nom f s 1.23 15.27 1.23 14.73 -blancheurs blancheur nom f p 1.23 15.27 0.00 0.54 -blanchi blanchir ver m s 5.34 12.23 1.09 2.23 par:pas; -blanchie blanchir ver f s 5.34 12.23 0.06 0.68 par:pas; -blanchies blanchir ver f p 5.34 12.23 0.02 1.49 par:pas; -blanchiment blanchiment nom m s 0.75 0.07 0.74 0.00 -blanchiments blanchiment nom m p 0.75 0.07 0.01 0.07 -blanchir blanchir ver 5.34 12.23 1.86 2.64 inf; -blanchira blanchir ver 5.34 12.23 0.17 0.00 ind:fut:3s; -blanchiraient blanchir ver 5.34 12.23 0.00 0.14 cnd:pre:3p; -blanchirait blanchir ver 5.34 12.23 0.01 0.14 cnd:pre:3s; -blanchirent blanchir ver 5.34 12.23 0.00 0.14 ind:pas:3p; -blanchirez blanchir ver 5.34 12.23 0.02 0.00 ind:fut:2p; -blanchiront blanchir ver 5.34 12.23 0.01 0.07 ind:fut:3p; -blanchis blanchir ver m p 5.34 12.23 0.78 1.22 imp:pre:2s;ind:pre:1s;ind:pre:2s;par:pas; -blanchissage blanchissage nom m s 0.31 0.27 0.31 0.27 -blanchissaient blanchir ver 5.34 12.23 0.02 0.81 ind:imp:3p; -blanchissait blanchir ver 5.34 12.23 0.07 1.28 ind:imp:3s; -blanchissant blanchissant adj m s 0.04 0.61 0.03 0.27 -blanchissante blanchissant adj f s 0.04 0.61 0.01 0.14 -blanchissantes blanchissant adj f p 0.04 0.61 0.00 0.07 -blanchissants blanchissant adj m p 0.04 0.61 0.00 0.14 -blanchisse blanchir ver 5.34 12.23 0.02 0.07 sub:pre:3s; -blanchissement blanchissement nom m s 0.09 0.14 0.09 0.14 -blanchissent blanchir ver 5.34 12.23 0.26 0.34 ind:pre:3p; -blanchisserie blanchisserie nom f s 1.23 3.45 1.23 3.45 -blanchisses blanchir ver 5.34 12.23 0.01 0.00 sub:pre:2s; -blanchisseur blanchisseur nom m s 0.95 3.65 0.44 0.27 -blanchisseurs blanchisseur nom m p 0.95 3.65 0.09 0.54 -blanchisseuse blanchisseur nom f s 0.95 3.65 0.42 1.55 -blanchisseuses blanchisseuse nom f p 0.16 0.00 0.16 0.00 -blanchissez blanchir ver 5.34 12.23 0.01 0.00 ind:pre:2p; -blanchit blanchir ver 5.34 12.23 0.91 0.95 ind:pre:3s;ind:pas:3s; -blanchoie blanchoyer ver 0.00 0.27 0.00 0.14 ind:pre:3s; -blanchoiement blanchoiement nom m 0.00 0.07 0.00 0.07 -blanchon blanchon nom m s 0.06 1.28 0.06 1.28 -blanchâtre blanchâtre adj s 0.05 7.23 0.05 4.66 -blanchâtres blanchâtre adj p 0.05 7.23 0.00 2.57 -blanchoyait blanchoyer ver 0.00 0.27 0.00 0.07 ind:imp:3s; -blanchoyant blanchoyer ver 0.00 0.27 0.00 0.07 par:pre; -blanc_bec blanc_bec nom m p 1.50 0.61 0.12 0.14 -blancs_manteaux blancs_manteaux adj m p 0.00 0.07 0.00 0.07 -blancs blanc nom m p 46.88 72.36 19.31 12.64 -blandices blandice nom f p 0.00 0.14 0.00 0.14 -blanque blanque nom f s 0.00 0.07 0.00 0.07 -blanquette blanquette nom f s 0.17 1.01 0.17 0.88 -blanquettes blanquette nom f p 0.17 1.01 0.00 0.14 -blasait blaser ver 0.31 1.89 0.00 0.14 ind:imp:3s; -blase blase nom m s 0.12 1.55 0.12 1.35 -blaser blaser ver 0.31 1.89 0.01 0.14 inf; -blases blase nom m p 0.12 1.55 0.00 0.20 -blason blason nom m s 0.33 3.45 0.29 3.04 -blasonnait blasonner ver 0.00 0.41 0.00 0.07 ind:imp:3s; -blasonné blasonner ver m s 0.00 0.41 0.00 0.14 par:pas; -blasonnée blasonner ver f s 0.00 0.41 0.00 0.07 par:pas; -blasonnées blasonner ver f p 0.00 0.41 0.00 0.07 par:pas; -blasonnés blasonner ver m p 0.00 0.41 0.00 0.07 par:pas; -blasons blason nom m p 0.33 3.45 0.04 0.41 -blasphème blasphème nom m s 5.51 2.97 4.46 1.69 -blasphèment blasphémer ver 4.11 1.96 0.10 0.07 ind:pre:3p; -blasphèmes blasphème nom m p 5.51 2.97 1.06 1.28 -blasphéma blasphémer ver 4.11 1.96 0.00 0.14 ind:pas:3s; -blasphémaient blasphémer ver 4.11 1.96 0.01 0.14 ind:imp:3p; -blasphémais blasphémer ver 4.11 1.96 0.00 0.07 ind:imp:1s; -blasphémait blasphémer ver 4.11 1.96 0.15 0.00 ind:imp:3s; -blasphémant blasphémer ver 4.11 1.96 0.01 0.07 par:pre; -blasphémateur blasphémateur nom m s 0.68 0.27 0.36 0.20 -blasphémateurs blasphémateur nom m p 0.68 0.27 0.29 0.07 -blasphématoire blasphématoire adj s 0.62 0.81 0.61 0.54 -blasphématoires blasphématoire adj f p 0.62 0.81 0.01 0.27 -blasphématrice blasphémateur nom f s 0.68 0.27 0.03 0.00 -blasphémer blasphémer ver 4.11 1.96 1.28 0.61 inf; -blasphémez blasphémer ver 4.11 1.96 0.44 0.00 imp:pre:2p;ind:pre:2p; -blasphémé blasphémer ver m s 4.11 1.96 0.90 0.41 par:pas; -blastula blastula nom f s 0.01 0.00 0.01 0.00 -blasé blasé adj m s 1.00 3.92 0.66 2.43 -blasée blasé adj f s 1.00 3.92 0.08 0.61 -blasées blasé adj f p 1.00 3.92 0.01 0.07 -blasés blasé adj m p 1.00 3.92 0.25 0.81 -blatte blatte nom f s 0.86 0.68 0.41 0.14 -blattes blatte nom f p 0.86 0.68 0.45 0.54 -blatérant blatérer ver 0.00 0.07 0.00 0.07 par:pre; -blaze blaze nom m s 0.53 3.18 0.48 2.77 -blazer blazer nom m s 0.36 3.24 0.32 2.70 -blazers blazer nom m p 0.36 3.24 0.04 0.54 -blazes blaze nom m p 0.53 3.18 0.05 0.41 -bled bled nom m s 5.67 8.04 5.55 7.23 -bleds bled nom m p 5.67 8.04 0.12 0.81 -blennies blennie nom f p 0.00 0.07 0.00 0.07 -blennorragie blennorragie nom f s 0.14 0.07 0.14 0.07 -blessa blesser ver 103.74 43.31 0.30 0.74 ind:pas:3s; -blessaient blesser ver 103.74 43.31 0.03 1.08 ind:imp:3p; -blessais blesser ver 103.74 43.31 0.05 0.14 ind:imp:1s;ind:imp:2s; -blessait blesser ver 103.74 43.31 0.19 3.65 ind:imp:3s; -blessant blessant adj m s 1.20 2.91 0.82 1.08 -blessante blessant adj f s 1.20 2.91 0.23 1.08 -blessantes blessant adj f p 1.20 2.91 0.09 0.34 -blessants blessant adj m p 1.20 2.91 0.06 0.41 -blesse blesser ver 103.74 43.31 9.22 3.11 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -blessent blesser ver 103.74 43.31 1.08 1.15 ind:pre:3p; -blesser blesser ver 103.74 43.31 19.93 8.31 ind:pre:2p;inf; -blessera blesser ver 103.74 43.31 0.49 0.07 ind:fut:3s; -blesserai blesser ver 103.74 43.31 0.31 0.14 ind:fut:1s; -blesseraient blesser ver 103.74 43.31 0.01 0.07 cnd:pre:3p; -blesserais blesser ver 103.74 43.31 0.11 0.00 cnd:pre:1s;cnd:pre:2s; -blesserait blesser ver 103.74 43.31 0.55 0.14 cnd:pre:3s; -blesseras blesser ver 103.74 43.31 0.13 0.00 ind:fut:2s; -blesserez blesser ver 103.74 43.31 0.04 0.00 ind:fut:2p; -blesseriez blesser ver 103.74 43.31 0.12 0.00 cnd:pre:2p; -blesserons blesser ver 103.74 43.31 0.01 0.00 ind:fut:1p; -blesseront blesser ver 103.74 43.31 0.15 0.20 ind:fut:3p; -blesses blesser ver 103.74 43.31 2.67 0.07 ind:pre:2s; -blessez blesser ver 103.74 43.31 1.79 0.00 imp:pre:2p;ind:pre:2p; -blessiez blesser ver 103.74 43.31 0.07 0.00 ind:imp:2p; -blessing blessing nom m s 0.01 0.00 0.01 0.00 -blessât blesser ver 103.74 43.31 0.00 0.14 sub:imp:3s; -blessèrent blesser ver 103.74 43.31 0.01 0.14 ind:pas:3p; -blessé blesser ver m s 103.74 43.31 49.12 17.43 par:pas;par:pas;par:pas;par:pas; -blessée blesser ver f s 103.74 43.31 13.00 3.51 par:pas; -blessées blesser ver f p 103.74 43.31 0.64 0.54 par:pas; -blessure blessure nom f s 41.81 32.57 23.05 19.39 -blessures blessure nom f p 41.81 32.57 18.77 13.18 -blessés blessé nom m p 21.88 30.34 12.21 17.70 -blet blet adj m s 0.04 1.42 0.00 0.47 -blets blet adj m p 0.04 1.42 0.01 0.07 -blette blet adj f s 0.04 1.42 0.02 0.61 -blettes blette nom f p 0.16 0.20 0.16 0.20 -blettir blettir ver 0.00 0.14 0.00 0.07 inf; -blettissait blettir ver 0.00 0.14 0.00 0.07 ind:imp:3s; -blettissement blettissement nom m s 0.00 0.14 0.00 0.14 -bleu_ciel bleu_ciel adj m s 0.00 0.07 0.00 0.07 -bleu_noir bleu_noir adj 0.01 1.01 0.01 1.01 -bleu_roi bleu_roi nom m s 0.02 0.00 0.02 0.00 -bleu_vert bleu_vert adj 0.13 0.47 0.13 0.47 -bleu bleu adj 70.61 207.64 31.24 100.41 -bleuît bleuir ver 0.16 3.11 0.00 0.07 sub:imp:3s; -bleubite bleubite nom m s 0.00 0.27 0.00 0.20 -bleubites bleubite nom m p 0.00 0.27 0.00 0.07 -bleue bleu adj f s 70.61 207.64 21.63 53.11 -bleues bleu adj f p 70.61 207.64 4.77 21.28 -bleuet bleuet nom m s 1.98 1.22 1.02 0.14 -bleuets bleuet nom m p 1.98 1.22 0.95 1.08 -bleuette bleuette nom f s 0.03 0.00 0.03 0.00 -bleui bleuir ver m s 0.16 3.11 0.01 0.20 par:pas; -bleuie bleui adj f s 0.00 1.08 0.00 0.27 -bleuies bleuir ver f p 0.16 3.11 0.10 0.74 par:pas; -bleuir bleuir ver 0.16 3.11 0.00 0.20 inf; -bleuira bleuir ver 0.16 3.11 0.00 0.07 ind:fut:3s; -bleuis bleuir ver m p 0.16 3.11 0.00 0.14 par:pas; -bleuissaient bleuir ver 0.16 3.11 0.00 0.27 ind:imp:3p; -bleuissait bleuir ver 0.16 3.11 0.00 0.54 ind:imp:3s; -bleuissante bleuissant adj f s 0.00 0.27 0.00 0.14 -bleuissantes bleuissant adj f p 0.00 0.27 0.00 0.14 -bleuissent bleuir ver 0.16 3.11 0.03 0.20 ind:pre:3p; -bleuit bleuir ver 0.16 3.11 0.03 0.47 ind:pre:3s;ind:pas:3s; -bleuâtre bleuâtre adj s 0.09 7.23 0.04 4.66 -bleuâtres bleuâtre adj p 0.09 7.23 0.04 2.57 -bleus bleu adj m p 70.61 207.64 12.97 32.84 -bleusaille bleusaille nom f s 0.38 0.20 0.37 0.20 -bleusailles bleusaille nom f p 0.38 0.20 0.01 0.00 -bleuté bleuté adj m s 0.46 7.09 0.07 2.23 -bleutée bleuté adj f s 0.46 7.09 0.25 2.09 -bleutées bleuté adj f p 0.46 7.09 0.00 1.28 -bleutés bleuté adj m p 0.46 7.09 0.14 1.49 -bliaut bliaut nom m s 0.00 0.27 0.00 0.27 -blindage blindage nom m s 0.59 1.01 0.43 0.74 -blindages blindage nom m p 0.59 1.01 0.16 0.27 -blindant blinder ver 2.37 3.58 0.00 0.07 par:pre; -blinde blinde nom f s 0.12 0.47 0.10 0.41 -blindent blinder ver 2.37 3.58 0.00 0.07 ind:pre:3p; -blinder blinder ver 2.37 3.58 0.10 0.34 inf; -blindera blinder ver 2.37 3.58 0.00 0.07 ind:fut:3s; -blindes blinde nom f p 0.12 0.47 0.02 0.07 -blindez blinder ver 2.37 3.58 0.01 0.00 imp:pre:2p; -blindé blindé adj m s 3.95 9.05 1.44 1.35 -blindée blindé adj f s 3.95 9.05 1.17 4.46 -blindées blindé adj f p 3.95 9.05 0.97 1.96 -blindés blindé nom m p 1.37 3.31 1.11 2.91 -blini blini nom m s 0.93 0.14 0.02 0.00 -blinis blini nom m p 0.93 0.14 0.91 0.14 -blitzkrieg blitzkrieg nom m s 0.09 0.00 0.09 0.00 -blizzard blizzard nom m s 1.12 0.47 0.76 0.47 -blizzards blizzard nom m p 1.12 0.47 0.36 0.00 -blob blob nom m s 0.19 0.00 0.19 0.00 -bloc_cylindres bloc_cylindres nom m 0.01 0.00 0.01 0.00 -bloc_moteur bloc_moteur nom m s 0.01 0.00 0.01 0.00 -bloc_notes bloc_notes nom m 0.47 0.61 0.47 0.61 -bloc bloc nom m s 17.28 38.78 14.25 28.31 -blocage blocage nom m s 1.73 1.82 1.57 1.49 -blocages blocage nom m p 1.73 1.82 0.16 0.34 -blocaille blocaille nom f s 0.02 0.07 0.02 0.07 -block block nom m s 1.06 0.27 0.70 0.00 -blockhaus blockhaus nom m 1.77 6.15 1.77 6.15 -blocks block nom m p 1.06 0.27 0.36 0.27 -blocs_notes blocs_notes nom m p 0.07 0.07 0.07 0.07 -blocs bloc nom m p 17.28 38.78 3.03 10.47 -blocus blocus nom m 1.43 2.36 1.43 2.36 -blâma blâmer ver 9.38 6.42 0.01 0.14 ind:pas:3s; -blâmable blâmable adj f s 0.04 0.41 0.04 0.41 -blâmaient blâmer ver 9.38 6.42 0.00 0.41 ind:imp:3p; -blâmais blâmer ver 9.38 6.42 0.02 0.20 ind:imp:1s; -blâmait blâmer ver 9.38 6.42 0.03 0.74 ind:imp:3s; -blâmant blâmer ver 9.38 6.42 0.02 0.14 par:pre; -blâme blâmer ver 9.38 6.42 2.91 1.22 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:1s; -blâment blâmer ver 9.38 6.42 0.20 0.07 ind:pre:3p; -blâmer blâmer ver 9.38 6.42 4.37 2.03 inf;;inf;;inf;; -blâmera blâmer ver 9.38 6.42 0.27 0.00 ind:fut:3s; -blâmerais blâmer ver 9.38 6.42 0.07 0.00 cnd:pre:1s; -blâmerait blâmer ver 9.38 6.42 0.09 0.07 cnd:pre:3s; -blâmeras blâmer ver 9.38 6.42 0.02 0.00 ind:fut:2s; -blâmerions blâmer ver 9.38 6.42 0.01 0.00 cnd:pre:1p; -blâmeront blâmer ver 9.38 6.42 0.03 0.07 ind:fut:3p; -blâmes blâme nom m p 2.04 4.73 0.19 0.68 -blâmez blâmer ver 9.38 6.42 0.42 0.07 imp:pre:2p;ind:pre:2p; -blâmons blâmer ver 9.38 6.42 0.41 0.00 imp:pre:1p;ind:pre:1p; -blâmé blâmer ver m s 9.38 6.42 0.21 0.54 par:pas; -blâmée blâmer ver f s 9.38 6.42 0.05 0.20 par:pas; -blâmées blâmer ver f p 9.38 6.42 0.03 0.07 par:pas; -blâmés blâmer ver m p 9.38 6.42 0.03 0.07 par:pas; -blond blond adj m s 21.45 76.76 8.73 21.28 -blondasse blondasse adj s 0.82 0.88 0.77 0.74 -blondasses blondasse adj m p 0.82 0.88 0.05 0.14 -blonde blond nom f s 22.65 33.45 14.06 21.28 -blondes blond nom f p 22.65 33.45 4.54 2.77 -blondeur blondeur nom f s 0.20 2.64 0.20 2.57 -blondeurs blondeur nom f p 0.20 2.64 0.01 0.07 -blondi blondir ver m s 0.82 1.15 0.36 0.14 par:pas; -blondie blondir ver f s 0.82 1.15 0.46 0.47 par:pas; -blondin blondin adj m s 0.03 0.14 0.02 0.07 -blondine blondin adj f s 0.03 0.14 0.00 0.07 -blondines blondin adj f p 0.03 0.14 0.01 0.00 -blondinet blondinet nom m s 0.45 0.95 0.44 0.95 -blondinets blondinet nom m p 0.45 0.95 0.01 0.00 -blondinette blondinet adj f s 0.63 0.68 0.40 0.20 -blondir blondir ver 0.82 1.15 0.00 0.14 inf; -blondis blondir ver m p 0.82 1.15 0.00 0.07 par:pas; -blondissait blondir ver 0.82 1.15 0.00 0.20 ind:imp:3s; -blondit blondir ver 0.82 1.15 0.00 0.14 ind:pre:3s; -blonds blond adj m p 21.45 76.76 3.45 18.38 -bloody_mary bloody_mary nom m s 1.32 0.20 1.32 0.20 -bloom bloom nom m s 0.01 0.00 0.01 0.00 -bloomer bloomer nom m s 0.01 0.00 0.01 0.00 -bloqua bloquer ver 38.62 23.11 0.02 1.28 ind:pas:3s; -bloquai bloquer ver 38.62 23.11 0.00 0.07 ind:pas:1s; -bloquaient bloquer ver 38.62 23.11 0.43 0.54 ind:imp:3p; -bloquais bloquer ver 38.62 23.11 0.17 0.20 ind:imp:1s;ind:imp:2s; -bloquait bloquer ver 38.62 23.11 0.43 2.03 ind:imp:3s; -bloquant bloquer ver 38.62 23.11 0.39 1.28 par:pre; -bloque bloquer ver 38.62 23.11 5.92 3.04 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -bloquent bloquer ver 38.62 23.11 1.10 0.54 ind:pre:3p; -bloquer bloquer ver 38.62 23.11 4.38 3.18 inf; -bloquera bloquer ver 38.62 23.11 0.33 0.07 ind:fut:3s; -bloquerai bloquer ver 38.62 23.11 0.08 0.00 ind:fut:1s; -bloquerais bloquer ver 38.62 23.11 0.02 0.00 cnd:pre:1s;cnd:pre:2s; -bloquerait bloquer ver 38.62 23.11 0.07 0.07 cnd:pre:3s; -bloqueront bloquer ver 38.62 23.11 0.23 0.00 ind:fut:3p; -bloques bloquer ver 38.62 23.11 0.73 0.14 ind:pre:2s;sub:pre:2s; -bloqueur bloqueur nom m s 0.24 0.00 0.19 0.00 -bloqueurs bloqueur nom m p 0.24 0.00 0.05 0.00 -bloquez bloquer ver 38.62 23.11 4.45 0.00 imp:pre:2p;ind:pre:2p; -bloquiez bloquer ver 38.62 23.11 0.06 0.00 ind:imp:2p; -bloquons bloquer ver 38.62 23.11 0.12 0.14 imp:pre:1p;ind:pre:1p; -bloquât bloquer ver 38.62 23.11 0.00 0.07 sub:imp:3s; -bloquèrent bloquer ver 38.62 23.11 0.01 0.14 ind:pas:3p; -bloqué bloquer ver m s 38.62 23.11 11.55 4.86 par:pas; -bloquée bloquer ver f s 38.62 23.11 4.59 2.30 par:pas; -bloquées bloquer ver f p 38.62 23.11 1.13 1.08 par:pas; -bloqués bloquer ver m p 38.62 23.11 2.41 2.09 par:pas; -blot blot nom m s 0.71 1.76 0.71 1.49 -blots blot nom m p 0.71 1.76 0.00 0.27 -blotti blottir ver m s 1.70 12.84 0.22 2.30 par:pas; -blottie blottir ver f s 1.70 12.84 0.27 2.64 par:pas; -blotties blottir ver f p 1.70 12.84 0.00 0.34 par:pas; -blottir blottir ver 1.70 12.84 0.33 2.64 inf; -blottirai blottir ver 1.70 12.84 0.01 0.00 ind:fut:1s; -blottirait blottir ver 1.70 12.84 0.00 0.07 cnd:pre:3s; -blottirent blottir ver 1.70 12.84 0.00 0.07 ind:pas:3p; -blottis blottir ver m p 1.70 12.84 0.42 1.22 imp:pre:2s;ind:pre:1s;ind:pre:2s;par:pas; -blottissaient blottir ver 1.70 12.84 0.00 0.41 ind:imp:3p; -blottissais blottir ver 1.70 12.84 0.01 0.14 ind:imp:1s; -blottissait blottir ver 1.70 12.84 0.15 0.47 ind:imp:3s; -blottissant blottir ver 1.70 12.84 0.01 0.20 par:pre; -blottisse blottir ver 1.70 12.84 0.01 0.07 sub:pre:3s; -blottissement blottissement nom m 0.00 0.07 0.00 0.07 -blottissent blottir ver 1.70 12.84 0.11 0.14 ind:pre:3p; -blottissions blottir ver 1.70 12.84 0.00 0.07 ind:imp:1p; -blottit blottir ver 1.70 12.84 0.16 2.09 ind:pre:3s;ind:pas:3s; -bloum bloum nom m s 0.00 0.07 0.00 0.07 -blousantes blousant adj f p 0.00 0.07 0.00 0.07 -blouse blouse nom f s 5.68 32.64 5.29 28.51 -blousent blouser ver 0.53 0.54 0.02 0.00 ind:pre:3p; -blouser blouser ver 0.53 0.54 0.33 0.14 inf; -blouses blouse nom f p 5.68 32.64 0.39 4.12 -blouson blouson nom m s 7.15 25.20 6.62 22.57 -blousons blouson nom m p 7.15 25.20 0.53 2.64 -blousé blouser ver m s 0.53 0.54 0.13 0.14 par:pas; -blousée blouser ver f s 0.53 0.54 0.00 0.14 par:pas; -blousés blouser ver m p 0.53 0.54 0.02 0.14 par:pas; -blèche blèche adj s 0.00 0.34 0.00 0.20 -blèches blèche adj p 0.00 0.34 0.00 0.14 -blèsement blèsement nom m s 0.00 0.07 0.00 0.07 -blé blé nom m s 19.98 28.65 19.07 23.24 -blédard blédard nom m s 0.00 0.14 0.00 0.07 -blédards blédard nom m p 0.00 0.14 0.00 0.07 -blue_jean blue_jean nom m s 0.17 2.03 0.05 1.08 -blue_jean blue_jean nom m p 0.17 2.03 0.10 0.95 -blue_jean blue_jean nom m p 0.17 2.03 0.01 0.00 -blue_note blue_note nom f s 0.02 0.00 0.02 0.00 -blues blues nom m 7.81 5.68 7.81 5.68 -bluets bluet nom m p 0.00 0.07 0.00 0.07 -bluette bluette nom f s 0.01 0.61 0.00 0.34 -bluettes bluette nom f p 0.01 0.61 0.01 0.27 -bluff bluff nom m s 3.02 1.62 3.00 1.55 -bluffa bluffer ver 6.30 2.36 0.00 0.07 ind:pas:3s; -bluffaient bluffer ver 6.30 2.36 0.03 0.07 ind:imp:3p; -bluffais bluffer ver 6.30 2.36 0.31 0.00 ind:imp:1s;ind:imp:2s; -bluffait bluffer ver 6.30 2.36 0.19 0.27 ind:imp:3s; -bluffant bluffer ver 6.30 2.36 0.05 0.00 par:pre; -bluffe bluffer ver 6.30 2.36 2.03 0.74 imp:pre:2s;ind:pre:1s;ind:pre:3s; -bluffent bluffer ver 6.30 2.36 0.12 0.14 ind:pre:3p; -bluffer bluffer ver 6.30 2.36 1.47 0.61 inf; -blufferais bluffer ver 6.30 2.36 0.02 0.00 cnd:pre:1s;cnd:pre:2s; -blufferez bluffer ver 6.30 2.36 0.02 0.00 ind:fut:2p; -bluffes bluffer ver 6.30 2.36 0.60 0.14 ind:pre:2s; -bluffeur bluffeur nom m s 0.30 0.27 0.28 0.14 -bluffeurs bluffeur nom m p 0.30 0.27 0.02 0.07 -bluffeuses bluffeur nom f p 0.30 0.27 0.00 0.07 -bluffez bluffer ver 6.30 2.36 0.56 0.00 imp:pre:2p;ind:pre:2p; -bluffiez bluffer ver 6.30 2.36 0.03 0.00 ind:imp:2p; -bluffons bluffer ver 6.30 2.36 0.10 0.00 imp:pre:1p;ind:pre:1p; -bluffs bluff nom m p 3.02 1.62 0.02 0.07 -bluffé bluffer ver m s 6.30 2.36 0.42 0.14 par:pas; -bluffée bluffer ver f s 6.30 2.36 0.14 0.07 par:pas; -bluffées bluffer ver f p 6.30 2.36 0.00 0.07 par:pas; -bluffés bluffer ver m p 6.30 2.36 0.23 0.07 par:pas; -blême blême adj s 1.48 14.73 1.16 11.62 -blêmes blême adj p 1.48 14.73 0.31 3.11 -blêmi blêmir ver m s 0.42 2.70 0.01 0.47 par:pas; -blêmies blêmir ver f p 0.42 2.70 0.00 0.07 par:pas; -blêmir blêmir ver 0.42 2.70 0.14 0.54 inf; -blêmis blêmir ver 0.42 2.70 0.00 0.14 ind:pre:1s;ind:pas:1s; -blêmissais blêmir ver 0.42 2.70 0.00 0.07 ind:imp:1s; -blêmissait blêmir ver 0.42 2.70 0.00 0.20 ind:imp:3s; -blêmissant blêmir ver 0.42 2.70 0.00 0.07 par:pre; -blêmissante blêmissant adj f s 0.00 0.07 0.00 0.07 -blêmit blêmir ver 0.42 2.70 0.28 1.15 ind:pre:3s;ind:pas:3s; -blépharite blépharite nom f s 0.00 0.14 0.00 0.14 -blés blé nom m p 19.98 28.65 0.91 5.41 -blush blush nom m s 0.20 0.14 0.20 0.14 -bluter bluter ver 0.00 0.07 0.00 0.07 inf; -blutoir blutoir nom m s 0.00 0.07 0.00 0.07 -boîte boîte nom f s 88.81 134.05 74.58 94.32 -boîtes_repas boîtes_repas nom f p 0.00 0.07 0.00 0.07 -boîtes boîte nom f p 88.81 134.05 14.23 39.73 -boîtier boîtier nom m s 1.04 0.88 0.72 0.81 -boîtiers boîtier nom m p 1.04 0.88 0.32 0.07 -boa boa nom m s 1.62 2.30 1.56 1.96 -boas boa nom m p 1.62 2.30 0.06 0.34 -boat_people boat_people nom m 0.02 0.07 0.02 0.07 -bob bob nom m s 0.71 0.88 0.69 0.27 -bobard bobard nom m s 3.13 1.96 1.00 0.41 -bobards bobard nom m p 3.13 1.96 2.13 1.55 -bobbies bobbies nom m p 0.00 0.20 0.00 0.20 -bobby bobby nom m s 0.32 0.00 0.32 0.00 -bobinage bobinage nom m s 0.02 0.14 0.02 0.14 -bobinait bobiner ver 0.01 0.14 0.00 0.07 ind:imp:3s; -bobinard bobinard nom m s 0.00 0.41 0.00 0.34 -bobinards bobinard nom m p 0.00 0.41 0.00 0.07 -bobine bobine nom f s 3.63 5.88 1.69 2.91 -bobineau bobineau nom m s 0.03 0.07 0.03 0.07 -bobines bobine nom f p 3.63 5.88 1.94 2.97 -bobinette bobinette nom f s 0.14 0.20 0.11 0.20 -bobinettes bobinette nom f p 0.14 0.20 0.03 0.00 -bobineuse bobineur nom f s 0.00 0.20 0.00 0.14 -bobineuses bobineur nom f p 0.00 0.20 0.00 0.07 -bobino bobino nom m s 0.00 0.41 0.00 0.41 -bobo bobo nom m s 2.42 2.23 1.89 1.55 -bobonne bobonne nom f s 0.79 1.15 0.79 1.08 -bobonnes bobonne nom f p 0.79 1.15 0.00 0.07 -bâbord bâbord nom m s 1.97 0.95 1.97 0.95 -bobos bobo nom m p 2.42 2.23 0.53 0.68 -bobosse bobosse nom s 0.00 0.61 0.00 0.61 -bobs bob nom m p 0.71 0.88 0.02 0.61 -bobsleigh bobsleigh nom m s 0.91 0.20 0.91 0.20 -bobèche bobèche nom f s 0.00 0.14 0.00 0.07 -bobèches bobèche nom f p 0.00 0.14 0.00 0.07 -boc boc nom m s 0.00 0.07 0.00 0.07 -bocage bocage nom m s 0.14 2.84 0.14 2.50 -bocages bocage nom m p 0.14 2.84 0.00 0.34 -bocagères bocager adj f p 0.00 0.07 0.00 0.07 -bocal bocal nom m s 3.83 7.50 2.73 4.66 -bocard bocard nom m s 0.00 0.07 0.00 0.07 -bocaux bocal nom m p 3.83 7.50 1.10 2.84 -bâche bâche nom f s 2.40 13.38 2.30 10.07 -boche boche nom s 8.63 25.14 2.24 3.38 -bâcher bâcher ver 0.04 0.47 0.01 0.00 inf; -bâches bâche nom f p 2.40 13.38 0.10 3.31 -boches boche nom p 8.63 25.14 6.38 21.76 -bochiman bochiman nom m s 0.01 0.00 0.01 0.00 -bâché bâché adj m s 0.02 0.81 0.01 0.34 -bâchée bâcher ver f s 0.04 0.47 0.00 0.14 par:pas; -bâchées bâché adj f p 0.02 0.81 0.00 0.14 -bâchés bâché adj m p 0.02 0.81 0.01 0.27 -bock bock nom m s 0.11 1.35 0.10 0.88 -bocks bock nom m p 0.11 1.35 0.01 0.47 -bâcla bâcler ver 1.39 3.99 0.00 0.14 ind:pas:3s; -bâclai bâcler ver 1.39 3.99 0.00 0.07 ind:pas:1s; -bâclaient bâcler ver 1.39 3.99 0.00 0.07 ind:imp:3p; -bâclais bâcler ver 1.39 3.99 0.01 0.07 ind:imp:1s; -bâclait bâcler ver 1.39 3.99 0.01 0.20 ind:imp:3s; -bâclant bâcler ver 1.39 3.99 0.01 0.27 par:pre; -bâcle bâcler ver 1.39 3.99 0.17 0.41 imp:pre:2s;ind:pre:1s;ind:pre:3s; -bâcler bâcler ver 1.39 3.99 0.12 0.68 inf; -bâclera bâcler ver 1.39 3.99 0.00 0.07 ind:fut:3s; -bâclerait bâcler ver 1.39 3.99 0.00 0.07 cnd:pre:3s; -bâcles bâcler ver 1.39 3.99 0.02 0.07 ind:pre:2s; -bâcleurs bâcleur nom m p 0.00 0.07 0.00 0.07 -bâclez bâcler ver 1.39 3.99 0.01 0.07 ind:pre:2p; -bâclons bâcler ver 1.39 3.99 0.00 0.07 ind:pre:1p; -bâclé bâcler ver m s 1.39 3.99 0.82 1.01 par:pas; -bâclée bâcler ver f s 1.39 3.99 0.20 0.41 par:pas; -bâclées bâcler ver f p 1.39 3.99 0.01 0.07 par:pas; -bâclés bâcler ver m p 1.39 3.99 0.01 0.27 par:pas; -bocson bocson nom m s 0.00 0.27 0.00 0.27 -bodega bodega nom f s 0.65 0.14 0.63 0.14 -bodegas bodega nom f p 0.65 0.14 0.03 0.00 -bodhi bodhi nom f s 2.21 0.00 2.21 0.00 -bodhisattva bodhisattva nom m s 0.38 0.00 0.38 0.00 -bodo bodo nom m s 1.00 0.07 1.00 0.07 -body_building body_building nom m s 0.01 0.00 0.01 0.00 -body body nom m s 1.24 0.07 1.24 0.07 -bodybuilding bodybuilding nom m s 0.01 0.00 0.01 0.00 -boer boer nom m s 0.01 0.41 0.01 0.14 -boers boer nom m p 0.01 0.41 0.00 0.27 -boeuf boeuf nom m s 10.39 21.01 8.58 14.32 -boeufs boeuf nom m p 10.39 21.01 1.81 6.69 -bof bof ono 4.70 2.84 4.70 2.84 -bâfra bâfrer ver 0.72 1.96 0.00 0.14 ind:pas:3s; -bâfraient bâfrer ver 0.72 1.96 0.00 0.07 ind:imp:3p; -bâfrais bâfrer ver 0.72 1.96 0.00 0.07 ind:imp:1s; -bâfrait bâfrer ver 0.72 1.96 0.01 0.20 ind:imp:3s; -bâfrant bâfrer ver 0.72 1.96 0.00 0.20 par:pre; -bâfre bâfrer ver 0.72 1.96 0.16 0.27 imp:pre:2s;ind:pre:1s;ind:pre:3s; -bâfrements bâfrement nom m p 0.00 0.07 0.00 0.07 -bâfrer bâfrer ver 0.72 1.96 0.26 0.54 inf; -bâfres bâfrer ver 0.72 1.96 0.17 0.00 ind:pre:2s; -bâfreur bâfreur nom m s 0.07 0.07 0.05 0.07 -bâfreurs bâfreur nom m p 0.07 0.07 0.02 0.00 -bâfrez bâfrer ver 0.72 1.96 0.01 0.07 imp:pre:2p;ind:pre:2p; -bâfrèrent bâfrer ver 0.72 1.96 0.00 0.07 ind:pas:3p; -bâfré bâfrer ver m s 0.72 1.96 0.11 0.34 par:pas; -boggie boggie nom m s 0.02 0.41 0.02 0.00 -boggies boggie nom m p 0.02 0.41 0.00 0.41 -boghei boghei nom m s 0.02 2.64 0.02 2.64 -bogie bogie nom m s 0.14 0.00 0.14 0.00 -bogomiles bogomile nom m p 0.00 0.07 0.00 0.07 -bogue boguer ver 0.16 0.00 0.14 0.00 ind:pre:3s; -boguer boguer ver 0.16 0.00 0.01 0.00 inf; -bogues bogue nom p 0.17 0.47 0.05 0.07 -boguet boguet nom m s 0.00 0.07 0.00 0.07 -bohème bohème nom s 2.17 2.84 2.01 2.23 -bohèmes bohème nom p 2.17 2.84 0.16 0.61 -bohême bohême nom s 0.00 0.54 0.00 0.54 -bohémien bohémien nom m s 3.94 1.49 0.34 0.27 -bohémienne bohémien nom f s 3.94 1.49 2.80 0.41 -bohémiennes bohémienne nom f p 0.14 0.00 0.14 0.00 -bohémiens bohémien nom m p 3.94 1.49 0.79 0.68 -bâilla bâiller ver 1.87 18.51 0.01 3.85 ind:pas:3s; -bâillai bâiller ver 1.87 18.51 0.00 0.07 ind:pas:1s; -bâillaient bâiller ver 1.87 18.51 0.00 0.74 ind:imp:3p; -bâillais bâiller ver 1.87 18.51 0.01 0.34 ind:imp:1s; -bâillait bâiller ver 1.87 18.51 0.05 2.70 ind:imp:3s; -bâillant bâiller ver 1.87 18.51 0.10 3.58 par:pre; -bâillante bâillant adj f s 0.00 0.81 0.00 0.34 -bâillantes bâillant adj f p 0.00 0.81 0.00 0.20 -bâille bâiller ver 1.87 18.51 0.62 2.64 imp:pre:2s;ind:pre:1s;ind:pre:3s; -bâillement bâillement nom m s 0.53 4.19 0.50 3.11 -bâillements bâillement nom m p 0.53 4.19 0.03 1.08 -bâillent bâiller ver 1.87 18.51 0.29 0.74 ind:pre:3p; -bâiller bâiller ver 1.87 18.51 0.36 2.77 inf; -bâillera bâiller ver 1.87 18.51 0.01 0.07 ind:fut:3s; -bâillerez bâiller ver 1.87 18.51 0.14 0.00 ind:fut:2p; -bâilles bâiller ver 1.87 18.51 0.12 0.07 ind:pre:2s; -bâillez bâiller ver 1.87 18.51 0.14 0.07 imp:pre:2p;ind:pre:2p; -bâillâmes bâiller ver 1.87 18.51 0.00 0.07 ind:pas:1p; -bâillon bâillon nom m s 0.64 1.96 0.63 1.89 -bâillonna bâillonner ver 2.61 2.70 0.00 0.20 ind:pas:3s; -bâillonnait bâillonner ver 2.61 2.70 0.01 0.54 ind:imp:3s; -bâillonnant bâillonner ver 2.61 2.70 0.00 0.14 par:pre; -bâillonne bâillonner ver 2.61 2.70 0.60 0.20 imp:pre:2s;ind:pre:1s;ind:pre:3s; -bâillonnent bâillonner ver 2.61 2.70 0.00 0.07 ind:pre:3p; -bâillonner bâillonner ver 2.61 2.70 0.36 0.47 inf; -bâillonnera bâillonner ver 2.61 2.70 0.01 0.00 ind:fut:3s; -bâillonnerait bâillonner ver 2.61 2.70 0.02 0.00 cnd:pre:3s; -bâillonnez bâillonner ver 2.61 2.70 0.20 0.00 imp:pre:2p;ind:pre:2p; -bâillonnons bâillonner ver 2.61 2.70 0.01 0.00 imp:pre:1p; -bâillonné bâillonner ver m s 2.61 2.70 0.40 0.88 par:pas; -bâillonnée bâillonner ver f s 2.61 2.70 0.83 0.14 par:pas; -bâillonnés bâillonner ver m p 2.61 2.70 0.16 0.07 par:pas; -bâillons bâillon nom m p 0.64 1.96 0.01 0.07 -bâillèrent bâiller ver 1.87 18.51 0.00 0.07 ind:pas:3p; -bâillé bâiller ver m s 1.87 18.51 0.02 0.74 par:pas; -boira boire ver 339.06 274.32 2.97 1.55 ind:fut:3s; -boirai boire ver 339.06 274.32 3.13 1.55 ind:fut:1s; -boiraient boire ver 339.06 274.32 0.01 0.34 cnd:pre:3p; -boirais boire ver 339.06 274.32 2.37 1.22 cnd:pre:1s;cnd:pre:2s; -boirait boire ver 339.06 274.32 0.46 1.55 cnd:pre:3s; -boiras boire ver 339.06 274.32 1.14 0.74 ind:fut:2s; -boire boire ver 339.06 274.32 142.15 100.27 inf;; -boirez boire ver 339.06 274.32 0.84 0.54 ind:fut:2p; -boiriez boire ver 339.06 274.32 0.12 0.14 cnd:pre:2p; -boirions boire ver 339.06 274.32 0.03 0.27 cnd:pre:1p; -boirons boire ver 339.06 274.32 0.91 0.95 ind:fut:1p; -boiront boire ver 339.06 274.32 0.11 0.34 ind:fut:3p; -bois bois nom m 115.56 299.46 115.56 299.46 -boisaient boiser ver 0.06 1.42 0.00 0.07 ind:imp:3p; -boisait boiser ver 0.06 1.42 0.00 0.07 ind:imp:3s; -boisant boiser ver 0.06 1.42 0.00 0.07 par:pre; -boise boiser ver 0.06 1.42 0.01 0.07 ind:pre:3s; -boiserie boiserie nom f s 0.26 5.00 0.11 0.88 -boiseries boiserie nom f p 0.26 5.00 0.15 4.12 -boiseur boiseur nom m s 0.00 0.07 0.00 0.07 -boisseau boisseau nom m s 0.42 0.61 0.26 0.54 -boisseaux boisseau nom m p 0.42 0.61 0.16 0.07 -boisselier boisselier nom m s 0.27 0.00 0.27 0.00 -boisson boisson nom f s 18.55 13.24 11.73 7.36 -boissonnée boissonner ver f s 0.00 0.07 0.00 0.07 par:pas; -boissons boisson nom f p 18.55 13.24 6.82 5.88 -boisé boisé adj m s 0.46 3.04 0.15 0.61 -boisée boisé adj f s 0.46 3.04 0.17 1.28 -boisées boisé adj f p 0.46 3.04 0.12 0.95 -boisés boisé adj m p 0.46 3.04 0.02 0.20 -boit boire ver 339.06 274.32 25.63 21.08 ind:pre:3s; -boitaient boiter ver 15.43 7.77 0.01 0.41 ind:imp:3p; -boitais boiter ver 15.43 7.77 0.18 0.07 ind:imp:1s;ind:imp:2s; -boitait boiter ver 15.43 7.77 0.64 1.96 ind:imp:3s; -boitant boiter ver 15.43 7.77 0.24 1.69 par:pre; -boite boiter ver 15.43 7.77 11.83 1.89 imp:pre:2s;ind:pre:1s;ind:pre:3s; -boitement boitement nom m s 0.05 0.00 0.05 0.00 -boitent boiter ver 15.43 7.77 0.04 0.07 ind:pre:3p; -boiter boiter ver 15.43 7.77 0.36 0.81 inf; -boitera boiter ver 15.43 7.77 0.05 0.00 ind:fut:3s; -boiterai boiter ver 15.43 7.77 0.02 0.07 ind:fut:1s; -boiteraient boiter ver 15.43 7.77 0.00 0.07 cnd:pre:3p; -boiterait boiter ver 15.43 7.77 0.00 0.07 cnd:pre:3s; -boiteras boiter ver 15.43 7.77 0.16 0.00 ind:fut:2s; -boiterie boiterie nom f s 0.00 0.54 0.00 0.54 -boites boiter ver 15.43 7.77 1.63 0.27 ind:pre:2s; -boiteuse boiteux adj f s 2.83 4.39 0.78 1.96 -boiteuses boiteux adj f p 2.83 4.39 0.03 0.20 -boiteux boiteux nom m 2.32 2.03 2.32 2.03 -boitez boiter ver 15.43 7.77 0.10 0.14 ind:pre:2p; -boitiez boiter ver 15.43 7.77 0.04 0.00 ind:imp:2p; -boitillait boitiller ver 0.04 1.82 0.02 0.41 ind:imp:3s; -boitillant boitiller ver 0.04 1.82 0.00 1.01 par:pre; -boitille boitiller ver 0.04 1.82 0.01 0.27 ind:pre:1s;ind:pre:3s; -boitillement boitillement nom m s 0.03 0.14 0.03 0.07 -boitillements boitillement nom m p 0.03 0.14 0.00 0.07 -boitiller boitiller ver 0.04 1.82 0.01 0.14 inf; -boité boiter ver m s 15.43 7.77 0.13 0.27 par:pas; -boive boire ver 339.06 274.32 2.86 1.96 sub:pre:1s;sub:pre:3s; -boivent boire ver 339.06 274.32 5.47 5.95 ind:pre:3p; -boives boire ver 339.06 274.32 0.71 0.20 sub:pre:2s; -bol bol nom m s 17.62 25.14 16.93 20.07 -bola bola nom f s 0.25 0.47 0.11 0.27 -bolas bola nom f p 0.25 0.47 0.14 0.20 -bolchevik bolchevik nom s 2.11 1.42 0.36 0.27 -bolcheviks bolchevik nom p 2.11 1.42 1.75 1.15 -bolchevique bolchevique adj s 1.24 1.49 0.87 0.74 -bolcheviques bolchevique adj p 1.24 1.49 0.37 0.74 -bolchevisme bolchevisme nom m s 0.11 1.08 0.11 1.08 -bolcheviste bolcheviste adj s 0.00 0.14 0.00 0.07 -bolchevistes bolcheviste adj p 0.00 0.14 0.00 0.07 -bolcho bolcho nom s 0.04 0.00 0.04 0.00 -bold bold adj m s 0.04 0.00 0.04 0.00 -boldo boldo nom m s 0.00 0.20 0.00 0.20 -bolduc bolduc nom m s 0.00 0.34 0.00 0.34 -bolet bolet nom m s 0.00 0.81 0.00 0.41 -bolets bolet nom m p 0.00 0.81 0.00 0.41 -bolge bolge nom f s 0.00 0.07 0.00 0.07 -bolide bolide nom m s 0.49 2.70 0.38 1.82 -bolides bolide nom m p 0.49 2.70 0.11 0.88 -bolivar bolivar nom m s 0.09 0.47 0.09 0.47 -bolivien bolivien adj m s 0.22 0.07 0.01 0.00 -bolivienne bolivien nom f s 0.39 0.00 0.27 0.00 -boliviens bolivien nom m p 0.39 0.00 0.11 0.00 -bolognais bolognais adj m p 0.25 0.34 0.00 0.07 -bolognaise bolognais adj f s 0.25 0.34 0.23 0.20 -bolognaises bolognais adj f p 0.25 0.34 0.02 0.07 -bolonaise bolonais adj f s 0.01 0.00 0.01 0.00 -bols bol nom m p 17.62 25.14 0.69 5.07 -bolée bolée nom f s 0.01 0.27 0.01 0.20 -bolées bolée nom f p 0.01 0.27 0.00 0.07 -boléro boléro nom m s 0.56 1.22 0.56 1.08 -boléros boléro nom m p 0.56 1.22 0.00 0.14 -bomba bomber ver 1.34 5.74 0.27 0.41 ind:pas:3s; -bombage bombage nom m s 0.00 0.20 0.00 0.20 -bombaient bomber ver 1.34 5.74 0.00 0.20 ind:imp:3p; -bombais bomber ver 1.34 5.74 0.00 0.07 ind:imp:1s; -bombait bomber ver 1.34 5.74 0.01 0.81 ind:imp:3s; -bombance bombance nom f s 0.23 0.54 0.23 0.47 -bombances bombance nom f p 0.23 0.54 0.00 0.07 -bombant bomber ver 1.34 5.74 0.04 0.88 par:pre; -bombarda bombarder ver 10.86 8.65 0.01 0.54 ind:pas:3s; -bombardaient bombarder ver 10.86 8.65 0.24 0.47 ind:imp:3p; -bombardais bombarder ver 10.86 8.65 0.01 0.14 ind:imp:1s;ind:imp:2s; -bombardait bombarder ver 10.86 8.65 0.19 0.88 ind:imp:3s; -bombardant bombarder ver 10.86 8.65 0.18 0.41 par:pre; -bombarde bombarder ver 10.86 8.65 0.96 0.41 imp:pre:2s;ind:pre:1s;ind:pre:3s; -bombardement bombardement nom m s 6.45 17.16 3.96 11.22 -bombardements bombardement nom m p 6.45 17.16 2.48 5.95 -bombardent bombarder ver 10.86 8.65 1.68 0.81 ind:pre:3p; -bombarder bombarder ver 10.86 8.65 2.42 2.09 inf; -bombardera bombarder ver 10.86 8.65 0.15 0.00 ind:fut:3s; -bombarderai bombarder ver 10.86 8.65 0.15 0.00 ind:fut:1s; -bombarderaient bombarder ver 10.86 8.65 0.01 0.07 cnd:pre:3p; -bombarderais bombarder ver 10.86 8.65 0.02 0.00 cnd:pre:1s; -bombarderait bombarder ver 10.86 8.65 0.02 0.07 cnd:pre:3s; -bombarderons bombarder ver 10.86 8.65 0.02 0.00 ind:fut:1p; -bombarderont bombarder ver 10.86 8.65 0.23 0.00 ind:fut:3p; -bombardes bombarde nom f p 0.19 0.95 0.14 0.54 -bombardez bombarder ver 10.86 8.65 0.10 0.00 imp:pre:2p;ind:pre:2p; -bombardier bombardier nom m s 3.02 3.31 0.89 0.68 -bombardiers bombardier nom m p 3.02 3.31 2.13 2.64 -bombardions bombarder ver 10.86 8.65 0.01 0.00 ind:imp:1p; -bombardâmes bombarder ver 10.86 8.65 0.00 0.07 ind:pas:1p; -bombardon bombardon nom m s 0.27 0.00 0.14 0.00 -bombardons bombarder ver 10.86 8.65 0.14 0.07 imp:pre:1p;ind:pre:1p; -bombardèrent bombarder ver 10.86 8.65 0.00 0.07 ind:pas:3p; -bombardé bombarder ver m s 10.86 8.65 2.33 1.42 par:pas; -bombardée bombarder ver f s 10.86 8.65 0.83 0.27 par:pas; -bombardées bombarder ver f p 10.86 8.65 0.25 0.20 par:pas; -bombardés bombarder ver m p 10.86 8.65 0.89 0.68 par:pas; -bombas bomber ver 1.34 5.74 0.00 0.07 ind:pas:2s; -bombasses bomber ver 1.34 5.74 0.01 0.00 sub:imp:2s; -bombe bombe nom f s 64.39 30.81 48.70 15.00 -bombements bombement nom m p 0.00 0.07 0.00 0.07 -bombent bomber ver 1.34 5.74 0.00 0.14 ind:pre:3p; -bomber bomber ver 1.34 5.74 0.34 0.61 inf; -bombes_test bombes_test nom f p 0.01 0.00 0.01 0.00 -bombes bombe nom f p 64.39 30.81 15.70 15.81 -bombeur bombeur nom m s 0.03 0.00 0.03 0.00 -bombez bomber ver 1.34 5.74 0.08 0.00 imp:pre:2p; -bombillement bombillement nom m s 0.00 0.07 0.00 0.07 -bombinette bombinette nom f s 0.00 0.20 0.00 0.07 -bombinettes bombinette nom f p 0.00 0.20 0.00 0.14 -bombonne bombonne nom f s 0.23 0.47 0.16 0.34 -bombonnes bombonne nom f p 0.23 0.47 0.08 0.14 -bombèrent bomber ver 1.34 5.74 0.00 0.07 ind:pas:3p; -bombé bombé adj m s 0.30 5.61 0.16 2.43 -bombée bombé adj f s 0.30 5.61 0.03 1.49 -bombées bombé adj f p 0.30 5.61 0.11 0.81 -bombés bombé adj m p 0.30 5.61 0.00 0.88 -bombyx bombyx nom m 0.12 0.00 0.12 0.00 -bon_papa bon_papa nom m s 0.07 1.55 0.07 1.55 -bon bon ono 521.22 109.86 521.22 109.86 -bonace bonace nom f s 0.00 0.14 0.00 0.07 -bonaces bonace nom f p 0.00 0.14 0.00 0.07 -bonapartiste bonapartiste nom s 0.28 0.14 0.14 0.07 -bonapartistes bonapartiste nom p 0.28 0.14 0.14 0.07 -bonard bonard adj m s 0.01 0.34 0.01 0.27 -bonardes bonard adj f p 0.01 0.34 0.00 0.07 -bonasse bonasse adj s 0.08 2.03 0.08 1.62 -bonassement bonassement adv 0.00 0.07 0.00 0.07 -bonasserie bonasserie nom f s 0.00 0.07 0.00 0.07 -bonasses bonasse adj p 0.08 2.03 0.00 0.41 -bonbon bonbon nom m s 23.45 15.00 6.89 3.72 -bonbonne bonbonne nom f s 0.47 2.43 0.33 1.62 -bonbonnes bonbonne nom f p 0.47 2.43 0.15 0.81 -bonbonnière bonbonnière nom f s 0.14 1.35 0.14 1.08 -bonbonnières bonbonnière nom f p 0.14 1.35 0.00 0.27 -bonbons bonbon nom m p 23.45 15.00 16.55 11.28 -bond bond nom m s 4.69 25.74 3.44 20.07 -bondît bondir ver 5.10 35.41 0.00 0.20 sub:imp:3s; -bondage bondage nom m s 0.41 0.07 0.41 0.00 -bondages bondage nom m p 0.41 0.07 0.00 0.07 -bondait bonder ver 1.84 2.30 0.00 0.07 ind:imp:3s; -bonde bonde nom f s 0.24 0.61 0.23 0.54 -bonder bonder ver 1.84 2.30 0.09 0.00 inf; -bondes bonde nom f p 0.24 0.61 0.01 0.07 -bondi bondir ver m s 5.10 35.41 0.91 3.85 par:pas; -bondieusard bondieusard nom m s 0.01 0.00 0.01 0.00 -bondieuserie bondieuserie nom f s 0.05 0.68 0.00 0.27 -bondieuseries bondieuserie nom f p 0.05 0.68 0.05 0.41 -bondieuses bondieuser ver 0.00 0.07 0.00 0.07 ind:pre:2s; -bondir bondir ver 5.10 35.41 2.11 9.05 inf; -bondira bondir ver 5.10 35.41 0.16 0.14 ind:fut:3s; -bondirais bondir ver 5.10 35.41 0.03 0.00 cnd:pre:1s;cnd:pre:2s; -bondirait bondir ver 5.10 35.41 0.02 0.20 cnd:pre:3s; -bondirent bondir ver 5.10 35.41 0.11 0.88 ind:pas:3p; -bondis bondir ver m p 5.10 35.41 0.34 1.55 imp:pre:2s;ind:pre:1s;ind:pre:2s;par:pas; -bondissaient bondir ver 5.10 35.41 0.03 0.88 ind:imp:3p; -bondissais bondir ver 5.10 35.41 0.04 0.27 ind:imp:1s;ind:imp:2s; -bondissait bondir ver 5.10 35.41 0.17 2.57 ind:imp:3s; -bondissant bondir ver 5.10 35.41 0.20 2.70 par:pre; -bondissante bondissant adj f s 0.34 2.77 0.09 0.95 -bondissantes bondissant adj f p 0.34 2.77 0.14 0.68 -bondissants bondissant adj m p 0.34 2.77 0.02 0.27 -bondisse bondir ver 5.10 35.41 0.02 0.07 sub:pre:1s;sub:pre:3s; -bondissement bondissement nom m s 0.00 0.61 0.00 0.54 -bondissements bondissement nom m p 0.00 0.61 0.00 0.07 -bondissent bondir ver 5.10 35.41 0.04 0.88 ind:pre:3p; -bondissez bondir ver 5.10 35.41 0.11 0.07 imp:pre:2p;ind:pre:2p; -bondissons bondir ver 5.10 35.41 0.00 0.14 imp:pre:1p;ind:pre:1p; -bondit bondir ver 5.10 35.41 0.81 11.96 ind:pre:3s;ind:pas:3s; -bondrée bondrée nom f s 0.01 0.20 0.01 0.20 -bonds bond nom m p 4.69 25.74 1.25 5.68 -bondé bonder ver m s 1.84 2.30 1.07 1.15 par:pas; -bondée bonder ver f s 1.84 2.30 0.33 0.34 par:pas; -bondées bonder ver f p 1.84 2.30 0.19 0.27 par:pas; -bondés bonder ver m p 1.84 2.30 0.17 0.47 par:pas; -bongo bongo nom m s 0.21 0.14 0.09 0.07 -bongos bongo nom m p 0.21 0.14 0.12 0.07 -bonheur_du_jour bonheur_du_jour nom m s 0.02 0.14 0.02 0.07 -bonheur bonheur nom m s 78.74 162.36 78.34 156.35 -bonheur_du_jour bonheur_du_jour nom m p 0.02 0.14 0.00 0.07 -bonheurs bonheur nom m p 78.74 162.36 0.41 6.01 -bonhomie bonhomie nom f s 0.02 4.12 0.02 4.12 -bonhomme bonhomme nom m s 10.57 29.80 9.96 26.01 -bonhommes bonhomme adj m p 4.85 4.46 0.47 0.14 -boni boni nom m s 0.01 0.68 0.01 0.54 -boniche boniche nom f s 1.28 1.22 1.16 0.81 -boniches boniche nom f p 1.28 1.22 0.12 0.41 -bonifiaient bonifier ver 0.14 0.14 0.00 0.07 ind:imp:3p; -bonification bonification nom f s 0.00 0.07 0.00 0.07 -bonifier bonifier ver 0.14 0.14 0.08 0.00 inf; -bonifierait bonifier ver 0.14 0.14 0.00 0.07 cnd:pre:3s; -bonifiez bonifier ver 0.14 0.14 0.01 0.00 ind:pre:2p; -bonifié bonifier ver m s 0.14 0.14 0.04 0.00 par:pas; -bonifiée bonifier ver f s 0.14 0.14 0.01 0.00 par:pas; -boniment boniment nom m s 1.30 3.99 0.65 1.55 -bonimentait bonimenter ver 0.00 0.20 0.00 0.07 ind:imp:3s; -bonimente bonimenter ver 0.00 0.20 0.00 0.07 ind:pre:3s; -bonimenter bonimenter ver 0.00 0.20 0.00 0.07 inf; -bonimenteur bonimenteur nom m s 0.18 0.47 0.18 0.14 -bonimenteurs bonimenteur nom m p 0.18 0.47 0.00 0.34 -boniments boniment nom m p 1.30 3.99 0.65 2.43 -bonir bonir ver 0.00 1.08 0.00 0.74 inf; -bonis boni nom m p 0.01 0.68 0.00 0.14 -bonissait bonir ver 0.00 1.08 0.00 0.14 ind:imp:3s; -bonisse bonir ver 0.00 1.08 0.00 0.07 sub:pre:1s; -bonit bonir ver 0.00 1.08 0.00 0.14 ind:pre:3s; -bonjour bonjour nom m s 570.57 51.55 569.88 50.74 -bonjours bonjour nom m p 570.57 51.55 0.69 0.81 -bonnard bonnard adj m s 0.18 1.62 0.18 1.08 -bonnarde bonnard adj f s 0.18 1.62 0.00 0.27 -bonnardes bonnard adj f p 0.18 1.62 0.00 0.07 -bonnards bonnard adj m p 0.18 1.62 0.00 0.20 -bonne_maman bonne_maman nom f s 0.14 2.03 0.14 2.03 -bonne bon adj_sup f s 1554.44 789.66 578.93 294.53 -bonnement bonnement adv 1.37 4.66 1.37 4.66 -bonnes bon adj_sup f p 1554.44 789.66 71.25 61.76 -bonnet bonnet nom m s 8.37 18.58 6.62 14.66 -bonneteau bonneteau nom m s 0.02 1.35 0.02 1.35 -bonneter bonneter ver 0.00 0.07 0.00 0.07 inf; -bonneterie bonneterie nom f s 0.14 0.61 0.14 0.54 -bonneteries bonneterie nom f p 0.14 0.61 0.00 0.07 -bonneteur bonneteur nom m s 0.01 0.07 0.01 0.00 -bonneteurs bonneteur nom m p 0.01 0.07 0.00 0.07 -bonnets bonnet nom m p 8.37 18.58 1.75 3.92 -bonnette bonnette nom f s 0.14 0.14 0.14 0.00 -bonnettes bonnette nom f p 0.14 0.14 0.00 0.14 -bonni bonnir ver m s 6.67 2.09 0.01 0.27 par:pas; -bonniche bonniche nom f s 0.45 2.91 0.43 1.96 -bonniches bonniche nom f p 0.45 2.91 0.02 0.95 -bonnie bonnir ver f s 6.67 2.09 6.66 0.00 par:pas; -bonnir bonnir ver 6.67 2.09 0.00 0.95 inf; -bonnis bonnir ver 6.67 2.09 0.00 0.07 ind:pre:1s; -bonnisse bonnir ver 6.67 2.09 0.00 0.14 sub:pre:3s; -bonnissent bonnir ver 6.67 2.09 0.00 0.07 ind:pre:3p; -bonnit bonnir ver 6.67 2.09 0.00 0.61 ind:pre:3s; -bon_cadeaux bon_cadeaux adv 0.01 0.00 0.01 0.00 -bon_chrétien bon_chrétien nom m p 0.00 0.07 0.00 0.07 -bons bon adj_sup m p 1554.44 789.66 67.97 57.09 -bonsaï bonsaï nom m s 0.23 0.14 0.22 0.14 -bonsaïs bonsaï nom m p 0.23 0.14 0.01 0.00 -bonshommes bonhomme nom m p 10.57 29.80 0.60 3.78 -bonsoir bonsoir nom m s 161.17 22.23 161.16 22.03 -bonsoirs bonsoir nom m p 161.17 22.23 0.01 0.20 -bonté bonté nom f s 17.88 19.80 17.31 18.65 -bontés bonté nom f p 17.88 19.80 0.56 1.15 -bonus bonus nom m 3.80 0.41 3.80 0.41 -bonzaï bonzaï nom m s 0.14 0.20 0.14 0.20 -bonze bonze nom m s 0.91 1.55 0.89 1.22 -bonzes bonze nom m p 0.91 1.55 0.03 0.34 -boogie_woogie boogie_woogie nom m s 0.28 0.07 0.28 0.07 -book book nom m s 2.89 0.54 1.50 0.41 -bookmaker bookmaker nom m s 2.07 0.20 1.62 0.14 -bookmakers bookmaker nom m p 2.07 0.20 0.45 0.07 -books book nom m p 2.89 0.54 1.39 0.14 -boom boom nom m s 2.83 0.41 2.81 0.41 -boomer boomer nom m s 2.19 0.07 2.19 0.07 -boomerang boomerang nom m s 2.17 0.68 2.17 0.68 -booms boom nom m p 2.83 0.41 0.02 0.00 -booster booster nom m s 0.63 0.00 0.52 0.00 -boosters booster nom m p 0.63 0.00 0.11 0.00 -bootlegger bootlegger nom m s 0.22 0.07 0.10 0.00 -bootleggers bootlegger nom m p 0.22 0.07 0.13 0.07 -boots boots nom m p 0.54 0.95 0.54 0.95 -bop bop nom m s 0.19 0.27 0.19 0.27 -boqueteau boqueteau nom m s 0.02 3.04 0.02 1.49 -boqueteaux boqueteau nom m p 0.02 3.04 0.00 1.55 -boquillons boquillon nom m p 0.00 0.14 0.00 0.14 -bora bora nom s 0.01 0.14 0.01 0.14 -borax borax nom m 0.16 0.07 0.16 0.07 -borborygme borborygme nom m s 0.28 1.96 0.00 0.47 -borborygmes borborygme nom m p 0.28 1.96 0.28 1.49 -borchtch borchtch nom m s 0.00 0.07 0.00 0.07 -bord bord nom m s 79.90 228.11 77.06 197.36 -borda border ver 3.75 34.46 0.00 0.20 ind:pas:3s; -bordage bordage nom m s 0.02 0.47 0.00 0.47 -bordages bordage nom m p 0.02 0.47 0.02 0.00 -bordai border ver 3.75 34.46 0.00 0.07 ind:pas:1s; -bordaient border ver 3.75 34.46 0.04 2.43 ind:imp:3p; -bordait border ver 3.75 34.46 0.03 2.03 ind:imp:3s; -bordant border ver 3.75 34.46 0.17 2.50 par:pre; -borde border ver 3.75 34.46 0.72 2.03 imp:pre:2s;ind:pre:1s;ind:pre:3s;;imp:pre:2s;ind:pre:1s;ind:pre:3s; -bordeau bordeau nom m s 0.02 0.00 0.02 0.00 -bordeaux bordeaux adj 0.70 1.62 0.70 1.62 -bordel bordel nom m s 98.77 21.89 97.84 18.99 -bordelais bordelais adj m 0.06 1.01 0.00 0.61 -bordelaise bordelais nom f s 0.14 1.28 0.14 1.01 -bordelaises bordelais nom f p 0.14 1.28 0.00 0.20 -bordelières bordelier nom f p 0.00 0.07 0.00 0.07 -bordels bordel nom m p 98.77 21.89 0.93 2.91 -bordent border ver 3.75 34.46 0.26 2.91 ind:pre:3p; -border border ver 3.75 34.46 0.95 1.82 imp:pre:2p;inf; -bordera border ver 3.75 34.46 0.03 0.00 ind:fut:3s; -borderait border ver 3.75 34.46 0.10 0.07 cnd:pre:3s; -bordereau bordereau nom m s 1.09 0.68 0.71 0.27 -bordereaux bordereau nom m p 1.09 0.68 0.38 0.41 -borderie borderie nom f s 0.01 0.00 0.01 0.00 -borderiez border ver 3.75 34.46 0.01 0.00 cnd:pre:2p; -borderline borderline nom m s 0.14 0.00 0.14 0.00 -bordes border ver 3.75 34.46 0.04 0.07 ind:pre:2s;;ind:pre:2s; -bordez border ver 3.75 34.46 0.20 0.00 imp:pre:2p; -bordier bordier adj m s 0.00 0.07 0.00 0.07 -bordille bordille nom f s 0.00 0.07 0.00 0.07 -bordj bordj nom m s 0.00 0.74 0.00 0.74 -bords bord nom m p 79.90 228.11 2.84 30.74 -bordèrent border ver 3.75 34.46 0.00 0.07 ind:pas:3p; -bordé border ver m s 3.75 34.46 0.78 5.14 par:pas; -bordée bordée nom f s 0.39 3.45 0.38 2.23 -bordées border ver f p 3.75 34.46 0.10 3.72 par:pas; -bordélique bordélique adj s 0.65 0.61 0.60 0.54 -bordéliques bordélique adj f p 0.65 0.61 0.04 0.07 -bordéliser bordéliser ver 0.00 0.07 0.00 0.07 inf; -bordurant bordurer ver 0.00 0.47 0.00 0.07 par:pre; -bordure bordure nom f s 1.11 12.91 1.03 11.62 -bordurer bordurer ver 0.00 0.47 0.00 0.14 inf; -bordures bordure nom f p 1.11 12.91 0.08 1.28 -borduré bordurer ver m s 0.00 0.47 0.00 0.14 par:pas; -bordurée bordurer ver f s 0.00 0.47 0.00 0.14 par:pas; -bordés border ver m p 3.75 34.46 0.01 3.31 par:pas; -bore bore nom m s 0.17 0.00 0.17 0.00 -borgne borgne adj s 1.80 3.99 1.67 3.45 -borgnes borgne adj p 1.80 3.99 0.14 0.54 -borgnotaient borgnoter ver 0.00 0.74 0.00 0.07 ind:imp:3p; -borgnotant borgnoter ver 0.00 0.74 0.00 0.07 par:pre; -borgnote borgnoter ver 0.00 0.74 0.00 0.41 ind:pre:1s;ind:pre:3s; -borgnoté borgnoter ver m s 0.00 0.74 0.00 0.20 par:pas; -borie borie nom f s 0.00 0.61 0.00 0.61 -borique borique adj m s 0.11 0.00 0.11 0.00 -borna borner ver 2.19 13.24 0.00 1.28 ind:pas:3s; -bornage bornage nom m s 0.10 0.61 0.00 0.61 -bornages bornage nom m p 0.10 0.61 0.10 0.00 -bornai borner ver 2.19 13.24 0.00 0.34 ind:pas:1s; -bornaient borner ver 2.19 13.24 0.01 0.68 ind:imp:3p; -bornais borner ver 2.19 13.24 0.01 0.20 ind:imp:1s; -bornait borner ver 2.19 13.24 0.01 2.97 ind:imp:3s; -bornant borner ver 2.19 13.24 0.00 1.42 par:pre; -borne_fontaine borne_fontaine nom f s 0.00 0.20 0.00 0.07 -borne borne nom f s 8.35 20.61 1.69 8.04 -bornent borner ver 2.19 13.24 0.02 0.34 ind:pre:3p; -borner borner ver 2.19 13.24 0.29 0.81 inf; -bornera borner ver 2.19 13.24 0.01 0.00 ind:fut:3s; -bornerai borner ver 2.19 13.24 0.04 0.00 ind:fut:1s; -borneraient borner ver 2.19 13.24 0.00 0.07 cnd:pre:3p; -bornerait borner ver 2.19 13.24 0.00 0.14 cnd:pre:3s; -bornerons borner ver 2.19 13.24 0.00 0.07 ind:fut:1p; -borne_fontaine borne_fontaine nom f p 0.00 0.20 0.00 0.14 -bornes borne nom f p 8.35 20.61 6.66 12.57 -bornez borner ver 2.19 13.24 0.01 0.00 imp:pre:2p; -bornions borner ver 2.19 13.24 0.00 0.07 ind:imp:1p; -bornât borner ver 2.19 13.24 0.00 0.07 sub:imp:3s; -bornèrent borner ver 2.19 13.24 0.02 0.14 ind:pas:3p; -borné borné adj m s 3.13 4.66 2.07 1.96 -bornée borné adj f s 3.13 4.66 0.48 1.08 -bornées borner ver f p 2.19 13.24 0.01 0.00 par:pas; -bornés borné adj m p 3.13 4.66 0.58 1.22 -borough borough nom m s 0.18 0.00 0.18 0.00 -borsalino borsalino nom m s 0.00 0.07 0.00 0.07 -bortch bortch nom m s 0.02 0.00 0.02 0.00 -bortsch bortsch nom m s 1.03 0.27 1.03 0.27 -boréal boréal adj m s 0.57 1.49 0.11 0.34 -boréale boréal adj f s 0.57 1.49 0.38 0.88 -boréales boréal adj f p 0.57 1.49 0.08 0.27 -borée borée nom f s 0.14 0.00 0.14 0.00 -bosco bosco nom m s 0.04 1.01 0.04 1.01 -boscotte boscot adj f s 0.00 0.20 0.00 0.20 -boskoop boskoop nom f s 0.00 0.14 0.00 0.14 -bosniaque bosniaque adj s 0.82 0.07 0.78 0.00 -bosniaques bosniaque nom p 0.30 0.27 0.20 0.27 -bosnien bosnien adj m s 0.00 0.07 0.00 0.07 -bosquet bosquet nom m s 0.80 5.81 0.47 2.64 -bosquets bosquet nom m p 0.80 5.81 0.32 3.18 -boss boss nom m 13.45 2.50 13.45 2.50 -bossa_nova bossa_nova nom f s 0.12 0.07 0.12 0.07 -bossa bosser ver 76.28 10.95 0.89 0.00 ind:pas:3s; -bossage bossage nom m s 0.01 0.00 0.01 0.00 -bossaient bosser ver 76.28 10.95 0.33 0.20 ind:imp:3p; -bossais bosser ver 76.28 10.95 2.79 0.20 ind:imp:1s;ind:imp:2s; -bossait bosser ver 76.28 10.95 2.56 1.22 ind:imp:3s; -bossant bosser ver 76.28 10.95 0.46 0.14 par:pre; -bosse bosser ver 76.28 10.95 21.92 2.64 imp:pre:2s;ind:pre:1s;ind:pre:3s; -bossela bosseler ver 0.05 2.36 0.01 0.07 ind:pas:3s; -bosselaient bosseler ver 0.05 2.36 0.00 0.34 ind:imp:3p; -bosselait bosseler ver 0.05 2.36 0.00 0.07 ind:imp:3s; -bosseler bosseler ver 0.05 2.36 0.00 0.07 inf; -bossellement bossellement nom m s 0.00 0.14 0.00 0.07 -bossellements bossellement nom m p 0.00 0.14 0.00 0.07 -bosselé bosselé adj m s 0.12 2.50 0.09 1.28 -bosselée bosselé adj f s 0.12 2.50 0.03 0.34 -bosselées bosseler ver f p 0.05 2.36 0.03 0.27 par:pas; -bosselure bosselure nom f s 0.01 0.07 0.01 0.07 -bosselés bosselé adj m p 0.12 2.50 0.01 0.68 -bossent bosser ver 76.28 10.95 1.93 1.01 ind:pre:3p; -bosser bosser ver 76.28 10.95 26.82 3.78 inf; -bossera bosser ver 76.28 10.95 0.24 0.20 ind:fut:3s; -bosserai bosser ver 76.28 10.95 0.55 0.00 ind:fut:1s; -bosserais bosser ver 76.28 10.95 0.39 0.00 cnd:pre:1s;cnd:pre:2s; -bosserait bosser ver 76.28 10.95 0.18 0.07 cnd:pre:3s; -bosseras bosser ver 76.28 10.95 0.51 0.00 ind:fut:2s; -bosserez bosser ver 76.28 10.95 0.06 0.00 ind:fut:2p; -bosses bosser ver 76.28 10.95 6.95 0.47 ind:pre:2s; -bosseur bosseur nom m s 0.59 0.34 0.53 0.00 -bosseurs bosseur adj m p 0.34 0.14 0.14 0.07 -bosseuse bosseur nom f s 0.59 0.34 0.02 0.20 -bossez bosser ver 76.28 10.95 1.97 0.00 imp:pre:2p;ind:pre:2p; -bossiez bosser ver 76.28 10.95 0.14 0.00 ind:imp:2p; -bossions bosser ver 76.28 10.95 0.01 0.07 ind:imp:1p; -bossoir bossoir nom m s 0.09 0.27 0.05 0.07 -bossoirs bossoir nom m p 0.09 0.27 0.04 0.20 -bosson bosson nom m s 0.02 0.07 0.00 0.07 -bossons bosser ver 76.28 10.95 0.02 0.00 ind:pre:1p; -bossé bosser ver m s 76.28 10.95 7.56 0.95 par:pas; -bossu bossu nom m s 4.74 1.82 4.19 1.69 -bossuaient bossuer ver 0.00 0.54 0.00 0.14 ind:imp:3p; -bossue bossu adj f s 1.97 4.66 0.35 1.89 -bossues bossu adj f p 1.97 4.66 0.01 0.41 -bossus bossu nom m p 4.74 1.82 0.55 0.14 -bossué bossué adj m s 0.00 0.61 0.00 0.34 -bossuée bossué adj f s 0.00 0.61 0.00 0.14 -bossuées bossuer ver f p 0.00 0.54 0.00 0.14 par:pas; -bossués bossué adj m p 0.00 0.61 0.00 0.14 -boston boston nom m s 0.44 0.47 0.44 0.47 -bostonien bostonien nom m s 0.04 0.20 0.02 0.07 -bostonienne bostonien adj f s 0.04 0.27 0.02 0.14 -bostoniens bostonien nom m p 0.04 0.20 0.02 0.14 -bostonner bostonner ver 0.00 0.07 0.00 0.07 inf; -bât bât nom m s 0.12 2.57 0.12 2.36 -bot bot adj m s 0.52 0.54 0.39 0.54 -botanique botanique adj s 0.88 0.74 0.70 0.47 -botaniquement botaniquement adv 0.01 0.00 0.01 0.00 -botaniques botanique adj p 0.88 0.74 0.17 0.27 -botaniste botaniste nom s 0.61 0.74 0.47 0.61 -botanistes botaniste nom p 0.61 0.74 0.14 0.14 -bâtard bâtard nom m s 13.66 11.89 9.89 9.12 -bâtarde bâtard nom f s 13.66 11.89 0.32 0.34 -bâtardes bâtard adj f p 2.69 5.74 0.01 0.20 -bâtardise bâtardise nom f s 0.01 3.04 0.01 2.97 -bâtardises bâtardise nom f p 0.01 3.04 0.00 0.07 -bâtards bâtard nom m p 13.66 11.89 3.45 2.23 -bote bot adj f s 0.52 0.54 0.13 0.00 -bâter bâter ver 0.16 0.34 0.14 0.07 inf; -bâti bâtir ver m s 18.55 24.53 5.47 5.54 par:pas; -bâtie bâtir ver f s 18.55 24.53 1.58 4.32 par:pas; -bâties bâtir ver f p 18.55 24.53 0.30 1.89 par:pas; -bâtiment bâtiment nom m s 27.58 36.82 22.73 19.93 -bâtiments bâtiment nom m p 27.58 36.82 4.85 16.89 -bâtir bâtir ver 18.55 24.53 5.62 8.24 inf; -bâtira bâtir ver 18.55 24.53 0.18 0.07 ind:fut:3s; -bâtirai bâtir ver 18.55 24.53 1.38 0.07 ind:fut:1s; -bâtirais bâtir ver 18.55 24.53 0.18 0.00 cnd:pre:1s;cnd:pre:2s; -bâtirait bâtir ver 18.55 24.53 0.16 0.14 cnd:pre:3s; -bâtirent bâtir ver 18.55 24.53 0.03 0.14 ind:pas:3p; -bâtirions bâtir ver 18.55 24.53 0.02 0.00 cnd:pre:1p; -bâtirons bâtir ver 18.55 24.53 0.28 0.00 ind:fut:1p; -bâtiront bâtir ver 18.55 24.53 0.01 0.00 ind:fut:3p; -bâtis bâtir ver m p 18.55 24.53 0.76 0.95 imp:pre:2s;ind:pre:1s;ind:pre:2s;par:pas; -bâtissaient bâtir ver 18.55 24.53 0.27 0.20 ind:imp:3p; -bâtissais bâtir ver 18.55 24.53 0.04 0.27 ind:imp:1s; -bâtissait bâtir ver 18.55 24.53 0.17 0.95 ind:imp:3s; -bâtissant bâtir ver 18.55 24.53 0.02 0.61 par:pre; -bâtisse bâtisse nom f s 0.93 9.59 0.78 7.43 -bâtissent bâtir ver 18.55 24.53 0.24 0.14 ind:pre:3p; -bâtisses bâtisse nom f p 0.93 9.59 0.16 2.16 -bâtisseur bâtisseur nom m s 1.00 1.01 0.22 0.20 -bâtisseurs bâtisseur nom m p 1.00 1.01 0.79 0.74 -bâtisseuse bâtisseur nom f s 1.00 1.01 0.00 0.07 -bâtissez bâtir ver 18.55 24.53 0.21 0.00 imp:pre:2p;ind:pre:2p; -bâtissions bâtir ver 18.55 24.53 0.03 0.00 ind:imp:1p; -bâtissons bâtir ver 18.55 24.53 0.42 0.07 imp:pre:1p;ind:pre:1p; -bâtit bâtir ver 18.55 24.53 1.16 0.81 ind:pre:3s;ind:pas:3s; -bâtière bâtier nom f s 0.00 0.07 0.00 0.07 -bâton bâton nom m s 18.11 30.27 13.40 21.22 -bâtonnant bâtonner ver 0.14 0.14 0.14 0.00 par:pre; -bâtonner bâtonner ver 0.14 0.14 0.01 0.00 inf; -bâtonnet bâtonnet nom m s 0.83 2.84 0.38 1.28 -bâtonnets bâtonnet nom m p 0.83 2.84 0.46 1.55 -bâtonnier bâtonnier nom m s 0.16 1.35 0.16 1.35 -bâtonnée bâtonner ver f s 0.14 0.14 0.00 0.14 par:pas; -bâtons bâton nom m p 18.11 30.27 4.71 9.05 -bâts bât nom m p 0.12 2.57 0.00 0.20 -botta botter ver 15.54 5.61 0.00 0.14 ind:pas:3s; -bottai botter ver 15.54 5.61 0.00 0.07 ind:pas:1s; -bottaient botter ver 15.54 5.61 0.00 0.27 ind:imp:3p; -bottait botter ver 15.54 5.61 0.13 0.74 ind:imp:3s; -bottant botter ver 15.54 5.61 0.04 0.07 par:pre; -botte botte nom f s 32.19 44.93 6.38 8.51 -botteler botteler ver 0.00 0.34 0.00 0.14 inf; -bottellent botteler ver 0.00 0.34 0.00 0.07 ind:pre:3p; -bottelé bottelé adj m s 0.01 0.00 0.01 0.00 -bottelées botteler ver f p 0.00 0.34 0.00 0.07 par:pas; -bottent botter ver 15.54 5.61 0.08 0.00 ind:pre:3p; -botter botter ver 15.54 5.61 7.63 1.22 imp:pre:2p;ind:pre:2p;inf; -bottera botter ver 15.54 5.61 0.20 0.00 ind:fut:3s; -botterai botter ver 15.54 5.61 0.61 0.07 ind:fut:1s; -botterais botter ver 15.54 5.61 0.24 0.07 cnd:pre:1s;cnd:pre:2s; -botterait botter ver 15.54 5.61 0.21 0.07 cnd:pre:3s; -botteras botter ver 15.54 5.61 0.05 0.00 ind:fut:2s; -botterons botter ver 15.54 5.61 0.01 0.00 ind:fut:1p; -botteront botter ver 15.54 5.61 0.04 0.00 ind:fut:3p; -bottes botte nom f p 32.19 44.93 25.81 36.42 -botteur botteur nom m s 0.14 0.00 0.10 0.00 -botteurs botteur nom m p 0.14 0.00 0.03 0.00 -bottez botter ver 15.54 5.61 0.17 0.00 imp:pre:2p;ind:pre:2p; -botticellienne botticellien nom f s 0.00 0.07 0.00 0.07 -bottier bottier nom m s 0.25 0.74 0.25 0.68 -bottiers bottier nom m p 0.25 0.74 0.00 0.07 -bottiez botter ver 15.54 5.61 0.01 0.00 ind:imp:2p; -bottillon bottillon nom m s 0.04 0.74 0.00 0.07 -bottillons bottillon nom m p 0.04 0.74 0.04 0.68 -bottin bottin nom m s 1.05 1.35 1.05 0.68 -bottine bottine nom f s 2.27 4.86 0.54 0.61 -bottines bottine nom f p 2.27 4.86 1.73 4.26 -bottins bottin nom m p 1.05 1.35 0.00 0.68 -bottiné bottiner ver m s 0.00 0.07 0.00 0.07 par:pas; -bottons botter ver 15.54 5.61 0.12 0.20 imp:pre:1p;ind:pre:1p; -botté botter ver m s 15.54 5.61 1.63 0.47 par:pas; -bottée botté adj f s 0.32 2.23 0.10 0.07 -bottées botter ver f p 15.54 5.61 0.03 0.20 par:pas; -bottés botté adj m p 0.32 2.23 0.01 0.68 -bâté bâté adj m s 0.21 0.47 0.19 0.47 -botulique botulique adj f s 0.19 0.00 0.19 0.00 -botulisme botulisme nom m s 0.15 0.00 0.15 0.00 -bâtés bâté adj m p 0.21 0.47 0.03 0.00 -boubou boubou nom m s 0.11 2.30 0.11 1.55 -bouboule boubouler ver 0.19 0.54 0.18 0.54 imp:pre:2s;ind:pre:3s; -bouboules boubouler ver 0.19 0.54 0.01 0.00 ind:pre:2s; -boubous boubou nom m p 0.11 2.30 0.00 0.74 -bouc bouc nom m s 8.49 10.07 7.92 8.92 -boucan boucan nom m s 3.22 2.36 3.22 2.36 -boucanait boucaner ver 0.00 1.08 0.00 0.07 ind:imp:3s; -boucaner boucaner ver 0.00 1.08 0.00 0.07 inf; -boucanerie boucanerie nom f s 0.00 0.07 0.00 0.07 -boucanier boucanier nom m s 0.36 0.14 0.07 0.07 -boucaniers boucanier nom m p 0.36 0.14 0.29 0.07 -boucané boucaner ver m s 0.00 1.08 0.00 0.20 par:pas; -boucanée boucaner ver f s 0.00 1.08 0.00 0.47 par:pas; -boucanées boucaner ver f p 0.00 1.08 0.00 0.14 par:pas; -boucanés boucaner ver m p 0.00 1.08 0.00 0.14 par:pas; -boucha boucher ver 16.23 21.22 0.00 0.54 ind:pas:3s; -bouchage bouchage nom m s 0.00 0.07 0.00 0.07 -bouchai boucher ver 16.23 21.22 0.00 0.07 ind:pas:1s; -bouchaient boucher ver 16.23 21.22 0.14 0.88 ind:imp:3p; -bouchais boucher ver 16.23 21.22 0.10 0.27 ind:imp:1s; -bouchait boucher ver 16.23 21.22 0.06 1.55 ind:imp:3s; -bouchant boucher ver 16.23 21.22 0.37 0.88 par:pre; -bouchardant boucharder ver 0.01 0.07 0.00 0.07 par:pre; -boucharde boucharde nom f s 0.00 0.27 0.00 0.27 -boucharder boucharder ver 0.01 0.07 0.01 0.00 inf; -bouche_à_bouche bouche_à_bouche nom m 0.00 0.20 0.00 0.20 -bouche_à_oreille bouche_à_oreille nom m s 0.00 0.07 0.00 0.07 -bouche_trou bouche_trou nom m s 0.25 0.07 0.22 0.07 -bouche_trou bouche_trou nom m p 0.25 0.07 0.03 0.00 -bouche bouche nom f s 90.03 283.45 87.75 267.64 -bouchent boucher ver 16.23 21.22 0.25 0.54 ind:pre:3p; -boucher boucher nom m s 8.26 11.55 7.15 7.70 -bouchera boucher ver 16.23 21.22 0.09 0.00 ind:fut:3s; -boucheraient boucher ver 16.23 21.22 0.01 0.07 cnd:pre:3p; -boucherais boucher ver 16.23 21.22 0.00 0.07 cnd:pre:1s; -boucherait boucher ver 16.23 21.22 0.05 0.07 cnd:pre:3s; -boucheras boucher ver 16.23 21.22 0.01 0.00 ind:fut:2s; -boucherie boucherie nom f s 4.11 8.92 4.02 7.43 -boucheries boucherie nom f p 4.11 8.92 0.08 1.49 -boucherons boucher ver 16.23 21.22 0.01 0.00 ind:fut:1p; -bouchers boucher nom m p 8.26 11.55 0.93 2.91 -bouches bouche nom f p 90.03 283.45 2.27 15.81 -bouchez boucher ver 16.23 21.22 0.82 0.00 imp:pre:2p;ind:pre:2p; -bouchions boucher ver 16.23 21.22 0.00 0.07 ind:imp:1p; -bouchon bouchon nom m s 7.25 14.46 5.47 10.68 -bouchonna bouchonner ver 0.36 0.95 0.00 0.07 ind:pas:3s; -bouchonnaient bouchonner ver 0.36 0.95 0.00 0.07 ind:imp:3p; -bouchonnait bouchonner ver 0.36 0.95 0.00 0.07 ind:imp:3s; -bouchonnant bouchonner ver 0.36 0.95 0.00 0.07 par:pre; -bouchonne bouchonner ver 0.36 0.95 0.29 0.07 imp:pre:2s;ind:pre:1s;ind:pre:3s; -bouchonner bouchonner ver 0.36 0.95 0.02 0.34 inf; -bouchonneras bouchonner ver 0.36 0.95 0.00 0.07 ind:fut:2s; -bouchonné bouchonner ver m s 0.36 0.95 0.03 0.07 par:pas; -bouchonnée bouchonner ver f s 0.36 0.95 0.01 0.14 par:pas; -bouchons bouchon nom m p 7.25 14.46 1.77 3.78 -bouchot bouchot nom m s 0.00 0.14 0.00 0.07 -bouchoteurs bouchoteur nom m p 0.00 0.07 0.00 0.07 -bouchots bouchot nom m p 0.00 0.14 0.00 0.07 -bouchère boucher nom f s 8.26 11.55 0.18 0.81 -bouchèrent boucher ver 16.23 21.22 0.00 0.14 ind:pas:3p; -bouchères boucher nom f p 8.26 11.55 0.00 0.14 -bouché boucher ver m s 16.23 21.22 3.21 2.57 par:pas; -bouchée bouchée nom f s 5.61 11.49 4.77 6.28 -bouchées bouchée nom f p 5.61 11.49 0.84 5.20 -bouchure bouchure nom f s 0.00 0.07 0.00 0.07 -bouchés boucher ver m p 16.23 21.22 0.63 0.41 par:pas; -boucla boucler ver 24.61 23.45 0.00 1.49 ind:pas:3s; -bouclage bouclage nom m s 0.27 0.54 0.27 0.54 -bouclaient boucler ver 24.61 23.45 0.14 0.54 ind:imp:3p; -bouclais boucler ver 24.61 23.45 0.05 0.14 ind:imp:1s; -bouclait boucler ver 24.61 23.45 0.05 1.35 ind:imp:3s; -bouclant boucler ver 24.61 23.45 0.03 0.74 par:pre; -boucle boucle nom f s 18.86 29.86 8.62 11.22 -bouclent boucler ver 24.61 23.45 0.54 0.47 ind:pre:3p; -boucler boucler ver 24.61 23.45 6.91 6.55 inf; -bouclera boucler ver 24.61 23.45 0.26 0.00 ind:fut:3s; -bouclerai boucler ver 24.61 23.45 0.12 0.00 ind:fut:1s; -boucleraient boucler ver 24.61 23.45 0.00 0.07 cnd:pre:3p; -bouclerais boucler ver 24.61 23.45 0.05 0.00 cnd:pre:1s;cnd:pre:2s; -bouclerait boucler ver 24.61 23.45 0.05 0.07 cnd:pre:3s; -boucleras boucler ver 24.61 23.45 0.02 0.14 ind:fut:2s; -bouclerons boucler ver 24.61 23.45 0.02 0.00 ind:fut:1p; -boucleront boucler ver 24.61 23.45 0.03 0.07 ind:fut:3p; -boucles boucle nom f p 18.86 29.86 10.23 18.65 -bouclette bouclette nom f s 0.56 1.49 0.05 0.07 -bouclettes bouclette nom f p 0.56 1.49 0.51 1.42 -bouclez boucler ver 24.61 23.45 3.88 0.68 imp:pre:2p;ind:pre:2p; -bouclier bouclier nom m s 14.45 7.30 10.47 4.59 -boucliers bouclier nom m p 14.45 7.30 3.98 2.70 -bouclâmes boucler ver 24.61 23.45 0.00 0.14 ind:pas:1p; -bouclons boucler ver 24.61 23.45 0.18 0.00 imp:pre:1p;ind:pre:1p; -bouclât boucler ver 24.61 23.45 0.00 0.07 sub:imp:3s; -bouclèrent boucler ver 24.61 23.45 0.00 0.07 ind:pas:3p; -bouclé boucler ver m s 24.61 23.45 2.88 3.31 par:pas; -bouclée boucler ver f s 24.61 23.45 1.20 2.64 par:pas; -bouclées boucler ver f p 24.61 23.45 0.05 0.27 par:pas; -bouclés bouclé adj m p 2.38 7.16 0.77 2.64 -boucs bouc nom m p 8.49 10.07 0.57 1.15 -bouda bouder ver 5.11 8.04 0.01 0.61 ind:pas:3s; -boudaient bouder ver 5.11 8.04 0.00 0.34 ind:imp:3p; -boudais bouder ver 5.11 8.04 0.04 0.14 ind:imp:1s;ind:imp:2s; -boudait bouder ver 5.11 8.04 0.03 1.76 ind:imp:3s; -boudant bouder ver 5.11 8.04 0.00 0.14 par:pre; -bouddha bouddha nom m s 0.57 1.55 0.11 1.08 -bouddhas bouddha nom m p 0.57 1.55 0.46 0.47 -bouddhique bouddhique adj s 0.01 0.20 0.01 0.14 -bouddhiques bouddhique adj f p 0.01 0.20 0.00 0.07 -bouddhisme bouddhisme nom m s 0.42 1.89 0.42 1.89 -bouddhiste bouddhiste adj s 1.00 1.69 0.94 1.22 -bouddhistes bouddhiste nom p 0.32 0.54 0.22 0.27 -boude bouder ver 5.11 8.04 2.31 1.55 imp:pre:2s;ind:pre:1s;ind:pre:3s; -boudent bouder ver 5.11 8.04 0.16 0.27 ind:pre:3p; -bouder bouder ver 5.11 8.04 0.95 2.09 inf; -bouderai bouder ver 5.11 8.04 0.00 0.07 ind:fut:1s; -bouderait bouder ver 5.11 8.04 0.00 0.14 cnd:pre:3s; -bouderie bouderie nom f s 0.12 1.69 0.12 1.15 -bouderies bouderie nom f p 0.12 1.69 0.00 0.54 -boudes bouder ver 5.11 8.04 1.03 0.27 ind:pre:2s; -boudeur boudeur nom m s 0.04 0.14 0.02 0.14 -boudeurs boudeur adj m p 0.12 4.05 0.00 0.14 -boudeuse boudeur adj f s 0.12 4.05 0.11 1.55 -boudeuses boudeur adj f p 0.12 4.05 0.00 0.27 -boudez bouder ver 5.11 8.04 0.22 0.14 imp:pre:2p;ind:pre:2p; -boudi boudi adv 0.01 0.00 0.01 0.00 -boudiez bouder ver 5.11 8.04 0.11 0.07 ind:imp:2p; -boudin boudin nom m s 2.85 7.57 2.49 5.88 -boudinaient boudiner ver 0.32 1.76 0.00 0.07 ind:imp:3p; -boudinait boudiner ver 0.32 1.76 0.00 0.14 ind:imp:3s; -boudinant boudiner ver 0.32 1.76 0.00 0.14 par:pre; -boudine boudiner ver 0.32 1.76 0.27 0.07 ind:pre:1s;ind:pre:3s; -boudinent boudiner ver 0.32 1.76 0.00 0.07 ind:pre:3p; -boudins boudin nom m p 2.85 7.57 0.36 1.69 -boudiné boudiner ver m s 0.32 1.76 0.00 0.54 par:pas; -boudinée boudiner ver f s 0.32 1.76 0.02 0.20 par:pas; -boudinées boudiné adj f p 0.18 1.35 0.01 0.27 -boudinés boudiné adj m p 0.18 1.35 0.15 0.74 -boudiou boudiou ono 0.00 0.20 0.00 0.20 -boudoir boudoir nom m s 0.94 3.92 0.93 3.04 -boudoirs boudoir nom m p 0.94 3.92 0.01 0.88 -boudons bouder ver 5.11 8.04 0.00 0.07 ind:pre:1p; -boudèrent bouder ver 5.11 8.04 0.00 0.07 ind:pas:3p; -boudé bouder ver m s 5.11 8.04 0.23 0.14 par:pas; -boudu boudu ono 7.37 0.07 7.37 0.07 -boudée bouder ver f s 5.11 8.04 0.01 0.14 par:pas; -boudés bouder ver m p 5.11 8.04 0.00 0.07 par:pas; -boue boue nom f s 15.10 53.31 15.09 52.30 -boues boue nom f p 15.10 53.31 0.01 1.01 -boueur boueur nom m s 0.00 0.07 0.00 0.07 -boueuse boueux adj f s 1.38 11.15 0.33 3.78 -boueuses boueux adj f p 1.38 11.15 0.16 2.30 -boueux boueux adj m 1.38 11.15 0.89 5.07 -bouf bouf ono 0.02 0.14 0.02 0.14 -bouffable bouffable adj s 0.03 0.00 0.03 0.00 -bouffaient bouffer ver 42.72 33.04 0.29 0.34 ind:imp:3p; -bouffais bouffer ver 42.72 33.04 0.25 0.14 ind:imp:1s;ind:imp:2s; -bouffait bouffer ver 42.72 33.04 0.60 2.09 ind:imp:3s; -bouffant bouffer ver 42.72 33.04 0.21 0.41 par:pre; -bouffante bouffant adj f s 0.25 3.11 0.01 0.61 -bouffantes bouffant adj f p 0.25 3.11 0.14 1.01 -bouffants bouffant adj m p 0.25 3.11 0.04 0.88 -bouffarde bouffarde nom f s 0.20 1.01 0.20 0.95 -bouffardes bouffarde nom f p 0.20 1.01 0.00 0.07 -bouffe bouffe nom f s 14.51 7.36 14.40 6.62 -bouffent bouffer ver 42.72 33.04 1.93 1.49 ind:pre:3p; -bouffer bouffer ver 42.72 33.04 18.26 15.61 inf; -bouffera bouffer ver 42.72 33.04 0.38 0.61 ind:fut:3s; -boufferai bouffer ver 42.72 33.04 0.19 0.07 ind:fut:1s; -boufferaient bouffer ver 42.72 33.04 0.26 0.07 cnd:pre:3p; -boufferais bouffer ver 42.72 33.04 0.54 0.20 cnd:pre:1s;cnd:pre:2s; -boufferait bouffer ver 42.72 33.04 0.28 0.41 cnd:pre:3s; -boufferas bouffer ver 42.72 33.04 0.20 0.14 ind:fut:2s; -boufferez bouffer ver 42.72 33.04 0.02 0.00 ind:fut:2p; -boufferont bouffer ver 42.72 33.04 0.36 0.27 ind:fut:3p; -bouffes bouffer ver 42.72 33.04 1.56 0.41 ind:pre:2s; -bouffetance bouffetance nom f s 0.00 0.14 0.00 0.14 -bouffettes bouffette nom f p 0.01 0.07 0.01 0.07 -bouffeur bouffeur nom m s 0.81 0.34 0.32 0.14 -bouffeurs bouffeur nom m p 0.81 0.34 0.29 0.14 -bouffeuse bouffeur nom f s 0.81 0.34 0.20 0.00 -bouffeuses bouffeuse nom f p 0.03 0.00 0.03 0.00 -bouffez bouffer ver 42.72 33.04 0.74 0.14 imp:pre:2p;ind:pre:2p; -bouffi bouffi adj m s 1.16 3.92 0.66 2.03 -bouffie bouffi adj f s 1.16 3.92 0.32 0.74 -bouffies bouffir ver f p 0.70 3.04 0.01 0.14 par:pas; -bouffiez bouffer ver 42.72 33.04 0.03 0.00 ind:imp:2p; -bouffis bouffi adj m p 1.16 3.92 0.18 0.88 -bouffissure bouffissure nom f s 0.01 0.41 0.00 0.27 -bouffissures bouffissure nom f p 0.01 0.41 0.01 0.14 -bouffon bouffon nom m s 6.76 2.57 5.13 1.69 -bouffonna bouffonner ver 0.01 0.54 0.00 0.14 ind:pas:3s; -bouffonnait bouffonner ver 0.01 0.54 0.00 0.14 ind:imp:3s; -bouffonnant bouffonner ver 0.01 0.54 0.00 0.14 par:pre; -bouffonnante bouffonnant adj f s 0.00 0.20 0.00 0.14 -bouffonne bouffon nom f s 6.76 2.57 0.28 0.00 -bouffonnement bouffonnement adv 0.00 0.07 0.00 0.07 -bouffonner bouffonner ver 0.01 0.54 0.00 0.14 inf; -bouffonnerie bouffonnerie nom f s 0.42 1.01 0.20 0.81 -bouffonneries bouffonnerie nom f p 0.42 1.01 0.22 0.20 -bouffonnes bouffon adj f p 2.57 2.30 0.01 0.20 -bouffons bouffon nom m p 6.76 2.57 1.36 0.88 -bouffé bouffer ver m s 42.72 33.04 6.28 3.85 par:pas; -bouffée bouffée nom f s 2.89 26.35 1.92 14.19 -bouffées bouffée nom f p 2.89 26.35 0.97 12.16 -bouffés bouffer ver m p 42.72 33.04 0.32 0.54 par:pas; -bouftance bouftance nom f s 0.00 0.07 0.00 0.07 -bougainvillier bougainvillier nom m s 0.05 0.14 0.03 0.00 -bougainvilliers bougainvillier nom m p 0.05 0.14 0.02 0.14 -bougainvillée bougainvillée nom f s 0.05 1.42 0.04 0.47 -bougainvillées bougainvillée nom f p 0.05 1.42 0.01 0.95 -bouge bouger ver 211.90 156.76 85.45 30.88 imp:pre:2s;ind:pre:1s;ind:pre:3s; -bougea bouger ver 211.90 156.76 0.04 11.42 ind:pas:3s; -bougeai bouger ver 211.90 156.76 0.00 0.95 ind:pas:1s; -bougeaient bouger ver 211.90 156.76 1.10 6.28 ind:imp:3p; -bougeais bouger ver 211.90 156.76 0.61 1.76 ind:imp:1s;ind:imp:2s; -bougeait bouger ver 211.90 156.76 2.73 22.97 ind:imp:3s; -bougeant bouger ver 211.90 156.76 0.50 3.31 par:pre; -bougeassent bouger ver 211.90 156.76 0.00 0.07 sub:imp:3p; -bougent bouger ver 211.90 156.76 5.84 5.41 ind:pre:3p; -bougeoir bougeoir nom m s 0.21 2.57 0.17 1.55 -bougeoirs bougeoir nom m p 0.21 2.57 0.03 1.01 -bougeons bouger ver 211.90 156.76 1.71 0.34 imp:pre:1p;ind:pre:1p; -bougeât bouger ver 211.90 156.76 0.00 0.54 sub:imp:3s; -bougeotte bougeotte nom f s 1.04 1.15 1.04 1.15 -bouger bouger ver 211.90 156.76 44.32 46.62 inf; -bougera bouger ver 211.90 156.76 1.89 1.08 ind:fut:3s; -bougerai bouger ver 211.90 156.76 1.95 0.61 ind:fut:1s; -bougeraient bouger ver 211.90 156.76 0.12 0.20 cnd:pre:3p; -bougerais bouger ver 211.90 156.76 0.28 0.14 cnd:pre:1s; -bougerait bouger ver 211.90 156.76 0.14 0.95 cnd:pre:3s; -bougeras bouger ver 211.90 156.76 0.38 0.07 ind:fut:2s; -bougerez bouger ver 211.90 156.76 0.19 0.07 ind:fut:2p; -bougeriez bouger ver 211.90 156.76 0.04 0.00 cnd:pre:2p; -bougerons bouger ver 211.90 156.76 0.10 0.00 ind:fut:1p; -bougeront bouger ver 211.90 156.76 0.40 0.27 ind:fut:3p; -bouges bouger ver 211.90 156.76 9.04 1.08 ind:pre:2s;sub:pre:2s; -bougez bouger ver 211.90 156.76 44.09 2.50 imp:pre:2p;ind:pre:2p; -bougie bougie nom f s 18.32 29.86 7.40 16.22 -bougies bougie nom f p 18.32 29.86 10.92 13.65 -bougiez bougier ver 0.30 0.00 0.30 0.00 ind:pre:2p; -bougions bouger ver 211.90 156.76 0.14 0.20 ind:imp:1p; -bougnat bougnat nom m s 0.00 2.57 0.00 1.76 -bougnats bougnat nom m p 0.00 2.57 0.00 0.81 -bougne bougner ver 0.00 0.54 0.00 0.47 ind:pre:1s;ind:pre:3s; -bougnes bougner ver 0.00 0.54 0.00 0.07 ind:pre:2s; -bougnoul bougnoul nom m 0.11 0.00 0.11 0.00 -bougnoule bougnoule nom s 0.26 3.31 0.12 1.49 -bougnoules bougnoule nom p 0.26 3.31 0.14 1.82 -bougon bougon adj m s 0.17 2.91 0.13 1.96 -bougonna bougonner ver 0.04 5.74 0.00 2.09 ind:pas:3s; -bougonnaient bougonner ver 0.04 5.74 0.00 0.07 ind:imp:3p; -bougonnais bougonner ver 0.04 5.74 0.00 0.07 ind:imp:1s; -bougonnait bougonner ver 0.04 5.74 0.00 0.95 ind:imp:3s; -bougonnant bougonner ver 0.04 5.74 0.01 0.81 par:pre; -bougonne bougon adj f s 0.17 2.91 0.04 0.81 -bougonnement bougonnement nom m s 0.01 0.00 0.01 0.00 -bougonnent bougonner ver 0.04 5.74 0.00 0.07 ind:pre:3p; -bougonner bougonner ver 0.04 5.74 0.00 0.27 inf; -bougonné bougonner ver m s 0.04 5.74 0.01 0.34 par:pas; -bougons bougon adj m p 0.17 2.91 0.00 0.14 -bougran bougran nom m s 0.23 0.00 0.23 0.00 -bougre bougre ono 0.01 0.74 0.01 0.74 -bougrement bougrement adv 0.52 1.55 0.52 1.55 -bougrerie bougrerie nom f s 0.00 0.14 0.00 0.07 -bougreries bougrerie nom f p 0.00 0.14 0.00 0.07 -bougres bougre nom m p 4.75 11.22 0.56 2.70 -bougresse bougresse nom f s 0.02 0.47 0.02 0.47 -bougèrent bouger ver 211.90 156.76 0.01 1.01 ind:pas:3p; -bougé bouger ver m s 211.90 156.76 10.52 17.97 par:pas; -bougée bouger ver f s 211.90 156.76 0.20 0.00 par:pas; -bougées bouger ver f p 211.90 156.76 0.13 0.07 par:pas; -boui_boui boui_boui nom m s 0.39 0.27 0.35 0.27 -bouiboui bouiboui nom m s 0.04 0.14 0.04 0.14 -bouibouis bouiboui nom m p 0.04 0.14 0.01 0.00 -bouif bouif nom m s 0.00 0.14 0.00 0.14 -bouillabaisse bouillabaisse nom f s 0.66 0.61 0.66 0.61 -bouillaient bouillir ver 7.62 13.58 0.00 0.20 ind:imp:3p; -bouillais bouillir ver 7.62 13.58 0.03 0.20 ind:imp:1s; -bouillait bouillir ver 7.62 13.58 0.00 1.35 ind:imp:3s; -bouillant bouillant adj m s 4.53 8.11 2.34 3.11 -bouillante bouillant adj f s 4.53 8.11 2.13 3.72 -bouillantes bouillant adj f p 4.53 8.11 0.03 0.47 -bouillants bouillant adj m p 4.53 8.11 0.04 0.81 -bouillasse bouillasse nom f s 0.17 0.61 0.17 0.61 -bouille bouille nom f s 0.80 6.55 0.70 5.81 -bouillent bouillir ver 7.62 13.58 0.04 0.07 ind:pre:3p; -bouilles bouille nom f p 0.80 6.55 0.10 0.74 -bouilleur bouilleur nom m s 0.00 0.34 0.00 0.27 -bouilleurs bouilleur nom m p 0.00 0.34 0.00 0.07 -bouilli bouilli adj m s 1.21 4.26 0.37 2.36 -bouillie bouillie nom f s 4.42 9.73 4.18 8.58 -bouillies bouillie nom f p 4.42 9.73 0.23 1.15 -bouillir bouillir ver 7.62 13.58 3.60 4.93 inf; -bouillira bouillir ver 7.62 13.58 0.02 0.00 ind:fut:3s; -bouillirons bouillir ver 7.62 13.58 0.01 0.00 ind:fut:1p; -bouillis bouilli adj m p 1.21 4.26 0.25 0.07 -bouilloire bouilloire nom f s 1.61 3.85 1.52 3.45 -bouilloires bouilloire nom f p 1.61 3.85 0.09 0.41 -bouillon bouillon nom m s 4.00 8.92 3.68 6.62 -bouillonnaient bouillonner ver 1.90 6.08 0.01 0.88 ind:imp:3p; -bouillonnais bouillonner ver 1.90 6.08 0.01 0.07 ind:imp:1s; -bouillonnait bouillonner ver 1.90 6.08 0.13 1.15 ind:imp:3s; -bouillonnant bouillonner ver 1.90 6.08 0.26 1.08 par:pre; -bouillonnante bouillonnant adj f s 0.42 2.50 0.14 0.95 -bouillonnantes bouillonnant adj f p 0.42 2.50 0.00 0.34 -bouillonnants bouillonnant adj m p 0.42 2.50 0.11 0.20 -bouillonne bouillonner ver 1.90 6.08 0.99 1.49 imp:pre:2s;ind:pre:1s;ind:pre:3s; -bouillonnement bouillonnement nom m s 0.12 3.11 0.11 2.50 -bouillonnements bouillonnement nom m p 0.12 3.11 0.01 0.61 -bouillonnent bouillonner ver 1.90 6.08 0.14 0.41 ind:pre:3p; -bouillonner bouillonner ver 1.90 6.08 0.35 0.68 inf; -bouillonneux bouillonneux adj m s 0.00 0.07 0.00 0.07 -bouillonnèrent bouillonner ver 1.90 6.08 0.00 0.07 ind:pas:3p; -bouillonné bouillonner ver m s 1.90 6.08 0.01 0.07 par:pas; -bouillonnée bouillonner ver f s 1.90 6.08 0.00 0.07 par:pas; -bouillonnées bouillonner ver f p 1.90 6.08 0.00 0.07 par:pas; -bouillonnés bouillonné nom m p 0.00 0.34 0.00 0.20 -bouillons bouillon nom m p 4.00 8.92 0.32 2.30 -bouillottait bouillotter ver 0.00 0.07 0.00 0.07 ind:imp:3s; -bouillotte bouillotte nom f s 0.69 1.96 0.50 1.82 -bouillottes bouillotte nom f p 0.69 1.96 0.19 0.14 -bouillu bouillu adj m s 0.01 0.07 0.01 0.07 -boui_boui boui_boui nom m p 0.39 0.27 0.04 0.00 -boukha boukha nom f s 0.14 0.07 0.14 0.07 -boula bouler ver 1.00 1.82 0.00 0.07 ind:pas:3s; -boulait bouler ver 1.00 1.82 0.00 0.07 ind:imp:3s; -boulange boulange nom f s 0.10 0.27 0.10 0.27 -boulanger_pâtissier boulanger_pâtissier nom m s 0.00 0.14 0.00 0.14 -boulanger boulanger nom m s 3.00 13.31 2.44 8.78 -boulangerie boulangerie nom f s 4.01 8.04 3.76 7.57 -boulangeries boulangerie nom f p 4.01 8.04 0.25 0.47 -boulangers boulanger nom m p 3.00 13.31 0.08 2.09 -boulangisme boulangisme nom m s 0.00 0.07 0.00 0.07 -boulangère boulanger nom f s 3.00 13.31 0.47 2.30 -boulangères boulanger nom f p 3.00 13.31 0.00 0.14 -boulants boulant nom m p 0.00 0.07 0.00 0.07 -boulder boulder nom m s 0.46 0.00 0.46 0.00 -boule_de_neige boule_de_neige nom f s 0.07 0.00 0.07 0.00 -boule boule nom f s 30.68 61.22 19.29 38.31 -bouleau bouleau nom m s 1.08 4.05 0.58 0.95 -bouleaux bouleau nom m p 1.08 4.05 0.50 3.11 -bouledogue bouledogue nom m s 0.81 2.09 0.71 1.96 -bouledogues bouledogue nom m p 0.81 2.09 0.09 0.14 -boulent bouler ver 1.00 1.82 0.00 0.07 ind:pre:3p; -bouler bouler ver 1.00 1.82 0.45 0.34 inf; -boules boule nom f p 30.68 61.22 11.40 22.91 -boulet boulet nom m s 2.95 8.11 1.99 3.78 -boulets boulet nom m p 2.95 8.11 0.96 4.32 -boulette boulette nom f s 6.13 5.20 2.34 2.36 -boulettes boulette nom f p 6.13 5.20 3.79 2.84 -boulevard boulevard nom m s 4.87 61.15 4.19 52.03 -boulevardier boulevardier nom m s 0.01 0.07 0.01 0.00 -boulevardiers boulevardier nom m p 0.01 0.07 0.00 0.07 -boulevardière boulevardier adj f s 0.00 0.27 0.00 0.07 -boulevards boulevard nom m p 4.87 61.15 0.68 9.12 -bouleversa bouleverser ver 13.79 27.03 0.26 2.36 ind:pas:3s; -bouleversaient bouleverser ver 13.79 27.03 0.01 0.47 ind:imp:3p; -bouleversait bouleverser ver 13.79 27.03 0.03 2.36 ind:imp:3s; -bouleversant bouleversant adj m s 1.61 5.27 1.24 1.28 -bouleversante bouleversant adj f s 1.61 5.27 0.29 2.43 -bouleversantes bouleversant adj f p 1.61 5.27 0.04 1.08 -bouleversants bouleversant adj m p 1.61 5.27 0.04 0.47 -bouleverse bouleverser ver 13.79 27.03 1.23 2.50 imp:pre:2s;ind:pre:1s;ind:pre:3s; -bouleversement bouleversement nom m s 0.46 7.30 0.17 4.26 -bouleversements bouleversement nom m p 0.46 7.30 0.29 3.04 -bouleversent bouleverser ver 13.79 27.03 0.13 0.74 ind:pre:3p; -bouleverser bouleverser ver 13.79 27.03 1.64 3.92 inf; -bouleversera bouleverser ver 13.79 27.03 0.16 0.00 ind:fut:3s; -bouleverseraient bouleverser ver 13.79 27.03 0.00 0.07 cnd:pre:3p; -bouleverserais bouleverser ver 13.79 27.03 0.01 0.00 cnd:pre:1s; -bouleverserait bouleverser ver 13.79 27.03 0.23 0.20 cnd:pre:3s; -bouleverseras bouleverser ver 13.79 27.03 0.01 0.00 ind:fut:2s; -bouleverserons bouleverser ver 13.79 27.03 0.00 0.07 ind:fut:1p; -bouleverseront bouleverser ver 13.79 27.03 0.00 0.14 ind:fut:3p; -bouleversions bouleverser ver 13.79 27.03 0.00 0.07 ind:imp:1p; -bouleversons bouleverser ver 13.79 27.03 0.01 0.00 imp:pre:1p; -bouleversèrent bouleverser ver 13.79 27.03 0.10 0.27 ind:pas:3p; -bouleversé bouleverser ver m s 13.79 27.03 4.85 8.45 par:pas; -bouleversée bouleverser ver f s 13.79 27.03 4.37 3.24 par:pas; -bouleversées bouleverser ver f p 13.79 27.03 0.03 0.27 par:pas; -bouleversés bouleverser ver m p 13.79 27.03 0.69 0.61 par:pas; -boulgour boulgour nom m s 0.15 0.07 0.15 0.07 -boulier boulier nom m s 0.16 1.96 0.15 1.89 -bouliers boulier nom m p 0.16 1.96 0.01 0.07 -boulimie boulimie nom f s 0.26 0.54 0.26 0.47 -boulimies boulimie nom f p 0.26 0.54 0.00 0.07 -boulimique boulimique adj s 0.22 0.34 0.21 0.20 -boulimiques boulimique nom p 0.14 0.07 0.04 0.00 -bouline bouline nom f s 0.07 0.07 0.07 0.00 -boulines bouline nom f p 0.07 0.07 0.00 0.07 -boulingrins boulingrin nom m p 0.00 0.27 0.00 0.27 -boulins boulin nom m p 0.00 0.07 0.00 0.07 -bouliste bouliste nom s 0.02 0.61 0.02 0.00 -boulistes bouliste nom p 0.02 0.61 0.00 0.61 -boulle boulle nom m s 0.01 0.14 0.01 0.14 -boulochait boulocher ver 0.10 0.00 0.10 0.00 ind:imp:3s; -boulodrome boulodrome nom m s 0.00 0.07 0.00 0.07 -bouloir bouloir nom m s 0.01 0.00 0.01 0.00 -boulon boulon nom m s 2.72 3.51 1.06 1.49 -boulonnage boulonnage nom m s 0.01 0.00 0.01 0.00 -boulonnais boulonnais adj m s 0.00 0.07 0.00 0.07 -boulonnait boulonner ver 0.10 0.61 0.00 0.14 ind:imp:3s; -boulonnant boulonner ver 0.10 0.61 0.00 0.07 par:pre; -boulonne boulonner ver 0.10 0.61 0.01 0.07 imp:pre:2s;ind:pre:3s; -boulonner boulonner ver 0.10 0.61 0.04 0.14 inf; -boulonnerie boulonnerie nom f s 0.00 0.07 0.00 0.07 -boulonné boulonner ver m s 0.10 0.61 0.03 0.07 par:pas; -boulonnée boulonner ver f s 0.10 0.61 0.01 0.07 par:pas; -boulonnés boulonner ver m p 0.10 0.61 0.01 0.07 par:pas; -boulons boulon nom m p 2.72 3.51 1.66 2.03 -boulot_refuge boulot_refuge adj m s 0.00 0.07 0.00 0.07 -boulot boulot nom m s 202.97 35.61 198.68 32.57 -boulots boulot nom m p 202.97 35.61 4.30 3.04 -boulottait boulotter ver 0.16 0.41 0.00 0.07 ind:imp:3s; -boulotte boulotte nom f s 0.27 0.27 0.26 0.27 -boulotter boulotter ver 0.16 0.41 0.12 0.14 inf; -boulottes boulot adj f p 8.21 3.04 0.01 0.07 -boulottées boulotter ver f p 0.16 0.41 0.00 0.07 par:pas; -boulé bouler ver m s 1.00 1.82 0.12 0.47 par:pas; -boulu boulu adj m s 0.00 0.14 0.00 0.07 -boulés bouler ver m p 1.00 1.82 0.00 0.14 par:pas; -boulus boulu adj m p 0.00 0.14 0.00 0.07 -boum boum ono 5.20 2.09 5.20 2.09 -boumaient boumer ver 1.90 1.49 0.00 0.07 ind:imp:3p; -boumait boumer ver 1.90 1.49 0.00 0.07 ind:imp:3s; -boume boumer ver 1.90 1.49 1.90 1.15 imp:pre:2s;ind:pre:3s; -boums boum nom_sup m p 7.01 3.04 0.21 0.41 -boumé boumer ver m s 1.90 1.49 0.00 0.20 par:pas; -bouniouls bounioul nom m p 0.00 0.07 0.00 0.07 -bouquet bouquet nom m s 9.35 37.09 8.76 26.01 -bouquetier bouquetier nom m s 0.00 0.41 0.00 0.07 -bouquetin bouquetin nom m s 0.16 0.34 0.03 0.20 -bouquetins bouquetin nom m p 0.16 0.34 0.14 0.14 -bouquetière bouquetier nom f s 0.00 0.41 0.00 0.34 -bouquets bouquet nom m p 9.35 37.09 0.59 11.08 -bouqueté bouqueté adj m s 0.00 0.07 0.00 0.07 -bouquin bouquin nom m s 13.49 27.70 8.02 14.46 -bouquinage bouquinage nom m s 0.00 0.07 0.00 0.07 -bouquinais bouquiner ver 0.81 2.03 0.14 0.14 ind:imp:1s; -bouquinait bouquiner ver 0.81 2.03 0.01 0.20 ind:imp:3s; -bouquinant bouquiner ver 0.81 2.03 0.01 0.07 par:pre; -bouquine bouquiner ver 0.81 2.03 0.45 0.47 imp:pre:2s;ind:pre:1s;ind:pre:3s; -bouquiner bouquiner ver 0.81 2.03 0.17 1.08 inf; -bouquinerait bouquiner ver 0.81 2.03 0.00 0.07 cnd:pre:3s; -bouquineur bouquineur nom m s 0.01 0.00 0.01 0.00 -bouquiniste bouquiniste nom s 0.41 2.09 0.28 0.95 -bouquinistes bouquiniste nom p 0.41 2.09 0.12 1.15 -bouquins bouquin nom m p 13.49 27.70 5.46 13.24 -bouquiné bouquiner ver m s 0.81 2.03 0.03 0.00 par:pas; -bour bour nom m s 0.09 0.14 0.09 0.14 -bourbe bourbe nom f s 0.04 0.20 0.04 0.20 -bourbeuse bourbeux adj f s 0.03 1.89 0.00 0.61 -bourbeuses bourbeux adj f p 0.03 1.89 0.00 0.27 -bourbeux bourbeux adj m 0.03 1.89 0.03 1.01 -bourbier bourbier nom m s 1.12 1.35 1.10 1.01 -bourbiers bourbier nom m p 1.12 1.35 0.02 0.34 -bourbon bourbon nom m s 2.76 6.96 2.66 6.96 -bourbonien bourbonien adj m s 0.00 0.95 0.00 0.81 -bourbonienne bourbonien adj f s 0.00 0.95 0.00 0.14 -bourbons bourbon nom m p 2.76 6.96 0.10 0.00 -bourdaine bourdaine nom f s 0.00 0.14 0.00 0.07 -bourdaines bourdaine nom f p 0.00 0.14 0.00 0.07 -bourdalous bourdalou nom m p 0.00 0.07 0.00 0.07 -bourde bourde nom f s 1.54 0.95 1.10 0.54 -bourdes bourde nom f p 1.54 0.95 0.44 0.41 -bourdillon bourdillon nom m s 0.14 0.07 0.14 0.07 -bourdon bourdon nom m s 1.28 5.54 1.17 4.73 -bourdonna bourdonner ver 2.20 9.53 0.00 0.41 ind:pas:3s; -bourdonnaient bourdonner ver 2.20 9.53 0.05 1.76 ind:imp:3p; -bourdonnais bourdonner ver 2.20 9.53 0.00 0.07 ind:imp:1s; -bourdonnait bourdonner ver 2.20 9.53 0.13 2.23 ind:imp:3s; -bourdonnant bourdonner ver 2.20 9.53 0.01 1.01 par:pre; -bourdonnante bourdonnant adj f s 0.06 2.97 0.03 1.35 -bourdonnantes bourdonnant adj f p 0.06 2.97 0.01 1.01 -bourdonnants bourdonnant adj m p 0.06 2.97 0.01 0.34 -bourdonne bourdonner ver 2.20 9.53 0.87 1.42 ind:pre:3s; -bourdonnement bourdonnement nom m s 1.71 10.54 1.63 9.19 -bourdonnements bourdonnement nom m p 1.71 10.54 0.08 1.35 -bourdonnent bourdonner ver 2.20 9.53 1.05 1.49 ind:pre:3p; -bourdonner bourdonner ver 2.20 9.53 0.07 1.08 inf; -bourdonné bourdonner ver m s 2.20 9.53 0.01 0.07 par:pas; -bourdons bourdon nom m p 1.28 5.54 0.11 0.81 -bourg bourg nom m s 1.60 15.88 1.48 13.85 -bourgade bourgade nom f s 0.46 3.99 0.44 2.91 -bourgades bourgade nom f p 0.46 3.99 0.02 1.08 -bourge bourge nom s 1.22 0.47 0.90 0.07 -bourgeois bourgeois nom m 6.02 28.65 4.01 23.04 -bourgeoise bourgeois adj f s 6.36 23.45 2.80 7.43 -bourgeoisement bourgeoisement adv 0.00 0.54 0.00 0.54 -bourgeoises bourgeois adj f p 6.36 23.45 0.44 4.19 -bourgeoisie bourgeoisie nom f s 3.65 10.27 3.65 10.14 -bourgeoisies bourgeoisie nom f p 3.65 10.27 0.00 0.14 -bourgeoisisme bourgeoisisme nom m s 0.00 0.07 0.00 0.07 -bourgeon bourgeon nom m s 0.63 2.84 0.47 0.68 -bourgeonnaient bourgeonner ver 0.24 1.22 0.00 0.14 ind:imp:3p; -bourgeonnait bourgeonner ver 0.24 1.22 0.02 0.14 ind:imp:3s; -bourgeonnant bourgeonnant adj m s 0.04 0.41 0.01 0.14 -bourgeonnante bourgeonnant adj f s 0.04 0.41 0.03 0.07 -bourgeonnants bourgeonnant adj m p 0.04 0.41 0.00 0.20 -bourgeonne bourgeonner ver 0.24 1.22 0.03 0.34 ind:pre:1s;ind:pre:3s; -bourgeonnement bourgeonnement nom m s 0.00 0.27 0.00 0.14 -bourgeonnements bourgeonnement nom m p 0.00 0.27 0.00 0.14 -bourgeonnent bourgeonner ver 0.24 1.22 0.14 0.00 ind:pre:3p; -bourgeonner bourgeonner ver 0.24 1.22 0.02 0.34 inf; -bourgeonneraient bourgeonner ver 0.24 1.22 0.00 0.07 cnd:pre:3p; -bourgeonneuse bourgeonneux adj f s 0.00 0.07 0.00 0.07 -bourgeonné bourgeonner ver m s 0.24 1.22 0.02 0.00 par:pas; -bourgeons bourgeon nom m p 0.63 2.84 0.16 2.16 -bourgeron bourgeron nom m s 0.00 1.28 0.00 1.01 -bourgerons bourgeron nom m p 0.00 1.28 0.00 0.27 -bourges bourge nom p 1.22 0.47 0.32 0.41 -bourgmestre bourgmestre nom m s 1.02 1.49 1.01 1.35 -bourgmestres bourgmestre nom m p 1.02 1.49 0.01 0.14 -bourgogne bourgogne nom m s 0.52 1.35 0.51 1.01 -bourgognes bourgogne nom m p 0.52 1.35 0.01 0.34 -bourgs bourg nom m p 1.60 15.88 0.12 2.03 -bourgueil bourgueil nom m s 0.00 0.07 0.00 0.07 -bourgues bourgue nom m p 0.00 0.07 0.00 0.07 -bourguignon bourguignon adj m s 0.29 4.19 0.25 2.30 -bourguignonne bourguignon adj f s 0.29 4.19 0.04 0.54 -bourguignonnes bourguignon adj f p 0.29 4.19 0.01 0.34 -bourguignons bourguignon nom m p 0.01 1.89 0.00 1.08 -bouriates bouriate adj p 0.00 0.07 0.00 0.07 -bouriates bouriate nom p 0.00 0.07 0.00 0.07 -bourlinguant bourlinguer ver 0.37 0.61 0.01 0.14 par:pre; -bourlingue bourlingue nom f s 0.01 0.00 0.01 0.00 -bourlinguer bourlinguer ver 0.37 0.61 0.06 0.07 inf; -bourlinguera bourlinguer ver 0.37 0.61 0.00 0.07 ind:fut:3s; -bourlingueur bourlingueur nom m s 0.02 0.34 0.02 0.27 -bourlingueuses bourlingueur nom f p 0.02 0.34 0.00 0.07 -bourlinguons bourlinguer ver 0.37 0.61 0.00 0.07 ind:pre:1p; -bourlingué bourlinguer ver m s 0.37 0.61 0.29 0.27 par:pas; -bourra bourrer ver 22.37 29.39 0.00 1.01 ind:pas:3s; -bourrache bourrache nom f s 0.01 0.07 0.01 0.07 -bourrade bourrade nom f s 0.00 4.80 0.00 2.70 -bourrades bourrade nom f p 0.00 4.80 0.00 2.09 -bourrage bourrage nom m s 0.15 0.27 0.15 0.20 -bourrages bourrage nom m p 0.15 0.27 0.00 0.07 -bourrai bourrer ver 22.37 29.39 0.00 0.20 ind:pas:1s; -bourraient bourrer ver 22.37 29.39 0.03 0.27 ind:imp:3p; -bourrais bourrer ver 22.37 29.39 0.02 0.14 ind:imp:1s; -bourrait bourrer ver 22.37 29.39 0.40 1.82 ind:imp:3s; -bourrant bourrer ver 22.37 29.39 0.03 0.95 par:pre; -bourrasque bourrasque nom f s 0.77 6.01 0.55 3.92 -bourrasques bourrasque nom f p 0.77 6.01 0.22 2.09 -bourratif bourratif adj m s 0.03 0.20 0.02 0.07 -bourrative bourratif adj f s 0.03 0.20 0.01 0.07 -bourratives bourratif adj f p 0.03 0.20 0.00 0.07 -bourre_mou bourre_mou nom m s 0.01 0.00 0.01 0.00 -bourre_pif bourre_pif nom m s 0.04 0.07 0.04 0.07 -bourre bourre nom s 4.37 6.49 4.24 3.92 -bourreau bourreau nom m s 9.83 12.91 7.28 7.09 -bourreaux bourreau nom m p 9.83 12.91 2.55 5.81 -bourrelet bourrelet nom m s 0.49 6.22 0.06 2.64 -bourrelets bourrelet nom m p 0.49 6.22 0.43 3.58 -bourrelier bourrelier nom m s 0.00 0.88 0.00 0.81 -bourreliers bourrelier nom m p 0.00 0.88 0.00 0.07 -bourrellerie bourrellerie nom f s 0.00 0.27 0.00 0.27 -bourrelé bourreler ver m s 0.00 0.41 0.00 0.27 par:pas; -bourrelée bourreler ver f s 0.00 0.41 0.00 0.07 par:pas; -bourrelés bourreler ver m p 0.00 0.41 0.00 0.07 par:pas; -bourrent bourrer ver 22.37 29.39 0.11 0.54 ind:pre:3p; -bourrer bourrer ver 22.37 29.39 3.48 3.72 inf; -bourrera bourrer ver 22.37 29.39 0.02 0.07 ind:fut:3s; -bourrerai bourrer ver 22.37 29.39 0.02 0.00 ind:fut:1s; -bourres bourrer ver 22.37 29.39 0.33 0.14 ind:pre:2s;sub:pre:2s; -bourreur bourreur nom m s 0.00 0.14 0.00 0.14 -bourrez bourrer ver 22.37 29.39 0.24 0.07 imp:pre:2p;ind:pre:2p; -bourriche bourriche nom f s 0.04 0.68 0.04 0.14 -bourriches bourriche nom f p 0.04 0.68 0.00 0.54 -bourrichon bourrichon nom m s 0.40 0.20 0.40 0.20 -bourricot bourricot nom m s 0.52 1.08 0.49 0.34 -bourricots bourricot nom m p 0.52 1.08 0.03 0.74 -bourrier bourrier nom m 0.00 0.34 0.00 0.34 -bourrin bourrin nom m s 0.56 1.62 0.53 1.08 -bourrine bourrine nom f s 0.01 0.00 0.01 0.00 -bourrins bourrin nom m p 0.56 1.62 0.04 0.54 -bourriquait bourriquer ver 0.00 0.07 0.00 0.07 ind:imp:3s; -bourrique bourrique nom f s 1.97 2.97 1.90 2.09 -bourriques bourrique nom f p 1.97 2.97 0.07 0.88 -bourriquet bourriquet nom m s 0.16 0.14 0.16 0.07 -bourriquets bourriquet nom m p 0.16 0.14 0.00 0.07 -bourrons bourrer ver 22.37 29.39 0.02 0.00 imp:pre:1p;ind:pre:1p; -bourrèrent bourrer ver 22.37 29.39 0.00 0.14 ind:pas:3p; -bourré bourrer ver m s 22.37 29.39 11.14 10.41 par:pas; -bourru bourru adj m s 0.34 5.20 0.28 3.51 -bourrée bourrer ver f s 22.37 29.39 2.65 2.57 par:pas; -bourrue bourru adj f s 0.34 5.20 0.02 1.35 -bourrées bourrer ver f p 22.37 29.39 0.26 2.03 par:pas; -bourrues bourru adj f p 0.34 5.20 0.02 0.20 -bourrés bourrer ver m p 22.37 29.39 1.57 3.58 par:pas; -bourrus bourru adj m p 0.34 5.20 0.03 0.14 -bourse bourse nom f s 19.66 13.18 17.48 11.22 -bourses bourse nom f p 19.66 13.18 2.18 1.96 -boursicot boursicot nom m s 0.00 0.07 0.00 0.07 -boursicotage boursicotage nom m s 0.00 0.07 0.00 0.07 -boursicoteur boursicoteur nom m s 0.04 0.14 0.01 0.14 -boursicoteurs boursicoteur nom m p 0.04 0.14 0.03 0.00 -boursier boursier adj m s 0.73 0.74 0.39 0.20 -boursiers boursier adj m p 0.73 0.74 0.13 0.07 -boursière boursier adj f s 0.73 0.74 0.15 0.14 -boursières boursier adj f p 0.73 0.74 0.07 0.34 -boursouflaient boursoufler ver 0.04 3.04 0.00 0.14 ind:imp:3p; -boursouflait boursoufler ver 0.04 3.04 0.00 0.34 ind:imp:3s; -boursoufle boursoufler ver 0.04 3.04 0.01 0.47 ind:pre:3s; -boursouflement boursouflement nom m s 0.00 0.07 0.00 0.07 -boursoufler boursoufler ver 0.04 3.04 0.01 0.20 inf; -boursouflé boursouflé adj m s 0.25 3.31 0.19 1.22 -boursouflée boursouflé adj f s 0.25 3.31 0.03 0.88 -boursouflées boursouflé adj f p 0.25 3.31 0.04 0.41 -boursouflure boursouflure nom f s 0.06 1.82 0.02 0.81 -boursouflures boursouflure nom f p 0.06 1.82 0.03 1.01 -boursouflés boursouflé adj m p 0.25 3.31 0.00 0.81 -bous bouillir ver 7.62 13.58 0.60 0.20 imp:pre:2s;ind:pre:1s;ind:pre:2s; -bousards bousard nom m p 0.00 0.07 0.00 0.07 -bousbir bousbir nom m s 0.00 0.54 0.00 0.41 -bousbirs bousbir nom m p 0.00 0.54 0.00 0.14 -bouscula bousculer ver 8.63 34.46 0.00 2.36 ind:pas:3s; -bousculade bousculade nom f s 0.90 6.28 0.86 5.34 -bousculades bousculade nom f p 0.90 6.28 0.03 0.95 -bousculai bousculer ver 8.63 34.46 0.00 0.20 ind:pas:1s; -bousculaient bousculer ver 8.63 34.46 0.05 3.65 ind:imp:3p; -bousculait bousculer ver 8.63 34.46 0.12 3.24 ind:imp:3s; -bousculant bousculer ver 8.63 34.46 0.04 4.53 par:pre; -bouscule bousculer ver 8.63 34.46 2.44 4.12 imp:pre:2s;ind:pre:1s;ind:pre:3s; -bousculent bousculer ver 8.63 34.46 0.50 2.36 ind:pre:3p; -bousculer bousculer ver 8.63 34.46 2.17 5.07 inf; -bousculera bousculer ver 8.63 34.46 0.16 0.00 ind:fut:3s; -bousculerait bousculer ver 8.63 34.46 0.03 0.00 cnd:pre:3s; -bousculerons bousculer ver 8.63 34.46 0.00 0.07 ind:fut:1p; -bousculeront bousculer ver 8.63 34.46 0.04 0.14 ind:fut:3p; -bousculez bousculer ver 8.63 34.46 0.47 0.14 imp:pre:2p;ind:pre:2p; -bousculons bousculer ver 8.63 34.46 0.00 0.07 imp:pre:1p; -bousculât bousculer ver 8.63 34.46 0.00 0.07 sub:imp:3s; -bousculèrent bousculer ver 8.63 34.46 0.00 0.88 ind:pas:3p; -bousculé bousculer ver m s 8.63 34.46 2.01 4.19 par:pas; -bousculée bousculer ver f s 8.63 34.46 0.46 1.49 par:pas; -bousculées bousculer ver f p 8.63 34.46 0.01 0.20 par:pas; -bousculés bousculer ver m p 8.63 34.46 0.13 1.69 par:pas; -bouse bouse nom f s 1.93 5.14 1.71 3.72 -bouses bouse nom f p 1.93 5.14 0.22 1.42 -bouseuse bouseux nom f s 2.44 1.22 0.16 0.07 -bouseux bouseux nom m 2.44 1.22 2.29 1.15 -bousier bousier nom m s 0.06 0.34 0.03 0.14 -bousiers bousier nom m p 0.06 0.34 0.03 0.20 -bousillage bousillage nom m s 0.15 0.27 0.15 0.20 -bousillages bousillage nom m p 0.15 0.27 0.00 0.07 -bousillaient bousiller ver 12.91 3.24 0.00 0.07 ind:imp:3p; -bousillais bousiller ver 12.91 3.24 0.01 0.07 ind:imp:1s;ind:imp:2s; -bousillait bousiller ver 12.91 3.24 0.03 0.07 ind:imp:3s; -bousillant bousiller ver 12.91 3.24 0.02 0.27 par:pre; -bousille bousiller ver 12.91 3.24 2.34 0.14 imp:pre:2s;ind:pre:1s;ind:pre:3s; -bousillent bousiller ver 12.91 3.24 0.20 0.00 ind:pre:3p; -bousiller bousiller ver 12.91 3.24 4.05 1.15 inf; -bousillera bousiller ver 12.91 3.24 0.19 0.00 ind:fut:3s; -bousillerai bousiller ver 12.91 3.24 0.07 0.00 ind:fut:1s; -bousillerait bousiller ver 12.91 3.24 0.01 0.00 cnd:pre:3s; -bousilleras bousiller ver 12.91 3.24 0.01 0.00 ind:fut:2s; -bousilleront bousiller ver 12.91 3.24 0.01 0.00 ind:fut:3p; -bousilles bousiller ver 12.91 3.24 0.70 0.07 ind:pre:2s; -bousilleur bousilleur nom m s 0.03 0.00 0.03 0.00 -bousillez bousiller ver 12.91 3.24 0.42 0.07 imp:pre:2p;ind:pre:2p; -bousilliez bousiller ver 12.91 3.24 0.02 0.00 ind:imp:2p; -bousillons bousiller ver 12.91 3.24 0.03 0.00 imp:pre:1p; -bousillé bousiller ver m s 12.91 3.24 4.00 0.74 par:pas; -bousillée bousiller ver f s 12.91 3.24 0.52 0.34 par:pas; -bousillées bousiller ver f p 12.91 3.24 0.16 0.07 par:pas; -bousillés bousiller ver m p 12.91 3.24 0.11 0.20 par:pas; -bousin bousin nom m s 0.00 0.14 0.00 0.07 -bousine bousine nom f s 0.00 0.14 0.00 0.14 -bousins bousin nom m p 0.00 0.14 0.00 0.07 -boussole boussole nom f s 2.91 4.66 2.71 4.05 -boussoles boussole nom f p 2.91 4.66 0.20 0.61 -boustifaille boustifaille nom f s 0.23 0.81 0.23 0.74 -boustifailles boustifaille nom f p 0.23 0.81 0.00 0.07 -boustifailleuse boustifailleur nom f s 0.00 0.07 0.00 0.07 -boustrophédon boustrophédon nom m s 0.00 0.20 0.00 0.20 -bout_dehors bout_dehors nom m 0.00 0.20 0.00 0.20 -bout_rimé bout_rimé nom m s 0.14 0.07 0.14 0.00 -bout bout nom m s 128.33 398.11 121.12 375.68 -bouta bouter ver 0.47 1.55 0.00 0.14 ind:pas:3s; -boutade boutade nom f s 0.25 1.49 0.19 1.35 -boutades boutade nom f p 0.25 1.49 0.06 0.14 -boutanche boutanche nom f s 0.17 2.16 0.16 1.42 -boutanches boutanche nom f p 0.17 2.16 0.01 0.74 -boutargue boutargue nom f s 0.00 0.07 0.00 0.07 -boutasse bouter ver 0.47 1.55 0.00 0.54 sub:imp:1s; -boute_en_train boute_en_train nom m 0.39 0.74 0.39 0.74 -boute bouter ver 0.47 1.55 0.03 0.27 ind:pre:3s; -boutefeu boutefeu nom s 0.02 0.41 0.02 0.41 -boutefeux boutefeux nom p 0.00 0.20 0.00 0.20 -bouteille bouteille nom f s 57.24 104.05 42.31 70.41 -bouteilles bouteille nom f p 57.24 104.05 14.92 33.65 -bouteillon bouteillon nom m s 0.00 0.68 0.00 0.47 -bouteillons bouteillon nom m p 0.00 0.68 0.00 0.20 -bouter bouter ver 0.47 1.55 0.16 0.20 inf; -bouterais bouter ver 0.47 1.55 0.00 0.07 cnd:pre:1s; -bouteur bouteur nom m s 0.02 0.07 0.02 0.00 -bouteurs bouteur nom m p 0.02 0.07 0.00 0.07 -bouthéon bouthéon nom m s 0.00 1.15 0.00 0.68 -bouthéons bouthéon nom m p 0.00 1.15 0.00 0.47 -boutillier boutillier nom m s 0.00 0.14 0.00 0.14 -boutique_cadeaux boutique_cadeaux nom f s 0.02 0.00 0.02 0.00 -boutique boutique nom f s 26.53 48.92 22.29 36.01 -boutiquer boutiquer ver 0.00 0.14 0.00 0.07 inf; -boutiques boutique nom f p 26.53 48.92 4.24 12.91 -boutiquier boutiquier adj m s 0.14 0.61 0.14 0.41 -boutiquiers boutiquier nom m p 0.18 1.76 0.04 1.15 -boutiquière boutiquier nom f s 0.18 1.76 0.00 0.20 -boutiquières boutiquier nom f p 0.18 1.76 0.00 0.07 -boutiqué boutiquer ver m s 0.00 0.14 0.00 0.07 par:pas; -boutisses boutisse nom f p 0.00 0.07 0.00 0.07 -boutoir boutoir nom m s 0.00 2.23 0.00 2.23 -bouton_d_or bouton_d_or nom m s 0.01 0.20 0.00 0.14 -bouton_pression bouton_pression nom m s 0.04 0.14 0.02 0.07 -bouton bouton nom m s 32.44 44.46 21.29 21.55 -boutonna boutonner ver 2.17 6.22 0.00 0.41 ind:pas:3s; -boutonnage boutonnage nom m s 0.00 0.34 0.00 0.34 -boutonnaient boutonner ver 2.17 6.22 0.00 0.07 ind:imp:3p; -boutonnais boutonner ver 2.17 6.22 0.01 0.07 ind:imp:1s;ind:imp:2s; -boutonnait boutonner ver 2.17 6.22 0.00 0.41 ind:imp:3s; -boutonnant boutonner ver 2.17 6.22 0.01 0.34 par:pre; -boutonne boutonner ver 2.17 6.22 0.98 0.95 imp:pre:2s;ind:pre:1s;ind:pre:3s; -boutonnent boutonner ver 2.17 6.22 0.01 0.20 ind:pre:3p; -boutonner boutonner ver 2.17 6.22 0.72 1.35 inf; -boutonnerait boutonner ver 2.17 6.22 0.00 0.07 cnd:pre:3s; -boutonnes boutonner ver 2.17 6.22 0.03 0.00 ind:pre:2s; -boutonneuse boutonneux adj f s 0.59 1.76 0.03 0.14 -boutonneuses boutonneux adj f p 0.59 1.76 0.01 0.07 -boutonneux boutonneux adj m 0.59 1.76 0.55 1.55 -boutonnez boutonner ver 2.17 6.22 0.23 0.00 imp:pre:2p; -boutonnière boutonnière nom f s 0.73 3.65 0.45 3.18 -boutonnières boutonnière nom f p 0.73 3.65 0.28 0.47 -boutonné boutonner ver m s 2.17 6.22 0.07 0.81 par:pas; -boutonnée boutonner ver f s 2.17 6.22 0.11 0.95 par:pas; -boutonnées boutonner ver f p 2.17 6.22 0.00 0.34 par:pas; -boutonnés boutonner ver m p 2.17 6.22 0.01 0.27 par:pas; -bouton_d_or bouton_d_or nom m p 0.01 0.20 0.01 0.07 -bouton_pression bouton_pression nom m p 0.04 0.14 0.02 0.07 -boutons bouton nom m p 32.44 44.46 11.16 22.91 -boutre boutre nom m s 0.00 0.81 0.00 0.68 -boutres boutre nom m p 0.00 0.81 0.00 0.14 -bout_rimé bout_rimé nom m p 0.14 0.07 0.00 0.07 -bouts bout nom m p 128.33 398.11 7.21 22.43 -boëttes boëtte nom f p 0.00 0.07 0.00 0.07 -bouté bouter ver m s 0.47 1.55 0.14 0.00 par:pas; -boutée bouter ver f s 0.47 1.55 0.00 0.07 par:pas; -boutées bouter ver f p 0.47 1.55 0.00 0.07 par:pas; -bouture bouture nom f s 0.07 0.47 0.03 0.14 -boutures bouture nom f p 0.07 0.47 0.04 0.34 -boutés bouter ver m p 0.47 1.55 0.14 0.14 par:pas; -bouée bouée nom f s 2.04 5.47 1.30 4.59 -bouées bouée nom f p 2.04 5.47 0.73 0.88 -bouvet bouvet nom m s 0.00 0.07 0.00 0.07 -bouvier bouvier nom m s 0.15 1.01 0.12 0.68 -bouviers bouvier nom m p 0.15 1.01 0.03 0.34 -bouvillon bouvillon nom m s 0.04 0.20 0.04 0.20 -bouvreuil bouvreuil nom m s 0.04 0.27 0.01 0.07 -bouvreuils bouvreuil nom m p 0.04 0.27 0.03 0.20 -bouzine bouzine nom f s 0.00 0.27 0.00 0.27 -bouzouki bouzouki nom m s 0.21 0.47 0.21 0.47 -bouzy bouzy nom m 0.00 0.07 0.00 0.07 -bovidé bovidé nom m s 0.01 0.68 0.01 0.14 -bovidés bovidé nom m p 0.01 0.68 0.00 0.54 -bovin bovin adj m s 0.28 1.49 0.09 0.47 -bovine bovin adj f s 0.28 1.49 0.10 0.68 -bovines bovin adj f p 0.28 1.49 0.03 0.07 -bovins bovin nom m p 0.23 1.49 0.17 1.22 -bow_window bow_window nom m s 0.00 0.54 0.00 0.27 -bow_window bow_window nom m p 0.00 0.54 0.00 0.27 -bowling bowling nom m s 0.00 1.08 0.00 1.08 -box_calf box_calf nom m s 0.00 0.27 0.00 0.27 -box_office box_office nom m s 0.35 0.20 0.35 0.14 -box_office box_office nom m p 0.35 0.20 0.00 0.07 -box box nom m 2.48 4.05 2.48 4.05 -boxa boxer ver 5.78 2.84 0.01 0.20 ind:pas:3s; -boxaient boxer ver 5.78 2.84 0.00 0.14 ind:imp:3p; -boxais boxer ver 5.78 2.84 0.29 0.00 ind:imp:1s;ind:imp:2s; -boxait boxer ver 5.78 2.84 0.08 0.27 ind:imp:3s; -boxant boxer ver 5.78 2.84 0.05 0.07 par:pre; -boxe boxe nom f s 9.32 8.58 9.20 7.64 -boxent boxer ver 5.78 2.84 0.01 0.00 ind:pre:3p; -boxer_short boxer_short nom m s 0.05 0.07 0.05 0.07 -boxer boxer ver 5.78 2.84 3.14 1.28 inf; -boxerai boxer ver 5.78 2.84 0.06 0.00 ind:fut:1s; -boxerais boxer ver 5.78 2.84 0.04 0.00 cnd:pre:1s; -boxerez boxer ver 5.78 2.84 0.02 0.00 ind:fut:2p; -boxers boxer nom m p 0.75 0.34 0.13 0.14 -boxes boxer ver 5.78 2.84 0.62 0.14 ind:pre:2s; -boxeur boxeur nom m s 8.71 7.97 6.32 6.15 -boxeurs boxeur nom m p 8.71 7.97 2.04 1.82 -boxeuse boxeur nom f s 8.71 7.97 0.35 0.00 -boxez boxer ver 5.78 2.84 0.41 0.07 imp:pre:2p;ind:pre:2p; -boxon boxon nom m s 0.62 1.01 0.60 0.74 -boxons boxon nom m p 0.62 1.01 0.02 0.27 -boxé boxer ver m s 5.78 2.84 0.41 0.34 par:pas; -boxés boxer ver m p 5.78 2.84 0.00 0.07 par:pas; -boy_friend boy_friend nom m s 0.00 0.14 0.00 0.14 -boy_scout boy_scout nom m s 2.09 1.62 0.86 0.68 -boy_scoutesque boy_scoutesque adj f s 0.00 0.07 0.00 0.07 -boy_scout boy_scout nom m p 2.09 1.62 1.22 0.95 -boy boy nom m s 12.82 8.51 8.36 6.42 -boyard boyard nom m s 3.96 0.88 1.72 0.54 -boyards boyard nom m p 3.96 0.88 2.24 0.34 -boyau boyau nom m s 2.86 13.58 0.19 8.24 -boyauter boyauter ver 0.00 0.07 0.00 0.07 inf; -boyaux boyau nom m p 2.86 13.58 2.67 5.34 -boycott boycott nom m s 0.64 0.00 0.64 0.00 -boycotte boycotter ver 0.67 0.14 0.11 0.00 imp:pre:2s;ind:pre:1s;ind:pre:3s; -boycottent boycotter ver 0.67 0.14 0.17 0.00 ind:pre:3p; -boycotter boycotter ver 0.67 0.14 0.32 0.07 inf; -boycotterai boycotter ver 0.67 0.14 0.01 0.00 ind:fut:1s; -boycotteront boycotter ver 0.67 0.14 0.00 0.07 ind:fut:3p; -boycottes boycotter ver 0.67 0.14 0.01 0.00 ind:pre:2s; -boycottez boycotter ver 0.67 0.14 0.04 0.00 imp:pre:2p; -boycotté boycotter ver m s 0.67 0.14 0.02 0.00 par:pas; -boys boy nom m p 12.82 8.51 4.46 2.09 -bozo bozo nom m s 0.25 0.00 0.25 0.00 -brûla brûler ver 110.28 104.73 0.76 2.77 ind:pas:3s; -brûlage brûlage nom m s 0.10 0.20 0.10 0.20 -brûlai brûler ver 110.28 104.73 0.01 0.27 ind:pas:1s; -brûlaient brûler ver 110.28 104.73 0.97 7.03 ind:imp:3p; -brûlais brûler ver 110.28 104.73 0.50 1.28 ind:imp:1s;ind:imp:2s; -brûlait brûler ver 110.28 104.73 2.69 18.72 ind:imp:3s; -brûlant brûlant adj m s 10.48 36.28 4.48 15.68 -brûlante brûlant adj f s 10.48 36.28 3.75 10.74 -brûlantes brûlant adj f p 10.48 36.28 1.20 4.73 -brûlants brûlant adj m p 10.48 36.28 1.06 5.14 -brûlasse brûler ver 110.28 104.73 0.00 0.07 sub:imp:1s; -brûlassent brûler ver 110.28 104.73 0.00 0.07 sub:imp:3p; -brûle_gueule brûle_gueule nom m s 0.00 0.41 0.00 0.41 -brûle brûler ver 110.28 104.73 33.66 17.77 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -brûlent brûler ver 110.28 104.73 5.41 4.73 ind:pre:3p; -brûler brûler ver 110.28 104.73 23.14 21.15 inf;; -brûlera brûler ver 110.28 104.73 1.75 0.47 ind:fut:3s; -brûlerai brûler ver 110.28 104.73 1.17 0.41 ind:fut:1s; -brûleraient brûler ver 110.28 104.73 0.05 0.20 cnd:pre:3p; -brûlerais brûler ver 110.28 104.73 0.34 0.20 cnd:pre:1s;cnd:pre:2s; -brûlerait brûler ver 110.28 104.73 0.38 1.08 cnd:pre:3s; -brûleras brûler ver 110.28 104.73 0.37 0.07 ind:fut:2s; -brûlerez brûler ver 110.28 104.73 0.18 0.00 ind:fut:2p; -brûlerons brûler ver 110.28 104.73 0.23 0.20 ind:fut:1p; -brûleront brûler ver 110.28 104.73 1.51 0.41 ind:fut:3p; -brûles brûler ver 110.28 104.73 1.57 0.41 ind:pre:2s;sub:pre:2s; -brûleur brûleur nom m s 0.37 0.34 0.12 0.14 -brûleurs brûleur nom m p 0.37 0.34 0.23 0.20 -brûleuse brûleur nom f s 0.37 0.34 0.01 0.00 -brûlez brûler ver 110.28 104.73 4.89 0.61 imp:pre:2p;ind:pre:2p; -brûliez brûler ver 110.28 104.73 0.05 0.00 ind:imp:2p; -brûlions brûler ver 110.28 104.73 0.06 0.07 ind:imp:1p; -brûlis brûlis nom m 0.11 0.34 0.11 0.34 -brûloirs brûloir nom m p 0.00 0.07 0.00 0.07 -brûlons brûler ver 110.28 104.73 1.45 0.27 imp:pre:1p;ind:pre:1p; -brûlât brûler ver 110.28 104.73 0.00 0.41 sub:imp:3s; -brûlot brûlot nom m s 0.14 1.35 0.01 0.74 -brûlots brûlot nom m p 0.14 1.35 0.14 0.61 -brûlèrent brûler ver 110.28 104.73 0.11 0.54 ind:pas:3p; -brûlé brûler ver m s 110.28 104.73 20.41 11.42 par:pas;par:pas;par:pas; -brûlée brûler ver f s 110.28 104.73 3.57 3.51 par:pas; -brûlées brûler ver f p 110.28 104.73 1.11 1.96 par:pas; -brûlure brûlure nom f s 6.47 12.50 2.31 9.19 -brûlures brûlure nom f p 6.47 12.50 4.16 3.31 -brûlés brûler ver m p 110.28 104.73 2.33 3.18 par:pas; -brabant brabant nom m s 0.20 0.00 0.20 0.00 -brabançon brabançon adj m s 0.00 0.27 0.00 0.20 -brabançonne brabançon adj f s 0.00 0.27 0.00 0.07 -brabançons brabançon nom m p 0.00 0.07 0.00 0.07 -bracelet_montre bracelet_montre nom m s 0.00 2.70 0.00 1.76 -bracelet bracelet nom m s 13.45 9.53 9.81 5.74 -bracelet_montre bracelet_montre nom m p 0.00 2.70 0.00 0.95 -bracelets bracelet nom m p 13.45 9.53 3.63 3.78 -brachial brachial adj m s 0.19 0.00 0.12 0.00 -brachiale brachial adj f s 0.19 0.00 0.07 0.00 -brachiocéphalique brachiocéphalique adj m s 0.01 0.00 0.01 0.00 -brachiosaure brachiosaure nom m s 0.02 0.00 0.02 0.00 -brachycéphale brachycéphale nom s 0.00 0.07 0.00 0.07 -brachycéphales brachycéphale adj m p 0.00 0.14 0.00 0.14 -braco braco nom m s 0.00 0.20 0.00 0.20 -braconnage braconnage nom m s 0.28 0.61 0.27 0.54 -braconnages braconnage nom m p 0.28 0.61 0.01 0.07 -braconnais braconner ver 0.18 0.95 0.01 0.07 ind:imp:1s; -braconnait braconner ver 0.18 0.95 0.01 0.07 ind:imp:3s; -braconnant braconner ver 0.18 0.95 0.01 0.14 par:pre; -braconne braconner ver 0.18 0.95 0.02 0.14 imp:pre:2s;ind:pre:3s; -braconner braconner ver 0.18 0.95 0.08 0.47 inf; -braconnez braconner ver 0.18 0.95 0.02 0.07 ind:pre:2p; -braconnier braconnier nom m s 0.85 2.77 0.48 2.03 -braconniers braconnier nom m p 0.85 2.77 0.36 0.61 -braconnière braconnier nom f s 0.85 2.77 0.01 0.07 -braconnières braconnier nom f p 0.85 2.77 0.00 0.07 -braconné braconner ver m s 0.18 0.95 0.02 0.00 par:pas; -bractées bractée nom f p 0.00 0.20 0.00 0.20 -bradaient brader ver 0.98 1.22 0.00 0.07 ind:imp:3p; -bradait brader ver 0.98 1.22 0.01 0.00 ind:imp:3s; -brade brader ver 0.98 1.22 0.26 0.20 imp:pre:2s;ind:pre:1s;ind:pre:3s; -bradent brader ver 0.98 1.22 0.01 0.14 ind:pre:3p; -brader brader ver 0.98 1.22 0.48 0.20 inf; -braderai brader ver 0.98 1.22 0.10 0.00 ind:fut:1s; -braderais brader ver 0.98 1.22 0.01 0.00 cnd:pre:1s; -braderait brader ver 0.98 1.22 0.01 0.00 cnd:pre:3s; -braderie braderie nom f s 0.31 0.14 0.31 0.07 -braderies braderie nom f p 0.31 0.14 0.00 0.07 -bradillon bradillon nom m s 0.00 0.20 0.00 0.07 -bradillons bradillon nom m p 0.00 0.20 0.00 0.14 -bradons brader ver 0.98 1.22 0.00 0.07 imp:pre:1p; -bradé brader ver m s 0.98 1.22 0.07 0.41 par:pas; -bradée brader ver f s 0.98 1.22 0.03 0.14 par:pas; -bradycardie bradycardie nom f s 0.17 0.00 0.17 0.00 -bragard bragard nom m s 0.00 0.07 0.00 0.07 -braguette braguette nom f s 3.96 6.69 3.85 5.95 -braguettes braguette nom f p 3.96 6.69 0.11 0.74 -brahmane brahmane nom m s 0.02 0.47 0.00 0.20 -brahmanes brahmane nom m p 0.02 0.47 0.02 0.27 -brahmanique brahmanique adj m s 0.00 0.07 0.00 0.07 -brahmanisme brahmanisme nom m s 0.02 0.07 0.02 0.07 -brahmanistes brahmaniste adj m p 0.00 0.07 0.00 0.07 -brahmanistes brahmaniste nom p 0.00 0.07 0.00 0.07 -brai brai nom m s 0.02 0.00 0.01 0.00 -braie brayer ver 0.01 0.34 0.01 0.14 ind:pre:3s; -braiement braiement nom m s 0.01 0.07 0.01 0.00 -braiements braiement nom m p 0.01 0.07 0.00 0.07 -braies braie nom f p 0.03 0.81 0.03 0.81 -brailla brailler ver 2.90 14.53 0.00 1.42 ind:pas:3s; -braillaient brailler ver 2.90 14.53 0.00 0.95 ind:imp:3p; -braillait brailler ver 2.90 14.53 0.16 1.96 ind:imp:3s; -braillant brailler ver 2.90 14.53 0.11 1.96 par:pre; -braillard braillard adj m s 0.21 2.16 0.10 0.20 -braillarde braillard adj f s 0.21 2.16 0.04 0.14 -braillardes braillard adj f p 0.21 2.16 0.01 0.07 -braillards braillard adj m p 0.21 2.16 0.07 1.76 -braille braille nom m s 0.55 0.47 0.55 0.47 -braillement braillement nom m s 0.01 0.54 0.01 0.14 -braillements braillement nom m p 0.01 0.54 0.00 0.41 -braillent brailler ver 2.90 14.53 0.15 0.74 ind:pre:3p; -brailler brailler ver 2.90 14.53 1.62 3.18 inf; -braillera brailler ver 2.90 14.53 0.14 0.00 ind:fut:3s; -braillerai brailler ver 2.90 14.53 0.16 0.00 ind:fut:1s; -brailles brailler ver 2.90 14.53 0.06 0.07 ind:pre:2s; -brailleur brailleur adj m s 0.01 0.07 0.01 0.00 -brailleur brailleur nom m s 0.03 0.07 0.01 0.00 -brailleurs brailleur nom m p 0.03 0.07 0.01 0.07 -brailleuse brailleur nom f s 0.03 0.07 0.01 0.00 -braillez brailler ver 2.90 14.53 0.15 0.00 imp:pre:2p;ind:pre:2p; -braillèrent brailler ver 2.90 14.53 0.00 0.27 ind:pas:3p; -braillé brailler ver m s 2.90 14.53 0.07 1.15 par:pas; -braillée brailler ver f s 2.90 14.53 0.00 0.07 par:pas; -braillés brailler ver m p 2.90 14.53 0.00 0.07 par:pas; -braiment braiment nom m s 7.91 0.34 2.69 0.27 -braiments braiment nom m p 7.91 0.34 5.22 0.07 -brain_trust brain_trust nom m s 0.03 0.07 0.03 0.07 -brainstorming brainstorming nom m s 0.04 0.00 0.04 0.00 -braire braire ver 0.37 0.61 0.34 0.61 inf; -brais brai nom m p 0.02 0.00 0.01 0.00 -braise braise nom f s 2.04 12.23 1.12 5.88 -braiser braiser ver 0.08 0.27 0.04 0.00 inf; -braises braise nom f p 2.04 12.23 0.93 6.35 -braisillant braisillant adj m s 0.00 0.14 0.00 0.07 -braisillante braisillant adj f s 0.00 0.14 0.00 0.07 -braisé braisé adj m s 0.42 0.20 0.28 0.07 -braisée braisé adj f s 0.42 0.20 0.14 0.07 -braisés braisé adj m p 0.42 0.20 0.01 0.07 -brait braire ver 0.37 0.61 0.03 0.00 ind:pre:3s; -brama bramer ver 0.12 4.26 0.00 0.54 ind:pas:3s; -bramaient bramer ver 0.12 4.26 0.00 0.14 ind:imp:3p; -bramait bramer ver 0.12 4.26 0.00 0.54 ind:imp:3s; -bramant bramer ver 0.12 4.26 0.00 0.34 par:pre; -brame brame nom m s 0.01 3.58 0.01 3.24 -bramement bramement nom m s 0.11 0.20 0.10 0.14 -bramements bramement nom m p 0.11 0.20 0.01 0.07 -brament bramer ver 0.12 4.26 0.00 0.07 ind:pre:3p; -bramer bramer ver 0.12 4.26 0.01 1.28 inf; -brames bramer ver 0.12 4.26 0.10 0.00 ind:pre:2s; -bramé bramer ver m s 0.12 4.26 0.00 0.81 par:pas; -bramées bramer ver f p 0.12 4.26 0.00 0.07 par:pas; -bran bran nom m s 0.16 0.07 0.16 0.07 -brancard brancard nom m s 2.47 7.30 1.97 3.11 -brancarder brancarder ver 0.01 0.00 0.01 0.00 inf; -brancardier brancardier nom m s 1.42 3.92 0.55 0.54 -brancardiers brancardier nom m p 1.42 3.92 0.86 3.38 -brancards brancard nom m p 2.47 7.30 0.51 4.19 -brancha brancher ver 20.34 8.04 0.01 0.27 ind:pas:3s; -branchage branchage nom m s 0.41 4.46 0.00 0.81 -branchages branchage nom m p 0.41 4.46 0.41 3.65 -branchai brancher ver 20.34 8.04 0.00 0.14 ind:pas:1s; -branchaient brancher ver 20.34 8.04 0.02 0.20 ind:imp:3p; -branchais brancher ver 20.34 8.04 0.05 0.07 ind:imp:1s; -branchait brancher ver 20.34 8.04 0.23 0.54 ind:imp:3s; -branchant brancher ver 20.34 8.04 0.06 0.07 par:pre; -branche branche nom f s 18.07 85.61 11.85 24.12 -branchement branchement nom m s 0.52 0.27 0.33 0.20 -branchements branchement nom m p 0.52 0.27 0.20 0.07 -branchent brancher ver 20.34 8.04 0.30 0.00 ind:pre:3p; -brancher brancher ver 20.34 8.04 4.40 1.55 inf; -branchera brancher ver 20.34 8.04 0.04 0.00 ind:fut:3s; -brancheraient brancher ver 20.34 8.04 0.00 0.07 cnd:pre:3p; -brancherait brancher ver 20.34 8.04 0.39 0.00 cnd:pre:3s; -brancheras brancher ver 20.34 8.04 0.01 0.00 ind:fut:2s; -brancherez brancher ver 20.34 8.04 0.01 0.07 ind:fut:2p; -branches branche nom f p 18.07 85.61 6.22 61.49 -branchette branchette nom f s 0.16 2.30 0.16 0.54 -branchettes branchette nom f p 0.16 2.30 0.00 1.76 -branchez brancher ver 20.34 8.04 1.44 0.00 imp:pre:2p;ind:pre:2p; -branchiale branchial adj f s 0.03 0.00 0.03 0.00 -branchie branchie nom f s 0.50 0.20 0.03 0.00 -branchies branchie nom f p 0.50 0.20 0.47 0.20 -branchons brancher ver 20.34 8.04 0.06 0.07 imp:pre:1p;ind:pre:1p; -branché brancher ver m s 20.34 8.04 4.72 1.96 par:pas; -branchu branchu adj m s 0.01 0.27 0.00 0.07 -branchée brancher ver f s 20.34 8.04 1.23 0.88 par:pas; -branchue branchu adj f s 0.01 0.27 0.00 0.07 -branchées branché adj f p 4.64 1.42 0.17 0.00 -branchés branché adj m p 4.64 1.42 0.83 0.34 -branchus branchu adj m p 0.01 0.27 0.01 0.14 -brand brand nom m s 0.02 0.14 0.02 0.00 -brandît brandir ver 5.40 22.09 0.00 0.07 sub:imp:3s; -brandade brandade nom f s 0.14 0.14 0.14 0.14 -brande brand nom f s 0.02 0.14 0.00 0.14 -brandebourgeois brandebourgeois adj m s 0.11 0.14 0.11 0.14 -brandebourgs brandebourg nom m p 0.00 1.15 0.00 1.15 -brandevin brandevin nom m s 0.01 0.00 0.01 0.00 -brandevinier brandevinier nom m s 0.00 0.41 0.00 0.41 -brandi brandir ver m s 5.40 22.09 1.08 2.16 par:pas; -brandie brandir ver f s 5.40 22.09 0.27 0.54 par:pas; -brandies brandir ver f p 5.40 22.09 0.03 0.54 par:pas; -brandillon brandillon nom m s 0.00 0.61 0.00 0.34 -brandillons brandillon nom m p 0.00 0.61 0.00 0.27 -brandir brandir ver 5.40 22.09 1.01 1.42 inf; -brandira brandir ver 5.40 22.09 0.27 0.07 ind:fut:3s; -brandirait brandir ver 5.40 22.09 0.00 0.07 cnd:pre:3s; -brandirent brandir ver 5.40 22.09 0.00 0.14 ind:pas:3p; -brandiront brandir ver 5.40 22.09 0.14 0.07 ind:fut:3p; -brandis brandir ver m p 5.40 22.09 0.36 0.74 imp:pre:2s;ind:pre:1s;ind:pre:2s;par:pas; -brandissaient brandir ver 5.40 22.09 0.01 0.88 ind:imp:3p; -brandissais brandir ver 5.40 22.09 0.05 0.34 ind:imp:1s;ind:imp:2s; -brandissait brandir ver 5.40 22.09 0.07 3.18 ind:imp:3s; -brandissant brandir ver 5.40 22.09 0.84 5.54 par:pre; -brandisse brandir ver 5.40 22.09 0.01 0.14 sub:pre:3s; -brandissent brandir ver 5.40 22.09 0.47 0.68 ind:pre:3p; -brandissez brandir ver 5.40 22.09 0.28 0.07 imp:pre:2p;ind:pre:2p; -brandissiez brandir ver 5.40 22.09 0.01 0.00 ind:imp:2p; -brandissions brandir ver 5.40 22.09 0.00 0.07 ind:imp:1p; -brandissons brandir ver 5.40 22.09 0.01 0.07 imp:pre:1p; -brandit brandir ver 5.40 22.09 0.49 5.34 ind:pre:3s;ind:pas:3s; -brandon brandon nom m s 0.12 0.81 0.02 0.68 -brandons brandon nom m p 0.12 0.81 0.10 0.14 -brandouille brandouiller ver 0.00 0.07 0.00 0.07 ind:pre:3s; -brandy brandy nom m s 3.10 0.14 3.10 0.14 -branla branler ver 12.72 9.93 0.00 0.27 ind:pas:3s; -branlage branlage nom m 0.02 0.07 0.02 0.07 -branlaient branler ver 12.72 9.93 0.03 0.34 ind:imp:3p; -branlais branler ver 12.72 9.93 0.33 0.27 ind:imp:1s;ind:imp:2s; -branlait branler ver 12.72 9.93 0.11 1.49 ind:imp:3s; -branlant branlant adj m s 0.56 4.66 0.20 1.55 -branlante branlant adj f s 0.56 4.66 0.28 1.76 -branlantes branlant adj f p 0.56 4.66 0.07 0.95 -branlants branlant adj m p 0.56 4.66 0.01 0.41 -branle_bas branle_bas nom m 0.29 1.82 0.29 1.82 -branle branler ver 12.72 9.93 5.07 2.30 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:1s; -branlement branlement nom m s 0.01 0.07 0.01 0.07 -branlent branler ver 12.72 9.93 0.27 0.34 ind:pre:3p; -branler branler ver 12.72 9.93 4.82 3.04 inf; -branlera branler ver 12.72 9.93 0.02 0.00 ind:fut:3s; -branlerais branler ver 12.72 9.93 0.04 0.00 cnd:pre:1s;cnd:pre:2s; -branlerait branler ver 12.72 9.93 0.00 0.07 cnd:pre:3s; -branles branler ver 12.72 9.93 1.27 0.34 ind:pre:2s; -branlette branlette nom f s 3.25 0.68 2.68 0.41 -branlettes branlette nom f p 3.25 0.68 0.57 0.27 -branleur branleur nom m s 5.08 1.35 2.90 0.34 -branleurs branleur nom m p 5.08 1.35 2.15 0.81 -branleuse branleur nom f s 5.08 1.35 0.03 0.14 -branleuses branleuse nom f p 0.14 0.00 0.14 0.00 -branlez branler ver 12.72 9.93 0.18 0.20 imp:pre:2p;ind:pre:2p; -branlochais branlocher ver 0.00 0.20 0.00 0.07 ind:imp:1s; -branlochant branlocher ver 0.00 0.20 0.00 0.07 par:pre; -branlochent branlocher ver 0.00 0.20 0.00 0.07 ind:pre:3p; -branlé branler ver m s 12.72 9.93 0.41 0.41 par:pas; -branlée branlée nom f s 0.80 0.47 0.80 0.47 -branlés branler ver m p 12.72 9.93 0.03 0.00 par:pas; -branque branque adj s 0.68 3.11 0.42 2.43 -branques branque adj m p 0.68 3.11 0.26 0.68 -branquignol branquignol nom m s 0.05 0.07 0.03 0.00 -branquignols branquignol nom m p 0.05 0.07 0.02 0.07 -braqua braquer ver 15.67 15.54 0.01 0.54 ind:pas:3s; -braquage braquage nom m s 7.74 1.62 6.49 1.22 -braquages braquage nom m p 7.74 1.62 1.26 0.41 -braquai braquer ver 15.67 15.54 0.00 0.14 ind:pas:1s; -braquaient braquer ver 15.67 15.54 0.18 0.14 ind:imp:3p; -braquais braquer ver 15.67 15.54 0.07 0.27 ind:imp:1s;ind:imp:2s; -braquait braquer ver 15.67 15.54 0.32 1.28 ind:imp:3s; -braquant braquer ver 15.67 15.54 0.28 1.01 par:pre; -braque braquer ver 15.67 15.54 1.94 1.49 imp:pre:2s;ind:pre:1s;ind:pre:3s; -braquemart braquemart nom m s 0.22 0.61 0.19 0.61 -braquemarts braquemart nom m p 0.22 0.61 0.03 0.00 -braquent braquer ver 15.67 15.54 0.28 0.68 ind:pre:3p; -braquer braquer ver 15.67 15.54 5.19 2.97 inf; -braquera braquer ver 15.67 15.54 0.05 0.00 ind:fut:3s; -braquerais braquer ver 15.67 15.54 0.00 0.07 cnd:pre:2s; -braquerait braquer ver 15.67 15.54 0.05 0.00 cnd:pre:3s; -braques braquer ver 15.67 15.54 0.73 0.07 ind:pre:2s; -braquet braquet nom m s 0.00 0.20 0.00 0.14 -braquets braquet nom m p 0.00 0.20 0.00 0.07 -braqueur braqueur nom m s 2.91 1.01 1.74 0.54 -braqueurs braqueur nom m p 2.91 1.01 1.14 0.47 -braqueuse braqueur nom f s 2.91 1.01 0.03 0.00 -braqueuses braqueuse nom f p 0.21 0.00 0.21 0.00 -braquez braquer ver 15.67 15.54 0.23 0.07 imp:pre:2p;ind:pre:2p; -braquèrent braquer ver 15.67 15.54 0.00 0.14 ind:pas:3p; -braqué braquer ver m s 15.67 15.54 4.79 2.57 par:pas; -braquée braquer ver f s 15.67 15.54 0.47 1.08 par:pas; -braquées braquer ver f p 15.67 15.54 0.40 0.74 par:pas; -braqués braquer ver m p 15.67 15.54 0.70 2.30 par:pas; -bras bras nom m 149.26 487.97 149.26 487.97 -brasage brasage nom m s 0.00 0.07 0.00 0.07 -braser braser ver 0.00 0.07 0.00 0.07 inf; -brasero brasero nom m s 0.04 1.82 0.02 1.15 -braseros brasero nom m p 0.04 1.82 0.01 0.68 -brasier brasier nom m s 1.47 6.42 1.43 5.81 -brasiers brasier nom m p 1.47 6.42 0.04 0.61 -brasillaient brasiller ver 0.00 0.88 0.00 0.34 ind:imp:3p; -brasillait brasiller ver 0.00 0.88 0.00 0.14 ind:imp:3s; -brasillant brasiller ver 0.00 0.88 0.00 0.07 par:pre; -brasille brasiller ver 0.00 0.88 0.00 0.14 ind:pre:3s; -brasillement brasillement nom m s 0.00 0.20 0.00 0.20 -brasiller brasiller ver 0.00 0.88 0.00 0.20 inf; -brassage brassage nom m s 0.09 0.81 0.09 0.61 -brassages brassage nom m p 0.09 0.81 0.00 0.20 -brassai brasser ver 1.03 5.61 0.00 0.07 ind:pas:1s; -brassaient brasser ver 1.03 5.61 0.01 0.27 ind:imp:3p; -brassait brasser ver 1.03 5.61 0.01 0.95 ind:imp:3s; -brassant brasser ver 1.03 5.61 0.01 0.95 par:pre; -brassard brassard nom m s 0.71 4.93 0.42 3.92 -brassards brassard nom m p 0.71 4.93 0.29 1.01 -brasse brasse nom f s 0.67 2.16 0.37 0.81 -brassent brasser ver 1.03 5.61 0.01 0.27 ind:pre:3p; -brasser brasser ver 1.03 5.61 0.43 0.74 inf; -brasserie_hôtel brasserie_hôtel nom f s 0.00 0.07 0.00 0.07 -brasserie brasserie nom f s 1.89 9.05 1.31 7.97 -brasseries brasserie nom f p 1.89 9.05 0.58 1.08 -brasseront brasser ver 1.03 5.61 0.00 0.07 ind:fut:3p; -brasses brasse nom f p 0.67 2.16 0.30 1.35 -brasseur brasseur nom m s 0.24 0.54 0.23 0.34 -brasseurs brasseur nom m p 0.24 0.54 0.01 0.20 -brassez brasser ver 1.03 5.61 0.03 0.00 imp:pre:2p;ind:pre:2p; -brassicourt brassicourt adj m s 0.00 0.07 0.00 0.07 -brassions brasser ver 1.03 5.61 0.00 0.14 ind:imp:1p; -brassière brassière nom f s 0.55 0.54 0.36 0.20 -brassières brassière nom f p 0.55 0.54 0.18 0.34 -brassé brasser ver m s 1.03 5.61 0.20 0.54 par:pas; -brassée brassée nom f s 0.06 3.18 0.04 1.96 -brassées brassée nom f p 0.06 3.18 0.02 1.22 -brassés brasser ver m p 1.03 5.61 0.01 0.14 par:pas; -brasure brasure nom f s 0.00 0.07 0.00 0.07 -brava braver ver 3.20 5.20 0.22 0.41 ind:pas:3s; -bravache bravache adj m s 0.16 0.14 0.14 0.07 -bravaches bravache nom m p 0.08 0.27 0.01 0.20 -bravade bravade nom f s 0.15 1.69 0.12 1.42 -bravades bravade nom f p 0.15 1.69 0.03 0.27 -bravaient braver ver 3.20 5.20 0.00 0.20 ind:imp:3p; -bravais braver ver 3.20 5.20 0.16 0.14 ind:imp:1s;ind:imp:2s; -bravait braver ver 3.20 5.20 0.01 0.41 ind:imp:3s; -bravant braver ver 3.20 5.20 0.36 0.74 par:pre; -brave brave adj s 30.93 35.00 24.55 23.31 -bravement bravement adv 0.59 3.78 0.59 3.78 -bravent braver ver 3.20 5.20 0.02 0.07 ind:pre:3p; -braver braver ver 3.20 5.20 1.48 2.09 inf; -braverai braver ver 3.20 5.20 0.02 0.00 ind:fut:1s; -braveraient braver ver 3.20 5.20 0.01 0.00 cnd:pre:3p; -braverait braver ver 3.20 5.20 0.00 0.07 cnd:pre:3s; -braveries braverie nom f p 0.00 0.07 0.00 0.07 -braveriez braver ver 3.20 5.20 0.01 0.00 cnd:pre:2p; -braves brave adj p 30.93 35.00 6.39 11.69 -bravez braver ver 3.20 5.20 0.03 0.00 imp:pre:2p;ind:pre:2p; -bravissimo bravissimo nom m s 0.15 0.20 0.15 0.20 -bravo bravo ono 48.98 7.91 48.98 7.91 -bravons braver ver 3.20 5.20 0.02 0.00 imp:pre:1p; -bravos bravo nom m p 8.93 4.59 0.73 1.35 -bravoure bravoure nom f s 2.78 3.18 2.78 3.18 -bravèrent braver ver 3.20 5.20 0.03 0.00 ind:pas:3p; -bravé braver ver m s 3.20 5.20 0.45 0.20 par:pas; -bravée braver ver f s 3.20 5.20 0.00 0.07 par:pas; -brayaient brayer ver 0.01 0.34 0.00 0.07 ind:imp:3p; -brayait brayer ver 0.01 0.34 0.00 0.07 ind:imp:3s; -braye braye nom f s 0.00 0.61 0.00 0.61 -brayes brayer ver 0.01 0.34 0.00 0.07 ind:pre:2s; -brayons brayon nom m p 0.00 0.07 0.00 0.07 -break_down break_down nom m 0.00 0.14 0.00 0.14 -break break nom m s 7.18 2.09 6.91 1.96 -breakdance breakdance nom f s 0.10 0.00 0.10 0.00 -breakfast breakfast nom m s 0.64 1.22 0.60 1.22 -breakfasts breakfast nom m p 0.64 1.22 0.03 0.00 -breaks break nom m p 7.18 2.09 0.27 0.14 -brebis brebis nom f 7.02 7.03 7.02 7.03 -brechtienne brechtien nom f s 0.00 0.07 0.00 0.07 -bredin bredin nom m s 0.00 0.07 0.00 0.07 -bredouilla bredouiller ver 0.73 13.38 0.00 4.46 ind:pas:3s; -bredouillage bredouillage nom m s 0.00 0.14 0.00 0.14 -bredouillai bredouiller ver 0.73 13.38 0.00 0.41 ind:pas:1s; -bredouillaient bredouiller ver 0.73 13.38 0.00 0.41 ind:imp:3p; -bredouillais bredouiller ver 0.73 13.38 0.00 0.41 ind:imp:1s; -bredouillait bredouiller ver 0.73 13.38 0.06 1.01 ind:imp:3s; -bredouillant bredouiller ver 0.73 13.38 0.00 1.42 par:pre; -bredouillante bredouillant adj f s 0.00 0.20 0.00 0.07 -bredouille bredouille adj s 1.41 2.70 1.18 2.09 -bredouillement bredouillement nom m s 0.00 0.68 0.00 0.54 -bredouillements bredouillement nom m p 0.00 0.68 0.00 0.14 -bredouillent bredouiller ver 0.73 13.38 0.00 0.07 ind:pre:3p; -bredouiller bredouiller ver 0.73 13.38 0.11 1.96 inf; -bredouilles bredouille adj m p 1.41 2.70 0.23 0.61 -bredouilleurs bredouilleur nom m p 0.00 0.07 0.00 0.07 -bredouillez bredouiller ver 0.73 13.38 0.11 0.00 imp:pre:2p;ind:pre:2p; -bredouillis bredouillis nom m 0.00 0.14 0.00 0.14 -bredouillé bredouiller ver m s 0.73 13.38 0.13 1.15 par:pas; -bredouillées bredouiller ver f p 0.73 13.38 0.00 0.14 par:pas; -bref bref adv 22.26 38.78 22.26 38.78 -brefs bref adj m p 15.63 74.80 0.92 10.20 -bregma bregma nom m s 0.01 0.00 0.01 0.00 -breitschwanz breitschwanz nom m s 0.00 0.20 0.00 0.20 -brelan brelan nom m s 1.29 0.54 1.28 0.54 -brelans brelan nom m p 1.29 0.54 0.01 0.00 -breloque breloque nom f s 0.56 1.69 0.27 0.95 -breloques breloque nom f p 0.56 1.69 0.29 0.74 -breneuses breneux adj f p 0.00 0.14 0.00 0.07 -breneux breneux adj m s 0.00 0.14 0.00 0.07 -bressan bressan adj m s 0.00 0.68 0.00 0.20 -bressane bressan adj f s 0.00 0.68 0.00 0.34 -bressanes bressan adj f p 0.00 0.68 0.00 0.07 -bressans bressan adj m p 0.00 0.68 0.00 0.07 -brestois brestois nom m 0.00 0.20 0.00 0.14 -brestoise brestois nom f s 0.00 0.20 0.00 0.07 -bretelle bretelle nom f s 2.63 13.04 1.10 3.72 -bretelles bretelle nom f p 2.63 13.04 1.54 9.32 -breton breton adj m s 0.71 9.86 0.17 3.99 -bretonnant bretonnant adj m s 0.00 0.14 0.00 0.07 -bretonnants bretonnant adj m p 0.00 0.14 0.00 0.07 -bretonne breton adj f s 0.71 9.86 0.54 3.18 -bretonnes bretonne nom f p 0.03 0.00 0.01 0.00 -bretons breton nom m p 0.32 4.86 0.18 1.35 -brette brette nom f s 0.01 0.00 0.01 0.00 -bretteur bretteur nom m s 0.31 0.20 0.27 0.00 -bretteurs bretteur nom m p 0.31 0.20 0.04 0.20 -bretzel bretzel nom s 1.51 0.47 0.47 0.07 -bretzels bretzel nom p 1.51 0.47 1.04 0.41 -breuil breuil nom m s 0.00 0.14 0.00 0.07 -breuils breuil nom m p 0.00 0.14 0.00 0.07 -breuvage breuvage nom m s 0.88 2.57 0.83 2.09 -breuvages breuvage nom m p 0.88 2.57 0.04 0.47 -brevet brevet nom m s 3.10 3.58 1.83 3.11 -breveter breveter ver 0.49 0.41 0.32 0.14 inf; -brevets brevet nom m p 3.10 3.58 1.27 0.47 -breveté breveté adj m s 0.36 0.61 0.30 0.47 -brevetée breveter ver f s 0.49 0.41 0.05 0.07 par:pas; -brevetées breveté adj f p 0.36 0.61 0.03 0.07 -brevetés breveter ver m p 0.49 0.41 0.03 0.00 par:pas; -bri bri nom m s 0.54 0.41 0.54 0.41 -briard briard adj m s 0.03 0.20 0.03 0.14 -briarde briard adj f s 0.03 0.20 0.00 0.07 -briards briard nom m p 0.01 0.20 0.00 0.07 -bribe bribe nom f s 0.88 14.73 0.03 1.55 -bribes bribe nom f p 0.88 14.73 0.85 13.18 -bric_à_brac bric_à_brac nom m 0.00 3.24 0.00 3.24 -bric_et_de_broc bric_et_de_broc adv 0.03 0.47 0.03 0.47 -bricheton bricheton nom m s 0.00 0.68 0.00 0.68 -brick brick nom m s 1.51 0.34 1.30 0.14 -bricks brick nom m p 1.51 0.34 0.21 0.20 -bricola bricoler ver 4.03 6.15 0.00 0.07 ind:pas:3s; -bricolage bricolage nom m s 0.89 1.76 0.87 1.28 -bricolages bricolage nom m p 0.89 1.76 0.01 0.47 -bricolaient bricoler ver 4.03 6.15 0.01 0.07 ind:imp:3p; -bricolais bricoler ver 4.03 6.15 0.01 0.14 ind:imp:1s;ind:imp:2s; -bricolait bricoler ver 4.03 6.15 0.19 0.88 ind:imp:3s; -bricolant bricoler ver 4.03 6.15 0.01 0.20 par:pre; -bricole bricoler ver 4.03 6.15 1.41 1.08 imp:pre:2s;ind:pre:1s;ind:pre:3s; -bricolent bricoler ver 4.03 6.15 0.04 0.20 ind:pre:3p; -bricoler bricoler ver 4.03 6.15 1.33 1.82 inf; -bricoles bricole nom f p 1.83 5.68 1.41 3.99 -bricoleur bricoleur nom m s 0.58 0.54 0.52 0.27 -bricoleurs bricoleur nom m p 0.58 0.54 0.04 0.27 -bricoleuse bricoleur nom f s 0.58 0.54 0.03 0.00 -bricolez bricoler ver 4.03 6.15 0.23 0.07 ind:pre:2p; -bricolo bricolo nom m s 0.04 0.27 0.04 0.14 -bricolons bricoler ver 4.03 6.15 0.01 0.00 ind:pre:1p; -bricolos bricolo nom m p 0.04 0.27 0.00 0.14 -bricolé bricoler ver m s 4.03 6.15 0.61 0.88 par:pas; -bricolée bricoler ver f s 4.03 6.15 0.07 0.47 par:pas; -bricolées bricoler ver f p 4.03 6.15 0.01 0.07 par:pas; -bricolés bricoler ver m p 4.03 6.15 0.01 0.14 par:pas; -bridais brider ver 0.91 2.30 0.00 0.07 ind:imp:1s; -bridait brider ver 0.91 2.30 0.00 0.41 ind:imp:3s; -bridant brider ver 0.91 2.30 0.10 0.07 par:pre; -bride bride nom f s 1.79 10.07 1.63 8.92 -brident brider ver 0.91 2.30 0.04 0.07 ind:pre:3p; -brider brider ver 0.91 2.30 0.27 0.47 inf; -brides bride nom f p 1.79 10.07 0.16 1.15 -bridez brider ver 0.91 2.30 0.01 0.00 ind:pre:2p; -bridge bridge nom m s 4.33 4.12 4.31 3.99 -bridgeait bridger ver 0.36 0.61 0.00 0.20 ind:imp:3s; -bridgeant bridger ver 0.36 0.61 0.00 0.07 par:pre; -bridgent bridger ver 0.36 0.61 0.00 0.07 ind:pre:3p; -bridgeons bridger ver 0.36 0.61 0.00 0.07 ind:pre:1p; -bridger bridger ver 0.36 0.61 0.35 0.14 inf; -bridges bridge nom m p 4.33 4.12 0.02 0.14 -bridgeurs bridgeur nom m p 0.02 0.07 0.00 0.07 -bridgeuse bridgeur nom f s 0.02 0.07 0.02 0.00 -bridgez bridger ver 0.36 0.61 0.01 0.00 ind:pre:2p; -bridgées bridger ver f p 0.36 0.61 0.00 0.07 par:pas; -bridon bridon nom m s 0.00 0.41 0.00 0.34 -bridons bridon nom m p 0.00 0.41 0.00 0.07 -bridé bridé adj m s 1.45 2.64 0.63 0.20 -bridée bridé adj f s 1.45 2.64 0.14 0.20 -bridées bridé adj f p 1.45 2.64 0.11 0.14 -bridés bridé adj m p 1.45 2.64 0.57 2.09 -brie brie nom s 0.33 0.88 0.33 0.74 -briefe briefer ver 2.04 0.00 0.17 0.00 imp:pre:2s;ind:pre:1s;ind:pre:3s; -briefer briefer ver 2.04 0.00 0.62 0.00 inf; -briefera briefer ver 2.04 0.00 0.09 0.00 ind:fut:3s; -brieferai briefer ver 2.04 0.00 0.20 0.00 ind:fut:1s; -brieferas briefer ver 2.04 0.00 0.05 0.00 ind:fut:2s; -briefes briefer ver 2.04 0.00 0.04 0.00 ind:pre:2s; -briefez briefer ver 2.04 0.00 0.06 0.00 imp:pre:2p; -briefing briefing nom m s 3.25 0.47 3.00 0.34 -briefings briefing nom m p 3.25 0.47 0.24 0.14 -briefé briefer ver m s 2.04 0.00 0.49 0.00 par:pas; -briefée briefer ver f s 2.04 0.00 0.07 0.00 par:pas; -briefés briefer ver m p 2.04 0.00 0.24 0.00 par:pas; -bries brie nom p 0.33 0.88 0.00 0.14 -brifez brifer ver 0.00 0.07 0.00 0.07 imp:pre:2p; -briffe briffer ver 0.12 0.88 0.10 0.34 ind:pre:1s;ind:pre:3s; -briffer briffer ver 0.12 0.88 0.02 0.54 inf; -brigade brigade nom f s 16.65 12.43 13.75 8.78 -brigades brigade nom f p 16.65 12.43 2.90 3.65 -brigadier_chef brigadier_chef nom m s 0.01 1.96 0.01 1.82 -brigadier brigadier nom m s 2.86 14.53 2.73 13.92 -brigadier_chef brigadier_chef nom m p 0.01 1.96 0.00 0.14 -brigadiers brigadier nom m p 2.86 14.53 0.14 0.61 -brigadiste brigadiste adj s 0.00 0.07 0.00 0.07 -brigadistes brigadiste nom p 0.00 0.07 0.00 0.07 -brigand brigand nom m s 5.14 3.72 2.10 1.35 -brigandage brigandage nom m s 0.30 0.74 0.30 0.47 -brigandages brigandage nom m p 0.30 0.74 0.00 0.27 -brigandaient brigander ver 0.11 0.27 0.00 0.07 ind:imp:3p; -brigandasse brigander ver 0.11 0.27 0.00 0.07 sub:imp:1s; -brigande brigander ver 0.11 0.27 0.11 0.14 imp:pre:2s;ind:pre:3s; -brigandeaux brigandeau nom m p 0.00 0.07 0.00 0.07 -brigands brigand nom m p 5.14 3.72 3.04 2.36 -brigantin brigantin nom m s 0.20 0.20 0.20 0.20 -brigantine brigantine nom f s 0.00 0.07 0.00 0.07 -brignolet brignolet nom m s 0.00 0.27 0.00 0.27 -briguaient briguer ver 0.81 1.01 0.01 0.07 ind:imp:3p; -briguait briguer ver 0.81 1.01 0.13 0.07 ind:imp:3s; -briguant briguer ver 0.81 1.01 0.00 0.07 par:pre; -brigue briguer ver 0.81 1.01 0.20 0.07 imp:pre:2s;ind:pre:1s;ind:pre:3s; -briguer briguer ver 0.81 1.01 0.32 0.54 inf; -briguerait briguer ver 0.81 1.01 0.00 0.07 cnd:pre:3s; -brigues brigue nom f p 0.00 0.34 0.00 0.34 -briguèrent briguer ver 0.81 1.01 0.00 0.07 ind:pas:3p; -brigué briguer ver m s 0.81 1.01 0.16 0.07 par:pas; -brilla briller ver 28.91 81.22 0.02 1.89 ind:pas:3s; -brillaient briller ver 28.91 81.22 0.27 17.84 ind:imp:3p; -brillais briller ver 28.91 81.22 0.04 0.14 ind:imp:1s;ind:imp:2s; -brillait briller ver 28.91 81.22 1.73 19.39 ind:imp:3s; -brillamment brillamment adv 0.88 2.30 0.88 2.30 -brillance brillance nom f s 0.27 0.74 0.27 0.54 -brillances brillance nom f p 0.27 0.74 0.00 0.20 -brillant brillant adj m s 29.89 53.31 14.23 16.62 -brillantage brillantage nom m s 0.00 0.07 0.00 0.07 -brillante brillant adj f s 29.89 53.31 9.20 13.18 -brillantes brillant adj f p 29.89 53.31 2.31 7.36 -brillantine brillantine nom f s 0.10 1.96 0.10 1.96 -brillantiner brillantiner ver 0.03 0.47 0.00 0.07 inf; -brillantinée brillantiner ver f s 0.03 0.47 0.00 0.07 par:pas; -brillantinées brillantiner ver f p 0.03 0.47 0.00 0.07 par:pas; -brillantinés brillantiner ver m p 0.03 0.47 0.03 0.20 par:pas; -brillants brillant adj m p 29.89 53.31 4.16 16.15 -brillantés brillanter ver m p 0.08 0.20 0.00 0.07 par:pas; -brille briller ver 28.91 81.22 13.73 10.20 imp:pre:2s;ind:pre:1s;ind:pre:3s; -brillent briller ver 28.91 81.22 3.93 7.50 ind:pre:3p; -briller briller ver 28.91 81.22 5.08 16.76 inf;; -brillera briller ver 28.91 81.22 1.12 0.14 ind:fut:3s; -brilleraient briller ver 28.91 81.22 0.00 0.34 cnd:pre:3p; -brillerais briller ver 28.91 81.22 0.20 0.07 cnd:pre:2s; -brillerait briller ver 28.91 81.22 0.04 0.41 cnd:pre:3s; -brillerons briller ver 28.91 81.22 0.00 0.07 ind:fut:1p; -brilleront briller ver 28.91 81.22 0.09 0.20 ind:fut:3p; -brilles briller ver 28.91 81.22 0.48 0.07 ind:pre:2s; -brillez briller ver 28.91 81.22 0.06 0.00 imp:pre:2p;ind:pre:2p; -brillions briller ver 28.91 81.22 0.00 0.14 ind:imp:1p; -brillons briller ver 28.91 81.22 0.04 0.00 ind:pre:1p; -brillât briller ver 28.91 81.22 0.00 0.20 sub:imp:3s; -brillèrent briller ver 28.91 81.22 0.00 1.49 ind:pas:3p; -brillé briller ver m s 28.91 81.22 0.80 1.42 par:pas; -brima brimer ver 0.66 2.16 0.31 0.00 ind:pas:3s; -brimade brimade nom f s 0.10 2.91 0.04 0.95 -brimades brimade nom f p 0.10 2.91 0.05 1.96 -brimaient brimer ver 0.66 2.16 0.01 0.14 ind:imp:3p; -brimais brimer ver 0.66 2.16 0.00 0.07 ind:imp:1s; -brimait brimer ver 0.66 2.16 0.00 0.14 ind:imp:3s; -brimbala brimbaler ver 0.00 0.27 0.00 0.07 ind:pas:3s; -brimbalant brimbaler ver 0.00 0.27 0.00 0.07 par:pre; -brimbalement brimbalement nom m s 0.00 0.14 0.00 0.07 -brimbalements brimbalement nom m p 0.00 0.14 0.00 0.07 -brimbaler brimbaler ver 0.00 0.27 0.00 0.07 inf; -brimbalés brimbaler ver m p 0.00 0.27 0.00 0.07 par:pas; -brimborion brimborion nom m s 0.00 0.34 0.00 0.14 -brimborions brimborion nom m p 0.00 0.34 0.00 0.20 -brime brimer ver 0.66 2.16 0.04 0.27 ind:pre:3s; -briment brimer ver 0.66 2.16 0.00 0.07 ind:pre:3p; -brimer brimer ver 0.66 2.16 0.14 0.74 inf; -brimé brimer ver m s 0.66 2.16 0.14 0.34 par:pas; -brimée brimer ver f s 0.66 2.16 0.01 0.14 par:pas; -brimées brimer ver f p 0.66 2.16 0.01 0.14 par:pas; -brimés brimer ver m p 0.66 2.16 0.00 0.14 par:pas; -brin brin nom m s 5.38 19.26 4.95 13.99 -brindes brinde nom f p 0.03 0.00 0.03 0.00 -brindezingue brindezingue adj s 0.01 0.07 0.01 0.07 -brindille brindille nom f s 1.25 6.55 0.69 1.62 -brindilles brindille nom f p 1.25 6.55 0.56 4.93 -bringue bringue nom f s 1.27 1.42 1.27 1.42 -bringuebalaient bringuebaler ver 0.01 0.95 0.00 0.07 ind:imp:3p; -bringuebalait bringuebaler ver 0.01 0.95 0.00 0.20 ind:imp:3s; -bringuebalant bringuebalant adj m s 0.02 0.47 0.02 0.07 -bringuebalante bringuebalant adj f s 0.02 0.47 0.00 0.14 -bringuebalantes bringuebalant adj f p 0.02 0.47 0.00 0.07 -bringuebalants bringuebalant adj m p 0.02 0.47 0.00 0.20 -bringuebale bringuebaler ver 0.01 0.95 0.00 0.34 ind:pre:3s; -bringuebalent bringuebaler ver 0.01 0.95 0.00 0.14 ind:pre:3p; -bringuebaler bringuebaler ver 0.01 0.95 0.01 0.14 inf; -brinquebalait brinquebaler ver 0.12 0.41 0.00 0.14 ind:imp:3s; -brinquebalants brinquebalant adj m p 0.00 0.07 0.00 0.07 -brinquebale brinquebaler ver 0.12 0.41 0.11 0.07 ind:pre:3s; -brinquebaler brinquebaler ver 0.12 0.41 0.01 0.07 inf; -brinqueballant brinqueballer ver 0.00 0.27 0.00 0.14 par:pre; -brinqueballé brinqueballer ver m s 0.00 0.27 0.00 0.07 par:pas; -brinqueballés brinqueballer ver m p 0.00 0.27 0.00 0.07 par:pas; -brinquebalé brinquebaler ver m s 0.12 0.41 0.00 0.14 par:pas; -brins brin nom m p 5.38 19.26 0.44 5.27 -brio brio nom m s 0.93 1.89 0.93 1.89 -brioche brioche nom f s 2.55 7.09 1.45 4.66 -brioches brioche nom f p 2.55 7.09 1.10 2.43 -brioché brioché adj m s 0.03 0.07 0.02 0.00 -briochée brioché adj f s 0.03 0.07 0.01 0.00 -briochés brioché adj m p 0.03 0.07 0.00 0.07 -brions brion nom m p 0.03 0.00 0.03 0.00 -briquage briquage nom m s 0.00 0.14 0.00 0.14 -briquaient briquer ver 0.69 2.57 0.00 0.07 ind:imp:3p; -briquais briquer ver 0.69 2.57 0.01 0.00 ind:imp:1s; -briquait briquer ver 0.69 2.57 0.00 0.20 ind:imp:3s; -briquant briquer ver 0.69 2.57 0.00 0.14 par:pre; -brique brique nom f s 13.56 31.55 4.02 11.69 -briquent briquer ver 0.69 2.57 0.01 0.00 ind:pre:3p; -briquer briquer ver 0.69 2.57 0.40 0.68 inf; -briquerait briquer ver 0.69 2.57 0.00 0.07 cnd:pre:3s; -briques brique nom f p 13.56 31.55 9.54 19.86 -briquet briquet nom m s 10.64 13.65 9.98 12.30 -briquetage briquetage nom m s 0.00 0.14 0.00 0.14 -briqueterie briqueterie nom f s 0.45 0.41 0.45 0.34 -briqueteries briqueterie nom f p 0.45 0.41 0.00 0.07 -briquetier briquetier nom m s 0.00 0.07 0.00 0.07 -briquets briquet nom m p 10.64 13.65 0.66 1.35 -briquette briquette nom f s 0.03 0.61 0.01 0.07 -briquettes briquette nom f p 0.03 0.61 0.02 0.54 -briquetées briqueté adj f p 0.00 0.07 0.00 0.07 -briquez briquer ver 0.69 2.57 0.03 0.14 imp:pre:2p; -briqué briquer ver m s 0.69 2.57 0.16 0.34 par:pas; -briquée briquer ver f s 0.69 2.57 0.02 0.20 par:pas; -briquées briquer ver f p 0.69 2.57 0.00 0.27 par:pas; -briqués briquer ver m p 0.69 2.57 0.00 0.27 par:pas; -bris bris nom m 0.90 1.35 0.90 1.35 -brisa briser ver 55.20 61.62 0.31 3.85 ind:pas:3s; -brisai briser ver 55.20 61.62 0.00 0.07 ind:pas:1s; -brisaient briser ver 55.20 61.62 0.05 1.69 ind:imp:3p; -brisais briser ver 55.20 61.62 0.14 0.41 ind:imp:1s; -brisait briser ver 55.20 61.62 0.43 4.93 ind:imp:3s; -brisant briser ver 55.20 61.62 0.30 2.30 par:pre; -brisante brisant adj f s 0.06 0.54 0.00 0.14 -brisantes brisant adj f p 0.06 0.54 0.00 0.14 -brisants brisant nom m p 0.20 1.35 0.18 1.28 -briscard briscard nom m s 0.18 0.34 0.06 0.14 -briscards briscard nom m p 0.18 0.34 0.12 0.20 -brise_bise brise_bise nom m 0.00 0.41 0.00 0.41 -brise_fer brise_fer nom m 0.01 0.00 0.01 0.00 -brise_glace brise_glace nom m 0.07 0.20 0.07 0.20 -brise_jet brise_jet nom m 0.00 0.07 0.00 0.07 -brise_lame brise_lame nom m s 0.00 0.14 0.00 0.14 -brise_vent brise_vent nom m 0.01 0.00 0.01 0.00 -brise briser ver 55.20 61.62 8.45 6.08 imp:pre:2s;ind:pre:1s;ind:pre:3s; -brisent briser ver 55.20 61.62 1.48 1.49 ind:pre:3p; -briser briser ver 55.20 61.62 14.99 16.28 inf; -brisera briser ver 55.20 61.62 1.44 0.41 ind:fut:3s; -briserai briser ver 55.20 61.62 1.38 0.27 ind:fut:1s; -briseraient briser ver 55.20 61.62 0.01 0.20 cnd:pre:3p; -briserais briser ver 55.20 61.62 0.38 0.07 cnd:pre:1s;cnd:pre:2s; -briserait briser ver 55.20 61.62 0.81 0.88 cnd:pre:3s; -briseras briser ver 55.20 61.62 0.10 0.00 ind:fut:2s; -briserez briser ver 55.20 61.62 0.18 0.00 ind:fut:2p; -briseriez briser ver 55.20 61.62 0.02 0.00 cnd:pre:2p; -briserons briser ver 55.20 61.62 0.23 0.07 ind:fut:1p; -briseront briser ver 55.20 61.62 0.21 0.34 ind:fut:3p; -brises briser ver 55.20 61.62 0.99 0.14 ind:pre:2s; -briseur briseur nom m s 1.11 1.01 0.66 0.54 -briseurs briseur nom m p 1.11 1.01 0.16 0.41 -briseuse briseur nom f s 1.11 1.01 0.29 0.07 -brisez briser ver 55.20 61.62 2.29 0.20 imp:pre:2p;ind:pre:2p; -brisions briser ver 55.20 61.62 0.01 0.20 ind:imp:1p; -brisis brisis nom m 0.05 0.00 0.05 0.00 -brisons briser ver 55.20 61.62 0.38 0.20 imp:pre:1p;ind:pre:1p; -brisât briser ver 55.20 61.62 0.00 0.27 sub:imp:3s; -brisque brisque nom f s 0.03 0.00 0.03 0.00 -brisèrent briser ver 55.20 61.62 0.06 0.54 ind:pas:3p; -bristol bristol nom m s 0.10 1.55 0.08 1.35 -bristols bristol nom m p 0.10 1.55 0.03 0.20 -brisé briser ver m s 55.20 61.62 15.70 9.32 par:pas; -brisée brisé adj f s 10.09 16.42 2.42 6.62 -brisées briser ver f p 55.20 61.62 1.30 5.54 par:pas; -brisure brisure nom f s 0.01 0.95 0.00 0.74 -brisures brisure nom f p 0.01 0.95 0.01 0.20 -brisés brisé adj m p 10.09 16.42 1.46 3.45 -britannique britannique adj s 8.23 68.72 6.57 47.97 -britanniques britannique nom p 1.97 13.72 1.71 12.84 -brièvement brièvement adv 1.92 6.22 1.92 6.22 -brièveté brièveté nom f s 0.13 1.35 0.13 1.35 -british british adj s 1.75 1.08 1.75 1.08 -brivadois brivadois nom m 0.00 0.14 0.00 0.14 -brivadoise brivadois adj f s 0.00 0.07 0.00 0.07 -brize brize nom f s 0.01 0.47 0.01 0.47 -broc broc nom m s 0.38 4.53 0.38 3.51 -brocante brocante nom f s 0.86 1.42 0.78 1.35 -brocantes brocante nom f p 0.86 1.42 0.07 0.07 -brocanteur brocanteur nom m s 0.29 9.26 0.28 3.58 -brocanteurs brocanteur nom m p 0.29 9.26 0.01 2.50 -brocanteuse brocanteur nom f s 0.29 9.26 0.00 3.18 -brocantées brocanter ver f p 0.00 0.07 0.00 0.07 par:pas; -brocard brocard nom m s 0.14 1.01 0.14 0.41 -brocardaient brocarder ver 0.01 0.27 0.00 0.07 ind:imp:3p; -brocardait brocarder ver 0.01 0.27 0.00 0.07 ind:imp:3s; -brocarde brocarder ver 0.01 0.27 0.01 0.00 ind:pre:3s; -brocarder brocarder ver 0.01 0.27 0.00 0.07 inf; -brocardions brocarder ver 0.01 0.27 0.00 0.07 ind:imp:1p; -brocards brocard nom m p 0.14 1.01 0.00 0.61 -brocart brocart nom m s 0.37 3.99 0.27 2.91 -brocarts brocart nom m p 0.37 3.99 0.10 1.08 -brocatelle brocatelle nom f s 0.00 0.07 0.00 0.07 -brochage brochage nom m s 0.00 0.20 0.00 0.14 -brochages brochage nom m p 0.00 0.20 0.00 0.07 -brochaient brocher ver 0.05 1.08 0.00 0.14 ind:imp:3p; -brochant brochant adj m s 6.29 0.07 6.29 0.07 -broche broche nom f s 4.57 5.74 3.88 4.32 -brocher brocher ver 0.05 1.08 0.00 0.14 inf; -broches broche nom f p 4.57 5.74 0.70 1.42 -brochet brochet nom m s 0.46 3.99 0.44 3.18 -brochets brochet nom m p 0.46 3.99 0.02 0.81 -brochette brochette nom f s 2.26 3.04 1.08 1.76 -brochettes brochette nom f p 2.26 3.04 1.18 1.28 -brocheur brocheur nom m s 0.00 0.34 0.00 0.27 -brocheurs brocheur nom m p 0.00 0.34 0.00 0.07 -brochoirs brochoir nom m p 0.00 0.07 0.00 0.07 -broché brocher ver m s 0.05 1.08 0.02 0.20 par:pas; -brochée brocher ver f s 0.05 1.08 0.00 0.20 par:pas; -brochées broché adj f p 0.01 0.74 0.00 0.07 -brochure brochure nom f s 2.88 3.99 1.64 1.76 -brochures brochure nom f p 2.88 3.99 1.25 2.23 -brochés broché adj m p 0.01 0.74 0.01 0.27 -brocoli brocoli nom m s 1.32 0.07 0.69 0.00 -brocolis brocoli nom m p 1.32 0.07 0.63 0.07 -brocs broc nom m p 0.38 4.53 0.00 1.01 -broda broder ver 3.52 14.86 0.01 0.14 ind:pas:3s; -brodaient broder ver 3.52 14.86 0.00 0.27 ind:imp:3p; -brodais broder ver 3.52 14.86 0.37 0.14 ind:imp:1s;ind:imp:2s; -brodait broder ver 3.52 14.86 0.01 0.88 ind:imp:3s; -brodant broder ver 3.52 14.86 0.27 0.41 par:pre; -brode broder ver 3.52 14.86 0.56 1.01 imp:pre:2s;ind:pre:1s;ind:pre:3s; -brodent broder ver 3.52 14.86 0.01 0.20 ind:pre:3p; -brodequin brodequin nom m s 0.07 4.12 0.07 0.61 -brodequins brodequin nom m p 0.07 4.12 0.00 3.51 -broder broder ver 3.52 14.86 1.01 1.82 inf; -brodera broder ver 3.52 14.86 0.01 0.07 ind:fut:3s; -broderai broder ver 3.52 14.86 0.00 0.07 ind:fut:1s; -broderie broderie nom f s 0.97 6.22 0.93 2.36 -broderies broderie nom f p 0.97 6.22 0.04 3.85 -brodes broder ver 3.52 14.86 0.15 0.07 ind:pre:2s; -brodeuse brodeur nom f s 0.05 0.47 0.05 0.27 -brodeuses brodeuse nom f p 0.01 0.00 0.01 0.00 -brodez broder ver 3.52 14.86 0.05 0.00 imp:pre:2p; -brodé broder ver m s 3.52 14.86 0.83 4.05 par:pas; -brodée broder ver f s 3.52 14.86 0.06 1.96 par:pas; -brodées brodé adj f p 0.57 8.11 0.28 0.88 -brodés broder ver m p 3.52 14.86 0.17 2.50 par:pas; -broie broyer ver 4.08 8.85 0.74 0.74 imp:pre:2s;ind:pre:1s;ind:pre:3s; -broiement broiement nom m s 0.00 0.20 0.00 0.14 -broiements broiement nom m p 0.00 0.20 0.00 0.07 -broient broyer ver 4.08 8.85 0.14 0.34 ind:pre:3p; -broiera broyer ver 4.08 8.85 0.00 0.07 ind:fut:3s; -broierai broyer ver 4.08 8.85 0.04 0.00 ind:fut:1s; -broieras broyer ver 4.08 8.85 0.00 0.07 ind:fut:2s; -broies broyer ver 4.08 8.85 0.16 0.00 ind:pre:2s; -broker broker nom m s 0.02 0.07 0.02 0.07 -brol brol nom m s 0.01 0.00 0.01 0.00 -brome brome nom m s 0.01 0.14 0.01 0.14 -bromure bromure nom m s 0.52 0.47 0.52 0.41 -bromures bromure nom m p 0.52 0.47 0.00 0.07 -broncha broncher ver 1.97 12.84 0.00 2.50 ind:pas:3s; -bronchai broncher ver 1.97 12.84 0.00 0.14 ind:pas:1s; -bronchaient broncher ver 1.97 12.84 0.03 0.27 ind:imp:3p; -bronchais broncher ver 1.97 12.84 0.00 0.07 ind:imp:1s; -bronchait broncher ver 1.97 12.84 0.10 1.15 ind:imp:3s; -bronchant broncher ver 1.97 12.84 0.00 0.07 par:pre; -bronche broncher ver 1.97 12.84 0.45 1.96 imp:pre:2s;ind:pre:3s; -bronchent broncher ver 1.97 12.84 0.02 0.20 ind:pre:3p; -broncher broncher ver 1.97 12.84 0.65 4.26 inf; -bronchera broncher ver 1.97 12.84 0.14 0.14 ind:fut:3s; -broncherai broncher ver 1.97 12.84 0.02 0.07 ind:fut:1s; -broncherais broncher ver 1.97 12.84 0.01 0.00 cnd:pre:1s; -broncherait broncher ver 1.97 12.84 0.02 0.14 cnd:pre:3s; -broncherons broncher ver 1.97 12.84 0.00 0.07 ind:fut:1p; -broncheront broncher ver 1.97 12.84 0.01 0.00 ind:fut:3p; -bronches bronche nom f p 0.58 2.23 0.55 2.23 -bronchez broncher ver 1.97 12.84 0.07 0.07 imp:pre:2p;ind:pre:2p; -bronchioles bronchiole nom f p 0.01 0.14 0.01 0.14 -bronchique bronchique adj s 0.24 0.07 0.20 0.00 -bronchiques bronchique adj m p 0.24 0.07 0.04 0.07 -bronchite bronchite nom f s 1.16 2.36 1.15 2.09 -bronchites bronchite nom f p 1.16 2.36 0.01 0.27 -bronchitique bronchitique adj f s 0.00 0.14 0.00 0.07 -bronchitiques bronchitique adj p 0.00 0.14 0.00 0.07 -broncho_pneumonie broncho_pneumonie nom f s 0.00 0.41 0.00 0.41 -broncho_pneumopathie broncho_pneumopathie nom f s 0.01 0.07 0.01 0.07 -broncho broncho nom m s 0.03 0.00 0.03 0.00 -bronchons broncher ver 1.97 12.84 0.00 0.07 ind:pre:1p; -bronchoscope bronchoscope nom m s 0.01 0.00 0.01 0.00 -bronchoscopie bronchoscopie nom f s 0.13 0.00 0.13 0.00 -bronchât broncher ver 1.97 12.84 0.00 0.07 sub:imp:3s; -bronchèrent broncher ver 1.97 12.84 0.10 0.14 ind:pas:3p; -bronché broncher ver m s 1.97 12.84 0.27 1.49 par:pas; -brontosaure brontosaure nom m s 0.12 0.07 0.10 0.07 -brontosaures brontosaure nom m p 0.12 0.07 0.02 0.00 -bronzage bronzage nom m s 1.67 1.62 1.66 1.55 -bronzages bronzage nom m p 1.67 1.62 0.01 0.07 -bronzaient bronzer ver 5.10 5.74 0.00 0.07 ind:imp:3p; -bronzait bronzer ver 5.10 5.74 0.00 0.34 ind:imp:3s; -bronzant bronzer ver 5.10 5.74 0.02 0.07 par:pre; -bronzante bronzant adj f s 0.04 0.14 0.01 0.14 -bronzants bronzant adj m p 0.04 0.14 0.01 0.00 -bronze bronze nom m s 3.37 19.26 3.15 18.58 -bronzent bronzer ver 5.10 5.74 0.26 0.00 ind:pre:3p; -bronzer bronzer ver 5.10 5.74 1.88 1.89 inf; -bronzes bronzer ver 5.10 5.74 0.44 0.00 ind:pre:2s; -bronzette bronzette nom f s 0.12 0.14 0.12 0.07 -bronzettes bronzette nom f p 0.12 0.14 0.00 0.07 -bronzier bronzier nom m s 0.00 0.07 0.00 0.07 -bronzions bronzer ver 5.10 5.74 0.00 0.07 ind:imp:1p; -bronzé bronzé adj m s 2.72 6.69 1.65 2.84 -bronzée bronzé adj f s 2.72 6.69 0.60 1.55 -bronzées bronzé adj f p 2.72 6.69 0.07 1.22 -bronzés bronzé adj m p 2.72 6.69 0.39 1.08 -brook brook nom m s 0.12 0.00 0.02 0.00 -brooks brook nom m p 0.12 0.00 0.10 0.00 -broquarts broquart nom m p 0.00 0.07 0.00 0.07 -broque broque nom f s 0.00 0.74 0.00 0.68 -broques broque nom f p 0.00 0.74 0.00 0.07 -broquettes broquette nom f p 0.04 0.07 0.04 0.07 -broquille broquille nom f s 0.00 1.15 0.00 0.68 -broquilles broquille nom f p 0.00 1.15 0.00 0.47 -brossa brosser ver 7.65 10.14 0.00 1.15 ind:pas:3s; -brossage brossage nom m s 0.20 0.14 0.20 0.14 -brossaient brosser ver 7.65 10.14 0.02 0.14 ind:imp:3p; -brossais brosser ver 7.65 10.14 0.07 0.20 ind:imp:1s;ind:imp:2s; -brossait brosser ver 7.65 10.14 0.19 1.42 ind:imp:3s; -brossant brosser ver 7.65 10.14 0.05 0.41 par:pre; -brosse brosse nom f s 8.43 19.59 7.29 16.01 -brossent brosser ver 7.65 10.14 0.04 0.14 ind:pre:3p;sub:pre:3p; -brosser brosser ver 7.65 10.14 2.76 2.23 inf; -brossera brosser ver 7.65 10.14 0.06 0.00 ind:fut:3s; -brosserai brosser ver 7.65 10.14 0.03 0.00 ind:fut:1s; -brosseras brosser ver 7.65 10.14 0.03 0.14 ind:fut:2s; -brosserez brosser ver 7.65 10.14 0.14 0.00 ind:fut:2p; -brosses brosse nom f p 8.43 19.59 1.14 3.58 -brosseur brosseur nom m s 0.00 0.20 0.00 0.07 -brosseurs brosseur nom m p 0.00 0.20 0.00 0.14 -brossez brosser ver 7.65 10.14 0.44 0.00 imp:pre:2p;ind:pre:2p; -brossier brossier nom m s 0.00 0.07 0.00 0.07 -brossé brosser ver m s 7.65 10.14 1.23 1.82 par:pas; -brossée brosser ver f s 7.65 10.14 0.04 0.34 par:pas; -brossées brosser ver f p 7.65 10.14 0.44 0.14 par:pas; -brossés brosser ver m p 7.65 10.14 0.12 0.54 par:pas; -brou brou nom m s 0.02 0.74 0.02 0.74 -brouet brouet nom m s 0.06 0.81 0.04 0.74 -brouets brouet nom m p 0.06 0.81 0.01 0.07 -brouetta brouetter ver 0.00 0.20 0.00 0.07 ind:pas:3s; -brouettait brouetter ver 0.00 0.20 0.00 0.07 ind:imp:3s; -brouette brouette nom f s 1.16 6.76 1.10 5.14 -brouetter brouetter ver 0.00 0.20 0.00 0.07 inf; -brouettes brouette nom f p 1.16 6.76 0.06 1.62 -brouettée brouettée nom f s 0.00 0.27 0.00 0.14 -brouettées brouettée nom f p 0.00 0.27 0.00 0.14 -brouhaha brouhaha nom m s 4.98 9.66 4.98 9.39 -brouhahas brouhaha nom m p 4.98 9.66 0.00 0.27 -brouilla brouiller ver 6.12 24.12 0.00 0.81 ind:pas:3s; -brouillade brouillade nom f s 0.00 0.07 0.00 0.07 -brouillage brouillage nom m s 0.62 0.95 0.60 0.74 -brouillages brouillage nom m p 0.62 0.95 0.02 0.20 -brouillaient brouiller ver 6.12 24.12 0.03 1.49 ind:imp:3p; -brouillait brouiller ver 6.12 24.12 0.01 3.92 ind:imp:3s; -brouillamini brouillamini nom m s 0.01 0.27 0.01 0.27 -brouillant brouiller ver 6.12 24.12 0.21 0.95 par:pre; -brouillard brouillard nom m s 10.88 35.20 10.51 32.84 -brouillardeuse brouillardeux adj f s 0.00 0.27 0.00 0.07 -brouillardeux brouillardeux adj m s 0.00 0.27 0.00 0.20 -brouillards brouillard nom m p 10.88 35.20 0.37 2.36 -brouillassait brouillasser ver 0.00 0.07 0.00 0.07 ind:imp:3s; -brouillasse brouillasse nom f s 0.00 0.27 0.00 0.27 -brouille brouiller ver 6.12 24.12 1.20 2.84 imp:pre:2s;ind:pre:1s;ind:pre:3s; -brouillent brouiller ver 6.12 24.12 0.29 1.35 ind:pre:3p; -brouiller brouiller ver 6.12 24.12 1.33 4.32 inf; -brouilleraient brouiller ver 6.12 24.12 0.02 0.00 cnd:pre:3p; -brouillerait brouiller ver 6.12 24.12 0.00 0.07 cnd:pre:3s; -brouillerons brouiller ver 6.12 24.12 0.10 0.07 ind:fut:1p; -brouilles brouiller ver 6.12 24.12 0.06 0.07 ind:pre:2s;sub:pre:2s; -brouilleur brouilleur nom m s 0.78 0.00 0.66 0.00 -brouilleurs brouilleur nom m p 0.78 0.00 0.12 0.00 -brouillez brouiller ver 6.12 24.12 0.10 0.00 imp:pre:2p;ind:pre:2p; -brouillon brouillon nom m s 1.17 4.93 1.12 3.18 -brouillonne brouillon adj f s 0.39 1.96 0.10 0.47 -brouillonnes brouillon adj f p 0.39 1.96 0.00 0.14 -brouillonné brouillonner ver m s 0.00 0.07 0.00 0.07 par:pas; -brouillons brouillon adj m p 0.39 1.96 0.19 0.41 -brouillât brouiller ver 6.12 24.12 0.00 0.20 sub:imp:3s; -brouillèrent brouiller ver 6.12 24.12 0.00 0.41 ind:pas:3p; -brouillé brouiller ver m s 6.12 24.12 1.52 3.51 par:pas; -brouillée brouiller ver f s 6.12 24.12 0.24 1.62 par:pas; -brouillées brouillé adj f p 2.44 4.32 0.20 0.61 -brouillés brouillé adj m p 2.44 4.32 1.72 1.35 -brouis brouir ver 0.00 0.14 0.00 0.07 ind:pas:1s; -brouit brouir ver 0.00 0.14 0.00 0.07 ind:pre:3s; -broum broum ono 0.19 0.74 0.19 0.74 -broussaille broussaille nom f s 1.94 7.16 0.50 2.64 -broussailles broussaille nom f p 1.94 7.16 1.44 4.53 -broussailleuse broussailleux adj f s 0.05 1.96 0.02 0.41 -broussailleuses broussailleux adj f p 0.05 1.96 0.00 0.20 -broussailleux broussailleux adj m 0.05 1.96 0.03 1.35 -broussait brousser ver 0.00 0.07 0.00 0.07 ind:imp:3s; -broussard broussard nom m s 0.28 0.14 0.28 0.14 -brousse brousse nom f s 0.95 11.01 0.95 10.88 -brousses brousse nom f p 0.95 11.01 0.00 0.14 -brout brout nom m s 0.10 0.81 0.10 0.81 -brouta brouter ver 1.65 6.01 0.00 0.07 ind:pas:3s; -broutage broutage nom m s 0.03 0.00 0.03 0.00 -broutaient brouter ver 1.65 6.01 0.01 0.88 ind:imp:3p; -broutait brouter ver 1.65 6.01 0.00 0.47 ind:imp:3s; -broutant brouter ver 1.65 6.01 0.01 0.74 par:pre; -broutantes broutant adj f p 0.00 0.07 0.00 0.07 -broutard broutard nom m s 0.01 0.14 0.01 0.14 -broute brouter ver 1.65 6.01 0.36 0.74 imp:pre:2s;ind:pre:1s;ind:pre:3s; -broutent brouter ver 1.65 6.01 0.16 0.34 ind:pre:3p; -brouter brouter ver 1.65 6.01 0.70 2.16 inf; -brouterai brouter ver 1.65 6.01 0.00 0.07 ind:fut:1s; -brouteraient brouter ver 1.65 6.01 0.00 0.07 cnd:pre:3p; -broutes brouter ver 1.65 6.01 0.14 0.07 ind:pre:2s; -brouteur brouteur adj m s 0.19 0.41 0.01 0.00 -brouteurs brouteur adj m p 0.19 0.41 0.00 0.14 -brouteuse brouteur adj f s 0.19 0.41 0.09 0.14 -brouteuses brouteur adj f p 0.19 0.41 0.09 0.14 -broutez brouter ver 1.65 6.01 0.02 0.00 imp:pre:2p;ind:pre:2p; -broutille broutille nom f s 1.87 1.82 0.77 0.61 -broutilles broutille nom f p 1.87 1.82 1.10 1.22 -broutèrent brouter ver 1.65 6.01 0.00 0.07 ind:pas:3p; -brouté brouter ver m s 1.65 6.01 0.24 0.20 par:pas; -broutée brouter ver f s 1.65 6.01 0.01 0.07 par:pas; -broutés brouter ver m p 1.65 6.01 0.00 0.07 par:pas; -brown_sugar brown_sugar nom m 0.00 0.07 0.00 0.07 -browning browning nom m s 0.00 0.20 0.00 0.14 -brownings browning nom m p 0.00 0.20 0.00 0.07 -broya broyer ver 4.08 8.85 0.01 0.20 ind:pas:3s; -broyage broyage nom m s 0.08 0.14 0.08 0.07 -broyages broyage nom m p 0.08 0.14 0.00 0.07 -broyaient broyer ver 4.08 8.85 0.00 0.41 ind:imp:3p; -broyais broyer ver 4.08 8.85 0.04 0.27 ind:imp:1s;ind:imp:2s; -broyait broyer ver 4.08 8.85 0.10 1.28 ind:imp:3s; -broyant broyer ver 4.08 8.85 0.00 1.08 par:pre; -broyer broyer ver 4.08 8.85 1.61 1.89 inf; -broyeur broyeur nom m s 1.56 0.27 1.54 0.20 -broyeurs broyeur nom m p 1.56 0.27 0.03 0.07 -broyeuse broyeur adj f s 0.12 0.54 0.06 0.41 -broyez broyer ver 4.08 8.85 0.23 0.00 imp:pre:2p;ind:pre:2p; -broyèrent broyer ver 4.08 8.85 0.00 0.07 ind:pas:3p; -broyé broyer ver m s 4.08 8.85 0.55 1.01 par:pas; -broyée broyé adj f s 0.75 1.82 0.16 0.54 -broyées broyé adj f p 0.75 1.82 0.19 0.14 -broyés broyer ver m p 4.08 8.85 0.27 0.27 par:pas; -brrr brrr ono 0.31 1.82 0.31 1.82 -brèche_dent brèche_dent nom p 0.00 0.07 0.00 0.07 -brèche brèche nom f s 3.83 9.59 3.54 7.70 -brèches brèche nom f p 3.83 9.59 0.28 1.89 -brème brème nom f s 0.05 1.49 0.05 0.54 -brèmes brème nom f p 0.05 1.49 0.00 0.95 -brève bref adj f s 15.63 74.80 3.86 20.41 -brèves bref adj f p 15.63 74.80 0.52 8.99 -bru bru nom f s 1.45 3.24 1.44 2.84 -bruant bruant nom m s 0.00 0.14 0.00 0.07 -bruants bruant nom m p 0.00 0.14 0.00 0.07 -brucellose brucellose nom f s 0.03 0.07 0.03 0.07 -bréchet bréchet nom m s 0.11 0.54 0.11 0.54 -brugeois brugeois adj m 0.00 0.34 0.00 0.14 -brugeoise brugeois adj f s 0.00 0.34 0.00 0.14 -brugeoises brugeois adj f p 0.00 0.34 0.00 0.07 -bruges bruges nom s 0.00 0.07 0.00 0.07 -brugnon brugnon nom m s 0.14 0.27 0.00 0.20 -brugnons brugnon nom m p 0.14 0.27 0.14 0.07 -bréhaigne bréhaigne adj f s 0.00 0.27 0.00 0.14 -bréhaignes bréhaigne adj f p 0.00 0.27 0.00 0.14 -bruinait bruiner ver 0.14 0.95 0.00 0.54 ind:imp:3s; -bruinasse bruiner ver 0.14 0.95 0.00 0.07 sub:imp:1s; -bruine bruiner ver 0.14 0.95 0.14 0.27 ind:pre:3s; -bruiner bruiner ver 0.14 0.95 0.00 0.07 inf; -bruines bruine nom f p 0.06 2.77 0.00 0.07 -bruire bruire ver 0.48 2.97 0.23 1.42 inf; -bruissa bruisser ver 0.15 3.45 0.00 0.07 ind:pas:3s; -bruissaient bruisser ver 0.15 3.45 0.00 0.74 ind:imp:3p; -bruissait bruisser ver 0.15 3.45 0.00 1.42 ind:imp:3s; -bruissant bruissant adj m s 0.02 4.66 0.01 1.35 -bruissante bruissant adj f s 0.02 4.66 0.00 2.09 -bruissantes bruissant adj f p 0.02 4.66 0.01 0.68 -bruissants bruissant adj m p 0.02 4.66 0.00 0.54 -bruisse bruisser ver 0.15 3.45 0.01 0.14 ind:pre:3s; -bruissement bruissement nom m s 0.77 8.24 0.75 6.96 -bruissements bruissement nom m p 0.77 8.24 0.02 1.28 -bruissent bruisser ver 0.15 3.45 0.14 0.47 ind:pre:3p; -bruissé bruisser ver m s 0.15 3.45 0.00 0.07 par:pas; -bruit bruit nom m s 94.13 281.49 78.94 223.18 -bruita bruiter ver 0.01 0.07 0.01 0.00 ind:pas:3s; -bruitage bruitage nom m s 0.23 0.54 0.04 0.47 -bruitages bruitage nom m p 0.23 0.54 0.20 0.07 -bruiter bruiter ver 0.01 0.07 0.00 0.07 inf; -bruiteur bruiteur nom m s 0.04 0.20 0.03 0.20 -bruiteuse bruiteur nom f s 0.04 0.20 0.01 0.00 -bruits bruit nom m p 94.13 281.49 15.18 58.31 -brêles brêler ver 0.02 0.07 0.02 0.07 ind:pre:2s; -brumaille brumaille nom f s 0.00 0.07 0.00 0.07 -brumaire brumaire nom m s 0.10 0.27 0.10 0.27 -brumassait brumasser ver 0.00 0.07 0.00 0.07 ind:imp:3s; -brume brume nom f s 5.07 42.57 4.17 35.88 -brument brumer ver 0.00 0.47 0.00 0.47 ind:pre:3p; -brumes brume nom f p 5.07 42.57 0.91 6.69 -brumeuse brumeux adj f s 1.19 6.89 0.10 2.09 -brumeuses brumeux adj f p 1.19 6.89 0.05 0.61 -brumeux brumeux adj m 1.19 6.89 1.04 4.19 -brumisateur brumisateur nom m s 0.01 0.00 0.01 0.00 -brun brun adj m s 13.16 68.18 3.39 21.35 -brunch brunch nom m s 1.63 0.14 1.53 0.00 -brunches brunch nom m p 1.63 0.14 0.02 0.07 -brunchs brunch nom m p 1.63 0.14 0.08 0.07 -brune brun adj f s 13.16 68.18 6.51 25.34 -brunes brune nom f p 5.20 7.77 0.76 1.35 -brunet brunet adj m s 0.04 0.14 0.00 0.07 -brunette brunette nom f s 0.35 0.54 0.28 0.47 -brunettes brunette nom f p 0.35 0.54 0.07 0.07 -bruni bruni adj m s 0.01 1.96 0.01 0.81 -brunie brunir ver f s 0.19 3.24 0.01 0.54 par:pas; -brunies brunir ver f p 0.19 3.24 0.00 0.61 par:pas; -brunir brunir ver 0.19 3.24 0.16 0.74 inf; -brunirent brunir ver 0.19 3.24 0.00 0.07 ind:pas:3p; -brunis bruni adj m p 0.01 1.96 0.00 0.27 -brunissage brunissage nom m s 0.02 0.00 0.02 0.00 -brunissaient brunir ver 0.19 3.24 0.00 0.07 ind:imp:3p; -brunissent brunir ver 0.19 3.24 0.01 0.20 ind:pre:3p; -brunissoir brunissoir nom m s 0.00 0.07 0.00 0.07 -brunissures brunissure nom f p 0.00 0.07 0.00 0.07 -brunit brunir ver 0.19 3.24 0.00 0.34 ind:pre:3s;ind:pas:3s; -brunâtre brunâtre adj s 0.04 5.20 0.03 3.51 -brunâtres brunâtre adj p 0.04 5.20 0.01 1.69 -bruns brun adj m p 13.16 68.18 2.69 10.88 -brus bru nom f p 1.45 3.24 0.01 0.41 -brushing brushing nom m s 0.65 0.34 0.65 0.34 -brésil brésil nom m s 0.10 0.20 0.10 0.07 -brésilien brésilien nom m s 2.88 2.43 1.61 0.61 -brésilienne brésilien adj f s 1.92 4.32 0.70 1.55 -brésiliennes brésilien adj f p 1.92 4.32 0.05 0.61 -brésiliens brésilien nom m p 2.88 2.43 0.89 1.08 -brésils brésil nom m p 0.10 0.20 0.00 0.14 -brusqua brusquer ver 1.83 4.05 0.00 0.20 ind:pas:3s; -brusquai brusquer ver 1.83 4.05 0.00 0.07 ind:pas:1s; -brusquait brusquer ver 1.83 4.05 0.00 0.07 ind:imp:3s; -brusquant brusquer ver 1.83 4.05 0.00 0.07 par:pre; -brusque brusque adj s 2.69 35.34 1.77 26.76 -brusquement brusquement adv 4.88 111.42 4.88 111.42 -brusquent brusquer ver 1.83 4.05 0.00 0.07 ind:pre:3p; -brusquer brusquer ver 1.83 4.05 0.83 2.03 inf; -brusquerai brusquer ver 1.83 4.05 0.15 0.00 ind:fut:1s; -brusqueraient brusquer ver 1.83 4.05 0.01 0.00 cnd:pre:3p; -brusquerie brusquerie nom f s 0.09 4.32 0.09 4.26 -brusqueries brusquerie nom f p 0.09 4.32 0.00 0.07 -brusques brusque adj p 2.69 35.34 0.92 8.58 -brusquette brusquet adj f s 0.00 0.07 0.00 0.07 -brusquez brusquer ver 1.83 4.05 0.34 0.20 imp:pre:2p;ind:pre:2p; -brusquons brusquer ver 1.83 4.05 0.17 0.00 imp:pre:1p; -brusquât brusquer ver 1.83 4.05 0.00 0.07 sub:imp:3s; -brusqué brusquer ver m s 1.83 4.05 0.04 0.34 par:pas; -brusquée brusquer ver f s 1.83 4.05 0.14 0.14 par:pas; -brut brut adj m s 3.86 8.65 1.38 3.31 -brutal brutal adj m s 9.82 35.34 5.29 15.47 -brutale brutal adj f s 9.82 35.34 3.29 14.19 -brutalement brutalement adv 2.89 23.11 2.89 23.11 -brutales brutal adj f p 9.82 35.34 0.32 3.24 -brutalisaient brutaliser ver 1.41 1.15 0.02 0.00 ind:imp:3p; -brutalisait brutaliser ver 1.41 1.15 0.08 0.00 ind:imp:3s; -brutalisant brutaliser ver 1.41 1.15 0.01 0.07 par:pre; -brutalise brutaliser ver 1.41 1.15 0.12 0.20 imp:pre:2s;ind:pre:1s;ind:pre:3s; -brutaliser brutaliser ver 1.41 1.15 0.48 0.41 inf; -brutaliserai brutaliser ver 1.41 1.15 0.01 0.00 ind:fut:1s; -brutaliserait brutaliser ver 1.41 1.15 0.00 0.07 cnd:pre:3s; -brutalisez brutaliser ver 1.41 1.15 0.07 0.00 imp:pre:2p;ind:pre:2p; -brutalisé brutaliser ver m s 1.41 1.15 0.49 0.20 par:pas; -brutalisée brutaliser ver f s 1.41 1.15 0.08 0.14 par:pas; -brutalisées brutaliser ver f p 1.41 1.15 0.02 0.00 par:pas; -brutalisés brutaliser ver m p 1.41 1.15 0.03 0.07 par:pas; -brutalité brutalité nom f s 3.11 11.15 2.87 9.93 -brutalités brutalité nom f p 3.11 11.15 0.24 1.22 -brutaux brutal adj m p 9.82 35.34 0.92 2.43 -brute brute nom f s 14.03 12.09 9.04 7.57 -brutes brute nom f p 14.03 12.09 5.00 4.53 -bruts brut adj m p 3.86 8.65 0.42 0.74 -bréviaire bréviaire nom m s 0.21 1.69 0.21 1.69 -bruxellois bruxellois adj m 0.00 0.54 0.00 0.47 -bruxelloise bruxellois adj f s 0.00 0.54 0.00 0.07 -bruyamment bruyamment adv 0.95 10.54 0.95 10.54 -bruyant bruyant adj m s 5.88 16.82 2.91 4.80 -bruyante bruyant adj f s 5.88 16.82 1.17 5.61 -bruyantes bruyant adj f p 5.88 16.82 0.45 1.82 -bruyants bruyant adj m p 5.88 16.82 1.37 4.59 -bruyère bruyère nom f s 0.58 6.01 0.53 4.12 -bruyères bruyère nom f p 0.58 6.01 0.05 1.89 -bègue bègue nom s 0.24 0.54 0.20 0.41 -bègues bègue nom p 0.24 0.54 0.04 0.14 -bé bé ono 0.85 1.15 0.85 1.15 -bu boire ver m s 339.06 274.32 53.10 40.07 par:pas; -béa béer ver 0.23 3.65 0.00 0.20 ind:pas:3s; -bua buer ver 0.09 0.00 0.09 0.00 ind:pas:3s; -béaient béer ver 0.23 3.65 0.00 0.61 ind:imp:3p; -béait béer ver 0.23 3.65 0.10 1.01 ind:imp:3s; -béance béance nom f s 0.16 0.61 0.16 0.61 -buanderie buanderie nom f s 0.81 1.69 0.81 1.55 -buanderies buanderie nom f p 0.81 1.69 0.00 0.14 -béant béant adj m s 1.21 10.34 0.34 2.77 -béante béant adj f s 1.21 10.34 0.44 4.26 -béantes béant adj f p 1.21 10.34 0.21 2.30 -béants béant adj m p 1.21 10.34 0.22 1.01 -béarnais béarnais adj m p 0.13 0.00 0.01 0.00 -béarnaise béarnais adj f s 0.13 0.00 0.12 0.00 -béat béat adj m s 0.26 4.73 0.21 1.89 -béate béat adj f s 0.26 4.73 0.05 2.36 -béatement béatement adv 0.01 1.42 0.01 1.42 -béates béat adj f p 0.26 4.73 0.00 0.14 -béatification béatification nom f s 0.05 0.27 0.05 0.20 -béatifications béatification nom f p 0.05 0.27 0.00 0.07 -béatifier béatifier ver 0.11 0.54 0.00 0.20 inf; -béatifique béatifique adj m s 0.00 0.14 0.00 0.14 -béatifié béatifier ver m s 0.11 0.54 0.11 0.14 par:pas; -béatifiée béatifier ver f s 0.11 0.54 0.00 0.07 par:pas; -béatifiés béatifier ver m p 0.11 0.54 0.00 0.14 par:pas; -béatitude béatitude nom f s 0.58 5.74 0.58 5.47 -béatitudes béatitude nom f p 0.58 5.74 0.00 0.27 -béats béat adj m p 0.26 4.73 0.00 0.34 -bubble_gum bubble_gum nom m s 0.08 0.07 0.07 0.07 -bubble_gum bubble_gum nom m s 0.08 0.07 0.01 0.00 -bubon bubon nom m s 0.22 0.34 0.02 0.14 -bubonique bubonique adj s 0.25 0.07 0.25 0.07 -bubons bubon nom m p 0.22 0.34 0.20 0.20 -bébé bébé nom m s 191.63 45.20 173.82 36.22 -bébé_éprouvette bébé_éprouvette nom m p 0.01 0.00 0.01 0.00 -bébés bébé nom m p 191.63 45.20 17.81 8.99 -bébête bébête adj s 0.32 2.91 0.25 2.77 -bébêtes bébête adj p 0.32 2.91 0.07 0.14 -bécabunga bécabunga nom m s 0.00 0.07 0.00 0.07 -bécane bécane nom f s 1.77 4.80 1.46 3.92 -bécanes bécane nom f p 1.77 4.80 0.32 0.88 -bécard bécard nom m s 0.00 0.07 0.00 0.07 -bécarre bécarre nom m s 0.02 0.07 0.02 0.07 -bécasse bécasse nom f s 1.56 1.08 1.40 0.54 -bécasses bécasse nom f p 1.56 1.08 0.16 0.54 -bécassine bécassine nom f s 0.01 0.20 0.01 0.14 -bécassines bécassine nom f p 0.01 0.20 0.00 0.07 -buccal buccal adj m s 0.54 0.34 0.16 0.14 -buccale buccal adj f s 0.54 0.34 0.33 0.07 -buccales buccal adj f p 0.54 0.34 0.04 0.07 -buccaux buccal adj m p 0.54 0.34 0.03 0.07 -buccin buccin nom m s 0.00 0.14 0.00 0.14 -buccinateur buccinateur nom m s 0.00 0.07 0.00 0.07 -bucco_génital bucco_génital adj m s 0.11 0.00 0.06 0.00 -bucco_génital bucco_génital adj f p 0.11 0.00 0.02 0.00 -bucco_génital bucco_génital adj m p 0.11 0.00 0.02 0.00 -bucco bucco nom m s 0.21 0.20 0.21 0.20 -buccogénitales buccogénital adj f p 0.01 0.00 0.01 0.00 -bêchaient bêcher ver 0.55 2.70 0.00 0.14 ind:imp:3p; -bêchait bêcher ver 0.55 2.70 0.01 0.41 ind:imp:3s; -béchamel béchamel nom f s 0.37 0.41 0.37 0.41 -bêchant bêcher ver 0.55 2.70 0.14 0.14 par:pre; -bêche bêche nom f s 0.46 3.72 0.42 3.51 -bêchent bêcher ver 0.55 2.70 0.00 0.14 ind:pre:3p; -bécher bécher nom m s 0.01 0.00 0.01 0.00 -bêcher bêcher ver 0.55 2.70 0.36 1.15 inf; -bêches bêche nom f p 0.46 3.72 0.04 0.20 -bêcheur bêcheur adj m s 0.52 0.95 0.22 0.41 -bêcheurs bêcheur nom m p 0.35 1.22 0.00 0.20 -bêcheuse bêcheur adj f s 0.52 0.95 0.28 0.34 -bêcheuses bêcheuse nom f p 0.04 0.00 0.04 0.00 -bêché bêcher ver m s 0.55 2.70 0.00 0.47 par:pas; -bucoliastes bucoliaste nom m p 0.00 0.07 0.00 0.07 -bucolique bucolique adj s 0.17 1.22 0.14 0.95 -bucoliques bucolique adj m p 0.17 1.22 0.03 0.27 -bécot bécot nom m s 0.42 0.47 0.41 0.20 -bécotait bécoter ver 1.05 0.88 0.05 0.07 ind:imp:3s; -bécotant bécoter ver 1.05 0.88 0.00 0.14 par:pre; -bécote bécoter ver 1.05 0.88 0.21 0.14 ind:pre:1s;ind:pre:3s;sub:pre:3s; -bécotent bécoter ver 1.05 0.88 0.27 0.07 ind:pre:3p; -bécoter bécoter ver 1.05 0.88 0.28 0.41 inf; -bécoteur bécoteur nom m s 0.02 0.00 0.02 0.00 -bécots bécot nom m p 0.42 0.47 0.01 0.27 -bécoté bécoter ver m s 1.05 0.88 0.13 0.00 par:pas; -bécotée bécoter ver f s 1.05 0.88 0.00 0.07 par:pas; -bécotés bécoter ver m p 1.05 0.88 0.11 0.00 par:pas; -bucranes bucrane nom m p 0.00 0.14 0.00 0.14 -bucéphales bucéphale nom m p 0.00 0.07 0.00 0.07 -bédane bédane nom m s 0.00 0.20 0.00 0.20 -buddha buddha nom m s 0.40 0.00 0.40 0.00 -budget budget nom m s 11.21 6.62 10.54 5.34 -budgets budget nom m p 11.21 6.62 0.67 1.28 -budgétaire budgétaire adj s 1.08 0.27 0.55 0.07 -budgétairement budgétairement adv 0.00 0.07 0.00 0.07 -budgétaires budgétaire adj p 1.08 0.27 0.53 0.20 -budgétisation budgétisation nom f s 0.01 0.00 0.01 0.00 -budgétivores budgétivore nom p 0.00 0.07 0.00 0.07 -bédouin bédouin adj m s 0.26 0.47 0.24 0.00 -bédouine bédouin nom f s 0.23 0.54 0.14 0.00 -bédouines bédouin nom f p 0.23 0.54 0.02 0.00 -bédouins bédouin nom m p 0.23 0.54 0.04 0.20 -bédé bédé nom f s 0.29 0.00 0.09 0.00 -bédéphiles bédéphile nom p 0.01 0.00 0.01 0.00 -bédés bédé nom f p 0.29 0.00 0.20 0.00 -bée bé adj f s 0.96 5.34 0.96 5.14 -bue bu adj f s 3.04 4.86 0.44 2.36 -buen_retiro buen_retiro nom m 0.00 0.14 0.00 0.14 -béent béer ver 0.23 3.65 0.10 0.14 ind:pre:3p; -béer béer ver 0.23 3.65 0.00 0.27 inf; -bées bé adj f p 0.96 5.34 0.00 0.20 -bues bu adj f p 3.04 4.86 0.18 0.34 -buffalo buffalo nom s 0.05 0.00 0.05 0.00 -buffet buffet nom m s 6.93 21.35 6.63 20.14 -buffets buffet nom m p 6.93 21.35 0.30 1.22 -buffle buffle nom m s 1.79 4.19 1.16 1.96 -buffles buffle nom m p 1.79 4.19 0.62 2.23 -buffleterie buffleterie nom f s 0.00 0.74 0.00 0.14 -buffleteries buffleterie nom f p 0.00 0.74 0.00 0.61 -bufflonne bufflon nom f s 0.00 0.07 0.00 0.07 -bufo bufo nom m s 0.01 0.00 0.01 0.00 -bug bug nom m s 1.90 0.00 0.64 0.00 -bégaie bégayer ver 2.61 7.50 0.59 1.01 imp:pre:2s;ind:pre:1s;ind:pre:3s; -bégaiement bégaiement nom m s 0.54 2.23 0.54 1.49 -bégaiements bégaiement nom m p 0.54 2.23 0.00 0.74 -bégaient bégayer ver 2.61 7.50 0.00 0.07 ind:pre:3p; -bégaiera bégayer ver 2.61 7.50 0.01 0.00 ind:fut:3s; -bégaies bégayer ver 2.61 7.50 0.23 0.07 ind:pre:2s; -bégaya bégayer ver 2.61 7.50 0.01 1.15 ind:pas:3s; -bégayai bégayer ver 2.61 7.50 0.00 0.14 ind:pas:1s; -bégayaient bégayer ver 2.61 7.50 0.00 0.07 ind:imp:3p; -bégayais bégayer ver 2.61 7.50 0.08 0.27 ind:imp:1s;ind:imp:2s; -bégayait bégayer ver 2.61 7.50 0.18 1.76 ind:imp:3s; -bégayant bégayer ver 2.61 7.50 0.00 0.95 par:pre; -bégayante bégayant adj f s 0.01 0.68 0.01 0.14 -bégayantes bégayant adj f p 0.01 0.68 0.00 0.07 -bégayants bégayant adj m p 0.01 0.68 0.00 0.07 -bégaye bégayer ver 2.61 7.50 0.41 0.61 imp:pre:2s;ind:pre:1s;ind:pre:3s; -bégayer bégayer ver 2.61 7.50 0.64 1.01 inf; -bégayes bégayer ver 2.61 7.50 0.05 0.00 ind:pre:2s; -bégayeur bégayeur adj m s 0.00 0.14 0.00 0.14 -bégayez bégayer ver 2.61 7.50 0.15 0.07 ind:pre:2p; -bégayé bégayer ver m s 2.61 7.50 0.27 0.27 par:pas; -bégayées bégayer ver f p 2.61 7.50 0.00 0.07 par:pas; -buggy buggy nom m s 0.28 0.00 0.28 0.00 -bugle bugle nom m s 0.07 0.34 0.06 0.34 -bugler bugler ver 0.07 0.00 0.07 0.00 inf; -bugles bugle nom p 0.07 0.34 0.01 0.00 -bugne bugne nom f s 0.01 0.14 0.01 0.07 -bugnes bugne nom f p 0.01 0.14 0.00 0.07 -bugné bugner ver m s 0.01 0.00 0.01 0.00 par:pas; -bégonias bégonia nom m p 0.05 1.15 0.05 1.15 -bugs bug nom m p 1.90 0.00 1.27 0.00 -bégueule bégueule nom f s 0.07 0.20 0.06 0.07 -bégueulerie bégueulerie nom f s 0.00 0.07 0.00 0.07 -bégueules bégueule nom f p 0.07 0.20 0.01 0.14 -béguin béguin nom m s 3.11 2.57 3.09 2.16 -béguinage béguinage nom m s 0.00 0.07 0.00 0.07 -béguine béguine nom f s 0.00 0.14 0.00 0.14 -béguineuse béguineuse nom f s 0.00 0.14 0.00 0.14 -béguins béguin nom m p 3.11 2.57 0.02 0.41 -bégum bégum nom f s 0.00 0.27 0.00 0.27 -béhème béhème nom f s 0.20 0.00 0.20 0.00 -béhémoth béhémoth nom m s 0.00 0.47 0.00 0.47 -building building nom m s 2.01 3.24 1.67 1.42 -buildings building nom m p 2.01 3.24 0.34 1.82 -buires buire nom f p 0.00 0.07 0.00 0.07 -buis buis nom m 0.03 7.23 0.03 7.23 -buisson_ardent buisson_ardent nom m s 0.01 0.00 0.01 0.00 -buisson buisson nom m s 7.73 27.09 3.81 10.00 -buissonnant buissonner ver 0.00 0.20 0.00 0.07 par:pre; -buissonnants buissonnant adj m p 0.00 0.14 0.00 0.07 -buissonne buissonner ver 0.00 0.20 0.00 0.07 ind:pre:3s; -buissonner buissonner ver 0.00 0.20 0.00 0.07 inf; -buissonneuse buissonneux adj f s 0.00 0.41 0.00 0.07 -buissonneuses buissonneux adj f p 0.00 0.41 0.00 0.07 -buissonneux buissonneux adj m p 0.00 0.41 0.00 0.27 -buissonnière buissonnier adj f s 0.79 1.55 0.79 1.22 -buissonnières buissonnier adj f p 0.79 1.55 0.00 0.34 -buissons buisson nom m p 7.73 27.09 3.92 17.09 -béjaune béjaune nom m s 0.00 0.20 0.00 0.20 -bélître bélître nom m s 0.01 0.07 0.01 0.07 -bêlaient bêler ver 0.23 1.55 0.00 0.20 ind:imp:3p; -bêlait bêler ver 0.23 1.55 0.00 0.20 ind:imp:3s; -bêlant bêler ver 0.23 1.55 0.03 0.34 par:pre; -bêlantes bêlant adj f p 0.16 0.47 0.00 0.27 -bêlants bêlant adj m p 0.16 0.47 0.14 0.07 -bulbe bulbe nom m s 0.47 1.82 0.31 1.01 -bulbes bulbe nom m p 0.47 1.82 0.16 0.81 -bulbeuse bulbeux adj f s 0.16 0.07 0.14 0.00 -bulbeux bulbeux adj m s 0.16 0.07 0.02 0.07 -bulbul bulbul nom m s 0.00 0.47 0.00 0.47 -bêle bêler ver 0.23 1.55 0.17 0.14 imp:pre:2s;ind:pre:1s;ind:pre:3s; -bêlement bêlement nom m s 0.12 1.22 0.12 0.54 -bêlements bêlement nom m p 0.12 1.22 0.00 0.68 -bêlent bêler ver 0.23 1.55 0.00 0.14 ind:pre:3p; -bêler bêler ver 0.23 1.55 0.02 0.27 inf; -bulgare bulgare adj s 1.38 0.95 1.14 0.74 -bulgares bulgare nom p 0.79 1.08 0.28 0.61 -bulgaro bulgaro adv 0.00 0.07 0.00 0.07 -bulge bulge nom m s 0.02 0.00 0.02 0.00 -bélier bélier nom m s 1.51 3.99 1.32 3.11 -béliers bélier nom m p 1.51 3.99 0.19 0.88 -bélinogramme bélinogramme nom m s 0.00 0.07 0.00 0.07 -bull_dog bull_dog nom m s 0.01 0.68 0.01 0.61 -bull_dog bull_dog nom m p 0.01 0.68 0.00 0.07 -bull_finch bull_finch nom m s 0.00 0.14 0.00 0.14 -bull_terrier bull_terrier nom m s 0.02 0.00 0.02 0.00 -bull bull nom m s 1.04 0.61 0.61 0.41 -bulla buller ver 0.35 0.20 0.00 0.14 ind:pas:3s; -bullaire bullaire nom m s 0.01 0.00 0.01 0.00 -bulldog bulldog nom m s 0.49 0.20 0.30 0.14 -bulldogs bulldog nom m p 0.49 0.20 0.19 0.07 -bulldozer bulldozer nom m s 2.33 2.64 1.26 1.89 -bulldozers bulldozer nom m p 2.33 2.64 1.07 0.74 -bulle bulle nom f s 8.11 16.55 2.99 6.62 -buller buller ver 0.35 0.20 0.12 0.07 inf; -bulles bulle nom f p 8.11 16.55 5.12 9.93 -bulletin bulletin nom m s 6.35 7.50 4.99 5.41 -bulletins bulletin nom m p 6.35 7.50 1.36 2.09 -bulleux bulleux adj m s 0.00 0.14 0.00 0.14 -bullez buller ver 0.35 0.20 0.01 0.00 imp:pre:2p; -bulls bull nom m p 1.04 0.61 0.43 0.20 -bulot bulot nom m s 0.01 0.07 0.01 0.00 -bulots bulot nom m p 0.01 0.07 0.00 0.07 -bélouga bélouga nom m s 0.02 0.00 0.02 0.00 -bêlé bêler ver m s 0.23 1.55 0.01 0.27 par:pas; -béluga béluga nom m s 0.02 0.00 0.02 0.00 -bémol bémol nom m s 0.88 1.01 0.88 0.81 -bémolisé bémoliser ver m s 0.00 0.07 0.00 0.07 par:pas; -bémols bémol nom m p 0.88 1.01 0.00 0.20 -bumper bumper nom m 0.14 0.14 0.14 0.14 -buna buna nom m s 0.01 0.00 0.01 0.00 -bénard bénard nom m s 0.00 1.82 0.00 1.69 -bénarde bénard adj f s 0.00 0.34 0.00 0.14 -bénards bénard nom m p 0.00 1.82 0.00 0.14 -bénef bénef nom m s 0.71 0.68 0.43 0.61 -bénefs bénef nom m p 0.71 0.68 0.28 0.07 -bungalow bungalow nom m s 0.03 12.84 0.01 12.43 -bungalows bungalow nom m p 0.03 12.84 0.02 0.41 -béni bénir ver m s 48.77 18.92 10.90 4.26 par:pas; -bénie bénir ver f s 48.77 18.92 5.51 2.16 par:pas; -bénies bénir ver f p 48.77 18.92 0.72 0.47 par:pas; -bénigne bénin adj f s 1.56 3.45 0.88 1.69 -bénignement bénignement adv 0.00 0.07 0.00 0.07 -bénignes bénin adj f p 1.56 3.45 0.10 0.81 -bénignité bénignité nom f s 0.01 0.20 0.01 0.20 -bénin bénin adj m s 1.56 3.45 0.56 0.74 -béninois béninois adj m s 0.00 0.14 0.00 0.14 -bénins bénin adj m p 1.56 3.45 0.03 0.20 -bénir bénir ver 48.77 18.92 2.36 3.38 inf; -bénira bénir ver 48.77 18.92 0.66 0.20 ind:fut:3s; -bénirai bénir ver 48.77 18.92 0.05 0.00 ind:fut:1s; -bénirais bénir ver 48.77 18.92 0.01 0.14 cnd:pre:1s; -bénirait bénir ver 48.77 18.92 0.00 0.07 cnd:pre:3s; -béniras bénir ver 48.77 18.92 0.01 0.00 ind:fut:2s; -bénirez bénir ver 48.77 18.92 0.03 0.00 ind:fut:2p; -bénirons bénir ver 48.77 18.92 0.00 0.07 ind:fut:1p; -béniront bénir ver 48.77 18.92 0.04 0.00 ind:fut:3p; -bénis bénir ver m p 48.77 18.92 6.64 2.64 imp:pre:2s;ind:pre:1s;ind:pre:2s;par:pas; -bénissaient bénir ver 48.77 18.92 0.00 0.27 ind:imp:3p; -bénissais bénir ver 48.77 18.92 0.01 0.20 ind:imp:1s; -bénissait bénir ver 48.77 18.92 0.03 1.28 ind:imp:3s; -bénissant bénir ver 48.77 18.92 0.02 0.47 par:pre; -bénisse bénir ver 48.77 18.92 18.82 0.95 sub:pre:1s;sub:pre:3s; -bénissent bénir ver 48.77 18.92 0.47 0.20 ind:pre:3p; -bénisseur bénisseur adj m s 0.00 0.61 0.00 0.34 -bénisseurs bénisseur adj m p 0.00 0.61 0.00 0.14 -bénisseuse bénisseur adj f s 0.00 0.61 0.00 0.14 -bénissez bénir ver 48.77 18.92 1.62 0.20 imp:pre:2p;ind:pre:2p; -bénissions bénir ver 48.77 18.92 0.00 0.14 ind:imp:1p; -bénissons bénir ver 48.77 18.92 0.17 0.00 imp:pre:1p;ind:pre:1p; -bénit bénit adj m s 2.81 4.26 0.72 1.15 -bénite bénit adj f s 2.81 4.26 2.08 2.64 -bénites bénit adj f p 2.81 4.26 0.01 0.27 -bénitier bénitier nom m s 0.80 1.96 0.72 1.76 -bénitiers bénitier nom m p 0.80 1.96 0.07 0.20 -bénits bénit adj m p 2.81 4.26 0.00 0.20 -bunker bunker nom m s 4.51 0.81 3.89 0.68 -bunkers bunker nom m p 4.51 0.81 0.62 0.14 -bénouze bénouze nom m s 0.00 0.20 0.00 0.20 -bunraku bunraku nom m s 0.00 0.07 0.00 0.07 -bunsen bunsen nom m 0.00 0.07 0.00 0.07 -bénédicité bénédicité nom m s 0.43 0.34 0.41 0.27 -bénédicités bénédicité nom m p 0.43 0.34 0.02 0.07 -bénédictin bénédictin adj m s 0.04 0.95 0.01 0.34 -bénédictine bénédictin nom f s 0.19 0.74 0.03 0.20 -bénédictines bénédictin nom f p 0.19 0.74 0.14 0.20 -bénédictins bénédictin nom m p 0.19 0.74 0.01 0.14 -bénédiction bénédiction nom f s 11.15 8.18 10.61 7.43 -bénédictions bénédiction nom f p 11.15 8.18 0.54 0.74 -bénéfice bénéfice nom m s 8.97 11.42 4.31 8.04 -bénéfices bénéfice nom m p 8.97 11.42 4.66 3.38 -bénéficia bénéficier ver 3.85 9.66 0.00 0.27 ind:pas:3s; -bénéficiaient bénéficier ver 3.85 9.66 0.01 0.68 ind:imp:3p; -bénéficiaire bénéficiaire nom s 0.92 1.55 0.77 0.74 -bénéficiaires bénéficiaire nom p 0.92 1.55 0.15 0.81 -bénéficiais bénéficier ver 3.85 9.66 0.00 0.34 ind:imp:1s; -bénéficiait bénéficier ver 3.85 9.66 0.02 1.28 ind:imp:3s; -bénéficiant bénéficier ver 3.85 9.66 0.17 0.47 par:pre; -bénéficie bénéficier ver 3.85 9.66 1.05 0.88 ind:pre:1s;ind:pre:3s; -bénéficient bénéficier ver 3.85 9.66 0.16 0.47 ind:pre:3p; -bénéficier bénéficier ver 3.85 9.66 1.43 3.24 inf; -bénéficiera bénéficier ver 3.85 9.66 0.26 0.14 ind:fut:3s; -bénéficierai bénéficier ver 3.85 9.66 0.04 0.00 ind:fut:1s; -bénéficierais bénéficier ver 3.85 9.66 0.02 0.00 cnd:pre:1s;cnd:pre:2s; -bénéficierait bénéficier ver 3.85 9.66 0.05 0.14 cnd:pre:3s; -bénéficierez bénéficier ver 3.85 9.66 0.02 0.07 ind:fut:2p; -bénéficierons bénéficier ver 3.85 9.66 0.01 0.00 ind:fut:1p; -bénéficies bénéficier ver 3.85 9.66 0.08 0.00 ind:pre:2s; -bénéficiez bénéficier ver 3.85 9.66 0.19 0.00 imp:pre:2p;ind:pre:2p; -bénéficions bénéficier ver 3.85 9.66 0.04 0.07 ind:pre:1p; -bénéficiât bénéficier ver 3.85 9.66 0.00 0.07 sub:imp:3s; -bénéficièrent bénéficier ver 3.85 9.66 0.00 0.07 ind:pas:3p; -bénéficié bénéficier ver m s 3.85 9.66 0.30 1.49 par:pas; -bénéfique bénéfique adj s 1.61 3.24 1.43 2.84 -bénéfiques bénéfique adj p 1.61 3.24 0.18 0.41 -bénévolat bénévolat nom m s 0.98 0.07 0.98 0.07 -bénévole bénévole adj s 1.52 2.70 1.23 1.69 -bénévolement bénévolement adv 0.23 0.54 0.23 0.54 -bénévolence bénévolence nom f s 0.00 0.07 0.00 0.07 -bénévoles bénévole nom p 1.33 0.27 0.61 0.14 -béotien béotien nom m s 0.23 0.47 0.20 0.07 -béotienne béotien adj f s 0.06 0.00 0.02 0.00 -béotiens béotien adj m p 0.06 0.00 0.03 0.00 -buprestes bupreste nom m p 0.00 0.07 0.00 0.07 -béquant béquer ver 0.00 0.07 0.00 0.07 par:pre; -béquillant béquiller ver 0.00 0.14 0.00 0.07 par:pre; -béquillard béquillard adj m s 0.00 0.07 0.00 0.07 -béquille béquille nom f s 2.70 6.15 1.05 2.91 -béquillent béquiller ver 0.00 0.14 0.00 0.07 ind:pre:3p; -béquilles béquille nom f p 2.70 6.15 1.65 3.24 -béquilleux béquilleux adj m s 0.00 0.07 0.00 0.07 -buraliste buraliste nom s 0.57 0.95 0.57 0.88 -buralistes buraliste nom p 0.57 0.95 0.00 0.07 -bure bure nom s 0.57 3.18 0.57 3.18 -bureau bureau nom m s 167.13 150.07 156.68 130.07 -bureaucrate bureaucrate nom s 1.95 1.28 0.80 0.47 -bureaucrates bureaucrate nom p 1.95 1.28 1.15 0.81 -bureaucratie bureaucratie nom f s 1.17 0.81 1.17 0.74 -bureaucraties bureaucratie nom f p 1.17 0.81 0.00 0.07 -bureaucratique bureaucratique adj s 0.70 0.47 0.61 0.41 -bureaucratiquement bureaucratiquement adv 0.00 0.07 0.00 0.07 -bureaucratiques bureaucratique adj p 0.70 0.47 0.09 0.07 -bureaucratisées bureaucratiser ver f p 0.00 0.07 0.00 0.07 par:pas; -bureautique bureautique adj f s 0.01 0.00 0.01 0.00 -bureautique bureautique nom f s 0.01 0.00 0.01 0.00 -bureaux bureau nom m p 167.13 150.07 10.45 20.00 -burent boire ver 339.06 274.32 0.02 3.99 ind:pas:3p; -béret béret nom m s 1.50 15.07 1.19 13.31 -bérets béret nom m p 1.50 15.07 0.31 1.76 -burette burette nom f s 1.03 1.62 0.61 0.88 -burettes burette nom f p 1.03 1.62 0.42 0.74 -burg burg nom m s 0.05 0.20 0.05 0.20 -burger burger nom m s 2.31 0.07 1.33 0.00 -burgers burger nom m p 2.31 0.07 0.97 0.07 -burgondes burgonde adj m p 0.10 0.07 0.10 0.07 -burgraviat burgraviat nom m s 0.00 0.07 0.00 0.07 -béribéri béribéri nom m s 0.18 0.00 0.18 0.00 -burin burin nom m s 0.59 2.23 0.57 1.96 -burina buriner ver 0.11 0.61 0.10 0.07 ind:pas:3s; -buriner buriner ver 0.11 0.61 0.01 0.07 inf; -burins burin nom m p 0.59 2.23 0.02 0.27 -buriné buriné adj m s 0.02 0.68 0.01 0.47 -burinée buriné adj f s 0.02 0.68 0.01 0.07 -burinées buriné adj f p 0.02 0.68 0.00 0.07 -burinés buriner ver m p 0.11 0.61 0.00 0.14 par:pas; -burkinabé burkinabé adj s 0.01 0.00 0.01 0.00 -burlesque burlesque nom m s 0.34 0.74 0.33 0.68 -burlesques burlesque adj p 0.07 2.36 0.01 0.81 -burlingue burlingue nom m s 0.00 1.15 0.00 0.88 -burlingues burlingue nom m p 0.00 1.15 0.00 0.27 -burne burne nom f s 1.42 1.49 0.09 0.07 -burnes burne nom f p 1.42 1.49 1.33 1.42 -burnous burnous nom m 0.13 1.76 0.13 1.76 -burons buron nom m p 0.00 0.07 0.00 0.07 -bursite bursite nom f s 0.09 0.00 0.09 0.00 -bérullienne bérullien nom f s 0.00 0.07 0.00 0.07 -burundais burundais nom m 0.01 0.00 0.01 0.00 -bérézina bérézina nom f s 0.00 0.41 0.00 0.41 -béryl béryl nom m s 0.02 0.27 0.02 0.20 -béryllium béryllium nom m s 0.20 0.00 0.20 0.00 -béryls béryl nom m p 0.02 0.27 0.00 0.07 -bus bus nom m 50.63 10.54 50.63 10.54 -busard busard nom m s 0.06 0.74 0.02 0.47 -busards busard nom m p 0.06 0.74 0.04 0.27 -buse buse nom f s 1.28 2.84 0.82 2.09 -bésef bésef adv 0.01 0.14 0.01 0.14 -buses buse nom f p 1.28 2.84 0.46 0.74 -bush bush nom m s 0.24 0.00 0.24 0.00 -bushi bushi nom m s 0.01 0.20 0.01 0.20 -bushido bushido nom m s 0.01 0.00 0.01 0.00 -bushman bushman nom m s 0.00 0.07 0.00 0.07 -bésiclard bésiclard nom m s 0.00 0.07 0.00 0.07 -bésicles bésicles nom f p 0.01 0.20 0.01 0.20 -bésigue bésigue nom m s 0.06 0.00 0.06 0.00 -business business nom m 15.62 2.23 15.62 2.23 -businessman businessman nom m s 1.31 0.34 0.84 0.27 -businessmen businessman nom m p 1.31 0.34 0.47 0.07 -busqué busqué adj m s 0.00 1.76 0.00 1.76 -busse boire ver 339.06 274.32 0.00 0.07 sub:imp:1s; -buste buste nom m s 2.44 24.46 2.02 21.62 -bustes buste nom m p 2.44 24.46 0.42 2.84 -bustier bustier nom m s 0.20 0.34 0.20 0.34 -but but nom m s 78.43 60.41 73.80 51.89 -bêta bêta nom m s 2.36 0.81 2.14 0.74 -buta buter ver 31.86 21.62 0.02 2.09 ind:pas:3s; -butadiène butadiène nom m s 0.03 0.00 0.03 0.00 -butagaz butagaz nom m 0.14 0.47 0.14 0.47 -butai buter ver 31.86 21.62 0.00 0.27 ind:pas:1s; -butaient buter ver 31.86 21.62 0.00 0.41 ind:imp:3p; -bétail bétail nom m s 9.71 5.41 9.69 5.41 -bétaillère bétaillère nom f s 0.16 0.20 0.16 0.14 -bétaillères bétaillère nom f p 0.16 0.20 0.00 0.07 -bétails bétail nom m p 9.71 5.41 0.02 0.00 -butais buter ver 31.86 21.62 0.02 0.14 ind:imp:1s; -butait buter ver 31.86 21.62 0.20 2.30 ind:imp:3s; -butane butane nom m s 0.13 1.08 0.13 1.08 -butant buter ver 31.86 21.62 0.06 1.35 par:pre; -bêtas bêta nom m p 2.36 0.81 0.01 0.07 -bêtasse bêta nom f s 2.36 0.81 0.21 0.00 -bêtasses bêta adj f p 2.13 0.68 0.00 0.07 -bêtatron bêtatron nom m s 0.01 0.00 0.01 0.00 -bête bête adj s 56.55 41.89 51.33 33.31 -bute buter ver 31.86 21.62 8.21 3.31 imp:pre:2s;ind:pre:1s;ind:pre:3s; -bétel bétel nom m s 2.94 0.14 2.94 0.14 -bêtement bêtement adv 4.56 11.28 4.56 11.28 -butent buter ver 31.86 21.62 0.44 0.74 ind:pre:3p; -buter buter ver 31.86 21.62 12.89 6.01 inf; -butera buter ver 31.86 21.62 0.16 0.14 ind:fut:3s; -buterai buter ver 31.86 21.62 0.54 0.00 ind:fut:1s; -buterais buter ver 31.86 21.62 0.13 0.07 cnd:pre:1s;cnd:pre:2s; -buterait buter ver 31.86 21.62 0.03 0.07 cnd:pre:3s; -buteras buter ver 31.86 21.62 0.14 0.00 ind:fut:2s; -buterez buter ver 31.86 21.62 0.02 0.00 ind:fut:2p; -buterions buter ver 31.86 21.62 0.01 0.00 cnd:pre:1p; -buteront buter ver 31.86 21.62 0.07 0.00 ind:fut:3p; -bêtes bête nom f p 67.67 117.36 23.82 54.19 -butes buter ver 31.86 21.62 0.50 0.27 ind:pre:2s; -buteur buteur nom m s 0.39 0.00 0.39 0.00 -butez buter ver 31.86 21.62 0.73 0.07 imp:pre:2p;ind:pre:2p; -béèrent béer ver 0.23 3.65 0.00 0.14 ind:pas:3p; -bêtifia bêtifier ver 0.02 0.81 0.00 0.07 ind:pas:3s; -bêtifiaient bêtifier ver 0.02 0.81 0.00 0.14 ind:imp:3p; -bêtifiais bêtifier ver 0.02 0.81 0.00 0.07 ind:imp:1s; -bêtifiait bêtifier ver 0.02 0.81 0.00 0.20 ind:imp:3s; -bêtifiant bêtifiant adj m s 0.00 0.20 0.00 0.20 -bêtifie bêtifier ver 0.02 0.81 0.00 0.14 ind:pre:1s;ind:pre:3s; -bêtifier bêtifier ver 0.02 0.81 0.02 0.14 inf; -bêtifié bêtifier ver m s 0.02 0.81 0.00 0.07 par:pas; -butin butin nom m s 6.35 5.61 6.27 5.20 -butinait butiner ver 0.49 1.69 0.00 0.20 ind:imp:3s; -butinant butiner ver 0.49 1.69 0.14 0.20 par:pre; -butine butiner ver 0.49 1.69 0.17 0.34 ind:pre:1s;ind:pre:3s; -butinent butiner ver 0.49 1.69 0.01 0.34 ind:pre:3p; -butiner butiner ver 0.49 1.69 0.16 0.41 inf; -butines butiner ver 0.49 1.69 0.00 0.07 ind:pre:2s; -butineur butineur adj m s 0.03 0.07 0.01 0.00 -butineuse butineur adj f s 0.03 0.07 0.01 0.00 -butineuses butineur adj f p 0.03 0.07 0.01 0.07 -butins butin nom m p 6.35 5.61 0.08 0.41 -butiné butiner ver m s 0.49 1.69 0.01 0.00 par:pas; -butinées butiner ver f p 0.49 1.69 0.00 0.07 par:pas; -butinés butiner ver m p 0.49 1.69 0.00 0.07 par:pas; -bêtise bêtise nom f s 39.31 28.38 14.29 14.73 -bêtises bêtise nom f p 39.31 28.38 25.03 13.65 -bêtisier bêtisier nom m s 0.04 0.00 0.04 0.00 -bétoine bétoine nom f s 0.01 0.00 0.01 0.00 -butoir butoir nom m s 0.33 0.81 0.31 0.54 -butoirs butoir nom m p 0.33 0.81 0.02 0.27 -béton béton nom m s 6.41 15.68 6.41 15.20 -bétonnage bétonnage nom m s 0.00 0.14 0.00 0.14 -bétonnaient bétonner ver 0.22 0.14 0.01 0.00 ind:imp:3p; -bétonner bétonner ver 0.22 0.14 0.16 0.00 inf; -bétonneurs bétonneur nom m p 0.17 0.54 0.01 0.07 -bétonneuse bétonneur nom f s 0.17 0.54 0.16 0.20 -bétonneuses bétonneuse nom f p 0.14 0.00 0.14 0.00 -bétonnière bétonnière nom f s 0.23 0.07 0.22 0.00 -bétonnières bétonnière nom f p 0.23 0.07 0.01 0.07 -bétonné bétonner ver m s 0.22 0.14 0.05 0.00 par:pas; -bétonnée bétonné adj f s 0.02 0.61 0.00 0.14 -bétonnées bétonné adj f p 0.02 0.61 0.00 0.14 -bétonnés bétonné adj m p 0.02 0.61 0.00 0.14 -bétons béton nom m p 6.41 15.68 0.00 0.47 -butons buter ver 31.86 21.62 0.14 0.07 imp:pre:1p;ind:pre:1p; -butor butor nom m s 0.28 1.08 0.27 0.88 -butors butor nom m p 0.28 1.08 0.01 0.20 -buts but nom m p 78.43 60.41 4.63 8.51 -butte butte nom f s 1.48 7.03 1.17 5.34 -butter butter ver 1.17 1.01 0.69 0.14 inf; -buttes butte nom f p 1.48 7.03 0.32 1.69 -butteur butteur nom m s 0.11 0.00 0.11 0.00 -butèrent buter ver 31.86 21.62 0.00 0.41 ind:pas:3p; -buttoir buttoir nom m s 0.01 0.07 0.01 0.07 -buttèrent butter ver 1.17 1.01 0.00 0.07 ind:pas:3p; -butté butter ver m s 1.17 1.01 0.16 0.00 par:pas; -buttés butter ver m p 1.17 1.01 0.00 0.74 par:pas; -buté buter ver m s 31.86 21.62 6.71 3.24 par:pas; -butée buter ver f s 31.86 21.62 0.49 0.34 par:pas; -butées buter ver f p 31.86 21.62 0.01 0.00 par:pas; -butés buter ver m p 31.86 21.62 0.34 0.34 par:pas; -béé béer ver m s 0.23 3.65 0.00 0.07 par:pas; -buée buée nom f s 0.32 13.51 0.32 13.11 -béée béer ver f s 0.23 3.65 0.00 0.07 par:pas; -buées buée nom f p 0.32 13.51 0.00 0.41 -buvable buvable adj s 0.21 0.68 0.21 0.61 -buvables buvable adj p 0.21 0.68 0.00 0.07 -buvaient boire ver 339.06 274.32 0.78 7.09 ind:imp:3p; -buvais boire ver 339.06 274.32 4.10 3.11 ind:imp:1s;ind:imp:2s; -buvait boire ver 339.06 274.32 7.06 23.38 ind:imp:3s; -buvant boire ver 339.06 274.32 2.58 11.28 par:pre; -buvard buvard nom m s 0.12 4.32 0.10 3.58 -buvarde buvarder ver 0.00 0.20 0.00 0.07 ind:pre:3s; -buvards buvard nom m p 0.12 4.32 0.02 0.74 -buvardé buvarder ver m s 0.00 0.20 0.00 0.07 par:pas; -buvardés buvarder ver m p 0.00 0.20 0.00 0.07 par:pas; -buvette buvette nom f s 0.76 3.04 0.75 2.91 -buvettes buvette nom f p 0.76 3.04 0.01 0.14 -buveur buveur nom m s 2.22 4.66 1.67 1.49 -buveurs buveur nom m p 2.22 4.66 0.49 2.91 -buveuse buveur nom f s 2.22 4.66 0.06 0.27 -buvez boire ver 339.06 274.32 25.24 3.72 imp:pre:2p;ind:pre:2p; -buviez boire ver 339.06 274.32 0.72 0.14 ind:imp:2p; -buvions boire ver 339.06 274.32 0.53 2.36 ind:imp:1p; -buvons boire ver 339.06 274.32 13.69 3.04 imp:pre:1p;ind:pre:1p; -bévue bévue nom f s 0.36 1.22 0.28 0.68 -bévues bévue nom f p 0.36 1.22 0.08 0.54 -bézef bézef adv 0.01 0.14 0.01 0.14 -bézoard bézoard nom m s 0.01 0.00 0.01 0.00 -by_pass by_pass nom m 0.03 0.00 0.03 0.00 -by_night by_night adj m s 0.25 0.41 0.25 0.41 -by by nom m s 12.49 0.68 12.49 0.68 -bye_bye bye_bye ono 2.36 0.34 2.36 0.34 -bye bye ono 23.11 2.03 23.11 2.03 -byronien byronien adj m s 0.00 0.07 0.00 0.07 -bytes byte nom m p 0.09 0.00 0.09 0.00 -bytures byture nom m p 0.00 0.07 0.00 0.07 -byzantin byzantin adj m s 0.13 3.38 0.05 0.81 -byzantine byzantin adj f s 0.13 3.38 0.05 1.55 -byzantines byzantin adj f p 0.13 3.38 0.03 0.68 -byzantinisant byzantinisant adj m s 0.00 0.07 0.00 0.07 -byzantinisme byzantinisme nom m s 0.00 0.34 0.00 0.34 -byzantins byzantin nom m p 0.04 0.34 0.04 0.34 -c_est_à_dire c_est_à_dire adv 0.00 52.03 0.00 52.03 -c c pro_dem 46.69 4.59 46.69 4.59 -côlon côlon nom m s 0.23 0.20 0.23 0.20 -cône cône nom m s 1.08 3.38 0.78 2.57 -cônes cône nom m p 1.08 3.38 0.30 0.81 -côte côte nom f s 35.16 112.50 25.86 90.74 -côtelette côtelette nom f s 3.38 3.45 1.18 1.62 -côtelettes côtelette nom f p 3.38 3.45 2.19 1.82 -côtelé côtelé adj m s 0.17 1.08 0.16 1.08 -côtelée côtelé adj f s 0.17 1.08 0.01 0.00 -côtes_du_rhône côtes_du_rhône nom m s 0.00 0.47 0.00 0.47 -côtes côte nom f p 35.16 112.50 9.31 21.76 -côtier côtier adj m s 0.69 1.96 0.09 0.20 -côtiers côtier adj m p 0.69 1.96 0.01 0.14 -côtière côtier adj f s 0.69 1.96 0.40 0.95 -côtières côtier adj f p 0.69 1.96 0.19 0.68 -côtoie côtoyer ver 2.42 7.43 0.44 1.22 ind:pre:1s;ind:pre:3s; -côtoiements côtoiement nom m p 0.00 0.07 0.00 0.07 -côtoient côtoyer ver 2.42 7.43 0.19 0.27 ind:pre:3p; -côtoies côtoyer ver 2.42 7.43 0.17 0.07 ind:pre:2s; -côtoya côtoyer ver 2.42 7.43 0.00 0.07 ind:pas:3s; -côtoyaient côtoyer ver 2.42 7.43 0.02 1.22 ind:imp:3p; -côtoyais côtoyer ver 2.42 7.43 0.05 0.20 ind:imp:1s;ind:imp:2s; -côtoyait côtoyer ver 2.42 7.43 0.01 1.15 ind:imp:3s; -côtoyant côtoyer ver 2.42 7.43 0.04 0.27 par:pre; -côtoyer côtoyer ver 2.42 7.43 0.94 0.88 inf; -côtoyons côtoyer ver 2.42 7.43 0.02 0.20 ind:pre:1p; -côtoyé côtoyer ver m s 2.42 7.43 0.36 1.22 par:pas; -côtoyée côtoyer ver f s 2.42 7.43 0.01 0.00 par:pas; -côtoyées côtoyer ver f p 2.42 7.43 0.01 0.14 par:pas; -côtoyés côtoyer ver m p 2.42 7.43 0.17 0.54 par:pas; -côté côté nom m s 285.99 566.49 250.51 497.43 -côtés côté nom m p 285.99 566.49 35.48 69.05 -caïd caïd nom m s 2.63 7.97 2.19 6.82 -caïds caïd nom m p 2.63 7.97 0.44 1.15 -caïman caïman nom m s 1.02 0.54 0.90 0.34 -caïmans caïman nom m p 1.02 0.54 0.13 0.20 -caïque caïque nom m s 0.00 5.47 0.00 3.24 -caïques caïque nom m p 0.00 5.47 0.00 2.23 -cañon cañon nom m s 0.07 0.00 0.07 0.00 -cab cab nom m s 0.42 0.20 0.40 0.20 -cabale cabale nom f s 0.73 0.88 0.73 0.41 -cabales cabale nom f p 0.73 0.88 0.00 0.47 -cabaliste cabaliste nom s 0.00 0.34 0.00 0.20 -cabalistes cabaliste nom p 0.00 0.34 0.00 0.14 -cabalistique cabalistique adj s 0.05 0.68 0.03 0.14 -cabalistiques cabalistique adj p 0.05 0.68 0.02 0.54 -caballero caballero nom f s 0.11 0.20 0.11 0.20 -caban caban nom m s 0.14 1.49 0.14 1.28 -cabana cabaner ver 0.02 0.00 0.02 0.00 ind:pas:3s; -cabane cabane nom f s 15.36 29.46 14.34 25.68 -cabanes cabane nom f p 15.36 29.46 1.02 3.78 -cabanettes cabanette nom f p 0.00 0.07 0.00 0.07 -cabanon cabanon nom m s 1.27 2.09 1.26 1.69 -cabanons cabanon nom m p 1.27 2.09 0.01 0.41 -cabans caban nom m p 0.14 1.49 0.00 0.20 -cabaret cabaret nom m s 4.82 6.69 4.44 4.93 -cabaretier cabaretier nom m s 0.25 0.74 0.01 0.54 -cabaretiers cabaretier nom m p 0.25 0.74 0.23 0.07 -cabaretière cabaretier nom f s 0.25 0.74 0.00 0.14 -cabarets cabaret nom m p 4.82 6.69 0.38 1.76 -cabas cabas nom m 0.14 5.68 0.14 5.68 -caberlot caberlot nom m s 0.04 0.07 0.04 0.07 -cabernet cabernet nom m s 0.16 0.07 0.16 0.07 -cabestan cabestan nom m s 0.23 0.34 0.23 0.34 -cabiais cabiai nom m p 0.01 0.00 0.01 0.00 -cabillaud cabillaud nom m s 0.25 0.27 0.25 0.27 -cabillots cabillot nom m p 0.00 0.07 0.00 0.07 -cabine cabine nom f s 20.00 35.07 17.65 29.86 -cabiner cabiner ver 0.00 0.07 0.00 0.07 inf; -cabines cabine nom f p 20.00 35.07 2.35 5.20 -cabinet cabinet nom m s 21.97 36.49 19.45 29.80 -cabinets cabinet nom m p 21.97 36.49 2.51 6.69 -cabochard cabochard adj m s 0.21 0.47 0.18 0.27 -cabocharde cabochard adj f s 0.21 0.47 0.01 0.07 -cabochards cabochard adj m p 0.21 0.47 0.02 0.14 -caboche caboche nom f s 1.13 1.49 1.12 1.22 -caboches caboche nom f p 1.13 1.49 0.01 0.27 -cabochon cabochon nom m s 0.00 1.35 0.00 0.68 -cabochons cabochon nom m p 0.00 1.35 0.00 0.68 -cabossa cabosser ver 0.94 4.32 0.00 0.07 ind:pas:3s; -cabossages cabossage nom m p 0.00 0.07 0.00 0.07 -cabossait cabosser ver 0.94 4.32 0.00 0.07 ind:imp:3s; -cabosse cabosser ver 0.94 4.32 0.01 0.07 imp:pre:2s;ind:pre:3s; -cabosser cabosser ver 0.94 4.32 0.06 0.27 inf; -cabosses cabosse nom f p 0.00 0.14 0.00 0.07 -cabossé cabosser ver m s 0.94 4.32 0.40 1.62 par:pas; -cabossée cabosser ver f s 0.94 4.32 0.37 1.35 par:pas; -cabossées cabosser ver f p 0.94 4.32 0.05 0.54 par:pas; -cabossés cabosser ver m p 0.94 4.32 0.05 0.34 par:pas; -cabot cabot nom m s 1.52 1.49 1.45 0.68 -cabotage cabotage nom m s 0.00 0.20 0.00 0.20 -cabotaient caboter ver 0.02 0.41 0.00 0.07 ind:imp:3p; -cabotait caboter ver 0.02 0.41 0.00 0.14 ind:imp:3s; -cabote caboter ver 0.02 0.41 0.01 0.07 ind:pre:3s; -caboter caboter ver 0.02 0.41 0.01 0.07 inf; -caboteur caboteur nom m s 0.02 1.01 0.02 1.01 -cabotin cabotin nom m s 0.20 0.81 0.18 0.47 -cabotinage cabotinage nom m s 0.05 0.47 0.05 0.47 -cabotine cabotin nom f s 0.20 0.81 0.01 0.14 -cabotines cabotiner ver 0.01 0.00 0.01 0.00 ind:pre:2s; -cabotins cabotin nom m p 0.20 0.81 0.01 0.20 -cabots cabot nom m p 1.52 1.49 0.07 0.81 -caboté caboter ver m s 0.02 0.41 0.00 0.07 par:pas; -caboulot caboulot nom m s 0.00 0.68 0.00 0.47 -caboulots caboulot nom m p 0.00 0.68 0.00 0.20 -cabra cabrer ver 0.34 6.55 0.00 0.95 ind:pas:3s; -cabrade cabrade nom f s 0.00 0.07 0.00 0.07 -cabrage cabrage nom m s 0.04 0.00 0.04 0.00 -cabraient cabrer ver 0.34 6.55 0.00 0.34 ind:imp:3p; -cabrais cabrer ver 0.34 6.55 0.00 0.07 ind:imp:1s; -cabrait cabrer ver 0.34 6.55 0.00 0.61 ind:imp:3s; -cabrant cabrer ver 0.34 6.55 0.00 0.27 par:pre; -cabre cabrer ver 0.34 6.55 0.20 1.49 imp:pre:2s;ind:pre:1s;ind:pre:3s; -cabrent cabrer ver 0.34 6.55 0.00 0.14 ind:pre:3p; -cabrer cabrer ver 0.34 6.55 0.01 1.08 inf; -cabrera cabrer ver 0.34 6.55 0.02 0.00 ind:fut:3s; -cabrerait cabrer ver 0.34 6.55 0.00 0.07 cnd:pre:3s; -cabrette cabrette nom f s 0.00 0.20 0.00 0.20 -cabri cabri nom m s 0.08 1.08 0.07 0.41 -cabriolaient cabrioler ver 0.02 0.47 0.00 0.14 ind:imp:3p; -cabriolait cabrioler ver 0.02 0.47 0.01 0.07 ind:imp:3s; -cabriolant cabrioler ver 0.02 0.47 0.00 0.07 par:pre; -cabriole cabriole nom f s 0.45 1.15 0.31 0.20 -cabrioler cabrioler ver 0.02 0.47 0.00 0.07 inf; -cabrioles cabriole nom f p 0.45 1.15 0.14 0.95 -cabriolet cabriolet nom m s 0.65 3.38 0.53 2.91 -cabriolets cabriolet nom m p 0.65 3.38 0.12 0.47 -cabris cabri nom m p 0.08 1.08 0.01 0.68 -cabrèrent cabrer ver 0.34 6.55 0.00 0.07 ind:pas:3p; -cabré cabrer ver m s 0.34 6.55 0.10 0.47 par:pas; -cabrée cabrer ver f s 0.34 6.55 0.01 0.34 par:pas; -cabrées cabrer ver f p 0.34 6.55 0.00 0.27 par:pas; -cabrés cabrer ver m p 0.34 6.55 0.00 0.41 par:pas; -cabs cab nom m p 0.42 0.20 0.02 0.00 -cabèche cabèche nom f s 0.00 0.54 0.00 0.47 -cabèches cabèche nom f p 0.00 0.54 0.00 0.07 -cabécous cabécou nom m p 0.00 0.07 0.00 0.07 -cabus cabus adj m s 0.00 0.07 0.00 0.07 -caca caca adj 3.16 1.76 3.16 1.76 -cacahouète cacahouète nom f s 1.00 0.00 0.39 0.00 -cacahouètes cacahouète nom f p 1.00 0.00 0.62 0.00 -cacahuète cacahuète nom f s 7.29 3.58 1.71 0.74 -cacahuètes cacahuète nom f p 7.29 3.58 5.59 2.84 -cacao cacao nom m s 1.30 1.42 1.29 1.42 -cacaos cacao nom m p 1.30 1.42 0.01 0.00 -cacaotier cacaotier nom m s 0.01 0.00 0.01 0.00 -cacaotés cacaoté adj m p 0.00 0.07 0.00 0.07 -cacaoyer cacaoyer nom m s 0.01 0.00 0.01 0.00 -cacarda cacarder ver 0.14 0.20 0.00 0.07 ind:pas:3s; -cacardait cacarder ver 0.14 0.20 0.00 0.07 ind:imp:3s; -cacarde cacarder ver 0.14 0.20 0.14 0.07 ind:pre:1s;ind:pre:3s; -cacas caca nom m p 3.09 2.23 0.04 0.47 -cacatois cacatois nom m 0.03 0.07 0.03 0.07 -cacatoès cacatoès nom m 0.12 0.34 0.12 0.34 -cacha cacher ver 204.10 181.89 1.13 6.82 ind:pas:3s; -cachai cacher ver 204.10 181.89 0.16 1.01 ind:pas:1s; -cachaient cacher ver 204.10 181.89 0.78 9.66 ind:imp:3p; -cachais cacher ver 204.10 181.89 3.61 2.03 ind:imp:1s;ind:imp:2s; -cachait cacher ver 204.10 181.89 5.84 21.89 ind:imp:3s; -cachalot cachalot nom m s 0.72 0.95 0.70 0.88 -cachalots cachalot nom m p 0.72 0.95 0.01 0.07 -cachant cacher ver 204.10 181.89 1.84 8.11 par:pre; -cache_brassière cache_brassière nom m 0.00 0.07 0.00 0.07 -cache_cache cache_cache nom m 3.42 2.70 3.42 2.70 -cache_coeur cache_coeur nom s 0.00 0.14 0.00 0.14 -cache_col cache_col nom m 0.01 1.35 0.01 1.35 -cache_corset cache_corset nom m 0.00 0.14 0.00 0.14 -cache_nez cache_nez nom m 0.15 2.09 0.15 2.09 -cache_pot cache_pot nom m s 0.16 0.81 0.16 0.41 -cache_pot cache_pot nom m p 0.16 0.81 0.00 0.41 -cache_poussière cache_poussière nom m 0.01 0.20 0.01 0.20 -cache_sexe cache_sexe nom m 0.03 0.27 0.03 0.27 -cache_tampon cache_tampon nom m 0.00 0.20 0.00 0.20 -cache cacher ver 204.10 181.89 44.82 20.07 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:1s;sub:pre:3s; -cachectique cachectique adj f s 0.00 0.20 0.00 0.14 -cachectiques cachectique adj m p 0.00 0.20 0.00 0.07 -cachemire cachemire nom m s 1.38 2.84 1.35 2.64 -cachemires cachemire nom m p 1.38 2.84 0.02 0.20 -cachemiris cachemiri nom m p 0.01 0.00 0.01 0.00 -cachent cacher ver 204.10 181.89 7.50 5.00 ind:pre:3p; -cacher cacher ver 204.10 181.89 61.04 48.45 inf;; -cachera cacher ver 204.10 181.89 0.83 0.27 ind:fut:3s; -cacherai cacher ver 204.10 181.89 1.35 1.01 ind:fut:1s; -cacheraient cacher ver 204.10 181.89 0.07 0.00 cnd:pre:3p; -cacherais cacher ver 204.10 181.89 0.81 0.27 cnd:pre:1s;cnd:pre:2s; -cacherait cacher ver 204.10 181.89 1.02 0.61 cnd:pre:3s; -cacheras cacher ver 204.10 181.89 0.08 0.20 ind:fut:2s; -cacherez cacher ver 204.10 181.89 0.30 0.07 ind:fut:2p; -cacheriez cacher ver 204.10 181.89 0.07 0.00 cnd:pre:2p; -cacherons cacher ver 204.10 181.89 0.12 0.14 ind:fut:1p; -cacheront cacher ver 204.10 181.89 0.08 0.07 ind:fut:3p; -caches cacher ver 204.10 181.89 12.67 1.89 ind:pre:2s;sub:pre:2s; -cachet cachet nom m s 16.46 10.20 6.97 4.93 -cacheta cacheter ver 0.96 2.64 0.00 0.27 ind:pas:3s; -cachetais cacheter ver 0.96 2.64 0.00 0.07 ind:imp:1s; -cachetait cacheter ver 0.96 2.64 0.00 0.20 ind:imp:3s; -cacheter cacheter ver 0.96 2.64 0.13 0.34 inf; -cacheton cacheton nom m s 0.59 0.20 0.03 0.14 -cachetonnais cachetonner ver 0.02 0.14 0.00 0.07 ind:imp:1s; -cachetonnait cachetonner ver 0.02 0.14 0.00 0.07 ind:imp:3s; -cachetonne cachetonner ver 0.02 0.14 0.02 0.00 ind:pre:3s; -cachetons cacheton nom m p 0.59 0.20 0.56 0.07 -cachets cachet nom m p 16.46 10.20 9.49 5.27 -cachette cachette nom f s 11.81 16.96 11.21 14.59 -cachettes cachette nom f p 11.81 16.96 0.59 2.36 -cacheté cacheter ver m s 0.96 2.64 0.14 0.74 par:pas; -cachetée cacheter ver f s 0.96 2.64 0.40 0.41 par:pas; -cachetées cacheter ver f p 0.96 2.64 0.01 0.20 par:pas; -cachetés cacheter ver m p 0.96 2.64 0.00 0.20 par:pas; -cachexie cachexie nom f s 0.01 0.07 0.01 0.07 -cachez cacher ver 204.10 181.89 10.65 1.35 imp:pre:2p;ind:pre:2p; -cachiez cacher ver 204.10 181.89 0.88 0.00 ind:imp:2p; -cachions cacher ver 204.10 181.89 0.15 0.74 ind:imp:1p; -cachons cacher ver 204.10 181.89 1.75 0.81 imp:pre:1p;ind:pre:1p; -cachât cacher ver 204.10 181.89 0.00 0.61 sub:imp:3s; -cachot cachot nom m s 3.67 7.09 3.01 5.95 -cachots cachot nom m p 3.67 7.09 0.66 1.15 -cachotterie cachotterie nom f s 0.93 0.54 0.01 0.20 -cachotteries cachotterie nom f p 0.93 0.54 0.92 0.34 -cachottier cachottier nom m s 0.71 0.47 0.57 0.34 -cachottiers cachottier adj m p 0.28 0.41 0.17 0.00 -cachottière cachottier nom f s 0.71 0.47 0.13 0.14 -cachottières cachottier adj f p 0.28 0.41 0.00 0.07 -cachou cachou nom m s 0.23 0.68 0.17 0.27 -cachous cachou nom m p 0.23 0.68 0.05 0.41 -cachère cachère adj 0.01 0.00 0.01 0.00 -cachèrent cacher ver 204.10 181.89 0.09 0.61 ind:pas:3p; -caché cacher ver m s 204.10 181.89 32.13 25.81 par:pas; -cachée cacher ver f s 204.10 181.89 8.17 11.89 par:pas; -cachées cacher ver f p 204.10 181.89 1.92 4.80 par:pas; -cachés cacher ver m p 204.10 181.89 4.29 7.70 par:pas; -cacique cacique nom m s 0.00 0.20 0.00 0.14 -caciques cacique nom m p 0.00 0.20 0.00 0.07 -cacochyme cacochyme adj s 0.00 0.74 0.00 0.47 -cacochymes cacochyme adj m p 0.00 0.74 0.00 0.27 -cacodylate cacodylate nom m s 0.00 0.07 0.00 0.07 -cacographes cacographe nom p 0.00 0.07 0.00 0.07 -cacophonie cacophonie nom f s 0.05 1.35 0.04 1.22 -cacophonies cacophonie nom f p 0.05 1.35 0.01 0.14 -cacophonique cacophonique adj s 0.00 0.34 0.00 0.27 -cacophoniques cacophonique adj m p 0.00 0.34 0.00 0.07 -cactées cactée nom f p 0.02 0.47 0.02 0.47 -cactus cactus nom m 2.86 2.30 2.86 2.30 -cadastral cadastral adj m s 0.00 1.62 0.00 1.15 -cadastrale cadastral adj f s 0.00 1.62 0.00 0.07 -cadastraux cadastral adj m p 0.00 1.62 0.00 0.41 -cadastre cadastre nom m s 0.56 3.58 0.54 3.45 -cadastres cadastre nom m p 0.56 3.58 0.02 0.14 -cadastré cadastrer ver m s 0.10 0.14 0.10 0.00 par:pas; -cadastrée cadastrer ver f s 0.10 0.14 0.00 0.14 par:pas; -cadavre cadavre nom m s 47.75 54.05 27.93 32.30 -cadavres cadavre nom m p 47.75 54.05 19.82 21.76 -cadavéreuse cadavéreux adj f s 0.04 0.20 0.00 0.14 -cadavéreux cadavéreux adj m 0.04 0.20 0.04 0.07 -cadavérique cadavérique adj s 0.34 0.95 0.34 0.68 -cadavériques cadavérique adj p 0.34 0.95 0.00 0.27 -cadavérise cadavériser ver 0.00 0.14 0.00 0.07 ind:pre:3s; -cadavérisés cadavériser ver m p 0.00 0.14 0.00 0.07 par:pas; -caddie caddie nom m s 1.50 2.43 1.35 1.28 -caddies caddie nom m p 1.50 2.43 0.15 1.15 -caddy caddy nom m s 0.81 1.49 0.81 1.49 -cade cade nom m s 0.14 0.00 0.14 0.00 -cadeau cadeau nom m s 125.79 50.81 98.09 32.77 -cadeaux cadeau nom m p 125.79 50.81 27.70 18.04 -cadenas cadenas nom m 2.10 2.43 2.10 2.43 -cadenassaient cadenasser ver 0.21 1.89 0.00 0.07 ind:imp:3p; -cadenassait cadenasser ver 0.21 1.89 0.00 0.14 ind:imp:3s; -cadenassant cadenasser ver 0.21 1.89 0.00 0.07 par:pre; -cadenasse cadenasser ver 0.21 1.89 0.01 0.07 ind:pre:3s; -cadenasser cadenasser ver 0.21 1.89 0.02 0.20 inf; -cadenassez cadenasser ver 0.21 1.89 0.04 0.00 imp:pre:2p; -cadenassé cadenasser ver m s 0.21 1.89 0.09 0.41 par:pas; -cadenassée cadenasser ver f s 0.21 1.89 0.06 0.68 par:pas; -cadenassées cadenasser ver f p 0.21 1.89 0.00 0.27 par:pas; -cadence cadence nom f s 2.42 13.78 2.12 12.64 -cadencer cadencer ver 0.38 1.22 0.00 0.14 inf; -cadences cadence nom f p 2.42 13.78 0.30 1.15 -cadencé cadencer ver m s 0.38 1.22 0.10 0.74 par:pas; -cadencée cadencer ver f s 0.38 1.22 0.01 0.14 par:pas; -cadencées cadencé adj f p 0.05 1.96 0.00 0.07 -cadencés cadencer ver m p 0.38 1.22 0.14 0.07 par:pas; -cadet cadet nom m s 7.38 8.85 3.71 4.32 -cadets cadet nom m p 7.38 8.85 2.44 1.69 -cadette cadet adj f s 4.64 3.18 1.52 1.28 -cadettes cadet adj f p 4.64 3.18 0.01 0.14 -cadi cadi nom m s 0.10 2.30 0.10 2.30 -cadmié cadmier ver m s 0.00 0.20 0.00 0.20 par:pas; -cadmium cadmium nom m s 0.13 0.07 0.13 0.07 -cadogan cadogan nom m s 0.20 0.00 0.20 0.00 -cador cador nom m s 0.45 1.96 0.41 1.42 -cadors cador nom m p 0.45 1.96 0.03 0.54 -cadrage cadrage nom m s 0.59 0.47 0.58 0.34 -cadrages cadrage nom m p 0.59 0.47 0.01 0.14 -cadrais cadrer ver 1.55 2.43 0.00 0.07 ind:imp:2s; -cadrait cadrer ver 1.55 2.43 0.02 0.68 ind:imp:3s; -cadran cadran nom m s 1.58 7.70 1.42 6.55 -cadrans cadran nom m p 1.58 7.70 0.16 1.15 -cadrant cadrer ver 1.55 2.43 0.03 0.00 par:pre; -cadratin cadratin nom m s 0.00 0.14 0.00 0.07 -cadratins cadratin nom m p 0.00 0.14 0.00 0.07 -cadre cadre nom m s 13.53 42.84 10.98 29.80 -cadrent cadrer ver 1.55 2.43 0.03 0.14 ind:pre:3p; -cadrer cadrer ver 1.55 2.43 0.64 0.34 inf; -cadres cadre nom m p 13.53 42.84 2.56 13.04 -cadreur cadreur nom m s 0.14 0.14 0.11 0.07 -cadreurs cadreur nom m p 0.14 0.14 0.04 0.07 -cadrez cadrer ver 1.55 2.43 0.03 0.00 imp:pre:2p; -cadré cadrer ver m s 1.55 2.43 0.10 0.47 par:pas; -cadrée cadrer ver f s 1.55 2.43 0.01 0.27 par:pas; -cadènes cadène nom f p 0.00 1.01 0.00 1.01 -caduc caduc adj m s 0.24 1.01 0.14 0.74 -caducité caducité nom f s 0.00 0.07 0.00 0.07 -caducs caduc adj m p 0.24 1.01 0.10 0.27 -caducée caducée nom m s 0.16 0.20 0.16 0.14 -caducées caducée nom m p 0.16 0.20 0.00 0.07 -caduque caduque adj f s 0.23 0.95 0.19 0.47 -caduques caduque adj f p 0.23 0.95 0.04 0.47 -caecum caecum nom m s 0.01 0.00 0.01 0.00 -caesium caesium nom m s 0.11 0.00 0.11 0.00 -caf caf adj s 0.14 0.00 0.14 0.00 -cafard cafard nom m s 9.87 9.80 5.77 7.84 -cafardage cafardage nom m s 0.11 0.00 0.11 0.00 -cafarde cafarder ver 0.34 0.34 0.13 0.00 imp:pre:2s;ind:pre:1s;ind:pre:3s; -cafarder cafarder ver 0.34 0.34 0.21 0.27 inf; -cafarderait cafarder ver 0.34 0.34 0.00 0.07 cnd:pre:3s; -cafardeur cafardeur nom m s 0.29 0.00 0.16 0.00 -cafardeuse cafardeur nom f s 0.29 0.00 0.14 0.00 -cafardeux cafardeux adj m 0.09 0.34 0.07 0.34 -cafards cafard nom m p 9.87 9.80 4.10 1.96 -cafetais cafeter ver 0.27 0.07 0.00 0.07 ind:imp:1s; -cafetan cafetan nom m s 0.29 0.07 0.28 0.00 -cafetans cafetan nom m p 0.29 0.07 0.01 0.07 -cafeter cafeter ver 0.27 0.07 0.25 0.00 inf; -cafeteria cafeteria nom f s 0.11 1.35 0.11 1.28 -cafeterias cafeteria nom f p 0.11 1.35 0.00 0.07 -cafeteur cafeteur nom m s 0.01 0.00 0.01 0.00 -cafetier cafetier nom m s 0.35 2.97 0.34 2.77 -cafetiers cafetier nom m p 0.35 2.97 0.01 0.20 -cafetière cafetière nom f s 2.07 5.88 1.92 5.54 -cafetières cafetière nom f p 2.07 5.88 0.15 0.34 -cafeton cafeton nom m s 0.00 0.14 0.00 0.14 -cafeté cafeter ver m s 0.27 0.07 0.02 0.00 par:pas; -cafouilla cafouiller ver 0.43 0.41 0.00 0.14 ind:pas:3s; -cafouillage cafouillage nom m s 0.33 0.54 0.30 0.41 -cafouillages cafouillage nom m p 0.33 0.54 0.02 0.14 -cafouillait cafouiller ver 0.43 0.41 0.03 0.07 ind:imp:3s; -cafouillant cafouiller ver 0.43 0.41 0.00 0.07 par:pre; -cafouille cafouiller ver 0.43 0.41 0.19 0.00 ind:pre:1s;ind:pre:3s; -cafouillent cafouiller ver 0.43 0.41 0.01 0.07 ind:pre:3p; -cafouiller cafouiller ver 0.43 0.41 0.02 0.07 inf; -cafouilles cafouiller ver 0.43 0.41 0.01 0.00 ind:pre:2s; -cafouilleuse cafouilleux adj f s 0.00 0.27 0.00 0.14 -cafouilleux cafouilleux adj m 0.00 0.27 0.00 0.14 -cafouillis cafouillis nom m 0.00 0.14 0.00 0.14 -cafouillé cafouiller ver m s 0.43 0.41 0.17 0.00 par:pas; -cafre cafre nom m s 0.03 0.00 0.03 0.00 -caftage caftage nom m s 0.00 0.07 0.00 0.07 -caftaient cafter ver 1.05 1.22 0.00 0.07 ind:imp:3p; -caftait cafter ver 1.05 1.22 0.01 0.00 ind:imp:3s; -caftan caftan nom m s 0.15 2.64 0.15 1.89 -caftans caftan nom m p 0.15 2.64 0.00 0.74 -cafte cafter ver 1.05 1.22 0.20 0.07 imp:pre:2s;ind:pre:1s;ind:pre:3s; -cafter cafter ver 1.05 1.22 0.32 0.54 inf; -cafterai cafter ver 1.05 1.22 0.01 0.00 ind:fut:1s; -cafterait cafter ver 1.05 1.22 0.00 0.14 cnd:pre:3s; -cafteras cafter ver 1.05 1.22 0.00 0.07 ind:fut:2s; -caftes cafter ver 1.05 1.22 0.14 0.07 ind:pre:2s; -cafteur cafteur nom m s 0.51 0.47 0.35 0.14 -cafteurs cafteur nom m p 0.51 0.47 0.15 0.14 -cafteuse cafteur nom f s 0.51 0.47 0.01 0.20 -cafté cafter ver m s 1.05 1.22 0.37 0.27 par:pas; -caftés cafter ver m p 1.05 1.22 0.01 0.00 par:pas; -café_concert café_concert nom m s 0.00 0.47 0.00 0.34 -café_crème café_crème nom m s 0.00 0.95 0.00 0.95 -café_hôtel café_hôtel nom m s 0.00 0.07 0.00 0.07 -café_restaurant café_restaurant nom m s 0.00 0.41 0.00 0.41 -café_tabac café_tabac nom m s 0.00 1.22 0.00 1.22 -café_théâtre café_théâtre nom m s 0.00 0.27 0.00 0.27 -café café nom m s 163.56 177.30 157.56 154.93 -caféier caféier nom m s 0.02 0.07 0.01 0.00 -caféiers caféier nom m p 0.02 0.07 0.01 0.07 -caféine caféine nom f s 1.58 0.14 1.58 0.14 -café_concert café_concert nom m p 0.00 0.47 0.00 0.14 -cafés café nom m p 163.56 177.30 6.00 22.36 -cafétéria cafétéria nom f s 4.12 1.28 4.08 1.15 -cafétérias cafétéria nom f p 4.12 1.28 0.04 0.14 -cagade cagade nom f s 0.00 0.68 0.00 0.54 -cagades cagade nom f p 0.00 0.68 0.00 0.14 -cage cage nom f s 18.30 41.82 16.61 34.86 -cageot cageot nom m s 1.21 7.36 0.64 3.11 -cageots cageot nom m p 1.21 7.36 0.57 4.26 -cages cage nom f p 18.30 41.82 1.69 6.96 -cagette cagette nom f s 0.01 0.54 0.01 0.07 -cagettes cagette nom f p 0.01 0.54 0.00 0.47 -cagibi cagibi nom m s 0.85 5.34 0.85 5.07 -cagibis cagibi nom m p 0.85 5.34 0.00 0.27 -cagna cagna nom f s 0.01 2.64 0.01 1.69 -cagnard cagnard adj m s 0.17 0.27 0.17 0.20 -cagnards cagnard adj m p 0.17 0.27 0.00 0.07 -cagnas cagna nom f p 0.01 2.64 0.00 0.95 -cagne cagne nom f s 0.00 0.07 0.00 0.07 -cagneuse cagneux adj f s 0.21 1.01 0.01 0.07 -cagneuses cagneux adj f p 0.21 1.01 0.00 0.14 -cagneux cagneux adj m 0.21 1.01 0.20 0.81 -cagnotte cagnotte nom f s 1.09 1.01 1.09 1.01 -cagot cagot nom m s 0.00 0.41 0.00 0.14 -cagote cagot nom f s 0.00 0.41 0.00 0.07 -cagotes cagot adj f p 0.00 0.20 0.00 0.07 -cagots cagot nom m p 0.00 0.41 0.00 0.20 -cagou cagou nom m s 0.01 0.00 0.01 0.00 -cagoulard cagoulard nom m s 0.00 0.54 0.00 0.14 -cagoulards cagoulard nom m p 0.00 0.54 0.00 0.41 -cagoule cagoule nom f s 2.84 1.76 1.92 1.28 -cagoules cagoule nom f p 2.84 1.76 0.93 0.47 -cagoulé cagoulé adj m s 0.31 0.20 0.03 0.14 -cagoulés cagoulé adj m p 0.31 0.20 0.28 0.07 -caguait caguer ver 0.01 0.88 0.00 0.20 ind:imp:3s; -cague caguer ver 0.01 0.88 0.00 0.27 ind:pre:1s;ind:pre:3s; -caguer caguer ver 0.01 0.88 0.01 0.41 inf; -cahier cahier nom m s 6.98 31.55 5.04 20.07 -cahiers cahier nom m p 6.98 31.55 1.94 11.49 -cahin_caha cahin_caha adv 0.00 1.08 0.00 1.08 -cahors cahors nom m 0.00 0.14 0.00 0.14 -cahot cahot nom m s 0.08 4.39 0.01 1.42 -cahota cahoter ver 0.06 4.53 0.00 0.14 ind:pas:3s; -cahotait cahoter ver 0.06 4.53 0.01 0.34 ind:imp:3s; -cahotant cahoter ver 0.06 4.53 0.00 1.42 par:pre; -cahotante cahotant adj f s 0.00 1.08 0.00 0.68 -cahote cahoter ver 0.06 4.53 0.01 0.54 ind:pre:3s; -cahotement cahotement nom m s 0.00 0.27 0.00 0.27 -cahotent cahoter ver 0.06 4.53 0.00 0.14 ind:pre:3p; -cahoter cahoter ver 0.06 4.53 0.03 0.41 inf; -cahoteuse cahoteux adj f s 0.15 0.74 0.10 0.07 -cahoteuses cahoteux adj f p 0.15 0.74 0.00 0.07 -cahoteux cahoteux adj m 0.15 0.74 0.05 0.61 -cahotons cahoter ver 0.06 4.53 0.00 0.07 ind:pre:1p; -cahots cahot nom m p 0.08 4.39 0.07 2.97 -cahotèrent cahoter ver 0.06 4.53 0.00 0.07 ind:pas:3p; -cahoté cahoter ver m s 0.06 4.53 0.00 0.68 par:pas; -cahotée cahoter ver f s 0.06 4.53 0.01 0.07 par:pas; -cahotées cahoter ver f p 0.06 4.53 0.00 0.14 par:pas; -cahotés cahoter ver m p 0.06 4.53 0.00 0.54 par:pas; -cahute cahute nom f s 0.17 1.69 0.17 1.01 -cahutes cahute nom f p 0.17 1.69 0.00 0.68 -cailla cailler ver 1.46 2.91 0.00 0.07 ind:pas:3s; -caillaient cailler ver 1.46 2.91 0.00 0.07 ind:imp:3p; -caillais cailler ver 1.46 2.91 0.00 0.07 ind:imp:1s; -caillait cailler ver 1.46 2.91 0.02 0.47 ind:imp:3s; -caillant cailler ver 1.46 2.91 0.01 0.07 par:pre; -caillasse caillasse nom f s 0.16 2.70 0.14 1.35 -caillasser caillasser ver 0.03 0.00 0.03 0.00 inf; -caillasses caillasse nom f p 0.16 2.70 0.02 1.35 -caille caille nom f s 2.34 4.59 1.81 2.97 -caillebotis caillebotis nom m 0.01 0.20 0.01 0.20 -caillent cailler ver 1.46 2.91 0.01 0.07 ind:pre:3p; -cailler cailler ver 1.46 2.91 0.21 0.68 inf; -caillera caillera nom f s 0.03 0.00 0.03 0.00 -caillerait cailler ver 1.46 2.91 0.01 0.00 cnd:pre:3s; -caillerez cailler ver 1.46 2.91 0.01 0.00 ind:fut:2p; -cailles caille nom f p 2.34 4.59 0.53 1.62 -caillette caillette nom f s 0.01 0.00 0.01 0.00 -caillot caillot nom m s 3.09 2.84 2.39 1.82 -caillots caillot nom m p 3.09 2.84 0.70 1.01 -caillou caillou nom m s 10.02 38.58 4.11 11.22 -cailloutage cailloutage nom m s 0.00 0.07 0.00 0.07 -caillouteuse caillouteux adj f s 0.34 3.11 0.15 1.42 -caillouteuses caillouteux adj f p 0.34 3.11 0.00 0.34 -caillouteux caillouteux adj m 0.34 3.11 0.20 1.35 -cailloutis cailloutis nom m 0.00 0.54 0.00 0.54 -caillouté caillouter ver m s 0.03 0.00 0.03 0.00 par:pas; -cailloux caillou nom m p 10.02 38.58 5.91 27.36 -caillé caillé adj m s 0.21 1.96 0.21 1.96 -caillée cailler ver f s 1.46 2.91 0.00 0.07 par:pas; -caillées cailler ver f p 1.46 2.91 0.00 0.07 par:pas; -cairn cairn nom m s 0.08 0.07 0.03 0.07 -cairns cairn nom m p 0.08 0.07 0.05 0.00 -cairote cairote nom s 0.00 0.14 0.00 0.07 -cairotes cairote nom p 0.00 0.14 0.00 0.07 -caisse caisse nom f s 38.03 69.39 29.46 51.01 -caisses caisse nom f p 38.03 69.39 8.57 18.38 -caissette caissette nom f s 0.00 1.15 0.00 0.61 -caissettes caissette nom f p 0.00 1.15 0.00 0.54 -caissier caissier nom m s 4.07 7.09 1.66 1.96 -caissiers caissier nom m p 4.07 7.09 0.38 0.20 -caissière caissier nom f s 4.07 7.09 2.03 4.19 -caissières caissière nom f p 0.25 0.00 0.25 0.00 -caisson caisson nom m s 1.72 3.04 1.43 0.81 -caissons caisson nom m p 1.72 3.04 0.29 2.23 -cajola cajoler ver 1.36 3.45 0.00 0.41 ind:pas:3s; -cajolaient cajoler ver 1.36 3.45 0.00 0.47 ind:imp:3p; -cajolait cajoler ver 1.36 3.45 0.03 0.20 ind:imp:3s; -cajolant cajoler ver 1.36 3.45 0.11 0.27 par:pre; -cajole cajoler ver 1.36 3.45 0.59 0.34 imp:pre:2s;ind:pre:1s;ind:pre:3s; -cajolent cajoler ver 1.36 3.45 0.01 0.07 ind:pre:3p; -cajoler cajoler ver 1.36 3.45 0.36 1.15 inf; -cajolera cajoler ver 1.36 3.45 0.01 0.07 ind:fut:3s; -cajolerai cajoler ver 1.36 3.45 0.20 0.00 ind:fut:1s; -cajolerait cajoler ver 1.36 3.45 0.00 0.07 cnd:pre:3s; -cajolerie cajolerie nom f s 0.03 0.81 0.00 0.20 -cajoleries cajolerie nom f p 0.03 0.81 0.03 0.61 -cajoleur cajoleur nom m s 0.10 0.20 0.10 0.07 -cajoleurs cajoleur nom m p 0.10 0.20 0.00 0.07 -cajoleuse cajoleur adj f s 0.11 0.54 0.10 0.14 -cajolèrent cajoler ver 1.36 3.45 0.00 0.14 ind:pas:3p; -cajolé cajoler ver m s 1.36 3.45 0.01 0.20 par:pas; -cajolée cajoler ver f s 1.36 3.45 0.01 0.07 par:pas; -cajolés cajoler ver m p 1.36 3.45 0.02 0.00 par:pas; -cajou cajou nom m s 0.18 0.14 0.17 0.14 -cajous cajou nom m p 0.18 0.14 0.01 0.00 -cajun cajun adj s 0.47 0.00 0.47 0.00 -cajuns cajun nom p 0.28 0.00 0.10 0.00 -cake_walk cake_walk nom m s 0.03 0.00 0.03 0.00 -cake cake nom m s 3.13 1.96 2.57 1.69 -cakes cake nom m p 3.13 1.96 0.56 0.27 -cal cal nom m s 3.54 0.68 3.50 0.34 -cala caler ver 4.19 17.77 0.15 2.16 ind:pas:3s; -calabrais calabrais adj m 0.34 0.41 0.34 0.34 -calabraises calabrais adj f p 0.34 0.41 0.00 0.07 -calade calade nom f s 0.00 0.20 0.00 0.20 -calai caler ver 4.19 17.77 0.01 0.14 ind:pas:1s; -calaient caler ver 4.19 17.77 0.00 0.14 ind:imp:3p; -calais caler ver 4.19 17.77 0.01 0.14 ind:imp:1s;ind:imp:2s; -calaisiens calaisien nom m p 0.00 0.07 0.00 0.07 -calaison calaison nom f s 0.10 0.00 0.10 0.00 -calait caler ver 4.19 17.77 0.01 0.47 ind:imp:3s; -calamar calamar nom m s 1.09 0.47 0.40 0.14 -calamars calamar nom m p 1.09 0.47 0.69 0.34 -calame calame nom m s 0.14 0.27 0.14 0.20 -calames calame nom m p 0.14 0.27 0.00 0.07 -calamine calamine nom f s 0.01 0.20 0.01 0.00 -calamines calamine nom f p 0.01 0.20 0.00 0.20 -calamistre calamistrer ver 0.00 0.07 0.00 0.07 ind:pre:3s; -calamistré calamistré adj m s 0.00 0.41 0.00 0.14 -calamistrée calamistré adj f s 0.00 0.41 0.00 0.14 -calamistrés calamistré adj m p 0.00 0.41 0.00 0.14 -calamita calamiter ver 0.04 0.27 0.01 0.00 ind:pas:3s; -calamitait calamiter ver 0.04 0.27 0.00 0.07 ind:imp:3s; -calamiteuse calamiteux adj f s 0.06 0.81 0.02 0.34 -calamiteuses calamiteux adj f p 0.06 0.81 0.00 0.07 -calamiteux calamiteux adj m s 0.06 0.81 0.03 0.41 -calamité calamité nom f s 2.21 2.84 1.63 1.42 -calamités calamité nom f p 2.21 2.84 0.58 1.42 -calanchaient calancher ver 0.10 0.41 0.00 0.07 ind:imp:3p; -calanchais calancher ver 0.10 0.41 0.00 0.07 ind:imp:1s; -calanche calancher ver 0.10 0.41 0.00 0.07 ind:pre:1s; -calancher calancher ver 0.10 0.41 0.00 0.14 inf; -calanché calancher ver m s 0.10 0.41 0.10 0.07 par:pas; -calandre calandre nom f s 0.09 0.68 0.09 0.68 -calanque calanque nom f s 0.40 0.41 0.14 0.14 -calanques calanque nom f p 0.40 0.41 0.27 0.27 -calant caler ver 4.19 17.77 0.02 0.68 par:pre; -calao calao nom m s 0.01 0.00 0.01 0.00 -calbar calbar nom m s 0.02 0.34 0.02 0.20 -calbars calbar nom m p 0.02 0.34 0.00 0.14 -calbombe calbombe nom f s 0.00 0.54 0.00 0.47 -calbombes calbombe nom f p 0.00 0.54 0.00 0.07 -calcaire calcaire nom m s 0.28 1.55 0.28 1.35 -calcaires calcaire adj p 0.15 1.08 0.04 0.68 -calce calcer ver 0.00 0.34 0.00 0.07 ind:pre:3s; -calcer calcer ver 0.00 0.34 0.00 0.20 inf; -calcerais calcer ver 0.00 0.34 0.00 0.07 cnd:pre:1s; -calcif calcif nom m s 0.10 0.74 0.08 0.54 -calcification calcification nom f s 0.08 0.14 0.08 0.14 -calcifié calcifier ver m s 0.07 0.00 0.05 0.00 par:pas; -calcifiée calcifier ver f s 0.07 0.00 0.01 0.00 par:pas; -calcifiée calcifié adj f s 0.02 0.00 0.01 0.00 -calcifs calcif nom m p 0.10 0.74 0.02 0.20 -calcinaient calciner ver 0.50 2.16 0.01 0.00 ind:imp:3p; -calcinait calciner ver 0.50 2.16 0.00 0.07 ind:imp:3s; -calcinant calciner ver 0.50 2.16 0.00 0.14 par:pre; -calcination calcination nom f s 0.00 0.20 0.00 0.20 -calcine calciner ver 0.50 2.16 0.04 0.00 ind:pre:3s; -calciner calciner ver 0.50 2.16 0.02 0.14 inf; -calciné calciner ver m s 0.50 2.16 0.13 0.41 par:pas; -calcinée calciné adj f s 0.34 3.18 0.13 0.68 -calcinées calciné adj f p 0.34 3.18 0.01 1.15 -calcinés calciner ver m p 0.50 2.16 0.26 0.54 par:pas; -calcite calcite nom m s 0.01 0.00 0.01 0.00 -calcium calcium nom m s 0.98 0.74 0.98 0.74 -calcul calcul nom m s 11.47 19.86 5.95 11.55 -calcula calculer ver 12.19 23.31 0.00 1.76 ind:pas:3s; -calculables calculable adj f p 0.00 0.07 0.00 0.07 -calculai calculer ver 12.19 23.31 0.00 0.34 ind:pas:1s; -calculaient calculer ver 12.19 23.31 0.02 0.20 ind:imp:3p; -calculais calculer ver 12.19 23.31 0.13 0.34 ind:imp:1s; -calculait calculer ver 12.19 23.31 0.29 1.49 ind:imp:3s; -calculant calculer ver 12.19 23.31 0.12 1.28 par:pre; -calculateur calculateur adj m s 0.52 0.54 0.30 0.20 -calculateurs calculateur nom m p 0.75 0.88 0.21 0.07 -calculatrice calculateur nom f s 0.75 0.88 0.51 0.34 -calculatrices calculatrice nom f p 0.05 0.00 0.05 0.00 -calcule calculer ver 12.19 23.31 1.96 2.23 imp:pre:2s;ind:pre:1s;ind:pre:3s; -calculent calculer ver 12.19 23.31 0.05 0.07 ind:pre:3p; -calculer calculer ver 12.19 23.31 3.09 5.61 inf; -calculera calculer ver 12.19 23.31 0.03 0.07 ind:fut:3s; -calculerai calculer ver 12.19 23.31 0.01 0.00 ind:fut:1s; -calculerait calculer ver 12.19 23.31 0.00 0.07 cnd:pre:3s; -calcules calculer ver 12.19 23.31 0.28 0.07 ind:pre:2s; -calculette calculette nom f s 0.20 0.20 0.14 0.14 -calculettes calculette nom f p 0.20 0.20 0.07 0.07 -calculeuse calculeux adj f s 0.01 0.00 0.01 0.00 -calculez calculer ver 12.19 23.31 0.28 0.14 imp:pre:2p;ind:pre:2p; -calculiez calculer ver 12.19 23.31 0.01 0.07 ind:imp:2p; -calculons calculer ver 12.19 23.31 0.06 0.00 imp:pre:1p;ind:pre:1p; -calculs calcul nom m p 11.47 19.86 5.52 8.31 -calculèrent calculer ver 12.19 23.31 0.00 0.27 ind:pas:3p; -calculé calculer ver m s 12.19 23.31 5.29 5.61 par:pas; -calculée calculer ver f s 12.19 23.31 0.37 2.23 par:pas; -calculées calculer ver f p 12.19 23.31 0.02 0.68 par:pas; -calculés calculer ver m p 12.19 23.31 0.18 0.81 par:pas; -calcémie calcémie nom f s 0.03 0.00 0.03 0.00 -caldarium caldarium nom m s 0.00 0.07 0.00 0.07 -caldeira caldeira nom f s 0.05 0.00 0.05 0.00 -cale_pied cale_pied nom m s 0.00 0.34 0.00 0.07 -cale_pied cale_pied nom m p 0.00 0.34 0.00 0.27 -cale cale nom f s 4.08 6.15 3.00 4.80 -calebar calebar nom m s 0.16 0.00 0.16 0.00 -calebasse calebasse nom f s 0.12 1.69 0.11 0.95 -calebasses calebasse nom f p 0.12 1.69 0.01 0.74 -calebassier calebassier nom m s 0.00 0.07 0.00 0.07 -calebombe calebombe nom f s 0.00 0.07 0.00 0.07 -calecif calecif nom m s 0.02 0.14 0.02 0.14 -calembour calembour nom m s 0.40 2.23 0.23 0.74 -calembours calembour nom m p 0.40 2.23 0.17 1.49 -calembredaine calembredaine nom f s 0.00 0.54 0.00 0.14 -calembredaines calembredaine nom f p 0.00 0.54 0.00 0.41 -calenché calencher ver m s 0.00 0.07 0.00 0.07 par:pas; -calendaire calendaire adj f s 0.01 0.00 0.01 0.00 -calendes calendes nom f p 0.07 0.61 0.07 0.61 -calendo calendo nom m s 0.00 0.07 0.00 0.07 -calendos calendos nom m 0.00 0.88 0.00 0.88 -calendre calendre nom f s 0.01 0.00 0.01 0.00 -calendrier calendrier nom m s 6.18 14.53 5.37 12.84 -calendriers calendrier nom m p 6.18 14.53 0.82 1.69 -calendula calendula nom m s 0.15 0.00 0.15 0.00 -calent caler ver 4.19 17.77 0.16 0.07 ind:pre:3p; -calepin calepin nom m s 1.17 3.72 1.00 3.11 -calepins calepin nom m p 1.17 3.72 0.17 0.61 -caler caler ver 4.19 17.77 0.77 2.50 inf; -calerai caler ver 4.19 17.77 0.01 0.00 ind:fut:1s; -calerait caler ver 4.19 17.77 0.00 0.07 cnd:pre:3s; -caleras caler ver 4.19 17.77 0.01 0.14 ind:fut:2s; -cales cale nom f p 4.08 6.15 1.08 1.35 -caleçon caleçon nom m s 7.58 6.69 4.63 4.86 -caleçonnade caleçonnade nom f s 0.00 0.07 0.00 0.07 -caleçons caleçon nom m p 7.58 6.69 2.95 1.82 -calez caler ver 4.19 17.77 0.22 2.36 imp:pre:2p;ind:pre:2p; -calf calf nom m s 0.04 0.07 0.04 0.07 -calfat calfat nom m s 0.00 0.27 0.00 0.07 -calfatage calfatage nom m s 0.00 0.07 0.00 0.07 -calfatait calfater ver 0.03 0.47 0.00 0.07 ind:imp:3s; -calfatant calfater ver 0.03 0.47 0.01 0.07 par:pre; -calfate calfater ver 0.03 0.47 0.00 0.07 ind:pre:3s; -calfater calfater ver 0.03 0.47 0.01 0.07 inf; -calfats calfat nom m p 0.00 0.27 0.00 0.20 -calfaté calfater ver m s 0.03 0.47 0.00 0.07 par:pas; -calfatée calfater ver f s 0.03 0.47 0.00 0.07 par:pas; -calfatés calfater ver m p 0.03 0.47 0.01 0.07 par:pas; -calfeutra calfeutrer ver 0.22 3.51 0.00 0.07 ind:pas:3s; -calfeutrage calfeutrage nom m s 0.14 0.00 0.14 0.00 -calfeutrai calfeutrer ver 0.22 3.51 0.00 0.07 ind:pas:1s; -calfeutraient calfeutrer ver 0.22 3.51 0.00 0.34 ind:imp:3p; -calfeutrais calfeutrer ver 0.22 3.51 0.00 0.07 ind:imp:1s; -calfeutrait calfeutrer ver 0.22 3.51 0.00 0.20 ind:imp:3s; -calfeutrant calfeutrer ver 0.22 3.51 0.00 0.07 par:pre; -calfeutre calfeutrer ver 0.22 3.51 0.14 0.34 imp:pre:2s;ind:pre:3s; -calfeutrer calfeutrer ver 0.22 3.51 0.04 0.41 inf; -calfeutres calfeutrer ver 0.22 3.51 0.00 0.07 ind:pre:2s; -calfeutré calfeutrer ver m s 0.22 3.51 0.03 0.61 par:pas; -calfeutrée calfeutrer ver f s 0.22 3.51 0.01 0.74 par:pas; -calfeutrées calfeutrer ver f p 0.22 3.51 0.00 0.27 par:pas; -calfeutrés calfeutrer ver m p 0.22 3.51 0.00 0.27 par:pas; -calibrage calibrage nom m s 0.13 0.07 0.12 0.07 -calibrages calibrage nom m p 0.13 0.07 0.01 0.00 -calibration calibration nom f s 0.07 0.00 0.07 0.00 -calibre calibre nom m s 7.32 6.15 6.63 5.00 -calibrer calibrer ver 1.27 0.61 0.27 0.20 inf; -calibres calibre nom m p 7.32 6.15 0.69 1.15 -calibrez calibrer ver 1.27 0.61 0.01 0.00 imp:pre:2p; -calibré calibrer ver m s 1.27 0.61 0.32 0.14 par:pas; -calibrée calibrer ver f s 1.27 0.61 0.04 0.07 par:pas; -calibrées calibrer ver f p 1.27 0.61 0.16 0.00 par:pas; -calibrés calibrer ver m p 1.27 0.61 0.01 0.07 par:pas; -calice calice nom m s 1.42 2.97 1.20 2.64 -calices calice nom m p 1.42 2.97 0.22 0.34 -calicot calicot nom m s 0.32 2.09 0.17 1.28 -calicots calicot nom m p 0.32 2.09 0.14 0.81 -califat califat nom m s 0.00 0.14 0.00 0.14 -calife calife nom m s 3.51 2.03 3.50 1.96 -califes calife nom m p 3.51 2.03 0.01 0.07 -californie californie nom f s 0.09 0.07 0.09 0.07 -californien californien adj m s 0.81 1.15 0.53 0.54 -californienne californienne adj f s 0.43 0.00 0.35 0.00 -californiennes californienne adj f p 0.43 0.00 0.08 0.00 -californiens californien adj m p 0.81 1.15 0.22 0.14 -californium californium nom m s 0.03 0.00 0.03 0.00 -califourchon califourchon adv 0.44 4.19 0.44 4.19 -calisson calisson nom m s 0.14 0.07 0.14 0.00 -calissons calisson nom m p 0.14 0.07 0.00 0.07 -call_girl call_girl nom f s 1.36 0.14 0.98 0.14 -call_girl call_girl nom f p 1.36 0.14 0.09 0.00 -call_girl call_girl nom f s 1.36 0.14 0.25 0.00 -call_girl call_girl nom f p 1.36 0.14 0.03 0.00 -calla calla nom f s 0.13 0.07 0.13 0.07 -calle caller ver 0.66 1.42 0.63 1.22 imp:pre:2s;ind:pre:1s;ind:pre:3s; -caller caller ver 0.66 1.42 0.00 0.14 inf; -calles caller ver 0.66 1.42 0.03 0.07 ind:pre:2s; -calleuse calleux adj f s 0.64 1.69 0.02 0.20 -calleuses calleux adj f p 0.64 1.69 0.25 1.22 -calleux calleux adj m 0.64 1.69 0.37 0.27 -calligrammes calligramme nom m p 0.00 0.07 0.00 0.07 -calligraphe calligraphe nom s 0.01 0.41 0.01 0.41 -calligraphiais calligraphier ver 0.04 2.16 0.00 0.07 ind:imp:1s; -calligraphiait calligraphier ver 0.04 2.16 0.00 0.07 ind:imp:3s; -calligraphiant calligraphier ver 0.04 2.16 0.00 0.20 par:pre; -calligraphie calligraphie nom f s 1.09 1.35 1.09 1.22 -calligraphient calligraphier ver 0.04 2.16 0.00 0.07 ind:pre:3p; -calligraphier calligraphier ver 0.04 2.16 0.00 0.14 inf; -calligraphies calligraphie nom f p 1.09 1.35 0.00 0.14 -calligraphiez calligraphier ver 0.04 2.16 0.01 0.00 ind:pre:2p; -calligraphique calligraphique adj f s 0.01 0.07 0.01 0.00 -calligraphiquement calligraphiquement adv 0.00 0.07 0.00 0.07 -calligraphiques calligraphique adj m p 0.01 0.07 0.00 0.07 -calligraphié calligraphier ver m s 0.04 2.16 0.01 0.61 par:pas; -calligraphiée calligraphier ver f s 0.04 2.16 0.00 0.34 par:pas; -calligraphiées calligraphier ver f p 0.04 2.16 0.01 0.07 par:pas; -calligraphiés calligraphier ver m p 0.04 2.16 0.00 0.47 par:pas; -callipyge callipyge adj f s 0.00 0.07 0.00 0.07 -callosité callosité nom f s 0.05 0.20 0.02 0.00 -callosités callosité nom f p 0.05 0.20 0.03 0.20 -calma calmer ver 168.51 45.07 0.04 2.97 ind:pas:3s; -calmai calmer ver 168.51 45.07 0.01 0.34 ind:pas:1s; -calmaient calmer ver 168.51 45.07 0.14 0.47 ind:imp:3p; -calmais calmer ver 168.51 45.07 0.21 0.20 ind:imp:1s;ind:imp:2s; -calmait calmer ver 168.51 45.07 0.58 3.38 ind:imp:3s; -calmant calmant nom m s 7.38 1.55 3.46 0.61 -calmante calmant adj f s 0.81 1.08 0.03 0.54 -calmants calmant nom m p 7.38 1.55 3.92 0.95 -calmar calmar nom m s 1.10 0.61 0.70 0.27 -calmars calmar nom m p 1.10 0.61 0.40 0.34 -calmas calmer ver 168.51 45.07 0.01 0.00 ind:pas:2s; -calme calme nom m s 105.20 53.24 105.08 52.03 -calmement calmement adv 6.74 12.43 6.74 12.43 -calment calmer ver 168.51 45.07 0.66 0.54 ind:pre:3p; -calmer calmer ver 168.51 45.07 22.86 14.66 inf;; -calmera calmer ver 168.51 45.07 2.84 0.61 ind:fut:3s; -calmerai calmer ver 168.51 45.07 0.64 0.00 ind:fut:1s; -calmeraient calmer ver 168.51 45.07 0.01 0.14 cnd:pre:3p; -calmerais calmer ver 168.51 45.07 0.18 0.07 cnd:pre:1s; -calmerait calmer ver 168.51 45.07 0.27 0.20 cnd:pre:3s; -calmeras calmer ver 168.51 45.07 0.11 0.00 ind:fut:2s; -calmerez calmer ver 168.51 45.07 0.03 0.00 ind:fut:2p; -calmerons calmer ver 168.51 45.07 0.00 0.07 ind:fut:1p; -calmeront calmer ver 168.51 45.07 0.20 0.14 ind:fut:3p; -calmes calme adj p 66.57 73.65 7.79 7.84 -calmez calmer ver 168.51 45.07 34.63 1.55 imp:pre:2p;ind:pre:2p; -calmi calmir ver m s 0.00 0.20 0.00 0.14 par:pas; -calmiez calmer ver 168.51 45.07 0.12 0.00 ind:imp:2p; -calmir calmir ver 0.00 0.20 0.00 0.07 inf; -calmons calmer ver 168.51 45.07 0.98 0.34 imp:pre:1p;ind:pre:1p; -calmos calmos ono 1.69 0.88 1.69 0.88 -calmât calmer ver 168.51 45.07 0.00 0.14 sub:imp:3s; -calmèrent calmer ver 168.51 45.07 0.00 0.74 ind:pas:3p; -calmé calmer ver m s 168.51 45.07 4.41 3.65 par:pas; -calmée calmer ver f s 168.51 45.07 1.48 3.45 par:pas; -calmées calmer ver f p 168.51 45.07 0.13 0.27 par:pas; -calmés calmer ver m p 168.51 45.07 0.35 0.47 par:pas; -calo calo nom m s 0.08 0.00 0.08 0.00 -calomel calomel nom m s 0.01 0.20 0.01 0.20 -calomniant calomnier ver 1.69 1.55 0.02 0.00 par:pre; -calomniateur calomniateur nom m s 0.12 0.27 0.01 0.07 -calomniateurs calomniateur nom m p 0.12 0.27 0.11 0.14 -calomniatrice calomniateur nom f s 0.12 0.27 0.00 0.07 -calomnie calomnie nom f s 4.49 3.92 2.71 1.69 -calomnient calomnier ver 1.69 1.55 0.17 0.20 ind:pre:3p; -calomnier calomnier ver 1.69 1.55 0.36 0.34 inf; -calomnies calomnie nom f p 4.49 3.92 1.77 2.23 -calomnieuse calomnieux adj f s 0.11 0.34 0.02 0.20 -calomnieuses calomnieux adj f p 0.11 0.34 0.06 0.00 -calomnieux calomnieux adj m p 0.11 0.34 0.03 0.14 -calomniez calomnier ver 1.69 1.55 0.05 0.00 imp:pre:2p;ind:pre:2p; -calomnié calomnier ver m s 1.69 1.55 0.34 0.47 par:pas; -calomniée calomnier ver f s 1.69 1.55 0.16 0.27 par:pas; -calomniés calomnier ver m p 1.69 1.55 0.07 0.20 par:pas; -caloporteur caloporteur nom m s 0.01 0.00 0.01 0.00 -calorie calorie nom f s 1.43 0.95 0.15 0.00 -calories calorie nom f p 1.43 0.95 1.28 0.95 -calorifique calorifique adj s 0.13 0.00 0.13 0.00 -calorifère calorifère nom m s 0.05 0.81 0.04 0.54 -calorifères calorifère nom m p 0.05 0.81 0.01 0.27 -calorifuges calorifuge nom m p 0.00 0.07 0.00 0.07 -calorique calorique adj s 0.10 0.07 0.10 0.07 -calot calot nom m s 0.23 5.81 0.12 4.19 -calotin calotin nom m s 0.00 0.14 0.00 0.07 -calotins calotin nom m p 0.00 0.14 0.00 0.07 -calots calot nom m p 0.23 5.81 0.11 1.62 -calottais calotter ver 0.04 0.54 0.00 0.07 ind:imp:1s; -calotte calotte nom f s 0.43 4.73 0.25 3.85 -calottes calotte nom f p 0.43 4.73 0.18 0.88 -calotté calotter ver m s 0.04 0.54 0.01 0.14 par:pas; -calottées calotter ver f p 0.04 0.54 0.00 0.07 par:pas; -calottés calotter ver m p 0.04 0.54 0.00 0.07 par:pas; -calquaient calquer ver 0.36 1.35 0.00 0.07 ind:imp:3p; -calquait calquer ver 0.36 1.35 0.00 0.27 ind:imp:3s; -calquant calquer ver 0.36 1.35 0.02 0.07 par:pre; -calque calquer ver 0.36 1.35 0.23 0.27 imp:pre:2s;ind:pre:3s; -calquer calquer ver 0.36 1.35 0.03 0.20 inf; -calquera calquer ver 0.36 1.35 0.00 0.07 ind:fut:3s; -calques calque nom m p 0.07 0.61 0.03 0.20 -calqué calquer ver m s 0.36 1.35 0.08 0.07 par:pas; -calquée calquer ver f s 0.36 1.35 0.00 0.20 par:pas; -calquées calquer ver f p 0.36 1.35 0.00 0.14 par:pas; -cals cal nom m p 3.54 0.68 0.04 0.34 -calte calter ver 0.47 1.62 0.02 0.27 imp:pre:2s;ind:pre:1s;ind:pre:3s; -caltent calter ver 0.47 1.62 0.00 0.14 ind:pre:3p; -calter calter ver 0.47 1.62 0.02 0.54 inf; -caltez calter ver 0.47 1.62 0.43 0.47 imp:pre:2p;ind:pre:2p; -calèche calèche nom f s 1.36 3.72 1.32 3.24 -calèches calèche nom f p 1.36 3.72 0.04 0.47 -calèrent caler ver 4.19 17.77 0.00 0.14 ind:pas:3p; -caltons calter ver 0.47 1.62 0.00 0.07 imp:pre:1p; -caltés calter ver m p 0.47 1.62 0.00 0.14 par:pas; -calé caler ver m s 4.19 17.77 1.39 4.46 par:pas; -calédonien calédonien adj m s 0.02 0.14 0.02 0.07 -calédonienne calédonienne adj f s 0.01 0.00 0.01 0.00 -calédoniens calédonien nom m p 0.07 0.14 0.07 0.14 -calée caler ver f s 4.19 17.77 0.25 1.49 par:pas; -calées caler ver f p 4.19 17.77 0.00 0.20 par:pas; -caléidoscope caléidoscope nom m s 0.11 0.00 0.11 0.00 -calumet calumet nom m s 0.24 0.27 0.23 0.20 -calumets calumet nom m p 0.24 0.27 0.01 0.07 -calés caler ver m p 4.19 17.77 0.19 0.68 par:pas; -calus calus nom m 0.00 0.07 0.00 0.07 -calva calva nom m s 0.03 2.36 0.03 2.23 -calvados calvados nom m 0.02 1.35 0.02 1.35 -calvaire calvaire nom m s 2.19 8.24 2.19 7.70 -calvaires calvaire nom m p 2.19 8.24 0.00 0.54 -calvas calva nom m p 0.03 2.36 0.00 0.14 -calville calville nom f s 0.04 0.14 0.04 0.07 -calvilles calville nom f p 0.04 0.14 0.00 0.07 -calvinisme calvinisme nom m s 0.10 0.07 0.10 0.07 -calviniste calviniste adj f s 0.12 0.34 0.11 0.14 -calvinistes calviniste adj p 0.12 0.34 0.01 0.20 -calvitie calvitie nom f s 1.02 2.84 1.00 2.77 -calvities calvitie nom f p 1.02 2.84 0.01 0.07 -calypso calypso nom m s 0.05 0.20 0.05 0.20 -cama camer ver 3.35 1.08 0.20 0.14 ind:pas:3s; -camaïeu camaïeu nom m s 0.00 0.34 0.00 0.34 -camaïeux camaïeux nom m p 0.00 0.14 0.00 0.14 -camail camail nom m s 0.00 0.61 0.00 0.54 -camails camail nom m p 0.00 0.61 0.00 0.07 -camarade camarade nom s 77.81 98.99 47.32 38.85 -camaraderie camaraderie nom f s 1.23 3.58 1.22 3.24 -camaraderies camaraderie nom f p 1.23 3.58 0.01 0.34 -camarades camarade nom p 77.81 98.99 30.50 60.14 -camard camard adj m s 0.01 0.47 0.01 0.27 -camarde camard nom f s 0.00 0.20 0.00 0.20 -camards camard adj m p 0.01 0.47 0.00 0.07 -camarero camarero nom m s 0.00 0.14 0.00 0.07 -camareros camarero nom m p 0.00 0.14 0.00 0.07 -camarguais camarguais adj m 0.00 0.14 0.00 0.14 -camarguaises camarguais nom f p 0.00 0.07 0.00 0.07 -camarilla camarilla nom f s 0.00 0.07 0.00 0.07 -camarin camarin nom m s 0.00 0.34 0.00 0.14 -camarins camarin nom m p 0.00 0.34 0.00 0.20 -camarluche camarluche nom m s 0.00 0.07 0.00 0.07 -camaro camaro nom m s 0.38 0.00 0.38 0.00 -camber camber ver 0.09 0.00 0.09 0.00 inf; -cambiste cambiste nom s 0.01 0.00 0.01 0.00 -cambodgien cambodgien adj m s 0.16 0.14 0.06 0.00 -cambodgienne cambodgien adj f s 0.16 0.14 0.07 0.07 -cambodgiennes cambodgien adj f p 0.16 0.14 0.01 0.00 -cambodgiens cambodgien nom m p 0.09 0.47 0.07 0.00 -cambouis cambouis nom m 0.38 4.59 0.38 4.59 -cambra cambrer ver 1.35 3.51 0.01 0.34 ind:pas:3s; -cambrait cambrer ver 1.35 3.51 0.00 0.41 ind:imp:3s; -cambrant cambrer ver 1.35 3.51 0.00 0.27 par:pre; -cambre cambrer ver 1.35 3.51 0.34 0.27 imp:pre:2s;ind:pre:1s;ind:pre:3s; -cambrement cambrement nom m s 0.00 0.14 0.00 0.14 -cambrent cambrer ver 1.35 3.51 0.00 0.14 ind:pre:3p; -cambrer cambrer ver 1.35 3.51 0.69 0.20 inf; -cambrera cambrer ver 1.35 3.51 0.00 0.07 ind:fut:3s; -cambres cambrer ver 1.35 3.51 0.00 0.34 ind:pre:2s; -cambrez cambrer ver 1.35 3.51 0.31 0.00 imp:pre:2p; -cambrienne cambrien adj f s 0.04 0.00 0.04 0.00 -cambriolage cambriolage nom m s 8.05 2.77 6.60 2.03 -cambriolages cambriolage nom m p 8.05 2.77 1.45 0.74 -cambriolaient cambrioler ver 6.80 1.15 0.02 0.07 ind:imp:3p; -cambriolais cambrioler ver 6.80 1.15 0.05 0.07 ind:imp:1s;ind:imp:2s; -cambriolant cambrioler ver 6.80 1.15 0.05 0.00 par:pre; -cambriole cambrioler ver 6.80 1.15 0.49 0.14 ind:pre:1s;ind:pre:3s; -cambriolent cambrioler ver 6.80 1.15 0.09 0.14 ind:pre:3p; -cambrioler cambrioler ver 6.80 1.15 2.27 0.27 inf; -cambrioles cambrioler ver 6.80 1.15 0.06 0.00 ind:pre:2s; -cambrioleur cambrioleur nom m s 4.70 2.36 3.17 1.08 -cambrioleurs cambrioleur nom m p 4.70 2.36 1.41 1.28 -cambrioleuse cambrioleur nom f s 4.70 2.36 0.12 0.00 -cambriolez cambrioler ver 6.80 1.15 0.06 0.00 imp:pre:2p;ind:pre:2p; -cambrioliez cambrioler ver 6.80 1.15 0.02 0.00 ind:imp:2p; -cambriolons cambrioler ver 6.80 1.15 0.01 0.00 ind:pre:1p; -cambriolé cambrioler ver m s 6.80 1.15 2.69 0.27 par:pas; -cambriolée cambrioler ver f s 6.80 1.15 0.34 0.07 par:pas; -cambriolées cambrioler ver f p 6.80 1.15 0.02 0.14 par:pas; -cambriolés cambrioler ver m p 6.80 1.15 0.62 0.00 par:pas; -cambrousse cambrousse nom f s 1.04 1.96 1.04 1.89 -cambrousses cambrousse nom f p 1.04 1.96 0.00 0.07 -cambré cambré adj m s 0.32 2.77 0.19 0.68 -cambrée cambré adj f s 0.32 2.77 0.14 1.01 -cambrées cambrer ver f p 1.35 3.51 0.00 0.14 par:pas; -cambrure cambrure nom f s 0.20 1.01 0.19 0.95 -cambrures cambrure nom f p 0.20 1.01 0.01 0.07 -cambrés cambré adj m p 0.32 2.77 0.00 0.95 -cambuse cambuse nom f s 0.06 2.50 0.06 2.43 -cambuses cambuse nom f p 0.06 2.50 0.00 0.07 -cambusier cambusier nom m s 0.02 0.00 0.02 0.00 -cambute cambuter ver 0.00 0.27 0.00 0.20 ind:pre:3s; -cambuté cambuter ver m s 0.00 0.27 0.00 0.07 par:pas; -came came nom f s 16.77 4.73 16.50 4.59 -camellia camellia nom m s 0.01 0.00 0.01 0.00 -camelot camelot nom m s 0.48 2.50 0.47 1.28 -camelote camelote nom f s 3.59 4.80 3.59 4.46 -camelotes camelote nom f p 3.59 4.80 0.00 0.34 -camelots camelot nom m p 0.48 2.50 0.01 1.22 -camembert camembert nom m s 0.80 3.85 0.79 3.18 -camemberts camembert nom m p 0.80 3.85 0.01 0.68 -cament camer ver 3.35 1.08 0.08 0.07 ind:pre:3p; -camer camer ver 3.35 1.08 0.30 0.00 inf; -camera camer ver 3.35 1.08 1.55 0.41 ind:fut:3s; -cameraman cameraman nom m s 1.68 0.68 1.54 0.34 -cameramen cameraman nom m p 1.68 0.68 0.14 0.34 -cameras camer ver 3.35 1.08 0.59 0.14 ind:fut:2s; -camerounais camerounais adj m 0.02 0.20 0.01 0.20 -camerounaise camerounais adj f s 0.02 0.20 0.01 0.00 -cames came nom f p 16.77 4.73 0.28 0.14 -camez camer ver 3.35 1.08 0.01 0.00 ind:pre:2p; -camion_benne camion_benne nom m s 0.06 0.14 0.03 0.00 -camion_citerne camion_citerne nom m s 0.70 0.47 0.62 0.34 -camion_grue camion_grue nom m s 0.00 0.14 0.00 0.14 -camion camion nom m s 59.46 50.74 50.06 30.27 -camionnage camionnage nom m s 0.18 0.00 0.18 0.00 -camionnette camionnette nom f s 10.77 17.97 10.05 15.54 -camionnettes camionnette nom f p 10.77 17.97 0.72 2.43 -camionneur camionneur nom m s 2.17 2.36 1.17 1.62 -camionneurs camionneur nom m p 2.17 2.36 1.00 0.74 -camionnée camionner ver f s 0.00 0.07 0.00 0.07 par:pas; -camion_benne camion_benne nom m p 0.06 0.14 0.03 0.14 -camion_citerne camion_citerne nom m p 0.70 0.47 0.08 0.14 -camions camion nom m p 59.46 50.74 9.41 20.47 -camisards camisard nom m p 0.00 0.07 0.00 0.07 -camisole camisole nom f s 2.62 1.69 2.52 1.35 -camisoles camisole nom f p 2.62 1.69 0.10 0.34 -camomille camomille nom f s 1.16 0.68 1.16 0.54 -camomilles camomille nom f p 1.16 0.68 0.00 0.14 -camorra camorra nom f s 0.20 0.07 0.20 0.07 -camoufla camoufler ver 2.19 8.65 0.00 0.14 ind:pas:3s; -camouflage camouflage nom m s 2.43 2.16 2.41 1.82 -camouflages camouflage nom m p 2.43 2.16 0.02 0.34 -camouflaient camoufler ver 2.19 8.65 0.01 0.07 ind:imp:3p; -camouflais camoufler ver 2.19 8.65 0.00 0.07 ind:imp:2s; -camouflait camoufler ver 2.19 8.65 0.02 0.68 ind:imp:3s; -camouflant camoufler ver 2.19 8.65 0.02 0.14 par:pre; -camoufle camoufler ver 2.19 8.65 0.30 0.47 imp:pre:2s;ind:pre:1s;ind:pre:3s; -camouflent camoufler ver 2.19 8.65 0.18 0.27 ind:pre:3p; -camoufler camoufler ver 2.19 8.65 0.80 2.23 inf; -camouflerait camoufler ver 2.19 8.65 0.00 0.07 cnd:pre:3s; -camouflet camouflet nom m s 0.02 0.61 0.02 0.41 -camouflets camouflet nom m p 0.02 0.61 0.00 0.20 -camouflez camoufler ver 2.19 8.65 0.08 0.07 imp:pre:2p;ind:pre:2p; -camouflé camoufler ver m s 2.19 8.65 0.55 1.28 par:pas; -camouflée camoufler ver f s 2.19 8.65 0.18 1.49 par:pas; -camouflées camoufler ver f p 2.19 8.65 0.01 0.54 par:pas; -camouflés camoufler ver m p 2.19 8.65 0.04 1.15 par:pas; -camp camp nom m s 114.93 97.23 105.92 75.61 -campa camper ver 6.16 13.85 0.06 0.68 ind:pas:3s; -campagnard campagnard adj m s 0.88 6.42 0.32 1.55 -campagnarde campagnard adj f s 0.88 6.42 0.24 2.84 -campagnardes campagnard adj f p 0.88 6.42 0.28 1.08 -campagnards campagnard nom m p 0.16 0.74 0.06 0.27 -campagne campagne nom f s 51.12 107.23 48.61 94.73 -campagnes campagne nom f p 51.12 107.23 2.51 12.50 -campagnol campagnol nom m s 0.03 0.41 0.03 0.27 -campagnols campagnol nom m p 0.03 0.41 0.00 0.14 -campaient camper ver 6.16 13.85 0.04 0.95 ind:imp:3p; -campais camper ver 6.16 13.85 0.04 0.07 ind:imp:1s; -campait camper ver 6.16 13.85 0.15 1.76 ind:imp:3s; -campanaire campanaire adj m s 0.00 0.07 0.00 0.07 -campanelles campanelle nom f p 0.00 0.07 0.00 0.07 -campanile campanile nom m s 0.02 2.09 0.02 1.42 -campaniles campanile nom m p 0.02 2.09 0.00 0.68 -campant camper ver 6.16 13.85 0.04 0.41 par:pre; -campanule campanule nom f s 0.18 0.47 0.11 0.00 -campanules campanule nom f p 0.18 0.47 0.07 0.47 -campe camper ver 6.16 13.85 0.89 1.49 ind:pre:1s;ind:pre:3s; -campement campement nom m s 2.52 6.49 2.46 5.34 -campements campement nom m p 2.52 6.49 0.07 1.15 -campent camper ver 6.16 13.85 0.51 0.54 ind:pre:3p; -camper camper ver 6.16 13.85 3.02 3.92 inf; -campera camper ver 6.16 13.85 0.11 0.00 ind:fut:3s; -camperai camper ver 6.16 13.85 0.02 0.00 ind:fut:1s; -camperait camper ver 6.16 13.85 0.01 0.14 cnd:pre:3s; -camperons camper ver 6.16 13.85 0.10 0.14 ind:fut:1p; -campes camper ver 6.16 13.85 0.16 0.07 ind:pre:2s; -campeur campeur nom m s 0.68 4.26 0.13 0.47 -campeurs campeur nom m p 0.68 4.26 0.49 3.72 -campeuse campeur nom f s 0.68 4.26 0.05 0.00 -campeuses campeur nom f p 0.68 4.26 0.00 0.07 -campez camper ver 6.16 13.85 0.08 0.00 imp:pre:2p;ind:pre:2p; -camphre camphre nom m s 0.26 0.74 0.26 0.74 -camphrier camphrier nom m s 0.00 0.14 0.00 0.14 -camphrée camphré adj f s 0.00 0.14 0.00 0.07 -camphrées camphré adj f p 0.00 0.14 0.00 0.07 -camping_car camping_car nom m s 1.06 0.00 1.01 0.00 -camping_car camping_car nom m p 1.06 0.00 0.05 0.00 -camping_gaz camping_gaz nom m 0.00 0.47 0.00 0.47 -camping camping nom m s 4.20 3.24 4.11 2.97 -campings camping nom m p 4.20 3.24 0.09 0.27 -campions camper ver 6.16 13.85 0.02 0.20 ind:imp:1p; -campo campo nom m s 0.58 1.49 0.47 1.49 -campâmes camper ver 6.16 13.85 0.00 0.07 ind:pas:1p; -campons camper ver 6.16 13.85 0.16 0.14 imp:pre:1p;ind:pre:1p; -campos campo nom m p 0.58 1.49 0.11 0.00 -camps camp nom m p 114.93 97.23 9.01 21.62 -campèrent camper ver 6.16 13.85 0.01 0.00 ind:pas:3p; -campé camper ver m s 6.16 13.85 0.74 1.96 par:pas; -campêche campêche nom m s 0.00 0.14 0.00 0.14 -campée camper ver f s 6.16 13.85 0.00 0.81 par:pas; -campées camper ver f p 6.16 13.85 0.00 0.14 par:pas; -campés camper ver m p 6.16 13.85 0.01 0.41 par:pas; -campus campus nom m 6.04 1.62 6.04 1.62 -camé camé nom m s 2.69 0.54 1.71 0.34 -camée camée nom m s 0.58 1.01 0.47 0.88 -camées camée nom m p 0.58 1.01 0.11 0.14 -camélia camélia nom m s 0.42 2.23 0.04 0.27 -camélias camélia nom m p 0.42 2.23 0.38 1.96 -camélidé camélidé nom m s 0.00 0.14 0.00 0.07 -camélidés camélidé nom m p 0.00 0.14 0.00 0.07 -caméléon caméléon nom m s 2.51 0.81 2.35 0.68 -caméléons caméléon nom m p 2.51 0.81 0.16 0.14 -caméra_espion caméra_espion nom f s 0.01 0.00 0.01 0.00 -caméra caméra nom f s 56.18 6.35 41.64 4.39 -caméraman caméraman nom m s 1.28 0.07 1.14 0.07 -caméramans caméraman nom m p 1.28 0.07 0.14 0.00 -caméras caméra nom f p 56.18 6.35 14.54 1.96 -camériste camériste nom f s 0.18 1.01 0.17 0.81 -caméristes camériste nom f p 0.18 1.01 0.01 0.20 -camés camé nom m p 2.69 0.54 0.97 0.20 -camus camus nom m 0.16 0.07 0.16 0.07 -caméscope caméscope nom m s 0.78 0.00 0.74 0.00 -caméscopes caméscope nom m p 0.78 0.00 0.04 0.00 -camuse camus adj f s 0.14 0.61 0.14 0.07 -cana caner ver 0.86 1.55 0.01 0.07 ind:pas:3s; -canada canada nom f s 0.03 0.54 0.03 0.54 -canadair canadair nom m s 0.26 0.00 0.10 0.00 -canadairs canadair nom m p 0.26 0.00 0.16 0.00 -canadian_river canadian_river nom s 0.00 0.07 0.00 0.07 -canadien canadien adj m s 3.57 4.93 1.86 2.09 -canadienne canadien adj f s 3.57 4.93 0.75 1.35 -canadiennes canadien adj f p 3.57 4.93 0.41 0.68 -canadiens canadien nom m p 2.10 5.74 1.36 0.47 -canado canado adv 0.02 0.00 0.02 0.00 -canaille canaille nom f s 6.09 2.91 4.70 2.16 -canaillement canaillement adv 0.00 0.07 0.00 0.07 -canaillerie canaillerie nom f s 0.00 0.41 0.00 0.41 -canailles canaille nom f p 6.09 2.91 1.39 0.74 -canal canal nom m s 17.11 27.43 14.20 20.95 -canalicules canalicule nom m p 0.00 0.14 0.00 0.14 -canalisa canaliser ver 1.88 1.96 0.00 0.07 ind:pas:3s; -canalisaient canaliser ver 1.88 1.96 0.00 0.14 ind:imp:3p; -canalisait canaliser ver 1.88 1.96 0.00 0.20 ind:imp:3s; -canalisateur canalisateur nom m s 0.01 0.00 0.01 0.00 -canalisation canalisation nom f s 1.47 1.28 0.51 0.47 -canalisations canalisation nom f p 1.47 1.28 0.96 0.81 -canalise canaliser ver 1.88 1.96 0.50 0.00 imp:pre:2s;ind:pre:1s;ind:pre:3s; -canalisent canaliser ver 1.88 1.96 0.01 0.20 ind:pre:3p; -canaliser canaliser ver 1.88 1.96 1.06 0.74 inf; -canalisez canaliser ver 1.88 1.96 0.06 0.00 imp:pre:2p;ind:pre:2p; -canalisons canaliser ver 1.88 1.96 0.02 0.07 ind:pre:1p; -canalisé canaliser ver m s 1.88 1.96 0.11 0.27 par:pas; -canalisée canaliser ver f s 1.88 1.96 0.09 0.14 par:pas; -canalisées canaliser ver f p 1.88 1.96 0.00 0.14 par:pas; -canalisés canaliser ver m p 1.88 1.96 0.02 0.00 par:pas; -cananéen cananéen adj m s 0.00 0.07 0.00 0.07 -canapé_lit canapé_lit nom m s 0.02 1.15 0.00 1.15 -canapé canapé nom m s 18.58 20.27 17.66 17.97 -canapé_lit canapé_lit nom m p 0.02 1.15 0.02 0.00 -canapés canapé nom m p 18.58 20.27 0.93 2.30 -canaque canaque adj m s 0.00 0.34 0.00 0.34 -canaques canaque nom p 0.00 0.07 0.00 0.07 -canard canard nom m s 23.05 29.05 15.46 16.15 -canardaient canarder ver 1.36 1.35 0.05 0.07 ind:imp:3p; -canardait canarder ver 1.36 1.35 0.04 0.14 ind:imp:3s; -canarde canarder ver 1.36 1.35 0.28 0.14 imp:pre:2s;ind:pre:1s;ind:pre:3s; -canardeaux canardeau nom m p 0.00 0.07 0.00 0.07 -canardent canarder ver 1.36 1.35 0.08 0.20 ind:pre:3p; -canarder canarder ver 1.36 1.35 0.63 0.47 inf; -canardera canarder ver 1.36 1.35 0.02 0.00 ind:fut:3s; -canarderais canarder ver 1.36 1.35 0.01 0.00 cnd:pre:2s; -canarderont canarder ver 1.36 1.35 0.01 0.00 ind:fut:3p; -canardez canarder ver 1.36 1.35 0.03 0.00 imp:pre:2p; -canards canard nom m p 23.05 29.05 6.66 11.49 -canardé canarder ver m s 1.36 1.35 0.18 0.14 par:pas; -canardée canarder ver f s 1.36 1.35 0.00 0.07 par:pas; -canardés canarder ver m p 1.36 1.35 0.02 0.14 par:pas; -canari canari nom m s 2.72 2.77 1.51 1.49 -canaris canari nom m p 2.72 2.77 1.21 1.28 -canas caner ver 0.86 1.55 0.00 0.07 ind:pas:2s; -canasson canasson nom m s 0.98 1.49 0.58 1.01 -canassons canasson nom m p 0.98 1.49 0.40 0.47 -canasta canasta nom f s 0.21 0.68 0.21 0.68 -canaux canal nom m p 17.11 27.43 2.90 6.49 -cancan cancan nom m s 1.29 1.76 0.51 0.88 -cancanaient cancaner ver 0.31 0.68 0.00 0.14 ind:imp:3p; -cancanait cancaner ver 0.31 0.68 0.00 0.07 ind:imp:3s; -cancanant cancaner ver 0.31 0.68 0.00 0.20 par:pre; -cancane cancaner ver 0.31 0.68 0.03 0.00 ind:pre:3s; -cancaner cancaner ver 0.31 0.68 0.25 0.27 inf; -cancaneries cancanerie nom f p 0.00 0.07 0.00 0.07 -cancanes cancaner ver 0.31 0.68 0.03 0.00 ind:pre:2s; -cancanier cancanier nom m s 0.01 0.07 0.01 0.00 -cancanière cancanier adj f s 0.10 0.14 0.10 0.07 -cancanières cancanier nom f p 0.01 0.07 0.00 0.07 -cancans cancan nom m p 1.29 1.76 0.78 0.88 -cancel cancel nom m s 0.27 0.00 0.27 0.00 -cancer cancer nom m s 23.15 9.46 22.34 8.78 -cancers cancer nom m p 23.15 9.46 0.81 0.68 -canche canche nom f s 0.01 0.00 0.01 0.00 -cancoillotte cancoillotte nom f s 0.00 0.20 0.00 0.20 -cancre cancre nom m s 0.97 3.78 0.77 2.50 -cancrelat cancrelat nom m s 0.23 0.95 0.14 0.41 -cancrelats cancrelat nom m p 0.23 0.95 0.09 0.54 -cancres cancre nom m p 0.97 3.78 0.20 1.28 -cancéreuse cancéreux adj f s 0.62 0.74 0.22 0.34 -cancéreuses cancéreux adj f p 0.62 0.74 0.25 0.14 -cancéreux cancéreux adj m 0.62 0.74 0.16 0.27 -cancérigène cancérigène adj s 0.38 0.27 0.30 0.07 -cancérigènes cancérigène adj p 0.38 0.27 0.08 0.20 -cancériser cancériser ver 0.00 0.07 0.00 0.07 inf; -cancérogène cancérogène adj m s 0.02 0.00 0.02 0.00 -cancérologie cancérologie nom f s 0.01 0.00 0.01 0.00 -cancérologue cancérologue nom s 0.12 0.00 0.09 0.00 -cancérologues cancérologue nom p 0.12 0.00 0.04 0.00 -candeur candeur nom f s 1.27 4.59 1.27 4.46 -candeurs candeur nom f p 1.27 4.59 0.00 0.14 -candi candi adj m s 0.24 0.34 0.24 0.27 -candida candida nom m s 0.13 0.00 0.13 0.00 -candidat candidat nom m s 17.70 8.04 9.63 2.84 -candidate candidat nom f s 17.70 8.04 1.80 0.74 -candidates candidat nom f p 17.70 8.04 0.60 0.47 -candidats candidat nom m p 17.70 8.04 5.67 3.99 -candidature candidature nom f s 2.71 1.76 2.15 1.42 -candidatures candidature nom f p 2.71 1.76 0.56 0.34 -candide candide adj s 0.96 4.73 0.89 3.92 -candidement candidement adv 0.00 0.47 0.00 0.47 -candides candide adj p 0.96 4.73 0.07 0.81 -candidose candidose nom f s 0.04 0.00 0.04 0.00 -candie candir ver f s 0.00 0.74 0.00 0.68 par:pas; -candis candi adj m p 0.24 0.34 0.00 0.07 -candélabre candélabre nom m s 0.50 3.24 0.34 1.42 -candélabres candélabre nom m p 0.50 3.24 0.16 1.82 -cane canard nom f s 23.05 29.05 0.94 1.35 -canebière canebière nom f s 0.00 1.28 0.00 1.28 -canepetière canepetière nom f s 0.00 0.07 0.00 0.07 -caner caner ver 0.86 1.55 0.04 0.47 inf; -caneras caner ver 0.86 1.55 0.00 0.07 ind:fut:2s; -canes caner ver 0.86 1.55 0.11 0.20 ind:pre:2s; -canetille canetille nom f s 0.00 0.07 0.00 0.07 -caneton caneton nom m s 0.69 1.82 0.48 1.15 -canetons caneton nom m p 0.69 1.82 0.21 0.68 -canette canette nom f s 1.95 6.62 1.10 3.18 -canettes canette nom f p 1.95 6.62 0.85 3.45 -canevas canevas nom m 0.32 1.35 0.32 1.35 -canfouine canfouine nom f s 0.00 0.41 0.00 0.41 -cangue cangue nom f s 0.00 0.07 0.00 0.07 -caniche caniche nom m s 2.56 3.99 2.00 3.72 -caniches caniche nom m p 2.56 3.99 0.56 0.27 -caniculaire caniculaire adj s 0.02 0.54 0.02 0.34 -caniculaires caniculaire adj m p 0.02 0.54 0.00 0.20 -canicule canicule nom f s 0.38 3.58 0.35 3.31 -canicules canicule nom f p 0.38 3.58 0.02 0.27 -canidés canidé nom m p 0.07 0.00 0.07 0.00 -canif canif nom m s 0.95 4.93 0.91 4.32 -canifs canif nom m p 0.95 4.93 0.04 0.61 -canin canin adj m s 0.76 0.61 0.56 0.61 -canine canine adj f s 0.54 1.08 0.41 1.01 -canines canine nom f p 0.47 1.15 0.25 0.47 -caninette caninette nom f s 0.00 0.07 0.00 0.07 -canins canin adj m p 0.76 0.61 0.20 0.00 -canisses canisse nom f p 0.00 0.07 0.00 0.07 -caniveau caniveau nom m s 2.94 7.16 2.86 5.27 -caniveaux caniveau nom m p 2.94 7.16 0.08 1.89 -canna canna nom m s 0.10 0.54 0.10 0.00 -cannabis cannabis nom m 1.05 0.14 1.05 0.14 -cannage cannage nom m s 0.00 0.20 0.00 0.20 -cannait canner ver 0.31 2.57 0.00 0.14 ind:imp:3s; -cannant canner ver 0.31 2.57 0.00 0.07 par:pre; -cannas canna nom m p 0.10 0.54 0.00 0.54 -canne_épée canne_épée nom f s 0.01 0.54 0.01 0.34 -canne canne nom f s 10.91 34.32 10.21 26.62 -canneberge canneberge nom f s 0.46 0.00 0.17 0.00 -canneberges canneberge nom f p 0.46 0.00 0.29 0.00 -canneliers cannelier nom m p 0.00 0.20 0.00 0.20 -cannelle cannelle nom f s 1.38 2.97 1.38 2.97 -cannelloni cannelloni nom m s 0.93 0.00 0.67 0.00 -cannellonis cannelloni nom m p 0.93 0.00 0.27 0.00 -cannelé cannelé adj m s 0.01 0.20 0.01 0.00 -cannelée canneler ver f s 0.01 0.07 0.01 0.00 par:pas; -cannelées cannelé adj f p 0.01 0.20 0.00 0.07 -cannelure cannelure nom f s 0.18 0.95 0.01 0.27 -cannelures cannelure nom f p 0.18 0.95 0.17 0.68 -cannelés cannelé adj m p 0.01 0.20 0.00 0.07 -canner canner ver 0.31 2.57 0.28 0.68 inf; -canneraient canner ver 0.31 2.57 0.00 0.07 cnd:pre:3p; -canne_épée canne_épée nom f p 0.01 0.54 0.00 0.20 -cannes canne nom f p 10.91 34.32 0.71 7.70 -cannette cannette nom f s 0.66 0.14 0.42 0.14 -cannettes cannette nom f p 0.66 0.14 0.25 0.00 -cannibale cannibale nom s 4.06 0.95 1.11 0.27 -cannibales cannibale nom p 4.06 0.95 2.95 0.68 -cannibalisme cannibalisme nom m s 1.61 0.47 1.61 0.47 -canné canner ver m s 0.31 2.57 0.02 0.68 par:pas; -cannée canné adj f s 0.00 1.28 0.00 0.47 -cannées canné adj f p 0.00 1.28 0.00 0.27 -canon canon nom m s 22.22 48.99 14.89 28.65 -canoniale canonial adj f s 0.00 0.14 0.00 0.07 -canoniales canonial adj f p 0.00 0.14 0.00 0.07 -canonique canonique adj s 0.22 0.68 0.22 0.47 -canoniquement canoniquement adv 0.00 0.07 0.00 0.07 -canoniques canonique adj f p 0.22 0.68 0.00 0.20 -canonisation canonisation nom f s 0.06 0.47 0.05 0.34 -canonisations canonisation nom f p 0.06 0.47 0.01 0.14 -canoniser canoniser ver 0.61 1.01 0.22 0.14 inf; -canonisez canoniser ver 0.61 1.01 0.10 0.07 imp:pre:2p; -canonisé canoniser ver m s 0.61 1.01 0.25 0.27 par:pas; -canonisée canoniser ver f s 0.61 1.01 0.04 0.27 par:pas; -canonisés canoniser ver m p 0.61 1.01 0.00 0.27 par:pas; -canonnade canonnade nom f s 0.04 2.70 0.04 2.57 -canonnades canonnade nom f p 0.04 2.70 0.00 0.14 -canonnage canonnage nom m s 0.01 0.00 0.01 0.00 -canonnait canonner ver 0.01 0.54 0.00 0.07 ind:imp:3s; -canonner canonner ver 0.01 0.54 0.00 0.20 inf; -canonnier canonnier nom m s 0.39 0.95 0.16 0.47 -canonniers canonnier nom m p 0.39 0.95 0.23 0.47 -canonnière canonnière nom f s 0.34 0.61 0.31 0.41 -canonnières canonnière nom f p 0.34 0.61 0.03 0.20 -canonné canonner ver m s 0.01 0.54 0.00 0.14 par:pas; -canonnées canonner ver f p 0.01 0.54 0.00 0.07 par:pas; -canonnés canonner ver m p 0.01 0.54 0.01 0.07 par:pas; -canons canon nom m p 22.22 48.99 7.34 20.34 -canope canope nom m s 0.09 0.00 0.07 0.00 -canopes canope nom m p 0.09 0.00 0.02 0.00 -canot canot nom m s 4.58 9.19 3.31 7.16 -canotage canotage nom m s 0.04 0.34 0.04 0.34 -canotaient canoter ver 0.01 0.47 0.00 0.07 ind:imp:3p; -canote canoter ver 0.01 0.47 0.00 0.07 ind:pre:3s; -canotent canoter ver 0.01 0.47 0.01 0.00 ind:pre:3p; -canoter canoter ver 0.01 0.47 0.00 0.20 inf; -canoteurs canoteur nom m p 0.00 0.07 0.00 0.07 -canotier canotier nom m s 0.16 3.04 0.00 2.36 -canotiers canotier nom m p 0.16 3.04 0.16 0.68 -canotâmes canoter ver 0.01 0.47 0.00 0.07 ind:pas:1p; -canots canot nom m p 4.58 9.19 1.27 2.03 -canoté canoter ver m s 0.01 0.47 0.00 0.07 par:pas; -canoë canoë nom m s 1.95 1.49 1.73 1.22 -canoës canoë nom m p 1.95 1.49 0.22 0.27 -cantabile cantabile nom m s 0.02 0.61 0.02 0.61 -cantabrique cantabrique adj f s 0.00 0.20 0.00 0.07 -cantabriques cantabrique adj p 0.00 0.20 0.00 0.14 -cantal cantal nom m s 0.00 0.27 0.00 0.27 -cantaloup cantaloup nom m s 0.07 0.07 0.06 0.00 -cantaloups cantaloup nom m p 0.07 0.07 0.01 0.07 -cantate cantate nom f s 0.25 0.54 0.24 0.27 -cantates cantate nom f p 0.25 0.54 0.01 0.27 -cantatrice cantatrice nom f s 0.59 2.43 0.55 1.76 -cantatrices cantatrice nom f p 0.59 2.43 0.04 0.68 -canter canter nom m s 0.02 0.27 0.02 0.27 -canthare canthare nom m s 0.00 0.20 0.00 0.14 -canthares canthare nom m p 0.00 0.20 0.00 0.07 -cantharide cantharide nom f s 0.07 0.14 0.06 0.07 -cantharides cantharide nom f p 0.07 0.14 0.01 0.07 -cantilever cantilever nom m s 0.07 0.00 0.07 0.00 -cantilène cantilène nom f s 0.11 0.34 0.11 0.34 -cantina cantiner ver 0.33 0.34 0.33 0.00 ind:pas:3s; -cantinaient cantiner ver 0.33 0.34 0.00 0.07 ind:imp:3p; -cantine cantine nom f s 4.23 12.16 3.76 10.61 -cantiner cantiner ver 0.33 0.34 0.00 0.27 inf; -cantines cantine nom f p 4.23 12.16 0.47 1.55 -cantinier cantinier nom m s 0.23 1.15 0.05 0.07 -cantiniers cantinier nom m p 0.23 1.15 0.14 0.20 -cantinière cantinier nom f s 0.23 1.15 0.04 0.68 -cantinières cantinier nom f p 0.23 1.15 0.01 0.20 -cantique cantique nom m s 1.68 6.62 0.83 2.50 -cantiques cantique nom m p 1.68 6.62 0.84 4.12 -canton canton nom m s 0.36 4.73 0.34 3.58 -cantonade cantonade nom f s 0.01 3.45 0.01 3.45 -cantonais cantonais adj m s 0.28 0.00 0.27 0.00 -cantonaise cantonais adj f s 0.28 0.00 0.02 0.00 -cantonal cantonal adj m s 0.34 0.34 0.00 0.07 -cantonale cantonal adj f s 0.34 0.34 0.34 0.07 -cantonales cantonal adj f p 0.34 0.34 0.00 0.20 -cantonna cantonner ver 0.76 5.00 0.00 0.14 ind:pas:3s; -cantonnai cantonner ver 0.76 5.00 0.00 0.14 ind:pas:1s; -cantonnaient cantonner ver 0.76 5.00 0.10 0.20 ind:imp:3p; -cantonnais cantonner ver 0.76 5.00 0.04 0.00 ind:imp:1s; -cantonnait cantonner ver 0.76 5.00 0.00 0.34 ind:imp:3s; -cantonnant cantonner ver 0.76 5.00 0.01 0.14 par:pre; -cantonne cantonner ver 0.76 5.00 0.21 0.47 imp:pre:2s;ind:pre:1s;ind:pre:3s; -cantonnement cantonnement nom m s 0.81 5.20 0.68 3.24 -cantonnements cantonnement nom m p 0.81 5.20 0.14 1.96 -cantonnent cantonner ver 0.76 5.00 0.00 0.27 ind:pre:3p; -cantonner cantonner ver 0.76 5.00 0.08 0.47 inf; -cantonneraient cantonner ver 0.76 5.00 0.00 0.07 cnd:pre:3p; -cantonnez cantonner ver 0.76 5.00 0.03 0.00 imp:pre:2p;ind:pre:2p; -cantonnier cantonnier nom m s 0.19 3.04 0.17 1.96 -cantonniers cantonnier nom m p 0.19 3.04 0.03 1.01 -cantonnières cantonnier nom f p 0.19 3.04 0.00 0.07 -cantonnons cantonner ver 0.76 5.00 0.01 0.27 imp:pre:1p;ind:pre:1p; -cantonnèrent cantonner ver 0.76 5.00 0.00 0.07 ind:pas:3p; -cantonné cantonner ver m s 0.76 5.00 0.23 0.88 par:pas; -cantonnée cantonner ver f s 0.76 5.00 0.01 0.41 par:pas; -cantonnées cantonner ver f p 0.76 5.00 0.02 0.34 par:pas; -cantonnés cantonner ver m p 0.76 5.00 0.01 0.81 par:pas; -cantons canton nom m p 0.36 4.73 0.02 1.15 -cantre cantre nom m s 0.00 0.07 0.00 0.07 -cané caner ver m s 0.86 1.55 0.04 0.34 par:pas; -canulant canuler ver 0.00 0.07 0.00 0.07 par:pre; -canular canular nom m s 1.98 0.81 1.71 0.74 -canularesque canularesque adj s 0.00 0.07 0.00 0.07 -canulars canular nom m p 1.98 0.81 0.27 0.07 -canule canule nom f s 0.23 0.07 0.23 0.07 -canés caner ver m p 0.86 1.55 0.00 0.07 par:pas; -canut canut nom m s 0.01 0.14 0.00 0.07 -canuts canut nom m p 0.01 0.14 0.01 0.07 -canyon canyon nom m s 4.45 0.88 4.18 0.47 -canyons canyon nom m p 4.45 0.88 0.27 0.41 -canzonettes canzonette nom f p 0.00 0.07 0.00 0.07 -caoua caoua nom m s 0.07 2.43 0.07 2.30 -caouas caoua nom m p 0.07 2.43 0.00 0.14 -caoutchouc caoutchouc nom m s 5.59 16.55 5.20 16.01 -caoutchoucs caoutchouc nom m p 5.59 16.55 0.39 0.54 -caoutchouteuse caoutchouteux adj f s 0.06 0.88 0.00 0.14 -caoutchouteuses caoutchouteux adj f p 0.06 0.88 0.00 0.20 -caoutchouteux caoutchouteux adj m 0.06 0.88 0.06 0.54 -caoutchouté caoutchouter ver m s 0.01 0.20 0.01 0.00 par:pas; -caoutchoutée caoutchouté adj f s 0.00 1.08 0.00 0.27 -caoutchoutées caoutchouté adj f p 0.00 1.08 0.00 0.47 -caoutchoutés caoutchouté adj m p 0.00 1.08 0.00 0.07 -cap_hornier cap_hornier nom m s 0.00 0.07 0.00 0.07 -cap cap nom m s 19.49 16.55 19.48 15.68 -capable capable adj s 76.85 86.35 65.15 69.73 -capables capable adj p 76.85 86.35 11.70 16.62 -capacité capacité nom f s 17.29 14.39 9.42 8.38 -capacités capacité nom f p 17.29 14.39 7.87 6.01 -capades capade nom f p 0.06 0.00 0.06 0.00 -caparaçon caparaçon nom m s 0.00 0.54 0.00 0.27 -caparaçonnait caparaçonner ver 0.00 1.08 0.00 0.07 ind:imp:3s; -caparaçonne caparaçonner ver 0.00 1.08 0.00 0.07 ind:pre:3s; -caparaçonné caparaçonner ver m s 0.00 1.08 0.00 0.41 par:pas; -caparaçonnée caparaçonner ver f s 0.00 1.08 0.00 0.07 par:pas; -caparaçonnées caparaçonner ver f p 0.00 1.08 0.00 0.07 par:pas; -caparaçonnés caparaçonner ver m p 0.00 1.08 0.00 0.41 par:pas; -caparaçons caparaçon nom m p 0.00 0.54 0.00 0.27 -cape cape nom f s 6.25 11.69 5.40 10.34 -capelage capelage nom m s 0.02 0.07 0.02 0.07 -capeline capeline nom f s 0.11 2.50 0.10 2.09 -capelines capeline nom f p 0.11 2.50 0.01 0.41 -capelé capeler ver m s 0.00 0.14 0.00 0.14 par:pas; -caper caper ver 0.02 0.00 0.02 0.00 inf; -capes cape nom f p 6.25 11.69 0.85 1.35 -capharnaüm capharnaüm nom m s 0.05 1.49 0.05 1.49 -capillaire capillaire adj s 0.93 0.47 0.48 0.20 -capillaires capillaire adj p 0.93 0.47 0.45 0.27 -capillarité capillarité nom f s 0.00 0.07 0.00 0.07 -capilliculteur capilliculteur nom m s 0.01 0.00 0.01 0.00 -capilotade capilotade nom f s 0.01 0.74 0.01 0.61 -capilotades capilotade nom f p 0.01 0.74 0.00 0.14 -capisco capisco nom m s 0.03 0.20 0.03 0.20 -capitaine capitaine nom m s 152.69 92.57 150.59 88.45 -capitainerie capitainerie nom f s 0.15 0.14 0.15 0.14 -capitaines capitaine nom m p 152.69 92.57 2.11 4.12 -capital_risque capital_risque nom m s 0.04 0.00 0.04 0.00 -capital capital nom m s 8.53 9.86 5.49 6.96 -capitale capitale nom f s 11.38 26.62 10.60 23.18 -capitalement capitalement adv 0.00 0.07 0.00 0.07 -capitales capitale nom f p 11.38 26.62 0.78 3.45 -capitalisation capitalisation nom f s 0.03 0.14 0.03 0.14 -capitalise capitaliser ver 0.22 0.20 0.00 0.07 ind:pre:3s; -capitaliser capitaliser ver 0.22 0.20 0.20 0.07 inf; -capitalisme capitalisme nom m s 2.97 3.65 2.97 3.65 -capitalisons capitaliser ver 0.22 0.20 0.00 0.07 ind:pre:1p; -capitaliste capitaliste adj s 1.89 2.03 1.63 1.28 -capitalistes capitaliste nom p 1.09 1.35 0.58 0.81 -capitalistiques capitalistique adj f p 0.00 0.07 0.00 0.07 -capitalisé capitaliser ver m s 0.22 0.20 0.01 0.00 par:pas; -capitalisés capitaliser ver m p 0.22 0.20 0.01 0.00 par:pas; -capitan capitan nom m s 0.10 0.81 0.10 0.74 -capitanat capitanat nom m s 0.01 0.00 0.01 0.00 -capitane capitane nom m s 0.01 0.00 0.01 0.00 -capitans capitan nom m p 0.10 0.81 0.00 0.07 -capitaux capital nom m p 8.53 9.86 1.07 2.91 -capiteuse capiteux adj f s 0.25 2.30 0.00 0.54 -capiteuses capiteux adj f p 0.25 2.30 0.01 0.27 -capiteux capiteux adj m 0.25 2.30 0.24 1.49 -capitole capitole nom m s 0.10 0.07 0.10 0.07 -capiton capiton nom m s 0.00 0.54 0.00 0.20 -capitonnage capitonnage nom m s 0.01 0.27 0.01 0.27 -capitonnaient capitonner ver 0.09 2.70 0.00 0.07 ind:imp:3p; -capitonnait capitonner ver 0.09 2.70 0.00 0.07 ind:imp:3s; -capitonner capitonner ver 0.09 2.70 0.00 0.34 inf; -capitonné capitonner ver m s 0.09 2.70 0.02 0.81 par:pas; -capitonnée capitonné adj f s 0.32 2.23 0.28 0.74 -capitonnées capitonné adj f p 0.32 2.23 0.01 0.41 -capitonnés capitonner ver m p 0.09 2.70 0.02 0.61 par:pas; -capitons capiton nom m p 0.00 0.54 0.00 0.34 -capitouls capitoul nom m p 0.00 0.07 0.00 0.07 -capitula capituler ver 2.31 4.80 0.00 0.47 ind:pas:3s; -capitulaient capituler ver 2.31 4.80 0.01 0.14 ind:imp:3p; -capitulaire capitulaire adj m s 0.00 0.07 0.00 0.07 -capitulais capituler ver 2.31 4.80 0.00 0.07 ind:imp:1s; -capitulait capituler ver 2.31 4.80 0.01 0.14 ind:imp:3s; -capitulant capituler ver 2.31 4.80 0.01 0.07 par:pre; -capitulard capitulard nom m s 0.01 0.00 0.01 0.00 -capitulation capitulation nom f s 0.81 7.77 0.80 7.70 -capitulations capitulation nom f p 0.81 7.77 0.01 0.07 -capitule capituler ver 2.31 4.80 0.28 0.14 imp:pre:2s;ind:pre:1s;ind:pre:3s; -capitulent capituler ver 2.31 4.80 0.13 0.00 ind:pre:3p; -capituler capituler ver 2.31 4.80 0.58 1.82 inf; -capitulera capituler ver 2.31 4.80 0.00 0.07 ind:fut:3s; -capitulerait capituler ver 2.31 4.80 0.02 0.07 cnd:pre:3s; -capitulerez capituler ver 2.31 4.80 0.00 0.14 ind:fut:2p; -capitulerons capituler ver 2.31 4.80 0.04 0.00 ind:fut:1p; -capituleront capituler ver 2.31 4.80 0.01 0.00 ind:fut:3p; -capitules capituler ver 2.31 4.80 0.02 0.00 ind:pre:2s; -capituliez capituler ver 2.31 4.80 0.01 0.00 ind:imp:2p; -capitulions capituler ver 2.31 4.80 0.11 0.00 ind:imp:1p; -capitulons capituler ver 2.31 4.80 0.22 0.00 ind:pre:1p; -capitulèrent capituler ver 2.31 4.80 0.02 0.00 ind:pas:3p; -capitulé capituler ver m s 2.31 4.80 0.84 1.69 par:pas; -capo capo nom m s 2.17 0.14 2.03 0.14 -capoc capoc nom m s 0.00 0.07 0.00 0.07 -capon capon adj m s 0.14 0.41 0.14 0.34 -capons capon adj m p 0.14 0.41 0.01 0.07 -caporal_chef caporal_chef nom m s 0.52 0.54 0.52 0.54 -caporal caporal nom m s 10.22 18.99 9.95 17.03 -caporale caporal nom f s 10.22 18.99 0.04 0.00 -caporaux caporal nom m p 10.22 18.99 0.23 1.96 -capos capo nom m p 2.17 0.14 0.14 0.00 -capot capot nom m s 3.17 8.18 3.13 7.23 -capota capoter ver 0.90 1.15 0.00 0.07 ind:pas:3s; -capotaient capoter ver 0.90 1.15 0.01 0.07 ind:imp:3p; -capote capote nom f s 7.59 18.04 4.67 13.45 -capoter capoter ver 0.90 1.15 0.54 0.61 inf; -capotes capote nom f p 7.59 18.04 2.92 4.59 -capots capot nom m p 3.17 8.18 0.03 0.95 -capoté capoter ver m s 0.90 1.15 0.15 0.20 par:pas; -capotée capoter ver f s 0.90 1.15 0.00 0.07 par:pas; -cappa cappa nom f s 0.01 0.00 0.01 0.00 -cappuccino cappuccino nom m s 1.98 0.07 1.79 0.07 -cappuccinos cappuccino nom m p 1.98 0.07 0.19 0.00 -capricant capricant adj m s 0.00 0.14 0.00 0.07 -capricants capricant adj m p 0.00 0.14 0.00 0.07 -caprice caprice nom m s 8.94 18.31 4.63 9.32 -caprices caprice nom m p 8.94 18.31 4.31 8.99 -capricieuse capricieux adj f s 3.37 6.76 0.71 2.16 -capricieusement capricieusement adv 0.10 0.74 0.10 0.74 -capricieuses capricieux adj f p 3.37 6.76 0.54 1.55 -capricieux capricieux adj m 3.37 6.76 2.12 3.04 -capricorne capricorne nom m s 0.34 0.00 0.29 0.00 -capricornes capricorne nom m p 0.34 0.00 0.05 0.00 -caprine caprin adj f s 0.00 0.07 0.00 0.07 -caps cap nom m p 19.49 16.55 0.01 0.88 -capsulaire capsulaire adj f s 0.03 0.00 0.03 0.00 -capsule capsule nom f s 5.69 3.18 3.96 1.82 -capsules capsule nom f p 5.69 3.18 1.73 1.35 -capsulé capsuler ver m s 0.02 0.07 0.00 0.07 par:pas; -capta capter ver 9.89 9.59 0.00 0.20 ind:pas:3s; -captage captage nom m s 0.02 0.00 0.02 0.00 -captaient capter ver 9.89 9.59 0.00 0.07 ind:imp:3p; -captais capter ver 9.89 9.59 0.01 0.27 ind:imp:1s;ind:imp:2s; -captait capter ver 9.89 9.59 0.11 0.47 ind:imp:3s; -captant capter ver 9.89 9.59 0.01 0.27 par:pre; -captation captation nom f s 0.00 0.14 0.00 0.07 -captations captation nom f p 0.00 0.14 0.00 0.07 -capte capter ver 9.89 9.59 3.84 1.35 imp:pre:2s;ind:pre:1s;ind:pre:3s; -captent capter ver 9.89 9.59 0.19 0.20 ind:pre:3p; -capter capter ver 9.89 9.59 1.95 3.85 inf; -capterai capter ver 9.89 9.59 0.04 0.00 ind:fut:1s; -capterais capter ver 9.89 9.59 0.01 0.14 cnd:pre:1s; -capterait capter ver 9.89 9.59 0.01 0.07 cnd:pre:3s; -capteront capter ver 9.89 9.59 0.01 0.07 ind:fut:3p; -capteur capteur nom m s 2.79 0.00 1.10 0.00 -capteurs capteur nom m p 2.79 0.00 1.69 0.00 -captez capter ver 9.89 9.59 0.62 0.00 imp:pre:2p;ind:pre:2p; -captieuse captieux adj f s 0.00 0.14 0.00 0.07 -captieux captieux adj m p 0.00 0.14 0.00 0.07 -captif captif adj m s 1.11 4.80 0.63 2.16 -captifs captif nom m p 0.78 2.84 0.46 1.15 -captions capter ver 9.89 9.59 0.27 0.14 ind:imp:1p; -captiva captiver ver 1.35 4.73 0.03 0.07 ind:pas:3s; -captivaient captiver ver 1.35 4.73 0.00 0.27 ind:imp:3p; -captivait captiver ver 1.35 4.73 0.03 1.08 ind:imp:3s; -captivant captivant adj m s 0.87 1.55 0.62 0.95 -captivante captivant adj f s 0.87 1.55 0.22 0.41 -captivantes captivant adj f p 0.87 1.55 0.03 0.20 -captive captiver ver 1.35 4.73 0.34 0.61 imp:pre:2s;ind:pre:1s;ind:pre:3s; -captivent captiver ver 1.35 4.73 0.04 0.14 ind:pre:3p; -captiver captiver ver 1.35 4.73 0.14 0.47 inf; -captives captive nom f p 0.06 0.00 0.06 0.00 -captivité captivité nom f s 2.15 4.46 2.15 4.46 -captivèrent captiver ver 1.35 4.73 0.00 0.07 ind:pas:3p; -captivé captiver ver m s 1.35 4.73 0.27 1.49 par:pas; -captivée captiver ver f s 1.35 4.73 0.05 0.27 par:pas; -captivés captiver ver m p 1.35 4.73 0.34 0.14 par:pas; -captons capter ver 9.89 9.59 0.34 0.00 imp:pre:1p;ind:pre:1p; -capté capter ver m s 9.89 9.59 2.03 1.62 par:pas; -captée capter ver f s 9.89 9.59 0.22 0.41 par:pas; -captées capter ver f p 9.89 9.59 0.04 0.27 par:pas; -captura capturer ver 17.67 5.81 0.03 0.20 ind:pas:3s; -capturait capturer ver 17.67 5.81 0.02 0.27 ind:imp:3s; -capturant capturer ver 17.67 5.81 0.09 0.07 par:pre; -capture capture nom f s 3.00 1.76 2.93 1.69 -capturent capturer ver 17.67 5.81 0.23 0.00 ind:pre:3p; -capturer capturer ver 17.67 5.81 6.17 1.82 inf; -capturera capturer ver 17.67 5.81 0.28 0.07 ind:fut:3s; -capturerait capturer ver 17.67 5.81 0.02 0.00 cnd:pre:3s; -captureras capturer ver 17.67 5.81 0.02 0.00 ind:fut:2s; -capturerez capturer ver 17.67 5.81 0.02 0.00 ind:fut:2p; -capturerons capturer ver 17.67 5.81 0.14 0.00 ind:fut:1p; -captureront capturer ver 17.67 5.81 0.02 0.00 ind:fut:3p; -captures capture nom f p 3.00 1.76 0.07 0.07 -capturez capturer ver 17.67 5.81 0.51 0.00 imp:pre:2p;ind:pre:2p; -capturons capturer ver 17.67 5.81 0.07 0.00 imp:pre:1p;ind:pre:1p; -capturé capturer ver m s 17.67 5.81 6.33 2.09 par:pas; -capturée capturer ver f s 17.67 5.81 0.83 0.27 par:pas; -capturées capturer ver f p 17.67 5.81 0.09 0.20 par:pas; -capturés capturer ver m p 17.67 5.81 1.96 0.68 par:pas; -captés capter ver m p 9.89 9.59 0.20 0.20 par:pas; -capuccino capuccino nom m s 0.27 0.14 0.27 0.14 -capuche capuche nom f s 1.60 0.74 1.53 0.61 -capuches capuche nom f p 1.60 0.74 0.07 0.14 -capuchon capuchon nom m s 1.02 6.42 1.02 5.81 -capuchonnés capuchonner ver m p 0.00 0.07 0.00 0.07 par:pas; -capuchons capuchon nom m p 1.02 6.42 0.00 0.61 -capucin capucin nom m s 0.18 1.15 0.03 0.74 -capucinade capucinade nom f s 0.00 0.14 0.00 0.07 -capucinades capucinade nom f p 0.00 0.14 0.00 0.07 -capucine capucine nom f s 0.13 1.22 0.00 0.27 -capucines capucine nom f p 0.13 1.22 0.13 0.95 -capucino capucino nom m 0.00 0.07 0.00 0.07 -capucins capucin nom m p 0.18 1.15 0.14 0.41 -capulet capulet nom m s 0.00 0.07 0.00 0.07 -caput_mortuum caput_mortuum nom m s 0.00 0.07 0.00 0.07 -capétien capétien adj m s 0.00 0.34 0.00 0.20 -capétienne capétien adj f s 0.00 0.34 0.00 0.07 -capétiennes capétien adj f p 0.00 0.34 0.00 0.07 -caque caque nom f s 0.12 0.54 0.12 0.41 -caquelon caquelon nom m s 0.00 0.07 0.00 0.07 -caques caque nom f p 0.12 0.54 0.00 0.14 -caquet caquet nom m s 0.46 0.61 0.45 0.41 -caquetage caquetage nom m s 0.14 1.22 0.04 0.74 -caquetages caquetage nom m p 0.14 1.22 0.11 0.47 -caquetaient caqueter ver 0.53 1.55 0.00 0.54 ind:imp:3p; -caquetait caqueter ver 0.53 1.55 0.00 0.07 ind:imp:3s; -caquetant caqueter ver 0.53 1.55 0.01 0.20 par:pre; -caquetante caquetant adj f s 0.02 0.27 0.00 0.14 -caquetantes caquetant adj f p 0.02 0.27 0.01 0.07 -caqueter caqueter ver 0.53 1.55 0.31 0.14 inf; -caqueteuse caqueteur nom f s 0.00 0.07 0.00 0.07 -caquets caquet nom m p 0.46 0.61 0.01 0.20 -caquette caqueter ver 0.53 1.55 0.07 0.20 ind:pre:1s;ind:pre:3s; -caquettent caqueter ver 0.53 1.55 0.14 0.41 ind:pre:3p; -caquètement caquètement nom m s 0.04 0.47 0.02 0.27 -caquètements caquètement nom m p 0.04 0.47 0.01 0.20 -car car con 237.20 469.32 237.20 469.32 -caraïbe caraïbe nom s 0.16 0.14 0.10 0.00 -caraïbes caraïbe nom p 0.16 0.14 0.06 0.14 -carabas carabas nom m 0.00 0.20 0.00 0.20 -carabe carabe nom m s 0.01 0.20 0.00 0.07 -carabes carabe nom m p 0.01 0.20 0.01 0.14 -carabin carabin nom m s 0.01 0.47 0.00 0.27 -carabine carabine nom f s 2.71 11.15 2.08 10.07 -carabines carabine nom f p 2.71 11.15 0.63 1.08 -carabinier carabinier nom m s 2.91 1.69 0.96 0.20 -carabiniers carabinier nom m p 2.91 1.69 1.94 1.49 -carabins carabin nom m p 0.01 0.47 0.01 0.20 -carabiné carabiné adj m s 0.21 1.08 0.04 0.20 -carabinée carabiné adj f s 0.21 1.08 0.17 0.81 -carabinés carabiné adj m p 0.21 1.08 0.00 0.07 -carabosse carabosse nom f s 0.12 1.62 0.12 1.62 -caracal caracal nom m s 0.00 0.14 0.00 0.14 -caraco caraco nom m s 0.28 1.01 0.14 0.81 -caracola caracoler ver 0.09 1.76 0.00 0.14 ind:pas:3s; -caracolade caracolade nom f s 0.00 0.27 0.00 0.27 -caracolait caracoler ver 0.09 1.76 0.01 0.20 ind:imp:3s; -caracolant caracoler ver 0.09 1.76 0.01 0.27 par:pre; -caracole caracoler ver 0.09 1.76 0.03 0.27 ind:pre:1s;ind:pre:3s; -caracolent caracoler ver 0.09 1.76 0.01 0.27 ind:pre:3p; -caracoler caracoler ver 0.09 1.76 0.02 0.54 inf; -caracolerez caracoler ver 0.09 1.76 0.00 0.07 ind:fut:2p; -caracos caraco nom m p 0.28 1.01 0.14 0.20 -caractère caractère nom m s 18.86 62.16 17.22 47.50 -caractères caractère nom m p 18.86 62.16 1.65 14.66 -caractériel caractériel adj m s 0.49 0.68 0.28 0.27 -caractérielle caractériel adj f s 0.49 0.68 0.02 0.14 -caractérielles caractériel adj f p 0.49 0.68 0.14 0.00 -caractériels caractériel adj m p 0.49 0.68 0.05 0.27 -caractérisait caractériser ver 0.91 3.58 0.15 0.47 ind:imp:3s; -caractérisant caractériser ver 0.91 3.58 0.01 0.00 par:pre; -caractérisation caractérisation nom f s 0.01 0.00 0.01 0.00 -caractérise caractériser ver 0.91 3.58 0.25 2.16 ind:pre:3s; -caractérisent caractériser ver 0.91 3.58 0.04 0.20 ind:pre:3p; -caractériser caractériser ver 0.91 3.58 0.11 0.34 inf; -caractériserais caractériser ver 0.91 3.58 0.01 0.00 cnd:pre:1s; -caractériserait caractériser ver 0.91 3.58 0.00 0.07 cnd:pre:3s; -caractéristique caractéristique adj s 1.31 4.73 0.90 3.78 -caractéristiques caractéristique nom f p 3.69 2.77 2.81 2.09 -caractérisé caractériser ver m s 0.91 3.58 0.29 0.20 par:pas; -caractérisée caractérisé adj f s 0.20 0.81 0.13 0.27 -caractérisées caractérisé adj f p 0.20 0.81 0.00 0.20 -caractérisés caractériser ver m p 0.91 3.58 0.01 0.00 par:pas; -caractérologie caractérologie nom f s 0.00 0.07 0.00 0.07 -caracul caracul nom m s 0.27 0.00 0.27 0.00 -carafe carafe nom f s 1.04 5.47 1.02 4.46 -carafes carafe nom f p 1.04 5.47 0.02 1.01 -carafon carafon nom m s 0.16 0.68 0.01 0.61 -carafons carafon nom m p 0.16 0.68 0.15 0.07 -caramba caramba ono 0.77 0.07 0.77 0.07 -carambar carambar nom m s 0.43 0.34 0.30 0.14 -carambars carambar nom m p 0.43 0.34 0.13 0.20 -carambolage carambolage nom m s 0.48 0.47 0.31 0.34 -carambolages carambolage nom m p 0.48 0.47 0.17 0.14 -carambolaient caramboler ver 0.02 0.95 0.00 0.14 ind:imp:3p; -carambolait caramboler ver 0.02 0.95 0.00 0.07 ind:imp:3s; -carambole caramboler ver 0.02 0.95 0.01 0.20 ind:pre:1s;ind:pre:3s; -carambolent caramboler ver 0.02 0.95 0.00 0.07 ind:pre:3p; -caramboler caramboler ver 0.02 0.95 0.01 0.41 inf; -caramboles carambole nom f p 0.14 0.07 0.14 0.00 -carambolé caramboler ver m s 0.02 0.95 0.00 0.07 par:pas; -carambouillage carambouillage nom m s 0.00 0.14 0.00 0.14 -carambouille carambouille nom f s 0.00 0.27 0.00 0.27 -carambouilleurs carambouilleur nom m p 0.00 0.20 0.00 0.20 -carambouillé carambouiller ver m s 0.00 0.07 0.00 0.07 par:pas; -caramel caramel nom m s 2.76 3.38 1.56 2.30 -caramels caramel nom m p 2.76 3.38 1.20 1.08 -caramélisait caraméliser ver 0.17 0.27 0.00 0.07 ind:imp:3s; -caramélise caraméliser ver 0.17 0.27 0.01 0.14 ind:pre:3s; -caraméliser caraméliser ver 0.17 0.27 0.01 0.00 inf; -caramélisé caraméliser ver m s 0.17 0.27 0.14 0.07 par:pas; -caramélisée caramélisé adj f s 0.11 0.27 0.02 0.00 -caramélisées caramélisé adj f p 0.11 0.27 0.04 0.00 -caramélisés caramélisé adj m p 0.11 0.27 0.03 0.07 -carapace carapace nom f s 1.25 8.38 1.22 6.62 -carapaces carapace nom f p 1.25 8.38 0.04 1.76 -carapatait carapater ver 0.14 1.01 0.00 0.07 ind:imp:3s; -carapate carapater ver 0.14 1.01 0.02 0.34 ind:pre:1s;ind:pre:3s; -carapatent carapater ver 0.14 1.01 0.01 0.07 ind:pre:3p; -carapater carapater ver 0.14 1.01 0.01 0.41 inf; -carapaté carapater ver m s 0.14 1.01 0.10 0.07 par:pas; -carapatés carapater ver m p 0.14 1.01 0.00 0.07 par:pas; -caraque caraque nom f s 0.00 0.20 0.00 0.20 -carat carat nom m s 1.46 2.23 0.14 1.15 -carats carat nom m p 1.46 2.23 1.33 1.08 -caravane caravane nom f s 11.64 6.76 10.34 5.14 -caravanes caravane nom f p 11.64 6.76 1.30 1.62 -caravanier caravanier nom m s 0.41 1.22 0.41 0.07 -caravaniers caravanier nom m p 0.41 1.22 0.00 0.74 -caravaning caravaning nom m s 0.13 0.20 0.13 0.14 -caravanings caravaning nom m p 0.13 0.20 0.00 0.07 -caravanière caravanier nom f s 0.41 1.22 0.00 0.34 -caravanières caravanier nom f p 0.41 1.22 0.00 0.07 -caravansérail caravansérail nom m s 0.14 0.81 0.00 0.54 -caravansérails caravansérail nom m p 0.14 0.81 0.14 0.27 -caravelle caravelle nom f s 0.32 0.95 0.31 0.20 -caravelles caravelle nom f p 0.32 0.95 0.01 0.74 -carbets carbet nom m p 0.00 0.07 0.00 0.07 -carboglace carboglace nom m s 0.05 0.00 0.05 0.00 -carbonade carbonade nom f s 0.14 0.00 0.14 0.00 -carbonari carbonari nom m s 0.00 0.07 0.00 0.07 -carbonate carbonate nom m s 0.08 0.14 0.08 0.14 -carbone carbone nom m s 3.18 1.82 3.15 1.62 -carbones carbone nom m p 3.18 1.82 0.04 0.20 -carbonique carbonique adj s 0.89 0.81 0.79 0.74 -carboniques carbonique adj m p 0.89 0.81 0.10 0.07 -carbonisa carboniser ver 1.25 2.50 0.00 0.07 ind:pas:3s; -carbonisant carboniser ver 1.25 2.50 0.00 0.07 par:pre; -carbonisation carbonisation nom f s 0.03 0.00 0.03 0.00 -carboniser carboniser ver 1.25 2.50 0.10 0.34 inf; -carbonisé carboniser ver m s 1.25 2.50 0.60 0.61 par:pas; -carbonisée carboniser ver f s 1.25 2.50 0.10 0.27 par:pas; -carbonisées carboniser ver f p 1.25 2.50 0.13 0.41 par:pas; -carbonisés carboniser ver m p 1.25 2.50 0.32 0.74 par:pas; -carboné carboné adj m s 0.01 0.00 0.01 0.00 -carboxyhémoglobine carboxyhémoglobine nom f s 0.04 0.00 0.04 0.00 -carburaient carburer ver 0.85 1.22 0.01 0.07 ind:imp:3p; -carburais carburer ver 0.85 1.22 0.00 0.07 ind:imp:1s; -carburait carburer ver 0.85 1.22 0.00 0.34 ind:imp:3s; -carburant carburant nom m s 5.67 1.69 5.56 1.35 -carburants carburant nom m p 5.67 1.69 0.11 0.34 -carburateur carburateur nom m s 1.11 1.22 1.05 1.15 -carburateurs carburateur nom m p 1.11 1.22 0.05 0.07 -carburation carburation nom f s 0.02 0.14 0.02 0.14 -carbure carburer ver 0.85 1.22 0.43 0.27 ind:pre:1s;ind:pre:3s; -carburent carburer ver 0.85 1.22 0.02 0.07 ind:pre:3p; -carburer carburer ver 0.85 1.22 0.17 0.14 inf; -carburez carburer ver 0.85 1.22 0.02 0.00 imp:pre:2p; -carburé carburer ver m s 0.85 1.22 0.01 0.14 par:pas; -carcajou carcajou nom m s 0.00 0.07 0.00 0.07 -carcan carcan nom m s 0.29 4.19 0.28 2.77 -carcans carcan nom m p 0.29 4.19 0.01 1.42 -carcasse carcasse nom f s 2.58 13.85 1.89 10.41 -carcasses carcasse nom f p 2.58 13.85 0.69 3.45 -carcharodon carcharodon nom m s 0.03 0.00 0.03 0.00 -carcinoïde carcinoïde adj s 0.01 0.00 0.01 0.00 -carcinoïde carcinoïde nom m s 0.01 0.00 0.01 0.00 -carcinome carcinome nom m s 0.13 0.00 0.13 0.00 -carcéral carcéral adj m s 1.11 2.30 0.52 1.15 -carcérale carcéral adj f s 1.11 2.30 0.45 0.81 -carcérales carcéral adj f p 1.11 2.30 0.14 0.14 -carcéraux carcéral adj m p 1.11 2.30 0.00 0.20 -cardage cardage nom m s 0.00 0.14 0.00 0.14 -cardait carder ver 0.08 1.35 0.00 0.27 ind:imp:3s; -cardamome cardamome nom f s 0.19 0.34 0.19 0.27 -cardamomes cardamome nom f p 0.19 0.34 0.00 0.07 -cardan cardan nom m s 0.23 0.34 0.21 0.34 -cardans cardan nom m p 0.23 0.34 0.02 0.00 -cardant carder ver 0.08 1.35 0.00 0.27 par:pre; -carde carde nom f s 0.01 0.27 0.01 0.20 -carder carder ver 0.08 1.35 0.07 0.27 inf; -carderai carder ver 0.08 1.35 0.00 0.07 ind:fut:1s; -carderie carderie nom f s 0.00 0.20 0.00 0.20 -cardes carde nom f p 0.01 0.27 0.00 0.07 -cardeur cardeur nom m s 0.01 1.01 0.01 0.20 -cardeuse cardeur nom f s 0.01 1.01 0.00 0.14 -cardeuses cardeur nom f p 0.01 1.01 0.00 0.68 -cardia cardia nom m s 0.01 0.00 0.01 0.00 -cardiaque cardiaque adj s 20.55 3.72 18.34 3.04 -cardiaques cardiaque adj p 20.55 3.72 2.21 0.68 -cardigan cardigan nom m s 0.47 0.61 0.40 0.47 -cardigans cardigan nom m p 0.47 0.61 0.06 0.14 -cardinal_archevêque cardinal_archevêque nom m s 0.02 0.07 0.02 0.07 -cardinal_légat cardinal_légat nom m s 0.00 0.07 0.00 0.07 -cardinal cardinal nom m s 5.18 6.62 4.78 4.80 -cardinale cardinal adj f s 1.09 4.12 0.42 0.68 -cardinales cardinal adj f p 1.09 4.12 0.02 0.20 -cardinalice cardinalice adj f s 0.01 0.14 0.01 0.07 -cardinalices cardinalice adj f p 0.01 0.14 0.00 0.07 -cardinaux cardinal nom m p 5.18 6.62 0.40 1.82 -cardio_pulmonaire cardio_pulmonaire adj s 0.07 0.00 0.07 0.00 -cardio_respiratoire cardio_respiratoire adj f s 0.10 0.00 0.10 0.00 -cardio_vasculaire cardio_vasculaire adj s 0.14 0.07 0.14 0.07 -cardioïde cardioïde adj s 0.00 0.07 0.00 0.07 -cardiogramme cardiogramme nom m s 0.11 0.00 0.11 0.00 -cardiographe cardiographe nom m s 0.01 0.00 0.01 0.00 -cardiographie cardiographie nom f s 0.01 0.00 0.01 0.00 -cardiologie cardiologie nom f s 0.82 0.00 0.82 0.00 -cardiologue cardiologue nom s 1.23 0.27 1.17 0.27 -cardiologues cardiologue nom p 1.23 0.27 0.06 0.00 -cardiomégalie cardiomégalie nom f s 0.04 0.00 0.04 0.00 -cardiomyopathie cardiomyopathie nom f s 0.09 0.00 0.09 0.00 -cardiotonique cardiotonique adj s 0.11 0.00 0.11 0.00 -cardiovasculaire cardiovasculaire adj s 0.24 0.00 0.24 0.00 -cardite cardite nom f s 0.01 0.00 0.01 0.00 -cardium cardium nom m s 0.00 0.07 0.00 0.07 -cardon cardon nom m s 0.06 1.15 0.06 0.07 -cardons cardon nom m p 0.06 1.15 0.00 1.08 -cardères carder nom f p 0.00 0.07 0.00 0.07 -cardé carder ver m s 0.08 1.35 0.00 0.34 par:pas; -cardée carder ver f s 0.08 1.35 0.00 0.07 par:pas; -cardés carder ver m p 0.08 1.35 0.00 0.07 par:pas; -care care nom f s 1.42 0.14 1.42 0.14 -carence carence nom f s 1.06 1.76 0.91 1.49 -carences carence nom f p 1.06 1.76 0.15 0.27 -caressa caresser ver 15.69 83.72 0.13 9.46 ind:pas:3s; -caressai caresser ver 15.69 83.72 0.00 0.74 ind:pas:1s; -caressaient caresser ver 15.69 83.72 0.03 2.23 ind:imp:3p; -caressais caresser ver 15.69 83.72 0.49 2.03 ind:imp:1s;ind:imp:2s; -caressait caresser ver 15.69 83.72 0.57 14.46 ind:imp:3s; -caressant caresser ver 15.69 83.72 1.13 8.18 par:pre; -caressante caressant adj f s 0.23 4.26 0.13 1.55 -caressantes caressant adj f p 0.23 4.26 0.01 0.54 -caressants caressant adj m p 0.23 4.26 0.01 0.61 -caresse caresser ver 15.69 83.72 4.60 14.86 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -caressent caresser ver 15.69 83.72 0.44 1.62 ind:pre:3p; -caresser caresser ver 15.69 83.72 5.66 18.24 inf; -caressera caresser ver 15.69 83.72 0.04 0.20 ind:fut:3s; -caresserai caresser ver 15.69 83.72 0.03 0.07 ind:fut:1s; -caresseraient caresser ver 15.69 83.72 0.00 0.07 cnd:pre:3p; -caresserait caresser ver 15.69 83.72 0.10 0.20 cnd:pre:3s; -caresserez caresser ver 15.69 83.72 0.00 0.07 ind:fut:2p; -caresseront caresser ver 15.69 83.72 0.01 0.14 ind:fut:3p; -caresses caresse nom f p 5.32 33.04 3.11 16.89 -caresseurs caresseur adj m p 0.00 0.07 0.00 0.07 -caresseuse caresseur nom f s 0.00 0.20 0.00 0.07 -caresseuses caresseur nom f p 0.00 0.20 0.00 0.14 -caressez caresser ver 15.69 83.72 0.53 0.20 imp:pre:2p;ind:pre:2p; -caressions caresser ver 15.69 83.72 0.01 0.20 ind:imp:1p; -caressât caresser ver 15.69 83.72 0.00 0.14 sub:imp:3s; -caressèrent caresser ver 15.69 83.72 0.00 0.27 ind:pas:3p; -caressé caresser ver m s 15.69 83.72 0.68 5.81 par:pas; -caressée caresser ver f s 15.69 83.72 0.27 2.70 par:pas; -caressées caresser ver f p 15.69 83.72 0.00 0.34 par:pas; -caressés caresser ver m p 15.69 83.72 0.04 1.15 par:pas; -caret caret nom m s 0.00 0.14 0.00 0.14 -carex carex nom m 0.00 0.20 0.00 0.20 -cargaison cargaison nom f s 7.57 4.26 6.82 3.18 -cargaisons cargaison nom f p 7.57 4.26 0.75 1.08 -cargo cargo nom m s 5.17 7.09 4.18 3.99 -cargos cargo nom m p 5.17 7.09 0.99 3.11 -cargua carguer ver 0.03 0.47 0.00 0.14 ind:pas:3s; -carguent carguer ver 0.03 0.47 0.00 0.07 ind:pre:3p; -carguer carguer ver 0.03 0.47 0.00 0.07 inf; -carguez carguer ver 0.03 0.47 0.03 0.00 imp:pre:2p; -carguée carguer ver f s 0.03 0.47 0.00 0.07 par:pas; -carguées carguer ver f p 0.03 0.47 0.00 0.14 par:pas; -cari cari nom m s 0.08 0.95 0.08 0.07 -cariatide cariatide nom f s 0.00 0.54 0.00 0.34 -cariatides cariatide nom f p 0.00 0.54 0.00 0.20 -caribou caribou nom m s 0.91 0.20 0.74 0.14 -caribous caribou nom m p 0.91 0.20 0.17 0.07 -caribéenne caribéen adj f s 0.03 0.00 0.03 0.00 -caricatural caricatural adj m s 0.04 2.09 0.04 1.22 -caricaturale caricatural adj f s 0.04 2.09 0.01 0.61 -caricaturales caricatural adj f p 0.04 2.09 0.00 0.20 -caricaturaux caricatural adj m p 0.04 2.09 0.00 0.07 -caricature caricature nom f s 1.68 6.49 1.58 4.26 -caricaturer caricaturer ver 0.09 0.27 0.02 0.07 inf; -caricatures caricature nom f p 1.68 6.49 0.10 2.23 -caricaturiste caricaturiste nom s 0.02 0.54 0.02 0.27 -caricaturistes caricaturiste nom p 0.02 0.54 0.00 0.27 -caricaturé caricaturer ver m s 0.09 0.27 0.02 0.00 par:pas; -caricaturées caricaturer ver f p 0.09 0.27 0.01 0.07 par:pas; -caricaturés caricaturer ver m p 0.09 0.27 0.02 0.07 par:pas; -carie carie nom f s 0.89 1.15 0.38 0.61 -carien carien adj m s 0.50 0.07 0.50 0.07 -carier carier ver 0.12 0.07 0.01 0.00 inf; -caries carie nom f p 0.89 1.15 0.51 0.54 -carillon carillon nom m s 1.67 5.88 1.56 5.54 -carillonnaient carillonner ver 0.41 1.35 0.00 0.14 ind:imp:3p; -carillonnait carillonner ver 0.41 1.35 0.00 0.14 ind:imp:3s; -carillonnant carillonner ver 0.41 1.35 0.00 0.14 par:pre; -carillonne carillonner ver 0.41 1.35 0.00 0.14 ind:pre:3s; -carillonnent carillonner ver 0.41 1.35 0.16 0.07 ind:pre:3p; -carillonner carillonner ver 0.41 1.35 0.25 0.61 inf; -carillonnes carillonner ver 0.41 1.35 0.00 0.07 ind:pre:2s; -carillonneur carillonneur nom m s 0.01 0.07 0.00 0.07 -carillonneuse carillonneur nom f s 0.01 0.07 0.01 0.00 -carillonné carillonner ver m s 0.41 1.35 0.00 0.07 par:pas; -carillonnées carillonné adj f p 0.00 0.41 0.00 0.27 -carillonnés carillonné adj m p 0.00 0.41 0.00 0.07 -carillons carillon nom m p 1.67 5.88 0.12 0.34 -carioca carioca adj m s 0.14 0.00 0.14 0.00 -caris cari nom m p 0.08 0.95 0.00 0.88 -carissime carissime adj s 0.00 0.07 0.00 0.07 -cariste cariste nom s 0.04 0.00 0.04 0.00 -caritatif caritatif adj m s 0.57 0.27 0.12 0.07 -caritatifs caritatif adj m p 0.57 0.27 0.02 0.07 -caritative caritatif adj f s 0.57 0.27 0.33 0.07 -caritatives caritatif adj f p 0.57 0.27 0.11 0.07 -carié carié adj m s 0.40 0.47 0.00 0.14 -cariée carié adj f s 0.40 0.47 0.27 0.07 -cariées carié adj f p 0.40 0.47 0.13 0.27 -carlin carlin nom m s 0.96 0.47 0.86 0.34 -carlines carline nom f p 0.00 0.07 0.00 0.07 -carlingue carlingue nom f s 0.23 2.77 0.22 2.36 -carlingues carlingue nom f p 0.23 2.77 0.01 0.41 -carlins carlin nom m p 0.96 0.47 0.10 0.14 -carlisme carlisme nom m s 0.20 0.00 0.20 0.00 -carliste carliste adj f s 0.70 0.00 0.60 0.00 -carlistes carliste adj p 0.70 0.00 0.10 0.00 -carma carmer ver 0.01 1.01 0.01 0.00 ind:pas:3s; -carmagnole carmagnole nom f s 0.00 0.54 0.00 0.47 -carmagnoles carmagnole nom f p 0.00 0.54 0.00 0.07 -carmant carmer ver 0.01 1.01 0.00 0.07 par:pre; -carme carme nom m s 0.14 0.61 0.00 0.14 -carmel carmel nom m s 0.28 0.20 0.28 0.20 -carmer carmer ver 0.01 1.01 0.00 0.68 inf; -carmes carme nom m p 0.14 0.61 0.14 0.47 -carmin carmin nom m s 0.26 0.81 0.26 0.68 -carmina carminer ver 0.23 0.07 0.01 0.00 ind:pas:3s; -carmine carminer ver 0.23 0.07 0.22 0.00 imp:pre:2s;ind:pre:3s; -carmins carmin nom m p 0.26 0.81 0.00 0.14 -carminé carminé adj m s 0.00 0.74 0.00 0.07 -carminée carminé adj f s 0.00 0.74 0.00 0.20 -carminées carminé adj f p 0.00 0.74 0.00 0.34 -carminés carminé adj m p 0.00 0.74 0.00 0.14 -carmé carmer ver m s 0.01 1.01 0.00 0.14 par:pas; -carmée carmer ver f s 0.01 1.01 0.00 0.14 par:pas; -carmélite carmélite nom f s 0.40 1.35 0.28 0.68 -carmélites carmélite nom f p 0.40 1.35 0.12 0.68 -carnage carnage nom m s 5.59 3.38 5.46 3.18 -carnages carnage nom m p 5.59 3.38 0.14 0.20 -carnassier carnassier nom m s 0.04 2.09 0.02 0.74 -carnassiers carnassier adj m p 0.03 1.82 0.03 0.27 -carnassière carnassier nom f s 0.04 2.09 0.01 0.34 -carnassières carnassier nom f p 0.04 2.09 0.00 0.14 -carnation carnation nom f s 0.30 1.08 0.30 1.08 -carnaval carnaval nom m s 7.86 5.81 7.83 5.68 -carnavalesque carnavalesque adj s 0.01 0.20 0.01 0.20 -carnavals carnaval nom m p 7.86 5.81 0.03 0.14 -carne carne nom f s 1.21 2.77 1.09 2.03 -carnes carne nom f p 1.21 2.77 0.12 0.74 -carnet carnet nom m s 13.23 31.82 11.06 24.66 -carnets carnet nom m p 13.23 31.82 2.17 7.16 -carnier carnier nom m s 0.27 0.27 0.27 0.20 -carniers carnier nom m p 0.27 0.27 0.00 0.07 -carnivore carnivore adj s 0.64 1.01 0.25 0.47 -carnivores carnivore adj p 0.64 1.01 0.39 0.54 -carné carné adj m s 0.02 0.27 0.00 0.07 -carnée carné adj f s 0.02 0.27 0.00 0.07 -carnées carné adj f p 0.02 0.27 0.01 0.07 -carnés carné adj m p 0.02 0.27 0.01 0.07 -carogne carogne nom f s 0.14 0.00 0.14 0.00 -carole carole nom f s 0.00 0.07 0.00 0.07 -caroline carolin adj f s 0.03 0.61 0.03 0.14 -carolines carolin adj f p 0.03 0.61 0.00 0.14 -carolingien carolingien adj m s 0.00 0.20 0.00 0.07 -carolingienne carolingien adj f s 0.00 0.20 0.00 0.07 -carolingiens carolingien adj m p 0.00 0.20 0.00 0.07 -carolins carolin adj m p 0.03 0.61 0.00 0.34 -carolus carolus nom m 0.10 0.00 0.10 0.00 -caronades caronade nom f p 0.01 0.14 0.01 0.14 -caroncule caroncule nom f s 0.01 0.14 0.01 0.14 -carotide carotide nom f s 0.84 1.28 0.78 0.88 -carotides carotide nom f p 0.84 1.28 0.06 0.41 -carotidien carotidien adj m s 0.12 0.00 0.09 0.00 -carotidienne carotidien adj f s 0.12 0.00 0.03 0.00 -carottage carottage nom m s 0.02 0.00 0.02 0.00 -carottait carotter ver 0.14 0.41 0.00 0.07 ind:imp:3s; -carotte carotte nom f s 7.12 8.31 2.45 2.97 -carottent carotter ver 0.14 0.41 0.00 0.07 ind:pre:3p; -carotter carotter ver 0.14 0.41 0.03 0.07 inf; -carotterait carotter ver 0.14 0.41 0.00 0.07 cnd:pre:3s; -carottes carotte nom f p 7.12 8.31 4.67 5.34 -carotteur carotteur adj m s 0.12 0.00 0.10 0.00 -carotteuse carotteur adj f s 0.12 0.00 0.02 0.00 -carotène carotène nom m s 0.01 0.00 0.01 0.00 -carottier carottier adj m s 0.01 0.00 0.01 0.00 -carotté carotter ver m s 0.14 0.41 0.06 0.00 par:pas; -carottés carotter ver m p 0.14 0.41 0.00 0.07 par:pas; -caroube caroube nom f s 0.13 0.07 0.13 0.07 -caroubier caroubier nom m s 0.01 0.34 0.01 0.14 -caroubiers caroubier nom m p 0.01 0.34 0.00 0.20 -caroublant caroubler ver 0.00 0.14 0.00 0.07 par:pre; -carouble carouble nom f s 0.00 0.74 0.00 0.07 -caroubler caroubler ver 0.00 0.14 0.00 0.07 inf; -caroubles carouble nom f p 0.00 0.74 0.00 0.68 -caroubleur caroubleur nom m s 0.00 0.14 0.00 0.14 -carousse carousse nom f s 0.00 0.07 0.00 0.07 -carpaccio carpaccio nom m s 0.18 0.00 0.18 0.00 -carpe carpe nom s 2.87 3.85 2.42 2.77 -carpes carpe nom f p 2.87 3.85 0.45 1.08 -carpette carpette nom f s 0.35 2.36 0.32 2.09 -carpettes carpette nom f p 0.35 2.36 0.03 0.27 -carpien carpien adj m s 0.26 0.00 0.23 0.00 -carpienne carpien adj f s 0.26 0.00 0.03 0.00 -carpillon carpillon nom m s 0.00 0.27 0.00 0.27 -carpé carpé adj m s 0.02 0.14 0.02 0.14 -carquois carquois nom m 0.34 0.68 0.34 0.68 -carra carrer ver 1.13 6.55 0.00 0.47 ind:pas:3s; -carraient carrer ver 1.13 6.55 0.00 0.14 ind:imp:3p; -carrais carrer ver 1.13 6.55 0.00 0.14 ind:imp:1s; -carrait carrer ver 1.13 6.55 0.00 0.14 ind:imp:3s; -carrant carrer ver 1.13 6.55 0.00 0.27 par:pre; -carrare carrare nom m s 0.00 0.07 0.00 0.07 -carre carrer ver 1.13 6.55 0.17 0.68 imp:pre:2s;ind:pre:1s;ind:pre:3s; -carreau carreau nom m s 8.10 41.69 4.34 13.51 -carreaux carreau nom m p 8.10 41.69 3.75 28.18 -carrefour carrefour nom m s 5.40 35.95 5.00 30.34 -carrefours carrefour nom m p 5.40 35.95 0.40 5.61 -carrelage carrelage nom m s 2.40 13.18 2.39 12.36 -carrelages carrelage nom m p 2.40 13.18 0.01 0.81 -carrelait carreler ver 0.22 3.24 0.00 0.07 ind:imp:3s; -carrelant carreler ver 0.22 3.24 0.01 0.00 par:pre; -carreler carreler ver 0.22 3.24 0.17 0.07 inf; -carrelet carrelet nom m s 0.05 1.82 0.04 1.69 -carrelets carrelet nom m p 0.05 1.82 0.01 0.14 -carreleur carreleur nom m s 0.14 0.34 0.14 0.20 -carreleurs carreleur nom m p 0.14 0.34 0.00 0.14 -carrelé carreler ver m s 0.22 3.24 0.02 1.62 par:pas; -carrelée carreler ver f s 0.22 3.24 0.02 1.01 par:pas; -carrelées carreler ver f p 0.22 3.24 0.00 0.20 par:pas; -carrelés carreler ver m p 0.22 3.24 0.00 0.27 par:pas; -carrent carrer ver 1.13 6.55 0.00 0.07 ind:pre:3p; -carrer carrer ver 1.13 6.55 0.32 0.88 inf; -carrerais carrer ver 1.13 6.55 0.01 0.00 cnd:pre:1s; -carres carrer ver 1.13 6.55 0.03 0.00 ind:pre:2s;sub:pre:2s; -carrick carrick nom m s 0.28 0.00 0.28 0.00 -carrier carrier nom m s 0.01 0.74 0.01 0.47 -carriers carrier nom m p 0.01 0.74 0.00 0.27 -carriole carriole nom f s 1.42 10.47 1.25 8.38 -carrioles carriole nom f p 1.42 10.47 0.17 2.09 -carrière carrière nom s 36.54 36.15 35.23 33.04 -carrières carrière nom f p 36.54 36.15 1.31 3.11 -carriérisme carriérisme nom m s 0.01 0.00 0.01 0.00 -carriériste carriériste nom s 0.39 0.00 0.34 0.00 -carriéristes carriériste nom p 0.39 0.00 0.04 0.00 -carron carron nom m s 0.01 0.00 0.01 0.00 -carrossable carrossable adj s 0.14 0.54 0.00 0.47 -carrossables carrossable adj f p 0.14 0.54 0.14 0.07 -carrosse carrosse nom m s 2.77 4.05 2.59 3.72 -carrosser carrosser ver 0.03 0.34 0.00 0.07 inf; -carrosserie carrosserie nom f s 1.45 6.55 1.22 5.61 -carrosseries carrosserie nom f p 1.45 6.55 0.23 0.95 -carrosses carrosse nom m p 2.77 4.05 0.18 0.34 -carrossier carrossier nom m s 0.04 0.27 0.02 0.20 -carrossiers carrossier nom m p 0.04 0.27 0.02 0.07 -carrossée carrosser ver f s 0.03 0.34 0.02 0.20 par:pas; -carrossées carrosser ver f p 0.03 0.34 0.00 0.07 par:pas; -carrousel carrousel nom m s 0.42 2.50 0.40 2.36 -carrousels carrousel nom m p 0.42 2.50 0.03 0.14 -carré carré nom m s 3.85 32.23 3.48 25.07 -carrée carré adj f s 4.92 27.77 0.84 10.07 -carrées carrer ver f p 1.13 6.55 0.08 0.20 par:pas; -carrément carrément adv 9.99 16.55 9.99 16.55 -carrure carrure nom f s 0.94 4.53 0.94 4.39 -carrures carrure nom f p 0.94 4.53 0.00 0.14 -carrés carré adj m p 4.92 27.77 1.36 6.49 -carry carry nom m s 0.61 0.20 0.61 0.20 -cars car nom_sup m p 14.84 19.86 0.64 3.99 -carta carter ver 0.30 0.20 0.01 0.14 ind:pas:3s; -cartable cartable nom m s 1.58 11.28 1.54 9.32 -cartables cartable nom m p 1.58 11.28 0.04 1.96 -carte_clé carte_clé nom f s 0.03 0.00 0.03 0.00 -carte_lettre carte_lettre nom f s 0.00 0.41 0.00 0.34 -carte carte nom f s 144.96 111.42 96.11 60.95 -cartel cartel nom m s 2.04 0.81 1.75 0.61 -cartels cartel nom m p 2.04 0.81 0.28 0.20 -carter carter nom m s 1.14 0.34 1.12 0.34 -carterie carterie nom f s 0.07 0.00 0.07 0.00 -carters carter nom m p 1.14 0.34 0.01 0.00 -carte_lettre carte_lettre nom f p 0.00 0.41 0.00 0.07 -cartes carte nom f p 144.96 111.42 48.84 50.47 -carthaginois carthaginois nom m 0.04 0.27 0.04 0.27 -carthaginoise carthaginois adj f s 0.04 0.07 0.01 0.07 -carthame carthame nom m s 0.02 0.00 0.02 0.00 -carène carène nom f s 0.11 0.54 0.11 0.34 -carènes carène nom f p 0.11 0.54 0.00 0.20 -cartilage cartilage nom m s 0.84 1.42 0.75 0.68 -cartilages cartilage nom m p 0.84 1.42 0.09 0.74 -cartilagineuse cartilagineux adj f s 0.07 0.14 0.02 0.14 -cartilagineuses cartilagineux adj f p 0.07 0.14 0.03 0.00 -cartilagineux cartilagineux adj m p 0.07 0.14 0.02 0.00 -cartographe cartographe nom s 0.16 0.61 0.11 0.27 -cartographes cartographe nom p 0.16 0.61 0.05 0.34 -cartographie cartographie nom f s 0.37 0.34 0.37 0.34 -cartographient cartographier ver 0.10 0.07 0.00 0.07 ind:pre:3p; -cartographier cartographier ver 0.10 0.07 0.02 0.00 inf; -cartographique cartographique adj s 0.26 0.20 0.18 0.07 -cartographiques cartographique adj p 0.26 0.20 0.07 0.14 -cartographié cartographier ver m s 0.10 0.07 0.07 0.00 par:pas; -cartographiés cartographier ver m p 0.10 0.07 0.01 0.00 par:pas; -cartomancie cartomancie nom f s 0.01 0.00 0.01 0.00 -cartomancien cartomancien nom m s 0.16 1.15 0.00 0.14 -cartomancienne cartomancien nom f s 0.16 1.15 0.16 0.88 -cartomanciennes cartomancien nom f p 0.16 1.15 0.00 0.14 -carton_pâte carton_pâte nom m s 0.17 1.28 0.17 1.28 -carton carton nom m s 16.01 44.86 10.92 34.80 -cartonnage cartonnage nom m s 0.00 0.54 0.00 0.14 -cartonnages cartonnage nom m p 0.00 0.54 0.00 0.41 -cartonnant cartonner ver 2.02 2.16 0.00 0.07 par:pre; -cartonne cartonner ver 2.02 2.16 0.32 0.14 imp:pre:2s;ind:pre:1s;ind:pre:3s; -cartonnent cartonner ver 2.02 2.16 0.05 0.00 ind:pre:3p; -cartonner cartonner ver 2.02 2.16 1.09 0.41 inf; -cartonneuse cartonneux adj f s 0.00 0.47 0.00 0.20 -cartonneuses cartonneux adj f p 0.00 0.47 0.00 0.07 -cartonneux cartonneux adj m 0.00 0.47 0.00 0.20 -cartonnier cartonnier nom m s 0.00 0.34 0.00 0.20 -cartonniers cartonnier nom m p 0.00 0.34 0.00 0.14 -cartonné cartonner ver m s 2.02 2.16 0.54 0.47 par:pas; -cartonnée cartonner ver f s 2.02 2.16 0.03 0.41 par:pas; -cartonnées cartonner ver f p 2.02 2.16 0.00 0.27 par:pas; -cartonnés cartonner ver m p 2.02 2.16 0.00 0.41 par:pas; -cartons carton nom m p 16.01 44.86 5.09 10.07 -cartoon cartoon nom m s 0.76 0.07 0.43 0.00 -cartoons cartoon nom m p 0.76 0.07 0.33 0.07 -cartothèque cartothèque nom f s 0.10 0.00 0.10 0.00 -cartouche cartouche nom s 5.81 9.53 1.76 2.91 -cartoucherie cartoucherie nom f s 0.00 0.07 0.00 0.07 -cartouches cartouche nom p 5.81 9.53 4.05 6.62 -cartouchière cartouchière nom f s 0.17 2.16 0.04 0.47 -cartouchières cartouchière nom f p 0.17 2.16 0.14 1.69 -carté carter ver m s 0.30 0.20 0.00 0.07 par:pas; -cartulaires cartulaire nom m p 0.00 0.14 0.00 0.14 -cartésianisme cartésianisme nom m s 0.00 0.20 0.00 0.20 -cartésien cartésien adj m s 0.06 0.68 0.01 0.34 -cartésienne cartésien adj f s 0.06 0.68 0.04 0.20 -cartésiennes cartésien adj f p 0.06 0.68 0.00 0.07 -cartésiens cartésien adj m p 0.06 0.68 0.00 0.07 -carême_prenant carême_prenant nom m s 0.00 0.07 0.00 0.07 -carême carême nom m s 0.25 1.96 0.25 1.82 -carêmes carême nom m p 0.25 1.96 0.00 0.14 -carénage carénage nom m s 0.04 0.41 0.04 0.34 -carénages carénage nom m p 0.04 0.41 0.00 0.07 -caréner caréner ver 0.01 0.14 0.01 0.00 inf; -caréné caréné adj m s 0.00 0.07 0.00 0.07 -carénées caréner ver f p 0.01 0.14 0.00 0.07 par:pas; -carvi carvi nom m s 0.04 0.00 0.04 0.00 -cary cary nom m s 0.01 0.00 0.01 0.00 -caryatides caryatide nom f p 0.00 0.07 0.00 0.07 -caryotype caryotype nom m s 0.04 0.00 0.04 0.00 -cas cas nom m 280.59 217.36 280.59 217.36 -casa casa nom f s 1.49 2.57 1.49 2.57 -casablancaises casablancais adj f p 0.00 0.07 0.00 0.07 -casaient caser ver 4.76 7.70 0.01 0.07 ind:imp:3p; -casait caser ver 4.76 7.70 0.01 0.27 ind:imp:3s; -casanier casanier adj m s 0.46 0.81 0.20 0.47 -casaniers casanier adj m p 0.46 0.81 0.13 0.07 -casanière casanier adj f s 0.46 0.81 0.13 0.20 -casanières casanier adj f p 0.46 0.81 0.01 0.07 -casant caser ver 4.76 7.70 0.00 0.07 par:pre; -casaque casaque nom f s 0.45 2.84 0.18 2.16 -casaques casaque nom f p 0.45 2.84 0.27 0.68 -casaquin casaquin nom m s 0.00 0.14 0.00 0.14 -casas caser ver 4.76 7.70 0.11 0.47 ind:pas:2s; -casbah casbah nom f s 1.76 4.32 1.76 4.32 -cascadaient cascader ver 0.27 1.62 0.00 0.20 ind:imp:3p; -cascadait cascader ver 0.27 1.62 0.00 0.34 ind:imp:3s; -cascadant cascader ver 0.27 1.62 0.00 0.07 par:pre; -cascadas cascader ver 0.27 1.62 0.00 0.07 ind:pas:2s; -cascade cascade nom f s 4.41 11.55 3.19 7.30 -cascadent cascader ver 0.27 1.62 0.00 0.20 ind:pre:3p; -cascader cascader ver 0.27 1.62 0.27 0.20 inf; -cascades cascade nom f p 4.41 11.55 1.22 4.26 -cascadeur cascadeur nom m s 2.81 0.27 1.88 0.14 -cascadeurs cascadeur nom m p 2.81 0.27 0.65 0.14 -cascadeuse cascadeur nom f s 2.81 0.27 0.28 0.00 -cascadèrent cascader ver 0.27 1.62 0.00 0.07 ind:pas:3p; -cascadé cascader ver m s 0.27 1.62 0.00 0.07 par:pas; -cascara cascara nom f s 0.04 0.00 0.04 0.00 -cascatelle cascatelle nom f s 0.00 0.14 0.00 0.07 -cascatelles cascatelle nom f p 0.00 0.14 0.00 0.07 -cascher cascher adj 0.03 0.00 0.03 0.00 -case case nom f s 5.18 14.53 4.41 9.46 -casemate casemate nom f s 0.01 3.18 0.00 1.55 -casemates casemate nom f p 0.01 3.18 0.01 1.62 -casent caser ver 4.76 7.70 0.02 0.07 ind:pre:3p; -caser caser ver 4.76 7.70 2.12 3.78 ind:pre:2p;inf; -caserai caser ver 4.76 7.70 0.04 0.07 ind:fut:1s; -caserais caser ver 4.76 7.70 0.03 0.07 cnd:pre:1s; -caserait caser ver 4.76 7.70 0.05 0.00 cnd:pre:3s; -caserne caserne nom f s 8.99 16.49 7.97 12.03 -casernement casernement nom m s 0.01 0.68 0.01 0.41 -casernements casernement nom m p 0.01 0.68 0.00 0.27 -caserner caserner ver 0.01 0.34 0.00 0.07 inf; -casernes caserne nom f p 8.99 16.49 1.03 4.46 -caserné caserner ver m s 0.01 0.34 0.01 0.07 par:pas; -casernés caserner ver m p 0.01 0.34 0.00 0.20 par:pas; -cases case nom f p 5.18 14.53 0.78 5.07 -casette casette nom f s 0.06 0.00 0.05 0.00 -casettes casette nom f p 0.06 0.00 0.01 0.00 -cash cash adv 7.25 0.61 7.25 0.61 -casher casher adj s 0.53 0.07 0.53 0.07 -cashmere cashmere nom m s 0.46 0.34 0.46 0.34 -casier casier nom m s 17.81 8.11 15.82 4.46 -casiers casier nom m p 17.81 8.11 1.98 3.65 -casimir casimir nom m s 0.01 0.27 0.01 0.27 -casino casino nom m s 12.75 10.81 10.89 9.80 -casinos casino nom m p 12.75 10.81 1.86 1.01 -casoar casoar nom m s 0.14 0.61 0.13 0.41 -casoars casoar nom m p 0.14 0.61 0.01 0.20 -caspiennes caspienne adj f p 0.01 0.00 0.01 0.00 -casquaient casquer ver 1.92 6.69 0.00 0.07 ind:imp:3p; -casquais casquer ver 1.92 6.69 0.01 0.07 ind:imp:1s;ind:imp:2s; -casquait casquer ver 1.92 6.69 0.01 0.14 ind:imp:3s; -casquant casquer ver 1.92 6.69 0.01 0.20 par:pre; -casque casque nom m s 15.42 29.19 12.11 21.62 -casquent casquer ver 1.92 6.69 0.02 0.00 ind:pre:3p; -casquer casquer ver 1.92 6.69 1.25 1.89 inf; -casquera casquer ver 1.92 6.69 0.02 0.07 ind:fut:3s; -casqueras casquer ver 1.92 6.69 0.00 0.07 ind:fut:2s; -casqueront casquer ver 1.92 6.69 0.00 0.07 ind:fut:3p; -casques casque nom m p 15.42 29.19 3.32 7.57 -casquette casquette nom f s 9.73 38.58 8.64 34.39 -casquettes casquette nom f p 9.73 38.58 1.09 4.19 -casquettiers casquettier nom m p 0.00 0.07 0.00 0.07 -casquettés casquetté adj m p 0.00 0.07 0.00 0.07 -casquez casquer ver 1.92 6.69 0.21 0.14 imp:pre:2p;ind:pre:2p; -casqué casquer ver m s 1.92 6.69 0.11 1.42 par:pas; -casquée casqué adj f s 0.12 4.46 0.00 0.61 -casquées casqué adj f p 0.12 4.46 0.01 0.34 -casqués casqué adj m p 0.12 4.46 0.04 2.57 -cassa casser ver 160.61 92.70 0.12 4.73 ind:pas:3s; -cassable cassable adj s 0.02 0.20 0.01 0.14 -cassables cassable adj m p 0.02 0.20 0.01 0.07 -cassage cassage nom m s 0.16 0.54 0.14 0.41 -cassages cassage nom m p 0.16 0.54 0.03 0.14 -cassai casser ver 160.61 92.70 0.00 0.20 ind:pas:1s; -cassaient casser ver 160.61 92.70 0.12 1.89 ind:imp:3p; -cassais casser ver 160.61 92.70 0.64 0.68 ind:imp:1s;ind:imp:2s; -cassait casser ver 160.61 92.70 0.75 3.78 ind:imp:3s; -cassandre cassandre nom m s 0.06 0.07 0.06 0.07 -cassant casser ver 160.61 92.70 0.59 2.64 par:pre; -cassante cassant adj f s 0.35 2.77 0.04 0.88 -cassantes cassant adj f p 0.35 2.77 0.00 0.41 -cassants cassant adj m p 0.35 2.77 0.02 0.27 -cassate cassate nom f s 0.00 0.07 0.00 0.07 -cassation cassation nom f s 0.85 0.95 0.85 0.88 -cassations cassation nom f p 0.85 0.95 0.00 0.07 -casse_bonbon casse_bonbon nom m p 0.10 0.00 0.10 0.00 -casse_burnes casse_burnes nom m 0.05 0.00 0.05 0.00 -casse_cou casse_cou adj s 0.35 0.54 0.35 0.54 -casse_couilles casse_couilles nom m 1.47 0.20 1.47 0.20 -casse_croûte casse_croûte nom m s 1.54 4.46 1.52 4.32 -casse_croûte casse_croûte nom m p 1.54 4.46 0.02 0.14 -casse_cul casse_cul adj 0.01 0.00 0.01 0.00 -casse_dalle casse_dalle nom m 0.29 0.95 0.28 0.81 -casse_dalle casse_dalle nom m p 0.29 0.95 0.01 0.14 -casse_graine casse_graine nom m 0.00 0.95 0.00 0.95 -casse_gueule casse_gueule nom m 0.10 0.07 0.10 0.07 -casse_noisette casse_noisette nom m s 0.22 0.41 0.22 0.41 -casse_noisettes casse_noisettes nom m 0.13 0.27 0.13 0.27 -casse_noix casse_noix nom m 0.12 0.20 0.12 0.20 -casse_pattes casse_pattes nom m 0.03 0.20 0.03 0.20 -casse_pieds casse_pieds adj s 0.87 1.22 0.87 1.22 -casse_pipe casse_pipe nom m s 0.50 0.74 0.50 0.74 -casse_pipes casse_pipes nom m 0.02 0.20 0.02 0.20 -casse_tête casse_tête nom m 0.69 0.88 0.69 0.88 -casse casser ver 160.61 92.70 41.32 17.03 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:1s;sub:pre:3s; -cassement cassement nom m s 0.00 0.20 0.00 0.14 -cassements cassement nom m p 0.00 0.20 0.00 0.07 -cassent casser ver 160.61 92.70 3.78 2.50 ind:pre:3p; -casser casser ver 160.61 92.70 36.24 30.14 inf; -cassera casser ver 160.61 92.70 1.47 0.81 ind:fut:3s; -casserai casser ver 160.61 92.70 1.58 0.74 ind:fut:1s; -casseraient casser ver 160.61 92.70 0.04 0.07 cnd:pre:3p; -casserais casser ver 160.61 92.70 0.42 0.41 cnd:pre:1s;cnd:pre:2s; -casserait casser ver 160.61 92.70 0.51 0.61 cnd:pre:3s; -casseras casser ver 160.61 92.70 0.35 0.27 ind:fut:2s; -casserez casser ver 160.61 92.70 0.05 0.00 ind:fut:2p; -casseriez casser ver 160.61 92.70 0.03 0.00 cnd:pre:2p; -casserole casserole nom f s 4.95 22.84 2.91 16.22 -casseroles casserole nom f p 4.95 22.84 2.05 6.62 -casserolée casserolée nom f s 0.00 0.34 0.00 0.27 -casserolées casserolée nom f p 0.00 0.34 0.00 0.07 -casserons casser ver 160.61 92.70 0.01 0.07 ind:fut:1p; -casseront casser ver 160.61 92.70 0.25 0.27 ind:fut:3p; -casses casser ver 160.61 92.70 7.47 1.55 ind:pre:2s;sub:pre:2s; -cassetins cassetin nom m p 0.00 0.07 0.00 0.07 -cassette cassette nom f s 32.40 6.42 23.55 4.05 -cassettes cassette nom f p 32.40 6.42 8.86 2.36 -casseur casseur nom m s 1.46 3.18 0.71 1.76 -casseurs casseur nom m p 1.46 3.18 0.68 1.28 -casseuse casseur nom f s 1.46 3.18 0.07 0.07 -casseuses casseuse nom f p 0.01 0.07 0.01 0.00 -cassez casser ver 160.61 92.70 7.91 1.08 imp:pre:2p;ind:pre:2p; -cassier cassier nom m s 0.00 0.07 0.00 0.07 -cassiez casser ver 160.61 92.70 0.07 0.07 ind:imp:2p; -cassine cassine nom f s 0.00 1.55 0.00 1.55 -cassis cassis nom m 0.67 3.18 0.67 3.18 -cassitérite cassitérite nom f s 0.00 0.07 0.00 0.07 -cassolette cassolette nom f s 0.01 0.68 0.01 0.20 -cassolettes cassolette nom f p 0.01 0.68 0.00 0.47 -cassonade cassonade nom f s 0.32 0.07 0.32 0.07 -cassons casser ver 160.61 92.70 2.13 0.07 imp:pre:1p;ind:pre:1p; -cassoulet cassoulet nom m s 0.52 1.62 0.52 1.62 -cassèrent casser ver 160.61 92.70 0.00 0.47 ind:pas:3p; -cassé casser ver m s 160.61 92.70 42.71 15.88 par:pas; -cassée casser ver f s 160.61 92.70 9.30 4.12 par:pas; -cassées cassé adj f p 22.07 22.84 1.85 3.11 -cassure cassure nom f s 0.51 3.78 0.44 2.50 -cassures cassure nom f p 0.51 3.78 0.07 1.28 -cassés cassé adj m p 22.07 22.84 2.14 4.05 -castagnait castagner ver 0.10 0.68 0.00 0.14 ind:imp:3s; -castagne castagne nom f s 0.15 0.95 0.15 0.95 -castagnent castagner ver 0.10 0.68 0.00 0.20 ind:pre:3p; -castagner castagner ver 0.10 0.68 0.04 0.27 inf; -castagnes castagner ver 0.10 0.68 0.03 0.00 ind:pre:2s; -castagnette castagnette nom f s 0.99 2.57 0.00 0.07 -castagnettes castagnette nom f p 0.99 2.57 0.99 2.50 -castagné castagner ver m s 0.10 0.68 0.03 0.07 par:pas; -castard castard nom m s 0.01 0.00 0.01 0.00 -caste caste nom f s 0.73 4.19 0.50 3.38 -castel castel nom m s 0.14 1.08 0.14 1.08 -castelet castelet nom m s 0.00 0.07 0.00 0.07 -castes caste nom f p 0.73 4.19 0.23 0.81 -castillan castillan nom m s 0.38 0.61 0.38 0.34 -castillane castillan adj f s 0.23 0.81 0.00 0.27 -castillanes castillan adj f p 0.23 0.81 0.00 0.07 -castillans castillan adj m p 0.23 0.81 0.00 0.07 -castille castille nom f s 0.01 0.00 0.01 0.00 -castine castine nom f s 0.07 0.07 0.07 0.07 -casting casting nom m s 3.03 0.20 2.99 0.20 -castings casting nom m p 3.03 0.20 0.04 0.00 -castor castor nom m s 2.86 1.76 2.40 1.08 -castors castor nom m p 2.86 1.76 0.46 0.68 -castrat castrat nom m s 0.09 0.41 0.06 0.14 -castrateur castrateur adj m s 0.08 0.34 0.01 0.00 -castration castration nom f s 0.47 1.28 0.47 1.28 -castratrice castratrice adj f s 0.07 0.00 0.07 0.00 -castratrices castrateur adj f p 0.08 0.34 0.04 0.07 -castrats castrat nom m p 0.09 0.41 0.03 0.27 -castrer castrer ver 1.58 0.47 0.47 0.14 inf; -castreur castreur nom m s 0.00 0.20 0.00 0.14 -castreurs castreur nom m p 0.00 0.20 0.00 0.07 -castrez castrer ver 1.58 0.47 0.04 0.00 imp:pre:2p; -castrisme castrisme nom m s 0.14 0.00 0.14 0.00 -castriste castriste adj f s 0.04 0.07 0.02 0.07 -castristes castriste adj m p 0.04 0.07 0.02 0.00 -castrons castrer ver 1.58 0.47 0.01 0.00 imp:pre:1p; -castré castrer ver m s 1.58 0.47 0.97 0.27 par:pas; -castrée castrer ver f s 1.58 0.47 0.01 0.00 par:pas; -castrés castrer ver m p 1.58 0.47 0.07 0.07 par:pas; -casé caser ver m s 4.76 7.70 0.73 0.74 par:pas; -casée caser ver f s 4.76 7.70 0.31 0.41 par:pas; -casuel casuel nom m s 0.00 0.41 0.00 0.41 -casées caser ver f p 4.76 7.70 0.01 0.14 par:pas; -caséeuse caséeux adj f s 0.00 0.07 0.00 0.07 -caséine caséine nom f s 0.14 0.00 0.14 0.00 -casuistes casuiste nom m p 0.00 0.07 0.00 0.07 -casuistique casuistique nom f s 0.01 0.41 0.01 0.41 -casuistiques casuistique adj p 0.00 0.20 0.00 0.07 -casus_belli casus_belli nom m 0.05 0.00 0.05 0.00 -casés caser ver m p 4.76 7.70 0.33 0.34 par:pas; -cata cata nom f s 0.61 0.34 0.61 0.34 -catabolique catabolique adj m s 0.01 0.00 0.01 0.00 -catachrèse catachrèse nom f s 0.01 0.07 0.01 0.07 -cataclysme cataclysme nom m s 0.69 5.27 0.62 4.26 -cataclysmes cataclysme nom m p 0.69 5.27 0.06 1.01 -cataclysmique cataclysmique adj s 0.17 0.20 0.13 0.14 -cataclysmiques cataclysmique adj p 0.17 0.20 0.04 0.07 -catacombe catacombe nom f s 2.04 1.96 0.00 0.20 -catacombes catacombe nom f p 2.04 1.96 2.04 1.76 -catadioptre catadioptre nom m s 0.00 0.14 0.00 0.07 -catadioptres catadioptre nom m p 0.00 0.14 0.00 0.07 -catafalque catafalque nom m s 0.01 1.69 0.01 1.49 -catafalques catafalque nom m p 0.01 1.69 0.00 0.20 -catalan catalan nom m s 1.09 0.54 0.96 0.20 -catalane catalan adj f s 0.74 0.81 0.37 0.20 -catalanes catalan adj f p 0.74 0.81 0.00 0.14 -catalans catalan adj m p 0.74 0.81 0.14 0.27 -catalauniques catalaunique adj m p 0.01 0.20 0.01 0.20 -catalepsie catalepsie nom f s 0.51 0.61 0.51 0.47 -catalepsies catalepsie nom f p 0.51 0.61 0.00 0.14 -cataleptique cataleptique adj s 0.23 0.47 0.23 0.47 -cataleptiques cataleptique nom p 0.00 0.14 0.00 0.07 -catalogage catalogage nom m s 0.02 0.00 0.02 0.00 -catalogne catalogne nom f s 0.00 0.07 0.00 0.07 -cataloguais cataloguer ver 1.11 2.50 0.00 0.07 ind:imp:1s; -cataloguant cataloguer ver 1.11 2.50 0.01 0.00 par:pre; -catalogue catalogue nom m s 4.87 7.16 3.89 5.61 -cataloguent cataloguer ver 1.11 2.50 0.01 0.07 ind:pre:3p; -cataloguer cataloguer ver 1.11 2.50 0.23 0.27 inf; -cataloguerai cataloguer ver 1.11 2.50 0.02 0.00 ind:fut:1s; -catalogues catalogue nom m p 4.87 7.16 0.98 1.55 -cataloguiez cataloguer ver 1.11 2.50 0.00 0.07 ind:imp:2p; -catalogué cataloguer ver m s 1.11 2.50 0.25 0.81 par:pas; -cataloguée cataloguer ver f s 1.11 2.50 0.18 0.34 par:pas; -cataloguées cataloguer ver f p 1.11 2.50 0.04 0.27 par:pas; -catalogués cataloguer ver m p 1.11 2.50 0.06 0.41 par:pas; -catalpa catalpa nom m s 0.00 0.47 0.00 0.27 -catalpas catalpa nom m p 0.00 0.47 0.00 0.20 -catalyser catalyser ver 0.07 0.00 0.05 0.00 inf; -catalyses catalyse nom f p 0.00 0.07 0.00 0.07 -catalyseur catalyseur nom m s 1.31 0.20 1.23 0.07 -catalyseurs catalyseur nom m p 1.31 0.20 0.08 0.14 -catalysé catalyser ver m s 0.07 0.00 0.01 0.00 par:pas; -catalytique catalytique adj m s 0.16 0.00 0.14 0.00 -catalytiques catalytique adj m p 0.16 0.00 0.01 0.00 -catamaran catamaran nom m s 0.18 0.27 0.18 0.27 -cataphotes cataphote nom m p 0.00 0.14 0.00 0.14 -cataplasme cataplasme nom m s 0.35 1.49 0.08 1.22 -cataplasmes cataplasme nom m p 0.35 1.49 0.28 0.27 -cataplexie cataplexie nom f s 0.02 0.00 0.02 0.00 -catapulta catapulter ver 0.29 1.62 0.01 0.07 ind:pas:3s; -catapultait catapulter ver 0.29 1.62 0.00 0.07 ind:imp:3s; -catapulte catapulte nom f s 1.42 0.74 0.16 0.27 -catapulter catapulter ver 0.29 1.62 0.04 0.14 inf; -catapultera catapulter ver 0.29 1.62 0.01 0.00 ind:fut:3s; -catapultes catapulte nom f p 1.42 0.74 1.25 0.47 -catapulté catapulter ver m s 0.29 1.62 0.14 0.47 par:pas; -catapultée catapulter ver f s 0.29 1.62 0.02 0.27 par:pas; -catapultées catapulter ver f p 0.29 1.62 0.00 0.07 par:pas; -catapultés catapulter ver m p 0.29 1.62 0.00 0.20 par:pas; -cataracte cataracte nom f s 0.54 3.51 0.51 2.50 -cataractes cataracte nom f p 0.54 3.51 0.03 1.01 -catarrhal catarrhal adj m s 0.00 0.07 0.00 0.07 -catarrhe catarrhe nom m s 0.02 0.14 0.02 0.14 -catarrheuse catarrheux adj f s 0.00 0.34 0.00 0.07 -catarrheux catarrheux adj m 0.00 0.34 0.00 0.27 -catastropha catastropher ver 0.16 0.81 0.00 0.07 ind:pas:3s; -catastrophait catastropher ver 0.16 0.81 0.00 0.07 ind:imp:3s; -catastrophas catastropher ver 0.16 0.81 0.00 0.07 ind:pas:2s; -catastrophe catastrophe nom f s 16.47 30.14 14.71 22.91 -catastropher catastropher ver 0.16 0.81 0.10 0.00 inf; -catastrophes catastrophe nom f p 16.47 30.14 1.76 7.23 -catastrophique catastrophique adj s 2.78 3.72 1.77 3.24 -catastrophiquement catastrophiquement adv 0.00 0.14 0.00 0.14 -catastrophiques catastrophique adj p 2.78 3.72 1.01 0.47 -catastrophisme catastrophisme nom m s 0.00 0.07 0.00 0.07 -catastrophiste catastrophiste adj s 0.01 0.00 0.01 0.00 -catastrophé catastropher ver m s 0.16 0.81 0.04 0.41 par:pas; -catastrophée catastropher ver f s 0.16 0.81 0.02 0.20 par:pas; -catatonie catatonie nom f s 0.19 0.00 0.19 0.00 -catatonique catatonique adj s 0.37 0.07 0.37 0.07 -catatoniques catatonique nom p 0.05 0.00 0.03 0.00 -catch catch nom m s 2.47 0.88 2.47 0.88 -catcher catcher ver 0.50 0.07 0.33 0.00 inf; -catcheur catcheur nom m s 0.76 0.41 0.60 0.27 -catcheurs catcheur nom m p 0.76 0.41 0.10 0.07 -catcheuse catcheur nom f s 0.76 0.41 0.04 0.00 -catcheuses catcheur nom f p 0.76 0.41 0.02 0.07 -catché catcher ver m s 0.50 0.07 0.17 0.07 par:pas; -caterpillar caterpillar nom m 0.03 0.00 0.03 0.00 -catgut catgut nom m s 0.05 0.14 0.05 0.07 -catguts catgut nom m p 0.05 0.14 0.00 0.07 -cathare cathare adj m s 0.00 0.47 0.00 0.14 -cathares cathare nom m p 0.00 0.68 0.00 0.61 -catharsis catharsis nom f 0.23 0.07 0.23 0.07 -cathartique cathartique adj s 0.19 0.07 0.19 0.07 -catherinette catherinette nom f s 0.00 0.07 0.00 0.07 -cathexis cathexis nom f 0.01 0.00 0.01 0.00 -catho catho nom s 1.19 0.95 1.01 0.41 -cathode cathode nom f s 0.32 0.00 0.32 0.00 -cathodique cathodique adj s 0.19 0.20 0.18 0.07 -cathodiques cathodique adj m p 0.19 0.20 0.01 0.14 -catholicisme catholicisme nom m s 0.77 2.43 0.77 2.43 -catholicité catholicité nom f s 0.00 0.20 0.00 0.20 -catholique catholique adj s 13.26 27.03 10.91 21.28 -catholiquement catholiquement adv 0.00 0.14 0.00 0.14 -catholiques catholique nom p 5.28 13.99 2.71 8.04 -cathos catho nom p 1.19 0.95 0.18 0.54 -cathèdre cathèdre nom f s 0.00 0.20 0.00 0.07 -cathèdres cathèdre nom f p 0.00 0.20 0.00 0.14 -cathédral cathédral adj m s 0.00 0.07 0.00 0.07 -cathédrale cathédrale nom f s 4.67 21.28 3.24 17.23 -cathédrales cathédrale nom f p 4.67 21.28 1.43 4.05 -cathéter cathéter nom m s 0.73 0.00 0.73 0.00 -cathétérisme cathétérisme nom m s 0.01 0.00 0.01 0.00 -cati cati nom m s 0.70 0.00 0.70 0.00 -catiche catiche nom m s 0.00 0.07 0.00 0.07 -catin catin nom f s 2.83 1.49 2.21 1.28 -catins catin nom f p 2.83 1.49 0.63 0.20 -cation cation nom m s 0.01 0.00 0.01 0.00 -cato cato nom f s 1.00 0.00 1.00 0.00 -catoblépas catoblépas nom m 0.00 0.07 0.00 0.07 -catogan catogan nom m s 0.04 0.54 0.03 0.47 -catogans catogan nom m p 0.04 0.54 0.01 0.07 -cattleyas cattleya nom m p 0.00 0.07 0.00 0.07 -caté caté nom m s 0.06 0.07 0.06 0.07 -catéchisme catéchisme nom m s 2.36 4.93 2.36 4.80 -catéchismes catéchisme nom m p 2.36 4.93 0.00 0.14 -catéchiste catéchiste nom s 0.23 0.14 0.23 0.14 -catéchisée catéchiser ver f s 0.00 0.14 0.00 0.14 par:pas; -catécholamine catécholamine nom f s 0.01 0.00 0.01 0.00 -catéchèse catéchèse nom f s 0.00 0.07 0.00 0.07 -catéchumène catéchumène nom s 0.00 0.34 0.00 0.14 -catéchumènes catéchumène nom p 0.00 0.34 0.00 0.20 -catégorie catégorie nom f s 6.28 13.24 5.19 8.31 -catégories catégorie nom f p 6.28 13.24 1.09 4.93 -catégorique catégorique adj s 1.13 5.47 1.08 4.80 -catégoriquement catégoriquement adv 0.70 1.69 0.70 1.69 -catégoriques catégorique adj p 1.13 5.47 0.04 0.68 -catégorisation catégorisation nom f s 0.03 0.00 0.03 0.00 -catégorise catégoriser ver 0.08 0.07 0.03 0.00 imp:pre:2s;ind:pre:3s; -catégoriser catégoriser ver 0.08 0.07 0.02 0.07 inf; -catégorisé catégoriser ver m s 0.08 0.07 0.03 0.00 par:pas; -caténaire caténaire nom f s 0.17 0.20 0.17 0.00 -caténaires caténaire nom f p 0.17 0.20 0.00 0.20 -caucasien caucasien adj m s 0.81 0.68 0.59 0.14 -caucasienne caucasien adj f s 0.81 0.68 0.22 0.34 -caucasiens caucasien nom m p 0.19 0.14 0.03 0.14 -caucasique caucasique adj s 0.03 0.00 0.03 0.00 -cauchemar cauchemar nom m s 36.94 26.62 26.80 19.66 -cauchemardais cauchemarder ver 0.08 0.41 0.00 0.07 ind:imp:1s; -cauchemarde cauchemarder ver 0.08 0.41 0.02 0.00 ind:pre:1s; -cauchemarder cauchemarder ver 0.08 0.41 0.04 0.27 inf; -cauchemardes cauchemarder ver 0.08 0.41 0.00 0.07 ind:pre:2s; -cauchemardesque cauchemardesque adj s 0.41 0.27 0.36 0.14 -cauchemardesques cauchemardesque adj f p 0.41 0.27 0.04 0.14 -cauchemardeuse cauchemardeux adj f s 0.00 0.20 0.00 0.07 -cauchemardeuses cauchemardeux adj f p 0.00 0.20 0.00 0.07 -cauchemardeux cauchemardeux adj m 0.00 0.20 0.00 0.07 -cauchemardé cauchemarder ver m s 0.08 0.41 0.02 0.00 par:pas; -cauchemars cauchemar nom m p 36.94 26.62 10.14 6.96 -cauchois cauchois adj m 0.00 0.27 0.00 0.14 -cauchoise cauchois nom f s 0.00 0.07 0.00 0.07 -cauchoises cauchois adj f p 0.00 0.27 0.00 0.14 -caudal caudal adj m s 0.06 0.20 0.04 0.00 -caudale caudal adj f s 0.06 0.20 0.02 0.14 -caudales caudal adj f p 0.06 0.20 0.00 0.07 -caudebec caudebec nom m s 0.00 0.14 0.00 0.14 -caudillo caudillo nom m s 0.00 0.07 0.00 0.07 -caudines caudines adj f p 0.00 0.07 0.00 0.07 -cauri cauri nom m s 0.00 0.74 0.00 0.07 -cauris cauri nom m p 0.00 0.74 0.00 0.68 -causa causer ver 63.65 69.93 0.38 1.28 ind:pas:3s; -causai causer ver 63.65 69.93 0.01 0.14 ind:pas:1s; -causaient causer ver 63.65 69.93 0.25 2.57 ind:imp:3p; -causais causer ver 63.65 69.93 0.25 0.74 ind:imp:1s;ind:imp:2s; -causait causer ver 63.65 69.93 0.99 6.55 ind:imp:3s; -causal causal adj m s 0.01 0.14 0.01 0.14 -causaliste causaliste adj s 0.00 0.07 0.00 0.07 -causalité causalité nom f s 0.23 0.34 0.23 0.20 -causalités causalité nom f p 0.23 0.34 0.00 0.14 -causant causer ver 63.65 69.93 1.15 1.76 par:pre; -causante causant adj f s 0.51 1.96 0.20 0.20 -causantes causant adj f p 0.51 1.96 0.00 0.07 -causants causant adj m p 0.51 1.96 0.01 0.20 -cause cause nom f s 218.60 197.30 213.51 188.04 -causent causer ver 63.65 69.93 1.47 2.36 ind:pre:3p; -causer causer ver 63.65 69.93 15.46 18.31 inf; -causera causer ver 63.65 69.93 1.59 0.20 ind:fut:3s; -causerai causer ver 63.65 69.93 0.25 0.14 ind:fut:1s; -causeraient causer ver 63.65 69.93 0.01 0.14 cnd:pre:3p; -causerais causer ver 63.65 69.93 0.07 0.07 cnd:pre:1s;cnd:pre:2s; -causerait causer ver 63.65 69.93 0.91 0.61 cnd:pre:3s; -causeras causer ver 63.65 69.93 0.16 0.00 ind:fut:2s; -causerez causer ver 63.65 69.93 0.08 0.27 ind:fut:2p; -causerie causerie nom f s 0.30 2.09 0.18 1.01 -causeries causerie nom f p 0.30 2.09 0.12 1.08 -causerions causer ver 63.65 69.93 0.01 0.14 cnd:pre:1p; -causerons causer ver 63.65 69.93 0.03 0.14 ind:fut:1p; -causeront causer ver 63.65 69.93 0.12 0.00 ind:fut:3p; -causes cause nom f p 218.60 197.30 5.08 9.26 -causette causette nom f s 0.71 1.76 0.69 1.62 -causettes causette nom f p 0.71 1.76 0.02 0.14 -causeur causeur adj m s 0.29 0.14 0.29 0.14 -causeurs causeur nom m p 0.58 0.68 0.00 0.07 -causeuse causeur nom f s 0.58 0.68 0.05 0.14 -causeuses causeur nom f p 0.58 0.68 0.40 0.14 -causez causer ver 63.65 69.93 1.24 0.54 imp:pre:2p;ind:pre:2p; -causiez causer ver 63.65 69.93 0.04 0.07 ind:imp:2p; -causions causer ver 63.65 69.93 0.29 1.01 ind:imp:1p; -causâmes causer ver 63.65 69.93 0.00 0.61 ind:pas:1p; -causons causer ver 63.65 69.93 0.58 0.95 imp:pre:1p;ind:pre:1p; -causse causse nom m s 0.00 0.95 0.00 0.74 -caussenard caussenard adj m s 0.00 0.07 0.00 0.07 -causses causse nom m p 0.00 0.95 0.00 0.20 -causèrent causer ver 63.65 69.93 0.03 0.47 ind:pas:3p; -causticité causticité nom f s 0.00 0.07 0.00 0.07 -caustique caustique adj s 0.36 1.15 0.34 1.15 -caustiques caustique adj f p 0.36 1.15 0.02 0.00 -causé causer ver m s 63.65 69.93 14.06 9.66 imp:pre:2s;par:pas;par:pas; -causée causer ver f s 63.65 69.93 2.11 1.49 par:pas; -causées causer ver f p 63.65 69.93 0.94 0.95 par:pas; -causés causer ver m p 63.65 69.93 1.47 1.35 par:pas; -cauteleuse cauteleux adj f s 0.00 1.01 0.00 0.20 -cauteleusement cauteleusement adv 0.00 0.20 0.00 0.20 -cauteleuses cauteleux adj f p 0.00 1.01 0.00 0.07 -cauteleux cauteleux adj m s 0.00 1.01 0.00 0.74 -caution caution nom f s 10.88 2.23 10.71 2.23 -cautionnaire cautionnaire nom s 0.14 0.00 0.14 0.00 -cautionnait cautionner ver 0.93 0.27 0.00 0.07 ind:imp:3s; -cautionne cautionner ver 0.93 0.27 0.20 0.00 ind:pre:1s;ind:pre:3s; -cautionnement cautionnement nom m s 0.02 0.00 0.02 0.00 -cautionnent cautionner ver 0.93 0.27 0.02 0.07 ind:pre:3p; -cautionner cautionner ver 0.93 0.27 0.27 0.07 inf; -cautionnerait cautionner ver 0.93 0.27 0.02 0.00 cnd:pre:3s; -cautionnes cautionner ver 0.93 0.27 0.06 0.00 ind:pre:2s; -cautionnez cautionner ver 0.93 0.27 0.04 0.00 imp:pre:2p;ind:pre:2p; -cautionné cautionner ver m s 0.93 0.27 0.31 0.00 par:pas; -cautionnée cautionner ver f s 0.93 0.27 0.00 0.07 par:pas; -cautions caution nom f p 10.88 2.23 0.17 0.00 -cautèle cautèle nom f s 0.00 0.27 0.00 0.14 -cautèles cautèle nom f p 0.00 0.27 0.00 0.14 -cautère cautère nom m s 0.13 0.54 0.12 0.41 -cautères cautère nom m p 0.13 0.54 0.01 0.14 -cautérisant cautériser ver 0.58 0.41 0.01 0.00 par:pre; -cautérisation cautérisation nom f s 0.03 0.07 0.03 0.07 -cautérise cautériser ver 0.58 0.41 0.05 0.14 imp:pre:2s;ind:pre:3s; -cautériser cautériser ver 0.58 0.41 0.32 0.27 inf; -cautérisée cautériser ver f s 0.58 0.41 0.04 0.00 par:pas; -cautérisées cautériser ver f p 0.58 0.41 0.16 0.00 par:pas; -cava caver ver 0.17 0.27 0.17 0.00 ind:pas:3s; -cavaillon cavaillon nom m s 0.00 0.34 0.00 0.34 -cavalaient cavaler ver 2.12 8.99 0.00 0.54 ind:imp:3p; -cavalais cavaler ver 2.12 8.99 0.14 0.20 ind:imp:1s;ind:imp:2s; -cavalait cavaler ver 2.12 8.99 0.15 0.27 ind:imp:3s; -cavalant cavaler ver 2.12 8.99 0.01 0.74 par:pre; -cavalcadaient cavalcader ver 0.00 0.68 0.00 0.14 ind:imp:3p; -cavalcadait cavalcader ver 0.00 0.68 0.00 0.07 ind:imp:3s; -cavalcadant cavalcader ver 0.00 0.68 0.00 0.14 par:pre; -cavalcade cavalcade nom f s 0.22 3.72 0.04 2.43 -cavalcadent cavalcader ver 0.00 0.68 0.00 0.07 ind:pre:3p; -cavalcader cavalcader ver 0.00 0.68 0.00 0.27 inf; -cavalcades cavalcade nom f p 0.22 3.72 0.19 1.28 -cavale cavale nom f s 4.00 4.32 3.87 4.26 -cavalent cavaler ver 2.12 8.99 0.16 0.74 ind:pre:3p; -cavaler cavaler ver 2.12 8.99 0.68 3.04 inf; -cavalerais cavaler ver 2.12 8.99 0.00 0.07 cnd:pre:2s; -cavaleras cavaler ver 2.12 8.99 0.01 0.07 ind:fut:2s; -cavalerie cavalerie nom f s 6.60 12.70 6.60 12.50 -cavaleries cavalerie nom f p 6.60 12.70 0.00 0.20 -cavaleront cavaler ver 2.12 8.99 0.01 0.00 ind:fut:3p; -cavales cavaler ver 2.12 8.99 0.17 0.14 ind:pre:2s; -cavaleur cavaleur nom m s 0.19 0.20 0.17 0.00 -cavaleurs cavaleur nom m p 0.19 0.20 0.00 0.07 -cavaleuse cavaleur nom f s 0.19 0.20 0.01 0.14 -cavalez cavaler ver 2.12 8.99 0.02 0.07 imp:pre:2p;ind:pre:2p; -cavalier cavalier nom m s 10.73 34.19 6.45 13.31 -cavaliers cavalier nom m p 10.73 34.19 3.06 18.85 -cavalière cavalier nom f s 10.73 34.19 1.22 1.62 -cavalièrement cavalièrement adv 0.09 0.34 0.09 0.34 -cavalières cavalière nom f p 0.22 0.00 0.22 0.00 -cavalé cavaler ver m s 2.12 8.99 0.23 1.08 par:pas; -cave cave nom f s 22.40 56.35 19.98 42.09 -caveau caveau nom m s 2.27 5.68 1.99 5.14 -caveaux caveau nom m p 2.27 5.68 0.29 0.54 -cavecés cavecé adj m p 0.00 0.07 0.00 0.07 -caver caver ver 0.17 0.27 0.00 0.14 inf; -caverne caverne nom f s 6.58 10.54 3.88 6.82 -cavernes caverne nom f p 6.58 10.54 2.70 3.72 -caverneuse caverneux adj f s 0.39 3.04 0.15 1.35 -caverneuses caverneux adj f p 0.39 3.04 0.01 0.41 -caverneux caverneux adj m 0.39 3.04 0.22 1.28 -cavernicoles cavernicole adj p 0.00 0.07 0.00 0.07 -caves cave nom f p 22.40 56.35 2.42 14.26 -cavette cavette nom f s 0.14 0.54 0.14 0.47 -cavettes cavette nom f p 0.14 0.54 0.00 0.07 -caviar caviar nom m s 6.29 4.26 6.29 4.26 -caviardé caviarder ver m s 0.00 0.07 0.00 0.07 par:pas; -cavillon cavillon nom m s 0.00 0.27 0.00 0.07 -cavillonne cavillon nom f s 0.00 0.27 0.00 0.07 -cavillons cavillon nom m p 0.00 0.27 0.00 0.14 -caviste caviste nom s 0.14 0.14 0.14 0.14 -cavitation cavitation nom f s 0.02 0.00 0.02 0.00 -cavité cavité nom f s 1.89 2.16 1.26 1.49 -cavités cavité nom f p 1.89 2.16 0.63 0.68 -cavé caver ver m s 0.17 0.27 0.01 0.14 par:pas; -cavée cavée nom f s 0.00 0.27 0.00 0.14 -cavées cavée nom f p 0.00 0.27 0.00 0.14 -cavum cavum nom m 0.01 0.00 0.01 0.00 -cayenne cayenne nom f s 0.01 0.07 0.01 0.07 -ce ce pro_dem m s 5219.10 2958.58 5219.10 2958.58 -ceci ceci pro_dem s 133.07 53.78 133.07 53.78 -ceignait ceindre ver 0.56 4.32 0.00 0.41 ind:imp:3s; -ceignant ceindre ver 0.56 4.32 0.01 0.27 par:pre; -ceignent ceindre ver 0.56 4.32 0.00 0.14 ind:pre:3p; -ceignit ceindre ver 0.56 4.32 0.00 0.27 ind:pas:3s; -ceindra ceindre ver 0.56 4.32 0.14 0.00 ind:fut:3s; -ceindrait ceindre ver 0.56 4.32 0.00 0.14 cnd:pre:3s; -ceindre ceindre ver 0.56 4.32 0.03 0.41 inf; -ceins ceindre ver 0.56 4.32 0.00 0.07 imp:pre:2s; -ceint ceindre ver m s 0.56 4.32 0.17 1.35 ind:pre:3s;par:pas; -ceinte ceindre ver f s 0.56 4.32 0.10 0.61 par:pas; -ceintes ceindre ver f p 0.56 4.32 0.01 0.07 par:pas; -ceints ceindre ver m p 0.56 4.32 0.11 0.61 par:pas; -ceintura ceinturer ver 0.28 6.08 0.00 0.14 ind:pas:3s; -ceinturaient ceinturer ver 0.28 6.08 0.01 0.14 ind:imp:3p; -ceinturait ceinturer ver 0.28 6.08 0.01 0.54 ind:imp:3s; -ceinturant ceinturer ver 0.28 6.08 0.00 0.27 par:pre; -ceinture ceinture nom f s 22.57 35.20 19.41 32.23 -ceinturent ceinturer ver 0.28 6.08 0.00 0.34 ind:pre:3p; -ceinturer ceinturer ver 0.28 6.08 0.02 0.47 inf; -ceintures ceinture nom f p 22.57 35.20 3.17 2.97 -ceinturez ceinturer ver 0.28 6.08 0.01 0.00 imp:pre:2p; -ceinturon ceinturon nom m s 0.91 7.23 0.70 5.88 -ceinturons ceinturon nom m p 0.91 7.23 0.20 1.35 -ceinturât ceinturer ver 0.28 6.08 0.00 0.07 sub:imp:3s; -ceinturèrent ceinturer ver 0.28 6.08 0.00 0.14 ind:pas:3p; -ceinturé ceinturer ver m s 0.28 6.08 0.00 1.49 par:pas; -ceinturée ceinturer ver f s 0.28 6.08 0.02 0.81 par:pas; -ceinturées ceinturer ver f p 0.28 6.08 0.00 0.41 par:pas; -ceinturés ceinturer ver m p 0.28 6.08 0.02 0.68 par:pas; -cela cela pro_dem s 492.56 741.82 492.56 741.82 -celait celer ver 0.68 0.34 0.00 0.07 ind:imp:3s; -celer celer ver 0.68 0.34 0.40 0.20 inf; -cella cella nom f s 0.28 0.81 0.28 0.81 -celle_ci celle_ci pro_dem f s 38.71 57.57 38.71 57.57 -celle_là celle_là pro_dem f s 52.63 28.65 52.63 28.65 -celle celle pro_dem f s 141.28 299.46 141.28 299.46 -celles_ci celles_ci pro_dem f p 6.64 9.39 6.64 9.39 -celles_là celles_là pro_dem f p 5.90 6.08 5.90 6.08 -celles celles pro_dem f p 34.73 107.97 34.73 107.97 -cellier cellier nom m s 1.11 3.65 1.01 2.97 -celliers cellier nom m p 1.11 3.65 0.10 0.68 -cellophane cellophane nom f s 0.39 2.43 0.39 2.43 -cellulaire cellulaire adj s 3.19 2.03 2.76 1.62 -cellulairement cellulairement adv 0.00 0.07 0.00 0.07 -cellulaires cellulaire adj p 3.19 2.03 0.43 0.41 -cellular cellular nom m s 0.01 0.20 0.01 0.20 -cellule cellule nom f s 42.98 46.28 31.06 35.34 -cellules cellule nom f p 42.98 46.28 11.92 10.95 -cellulite cellulite nom f s 0.66 1.15 0.56 1.08 -cellulites cellulite nom f p 0.66 1.15 0.10 0.07 -celluliteux celluliteux adj m s 0.00 0.14 0.00 0.14 -celluloïd celluloïd nom m s 0.08 3.38 0.08 3.38 -cellulose cellulose nom f s 0.12 0.27 0.12 0.27 -cellérier cellérier adj m s 0.00 0.07 0.00 0.07 -celte celte adj s 0.44 1.22 0.32 0.68 -celtes celte adj p 0.44 1.22 0.13 0.54 -celtique celtique adj s 0.15 1.08 0.09 0.81 -celtiques celtique adj p 0.15 1.08 0.06 0.27 -celtisants celtisant adj m p 0.00 0.07 0.00 0.07 -celtisme celtisme nom m s 0.00 0.07 0.00 0.07 -celée celer ver f s 0.68 0.34 0.00 0.07 par:pas; -celui_ci celui_ci pro_dem m s 45.97 71.76 45.97 71.76 -celui_là celui_là pro_dem m s 78.13 56.89 78.13 56.89 -celui celui pro_dem m s 250.13 319.19 250.13 319.19 -cendraient cendrer ver 0.00 0.68 0.00 0.07 ind:imp:3p; -cendrait cendrer ver 0.00 0.68 0.00 0.14 ind:imp:3s; -cendre cendre nom f s 17.18 28.85 3.24 11.08 -cendres cendre nom f p 17.18 28.85 13.95 17.77 -cendreuse cendreux adj f s 0.00 0.95 0.00 0.34 -cendreuses cendreux adj f p 0.00 0.95 0.00 0.20 -cendreux cendreux adj m s 0.00 0.95 0.00 0.41 -cendrier cendrier nom m s 4.35 14.73 3.86 10.95 -cendriers cendrier nom m p 4.35 14.73 0.48 3.78 -cendrillon cendrillon nom f s 0.07 0.20 0.02 0.07 -cendrillons cendrillon nom f p 0.07 0.20 0.05 0.14 -cendré cendré adj m s 0.09 2.03 0.03 0.81 -cendrée cendrée adj f s 0.03 0.00 0.03 0.00 -cendrées cendré adj f p 0.09 2.03 0.02 0.20 -cendrés cendré adj m p 0.09 2.03 0.04 0.61 -cens cens nom m 0.03 0.34 0.03 0.34 -censeur censeur nom m s 0.88 1.96 0.68 1.08 -censeurs censeur nom m p 0.88 1.96 0.20 0.88 -censier censier nom m s 0.00 0.07 0.00 0.07 -censitaire censitaire adj m s 0.00 0.14 0.00 0.14 -censé censé adj m s 62.52 8.11 38.22 4.53 -censée censé adj f s 62.52 8.11 13.51 1.76 -censées censé adj f p 62.52 8.11 1.61 0.61 -censément censément adv 0.05 0.41 0.05 0.41 -censuraient censurer ver 2.17 1.89 0.01 0.07 ind:imp:3p; -censurait censurer ver 2.17 1.89 0.01 0.07 ind:imp:3s; -censurant censurer ver 2.17 1.89 0.00 0.07 par:pre; -censure censure nom f s 2.87 3.51 2.87 3.04 -censurer censurer ver 2.17 1.89 0.44 0.61 inf; -censures censurer ver 2.17 1.89 0.14 0.00 ind:pre:2s; -censurez censurer ver 2.17 1.89 0.20 0.00 ind:pre:2p; -censuriez censurer ver 2.17 1.89 0.00 0.07 ind:imp:2p; -censuré censurer ver m s 2.17 1.89 0.88 0.54 imp:pre:2s;par:pas; -censurée censurer ver f s 2.17 1.89 0.11 0.27 par:pas; -censurées censurer ver f p 2.17 1.89 0.04 0.07 par:pas; -censurés censurer ver m p 2.17 1.89 0.06 0.00 par:pas; -censés censé adj m p 62.52 8.11 9.18 1.22 -cent cent adj_num 43.05 135.41 43.05 135.41 -centaine centaine nom f s 29.22 41.82 6.33 10.54 -centaines centaine nom f p 29.22 41.82 22.90 31.28 -centaure centaure nom m s 0.59 0.74 0.42 0.41 -centaures centaure nom m p 0.59 0.74 0.17 0.34 -centaurée centaurée nom f s 0.05 0.00 0.05 0.00 -centavo centavo nom m s 0.20 0.00 0.02 0.00 -centavos centavo nom m p 0.20 0.00 0.18 0.00 -centenaire centenaire nom s 0.55 1.28 0.55 1.08 -centenaires centenaire adj p 0.72 2.77 0.18 1.49 -centigrade centigrade nom m s 0.05 0.07 0.04 0.00 -centigrades centigrade nom m p 0.05 0.07 0.01 0.07 -centigrammes centigramme nom m p 0.10 0.00 0.10 0.00 -centile centile nom m s 0.96 0.00 0.96 0.00 -centilitres centilitre nom m p 0.00 0.14 0.00 0.14 -centime centime nom m s 7.14 5.68 3.25 1.49 -centimes centime nom m p 7.14 5.68 3.88 4.19 -centimètre centimètre nom m s 6.81 27.84 2.48 5.95 -centimètres centimètre nom m p 6.81 27.84 4.33 21.89 -centième centième adj m 0.29 2.64 0.28 2.64 -centièmes centième nom p 0.35 1.35 0.07 0.07 -centon centon nom m s 0.32 0.07 0.32 0.07 -centrafricain centrafricain adj m s 0.01 0.14 0.01 0.00 -centrafricaine centrafricain adj f s 0.01 0.14 0.00 0.14 -centrage centrage nom m s 0.11 0.00 0.11 0.00 -centrait centrer ver 1.38 1.82 0.00 0.14 ind:imp:3s; -central central adj m s 18.14 37.23 10.09 20.74 -centrale centrale nom f s 8.04 6.01 7.34 4.73 -centrales centrale nom f p 8.04 6.01 0.69 1.28 -centralisait centraliser ver 0.34 0.81 0.00 0.07 ind:imp:3s; -centralisation centralisation nom f s 0.16 0.14 0.16 0.14 -centralisatrice centralisateur adj f s 0.00 0.07 0.00 0.07 -centralise centraliser ver 0.34 0.81 0.06 0.07 imp:pre:2s;ind:pre:1s;ind:pre:3s; -centraliser centraliser ver 0.34 0.81 0.13 0.14 inf; -centralisiez centraliser ver 0.34 0.81 0.01 0.00 ind:imp:2p; -centralisme centralisme nom m s 0.00 0.41 0.00 0.41 -centralisons centraliser ver 0.34 0.81 0.01 0.00 ind:pre:1p; -centralisé centraliser ver m s 0.34 0.81 0.10 0.20 par:pas; -centralisée centraliser ver f s 0.34 0.81 0.02 0.20 par:pas; -centralisés centraliser ver m p 0.34 0.81 0.01 0.14 par:pas; -centrant centrer ver 1.38 1.82 0.11 0.00 par:pre; -centraux central adj m p 18.14 37.23 0.26 0.54 -centre_ville centre_ville nom m s 2.87 0.54 2.87 0.54 -centre centre nom m s 57.00 84.46 53.46 80.00 -centrer centrer ver 1.38 1.82 0.11 0.14 inf; -centres centre nom m p 57.00 84.46 3.54 4.46 -centrifugation centrifugation nom f s 0.01 0.00 0.01 0.00 -centrifuge centrifuge adj s 0.26 2.36 0.25 2.03 -centrifuges centrifuge adj f p 0.26 2.36 0.01 0.34 -centrifugeur centrifugeur nom m s 0.25 0.07 0.01 0.00 -centrifugeuse centrifugeur nom f s 0.25 0.07 0.24 0.07 -centrifugeuses centrifugeuse nom f p 0.04 0.00 0.04 0.00 -centriole centriole nom m s 0.14 0.00 0.14 0.00 -centripète centripète adj f s 0.02 0.20 0.02 0.14 -centripètes centripète adj p 0.02 0.20 0.00 0.07 -centriste centriste adj m s 0.01 0.07 0.01 0.07 -centrouse centrouse nom f s 0.00 0.20 0.00 0.20 -centré centrer ver m s 1.38 1.82 0.30 0.41 par:pas; -centrée centrer ver f s 1.38 1.82 0.29 0.20 par:pas; -centrées centrer ver f p 1.38 1.82 0.01 0.27 par:pas; -centrum centrum nom m s 0.14 0.00 0.14 0.00 -centrés centrer ver m p 1.38 1.82 0.07 0.00 par:pas; -cents cents adj_num 27.67 80.54 27.67 80.54 -centuple centuple nom m s 0.31 1.08 0.31 1.08 -centuplé centupler ver m s 0.00 0.14 0.00 0.07 par:pas; -centuplée centupler ver f s 0.00 0.14 0.00 0.07 par:pas; -centurie centurie nom f s 0.03 1.15 0.02 0.54 -centuries centurie nom f p 0.03 1.15 0.01 0.61 -centurion centurion nom m s 1.04 0.88 0.68 0.61 -centurions centurion nom m p 1.04 0.88 0.36 0.27 -cep cep nom m s 0.24 1.49 0.12 0.88 -cependant cependant con 1.54 13.51 1.54 13.51 -ceps cep nom m p 0.24 1.49 0.12 0.61 -cerbère cerbère nom m s 0.05 0.47 0.05 0.14 -cerbères cerbère nom m p 0.05 0.47 0.00 0.34 -cerceau cerceau nom m s 0.64 2.77 0.52 1.96 -cerceaux cerceau nom m p 0.64 2.77 0.12 0.81 -cerclage cerclage nom m s 0.03 0.00 0.03 0.00 -cerclait cercler ver 0.22 5.34 0.00 0.14 ind:imp:3s; -cerclant cercler ver 0.22 5.34 0.00 0.07 par:pre; -cercle cercle nom m s 21.77 54.26 17.77 42.43 -cercler cercler ver 0.22 5.34 0.00 0.20 inf; -cercles cercle nom m p 21.77 54.26 4.00 11.82 -cercleux cercleux nom m 0.00 0.07 0.00 0.07 -cerclé cercler ver m s 0.22 5.34 0.02 1.22 par:pas; -cerclée cercler ver f s 0.22 5.34 0.03 0.74 par:pas; -cerclées cercler ver f p 0.22 5.34 0.01 1.89 par:pas; -cerclés cercler ver m p 0.22 5.34 0.01 0.95 par:pas; -cercueil cercueil nom m s 22.14 22.16 18.90 19.26 -cercueils cercueil nom m p 22.14 22.16 3.24 2.91 -cerf_roi cerf_roi nom m s 0.01 0.00 0.01 0.00 -cerf_volant cerf_volant nom m s 1.85 1.82 1.40 1.22 -cerf cerf nom m s 7.56 25.54 6.17 20.27 -cerfeuil cerfeuil nom m s 0.03 0.95 0.03 0.95 -cerf_volant cerf_volant nom m p 1.85 1.82 0.46 0.61 -cerfs cerf nom m p 7.56 25.54 1.39 5.27 -cerisaie cerisaie nom f s 0.36 0.20 0.36 0.20 -cerise cerise nom f s 5.26 10.07 2.75 3.31 -cerises cerise nom f p 5.26 10.07 2.52 6.76 -cerisier cerisier nom m s 0.88 3.51 0.44 1.49 -cerisiers cerisier nom m p 0.88 3.51 0.44 2.03 -cerna cerner ver 7.74 21.01 0.00 0.07 ind:pas:3s; -cernable cernable adj s 0.00 0.07 0.00 0.07 -cernaient cerner ver 7.74 21.01 0.01 1.49 ind:imp:3p; -cernais cerner ver 7.74 21.01 0.00 0.07 ind:imp:1s; -cernait cerner ver 7.74 21.01 0.05 2.30 ind:imp:3s; -cernant cerner ver 7.74 21.01 0.00 0.34 par:pre; -cerne cerner ver 7.74 21.01 0.43 1.76 imp:pre:2s;ind:pre:1s;ind:pre:3s; -cerneau cerneau nom m s 0.00 0.14 0.00 0.07 -cerneaux cerneau nom m p 0.00 0.14 0.00 0.07 -cernent cerner ver 7.74 21.01 0.54 1.08 ind:pre:3p; -cerner cerner ver 7.74 21.01 1.73 2.91 inf; -cernes cerne nom m p 1.30 5.20 1.18 3.78 -cernez cerner ver 7.74 21.01 0.38 0.00 imp:pre:2p;ind:pre:2p; -cerniez cerner ver 7.74 21.01 0.01 0.00 ind:imp:2p; -cernons cerner ver 7.74 21.01 0.04 0.00 ind:pre:1p; -cerné cerner ver m s 7.74 21.01 1.97 4.12 par:pas; -cernée cerner ver f s 7.74 21.01 1.14 2.91 par:pas; -cernées cerner ver f p 7.74 21.01 0.05 1.08 par:pas; -cernés cerner ver m p 7.74 21.01 1.39 2.91 par:pas; -cerque cerque nom m s 0.14 0.07 0.14 0.07 -certain certain adj_ind m s 103.57 182.64 2.18 6.89 -certaine certaine adj_ind f s 1.03 4.86 1.03 4.86 -certainement certainement adv 55.16 59.93 55.16 59.93 -certaines certaines adj_ind f p 48.41 51.55 48.41 51.55 -certains certains adj_ind m p 57.58 101.28 57.58 101.28 -certes certes adv_sup 14.88 69.66 14.88 69.66 -certif certif nom m s 0.14 1.08 0.03 1.01 -certifia certifier ver 2.52 2.91 0.00 0.07 ind:pas:3s; -certifiaient certifier ver 2.52 2.91 0.00 0.07 ind:imp:3p; -certifiait certifier ver 2.52 2.91 0.00 0.47 ind:imp:3s; -certifiant certifier ver 2.52 2.91 0.03 0.20 par:pre; -certificat certificat nom m s 12.30 9.93 11.27 7.30 -certification certification nom f s 0.09 0.00 0.09 0.00 -certificats certificat nom m p 12.30 9.93 1.03 2.64 -certifie certifier ver 2.52 2.91 0.89 0.47 ind:pre:1s;ind:pre:3s;sub:pre:1s; -certifier certifier ver 2.52 2.91 0.59 0.74 inf; -certifierait certifier ver 2.52 2.91 0.00 0.07 cnd:pre:3s; -certifieront certifier ver 2.52 2.91 0.01 0.00 ind:fut:3p; -certifiez certifier ver 2.52 2.91 0.17 0.00 imp:pre:2p;ind:pre:2p; -certifions certifier ver 2.52 2.91 0.03 0.07 imp:pre:1p;ind:pre:1p; -certifié certifier ver m s 2.52 2.91 0.68 0.54 par:pas; -certifiée certifié adj f s 0.43 0.74 0.14 0.14 -certifiées certifié adj f p 0.43 0.74 0.01 0.07 -certifiés certifier ver m p 2.52 2.91 0.04 0.07 par:pas; -certifs certif nom m p 0.14 1.08 0.11 0.07 -certitude certitude nom f s 10.18 41.89 8.94 37.09 -certitudes certitude nom f p 10.18 41.89 1.24 4.80 -cerveau cerveau nom m 69.22 46.69 57.67 28.92 -cerveaux cerveau nom m p 69.22 46.69 3.92 1.96 -cervelas cervelas nom m 0.03 0.27 0.03 0.27 -cervelet cervelet nom m s 0.85 0.61 0.85 0.47 -cervelets cervelet nom m p 0.85 0.61 0.00 0.14 -cervelle cerveau nom f s 69.22 46.69 7.63 14.05 -cervelles cervelle nom f p 6.93 0.00 0.40 0.00 -cervical cervical adj m s 1.79 1.01 0.29 0.14 -cervicale cervical adj f s 1.79 1.01 0.67 0.47 -cervicales cervical adj f p 1.79 1.01 0.79 0.41 -cervicaux cervical adj m p 1.79 1.01 0.05 0.00 -cervidés cervidé nom m p 0.00 0.14 0.00 0.14 -cervoise cervoise nom f s 0.02 0.00 0.02 0.00 -ces ces adj_dem p 1222.51 1547.50 1222.51 1547.50 -cessa cesser ver 68.11 177.77 0.64 16.28 ind:pas:3s; -cessai cesser ver 68.11 177.77 0.28 2.16 ind:pas:1s; -cessaient cesser ver 68.11 177.77 0.17 4.53 ind:imp:3p; -cessais cesser ver 68.11 177.77 0.47 1.28 ind:imp:1s;ind:imp:2s; -cessait cesser ver 68.11 177.77 1.56 18.18 ind:imp:3s; -cessant cesser ver 68.11 177.77 0.11 5.00 par:pre; -cessante cessant adj f s 0.01 1.55 0.00 0.27 -cessantes cessant adj f p 0.01 1.55 0.01 0.27 -cessasse cesser ver 68.11 177.77 0.00 0.07 sub:imp:1s; -cessation cessation nom f s 0.11 0.95 0.11 0.95 -cesse cesse nom f s 28.88 71.96 28.86 71.96 -cessent cesser ver 68.11 177.77 2.06 6.49 ind:pre:3p; -cesser cesser ver 68.11 177.77 13.20 21.01 inf; -cessera cesser ver 68.11 177.77 1.92 1.76 ind:fut:3s; -cesserai cesser ver 68.11 177.77 0.64 0.74 ind:fut:1s; -cesseraient cesser ver 68.11 177.77 0.05 0.68 cnd:pre:3p; -cesserais cesser ver 68.11 177.77 0.15 0.41 cnd:pre:1s;cnd:pre:2s; -cesserait cesser ver 68.11 177.77 0.28 1.96 cnd:pre:3s; -cesseras cesser ver 68.11 177.77 0.94 0.34 ind:fut:2s; -cesserez cesser ver 68.11 177.77 0.63 0.27 ind:fut:2p; -cesseriez cesser ver 68.11 177.77 0.06 0.20 cnd:pre:2p; -cesserons cesser ver 68.11 177.77 0.21 0.20 ind:fut:1p; -cesseront cesser ver 68.11 177.77 0.72 0.68 ind:fut:3p; -cesses cesser ver 68.11 177.77 0.91 0.54 ind:pre:2s; -cessez_le_feu cessez_le_feu nom m 1.54 0.41 1.54 0.41 -cessez cesser ver 68.11 177.77 15.24 1.82 imp:pre:2p;ind:pre:2p; -cessiez cesser ver 68.11 177.77 0.50 0.14 ind:imp:2p; -cession cession nom f s 0.22 0.47 0.22 0.34 -cessionnaire cessionnaire nom m s 0.01 0.00 0.01 0.00 -cessions cesser ver 68.11 177.77 0.27 0.74 ind:imp:1p; -cessâmes cesser ver 68.11 177.77 0.01 0.20 ind:pas:1p; -cessons cesser ver 68.11 177.77 1.17 0.81 imp:pre:1p;ind:pre:1p; -cessât cesser ver 68.11 177.77 0.00 1.28 sub:imp:3s; -cessèrent cesser ver 68.11 177.77 0.15 4.19 ind:pas:3p; -cessé cesser ver m s 68.11 177.77 13.89 61.22 par:pas; -cessée cesser ver f s 68.11 177.77 0.02 0.00 par:pas; -ceste ceste nom m s 0.00 0.07 0.00 0.07 -cet cet adj_dem m s 499.91 497.50 499.91 497.50 -cette cette adj_dem f s 1902.27 2320.68 1902.27 2320.68 -ceux_ci ceux_ci pro_dem m p 4.26 20.95 4.26 20.95 -ceux_là ceux_là pro_dem m p 14.65 25.81 14.65 25.81 -ceux ceux pro_dem m p 202.02 309.86 202.02 309.86 -ch_timi ch_timi adj s 0.27 0.07 0.27 0.00 -ch_timi ch_timi nom p 0.14 0.20 0.00 0.07 -chômage chômage nom m s 12.50 5.41 12.50 5.41 -chômaient chômer ver 1.05 1.35 0.00 0.20 ind:imp:3p; -chômait chômer ver 1.05 1.35 0.01 0.34 ind:imp:3s; -chôme chômer ver 1.05 1.35 0.18 0.14 imp:pre:2s;ind:pre:1s;ind:pre:3s; -chômedu chômedu nom m s 0.04 0.47 0.04 0.47 -chôment chômer ver 1.05 1.35 0.03 0.07 ind:pre:3p; -chômer chômer ver 1.05 1.35 0.37 0.20 inf; -chômerez chômer ver 1.05 1.35 0.10 0.00 ind:fut:2p; -chômeur chômeur nom m s 4.54 4.39 2.23 2.16 -chômeurs chômeur nom m p 4.54 4.39 2.02 2.09 -chômeuse chômeur nom f s 4.54 4.39 0.27 0.14 -chômeuses chômeur nom f p 4.54 4.39 0.01 0.00 -chômez chômer ver 1.05 1.35 0.12 0.00 ind:pre:2p; -chômé chômer ver m s 1.05 1.35 0.24 0.41 par:pas; -chômée chômé adj f s 0.02 0.27 0.01 0.00 -chômés chômé adj m p 0.02 0.27 0.00 0.07 -cha_cha_cha cha_cha_cha nom m s 0.61 0.20 0.61 0.20 -chaîne chaîne nom f s 38.80 57.77 28.40 43.24 -chaînes chaîne nom f p 38.80 57.77 10.40 14.53 -chaînette chaînette nom f s 0.26 2.77 0.25 2.16 -chaînettes chaînette nom f p 0.26 2.77 0.01 0.61 -chaînon chaînon nom m s 0.70 0.68 0.67 0.47 -chaînons chaînon nom m p 0.70 0.68 0.04 0.20 -chaîné chaîner ver m s 0.00 0.07 0.00 0.07 par:pas; -chabanais chabanais nom s 0.00 0.14 0.00 0.14 -chabichou chabichou nom m s 0.00 0.27 0.00 0.27 -chabler chabler ver 0.00 0.07 0.00 0.07 inf; -chablis chablis nom m 0.09 0.07 0.09 0.07 -chaboisseaux chaboisseau nom m p 0.00 0.07 0.00 0.07 -chabot chabot nom m s 0.14 0.07 0.14 0.00 -chabots chabot nom m p 0.14 0.07 0.01 0.07 -chabraque chabraque nom f s 0.00 0.41 0.00 0.41 -chabrot chabrot nom m s 0.27 0.14 0.27 0.14 -chacal chacal nom m s 3.02 2.57 1.16 1.55 -chacals chacal nom m p 3.02 2.57 1.86 1.01 -chachlik chachlik nom m s 0.10 0.07 0.10 0.07 -chaconne chaconne nom f s 0.00 0.07 0.00 0.07 -chacun chacun pro_ind m s 93.61 187.84 93.61 187.84 -chacune chacune pro_ind f s 12.20 35.95 12.20 35.95 -chafaud chafaud nom m s 0.00 0.14 0.00 0.07 -chafauds chafaud nom m p 0.00 0.14 0.00 0.07 -chafouin chafouin adj m s 0.04 1.15 0.03 0.41 -chafouine chafouin adj f s 0.04 1.15 0.01 0.61 -chafouins chafouin adj m p 0.04 1.15 0.00 0.14 -chagatte chagatte nom f s 0.21 0.88 0.19 0.68 -chagattes chagatte nom f p 0.21 0.88 0.02 0.20 -chagrin chagrin nom m s 21.61 44.05 20.39 38.72 -chagrina chagriner ver 1.94 2.97 0.00 0.14 ind:pas:3s; -chagrinaient chagriner ver 1.94 2.97 0.00 0.07 ind:imp:3p; -chagrinait chagriner ver 1.94 2.97 0.00 0.88 ind:imp:3s; -chagrine chagriner ver 1.94 2.97 1.43 0.74 imp:pre:2s;ind:pre:1s;ind:pre:3s; -chagrinent chagriner ver 1.94 2.97 0.02 0.07 ind:pre:3p; -chagriner chagriner ver 1.94 2.97 0.20 0.74 inf; -chagrinerait chagriner ver 1.94 2.97 0.05 0.00 cnd:pre:3s; -chagrines chagriner ver 1.94 2.97 0.14 0.00 ind:pre:2s; -chagrins chagrin nom m p 21.61 44.05 1.21 5.34 -chagriné chagriné adj m s 0.06 0.47 0.05 0.20 -chagrinée chagriner ver f s 1.94 2.97 0.04 0.14 par:pas; -chagrinés chagriné adj m p 0.06 0.47 0.01 0.14 -chah chah nom m s 0.04 0.00 0.04 0.00 -chahut chahut nom m s 1.28 2.70 1.27 2.30 -chahutaient chahuter ver 0.94 3.85 0.01 0.27 ind:imp:3p; -chahutais chahuter ver 0.94 3.85 0.00 0.14 ind:imp:1s; -chahutait chahuter ver 0.94 3.85 0.21 0.34 ind:imp:3s; -chahutant chahuter ver 0.94 3.85 0.01 0.47 par:pre; -chahute chahuter ver 0.94 3.85 0.08 0.27 ind:pre:1s;ind:pre:3s; -chahutent chahuter ver 0.94 3.85 0.15 0.20 ind:pre:3p; -chahuter chahuter ver 0.94 3.85 0.28 1.22 inf; -chahuteraient chahuter ver 0.94 3.85 0.00 0.07 cnd:pre:3p; -chahuteur chahuteur nom m s 0.09 0.41 0.07 0.14 -chahuteurs chahuteur nom m p 0.09 0.41 0.00 0.27 -chahuteuse chahuteur nom f s 0.09 0.41 0.01 0.00 -chahutez chahuter ver 0.94 3.85 0.04 0.00 imp:pre:2p;ind:pre:2p; -chahuts chahut nom m p 1.28 2.70 0.01 0.41 -chahutèrent chahuter ver 0.94 3.85 0.00 0.07 ind:pas:3p; -chahuté chahuter ver m s 0.94 3.85 0.14 0.41 par:pas; -chahutée chahuter ver f s 0.94 3.85 0.01 0.14 par:pas; -chahutées chahuter ver f p 0.94 3.85 0.00 0.07 par:pas; -chahutés chahuter ver m p 0.94 3.85 0.00 0.20 par:pas; -chai chai nom m s 0.21 1.62 0.11 0.27 -chair chair nom f s 37.07 101.69 36.01 90.81 -chaire chaire nom f s 1.46 5.74 1.46 5.47 -chaires chaire nom f p 1.46 5.74 0.00 0.27 -chairman chairman nom m s 0.03 0.27 0.03 0.27 -chairs chair nom f p 37.07 101.69 1.07 10.88 -chais chai nom m p 0.21 1.62 0.10 1.35 -chaise chaise nom f s 40.02 118.31 32.70 86.35 -chaises chaise nom f p 40.02 118.31 7.33 31.96 -chaisière chaisier nom f s 0.00 0.68 0.00 0.54 -chaisières chaisier nom f p 0.00 0.68 0.00 0.14 -chaix chaix nom m 0.00 0.27 0.00 0.27 -chaland chaland nom m s 0.53 3.11 0.50 1.49 -chalands chaland nom m p 0.53 3.11 0.03 1.62 -chalazions chalazion nom m p 0.00 0.07 0.00 0.07 -chaldaïques chaldaïque adj m p 0.00 0.07 0.00 0.07 -chaldéen chaldéen nom m s 0.03 0.20 0.01 0.00 -chaldéens chaldéen nom m p 0.03 0.20 0.02 0.20 -chalet chalet nom m s 4.38 8.11 3.92 7.16 -chalets chalet nom m p 4.38 8.11 0.46 0.95 -chaleur chaleur nom f s 39.13 116.22 38.77 112.23 -chaleureuse chaleureux adj f s 5.72 11.55 1.29 4.32 -chaleureusement chaleureusement adv 1.46 1.89 1.46 1.89 -chaleureuses chaleureux adj f p 5.72 11.55 0.47 1.01 -chaleureux chaleureux adj m 5.72 11.55 3.96 6.22 -chaleurs chaleur nom f p 39.13 116.22 0.36 3.99 -challenge challenge nom m s 1.69 0.27 1.41 0.27 -challenger challenger nom m s 1.47 0.47 0.94 0.41 -challengers challenger nom m p 1.47 0.47 0.53 0.07 -challenges challenge nom m p 1.69 0.27 0.29 0.00 -challengeur challengeur nom m s 0.01 0.00 0.01 0.00 -chalon chalon nom m s 0.14 2.64 0.14 2.57 -chalonnaises chalonnais adj f p 0.00 0.07 0.00 0.07 -chalons chalon nom m p 0.14 2.64 0.00 0.07 -chaloupait chalouper ver 0.01 1.01 0.00 0.14 ind:imp:3s; -chaloupant chalouper ver 0.01 1.01 0.00 0.20 par:pre; -chaloupe chaloupe nom f s 0.82 2.50 0.73 1.89 -chalouper chalouper ver 0.01 1.01 0.00 0.07 inf; -chaloupes chaloupe nom f p 0.82 2.50 0.09 0.61 -chaloupé chalouper ver m s 0.01 1.01 0.00 0.20 par:pas; -chaloupée chaloupé adj f s 0.01 0.74 0.01 0.54 -chaloupées chalouper ver f p 0.01 1.01 0.00 0.07 par:pas; -chaloupés chalouper ver m p 0.01 1.01 0.00 0.07 par:pas; -chalumeau chalumeau nom m s 1.63 2.70 1.59 2.36 -chalumeaux chalumeau nom m p 1.63 2.70 0.03 0.34 -chalut chalut nom m s 0.04 0.27 0.04 0.20 -chalutier_patrouilleur chalutier_patrouilleur nom m s 0.00 0.07 0.00 0.07 -chalutier chalutier nom m s 1.13 3.18 0.66 1.28 -chalutiers chalutier nom m p 1.13 3.18 0.47 1.89 -chaluts chalut nom m p 0.04 0.27 0.00 0.07 -chamade chamade nom f s 0.75 1.35 0.75 1.35 -chamaillaient chamailler ver 2.11 3.45 0.05 0.88 ind:imp:3p; -chamaillait chamailler ver 2.11 3.45 0.03 0.34 ind:imp:3s; -chamaillant chamailler ver 2.11 3.45 0.04 0.07 par:pre; -chamaille chamailler ver 2.11 3.45 0.21 0.14 ind:pre:1s;ind:pre:3s; -chamaillent chamailler ver 2.11 3.45 0.13 0.47 ind:pre:3p; -chamailler chamailler ver 2.11 3.45 1.22 1.08 inf; -chamaillerie chamaillerie nom f s 0.77 0.61 0.00 0.07 -chamailleries chamaillerie nom f p 0.77 0.61 0.77 0.54 -chamailleur chamailleur adj m s 0.01 0.20 0.01 0.00 -chamailleurs chamailleur adj m p 0.01 0.20 0.00 0.14 -chamailleuse chamailleur adj f s 0.01 0.20 0.00 0.07 -chamaillez chamailler ver 2.11 3.45 0.22 0.07 imp:pre:2p;ind:pre:2p; -chamaillions chamailler ver 2.11 3.45 0.00 0.07 ind:imp:1p; -chamaillis chamaillis nom m 0.00 0.07 0.00 0.07 -chamaillons chamailler ver 2.11 3.45 0.13 0.00 ind:pre:1p; -chamaillèrent chamailler ver 2.11 3.45 0.00 0.07 ind:pas:3p; -chamaillé chamailler ver m s 2.11 3.45 0.02 0.00 par:pas; -chamaillés chamailler ver m p 2.11 3.45 0.08 0.27 par:pas; -chaman chaman nom m s 1.03 0.41 0.97 0.20 -chamane chamane nom m s 0.04 0.14 0.02 0.07 -chamanes chamane nom m p 0.04 0.14 0.01 0.07 -chamanisme chamanisme nom m s 0.04 0.14 0.04 0.14 -chamans chaman nom m p 1.03 0.41 0.06 0.20 -chamarré chamarré adj m s 0.14 1.82 0.14 0.81 -chamarrée chamarré adj f s 0.14 1.82 0.01 0.27 -chamarrées chamarré adj f p 0.14 1.82 0.00 0.14 -chamarrures chamarrure nom f p 0.00 0.07 0.00 0.07 -chamarrés chamarré adj m p 0.14 1.82 0.00 0.61 -chambard chambard nom m s 0.22 0.20 0.22 0.20 -chambarda chambarder ver 0.02 0.34 0.00 0.07 ind:pas:3s; -chambardait chambarder ver 0.02 0.34 0.00 0.07 ind:imp:3s; -chambardement chambardement nom m s 0.17 0.68 0.17 0.61 -chambardements chambardement nom m p 0.17 0.68 0.00 0.07 -chambarder chambarder ver 0.02 0.34 0.02 0.07 inf; -chambardé chambarder ver m s 0.02 0.34 0.00 0.07 par:pas; -chambardée chambarder ver f s 0.02 0.34 0.00 0.07 par:pas; -chambellan chambellan nom m s 0.55 0.88 0.53 0.61 -chambellans chambellan nom m p 0.55 0.88 0.02 0.27 -chambertin chambertin nom m s 0.04 0.68 0.04 0.61 -chambertins chambertin nom m p 0.04 0.68 0.00 0.07 -chamboulaient chambouler ver 2.76 2.23 0.00 0.14 ind:imp:3p; -chamboulait chambouler ver 2.76 2.23 0.00 0.14 ind:imp:3s; -chamboulant chambouler ver 2.76 2.23 0.01 0.07 par:pre; -chamboule chambouler ver 2.76 2.23 0.41 0.07 imp:pre:2s;ind:pre:1s;ind:pre:3s; -chamboulement chamboulement nom m s 0.04 0.20 0.03 0.20 -chamboulements chamboulement nom m p 0.04 0.20 0.01 0.00 -chamboulent chambouler ver 2.76 2.23 0.17 0.00 ind:pre:3p; -chambouler chambouler ver 2.76 2.23 0.58 0.54 inf; -chambouleras chambouler ver 2.76 2.23 0.00 0.07 ind:fut:2s; -chamboulez chambouler ver 2.76 2.23 0.03 0.00 imp:pre:2p;ind:pre:2p; -chamboulât chambouler ver 2.76 2.23 0.00 0.07 sub:imp:3s; -chamboulé chambouler ver m s 2.76 2.23 0.85 0.34 par:pas; -chamboulée chambouler ver f s 2.76 2.23 0.51 0.68 par:pas; -chamboulées chambouler ver f p 2.76 2.23 0.16 0.07 par:pas; -chamboulés chambouler ver m p 2.76 2.23 0.04 0.07 par:pas; -chambra chambrer ver 1.50 3.31 0.02 0.14 ind:pas:3s; -chambrais chambrer ver 1.50 3.31 0.00 0.07 ind:imp:1s; -chambrait chambrer ver 1.50 3.31 0.00 0.20 ind:imp:3s; -chambranle chambranle nom m s 0.09 4.26 0.09 4.12 -chambranles chambranle nom m p 0.09 4.26 0.00 0.14 -chambrant chambrer ver 1.50 3.31 0.00 0.27 par:pre; -chambre_salon chambre_salon nom f s 0.00 0.07 0.00 0.07 -chambre chambre nom f s 288.64 413.31 263.93 380.07 -chambrent chambrer ver 1.50 3.31 0.01 0.14 ind:pre:3p; -chambrer chambrer ver 1.50 3.31 0.39 0.41 inf; -chambres chambre nom f p 288.64 413.31 24.71 33.24 -chambrette chambrette nom f s 0.24 2.50 0.24 2.50 -chambrez chambrer ver 1.50 3.31 0.01 0.00 ind:pre:2p; -chambrière chambrière nom f s 0.01 1.35 0.01 0.81 -chambrières chambrière nom f p 0.01 1.35 0.00 0.54 -chambré chambrer ver m s 1.50 3.31 0.02 0.61 par:pas; -chambrée chambrée nom f s 0.98 1.89 0.64 1.62 -chambrées chambrée nom f p 0.98 1.89 0.34 0.27 -chameau chameau nom m s 10.87 10.54 7.21 5.41 -chameaux chameau nom m p 10.87 10.54 3.34 4.73 -chamelier chamelier nom m s 0.12 0.41 0.11 0.20 -chameliers chamelier nom m p 0.12 0.41 0.01 0.20 -chamelle chameau nom f s 10.87 10.54 0.32 0.27 -chamelles chamelle nom f p 0.12 0.00 0.12 0.00 -chamois chamois nom m 0.61 2.57 0.61 2.57 -chamoisine chamoisine nom f s 0.00 0.07 0.00 0.07 -champ champ nom m s 57.22 106.49 0.04 1.76 -champ champ nom m s 57.22 106.49 38.05 51.76 -champagne champagne nom m s 32.49 29.86 32.38 29.86 -champagnes champagne nom m p 32.49 29.86 0.12 0.00 -champagnisés champagniser ver m p 0.00 0.07 0.00 0.07 par:pas; -champenois champenois nom m 0.00 4.19 0.00 4.12 -champenoise champenois adj f s 0.00 1.62 0.00 0.34 -champenoises champenois nom f p 0.00 4.19 0.00 0.07 -champi champi nom m s 0.02 0.14 0.00 0.14 -champignon champignon nom m s 11.03 12.97 3.34 3.99 -champignonnaient champignonner ver 0.00 0.27 0.00 0.07 ind:imp:3p; -champignonnait champignonner ver 0.00 0.27 0.00 0.07 ind:imp:3s; -champignonne champignonner ver 0.00 0.27 0.00 0.07 ind:pre:3s; -champignonnent champignonner ver 0.00 0.27 0.00 0.07 ind:pre:3p; -champignonnière champignonnière nom f s 0.01 0.34 0.01 0.27 -champignonnières champignonnière nom f p 0.01 0.34 0.00 0.07 -champignons champignon nom m p 11.03 12.97 7.69 8.99 -champion champion nom m s 34.90 15.07 27.69 10.81 -championnat championnat nom m s 8.24 2.97 6.87 2.57 -championnats championnat nom m p 8.24 2.97 1.38 0.41 -championne champion nom f s 34.90 15.07 2.46 1.08 -championnes championne nom f p 0.12 0.00 0.12 0.00 -champions champion nom m p 34.90 15.07 4.75 2.97 -champis champi nom m p 0.02 0.14 0.02 0.00 -champs_élysées champs_élysées nom m p 0.00 0.14 0.00 0.14 -champs champ nom m p 57.22 106.49 19.14 52.97 -champêtre champêtre adj s 0.70 6.01 0.47 4.66 -champêtres champêtre adj p 0.70 6.01 0.23 1.35 -chance chance nom s 360.60 136.35 334.02 114.05 -chancel chancel nom m s 0.01 0.00 0.01 0.00 -chancela chanceler ver 1.06 7.50 0.00 1.08 ind:pas:3s; -chancelai chanceler ver 1.06 7.50 0.00 0.07 ind:pas:1s; -chancelaient chanceler ver 1.06 7.50 0.00 0.07 ind:imp:3p; -chancelais chanceler ver 1.06 7.50 0.01 0.14 ind:imp:1s; -chancelait chanceler ver 1.06 7.50 0.03 1.69 ind:imp:3s; -chancelant chanceler ver 1.06 7.50 0.29 0.88 par:pre; -chancelante chancelant adj f s 0.23 2.23 0.04 1.08 -chancelantes chancelant adj f p 0.23 2.23 0.01 0.27 -chancelants chancelant adj m p 0.23 2.23 0.14 0.27 -chanceler chanceler ver 1.06 7.50 0.14 1.22 inf; -chancelier chancelier nom m s 3.08 2.03 2.97 1.69 -chanceliers chancelier nom m p 3.08 2.03 0.11 0.20 -chancelions chanceler ver 1.06 7.50 0.00 0.07 ind:imp:1p; -chancelière chancelière nom f s 0.06 0.00 0.06 0.00 -chancelières chancelier nom f p 3.08 2.03 0.00 0.14 -chancelle chanceler ver 1.06 7.50 0.56 1.28 ind:pre:1s;ind:pre:3s; -chancellent chanceler ver 1.06 7.50 0.02 0.27 ind:pre:3p; -chancellerie chancellerie nom f s 1.21 2.70 1.20 1.69 -chancelleries chancellerie nom f p 1.21 2.70 0.01 1.01 -chancelèrent chanceler ver 1.06 7.50 0.00 0.20 ind:pas:3p; -chancelé chanceler ver m s 1.06 7.50 0.01 0.54 par:pas; -chances chance nom f p 360.60 136.35 26.58 22.30 -chanceuse chanceux adj f s 12.88 1.08 2.49 0.27 -chanceuses chanceux adj f p 12.88 1.08 0.15 0.07 -chanceux chanceux adj m 12.88 1.08 10.24 0.74 -chanci chancir ver m s 0.00 0.14 0.00 0.14 par:pas; -chancre chancre nom m s 0.83 1.08 0.53 0.74 -chancres chancre nom m p 0.83 1.08 0.30 0.34 -chand chand nom m s 0.00 0.14 0.00 0.14 -chandail chandail nom m s 0.82 14.19 0.63 11.42 -chandails chandail nom m p 0.82 14.19 0.19 2.77 -chandeleur chandeleur nom f s 0.52 0.47 0.52 0.47 -chandelier chandelier nom m s 1.71 4.12 1.36 1.82 -chandeliers chandelier nom m p 1.71 4.12 0.34 2.30 -chandelle chandelle nom f s 5.15 12.57 3.51 7.91 -chandelles chandelle nom f p 5.15 12.57 1.64 4.66 -chanfrein chanfrein nom m s 0.00 0.54 0.00 0.54 -chanfreinée chanfreiner ver f s 0.00 0.07 0.00 0.07 par:pas; -change changer ver 411.98 246.49 67.83 30.20 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:1s;sub:pre:3s; -changea changer ver 411.98 246.49 2.04 12.43 ind:pas:3s; -changeai changer ver 411.98 246.49 0.04 0.61 ind:pas:1s; -changeaient changer ver 411.98 246.49 0.44 4.12 ind:imp:3p; -changeais changer ver 411.98 246.49 1.56 1.89 ind:imp:1s;ind:imp:2s; -changeait changer ver 411.98 246.49 3.30 18.11 ind:imp:3s; -changeant changer ver 411.98 246.49 1.38 6.15 par:pre; -changeante changeant adj f s 1.60 5.47 0.36 1.96 -changeantes changeant adj f p 1.60 5.47 0.02 0.61 -changeants changeant adj m p 1.60 5.47 0.03 1.01 -changeas changer ver 411.98 246.49 0.01 0.00 ind:pas:2s; -changement changement nom m s 37.70 36.42 27.00 26.28 -changements changement nom m p 37.70 36.42 10.70 10.14 -changent changer ver 411.98 246.49 12.39 5.34 ind:pre:3p; -changeâmes changer ver 411.98 246.49 0.00 0.27 ind:pas:1p; -changeons changer ver 411.98 246.49 2.74 0.68 imp:pre:1p;ind:pre:1p; -changeât changer ver 411.98 246.49 0.00 0.81 sub:imp:3s; -changer changer ver 411.98 246.49 140.49 72.30 inf;; -changera changer ver 411.98 246.49 16.54 5.07 ind:fut:3s; -changerai changer ver 411.98 246.49 3.15 0.74 ind:fut:1s; -changeraient changer ver 411.98 246.49 0.23 0.61 cnd:pre:3p; -changerais changer ver 411.98 246.49 1.92 0.88 cnd:pre:1s;cnd:pre:2s; -changerait changer ver 411.98 246.49 6.29 4.32 cnd:pre:3s; -changeras changer ver 411.98 246.49 2.92 0.81 ind:fut:2s; -changerez changer ver 411.98 246.49 1.29 0.07 ind:fut:2p; -changeriez changer ver 411.98 246.49 0.29 0.00 cnd:pre:2p; -changerons changer ver 411.98 246.49 0.58 0.27 ind:fut:1p; -changeront changer ver 411.98 246.49 1.65 1.01 ind:fut:3p; -changes changer ver 411.98 246.49 9.22 1.82 ind:pre:2s; -changeur changeur nom m s 0.47 0.61 0.42 0.41 -changeurs changeur nom m p 0.47 0.61 0.03 0.20 -changeuse changeur nom f s 0.47 0.61 0.02 0.00 -changez changer ver 411.98 246.49 10.18 1.28 imp:pre:2p;ind:pre:2p; -changiez changer ver 411.98 246.49 0.80 0.14 ind:imp:2p; -changions changer ver 411.98 246.49 0.03 0.27 ind:imp:1p; -changèrent changer ver 411.98 246.49 0.38 0.95 ind:pas:3p; -changé changer ver m s 411.98 246.49 117.83 68.85 par:pas; -changée changer ver f s 411.98 246.49 3.94 4.32 par:pas; -changées changer ver f p 411.98 246.49 1.01 0.68 par:pas; -changés changer ver m p 411.98 246.49 1.52 1.49 par:pas; -chanoine chanoine nom m s 0.44 11.96 0.43 11.28 -chanoines chanoine nom m p 0.44 11.96 0.01 0.68 -chanoinesse chanoinesse nom f s 0.00 0.54 0.00 0.27 -chanoinesses chanoinesse nom f p 0.00 0.54 0.00 0.27 -chanson chanson nom f s 84.92 46.55 64.50 26.15 -chansonner chansonner ver 0.01 0.00 0.01 0.00 inf; -chansonnette chansonnette nom f s 1.25 2.43 1.00 1.69 -chansonnettes chansonnette nom f p 1.25 2.43 0.25 0.74 -chansonnier chansonnier nom m s 0.03 1.62 0.03 0.61 -chansonniers chansonnier nom m p 0.03 1.62 0.00 1.01 -chansons chanson nom f p 84.92 46.55 20.42 20.41 -chanstiquait chanstiquer ver 0.00 1.22 0.00 0.07 ind:imp:3s; -chanstique chanstiquer ver 0.00 1.22 0.00 0.41 ind:pre:1s;ind:pre:3s; -chanstiquent chanstiquer ver 0.00 1.22 0.00 0.07 ind:pre:3p; -chanstiquer chanstiquer ver 0.00 1.22 0.00 0.20 inf; -chanstiquèrent chanstiquer ver 0.00 1.22 0.00 0.07 ind:pas:3p; -chanstiqué chanstiquer ver m s 0.00 1.22 0.00 0.34 par:pas; -chanstiquée chanstiquer ver f s 0.00 1.22 0.00 0.07 par:pas; -chant chant nom m s 25.90 42.03 17.64 28.38 -chanta chanter ver 166.34 125.81 0.43 6.62 ind:pas:3s; -chantage chantage nom m s 8.51 7.64 8.50 7.43 -chantages chantage nom m p 8.51 7.64 0.01 0.20 -chantai chanter ver 166.34 125.81 0.00 0.14 ind:pas:1s; -chantaient chanter ver 166.34 125.81 1.98 8.24 ind:imp:3p; -chantais chanter ver 166.34 125.81 3.56 1.22 ind:imp:1s;ind:imp:2s; -chantait chanter ver 166.34 125.81 8.76 22.57 ind:imp:3s; -chantant chanter ver 166.34 125.81 4.34 10.14 par:pre; -chantante chantant adj f s 1.03 7.36 0.23 3.24 -chantantes chantant adj f p 1.03 7.36 0.02 0.68 -chantants chantant adj m p 1.03 7.36 0.21 0.47 -chante chanter ver 166.34 125.81 56.16 18.45 imp:pre:2s;ind:pre:1s;ind:pre:3s; -chanteau chanteau nom m s 0.00 0.14 0.00 0.14 -chantent chanter ver 166.34 125.81 7.10 7.70 ind:pre:3p; -chanter chanter ver 166.34 125.81 48.12 34.26 inf; -chantera chanter ver 166.34 125.81 2.39 0.68 ind:fut:3s; -chanterai chanter ver 166.34 125.81 1.31 0.41 ind:fut:1s; -chanteraient chanter ver 166.34 125.81 0.09 0.20 cnd:pre:3p; -chanterais chanter ver 166.34 125.81 0.50 0.07 cnd:pre:1s;cnd:pre:2s; -chanterait chanter ver 166.34 125.81 0.31 0.74 cnd:pre:3s; -chanteras chanter ver 166.34 125.81 0.79 0.07 ind:fut:2s; -chanterelle chanterelle nom f s 0.05 0.27 0.01 0.14 -chanterelles chanterelle nom f p 0.05 0.27 0.04 0.14 -chanterez chanter ver 166.34 125.81 0.45 0.14 ind:fut:2p; -chanteriez chanter ver 166.34 125.81 0.04 0.00 cnd:pre:2p; -chanterons chanter ver 166.34 125.81 0.25 0.00 ind:fut:1p; -chanteront chanter ver 166.34 125.81 0.46 0.27 ind:fut:3p; -chantes chanter ver 166.34 125.81 6.97 2.09 ind:pre:2s; -chanteur chanteur nom m s 20.25 20.07 9.80 9.19 -chanteurs chanteur nom m p 20.25 20.07 2.65 4.93 -chanteuse_vedette chanteuse_vedette nom f s 0.00 0.07 0.00 0.07 -chanteuse chanteur nom f s 20.25 20.07 7.81 4.39 -chanteuses chanteuse nom f p 0.91 0.00 0.91 0.00 -chantez chanter ver 166.34 125.81 8.26 0.74 imp:pre:2p;ind:pre:2p; -chançard chançard nom m s 0.17 0.07 0.16 0.07 -chançarde chançard nom f s 0.17 0.07 0.01 0.00 -chantier chantier nom m s 12.96 22.50 9.93 15.14 -chantiers chantier nom m p 12.96 22.50 3.03 7.36 -chantiez chanter ver 166.34 125.81 0.81 0.00 ind:imp:2p; -chantilly chantilly nom f s 0.59 0.74 0.59 0.74 -chantions chanter ver 166.34 125.81 0.24 0.95 ind:imp:1p; -chantâmes chanter ver 166.34 125.81 0.00 0.14 ind:pas:1p; -chantonna chantonner ver 2.84 14.86 0.00 2.43 ind:pas:3s; -chantonnai chantonner ver 2.84 14.86 0.00 0.07 ind:pas:1s; -chantonnaient chantonner ver 2.84 14.86 0.00 0.41 ind:imp:3p; -chantonnais chantonner ver 2.84 14.86 0.01 0.14 ind:imp:1s; -chantonnait chantonner ver 2.84 14.86 0.02 3.65 ind:imp:3s; -chantonnant chantonner ver 2.84 14.86 0.03 2.57 par:pre; -chantonnante chantonnant adj f s 0.00 0.41 0.00 0.20 -chantonne chantonner ver 2.84 14.86 2.27 2.50 imp:pre:2s;ind:pre:3s;sub:pre:3s; -chantonnement chantonnement nom m s 0.00 0.74 0.00 0.74 -chantonnent chantonner ver 2.84 14.86 0.14 0.34 ind:pre:3p; -chantonner chantonner ver 2.84 14.86 0.35 2.23 inf; -chantonnèrent chantonner ver 2.84 14.86 0.00 0.07 ind:pas:3p; -chantonné chantonner ver m s 2.84 14.86 0.03 0.34 par:pas; -chantonnée chantonner ver f s 2.84 14.86 0.00 0.07 par:pas; -chantonnés chantonner ver m p 2.84 14.86 0.00 0.07 par:pas; -chantons chanter ver 166.34 125.81 3.98 0.54 imp:pre:1p;ind:pre:1p; -chantât chanter ver 166.34 125.81 0.00 0.27 sub:imp:3s; -chantoung chantoung nom m s 0.00 0.20 0.00 0.20 -chantourner chantourner ver 0.00 0.68 0.00 0.07 inf; -chantourné chantourner ver m s 0.00 0.68 0.00 0.14 par:pas; -chantournées chantourner ver f p 0.00 0.68 0.00 0.27 par:pas; -chantournés chantourner ver m p 0.00 0.68 0.00 0.20 par:pas; -chantre chantre nom m s 0.46 1.82 0.44 1.35 -chantrerie chantrerie nom f s 0.01 0.00 0.01 0.00 -chantres chantre nom m p 0.46 1.82 0.02 0.47 -chants chant nom m p 25.90 42.03 8.26 13.65 -chantèrent chanter ver 166.34 125.81 0.17 0.95 ind:pas:3p; -chanté chanter ver m s 166.34 125.81 7.81 6.15 par:pas; -chantée chanter ver f s 166.34 125.81 0.94 1.01 par:pas; -chantées chanter ver f p 166.34 125.81 0.06 0.81 par:pas; -chantés chanter ver m p 166.34 125.81 0.08 0.27 par:pas; -chanvre chanvre nom m s 0.77 2.91 0.77 2.84 -chanvres chanvre nom m p 0.77 2.91 0.00 0.07 -chao chao adv 0.15 0.07 0.15 0.07 -chaos chaos nom m 11.30 10.20 11.30 10.20 -chaotique chaotique adj s 0.95 2.57 0.76 1.89 -chaotiquement chaotiquement adv 0.00 0.07 0.00 0.07 -chaotiques chaotique adj p 0.95 2.57 0.20 0.68 -chaouch chaouch nom m s 0.00 0.54 0.00 0.34 -chaouchs chaouch nom m p 0.00 0.54 0.00 0.20 -chaparda chaparder ver 0.16 1.28 0.00 0.07 ind:pas:3s; -chapardage chapardage nom m s 0.09 0.27 0.06 0.07 -chapardages chapardage nom m p 0.09 0.27 0.02 0.20 -chapardait chaparder ver 0.16 1.28 0.01 0.14 ind:imp:3s; -chapardant chaparder ver 0.16 1.28 0.01 0.00 par:pre; -chapardent chaparder ver 0.16 1.28 0.01 0.14 ind:pre:3p; -chaparder chaparder ver 0.16 1.28 0.08 0.74 inf; -chapardeur chapardeur nom m s 0.07 0.68 0.02 0.20 -chapardeurs chapardeur nom m p 0.07 0.68 0.03 0.41 -chapardeuse chapardeur nom f s 0.07 0.68 0.02 0.07 -chapardé chaparder ver m s 0.16 1.28 0.04 0.07 par:pas; -chapardée chaparder ver f s 0.16 1.28 0.00 0.07 par:pas; -chapardées chaparder ver f p 0.16 1.28 0.00 0.07 par:pas; -chaparral chaparral nom m s 0.12 0.00 0.10 0.00 -chaparrals chaparral nom m p 0.12 0.00 0.02 0.00 -chape chape nom f s 0.10 2.23 0.10 2.16 -chapeau chapeau nom m s 54.91 88.04 48.61 72.91 -chapeautait chapeauter ver 0.08 1.08 0.01 0.07 ind:imp:3s; -chapeaute chapeauter ver 0.08 1.08 0.04 0.14 ind:pre:1s;ind:pre:3s; -chapeauter chapeauter ver 0.08 1.08 0.01 0.07 inf; -chapeauté chapeauté adj m s 0.01 0.95 0.01 0.14 -chapeautée chapeauter ver f s 0.08 1.08 0.02 0.27 par:pas; -chapeautées chapeauté adj f p 0.01 0.95 0.00 0.20 -chapeautés chapeauté adj m p 0.01 0.95 0.00 0.20 -chapeaux chapeau nom m p 54.91 88.04 6.29 15.14 -chapelain chapelain nom m s 0.21 0.74 0.21 0.61 -chapelains chapelain nom m p 0.21 0.74 0.00 0.14 -chapelet chapelet nom m s 1.91 12.91 1.54 9.73 -chapelets chapelet nom m p 1.91 12.91 0.37 3.18 -chapelier chapelier nom m s 0.24 0.88 0.23 0.61 -chapeliers chapelier nom m p 0.24 0.88 0.01 0.27 -chapelle chapelle nom f s 7.42 35.88 7.37 32.36 -chapellerie chapellerie nom f s 0.00 0.20 0.00 0.20 -chapelles chapelle nom f p 7.42 35.88 0.05 3.51 -chapelure chapelure nom f s 0.31 0.54 0.31 0.47 -chapelures chapelure nom f p 0.31 0.54 0.00 0.07 -chaperon chaperon nom m s 3.84 1.35 3.71 1.22 -chaperonnais chaperonner ver 0.28 0.54 0.01 0.07 ind:imp:1s; -chaperonnait chaperonner ver 0.28 0.54 0.01 0.20 ind:imp:3s; -chaperonner chaperonner ver 0.28 0.54 0.21 0.07 inf; -chaperonné chaperonner ver m s 0.28 0.54 0.03 0.07 par:pas; -chaperonnée chaperonner ver f s 0.28 0.54 0.01 0.07 par:pas; -chaperonnés chaperonner ver m p 0.28 0.54 0.01 0.07 par:pas; -chaperons chaperon nom m p 3.84 1.35 0.13 0.14 -chapes chape nom f p 0.10 2.23 0.00 0.07 -chapiteau chapiteau nom m s 1.84 3.45 1.83 1.96 -chapiteau_dortoir chapiteau_dortoir nom m p 0.00 0.07 0.00 0.07 -chapiteaux chapiteau nom m p 1.84 3.45 0.01 1.49 -chapitre chapitre nom m s 13.00 38.65 12.10 35.81 -chapitrer chapitrer ver 0.35 1.35 0.02 0.47 inf; -chapitres chapitre nom m p 13.00 38.65 0.91 2.84 -chapitré chapitrer ver m s 0.35 1.35 0.02 0.20 par:pas; -chapitrée chapitrer ver f s 0.35 1.35 0.01 0.14 par:pas; -chapitrées chapitrer ver f p 0.35 1.35 0.00 0.14 par:pas; -chapka chapka nom f s 0.23 1.15 0.23 1.15 -chaplinesque chaplinesque adj f s 0.00 0.14 0.00 0.14 -chapon chapon nom m s 1.16 0.41 0.58 0.20 -chapons chapon nom m p 1.16 0.41 0.58 0.20 -chappe chappe nom m s 0.00 0.20 0.00 0.20 -chapska chapska nom m s 0.00 0.20 0.00 0.14 -chapskas chapska nom m p 0.00 0.20 0.00 0.07 -chapés chapé adj m p 0.00 0.07 0.00 0.07 -chaque chaque adj_ind s 246.29 486.35 246.29 486.35 -char char nom m s 11.86 27.57 8.60 7.91 -charabia charabia nom m s 2.46 1.55 2.46 1.42 -charabias charabia nom m p 2.46 1.55 0.00 0.14 -charade charade nom f s 0.53 0.74 0.12 0.27 -charades charade nom f p 0.53 0.74 0.41 0.47 -charale charale nom f s 0.03 0.00 0.03 0.00 -charançon charançon nom m s 0.20 0.47 0.07 0.14 -charançonné charançonné adj m s 0.00 0.27 0.00 0.07 -charançonnée charançonné adj f s 0.00 0.27 0.00 0.07 -charançonnés charançonné adj m p 0.00 0.27 0.00 0.14 -charançons charançon nom m p 0.20 0.47 0.14 0.34 -charbon charbon nom m s 9.24 24.59 8.39 21.96 -charbonnages charbonnage nom m p 0.27 0.68 0.27 0.68 -charbonnaient charbonner ver 0.00 1.28 0.00 0.14 ind:imp:3p; -charbonnait charbonner ver 0.00 1.28 0.00 0.20 ind:imp:3s; -charbonne charbonner ver 0.00 1.28 0.00 0.27 ind:pre:3s; -charbonnent charbonner ver 0.00 1.28 0.00 0.14 ind:pre:3p; -charbonner charbonner ver 0.00 1.28 0.00 0.07 inf; -charbonnette charbonnette nom f s 0.00 0.14 0.00 0.14 -charbonneuse charbonneux adj f s 0.00 4.46 0.00 1.01 -charbonneuses charbonneux adj f p 0.00 4.46 0.00 0.95 -charbonneux charbonneux adj m 0.00 4.46 0.00 2.50 -charbonnier charbonnier adj m s 0.13 0.95 0.10 0.61 -charbonniers charbonnier nom m p 0.04 2.36 0.03 1.01 -charbonnière charbonnier adj f s 0.13 0.95 0.02 0.34 -charbonnières charbonnière nom f p 0.00 0.47 0.00 0.14 -charbonné charbonner ver m s 0.00 1.28 0.00 0.14 par:pas; -charbonnées charbonner ver f p 0.00 1.28 0.00 0.14 par:pas; -charbonnés charbonner ver m p 0.00 1.28 0.00 0.20 par:pas; -charbons charbon nom m p 9.24 24.59 0.85 2.64 -charca charca nom s 0.00 0.47 0.00 0.47 -charcutage charcutage nom m s 0.04 0.14 0.04 0.14 -charcutaient charcuter ver 1.15 1.15 0.00 0.14 ind:imp:3p; -charcutaille charcutaille nom f s 0.01 0.27 0.01 0.27 -charcutait charcuter ver 1.15 1.15 0.03 0.07 ind:imp:3s; -charcute charcuter ver 1.15 1.15 0.26 0.14 imp:pre:2s;ind:pre:1s;ind:pre:3s; -charcuter charcuter ver 1.15 1.15 0.60 0.47 inf; -charcuterie charcuterie nom f s 0.94 5.20 0.81 4.32 -charcuteries charcuterie nom f p 0.94 5.20 0.14 0.88 -charcutez charcuter ver 1.15 1.15 0.01 0.14 imp:pre:2p;ind:pre:2p; -charcutier charcutier nom m s 0.04 4.73 0.03 2.70 -charcutiers charcutier nom m p 0.04 4.73 0.01 0.81 -charcutière charcutier nom f s 0.04 4.73 0.00 0.95 -charcutières charcutier nom f p 0.04 4.73 0.00 0.27 -charcuté charcuter ver m s 1.15 1.15 0.20 0.00 par:pas; -charcutée charcuter ver f s 1.15 1.15 0.05 0.07 par:pas; -charcutées charcuter ver f p 1.15 1.15 0.01 0.07 par:pas; -charcutés charcuter ver m p 1.15 1.15 0.00 0.07 par:pas; -chardon chardon nom m s 0.28 3.38 0.20 1.01 -chardonay chardonay nom m s 0.04 0.00 0.04 0.00 -chardonnay chardonnay nom m s 0.41 0.00 0.41 0.00 -chardonneret chardonneret nom m s 0.10 0.34 0.00 0.07 -chardonnerets chardonneret nom m p 0.10 0.34 0.10 0.27 -chardons chardon nom m p 0.28 3.38 0.08 2.36 -charentaise charentais nom f s 0.01 2.09 0.00 0.07 -charentaises charentais nom f p 0.01 2.09 0.01 2.03 -charge charger ver 93.02 122.16 28.43 7.97 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:1s;sub:pre:3s; -chargea charger ver 93.02 122.16 0.24 4.46 ind:pas:3s; -chargeai charger ver 93.02 122.16 0.01 1.35 ind:pas:1s; -chargeaient charger ver 93.02 122.16 0.14 2.43 ind:imp:3p; -chargeais charger ver 93.02 122.16 0.43 0.47 ind:imp:1s;ind:imp:2s; -chargeait charger ver 93.02 122.16 0.68 7.16 ind:imp:3s; -chargeant charger ver 93.02 122.16 0.14 1.82 par:pre; -chargement chargement nom m s 7.14 6.42 6.37 5.68 -chargements chargement nom m p 7.14 6.42 0.78 0.74 -chargent charger ver 93.02 122.16 1.63 2.03 ind:pre:3p; -chargeons charger ver 93.02 122.16 0.53 0.14 imp:pre:1p;ind:pre:1p; -chargeât charger ver 93.02 122.16 0.00 0.34 sub:imp:3s; -charger charger ver 93.02 122.16 15.58 10.20 inf; -chargera charger ver 93.02 122.16 2.56 0.95 ind:fut:3s; -chargerai charger ver 93.02 122.16 1.92 0.68 ind:fut:1s; -chargeraient charger ver 93.02 122.16 0.14 0.68 cnd:pre:3p; -chargerais charger ver 93.02 122.16 0.11 0.14 cnd:pre:1s;cnd:pre:2s; -chargerait charger ver 93.02 122.16 0.22 1.08 cnd:pre:3s; -chargeras charger ver 93.02 122.16 0.28 0.07 ind:fut:2s; -chargerez charger ver 93.02 122.16 0.37 0.07 ind:fut:2p; -chargerons charger ver 93.02 122.16 0.24 0.14 ind:fut:1p; -chargeront charger ver 93.02 122.16 0.39 0.34 ind:fut:3p; -charges charge nom f p 32.86 41.28 7.88 5.20 -chargeur chargeur nom m s 4.63 3.72 3.68 2.77 -chargeurs chargeur nom m p 4.63 3.72 0.95 0.95 -chargez charger ver 93.02 122.16 5.37 0.54 imp:pre:2p;ind:pre:2p; -chargiez charger ver 93.02 122.16 0.11 0.00 ind:imp:2p; -chargions charger ver 93.02 122.16 0.01 0.20 ind:imp:1p; -chargèrent charger ver 93.02 122.16 0.01 1.15 ind:pas:3p; -chargé charger ver m s 93.02 122.16 23.18 40.07 par:pas; -chargée charger ver f s 93.02 122.16 4.81 13.65 par:pas; -chargées charger ver f p 93.02 122.16 0.81 5.68 par:pas; -chargés charger ver m p 93.02 122.16 3.30 18.24 par:pas; -charia charia nom f s 0.01 0.00 0.01 0.00 -chariot chariot nom m s 14.40 14.12 12.12 8.45 -chariots chariot nom m p 14.40 14.12 2.28 5.68 -charismatique charismatique adj s 0.54 0.14 0.54 0.14 -charisme charisme nom m s 0.75 0.07 0.75 0.07 -charitable charitable adj s 4.16 3.78 2.90 2.70 -charitablement charitablement adv 0.01 0.47 0.01 0.47 -charitables charitable adj p 4.16 3.78 1.26 1.08 -charité charité nom f s 13.75 14.53 13.54 14.32 -charités charité nom f p 13.75 14.53 0.21 0.20 -charivari charivari nom m s 0.08 1.08 0.07 0.95 -charivaris charivari nom m p 0.08 1.08 0.01 0.14 -charlatan charlatan nom m s 4.44 1.08 3.07 0.47 -charlataner charlataner ver 0.00 0.07 0.00 0.07 inf; -charlatanerie charlatanerie nom f s 0.02 0.07 0.02 0.07 -charlatanisme charlatanisme nom m s 0.16 0.34 0.16 0.20 -charlatanismes charlatanisme nom m p 0.16 0.34 0.00 0.14 -charlatans charlatan nom m p 4.44 1.08 1.37 0.61 -charleston charleston nom m s 0.27 0.41 0.27 0.41 -charlot charlot nom m s 0.46 0.20 0.18 0.00 -charlots charlot nom m p 0.46 0.20 0.28 0.20 -charlotte charlotte nom f s 0.99 0.61 0.97 0.54 -charlottes charlotte nom f p 0.99 0.61 0.01 0.07 -charma charmer ver 5.69 6.96 0.00 0.14 ind:pas:3s; -charmaient charmer ver 5.69 6.96 0.00 0.41 ind:imp:3p; -charmait charmer ver 5.69 6.96 0.13 1.01 ind:imp:3s; -charmant charmant adj m s 54.51 41.15 27.52 19.86 -charmante charmant adj f s 54.51 41.15 21.04 14.32 -charmantes charmant adj f p 54.51 41.15 2.23 3.38 -charmants charmant adj m p 54.51 41.15 3.72 3.58 -charme charme nom m s 22.92 53.45 19.70 43.65 -charment charmer ver 5.69 6.96 0.04 0.34 ind:pre:3p; -charmer charmer ver 5.69 6.96 1.30 0.81 inf; -charmera charmer ver 5.69 6.96 0.01 0.07 ind:fut:3s; -charmes charme nom m p 22.92 53.45 3.22 9.80 -charmeur charmeur adj m s 1.01 1.76 0.93 0.88 -charmeurs charmeur adj m p 1.01 1.76 0.03 0.34 -charmeuse charmeuse nom f s 0.14 0.00 0.14 0.00 -charmeuses charmeur nom f p 0.94 1.35 0.00 0.47 -charmille charmille nom f s 0.02 1.55 0.02 1.22 -charmilles charmille nom f p 0.02 1.55 0.00 0.34 -charmé charmer ver m s 5.69 6.96 1.11 1.22 par:pas; -charmée charmé adj f s 0.73 1.08 0.34 0.20 -charmés charmer ver m p 5.69 6.96 0.05 0.00 par:pas; -charnel charnel adj m s 2.10 11.01 0.74 3.99 -charnelle charnel adj f s 2.10 11.01 0.59 4.46 -charnellement charnellement adv 0.00 0.61 0.00 0.61 -charnelles charnel adj f p 2.10 11.01 0.18 1.62 -charnels charnel adj m p 2.10 11.01 0.58 0.95 -charnier charnier nom m s 0.84 3.72 0.42 3.04 -charniers charnier nom m p 0.84 3.72 0.41 0.68 -charnière charnière nom f s 0.38 1.82 0.32 1.08 -charnières charnière nom f p 0.38 1.82 0.06 0.74 -charnu charnu adj m s 0.76 6.15 0.06 1.28 -charnue charnu adj f s 0.76 6.15 0.35 2.23 -charnues charnu adj f p 0.76 6.15 0.31 1.69 -charnus charnu adj m p 0.76 6.15 0.03 0.95 -charognard charognard nom m s 0.85 2.03 0.37 0.41 -charognards charognard nom m p 0.85 2.03 0.48 1.62 -charogne charogne nom f s 3.64 7.16 2.58 5.07 -charognerie charognerie nom f s 0.00 0.27 0.00 0.27 -charognes charogne nom f p 3.64 7.16 1.06 2.09 -charolaise charolais nom f s 0.00 0.14 0.00 0.07 -charolaises charolais nom f p 0.00 0.14 0.00 0.07 -charpente charpente nom f s 0.59 5.27 0.58 4.05 -charpenter charpenter ver 0.01 0.34 0.00 0.07 inf; -charpenterie charpenterie nom f s 0.04 0.00 0.04 0.00 -charpentes charpente nom f p 0.59 5.27 0.01 1.22 -charpentier charpentier nom m s 2.57 3.11 2.11 1.82 -charpentiers charpentier nom m p 2.57 3.11 0.45 1.28 -charpentière charpentier nom f s 2.57 3.11 0.01 0.00 -charpenté charpenté adj m s 0.02 0.47 0.01 0.20 -charpentée charpenté adj f s 0.02 0.47 0.01 0.20 -charpentés charpenté adj m p 0.02 0.47 0.00 0.07 -charpie charpie nom f s 0.52 2.50 0.52 2.43 -charpies charpie nom f p 0.52 2.50 0.00 0.07 -charre charre nom m s 0.18 2.03 0.18 1.69 -charres charre nom m p 0.18 2.03 0.00 0.34 -charretier charretier nom m s 0.19 1.89 0.16 1.01 -charretiers charretier nom m p 0.19 1.89 0.01 0.54 -charretière charretier nom f s 0.19 1.89 0.02 0.34 -charreton charreton nom m s 0.00 0.61 0.00 0.54 -charretons charreton nom m p 0.00 0.61 0.00 0.07 -charrette charrette nom f s 6.98 20.95 6.63 16.82 -charrettes charrette nom f p 6.98 20.95 0.36 4.12 -charretée charretée nom f s 0.01 0.74 0.01 0.34 -charretées charretée nom f p 0.01 0.74 0.00 0.41 -charria charrier ver 4.24 12.36 0.26 0.14 ind:pas:3s; -charriage charriage nom m s 0.00 0.14 0.00 0.14 -charriaient charrier ver 4.24 12.36 0.01 0.54 ind:imp:3p; -charriais charrier ver 4.24 12.36 0.03 0.14 ind:imp:1s; -charriait charrier ver 4.24 12.36 0.02 1.35 ind:imp:3s; -charriant charrier ver 4.24 12.36 0.14 1.49 par:pre; -charrie charrier ver 4.24 12.36 1.37 1.62 imp:pre:2s;ind:pre:1s;ind:pre:3s; -charrient charrier ver 4.24 12.36 0.04 0.61 ind:pre:3p; -charrier charrier ver 4.24 12.36 0.82 3.11 inf; -charrieras charrier ver 4.24 12.36 0.01 0.00 ind:fut:2s; -charrierons charrier ver 4.24 12.36 0.00 0.07 ind:fut:1p; -charrieront charrier ver 4.24 12.36 0.01 0.07 ind:fut:3p; -charries charrier ver 4.24 12.36 0.79 0.61 ind:pre:2s;sub:pre:2s; -charrieurs charrieur nom m p 0.01 0.00 0.01 0.00 -charriez charrier ver 4.24 12.36 0.41 0.81 imp:pre:2p;ind:pre:2p; -charrions charrier ver 4.24 12.36 0.01 0.00 imp:pre:1p; -charrière charrier nom f s 0.00 0.20 0.00 0.07 -charrièrent charrier ver 4.24 12.36 0.00 0.07 ind:pas:3p; -charrières charrier nom f p 0.00 0.20 0.00 0.14 -charrié charrier ver m s 4.24 12.36 0.28 1.22 par:pas; -charriée charrier ver f s 4.24 12.36 0.03 0.20 par:pas; -charriées charrier ver f p 4.24 12.36 0.03 0.20 par:pas; -charriés charrier ver m p 4.24 12.36 0.00 0.14 par:pas; -charroi charroi nom m s 0.00 1.82 0.00 0.95 -charrois charroi nom m p 0.00 1.82 0.00 0.88 -charron charron nom m s 0.03 0.47 0.03 0.34 -charronnées charronner ver f p 0.00 0.07 0.00 0.07 par:pas; -charrons charron nom m p 0.03 0.47 0.00 0.14 -charrue charrue nom f s 1.54 4.32 1.50 3.38 -charrues charrue nom f p 1.54 4.32 0.05 0.95 -charruée charruer ver f s 0.00 0.07 0.00 0.07 par:pas; -chars char nom m p 11.86 27.57 3.27 19.66 -charte charte nom f s 1.07 2.30 1.04 1.82 -charter charter nom m s 0.99 0.74 0.75 0.27 -charters charter nom m p 0.99 0.74 0.25 0.47 -chartes charte nom f p 1.07 2.30 0.03 0.47 -chartiste chartiste nom s 0.00 0.34 0.00 0.20 -chartistes chartiste nom p 0.00 0.34 0.00 0.14 -chartre chartre nom f s 0.01 0.00 0.01 0.00 -chartreuse chartreux nom f s 0.34 1.15 0.06 0.34 -chartreuses chartreux nom f p 0.34 1.15 0.00 0.14 -chartreux chartreux nom m 0.34 1.15 0.28 0.68 -charybde charybde nom m s 0.16 0.68 0.16 0.68 -chas chas nom m 0.74 0.47 0.74 0.47 -chassa chasser ver 54.93 67.91 0.47 4.46 ind:pas:3s; -chassai chasser ver 54.93 67.91 0.14 0.27 ind:pas:1s; -chassaient chasser ver 54.93 67.91 0.26 2.03 ind:imp:3p; -chassais chasser ver 54.93 67.91 0.93 0.47 ind:imp:1s;ind:imp:2s; -chassait chasser ver 54.93 67.91 0.90 7.30 ind:imp:3s; -chassant chasser ver 54.93 67.91 0.68 3.11 par:pre; -chasse_d_eau chasse_d_eau nom f s 0.00 0.07 0.00 0.07 -chasse_goupille chasse_goupille nom f p 0.00 0.20 0.00 0.20 -chasse_mouche chasse_mouche nom m s 0.00 0.14 0.00 0.14 -chasse_mouches chasse_mouches nom m 0.12 0.61 0.12 0.61 -chasse_neige chasse_neige nom m 0.58 0.54 0.58 0.54 -chasse_pierres chasse_pierres nom m 0.01 0.00 0.01 0.00 -chasse chasse nom f s 47.99 59.46 46.80 53.38 -chasselas chasselas nom m 0.01 0.14 0.01 0.14 -chassent chasser ver 54.93 67.91 1.45 0.88 ind:pre:3p; -chasser chasser ver 54.93 67.91 19.86 20.81 inf; -chassera chasser ver 54.93 67.91 1.41 0.61 ind:fut:3s; -chasserai chasser ver 54.93 67.91 0.80 0.20 ind:fut:1s; -chasseraient chasser ver 54.93 67.91 0.02 0.07 cnd:pre:3p; -chasserais chasser ver 54.93 67.91 0.23 0.00 cnd:pre:1s;cnd:pre:2s; -chasserait chasser ver 54.93 67.91 0.15 0.41 cnd:pre:3s; -chasseras chasser ver 54.93 67.91 0.04 0.14 ind:fut:2s; -chasseresse chasseur nom f s 34.91 41.55 0.46 0.41 -chasseresses chasseresse nom f p 0.01 0.00 0.01 0.00 -chasserez chasser ver 54.93 67.91 0.07 0.07 ind:fut:2p; -chasserions chasser ver 54.93 67.91 0.01 0.00 cnd:pre:1p; -chasserons chasser ver 54.93 67.91 0.36 0.14 ind:fut:1p; -chasseront chasser ver 54.93 67.91 0.69 0.07 ind:fut:3p; -chasses chasser ver 54.93 67.91 1.71 0.20 ind:pre:2s; -chasseur chasseur nom m s 34.91 41.55 21.27 23.58 -chasseurs chasseur nom m p 34.91 41.55 12.88 17.43 -chasseuse chasseur nom f s 34.91 41.55 0.30 0.07 -chassez chasser ver 54.93 67.91 2.97 0.61 imp:pre:2p;ind:pre:2p; -chassie chassie nom f s 0.05 0.14 0.05 0.14 -chassieuse chassieux adj f s 0.14 1.35 0.00 0.07 -chassieux chassieux adj m 0.14 1.35 0.14 1.28 -chassiez chasser ver 54.93 67.91 0.35 0.07 ind:imp:2p; -chassions chasser ver 54.93 67.91 0.04 0.27 ind:imp:1p; -chassons chasser ver 54.93 67.91 0.47 0.07 imp:pre:1p;ind:pre:1p; -chassât chasser ver 54.93 67.91 0.00 0.27 sub:imp:3s; -chassèrent chasser ver 54.93 67.91 0.02 0.27 ind:pas:3p; -chassé_croisé chassé_croisé nom m s 0.02 1.01 0.00 0.68 -chassé chasser ver m s 54.93 67.91 6.62 10.14 par:pas; -chassée chasser ver f s 54.93 67.91 1.71 2.77 par:pas; -chassées chasser ver f p 54.93 67.91 0.16 0.81 par:pas; -chassé_croisé chassé_croisé nom m p 0.02 1.01 0.02 0.34 -chassés chasser ver m p 54.93 67.91 1.64 3.04 par:pas; -chaste chaste adj s 2.22 5.14 1.50 4.32 -chastement chastement adv 0.01 0.54 0.01 0.54 -chastes chaste adj p 2.22 5.14 0.72 0.81 -chasteté chasteté nom f s 2.37 3.92 2.37 3.92 -chasuble chasuble nom f s 0.11 1.76 0.09 0.95 -chasubles chasuble nom f p 0.11 1.76 0.02 0.81 -chat_huant chat_huant nom m s 0.00 0.27 0.00 0.27 -chat_tigre chat_tigre nom m s 0.00 0.14 0.00 0.14 -chat chat nom m s 90.25 130.74 57.71 59.26 -chateaubriand chateaubriand nom m s 0.17 0.27 0.15 0.20 -chateaubriands chateaubriand nom m p 0.17 0.27 0.02 0.07 -chatière chatière nom f s 0.14 0.54 0.14 0.54 -chatoiement chatoiement nom m s 0.05 1.35 0.05 1.01 -chatoiements chatoiement nom m p 0.05 1.35 0.00 0.34 -chatoient chatoyer ver 0.00 0.81 0.00 0.07 ind:pre:3p; -chaton chaton nom m s 4.41 4.66 3.32 2.50 -chatonne chatonner ver 0.01 0.00 0.01 0.00 ind:pre:3s; -chatons chaton nom m p 4.41 4.66 1.09 2.16 -chatouilla chatouiller ver 7.04 7.36 0.00 0.41 ind:pas:3s; -chatouillaient chatouiller ver 7.04 7.36 0.01 0.61 ind:imp:3p; -chatouillait chatouiller ver 7.04 7.36 0.37 1.55 ind:imp:3s; -chatouillant chatouiller ver 7.04 7.36 0.11 0.34 par:pre; -chatouille chatouiller ver 7.04 7.36 3.25 0.74 imp:pre:2s;ind:pre:1s;ind:pre:3s; -chatouillement chatouillement nom m s 0.17 0.81 0.15 0.74 -chatouillements chatouillement nom m p 0.17 0.81 0.01 0.07 -chatouillent chatouiller ver 7.04 7.36 0.06 0.27 ind:pre:3p; -chatouiller chatouiller ver 7.04 7.36 0.85 1.69 inf; -chatouillera chatouiller ver 7.04 7.36 0.04 0.00 ind:fut:3s; -chatouilles chatouiller ver 7.04 7.36 1.95 0.14 ind:pre:2s; -chatouilleuse chatouilleux adj f s 1.00 0.95 0.34 0.20 -chatouilleuses chatouilleux adj f p 1.00 0.95 0.03 0.00 -chatouilleux chatouilleux adj m 1.00 0.95 0.63 0.74 -chatouillez chatouiller ver 7.04 7.36 0.23 0.07 imp:pre:2p;ind:pre:2p; -chatouillis chatouillis nom m 0.02 0.34 0.02 0.34 -chatouillons chatouiller ver 7.04 7.36 0.01 0.00 imp:pre:1p; -chatouillât chatouiller ver 7.04 7.36 0.00 0.14 sub:imp:3s; -chatouillèrent chatouiller ver 7.04 7.36 0.00 0.27 ind:pas:3p; -chatouillé chatouiller ver m s 7.04 7.36 0.14 0.47 par:pas; -chatouillée chatouiller ver f s 7.04 7.36 0.01 0.41 par:pas; -chatouillées chatouiller ver f p 7.04 7.36 0.00 0.07 par:pas; -chatouillés chatouiller ver m p 7.04 7.36 0.00 0.20 par:pas; -chatoyaient chatoyer ver 0.00 0.81 0.00 0.14 ind:imp:3p; -chatoyait chatoyer ver 0.00 0.81 0.00 0.07 ind:imp:3s; -chatoyant chatoyant adj m s 0.44 2.03 0.29 0.74 -chatoyante chatoyant adj f s 0.44 2.03 0.02 0.54 -chatoyantes chatoyant adj f p 0.44 2.03 0.10 0.47 -chatoyants chatoyant adj m p 0.44 2.03 0.03 0.27 -chatoyer chatoyer ver 0.00 0.81 0.00 0.20 inf; -chats chat nom m p 90.25 130.74 16.00 38.11 -chattant chatter ver 0.45 0.00 0.14 0.00 par:pre; -chatte chat nom f s 90.25 130.74 16.54 29.12 -chattemite chattemite nom f s 0.00 0.14 0.00 0.14 -chatter chatter ver 0.45 0.00 0.30 0.00 inf; -chatterie chatterie nom f s 0.01 0.54 0.00 0.20 -chatteries chatterie nom f p 0.01 0.54 0.01 0.34 -chatterton chatterton nom m s 0.21 0.34 0.21 0.34 -chattes chatte nom f p 2.75 0.00 2.75 0.00 -chattons chatter ver 0.45 0.00 0.01 0.00 imp:pre:1p; -chaud_froid chaud_froid nom m s 0.00 0.41 0.00 0.34 -chaud chaud adj m s 84.16 113.31 50.20 46.42 -chaude_pisse chaude_pisse nom f s 0.15 0.34 0.15 0.27 -chaude chaud adj f s 84.16 113.31 22.48 45.47 -chaudement chaudement adv 1.07 2.64 1.07 2.64 -chaude_pisse chaude_pisse nom f p 0.15 0.34 0.00 0.07 -chaudes chaud adj f p 84.16 113.31 4.89 13.18 -chaudière chaudière nom f s 2.62 3.51 1.89 3.11 -chaudières chaudière nom f p 2.62 3.51 0.73 0.41 -chaudron chaudron nom m s 1.12 5.81 0.79 4.26 -chaudronnerie chaudronnerie nom f s 0.00 0.34 0.00 0.27 -chaudronneries chaudronnerie nom f p 0.00 0.34 0.00 0.07 -chaudronnier chaudronnier nom m s 0.02 0.47 0.02 0.34 -chaudronniers chaudronnier nom m p 0.02 0.47 0.00 0.14 -chaudronné chaudronner ver m s 0.00 0.07 0.00 0.07 par:pas; -chaudronnée chaudronnée nom f s 0.00 0.07 0.00 0.07 -chaudrons chaudron nom m p 1.12 5.81 0.33 1.55 -chaud_froid chaud_froid nom m p 0.00 0.41 0.00 0.07 -chauds chaud adj m p 84.16 113.31 6.59 8.24 -chauffa chauffer ver 21.75 29.80 0.00 0.34 ind:pas:3s; -chauffage chauffage nom m s 4.96 6.08 4.96 6.08 -chauffagiste chauffagiste nom m s 0.04 0.00 0.04 0.00 -chauffaient chauffer ver 21.75 29.80 0.12 1.01 ind:imp:3p; -chauffais chauffer ver 21.75 29.80 0.03 0.27 ind:imp:1s;ind:imp:2s; -chauffait chauffer ver 21.75 29.80 0.34 3.72 ind:imp:3s; -chauffant chauffant adj m s 0.58 0.41 0.09 0.00 -chauffante chauffant adj f s 0.58 0.41 0.30 0.34 -chauffantes chauffant adj f p 0.58 0.41 0.08 0.07 -chauffants chauffant adj m p 0.58 0.41 0.11 0.00 -chauffard chauffard nom m s 1.62 0.95 1.38 0.47 -chauffards chauffard nom m p 1.62 0.95 0.24 0.47 -chauffe_biberon chauffe_biberon nom m s 0.10 0.00 0.10 0.00 -chauffe_eau chauffe_eau nom m 0.63 0.61 0.63 0.61 -chauffe_plats chauffe_plats nom m 0.00 0.14 0.00 0.14 -chauffe chauffer ver 21.75 29.80 7.01 3.51 imp:pre:2s;ind:pre:1s;ind:pre:3s; -chauffent chauffer ver 21.75 29.80 0.52 0.61 ind:pre:3p; -chauffer chauffer ver 21.75 29.80 9.06 10.14 inf; -chauffera chauffer ver 21.75 29.80 0.28 0.07 ind:fut:3s; -chaufferai chauffer ver 21.75 29.80 0.05 0.00 ind:fut:1s; -chaufferette chaufferette nom f s 0.12 0.81 0.12 0.68 -chaufferettes chaufferette nom f p 0.12 0.81 0.00 0.14 -chaufferie chaufferie nom f s 0.64 0.88 0.63 0.81 -chaufferies chaufferie nom f p 0.64 0.88 0.01 0.07 -chauffes chauffer ver 21.75 29.80 0.42 0.00 ind:pre:2s; -chauffeur_livreur chauffeur_livreur nom m s 0.00 0.14 0.00 0.14 -chauffeur chauffeur nom m s 40.59 49.86 37.35 44.19 -chauffeurs chauffeur nom m p 40.59 49.86 3.19 5.00 -chauffeuse chauffeur nom f s 40.59 49.86 0.05 0.68 -chauffez chauffer ver 21.75 29.80 0.70 0.27 imp:pre:2p;ind:pre:2p; -chauffiez chauffer ver 21.75 29.80 0.01 0.00 ind:imp:2p; -chauffions chauffer ver 21.75 29.80 0.00 0.07 ind:imp:1p; -chauffâmes chauffer ver 21.75 29.80 0.00 0.07 ind:pas:1p; -chauffons chauffer ver 21.75 29.80 0.22 0.14 imp:pre:1p;ind:pre:1p; -chauffèrent chauffer ver 21.75 29.80 0.00 0.07 ind:pas:3p; -chauffé chauffer ver m s 21.75 29.80 1.75 3.58 par:pas; -chauffée chauffer ver f s 21.75 29.80 0.78 2.91 par:pas; -chauffées chauffer ver f p 21.75 29.80 0.08 0.74 par:pas; -chauffés chauffer ver m p 21.75 29.80 0.35 1.62 par:pas; -chaule chauler ver 0.00 1.22 0.00 0.07 ind:pre:3s; -chauler chauler ver 0.00 1.22 0.00 0.07 inf; -chaulé chauler ver m s 0.00 1.22 0.00 0.07 par:pas; -chaulée chauler ver f s 0.00 1.22 0.00 0.14 par:pas; -chaulées chauler ver f p 0.00 1.22 0.00 0.20 par:pas; -chaulés chauler ver m p 0.00 1.22 0.00 0.68 par:pas; -chaume chaume nom m s 0.36 7.09 0.36 4.86 -chaumes chaume nom m p 0.36 7.09 0.00 2.23 -chaumine chaumine nom f s 0.11 0.47 0.11 0.41 -chaumines chaumine nom f p 0.11 0.47 0.00 0.07 -chaumière chaumière nom f s 1.47 2.77 1.23 1.08 -chaumières chaumière nom f p 1.47 2.77 0.24 1.69 -chaumé chaumer ver m s 0.00 0.07 0.00 0.07 par:pas; -chaussa chausser ver 1.27 15.61 0.00 1.28 ind:pas:3s; -chaussai chausser ver 1.27 15.61 0.00 0.07 ind:pas:1s; -chaussaient chausser ver 1.27 15.61 0.00 0.20 ind:imp:3p; -chaussait chausser ver 1.27 15.61 0.02 0.88 ind:imp:3s; -chaussant chaussant adj m s 0.03 0.00 0.03 0.00 -chausse_pied chausse_pied nom m s 0.24 0.14 0.24 0.14 -chausse_trape chausse_trape nom f s 0.00 0.20 0.00 0.07 -chausse_trape chausse_trape nom f p 0.00 0.20 0.00 0.14 -chausse_trappe chausse_trappe nom f s 0.00 0.07 0.00 0.07 -chausse chausser ver 1.27 15.61 0.74 1.08 imp:pre:2s;ind:pre:1s;ind:pre:3s; -chaussent chausser ver 1.27 15.61 0.01 0.20 ind:pre:3p; -chausser chausser ver 1.27 15.61 0.17 1.42 inf; -chausserai chausser ver 1.27 15.61 0.00 0.07 ind:fut:1s; -chausses chausser ver 1.27 15.61 0.16 0.07 ind:pre:2s; -chaussette chaussette nom f s 16.45 22.84 3.29 4.39 -chaussettes chaussette nom f p 16.45 22.84 13.16 18.45 -chausseur chausseur nom m s 0.07 0.54 0.07 0.41 -chausseurs chausseur nom m p 0.07 0.54 0.00 0.14 -chaussez chausser ver 1.27 15.61 0.06 0.00 imp:pre:2p;ind:pre:2p; -chausson chausson nom m s 3.50 5.95 0.67 0.61 -chaussons chausson nom m p 3.50 5.95 2.83 5.34 -chaussèrent chausser ver 1.27 15.61 0.00 0.14 ind:pas:3p; -chaussé chausser ver m s 1.27 15.61 0.06 4.53 par:pas; -chaussée chaussée nom f s 1.87 24.32 1.64 22.36 -chaussées chaussée nom f p 1.87 24.32 0.23 1.96 -chaussure chaussure nom f s 73.58 56.49 12.49 8.78 -chaussures chaussure nom f p 73.58 56.49 61.09 47.70 -chaussés chausser ver m p 1.27 15.61 0.03 3.65 par:pas; -chaut chaut ver 0.01 0.34 0.01 0.34 inf; -chauve_souris chauve_souris nom f s 7.16 4.66 5.43 2.23 -chauve chauve adj s 5.92 10.81 5.25 9.46 -chauve_souris chauve_souris nom f p 7.16 4.66 1.73 2.43 -chauves chauve nom p 5.20 5.47 0.72 0.34 -chauvin chauvin adj m s 0.43 2.50 0.32 2.30 -chauvine chauvin nom f s 0.04 2.03 0.00 0.07 -chauvines chauvin adj f p 0.43 2.50 0.01 0.14 -chauvinisme chauvinisme nom m s 0.08 0.74 0.08 0.74 -chauviniste chauviniste nom s 0.03 0.00 0.03 0.00 -chauvins chauvin adj m p 0.43 2.50 0.10 0.07 -chauvit chauvir ver 0.00 0.07 0.00 0.07 ind:pas:3s; -chaux chaux nom f 1.32 7.36 1.32 7.36 -chavignol chavignol nom m s 0.00 0.07 0.00 0.07 -chavira chavirer ver 2.41 8.65 0.00 0.68 ind:pas:3s; -chavirai chavirer ver 2.41 8.65 0.00 0.07 ind:pas:1s; -chaviraient chavirer ver 2.41 8.65 0.00 0.27 ind:imp:3p; -chavirait chavirer ver 2.41 8.65 0.02 1.08 ind:imp:3s; -chavirant chavirer ver 2.41 8.65 0.00 0.07 par:pre; -chavirante chavirant adj f s 0.00 0.27 0.00 0.20 -chavire chavirer ver 2.41 8.65 0.43 0.95 ind:pre:1s;ind:pre:3s; -chavirement chavirement nom m s 0.14 0.34 0.14 0.20 -chavirements chavirement nom m p 0.14 0.34 0.00 0.14 -chavirent chavirer ver 2.41 8.65 0.02 0.34 ind:pre:3p; -chavirer chavirer ver 2.41 8.65 1.01 2.36 inf; -chavireraient chavirer ver 2.41 8.65 0.00 0.07 cnd:pre:3p; -chavirerait chavirer ver 2.41 8.65 0.01 0.07 cnd:pre:3s; -chavireront chavirer ver 2.41 8.65 0.00 0.07 ind:fut:3p; -chavirions chavirer ver 2.41 8.65 0.00 0.07 ind:imp:1p; -chavirons chavirer ver 2.41 8.65 0.14 0.07 ind:pre:1p; -chavirèrent chavirer ver 2.41 8.65 0.00 0.14 ind:pas:3p; -chaviré chavirer ver m s 2.41 8.65 0.62 1.49 par:pas; -chavirée chavirer ver f s 2.41 8.65 0.16 0.34 par:pas; -chavirés chavirer ver m p 2.41 8.65 0.01 0.54 par:pas; -cheap cheap adj m s 0.50 0.14 0.50 0.14 -check_list check_list nom f s 0.22 0.00 0.22 0.00 -check_up check_up nom m 0.69 0.00 0.68 0.00 -check_up check_up nom m 0.69 0.00 0.01 0.00 -cheddar cheddar nom m s 0.53 0.00 0.53 0.00 -cheddite cheddite nom f s 0.00 0.20 0.00 0.20 -cheese_cake cheese_cake nom m s 0.32 0.00 0.28 0.00 -cheese_cake cheese_cake nom m p 0.32 0.00 0.05 0.00 -cheeseburger cheeseburger nom m s 3.06 0.00 2.22 0.00 -cheeseburgers cheeseburger nom m p 3.06 0.00 0.84 0.00 -chef_adjoint chef_adjoint nom s 0.04 0.00 0.04 0.00 -chef_d_oeuvre chef_d_oeuvre nom m s 3.34 12.77 2.56 8.51 -chef_d_oeuvres chef_d_oeuvres nom s 0.11 0.00 0.11 0.00 -chef_lieu chef_lieu nom m s 0.19 1.82 0.19 1.82 -chef chef nom s 205.26 205.95 189.79 172.57 -chef_d_oeuvre chef_d_oeuvre nom m p 3.34 12.77 0.77 4.26 -chefs_lieux chefs_lieux nom m p 0.00 0.27 0.00 0.27 -chefs chef nom p 205.26 205.95 15.46 33.38 -cheftaine cheftaine nom f s 0.13 0.54 0.13 0.27 -cheftaines cheftaine nom f p 0.13 0.54 0.00 0.27 -cheik cheik nom m s 0.48 0.95 0.45 0.88 -cheikh cheikh nom m s 0.32 0.00 0.32 0.00 -cheiks cheik nom m p 0.48 0.95 0.04 0.07 -chelem chelem nom m s 0.31 0.20 0.31 0.20 -chemin chemin nom m s 125.18 231.42 114.34 197.50 -chemina cheminer ver 0.87 8.99 0.01 0.07 ind:pas:3s; -cheminaient cheminer ver 0.87 8.99 0.00 0.74 ind:imp:3p; -cheminait cheminer ver 0.87 8.99 0.10 0.88 ind:imp:3s; -cheminant cheminer ver 0.87 8.99 0.04 1.42 par:pre; -chemine cheminer ver 0.87 8.99 0.48 1.15 ind:pre:1s;ind:pre:3s; -chemineau chemineau nom m s 0.04 1.62 0.02 0.95 -chemineaux chemineau nom m p 0.04 1.62 0.02 0.68 -cheminement cheminement nom m s 0.18 6.08 0.17 4.86 -cheminements cheminement nom m p 0.18 6.08 0.01 1.22 -cheminent cheminer ver 0.87 8.99 0.02 0.47 ind:pre:3p; -cheminer cheminer ver 0.87 8.99 0.02 2.23 inf; -chemineraient cheminer ver 0.87 8.99 0.00 0.07 cnd:pre:3p; -cheminerait cheminer ver 0.87 8.99 0.00 0.07 cnd:pre:3s; -cheminerons cheminer ver 0.87 8.99 0.00 0.07 ind:fut:1p; -chemineront cheminer ver 0.87 8.99 0.00 0.07 ind:fut:3p; -cheminions cheminer ver 0.87 8.99 0.00 0.07 ind:imp:1p; -cheminâmes cheminer ver 0.87 8.99 0.00 0.07 ind:pas:1p; -cheminons cheminer ver 0.87 8.99 0.01 0.20 imp:pre:1p;ind:pre:1p; -cheminot cheminot nom m s 1.42 2.50 1.06 1.01 -cheminots cheminot nom m p 1.42 2.50 0.35 1.49 -chemins chemin nom m p 125.18 231.42 10.85 33.92 -cheminèrent cheminer ver 0.87 8.99 0.00 0.14 ind:pas:3p; -cheminé cheminer ver m s 0.87 8.99 0.11 1.15 par:pas; -cheminée cheminée nom f s 11.39 43.99 9.99 36.28 -cheminées cheminée nom f p 11.39 43.99 1.40 7.70 -chemise chemise nom f s 43.66 91.42 36.48 74.59 -chemiser chemiser ver 0.21 0.07 0.14 0.07 inf; -chemiserie chemiserie nom f s 0.16 0.14 0.16 0.14 -chemises chemise nom f p 43.66 91.42 7.18 16.82 -chemisette chemisette nom f s 0.16 4.12 0.15 2.77 -chemisettes chemisette nom f p 0.16 4.12 0.01 1.35 -chemisier chemisier nom m s 4.00 7.97 3.77 6.76 -chemisiers chemisier nom m p 4.00 7.97 0.23 1.22 -chemisée chemiser ver f s 0.21 0.07 0.02 0.00 par:pas; -chemisées chemiser ver f p 0.21 0.07 0.05 0.00 par:pas; -chenal chenal nom m s 0.24 4.73 0.20 3.65 -chenapan chenapan nom m s 1.08 0.88 0.72 0.41 -chenapans chenapan nom m p 1.08 0.88 0.36 0.47 -chenaux chenal nom m p 0.24 4.73 0.04 1.08 -chenet chenet nom m s 0.06 0.81 0.01 0.14 -chenets chenet nom m p 0.06 0.81 0.04 0.68 -chenil chenil nom m s 1.40 3.24 1.30 2.77 -chenille chenille nom f s 2.14 5.68 1.38 2.50 -chenilles chenille nom f p 2.14 5.68 0.76 3.18 -chenillette chenillette nom f s 0.06 0.34 0.06 0.07 -chenillettes chenillette nom f p 0.06 0.34 0.00 0.27 -chenillé chenillé adj m s 0.00 0.14 0.00 0.07 -chenillés chenillé adj m p 0.00 0.14 0.00 0.07 -chenils chenil nom m p 1.40 3.24 0.09 0.47 -chenu chenu adj m s 0.26 1.22 0.14 0.54 -chenue chenu adj f s 0.26 1.22 0.01 0.34 -chenues chenu adj f p 0.26 1.22 0.10 0.14 -chenus chenu adj m p 0.26 1.22 0.00 0.20 -cheptel cheptel nom m s 0.09 1.35 0.09 1.35 -cher cher adj m s 205.75 133.65 130.70 90.47 -chercha chercher ver 712.46 448.99 0.96 27.03 ind:pas:3s; -cherchai chercher ver 712.46 448.99 0.92 4.93 ind:pas:1s; -cherchaient chercher ver 712.46 448.99 4.01 11.76 ind:imp:3p; -cherchais chercher ver 712.46 448.99 26.40 15.34 ind:imp:1s;ind:imp:2s; -cherchait chercher ver 712.46 448.99 16.27 52.50 ind:imp:3s; -cherchant chercher ver 712.46 448.99 5.90 31.62 par:pre; -cherchas chercher ver 712.46 448.99 0.00 0.07 ind:pas:2s; -cherche_midi cherche_midi nom m 0.01 0.27 0.01 0.27 -cherche chercher ver 712.46 448.99 150.75 66.69 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:1s;sub:pre:3s; -cherchent chercher ver 712.46 448.99 17.53 12.09 ind:pre:3p;sub:pre:3p; -chercher chercher ver 712.46 448.99 341.01 172.36 inf;;inf;;inf;; -cherchera chercher ver 712.46 448.99 2.11 1.01 ind:fut:3s; -chercherai chercher ver 712.46 448.99 2.39 0.74 ind:fut:1s; -chercheraient chercher ver 712.46 448.99 0.40 0.47 cnd:pre:3p; -chercherais chercher ver 712.46 448.99 1.52 0.54 cnd:pre:1s;cnd:pre:2s; -chercherait chercher ver 712.46 448.99 1.06 1.69 cnd:pre:3s; -chercheras chercher ver 712.46 448.99 0.50 0.14 ind:fut:2s; -chercherez chercher ver 712.46 448.99 0.19 0.07 ind:fut:2p; -chercheriez chercher ver 712.46 448.99 0.04 0.14 cnd:pre:2p; -chercherions chercher ver 712.46 448.99 0.00 0.14 cnd:pre:1p; -chercherons chercher ver 712.46 448.99 0.86 0.20 ind:fut:1p; -chercheront chercher ver 712.46 448.99 1.04 0.81 ind:fut:3p; -cherches chercher ver 712.46 448.99 36.45 5.81 ind:pre:2s;sub:pre:2s; -chercheur chercheur nom m s 5.71 3.78 2.66 1.76 -chercheurs chercheur nom m p 5.71 3.78 2.58 1.96 -chercheuse chercheur nom f s 5.71 3.78 0.48 0.07 -chercheuses chercheur adj f p 1.35 0.81 0.06 0.00 -cherchez chercher ver 712.46 448.99 42.95 7.36 imp:pre:2p;ind:pre:2p; -cherchiez chercher ver 712.46 448.99 4.79 0.74 ind:imp:2p;sub:pre:2p; -cherchions chercher ver 712.46 448.99 2.04 2.03 ind:imp:1p;sub:pre:1p; -cherchâmes chercher ver 712.46 448.99 0.00 0.20 ind:pas:1p; -cherchons chercher ver 712.46 448.99 13.13 2.03 imp:pre:1p;ind:pre:1p; -cherchât chercher ver 712.46 448.99 0.00 0.95 sub:imp:3s; -cherchèrent chercher ver 712.46 448.99 0.19 2.03 ind:pas:3p; -cherché chercher ver m s 712.46 448.99 32.27 24.53 par:pas; -cherchée chercher ver f s 712.46 448.99 5.56 2.03 par:pas; -cherchées chercher ver f p 712.46 448.99 0.43 0.54 par:pas; -cherchés chercher ver m p 712.46 448.99 0.81 0.41 par:pas; -chergui chergui nom m s 0.00 0.74 0.00 0.74 -cherokee cherokee nom m s 0.34 0.27 0.21 0.07 -cherokees cherokee nom m p 0.34 0.27 0.13 0.20 -cherres cherrer ver 0.00 0.07 0.00 0.07 ind:pre:2s; -cherry cherry nom m s 0.13 0.34 0.13 0.34 -chers cher adj m p 205.75 133.65 28.61 13.99 -cherté cherté nom f s 0.00 0.47 0.00 0.47 -chester chester nom m s 0.12 0.07 0.12 0.07 -chevai chever ver 0.45 0.00 0.45 0.00 ind:pas:1s; -cheval_vapeur cheval_vapeur nom m s 0.03 0.20 0.02 0.07 -cheval cheval nom m s 129.12 179.26 85.42 110.27 -chevaler chevaler ver 0.00 0.14 0.00 0.07 inf; -chevaleresque chevaleresque adj s 0.40 1.22 0.39 0.95 -chevaleresquement chevaleresquement adv 0.00 0.07 0.00 0.07 -chevaleresques chevaleresque adj m p 0.40 1.22 0.01 0.27 -chevalerie chevalerie nom f s 0.77 2.23 0.77 2.09 -chevaleries chevalerie nom f p 0.77 2.23 0.00 0.14 -chevalet chevalet nom m s 0.53 6.22 0.47 4.93 -chevalets chevalet nom m p 0.53 6.22 0.05 1.28 -chevalier chevalier nom m s 15.91 36.15 10.77 21.89 -chevaliers chevalier nom m p 15.91 36.15 5.14 14.26 -chevalin chevalin adj m s 0.18 1.82 0.03 0.68 -chevaline chevalin adj f s 0.18 1.82 0.14 1.01 -chevalins chevalin adj m p 0.18 1.82 0.00 0.14 -chevalière chevalière nom f s 0.47 2.97 0.45 2.43 -chevalières chevalière nom f p 0.47 2.97 0.02 0.54 -chevalée chevaler ver f s 0.00 0.14 0.00 0.07 par:pas; -chevance chevance nom f s 0.00 0.20 0.00 0.20 -chevau_léger chevau_léger nom m s 0.01 0.14 0.01 0.14 -chevaucha chevaucher ver 3.67 12.77 0.01 0.34 ind:pas:3s; -chevauchaient chevaucher ver 3.67 12.77 0.17 1.62 ind:imp:3p; -chevauchais chevaucher ver 3.67 12.77 0.05 0.07 ind:imp:1s;ind:imp:2s; -chevauchait chevaucher ver 3.67 12.77 0.22 1.69 ind:imp:3s; -chevauchant chevaucher ver 3.67 12.77 0.30 2.09 par:pre; -chevauche chevaucher ver 3.67 12.77 0.79 1.42 imp:pre:2s;ind:pre:1s;ind:pre:3s; -chevauchement chevauchement nom m s 0.14 0.14 0.14 0.14 -chevauchent chevaucher ver 3.67 12.77 0.18 1.69 ind:pre:3p; -chevaucher chevaucher ver 3.67 12.77 1.00 2.16 inf; -chevauchera chevaucher ver 3.67 12.77 0.02 0.00 ind:fut:3s; -chevaucherai chevaucher ver 3.67 12.77 0.26 0.00 ind:fut:1s; -chevaucheraient chevaucher ver 3.67 12.77 0.00 0.07 cnd:pre:3p; -chevaucheur chevaucheur nom m s 0.00 0.07 0.00 0.07 -chevauchez chevaucher ver 3.67 12.77 0.08 0.00 imp:pre:2p;ind:pre:2p; -chevauchons chevaucher ver 3.67 12.77 0.09 0.14 imp:pre:1p;ind:pre:1p; -chevauchèrent chevaucher ver 3.67 12.77 0.00 0.27 ind:pas:3p; -chevauché chevaucher ver m s 3.67 12.77 0.35 0.61 par:pas; -chevauchée chevauchée nom f s 0.56 4.19 0.42 2.50 -chevauchées chevauchée nom f p 0.56 4.19 0.14 1.69 -chevauchés chevaucher ver m p 3.67 12.77 0.00 0.14 par:pas; -cheval_vapeur cheval_vapeur nom m p 0.03 0.20 0.01 0.14 -chevaux cheval nom m p 129.12 179.26 43.70 68.99 -chevelu chevelu adj m s 1.53 4.66 1.31 2.36 -chevelue chevelu adj f s 1.53 4.66 0.04 0.81 -chevelues chevelu adj f p 1.53 4.66 0.00 0.34 -chevelure chevelure nom f s 2.52 27.50 2.50 25.07 -chevelures chevelure nom f p 2.52 27.50 0.02 2.43 -chevelus chevelu adj m p 1.53 4.66 0.18 1.15 -chevesne chevesne nom m s 0.02 1.35 0.02 0.95 -chevesnes chevesne nom m p 0.02 1.35 0.00 0.41 -chevet chevet nom m s 3.27 18.92 3.27 18.51 -chevets chevet nom m p 3.27 18.92 0.00 0.41 -cheveu cheveu nom m s 121.27 270.68 5.11 7.50 -cheveux cheveu nom m p 121.27 270.68 116.16 263.18 -chevillage chevillage nom m s 0.00 0.07 0.00 0.07 -chevillard chevillard nom m s 0.00 0.14 0.00 0.07 -chevillards chevillard nom m p 0.00 0.14 0.00 0.07 -cheville cheville nom f s 12.24 22.16 8.79 8.99 -chevilles cheville nom f p 12.24 22.16 3.45 13.18 -chevillette chevillette nom f s 0.10 0.07 0.10 0.07 -chevillé cheviller ver m s 0.16 0.88 0.14 0.41 par:pas; -chevillée cheviller ver f s 0.16 0.88 0.01 0.41 par:pas; -chevillées cheviller ver f p 0.16 0.88 0.00 0.07 par:pas; -cheviotte cheviotte nom f s 0.00 0.20 0.00 0.20 -chevir chevir ver 0.27 0.00 0.27 0.00 inf; -chevreau chevreau nom m s 0.84 3.38 0.44 2.36 -chevreaux chevreau nom m p 0.84 3.38 0.40 1.01 -chevrette chevrette nom f s 0.11 0.81 0.11 0.68 -chevrettes chevrette nom f p 0.11 0.81 0.00 0.14 -chevreuil chevreuil nom m s 1.58 5.14 1.31 2.97 -chevreuils chevreuil nom m p 1.58 5.14 0.26 2.16 -chevrier chevrier nom m s 0.35 0.27 0.20 0.14 -chevriers chevrier nom m p 0.35 0.27 0.14 0.07 -chevrière chevrier nom f s 0.35 0.27 0.00 0.07 -chevron chevron nom m s 1.36 2.50 0.96 0.41 -chevronné chevronné adj m s 0.31 1.01 0.11 0.47 -chevronnée chevronner ver f s 0.04 0.14 0.00 0.07 par:pas; -chevronnés chevronné adj m p 0.31 1.01 0.20 0.54 -chevrons chevron nom m p 1.36 2.50 0.40 2.09 -chevrota chevroter ver 0.03 1.28 0.00 0.20 ind:pas:3s; -chevrotais chevroter ver 0.03 1.28 0.00 0.07 ind:imp:1s; -chevrotait chevroter ver 0.03 1.28 0.00 0.34 ind:imp:3s; -chevrotant chevroter ver 0.03 1.28 0.00 0.07 par:pre; -chevrotante chevrotant adj f s 0.14 1.15 0.14 1.15 -chevrote chevroter ver 0.03 1.28 0.01 0.27 ind:pre:1s;ind:pre:3s; -chevrotement chevrotement nom m s 0.00 0.41 0.00 0.34 -chevrotements chevrotement nom m p 0.00 0.41 0.00 0.07 -chevroter chevroter ver 0.03 1.28 0.02 0.20 inf; -chevrotine chevrotine nom f s 0.78 1.42 0.43 0.54 -chevrotines chevrotine nom f p 0.78 1.42 0.35 0.88 -chevroté chevroter ver m s 0.03 1.28 0.00 0.07 par:pas; -chevrotée chevroter ver f s 0.03 1.28 0.00 0.07 par:pas; -chevêche chevêche nom f s 0.00 0.41 0.00 0.27 -chevêches chevêche nom f p 0.00 0.41 0.00 0.14 -chewing_gum chewing_gum nom m s 0.01 3.58 0.00 3.11 -chewing_gum chewing_gum nom m p 0.01 3.58 0.01 0.41 -chewing_gum chewing_gum nom m s 0.01 3.58 0.00 0.07 -chez_soi chez_soi nom m 0.31 0.41 0.31 0.41 -chez chez pre 842.18 680.54 842.18 680.54 -chi chi nom m s 1.29 0.54 1.29 0.54 -chia chier ver 67.53 22.64 0.02 0.00 ind:pas:3s; -chiader chiader ver 0.14 0.47 0.05 0.14 inf; -chiadé chiader ver m s 0.14 0.47 0.06 0.27 par:pas; -chiadée chiader ver f s 0.14 0.47 0.02 0.00 par:pas; -chiadées chiader ver f p 0.14 0.47 0.01 0.07 par:pas; -chiaient chier ver 67.53 22.64 0.39 0.00 ind:imp:3p; -chiais chier ver 67.53 22.64 1.30 0.00 ind:imp:1s;ind:imp:2s; -chiait chier ver 67.53 22.64 0.12 0.07 ind:imp:3s; -chiala chialer ver 7.25 13.78 0.00 0.07 ind:pas:3s; -chialaient chialer ver 7.25 13.78 0.01 0.00 ind:imp:3p; -chialais chialer ver 7.25 13.78 0.17 0.41 ind:imp:1s;ind:imp:2s; -chialait chialer ver 7.25 13.78 0.20 0.74 ind:imp:3s; -chialant chialer ver 7.25 13.78 0.01 0.74 par:pre; -chiale chialer ver 7.25 13.78 1.28 3.51 imp:pre:2s;ind:pre:1s;ind:pre:3s; -chialent chialer ver 7.25 13.78 0.34 0.14 ind:pre:3p; -chialer chialer ver 7.25 13.78 4.01 6.28 inf; -chialera chialer ver 7.25 13.78 0.03 0.00 ind:fut:3s; -chialeraient chialer ver 7.25 13.78 0.00 0.07 cnd:pre:3p; -chialerais chialer ver 7.25 13.78 0.11 0.20 cnd:pre:1s; -chialerait chialer ver 7.25 13.78 0.00 0.07 cnd:pre:3s; -chialeras chialer ver 7.25 13.78 0.00 0.07 ind:fut:2s; -chialeries chialerie nom f p 0.00 0.07 0.00 0.07 -chiales chialer ver 7.25 13.78 0.72 0.47 ind:pre:2s; -chialeur chialeur nom m s 0.04 0.07 0.03 0.00 -chialeuse chialeur nom f s 0.04 0.07 0.01 0.07 -chialez chialer ver 7.25 13.78 0.01 0.00 ind:pre:2p; -chialèrent chialer ver 7.25 13.78 0.00 0.07 ind:pas:3p; -chialé chialer ver m s 7.25 13.78 0.35 0.95 par:pas; -chiant chiant adj m s 11.89 2.84 8.46 1.01 -chiante chiant adj f s 11.89 2.84 2.09 1.08 -chiantes chiant adj f p 11.89 2.84 0.30 0.20 -chianti chianti nom m s 0.32 0.95 0.32 0.95 -chiants chiant adj m p 11.89 2.84 1.03 0.54 -chiard chiard nom m s 0.68 0.54 0.47 0.14 -chiards chiard nom m p 0.68 0.54 0.22 0.41 -chiasma chiasma nom m s 0.01 0.07 0.01 0.07 -chiasme chiasme nom m s 0.01 0.00 0.01 0.00 -chiasse chiasse nom f s 0.94 1.49 0.81 1.28 -chiasses chiasse nom f p 0.94 1.49 0.14 0.20 -chiasseux chiasseux adj m s 0.02 0.20 0.02 0.20 -chiatique chiatique adj s 0.11 0.20 0.11 0.14 -chiatiques chiatique adj m p 0.11 0.20 0.00 0.07 -chibouk chibouk nom m s 0.00 0.34 0.00 0.34 -chibre chibre nom m s 0.25 0.74 0.25 0.74 -chic_type chic_type adj m s 0.01 0.00 0.01 0.00 -chic chic ono 1.20 0.68 1.20 0.68 -chica chica nom f s 0.71 0.07 0.68 0.07 -chicanait chicaner ver 0.59 0.68 0.01 0.07 ind:imp:3s; -chicanant chicaner ver 0.59 0.68 0.01 0.07 par:pre; -chicane chicane nom f s 0.45 2.16 0.41 1.22 -chicanent chicaner ver 0.59 0.68 0.00 0.07 ind:pre:3p; -chicaner chicaner ver 0.59 0.68 0.24 0.20 inf; -chicaneries chicanerie nom f p 0.03 0.00 0.03 0.00 -chicanerons chicaner ver 0.59 0.68 0.00 0.07 ind:fut:1p; -chicanes chicane nom f p 0.45 2.16 0.04 0.95 -chicaneur chicaneur nom m s 0.21 0.00 0.21 0.00 -chicanez chicaner ver 0.59 0.68 0.18 0.00 imp:pre:2p;ind:pre:2p; -chicanier chicanier adj m s 0.00 0.20 0.00 0.14 -chicaniers chicanier nom m p 0.01 0.07 0.01 0.07 -chicanière chicanier adj f s 0.00 0.20 0.00 0.07 -chicano chicano adj m s 0.13 0.00 0.11 0.00 -chicanons chicaner ver 0.59 0.68 0.05 0.00 imp:pre:1p; -chicanos chicano nom m p 0.25 0.07 0.19 0.00 -chicané chicaner ver m s 0.59 0.68 0.03 0.00 par:pas; -chicanées chicaner ver f p 0.59 0.68 0.00 0.07 par:pas; -chicas chica nom f p 0.71 0.07 0.03 0.00 -chiche_kebab chiche_kebab nom m s 0.24 0.07 0.24 0.07 -chiche chiche ono 0.75 0.74 0.75 0.74 -chichement chichement adv 0.04 1.42 0.04 1.42 -chiches chiche adj p 3.62 3.18 2.12 1.22 -chichi chichi nom m s 1.46 5.00 0.55 3.04 -chichis chichi nom m p 1.46 5.00 0.91 1.96 -chichiteuse chichiteux adj f s 0.02 0.68 0.01 0.34 -chichiteuses chichiteux adj f p 0.02 0.68 0.00 0.27 -chichiteux chichiteux adj m p 0.02 0.68 0.01 0.07 -chicon chicon nom m s 0.05 0.00 0.05 0.00 -chicore chicorer ver 0.00 0.61 0.00 0.27 ind:pre:1s;ind:pre:3s; -chicorent chicorer ver 0.00 0.61 0.00 0.14 ind:pre:3p; -chicorer chicorer ver 0.00 0.61 0.00 0.07 inf; -chicores chicorer ver 0.00 0.61 0.00 0.07 ind:pre:2s; -chicoré chicorer ver m s 0.00 0.61 0.00 0.07 par:pas; -chicorée chicorée nom f s 0.59 1.69 0.59 1.42 -chicorées chicorée nom f p 0.59 1.69 0.00 0.27 -chicot chicot nom m s 0.22 3.58 0.14 0.14 -chicote chicot nom f s 0.22 3.58 0.03 0.54 -chicoter chicoter ver 0.00 0.14 0.00 0.07 inf; -chicotin chicotin nom m s 0.01 0.00 0.01 0.00 -chicots chicot nom m p 0.22 3.58 0.06 2.91 -chicotte chicotte nom f s 0.00 0.07 0.00 0.07 -chicoté chicoter ver m s 0.00 0.14 0.00 0.07 par:pas; -chics chic adj p 19.57 14.32 1.95 1.82 -chie chier ver 67.53 22.64 4.31 1.69 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:1s; -chien_assis chien_assis nom m 0.00 0.07 0.00 0.07 -chien_loup chien_loup nom m s 0.27 1.08 0.14 1.08 -chien_robot chien_robot nom m s 0.01 0.00 0.01 0.00 -chien_étoile chien_étoile nom m s 0.00 0.07 0.00 0.07 -chien chien nom m s 222.38 184.59 158.77 117.64 -chienchien chienchien nom m s 0.30 0.20 0.30 0.14 -chienchiens chienchien nom m p 0.30 0.20 0.00 0.07 -chiendent chiendent nom m s 0.69 2.16 0.69 2.16 -chienlit chienlit nom s 0.60 0.74 0.60 0.74 -chiennasse chienner ver 0.00 0.07 0.00 0.07 sub:imp:1s; -chienne chien nom f s 222.38 184.59 12.84 11.55 -chiennerie chiennerie nom f s 0.30 0.68 0.30 0.61 -chienneries chiennerie nom f p 0.30 0.68 0.00 0.07 -chiennes chienne nom f p 1.15 0.00 1.15 0.00 -chien_loup chien_loup nom m p 0.27 1.08 0.12 0.00 -chiens chien nom m p 222.38 184.59 50.76 54.53 -chient chier ver 67.53 22.64 0.89 0.34 ind:pre:3p; -chier chier ver 67.53 22.64 53.30 18.11 inf; -chiera chier ver 67.53 22.64 0.15 0.27 ind:fut:3s; -chierai chier ver 67.53 22.64 0.24 0.00 ind:fut:1s; -chierais chier ver 67.53 22.64 0.08 0.00 cnd:pre:1s;cnd:pre:2s; -chieras chier ver 67.53 22.64 0.06 0.00 ind:fut:2s; -chierez chier ver 67.53 22.64 0.02 0.00 ind:fut:2p; -chierie chierie nom f s 0.53 0.88 0.39 0.74 -chieries chierie nom f p 0.53 0.88 0.14 0.14 -chieront chier ver 67.53 22.64 0.15 0.00 ind:fut:3p; -chies chier ver 67.53 22.64 1.22 0.14 ind:pre:2s; -chieur chieur nom m s 2.29 0.88 0.96 0.34 -chieurs chieur nom m p 2.29 0.88 0.22 0.07 -chieuse chieur nom f s 2.29 0.88 1.11 0.47 -chieuses chieuse nom f p 0.01 0.00 0.01 0.00 -chiez chier ver 67.53 22.64 0.21 0.20 imp:pre:2p;ind:pre:2p; -chiffe chiffe nom f s 0.89 1.62 0.81 1.55 -chiffes chiffe nom f p 0.89 1.62 0.09 0.07 -chiffon chiffon nom m s 6.11 18.99 3.67 10.41 -chiffonna chiffonner ver 1.65 2.30 0.00 0.20 ind:pas:3s; -chiffonnade chiffonnade nom f s 0.02 0.14 0.02 0.07 -chiffonnades chiffonnade nom f p 0.02 0.14 0.00 0.07 -chiffonnaient chiffonner ver 1.65 2.30 0.01 0.07 ind:imp:3p; -chiffonnait chiffonner ver 1.65 2.30 0.06 0.61 ind:imp:3s; -chiffonnant chiffonner ver 1.65 2.30 0.01 0.14 par:pre; -chiffonne chiffonner ver 1.65 2.30 1.35 0.34 imp:pre:2s;ind:pre:1s;ind:pre:3s; -chiffonner chiffonner ver 1.65 2.30 0.06 0.34 inf; -chiffonnier chiffonnier nom m s 0.99 3.58 0.76 1.62 -chiffonniers chiffonnier nom m p 0.99 3.58 0.13 1.35 -chiffonnière chiffonnier nom f s 0.99 3.58 0.10 0.54 -chiffonnières chiffonnière nom f p 0.01 0.00 0.01 0.00 -chiffonné chiffonné adj m s 0.98 2.16 0.60 0.88 -chiffonnée chiffonné adj f s 0.98 2.16 0.25 0.41 -chiffonnées chiffonné adj f p 0.98 2.16 0.00 0.47 -chiffonnés chiffonné adj m p 0.98 2.16 0.14 0.41 -chiffons chiffon nom m p 6.11 18.99 2.43 8.58 -chiffrable chiffrable adj s 0.01 0.00 0.01 0.00 -chiffrage chiffrage nom m s 0.00 0.07 0.00 0.07 -chiffrait chiffrer ver 0.64 1.01 0.00 0.07 ind:imp:3s; -chiffrant chiffrer ver 0.64 1.01 0.02 0.00 par:pre; -chiffre chiffre nom m s 27.28 33.11 9.38 12.70 -chiffrement chiffrement nom m s 0.13 0.00 0.13 0.00 -chiffrent chiffrer ver 0.64 1.01 0.02 0.07 ind:pre:3p; -chiffrer chiffrer ver 0.64 1.01 0.19 0.27 inf; -chiffres_clé chiffres_clé nom m p 0.00 0.07 0.00 0.07 -chiffres chiffre nom m p 27.28 33.11 17.90 20.41 -chiffreur chiffreur nom m s 0.02 0.00 0.01 0.00 -chiffreuse chiffreur nom f s 0.02 0.00 0.01 0.00 -chiffré chiffré adj m s 0.07 1.35 0.05 0.41 -chiffrée chiffrer ver f s 0.64 1.01 0.16 0.00 par:pas; -chiffrées chiffré adj f p 0.07 1.35 0.00 0.20 -chiffrés chiffrer ver m p 0.64 1.01 0.01 0.14 par:pas; -chignole chignole nom f s 0.31 0.47 0.30 0.34 -chignoles chignole nom f p 0.31 0.47 0.01 0.14 -chignon chignon nom m s 1.31 12.77 1.29 11.76 -chignons chignon nom m p 1.31 12.77 0.02 1.01 -chihuahua chihuahua nom m s 0.38 0.07 0.30 0.07 -chihuahuas chihuahua nom m p 0.38 0.07 0.07 0.00 -chiites chiite nom p 0.00 0.07 0.00 0.07 -chiles chile nom m p 0.03 0.00 0.03 0.00 -chili chili nom m s 2.21 0.14 2.18 0.07 -chilien chilien adj m s 2.21 1.28 1.03 0.07 -chilienne chilien adj f s 2.21 1.28 0.58 0.68 -chiliennes chilien adj f p 2.21 1.28 0.16 0.14 -chiliens chilien nom m p 0.83 0.20 0.64 0.00 -chilis chili nom m p 2.21 0.14 0.04 0.07 -chilom chilom nom m s 0.10 0.00 0.10 0.00 -chimie chimie nom f s 5.29 5.20 5.28 5.00 -chimies chimie nom f p 5.29 5.20 0.01 0.20 -chimiothérapie chimiothérapie nom f s 1.05 0.14 1.05 0.14 -chimique chimique adj s 10.51 4.59 5.40 1.96 -chimiquement chimiquement adv 0.54 0.34 0.54 0.34 -chimiques chimique adj p 10.51 4.59 5.11 2.64 -chimiste chimiste nom s 1.90 1.55 1.60 1.15 -chimistes chimiste nom p 1.90 1.55 0.30 0.41 -chimpanzé chimpanzé nom m s 2.35 1.69 1.96 1.15 -chimpanzés chimpanzé nom m p 2.35 1.69 0.39 0.54 -chimère chimère nom f s 2.94 5.54 1.74 2.23 -chimères chimère nom f p 2.94 5.54 1.21 3.31 -chimérique chimérique adj s 0.55 2.23 0.52 1.15 -chimériquement chimériquement adv 0.00 0.07 0.00 0.07 -chimériques chimérique adj p 0.55 2.23 0.03 1.08 -china chiner ver 0.81 8.45 0.76 7.57 ind:pas:3s; -chinaient chiner ver 0.81 8.45 0.00 0.07 ind:imp:3p; -chinait chiner ver 0.81 8.45 0.00 0.14 ind:imp:3s; -chinant chiner ver 0.81 8.45 0.00 0.07 par:pre; -chinchard chinchard nom m s 0.00 0.07 0.00 0.07 -chinchilla chinchilla nom m s 0.13 0.41 0.12 0.34 -chinchillas chinchilla nom m p 0.13 0.41 0.01 0.07 -chine chine nom s 0.67 0.54 0.67 0.54 -chiner chiner ver 0.81 8.45 0.04 0.14 inf; -chinera chiner ver 0.81 8.45 0.01 0.00 ind:fut:3s; -chinetoque chinetoque nom m s 1.80 1.01 1.06 0.61 -chinetoques chinetoque nom m p 1.80 1.01 0.74 0.41 -chineur chineur nom m s 0.01 0.34 0.00 0.20 -chineurs chineur nom m p 0.01 0.34 0.01 0.14 -chinois chinois nom m s 24.73 16.22 21.88 14.59 -chinoise chinois adj f s 21.34 25.14 5.47 5.14 -chinoiser chinoiser ver 0.14 0.07 0.14 0.07 inf; -chinoiserie chinoiserie nom f s 0.31 0.68 0.00 0.20 -chinoiseries chinoiserie nom f p 0.31 0.68 0.31 0.47 -chinoises chinois adj f p 21.34 25.14 1.25 3.38 -chinook chinook nom m s 0.05 0.27 0.05 0.27 -chintz chintz nom m 0.09 0.27 0.09 0.27 -chiné chiné adj m s 0.03 0.41 0.03 0.20 -chinée chiné adj f s 0.03 0.41 0.00 0.14 -chinées chiner ver f p 0.81 8.45 0.00 0.14 par:pas; -chinés chiné adj m p 0.03 0.41 0.00 0.07 -chiot chiot nom m s 5.67 2.70 3.98 1.49 -chiots chiot nom m p 5.67 2.70 1.70 1.22 -chiotte chiotte nom f s 12.86 14.73 1.20 1.42 -chiottes chiotte nom f p 12.86 14.73 11.66 13.31 -chiourme chiourme nom f s 0.00 0.20 0.00 0.20 -chip chip nom s 2.51 0.00 2.51 0.00 -chipa chiper ver 2.34 2.97 0.00 0.14 ind:pas:3s; -chipaient chiper ver 2.34 2.97 0.00 0.14 ind:imp:3p; -chipais chiper ver 2.34 2.97 0.01 0.07 ind:imp:1s; -chipait chiper ver 2.34 2.97 0.14 0.34 ind:imp:3s; -chipant chiper ver 2.34 2.97 0.00 0.07 par:pre; -chipe chiper ver 2.34 2.97 0.45 0.07 imp:pre:2s;ind:pre:1s;ind:pre:3s; -chiper chiper ver 2.34 2.97 0.89 0.95 inf; -chiperaient chiper ver 2.34 2.97 0.01 0.00 cnd:pre:3p; -chiperiez chiper ver 2.34 2.97 0.01 0.00 cnd:pre:2p; -chipeur chipeur adj m s 0.00 0.07 0.00 0.07 -chipez chiper ver 2.34 2.97 0.02 0.00 imp:pre:2p;ind:pre:2p; -chipie chipie nom f s 0.76 0.88 0.58 0.68 -chipies chipie nom f p 0.76 0.88 0.18 0.20 -chipolata chipolata nom f s 0.23 0.47 0.03 0.27 -chipolatas chipolata nom f p 0.23 0.47 0.20 0.20 -chipota chipoter ver 0.50 1.22 0.00 0.07 ind:pas:3s; -chipotage chipotage nom m s 0.04 0.20 0.03 0.14 -chipotages chipotage nom m p 0.04 0.20 0.02 0.07 -chipotais chipoter ver 0.50 1.22 0.00 0.07 ind:imp:1s; -chipotait chipoter ver 0.50 1.22 0.02 0.34 ind:imp:3s; -chipotant chipoter ver 0.50 1.22 0.00 0.07 par:pre; -chipote chipoter ver 0.50 1.22 0.08 0.27 imp:pre:2s;ind:pre:1s;ind:pre:3s; -chipotent chipoter ver 0.50 1.22 0.04 0.00 ind:pre:3p; -chipoter chipoter ver 0.50 1.22 0.27 0.27 inf; -chipotes chipoter ver 0.50 1.22 0.05 0.00 ind:pre:2s; -chipoteur chipoteur adj m s 0.00 0.20 0.00 0.14 -chipoteuse chipoteur adj f s 0.00 0.20 0.00 0.07 -chipotez chipoter ver 0.50 1.22 0.01 0.00 imp:pre:2p; -chipotons chipoter ver 0.50 1.22 0.03 0.07 imp:pre:1p; -chipoté chipoter ver m s 0.50 1.22 0.00 0.07 par:pas; -chippendale chippendale nom m s 0.12 0.00 0.01 0.00 -chippendales chippendale nom m p 0.12 0.00 0.10 0.00 -chips chips nom p 6.72 0.95 6.72 0.95 -chipèrent chiper ver 2.34 2.97 0.00 0.07 ind:pas:3p; -chipé chiper ver m s 2.34 2.97 0.60 0.74 par:pas; -chipée chiper ver f s 2.34 2.97 0.18 0.14 par:pas; -chipées chiper ver f p 2.34 2.97 0.01 0.14 par:pas; -chipés chiper ver m p 2.34 2.97 0.03 0.14 par:pas; -chiquaient chiquer ver 0.50 2.70 0.00 0.14 ind:imp:3p; -chiquait chiquer ver 0.50 2.70 0.05 0.20 ind:imp:3s; -chiquant chiquer ver 0.50 2.70 0.00 0.47 par:pre; -chique chique nom f s 0.40 2.23 0.24 2.16 -chiquement chiquement adv 0.01 0.14 0.01 0.14 -chiquenaude chiquenaude nom f s 0.03 1.22 0.03 1.15 -chiquenaudes chiquenaude nom f p 0.03 1.22 0.00 0.07 -chiquent chiquer ver 0.50 2.70 0.02 0.00 ind:pre:3p; -chiquer chiquer ver 0.50 2.70 0.16 1.35 inf; -chiquerai chiquer ver 0.50 2.70 0.00 0.07 ind:fut:1s; -chiqueront chiquer ver 0.50 2.70 0.00 0.07 ind:fut:3p; -chiques chique nom f p 0.40 2.23 0.16 0.07 -chiqueur chiqueur nom m s 0.01 0.27 0.01 0.07 -chiqueurs chiqueur nom m p 0.01 0.27 0.00 0.14 -chiqueuses chiqueur nom f p 0.01 0.27 0.00 0.07 -chiqué chiqué nom m s 0.58 1.08 0.58 1.01 -chiqués chiqué nom m p 0.58 1.08 0.00 0.07 -chiraquien chiraquien adj m s 0.00 0.07 0.00 0.07 -chiricahua chiricahua adj s 0.10 0.00 0.05 0.00 -chiricahuas chiricahua nom p 0.19 0.00 0.16 0.00 -chiromancie chiromancie nom f s 0.02 0.07 0.02 0.07 -chiromancien chiromancien nom m s 0.16 0.20 0.00 0.07 -chiromancienne chiromancien nom f s 0.16 0.20 0.14 0.07 -chiromanciens chiromancien nom m p 0.16 0.20 0.03 0.07 -chiropracteur chiropracteur nom m s 0.57 0.00 0.57 0.00 -chiropraticien chiropraticien nom m s 0.06 0.00 0.04 0.00 -chiropraticienne chiropraticien nom f s 0.06 0.00 0.02 0.00 -chiropratique chiropratique nom f s 0.02 0.00 0.02 0.00 -chiropraxie chiropraxie nom f s 0.07 0.00 0.07 0.00 -chiroptère chiroptère nom m s 0.03 0.00 0.03 0.00 -chiroubles chiroubles nom m 0.00 0.20 0.00 0.20 -chirurgical chirurgical adj m s 3.60 2.16 1.23 0.54 -chirurgicale chirurgical adj f s 3.60 2.16 1.84 1.01 -chirurgicalement chirurgicalement adv 0.33 0.20 0.33 0.20 -chirurgicales chirurgical adj f p 3.60 2.16 0.27 0.41 -chirurgicaux chirurgical adj m p 3.60 2.16 0.26 0.20 -chirurgie chirurgie nom f s 11.84 2.03 11.74 2.03 -chirurgien_dentiste chirurgien_dentiste nom s 0.02 0.27 0.02 0.27 -chirurgien chirurgien nom m s 15.57 8.45 12.38 6.89 -chirurgienne chirurgien nom f s 15.57 8.45 0.27 0.00 -chirurgiens chirurgien nom m p 15.57 8.45 2.92 1.55 -chirurgies chirurgie nom f p 11.84 2.03 0.10 0.00 -chisel chisel nom m s 0.01 0.00 0.01 0.00 -chistera chistera nom m s 0.11 0.00 0.11 0.00 -chitine chitine nom f s 0.01 0.07 0.01 0.07 -chitineux chitineux adj m p 0.00 0.07 0.00 0.07 -chiton chiton nom m s 0.00 0.07 0.00 0.07 -chié chier ver m s 67.53 22.64 3.72 1.49 par:pas; -chiée chiée nom f s 0.22 0.95 0.22 0.47 -chiées chier ver f p 67.53 22.64 0.01 0.00 par:pas; -chiure chiure nom f s 0.56 1.08 0.42 0.27 -chiures chiure nom f p 0.56 1.08 0.14 0.81 -chiés chier ver m p 67.53 22.64 0.01 0.00 par:pas; -chlamyde chlamyde nom f s 0.00 0.20 0.00 0.20 -chlamydia chlamydia nom f s 0.42 0.00 0.30 0.00 -chlamydiae chlamydia nom f p 0.42 0.00 0.12 0.00 -chlass chlass adj 0.03 0.00 0.03 0.00 -chleuh chleuh nom m s 0.22 0.54 0.04 0.07 -chleuhs chleuh nom m p 0.22 0.54 0.18 0.47 -chlingue chlinguer ver 0.21 0.07 0.18 0.07 ind:pre:1s;ind:pre:3s; -chlinguer chlinguer ver 0.21 0.07 0.01 0.00 inf; -chlingues chlinguer ver 0.21 0.07 0.02 0.00 ind:pre:2s; -chloral chloral nom m s 0.20 0.00 0.20 0.00 -chloramphénicol chloramphénicol nom m s 0.09 0.00 0.09 0.00 -chlorate chlorate nom m s 0.07 0.14 0.07 0.14 -chlore chlore nom m s 0.79 0.81 0.79 0.81 -chlorer chlorer ver 0.03 0.00 0.02 0.00 inf; -chlorhydrate chlorhydrate nom m s 0.17 0.00 0.17 0.00 -chlorhydrique chlorhydrique adj m s 0.22 0.07 0.22 0.07 -chlorique chlorique adj s 0.01 0.00 0.01 0.00 -chloroformant chloroformer ver 0.22 0.20 0.00 0.07 par:pre; -chloroforme chloroforme nom m s 0.63 0.41 0.63 0.41 -chloroformer chloroformer ver 0.22 0.20 0.02 0.07 inf; -chloroformes chloroformer ver 0.22 0.20 0.14 0.00 ind:pre:2s; -chloroformez chloroformer ver 0.22 0.20 0.01 0.00 imp:pre:2p; -chloroformisation chloroformisation nom f s 0.00 0.07 0.00 0.07 -chloroformé chloroformer ver m s 0.22 0.20 0.05 0.07 par:pas; -chlorophylle chlorophylle nom f s 0.25 0.68 0.25 0.68 -chlorophyllien chlorophyllien adj m s 0.00 0.07 0.00 0.07 -chlorophytums chlorophytum nom m p 0.01 0.00 0.01 0.00 -chloroplaste chloroplaste nom m s 0.01 0.00 0.01 0.00 -chloroquine chloroquine nom f s 0.01 0.00 0.01 0.00 -chlorotique chlorotique adj f s 0.00 0.27 0.00 0.14 -chlorotiques chlorotique adj f p 0.00 0.27 0.00 0.14 -chlorpromazine chlorpromazine nom f s 0.06 0.00 0.06 0.00 -chloré chloré adj m s 0.06 0.07 0.01 0.07 -chlorée chloré adj f s 0.06 0.07 0.05 0.00 -chlorure chlorure nom m s 0.33 0.14 0.32 0.07 -chlorures chlorure nom m p 0.33 0.14 0.01 0.07 -chnoque chnoque nom s 0.08 0.54 0.07 0.34 -chnoques chnoque nom p 0.08 0.54 0.01 0.20 -chnord chnord nom m s 0.00 0.07 0.00 0.07 -chnouf chnouf nom f s 0.02 0.07 0.02 0.07 -choanes choane nom m p 0.01 0.00 0.01 0.00 -choc choc nom m s 31.46 44.19 30.22 37.57 -chocard chocard nom m s 0.00 0.07 0.00 0.07 -chochotte chochotte nom f s 1.65 0.61 1.37 0.27 -chochottes chochotte nom f p 1.65 0.61 0.28 0.34 -chocolat chocolat nom m s 31.03 34.86 27.74 30.61 -chocolaterie chocolaterie nom f s 0.27 0.27 0.27 0.20 -chocolateries chocolaterie nom f p 0.27 0.27 0.00 0.07 -chocolatier chocolatier nom m s 0.11 0.27 0.11 0.14 -chocolatière chocolatier nom f s 0.11 0.27 0.00 0.14 -chocolats chocolat nom m p 31.03 34.86 3.29 4.26 -chocolaté chocolaté adj m s 0.81 0.07 0.17 0.07 -chocolatée chocolaté adj f s 0.81 0.07 0.27 0.00 -chocolatées chocolaté adj f p 0.81 0.07 0.36 0.00 -chocolatés chocolaté adj m p 0.81 0.07 0.01 0.00 -chocottes chocotte nom f p 0.45 0.95 0.45 0.95 -chocs choc nom m p 31.46 44.19 1.24 6.62 -choeur choeur nom m s 7.00 26.69 6.39 24.86 -choeurs choeur nom m p 7.00 26.69 0.61 1.82 -choie choyer ver 0.40 2.03 0.02 0.20 ind:pre:3s; -choient choyer ver 0.40 2.03 0.01 0.07 ind:pre:3p; -choieront choyer ver 0.40 2.03 0.00 0.07 ind:fut:3p; -choir choir ver 2.05 10.00 0.33 6.89 inf; -choiras choir ver 2.05 10.00 0.00 0.07 ind:fut:2s; -chois choir ver 2.05 10.00 0.01 0.27 imp:pre:2s;ind:pre:1s; -choisîmes choisir ver 170.48 133.92 0.01 0.20 ind:pas:1p; -choisît choisir ver 170.48 133.92 0.00 0.20 sub:imp:3s; -choisi choisir ver m s 170.48 133.92 58.19 44.53 par:pas; -choisie choisir ver f s 170.48 133.92 6.78 5.34 par:pas; -choisies choisir ver f p 170.48 133.92 0.67 1.55 par:pas; -choisir choisir ver 170.48 133.92 47.09 35.00 inf; -choisira choisir ver 170.48 133.92 1.92 1.01 ind:fut:3s; -choisirai choisir ver 170.48 133.92 1.27 0.47 ind:fut:1s; -choisiraient choisir ver 170.48 133.92 0.06 0.20 cnd:pre:3p; -choisirais choisir ver 170.48 133.92 1.68 0.74 cnd:pre:1s;cnd:pre:2s; -choisirait choisir ver 170.48 133.92 0.59 1.22 cnd:pre:3s; -choisiras choisir ver 170.48 133.92 0.88 0.20 ind:fut:2s; -choisirent choisir ver 170.48 133.92 0.06 0.81 ind:pas:3p; -choisirez choisir ver 170.48 133.92 0.73 0.00 ind:fut:2p; -choisiriez choisir ver 170.48 133.92 0.23 0.20 cnd:pre:2p; -choisirions choisir ver 170.48 133.92 0.04 0.07 cnd:pre:1p; -choisirons choisir ver 170.48 133.92 0.36 0.20 ind:fut:1p; -choisiront choisir ver 170.48 133.92 0.13 0.20 ind:fut:3p; -choisis choisir ver m p 170.48 133.92 21.33 8.78 imp:pre:2s;ind:pre:1s;ind:pre:2s;ind:pas:1s;par:pas; -choisissaient choisir ver 170.48 133.92 0.16 1.08 ind:imp:3p; -choisissais choisir ver 170.48 133.92 0.41 0.81 ind:imp:1s;ind:imp:2s; -choisissait choisir ver 170.48 133.92 0.64 6.15 ind:imp:3s; -choisissant choisir ver 170.48 133.92 1.18 3.24 par:pre; -choisisse choisir ver 170.48 133.92 1.68 1.15 sub:pre:1s;sub:pre:3s; -choisissent choisir ver 170.48 133.92 2.13 1.96 ind:pre:3p; -choisisses choisir ver 170.48 133.92 0.77 0.00 sub:pre:2s; -choisissez choisir ver 170.48 133.92 9.45 1.55 imp:pre:2p;ind:pre:2p; -choisissiez choisir ver 170.48 133.92 0.23 0.27 ind:imp:2p; -choisissions choisir ver 170.48 133.92 0.08 0.27 ind:imp:1p; -choisissons choisir ver 170.48 133.92 0.50 0.47 imp:pre:1p;ind:pre:1p; -choisit choisir ver 170.48 133.92 11.23 16.01 ind:pre:3s;ind:pas:3s; -choit choir ver 2.05 10.00 0.00 0.68 ind:pre:3s; -choix choix nom m 113.35 51.42 113.35 51.42 -choke choke nom m s 0.01 0.00 0.01 0.00 -châle châle nom m s 2.23 12.09 2.08 9.32 -cholera choler ver 0.02 0.00 0.02 0.00 ind:fut:3s; -châles châle nom m p 2.23 12.09 0.15 2.77 -cholestérol cholestérol nom m s 1.81 0.41 1.81 0.41 -choline choline nom f s 0.11 0.00 0.10 0.00 -cholines choline nom f p 0.11 0.00 0.01 0.00 -cholinestérase cholinestérase nom f s 0.02 0.00 0.02 0.00 -cholique cholique adj m s 0.01 0.00 0.01 0.00 -châlit châlit nom m s 0.00 0.41 0.00 0.27 -châlits châlit nom m p 0.00 0.41 0.00 0.14 -châlonnais châlonnais adj m 0.00 0.07 0.00 0.07 -châlonnais châlonnais nom m 0.00 0.07 0.00 0.07 -cholécystectomie cholécystectomie nom f s 0.03 0.00 0.03 0.00 -cholécystite cholécystite nom f s 0.03 0.00 0.03 0.00 -cholédoque cholédoque adj m s 0.04 0.00 0.04 0.00 -choléra choléra nom m s 2.52 2.43 2.52 2.36 -choléras choléra nom m p 2.52 2.43 0.00 0.07 -cholériques cholérique nom p 0.01 0.07 0.01 0.07 -chop_suey chop_suey nom m s 0.13 0.00 0.13 0.00 -chopaient choper ver 17.69 4.05 0.01 0.07 ind:imp:3p; -chopais choper ver 17.69 4.05 0.12 0.07 ind:imp:1s;ind:imp:2s; -chopait choper ver 17.69 4.05 0.14 0.14 ind:imp:3s; -chopant choper ver 17.69 4.05 0.00 0.07 par:pre; -chope choper ver 17.69 4.05 4.08 0.74 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -chopent choper ver 17.69 4.05 0.56 0.41 ind:pre:3p; -choper choper ver 17.69 4.05 6.06 1.28 inf; -chopera choper ver 17.69 4.05 0.31 0.00 ind:fut:3s; -choperai choper ver 17.69 4.05 0.10 0.00 ind:fut:1s; -choperais choper ver 17.69 4.05 0.02 0.07 cnd:pre:1s;cnd:pre:2s; -choperait choper ver 17.69 4.05 0.01 0.00 cnd:pre:3s; -choperas choper ver 17.69 4.05 0.03 0.00 ind:fut:2s; -choperez choper ver 17.69 4.05 0.04 0.00 ind:fut:2p; -choperons choper ver 17.69 4.05 0.01 0.00 ind:fut:1p; -choperont choper ver 17.69 4.05 0.06 0.00 ind:fut:3p; -chopes choper ver 17.69 4.05 0.58 0.00 ind:pre:2s;sub:pre:2s; -chopez choper ver 17.69 4.05 1.27 0.00 imp:pre:2p;ind:pre:2p; -chopine chopine nom f s 0.03 2.70 0.02 2.09 -chopines chopine nom f p 0.03 2.70 0.01 0.61 -chopons choper ver 17.69 4.05 0.43 0.00 imp:pre:1p; -choppe chopper ver 1.90 0.20 0.34 0.07 imp:pre:2s;ind:pre:1s;ind:pre:3s; -choppent chopper ver 1.90 0.20 0.03 0.07 ind:pre:3p; -chopper chopper ver 1.90 0.20 0.95 0.07 inf; -choppers chopper nom m p 0.29 0.20 0.01 0.00 -choppes chopper ver 1.90 0.20 0.01 0.00 ind:pre:2s; -choppez chopper ver 1.90 0.20 0.05 0.00 imp:pre:2p;ind:pre:2p; -choppons chopper ver 1.90 0.20 0.02 0.00 imp:pre:1p; -choppé chopper ver m s 1.90 0.20 0.47 0.00 par:pas; -choppée chopper ver f s 1.90 0.20 0.01 0.00 par:pas; -chopé choper ver m s 17.69 4.05 3.42 1.01 par:pas; -chopée choper ver f s 17.69 4.05 0.34 0.00 par:pas; -chopées choper ver f p 17.69 4.05 0.00 0.07 par:pas; -chopés choper ver m p 17.69 4.05 0.10 0.14 par:pas; -choqua choquer ver 13.56 15.41 0.01 0.61 ind:pas:3s; -choquaient choquer ver 13.56 15.41 0.00 0.54 ind:imp:3p; -choquait choquer ver 13.56 15.41 0.30 2.23 ind:imp:3s; -choquant choquant adj m s 3.61 1.69 2.43 0.81 -choquante choquant adj f s 3.61 1.69 0.43 0.68 -choquantes choquant adj f p 3.61 1.69 0.58 0.20 -choquants choquant adj m p 3.61 1.69 0.17 0.00 -choque choquer ver 13.56 15.41 4.01 2.70 imp:pre:2s;ind:pre:1s;ind:pre:3s; -choquent choquer ver 13.56 15.41 0.15 0.34 ind:pre:3p; -choquer choquer ver 13.56 15.41 2.39 3.04 inf;; -choquera choquer ver 13.56 15.41 0.05 0.27 ind:fut:3s; -choqueraient choquer ver 13.56 15.41 0.01 0.07 cnd:pre:3p; -choquerais choquer ver 13.56 15.41 0.14 0.07 cnd:pre:1s;cnd:pre:2s; -choquerait choquer ver 13.56 15.41 0.21 0.20 cnd:pre:3s; -choqueras choquer ver 13.56 15.41 0.01 0.00 ind:fut:2s; -choquez choquer ver 13.56 15.41 0.09 0.00 imp:pre:2p;ind:pre:2p; -choquons choquer ver 13.56 15.41 0.01 0.00 ind:pre:1p; -choquèrent choquer ver 13.56 15.41 0.01 0.07 ind:pas:3p; -choqué choquer ver m s 13.56 15.41 3.44 2.64 par:pas; -choquée choquer ver f s 13.56 15.41 1.35 1.35 par:pas; -choquées choquer ver f p 13.56 15.41 0.14 0.41 par:pas; -choqués choquer ver m p 13.56 15.41 1.00 0.61 par:pas; -choral choral adj m s 0.26 0.27 0.14 0.00 -chorale chorale nom f s 2.63 1.96 2.56 1.76 -chorales chorale nom f p 2.63 1.96 0.07 0.20 -chorals choral nom m p 0.01 0.95 0.00 0.07 -choraux choral adj m p 0.26 0.27 0.00 0.20 -chorba chorba nom f s 0.00 0.07 0.00 0.07 -choreutes choreute nom m p 0.00 0.07 0.00 0.07 -choriste choriste nom s 0.46 1.35 0.32 0.27 -choristes choriste nom p 0.46 1.35 0.14 1.08 -chorizo chorizo nom m s 1.57 0.20 1.37 0.14 -chorizos chorizo nom m p 1.57 0.20 0.20 0.07 -chortens chorten nom m p 0.00 0.07 0.00 0.07 -chorée chorée nom f s 0.04 0.00 0.04 0.00 -chorégraphe chorégraphe nom s 0.71 0.47 0.48 0.41 -chorégraphes chorégraphe nom p 0.71 0.47 0.22 0.07 -chorégraphie chorégraphie nom f s 1.06 0.68 0.99 0.54 -chorégraphier chorégraphier ver 0.21 0.00 0.20 0.00 inf; -chorégraphies chorégraphie nom f p 1.06 0.68 0.07 0.14 -chorégraphique chorégraphique adj m s 0.02 0.34 0.02 0.27 -chorégraphiques chorégraphique adj p 0.02 0.34 0.00 0.07 -chorégraphiées chorégraphier ver f p 0.21 0.00 0.01 0.00 par:pas; -chorus chorus nom m 0.15 1.49 0.15 1.49 -chose chose nom f s 1773.62 1057.64 1321.79 695.20 -choser choser ver 0.01 0.07 0.00 0.07 inf; -choses chose nom f p 1773.62 1057.64 451.83 362.43 -chosification chosification nom f s 0.00 0.07 0.00 0.07 -chosifient chosifier ver 0.01 0.07 0.00 0.07 ind:pre:3p; -chosifier chosifier ver 0.01 0.07 0.01 0.00 inf; -châsse châsse nom f s 0.29 8.99 0.29 3.18 -châsses châsse nom m p 0.29 8.99 0.00 5.81 -châssis châssis nom m 0.97 4.46 0.97 4.46 -châtaigne châtaigne nom f s 1.24 2.50 0.55 0.88 -châtaignent châtaigner ver 0.14 0.20 0.00 0.07 ind:pre:3p; -châtaigner châtaigner ver 0.14 0.20 0.12 0.07 inf; -châtaigneraie châtaigneraie nom f s 0.00 0.54 0.00 0.20 -châtaigneraies châtaigneraie nom f p 0.00 0.54 0.00 0.34 -châtaignes châtaigne nom f p 1.24 2.50 0.69 1.62 -châtaignier châtaignier nom m s 0.14 3.38 0.14 1.76 -châtaigniers châtaignier nom m p 0.14 3.38 0.00 1.62 -châtaigné châtaigner ver m s 0.14 0.20 0.02 0.07 par:pas; -châtain châtain adj m s 0.81 4.26 0.34 1.55 -châtaine châtain adj f s 0.81 4.26 0.00 0.20 -châtaines châtain adj f p 0.81 4.26 0.01 0.07 -châtains châtain adj m p 0.81 4.26 0.46 2.43 -château_fort château_fort nom m s 0.00 0.07 0.00 0.07 -château château nom m s 43.68 74.12 40.51 63.38 -châteaubriant châteaubriant nom m s 0.13 0.00 0.13 0.00 -châteaux château nom m p 43.68 74.12 3.17 10.74 -châtel châtel adj s 0.00 0.07 0.00 0.07 -châtelain châtelain nom m s 0.30 4.26 0.27 1.69 -châtelaine châtelain nom f s 0.30 4.26 0.01 1.01 -châtelaines châtelain nom f p 0.30 4.26 0.00 0.07 -châtelains châtelain nom m p 0.30 4.26 0.02 1.49 -châtelet châtelet nom m s 0.00 0.14 0.00 0.14 -châtellenie châtellenie nom f s 0.00 0.07 0.00 0.07 -châtiaient châtier ver 3.25 4.53 0.00 0.07 ind:imp:3p; -châtiait châtier ver 3.25 4.53 0.00 0.20 ind:imp:3s; -châtiant châtier ver 3.25 4.53 0.00 0.07 par:pre; -châtie châtier ver 3.25 4.53 0.54 0.34 imp:pre:2s;ind:pre:1s;ind:pre:3s; -châtier châtier ver 3.25 4.53 1.55 1.89 inf; -châtiera châtier ver 3.25 4.53 0.04 0.00 ind:fut:3s; -châtierai châtier ver 3.25 4.53 0.12 0.00 ind:fut:1s; -châtierait châtier ver 3.25 4.53 0.00 0.07 cnd:pre:3s; -châtiez châtier ver 3.25 4.53 0.16 0.07 imp:pre:2p; -châtiment châtiment nom m s 7.54 9.12 6.62 7.50 -châtiments châtiment nom m p 7.54 9.12 0.93 1.62 -châtié châtier ver m s 3.25 4.53 0.47 1.28 par:pas; -châtiée châtier ver f s 3.25 4.53 0.05 0.20 par:pas; -châtiés châtier ver m p 3.25 4.53 0.32 0.34 par:pas; -châtrage châtrage nom m s 0.00 0.07 0.00 0.07 -châtraient châtrer ver 0.94 0.68 0.00 0.14 ind:imp:3p; -châtre châtrer ver 0.94 0.68 0.01 0.14 ind:pre:1s;ind:pre:3s; -châtrent châtrer ver 0.94 0.68 0.01 0.07 ind:pre:3p; -châtrer châtrer ver 0.94 0.68 0.47 0.20 inf; -châtreront châtrer ver 0.94 0.68 0.00 0.07 ind:fut:3p; -châtron châtron nom m s 0.00 0.14 0.00 0.07 -châtrons châtron nom m p 0.00 0.14 0.00 0.07 -châtré châtré adj m s 0.21 0.61 0.18 0.34 -châtrés châtrer ver m p 0.94 0.68 0.36 0.00 par:pas; -chotts chott nom m p 0.00 0.14 0.00 0.14 -chou_fleur chou_fleur nom m s 0.54 1.01 0.54 1.01 -chou_palmiste chou_palmiste nom m s 0.00 0.07 0.00 0.07 -chou_rave chou_rave nom m s 0.00 0.20 0.00 0.20 -chou chou nom m s 29.86 21.96 25.50 13.99 -chouïa chouïa nom m s 0.25 1.82 0.25 1.82 -chouan chouan nom m s 0.14 1.28 0.01 0.20 -chouannerie chouannerie nom f s 0.00 0.34 0.00 0.34 -chouans chouan nom m p 0.14 1.28 0.14 1.08 -choucard choucard adj m s 0.01 1.49 0.00 0.81 -choucarde choucard adj f s 0.01 1.49 0.01 0.47 -choucardes choucard adj f p 0.01 1.49 0.00 0.07 -choucards choucard adj m p 0.01 1.49 0.00 0.14 -choucas choucas nom m 0.16 0.14 0.16 0.14 -chouchou chouchou nom m s 3.44 1.69 3.16 1.49 -chouchous chouchou nom m p 3.44 1.69 0.28 0.20 -chouchoutage chouchoutage nom m s 0.00 0.14 0.00 0.14 -chouchoutaient chouchouter ver 0.61 0.74 0.01 0.07 ind:imp:3p; -chouchoutait chouchouter ver 0.61 0.74 0.02 0.07 ind:imp:3s; -chouchoute chouchouter ver 0.61 0.74 0.18 0.07 ind:pre:1s;ind:pre:3s; -chouchouter chouchouter ver 0.61 0.74 0.33 0.07 inf; -chouchouteras chouchouter ver 0.61 0.74 0.01 0.00 ind:fut:2s; -chouchoutes chouchoute nom f p 0.21 0.14 0.11 0.00 -chouchoutez chouchouter ver 0.61 0.74 0.01 0.00 ind:pre:2p; -chouchouté chouchouter ver m s 0.61 0.74 0.05 0.14 par:pas; -chouchoutée chouchouter ver f s 0.61 0.74 0.00 0.34 par:pas; -choucroute choucroute nom f s 1.18 3.04 1.16 2.64 -choucroutes choucroute nom f p 1.18 3.04 0.02 0.41 -chouette chouette ono 4.00 1.15 4.00 1.15 -chouettement chouettement adv 0.00 0.07 0.00 0.07 -chouettes chouette adj p 23.77 13.78 1.50 1.49 -chougnait chougner ver 0.00 0.14 0.00 0.07 ind:imp:3s; -chougne chougner ver 0.00 0.14 0.00 0.07 ind:pre:3s; -chouia chouia nom m s 0.32 1.01 0.32 1.01 -chouiner chouiner ver 0.05 0.00 0.05 0.00 inf; -choupette choupette nom f s 0.10 0.00 0.10 0.00 -chouquet chouquet nom m s 0.06 0.00 0.06 0.00 -chouquette chouquette nom f s 0.06 0.07 0.06 0.07 -choura chourer ver 3.96 1.42 3.29 0.47 ind:pas:3s; -chouravait chouraver ver 0.75 2.50 0.00 0.14 ind:imp:3s; -chourave chouraver ver 0.75 2.50 0.01 0.41 imp:pre:2s;ind:pre:3s; -chouravent chouraver ver 0.75 2.50 0.00 0.14 ind:pre:3p; -chouraver chouraver ver 0.75 2.50 0.26 0.74 inf; -chouraveur chouraveur nom m s 0.00 0.54 0.00 0.07 -chouraveurs chouraveur nom m p 0.00 0.54 0.00 0.27 -chouraveuse chouraveur nom f s 0.00 0.54 0.00 0.07 -chouraveuses chouraveur nom f p 0.00 0.54 0.00 0.14 -chouravé chouraver ver m s 0.75 2.50 0.37 0.74 par:pas; -chouravée chouraver ver f s 0.75 2.50 0.11 0.14 par:pas; -chouravés chouraver ver m p 0.75 2.50 0.00 0.20 par:pas; -choure chourer ver 3.96 1.42 0.03 0.00 imp:pre:2s;ind:pre:1s;ind:pre:3s; -chourent chourer ver 3.96 1.42 0.01 0.00 ind:pre:3p; -chourer chourer ver 3.96 1.42 0.20 0.34 inf; -chouriez chourer ver 3.96 1.42 0.00 0.07 ind:imp:2p; -chourineurs chourineur nom m p 0.00 0.07 0.00 0.07 -chouré chourer ver m s 3.96 1.42 0.41 0.41 par:pas; -chourée chourer ver f s 3.96 1.42 0.01 0.07 par:pas; -chourées chourer ver f p 3.96 1.42 0.01 0.07 par:pas; -choute chou nom f s 29.86 21.96 0.16 0.27 -choutes chou nom f p 29.86 21.96 0.01 0.07 -choux_fleurs choux_fleurs nom m p 0.57 1.28 0.57 1.28 -choux_raves choux_raves nom m p 0.00 0.07 0.00 0.07 -choux chou nom m p 29.86 21.96 4.20 7.64 -chouya chouya nom m s 0.04 0.07 0.04 0.07 -choya choyer ver 0.40 2.03 0.00 0.07 ind:pas:3s; -choyais choyer ver 0.40 2.03 0.01 0.00 ind:imp:1s; -choyait choyer ver 0.40 2.03 0.01 0.20 ind:imp:3s; -choyant choyer ver 0.40 2.03 0.00 0.07 par:pre; -choyer choyer ver 0.40 2.03 0.11 0.41 inf; -choyez choyer ver 0.40 2.03 0.12 0.00 imp:pre:2p;ind:pre:2p; -choyé choyer ver m s 0.40 2.03 0.06 0.41 par:pas; -choyée choyer ver f s 0.40 2.03 0.05 0.41 par:pas; -choyées choyé adj f p 0.17 0.68 0.14 0.00 -choyés choyé adj m p 0.17 0.68 0.01 0.14 -christ christ nom m s 1.65 3.18 1.54 2.57 -christiania christiania nom m s 0.00 0.07 0.00 0.07 -christianisme christianisme nom m s 2.11 4.32 2.11 4.32 -christianisés christianiser ver m p 0.00 0.14 0.00 0.14 par:pas; -christique christique adj f s 0.00 0.27 0.00 0.27 -christmas christmas nom s 0.08 0.00 0.08 0.00 -christocentrisme christocentrisme nom m s 0.00 0.20 0.00 0.20 -christologique christologique adj s 0.00 0.07 0.00 0.07 -christs christ nom m p 1.65 3.18 0.11 0.61 -chromage chromage nom m s 0.01 0.00 0.01 0.00 -chromatique chromatique adj s 0.02 0.68 0.01 0.54 -chromatiques chromatique adj p 0.02 0.68 0.01 0.14 -chromatisme chromatisme nom m s 0.00 0.20 0.00 0.14 -chromatismes chromatisme nom m p 0.00 0.20 0.00 0.07 -chromatogramme chromatogramme nom m s 0.01 0.00 0.01 0.00 -chromatographie chromatographie nom f s 0.07 0.00 0.07 0.00 -chrome chrome nom m s 0.82 3.04 0.75 1.15 -chromes chrome nom m p 0.82 3.04 0.07 1.89 -chromo chromo nom s 0.21 2.16 0.19 0.81 -chromogènes chromogène adj p 0.01 0.00 0.01 0.00 -chromos chromo nom p 0.21 2.16 0.02 1.35 -chromosome chromosome nom m s 1.72 0.81 0.52 0.14 -chromosomes chromosome nom m p 1.72 0.81 1.20 0.68 -chromosomique chromosomique adj s 0.14 0.27 0.08 0.20 -chromosomiques chromosomique adj p 0.14 0.27 0.06 0.07 -chromosphère chromosphère nom f s 0.05 0.00 0.05 0.00 -chromé chromer ver m s 0.36 4.59 0.17 2.30 par:pas; -chromée chromer ver f s 0.36 4.59 0.03 1.28 par:pas; -chromées chromer ver f p 0.36 4.59 0.06 0.14 par:pas; -chromés chromer ver m p 0.36 4.59 0.07 0.61 par:pas; -chroniquais chroniquer ver 0.01 0.34 0.00 0.07 ind:imp:1s; -chronique chronique adj s 2.34 4.59 1.73 3.65 -chroniquement chroniquement adv 0.00 0.07 0.00 0.07 -chroniquer chroniquer ver 0.01 0.34 0.00 0.14 inf; -chroniques chronique nom f p 2.46 9.59 0.79 2.77 -chroniqueur chroniqueur nom m s 0.69 2.91 0.49 1.35 -chroniqueurs chroniqueur nom m p 0.69 2.91 0.15 1.35 -chroniqueuse chroniqueur nom f s 0.69 2.91 0.05 0.07 -chroniqueuses chroniqueur nom f p 0.69 2.91 0.00 0.14 -chrono chrono nom m s 2.67 1.89 2.42 1.82 -chronographe chronographe nom m s 0.01 0.00 0.01 0.00 -chronologie chronologie nom f s 0.49 3.24 0.49 3.24 -chronologique chronologique adj s 0.64 1.49 0.64 1.35 -chronologiquement chronologiquement adv 0.10 0.27 0.10 0.27 -chronologiques chronologique adj p 0.64 1.49 0.00 0.14 -chronomètre chronomètre nom m s 1.02 2.23 0.98 2.09 -chronomètres chronométrer ver 1.43 1.08 0.18 0.00 ind:pre:2s; -chronométrage chronométrage nom m s 0.37 0.20 0.37 0.20 -chronométrait chronométrer ver 1.43 1.08 0.01 0.07 ind:imp:3s; -chronométrant chronométrer ver 1.43 1.08 0.14 0.07 par:pre; -chronométrer chronométrer ver 1.43 1.08 0.26 0.14 inf; -chronométreur chronométreur nom m s 0.03 0.00 0.03 0.00 -chronométrez chronométrer ver 1.43 1.08 0.06 0.00 imp:pre:2p; -chronométrions chronométrer ver 1.43 1.08 0.00 0.07 ind:imp:1p; -chronométré chronométrer ver m s 1.43 1.08 0.26 0.07 par:pas; -chronométrée chronométrer ver f s 1.43 1.08 0.05 0.07 par:pas; -chronométrées chronométrer ver f p 1.43 1.08 0.01 0.07 par:pas; -chronométrés chronométrer ver m p 1.43 1.08 0.03 0.07 par:pas; -chronophotographie chronophotographie nom f s 0.02 0.00 0.02 0.00 -chronophotographique chronophotographique adj m s 0.01 0.00 0.01 0.00 -chronos chrono nom m p 2.67 1.89 0.25 0.07 -chrême chrême nom m s 0.00 0.14 0.00 0.14 -chrétien_démocrate chrétien_démocrate adj m s 0.16 0.00 0.01 0.00 -chrétien chrétien adj m s 12.33 21.55 4.46 7.23 -chrétienne chrétien adj f s 12.33 21.55 4.59 8.99 -chrétiennement chrétiennement adv 0.13 0.20 0.13 0.20 -chrétiennes chrétien adj f p 12.33 21.55 0.74 2.57 -chrétien_démocrate chrétien_démocrate adj m p 0.16 0.00 0.14 0.00 -chrétiens chrétien nom m p 11.82 16.76 6.39 9.19 -chrétienté chrétienté nom f s 0.88 2.70 0.88 2.70 -chrysalide chrysalide nom f s 0.10 0.68 0.10 0.47 -chrysalides chrysalide nom f p 0.10 0.68 0.00 0.20 -chrysanthème chrysanthème nom m s 0.47 2.09 0.02 0.20 -chrysanthèmes chrysanthème nom m p 0.47 2.09 0.45 1.89 -chrysolite chrysolite nom f s 0.01 0.00 0.01 0.00 -chrysolithe chrysolithe nom f s 0.01 0.00 0.01 0.00 -chrysostome chrysostome nom m s 0.00 0.07 0.00 0.07 -chtar chtar nom m s 0.04 0.20 0.04 0.20 -chtarbé chtarbé adj m s 0.11 0.07 0.09 0.00 -chtarbée chtarbé adj f s 0.11 0.07 0.02 0.00 -chtarbées chtarbé adj f p 0.11 0.07 0.00 0.07 -chèche chèche nom m s 0.01 0.68 0.01 0.54 -chèches chèche nom m p 0.01 0.68 0.00 0.14 -chènevis chènevis nom m 0.00 0.27 0.00 0.27 -chthoniennes chthonien adj f p 0.00 0.07 0.00 0.07 -chèque_cadeau chèque_cadeau nom m s 0.05 0.00 0.05 0.00 -chèque chèque nom m s 32.03 9.86 23.86 6.01 -chèques chèque nom m p 32.03 9.86 8.18 3.85 -chère cher adj f s 205.75 133.65 40.80 23.38 -chèrement chèrement adv 0.43 0.88 0.43 0.88 -chères cher adj f p 205.75 133.65 5.63 5.81 -chèvre_pied chèvre_pied nom s 0.00 0.14 0.00 0.14 -chèvre chèvre nom f s 14.08 20.61 8.26 10.14 -chèvrefeuille chèvrefeuille nom m s 0.11 2.70 0.11 2.16 -chèvrefeuilles chèvrefeuille nom m p 0.11 2.70 0.00 0.54 -chèvres chèvre nom f p 14.08 20.61 5.81 10.47 -chtibe chtibe nom m s 0.00 0.14 0.00 0.14 -chtimi chtimi nom s 0.00 0.41 0.00 0.34 -chtimis chtimi nom p 0.00 0.41 0.00 0.07 -chtouille chtouille nom f s 0.42 0.14 0.42 0.14 -chtourbe chtourbe nom f s 0.00 0.27 0.00 0.27 -chu choir ver m s 2.05 10.00 1.24 0.81 par:pas; -chébran chébran adj m s 0.03 0.07 0.03 0.07 -chéchia chéchia nom f s 0.27 1.28 0.27 1.08 -chéchias chéchia nom f p 0.27 1.28 0.00 0.20 -chuchota chuchoter ver 5.20 34.39 0.01 7.09 ind:pas:3s; -chuchotai chuchoter ver 5.20 34.39 0.00 1.69 ind:pas:1s; -chuchotaient chuchoter ver 5.20 34.39 0.14 2.16 ind:imp:3p; -chuchotais chuchoter ver 5.20 34.39 0.06 0.07 ind:imp:1s;ind:imp:2s; -chuchotait chuchoter ver 5.20 34.39 0.38 4.05 ind:imp:3s; -chuchotant chuchoter ver 5.20 34.39 0.06 2.23 par:pre; -chuchotante chuchotant adj f s 0.19 1.89 0.17 1.22 -chuchotantes chuchotant adj f p 0.19 1.89 0.00 0.34 -chuchotants chuchotant adj m p 0.19 1.89 0.00 0.07 -chuchote chuchoter ver 5.20 34.39 1.86 6.55 imp:pre:2s;ind:pre:1s;ind:pre:3s; -chuchotement chuchotement nom m s 1.90 8.11 0.11 4.39 -chuchotements chuchotement nom m p 1.90 8.11 1.79 3.72 -chuchotent chuchoter ver 5.20 34.39 0.39 1.62 ind:pre:3p; -chuchoter chuchoter ver 5.20 34.39 1.46 3.92 inf; -chuchoteraient chuchoter ver 5.20 34.39 0.00 0.07 cnd:pre:3p; -chuchoterais chuchoter ver 5.20 34.39 0.02 0.00 cnd:pre:1s; -chuchoterait chuchoter ver 5.20 34.39 0.00 0.14 cnd:pre:3s; -chuchoteras chuchoter ver 5.20 34.39 0.01 0.00 ind:fut:2s; -chuchoterez chuchoter ver 5.20 34.39 0.00 0.07 ind:fut:2p; -chuchoteries chuchoterie nom f p 0.00 0.07 0.00 0.07 -chuchoteur chuchoteur adj m s 0.00 0.20 0.00 0.14 -chuchoteuse chuchoteur nom f s 0.03 0.00 0.03 0.00 -chuchotez chuchoter ver 5.20 34.39 0.43 0.07 imp:pre:2p;ind:pre:2p; -chuchotions chuchoter ver 5.20 34.39 0.00 0.20 ind:imp:1p; -chuchotis chuchotis nom m 0.13 2.43 0.13 2.43 -chuchotât chuchoter ver 5.20 34.39 0.00 0.07 sub:imp:3s; -chuchotèrent chuchoter ver 5.20 34.39 0.00 0.20 ind:pas:3p; -chuchoté chuchoter ver m s 5.20 34.39 0.33 2.36 par:pas; -chuchotée chuchoter ver f s 5.20 34.39 0.03 0.54 par:pas; -chuchotées chuchoter ver f p 5.20 34.39 0.00 0.68 par:pas; -chuchotés chuchoter ver m p 5.20 34.39 0.03 0.61 par:pas; -chue choir ver f s 2.05 10.00 0.05 0.20 par:pas; -chues choir ver f p 2.05 10.00 0.00 0.07 par:pas; -chéfesse chéfesse nom f s 0.00 0.34 0.00 0.34 -chuinta chuinter ver 0.00 1.89 0.00 0.14 ind:pas:3s; -chuintaient chuinter ver 0.00 1.89 0.00 0.07 ind:imp:3p; -chuintait chuinter ver 0.00 1.89 0.00 0.34 ind:imp:3s; -chuintant chuinter ver 0.00 1.89 0.00 0.61 par:pre; -chuintante chuintant adj f s 0.01 0.81 0.01 0.27 -chuintants chuintant adj m p 0.01 0.81 0.00 0.14 -chuinte chuinter ver 0.00 1.89 0.00 0.20 ind:pre:3s; -chuintement chuintement nom m s 0.07 4.46 0.07 3.58 -chuintements chuintement nom m p 0.07 4.46 0.00 0.88 -chuinter chuinter ver 0.00 1.89 0.00 0.20 inf; -chuintèrent chuinter ver 0.00 1.89 0.00 0.14 ind:pas:3p; -chuinté chuinter ver m s 0.00 1.89 0.00 0.20 par:pas; -chélate chélate nom m s 0.01 0.00 0.01 0.00 -chélidoine chélidoine nom f s 0.00 0.20 0.00 0.14 -chélidoines chélidoine nom f p 0.00 0.20 0.00 0.07 -chulo chulo nom m s 0.34 0.00 0.34 0.00 -chéloïde chéloïde nom f s 0.03 0.00 0.03 0.00 -chum chum nom m s 0.38 0.00 0.38 0.00 -chênaie chênaie nom f s 0.06 0.61 0.04 0.47 -chênaies chênaie nom f p 0.06 0.61 0.01 0.14 -chêne_liège chêne_liège nom m s 0.00 0.95 0.00 0.14 -chêne chêne nom m s 5.17 23.51 4.25 16.49 -chéneau chéneau nom m s 0.00 0.81 0.00 0.47 -chéneaux chéneau nom m p 0.00 0.81 0.00 0.34 -chêne_liège chêne_liège nom m p 0.00 0.95 0.00 0.81 -chênes chêne nom m p 5.17 23.51 0.93 7.03 -chêneteau chêneteau nom m s 0.00 0.07 0.00 0.07 -chéquier chéquier nom m s 1.94 0.68 1.72 0.61 -chéquiers chéquier nom m p 1.94 0.68 0.22 0.07 -chéri chéri nom s 171.98 36.28 69.08 17.03 -chérie chéri nom f s 171.98 36.28 98.95 17.64 -chéries chéri nom f p 171.98 36.28 1.54 0.74 -chérif chérif nom m s 0.20 6.69 0.20 6.69 -chérifienne chérifien adj f s 0.00 0.07 0.00 0.07 -chérir chérir ver 22.66 7.03 1.49 1.15 inf; -chérirai chérir ver 22.66 7.03 0.19 0.00 ind:fut:1s; -chérirais chérir ver 22.66 7.03 0.14 0.00 cnd:pre:1s; -chérirez chérir ver 22.66 7.03 0.01 0.00 ind:fut:2p; -chérirons chérir ver 22.66 7.03 0.01 0.00 ind:fut:1p; -chéris chéri nom m p 171.98 36.28 2.41 0.88 -chérissaient chérir ver 22.66 7.03 0.03 0.27 ind:imp:3p; -chérissais chérir ver 22.66 7.03 0.07 0.20 ind:imp:1s;ind:imp:2s; -chérissait chérir ver 22.66 7.03 0.16 1.15 ind:imp:3s; -chérissant chérir ver 22.66 7.03 0.00 0.07 par:pre; -chérisse chérir ver 22.66 7.03 0.06 0.07 sub:pre:3s; -chérissent chérir ver 22.66 7.03 0.05 0.27 ind:pre:3p; -chérissez chérir ver 22.66 7.03 0.17 0.07 imp:pre:2p;ind:pre:2p; -chérissons chérir ver 22.66 7.03 0.31 0.07 imp:pre:1p;ind:pre:1p; -chérit chérir ver 22.66 7.03 0.56 0.27 ind:pre:3s;ind:pas:3s; -chérot chérot adj m s 0.02 0.14 0.02 0.14 -churrigueresque churrigueresque adj s 0.00 0.07 0.00 0.07 -churros churro nom m p 0.69 0.20 0.69 0.20 -chérubin chérubin nom m s 2.09 1.82 1.89 0.81 -chérubinique chérubinique adj f s 0.00 0.07 0.00 0.07 -chérubins chérubin nom m p 2.09 1.82 0.20 1.01 -chus choir ver m p 2.05 10.00 0.01 0.07 par:pas; -chut chut ono 29.81 6.62 29.81 6.62 -chuta chuter ver 5.50 2.77 0.02 0.07 ind:pas:3s; -chutait chuter ver 5.50 2.77 0.06 0.41 ind:imp:3s; -chutant chuter ver 5.50 2.77 0.06 0.20 par:pre; -chute chute nom f s 25.15 41.28 21.01 35.27 -chutent chuter ver 5.50 2.77 0.28 0.07 ind:pre:3p; -chuter chuter ver 5.50 2.77 0.99 1.08 inf; -chutera chuter ver 5.50 2.77 0.04 0.00 ind:fut:3s; -chuteraient chuter ver 5.50 2.77 0.11 0.07 cnd:pre:3p; -chuterait chuter ver 5.50 2.77 0.01 0.00 cnd:pre:3s; -chuterez chuter ver 5.50 2.77 0.01 0.00 ind:fut:2p; -chutes chute nom f p 25.15 41.28 4.14 6.01 -chétif chétif adj m s 0.91 7.36 0.43 3.65 -chétifs chétif adj m p 0.91 7.36 0.07 0.95 -chétive chétif adj f s 0.91 7.36 0.38 1.89 -chétivement chétivement adv 0.00 0.07 0.00 0.07 -chétives chétif adj f p 0.91 7.36 0.02 0.88 -chétivité chétivité nom f s 0.00 0.07 0.00 0.07 -chutney chutney nom m s 0.23 0.00 0.23 0.00 -chutèrent chuter ver 5.50 2.77 0.02 0.14 ind:pas:3p; -chuté chuter ver m s 5.50 2.77 1.87 0.41 par:pas; -chutée chuter ver f s 5.50 2.77 0.04 0.07 par:pas; -chyle chyle nom m s 0.00 0.14 0.00 0.14 -chypre chypre nom m s 0.00 0.14 0.00 0.14 -chypriote chypriote adj s 0.01 0.14 0.01 0.14 -ci_après ci_après adv 0.15 0.61 0.15 0.61 -ci_contre ci_contre adv 0.00 0.07 0.00 0.07 -ci_dessous ci_dessous adv 0.13 0.61 0.13 0.61 -ci_dessus ci_dessus adv 0.20 1.28 0.20 1.28 -ci_gît ci_gît adv 0.70 0.34 0.70 0.34 -ci_inclus ci_inclus adj m 0.03 0.14 0.01 0.07 -ci_inclus ci_inclus adj f s 0.03 0.14 0.01 0.07 -ci_inclus ci_inclus adj f p 0.03 0.14 0.01 0.00 -ci_joint ci_joint adj m s 0.62 1.89 0.59 1.69 -ci_joint ci_joint adj f s 0.62 1.89 0.04 0.14 -ci_joint ci_joint adj m p 0.62 1.89 0.00 0.07 -ci ci adv_sup 10.23 3.65 10.23 3.65 -ciao ciao ono 15.32 3.72 15.32 3.72 -cibiche cibiche nom f s 0.07 0.81 0.06 0.54 -cibiches cibiche nom f p 0.07 0.81 0.01 0.27 -cibiste cibiste nom m s 0.07 0.00 0.04 0.00 -cibistes cibiste nom m p 0.07 0.00 0.02 0.00 -ciblage ciblage nom m s 0.34 0.00 0.34 0.00 -ciblais cibler ver 1.90 0.81 0.01 0.07 ind:imp:1s; -ciblait cibler ver 1.90 0.81 0.04 0.14 ind:imp:3s; -cible cible nom f s 33.55 10.74 28.69 8.65 -cibler cibler ver 1.90 0.81 0.76 0.14 inf; -ciblera cibler ver 1.90 0.81 0.03 0.00 ind:fut:3s; -cibleront cibler ver 1.90 0.81 0.01 0.00 ind:fut:3p; -cibles cible nom f p 33.55 10.74 4.86 2.09 -ciblez cibler ver 1.90 0.81 0.12 0.00 imp:pre:2p;ind:pre:2p; -ciblons cibler ver 1.90 0.81 0.03 0.00 imp:pre:1p;ind:pre:1p; -ciblé cibler ver m s 1.90 0.81 0.45 0.34 par:pas; -ciblée cibler ver f s 1.90 0.81 0.15 0.00 par:pas; -ciblées cibler ver f p 1.90 0.81 0.06 0.00 par:pas; -ciblés cibler ver m p 1.90 0.81 0.25 0.14 par:pas; -ciboire ciboire nom m s 0.03 1.15 0.03 0.81 -ciboires ciboire nom m p 0.03 1.15 0.00 0.34 -ciboule ciboule nom f s 0.00 0.07 0.00 0.07 -ciboulette ciboulette nom f s 0.95 0.27 0.95 0.27 -ciboulot ciboulot nom m s 0.25 1.55 0.25 1.49 -ciboulots ciboulot nom m p 0.25 1.55 0.00 0.07 -cicatrice cicatrice nom f s 13.00 12.23 7.58 6.28 -cicatrices cicatrice nom f p 13.00 12.23 5.42 5.95 -cicatriciel cicatriciel adj m s 0.06 0.14 0.06 0.00 -cicatriciels cicatriciel adj m p 0.06 0.14 0.00 0.14 -cicatrisa cicatriser ver 2.20 2.16 0.00 0.07 ind:pas:3s; -cicatrisable cicatrisable adj s 0.00 0.07 0.00 0.07 -cicatrisait cicatriser ver 2.20 2.16 0.02 0.14 ind:imp:3s; -cicatrisante cicatrisant adj f s 0.02 0.07 0.02 0.00 -cicatrisants cicatrisant adj m p 0.02 0.07 0.00 0.07 -cicatrisation cicatrisation nom f s 0.48 0.47 0.48 0.47 -cicatrise cicatriser ver 2.20 2.16 0.39 0.20 imp:pre:2s;ind:pre:1s;ind:pre:3s; -cicatrisent cicatriser ver 2.20 2.16 0.08 0.14 ind:pre:3p; -cicatriser cicatriser ver 2.20 2.16 0.48 0.47 inf; -cicatrisera cicatriser ver 2.20 2.16 0.18 0.00 ind:fut:3s; -cicatriserait cicatriser ver 2.20 2.16 0.10 0.07 cnd:pre:3s; -cicatriseront cicatriser ver 2.20 2.16 0.13 0.07 ind:fut:3p; -cicatrisez cicatriser ver 2.20 2.16 0.11 0.00 imp:pre:2p;ind:pre:2p; -cicatrisé cicatriser ver m s 2.20 2.16 0.59 0.27 par:pas; -cicatrisée cicatriser ver f s 2.20 2.16 0.05 0.41 par:pas; -cicatrisées cicatriser ver f p 2.20 2.16 0.03 0.34 par:pas; -cicatrisés cicatriser ver m p 2.20 2.16 0.04 0.00 par:pas; -cicero cicero nom m s 0.68 0.00 0.68 0.00 -cicindèle cicindèle nom f s 0.00 0.88 0.00 0.61 -cicindèles cicindèle nom f p 0.00 0.88 0.00 0.27 -cicérone cicérone nom m s 0.22 0.34 0.22 0.27 -cicérones cicérone nom m p 0.22 0.34 0.00 0.07 -cicéronienne cicéronien adj f s 0.00 0.14 0.00 0.14 -cidre cidre nom m s 2.00 3.99 2.00 3.99 -cidrerie cidrerie nom f s 0.01 0.00 0.01 0.00 -ciel ciel nom m s 142.32 305.20 142.22 301.76 -ciels ciel nom m p 142.32 305.20 0.10 3.45 -cierge cierge nom m s 3.50 15.95 2.02 5.20 -cierges cierge nom m p 3.50 15.95 1.48 10.74 -cieux cieux nom m p 20.05 4.93 20.05 4.93 -cigale cigale nom f s 3.00 4.93 1.43 1.15 -cigales cigale nom f p 3.00 4.93 1.57 3.78 -cigalon cigalon nom m s 0.02 0.00 0.02 0.00 -cigalou cigalou nom m s 0.00 0.07 0.00 0.07 -cigare cigare nom m s 17.15 24.93 10.63 17.70 -cigares cigare nom m p 17.15 24.93 6.52 7.23 -cigarette cigarette nom f s 65.57 114.93 39.22 77.57 -cigarettes cigarette nom f p 65.57 114.93 26.35 37.36 -cigarettier cigarettier nom m s 0.01 0.00 0.01 0.00 -cigarillo cigarillo nom m s 0.13 1.08 0.13 0.68 -cigarillos cigarillo nom m p 0.13 1.08 0.00 0.41 -cigarière cigarier nom f s 0.00 0.20 0.00 0.07 -cigarières cigarier nom f p 0.00 0.20 0.00 0.14 -cigle cigler ver 0.00 0.68 0.00 0.14 ind:pre:3s; -ciglent cigler ver 0.00 0.68 0.00 0.07 ind:pre:3p; -cigler cigler ver 0.00 0.68 0.00 0.27 inf; -ciglé cigler ver m s 0.00 0.68 0.00 0.07 par:pas; -ciglées cigler ver f p 0.00 0.68 0.00 0.07 par:pas; -ciglés cigler ver m p 0.00 0.68 0.00 0.07 par:pas; -cigogne cigogne nom f s 3.22 2.50 2.21 1.35 -cigognes cigogne nom f p 3.22 2.50 1.00 1.15 -ciguë ciguë nom f s 0.20 0.88 0.20 0.68 -ciguës ciguë nom f p 0.20 0.88 0.00 0.20 -cil cil nom m s 3.57 19.26 0.77 2.16 -ciliaires ciliaire adj m p 0.00 0.07 0.00 0.07 -cilice cilice nom m s 0.16 0.27 0.16 0.27 -cilla ciller ver 0.28 4.32 0.00 0.61 ind:pas:3s; -cillaient ciller ver 0.28 4.32 0.00 0.47 ind:imp:3p; -cillait ciller ver 0.28 4.32 0.01 0.14 ind:imp:3s; -cillant ciller ver 0.28 4.32 0.00 0.20 par:pre; -cille ciller ver 0.28 4.32 0.05 0.07 ind:pre:3s; -cillement cillement nom m s 0.00 0.81 0.00 0.74 -cillements cillement nom m p 0.00 0.81 0.00 0.07 -cillent ciller ver 0.28 4.32 0.00 0.20 ind:pre:3p; -ciller ciller ver 0.28 4.32 0.04 1.82 inf; -cillerait ciller ver 0.28 4.32 0.00 0.07 cnd:pre:3s; -cillèrent ciller ver 0.28 4.32 0.00 0.27 ind:pas:3p; -cillé ciller ver m s 0.28 4.32 0.19 0.47 par:pas; -cils cil nom m p 3.57 19.26 2.80 17.09 -cimaise cimaise nom f s 0.00 0.47 0.00 0.14 -cimaises cimaise nom f p 0.00 0.47 0.00 0.34 -cimarron cimarron nom m s 0.07 0.00 0.07 0.00 -cime cime nom f s 1.77 9.73 1.08 4.46 -ciment ciment nom m s 5.75 18.85 5.60 18.78 -cimentaient cimenter ver 0.16 2.43 0.00 0.07 ind:imp:3p; -cimentait cimenter ver 0.16 2.43 0.00 0.20 ind:imp:3s; -cimentant cimenter ver 0.16 2.43 0.00 0.07 par:pre; -cimente cimenter ver 0.16 2.43 0.02 0.14 imp:pre:2s;ind:pre:3s; -cimentent cimenter ver 0.16 2.43 0.01 0.00 ind:pre:3p; -cimenter cimenter ver 0.16 2.43 0.06 0.14 inf; -cimentera cimenter ver 0.16 2.43 0.00 0.07 ind:fut:3s; -cimenterie cimenterie nom f s 0.08 0.61 0.08 0.27 -cimenteries cimenterie nom f p 0.08 0.61 0.00 0.34 -ciments ciment nom m p 5.75 18.85 0.15 0.07 -cimenté cimenter ver m s 0.16 2.43 0.04 0.47 par:pas; -cimentée cimenter ver f s 0.16 2.43 0.01 0.88 par:pas; -cimentées cimenter ver f p 0.16 2.43 0.00 0.20 par:pas; -cimentés cimenter ver m p 0.16 2.43 0.01 0.20 par:pas; -cimes cime nom f p 1.77 9.73 0.70 5.27 -cimeterre cimeterre nom m s 0.14 1.28 0.14 0.95 -cimeterres cimeterre nom m p 0.14 1.28 0.00 0.34 -cimetière cimetière nom m s 31.34 44.19 29.07 39.86 -cimetières cimetière nom m p 31.34 44.19 2.27 4.32 -cimier cimier nom m s 0.18 0.68 0.17 0.54 -cimiers cimier nom m p 0.18 0.68 0.01 0.14 -cinabre cinabre nom m s 0.00 0.14 0.00 0.14 -cinghalais cinghalais adj m s 0.00 0.20 0.00 0.14 -cinghalaises cinghalais adj f p 0.00 0.20 0.00 0.07 -cingla cingler ver 18.93 9.39 0.02 0.61 ind:pas:3s; -cinglage cinglage nom m s 0.05 0.00 0.05 0.00 -cinglaient cingler ver 18.93 9.39 0.00 0.61 ind:imp:3p; -cinglait cingler ver 18.93 9.39 0.14 1.62 ind:imp:3s; -cinglant cinglant adj m s 0.28 2.77 0.04 0.54 -cinglante cinglant adj f s 0.28 2.77 0.20 1.15 -cinglantes cinglant adj f p 0.28 2.77 0.03 0.74 -cinglants cinglant adj m p 0.28 2.77 0.00 0.34 -cingle cingler ver 18.93 9.39 0.26 1.22 ind:pre:3s; -cinglement cinglement nom m s 0.00 0.07 0.00 0.07 -cinglent cingler ver 18.93 9.39 0.00 0.27 ind:pre:3p; -cingler cingler ver 18.93 9.39 0.00 0.88 inf; -cinglions cingler ver 18.93 9.39 0.00 0.07 ind:imp:1p; -cinglons cingler ver 18.93 9.39 0.20 0.00 imp:pre:1p; -cinglèrent cingler ver 18.93 9.39 0.00 0.07 ind:pas:3p; -cinglé cingler ver m s 18.93 9.39 12.44 2.30 par:pas; -cinglée cingler ver f s 18.93 9.39 3.46 0.95 par:pas; -cinglées cinglé nom f p 12.37 5.81 0.28 0.20 -cinglés cinglé nom m p 12.37 5.81 3.49 1.69 -cinname cinname nom m s 0.00 0.07 0.00 0.07 -cinoche cinoche nom m s 1.08 6.35 1.07 6.22 -cinoches cinoche nom m p 1.08 6.35 0.01 0.14 -cinoque cinoque adj m s 0.01 0.27 0.01 0.27 -cinoques cinoque nom m p 0.00 0.14 0.00 0.14 -cinq cinq adj_num 161.96 220.61 161.96 220.61 -cinquantaine cinquantaine nom f s 1.44 9.93 1.44 9.86 -cinquantaines cinquantaine nom f p 1.44 9.93 0.00 0.07 -cinquante_cinq cinquante_cinq adj_num 0.20 2.50 0.20 2.50 -cinquante_deux cinquante_deux adj_num 0.21 1.42 0.21 1.42 -cinquante_huit cinquante_huit adj_num 0.06 0.88 0.06 0.88 -cinquante_huitième cinquante_huitième adj 0.00 0.07 0.00 0.07 -cinquante_neuf cinquante_neuf adj_num 0.03 0.34 0.03 0.34 -cinquante_neuvième cinquante_neuvième adj 0.00 0.07 0.00 0.07 -cinquante_quatre cinquante_quatre adj_num 0.13 0.68 0.13 0.68 -cinquante_sept cinquante_sept adj_num 0.08 0.95 0.08 0.95 -cinquante_septième cinquante_septième adj 0.03 0.07 0.03 0.07 -cinquante_six cinquante_six adj_num 0.18 0.68 0.18 0.68 -cinquante_sixième cinquante_sixième adj 0.00 0.14 0.00 0.14 -cinquante_trois cinquante_trois adj_num 0.15 0.81 0.15 0.81 -cinquante_troisième cinquante_troisième adj 0.00 0.14 0.00 0.14 -cinquante cinquante adj_num 9.26 61.08 9.26 61.08 -cinquantenaire cinquantenaire nom m s 0.20 0.14 0.18 0.14 -cinquantenaires cinquantenaire nom m p 0.20 0.14 0.02 0.00 -cinquantième cinquantième nom s 0.04 0.68 0.04 0.68 -cinquantièmes cinquantième adj 0.01 0.54 0.00 0.07 -cinquième cinquième adj m 6.14 11.15 6.13 11.01 -cinquièmement cinquièmement adv 0.16 0.14 0.16 0.14 -cinquièmes cinquième nom p 5.17 7.91 0.01 0.54 -cintra cintrer ver 0.07 1.49 0.00 0.68 ind:pas:3s; -cintrage cintrage nom m s 0.01 0.00 0.01 0.00 -cintrait cintrer ver 0.07 1.49 0.00 0.07 ind:imp:3s; -cintrant cintrer ver 0.07 1.49 0.00 0.07 par:pre; -cintras cintrer ver 0.07 1.49 0.00 0.07 ind:pas:2s; -cintre cintre nom m s 0.85 4.86 0.57 2.91 -cintrer cintrer ver 0.07 1.49 0.01 0.00 inf; -cintres cintre nom m p 0.85 4.86 0.28 1.96 -cintré cintrer ver m s 0.07 1.49 0.05 0.34 par:pas; -cintrée cintré adj f s 0.07 1.42 0.02 0.54 -cintrées cintré adj f p 0.07 1.42 0.00 0.27 -cintrés cintré adj m p 0.07 1.42 0.03 0.07 -ciné_club ciné_club nom m s 0.00 0.74 0.00 0.54 -ciné_club ciné_club nom m p 0.00 0.74 0.00 0.20 -ciné_roman ciné_roman nom m s 0.00 0.14 0.00 0.14 -ciné ciné nom m s 10.35 4.73 10.32 4.46 -cinéaste cinéaste nom s 3.56 1.76 2.45 1.08 -cinéastes cinéaste nom p 3.56 1.76 1.11 0.68 -cinéma_vérité cinéma_vérité nom m s 0.20 0.07 0.20 0.07 -cinéma cinéma nom m s 63.49 78.51 62.23 72.91 -cinémas cinéma nom m p 63.49 78.51 1.26 5.61 -cinémascope cinémascope nom m s 0.07 0.20 0.07 0.20 -cinémathèque cinémathèque nom f s 0.72 0.61 0.71 0.47 -cinémathèques cinémathèque nom f p 0.72 0.61 0.01 0.14 -cinématique cinématique nom f s 0.03 0.00 0.03 0.00 -cinématographe cinématographe nom m s 0.48 0.68 0.48 0.61 -cinématographes cinématographe nom m p 0.48 0.68 0.00 0.07 -cinématographie cinématographie nom f s 0.04 0.07 0.04 0.07 -cinématographique cinématographique adj s 1.42 2.23 0.85 1.49 -cinématographiquement cinématographiquement adv 0.01 0.14 0.01 0.14 -cinématographiques cinématographique adj p 1.42 2.23 0.57 0.74 -cinémomètres cinémomètre nom m p 0.00 0.07 0.00 0.07 -cinéphile cinéphile nom s 0.20 0.27 0.15 0.07 -cinéphiles cinéphile nom p 0.20 0.27 0.05 0.20 -cinéraire cinéraire adj f s 0.00 0.07 0.00 0.07 -cinéraire cinéraire nom f s 0.00 0.07 0.00 0.07 -cinérama cinérama nom m s 0.00 0.07 0.00 0.07 -cinés ciné nom m p 10.35 4.73 0.02 0.27 -cinétique cinétique adj s 0.17 0.07 0.17 0.07 -cinzano cinzano nom m s 0.50 0.88 0.50 0.88 -cipal cipal nom m s 0.01 0.14 0.01 0.14 -cipaye cipaye nom m s 0.01 0.41 0.01 0.00 -cipayes cipaye nom m p 0.01 0.41 0.00 0.41 -cipolin cipolin nom m s 0.00 0.07 0.00 0.07 -cippes cippe nom m p 0.00 0.14 0.00 0.14 -cira cirer ver 6.42 20.27 0.00 0.14 ind:pas:3s; -cirage cirage nom m s 2.08 4.39 2.08 4.39 -ciraient cirer ver 6.42 20.27 0.00 0.07 ind:imp:3p; -cirais cirer ver 6.42 20.27 0.02 0.20 ind:imp:1s;ind:imp:2s; -cirait cirer ver 6.42 20.27 0.04 0.41 ind:imp:3s; -cirant cirer ver 6.42 20.27 0.02 0.14 par:pre; -circadien circadien adj m s 0.03 0.00 0.03 0.00 -circassien circassien nom m s 0.05 0.14 0.05 0.14 -circassienne circassienne nom f s 0.14 0.20 0.14 0.14 -circassiennes circassienne nom f p 0.14 0.20 0.00 0.07 -circaète circaète nom m s 0.00 0.41 0.00 0.41 -circoncire circoncire ver 1.69 1.42 0.53 0.68 inf; -circoncis circoncire ver m 1.69 1.42 1.09 0.68 ind:pre:1s;par:pas;par:pas; -circoncise circoncire ver f s 1.69 1.42 0.03 0.00 par:pas; -circoncisent circoncire ver 1.69 1.42 0.01 0.00 ind:pre:3p; -circoncision circoncision nom f s 1.31 2.30 1.25 2.30 -circoncisions circoncision nom f p 1.31 2.30 0.06 0.00 -circoncit circoncire ver 1.69 1.42 0.03 0.07 ind:pre:3s;ind:pas:3s; -circonflexe circonflexe adj s 0.16 1.55 0.16 0.95 -circonflexes circonflexe adj m p 0.16 1.55 0.00 0.61 -circonférence circonférence nom f s 0.24 1.28 0.24 1.28 -circonlocutions circonlocution nom f p 0.00 0.88 0.00 0.88 -circonscription circonscription nom f s 0.78 0.74 0.67 0.34 -circonscriptions_clé circonscriptions_clé nom f p 0.01 0.00 0.01 0.00 -circonscriptions circonscription nom f p 0.78 0.74 0.11 0.41 -circonscrire circonscrire ver 0.13 1.35 0.05 0.27 inf; -circonscris circonscrire ver 0.13 1.35 0.00 0.07 ind:pre:1s; -circonscrit circonscrire ver m s 0.13 1.35 0.03 0.27 ind:pre:3s;par:pas; -circonscrite circonscrire ver f s 0.13 1.35 0.03 0.27 par:pas; -circonscrites circonscrire ver f p 0.13 1.35 0.00 0.07 par:pas; -circonscrits circonscrire ver m p 0.13 1.35 0.02 0.07 par:pas; -circonscrivait circonscrire ver 0.13 1.35 0.00 0.20 ind:imp:3s; -circonscrivent circonscrire ver 0.13 1.35 0.00 0.07 ind:pre:3p; -circonscrivit circonscrire ver 0.13 1.35 0.00 0.07 ind:pas:3s; -circonspect circonspect adj m s 0.21 2.91 0.04 1.96 -circonspecte circonspect adj f s 0.21 2.91 0.01 0.34 -circonspectes circonspect adj f p 0.21 2.91 0.00 0.07 -circonspection circonspection nom f s 0.04 2.70 0.04 2.64 -circonspections circonspection nom f p 0.04 2.70 0.00 0.07 -circonspects circonspect adj m p 0.21 2.91 0.16 0.54 -circonstance circonstance nom f s 21.80 58.24 2.48 16.01 -circonstances circonstance nom f p 21.80 58.24 19.32 42.23 -circonstancia circonstancier ver 0.00 0.41 0.00 0.14 ind:pas:3s; -circonstanciel circonstanciel adj m s 0.11 0.07 0.05 0.00 -circonstancielle circonstanciel adj f s 0.11 0.07 0.05 0.00 -circonstanciels circonstanciel adj m p 0.11 0.07 0.00 0.07 -circonstancié circonstancié adj m s 0.03 0.47 0.03 0.14 -circonstanciée circonstancier ver f s 0.00 0.41 0.00 0.07 par:pas; -circonstanciées circonstancié adj f p 0.03 0.47 0.00 0.07 -circonstanciés circonstancié adj m p 0.03 0.47 0.00 0.27 -circonvallation circonvallation nom f s 0.00 0.14 0.00 0.07 -circonvallations circonvallation nom f p 0.00 0.14 0.00 0.07 -circonvenant circonvenir ver 0.09 0.95 0.01 0.00 par:pre; -circonvenir circonvenir ver 0.09 0.95 0.05 0.47 inf; -circonvenu circonvenir ver m s 0.09 0.95 0.01 0.41 par:pas; -circonvenue circonvenir ver f s 0.09 0.95 0.01 0.07 par:pas; -circonvient circonvenir ver 0.09 0.95 0.01 0.00 ind:pre:3s; -circonvolution circonvolution nom f s 0.05 1.08 0.03 0.20 -circonvolutions circonvolution nom f p 0.05 1.08 0.02 0.88 -circuit circuit nom m s 10.23 9.59 7.00 7.77 -circuits circuit nom m p 10.23 9.59 3.24 1.82 -circula circuler ver 15.19 25.81 0.01 0.54 ind:pas:3s; -circulaient circuler ver 15.19 25.81 0.29 3.92 ind:imp:3p; -circulaire circulaire adj s 1.48 9.73 1.35 8.24 -circulairement circulairement adv 0.00 0.07 0.00 0.07 -circulaires circulaire adj p 1.48 9.73 0.14 1.49 -circulais circuler ver 15.19 25.81 0.01 0.34 ind:imp:1s; -circulait circuler ver 15.19 25.81 0.29 4.59 ind:imp:3s; -circulant circuler ver 15.19 25.81 0.06 0.95 par:pre; -circularité circularité nom f s 0.00 0.14 0.00 0.14 -circulation circulation nom f s 10.78 14.46 10.78 14.32 -circulations circulation nom f p 10.78 14.46 0.00 0.14 -circulatoire circulatoire adj s 0.51 0.20 0.28 0.00 -circulatoires circulatoire adj m p 0.51 0.20 0.23 0.20 -circule circuler ver 15.19 25.81 3.56 4.93 imp:pre:2s;ind:pre:1s;ind:pre:3s; -circulent circuler ver 15.19 25.81 1.73 2.30 ind:pre:3p; -circuler circuler ver 15.19 25.81 4.04 6.42 inf; -circulera circuler ver 15.19 25.81 0.24 0.00 ind:fut:3s; -circuleraient circuler ver 15.19 25.81 0.02 0.07 cnd:pre:3p; -circulerait circuler ver 15.19 25.81 0.02 0.14 cnd:pre:3s; -circuleront circuler ver 15.19 25.81 0.01 0.07 ind:fut:3p; -circules circuler ver 15.19 25.81 0.01 0.07 ind:pre:2s; -circulez circuler ver 15.19 25.81 4.63 0.74 imp:pre:2p;ind:pre:2p; -circulions circuler ver 15.19 25.81 0.00 0.07 ind:imp:1p; -circulons circuler ver 15.19 25.81 0.06 0.00 imp:pre:1p;ind:pre:1p; -circulèrent circuler ver 15.19 25.81 0.00 0.07 ind:pas:3p; -circulé circuler ver m s 15.19 25.81 0.21 0.61 par:pas; -circumnavigation circumnavigation nom f s 0.14 0.27 0.14 0.27 -cire cire nom f s 5.59 15.88 5.49 15.41 -cirent cirer ver 6.42 20.27 0.25 0.00 ind:pre:3p; -cirer cirer ver 6.42 20.27 3.29 3.24 inf; -cirerais cirer ver 6.42 20.27 0.00 0.07 cnd:pre:1s; -cirerait cirer ver 6.42 20.27 0.00 0.07 cnd:pre:3s; -cires cire nom f p 5.59 15.88 0.10 0.47 -cireur cireur nom m s 0.45 1.22 0.36 0.74 -cireurs cireur nom m p 0.45 1.22 0.01 0.34 -cireuse cireur nom f s 0.45 1.22 0.08 0.14 -cireuses cireux adj f p 0.15 2.50 0.04 0.41 -cireux cireux adj m 0.15 2.50 0.06 1.42 -cirez cirer ver 6.42 20.27 0.14 0.07 imp:pre:2p;ind:pre:2p; -cirions cirer ver 6.42 20.27 0.00 0.07 ind:imp:1p; -ciron ciron nom m s 0.00 0.14 0.00 0.07 -cirons cirer ver 6.42 20.27 0.00 0.07 imp:pre:1p; -cirque cirque nom m s 23.25 19.53 22.95 18.38 -cirques cirque nom m p 23.25 19.53 0.30 1.15 -cirrhose cirrhose nom f s 0.90 0.27 0.90 0.27 -cirrhotique cirrhotique adj s 0.01 0.07 0.01 0.07 -cirrus cirrus nom m 0.04 0.14 0.04 0.14 -cirses cirse nom m p 0.00 0.07 0.00 0.07 -ciré ciré adj m s 0.36 5.27 0.35 3.58 -cirée cirer ver f s 6.42 20.27 0.14 12.16 par:pas; -cirées cirer ver f p 6.42 20.27 1.28 1.62 par:pas; -cirés ciré nom m p 0.69 2.70 0.46 0.61 -cis cis adj m 0.03 0.00 0.03 0.00 -cisailla cisailler ver 0.11 2.57 0.00 0.20 ind:pas:3s; -cisaillage cisaillage nom m s 0.00 0.07 0.00 0.07 -cisaillaient cisailler ver 0.11 2.57 0.00 0.34 ind:imp:3p; -cisaillait cisailler ver 0.11 2.57 0.00 0.20 ind:imp:3s; -cisaillant cisailler ver 0.11 2.57 0.00 0.20 par:pre; -cisaille cisaille nom f s 1.60 0.95 0.36 0.74 -cisaillement cisaillement nom m s 0.05 0.14 0.05 0.14 -cisaillent cisailler ver 0.11 2.57 0.01 0.07 ind:pre:3p; -cisailler cisailler ver 0.11 2.57 0.05 0.68 inf; -cisailles cisaille nom f p 1.60 0.95 1.24 0.20 -cisaillèrent cisailler ver 0.11 2.57 0.00 0.07 ind:pas:3p; -cisaillé cisailler ver m s 0.11 2.57 0.01 0.41 par:pas; -cisaillée cisailler ver f s 0.11 2.57 0.00 0.07 par:pas; -cisaillées cisailler ver f p 0.11 2.57 0.00 0.07 par:pas; -cisaillés cisailler ver m p 0.11 2.57 0.00 0.07 par:pas; -ciseau ciseau nom m s 8.72 13.85 0.86 2.84 -ciseaux ciseau nom m p 8.72 13.85 7.86 11.01 -ciselaient ciseler ver 0.23 2.03 0.00 0.07 ind:imp:3p; -ciselait ciseler ver 0.23 2.03 0.01 0.14 ind:imp:3s; -ciseler ciseler ver 0.23 2.03 0.01 0.20 inf; -ciselet ciselet nom m s 0.00 0.07 0.00 0.07 -ciseleurs ciseleur nom m p 0.00 0.07 0.00 0.07 -ciselions ciseler ver 0.23 2.03 0.01 0.00 ind:imp:1p; -ciselé ciselé adj m s 0.07 2.43 0.02 1.15 -ciselée ciselé adj f s 0.07 2.43 0.05 0.27 -ciselées ciselé adj f p 0.07 2.43 0.00 0.61 -ciselure ciselure nom f s 0.00 0.27 0.00 0.07 -ciselures ciselure nom f p 0.00 0.27 0.00 0.20 -ciselés ciseler ver m p 0.23 2.03 0.14 0.07 par:pas; -ciste ciste nom s 0.02 0.34 0.01 0.00 -cistercien cistercien adj m s 0.01 0.34 0.00 0.07 -cistercienne cistercien adj f s 0.01 0.34 0.00 0.20 -cisterciennes cistercien nom f p 0.01 0.07 0.00 0.07 -cisterciens cistercien adj m p 0.01 0.34 0.01 0.07 -cistes ciste nom p 0.02 0.34 0.01 0.34 -cisèle ciseler ver 0.23 2.03 0.01 0.20 ind:pre:3s; -cita citer ver 17.51 27.09 0.00 0.88 ind:pas:3s; -citadelle citadelle nom f s 0.98 6.42 0.98 5.54 -citadelles citadelle nom f p 0.98 6.42 0.00 0.88 -citadin citadin nom m s 1.25 3.72 0.56 0.54 -citadine citadin nom f s 1.25 3.72 0.10 0.27 -citadines citadin adj f p 0.42 2.03 0.11 0.54 -citadins citadin nom m p 1.25 3.72 0.55 2.84 -citai citer ver 17.51 27.09 0.00 0.68 ind:pas:1s; -citaient citer ver 17.51 27.09 0.02 0.34 ind:imp:3p; -citais citer ver 17.51 27.09 0.19 0.47 ind:imp:1s;ind:imp:2s; -citait citer ver 17.51 27.09 0.15 3.18 ind:imp:3s; -citant citer ver 17.51 27.09 0.46 1.69 par:pre; -citation citation nom f s 5.01 8.11 3.51 4.19 -citations citation nom f p 5.01 8.11 1.50 3.92 -cite citer ver 17.51 27.09 5.61 4.80 imp:pre:2s;ind:pre:1s;ind:pre:3s; -citent citer ver 17.51 27.09 0.10 0.34 ind:pre:3p; -citer citer ver 17.51 27.09 4.38 7.16 inf;; -citera citer ver 17.51 27.09 0.11 0.14 ind:fut:3s; -citerai citer ver 17.51 27.09 0.35 0.68 ind:fut:1s; -citerais citer ver 17.51 27.09 0.03 0.14 cnd:pre:1s;cnd:pre:2s; -citerait citer ver 17.51 27.09 0.00 0.14 cnd:pre:3s; -citeras citer ver 17.51 27.09 0.02 0.00 ind:fut:2s; -citerne citerne nom f s 4.19 2.09 3.74 1.28 -citernes citerne nom f p 4.19 2.09 0.45 0.81 -cites citer ver 17.51 27.09 0.63 0.27 ind:pre:2s;sub:pre:2s; -citez citer ver 17.51 27.09 1.37 0.68 imp:pre:2p;ind:pre:2p; -cithare cithare nom f s 0.34 0.95 0.34 0.54 -cithares cithare nom f p 0.34 0.95 0.00 0.41 -citiez citer ver 17.51 27.09 0.04 0.07 ind:imp:2p; -citions citer ver 17.51 27.09 0.01 0.07 ind:imp:1p; -citizen_band citizen_band nom f s 0.01 0.00 0.01 0.00 -citons citer ver 17.51 27.09 0.20 0.20 imp:pre:1p;ind:pre:1p; -citât citer ver 17.51 27.09 0.00 0.14 sub:imp:3s; -citoyen citoyen nom m s 29.01 14.73 11.61 5.20 -citoyenne citoyen nom f s 29.01 14.73 1.56 0.61 -citoyennes citoyenne nom f p 0.59 0.00 0.59 0.00 -citoyenneté citoyenneté nom f s 1.13 0.34 1.13 0.34 -citoyens citoyen nom m p 29.01 14.73 15.83 8.65 -citrate citrate nom m s 0.20 0.00 0.20 0.00 -citrine citrine nom f s 0.06 0.07 0.06 0.07 -citrique citrique adj s 0.07 0.14 0.07 0.14 -citron citron nom m s 10.92 10.81 8.10 9.05 -citronnade citronnade nom f s 0.58 1.01 0.56 0.95 -citronnades citronnade nom f p 0.58 1.01 0.02 0.07 -citronnelle citronnelle nom f s 0.46 0.88 0.46 0.81 -citronnelles citronnelle nom f p 0.46 0.88 0.00 0.07 -citronnez citronner ver 0.01 0.07 0.00 0.07 imp:pre:2p; -citronnier citronnier nom m s 0.21 1.49 0.04 0.41 -citronniers citronnier nom m p 0.21 1.49 0.17 1.08 -citronné citronné adj m s 0.06 0.07 0.03 0.07 -citronnée citronné adj f s 0.06 0.07 0.03 0.00 -citrons citron nom m p 10.92 10.81 2.82 1.76 -citrouille citrouille nom f s 1.88 2.91 1.56 2.43 -citrouilles citrouille nom f p 1.88 2.91 0.32 0.47 -citrus citrus nom m 0.17 0.00 0.17 0.00 -citèrent citer ver 17.51 27.09 0.01 0.07 ind:pas:3p; -cité_dortoir cité_dortoir nom f s 0.00 0.27 0.00 0.14 -cité_jardin cité_jardin nom f s 0.00 0.20 0.00 0.20 -cité cité nom f s 16.11 23.99 14.55 20.68 -citée citer ver f s 17.51 27.09 0.53 0.68 par:pas; -citées citer ver f p 17.51 27.09 0.03 0.14 par:pas; -citérieure citérieur adj f s 0.00 0.07 0.00 0.07 -cité_dortoir cité_dortoir nom f p 0.00 0.27 0.00 0.14 -cités cité nom f p 16.11 23.99 1.56 3.31 -city city nom f s 0.54 0.27 0.54 0.27 -civadière civadière nom f s 0.01 0.00 0.01 0.00 -civelles civelle nom f p 0.30 0.27 0.30 0.27 -civelots civelot nom m p 0.00 0.14 0.00 0.14 -civet civet nom m s 0.88 2.43 0.78 2.36 -civets civet nom m p 0.88 2.43 0.10 0.07 -civette civette nom f s 0.15 0.54 0.15 0.54 -civil civil adj m s 20.46 28.51 5.92 9.46 -civile civil adj f s 20.46 28.51 9.76 10.61 -civilement civilement adv 0.04 0.74 0.04 0.74 -civiles civil adj f p 20.46 28.51 1.42 3.04 -civilisateur civilisateur adj m s 0.10 0.34 0.00 0.14 -civilisation civilisation nom f s 12.43 19.32 10.48 16.62 -civilisations civilisation nom f p 12.43 19.32 1.94 2.70 -civilisatrice civilisateur adj f s 0.10 0.34 0.10 0.20 -civilise civiliser ver 2.17 1.08 0.02 0.07 ind:pre:3s; -civiliser civiliser ver 2.17 1.08 0.34 0.20 inf; -civilises civiliser ver 2.17 1.08 0.00 0.07 ind:pre:2s; -civilisé civilisé adj m s 5.64 3.78 2.88 1.96 -civilisée civilisé adj f s 5.64 3.78 1.11 0.47 -civilisées civilisé adj f p 5.64 3.78 0.35 0.27 -civilisés civilisé adj m p 5.64 3.78 1.31 1.08 -civilité civilité nom f s 1.48 1.42 0.90 1.01 -civilités civilité nom f p 1.48 1.42 0.58 0.41 -civils civil nom m p 14.23 13.99 8.00 5.54 -civique civique adj s 2.97 1.82 1.37 1.35 -civiques civique adj p 2.97 1.82 1.60 0.47 -civisme civisme nom m s 0.26 0.54 0.26 0.54 -civière civière nom f s 2.42 4.46 1.97 4.12 -civières civière nom f p 2.42 4.46 0.45 0.34 -clôt clore ver 7.75 31.28 0.23 1.55 ind:pre:3s; -clôtura clôturer ver 1.12 1.82 0.02 0.07 ind:pas:3s; -clôturai clôturer ver 1.12 1.82 0.00 0.20 ind:pas:1s; -clôturaient clôturer ver 1.12 1.82 0.00 0.20 ind:imp:3p; -clôturait clôturer ver 1.12 1.82 0.00 0.20 ind:imp:3s; -clôture clôture nom f s 6.00 10.68 5.34 7.84 -clôturent clôturer ver 1.12 1.82 0.00 0.07 ind:pre:3p; -clôturer clôturer ver 1.12 1.82 0.55 0.27 inf; -clôturera clôturer ver 1.12 1.82 0.02 0.00 ind:fut:3s; -clôtures clôture nom f p 6.00 10.68 0.66 2.84 -clôturé clôturer ver m s 1.12 1.82 0.30 0.34 par:pas; -clôturée clôturer ver f s 1.12 1.82 0.03 0.07 par:pas; -clabaudage clabaudage nom m s 0.02 0.07 0.01 0.00 -clabaudages clabaudage nom m p 0.02 0.07 0.01 0.07 -clabaudaient clabauder ver 0.01 0.34 0.00 0.14 ind:imp:3p; -clabaudent clabauder ver 0.01 0.34 0.00 0.07 ind:pre:3p; -clabauder clabauder ver 0.01 0.34 0.01 0.07 inf; -clabauderies clabauderie nom f p 0.00 0.07 0.00 0.07 -clabaudé clabauder ver m s 0.01 0.34 0.00 0.07 par:pas; -clabote claboter ver 0.01 0.47 0.00 0.14 ind:pre:1s;ind:pre:3s; -clabotent claboter ver 0.01 0.47 0.00 0.07 ind:pre:3p; -claboter claboter ver 0.01 0.47 0.00 0.14 inf; -claboté claboter ver m s 0.01 0.47 0.01 0.14 par:pas; -clac clac ono 0.29 3.72 0.29 3.72 -clafouti clafouti nom m s 0.00 0.07 0.00 0.07 -clafoutis clafoutis nom m 0.05 0.54 0.05 0.54 -claie claie nom f s 0.01 2.43 0.01 1.01 -claies claie nom f p 0.01 2.43 0.00 1.42 -claim claim nom m s 0.08 0.00 0.08 0.00 -clair_obscur clair_obscur nom m s 0.02 1.96 0.02 1.62 -clair clair adj m s 122.69 156.69 88.54 91.01 -claire_voie claire_voie nom f s 0.01 2.43 0.01 1.96 -claire clair adj f s 122.69 156.69 21.21 38.04 -clairement clairement adv 18.75 18.18 18.75 18.18 -claire_voie claire_voie nom f p 0.01 2.43 0.00 0.47 -claires clair adj f p 122.69 156.69 7.05 12.91 -clairet clairet nom m s 0.02 0.00 0.02 0.00 -clairette clairet adj f s 0.00 0.88 0.00 0.88 -clairière clairière nom f s 1.84 17.77 1.72 14.59 -clairières clairière nom f p 1.84 17.77 0.12 3.18 -clairon clairon nom m s 2.19 5.61 2.03 4.32 -claironna claironner ver 0.91 3.24 0.00 0.68 ind:pas:3s; -claironnait claironner ver 0.91 3.24 0.00 0.54 ind:imp:3s; -claironnant claironner ver 0.91 3.24 0.01 0.61 par:pre; -claironnante claironnant adj f s 0.00 1.08 0.00 0.74 -claironnantes claironnant adj f p 0.00 1.08 0.00 0.07 -claironnants claironnant adj m p 0.00 1.08 0.00 0.20 -claironne claironner ver 0.91 3.24 0.42 0.41 ind:pre:1s;ind:pre:3s; -claironnent claironner ver 0.91 3.24 0.27 0.07 ind:pre:3p; -claironner claironner ver 0.91 3.24 0.20 0.61 inf; -claironnions claironner ver 0.91 3.24 0.00 0.07 ind:imp:1p; -claironné claironner ver m s 0.91 3.24 0.01 0.27 par:pas; -clairons clairon nom m p 2.19 5.61 0.16 1.28 -clair_obscur clair_obscur nom m p 0.02 1.96 0.00 0.34 -clairs clair adj m p 122.69 156.69 5.89 14.73 -clairsemaient clairsemer ver 0.04 1.49 0.00 0.14 ind:imp:3p; -clairsemait clairsemer ver 0.04 1.49 0.00 0.07 ind:imp:3s; -clairsemant clairsemer ver 0.04 1.49 0.00 0.07 par:pre; -clairsemé clairsemé adj m s 0.27 3.18 0.01 0.54 -clairsemée clairsemer ver f s 0.04 1.49 0.01 0.41 par:pas; -clairsemées clairsemer ver f p 0.04 1.49 0.01 0.27 par:pas; -clairsemés clairsemé adj m p 0.27 3.18 0.26 1.22 -clairvoyance clairvoyance nom f s 0.67 1.89 0.67 1.82 -clairvoyances clairvoyance nom f p 0.67 1.89 0.00 0.07 -clairvoyant clairvoyant adj m s 0.96 1.69 0.53 1.01 -clairvoyante clairvoyant adj f s 0.96 1.69 0.22 0.47 -clairvoyants clairvoyant adj m p 0.96 1.69 0.22 0.20 -clam clam nom m s 0.34 0.20 0.06 0.07 -clama clamer ver 2.61 7.30 0.00 1.15 ind:pas:3s; -clamai clamer ver 2.61 7.30 0.00 0.07 ind:pas:1s; -clamaient clamer ver 2.61 7.30 0.01 0.61 ind:imp:3p; -clamait clamer ver 2.61 7.30 0.11 1.15 ind:imp:3s; -clamant clamer ver 2.61 7.30 0.39 0.88 par:pre; -clame clamer ver 2.61 7.30 0.67 1.82 imp:pre:2s;ind:pre:1s;ind:pre:3s; -clamecer clamecer ver 0.00 0.20 0.00 0.07 inf; -clamecé clamecer ver m s 0.00 0.20 0.00 0.07 par:pas; -clamecée clamecer ver f s 0.00 0.20 0.00 0.07 par:pas; -clament clamer ver 2.61 7.30 0.32 0.34 ind:pre:3p; -clamer clamer ver 2.61 7.30 0.71 0.61 inf; -clameraient clamer ver 2.61 7.30 0.00 0.07 cnd:pre:3p; -clameur clameur nom f s 0.90 9.73 0.73 5.61 -clameurs clameur nom f p 0.90 9.73 0.16 4.12 -clamez clamer ver 2.61 7.30 0.14 0.00 imp:pre:2p;ind:pre:2p; -clamions clamer ver 2.61 7.30 0.00 0.07 ind:imp:1p; -clamp clamp nom m s 1.09 0.00 0.97 0.00 -clampe clamper ver 0.41 0.00 0.09 0.00 ind:pre:1s;ind:pre:3s; -clamper clamper ver 0.41 0.00 0.14 0.00 inf; -clampin clampin nom m s 0.03 0.34 0.02 0.20 -clampins clampin nom m p 0.03 0.34 0.01 0.14 -clamps clamp nom m p 1.09 0.00 0.12 0.00 -clampé clamper ver m s 0.41 0.00 0.17 0.00 par:pas; -clams clam nom m p 0.34 0.20 0.28 0.14 -clamse clamser ver 0.97 1.69 0.26 0.07 ind:pre:3s; -clamser clamser ver 0.97 1.69 0.29 0.74 inf; -clamserai clamser ver 0.97 1.69 0.01 0.20 ind:fut:1s; -clamserait clamser ver 0.97 1.69 0.01 0.14 cnd:pre:3s; -clamsé clamser ver m s 0.97 1.69 0.37 0.20 par:pas; -clamsée clamser ver f s 0.97 1.69 0.01 0.27 par:pas; -clamsés clamser ver m p 0.97 1.69 0.01 0.07 par:pas; -clamèrent clamer ver 2.61 7.30 0.01 0.07 ind:pas:3p; -clamé clamer ver m s 2.61 7.30 0.12 0.34 par:pas; -clamée clamer ver f s 2.61 7.30 0.14 0.07 par:pas; -clamés clamer ver m p 2.61 7.30 0.00 0.07 par:pas; -clan clan nom m s 8.83 16.42 7.61 13.51 -clandestin clandestin adj m s 6.78 17.64 2.79 5.07 -clandestine clandestin adj f s 6.78 17.64 1.93 6.22 -clandestinement clandestinement adv 1.48 2.84 1.48 2.84 -clandestines clandestin nom f p 2.86 1.76 0.83 0.07 -clandestinité clandestinité nom f s 0.48 4.80 0.48 4.73 -clandestinités clandestinité nom f p 0.48 4.80 0.00 0.07 -clandestins clandestin adj m p 6.78 17.64 1.46 3.58 -clandé clandé nom m s 0.19 1.35 0.04 1.28 -clandés clandé nom m p 0.19 1.35 0.16 0.07 -clans clan nom m p 8.83 16.42 1.22 2.91 -clap clap nom m s 1.43 0.54 1.43 0.54 -clapant claper ver 0.00 2.30 0.00 0.47 par:pre; -clape claper ver 0.00 2.30 0.00 0.54 imp:pre:2s;ind:pre:1s;ind:pre:3s; -clapent claper ver 0.00 2.30 0.00 0.14 ind:pre:3p; -claper claper ver 0.00 2.30 0.00 0.61 inf; -claperai claper ver 0.00 2.30 0.00 0.07 ind:fut:1s; -clapes claper ver 0.00 2.30 0.00 0.07 ind:pre:2s; -clapet clapet nom m s 1.15 1.15 0.98 0.68 -clapets clapet nom m p 1.15 1.15 0.17 0.47 -clapette clapette nom f s 0.00 0.07 0.00 0.07 -clapier clapier nom m s 0.30 2.84 0.28 1.42 -clapiers clapier nom m p 0.30 2.84 0.02 1.42 -clapir clapir ver 0.00 0.14 0.00 0.07 inf; -clapit clapir ver 0.00 0.14 0.00 0.07 ind:pre:3s; -clapot clapot nom m s 0.16 0.47 0.16 0.47 -clapota clapoter ver 0.09 3.24 0.00 0.14 ind:pas:3s; -clapotaient clapoter ver 0.09 3.24 0.00 0.27 ind:imp:3p; -clapotait clapoter ver 0.09 3.24 0.01 1.01 ind:imp:3s; -clapotant clapotant adj m s 0.00 1.22 0.00 0.47 -clapotante clapotant adj f s 0.00 1.22 0.00 0.54 -clapotantes clapotant adj f p 0.00 1.22 0.00 0.20 -clapote clapoter ver 0.09 3.24 0.03 0.41 imp:pre:2s;ind:pre:3s; -clapotement clapotement nom m s 0.00 1.08 0.00 0.68 -clapotements clapotement nom m p 0.00 1.08 0.00 0.41 -clapotent clapoter ver 0.09 3.24 0.01 0.34 ind:pre:3p; -clapoter clapoter ver 0.09 3.24 0.04 0.74 inf; -clapoterait clapoter ver 0.09 3.24 0.00 0.07 cnd:pre:3s; -clapotis clapotis nom m 0.30 5.41 0.30 5.41 -clappait clapper ver 0.03 0.41 0.00 0.07 ind:imp:3s; -clappant clapper ver 0.03 0.41 0.00 0.20 par:pre; -clappe clapper ver 0.03 0.41 0.00 0.14 ind:pre:3s; -clappement clappement nom m s 0.01 0.54 0.00 0.27 -clappements clappement nom m p 0.01 0.54 0.01 0.27 -clapper clapper ver 0.03 0.41 0.03 0.00 inf; -clapé claper ver m s 0.00 2.30 0.00 0.41 par:pas; -claqua claquer ver 15.13 74.19 0.00 7.23 ind:pas:3s; -claquage claquage nom m s 0.10 0.07 0.10 0.07 -claquai claquer ver 15.13 74.19 0.00 0.14 ind:pas:1s; -claquaient claquer ver 15.13 74.19 0.07 4.39 ind:imp:3p; -claquais claquer ver 15.13 74.19 0.05 0.34 ind:imp:1s;ind:imp:2s; -claquait claquer ver 15.13 74.19 0.15 4.12 ind:imp:3s; -claquant claquer ver 15.13 74.19 0.65 9.19 par:pre; -claquante claquant adj f s 0.14 1.42 0.00 0.14 -claquantes claquant adj f p 0.14 1.42 0.00 0.14 -claquants claquant adj m p 0.14 1.42 0.00 0.20 -claque_merde claque_merde nom m s 0.19 0.27 0.19 0.27 -claque claque nom s 6.88 14.26 5.19 8.65 -claquedents claquedent nom m p 0.00 0.07 0.00 0.07 -claquement claquement nom m s 0.96 14.73 0.71 9.46 -claquements claquement nom m p 0.96 14.73 0.25 5.27 -claquemurait claquemurer ver 0.14 1.28 0.00 0.14 ind:imp:3s; -claquemurant claquemurer ver 0.14 1.28 0.14 0.00 par:pre; -claquemurer claquemurer ver 0.14 1.28 0.00 0.07 inf; -claquemures claquemurer ver 0.14 1.28 0.00 0.07 ind:pre:2s; -claquemuré claquemurer ver m s 0.14 1.28 0.01 0.41 par:pas; -claquemurée claquemurer ver f s 0.14 1.28 0.00 0.34 par:pas; -claquemurées claquemurer ver f p 0.14 1.28 0.00 0.20 par:pas; -claquemurés claquemurer ver m p 0.14 1.28 0.00 0.07 par:pas; -claquent claquer ver 15.13 74.19 0.28 5.14 ind:pre:3p; -claquer claquer ver 15.13 74.19 4.50 19.59 inf; -claquera claquer ver 15.13 74.19 0.19 0.20 ind:fut:3s; -claquerai claquer ver 15.13 74.19 0.15 0.07 ind:fut:1s; -claqueraient claquer ver 15.13 74.19 0.00 0.20 cnd:pre:3p; -claquerais claquer ver 15.13 74.19 0.03 0.00 cnd:pre:1s;cnd:pre:2s; -claquerait claquer ver 15.13 74.19 0.25 0.34 cnd:pre:3s; -claqueriez claquer ver 15.13 74.19 0.01 0.00 cnd:pre:2p; -claqueront claquer ver 15.13 74.19 0.01 0.00 ind:fut:3p; -claques claque nom p 6.88 14.26 1.69 5.61 -claquet claquet nom m s 0.02 0.00 0.02 0.00 -claquette claquette nom f s 1.71 1.22 0.10 0.07 -claquettes claquette nom f p 1.71 1.22 1.61 1.15 -claquetèrent claqueter ver 0.00 0.07 0.00 0.07 ind:pas:3p; -claqueurs claqueur nom m p 0.00 0.07 0.00 0.07 -claquez claquer ver 15.13 74.19 0.46 0.07 imp:pre:2p;ind:pre:2p; -claquions claquer ver 15.13 74.19 0.00 0.07 ind:imp:1p; -claquoirs claquoir nom m p 0.01 0.14 0.01 0.14 -claquons claquer ver 15.13 74.19 0.02 0.00 imp:pre:1p; -claquât claquer ver 15.13 74.19 0.00 0.07 sub:imp:3s; -claquèrent claquer ver 15.13 74.19 0.00 1.35 ind:pas:3p; -claqué claquer ver m s 15.13 74.19 2.56 7.30 par:pas; -claquée claquer ver f s 15.13 74.19 0.55 1.15 par:pas; -claquées claquer ver f p 15.13 74.19 0.11 1.15 par:pas; -claqués claquer ver m p 15.13 74.19 0.10 0.27 par:pas; -clarifia clarifier ver 3.64 0.74 0.00 0.14 ind:pas:3s; -clarifiant clarifier ver 3.64 0.74 0.01 0.00 par:pre; -clarification clarification nom f s 0.07 0.07 0.07 0.07 -clarifie clarifier ver 3.64 0.74 0.22 0.14 imp:pre:2s;ind:pre:1s;ind:pre:3s; -clarifier clarifier ver 3.64 0.74 2.79 0.27 inf; -clarifions clarifier ver 3.64 0.74 0.26 0.00 imp:pre:1p; -clarifié clarifier ver m s 3.64 0.74 0.33 0.20 par:pas; -clarifiée clarifier ver f s 3.64 0.74 0.02 0.00 par:pas; -clarine clarine nom f s 0.40 0.54 0.40 0.07 -clarines clarine nom f p 0.40 0.54 0.00 0.47 -clarinette clarinette nom f s 2.21 3.58 2.20 3.11 -clarinettes clarinette nom f p 2.21 3.58 0.01 0.47 -clarinettiste clarinettiste nom s 0.23 0.20 0.23 0.20 -clarisse clarisse nom f s 0.33 0.41 0.06 0.00 -clarisses clarisse nom f p 0.33 0.41 0.27 0.41 -clarissimes clarissime nom m p 0.00 0.14 0.00 0.14 -clarté clarté nom f s 4.62 30.68 4.48 28.24 -clartés clarté nom f p 4.62 30.68 0.14 2.43 -clash clash nom m s 1.70 1.55 1.70 1.55 -class class adj 0.51 1.08 0.51 1.08 -classa classer ver 12.11 12.70 0.02 0.27 ind:pas:3s; -classable classable adj s 0.14 0.00 0.14 0.00 -classaient classer ver 12.11 12.70 0.03 0.20 ind:imp:3p; -classais classer ver 12.11 12.70 0.27 0.41 ind:imp:1s;ind:imp:2s; -classait classer ver 12.11 12.70 0.04 1.01 ind:imp:3s; -classant classer ver 12.11 12.70 0.04 0.47 par:pre; -classe classe nom f s 78.99 108.92 70.46 90.74 -classement classement nom m s 2.65 2.09 2.34 1.76 -classements classement nom m p 2.65 2.09 0.31 0.34 -classent classer ver 12.11 12.70 0.05 0.14 ind:pre:3p; -classer classer ver 12.11 12.70 2.02 2.84 inf; -classera classer ver 12.11 12.70 0.03 0.07 ind:fut:3s; -classerai classer ver 12.11 12.70 0.02 0.00 ind:fut:1s; -classeraient classer ver 12.11 12.70 0.00 0.07 cnd:pre:3p; -classerais classer ver 12.11 12.70 0.05 0.07 cnd:pre:1s;cnd:pre:2s; -classerait classer ver 12.11 12.70 0.03 0.14 cnd:pre:3s; -classeras classer ver 12.11 12.70 0.01 0.00 ind:fut:2s; -classes classe nom f p 78.99 108.92 8.53 18.18 -classeur classeur nom m s 0.69 3.38 0.56 1.35 -classeurs classeur nom m p 0.69 3.38 0.13 2.03 -classez classer ver 12.11 12.70 0.34 0.07 imp:pre:2p;ind:pre:2p; -classicisme classicisme nom m s 0.04 0.34 0.04 0.34 -classico classico adv 0.01 0.00 0.01 0.00 -classieuse classieux adj f s 0.28 0.00 0.13 0.00 -classieux classieux adj m 0.28 0.00 0.14 0.00 -classiez classer ver 12.11 12.70 0.01 0.00 sub:pre:2p; -classifiables classifiable adj p 0.00 0.07 0.00 0.07 -classificateur classificateur adj m s 0.00 0.20 0.00 0.14 -classification classification nom f s 0.59 1.08 0.57 0.95 -classifications classification nom f p 0.59 1.08 0.02 0.14 -classificatrice classificateur adj f s 0.00 0.20 0.00 0.07 -classifient classifier ver 0.53 0.20 0.00 0.07 ind:pre:3p; -classifier classifier ver 0.53 0.20 0.23 0.14 inf; -classifierais classifier ver 0.53 0.20 0.01 0.00 cnd:pre:2s; -classifié classifier ver m s 0.53 0.20 0.23 0.00 par:pas; -classifiées classifier ver f p 0.53 0.20 0.06 0.00 par:pas; -classique classique adj s 15.58 21.01 13.74 15.81 -classiquement classiquement adv 0.00 0.14 0.00 0.14 -classiques classique nom p 7.02 4.80 1.87 2.57 -classons classer ver 12.11 12.70 0.05 0.00 imp:pre:1p;ind:pre:1p; -classèrent classer ver 12.11 12.70 0.00 0.14 ind:pas:3p; -classé classer ver m s 12.11 12.70 2.28 1.42 par:pas; -classée classé adj f s 4.75 2.70 2.39 0.81 -classées classé adj f p 4.75 2.70 0.98 0.34 -classés classer ver m p 12.11 12.70 0.58 0.81 par:pas; -clathres clathre nom m p 0.00 0.14 0.00 0.14 -claude claude nom s 0.01 2.64 0.01 2.64 -claudicant claudicant adj m s 0.01 0.54 0.00 0.20 -claudicante claudicant adj f s 0.01 0.54 0.01 0.27 -claudicants claudicant adj m p 0.01 0.54 0.00 0.07 -claudication claudication nom f s 0.07 0.68 0.07 0.68 -claudiquait claudiquer ver 0.08 0.88 0.00 0.14 ind:imp:3s; -claudiquant claudiquer ver 0.08 0.88 0.01 0.68 par:pre; -claudique claudiquer ver 0.08 0.88 0.05 0.00 imp:pre:2s;ind:pre:1s; -claudiquer claudiquer ver 0.08 0.88 0.01 0.00 inf; -claudiquerait claudiquer ver 0.08 0.88 0.00 0.07 cnd:pre:3s; -claudiquerez claudiquer ver 0.08 0.88 0.01 0.00 ind:fut:2p; -claudélienne claudélien adj f s 0.00 0.07 0.00 0.07 -clause clause nom f s 3.47 1.89 2.94 1.01 -clauses clause nom f p 3.47 1.89 0.53 0.88 -clausewitziens clausewitzien adj m p 0.00 0.07 0.00 0.07 -claustrait claustrer ver 0.00 0.20 0.00 0.07 ind:imp:3s; -claustrale claustral adj f s 0.00 0.07 0.00 0.07 -claustration claustration nom f s 0.02 1.01 0.02 1.01 -claustrophobe claustrophobe adj m s 0.90 0.07 0.90 0.07 -claustrophobie claustrophobie nom f s 0.26 0.07 0.26 0.07 -claustrée claustrer ver f s 0.00 0.20 0.00 0.14 par:pas; -clavaire clavaire nom f s 0.00 0.20 0.00 0.07 -clavaires clavaire nom f p 0.00 0.20 0.00 0.14 -claveaux claveau nom m p 0.00 0.14 0.00 0.14 -clavecin clavecin nom m s 0.75 2.43 0.75 2.30 -claveciniste claveciniste nom s 0.00 0.20 0.00 0.20 -clavecins clavecin nom m p 0.75 2.43 0.00 0.14 -clavette clavette nom f s 0.01 0.00 0.01 0.00 -clavicule clavicule nom f s 1.96 1.28 1.74 0.68 -clavicules clavicule nom f p 1.96 1.28 0.22 0.61 -clavier clavier nom m s 1.77 3.58 1.62 3.24 -claviers clavier nom m p 1.77 3.58 0.15 0.34 -clayettes clayette nom f p 0.00 0.07 0.00 0.07 -claymore claymore nom f s 0.20 0.00 0.20 0.00 -clayon clayon nom m s 0.00 0.14 0.00 0.07 -clayonnage clayonnage nom m s 0.01 0.20 0.01 0.07 -clayonnages clayonnage nom m p 0.01 0.20 0.00 0.14 -clayonnée clayonner ver f s 0.00 0.27 0.00 0.27 par:pas; -clayons clayon nom m p 0.00 0.14 0.00 0.07 -clean clean adj 4.66 0.74 4.66 0.74 -clearing clearing nom m s 0.04 0.00 0.04 0.00 -clebs clebs nom m 2.00 3.11 2.00 3.11 -clef clef nom f s 24.32 44.86 14.61 35.61 -clefs clef nom f p 24.32 44.86 9.72 9.26 -clenche clenche nom f s 0.00 0.47 0.00 0.41 -clenches clenche nom f p 0.00 0.47 0.00 0.07 -clepsydre clepsydre nom f s 0.00 1.62 0.00 1.62 -cleptomane cleptomane nom s 0.09 0.00 0.09 0.00 -cleptomanie cleptomanie nom f s 0.02 0.00 0.02 0.00 -clerc clerc nom m s 0.82 9.26 0.73 5.68 -clercs clerc nom m p 0.82 9.26 0.09 3.58 -clergeon clergeon nom m s 0.00 0.14 0.00 0.14 -clergé clergé nom m s 2.08 3.99 2.07 3.78 -clergés clergé nom m p 2.08 3.99 0.01 0.20 -clergyman clergyman nom m s 0.05 0.81 0.05 0.61 -clergymen clergyman nom m p 0.05 0.81 0.00 0.20 -clermontois clermontois nom m 0.00 0.14 0.00 0.14 -clermontoise clermontois adj f s 0.00 0.07 0.00 0.07 -clic_clac clic_clac ono 0.10 0.07 0.10 0.07 -clic clic ono 0.20 0.81 0.20 0.81 -clichage clichage nom m s 0.00 0.07 0.00 0.07 -clicher clicher ver 0.60 0.27 0.01 0.07 inf; -clicherie clicherie nom f s 0.00 0.27 0.00 0.27 -clicheur clicheur nom m s 0.00 0.07 0.00 0.07 -cliché cliché nom m s 7.59 11.96 3.69 5.34 -clichée cliché adj f s 1.20 0.54 0.00 0.07 -clichés cliché nom m p 7.59 11.96 3.89 6.62 -click click nom m s 0.40 0.00 0.40 0.00 -clics clic nom m p 1.17 1.08 0.22 0.20 -client_roi client_roi nom m s 0.00 0.07 0.00 0.07 -client client nom m s 112.12 81.55 53.63 28.78 -cliente client nom f s 112.12 81.55 9.22 6.89 -clientes client nom f p 112.12 81.55 2.24 4.26 -clients client nom m p 112.12 81.55 47.03 41.62 -clientèle clientèle nom f s 3.88 18.78 3.87 18.51 -clientèles clientèle nom f p 3.88 18.78 0.01 0.27 -cligna cligner ver 2.80 18.85 0.02 3.04 ind:pas:3s; -clignaient cligner ver 2.80 18.85 0.16 0.68 ind:imp:3p; -clignais cligner ver 2.80 18.85 0.00 0.27 ind:imp:1s; -clignait cligner ver 2.80 18.85 0.14 1.62 ind:imp:3s; -clignant cligner ver 2.80 18.85 0.22 5.68 par:pre; -cligne cligner ver 2.80 18.85 0.95 2.50 imp:pre:2s;ind:pre:1s;ind:pre:3s; -clignement clignement nom m s 0.14 2.03 0.11 1.22 -clignements clignement nom m p 0.14 2.03 0.03 0.81 -clignent cligner ver 2.80 18.85 0.31 0.41 ind:pre:3p; -cligner cligner ver 2.80 18.85 0.47 2.77 inf; -clignez cligner ver 2.80 18.85 0.16 0.00 imp:pre:2p;ind:pre:2p; -clignons cligner ver 2.80 18.85 0.00 0.07 ind:pre:1p; -clignota clignoter ver 1.57 5.68 0.00 0.20 ind:pas:3s; -clignotaient clignoter ver 1.57 5.68 0.00 1.62 ind:imp:3p; -clignotait clignoter ver 1.57 5.68 0.08 0.61 ind:imp:3s; -clignotant clignotant nom m s 1.00 1.35 0.97 1.01 -clignotante clignotant adj f s 1.06 2.77 0.07 0.74 -clignotantes clignotant adj f p 1.06 2.77 0.05 0.61 -clignotants clignotant adj m p 1.06 2.77 0.18 0.81 -clignote clignoter ver 1.57 5.68 0.61 0.88 imp:pre:2s;ind:pre:3s; -clignotement clignotement nom m s 0.07 1.49 0.07 0.81 -clignotements clignotement nom m p 0.07 1.49 0.00 0.68 -clignotent clignoter ver 1.57 5.68 0.49 1.01 ind:pre:3p; -clignoter clignoter ver 1.57 5.68 0.16 0.54 inf; -clignotera clignoter ver 1.57 5.68 0.01 0.00 ind:fut:3s; -clignoterait clignoter ver 1.57 5.68 0.00 0.07 cnd:pre:3s; -clignoteur clignoteur nom m s 0.00 0.07 0.00 0.07 -clignotèrent clignoter ver 1.57 5.68 0.00 0.14 ind:pas:3p; -clignoté clignoter ver m s 1.57 5.68 0.04 0.14 par:pas; -clignèrent cligner ver 2.80 18.85 0.00 0.34 ind:pas:3p; -cligné cligner ver m s 2.80 18.85 0.38 1.15 par:pas; -clignées cligner ver f p 2.80 18.85 0.00 0.14 par:pas; -clignés cligner ver m p 2.80 18.85 0.00 0.20 par:pas; -clilles clille nom p 0.00 0.27 0.00 0.27 -climat climat nom m s 7.21 18.99 6.64 17.16 -climatique climatique adj s 0.51 0.27 0.26 0.07 -climatiques climatique adj p 0.51 0.27 0.25 0.20 -climatisant climatiser ver 0.39 0.41 0.00 0.07 par:pre; -climatisation climatisation nom f s 1.79 0.20 1.79 0.20 -climatiser climatiser ver 0.39 0.41 0.01 0.00 inf; -climatiseur climatiseur nom m s 0.85 0.20 0.78 0.14 -climatiseurs climatiseur nom m p 0.85 0.20 0.07 0.07 -climatisé climatisé adj m s 0.37 0.47 0.29 0.27 -climatisée climatiser ver f s 0.39 0.41 0.20 0.20 par:pas; -climatisées climatisé adj f p 0.37 0.47 0.02 0.07 -climatisés climatisé adj m p 0.37 0.47 0.01 0.07 -climatologue climatologue nom s 0.02 0.00 0.02 0.00 -climats climat nom m p 7.21 18.99 0.57 1.82 -climatériques climatérique adj f p 0.00 0.07 0.00 0.07 -climax climax nom m 0.18 0.07 0.18 0.07 -clin_d_oeil clin_d_oeil nom m s 0.01 0.00 0.01 0.00 -clin clin nom m s 3.97 19.46 3.63 16.55 -clinche clinche nom f s 0.00 0.07 0.00 0.07 -clinicat clinicat nom m s 0.07 0.00 0.07 0.00 -clinicien clinicien nom m s 0.05 0.20 0.01 0.20 -clinicienne clinicien nom f s 0.05 0.20 0.01 0.00 -cliniciens clinicien nom m p 0.05 0.20 0.03 0.00 -clinique clinique nom f s 18.79 11.82 17.72 10.81 -cliniquement cliniquement adv 0.92 0.14 0.92 0.14 -cliniques clinique nom f p 18.79 11.82 1.06 1.01 -clinker clinker nom m s 0.14 0.00 0.14 0.00 -clinquant clinquant adj m s 0.34 1.76 0.07 0.47 -clinquante clinquant adj f s 0.34 1.76 0.06 0.34 -clinquantes clinquant adj f p 0.34 1.76 0.16 0.34 -clinquants clinquant adj m p 0.34 1.76 0.05 0.61 -clins clin nom m p 3.97 19.46 0.34 2.91 -clip clip nom m s 2.98 1.28 2.12 0.61 -clipper clipper nom m s 0.50 0.20 0.40 0.20 -clippers clipper nom m p 0.50 0.20 0.09 0.00 -clips clip nom m p 2.98 1.28 0.86 0.68 -cliquant cliquer ver 0.68 0.00 0.02 0.00 par:pre; -clique clique nom f s 2.78 3.11 2.41 2.84 -cliquer cliquer ver 0.68 0.00 0.27 0.00 inf; -cliques clique nom f p 2.78 3.11 0.37 0.27 -cliquet cliquet nom m s 0.16 0.07 0.02 0.07 -cliqueta cliqueter ver 0.69 3.11 0.00 0.14 ind:pas:3s; -cliquetaient cliqueter ver 0.69 3.11 0.02 0.68 ind:imp:3p; -cliquetait cliqueter ver 0.69 3.11 0.00 0.54 ind:imp:3s; -cliquetant cliqueter ver 0.69 3.11 0.03 0.34 par:pre; -cliquetante cliquetant adj f s 0.00 0.95 0.00 0.34 -cliquetantes cliquetant adj f p 0.00 0.95 0.00 0.20 -cliquetants cliquetant adj m p 0.00 0.95 0.00 0.14 -cliqueter cliqueter ver 0.69 3.11 0.19 0.81 inf; -cliquetis cliquetis nom m 0.38 8.04 0.38 8.04 -cliquets cliquet nom m p 0.16 0.07 0.14 0.00 -cliquette cliqueter ver 0.69 3.11 0.04 0.47 ind:pre:1s;ind:pre:3s; -cliquettement cliquettement nom m s 0.00 0.07 0.00 0.07 -cliquettent cliqueter ver 0.69 3.11 0.41 0.14 ind:pre:3p; -cliquettes cliquette nom f p 0.00 0.07 0.00 0.07 -cliquez cliquer ver 0.68 0.00 0.28 0.00 imp:pre:2p;ind:pre:2p; -cliquètement cliquètement nom m s 0.00 0.27 0.00 0.20 -cliquètements cliquètement nom m p 0.00 0.27 0.00 0.07 -cliqué cliquer ver m s 0.68 0.00 0.10 0.00 par:pas; -clissées clisser ver f p 0.00 0.07 0.00 0.07 par:pas; -clito clito nom m s 0.36 0.41 0.36 0.41 -clitoridectomie clitoridectomie nom f s 0.03 0.00 0.03 0.00 -clitoridien clitoridien adj m s 0.04 0.41 0.04 0.07 -clitoridienne clitoridien adj f s 0.04 0.41 0.00 0.34 -clitoris clitoris nom m 1.28 0.41 1.28 0.41 -clivage clivage nom m s 0.02 0.61 0.01 0.27 -clivages clivage nom m p 0.02 0.61 0.01 0.34 -cliver cliver ver 0.01 0.00 0.01 0.00 inf; -clivés clivé adj m p 0.03 0.00 0.03 0.00 -cloîtra cloîtrer ver 0.80 2.09 0.00 0.07 ind:pas:3s; -cloîtrai cloîtrer ver 0.80 2.09 0.00 0.07 ind:pas:1s; -cloîtraient cloîtrer ver 0.80 2.09 0.00 0.14 ind:imp:3p; -cloîtrait cloîtrer ver 0.80 2.09 0.00 0.14 ind:imp:3s; -cloîtrant cloîtrer ver 0.80 2.09 0.01 0.00 par:pre; -cloître cloître nom m s 0.89 7.23 0.84 6.28 -cloîtrer cloîtrer ver 0.80 2.09 0.17 0.27 inf; -cloîtres cloître nom m p 0.89 7.23 0.05 0.95 -cloîtrâmes cloîtrer ver 0.80 2.09 0.01 0.00 ind:pas:1p; -cloîtré cloîtrer ver m s 0.80 2.09 0.22 0.54 par:pas; -cloîtrée cloîtrer ver f s 0.80 2.09 0.17 0.61 par:pas; -cloîtrées cloîtré adj f p 0.33 0.54 0.14 0.07 -cloîtrés cloîtrer ver m p 0.80 2.09 0.05 0.00 par:pas; -cloacal cloacal adj m s 0.00 0.07 0.00 0.07 -cloaque cloaque nom m s 0.75 1.89 0.59 1.76 -cloaques cloaque nom m p 0.75 1.89 0.16 0.14 -cloc cloc nom m s 0.00 0.07 0.00 0.07 -clochaient clocher ver 8.93 2.97 0.00 0.07 ind:imp:3p; -clochait clocher ver 8.93 2.97 0.93 1.08 ind:imp:3s; -clochant clocher ver 8.93 2.97 0.00 0.27 par:pre; -clochard clochard nom m s 3.88 10.88 2.40 5.27 -clocharde clochard nom f s 3.88 10.88 0.32 1.15 -clochardes clochard nom f p 3.88 10.88 0.18 0.00 -clochardisait clochardiser ver 0.00 0.34 0.00 0.07 ind:imp:3s; -clochardisation clochardisation nom f s 0.01 0.20 0.01 0.20 -clochardiser clochardiser ver 0.00 0.34 0.00 0.20 inf; -clochardisé clochardiser ver m s 0.00 0.34 0.00 0.07 par:pas; -clochards clochard nom m p 3.88 10.88 0.98 4.46 -cloche_pied cloche_pied nom f s 0.01 0.14 0.01 0.14 -cloche cloche nom f s 19.72 34.59 9.01 18.24 -clochent clocher ver 8.93 2.97 0.15 0.00 ind:pre:3p; -clocher clocher nom m s 2.38 13.65 1.87 11.01 -clochers clocher nom m p 2.38 13.65 0.51 2.64 -cloches cloche nom f p 19.72 34.59 10.71 16.35 -clocheton clocheton nom m s 0.00 2.09 0.00 0.88 -clochetons clocheton nom m p 0.00 2.09 0.00 1.22 -clochette clochette nom f s 3.43 5.74 2.57 2.50 -clochettes clochette nom f p 3.43 5.74 0.86 3.24 -clochât clocher ver 8.93 2.97 0.00 0.07 sub:imp:3s; -cloché clocher ver m s 8.93 2.97 0.03 0.00 par:pas; -clodo clodo nom m s 4.12 4.05 3.36 2.16 -clodos clodo nom m p 4.12 4.05 0.76 1.89 -cloison cloison nom f s 2.83 18.24 1.52 12.77 -cloisonnaient cloisonner ver 0.03 0.61 0.00 0.14 ind:imp:3p; -cloisonnais cloisonner ver 0.03 0.61 0.00 0.07 ind:imp:1s; -cloisonnant cloisonner ver 0.03 0.61 0.00 0.07 par:pre; -cloisonne cloisonner ver 0.03 0.61 0.01 0.00 ind:pre:3s; -cloisonnement cloisonnement nom m s 0.01 0.68 0.01 0.47 -cloisonnements cloisonnement nom m p 0.01 0.68 0.00 0.20 -cloisonner cloisonner ver 0.03 0.61 0.00 0.07 inf; -cloisonné cloisonné adj m s 0.16 0.68 0.01 0.41 -cloisonnée cloisonné adj f s 0.16 0.68 0.14 0.00 -cloisonnées cloisonné adj f p 0.16 0.68 0.01 0.07 -cloisonnés cloisonner ver m p 0.03 0.61 0.01 0.14 par:pas; -cloisons cloison nom f p 2.83 18.24 1.31 5.47 -clonage clonage nom m s 1.05 0.07 1.05 0.07 -clonant cloner ver 1.31 0.00 0.01 0.00 par:pre; -clone clone nom m s 3.49 0.20 2.48 0.07 -clonent cloner ver 1.31 0.00 0.04 0.00 ind:pre:3p; -cloner cloner ver 1.31 0.00 0.63 0.00 inf; -clones clone nom m p 3.49 0.20 1.01 0.14 -clonique clonique adj f s 0.01 0.00 0.01 0.00 -cloné cloner ver m s 1.31 0.00 0.46 0.00 par:pas; -clonés cloner ver m p 1.31 0.00 0.09 0.00 par:pas; -clopais cloper ver 0.07 0.74 0.01 0.00 ind:imp:1s; -clopant cloper ver 0.07 0.74 0.00 0.14 par:pre; -clope clope nom s 11.94 4.93 7.87 2.50 -cloper cloper ver 0.07 0.74 0.03 0.34 inf; -clopes clope nom p 11.94 4.93 4.08 2.43 -clopeur clopeur nom m s 0.00 0.07 0.00 0.07 -clopin_clopant clopin_clopant adv 0.00 0.14 0.00 0.14 -clopina clopiner ver 0.12 1.01 0.00 0.14 ind:pas:3s; -clopinait clopiner ver 0.12 1.01 0.02 0.27 ind:imp:3s; -clopinant clopiner ver 0.12 1.01 0.05 0.41 par:pre; -clopine clopiner ver 0.12 1.01 0.02 0.07 ind:pre:3s; -clopinements clopinement nom m p 0.00 0.07 0.00 0.07 -clopiner clopiner ver 0.12 1.01 0.01 0.07 inf; -clopinettes clopinettes nom f p 0.94 0.27 0.94 0.27 -clopinez clopiner ver 0.12 1.01 0.02 0.00 imp:pre:2p;ind:pre:2p; -clopinâmes clopiner ver 0.12 1.01 0.00 0.07 ind:pas:1p; -cloporte cloporte nom m s 0.70 2.97 0.13 1.55 -cloportes cloporte nom m p 0.70 2.97 0.57 1.42 -cloquait cloquer ver 0.00 3.99 0.00 0.20 ind:imp:3s; -cloquant cloquer ver 0.00 3.99 0.00 0.07 par:pre; -cloque cloque nom f s 1.43 3.45 1.14 1.89 -cloquent cloquer ver 0.00 3.99 0.00 0.07 ind:pre:3p; -cloquer cloquer ver 0.00 3.99 0.00 0.74 inf; -cloques cloque nom f p 1.43 3.45 0.28 1.55 -cloqué cloquer ver m s 0.00 3.99 0.00 1.35 par:pas; -cloquée cloquer ver f s 0.00 3.99 0.00 0.34 par:pas; -cloquées cloquer ver f p 0.00 3.99 0.00 0.07 par:pas; -cloqués cloqué adj m p 0.00 0.27 0.00 0.14 -clora clore ver 7.75 31.28 0.01 0.00 ind:fut:3s; -clore clore ver 7.75 31.28 1.42 2.57 inf; -clos clore ver m 7.75 31.28 3.70 21.96 imp:pre:2s;ind:pre:1s;par:pas;par:pas; -close_combat close_combat nom m s 0.04 0.07 0.04 0.07 -close_up close_up nom m s 0.01 0.07 0.01 0.07 -close clore ver f s 7.75 31.28 2.26 3.24 par:pas;par:pas;sub:pre:1s;sub:pre:3s; -closent clore ver 7.75 31.28 0.00 0.14 ind:pre:3p; -closerie closerie nom f s 0.01 0.81 0.01 0.81 -closes clos adj f p 4.62 19.46 1.90 7.43 -clou clou nom m s 13.83 27.50 7.79 10.20 -cloua clouer ver 7.51 19.39 0.14 1.35 ind:pas:3s; -clouage clouage nom m s 0.00 0.07 0.00 0.07 -clouai clouer ver 7.51 19.39 0.00 0.20 ind:pas:1s; -clouaient clouer ver 7.51 19.39 0.23 0.54 ind:imp:3p; -clouait clouer ver 7.51 19.39 0.18 2.09 ind:imp:3s; -clouant clouer ver 7.51 19.39 0.15 0.61 par:pre; -cloue clouer ver 7.51 19.39 1.12 1.22 imp:pre:2s;ind:pre:1s;ind:pre:3s; -clouent clouer ver 7.51 19.39 0.04 0.47 ind:pre:3p; -clouer clouer ver 7.51 19.39 1.39 2.64 inf; -clouera clouer ver 7.51 19.39 0.04 0.00 ind:fut:3s; -clouerai clouer ver 7.51 19.39 0.07 0.00 ind:fut:1s; -cloueraient clouer ver 7.51 19.39 0.01 0.07 cnd:pre:3p; -clouerait clouer ver 7.51 19.39 0.14 0.14 cnd:pre:3s; -cloueras clouer ver 7.51 19.39 0.00 0.07 ind:fut:2s; -clouerez clouer ver 7.51 19.39 0.01 0.00 ind:fut:2p; -cloueur cloueur nom m s 0.16 0.07 0.00 0.07 -cloueuse cloueur nom f s 0.16 0.07 0.16 0.00 -clouez clouer ver 7.51 19.39 0.22 0.07 imp:pre:2p;ind:pre:2p; -clouions clouer ver 7.51 19.39 0.00 0.07 ind:imp:1p; -clouons clouer ver 7.51 19.39 0.03 0.00 imp:pre:1p;ind:pre:1p; -clous clou nom m p 13.83 27.50 6.04 17.30 -cloutage cloutage nom m s 0.00 0.07 0.00 0.07 -clouèrent clouer ver 7.51 19.39 0.00 0.14 ind:pas:3p; -cloutier cloutier nom m s 0.62 0.00 0.62 0.00 -clouté clouté adj m s 0.80 3.78 0.29 1.62 -cloutée clouté adj f s 0.80 3.78 0.05 0.34 -cloutées clouté adj f p 0.80 3.78 0.14 0.54 -cloutés clouté adj m p 0.80 3.78 0.31 1.28 -cloué clouer ver m s 7.51 19.39 2.40 5.54 par:pas; -clouée clouer ver f s 7.51 19.39 0.53 2.84 par:pas; -clouées clouer ver f p 7.51 19.39 0.32 0.61 par:pas; -cloués clouer ver m p 7.51 19.39 0.49 0.74 par:pas; -clown clown nom m s 0.06 9.19 0.06 6.49 -clownerie clownerie nom f s 0.00 0.34 0.00 0.07 -clowneries clownerie nom f p 0.00 0.34 0.00 0.27 -clownesque clownesque adj s 0.10 0.41 0.10 0.34 -clownesques clownesque adj p 0.10 0.41 0.00 0.07 -clowns clown nom m p 0.06 9.19 0.00 2.70 -clé clé nom f s 118.13 48.58 68.73 35.00 -club_house club_house nom m s 0.05 0.07 0.05 0.07 -club club nom m s 67.51 21.42 61.99 18.58 -clébard clébard nom m s 1.65 4.19 1.27 2.91 -clébards clébard nom m p 1.65 4.19 0.38 1.28 -clubhouse clubhouse nom m s 0.05 0.00 0.05 0.00 -clubiste clubiste nom s 0.03 0.00 0.03 0.00 -clubman clubman nom m s 0.00 0.07 0.00 0.07 -clubs club nom m p 67.51 21.42 5.52 2.84 -clématite clématite nom f s 0.14 0.68 0.14 0.14 -clématites clématite nom f p 0.14 0.68 0.00 0.54 -clémence clémence nom f s 3.44 2.43 3.44 2.43 -clément clément adj m s 3.36 3.18 2.50 1.96 -clémente clément adj f s 3.36 3.18 0.47 0.88 -clémentes clément adj f p 3.36 3.18 0.07 0.14 -clémentine clémentine nom f s 0.02 0.00 0.02 0.00 -cléments clément adj m p 3.36 3.18 0.33 0.20 -clunisien clunisien adj m s 0.00 0.07 0.00 0.07 -clérical clérical adj m s 0.04 1.01 0.01 0.54 -cléricale clérical adj f s 0.04 1.01 0.01 0.20 -cléricales clérical adj f p 0.04 1.01 0.01 0.14 -cléricalisme cléricalisme nom m s 0.00 0.20 0.00 0.20 -cléricature cléricature nom f s 0.00 0.07 0.00 0.07 -cléricaux clérical adj m p 0.04 1.01 0.00 0.14 -clés clé nom f p 118.13 48.58 49.40 13.58 -cluse cluse nom f s 0.00 0.14 0.00 0.07 -cluses cluse nom f p 0.00 0.14 0.00 0.07 -cluster cluster nom m s 0.03 0.00 0.03 0.00 -clystère clystère nom m s 0.14 0.20 0.14 0.07 -clystères clystère nom m p 0.14 0.20 0.00 0.14 -cm cm nom m 10.89 1.01 10.89 1.01 -co_animateur co_animateur nom m s 0.03 0.00 0.03 0.00 -co_auteur co_auteur nom m s 0.46 0.00 0.46 0.00 -co_avocat co_avocat nom m s 0.01 0.00 0.01 0.00 -co_capitaine co_capitaine nom m s 0.09 0.00 0.09 0.00 -co_dépendance co_dépendance nom f s 0.01 0.00 0.01 0.00 -co_dépendant co_dépendant adj f s 0.01 0.00 0.01 0.00 -co_existence co_existence nom f s 0.00 0.07 0.00 0.07 -co_exister co_exister ver 0.05 0.00 0.05 0.00 inf; -co_habiter co_habiter ver 0.02 0.00 0.02 0.00 inf; -co_locataire co_locataire nom s 0.22 0.00 0.22 0.00 -co_pilote co_pilote nom s 0.49 0.00 0.49 0.00 -co_pilote co_pilote adj p 0.28 0.00 0.01 0.00 -co_production co_production nom f s 0.11 0.00 0.01 0.00 -co_production co_production nom f p 0.11 0.00 0.10 0.00 -co_proprio co_proprio nom m s 0.01 0.07 0.01 0.00 -co_proprio co_proprio nom m p 0.01 0.07 0.00 0.07 -co_propriétaire co_propriétaire nom s 0.19 0.27 0.05 0.00 -co_propriétaire co_propriétaire nom p 0.19 0.27 0.14 0.27 -co_propriété co_propriété nom f s 0.00 0.34 0.00 0.34 -co_président co_président nom m s 0.02 0.07 0.02 0.07 -co_responsable co_responsable adj s 0.01 0.07 0.01 0.07 -co_signer co_signer ver 0.07 0.00 0.07 0.00 inf; -cosigner cosigner ver 0.32 0.00 0.01 0.00 ind:pre:1p; -co_tuteur co_tuteur nom m s 0.00 0.07 0.00 0.07 -co_éducatif co_éducatif adj f s 0.01 0.00 0.01 0.00 -co_équipier co_équipier nom m s 0.21 0.00 0.21 0.00 -coéquipier coéquipier nom f s 4.20 0.47 0.06 0.00 -co_vedette co_vedette nom f s 0.02 0.00 0.02 0.00 -co_voiturage co_voiturage nom m s 0.07 0.00 0.07 0.00 -co co adv 0.14 0.00 0.14 0.00 -coïncida coïncider ver 1.93 7.09 0.11 0.54 ind:pas:3s; -coïncidaient coïncider ver 1.93 7.09 0.01 0.27 ind:imp:3p; -coïncidais coïncider ver 1.93 7.09 0.00 0.07 ind:imp:1s; -coïncidait coïncider ver 1.93 7.09 0.07 1.62 ind:imp:3s; -coïncidant coïncider ver 1.93 7.09 0.03 0.47 par:pre; -coïncidassent coïncider ver 1.93 7.09 0.00 0.07 sub:imp:3p; -coïncide coïncider ver 1.93 7.09 0.78 1.22 imp:pre:2s;ind:pre:3s; -coïncidence coïncidence nom f s 18.04 7.16 15.95 5.61 -coïncidences coïncidence nom f p 18.04 7.16 2.09 1.55 -coïncident coïncider ver 1.93 7.09 0.44 0.47 ind:pre:3p; -coïncider coïncider ver 1.93 7.09 0.32 1.35 inf; -coïnciderait coïncider ver 1.93 7.09 0.01 0.20 cnd:pre:3s; -coïncidions coïncider ver 1.93 7.09 0.00 0.07 ind:imp:1p; -coïncidât coïncider ver 1.93 7.09 0.00 0.07 sub:imp:3s; -coïncidèrent coïncider ver 1.93 7.09 0.00 0.20 ind:pas:3p; -coïncidé coïncider ver m s 1.93 7.09 0.15 0.47 par:pas; -coït coït nom m s 0.83 3.38 0.81 2.84 -coïts coït nom m p 0.83 3.38 0.03 0.54 -coïté coïter ver m s 0.00 0.07 0.00 0.07 par:pas; -coût coût nom m s 5.04 1.35 3.58 1.22 -coûta coûter ver 83.14 48.11 0.05 1.22 ind:pas:3s; -coûtaient coûter ver 83.14 48.11 0.37 1.35 ind:imp:3p; -coûtais coûter ver 83.14 48.11 0.00 0.14 ind:imp:1s; -coûtait coûter ver 83.14 48.11 0.86 6.35 ind:imp:3s; -coûtant coûtant adj m s 0.11 0.07 0.11 0.07 -coûte coûter ver 83.14 48.11 38.84 20.41 imp:pre:2s;ind:pre:1s;ind:pre:3s; -coûtent coûter ver 83.14 48.11 5.35 1.76 ind:pre:3p; -coûter coûter ver 83.14 48.11 12.58 5.27 inf; -coûtera coûter ver 83.14 48.11 7.11 1.82 ind:fut:3s; -coûterai coûter ver 83.14 48.11 0.02 0.07 ind:fut:1s; -coûteraient coûter ver 83.14 48.11 0.06 0.07 cnd:pre:3p; -coûterait coûter ver 83.14 48.11 2.29 2.30 cnd:pre:3s; -coûteras coûter ver 83.14 48.11 0.01 0.00 ind:fut:2s; -coûteront coûter ver 83.14 48.11 0.41 0.20 ind:fut:3p; -coûtes coûter ver 83.14 48.11 0.44 0.00 ind:pre:2s; -coûteuse coûteux adj f s 3.09 5.07 1.23 1.22 -coûteusement coûteusement adv 0.00 0.07 0.00 0.07 -coûteuses coûteux adj f p 3.09 5.07 0.26 0.81 -coûteux coûteux adj m 3.09 5.07 1.60 3.04 -coûtez coûter ver 83.14 48.11 0.20 0.07 ind:pre:2p; -coûtions coûter ver 83.14 48.11 0.00 0.07 ind:imp:1p; -coûtât coûter ver 83.14 48.11 0.00 0.47 sub:imp:3s; -coûts coût nom m p 5.04 1.35 1.46 0.14 -coûté coûter ver m s 83.14 48.11 14.35 6.15 par:pas; -coûtée coûter ver f s 83.14 48.11 0.01 0.07 par:pas; -coûtées coûter ver f p 83.14 48.11 0.01 0.07 par:pas; -coûtés coûter ver m p 83.14 48.11 0.12 0.07 par:pas; -coaccusé coaccusé nom m s 0.04 0.00 0.04 0.00 -coaccusés coaccusé nom m p 0.04 0.00 0.01 0.00 -coach coach nom m s 7.37 0.00 7.33 0.00 -coache coacher ver 0.23 0.00 0.01 0.00 ind:pre:3s; -coacher coacher ver 0.23 0.00 0.10 0.00 inf; -coaches coache nom m p 0.04 0.00 0.04 0.00 -coachs coach nom m p 7.37 0.00 0.04 0.00 -coaché coacher ver m s 0.23 0.00 0.12 0.00 par:pas; -coactionnaires coactionnaire nom p 0.01 0.00 0.01 0.00 -coadjuteur coadjuteur nom m s 0.00 0.07 0.00 0.07 -coagula coaguler ver 0.51 2.64 0.01 0.07 ind:pas:3s; -coagulaient coaguler ver 0.51 2.64 0.00 0.07 ind:imp:3p; -coagulait coaguler ver 0.51 2.64 0.01 0.34 ind:imp:3s; -coagulant coagulant adj m s 0.03 0.07 0.03 0.00 -coagulantes coagulant adj f p 0.03 0.07 0.00 0.07 -coagulants coagulant nom m p 0.15 0.07 0.14 0.00 -coagulation coagulation nom f s 0.33 0.27 0.33 0.27 -coagule coaguler ver 0.51 2.64 0.15 0.14 ind:pre:3s; -coagulent coaguler ver 0.51 2.64 0.00 0.14 ind:pre:3p; -coaguler coaguler ver 0.51 2.64 0.19 0.27 inf; -coagulera coaguler ver 0.51 2.64 0.01 0.00 ind:fut:3s; -coagulât coaguler ver 0.51 2.64 0.00 0.07 sub:imp:3s; -coagulé coaguler ver m s 0.51 2.64 0.13 0.81 par:pas; -coagulée coaguler ver f s 0.51 2.64 0.00 0.27 par:pas; -coagulées coaguler ver f p 0.51 2.64 0.00 0.07 par:pas; -coagulés coaguler ver m p 0.51 2.64 0.01 0.20 par:pas; -coalisaient coaliser ver 0.00 0.47 0.00 0.14 ind:imp:3p; -coalisent coaliser ver 0.00 0.47 0.00 0.07 ind:pre:3p; -coaliser coaliser ver 0.00 0.47 0.00 0.07 inf; -coalisée coaliser ver f s 0.00 0.47 0.00 0.07 par:pas; -coalisés coalisé nom m p 0.00 0.34 0.00 0.34 -coalition coalition nom f s 1.34 3.45 1.29 3.11 -coalitions coalition nom f p 1.34 3.45 0.05 0.34 -coaltar coaltar nom m s 0.00 0.20 0.00 0.20 -coassaient coasser ver 0.13 0.61 0.00 0.20 ind:imp:3p; -coassant coasser ver 0.13 0.61 0.01 0.14 par:pre; -coasse coasser ver 0.13 0.61 0.10 0.00 ind:pre:3s; -coassement coassement nom m s 0.14 0.41 0.01 0.34 -coassements coassement nom m p 0.14 0.41 0.14 0.07 -coassent coasser ver 0.13 0.61 0.00 0.14 ind:pre:3p; -coasser coasser ver 0.13 0.61 0.02 0.14 inf; -coati coati nom m s 0.01 0.00 0.01 0.00 -coauteur coauteur nom m s 0.12 0.07 0.08 0.00 -coauteurs coauteur nom m p 0.12 0.07 0.04 0.07 -coaxial coaxial adj m s 0.14 0.00 0.13 0.00 -coaxiales coaxial adj f p 0.14 0.00 0.01 0.00 -cob cob nom m s 0.04 0.00 0.04 0.00 -cobalt cobalt nom m s 0.55 0.61 0.55 0.61 -cobaye cobaye nom m s 4.27 0.95 3.02 0.74 -cobayes cobaye nom m p 4.27 0.95 1.25 0.20 -cobelligérants cobelligérant nom m p 0.00 0.07 0.00 0.07 -câbla câbler ver 0.47 0.61 0.00 0.14 ind:pas:3s; -câblage câblage nom m s 0.44 0.00 0.42 0.00 -câblages câblage nom m p 0.44 0.00 0.02 0.00 -câblait câbler ver 0.47 0.61 0.00 0.07 ind:imp:3s; -câble câble nom m s 17.04 6.08 13.36 2.97 -câbler câbler ver 0.47 0.61 0.12 0.00 inf; -câblerais câbler ver 0.47 0.61 0.01 0.07 cnd:pre:1s;cnd:pre:2s; -câblerie câblerie nom f s 0.02 0.00 0.02 0.00 -câbleront câbler ver 0.47 0.61 0.00 0.07 ind:fut:3p; -câbles câble nom m p 17.04 6.08 3.67 3.11 -câbleur câbleur nom m s 0.19 0.07 0.16 0.00 -câbleurs câbleur nom m p 0.19 0.07 0.02 0.07 -câblez câbler ver 0.47 0.61 0.02 0.07 imp:pre:2p; -câblier câblier nom m s 0.01 0.00 0.01 0.00 -câblogramme câblogramme nom m s 0.02 0.00 0.02 0.00 -câblé câbler ver m s 0.47 0.61 0.18 0.20 par:pas; -câblée câblé adj f s 0.25 0.07 0.07 0.00 -câblées câblé adj f p 0.25 0.07 0.08 0.00 -câblés câbler ver m p 0.47 0.61 0.04 0.00 par:pas; -cobol cobol nom m s 0.01 0.00 0.01 0.00 -cobra cobra nom m s 4.24 0.81 3.96 0.74 -cobras cobra nom m p 4.24 0.81 0.28 0.07 -coca_cola coca_cola nom m 0.41 1.01 0.41 1.01 -coca coca nom s 14.53 2.64 14.08 2.64 -cocaïne cocaïne nom f s 5.57 1.22 5.57 1.22 -cocaïnomane cocaïnomane nom s 0.08 0.07 0.08 0.07 -cocagne cocagne nom f s 0.56 0.81 0.56 0.74 -cocagnes cocagne nom f p 0.56 0.81 0.00 0.07 -cocard cocard nom m s 0.19 0.34 0.16 0.14 -cocardasse cocarder ver 0.00 0.20 0.00 0.07 sub:imp:1s; -cocarde cocarde nom f s 0.25 1.49 0.22 1.22 -cocarder cocarder ver 0.00 0.20 0.00 0.07 inf; -cocardes cocarde nom f p 0.25 1.49 0.03 0.27 -cocardier cocardier adj m s 0.02 0.41 0.01 0.14 -cocardiers cocardier adj m p 0.02 0.41 0.00 0.14 -cocardière cocardier adj f s 0.02 0.41 0.01 0.00 -cocardières cocardier adj f p 0.02 0.41 0.00 0.14 -cocards cocard nom m p 0.19 0.34 0.03 0.20 -cocardés cocarder ver m p 0.00 0.20 0.00 0.07 par:pas; -cocas coca nom p 14.53 2.64 0.45 0.00 -cocasse cocasse adj s 0.21 2.84 0.20 2.03 -cocassement cocassement adv 0.00 0.20 0.00 0.20 -cocasserie cocasserie nom f s 0.01 0.47 0.01 0.47 -cocasses cocasse adj p 0.21 2.84 0.01 0.81 -coccinelle coccinelle nom f s 1.33 1.82 1.15 1.35 -coccinelles coccinelle nom f p 1.33 1.82 0.18 0.47 -coccyx coccyx nom m 0.69 0.27 0.69 0.27 -cocha cocher ver 2.15 3.24 0.00 0.07 ind:pas:3s; -cochait cocher ver 2.15 3.24 0.01 0.27 ind:imp:3s; -cochant cocher ver 2.15 3.24 0.00 0.20 par:pre; -coche coche nom s 1.23 1.89 1.23 1.69 -cochelet cochelet nom m s 0.00 0.07 0.00 0.07 -cochenille cochenille nom f s 0.09 0.00 0.07 0.00 -cochenilles cochenille nom f p 0.09 0.00 0.01 0.00 -cocher cocher nom m s 2.50 5.27 2.10 4.12 -cocheras cocher ver 2.15 3.24 0.01 0.00 ind:fut:2s; -cochers cocher nom m p 2.50 5.27 0.41 1.15 -coches cocher ver 2.15 3.24 0.04 0.00 ind:pre:2s; -cochez cocher ver 2.15 3.24 0.12 0.00 imp:pre:2p;ind:pre:2p; -cochléaire cochléaire adj m s 0.17 0.00 0.04 0.00 -cochléaires cochléaire adj m p 0.17 0.00 0.14 0.00 -cochlée cochlée nom f s 0.01 0.00 0.01 0.00 -cochon cochon nom m s 31.09 21.42 21.67 12.70 -cochonceté cochonceté nom f s 0.24 0.20 0.01 0.00 -cochoncetés cochonceté nom f p 0.24 0.20 0.23 0.20 -cochonnaille cochonnaille nom f s 0.00 0.47 0.00 0.14 -cochonnailles cochonnaille nom f p 0.00 0.47 0.00 0.34 -cochonne cochon nom f s 31.09 21.42 0.92 0.68 -cochonner cochonner ver 0.07 0.41 0.02 0.00 inf; -cochonnerie cochonnerie nom f s 5.25 4.05 1.22 1.01 -cochonneries cochonnerie nom f p 5.25 4.05 4.03 3.04 -cochonnes cochon adj f p 7.76 5.88 0.87 0.47 -cochonnet cochonnet nom m s 0.76 0.61 0.53 0.34 -cochonnets cochonnet nom m p 0.76 0.61 0.22 0.27 -cochonnez cochonner ver 0.07 0.41 0.00 0.07 ind:pre:2p; -cochonné cochonner ver m s 0.07 0.41 0.01 0.20 par:pas; -cochonnée cochonnée nom f s 0.01 0.00 0.01 0.00 -cochonnées cochonner ver f p 0.07 0.41 0.00 0.07 par:pas; -cochons cochon nom m p 31.09 21.42 8.50 7.91 -cochât cocher ver 2.15 3.24 0.00 0.07 sub:imp:3s; -cochère cocher adj f s 0.45 6.28 0.45 5.14 -cochères cocher adj f p 0.45 6.28 0.00 1.15 -coché cocher ver m s 2.15 3.24 0.41 0.41 par:pas; -cochée cocher ver f s 2.15 3.24 0.01 0.00 par:pas; -cochées cocher ver f p 2.15 3.24 0.05 0.07 par:pas; -cochés cocher ver m p 2.15 3.24 0.01 0.00 par:pas; -cochylis cochylis nom m 0.00 0.07 0.00 0.07 -cocker cocker nom m s 0.47 1.08 0.47 1.08 -cockney cockney nom m s 0.24 0.14 0.13 0.14 -cockneys cockney nom m p 0.24 0.14 0.11 0.00 -cockpit cockpit nom m s 1.93 0.88 1.93 0.88 -cocktail cocktail nom m s 10.27 9.59 6.62 5.68 -cocktails cocktail nom m p 10.27 9.59 3.65 3.92 -coco coco nom s 8.58 7.77 6.74 6.08 -cocolait cocoler ver 0.00 0.14 0.00 0.07 ind:imp:3s; -cocole cocoler ver 0.00 0.14 0.00 0.07 ind:pre:3s; -cocon cocon nom m s 1.65 3.24 1.07 2.91 -cocons cocon nom m p 1.65 3.24 0.58 0.34 -cocoon cocoon nom m s 0.09 0.00 0.09 0.00 -cocorico cocorico nom m s 1.27 1.01 1.27 0.81 -cocoricos cocorico nom m p 1.27 1.01 0.01 0.20 -cocos coco nom p 8.58 7.77 1.84 1.69 -cocotent cocoter ver 0.00 0.20 0.00 0.07 ind:pre:3p; -cocoter cocoter ver 0.00 0.20 0.00 0.07 inf; -cocoteraies cocoteraie nom f p 0.00 0.07 0.00 0.07 -cocoterait cocoter ver 0.00 0.20 0.00 0.07 cnd:pre:3s; -cocotier cocotier nom m s 0.73 2.43 0.39 0.54 -cocotiers cocotier nom m p 0.73 2.43 0.35 1.89 -cocotte_minute cocotte_minute nom f s 0.07 0.34 0.07 0.34 -cocotte cocotte nom f s 3.47 6.15 3.35 4.73 -cocottes cocotte nom f p 3.47 6.15 0.12 1.42 -coction coction nom f s 0.00 0.07 0.00 0.07 -cocu cocu nom m s 3.78 2.03 3.17 1.49 -cocuage cocuage nom m s 0.00 0.14 0.00 0.07 -cocuages cocuage nom m p 0.00 0.14 0.00 0.07 -cocue cocu adj f s 3.03 3.78 0.45 0.27 -cocues cocu adj f p 3.03 3.78 0.00 0.14 -cocufiant cocufier ver 0.14 0.41 0.01 0.00 par:pre; -cocufie cocufier ver 0.14 0.41 0.03 0.20 imp:pre:2s;ind:pre:1s;ind:pre:3s; -cocufier cocufier ver 0.14 0.41 0.04 0.07 inf; -cocufiera cocufier ver 0.14 0.41 0.01 0.00 ind:fut:3s; -cocufié cocufier ver m s 0.14 0.41 0.05 0.14 par:pas; -cocus cocu nom m p 3.78 2.03 0.50 0.54 -coda coda nom f s 0.14 0.14 0.14 0.14 -codage codage nom m s 0.30 0.27 0.30 0.14 -codages codage nom m p 0.30 0.27 0.00 0.14 -codait coder ver 2.19 0.88 0.00 0.07 ind:imp:3s; -codante codant adj f s 0.01 0.00 0.01 0.00 -code_barre code_barre nom m s 0.07 0.00 0.07 0.00 -code_barres code_barres nom m 0.18 0.00 0.18 0.00 -code_clé code_clé nom m s 0.01 0.00 0.01 0.00 -code code nom m s 51.27 15.00 43.85 13.58 -coder coder ver 2.19 0.88 0.16 0.07 inf; -codes_clé codes_clé nom m p 0.01 0.00 0.01 0.00 -codes code nom m p 51.27 15.00 7.42 1.42 -codeur codeur nom m s 0.04 0.00 0.04 0.00 -codex codex nom m 0.62 0.14 0.62 0.14 -codicille codicille nom m s 0.05 0.27 0.05 0.14 -codicilles codicille nom m p 0.05 0.27 0.00 0.14 -codifia codifier ver 0.07 0.88 0.00 0.07 ind:pas:3s; -codifiait codifier ver 0.07 0.88 0.01 0.00 ind:imp:3s; -codifiant codifier ver 0.07 0.88 0.00 0.07 par:pre; -codification codification nom f s 0.15 0.07 0.15 0.07 -codifier codifier ver 0.07 0.88 0.01 0.07 inf; -codifièrent codifier ver 0.07 0.88 0.00 0.07 ind:pas:3p; -codifié codifier ver m s 0.07 0.88 0.01 0.27 par:pas; -codifiée codifier ver f s 0.07 0.88 0.03 0.27 par:pas; -codifiées codifier ver f p 0.07 0.88 0.01 0.07 par:pas; -codon codon nom m s 0.01 0.00 0.01 0.00 -codé codé adj m s 2.26 0.74 1.22 0.34 -codée codé adj f s 2.26 0.74 0.56 0.14 -codées coder ver f p 2.19 0.88 0.35 0.00 par:pas; -codéine codéine nom f s 0.21 0.07 0.21 0.07 -codés codé adj m p 2.26 0.74 0.34 0.20 -codétenu codétenu nom m s 0.17 0.20 0.13 0.07 -codétenus codétenu nom m p 0.17 0.20 0.05 0.14 -coefficient coefficient nom m s 0.99 1.22 0.81 1.08 -coefficients coefficient nom m p 0.99 1.22 0.18 0.14 -coelacanthe coelacanthe nom m s 0.06 0.07 0.06 0.07 -coeliaque coeliaque adj m s 0.01 0.00 0.01 0.00 -coentreprise coentreprise nom f s 0.03 0.00 0.03 0.00 -coenzyme coenzyme nom f s 0.03 0.00 0.03 0.00 -coercitif coercitif adj m s 0.01 0.20 0.00 0.07 -coercition coercition nom f s 0.48 0.14 0.48 0.14 -coercitive coercitif adj f s 0.01 0.20 0.01 0.14 -coeur_poumon coeur_poumon nom m p 0.03 0.07 0.03 0.07 -coeur coeur nom m s 239.97 400.74 224.98 380.07 -coeurs coeur nom m p 239.97 400.74 15.00 20.68 -coexistaient coexister ver 0.42 1.28 0.00 0.14 ind:imp:3p; -coexistait coexister ver 0.42 1.28 0.00 0.07 ind:imp:3s; -coexistant coexister ver 0.42 1.28 0.00 0.20 par:pre; -coexistants coexistant adj m p 0.01 0.14 0.01 0.14 -coexiste coexister ver 0.42 1.28 0.04 0.07 ind:pre:3s; -coexistence coexistence nom f s 0.49 0.41 0.49 0.41 -coexistent coexister ver 0.42 1.28 0.02 0.34 ind:pre:3p; -coexister coexister ver 0.42 1.28 0.29 0.41 inf; -coexisteront coexister ver 0.42 1.28 0.00 0.07 ind:fut:3p; -coexistez coexister ver 0.42 1.28 0.03 0.00 ind:pre:2p; -coexistons coexister ver 0.42 1.28 0.03 0.00 ind:pre:1p; -coexisté coexister ver m s 0.42 1.28 0.02 0.00 par:pas; -coffee_shop coffee_shop nom m s 0.10 0.00 0.10 0.00 -coffin coffin nom m s 0.33 0.00 0.33 0.00 -coffio coffio nom m s 0.01 0.74 0.01 0.61 -coffios coffio nom m p 0.01 0.74 0.00 0.14 -coffiot coffiot nom m s 0.00 0.34 0.00 0.14 -coffiots coffiot nom m p 0.00 0.34 0.00 0.20 -coffrage coffrage nom m s 0.01 0.88 0.01 0.81 -coffrages coffrage nom m p 0.01 0.88 0.00 0.07 -coffraient coffrer ver 7.75 0.68 0.01 0.00 ind:imp:3p; -coffrait coffrer ver 7.75 0.68 0.12 0.00 ind:imp:3s; -coffre_fort coffre_fort nom m s 4.62 3.92 4.17 3.24 -coffre coffre nom m s 39.35 29.32 35.97 25.14 -coffrent coffrer ver 7.75 0.68 0.23 0.00 ind:pre:3p; -coffrer coffrer ver 7.75 0.68 3.33 0.34 inf; -coffrera coffrer ver 7.75 0.68 0.05 0.00 ind:fut:3s; -coffrerai coffrer ver 7.75 0.68 0.03 0.00 ind:fut:1s; -coffrerais coffrer ver 7.75 0.68 0.01 0.00 cnd:pre:1s; -coffrerons coffrer ver 7.75 0.68 0.01 0.00 ind:fut:1p; -coffreront coffrer ver 7.75 0.68 0.29 0.00 ind:fut:3p; -coffre_fort coffre_fort nom m p 4.62 3.92 0.45 0.68 -coffres coffre nom m p 39.35 29.32 3.38 4.19 -coffret coffret nom m s 1.98 6.42 1.77 5.81 -coffrets coffret nom m p 1.98 6.42 0.22 0.61 -coffrez coffrer ver 7.75 0.68 0.35 0.00 imp:pre:2p;ind:pre:2p; -coffrons coffrer ver 7.75 0.68 0.09 0.00 imp:pre:1p; -coffré coffrer ver m s 7.75 0.68 1.39 0.00 par:pas; -coffrée coffrer ver f s 7.75 0.68 0.07 0.07 par:pas; -coffrées coffrer ver f p 7.75 0.68 0.02 0.00 par:pas; -coffrés coffrer ver m p 7.75 0.68 0.38 0.14 par:pas; -cofinancement cofinancement nom m s 0.01 0.00 0.01 0.00 -cofondateur cofondateur nom m s 0.29 0.07 0.25 0.00 -cofondateurs cofondateur nom m p 0.29 0.07 0.02 0.07 -cofondatrice cofondateur nom f s 0.29 0.07 0.01 0.00 -cofondé cofondé adj m s 0.01 0.00 0.01 0.00 -cogitais cogiter ver 0.70 0.54 0.01 0.00 ind:imp:1s; -cogitait cogiter ver 0.70 0.54 0.02 0.07 ind:imp:3s; -cogitant cogiter ver 0.70 0.54 0.00 0.07 par:pre; -cogitation cogitation nom f s 0.21 0.61 0.02 0.07 -cogitations cogitation nom f p 0.21 0.61 0.19 0.54 -cogite cogiter ver 0.70 0.54 0.12 0.14 imp:pre:2s;ind:pre:1s;ind:pre:3s; -cogitent cogiter ver 0.70 0.54 0.00 0.07 ind:pre:3p; -cogiter cogiter ver 0.70 0.54 0.43 0.07 inf; -cogito cogito nom m s 0.01 0.34 0.01 0.34 -cogité cogiter ver m s 0.70 0.54 0.12 0.14 par:pas; -cogna cogner ver 27.01 34.26 0.13 2.09 ind:pas:3s; -cognac cognac nom m s 12.07 11.01 11.69 10.68 -cognacs cognac nom m p 12.07 11.01 0.39 0.34 -cognai cogner ver 27.01 34.26 0.01 0.20 ind:pas:1s; -cognaient cogner ver 27.01 34.26 0.08 0.88 ind:imp:3p; -cognais cogner ver 27.01 34.26 0.18 0.47 ind:imp:1s; -cognait cogner ver 27.01 34.26 0.79 4.59 ind:imp:3s; -cognant cogner ver 27.01 34.26 0.44 3.24 par:pre; -cognassier cognassier nom m s 0.50 0.27 0.10 0.20 -cognassiers cognassier nom m p 0.50 0.27 0.40 0.07 -cogne cogner ver 27.01 34.26 7.36 8.31 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -cognement cognement nom m s 0.03 0.20 0.00 0.14 -cognements cognement nom m p 0.03 0.20 0.03 0.07 -cognent cogner ver 27.01 34.26 0.48 1.22 ind:pre:3p; -cogner cogner ver 27.01 34.26 7.73 8.65 inf; -cognera cogner ver 27.01 34.26 0.05 0.00 ind:fut:3s; -cognerai cogner ver 27.01 34.26 0.07 0.00 ind:fut:1s; -cogneraient cogner ver 27.01 34.26 0.01 0.00 cnd:pre:3p; -cognerais cogner ver 27.01 34.26 0.05 0.00 cnd:pre:1s; -cognerait cogner ver 27.01 34.26 0.01 0.34 cnd:pre:3s; -cognerez cogner ver 27.01 34.26 0.04 0.00 ind:fut:2p; -cogneront cogner ver 27.01 34.26 0.04 0.07 ind:fut:3p; -cognes cogner ver 27.01 34.26 0.85 0.41 ind:pre:2s; -cogneur cogneur nom m s 0.48 0.47 0.24 0.34 -cogneurs cogneur nom m p 0.48 0.47 0.23 0.07 -cogneuse cogneur nom f s 0.48 0.47 0.01 0.07 -cognez cogner ver 27.01 34.26 0.42 0.00 imp:pre:2p;ind:pre:2p; -cognitif cognitif adj m s 0.42 0.07 0.09 0.00 -cognitifs cognitif adj m p 0.42 0.07 0.02 0.07 -cognition cognition nom f s 0.01 0.00 0.01 0.00 -cognitive cognitif adj f s 0.42 0.07 0.17 0.00 -cognitives cognitif adj f p 0.42 0.07 0.14 0.00 -cognons cogner ver 27.01 34.26 0.13 0.07 imp:pre:1p;ind:pre:1p; -cognèrent cogner ver 27.01 34.26 0.00 0.20 ind:pas:3p; -cogné cogner ver m s 27.01 34.26 6.94 2.84 par:pas; -cognée cogner ver f s 27.01 34.26 1.18 0.34 par:pas; -cognées cognée nom f p 0.25 1.55 0.00 0.41 -cognés cogner ver m p 27.01 34.26 0.01 0.27 par:pas; -cogérant cogérant nom m s 0.01 0.00 0.01 0.00 -cohabita cohabiter ver 1.31 1.08 0.00 0.07 ind:pas:3s; -cohabitaient cohabiter ver 1.31 1.08 0.11 0.41 ind:imp:3p; -cohabitait cohabiter ver 1.31 1.08 0.00 0.14 ind:imp:3s; -cohabitant cohabitant adj m s 0.01 0.00 0.01 0.00 -cohabitation cohabitation nom f s 0.20 1.15 0.19 1.15 -cohabitations cohabitation nom f p 0.20 1.15 0.01 0.00 -cohabite cohabiter ver 1.31 1.08 0.26 0.20 ind:pre:3s; -cohabitent cohabiter ver 1.31 1.08 0.15 0.14 ind:pre:3p; -cohabiter cohabiter ver 1.31 1.08 0.71 0.14 inf; -cohabiteraient cohabiter ver 1.31 1.08 0.02 0.00 cnd:pre:3p; -cohabitiez cohabiter ver 1.31 1.08 0.02 0.00 ind:imp:2p; -cohabité cohabiter ver m s 1.31 1.08 0.04 0.00 par:pas; -cohorte cohorte nom f s 0.78 4.53 0.49 3.31 -cohortes cohorte nom f p 0.78 4.53 0.29 1.22 -cohue cohue nom f s 0.89 7.70 0.88 7.23 -cohues cohue nom f p 0.89 7.70 0.01 0.47 -cohérence cohérence nom f s 0.46 3.51 0.46 3.45 -cohérences cohérence nom f p 0.46 3.51 0.00 0.07 -cohérent cohérent adj m s 1.92 4.66 1.23 2.43 -cohérente cohérent adj f s 1.92 4.66 0.52 1.35 -cohérentes cohérent adj f p 1.92 4.66 0.07 0.41 -cohérents cohérent adj m p 1.92 4.66 0.09 0.47 -cohéritier cohéritier nom m s 0.14 0.07 0.14 0.00 -cohéritiers cohéritier nom m p 0.14 0.07 0.00 0.07 -cohésion cohésion nom f s 0.47 4.59 0.47 4.59 -cohésive cohésif adj f s 0.02 0.00 0.02 0.00 -coi coi adj s 0.50 3.58 0.42 2.16 -coiffa coiffer ver 8.38 42.43 0.01 1.42 ind:pas:3s; -coiffai coiffer ver 8.38 42.43 0.14 0.34 ind:pas:1s; -coiffaient coiffer ver 8.38 42.43 0.00 0.47 ind:imp:3p; -coiffais coiffer ver 8.38 42.43 0.11 0.20 ind:imp:1s;ind:imp:2s; -coiffait coiffer ver 8.38 42.43 0.31 2.50 ind:imp:3s; -coiffant coiffer ver 8.38 42.43 0.04 1.28 par:pre; -coiffante coiffant adj f s 0.03 0.20 0.01 0.07 -coiffe coiffer ver 8.38 42.43 1.81 3.18 imp:pre:2s;ind:pre:1s;ind:pre:3s; -coiffent coiffer ver 8.38 42.43 0.30 0.34 ind:pre:3p; -coiffer coiffer ver 8.38 42.43 2.67 3.99 inf; -coiffera coiffer ver 8.38 42.43 0.04 0.00 ind:fut:3s; -coifferais coiffer ver 8.38 42.43 0.14 0.07 cnd:pre:2s; -coifferait coiffer ver 8.38 42.43 0.01 0.14 cnd:pre:3s; -coifferas coiffer ver 8.38 42.43 0.00 0.07 ind:fut:2s; -coifferont coiffer ver 8.38 42.43 0.01 0.00 ind:fut:3p; -coiffes coiffer ver 8.38 42.43 0.61 0.00 ind:pre:2s; -coiffeur coiffeur nom m s 14.05 21.82 11.01 13.38 -coiffeurs coiffeur nom m p 14.05 21.82 0.78 2.70 -coiffeuse coiffeur nom f s 14.05 21.82 2.27 5.34 -coiffeuses coiffeuse nom f p 0.21 0.00 0.21 0.00 -coiffez coiffer ver 8.38 42.43 0.33 0.14 imp:pre:2p;ind:pre:2p; -coiffiez coiffer ver 8.38 42.43 0.13 0.07 ind:imp:2p; -coiffât coiffer ver 8.38 42.43 0.00 0.07 sub:imp:3s; -coiffèrent coiffer ver 8.38 42.43 0.00 0.07 ind:pas:3p; -coiffé coiffer ver m s 8.38 42.43 0.63 11.62 par:pas; -coiffée coiffer ver f s 8.38 42.43 0.80 8.65 par:pas; -coiffées coiffer ver f p 8.38 42.43 0.04 2.03 par:pas; -coiffure coiffure nom f s 10.46 15.81 10.09 14.05 -coiffures coiffure nom f p 10.46 15.81 0.37 1.76 -coiffés coiffer ver m p 8.38 42.43 0.27 5.81 par:pas; -coin_coin coin_coin nom m s 0.19 0.34 0.19 0.34 -coin_repas coin_repas nom m s 0.02 0.00 0.02 0.00 -coin coin nom m s 99.51 199.26 93.43 167.09 -coince coincer ver 56.95 30.61 4.26 3.04 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -coincent coincer ver 56.95 30.61 0.47 0.34 ind:pre:3p; -coincer coincer ver 56.95 30.61 9.78 4.73 inf; -coincera coincer ver 56.95 30.61 0.98 0.00 ind:fut:3s; -coincerai coincer ver 56.95 30.61 0.69 0.07 ind:fut:1s; -coincerais coincer ver 56.95 30.61 0.04 0.00 cnd:pre:1s; -coincerait coincer ver 56.95 30.61 0.02 0.14 cnd:pre:3s; -coinceriez coincer ver 56.95 30.61 0.01 0.00 cnd:pre:2p; -coincerons coincer ver 56.95 30.61 0.05 0.00 ind:fut:1p; -coinceront coincer ver 56.95 30.61 0.09 0.00 ind:fut:3p; -coinces coincer ver 56.95 30.61 0.13 0.07 ind:pre:2s; -coinceur coinceur nom m s 0.00 0.07 0.00 0.07 -coincez coincer ver 56.95 30.61 0.43 0.07 imp:pre:2p;ind:pre:2p; -coincher coincher ver 0.00 0.07 0.00 0.07 inf; -coinciez coincer ver 56.95 30.61 0.01 0.00 ind:imp:2p; -coincèrent coincer ver 56.95 30.61 0.00 0.07 ind:pas:3p; -coincé coincer ver m s 56.95 30.61 23.27 10.27 par:pas; -coincée coincer ver f s 56.95 30.61 8.18 5.54 ind:imp:3p;par:pas; -coincées coincer ver f p 56.95 30.61 1.02 0.81 par:pas; -coincés coincer ver m p 56.95 30.61 7.14 2.64 par:pas; -coing coing nom m s 2.13 0.68 0.67 0.41 -coings coing nom m p 2.13 0.68 1.46 0.27 -coins coin nom m p 99.51 199.26 6.08 32.16 -coinstot coinstot nom m s 0.00 0.74 0.00 0.68 -coinstots coinstot nom m p 0.00 0.74 0.00 0.07 -coinça coincer ver 56.95 30.61 0.01 0.68 ind:pas:3s; -coinçage coinçage nom m s 0.00 0.27 0.00 0.20 -coinçages coinçage nom m p 0.00 0.27 0.00 0.07 -coinçaient coincer ver 56.95 30.61 0.00 0.41 ind:imp:3p; -coinçais coincer ver 56.95 30.61 0.15 0.07 ind:imp:1s; -coinçait coincer ver 56.95 30.61 0.10 1.22 ind:imp:3s; -coinçant coincer ver 56.95 30.61 0.05 0.47 par:pre; -coinçons coincer ver 56.95 30.61 0.05 0.00 imp:pre:1p; -coir coir nom m s 0.01 0.00 0.01 0.00 -cois coi adj p 0.50 3.58 0.08 0.61 -coite coi adj f s 0.50 3.58 0.00 0.68 -coites coi adj f p 0.50 3.58 0.00 0.14 -coke coke nom s 8.54 5.47 8.49 5.47 -cokes coke nom f p 8.54 5.47 0.05 0.00 -col_de_cygne col_de_cygne nom m s 0.01 0.00 0.01 0.00 -col_vert col_vert nom m s 0.12 0.14 0.12 0.07 -col col nom m s 9.76 57.43 8.35 51.82 -cola cola nom m s 0.45 0.74 0.43 0.34 -colas cola nom m p 0.45 0.74 0.01 0.41 -colback colback nom m s 0.00 0.47 0.00 0.41 -colbacks colback nom m p 0.00 0.47 0.00 0.07 -colchicine colchicine nom f s 0.13 0.00 0.13 0.00 -colchique colchique nom m s 0.00 0.34 0.00 0.07 -colchiques colchique nom m p 0.00 0.34 0.00 0.27 -colcotar colcotar nom m s 0.00 0.07 0.00 0.07 -cold_cream cold_cream nom m s 0.03 0.07 0.03 0.07 -cold cold adj m s 2.01 0.07 2.01 0.07 -cole cole nom m s 0.14 0.00 0.14 0.00 -colectomie colectomie nom f s 0.01 0.00 0.01 0.00 -colibacilles colibacille nom m p 0.01 0.07 0.01 0.07 -colibri colibri nom m s 0.33 0.61 0.21 0.34 -colibris colibri nom m p 0.33 0.61 0.12 0.27 -colifichet colifichet nom m s 0.32 1.08 0.22 0.07 -colifichets colifichet nom m p 0.32 1.08 0.09 1.01 -colimaçon colimaçon nom m s 0.04 1.76 0.04 1.62 -colimaçons colimaçon nom m p 0.04 1.76 0.00 0.14 -colin_maillard colin_maillard nom m s 0.93 0.95 0.93 0.95 -câlin câlin nom m s 6.38 1.96 4.11 0.61 -colin colin nom m s 0.27 0.54 0.27 0.54 -câlina câliner ver 0.81 1.22 0.14 0.07 ind:pas:3s; -câlinait câliner ver 0.81 1.22 0.00 0.20 ind:imp:3s; -câlinant câliner ver 0.81 1.22 0.01 0.07 par:pre; -câline câlin adj f s 1.31 2.84 0.58 1.15 -câlinement câlinement adv 0.00 0.14 0.00 0.14 -câlinent câliner ver 0.81 1.22 0.01 0.14 ind:pre:3p; -câliner câliner ver 0.81 1.22 0.45 0.41 inf; -câlinerai câliner ver 0.81 1.22 0.01 0.00 ind:fut:1s; -câlinerie câlinerie nom f s 0.10 0.61 0.10 0.14 -câlineries câlinerie nom f p 0.10 0.61 0.00 0.47 -câlines câlin adj f p 1.31 2.84 0.01 0.20 -câlins câlin nom m p 6.38 1.96 2.22 0.61 -câliné câliner ver m s 0.81 1.22 0.04 0.14 par:pas; -câlinée câliner ver f s 0.81 1.22 0.00 0.07 par:pas; -colique colique nom f s 1.40 2.03 1.02 0.95 -coliques colique nom f p 1.40 2.03 0.37 1.08 -colis_cadeau colis_cadeau nom m 0.02 0.00 0.02 0.00 -colis_repas colis_repas nom m 0.00 0.07 0.00 0.07 -colis colis nom m 7.50 10.54 7.50 10.54 -colistier colistier nom m s 0.02 0.00 0.02 0.00 -colite colite nom f s 0.27 0.41 0.25 0.34 -colites colite nom f p 0.27 0.41 0.02 0.07 -colla coller ver 51.34 107.16 0.26 4.66 ind:pas:3s; -collabo collabo nom s 0.62 2.43 0.33 0.88 -collabora collaborer ver 7.53 5.41 0.00 0.07 ind:pas:3s; -collaborai collaborer ver 7.53 5.41 0.01 0.07 ind:pas:1s; -collaboraient collaborer ver 7.53 5.41 0.03 0.07 ind:imp:3p; -collaborais collaborer ver 7.53 5.41 0.03 0.14 ind:imp:1s;ind:imp:2s; -collaborait collaborer ver 7.53 5.41 0.45 0.27 ind:imp:3s; -collaborant collaborer ver 7.53 5.41 0.18 0.20 par:pre; -collaborateur collaborateur nom m s 4.54 11.49 1.27 3.78 -collaborateurs collaborateur nom m p 4.54 11.49 2.38 6.96 -collaboration collaboration nom f s 5.12 12.50 5.11 12.43 -collaborationniste collaborationniste adj m s 0.00 0.20 0.00 0.14 -collaborationnistes collaborationniste adj m p 0.00 0.20 0.00 0.07 -collaborations collaboration nom f p 5.12 12.50 0.01 0.07 -collaboratrice collaborateur nom f s 4.54 11.49 0.89 0.47 -collaboratrices collaboratrice nom f p 0.01 0.00 0.01 0.00 -collabore collaborer ver 7.53 5.41 1.09 0.74 imp:pre:2s;ind:pre:1s;ind:pre:3s; -collaborent collaborer ver 7.53 5.41 0.43 0.41 ind:pre:3p; -collaborer collaborer ver 7.53 5.41 2.71 2.16 inf; -collaborera collaborer ver 7.53 5.41 0.05 0.07 ind:fut:3s; -collaborerai collaborer ver 7.53 5.41 0.07 0.00 ind:fut:1s; -collaboreraient collaborer ver 7.53 5.41 0.01 0.07 cnd:pre:3p; -collaborerez collaborer ver 7.53 5.41 0.02 0.07 ind:fut:2p; -collaborerons collaborer ver 7.53 5.41 0.16 0.00 ind:fut:1p; -collabores collaborer ver 7.53 5.41 0.11 0.00 ind:pre:2s; -collaborez collaborer ver 7.53 5.41 0.40 0.00 imp:pre:2p;ind:pre:2p; -collaborions collaborer ver 7.53 5.41 0.00 0.07 ind:imp:1p; -collaborons collaborer ver 7.53 5.41 0.26 0.00 imp:pre:1p;ind:pre:1p; -collaboré collaborer ver m s 7.53 5.41 1.54 1.01 par:pas; -collabos collabo nom p 0.62 2.43 0.29 1.55 -collage collage nom m s 1.31 0.81 1.22 0.74 -collages collage nom m p 1.31 0.81 0.10 0.07 -collagène collagène nom m s 1.23 0.14 1.23 0.14 -collai coller ver 51.34 107.16 0.00 0.81 ind:pas:1s; -collaient coller ver 51.34 107.16 0.11 3.78 ind:imp:3p; -collais coller ver 51.34 107.16 0.24 0.34 ind:imp:1s;ind:imp:2s; -collait coller ver 51.34 107.16 2.03 13.18 ind:imp:3s; -collant collant adj m s 3.37 4.93 1.75 1.96 -collante collant adj f s 3.37 4.93 0.83 1.42 -collantes collant adj f p 3.37 4.93 0.08 0.27 -collants collant nom m p 4.28 4.46 2.60 2.03 -collapse collapser ver 0.02 0.07 0.01 0.07 imp:pre:2s;ind:pre:3s; -collapserait collapser ver 0.02 0.07 0.01 0.00 cnd:pre:3s; -collapsus collapsus nom m 0.17 0.14 0.17 0.14 -collas coller ver 51.34 107.16 0.00 0.14 ind:pas:2s; -collation collation nom f s 0.92 2.03 0.88 1.76 -collationne collationner ver 0.13 0.14 0.02 0.07 ind:pre:1s;ind:pre:3s; -collationnement collationnement nom m s 0.01 0.00 0.01 0.00 -collationner collationner ver 0.13 0.14 0.10 0.00 inf; -collationnés collationner ver m p 0.13 0.14 0.01 0.07 par:pas; -collations collation nom f p 0.92 2.03 0.04 0.27 -collatéral collatéral adj m s 0.66 0.34 0.33 0.07 -collatérale collatéral adj f s 0.66 0.34 0.01 0.07 -collatérales collatéral adj f p 0.66 0.34 0.01 0.07 -collatéraux collatéral adj m p 0.66 0.34 0.30 0.14 -colle coller ver 51.34 107.16 18.32 12.77 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -collectait collecter ver 2.17 1.01 0.05 0.00 ind:imp:3s; -collectant collecter ver 2.17 1.01 0.04 0.14 par:pre; -collecte collecte nom f s 3.13 1.49 2.88 1.28 -collecter collecter ver 2.17 1.01 1.07 0.41 inf; -collectes collecte nom f p 3.13 1.49 0.25 0.20 -collecteur collecteur nom m s 0.87 1.28 0.67 0.88 -collecteurs collecteur nom m p 0.87 1.28 0.20 0.41 -collectez collecter ver 2.17 1.01 0.01 0.00 imp:pre:2p; -collectif collectif nom m s 3.44 0.27 3.44 0.27 -collectifs collectif adj m p 4.60 15.68 0.27 1.35 -collection collection nom f s 16.93 25.68 16.25 21.62 -collectionna collectionner ver 5.74 5.07 0.00 0.07 ind:pas:3s; -collectionnaient collectionner ver 5.74 5.07 0.01 0.20 ind:imp:3p; -collectionnais collectionner ver 5.74 5.07 0.40 0.41 ind:imp:1s;ind:imp:2s; -collectionnait collectionner ver 5.74 5.07 0.70 1.28 ind:imp:3s; -collectionnant collectionner ver 5.74 5.07 0.01 0.20 par:pre; -collectionne collectionner ver 5.74 5.07 2.63 1.01 imp:pre:2s;ind:pre:1s;ind:pre:3s; -collectionnent collectionner ver 5.74 5.07 0.23 0.20 ind:pre:3p; -collectionner collectionner ver 5.74 5.07 0.65 1.15 inf; -collectionnes collectionner ver 5.74 5.07 0.52 0.07 ind:pre:2s; -collectionneur collectionneur nom m s 1.72 4.32 1.30 2.36 -collectionneurs collectionneur nom m p 1.72 4.32 0.36 1.76 -collectionneuse collectionneuse nom f s 0.10 0.00 0.10 0.00 -collectionnez collectionner ver 5.74 5.07 0.26 0.07 imp:pre:2p;ind:pre:2p; -collectionnions collectionner ver 5.74 5.07 0.00 0.07 ind:imp:1p; -collectionnons collectionner ver 5.74 5.07 0.04 0.00 ind:pre:1p; -collectionné collectionner ver m s 5.74 5.07 0.19 0.14 par:pas; -collectionnées collectionner ver f p 5.74 5.07 0.11 0.07 par:pas; -collectionnés collectionner ver m p 5.74 5.07 0.00 0.14 par:pas; -collections collection nom f p 16.93 25.68 0.69 4.05 -collective collectif adj f s 4.60 15.68 1.88 7.91 -collectivement collectivement adv 0.22 0.74 0.22 0.74 -collectives collectif adj f p 4.60 15.68 0.36 1.69 -collectivisation collectivisation nom f s 0.04 0.27 0.04 0.27 -collectiviser collectiviser ver 0.19 0.14 0.05 0.00 inf; -collectivisme collectivisme nom m s 0.14 0.34 0.14 0.34 -collectiviste collectiviste adj s 0.01 0.20 0.01 0.20 -collectivisé collectiviser ver m s 0.19 0.14 0.14 0.00 par:pas; -collectivisée collectiviser ver f s 0.19 0.14 0.01 0.07 par:pas; -collectivisés collectiviser ver m p 0.19 0.14 0.00 0.07 par:pas; -collectivité collectivité nom f s 0.42 2.91 0.41 2.57 -collectivités collectivité nom f p 0.42 2.91 0.01 0.34 -collectons collecter ver 2.17 1.01 0.09 0.00 ind:pre:1p; -collector collector nom m s 0.24 0.00 0.24 0.00 -collectrice collecteur adj f s 0.01 0.00 0.01 0.00 -collecté collecter ver m s 2.17 1.01 0.35 0.20 par:pas; -collectée collecter ver f s 2.17 1.01 0.04 0.07 par:pas; -collectées collecter ver f p 2.17 1.01 0.05 0.00 par:pas; -collectés collecter ver m p 2.17 1.01 0.08 0.14 par:pas; -collent coller ver 51.34 107.16 1.59 2.97 ind:pre:3p; -coller coller ver 51.34 107.16 10.33 12.36 ind:pre:2p;inf; -collera coller ver 51.34 107.16 0.63 0.34 ind:fut:3s; -collerai coller ver 51.34 107.16 0.65 0.07 ind:fut:1s; -collerais coller ver 51.34 107.16 0.10 0.14 cnd:pre:1s;cnd:pre:2s; -collerait coller ver 51.34 107.16 0.22 0.41 cnd:pre:3s; -colleras coller ver 51.34 107.16 0.03 0.00 ind:fut:2s; -collerette collerette nom f s 0.04 2.09 0.04 1.62 -collerettes collerette nom f p 0.04 2.09 0.00 0.47 -collerez coller ver 51.34 107.16 0.06 0.00 ind:fut:2p; -colleront coller ver 51.34 107.16 0.37 0.00 ind:fut:3p; -colles coller ver 51.34 107.16 1.56 0.41 ind:pre:2s;sub:pre:2s; -collet collet nom m s 1.11 3.72 1.08 2.57 -colletage colletage nom m s 0.00 0.07 0.00 0.07 -colleter colleter ver 0.07 0.95 0.03 0.41 inf; -colletin colletin nom m s 0.00 0.14 0.00 0.14 -collets collet nom m p 1.11 3.72 0.03 1.15 -collette colleter ver 0.07 0.95 0.01 0.14 imp:pre:2s;ind:pre:3s; -colleté colleter ver m s 0.07 0.95 0.03 0.27 par:pas; -colletés colleter ver m p 0.07 0.95 0.00 0.14 par:pas; -colleur colleur nom m s 0.11 0.34 0.11 0.00 -colleurs colleur nom m p 0.11 0.34 0.00 0.34 -colleuse colleuse nom f s 0.01 0.00 0.01 0.00 -colley colley nom m s 0.28 0.00 0.27 0.00 -colleys colley nom m p 0.28 0.00 0.01 0.00 -collez coller ver 51.34 107.16 1.68 0.27 imp:pre:2p;ind:pre:2p; -collier collier nom m s 19.91 20.00 17.79 14.80 -colliers collier nom m p 19.91 20.00 2.13 5.20 -colliez coller ver 51.34 107.16 0.05 0.00 ind:imp:2p; -collignon collignon nom m s 2.54 0.20 2.54 0.20 -collimateur collimateur nom m s 0.69 0.81 0.69 0.81 -collimation collimation nom f s 0.00 0.07 0.00 0.07 -colline colline nom f s 26.39 55.61 15.61 30.07 -collines colline nom f p 26.39 55.61 10.79 25.54 -collions coller ver 51.34 107.16 0.01 0.34 ind:imp:1p; -collision collision nom f s 3.91 2.23 3.53 1.76 -collisions collision nom f p 3.91 2.23 0.38 0.47 -colloïdale colloïdal adj f s 0.01 0.00 0.01 0.00 -colloïde colloïde nom m s 0.00 0.07 0.00 0.07 -collodion collodion nom m s 0.03 0.14 0.03 0.14 -collons coller ver 51.34 107.16 0.14 0.14 imp:pre:1p;ind:pre:1p; -colloquant colloquer ver 0.00 0.54 0.00 0.07 par:pre; -colloque colloque nom m s 0.70 2.23 0.58 1.55 -colloquer colloquer ver 0.00 0.54 0.00 0.20 inf; -colloques colloque nom m p 0.70 2.23 0.12 0.68 -colloqué colloquer ver m s 0.00 0.54 0.00 0.20 par:pas; -colloquée colloquer ver f s 0.00 0.54 0.00 0.07 par:pas; -collège collège nom m s 11.58 26.82 11.30 25.00 -collèges collège nom m p 11.58 26.82 0.28 1.82 -collègue collègue nom s 38.93 32.09 18.22 12.16 -collègues collègue nom p 38.93 32.09 20.72 19.93 -collèrent coller ver 51.34 107.16 0.00 0.34 ind:pas:3p; -collé coller ver m s 51.34 107.16 6.66 20.41 par:pas; -collée coller ver f s 51.34 107.16 2.39 11.28 par:pas; -collées coller ver f p 51.34 107.16 1.19 7.57 par:pas; -collégial collégial adj m s 0.20 0.34 0.14 0.00 -collégiale collégial adj f s 0.20 0.34 0.05 0.27 -collégiales collégial adj f p 0.20 0.34 0.00 0.07 -collégialité collégialité nom f s 0.00 0.14 0.00 0.14 -collégiaux collégial adj m p 0.20 0.34 0.01 0.00 -collégien collégien nom m s 0.84 4.66 0.30 1.89 -collégienne collégien nom f s 0.84 4.66 0.26 0.61 -collégiennes collégienne nom f p 0.05 0.00 0.05 0.00 -collégiens collégien nom m p 0.84 4.66 0.28 1.76 -collure collure nom f s 0.03 0.00 0.03 0.00 -collés coller ver m p 51.34 107.16 2.21 11.15 par:pas; -collusion collusion nom f s 0.10 0.74 0.10 0.54 -collusions collusion nom f p 0.10 0.74 0.00 0.20 -collutoire collutoire nom m s 0.00 0.07 0.00 0.07 -collyre collyre nom m s 0.50 0.47 0.50 0.27 -collyres collyre nom m p 0.50 0.47 0.00 0.20 -colmatage colmatage nom m s 0.03 0.07 0.03 0.07 -colmataient colmater ver 1.51 1.76 0.00 0.07 ind:imp:3p; -colmatais colmater ver 1.51 1.76 0.00 0.07 ind:imp:1s; -colmatait colmater ver 1.51 1.76 0.00 0.27 ind:imp:3s; -colmatant colmater ver 1.51 1.76 0.01 0.07 par:pre; -colmate colmater ver 1.51 1.76 0.31 0.20 imp:pre:2s;ind:pre:3s; -colmater colmater ver 1.51 1.76 0.56 0.47 inf; -colmatez colmater ver 1.51 1.76 0.01 0.00 imp:pre:2p; -colmatons colmater ver 1.51 1.76 0.01 0.00 imp:pre:1p; -colmaté colmater ver m s 1.51 1.76 0.14 0.20 par:pas; -colmatée colmater ver f s 1.51 1.76 0.27 0.20 par:pas; -colmatées colmater ver f p 1.51 1.76 0.20 0.14 par:pas; -colmatés colmater ver m p 1.51 1.76 0.00 0.07 par:pas; -colo colo nom f s 1.11 2.91 1.10 2.77 -colocataire colocataire nom s 4.88 0.07 3.91 0.00 -colocataires colocataire nom p 4.88 0.07 0.97 0.07 -colocation colocation nom f s 0.23 0.07 0.23 0.07 -colombages colombage nom m p 0.00 0.68 0.00 0.68 -colombe colombe nom f s 6.84 5.34 5.08 3.51 -colombelle colombelle nom f s 0.00 1.22 0.00 1.22 -colombes colombe nom f p 6.84 5.34 1.76 1.82 -colombien colombien adj m s 0.54 0.14 0.29 0.00 -colombienne colombien nom f s 1.11 0.14 0.17 0.14 -colombiens colombien nom m p 1.11 0.14 0.75 0.00 -colombier colombier nom m s 0.12 1.49 0.12 1.35 -colombiers colombier nom m p 0.12 1.49 0.00 0.14 -colombin colombin nom m s 0.01 0.61 0.01 0.14 -colombine colombin adj f s 0.02 0.34 0.01 0.27 -colombines colombin adj f p 0.02 0.34 0.00 0.07 -colombins colombin nom m p 0.01 0.61 0.00 0.47 -colombo colombo nom m s 0.00 0.07 0.00 0.07 -colombophile colombophile adj s 0.27 0.34 0.27 0.34 -colombophilie colombophilie nom f s 0.14 0.07 0.14 0.07 -colon colon nom m s 5.46 4.05 1.21 0.88 -colonel colonel nom m s 103.70 47.03 102.86 42.91 -colonelle colonel nom f s 103.70 47.03 0.14 1.82 -colonels colonel nom m p 103.70 47.03 0.71 2.30 -colonial colonial adj m s 2.85 12.70 1.12 4.32 -coloniale colonial adj f s 2.85 12.70 1.11 5.34 -coloniales colonial adj f p 2.85 12.70 0.31 1.49 -colonialisme colonialisme nom m s 0.34 0.74 0.34 0.68 -colonialismes colonialisme nom m p 0.34 0.74 0.00 0.07 -colonialiste colonialiste nom s 0.26 0.07 0.10 0.00 -colonialistes colonialiste nom p 0.26 0.07 0.16 0.07 -coloniaux colonial adj m p 2.85 12.70 0.30 1.55 -colonie colonie nom f s 8.75 19.05 5.53 10.34 -colonies colonie nom f p 8.75 19.05 3.22 8.72 -colonisait coloniser ver 0.60 1.62 0.00 0.14 ind:imp:3s; -colonisateur colonisateur nom m s 0.01 0.20 0.00 0.14 -colonisateurs colonisateur nom m p 0.01 0.20 0.01 0.07 -colonisation colonisation nom f s 0.71 0.68 0.71 0.61 -colonisations colonisation nom f p 0.71 0.68 0.00 0.07 -colonisatrice colonisateur adj f s 0.01 0.14 0.01 0.14 -colonise coloniser ver 0.60 1.62 0.01 0.14 ind:pre:3s; -colonisent coloniser ver 0.60 1.62 0.04 0.00 ind:pre:3p; -coloniser coloniser ver 0.60 1.62 0.22 0.41 inf; -coloniserait coloniser ver 0.60 1.62 0.01 0.00 cnd:pre:3s; -colonisez coloniser ver 0.60 1.62 0.01 0.00 ind:pre:2p; -colonisons coloniser ver 0.60 1.62 0.02 0.00 imp:pre:1p;ind:pre:1p; -colonisèrent coloniser ver 0.60 1.62 0.02 0.07 ind:pas:3p; -colonisé coloniser ver m s 0.60 1.62 0.15 0.41 par:pas; -colonisée coloniser ver f s 0.60 1.62 0.06 0.27 par:pas; -colonisées coloniser ver f p 0.60 1.62 0.02 0.00 par:pas; -colonisés coloniser ver m p 0.60 1.62 0.02 0.20 par:pas; -colonnade colonnade nom f s 0.17 2.84 0.15 1.15 -colonnades colonnade nom f p 0.17 2.84 0.02 1.69 -colonne colonne nom f s 9.29 50.07 6.58 25.95 -colonnes colonne nom f p 9.29 50.07 2.71 24.12 -colonnette colonnette nom f s 0.00 1.82 0.00 0.74 -colonnettes colonnette nom f p 0.00 1.82 0.00 1.08 -colonoscopie colonoscopie nom f s 0.01 0.00 0.01 0.00 -colons colon nom m p 5.46 4.05 1.58 3.18 -colopathie colopathie nom f s 0.01 0.00 0.01 0.00 -colophane colophane nom f s 0.28 0.20 0.28 0.20 -colophané colophaner ver m s 0.10 0.00 0.10 0.00 par:pas; -coloquinte coloquinte nom f s 0.00 0.27 0.00 0.14 -coloquintes coloquinte nom f p 0.00 0.27 0.00 0.14 -colora colorer ver 1.10 9.39 0.00 0.81 ind:pas:3s; -colorai colorer ver 1.10 9.39 0.00 0.07 ind:pas:1s; -coloraient colorer ver 1.10 9.39 0.00 0.54 ind:imp:3p; -colorait colorer ver 1.10 9.39 0.00 1.55 ind:imp:3s; -colorant colorant nom m s 0.42 0.47 0.33 0.20 -colorantes colorant adj f p 0.20 0.14 0.00 0.07 -colorants colorant nom m p 0.42 0.47 0.09 0.27 -coloration coloration nom f s 0.67 1.49 0.65 1.15 -colorations coloration nom f p 0.67 1.49 0.01 0.34 -colorature colorature nom f s 0.14 0.14 0.14 0.14 -colore colorer ver 1.10 9.39 0.13 1.01 imp:pre:2s;ind:pre:3s; -colorectal colorectal adj m s 0.01 0.00 0.01 0.00 -colorent colorer ver 1.10 9.39 0.14 0.41 ind:pre:3p; -colorer colorer ver 1.10 9.39 0.16 0.68 inf; -colorez colorer ver 1.10 9.39 0.01 0.07 imp:pre:2p; -coloriage coloriage nom m s 0.49 0.34 0.31 0.27 -coloriages coloriage nom m p 0.49 0.34 0.18 0.07 -coloriaient colorier ver 1.10 5.41 0.00 0.07 ind:imp:3p; -coloriait colorier ver 1.10 5.41 0.01 0.20 ind:imp:3s; -colorie colorier ver 1.10 5.41 0.07 0.07 imp:pre:2s;ind:pre:1s;ind:pre:3s; -colorient colorier ver 1.10 5.41 0.01 0.07 ind:pre:3p; -colorier colorier ver 1.10 5.41 0.25 0.68 inf; -coloriez colorier ver 1.10 5.41 0.17 0.00 imp:pre:2p;ind:pre:2p; -coloris coloris nom m 0.39 1.62 0.39 1.62 -colorisation colorisation nom f s 0.04 0.00 0.04 0.00 -coloriste coloriste nom s 0.16 0.27 0.16 0.27 -colorisé coloriser ver m s 0.02 0.00 0.02 0.00 par:pas; -colorié colorier ver m s 1.10 5.41 0.18 1.08 par:pas; -coloriée colorier ver f s 1.10 5.41 0.11 0.81 par:pas; -coloriées colorier ver f p 1.10 5.41 0.06 1.49 par:pas; -coloriés colorier ver m p 1.10 5.41 0.25 0.95 par:pas; -colorèrent colorer ver 1.10 9.39 0.00 0.20 ind:pas:3p; -coloré coloré adj m s 2.32 9.53 0.78 2.36 -colorée colorer ver f s 1.10 9.39 0.32 1.01 par:pas; -colorées coloré adj f p 2.32 9.53 0.60 2.36 -colorés coloré adj m p 2.32 9.53 0.78 2.70 -colos colo nom f p 1.11 2.91 0.01 0.14 -coloscopie coloscopie nom f s 0.13 0.00 0.13 0.00 -colossal colossal adj m s 1.37 9.05 0.81 4.46 -colossale colossal adj f s 1.37 9.05 0.48 2.70 -colossales colossal adj f p 1.37 9.05 0.02 1.42 -colossaux colossal adj m p 1.37 9.05 0.05 0.47 -colosse colosse nom m s 2.72 6.82 2.46 6.08 -colosses colosse nom m p 2.72 6.82 0.26 0.74 -colostomie colostomie nom f s 0.09 0.00 0.09 0.00 -colostrum colostrum nom m s 0.01 0.00 0.01 0.00 -colporta colporter ver 0.56 2.16 0.00 0.07 ind:pas:3s; -colportage colportage nom m s 0.01 0.14 0.01 0.14 -colportaient colporter ver 0.56 2.16 0.00 0.14 ind:imp:3p; -colportait colporter ver 0.56 2.16 0.00 0.68 ind:imp:3s; -colportant colporter ver 0.56 2.16 0.01 0.20 par:pre; -colporte colporter ver 0.56 2.16 0.08 0.14 imp:pre:2s;ind:pre:3s; -colportent colporter ver 0.56 2.16 0.03 0.00 ind:pre:3p; -colporter colporter ver 0.56 2.16 0.37 0.47 inf; -colportera colporter ver 0.56 2.16 0.00 0.07 ind:fut:3s; -colportes colporter ver 0.56 2.16 0.00 0.07 ind:pre:2s; -colporteur colporteur nom m s 0.53 1.42 0.38 0.54 -colporteurs colporteur nom m p 0.53 1.42 0.15 0.74 -colporteuse colporteur nom f s 0.53 1.42 0.00 0.14 -colportons colporter ver 0.56 2.16 0.02 0.00 imp:pre:1p;ind:pre:1p; -colporté colporter ver m s 0.56 2.16 0.01 0.14 par:pas; -colportée colporter ver f s 0.56 2.16 0.01 0.14 par:pas; -colportées colporter ver f p 0.56 2.16 0.02 0.07 par:pas; -colposcopie colposcopie nom f s 0.01 0.00 0.01 0.00 -cols_de_cygne cols_de_cygne nom m p 0.00 0.07 0.00 0.07 -col_vert col_vert nom m p 0.12 0.14 0.00 0.07 -cols col nom m p 9.76 57.43 1.37 5.61 -colt colt nom m s 0.97 1.82 0.57 1.82 -colère colère nom f s 68.90 100.07 67.91 92.77 -colères colère nom f p 68.90 100.07 0.99 7.30 -coltin coltin nom m s 0.00 0.27 0.00 0.27 -coltina coltiner ver 1.15 3.04 0.00 0.14 ind:pas:3s; -coltinage coltinage nom m s 0.00 0.34 0.00 0.27 -coltinages coltinage nom m p 0.00 0.34 0.00 0.07 -coltinais coltiner ver 1.15 3.04 0.02 0.20 ind:imp:1s; -coltinait coltiner ver 1.15 3.04 0.02 0.14 ind:imp:3s; -coltinant coltiner ver 1.15 3.04 0.00 0.14 par:pre; -coltine coltiner ver 1.15 3.04 0.15 0.61 imp:pre:2s;ind:pre:1s;ind:pre:3s; -coltinent coltiner ver 1.15 3.04 0.01 0.07 ind:pre:3p; -coltiner coltiner ver 1.15 3.04 0.48 1.22 inf; -coltines coltiner ver 1.15 3.04 0.23 0.14 ind:pre:2s; -coltineur coltineur nom m s 0.00 0.07 0.00 0.07 -coltinez coltiner ver 1.15 3.04 0.01 0.00 ind:pre:2p; -coltiné coltiner ver m s 1.15 3.04 0.18 0.20 par:pas; -coltinée coltiner ver f s 1.15 3.04 0.04 0.07 par:pas; -coltinés coltiner ver m p 1.15 3.04 0.00 0.14 par:pas; -colts colt nom m p 0.97 1.82 0.40 0.00 -colée colée nom f s 0.01 0.07 0.01 0.07 -columbarium columbarium nom m s 0.00 0.54 0.00 0.54 -coléoptère coléoptère nom m s 0.64 1.49 0.38 0.61 -coléoptères coléoptère nom m p 0.64 1.49 0.27 0.88 -colérer colérer ver 0.01 0.00 0.01 0.00 inf; -coléreuse coléreux adj f s 1.05 2.64 0.32 0.54 -coléreusement coléreusement adv 0.00 0.07 0.00 0.07 -coléreux coléreux adj m 1.05 2.64 0.73 2.09 -colérique colérique adj s 0.44 0.88 0.43 0.61 -colériques colérique adj f p 0.44 0.88 0.01 0.27 -colvert colvert nom m s 0.19 0.68 0.17 0.41 -colverts colvert nom m p 0.19 0.68 0.03 0.27 -colza colza nom m s 0.05 0.81 0.05 0.61 -colzas colza nom m p 0.05 0.81 0.00 0.20 -com com nom m s 40.90 0.27 40.90 0.27 -coma coma nom m s 12.66 4.93 12.58 4.86 -comac comac adj s 0.16 1.22 0.14 1.08 -comacs comac adj m p 0.16 1.22 0.01 0.14 -comanche comanche nom m s 0.36 0.07 0.36 0.07 -comandant comandant nom s 0.16 0.27 0.16 0.27 -comas coma nom m p 12.66 4.93 0.08 0.07 -comateuse comateux adj f s 0.55 1.08 0.14 0.14 -comateux comateux adj m 0.55 1.08 0.41 0.95 -combat combat nom m s 64.83 72.57 57.31 52.36 -combatif combatif adj m s 0.90 1.42 0.78 0.54 -combatifs combatif adj m p 0.90 1.42 0.05 0.07 -combative combatif adj f s 0.90 1.42 0.07 0.81 -combativité combativité nom f s 0.28 0.41 0.28 0.41 -combats combat nom m p 64.83 72.57 7.53 20.20 -combattît combattre ver 42.89 36.35 0.02 0.07 sub:imp:3s; -combattaient combattre ver 42.89 36.35 0.31 1.62 ind:imp:3p; -combattais combattre ver 42.89 36.35 0.17 0.14 ind:imp:1s;ind:imp:2s; -combattait combattre ver 42.89 36.35 0.50 1.35 ind:imp:3s; -combattant combattant nom m s 6.28 18.31 2.49 4.46 -combattante combattant nom f s 6.28 18.31 0.22 0.54 -combattantes combattant nom f p 6.28 18.31 0.14 0.27 -combattants combattant nom m p 6.28 18.31 3.43 13.04 -combatte combattre ver 42.89 36.35 0.15 0.14 sub:pre:1s;sub:pre:3s; -combattent combattre ver 42.89 36.35 1.51 2.64 ind:pre:3p; -combattes combattre ver 42.89 36.35 0.04 0.00 sub:pre:2s; -combattez combattre ver 42.89 36.35 1.52 0.34 imp:pre:2p;ind:pre:2p; -combattiez combattre ver 42.89 36.35 0.11 0.00 ind:imp:2p; -combattions combattre ver 42.89 36.35 0.10 0.07 ind:imp:1p; -combattirent combattre ver 42.89 36.35 0.03 0.14 ind:pas:3p; -combattit combattre ver 42.89 36.35 0.05 0.20 ind:pas:3s; -combattons combattre ver 42.89 36.35 1.40 0.27 imp:pre:1p;ind:pre:1p; -combattra combattre ver 42.89 36.35 0.63 0.07 ind:fut:3s; -combattrai combattre ver 42.89 36.35 0.52 0.07 ind:fut:1s; -combattraient combattre ver 42.89 36.35 0.04 0.00 cnd:pre:3p; -combattrais combattre ver 42.89 36.35 0.10 0.00 cnd:pre:1s;cnd:pre:2s; -combattrait combattre ver 42.89 36.35 0.00 0.14 cnd:pre:3s; -combattras combattre ver 42.89 36.35 0.19 0.00 ind:fut:2s; -combattre combattre ver 42.89 36.35 20.96 17.97 inf; -combattrez combattre ver 42.89 36.35 0.19 0.00 ind:fut:2p; -combattriez combattre ver 42.89 36.35 0.02 0.00 cnd:pre:2p; -combattrons combattre ver 42.89 36.35 0.59 0.00 ind:fut:1p; -combattront combattre ver 42.89 36.35 0.07 0.14 ind:fut:3p; -combattu combattre ver m s 42.89 36.35 6.41 3.65 par:pas; -combattue combattre ver f s 42.89 36.35 0.22 0.27 par:pas; -combattues combattre ver f p 42.89 36.35 0.04 0.14 par:pas; -combattus combattre ver m p 42.89 36.35 0.30 0.27 par:pas; -combe combe nom f s 0.07 4.59 0.07 3.99 -combes combe nom f p 0.07 4.59 0.00 0.61 -combette combette nom f s 0.00 0.14 0.00 0.14 -combi combi nom m s 0.69 0.00 0.67 0.00 -combien combien adv_sup 390.58 108.04 390.58 108.04 -combientième combientième adj s 0.05 0.07 0.05 0.07 -combina combiner ver 4.50 6.35 0.01 0.07 ind:pas:3s; -combinaient combiner ver 4.50 6.35 0.01 0.47 ind:imp:3p; -combinaison combinaison nom f s 14.56 17.43 11.44 10.81 -combinaisons combinaison nom f p 14.56 17.43 3.12 6.62 -combinait combiner ver 4.50 6.35 0.04 0.74 ind:imp:3s; -combinant combiner ver 4.50 6.35 0.21 0.81 par:pre; -combinard combinard nom m s 0.50 0.27 0.39 0.14 -combinards combinard nom m p 0.50 0.27 0.11 0.14 -combinat combinat nom m s 0.23 0.00 0.23 0.00 -combinatoire combinatoire adj f s 0.10 0.41 0.07 0.34 -combinatoires combinatoire adj f p 0.10 0.41 0.03 0.07 -combine combine nom f s 6.84 8.24 4.32 4.80 -combinent combiner ver 4.50 6.35 0.04 0.41 ind:pre:3p; -combiner combiner ver 4.50 6.35 1.42 1.55 inf; -combineraient combiner ver 4.50 6.35 0.00 0.07 cnd:pre:3p; -combinerait combiner ver 4.50 6.35 0.01 0.00 cnd:pre:3s; -combinerons combiner ver 4.50 6.35 0.02 0.00 ind:fut:1p; -combines combine nom f p 6.84 8.24 2.52 3.45 -combinez combiner ver 4.50 6.35 0.08 0.00 imp:pre:2p;ind:pre:2p; -combinons combiner ver 4.50 6.35 0.01 0.07 ind:pre:1p; -combiné combiner ver m s 4.50 6.35 1.50 0.88 par:pas; -combinée combiner ver f s 4.50 6.35 0.28 0.54 par:pas; -combinées combiné adj f p 0.88 1.69 0.20 0.41 -combinés combiné adj m p 0.88 1.69 0.33 0.41 -combis combi nom m p 0.69 0.00 0.02 0.00 -combisme combisme nom m s 0.00 0.07 0.00 0.07 -combla combler ver 9.35 25.34 0.03 0.61 ind:pas:3s; -comblaient combler ver 9.35 25.34 0.02 0.47 ind:imp:3p; -comblais combler ver 9.35 25.34 0.01 0.07 ind:imp:1s;ind:imp:2s; -comblait combler ver 9.35 25.34 0.06 4.12 ind:imp:3s; -comblant combler ver 9.35 25.34 0.02 0.41 par:pre; -comblants comblant adj m p 0.00 0.27 0.00 0.07 -comble comble nom m s 8.56 27.30 7.86 22.50 -comblent combler ver 9.35 25.34 0.29 0.20 ind:pre:3p; -combler combler ver 9.35 25.34 2.50 7.97 inf; -comblera combler ver 9.35 25.34 0.27 0.07 ind:fut:3s; -comblerai combler ver 9.35 25.34 0.04 0.07 ind:fut:1s; -combleraient combler ver 9.35 25.34 0.00 0.27 cnd:pre:3p; -comblerais combler ver 9.35 25.34 0.01 0.07 cnd:pre:1s; -comblerait combler ver 9.35 25.34 0.07 0.07 cnd:pre:3s; -comblerez combler ver 9.35 25.34 0.02 0.00 ind:fut:2p; -combleront combler ver 9.35 25.34 0.01 0.27 ind:fut:3p; -combles comble nom m p 8.56 27.30 0.70 4.80 -comblez combler ver 9.35 25.34 0.56 0.07 imp:pre:2p;ind:pre:2p; -comblons combler ver 9.35 25.34 0.02 0.00 imp:pre:1p; -comblât combler ver 9.35 25.34 0.00 0.07 sub:imp:3s; -comblèrent combler ver 9.35 25.34 0.00 0.14 ind:pas:3p; -comblé combler ver m s 9.35 25.34 2.00 3.58 par:pas; -comblée combler ver f s 9.35 25.34 1.12 1.89 par:pas; -comblées combler ver f p 9.35 25.34 0.03 0.27 par:pas; -comblés combler ver m p 9.35 25.34 0.49 1.55 par:pas; -combo combo nom m s 0.40 0.00 0.40 0.00 -combourgeois combourgeois nom m 0.00 0.07 0.00 0.07 -comburant comburant adj m s 0.03 0.00 0.03 0.00 -combustible combustible nom m s 1.27 1.49 1.21 1.01 -combustibles combustible nom m p 1.27 1.49 0.05 0.47 -combustion combustion nom f s 3.78 1.89 3.71 1.82 -combustions combustion nom f p 3.78 1.89 0.07 0.07 -comestibilité comestibilité nom f s 0.01 0.00 0.01 0.00 -comestible comestible adj s 1.20 2.36 1.04 1.22 -comestibles comestible adj p 1.20 2.36 0.16 1.15 -comic_book comic_book nom m s 0.08 0.07 0.01 0.00 -comic_book comic_book nom m p 0.08 0.07 0.07 0.07 -comice comice nom s 0.00 0.34 0.00 0.07 -comices comice nom m p 0.00 0.34 0.00 0.27 -comics comics nom m p 0.69 0.41 0.69 0.41 -comique comique adj s 4.86 13.45 4.33 10.34 -comiquement comiquement adv 0.14 1.35 0.14 1.35 -comiques comique nom p 5.17 3.92 0.94 0.41 -comitadji comitadji nom m s 0.01 0.07 0.01 0.07 -comite comite nom m s 0.05 0.14 0.05 0.00 -comites comite nom m p 0.05 0.14 0.00 0.14 -comité comité nom m s 18.72 63.65 18.34 58.99 -comités comité nom m p 18.72 63.65 0.38 4.66 -commît commettre ver 47.45 37.16 0.00 0.07 sub:imp:3s; -comma comma nom m s 0.03 0.00 0.03 0.00 -command command nom m s 0.44 0.07 0.44 0.07 -commanda commander ver 63.49 80.34 0.22 10.14 ind:pas:3s; -commandai commander ver 63.49 80.34 0.01 0.61 ind:pas:1s; -commandaient commander ver 63.49 80.34 0.05 1.89 ind:imp:3p; -commandais commander ver 63.49 80.34 0.47 0.61 ind:imp:1s;ind:imp:2s; -commandait commander ver 63.49 80.34 0.95 10.81 ind:imp:3s; -commandant commandant nom m s 55.24 49.80 54.31 47.64 -commandante commandant adj f s 17.32 5.14 0.13 0.07 -commandants commandant nom m p 55.24 49.80 0.93 2.16 -commande commander ver 63.49 80.34 20.50 13.31 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -commandement commandement nom m s 20.47 47.23 18.13 43.51 -commandements commandement nom m p 20.47 47.23 2.34 3.72 -commandent commander ver 63.49 80.34 1.14 2.64 ind:pre:3p; -commander commander ver 63.49 80.34 13.50 11.55 ind:pre:2p;inf; -commandera commander ver 63.49 80.34 0.70 0.14 ind:fut:3s; -commanderai commander ver 63.49 80.34 0.84 0.27 ind:fut:1s; -commanderait commander ver 63.49 80.34 0.04 0.20 cnd:pre:3s; -commanderas commander ver 63.49 80.34 0.28 0.14 ind:fut:2s; -commanderez commander ver 63.49 80.34 0.22 0.00 ind:fut:2p; -commanderie commanderie nom f s 0.14 0.14 0.14 0.07 -commanderies commanderie nom f p 0.14 0.14 0.00 0.07 -commanderons commander ver 63.49 80.34 0.03 0.07 ind:fut:1p; -commanderont commander ver 63.49 80.34 0.01 0.07 ind:fut:3p; -commandes commande nom f p 31.36 18.72 11.96 6.08 -commandeur commandeur nom m s 2.55 0.74 2.52 0.61 -commandeurs commandeur nom m p 2.55 0.74 0.03 0.14 -commandez commander ver 63.49 80.34 2.84 0.34 imp:pre:2p;ind:pre:2p; -commandiez commander ver 63.49 80.34 0.32 0.07 ind:imp:2p; -commandions commander ver 63.49 80.34 0.02 0.14 ind:imp:1p; -commanditaire commanditaire nom s 1.02 1.08 0.82 0.68 -commanditaires commanditaire nom p 1.02 1.08 0.20 0.41 -commandite commanditer ver 0.68 0.20 0.06 0.00 ind:pre:1s;ind:pre:3s; -commanditer commanditer ver 0.68 0.20 0.06 0.14 inf; -commandites commanditer ver 0.68 0.20 0.10 0.00 ind:pre:2s; -commandité commanditer ver m s 0.68 0.20 0.42 0.00 par:pas; -commanditée commanditer ver f s 0.68 0.20 0.03 0.07 par:pas; -commanditées commanditer ver f p 0.68 0.20 0.01 0.00 par:pas; -commando commando nom m s 5.39 6.82 4.01 3.85 -commandons commander ver 63.49 80.34 0.69 0.07 imp:pre:1p;ind:pre:1p; -commando_suicide commando_suicide nom m p 0.01 0.00 0.01 0.00 -commandos commando nom m p 5.39 6.82 1.38 2.97 -commandât commander ver 63.49 80.34 0.00 0.14 sub:imp:3s; -commandèrent commander ver 63.49 80.34 0.00 1.01 ind:pas:3p; -commandé commander ver m s 63.49 80.34 14.77 12.30 par:pas; -commandée commander ver f s 63.49 80.34 1.30 3.04 par:pas; -commandées commander ver f p 63.49 80.34 0.47 1.28 par:pas; -commandés commander ver m p 63.49 80.34 0.64 1.76 par:pas; -comme comme con 2326.08 3429.32 2326.08 3429.32 -commedia_dell_arte commedia_dell_arte nom f s 0.02 0.14 0.02 0.14 -commence commencer ver 436.83 421.89 143.51 82.50 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -commencement commencement nom m s 6.41 16.55 6.22 15.68 -commencements commencement nom m p 6.41 16.55 0.20 0.88 -commencent commencer ver 436.83 421.89 11.69 13.85 ind:pre:3p; -commencer commencer ver 436.83 421.89 92.51 42.50 inf; -commencera commencer ver 436.83 421.89 4.70 1.89 ind:fut:3s; -commencerai commencer ver 436.83 421.89 1.61 0.54 ind:fut:1s; -commenceraient commencer ver 436.83 421.89 0.04 0.68 cnd:pre:3p; -commencerais commencer ver 436.83 421.89 1.01 0.61 cnd:pre:1s;cnd:pre:2s; -commencerait commencer ver 436.83 421.89 0.37 1.82 cnd:pre:3s; -commenceras commencer ver 436.83 421.89 0.54 0.20 ind:fut:2s; -commencerez commencer ver 436.83 421.89 0.51 0.07 ind:fut:2p; -commenceriez commencer ver 436.83 421.89 0.06 0.00 cnd:pre:2p; -commencerions commencer ver 436.83 421.89 0.14 0.00 cnd:pre:1p; -commencerons commencer ver 436.83 421.89 1.55 0.14 ind:fut:1p; -commenceront commencer ver 436.83 421.89 1.02 0.61 ind:fut:3p; -commences commencer ver 436.83 421.89 16.10 2.91 ind:pre:2s;sub:pre:2s; -commencez commencer ver 436.83 421.89 17.43 2.36 imp:pre:2p;ind:pre:2p; -commenciez commencer ver 436.83 421.89 0.91 0.34 ind:imp:2p; -commencions commencer ver 436.83 421.89 0.49 1.69 ind:imp:1p; -commencèrent commencer ver 436.83 421.89 0.88 9.39 ind:pas:3p; -commencé commencer ver m s 436.83 421.89 102.62 73.99 par:pas;par:pas;par:pas; -commencée commencer ver f s 436.83 421.89 1.64 4.32 par:pas; -commencées commencer ver f p 436.83 421.89 0.05 0.74 par:pas; -commencés commencer ver m p 436.83 421.89 0.09 0.88 par:pas; -commensal commensal nom m s 0.02 0.88 0.00 0.27 -commensalisme commensalisme nom m s 0.00 0.07 0.00 0.07 -commensaux commensal nom m p 0.02 0.88 0.02 0.61 -commensurable commensurable adj s 0.00 0.14 0.00 0.07 -commensurables commensurable adj p 0.00 0.14 0.00 0.07 -comment comment con 558.33 241.35 558.33 241.35 -commenta commenter ver 2.70 19.93 0.04 3.04 ind:pas:3s; -commentai commenter ver 2.70 19.93 0.00 0.14 ind:pas:1s; -commentaient commenter ver 2.70 19.93 0.00 0.81 ind:imp:3p; -commentaire commentaire nom m s 13.94 20.81 8.21 8.51 -commentaires commentaire nom m p 13.94 20.81 5.73 12.30 -commentais commenter ver 2.70 19.93 0.01 0.20 ind:imp:1s;ind:imp:2s; -commentait commenter ver 2.70 19.93 0.00 3.45 ind:imp:3s; -commentant commenter ver 2.70 19.93 0.20 1.49 par:pre; -commentateur commentateur nom m s 0.61 1.89 0.25 0.68 -commentateurs commentateur nom m p 0.61 1.89 0.32 1.22 -commentatrice commentateur nom f s 0.61 1.89 0.04 0.00 -commente commenter ver 2.70 19.93 0.17 3.11 imp:pre:2s;ind:pre:1s;ind:pre:3s; -commentent commenter ver 2.70 19.93 0.01 0.68 ind:pre:3p; -commenter commenter ver 2.70 19.93 1.40 3.51 inf; -commentera commenter ver 2.70 19.93 0.01 0.07 ind:fut:3s; -commenterai commenter ver 2.70 19.93 0.01 0.07 ind:fut:1s; -commenterait commenter ver 2.70 19.93 0.01 0.00 cnd:pre:3s; -commentez commenter ver 2.70 19.93 0.52 0.00 imp:pre:2p;ind:pre:2p; -commença commencer ver 436.83 421.89 3.95 51.35 ind:pas:3s; -commençai commencer ver 436.83 421.89 0.44 6.96 ind:pas:1s; -commençaient commencer ver 436.83 421.89 0.93 20.20 ind:imp:3p; -commençais commencer ver 436.83 421.89 6.38 14.73 ind:imp:1s;ind:imp:2s; -commençait commencer ver 436.83 421.89 7.69 74.66 ind:imp:3s; -commençant commencer ver 436.83 421.89 2.76 8.04 par:pre; -commençante commençant adj f s 0.00 1.15 0.00 0.74 -commençantes commençant adj f p 0.00 1.15 0.00 0.07 -commençants commençant adj m p 0.00 1.15 0.00 0.14 -commenças commencer ver 436.83 421.89 0.00 0.14 ind:pas:2s; -commençâmes commencer ver 436.83 421.89 0.02 0.61 ind:pas:1p; -commençons commencer ver 436.83 421.89 15.20 2.30 imp:pre:1p;ind:pre:1p; -commençât commencer ver 436.83 421.89 0.00 0.88 sub:imp:3s; -commentions commenter ver 2.70 19.93 0.00 0.34 ind:imp:1p; -commenté commenter ver m s 2.70 19.93 0.08 1.42 par:pas; -commentée commenter ver f s 2.70 19.93 0.14 0.68 par:pas; -commentées commenter ver f p 2.70 19.93 0.01 0.47 par:pas; -commentés commenter ver m p 2.70 19.93 0.10 0.47 par:pas; -commerce commerce nom m s 19.57 29.93 18.55 29.05 -commercent commercer ver 1.01 1.01 0.11 0.00 ind:pre:3p; -commercer commercer ver 1.01 1.01 0.27 0.20 inf; -commerces commerce nom m p 19.57 29.93 1.01 0.88 -commercial commercial adj m s 13.13 9.73 8.47 4.12 -commerciale commercial adj f s 13.13 9.73 2.39 2.77 -commercialement commercialement adv 0.16 0.27 0.16 0.27 -commerciales commercial adj f p 13.13 9.73 1.03 1.55 -commercialisable commercialisable adj s 0.02 0.00 0.02 0.00 -commercialisation commercialisation nom f s 0.15 0.41 0.15 0.41 -commercialiser commercialiser ver 0.47 0.20 0.18 0.14 inf; -commercialisera commercialiser ver 0.47 0.20 0.01 0.00 ind:fut:3s; -commercialisé commercialiser ver m s 0.47 0.20 0.28 0.07 par:pas; -commerciaux commercial adj m p 13.13 9.73 1.24 1.28 -commerciez commercer ver 1.01 1.01 0.01 0.00 ind:imp:2p; -commercé commercer ver m s 1.01 1.01 0.08 0.07 par:pas; -commerçait commercer ver 1.01 1.01 0.01 0.20 ind:imp:3s; -commerçant commerçant nom m s 4.34 16.28 1.54 4.19 -commerçante commerçant nom f s 4.34 16.28 0.11 1.28 -commerçantes commerçant adj f p 0.99 2.57 0.02 0.20 -commerçants commerçant nom m p 4.34 16.28 2.69 10.81 -commerçons commercer ver 1.01 1.01 0.00 0.07 ind:pre:1p; -commet commettre ver 47.45 37.16 3.12 1.62 ind:pre:3s; -commets commettre ver 47.45 37.16 0.97 0.54 imp:pre:2s;ind:pre:1s;ind:pre:2s; -commettaient commettre ver 47.45 37.16 0.05 0.47 ind:imp:3p; -commettais commettre ver 47.45 37.16 0.06 0.41 ind:imp:1s;ind:imp:2s; -commettait commettre ver 47.45 37.16 0.09 0.88 ind:imp:3s; -commettant commettre ver 47.45 37.16 0.14 0.27 par:pre; -commettants commettant nom m p 0.02 0.07 0.01 0.07 -commette commettre ver 47.45 37.16 0.17 0.27 sub:pre:1s;sub:pre:3s; -commettent commettre ver 47.45 37.16 0.90 0.95 ind:pre:3p; -commettes commettre ver 47.45 37.16 0.04 0.00 sub:pre:2s; -commettez commettre ver 47.45 37.16 0.82 0.00 imp:pre:2p;ind:pre:2p; -commettiez commettre ver 47.45 37.16 0.06 0.00 ind:imp:2p; -commettions commettre ver 47.45 37.16 0.00 0.14 ind:imp:1p; -commettons commettre ver 47.45 37.16 0.27 0.07 imp:pre:1p;ind:pre:1p; -commettra commettre ver 47.45 37.16 0.11 0.20 ind:fut:3s; -commettrai commettre ver 47.45 37.16 0.17 0.34 ind:fut:1s; -commettraient commettre ver 47.45 37.16 0.03 0.27 cnd:pre:3p; -commettrais commettre ver 47.45 37.16 0.18 0.00 cnd:pre:1s;cnd:pre:2s; -commettrait commettre ver 47.45 37.16 0.23 0.27 cnd:pre:3s; -commettras commettre ver 47.45 37.16 0.33 0.07 ind:fut:2s; -commettre commettre ver 47.45 37.16 9.69 8.99 inf; -commettrez commettre ver 47.45 37.16 0.04 0.00 ind:fut:2p; -comminatoire comminatoire adj s 0.00 0.68 0.00 0.47 -comminatoires comminatoire adj p 0.00 0.68 0.00 0.20 -comminutive comminutif adj f s 0.01 0.00 0.01 0.00 -commirent commettre ver 47.45 37.16 0.01 0.27 ind:pas:3p; -commis_voyageur commis_voyageur nom m s 0.05 0.41 0.05 0.20 -commis_voyageur commis_voyageur nom m p 0.05 0.41 0.00 0.20 -commis commettre ver m 47.45 37.16 27.91 15.81 ind:pas:1s;par:pas;par:pas; -commise commettre ver f s 47.45 37.16 0.94 1.89 par:pas; -commises commettre ver f p 47.45 37.16 0.94 2.57 par:pas; -commissaire_adjoint commissaire_adjoint nom s 0.02 0.07 0.02 0.07 -commissaire_priseur commissaire_priseur nom m s 0.06 0.81 0.06 0.61 -commissaire commissaire nom s 43.39 36.69 42.99 32.09 -commissaire_priseur commissaire_priseur nom m p 0.06 0.81 0.00 0.20 -commissaires commissaire nom p 43.39 36.69 0.40 4.59 -commissariat commissariat nom m s 15.05 12.70 14.61 11.35 -commissariats commissariat nom m p 15.05 12.70 0.44 1.35 -commission commission nom f s 24.50 17.43 22.00 10.81 -commissionnaire commissionnaire nom s 0.79 1.22 0.79 0.95 -commissionnaires commissionnaire nom p 0.79 1.22 0.00 0.27 -commissionné commissionner ver m s 0.01 0.07 0.01 0.07 par:pas; -commissions commission nom f p 24.50 17.43 2.50 6.62 -commissurale commissural adj f s 0.00 0.07 0.00 0.07 -commissure commissure nom f s 0.02 5.41 0.00 2.43 -commissures commissure nom f p 0.02 5.41 0.02 2.97 -commisération commisération nom f s 0.14 2.50 0.14 2.50 -commit commettre ver 47.45 37.16 0.20 0.81 ind:pas:3s; -commode_toilette commode_toilette nom f s 0.00 0.14 0.00 0.14 -commode commode adj s 4.96 17.16 4.43 15.74 -commodes commode adj p 4.96 17.16 0.52 1.42 -commodité commodité nom f s 0.40 3.31 0.26 1.89 -commodités commodité nom f p 0.40 3.31 0.14 1.42 -commodore commodore nom m s 1.00 0.07 0.95 0.07 -commodores commodore nom m p 1.00 0.07 0.04 0.00 -commodément commodément adv 0.09 1.35 0.09 1.35 -commotion commotion nom f s 2.24 0.81 2.03 0.68 -commotionnerait commotionner ver 0.14 0.54 0.00 0.07 cnd:pre:3s; -commotionné commotionner ver m s 0.14 0.54 0.05 0.20 par:pas; -commotionnée commotionner ver f s 0.14 0.54 0.08 0.14 par:pas; -commotionnés commotionner ver m p 0.14 0.54 0.01 0.14 par:pas; -commotions commotion nom f p 2.24 0.81 0.21 0.14 -commère commère nom f s 2.36 3.78 2.01 1.35 -commères commère nom f p 2.36 3.78 0.34 2.43 -commuais commuer ver 0.47 0.54 0.00 0.07 ind:imp:1s; -commuant commuer ver 0.47 0.54 0.00 0.07 par:pre; -commuent commuer ver 0.47 0.54 0.01 0.00 ind:pre:3p; -commuer commuer ver 0.47 0.54 0.08 0.07 inf; -commémorait commémorer ver 0.64 1.69 0.00 0.14 ind:imp:3s; -commémorant commémorer ver 0.64 1.69 0.04 0.27 par:pre; -commémoratif commémoratif adj m s 0.84 1.35 0.16 0.47 -commémoratifs commémoratif adj m p 0.84 1.35 0.04 0.07 -commémoration commémoration nom f s 0.45 1.22 0.42 0.95 -commémorations commémoration nom f p 0.45 1.22 0.04 0.27 -commémorative commémoratif adj f s 0.84 1.35 0.56 0.61 -commémoratives commémoratif adj f p 0.84 1.35 0.08 0.20 -commémore commémorer ver 0.64 1.69 0.04 0.34 ind:pre:3s; -commémorent commémorer ver 0.64 1.69 0.01 0.14 ind:pre:3p; -commémorer commémorer ver 0.64 1.69 0.48 0.81 inf; -commémorions commémorer ver 0.64 1.69 0.01 0.00 ind:imp:1p; -commémorons commémorer ver 0.64 1.69 0.04 0.00 ind:pre:1p; -commémoré commémorer ver m s 0.64 1.69 0.01 0.00 par:pas; -commun commun nom m s 13.98 22.77 13.84 21.49 -communal communal adj m s 1.58 9.12 0.53 6.35 -communale communal adj f s 1.58 9.12 0.71 2.36 -communales communal adj f p 1.58 9.12 0.03 0.41 -communard communard nom m s 0.10 0.88 0.10 0.14 -communards communard nom m p 0.10 0.88 0.00 0.74 -communautaire communautaire adj s 1.15 1.49 0.89 1.01 -communautaires communautaire adj p 1.15 1.49 0.26 0.47 -communauté communauté nom f s 23.36 12.64 22.10 10.95 -communautés communauté nom f p 23.36 12.64 1.25 1.69 -communaux communal adj m p 1.58 9.12 0.30 0.00 -commune commun adj f s 25.08 75.95 7.17 28.58 -communes commun adj f p 25.08 75.95 1.54 4.39 -communia communier ver 1.75 6.62 0.00 0.07 ind:pas:3s; -communiaient communier ver 1.75 6.62 0.00 0.54 ind:imp:3p; -communiais communier ver 1.75 6.62 0.11 0.34 ind:imp:1s; -communiait communier ver 1.75 6.62 0.02 0.41 ind:imp:3s; -communiant communiant nom m s 0.28 3.18 0.14 0.81 -communiante communiant nom f s 0.28 3.18 0.14 1.35 -communiantes communiant nom f p 0.28 3.18 0.00 0.27 -communiants communiant nom m p 0.28 3.18 0.01 0.74 -communiasse communier ver 1.75 6.62 0.00 0.07 sub:imp:1s; -communicabilité communicabilité nom f s 0.00 0.07 0.00 0.07 -communicable communicable adj s 0.01 0.14 0.00 0.07 -communicables communicable adj m p 0.01 0.14 0.01 0.07 -communicant communicant nom m s 0.03 0.00 0.01 0.00 -communicante communicant adj f s 0.10 0.61 0.03 0.00 -communicantes communicant adj f p 0.10 0.61 0.05 0.27 -communicants communicant adj m p 0.10 0.61 0.01 0.34 -communicateur communicateur nom m s 0.49 0.00 0.44 0.00 -communicateurs communicateur nom m p 0.49 0.00 0.05 0.00 -communicatif communicatif adj m s 0.16 2.70 0.12 1.15 -communicatifs communicatif adj m p 0.16 2.70 0.00 0.20 -communication communication nom f s 18.17 26.82 12.88 17.23 -communications communication nom f p 18.17 26.82 5.29 9.59 -communicative communicatif adj f s 0.16 2.70 0.04 1.35 -communie communier ver 1.75 6.62 0.42 0.47 imp:pre:2s;ind:pre:1s;ind:pre:3s; -communient communier ver 1.75 6.62 0.01 0.34 ind:pre:3p; -communier communier ver 1.75 6.62 0.95 2.36 inf; -communierons communier ver 1.75 6.62 0.00 0.07 ind:fut:1p; -communieront communier ver 1.75 6.62 0.00 0.07 ind:fut:3p; -communiez communier ver 1.75 6.62 0.04 0.14 imp:pre:2p;ind:pre:2p; -communion communion nom f s 5.01 13.04 4.76 11.96 -communions communion nom f p 5.01 13.04 0.26 1.08 -communiqua communiquer ver 19.09 26.49 0.00 1.08 ind:pas:3s; -communiquai communiquer ver 19.09 26.49 0.00 0.20 ind:pas:1s; -communiquaient communiquer ver 19.09 26.49 0.30 0.88 ind:imp:3p; -communiquais communiquer ver 19.09 26.49 0.07 0.14 ind:imp:1s;ind:imp:2s; -communiquait communiquer ver 19.09 26.49 0.39 2.36 ind:imp:3s; -communiquant communiquer ver 19.09 26.49 0.09 1.28 par:pre; -communiquassent communiquer ver 19.09 26.49 0.00 0.07 sub:imp:3p; -communique communiquer ver 19.09 26.49 3.17 2.97 imp:pre:2s;ind:pre:1s;ind:pre:3s; -communiquent communiquer ver 19.09 26.49 1.12 1.15 ind:pre:3p; -communiquer communiquer ver 19.09 26.49 10.78 10.61 inf;; -communiquera communiquer ver 19.09 26.49 0.21 0.00 ind:fut:3s; -communiquerai communiquer ver 19.09 26.49 0.08 0.00 ind:fut:1s; -communiqueraient communiquer ver 19.09 26.49 0.01 0.07 cnd:pre:3p; -communiquerait communiquer ver 19.09 26.49 0.00 0.14 cnd:pre:3s; -communiquerez communiquer ver 19.09 26.49 0.02 0.00 ind:fut:2p; -communiquerons communiquer ver 19.09 26.49 0.08 0.07 ind:fut:1p; -communiqueront communiquer ver 19.09 26.49 0.03 0.07 ind:fut:3p; -communiques communiquer ver 19.09 26.49 0.13 0.07 ind:pre:2s; -communiquez communiquer ver 19.09 26.49 0.82 0.07 imp:pre:2p;ind:pre:2p; -communiquiez communiquer ver 19.09 26.49 0.09 0.00 ind:imp:2p; -communiquions communiquer ver 19.09 26.49 0.02 0.20 ind:imp:1p; -communiquons communiquer ver 19.09 26.49 0.25 0.20 imp:pre:1p;ind:pre:1p; -communiquât communiquer ver 19.09 26.49 0.00 0.20 sub:imp:3s; -communiquèrent communiquer ver 19.09 26.49 0.00 0.14 ind:pas:3p; -communiqué communiqué nom m s 4.29 8.99 3.85 7.03 -communiquée communiquer ver f s 19.09 26.49 0.18 0.88 par:pas; -communiquées communiquer ver f p 19.09 26.49 0.08 0.07 par:pas; -communiqués communiqué nom m p 4.29 8.99 0.45 1.96 -communisant communisant adj m s 0.00 0.20 0.00 0.07 -communisants communisant adj m p 0.00 0.20 0.00 0.14 -communisme communisme nom m s 4.29 9.66 4.29 9.66 -communiste communiste adj s 13.47 22.70 10.26 16.35 -communistes communiste nom p 10.93 26.35 8.49 21.15 -communisée communiser ver f s 0.00 0.07 0.00 0.07 par:pas; -communièrent communier ver 1.75 6.62 0.00 0.07 ind:pas:3p; -communié communier ver m s 1.75 6.62 0.18 1.22 par:pas; -communs commun adj m p 25.08 75.95 3.83 10.81 -communément communément adv 0.54 2.50 0.54 2.50 -commérage commérage nom m s 1.54 1.28 0.18 0.14 -commérages commérage nom m p 1.54 1.28 1.36 1.15 -commérait commérer ver 0.04 0.07 0.01 0.07 ind:imp:3s; -commérer commérer ver 0.04 0.07 0.03 0.00 inf; -commutateur commutateur nom m s 0.48 2.77 0.38 2.57 -commutateurs commutateur nom m p 0.48 2.77 0.10 0.20 -commutation commutation nom f s 0.11 0.14 0.11 0.14 -commute commuter ver 0.08 0.00 0.04 0.00 imp:pre:2s;ind:pre:1s;ind:pre:3s; -commuter commuter ver 0.08 0.00 0.04 0.00 inf; -commué commuer ver m s 0.47 0.54 0.02 0.00 par:pas; -commuée commuer ver f s 0.47 0.54 0.36 0.34 par:pas; -comnène comnène adj m s 0.00 0.07 0.00 0.07 -compacité compacité nom f s 0.00 0.20 0.00 0.20 -compact compact adj m s 1.56 10.47 0.62 3.24 -compactage compactage nom m s 0.01 0.00 0.01 0.00 -compacte compact adj f s 1.56 10.47 0.81 4.66 -compactes compact adj f p 1.56 10.47 0.10 0.95 -compacteur compacteur nom m s 0.13 0.00 0.10 0.00 -compacteurs compacteur nom m p 0.13 0.00 0.03 0.00 -compacts compact nom m p 0.15 0.27 0.04 0.00 -compacté compacter ver m s 0.15 0.00 0.01 0.00 par:pas; -compadre compadre nom m s 0.42 0.00 0.37 0.00 -compadres compadre nom m p 0.42 0.00 0.05 0.00 -compagne compagnon nom f s 21.09 80.00 4.90 9.32 -compagnes compagne nom f p 1.12 0.00 1.12 0.00 -compagnie compagnie nom f s 73.78 97.16 68.90 90.88 -compagnies compagnie nom f p 73.78 97.16 4.88 6.28 -compagnon compagnon nom m s 21.09 80.00 8.40 34.26 -compagnonnage compagnonnage nom m s 0.14 0.68 0.14 0.61 -compagnonnages compagnonnage nom m p 0.14 0.68 0.00 0.07 -compagnonnes compagnon nom f p 21.09 80.00 0.00 0.07 -compagnons compagnon nom m p 21.09 80.00 7.79 28.85 -compara comparer ver 25.84 26.01 0.02 0.95 ind:pas:3s; -comparaît comparaître ver 2.52 3.31 0.19 0.14 ind:pre:3s; -comparaîtra comparaître ver 2.52 3.31 0.16 0.00 ind:fut:3s; -comparaîtrait comparaître ver 2.52 3.31 0.01 0.07 cnd:pre:3s; -comparaître comparaître ver 2.52 3.31 1.63 1.62 inf; -comparaîtrez comparaître ver 2.52 3.31 0.17 0.00 ind:fut:2p; -comparaîtrons comparaître ver 2.52 3.31 0.00 0.07 ind:fut:1p; -comparabilité comparabilité nom f s 0.01 0.00 0.01 0.00 -comparable comparable adj s 2.04 6.08 1.93 4.73 -comparables comparable adj p 2.04 6.08 0.11 1.35 -comparai comparer ver 25.84 26.01 0.01 0.14 ind:pas:1s; -comparaient comparer ver 25.84 26.01 0.02 0.68 ind:imp:3p; -comparais comparaître ver 2.52 3.31 0.17 0.34 ind:pre:1s;ind:pre:2s; -comparaison comparaison nom f s 5.25 13.72 4.84 11.35 -comparaisons comparaison nom f p 5.25 13.72 0.41 2.36 -comparaissaient comparaître ver 2.52 3.31 0.00 0.27 ind:imp:3p; -comparaissait comparaître ver 2.52 3.31 0.01 0.00 ind:imp:3s; -comparaissant comparaître ver 2.52 3.31 0.00 0.14 par:pre; -comparaissent comparaître ver 2.52 3.31 0.02 0.00 ind:pre:3p; -comparaisses comparaître ver 2.52 3.31 0.01 0.00 sub:pre:2s; -comparaissons comparaître ver 2.52 3.31 0.01 0.00 ind:pre:1p; -comparait comparer ver 25.84 26.01 0.19 3.31 ind:imp:3s; -comparant comparer ver 25.84 26.01 0.56 1.22 par:pre; -comparateur comparateur nom m s 0.03 0.00 0.03 0.00 -comparatif comparatif adj m s 0.50 0.47 0.14 0.07 -comparatifs comparatif adj m p 0.50 0.47 0.04 0.07 -comparative comparatif adj f s 0.50 0.47 0.18 0.27 -comparativement comparativement adv 0.19 0.07 0.19 0.07 -comparatives comparatif adj f p 0.50 0.47 0.14 0.07 -compare comparer ver 25.84 26.01 4.00 3.24 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -comparent comparer ver 25.84 26.01 0.14 0.34 ind:pre:3p; -comparer comparer ver 25.84 26.01 9.01 8.11 inf; -comparera comparer ver 25.84 26.01 0.21 0.14 ind:fut:3s; -comparerai comparer ver 25.84 26.01 0.05 0.07 ind:fut:1s; -comparerais comparer ver 25.84 26.01 0.04 0.00 cnd:pre:1s; -comparerons comparer ver 25.84 26.01 0.36 0.00 ind:fut:1p; -compareront comparer ver 25.84 26.01 0.00 0.07 ind:fut:3p; -compares comparer ver 25.84 26.01 0.69 0.07 ind:pre:2s; -comparez comparer ver 25.84 26.01 1.60 0.20 imp:pre:2p;ind:pre:2p; -compariez comparer ver 25.84 26.01 0.07 0.07 ind:imp:2p; -comparions comparer ver 25.84 26.01 0.02 0.27 ind:imp:1p; -comparoir comparoir ver 0.01 0.00 0.01 0.00 inf; -comparons comparer ver 25.84 26.01 0.17 0.14 imp:pre:1p;ind:pre:1p; -comparse comparse nom s 0.18 1.76 0.13 0.54 -comparses comparse nom p 0.18 1.76 0.05 1.22 -compartiment compartiment nom m s 6.73 13.58 5.58 10.54 -compartimentage compartimentage nom m s 0.00 0.07 0.00 0.07 -compartimentaient compartimenter ver 0.10 0.27 0.00 0.07 ind:imp:3p; -compartimentant compartimenter ver 0.10 0.27 0.01 0.07 par:pre; -compartimente compartimenter ver 0.10 0.27 0.01 0.00 imp:pre:2s; -compartimenter compartimenter ver 0.10 0.27 0.07 0.00 inf; -compartiments compartiment nom m p 6.73 13.58 1.15 3.04 -compartimenté compartimenté adj m s 0.02 0.20 0.02 0.14 -compartimentée compartimenter ver f s 0.10 0.27 0.00 0.07 par:pas; -comparé comparer ver m s 25.84 26.01 6.47 2.36 par:pas; -comparu comparaître ver m s 2.52 3.31 0.13 0.41 par:pas; -comparée comparer ver f s 25.84 26.01 1.50 2.09 par:pas; -comparées comparer ver f p 25.84 26.01 0.35 0.68 par:pas; -comparés comparer ver m p 25.84 26.01 0.28 1.28 par:pas; -comparut comparaître ver 2.52 3.31 0.02 0.27 ind:pas:3s; -comparution comparution nom f s 0.34 0.34 0.34 0.34 -compas compas nom m 1.50 2.84 1.50 2.84 -compassion compassion nom f s 10.15 7.30 10.15 7.30 -compassé compassé adj m s 0.00 1.76 0.00 0.88 -compassée compassé adj f s 0.00 1.76 0.00 0.27 -compassées compassé adj f p 0.00 1.76 0.00 0.14 -compassés compassé adj m p 0.00 1.76 0.00 0.47 -compati compatir ver m s 3.46 2.57 0.04 0.07 par:pas; -compatibilité compatibilité nom f s 0.40 0.00 0.40 0.00 -compatible compatible adj s 2.52 2.09 1.25 1.62 -compatibles compatible adj p 2.52 2.09 1.27 0.47 -compatie compatir ver f s 3.46 2.57 0.06 0.00 par:pas; -compatir compatir ver 3.46 2.57 0.47 0.54 inf; -compatira compatir ver 3.46 2.57 0.02 0.00 ind:fut:3s; -compatirait compatir ver 3.46 2.57 0.03 0.00 cnd:pre:3s; -compatirent compatir ver 3.46 2.57 0.00 0.07 ind:pas:3p; -compatis compatir ver m p 3.46 2.57 2.07 0.34 imp:pre:2s;ind:pre:1s;ind:pre:2s;par:pas; -compatissaient compatir ver 3.46 2.57 0.00 0.07 ind:imp:3p; -compatissais compatir ver 3.46 2.57 0.05 0.20 ind:imp:1s;ind:imp:2s; -compatissait compatir ver 3.46 2.57 0.02 0.14 ind:imp:3s; -compatissant compatissant adj m s 1.59 3.18 1.01 1.35 -compatissante compatissant adj f s 1.59 3.18 0.39 0.88 -compatissantes compatissant adj f p 1.59 3.18 0.07 0.20 -compatissants compatissant adj m p 1.59 3.18 0.11 0.74 -compatisse compatir ver 3.46 2.57 0.02 0.00 sub:pre:1s;sub:pre:3s; -compatissent compatir ver 3.46 2.57 0.01 0.14 ind:pre:3p; -compatissez compatir ver 3.46 2.57 0.10 0.14 imp:pre:2p;ind:pre:2p; -compatissons compatir ver 3.46 2.57 0.14 0.07 imp:pre:1p;ind:pre:1p; -compatit compatir ver 3.46 2.57 0.41 0.54 ind:pre:3s;ind:pas:3s; -compatriote compatriote nom s 4.76 9.05 1.48 2.23 -compatriotes compatriote nom p 4.76 9.05 3.29 6.82 -compendium compendium nom m s 0.01 0.07 0.01 0.00 -compendiums compendium nom m p 0.01 0.07 0.00 0.07 -compensa compenser ver 4.59 9.32 0.01 0.20 ind:pas:3s; -compensaient compenser ver 4.59 9.32 0.01 0.54 ind:imp:3p; -compensais compenser ver 4.59 9.32 0.00 0.07 ind:imp:1s; -compensait compenser ver 4.59 9.32 0.04 1.08 ind:imp:3s; -compensant compenser ver 4.59 9.32 0.02 0.41 par:pre; -compensateur compensateur adj m s 0.12 0.00 0.05 0.00 -compensateurs compensateur adj m p 0.12 0.00 0.06 0.00 -compensation compensation nom f s 3.33 5.81 2.83 4.39 -compensations compensation nom f p 3.33 5.81 0.49 1.42 -compensatoire compensatoire adj s 0.02 0.34 0.02 0.34 -compense compenser ver 4.59 9.32 0.99 0.74 imp:pre:2s;ind:pre:1s;ind:pre:3s; -compensent compenser ver 4.59 9.32 0.26 0.20 ind:pre:3p; -compenser compenser ver 4.59 9.32 2.06 3.99 inf; -compensera compenser ver 4.59 9.32 0.32 0.00 ind:fut:3s; -compenserais compenser ver 4.59 9.32 0.01 0.00 cnd:pre:2s; -compenserait compenser ver 4.59 9.32 0.17 0.41 cnd:pre:3s; -compensez compenser ver 4.59 9.32 0.28 0.00 imp:pre:2p;ind:pre:2p; -compensât compenser ver 4.59 9.32 0.00 0.14 sub:imp:3s; -compensèrent compenser ver 4.59 9.32 0.00 0.07 ind:pas:3p; -compensé compenser ver m s 4.59 9.32 0.31 0.61 par:pas; -compensée compenser ver f s 4.59 9.32 0.06 0.68 par:pas; -compensées compensé adj f p 0.21 0.95 0.04 0.61 -compensés compensé adj m p 0.21 0.95 0.13 0.00 -compil compil nom f s 0.19 0.00 0.19 0.00 -compilant compiler ver 0.58 0.54 0.14 0.27 par:pre; -compilateur compilateur nom m s 0.08 0.14 0.08 0.14 -compilation compilation nom f s 0.29 0.47 0.26 0.34 -compilations compilation nom f p 0.29 0.47 0.03 0.14 -compile compiler ver 0.58 0.54 0.09 0.07 imp:pre:2s;ind:pre:3s; -compiler compiler ver 0.58 0.54 0.23 0.00 inf; -compilons compiler ver 0.58 0.54 0.01 0.00 ind:pre:1p; -compilé compiler ver m s 0.58 0.54 0.11 0.07 par:pas; -compilées compiler ver f p 0.58 0.54 0.02 0.14 par:pas; -compissait compisser ver 0.01 0.27 0.00 0.07 ind:imp:3s; -compisse compisser ver 0.01 0.27 0.01 0.07 ind:pre:1s;ind:pre:3s; -compisser compisser ver 0.01 0.27 0.00 0.07 inf; -compissé compisser ver m s 0.01 0.27 0.00 0.07 par:pas; -complaît complaire ver 0.93 4.19 0.16 0.47 ind:pre:3s; -complainte complainte nom f s 0.66 2.30 0.61 1.62 -complaintes complainte nom f p 0.66 2.30 0.04 0.68 -complairait complaire ver 0.93 4.19 0.00 0.14 cnd:pre:3s; -complaire complaire ver 0.93 4.19 0.19 1.08 inf; -complais complaire ver 0.93 4.19 0.34 0.54 imp:pre:2s;ind:pre:1s;ind:pre:2s; -complaisaient complaire ver 0.93 4.19 0.00 0.14 ind:imp:3p; -complaisais complaire ver 0.93 4.19 0.00 0.14 ind:imp:1s; -complaisait complaire ver 0.93 4.19 0.00 0.68 ind:imp:3s; -complaisamment complaisamment adv 0.01 3.18 0.01 3.18 -complaisance complaisance nom f s 0.94 11.22 0.80 10.00 -complaisances complaisance nom f p 0.94 11.22 0.14 1.22 -complaisant complaisant adj m s 0.61 4.93 0.42 1.82 -complaisante complaisant adj f s 0.61 4.93 0.03 1.96 -complaisantes complaisant adj f p 0.61 4.93 0.00 0.27 -complaisants complaisant adj m p 0.61 4.93 0.16 0.88 -complaise complaire ver 0.93 4.19 0.00 0.14 sub:pre:3s; -complaisent complaire ver 0.93 4.19 0.02 0.20 ind:pre:3p; -complaisez complaire ver 0.93 4.19 0.06 0.07 ind:pre:2p; -complaisiez complaire ver 0.93 4.19 0.00 0.14 ind:imp:2p; -complet_veston complet_veston nom m s 0.00 0.54 0.00 0.54 -complet complet adj m s 29.19 44.12 17.76 20.61 -complets complet adj m p 29.19 44.12 1.68 2.03 -complexait complexer ver 0.42 0.68 0.00 0.07 ind:imp:3s; -complexe complexe adj s 8.62 8.51 6.70 5.68 -complexer complexer ver 0.42 0.68 0.17 0.14 inf; -complexes complexe adj p 8.62 8.51 1.92 2.84 -complexion complexion nom f s 0.02 0.68 0.02 0.68 -complexité complexité nom f s 1.28 2.64 0.92 2.64 -complexités complexité nom f p 1.28 2.64 0.36 0.00 -complexé complexer ver m s 0.42 0.68 0.11 0.14 par:pas; -complexée complexé adj f s 0.12 0.41 0.05 0.00 -complexés complexer ver m p 0.42 0.68 0.03 0.00 par:pas; -complication complication nom f s 4.59 8.38 1.01 3.24 -complications complication nom f p 4.59 8.38 3.58 5.14 -complice complice nom s 14.41 14.73 9.22 7.64 -complices complice nom p 14.41 14.73 5.19 7.09 -complicité complicité nom f s 5.61 24.46 5.20 22.03 -complicités complicité nom f p 5.61 24.46 0.42 2.43 -complies complies nom f p 0.09 0.95 0.09 0.95 -compliment compliment nom m s 17.18 15.00 8.29 5.54 -complimenta complimenter ver 1.22 1.55 0.00 0.07 ind:pas:3s; -complimentaient complimenter ver 1.22 1.55 0.00 0.14 ind:imp:3p; -complimentais complimenter ver 1.22 1.55 0.04 0.07 ind:imp:1s; -complimentait complimenter ver 1.22 1.55 0.03 0.20 ind:imp:3s; -complimentant complimenter ver 1.22 1.55 0.03 0.07 par:pre; -complimente complimenter ver 1.22 1.55 0.25 0.20 imp:pre:2s;ind:pre:1s;ind:pre:3s; -complimentent complimenter ver 1.22 1.55 0.01 0.07 ind:pre:3p; -complimenter complimenter ver 1.22 1.55 0.68 0.20 ind:pre:2p;inf; -complimenteraient complimenter ver 1.22 1.55 0.00 0.14 cnd:pre:3p; -complimentez complimenter ver 1.22 1.55 0.05 0.00 imp:pre:2p; -complimentât complimenter ver 1.22 1.55 0.00 0.07 sub:imp:3s; -compliments compliment nom m p 17.18 15.00 8.89 9.46 -complimenté complimenter ver m s 1.22 1.55 0.08 0.14 par:pas; -complimentée complimenter ver f s 1.22 1.55 0.05 0.20 par:pas; -compliqua compliquer ver 22.30 18.85 0.11 0.14 ind:pas:3s; -compliquaient compliquer ver 22.30 18.85 0.15 0.95 ind:imp:3p; -compliquais compliquer ver 22.30 18.85 0.00 0.07 ind:imp:1s; -compliquait compliquer ver 22.30 18.85 0.02 0.81 ind:imp:3s; -compliquant compliquer ver 22.30 18.85 0.00 0.47 par:pre; -complique compliquer ver 22.30 18.85 4.74 1.96 imp:pre:2s;ind:pre:1s;ind:pre:3s; -compliquent compliquer ver 22.30 18.85 0.40 0.47 ind:pre:3p; -compliquer compliquer ver 22.30 18.85 1.91 2.70 inf; -compliquera compliquer ver 22.30 18.85 0.02 0.07 ind:fut:3s; -compliquerai compliquer ver 22.30 18.85 0.11 0.00 ind:fut:1s; -compliquerait compliquer ver 22.30 18.85 0.02 0.34 cnd:pre:3s; -compliques compliquer ver 22.30 18.85 0.68 0.41 ind:pre:2s; -compliquez compliquer ver 22.30 18.85 0.90 0.14 imp:pre:2p;ind:pre:2p; -compliquions compliquer ver 22.30 18.85 0.00 0.07 ind:imp:1p; -compliquons compliquer ver 22.30 18.85 0.51 0.14 imp:pre:1p;ind:pre:1p; -compliquèrent compliquer ver 22.30 18.85 0.00 0.07 ind:pas:3p; -compliqué compliqué adj m s 23.51 24.46 17.17 12.91 -compliquée compliqué adj f s 23.51 24.46 4.44 5.07 -compliquées compliqué adj f p 23.51 24.46 0.95 3.04 -compliqués compliqué adj m p 23.51 24.46 0.94 3.45 -complot complot nom m s 10.45 6.49 9.82 4.80 -complotai comploter ver 3.68 2.50 0.00 0.07 ind:pas:1s; -complotaient comploter ver 3.68 2.50 0.26 0.14 ind:imp:3p; -complotais comploter ver 3.68 2.50 0.01 0.00 ind:imp:2s; -complotait comploter ver 3.68 2.50 0.04 0.47 ind:imp:3s; -complotant comploter ver 3.68 2.50 0.19 0.14 par:pre; -complote comploter ver 3.68 2.50 0.61 0.47 ind:pre:1s;ind:pre:3s; -complotent comploter ver 3.68 2.50 0.32 0.14 ind:pre:3p; -comploter comploter ver 3.68 2.50 0.71 0.54 ind:pre:2p;inf; -comploteraient comploter ver 3.68 2.50 0.01 0.00 cnd:pre:3p; -comploterait comploter ver 3.68 2.50 0.01 0.00 cnd:pre:3s; -complotes comploter ver 3.68 2.50 0.20 0.00 ind:pre:2s; -comploteur comploteur nom m s 0.19 0.34 0.16 0.14 -comploteurs comploteur nom m p 0.19 0.34 0.01 0.20 -comploteuse comploteur nom f s 0.19 0.34 0.01 0.00 -complotez comploter ver 3.68 2.50 0.63 0.14 imp:pre:2p;ind:pre:2p; -complotiez comploter ver 3.68 2.50 0.15 0.00 ind:imp:2p; -complotons comploter ver 3.68 2.50 0.00 0.14 ind:pre:1p; -complots complot nom m p 10.45 6.49 0.63 1.69 -complotèrent comploter ver 3.68 2.50 0.01 0.00 ind:pas:3p; -comploté comploter ver m s 3.68 2.50 0.53 0.27 par:pas; -complète complet adj f s 29.19 44.12 8.84 18.18 -complètement complètement adv 105.33 81.49 105.33 81.49 -complètements complètement nom m p 0.16 0.00 0.06 0.00 -complètent compléter ver 4.89 14.39 0.37 0.41 ind:pre:3p; -complètes complet adj f p 29.19 44.12 0.92 3.31 -complu complu adj m s 0.00 0.47 0.00 0.47 -complément complément nom m s 1.25 3.51 0.96 2.77 -complémentaire complémentaire adj s 0.81 3.51 0.47 1.55 -complémentairement complémentairement adv 0.00 0.14 0.00 0.14 -complémentaires complémentaire adj p 0.81 3.51 0.34 1.96 -complémentarité complémentarité nom f s 0.03 0.14 0.03 0.14 -compléments complément nom m p 1.25 3.51 0.28 0.74 -complus complaire ver 0.93 4.19 0.00 0.07 ind:pas:1s; -complut complaire ver 0.93 4.19 0.00 0.14 ind:pas:3s; -compléta compléter ver 4.89 14.39 0.00 1.69 ind:pas:3s; -complétai compléter ver 4.89 14.39 0.00 0.14 ind:pas:1s; -complétaient compléter ver 4.89 14.39 0.01 1.15 ind:imp:3p; -complétais compléter ver 4.89 14.39 0.01 0.07 ind:imp:1s; -complétait compléter ver 4.89 14.39 0.21 1.49 ind:imp:3s; -complétant compléter ver 4.89 14.39 0.03 0.54 par:pre; -compléter compléter ver 4.89 14.39 2.02 4.46 inf; -complétera compléter ver 4.89 14.39 0.02 0.20 ind:fut:3s; -compléterai compléter ver 4.89 14.39 0.02 0.00 ind:fut:1s; -compléteraient compléter ver 4.89 14.39 0.00 0.14 cnd:pre:3p; -compléterait compléter ver 4.89 14.39 0.01 0.14 cnd:pre:3s; -compléteras compléter ver 4.89 14.39 0.00 0.07 ind:fut:2s; -compléterez compléter ver 4.89 14.39 0.01 0.07 ind:fut:2p; -compléteront compléter ver 4.89 14.39 0.01 0.00 ind:fut:3p; -complétez compléter ver 4.89 14.39 0.18 0.00 imp:pre:2p;ind:pre:2p; -complétiez compléter ver 4.89 14.39 0.01 0.07 ind:imp:2p; -complétons compléter ver 4.89 14.39 0.14 0.00 imp:pre:1p;ind:pre:1p; -complétèrent compléter ver 4.89 14.39 0.00 0.14 ind:pas:3p; -complété compléter ver m s 4.89 14.39 0.45 1.42 par:pas; -complétude complétude nom f s 0.14 0.07 0.14 0.07 -complétée compléter ver f s 4.89 14.39 0.11 0.68 par:pas; -complétées compléter ver f p 4.89 14.39 0.01 0.34 par:pas; -complétés compléter ver m p 4.89 14.39 0.12 0.20 par:pas; -compo compo nom f s 0.06 1.35 0.06 1.35 -componction componction nom f s 0.01 1.76 0.01 1.76 -components component nom m p 0.01 0.07 0.01 0.07 -comporta comporter ver 24.59 30.54 0.41 0.47 ind:pas:3s; -comportai comporter ver 24.59 30.54 0.01 0.07 ind:pas:1s; -comportaient comporter ver 24.59 30.54 0.21 1.69 ind:imp:3p; -comportais comporter ver 24.59 30.54 0.23 0.14 ind:imp:1s;ind:imp:2s; -comportait comporter ver 24.59 30.54 1.28 7.77 ind:imp:3s; -comportant comporter ver 24.59 30.54 0.23 1.22 par:pre; -comportassent comporter ver 24.59 30.54 0.00 0.07 sub:imp:3p; -comporte comporter ver 24.59 30.54 7.05 7.30 imp:pre:2s;ind:pre:1s;ind:pre:3s; -comportement comportement nom m s 20.94 17.03 19.68 15.27 -comportemental comportemental adj m s 0.79 0.00 0.21 0.00 -comportementale comportemental adj f s 0.79 0.00 0.40 0.00 -comportementales comportemental adj f p 0.79 0.00 0.10 0.00 -comportementalisme comportementalisme nom m s 0.00 0.07 0.00 0.07 -comportementaliste comportementaliste adj m s 0.04 0.07 0.04 0.07 -comportementaux comportemental adj m p 0.79 0.00 0.08 0.00 -comportements comportement nom m p 20.94 17.03 1.25 1.76 -comportent comporter ver 24.59 30.54 1.26 1.69 ind:pre:3p; -comporter comporter ver 24.59 30.54 6.02 6.49 inf; -comportera comporter ver 24.59 30.54 0.18 0.27 ind:fut:3s; -comporterai comporter ver 24.59 30.54 0.03 0.07 ind:fut:1s; -comporteraient comporter ver 24.59 30.54 0.02 0.20 cnd:pre:3p; -comporterais comporter ver 24.59 30.54 0.02 0.00 cnd:pre:1s;cnd:pre:2s; -comporterait comporter ver 24.59 30.54 0.02 1.08 cnd:pre:3s; -comporterez comporter ver 24.59 30.54 0.05 0.00 ind:fut:2p; -comporteriez comporter ver 24.59 30.54 0.13 0.00 cnd:pre:2p; -comporterions comporter ver 24.59 30.54 0.01 0.07 cnd:pre:1p; -comporteront comporter ver 24.59 30.54 0.02 0.07 ind:fut:3p; -comportes comporter ver 24.59 30.54 2.20 0.07 ind:pre:2s;sub:pre:2s; -comportez comporter ver 24.59 30.54 1.63 0.07 imp:pre:2p;ind:pre:2p; -comportiez comporter ver 24.59 30.54 0.17 0.00 ind:imp:2p; -comportions comporter ver 24.59 30.54 0.01 0.14 ind:imp:1p; -comportons comporter ver 24.59 30.54 0.26 0.00 imp:pre:1p;ind:pre:1p; -comportât comporter ver 24.59 30.54 0.00 0.41 sub:imp:3s; -comporté comporter ver m s 24.59 30.54 1.85 0.68 par:pas; -comportée comporter ver f s 24.59 30.54 0.76 0.47 par:pas; -comportés comporter ver m p 24.59 30.54 0.53 0.07 par:pas; -composa composer ver 14.07 47.57 0.12 2.50 ind:pas:3s; -composai composer ver 14.07 47.57 0.00 0.41 ind:pas:1s; -composaient composer ver 14.07 47.57 0.14 4.39 ind:imp:3p; -composais composer ver 14.07 47.57 0.04 0.34 ind:imp:1s;ind:imp:2s; -composait composer ver 14.07 47.57 0.27 5.54 ind:imp:3s; -composant composant nom m s 2.81 1.49 0.96 0.07 -composante composant adj f s 0.60 0.34 0.15 0.07 -composantes composant nom f p 2.81 1.49 0.39 0.68 -composants composant nom m p 2.81 1.49 1.35 0.27 -compose composer ver 14.07 47.57 3.44 4.80 imp:pre:2s;ind:pre:1s;ind:pre:3s; -composent composer ver 14.07 47.57 0.47 3.11 ind:pre:3p; -composer composer ver 14.07 47.57 2.87 7.30 inf; -composera composer ver 14.07 47.57 0.04 0.27 ind:fut:3s; -composerai composer ver 14.07 47.57 0.12 0.00 ind:fut:1s; -composerait composer ver 14.07 47.57 0.01 0.20 cnd:pre:3s; -composeront composer ver 14.07 47.57 0.11 0.07 ind:fut:3p; -composes composer ver 14.07 47.57 0.20 0.07 ind:pre:2s; -composeur composeur nom m s 0.69 0.00 0.69 0.00 -composez composer ver 14.07 47.57 0.86 0.14 imp:pre:2p;ind:pre:2p; -composiez composer ver 14.07 47.57 0.03 0.00 ind:imp:2p; -composions composer ver 14.07 47.57 0.00 0.14 ind:imp:1p; -composite composite adj s 0.16 1.01 0.14 0.88 -composites composite nom m p 0.10 0.00 0.04 0.00 -compositeur compositeur nom m s 4.32 3.38 3.62 2.91 -compositeurs compositeur nom m p 4.32 3.38 0.61 0.47 -composition composition nom f s 3.99 17.43 3.56 14.59 -compositions composition nom f p 3.99 17.43 0.43 2.84 -compositrice compositeur nom f s 4.32 3.38 0.09 0.00 -composons composer ver 14.07 47.57 0.09 0.14 imp:pre:1p;ind:pre:1p; -compost compost nom m s 0.15 0.14 0.15 0.14 -composter composter ver 0.14 0.34 0.00 0.20 inf; -composteur composteur nom m s 0.00 0.54 0.00 0.47 -composteurs composteur nom m p 0.00 0.54 0.00 0.07 -compostez composter ver 0.14 0.34 0.00 0.07 imp:pre:2p; -composèrent composer ver 14.07 47.57 0.00 0.14 ind:pas:3p; -composté composter ver m s 0.14 0.34 0.14 0.07 par:pas; -composé composer ver m s 14.07 47.57 3.34 9.19 par:pas; -composée composer ver f s 14.07 47.57 1.38 4.19 par:pas; -composées composer ver f p 14.07 47.57 0.12 1.01 par:pas; -composés composé nom m p 0.70 1.08 0.35 0.14 -compote compote nom f s 3.01 3.31 3.00 2.77 -compotes compote nom f p 3.01 3.31 0.01 0.54 -compotier compotier nom m s 0.00 0.68 0.00 0.61 -compotiers compotier nom m p 0.00 0.68 0.00 0.07 -compound compound adj 0.02 0.00 0.02 0.00 -comprîmes comprendre ver 893.40 614.80 0.02 0.20 ind:pas:1p; -comprît comprendre ver 893.40 614.80 0.01 2.64 sub:imp:3s; -comprador comprador nom m s 0.02 0.00 0.02 0.00 -comprenaient comprendre ver 893.40 614.80 0.61 5.20 ind:imp:3p; -comprenais comprendre ver 893.40 614.80 5.34 24.12 ind:imp:1s;ind:imp:2s; -comprenait comprendre ver 893.40 614.80 4.69 41.28 ind:imp:3s; -comprenant comprendre ver 893.40 614.80 0.55 9.32 par:pre; -comprend comprendre ver 893.40 614.80 41.39 31.82 ind:pre:3s; -comprendra comprendre ver 893.40 614.80 7.10 4.32 ind:fut:3s; -comprendrai comprendre ver 893.40 614.80 2.63 1.42 ind:fut:1s; -comprendraient comprendre ver 893.40 614.80 0.90 1.01 cnd:pre:3p; -comprendrais comprendre ver 893.40 614.80 4.97 2.50 cnd:pre:1s;cnd:pre:2s; -comprendrait comprendre ver 893.40 614.80 3.20 5.00 cnd:pre:3s; -comprendras comprendre ver 893.40 614.80 6.82 2.97 ind:fut:2s; -comprendre comprendre ver 893.40 614.80 135.13 148.51 inf; -comprendrez comprendre ver 893.40 614.80 4.48 2.23 ind:fut:2p; -comprendriez comprendre ver 893.40 614.80 1.52 0.27 cnd:pre:2p; -comprendrions comprendre ver 893.40 614.80 0.04 0.07 cnd:pre:1p; -comprendrons comprendre ver 893.40 614.80 0.42 0.14 ind:fut:1p; -comprendront comprendre ver 893.40 614.80 2.84 1.15 ind:fut:3p; -comprends comprendre ver 893.40 614.80 368.53 103.18 imp:pre:2s;ind:pre:1s;ind:pre:2s; -comprenette comprenette nom f s 0.03 0.14 0.03 0.14 -comprenez comprendre ver 893.40 614.80 68.86 28.18 imp:pre:2p;ind:pre:2p; -compreniez comprendre ver 893.40 614.80 2.44 1.15 ind:imp:2p; -comprenions comprendre ver 893.40 614.80 0.33 1.82 ind:imp:1p; -comprenne comprendre ver 893.40 614.80 5.98 5.54 sub:pre:1s;sub:pre:3s; -comprennent comprendre ver 893.40 614.80 12.53 8.85 ind:pre:3p;sub:pre:3p; -comprennes comprendre ver 893.40 614.80 4.22 1.15 sub:pre:2s; -comprenons comprendre ver 893.40 614.80 3.83 2.23 imp:pre:1p;ind:pre:1p; -compresse compresse nom f s 1.86 2.03 0.76 0.68 -compresser compresser ver 0.51 0.61 0.16 0.20 inf; -compresses compresse nom f p 1.86 2.03 1.09 1.35 -compresseur compresseur nom m s 0.88 0.14 0.31 0.07 -compresseurs compresseur nom m p 0.88 0.14 0.57 0.07 -compressible compressible adj f s 0.01 0.14 0.01 0.00 -compressibles compressible adj p 0.01 0.14 0.00 0.14 -compressif compressif adj m s 0.07 0.00 0.07 0.00 -compression compression nom f s 1.45 0.74 1.21 0.47 -compressions compression nom f p 1.45 0.74 0.24 0.27 -compressé compresser ver m s 0.51 0.61 0.09 0.14 par:pas; -compressée compresser ver f s 0.51 0.61 0.17 0.07 par:pas; -compressées compressé adj f p 0.10 0.68 0.03 0.20 -compressés compressé adj m p 0.10 0.68 0.04 0.07 -comprima comprimer ver 1.15 3.99 0.14 0.20 ind:pas:3s; -comprimait comprimer ver 1.15 3.99 0.00 1.01 ind:imp:3s; -comprimant comprimer ver 1.15 3.99 0.00 0.61 par:pre; -comprime comprimer ver 1.15 3.99 0.16 0.34 imp:pre:2s;ind:pre:1s;ind:pre:3s; -compriment comprimer ver 1.15 3.99 0.02 0.14 ind:pre:3p; -comprimer comprimer ver 1.15 3.99 0.20 0.61 inf; -comprimez comprimer ver 1.15 3.99 0.08 0.00 imp:pre:2p; -comprimèrent comprimer ver 1.15 3.99 0.00 0.07 ind:pas:3p; -comprimé comprimé nom m s 4.27 3.99 1.62 1.35 -comprimée comprimé adj f s 0.55 1.82 0.03 0.27 -comprimées comprimer ver f p 1.15 3.99 0.01 0.14 par:pas; -comprimés comprimé nom m p 4.27 3.99 2.65 2.64 -comprirent comprendre ver 893.40 614.80 0.14 1.69 ind:pas:3p; -compris comprendre ver m 893.40 614.80 198.16 136.62 ind:pas:1s;ind:pas:2s;par:pas;par:pas;par:pas; -comprise comprendre ver f s 893.40 614.80 3.32 2.91 par:pas; -comprises comprendre ver f p 893.40 614.80 0.66 0.41 par:pas; -comprisse comprendre ver 893.40 614.80 0.00 0.27 sub:imp:1s; -comprit comprendre ver 893.40 614.80 1.74 36.62 ind:pas:3s; -compromît compromettre ver 10.28 16.62 0.01 0.07 sub:imp:3s; -compromet compromettre ver 10.28 16.62 0.90 0.41 ind:pre:3s; -compromets compromettre ver 10.28 16.62 0.34 0.27 imp:pre:2s;ind:pre:1s;ind:pre:2s; -compromettaient compromettre ver 10.28 16.62 0.03 0.14 ind:imp:3p; -compromettait compromettre ver 10.28 16.62 0.02 1.15 ind:imp:3s; -compromettant compromettant adj m s 1.63 2.64 0.75 0.88 -compromettante compromettant adj f s 1.63 2.64 0.21 0.54 -compromettantes compromettant adj f p 1.63 2.64 0.32 0.47 -compromettants compromettant adj m p 1.63 2.64 0.35 0.74 -compromette compromettre ver 10.28 16.62 0.14 0.07 sub:pre:3s; -compromettent compromettre ver 10.28 16.62 0.06 0.27 ind:pre:3p; -compromettes compromettre ver 10.28 16.62 0.01 0.07 sub:pre:2s; -compromettez compromettre ver 10.28 16.62 0.27 0.07 imp:pre:2p;ind:pre:2p; -compromettiez compromettre ver 10.28 16.62 0.04 0.20 ind:imp:2p; -compromettrai compromettre ver 10.28 16.62 0.01 0.07 ind:fut:1s; -compromettrait compromettre ver 10.28 16.62 0.46 0.41 cnd:pre:3s; -compromettre compromettre ver 10.28 16.62 3.83 6.42 inf; -compromettrons compromettre ver 10.28 16.62 0.01 0.00 ind:fut:1p; -compromirent compromettre ver 10.28 16.62 0.00 0.07 ind:pas:3p; -compromis compromis nom m 6.26 5.88 6.26 5.88 -compromise compromettre ver f s 10.28 16.62 1.08 1.82 par:pas; -compromises compromettre ver f p 10.28 16.62 0.21 0.41 par:pas; -compromission compromission nom f s 0.29 1.62 0.16 0.34 -compromissions compromission nom f p 0.29 1.62 0.14 1.28 -compromissoire compromissoire adj f s 0.01 0.00 0.01 0.00 -compromit compromettre ver 10.28 16.62 0.00 0.27 ind:pas:3s; -compréhensible compréhensible adj s 4.47 3.04 4.25 2.50 -compréhensibles compréhensible adj p 4.47 3.04 0.21 0.54 -compréhensif compréhensif adj m s 5.21 4.93 2.73 2.36 -compréhensifs compréhensif adj m p 5.21 4.93 0.72 0.68 -compréhension compréhension nom f s 5.85 10.00 5.85 9.93 -compréhensions compréhension nom f p 5.85 10.00 0.00 0.07 -compréhensive compréhensif adj f s 5.21 4.93 1.67 1.55 -compréhensives compréhensif adj f p 5.21 4.93 0.08 0.34 -compta compter ver 227.77 203.72 0.95 5.47 ind:pas:3s; -comptabilisait comptabiliser ver 0.40 1.28 0.00 0.20 ind:imp:3s; -comptabilisant comptabiliser ver 0.40 1.28 0.00 0.20 par:pre; -comptabilisation comptabilisation nom f s 0.00 0.14 0.00 0.14 -comptabilise comptabiliser ver 0.40 1.28 0.04 0.14 ind:pre:1s;ind:pre:3s; -comptabiliser comptabiliser ver 0.40 1.28 0.09 0.61 inf; -comptabilisé comptabiliser ver m s 0.40 1.28 0.23 0.14 par:pas; -comptabilisées comptabiliser ver f p 0.40 1.28 0.01 0.00 par:pas; -comptabilisés comptabiliser ver m p 0.40 1.28 0.03 0.00 par:pas; -comptabilité comptabilité nom f s 4.37 4.53 4.37 4.39 -comptabilités comptabilité nom f p 4.37 4.53 0.00 0.14 -comptable comptable nom s 7.15 4.26 6.43 3.31 -comptables comptable nom p 7.15 4.26 0.72 0.95 -comptage comptage nom m s 0.30 0.14 0.30 0.14 -comptai compter ver 227.77 203.72 0.01 0.14 ind:pas:1s; -comptaient compter ver 227.77 203.72 0.93 8.04 ind:imp:3p; -comptais compter ver 227.77 203.72 7.39 7.03 ind:imp:1s;ind:imp:2s; -comptait compter ver 227.77 203.72 7.32 32.50 ind:imp:3s; -comptant compter ver 227.77 203.72 2.47 6.15 par:pre; -compte_fils compte_fils nom m 0.00 0.34 0.00 0.34 -compte_gouttes compte_gouttes nom m 0.45 1.42 0.45 1.42 -compte_rendu compte_rendu nom m s 2.21 0.14 2.06 0.07 -compte_tours compte_tours nom m 0.04 0.41 0.04 0.41 -compte compte nom m s 160.95 208.38 138.88 187.23 -comptent compter ver 227.77 203.72 8.09 6.69 ind:pre:3p; -compter compter ver 227.77 203.72 45.04 52.77 ind:pre:2p;inf; -comptera compter ver 227.77 203.72 1.62 0.88 ind:fut:3s; -compterai compter ver 227.77 203.72 0.40 0.27 ind:fut:1s; -compteraient compter ver 227.77 203.72 0.01 0.27 cnd:pre:3p; -compterais compter ver 227.77 203.72 0.49 0.07 cnd:pre:1s;cnd:pre:2s; -compterait compter ver 227.77 203.72 0.39 1.42 cnd:pre:3s; -compteras compter ver 227.77 203.72 0.18 0.00 ind:fut:2s; -compterez compter ver 227.77 203.72 0.04 0.07 ind:fut:2p; -compterons compter ver 227.77 203.72 0.02 0.14 ind:fut:1p; -compteront compter ver 227.77 203.72 0.37 0.27 ind:fut:3p; -compte_rendu compte_rendu nom m p 2.21 0.14 0.16 0.07 -comptes compte nom m p 160.95 208.38 22.07 21.15 -compteur compteur nom m s 4.81 5.95 4.27 4.19 -compteurs compteur nom m p 4.81 5.95 0.55 1.76 -comptez compter ver 227.77 203.72 21.36 5.88 imp:pre:2p;ind:pre:2p; -compère compère nom m s 2.13 3.85 1.70 2.36 -compères compère nom m p 2.13 3.85 0.42 1.49 -compète compéter ver 0.96 0.07 0.80 0.07 imp:pre:2s;ind:pre:1s;ind:pre:3s; -compètes compéter ver 0.96 0.07 0.14 0.00 ind:pre:2s; -comptiez compter ver 227.77 203.72 1.38 0.20 ind:imp:2p;sub:pre:2p; -comptine comptine nom f s 2.00 1.76 1.73 1.22 -comptines comptine nom f p 2.00 1.76 0.28 0.54 -comptions compter ver 227.77 203.72 0.26 0.68 ind:imp:1p; -comptoir comptoir nom m s 8.66 41.55 8.49 39.53 -comptoirs comptoir nom m p 8.66 41.55 0.17 2.03 -comptons compter ver 227.77 203.72 2.17 2.84 imp:pre:1p;ind:pre:1p; -comptât compter ver 227.77 203.72 0.00 0.20 sub:imp:3s; -comptèrent compter ver 227.77 203.72 0.01 0.20 ind:pas:3p; -compté compter ver m s 227.77 203.72 10.34 11.55 par:pas; -comptée compter ver f s 227.77 203.72 0.12 0.88 par:pas; -comptées compter ver f p 227.77 203.72 0.25 1.28 par:pas; -comptés compter ver m p 227.77 203.72 1.96 2.84 par:pas; -compulsait compulser ver 0.27 1.69 0.00 0.27 ind:imp:3s; -compulsant compulser ver 0.27 1.69 0.01 0.20 par:pre; -compulse compulser ver 0.27 1.69 0.10 0.47 imp:pre:2s;ind:pre:3s; -compulser compulser ver 0.27 1.69 0.03 0.47 inf; -compulsez compulser ver 0.27 1.69 0.10 0.00 imp:pre:2p; -compulsif compulsif adj m s 1.04 0.14 0.72 0.07 -compulsifs compulsif adj m p 1.04 0.14 0.11 0.00 -compulsion compulsion nom f s 0.17 0.00 0.17 0.00 -compulsive compulsif adj f s 1.04 0.14 0.18 0.00 -compulsivement compulsivement adv 0.03 0.00 0.03 0.00 -compulsives compulsif adj f p 1.04 0.14 0.03 0.07 -compulsoire compulsoire nom m s 0.00 0.07 0.00 0.07 -compulsons compulser ver 0.27 1.69 0.00 0.07 ind:pre:1p; -compulsé compulser ver m s 0.27 1.69 0.02 0.14 par:pas; -compulsés compulser ver m p 0.27 1.69 0.00 0.07 par:pas; -comput comput nom m s 0.00 0.14 0.00 0.14 -compétant compéter ver 0.96 0.07 0.02 0.00 par:pre; -computations computation nom f p 0.00 0.07 0.00 0.07 -compétence compétence nom f s 5.98 5.07 2.12 3.24 -compétences compétence nom f p 5.98 5.07 3.86 1.82 -compétent compétent adj m s 7.44 3.11 4.45 1.08 -compétente compétent adj f s 7.44 3.11 1.05 1.08 -compétentes compétent adj f p 7.44 3.11 0.52 0.34 -compétents compétent adj m p 7.44 3.11 1.42 0.61 -computer computer nom m s 0.17 0.14 0.14 0.07 -computers computer nom m p 0.17 0.14 0.03 0.07 -computeur computeur nom m s 0.05 0.07 0.04 0.00 -computeurs computeur nom m p 0.05 0.07 0.01 0.07 -compétiteur compétiteur nom m s 0.34 0.20 0.28 0.00 -compétiteurs compétiteur nom m p 0.34 0.20 0.05 0.20 -compétitif compétitif adj m s 1.27 0.00 0.53 0.00 -compétitifs compétitif adj m p 1.27 0.00 0.22 0.00 -compétition compétition nom f s 9.15 4.80 8.43 3.85 -compétitions compétition nom f p 9.15 4.80 0.73 0.95 -compétitive compétitif adj f s 1.27 0.00 0.52 0.00 -compétitivité compétitivité nom f s 0.06 0.00 0.06 0.00 -compétitrice compétiteur nom f s 0.34 0.20 0.01 0.00 -comtal comtal adj m s 0.00 0.20 0.00 0.14 -comtale comtal adj f s 0.00 0.20 0.00 0.07 -comte comte nom m s 27.31 67.77 12.89 51.42 -comtes comte nom m p 27.31 67.77 0.74 2.64 -comtesse comte nom f s 27.31 67.77 13.69 12.43 -comtesses comtesse nom f p 0.05 0.00 0.05 0.00 -comète comète nom f s 2.28 2.50 1.96 2.30 -comètes comète nom f p 2.28 2.50 0.32 0.20 -comtois comtois adj m 0.00 0.27 0.00 0.07 -comtois comtois nom m 0.00 0.27 0.00 0.07 -comtoise comtois adj f s 0.00 0.27 0.00 0.20 -comtoise comtois nom f s 0.00 0.27 0.00 0.20 -comté comté nom m s 11.64 2.36 10.96 2.36 -comtés comté nom m p 11.64 2.36 0.68 0.00 -comédie comédie nom f s 22.11 29.73 20.87 25.68 -comédien comédien nom m s 6.06 10.74 3.02 5.27 -comédienne comédien nom f s 6.06 10.74 0.75 1.76 -comédiennes comédienne nom f p 0.44 0.00 0.44 0.00 -comédiens comédien nom m p 6.06 10.74 2.30 3.11 -comédies comédie nom f p 22.11 29.73 1.23 4.05 -comédons comédon nom m p 0.00 0.07 0.00 0.07 -con con pro_per s 7.87 4.59 7.87 4.59 -conard conard nom m s 0.19 0.47 0.16 0.27 -conarde conard nom f s 0.19 0.47 0.00 0.07 -conards conard nom m p 0.19 0.47 0.03 0.14 -conasse conasse nom f s 0.34 0.27 0.34 0.20 -conasses conasse nom f p 0.34 0.27 0.00 0.07 -concassage concassage nom m s 0.00 0.14 0.00 0.14 -concassait concasser ver 0.09 1.76 0.00 0.07 ind:imp:3s; -concassant concasser ver 0.09 1.76 0.00 0.14 par:pre; -concasse concasser ver 0.09 1.76 0.00 0.07 ind:pre:3s; -concassent concasser ver 0.09 1.76 0.00 0.07 ind:pre:3p; -concasser concasser ver 0.09 1.76 0.01 0.07 inf; -concasseur concasseur nom m s 0.19 0.68 0.17 0.27 -concasseurs concasseur nom m p 0.19 0.68 0.01 0.41 -concassé concasser ver m s 0.09 1.76 0.04 0.54 par:pas; -concassée concasser ver f s 0.09 1.76 0.01 0.27 par:pas; -concassées concasser ver f p 0.09 1.76 0.01 0.20 par:pas; -concassés concasser ver m p 0.09 1.76 0.01 0.34 par:pas; -concaténation concaténation nom f s 0.01 0.00 0.01 0.00 -concave concave adj s 0.20 1.22 0.19 1.08 -concaves concave adj p 0.20 1.22 0.01 0.14 -concavité concavité nom f s 0.00 0.34 0.00 0.34 -concentra concentrer ver 39.58 18.92 0.04 1.28 ind:pas:3s; -concentrai concentrer ver 39.58 18.92 0.00 0.27 ind:pas:1s; -concentraient concentrer ver 39.58 18.92 0.15 0.68 ind:imp:3p; -concentrais concentrer ver 39.58 18.92 0.16 0.00 ind:imp:1s;ind:imp:2s; -concentrait concentrer ver 39.58 18.92 0.14 1.42 ind:imp:3s; -concentrant concentrer ver 39.58 18.92 0.43 0.74 par:pre; -concentrateur concentrateur nom m s 0.12 0.00 0.12 0.00 -concentration concentration nom f s 8.54 10.41 8.46 10.27 -concentrationnaire concentrationnaire adj m s 0.32 0.61 0.32 0.34 -concentrationnaires concentrationnaire adj m p 0.32 0.61 0.00 0.27 -concentrations concentration nom f p 8.54 10.41 0.08 0.14 -concentre concentrer ver 39.58 18.92 12.05 2.70 imp:pre:2s;ind:pre:1s;ind:pre:3s; -concentrent concentrer ver 39.58 18.92 0.30 0.20 ind:pre:3p; -concentrer concentrer ver 39.58 18.92 14.13 6.28 ind:pre:2p;inf; -concentrera concentrer ver 39.58 18.92 0.20 0.00 ind:fut:3s; -concentrerai concentrer ver 39.58 18.92 0.06 0.00 ind:fut:1s; -concentrerais concentrer ver 39.58 18.92 0.10 0.07 cnd:pre:1s;cnd:pre:2s; -concentrerait concentrer ver 39.58 18.92 0.04 0.00 cnd:pre:3s; -concentrerons concentrer ver 39.58 18.92 0.05 0.00 ind:fut:1p; -concentreront concentrer ver 39.58 18.92 0.03 0.07 ind:fut:3p; -concentres concentrer ver 39.58 18.92 0.88 0.00 ind:pre:2s;sub:pre:2s; -concentrez concentrer ver 39.58 18.92 4.39 0.00 imp:pre:2p;ind:pre:2p; -concentriez concentrer ver 39.58 18.92 0.12 0.00 ind:imp:2p; -concentrions concentrer ver 39.58 18.92 0.04 0.00 ind:imp:1p; -concentrique concentrique adj s 0.16 4.12 0.00 0.54 -concentriques concentrique adj p 0.16 4.12 0.16 3.58 -concentrons concentrer ver 39.58 18.92 1.69 0.07 imp:pre:1p;ind:pre:1p; -concentré concentrer ver m s 39.58 18.92 2.55 2.30 par:pas; -concentrée concentrer ver f s 39.58 18.92 0.66 1.69 par:pas; -concentrées concentrer ver f p 39.58 18.92 0.32 0.61 par:pas; -concentrés concentrer ver m p 39.58 18.92 1.08 0.54 par:pas; -concept concept nom m s 8.66 3.24 7.63 2.03 -concepteur concepteur adj m s 0.51 0.00 0.50 0.00 -concepteurs concepteur nom m p 0.77 0.14 0.23 0.00 -conception conception nom f s 4.37 11.55 3.84 8.31 -conceptions conception nom f p 4.37 11.55 0.53 3.24 -conceptrice concepteur nom f s 0.77 0.14 0.05 0.00 -concepts concept nom m p 8.66 3.24 1.02 1.22 -conceptualise conceptualiser ver 0.04 0.00 0.01 0.00 ind:pre:1s; -conceptualiser conceptualiser ver 0.04 0.00 0.02 0.00 inf; -conceptualisé conceptualiser ver m s 0.04 0.00 0.01 0.00 par:pas; -conceptuel conceptuel adj m s 0.46 0.14 0.32 0.14 -conceptuelle conceptuel adj f s 0.46 0.14 0.07 0.00 -conceptuellement conceptuellement adv 0.01 0.00 0.01 0.00 -conceptuelles conceptuel adj f p 0.46 0.14 0.05 0.00 -conceptuels conceptuel adj m p 0.46 0.14 0.02 0.00 -concernaient concerner ver 49.31 50.47 0.18 1.76 ind:imp:3p; -concernait concerner ver 49.31 50.47 2.13 10.95 ind:imp:3s; -concernant concernant pre 13.08 14.26 13.08 14.26 -concerne concerner ver 49.31 50.47 33.49 26.42 imp:pre:2s;ind:pre:1s;ind:pre:3s; -concernent concerner ver 49.31 50.47 1.64 1.96 ind:pre:3p; -concerner concerner ver 49.31 50.47 0.36 1.22 inf; -concernera concerner ver 49.31 50.47 0.25 0.07 ind:fut:3s; -concerneraient concerner ver 49.31 50.47 0.01 0.07 cnd:pre:3p; -concernerait concerner ver 49.31 50.47 0.17 0.34 cnd:pre:3s; -concernât concerner ver 49.31 50.47 0.00 0.20 sub:imp:3s; -concernèrent concerner ver 49.31 50.47 0.00 0.07 ind:pas:3p; -concerné concerner ver m s 49.31 50.47 3.06 1.49 par:pas; -concernée concerner ver f s 49.31 50.47 1.42 1.08 par:pas; -concernées concerner ver f p 49.31 50.47 0.63 0.14 par:pas; -concernés concerner ver m p 49.31 50.47 2.51 1.08 par:pas; -concert concert nom m s 31.65 30.14 26.51 24.86 -concertaient concerter ver 0.65 3.78 0.01 0.14 ind:imp:3p; -concertait concerter ver 0.65 3.78 0.00 0.14 ind:imp:3s; -concertant concerter ver 0.65 3.78 0.00 0.07 par:pre; -concertation concertation nom f s 0.17 0.07 0.15 0.07 -concertations concertation nom f p 0.17 0.07 0.01 0.00 -concerte concerter ver 0.65 3.78 0.05 0.07 ind:pre:3s; -concertent concerter ver 0.65 3.78 0.02 0.41 ind:pre:3p; -concerter concerter ver 0.65 3.78 0.32 1.15 inf; -concertez concerter ver 0.65 3.78 0.01 0.00 ind:pre:2p; -concertina concertina nom m s 0.01 0.00 0.01 0.00 -concertiste concertiste nom s 0.60 0.00 0.60 0.00 -concerto concerto nom m s 1.63 2.77 1.56 2.36 -concertons concerter ver 0.65 3.78 0.01 0.07 imp:pre:1p;ind:pre:1p; -concertos concerto nom m p 1.63 2.77 0.07 0.41 -concerts concert nom m p 31.65 30.14 5.14 5.27 -concertèrent concerter ver 0.65 3.78 0.00 0.20 ind:pas:3p; -concerté concerter ver m s 0.65 3.78 0.17 0.20 par:pas; -concertée concerter ver f s 0.65 3.78 0.03 0.41 par:pas; -concertées concerter ver f p 0.65 3.78 0.00 0.27 par:pas; -concertés concerter ver m p 0.65 3.78 0.02 0.68 par:pas; -concession concession nom f s 5.31 14.12 3.54 9.32 -concessionnaire concessionnaire nom s 0.70 0.95 0.63 0.68 -concessionnaires concessionnaire nom p 0.70 0.95 0.07 0.27 -concessions concession nom f p 5.31 14.12 1.77 4.80 -concetto concetto nom m s 0.00 0.07 0.00 0.07 -concevable concevable adj s 0.28 2.77 0.27 2.50 -concevables concevable adj f p 0.28 2.77 0.01 0.27 -concevaient concevoir ver 18.75 27.84 0.12 0.34 ind:imp:3p; -concevais concevoir ver 18.75 27.84 0.06 1.15 ind:imp:1s; -concevait concevoir ver 18.75 27.84 0.15 2.36 ind:imp:3s; -concevant concevoir ver 18.75 27.84 0.05 0.14 par:pre; -concevez concevoir ver 18.75 27.84 0.06 0.07 imp:pre:2p;ind:pre:2p; -conceviez concevoir ver 18.75 27.84 0.14 0.14 ind:imp:2p; -concevions concevoir ver 18.75 27.84 0.00 0.07 ind:imp:1p; -concevoir concevoir ver 18.75 27.84 3.14 7.57 inf; -concevons concevoir ver 18.75 27.84 0.02 0.20 imp:pre:1p;ind:pre:1p; -concevrais concevoir ver 18.75 27.84 0.00 0.14 cnd:pre:1s; -concevrait concevoir ver 18.75 27.84 0.01 0.27 cnd:pre:3s; -conchiaient conchier ver 0.03 0.54 0.00 0.07 ind:imp:3p; -conchie conchier ver 0.03 0.54 0.01 0.07 ind:pre:1s;ind:pre:3s; -conchier conchier ver 0.03 0.54 0.01 0.34 inf; -conchié conchier ver m s 0.03 0.54 0.01 0.07 par:pas; -conchoïdaux conchoïdal adj m p 0.01 0.00 0.01 0.00 -concierge concierge nom s 11.15 29.05 10.81 25.41 -conciergerie conciergerie nom f s 0.04 0.74 0.04 0.68 -conciergeries conciergerie nom f p 0.04 0.74 0.00 0.07 -concierges concierge nom p 11.15 29.05 0.34 3.65 -concile concile nom m s 0.17 3.11 0.17 2.57 -conciles concile nom m p 0.17 3.11 0.00 0.54 -conciliable conciliable adj s 0.00 0.34 0.00 0.27 -conciliables conciliable adj p 0.00 0.34 0.00 0.07 -conciliabule conciliabule nom m s 0.28 3.58 0.02 1.76 -conciliabules conciliabule nom m p 0.28 3.58 0.26 1.82 -conciliaient concilier ver 0.85 5.00 0.00 0.07 ind:imp:3p; -conciliaires conciliaire adj m p 0.00 0.07 0.00 0.07 -conciliait concilier ver 0.85 5.00 0.00 0.34 ind:imp:3s; -conciliant conciliant adj m s 0.63 3.85 0.30 2.09 -conciliante conciliant adj f s 0.63 3.85 0.12 1.22 -conciliantes conciliant adj f p 0.63 3.85 0.03 0.20 -conciliants conciliant adj m p 0.63 3.85 0.17 0.34 -conciliateur conciliateur nom m s 0.10 0.14 0.07 0.14 -conciliateurs conciliateur nom m p 0.10 0.14 0.01 0.00 -conciliation conciliation nom f s 0.64 1.82 0.37 1.69 -conciliations conciliation nom f p 0.64 1.82 0.27 0.14 -conciliatrice conciliateur nom f s 0.10 0.14 0.01 0.00 -concilie concilier ver 0.85 5.00 0.20 0.14 ind:pre:3s; -concilier concilier ver 0.85 5.00 0.60 3.18 inf; -concilierait concilier ver 0.85 5.00 0.00 0.07 cnd:pre:3s; -concilies concilier ver 0.85 5.00 0.00 0.07 ind:pre:2s; -concilié concilier ver m s 0.85 5.00 0.02 0.14 par:pas; -conciliées concilier ver f p 0.85 5.00 0.00 0.07 par:pas; -conciliés concilier ver m p 0.85 5.00 0.00 0.07 par:pas; -concis concis adj m 1.42 0.68 0.77 0.61 -concise concis adj f s 1.42 0.68 0.65 0.07 -concision concision nom f s 0.31 0.61 0.31 0.61 -concitoyen concitoyen nom m s 4.36 1.62 0.33 0.07 -concitoyenne concitoyen nom f s 4.36 1.62 0.11 0.07 -concitoyennes concitoyenne nom f p 0.10 0.00 0.10 0.00 -concitoyens concitoyen nom m p 4.36 1.62 3.92 1.49 -conclûmes conclure ver 27.26 51.76 0.00 0.07 ind:pas:1p; -conclût conclure ver 27.26 51.76 0.00 0.07 sub:imp:3s; -conclave conclave nom m s 0.00 0.47 0.00 0.47 -conclaviste conclaviste nom m s 0.00 0.07 0.00 0.07 -conclu conclure ver m s 27.26 51.76 11.88 10.61 par:pas; -concluaient conclure ver 27.26 51.76 0.00 0.47 ind:imp:3p; -concluais conclure ver 27.26 51.76 0.02 0.68 ind:imp:1s; -concluait conclure ver 27.26 51.76 0.06 2.50 ind:imp:3s; -concluant concluant adj m s 1.49 0.95 0.71 0.41 -concluante concluant adj f s 1.49 0.95 0.33 0.34 -concluantes concluant adj f p 1.49 0.95 0.10 0.00 -concluants concluant adj m p 1.49 0.95 0.35 0.20 -conclue conclure ver f s 27.26 51.76 1.82 1.49 par:pas;sub:pre:1s;sub:pre:3s; -concluent conclure ver 27.26 51.76 0.20 0.61 ind:pre:3p; -conclues conclure ver f p 27.26 51.76 0.06 0.20 par:pas;sub:pre:2s; -concluez conclure ver 27.26 51.76 0.57 0.07 imp:pre:2p;ind:pre:2p; -concluions conclure ver 27.26 51.76 0.02 0.07 ind:imp:1p; -concluons conclure ver 27.26 51.76 0.75 0.07 imp:pre:1p;ind:pre:1p; -conclura conclure ver 27.26 51.76 0.24 0.07 ind:fut:3s; -conclurai conclure ver 27.26 51.76 0.27 0.07 ind:fut:1s; -conclurais conclure ver 27.26 51.76 0.03 0.00 cnd:pre:1s; -conclurait conclure ver 27.26 51.76 0.04 0.00 cnd:pre:3s; -conclure conclure ver 27.26 51.76 7.57 10.34 inf; -conclurent conclure ver 27.26 51.76 0.03 0.27 ind:pas:3p; -conclurez conclure ver 27.26 51.76 0.01 0.00 ind:fut:2p; -conclurions conclure ver 27.26 51.76 0.01 0.07 cnd:pre:1p; -conclurons conclure ver 27.26 51.76 0.07 0.00 ind:fut:1p; -concluront conclure ver 27.26 51.76 0.03 0.07 ind:fut:3p; -conclus conclure ver m p 27.26 51.76 1.88 4.32 imp:pre:2s;ind:pre:1s;ind:pre:2s;par:pas; -conclusion conclusion nom f s 13.90 20.68 8.19 14.32 -conclusions conclusion nom f p 13.90 20.68 5.71 6.35 -conclusive conclusif adj f s 0.01 0.00 0.01 0.00 -conclut conclure ver 27.26 51.76 1.65 18.92 ind:pre:3s;ind:pas:3s; -concocta concocter ver 1.00 1.01 0.01 0.00 ind:pas:3s; -concoctait concocter ver 1.00 1.01 0.01 0.14 ind:imp:3s; -concoctent concocter ver 1.00 1.01 0.02 0.00 ind:pre:3p; -concocter concocter ver 1.00 1.01 0.34 0.41 inf; -concocteras concocter ver 1.00 1.01 0.01 0.07 ind:fut:2s; -concoction concoction nom f s 0.06 0.20 0.06 0.20 -concocté concocter ver m s 1.00 1.01 0.57 0.27 par:pas; -concoctée concocter ver f s 1.00 1.01 0.04 0.07 par:pas; -concoctés concocter ver m p 1.00 1.01 0.01 0.07 par:pas; -concombre concombre nom m s 2.75 4.12 1.82 1.15 -concombres concombre nom m p 2.75 4.12 0.94 2.97 -concomitance concomitance nom f s 0.01 0.07 0.01 0.07 -concomitant concomitant adj m s 0.02 0.41 0.00 0.14 -concomitante concomitant adj f s 0.02 0.41 0.01 0.14 -concomitantes concomitant adj f p 0.02 0.41 0.01 0.14 -concordaient concorder ver 2.45 0.81 0.02 0.14 ind:imp:3p; -concordait concorder ver 2.45 0.81 0.13 0.27 ind:imp:3s; -concordance concordance nom f s 0.45 0.54 0.45 0.54 -concordant concorder ver 2.45 0.81 0.03 0.00 par:pre; -concordante concordant adj f s 0.23 0.14 0.03 0.00 -concordantes concordant adj f p 0.23 0.14 0.02 0.00 -concordants concordant adj m p 0.23 0.14 0.16 0.07 -concordat concordat nom m s 0.00 0.07 0.00 0.07 -concorde concorder ver 2.45 0.81 1.40 0.07 imp:pre:2s;ind:pre:3s; -concordent concorder ver 2.45 0.81 0.71 0.20 ind:pre:3p; -concorder concorder ver 2.45 0.81 0.15 0.14 inf; -concordez concorder ver 2.45 0.81 0.01 0.00 imp:pre:2p; -concordistes concordiste nom p 0.00 0.07 0.00 0.07 -concourût concourir ver 1.35 3.72 0.00 0.07 sub:imp:3s; -concouraient concourir ver 1.35 3.72 0.03 0.20 ind:imp:3p; -concourait concourir ver 1.35 3.72 0.01 0.34 ind:imp:3s; -concourant concourant adj m s 0.01 0.00 0.01 0.00 -concoure concourir ver 1.35 3.72 0.02 0.00 sub:pre:3s; -concourent concourir ver 1.35 3.72 0.08 0.47 ind:pre:3p; -concourez concourir ver 1.35 3.72 0.04 0.00 ind:pre:2p; -concourir concourir ver 1.35 3.72 0.55 1.28 inf; -concourrai concourir ver 1.35 3.72 0.01 0.00 ind:fut:1s; -concourrait concourir ver 1.35 3.72 0.01 0.14 cnd:pre:3s; -concourront concourir ver 1.35 3.72 0.00 0.07 ind:fut:3p; -concours concours nom m 23.89 31.69 23.89 31.69 -concourt concourir ver 1.35 3.72 0.17 0.54 ind:pre:3s; -concouru concourir ver m s 1.35 3.72 0.10 0.54 par:pas; -concret concret adj m s 3.48 7.09 1.88 2.09 -concrets concret adj m p 3.48 7.09 0.24 1.22 -concrète concret adj f s 3.48 7.09 0.93 2.84 -concrètement concrètement adv 2.04 1.15 2.04 1.15 -concrètes concret adj f p 3.48 7.09 0.42 0.95 -concrétion concrétion nom f s 0.01 0.81 0.01 0.47 -concrétions concrétion nom f p 0.01 0.81 0.00 0.34 -concrétisant concrétiser ver 0.83 1.35 0.01 0.07 par:pre; -concrétisation concrétisation nom f s 0.04 0.07 0.04 0.07 -concrétise concrétiser ver 0.83 1.35 0.20 0.14 ind:pre:1s;ind:pre:3s; -concrétisent concrétiser ver 0.83 1.35 0.01 0.00 ind:pre:3p; -concrétiser concrétiser ver 0.83 1.35 0.39 0.54 inf; -concrétisèrent concrétiser ver 0.83 1.35 0.00 0.14 ind:pas:3p; -concrétisé concrétiser ver m s 0.83 1.35 0.05 0.27 par:pas; -concrétisée concrétiser ver f s 0.83 1.35 0.16 0.14 par:pas; -concrétisées concrétiser ver f p 0.83 1.35 0.01 0.00 par:pas; -concrétisés concrétiser ver m p 0.83 1.35 0.00 0.07 par:pas; -concède concéder ver 1.79 5.74 0.75 0.68 imp:pre:2s;ind:pre:1s;ind:pre:3s; -concèdes concéder ver 1.79 5.74 0.02 0.00 ind:pre:2s; -concubin concubin nom m s 1.98 2.84 0.02 0.61 -concubinage concubinage nom m s 0.77 0.68 0.77 0.61 -concubinages concubinage nom m p 0.77 0.68 0.00 0.07 -concubinait concubiner ver 0.00 0.07 0.00 0.07 ind:imp:3s; -concubine concubin nom f s 1.98 2.84 1.56 1.69 -concubines concubin nom f p 1.98 2.84 0.40 0.47 -concubins concubin nom m p 1.98 2.84 0.00 0.07 -concéda concéder ver 1.79 5.74 0.01 1.28 ind:pas:3s; -concédai concéder ver 1.79 5.74 0.00 0.07 ind:pas:1s; -concédaient concéder ver 1.79 5.74 0.10 0.20 ind:imp:3p; -concédais concéder ver 1.79 5.74 0.00 0.14 ind:imp:1s; -concédait concéder ver 1.79 5.74 0.00 0.74 ind:imp:3s; -concédant concédant nom m s 0.00 0.07 0.00 0.07 -concéder concéder ver 1.79 5.74 0.39 0.81 inf; -concéderait concéder ver 1.79 5.74 0.01 0.07 cnd:pre:3s; -concédez concéder ver 1.79 5.74 0.03 0.00 ind:pre:2p; -concédons concéder ver 1.79 5.74 0.00 0.07 ind:pre:1p; -concédât concéder ver 1.79 5.74 0.00 0.14 sub:imp:3s; -concédé concéder ver m s 1.79 5.74 0.25 0.88 par:pas; -concédée concéder ver f s 1.79 5.74 0.23 0.47 par:pas; -concédés concéder ver m p 1.79 5.74 0.00 0.20 par:pas; -concélèbrent concélébrer ver 0.37 0.00 0.37 0.00 ind:pre:3p; -concupiscence concupiscence nom f s 0.38 2.09 0.38 2.03 -concupiscences concupiscence nom f p 0.38 2.09 0.00 0.07 -concupiscent concupiscent adj m s 0.11 0.54 0.11 0.14 -concupiscente concupiscent adj f s 0.11 0.54 0.00 0.14 -concupiscentes concupiscent adj f p 0.11 0.54 0.00 0.14 -concupiscents concupiscent adj m p 0.11 0.54 0.00 0.14 -concurremment concurremment adv 0.00 0.41 0.00 0.41 -concurrence concurrence nom f s 6.00 5.00 6.00 4.73 -concurrencer concurrencer ver 0.33 0.74 0.30 0.07 inf; -concurrences concurrence nom f p 6.00 5.00 0.00 0.27 -concurrencé concurrencer ver m s 0.33 0.74 0.01 0.14 par:pas; -concurrencée concurrencer ver f s 0.33 0.74 0.00 0.07 par:pas; -concurrent concurrent nom m s 6.36 3.51 1.65 1.49 -concurrente concurrent adj f s 1.45 1.62 0.71 0.54 -concurrentes concurrent adj f p 1.45 1.62 0.27 0.41 -concurrençait concurrencer ver 0.33 0.74 0.00 0.27 ind:imp:3s; -concurrentiel concurrentiel adj m s 0.09 0.14 0.07 0.07 -concurrentielle concurrentiel adj f s 0.09 0.14 0.02 0.00 -concurrentiels concurrentiel adj m p 0.09 0.14 0.00 0.07 -concurrents concurrent nom m p 6.36 3.51 4.71 2.03 -concussion concussion nom f s 0.07 0.20 0.07 0.20 -concussionnaire concussionnaire adj f s 0.00 0.07 0.00 0.07 -condamna condamner ver 44.14 44.59 0.59 0.47 ind:pas:3s; -condamnable condamnable adj s 0.44 0.88 0.44 0.61 -condamnables condamnable adj m p 0.44 0.88 0.00 0.27 -condamnai condamner ver 44.14 44.59 0.00 0.07 ind:pas:1s; -condamnaient condamner ver 44.14 44.59 0.04 1.35 ind:imp:3p; -condamnais condamner ver 44.14 44.59 0.02 0.27 ind:imp:1s;ind:imp:2s; -condamnait condamner ver 44.14 44.59 0.17 3.51 ind:imp:3s; -condamnant condamner ver 44.14 44.59 0.31 1.49 par:pre; -condamnation condamnation nom f s 6.79 8.85 5.18 7.64 -condamnations condamnation nom f p 6.79 8.85 1.62 1.22 -condamne condamner ver 44.14 44.59 6.56 5.27 imp:pre:2s;ind:pre:1s;ind:pre:3s; -condamnent condamner ver 44.14 44.59 0.94 1.15 ind:pre:3p;sub:pre:3p; -condamner condamner ver 44.14 44.59 5.53 4.73 inf; -condamnera condamner ver 44.14 44.59 0.60 0.27 ind:fut:3s; -condamnerai condamner ver 44.14 44.59 0.02 0.00 ind:fut:1s; -condamneraient condamner ver 44.14 44.59 0.02 0.00 cnd:pre:3p; -condamnerais condamner ver 44.14 44.59 0.04 0.20 cnd:pre:1s; -condamnerait condamner ver 44.14 44.59 0.22 0.00 cnd:pre:3s; -condamneras condamner ver 44.14 44.59 0.03 0.00 ind:fut:2s; -condamnerons condamner ver 44.14 44.59 0.00 0.07 ind:fut:1p; -condamneront condamner ver 44.14 44.59 0.32 0.14 ind:fut:3p; -condamnes condamner ver 44.14 44.59 0.16 0.14 ind:pre:2s; -condamnez condamner ver 44.14 44.59 1.17 0.07 imp:pre:2p;ind:pre:2p; -condamniez condamner ver 44.14 44.59 0.01 0.14 ind:imp:2p; -condamnions condamner ver 44.14 44.59 0.00 0.07 ind:imp:1p; -condamnons condamner ver 44.14 44.59 0.93 0.07 imp:pre:1p;ind:pre:1p; -condamnât condamner ver 44.14 44.59 0.00 0.14 sub:imp:3s; -condamnèrent condamner ver 44.14 44.59 0.14 0.20 ind:pas:3p; -condamné condamner ver m s 44.14 44.59 17.10 12.30 par:pas; -condamnée condamner ver f s 44.14 44.59 3.42 6.42 par:pas; -condamnées condamner ver f p 44.14 44.59 0.65 1.01 par:pas; -condamnés condamner ver m p 44.14 44.59 5.14 5.07 par:pas; -condensa condenser ver 0.59 2.70 0.00 0.20 ind:pas:3s; -condensaient condenser ver 0.59 2.70 0.00 0.20 ind:imp:3p; -condensait condenser ver 0.59 2.70 0.00 0.54 ind:imp:3s; -condensant condenser ver 0.59 2.70 0.10 0.07 par:pre; -condensateur condensateur nom m s 1.02 0.07 0.77 0.07 -condensateurs condensateur nom m p 1.02 0.07 0.26 0.00 -condensation condensation nom f s 0.28 1.22 0.28 1.22 -condense condenser ver 0.59 2.70 0.14 0.74 imp:pre:2s;ind:pre:1s;ind:pre:3s; -condensent condenser ver 0.59 2.70 0.00 0.14 ind:pre:3p; -condenser condenser ver 0.59 2.70 0.17 0.41 inf; -condensera condenser ver 0.59 2.70 0.01 0.00 ind:fut:3s; -condenseur condenseur nom m s 0.01 0.00 0.01 0.00 -condensèrent condenser ver 0.59 2.70 0.00 0.07 ind:pas:3p; -condensé condenser ver m s 0.59 2.70 0.16 0.14 par:pas; -condensée condensé adj f s 0.05 1.15 0.02 0.00 -condensées condenser ver f p 0.59 2.70 0.03 0.14 par:pas; -condensés condensé adj m p 0.05 1.15 0.01 0.07 -condescend condescendre ver 0.17 1.01 0.00 0.14 ind:pre:3s; -condescendait condescendre ver 0.17 1.01 0.00 0.07 ind:imp:3s; -condescendance condescendance nom f s 0.70 4.53 0.70 4.53 -condescendant condescendant adj m s 1.35 2.09 0.95 0.95 -condescendante condescendant adj f s 1.35 2.09 0.30 0.88 -condescendants condescendant adj m p 1.35 2.09 0.09 0.27 -condescendit condescendre ver 0.17 1.01 0.01 0.20 ind:pas:3s; -condescendrais condescendre ver 0.17 1.01 0.01 0.07 cnd:pre:1s;cnd:pre:2s; -condescendre condescendre ver 0.17 1.01 0.01 0.20 inf; -condescendu condescendre ver m s 0.17 1.01 0.00 0.07 par:pas; -condiment condiment nom m s 0.68 0.61 0.11 0.07 -condiments condiment nom m p 0.68 0.61 0.56 0.54 -condisciple condisciple nom s 0.15 3.11 0.01 0.74 -condisciples condisciple nom p 0.15 3.11 0.14 2.36 -condition condition nom f s 46.73 91.62 25.61 45.81 -conditionnait conditionner ver 1.58 1.55 0.02 0.00 ind:imp:3s; -conditionnant conditionner ver 1.58 1.55 0.02 0.07 par:pre; -conditionne conditionner ver 1.58 1.55 0.32 0.14 ind:pre:1s;ind:pre:3s; -conditionnel conditionnel nom m s 0.07 0.81 0.06 0.74 -conditionnelle conditionnel adj f s 4.76 0.74 4.59 0.74 -conditionnellement conditionnellement adv 0.00 0.07 0.00 0.07 -conditionnelles conditionnel adj f p 4.76 0.74 0.16 0.00 -conditionnels conditionnel nom m p 0.07 0.81 0.01 0.07 -conditionnement conditionnement nom m s 0.52 0.95 0.52 0.74 -conditionnements conditionnement nom m p 0.52 0.95 0.00 0.20 -conditionnent conditionner ver 1.58 1.55 0.14 0.00 ind:pre:3p; -conditionner conditionner ver 1.58 1.55 0.32 0.27 inf; -conditionnerons conditionner ver 1.58 1.55 0.01 0.00 ind:fut:1p; -conditionneur conditionneur nom m s 0.06 0.14 0.04 0.00 -conditionneurs conditionneur nom m p 0.06 0.14 0.02 0.14 -conditionnons conditionner ver 1.58 1.55 0.01 0.00 ind:pre:1p; -conditionné conditionné adj m s 2.09 1.82 2.02 1.55 -conditionnée conditionner ver f s 1.58 1.55 0.14 0.14 par:pas; -conditionnées conditionner ver f p 1.58 1.55 0.02 0.14 par:pas; -conditionnés conditionner ver m p 1.58 1.55 0.07 0.20 par:pas; -conditions condition nom f p 46.73 91.62 21.12 45.81 -condo condo nom m s 1.01 0.00 0.61 0.00 -condoléance condoléance nom f s 10.82 4.32 0.03 0.14 -condoléances condoléance nom f p 10.82 4.32 10.80 4.19 -condoléants condoléant adj m p 0.00 0.07 0.00 0.07 -condom condom nom m s 0.18 0.00 0.18 0.00 -condominium condominium nom m s 0.02 0.14 0.02 0.14 -condor condor nom m s 1.33 0.61 1.30 0.47 -condors condor nom m p 1.33 0.61 0.02 0.14 -condos condo nom m p 1.01 0.00 0.40 0.00 -condottiere condottiere nom m s 0.00 0.61 0.00 0.54 -condottieres condottiere nom m p 0.00 0.61 0.00 0.07 -condottieri condottieri nom m p 0.00 0.07 0.00 0.07 -condé condé nom m s 0.10 6.49 0.05 2.64 -conductance conductance nom f s 0.03 0.00 0.03 0.00 -conducteur conducteur nom m s 10.91 15.14 8.67 11.08 -conducteurs conducteur nom m p 10.91 15.14 1.66 3.24 -conductibilité conductibilité nom f s 0.01 0.00 0.01 0.00 -conduction conduction nom f s 0.07 0.00 0.07 0.00 -conductivité conductivité nom f s 0.02 0.00 0.02 0.00 -conductrice conducteur nom f s 10.91 15.14 0.58 0.61 -conductrices conductrice nom f p 0.03 0.00 0.03 0.00 -conduira conduire ver 169.61 144.66 3.67 2.03 ind:fut:3s; -conduirai conduire ver 169.61 144.66 2.53 0.68 ind:fut:1s; -conduiraient conduire ver 169.61 144.66 0.01 0.47 cnd:pre:3p; -conduirais conduire ver 169.61 144.66 0.59 0.07 cnd:pre:1s;cnd:pre:2s; -conduirait conduire ver 169.61 144.66 0.62 2.30 cnd:pre:3s; -conduiras conduire ver 169.61 144.66 0.61 0.20 ind:fut:2s; -conduire conduire ver 169.61 144.66 60.52 40.27 imp:pre:2p;inf; -conduirez conduire ver 169.61 144.66 0.44 0.14 ind:fut:2p; -conduiriez conduire ver 169.61 144.66 0.10 0.00 cnd:pre:2p; -conduirons conduire ver 169.61 144.66 0.22 0.14 ind:fut:1p; -conduiront conduire ver 169.61 144.66 1.26 0.34 ind:fut:3p; -conduis conduire ver 169.61 144.66 29.82 3.58 imp:pre:2s;ind:pre:1s;ind:pre:2s; -conduisît conduire ver 169.61 144.66 0.00 0.47 sub:imp:3s; -conduisaient conduire ver 169.61 144.66 0.51 2.43 ind:imp:3p; -conduisais conduire ver 169.61 144.66 2.58 1.28 ind:imp:1s;ind:imp:2s; -conduisait conduire ver 169.61 144.66 6.37 20.41 ind:imp:3s; -conduisant conduire ver 169.61 144.66 1.73 7.36 par:pre; -conduise conduire ver 169.61 144.66 2.82 1.62 sub:pre:1s;sub:pre:3s; -conduisent conduire ver 169.61 144.66 2.90 3.31 ind:pre:3p; -conduises conduire ver 169.61 144.66 0.77 0.07 sub:pre:2s; -conduisez conduire ver 169.61 144.66 8.11 0.68 imp:pre:2p;ind:pre:2p; -conduisiez conduire ver 169.61 144.66 0.63 0.07 ind:imp:2p; -conduisions conduire ver 169.61 144.66 0.04 0.20 ind:imp:1p; -conduisirent conduire ver 169.61 144.66 0.15 1.01 ind:pas:3p; -conduisis conduire ver 169.61 144.66 0.02 0.68 ind:pas:1s; -conduisit conduire ver 169.61 144.66 0.72 7.77 ind:pas:3s; -conduisons conduire ver 169.61 144.66 0.22 0.14 imp:pre:1p;ind:pre:1p; -conduit conduire ver m s 169.61 144.66 34.51 33.45 ind:pre:3s;par:pas; -conduite_intérieure conduite_intérieure nom f s 0.00 0.27 0.00 0.27 -conduite conduite nom f s 19.20 26.76 18.75 25.34 -conduites conduite nom f p 19.20 26.76 0.44 1.42 -conduits conduire ver m p 169.61 144.66 2.61 5.47 par:pas; -condés condé nom m p 0.10 6.49 0.05 3.85 -condyle condyle nom m s 0.01 0.14 0.01 0.07 -condyles condyle nom m p 0.01 0.14 0.00 0.07 -confabulaient confabuler ver 0.00 0.14 0.00 0.14 ind:imp:3p; -confection confection nom f s 0.61 3.51 0.61 3.51 -confectionna confectionner ver 0.66 10.00 0.00 0.74 ind:pas:3s; -confectionnai confectionner ver 0.66 10.00 0.00 0.20 ind:pas:1s; -confectionnaient confectionner ver 0.66 10.00 0.00 0.41 ind:imp:3p; -confectionnais confectionner ver 0.66 10.00 0.01 0.07 ind:imp:1s; -confectionnait confectionner ver 0.66 10.00 0.01 2.09 ind:imp:3s; -confectionne confectionner ver 0.66 10.00 0.02 0.88 ind:pre:1s;ind:pre:3s; -confectionner confectionner ver 0.66 10.00 0.04 2.70 inf; -confectionnerai confectionner ver 0.66 10.00 0.01 0.07 ind:fut:1s; -confectionnerais confectionner ver 0.66 10.00 0.00 0.07 cnd:pre:1s; -confectionnerait confectionner ver 0.66 10.00 0.00 0.07 cnd:pre:3s; -confectionneur confectionneur nom m s 0.14 0.47 0.14 0.14 -confectionneurs confectionneur nom m p 0.14 0.47 0.00 0.20 -confectionneuse confectionneur nom f s 0.14 0.47 0.00 0.07 -confectionneuses confectionneur nom f p 0.14 0.47 0.00 0.07 -confectionnez confectionner ver 0.66 10.00 0.02 0.07 imp:pre:2p;ind:pre:2p; -confectionnions confectionner ver 0.66 10.00 0.00 0.14 ind:imp:1p; -confectionnâmes confectionner ver 0.66 10.00 0.00 0.07 ind:pas:1p; -confectionnât confectionner ver 0.66 10.00 0.00 0.07 sub:imp:3s; -confectionnèrent confectionner ver 0.66 10.00 0.01 0.07 ind:pas:3p; -confectionné confectionner ver m s 0.66 10.00 0.49 1.35 par:pas; -confectionnée confectionner ver f s 0.66 10.00 0.02 0.47 par:pas; -confectionnées confectionner ver f p 0.66 10.00 0.01 0.27 par:pas; -confectionnés confectionner ver m p 0.66 10.00 0.01 0.20 par:pas; -confessa confesser ver 16.05 10.20 0.16 0.07 ind:pas:3s; -confessai confesser ver 16.05 10.20 0.00 0.07 ind:pas:1s; -confessaient confesser ver 16.05 10.20 0.14 0.07 ind:imp:3p; -confessais confesser ver 16.05 10.20 0.19 0.14 ind:imp:1s;ind:imp:2s; -confessait confesser ver 16.05 10.20 0.15 0.74 ind:imp:3s; -confessant confesser ver 16.05 10.20 0.04 0.34 par:pre; -confesse confesser ver 16.05 10.20 3.05 1.89 imp:pre:2s;ind:pre:1s;ind:pre:3s; -confessent confesser ver 16.05 10.20 0.06 0.34 ind:pre:3p; -confesser confesser ver 16.05 10.20 8.09 4.32 inf; -confesserai confesser ver 16.05 10.20 0.26 0.07 ind:fut:1s; -confesserait confesser ver 16.05 10.20 0.00 0.20 cnd:pre:3s; -confesseras confesser ver 16.05 10.20 0.00 0.07 ind:fut:2s; -confesserez confesser ver 16.05 10.20 0.01 0.00 ind:fut:2p; -confesseur confesseur nom m s 1.86 2.70 1.63 2.16 -confesseurs confesseur nom m p 1.86 2.70 0.23 0.54 -confessez confesser ver 16.05 10.20 1.21 0.00 imp:pre:2p;ind:pre:2p; -confessiez confesser ver 16.05 10.20 0.02 0.07 ind:imp:2p; -confession confession nom f s 12.84 10.00 10.78 7.77 -confessionnal confessionnal nom m s 1.40 1.89 1.29 1.82 -confessionnaux confessionnal nom m p 1.40 1.89 0.10 0.07 -confessionnel confessionnel adj m s 0.12 0.34 0.01 0.14 -confessionnelle confessionnel adj f s 0.12 0.34 0.11 0.14 -confessionnels confessionnel adj m p 0.12 0.34 0.00 0.07 -confessions confession nom f p 12.84 10.00 2.05 2.23 -confessons confesser ver 16.05 10.20 0.04 0.07 imp:pre:1p;ind:pre:1p; -confessé confesser ver m s 16.05 10.20 2.04 1.42 par:pas; -confessée confesser ver f s 16.05 10.20 0.26 0.27 par:pas; -confessés confesser ver m p 16.05 10.20 0.34 0.07 par:pas; -confetti confetti nom m s 1.08 3.78 0.04 1.49 -confettis confetti nom m p 1.08 3.78 1.04 2.30 -confia confier ver 41.48 69.53 0.51 9.73 ind:pas:3s; -confiai confier ver 41.48 69.53 0.00 0.61 ind:pas:1s; -confiaient confier ver 41.48 69.53 0.16 0.74 ind:imp:3p; -confiais confier ver 41.48 69.53 0.10 0.34 ind:imp:1s;ind:imp:2s; -confiait confier ver 41.48 69.53 0.43 5.81 ind:imp:3s; -confiance confiance nom f s 162.90 91.96 162.88 91.76 -confiances confiance nom f p 162.90 91.96 0.03 0.20 -confiant confiant adj m s 4.14 10.34 2.46 4.73 -confiante confiant adj f s 4.14 10.34 1.26 3.45 -confiantes confiant adj f p 4.14 10.34 0.06 0.47 -confiants confiant adj m p 4.14 10.34 0.36 1.69 -confidence confidence nom f s 3.28 24.53 2.23 10.14 -confidences confidence nom f p 3.28 24.53 1.04 14.39 -confident confident nom m s 1.28 5.54 0.80 3.18 -confidente confident nom f s 1.28 5.54 0.23 1.55 -confidentes confident nom f p 1.28 5.54 0.00 0.41 -confidentialité confidentialité nom f s 1.31 0.00 1.31 0.00 -confidentiel confidentiel adj m s 9.57 4.73 5.68 2.77 -confidentielle confidentiel adj f s 9.57 4.73 1.72 0.88 -confidentiellement confidentiellement adv 0.37 0.41 0.37 0.41 -confidentielles confidentiel adj f p 9.57 4.73 0.84 0.68 -confidentiels confidentiel adj m p 9.57 4.73 1.33 0.41 -confidents confident nom m p 1.28 5.54 0.26 0.41 -confie confier ver 41.48 69.53 8.29 6.01 imp:pre:2s;ind:pre:1s;ind:pre:3s; -confient confier ver 41.48 69.53 0.38 0.81 ind:pre:3p; -confier confier ver 41.48 69.53 11.59 16.62 ind:pre:2p;inf; -confiera confier ver 41.48 69.53 0.24 0.27 ind:fut:3s; -confierai confier ver 41.48 69.53 0.31 0.54 ind:fut:1s; -confieraient confier ver 41.48 69.53 0.01 0.14 cnd:pre:3p; -confierais confier ver 41.48 69.53 0.27 0.07 cnd:pre:1s; -confierait confier ver 41.48 69.53 0.23 0.95 cnd:pre:3s; -confieras confier ver 41.48 69.53 0.10 0.00 ind:fut:2s; -confierez confier ver 41.48 69.53 0.04 0.07 ind:fut:2p; -confieriez confier ver 41.48 69.53 0.04 0.07 cnd:pre:2p; -confiez confier ver 41.48 69.53 1.15 0.88 imp:pre:2p;ind:pre:2p; -configuration configuration nom f s 1.15 1.55 1.00 1.55 -configurations configuration nom f p 1.15 1.55 0.15 0.00 -configure configurer ver 0.18 0.00 0.05 0.00 imp:pre:2s;ind:pre:1s; -configurer configurer ver 0.18 0.00 0.07 0.00 inf; -configuré configurer ver m s 0.18 0.00 0.07 0.00 par:pas; -confiions confier ver 41.48 69.53 0.00 0.07 ind:imp:1p; -confina confiner ver 1.83 5.34 0.00 0.07 ind:pas:3s; -confinaient confiner ver 1.83 5.34 0.00 0.54 ind:imp:3p; -confinait confiner ver 1.83 5.34 0.00 0.68 ind:imp:3s; -confinant confiner ver 1.83 5.34 0.01 0.20 par:pre; -confine confiner ver 1.83 5.34 0.20 0.61 ind:pre:3s; -confinement confinement nom m s 1.01 0.34 1.01 0.34 -confinent confiner ver 1.83 5.34 0.00 0.20 ind:pre:3p; -confiner confiner ver 1.83 5.34 0.23 0.34 inf; -confinerez confiner ver 1.83 5.34 0.01 0.00 ind:fut:2p; -confins confins nom m p 1.66 7.30 1.66 7.30 -confiné confiner ver m s 1.83 5.34 0.78 1.08 par:pas; -confinée confiner ver f s 1.83 5.34 0.20 0.88 par:pas; -confinées confiner ver f p 1.83 5.34 0.02 0.20 par:pas; -confinés confiner ver m p 1.83 5.34 0.38 0.54 par:pas; -confiâmes confier ver 41.48 69.53 0.00 0.07 ind:pas:1p; -confions confier ver 41.48 69.53 0.89 0.14 imp:pre:1p;ind:pre:1p; -confiât confier ver 41.48 69.53 0.00 0.47 sub:imp:3s; -confiote confiote nom f s 0.02 0.20 0.02 0.14 -confiotes confiote nom f p 0.02 0.20 0.00 0.07 -confire confire ver 0.30 0.95 0.01 0.00 inf; -confirma confirmer ver 33.80 27.57 0.06 3.45 ind:pas:3s; -confirmai confirmer ver 33.80 27.57 0.00 0.54 ind:pas:1s; -confirmaient confirmer ver 33.80 27.57 0.17 0.74 ind:imp:3p; -confirmais confirmer ver 33.80 27.57 0.01 0.14 ind:imp:1s; -confirmait confirmer ver 33.80 27.57 0.05 2.57 ind:imp:3s; -confirmant confirmer ver 33.80 27.57 0.50 1.08 par:pre; -confirmation confirmation nom f s 5.55 5.27 5.15 5.14 -confirmations confirmation nom f p 5.55 5.27 0.40 0.14 -confirme confirmer ver 33.80 27.57 9.27 3.92 imp:pre:2s;ind:pre:1s;ind:pre:3s; -confirment confirmer ver 33.80 27.57 1.75 0.68 ind:pre:3p; -confirmer confirmer ver 33.80 27.57 7.26 6.96 ind:pre:2p;inf; -confirmera confirmer ver 33.80 27.57 1.35 0.27 ind:fut:3s; -confirmerai confirmer ver 33.80 27.57 0.11 0.07 ind:fut:1s; -confirmeraient confirmer ver 33.80 27.57 0.03 0.00 cnd:pre:3p; -confirmerait confirmer ver 33.80 27.57 0.17 0.68 cnd:pre:3s; -confirmerez confirmer ver 33.80 27.57 0.05 0.00 ind:fut:2p; -confirmeront confirmer ver 33.80 27.57 0.38 0.14 ind:fut:3p; -confirmes confirmer ver 33.80 27.57 0.31 0.07 ind:pre:2s; -confirmez confirmer ver 33.80 27.57 2.63 0.00 imp:pre:2p;ind:pre:2p; -confirmions confirmer ver 33.80 27.57 0.01 0.07 ind:imp:1p; -confirmâmes confirmer ver 33.80 27.57 0.10 0.00 ind:pas:1p; -confirmons confirmer ver 33.80 27.57 0.31 0.00 imp:pre:1p;ind:pre:1p; -confirmât confirmer ver 33.80 27.57 0.00 0.20 sub:imp:3s; -confirmèrent confirmer ver 33.80 27.57 0.01 0.61 ind:pas:3p; -confirmé confirmer ver m s 33.80 27.57 7.73 3.92 par:pas; -confirmée confirmé adj f s 3.84 1.28 1.04 0.27 -confirmées confirmer ver f p 33.80 27.57 0.40 0.14 par:pas; -confirmés confirmé adj m p 3.84 1.28 0.40 0.14 -confiscation confiscation nom f s 0.47 0.81 0.41 0.74 -confiscations confiscation nom f p 0.47 0.81 0.05 0.07 -confiserie confiserie nom f s 1.56 1.69 0.91 0.95 -confiseries confiserie nom f p 1.56 1.69 0.66 0.74 -confiseur confiseur nom m s 0.27 1.15 0.22 0.54 -confiseurs confiseur nom m p 0.27 1.15 0.04 0.61 -confiseuse confiseur nom f s 0.27 1.15 0.01 0.00 -confisqua confisquer ver 5.92 3.58 0.02 0.34 ind:pas:3s; -confisquaient confisquer ver 5.92 3.58 0.01 0.07 ind:imp:3p; -confisquait confisquer ver 5.92 3.58 0.01 0.47 ind:imp:3s; -confisquant confisquer ver 5.92 3.58 0.01 0.14 par:pre; -confisque confisquer ver 5.92 3.58 1.11 0.14 imp:pre:2s;ind:pre:1s;ind:pre:3s; -confisquent confisquer ver 5.92 3.58 0.20 0.14 ind:pre:3p; -confisquer confisquer ver 5.92 3.58 1.03 0.54 inf; -confisquera confisquer ver 5.92 3.58 0.01 0.07 ind:fut:3s; -confisquerai confisquer ver 5.92 3.58 0.03 0.00 ind:fut:1s; -confisqueraient confisquer ver 5.92 3.58 0.01 0.00 cnd:pre:3p; -confisquerait confisquer ver 5.92 3.58 0.01 0.00 cnd:pre:3s; -confisquerons confisquer ver 5.92 3.58 0.34 0.00 ind:fut:1p; -confisqueront confisquer ver 5.92 3.58 0.03 0.00 ind:fut:3p; -confisquez confisquer ver 5.92 3.58 0.16 0.00 imp:pre:2p;ind:pre:2p; -confisquons confisquer ver 5.92 3.58 0.02 0.00 ind:pre:1p; -confisquât confisquer ver 5.92 3.58 0.00 0.07 sub:imp:3s; -confisquèrent confisquer ver 5.92 3.58 0.00 0.07 ind:pas:3p; -confisqué confisquer ver m s 5.92 3.58 2.06 0.68 par:pas; -confisquée confisquer ver f s 5.92 3.58 0.36 0.41 par:pas; -confisquées confisquer ver f p 5.92 3.58 0.19 0.27 par:pas; -confisqués confisquer ver m p 5.92 3.58 0.30 0.20 par:pas; -confit confit adj m s 0.71 2.43 0.25 0.20 -confite confit adj f s 0.71 2.43 0.15 0.34 -confiteor confiteor nom m 0.00 0.41 0.00 0.41 -confites confit adj f p 0.71 2.43 0.17 0.34 -confièrent confier ver 41.48 69.53 0.11 0.47 ind:pas:3p; -confits confit adj m p 0.71 2.43 0.15 1.55 -confiture confiture nom f s 7.41 15.41 6.71 8.72 -confitures confiture nom f p 7.41 15.41 0.70 6.69 -confituriers confiturier nom m p 0.01 0.14 0.00 0.14 -confiturière confiturier nom f s 0.01 0.14 0.01 0.00 -confié confier ver m s 41.48 69.53 10.71 15.00 par:pas; -confiée confier ver f s 41.48 69.53 3.38 4.19 par:pas; -confiées confier ver f p 41.48 69.53 0.69 0.68 par:pas; -confiés confier ver m p 41.48 69.53 0.92 0.95 par:pas; -conflagration conflagration nom f s 0.00 0.41 0.00 0.41 -conflictuel conflictuel adj m s 0.70 0.00 0.18 0.00 -conflictuelle conflictuel adj f s 0.70 0.00 0.33 0.00 -conflictuelles conflictuel adj f p 0.70 0.00 0.06 0.00 -conflictuels conflictuel adj m p 0.70 0.00 0.13 0.00 -conflit conflit nom m s 13.79 14.12 9.63 11.08 -conflits conflit nom m p 13.79 14.12 4.16 3.04 -confluaient confluer ver 0.07 0.68 0.00 0.14 ind:imp:3p; -confluait confluer ver 0.07 0.68 0.00 0.14 ind:imp:3s; -confluant confluer ver 0.07 0.68 0.00 0.07 par:pre; -conflue confluer ver 0.07 0.68 0.01 0.07 ind:pre:3s; -confluence confluence nom f s 0.27 0.27 0.27 0.27 -confluent confluent nom m s 0.21 0.88 0.21 0.81 -confluents confluent nom m p 0.21 0.88 0.00 0.07 -confluer confluer ver 0.07 0.68 0.05 0.14 inf; -conflué confluer ver m s 0.07 0.68 0.00 0.07 par:pas; -confond confondre ver 16.09 53.85 2.09 5.47 ind:pre:3s; -confondît confondre ver 16.09 53.85 0.00 0.14 sub:imp:3s; -confondaient confondre ver 16.09 53.85 0.05 4.73 ind:imp:3p; -confondais confondre ver 16.09 53.85 0.16 0.81 ind:imp:1s;ind:imp:2s; -confondait confondre ver 16.09 53.85 0.21 8.58 ind:imp:3s; -confondant confondre ver 16.09 53.85 0.03 2.23 par:pre; -confondante confondant adj f s 0.01 0.95 0.01 0.14 -confondantes confondant adj f p 0.01 0.95 0.00 0.20 -confondants confondant adj m p 0.01 0.95 0.00 0.20 -confonde confondre ver 16.09 53.85 0.22 0.68 sub:pre:1s;sub:pre:3s; -confondent confondre ver 16.09 53.85 1.01 4.19 ind:pre:3p; -confondez confondre ver 16.09 53.85 0.89 0.74 imp:pre:2p;ind:pre:2p; -confondions confondre ver 16.09 53.85 0.00 0.47 ind:imp:1p; -confondirent confondre ver 16.09 53.85 0.00 0.41 ind:pas:3p; -confondis confondre ver 16.09 53.85 0.00 0.14 ind:pas:1s; -confondit confondre ver 16.09 53.85 0.04 1.08 ind:pas:3s; -confondons confondre ver 16.09 53.85 0.16 0.27 imp:pre:1p; -confondra confondre ver 16.09 53.85 0.20 0.34 ind:fut:3s; -confondrai confondre ver 16.09 53.85 0.01 0.00 ind:fut:1s; -confondrais confondre ver 16.09 53.85 0.15 0.07 cnd:pre:1s;cnd:pre:2s; -confondrait confondre ver 16.09 53.85 0.41 0.27 cnd:pre:3s; -confondre confondre ver 16.09 53.85 4.83 13.18 inf; -confondrez confondre ver 16.09 53.85 0.01 0.07 ind:fut:2p; -confondront confondre ver 16.09 53.85 0.31 0.14 ind:fut:3p; -confonds confondre ver 16.09 53.85 2.50 1.82 imp:pre:2s;ind:pre:1s;ind:pre:2s; -confondu confondre ver m s 16.09 53.85 2.50 3.65 par:pas; -confondue confondre ver f s 16.09 53.85 0.32 1.62 par:pas; -confondues confondu adj f p 0.30 3.85 0.06 1.42 -confondus confondu adj m p 0.30 3.85 0.21 1.69 -conformai conformer ver 1.62 5.00 0.00 0.07 ind:pas:1s; -conformaient conformer ver 1.62 5.00 0.00 0.07 ind:imp:3p; -conformais conformer ver 1.62 5.00 0.00 0.14 ind:imp:1s; -conformait conformer ver 1.62 5.00 0.01 0.54 ind:imp:3s; -conformant conformer ver 1.62 5.00 0.25 0.41 par:pre; -conformation conformation nom f s 0.01 0.27 0.01 0.27 -conforme conforme adj s 2.07 10.20 1.63 8.18 -conforment conformer ver 1.62 5.00 0.13 0.20 ind:pre:3p; -conformer conformer ver 1.62 5.00 0.60 2.16 inf; -conformera conformer ver 1.62 5.00 0.06 0.00 ind:fut:3s; -conformerai conformer ver 1.62 5.00 0.15 0.00 ind:fut:1s; -conformeraient conformer ver 1.62 5.00 0.00 0.07 cnd:pre:3p; -conformerez conformer ver 1.62 5.00 0.01 0.00 ind:fut:2p; -conformes conforme adj p 2.07 10.20 0.44 2.03 -conformisme conformisme nom m s 1.22 3.31 1.22 3.24 -conformismes conformisme nom m p 1.22 3.31 0.00 0.07 -conformiste conformiste nom s 0.42 0.95 0.32 0.47 -conformistes conformiste nom p 0.42 0.95 0.10 0.47 -conformité conformité nom f s 0.52 1.22 0.52 1.22 -conformât conformer ver 1.62 5.00 0.00 0.20 sub:imp:3s; -conformé conformer ver m s 1.62 5.00 0.04 0.14 par:pas; -conformée conformer ver f s 1.62 5.00 0.01 0.07 par:pas; -conformément conformément adv 3.09 4.26 3.09 4.26 -confort confort nom m s 6.02 17.03 5.97 16.62 -conforta conforter ver 0.47 1.82 0.00 0.14 ind:pas:3s; -confortable confortable adj s 13.78 15.20 12.04 12.30 -confortablement confortablement adv 1.54 3.24 1.54 3.24 -confortables confortable adj p 13.78 15.20 1.74 2.91 -confortaient conforter ver 0.47 1.82 0.00 0.07 ind:imp:3p; -confortait conforter ver 0.47 1.82 0.00 0.07 ind:imp:3s; -confortant conforter ver 0.47 1.82 0.01 0.00 par:pre; -conforte conforter ver 0.47 1.82 0.16 0.14 ind:pre:1s;ind:pre:3s; -conforter conforter ver 0.47 1.82 0.23 0.61 inf; -conforterait conforter ver 0.47 1.82 0.01 0.07 cnd:pre:3s; -conforts confort nom m p 6.02 17.03 0.05 0.41 -conforté conforter ver m s 0.47 1.82 0.05 0.41 par:pas; -confortée conforter ver f s 0.47 1.82 0.01 0.34 par:pas; -confraternel confraternel adj m s 0.01 0.41 0.01 0.14 -confraternelle confraternel adj f s 0.01 0.41 0.00 0.07 -confraternellement confraternellement adv 0.00 0.07 0.00 0.07 -confraternelles confraternel adj f p 0.01 0.41 0.00 0.14 -confraternels confraternel adj m p 0.01 0.41 0.00 0.07 -confraternité confraternité nom f s 0.00 0.07 0.00 0.07 -confrontai confronter ver 8.14 5.41 0.00 0.07 ind:pas:1s; -confrontaient confronter ver 8.14 5.41 0.00 0.14 ind:imp:3p; -confrontais confronter ver 8.14 5.41 0.01 0.14 ind:imp:1s; -confrontait confronter ver 8.14 5.41 0.01 0.14 ind:imp:3s; -confrontant confronter ver 8.14 5.41 0.05 0.27 par:pre; -confrontation confrontation nom f s 2.44 3.45 2.12 2.84 -confrontations confrontation nom f p 2.44 3.45 0.32 0.61 -confronte confronter ver 8.14 5.41 0.59 0.20 imp:pre:2s;ind:pre:1s;ind:pre:3s; -confrontent confronter ver 8.14 5.41 0.16 0.20 ind:pre:3p; -confronter confronter ver 8.14 5.41 2.11 1.35 inf; -confrontez confronter ver 8.14 5.41 0.08 0.00 imp:pre:2p;ind:pre:2p; -confrontons confronter ver 8.14 5.41 0.06 0.00 imp:pre:1p;ind:pre:1p; -confrontèrent confronter ver 8.14 5.41 0.00 0.07 ind:pas:3p; -confronté confronter ver m s 8.14 5.41 2.76 1.28 par:pas; -confrontée confronter ver f s 8.14 5.41 0.69 0.61 par:pas; -confrontées confronter ver f p 8.14 5.41 0.19 0.27 par:pas; -confrontés confronter ver m p 8.14 5.41 1.43 0.68 par:pas; -confrère confrère nom m s 3.98 11.28 2.76 5.00 -confrères confrère nom m p 3.98 11.28 1.22 6.28 -confrérie confrérie nom f s 3.02 1.69 2.86 1.49 -confréries confrérie nom f p 3.02 1.69 0.16 0.20 -confère conférer ver 2.99 13.18 0.78 3.11 ind:pre:1s;ind:pre:3s; -confèrent conférer ver 2.99 13.18 0.17 0.54 ind:pre:3p; -confucianisme confucianisme nom m s 0.02 0.14 0.02 0.14 -confucéenne confucéen adj f s 0.00 0.07 0.00 0.07 -confédéral confédéral adj m s 0.00 0.14 0.00 0.07 -confédération confédération nom f s 0.56 1.15 0.56 1.15 -confédéraux confédéral adj m p 0.00 0.14 0.00 0.07 -confédérer confédérer ver 0.03 0.07 0.00 0.07 inf; -confédéré confédéré adj m s 0.79 0.00 0.36 0.00 -confédérée confédéré adj f s 0.79 0.00 0.11 0.00 -confédérés confédéré nom m p 0.95 0.07 0.86 0.07 -conféra conférer ver 2.99 13.18 0.00 0.14 ind:pas:3s; -conféraient conférer ver 2.99 13.18 0.00 0.81 ind:imp:3p; -conférais conférer ver 2.99 13.18 0.00 0.07 ind:imp:1s; -conférait conférer ver 2.99 13.18 0.04 3.24 ind:imp:3s; -conférant conférer ver 2.99 13.18 0.03 0.95 par:pre; -conférence conférence nom f s 19.86 22.03 17.37 16.28 -conférences_débat conférences_débat nom f p 0.00 0.07 0.00 0.07 -conférences conférence nom f p 19.86 22.03 2.49 5.74 -conférencier conférencier nom m s 0.43 0.95 0.26 0.61 -conférenciers conférencier nom m p 0.43 0.95 0.15 0.34 -conférencière conférencier nom f s 0.43 0.95 0.03 0.00 -conférents conférent nom m p 0.00 0.07 0.00 0.07 -conférer conférer ver 2.99 13.18 0.09 2.30 inf; -conférera conférer ver 2.99 13.18 0.01 0.07 ind:fut:3s; -conféreraient conférer ver 2.99 13.18 0.00 0.07 cnd:pre:3p; -conférerait conférer ver 2.99 13.18 0.00 0.14 cnd:pre:3s; -conférerez conférer ver 2.99 13.18 0.00 0.07 ind:fut:2p; -conféreront conférer ver 2.99 13.18 0.01 0.07 ind:fut:3p; -conférez conférer ver 2.99 13.18 0.01 0.00 ind:pre:2p; -conférât conférer ver 2.99 13.18 0.00 0.07 sub:imp:3s; -conférèrent conférer ver 2.99 13.18 0.00 0.07 ind:pas:3p; -conféré conférer ver m s 2.99 13.18 0.22 0.95 par:pas; -conférée conférer ver f s 2.99 13.18 0.18 0.27 par:pas; -conférées conférer ver f p 2.99 13.18 0.01 0.07 par:pas; -conférés conférer ver m p 2.99 13.18 1.45 0.20 par:pas; -confus confus adj m 11.02 37.23 7.48 19.86 -confuse confus adj f s 11.02 37.23 2.76 12.70 -confuses confus adj f p 11.02 37.23 0.77 4.66 -confusion confusion nom f s 8.53 20.61 8.12 20.07 -confusionnisme confusionnisme nom m s 0.01 0.07 0.01 0.07 -confusions confusion nom f p 8.53 20.61 0.41 0.54 -confusément confusément adv 0.03 10.00 0.03 10.00 -conga conga nom f s 0.20 0.07 0.14 0.07 -congaïs congaï nom f p 0.00 0.07 0.00 0.07 -congas conga nom f p 0.20 0.07 0.06 0.00 -congayes congaye nom f p 0.00 0.07 0.00 0.07 -congela congeler ver 3.85 0.74 0.02 0.00 ind:pas:3s; -congelait congeler ver 3.85 0.74 0.01 0.00 ind:imp:3s; -congelant congeler ver 3.85 0.74 0.01 0.00 par:pre; -congeler congeler ver 3.85 0.74 1.12 0.14 inf; -congelez congeler ver 3.85 0.74 0.04 0.00 imp:pre:2p;ind:pre:2p; -congelons congeler ver 3.85 0.74 0.16 0.00 ind:pre:1p; -congelé congelé adj m s 1.87 0.68 1.16 0.27 -congelée congeler ver f s 3.85 0.74 0.57 0.14 par:pas; -congelées congelé adj f p 1.87 0.68 0.23 0.07 -congelés congelé adj m p 1.87 0.68 0.31 0.27 -congestif congestif adj m s 0.07 0.00 0.03 0.00 -congestion congestion nom f s 1.10 1.76 1.08 1.69 -congestionnaient congestionner ver 0.16 1.42 0.00 0.07 ind:imp:3p; -congestionnait congestionner ver 0.16 1.42 0.00 0.20 ind:imp:3s; -congestionne congestionner ver 0.16 1.42 0.01 0.07 ind:pre:3s; -congestionnent congestionner ver 0.16 1.42 0.11 0.00 ind:pre:3p; -congestionné congestionner ver m s 0.16 1.42 0.03 0.74 par:pas; -congestionnée congestionné adj f s 0.10 2.43 0.04 0.27 -congestionnées congestionné adj f p 0.10 2.43 0.04 0.20 -congestionnés congestionné adj m p 0.10 2.43 0.01 0.54 -congestions congestion nom f p 1.10 1.76 0.03 0.07 -congestive congestif adj f s 0.07 0.00 0.04 0.00 -conglobation conglobation nom f s 0.00 0.07 0.00 0.07 -conglomérat conglomérat nom m s 0.44 0.54 0.38 0.41 -conglomérats conglomérat nom m p 0.44 0.54 0.06 0.14 -conglomérée conglomérer ver f s 0.00 0.07 0.00 0.07 par:pas; -congolais congolais adj m 0.30 0.20 0.28 0.07 -congolaise congolais adj f s 0.30 0.20 0.01 0.14 -congrûment congrûment adv 0.00 0.07 0.00 0.07 -congratula congratuler ver 0.19 2.30 0.00 0.07 ind:pas:3s; -congratulaient congratuler ver 0.19 2.30 0.00 0.41 ind:imp:3p; -congratulait congratuler ver 0.19 2.30 0.00 0.47 ind:imp:3s; -congratulant congratuler ver 0.19 2.30 0.00 0.07 par:pre; -congratulations congratulation nom f p 0.09 0.41 0.09 0.41 -congratule congratuler ver 0.19 2.30 0.01 0.14 ind:pre:3s; -congratulent congratuler ver 0.19 2.30 0.00 0.27 ind:pre:3p; -congratuler congratuler ver 0.19 2.30 0.17 0.47 inf; -congratulions congratuler ver 0.19 2.30 0.00 0.07 ind:imp:1p; -congratulâmes congratuler ver 0.19 2.30 0.00 0.07 ind:pas:1p; -congratulèrent congratuler ver 0.19 2.30 0.00 0.14 ind:pas:3p; -congratulé congratuler ver m s 0.19 2.30 0.01 0.07 par:pas; -congratulés congratuler ver m p 0.19 2.30 0.00 0.07 par:pas; -congre congre nom m s 0.44 0.20 0.01 0.14 -congres congre nom m p 0.44 0.20 0.43 0.07 -congressistes congressiste nom p 0.04 0.20 0.04 0.20 -congrès congrès nom m 15.77 8.78 15.77 8.78 -congrue congru adj f s 0.00 0.34 0.00 0.34 -congréganiste congréganiste nom s 0.00 0.07 0.00 0.07 -congrégation congrégation nom f s 1.34 0.61 1.33 0.34 -congrégationaliste congrégationaliste adj f s 0.01 0.00 0.01 0.00 -congrégations congrégation nom f p 1.34 0.61 0.01 0.27 -congèle congeler ver 3.85 0.74 0.37 0.00 imp:pre:2s;ind:pre:1s;ind:pre:3s; -congèlera congeler ver 3.85 0.74 0.11 0.00 ind:fut:3s; -congèlerais congeler ver 3.85 0.74 0.01 0.00 cnd:pre:1s; -congère congère nom f s 0.05 1.15 0.02 0.34 -congères congère nom f p 0.05 1.15 0.03 0.81 -congé congé nom m s 20.74 21.62 18.16 17.64 -congédia congédier ver 2.17 3.45 0.00 0.68 ind:pas:3s; -congédiai congédier ver 2.17 3.45 0.00 0.07 ind:pas:1s; -congédiait congédier ver 2.17 3.45 0.00 0.14 ind:imp:3s; -congédiant congédier ver 2.17 3.45 0.00 0.20 par:pre; -congédie congédier ver 2.17 3.45 0.38 0.68 imp:pre:2s;ind:pre:1s;ind:pre:3s; -congédiement congédiement nom m s 0.02 0.14 0.02 0.14 -congédient congédier ver 2.17 3.45 0.01 0.00 ind:pre:3p; -congédier congédier ver 2.17 3.45 0.68 0.81 inf; -congédiez congédier ver 2.17 3.45 0.08 0.00 imp:pre:2p;ind:pre:2p; -congédié congédier ver m s 2.17 3.45 0.69 0.68 par:pas; -congédiée congédier ver f s 2.17 3.45 0.26 0.00 par:pas; -congédiées congédier ver f p 2.17 3.45 0.00 0.07 par:pas; -congédiés congédier ver m p 2.17 3.45 0.07 0.14 par:pas; -congélateur congélateur nom m s 2.00 0.34 1.96 0.34 -congélateurs congélateur nom m p 2.00 0.34 0.04 0.00 -congélation congélation nom f s 0.49 0.47 0.49 0.47 -congénital congénital adj m s 0.82 1.96 0.34 0.61 -congénitale congénital adj f s 0.82 1.96 0.34 1.08 -congénitalement congénitalement adv 0.00 0.20 0.00 0.20 -congénitales congénital adj f p 0.82 1.96 0.13 0.14 -congénitaux congénital adj m p 0.82 1.96 0.02 0.14 -congénère congénère nom s 0.38 1.89 0.02 0.27 -congénères congénère nom p 0.38 1.89 0.36 1.62 -congés congé nom m p 20.74 21.62 2.58 3.99 -conifère conifère nom m s 0.15 0.81 0.02 0.07 -conifères conifère nom m p 0.15 0.81 0.13 0.74 -conique conique adj s 0.07 2.64 0.06 1.76 -coniques conique adj p 0.07 2.64 0.01 0.88 -conjecturai conjecturer ver 0.23 0.20 0.01 0.00 ind:pas:1s; -conjectural conjectural adj m s 0.01 0.07 0.00 0.07 -conjecturale conjectural adj f s 0.01 0.07 0.01 0.00 -conjecture conjecture nom f s 0.65 1.55 0.28 0.27 -conjecturent conjecturer ver 0.23 0.20 0.01 0.00 ind:pre:3p; -conjecturer conjecturer ver 0.23 0.20 0.14 0.20 inf; -conjectures conjecture nom f p 0.65 1.55 0.37 1.28 -conjoindre conjoindre ver 0.05 0.14 0.01 0.00 inf; -conjoint conjoint nom m s 0.98 1.76 0.55 1.08 -conjointe conjoint adj f s 0.48 0.95 0.30 0.68 -conjointement conjointement adv 0.23 1.35 0.23 1.35 -conjointes conjoint adj f p 0.48 0.95 0.06 0.07 -conjoints conjoint nom m p 0.98 1.76 0.41 0.54 -conjoncteur conjoncteur nom m s 0.01 0.00 0.01 0.00 -conjonctif conjonctif adj m s 0.11 0.07 0.09 0.00 -conjonction conjonction nom f s 0.41 2.43 0.41 1.96 -conjonctions conjonction nom f p 0.41 2.43 0.00 0.47 -conjonctive conjonctif adj f s 0.11 0.07 0.01 0.00 -conjonctive conjonctive nom f s 0.01 0.07 0.01 0.00 -conjonctives conjonctif adj f p 0.11 0.07 0.01 0.07 -conjonctivite conjonctivite nom f s 0.54 0.47 0.39 0.34 -conjonctivites conjonctivite nom f p 0.54 0.47 0.16 0.14 -conjoncture conjoncture nom f s 0.80 2.50 0.79 2.16 -conjonctures conjoncture nom f p 0.80 2.50 0.01 0.34 -conjugaison conjugaison nom f s 0.14 1.15 0.04 0.74 -conjugaisons conjugaison nom f p 0.14 1.15 0.10 0.41 -conjugal conjugal adj m s 4.88 9.59 1.42 4.46 -conjugale conjugal adj f s 4.88 9.59 2.08 3.18 -conjugalement conjugalement adv 0.00 0.07 0.00 0.07 -conjugales conjugal adj f p 4.88 9.59 0.67 1.08 -conjugalité conjugalité nom f s 0.00 0.27 0.00 0.27 -conjugaux conjugal adj m p 4.88 9.59 0.72 0.88 -conjuguaient conjuguer ver 0.59 5.74 0.00 0.20 ind:imp:3p; -conjuguait conjuguer ver 0.59 5.74 0.00 0.27 ind:imp:3s; -conjuguant conjuguer ver 0.59 5.74 0.00 0.07 par:pre; -conjugue conjuguer ver 0.59 5.74 0.27 0.20 imp:pre:2s;ind:pre:3s; -conjuguent conjuguer ver 0.59 5.74 0.00 0.54 ind:pre:3p; -conjuguer conjuguer ver 0.59 5.74 0.21 1.01 inf; -conjuguerions conjuguer ver 0.59 5.74 0.00 0.07 cnd:pre:1p; -conjugues conjuguer ver 0.59 5.74 0.00 0.14 ind:pre:2s; -conjugué conjugué adj m s 0.15 0.41 0.15 0.34 -conjuguée conjuguer ver f s 0.59 5.74 0.00 0.74 par:pas; -conjuguées conjuguer ver f p 0.59 5.74 0.00 0.68 par:pas; -conjugués conjuguer ver m p 0.59 5.74 0.12 1.08 par:pas; -conjungo conjungo nom m s 0.00 0.27 0.00 0.20 -conjungos conjungo nom m p 0.00 0.27 0.00 0.07 -conjura conjurer ver 5.88 6.35 0.00 0.20 ind:pas:3s; -conjurait conjurer ver 5.88 6.35 0.00 0.20 ind:imp:3s; -conjurant conjurer ver 5.88 6.35 0.02 0.07 par:pre; -conjurateur conjurateur nom m s 0.01 0.00 0.01 0.00 -conjuration conjuration nom f s 0.32 1.69 0.32 1.35 -conjurations conjuration nom f p 0.32 1.69 0.00 0.34 -conjuratoire conjuratoire adj f s 0.01 0.00 0.01 0.00 -conjure conjurer ver 5.88 6.35 5.01 1.49 imp:pre:2s;ind:pre:1s;ind:pre:3s; -conjurer conjurer ver 5.88 6.35 0.49 3.78 inf; -conjurera conjurer ver 5.88 6.35 0.00 0.07 ind:fut:3s; -conjuré conjurer ver m s 5.88 6.35 0.21 0.27 par:pas; -conjurée conjuré nom f s 0.56 0.47 0.01 0.07 -conjurées conjurer ver f p 5.88 6.35 0.00 0.07 par:pas; -conjurés conjuré nom m p 0.56 0.47 0.55 0.34 -connûmes connaître ver 961.03 629.19 0.01 0.20 ind:pas:1p; -connût connaître ver 961.03 629.19 0.00 2.23 sub:imp:3s; -connaît connaître ver 961.03 629.19 103.42 57.03 ind:pre:3s; -connaîtra connaître ver 961.03 629.19 2.67 1.69 ind:fut:3s; -connaîtrai connaître ver 961.03 629.19 1.17 1.96 ind:fut:1s; -connaîtraient connaître ver 961.03 629.19 0.07 0.95 cnd:pre:3p; -connaîtrais connaître ver 961.03 629.19 1.54 1.62 cnd:pre:1s;cnd:pre:2s; -connaîtrait connaître ver 961.03 629.19 0.72 2.77 cnd:pre:3s; -connaîtras connaître ver 961.03 629.19 1.85 1.42 ind:fut:2s; -connaître connaître ver 961.03 629.19 88.63 90.07 inf;; -connaîtrez connaître ver 961.03 629.19 1.47 0.74 ind:fut:2p; -connaîtriez connaître ver 961.03 629.19 0.70 0.20 cnd:pre:2p; -connaîtrions connaître ver 961.03 629.19 0.03 0.14 cnd:pre:1p; -connaîtrons connaître ver 961.03 629.19 0.76 0.88 ind:fut:1p; -connaîtront connaître ver 961.03 629.19 0.81 0.74 ind:fut:3p; -connais connaître ver 961.03 629.19 415.87 111.35 imp:pre:2s;ind:pre:1s;ind:pre:2s; -connaissable connaissable adj m s 0.01 0.20 0.01 0.14 -connaissables connaissable adj p 0.01 0.20 0.00 0.07 -connaissaient connaître ver 961.03 629.19 5.23 16.08 ind:imp:3p; -connaissais connaître ver 961.03 629.19 34.19 41.82 ind:imp:1s;ind:imp:2s; -connaissait connaître ver 961.03 629.19 20.02 90.68 ind:imp:3s; -connaissance connaissance nom f s 43.08 67.50 36.60 55.81 -connaissances connaissance nom f p 43.08 67.50 6.47 11.69 -connaissant connaître ver 961.03 629.19 2.65 8.51 par:pre; -connaisse connaître ver 961.03 629.19 10.78 4.32 sub:pre:1s;sub:pre:3s; -connaissement connaissement nom m s 0.06 0.07 0.06 0.00 -connaissements connaissement nom m p 0.06 0.07 0.00 0.07 -connaissent connaître ver 961.03 629.19 18.32 16.89 ind:pre:3p; -connaisses connaître ver 961.03 629.19 1.90 0.74 sub:pre:2s; -connaisseur connaisseur nom m s 1.36 5.61 1.09 3.04 -connaisseurs connaisseur nom m p 1.36 5.61 0.24 1.76 -connaisseuse connaisseur nom f s 1.36 5.61 0.04 0.68 -connaisseuses connaisseur nom f p 1.36 5.61 0.00 0.14 -connaissez connaître ver 961.03 629.19 125.09 29.53 imp:pre:2p;ind:pre:2p; -connaissiez connaître ver 961.03 629.19 13.71 2.84 ind:imp:2p;sub:pre:2p; -connaissions connaître ver 961.03 629.19 1.40 5.61 ind:imp:1p; -connaissons connaître ver 961.03 629.19 11.78 6.89 imp:pre:1p;ind:pre:1p; -connard connard nom m s 50.13 6.28 40.70 4.53 -connards connard nom m p 50.13 6.28 9.44 1.76 -connasse connasse nom f s 5.29 2.03 5.10 1.55 -connasses connasse nom f p 5.29 2.03 0.20 0.47 -conne con nom f s 121.91 68.99 8.57 3.78 -conneau conneau nom m s 0.16 0.27 0.16 0.14 -conneaux conneau nom m p 0.16 0.27 0.00 0.14 -connectant connecter ver 8.88 0.54 0.15 0.00 par:pre; -connecte connecter ver 8.88 0.54 1.11 0.00 imp:pre:2s;ind:pre:1s;ind:pre:3s; -connectent connecter ver 8.88 0.54 0.05 0.00 ind:pre:3p; -connecter connecter ver 8.88 0.54 1.73 0.14 inf; -connectera connecter ver 8.88 0.54 0.01 0.00 ind:fut:3s; -connecteur connecteur nom m s 0.08 0.00 0.08 0.00 -connectez connecter ver 8.88 0.54 0.34 0.00 imp:pre:2p;ind:pre:2p; -connectiez connecter ver 8.88 0.54 0.01 0.00 ind:imp:2p; -connections connecter ver 8.88 0.54 0.75 0.14 ind:imp:1p; -connectivité connectivité nom f s 0.06 0.00 0.06 0.00 -connectons connecter ver 8.88 0.54 0.01 0.00 ind:pre:1p; -connecté connecter ver m s 8.88 0.54 3.15 0.07 par:pas; -connectée connecter ver f s 8.88 0.54 0.48 0.00 par:pas; -connectées connecter ver f p 8.88 0.54 0.18 0.07 par:pas; -connectés connecter ver m p 8.88 0.54 0.90 0.14 par:pas; -connement connement adv 0.00 1.28 0.00 1.28 -connerie connerie nom f s 95.42 29.73 19.68 12.50 -conneries connerie nom f p 95.42 29.73 75.75 17.23 -connes conne nom f p 0.71 0.00 0.71 0.00 -connexe connexe adj m s 0.00 0.20 0.00 0.14 -connexes connexe adj p 0.00 0.20 0.00 0.07 -connexion connexion nom f s 4.45 0.95 3.71 0.47 -connexions connexion nom f p 4.45 0.95 0.74 0.47 -connils connil nom m p 0.00 0.07 0.00 0.07 -connivence connivence nom f s 0.74 6.69 0.60 6.08 -connivences connivence nom f p 0.74 6.69 0.14 0.61 -connotation connotation nom f s 0.54 0.14 0.50 0.07 -connotations connotation nom f p 0.54 0.14 0.04 0.07 -connu connaître ver m s 961.03 629.19 70.33 84.53 par:pas; -connue connaître ver f s 961.03 629.19 13.32 17.77 par:pas; -connues connaître ver f p 961.03 629.19 2.03 5.34 par:pas; -connurent connaître ver 961.03 629.19 0.33 1.55 ind:pas:3p; -connus connaître ver m p 961.03 629.19 9.39 14.26 ind:pas:1s;ind:pas:2s;par:pas; -connusse connaître ver 961.03 629.19 0.00 0.34 sub:imp:1s; -connussent connaître ver 961.03 629.19 0.00 0.34 sub:imp:3p; -connusses connaître ver 961.03 629.19 0.00 0.07 sub:imp:2s; -connut connaître ver 961.03 629.19 0.84 7.09 ind:pas:3s; -connétable connétable nom m s 0.11 2.03 0.11 1.49 -connétables connétable nom m p 0.11 2.03 0.00 0.54 -conoïdaux conoïdal adj m p 0.00 0.07 0.00 0.07 -conoïde conoïde adj s 0.00 0.07 0.00 0.07 -conquît conquérir ver 14.89 17.64 0.00 0.14 sub:imp:3s; -conque conque nom f s 0.48 2.23 0.44 1.89 -conquerra conquérir ver 14.89 17.64 0.11 0.00 ind:fut:3s; -conquerraient conquérir ver 14.89 17.64 0.00 0.07 cnd:pre:3p; -conquerrons conquérir ver 14.89 17.64 0.02 0.00 ind:fut:1p; -conquerront conquérir ver 14.89 17.64 0.02 0.14 ind:fut:3p; -conques conque nom f p 0.48 2.23 0.04 0.34 -conquiers conquérir ver 14.89 17.64 0.13 0.07 imp:pre:2s;ind:pre:1s; -conquiert conquérir ver 14.89 17.64 0.49 0.68 ind:pre:3s; -conquirent conquérir ver 14.89 17.64 0.02 0.07 ind:pas:3p; -conquis conquérir ver m 14.89 17.64 5.40 7.97 par:pas; -conquise conquérir ver f s 14.89 17.64 0.77 0.95 par:pas; -conquises conquis adj f p 0.88 2.70 0.13 0.47 -conquistador conquistador nom m s 0.38 1.69 0.12 0.74 -conquistadores conquistador nom m p 0.38 1.69 0.01 0.54 -conquistadors conquistador nom m p 0.38 1.69 0.25 0.41 -conquit conquérir ver 14.89 17.64 0.29 0.81 ind:pas:3s; -conquière conquérir ver 14.89 17.64 0.02 0.07 sub:pre:1s;sub:pre:3s; -conquièrent conquérir ver 14.89 17.64 0.05 0.27 ind:pre:3p; -conquérait conquérir ver 14.89 17.64 0.01 0.07 ind:imp:3s; -conquérant conquérant nom m s 1.34 5.20 0.82 2.64 -conquérante conquérant adj f s 0.53 2.64 0.29 1.01 -conquérantes conquérant adj f p 0.53 2.64 0.00 0.27 -conquérants conquérant nom m p 1.34 5.20 0.52 2.36 -conquérez conquérir ver 14.89 17.64 0.02 0.00 imp:pre:2p;ind:pre:2p; -conquérir conquérir ver 14.89 17.64 7.11 5.54 inf; -conquérons conquérir ver 14.89 17.64 0.01 0.07 ind:pre:1p; -conquête conquête nom f s 5.95 16.42 3.85 10.88 -conquêtes conquête nom f p 5.95 16.42 2.10 5.54 -cons con nom m p 121.91 68.99 19.90 19.05 -consacra consacrer ver 18.27 38.18 0.29 1.89 ind:pas:3s; -consacrai consacrer ver 18.27 38.18 0.01 0.34 ind:pas:1s; -consacraient consacrer ver 18.27 38.18 0.14 0.41 ind:imp:3p; -consacrais consacrer ver 18.27 38.18 0.04 0.41 ind:imp:1s;ind:imp:2s; -consacrait consacrer ver 18.27 38.18 0.34 2.64 ind:imp:3s; -consacrant consacrer ver 18.27 38.18 0.07 1.15 par:pre; -consacre consacrer ver 18.27 38.18 2.94 3.11 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:1s; -consacrent consacrer ver 18.27 38.18 0.48 0.27 ind:pre:3p; -consacrer consacrer ver 18.27 38.18 5.10 11.89 inf; -consacrera consacrer ver 18.27 38.18 0.14 0.07 ind:fut:3s; -consacrerai consacrer ver 18.27 38.18 0.78 0.14 ind:fut:1s; -consacreraient consacrer ver 18.27 38.18 0.00 0.07 cnd:pre:3p; -consacrerais consacrer ver 18.27 38.18 0.02 0.07 cnd:pre:1s; -consacrerait consacrer ver 18.27 38.18 0.12 0.47 cnd:pre:3s; -consacreras consacrer ver 18.27 38.18 0.10 0.00 ind:fut:2s; -consacrerez consacrer ver 18.27 38.18 0.01 0.00 ind:fut:2p; -consacreriez consacrer ver 18.27 38.18 0.00 0.07 cnd:pre:2p; -consacrerions consacrer ver 18.27 38.18 0.00 0.07 cnd:pre:1p; -consacreront consacrer ver 18.27 38.18 0.11 0.00 ind:fut:3p; -consacres consacrer ver 18.27 38.18 0.31 0.20 ind:pre:2s; -consacrez consacrer ver 18.27 38.18 0.28 0.07 imp:pre:2p;ind:pre:2p; -consacriez consacrer ver 18.27 38.18 0.04 0.07 ind:imp:2p; -consacrons consacrer ver 18.27 38.18 0.39 0.07 imp:pre:1p;ind:pre:1p; -consacrèrent consacrer ver 18.27 38.18 0.00 0.20 ind:pas:3p; -consacré consacrer ver m s 18.27 38.18 4.13 6.15 par:pas; -consacrée consacrer ver f s 18.27 38.18 2.15 4.53 par:pas; -consacrées consacré adj f p 1.53 2.77 0.12 0.61 -consacrés consacrer ver m p 18.27 38.18 0.22 2.30 par:pas; -consanguin consanguin adj m s 0.13 0.61 0.02 0.14 -consanguine consanguin adj f s 0.13 0.61 0.02 0.07 -consanguinité consanguinité nom f s 0.22 0.27 0.22 0.20 -consanguinités consanguinité nom f p 0.22 0.27 0.00 0.07 -consanguins consanguin adj m p 0.13 0.61 0.09 0.41 -consciemment consciemment adv 0.92 2.36 0.92 2.36 -conscience conscience nom f s 45.53 81.55 44.46 80.07 -consciences conscience nom f p 45.53 81.55 1.07 1.49 -consciencieuse consciencieux adj f s 1.64 3.38 0.17 0.68 -consciencieusement consciencieusement adv 0.25 4.86 0.25 4.86 -consciencieuses consciencieux adj f p 1.64 3.38 0.01 0.41 -consciencieux consciencieux adj m 1.64 3.38 1.45 2.30 -conscient conscient adj m s 15.15 14.59 8.51 7.43 -consciente conscient adj f s 15.15 14.59 4.00 4.32 -conscientes conscient adj f p 15.15 14.59 0.34 0.47 -conscients conscient adj m p 15.15 14.59 2.30 2.36 -conscription conscription nom f s 0.16 0.20 0.16 0.20 -conscrit conscrit nom m s 0.27 1.89 0.02 0.88 -conscrits conscrit nom m p 0.27 1.89 0.25 1.01 -conseil conseil nom m s 87.14 84.46 68.86 58.18 -conseilla conseiller ver 32.11 34.93 0.03 4.59 ind:pas:3s; -conseillai conseiller ver 32.11 34.93 0.00 0.68 ind:pas:1s; -conseillaient conseiller ver 32.11 34.93 0.20 0.47 ind:imp:3p; -conseillais conseiller ver 32.11 34.93 0.22 0.74 ind:imp:1s;ind:imp:2s; -conseillait conseiller ver 32.11 34.93 0.09 3.51 ind:imp:3s; -conseillant conseiller ver 32.11 34.93 0.18 0.88 par:pre; -conseille conseiller ver 32.11 34.93 13.40 8.58 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -conseillent conseiller ver 32.11 34.93 0.29 0.14 ind:pre:3p; -conseiller conseiller nom m s 22.97 19.32 16.42 11.62 -conseillera conseiller ver 32.11 34.93 0.08 0.14 ind:fut:3s; -conseillerai conseiller ver 32.11 34.93 0.24 0.14 ind:fut:1s; -conseillerais conseiller ver 32.11 34.93 0.72 0.47 cnd:pre:1s; -conseillerait conseiller ver 32.11 34.93 0.07 0.20 cnd:pre:3s; -conseillerez conseiller ver 32.11 34.93 0.12 0.14 ind:fut:2p; -conseilleriez conseiller ver 32.11 34.93 0.07 0.07 cnd:pre:2p; -conseillers conseiller nom m p 22.97 19.32 4.74 6.89 -conseilles conseiller ver 32.11 34.93 0.83 0.20 ind:pre:2s; -conseilleurs conseilleur nom m p 0.00 0.07 0.00 0.07 -conseillez conseiller ver 32.11 34.93 1.63 0.61 imp:pre:2p;ind:pre:2p; -conseillons conseiller ver 32.11 34.93 0.78 0.00 imp:pre:1p;ind:pre:1p; -conseillère conseiller nom f s 22.97 19.32 1.82 0.74 -conseillèrent conseiller ver 32.11 34.93 0.01 0.27 ind:pas:3p; -conseillères conseillère nom f p 0.04 0.00 0.04 0.00 -conseillé conseiller ver m s 32.11 34.93 5.63 8.18 par:pas; -conseillée conseiller ver f s 32.11 34.93 0.16 0.41 par:pas; -conseillées conseiller ver f p 32.11 34.93 0.01 0.20 par:pas; -conseillés conseiller ver m p 32.11 34.93 0.52 0.41 par:pas; -conseils conseil nom m p 87.14 84.46 18.29 26.28 -consens consentir ver 6.03 34.46 1.12 0.95 imp:pre:2s;ind:pre:1s;ind:pre:2s; -consensuel consensuel adj m s 0.24 0.07 0.13 0.07 -consensuelle consensuel adj f s 0.24 0.07 0.11 0.00 -consensus consensus nom m 0.65 0.34 0.65 0.34 -consent consentir ver 6.03 34.46 0.90 3.11 ind:pre:3s; -consentît consentir ver 6.03 34.46 0.01 1.35 sub:imp:3s; -consentaient consentir ver 6.03 34.46 0.00 0.88 ind:imp:3p; -consentais consentir ver 6.03 34.46 0.21 0.61 ind:imp:1s;ind:imp:2s; -consentait consentir ver 6.03 34.46 0.14 4.12 ind:imp:3s; -consentant consentant adj m s 1.47 2.77 0.51 0.68 -consentante consentant adj f s 1.47 2.77 0.55 1.55 -consentantes consentant adj f p 1.47 2.77 0.05 0.27 -consentants consentant adj m p 1.47 2.77 0.35 0.27 -consente consentir ver 6.03 34.46 0.02 0.61 sub:pre:1s;sub:pre:3s; -consentement consentement nom m s 3.56 5.95 2.96 5.68 -consentements consentement nom m p 3.56 5.95 0.59 0.27 -consentent consentir ver 6.03 34.46 0.28 0.95 ind:pre:3p; -consentes consentir ver 6.03 34.46 0.01 0.14 sub:pre:2s; -consentez consentir ver 6.03 34.46 0.69 0.27 imp:pre:2p;ind:pre:2p; -consenti consentir ver m s 6.03 34.46 0.98 6.82 par:pas; -consentie consentir ver f s 6.03 34.46 0.09 1.08 par:pas; -consenties consentir ver f p 6.03 34.46 0.03 0.34 par:pas; -consentiez consentir ver 6.03 34.46 0.01 0.07 ind:imp:2p; -consentions consentir ver 6.03 34.46 0.00 0.34 ind:imp:1p; -consentir consentir ver 6.03 34.46 0.50 4.32 inf; -consentira consentir ver 6.03 34.46 0.05 0.47 ind:fut:3s; -consentirai consentir ver 6.03 34.46 0.09 0.07 ind:fut:1s; -consentiraient consentir ver 6.03 34.46 0.00 0.07 cnd:pre:3p; -consentirais consentir ver 6.03 34.46 0.16 0.20 cnd:pre:1s;cnd:pre:2s; -consentirait consentir ver 6.03 34.46 0.06 1.35 cnd:pre:3s; -consentiras consentir ver 6.03 34.46 0.01 0.07 ind:fut:2s; -consentirent consentir ver 6.03 34.46 0.00 0.27 ind:pas:3p; -consentirez consentir ver 6.03 34.46 0.16 0.07 ind:fut:2p; -consentiriez consentir ver 6.03 34.46 0.01 0.14 cnd:pre:2p; -consentirions consentir ver 6.03 34.46 0.00 0.07 cnd:pre:1p; -consentiront consentir ver 6.03 34.46 0.13 0.00 ind:fut:3p; -consentis consentir ver m p 6.03 34.46 0.08 0.88 ind:pas:1s;par:pas; -consentisse consentir ver 6.03 34.46 0.00 0.07 sub:imp:1s; -consentissent consentir ver 6.03 34.46 0.00 0.14 sub:imp:3p; -consentit consentir ver 6.03 34.46 0.19 4.19 ind:pas:3s; -consentons consentir ver 6.03 34.46 0.05 0.07 ind:pre:1p; -conserva conserver ver 15.08 55.14 0.34 1.22 ind:pas:3s; -conservai conserver ver 15.08 55.14 0.00 0.34 ind:pas:1s; -conservaient conserver ver 15.08 55.14 0.04 1.49 ind:imp:3p; -conservais conserver ver 15.08 55.14 0.06 0.20 ind:imp:1s; -conservait conserver ver 15.08 55.14 0.27 7.03 ind:imp:3s; -conservant conserver ver 15.08 55.14 0.35 2.70 par:pre; -conservateur conservateur adj m s 2.96 3.78 1.37 2.36 -conservateurs conservateur nom m p 1.68 5.20 0.68 1.82 -conservation conservation nom f s 0.85 3.24 0.85 3.24 -conservatisme conservatisme nom m s 0.01 0.54 0.01 0.54 -conservatoire conservatoire nom m s 4.68 2.97 4.67 2.77 -conservatoires conservatoire nom m p 4.68 2.97 0.01 0.20 -conservatrice conservateur adj f s 2.96 3.78 0.85 0.47 -conservatrices conservateur adj f p 2.96 3.78 0.07 0.14 -conserve conserver ver 15.08 55.14 3.42 5.88 imp:pre:2s;ind:pre:1s;ind:pre:3s; -conservent conserver ver 15.08 55.14 0.41 1.42 ind:pre:3p; -conserver conserver ver 15.08 55.14 5.39 17.57 inf; -conservera conserver ver 15.08 55.14 0.31 0.27 ind:fut:3s; -conserverai conserver ver 15.08 55.14 0.03 0.14 ind:fut:1s; -conserveraient conserver ver 15.08 55.14 0.00 0.07 cnd:pre:3p; -conserverais conserver ver 15.08 55.14 0.04 0.07 cnd:pre:1s; -conserverait conserver ver 15.08 55.14 0.19 0.47 cnd:pre:3s; -conserveras conserver ver 15.08 55.14 0.02 0.00 ind:fut:2s; -conserverez conserver ver 15.08 55.14 0.04 0.14 ind:fut:2p; -conserverie conserverie nom f s 0.68 0.74 0.66 0.68 -conserveries conserverie nom f p 0.68 0.74 0.02 0.07 -conserverons conserver ver 15.08 55.14 0.02 0.07 ind:fut:1p; -conserveront conserver ver 15.08 55.14 0.01 0.20 ind:fut:3p; -conserves conserve nom f p 5.50 14.26 2.76 7.36 -conservez conserver ver 15.08 55.14 0.46 0.14 imp:pre:2p;ind:pre:2p; -conserviez conserver ver 15.08 55.14 0.06 0.00 ind:imp:2p; -conservions conserver ver 15.08 55.14 0.00 0.14 ind:imp:1p; -conservons conserver ver 15.08 55.14 0.14 0.34 imp:pre:1p;ind:pre:1p; -conservât conserver ver 15.08 55.14 0.00 0.14 sub:imp:3s; -conservèrent conserver ver 15.08 55.14 0.00 0.20 ind:pas:3p; -conservé conserver ver m s 15.08 55.14 2.31 11.08 par:pas; -conservée conserver ver f s 15.08 55.14 0.39 1.62 par:pas; -conservées conserver ver f p 15.08 55.14 0.10 1.01 par:pas; -conservés conserver ver m p 15.08 55.14 0.60 1.22 par:pas; -considère considérer ver 43.00 87.43 12.53 13.72 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:1s;sub:pre:3s; -considèrent considérer ver 43.00 87.43 2.06 2.57 ind:pre:3p; -considères considérer ver 43.00 87.43 1.04 0.14 ind:pre:2s; -considéra considérer ver 43.00 87.43 0.04 7.84 ind:pas:3s; -considérable considérable adj s 2.98 20.95 2.31 16.01 -considérablement considérablement adv 1.00 4.39 1.00 4.39 -considérables considérable adj p 2.98 20.95 0.68 4.93 -considérai considérer ver 43.00 87.43 0.00 0.41 ind:pas:1s; -considéraient considérer ver 43.00 87.43 0.40 2.97 ind:imp:3p; -considérais considérer ver 43.00 87.43 0.52 2.03 ind:imp:1s;ind:imp:2s; -considérait considérer ver 43.00 87.43 1.03 14.59 ind:imp:3s; -considérant considérer ver 43.00 87.43 1.47 4.66 par:pre; -considérants considérant nom m p 0.05 0.27 0.00 0.14 -considérassent considérer ver 43.00 87.43 0.00 0.07 sub:imp:3p; -considération considération nom f s 5.60 20.34 5.04 12.36 -considérations considération nom f p 5.60 20.34 0.57 7.97 -considérer considérer ver 43.00 87.43 5.59 19.32 inf; -considérera considérer ver 43.00 87.43 0.08 0.20 ind:fut:3s; -considérerai considérer ver 43.00 87.43 0.09 0.20 ind:fut:1s; -considéreraient considérer ver 43.00 87.43 0.04 0.14 cnd:pre:3p; -considérerais considérer ver 43.00 87.43 0.13 0.07 cnd:pre:1s;cnd:pre:2s; -considérerait considérer ver 43.00 87.43 0.10 0.41 cnd:pre:3s; -considéreras considérer ver 43.00 87.43 0.03 0.07 ind:fut:2s; -considéreriez considérer ver 43.00 87.43 0.09 0.00 cnd:pre:2p; -considérerions considérer ver 43.00 87.43 0.01 0.07 cnd:pre:1p; -considérerons considérer ver 43.00 87.43 0.14 0.07 ind:fut:1p; -considérez considérer ver 43.00 87.43 4.83 1.15 imp:pre:2p;ind:pre:2p; -considériez considérer ver 43.00 87.43 0.25 0.14 ind:imp:2p; -considérions considérer ver 43.00 87.43 0.05 0.61 ind:imp:1p; -considérons considérer ver 43.00 87.43 1.30 1.08 imp:pre:1p;ind:pre:1p; -considérât considérer ver 43.00 87.43 0.00 0.54 sub:imp:3s; -considérèrent considérer ver 43.00 87.43 0.00 0.27 ind:pas:3p; -considéré considérer ver m s 43.00 87.43 6.78 8.11 par:pas; -considérée considérer ver f s 43.00 87.43 2.58 3.04 par:pas; -considérées considérer ver f p 43.00 87.43 0.20 1.08 par:pas; -considérés considérer ver m p 43.00 87.43 1.64 1.89 par:pas; -consigna consigner ver 3.46 5.47 0.04 0.34 ind:pas:3s; -consignais consigner ver 3.46 5.47 0.00 0.07 ind:imp:1s; -consignait consigner ver 3.46 5.47 0.02 0.41 ind:imp:3s; -consignant consigner ver 3.46 5.47 0.00 0.07 par:pre; -consignataire consignataire nom s 0.01 0.07 0.01 0.07 -consignation consignation nom f s 0.40 0.20 0.40 0.07 -consignations consignation nom f p 0.40 0.20 0.00 0.14 -consigne consigne nom f s 5.24 15.81 3.04 7.91 -consignent consigner ver 3.46 5.47 0.04 0.07 ind:pre:3p; -consigner consigner ver 3.46 5.47 0.69 1.55 inf; -consignera consigner ver 3.46 5.47 0.10 0.00 ind:fut:3s; -consignerais consigner ver 3.46 5.47 0.00 0.07 cnd:pre:1s; -consignes consigne nom f p 5.24 15.81 2.19 7.91 -consignez consigner ver 3.46 5.47 0.22 0.07 imp:pre:2p;ind:pre:2p; -consigné consigner ver m s 3.46 5.47 1.32 1.35 par:pas; -consignée consigner ver f s 3.46 5.47 0.44 0.27 par:pas; -consignées consigner ver f p 3.46 5.47 0.18 0.20 par:pas; -consignés consigné adj m p 0.72 0.27 0.39 0.00 -consista consister ver 7.51 31.35 0.00 0.68 ind:pas:3s; -consistaient consister ver 7.51 31.35 0.17 1.08 ind:imp:3p; -consistait consister ver 7.51 31.35 1.10 11.22 ind:imp:3s; -consistance consistance nom f s 1.31 7.43 1.31 7.36 -consistances consistance nom f p 1.31 7.43 0.00 0.07 -consistant consistant adj m s 1.06 1.55 0.67 1.01 -consistante consistant adj f s 1.06 1.55 0.37 0.20 -consistantes consistant adj f p 1.06 1.55 0.01 0.07 -consistants consistant adj m p 1.06 1.55 0.02 0.27 -consiste consister ver 7.51 31.35 5.55 12.84 imp:pre:2s;ind:pre:3s;sub:pre:3s; -consistent consister ver 7.51 31.35 0.14 0.95 ind:pre:3p; -consister consister ver 7.51 31.35 0.06 0.88 inf; -consistera consister ver 7.51 31.35 0.14 0.27 ind:fut:3s; -consisteraient consister ver 7.51 31.35 0.00 0.07 cnd:pre:3p; -consisterait consister ver 7.51 31.35 0.15 0.61 cnd:pre:3s; -consistoire consistoire nom m s 0.00 0.14 0.00 0.14 -consistorial consistorial adj m s 0.00 0.20 0.00 0.14 -consistoriales consistorial adj f p 0.00 0.20 0.00 0.07 -consistèrent consister ver 7.51 31.35 0.00 0.07 ind:pas:3p; -consisté consister ver m s 7.51 31.35 0.08 1.01 par:pas; -conso conso nom f s 0.19 0.14 0.13 0.07 -consoeur consoeur nom f s 0.17 0.68 0.15 0.47 -consoeurs consoeur nom f p 0.17 0.68 0.02 0.20 -consola consoler ver 14.41 33.18 0.04 1.42 ind:pas:3s; -consolai consoler ver 14.41 33.18 0.01 0.14 ind:pas:1s; -consolaient consoler ver 14.41 33.18 0.01 0.47 ind:imp:3p; -consolais consoler ver 14.41 33.18 0.25 0.61 ind:imp:1s;ind:imp:2s; -consolait consoler ver 14.41 33.18 0.28 2.77 ind:imp:3s; -consolant consoler ver 14.41 33.18 0.13 0.81 par:pre; -consolante consolant adj f s 0.12 2.16 0.01 0.68 -consolantes consolant adj f p 0.12 2.16 0.00 0.34 -consolants consolant adj m p 0.12 2.16 0.00 0.27 -consolasse consoler ver 14.41 33.18 0.00 0.07 sub:imp:1s; -consolateur consolateur adj m s 0.16 0.95 0.14 0.20 -consolateurs consolateur adj m p 0.16 0.95 0.01 0.14 -consolation consolation nom f s 4.84 10.74 4.62 8.72 -consolations consolation nom f p 4.84 10.74 0.22 2.03 -consolatrice consolateur nom f s 0.29 0.47 0.27 0.20 -consolatrices consolateur adj f p 0.16 0.95 0.00 0.27 -console consoler ver 14.41 33.18 3.71 4.53 imp:pre:2s;ind:pre:1s;ind:pre:3s; -consolent consoler ver 14.41 33.18 0.42 0.88 ind:pre:3p; -consoler consoler ver 14.41 33.18 6.63 16.15 inf; -consolera consoler ver 14.41 33.18 0.46 0.34 ind:fut:3s; -consolerai consoler ver 14.41 33.18 0.25 0.07 ind:fut:1s; -consoleraient consoler ver 14.41 33.18 0.00 0.14 cnd:pre:3p; -consolerais consoler ver 14.41 33.18 0.12 0.14 cnd:pre:1s; -consolerait consoler ver 14.41 33.18 0.28 0.27 cnd:pre:3s; -consoleras consoler ver 14.41 33.18 0.11 0.07 ind:fut:2s; -consolerez consoler ver 14.41 33.18 0.02 0.00 ind:fut:2p; -consolerons consoler ver 14.41 33.18 0.11 0.07 ind:fut:1p; -consoleront consoler ver 14.41 33.18 0.04 0.00 ind:fut:3p; -consoles console nom f p 2.78 3.72 0.13 1.15 -consolez consoler ver 14.41 33.18 0.29 0.07 imp:pre:2p; -consolidaient consolider ver 1.38 4.19 0.00 0.20 ind:imp:3p; -consolidais consolider ver 1.38 4.19 0.00 0.07 ind:imp:1s; -consolidait consolider ver 1.38 4.19 0.00 0.54 ind:imp:3s; -consolidant consolider ver 1.38 4.19 0.01 0.27 par:pre; -consolidation consolidation nom f s 0.20 0.41 0.20 0.41 -consolide consolider ver 1.38 4.19 0.18 0.20 ind:pre:1s;ind:pre:3s; -consolident consolider ver 1.38 4.19 0.04 0.07 ind:pre:3p; -consolider consolider ver 1.38 4.19 1.00 1.89 inf; -consolideraient consolider ver 1.38 4.19 0.00 0.07 cnd:pre:3p; -consolidons consolider ver 1.38 4.19 0.01 0.00 imp:pre:1p; -consolidé consolider ver m s 1.38 4.19 0.08 0.20 par:pas; -consolidée consolider ver f s 1.38 4.19 0.04 0.41 par:pas; -consolidées consolidé adj f p 0.05 0.41 0.04 0.00 -consolidés consolider ver m p 1.38 4.19 0.01 0.14 par:pas; -consoliez consoler ver 14.41 33.18 0.00 0.07 ind:imp:2p; -consolions consoler ver 14.41 33.18 0.00 0.07 ind:imp:1p; -consolât consoler ver 14.41 33.18 0.00 0.07 sub:imp:3s; -consolèrent consoler ver 14.41 33.18 0.00 0.27 ind:pas:3p; -consolé consoler ver m s 14.41 33.18 0.47 1.96 par:pas; -consolée consoler ver f s 14.41 33.18 0.41 1.08 par:pas; -consolées consoler ver f p 14.41 33.18 0.00 0.27 par:pas; -consolés consoler ver m p 14.41 33.18 0.31 0.27 par:pas; -consomma consommer ver 7.54 11.35 0.02 0.20 ind:pas:3s; -consommable consommable adj s 0.04 0.61 0.01 0.47 -consommables consommable adj p 0.04 0.61 0.02 0.14 -consommai consommer ver 7.54 11.35 0.00 0.07 ind:pas:1s; -consommaient consommer ver 7.54 11.35 0.03 0.27 ind:imp:3p; -consommait consommer ver 7.54 11.35 0.20 1.82 ind:imp:3s; -consommant consommer ver 7.54 11.35 0.07 0.20 par:pre; -consommateur consommateur nom m s 1.88 6.22 0.79 1.69 -consommateurs consommateur nom m p 1.88 6.22 1.04 4.05 -consommation consommation nom f s 3.70 9.66 3.38 7.36 -consommations consommation nom f p 3.70 9.66 0.32 2.30 -consommatrice consommateur nom f s 1.88 6.22 0.05 0.34 -consommatrices consommatrice nom f p 0.02 0.00 0.02 0.00 -consomme consommer ver 7.54 11.35 1.44 0.95 imp:pre:2s;ind:pre:1s;ind:pre:3s; -consomment consommer ver 7.54 11.35 0.42 0.88 ind:pre:3p; -consommer consommer ver 7.54 11.35 3.00 4.12 inf; -consommerait consommer ver 7.54 11.35 0.01 0.07 cnd:pre:3s; -consommeront consommer ver 7.54 11.35 0.03 0.00 ind:fut:3p; -consommez consommer ver 7.54 11.35 0.63 0.00 imp:pre:2p;ind:pre:2p; -consommions consommer ver 7.54 11.35 0.00 0.14 ind:imp:1p; -consommons consommer ver 7.54 11.35 0.16 0.00 imp:pre:1p;ind:pre:1p; -consommé consommer ver m s 7.54 11.35 1.07 2.09 par:pas; -consommée consommer ver f s 7.54 11.35 0.34 0.34 par:pas; -consommées consommer ver f p 7.54 11.35 0.02 0.07 par:pas; -consommés consommer ver m p 7.54 11.35 0.10 0.14 par:pas; -consomption consomption nom f s 0.27 0.20 0.27 0.20 -consomptive consomptif adj f s 0.00 0.07 0.00 0.07 -consonance consonance nom f s 0.19 1.89 0.17 1.01 -consonances consonance nom f p 0.19 1.89 0.02 0.88 -consonne consonne nom f s 0.45 1.69 0.20 0.07 -consonnes consonne nom f p 0.45 1.69 0.25 1.62 -consort consort adj m s 0.04 0.41 0.02 0.27 -consortium consortium nom m s 0.81 0.07 0.79 0.07 -consortiums consortium nom m p 0.81 0.07 0.03 0.00 -consorts consort nom m p 0.30 0.41 0.28 0.34 -consos conso nom f p 0.19 0.14 0.06 0.07 -consoude consoude nom f s 0.00 0.07 0.00 0.07 -conspiraient conspirer ver 1.66 1.35 0.06 0.14 ind:imp:3p; -conspirait conspirer ver 1.66 1.35 0.12 0.41 ind:imp:3s; -conspirant conspirer ver 1.66 1.35 0.09 0.00 par:pre; -conspirateur conspirateur nom m s 0.85 1.89 0.16 0.61 -conspirateurs conspirateur nom m p 0.85 1.89 0.69 1.15 -conspiratif conspiratif adj m s 0.00 0.07 0.00 0.07 -conspiration conspiration nom f s 5.24 2.91 4.93 2.30 -conspirations conspiration nom f p 5.24 2.91 0.30 0.61 -conspiratrice conspirateur adj f s 0.29 0.07 0.03 0.00 -conspiratrices conspirateur nom f p 0.85 1.89 0.00 0.07 -conspire conspirer ver 1.66 1.35 0.41 0.47 ind:pre:1s;ind:pre:3s; -conspirent conspirer ver 1.66 1.35 0.16 0.00 ind:pre:3p; -conspirer conspirer ver 1.66 1.35 0.41 0.20 inf; -conspirez conspirer ver 1.66 1.35 0.08 0.00 ind:pre:2p; -conspiré conspirer ver m s 1.66 1.35 0.33 0.14 par:pas; -conspuaient conspuer ver 0.04 1.15 0.00 0.20 ind:imp:3p; -conspuant conspuer ver 0.04 1.15 0.00 0.14 par:pre; -conspue conspuer ver 0.04 1.15 0.01 0.07 ind:pre:3s; -conspuer conspuer ver 0.04 1.15 0.02 0.27 inf; -conspuèrent conspuer ver 0.04 1.15 0.00 0.14 ind:pas:3p; -conspué conspuer ver m s 0.04 1.15 0.01 0.27 par:pas; -conspués conspuer ver m p 0.04 1.15 0.00 0.07 par:pas; -constable constable nom m s 0.05 0.14 0.05 0.14 -constamment constamment adv 8.18 15.68 8.18 15.68 -constance constance nom f s 0.99 2.97 0.96 2.84 -constances constance nom f p 0.99 2.97 0.03 0.14 -constant constant adj m s 5.76 16.82 1.88 6.55 -constante constant adj f s 5.76 16.82 2.92 7.30 -constantes constante nom f p 1.54 0.47 1.14 0.07 -constants constant adj m p 5.76 16.82 0.63 1.55 -constat constat nom m s 1.38 3.45 1.36 2.77 -constata constater ver 10.58 57.43 0.16 8.99 ind:pas:3s; -constatai constater ver 10.58 57.43 0.41 2.16 ind:pas:1s; -constataient constater ver 10.58 57.43 0.00 0.54 ind:imp:3p; -constatais constater ver 10.58 57.43 0.00 1.28 ind:imp:1s; -constatait constater ver 10.58 57.43 0.01 2.64 ind:imp:3s; -constatant constater ver 10.58 57.43 0.15 3.58 par:pre; -constatation constatation nom f s 0.54 4.86 0.47 3.65 -constatations constatation nom f p 0.54 4.86 0.07 1.22 -constate constater ver 10.58 57.43 2.17 9.80 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -constatent constater ver 10.58 57.43 0.04 0.68 ind:pre:3p; -constater constater ver 10.58 57.43 3.48 19.66 inf; -constatera constater ver 10.58 57.43 0.06 0.14 ind:fut:3s; -constaterai constater ver 10.58 57.43 0.00 0.07 ind:fut:1s; -constateraient constater ver 10.58 57.43 0.01 0.14 cnd:pre:3p; -constaterais constater ver 10.58 57.43 0.00 0.07 cnd:pre:1s; -constaterait constater ver 10.58 57.43 0.00 0.07 cnd:pre:3s; -constateras constater ver 10.58 57.43 0.13 0.20 ind:fut:2s; -constaterez constater ver 10.58 57.43 0.30 0.00 ind:fut:2p; -constateriez constater ver 10.58 57.43 0.02 0.00 cnd:pre:2p; -constatez constater ver 10.58 57.43 0.83 0.34 imp:pre:2p;ind:pre:2p; -constatiez constater ver 10.58 57.43 0.06 0.07 ind:imp:2p; -constations constater ver 10.58 57.43 0.01 0.07 ind:imp:1p; -constatâmes constater ver 10.58 57.43 0.00 0.07 ind:pas:1p; -constatons constater ver 10.58 57.43 0.34 0.68 imp:pre:1p;ind:pre:1p; -constats constat nom m p 1.38 3.45 0.03 0.68 -constatèrent constater ver 10.58 57.43 0.00 0.14 ind:pas:3p; -constaté constater ver m s 10.58 57.43 2.30 5.61 imp:pre:2s;par:pas; -constatée constater ver f s 10.58 57.43 0.06 0.27 par:pas; -constatées constater ver f p 10.58 57.43 0.01 0.14 par:pas; -constatés constater ver m p 10.58 57.43 0.04 0.07 par:pas; -constellaient consteller ver 0.14 4.39 0.00 0.20 ind:imp:3p; -constellait consteller ver 0.14 4.39 0.00 0.07 ind:imp:3s; -constellant consteller ver 0.14 4.39 0.00 0.07 par:pre; -constellation constellation nom f s 1.86 6.76 1.61 3.58 -constellations constellation nom f p 1.86 6.76 0.25 3.18 -constelle consteller ver 0.14 4.39 0.00 0.07 ind:pre:3s; -constellent consteller ver 0.14 4.39 0.00 0.14 ind:pre:3p; -constellé consteller ver m s 0.14 4.39 0.01 1.76 par:pas; -constellée consteller ver f s 0.14 4.39 0.13 1.15 par:pas; -constellées consteller ver f p 0.14 4.39 0.00 0.47 par:pas; -constellés consteller ver m p 0.14 4.39 0.00 0.47 par:pas; -consterna consterner ver 0.85 4.26 0.02 0.47 ind:pas:3s; -consternait consterner ver 0.85 4.26 0.00 0.88 ind:imp:3s; -consternant consternant adj m s 0.53 1.49 0.48 0.61 -consternante consternant adj f s 0.53 1.49 0.03 0.47 -consternantes consternant adj f p 0.53 1.49 0.01 0.20 -consternants consternant adj m p 0.53 1.49 0.01 0.20 -consternation consternation nom f s 0.69 4.53 0.69 4.53 -consterne consterner ver 0.85 4.26 0.06 0.07 ind:pre:3s; -consternent consterner ver 0.85 4.26 0.00 0.07 ind:pre:3p; -consterné consterner ver m s 0.85 4.26 0.52 1.42 par:pas; -consternée consterner ver f s 0.85 4.26 0.07 0.68 par:pas; -consternées consterné adj f p 0.46 3.58 0.00 0.27 -consternés consterné adj m p 0.46 3.58 0.23 0.54 -constipant constipant adj m s 0.00 0.07 0.00 0.07 -constipation constipation nom f s 0.41 1.69 0.38 1.55 -constipations constipation nom f p 0.41 1.69 0.03 0.14 -constipe constiper ver 0.55 0.74 0.06 0.14 imp:pre:2s;ind:pre:1s;ind:pre:3s; -constipé constipé adj m s 0.66 0.54 0.35 0.34 -constipée constipé adj f s 0.66 0.54 0.26 0.07 -constipées constipé nom f p 0.34 0.34 0.00 0.07 -constipés constipé nom m p 0.34 0.34 0.14 0.07 -constitua constituer ver 8.99 54.39 0.05 0.54 ind:pas:3s; -constituaient constituer ver 8.99 54.39 0.11 6.22 ind:imp:3p; -constituais constituer ver 8.99 54.39 0.01 0.14 ind:imp:1s; -constituait constituer ver 8.99 54.39 0.50 9.80 ind:imp:3s; -constituant constituer ver 8.99 54.39 0.17 1.82 par:pre; -constituante constituant nom f s 0.27 1.01 0.23 0.68 -constituantes constituant adj f p 0.02 3.92 0.00 0.07 -constituants constituant nom m p 0.27 1.01 0.04 0.20 -constitue constituer ver 8.99 54.39 2.89 7.03 imp:pre:2s;ind:pre:1s;ind:pre:3s; -constituent constituer ver 8.99 54.39 1.32 5.47 ind:pre:3p; -constituer constituer ver 8.99 54.39 1.56 9.46 inf; -constituera constituer ver 8.99 54.39 0.05 0.27 ind:fut:3s; -constituerai constituer ver 8.99 54.39 0.00 0.14 ind:fut:1s; -constitueraient constituer ver 8.99 54.39 0.02 0.47 cnd:pre:3p; -constituerais constituer ver 8.99 54.39 0.00 0.07 cnd:pre:1s; -constituerait constituer ver 8.99 54.39 0.23 0.74 cnd:pre:3s; -constitueras constituer ver 8.99 54.39 0.00 0.07 ind:fut:2s; -constitueront constituer ver 8.99 54.39 0.02 0.20 ind:fut:3p; -constituez constituer ver 8.99 54.39 0.08 0.14 imp:pre:2p;ind:pre:2p; -constituions constituer ver 8.99 54.39 0.00 0.20 ind:imp:1p; -constituons constituer ver 8.99 54.39 0.12 0.20 imp:pre:1p;ind:pre:1p; -constituât constituer ver 8.99 54.39 0.00 0.20 sub:imp:3s; -constituèrent constituer ver 8.99 54.39 0.01 0.54 ind:pas:3p; -constitutif constitutif adj m s 0.19 0.34 0.14 0.14 -constitutifs constitutif adj m p 0.19 0.34 0.05 0.20 -constitution constitution nom f s 6.74 9.12 6.72 8.92 -constitutionnaliste constitutionnaliste nom s 0.10 0.00 0.10 0.00 -constitutionnalité constitutionnalité nom f s 0.02 0.00 0.02 0.00 -constitutionnel constitutionnel adj m s 1.60 2.50 0.72 0.88 -constitutionnelle constitutionnel adj f s 1.60 2.50 0.40 1.01 -constitutionnellement constitutionnellement adv 0.03 0.07 0.03 0.07 -constitutionnelles constitutionnel adj f p 1.60 2.50 0.03 0.34 -constitutionnels constitutionnel adj m p 1.60 2.50 0.45 0.27 -constitutions constitution nom f p 6.74 9.12 0.02 0.20 -constitué constituer ver m s 8.99 54.39 0.98 6.82 par:pas; -constituée constituer ver f s 8.99 54.39 0.64 2.16 par:pas; -constituées constitué adj f p 0.19 2.91 0.11 0.68 -constitués constituer ver m p 8.99 54.39 0.16 0.81 par:pas; -constricteur constricteur nom m s 0.11 0.07 0.11 0.00 -constricteurs constricteur nom m p 0.11 0.07 0.00 0.07 -constriction constriction nom f s 0.01 0.61 0.01 0.61 -constrictive constrictif adj f s 0.01 0.00 0.01 0.00 -constrictor constrictor adj m s 0.16 0.41 0.16 0.34 -constrictors constrictor nom m p 0.05 0.00 0.03 0.00 -constructeur constructeur nom m s 1.81 1.82 0.88 0.81 -constructeurs constructeur nom m p 1.81 1.82 0.93 1.01 -constructif constructif adj m s 1.25 1.28 0.39 0.54 -constructifs constructif adj m p 1.25 1.28 0.01 0.07 -construction construction nom f s 13.12 24.12 11.30 18.24 -constructions construction nom f p 13.12 24.12 1.83 5.88 -constructive constructif adj f s 1.25 1.28 0.58 0.41 -constructives constructif adj f p 1.25 1.28 0.26 0.27 -constructivisme constructivisme nom m s 0.01 0.00 0.01 0.00 -construira construire ver 67.59 52.64 0.93 0.41 ind:fut:3s; -construirai construire ver 67.59 52.64 0.68 0.00 ind:fut:1s; -construiraient construire ver 67.59 52.64 0.02 0.07 cnd:pre:3p; -construirais construire ver 67.59 52.64 0.12 0.14 cnd:pre:1s; -construirait construire ver 67.59 52.64 0.30 0.20 cnd:pre:3s; -construiras construire ver 67.59 52.64 0.17 0.00 ind:fut:2s; -construire construire ver 67.59 52.64 26.94 18.38 inf; -construirez construire ver 67.59 52.64 0.29 0.07 ind:fut:2p; -construiriez construire ver 67.59 52.64 0.02 0.00 cnd:pre:2p; -construirons construire ver 67.59 52.64 1.19 0.07 ind:fut:1p; -construiront construire ver 67.59 52.64 0.37 0.00 ind:fut:3p; -construis construire ver 67.59 52.64 2.33 0.47 imp:pre:2s;ind:pre:1s;ind:pre:2s; -construisît construire ver 67.59 52.64 0.00 0.07 sub:imp:3s; -construisaient construire ver 67.59 52.64 0.27 0.81 ind:imp:3p; -construisais construire ver 67.59 52.64 0.29 0.34 ind:imp:1s;ind:imp:2s; -construisait construire ver 67.59 52.64 0.98 1.76 ind:imp:3s; -construisant construire ver 67.59 52.64 0.54 0.95 par:pre; -construise construire ver 67.59 52.64 0.40 0.20 sub:pre:1s;sub:pre:3s; -construisent construire ver 67.59 52.64 1.37 1.15 ind:pre:3p; -construisez construire ver 67.59 52.64 1.01 0.00 imp:pre:2p;ind:pre:2p; -construisiez construire ver 67.59 52.64 0.06 0.00 ind:imp:2p; -construisions construire ver 67.59 52.64 0.05 0.00 ind:imp:1p; -construisirent construire ver 67.59 52.64 0.06 0.14 ind:pas:3p; -construisis construire ver 67.59 52.64 0.11 0.14 ind:pas:1s; -construisit construire ver 67.59 52.64 0.21 1.62 ind:pas:3s; -construisons construire ver 67.59 52.64 1.23 0.14 imp:pre:1p;ind:pre:1p; -construit construire ver m s 67.59 52.64 21.48 15.61 ind:pre:3s;par:pas; -construite construire ver f s 67.59 52.64 4.64 5.41 par:pas; -construites construire ver f p 67.59 52.64 0.47 1.82 par:pas; -construits construire ver m p 67.59 52.64 1.08 2.70 par:pas; -consubstantiel consubstantiel adj m s 0.00 0.61 0.00 0.20 -consubstantielle consubstantiel adj f s 0.00 0.61 0.00 0.27 -consubstantiels consubstantiel adj m p 0.00 0.61 0.00 0.14 -consécration consécration nom f s 0.37 1.15 0.37 1.15 -consécutif consécutif adj m s 1.16 1.82 0.12 0.20 -consécutifs consécutif adj m p 1.16 1.82 0.46 0.68 -consécution consécution nom f s 0.00 0.07 0.00 0.07 -consécutive consécutif adj f s 1.16 1.82 0.15 0.47 -consécutivement consécutivement adv 0.02 0.14 0.02 0.14 -consécutives consécutif adj f p 1.16 1.82 0.43 0.47 -consul consul nom m s 3.95 10.07 3.56 8.11 -consulaire consulaire adj s 0.31 0.81 0.31 0.41 -consulaires consulaire adj p 0.31 0.81 0.00 0.41 -consulat consulat nom m s 3.84 2.43 3.77 1.96 -consulats consulat nom m p 3.84 2.43 0.07 0.47 -consuls consul nom m p 3.95 10.07 0.39 1.96 -consulta consulter ver 18.45 36.22 0.01 4.12 ind:pas:3s; -consultable consultable adj f s 0.00 0.07 0.00 0.07 -consultai consulter ver 18.45 36.22 0.02 0.61 ind:pas:1s; -consultaient consulter ver 18.45 36.22 0.00 0.68 ind:imp:3p; -consultais consulter ver 18.45 36.22 0.22 0.34 ind:imp:1s;ind:imp:2s; -consultait consulter ver 18.45 36.22 0.13 2.70 ind:imp:3s; -consultant consultant nom m s 1.76 0.20 1.29 0.07 -consultante consultant nom f s 1.76 0.20 0.18 0.07 -consultants consultant nom m p 1.76 0.20 0.29 0.07 -consultatif consultatif adj m s 0.13 6.28 0.13 0.74 -consultatifs consultatif adj m p 0.13 6.28 0.00 0.14 -consultation consultation nom f s 4.59 8.24 3.61 6.49 -consultations consultation nom f p 4.59 8.24 0.98 1.76 -consultative consultatif adj f s 0.13 6.28 0.00 5.41 -consulte consulter ver 18.45 36.22 2.21 3.45 imp:pre:2s;ind:pre:1s;ind:pre:3s; -consultent consulter ver 18.45 36.22 0.10 0.27 ind:pre:3p; -consulter consulter ver 18.45 36.22 9.05 13.04 inf; -consultera consulter ver 18.45 36.22 0.03 0.20 ind:fut:3s; -consulterai consulter ver 18.45 36.22 0.18 0.07 ind:fut:1s; -consulteraient consulter ver 18.45 36.22 0.00 0.07 cnd:pre:3p; -consulterais consulter ver 18.45 36.22 0.22 0.07 cnd:pre:1s;cnd:pre:2s; -consulteras consulter ver 18.45 36.22 0.01 0.00 ind:fut:2s; -consulterons consulter ver 18.45 36.22 0.01 0.00 ind:fut:1p; -consulteront consulter ver 18.45 36.22 0.00 0.07 ind:fut:3p; -consultes consulter ver 18.45 36.22 0.23 0.00 ind:pre:2s; -consultez consulter ver 18.45 36.22 1.04 0.34 imp:pre:2p;ind:pre:2p; -consultions consulter ver 18.45 36.22 0.01 0.07 ind:imp:1p; -consultâmes consulter ver 18.45 36.22 0.00 0.07 ind:pas:1p; -consultons consulter ver 18.45 36.22 0.24 0.07 imp:pre:1p;ind:pre:1p; -consultèrent consulter ver 18.45 36.22 0.00 0.81 ind:pas:3p; -consulté consulter ver m s 18.45 36.22 4.05 5.00 par:pas; -consultée consulter ver f s 18.45 36.22 0.14 0.88 par:pas; -consultées consulter ver f p 18.45 36.22 0.03 0.07 par:pas; -consultés consulter ver m p 18.45 36.22 0.22 1.42 par:pas; -consuma consumer ver 6.54 9.93 0.16 0.07 ind:pas:3s; -consumable consumable adj s 0.00 0.07 0.00 0.07 -consumai consumer ver 6.54 9.93 0.00 0.07 ind:pas:1s; -consumaient consumer ver 6.54 9.93 0.01 0.47 ind:imp:3p; -consumais consumer ver 6.54 9.93 0.00 0.14 ind:imp:1s; -consumait consumer ver 6.54 9.93 0.19 1.49 ind:imp:3s; -consumant consumer ver 6.54 9.93 0.36 0.20 par:pre; -consumation consumation nom f s 0.00 0.07 0.00 0.07 -consume consumer ver 6.54 9.93 2.21 1.69 imp:pre:2s;ind:pre:1s;ind:pre:3s; -consument consumer ver 6.54 9.93 0.38 0.47 ind:pre:3p; -consumer consumer ver 6.54 9.93 0.89 2.09 inf; -consumera consumer ver 6.54 9.93 0.25 0.14 ind:fut:3s; -consumerait consumer ver 6.54 9.93 0.01 0.07 cnd:pre:3s; -consumeront consumer ver 6.54 9.93 0.04 0.07 ind:fut:3p; -consumes consumer ver 6.54 9.93 0.00 0.07 ind:pre:2s; -consumez consumer ver 6.54 9.93 0.05 0.00 imp:pre:2p;ind:pre:2p; -consumât consumer ver 6.54 9.93 0.00 0.07 sub:imp:3s; -consumèrent consumer ver 6.54 9.93 0.00 0.07 ind:pas:3p; -consumé consumer ver m s 6.54 9.93 1.07 0.81 par:pas; -consumée consumer ver f s 6.54 9.93 0.52 1.15 par:pas; -consumées consumer ver f p 6.54 9.93 0.03 0.61 par:pas; -consumérisme consumérisme nom m s 0.43 0.00 0.43 0.00 -consumériste consumériste adj f s 0.20 0.00 0.20 0.00 -consumés consumer ver m p 6.54 9.93 0.37 0.20 par:pas; -conséquemment conséquemment adv 0.03 0.41 0.03 0.41 -conséquence conséquence nom f s 19.27 34.86 5.91 16.89 -conséquences conséquence nom f p 19.27 34.86 13.36 17.97 -conséquent conséquent adj m s 6.45 12.43 6.05 11.55 -conséquente conséquent adj f s 6.45 12.43 0.26 0.54 -conséquentes conséquent adj f p 6.45 12.43 0.12 0.07 -conséquents conséquent adj m p 6.45 12.43 0.02 0.27 -contînt contenir ver 30.07 58.92 0.00 0.34 sub:imp:3s; -conta conter ver 3.76 8.99 0.01 0.88 ind:pas:3s; -contact contact nom m s 69.85 65.47 59.58 55.68 -contacta contacter ver 38.96 2.03 0.01 0.41 ind:pas:3s; -contactais contacter ver 38.96 2.03 0.14 0.00 ind:imp:1s;ind:imp:2s; -contactait contacter ver 38.96 2.03 0.08 0.07 ind:imp:3s; -contactant contacter ver 38.96 2.03 0.05 0.07 par:pre; -contacte contacter ver 38.96 2.03 3.89 0.00 imp:pre:2s;ind:pre:1s;ind:pre:3s; -contactent contacter ver 38.96 2.03 0.14 0.00 ind:pre:3p; -contacter contacter ver 38.96 2.03 16.11 0.95 ind:pre:2p;inf; -contactera contacter ver 38.96 2.03 1.18 0.00 ind:fut:3s; -contacterai contacter ver 38.96 2.03 1.69 0.00 ind:fut:1s; -contacteraient contacter ver 38.96 2.03 0.01 0.00 cnd:pre:3p; -contacterais contacter ver 38.96 2.03 0.03 0.00 cnd:pre:1s; -contacterait contacter ver 38.96 2.03 0.05 0.00 cnd:pre:3s; -contacteras contacter ver 38.96 2.03 0.01 0.00 ind:fut:2s; -contacterez contacter ver 38.96 2.03 0.10 0.00 ind:fut:2p; -contacterons contacter ver 38.96 2.03 0.30 0.00 ind:fut:1p; -contacteront contacter ver 38.96 2.03 0.23 0.00 ind:fut:3p; -contacteur contacteur nom m s 0.05 0.07 0.05 0.07 -contactez contacter ver 38.96 2.03 4.20 0.07 imp:pre:2p;ind:pre:2p; -contactiez contacter ver 38.96 2.03 0.37 0.00 ind:imp:2p; -contactions contacter ver 38.96 2.03 0.11 0.00 ind:imp:1p; -contactons contacter ver 38.96 2.03 0.22 0.00 imp:pre:1p;ind:pre:1p; -contacts contact nom m p 69.85 65.47 10.27 9.80 -contacté contacter ver m s 38.96 2.03 7.12 0.41 par:pas; -contactée contacter ver f s 38.96 2.03 1.27 0.00 par:pas; -contactées contacter ver f p 38.96 2.03 0.08 0.00 par:pas; -contactés contacter ver m p 38.96 2.03 1.56 0.07 par:pas; -contagieuse contagieux adj f s 6.01 4.05 1.74 1.82 -contagieuses contagieux adj f p 6.01 4.05 0.57 0.61 -contagieux contagieux adj m 6.01 4.05 3.71 1.62 -contagion contagion nom f s 1.21 3.72 1.21 3.72 -contai conter ver 3.76 8.99 0.00 0.14 ind:pas:1s; -contaient conter ver 3.76 8.99 0.01 0.34 ind:imp:3p; -container container nom m s 3.00 1.01 2.09 0.27 -containers container nom m p 3.00 1.01 0.92 0.74 -containeur containeur nom m s 0.01 0.00 0.01 0.00 -contais conter ver 3.76 8.99 0.01 0.00 ind:imp:1s; -contait conter ver 3.76 8.99 0.16 0.88 ind:imp:3s; -contaminaient contaminer ver 9.63 4.32 0.00 0.07 ind:imp:3p; -contaminait contaminer ver 9.63 4.32 0.01 0.27 ind:imp:3s; -contaminant contaminant adj m s 0.13 0.07 0.02 0.07 -contaminants contaminant adj m p 0.13 0.07 0.11 0.00 -contaminateur contaminateur nom m s 0.01 0.00 0.01 0.00 -contamination contamination nom f s 2.27 1.35 2.26 1.22 -contaminations contamination nom f p 2.27 1.35 0.01 0.14 -contamine contaminer ver 9.63 4.32 1.39 0.47 imp:pre:2s;ind:pre:1s;ind:pre:3s; -contaminer contaminer ver 9.63 4.32 1.27 0.61 inf; -contaminera contaminer ver 9.63 4.32 0.01 0.00 ind:fut:3s; -contamineras contaminer ver 9.63 4.32 0.01 0.00 ind:fut:2s; -contamines contaminer ver 9.63 4.32 0.05 0.00 ind:pre:2s; -contaminons contaminer ver 9.63 4.32 0.01 0.00 imp:pre:1p; -contaminât contaminer ver 9.63 4.32 0.00 0.07 sub:imp:3s; -contaminé contaminer ver m s 9.63 4.32 2.68 1.08 par:pas; -contaminée contaminer ver f s 9.63 4.32 2.19 0.81 par:pas; -contaminées contaminer ver f p 9.63 4.32 0.55 0.34 par:pas; -contaminés contaminer ver m p 9.63 4.32 1.44 0.61 par:pas; -contant conter ver 3.76 8.99 0.19 0.41 par:pre; -conte conte nom m s 13.30 15.07 8.84 6.69 -contempla contempler ver 8.58 64.46 0.17 5.34 ind:pas:3s; -contemplai contempler ver 8.58 64.46 0.01 1.35 ind:pas:1s; -contemplaient contempler ver 8.58 64.46 0.01 3.04 ind:imp:3p; -contemplais contempler ver 8.58 64.46 0.45 2.91 ind:imp:1s;ind:imp:2s; -contemplait contempler ver 8.58 64.46 0.30 11.35 ind:imp:3s; -contemplant contempler ver 8.58 64.46 0.35 6.55 par:pre; -contemplateur contemplateur nom m s 0.00 0.20 0.00 0.14 -contemplatif contemplatif nom m s 0.17 0.41 0.17 0.20 -contemplatifs contemplatif adj m p 0.10 1.42 0.00 0.20 -contemplation contemplation nom f s 0.44 9.66 0.44 9.32 -contemplations contemplation nom f p 0.44 9.66 0.00 0.34 -contemplative contemplatif adj f s 0.10 1.42 0.03 0.81 -contemplativement contemplativement adv 0.00 0.07 0.00 0.07 -contemplatives contemplatif adj f p 0.10 1.42 0.01 0.20 -contemplatrice contemplateur nom f s 0.00 0.20 0.00 0.07 -contemple contempler ver 8.58 64.46 2.28 7.16 imp:pre:2s;ind:pre:1s;ind:pre:3s; -contemplent contempler ver 8.58 64.46 0.33 1.55 ind:pre:3p; -contempler contempler ver 8.58 64.46 2.90 18.11 inf; -contemplera contempler ver 8.58 64.46 0.11 0.00 ind:fut:3s; -contemplerai contempler ver 8.58 64.46 0.12 0.00 ind:fut:1s; -contempleraient contempler ver 8.58 64.46 0.00 0.07 cnd:pre:3p; -contemplerait contempler ver 8.58 64.46 0.00 0.07 cnd:pre:3s; -contempleront contempler ver 8.58 64.46 0.01 0.07 ind:fut:3p; -contemples contempler ver 8.58 64.46 0.07 0.20 ind:pre:2s; -contemplez contempler ver 8.58 64.46 0.63 0.27 imp:pre:2p;ind:pre:2p; -contempliez contempler ver 8.58 64.46 0.11 0.00 ind:imp:2p; -contemplions contempler ver 8.58 64.46 0.00 0.61 ind:imp:1p; -contemplâmes contempler ver 8.58 64.46 0.00 0.14 ind:pas:1p; -contemplons contempler ver 8.58 64.46 0.07 0.27 imp:pre:1p;ind:pre:1p; -contemplèrent contempler ver 8.58 64.46 0.00 0.61 ind:pas:3p; -contemplé contempler ver m s 8.58 64.46 0.62 3.38 par:pas; -contemplée contempler ver f s 8.58 64.46 0.03 0.68 par:pas; -contemplées contempler ver f p 8.58 64.46 0.00 0.14 par:pas; -contemplés contempler ver m p 8.58 64.46 0.00 0.61 par:pas; -contemporain contemporain adj m s 1.98 6.62 0.94 1.89 -contemporaine contemporain adj f s 1.98 6.62 0.79 2.77 -contemporaines contemporain adj f p 1.98 6.62 0.05 0.61 -contemporains contemporain nom m p 0.53 5.54 0.39 4.32 -contempteur contempteur nom m s 0.14 0.27 0.01 0.27 -contempteurs contempteur nom m p 0.14 0.27 0.14 0.00 -contenaient contenir ver 30.07 58.92 0.81 3.65 ind:imp:3p; -contenais contenir ver 30.07 58.92 0.00 0.14 ind:imp:1s; -contenait contenir ver 30.07 58.92 3.47 15.41 ind:imp:3s; -contenance contenance nom f s 0.41 6.15 0.41 6.01 -contenances contenance nom f p 0.41 6.15 0.00 0.14 -contenant contenir ver 30.07 58.92 2.75 9.53 par:pre; -contenants contenant nom m p 0.50 0.74 0.04 0.07 -conteneur conteneur nom m s 2.92 0.07 2.37 0.07 -conteneurs conteneur nom m p 2.92 0.07 0.55 0.00 -contenez contenir ver 30.07 58.92 0.11 0.00 imp:pre:2p; -contenir contenir ver 30.07 58.92 4.81 9.86 inf; -content content adj m s 178.94 86.49 114.75 51.22 -contenta contenter ver 29.04 60.61 0.12 8.24 ind:pas:3s; -contentai contenter ver 29.04 60.61 0.00 1.08 ind:pas:1s; -contentaient contenter ver 29.04 60.61 0.26 2.84 ind:imp:3p; -contentais contenter ver 29.04 60.61 0.36 1.89 ind:imp:1s;ind:imp:2s; -contentait contenter ver 29.04 60.61 0.37 9.32 ind:imp:3s; -contentant contenter ver 29.04 60.61 0.24 4.46 par:pre; -contentassent contenter ver 29.04 60.61 0.00 0.07 sub:imp:3p; -contente content adj f s 178.94 86.49 50.76 24.32 -contentement contentement nom m s 0.15 6.35 0.15 6.08 -contentements contentement nom m p 0.15 6.35 0.00 0.27 -contentent contenter ver 29.04 60.61 1.27 1.35 ind:pre:3p; -contenter contenter ver 29.04 60.61 5.98 11.35 inf; -contentera contenter ver 29.04 60.61 0.86 0.20 ind:fut:3s; -contenterai contenter ver 29.04 60.61 0.84 0.27 ind:fut:1s; -contenteraient contenter ver 29.04 60.61 0.02 0.14 cnd:pre:3p; -contenterais contenter ver 29.04 60.61 0.70 0.14 cnd:pre:1s;cnd:pre:2s; -contenterait contenter ver 29.04 60.61 0.21 0.68 cnd:pre:3s; -contenteras contenter ver 29.04 60.61 0.05 0.00 ind:fut:2s; -contenterez contenter ver 29.04 60.61 0.04 0.14 ind:fut:2p; -contenteriez contenter ver 29.04 60.61 0.01 0.00 cnd:pre:2p; -contenterions contenter ver 29.04 60.61 0.01 0.14 cnd:pre:1p; -contenterons contenter ver 29.04 60.61 0.49 0.00 ind:fut:1p; -contenteront contenter ver 29.04 60.61 0.09 0.14 ind:fut:3p; -contentes content adj f p 178.94 86.49 1.46 0.41 -contentez contenter ver 29.04 60.61 1.77 0.61 imp:pre:2p;ind:pre:2p; -contentieux contentieux nom m 0.28 0.47 0.28 0.47 -contentiez contenter ver 29.04 60.61 0.05 0.07 ind:imp:2p; -contention contention nom f s 0.17 0.41 0.06 0.41 -contentions contention nom f p 0.17 0.41 0.11 0.00 -contentons contenter ver 29.04 60.61 0.51 0.34 imp:pre:1p;ind:pre:1p; -contents content adj m p 178.94 86.49 11.96 10.54 -contentèrent contenter ver 29.04 60.61 0.00 0.27 ind:pas:3p; -contenté contenter ver m s 29.04 60.61 0.91 5.47 par:pas; -contentée contenter ver f s 29.04 60.61 0.30 1.96 par:pas; -contentées contenter ver f p 29.04 60.61 0.00 0.07 par:pas; -contentés contenter ver m p 29.04 60.61 0.12 0.68 par:pas; -contenu contenu nom m s 6.34 16.82 6.31 16.42 -contenue contenir ver f s 30.07 58.92 0.55 2.70 par:pas; -contenues contenir ver f p 30.07 58.92 0.22 0.74 par:pas; -contenus contenir ver m p 30.07 58.92 0.09 0.61 par:pas; -conter conter ver 3.76 8.99 1.32 2.64 inf; -contera conter ver 3.76 8.99 0.03 0.00 ind:fut:3s; -conterai conter ver 3.76 8.99 0.17 0.07 ind:fut:1s; -conterait conter ver 3.76 8.99 0.00 0.07 cnd:pre:3s; -conteras conter ver 3.76 8.99 0.00 0.14 ind:fut:2s; -conterez conter ver 3.76 8.99 0.00 0.07 ind:fut:2p; -conterons conter ver 3.76 8.99 0.00 0.07 ind:fut:1p; -contes conte nom m p 13.30 15.07 4.46 8.38 -contesta contester ver 4.84 8.58 0.00 0.07 ind:pas:3s; -contestable contestable adj s 0.26 1.69 0.26 1.15 -contestables contestable adj p 0.26 1.69 0.00 0.54 -contestaient contester ver 4.84 8.58 0.11 0.20 ind:imp:3p; -contestais contester ver 4.84 8.58 0.14 0.20 ind:imp:1s;ind:imp:2s; -contestait contester ver 4.84 8.58 0.01 0.68 ind:imp:3s; -contestant contester ver 4.84 8.58 0.03 0.27 par:pre; -contestataire contestataire adj s 0.21 0.47 0.14 0.14 -contestataires contestataire nom p 0.26 0.54 0.19 0.34 -contestation contestation nom f s 0.97 3.24 0.69 2.70 -contestations contestation nom f p 0.97 3.24 0.29 0.54 -conteste contester ver 4.84 8.58 1.21 1.22 imp:pre:2s;ind:pre:1s;ind:pre:3s; -contestent contester ver 4.84 8.58 0.10 0.41 ind:pre:3p; -contester contester ver 4.84 8.58 1.48 2.70 inf; -contestera contester ver 4.84 8.58 0.09 0.07 ind:fut:3s; -contesterai contester ver 4.84 8.58 0.03 0.07 ind:fut:1s; -contesterait contester ver 4.84 8.58 0.01 0.07 cnd:pre:3s; -contesteriez contester ver 4.84 8.58 0.00 0.07 cnd:pre:2p; -contesterons contester ver 4.84 8.58 0.01 0.00 ind:fut:1p; -contestes contester ver 4.84 8.58 0.29 0.20 ind:pre:2s; -contestez contester ver 4.84 8.58 0.17 0.00 imp:pre:2p;ind:pre:2p; -contestiez contester ver 4.84 8.58 0.00 0.07 ind:imp:2p; -contestons contester ver 4.84 8.58 0.02 0.07 ind:pre:1p; -contesté contester ver m s 4.84 8.58 0.69 0.81 par:pas; -contestée contester ver f s 4.84 8.58 0.11 0.74 par:pas; -contestées contester ver f p 4.84 8.58 0.26 0.41 par:pas; -contestés contester ver m p 4.84 8.58 0.08 0.27 par:pas; -conteur conteur nom m s 1.29 4.46 0.84 2.84 -conteurs conteur nom m p 1.29 4.46 0.30 1.01 -conteuse conteur nom f s 1.29 4.46 0.15 0.61 -contexte contexte nom m s 4.50 2.30 4.34 2.16 -contextes contexte nom m p 4.50 2.30 0.16 0.14 -contextualiser contextualiser ver 0.01 0.00 0.01 0.00 inf; -contextuel contextuel adj m s 0.01 0.00 0.01 0.00 -contez conter ver 3.76 8.99 0.38 0.00 imp:pre:2p; -conçois concevoir ver 18.75 27.84 1.31 1.28 imp:pre:2s;ind:pre:1s;ind:pre:2s; -conçoit concevoir ver 18.75 27.84 0.42 2.03 ind:pre:3s; -conçoivent concevoir ver 18.75 27.84 0.29 0.47 ind:pre:3p; -conçu concevoir ver m s 18.75 27.84 9.04 6.01 par:pas; -conçue concevoir ver f s 18.75 27.84 2.50 1.62 par:pas; -conçues concevoir ver f p 18.75 27.84 0.35 0.68 par:pas; -conçurent concevoir ver 18.75 27.84 0.01 0.27 ind:pas:3p; -conçus concevoir ver m p 18.75 27.84 0.86 1.42 ind:pas:1s;ind:pas:2s;par:pas; -conçut concevoir ver 18.75 27.84 0.22 1.62 ind:pas:3s; -contiendra contenir ver 30.07 58.92 0.22 0.27 ind:fut:3s; -contiendrai contenir ver 30.07 58.92 0.01 0.00 ind:fut:1s; -contiendraient contenir ver 30.07 58.92 0.00 0.20 cnd:pre:3p; -contiendrait contenir ver 30.07 58.92 0.07 0.47 cnd:pre:3s; -contienne contenir ver 30.07 58.92 0.17 0.20 sub:pre:1s;sub:pre:3s; -contiennent contenir ver 30.07 58.92 2.10 1.69 ind:pre:3p; -contiens contenir ver 30.07 58.92 0.33 0.41 imp:pre:2s;ind:pre:1s;ind:pre:2s; -contient contenir ver 30.07 58.92 13.23 7.36 ind:pre:3s; -contigu contigu adj m s 0.08 2.30 0.02 0.47 -contiguïté contiguïté nom f s 0.00 0.07 0.00 0.07 -contigus contigu adj m p 0.08 2.30 0.00 0.20 -contiguë contigu adj f s 0.08 2.30 0.02 1.35 -contiguës contigu adj f p 0.08 2.30 0.04 0.27 -continûment continûment adv 0.01 0.88 0.01 0.88 -continence continence nom f s 0.10 0.61 0.10 0.61 -continent continent nom m s 6.92 15.95 5.79 12.16 -continental continental adj m s 0.71 1.22 0.48 0.54 -continentale continental nom f s 1.00 0.34 0.29 0.07 -continentales continental adj f p 0.71 1.22 0.03 0.07 -continentaux continental nom m p 1.00 0.34 0.29 0.20 -continents continent nom m p 6.92 15.95 1.13 3.78 -contingence contingence nom f s 0.11 1.76 0.06 0.27 -contingences contingence nom f p 0.11 1.76 0.04 1.49 -contingent contingent nom m s 0.77 2.64 0.76 1.69 -contingente contingent adj f s 0.13 0.41 0.01 0.00 -contingentement contingentement nom m s 0.01 0.00 0.01 0.00 -contingentes contingent adj f p 0.13 0.41 0.00 0.07 -contingents contingent nom m p 0.77 2.64 0.01 0.95 -contingenté contingenter ver m s 0.00 0.14 0.00 0.14 par:pas; -continrent contenir ver 30.07 58.92 0.00 0.14 ind:pas:3p; -contins contenir ver 30.07 58.92 0.02 0.07 ind:pas:1s; -contint contenir ver 30.07 58.92 0.00 1.55 ind:pas:3s; -continu continu adj m s 2.79 9.66 1.58 8.92 -continua continuer ver 269.95 282.77 1.18 28.38 ind:pas:3s; -continuai continuer ver 269.95 282.77 0.03 3.51 ind:pas:1s; -continuaient continuer ver 269.95 282.77 0.70 16.96 ind:imp:3p; -continuais continuer ver 269.95 282.77 1.47 6.08 ind:imp:1s;ind:imp:2s; -continuait continuer ver 269.95 282.77 2.32 60.27 ind:imp:3s; -continuant continuer ver 269.95 282.77 1.27 15.34 par:pre; -continuassent continuer ver 269.95 282.77 0.00 0.14 sub:imp:3p; -continuateur continuateur nom m s 0.11 0.34 0.11 0.20 -continuateurs continuateur nom m p 0.11 0.34 0.00 0.14 -continuation continuation nom f s 1.09 1.01 1.09 1.01 -continue continuer ver 269.95 282.77 76.64 50.54 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -continuel continuel adj m s 1.22 6.76 0.21 1.49 -continuelle continuel adj f s 1.22 6.76 0.70 2.70 -continuellement continuellement adv 1.67 4.80 1.67 4.80 -continuelles continuel adj f p 1.22 6.76 0.20 1.69 -continuels continuel adj m p 1.22 6.76 0.11 0.88 -continuent continuer ver 269.95 282.77 7.61 9.59 ind:pre:3p; -continuer continuer ver 269.95 282.77 82.29 43.51 inf; -continuera continuer ver 269.95 282.77 6.04 2.57 ind:fut:3s; -continuerai continuer ver 269.95 282.77 3.73 1.08 ind:fut:1s; -continueraient continuer ver 269.95 282.77 0.13 1.22 cnd:pre:3p; -continuerais continuer ver 269.95 282.77 1.02 0.54 cnd:pre:1s;cnd:pre:2s; -continuerait continuer ver 269.95 282.77 0.85 2.91 cnd:pre:3s; -continueras continuer ver 269.95 282.77 1.03 0.41 ind:fut:2s; -continuerez continuer ver 269.95 282.77 0.58 0.61 ind:fut:2p; -continueriez continuer ver 269.95 282.77 0.02 0.00 cnd:pre:2p; -continuerons continuer ver 269.95 282.77 1.55 0.54 ind:fut:1p; -continueront continuer ver 269.95 282.77 1.36 1.42 ind:fut:3p; -continues continuer ver 269.95 282.77 11.66 2.23 ind:pre:2s;sub:pre:2s; -continuez continuer ver 269.95 282.77 47.08 4.73 imp:pre:2p;ind:pre:2p; -continuiez continuer ver 269.95 282.77 0.31 0.00 ind:imp:2p; -continuions continuer ver 269.95 282.77 0.19 1.42 ind:imp:1p;sub:pre:1p; -continuité continuité nom f s 0.45 4.73 0.45 4.73 -continuâmes continuer ver 269.95 282.77 0.05 0.34 ind:pas:1p; -continuons continuer ver 269.95 282.77 8.06 2.77 imp:pre:1p;ind:pre:1p; -continuât continuer ver 269.95 282.77 0.00 1.76 sub:imp:3s; -continus continu adj m p 2.79 9.66 0.17 0.41 -continuèrent continuer ver 269.95 282.77 0.54 4.39 ind:pas:3p; -continué continuer ver m s 269.95 282.77 12.03 18.65 par:pas; -continuée continuer ver f s 269.95 282.77 0.17 0.54 par:pas; -continuées continuer ver f p 269.95 282.77 0.00 0.27 par:pas; -continuum continuum nom m s 0.55 0.27 0.55 0.27 -continués continuer ver m p 269.95 282.77 0.03 0.07 par:pas; -contions conter ver 3.76 8.99 0.00 0.07 ind:imp:1p; -contondant contondant adj m s 0.82 0.47 0.78 0.07 -contondante contondant adj f s 0.82 0.47 0.01 0.00 -contondants contondant adj m p 0.82 0.47 0.04 0.41 -contorsion contorsion nom f s 0.16 2.23 0.02 0.47 -contorsionna contorsionner ver 0.20 2.09 0.00 0.07 ind:pas:3s; -contorsionnaient contorsionner ver 0.20 2.09 0.00 0.07 ind:imp:3p; -contorsionnait contorsionner ver 0.20 2.09 0.00 0.34 ind:imp:3s; -contorsionnant contorsionner ver 0.20 2.09 0.00 0.54 par:pre; -contorsionne contorsionner ver 0.20 2.09 0.13 0.20 imp:pre:2s;ind:pre:3s; -contorsionnent contorsionner ver 0.20 2.09 0.01 0.14 ind:pre:3p; -contorsionner contorsionner ver 0.20 2.09 0.04 0.07 inf; -contorsionniste contorsionniste nom s 0.37 0.14 0.34 0.14 -contorsionnistes contorsionniste nom p 0.37 0.14 0.04 0.00 -contorsionné contorsionner ver m s 0.20 2.09 0.01 0.27 par:pas; -contorsionnée contorsionner ver f s 0.20 2.09 0.00 0.14 par:pas; -contorsionnées contorsionner ver f p 0.20 2.09 0.00 0.07 par:pas; -contorsionnés contorsionner ver m p 0.20 2.09 0.00 0.20 par:pas; -contorsions contorsion nom f p 0.16 2.23 0.14 1.76 -contât conter ver 3.76 8.99 0.00 0.07 sub:imp:3s; -contour contour nom m s 2.09 16.28 0.87 5.00 -contourna contourner ver 6.68 19.59 0.00 2.84 ind:pas:3s; -contournai contourner ver 6.68 19.59 0.00 0.47 ind:pas:1s; -contournaient contourner ver 6.68 19.59 0.01 0.47 ind:imp:3p; -contournais contourner ver 6.68 19.59 0.00 0.07 ind:imp:1s; -contournait contourner ver 6.68 19.59 0.17 1.76 ind:imp:3s; -contournant contourner ver 6.68 19.59 0.23 2.91 par:pre; -contourne contourner ver 6.68 19.59 0.99 2.03 imp:pre:2s;ind:pre:1s;ind:pre:3s; -contournement contournement nom m s 0.14 0.07 0.13 0.00 -contournements contournement nom m p 0.14 0.07 0.01 0.07 -contournent contourner ver 6.68 19.59 0.08 0.54 ind:pre:3p; -contourner contourner ver 6.68 19.59 3.63 5.47 inf; -contournera contourner ver 6.68 19.59 0.10 0.00 ind:fut:3s; -contournerai contourner ver 6.68 19.59 0.02 0.07 ind:fut:1s; -contournerais contourner ver 6.68 19.59 0.01 0.00 cnd:pre:1s; -contournerez contourner ver 6.68 19.59 0.11 0.00 ind:fut:2p; -contournerons contourner ver 6.68 19.59 0.02 0.07 ind:fut:1p; -contournes contourner ver 6.68 19.59 0.17 0.07 ind:pre:2s; -contournez contourner ver 6.68 19.59 0.20 0.00 imp:pre:2p;ind:pre:2p; -contournions contourner ver 6.68 19.59 0.01 0.14 ind:imp:1p; -contournons contourner ver 6.68 19.59 0.27 0.20 imp:pre:1p;ind:pre:1p; -contournèrent contourner ver 6.68 19.59 0.01 0.47 ind:pas:3p; -contourné contourner ver m s 6.68 19.59 0.59 1.82 par:pas; -contournée contourné adj f s 0.05 1.28 0.04 0.34 -contournées contourner ver f p 6.68 19.59 0.03 0.07 par:pas; -contournés contourner ver m p 6.68 19.59 0.01 0.07 par:pas; -contours contour nom m p 2.09 16.28 1.22 11.28 -contrôla contrôler ver 61.13 21.01 0.00 0.41 ind:pas:3s; -contrôlable contrôlable adj s 0.12 0.14 0.08 0.14 -contrôlables contrôlable adj p 0.12 0.14 0.04 0.00 -contrôlai contrôler ver 61.13 21.01 0.00 0.20 ind:pas:1s; -contrôlaient contrôler ver 61.13 21.01 0.44 0.47 ind:imp:3p; -contrôlais contrôler ver 61.13 21.01 0.60 0.27 ind:imp:1s;ind:imp:2s; -contrôlait contrôler ver 61.13 21.01 1.17 2.57 ind:imp:3s; -contrôlant contrôler ver 61.13 21.01 0.28 0.81 par:pre; -contrôle contrôle nom m s 66.28 19.66 63.48 17.43 -contrôlent contrôler ver 61.13 21.01 2.22 0.41 ind:pre:3p; -contrôler contrôler ver 61.13 21.01 24.91 7.57 inf; -contrôlera contrôler ver 61.13 21.01 0.33 0.00 ind:fut:3s; -contrôlerai contrôler ver 61.13 21.01 0.26 0.00 ind:fut:1s; -contrôlerais contrôler ver 61.13 21.01 0.02 0.00 cnd:pre:1s; -contrôlerait contrôler ver 61.13 21.01 0.22 0.07 cnd:pre:3s; -contrôleras contrôler ver 61.13 21.01 0.05 0.00 ind:fut:2s; -contrôlerez contrôler ver 61.13 21.01 0.06 0.00 ind:fut:2p; -contrôleriez contrôler ver 61.13 21.01 0.01 0.00 cnd:pre:2p; -contrôlerons contrôler ver 61.13 21.01 0.67 0.00 ind:fut:1p; -contrôleront contrôler ver 61.13 21.01 0.22 0.00 ind:fut:3p; -contrôles contrôle nom m p 66.28 19.66 2.80 2.23 -contrôleur contrôleur nom m s 8.93 5.14 7.43 4.26 -contrôleurs contrôleur nom m p 8.93 5.14 1.00 0.88 -contrôleuse contrôleur nom f s 8.93 5.14 0.49 0.00 -contrôlez contrôler ver 61.13 21.01 3.36 0.14 imp:pre:2p;ind:pre:2p; -contrôliez contrôler ver 61.13 21.01 0.09 0.00 ind:imp:2p; -contrôlions contrôler ver 61.13 21.01 0.06 0.14 ind:imp:1p; -contrôlâmes contrôler ver 61.13 21.01 0.00 0.07 ind:pas:1p; -contrôlons contrôler ver 61.13 21.01 1.62 0.00 imp:pre:1p;ind:pre:1p; -contrôlèrent contrôler ver 61.13 21.01 0.01 0.00 ind:pas:3p; -contrôlé contrôler ver m s 61.13 21.01 4.70 2.43 par:pas; -contrôlée contrôler ver f s 61.13 21.01 1.43 1.15 par:pas; -contrôlées contrôler ver f p 61.13 21.01 0.79 0.61 par:pas; -contrôlés contrôler ver m p 61.13 21.01 0.70 0.47 par:pas; -contra contrer ver 19.15 18.72 0.12 0.14 ind:pas:3s; -contraceptif contraceptif nom m s 0.55 0.07 0.26 0.00 -contraceptifs contraceptif nom m p 0.55 0.07 0.29 0.07 -contraception contraception nom f s 0.66 0.68 0.66 0.68 -contraceptive contraceptif adj f s 0.56 0.20 0.10 0.00 -contraceptives contraceptif adj f p 0.56 0.20 0.38 0.20 -contracta contracter ver 3.31 12.30 0.01 0.95 ind:pas:3s; -contractai contracter ver 3.31 12.30 0.00 0.14 ind:pas:1s; -contractaient contracter ver 3.31 12.30 0.00 0.68 ind:imp:3p; -contractais contracter ver 3.31 12.30 0.00 0.07 ind:imp:1s; -contractait contracter ver 3.31 12.30 0.00 0.95 ind:imp:3s; -contractant contractant adj m s 0.20 0.07 0.10 0.00 -contractantes contractant adj f p 0.20 0.07 0.10 0.07 -contractants contractant nom m p 0.06 0.14 0.04 0.14 -contracte contracter ver 3.31 12.30 0.61 1.76 imp:pre:2s;ind:pre:1s;ind:pre:3s; -contractent contracter ver 3.31 12.30 0.40 0.47 ind:pre:3p; -contracter contracter ver 3.31 12.30 0.48 1.42 inf; -contracterait contracter ver 3.31 12.30 0.00 0.07 cnd:pre:3s; -contractez contracter ver 3.31 12.30 0.11 0.00 imp:pre:2p; -contractile contractile adj s 0.01 0.00 0.01 0.00 -contraction contraction nom f s 3.05 2.97 1.00 2.23 -contractions contraction nom f p 3.05 2.97 2.05 0.74 -contractons contracter ver 3.31 12.30 0.00 0.07 ind:pre:1p; -contractèrent contracter ver 3.31 12.30 0.00 0.27 ind:pas:3p; -contracté contracter ver m s 3.31 12.30 1.22 2.97 par:pas; -contractée contracter ver f s 3.31 12.30 0.36 0.88 par:pas; -contractuel contractuel nom m s 0.68 0.34 0.07 0.00 -contractuelle contractuel nom f s 0.68 0.34 0.58 0.07 -contractuellement contractuellement adv 0.13 0.00 0.13 0.00 -contractuelles contractuel adj f p 0.35 0.47 0.17 0.00 -contractuels contractuel nom m p 0.68 0.34 0.02 0.27 -contractées contracter ver f p 3.31 12.30 0.06 0.41 par:pas; -contracture contracture nom f s 0.04 0.34 0.03 0.27 -contractures contracture nom f p 0.04 0.34 0.01 0.07 -contractés contracter ver m p 3.31 12.30 0.03 0.34 par:pas; -contradicteur contradicteur nom m s 0.02 0.14 0.01 0.00 -contradicteurs contradicteur nom m p 0.02 0.14 0.01 0.14 -contradiction contradiction nom f s 2.09 12.97 1.28 7.36 -contradictions contradiction nom f p 2.09 12.97 0.81 5.61 -contradictoire contradictoire adj s 2.42 9.05 1.56 2.43 -contradictoirement contradictoirement adv 0.00 0.20 0.00 0.20 -contradictoires contradictoire adj p 2.42 9.05 0.87 6.62 -contraignît contraindre ver 6.66 24.73 0.00 0.14 sub:imp:3s; -contraignaient contraindre ver 6.66 24.73 0.00 0.41 ind:imp:3p; -contraignais contraindre ver 6.66 24.73 0.00 0.14 ind:imp:1s; -contraignait contraindre ver 6.66 24.73 0.10 1.89 ind:imp:3s; -contraignant contraignant adj m s 0.16 1.15 0.11 0.68 -contraignante contraignant adj f s 0.16 1.15 0.04 0.34 -contraignantes contraignant adj f p 0.16 1.15 0.02 0.14 -contraigne contraindre ver 6.66 24.73 0.04 0.07 sub:pre:3s; -contraignent contraindre ver 6.66 24.73 0.26 0.88 ind:pre:3p; -contraignit contraindre ver 6.66 24.73 0.00 1.96 ind:pas:3s; -contraindra contraindre ver 6.66 24.73 0.02 0.07 ind:fut:3s; -contraindrai contraindre ver 6.66 24.73 0.01 0.07 ind:fut:1s; -contraindraient contraindre ver 6.66 24.73 0.00 0.07 cnd:pre:3p; -contraindrais contraindre ver 6.66 24.73 0.01 0.07 cnd:pre:1s;cnd:pre:2s; -contraindrait contraindre ver 6.66 24.73 0.00 0.14 cnd:pre:3s; -contraindre contraindre ver 6.66 24.73 1.21 3.99 inf; -contrains contraindre ver 6.66 24.73 0.06 0.27 ind:pre:1s;ind:pre:2s; -contraint contraindre ver m s 6.66 24.73 3.42 8.92 ind:pre:3s;par:pas; -contrainte contrainte nom f s 2.94 5.81 2.94 5.81 -contraintes contraint nom f p 1.13 3.31 1.13 3.31 -contraints contraindre ver m p 6.66 24.73 0.95 2.23 par:pas; -contraire contraire nom m s 62.13 126.01 62.03 125.47 -contrairement contrairement adv 8.79 10.41 8.79 10.41 -contraires contraire adj p 6.90 14.53 0.51 3.78 -contrait contrer ver 19.15 18.72 0.01 0.14 ind:imp:3s; -contralto contralto nom m s 0.28 0.27 0.28 0.20 -contraltos contralto nom m p 0.28 0.27 0.01 0.07 -contrant contrer ver 19.15 18.72 0.00 0.07 par:pre; -contrapunctique contrapunctique adj m s 0.00 0.07 0.00 0.07 -contrapuntique contrapuntique adj f s 0.02 0.00 0.02 0.00 -contraria contrarier ver 11.03 13.31 0.10 0.61 ind:pas:3s; -contrariaient contrarier ver 11.03 13.31 0.01 0.20 ind:imp:3p; -contrariais contrarier ver 11.03 13.31 0.01 0.07 ind:imp:1s; -contrariait contrarier ver 11.03 13.31 0.27 1.49 ind:imp:3s; -contrariant contrariant adj m s 0.84 1.55 0.76 1.15 -contrariante contrariant adj f s 0.84 1.55 0.04 0.20 -contrariantes contrariant adj f p 0.84 1.55 0.03 0.14 -contrariants contrariant adj m p 0.84 1.55 0.01 0.07 -contrarie contrarier ver 11.03 13.31 1.77 0.95 imp:pre:2s;ind:pre:1s;ind:pre:3s; -contrarient contrarier ver 11.03 13.31 0.08 0.41 ind:pre:3p; -contrarier contrarier ver 11.03 13.31 2.72 5.81 inf; -contrarierai contrarier ver 11.03 13.31 0.00 0.14 ind:fut:1s; -contrarierait contrarier ver 11.03 13.31 0.23 0.20 cnd:pre:3s; -contrariez contrarier ver 11.03 13.31 0.23 0.00 imp:pre:2p;ind:pre:2p; -contrarions contrarier ver 11.03 13.31 0.02 0.07 imp:pre:1p; -contrariât contrarier ver 11.03 13.31 0.00 0.07 sub:imp:3s; -contrarié contrarier ver m s 11.03 13.31 3.29 1.55 par:pas; -contrariée contrarier ver f s 11.03 13.31 1.94 1.15 par:pas; -contrariées contrarié adj f p 2.62 4.12 0.03 0.27 -contrariés contrarié adj m p 2.62 4.12 0.41 0.27 -contrariété contrariété nom f s 0.58 3.99 0.38 3.18 -contrariétés contrariété nom f p 0.58 3.99 0.21 0.81 -contras contra nom m p 0.20 0.00 0.08 0.00 -contrasta contraster ver 0.21 8.58 0.00 0.07 ind:pas:3s; -contrastaient contraster ver 0.21 8.58 0.00 1.28 ind:imp:3p; -contrastait contraster ver 0.21 8.58 0.00 3.65 ind:imp:3s; -contrastant contraster ver 0.21 8.58 0.02 1.42 par:pre; -contraste contraste nom m s 1.48 12.50 1.23 11.62 -contrastent contraster ver 0.21 8.58 0.01 0.47 ind:pre:3p; -contraster contraster ver 0.21 8.58 0.09 0.14 inf; -contrasteraient contraster ver 0.21 8.58 0.01 0.00 cnd:pre:3p; -contrasterait contraster ver 0.21 8.58 0.01 0.07 cnd:pre:3s; -contrastes contraste nom m p 1.48 12.50 0.25 0.88 -contrastez contraster ver 0.21 8.58 0.01 0.00 imp:pre:2p; -contrastât contraster ver 0.21 8.58 0.00 0.14 sub:imp:3s; -contrasté contraster ver m s 0.21 8.58 0.02 0.07 par:pas; -contrastée contrasté adj f s 0.03 0.41 0.01 0.14 -contrastées contrasté adj f p 0.03 0.41 0.00 0.14 -contrastés contraster ver m p 0.21 8.58 0.00 0.07 par:pas; -contrat_type contrat_type nom m s 0.01 0.07 0.01 0.07 -contrat contrat nom m s 53.23 15.00 45.70 12.43 -contrats contrat nom m p 53.23 15.00 7.53 2.57 -contravention contravention nom f s 2.76 1.22 1.85 0.95 -contraventions contravention nom f p 2.76 1.22 0.91 0.27 -contre_accusation contre_accusation nom f p 0.01 0.00 0.01 0.00 -contre_alizé contre_alizé nom m p 0.00 0.07 0.00 0.07 -contre_allée contre_allée nom f s 0.05 0.34 0.04 0.20 -contre_allée contre_allée nom f p 0.05 0.34 0.01 0.14 -contre_amiral contre_amiral nom m s 0.19 0.07 0.19 0.07 -contre_appel contre_appel nom m s 0.00 0.07 0.00 0.07 -contre_assurance contre_assurance nom f s 0.00 0.07 0.00 0.07 -contre_attaquer contre_attaquer ver 0.71 1.96 0.01 0.07 ind:pas:3s; -contre_attaquer contre_attaquer ver 0.71 1.96 0.00 0.20 ind:imp:3p; -contre_attaquer contre_attaquer ver 0.71 1.96 0.00 0.07 ind:imp:3s; -contre_attaquer contre_attaquer ver 0.71 1.96 0.00 0.07 par:pre; -contre_attaque contre_attaque nom f s 1.46 2.16 1.35 1.69 -contre_attaquer contre_attaquer ver 0.71 1.96 0.07 0.20 ind:pre:3p; -contre_attaquer contre_attaquer ver 0.71 1.96 0.37 0.95 inf; -contre_attaquer contre_attaquer ver 0.71 1.96 0.01 0.00 ind:fut:3s; -contre_attaquer contre_attaquer ver 0.71 1.96 0.03 0.07 ind:fut:1p; -contre_attaque contre_attaque nom f p 1.46 2.16 0.11 0.47 -contre_attaquer contre_attaquer ver 0.71 1.96 0.03 0.07 ind:pre:1p; -contre_attaquer contre_attaquer ver 0.71 1.96 0.03 0.07 ind:pas:3p; -contre_attaquer contre_attaquer ver m s 0.71 1.96 0.07 0.07 par:pas; -contre_champ contre_champ nom m s 0.00 0.07 0.00 0.07 -contre_chant contre_chant nom m s 0.00 0.14 0.00 0.14 -contre_choc contre_choc nom m p 0.00 0.07 0.00 0.07 -contre_clé contre_clé nom f p 0.00 0.07 0.00 0.07 -contre_courant contre_courant nom m s 0.59 1.96 0.59 1.96 -contre_culture contre_culture nom f s 0.03 0.00 0.03 0.00 -contre_emploi contre_emploi nom m s 0.01 0.00 0.01 0.00 -contre_espionnage contre_espionnage nom m s 0.67 0.34 0.67 0.34 -contre_exemple contre_exemple nom m s 0.00 0.07 0.00 0.07 -contre_expertise contre_expertise nom f s 0.52 0.27 0.51 0.20 -contre_expertise contre_expertise nom f p 0.52 0.27 0.01 0.07 -contre_feu contre_feu nom m s 0.07 0.00 0.07 0.00 -contre_feux contre_feux nom m p 0.00 0.07 0.00 0.07 -contre_fiche contre_fiche nom f p 0.00 0.07 0.00 0.07 -contre_fil contre_fil nom m s 0.00 0.07 0.00 0.07 -contre_gré contre_gré nom m s 0.00 0.14 0.00 0.14 -contre_indication contre_indication nom f s 0.07 0.00 0.04 0.00 -contre_indication contre_indication nom f p 0.07 0.00 0.04 0.00 -contre_indiquer contre_indiquer ver m s 0.06 0.14 0.06 0.14 par:pas; -contre_interrogatoire contre_interrogatoire nom m s 0.48 0.00 0.46 0.00 -contre_interrogatoire contre_interrogatoire nom m p 0.48 0.00 0.02 0.00 -contre_jour contre_jour nom m s 0.39 6.01 0.39 6.01 -contre_la_montre contre_la_montre nom m s 0.80 0.00 0.80 0.00 -contre_lame contre_lame nom f s 0.00 0.07 0.00 0.07 -contre_lettre contre_lettre nom f s 0.00 0.14 0.00 0.14 -contre_manifestant contre_manifestant nom m p 0.00 0.14 0.00 0.14 -contre_manifester contre_manifester ver 0.00 0.07 0.00 0.07 ind:pre:3p; -contre_mesure contre_mesure nom f s 0.42 0.00 0.04 0.00 -contre_mesure contre_mesure nom f p 0.42 0.00 0.39 0.00 -contre_mine contre_mine nom f s 0.00 0.14 0.00 0.07 -contre_mine contre_mine nom f p 0.00 0.14 0.00 0.07 -contre_miner contre_miner ver m s 0.00 0.07 0.00 0.07 par:pas; -contre_nature contre_nature adj s 0.41 0.14 0.41 0.14 -contre_offensive contre_offensive nom f s 0.29 0.41 0.18 0.41 -contre_offensive contre_offensive nom f p 0.29 0.41 0.11 0.00 -contre_ordre contre_ordre nom m s 0.47 0.95 0.46 0.81 -contre_ordre contre_ordre nom m p 0.47 0.95 0.01 0.14 -contre_pente contre_pente nom f s 0.00 0.34 0.00 0.34 -contre_performance contre_performance nom f s 0.14 0.07 0.14 0.00 -contre_performance contre_performance nom f p 0.14 0.07 0.00 0.07 -contre_pied contre_pied nom m s 0.04 0.61 0.04 0.54 -contre_pied contre_pied nom m p 0.04 0.61 0.00 0.07 -contre_plaqué contre_plaqué nom m s 0.10 0.54 0.10 0.54 -contre_plongée contre_plongée nom f s 0.23 0.47 0.23 0.47 -contre_pouvoir contre_pouvoir nom m p 0.00 0.07 0.00 0.07 -contre_pression contre_pression nom f s 0.02 0.00 0.02 0.00 -contre_productif contre_productif adj m s 0.10 0.00 0.09 0.00 -contre_productif contre_productif adj f s 0.10 0.00 0.01 0.00 -contre_propagande contre_propagande nom f s 0.02 0.07 0.02 0.07 -contre_proposition contre_proposition nom f s 0.40 0.07 0.39 0.07 -contre_proposition contre_proposition nom f p 0.40 0.07 0.01 0.00 -contre_réaction contre_réaction nom f s 0.01 0.00 0.01 0.00 -contre_réforme contre_réforme nom f s 0.00 0.61 0.00 0.61 -contre_révolution contre_révolution nom f s 0.37 0.34 0.37 0.34 -contre_révolutionnaire contre_révolutionnaire adj s 0.14 0.27 0.03 0.00 -contre_révolutionnaire contre_révolutionnaire adj p 0.14 0.27 0.11 0.27 -contre_terrorisme contre_terrorisme nom m s 0.07 0.00 0.07 0.00 -contre_terroriste contre_terroriste adj f s 0.00 0.07 0.00 0.07 -contre_test contre_test nom m s 0.00 0.07 0.00 0.07 -contre_torpilleur contre_torpilleur nom m s 0.20 1.22 0.08 0.61 -contre_torpilleur contre_torpilleur nom m p 0.20 1.22 0.12 0.61 -contre_transfert contre_transfert nom m s 0.01 0.00 0.01 0.00 -contre_épreuve contre_épreuve nom f s 0.01 0.07 0.00 0.07 -contre_épreuve contre_épreuve nom f p 0.01 0.07 0.01 0.00 -contre_ut contre_ut nom m 0.04 0.07 0.04 0.07 -contre_voie contre_voie nom f s 0.00 0.27 0.00 0.27 -contre_vérité contre_vérité nom f s 0.02 0.07 0.02 0.07 -contre contre pre 313.71 591.15 313.71 591.15 -contrebalance contrebalancer ver 0.19 0.68 0.03 0.14 ind:pre:1s;ind:pre:3s; -contrebalancer contrebalancer ver 0.19 0.68 0.12 0.27 inf; -contrebalancé contrebalancer ver m s 0.19 0.68 0.01 0.00 par:pas; -contrebalancée contrebalancer ver f s 0.19 0.68 0.02 0.00 par:pas; -contrebalancés contrebalancer ver m p 0.19 0.68 0.01 0.07 par:pas; -contrebalançais contrebalancer ver 0.19 0.68 0.00 0.07 ind:imp:1s; -contrebalançait contrebalancer ver 0.19 0.68 0.00 0.14 ind:imp:3s; -contrebande contrebande nom f s 3.72 1.96 3.72 1.96 -contrebandier contrebandier nom m s 1.43 1.08 0.47 0.47 -contrebandiers contrebandier nom m p 1.43 1.08 0.94 0.54 -contrebandière contrebandier nom f s 1.43 1.08 0.01 0.07 -contrebas contrebas adv 0.23 6.49 0.23 6.49 -contrebasse contrebasse nom s 0.41 0.34 0.41 0.27 -contrebasses contrebasse nom p 0.41 0.34 0.00 0.07 -contrebassiste contrebassiste nom s 0.02 0.14 0.01 0.14 -contrebassistes contrebassiste nom p 0.02 0.14 0.01 0.00 -contrebraque contrebraquer ver 0.01 0.07 0.01 0.07 imp:pre:2s;ind:pre:1s; -contrecarraient contrecarrer ver 1.06 1.82 0.00 0.07 ind:imp:3p; -contrecarrais contrecarrer ver 1.06 1.82 0.00 0.07 ind:imp:1s; -contrecarre contrecarrer ver 1.06 1.82 0.08 0.54 imp:pre:2s;ind:pre:3s;sub:pre:3s; -contrecarrer contrecarrer ver 1.06 1.82 0.93 0.68 inf; -contrecarres contrecarrer ver 1.06 1.82 0.00 0.27 ind:pre:2s; -contrecarré contrecarrer ver m s 1.06 1.82 0.03 0.07 par:pas; -contrecarrée contrecarrer ver f s 1.06 1.82 0.03 0.14 par:pas; -contrechamp contrechamp nom m s 0.46 0.34 0.11 0.34 -contrechamps contrechamp nom m p 0.46 0.34 0.35 0.00 -contrecoeur contrecoeur nom m s 0.69 3.38 0.69 3.38 -contrecollé contrecollé adj m s 0.00 0.07 0.00 0.07 -contrecoup contrecoup nom m s 0.26 2.03 0.23 1.49 -contrecoups contrecoup nom m p 0.26 2.03 0.04 0.54 -contredît contredire ver 6.99 7.84 0.00 0.07 sub:imp:3s; -contredanse contredanse nom f s 0.50 0.54 0.30 0.27 -contredanses contredanse nom f p 0.50 0.54 0.20 0.27 -contredira contredire ver 6.99 7.84 0.05 0.07 ind:fut:3s; -contredirai contredire ver 6.99 7.84 0.18 0.07 ind:fut:1s; -contrediraient contredire ver 6.99 7.84 0.03 0.07 cnd:pre:3p; -contredirait contredire ver 6.99 7.84 0.08 0.14 cnd:pre:3s; -contredire contredire ver 6.99 7.84 3.03 3.51 inf; -contredirez contredire ver 6.99 7.84 0.03 0.00 ind:fut:2p; -contredis contredire ver 6.99 7.84 0.92 0.20 imp:pre:2s;ind:pre:1s;ind:pre:2s; -contredisaient contredire ver 6.99 7.84 0.34 0.20 ind:imp:3p; -contredisait contredire ver 6.99 7.84 0.27 0.81 ind:imp:3s; -contredisant contredire ver 6.99 7.84 0.01 0.47 par:pre; -contredise contredire ver 6.99 7.84 0.03 0.14 sub:pre:3s; -contredisent contredire ver 6.99 7.84 0.48 0.41 ind:pre:3p; -contredises contredire ver 6.99 7.84 0.02 0.00 sub:pre:2s; -contredisez contredire ver 6.99 7.84 0.11 0.00 imp:pre:2p;ind:pre:2p; -contredit contredire ver m s 6.99 7.84 1.34 1.28 ind:pre:3s;par:pas; -contredite contredire ver f s 6.99 7.84 0.04 0.20 par:pas; -contredites contredire ver f p 6.99 7.84 0.01 0.14 par:pas; -contredits contredire ver m p 6.99 7.84 0.04 0.07 par:pas; -contrefacteurs contrefacteur nom m p 0.00 0.07 0.00 0.07 -contrefaire contrefaire ver 0.51 0.74 0.22 0.20 inf; -contrefaisait contrefaire ver 0.51 0.74 0.00 0.14 ind:imp:3s; -contrefaisant contrefaire ver 0.51 0.74 0.00 0.14 par:pre; -contrefait contrefaire ver m s 0.51 0.74 0.17 0.14 ind:pre:3s;par:pas; -contrefaite contrefaire ver f s 0.51 0.74 0.07 0.00 par:pas; -contrefaits contrefait adj m p 0.17 0.95 0.07 0.14 -contrefaçon contrefaçon nom f s 1.12 1.15 0.70 0.95 -contrefaçons contrefaçon nom f p 1.12 1.15 0.42 0.20 -contreferait contrefaire ver 0.51 0.74 0.00 0.07 cnd:pre:3s; -contrefichais contreficher ver 0.59 0.68 0.00 0.20 ind:imp:1s; -contrefichait contreficher ver 0.59 0.68 0.00 0.20 ind:imp:3s; -contrefiche contreficher ver 0.59 0.68 0.59 0.27 ind:pre:1s;ind:pre:3s; -contrefort contrefort nom m s 0.08 3.65 0.02 0.47 -contreforts contrefort nom m p 0.08 3.65 0.06 3.18 -contrefous contrefoutre ver 0.89 0.54 0.72 0.20 ind:pre:1s;ind:pre:2s; -contrefout contrefoutre ver 0.89 0.54 0.16 0.14 ind:pre:3s; -contrefoutait contrefoutre ver 0.89 0.54 0.00 0.20 ind:imp:3s; -contrefoutre contrefoutre ver 0.89 0.54 0.01 0.00 inf; -contremaître contremaître nom m s 3.65 3.99 3.61 3.51 -contremaîtres contremaître nom m p 3.65 3.99 0.04 0.47 -contremaîtresse contremaîtresse nom f s 0.00 0.27 0.00 0.27 -contremander contremander ver 0.01 0.00 0.01 0.00 inf; -contremarches contremarche nom f p 0.00 0.07 0.00 0.07 -contremarques contremarque nom f p 0.00 0.07 0.00 0.07 -contrent contrer ver 19.15 18.72 0.02 0.00 ind:pre:3p; -contrepartie contrepartie nom f s 1.33 2.16 1.33 2.16 -contreplaqué contreplaqué nom m s 0.15 1.35 0.15 1.35 -contrepoids contrepoids nom m 0.56 1.82 0.56 1.82 -contrepoint contrepoint nom m s 0.33 1.62 0.33 1.62 -contrepoison contrepoison nom m s 0.00 0.47 0.00 0.27 -contrepoisons contrepoison nom m p 0.00 0.47 0.00 0.20 -contreproposition contreproposition nom f s 0.01 0.00 0.01 0.00 -contrepèterie contrepèterie nom f s 0.00 0.20 0.00 0.07 -contrepèteries contrepèterie nom f p 0.00 0.20 0.00 0.14 -contrer contrer ver 19.15 18.72 1.60 1.08 inf; -contrerai contrer ver 19.15 18.72 0.01 0.00 ind:fut:1s; -contrerait contrer ver 19.15 18.72 0.01 0.07 cnd:pre:3s; -contreras contrer ver 19.15 18.72 0.31 0.00 ind:fut:2s; -contreront contrer ver 19.15 18.72 0.00 0.07 ind:fut:3p; -contres contre nom_sup m p 5.43 5.81 0.08 0.07 -contrescarpe contrescarpe nom f s 0.14 0.61 0.14 0.61 -contreseing contreseing nom m s 0.21 0.07 0.21 0.07 -contresens contresens nom m 0.50 1.55 0.50 1.55 -contresignait contresigner ver 0.24 0.74 0.00 0.07 ind:imp:3s; -contresigne contresigner ver 0.24 0.74 0.01 0.14 ind:pre:1s;ind:pre:3s; -contresigner contresigner ver 0.24 0.74 0.06 0.14 inf; -contresigné contresigner ver m s 0.24 0.74 0.06 0.14 par:pas; -contresignée contresigner ver f s 0.24 0.74 0.10 0.07 par:pas; -contresignées contresigner ver f p 0.24 0.74 0.00 0.07 par:pas; -contresignés contresigner ver m p 0.24 0.74 0.01 0.14 par:pas; -contretemps contretemps nom m 1.43 3.18 1.43 3.18 -contretypés contretyper ver m p 0.00 0.07 0.00 0.07 par:pas; -contrevallation contrevallation nom f s 0.01 0.00 0.01 0.00 -contrevenaient contrevenir ver 0.31 1.08 0.00 0.07 ind:imp:3p; -contrevenait contrevenir ver 0.31 1.08 0.00 0.07 ind:imp:3s; -contrevenant contrevenir ver 0.31 1.08 0.21 0.07 par:pre; -contrevenants contrevenant nom m p 0.50 0.27 0.37 0.27 -contrevenez contrevenir ver 0.31 1.08 0.01 0.00 ind:pre:2p; -contrevenir contrevenir ver 0.31 1.08 0.04 0.47 inf; -contrevent contrevent nom m s 0.00 1.15 0.00 0.07 -contrevents contrevent nom m p 0.00 1.15 0.00 1.08 -contrevenu contrevenir ver m s 0.31 1.08 0.02 0.14 par:pas; -contreviendrait contrevenir ver 0.31 1.08 0.01 0.00 cnd:pre:3s; -contreviens contrevenir ver 0.31 1.08 0.00 0.07 ind:pre:1s; -contrevient contrevenir ver 0.31 1.08 0.01 0.20 ind:pre:3s; -contrevérité contrevérité nom f s 0.05 0.14 0.00 0.07 -contrevérités contrevérité nom f p 0.05 0.14 0.05 0.07 -contribua contribuer ver 5.63 18.11 0.14 0.81 ind:pas:3s; -contribuable contribuable nom s 2.55 0.41 1.25 0.07 -contribuables contribuable nom p 2.55 0.41 1.30 0.34 -contribuaient contribuer ver 5.63 18.11 0.00 1.42 ind:imp:3p; -contribuait contribuer ver 5.63 18.11 0.02 2.57 ind:imp:3s; -contribuant contribuer ver 5.63 18.11 0.06 0.20 par:pre; -contribue contribuer ver 5.63 18.11 0.97 1.76 imp:pre:2s;ind:pre:1s;ind:pre:3s; -contribuent contribuer ver 5.63 18.11 0.16 0.74 ind:pre:3p; -contribuer contribuer ver 5.63 18.11 1.67 2.84 inf; -contribuera contribuer ver 5.63 18.11 0.05 0.61 ind:fut:3s; -contribueraient contribuer ver 5.63 18.11 0.01 0.34 cnd:pre:3p; -contribuerais contribuer ver 5.63 18.11 0.01 0.00 cnd:pre:2s; -contribuerait contribuer ver 5.63 18.11 0.03 0.54 cnd:pre:3s; -contribueras contribuer ver 5.63 18.11 0.01 0.00 ind:fut:2s; -contribuerez contribuer ver 5.63 18.11 0.04 0.00 ind:fut:2p; -contribueront contribuer ver 5.63 18.11 0.13 0.07 ind:fut:3p; -contribuez contribuer ver 5.63 18.11 0.01 0.14 ind:pre:2p; -contribuons contribuer ver 5.63 18.11 0.10 0.07 imp:pre:1p;ind:pre:1p; -contribuât contribuer ver 5.63 18.11 0.00 0.07 sub:imp:3s; -contributeur contributeur nom m s 0.02 0.00 0.02 0.00 -contribuèrent contribuer ver 5.63 18.11 0.00 0.27 ind:pas:3p; -contribution contribution nom f s 4.03 5.34 3.30 4.39 -contributions contribution nom f p 4.03 5.34 0.73 0.95 -contribué contribuer ver m s 5.63 18.11 2.20 5.68 par:pas; -contrista contrister ver 0.00 0.20 0.00 0.07 ind:pas:3s; -contristant contrister ver 0.00 0.20 0.00 0.07 par:pre; -contristées contrister ver f p 0.00 0.20 0.00 0.07 par:pas; -contrit contrit adj m s 0.19 2.50 0.14 1.89 -contrite contrit adj f s 0.19 2.50 0.02 0.41 -contrites contrit adj f p 0.19 2.50 0.01 0.00 -contrition contrition nom f s 0.87 1.76 0.87 1.69 -contritions contrition nom f p 0.87 1.76 0.00 0.07 -contrits contrit adj m p 0.19 2.50 0.01 0.20 -control control adj s 1.27 0.07 1.27 0.07 -contrordre contrordre nom m s 0.41 0.34 0.28 0.00 -contrordres contrordre nom m p 0.41 0.34 0.14 0.34 -controverse controverse nom f s 1.38 2.57 1.13 1.42 -controverses controverse nom f p 1.38 2.57 0.24 1.15 -controversé controversé adj m s 0.85 0.27 0.46 0.14 -controversée controversé adj f s 0.85 0.27 0.20 0.14 -controversées controversé adj f p 0.85 0.27 0.06 0.00 -controversés controversé adj m p 0.85 0.27 0.14 0.00 -contré contrer ver m s 19.15 18.72 0.27 0.27 par:pas; -contrée contrée nom f s 2.77 5.41 1.65 2.70 -contrées contrée nom f p 2.77 5.41 1.12 2.70 -contrés contrer ver m p 19.15 18.72 0.03 0.07 par:pas; -conté conter ver m s 3.76 8.99 0.47 0.88 par:pas; -contée conter ver f s 3.76 8.99 0.18 0.68 par:pas; -contées conter ver f p 3.76 8.99 0.01 0.20 par:pas; -contumace contumace nom f s 0.03 0.61 0.03 0.54 -contumaces contumace nom f p 0.03 0.61 0.00 0.07 -contumax contumax adj 0.00 0.20 0.00 0.20 -contés conter ver m p 3.76 8.99 0.01 0.14 par:pas; -contuse contus adj f s 0.00 0.07 0.00 0.07 -contusion contusion nom f s 3.23 0.74 1.03 0.47 -contusionné contusionné adj m s 0.07 0.14 0.06 0.00 -contusionnée contusionner ver f s 0.27 0.07 0.22 0.00 par:pas; -contusionnés contusionner ver m p 0.27 0.07 0.03 0.00 par:pas; -contusions contusion nom f p 3.23 0.74 2.19 0.27 -convînmes convenir ver 38.82 73.78 0.00 0.68 ind:pas:1p; -convînt convenir ver 38.82 73.78 0.00 0.34 sub:imp:3s; -convainc convaincre ver 56.67 46.35 0.70 0.34 ind:pre:3s; -convaincant convaincant adj m s 4.39 4.26 2.86 2.30 -convaincante convaincant adj f s 4.39 4.26 0.96 1.42 -convaincantes convaincant adj f p 4.39 4.26 0.09 0.27 -convaincants convaincant adj m p 4.39 4.26 0.49 0.27 -convaincra convaincre ver 56.67 46.35 0.84 0.00 ind:fut:3s; -convaincrai convaincre ver 56.67 46.35 0.47 0.07 ind:fut:1s; -convaincrait convaincre ver 56.67 46.35 0.14 0.34 cnd:pre:3s; -convaincras convaincre ver 56.67 46.35 0.34 0.07 ind:fut:2s; -convaincre convaincre ver 56.67 46.35 28.40 23.72 inf;; -convaincrez convaincre ver 56.67 46.35 0.16 0.07 ind:fut:2p; -convaincrons convaincre ver 56.67 46.35 0.03 0.07 ind:fut:1p; -convaincront convaincre ver 56.67 46.35 0.07 0.07 ind:fut:3p; -convaincs convaincre ver 56.67 46.35 0.72 0.41 imp:pre:2s;ind:pre:1s;ind:pre:2s; -convaincu convaincre ver m s 56.67 46.35 16.11 12.84 par:pas; -convaincue convaincre ver f s 56.67 46.35 5.57 3.92 par:pas; -convaincues convaincu adj f p 5.79 11.35 0.15 0.34 -convaincus convaincre ver m p 56.67 46.35 1.99 1.82 par:pas; -convainquaient convaincre ver 56.67 46.35 0.00 0.07 ind:imp:3p; -convainquait convaincre ver 56.67 46.35 0.00 0.61 ind:imp:3s; -convainquant convaincre ver 56.67 46.35 0.19 0.20 par:pre; -convainque convaincre ver 56.67 46.35 0.14 0.14 sub:pre:1s;sub:pre:3s; -convainquent convaincre ver 56.67 46.35 0.23 0.14 ind:pre:3p; -convainques convaincre ver 56.67 46.35 0.04 0.07 sub:pre:2s; -convainquez convaincre ver 56.67 46.35 0.32 0.00 imp:pre:2p;ind:pre:2p; -convainquiez convaincre ver 56.67 46.35 0.04 0.00 ind:imp:2p; -convainquirent convaincre ver 56.67 46.35 0.00 0.20 ind:pas:3p; -convainquis convaincre ver 56.67 46.35 0.01 0.34 ind:pas:1s; -convainquit convaincre ver 56.67 46.35 0.12 0.81 ind:pas:3s; -convainquons convaincre ver 56.67 46.35 0.01 0.07 imp:pre:1p; -convalescence convalescence nom f s 1.65 3.24 1.64 3.04 -convalescences convalescence nom f p 1.65 3.24 0.01 0.20 -convalescent convalescent adj m s 0.23 1.28 0.20 0.74 -convalescente convalescent adj f s 0.23 1.28 0.01 0.47 -convalescentes convalescent adj f p 0.23 1.28 0.01 0.07 -convalescents convalescent adj m p 0.23 1.28 0.01 0.00 -convalo convalo nom f s 0.01 0.34 0.01 0.27 -convalos convalo nom f p 0.01 0.34 0.00 0.07 -convecteur convecteur nom m s 0.01 0.00 0.01 0.00 -convection convection nom f s 0.06 0.00 0.06 0.00 -convenable convenable adj s 5.96 16.22 5.37 12.91 -convenablement convenablement adv 2.02 6.22 2.02 6.22 -convenables convenable adj p 5.96 16.22 0.59 3.31 -convenaient convenir ver 38.82 73.78 0.41 1.76 ind:imp:3p; -convenais convenir ver 38.82 73.78 0.20 0.20 ind:imp:1s;ind:imp:2s; -convenait convenir ver 38.82 73.78 1.72 15.34 ind:imp:3s; -convenance convenance nom f s 1.82 5.47 1.22 2.64 -convenances convenance nom f p 1.82 5.47 0.60 2.84 -convenant convenir ver 38.82 73.78 0.20 1.08 par:pre; -convenez convenir ver 38.82 73.78 0.62 0.61 imp:pre:2p;ind:pre:2p; -conveniez convenir ver 38.82 73.78 0.16 0.00 ind:imp:2p; -convenir convenir ver 38.82 73.78 2.02 8.85 inf; -convenons convenir ver 38.82 73.78 0.17 0.34 imp:pre:1p;ind:pre:1p; -convent convent nom m s 0.03 0.07 0.03 0.07 -conventicule conventicule nom m s 0.00 0.07 0.00 0.07 -convention convention nom f s 7.44 12.64 5.73 8.85 -conventionnel conventionnel adj m s 3.06 3.92 1.16 1.62 -conventionnelle conventionnel adj f s 3.06 3.92 1.40 1.28 -conventionnellement conventionnellement adv 0.01 0.20 0.01 0.20 -conventionnelles conventionnel adj f p 3.06 3.92 0.22 0.41 -conventionnels conventionnel adj m p 3.06 3.92 0.29 0.61 -conventionnée conventionné adj f s 0.14 0.00 0.14 0.00 -conventions convention nom f p 7.44 12.64 1.71 3.78 -conventuel conventuel adj m s 0.10 0.68 0.00 0.20 -conventuelle conventuel adj f s 0.10 0.68 0.10 0.34 -conventuellement conventuellement adv 0.00 0.07 0.00 0.07 -conventuelles conventuel adj f p 0.10 0.68 0.00 0.07 -conventuels conventuel adj m p 0.10 0.68 0.00 0.07 -convenu convenir ver m s 38.82 73.78 6.88 11.01 par:pas; -convenue convenu adj f s 2.21 5.07 0.11 1.22 -convenues convenu adj f p 2.21 5.07 0.01 0.41 -convenus convenir ver m p 38.82 73.78 0.09 1.15 par:pas; -converge converger ver 0.86 3.99 0.23 0.41 ind:pre:3s; -convergeaient converger ver 0.86 3.99 0.01 1.15 ind:imp:3p; -convergeait converger ver 0.86 3.99 0.00 0.27 ind:imp:3s; -convergeant converger ver 0.86 3.99 0.13 0.61 par:pre; -convergence convergence nom f s 0.24 0.68 0.24 0.68 -convergent converger ver 0.86 3.99 0.29 0.41 ind:pre:3p; -convergente convergent adj f s 0.08 1.08 0.01 0.14 -convergentes convergent adj f p 0.08 1.08 0.00 0.20 -convergents convergent adj m p 0.08 1.08 0.01 0.54 -convergeons converger ver 0.86 3.99 0.03 0.00 imp:pre:1p;ind:pre:1p; -converger converger ver 0.86 3.99 0.05 0.81 inf; -convergeraient converger ver 0.86 3.99 0.00 0.07 cnd:pre:3p; -convergez converger ver 0.86 3.99 0.08 0.00 imp:pre:2p; -convergèrent converger ver 0.86 3.99 0.00 0.14 ind:pas:3p; -convergé converger ver m s 0.86 3.99 0.02 0.14 par:pas; -convers convers adj m 0.01 0.95 0.01 0.95 -conversaient converser ver 0.70 4.53 0.00 0.34 ind:imp:3p; -conversais converser ver 0.70 4.53 0.02 0.00 ind:imp:1s; -conversait converser ver 0.70 4.53 0.00 0.61 ind:imp:3s; -conversant converser ver 0.70 4.53 0.02 0.68 par:pre; -conversation conversation nom f s 42.17 115.34 35.14 84.12 -conversations conversation nom f p 42.17 115.34 7.03 31.22 -converse converser ver 0.70 4.53 0.17 0.14 ind:pre:1s;ind:pre:3s; -conversent converser ver 0.70 4.53 0.01 0.14 ind:pre:3p; -converser converser ver 0.70 4.53 0.36 1.89 inf; -converses converse adj p 0.07 0.47 0.04 0.47 -conversez converser ver 0.70 4.53 0.03 0.00 ind:pre:2p; -conversiez converser ver 0.70 4.53 0.02 0.00 ind:imp:2p; -conversion conversion nom f s 1.91 3.92 1.71 3.65 -conversions conversion nom f p 1.91 3.92 0.20 0.27 -conversâmes converser ver 0.70 4.53 0.00 0.14 ind:pas:1p; -conversons converser ver 0.70 4.53 0.01 0.07 ind:pre:1p; -conversèrent converser ver 0.70 4.53 0.00 0.14 ind:pas:3p; -conversé converser ver m s 0.70 4.53 0.05 0.34 par:pas; -convertît convertir ver 9.34 10.34 0.00 0.14 sub:imp:3s; -converti convertir ver m s 9.34 10.34 2.41 2.30 par:pas; -convertible convertible adj s 0.24 0.34 0.20 0.20 -convertibles convertible adj p 0.24 0.34 0.04 0.14 -convertie convertir ver f s 9.34 10.34 0.52 0.88 par:pas; -converties convertir ver f p 9.34 10.34 0.17 0.14 par:pas; -convertir convertir ver 9.34 10.34 4.12 3.78 inf; -convertira convertir ver 9.34 10.34 0.02 0.07 ind:fut:3s; -convertirai convertir ver 9.34 10.34 0.03 0.00 ind:fut:1s; -convertirais convertir ver 9.34 10.34 0.04 0.07 cnd:pre:1s; -convertirait convertir ver 9.34 10.34 0.00 0.14 cnd:pre:3s; -convertirons convertir ver 9.34 10.34 0.01 0.00 ind:fut:1p; -convertis convertir ver m p 9.34 10.34 0.95 1.22 imp:pre:2s;ind:pre:1s;ind:pre:2s;par:pas; -convertissaient convertir ver 9.34 10.34 0.00 0.07 ind:imp:3p; -convertissais convertir ver 9.34 10.34 0.01 0.07 ind:imp:1s; -convertissait convertir ver 9.34 10.34 0.05 0.27 ind:imp:3s; -convertissant convertir ver 9.34 10.34 0.01 0.27 par:pre; -convertisse convertir ver 9.34 10.34 0.09 0.07 sub:pre:1s;sub:pre:3s; -convertissent convertir ver 9.34 10.34 0.40 0.20 ind:pre:3p; -convertisseur convertisseur nom m s 0.35 0.00 0.22 0.00 -convertisseurs convertisseur nom m p 0.35 0.00 0.13 0.00 -convertissez convertir ver 9.34 10.34 0.07 0.07 imp:pre:2p;ind:pre:2p; -convertissions convertir ver 9.34 10.34 0.00 0.14 ind:imp:1p; -convertit convertir ver 9.34 10.34 0.45 0.47 ind:pre:3s;ind:pas:3s; -convexe convexe adj s 0.08 0.88 0.07 0.54 -convexes convexe adj p 0.08 0.88 0.01 0.34 -convexité convexité nom f s 0.00 0.20 0.00 0.20 -convia convier ver 2.63 7.50 0.02 0.81 ind:pas:3s; -conviaient convier ver 2.63 7.50 0.00 0.27 ind:imp:3p; -conviais convier ver 2.63 7.50 0.14 0.07 ind:imp:1s; -conviait convier ver 2.63 7.50 0.14 0.61 ind:imp:3s; -conviant convier ver 2.63 7.50 0.00 0.41 par:pre; -convict convict nom m s 0.02 0.07 0.01 0.00 -conviction conviction nom f s 13.32 37.23 9.27 31.49 -convictions conviction nom f p 13.32 37.23 4.05 5.74 -convicts convict nom m p 0.02 0.07 0.01 0.07 -convie convier ver 2.63 7.50 0.37 0.88 imp:pre:2s;ind:pre:1s;ind:pre:3s; -conviendra convenir ver 38.82 73.78 1.31 0.61 ind:fut:3s; -conviendrai convenir ver 38.82 73.78 0.00 0.07 ind:fut:1s; -conviendraient convenir ver 38.82 73.78 0.07 0.07 cnd:pre:3p; -conviendrais convenir ver 38.82 73.78 0.04 0.00 cnd:pre:1s;cnd:pre:2s; -conviendrait convenir ver 38.82 73.78 1.56 2.57 cnd:pre:3s; -conviendras convenir ver 38.82 73.78 0.17 0.14 ind:fut:2s; -conviendrez convenir ver 38.82 73.78 0.39 0.68 ind:fut:2p; -conviendrions convenir ver 38.82 73.78 0.00 0.07 cnd:pre:1p; -conviendrons convenir ver 38.82 73.78 0.01 0.07 ind:fut:1p; -conviendront convenir ver 38.82 73.78 0.01 0.07 ind:fut:3p; -convienne convenir ver 38.82 73.78 0.86 0.74 sub:pre:1s;sub:pre:3s; -conviennent convenir ver 38.82 73.78 1.51 2.03 ind:pre:3p; -conviens convenir ver 38.82 73.78 0.96 3.45 imp:pre:2s;ind:pre:1s;ind:pre:2s; -convient convenir ver 38.82 73.78 19.21 16.89 ind:pre:3s; -convier convier ver 2.63 7.50 0.44 0.41 inf; -conviera convier ver 2.63 7.50 0.00 0.07 ind:fut:3s; -convierai convier ver 2.63 7.50 0.01 0.00 ind:fut:1s; -convierait convier ver 2.63 7.50 0.01 0.07 cnd:pre:3s; -conviez convier ver 2.63 7.50 0.16 0.00 imp:pre:2p;ind:pre:2p; -convinrent convenir ver 38.82 73.78 0.00 1.08 ind:pas:3p; -convins convenir ver 38.82 73.78 0.01 0.27 ind:pas:1s; -convint convenir ver 38.82 73.78 0.12 2.77 ind:pas:3s; -convions convier ver 2.63 7.50 0.01 0.00 ind:pre:1p; -convièrent convier ver 2.63 7.50 0.00 0.07 ind:pas:3p; -convié convier ver m s 2.63 7.50 0.60 1.42 par:pas; -conviée convier ver f s 2.63 7.50 0.13 0.27 par:pas; -conviées convier ver f p 2.63 7.50 0.00 0.14 par:pas; -conviés convier ver m p 2.63 7.50 0.15 1.35 par:pas; -convive convive nom s 0.67 6.49 0.15 1.08 -convives convive nom p 0.67 6.49 0.53 5.41 -convivial convivial adj m s 0.67 0.27 0.49 0.14 -conviviale convivial adj f s 0.67 0.27 0.06 0.07 -conviviales convivial adj f p 0.67 0.27 0.02 0.07 -convivialisez convivialiser ver 0.00 0.07 0.00 0.07 ind:pre:2p; -convivialité convivialité nom f s 0.42 0.27 0.42 0.27 -conviviaux convivial adj m p 0.67 0.27 0.10 0.00 -convocable convocable adj s 0.01 0.00 0.01 0.00 -convocation convocation nom f s 1.78 3.65 1.56 3.18 -convocations convocation nom f p 1.78 3.65 0.22 0.47 -convoi convoi nom m s 9.39 18.78 7.86 11.35 -convoie convoyer ver 0.51 1.89 0.04 0.00 ind:pre:3s; -convois convoi nom m p 9.39 18.78 1.53 7.43 -convoita convoiter ver 2.31 5.27 0.00 0.07 ind:pas:3s; -convoitaient convoiter ver 2.31 5.27 0.02 0.47 ind:imp:3p; -convoitais convoiter ver 2.31 5.27 0.07 0.61 ind:imp:1s;ind:imp:2s; -convoitait convoiter ver 2.31 5.27 0.16 0.81 ind:imp:3s; -convoitant convoiter ver 2.31 5.27 0.02 0.14 par:pre; -convoite convoiter ver 2.31 5.27 0.69 0.47 imp:pre:2s;ind:pre:1s;ind:pre:3s; -convoitent convoiter ver 2.31 5.27 0.13 0.20 ind:pre:3p; -convoiter convoiter ver 2.31 5.27 0.20 0.34 inf; -convoiteras convoiter ver 2.31 5.27 0.04 0.00 ind:fut:2s; -convoiteront convoiter ver 2.31 5.27 0.10 0.00 ind:fut:3p; -convoiteur convoiteur adj m s 0.00 0.07 0.00 0.07 -convoiteux convoiteux adj m p 0.00 0.07 0.00 0.07 -convoitez convoiter ver 2.31 5.27 0.12 0.20 ind:pre:2p; -convoitise convoitise nom f s 1.05 5.20 0.80 4.05 -convoitises convoitise nom f p 1.05 5.20 0.25 1.15 -convoité convoiter ver m s 2.31 5.27 0.57 0.88 par:pas; -convoitée convoiter ver f s 2.31 5.27 0.13 0.54 par:pas; -convoitées convoiter ver f p 2.31 5.27 0.02 0.14 par:pas; -convoités convoiter ver m p 2.31 5.27 0.05 0.41 par:pas; -convola convoler ver 0.22 0.61 0.00 0.07 ind:pas:3s; -convolait convoler ver 0.22 0.61 0.00 0.07 ind:imp:3s; -convolant convoler ver 0.22 0.61 0.00 0.07 par:pre; -convolent convoler ver 0.22 0.61 0.00 0.07 ind:pre:3p; -convoler convoler ver 0.22 0.61 0.19 0.20 inf; -convolèrent convoler ver 0.22 0.61 0.01 0.00 ind:pas:3p; -convolé convoler ver m s 0.22 0.61 0.02 0.14 par:pas; -convoqua convoquer ver 10.89 19.32 0.14 2.91 ind:pas:3s; -convoquai convoquer ver 10.89 19.32 0.01 0.41 ind:pas:1s; -convoquaient convoquer ver 10.89 19.32 0.00 0.20 ind:imp:3p; -convoquait convoquer ver 10.89 19.32 0.01 1.62 ind:imp:3s; -convoquant convoquer ver 10.89 19.32 0.17 0.41 par:pre; -convoque convoquer ver 10.89 19.32 2.30 2.16 imp:pre:2s;ind:pre:1s;ind:pre:3s; -convoquent convoquer ver 10.89 19.32 0.06 0.14 ind:pre:3p; -convoquer convoquer ver 10.89 19.32 1.94 2.09 inf;; -convoquera convoquer ver 10.89 19.32 0.17 0.27 ind:fut:3s; -convoquerai convoquer ver 10.89 19.32 0.07 0.00 ind:fut:1s; -convoqueraient convoquer ver 10.89 19.32 0.00 0.07 cnd:pre:3p; -convoquerait convoquer ver 10.89 19.32 0.03 0.20 cnd:pre:3s; -convoquerez convoquer ver 10.89 19.32 0.02 0.00 ind:fut:2p; -convoqueront convoquer ver 10.89 19.32 0.01 0.00 ind:fut:3p; -convoquez convoquer ver 10.89 19.32 0.71 0.14 imp:pre:2p;ind:pre:2p; -convoquions convoquer ver 10.89 19.32 0.00 0.07 ind:imp:1p; -convoquons convoquer ver 10.89 19.32 0.07 0.00 imp:pre:1p;ind:pre:1p; -convoquât convoquer ver 10.89 19.32 0.00 0.14 sub:imp:3s; -convoquèrent convoquer ver 10.89 19.32 0.01 0.00 ind:pas:3p; -convoqué convoquer ver m s 10.89 19.32 3.26 5.81 par:pas; -convoquée convoquer ver f s 10.89 19.32 1.02 0.81 par:pas; -convoquées convoquer ver f p 10.89 19.32 0.20 0.20 par:pas; -convoqués convoquer ver m p 10.89 19.32 0.68 1.69 par:pas; -convoya convoyer ver 0.51 1.89 0.00 0.07 ind:pas:3s; -convoyage convoyage nom m s 0.10 0.20 0.08 0.14 -convoyages convoyage nom m p 0.10 0.20 0.02 0.07 -convoyaient convoyer ver 0.51 1.89 0.00 0.07 ind:imp:3p; -convoyait convoyer ver 0.51 1.89 0.01 0.20 ind:imp:3s; -convoyant convoyer ver 0.51 1.89 0.11 0.20 par:pre; -convoyer convoyer ver 0.51 1.89 0.32 0.81 inf; -convoyeur convoyeur nom m s 1.10 0.95 0.58 0.54 -convoyeurs convoyeur nom m p 1.10 0.95 0.51 0.27 -convoyeuse convoyeur nom f s 1.10 0.95 0.01 0.14 -convoyé convoyer ver m s 0.51 1.89 0.02 0.14 par:pas; -convoyée convoyer ver f s 0.51 1.89 0.00 0.07 par:pas; -convoyés convoyer ver m p 0.51 1.89 0.01 0.34 par:pas; -convulsa convulser ver 0.84 1.42 0.00 0.07 ind:pas:3s; -convulsai convulser ver 0.84 1.42 0.00 0.07 ind:pas:1s; -convulsais convulser ver 0.84 1.42 0.00 0.07 ind:imp:1s; -convulsait convulser ver 0.84 1.42 0.04 0.27 ind:imp:3s; -convulsant convulser ver 0.84 1.42 0.00 0.14 par:pre; -convulse convulser ver 0.84 1.42 0.42 0.14 ind:pre:3s; -convulser convulser ver 0.84 1.42 0.19 0.07 inf; -convulsif convulsif adj m s 0.39 3.04 0.13 1.35 -convulsifs convulsif adj m p 0.39 3.04 0.14 0.68 -convulsion convulsion nom f s 1.60 5.61 0.19 1.28 -convulsionnaire convulsionnaire nom s 0.00 0.14 0.00 0.14 -convulsionne convulsionner ver 0.00 0.20 0.00 0.14 ind:pre:1s;ind:pre:3s; -convulsionnée convulsionner ver f s 0.00 0.20 0.00 0.07 par:pas; -convulsions convulsion nom f p 1.60 5.61 1.42 4.32 -convulsive convulsif adj f s 0.39 3.04 0.13 0.41 -convulsivement convulsivement adv 0.01 1.35 0.01 1.35 -convulsives convulsif adj f p 0.39 3.04 0.00 0.61 -convulsé convulser ver m s 0.84 1.42 0.07 0.34 par:pas; -convulsée convulsé adj f s 0.11 0.74 0.10 0.27 -convulsées convulsé adj f p 0.11 0.74 0.00 0.07 -convulsés convulsé adj m p 0.11 0.74 0.01 0.00 -cooccupant cooccupant adj m s 0.00 0.07 0.00 0.07 -cookie cookie nom m s 8.22 0.07 3.08 0.07 -cookies cookie nom m p 8.22 0.07 5.14 0.00 -cool cool adj 63.63 3.18 63.63 3.18 -coolie_pousse coolie_pousse nom m s 0.01 0.00 0.01 0.00 -coolie coolie nom m s 0.16 0.41 0.13 0.20 -coolies coolie nom m p 0.16 0.41 0.03 0.20 -coolos coolos adj 0.04 0.41 0.04 0.41 -cooptant coopter ver 0.16 0.07 0.01 0.00 par:pre; -cooptation cooptation nom f s 0.01 0.14 0.01 0.14 -coopter coopter ver 0.16 0.07 0.01 0.07 inf; -coopère coopérer ver 11.91 1.08 1.60 0.07 imp:pre:2s;ind:pre:1s;ind:pre:3s; -coopèrent coopérer ver 11.91 1.08 0.42 0.14 ind:pre:3p; -coopères coopérer ver 11.91 1.08 0.49 0.07 ind:pre:2s; -coopté coopter ver m s 0.16 0.07 0.14 0.00 par:pas; -coopé coopé nom f s 0.02 0.27 0.02 0.27 -coopérais coopérer ver 11.91 1.08 0.04 0.00 ind:imp:1s;ind:imp:2s; -coopérait coopérer ver 11.91 1.08 0.20 0.07 ind:imp:3s; -coopérant coopérer ver 11.91 1.08 0.13 0.00 par:pre; -coopérante coopérant nom f s 0.10 0.14 0.03 0.00 -coopérants coopérant nom m p 0.10 0.14 0.05 0.07 -coopérateur coopérateur nom m s 0.03 0.00 0.03 0.00 -coopératif coopératif adj m s 2.65 0.47 1.53 0.27 -coopératifs coopératif adj m p 2.65 0.47 0.41 0.00 -coopération coopération nom f s 5.21 6.96 5.21 6.96 -coopératisme coopératisme nom m s 0.01 0.00 0.01 0.00 -coopérative coopérative nom f s 1.66 0.74 1.53 0.61 -coopératives coopératif adj f p 2.65 0.47 0.25 0.07 -coopérer coopérer ver 11.91 1.08 6.05 0.54 inf; -coopérera coopérer ver 11.91 1.08 0.14 0.00 ind:fut:3s; -coopérerai coopérer ver 11.91 1.08 0.10 0.00 ind:fut:1s; -coopéreraient coopérer ver 11.91 1.08 0.01 0.14 cnd:pre:3p; -coopérerais coopérer ver 11.91 1.08 0.02 0.00 cnd:pre:1s;cnd:pre:2s; -coopérerez coopérer ver 11.91 1.08 0.04 0.00 ind:fut:2p; -coopéreriez coopérer ver 11.91 1.08 0.02 0.00 cnd:pre:2p; -coopérerons coopérer ver 11.91 1.08 0.07 0.00 ind:fut:1p; -coopéreront coopérer ver 11.91 1.08 0.03 0.00 ind:fut:3p; -coopérez coopérer ver 11.91 1.08 1.26 0.00 imp:pre:2p;ind:pre:2p; -coopériez coopérer ver 11.91 1.08 0.19 0.00 ind:imp:2p; -coopérions coopérer ver 11.91 1.08 0.06 0.00 ind:imp:1p; -coopérons coopérer ver 11.91 1.08 0.07 0.00 ind:pre:1p; -coopéré coopérer ver m s 11.91 1.08 0.96 0.07 par:pas; -coordinateur coordinateur nom m s 0.83 0.07 0.54 0.07 -coordinateurs coordinateur nom m p 0.83 0.07 0.04 0.00 -coordination coordination nom f s 1.36 2.16 1.36 2.16 -coordinatrice coordinateur nom f s 0.83 0.07 0.26 0.00 -coordonna coordonner ver 2.15 2.09 0.01 0.07 ind:pas:3s; -coordonnaient coordonner ver 2.15 2.09 0.02 0.07 ind:imp:3p; -coordonnait coordonner ver 2.15 2.09 0.01 0.00 ind:imp:3s; -coordonnant coordonner ver 2.15 2.09 0.16 0.00 par:pre; -coordonnateur coordonnateur adj m s 0.03 0.00 0.03 0.00 -coordonne coordonner ver 2.15 2.09 0.26 0.14 imp:pre:2s;ind:pre:1s;ind:pre:3s; -coordonner coordonner ver 2.15 2.09 0.96 1.22 inf; -coordonnera coordonner ver 2.15 2.09 0.07 0.07 ind:fut:3s; -coordonnerait coordonner ver 2.15 2.09 0.01 0.07 cnd:pre:3s; -coordonnez coordonner ver 2.15 2.09 0.19 0.00 imp:pre:2p;ind:pre:2p; -coordonnons coordonner ver 2.15 2.09 0.00 0.07 imp:pre:1p; -coordonné coordonner ver m s 2.15 2.09 0.16 0.14 par:pas; -coordonnée coordonnée nom f s 8.30 1.55 0.24 0.00 -coordonnées coordonnée nom f p 8.30 1.55 8.05 1.55 -coordonnés coordonné nom m p 0.16 0.07 0.16 0.07 -cop cop nom f s 0.63 0.27 0.63 0.27 -copaïba copaïba nom m s 0.00 0.07 0.00 0.07 -copain copain nom m s 146.92 103.18 61.14 34.05 -copains copain nom m p 146.92 103.18 30.47 49.93 -copal copal nom m s 0.01 0.00 0.01 0.00 -copeau copeau nom m s 0.67 5.41 0.10 0.34 -copeaux copeau nom m p 0.67 5.41 0.57 5.07 -copernicienne copernicien adj f s 0.00 0.14 0.00 0.14 -copia copier ver 8.07 8.45 0.01 0.07 ind:pas:3s; -copiable copiable adj m s 0.01 0.00 0.01 0.00 -copiage copiage nom m s 0.01 0.00 0.01 0.00 -copiai copier ver 8.07 8.45 0.00 0.07 ind:pas:1s; -copiaient copier ver 8.07 8.45 0.01 0.27 ind:imp:3p; -copiais copier ver 8.07 8.45 0.30 0.07 ind:imp:1s;ind:imp:2s; -copiait copier ver 8.07 8.45 0.01 0.47 ind:imp:3s; -copiant copier ver 8.07 8.45 0.03 0.41 par:pre; -copie copie nom f s 25.70 14.26 16.88 8.45 -copient copier ver 8.07 8.45 0.20 0.07 ind:pre:3p; -copier copier ver 8.07 8.45 2.96 2.70 inf; -copiera copier ver 8.07 8.45 0.04 0.00 ind:fut:3s; -copierai copier ver 8.07 8.45 0.01 0.00 ind:fut:1s; -copierait copier ver 8.07 8.45 0.03 0.07 cnd:pre:3s; -copieras copier ver 8.07 8.45 0.14 0.34 ind:fut:2s; -copierez copier ver 8.07 8.45 0.00 0.14 ind:fut:2p; -copieront copier ver 8.07 8.45 0.02 0.07 ind:fut:3p; -copies copie nom f p 25.70 14.26 8.82 5.81 -copieur copieur nom m s 0.28 0.20 0.19 0.07 -copieurs copieur nom m p 0.28 0.20 0.04 0.14 -copieuse copieux adj f s 0.59 3.04 0.11 0.88 -copieusement copieusement adv 0.13 2.57 0.13 2.57 -copieuses copieuse nom f p 0.01 0.00 0.01 0.00 -copieux copieux adj m s 0.59 3.04 0.48 1.82 -copiez copier ver 8.07 8.45 0.34 0.00 imp:pre:2p;ind:pre:2p; -copilote copilote nom m s 1.50 0.00 1.50 0.00 -copinage copinage nom m s 0.08 0.27 0.08 0.27 -copinait copiner ver 1.26 0.47 0.01 0.14 ind:imp:3s; -copine copain nom f s 146.92 103.18 55.32 12.43 -copiner copiner ver 1.26 0.47 0.09 0.07 inf; -copines copine nom f p 10.57 0.00 10.57 0.00 -copineur copineur adj m s 0.00 0.20 0.00 0.07 -copineurs copineur adj m p 0.00 0.20 0.00 0.07 -copineuse copineur adj f s 0.00 0.20 0.00 0.07 -copiniez copiner ver 1.26 0.47 0.01 0.00 ind:imp:2p; -copiné copiner ver m s 1.26 0.47 0.02 0.07 par:pas; -copiste copiste nom s 0.40 0.81 0.22 0.74 -copistes copiste nom p 0.40 0.81 0.17 0.07 -copié copier ver m s 8.07 8.45 2.17 1.15 par:pas; -copiée copier ver f s 8.07 8.45 0.29 0.54 par:pas; -copiées copier ver f p 8.07 8.45 0.28 0.20 par:pas; -copiés copier ver m p 8.07 8.45 0.20 0.34 par:pas; -copla copla nom f s 0.00 0.07 0.00 0.07 -coppa coppa nom f s 0.01 0.00 0.01 0.00 -copra copra nom m s 0.04 0.07 0.04 0.07 -câpre câpre nom f s 0.31 0.47 0.11 0.00 -câpres câpre nom f p 0.31 0.47 0.20 0.47 -câpriers câprier nom m p 0.00 0.07 0.00 0.07 -coprins coprin nom m p 0.00 0.07 0.00 0.07 -coproculture coproculture nom f s 0.01 0.00 0.01 0.00 -coproducteur coproducteur nom m s 0.11 0.07 0.09 0.00 -coproducteurs coproducteur nom m p 0.11 0.07 0.02 0.07 -coproduction coproduction nom f s 0.16 0.27 0.16 0.27 -coproduire coproduire ver 0.04 0.07 0.01 0.07 inf; -coproduit coproduire ver m s 0.04 0.07 0.03 0.00 ind:pre:3s;par:pas; -coprologie coprologie nom f s 0.00 0.07 0.00 0.07 -coprologique coprologique adj f s 0.00 0.14 0.00 0.14 -coprophage coprophage nom s 0.00 0.20 0.00 0.20 -coprophagie coprophagie nom f s 0.20 0.00 0.20 0.00 -coprophile coprophile nom s 0.00 0.07 0.00 0.07 -coprophilie coprophilie nom f s 0.02 0.00 0.02 0.00 -copropriétaire copropriétaire nom s 0.29 0.27 0.11 0.07 -copropriétaires copropriétaire nom p 0.29 0.27 0.18 0.20 -copropriété copropriété nom f s 0.56 0.41 0.56 0.41 -coprésidence coprésidence nom f s 0.01 0.00 0.01 0.00 -coprésident coprésider ver 0.01 0.00 0.01 0.00 ind:pre:3p; -cops cops nom m 0.41 0.07 0.41 0.07 -copte copte nom m s 0.02 0.34 0.02 0.14 -coptes copte nom m p 0.02 0.34 0.00 0.20 -copula copuler ver 1.19 0.54 0.01 0.07 ind:pas:3s; -copulait copuler ver 1.19 0.54 0.01 0.07 ind:imp:3s; -copulant copuler ver 1.19 0.54 0.02 0.07 par:pre; -copulation copulation nom f s 0.19 0.47 0.17 0.41 -copulations copulation nom f p 0.19 0.47 0.02 0.07 -copule copule nom f s 0.14 0.00 0.14 0.00 -copulent copuler ver 1.19 0.54 0.25 0.00 ind:pre:3p; -copuler copuler ver 1.19 0.54 0.66 0.34 inf; -copulez copuler ver 1.19 0.54 0.10 0.00 ind:pre:2p; -copulé copuler ver m s 1.19 0.54 0.15 0.00 par:pas; -copyright copyright nom m s 0.41 0.14 0.41 0.14 -coq_à_l_âne coq_à_l_âne nom m 0.00 0.14 0.00 0.14 -coq coq nom m s 12.47 19.12 10.74 15.68 -coqs coq nom m p 12.47 19.12 1.73 3.45 -coquard coquard nom m s 0.34 0.41 0.30 0.34 -coquards coquard nom m p 0.34 0.41 0.03 0.07 -coquart coquart nom m s 0.11 0.14 0.11 0.07 -coquarts coquart nom m p 0.11 0.14 0.00 0.07 -coque coque nom f s 5.00 12.64 4.60 9.93 -coquebin coquebin adj m s 0.00 0.34 0.00 0.34 -coquelet coquelet nom m s 0.10 0.07 0.10 0.07 -coquelicot coquelicot nom m s 1.05 3.24 0.71 0.95 -coquelicots coquelicot nom m p 1.05 3.24 0.34 2.30 -coquelle coquelle nom f s 0.00 0.07 0.00 0.07 -coqueluche coqueluche nom f s 1.01 2.43 0.97 2.43 -coqueluches coqueluche nom f p 1.01 2.43 0.04 0.00 -coquemar coquemar nom m s 0.00 0.07 0.00 0.07 -coquerelle coquerelle nom f s 0.03 0.07 0.03 0.07 -coquerie coquerie nom f s 0.05 0.00 0.05 0.00 -coqueron coqueron nom m s 0.02 0.00 0.02 0.00 -coques coque nom f p 5.00 12.64 0.40 2.70 -coquet coquet adj m s 1.57 6.55 0.77 2.70 -coquetel coquetel nom m s 0.00 0.07 0.00 0.07 -coqueter coqueter ver 0.01 0.00 0.01 0.00 inf; -coquetier coquetier nom m s 0.29 0.61 0.14 0.47 -coquetiers coquetier nom m p 0.29 0.61 0.15 0.14 -coquets coquet adj m p 1.57 6.55 0.02 0.41 -coquette coquet adj f s 1.57 6.55 0.77 2.84 -coquettement coquettement adv 0.00 0.41 0.00 0.41 -coquetterie coquetterie nom f s 0.63 7.03 0.61 6.22 -coquetteries coquetterie nom f p 0.63 7.03 0.01 0.81 -coquettes coquette nom f p 0.71 2.23 0.13 0.27 -coquillage coquillage nom m s 2.66 10.47 0.77 3.51 -coquillages coquillage nom m p 2.66 10.47 1.89 6.96 -coquillard coquillard nom m s 0.02 0.74 0.02 0.68 -coquillards coquillard nom m p 0.02 0.74 0.00 0.07 -coquillart coquillart nom m s 0.00 0.07 0.00 0.07 -coquille coquille nom f s 4.92 13.45 3.19 9.46 -coquilles coquille nom f p 4.92 13.45 1.73 3.99 -coquillettes coquillette nom f p 0.01 0.61 0.01 0.61 -coquilleux coquilleux adj m s 0.00 0.07 0.00 0.07 -coquin coquin nom m s 7.55 4.26 4.96 2.43 -coquine coquin nom f s 7.55 4.26 1.53 0.27 -coquinement coquinement adv 0.00 0.07 0.00 0.07 -coquinerie coquinerie nom f s 0.03 0.20 0.03 0.14 -coquineries coquinerie nom f p 0.03 0.20 0.00 0.07 -coquines coquin adj f p 3.92 3.24 0.17 0.47 -coquinet coquinet adj m s 0.01 0.07 0.01 0.07 -coquins coquin nom m p 7.55 4.26 0.98 1.49 -cor cor nom m s 3.35 3.92 2.57 2.36 -cora cora nom f s 0.00 0.34 0.00 0.27 -corail corail nom m s 1.43 3.51 1.04 2.97 -coralliaires coralliaire nom p 0.00 0.07 0.00 0.07 -corallien corallien adj m s 0.03 0.00 0.01 0.00 -coralliens corallien adj m p 0.03 0.00 0.02 0.00 -coramine coramine nom f s 0.10 0.07 0.10 0.07 -coran coran nom m s 1.96 2.43 1.96 2.43 -coranique coranique adj f s 0.16 0.34 0.16 0.20 -coraniques coranique adj m p 0.16 0.34 0.00 0.14 -coras cora nom f p 0.00 0.34 0.00 0.07 -coraux corail nom m p 1.43 3.51 0.39 0.54 -corbeau corbeau nom m s 5.72 8.85 3.57 3.92 -corbeaux corbeau nom m p 5.72 8.85 2.15 4.93 -corbeille corbeille nom f s 2.71 19.12 2.30 15.68 -corbeilles corbeille nom f p 2.71 19.12 0.41 3.45 -corbillard corbillard nom m s 1.63 4.19 1.58 3.72 -corbillards corbillard nom m p 1.63 4.19 0.04 0.47 -corbin corbin nom m s 0.14 0.47 0.14 0.47 -corbières corbières nom m 0.00 0.14 0.00 0.14 -cordage cordage nom m s 0.27 3.85 0.17 0.61 -cordages cordage nom m p 0.27 3.85 0.11 3.24 -corde corde nom f s 38.57 48.38 28.89 31.76 -cordeau cordeau nom m s 0.20 1.76 0.16 1.62 -cordeaux cordeau nom m p 0.20 1.76 0.01 0.14 -cordelette cordelette nom f s 0.11 3.72 0.10 2.91 -cordelettes cordelette nom f p 0.11 3.72 0.01 0.81 -cordelier cordelier nom m s 0.01 2.77 0.00 0.20 -cordeliers cordelier nom m p 0.01 2.77 0.01 1.22 -cordelière cordelier nom f s 0.01 2.77 0.00 1.01 -cordelières cordelier nom f p 0.01 2.77 0.00 0.34 -cordelle cordeau nom f s 0.20 1.76 0.04 0.00 -corder corder ver 0.31 0.47 0.16 0.00 inf; -corderie corderie nom f s 0.00 0.14 0.00 0.14 -cordes corde nom f p 38.57 48.38 9.68 16.62 -cordial cordial nom m s 0.44 1.96 0.44 1.96 -cordiale cordial adj f s 0.53 4.80 0.30 2.43 -cordialement cordialement adv 0.72 1.82 0.72 1.82 -cordiales cordial adj f p 0.53 4.80 0.05 0.74 -cordialité cordialité nom f s 0.09 3.65 0.08 3.65 -cordialités cordialité nom f p 0.09 3.65 0.01 0.00 -cordiaux cordial adj m p 0.53 4.80 0.11 0.41 -cordiers cordier nom m p 0.00 0.74 0.00 0.74 -cordiforme cordiforme adj f s 0.00 0.27 0.00 0.20 -cordiformes cordiforme adj f p 0.00 0.27 0.00 0.07 -cordillère cordillère nom f s 0.28 0.14 0.28 0.14 -cordite cordite nom f s 0.13 0.07 0.13 0.07 -cordobas cordoba nom m p 0.01 0.00 0.01 0.00 -cordon_bleu cordon_bleu nom m s 0.27 0.14 0.26 0.07 -cordon cordon nom m s 5.21 12.23 4.42 9.19 -cordonner cordonner ver 0.04 0.00 0.01 0.00 inf; -cordonnerie cordonnerie nom f s 0.16 0.20 0.16 0.20 -cordonnet cordonnet nom m s 0.16 0.81 0.14 0.61 -cordonnets cordonnet nom m p 0.16 0.81 0.02 0.20 -cordonnier cordonnier nom m s 1.86 3.92 1.72 2.91 -cordonniers cordonnier nom m p 1.86 3.92 0.14 0.95 -cordonnière cordonnier nom f s 1.86 3.92 0.00 0.07 -cordonnées cordonner ver f p 0.04 0.00 0.02 0.00 par:pas; -cordon_bleu cordon_bleu nom m p 0.27 0.14 0.01 0.07 -cordons cordon nom m p 5.21 12.23 0.79 3.04 -cordouan cordouan adj m s 0.00 0.07 0.00 0.07 -cordé corder ver m s 0.31 0.47 0.00 0.07 par:pas; -cordée cordée nom f s 0.02 0.61 0.02 0.47 -cordées cordée nom f p 0.02 0.61 0.00 0.14 -cordés cordé adj m p 0.01 0.07 0.01 0.00 -coreligionnaires coreligionnaire nom p 0.00 0.95 0.00 0.95 -corelliens corellien adj m p 0.01 0.00 0.01 0.00 -coriace coriace adj s 4.70 2.57 3.68 1.69 -coriaces coriace adj p 4.70 2.57 1.02 0.88 -coriacité coriacité nom f s 0.00 0.07 0.00 0.07 -coriandre coriandre nom f s 0.24 0.27 0.24 0.27 -corindon corindon nom m s 0.00 0.14 0.00 0.14 -corinthe corinthe nom s 0.00 0.07 0.00 0.07 -corinthien corinthien adj m s 0.27 0.54 0.11 0.41 -corinthiennes corinthien adj f p 0.27 0.54 0.01 0.14 -corinthiens corinthien nom m p 0.45 0.07 0.44 0.07 -cormier cormier nom m s 0.08 0.00 0.08 0.00 -cormoran cormoran nom m s 0.26 1.22 0.12 0.54 -cormorans cormoran nom m p 0.26 1.22 0.14 0.68 -corn_flakes corn_flakes nom m p 0.22 0.00 0.22 0.00 -corn_flakes corn_flakes nom f p 0.14 0.07 0.14 0.07 -corna corner ver 0.26 3.38 0.00 0.27 ind:pas:3s; -cornac cornac nom m s 0.03 0.41 0.03 0.41 -cornaient corner ver 0.26 3.38 0.00 0.07 ind:imp:3p; -cornais corner ver 0.26 3.38 0.00 0.07 ind:imp:1s; -cornait corner ver 0.26 3.38 0.00 0.20 ind:imp:3s; -cornaline cornaline nom f s 0.00 0.14 0.00 0.07 -cornalines cornaline nom f p 0.00 0.14 0.00 0.07 -cornant corner ver 0.26 3.38 0.00 0.20 par:pre; -cornaquaient cornaquer ver 0.00 0.14 0.00 0.07 ind:imp:3p; -cornaquée cornaquer ver f s 0.00 0.14 0.00 0.07 par:pas; -cornard cornard nom m s 0.71 0.47 0.71 0.41 -cornards cornard nom m p 0.71 0.47 0.00 0.07 -cornas corner ver 0.26 3.38 0.00 0.07 ind:pas:2s; -corne corne nom f s 7.79 19.46 2.63 9.80 -cornecul cornecul nom s 0.00 0.20 0.00 0.20 -corneille corneille nom f s 0.86 2.36 0.19 0.47 -corneilles corneille nom f p 0.86 2.36 0.67 1.89 -cornemuse cornemuse nom f s 1.38 0.61 0.98 0.34 -cornemuses cornemuse nom f p 1.38 0.61 0.40 0.27 -cornemuseur cornemuseur nom m s 0.01 0.00 0.01 0.00 -cornent corner ver 0.26 3.38 0.02 0.07 ind:pre:3p; -corner corner ver 0.26 3.38 0.17 1.49 inf; -corners corner nom m p 0.30 0.14 0.14 0.07 -cornes corne nom f p 7.79 19.46 5.16 9.66 -cornet cornet nom m s 1.85 8.04 1.46 6.15 -cornets cornet nom m p 1.85 8.04 0.39 1.89 -cornette cornette nom s 0.18 2.70 0.03 1.69 -cornettes cornette nom p 0.18 2.70 0.16 1.01 -corniaud corniaud nom m s 0.95 5.34 0.68 4.12 -corniauds corniaud nom m p 0.95 5.34 0.27 1.22 -corniche corniche nom f s 0.81 7.03 0.76 5.74 -corniches corniche nom f p 0.81 7.03 0.05 1.28 -cornichon cornichon nom m s 4.17 2.30 1.29 0.68 -cornichons cornichon nom m p 4.17 2.30 2.88 1.62 -cornillon cornillon nom m s 0.02 0.20 0.02 0.20 -cornistes corniste nom p 0.00 0.20 0.00 0.20 -cornières cornière nom f p 0.00 0.34 0.00 0.34 -cornouaillais cornouaillais nom m 0.06 0.00 0.06 0.00 -cornouille cornouille nom f s 0.00 0.14 0.00 0.07 -cornouiller cornouiller nom m s 0.08 0.34 0.08 0.14 -cornouillers cornouiller nom m p 0.08 0.34 0.00 0.20 -cornouilles cornouille nom f p 0.00 0.14 0.00 0.07 -cornèrent corner ver 0.26 3.38 0.00 0.07 ind:pas:3p; -corné corner ver m s 0.26 3.38 0.02 0.41 par:pas; -cornu cornu adj m s 0.42 1.62 0.17 0.61 -cornée cornée nom f s 0.85 1.22 0.78 1.08 -cornue cornu adj f s 0.42 1.62 0.10 0.34 -cornéen cornéen adj m s 0.05 0.00 0.03 0.00 -cornéenne cornéen adj f s 0.05 0.00 0.02 0.00 -cornées corné adj f p 0.12 1.42 0.11 0.41 -cornues cornue nom f p 0.01 1.08 0.00 0.61 -cornélien cornélien adj m s 0.02 0.54 0.02 0.27 -cornélienne cornélien adj f s 0.02 0.54 0.00 0.20 -cornéliennes cornélien adj f p 0.02 0.54 0.00 0.07 -cornés corner ver m p 0.26 3.38 0.01 0.07 par:pas; -cornus cornu adj m p 0.42 1.62 0.15 0.54 -corollaire corollaire nom m s 0.05 0.74 0.04 0.68 -corollaires corollaire nom m p 0.05 0.74 0.01 0.07 -corolle corolle nom f s 0.40 3.65 0.26 2.03 -corolles corolle nom f p 0.40 3.65 0.14 1.62 -coron coron nom m s 0.01 1.76 0.01 0.54 -corona corona nom f s 0.50 0.27 0.50 0.27 -coronaire coronaire adj s 0.44 0.14 0.19 0.00 -coronaires coronaire adj f p 0.44 0.14 0.25 0.14 -coronal coronal adj m s 0.07 0.00 0.03 0.00 -coronale coronal adj f s 0.07 0.00 0.04 0.00 -coronales coronal adj f p 0.07 0.00 0.01 0.00 -coronarien coronarien adj m s 0.17 0.00 0.08 0.00 -coronarienne coronarien adj f s 0.17 0.00 0.09 0.00 -coroner coroner nom m s 2.02 0.00 1.98 0.00 -coroners coroner nom m p 2.02 0.00 0.04 0.00 -coronilles coronille nom f p 0.00 0.20 0.00 0.20 -corons coron nom m p 0.01 1.76 0.00 1.22 -corozo corozo nom m s 0.00 0.20 0.00 0.20 -corporal corporal nom m s 0.11 0.07 0.11 0.07 -corporalisés corporaliser ver m p 0.00 0.07 0.00 0.07 par:pas; -corporalité corporalité nom f s 0.01 0.07 0.01 0.07 -corporatif corporatif adj m s 0.18 0.20 0.01 0.00 -corporatifs corporatif adj m p 0.18 0.20 0.13 0.00 -corporation corporation nom f s 0.77 2.77 0.53 2.23 -corporations corporation nom f p 0.77 2.77 0.24 0.54 -corporatisme corporatisme nom m s 0.02 0.07 0.02 0.07 -corporatiste corporatiste adj s 0.04 0.07 0.04 0.07 -corporative corporatif adj f s 0.18 0.20 0.01 0.14 -corporatives corporatif adj f p 0.18 0.20 0.03 0.07 -corporel corporel adj m s 3.64 2.70 1.10 0.34 -corporelle corporel adj f s 3.64 2.70 1.47 1.01 -corporelles corporel adj f p 3.64 2.70 0.26 0.61 -corporels corporel adj m p 3.64 2.70 0.81 0.74 -corps_mort corps_mort nom m s 0.00 0.07 0.00 0.07 -corps corps nom m 250.15 480.34 250.15 480.34 -corpsard corpsard nom m s 0.00 0.07 0.00 0.07 -corpulence corpulence nom f s 0.54 1.76 0.54 1.76 -corpulent corpulent adj m s 0.81 1.76 0.66 1.08 -corpulente corpulent adj f s 0.81 1.76 0.00 0.47 -corpulentes corpulent adj f p 0.81 1.76 0.00 0.07 -corpulents corpulent adj m p 0.81 1.76 0.16 0.14 -corpus_delicti corpus_delicti nom m s 0.03 0.00 0.03 0.00 -corpus corpus nom m 0.38 0.88 0.38 0.88 -corpuscule corpuscule nom f s 0.25 0.47 0.06 0.14 -corpuscules corpuscule nom f p 0.25 0.47 0.18 0.34 -corral corral nom m s 0.90 1.08 0.87 0.95 -corrals corral nom m p 0.90 1.08 0.03 0.14 -correct correct adj m s 19.24 8.18 14.32 5.00 -correcte correct adj f s 19.24 8.18 2.94 1.76 -correctement correctement adv 11.08 5.41 11.08 5.41 -correctes correct adj f p 19.24 8.18 0.58 0.41 -correcteur correcteur nom m s 0.28 0.74 0.22 0.34 -correcteurs correcteur nom m p 0.28 0.74 0.06 0.41 -correctif correctif adj m s 0.16 0.41 0.13 0.27 -correction correction nom f s 8.89 6.08 4.17 4.53 -correctionnaliser correctionnaliser ver 0.00 0.07 0.00 0.07 inf; -correctionnel correctionnel adj m s 0.43 0.54 0.35 0.00 -correctionnelle correctionnel nom f s 0.47 1.82 0.47 1.69 -correctionnelles correctionnel adj f p 0.43 0.54 0.01 0.14 -correctionnels correctionnel adj m p 0.43 0.54 0.01 0.00 -corrections correction nom f p 8.89 6.08 4.72 1.55 -corrective correctif adj f s 0.16 0.41 0.03 0.14 -corrector corrector nom m s 0.00 0.14 0.00 0.14 -correctrice correcteur adj f s 0.07 0.47 0.01 0.00 -correctrices correcteur adj f p 0.07 0.47 0.01 0.07 -corrects correct adj m p 19.24 8.18 1.39 1.01 -corregidor corregidor nom m s 0.15 0.14 0.15 0.14 -correspond correspondre ver 23.62 19.46 13.76 3.78 ind:pre:3s; -correspondît correspondre ver 23.62 19.46 0.00 0.27 sub:imp:3s; -correspondaient correspondre ver 23.62 19.46 0.21 1.69 ind:imp:3p; -correspondais correspondre ver 23.62 19.46 0.18 0.20 ind:imp:1s;ind:imp:2s; -correspondait correspondre ver 23.62 19.46 1.14 6.08 ind:imp:3s; -correspondance correspondance nom f s 5.71 13.51 5.33 11.89 -correspondances correspondance nom f p 5.71 13.51 0.38 1.62 -correspondancier correspondancier nom m s 0.01 0.00 0.01 0.00 -correspondant correspondant nom m s 2.59 5.88 1.87 3.24 -correspondante correspondant adj f s 1.10 3.24 0.24 0.47 -correspondantes correspondant adj f p 1.10 3.24 0.07 0.27 -correspondants correspondant nom m p 2.59 5.88 0.54 2.16 -corresponde correspondre ver 23.62 19.46 0.44 0.20 sub:pre:3s; -correspondent correspondre ver 23.62 19.46 4.06 1.55 ind:pre:3p;sub:pre:3p; -correspondez correspondre ver 23.62 19.46 0.20 0.07 ind:pre:2p; -correspondiez correspondre ver 23.62 19.46 0.02 0.00 ind:imp:2p; -correspondions correspondre ver 23.62 19.46 0.02 0.07 ind:imp:1p; -correspondra correspondre ver 23.62 19.46 0.12 0.07 ind:fut:3s; -correspondrai correspondre ver 23.62 19.46 0.00 0.07 ind:fut:1s; -correspondraient correspondre ver 23.62 19.46 0.05 0.07 cnd:pre:3p; -correspondrait correspondre ver 23.62 19.46 0.27 0.27 cnd:pre:3s; -correspondre correspondre ver 23.62 19.46 1.67 1.76 inf; -correspondrons correspondre ver 23.62 19.46 0.02 0.00 ind:fut:1p; -corresponds correspondre ver 23.62 19.46 0.29 0.14 ind:pre:1s;ind:pre:2s; -correspondu correspondre ver m s 23.62 19.46 0.18 0.47 par:pas; -corrida corrida nom f s 1.88 4.53 1.73 3.65 -corridas corrida nom f p 1.88 4.53 0.14 0.88 -corridor corridor nom m s 1.84 12.50 1.51 9.86 -corridors corridor nom m p 1.84 12.50 0.34 2.64 -corrige corriger ver 12.24 16.08 2.21 1.96 imp:pre:2s;ind:pre:1s;ind:pre:3s; -corrigea corriger ver 12.24 16.08 0.01 1.55 ind:pas:3s; -corrigeai corriger ver 12.24 16.08 0.00 0.20 ind:pas:1s; -corrigeaient corriger ver 12.24 16.08 0.00 0.14 ind:imp:3p; -corrigeais corriger ver 12.24 16.08 0.13 0.20 ind:imp:1s;ind:imp:2s; -corrigeait corriger ver 12.24 16.08 0.04 1.28 ind:imp:3s; -corrigeant corriger ver 12.24 16.08 0.02 1.01 par:pre; -corrigent corriger ver 12.24 16.08 0.06 0.34 ind:pre:3p; -corrigeons corriger ver 12.24 16.08 0.08 0.07 imp:pre:1p;ind:pre:1p; -corriger corriger ver 12.24 16.08 5.87 6.82 inf; -corrigera corriger ver 12.24 16.08 0.25 0.20 ind:fut:3s; -corrigerai corriger ver 12.24 16.08 0.22 0.07 ind:fut:1s; -corrigerais corriger ver 12.24 16.08 0.02 0.07 cnd:pre:1s; -corrigerait corriger ver 12.24 16.08 0.03 0.27 cnd:pre:3s; -corrigeras corriger ver 12.24 16.08 0.02 0.00 ind:fut:2s; -corrigerez corriger ver 12.24 16.08 0.11 0.00 ind:fut:2p; -corrigerons corriger ver 12.24 16.08 0.02 0.00 ind:fut:1p; -corriges corriger ver 12.24 16.08 0.15 0.00 ind:pre:2s; -corrigez corriger ver 12.24 16.08 0.90 0.00 imp:pre:2p;ind:pre:2p; -corrigiez corriger ver 12.24 16.08 0.05 0.00 ind:imp:2p; -corrigions corriger ver 12.24 16.08 0.00 0.07 ind:imp:1p; -corrigé corriger ver m s 12.24 16.08 1.81 1.01 par:pas; -corrigée corriger ver f s 12.24 16.08 0.14 0.54 par:pas; -corrigées corrigé adj f p 0.38 1.08 0.17 0.07 -corrigés corrigé adj m p 0.38 1.08 0.14 0.14 -corrobora corroborer ver 1.35 1.15 0.00 0.07 ind:pas:3s; -corroboraient corroborer ver 1.35 1.15 0.02 0.07 ind:imp:3p; -corroborait corroborer ver 1.35 1.15 0.02 0.27 ind:imp:3s; -corroborant corroborer ver 1.35 1.15 0.01 0.00 par:pre; -corroboration corroboration nom f s 0.03 0.00 0.03 0.00 -corrobore corroborer ver 1.35 1.15 0.15 0.20 ind:pre:3s; -corroborent corroborer ver 1.35 1.15 0.20 0.07 ind:pre:3p; -corroborer corroborer ver 1.35 1.15 0.69 0.41 inf; -corroborera corroborer ver 1.35 1.15 0.08 0.00 ind:fut:3s; -corroborèrent corroborer ver 1.35 1.15 0.00 0.07 ind:pas:3p; -corroboré corroborer ver m s 1.35 1.15 0.16 0.00 par:pas; -corroborées corroborer ver f p 1.35 1.15 0.02 0.00 par:pas; -corrodait corroder ver 0.23 1.22 0.00 0.41 ind:imp:3s; -corrodant corrodant adj m s 0.00 0.14 0.00 0.07 -corrodante corrodant adj f s 0.00 0.14 0.00 0.07 -corrode corroder ver 0.23 1.22 0.01 0.07 ind:pre:3s; -corrodent corroder ver 0.23 1.22 0.00 0.07 ind:pre:3p; -corroder corroder ver 0.23 1.22 0.00 0.07 inf; -corrodé corroder ver m s 0.23 1.22 0.04 0.27 par:pas; -corrodée corroder ver f s 0.23 1.22 0.01 0.20 par:pas; -corrodées corroder ver f p 0.23 1.22 0.13 0.00 par:pas; -corrodés corroder ver m p 0.23 1.22 0.03 0.14 par:pas; -corroierie corroierie nom f s 0.00 0.07 0.00 0.07 -corrompais corrompre ver 5.27 3.58 0.02 0.00 ind:imp:1s; -corrompant corrompre ver 5.27 3.58 0.05 0.07 par:pre; -corrompe corrompre ver 5.27 3.58 0.09 0.07 sub:pre:1s;sub:pre:3s; -corrompent corrompre ver 5.27 3.58 0.05 0.41 ind:pre:3p; -corrompez corrompre ver 5.27 3.58 0.23 0.00 imp:pre:2p;ind:pre:2p; -corrompis corrompre ver 5.27 3.58 0.00 0.07 ind:pas:1s; -corrompra corrompre ver 5.27 3.58 0.02 0.07 ind:fut:3s; -corrompraient corrompre ver 5.27 3.58 0.01 0.00 cnd:pre:3p; -corrompre corrompre ver 5.27 3.58 1.61 1.49 inf; -corromps corrompre ver 5.27 3.58 0.11 0.00 imp:pre:2s;ind:pre:1s;ind:pre:2s; -corrompt corrompre ver 5.27 3.58 0.53 0.34 ind:pre:3s; -corrompu corrompre ver m s 5.27 3.58 1.56 0.68 par:pas; -corrompue corrompu adj f s 2.79 1.42 0.34 0.41 -corrompues corrompu adj f p 2.79 1.42 0.08 0.07 -corrompus corrompu adj m p 2.79 1.42 0.83 0.34 -corrosif corrosif adj m s 0.33 1.35 0.17 0.61 -corrosifs corrosif adj m p 0.33 1.35 0.10 0.00 -corrosion corrosion nom f s 0.18 0.20 0.18 0.20 -corrosive corrosif adj f s 0.33 1.35 0.04 0.61 -corrosives corrosif adj f p 0.33 1.35 0.01 0.14 -corrélatif corrélatif adj m s 0.05 0.00 0.01 0.00 -corrélation corrélation nom f s 0.17 0.20 0.17 0.20 -corrélative corrélatif adj f s 0.05 0.00 0.04 0.00 -corrélativement corrélativement adv 0.00 0.34 0.00 0.34 -corréler corréler ver 0.01 0.00 0.01 0.00 inf; -corrupteur corrupteur nom m s 0.30 0.41 0.16 0.34 -corrupteurs corrupteur nom m p 0.30 0.41 0.14 0.07 -corruptible corruptible adj s 0.13 0.07 0.09 0.00 -corruptibles corruptible adj p 0.13 0.07 0.04 0.07 -corruption corruption nom f s 6.59 3.58 6.54 3.45 -corruptions corruption nom f p 6.59 3.58 0.04 0.14 -corruptrice corrupteur adj f s 0.13 0.27 0.02 0.00 -corruptrices corrupteur adj f p 0.13 0.27 0.00 0.14 -corréziennes corrézien adj f p 0.00 0.07 0.00 0.07 -cors cor nom m p 3.35 3.92 0.78 1.55 -corsa corser ver 1.81 1.69 0.14 0.07 ind:pas:3s; -corsage corsage nom m s 1.44 15.14 1.28 12.23 -corsages corsage nom m p 1.44 15.14 0.16 2.91 -corsaire corsaire nom s 0.78 3.58 0.58 1.96 -corsaires corsaire nom p 0.78 3.58 0.20 1.62 -corsait corser ver 1.81 1.69 0.02 0.27 ind:imp:3s; -corsant corser ver 1.81 1.69 0.00 0.07 par:pre; -corse corse adj s 3.37 3.51 2.17 2.64 -corselet corselet nom m s 0.00 0.88 0.00 0.54 -corselets corselet nom m p 0.00 0.88 0.00 0.34 -corsent corser ver 1.81 1.69 0.18 0.00 ind:pre:3p; -corser corser ver 1.81 1.69 0.29 0.74 inf; -corserait corser ver 1.81 1.69 0.00 0.07 cnd:pre:3s; -corses corse adj p 3.37 3.51 1.21 0.88 -corset corset nom m s 2.04 2.91 1.51 2.30 -corseter corseter ver 0.03 1.42 0.01 0.00 inf; -corsetière corsetier nom f s 0.00 0.07 0.00 0.07 -corsets corset nom m p 2.04 2.91 0.53 0.61 -corseté corseter ver m s 0.03 1.42 0.01 0.34 par:pas; -corsetée corseter ver f s 0.03 1.42 0.00 0.74 par:pas; -corsetées corseter ver f p 0.03 1.42 0.00 0.20 par:pas; -corsetés corseter ver m p 0.03 1.42 0.00 0.14 par:pas; -corso corso nom m s 0.48 1.08 0.48 1.01 -corsos corso nom m p 0.48 1.08 0.00 0.07 -corsé corser ver m s 1.81 1.69 0.33 0.14 par:pas; -corsée corser ver f s 1.81 1.69 0.14 0.20 par:pas; -corsées corsé adj f p 0.49 1.28 0.00 0.07 -corsés corsé adj m p 0.49 1.28 0.23 0.07 -cortes corte nom f p 0.01 0.00 0.01 0.00 -cortex cortex nom m 8.68 0.14 8.68 0.14 -cortical cortical adj m s 0.45 0.07 0.08 0.07 -corticale cortical adj f s 0.45 0.07 0.16 0.00 -corticales cortical adj f p 0.45 0.07 0.20 0.00 -corticaux cortical adj m p 0.45 0.07 0.01 0.00 -cortine cortine nom f s 0.03 0.00 0.03 0.00 -cortisol cortisol nom m s 0.03 0.00 0.03 0.00 -cortisone cortisone nom f s 1.28 0.14 1.28 0.14 -corton corton nom m s 0.03 0.27 0.03 0.27 -cortège cortège nom m s 2.91 20.34 2.77 18.11 -cortèges cortège nom m p 2.91 20.34 0.13 2.23 -cortès cortès nom f p 0.02 0.07 0.02 0.07 -cortégeant cortéger ver 0.00 0.07 0.00 0.07 par:pre; -coré coré nom f s 0.40 0.14 0.40 0.14 -coréen coréen adj m s 2.90 0.07 1.67 0.07 -coréenne coréen adj f s 2.90 0.07 0.70 0.00 -coréennes coréenne adj f p 0.05 0.00 0.05 0.00 -coréennes coréenne nom f p 0.10 0.00 0.05 0.00 -coréens coréen nom m p 1.69 0.27 1.09 0.27 -coruscant coruscant adj m s 0.13 0.27 0.13 0.07 -coruscante coruscant adj f s 0.13 0.27 0.00 0.07 -coruscants coruscant adj m p 0.13 0.27 0.00 0.14 -coruscation coruscation nom f s 0.00 0.07 0.00 0.07 -corvette corvette nom f s 1.32 1.55 1.28 0.81 -corvettes corvette nom f p 1.32 1.55 0.04 0.74 -corvéable corvéable adj s 0.00 0.14 0.00 0.14 -corvée corvée nom f s 6.32 16.76 4.05 10.74 -corvées corvée nom f p 6.32 16.76 2.27 6.01 -corybantes corybante nom m p 0.00 0.07 0.00 0.07 -coryphène coryphène nom m s 0.01 0.00 0.01 0.00 -coryphée coryphée nom m s 0.00 0.07 0.00 0.07 -coryste coryste nom m s 0.00 0.07 0.00 0.07 -coryza coryza nom m s 0.00 0.68 0.00 0.68 -cosaque cosaque nom s 1.33 2.09 0.44 1.22 -cosaques cosaque nom p 1.33 2.09 0.89 0.88 -coseigneurs coseigneur nom m p 0.00 0.07 0.00 0.07 -cosigner cosigner ver 0.32 0.00 0.10 0.00 inf; -cosigné cosigner ver m s 0.32 0.00 0.21 0.00 par:pas; -cosinus cosinus nom m 0.28 0.20 0.28 0.20 -cosmique cosmique adj s 2.51 3.58 2.18 3.31 -cosmiquement cosmiquement adv 0.02 0.00 0.02 0.00 -cosmiques cosmique adj p 2.51 3.58 0.33 0.27 -cosmo cosmo adv 1.07 0.07 1.07 0.07 -cosmodromes cosmodrome nom m p 0.01 0.00 0.01 0.00 -cosmogonie cosmogonie nom f s 0.00 0.27 0.00 0.20 -cosmogonies cosmogonie nom f p 0.00 0.27 0.00 0.07 -cosmogonique cosmogonique adj m s 0.00 0.07 0.00 0.07 -cosmographie cosmographie nom f s 0.00 0.14 0.00 0.14 -cosmologie cosmologie nom f s 0.09 0.07 0.09 0.07 -cosmologique cosmologique adj f s 0.05 0.07 0.03 0.00 -cosmologiques cosmologique adj m p 0.05 0.07 0.02 0.07 -cosmologue cosmologue nom s 0.00 0.07 0.00 0.07 -cosmonaute cosmonaute nom s 1.29 0.88 0.83 0.54 -cosmonautes cosmonaute nom p 1.29 0.88 0.46 0.34 -cosmopolite cosmopolite adj s 0.35 2.50 0.24 1.96 -cosmopolites cosmopolite adj p 0.35 2.50 0.11 0.54 -cosmopolitisme cosmopolitisme nom m s 0.00 0.47 0.00 0.47 -cosmos cosmos nom m 2.34 1.42 2.34 1.42 -cosméticienne cosméticien nom f s 0.02 0.07 0.02 0.07 -cosmétique cosmétique adj s 0.47 0.34 0.23 0.20 -cosmétiques cosmétique nom p 0.69 0.81 0.52 0.54 -cosmétiqué cosmétiquer ver m s 0.00 0.34 0.00 0.07 par:pas; -cosmétiquée cosmétiquer ver f s 0.00 0.34 0.00 0.14 par:pas; -cosmétiquées cosmétiquer ver f p 0.00 0.34 0.00 0.07 par:pas; -cosmétiqués cosmétiquer ver m p 0.00 0.34 0.00 0.07 par:pas; -cosmétologie cosmétologie nom f s 0.07 0.00 0.07 0.00 -cosmétologue cosmétologue nom s 0.02 0.00 0.02 0.00 -cossard cossard adj m s 0.04 0.27 0.04 0.14 -cossarde cossard nom f s 0.01 0.47 0.00 0.07 -cossards cossard nom m p 0.01 0.47 0.01 0.27 -cosse cosse nom f s 0.62 0.68 0.34 0.20 -cossent cosser ver 0.00 0.07 0.00 0.07 ind:pre:3p; -cosses cosse nom f p 0.62 0.68 0.28 0.47 -cossu cossu adj m s 0.08 4.53 0.04 1.96 -cossue cossu adj f s 0.08 4.53 0.02 1.08 -cossues cossu adj f p 0.08 4.53 0.01 0.61 -cossus cossu adj m p 0.08 4.53 0.00 0.88 -costal costal adj m s 0.13 0.00 0.07 0.00 -costale costal adj f s 0.13 0.00 0.04 0.00 -costar costar nom m s 0.03 0.00 0.03 0.00 -costard costard nom m s 3.81 6.82 3.19 5.34 -costards costard nom m p 3.81 6.82 0.61 1.49 -costaricain costaricain adj m s 0.01 0.00 0.01 0.00 -costaud costaud adj m s 6.98 6.42 5.84 5.27 -costaude costaud adj f s 6.98 6.42 0.15 0.27 -costaudes costaud adj f p 6.98 6.42 0.01 0.00 -costauds costaud adj m p 6.98 6.42 0.98 0.88 -costaux costal adj m p 0.13 0.00 0.01 0.00 -costume costume nom m s 51.42 55.88 38.95 44.19 -costumer costumer ver 1.03 1.76 0.05 0.14 inf; -costumes costume nom m p 51.42 55.88 12.47 11.69 -costumier costumier nom m s 0.42 0.47 0.12 0.27 -costumiers costumier nom m p 0.42 0.47 0.07 0.14 -costumière costumier nom f s 0.42 0.47 0.23 0.07 -costumé costumé adj m s 1.26 1.08 0.68 0.54 -costumée costumé adj f s 1.26 1.08 0.27 0.14 -costumées costumer ver f p 1.03 1.76 0.00 0.07 par:pas; -costumés costumé adj m p 1.26 1.08 0.31 0.41 -cosy_corner cosy_corner nom m s 0.00 0.54 0.00 0.47 -cosy_corner cosy_corner nom m p 0.00 0.54 0.00 0.07 -cosy cosy nom m s 0.12 0.95 0.12 0.88 -cosys cosy nom m p 0.12 0.95 0.00 0.07 -cot_cot_codec cot_cot_codec ono 0.14 0.07 0.14 0.07 -cota coter ver 9.13 1.89 0.21 0.00 ind:pas:3s; -cotait coter ver 9.13 1.89 0.01 0.00 ind:imp:3s; -cotation cotation nom f s 0.31 0.27 0.14 0.14 -cotations cotation nom f p 0.31 0.27 0.17 0.14 -cote cote nom f s 8.47 5.47 7.50 5.07 -coteau coteau nom m s 0.41 7.70 0.19 5.20 -coteaux coteau nom m p 0.41 7.70 0.22 2.50 -cotent coter ver 9.13 1.89 0.02 0.07 ind:pre:3p; -coter coter ver 9.13 1.89 0.02 0.20 inf; -coterie coterie nom f s 0.14 1.55 0.00 1.15 -coteries coterie nom f p 0.14 1.55 0.14 0.41 -cotes cote nom f p 8.47 5.47 0.97 0.41 -cothurne cothurne nom m s 0.00 0.41 0.00 0.07 -cothurnes cothurne nom m p 0.00 0.41 0.00 0.34 -coties cotir ver f p 0.00 0.07 0.00 0.07 par:pas; -cotillon cotillon nom m s 0.32 0.81 0.19 0.20 -cotillons cotillon nom m p 0.32 0.81 0.13 0.61 -cotisa cotiser ver 0.88 0.88 0.00 0.07 ind:pas:3s; -cotisaient cotiser ver 0.88 0.88 0.00 0.14 ind:imp:3p; -cotisais cotiser ver 0.88 0.88 0.00 0.07 ind:imp:1s; -cotisant cotiser ver 0.88 0.88 0.00 0.14 par:pre; -cotisants cotisant nom m p 0.01 0.14 0.01 0.07 -cotisation cotisation nom f s 0.96 1.15 0.35 0.74 -cotisations cotisation nom f p 0.96 1.15 0.60 0.41 -cotise cotiser ver 0.88 0.88 0.21 0.07 ind:pre:1s;ind:pre:3s; -cotisent cotiser ver 0.88 0.88 0.03 0.00 ind:pre:3p; -cotiser cotiser ver 0.88 0.88 0.14 0.20 inf; -cotises cotiser ver 0.88 0.88 0.14 0.00 ind:pre:2s; -cotisèrent cotiser ver 0.88 0.88 0.00 0.07 ind:pas:3p; -cotisé cotiser ver m s 0.88 0.88 0.15 0.14 par:pas; -cotisées cotiser ver f p 0.88 0.88 0.01 0.00 par:pas; -cotisés cotiser ver m p 0.88 0.88 0.20 0.00 par:pas; -coton_tige coton_tige nom m s 0.43 0.07 0.20 0.00 -coton coton nom m s 10.09 26.22 10.06 24.66 -cotonnade cotonnade nom f s 0.00 3.18 0.00 2.23 -cotonnades cotonnade nom f p 0.00 3.18 0.00 0.95 -cotonnait cotonner ver 0.00 0.14 0.00 0.07 ind:imp:3s; -cotonnant cotonner ver 0.00 0.14 0.00 0.07 par:pre; -cotonnerie cotonnerie nom f s 0.01 0.00 0.01 0.00 -cotonneuse cotonneux adj f s 0.07 3.45 0.01 0.95 -cotonneuses cotonneux adj f p 0.07 3.45 0.00 0.74 -cotonneux cotonneux adj m 0.07 3.45 0.06 1.76 -cotonnier cotonnier adj m s 0.00 0.07 0.00 0.07 -cotonnier cotonnier nom m s 0.00 0.07 0.00 0.07 -cotonnière cotonnière nom f s 0.01 0.00 0.01 0.00 -coton_tige coton_tige nom m p 0.43 0.07 0.23 0.07 -cotons coton nom m p 10.09 26.22 0.03 1.55 -cotonéasters cotonéaster nom m p 0.00 0.07 0.00 0.07 -cotât coter ver 9.13 1.89 0.00 0.07 sub:imp:3s; -cotre cotre nom m s 0.03 1.96 0.03 1.76 -cotres cotre nom m p 0.03 1.96 0.00 0.20 -cotrets cotret nom m p 0.00 0.14 0.00 0.14 -cotriade cotriade nom f s 0.00 0.07 0.00 0.07 -cottage cottage nom m s 1.54 0.68 1.49 0.47 -cottages cottage nom m p 1.54 0.68 0.05 0.20 -cotte cotte nom f s 0.32 4.05 0.30 2.23 -cottes cotte nom f p 0.32 4.05 0.02 1.82 -coté coter ver m s 9.13 1.89 7.66 0.54 par:pas; -cotée coter ver f s 9.13 1.89 0.08 0.20 par:pas; -cotées coter ver f p 9.13 1.89 0.13 0.27 par:pas; -coturne coturne nom m s 0.00 0.07 0.00 0.07 -cotés coté adj m p 7.56 1.28 0.95 0.47 -cotylédons cotylédon nom m p 0.00 0.07 0.00 0.07 -cou_de_pied cou_de_pied nom m s 0.01 0.27 0.01 0.27 -cou cou nom m s 44.09 115.34 43.71 112.70 -couac couac nom m s 0.14 1.01 0.11 0.81 -couacs couac nom m p 0.14 1.01 0.03 0.20 -couaille couaille nom f s 0.00 0.14 0.00 0.14 -couaquait couaquer ver 0.00 0.34 0.00 0.07 ind:imp:3s; -couaquer couaquer ver 0.00 0.34 0.00 0.27 inf; -couard couard nom m s 0.25 0.47 0.20 0.34 -couarde couard adj f s 0.09 0.61 0.01 0.00 -couardise couardise nom f s 0.10 0.54 0.10 0.54 -couards couard nom m p 0.25 0.47 0.04 0.14 -coucha coucher ver 181.96 196.22 0.41 7.57 ind:pas:3s; -couchage couchage nom m s 1.86 1.28 1.86 1.28 -couchai coucher ver 181.96 196.22 0.00 1.35 ind:pas:1s; -couchaient coucher ver 181.96 196.22 0.13 2.57 ind:imp:3p; -couchailler couchailler ver 0.00 0.07 0.00 0.07 inf; -couchais coucher ver 181.96 196.22 1.89 2.57 ind:imp:1s;ind:imp:2s; -couchait coucher ver 181.96 196.22 2.23 11.89 ind:imp:3s; -couchant couchant adj m s 1.10 4.93 1.09 4.80 -couchants couchant adj m p 1.10 4.93 0.01 0.14 -couche_culotte couche_culotte nom f s 0.22 0.27 0.11 0.07 -couche coucher ver 181.96 196.22 29.50 18.11 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:1s;sub:pre:3s; -couchent coucher ver 181.96 196.22 2.48 3.38 ind:pre:3p; -coucher coucher ver 181.96 196.22 82.63 63.24 inf;; -couchera coucher ver 181.96 196.22 0.86 0.81 ind:fut:3s; -coucherai coucher ver 181.96 196.22 1.36 1.28 ind:fut:1s; -coucheraient coucher ver 181.96 196.22 0.10 0.20 cnd:pre:3p; -coucherais coucher ver 181.96 196.22 0.56 0.68 cnd:pre:1s;cnd:pre:2s; -coucherait coucher ver 181.96 196.22 0.43 1.42 cnd:pre:3s; -coucheras coucher ver 181.96 196.22 0.96 0.88 ind:fut:2s; -coucherez coucher ver 181.96 196.22 0.54 0.54 ind:fut:2p; -coucherie coucherie nom f s 0.44 1.15 0.17 0.54 -coucheries coucherie nom f p 0.44 1.15 0.27 0.61 -coucheriez coucher ver 181.96 196.22 0.04 0.07 cnd:pre:2p; -coucherions coucher ver 181.96 196.22 0.00 0.07 cnd:pre:1p; -coucherons coucher ver 181.96 196.22 0.17 0.61 ind:fut:1p; -coucheront coucher ver 181.96 196.22 0.07 0.14 ind:fut:3p; -couchers coucher nom m p 7.80 8.92 0.73 0.81 -couche_culotte couche_culotte nom f p 0.22 0.27 0.11 0.20 -couches couche nom f p 19.95 32.91 9.06 10.14 -couchette couchette nom f s 1.99 6.28 1.50 5.00 -couchettes couchette nom f p 1.99 6.28 0.50 1.28 -coucheur coucheur nom m s 0.06 0.47 0.05 0.34 -coucheurs coucheur nom m p 0.06 0.47 0.00 0.14 -coucheuse coucheur nom f s 0.06 0.47 0.01 0.00 -couchez coucher ver 181.96 196.22 6.79 1.49 imp:pre:2p;ind:pre:2p; -couchiez coucher ver 181.96 196.22 0.48 0.20 ind:imp:2p; -couchions coucher ver 181.96 196.22 0.08 0.47 ind:imp:1p; -couchoir couchoir nom m s 0.00 0.07 0.00 0.07 -couchâmes coucher ver 181.96 196.22 0.00 0.14 ind:pas:1p; -couchons coucher ver 181.96 196.22 0.53 0.41 imp:pre:1p;ind:pre:1p; -couchât coucher ver 181.96 196.22 0.00 0.41 sub:imp:3s; -couchèrent coucher ver 181.96 196.22 0.03 2.30 ind:pas:3p; -couché coucher ver m s 181.96 196.22 35.71 40.74 par:pas; -couchée coucher ver f s 181.96 196.22 5.92 15.61 par:pas; -couchées coucher ver f p 181.96 196.22 0.31 2.43 par:pas; -couchés coucher ver m p 181.96 196.22 1.95 10.74 par:pas; -couci_couça couci_couça adv 0.60 0.20 0.60 0.20 -coucou coucou nom m s 13.16 5.07 12.71 3.92 -coucous coucou nom m p 13.16 5.07 0.45 1.15 -coud coudre ver 8.88 20.74 0.63 0.68 ind:pre:3s; -coude coude nom m s 10.19 54.19 5.36 33.24 -coudent couder ver 0.02 0.41 0.00 0.07 ind:pre:3p; -coudes coude nom m p 10.19 54.19 4.84 20.95 -coudoie coudoyer ver 0.00 0.88 0.00 0.07 ind:pre:3s; -coudoient coudoyer ver 0.00 0.88 0.00 0.14 ind:pre:3p; -coudoyai coudoyer ver 0.00 0.88 0.00 0.07 ind:pas:1s; -coudoyaient coudoyer ver 0.00 0.88 0.00 0.20 ind:imp:3p; -coudoyais coudoyer ver 0.00 0.88 0.00 0.07 ind:imp:1s; -coudoyant coudoyer ver 0.00 0.88 0.00 0.07 par:pre; -coudoyer coudoyer ver 0.00 0.88 0.00 0.14 inf; -coudoyons coudoyer ver 0.00 0.88 0.00 0.07 ind:pre:1p; -coudoyé coudoyer ver m s 0.00 0.88 0.00 0.07 par:pas; -coudra coudre ver 8.88 20.74 0.10 0.07 ind:fut:3s; -coudrai coudre ver 8.88 20.74 0.02 0.07 ind:fut:1s; -coudrais coudre ver 8.88 20.74 0.02 0.00 cnd:pre:1s;cnd:pre:2s; -coudrait coudre ver 8.88 20.74 0.00 0.07 cnd:pre:3s; -coudras coudre ver 8.88 20.74 0.00 0.07 ind:fut:2s; -coudre coudre ver 8.88 20.74 4.83 8.65 inf; -coudreuse coudreuse nom f s 0.00 0.07 0.00 0.07 -coudrier coudrier nom m s 0.04 10.41 0.04 10.07 -coudriers coudrier nom m p 0.04 10.41 0.00 0.34 -couds coudre ver 8.88 20.74 0.34 0.20 imp:pre:2s;ind:pre:1s;ind:pre:2s; -coudé coudé adj m s 0.06 0.61 0.03 0.41 -coudée coudée nom f s 0.07 1.55 0.01 0.20 -coudées coudée nom f p 0.07 1.55 0.06 1.35 -couenne couenne nom f s 0.53 1.82 0.40 1.49 -couennes couenne nom f p 0.53 1.82 0.14 0.34 -couette couette nom f s 1.58 2.03 1.34 1.28 -couettes couette nom f p 1.58 2.03 0.23 0.74 -couffin couffin nom m s 1.48 1.96 1.25 1.01 -couffins couffin nom m p 1.48 1.96 0.22 0.95 -couguar couguar nom m s 0.72 1.01 0.65 0.41 -couguars couguar nom m p 0.72 1.01 0.08 0.61 -couic couic nom_sup m s 0.64 1.22 0.64 1.22 -couillard couillard nom m s 0.00 0.07 0.00 0.07 -couille couille nom f s 38.80 11.42 3.56 1.55 -couilles couille nom f p 38.80 11.42 35.24 9.86 -couillettes couillette nom f p 0.00 0.27 0.00 0.27 -couillon couillon nom m s 5.75 2.36 4.04 1.76 -couillonnade couillonnade nom f s 0.82 0.41 0.42 0.14 -couillonnades couillonnade nom f p 0.82 0.41 0.40 0.27 -couillonne couillonner ver 0.53 0.68 0.02 0.07 imp:pre:2s;ind:pre:3s; -couillonnent couillonner ver 0.53 0.68 0.00 0.07 ind:pre:3p; -couillonner couillonner ver 0.53 0.68 0.33 0.34 inf; -couillonné couillonner ver m s 0.53 0.68 0.02 0.20 par:pas; -couillonnée couillonner ver f s 0.53 0.68 0.01 0.00 par:pas; -couillonnés couillonner ver m p 0.53 0.68 0.14 0.00 par:pas; -couillons couillon nom m p 5.75 2.36 1.71 0.61 -couillu couillu adj m s 0.51 0.00 0.23 0.00 -couillus couillu adj m p 0.51 0.00 0.28 0.00 -couina couiner ver 1.13 3.85 0.00 0.20 ind:pas:3s; -couinaient couiner ver 1.13 3.85 0.00 0.34 ind:imp:3p; -couinais couiner ver 1.13 3.85 0.01 0.07 ind:imp:1s;ind:imp:2s; -couinait couiner ver 1.13 3.85 0.00 0.54 ind:imp:3s; -couinant couiner ver 1.13 3.85 0.02 0.68 par:pre; -couine couiner ver 1.13 3.85 0.43 0.41 imp:pre:2s;ind:pre:3s; -couinement couinement nom m s 0.09 1.76 0.06 0.68 -couinements couinement nom m p 0.09 1.76 0.02 1.08 -couinent couiner ver 1.13 3.85 0.03 0.20 ind:pre:3p; -couiner couiner ver 1.13 3.85 0.45 1.01 inf; -couinerais couiner ver 1.13 3.85 0.01 0.00 cnd:pre:1s; -couineras couiner ver 1.13 3.85 0.01 0.00 ind:fut:2s; -couineront couiner ver 1.13 3.85 0.01 0.00 ind:fut:3p; -couines couiner ver 1.13 3.85 0.02 0.00 ind:pre:2s; -couinez couiner ver 1.13 3.85 0.00 0.14 ind:pre:2p; -couiné couiner ver m s 1.13 3.85 0.15 0.27 par:pas; -coula couler ver 47.55 121.15 0.18 5.61 ind:pas:3s; -coulage coulage nom m s 0.17 0.47 0.17 0.47 -coulai couler ver 47.55 121.15 0.00 0.20 ind:pas:1s; -coulaient couler ver 47.55 121.15 0.80 7.03 ind:imp:3p; -coulais couler ver 47.55 121.15 0.16 0.27 ind:imp:1s;ind:imp:2s; -coulait couler ver 47.55 121.15 2.96 26.62 ind:imp:3s; -coulant coulant adj m s 1.01 2.91 0.71 2.64 -coulante coulant adj f s 1.01 2.91 0.20 0.00 -coulants coulant adj m p 1.01 2.91 0.10 0.27 -coule couler ver 47.55 121.15 14.70 20.41 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -coulemelle coulemelle nom f s 0.00 0.07 0.00 0.07 -coulent couler ver 47.55 121.15 2.29 5.00 ind:pre:3p; -couler couler ver 47.55 121.15 14.91 37.70 inf; -coulera couler ver 47.55 121.15 2.15 0.54 ind:fut:3s; -coulerai couler ver 47.55 121.15 0.14 0.20 ind:fut:1s; -couleraient couler ver 47.55 121.15 0.14 0.07 cnd:pre:3p; -coulerais couler ver 47.55 121.15 0.01 0.00 cnd:pre:2s; -coulerait couler ver 47.55 121.15 0.19 0.47 cnd:pre:3s; -couleras couler ver 47.55 121.15 0.05 0.00 ind:fut:2s; -coulerez couler ver 47.55 121.15 0.07 0.07 ind:fut:2p; -couleront couler ver 47.55 121.15 0.05 0.00 ind:fut:3p; -coules couler ver 47.55 121.15 0.68 0.34 ind:pre:2s; -couleur couleur nom f s 82.25 198.72 57.46 118.65 -couleurs couleur nom f p 82.25 198.72 24.79 80.07 -couleuvre couleuvre nom f s 0.89 2.91 0.71 1.55 -couleuvres couleuvre nom f p 0.89 2.91 0.18 1.35 -couleuvrine couleuvrine nom f s 0.23 0.20 0.14 0.00 -couleuvrines couleuvrine nom f p 0.23 0.20 0.10 0.20 -coulez couler ver 47.55 121.15 0.75 0.00 imp:pre:2p;ind:pre:2p; -couliez couler ver 47.55 121.15 0.02 0.07 ind:imp:2p; -coulions couler ver 47.55 121.15 0.02 0.07 ind:imp:1p; -coulis coulis nom m 0.58 0.68 0.58 0.68 -coulissa coulisser ver 0.14 2.36 0.00 0.14 ind:pas:3s; -coulissaient coulisser ver 0.14 2.36 0.00 0.07 ind:imp:3p; -coulissait coulisser ver 0.14 2.36 0.00 0.54 ind:imp:3s; -coulissant coulisser ver 0.14 2.36 0.00 0.54 par:pre; -coulissante coulissant adj f s 0.17 1.62 0.16 0.41 -coulissantes coulissant adj f p 0.17 1.62 0.01 0.68 -coulissants coulissant adj m p 0.17 1.62 0.01 0.14 -coulisse coulisse nom f s 4.50 9.05 1.05 2.30 -coulissements coulissement nom m p 0.00 0.07 0.00 0.07 -coulissent coulisser ver 0.14 2.36 0.02 0.14 ind:pre:3p; -coulisser coulisser ver 0.14 2.36 0.04 0.61 inf; -coulisses coulisse nom f p 4.50 9.05 3.44 6.76 -coulissier coulissier nom m s 0.00 0.14 0.00 0.14 -coulissèrent coulisser ver 0.14 2.36 0.00 0.07 ind:pas:3p; -coulissé coulisser ver m s 0.14 2.36 0.00 0.07 par:pas; -coulissée coulisser ver f s 0.14 2.36 0.00 0.07 par:pas; -couloir_symbole couloir_symbole nom m s 0.00 0.07 0.00 0.07 -couloir couloir nom m s 29.17 104.53 24.77 80.47 -couloirs couloir nom m p 29.17 104.53 4.41 24.05 -coulombs coulomb nom m p 0.00 0.07 0.00 0.07 -coulons couler ver 47.55 121.15 0.26 0.14 imp:pre:1p;ind:pre:1p; -coulât couler ver 47.55 121.15 0.00 0.20 sub:imp:3s; -coulpe coulpe nom f s 0.04 0.14 0.04 0.14 -coulèrent couler ver 47.55 121.15 0.13 1.08 ind:pas:3p; -coulé couler ver m s 47.55 121.15 6.46 8.24 par:pas; -coulée coulée nom f s 0.62 9.80 0.53 7.43 -coulées coulée nom f p 0.62 9.80 0.09 2.36 -coulure coulure nom f s 0.01 0.41 0.01 0.07 -coulures coulure nom f p 0.01 0.41 0.00 0.34 -coulés couler ver m p 47.55 121.15 0.12 0.88 par:pas; -coumarine coumarine nom f s 0.01 0.00 0.01 0.00 -countries countries nom p 0.01 0.07 0.01 0.07 -country country adj 1.73 0.07 1.73 0.07 -coup_de_poing coup_de_poing nom m s 0.13 0.00 0.13 0.00 -coup coup nom m s 471.82 837.70 389.49 641.55 -coupa couper ver 155.82 140.88 0.69 17.97 ind:pas:3s; -coupable coupable adj s 50.84 23.58 46.45 20.20 -coupablement coupablement adv 0.00 0.07 0.00 0.07 -coupables coupable adj p 50.84 23.58 4.39 3.38 -coupage coupage nom m s 0.02 0.20 0.02 0.14 -coupages coupage nom m p 0.02 0.20 0.00 0.07 -coupai couper ver 155.82 140.88 0.01 0.41 ind:pas:1s; -coupaient couper ver 155.82 140.88 0.33 2.43 ind:imp:3p; -coupailler coupailler ver 0.01 0.00 0.01 0.00 inf; -coupais couper ver 155.82 140.88 0.53 0.41 ind:imp:1s;ind:imp:2s; -coupait couper ver 155.82 140.88 1.64 10.61 ind:imp:3s; -coupant couper ver 155.82 140.88 0.97 4.73 par:pre; -coupante coupant adj f s 0.51 6.69 0.21 2.23 -coupantes coupant adj f p 0.51 6.69 0.10 1.35 -coupants coupant adj m p 0.51 6.69 0.04 0.74 -coupe_chou coupe_chou nom m s 0.05 0.34 0.05 0.34 -coupe_choux coupe_choux nom m 0.14 0.27 0.14 0.27 -coupe_cigare coupe_cigare nom m s 0.02 0.20 0.02 0.07 -coupe_cigare coupe_cigare nom m p 0.02 0.20 0.00 0.14 -coupe_circuit coupe_circuit nom m s 0.13 0.34 0.11 0.27 -coupe_circuit coupe_circuit nom m p 0.13 0.34 0.02 0.07 -coupe_coupe coupe_coupe nom m 0.10 0.68 0.10 0.68 -coupe_faim coupe_faim nom m s 0.09 0.07 0.08 0.07 -coupe_faim coupe_faim nom m p 0.09 0.07 0.01 0.00 -coupe_feu coupe_feu nom m s 0.12 0.14 0.12 0.14 -coupe_file coupe_file nom m s 0.03 0.00 0.03 0.00 -coupe_gorge coupe_gorge nom m 0.28 0.61 0.28 0.61 -coupe_jarret coupe_jarret nom m s 0.03 0.00 0.02 0.00 -coupe_jarret coupe_jarret nom m p 0.03 0.00 0.01 0.00 -coupe_ongle coupe_ongle nom m s 0.05 0.00 0.05 0.00 -coupe_ongles coupe_ongles nom m 0.26 0.14 0.26 0.14 -coupe_papier coupe_papier nom m 0.36 0.95 0.36 0.95 -coupe_pâte coupe_pâte nom m s 0.00 0.07 0.00 0.07 -coupe_racine coupe_racine nom m p 0.00 0.07 0.00 0.07 -coupe_vent coupe_vent nom m s 0.31 0.34 0.31 0.34 -coupe couper ver 155.82 140.88 32.66 17.77 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:1s;sub:pre:3s; -coupelle coupelle nom f s 0.04 0.61 0.04 0.47 -coupelles coupelle nom f p 0.04 0.61 0.00 0.14 -coupent couper ver 155.82 140.88 2.19 3.99 ind:pre:3p; -couper couper ver 155.82 140.88 41.45 31.76 inf;;inf;;inf;; -coupera couper ver 155.82 140.88 1.13 0.61 ind:fut:3s; -couperai couper ver 155.82 140.88 1.67 0.20 ind:fut:1s; -couperaient couper ver 155.82 140.88 0.07 0.27 cnd:pre:3p; -couperais couper ver 155.82 140.88 1.00 0.41 cnd:pre:1s;cnd:pre:2s; -couperait couper ver 155.82 140.88 0.68 1.22 cnd:pre:3s; -couperas couper ver 155.82 140.88 0.31 0.27 ind:fut:2s; -couperet couperet nom m s 0.42 2.09 0.42 2.03 -couperets couperet nom m p 0.42 2.09 0.00 0.07 -couperez couper ver 155.82 140.88 0.11 0.20 ind:fut:2p; -couperons couper ver 155.82 140.88 0.17 0.20 ind:fut:1p; -couperont couper ver 155.82 140.88 0.20 0.20 ind:fut:3p; -couperose couperose nom f s 0.01 0.88 0.01 0.88 -couperosé couperoser ver m s 0.02 0.14 0.02 0.14 par:pas; -couperosée couperosé adj f s 0.00 1.28 0.00 0.20 -couperosées couperosé adj f p 0.00 1.28 0.00 0.20 -coupes couper ver 155.82 140.88 3.87 0.41 ind:pre:2s; -coupeur coupeur nom m s 0.55 0.41 0.30 0.27 -coupeurs coupeur nom m p 0.55 0.41 0.17 0.14 -coupeuse coupeur nom f s 0.55 0.41 0.08 0.00 -coupez couper ver 155.82 140.88 19.53 1.82 imp:pre:2p;ind:pre:2p; -coupiez couper ver 155.82 140.88 0.22 0.07 ind:imp:2p; -coupions couper ver 155.82 140.88 0.22 0.07 ind:imp:1p; -couplage couplage nom m s 0.11 0.00 0.07 0.00 -couplages couplage nom m p 0.11 0.00 0.04 0.00 -couplant coupler ver 0.42 0.95 0.02 0.00 par:pre; -couple couple nom s 49.62 63.99 41.13 47.23 -coupler coupler ver 0.42 0.95 0.01 0.14 inf; -couples couple nom m p 49.62 63.99 8.49 16.76 -couplet couplet nom m s 1.31 5.34 1.06 3.51 -couplets couplet nom m p 1.31 5.34 0.25 1.82 -coupleur coupleur nom m s 0.18 0.00 0.14 0.00 -coupleurs coupleur nom m p 0.18 0.00 0.04 0.00 -couplé coupler ver m s 0.42 0.95 0.07 0.20 par:pas; -couplée coupler ver f s 0.42 0.95 0.04 0.00 par:pas; -couplées coupler ver f p 0.42 0.95 0.02 0.14 par:pas; -couplés coupler ver m p 0.42 0.95 0.03 0.27 par:pas; -coupole coupole nom f s 1.16 8.92 1.13 5.27 -coupoles coupole nom f p 1.16 8.92 0.04 3.65 -coupon_cadeau coupon_cadeau nom m s 0.01 0.00 0.01 0.00 -coupon coupon nom m s 1.69 2.09 0.51 0.88 -coupons couper ver 155.82 140.88 1.86 0.20 imp:pre:1p;ind:pre:1p; -coups_de_poing coups_de_poing nom m p 0.00 0.14 0.00 0.14 -coups coup nom m p 471.82 837.70 82.33 196.15 -coupèrent couper ver 155.82 140.88 0.10 0.68 ind:pas:3p; -coupé couper ver m s 155.82 140.88 30.34 25.41 par:pas;par:pas;par:pas; -coupée couper ver f s 155.82 140.88 8.14 7.91 par:pas; -coupées couper ver f p 155.82 140.88 1.90 3.92 par:pas; -coupure coupure nom f s 10.48 11.08 6.29 5.81 -coupures coupure nom f p 10.48 11.08 4.19 5.27 -coupés couper ver m p 155.82 140.88 3.85 6.76 par:pas; -couques couque nom f p 0.00 0.07 0.00 0.07 -coéquipier coéquipier nom m s 4.20 0.47 2.73 0.07 -coéquipiers coéquipier nom m p 4.20 0.47 0.71 0.34 -coéquipière coéquipier nom f s 4.20 0.47 0.69 0.07 -coéquipières coéquipière nom f p 0.01 0.00 0.01 0.00 -cour_jardin cour_jardin nom f s 0.00 0.07 0.00 0.07 -cour cour nom f s 95.80 176.96 71.80 150.14 -courûmes courir ver 146.50 263.38 0.01 0.20 ind:pas:1p; -courût courir ver 146.50 263.38 0.00 0.27 sub:imp:3s; -courûtes courir ver 146.50 263.38 0.01 0.00 ind:pas:2p; -courage courage nom m s 70.73 70.34 70.70 69.80 -courages courage nom m p 70.73 70.34 0.03 0.54 -courageuse courageux adj f s 28.68 11.96 7.87 2.97 -courageusement courageusement adv 0.61 3.45 0.61 3.45 -courageuses courageux adj f p 28.68 11.96 0.59 0.61 -courageux courageux adj m 28.68 11.96 20.22 8.38 -couraient courir ver 146.50 263.38 1.54 17.91 ind:imp:3p; -courailler courailler ver 0.02 0.00 0.02 0.00 inf; -courais courir ver 146.50 263.38 2.86 5.00 ind:imp:1s;ind:imp:2s; -courait courir ver 146.50 263.38 3.38 32.43 ind:imp:3s; -couramment couramment adv 1.38 3.11 1.38 3.11 -courant courant nom m s 111.58 79.73 108.69 67.36 -courante courant adj f s 10.13 20.14 1.83 8.51 -courantes courant adj f p 10.13 20.14 0.53 2.23 -courants courant nom m p 111.58 79.73 2.89 12.36 -courba courber ver 2.84 19.66 0.00 2.09 ind:pas:3s; -courbaient courber ver 2.84 19.66 0.00 0.81 ind:imp:3p; -courbait courber ver 2.84 19.66 0.00 1.35 ind:imp:3s; -courbant courber ver 2.84 19.66 0.16 2.36 par:pre; -courbatu courbatu adj m s 0.02 0.54 0.01 0.27 -courbatue courbatu adj f s 0.02 0.54 0.01 0.14 -courbature courbature nom f s 0.39 1.62 0.01 0.54 -courbatures courbature nom f p 0.39 1.62 0.38 1.08 -courbaturé courbaturé adj m s 0.33 0.07 0.32 0.07 -courbaturée courbaturé adj f s 0.33 0.07 0.01 0.00 -courbatus courbatu adj m p 0.02 0.54 0.00 0.14 -courbe courbe nom f s 3.00 18.11 1.72 11.82 -courbent courber ver 2.84 19.66 0.11 0.07 ind:pre:3p; -courber courber ver 2.84 19.66 0.61 2.50 inf; -courberait courber ver 2.84 19.66 0.00 0.07 cnd:pre:3s; -courbes courbe nom f p 3.00 18.11 1.28 6.28 -courbette courbette nom f s 0.69 2.70 0.32 0.74 -courbettes courbette nom f p 0.69 2.70 0.38 1.96 -courbez courber ver 2.84 19.66 0.07 0.14 imp:pre:2p;ind:pre:2p; -courbons courber ver 2.84 19.66 0.01 0.07 imp:pre:1p;ind:pre:1p; -courbé courbé adj m s 0.66 6.08 0.59 2.97 -courbée courber ver f s 2.84 19.66 0.21 1.69 par:pas; -courbées courber ver f p 2.84 19.66 0.01 0.41 par:pas; -courbure courbure nom f s 0.33 2.50 0.21 2.16 -courbures courbure nom f p 0.33 2.50 0.12 0.34 -courbés courber ver m p 2.84 19.66 0.55 1.82 par:pas; -coure courir ver 146.50 263.38 0.72 1.22 sub:pre:1s;sub:pre:3s; -courent courir ver 146.50 263.38 8.83 12.84 ind:pre:3p; -coures courir ver 146.50 263.38 0.29 0.00 sub:pre:2s; -courette courette nom f s 0.00 2.09 0.00 1.69 -courettes courette nom f p 0.00 2.09 0.00 0.41 -coureur coureur nom m s 5.48 8.31 3.71 4.80 -coureurs coureur nom m p 5.48 8.31 1.42 2.36 -coureuse coureur nom f s 5.48 8.31 0.36 1.08 -coureuses coureuse nom f p 0.04 0.00 0.04 0.00 -courez courir ver 146.50 263.38 11.99 1.28 imp:pre:2p;ind:pre:2p; -courge courge nom f s 2.46 0.88 1.38 0.61 -courges courge nom f p 2.46 0.88 1.08 0.27 -courgette courgette nom f s 1.24 0.41 0.25 0.00 -courgettes courgette nom f p 1.24 0.41 1.00 0.41 -couriez courir ver 146.50 263.38 0.14 0.20 ind:imp:2p;sub:pre:2p; -courions courir ver 146.50 263.38 0.09 0.68 ind:imp:1p; -courir courir ver 146.50 263.38 47.19 71.82 inf; -courlis courlis nom m 0.03 0.47 0.03 0.47 -couronna couronner ver 5.56 14.86 0.14 0.27 ind:pas:3s; -couronnaient couronner ver 5.56 14.86 0.01 0.47 ind:imp:3p; -couronnait couronner ver 5.56 14.86 0.01 0.88 ind:imp:3s; -couronnant couronner ver 5.56 14.86 0.01 1.42 par:pre; -couronne couronne nom f s 23.15 20.61 15.16 12.50 -couronnement couronnement nom m s 2.40 2.09 2.38 2.03 -couronnements couronnement nom m p 2.40 2.09 0.01 0.07 -couronnent couronner ver 5.56 14.86 0.14 0.34 ind:pre:3p; -couronner couronner ver 5.56 14.86 1.76 2.23 inf; -couronnera couronner ver 5.56 14.86 0.01 0.07 ind:fut:3s; -couronnerai couronner ver 5.56 14.86 0.02 0.00 ind:fut:1s; -couronnerons couronner ver 5.56 14.86 0.02 0.00 ind:fut:1p; -couronnes couronne nom f p 23.15 20.61 7.99 8.11 -couronné couronner ver m s 5.56 14.86 1.45 3.65 par:pas; -couronnée couronner ver f s 5.56 14.86 1.05 2.57 par:pas; -couronnées couronné adj f p 0.63 1.49 0.27 0.34 -couronnés couronner ver m p 5.56 14.86 0.14 1.28 par:pas; -courons courir ver 146.50 263.38 2.19 1.76 imp:pre:1p;ind:pre:1p; -courra courir ver 146.50 263.38 0.90 0.41 ind:fut:3s; -courrai courir ver 146.50 263.38 0.22 0.07 ind:fut:1s; -courraient courir ver 146.50 263.38 0.07 0.14 cnd:pre:3p; -courrais courir ver 146.50 263.38 0.86 0.14 cnd:pre:1s;cnd:pre:2s; -courrait courir ver 146.50 263.38 0.37 0.61 cnd:pre:3s; -courras courir ver 146.50 263.38 0.35 0.00 ind:fut:2s; -courre courre ver 0.75 2.91 0.75 2.91 inf; -courrez courir ver 146.50 263.38 1.05 0.00 ind:fut:2p; -courriel courriel nom m s 0.24 0.00 0.24 0.00 -courrier courrier nom m s 23.98 24.46 23.40 23.04 -courriers courrier nom m p 23.98 24.46 0.59 1.42 -courriez courir ver 146.50 263.38 0.09 0.00 cnd:pre:2p; -courrions courir ver 146.50 263.38 0.02 0.00 cnd:pre:1p; -courriériste courriériste nom s 0.00 0.27 0.00 0.27 -courroie courroie nom f s 1.05 5.61 0.56 3.11 -courroies courroie nom f p 1.05 5.61 0.50 2.50 -courrons courir ver 146.50 263.38 0.19 0.20 ind:fut:1p; -courront courir ver 146.50 263.38 0.17 0.34 ind:fut:3p; -courrouce courroucer ver 0.63 2.50 0.02 0.14 imp:pre:2s;ind:pre:3s; -courroucer courroucer ver 0.63 2.50 0.02 0.00 inf; -courroucé courroucer ver m s 0.63 2.50 0.57 1.49 par:pas; -courroucée courroucer ver f s 0.63 2.50 0.02 0.47 par:pas; -courroucées courroucer ver f p 0.63 2.50 0.00 0.07 par:pas; -courroucés courroucer ver m p 0.63 2.50 0.00 0.20 par:pas; -courrouçaient courroucer ver 0.63 2.50 0.00 0.07 ind:imp:3p; -courrouçait courroucer ver 0.63 2.50 0.00 0.07 ind:imp:3s; -courroux courroux nom m 3.55 2.09 3.55 2.09 -cours cours nom m 119.05 149.93 119.05 149.93 -coursaient courser ver 1.30 2.50 0.02 0.07 ind:imp:3p; -coursais courser ver 1.30 2.50 0.01 0.07 ind:imp:1s;ind:imp:2s; -coursait courser ver 1.30 2.50 0.02 0.07 ind:imp:3s; -coursant courser ver 1.30 2.50 0.00 0.14 par:pre; -course_poursuite course_poursuite nom f s 0.34 0.00 0.34 0.00 -course course nom f s 72.48 81.22 40.45 51.22 -coursent courser ver 1.30 2.50 0.03 0.20 ind:pre:3p; -courser courser ver 1.30 2.50 0.14 0.41 inf; -courserais courser ver 1.30 2.50 0.01 0.00 cnd:pre:2s; -courses course nom f p 72.48 81.22 32.04 30.00 -coursier coursier nom m s 4.81 2.64 4.06 1.96 -coursiers coursier nom m p 4.81 2.64 0.73 0.61 -coursière coursier nom f s 4.81 2.64 0.02 0.07 -coursive coursive nom f s 0.34 3.38 0.26 2.36 -coursives coursive nom f p 0.34 3.38 0.09 1.01 -coursé courser ver m s 1.30 2.50 0.09 0.34 par:pas; -coursée courser ver f s 1.30 2.50 0.03 0.07 par:pas; -coursés courser ver m p 1.30 2.50 0.27 0.07 par:pas; -court_bouillon court_bouillon nom m s 0.29 0.68 0.29 0.68 -court_circuit court_circuit nom m s 1.53 1.76 1.47 1.55 -court_circuiter court_circuiter ver 0.83 0.54 0.00 0.07 ind:imp:3s; -court_circuiter court_circuiter ver 0.83 0.54 0.00 0.07 par:pre; -court_circuiter court_circuiter ver 0.83 0.54 0.14 0.07 imp:pre:2s;ind:pre:1s;ind:pre:3s; -court_circuiter court_circuiter ver 0.83 0.54 0.29 0.20 inf; -court_circuit court_circuit ver 0.01 0.00 0.01 0.00 ind:pre:3s; -court_circuits court_circuits nom m s 0.02 0.00 0.02 0.00 -court_circuiter court_circuiter ver m s 0.83 0.54 0.28 0.07 par:pas; -court_circuiter court_circuiter ver f s 0.83 0.54 0.02 0.07 par:pas; -court_circuiter court_circuiter ver f p 0.83 0.54 0.10 0.00 par:pas; -court_courrier court_courrier nom m s 0.01 0.00 0.01 0.00 -court_jus court_jus nom m 0.03 0.00 0.03 0.00 -court_métrage court_métrage nom m s 0.17 0.00 0.17 0.00 -court_vêtu court_vêtu adj f s 0.01 0.14 0.01 0.00 -court_vêtu court_vêtu adj f p 0.01 0.14 0.00 0.14 -court courir ver 146.50 263.38 19.25 22.30 ind:pre:3s; -courtage courtage nom m s 0.36 0.27 0.36 0.07 -courtages courtage nom m p 0.36 0.27 0.00 0.20 -courtaud courtaud adj m s 0.22 1.15 0.21 0.61 -courtaude courtaud adj f s 0.22 1.15 0.01 0.27 -courtaudes courtaud adj f p 0.22 1.15 0.00 0.20 -courtauds courtaud adj m p 0.22 1.15 0.00 0.07 -courte court adj f s 41.15 108.99 14.07 32.77 -courtelinesque courtelinesque adj m s 0.00 0.14 0.00 0.07 -courtelinesques courtelinesque adj p 0.00 0.14 0.00 0.07 -courtement courtement adv 0.00 0.20 0.00 0.20 -courtepointe courtepointe nom f s 0.01 1.35 0.01 1.28 -courtepointes courtepointe nom f p 0.01 1.35 0.00 0.07 -courtes court adj f p 41.15 108.99 3.63 20.14 -courtier courtier nom m s 2.96 1.76 2.21 0.74 -courtiers courtier nom m p 2.96 1.76 0.73 0.61 -courtilière courtilière nom f s 0.00 0.14 0.00 0.07 -courtilières courtilière nom f p 0.00 0.14 0.00 0.07 -courtils courtil nom m p 0.00 0.07 0.00 0.07 -courtine courtine nom f s 0.00 2.43 0.00 0.34 -courtines courtine nom f p 0.00 2.43 0.00 2.09 -courtisa courtiser ver 2.79 2.50 0.00 0.07 ind:pas:3s; -courtisaient courtiser ver 2.79 2.50 0.03 0.07 ind:imp:3p; -courtisais courtiser ver 2.79 2.50 0.04 0.07 ind:imp:1s;ind:imp:2s; -courtisait courtiser ver 2.79 2.50 0.03 0.34 ind:imp:3s; -courtisan courtisan adj m s 0.30 0.47 0.28 0.34 -courtisane courtisan nom f s 2.58 6.82 0.66 2.09 -courtisanerie courtisanerie nom f s 0.00 0.41 0.00 0.41 -courtisanes courtisan nom f p 2.58 6.82 0.47 1.62 -courtisans courtisan nom m p 2.58 6.82 1.25 1.89 -courtisant courtiser ver 2.79 2.50 0.02 0.07 par:pre; -courtise courtiser ver 2.79 2.50 0.52 0.34 imp:pre:2s;ind:pre:1s;ind:pre:3s; -courtisent courtiser ver 2.79 2.50 0.14 0.07 ind:pre:3p; -courtiser courtiser ver 2.79 2.50 1.01 0.34 inf; -courtiserai courtiser ver 2.79 2.50 0.01 0.00 ind:fut:1s; -courtiseras courtiser ver 2.79 2.50 0.01 0.00 ind:fut:2s; -courtisez courtiser ver 2.79 2.50 0.05 0.00 imp:pre:2p;ind:pre:2p; -courtisiez courtiser ver 2.79 2.50 0.12 0.00 ind:imp:2p; -courtisé courtiser ver m s 2.79 2.50 0.45 0.20 par:pas; -courtisée courtiser ver f s 2.79 2.50 0.33 0.88 par:pas; -courtisées courtiser ver f p 2.79 2.50 0.01 0.07 par:pas; -courtière courtier nom f s 2.96 1.76 0.02 0.34 -courtières courtier nom f p 2.96 1.76 0.00 0.07 -courtois courtois adj m 1.97 9.73 1.58 7.03 -courtoise courtois adj f s 1.97 9.73 0.28 2.23 -courtoisement courtoisement adv 0.27 1.96 0.27 1.96 -courtoises courtois adj f p 1.97 9.73 0.11 0.47 -courtoisie courtoisie nom f s 4.59 8.18 4.42 8.04 -courtoisies courtoisie nom f p 4.59 8.18 0.16 0.14 -court_circuit court_circuit nom m p 1.53 1.76 0.07 0.20 -courts court adj m p 41.15 108.99 6.03 16.22 -couru courir ver m s 146.50 263.38 12.76 16.42 par:pas; -courue courir ver f s 146.50 263.38 0.11 0.14 par:pas; -courues courir ver f p 146.50 263.38 0.00 0.14 par:pas; -coururent courir ver 146.50 263.38 0.49 3.78 ind:pas:3p; -courus courir ver m p 146.50 263.38 0.23 4.73 ind:pas:1s;par:pas; -courussent courir ver 146.50 263.38 0.00 0.07 sub:imp:3p; -courut courir ver 146.50 263.38 1.65 22.64 ind:pas:3s; -cous_de_pied cous_de_pied nom m p 0.00 0.07 0.00 0.07 -cous cou nom m p 44.09 115.34 0.38 2.64 -cousaient coudre ver 8.88 20.74 0.01 0.20 ind:imp:3p; -cousait coudre ver 8.88 20.74 0.16 2.36 ind:imp:3s; -cousant coudre ver 8.88 20.74 0.03 0.88 par:pre; -couscous couscous nom m 1.05 3.24 1.05 3.24 -couscoussier couscoussier nom m s 0.15 0.34 0.15 0.27 -couscoussiers couscoussier nom m p 0.15 0.34 0.00 0.07 -couse coudre ver 8.88 20.74 0.06 0.07 sub:pre:1s;sub:pre:3s; -cousent coudre ver 8.88 20.74 0.07 0.14 ind:pre:3p; -cousette cousette nom f s 0.01 0.68 0.00 0.14 -cousettes cousette nom f p 0.01 0.68 0.01 0.54 -couseuse couseur nom f s 0.01 0.00 0.01 0.00 -cousez coudre ver 8.88 20.74 0.17 0.00 imp:pre:2p;ind:pre:2p; -cousiez coudre ver 8.88 20.74 0.00 0.07 ind:imp:2p; -cousin cousin nom m s 73.87 89.93 37.31 39.05 -cousinage cousinage nom m s 0.00 0.88 0.00 0.47 -cousinages cousinage nom m p 0.00 0.88 0.00 0.41 -cousinant cousiner ver 0.00 0.14 0.00 0.14 par:pre; -cousine cousin nom f s 73.87 89.93 23.72 25.14 -cousines cousin nom f p 73.87 89.93 2.18 5.14 -cousins cousin nom m p 73.87 89.93 10.66 20.61 -cousirent coudre ver 8.88 20.74 0.00 0.07 ind:pas:3p; -cousissent coudre ver 8.88 20.74 0.00 0.07 sub:imp:3p; -cousit coudre ver 8.88 20.74 0.00 0.14 ind:pas:3s; -coussin coussin nom m s 4.41 22.70 2.44 8.45 -coussinet coussinet nom m s 0.07 0.88 0.04 0.47 -coussinets coussinet nom m p 0.07 0.88 0.02 0.41 -coussins coussin nom m p 4.41 22.70 1.98 14.26 -cousu coudre ver m s 8.88 20.74 1.18 2.97 par:pas; -cousue cousu adj f s 1.86 2.50 1.50 0.88 -cousues coudre ver f p 8.88 20.74 0.25 0.95 par:pas; -cousus coudre ver m p 8.88 20.74 0.43 1.69 par:pas; -couteau_scie couteau_scie nom m s 0.01 0.07 0.01 0.07 -couteau couteau nom m s 58.15 52.64 51.08 44.26 -couteaux couteau nom m p 58.15 52.64 7.08 8.38 -coutelas coutelas nom m 0.02 1.22 0.02 1.22 -coutelier coutelier nom m s 0.02 0.20 0.02 0.20 -coutellerie coutellerie nom f s 0.01 0.20 0.01 0.14 -coutelleries coutellerie nom f p 0.01 0.20 0.00 0.07 -coutil coutil nom m s 0.00 1.28 0.00 1.28 -coutume coutume nom f s 10.46 25.14 7.27 17.03 -coutumes coutume nom f p 10.46 25.14 3.19 8.11 -coutumier coutumier adj m s 0.85 6.15 0.63 2.36 -coutumiers coutumier adj m p 0.85 6.15 0.00 0.88 -coutumière coutumier adj f s 0.85 6.15 0.20 2.57 -coutumièrement coutumièrement adv 0.00 0.07 0.00 0.07 -coutumières coutumier adj f p 0.85 6.15 0.02 0.34 -couturaient couturer ver 0.10 1.28 0.00 0.14 ind:imp:3p; -couture couture nom f s 5.52 10.54 4.31 8.45 -coutures couture nom f p 5.52 10.54 1.21 2.09 -couturier couturier nom m s 3.15 10.27 0.56 2.43 -couturiers couturier nom m p 3.15 10.27 0.15 1.28 -couturière couturier nom f s 3.15 10.27 2.45 5.81 -couturières couturière nom f p 0.36 0.00 0.36 0.00 -couturé couturer ver m s 0.10 1.28 0.00 0.47 par:pas; -couturée couturer ver f s 0.10 1.28 0.10 0.41 par:pas; -couturées couturer ver f p 0.10 1.28 0.00 0.14 par:pas; -couturés couturer ver m p 0.10 1.28 0.00 0.14 par:pas; -couvade couvade nom f s 0.01 0.00 0.01 0.00 -couvaient couver ver 3.59 12.03 0.14 0.54 ind:imp:3p; -couvais couver ver 3.59 12.03 0.01 0.14 ind:imp:1s; -couvaison couvaison nom f s 0.00 0.20 0.00 0.14 -couvaisons couvaison nom f p 0.00 0.20 0.00 0.07 -couvait couver ver 3.59 12.03 0.25 3.58 ind:imp:3s; -couvant couver ver 3.59 12.03 0.02 0.54 par:pre; -couve couver ver 3.59 12.03 1.54 1.76 imp:pre:2s;ind:pre:1s;ind:pre:3s; -couvent couvent nom m s 16.83 26.15 16.09 22.50 -couventine couventine nom f s 0.00 0.41 0.00 0.20 -couventines couventine nom f p 0.00 0.41 0.00 0.20 -couvents couvent nom m p 16.83 26.15 0.74 3.65 -couver couver ver 3.59 12.03 0.75 1.62 inf; -couvercle couvercle nom m s 2.71 22.09 2.56 20.61 -couvercles couvercle nom m p 2.71 22.09 0.16 1.49 -couveront couver ver 3.59 12.03 0.01 0.07 ind:fut:3p; -couvert couvrir ver m s 88.29 133.51 14.62 26.89 par:pas; -couverte couvrir ver f s 88.29 133.51 4.77 18.31 par:pas; -couvertes couvrir ver f p 88.29 133.51 1.77 10.27 par:pas; -couverts couvrir ver m p 88.29 133.51 2.92 11.82 par:pas; -couverture couverture nom f s 34.39 62.03 26.50 41.01 -couvertures couverture nom f p 34.39 62.03 7.89 21.01 -couves couver ver 3.59 12.03 0.23 0.27 ind:pre:2s; -couvet couvet nom m s 0.00 0.14 0.00 0.14 -couveuse couveuse nom f s 0.51 0.95 0.51 0.74 -couveuses couveuse nom f p 0.51 0.95 0.00 0.20 -couvez couver ver 3.59 12.03 0.09 0.07 imp:pre:2p;ind:pre:2p; -couvis couvi adj m p 0.00 0.07 0.00 0.07 -couvrît couvrir ver 88.29 133.51 0.00 0.07 sub:imp:3s; -couvraient couvrir ver 88.29 133.51 0.45 4.26 ind:imp:3p; -couvrais couvrir ver 88.29 133.51 0.76 0.54 ind:imp:1s;ind:imp:2s; -couvrait couvrir ver 88.29 133.51 1.35 15.27 ind:imp:3s; -couvrant couvrir ver 88.29 133.51 0.85 4.26 par:pre; -couvrante couvrant adj f s 0.18 2.64 0.01 1.49 -couvrantes couvrant adj f p 0.18 2.64 0.00 0.88 -couvre_chef couvre_chef nom m s 0.58 1.55 0.42 1.35 -couvre_chef couvre_chef nom m p 0.58 1.55 0.16 0.20 -couvre_feu couvre_feu nom m s 3.63 3.11 3.63 3.11 -couvre_feux couvre_feux nom m p 0.04 0.00 0.04 0.00 -couvre_lit couvre_lit nom m s 0.33 2.77 0.30 2.70 -couvre_lit couvre_lit nom m p 0.33 2.77 0.03 0.07 -couvre_pied couvre_pied nom m s 0.01 0.47 0.01 0.47 -couvre_pieds couvre_pieds nom m 0.01 0.47 0.01 0.47 -couvre couvrir ver 88.29 133.51 23.58 11.22 imp:pre:2s;ind:pre:1s;ind:pre:3s; -couvrent couvrir ver 88.29 133.51 1.96 3.65 ind:pre:3p; -couvres couvrir ver 88.29 133.51 2.54 0.27 ind:pre:2s;sub:pre:2s; -couvreur couvreur nom m s 0.41 1.01 0.37 0.74 -couvreurs couvreur nom m p 0.41 1.01 0.04 0.27 -couvrez couvrir ver 88.29 133.51 8.41 0.47 imp:pre:2p;ind:pre:2p; -couvriez couvrir ver 88.29 133.51 0.09 0.00 ind:imp:2p; -couvrir couvrir ver 88.29 133.51 19.57 16.82 inf; -couvrira couvrir ver 88.29 133.51 1.72 0.41 ind:fut:3s; -couvrirai couvrir ver 88.29 133.51 1.03 0.07 ind:fut:1s; -couvriraient couvrir ver 88.29 133.51 0.06 0.41 cnd:pre:3p; -couvrirais couvrir ver 88.29 133.51 0.29 0.00 cnd:pre:1s;cnd:pre:2s; -couvrirait couvrir ver 88.29 133.51 0.15 0.68 cnd:pre:3s; -couvriras couvrir ver 88.29 133.51 0.07 0.20 ind:fut:2s; -couvrirent couvrir ver 88.29 133.51 0.00 1.15 ind:pas:3p; -couvrirez couvrir ver 88.29 133.51 0.27 0.14 ind:fut:2p; -couvrirons couvrir ver 88.29 133.51 0.10 0.00 ind:fut:1p; -couvriront couvrir ver 88.29 133.51 0.27 0.07 ind:fut:3p; -couvris couvrir ver 88.29 133.51 0.00 0.61 ind:pas:1s; -couvrit couvrir ver 88.29 133.51 0.20 5.61 ind:pas:3s; -couvrons couvrir ver 88.29 133.51 0.48 0.07 imp:pre:1p;ind:pre:1p; -couvé couver ver m s 3.59 12.03 0.17 1.82 par:pas; -couvée couvée nom f s 0.20 1.42 0.19 1.15 -couvées couvée nom f p 0.20 1.42 0.01 0.27 -couvés couver ver m p 3.59 12.03 0.01 0.68 par:pas; -covalent covalent adj m s 0.03 0.00 0.01 0.00 -covalente covalent adj f s 0.03 0.00 0.01 0.00 -covenant covenant nom m s 0.05 0.00 0.05 0.00 -cover_girl cover_girl nom f s 0.14 0.47 0.14 0.20 -cover_girl cover_girl nom f p 0.14 0.47 0.00 0.27 -covoiturage covoiturage nom m s 0.07 0.00 0.07 0.00 -cow_boy cow_boy nom m s 0.01 5.27 0.00 3.11 -cow_boy cow_boy nom m p 0.01 5.27 0.01 2.16 -coxalgie coxalgie nom f s 0.00 0.07 0.00 0.07 -coxalgique coxalgique adj s 0.00 0.07 0.00 0.07 -coyote coyote nom m s 4.01 0.47 2.50 0.34 -coyotes coyote nom m p 4.01 0.47 1.52 0.14 -crû croître ver m s 4.79 10.34 0.93 0.41 par:pas; -crûment crûment adv 0.54 1.89 0.54 1.89 -crûmes croire ver_sup 1711.99 947.23 0.00 0.54 ind:pas:1p; -crût croire ver_sup 1711.99 947.23 0.05 0.68 sub:imp:3s; -crabe crabe nom m s 8.14 12.36 4.90 7.30 -crabes crabe nom m p 8.14 12.36 3.24 5.07 -crabillon crabillon nom m s 0.00 0.20 0.00 0.07 -crabillons crabillon nom m p 0.00 0.20 0.00 0.14 -crabs crabs nom m p 0.41 0.00 0.41 0.00 -crac crac nom_sup m s 2.85 6.01 2.85 6.01 -cracha cracher ver 27.93 45.81 0.16 5.20 ind:pas:3s; -crachai cracher ver 27.93 45.81 0.00 0.20 ind:pas:1s; -crachaient cracher ver 27.93 45.81 0.03 1.76 ind:imp:3p; -crachais cracher ver 27.93 45.81 0.13 0.68 ind:imp:1s;ind:imp:2s; -crachait cracher ver 27.93 45.81 0.87 4.66 ind:imp:3s; -crachant cracher ver 27.93 45.81 0.36 4.32 par:pre; -crachat crachat nom m s 1.34 3.72 1.08 1.62 -crachats crachat nom m p 1.34 3.72 0.26 2.09 -crache cracher ver 27.93 45.81 10.28 10.47 imp:pre:2s;ind:pre:1s;ind:pre:3s; -crachement crachement nom m s 0.00 0.68 0.00 0.54 -crachements crachement nom m p 0.00 0.68 0.00 0.14 -crachent cracher ver 27.93 45.81 0.93 1.42 ind:pre:3p; -cracher cracher ver 27.93 45.81 6.86 10.34 inf; -crachera cracher ver 27.93 45.81 0.30 0.14 ind:fut:3s; -cracherai cracher ver 27.93 45.81 0.21 0.34 ind:fut:1s; -cracherais cracher ver 27.93 45.81 0.64 0.14 cnd:pre:1s;cnd:pre:2s; -cracherait cracher ver 27.93 45.81 0.18 0.20 cnd:pre:3s; -cracheriez cracher ver 27.93 45.81 0.01 0.00 cnd:pre:2p; -cracheront cracher ver 27.93 45.81 0.04 0.14 ind:fut:3p; -craches cracher ver 27.93 45.81 1.41 0.41 ind:pre:2s;sub:pre:2s; -cracheur cracheur nom m s 0.32 1.08 0.28 0.88 -cracheurs cracheur nom m p 0.32 1.08 0.01 0.14 -cracheuse cracheur nom f s 0.32 1.08 0.03 0.07 -cracheuses cracheuse nom f p 0.01 0.00 0.01 0.00 -crachez cracher ver 27.93 45.81 0.91 0.14 imp:pre:2p;ind:pre:2p; -crachin crachin nom m s 0.03 2.03 0.03 1.89 -crachine crachiner ver 0.00 0.20 0.00 0.07 ind:pre:3s; -crachiner crachiner ver 0.00 0.20 0.00 0.14 inf; -crachins crachin nom m p 0.03 2.03 0.00 0.14 -crachoir crachoir nom m s 0.56 0.61 0.32 0.47 -crachoirs crachoir nom m p 0.56 0.61 0.24 0.14 -crachons cracher ver 27.93 45.81 0.14 0.07 imp:pre:1p;ind:pre:1p; -crachota crachoter ver 0.02 2.30 0.01 0.14 ind:pas:3s; -crachotaient crachoter ver 0.02 2.30 0.00 0.07 ind:imp:3p; -crachotait crachoter ver 0.02 2.30 0.00 0.41 ind:imp:3s; -crachotant crachoter ver 0.02 2.30 0.00 0.47 par:pre; -crachotantes crachotant adj f p 0.00 0.41 0.00 0.07 -crachotants crachotant adj m p 0.00 0.41 0.00 0.07 -crachote crachoter ver 0.02 2.30 0.01 0.41 ind:pre:3s; -crachotement crachotement nom m s 0.00 0.27 0.00 0.14 -crachotements crachotement nom m p 0.00 0.27 0.00 0.14 -crachotent crachoter ver 0.02 2.30 0.00 0.14 ind:pre:3p; -crachoter crachoter ver 0.02 2.30 0.00 0.54 inf; -crachoteuse crachoteux adj f s 0.00 0.20 0.00 0.14 -crachoteux crachoteux adj m 0.00 0.20 0.00 0.07 -crachoté crachoter ver m s 0.02 2.30 0.00 0.14 par:pas; -crachouilla crachouiller ver 0.00 0.34 0.00 0.14 ind:pas:3s; -crachouille crachouiller ver 0.00 0.34 0.00 0.20 ind:pre:3s; -crachouillis crachouillis nom m 0.01 0.14 0.01 0.14 -crachèrent cracher ver 27.93 45.81 0.00 0.27 ind:pas:3p; -craché cracher ver m s 27.93 45.81 4.26 4.53 par:pas; -crachée craché adj f s 3.24 1.62 0.19 0.27 -crachées cracher ver f p 27.93 45.81 0.01 0.07 par:pas; -crachés cracher ver m p 27.93 45.81 0.01 0.20 par:pas; -crack crack nom m s 7.77 0.88 7.30 0.68 -cracker cracker nom m s 2.22 0.27 0.72 0.00 -crackers cracker nom m p 2.22 0.27 1.50 0.27 -cracking cracking nom m s 0.01 0.00 0.01 0.00 -cracks crack nom m p 7.77 0.88 0.47 0.20 -cracra cracra adj f s 0.04 0.54 0.04 0.54 -crade crade adj s 1.31 1.55 1.19 1.35 -crades crade adj p 1.31 1.55 0.12 0.20 -cradingue cradingue adj s 0.12 1.42 0.12 1.01 -cradingues cradingue adj p 0.12 1.42 0.00 0.41 -crado crado adj s 0.23 1.22 0.17 0.95 -cradoque cradoque adj f s 0.01 0.00 0.01 0.00 -crados crado adj p 0.23 1.22 0.06 0.27 -craie craie nom f s 5.80 10.68 5.66 10.20 -craies craie nom f p 5.80 10.68 0.14 0.47 -craignît craindre ver 117.44 108.31 0.00 0.20 sub:imp:3s; -craignaient craindre ver 117.44 108.31 0.82 2.91 ind:imp:3p; -craignais craindre ver 117.44 108.31 5.34 8.31 ind:imp:1s;ind:imp:2s; -craignait craindre ver 117.44 108.31 3.42 20.14 ind:imp:3s; -craignant craindre ver 117.44 108.31 1.35 7.97 par:pre; -craigne craindre ver 117.44 108.31 0.49 0.41 sub:pre:1s;sub:pre:3s; -craignent craindre ver 117.44 108.31 3.75 2.36 ind:pre:3p; -craignes craindre ver 117.44 108.31 0.14 0.00 sub:pre:2s; -craignez craindre ver 117.44 108.31 9.27 3.38 imp:pre:2p;ind:pre:2p; -craigniez craindre ver 117.44 108.31 0.38 0.20 ind:imp:2p; -craignions craindre ver 117.44 108.31 0.22 0.20 ind:imp:1p; -craignirent craindre ver 117.44 108.31 0.00 0.07 ind:pas:3p; -craignis craindre ver 117.44 108.31 0.14 0.54 ind:pas:1s; -craignissent craindre ver 117.44 108.31 0.00 0.07 sub:imp:3p; -craignit craindre ver 117.44 108.31 0.01 1.82 ind:pas:3s; -craignons craindre ver 117.44 108.31 1.32 1.08 imp:pre:1p;ind:pre:1p; -craignos craignos adj 1.02 0.74 1.02 0.74 -craillaient crailler ver 0.00 0.14 0.00 0.07 ind:imp:3p; -craillent crailler ver 0.00 0.14 0.00 0.07 ind:pre:3p; -craindra craindre ver 117.44 108.31 0.22 0.07 ind:fut:3s; -craindrai craindre ver 117.44 108.31 0.08 0.00 ind:fut:1s; -craindraient craindre ver 117.44 108.31 0.04 0.07 cnd:pre:3p; -craindrais craindre ver 117.44 108.31 0.19 0.20 cnd:pre:1s;cnd:pre:2s; -craindrait craindre ver 117.44 108.31 0.10 0.34 cnd:pre:3s; -craindras craindre ver 117.44 108.31 0.03 0.00 ind:fut:2s; -craindre craindre ver 117.44 108.31 18.73 19.73 inf; -craindriez craindre ver 117.44 108.31 0.16 0.00 cnd:pre:2p; -craindrons craindre ver 117.44 108.31 0.01 0.00 ind:fut:1p; -craindront craindre ver 117.44 108.31 0.02 0.07 ind:fut:3p; -crains craindre ver 117.44 108.31 40.76 17.64 imp:pre:2s;ind:pre:1s;ind:pre:2s; -craint craindre ver m s 117.44 108.31 23.43 15.54 ind:pre:3s;par:pas; -crainte crainte nom f s 14.54 52.64 11.39 45.61 -craintes crainte nom f p 14.54 52.64 3.15 7.03 -craintif craintif adj m s 1.38 8.31 0.97 3.92 -craintifs craintif adj m p 1.38 8.31 0.19 1.49 -craintive craintif adj f s 1.38 8.31 0.22 2.23 -craintivement craintivement adv 0.00 1.15 0.00 1.15 -craintives craintif adj f p 1.38 8.31 0.00 0.68 -craints craindre ver m p 117.44 108.31 0.25 0.14 par:pas; -crama cramer ver 4.59 2.97 0.00 0.07 ind:pas:3s; -cramaient cramer ver 4.59 2.97 0.00 0.07 ind:imp:3p; -cramait cramer ver 4.59 2.97 0.01 0.14 ind:imp:3s; -cramant cramer ver 4.59 2.97 0.00 0.07 par:pre; -crame cramer ver 4.59 2.97 1.17 0.68 imp:pre:2s;ind:pre:1s;ind:pre:3s; -crament cramer ver 4.59 2.97 0.05 0.07 ind:pre:3p; -cramer cramer ver 4.59 2.97 1.47 0.81 inf; -crameraient cramer ver 4.59 2.97 0.01 0.00 cnd:pre:3p; -cramerais cramer ver 4.59 2.97 0.02 0.00 cnd:pre:1s;cnd:pre:2s; -crameras cramer ver 4.59 2.97 0.01 0.00 ind:fut:2s; -cramez cramer ver 4.59 2.97 0.16 0.00 imp:pre:2p;ind:pre:2p; -cramoisi cramoisi adj m s 0.25 4.26 0.13 2.70 -cramoisie cramoisi adj f s 0.25 4.26 0.10 0.47 -cramoisies cramoisi adj f p 0.25 4.26 0.00 0.47 -cramoisis cramoisi adj m p 0.25 4.26 0.02 0.61 -cramouille cramouille nom f s 0.06 0.47 0.05 0.34 -cramouilles cramouille nom f p 0.06 0.47 0.01 0.14 -crampe crampe nom f s 5.18 6.01 2.62 2.84 -crampes crampe nom f p 5.18 6.01 2.57 3.18 -crampette crampette nom f s 0.00 0.14 0.00 0.07 -crampettes crampette nom f p 0.00 0.14 0.00 0.07 -crampon crampon nom m s 1.49 1.15 0.98 0.20 -cramponna cramponner ver 1.67 13.45 0.00 0.54 ind:pas:3s; -cramponnaient cramponner ver 1.67 13.45 0.00 0.14 ind:imp:3p; -cramponnais cramponner ver 1.67 13.45 0.14 0.41 ind:imp:1s;ind:imp:2s; -cramponnait cramponner ver 1.67 13.45 0.02 1.49 ind:imp:3s; -cramponnant cramponner ver 1.67 13.45 0.00 1.08 par:pre; -cramponne cramponner ver 1.67 13.45 0.49 1.96 imp:pre:2s;ind:pre:1s;ind:pre:3s; -cramponnent cramponner ver 1.67 13.45 0.00 0.27 ind:pre:3p; -cramponner cramponner ver 1.67 13.45 0.09 1.35 inf; -cramponneront cramponner ver 1.67 13.45 0.02 0.00 ind:fut:3p; -cramponnez cramponner ver 1.67 13.45 0.55 0.14 imp:pre:2p;ind:pre:2p; -cramponniez cramponner ver 1.67 13.45 0.01 0.07 ind:imp:2p; -cramponnons cramponner ver 1.67 13.45 0.01 0.14 imp:pre:1p;ind:pre:1p; -cramponné cramponner ver m s 1.67 13.45 0.16 2.50 par:pas; -cramponnée cramponner ver f s 1.67 13.45 0.14 1.62 par:pas; -cramponnées cramponner ver f p 1.67 13.45 0.00 0.41 par:pas; -cramponnés cramponner ver m p 1.67 13.45 0.03 1.35 par:pas; -crampons crampon nom m p 1.49 1.15 0.51 0.95 -cramé cramer ver m s 4.59 2.97 1.50 0.88 par:pas; -cramée cramer ver f s 4.59 2.97 0.06 0.07 par:pas; -cramées cramer ver f p 4.59 2.97 0.00 0.07 par:pas; -cramés cramer ver m p 4.59 2.97 0.14 0.07 par:pas; -cran cran nom m s 13.97 8.11 13.61 6.96 -crane crane nom m s 0.96 0.00 0.96 0.00 -craniométrie craniométrie nom f s 0.03 0.00 0.03 0.00 -craniotomie craniotomie nom f s 0.03 0.00 0.03 0.00 -crans cran nom m p 13.97 8.11 0.36 1.15 -cranter cranter ver 0.08 0.34 0.05 0.14 inf; -cranté cranter ver m s 0.08 0.34 0.01 0.14 par:pas; -crantées cranter ver f p 0.08 0.34 0.01 0.00 par:pas; -crantés cranter ver m p 0.08 0.34 0.01 0.07 par:pas; -craonnais craonnais adj m 0.00 0.61 0.00 0.27 -craonnaise craonnais adj f s 0.00 0.61 0.00 0.07 -craonnaises craonnais adj f p 0.00 0.61 0.00 0.27 -crapahutait crapahuter ver 0.25 0.47 0.00 0.07 ind:imp:3s; -crapahutant crapahuter ver 0.25 0.47 0.00 0.07 par:pre; -crapahute crapahuter ver 0.25 0.47 0.01 0.07 ind:pre:1s;ind:pre:3s; -crapahuter crapahuter ver 0.25 0.47 0.19 0.14 inf; -crapahutons crapahuter ver 0.25 0.47 0.00 0.07 ind:pre:1p; -crapahuté crapahuter ver m s 0.25 0.47 0.05 0.07 par:pas; -crapaud_buffle crapaud_buffle nom m s 0.01 0.14 0.01 0.00 -crapaud crapaud nom m s 11.30 9.19 9.60 6.08 -crapaud_buffle crapaud_buffle nom m p 0.01 0.14 0.00 0.14 -crapauds crapaud nom m p 11.30 9.19 1.70 3.11 -crapoter crapoter ver 0.01 0.00 0.01 0.00 inf; -crapoteuse crapoteux adj f s 0.01 0.41 0.00 0.20 -crapoteuses crapoteux adj f p 0.01 0.41 0.00 0.07 -crapoteux crapoteux adj m 0.01 0.41 0.01 0.14 -crapouillot crapouillot nom m s 0.01 0.20 0.01 0.07 -crapouillots crapouillot nom m p 0.01 0.20 0.00 0.14 -craps craps nom m p 0.73 0.07 0.73 0.07 -crapule crapule nom f s 7.09 3.45 4.43 2.50 -crapulerie crapulerie nom f s 0.01 0.27 0.01 0.27 -crapules crapule nom f p 7.09 3.45 2.66 0.95 -crapuleuse crapuleux adj f s 0.36 2.36 0.03 0.95 -crapuleusement crapuleusement adv 0.00 0.14 0.00 0.14 -crapuleuses crapuleux adj f p 0.36 2.36 0.00 0.20 -crapuleux crapuleux adj m 0.36 2.36 0.33 1.22 -craqua craquer ver 21.23 37.16 0.01 1.69 ind:pas:3s; -craquage craquage nom m s 0.04 0.00 0.04 0.00 -craquaient craquer ver 21.23 37.16 0.06 1.96 ind:imp:3p; -craquais craquer ver 21.23 37.16 0.19 0.00 ind:imp:1s;ind:imp:2s; -craquait craquer ver 21.23 37.16 0.23 4.32 ind:imp:3s; -craquant craquant adj m s 1.75 3.45 0.90 1.42 -craquante craquant adj f s 1.75 3.45 0.66 0.88 -craquantes craquant adj f p 1.75 3.45 0.05 0.74 -craquants craquant adj m p 1.75 3.45 0.14 0.41 -craque craquer ver 21.23 37.16 4.40 5.95 imp:pre:2s;ind:pre:1s;ind:pre:3s; -craquela craqueler ver 0.05 2.36 0.00 0.07 ind:pas:3s; -craquelaient craqueler ver 0.05 2.36 0.00 0.07 ind:imp:3p; -craquelait craqueler ver 0.05 2.36 0.00 0.27 ind:imp:3s; -craquelant craqueler ver 0.05 2.36 0.00 0.20 par:pre; -craqueler craqueler ver 0.05 2.36 0.02 0.34 inf; -craquelin craquelin nom m s 1.01 0.07 0.40 0.00 -craquelins craquelin nom m p 1.01 0.07 0.61 0.07 -craquelle craqueler ver 0.05 2.36 0.01 0.14 ind:pre:3s; -craquellent craqueler ver 0.05 2.36 0.00 0.20 ind:pre:3p; -craquelèrent craqueler ver 0.05 2.36 0.00 0.07 ind:pas:3p; -craquelé craquelé adj m s 0.12 2.57 0.11 0.47 -craquelée craquelé adj f s 0.12 2.57 0.01 0.74 -craquelées craquelé adj f p 0.12 2.57 0.00 0.88 -craquelure craquelure nom f s 0.14 1.15 0.14 0.27 -craquelures craquelure nom f p 0.14 1.15 0.00 0.88 -craquelés craquelé adj m p 0.12 2.57 0.00 0.47 -craquement craquement nom m s 2.48 13.45 1.17 7.36 -craquements craquement nom m p 2.48 13.45 1.31 6.08 -craquent craquer ver 21.23 37.16 0.79 2.03 ind:pre:3p; -craquer craquer ver 21.23 37.16 8.52 15.74 inf; -craquera craquer ver 21.23 37.16 0.79 0.07 ind:fut:3s; -craqueraient craquer ver 21.23 37.16 0.01 0.07 cnd:pre:3p; -craquerait craquer ver 21.23 37.16 0.13 0.14 cnd:pre:3s; -craqueras craquer ver 21.23 37.16 0.04 0.07 ind:fut:2s; -craqueront craquer ver 21.23 37.16 0.16 0.14 ind:fut:3p; -craques craquer ver 21.23 37.16 1.07 0.14 ind:pre:2s; -craquette craqueter ver 0.02 0.07 0.02 0.07 ind:pre:3s; -craquez craquer ver 21.23 37.16 0.15 0.07 imp:pre:2p;ind:pre:2p; -craquiez craquer ver 21.23 37.16 0.12 0.00 ind:imp:2p; -craquèlement craquèlement nom m s 0.00 0.14 0.00 0.14 -craquèrent craquer ver 21.23 37.16 0.00 0.47 ind:pas:3p; -craqué craquer ver m s 21.23 37.16 4.39 3.04 par:pas; -craquée craquer ver f s 21.23 37.16 0.17 0.00 par:pas; -craquées craquer ver f p 21.23 37.16 0.00 0.07 par:pas; -crase crase nom f s 0.01 0.00 0.01 0.00 -crash_test crash_test nom m s 0.02 0.00 0.02 0.00 -crash crash nom m s 6.68 0.07 6.68 0.07 -crashe crasher ver 1.52 0.00 0.13 0.00 imp:pre:2s;ind:pre:1s;ind:pre:3s; -crasher crasher ver 1.52 0.00 0.36 0.00 inf; -crashes crashe nom m p 0.02 0.00 0.02 0.00 -crashé crasher ver m s 1.52 0.00 0.97 0.00 par:pas; -crashée crasher ver f s 1.52 0.00 0.06 0.00 par:pas; -craspec craspec adj m s 0.00 0.07 0.00 0.07 -crasse crasse nom f s 3.29 13.45 3.16 13.11 -crasses crasse nom f p 3.29 13.45 0.14 0.34 -crasseuse crasseux adj f s 2.08 11.01 0.27 2.64 -crasseuses crasseux adj f p 2.08 11.01 0.06 1.22 -crasseux crasseux adj m 2.08 11.01 1.75 7.16 -crassier crassier nom m s 0.04 0.07 0.04 0.00 -crassiers crassier nom m p 0.04 0.07 0.00 0.07 -crassula crassula nom f s 0.00 0.14 0.00 0.14 -crataegus crataegus nom m 0.00 0.07 0.00 0.07 -cratère cratère nom m s 2.79 4.66 2.13 3.11 -cratères cratère nom m p 2.79 4.66 0.66 1.55 -cravachais cravacher ver 0.37 0.88 0.00 0.07 ind:imp:1s; -cravachait cravacher ver 0.37 0.88 0.10 0.20 ind:imp:3s; -cravachant cravacher ver 0.37 0.88 0.00 0.14 par:pre; -cravache cravache nom f s 0.58 3.72 0.56 3.58 -cravacher cravacher ver 0.37 0.88 0.16 0.34 inf; -cravaches cravache nom f p 0.58 3.72 0.02 0.14 -cravaché cravacher ver m s 0.37 0.88 0.04 0.00 par:pas; -cravachées cravacher ver f p 0.37 0.88 0.00 0.07 par:pas; -cravant cravant nom m s 0.00 0.27 0.00 0.07 -cravants cravant nom m p 0.00 0.27 0.00 0.20 -cravatage cravatage nom m s 0.00 0.07 0.00 0.07 -cravatait cravater ver 0.21 3.31 0.00 0.14 ind:imp:3s; -cravate cravate nom f s 17.92 34.12 15.99 27.70 -cravater cravater ver 0.21 3.31 0.03 0.54 inf; -cravates cravate nom f p 17.92 34.12 1.93 6.42 -cravateur cravateur nom m s 0.00 0.14 0.00 0.14 -cravatière cravatier nom f s 0.00 0.07 0.00 0.07 -cravaté cravater ver m s 0.21 3.31 0.06 1.01 par:pas; -cravatée cravater ver f s 0.21 3.31 0.00 0.14 par:pas; -cravatées cravater ver f p 0.21 3.31 0.00 0.14 par:pas; -cravatés cravater ver m p 0.21 3.31 0.03 0.74 par:pas; -crawl crawl nom m s 0.00 0.74 0.00 0.74 -crawlait crawler ver 0.00 0.20 0.00 0.07 ind:imp:3s; -crawlant crawler ver 0.00 0.20 0.00 0.14 par:pre; -crawlé crawlé adj m s 0.00 0.07 0.00 0.07 -crayeuse crayeux adj f s 0.03 1.96 0.00 0.61 -crayeuses crayeux adj f p 0.03 1.96 0.01 0.34 -crayeux crayeux adj m 0.03 1.96 0.01 1.01 -crayon_encre crayon_encre nom m s 0.00 0.27 0.00 0.27 -crayon crayon nom m s 10.97 30.47 8.08 25.47 -crayonna crayonner ver 0.14 1.82 0.00 0.07 ind:pas:3s; -crayonnage crayonnage nom m s 0.00 0.14 0.00 0.07 -crayonnages crayonnage nom m p 0.00 0.14 0.00 0.07 -crayonnait crayonner ver 0.14 1.82 0.03 0.54 ind:imp:3s; -crayonnant crayonner ver 0.14 1.82 0.00 0.34 par:pre; -crayonne crayonner ver 0.14 1.82 0.11 0.20 imp:pre:2s;ind:pre:1s;ind:pre:3s; -crayonner crayonner ver 0.14 1.82 0.00 0.27 inf; -crayonneur crayonneur nom m s 0.00 0.14 0.00 0.07 -crayonneurs crayonneur nom m p 0.00 0.14 0.00 0.07 -crayonnez crayonner ver 0.14 1.82 0.00 0.07 ind:pre:2p; -crayonné crayonner ver m s 0.14 1.82 0.00 0.14 par:pas; -crayonnées crayonner ver f p 0.14 1.82 0.00 0.14 par:pas; -crayonnés crayonner ver m p 0.14 1.82 0.00 0.07 par:pas; -crayon_feutre crayon_feutre nom m p 0.00 0.14 0.00 0.14 -crayons crayon nom m p 10.97 30.47 2.88 5.00 -credo credo nom m 0.78 2.84 0.78 2.84 -creek creek nom m s 0.78 0.34 0.77 0.27 -creeks creek nom m p 0.78 0.34 0.01 0.07 -crematorium crematorium nom m s 0.22 0.00 0.22 0.00 -crescendo crescendo adv 0.46 0.61 0.46 0.61 -cresson cresson nom m s 0.24 1.01 0.24 0.95 -cressonnette cressonnette nom f s 0.00 0.07 0.00 0.07 -cressonnière cressonnière nom f s 0.00 0.14 0.00 0.07 -cressonnières cressonnière nom f p 0.00 0.14 0.00 0.07 -cressons cresson nom m p 0.24 1.01 0.00 0.07 -creton creton nom m s 0.01 1.69 0.01 0.00 -cretonne creton nom f s 0.01 1.69 0.00 1.55 -cretonnes creton nom f p 0.01 1.69 0.00 0.07 -cretons creton nom m p 0.01 1.69 0.00 0.07 -creusa creuser ver 25.11 64.19 0.26 1.96 ind:pas:3s; -creusai creuser ver 25.11 64.19 0.01 0.07 ind:pas:1s; -creusaient creuser ver 25.11 64.19 0.24 3.24 ind:imp:3p; -creusais creuser ver 25.11 64.19 0.36 0.81 ind:imp:1s;ind:imp:2s; -creusait creuser ver 25.11 64.19 0.32 7.36 ind:imp:3s; -creusant creuser ver 25.11 64.19 0.50 3.45 par:pre; -creusas creuser ver 25.11 64.19 0.00 0.07 ind:pas:2s; -creusassent creuser ver 25.11 64.19 0.00 0.07 sub:imp:3p; -creuse creuser ver 25.11 64.19 3.67 5.74 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -creusement creusement nom m s 0.00 0.41 0.00 0.34 -creusements creusement nom m p 0.00 0.41 0.00 0.07 -creusent creuser ver 25.11 64.19 0.86 3.24 ind:pre:3p; -creuser creuser ver 25.11 64.19 10.34 11.82 inf; -creusera creuser ver 25.11 64.19 0.09 0.14 ind:fut:3s; -creuserai creuser ver 25.11 64.19 0.58 0.14 ind:fut:1s; -creuseraient creuser ver 25.11 64.19 0.01 0.14 cnd:pre:3p; -creuserais creuser ver 25.11 64.19 0.03 0.00 cnd:pre:1s; -creuserait creuser ver 25.11 64.19 0.09 0.14 cnd:pre:3s; -creuseras creuser ver 25.11 64.19 0.15 0.20 ind:fut:2s; -creuserez creuser ver 25.11 64.19 0.05 0.00 ind:fut:2p; -creuserons creuser ver 25.11 64.19 0.02 0.00 ind:fut:1p; -creuseront creuser ver 25.11 64.19 0.07 0.14 ind:fut:3p; -creuses creux adj f p 5.90 25.14 0.97 7.16 -creuset creuset nom m s 0.21 1.15 0.21 1.08 -creusets creuset nom m p 0.21 1.15 0.00 0.07 -creuseur creuseur nom m s 0.01 0.07 0.01 0.07 -creusez creuser ver 25.11 64.19 1.88 0.54 imp:pre:2p;ind:pre:2p; -creusiez creuser ver 25.11 64.19 0.06 0.00 ind:imp:2p; -creusions creuser ver 25.11 64.19 0.01 0.07 ind:imp:1p; -creusons creuser ver 25.11 64.19 0.26 0.54 imp:pre:1p;ind:pre:1p; -creusèrent creuser ver 25.11 64.19 0.03 0.68 ind:pas:3p; -creusé creuser ver m s 25.11 64.19 3.35 11.01 par:pas; -creusée creuser ver f s 25.11 64.19 0.55 5.47 par:pas; -creusées creuser ver f p 25.11 64.19 0.36 3.92 par:pas; -creusés creuser ver m p 25.11 64.19 0.13 3.24 par:pas; -creux creux adj m 5.90 25.14 3.32 12.64 -creva crever ver 64.95 81.55 0.03 1.42 ind:pas:3s; -crevage crevage nom m s 0.00 0.07 0.00 0.07 -crevaient crever ver 64.95 81.55 0.12 1.82 ind:imp:3p; -crevais crever ver 64.95 81.55 0.17 1.22 ind:imp:1s;ind:imp:2s; -crevaison crevaison nom f s 0.63 0.20 0.60 0.14 -crevaisons crevaison nom f p 0.63 0.20 0.03 0.07 -crevait crever ver 64.95 81.55 0.34 4.19 ind:imp:3s; -crevant crevant adj m s 1.03 0.74 0.74 0.61 -crevante crevant adj f s 1.03 0.74 0.29 0.07 -crevants crevant adj m p 1.03 0.74 0.00 0.07 -crevard crevard nom m s 0.29 0.74 0.04 0.20 -crevarde crevard nom f s 0.29 0.74 0.00 0.20 -crevards crevard nom m p 0.29 0.74 0.26 0.34 -crevasse crevasse nom f s 1.16 4.86 0.92 2.30 -crevassent crevasser ver 0.06 2.57 0.00 0.14 ind:pre:3p; -crevasser crevasser ver 0.06 2.57 0.00 0.14 inf; -crevasses crevasse nom f p 1.16 4.86 0.24 2.57 -crevassé crevasser ver m s 0.06 2.57 0.01 0.41 par:pas; -crevassée crevasser ver f s 0.06 2.57 0.03 0.47 par:pas; -crevassées crevasser ver f p 0.06 2.57 0.01 0.88 par:pas; -crevassés crevasser ver m p 0.06 2.57 0.00 0.47 par:pas; -crever crever ver 64.95 81.55 25.27 29.05 ind:imp:3s;inf; -crevette crevette nom f s 9.03 5.00 1.13 1.62 -crevettes crevette nom f p 9.03 5.00 7.90 3.38 -crevettier crevettier nom m s 0.16 0.00 0.12 0.00 -crevettiers crevettier nom m p 0.16 0.00 0.04 0.00 -crevez crever ver 64.95 81.55 0.74 0.27 imp:pre:2p;ind:pre:2p; -creviez crever ver 64.95 81.55 0.04 0.07 ind:imp:2p; -crevions crever ver 64.95 81.55 0.00 0.07 ind:imp:1p; -crevons crever ver 64.95 81.55 0.27 0.07 imp:pre:1p;ind:pre:1p; -crevât crever ver 64.95 81.55 0.00 0.07 sub:imp:3s; -crevotant crevoter ver 0.00 0.07 0.00 0.07 par:pre; -crevèrent crever ver 64.95 81.55 0.00 0.34 ind:pas:3p; -crevé crever ver m s 64.95 81.55 9.34 8.65 par:pas; -crevée crever ver f s 64.95 81.55 5.10 4.12 par:pas; -crevées crever ver f p 64.95 81.55 0.47 1.22 par:pas; -crevure crevure nom f s 0.52 0.34 0.47 0.34 -crevures crevure nom f p 0.52 0.34 0.04 0.00 -crevés crever ver m p 64.95 81.55 1.84 6.96 par:pas; -cri cri nom m s 45.58 155.41 18.79 71.55 -cria crier ver 116.93 239.73 1.20 55.74 ind:pas:3s; -criai crier ver 116.93 239.73 0.02 2.57 ind:pas:1s; -criaient crier ver 116.93 239.73 2.05 9.05 ind:imp:3p; -criaillaient criailler ver 0.23 0.88 0.10 0.14 ind:imp:3p; -criaillait criailler ver 0.23 0.88 0.00 0.14 ind:imp:3s; -criaillant criailler ver 0.23 0.88 0.00 0.27 par:pre; -criaillement criaillement nom m s 0.00 0.07 0.00 0.07 -criaillent criailler ver 0.23 0.88 0.14 0.14 ind:pre:3p; -criailler criailler ver 0.23 0.88 0.00 0.20 inf; -criaillerie criaillerie nom f s 0.00 1.69 0.00 0.20 -criailleries criaillerie nom f p 0.00 1.69 0.00 1.49 -criais crier ver 116.93 239.73 1.89 2.09 ind:imp:1s;ind:imp:2s; -criait crier ver 116.93 239.73 6.37 26.35 ind:imp:3s; -criant crier ver 116.93 239.73 3.82 20.95 par:pre; -criante criant adj f s 0.38 3.51 0.06 0.68 -criantes criant adj f p 0.38 3.51 0.14 0.20 -criard criard adj m s 0.95 6.49 0.17 1.49 -criarde criard adj f s 0.95 6.49 0.31 1.69 -criardes criard adj f p 0.95 6.49 0.23 1.96 -criards criard adj m p 0.95 6.49 0.23 1.35 -crib crib nom m s 0.04 0.00 0.04 0.00 -cribla cribler ver 1.86 6.69 0.01 0.07 ind:pas:3s; -criblage criblage nom m s 0.03 0.14 0.03 0.14 -criblaient cribler ver 1.86 6.69 0.00 0.47 ind:imp:3p; -criblait cribler ver 1.86 6.69 0.00 0.20 ind:imp:3s; -criblant cribler ver 1.86 6.69 0.00 0.74 par:pre; -crible crible nom m s 0.92 1.15 0.91 1.08 -criblent cribler ver 1.86 6.69 0.00 0.20 ind:pre:3p; -cribler cribler ver 1.86 6.69 0.07 0.20 inf; -cribles crible nom m p 0.92 1.15 0.01 0.07 -criblé cribler ver m s 1.86 6.69 0.92 2.09 par:pas; -criblée cribler ver f s 1.86 6.69 0.20 1.01 par:pas; -criblées cribler ver f p 1.86 6.69 0.16 0.61 par:pas; -criblés cribler ver m p 1.86 6.69 0.26 0.61 par:pas; -cric_crac cric_crac ono 0.00 0.07 0.00 0.07 -cric cric nom m s 1.20 1.42 1.18 1.08 -cricket cricket nom m s 2.94 0.41 2.92 0.41 -crickets cricket nom m p 2.94 0.41 0.02 0.00 -cricoïde cricoïde adj s 0.12 0.00 0.12 0.00 -cricri cricri nom m s 0.28 1.42 0.28 1.28 -cricris cricri nom m p 0.28 1.42 0.00 0.14 -crics cric nom m p 1.20 1.42 0.03 0.34 -crie crier ver 116.93 239.73 35.65 40.81 imp:pre:2s;ind:pre:1s;ind:pre:3s; -crient crier ver 116.93 239.73 5.35 5.61 ind:pre:3p; -crier crier ver 116.93 239.73 31.48 47.30 inf; -criera crier ver 116.93 239.73 0.75 0.20 ind:fut:3s; -crierai crier ver 116.93 239.73 0.99 0.27 ind:fut:1s; -crieraient crier ver 116.93 239.73 0.03 0.20 cnd:pre:3p; -crierais crier ver 116.93 239.73 0.28 0.00 cnd:pre:1s;cnd:pre:2s; -crierait crier ver 116.93 239.73 0.07 0.81 cnd:pre:3s; -crieras crier ver 116.93 239.73 0.34 0.20 ind:fut:2s; -crieront crier ver 116.93 239.73 0.42 0.14 ind:fut:3p; -cries crier ver 116.93 239.73 5.64 0.41 ind:pre:2s;sub:pre:2s; -crieur crieur nom m s 0.34 2.09 0.27 0.95 -crieurs crieur nom m p 0.34 2.09 0.04 1.08 -crieuse crieur nom f s 0.34 2.09 0.03 0.07 -criez crier ver 116.93 239.73 6.57 0.74 imp:pre:2p;ind:pre:2p; -criions crier ver 116.93 239.73 0.00 0.14 ind:imp:1p; -crime crime nom m s 104.07 45.07 81.77 29.32 -crimes crime nom m p 104.07 45.07 22.30 15.74 -criminaliser criminaliser ver 0.03 0.00 0.03 0.00 inf; -criminaliste criminaliste nom s 0.10 0.00 0.10 0.00 -criminalistique criminalistique adj s 0.01 0.00 0.01 0.00 -criminalité criminalité nom f s 1.91 0.61 1.91 0.61 -criminel criminel nom m s 35.49 8.04 17.37 3.45 -criminelle criminel adj f s 18.17 8.45 6.36 3.11 -criminellement criminellement adv 0.02 0.07 0.02 0.07 -criminelles criminel adj f p 18.17 8.45 0.94 1.15 -criminels criminel nom m p 35.49 8.04 13.90 3.38 -criminologie criminologie nom f s 0.48 0.07 0.48 0.07 -criminologiste criminologiste nom s 0.03 0.14 0.03 0.14 -criminologue criminologue nom s 0.35 0.00 0.30 0.00 -criminologues criminologue nom p 0.35 0.00 0.05 0.00 -crin crin nom m s 0.46 6.22 0.32 3.92 -crincrin crincrin nom m s 0.05 0.27 0.04 0.20 -crincrins crincrin nom m p 0.05 0.27 0.01 0.07 -crinière crinière nom f s 2.28 10.27 2.27 8.92 -crinières crinière nom f p 2.28 10.27 0.01 1.35 -crinoline crinoline nom f s 0.15 0.47 0.15 0.14 -crinolines crinoline nom f p 0.15 0.47 0.00 0.34 -crins crin nom m p 0.46 6.22 0.14 2.30 -crions crier ver 116.93 239.73 0.79 0.14 imp:pre:1p;ind:pre:1p; -criât crier ver 116.93 239.73 0.00 0.34 sub:imp:3s; -crique crique nom f s 1.10 5.20 1.06 3.78 -criques crique nom f p 1.10 5.20 0.04 1.42 -criquet criquet nom m s 1.29 2.36 0.57 0.34 -criquets criquet nom m p 1.29 2.36 0.72 2.03 -cris_craft cris_craft nom m s 0.00 0.07 0.00 0.07 -cris cri nom m p 45.58 155.41 26.79 83.85 -crise crise nom f s 50.15 49.73 43.51 37.97 -crises crise nom f p 50.15 49.73 6.64 11.76 -crispa crisper ver 2.05 30.41 0.00 2.36 ind:pas:3s; -crispai crisper ver 2.05 30.41 0.00 0.14 ind:pas:1s; -crispaient crisper ver 2.05 30.41 0.00 1.01 ind:imp:3p; -crispait crisper ver 2.05 30.41 0.01 3.18 ind:imp:3s; -crispant crispant adj m s 0.07 0.41 0.06 0.27 -crispante crispant adj f s 0.07 0.41 0.00 0.07 -crispantes crispant adj f p 0.07 0.41 0.01 0.07 -crispation crispation nom f s 0.04 3.92 0.04 3.31 -crispations crispation nom f p 0.04 3.92 0.00 0.61 -crispe crisper ver 2.05 30.41 0.39 2.64 imp:pre:2s;ind:pre:1s;ind:pre:3s; -crispent crisper ver 2.05 30.41 0.14 0.41 ind:pre:3p; -crisper crisper ver 2.05 30.41 0.33 1.28 inf; -crispes crisper ver 2.05 30.41 0.00 0.14 ind:pre:2s; -crispin crispin nom m s 0.10 0.20 0.10 0.20 -crispèrent crisper ver 2.05 30.41 0.00 0.41 ind:pas:3p; -crispé crisper ver m s 2.05 30.41 0.53 6.28 par:pas; -crispée crisper ver f s 2.05 30.41 0.50 5.00 par:pas; -crispées crisper ver f p 2.05 30.41 0.02 3.51 par:pas; -crispés crisper ver m p 2.05 30.41 0.13 3.24 par:pas; -crissa crisser ver 1.46 11.49 0.00 0.41 ind:pas:3s; -crissaient crisser ver 1.46 11.49 0.01 1.62 ind:imp:3p; -crissait crisser ver 1.46 11.49 0.00 1.62 ind:imp:3s; -crissant crisser ver 1.46 11.49 0.02 2.09 par:pre; -crisse crisser ver 1.46 11.49 1.29 1.82 imp:pre:2s;ind:pre:1s;ind:pre:3s; -crissement crissement nom m s 1.77 9.32 1.18 7.77 -crissements crissement nom m p 1.77 9.32 0.59 1.55 -crissent crisser ver 1.46 11.49 0.02 0.95 ind:pre:3p; -crisser crisser ver 1.46 11.49 0.09 2.57 inf; -crissèrent crisser ver 1.46 11.49 0.00 0.20 ind:pas:3p; -crissé crisser ver m s 1.46 11.49 0.02 0.20 par:pas; -cristal cristal nom m s 10.22 18.51 6.34 13.72 -cristallerie cristallerie nom f s 0.01 0.07 0.01 0.00 -cristalleries cristallerie nom f p 0.01 0.07 0.00 0.07 -cristallin cristallin adj m s 0.35 4.59 0.04 1.69 -cristalline cristallin adj f s 0.35 4.59 0.26 1.82 -cristallines cristallin adj f p 0.35 4.59 0.05 0.54 -cristallins cristallin nom m p 0.17 0.74 0.14 0.00 -cristallisaient cristalliser ver 0.41 2.03 0.00 0.07 ind:imp:3p; -cristallisait cristalliser ver 0.41 2.03 0.00 0.14 ind:imp:3s; -cristallisation cristallisation nom f s 0.20 0.27 0.20 0.27 -cristallise cristalliser ver 0.41 2.03 0.01 0.41 ind:pre:3s; -cristallisent cristalliser ver 0.41 2.03 0.14 0.20 ind:pre:3p; -cristalliser cristalliser ver 0.41 2.03 0.13 0.34 inf; -cristallisera cristalliser ver 0.41 2.03 0.01 0.00 ind:fut:3s; -cristallisèrent cristalliser ver 0.41 2.03 0.00 0.14 ind:pas:3p; -cristallisé cristalliser ver m s 0.41 2.03 0.09 0.34 par:pas; -cristallisée cristallisé adj f s 0.18 0.14 0.14 0.00 -cristallisées cristallisé adj f p 0.18 0.14 0.00 0.07 -cristallisés cristalliser ver m p 0.41 2.03 0.01 0.07 par:pas; -cristalloïde cristalloïde nom s 0.03 0.00 0.03 0.00 -cristallographie cristallographie nom f s 0.00 0.07 0.00 0.07 -cristallomancie cristallomancie nom f s 0.02 0.00 0.02 0.00 -cristaux cristal nom m p 10.22 18.51 3.88 4.80 -cristi cristi ono 0.15 0.07 0.15 0.07 -crièrent crier ver 116.93 239.73 0.06 1.89 ind:pas:3p; -criticaillent criticailler ver 0.00 0.07 0.00 0.07 ind:pre:3p; -critiqua critiquer ver 10.38 7.43 0.01 0.14 ind:pas:3s; -critiquable critiquable adj s 0.02 0.07 0.01 0.07 -critiquables critiquable adj p 0.02 0.07 0.01 0.00 -critiquaient critiquer ver 10.38 7.43 0.04 0.14 ind:imp:3p; -critiquais critiquer ver 10.38 7.43 0.38 0.14 ind:imp:1s;ind:imp:2s; -critiquait critiquer ver 10.38 7.43 0.58 0.95 ind:imp:3s; -critiquant critiquer ver 10.38 7.43 0.06 0.20 par:pre; -critique critique adj s 9.34 10.47 7.83 8.85 -critiquent critiquer ver 10.38 7.43 0.18 0.00 ind:pre:3p; -critiquer critiquer ver 10.38 7.43 4.39 3.51 inf; -critiquera critiquer ver 10.38 7.43 0.09 0.00 ind:fut:3s; -critiquerais critiquer ver 10.38 7.43 0.01 0.07 cnd:pre:1s; -critiquerait critiquer ver 10.38 7.43 0.00 0.07 cnd:pre:3s; -critiqueras critiquer ver 10.38 7.43 0.01 0.00 ind:fut:2s; -critiques critique nom p 13.93 20.54 7.24 9.39 -critiquez critiquer ver 10.38 7.43 0.54 0.00 imp:pre:2p;ind:pre:2p; -critiquiez critiquer ver 10.38 7.43 0.03 0.00 ind:imp:2p; -critiquons critiquer ver 10.38 7.43 0.03 0.00 imp:pre:1p; -critiquât critiquer ver 10.38 7.43 0.00 0.07 sub:imp:3s; -critiqué critiquer ver m s 10.38 7.43 0.96 0.74 par:pas; -critiquée critiquer ver f s 10.38 7.43 0.18 0.07 par:pas; -critiquées critiquer ver f p 10.38 7.43 0.05 0.07 par:pas; -critiqués critiquer ver m p 10.38 7.43 0.08 0.07 par:pas; -critère critère nom m s 3.55 1.89 1.06 0.54 -critères critère nom m p 3.55 1.89 2.49 1.35 -critérium critérium nom m s 0.38 0.34 0.38 0.27 -critériums critérium nom m p 0.38 0.34 0.00 0.07 -crié crier ver m s 116.93 239.73 13.00 23.04 par:pas; -criée crier ver f s 116.93 239.73 0.17 0.07 par:pas; -criées crier ver f p 116.93 239.73 0.00 0.07 par:pas; -criés crier ver m p 116.93 239.73 0.01 0.61 par:pas; -croîs croître ver 4.79 10.34 0.01 0.00 ind:pre:1s; -croît croître ver 4.79 10.34 1.20 1.55 ind:pre:3s; -croîtraient croître ver 4.79 10.34 0.00 0.07 cnd:pre:3p; -croîtrait croître ver 4.79 10.34 0.01 0.07 cnd:pre:3s; -croître croître ver 4.79 10.34 1.35 2.77 inf; -croûte croûte nom f s 5.81 17.30 5.07 12.23 -croûter croûter ver 0.30 1.01 0.07 0.61 inf; -croûtes croûte nom f p 5.81 17.30 0.74 5.07 -croûteuse croûteux adj f s 0.03 0.68 0.00 0.20 -croûteuses croûteux adj f p 0.03 0.68 0.00 0.14 -croûteux croûteux adj m 0.03 0.68 0.03 0.34 -croûton croûton nom m s 0.91 3.78 0.59 1.62 -croûtonnais croûtonner ver 0.00 0.07 0.00 0.07 ind:imp:1s; -croûtons croûton nom m p 0.91 3.78 0.31 2.16 -croûté croûter ver m s 0.30 1.01 0.03 0.20 par:pas; -croûtée croûter ver f s 0.30 1.01 0.00 0.07 par:pas; -croûtées croûter ver f p 0.30 1.01 0.00 0.07 par:pas; -croa_croa croa_croa adv 0.00 0.41 0.00 0.27 -croa_croa croa_croa adv 0.00 0.41 0.00 0.14 -croassa croasser ver 0.19 0.47 0.00 0.14 ind:pas:3s; -croassaient croasser ver 0.19 0.47 0.00 0.14 ind:imp:3p; -croassait croasser ver 0.19 0.47 0.00 0.07 ind:imp:3s; -croassant croassant adj m s 0.01 0.07 0.01 0.07 -croasse croasser ver 0.19 0.47 0.12 0.00 imp:pre:2s;ind:pre:3s; -croassement croassement nom m s 0.02 0.27 0.02 0.07 -croassements croassement nom m p 0.02 0.27 0.00 0.20 -croassent croasser ver 0.19 0.47 0.04 0.07 ind:pre:3p; -croasser croasser ver 0.19 0.47 0.03 0.07 inf; -croate croate adj s 0.93 0.54 0.51 0.34 -croates croate adj p 0.93 0.54 0.42 0.20 -crobard crobard nom m s 0.00 0.27 0.00 0.27 -croc_en_jambe croc_en_jambe nom m s 0.16 0.61 0.16 0.61 -croc croc nom m s 3.19 7.84 0.66 1.15 -crocha crocher ver 0.01 1.08 0.00 0.14 ind:pas:3s; -crochaient crocher ver 0.01 1.08 0.00 0.20 ind:imp:3p; -crochait crocher ver 0.01 1.08 0.00 0.07 ind:imp:3s; -croche_patte croche_patte nom m s 0.17 0.34 0.17 0.34 -croche_pied croche_pied nom m s 0.56 0.68 0.43 0.41 -croche_pied croche_pied nom m p 0.56 0.68 0.14 0.27 -croche croche nom f s 0.26 0.41 0.07 0.34 -crochent crocher ver 0.01 1.08 0.00 0.07 ind:pre:3p; -crocher crocher ver 0.01 1.08 0.00 0.27 inf; -croches croche nom f p 0.26 0.41 0.19 0.07 -crochet crochet nom m s 10.69 15.81 8.21 9.80 -crocheta crocheter ver 0.66 1.55 0.00 0.20 ind:pas:3s; -crochetage crochetage nom m s 0.04 0.00 0.04 0.00 -crochetaient crocheter ver 0.66 1.55 0.00 0.14 ind:imp:3p; -crochetait crocheter ver 0.66 1.55 0.00 0.14 ind:imp:3s; -crochetant crocheter ver 0.66 1.55 0.00 0.07 par:pre; -crocheter crocheter ver 0.66 1.55 0.42 0.47 inf; -crocheteur crocheteur nom m s 0.29 0.07 0.29 0.00 -crocheteurs crocheteur nom m p 0.29 0.07 0.00 0.07 -crochets crochet nom m p 10.69 15.81 2.47 6.01 -crocheté crocheter ver m s 0.66 1.55 0.22 0.27 par:pas; -crochetées crocheter ver f p 0.66 1.55 0.01 0.07 par:pas; -crochetés crocheter ver m p 0.66 1.55 0.00 0.07 par:pas; -crochètent crocheter ver 0.66 1.55 0.01 0.14 ind:pre:3p; -croché crocher ver m s 0.01 1.08 0.01 0.27 par:pas; -crochu crochu adj m s 0.83 3.72 0.33 1.49 -crochue crochu adj f s 0.83 3.72 0.13 0.47 -crochées crocher ver f p 0.01 1.08 0.00 0.07 par:pas; -crochues crochu adj f p 0.83 3.72 0.02 0.41 -crochus crochu adj m p 0.83 3.72 0.35 1.35 -croco croco nom m s 1.51 1.35 0.75 1.28 -crocodile crocodile nom m s 9.26 5.20 6.14 4.05 -crocodiles crocodile nom m p 9.26 5.20 3.12 1.15 -crocos croco nom m p 1.51 1.35 0.76 0.07 -crocs_en_jambe crocs_en_jambe nom m p 0.00 0.20 0.00 0.20 -crocs croc nom m p 3.19 7.84 2.53 6.69 -crocus crocus nom m 0.04 0.95 0.04 0.95 -croie croire ver_sup 1711.99 947.23 5.43 3.85 sub:pre:1s;sub:pre:3s; -croient croire ver_sup 1711.99 947.23 29.38 19.19 ind:pre:3p; -croies croire ver_sup 1711.99 947.23 3.10 0.61 sub:pre:2s; -croira croire ver_sup 1711.99 947.23 8.27 3.18 ind:fut:3s; -croirai croire ver_sup 1711.99 947.23 2.55 1.49 ind:fut:1s; -croiraient croire ver_sup 1711.99 947.23 0.70 0.47 cnd:pre:3p; -croirais croire ver_sup 1711.99 947.23 4.40 2.50 cnd:pre:1s;cnd:pre:2s; -croirait croire ver_sup 1711.99 947.23 12.22 13.72 cnd:pre:3s; -croiras croire ver_sup 1711.99 947.23 3.87 1.28 ind:fut:2s; -croire croire ver_sup 1711.99 947.23 193.37 167.91 inf;;inf;;inf;; -croirez croire ver_sup 1711.99 947.23 2.77 1.82 ind:fut:2p; -croiriez croire ver_sup 1711.99 947.23 1.71 0.88 cnd:pre:2p; -croirions croire ver_sup 1711.99 947.23 0.00 0.34 cnd:pre:1p; -croirons croire ver_sup 1711.99 947.23 0.17 0.14 ind:fut:1p; -croiront croire ver_sup 1711.99 947.23 4.14 0.81 ind:fut:3p; -crois croire ver_sup 1711.99 947.23 904.45 305.54 imp:pre:2s;ind:pre:1s;ind:pre:2s; -croisa croiser ver 28.84 76.35 0.05 9.05 ind:pas:3s; -croisade croisade nom f s 4.21 6.15 3.23 3.18 -croisades croisade nom f p 4.21 6.15 0.98 2.97 -croisai croiser ver 28.84 76.35 0.05 1.08 ind:pas:1s; -croisaient croiser ver 28.84 76.35 0.10 5.07 ind:imp:3p; -croisais croiser ver 28.84 76.35 0.13 1.62 ind:imp:1s;ind:imp:2s; -croisait croiser ver 28.84 76.35 0.47 6.62 ind:imp:3s; -croisant croiser ver 28.84 76.35 0.26 5.34 par:pre; -croise croiser ver 28.84 76.35 6.65 8.45 imp:pre:2s;ind:pre:1s;ind:pre:3s; -croisement croisement nom m s 2.70 6.22 2.58 4.93 -croisements croisement nom m p 2.70 6.22 0.12 1.28 -croisent croiser ver 28.84 76.35 1.16 5.00 ind:pre:3p; -croiser croiser ver 28.84 76.35 4.76 7.57 ind:pre:2p;inf; -croisera croiser ver 28.84 76.35 0.80 0.00 ind:fut:3s; -croiserai croiser ver 28.84 76.35 0.16 0.00 ind:fut:1s; -croiseraient croiser ver 28.84 76.35 0.05 0.20 cnd:pre:3p; -croiserais croiser ver 28.84 76.35 0.01 0.20 cnd:pre:1s; -croiserait croiser ver 28.84 76.35 0.02 0.27 cnd:pre:3s; -croiserez croiser ver 28.84 76.35 0.16 0.07 ind:fut:2p; -croiserons croiser ver 28.84 76.35 0.02 0.07 ind:fut:1p; -croiseront croiser ver 28.84 76.35 0.11 0.14 ind:fut:3p; -croises croiser ver 28.84 76.35 1.27 0.20 ind:pre:2s; -croisette croisette nom f s 0.00 1.01 0.00 1.01 -croiseur croiseur nom m s 2.46 4.59 1.81 1.69 -croiseurs croiseur nom m p 2.46 4.59 0.65 2.91 -croisez croiser ver 28.84 76.35 1.42 0.20 imp:pre:2p;ind:pre:2p; -croisillon croisillon nom m s 0.01 2.03 0.00 0.47 -croisillons croisillon nom m p 0.01 2.03 0.01 1.55 -croisions croiser ver 28.84 76.35 0.34 0.95 ind:imp:1p; -croisière croisière nom f s 5.47 5.81 5.05 5.07 -croisières croisière nom f p 5.47 5.81 0.42 0.74 -croisâmes croiser ver 28.84 76.35 0.01 0.68 ind:pas:1p; -croisons croiser ver 28.84 76.35 0.30 1.22 imp:pre:1p;ind:pre:1p; -croisât croiser ver 28.84 76.35 0.00 0.07 sub:imp:3s; -croissaient croître ver 4.79 10.34 0.00 0.81 ind:imp:3p; -croissais croître ver 4.79 10.34 0.01 0.07 ind:imp:1s; -croissait croître ver 4.79 10.34 0.33 1.28 ind:imp:3s; -croissance croissance nom f s 4.16 3.99 4.16 3.92 -croissances croissance nom f p 4.16 3.99 0.00 0.07 -croissant croissant nom m s 3.85 18.72 1.54 6.96 -croissante croissant adj f s 1.28 7.43 0.66 3.65 -croissantes croissant adj f p 1.28 7.43 0.02 0.47 -croissants croissant nom m p 3.85 18.72 2.31 11.76 -croisse croître ver 4.79 10.34 0.03 0.07 sub:pre:3s; -croissent croître ver 4.79 10.34 0.33 0.27 ind:pre:3p; -croissez croître ver 4.79 10.34 0.11 0.14 imp:pre:2p; -croisèrent croiser ver 28.84 76.35 0.02 3.38 ind:pas:3p; -croisé croiser ver m s 28.84 76.35 6.38 8.24 par:pas; -croisée croiser ver f s 28.84 76.35 0.92 1.01 par:pas; -croisées croiser ver f p 28.84 76.35 0.34 4.46 par:pas; -croisés croisé adj m p 4.62 17.23 3.76 9.12 -croit croire ver_sup 1711.99 947.23 68.72 60.00 ind:pre:3s; -croix croix nom f 29.10 71.62 29.10 71.62 -cromlech cromlech nom m s 0.02 0.14 0.02 0.07 -cromlechs cromlech nom m p 0.02 0.14 0.00 0.07 -cromorne cromorne nom m s 0.00 0.54 0.00 0.54 -crâna crâner ver 1.37 2.23 0.00 0.07 ind:pas:3s; -crânais crâner ver 1.37 2.23 0.14 0.14 ind:imp:1s; -crânait crâner ver 1.37 2.23 0.00 0.41 ind:imp:3s; -crânant crâner ver 1.37 2.23 0.00 0.14 par:pre; -crâne crâne nom m s 28.60 56.82 26.88 52.23 -crânement crânement adv 0.01 1.15 0.01 1.15 -crânent crâner ver 1.37 2.23 0.01 0.07 ind:pre:3p; -crâner crâner ver 1.37 2.23 0.40 0.88 inf; -crânerie crânerie nom f s 0.00 0.27 0.00 0.27 -crânes crâne nom m p 28.60 56.82 1.72 4.59 -crâneur crâneur nom m s 0.60 0.95 0.56 0.34 -crâneurs crâneur nom m p 0.60 0.95 0.02 0.27 -crâneuse crâneur nom f s 0.60 0.95 0.02 0.14 -crâneuses crâneur nom f p 0.60 0.95 0.00 0.20 -crânez crâner ver 1.37 2.23 0.01 0.07 imp:pre:2p;ind:pre:2p; -crânien crânien adj m s 2.36 1.15 1.58 0.14 -crânienne crânien adj f s 2.36 1.15 0.74 0.88 -crâniens crânien adj m p 2.36 1.15 0.04 0.14 -cronstadt cronstadt nom s 0.00 0.07 0.00 0.07 -crâné crâner ver m s 1.37 2.23 0.02 0.00 par:pas; -crooner crooner nom m s 0.25 0.14 0.23 0.07 -crooners crooner nom m p 0.25 0.14 0.02 0.07 -croqua croquer ver 5.23 12.64 0.00 0.81 ind:pas:3s; -croquai croquer ver 5.23 12.64 0.00 0.14 ind:pas:1s; -croquaient croquer ver 5.23 12.64 0.00 0.34 ind:imp:3p; -croquais croquer ver 5.23 12.64 0.00 0.20 ind:imp:1s; -croquait croquer ver 5.23 12.64 0.02 1.01 ind:imp:3s; -croquant croquant adj m s 0.43 0.68 0.34 0.20 -croquante croquant adj f s 0.43 0.68 0.04 0.07 -croquantes croquant adj f p 0.43 0.68 0.03 0.20 -croquants croquant nom m p 0.23 1.42 0.02 0.61 -croque_madame croque_madame nom m s 0.03 0.00 0.03 0.00 -croque_mitaine croque_mitaine nom m s 0.61 0.20 0.61 0.20 -croque_monsieur croque_monsieur nom m 0.28 0.14 0.28 0.14 -croque_mort croque_mort nom m s 2.20 3.31 1.81 1.28 -croque_mort croque_mort nom m p 2.20 3.31 0.39 2.03 -croque croquer ver 5.23 12.64 1.00 1.62 imp:pre:2s;ind:pre:1s;ind:pre:3s; -croquemitaine croquemitaine nom m s 0.39 0.47 0.39 0.34 -croquemitaines croquemitaine nom m p 0.39 0.47 0.00 0.14 -croquemort croquemort nom m s 0.08 0.14 0.08 0.00 -croquemorts croquemort nom m p 0.08 0.14 0.00 0.14 -croquenots croquenot nom m p 0.00 0.95 0.00 0.95 -croquent croquer ver 5.23 12.64 0.05 0.34 ind:pre:3p; -croquer croquer ver 5.23 12.64 2.59 3.99 inf; -croquera croquer ver 5.23 12.64 0.01 0.14 ind:fut:3s; -croquerai croquer ver 5.23 12.64 0.01 0.07 ind:fut:1s; -croqueraient croquer ver 5.23 12.64 0.01 0.07 cnd:pre:3p; -croquerais croquer ver 5.23 12.64 0.02 0.07 cnd:pre:1s; -croquerait croquer ver 5.23 12.64 0.02 0.61 cnd:pre:3s; -croquerons croquer ver 5.23 12.64 0.00 0.07 ind:fut:1p; -croques croquer ver 5.23 12.64 0.22 0.20 ind:pre:2s; -croquet croquet nom m s 0.42 1.49 0.42 1.49 -croqueton croqueton nom m s 0.00 0.14 0.00 0.07 -croquetons croqueton nom m p 0.00 0.14 0.00 0.07 -croquette croquette nom f s 2.04 0.27 0.18 0.07 -croquettes croquette nom f p 2.04 0.27 1.86 0.20 -croqueur croqueur nom m s 0.17 0.07 0.02 0.00 -croqueuse croqueur nom f s 0.17 0.07 0.14 0.07 -croquez croquer ver 5.23 12.64 0.16 0.07 imp:pre:2p;ind:pre:2p; -croquignol croquignol adj m s 0.03 0.27 0.03 0.27 -croquignolet croquignolet adj m s 0.02 0.27 0.01 0.14 -croquignolets croquignolet adj m p 0.02 0.27 0.01 0.14 -croquis_minute croquis_minute nom m 0.00 0.07 0.00 0.07 -croquis croquis nom m 2.63 7.64 2.63 7.64 -croquons croquer ver 5.23 12.64 0.01 0.07 imp:pre:1p;ind:pre:1p; -croquèrent croquer ver 5.23 12.64 0.00 0.14 ind:pas:3p; -croqué croquer ver m s 5.23 12.64 0.34 1.76 par:pas; -croquée croquer ver f s 5.23 12.64 0.33 0.20 par:pas; -croquées croquer ver f p 5.23 12.64 0.10 0.07 par:pas; -croqués croquer ver m p 5.23 12.64 0.01 0.00 par:pas; -crosne crosne nom m s 0.00 0.27 0.00 0.07 -crosnes crosne nom m p 0.00 0.27 0.00 0.20 -cross_country cross_country nom m s 0.05 0.34 0.05 0.34 -cross cross nom m 0.22 0.41 0.22 0.41 -crosse crosse nom f s 2.27 11.96 1.96 10.14 -crosser crosser ver 0.14 0.00 0.14 0.00 inf; -crosses crosse nom f p 2.27 11.96 0.31 1.82 -crossman crossman nom m s 0.01 0.00 0.01 0.00 -crossé crossé adj m s 0.00 0.07 0.00 0.07 -crotale crotale nom m s 0.82 0.95 0.62 0.88 -crotales crotale nom m p 0.82 0.95 0.20 0.07 -croton croton nom m s 0.28 0.07 0.28 0.07 -crottait crotter ver 0.45 1.01 0.00 0.14 ind:imp:3s; -crotte crotte nom f s 6.52 6.76 3.46 3.51 -crotter crotter ver 0.45 1.01 0.02 0.14 inf; -crottes crotte nom f p 6.52 6.76 3.06 3.24 -crottin crottin nom m s 0.58 2.57 0.57 2.30 -crottins crottin nom m p 0.58 2.57 0.01 0.27 -crotté crotté adj m s 0.23 0.95 0.18 0.27 -crottée crotté adj f s 0.23 0.95 0.02 0.14 -crottées crotter ver f p 0.45 1.01 0.11 0.00 par:pas; -crottés crotter ver m p 0.45 1.01 0.29 0.00 par:pas; -crouillat crouillat nom m s 0.00 0.88 0.00 0.27 -crouillats crouillat nom m p 0.00 0.88 0.00 0.61 -crouille crouille adv 0.00 0.07 0.00 0.07 -croula crouler ver 2.37 8.24 0.00 0.14 ind:pas:3s; -croulaient crouler ver 2.37 8.24 0.00 0.95 ind:imp:3p; -croulait crouler ver 2.37 8.24 0.14 1.22 ind:imp:3s; -croulant croulant nom m s 0.92 0.74 0.60 0.27 -croulante croulant adj f s 0.80 3.72 0.26 0.81 -croulantes croulant adj f p 0.80 3.72 0.00 0.61 -croulants croulant nom m p 0.92 0.74 0.33 0.20 -croule crouler ver 2.37 8.24 1.16 0.88 imp:pre:2s;ind:pre:1s;ind:pre:3s; -croulement croulement nom m s 0.00 0.07 0.00 0.07 -croulent crouler ver 2.37 8.24 0.26 0.41 ind:pre:3p; -crouler crouler ver 2.37 8.24 0.43 2.91 inf; -croulera crouler ver 2.37 8.24 0.03 0.00 ind:fut:3s; -croulerai crouler ver 2.37 8.24 0.01 0.00 ind:fut:1s; -crouleraient crouler ver 2.37 8.24 0.00 0.07 cnd:pre:3p; -croulerait crouler ver 2.37 8.24 0.02 0.07 cnd:pre:3s; -crouleras crouler ver 2.37 8.24 0.11 0.00 ind:fut:2s; -croulerons crouler ver 2.37 8.24 0.01 0.00 ind:fut:1p; -crouleront crouler ver 2.37 8.24 0.01 0.07 ind:fut:3p; -croulons crouler ver 2.37 8.24 0.16 0.07 ind:pre:1p; -croulât crouler ver 2.37 8.24 0.00 0.07 sub:imp:3s; -croulèrent crouler ver 2.37 8.24 0.00 0.14 ind:pas:3p; -croulé crouler ver m s 2.37 8.24 0.02 0.41 par:pas; -croulée crouler ver f s 2.37 8.24 0.00 0.07 par:pas; -croulés crouler ver m p 2.37 8.24 0.00 0.07 par:pas; -croup croup nom m s 0.14 0.61 0.09 0.61 -croupade croupade nom f s 0.00 0.14 0.00 0.14 -croupe croupe nom f s 0.90 14.05 0.64 10.95 -croupes croupe nom f p 0.90 14.05 0.27 3.11 -croupi croupir ver m s 1.74 4.93 0.10 0.34 par:pas; -croupie croupi adj f s 0.03 1.42 0.02 1.01 -croupier croupier nom m s 0.69 0.88 0.33 0.54 -croupiers croupier nom m p 0.69 0.88 0.29 0.07 -croupies croupi adj f p 0.03 1.42 0.00 0.14 -croupion croupion nom m s 0.52 1.08 0.37 0.88 -croupionne croupionner ver 0.00 0.07 0.00 0.07 ind:pre:3s; -croupions croupion nom m p 0.52 1.08 0.15 0.20 -croupir croupir ver 1.74 4.93 0.86 1.49 inf; -croupira croupir ver 1.74 4.93 0.02 0.07 ind:fut:3s; -croupis croupir ver 1.74 4.93 0.15 0.07 ind:pre:1s;ind:pre:2s; -croupissaient croupir ver 1.74 4.93 0.01 0.41 ind:imp:3p; -croupissais croupir ver 1.74 4.93 0.23 0.07 ind:imp:1s;ind:imp:2s; -croupissait croupir ver 1.74 4.93 0.00 1.08 ind:imp:3s; -croupissant croupissant adj m s 0.01 0.81 0.01 0.20 -croupissante croupissant adj f s 0.01 0.81 0.00 0.47 -croupissantes croupissant adj f p 0.01 0.81 0.00 0.14 -croupissent croupir ver 1.74 4.93 0.16 0.27 ind:pre:3p; -croupissez croupir ver 1.74 4.93 0.01 0.00 ind:pre:2p; -croupissoir croupissoir nom m s 0.00 0.07 0.00 0.07 -croupissure croupissure nom f s 0.00 0.20 0.00 0.20 -croupit croupir ver 1.74 4.93 0.18 0.61 ind:pre:3s;ind:pas:3s; -croupière croupier nom f s 0.69 0.88 0.06 0.20 -croupières croupière nom f p 0.03 0.00 0.03 0.00 -croupon croupon nom m s 0.00 0.20 0.00 0.20 -croustade croustade nom f s 0.02 0.20 0.02 0.07 -croustades croustade nom f p 0.02 0.20 0.00 0.14 -croustillaient croustiller ver 0.11 0.27 0.00 0.07 ind:imp:3p; -croustillait croustiller ver 0.11 0.27 0.00 0.07 ind:imp:3s; -croustillance croustillance nom f s 0.00 0.07 0.00 0.07 -croustillant croustillant adj m s 1.93 1.96 0.95 0.47 -croustillante croustillant adj f s 1.93 1.96 0.45 0.61 -croustillantes croustillant adj f p 1.93 1.96 0.14 0.27 -croustillants croustillant adj m p 1.93 1.96 0.38 0.61 -croustille croustille nom f s 0.05 0.00 0.03 0.00 -croustillent croustiller ver 0.11 0.27 0.01 0.07 ind:pre:3p; -croustilles croustille nom f p 0.05 0.00 0.02 0.00 -croustillon croustillon nom m s 0.00 0.20 0.00 0.07 -croustillons croustillon nom m p 0.00 0.20 0.00 0.14 -crown crown nom m s 0.03 0.00 0.03 0.00 -croyable croyable adj s 6.21 5.14 6.08 4.80 -croyables croyable adj p 6.21 5.14 0.14 0.34 -croyaient croire ver_sup 1711.99 947.23 4.70 11.42 ind:imp:3p; -croyais croire ver_sup 1711.99 947.23 162.56 57.36 ind:imp:1s;ind:imp:2s; -croyait croire ver_sup 1711.99 947.23 22.86 73.24 ind:imp:3s; -croyance croyance nom f s 7.95 6.55 3.30 3.38 -croyances croyance nom f p 7.95 6.55 4.65 3.18 -croyant croire ver_sup 1711.99 947.23 3.17 12.30 par:pre; -croyante croyant adj f s 3.99 5.88 1.14 1.22 -croyantes croyant nom f p 2.99 6.96 0.01 0.27 -croyants croyant nom m p 2.99 6.96 1.63 2.77 -croyez croire ver_sup 1711.99 947.23 152.54 55.07 imp:pre:2p;ind:pre:2p; -croyiez croire ver_sup 1711.99 947.23 3.63 0.81 ind:imp:2p;sub:pre:2p; -croyions croire ver_sup 1711.99 947.23 0.69 1.76 ind:imp:1p; -croyons croire ver_sup 1711.99 947.23 4.54 4.59 imp:pre:1p;ind:pre:1p; -crèche crèche nom f s 3.91 9.39 3.46 8.31 -crèchent crécher ver 1.48 2.43 0.08 0.20 ind:pre:3p; -crèches crèche nom f p 3.91 9.39 0.44 1.08 -crème crème nom s 20.61 24.46 19.72 20.95 -crèmes crème nom p 20.61 24.46 0.90 3.51 -crève crever ver 64.95 81.55 13.21 10.14 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -crèvent crever ver 64.95 81.55 2.01 5.47 ind:pre:3p; -crèvera crever ver 64.95 81.55 1.08 0.95 ind:fut:3s; -crèverai crever ver 64.95 81.55 0.41 0.14 ind:fut:1s; -crèveraient crever ver 64.95 81.55 0.04 0.14 cnd:pre:3p; -crèverais crever ver 64.95 81.55 0.22 0.20 cnd:pre:1s;cnd:pre:2s; -crèverait crever ver 64.95 81.55 0.24 1.01 cnd:pre:3s; -crèveras crever ver 64.95 81.55 0.55 0.47 ind:fut:2s; -crèverez crever ver 64.95 81.55 0.35 0.81 ind:fut:2p; -crèveriez crever ver 64.95 81.55 0.03 0.00 cnd:pre:2p; -crèverons crever ver 64.95 81.55 0.12 0.07 ind:fut:1p; -crèveront crever ver 64.95 81.55 0.54 0.20 ind:fut:3p; -crèves crever ver 64.95 81.55 1.98 0.34 ind:pre:2s; -cré cré ono 0.32 1.69 0.32 1.69 -cru croire ver_sup m s 1711.99 947.23 104.49 90.81 par:pas; -créa créer ver 85.17 54.80 2.00 1.82 ind:pas:3s; -créai créer ver 85.17 54.80 0.00 0.14 ind:pas:1s; -créaient créer ver 85.17 54.80 0.13 1.82 ind:imp:3p; -créais créer ver 85.17 54.80 0.23 0.07 ind:imp:1s;ind:imp:2s; -créait créer ver 85.17 54.80 0.82 3.65 ind:imp:3s; -créance créance nom f s 1.09 1.55 0.32 1.22 -créances créance nom f p 1.09 1.55 0.77 0.34 -créancier créancier nom m s 1.42 1.42 0.50 0.07 -créanciers créancier nom m p 1.42 1.42 0.92 1.35 -créant créer ver 85.17 54.80 1.83 1.55 par:pre; -créateur créateur nom m s 6.53 5.88 5.13 4.59 -créateurs créateur nom m p 6.53 5.88 1.29 1.15 -créatif créatif adj m s 3.50 0.20 2.30 0.14 -créatifs créatif adj m p 3.50 0.20 0.63 0.00 -créatine créatine nom f s 0.13 0.00 0.13 0.00 -créatinine créatinine nom f s 0.15 0.00 0.15 0.00 -création création nom f s 11.15 18.72 9.74 17.50 -créationnisme créationnisme nom m s 0.14 0.00 0.14 0.00 -créations création nom f p 11.15 18.72 1.41 1.22 -créative créatif adj f s 3.50 0.20 0.48 0.07 -créatives créatif adj f p 3.50 0.20 0.09 0.00 -créativité créativité nom f s 2.15 0.34 2.15 0.34 -créatrice créateur adj f s 2.80 4.86 1.00 1.89 -créatrices créateur adj f p 2.80 4.86 0.14 0.14 -créature créature nom f s 35.22 27.23 20.41 15.41 -créatures créature nom f p 35.22 27.23 14.81 11.82 -cruauté cruauté nom f s 5.80 15.88 5.70 14.32 -cruautés cruauté nom f p 5.80 15.88 0.11 1.55 -crécelle crécelle nom f s 0.07 1.82 0.03 1.35 -crécelles crécelle nom f p 0.07 1.82 0.03 0.47 -crécerelle crécerelle nom f s 0.04 0.20 0.02 0.14 -crécerelles crécerelle nom f p 0.04 0.20 0.02 0.07 -créchaient crécher ver 1.48 2.43 0.00 0.07 ind:imp:3p; -créchait crécher ver 1.48 2.43 0.07 0.27 ind:imp:3s; -créchant crécher ver 1.48 2.43 0.00 0.07 par:pre; -cruche cruche nom f s 3.04 4.46 2.92 3.92 -crécher crécher ver 1.48 2.43 0.46 0.54 inf; -cruches cruche nom f p 3.04 4.46 0.12 0.54 -cruchon cruchon nom m s 0.05 0.81 0.05 0.68 -cruchons cruchon nom m p 0.05 0.81 0.00 0.14 -crucial crucial adj m s 3.66 2.91 2.23 1.82 -cruciale crucial adj f s 3.66 2.91 0.87 0.61 -crucialement crucialement adv 0.00 0.07 0.00 0.07 -cruciales crucial adj f p 3.66 2.91 0.30 0.27 -cruciaux crucial adj m p 3.66 2.91 0.26 0.20 -crucifia crucifier ver 4.24 2.77 0.01 0.07 ind:pas:3s; -crucifiaient crucifier ver 4.24 2.77 0.05 0.14 ind:imp:3p; -crucifiait crucifier ver 4.24 2.77 0.16 0.27 ind:imp:3s; -crucifiant crucifiant adj m s 0.00 0.14 0.00 0.07 -crucifiante crucifiant adj f s 0.00 0.14 0.00 0.07 -crucifie crucifier ver 4.24 2.77 0.17 0.20 imp:pre:2s;ind:pre:1s;ind:pre:3s; -crucifiement crucifiement nom m s 0.00 0.20 0.00 0.20 -crucifient crucifier ver 4.24 2.77 0.04 0.07 ind:pre:3p; -crucifier crucifier ver 4.24 2.77 1.13 0.34 inf; -crucifierez crucifier ver 4.24 2.77 0.14 0.07 ind:fut:2p; -crucifieront crucifier ver 4.24 2.77 0.02 0.07 ind:fut:3p; -crucifiez crucifier ver 4.24 2.77 0.33 0.07 imp:pre:2p;ind:pre:2p; -crucifié crucifier ver m s 4.24 2.77 2.12 1.01 par:pas; -crucifiée crucifié adj f s 0.49 1.76 0.02 0.54 -crucifiées crucifier ver f p 4.24 2.77 0.01 0.00 par:pas; -crucifiés crucifié adj m p 0.49 1.76 0.14 0.27 -crucifix crucifix nom m 1.22 7.43 1.22 7.43 -crucifixion crucifixion nom f s 0.69 0.95 0.60 0.68 -crucifixions crucifixion nom f p 0.69 0.95 0.09 0.27 -cruciforme cruciforme adj f s 0.48 0.27 0.47 0.20 -cruciformes cruciforme adj p 0.48 0.27 0.01 0.07 -crucifère crucifère nom f s 0.01 0.27 0.00 0.14 -crucifères crucifère nom f p 0.01 0.27 0.01 0.14 -cruciverbiste cruciverbiste nom s 0.00 0.14 0.00 0.07 -cruciverbistes cruciverbiste nom p 0.00 0.14 0.00 0.07 -crécy crécy nom f s 0.02 0.20 0.02 0.20 -crédence crédence nom f s 0.00 0.95 0.00 0.81 -crédences crédence nom f p 0.00 0.95 0.00 0.14 -crédibilité crédibilité nom f s 1.89 0.34 1.89 0.34 -crédible crédible adj s 3.92 0.88 3.29 0.81 -crédibles crédible adj p 3.92 0.88 0.63 0.07 -crédit_bail crédit_bail nom m s 0.02 0.00 0.02 0.00 -crédit crédit nom m s 28.21 20.27 25.82 17.57 -créditait créditer ver 0.47 0.61 0.01 0.07 ind:imp:3s; -crédite créditer ver 0.47 0.61 0.03 0.07 ind:pre:1s;ind:pre:3s; -créditent créditer ver 0.47 0.61 0.01 0.00 ind:pre:3p; -créditer créditer ver 0.47 0.61 0.08 0.07 inf; -créditeraient créditer ver 0.47 0.61 0.00 0.07 cnd:pre:3p; -créditeur créditeur nom m s 0.22 0.14 0.21 0.00 -créditeurs créditeur nom m p 0.22 0.14 0.01 0.14 -créditez créditer ver 0.47 0.61 0.03 0.00 imp:pre:2p; -créditrice créditeur adj f s 0.07 0.14 0.01 0.00 -crédits crédit nom m p 28.21 20.27 2.38 2.70 -crédité créditer ver m s 0.47 0.61 0.23 0.14 par:pas; -crudité crudité nom f s 0.45 1.96 0.01 1.01 -créditée créditer ver f s 0.47 0.61 0.06 0.14 par:pas; -crédités créditer ver m p 0.47 0.61 0.02 0.07 par:pas; -crudités crudité nom f p 0.45 1.96 0.44 0.95 -crédié crédié adv 0.04 0.20 0.04 0.20 -crédule crédule adj s 1.09 1.42 0.74 1.01 -crédules crédule adj p 1.09 1.42 0.35 0.41 -crédulité crédulité nom f s 0.75 1.69 0.75 1.62 -crédulités crédulité nom f p 0.75 1.69 0.00 0.07 -crée créer ver 85.17 54.80 12.93 5.88 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -crue croire ver_sup f s 1711.99 947.23 5.06 2.64 par:pas; -cruel cruel adj m s 28.98 35.88 15.64 14.59 -cruelle cruel adj f s 28.98 35.88 9.47 11.89 -cruellement cruellement adv 1.46 8.65 1.46 8.65 -cruelles cruel adj f p 28.98 35.88 1.30 4.26 -cruels cruel adj m p 28.98 35.88 2.56 5.14 -créent créer ver 85.17 54.80 1.68 2.09 ind:pre:3p; -créer créer ver 85.17 54.80 28.15 16.22 inf; -créera créer ver 85.17 54.80 0.50 0.14 ind:fut:3s; -créerai créer ver 85.17 54.80 0.51 0.00 ind:fut:1s; -créeraient créer ver 85.17 54.80 0.01 0.07 cnd:pre:3p; -créerais créer ver 85.17 54.80 0.21 0.07 cnd:pre:1s;cnd:pre:2s; -créerait créer ver 85.17 54.80 0.49 0.41 cnd:pre:3s; -créerez créer ver 85.17 54.80 0.03 0.00 ind:fut:2p; -créerons créer ver 85.17 54.80 0.14 0.00 ind:fut:1p; -créeront créer ver 85.17 54.80 0.09 0.00 ind:fut:3p; -crues cru adj f p 4.85 15.88 0.34 1.82 -créez créer ver 85.17 54.80 0.75 0.07 imp:pre:2p;ind:pre:2p; -créiez créer ver 85.17 54.80 0.04 0.00 ind:imp:2p; -créions créer ver 85.17 54.80 0.02 0.07 ind:imp:1p; -cruiser cruiser nom m s 0.17 0.00 0.17 0.00 -crémaillère crémaillère nom f s 1.14 1.08 1.13 1.01 -crémaillères crémaillère nom f p 1.14 1.08 0.01 0.07 -crémant crémant adj m s 0.01 0.00 0.01 0.00 -crémateurs crémateur nom m p 0.00 0.14 0.00 0.14 -crémation crémation nom f s 0.78 0.14 0.68 0.14 -crémations crémation nom f p 0.78 0.14 0.10 0.00 -crématoire crématoire nom m s 0.92 0.68 0.65 0.34 -crématoires crématoire nom m p 0.92 0.68 0.27 0.34 -crématorium crématorium nom m s 0.81 0.54 0.81 0.54 -crumble crumble nom m s 0.11 0.00 0.11 0.00 -crémer crémer ver 0.01 0.14 0.01 0.00 inf; -crémerie crémerie nom f s 0.27 0.81 0.27 0.68 -crémeries crémerie nom f p 0.27 0.81 0.00 0.14 -crémeuse crémeux adj f s 0.46 3.24 0.13 0.81 -crémeuses crémeux adj f p 0.46 3.24 0.03 0.27 -crémeux crémeux adj m 0.46 3.24 0.29 2.16 -crémier crémier nom m s 0.34 1.82 0.12 0.54 -crémiers crémier nom m p 0.34 1.82 0.01 0.20 -crémière crémier nom f s 0.34 1.82 0.21 1.01 -crémières crémier nom f p 0.34 1.82 0.00 0.07 -crémone crémone nom f s 0.00 0.34 0.00 0.34 -crémés crémer ver m p 0.01 0.14 0.00 0.14 par:pas; -créneau créneau nom m s 1.76 5.34 1.49 2.57 -créneaux créneau nom m p 1.76 5.34 0.27 2.77 -crénelait créneler ver 0.00 0.47 0.00 0.07 ind:imp:3s; -crénelé crénelé adj m s 0.00 1.15 0.00 0.20 -crénelée crénelé adj f s 0.00 1.15 0.00 0.34 -crénelées crénelé adj f p 0.00 1.15 0.00 0.41 -crénelés crénelé adj m p 0.00 1.15 0.00 0.20 -crénom crénom ono 0.58 0.14 0.58 0.14 -créole créole adj s 0.58 0.88 0.57 0.68 -créoles créole nom p 0.66 1.01 0.14 0.14 -créolophone créolophone adj s 0.01 0.00 0.01 0.00 -créons créer ver 85.17 54.80 0.98 0.41 imp:pre:1p;ind:pre:1p; -créosote créosote nom f s 0.04 0.41 0.04 0.41 -créosotée créosoter ver f s 0.00 0.07 0.00 0.07 par:pas; -créât créer ver 85.17 54.80 0.00 0.14 sub:imp:3s; -crêpage crêpage nom m s 0.06 0.14 0.04 0.07 -crêpages crêpage nom m p 0.06 0.14 0.01 0.07 -crêpaient crêper ver 0.27 1.01 0.00 0.14 ind:imp:3p; -crêpait crêper ver 0.27 1.01 0.00 0.20 ind:imp:3s; -crêpe crêpe nom s 8.44 9.05 3.27 6.01 -crêpelait crêpeler ver 0.00 0.07 0.00 0.07 ind:imp:3s; -crêpelées crêpelé adj f p 0.00 0.20 0.00 0.07 -crêpelure crêpelure nom f s 0.00 0.14 0.00 0.14 -crêpelés crêpelé adj m p 0.00 0.20 0.00 0.14 -crêper crêper ver 0.27 1.01 0.06 0.27 inf; -crêpes crêpe nom p 8.44 9.05 5.16 3.04 -crépi crépir ver m s 0.17 1.28 0.07 0.20 par:pas; -crépie crépir ver f s 0.17 1.28 0.00 0.07 par:pas; -crépies crépir ver f p 0.17 1.28 0.00 0.34 par:pas; -crépine crépine nom f s 0.00 0.07 0.00 0.07 -crépinette crépinette nom f s 0.00 0.14 0.00 0.07 -crépinettes crépinette nom f p 0.00 0.14 0.00 0.07 -crépins crépin nom m p 0.00 0.07 0.00 0.07 -crépir crépir ver 0.17 1.28 0.00 0.07 inf; -crépis crépi nom m p 0.14 3.31 0.14 0.27 -crépissage crépissage nom m s 0.00 0.07 0.00 0.07 -crépissez crépir ver 0.17 1.28 0.10 0.00 ind:pre:2p; -crépita crépiter ver 1.31 10.20 0.00 0.68 ind:pas:3s; -crépitaient crépiter ver 1.31 10.20 0.00 1.42 ind:imp:3p; -crépitait crépiter ver 1.31 10.20 0.00 1.62 ind:imp:3s; -crépitant crépitant adj m s 0.10 1.35 0.02 0.61 -crépitante crépitant adj f s 0.10 1.35 0.01 0.20 -crépitantes crépitant adj f p 0.10 1.35 0.00 0.34 -crépitants crépitant adj m p 0.10 1.35 0.07 0.20 -crépitation crépitation nom f s 0.01 0.00 0.01 0.00 -crépite crépiter ver 1.31 10.20 0.75 1.82 imp:pre:2s;ind:pre:3s; -crépitement crépitement nom m s 0.42 8.18 0.28 7.03 -crépitements crépitement nom m p 0.42 8.18 0.13 1.15 -crépitent crépiter ver 1.31 10.20 0.14 1.15 ind:pre:3p; -crépiter crépiter ver 1.31 10.20 0.15 1.82 inf; -crépiteront crépiter ver 1.31 10.20 0.00 0.07 ind:fut:3p; -crépitèrent crépiter ver 1.31 10.20 0.00 0.68 ind:pas:3p; -crépité crépiter ver m s 1.31 10.20 0.27 0.34 par:pas; -crépon crépon nom m s 0.07 0.47 0.06 0.41 -crépons crépon nom m p 0.07 0.47 0.01 0.07 -crêpé crêper ver m s 0.27 1.01 0.15 0.14 par:pas; -crépu crépu adj m s 0.77 2.84 0.25 0.61 -crêpée crêpé adj f s 0.03 0.27 0.01 0.07 -crépue crépu adj f s 0.77 2.84 0.20 0.68 -crépues crépu adj f p 0.77 2.84 0.00 0.20 -crêpés crêpé adj m p 0.03 0.27 0.02 0.20 -crépus crépu adj m p 0.77 2.84 0.33 1.35 -crépusculaire crépusculaire adj s 0.06 2.30 0.03 1.89 -crépusculaires crépusculaire adj p 0.06 2.30 0.03 0.41 -crépuscule crépuscule nom m s 7.35 26.35 7.12 24.86 -crépuscules crépuscule nom m p 7.35 26.35 0.23 1.49 -créquier créquier nom m s 0.00 0.07 0.00 0.07 -crurent croire ver_sup 1711.99 947.23 0.04 1.62 ind:pas:3p; -crus croire ver_sup m p 1711.99 947.23 1.51 15.20 ind:pas:1s;ind:pas:2s;par:pas; -crésol crésol nom m s 0.01 0.00 0.01 0.00 -crusse croire ver_sup 1711.99 947.23 0.00 0.07 sub:imp:1s; -crussent croire ver_sup 1711.99 947.23 0.00 0.07 sub:imp:3p; -crusses croire ver_sup 1711.99 947.23 0.00 0.14 sub:imp:2s; -crustacé crustacé nom m s 0.95 1.89 0.32 0.54 -crustacés crustacé nom m p 0.95 1.89 0.64 1.35 -crésus crésus nom m 0.01 0.00 0.01 0.00 -crésyl crésyl nom m s 0.01 0.41 0.01 0.41 -crésylée crésylé adj f s 0.00 0.07 0.00 0.07 -crêt crêt nom m s 0.03 0.00 0.03 0.00 -crut croire ver_sup 1711.99 947.23 0.93 34.93 ind:pas:3s; -crétacé crétacé nom m s 0.23 0.07 0.23 0.07 -crétacée crétacé adj f s 0.03 0.00 0.03 0.00 -crêtaient crêter ver 0.00 0.74 0.00 0.07 ind:imp:3p; -crête crête nom f s 4.23 26.22 3.52 21.62 -crételle crételle nom f s 0.00 0.14 0.00 0.14 -crêtes_de_coq crêtes_de_coq nom f p 0.03 0.07 0.03 0.07 -crêtes crête nom f p 4.23 26.22 0.71 4.59 -créèrent créer ver 85.17 54.80 0.13 0.20 ind:pas:3p; -crétin crétin nom m s 33.54 8.58 25.61 4.66 -crétine crétin nom f s 33.54 8.58 0.69 0.54 -crétinerie crétinerie nom f s 0.04 0.14 0.03 0.07 -crétineries crétinerie nom f p 0.04 0.14 0.01 0.07 -crétineux crétineux adj m 0.02 0.00 0.02 0.00 -crétinisant crétinisant adj m s 0.00 0.07 0.00 0.07 -crétinisation crétinisation nom f s 0.00 0.07 0.00 0.07 -crétiniser crétiniser ver 0.01 0.20 0.01 0.00 inf; -crétinisme crétinisme nom m s 0.01 0.41 0.01 0.41 -crétinisé crétiniser ver m s 0.01 0.20 0.00 0.20 par:pas; -crétins crétin nom m p 33.54 8.58 7.24 3.38 -crêtions crêter ver 0.00 0.74 0.00 0.07 ind:imp:1p; -crétois crétois adj m s 0.01 0.88 0.01 0.27 -crétoise crétois adj f s 0.01 0.88 0.00 0.47 -crétoises crétois adj f p 0.01 0.88 0.00 0.14 -crêté crêter ver m s 0.00 0.74 0.00 0.20 par:pas; -crêtée crêter ver f s 0.00 0.74 0.00 0.14 par:pas; -crêtées crêter ver f p 0.00 0.74 0.00 0.20 par:pas; -crêtés crêter ver m p 0.00 0.74 0.00 0.07 par:pas; -créé créer ver m s 85.17 54.80 24.93 12.97 par:pas;par:pas;par:pas; -créée créer ver f s 85.17 54.80 4.58 3.65 par:pas; -créées créer ver f p 85.17 54.80 0.81 1.42 par:pas; -créés créer ver p 85.17 54.80 3.16 1.96 par:pas; -cruzeiro cruzeiro nom m s 0.80 0.07 0.20 0.00 -cruzeiros cruzeiro nom m p 0.80 0.07 0.60 0.07 -cryofracture cryofracture nom f s 0.14 0.00 0.14 0.00 -cryogène cryogène adj s 0.11 0.00 0.11 0.00 -cryogénie cryogénie nom f s 0.27 0.00 0.27 0.00 -cryogénique cryogénique adj s 0.44 0.00 0.34 0.00 -cryogéniques cryogénique adj p 0.44 0.00 0.10 0.00 -cryogénisation cryogénisation nom f s 0.17 0.00 0.17 0.00 -cryonique cryonique adj f s 0.01 0.00 0.01 0.00 -cryotechnique cryotechnique nom f s 0.01 0.00 0.01 0.00 -cryptage cryptage nom m s 0.52 0.00 0.52 0.00 -crypte crypte nom f s 2.91 3.18 2.82 2.70 -crypter crypter ver 1.56 0.34 0.01 0.00 inf; -cryptes crypte nom f p 2.91 3.18 0.08 0.47 -cryptique cryptique adj m s 0.03 0.00 0.01 0.00 -cryptiques cryptique adj f p 0.03 0.00 0.02 0.00 -crypto crypto nom m s 0.04 0.07 0.04 0.07 -cryptocommunistes cryptocommuniste nom p 0.00 0.07 0.00 0.07 -cryptogame cryptogame adj s 0.00 0.07 0.00 0.07 -cryptogames cryptogame nom m p 0.00 0.14 0.00 0.14 -cryptogamique cryptogamique adj f s 0.01 0.00 0.01 0.00 -cryptogramme cryptogramme nom m s 0.40 0.20 0.39 0.00 -cryptogrammes cryptogramme nom m p 0.40 0.20 0.01 0.20 -cryptographe cryptographe nom s 0.02 0.00 0.02 0.00 -cryptographie cryptographie nom f s 0.10 0.07 0.10 0.07 -cryptographique cryptographique adj s 0.03 0.00 0.03 0.00 -cryptologie cryptologie nom f s 0.03 0.00 0.03 0.00 -cryptomère cryptomère nom m s 0.01 0.00 0.01 0.00 -crypté crypter ver m s 1.56 0.34 0.98 0.07 par:pas; -cryptée crypter ver f s 1.56 0.34 0.23 0.00 par:pas; -cryptées crypter ver f p 1.56 0.34 0.12 0.00 par:pas; -cryptés crypter ver m p 1.56 0.34 0.22 0.07 par:pas; -csardas csardas nom f 0.30 0.00 0.30 0.00 -cède céder ver 24.21 61.35 5.99 6.35 imp:pre:2s;ind:pre:1s;ind:pre:3s; -cèdent céder ver 24.21 61.35 0.55 1.28 ind:pre:3p; -cèdre cèdre nom m s 0.70 3.85 0.47 2.16 -cèdres cèdre nom m p 0.70 3.85 0.23 1.69 -cèle celer ver 0.68 0.34 0.28 0.00 imp:pre:2s;ind:pre:1s; -cène cène nom f s 0.02 0.20 0.02 0.20 -cèpe cèpe nom m s 0.78 1.15 0.02 0.27 -cèpes cèpe nom m p 0.78 1.15 0.75 0.88 -cuadrilla cuadrilla nom f s 0.00 0.74 0.00 0.68 -cuadrillas cuadrilla nom f p 0.00 0.74 0.00 0.07 -céans céans adv 0.32 0.34 0.32 0.34 -céara céara nom m s 0.14 0.00 0.14 0.00 -cubage cubage nom m s 0.14 0.34 0.14 0.27 -cubages cubage nom m p 0.14 0.34 0.00 0.07 -cubain cubain adj m s 3.28 0.61 1.37 0.34 -cubaine cubain adj f s 3.28 0.61 1.09 0.07 -cubaines cubain adj f p 3.28 0.61 0.05 0.07 -cubains cubain nom m p 2.69 0.61 1.27 0.00 -cubait cuber ver 0.32 0.54 0.00 0.07 ind:imp:3s; -cubasse cuber ver 0.32 0.54 0.00 0.34 sub:imp:1s; -cube cube nom m s 2.81 11.76 1.58 5.74 -cubes cube nom m p 2.81 11.76 1.24 6.01 -cubique cubique adj s 0.05 1.82 0.05 0.88 -cubiques cubique adj p 0.05 1.82 0.00 0.95 -cubisme cubisme nom m s 0.03 0.54 0.03 0.54 -cubiste cubiste adj s 0.04 0.74 0.03 0.47 -cubistes cubiste adj m p 0.04 0.74 0.01 0.27 -cubitainer cubitainer nom m s 0.04 0.00 0.04 0.00 -cubital cubital adj m s 0.04 0.00 0.01 0.00 -cubitale cubital adj f s 0.04 0.00 0.03 0.00 -cubitières cubitière nom f p 0.00 0.14 0.00 0.14 -cubitus cubitus nom m 0.20 0.14 0.20 0.14 -cucaracha cucaracha nom f s 0.15 0.07 0.15 0.07 -cécidomyies cécidomyie nom f p 0.00 0.07 0.00 0.07 -cécité cécité nom f s 1.12 3.65 1.12 3.65 -cucu cucu adj 0.17 0.27 0.17 0.27 -cucul cucul adj m 0.57 0.95 0.57 0.95 -cucurbitacée cucurbitacée nom f s 0.14 0.00 0.14 0.00 -cucurbite cucurbite nom f s 0.01 0.14 0.01 0.00 -cucurbites cucurbite nom f p 0.01 0.14 0.00 0.14 -cucuterie cucuterie nom f s 0.01 0.00 0.01 0.00 -céda céder ver 24.21 61.35 0.39 4.32 ind:pas:3s; -cédai céder ver 24.21 61.35 0.00 0.68 ind:pas:1s; -cédaient céder ver 24.21 61.35 0.03 1.69 ind:imp:3p; -cédais céder ver 24.21 61.35 0.12 0.47 ind:imp:1s;ind:imp:2s; -cédait céder ver 24.21 61.35 0.18 6.28 ind:imp:3s; -cédant céder ver 24.21 61.35 0.50 3.11 par:pre; -céder céder ver 24.21 61.35 7.17 20.54 inf; -cédera céder ver 24.21 61.35 0.58 1.15 ind:fut:3s; -céderai céder ver 24.21 61.35 0.85 0.20 ind:fut:1s; -céderaient céder ver 24.21 61.35 0.02 0.14 cnd:pre:3p; -céderais céder ver 24.21 61.35 0.09 0.20 cnd:pre:1s;cnd:pre:2s; -céderait céder ver 24.21 61.35 0.19 0.68 cnd:pre:3s; -céderas céder ver 24.21 61.35 0.02 0.14 ind:fut:2s; -céderez céder ver 24.21 61.35 0.04 0.14 ind:fut:2p; -céderiez céder ver 24.21 61.35 0.10 0.07 cnd:pre:2p; -céderons céder ver 24.21 61.35 0.14 0.00 ind:fut:1p; -céderont céder ver 24.21 61.35 0.37 0.14 ind:fut:3p; -cédez céder ver 24.21 61.35 1.13 0.20 imp:pre:2p;ind:pre:2p; -cédiez céder ver 24.21 61.35 0.06 0.14 ind:imp:2p; -cédions céder ver 24.21 61.35 0.01 0.20 ind:imp:1p; -cédons céder ver 24.21 61.35 0.69 0.27 imp:pre:1p;ind:pre:1p; -cédât céder ver 24.21 61.35 0.00 0.07 sub:imp:3s; -cédrat cédrat nom m s 0.01 0.27 0.01 0.14 -cédratier cédratier nom m s 0.00 0.07 0.00 0.07 -cédrats cédrat nom m p 0.01 0.27 0.00 0.14 -cédèrent céder ver 24.21 61.35 0.03 0.41 ind:pas:3p; -cédé céder ver m s 24.21 61.35 4.59 11.96 par:pas; -cédée céder ver f s 24.21 61.35 0.00 0.20 par:pas; -cédées céder ver f p 24.21 61.35 0.25 0.20 par:pas; -cédulaire cédulaire adj m s 0.00 0.14 0.00 0.14 -cédule cédule nom f s 0.01 0.00 0.01 0.00 -cédés céder ver m p 24.21 61.35 0.13 0.14 par:pas; -cueillîmes cueillir ver 13.84 25.81 0.00 0.07 ind:pas:1p; -cueillaient cueillir ver 13.84 25.81 0.02 0.47 ind:imp:3p; -cueillais cueillir ver 13.84 25.81 0.34 0.27 ind:imp:1s;ind:imp:2s; -cueillaison cueillaison nom f s 0.01 0.00 0.01 0.00 -cueillait cueillir ver 13.84 25.81 0.16 2.16 ind:imp:3s; -cueillant cueillir ver 13.84 25.81 0.14 1.08 par:pre; -cueille cueillir ver 13.84 25.81 1.91 2.30 imp:pre:2s;ind:pre:1s;ind:pre:3s; -cueillent cueillir ver 13.84 25.81 0.19 0.41 ind:pre:3p; -cueillera cueillir ver 13.84 25.81 0.11 0.07 ind:fut:3s; -cueillerai cueillir ver 13.84 25.81 0.02 0.14 ind:fut:1s; -cueillerais cueillir ver 13.84 25.81 0.01 0.00 cnd:pre:1s; -cueillerait cueillir ver 13.84 25.81 0.01 0.00 cnd:pre:3s; -cueilleras cueillir ver 13.84 25.81 0.11 0.07 ind:fut:2s; -cueilleront cueillir ver 13.84 25.81 0.02 0.00 ind:fut:3p; -cueilles cueillir ver 13.84 25.81 0.23 0.14 ind:pre:2s; -cueillette cueillette nom f s 0.57 1.89 0.57 1.62 -cueillettes cueillette nom f p 0.57 1.89 0.00 0.27 -cueilleur cueilleur nom m s 0.24 0.41 0.11 0.00 -cueilleurs cueilleur nom m p 0.24 0.41 0.12 0.34 -cueilleuse cueilleur nom f s 0.24 0.41 0.01 0.00 -cueilleuses cueilleur nom f p 0.24 0.41 0.00 0.07 -cueillez cueillir ver 13.84 25.81 0.73 0.14 imp:pre:2p;ind:pre:2p; -cueilli cueillir ver m s 13.84 25.81 1.34 2.30 par:pas; -cueillie cueillir ver f s 13.84 25.81 0.18 0.95 par:pas; -cueillies cueillir ver f p 13.84 25.81 1.27 1.15 par:pas; -cueillir cueillir ver 13.84 25.81 6.26 10.07 inf; -cueillirent cueillir ver 13.84 25.81 0.00 0.07 ind:pas:3p; -cueillis cueillir ver m p 13.84 25.81 0.62 1.49 ind:pas:1s;par:pas; -cueillissent cueillir ver 13.84 25.81 0.00 0.07 sub:imp:3p; -cueillit cueillir ver 13.84 25.81 0.01 2.36 ind:pas:3s; -cueillons cueillir ver 13.84 25.81 0.16 0.07 imp:pre:1p;ind:pre:1p; -cuesta cuesta nom f s 0.39 0.20 0.39 0.20 -cueva cueva nom f s 0.23 1.01 0.23 0.34 -cuevas cueva nom f p 0.23 1.01 0.00 0.68 -cégep cégep nom m s 0.54 0.00 0.54 0.00 -cégétiste cégétiste nom s 0.00 0.14 0.00 0.07 -cégétistes cégétiste nom p 0.00 0.14 0.00 0.07 -cui_cui cui_cui nom m 0.15 0.34 0.15 0.34 -cuiller cuiller nom f s 2.50 10.20 2.11 8.38 -cuilleron cuilleron nom m s 0.00 0.07 0.00 0.07 -cuillers cuiller nom f p 2.50 10.20 0.39 1.82 -cuillerée cuillerée nom f s 1.15 4.46 0.90 2.70 -cuillerées cuillerée nom f p 1.15 4.46 0.25 1.76 -cuillère cuillère nom f s 7.30 11.89 5.18 9.80 -cuillères cuillère nom f p 7.30 11.89 2.13 2.09 -cuir cuir nom m s 14.25 79.19 14.11 76.08 -cuira cuire ver 21.65 20.41 0.35 0.14 ind:fut:3s; -cuirai cuire ver 21.65 20.41 0.01 0.07 ind:fut:1s; -cuirait cuire ver 21.65 20.41 0.16 0.14 cnd:pre:3s; -cuiras cuire ver 21.65 20.41 0.01 0.00 ind:fut:2s; -cuirassaient cuirasser ver 0.05 1.69 0.00 0.07 ind:imp:3p; -cuirassait cuirasser ver 0.05 1.69 0.00 0.07 ind:imp:3s; -cuirasse cuirasse nom f s 1.07 5.14 0.77 3.72 -cuirassements cuirassement nom m p 0.00 0.07 0.00 0.07 -cuirassent cuirasser ver 0.05 1.69 0.00 0.07 ind:pre:3p; -cuirasser cuirasser ver 0.05 1.69 0.00 0.20 inf; -cuirasses cuirasse nom f p 1.07 5.14 0.30 1.42 -cuirassier cuirassier nom m s 0.25 5.54 0.10 2.30 -cuirassiers cuirassier nom m p 0.25 5.54 0.14 3.24 -cuirassé cuirassé nom m s 1.48 2.64 1.17 1.62 -cuirassée cuirassé adj f s 0.18 2.77 0.00 1.08 -cuirassées cuirassé adj f p 0.18 2.77 0.00 0.54 -cuirassés cuirassé nom m p 1.48 2.64 0.31 1.01 -cuire cuire ver 21.65 20.41 9.12 8.78 inf; -cuirez cuire ver 21.65 20.41 0.00 0.14 ind:fut:2p; -cuiront cuire ver 21.65 20.41 0.02 0.00 ind:fut:3p; -cuirs cuir nom m p 14.25 79.19 0.14 3.11 -cuis cuire ver 21.65 20.41 0.97 0.34 imp:pre:2s;ind:pre:1s;ind:pre:2s; -cuisaient cuire ver 21.65 20.41 0.14 1.22 ind:imp:3p; -cuisait cuire ver 21.65 20.41 0.33 2.09 ind:imp:3s; -cuisant cuisant adj m s 0.49 2.57 0.30 1.08 -cuisante cuisant adj f s 0.49 2.57 0.02 0.81 -cuisantes cuisant adj f p 0.49 2.57 0.10 0.20 -cuisants cuisant adj m p 0.49 2.57 0.06 0.47 -cuise cuire ver 21.65 20.41 0.32 0.14 sub:pre:1s;sub:pre:3s; -cuisent cuire ver 21.65 20.41 0.10 0.95 ind:pre:3p; -cuises cuire ver 21.65 20.41 0.01 0.00 sub:pre:2s; -cuiseurs cuiseur nom m p 0.10 0.00 0.10 0.00 -cuisez cuire ver 21.65 20.41 0.15 0.00 imp:pre:2p;ind:pre:2p; -cuisiez cuire ver 21.65 20.41 0.00 0.07 ind:imp:2p; -cuisina cuisiner ver 27.12 6.15 0.00 0.20 ind:pas:3s; -cuisinaient cuisiner ver 27.12 6.15 0.03 0.07 ind:imp:3p; -cuisinais cuisiner ver 27.12 6.15 0.38 0.07 ind:imp:1s;ind:imp:2s; -cuisinait cuisiner ver 27.12 6.15 1.09 0.74 ind:imp:3s; -cuisinant cuisiner ver 27.12 6.15 0.16 0.27 par:pre; -cuisine cuisine nom f s 87.92 135.41 85.08 123.31 -cuisinent cuisiner ver 27.12 6.15 0.67 0.20 ind:pre:3p; -cuisiner cuisiner ver 27.12 6.15 11.98 2.36 inf; -cuisinera cuisiner ver 27.12 6.15 0.23 0.07 ind:fut:3s; -cuisinerai cuisiner ver 27.12 6.15 0.40 0.07 ind:fut:1s; -cuisinerais cuisiner ver 27.12 6.15 0.17 0.00 cnd:pre:1s;cnd:pre:2s; -cuisinerait cuisiner ver 27.12 6.15 0.02 0.14 cnd:pre:3s; -cuisineras cuisiner ver 27.12 6.15 0.07 0.00 ind:fut:2s; -cuisinerons cuisiner ver 27.12 6.15 0.12 0.00 ind:fut:1p; -cuisines cuisine nom f p 87.92 135.41 2.84 12.09 -cuisinette cuisinette nom f s 0.00 0.14 0.00 0.14 -cuisinez cuisiner ver 27.12 6.15 0.79 0.00 imp:pre:2p;ind:pre:2p; -cuisinier cuisinier nom m s 15.70 26.42 6.79 6.35 -cuisiniers cuisinier nom m p 15.70 26.42 1.25 2.84 -cuisiniez cuisiner ver 27.12 6.15 0.05 0.00 ind:imp:2p; -cuisinière cuisinier nom f s 15.70 26.42 7.66 16.08 -cuisinières cuisinière nom f p 0.19 0.00 0.19 0.00 -cuisinons cuisiner ver 27.12 6.15 0.09 0.00 imp:pre:1p;ind:pre:1p; -cuisiné cuisiner ver m s 27.12 6.15 2.71 0.61 par:pas; -cuisinée cuisiner ver f s 27.12 6.15 0.09 0.14 par:pas; -cuisinées cuisiner ver f p 27.12 6.15 0.02 0.07 par:pas; -cuisinés cuisiné adj m p 0.22 0.61 0.09 0.47 -cuisit cuire ver 21.65 20.41 0.00 0.20 ind:pas:3s; -cuisons cuire ver 21.65 20.41 0.14 0.07 imp:pre:1p;ind:pre:1p; -cuissage cuissage nom m s 0.02 0.34 0.02 0.34 -cuissard cuissard nom m s 0.01 1.76 0.01 0.07 -cuissardes cuissarde nom f p 0.26 0.00 0.26 0.00 -cuissards cuissard nom m p 0.01 1.76 0.00 0.27 -cuisse_madame cuisse_madame nom f s 0.00 0.07 0.00 0.07 -cuisse cuisse nom f s 12.73 69.73 4.38 21.22 -cuisseau cuisseau nom m s 0.14 0.00 0.14 0.00 -cuisses cuisse nom f p 12.73 69.73 8.34 48.51 -cuissette cuissette nom f s 0.00 0.14 0.00 0.07 -cuissettes cuissette nom f p 0.00 0.14 0.00 0.07 -cuisson cuisson nom f s 1.39 3.38 1.38 3.04 -cuissons cuisson nom f p 1.39 3.38 0.01 0.34 -cuissot cuissot nom m s 0.11 0.95 0.10 0.81 -cuissots cuissot nom m p 0.11 0.95 0.01 0.14 -cuistance cuistance nom f s 0.00 1.96 0.00 1.82 -cuistances cuistance nom f p 0.00 1.96 0.00 0.14 -cuistot cuistot nom m s 2.46 4.46 2.24 2.30 -cuistots cuistot nom m p 2.46 4.46 0.22 2.16 -cuistre cuistre nom m s 0.11 1.55 0.10 0.74 -cuistrerie cuistrerie nom f s 0.00 0.34 0.00 0.20 -cuistreries cuistrerie nom f p 0.00 0.34 0.00 0.14 -cuistres cuistre nom m p 0.11 1.55 0.01 0.81 -cuit cuire ver m s 21.65 20.41 7.39 4.59 ind:pre:3s;par:pas; -cuitant cuiter ver 0.20 0.34 0.01 0.00 par:pre; -cuite cuit adj f s 8.39 15.41 2.79 5.74 -cuiter cuiter ver 0.20 0.34 0.12 0.20 inf; -cuites cuit adj f p 8.39 15.41 1.02 3.31 -cuits cuire ver m p 21.65 20.41 2.40 1.15 par:pas; -cuité cuiter ver m s 0.20 0.34 0.07 0.14 par:pas; -cuivra cuivrer ver 0.28 1.08 0.00 0.07 ind:pas:3s; -cuivrait cuivrer ver 0.28 1.08 0.00 0.07 ind:imp:3s; -cuivre cuivre nom m s 5.64 36.08 4.74 30.68 -cuivres cuivre nom m p 5.64 36.08 0.90 5.41 -cuivreux cuivreux adj m 0.03 0.27 0.03 0.27 -cuivré cuivré adj m s 0.07 3.24 0.01 1.22 -cuivrée cuivrer ver f s 0.28 1.08 0.27 0.27 par:pas; -cuivrées cuivré adj f p 0.07 3.24 0.00 0.41 -cuivrés cuivré adj m p 0.07 3.24 0.01 0.47 -cul_blanc cul_blanc nom m s 0.16 0.20 0.01 0.14 -cul_bénit cul_bénit nom m s 0.08 0.20 0.02 0.07 -cul_cul cul_cul adj 0.04 0.00 0.04 0.00 -cul_de_basse_fosse cul_de_basse_fosse nom m s 0.01 0.41 0.01 0.41 -cul_de_four cul_de_four nom m s 0.00 0.20 0.00 0.20 -cul_de_jatte cul_de_jatte nom m s 0.54 1.42 0.42 1.08 -cul_de_lampe cul_de_lampe nom m s 0.01 0.20 0.01 0.14 -cul_de_plomb cul_de_plomb nom m s 0.00 0.07 0.00 0.07 -cul_de_porc cul_de_porc nom m s 0.02 0.00 0.02 0.00 -cul_de_poule cul_de_poule nom m s 0.00 0.14 0.00 0.14 -cul_de_sac cul_de_sac nom m s 0.80 1.55 0.75 1.22 -cul_terreux cul_terreux nom m 2.23 1.28 1.60 0.41 -cul cul nom m s 150.81 68.31 145.85 64.46 -céladon céladon nom m s 0.22 0.47 0.22 0.47 -culasse culasse nom f s 0.60 3.51 0.60 2.84 -culasses culasse nom f p 0.60 3.51 0.00 0.68 -culbuta culbuter ver 1.14 5.54 0.00 0.41 ind:pas:3s; -culbutages culbutage nom m p 0.00 0.07 0.00 0.07 -culbutaient culbuter ver 1.14 5.54 0.02 0.14 ind:imp:3p; -culbutait culbuter ver 1.14 5.54 0.11 0.68 ind:imp:3s; -culbutant culbuter ver 1.14 5.54 0.01 0.47 par:pre; -culbute culbute nom f s 1.72 1.01 1.52 0.68 -culbutent culbuter ver 1.14 5.54 0.14 0.14 ind:pre:3p; -culbuter culbuter ver 1.14 5.54 0.57 1.49 inf; -culbuterais culbuter ver 1.14 5.54 0.01 0.00 cnd:pre:1s; -culbutes culbute nom f p 1.72 1.01 0.20 0.34 -culbuteur culbuteur nom m s 0.06 0.27 0.04 0.14 -culbuteurs culbuteur nom m p 0.06 0.27 0.01 0.14 -culbuto culbuto nom m s 0.03 0.14 0.03 0.14 -culbutèrent culbuter ver 1.14 5.54 0.00 0.07 ind:pas:3p; -culbuté culbuter ver m s 1.14 5.54 0.15 0.74 par:pas; -culbutée culbuter ver f s 1.14 5.54 0.04 0.27 par:pas; -culbutées culbuter ver f p 1.14 5.54 0.00 0.27 par:pas; -culbutés culbuter ver m p 1.14 5.54 0.01 0.20 par:pas; -cule culer ver 0.24 0.14 0.08 0.00 imp:pre:2s;ind:pre:3s; -culer culer ver 0.24 0.14 0.03 0.00 inf; -céleri céleri nom m s 1.62 1.01 1.43 0.81 -céleris céleri nom m p 1.62 1.01 0.19 0.20 -céleste céleste adj s 6.48 7.30 4.43 5.81 -célestes céleste adj p 6.48 7.30 2.04 1.49 -célestin célestin nom m s 0.01 0.20 0.01 0.00 -célestins célestin nom m p 0.01 0.20 0.00 0.20 -culex culex nom m 0.02 0.00 0.02 0.00 -célibat célibat nom m s 1.75 1.35 1.75 1.35 -célibataire célibataire adj s 13.48 4.05 11.02 3.45 -célibataires célibataire nom p 7.69 4.86 3.15 2.64 -célimène célimène nom f s 0.79 0.07 0.79 0.07 -culinaire culinaire adj s 1.60 2.36 1.14 1.22 -culinaires culinaire adj p 1.60 2.36 0.46 1.15 -célinien célinien adj m s 0.00 0.14 0.00 0.07 -célinienne célinien adj f s 0.00 0.14 0.00 0.07 -culmina culminer ver 0.27 1.28 0.01 0.20 ind:pas:3s; -culminait culminer ver 0.27 1.28 0.00 0.41 ind:imp:3s; -culminance culminance nom f s 0.00 0.07 0.00 0.07 -culminant culminant adj m s 0.50 1.82 0.48 1.69 -culminants culminant adj m p 0.50 1.82 0.02 0.14 -culmination culmination nom f s 0.02 0.34 0.02 0.34 -culmine culminer ver 0.27 1.28 0.18 0.27 ind:pre:3s; -culminent culminer ver 0.27 1.28 0.02 0.00 ind:pre:3p; -culminer culminer ver 0.27 1.28 0.03 0.20 inf; -culminé culminer ver m s 0.27 1.28 0.01 0.14 par:pas; -culons culer ver 0.24 0.14 0.00 0.07 imp:pre:1p; -culot culot nom m s 9.73 7.23 9.24 6.76 -culots culot nom m p 9.73 7.23 0.49 0.47 -culotte culotte nom f s 18.14 37.30 13.34 27.70 -culotter culotter ver 0.63 1.42 0.00 0.07 inf; -culottes culotte nom f p 18.14 37.30 4.80 9.59 -culottier culottier nom m s 0.00 0.41 0.00 0.07 -culottiers culottier nom m p 0.00 0.41 0.00 0.07 -culottière culottier nom f s 0.00 0.41 0.00 0.20 -culottières culottier nom f p 0.00 0.41 0.00 0.07 -culotté culotté adj m s 0.70 0.88 0.55 0.47 -culottée culotté adj f s 0.70 0.88 0.15 0.34 -culottées culotter ver f p 0.63 1.42 0.01 0.14 par:pas; -culottés culotté adj m p 0.70 0.88 0.01 0.07 -culpabilisais culpabiliser ver 5.34 0.47 0.35 0.00 ind:imp:1s; -culpabilisait culpabiliser ver 5.34 0.47 0.04 0.14 ind:imp:3s; -culpabilisant culpabiliser ver 5.34 0.47 0.02 0.00 par:pre; -culpabilisation culpabilisation nom f s 0.01 0.20 0.01 0.20 -culpabilise culpabiliser ver 5.34 0.47 1.75 0.00 imp:pre:2s;ind:pre:1s;ind:pre:3s; -culpabilisent culpabiliser ver 5.34 0.47 0.20 0.00 ind:pre:3p; -culpabiliser culpabiliser ver 5.34 0.47 2.07 0.20 inf; -culpabiliserai culpabiliser ver 5.34 0.47 0.02 0.00 ind:fut:1s; -culpabilises culpabiliser ver 5.34 0.47 0.33 0.00 ind:pre:2s; -culpabilisez culpabiliser ver 5.34 0.47 0.25 0.00 imp:pre:2p;ind:pre:2p; -culpabilisiez culpabiliser ver 5.34 0.47 0.03 0.00 ind:imp:2p; -culpabilisons culpabiliser ver 5.34 0.47 0.03 0.00 imp:pre:1p;ind:pre:1p; -culpabilisé culpabiliser ver m s 5.34 0.47 0.22 0.00 par:pas; -culpabilisée culpabiliser ver f s 5.34 0.47 0.02 0.14 par:pas; -culpabilisés culpabiliser ver m p 5.34 0.47 0.01 0.00 par:pas; -culpabilité culpabilité nom f s 11.57 6.22 11.57 6.22 -cul_blanc cul_blanc nom m p 0.16 0.20 0.14 0.07 -cul_bénit cul_bénit nom m p 0.08 0.20 0.06 0.14 -culs_de_basse_fosse culs_de_basse_fosse nom m p 0.00 0.27 0.00 0.27 -cul_de_jatte cul_de_jatte nom m p 0.54 1.42 0.12 0.34 -cul_de_lampe cul_de_lampe nom m p 0.01 0.20 0.00 0.07 -cul_de_sac cul_de_sac nom m p 0.80 1.55 0.05 0.34 -cul_terreux cul_terreux nom m p 2.23 1.28 0.63 0.88 -culs cul nom m p 150.81 68.31 4.96 3.85 -culte culte nom m s 5.37 14.93 4.74 13.58 -cultes culte nom m p 5.37 14.93 0.63 1.35 -célèbre célèbre adj s 31.67 33.58 25.98 24.73 -célèbrent célébrer ver 17.50 20.07 0.40 0.54 ind:pre:3p; -célèbres célèbre adj p 31.67 33.58 5.69 8.85 -cultiva cultiver ver 10.30 13.51 0.14 0.07 ind:pas:3s; -cultivable cultivable adj s 0.07 0.41 0.04 0.20 -cultivables cultivable adj p 0.07 0.41 0.02 0.20 -cultivai cultiver ver 10.30 13.51 0.00 0.07 ind:pas:1s; -cultivaient cultiver ver 10.30 13.51 0.12 0.41 ind:imp:3p; -cultivais cultiver ver 10.30 13.51 0.16 0.20 ind:imp:1s; -cultivait cultiver ver 10.30 13.51 0.44 1.82 ind:imp:3s; -cultivant cultiver ver 10.30 13.51 0.09 0.74 par:pre; -cultivateur cultivateur nom m s 0.82 2.84 0.46 0.88 -cultivateurs cultivateur nom m p 0.82 2.84 0.26 1.76 -cultivatrice cultivateur nom f s 0.82 2.84 0.10 0.07 -cultivatrices cultivateur nom f p 0.82 2.84 0.00 0.14 -cultive cultiver ver 10.30 13.51 2.79 1.96 imp:pre:2s;ind:pre:1s;ind:pre:3s; -cultivent cultiver ver 10.30 13.51 0.36 0.81 ind:pre:3p; -cultiver cultiver ver 10.30 13.51 3.34 4.32 inf;; -cultivera cultiver ver 10.30 13.51 0.39 0.00 ind:fut:3s; -cultiverai cultiver ver 10.30 13.51 0.04 0.07 ind:fut:1s; -cultiveraient cultiver ver 10.30 13.51 0.14 0.00 cnd:pre:3p; -cultiverait cultiver ver 10.30 13.51 0.00 0.20 cnd:pre:3s; -cultiveras cultiver ver 10.30 13.51 0.02 0.07 ind:fut:2s; -cultives cultiver ver 10.30 13.51 0.04 0.07 ind:pre:2s; -cultivez cultiver ver 10.30 13.51 0.59 0.07 imp:pre:2p;ind:pre:2p; -cultivions cultiver ver 10.30 13.51 0.02 0.07 ind:imp:1p; -cultivons cultiver ver 10.30 13.51 0.22 0.00 imp:pre:1p;ind:pre:1p; -cultivèrent cultiver ver 10.30 13.51 0.00 0.07 ind:pas:3p; -cultivé cultivé adj m s 2.29 6.89 1.52 2.64 -cultivée cultiver ver f s 10.30 13.51 0.45 0.88 par:pas; -cultivées cultiver ver f p 10.30 13.51 0.04 0.20 par:pas; -cultivés cultivé adj m p 2.29 6.89 0.48 1.69 -cultural cultural adj m s 0.01 0.00 0.01 0.00 -culturalismes culturalisme nom m p 0.00 0.07 0.00 0.07 -culture culture nom f s 22.65 28.51 18.76 24.32 -culturel culturel adj m s 6.04 9.73 2.31 5.14 -culturelle culturel adj f s 6.04 9.73 2.25 2.03 -culturellement culturellement adv 0.36 0.00 0.36 0.00 -culturelles culturel adj f p 6.04 9.73 0.89 1.28 -culturels culturel adj m p 6.04 9.73 0.60 1.28 -cultures culture nom f p 22.65 28.51 3.89 4.19 -culturisme culturisme nom m s 0.41 0.07 0.41 0.07 -culturiste culturiste nom s 0.14 0.20 0.10 0.07 -culturistes culturiste nom p 0.14 0.20 0.05 0.14 -culé culer ver m s 0.24 0.14 0.14 0.07 par:pas; -célébra célébrer ver 17.50 20.07 0.03 0.61 ind:pas:3s; -célébraient célébrer ver 17.50 20.07 0.14 0.95 ind:imp:3p; -célébrais célébrer ver 17.50 20.07 0.04 0.07 ind:imp:1s;ind:imp:2s; -célébrait célébrer ver 17.50 20.07 0.37 1.49 ind:imp:3s; -célébrant célébrer ver 17.50 20.07 0.11 0.81 par:pre; -célébrants célébrant nom m p 0.11 0.74 0.00 0.14 -célébration célébration nom f s 2.79 2.64 2.30 1.96 -célébrations célébration nom f p 2.79 2.64 0.49 0.68 -célébrer célébrer ver 17.50 20.07 7.92 5.74 inf; -célébrera célébrer ver 17.50 20.07 0.06 0.07 ind:fut:3s; -célébrerais célébrer ver 17.50 20.07 0.01 0.07 cnd:pre:1s; -célébrerait célébrer ver 17.50 20.07 0.00 0.20 cnd:pre:3s; -célébrerons célébrer ver 17.50 20.07 0.29 0.00 ind:fut:1p; -célébreront célébrer ver 17.50 20.07 0.17 0.00 ind:fut:3p; -célébriez célébrer ver 17.50 20.07 0.11 0.00 ind:imp:2p; -célébrions célébrer ver 17.50 20.07 0.11 0.07 ind:imp:1p; -célébrissime célébrissime adj s 0.09 0.07 0.09 0.07 -célébrité célébrité nom f s 6.42 4.80 4.15 3.51 -célébrités célébrité nom f p 6.42 4.80 2.27 1.28 -célébrâmes célébrer ver 17.50 20.07 0.10 0.07 ind:pas:1p; -célébrons célébrer ver 17.50 20.07 1.27 0.47 imp:pre:1p;ind:pre:1p; -célébrât célébrer ver 17.50 20.07 0.00 0.14 sub:imp:3s; -célébrèrent célébrer ver 17.50 20.07 0.01 0.14 ind:pas:3p; -célébré célébrer ver m s 17.50 20.07 1.75 2.50 par:pas; -célébrée célébrer ver f s 17.50 20.07 0.20 1.35 par:pas; -célébrées célébrer ver f p 17.50 20.07 0.26 0.81 par:pas; -célébrés célébrer ver m p 17.50 20.07 0.05 0.41 par:pas; -culée culée nom f s 0.00 0.07 0.00 0.07 -célérifère célérifère nom m s 0.00 0.07 0.00 0.07 -célérité célérité nom f s 0.26 0.88 0.26 0.88 -cumin cumin nom m s 0.50 0.74 0.50 0.74 -cumul cumul nom m s 0.02 0.20 0.02 0.20 -cumulaient cumuler ver 0.65 1.35 0.00 0.07 ind:imp:3p; -cumulait cumuler ver 0.65 1.35 0.01 0.34 ind:imp:3s; -cumulant cumuler ver 0.65 1.35 0.03 0.07 par:pre; -cumulard cumulard nom m s 0.01 0.00 0.01 0.00 -cumulatif cumulatif adj m s 0.11 0.20 0.11 0.07 -cumulatifs cumulatif adj m p 0.11 0.20 0.00 0.07 -cumulation cumulation nom f s 0.00 0.07 0.00 0.07 -cumulative cumulatif adj f s 0.11 0.20 0.00 0.07 -cumule cumuler ver 0.65 1.35 0.26 0.34 ind:pre:1s;ind:pre:3s; -cumuler cumuler ver 0.65 1.35 0.07 0.20 inf; -cumulera cumuler ver 0.65 1.35 0.01 0.00 ind:fut:3s; -cumulez cumuler ver 0.65 1.35 0.14 0.07 ind:pre:2p; -cumuliez cumuler ver 0.65 1.35 0.00 0.07 ind:imp:2p; -cumulo_nimbus cumulo_nimbus nom m 0.02 0.14 0.02 0.14 -cumulé cumuler ver m s 0.65 1.35 0.09 0.14 par:pas; -cumulés cumuler ver m p 0.65 1.35 0.04 0.07 par:pas; -cumulus cumulus nom m 0.09 0.81 0.09 0.81 -cénacle cénacle nom m s 0.41 0.27 0.41 0.14 -cénacles cénacle nom m p 0.41 0.27 0.00 0.14 -cunnilinctus cunnilinctus nom m 0.00 0.07 0.00 0.07 -cunnilingus cunnilingus nom m 0.24 0.07 0.24 0.07 -cénobite cénobite nom m s 0.05 0.07 0.01 0.07 -cénobites cénobite nom m p 0.05 0.07 0.04 0.00 -cénotaphe cénotaphe nom m s 0.01 0.41 0.01 0.41 -cunéiforme cunéiforme adj s 0.14 0.20 0.12 0.20 -cunéiformes cunéiforme adj p 0.14 0.20 0.03 0.00 -cépage cépage nom m s 0.04 0.00 0.04 0.00 -céphaline céphaline nom f s 0.01 0.00 0.01 0.00 -céphalique céphalique adj s 0.02 0.20 0.02 0.20 -céphalo_rachidien céphalo_rachidien adj m s 0.30 0.00 0.30 0.00 -céphalopode céphalopode nom m s 0.05 0.00 0.02 0.00 -céphalopodes céphalopode nom m p 0.05 0.00 0.03 0.00 -céphalorachidien céphalorachidien adj m s 0.09 0.00 0.09 0.00 -céphalosporine céphalosporine nom f s 0.03 0.00 0.03 0.00 -céphalée céphalée nom f s 0.14 0.20 0.04 0.07 -céphalées céphalée nom f p 0.14 0.20 0.10 0.14 -cupide cupide adj s 1.47 1.15 1.02 0.88 -cupidement cupidement adv 0.00 0.07 0.00 0.07 -cupides cupide adj p 1.47 1.15 0.45 0.27 -cupidité cupidité nom f s 1.77 1.96 1.77 1.96 -cupidon cupidon nom m s 0.08 0.27 0.04 0.20 -cupidons cupidon nom m p 0.08 0.27 0.04 0.07 -cupressus cupressus nom m 0.00 0.27 0.00 0.27 -cuprifères cuprifère adj p 0.00 0.07 0.00 0.07 -cupriques cuprique adj f p 0.00 0.07 0.00 0.07 -cupronickel cupronickel nom m s 0.01 0.00 0.01 0.00 -cépée cépée nom f s 0.00 0.20 0.00 0.14 -cépées cépée nom f p 0.00 0.20 0.00 0.07 -cupule cupule nom f s 0.01 0.20 0.01 0.14 -cupules cupule nom f p 0.01 0.20 0.00 0.07 -cura curer ver 2.25 3.72 0.01 0.14 ind:pas:3s; -curable curable adj f s 0.33 0.00 0.32 0.00 -curables curable adj p 0.33 0.00 0.01 0.00 -curage curage nom m s 0.00 0.07 0.00 0.07 -curaille curaille nom f s 0.00 0.07 0.00 0.07 -curaillon curaillon nom m s 0.14 0.00 0.14 0.00 -curait curer ver 2.25 3.72 0.02 0.61 ind:imp:3s; -céramique céramique nom f s 0.85 3.24 0.61 2.50 -céramiques céramique nom f p 0.85 3.24 0.24 0.74 -céramiste céramiste nom s 0.13 0.00 0.13 0.00 -curant curer ver 2.25 3.72 0.01 0.14 par:pre; -curare curare nom m s 0.22 0.47 0.22 0.47 -curarisant curarisant adj m s 0.00 0.07 0.00 0.07 -curariser curariser ver 0.01 0.00 0.01 0.00 inf; -curateur curateur nom m s 0.07 0.14 0.06 0.14 -curaçao curaçao nom m s 0.04 0.54 0.04 0.47 -curaçaos curaçao nom m p 0.04 0.54 0.00 0.07 -curatif curatif adj m s 0.65 0.34 0.21 0.14 -curatifs curatif adj m p 0.65 0.34 0.18 0.07 -curative curatif adj f s 0.65 0.34 0.05 0.07 -curatives curatif adj f p 0.65 0.34 0.21 0.07 -curatrice curateur nom f s 0.07 0.14 0.01 0.00 -curcuma curcuma nom m s 0.00 0.07 0.00 0.07 -cure_dent cure_dent nom m s 1.39 0.88 0.60 0.14 -cure_dent cure_dent nom m p 1.39 0.88 0.78 0.74 -cure_pipe cure_pipe nom m s 0.07 0.00 0.05 0.00 -cure_pipe cure_pipe nom m p 0.07 0.00 0.02 0.00 -cure cure nom f s 6.08 9.12 5.60 8.18 -curer curer ver 2.25 3.72 0.80 0.95 inf; -cureras curer ver 2.25 3.72 0.01 0.00 ind:fut:2s; -cures cure nom f p 6.08 9.12 0.48 0.95 -curetage curetage nom m s 0.14 0.00 0.14 0.00 -cureter cureter ver 0.01 0.00 0.01 0.00 inf; -cureton cureton nom m s 0.38 2.50 0.22 1.69 -curetons cureton nom m p 0.38 2.50 0.17 0.81 -curette curette nom f s 0.02 0.00 0.01 0.00 -curettes curette nom f p 0.02 0.00 0.01 0.00 -curial curial adj m s 0.00 0.27 0.00 0.20 -curiales curial adj f p 0.00 0.27 0.00 0.07 -curie curie nom s 0.36 0.14 0.36 0.14 -curieuse curieux adj f s 34.36 66.22 7.81 17.23 -curieusement curieusement adv 1.90 12.84 1.90 12.84 -curieuses curieux adj f p 34.36 66.22 0.44 4.73 -curieux curieux adj m 34.36 66.22 26.11 44.26 -curiosité curiosité nom f s 14.01 54.39 13.70 49.80 -curiosités curiosité nom f p 14.01 54.39 0.31 4.59 -curiste curiste nom s 0.10 0.95 0.00 0.07 -curistes curiste nom p 0.10 0.95 0.10 0.88 -curling curling nom m s 0.12 0.14 0.12 0.14 -curricula curriculum nom m p 0.23 0.41 0.00 0.14 -curriculum_vitae curriculum_vitae nom m 0.13 0.74 0.13 0.74 -curriculum curriculum nom m s 0.23 0.41 0.23 0.27 -curry curry nom m s 1.65 0.14 1.65 0.14 -curseur curseur nom m s 0.11 0.07 0.11 0.07 -cursif cursif adj m s 0.05 0.34 0.02 0.14 -cursive cursif adj f s 0.05 0.34 0.03 0.20 -cursus cursus nom m 0.54 0.07 0.54 0.07 -curé curé nom m s 15.73 51.82 13.65 46.62 -céréale céréale nom f s 4.67 1.69 0.06 0.07 -céréales céréale nom f p 4.67 1.69 4.62 1.62 -céréalier céréalier adj m s 0.00 0.54 0.00 0.14 -céréaliers céréalier adj m p 0.00 0.54 0.00 0.14 -céréalière céréalier adj f s 0.00 0.54 0.00 0.07 -céréalières céréalier adj f p 0.00 0.54 0.00 0.20 -cérébelleuse cérébelleux adj f s 0.03 0.07 0.02 0.07 -cérébelleuses cérébelleux adj f p 0.03 0.07 0.01 0.00 -cérébral cérébral adj m s 11.59 3.31 2.90 0.88 -cérébrale cérébral adj f s 11.59 3.31 6.10 2.23 -cérébralement cérébralement adv 0.04 0.07 0.04 0.07 -cérébrales cérébral adj f p 11.59 3.31 2.09 0.07 -cérébralité cérébralité nom f s 0.00 0.07 0.00 0.07 -cérébraux cérébral adj m p 11.59 3.31 0.51 0.14 -cérébro_spinal cérébro_spinal adj f s 0.03 0.14 0.03 0.14 -curée curée nom f s 0.06 1.22 0.06 1.15 -curées curée nom f p 0.06 1.22 0.00 0.07 -céruléen céruléen adj m s 0.00 0.74 0.00 0.47 -céruléens céruléen adj m p 0.00 0.74 0.00 0.27 -cérumen cérumen nom m s 0.13 0.41 0.13 0.41 -cérémoniaires cérémoniaire nom m p 0.00 0.07 0.00 0.07 -cérémonial cérémonial nom m s 0.69 4.46 0.69 4.39 -cérémoniale cérémonial adj f s 0.13 0.41 0.02 0.07 -cérémonials cérémonial nom m p 0.69 4.46 0.00 0.07 -cérémonie cérémonie nom f s 23.82 30.95 21.72 23.92 -cérémoniel cérémoniel adj m s 0.09 0.14 0.05 0.07 -cérémonielle cérémoniel adj f s 0.09 0.14 0.02 0.00 -cérémoniels cérémoniel adj m p 0.09 0.14 0.01 0.07 -cérémonies cérémonie nom f p 23.82 30.95 2.10 7.03 -cérémonieuse cérémonieux adj f s 0.06 3.24 0.01 0.95 -cérémonieusement cérémonieusement adv 0.02 1.76 0.02 1.76 -cérémonieuses cérémonieux adj f p 0.06 3.24 0.00 0.41 -cérémonieux cérémonieux adj m 0.06 3.24 0.04 1.89 -curés curé nom m p 15.73 51.82 2.08 5.20 -céruse céruse nom f s 0.00 0.14 0.00 0.14 -cérusé cérusé adj m s 0.00 0.14 0.00 0.14 -curve curve adj s 0.09 0.00 0.09 0.00 -curviligne curviligne adj m s 0.01 0.14 0.00 0.07 -curvilignes curviligne adj f p 0.01 0.14 0.01 0.07 -curvimètres curvimètre nom m p 0.00 0.07 0.00 0.07 -césar césar nom m s 0.59 1.15 0.01 0.20 -césarien césarien adj m s 0.11 0.27 0.10 0.00 -césarienne césarien nom f s 1.56 0.47 1.56 0.41 -césariennes césarienne nom f p 0.07 0.00 0.07 0.00 -césariens césarien adj m p 0.11 0.27 0.00 0.07 -césars césar nom m p 0.59 1.15 0.58 0.95 -césium césium nom m s 0.20 0.00 0.20 0.00 -custode custode nom f s 0.00 0.14 0.00 0.14 -custom custom nom m s 0.01 0.00 0.01 0.00 -customisé customiser ver m s 0.07 0.00 0.07 0.00 par:pas; -césure césure nom f s 0.14 0.47 0.14 0.41 -césures césure nom f p 0.14 0.47 0.00 0.07 -cétacé cétacé nom m s 0.19 0.14 0.03 0.14 -cétacés cétacé nom m p 0.19 0.14 0.16 0.00 -cutané cutané adj m s 0.41 0.20 0.05 0.00 -cutanée cutané adj f s 0.41 0.20 0.15 0.14 -cutanées cutané adj f p 0.41 0.20 0.16 0.00 -cutanés cutané adj m p 0.41 0.20 0.05 0.07 -cuti_réaction cuti_réaction nom f s 0.00 0.07 0.00 0.07 -cuti cuti nom f s 0.30 0.47 0.30 0.41 -cuticule cuticule nom f s 0.18 0.07 0.04 0.07 -cuticules cuticule nom f p 0.18 0.07 0.14 0.00 -cutis cuti nom f p 0.30 0.47 0.00 0.07 -cétoine cétoine nom f s 0.00 0.27 0.00 0.14 -cétoines cétoine nom f p 0.00 0.27 0.00 0.14 -cétone cétone nom f s 0.01 0.00 0.01 0.00 -cutter cutter nom m s 2.41 0.07 2.36 0.07 -cutters cutter nom m p 2.41 0.07 0.04 0.00 -cévadille cévadille nom f s 0.00 0.07 0.00 0.07 -cuvaient cuver ver 1.10 2.36 0.01 0.07 ind:imp:3p; -cuvait cuver ver 1.10 2.36 0.03 0.14 ind:imp:3s; -cuvant cuver ver 1.10 2.36 0.01 0.27 par:pre; -cuve cuve nom f s 1.38 4.32 0.86 2.09 -cuveau cuveau nom m s 0.00 0.34 0.00 0.27 -cuveaux cuveau nom m p 0.00 0.34 0.00 0.07 -cévenol cévenol nom m s 0.00 0.07 0.00 0.07 -cuvent cuver ver 1.10 2.36 0.00 0.07 ind:pre:3p; -cuver cuver ver 1.10 2.36 0.51 1.55 inf; -cuvera cuver ver 1.10 2.36 0.01 0.00 ind:fut:3s; -cuverez cuver ver 1.10 2.36 0.01 0.00 ind:fut:2p; -cuves cuve nom f p 1.38 4.32 0.53 2.23 -cuvette cuvette nom f s 2.49 12.97 2.38 11.82 -cuvettes cuvette nom f p 2.49 12.97 0.10 1.15 -cuvier cuvier nom m s 0.00 0.20 0.00 0.14 -cuviers cuvier nom m p 0.00 0.20 0.00 0.07 -cuvé cuver ver m s 1.10 2.36 0.04 0.00 par:pas; -cuvée cuvée nom f s 0.57 0.47 0.55 0.41 -cuvées cuvée nom f p 0.57 0.47 0.02 0.07 -cézigue cézigue nom m s 0.00 3.51 0.00 3.51 -cyan cyan adj s 0.25 0.00 0.25 0.00 -cyanhydrique cyanhydrique adj s 0.17 0.00 0.17 0.00 -cyanoacrylate cyanoacrylate nom m s 0.05 0.00 0.05 0.00 -cyanobactérie cyanobactérie nom f s 0.01 0.00 0.01 0.00 -cyanogène cyanogène nom m s 0.03 0.00 0.03 0.00 -cyanose cyanose nom f s 0.06 0.00 0.06 0.00 -cyanosé cyanoser ver m s 0.23 0.07 0.12 0.07 par:pas; -cyanosée cyanoser ver f s 0.23 0.07 0.12 0.00 par:pas; -cyanure cyanure nom m s 2.23 0.95 2.23 0.95 -cybercafé cybercafé nom m s 0.17 0.00 0.17 0.00 -cyberespace cyberespace nom m s 0.13 0.00 0.13 0.00 -cybermonde cybermonde nom m s 0.01 0.00 0.01 0.00 -cybernautes cybernaute nom p 0.02 0.00 0.02 0.00 -cybernéticien cybernéticien adj m s 0.10 0.00 0.10 0.00 -cybernétique cybernétique adj s 0.26 0.07 0.19 0.07 -cybernétiques cybernétique adj m p 0.26 0.07 0.06 0.00 -cybernétiser cybernétiser ver 0.02 0.00 0.02 0.00 inf; -cyberspace cyberspace nom m s 0.02 0.00 0.02 0.00 -cycas cycas nom m 0.01 0.00 0.01 0.00 -cyclable cyclable adj s 0.05 0.20 0.05 0.14 -cyclables cyclable adj f p 0.05 0.20 0.00 0.07 -cyclamen cyclamen nom m s 0.01 0.34 0.01 0.27 -cyclamens cyclamen nom m p 0.01 0.34 0.00 0.07 -cycle cycle nom m s 8.20 5.81 5.69 4.05 -cycles cycle nom m p 8.20 5.81 2.50 1.76 -cyclique cyclique adj s 0.13 0.41 0.09 0.34 -cycliquement cycliquement adv 0.01 0.07 0.01 0.07 -cycliques cyclique adj m p 0.13 0.41 0.04 0.07 -cyclisme cyclisme nom m s 0.34 1.01 0.34 1.01 -cycliste cycliste nom s 1.08 6.49 0.71 3.65 -cyclistes cycliste nom p 1.08 6.49 0.37 2.84 -cyclo_cross cyclo_cross nom m 0.00 0.07 0.00 0.07 -cyclo_pousse cyclo_pousse nom m 0.05 0.00 0.05 0.00 -cyclo cyclo nom m s 1.06 0.07 1.06 0.07 -cycloïdal cycloïdal adj m s 0.00 0.07 0.00 0.07 -cyclomoteur cyclomoteur nom m s 0.23 0.14 0.23 0.07 -cyclomoteurs cyclomoteur nom m p 0.23 0.14 0.00 0.07 -cyclone cyclone nom m s 1.42 3.51 1.33 3.18 -cyclones cyclone nom m p 1.42 3.51 0.09 0.34 -cyclonique cyclonique adj s 0.03 0.00 0.03 0.00 -cyclope cyclope nom m s 1.31 2.36 1.12 2.23 -cyclopes cyclope nom m p 1.31 2.36 0.20 0.14 -cyclopousses cyclopousse nom m p 0.00 0.07 0.00 0.07 -cyclopéen cyclopéen adj m s 0.01 0.81 0.00 0.20 -cyclopéenne cyclopéen adj f s 0.01 0.81 0.01 0.20 -cyclopéennes cyclopéen adj f p 0.01 0.81 0.00 0.20 -cyclopéens cyclopéen adj m p 0.01 0.81 0.00 0.20 -cyclorama cyclorama nom m s 0.02 0.00 0.02 0.00 -cyclosporine cyclosporine nom f s 0.17 0.00 0.17 0.00 -cyclostomes cyclostome nom m p 0.00 0.07 0.00 0.07 -cyclothymie cyclothymie nom f s 0.10 0.07 0.10 0.07 -cyclothymique cyclothymique adj s 0.05 0.34 0.05 0.34 -cyclotron cyclotron nom m s 0.16 0.27 0.16 0.27 -cyclées cycler ver f p 0.00 0.07 0.00 0.07 par:pas; -cygne cygne nom m s 7.26 7.57 5.28 4.66 -cygnes cygne nom m p 7.26 7.57 1.99 2.91 -cylindre cylindre nom m s 1.60 5.20 0.62 3.11 -cylindres cylindre nom m p 1.60 5.20 0.97 2.09 -cylindrique cylindrique adj s 0.35 3.45 0.10 2.23 -cylindriques cylindrique adj p 0.35 3.45 0.26 1.22 -cylindré cylindrer ver m s 0.02 0.20 0.00 0.07 par:pas; -cylindrée cylindrée nom f s 0.41 0.68 0.36 0.61 -cylindrées cylindrée nom f p 0.41 0.68 0.04 0.07 -cylindrés cylindrer ver m p 0.02 0.20 0.00 0.07 par:pas; -cymbale cymbale nom f s 0.45 1.89 0.19 0.14 -cymbales cymbale nom f p 0.45 1.89 0.26 1.76 -cymbaliste cymbaliste nom s 0.14 0.27 0.14 0.07 -cymbalistes cymbaliste nom p 0.14 0.27 0.00 0.20 -cymbalum cymbalum nom m s 0.00 0.14 0.00 0.14 -cymes cyme nom f p 0.00 0.07 0.00 0.07 -cynips cynips nom m 0.01 0.00 0.01 0.00 -cynique cynique adj s 4.70 6.42 3.90 4.86 -cyniquement cyniquement adv 0.00 0.74 0.00 0.74 -cyniques cynique adj p 4.70 6.42 0.80 1.55 -cynisme cynisme nom m s 1.95 6.49 1.95 6.42 -cynismes cynisme nom m p 1.95 6.49 0.00 0.07 -cynocéphale cynocéphale nom m s 0.01 0.14 0.01 0.07 -cynocéphales cynocéphale nom m p 0.01 0.14 0.00 0.07 -cynodrome cynodrome nom m s 0.01 0.00 0.01 0.00 -cynophile cynophile adj f s 0.04 0.00 0.04 0.00 -cynos cyno nom m p 0.00 0.07 0.00 0.07 -cynégétique cynégétique adj f s 0.00 0.27 0.00 0.14 -cynégétiques cynégétique adj m p 0.00 0.27 0.00 0.14 -cyphoscoliose cyphoscoliose nom f s 0.01 0.00 0.01 0.00 -cyphose cyphose nom f s 0.01 0.07 0.01 0.07 -cyprin cyprin nom m s 0.00 1.82 0.00 1.62 -cyprinidé cyprinidé nom m s 0.00 0.14 0.00 0.07 -cyprinidés cyprinidé nom m p 0.00 0.14 0.00 0.07 -cyprins cyprin nom m p 0.00 1.82 0.00 0.20 -cypriote cypriote nom s 0.01 0.47 0.00 0.07 -cypriotes cypriote nom p 0.01 0.47 0.01 0.41 -cyprès cyprès nom m 0.52 8.51 0.52 8.51 -cyrard cyrard nom m s 0.00 0.27 0.00 0.20 -cyrards cyrard nom m p 0.00 0.27 0.00 0.07 -cyrillique cyrillique adj m s 0.22 0.47 0.07 0.14 -cyrilliques cyrillique adj p 0.22 0.47 0.15 0.34 -cystique cystique adj s 0.09 0.00 0.09 0.00 -cystite cystite nom f s 0.09 0.00 0.09 0.00 -cystotomie cystotomie nom f s 0.01 0.00 0.01 0.00 -cytises cytise nom m p 0.00 0.27 0.00 0.27 -cytologie cytologie nom f s 0.01 0.00 0.01 0.00 -cytologiques cytologique adj f p 0.00 0.07 0.00 0.07 -cytomégalovirus cytomégalovirus nom m 0.08 0.00 0.08 0.00 -cytoplasme cytoplasme nom m s 0.04 0.00 0.04 0.00 -cytoplasmique cytoplasmique adj m s 0.01 0.00 0.01 0.00 -cytosine cytosine nom f s 0.04 0.00 0.04 0.00 -cytotoxique cytotoxique adj s 0.04 0.00 0.04 0.00 -czar czar nom m s 0.00 0.54 0.00 0.41 -czardas czardas nom f 0.01 0.14 0.01 0.14 -czars czar nom m p 0.00 0.54 0.00 0.14 -d d pre 7224.74 11876.35 7224.74 11876.35 -d_abord d_abord adv 175.45 169.32 175.45 169.32 -d_autres d_autres adj_ind p 133.34 119.73 133.34 119.73 -d_emblée d_emblée adv 1.31 8.38 1.31 8.38 -d_ores_et_déjà d_ores_et_déjà adv 0.26 1.28 0.26 1.28 -dîme dîme nom f s 0.44 1.28 0.43 1.22 -dîmes dîme nom f p 0.44 1.28 0.01 0.07 -dîna dîner ver 79.30 59.66 0.10 1.08 ind:pas:3s; -dînai dîner ver 79.30 59.66 0.00 0.68 ind:pas:1s; -dînaient dîner ver 79.30 59.66 0.05 1.55 ind:imp:3p; -dînais dîner ver 79.30 59.66 0.31 0.95 ind:imp:1s;ind:imp:2s; -dînait dîner ver 79.30 59.66 0.88 3.24 ind:imp:3s; -dînant dîner ver 79.30 59.66 0.33 1.15 par:pre; -dînatoire dînatoire adj s 0.29 0.14 0.29 0.00 -dînatoires dînatoire adj f p 0.29 0.14 0.00 0.14 -dîne dîner ver 79.30 59.66 8.22 2.97 imp:pre:2s;ind:pre:1s;ind:pre:3s; -dînent dîner ver 79.30 59.66 0.47 0.47 ind:pre:3p; -dîner dîner nom m s 88.45 68.58 84.73 60.00 -dînera dîner ver 79.30 59.66 1.36 0.54 ind:fut:3s; -dînerai dîner ver 79.30 59.66 0.22 0.14 ind:fut:1s; -dîneraient dîner ver 79.30 59.66 0.00 0.27 cnd:pre:3p; -dînerais dîner ver 79.30 59.66 0.26 0.07 cnd:pre:1s;cnd:pre:2s; -dînerait dîner ver 79.30 59.66 0.14 0.20 cnd:pre:3s; -dîneras dîner ver 79.30 59.66 0.22 0.07 ind:fut:2s; -dînerez dîner ver 79.30 59.66 0.55 0.27 ind:fut:2p; -dîneriez dîner ver 79.30 59.66 0.20 0.00 cnd:pre:2p; -dînerions dîner ver 79.30 59.66 0.00 0.14 cnd:pre:1p; -dînerons dîner ver 79.30 59.66 0.59 0.47 ind:fut:1p; -dîneront dîner ver 79.30 59.66 0.05 0.00 ind:fut:3p; -dîners dîner nom m p 88.45 68.58 3.72 8.58 -dînes dîner ver 79.30 59.66 1.42 0.14 ind:pre:2s; -dînette dînette nom f s 0.59 1.55 0.49 1.35 -dînettes dînette nom f p 0.59 1.55 0.10 0.20 -dîneur dîneur nom m s 0.01 2.57 0.01 0.14 -dîneurs dîneur nom m p 0.01 2.57 0.00 2.23 -dîneuse dîneur nom f s 0.01 2.57 0.00 0.20 -dînez dîner ver 79.30 59.66 2.13 0.27 imp:pre:2p;ind:pre:2p; -dîniez dîner ver 79.30 59.66 0.20 0.00 ind:imp:2p; -dînions dîner ver 79.30 59.66 0.26 1.69 ind:imp:1p; -dînâmes dîner ver 79.30 59.66 0.01 0.34 ind:pas:1p; -dînons dîner ver 79.30 59.66 1.95 1.89 imp:pre:1p;ind:pre:1p; -dînât dîner ver 79.30 59.66 0.00 0.07 sub:imp:3s; -dînèrent dîner ver 79.30 59.66 0.04 1.22 ind:pas:3p; -dîné dîner ver m s 79.30 59.66 7.54 6.15 par:pas; -dît dire ver_sup 5946.17 4832.50 0.34 1.22 sub:imp:3s; -dîtes dire ver_sup 5946.17 4832.50 10.24 0.07 ind:pas:2p; -dôle dôle nom m s 0.01 0.00 0.01 0.00 -dôme dôme nom m s 1.93 4.93 1.81 3.78 -dômes dôme nom m p 1.93 4.93 0.12 1.15 -dôngs dông nom m p 0.14 0.00 0.14 0.00 -dû devoir ver_sup m s 3232.80 1318.24 363.68 243.65 par:pas; -dûment dûment adv 0.55 4.32 0.55 4.32 -dûmes devoir ver_sup 3232.80 1318.24 0.04 1.55 ind:pas:1p; -dût devoir ver_sup 3232.80 1318.24 0.65 4.19 sub:imp:3s; -da da ono 8.02 3.24 8.02 3.24 -daïmios daïmio nom m p 0.00 0.14 0.00 0.14 -daïquiri daïquiri nom m s 0.14 0.14 0.01 0.14 -daïquiris daïquiri nom m p 0.14 0.14 0.14 0.00 -dab dab nom m s 0.17 1.35 0.17 1.28 -daba daba nom f s 0.01 0.00 0.01 0.00 -dabe dabe nom m s 0.00 1.42 0.00 1.42 -dabs dab nom m p 0.17 1.35 0.00 0.07 -dabuche dabuche nom f s 0.00 0.54 0.00 0.47 -dabuches dabuche nom f p 0.00 0.54 0.00 0.07 -dace dace adj s 0.04 0.61 0.03 0.07 -daces dace adj p 0.04 0.61 0.01 0.54 -dache dache nom m s 0.00 0.27 0.00 0.27 -dacique dacique adj s 0.00 0.14 0.00 0.14 -dacron dacron nom m s 0.02 0.07 0.02 0.07 -dactyle dactyle nom m s 0.00 0.20 0.00 0.07 -dactyles dactyle nom m p 0.00 0.20 0.00 0.14 -dactylo dactylo nom s 0.93 4.66 0.73 2.97 -dactylographe dactylographe nom s 0.10 0.34 0.00 0.34 -dactylographes dactylographe nom p 0.10 0.34 0.10 0.00 -dactylographie dactylographie nom f s 0.04 0.41 0.04 0.41 -dactylographier dactylographier ver 0.09 0.61 0.06 0.20 inf; -dactylographié dactylographié adj m s 0.11 1.08 0.06 0.20 -dactylographiée dactylographié adj f s 0.11 1.08 0.04 0.34 -dactylographiées dactylographié adj f p 0.11 1.08 0.00 0.41 -dactylographiés dactylographié adj m p 0.11 1.08 0.01 0.14 -dactyloptères dactyloptère nom m p 0.02 0.00 0.02 0.00 -dactylos dactylo nom p 0.93 4.66 0.20 1.69 -dactyloscopie dactyloscopie nom f s 0.11 0.00 0.11 0.00 -dada dada nom m s 1.90 2.57 1.80 1.96 -dadaïsme dadaïsme nom m s 0.01 0.00 0.01 0.00 -dadaïste dadaïste adj f s 0.01 0.07 0.01 0.00 -dadaïstes dadaïste nom p 0.01 0.07 0.01 0.07 -dadais dadais nom m 0.34 1.28 0.34 1.28 -dadas dada nom m p 1.90 2.57 0.10 0.61 -dague dague nom f s 2.46 2.09 2.19 1.55 -daguerréotype daguerréotype nom m s 0.10 0.34 0.10 0.27 -daguerréotypes daguerréotype nom m p 0.10 0.34 0.00 0.07 -dagues dague nom f p 2.46 2.09 0.27 0.54 -daguet daguet nom m s 0.00 0.41 0.00 0.34 -daguets daguet nom m p 0.00 0.41 0.00 0.07 -dagué daguer ver m s 0.00 0.07 0.00 0.07 par:pas; -dahlia dahlia nom m s 0.02 2.50 0.00 0.20 -dahlias dahlia nom m p 0.02 2.50 0.02 2.30 -dahoméenne dahoméen adj f s 0.00 0.07 0.00 0.07 -dahu dahu nom m s 0.19 0.14 0.18 0.14 -dahus dahu nom m p 0.19 0.14 0.01 0.00 -daigna daigner ver 4.41 9.39 0.00 1.69 ind:pas:3s; -daignaient daigner ver 4.41 9.39 0.00 0.34 ind:imp:3p; -daignait daigner ver 4.41 9.39 0.13 1.49 ind:imp:3s; -daignant daigner ver 4.41 9.39 0.01 0.20 par:pre; -daigne daigner ver 4.41 9.39 1.09 2.43 imp:pre:2s;ind:pre:1s;ind:pre:3s; -daignent daigner ver 4.41 9.39 0.07 0.27 ind:pre:3p; -daigner daigner ver 4.41 9.39 0.02 0.34 inf; -daignera daigner ver 4.41 9.39 0.03 0.27 ind:fut:3s; -daigneraient daigner ver 4.41 9.39 0.01 0.07 cnd:pre:3p; -daignerais daigner ver 4.41 9.39 0.00 0.07 cnd:pre:1s; -daignerait daigner ver 4.41 9.39 0.19 0.00 cnd:pre:3s; -daigneras daigner ver 4.41 9.39 0.01 0.00 ind:fut:2s; -daignes daigner ver 4.41 9.39 0.09 0.00 ind:pre:2s; -daignez daigner ver 4.41 9.39 1.86 0.47 imp:pre:2p;ind:pre:2p; -daignons daigner ver 4.41 9.39 0.01 0.00 imp:pre:1p; -daignât daigner ver 4.41 9.39 0.00 0.34 sub:imp:3s; -daignèrent daigner ver 4.41 9.39 0.00 0.07 ind:pas:3p; -daigné daigner ver m s 4.41 9.39 0.89 1.35 par:pas; -daim daim nom m s 1.65 5.74 1.41 5.14 -daims daim nom m p 1.65 5.74 0.25 0.61 -daine daine nom f s 0.00 0.07 0.00 0.07 -daiquiri daiquiri nom m s 0.41 0.14 0.27 0.14 -daiquiris daiquiri nom m p 0.41 0.14 0.14 0.00 -dais dais nom m 0.23 3.04 0.23 3.04 -dakarois dakarois adj m s 0.00 0.14 0.00 0.07 -dakaroise dakarois adj f s 0.00 0.14 0.00 0.07 -dakin dakin nom m s 0.03 0.07 0.03 0.07 -dakotas dakota nom p 0.05 0.00 0.05 0.00 -dal dal nom m s 0.01 0.00 0.01 0.00 -dalaï_lama dalaï_lama nom m s 0.00 0.20 0.00 0.20 -dale dale nom m s 0.16 0.00 0.16 0.00 -dalinienne dalinien adj f s 0.00 0.07 0.00 0.07 -dallage dallage nom m s 0.04 3.04 0.04 2.91 -dallages dallage nom m p 0.04 3.04 0.00 0.14 -dalle dalle nom f s 13.00 29.19 12.35 13.38 -daller daller ver 1.62 3.99 0.43 0.00 inf; -dalles dalle nom f p 13.00 29.19 0.65 15.81 -dallé daller ver m s 1.62 3.99 0.00 0.88 par:pas; -dallée daller ver f s 1.62 3.99 0.00 0.88 par:pas; -dallées daller ver f p 1.62 3.99 0.00 0.54 par:pas; -dallés daller ver m p 1.62 3.99 0.00 0.34 par:pas; -dalmate dalmate adj s 0.30 0.41 0.30 0.27 -dalmates dalmate adj p 0.30 0.41 0.00 0.14 -dalmatien dalmatien nom m s 0.33 0.20 0.14 0.00 -dalmatienne dalmatien nom f s 0.33 0.20 0.11 0.00 -dalmatiens dalmatien nom m p 0.33 0.20 0.08 0.20 -dalmatique dalmatique nom f s 0.02 0.68 0.02 0.54 -dalmatiques dalmatique nom f p 0.02 0.68 0.00 0.14 -daltonien daltonien adj m s 0.48 0.00 0.28 0.00 -daltonienne daltonien adj f s 0.48 0.00 0.16 0.00 -daltoniennes daltonien adj f p 0.48 0.00 0.01 0.00 -daltoniens daltonien adj m p 0.48 0.00 0.03 0.00 -daltonisme daltonisme nom m s 0.02 0.00 0.02 0.00 -daltons dalton nom m p 0.00 0.07 0.00 0.07 -dam dam nom m s 0.81 1.69 0.70 1.62 -damage damage nom m s 0.10 0.00 0.10 0.00 -damas damas nom m 0.42 0.61 0.42 0.61 -damasquin damasquin nom m s 0.00 0.14 0.00 0.07 -damasquinage damasquinage nom m s 0.01 0.00 0.01 0.00 -damasquinerie damasquinerie nom f s 0.00 0.07 0.00 0.07 -damasquins damasquin nom m p 0.00 0.14 0.00 0.07 -damasquiné damasquiné adj m s 0.00 0.27 0.00 0.07 -damasquinée damasquiné adj f s 0.00 0.27 0.00 0.07 -damasquinure damasquinure nom f s 0.00 0.07 0.00 0.07 -damasquinés damasquiné adj m p 0.00 0.27 0.00 0.14 -damassé damassé adj m s 0.05 1.35 0.00 0.27 -damassée damassé adj f s 0.05 1.35 0.03 0.81 -damassées damassé adj f p 0.05 1.35 0.02 0.20 -damassés damassé adj m p 0.05 1.35 0.00 0.07 -dame_jeanne dame_jeanne nom f s 0.01 0.20 0.01 0.07 -dame dame ono 1.01 1.49 1.01 1.49 -dament damer ver 11.60 3.78 0.00 0.07 ind:pre:3p; -damer damer ver 11.60 3.78 0.04 0.14 inf; -dameret dameret nom m s 0.00 0.07 0.00 0.07 -dameriez damer ver 11.60 3.78 0.01 0.00 cnd:pre:2p; -dame_jeanne dame_jeanne nom f p 0.01 0.20 0.00 0.14 -dames dame nom f p 111.20 151.35 24.70 45.20 -damez damer ver 11.60 3.78 0.02 0.00 imp:pre:2p; -damier damier nom m s 0.47 2.57 0.42 1.96 -damiers damier nom m p 0.47 2.57 0.04 0.61 -damnable damnable adj f s 0.01 0.20 0.01 0.00 -damnables damnable adj p 0.01 0.20 0.00 0.20 -damnait damner ver 4.36 3.78 0.00 0.07 ind:imp:3s; -damnant damner ver 4.36 3.78 0.00 0.07 par:pre; -damnation damnation nom f s 1.70 3.92 1.70 3.72 -damnations damnation nom f p 1.70 3.92 0.00 0.20 -damne damner ver 4.36 3.78 0.14 0.61 ind:pre:1s;ind:pre:3s; -damned damned ono 0.26 0.41 0.26 0.41 -damnent damner ver 4.36 3.78 0.00 0.14 ind:pre:3p; -damner damner ver 4.36 3.78 0.61 0.88 inf; -damnera damner ver 4.36 3.78 0.17 0.07 ind:fut:3s; -damneraient damner ver 4.36 3.78 0.02 0.00 cnd:pre:3p; -damnerais damner ver 4.36 3.78 0.03 0.41 cnd:pre:1s; -damnez damner ver 4.36 3.78 0.02 0.00 imp:pre:2p; -damné damner ver m s 4.36 3.78 2.12 0.68 par:pas; -damnée damné adj f s 2.82 2.23 1.87 0.81 -damnées damné adj f p 2.82 2.23 0.28 0.41 -damnés damné nom m p 2.57 3.24 1.33 2.23 -damoiseau damoiseau nom m s 11.41 20.00 0.16 0.00 -damoiselle damoiselle nom f s 0.60 0.14 0.55 0.14 -damoiselles damoiselle nom f p 0.60 0.14 0.05 0.00 -dams dam nom m p 0.81 1.69 0.11 0.07 -damé damer ver m s 11.60 3.78 0.04 0.00 par:pas; -damée damer ver f s 11.60 3.78 0.00 0.07 par:pas; -damées damer ver f p 11.60 3.78 0.00 0.14 par:pas; -dan dan nom m s 0.49 0.07 0.49 0.07 -danaïde danaïde nom f s 0.00 0.07 0.00 0.07 -dancing dancing nom m s 1.15 3.51 0.94 2.70 -dancings dancing nom m p 1.15 3.51 0.20 0.81 -dandina dandiner ver 0.26 7.30 0.00 0.34 ind:pas:3s; -dandinaient dandiner ver 0.26 7.30 0.00 0.34 ind:imp:3p; -dandinais dandiner ver 0.26 7.30 0.00 0.07 ind:imp:1s; -dandinait dandiner ver 0.26 7.30 0.01 1.76 ind:imp:3s; -dandinant dandiner ver 0.26 7.30 0.03 2.57 par:pre; -dandine dandiner ver 0.26 7.30 0.09 0.95 imp:pre:2s;ind:pre:1s;ind:pre:3s; -dandinement dandinement nom m s 0.00 0.74 0.00 0.54 -dandinements dandinement nom m p 0.00 0.74 0.00 0.20 -dandinent dandiner ver 0.26 7.30 0.02 0.20 ind:pre:3p; -dandiner dandiner ver 0.26 7.30 0.09 0.88 inf; -dandinez dandiner ver 0.26 7.30 0.02 0.07 imp:pre:2p;ind:pre:2p; -dandinée dandiner ver f s 0.26 7.30 0.00 0.07 par:pas; -dandinés dandiner ver m p 0.26 7.30 0.00 0.07 par:pas; -dandy dandy nom m s 2.87 3.51 2.61 3.18 -dandys dandy nom m p 2.87 3.51 0.26 0.34 -dandysme dandysme nom m s 0.00 0.41 0.00 0.41 -danger danger nom m s 80.61 55.27 76.73 45.20 -dangereuse dangereux adj f s 101.84 47.57 13.61 10.27 -dangereusement dangereusement adv 2.13 5.88 2.13 5.88 -dangereuses dangereux adj f p 101.84 47.57 4.75 4.53 -dangereux dangereux adj m 101.84 47.57 83.48 32.77 -dangerosité dangerosité nom f s 0.01 0.14 0.01 0.14 -dangers danger nom m p 80.61 55.27 3.87 10.07 -dano dano nom m s 0.25 0.07 0.25 0.07 -danois danois adj m 3.37 2.03 2.77 1.22 -danoise danois adj f s 3.37 2.03 0.57 0.34 -danoises danois adj f p 3.37 2.03 0.02 0.47 -dans dans pre 4658.59 8296.08 4658.59 8296.08 -dansa danser ver 137.40 92.57 0.07 1.15 ind:pas:3s; -dansai danser ver 137.40 92.57 0.00 0.14 ind:pas:1s; -dansaient danser ver 137.40 92.57 1.20 8.99 ind:imp:3p; -dansais danser ver 137.40 92.57 2.43 1.69 ind:imp:1s;ind:imp:2s; -dansait danser ver 137.40 92.57 3.15 13.85 ind:imp:3s; -dansant danser ver 137.40 92.57 2.25 5.54 par:pre; -dansante dansant adj f s 2.44 6.89 0.57 1.76 -dansantes dansant adj f p 2.44 6.89 0.64 1.96 -dansants dansant adj m p 2.44 6.89 0.41 0.61 -danse danse nom f s 51.23 35.27 46.92 29.19 -dansent danser ver 137.40 92.57 5.58 5.54 ind:pre:3p; -danser danser ver 137.40 92.57 70.06 35.41 ind:pre:2p;inf; -dansera danser ver 137.40 92.57 1.44 0.20 ind:fut:3s; -danserai danser ver 137.40 92.57 1.30 0.20 ind:fut:1s; -danseraient danser ver 137.40 92.57 0.01 0.27 cnd:pre:3p; -danserais danser ver 137.40 92.57 0.19 0.14 cnd:pre:1s;cnd:pre:2s; -danserait danser ver 137.40 92.57 0.25 0.34 cnd:pre:3s; -danseras danser ver 137.40 92.57 0.34 0.20 ind:fut:2s; -danserez danser ver 137.40 92.57 0.53 0.00 ind:fut:2p; -danseriez danser ver 137.40 92.57 0.01 0.00 cnd:pre:2p; -danserions danser ver 137.40 92.57 0.03 0.00 cnd:pre:1p; -danserons danser ver 137.40 92.57 0.31 0.07 ind:fut:1p; -danseront danser ver 137.40 92.57 0.14 0.20 ind:fut:3p; -danses danser ver 137.40 92.57 6.81 0.47 ind:pre:2s;sub:pre:2s; -danseur danseur nom m s 19.54 25.68 5.85 5.00 -danseurs danseur nom m p 19.54 25.68 3.64 5.95 -danseuse danseur nom f s 19.54 25.68 10.05 8.58 -danseuses danseuse nom f p 3.51 0.00 3.51 0.00 -dansez danser ver 137.40 92.57 6.41 0.74 imp:pre:2p;ind:pre:2p; -dansiez danser ver 137.40 92.57 0.37 0.07 ind:imp:2p; -dansions danser ver 137.40 92.57 0.56 0.68 ind:imp:1p; -dansâmes danser ver 137.40 92.57 0.00 0.07 ind:pas:1p; -dansons danser ver 137.40 92.57 4.33 0.88 imp:pre:1p;ind:pre:1p; -dansota dansoter ver 0.00 0.34 0.00 0.07 ind:pas:3s; -dansotait dansoter ver 0.00 0.34 0.00 0.27 ind:imp:3s; -dansotter dansotter ver 0.00 0.07 0.00 0.07 inf; -dansèrent danser ver 137.40 92.57 0.15 1.35 ind:pas:3p; -dansé danser ver m s 137.40 92.57 5.94 4.32 par:pas; -dansée danser ver f s 137.40 92.57 0.05 0.27 par:pas; -dantesque dantesque adj s 0.29 0.34 0.18 0.20 -dantesques dantesque adj p 0.29 0.34 0.11 0.14 -danubien danubien adj m s 0.00 0.20 0.00 0.07 -danubienne danubien adj f s 0.00 0.20 0.00 0.07 -danubiennes danubien adj f p 0.00 0.20 0.00 0.07 -dao dao nom m s 0.09 0.00 0.09 0.00 -daphné daphné nom m s 0.13 0.07 0.13 0.07 -darce darce nom f s 0.02 0.00 0.02 0.00 -dard dard nom m s 1.61 2.84 1.30 1.55 -darda darder ver 0.16 4.19 0.00 0.20 ind:pas:3s; -dardaient darder ver 0.16 4.19 0.00 0.14 ind:imp:3p; -dardait darder ver 0.16 4.19 0.00 0.74 ind:imp:3s; -dardant darder ver 0.16 4.19 0.01 0.68 par:pre; -darde darder ver 0.16 4.19 0.03 0.47 imp:pre:2s;ind:pre:1s;ind:pre:3s; -dardent darder ver 0.16 4.19 0.01 0.07 ind:pre:3p; -darder darder ver 0.16 4.19 0.10 0.07 inf; -dardillonnaient dardillonner ver 0.00 0.14 0.00 0.07 ind:imp:3p; -dardillonne dardillonner ver 0.00 0.14 0.00 0.07 ind:pre:3s; -dards dard nom m p 1.61 2.84 0.31 1.28 -dardé darder ver m s 0.16 4.19 0.01 0.61 par:pas; -dardée darder ver f s 0.16 4.19 0.00 0.61 par:pas; -dardées darder ver f p 0.16 4.19 0.00 0.41 par:pas; -dardés darder ver m p 0.16 4.19 0.00 0.20 par:pas; -dare_dare dare_dare adv 0.21 1.55 0.17 1.28 -dare_dare dare_dare adv 0.21 1.55 0.04 0.27 -darioles dariole nom f p 0.01 0.00 0.01 0.00 -darne darne nom f s 0.00 0.14 0.00 0.14 -daron daron nom m s 0.04 2.50 0.01 0.88 -daronne daron nom f s 0.04 2.50 0.00 1.01 -daronnes daron nom f p 0.04 2.50 0.00 0.14 -darons daron nom m p 0.04 2.50 0.02 0.47 -darse darse nom f s 0.00 0.61 0.00 0.54 -darses darse nom f p 0.00 0.61 0.00 0.07 -dartres dartre nom f p 0.00 0.14 0.00 0.14 -dartreuses dartreux adj f p 0.00 0.07 0.00 0.07 -dasein dasein nom m s 0.00 0.07 0.00 0.07 -data dater ver 16.69 17.23 0.46 0.00 ind:pas:3s; -datable datable adj m s 0.00 0.07 0.00 0.07 -datage datage nom m s 0.01 0.00 0.01 0.00 -dataient dater ver 16.69 17.23 0.12 0.95 ind:imp:3p; -datait dater ver 16.69 17.23 0.34 3.18 ind:imp:3s; -datant dater ver 16.69 17.23 1.01 2.57 par:pre; -datation datation nom f s 0.20 0.14 0.20 0.14 -datcha datcha nom f s 1.74 1.15 1.74 0.74 -datchas datcha nom f p 1.74 1.15 0.00 0.41 -date date nom f s 31.41 45.74 26.88 36.62 -datent dater ver 16.69 17.23 2.35 0.95 ind:pre:3p; -dater dater ver 16.69 17.23 1.48 1.55 inf; -daterai dater ver 16.69 17.23 0.00 0.07 ind:fut:1s; -daterais dater ver 16.69 17.23 0.00 0.07 cnd:pre:1s; -daterait dater ver 16.69 17.23 0.03 0.14 cnd:pre:3s; -dates date nom f p 31.41 45.74 4.53 9.12 -dateur dateur adj m s 0.01 0.00 0.01 0.00 -dateur dateur nom m s 0.01 0.00 0.01 0.00 -datez dater ver 16.69 17.23 0.04 0.00 imp:pre:2p;ind:pre:2p; -datif datif nom m s 0.02 0.00 0.02 0.00 -datte datte nom f s 0.95 2.64 0.24 0.14 -dattes datte nom f p 0.95 2.64 0.71 2.50 -dattier dattier nom m s 0.01 1.62 0.00 0.68 -dattiers dattier nom m p 0.01 1.62 0.01 0.95 -daté dater ver m s 16.69 17.23 0.81 1.82 par:pas; -datée dater ver f s 16.69 17.23 0.34 1.42 par:pas; -datées dater ver f p 16.69 17.23 0.09 0.34 par:pas; -datura datura nom m s 0.02 0.20 0.02 0.00 -daturas datura nom m p 0.02 0.20 0.00 0.20 -datés dater ver m p 16.69 17.23 0.09 0.41 par:pas; -daubait dauber ver 0.02 0.20 0.00 0.07 ind:imp:3s; -daube daube nom f s 0.99 0.68 0.98 0.54 -dauber dauber ver 0.02 0.20 0.01 0.14 inf; -daubes daube nom f p 0.99 0.68 0.01 0.14 -daubière daubière nom f s 0.01 0.00 0.01 0.00 -daubé dauber ver m s 0.02 0.20 0.01 0.00 par:pas; -dauphin dauphin nom m s 4.71 11.82 1.76 1.22 -dauphinat dauphinat nom m s 0.00 0.20 0.00 0.20 -dauphine dauphin nom f s 4.71 11.82 0.32 9.26 -dauphines dauphin nom f p 4.71 11.82 0.00 0.14 -dauphinois dauphinois adj m s 0.27 0.41 0.27 0.41 -dauphins dauphin nom m p 4.71 11.82 2.63 1.22 -daurade daurade nom f s 0.30 0.95 0.29 0.74 -daurades daurade nom f p 0.30 0.95 0.01 0.20 -davantage davantage adv_sup 29.56 97.84 29.56 97.84 -davier davier nom m s 0.02 0.20 0.02 0.20 -daya daya nom f s 4.13 0.00 4.13 0.00 -dc dc adj_num 0.58 0.07 0.58 0.07 -de_amicis de_amicis nom m s 0.00 0.07 0.00 0.07 -de_auditu de_auditu adv 0.00 0.07 0.00 0.07 -de_facto de_facto adv 0.16 0.07 0.16 0.07 -de_guingois de_guingois adv 0.01 2.64 0.01 2.64 -de_plano de_plano adv 0.04 0.00 0.04 0.00 -de_profundis de_profundis nom m 0.06 0.41 0.06 0.41 -de_santis de_santis nom m s 0.10 0.00 0.10 0.00 -de_traviole de_traviole adv 0.43 1.28 0.43 1.28 -de_visu de_visu adv 1.02 0.54 1.02 0.54 -de de pre 25220.86 38928.92 25220.86 38928.92 -deadline deadline nom s 0.16 0.00 0.16 0.00 -deal deal nom m s 8.76 0.54 8.05 0.47 -dealaient dealer ver 5.27 1.42 0.01 0.07 ind:imp:3p; -dealais dealer ver 5.27 1.42 0.12 0.00 ind:imp:1s;ind:imp:2s; -dealait dealer ver 5.27 1.42 0.38 0.14 ind:imp:3s; -dealant dealer ver 5.27 1.42 0.06 0.00 par:pre; -deale dealer ver 5.27 1.42 1.14 0.68 imp:pre:2s;ind:pre:1s;ind:pre:3s; -dealent dealer ver 5.27 1.42 0.31 0.07 ind:pre:3p; -dealer dealer nom m s 12.65 1.62 8.43 1.08 -dealera dealer ver 5.27 1.42 0.16 0.00 ind:fut:3s; -dealeront dealer ver 5.27 1.42 0.02 0.00 ind:fut:3p; -dealers dealer nom m p 12.65 1.62 4.22 0.54 -deales dealer ver 5.27 1.42 0.38 0.00 ind:pre:2s; -dealez dealer ver 5.27 1.42 0.03 0.00 ind:pre:2p; -deals deal nom m p 8.76 0.54 0.71 0.07 -dealé dealer ver m s 5.27 1.42 0.10 0.00 par:pas; -debater debater nom m s 0.00 0.07 0.00 0.07 -debout debout adv_sup 91.81 158.85 91.81 158.85 -decca decca nom m s 0.26 0.07 0.26 0.07 -deck deck nom m s 0.22 0.00 0.22 0.00 -decrescendo decrescendo nom m s 0.10 0.14 0.10 0.14 -dedans dedans adv_sup 76.55 39.46 76.55 39.46 -degré degré nom m s 21.30 27.97 7.93 16.55 -degrés degré nom m p 21.30 27.97 13.37 11.42 -dehors dehors ono 30.23 0.61 30.23 0.61 -delco delco nom m s 0.27 0.34 0.27 0.34 -delirium_tremens delirium_tremens nom m 0.07 0.27 0.07 0.27 -delirium delirium nom m s 0.09 0.41 0.09 0.41 -della_francesca della_francesca nom m s 0.34 0.20 0.34 0.20 -della_porta della_porta nom m s 0.00 0.07 0.00 0.07 -della_robbia della_robbia nom m s 0.00 0.07 0.00 0.07 -delà delà adv 3.73 12.70 3.73 12.70 -delphinidés delphinidé nom m p 0.01 0.00 0.01 0.00 -delphinium delphinium nom m s 0.04 0.00 0.02 0.00 -delphiniums delphinium nom m p 0.04 0.00 0.02 0.00 -delta_plane delta_plane nom m s 0.03 0.07 0.03 0.07 -delta delta nom m s 6.59 2.09 6.50 1.82 -deltaplane deltaplane nom m s 0.26 0.00 0.26 0.00 -deltas delta nom m p 6.59 2.09 0.09 0.27 -deltoïde deltoïde nom m s 0.16 0.20 0.06 0.00 -deltoïdes deltoïde nom m p 0.16 0.20 0.10 0.20 -demain demain adv_sup 425.85 134.12 425.85 134.12 -demains demain nom_sup m p 50.40 21.55 0.00 0.14 -demanda demander ver 909.77 984.39 3.90 270.74 ind:pas:3s; -demandai demander ver 909.77 984.39 0.60 31.49 ind:pas:1s; -demandaient demander ver 909.77 984.39 1.80 10.00 ind:imp:3p; -demandais demander ver 909.77 984.39 35.69 30.07 ind:imp:1s;ind:imp:2s; -demandait demander ver 909.77 984.39 11.55 77.03 ind:imp:3s; -demandant demander ver 909.77 984.39 5.41 21.76 par:pre; -demande demander ver 909.77 984.39 289.34 208.18 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:1s;sub:pre:3s; -demandent demander ver 909.77 984.39 16.13 10.88 ind:pre:3p;sub:pre:3p; -demander demander ver 909.77 984.39 188.86 144.59 inf;;inf;;inf;;inf;; -demandera demander ver 909.77 984.39 7.56 3.58 ind:fut:3s; -demanderai demander ver 909.77 984.39 11.46 4.05 ind:fut:1s; -demanderaient demander ver 909.77 984.39 0.06 0.74 cnd:pre:3p; -demanderais demander ver 909.77 984.39 5.55 1.55 cnd:pre:1s;cnd:pre:2s; -demanderait demander ver 909.77 984.39 1.48 5.41 cnd:pre:3s; -demanderas demander ver 909.77 984.39 2.73 1.28 ind:fut:2s; -demanderesse demandeur nom f s 0.78 0.34 0.04 0.00 -demanderez demander ver 909.77 984.39 1.48 1.22 ind:fut:2p; -demanderiez demander ver 909.77 984.39 0.87 0.14 cnd:pre:2p; -demanderons demander ver 909.77 984.39 1.06 0.27 ind:fut:1p; -demanderont demander ver 909.77 984.39 1.67 0.61 ind:fut:3p; -demandes demander ver 909.77 984.39 32.92 5.68 ind:pre:2s;sub:pre:2s; -demandeur demandeur nom m s 0.78 0.34 0.20 0.14 -demandeurs demandeur nom m p 0.78 0.34 0.54 0.20 -demandeuse demandeur nom f s 0.78 0.34 0.01 0.00 -demandez demander ver 909.77 984.39 51.74 12.23 imp:pre:2p;ind:pre:2p; -demandiez demander ver 909.77 984.39 2.00 0.88 ind:imp:2p; -demandions demander ver 909.77 984.39 0.79 1.62 ind:imp:1p; -demandâmes demander ver 909.77 984.39 0.00 0.07 ind:pas:1p; -demandons demander ver 909.77 984.39 12.09 2.30 imp:pre:1p;ind:pre:1p; -demandât demander ver 909.77 984.39 0.00 1.76 sub:imp:3s; -demandèrent demander ver 909.77 984.39 0.66 2.70 ind:pas:3p; -demandé demander ver m s 909.77 984.39 212.89 128.92 par:pas;par:pas;par:pas; -demandée demander ver f s 909.77 984.39 6.81 2.70 par:pas; -demandées demander ver f p 909.77 984.39 0.65 0.74 par:pas; -demandés demander ver m p 909.77 984.39 2.02 1.22 par:pas; -demeura demeurer ver 13.18 128.85 0.27 18.65 ind:pas:3s; -demeurai demeurer ver 13.18 128.85 0.02 3.24 ind:pas:1s; -demeuraient demeurer ver 13.18 128.85 0.16 6.49 ind:imp:3p; -demeurais demeurer ver 13.18 128.85 0.00 2.23 ind:imp:1s; -demeurait demeurer ver 13.18 128.85 0.45 24.59 ind:imp:3s; -demeurant demeurer ver 13.18 128.85 0.27 13.85 par:pre; -demeurassent demeurer ver 13.18 128.85 0.00 0.27 sub:imp:3p; -demeure demeure nom f s 13.34 28.11 12.24 20.07 -demeurent demeurer ver 13.18 128.85 1.99 5.34 ind:pre:3p; -demeurer demeurer ver 13.18 128.85 1.86 14.12 inf; -demeurera demeurer ver 13.18 128.85 0.41 1.01 ind:fut:3s; -demeurerai demeurer ver 13.18 128.85 0.09 0.27 ind:fut:1s; -demeureraient demeurer ver 13.18 128.85 0.00 0.34 cnd:pre:3p; -demeurerais demeurer ver 13.18 128.85 0.00 0.20 cnd:pre:1s; -demeurerait demeurer ver 13.18 128.85 0.00 1.49 cnd:pre:3s; -demeureras demeurer ver 13.18 128.85 0.18 0.00 ind:fut:2s; -demeurerez demeurer ver 13.18 128.85 0.06 0.07 ind:fut:2p; -demeurerions demeurer ver 13.18 128.85 0.00 0.07 cnd:pre:1p; -demeurerons demeurer ver 13.18 128.85 0.13 0.07 ind:fut:1p; -demeureront demeurer ver 13.18 128.85 0.03 0.54 ind:fut:3p; -demeures demeure nom f p 13.34 28.11 1.10 8.04 -demeurez demeurer ver 13.18 128.85 1.02 0.47 imp:pre:2p;ind:pre:2p; -demeuriez demeurer ver 13.18 128.85 0.14 0.20 ind:imp:2p; -demeurions demeurer ver 13.18 128.85 0.00 0.68 ind:imp:1p; -demeurâmes demeurer ver 13.18 128.85 0.00 0.47 ind:pas:1p; -demeurons demeurer ver 13.18 128.85 0.12 1.01 imp:pre:1p;ind:pre:1p; -demeurât demeurer ver 13.18 128.85 0.01 1.28 sub:imp:3s; -demeurèrent demeurer ver 13.18 128.85 0.00 4.12 ind:pas:3p; -demeuré demeuré nom m s 2.92 2.23 2.06 1.28 -demeurée demeuré nom f s 2.92 2.23 0.31 0.47 -demeurées demeuré adj f p 0.80 2.36 0.01 0.20 -demeurés demeuré nom m p 2.92 2.23 0.55 0.41 -demi_barbare demi_barbare nom s 0.00 0.07 0.00 0.07 -demi_bas demi_bas nom m 0.01 0.14 0.01 0.14 -demi_bonheur demi_bonheur nom m s 0.00 0.07 0.00 0.07 -demi_botte demi_botte nom f p 0.00 0.14 0.00 0.14 -demi_bouteille demi_bouteille nom f s 0.41 0.47 0.41 0.47 -demi_brigade demi_brigade nom f s 0.00 0.68 0.00 0.61 -demi_brigade demi_brigade nom f p 0.00 0.68 0.00 0.07 -demi_cent demi_cent nom m s 0.01 0.07 0.01 0.07 -demi_centimètre demi_centimètre nom m s 0.02 0.20 0.02 0.20 -demi_centre demi_centre nom m s 0.00 0.07 0.00 0.07 -demi_cercle demi_cercle nom m s 0.12 4.80 0.11 4.46 -demi_cercle demi_cercle nom m p 0.12 4.80 0.01 0.34 -demi_chagrin demi_chagrin nom m s 0.00 0.07 0.00 0.07 -demi_clair demi_clair nom m s 0.00 0.07 0.00 0.07 -demi_clarté demi_clarté nom f s 0.00 0.20 0.00 0.20 -demi_cloison demi_cloison nom f s 0.00 0.20 0.00 0.20 -demi_coma demi_coma nom m s 0.01 0.27 0.01 0.27 -demi_confidence demi_confidence nom f s 0.00 0.07 0.00 0.07 -demi_conscience demi_conscience nom f s 0.00 0.20 0.00 0.20 -demi_cylindre demi_cylindre nom m s 0.00 0.14 0.00 0.14 -demi_degré demi_degré nom m s 0.01 0.00 0.01 0.00 -demi_deuil demi_deuil nom m s 0.00 0.34 0.00 0.34 -demi_dieu demi_dieu nom m s 0.47 0.47 0.47 0.47 -demi_dieux demi_dieux nom m p 0.16 0.47 0.16 0.47 -demi_dose demi_dose nom f s 0.03 0.00 0.03 0.00 -demi_douzaine demi_douzaine nom f s 1.34 6.55 1.34 6.55 -demi_dévêtu demi_dévêtu adj m s 0.00 0.14 0.00 0.07 -demi_dévêtu demi_dévêtu adj f s 0.00 0.14 0.00 0.07 -demi_figure demi_figure nom f s 0.00 0.07 0.00 0.07 -demi_finale demi_finale nom f s 1.13 0.00 0.87 0.00 -demi_finale demi_finale nom f p 1.13 0.00 0.26 0.00 -demi_finaliste demi_finaliste nom s 0.01 0.00 0.01 0.00 -demi_fond demi_fond nom m s 0.21 0.14 0.21 0.14 -demi_fou demi_fou nom m s 0.14 0.14 0.14 0.00 -demi_fou demi_fou nom m p 0.14 0.14 0.00 0.14 -demi_frère demi_frère nom m s 2.70 2.91 2.17 2.91 -demi_frère demi_frère nom m p 2.70 2.91 0.53 0.00 -demi_gros demi_gros nom m 0.01 0.47 0.01 0.47 -demi_heure demi_heure nom f s 26.65 23.18 26.65 22.43 -heur heur nom f p 0.28 1.15 0.22 0.07 -demi_jour demi_jour nom m s 0.02 1.28 0.02 1.28 -demi_journée demi_journée nom f s 1.65 1.08 1.60 1.01 -demi_journée demi_journée nom f p 1.65 1.08 0.05 0.07 -demi_juif demi_juif nom m s 0.01 0.00 0.01 0.00 -demi_kilomètre demi_kilomètre nom m s 0.14 0.14 0.14 0.14 -demi_liberté demi_liberté nom f s 0.00 0.07 0.00 0.07 -demi_lieue demi_lieue nom f s 0.30 0.41 0.30 0.41 -demi_litre demi_litre nom m s 0.67 0.81 0.67 0.81 -demi_livre demi_livre nom f s 0.12 0.34 0.12 0.34 -demi_longueur demi_longueur nom f s 0.06 0.00 0.06 0.00 -demi_louis demi_louis nom m 0.00 0.07 0.00 0.07 -demi_lueur demi_lueur nom f s 0.00 0.07 0.00 0.07 -demi_lumière demi_lumière nom f s 0.00 0.07 0.00 0.07 -demi_lune demi_lune nom f s 1.03 2.36 0.92 2.23 -demi_lune demi_lune nom f p 1.03 2.36 0.11 0.14 -demi_luxe demi_luxe nom m s 0.00 0.07 0.00 0.07 -demi_mal demi_mal nom m s 0.00 0.07 0.00 0.07 -demi_mensonge demi_mensonge nom m s 0.01 0.07 0.01 0.07 -demi_mesure demi_mesure nom f s 0.39 0.54 0.14 0.14 -demi_mesure demi_mesure nom f p 0.39 0.54 0.25 0.41 -demi_mille demi_mille nom m 0.00 0.07 0.00 0.07 -demi_milliard demi_milliard nom m s 0.87 0.07 0.87 0.07 -demi_millimètre demi_millimètre nom m s 0.00 0.07 0.00 0.07 -demi_million demi_million nom m s 3.08 0.41 3.08 0.41 -demi_minute demi_minute nom f s 0.04 0.07 0.04 0.07 -demi_mois demi_mois nom m 0.15 0.00 0.15 0.00 -demi_mondain demi_mondain nom f s 0.00 0.74 0.00 0.27 -demi_mondain demi_mondain nom f p 0.00 0.74 0.00 0.47 -demi_monde demi_monde nom m s 0.01 0.14 0.01 0.14 -demi_mort demi_mort nom m s 0.26 0.27 0.11 0.20 -demi_mort demi_mort nom f s 0.26 0.27 0.04 0.07 -demi_mort demi_mort nom m p 0.26 0.27 0.10 0.00 -demi_mot demi_mot nom m s 0.19 1.49 0.19 1.49 -demi_mètre demi_mètre nom m s 0.00 0.54 0.00 0.54 -demi_muid demi_muid nom m s 0.00 0.07 0.00 0.07 -demi_nu demi_nu adv 0.14 0.00 0.14 0.00 -demi_nuit demi_nuit nom f s 0.02 0.27 0.02 0.27 -demi_obscurité demi_obscurité nom f s 0.00 1.96 0.00 1.96 -demi_ouvert demi_ouvert adj f s 0.00 0.07 0.00 0.07 -demi_ouvrier demi_ouvrier nom m s 0.00 0.07 0.00 0.07 -demi_page demi_page nom f s 0.05 0.41 0.05 0.41 -demi_paralysé demi_paralysé adj m s 0.10 0.00 0.10 0.00 -demi_part demi_part nom f s 0.01 0.00 0.01 0.00 -demi_pas demi_pas nom m 0.21 0.27 0.21 0.27 -demi_pension demi_pension nom f s 0.00 0.41 0.00 0.41 -demi_pensionnaire demi_pensionnaire nom s 0.00 0.41 0.00 0.20 -demi_pensionnaire demi_pensionnaire nom p 0.00 0.41 0.00 0.20 -demi_personne demi_personne adj m s 0.00 0.07 0.00 0.07 -demi_pied demi_pied nom m s 0.00 0.07 0.00 0.07 -demi_pinte demi_pinte nom f s 0.07 0.07 0.07 0.07 -demi_pièce demi_pièce nom f s 0.00 0.07 0.00 0.07 -demi_place demi_place nom f s 0.11 0.00 0.11 0.00 -demi_plein demi_plein adj m s 0.01 0.00 0.01 0.00 -demi_point demi_point nom m s 0.14 0.00 0.14 0.00 -demi_pointe demi_pointe nom f p 0.00 0.07 0.00 0.07 -demi_porte demi_porte nom f s 0.00 0.14 0.00 0.14 -demi_portion demi_portion nom f s 1.23 0.20 1.18 0.00 -demi_portion demi_portion nom f p 1.23 0.20 0.05 0.20 -demi_pouce demi_pouce adj m s 0.01 0.00 0.01 0.00 -demi_quart demi_quart nom m s 0.00 0.07 0.00 0.07 -demi_queue demi_queue nom m s 0.01 0.20 0.01 0.20 -demi_rond demi_rond nom f s 0.00 0.34 0.00 0.34 -demi_réussite demi_réussite nom f s 0.00 0.14 0.00 0.14 -demi_rêve demi_rêve nom m s 0.00 0.20 0.00 0.20 -demi_révérence demi_révérence nom f s 0.00 0.07 0.00 0.07 -demi_saison demi_saison nom f s 0.00 0.95 0.00 0.81 -demi_saison demi_saison nom f p 0.00 0.95 0.00 0.14 -demi_sang demi_sang nom m s 0.04 0.54 0.04 0.47 -demi_sang demi_sang nom m p 0.04 0.54 0.00 0.07 -demi_seconde demi_seconde nom f s 0.13 1.01 0.13 1.01 -demi_section demi_section nom f s 0.00 0.41 0.00 0.41 -demi_sel demi_sel nom m 0.04 0.47 0.03 0.27 -demi_sel demi_sel nom m p 0.04 0.47 0.01 0.20 -demi_siècle demi_siècle nom m s 0.17 5.95 0.17 5.81 -demi_siècle demi_siècle nom m p 0.17 5.95 0.00 0.14 -demi_soeur demi_soeur nom f s 0.50 9.05 0.42 8.92 -demi_soeur demi_soeur nom f p 0.50 9.05 0.07 0.14 -demi_solde demi_solde nom f s 0.01 0.14 0.01 0.07 -demi_solde demi_solde nom f p 0.01 0.14 0.00 0.07 -demi_sommeil demi_sommeil nom m s 0.25 2.50 0.25 2.43 -demi_sommeil demi_sommeil nom m p 0.25 2.50 0.00 0.07 -demi_somnolence demi_somnolence nom f s 0.00 0.14 0.00 0.14 -demi_sourire demi_sourire nom m s 0.00 2.84 0.00 2.77 -demi_sourire demi_sourire nom m p 0.00 2.84 0.00 0.07 -demi_succès demi_succès nom m 0.00 0.20 0.00 0.20 -demi_suicide demi_suicide nom m s 0.00 0.07 0.00 0.07 -demi_talent demi_talent nom m s 0.05 0.00 0.05 0.00 -demi_tarif demi_tarif nom m s 0.56 0.14 0.56 0.14 -demi_tasse demi_tasse nom f s 0.08 0.07 0.08 0.07 -demi_teinte demi_teinte nom f s 0.06 0.95 0.04 0.47 -demi_teinte demi_teinte nom f p 0.06 0.95 0.02 0.47 -demi_ton demi_ton nom m s 0.34 0.61 0.00 0.34 -demi_ton demi_ton nom f s 0.34 0.61 0.21 0.07 -demi_tonneau demi_tonneau nom m s 0.00 0.07 0.00 0.07 -demi_ton demi_ton nom m p 0.34 0.61 0.14 0.20 -demi_tour demi_tour nom m s 19.27 16.08 19.25 15.88 -demi_tour demi_tour nom m p 19.27 16.08 0.02 0.20 -demi_tête demi_tête nom f s 0.11 0.14 0.11 0.14 -demi_échec demi_échec nom m s 0.00 0.07 0.00 0.07 -demi_verre demi_verre nom m s 0.30 1.22 0.30 1.22 -demi_vertu demi_vertu nom f s 0.00 0.07 0.00 0.07 -demi_vie demi_vie nom f s 0.11 0.00 0.08 0.00 -demi_vierge demi_vierge nom f s 0.02 0.20 0.02 0.07 -demi_vierge demi_vierge nom f p 0.02 0.20 0.00 0.14 -demi_vie demi_vie nom f p 0.11 0.00 0.02 0.00 -demi_volte demi_volte nom f s 0.01 0.07 0.01 0.00 -demi_volte demi_volte nom f p 0.01 0.07 0.00 0.07 -demi_volée demi_volée nom f s 0.00 0.07 0.00 0.07 -demi_volume demi_volume nom m s 0.00 0.07 0.00 0.07 -demi_vérité demi_vérité nom f s 0.32 0.07 0.32 0.07 -demi demi adj_sup m s 38.26 43.51 25.18 19.12 -demie demi adj_sup f s 38.26 43.51 12.98 24.05 -demies demie nom f p 0.13 0.00 0.13 0.00 -demis demi nom_sup m p 4.52 9.80 0.19 1.49 -demoiselle damoiseau nom f s 11.41 20.00 11.25 12.64 -demoiselles demoiselle nom f p 4.62 0.00 4.62 0.00 -dendrite dendrite nom f s 0.01 0.00 0.01 0.00 -dengue dengue nom f s 0.02 0.00 0.02 0.00 -denier denier nom m s 1.97 1.62 0.64 0.41 -deniers denier nom m p 1.97 1.62 1.34 1.22 -denim denim nom m s 0.04 0.07 0.04 0.00 -denims denim nom m p 0.04 0.07 0.00 0.07 -denrée denrée nom f s 1.86 4.73 1.23 1.01 -denrées denrée nom f p 1.86 4.73 0.64 3.72 -dense dense adj s 2.04 11.69 1.69 9.86 -denses dense adj p 2.04 11.69 0.35 1.82 -densifia densifier ver 0.02 0.07 0.00 0.07 ind:pas:3s; -densifie densifier ver 0.02 0.07 0.01 0.00 ind:pre:3s; -densifié densifier ver m s 0.02 0.07 0.01 0.00 par:pas; -densimètre densimètre nom m s 0.01 0.00 0.01 0.00 -densité densité nom f s 1.50 5.74 1.47 5.54 -densités densité nom f p 1.50 5.74 0.04 0.20 -dent_de_lion dent_de_lion nom f s 0.03 0.07 0.03 0.07 -dent dent nom f s 74.20 125.68 13.27 11.15 -dentaire dentaire adj s 4.22 1.28 3.50 0.68 -dentaires dentaire adj p 4.22 1.28 0.72 0.61 -dental dental adj m s 0.04 0.47 0.04 0.07 -dentale dental adj f s 0.04 0.47 0.00 0.07 -dentales dental adj f p 0.04 0.47 0.00 0.34 -dentelle dentelle nom f s 3.78 25.07 3.04 17.50 -dentelles dentelle nom f p 3.78 25.07 0.73 7.57 -dentellière dentellière nom f s 0.00 2.36 0.00 2.36 -dentelé denteler ver m s 0.13 0.81 0.07 0.34 par:pas; -dentelée dentelé adj f s 0.23 2.70 0.17 0.68 -dentelées denteler ver f p 0.13 0.81 0.02 0.14 par:pas; -dentelure dentelure nom f s 0.11 0.88 0.11 0.61 -dentelures dentelure nom f p 0.11 0.88 0.00 0.27 -dentelés dentelé adj m p 0.23 2.70 0.01 0.47 -dentier dentier nom m s 1.74 2.77 1.64 2.50 -dentiers dentier nom m p 1.74 2.77 0.10 0.27 -dentifrice dentifrice nom m s 3.87 1.28 3.84 1.15 -dentifrices dentifrice nom m p 3.87 1.28 0.02 0.14 -dentiste dentiste nom s 15.40 5.61 14.57 4.93 -dentisterie dentisterie nom f s 0.16 0.00 0.16 0.00 -dentistes dentiste nom p 15.40 5.61 0.83 0.68 -dentition dentition nom f s 1.08 0.47 1.07 0.41 -dentitions dentition nom f p 1.08 0.47 0.01 0.07 -dents dent nom f p 74.20 125.68 60.94 114.53 -denté denté adj m s 0.04 0.27 0.00 0.07 -dentée denté adj f s 0.04 0.27 0.03 0.07 -dentées denté adj f p 0.04 0.27 0.00 0.14 -denture denture nom f s 0.07 2.16 0.07 1.96 -dentures denture nom f p 0.07 2.16 0.00 0.20 -dentés denté adj m p 0.04 0.27 0.01 0.00 -deo_gratias deo_gratias nom m 0.01 0.20 0.01 0.20 -depuis depuis pre 483.95 542.64 483.95 542.64 -der der nom s 4.70 3.92 4.53 3.58 -derby derby nom m s 0.39 0.20 0.36 0.14 -derbys derby nom m p 0.39 0.20 0.03 0.07 -derche derche nom m s 0.83 3.04 0.72 2.57 -derches derche nom m p 0.83 3.04 0.11 0.47 -derechef derechef adv 0.01 3.24 0.01 3.24 -dermatite dermatite nom f s 0.08 0.00 0.08 0.00 -dermatoglyphes dermatoglyphe nom m p 0.00 0.07 0.00 0.07 -dermatologie dermatologie nom f s 0.23 0.00 0.23 0.00 -dermatologique dermatologique adj s 0.35 0.61 0.32 0.54 -dermatologiques dermatologique adj p 0.35 0.61 0.03 0.07 -dermatologiste dermatologiste nom s 0.07 0.00 0.07 0.00 -dermatologue dermatologue nom s 0.38 0.00 0.38 0.00 -dermatose dermatose nom f s 0.00 0.14 0.00 0.07 -dermatoses dermatose nom f p 0.00 0.14 0.00 0.07 -derme derme nom m s 0.52 0.41 0.52 0.41 -dermeste dermeste nom m s 0.01 0.00 0.01 0.00 -dermique dermique adj m s 0.03 0.07 0.03 0.00 -dermiques dermique adj p 0.03 0.07 0.00 0.07 -dermite dermite nom f s 0.09 0.07 0.09 0.00 -dermites dermite nom f p 0.09 0.07 0.00 0.07 -dermographie dermographie nom f s 0.14 0.07 0.14 0.07 -dernier_né dernier_né nom m s 0.05 1.01 0.05 0.88 -dernier dernier adj m s 431.08 403.11 138.57 146.42 -dernier_né dernier_né nom m p 0.05 1.01 0.00 0.14 -derniers dernier adj m p 431.08 403.11 41.81 63.38 -dernière_née dernière_née nom f s 0.01 0.20 0.01 0.20 -dernière dernier adj f s 431.08 403.11 224.41 145.27 -dernièrement dernièrement adv 11.24 1.35 11.24 1.35 -dernières dernier adj f p 431.08 403.11 26.30 48.04 -derrick derrick nom m s 2.04 0.27 1.98 0.07 -derricks derrick nom m p 2.04 0.27 0.06 0.20 -derrière derrière pre 105.10 349.39 105.10 349.39 -derrières derrière nom m p 9.95 15.47 0.86 1.22 -ders der nom p 4.70 3.92 0.17 0.34 -derviche derviche nom m s 0.11 1.76 0.08 1.35 -derviches derviche nom m p 0.11 1.76 0.03 0.41 -des des art_ind p 6055.71 10624.93 6055.71 10624.93 -descamisados descamisado nom m p 0.00 0.07 0.00 0.07 -descella desceller ver 0.07 1.55 0.00 0.07 ind:pas:3s; -descellant desceller ver 0.07 1.55 0.00 0.07 par:pre; -desceller desceller ver 0.07 1.55 0.01 0.41 inf; -descellera desceller ver 0.07 1.55 0.02 0.00 ind:fut:3s; -descellez desceller ver 0.07 1.55 0.00 0.07 ind:pre:2p; -descellé desceller ver m s 0.07 1.55 0.02 0.47 par:pas; -descellée desceller ver f s 0.07 1.55 0.02 0.14 par:pas; -descellées desceller ver f p 0.07 1.55 0.00 0.14 par:pas; -descellés desceller ver m p 0.07 1.55 0.00 0.20 par:pas; -descend descendre ver 235.97 301.62 26.09 32.64 ind:pre:3s; -descendîmes descendre ver 235.97 301.62 0.13 2.09 ind:pas:1p; -descendît descendre ver 235.97 301.62 0.00 0.34 sub:imp:3s; -descendaient descendre ver 235.97 301.62 0.67 10.41 ind:imp:3p; -descendais descendre ver 235.97 301.62 0.97 3.45 ind:imp:1s;ind:imp:2s; -descendait descendre ver 235.97 301.62 2.43 33.45 ind:imp:3s; -descendance descendance nom f s 1.31 1.96 1.30 1.89 -descendances descendance nom f p 1.31 1.96 0.01 0.07 -descendant descendre ver 235.97 301.62 3.73 16.76 par:pre; -descendante descendant nom f s 3.45 5.00 0.25 0.34 -descendantes descendant nom f p 3.45 5.00 0.04 0.00 -descendants descendant nom m p 3.45 5.00 2.38 2.97 -descende descendre ver 235.97 301.62 3.55 2.50 sub:pre:1s;sub:pre:3s; -descendent descendre ver 235.97 301.62 4.27 10.41 ind:pre:3p;sub:pre:3p; -descendes descendre ver 235.97 301.62 1.13 0.14 sub:pre:2s; -descendeur descendeur nom m s 0.04 0.07 0.04 0.00 -descendeurs descendeur nom m p 0.04 0.07 0.00 0.07 -descendez descendre ver 235.97 301.62 25.89 1.96 imp:pre:2p;ind:pre:2p; -descendiez descendre ver 235.97 301.62 0.53 0.14 ind:imp:2p; -descendions descendre ver 235.97 301.62 0.38 2.70 ind:imp:1p; -descendirent descendre ver 235.97 301.62 0.04 10.00 ind:pas:3p; -descendis descendre ver 235.97 301.62 0.05 4.93 ind:pas:1s; -descendit descendre ver 235.97 301.62 0.61 33.99 ind:pas:3s; -descendons descendre ver 235.97 301.62 4.30 3.31 imp:pre:1p;ind:pre:1p; -descendra descendre ver 235.97 301.62 3.44 1.82 ind:fut:3s; -descendrai descendre ver 235.97 301.62 1.82 1.42 ind:fut:1s; -descendraient descendre ver 235.97 301.62 0.05 0.41 cnd:pre:3p; -descendrais descendre ver 235.97 301.62 0.46 0.41 cnd:pre:1s;cnd:pre:2s; -descendrait descendre ver 235.97 301.62 0.78 1.35 cnd:pre:3s; -descendras descendre ver 235.97 301.62 0.44 0.20 ind:fut:2s; -descendre descendre ver 235.97 301.62 65.28 70.41 inf; -descendrez descendre ver 235.97 301.62 0.53 0.14 ind:fut:2p; -descendriez descendre ver 235.97 301.62 0.03 0.00 cnd:pre:2p; -descendrions descendre ver 235.97 301.62 0.00 0.20 cnd:pre:1p; -descendrons descendre ver 235.97 301.62 0.69 0.54 ind:fut:1p; -descendront descendre ver 235.97 301.62 0.81 0.20 ind:fut:3p; -descends descendre ver 235.97 301.62 62.31 12.16 imp:pre:2s;ind:pre:1s;ind:pre:2s; -descendu descendre ver m s 235.97 301.62 18.05 26.01 par:pas; -descendue descendre ver f s 235.97 301.62 3.66 7.97 par:pas; -descendues descendre ver f p 235.97 301.62 0.16 1.15 par:pas; -descendus descendre ver m p 235.97 301.62 2.71 8.04 par:pas; -descenseur descenseur nom m s 0.01 0.00 0.01 0.00 -descente descente nom f s 11.59 23.24 10.48 20.81 -descentes descente nom f p 11.59 23.24 1.10 2.43 -descriptible descriptible adj m s 0.00 0.27 0.00 0.07 -descriptibles descriptible adj f p 0.00 0.27 0.00 0.20 -descriptif descriptif nom m s 0.14 0.41 0.12 0.20 -descriptifs descriptif nom m p 0.14 0.41 0.02 0.20 -description description nom f s 7.80 11.49 7.08 8.04 -descriptions description nom f p 7.80 11.49 0.73 3.45 -descriptive descriptif adj f s 0.17 0.41 0.04 0.14 -descriptives descriptif adj f p 0.17 0.41 0.01 0.07 -desdites desdites pre 0.00 0.07 0.00 0.07 -desdits desdits pre 0.00 0.20 0.00 0.20 -desiderata desiderata nom m 0.04 0.27 0.04 0.27 -design design nom m s 1.54 0.88 1.47 0.88 -designer designer nom s 0.57 0.00 0.51 0.00 -designers designer nom p 0.57 0.00 0.07 0.00 -designs design nom m p 1.54 0.88 0.08 0.00 -desk desk nom m s 0.11 0.14 0.11 0.14 -desperado desperado nom m s 0.27 0.47 0.21 0.20 -desperados desperado nom m p 0.27 0.47 0.06 0.27 -despote despote nom s 1.01 0.74 0.85 0.61 -despotes despote nom p 1.01 0.74 0.16 0.14 -despotique despotique adj s 0.16 0.54 0.16 0.41 -despotiques despotique adj m p 0.16 0.54 0.00 0.14 -despotisme despotisme nom m s 0.45 0.81 0.45 0.81 -desquamante desquamant adj f s 0.00 0.07 0.00 0.07 -desquamation desquamation nom f s 0.01 0.07 0.01 0.07 -desquame desquamer ver 0.01 0.00 0.01 0.00 ind:pre:3s; -desquelles desquelles pro_rel f p 0.81 9.39 0.81 7.64 -desquels desquels pro_rel m p 0.78 10.14 0.64 7.97 -dessaisi dessaisir ver m s 0.25 0.61 0.07 0.07 par:pas; -dessaisir dessaisir ver 0.25 0.61 0.16 0.27 inf; -dessaisis dessaisir ver m p 0.25 0.61 0.01 0.07 ind:pre:1s;par:pas; -dessaisissais dessaisir ver 0.25 0.61 0.00 0.07 ind:imp:1s; -dessaisissement dessaisissement nom m s 0.00 0.07 0.00 0.07 -dessaisissent dessaisir ver 0.25 0.61 0.00 0.07 ind:pre:3p; -dessaisit dessaisir ver 0.25 0.61 0.01 0.07 ind:pre:3s;ind:pas:3s; -dessalaient dessaler ver 0.16 0.34 0.00 0.07 ind:imp:3p; -dessalait dessaler ver 0.16 0.34 0.00 0.07 ind:imp:3s; -dessalant dessaler ver 0.16 0.34 0.00 0.07 par:pre; -dessale dessaler ver 0.16 0.34 0.00 0.07 ind:pre:3s; -dessaler dessaler ver 0.16 0.34 0.16 0.00 inf; -dessalé dessalé adj m s 0.00 0.47 0.00 0.14 -dessalée dessalé adj f s 0.00 0.47 0.00 0.14 -dessalées dessalé adj f p 0.00 0.47 0.00 0.14 -dessalés dessalé adj m p 0.00 0.47 0.00 0.07 -dessaoulais dessaouler ver 0.39 1.15 0.01 0.00 ind:imp:1s; -dessaoule dessaouler ver 0.39 1.15 0.13 0.41 imp:pre:2s;ind:pre:1s;ind:pre:3s; -dessaoulent dessaouler ver 0.39 1.15 0.00 0.07 ind:pre:3p; -dessaouler dessaouler ver 0.39 1.15 0.08 0.14 inf; -dessaoulé dessaouler ver m s 0.39 1.15 0.07 0.41 par:pas; -dessaoulée dessaouler ver f s 0.39 1.15 0.10 0.07 par:pas; -dessaoulés dessaouler ver m p 0.39 1.15 0.00 0.07 par:pas; -dessape dessaper ver 0.00 0.14 0.00 0.07 ind:pre:3s; -dessaper dessaper ver 0.00 0.14 0.00 0.07 inf; -dessein dessein nom m s 7.29 14.86 5.32 10.20 -desseins dessein nom m p 7.29 14.86 1.97 4.66 -desselle desseller ver 0.12 0.61 0.02 0.07 imp:pre:2s;ind:pre:3s; -desseller desseller ver 0.12 0.61 0.03 0.41 inf; -dessellez desseller ver 0.12 0.61 0.05 0.00 imp:pre:2p; -dessellé desseller ver m s 0.12 0.61 0.01 0.00 par:pas; -dessellées desseller ver f p 0.12 0.61 0.00 0.07 par:pas; -dessellés desseller ver m p 0.12 0.61 0.01 0.07 par:pas; -desserra desserrer ver 2.54 10.88 0.01 1.76 ind:pas:3s; -desserrage desserrage nom m s 0.01 0.07 0.01 0.07 -desserrai desserrer ver 2.54 10.88 0.00 0.27 ind:pas:1s; -desserraient desserrer ver 2.54 10.88 0.00 0.20 ind:imp:3p; -desserrais desserrer ver 2.54 10.88 0.01 0.07 ind:imp:1s;ind:imp:2s; -desserrait desserrer ver 2.54 10.88 0.01 0.81 ind:imp:3s; -desserrant desserrer ver 2.54 10.88 0.00 0.47 par:pre; -desserre desserrer ver 2.54 10.88 0.83 0.74 imp:pre:2s;ind:pre:1s;ind:pre:3s; -desserrent desserrer ver 2.54 10.88 0.03 0.20 ind:pre:3p; -desserrer desserrer ver 2.54 10.88 0.38 3.58 inf; -desserrera desserrer ver 2.54 10.88 0.01 0.07 ind:fut:3s; -desserreraient desserrer ver 2.54 10.88 0.00 0.07 cnd:pre:3p; -desserrerait desserrer ver 2.54 10.88 0.00 0.07 cnd:pre:3s; -desserrez desserrer ver 2.54 10.88 0.72 0.07 imp:pre:2p;ind:pre:2p; -desserrons desserrer ver 2.54 10.88 0.03 0.00 imp:pre:1p; -desserrât desserrer ver 2.54 10.88 0.00 0.07 sub:imp:3s; -desserrèrent desserrer ver 2.54 10.88 0.00 0.14 ind:pas:3p; -desserré desserrer ver m s 2.54 10.88 0.32 1.69 par:pas; -desserrée desserrer ver f s 2.54 10.88 0.07 0.27 par:pas; -desserrées desserrer ver f p 2.54 10.88 0.01 0.20 par:pas; -desserrés desserrer ver m p 2.54 10.88 0.10 0.14 par:pas; -dessers desservir ver 1.16 5.14 0.00 0.07 ind:pre:2s; -dessert dessert nom m s 13.40 12.57 11.61 11.62 -desserte desserte nom f s 0.09 1.76 0.07 1.49 -dessertes desserte nom f p 0.09 1.76 0.01 0.27 -dessertie dessertir ver f s 0.01 0.14 0.01 0.07 par:pas; -dessertir dessertir ver 0.01 0.14 0.00 0.07 inf; -desserts dessert nom m p 13.40 12.57 1.79 0.95 -desservaient desservir ver 1.16 5.14 0.01 0.34 ind:imp:3p; -desservait desservir ver 1.16 5.14 0.02 0.88 ind:imp:3s; -desservant desservir ver 1.16 5.14 0.14 0.61 par:pre; -desserve desservir ver 1.16 5.14 0.02 0.07 sub:pre:3s; -desservent desservir ver 1.16 5.14 0.16 0.34 ind:pre:3p; -desservi desservir ver m s 1.16 5.14 0.16 0.61 par:pas; -desservie desservir ver f s 1.16 5.14 0.12 0.41 par:pas; -desservies desservir ver f p 1.16 5.14 0.14 0.07 par:pas; -desservir desservir ver 1.16 5.14 0.07 1.08 inf; -desservira desservir ver 1.16 5.14 0.02 0.00 ind:fut:3s; -desservirait desservir ver 1.16 5.14 0.02 0.07 cnd:pre:3s; -desserviront desservir ver 1.16 5.14 0.00 0.07 ind:fut:3p; -desservis desservir ver m p 1.16 5.14 0.03 0.07 par:pas; -desservit desservir ver 1.16 5.14 0.00 0.07 ind:pas:3s; -dessiccation dessiccation nom f s 0.03 0.07 0.03 0.07 -dessille dessiller ver 0.29 0.81 0.00 0.07 ind:pre:3s; -dessiller dessiller ver 0.29 0.81 0.00 0.34 inf; -dessilleront dessiller ver 0.29 0.81 0.00 0.07 ind:fut:3p; -dessillé dessiller ver m s 0.29 0.81 0.29 0.07 par:pas; -dessillés dessiller ver m p 0.29 0.81 0.00 0.27 par:pas; -dessin dessin nom m s 29.60 56.28 17.92 34.86 -dessina dessiner ver 29.97 79.66 0.29 3.45 ind:pas:3s; -dessinai dessiner ver 29.97 79.66 0.00 0.68 ind:pas:1s; -dessinaient dessiner ver 29.97 79.66 0.14 5.20 ind:imp:3p; -dessinais dessiner ver 29.97 79.66 0.89 0.88 ind:imp:1s;ind:imp:2s; -dessinait dessiner ver 29.97 79.66 0.85 10.88 ind:imp:3s; -dessinant dessiner ver 29.97 79.66 0.29 4.73 par:pre; -dessinateur dessinateur nom m s 1.86 7.30 1.08 5.27 -dessinateurs dessinateur nom m p 1.86 7.30 0.46 1.76 -dessinatrice dessinateur nom f s 1.86 7.30 0.31 0.27 -dessine dessiner ver 29.97 79.66 6.05 10.68 imp:pre:2s;ind:pre:1s;ind:pre:3s; -dessinent dessiner ver 29.97 79.66 0.44 3.85 ind:pre:3p; -dessiner dessiner ver 29.97 79.66 9.10 12.97 inf; -dessinera dessiner ver 29.97 79.66 0.12 0.00 ind:fut:3s; -dessinerai dessiner ver 29.97 79.66 0.32 0.14 ind:fut:1s; -dessineraient dessiner ver 29.97 79.66 0.00 0.07 cnd:pre:3p; -dessinerais dessiner ver 29.97 79.66 0.04 0.14 cnd:pre:1s;cnd:pre:2s; -dessinerait dessiner ver 29.97 79.66 0.16 0.07 cnd:pre:3s; -dessinerez dessiner ver 29.97 79.66 0.00 0.07 ind:fut:2p; -dessineront dessiner ver 29.97 79.66 0.03 0.07 ind:fut:3p; -dessines dessiner ver 29.97 79.66 1.39 0.07 ind:pre:2s; -dessinez dessiner ver 29.97 79.66 0.99 0.27 imp:pre:2p;ind:pre:2p; -dessiniez dessiner ver 29.97 79.66 0.26 0.00 ind:imp:2p; -dessinions dessiner ver 29.97 79.66 0.02 0.07 ind:imp:1p; -dessinât dessiner ver 29.97 79.66 0.00 0.20 sub:imp:3s; -dessins dessin nom m p 29.60 56.28 11.68 21.42 -dessinèrent dessiner ver 29.97 79.66 0.01 0.41 ind:pas:3p; -dessiné dessiner ver m s 29.97 79.66 5.05 8.99 par:pas; -dessinée dessiner ver f s 29.97 79.66 1.33 7.70 par:pas; -dessinées dessiner ver f p 29.97 79.66 1.85 5.27 par:pas; -dessinés dessiner ver m p 29.97 79.66 0.33 2.84 par:pas; -dessoûla dessoûler ver 1.69 0.81 0.00 0.07 ind:pas:3s; -dessoûlait dessoûler ver 1.69 0.81 0.00 0.14 ind:imp:3s; -dessoûle dessoûler ver 1.69 0.81 0.63 0.20 imp:pre:2s;ind:pre:1s;ind:pre:3s; -dessoûlent dessoûler ver 1.69 0.81 0.05 0.00 ind:pre:3p; -dessoûler dessoûler ver 1.69 0.81 0.37 0.14 inf; -dessoûles dessoûler ver 1.69 0.81 0.01 0.00 ind:pre:2s; -dessoûlez dessoûler ver 1.69 0.81 0.04 0.00 imp:pre:2p;ind:pre:2p; -dessoûlé dessoûler ver m s 1.69 0.81 0.58 0.14 par:pas; -dessoûlée dessoûler ver f s 1.69 0.81 0.01 0.14 par:pas; -dessoucha dessoucher ver 0.00 0.14 0.00 0.07 ind:pas:3s; -dessouchée dessoucher ver f s 0.00 0.14 0.00 0.07 par:pas; -dessouda dessouder ver 0.63 0.54 0.00 0.07 ind:pas:3s; -dessouder dessouder ver 0.63 0.54 0.45 0.14 inf; -dessoudé dessouder ver m s 0.63 0.54 0.18 0.20 par:pas; -dessoudée dessouder ver f s 0.63 0.54 0.00 0.07 par:pas; -dessoudées dessouder ver f p 0.63 0.54 0.00 0.07 par:pas; -dessoulait dessouler ver 0.04 0.20 0.00 0.07 ind:imp:3s; -dessouler dessouler ver 0.04 0.20 0.01 0.00 inf; -dessoulé dessouler ver m s 0.04 0.20 0.04 0.14 par:pas; -dessous_de_bras dessous_de_bras nom m 0.01 0.07 0.01 0.07 -dessous_de_plat dessous_de_plat nom m 0.20 0.54 0.20 0.54 -dessous_de_table dessous_de_table nom m 0.21 0.00 0.21 0.00 -dessous_de_verre dessous_de_verre nom m 0.01 0.00 0.01 0.00 -dessous dessous nom_sup m 18.14 29.46 18.14 29.46 -dessèche dessécher ver 3.54 15.61 0.85 0.74 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:1s; -dessèchement dessèchement nom m s 0.02 0.07 0.02 0.07 -dessèchent dessécher ver 3.54 15.61 0.14 0.34 ind:pre:3p; -dessécha dessécher ver 3.54 15.61 0.02 0.00 ind:pas:3s; -desséchaient dessécher ver 3.54 15.61 0.02 0.47 ind:imp:3p; -desséchais dessécher ver 3.54 15.61 0.00 0.07 ind:imp:1s; -desséchait dessécher ver 3.54 15.61 0.01 1.42 ind:imp:3s; -desséchant dessécher ver 3.54 15.61 0.14 0.20 par:pre; -desséchante desséchant adj f s 0.01 0.20 0.00 0.14 -dessécher dessécher ver 3.54 15.61 0.25 0.88 inf; -dessécherait dessécher ver 3.54 15.61 0.01 0.07 cnd:pre:3s; -dessécheront dessécher ver 3.54 15.61 0.01 0.07 ind:fut:3p; -desséchez dessécher ver 3.54 15.61 0.01 0.00 ind:pre:2p; -desséchèrent dessécher ver 3.54 15.61 0.00 0.07 ind:pas:3p; -desséché dessécher ver m s 3.54 15.61 0.49 3.72 par:pas; -desséchée dessécher ver f s 3.54 15.61 0.80 4.32 par:pas; -desséchées dessécher ver f p 3.54 15.61 0.24 1.28 par:pas; -desséchés dessécher ver m p 3.54 15.61 0.56 1.96 par:pas; -dessuintée dessuinter ver f s 0.00 0.07 0.00 0.07 par:pas; -dessus_de_lit dessus_de_lit nom m 0.09 1.08 0.09 1.08 -dessus dessus adv_sup 111.19 57.57 111.19 57.57 -destin destin nom m s 53.03 67.23 51.93 62.77 -destina destiner ver 12.52 35.00 0.00 0.07 ind:pas:3s; -destinaient destiner ver 12.52 35.00 0.00 0.34 ind:imp:3p; -destinais destiner ver 12.52 35.00 0.09 0.27 ind:imp:1s;ind:imp:2s; -destinait destiner ver 12.52 35.00 0.21 1.76 ind:imp:3s; -destinant destiner ver 12.52 35.00 0.00 0.07 par:pre; -destinataire destinataire nom s 0.71 2.23 0.67 1.82 -destinataires destinataire nom p 0.71 2.23 0.04 0.41 -destination destination nom f s 10.88 10.14 10.41 9.59 -destinations destination nom f p 10.88 10.14 0.46 0.54 -destinatrice destinateur nom f s 0.00 0.14 0.00 0.14 -destine destiner ver 12.52 35.00 0.37 1.28 ind:pre:1s;ind:pre:3s; -destinent destiner ver 12.52 35.00 0.01 0.14 ind:pre:3p; -destiner destiner ver 12.52 35.00 0.00 0.07 inf; -destines destiner ver 12.52 35.00 0.20 0.00 ind:pre:2s; -destinez destiner ver 12.52 35.00 0.16 0.20 ind:pre:2p; -destiniez destiner ver 12.52 35.00 0.01 0.00 ind:imp:2p; -destins destin nom m p 53.03 67.23 1.10 4.46 -destiné destiner ver m s 12.52 35.00 5.09 11.35 par:pas; -destinée destinée nom f s 9.08 11.22 8.64 8.31 -destinées destiner ver f p 12.52 35.00 1.08 3.85 par:pas; -destinés destiner ver m p 12.52 35.00 2.11 6.69 par:pas; -destitue destituer ver 0.56 0.74 0.01 0.07 ind:pre:3s; -destituer destituer ver 0.56 0.74 0.17 0.14 inf; -destitueront destituer ver 0.56 0.74 0.00 0.07 ind:fut:3p; -destituez destituer ver 0.56 0.74 0.01 0.07 imp:pre:2p; -destitution destitution nom f s 0.17 0.34 0.17 0.34 -destitué destituer ver m s 0.56 0.74 0.36 0.41 par:pas; -destituée destituer ver f s 0.56 0.74 0.01 0.00 par:pas; -destrier destrier nom m s 0.38 0.74 0.25 0.34 -destriers destrier nom m p 0.38 0.74 0.14 0.41 -destroy destroy adj s 0.25 0.14 0.25 0.14 -destroyer destroyer nom m s 2.82 0.88 1.84 0.41 -destroyers destroyer nom m p 2.82 0.88 0.98 0.47 -destructeur destructeur adj m s 2.84 2.77 1.10 0.95 -destructeurs destructeur adj m p 2.84 2.77 0.28 0.27 -destructible destructible adj m s 0.03 0.00 0.03 0.00 -destructif destructif adj m s 0.35 0.14 0.05 0.14 -destructifs destructif adj m p 0.35 0.14 0.01 0.00 -destruction destruction nom f s 14.31 15.34 13.96 11.76 -destructions destruction nom f p 14.31 15.34 0.35 3.58 -destructive destructif adj f s 0.35 0.14 0.29 0.00 -destructrice destructeur adj f s 2.84 2.77 0.97 1.15 -destructrices destructeur adj f p 2.84 2.77 0.49 0.41 -deçà deçà adv 0.27 2.97 0.27 2.97 -dette dette nom f s 26.13 12.16 12.77 5.14 -dettes dette nom f p 26.13 12.16 13.36 7.03 -deuche deuche nom f s 0.00 0.07 0.00 0.07 -deuil deuil nom m s 12.24 26.22 12.21 23.51 -deuils deuil nom m p 12.24 26.22 0.03 2.70 -deus_ex_machina deus_ex_machina nom m 0.16 0.47 0.16 0.47 -deusio deusio adv 0.20 0.00 0.20 0.00 -deutsche_mark deutsche_mark adj m s 0.02 0.00 0.02 0.00 -deutérium deutérium nom m s 0.07 0.00 0.07 0.00 -deutéronome deutéronome nom m s 0.23 0.20 0.23 0.20 -deux_chevaux deux_chevaux nom f 0.00 1.22 0.00 1.22 -deux_deux deux_deux nom m 0.02 0.00 0.02 0.00 -deux_mâts deux_mâts nom m 0.14 0.07 0.14 0.07 -deux_pièces deux_pièces nom m 0.27 1.82 0.27 1.82 -deux_points deux_points nom m 0.01 0.00 0.01 0.00 -deux_ponts deux_ponts nom m 0.00 0.07 0.00 0.07 -deux_quatre deux_quatre nom m 0.03 0.00 0.03 0.00 -deux_roues deux_roues nom m 0.11 0.00 0.11 0.00 -deux deux adj_num 1009.01 1557.91 1009.01 1557.91 -deuxième deuxième adj 43.97 59.05 43.77 58.58 -deuxièmement deuxièmement adv 4.58 0.88 4.58 0.88 -deuxièmes deuxième adj 43.97 59.05 0.20 0.47 -deuzio deuzio adv 0.89 0.20 0.89 0.20 -devînmes devenir ver 438.57 533.51 0.04 0.27 ind:pas:1p; -devînt devenir ver 438.57 533.51 0.29 2.09 sub:imp:3s; -devaient devoir ver_sup 3232.80 1318.24 13.59 61.22 ind:imp:3p; -devais devoir ver_sup 3232.80 1318.24 81.01 53.38 ind:imp:1s;ind:imp:2s; -devait devoir ver_sup 3232.80 1318.24 108.88 298.99 ind:imp:3s; -devance devancer ver 3.94 8.04 0.89 0.95 imp:pre:2s;ind:pre:1s;ind:pre:3s; -devancent devancer ver 3.94 8.04 0.06 0.20 ind:pre:3p; -devancer devancer ver 3.94 8.04 0.99 2.03 inf; -devancerait devancer ver 3.94 8.04 0.01 0.00 cnd:pre:3s; -devancerez devancer ver 3.94 8.04 0.01 0.00 ind:fut:2p; -devancez devancer ver 3.94 8.04 0.07 0.00 imp:pre:2p;ind:pre:2p; -devanciers devancier nom m p 0.00 0.07 0.00 0.07 -devancèrent devancer ver 3.94 8.04 0.00 0.07 ind:pas:3p; -devancé devancer ver m s 3.94 8.04 0.98 1.15 par:pas; -devancée devancer ver f s 3.94 8.04 0.31 0.27 par:pas; -devancés devancer ver m p 3.94 8.04 0.54 0.14 par:pas; -devant devant pre 208.19 690.34 208.19 690.34 -devança devancer ver 3.94 8.04 0.02 0.61 ind:pas:3s; -devançaient devancer ver 3.94 8.04 0.00 0.34 ind:imp:3p; -devançais devancer ver 3.94 8.04 0.00 0.07 ind:imp:1s; -devançait devancer ver 3.94 8.04 0.03 0.68 ind:imp:3s; -devançant devancer ver 3.94 8.04 0.01 1.55 par:pre; -devançons devancer ver 3.94 8.04 0.03 0.00 imp:pre:1p; -devants devant nom_sup m p 4.20 11.08 0.75 2.36 -devanture devanture nom f s 0.48 7.64 0.46 5.07 -devantures devanture nom f p 0.48 7.64 0.03 2.57 -devenaient devenir ver 438.57 533.51 1.76 19.39 ind:imp:3p; -devenais devenir ver 438.57 533.51 2.82 6.15 ind:imp:1s;ind:imp:2s; -devenait devenir ver 438.57 533.51 7.41 77.16 ind:imp:3s; -devenant devenir ver 438.57 533.51 1.23 5.27 par:pre; -devenez devenir ver 438.57 533.51 3.69 1.28 imp:pre:2p;ind:pre:2p; -deveniez devenir ver 438.57 533.51 0.71 0.14 ind:imp:2p; -devenions devenir ver 438.57 533.51 0.20 0.95 ind:imp:1p; -devenir devenir ver 438.57 533.51 108.83 85.27 inf; -devenons devenir ver 438.57 533.51 1.23 0.74 imp:pre:1p;ind:pre:1p; -devenu devenir ver m s 438.57 533.51 92.42 95.68 par:pas; -devenue devenir ver f s 438.57 533.51 32.70 52.03 par:pas; -devenues devenir ver f p 438.57 533.51 3.57 8.99 par:pas; -devenus devenir ver m p 438.57 533.51 17.16 23.45 par:pas; -devers devers pre 0.06 2.57 0.06 2.57 -devez devoir ver_sup 3232.80 1318.24 150.16 16.15 imp:pre:2p;ind:pre:2p; -deviendra devenir ver 438.57 533.51 9.28 4.12 ind:fut:3s; -deviendrai devenir ver 438.57 533.51 3.13 1.49 ind:fut:1s; -deviendraient devenir ver 438.57 533.51 0.22 1.55 cnd:pre:3p; -deviendrais devenir ver 438.57 533.51 3.05 1.96 cnd:pre:1s;cnd:pre:2s; -deviendrait devenir ver 438.57 533.51 3.16 8.58 cnd:pre:3s; -deviendras devenir ver 438.57 533.51 3.71 0.95 ind:fut:2s; -deviendrez devenir ver 438.57 533.51 1.45 0.27 ind:fut:2p; -deviendriez devenir ver 438.57 533.51 0.22 0.20 cnd:pre:2p; -deviendrions devenir ver 438.57 533.51 0.08 0.14 cnd:pre:1p; -deviendrons devenir ver 438.57 533.51 0.86 0.20 ind:fut:1p; -deviendront devenir ver 438.57 533.51 2.15 1.35 ind:fut:3p; -devienne devenir ver 438.57 533.51 10.24 7.36 sub:pre:1s;sub:pre:3s; -deviennent devenir ver 438.57 533.51 14.29 16.22 ind:pre:3p; -deviennes devenir ver 438.57 533.51 1.94 0.61 sub:pre:2s; -deviens devenir ver 438.57 533.51 32.11 8.99 imp:pre:2s;ind:pre:1s;ind:pre:2s; -devient devenir ver 438.57 533.51 69.59 59.46 ind:pre:3s; -deviez devoir ver_sup 3232.80 1318.24 13.48 1.69 ind:imp:2p;sub:pre:2p; -devin devin nom m s 1.82 1.08 1.61 0.68 -devina deviner ver 72.77 112.30 0.02 5.14 ind:pas:3s; -devinai deviner ver 72.77 112.30 0.14 2.91 ind:pas:1s; -devinaient deviner ver 72.77 112.30 0.00 1.49 ind:imp:3p; -devinais deviner ver 72.77 112.30 0.21 7.30 ind:imp:1s;ind:imp:2s; -devinait deviner ver 72.77 112.30 0.07 18.85 ind:imp:3s; -devinant deviner ver 72.77 112.30 0.05 1.89 par:pre; -devine deviner ver 72.77 112.30 27.12 21.28 imp:pre:2s;ind:pre:1s;ind:pre:3s; -devinent deviner ver 72.77 112.30 0.14 1.28 ind:pre:3p; -deviner deviner ver 72.77 112.30 17.60 25.95 inf; -devinera deviner ver 72.77 112.30 0.22 0.20 ind:fut:3s; -devinerai deviner ver 72.77 112.30 0.07 0.14 ind:fut:1s; -devineraient deviner ver 72.77 112.30 0.02 0.00 cnd:pre:3p; -devinerais deviner ver 72.77 112.30 0.08 0.34 cnd:pre:1s;cnd:pre:2s; -devinerait deviner ver 72.77 112.30 0.06 0.41 cnd:pre:3s; -devineras deviner ver 72.77 112.30 1.50 0.00 ind:fut:2s; -devineresse devineur nom f s 0.15 0.20 0.14 0.14 -devineresses devineur nom f p 0.15 0.20 0.00 0.07 -devinerez deviner ver 72.77 112.30 0.90 0.27 ind:fut:2p; -devineriez deviner ver 72.77 112.30 0.22 0.07 cnd:pre:2p; -devineront deviner ver 72.77 112.30 0.03 0.07 ind:fut:3p; -devines deviner ver 72.77 112.30 2.10 1.01 ind:pre:2s;sub:pre:2s; -devinette devinette nom f s 2.97 2.70 1.48 1.42 -devinettes devinette nom f p 2.97 2.70 1.49 1.28 -devineur devineur nom m s 0.15 0.20 0.01 0.00 -devinez deviner ver 72.77 112.30 10.15 2.91 imp:pre:2p;ind:pre:2p; -devinions deviner ver 72.77 112.30 0.00 0.95 ind:imp:1p; -devinâmes deviner ver 72.77 112.30 0.00 0.14 ind:pas:1p; -devinons deviner ver 72.77 112.30 0.09 0.14 imp:pre:1p;ind:pre:1p; -devinât deviner ver 72.77 112.30 0.00 0.47 sub:imp:3s; -devinrent devenir ver 438.57 533.51 1.40 5.61 ind:pas:3p; -devins devenir ver 438.57 533.51 0.69 1.89 ind:pas:1s; -devinsse devenir ver 438.57 533.51 0.00 0.14 sub:imp:1s; -devinssent devenir ver 438.57 533.51 0.00 0.27 sub:imp:3p; -devinssiez devenir ver 438.57 533.51 0.01 0.00 sub:imp:2p; -devint devenir ver 438.57 533.51 6.96 33.31 ind:pas:3s; -devinèrent deviner ver 72.77 112.30 0.00 0.14 ind:pas:3p; -deviné deviner ver m s 72.77 112.30 11.95 16.96 par:pas; -devinée deviner ver f s 72.77 112.30 0.02 1.49 par:pas; -devinées deviner ver f p 72.77 112.30 0.00 0.34 par:pas; -devinés deviner ver m p 72.77 112.30 0.01 0.20 par:pas; -devions devoir ver_sup 3232.80 1318.24 6.25 9.46 ind:imp:1p; -devis devis nom m 0.94 1.62 0.94 1.62 -devisaient deviser ver 0.25 3.58 0.01 0.68 ind:imp:3p; -devisais deviser ver 0.25 3.58 0.00 0.07 ind:imp:1s; -devisait deviser ver 0.25 3.58 0.00 0.54 ind:imp:3s; -devisant deviser ver 0.25 3.58 0.00 1.28 par:pre; -devise devise nom f s 5.54 7.77 4.75 6.22 -devisent deviser ver 0.25 3.58 0.01 0.20 ind:pre:3p; -deviser deviser ver 0.25 3.58 0.03 0.47 inf; -devises devise nom f p 5.54 7.77 0.79 1.55 -devisions deviser ver 0.25 3.58 0.16 0.07 ind:imp:1p; -devisèrent deviser ver 0.25 3.58 0.00 0.07 ind:pas:3p; -devisé deviser ver m s 0.25 3.58 0.04 0.07 par:pas; -devoir devoir ver_sup 3232.80 1318.24 74.06 29.26 inf; -devoirs devoir nom_sup m p 63.59 55.54 20.70 22.50 -devon devon nom m s 1.98 0.27 0.04 0.00 -devons devoir ver_sup 3232.80 1318.24 114.35 14.93 imp:pre:1p;ind:pre:1p; -devra devoir ver_sup 3232.80 1318.24 22.45 8.04 ind:fut:3s; -devrai devoir ver_sup 3232.80 1318.24 10.32 1.15 ind:fut:1s; -devraient devoir ver_sup 3232.80 1318.24 23.70 10.41 cnd:pre:3p; -devrais devoir ver_sup 3232.80 1318.24 235.63 36.49 cnd:pre:1s;cnd:pre:2s; -devrait devoir ver_sup 3232.80 1318.24 208.85 51.49 cnd:pre:3s; -devras devoir ver_sup 3232.80 1318.24 15.16 0.41 ind:fut:2s; -devrez devoir ver_sup 3232.80 1318.24 12.97 0.74 ind:fut:2p; -devriez devoir ver_sup 3232.80 1318.24 75.83 11.89 cnd:pre:2p; -devrions devoir ver_sup 3232.80 1318.24 27.74 2.36 cnd:pre:1p; -devrons devoir ver_sup 3232.80 1318.24 7.11 0.34 ind:fut:1p; -devront devoir ver_sup 3232.80 1318.24 7.26 3.04 ind:fut:3p; -dexaméthasone dexaméthasone nom f s 0.01 0.00 0.01 0.00 -dextre dextre nom f s 0.17 0.54 0.17 0.54 -dextrement dextrement adv 0.00 0.14 0.00 0.14 -dextrose dextrose nom m s 0.12 0.00 0.12 0.00 -dextérité dextérité nom f s 0.32 2.16 0.32 2.16 -dey dey nom m s 0.02 1.96 0.02 1.96 -dharma dharma nom m s 0.26 0.14 0.26 0.14 -dhole dhole nom m s 0.08 0.00 0.08 0.00 -dia dia ono 0.41 1.22 0.41 1.22 -diable diable ono 4.25 2.91 4.25 2.91 -diablement diablement adv 0.75 1.01 0.75 1.01 -diablerie diablerie nom f s 0.18 0.61 0.14 0.07 -diableries diablerie nom f p 0.18 0.61 0.04 0.54 -diables diable nom m p 93.34 54.80 5.80 3.78 -diablesse diablesse nom f s 1.12 1.28 0.95 1.01 -diablesses diablesse nom f p 1.12 1.28 0.16 0.27 -diablotin diablotin nom m s 0.53 0.34 0.38 0.14 -diablotins diablotin nom m p 0.53 0.34 0.15 0.20 -diabolique diabolique adj s 8.61 5.95 6.89 4.73 -diaboliquement diaboliquement adv 0.11 0.34 0.11 0.34 -diaboliques diabolique adj p 8.61 5.95 1.71 1.22 -diabolisent diaboliser ver 0.09 0.07 0.01 0.00 ind:pre:3p; -diaboliser diaboliser ver 0.09 0.07 0.05 0.00 inf; -diabolisme diabolisme nom m s 0.04 0.00 0.04 0.00 -diabolisé diaboliser ver m s 0.09 0.07 0.02 0.07 par:pas; -diabolisée diaboliser ver f s 0.09 0.07 0.01 0.00 par:pas; -diabolo diabolo nom m s 0.03 0.88 0.03 0.47 -diabolos diabolo nom m p 0.03 0.88 0.00 0.41 -diabète diabète nom m s 2.27 1.42 2.25 1.35 -diabètes diabète nom m p 2.27 1.42 0.01 0.07 -diabétique diabétique adj s 1.29 0.34 1.28 0.34 -diabétiques diabétique nom p 0.53 0.00 0.16 0.00 -diachronique diachronique adj f s 0.01 0.07 0.01 0.07 -diaclase diaclase nom f s 0.14 0.00 0.14 0.00 -diaconesse diaconesse nom f s 0.00 0.20 0.00 0.14 -diaconesses diaconesse nom f p 0.00 0.20 0.00 0.07 -diaconie diaconie nom f s 0.00 0.07 0.00 0.07 -diacre diacre nom m s 0.94 1.15 0.84 1.01 -diacres diacre nom m p 0.94 1.15 0.09 0.14 -diacritique diacritique adj m s 0.03 0.07 0.03 0.07 -diacétylmorphine diacétylmorphine nom f s 0.01 0.00 0.01 0.00 -diadème diadème nom m s 1.52 1.76 1.38 1.15 -diadèmes diadème nom m p 1.52 1.76 0.15 0.61 -diagnose diagnose nom f s 0.01 0.00 0.01 0.00 -diagnostic diagnostic nom m s 6.78 3.85 6.25 3.51 -diagnostics diagnostic nom m p 6.78 3.85 0.53 0.34 -diagnostiqua diagnostiquer ver 1.93 1.15 0.00 0.14 ind:pas:3s; -diagnostiquait diagnostiquer ver 1.93 1.15 0.02 0.14 ind:imp:3s; -diagnostiquant diagnostiquer ver 1.93 1.15 0.03 0.07 par:pre; -diagnostique diagnostique adj s 0.88 0.20 0.70 0.20 -diagnostiquer diagnostiquer ver 1.93 1.15 0.53 0.27 inf; -diagnostiques diagnostique adj p 0.88 0.20 0.17 0.00 -diagnostiqueur diagnostiqueur nom m s 0.01 0.00 0.01 0.00 -diagnostiquez diagnostiquer ver 1.93 1.15 0.03 0.00 imp:pre:2p;ind:pre:2p; -diagnostiquèrent diagnostiquer ver 1.93 1.15 0.00 0.14 ind:pas:3p; -diagnostiqué diagnostiquer ver m s 1.93 1.15 1.20 0.27 par:pas; -diagnostiqués diagnostiquer ver m p 1.93 1.15 0.04 0.07 par:pas; -diagonal diagonal adj m s 0.11 0.27 0.00 0.07 -diagonale diagonale nom f s 0.28 4.32 0.18 3.85 -diagonalement diagonalement adv 0.01 0.07 0.01 0.07 -diagonales diagonale nom f p 0.28 4.32 0.10 0.47 -diagonaux diagonal adj m p 0.11 0.27 0.00 0.07 -diagramme diagramme nom m s 0.77 0.14 0.58 0.00 -diagrammes diagramme nom m p 0.77 0.14 0.19 0.14 -dialectal dialectal adj m s 0.32 0.00 0.21 0.00 -dialectale dialectal adj f s 0.32 0.00 0.11 0.00 -dialecte dialecte nom m s 1.79 2.57 1.44 2.03 -dialectes dialecte nom m p 1.79 2.57 0.35 0.54 -dialecticien dialecticien nom m s 0.01 0.34 0.00 0.20 -dialecticienne dialecticien nom f s 0.01 0.34 0.00 0.07 -dialecticiens dialecticien nom m p 0.01 0.34 0.01 0.07 -dialectique dialectique nom f s 0.66 2.23 0.66 2.16 -dialectiques dialectique adj f p 0.19 2.03 0.00 0.20 -dialogique dialogique adj m s 0.01 0.00 0.01 0.00 -dialoguai dialoguer ver 1.01 2.64 0.00 0.07 ind:pas:1s; -dialoguaient dialoguer ver 1.01 2.64 0.01 0.14 ind:imp:3p; -dialoguait dialoguer ver 1.01 2.64 0.01 0.14 ind:imp:3s; -dialoguant dialoguer ver 1.01 2.64 0.05 0.27 par:pre; -dialogue dialogue nom m s 16.71 19.19 14.11 14.46 -dialoguent dialoguer ver 1.01 2.64 0.00 0.20 ind:pre:3p; -dialoguer dialoguer ver 1.01 2.64 0.76 0.74 inf; -dialoguera dialoguer ver 1.01 2.64 0.01 0.07 ind:fut:3s; -dialogues dialogue nom m p 16.71 19.19 2.60 4.73 -dialoguez dialoguer ver 1.01 2.64 0.11 0.00 imp:pre:2p;ind:pre:2p; -dialoguiste dialoguiste nom s 0.02 0.14 0.00 0.07 -dialoguistes dialoguiste nom p 0.02 0.14 0.02 0.07 -dialoguons dialoguer ver 1.01 2.64 0.03 0.00 imp:pre:1p;ind:pre:1p; -dialoguât dialoguer ver 1.01 2.64 0.00 0.07 sub:imp:3s; -dialogué dialoguer ver m s 1.01 2.64 0.00 0.27 par:pas; -dialoguée dialoguer ver f s 1.01 2.64 0.00 0.14 par:pas; -dialoguées dialoguer ver f p 1.01 2.64 0.01 0.27 par:pas; -dialyse dialyse nom f s 1.06 0.20 1.02 0.20 -dialyser dialyser ver 0.16 0.00 0.01 0.00 inf; -dialyses dialyse nom f p 1.06 0.20 0.04 0.00 -dialysé dialyser ver m s 0.16 0.00 0.01 0.00 par:pas; -dialysée dialyser ver f s 0.16 0.00 0.14 0.00 par:pas; -diam diam nom m s 0.43 1.01 0.17 0.61 -diamant diamant nom m s 20.56 22.91 7.97 14.12 -diamantaire diamantaire nom s 0.07 2.43 0.05 1.28 -diamantaires diamantaire nom p 0.07 2.43 0.02 1.15 -diamante diamanter ver 0.00 0.20 0.00 0.07 ind:pre:3s; -diamantifère diamantifère adj f s 0.00 0.07 0.00 0.07 -diamantin diamantin adj m s 0.06 0.88 0.05 0.20 -diamantine diamantin adj f s 0.06 0.88 0.00 0.41 -diamantines diamantin adj f p 0.06 0.88 0.00 0.20 -diamantins diamantin adj m p 0.06 0.88 0.01 0.07 -diamants diamant nom m p 20.56 22.91 12.59 8.78 -diamanté diamanté adj m s 0.01 0.14 0.00 0.14 -diamantée diamanter ver f s 0.00 0.20 0.00 0.07 par:pas; -diamantés diamanté adj m p 0.01 0.14 0.01 0.00 -diamine diamine nom f s 0.01 0.00 0.01 0.00 -diamorphine diamorphine nom f s 0.01 0.00 0.01 0.00 -diams diam nom m p 0.43 1.01 0.26 0.41 -diamètre diamètre nom m s 1.81 2.23 1.81 2.23 -diamétralement diamétralement adv 0.14 0.74 0.14 0.74 -diane diane nom f s 0.03 0.47 0.03 0.41 -dianes diane nom f p 0.03 0.47 0.00 0.07 -diantre diantre ono 0.46 0.14 0.46 0.14 -diapason diapason nom m s 0.50 1.49 0.46 1.42 -diapasons diapason nom m p 0.50 1.49 0.04 0.07 -diaphane diaphane adj s 0.03 2.91 0.03 2.03 -diaphanes diaphane adj f p 0.03 2.91 0.00 0.88 -diaphorétique diaphorétique adj s 0.06 0.00 0.06 0.00 -diaphragma diaphragmer ver 0.00 0.07 0.00 0.07 ind:pas:3s; -diaphragmatique diaphragmatique adj f s 0.05 0.00 0.05 0.00 -diaphragme diaphragme nom m s 1.32 1.49 1.32 1.42 -diaphragmes diaphragme nom m p 1.32 1.49 0.00 0.07 -diapo diapo nom f s 1.78 0.27 0.66 0.07 -diaporama diaporama nom m s 0.05 0.07 0.05 0.00 -diaporamas diaporama nom m p 0.05 0.07 0.00 0.07 -diapos diapo nom f p 1.78 0.27 1.13 0.20 -diapositifs diapositif adj m p 0.21 0.07 0.00 0.07 -diapositive diapositif adj f s 0.21 0.07 0.20 0.00 -diapositives diapositive nom f p 0.92 0.61 0.86 0.61 -diapré diapré adj m s 0.00 0.41 0.00 0.07 -diaprée diapré adj f s 0.00 0.41 0.00 0.14 -diaprées diaprer ver f p 0.00 0.20 0.00 0.07 par:pas; -diaprures diaprure nom f p 0.00 0.07 0.00 0.07 -diaprés diapré adj m p 0.00 0.41 0.00 0.20 -diarrhée diarrhée nom f s 3.38 1.82 2.84 1.15 -diarrhées diarrhée nom f p 3.38 1.82 0.54 0.68 -diarrhéique diarrhéique adj s 0.01 0.07 0.01 0.07 -diaspora diaspora nom f s 0.00 0.61 0.00 0.54 -diasporas diaspora nom f p 0.00 0.61 0.00 0.07 -diastole diastole nom f s 0.01 0.07 0.00 0.07 -diastoles diastole nom f p 0.01 0.07 0.01 0.00 -diastolique diastolique adj s 0.07 0.07 0.07 0.00 -diastoliques diastolique adj m p 0.07 0.07 0.00 0.07 -diatomée diatomée nom f s 0.07 0.07 0.01 0.00 -diatomées diatomée nom f p 0.07 0.07 0.06 0.07 -diatonique diatonique adj s 0.00 0.14 0.00 0.14 -diatribe diatribe nom f s 0.14 2.09 0.12 1.49 -diatribes diatribe nom f p 0.14 2.09 0.02 0.61 -dicastères dicastère nom m p 0.00 0.07 0.00 0.07 -dichotomie dichotomie nom f s 0.20 0.00 0.20 0.00 -dichroïque dichroïque adj m s 0.01 0.00 0.01 0.00 -dichroïsme dichroïsme nom m s 0.00 0.07 0.00 0.07 -dicible dicible adj s 0.00 0.07 0.00 0.07 -dico dico nom m s 0.77 0.74 0.75 0.68 -dicos dico nom m p 0.77 0.74 0.02 0.07 -dicta dicter ver 8.42 12.30 0.11 0.68 ind:pas:3s; -dictai dicter ver 8.42 12.30 0.00 0.14 ind:pas:1s; -dictaient dicter ver 8.42 12.30 0.14 0.20 ind:imp:3p; -dictais dicter ver 8.42 12.30 0.03 0.07 ind:imp:1s;ind:imp:2s; -dictait dicter ver 8.42 12.30 0.07 2.36 ind:imp:3s; -dictames dictame nom m p 0.00 0.14 0.00 0.14 -dictant dicter ver 8.42 12.30 0.01 0.34 par:pre; -dictaphone dictaphone nom m s 0.42 0.34 0.41 0.27 -dictaphones dictaphone nom m p 0.42 0.34 0.02 0.07 -dictateur dictateur nom m s 2.53 5.68 2.14 5.00 -dictateurs dictateur nom m p 2.53 5.68 0.36 0.68 -dictatorial dictatorial adj m s 0.17 0.34 0.03 0.20 -dictatoriale dictatorial adj f s 0.17 0.34 0.03 0.07 -dictatoriales dictatorial adj f p 0.17 0.34 0.10 0.07 -dictatoriaux dictatorial adj m p 0.17 0.34 0.01 0.00 -dictatrice dictateur nom f s 2.53 5.68 0.04 0.00 -dictats dictat nom m p 0.01 0.14 0.01 0.14 -dictature dictature nom f s 3.86 5.27 3.84 4.86 -dictatures dictature nom f p 3.86 5.27 0.02 0.41 -dicte dicter ver 8.42 12.30 2.78 1.62 imp:pre:2s;ind:pre:1s;ind:pre:3s; -dictent dicter ver 8.42 12.30 0.32 0.41 ind:pre:3p; -dicter dicter ver 8.42 12.30 2.28 1.89 inf; -dictera dicter ver 8.42 12.30 0.07 0.14 ind:fut:3s; -dicterai dicter ver 8.42 12.30 0.14 0.07 ind:fut:1s; -dicterez dicter ver 8.42 12.30 0.02 0.00 ind:fut:2p; -dictes dicter ver 8.42 12.30 0.03 0.27 ind:pre:2s; -dictez dicter ver 8.42 12.30 0.09 0.07 imp:pre:2p;ind:pre:2p; -dictiez dicter ver 8.42 12.30 0.01 0.07 ind:imp:2p; -diction diction nom f s 1.37 1.49 1.37 1.49 -dictionnaire dictionnaire nom m s 2.94 10.88 2.62 8.11 -dictionnaires dictionnaire nom m p 2.94 10.88 0.32 2.77 -dicton dicton nom m s 2.83 1.62 2.48 1.15 -dictons dicton nom m p 2.83 1.62 0.34 0.47 -dictât dicter ver 8.42 12.30 0.00 0.07 sub:imp:3s; -dictèrent dicter ver 8.42 12.30 0.00 0.07 ind:pas:3p; -dicté dicter ver m s 8.42 12.30 1.22 1.42 par:pas; -dictée dictée nom f s 2.25 4.05 1.59 3.51 -dictées dictée nom f p 2.25 4.05 0.66 0.54 -dictés dicter ver m p 8.42 12.30 0.16 0.34 par:pas; -didactique didactique adj s 0.60 1.35 0.60 1.01 -didactiquement didactiquement adv 0.00 0.07 0.00 0.07 -didactiques didactique adj p 0.60 1.35 0.00 0.34 -die die nom s 2.17 1.82 2.17 1.82 -dieffenbachia dieffenbachia nom f s 0.00 0.07 0.00 0.07 -diem diem nom m s 0.58 0.00 0.58 0.00 -dieppoise dieppois adj f s 0.00 0.41 0.00 0.34 -dieppoises dieppois adj f p 0.00 0.41 0.00 0.07 -dies_irae dies_irae nom m 0.54 0.14 0.54 0.14 -diesel diesel nom m s 1.71 0.88 1.47 0.68 -diesels diesel nom m p 1.71 0.88 0.25 0.20 -dieu_roi dieu_roi nom m s 0.01 0.07 0.01 0.07 -dieu dieu nom m s 903.41 396.49 852.91 368.51 -dieux dieu nom m p 903.41 396.49 50.49 27.97 -diffamait diffamer ver 0.81 0.54 0.00 0.07 ind:imp:3s; -diffamant diffamer ver 0.81 0.54 0.04 0.00 par:pre; -diffamateur diffamateur nom m s 0.21 0.20 0.21 0.07 -diffamateurs diffamateur nom m p 0.21 0.20 0.00 0.07 -diffamation diffamation nom f s 1.98 0.27 1.86 0.20 -diffamations diffamation nom f p 1.98 0.27 0.12 0.07 -diffamatoire diffamatoire adj s 0.20 0.14 0.10 0.14 -diffamatoires diffamatoire adj f p 0.20 0.14 0.09 0.00 -diffamatrice diffamateur nom f s 0.21 0.20 0.00 0.07 -diffame diffamer ver 0.81 0.54 0.13 0.14 ind:pre:3s; -diffament diffamer ver 0.81 0.54 0.01 0.07 ind:pre:3p; -diffamer diffamer ver 0.81 0.54 0.12 0.07 inf; -diffamé diffamer ver m s 0.81 0.54 0.48 0.00 par:pas; -diffamée diffamer ver f s 0.81 0.54 0.02 0.07 par:pas; -diffamées diffamer ver f p 0.81 0.54 0.00 0.07 par:pas; -diffamés diffamer ver m p 0.81 0.54 0.00 0.07 par:pas; -difficile difficile adj s 150.58 118.11 135.15 100.74 -difficilement difficilement adv 3.72 13.04 3.72 13.04 -difficiles difficile adj p 150.58 118.11 15.43 17.36 -difficulté difficulté nom f s 15.74 49.80 6.86 22.03 -difficultueux difficultueux adj m 0.00 0.07 0.00 0.07 -difficultés difficulté nom f p 15.74 49.80 8.89 27.77 -difforme difforme adj s 1.18 2.91 0.94 1.76 -difformes difforme adj p 1.18 2.91 0.25 1.15 -difformité difformité nom f s 0.68 0.81 0.42 0.47 -difformités difformité nom f p 0.68 0.81 0.26 0.34 -diffractent diffracter ver 0.00 0.14 0.00 0.07 ind:pre:3p; -diffraction diffraction nom f s 0.04 0.00 0.04 0.00 -diffractée diffracter ver f s 0.00 0.14 0.00 0.07 par:pas; -diffère différer ver 3.71 10.07 0.55 1.35 ind:pre:1s;ind:pre:3s; -diffèrent différer ver 3.71 10.07 1.86 0.95 ind:pre:3p; -différa différer ver 3.71 10.07 0.00 0.27 ind:pas:3s; -différaient différer ver 3.71 10.07 0.13 0.81 ind:imp:3p; -différais différer ver 3.71 10.07 0.01 0.14 ind:imp:1s; -différait différer ver 3.71 10.07 0.12 1.82 ind:imp:3s; -différant différer ver 3.71 10.07 0.00 0.68 par:pre; -différemment différemment adv 8.46 4.19 8.46 4.19 -différence différence nom f s 55.88 44.46 51.47 38.65 -différences différence nom f p 55.88 44.46 4.41 5.81 -différenciables différenciable adj f p 0.00 0.07 0.00 0.07 -différenciaient différencier ver 3.17 2.91 0.01 0.07 ind:imp:3p; -différenciais différencier ver 3.17 2.91 0.00 0.07 ind:imp:1s; -différenciait différencier ver 3.17 2.91 0.28 0.81 ind:imp:3s; -différenciant différencier ver 3.17 2.91 0.00 0.07 par:pre; -différenciation différenciation nom f s 0.03 0.14 0.03 0.07 -différenciations différenciation nom f p 0.03 0.14 0.00 0.07 -différencie différencier ver 3.17 2.91 1.52 0.41 ind:pre:3s; -différencient différencier ver 3.17 2.91 0.04 0.07 ind:pre:3p; -différencier différencier ver 3.17 2.91 1.18 1.15 inf; -différenciera différencier ver 3.17 2.91 0.02 0.00 ind:fut:3s; -différencierez différencier ver 3.17 2.91 0.01 0.00 ind:fut:2p; -différencieront différencier ver 3.17 2.91 0.00 0.07 ind:fut:3p; -différenciez différencier ver 3.17 2.91 0.06 0.00 imp:pre:2p;ind:pre:2p; -différencié différencier ver m s 3.17 2.91 0.03 0.07 par:pas; -différenciée différencié adj f s 0.01 0.27 0.00 0.07 -différenciées différencié adj f p 0.01 0.27 0.01 0.07 -différenciés différencier ver m p 3.17 2.91 0.01 0.07 par:pas; -différend différend nom m s 2.68 1.49 1.15 0.95 -différends différend nom m p 2.68 1.49 1.53 0.54 -différent différent adj m s 130.91 89.32 65.42 27.43 -différente différent adj f s 130.91 89.32 24.45 18.31 -différentes différentes adj_ind f p 4.89 2.70 4.89 2.70 -différentie différentier ver 0.02 0.00 0.02 0.00 ind:pre:3s; -différentiel différentiel nom m s 0.21 0.00 0.21 0.00 -différentielle différentiel adj f s 0.22 0.07 0.06 0.07 -différentielles différentiel adj f p 0.22 0.07 0.03 0.00 -différents différents adj_ind m p 3.94 2.84 3.94 2.84 -différer différer ver 3.71 10.07 0.27 2.70 inf; -différera différer ver 3.71 10.07 0.00 0.07 ind:fut:3s; -différerais différer ver 3.71 10.07 0.00 0.07 cnd:pre:1s; -différerait différer ver 3.71 10.07 0.01 0.14 cnd:pre:3s; -différeront différer ver 3.71 10.07 0.01 0.00 ind:fut:3p; -différez différer ver 3.71 10.07 0.06 0.00 imp:pre:2p;ind:pre:2p; -différions différer ver 3.71 10.07 0.00 0.07 ind:imp:1p; -différons différer ver 3.71 10.07 0.18 0.07 ind:pre:1p; -différât différer ver 3.71 10.07 0.00 0.07 sub:imp:3s; -différèrent différer ver 3.71 10.07 0.00 0.07 ind:pas:3p; -différé différer ver m s 3.71 10.07 0.19 0.47 par:pas; -différée différer ver f s 3.71 10.07 0.31 0.34 par:pas; -différées différé adj f p 0.13 1.55 0.01 0.14 -différés différé adj m p 0.13 1.55 0.02 0.00 -diffus diffus adj m 0.69 5.88 0.17 1.82 -diffusa diffuser ver 10.33 10.20 0.00 0.41 ind:pas:3s; -diffusaient diffuser ver 10.33 10.20 0.03 1.08 ind:imp:3p; -diffusais diffuser ver 10.33 10.20 0.02 0.00 ind:imp:1s; -diffusait diffuser ver 10.33 10.20 0.10 2.84 ind:imp:3s; -diffusant diffuser ver 10.33 10.20 0.09 0.81 par:pre; -diffuse diffuser ver 10.33 10.20 1.06 1.08 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -diffusent diffuser ver 10.33 10.20 0.64 0.27 ind:pre:3p; -diffuser diffuser ver 10.33 10.20 3.61 1.22 inf; -diffusera diffuser ver 10.33 10.20 0.16 0.00 ind:fut:3s; -diffuserai diffuser ver 10.33 10.20 0.01 0.00 ind:fut:1s; -diffuseraient diffuser ver 10.33 10.20 0.00 0.07 cnd:pre:3p; -diffuserais diffuser ver 10.33 10.20 0.01 0.00 cnd:pre:1s; -diffuserait diffuser ver 10.33 10.20 0.01 0.00 cnd:pre:3s; -diffuserions diffuser ver 10.33 10.20 0.10 0.00 cnd:pre:1p; -diffuserons diffuser ver 10.33 10.20 0.06 0.00 ind:fut:1p; -diffuseront diffuser ver 10.33 10.20 0.10 0.14 ind:fut:3p; -diffuses diffus adj f p 0.69 5.88 0.13 0.20 -diffuseur diffuseur nom m s 0.19 0.14 0.09 0.07 -diffuseurs diffuseur nom m p 0.19 0.14 0.10 0.07 -diffusez diffuser ver 10.33 10.20 0.39 0.14 imp:pre:2p;ind:pre:2p; -diffusion diffusion nom f s 2.55 1.28 2.53 1.28 -diffusions diffusion nom f p 2.55 1.28 0.02 0.00 -diffusons diffuser ver 10.33 10.20 0.24 0.00 imp:pre:1p;ind:pre:1p; -diffusèrent diffuser ver 10.33 10.20 0.00 0.07 ind:pas:3p; -diffusé diffuser ver m s 10.33 10.20 2.43 0.61 par:pas; -diffusée diffuser ver f s 10.33 10.20 0.71 0.81 par:pas; -diffusées diffuser ver f p 10.33 10.20 0.12 0.34 par:pas; -diffusés diffuser ver m p 10.33 10.20 0.44 0.27 par:pas; -difracter difracter ver 0.01 0.00 0.01 0.00 inf; -dig dig ono 0.29 0.27 0.29 0.27 -digest digest nom m s 0.23 0.41 0.23 0.34 -digeste digeste adj f s 0.05 0.07 0.05 0.07 -digestibles digestible adj p 0.00 0.07 0.00 0.07 -digestif digestif nom m s 0.68 0.54 0.67 0.34 -digestifs digestif adj m p 1.22 1.82 0.23 0.27 -digestion digestion nom f s 1.48 2.97 1.48 2.84 -digestions digestion nom f p 1.48 2.97 0.01 0.14 -digestive digestif adj f s 1.22 1.82 0.19 0.54 -digestives digestif adj f p 1.22 1.82 0.22 0.20 -digests digest nom m p 0.23 0.41 0.00 0.07 -digicode digicode nom m s 0.04 0.07 0.04 0.07 -digit digit nom m s 0.01 0.00 0.01 0.00 -digital digital adj m s 3.81 1.22 0.36 0.07 -digitale digital adj f s 3.81 1.22 0.93 0.20 -digitales digital adj f p 3.81 1.22 2.47 0.95 -digitaline digitaline nom f s 0.21 0.88 0.21 0.88 -digitaliseur digitaliseur nom m s 0.03 0.00 0.03 0.00 -digitalisée digitaliser ver f s 0.03 0.00 0.01 0.00 par:pas; -digitalisées digitaliser ver f p 0.03 0.00 0.02 0.00 par:pas; -digitaux digital adj m p 3.81 1.22 0.04 0.00 -digitée digité adj f s 0.00 0.07 0.00 0.07 -digne digne adj s 25.29 35.27 21.96 27.30 -dignement dignement adv 1.80 3.51 1.80 3.51 -dignes digne adj p 25.29 35.27 3.33 7.97 -dignitaire dignitaire nom s 0.70 4.26 0.21 1.01 -dignitaires dignitaire nom p 0.70 4.26 0.49 3.24 -dignité dignité nom f s 14.61 32.77 14.59 32.43 -dignités dignité nom f p 14.61 32.77 0.02 0.34 -dignus_est_intrare dignus_est_intrare adv 0.00 0.07 0.00 0.07 -digresse digresser ver 0.02 0.14 0.02 0.14 imp:pre:2s;ind:pre:1s; -digression digression nom f s 0.08 1.62 0.06 0.34 -digressions digression nom f p 0.08 1.62 0.02 1.28 -digère digérer ver 5.80 9.53 2.29 1.01 imp:pre:2s;ind:pre:1s;ind:pre:3s; -digèrent digérer ver 5.80 9.53 0.08 0.41 ind:pre:3p; -digue digue nom f s 1.85 10.20 1.02 7.97 -digues digue nom f p 1.85 10.20 0.83 2.23 -digéra digérer ver 5.80 9.53 0.00 0.07 ind:pas:3s; -digérai digérer ver 5.80 9.53 0.00 0.07 ind:pas:1s; -digéraient digérer ver 5.80 9.53 0.00 0.20 ind:imp:3p; -digérait digérer ver 5.80 9.53 0.03 0.95 ind:imp:3s; -digérant digérer ver 5.80 9.53 0.02 0.47 par:pre; -digérer digérer ver 5.80 9.53 1.73 3.51 inf; -digérera digérer ver 5.80 9.53 0.01 0.00 ind:fut:3s; -digérerait digérer ver 5.80 9.53 0.01 0.07 cnd:pre:3s; -digérons digérer ver 5.80 9.53 0.00 0.07 ind:pre:1p; -digérât digérer ver 5.80 9.53 0.00 0.07 sub:imp:3s; -digéré digérer ver m s 5.80 9.53 1.25 1.55 par:pas; -digérée digérer ver f s 5.80 9.53 0.23 0.61 par:pas; -digérées digérer ver f p 5.80 9.53 0.07 0.20 par:pas; -digérés digérer ver m p 5.80 9.53 0.09 0.27 par:pas; -dijonnais dijonnais adj m s 0.00 0.20 0.00 0.20 -diktat diktat nom m s 0.12 0.20 0.10 0.20 -diktats diktat nom m p 0.12 0.20 0.02 0.00 -dilapida dilapider ver 1.31 1.35 0.00 0.14 ind:pas:3s; -dilapidait dilapider ver 1.31 1.35 0.03 0.20 ind:imp:3s; -dilapidant dilapider ver 1.31 1.35 0.01 0.00 par:pre; -dilapidation dilapidation nom f s 0.00 0.07 0.00 0.07 -dilapide dilapider ver 1.31 1.35 0.10 0.14 imp:pre:2s;ind:pre:3s; -dilapider dilapider ver 1.31 1.35 0.07 0.34 inf; -dilapides dilapider ver 1.31 1.35 0.14 0.00 ind:pre:2s; -dilapidez dilapider ver 1.31 1.35 0.19 0.00 imp:pre:2p;ind:pre:2p; -dilapidé dilapider ver m s 1.31 1.35 0.73 0.41 par:pas; -dilapidée dilapider ver f s 1.31 1.35 0.02 0.14 par:pas; -dilapidées dilapider ver f p 1.31 1.35 0.01 0.00 par:pas; -dilata dilater ver 1.30 5.54 0.00 0.20 ind:pas:3s; -dilatable dilatable adj f s 0.00 0.14 0.00 0.14 -dilataient dilater ver 1.30 5.54 0.00 0.34 ind:imp:3p; -dilatait dilater ver 1.30 5.54 0.01 1.15 ind:imp:3s; -dilatant dilater ver 1.30 5.54 0.00 0.68 par:pre; -dilatateur dilatateur adj m s 0.02 0.14 0.01 0.00 -dilatateurs dilatateur adj m p 0.02 0.14 0.01 0.14 -dilatation dilatation nom f s 0.94 1.08 0.89 1.01 -dilatations dilatation nom f p 0.94 1.08 0.05 0.07 -dilate dilater ver 1.30 5.54 0.52 0.81 imp:pre:2s;ind:pre:1s;ind:pre:3s; -dilatent dilater ver 1.30 5.54 0.15 0.41 ind:pre:3p; -dilater dilater ver 1.30 5.54 0.29 0.54 inf; -dilation dilation nom f s 0.03 0.00 0.03 0.00 -dilatoire dilatoire adj s 0.09 0.47 0.09 0.41 -dilatoires dilatoire adj m p 0.09 0.47 0.00 0.07 -dilatât dilater ver 1.30 5.54 0.00 0.07 sub:imp:3s; -dilatèrent dilater ver 1.30 5.54 0.00 0.14 ind:pas:3p; -dilaté dilaté adj m s 0.86 2.09 0.10 0.54 -dilatée dilaté adj f s 0.86 2.09 0.11 0.47 -dilatées dilaté adj f p 0.86 2.09 0.52 0.47 -dilatés dilaté adj m p 0.86 2.09 0.14 0.61 -dilection dilection nom f s 0.00 0.54 0.00 0.54 -dilemme dilemme nom m s 2.24 1.49 2.20 1.28 -dilemmes dilemme nom m p 2.24 1.49 0.04 0.20 -dilettante dilettante nom s 0.91 0.88 0.85 0.68 -dilettantes dilettante nom p 0.91 0.88 0.06 0.20 -dilettantisme dilettantisme nom m s 0.00 0.47 0.00 0.41 -dilettantismes dilettantisme nom m p 0.00 0.47 0.00 0.07 -diligemment diligemment adv 0.05 0.27 0.05 0.27 -diligence diligence nom f s 3.49 2.91 3.25 2.36 -diligences diligence nom f p 3.49 2.91 0.23 0.54 -diligent diligent adj m s 0.07 0.81 0.04 0.41 -diligente diligent adj f s 0.07 0.81 0.01 0.20 -diligenter diligenter ver 0.01 0.00 0.01 0.00 inf; -diligentes diligent adj f p 0.07 0.81 0.01 0.14 -diligents diligent adj m p 0.07 0.81 0.01 0.07 -dilua diluer ver 1.00 6.49 0.00 0.14 ind:pas:3s; -diluaient diluer ver 1.00 6.49 0.00 0.47 ind:imp:3p; -diluait diluer ver 1.00 6.49 0.00 0.81 ind:imp:3s; -diluant diluant nom m s 0.21 0.00 0.21 0.00 -dilue diluer ver 1.00 6.49 0.28 1.22 imp:pre:2s;ind:pre:1s;ind:pre:3s; -diluent diluer ver 1.00 6.49 0.00 0.34 ind:pre:3p; -diluer diluer ver 1.00 6.49 0.31 0.61 inf; -diluerait diluer ver 1.00 6.49 0.00 0.07 cnd:pre:3s; -diluons diluer ver 1.00 6.49 0.00 0.07 imp:pre:1p; -dilution dilution nom f s 0.05 0.20 0.05 0.20 -dilué diluer ver m s 1.00 6.49 0.26 1.08 par:pas; -diluée diluer ver f s 1.00 6.49 0.09 1.08 par:pas; -diluées diluer ver f p 1.00 6.49 0.01 0.14 par:pas; -dilués diluer ver m p 1.00 6.49 0.01 0.34 par:pas; -diluvien diluvien adj m s 0.30 0.74 0.00 0.14 -diluvienne diluvien adj f s 0.30 0.74 0.14 0.27 -diluviennes diluvien adj f p 0.30 0.74 0.16 0.34 -dimanche dimanche nom m s 63.98 101.15 59.67 87.84 -dimanches dimanche nom m p 63.98 101.15 4.30 13.31 -dimension dimension nom f s 9.62 23.11 6.10 8.92 -dimensionnel dimensionnel adj m s 0.61 0.07 0.33 0.00 -dimensionnelle dimensionnel adj f s 0.61 0.07 0.22 0.07 -dimensionnelles dimensionnel adj f p 0.61 0.07 0.05 0.00 -dimensionnels dimensionnel adj m p 0.61 0.07 0.01 0.00 -dimensionnement dimensionnement nom m s 0.01 0.00 0.01 0.00 -dimensions dimension nom f p 9.62 23.11 3.52 14.19 -diminua diminuer ver 7.94 16.28 0.14 0.74 ind:pas:3s; -diminuaient diminuer ver 7.94 16.28 0.22 0.95 ind:imp:3p; -diminuais diminuer ver 7.94 16.28 0.02 0.20 ind:imp:1s; -diminuait diminuer ver 7.94 16.28 0.10 2.64 ind:imp:3s; -diminuant diminuer ver 7.94 16.28 0.07 0.54 par:pre; -diminue diminuer ver 7.94 16.28 1.93 3.04 imp:pre:2s;ind:pre:1s;ind:pre:3s; -diminuendo diminuendo adv 0.02 0.00 0.02 0.00 -diminuent diminuer ver 7.94 16.28 0.52 0.81 ind:pre:3p; -diminuer diminuer ver 7.94 16.28 1.93 3.72 inf; -diminuera diminuer ver 7.94 16.28 0.13 0.00 ind:fut:3s; -diminuerai diminuer ver 7.94 16.28 0.05 0.00 ind:fut:1s; -diminuerais diminuer ver 7.94 16.28 0.03 0.00 cnd:pre:1s; -diminuerait diminuer ver 7.94 16.28 0.21 0.14 cnd:pre:3s; -diminueront diminuer ver 7.94 16.28 0.01 0.00 ind:fut:3p; -diminuez diminuer ver 7.94 16.28 0.24 0.00 imp:pre:2p;ind:pre:2p; -diminuiez diminuer ver 7.94 16.28 0.01 0.00 ind:imp:2p; -diminuât diminuer ver 7.94 16.28 0.00 0.14 sub:imp:3s; -diminuèrent diminuer ver 7.94 16.28 0.00 0.07 ind:pas:3p; -diminutif diminutif nom m s 0.96 1.89 0.96 1.49 -diminutifs diminutif nom m p 0.96 1.89 0.00 0.41 -diminution diminution nom f s 1.03 1.15 1.01 1.01 -diminutions diminution nom f p 1.03 1.15 0.03 0.14 -diminué diminuer ver m s 7.94 16.28 1.68 1.82 par:pas; -diminuée diminuer ver f s 7.94 16.28 0.46 0.88 par:pas; -diminuées diminuer ver f p 7.94 16.28 0.09 0.00 par:pas; -diminués diminuer ver m p 7.94 16.28 0.09 0.61 par:pas; -dinamiteros dinamitero nom m p 0.00 0.20 0.00 0.20 -dinanderie dinanderie nom f s 0.00 0.07 0.00 0.07 -dinar dinar nom m s 1.74 0.14 0.34 0.07 -dinars dinar nom m p 1.74 0.14 1.41 0.07 -dinde dinde nom f s 9.32 2.97 8.79 1.69 -dindes dinde nom f p 9.32 2.97 0.54 1.28 -dindon dindon nom m s 1.73 1.35 1.23 0.74 -dindonne dindonner ver 0.00 0.14 0.00 0.07 ind:pre:3s; -dindonneau dindonneau nom m s 0.17 0.07 0.17 0.00 -dindonneaux dindonneau nom m p 0.17 0.07 0.00 0.07 -dindonné dindonner ver m s 0.00 0.14 0.00 0.07 par:pas; -dindons dindon nom m p 1.73 1.35 0.50 0.61 -dine dine nom m s 1.24 0.07 1.24 0.07 -ding ding ono 3.54 1.55 3.54 1.55 -dingo dingo adj s 0.98 1.08 0.95 1.01 -dingos dingo nom m p 0.95 0.88 0.28 0.20 -dingue dingue adj s 58.48 11.69 53.01 9.80 -dinguent dinguer ver 0.33 1.08 0.00 0.07 ind:pre:3p; -dinguer dinguer ver 0.33 1.08 0.00 0.95 inf; -dinguerie dinguerie nom f s 0.05 0.88 0.05 0.81 -dingueries dinguerie nom f p 0.05 0.88 0.00 0.07 -dingues dingue adj p 58.48 11.69 5.47 1.89 -dingué dinguer ver m s 0.33 1.08 0.00 0.07 par:pas; -dinosaure dinosaure nom m s 4.46 0.68 2.32 0.07 -dinosaures dinosaure nom m p 4.46 0.68 2.14 0.61 -dioclétienne dioclétien adj f s 0.00 0.14 0.00 0.07 -dioclétiennes dioclétien adj f p 0.00 0.14 0.00 0.07 -diocèse diocèse nom m s 0.44 1.15 0.44 1.01 -diocèses diocèse nom m p 0.44 1.15 0.00 0.14 -diocésain diocésain adj m s 0.10 0.14 0.10 0.00 -diocésaines diocésain adj f p 0.10 0.14 0.00 0.14 -diode diode nom f s 0.07 0.00 0.07 0.00 -diodon diodon nom m s 0.00 0.20 0.00 0.20 -dionée dionée nom f s 0.03 0.00 0.03 0.00 -dionysiaque dionysiaque adj s 0.16 0.47 0.16 0.34 -dionysiaques dionysiaque adj f p 0.16 0.47 0.00 0.14 -dionysien dionysien adj m s 0.01 0.07 0.01 0.07 -dioptre dioptre nom m s 0.00 0.07 0.00 0.07 -dioptries dioptrie nom f p 0.00 0.14 0.00 0.14 -diorama diorama nom m s 0.15 0.34 0.11 0.07 -dioramas diorama nom m p 0.15 0.34 0.04 0.27 -diorite diorite nom f s 0.04 0.00 0.04 0.00 -dioxine dioxine nom f s 0.14 0.00 0.12 0.00 -dioxines dioxine nom f p 0.14 0.00 0.02 0.00 -dioxyde dioxyde nom m s 0.56 0.00 0.56 0.00 -dipôle dipôle nom m s 0.01 0.00 0.01 0.00 -diphtongue diphtongue nom f s 0.02 0.34 0.00 0.14 -diphtongues diphtongue nom f p 0.02 0.34 0.02 0.20 -diphtérie diphtérie nom f s 0.26 0.68 0.26 0.68 -diphényle diphényle nom m s 0.00 0.07 0.00 0.07 -diplôme diplôme nom m s 17.27 7.36 13.28 4.32 -diplômer diplômer ver 4.29 0.27 0.16 0.00 inf; -diplômes diplôme nom m p 17.27 7.36 3.99 3.04 -diplômé diplômer ver m s 4.29 0.27 2.44 0.14 par:pas; -diplômée diplômer ver f s 4.29 0.27 1.17 0.07 par:pas; -diplômées diplômé adj f p 1.50 1.01 0.07 0.07 -diplômés diplômé nom m p 1.81 0.27 1.03 0.00 -diplodocus diplodocus nom m 0.01 0.68 0.01 0.68 -diplomate diplomate nom s 3.75 8.65 1.98 4.66 -diplomates diplomate nom p 3.75 8.65 1.77 3.99 -diplomatie diplomatie nom f s 1.80 5.68 1.80 5.68 -diplomatique diplomatique adj s 4.28 10.00 2.77 6.96 -diplomatiquement diplomatiquement adv 0.04 0.20 0.04 0.20 -diplomatiques diplomatique adj p 4.28 10.00 1.51 3.04 -diplopie diplopie nom f s 0.03 0.00 0.03 0.00 -dipneuste dipneuste nom m s 0.07 0.00 0.05 0.00 -dipneustes dipneuste nom m p 0.07 0.00 0.02 0.00 -dipsomane dipsomane nom s 0.26 0.00 0.25 0.00 -dipsomanes dipsomane nom p 0.26 0.00 0.01 0.00 -dipsomanie dipsomanie nom f s 0.01 0.00 0.01 0.00 -diptères diptère adj p 0.01 0.07 0.01 0.07 -diptyque diptyque nom m s 0.01 0.14 0.01 0.14 -dira dire ver_sup 5946.17 4832.50 36.47 21.89 ind:fut:3s; -dirai dire ver_sup 5946.17 4832.50 82.39 27.43 ind:fut:1s; -diraient dire ver_sup 5946.17 4832.50 3.02 3.24 cnd:pre:3p; -dirais dire ver_sup 5946.17 4832.50 57.65 16.76 cnd:pre:1s;cnd:pre:2s; -dirait dire ver_sup 5946.17 4832.50 190.63 85.88 cnd:pre:3s; -diras dire ver_sup 5946.17 4832.50 22.52 10.54 ind:fut:2s; -dire dire ver_sup 5946.17 4832.50 1564.52 827.84 inf;;inf;;inf;;inf;;inf;; -direct direct nom m s 16.34 5.00 15.81 4.39 -directe direct adj f s 21.89 26.69 6.27 11.82 -directement directement adv 26.73 39.12 26.73 39.12 -directes direct adj f p 21.89 26.69 0.49 2.03 -directeur_adjoint directeur_adjoint nom m s 0.14 0.00 0.14 0.00 -directeur directeur nom m s 64.44 38.45 57.65 30.00 -directeurs directeur nom m p 64.44 38.45 2.23 3.11 -directif directif adj m s 0.32 0.14 0.22 0.00 -direction direction nom f s 45.06 108.04 43.25 103.04 -directionnel directionnel adj m s 0.57 0.14 0.09 0.07 -directionnelle directionnel adj f s 0.57 0.14 0.04 0.00 -directionnelles directionnel adj f p 0.57 0.14 0.02 0.07 -directionnels directionnel adj m p 0.57 0.14 0.42 0.00 -directions direction nom f p 45.06 108.04 1.81 5.00 -directive directive nom f s 3.43 4.93 0.40 0.47 -directives directive nom f p 3.43 4.93 3.04 4.46 -directo directo adv 0.00 0.41 0.00 0.41 -directoire directoire nom m s 0.17 2.09 0.17 2.09 -directorat directorat nom m s 0.01 0.00 0.01 0.00 -directorial directorial adj m s 0.01 1.28 0.01 0.81 -directoriale directorial adj f s 0.01 1.28 0.00 0.27 -directoriaux directorial adj m p 0.01 1.28 0.00 0.20 -directos directos adv 0.03 0.41 0.03 0.41 -directrice directeur nom f s 64.44 38.45 4.55 5.07 -directrices directrice nom f p 0.28 0.00 0.28 0.00 -directs direct adj m p 21.89 26.69 0.84 2.16 -dirent dire ver_sup 5946.17 4832.50 1.65 7.03 ind:pas:3p; -dires dire nom_sup m p 53.88 31.42 1.94 2.50 -direz dire ver_sup 5946.17 4832.50 13.72 10.00 ind:fut:2p; -dirham dirham nom m s 0.43 0.14 0.14 0.00 -dirhams dirham nom m p 0.43 0.14 0.29 0.14 -diriez dire ver_sup 5946.17 4832.50 10.69 2.36 cnd:pre:2p; -dirige diriger ver 65.10 95.68 23.74 12.77 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -dirigea diriger ver 65.10 95.68 0.06 20.20 ind:pas:3s; -dirigeable dirigeable nom m s 0.62 0.34 0.41 0.20 -dirigeables dirigeable nom m p 0.62 0.34 0.22 0.14 -dirigeai diriger ver 65.10 95.68 0.12 1.62 ind:pas:1s; -dirigeaient diriger ver 65.10 95.68 0.62 2.77 ind:imp:3p; -dirigeais diriger ver 65.10 95.68 0.52 0.68 ind:imp:1s;ind:imp:2s; -dirigeait diriger ver 65.10 95.68 3.31 11.69 ind:imp:3s; -dirigeant dirigeant nom m s 6.18 10.00 1.81 2.09 -dirigeante dirigeant adj f s 0.90 3.18 0.20 0.61 -dirigeantes dirigeant adj f p 0.90 3.18 0.06 0.41 -dirigeants dirigeant nom m p 6.18 10.00 4.30 7.77 -dirigent diriger ver 65.10 95.68 4.11 2.30 ind:pre:3p; -dirigeâmes diriger ver 65.10 95.68 0.03 0.47 ind:pas:1p; -dirigeons diriger ver 65.10 95.68 1.14 0.95 imp:pre:1p;ind:pre:1p; -dirigeât diriger ver 65.10 95.68 0.00 0.14 sub:imp:3s; -diriger diriger ver 65.10 95.68 13.94 17.64 ind:pre:2p;inf; -dirigera diriger ver 65.10 95.68 1.17 0.41 ind:fut:3s; -dirigerai diriger ver 65.10 95.68 0.34 0.20 ind:fut:1s; -dirigeraient diriger ver 65.10 95.68 0.02 0.00 cnd:pre:3p; -dirigerais diriger ver 65.10 95.68 0.10 0.00 cnd:pre:1s;cnd:pre:2s; -dirigerait diriger ver 65.10 95.68 0.11 0.14 cnd:pre:3s; -dirigeras diriger ver 65.10 95.68 0.23 0.07 ind:fut:2s; -dirigerez diriger ver 65.10 95.68 0.36 0.07 ind:fut:2p; -dirigerons diriger ver 65.10 95.68 0.06 0.07 ind:fut:1p; -dirigeront diriger ver 65.10 95.68 0.19 0.20 ind:fut:3p; -diriges diriger ver 65.10 95.68 1.31 0.00 ind:pre:2s; -dirigez diriger ver 65.10 95.68 3.88 0.20 imp:pre:2p;ind:pre:2p; -dirigiez diriger ver 65.10 95.68 0.30 0.07 ind:imp:2p; -dirigions diriger ver 65.10 95.68 0.17 0.34 ind:imp:1p; -dirigèrent diriger ver 65.10 95.68 0.01 2.23 ind:pas:3p; -dirigé diriger ver m s 65.10 95.68 4.43 7.30 par:pas; -dirigée diriger ver f s 65.10 95.68 2.29 4.19 par:pas; -dirigées diriger ver f p 65.10 95.68 0.20 1.15 par:pas; -dirigés diriger ver m p 65.10 95.68 0.91 2.36 par:pas; -dirimant dirimant adj m s 0.00 0.14 0.00 0.07 -dirimants dirimant adj m p 0.00 0.14 0.00 0.07 -dirions dire ver_sup 5946.17 4832.50 0.08 0.68 cnd:pre:1p; -dirlo dirlo nom m s 0.40 1.76 0.40 1.69 -dirlos dirlo nom m p 0.40 1.76 0.00 0.07 -dirons dire ver_sup 5946.17 4832.50 2.78 2.03 ind:fut:1p; -diront dire ver_sup 5946.17 4832.50 9.09 4.46 ind:fut:3p; -dis dire ver_sup 5946.17 4832.50 1025.78 477.36 imp:pre:2s;ind:pre:1s;ind:pre:1s;ind:pre:2s;ind:pas:1s; -disaient dire ver_sup 5946.17 4832.50 11.68 35.68 ind:imp:3p; -disais dire ver_sup 5946.17 4832.50 98.37 70.68 ind:imp:1s;ind:imp:2s; -disait dire ver_sup 5946.17 4832.50 94.00 352.30 ind:imp:3s; -disant dire ver_sup 5946.17 4832.50 26.41 81.62 par:pre; -disants disant adj m p 1.30 7.09 0.03 0.07 -disc_jockey disc_jockey nom m s 0.18 0.07 0.16 0.00 -disc_jockey disc_jockey nom m p 0.18 0.07 0.03 0.07 -discal discal adj m s 0.13 0.07 0.02 0.07 -discale discal adj f s 0.13 0.07 0.11 0.00 -discerna discerner ver 1.05 15.20 0.00 0.14 ind:pas:3s; -discernable discernable adj f s 0.01 0.47 0.01 0.34 -discernables discernable adj p 0.01 0.47 0.00 0.14 -discernai discerner ver 1.05 15.20 0.00 0.14 ind:pas:1s; -discernaient discerner ver 1.05 15.20 0.00 0.47 ind:imp:3p; -discernais discerner ver 1.05 15.20 0.00 0.95 ind:imp:1s; -discernait discerner ver 1.05 15.20 0.01 2.43 ind:imp:3s; -discernant discerner ver 1.05 15.20 0.00 0.34 par:pre; -discerne discerner ver 1.05 15.20 0.33 2.16 ind:pre:1s;ind:pre:3s; -discernement discernement nom m s 0.90 2.50 0.90 2.50 -discernent discerner ver 1.05 15.20 0.01 0.34 ind:pre:3p; -discerner discerner ver 1.05 15.20 0.69 6.69 inf; -discernerait discerner ver 1.05 15.20 0.00 0.07 cnd:pre:3s; -discernes discerner ver 1.05 15.20 0.00 0.07 ind:pre:2s; -discernions discerner ver 1.05 15.20 0.00 0.27 ind:imp:1p; -discernâmes discerner ver 1.05 15.20 0.00 0.27 ind:pas:1p; -discernât discerner ver 1.05 15.20 0.00 0.07 sub:imp:3s; -discerné discerner ver m s 1.05 15.20 0.01 0.74 par:pas; -discernées discerner ver f p 1.05 15.20 0.00 0.07 par:pas; -disciple_roi disciple_roi nom s 0.00 0.07 0.00 0.07 -disciple disciple nom s 5.62 14.46 1.98 7.64 -disciples disciple nom p 5.62 14.46 3.65 6.82 -disciplina discipliner ver 0.93 1.42 0.00 0.07 ind:pas:3s; -disciplinaient discipliner ver 0.93 1.42 0.00 0.07 ind:imp:3p; -disciplinaire disciplinaire adj s 1.28 1.15 0.93 0.81 -disciplinaires disciplinaire adj p 1.28 1.15 0.35 0.34 -disciplinais discipliner ver 0.93 1.42 0.01 0.00 ind:imp:1s; -disciplinait discipliner ver 0.93 1.42 0.00 0.14 ind:imp:3s; -discipline discipline nom f s 12.02 22.03 11.59 20.27 -discipliner discipliner ver 0.93 1.42 0.29 0.34 inf; -disciplinera discipliner ver 0.93 1.42 0.00 0.07 ind:fut:3s; -disciplinerait discipliner ver 0.93 1.42 0.00 0.07 cnd:pre:3s; -disciplines discipline nom f p 12.02 22.03 0.44 1.76 -discipliné discipliné adj m s 1.07 2.16 0.30 0.74 -disciplinée discipliné adj f s 1.07 2.16 0.24 0.41 -disciplinées discipliné adj f p 1.07 2.16 0.01 0.27 -disciplinés discipliné adj m p 1.07 2.16 0.51 0.74 -disco disco nom s 1.81 0.34 1.79 0.34 -discobole discobole nom m s 0.24 0.20 0.23 0.20 -discoboles discobole nom m p 0.24 0.20 0.01 0.00 -discographie discographie nom f s 0.01 0.00 0.01 0.00 -discographiques discographique adj p 0.00 0.07 0.00 0.07 -discontinu discontinu adj m s 0.04 1.49 0.00 0.61 -discontinuaient discontinuer ver 0.03 1.82 0.00 0.07 ind:imp:3p; -discontinue discontinu adj f s 0.04 1.49 0.04 0.41 -discontinuer discontinuer ver 0.03 1.82 0.03 1.76 inf; -discontinues discontinu adj f p 0.04 1.49 0.00 0.27 -discontinuité discontinuité nom f s 0.05 0.68 0.05 0.68 -discontinus discontinu adj m p 0.04 1.49 0.00 0.20 -disconviens disconvenir ver 0.00 0.14 0.00 0.07 ind:pre:1s; -disconvint disconvenir ver 0.00 0.14 0.00 0.07 ind:pas:3s; -discordance discordance nom f s 0.06 0.68 0.04 0.41 -discordances discordance nom f p 0.06 0.68 0.02 0.27 -discordant discordant adj m s 0.14 2.91 0.08 0.74 -discordante discordant adj f s 0.14 2.91 0.02 0.74 -discordantes discordant adj f p 0.14 2.91 0.01 0.34 -discordants discordant adj m p 0.14 2.91 0.04 1.08 -discorde discorde nom f s 1.41 2.09 1.35 2.09 -discordes discorde nom f p 1.41 2.09 0.06 0.00 -discos disco nom p 1.81 0.34 0.02 0.00 -discothèque discothèque nom f s 1.32 0.81 1.12 0.74 -discothèques discothèque nom f p 1.32 0.81 0.20 0.07 -discount discount nom m s 0.39 0.27 0.39 0.27 -discouraient discourir ver 0.66 4.12 0.00 0.20 ind:imp:3p; -discourait discourir ver 0.66 4.12 0.00 1.01 ind:imp:3s; -discourant discourir ver 0.66 4.12 0.02 0.34 par:pre; -discoure discourir ver 0.66 4.12 0.01 0.07 sub:pre:1s;sub:pre:3s; -discourent discourir ver 0.66 4.12 0.01 0.07 ind:pre:3p; -discoureur discoureur nom m s 0.01 0.14 0.01 0.07 -discoureurs discoureur nom m p 0.01 0.14 0.00 0.07 -discourir discourir ver 0.66 4.12 0.39 2.09 inf; -discours discours nom m 42.75 50.54 42.75 50.54 -discourt discourir ver 0.66 4.12 0.11 0.07 ind:pre:3s; -discourtois discourtois adj m 0.28 0.41 0.25 0.14 -discourtoise discourtois adj f s 0.28 0.41 0.03 0.20 -discourtoises discourtois adj f p 0.28 0.41 0.00 0.07 -discouru discourir ver m s 0.66 4.12 0.10 0.20 par:pas; -discourut discourir ver 0.66 4.12 0.00 0.07 ind:pas:3s; -discret discret adj m s 15.61 33.04 9.52 13.58 -discrets discret adj m p 15.61 33.04 2.96 4.93 -discriminant discriminant adj m s 0.03 0.07 0.01 0.07 -discriminants discriminant adj m p 0.03 0.07 0.01 0.00 -discrimination discrimination nom f s 1.60 0.88 1.57 0.88 -discriminations discrimination nom f p 1.60 0.88 0.03 0.00 -discriminatoire discriminatoire adj s 0.15 0.07 0.15 0.07 -discriminer discriminer ver 0.18 0.14 0.17 0.14 inf; -discriminé discriminer ver m s 0.18 0.14 0.01 0.00 par:pas; -discrète discret adj f s 15.61 33.04 2.79 11.89 -discrètement discrètement adv 5.82 19.73 5.82 19.73 -discrètes discret adj f p 15.61 33.04 0.34 2.64 -discrédit discrédit nom m s 0.11 0.61 0.11 0.61 -discréditait discréditer ver 1.61 1.35 0.01 0.07 ind:imp:3s; -discréditant discréditer ver 1.61 1.35 0.02 0.00 par:pre; -discrédite discréditer ver 1.61 1.35 0.05 0.14 ind:pre:3s; -discréditer discréditer ver 1.61 1.35 1.20 0.61 ind:pre:2p;inf; -discréditerait discréditer ver 1.61 1.35 0.04 0.00 cnd:pre:3s; -discréditez discréditer ver 1.61 1.35 0.05 0.00 imp:pre:2p;ind:pre:2p; -discrédité discréditer ver m s 1.61 1.35 0.14 0.47 par:pas; -discréditée discréditer ver f s 1.61 1.35 0.04 0.00 par:pas; -discréditées discréditer ver f p 1.61 1.35 0.03 0.07 par:pas; -discrédités discréditer ver m p 1.61 1.35 0.04 0.00 par:pas; -discrétion discrétion nom f s 4.59 21.22 4.59 21.22 -discrétionnaire discrétionnaire adj s 0.13 0.20 0.09 0.14 -discrétionnaires discrétionnaire adj f p 0.13 0.20 0.04 0.07 -disculpait disculper ver 1.27 1.55 0.00 0.20 ind:imp:3s; -disculpant disculper ver 1.27 1.55 0.07 0.00 par:pre; -disculpation disculpation nom f s 0.04 0.00 0.04 0.00 -disculpe disculper ver 1.27 1.55 0.19 0.07 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -disculpent disculper ver 1.27 1.55 0.01 0.00 ind:pre:3p; -disculper disculper ver 1.27 1.55 0.61 1.22 inf; -disculperait disculper ver 1.27 1.55 0.01 0.00 cnd:pre:3s; -disculpez disculper ver 1.27 1.55 0.01 0.07 imp:pre:2p; -disculpé disculper ver m s 1.27 1.55 0.36 0.00 par:pas; -disculpés disculper ver m p 1.27 1.55 0.01 0.00 par:pas; -discursives discursif adj f p 0.00 0.07 0.00 0.07 -discussion discussion nom f s 23.58 33.51 19.54 20.88 -discussions discussion nom f p 23.58 33.51 4.05 12.64 -discuta discuter ver 96.42 58.65 0.01 0.74 ind:pas:3s; -discutable discutable adj s 0.79 1.01 0.59 0.68 -discutables discutable adj p 0.79 1.01 0.19 0.34 -discutai discuter ver 96.42 58.65 0.00 0.27 ind:pas:1s; -discutaient discuter ver 96.42 58.65 0.20 4.53 ind:imp:3p; -discutaillaient discutailler ver 0.48 0.81 0.00 0.14 ind:imp:3p; -discutaillait discutailler ver 0.48 0.81 0.01 0.07 ind:imp:3s; -discutaille discutailler ver 0.48 0.81 0.01 0.14 ind:pre:3s; -discutaillent discutailler ver 0.48 0.81 0.00 0.07 ind:pre:3p; -discutailler discutailler ver 0.48 0.81 0.46 0.41 inf; -discutailleries discutaillerie nom f p 0.00 0.14 0.00 0.14 -discutailleur discutailleur nom m s 0.00 0.07 0.00 0.07 -discutailleuse discutailleur adj f s 0.00 0.07 0.00 0.07 -discutais discuter ver 96.42 58.65 0.57 0.41 ind:imp:1s;ind:imp:2s; -discutait discuter ver 96.42 58.65 2.09 5.14 ind:imp:3s; -discutant discuter ver 96.42 58.65 0.60 2.97 par:pre; -discute discuter ver 96.42 58.65 14.75 5.54 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -discutent discuter ver 96.42 58.65 2.02 3.45 ind:pre:3p; -discuter discuter ver 96.42 58.65 50.43 25.47 inf; -discutera discuter ver 96.42 58.65 2.92 0.47 ind:fut:3s; -discuterai discuter ver 96.42 58.65 1.08 0.20 ind:fut:1s; -discuteraient discuter ver 96.42 58.65 0.05 0.07 cnd:pre:3p; -discuterais discuter ver 96.42 58.65 0.10 0.07 cnd:pre:1s; -discuterait discuter ver 96.42 58.65 0.52 0.41 cnd:pre:3s; -discuterez discuter ver 96.42 58.65 0.10 0.07 ind:fut:2p; -discuteriez discuter ver 96.42 58.65 0.02 0.00 cnd:pre:2p; -discuterions discuter ver 96.42 58.65 0.01 0.07 cnd:pre:1p; -discuterons discuter ver 96.42 58.65 1.66 0.20 ind:fut:1p; -discuteront discuter ver 96.42 58.65 0.04 0.07 ind:fut:3p; -discutes discuter ver 96.42 58.65 0.82 0.14 ind:pre:2s; -discutez discuter ver 96.42 58.65 2.73 0.14 imp:pre:2p;ind:pre:2p; -discutiez discuter ver 96.42 58.65 0.23 0.00 ind:imp:2p; -discutions discuter ver 96.42 58.65 0.71 1.01 ind:imp:1p;sub:pre:1p; -discutâmes discuter ver 96.42 58.65 0.00 0.47 ind:pas:1p; -discutons discuter ver 96.42 58.65 3.44 0.61 imp:pre:1p;ind:pre:1p; -discutât discuter ver 96.42 58.65 0.10 0.07 sub:imp:3s; -discutèrent discuter ver 96.42 58.65 0.02 0.88 ind:pas:3p; -discuté discuter ver m s 96.42 58.65 10.85 4.53 par:pas; -discutée discuter ver f s 96.42 58.65 0.20 0.34 par:pas; -discutées discuter ver f p 96.42 58.65 0.02 0.27 par:pas; -discutés discuter ver m p 96.42 58.65 0.12 0.07 par:pas; -dise dire ver_sup 5946.17 4832.50 53.46 25.41 sub:pre:1s;sub:pre:3s; -disent dire ver_sup 5946.17 4832.50 88.46 44.12 ind:pre:3p;sub:pre:3p; -disert disert adj m s 0.01 0.88 0.00 0.88 -diserte disert adj f s 0.01 0.88 0.01 0.00 -dises dire ver_sup 5946.17 4832.50 11.41 2.70 sub:pre:2s; -disette disette nom f s 0.06 1.76 0.06 1.62 -disettes disette nom f p 0.06 1.76 0.00 0.14 -diseur diseur nom m s 0.47 0.68 0.26 0.14 -diseurs diseur nom m p 0.47 0.68 0.06 0.20 -diseuse diseur nom f s 0.47 0.68 0.14 0.34 -diseuses diseuse nom f p 0.06 0.00 0.06 0.00 -disfonctionnement disfonctionnement nom m s 0.44 0.00 0.44 0.00 -disgracia disgracier ver 0.09 0.68 0.00 0.07 ind:pas:3s; -disgraciaient disgracier ver 0.09 0.68 0.00 0.07 ind:imp:3p; -disgraciait disgracier ver 0.09 0.68 0.00 0.07 ind:imp:3s; -disgracier disgracier ver 0.09 0.68 0.01 0.00 inf; -disgraciera disgracier ver 0.09 0.68 0.00 0.07 ind:fut:3s; -disgracieuse disgracieux adj f s 0.14 2.30 0.01 0.95 -disgracieusement disgracieusement adv 0.00 0.07 0.00 0.07 -disgracieuses disgracieux adj f p 0.14 2.30 0.04 0.14 -disgracieux disgracieux adj m 0.14 2.30 0.09 1.22 -disgracié disgracié adj m s 0.17 0.61 0.16 0.34 -disgraciée disgracier ver f s 0.09 0.68 0.01 0.14 par:pas; -disgraciées disgracié adj f p 0.17 0.61 0.00 0.07 -disgraciés disgracier ver m p 0.09 0.68 0.01 0.07 par:pas; -disgrâce disgrâce nom f s 1.76 4.46 1.76 3.99 -disgrâces disgrâce nom f p 1.76 4.46 0.00 0.47 -disharmonie disharmonie nom f s 0.01 0.07 0.01 0.07 -disiez dire ver_sup 5946.17 4832.50 20.36 4.66 ind:imp:2p;sub:pre:2p; -disions dire ver_sup 5946.17 4832.50 1.54 5.47 ind:imp:1p; -disjoignait disjoindre ver 0.10 1.49 0.00 0.07 ind:imp:3s; -disjoignant disjoindre ver 0.10 1.49 0.00 0.20 par:pre; -disjoignent disjoindre ver 0.10 1.49 0.00 0.07 ind:pre:3p; -disjoindre disjoindre ver 0.10 1.49 0.00 0.34 inf; -disjoint disjoint adj m s 0.13 2.03 0.10 0.27 -disjointe disjoint adj f s 0.13 2.03 0.01 0.00 -disjointes disjoint adj f p 0.13 2.03 0.00 1.28 -disjoints disjoindre ver m p 0.10 1.49 0.10 0.07 par:pas; -disjoncta disjoncter ver 3.31 0.68 0.00 0.14 ind:pas:3s; -disjonctais disjoncter ver 3.31 0.68 0.01 0.07 ind:imp:1s; -disjonctait disjoncter ver 3.31 0.68 0.02 0.00 ind:imp:3s; -disjoncte disjoncter ver 3.31 0.68 0.47 0.00 imp:pre:2s;ind:pre:1s;ind:pre:3s; -disjonctent disjoncter ver 3.31 0.68 0.02 0.00 ind:pre:3p; -disjoncter disjoncter ver 3.31 0.68 0.40 0.20 inf; -disjoncterais disjoncter ver 3.31 0.68 0.02 0.00 cnd:pre:1s;cnd:pre:2s; -disjoncterait disjoncter ver 3.31 0.68 0.04 0.07 cnd:pre:3s; -disjonctes disjoncter ver 3.31 0.68 0.57 0.00 ind:pre:2s; -disjoncteur disjoncteur nom m s 1.45 0.20 1.34 0.07 -disjoncteurs disjoncteur nom m p 1.45 0.20 0.11 0.14 -disjonctez disjoncter ver 3.31 0.68 0.03 0.00 imp:pre:2p;ind:pre:2p; -disjonction disjonction nom f s 0.00 0.14 0.00 0.07 -disjonctions disjonction nom f p 0.00 0.14 0.00 0.07 -disjoncté disjoncter ver m s 3.31 0.68 1.65 0.14 par:pas; -disjonctée disjoncter ver f s 3.31 0.68 0.05 0.07 par:pas; -disjonctés disjoncter ver m p 3.31 0.68 0.02 0.00 par:pas; -diskette diskette nom f s 0.00 0.81 0.00 0.81 -dislocation dislocation nom f s 0.16 1.35 0.16 1.28 -dislocations dislocation nom f p 0.16 1.35 0.00 0.07 -disloqua disloquer ver 0.54 4.80 0.00 0.14 ind:pas:3s; -disloquai disloquer ver 0.54 4.80 0.00 0.07 ind:pas:1s; -disloquaient disloquer ver 0.54 4.80 0.00 0.34 ind:imp:3p; -disloquait disloquer ver 0.54 4.80 0.00 0.27 ind:imp:3s; -disloquant disloquer ver 0.54 4.80 0.00 0.20 par:pre; -disloque disloquer ver 0.54 4.80 0.12 0.81 imp:pre:2s;ind:pre:1s;ind:pre:3s; -disloquent disloquer ver 0.54 4.80 0.01 0.14 ind:pre:3p; -disloquer disloquer ver 0.54 4.80 0.18 0.88 inf; -disloquerai disloquer ver 0.54 4.80 0.01 0.00 ind:fut:1s; -disloqueront disloquer ver 0.54 4.80 0.00 0.07 ind:fut:3p; -disloquât disloquer ver 0.54 4.80 0.00 0.07 sub:imp:3s; -disloquèrent disloquer ver 0.54 4.80 0.00 0.20 ind:pas:3p; -disloqué disloqué adj m s 0.12 3.24 0.07 1.35 -disloquée disloquer ver f s 0.54 4.80 0.05 0.27 par:pas; -disloquées disloquer ver f p 0.54 4.80 0.01 0.14 par:pas; -disloqués disloquer ver m p 0.54 4.80 0.11 0.34 par:pas; -disons dire ver_sup 5946.17 4832.50 45.13 17.84 imp:pre:1p;ind:pre:1p; -disparûmes disparaître ver 166.13 183.31 0.01 0.07 ind:pas:1p; -disparût disparaître ver 166.13 183.31 0.01 1.01 sub:imp:3s; -disparaît disparaître ver 166.13 183.31 10.02 16.35 ind:pre:3s; -disparaîtra disparaître ver 166.13 183.31 3.04 1.35 ind:fut:3s; -disparaîtrai disparaître ver 166.13 183.31 0.41 0.07 ind:fut:1s; -disparaîtraient disparaître ver 166.13 183.31 0.34 0.54 cnd:pre:3p; -disparaîtrais disparaître ver 166.13 183.31 0.23 0.07 cnd:pre:1s;cnd:pre:2s; -disparaîtrait disparaître ver 166.13 183.31 0.73 1.28 cnd:pre:3s; -disparaîtras disparaître ver 166.13 183.31 0.22 0.00 ind:fut:2s; -disparaître disparaître ver 166.13 183.31 27.16 36.76 inf; -disparaîtrez disparaître ver 166.13 183.31 0.12 0.14 ind:fut:2p; -disparaîtrions disparaître ver 166.13 183.31 0.01 0.00 cnd:pre:1p; -disparaîtrons disparaître ver 166.13 183.31 0.18 0.07 ind:fut:1p; -disparaîtront disparaître ver 166.13 183.31 0.59 1.01 ind:fut:3p; -disparais disparaître ver 166.13 183.31 8.97 0.95 imp:pre:2s;ind:pre:1s;ind:pre:2s; -disparaissaient disparaître ver 166.13 183.31 0.33 6.01 ind:imp:3p; -disparaissais disparaître ver 166.13 183.31 0.29 0.54 ind:imp:1s;ind:imp:2s; -disparaissait disparaître ver 166.13 183.31 1.11 11.15 ind:imp:3s; -disparaissant disparaître ver 166.13 183.31 0.32 4.73 par:pre; -disparaissante disparaissant adj f s 0.01 1.15 0.00 0.07 -disparaisse disparaître ver 166.13 183.31 2.94 2.43 sub:pre:1s;sub:pre:3s; -disparaissent disparaître ver 166.13 183.31 6.65 6.42 ind:pre:3p; -disparaisses disparaître ver 166.13 183.31 0.23 0.07 sub:pre:2s; -disparaissez disparaître ver 166.13 183.31 4.32 0.95 imp:pre:2p;ind:pre:2p; -disparaissiez disparaître ver 166.13 183.31 0.17 0.00 ind:imp:2p; -disparaissions disparaître ver 166.13 183.31 0.14 0.34 ind:imp:1p; -disparaissons disparaître ver 166.13 183.31 0.23 0.00 imp:pre:1p;ind:pre:1p; -disparate disparate adj s 0.27 3.18 0.02 1.28 -disparates disparate adj p 0.27 3.18 0.25 1.89 -disparition disparition nom f s 16.33 23.38 14.83 22.30 -disparitions disparition nom f p 16.33 23.38 1.50 1.08 -disparité disparité nom f s 0.07 0.27 0.07 0.27 -disparu disparaître ver m s 166.13 183.31 86.21 58.78 par:pas; -disparue disparaître ver f s 166.13 183.31 4.33 1.42 par:pas; -disparues disparu adj f p 9.82 14.80 1.55 1.55 -disparurent disparaître ver 166.13 183.31 0.45 4.80 ind:pas:3p; -disparus disparu nom m p 10.07 6.42 3.27 2.77 -disparut disparaître ver 166.13 183.31 2.05 24.66 ind:pas:3s; -dispatchais dispatcher ver 0.07 0.07 0.01 0.00 ind:imp:1s; -dispatchait dispatcher ver 0.07 0.07 0.00 0.07 ind:imp:3s; -dispatche dispatcher ver 0.07 0.07 0.04 0.00 imp:pre:2s;ind:pre:3s; -dispatcher dispatcher ver 0.07 0.07 0.01 0.00 inf; -dispatching dispatching nom m s 0.12 0.14 0.12 0.14 -dispendieuse dispendieux adj f s 0.07 0.47 0.00 0.14 -dispendieusement dispendieusement adv 0.00 0.07 0.00 0.07 -dispendieux dispendieux adj m 0.07 0.47 0.07 0.34 -dispensa dispenser ver 3.27 11.15 0.00 0.54 ind:pas:3s; -dispensable dispensable adj s 0.01 0.00 0.01 0.00 -dispensaient dispenser ver 3.27 11.15 0.02 0.34 ind:imp:3p; -dispensaire dispensaire nom m s 1.76 1.69 1.71 1.28 -dispensaires dispensaire nom m p 1.76 1.69 0.04 0.41 -dispensais dispenser ver 3.27 11.15 0.00 0.14 ind:imp:1s; -dispensait dispenser ver 3.27 11.15 0.38 1.89 ind:imp:3s; -dispensant dispenser ver 3.27 11.15 0.01 0.47 par:pre; -dispensateur dispensateur nom m s 0.02 1.15 0.02 0.20 -dispensateurs dispensateur nom m p 0.02 1.15 0.00 0.27 -dispensation dispensation nom f s 0.00 0.07 0.00 0.07 -dispensatrice dispensateur nom f s 0.02 1.15 0.00 0.54 -dispensatrices dispensateur nom f p 0.02 1.15 0.00 0.14 -dispense dispenser ver 3.27 11.15 1.14 1.89 imp:pre:2s;ind:pre:1s;ind:pre:3s; -dispensent dispenser ver 3.27 11.15 0.25 0.68 ind:pre:3p; -dispenser dispenser ver 3.27 11.15 0.33 1.76 inf; -dispenserait dispenser ver 3.27 11.15 0.03 0.20 cnd:pre:3s; -dispenseras dispenser ver 3.27 11.15 0.00 0.07 ind:fut:2s; -dispenses dispenser ver 3.27 11.15 0.03 0.00 ind:pre:2s; -dispensez dispenser ver 3.27 11.15 0.17 0.07 imp:pre:2p;ind:pre:2p; -dispensât dispenser ver 3.27 11.15 0.00 0.07 sub:imp:3s; -dispensèrent dispenser ver 3.27 11.15 0.01 0.00 ind:pas:3p; -dispensé dispenser ver m s 3.27 11.15 0.47 2.03 par:pas; -dispensée dispenser ver f s 3.27 11.15 0.35 0.61 par:pas; -dispensées dispenser ver f p 3.27 11.15 0.01 0.07 par:pas; -dispensés dispenser ver m p 3.27 11.15 0.07 0.34 par:pas; -dispersa disperser ver 10.58 18.85 0.01 1.22 ind:pas:3s; -dispersaient disperser ver 10.58 18.85 0.01 1.15 ind:imp:3p; -dispersait disperser ver 10.58 18.85 0.02 1.55 ind:imp:3s; -dispersant disperser ver 10.58 18.85 0.04 0.74 par:pre; -disperse disperser ver 10.58 18.85 1.35 2.16 imp:pre:2s;ind:pre:1s;ind:pre:3s; -dispersement dispersement nom m s 0.01 0.14 0.01 0.14 -dispersent disperser ver 10.58 18.85 0.35 0.95 ind:pre:3p; -disperser disperser ver 10.58 18.85 2.27 2.97 inf;; -dispersera disperser ver 10.58 18.85 0.08 0.07 ind:fut:3s; -disperserai disperser ver 10.58 18.85 0.16 0.00 ind:fut:1s; -disperseraient disperser ver 10.58 18.85 0.01 0.07 cnd:pre:3p; -disperserait disperser ver 10.58 18.85 0.00 0.14 cnd:pre:3s; -disperserons disperser ver 10.58 18.85 0.01 0.07 ind:fut:1p; -disperseront disperser ver 10.58 18.85 0.02 0.07 ind:fut:3p; -disperses disperser ver 10.58 18.85 0.12 0.14 ind:pre:2s; -dispersez disperser ver 10.58 18.85 3.24 0.07 imp:pre:2p;ind:pre:2p; -dispersif dispersif adj m s 0.01 0.00 0.01 0.00 -dispersion dispersion nom f s 0.93 4.19 0.93 4.12 -dispersions disperser ver 10.58 18.85 0.10 0.07 ind:imp:1p; -dispersons disperser ver 10.58 18.85 0.30 0.00 imp:pre:1p;ind:pre:1p; -dispersât disperser ver 10.58 18.85 0.00 0.07 sub:imp:3s; -dispersèrent disperser ver 10.58 18.85 0.00 1.35 ind:pas:3p; -dispersé disperser ver m s 10.58 18.85 0.86 1.35 par:pas; -dispersée disperser ver f s 10.58 18.85 0.36 0.88 par:pas; -dispersées disperser ver f p 10.58 18.85 0.41 0.88 par:pas; -dispersés disperser ver m p 10.58 18.85 0.86 2.91 par:pas; -dispo dispo adj s 0.44 0.00 0.44 0.00 -disponibilité disponibilité nom f s 1.23 3.58 1.01 2.64 -disponibilités disponibilité nom f p 1.23 3.58 0.21 0.95 -disponible disponible adj s 13.19 11.96 8.74 7.84 -disponibles disponible adj p 13.19 11.96 4.46 4.12 -dispos dispos adj m 0.80 2.03 0.75 1.69 -disposa disposer ver 21.07 83.18 0.00 3.24 ind:pas:3s; -disposai disposer ver 21.07 83.18 0.01 0.34 ind:pas:1s; -disposaient disposer ver 21.07 83.18 0.05 3.31 ind:imp:3p; -disposais disposer ver 21.07 83.18 0.08 2.77 ind:imp:1s;ind:imp:2s; -disposait disposer ver 21.07 83.18 0.14 11.01 ind:imp:3s; -disposant disposer ver 21.07 83.18 0.16 3.92 par:pre; -disposas disposer ver 21.07 83.18 0.00 0.07 ind:pas:2s; -dispose disposer ver 21.07 83.18 3.48 9.53 imp:pre:2s;ind:pre:1s;ind:pre:3s; -disposent disposer ver 21.07 83.18 0.56 2.36 ind:pre:3p; -disposer disposer ver 21.07 83.18 7.40 12.64 inf; -disposera disposer ver 21.07 83.18 0.21 0.34 ind:fut:3s; -disposerai disposer ver 21.07 83.18 0.17 0.07 ind:fut:1s; -disposeraient disposer ver 21.07 83.18 0.00 0.20 cnd:pre:3p; -disposerais disposer ver 21.07 83.18 0.00 0.27 cnd:pre:1s; -disposerait disposer ver 21.07 83.18 0.01 1.08 cnd:pre:3s; -disposeras disposer ver 21.07 83.18 0.00 0.07 ind:fut:2s; -disposerez disposer ver 21.07 83.18 0.17 0.27 ind:fut:2p; -disposerons disposer ver 21.07 83.18 0.13 0.07 ind:fut:1p; -disposeront disposer ver 21.07 83.18 0.00 0.20 ind:fut:3p; -disposes disposer ver 21.07 83.18 0.34 0.34 ind:pre:2s; -disposez disposer ver 21.07 83.18 2.15 0.81 imp:pre:2p;ind:pre:2p; -disposiez disposer ver 21.07 83.18 0.02 0.07 ind:imp:2p; -disposions disposer ver 21.07 83.18 0.10 1.42 ind:imp:1p; -dispositif dispositif nom m s 5.38 5.74 4.65 5.07 -dispositifs dispositif nom m p 5.38 5.74 0.73 0.68 -disposition disposition nom f s 14.99 45.07 11.62 27.91 -dispositions disposition nom f p 14.99 45.07 3.37 17.16 -disposâmes disposer ver 21.07 83.18 0.00 0.07 ind:pas:1p; -disposons disposer ver 21.07 83.18 0.81 1.22 imp:pre:1p;ind:pre:1p; -disposât disposer ver 21.07 83.18 0.00 0.68 sub:imp:3s; -disposèrent disposer ver 21.07 83.18 0.00 0.27 ind:pas:3p; -disposé disposer ver m s 21.07 83.18 2.96 12.91 par:pas; -disposée disposer ver f s 21.07 83.18 0.94 2.43 par:pas; -disposées disposer ver f p 21.07 83.18 0.26 3.24 par:pas; -disposés disposer ver m p 21.07 83.18 0.91 7.97 par:pas; -disproportion disproportion nom f s 0.27 0.95 0.27 0.88 -disproportionnelle disproportionnel adj f s 0.01 0.00 0.01 0.00 -disproportionné disproportionner ver m s 0.45 0.81 0.22 0.41 par:pas; -disproportionnée disproportionné adj f s 0.52 0.95 0.29 0.34 -disproportionnées disproportionner ver f p 0.45 0.81 0.11 0.00 par:pas; -disproportionnés disproportionné adj m p 0.52 0.95 0.03 0.20 -disproportions disproportion nom f p 0.27 0.95 0.00 0.07 -disputa disputer ver 39.31 22.09 0.00 0.20 ind:pas:3s; -disputaient disputer ver 39.31 22.09 1.21 4.46 ind:imp:3p; -disputais disputer ver 39.31 22.09 0.15 0.00 ind:imp:1s;ind:imp:2s; -disputait disputer ver 39.31 22.09 1.73 2.09 ind:imp:3s; -disputant disputer ver 39.31 22.09 0.37 1.42 par:pre; -dispute dispute nom f s 16.54 12.43 11.48 6.96 -disputent disputer ver 39.31 22.09 3.16 2.09 ind:pre:3p; -disputer disputer ver 39.31 22.09 10.54 4.12 ind:pre:2p;inf; -disputera disputer ver 39.31 22.09 0.48 0.14 ind:fut:3s; -disputerai disputer ver 39.31 22.09 0.22 0.00 ind:fut:1s; -disputeraient disputer ver 39.31 22.09 0.03 0.07 cnd:pre:3p; -disputerait disputer ver 39.31 22.09 0.20 0.07 cnd:pre:3s; -disputerez disputer ver 39.31 22.09 0.02 0.00 ind:fut:2p; -disputerons disputer ver 39.31 22.09 0.11 0.00 ind:fut:1p; -disputeront disputer ver 39.31 22.09 0.59 0.07 ind:fut:3p; -disputes dispute nom f p 16.54 12.43 5.07 5.47 -disputeur disputeur nom m s 0.00 0.07 0.00 0.07 -disputez disputer ver 39.31 22.09 2.37 0.20 imp:pre:2p;ind:pre:2p; -disputiez disputer ver 39.31 22.09 0.74 0.00 ind:imp:2p; -disputions disputer ver 39.31 22.09 0.15 0.61 ind:imp:1p; -disputâmes disputer ver 39.31 22.09 0.01 0.34 ind:pas:1p; -disputons disputer ver 39.31 22.09 1.27 0.47 imp:pre:1p;ind:pre:1p; -disputât disputer ver 39.31 22.09 0.00 0.20 sub:imp:3s; -disputèrent disputer ver 39.31 22.09 0.01 1.08 ind:pas:3p; -disputé disputer ver m s 39.31 22.09 2.96 1.08 par:pas; -disputée disputer ver f s 39.31 22.09 1.22 0.61 par:pas; -disputées disputer ver f p 39.31 22.09 0.83 0.14 par:pas; -disputés disputer ver m p 39.31 22.09 6.59 0.95 par:pas; -disquaire disquaire nom s 0.46 0.54 0.42 0.41 -disquaires disquaire nom p 0.46 0.54 0.04 0.14 -disqualifiait disqualifier ver 1.51 0.81 0.00 0.07 ind:imp:3s; -disqualifiant disqualifier ver 1.51 0.81 0.01 0.00 par:pre; -disqualification disqualification nom f s 0.15 0.07 0.14 0.07 -disqualifications disqualification nom f p 0.15 0.07 0.01 0.00 -disqualifie disqualifier ver 1.51 0.81 0.19 0.07 ind:pre:1s;ind:pre:3s; -disqualifient disqualifier ver 1.51 0.81 0.15 0.00 ind:pre:3p; -disqualifier disqualifier ver 1.51 0.81 0.14 0.20 inf; -disqualifié disqualifier ver m s 1.51 0.81 0.59 0.27 par:pas; -disqualifiée disqualifier ver f s 1.51 0.81 0.17 0.07 par:pas; -disqualifiées disqualifier ver f p 1.51 0.81 0.05 0.00 par:pas; -disqualifiés disqualifier ver m p 1.51 0.81 0.21 0.14 par:pas; -disque_jockey disque_jockey nom m s 0.01 0.07 0.01 0.07 -disque disque nom m s 33.61 42.16 20.36 21.49 -disques disque nom m p 33.61 42.16 13.26 20.68 -disquette disquette nom f s 2.48 0.41 1.81 0.41 -disquettes disquette nom f p 2.48 0.41 0.67 0.00 -disruptif disruptif adj m s 0.01 0.00 0.01 0.00 -disruption disruption nom f s 0.01 0.00 0.01 0.00 -dissection dissection nom f s 0.88 0.68 0.61 0.54 -dissections dissection nom f p 0.88 0.68 0.28 0.14 -dissemblable dissemblable adj s 0.05 1.69 0.02 0.34 -dissemblables dissemblable adj p 0.05 1.69 0.03 1.35 -dissemblance dissemblance nom f s 0.00 0.27 0.00 0.27 -dissension dissension nom f s 0.47 1.28 0.11 0.34 -dissensions dissension nom f p 0.47 1.28 0.36 0.95 -dissent dire ver_sup 5946.17 4832.50 0.04 0.00 sub:imp:3p; -dissentiment dissentiment nom m s 0.02 0.34 0.02 0.14 -dissentiments dissentiment nom m p 0.02 0.34 0.00 0.20 -dissertait disserter ver 0.22 1.28 0.02 0.20 ind:imp:3s; -dissertant disserter ver 0.22 1.28 0.00 0.14 par:pre; -dissertation dissertation nom f s 1.50 3.04 1.40 2.03 -dissertations dissertation nom f p 1.50 3.04 0.10 1.01 -disserte disserter ver 0.22 1.28 0.11 0.07 imp:pre:2s;ind:pre:1s;ind:pre:3s; -dissertent disserter ver 0.22 1.28 0.00 0.14 ind:pre:3p; -disserter disserter ver 0.22 1.28 0.04 0.68 inf; -disserterait disserter ver 0.22 1.28 0.01 0.00 cnd:pre:3s; -dissertes disserter ver 0.22 1.28 0.01 0.00 ind:pre:2s; -disserté disserter ver m s 0.22 1.28 0.02 0.07 par:pas; -dissidence dissidence nom f s 0.28 0.81 0.27 0.74 -dissidences dissidence nom f p 0.28 0.81 0.01 0.07 -dissident dissident nom m s 0.88 0.68 0.33 0.07 -dissidente dissident adj f s 0.61 0.81 0.09 0.14 -dissidentes dissident adj f p 0.61 0.81 0.02 0.20 -dissidents dissident nom m p 0.88 0.68 0.55 0.54 -dissimilaires dissimilaire adj p 0.01 0.00 0.01 0.00 -dissimiler dissimiler ver 0.01 0.00 0.01 0.00 inf; -dissimula dissimuler ver 8.67 51.01 0.14 1.55 ind:pas:3s; -dissimulables dissimulable adj p 0.00 0.07 0.00 0.07 -dissimulai dissimuler ver 8.67 51.01 0.00 0.14 ind:pas:1s; -dissimulaient dissimuler ver 8.67 51.01 0.04 2.30 ind:imp:3p; -dissimulais dissimuler ver 8.67 51.01 0.03 0.88 ind:imp:1s;ind:imp:2s; -dissimulait dissimuler ver 8.67 51.01 0.30 6.76 ind:imp:3s; -dissimulant dissimuler ver 8.67 51.01 0.26 3.18 par:pre; -dissimulateur dissimulateur adj m s 0.04 0.20 0.01 0.07 -dissimulateurs dissimulateur adj m p 0.04 0.20 0.02 0.00 -dissimulation dissimulation nom f s 1.47 2.30 1.35 2.23 -dissimulations dissimulation nom f p 1.47 2.30 0.11 0.07 -dissimulatrice dissimulateur adj f s 0.04 0.20 0.00 0.07 -dissimulatrices dissimulateur adj f p 0.04 0.20 0.00 0.07 -dissimule dissimuler ver 8.67 51.01 1.22 3.31 imp:pre:2s;ind:pre:1s;ind:pre:3s; -dissimulent dissimuler ver 8.67 51.01 0.11 1.35 ind:pre:3p; -dissimuler dissimuler ver 8.67 51.01 3.72 15.68 inf; -dissimulera dissimuler ver 8.67 51.01 0.01 0.00 ind:fut:3s; -dissimuleraient dissimuler ver 8.67 51.01 0.01 0.00 cnd:pre:3p; -dissimulerais dissimuler ver 8.67 51.01 0.00 0.07 cnd:pre:1s; -dissimulerait dissimuler ver 8.67 51.01 0.04 0.41 cnd:pre:3s; -dissimulerons dissimuler ver 8.67 51.01 0.00 0.07 ind:fut:1p; -dissimules dissimuler ver 8.67 51.01 0.02 0.00 ind:pre:2s; -dissimulez dissimuler ver 8.67 51.01 0.53 0.07 imp:pre:2p;ind:pre:2p; -dissimuliez dissimuler ver 8.67 51.01 0.00 0.07 ind:imp:2p; -dissimulions dissimuler ver 8.67 51.01 0.00 0.34 ind:imp:1p; -dissimulons dissimuler ver 8.67 51.01 0.04 0.27 imp:pre:1p;ind:pre:1p; -dissimulât dissimuler ver 8.67 51.01 0.00 0.14 sub:imp:3s; -dissimulèrent dissimuler ver 8.67 51.01 0.00 0.20 ind:pas:3p; -dissimulé dissimuler ver m s 8.67 51.01 1.24 7.43 par:pas; -dissimulée dissimuler ver f s 8.67 51.01 0.31 3.24 par:pas; -dissimulées dissimuler ver f p 8.67 51.01 0.20 0.81 par:pas; -dissimulés dissimuler ver m p 8.67 51.01 0.45 2.77 par:pas; -dissipa dissiper ver 4.76 19.59 0.12 1.62 ind:pas:3s; -dissipaient dissiper ver 4.76 19.59 0.01 0.54 ind:imp:3p; -dissipait dissiper ver 4.76 19.59 0.01 2.70 ind:imp:3s; -dissipant dissiper ver 4.76 19.59 0.03 0.47 par:pre; -dissipateur dissipateur nom m s 0.01 0.27 0.01 0.20 -dissipateurs dissipateur nom m p 0.01 0.27 0.00 0.07 -dissipation dissipation nom f s 0.04 0.95 0.04 0.61 -dissipations dissipation nom f p 0.04 0.95 0.00 0.34 -dissipe dissiper ver 4.76 19.59 1.26 2.50 imp:pre:2s;ind:pre:1s;ind:pre:3s; -dissipent dissiper ver 4.76 19.59 0.22 0.54 ind:pre:3p; -dissiper dissiper ver 4.76 19.59 1.43 5.88 inf; -dissipera dissiper ver 4.76 19.59 0.33 0.07 ind:fut:3s; -dissiperais dissiper ver 4.76 19.59 0.00 0.07 cnd:pre:1s; -dissiperait dissiper ver 4.76 19.59 0.04 0.20 cnd:pre:3s; -dissiperont dissiper ver 4.76 19.59 0.08 0.07 ind:fut:3p; -dissipez dissiper ver 4.76 19.59 0.05 0.00 imp:pre:2p;ind:pre:2p; -dissipèrent dissiper ver 4.76 19.59 0.01 0.14 ind:pas:3p; -dissipé dissiper ver m s 4.76 19.59 0.75 2.30 par:pas; -dissipée dissiper ver f s 4.76 19.59 0.34 1.89 par:pas; -dissipées dissipé adj f p 0.29 1.49 0.03 0.14 -dissipés dissiper ver m p 4.76 19.59 0.07 0.34 par:pas; -dissocia dissocier ver 0.83 3.04 0.00 0.14 ind:pas:3s; -dissociaient dissocier ver 0.83 3.04 0.00 0.14 ind:imp:3p; -dissociait dissocier ver 0.83 3.04 0.00 0.27 ind:imp:3s; -dissociant dissocier ver 0.83 3.04 0.00 0.14 par:pre; -dissociatif dissociatif adj m s 0.28 0.00 0.17 0.00 -dissociatifs dissociatif adj m p 0.28 0.00 0.01 0.00 -dissociation dissociation nom f s 0.32 0.41 0.32 0.34 -dissociations dissociation nom f p 0.32 0.41 0.00 0.07 -dissociative dissociatif adj f s 0.28 0.00 0.10 0.00 -dissocie dissocier ver 0.83 3.04 0.02 0.07 ind:pre:1s;ind:pre:3s; -dissocient dissocier ver 0.83 3.04 0.01 0.14 ind:pre:3p; -dissocier dissocier ver 0.83 3.04 0.33 0.95 inf; -dissocierons dissocier ver 0.83 3.04 0.00 0.07 ind:fut:1p; -dissocié dissocier ver m s 0.83 3.04 0.33 0.61 par:pas; -dissociée dissocier ver f s 0.83 3.04 0.07 0.00 par:pas; -dissociées dissocier ver f p 0.83 3.04 0.03 0.14 par:pas; -dissociés dissocier ver m p 0.83 3.04 0.04 0.41 par:pas; -dissolu dissolu adj m s 0.82 0.68 0.12 0.07 -dissolue dissolu adj f s 0.82 0.68 0.47 0.41 -dissolues dissolu adj f p 0.82 0.68 0.12 0.14 -dissolus dissolu adj m p 0.82 0.68 0.11 0.07 -dissolution dissolution nom f s 0.80 2.50 0.80 2.50 -dissolvaient dissoudre ver 3.94 12.30 0.00 0.81 ind:imp:3p; -dissolvait dissoudre ver 3.94 12.30 0.01 1.01 ind:imp:3s; -dissolvant dissolvant nom m s 0.41 0.34 0.38 0.34 -dissolvante dissolvant adj f s 0.01 1.01 0.00 0.34 -dissolvantes dissolvant adj f p 0.01 1.01 0.00 0.14 -dissolvants dissolvant nom m p 0.41 0.34 0.03 0.00 -dissolve dissoudre ver 3.94 12.30 0.07 0.14 sub:pre:3s; -dissolvent dissoudre ver 3.94 12.30 0.04 0.41 ind:pre:3p; -dissolves dissoudre ver 3.94 12.30 0.01 0.00 sub:pre:2s; -dissonance dissonance nom f s 0.42 0.54 0.14 0.20 -dissonances dissonance nom f p 0.42 0.54 0.28 0.34 -dissonant dissoner ver 0.01 0.00 0.01 0.00 par:pre; -dissonants dissonant adj m p 0.00 0.27 0.00 0.07 -dissoudra dissoudre ver 3.94 12.30 0.03 0.07 ind:fut:3s; -dissoudrai dissoudre ver 3.94 12.30 0.00 0.07 ind:fut:1s; -dissoudrait dissoudre ver 3.94 12.30 0.01 0.07 cnd:pre:3s; -dissoudre dissoudre ver 3.94 12.30 1.38 6.55 inf; -dissoudront dissoudre ver 3.94 12.30 0.04 0.00 ind:fut:3p; -dissous dissoudre ver m 3.94 12.30 1.19 1.42 imp:pre:2s;ind:pre:1s;ind:pre:2s;par:pas;par:pas; -dissout dissoudre ver 3.94 12.30 1.03 1.08 ind:pre:3s; -dissoute dissoute adj f s 0.46 2.57 0.40 1.42 -dissoutes dissoute adj f p 0.46 2.57 0.07 1.15 -dissèque disséquer ver 1.56 2.16 0.29 0.20 imp:pre:2s;ind:pre:1s;ind:pre:3s; -dissèquent disséquer ver 1.56 2.16 0.01 0.14 ind:pre:3p; -dissuada dissuader ver 3.66 3.72 0.00 0.47 ind:pas:3s; -dissuadai dissuader ver 3.66 3.72 0.00 0.20 ind:pas:1s; -dissuadait dissuader ver 3.66 3.72 0.01 0.20 ind:imp:3s; -dissuadant dissuader ver 3.66 3.72 0.01 0.14 par:pre; -dissuade dissuader ver 3.66 3.72 0.15 0.07 imp:pre:2s;ind:pre:1s;ind:pre:3s; -dissuadent dissuader ver 3.66 3.72 0.02 0.14 ind:pre:3p; -dissuader dissuader ver 3.66 3.72 2.62 1.96 inf; -dissuadera dissuader ver 3.66 3.72 0.10 0.00 ind:fut:3s; -dissuaderas dissuader ver 3.66 3.72 0.01 0.00 ind:fut:2s; -dissuaderez dissuader ver 3.66 3.72 0.03 0.00 ind:fut:2p; -dissuaderont dissuader ver 3.66 3.72 0.02 0.00 ind:fut:3p; -dissuadez dissuader ver 3.66 3.72 0.26 0.00 imp:pre:2p; -dissuadiez dissuader ver 3.66 3.72 0.01 0.00 ind:imp:2p; -dissuadèrent dissuader ver 3.66 3.72 0.00 0.07 ind:pas:3p; -dissuadé dissuader ver m s 3.66 3.72 0.25 0.34 par:pas; -dissuadée dissuader ver f s 3.66 3.72 0.13 0.14 par:pas; -dissuadés dissuader ver m p 3.66 3.72 0.03 0.00 par:pas; -dissuasif dissuasif adj m s 0.21 0.07 0.19 0.07 -dissuasion dissuasion nom f s 0.29 0.27 0.29 0.27 -dissuasive dissuasif adj f s 0.21 0.07 0.02 0.00 -dissémina disséminer ver 0.46 2.16 0.00 0.07 ind:pas:3s; -disséminait disséminer ver 0.46 2.16 0.00 0.07 ind:imp:3s; -disséminant disséminer ver 0.46 2.16 0.01 0.00 par:pre; -dissémination dissémination nom f s 0.07 0.14 0.07 0.14 -disséminent disséminer ver 0.46 2.16 0.01 0.00 ind:pre:3p; -disséminer disséminer ver 0.46 2.16 0.18 0.07 inf; -disséminèrent disséminer ver 0.46 2.16 0.00 0.07 ind:pas:3p; -disséminé disséminé adj m s 0.08 0.47 0.02 0.00 -disséminée disséminé adj f s 0.08 0.47 0.01 0.14 -disséminées disséminer ver f p 0.46 2.16 0.06 0.74 par:pas; -disséminés disséminer ver m p 0.46 2.16 0.17 1.15 par:pas; -disséquai disséquer ver 1.56 2.16 0.01 0.00 ind:pas:1s; -disséquait disséquer ver 1.56 2.16 0.01 0.07 ind:imp:3s; -disséquant disséquer ver 1.56 2.16 0.03 0.00 par:pre; -disséquer disséquer ver 1.56 2.16 0.64 0.88 inf;; -disséqueraient disséquer ver 1.56 2.16 0.00 0.07 cnd:pre:3p; -disséquerais disséquer ver 1.56 2.16 0.02 0.00 cnd:pre:1s; -disséqueur disséqueur nom m s 0.01 0.00 0.01 0.00 -disséquez disséquer ver 1.56 2.16 0.07 0.00 imp:pre:2p; -disséquiez disséquer ver 1.56 2.16 0.03 0.00 ind:imp:2p; -disséquions disséquer ver 1.56 2.16 0.00 0.07 ind:imp:1p; -disséquons disséquer ver 1.56 2.16 0.03 0.00 ind:pre:1p; -disséqué disséquer ver m s 1.56 2.16 0.32 0.47 par:pas; -disséquée disséquer ver f s 1.56 2.16 0.07 0.14 par:pas; -disséqués disséquer ver m p 1.56 2.16 0.04 0.14 par:pas; -dissymétrie dissymétrie nom f s 0.14 0.54 0.14 0.54 -dissymétrique dissymétrique adj m s 0.00 0.27 0.00 0.07 -dissymétriques dissymétrique adj p 0.00 0.27 0.00 0.20 -distal distal adj m s 0.19 0.00 0.15 0.00 -distale distal adj f s 0.19 0.00 0.01 0.00 -distance distance nom f s 31.56 62.43 26.13 52.64 -distancent distancer ver 1.25 1.96 0.01 0.00 ind:pre:3p; -distancer distancer ver 1.25 1.96 0.30 0.47 inf; -distancerez distancer ver 1.25 1.96 0.01 0.00 ind:fut:2p; -distances distance nom f p 31.56 62.43 5.43 9.80 -distanciation distanciation nom f s 0.01 0.00 0.01 0.00 -distancier distancier ver 0.25 0.00 0.15 0.00 inf; -distancié distancier ver m s 0.25 0.00 0.10 0.00 par:pas; -distancé distancer ver m s 1.25 1.96 0.08 0.34 par:pas; -distancée distancer ver f s 1.25 1.96 0.12 0.14 par:pas; -distancés distancer ver m p 1.25 1.96 0.03 0.61 par:pas; -distant distant adj m s 3.48 7.50 2.47 2.64 -distante distant adj f s 3.48 7.50 0.66 2.91 -distantes distant adj f p 3.48 7.50 0.08 0.74 -distança distancer ver 1.25 1.96 0.00 0.20 ind:pas:3s; -distançait distancer ver 1.25 1.96 0.00 0.07 ind:imp:3s; -distançant distancer ver 1.25 1.96 0.01 0.14 par:pre; -distançons distancer ver 1.25 1.96 0.01 0.00 imp:pre:1p; -distants distant adj m p 3.48 7.50 0.28 1.22 -distaux distal adj m p 0.19 0.00 0.03 0.00 -distend distendre ver 0.41 3.24 0.02 0.74 ind:pre:3s; -distendaient distendre ver 0.41 3.24 0.00 0.07 ind:imp:3p; -distendait distendre ver 0.41 3.24 0.00 0.34 ind:imp:3s; -distendant distendre ver 0.41 3.24 0.00 0.14 par:pre; -distende distendre ver 0.41 3.24 0.00 0.07 sub:pre:3s; -distendent distendre ver 0.41 3.24 0.00 0.14 ind:pre:3p; -distendit distendre ver 0.41 3.24 0.00 0.07 ind:pas:3s; -distendrait distendre ver 0.41 3.24 0.00 0.07 cnd:pre:3s; -distendre distendre ver 0.41 3.24 0.00 0.41 inf; -distendu distendre ver m s 0.41 3.24 0.11 0.20 par:pas; -distendue distendu adj f s 0.13 2.64 0.01 0.34 -distendues distendre ver f p 0.41 3.24 0.01 0.20 par:pas; -distendus distendre ver m p 0.41 3.24 0.27 0.47 par:pas; -distension distension nom f s 0.07 0.07 0.07 0.07 -distillaient distiller ver 1.13 4.05 0.00 0.07 ind:imp:3p; -distillait distiller ver 1.13 4.05 0.00 0.81 ind:imp:3s; -distillant distiller ver 1.13 4.05 0.01 0.27 par:pre; -distillat distillat nom m s 0.07 0.00 0.07 0.00 -distillateur distillateur nom m s 0.05 0.14 0.02 0.07 -distillateurs distillateur nom m p 0.05 0.14 0.03 0.07 -distillation distillation nom f s 0.04 0.47 0.04 0.41 -distillations distillation nom f p 0.04 0.47 0.00 0.07 -distille distiller ver 1.13 4.05 0.14 0.95 ind:pre:1s;ind:pre:3s; -distillent distiller ver 1.13 4.05 0.15 0.27 ind:pre:3p; -distiller distiller ver 1.13 4.05 0.23 0.61 inf; -distillera distiller ver 1.13 4.05 0.00 0.07 ind:fut:3s; -distillerie distillerie nom f s 0.98 0.41 0.84 0.41 -distilleries distillerie nom f p 0.98 0.41 0.14 0.00 -distilleront distiller ver 1.13 4.05 0.00 0.07 ind:fut:3p; -distillez distiller ver 1.13 4.05 0.03 0.00 imp:pre:2p;ind:pre:2p; -distillé distiller ver m s 1.13 4.05 0.25 0.54 par:pas; -distillée distiller ver f s 1.13 4.05 0.27 0.27 par:pas; -distillées distiller ver f p 1.13 4.05 0.00 0.07 par:pas; -distillés distiller ver m p 1.13 4.05 0.05 0.07 par:pas; -distinct distinct adj m s 2.56 9.46 0.31 2.43 -distincte distinct adj f s 2.56 9.46 0.26 2.64 -distinctement distinctement adv 1.48 6.76 1.48 6.76 -distinctes distinct adj f p 2.56 9.46 1.38 2.30 -distinctif distinctif adj m s 0.71 1.62 0.34 1.15 -distinctifs distinctif adj m p 0.71 1.62 0.28 0.27 -distinction distinction nom f s 2.86 10.14 2.38 9.19 -distinctions distinction nom f p 2.86 10.14 0.48 0.95 -distinctive distinctif adj f s 0.71 1.62 0.06 0.14 -distinctives distinctif adj f p 0.71 1.62 0.03 0.07 -distincts distinct adj m p 2.56 9.46 0.61 2.09 -distingua distinguer ver 12.77 74.12 0.01 4.39 ind:pas:3s; -distinguai distinguer ver 12.77 74.12 0.00 1.28 ind:pas:1s; -distinguaient distinguer ver 12.77 74.12 0.02 2.64 ind:imp:3p; -distinguais distinguer ver 12.77 74.12 0.40 2.97 ind:imp:1s; -distinguait distinguer ver 12.77 74.12 0.52 12.97 ind:imp:3s; -distinguant distinguer ver 12.77 74.12 0.00 0.74 par:pre; -distingue distinguer ver 12.77 74.12 3.59 15.34 imp:pre:2s;ind:pre:1s;ind:pre:3s; -distinguent distinguer ver 12.77 74.12 0.36 1.15 ind:pre:3p; -distinguer distinguer ver 12.77 74.12 5.74 24.12 inf; -distinguera distinguer ver 12.77 74.12 0.04 0.07 ind:fut:3s; -distingueraient distinguer ver 12.77 74.12 0.01 0.20 cnd:pre:3p; -distinguerait distinguer ver 12.77 74.12 0.00 0.27 cnd:pre:3s; -distinguerez distinguer ver 12.77 74.12 0.01 0.07 ind:fut:2p; -distingues distinguer ver 12.77 74.12 0.32 0.14 ind:pre:2s; -distinguez distinguer ver 12.77 74.12 0.22 0.14 imp:pre:2p;ind:pre:2p; -distinguions distinguer ver 12.77 74.12 0.10 0.41 ind:imp:1p; -distinguo distinguo nom m s 0.06 0.20 0.04 0.20 -distinguons distinguer ver 12.77 74.12 0.01 0.61 imp:pre:1p;ind:pre:1p; -distinguos distinguo nom m p 0.06 0.20 0.02 0.00 -distinguât distinguer ver 12.77 74.12 0.00 0.41 sub:imp:3s; -distinguèrent distinguer ver 12.77 74.12 0.00 0.54 ind:pas:3p; -distingué distingué adj m s 5.04 9.39 2.81 4.19 -distinguée distingué adj f s 5.04 9.39 1.23 2.16 -distinguées distingué adj f p 5.04 9.39 0.21 0.68 -distingués distingué adj m p 5.04 9.39 0.80 2.36 -distord distordre ver 0.10 0.61 0.00 0.07 ind:pre:3s; -distordant distordre ver 0.10 0.61 0.00 0.07 par:pre; -distordre distordre ver 0.10 0.61 0.01 0.07 inf; -distordu distordre ver m s 0.10 0.61 0.02 0.20 par:pas; -distordue distordre ver f s 0.10 0.61 0.06 0.14 par:pas; -distordues distordre ver f p 0.10 0.61 0.00 0.07 par:pas; -distorsion distorsion nom f s 1.05 0.61 0.80 0.27 -distorsions distorsion nom f p 1.05 0.61 0.26 0.34 -distraction distraction nom f s 3.98 14.05 2.80 9.19 -distractions distraction nom f p 3.98 14.05 1.18 4.86 -distractives distractif adj f p 0.00 0.07 0.00 0.07 -distraie distraire ver 15.99 27.77 0.02 0.20 sub:pre:1s;sub:pre:3s; -distraient distraire ver 15.99 27.77 0.37 0.27 ind:pre:3p;sub:pre:3p; -distraies distraire ver 15.99 27.77 0.01 0.07 sub:pre:2s; -distraira distraire ver 15.99 27.77 0.41 0.34 ind:fut:3s; -distrairaient distraire ver 15.99 27.77 0.00 0.07 cnd:pre:3p; -distrairait distraire ver 15.99 27.77 0.05 0.41 cnd:pre:3s; -distraire distraire ver 15.99 27.77 7.55 13.38 ind:pre:2p;inf; -distrairont distraire ver 15.99 27.77 0.01 0.07 ind:fut:3p; -distrais distraire ver 15.99 27.77 0.76 0.20 imp:pre:2s;ind:pre:1s;ind:pre:2s; -distrait distraire ver m s 15.99 27.77 4.45 6.76 ind:pre:3s;par:pas; -distraite distraire ver f s 15.99 27.77 1.20 2.50 par:pas; -distraitement distraitement adv 0.11 13.51 0.11 13.51 -distraites distraire ver f p 15.99 27.77 0.05 0.20 par:pas; -distraits distraire ver m p 15.99 27.77 0.29 0.74 par:pas; -distrayaient distraire ver 15.99 27.77 0.00 0.54 ind:imp:3p; -distrayais distraire ver 15.99 27.77 0.04 0.27 ind:imp:1s; -distrayait distraire ver 15.99 27.77 0.15 1.42 ind:imp:3s; -distrayant distrayant adj m s 0.94 1.08 0.64 0.81 -distrayante distrayant adj f s 0.94 1.08 0.25 0.00 -distrayantes distrayant adj f p 0.94 1.08 0.03 0.14 -distrayants distrayant adj m p 0.94 1.08 0.03 0.14 -distrayez distraire ver 15.99 27.77 0.34 0.00 imp:pre:2p;ind:pre:2p; -distrayons distraire ver 15.99 27.77 0.11 0.07 imp:pre:1p;ind:pre:1p; -distribua distribuer ver 14.06 25.54 0.18 1.55 ind:pas:3s; -distribuai distribuer ver 14.06 25.54 0.00 0.20 ind:pas:1s; -distribuaient distribuer ver 14.06 25.54 0.18 1.15 ind:imp:3p; -distribuais distribuer ver 14.06 25.54 0.14 0.14 ind:imp:1s;ind:imp:2s; -distribuait distribuer ver 14.06 25.54 0.41 4.59 ind:imp:3s; -distribuant distribuer ver 14.06 25.54 0.31 1.89 par:pre; -distribue distribuer ver 14.06 25.54 2.00 3.45 imp:pre:2s;ind:pre:1s;ind:pre:3s; -distribuent distribuer ver 14.06 25.54 0.42 0.81 ind:pre:3p; -distribuer distribuer ver 14.06 25.54 4.90 5.88 inf; -distribuera distribuer ver 14.06 25.54 0.15 0.20 ind:fut:3s; -distribuerai distribuer ver 14.06 25.54 0.36 0.00 ind:fut:1s; -distribuerais distribuer ver 14.06 25.54 0.02 0.00 cnd:pre:1s; -distribuerait distribuer ver 14.06 25.54 0.00 0.34 cnd:pre:3s; -distribuerez distribuer ver 14.06 25.54 0.19 0.00 ind:fut:2p; -distribuerions distribuer ver 14.06 25.54 0.00 0.07 cnd:pre:1p; -distribuerons distribuer ver 14.06 25.54 0.02 0.00 ind:fut:1p; -distribueront distribuer ver 14.06 25.54 0.04 0.07 ind:fut:3p; -distribues distribuer ver 14.06 25.54 0.56 0.00 ind:pre:2s; -distribuez distribuer ver 14.06 25.54 0.91 0.07 imp:pre:2p;ind:pre:2p; -distribuiez distribuer ver 14.06 25.54 0.01 0.00 ind:imp:2p; -distribuions distribuer ver 14.06 25.54 0.01 0.07 ind:imp:1p; -distribuons distribuer ver 14.06 25.54 0.10 0.07 imp:pre:1p;ind:pre:1p; -distribuât distribuer ver 14.06 25.54 0.00 0.07 sub:imp:3s; -distributeur distributeur nom m s 7.88 2.77 6.03 1.89 -distributeurs distributeur nom m p 7.88 2.77 1.84 0.81 -distribuèrent distribuer ver 14.06 25.54 0.00 0.07 ind:pas:3p; -distribution distribution nom f s 4.77 8.85 4.63 7.23 -distributions distribution nom f p 4.77 8.85 0.14 1.62 -distributive distributif adj f s 0.00 0.07 0.00 0.07 -distributrice distributeur nom f s 7.88 2.77 0.02 0.07 -distribué distribuer ver m s 14.06 25.54 2.17 2.16 par:pas; -distribuée distribuer ver f s 14.06 25.54 0.35 0.34 par:pas; -distribuées distribuer ver f p 14.06 25.54 0.34 0.95 par:pas; -distribués distribuer ver m p 14.06 25.54 0.28 1.42 par:pas; -district district nom m s 6.14 1.69 5.85 1.42 -districts district nom m p 6.14 1.69 0.29 0.27 -dit dire ver_sup m s 5946.17 4832.50 2146.01 2601.62 ind:fut:3p;ind:pre:3s;ind:pas:3s;par:pas; -dite dire ver_sup f s 5946.17 4832.50 4.53 9.19 par:pas; -dites dire ver_sup f p 5946.17 4832.50 311.69 77.43 imp:pre:2p;ind:pre:2p;par:pas; -dièdre dièdre nom m s 0.00 0.41 0.00 0.27 -dièdres dièdre nom m p 0.00 0.41 0.00 0.14 -dièse diéser ver 0.51 0.41 0.51 0.34 ind:pre:3s; -dièses dièse nom m p 0.27 0.27 0.02 0.14 -diète diète nom f s 0.42 0.54 0.42 0.54 -dithyrambe dithyrambe nom m s 0.00 0.34 0.00 0.14 -dithyrambes dithyrambe nom m p 0.00 0.34 0.00 0.20 -dithyrambique dithyrambique adj m s 0.03 0.47 0.01 0.27 -dithyrambiques dithyrambique adj p 0.03 0.47 0.02 0.20 -dito dito adv 0.00 0.34 0.00 0.34 -dits dire ver_sup m p 5946.17 4832.50 1.52 4.46 par:pas; -diurnal diurnal adj m s 0.00 0.07 0.00 0.07 -diurne diurne adj s 0.09 2.03 0.07 1.69 -diurnes diurne adj p 0.09 2.03 0.01 0.34 -diurèse diurèse nom f s 0.07 0.00 0.07 0.00 -diérèses diérèse nom f p 0.00 0.07 0.00 0.07 -diurétique diurétique adj s 0.28 0.00 0.14 0.00 -diurétiques diurétique adj p 0.28 0.00 0.14 0.00 -diéthylénique diéthylénique adj m s 0.01 0.00 0.01 0.00 -diététicien diététicien nom m s 0.09 0.61 0.03 0.54 -diététicienne diététicien nom f s 0.09 0.61 0.06 0.00 -diététiciens diététicien nom m p 0.09 0.61 0.00 0.07 -diététique diététique adj s 1.03 0.47 0.96 0.27 -diététiques diététique adj p 1.03 0.47 0.07 0.20 -diététiste diététiste nom s 0.01 0.00 0.01 0.00 -diva diva nom f s 4.16 1.28 3.60 1.22 -divagant divagant adj m s 0.00 0.20 0.00 0.14 -divagants divagant adj m p 0.00 0.20 0.00 0.07 -divagation divagation nom f s 0.53 2.23 0.00 0.61 -divagations divagation nom f p 0.53 2.23 0.53 1.62 -divaguaient divaguer ver 2.91 4.26 0.00 0.20 ind:imp:3p; -divaguait divaguer ver 2.91 4.26 0.19 0.74 ind:imp:3s; -divaguant divaguer ver 2.91 4.26 0.03 0.41 par:pre; -divague divaguer ver 2.91 4.26 1.27 1.28 imp:pre:2s;ind:pre:1s;ind:pre:3s; -divaguent divaguer ver 2.91 4.26 0.01 0.27 ind:pre:3p; -divaguer divaguer ver 2.91 4.26 0.44 1.15 ind:pre:2p;inf; -divagues divaguer ver 2.91 4.26 0.59 0.07 ind:pre:2s; -divaguez divaguer ver 2.91 4.26 0.32 0.07 ind:pre:2p; -divagué divaguer ver m s 2.91 4.26 0.07 0.07 par:pas; -divan divan nom m s 4.92 24.46 4.89 21.55 -divans divan nom m p 4.92 24.46 0.03 2.91 -divas diva nom f p 4.16 1.28 0.56 0.07 -dive dive adj f s 0.00 0.20 0.00 0.20 -diverge diverger ver 0.57 1.01 0.17 0.00 ind:pre:3s; -divergeaient diverger ver 0.57 1.01 0.03 0.34 ind:imp:3p; -divergeait diverger ver 0.57 1.01 0.01 0.00 ind:imp:3s; -divergeant diverger ver 0.57 1.01 0.00 0.14 par:pre; -divergence divergence nom f s 1.19 2.84 0.41 0.95 -divergences divergence nom f p 1.19 2.84 0.77 1.89 -divergent diverger ver 0.57 1.01 0.25 0.20 ind:pre:3p; -divergente divergent adj f s 0.43 2.23 0.02 0.00 -divergentes divergent adj f p 0.43 2.23 0.31 0.68 -divergents divergent adj m p 0.43 2.23 0.03 0.95 -divergeons diverger ver 0.57 1.01 0.02 0.00 ind:pre:1p; -diverger diverger ver 0.57 1.01 0.01 0.27 inf; -divergez diverger ver 0.57 1.01 0.01 0.00 ind:pre:2p; -divergions diverger ver 0.57 1.01 0.01 0.00 ind:imp:1p; -divergé diverger ver m s 0.57 1.01 0.06 0.07 par:pas; -divers divers adj_ind m p 7.28 52.77 3.60 11.69 -diverse divers adj f s 7.28 52.77 0.03 0.68 -diversement diversement adv 0.04 0.74 0.04 0.74 -diverses diverses adj_ind f p 3.08 8.04 3.08 8.04 -diversifiant diversifier ver 0.54 0.88 0.00 0.07 par:pre; -diversification diversification nom f s 0.14 0.14 0.14 0.14 -diversifie diversifier ver 0.54 0.88 0.09 0.07 imp:pre:2s;ind:pre:1s;ind:pre:3s; -diversifient diversifier ver 0.54 0.88 0.04 0.14 ind:pre:3p; -diversifier diversifier ver 0.54 0.88 0.23 0.41 inf; -diversifié diversifier ver m s 0.54 0.88 0.05 0.07 par:pas; -diversifiée diversifier ver f s 0.54 0.88 0.06 0.07 par:pas; -diversifiées diversifier ver f p 0.54 0.88 0.03 0.07 par:pas; -diversifiés diversifier ver m p 0.54 0.88 0.05 0.00 par:pas; -diversion diversion nom f s 4.33 6.22 4.26 6.01 -diversions diversion nom f p 4.33 6.22 0.07 0.20 -diversité diversité nom f s 1.02 3.85 1.01 3.78 -diversités diversité nom f p 1.02 3.85 0.01 0.07 -diverti divertir ver m s 4.49 4.26 0.28 0.68 par:pas; -diverticule diverticule nom m s 0.03 0.00 0.03 0.00 -diverticulose diverticulose nom f s 0.04 0.00 0.04 0.00 -divertie divertir ver f s 4.49 4.26 0.08 0.00 par:pas; -divertimento divertimento nom m s 0.00 0.14 0.00 0.14 -divertir divertir ver 4.49 4.26 2.71 1.82 inf; -divertira divertir ver 4.49 4.26 0.01 0.07 ind:fut:3s; -divertirait divertir ver 4.49 4.26 0.02 0.00 cnd:pre:3s; -divertirent divertir ver 4.49 4.26 0.00 0.07 ind:pas:3p; -divertirons divertir ver 4.49 4.26 0.11 0.00 ind:fut:1p; -divertiront divertir ver 4.49 4.26 0.03 0.00 ind:fut:3p; -divertis divertir ver m p 4.49 4.26 0.45 0.20 imp:pre:2s;ind:pre:1s;ind:pre:2s;ind:pas:1s;par:pas; -divertissaient divertir ver 4.49 4.26 0.02 0.20 ind:imp:3p; -divertissais divertir ver 4.49 4.26 0.01 0.14 ind:imp:1s; -divertissait divertir ver 4.49 4.26 0.03 0.27 ind:imp:3s; -divertissant divertissant adj m s 1.44 1.55 0.95 0.68 -divertissante divertissant adj f s 1.44 1.55 0.26 0.54 -divertissantes divertissant adj f p 1.44 1.55 0.04 0.34 -divertissants divertissant adj m p 1.44 1.55 0.19 0.00 -divertissement divertissement nom m s 4.21 5.47 3.67 3.38 -divertissements divertissement nom m p 4.21 5.47 0.55 2.09 -divertissent divertir ver 4.49 4.26 0.14 0.27 ind:pre:3p; -divertissez divertir ver 4.49 4.26 0.17 0.00 imp:pre:2p;ind:pre:2p; -divertissons divertir ver 4.49 4.26 0.00 0.07 imp:pre:1p; -divertit divertir ver 4.49 4.26 0.38 0.41 ind:pre:3s;ind:pas:3s; -dividende dividende nom m s 0.57 0.47 0.03 0.07 -dividendes dividende nom m p 0.57 0.47 0.55 0.41 -divin divin adj m s 26.55 24.93 10.01 10.14 -divination divination nom f s 0.56 1.08 0.54 1.01 -divinations divination nom f p 0.56 1.08 0.02 0.07 -divinatoire divinatoire adj f s 0.04 0.27 0.00 0.20 -divinatoires divinatoire adj p 0.04 0.27 0.04 0.07 -divinatrice divinateur adj f s 0.00 0.41 0.00 0.34 -divinatrices divinateur adj f p 0.00 0.41 0.00 0.07 -divine divin adj f s 26.55 24.93 14.00 11.76 -divinement divinement adv 1.14 1.28 1.14 1.28 -divines divin adj f p 26.55 24.93 1.42 2.03 -divinisaient diviniser ver 0.00 0.41 0.00 0.07 ind:imp:3p; -divinisant divinisant adj m s 0.00 0.07 0.00 0.07 -divinise diviniser ver 0.00 0.41 0.00 0.14 ind:pre:3s; -divinisez diviniser ver 0.00 0.41 0.00 0.07 ind:pre:2p; -divinisé diviniser ver m s 0.00 0.41 0.00 0.07 par:pas; -divinisée diviniser ver f s 0.00 0.41 0.00 0.07 par:pas; -divinité divinité nom f s 2.53 5.95 2.31 3.45 -divinités divinité nom f p 2.53 5.95 0.22 2.50 -divins divin adj m p 26.55 24.93 1.12 1.01 -divisa diviser ver 10.14 16.69 0.15 0.41 ind:pas:3s; -divisaient diviser ver 10.14 16.69 0.03 0.54 ind:imp:3p; -divisais diviser ver 10.14 16.69 0.00 0.14 ind:imp:1s; -divisait diviser ver 10.14 16.69 0.17 1.62 ind:imp:3s; -divisant diviser ver 10.14 16.69 0.30 0.61 par:pre; -divise diviser ver 10.14 16.69 1.73 2.70 imp:pre:2s;ind:pre:1s;ind:pre:3s; -divisent diviser ver 10.14 16.69 0.70 1.01 ind:pre:3p; -diviser diviser ver 10.14 16.69 2.11 2.36 inf; -divisera diviser ver 10.14 16.69 0.14 0.00 ind:fut:3s; -diviserais diviser ver 10.14 16.69 0.10 0.07 cnd:pre:1s;cnd:pre:2s; -diviserait diviser ver 10.14 16.69 0.02 0.14 cnd:pre:3s; -divises diviser ver 10.14 16.69 0.20 0.07 ind:pre:2s; -diviseur diviseur nom m s 0.01 0.20 0.01 0.14 -diviseuse diviseur nom f s 0.01 0.20 0.00 0.07 -divisez diviser ver 10.14 16.69 0.30 0.00 imp:pre:2p;ind:pre:2p; -divisible divisible adj s 0.23 0.27 0.17 0.27 -divisibles divisible adj m p 0.23 0.27 0.06 0.00 -division division nom f s 13.07 43.51 11.60 29.73 -divisionnaire divisionnaire nom s 2.25 1.89 2.25 1.76 -divisionnaires divisionnaire adj m p 1.03 3.45 0.01 0.07 -divisionnisme divisionnisme nom m s 0.00 0.07 0.00 0.07 -divisions division nom f p 13.07 43.51 1.48 13.78 -divisons diviser ver 10.14 16.69 0.10 0.07 imp:pre:1p;ind:pre:1p; -divisèrent diviser ver 10.14 16.69 0.00 0.20 ind:pas:3p; -divisé diviser ver m s 10.14 16.69 1.85 2.91 par:pas; -divisée diviser ver f s 10.14 16.69 1.17 2.16 par:pas; -divisées diviser ver f p 10.14 16.69 0.23 0.27 par:pas; -divisés diviser ver m p 10.14 16.69 0.84 1.35 par:pas; -divorce divorce nom m s 23.23 11.15 21.64 10.54 -divorcent divorcer ver 27.50 8.11 0.67 0.61 ind:pre:3p; -divorcer divorcer ver 27.50 8.11 12.03 2.16 inf; -divorcera divorcer ver 27.50 8.11 0.32 0.14 ind:fut:3s; -divorcerai divorcer ver 27.50 8.11 0.41 0.14 ind:fut:1s; -divorcerais divorcer ver 27.50 8.11 0.30 0.20 cnd:pre:1s;cnd:pre:2s; -divorcerait divorcer ver 27.50 8.11 0.07 0.00 cnd:pre:3s; -divorceras divorcer ver 27.50 8.11 0.02 0.00 ind:fut:2s; -divorcerez divorcer ver 27.50 8.11 0.02 0.14 ind:fut:2p; -divorceriez divorcer ver 27.50 8.11 0.01 0.00 cnd:pre:2p; -divorcerons divorcer ver 27.50 8.11 0.00 0.07 ind:fut:1p; -divorceront divorcer ver 27.50 8.11 0.10 0.07 ind:fut:3p; -divorces divorce nom m p 23.23 11.15 1.58 0.61 -divorcez divorcer ver 27.50 8.11 0.67 0.00 imp:pre:2p;ind:pre:2p; -divorciez divorcer ver 27.50 8.11 0.04 0.00 ind:imp:2p; -divorcions divorcer ver 27.50 8.11 0.10 0.14 ind:imp:1p; -divorcèrent divorcer ver 27.50 8.11 0.02 0.14 ind:pas:3p; -divorcé divorcer ver m s 27.50 8.11 6.04 2.23 par:pas; -divorcée divorcer ver f s 27.50 8.11 1.58 0.47 par:pas; -divorcées divorcé adj f p 1.64 0.95 0.14 0.07 -divorcés divorcer ver m p 27.50 8.11 1.50 0.07 par:pas; -divorça divorcer ver 27.50 8.11 0.14 0.07 ind:pas:3s; -divorçaient divorcer ver 27.50 8.11 0.04 0.07 ind:imp:3p; -divorçait divorcer ver 27.50 8.11 0.12 0.27 ind:imp:3s; -divorçant divorcer ver 27.50 8.11 0.04 0.20 par:pre; -divorçons divorcer ver 27.50 8.11 0.48 0.14 imp:pre:1p;ind:pre:1p; -divulgation divulgation nom f s 0.33 0.61 0.33 0.61 -divulguait divulguer ver 2.48 1.96 0.00 0.20 ind:imp:3s; -divulguant divulguer ver 2.48 1.96 0.00 0.14 par:pre; -divulgue divulguer ver 2.48 1.96 0.27 0.07 imp:pre:2s;ind:pre:1s;ind:pre:3s; -divulguer divulguer ver 2.48 1.96 1.06 0.95 inf; -divulguera divulguer ver 2.48 1.96 0.04 0.07 ind:fut:3s; -divulguez divulguer ver 2.48 1.96 0.09 0.00 imp:pre:2p;ind:pre:2p; -divulguons divulguer ver 2.48 1.96 0.05 0.00 imp:pre:1p;ind:pre:1p; -divulgué divulguer ver m s 2.48 1.96 0.71 0.34 par:pas; -divulguée divulguer ver f s 2.48 1.96 0.08 0.07 par:pas; -divulguées divulguer ver f p 2.48 1.96 0.06 0.00 par:pas; -divulgués divulguer ver m p 2.48 1.96 0.11 0.14 par:pas; -dix_cors dix_cors nom m 0.03 0.88 0.03 0.88 -dix_huit dix_huit adj_num 4.44 31.69 4.44 31.69 -dix_huitième dix_huitième nom s 0.16 0.27 0.16 0.27 -dix_neuf dix_neuf adj_num 2.11 10.54 2.11 10.54 -dix_neuvième dix_neuvième adj 0.15 1.22 0.15 1.22 -dix_sept dix_sept adj_num 3.69 19.59 3.69 19.59 -dix_septième dix_septième adj 0.22 1.22 0.22 1.22 -dix dix adj_num 118.29 209.86 118.29 209.86 -dixie dixie nom m s 1.40 0.00 1.40 0.00 -dixieland dixieland nom m s 0.14 0.00 0.14 0.00 -dixit dixit adj m s 0.54 0.68 0.54 0.68 -dixième dixième adj 1.76 2.77 1.73 2.70 -dixièmement dixièmement adv 0.02 0.00 0.02 0.00 -dixièmes dixième nom p 1.60 4.32 0.23 1.28 -dizain dizain nom m s 0.14 0.00 0.14 0.00 -dizaine dizaine nom f s 11.08 44.73 5.87 26.55 -dizaines dizaine nom f p 11.08 44.73 5.21 18.18 -djebel djebel nom m s 0.00 2.84 0.00 2.30 -djebels djebel nom m p 0.00 2.84 0.00 0.54 -djellaba djellaba nom f s 0.30 1.69 0.15 1.15 -djellabas djellaba nom f p 0.30 1.69 0.16 0.54 -djemââ djemââ nom f s 0.00 0.07 0.00 0.07 -djihad djihad nom m s 0.44 0.00 0.43 0.00 -djihads djihad nom m p 0.44 0.00 0.01 0.00 -djinn djinn nom m s 0.36 0.61 0.34 0.00 -djinns djinn nom m p 0.36 0.61 0.02 0.61 -dm dm adj_num 0.40 0.00 0.40 0.00 -dna dna nom m s 0.09 0.00 0.09 0.00 -do do nom m 16.66 3.78 16.66 3.78 -doña doña nom f s 2.44 0.00 2.44 0.00 -doberman doberman nom m s 1.03 0.95 0.69 0.34 -dobermans doberman nom m p 1.03 0.95 0.33 0.61 -doc doc nom m s 4.04 0.54 4.04 0.54 -doche doche nom f s 0.00 0.07 0.00 0.07 -docile docile adj s 2.12 9.66 1.68 7.43 -docilement docilement adv 0.07 5.54 0.07 5.54 -dociles docile adj p 2.12 9.66 0.44 2.23 -docilité docilité nom f s 0.14 3.85 0.14 3.85 -dock dock nom m s 3.10 3.99 0.92 0.81 -docker docker nom m s 0.90 3.18 0.39 0.68 -dockers docker nom m p 0.90 3.18 0.51 2.50 -docks dock nom m p 3.10 3.99 2.18 3.18 -docte docte adj s 0.17 1.89 0.17 1.42 -doctement doctement adv 0.00 0.54 0.00 0.54 -doctes docte adj m p 0.17 1.89 0.01 0.47 -docteur docteur nom m s 233.86 87.36 223.48 83.11 -docteurs docteur nom m p 233.86 87.36 9.72 3.18 -doctissime doctissime adj m s 0.03 0.00 0.03 0.00 -doctoral doctoral adj m s 0.00 0.81 0.00 0.54 -doctorale doctoral adj f s 0.00 0.81 0.00 0.27 -doctorat doctorat nom m s 4.07 1.82 3.76 1.76 -doctorats doctorat nom m p 4.07 1.82 0.31 0.07 -doctoresse docteur nom f s 233.86 87.36 0.66 1.08 -doctrina doctriner ver 0.00 0.07 0.00 0.07 ind:pas:3s; -doctrinaire doctrinaire adj s 0.02 0.14 0.02 0.14 -doctrinaires doctrinaire nom p 0.00 0.27 0.00 0.07 -doctrinal doctrinal adj m s 0.01 0.47 0.00 0.27 -doctrinale doctrinal adj f s 0.01 0.47 0.01 0.14 -doctrinales doctrinal adj f p 0.01 0.47 0.00 0.07 -doctrine doctrine nom f s 1.81 7.77 1.54 5.68 -doctrines doctrine nom f p 1.81 7.77 0.27 2.09 -docudrame docudrame nom m s 0.03 0.00 0.03 0.00 -document document nom m s 24.86 16.01 9.34 6.69 -documenta documenter ver 1.53 0.95 0.01 0.14 ind:pas:3s; -documentaire documentaire nom m s 4.88 0.95 4.13 0.74 -documentaires documentaire nom m p 4.88 0.95 0.75 0.20 -documentais documenter ver 1.53 0.95 0.01 0.00 ind:imp:1s; -documentait documenter ver 1.53 0.95 0.04 0.00 ind:imp:3s; -documentaliste documentaliste nom s 0.29 0.27 0.27 0.20 -documentalistes documentaliste nom p 0.29 0.27 0.03 0.07 -documentant documenter ver 1.53 0.95 0.05 0.07 par:pre; -documentariste documentariste nom s 0.04 0.00 0.03 0.00 -documentaristes documentariste nom p 0.04 0.00 0.01 0.00 -documentation documentation nom f s 1.44 2.43 1.43 2.23 -documentations documentation nom f p 1.44 2.43 0.01 0.20 -documente documenter ver 1.53 0.95 0.23 0.00 imp:pre:2s;ind:pre:1s;ind:pre:3s; -documentent documenter ver 1.53 0.95 0.01 0.07 ind:pre:3p; -documenter documenter ver 1.53 0.95 0.85 0.47 inf; -documenterai documenter ver 1.53 0.95 0.00 0.07 ind:fut:1s; -documentes documenter ver 1.53 0.95 0.00 0.07 ind:pre:2s; -documents document nom m p 24.86 16.01 15.53 9.32 -documenté documenter ver m s 1.53 0.95 0.22 0.07 par:pas; -documentée documenté adj f s 0.39 0.07 0.15 0.00 -documentés documenter ver m p 1.53 0.95 0.05 0.00 par:pas; -dodelinaient dodeliner ver 0.03 2.77 0.00 0.07 ind:imp:3p; -dodelinais dodeliner ver 0.03 2.77 0.01 0.07 ind:imp:1s; -dodelinait dodeliner ver 0.03 2.77 0.00 0.68 ind:imp:3s; -dodelinant dodeliner ver 0.03 2.77 0.01 1.01 par:pre; -dodelinante dodelinant adj f s 0.01 0.27 0.00 0.07 -dodelinantes dodelinant adj f p 0.01 0.27 0.00 0.07 -dodeline dodeliner ver 0.03 2.77 0.01 0.41 imp:pre:2s;ind:pre:3s; -dodelinent dodeliner ver 0.03 2.77 0.00 0.14 ind:pre:3p; -dodeliner dodeliner ver 0.03 2.77 0.00 0.27 inf; -dodelinèrent dodeliner ver 0.03 2.77 0.00 0.07 ind:pas:3p; -dodeliné dodeliner ver m s 0.03 2.77 0.00 0.07 par:pas; -dodine dodiner ver 0.00 0.07 0.00 0.07 ind:pre:3s; -dodo dodo nom m s 7.53 2.50 7.52 2.43 -dodos dodo nom m p 7.53 2.50 0.01 0.07 -dodu dodu adj m s 0.89 5.00 0.34 1.89 -dodécagone dodécagone nom m s 0.00 0.07 0.00 0.07 -dodécaphoniste dodécaphoniste nom s 0.00 0.07 0.00 0.07 -dodécaèdre dodécaèdre nom m s 0.03 0.14 0.03 0.14 -dodue dodu adj f s 0.89 5.00 0.13 1.42 -dodues dodu adj f p 0.89 5.00 0.20 0.88 -dodus dodu adj m p 0.89 5.00 0.23 0.81 -dog_cart dog_cart nom m s 0.04 0.00 0.04 0.00 -dogaresse dogaresse nom f s 0.00 0.14 0.00 0.07 -dogaresses dogaresse nom f p 0.00 0.14 0.00 0.07 -doge doge nom m s 0.53 3.45 0.41 1.89 -doges doge nom m p 0.53 3.45 0.11 1.55 -dogger dogger nom m s 0.14 0.00 0.14 0.00 -dogmatique dogmatique adj s 0.17 1.01 0.03 0.61 -dogmatiques dogmatique adj p 0.17 1.01 0.14 0.41 -dogmatisme dogmatisme nom m s 0.10 0.34 0.10 0.34 -dogme dogme nom m s 0.63 2.77 0.49 1.35 -dogmes dogme nom m p 0.63 2.77 0.14 1.42 -dogue dogue nom m s 0.14 1.42 0.14 0.81 -dogues dogue nom m p 0.14 1.42 0.00 0.61 -doguin doguin nom m s 0.00 0.07 0.00 0.07 -doigt doigt nom m s 85.69 256.15 39.83 80.34 -doigta doigter ver 0.10 0.07 0.00 0.07 ind:pas:3s; -doigtait doigter ver 0.10 0.07 0.01 0.00 ind:imp:3s; -doigter doigter ver 0.10 0.07 0.04 0.00 inf; -doigtier doigtier nom m s 0.00 0.20 0.00 0.20 -doigts doigt nom m p 85.69 256.15 45.86 175.81 -doigté doigté nom m s 1.00 1.15 1.00 1.15 -dois devoir ver_sup 3232.80 1318.24 894.67 102.03 imp:pre:2s;ind:pre:1s;ind:pre:2s; -doit devoir ver_sup 3232.80 1318.24 654.84 224.59 ind:pre:3s; -doive devoir ver_sup 3232.80 1318.24 5.50 4.32 sub:pre:1s;sub:pre:3s; -doivent devoir ver_sup 3232.80 1318.24 85.42 45.95 ind:pre:3p;sub:pre:3p; -doives devoir ver_sup 3232.80 1318.24 1.25 0.14 sub:pre:2s; -dojo dojo nom m s 0.93 0.34 0.93 0.34 -dol dol nom m s 0.34 0.07 0.34 0.07 -dolby dolby nom m s 0.05 0.00 0.05 0.00 -dolce dolce adv 1.53 0.74 1.53 0.74 -dolent dolent adj m s 0.27 2.36 0.00 0.68 -dolente dolent adj f s 0.27 2.36 0.27 1.35 -dolentes dolent adj f p 0.27 2.36 0.00 0.14 -dolents dolent adj m p 0.27 2.36 0.00 0.20 -dolichocéphale dolichocéphale adj m s 0.10 0.20 0.10 0.00 -dolichocéphales dolichocéphale adj p 0.10 0.20 0.00 0.20 -dolichocéphalie dolichocéphalie nom f s 0.00 0.07 0.00 0.07 -doline doline nom f s 0.01 0.00 0.01 0.00 -dolique dolique nom m s 0.01 0.00 0.01 0.00 -dollar dollar nom m s 134.10 16.96 13.89 3.85 -dollars dollar nom m p 134.10 16.96 120.22 13.11 -dolman dolman nom m s 0.00 1.15 0.00 0.88 -dolmans dolman nom m p 0.00 1.15 0.00 0.27 -dolmen dolmen nom m s 0.01 1.89 0.00 1.15 -dolmens dolmen nom m p 0.01 1.89 0.01 0.74 -dolomies dolomie nom f p 0.14 0.07 0.14 0.07 -dolomite dolomite nom f s 0.08 0.00 0.08 0.00 -dolorisme dolorisme nom m s 0.00 0.07 0.00 0.07 -doloriste doloriste nom s 0.00 0.07 0.00 0.07 -doléance doléance nom f s 0.46 1.76 0.00 0.14 -doléances doléance nom f p 0.46 1.76 0.46 1.62 -dom dom nom m s 0.39 0.34 0.39 0.34 -domaine domaine nom m s 21.57 46.22 19.21 37.91 -domaines domaine nom m p 21.57 46.22 2.37 8.31 -domanial domanial adj m s 0.00 0.47 0.00 0.14 -domaniale domanial adj f s 0.00 0.47 0.00 0.27 -domaniaux domanial adj m p 0.00 0.47 0.00 0.07 -domestication domestication nom f s 0.02 0.47 0.02 0.47 -domesticité domesticité nom f s 0.18 0.88 0.18 0.88 -domestiqua domestiquer ver 0.41 3.58 0.00 0.14 ind:pas:3s; -domestiquait domestiquer ver 0.41 3.58 0.00 0.07 ind:imp:3s; -domestique domestique nom s 10.09 18.51 4.57 7.23 -domestiquement domestiquement adv 0.00 0.07 0.00 0.07 -domestiquer domestiquer ver 0.41 3.58 0.07 0.88 inf; -domestiques domestique nom p 10.09 18.51 5.52 11.28 -domestiquez domestiquer ver 0.41 3.58 0.00 0.07 imp:pre:2p; -domestiqué domestiquer ver m s 0.41 3.58 0.12 0.68 par:pas; -domestiquée domestiquer ver f s 0.41 3.58 0.04 0.81 par:pas; -domestiquées domestiquer ver f p 0.41 3.58 0.01 0.14 par:pas; -domestiqués domestiquer ver m p 0.41 3.58 0.06 0.68 par:pas; -domicile domicile nom m s 11.69 15.34 11.60 14.93 -domiciles domicile nom m p 11.69 15.34 0.09 0.41 -domiciliaires domiciliaire adj f p 0.00 0.20 0.00 0.20 -domiciliation domiciliation nom f s 0.00 0.07 0.00 0.07 -domicilier domicilier ver 0.38 0.74 0.00 0.14 inf; -domicilié domicilié adj m s 0.53 0.07 0.52 0.00 -domiciliée domicilier ver f s 0.38 0.74 0.14 0.27 par:pas; -domiciliés domicilié adj m p 0.53 0.07 0.01 0.00 -domina dominer ver 15.66 50.61 0.27 1.08 ind:pas:3s; -dominaient dominer ver 15.66 50.61 0.02 2.57 ind:imp:3p; -dominais dominer ver 15.66 50.61 0.02 0.34 ind:imp:1s;ind:imp:2s; -dominait dominer ver 15.66 50.61 0.42 9.32 ind:imp:3s; -dominance dominance nom f s 0.14 0.07 0.14 0.07 -dominant dominant adj m s 2.34 3.85 1.41 1.69 -dominante dominant adj f s 2.34 3.85 0.68 1.15 -dominantes dominant adj f p 2.34 3.85 0.04 0.54 -dominants dominant adj m p 2.34 3.85 0.22 0.47 -dominateur dominateur adj m s 0.97 1.49 0.53 0.95 -dominateurs dominateur adj m p 0.97 1.49 0.01 0.14 -domination domination nom f s 2.42 5.88 2.39 5.68 -dominations domination nom f p 2.42 5.88 0.04 0.20 -dominatrice dominateur adj f s 0.97 1.49 0.42 0.34 -dominatrices dominatrice nom f p 0.03 0.00 0.03 0.00 -domine dominer ver 15.66 50.61 4.04 9.59 imp:pre:2s;ind:pre:1s;ind:pre:3s; -dominent dominer ver 15.66 50.61 0.73 3.11 ind:pre:3p; -dominer dominer ver 15.66 50.61 5.07 10.34 inf; -dominera dominer ver 15.66 50.61 0.59 0.27 ind:fut:3s; -dominerai dominer ver 15.66 50.61 0.17 0.00 ind:fut:1s; -domineraient dominer ver 15.66 50.61 0.00 0.07 cnd:pre:3p; -dominerais dominer ver 15.66 50.61 0.01 0.27 cnd:pre:1s;cnd:pre:2s; -dominerait dominer ver 15.66 50.61 0.05 0.07 cnd:pre:3s; -domineras dominer ver 15.66 50.61 0.11 0.00 ind:fut:2s; -domineriez dominer ver 15.66 50.61 0.01 0.00 cnd:pre:2p; -dominerions dominer ver 15.66 50.61 0.00 0.14 cnd:pre:1p; -dominerons dominer ver 15.66 50.61 0.07 0.07 ind:fut:1p; -domineront dominer ver 15.66 50.61 0.16 0.14 ind:fut:3p; -domines dominer ver 15.66 50.61 0.26 0.27 ind:pre:2s; -dominez dominer ver 15.66 50.61 0.11 0.07 imp:pre:2p;ind:pre:2p; -dominicain dominicain nom m s 0.58 2.57 0.23 0.61 -dominicaine dominicain adj f s 0.19 0.95 0.12 0.47 -dominicaines dominicain nom f p 0.58 2.57 0.03 0.07 -dominicains dominicain nom m p 0.58 2.57 0.28 1.89 -dominical dominical adj m s 0.31 2.97 0.10 1.15 -dominicale dominical adj f s 0.31 2.97 0.19 1.08 -dominicales dominical adj f p 0.31 2.97 0.01 0.41 -dominicaux dominical adj m p 0.31 2.97 0.01 0.34 -dominiez dominer ver 15.66 50.61 0.02 0.00 ind:imp:2p; -dominion dominion nom m s 0.34 0.54 0.34 0.27 -dominions dominer ver 15.66 50.61 0.01 0.41 ind:imp:1p; -domino domino nom m s 1.35 3.18 0.35 0.41 -dominons dominer ver 15.66 50.61 0.05 0.14 imp:pre:1p;ind:pre:1p; -dominos domino nom m p 1.35 3.18 0.99 2.77 -dominât dominer ver 15.66 50.61 0.00 0.07 sub:imp:3s; -dominèrent dominer ver 15.66 50.61 0.01 0.07 ind:pas:3p; -dominé dominer ver m s 15.66 50.61 1.45 3.85 par:pas; -dominée dominer ver f s 15.66 50.61 1.23 1.89 par:pas; -dominées dominer ver f p 15.66 50.61 0.15 1.08 par:pas; -dominés dominer ver m p 15.66 50.61 0.32 1.28 par:pas; -dommage dommage ono 25.88 5.34 25.88 5.34 -dommageable dommageable adj f s 0.12 0.20 0.10 0.07 -dommageables dommageable adj f p 0.12 0.20 0.02 0.14 -dommages_intérêts dommages_intérêts nom m p 0.04 0.00 0.04 0.00 -dommages dommage nom m p 65.59 26.15 6.16 2.09 -domotique domotique nom f s 0.02 0.00 0.02 0.00 -dompta dompter ver 2.14 3.24 0.00 0.20 ind:pas:3s; -domptage domptage nom m s 0.00 0.14 0.00 0.14 -domptai dompter ver 2.14 3.24 0.00 0.07 ind:pas:1s; -domptait dompter ver 2.14 3.24 0.00 0.07 ind:imp:3s; -dompte dompter ver 2.14 3.24 0.26 0.34 imp:pre:2s;ind:pre:1s;ind:pre:3s; -domptent dompter ver 2.14 3.24 0.00 0.07 ind:pre:3p; -dompter dompter ver 2.14 3.24 1.00 1.69 inf; -dompterai dompter ver 2.14 3.24 0.00 0.07 ind:fut:1s; -dompterait dompter ver 2.14 3.24 0.00 0.07 cnd:pre:3s; -dompteur dompteur nom m s 2.18 2.57 1.11 1.89 -dompteurs dompteur nom m p 2.18 2.57 0.16 0.14 -dompteuse dompteur nom f s 2.18 2.57 0.92 0.41 -dompteuses dompteur nom f p 2.18 2.57 0.00 0.14 -domptez dompter ver 2.14 3.24 0.04 0.07 imp:pre:2p; -dompté dompter ver m s 2.14 3.24 0.64 0.34 par:pas; -domptée dompter ver f s 2.14 3.24 0.19 0.20 par:pas; -domptées dompté adj f p 0.15 0.20 0.00 0.14 -domptés dompté adj m p 0.15 0.20 0.02 0.00 -don don nom m s 43.78 39.86 35.47 30.27 -dona dona nom f s 0.50 1.15 0.50 1.15 -donateur donateur nom m s 0.89 1.69 0.36 0.81 -donateurs donateur nom m p 0.89 1.69 0.50 0.61 -donation donation nom f s 1.89 0.74 1.23 0.54 -donations donation nom f p 1.89 0.74 0.66 0.20 -donatrice donateur nom f s 0.89 1.69 0.04 0.27 -donc donc con 612.51 445.88 612.51 445.88 -dondaine dondaine nom f s 0.00 0.14 0.00 0.07 -dondaines dondaine nom f p 0.00 0.14 0.00 0.07 -dondon dondon nom f s 0.23 0.47 0.20 0.34 -dondons dondon nom f p 0.23 0.47 0.03 0.14 -dong dong ono 0.97 0.95 0.97 0.95 -donjon donjon nom m s 3.14 3.31 2.94 2.84 -donjons donjon nom m p 3.14 3.31 0.20 0.47 -donjuanesque donjuanesque adj s 0.00 0.47 0.00 0.47 -donjuanisme donjuanisme nom m s 0.00 0.54 0.00 0.54 -donna donner ver 1209.58 896.01 6.28 46.28 ind:pas:3s; -donnai donner ver 1209.58 896.01 0.32 5.41 ind:pas:1s; -donnaient donner ver 1209.58 896.01 2.49 35.07 ind:imp:3p; -donnais donner ver 1209.58 896.01 5.91 6.89 ind:imp:1s;ind:imp:2s; -donnait donner ver 1209.58 896.01 15.97 123.24 ind:imp:3s; -donnant_donnant donnant_donnant adv 0.73 0.41 0.73 0.41 -donnant donner ver 1209.58 896.01 7.04 32.57 par:pre; -donnas donner ver 1209.58 896.01 0.04 0.00 ind:pas:2s; -donnassent donner ver 1209.58 896.01 0.00 0.14 sub:imp:3p; -donne donner ver 1209.58 896.01 401.06 149.26 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:1s;sub:pre:3s; -donnent donner ver 1209.58 896.01 19.75 26.28 ind:pre:3p;sub:pre:3p; -donner donner ver 1209.58 896.01 233.21 216.55 inf;;inf;;inf;;inf;;inf;;inf;; -donnera donner ver 1209.58 896.01 24.60 8.99 ind:fut:3s; -donnerai donner ver 1209.58 896.01 30.70 6.15 ind:fut:1s; -donneraient donner ver 1209.58 896.01 1.10 2.03 cnd:pre:3p; -donnerais donner ver 1209.58 896.01 11.18 5.68 cnd:pre:1s;cnd:pre:2s; -donnerait donner ver 1209.58 896.01 6.20 13.31 cnd:pre:3s; -donneras donner ver 1209.58 896.01 5.49 1.82 ind:fut:2s; -donnerez donner ver 1209.58 896.01 4.31 1.69 ind:fut:2p; -donneriez donner ver 1209.58 896.01 1.05 0.34 cnd:pre:2p; -donnerions donner ver 1209.58 896.01 0.05 0.14 cnd:pre:1p; -donnerons donner ver 1209.58 896.01 2.96 0.61 ind:fut:1p; -donneront donner ver 1209.58 896.01 3.68 1.89 ind:fut:3p; -donnes donner ver 1209.58 896.01 34.32 5.34 ind:pre:1p;ind:pre:2s;sub:pre:2s; -donneur donneur nom m s 5.86 6.76 4.85 5.27 -donneurs donneur nom m p 5.86 6.76 0.84 0.95 -donneuse donneur adj f s 0.91 0.68 0.23 0.34 -donneuses donneuse nom f p 0.01 0.00 0.01 0.00 -donnez donner ver 1209.58 896.01 118.36 13.65 imp:pre:2p;ind:pre:2p; -donniez donner ver 1209.58 896.01 3.04 1.28 ind:imp:2p;sub:pre:2p; -donnions donner ver 1209.58 896.01 0.79 1.69 ind:imp:1p;sub:pre:1p; -donnâmes donner ver 1209.58 896.01 0.00 0.34 ind:pas:1p; -donnons donner ver 1209.58 896.01 6.66 1.96 imp:pre:1p;ind:pre:1p; -donnât donner ver 1209.58 896.01 0.02 3.38 sub:imp:3s; -donnèrent donner ver 1209.58 896.01 0.75 4.59 ind:pas:3p; -donné donner ver m s 1209.58 896.01 234.66 148.65 par:pas;par:pas;par:pas;par:pas; -donnée donner ver f s 1209.58 896.01 16.55 18.92 par:pas; -données donnée nom f p 20.92 6.89 20.05 5.41 -donnés donner ver m p 1209.58 896.01 7.06 6.82 par:pas; -donquichottesque donquichottesque adj f s 0.00 0.20 0.00 0.14 -donquichottesques donquichottesque adj f p 0.00 0.20 0.00 0.07 -donquichottisme donquichottisme nom m s 0.01 0.00 0.01 0.00 -dons don nom m p 43.78 39.86 8.31 9.59 -dont dont pro_rel 223.41 960.34 219.21 926.42 -donzelle donzelle nom f s 0.48 1.22 0.41 0.81 -donzelles donzelle nom f p 0.48 1.22 0.07 0.41 -dopage dopage nom m s 0.10 0.00 0.10 0.00 -dopais doper ver 1.33 0.54 0.01 0.00 ind:imp:1s; -dopait doper ver 1.33 0.54 0.04 0.00 ind:imp:3s; -dopamine dopamine nom f s 1.10 0.00 1.10 0.00 -dopant dopant adj m s 0.18 0.00 0.15 0.00 -dopants dopant adj m p 0.18 0.00 0.04 0.00 -dope dope nom s 7.47 2.03 7.47 1.96 -doper doper ver 1.33 0.54 0.35 0.00 inf; -dopes doper ver 1.33 0.54 0.05 0.00 ind:pre:2s; -dopez doper ver 1.33 0.54 0.02 0.00 imp:pre:2p;ind:pre:2p; -doping doping nom m s 0.01 0.34 0.01 0.34 -doppler doppler nom m s 0.01 0.00 0.01 0.00 -dopé doper ver m s 1.33 0.54 0.46 0.27 par:pas; -dopée doper ver f s 1.33 0.54 0.05 0.00 par:pas; -dopés doper ver m p 1.33 0.54 0.06 0.14 par:pas; -dora dorer ver 2.66 15.14 0.00 0.07 ind:pas:3s; -dorade dorade nom f s 0.62 0.47 0.22 0.14 -dorades dorade nom f p 0.62 0.47 0.40 0.34 -dorage dorage nom m s 0.00 0.07 0.00 0.07 -doraient dorer ver 2.66 15.14 0.00 0.07 ind:imp:3p; -dorais dorer ver 2.66 15.14 0.01 0.07 ind:imp:1s; -dorait dorer ver 2.66 15.14 0.00 0.68 ind:imp:3s; -dorant dorer ver 2.66 15.14 0.15 0.20 par:pre; -dorcades dorcade nom f p 0.00 0.07 0.00 0.07 -dore dorer ver 2.66 15.14 0.30 1.15 imp:pre:2s;ind:pre:1s;ind:pre:3s; -dorent dorer ver 2.66 15.14 0.01 0.20 ind:pre:3p; -dorer dorer ver 2.66 15.14 0.22 1.22 inf; -dorera dorer ver 2.66 15.14 0.00 0.07 ind:fut:3s; -doreront dorer ver 2.66 15.14 0.01 0.00 ind:fut:3p; -doreurs doreur nom m p 0.00 0.07 0.00 0.07 -doriennes dorien adj f p 0.00 0.14 0.00 0.07 -doriens dorien adj m p 0.00 0.14 0.00 0.07 -dorique dorique adj s 0.01 0.47 0.01 0.14 -doriques dorique adj p 0.01 0.47 0.00 0.34 -dorlotait dorloter ver 1.56 2.43 0.01 0.27 ind:imp:3s; -dorlotant dorloter ver 1.56 2.43 0.02 0.07 par:pre; -dorlote dorloter ver 1.56 2.43 0.28 0.34 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -dorlotent dorloter ver 1.56 2.43 0.03 0.07 ind:pre:3p; -dorloter dorloter ver 1.56 2.43 0.79 1.08 inf; -dorloterai dorloter ver 1.56 2.43 0.01 0.00 ind:fut:1s; -dorloterons dorloter ver 1.56 2.43 0.00 0.07 ind:fut:1p; -dorlotez dorloter ver 1.56 2.43 0.05 0.00 imp:pre:2p;ind:pre:2p; -dorloté dorloter ver m s 1.56 2.43 0.15 0.41 par:pas; -dorlotée dorloter ver f s 1.56 2.43 0.18 0.00 par:pas; -dorlotées dorloter ver f p 1.56 2.43 0.00 0.07 par:pas; -dorlotés dorloter ver m p 1.56 2.43 0.04 0.07 par:pas; -dormîmes dormir ver 392.09 259.05 0.00 0.34 ind:pas:1p; -dormît dormir ver 392.09 259.05 0.00 0.14 sub:imp:3s; -dormaient dormir ver 392.09 259.05 1.45 10.41 ind:imp:3p; -dormais dormir ver 392.09 259.05 14.36 7.50 ind:imp:1s;ind:imp:2s; -dormait dormir ver 392.09 259.05 9.72 41.89 ind:imp:3s; -dormance dormance nom f s 0.03 0.07 0.03 0.07 -dormant dormir ver 392.09 259.05 3.16 5.47 par:pre; -dormante dormant adj f s 1.62 4.26 0.07 1.76 -dormantes dormant adj f p 1.62 4.26 0.17 0.27 -dormants dormant adj m p 1.62 4.26 0.18 0.07 -dorme dormir ver 392.09 259.05 4.13 3.18 sub:pre:1s;sub:pre:3s; -dorment dormir ver 392.09 259.05 10.48 10.27 ind:pre:3p;sub:pre:3p; -dormes dormir ver 392.09 259.05 2.23 0.41 sub:pre:2s; -dormeur dormeur nom m s 1.21 5.95 0.82 3.11 -dormeurs dormeur nom m p 1.21 5.95 0.16 1.96 -dormeuse dormeur nom f s 1.21 5.95 0.23 0.54 -dormeuses dormeur nom f p 1.21 5.95 0.00 0.34 -dormez dormir ver 392.09 259.05 12.35 2.84 imp:pre:2p;ind:pre:2p; -dormi dormir ver m s 392.09 259.05 41.25 26.49 par:pas; -dormiez dormir ver 392.09 259.05 2.40 0.95 ind:imp:2p; -dormions dormir ver 392.09 259.05 0.41 1.55 ind:imp:1p; -dormir dormir ver 392.09 259.05 160.77 95.20 inf; -dormira dormir ver 392.09 259.05 4.37 1.28 ind:fut:3s; -dormirai dormir ver 392.09 259.05 3.62 1.28 ind:fut:1s; -dormiraient dormir ver 392.09 259.05 0.17 0.14 cnd:pre:3p; -dormirais dormir ver 392.09 259.05 0.87 0.74 cnd:pre:1s;cnd:pre:2s; -dormirait dormir ver 392.09 259.05 0.35 1.42 cnd:pre:3s; -dormiras dormir ver 392.09 259.05 3.39 0.34 ind:fut:2s; -dormirent dormir ver 392.09 259.05 0.14 0.41 ind:pas:3p; -dormirez dormir ver 392.09 259.05 2.22 0.54 ind:fut:2p; -dormiriez dormir ver 392.09 259.05 0.03 0.07 cnd:pre:2p; -dormirions dormir ver 392.09 259.05 0.01 0.27 cnd:pre:1p; -dormirons dormir ver 392.09 259.05 0.28 0.34 ind:fut:1p; -dormiront dormir ver 392.09 259.05 0.70 0.14 ind:fut:3p; -dormis dormir ver 392.09 259.05 0.47 1.69 ind:pas:1s;ind:pas:2s; -dormit dormir ver 392.09 259.05 0.29 3.11 ind:pas:3s; -dormitif dormitif adj m s 0.03 0.20 0.03 0.20 -dormition dormition nom f s 0.00 0.14 0.00 0.14 -dormons dormir ver 392.09 259.05 2.38 0.81 imp:pre:1p;ind:pre:1p; -dors dormir ver 392.09 259.05 55.03 13.92 imp:pre:2s;ind:pre:1s;ind:pre:2s; -dorsal dorsal adj m s 1.12 0.88 0.17 0.07 -dorsale dorsal adj f s 1.12 0.88 0.79 0.54 -dorsales dorsal adj f p 1.12 0.88 0.04 0.20 -dorsaux dorsal adj m p 1.12 0.88 0.11 0.07 -dort dormir ver 392.09 259.05 55.05 25.95 ind:pre:3s; -dortoir dortoir nom m s 5.29 12.36 4.83 9.32 -dortoirs dortoir nom m p 5.29 12.36 0.46 3.04 -doré doré adj m s 7.33 50.47 2.62 15.74 -dorée doré adj f s 7.33 50.47 2.31 16.42 -dorées doré adj f p 7.33 50.47 0.87 8.45 -dorénavant dorénavant adv 7.20 6.89 7.20 6.89 -dorure dorure nom f s 0.22 3.99 0.07 0.95 -dorures dorure nom f p 0.22 3.99 0.15 3.04 -dorés doré adj m p 7.33 50.47 1.53 9.86 -doryphore doryphore nom m s 0.01 0.81 0.01 0.34 -doryphores doryphore nom m p 0.01 0.81 0.00 0.47 -dos_d_âne dos_d_âne nom m 0.01 0.34 0.01 0.34 -dos dos nom m 100.34 213.99 100.34 213.99 -dosage dosage nom m s 1.89 1.69 1.67 1.62 -dosages dosage nom m p 1.89 1.69 0.22 0.07 -dosaient doser ver 0.60 2.91 0.00 0.07 ind:imp:3p; -dosais doser ver 0.60 2.91 0.00 0.07 ind:imp:1s; -dosait doser ver 0.60 2.91 0.00 0.07 ind:imp:3s; -dosant doser ver 0.60 2.91 0.00 0.34 par:pre; -dose dose nom f s 18.44 12.77 14.23 9.32 -dosent doser ver 0.60 2.91 0.00 0.07 ind:pre:3p; -doser doser ver 0.60 2.91 0.13 0.95 inf; -doses dose nom f p 18.44 12.77 4.21 3.45 -doseur doseur nom m s 0.19 0.14 0.18 0.07 -doseurs doseur nom m p 0.19 0.14 0.01 0.07 -dosimètre dosimètre nom m s 0.03 0.00 0.03 0.00 -dossard dossard nom m s 0.16 0.54 0.14 0.47 -dossards dossard nom m p 0.16 0.54 0.01 0.07 -dosseret dosseret nom m s 0.00 0.07 0.00 0.07 -dossier dossier nom m s 78.91 49.12 57.20 35.14 -dossiers dossier nom m p 78.91 49.12 21.71 13.99 -dossière dossière nom f s 0.00 0.27 0.00 0.20 -dossières dossière nom f p 0.00 0.27 0.00 0.07 -dostoïevskiens dostoïevskien adj m p 0.00 0.07 0.00 0.07 -dosé doser ver m s 0.60 2.91 0.13 0.27 par:pas; -dosée doser ver f s 0.60 2.91 0.01 0.27 par:pas; -dosées doser ver f p 0.60 2.91 0.00 0.27 par:pas; -dosés doser ver m p 0.60 2.91 0.03 0.34 par:pas; -dot dot nom f s 4.73 4.59 4.66 4.32 -dota doter ver 4.08 8.99 0.00 0.14 ind:pas:3s; -dotaient doter ver 4.08 8.99 0.00 0.07 ind:imp:3p; -dotait doter ver 4.08 8.99 0.00 0.68 ind:imp:3s; -dotant doter ver 4.08 8.99 0.01 0.20 par:pre; -dotation dotation nom f s 0.12 0.41 0.12 0.41 -dote doter ver 4.08 8.99 0.23 0.20 ind:pre:1s;ind:pre:3s; -doter doter ver 4.08 8.99 0.34 0.81 inf; -dots dot nom f p 4.73 4.59 0.07 0.27 -doté doter ver m s 4.08 8.99 1.82 2.97 par:pas; -dotée doter ver f s 4.08 8.99 0.99 2.09 par:pas; -dotées doter ver f p 4.08 8.99 0.08 0.81 par:pas; -dotés doter ver m p 4.08 8.99 0.61 1.01 par:pas; -douaire douaire nom m s 0.01 0.07 0.01 0.07 -douairière douairier nom f s 0.05 1.62 0.05 1.28 -douairières douairier nom f p 0.05 1.62 0.00 0.34 -douait douer ver 20.29 13.18 0.00 0.47 ind:imp:3s; -douane douane nom f s 6.12 9.46 4.33 8.51 -douanes douane nom f p 6.12 9.46 1.79 0.95 -douanier douanier nom m s 2.00 7.57 0.87 4.53 -douaniers douanier nom m p 2.00 7.57 1.14 3.04 -douanière douanier adj f s 0.63 1.55 0.01 0.07 -douanières douanier adj f p 0.63 1.55 0.04 0.41 -douar douar nom m s 0.00 0.61 0.00 0.47 -douars douar nom m p 0.00 0.61 0.00 0.14 -doubla doubler ver 15.29 22.84 0.20 1.28 ind:pas:3s; -doublage doublage nom m s 0.43 0.34 0.42 0.34 -doublages doublage nom m p 0.43 0.34 0.01 0.00 -doublai doubler ver 15.29 22.84 0.00 0.14 ind:pas:1s; -doublaient doubler ver 15.29 22.84 0.01 1.01 ind:imp:3p; -doublais doubler ver 15.29 22.84 0.03 0.14 ind:imp:1s; -doublait doubler ver 15.29 22.84 0.08 2.16 ind:imp:3s; -doublant doubler ver 15.29 22.84 0.06 1.01 par:pre; -doublard doublard nom m s 0.02 0.14 0.01 0.14 -doublards doublard nom m p 0.02 0.14 0.01 0.00 -double_cliquer double_cliquer ver 0.09 0.00 0.01 0.00 inf; -double_cliquer double_cliquer ver m s 0.09 0.00 0.07 0.00 par:pas; -double_croche double_croche nom f s 0.01 0.00 0.01 0.00 -double_décimètre double_décimètre nom m s 0.00 0.07 0.00 0.07 -double_fond double_fond nom m s 0.01 0.00 0.01 0.00 -double_six double_six nom m s 0.14 0.20 0.14 0.20 -double double adj s 30.46 58.99 28.68 52.84 -doubleau doubleau nom m s 0.00 0.20 0.00 0.14 -doubleaux doubleau nom m p 0.00 0.20 0.00 0.07 -doublement doublement adv 1.36 4.26 1.36 4.26 -doublent doubler ver 15.29 22.84 0.19 0.68 ind:pre:3p; -doubler doubler ver 15.29 22.84 4.65 4.39 inf; -doublera doubler ver 15.29 22.84 0.11 0.07 ind:fut:3s; -doublerai doubler ver 15.29 22.84 0.12 0.07 ind:fut:1s; -doubleraient doubler ver 15.29 22.84 0.01 0.00 cnd:pre:3p; -doublerait doubler ver 15.29 22.84 0.10 0.07 cnd:pre:3s; -doublerez doubler ver 15.29 22.84 0.01 0.07 ind:fut:2p; -doublerons doubler ver 15.29 22.84 0.03 0.00 ind:fut:1p; -doubles double adj p 30.46 58.99 1.78 6.15 -doublet doublet nom m s 0.00 0.20 0.00 0.14 -doublets doublet nom m p 0.00 0.20 0.00 0.07 -doublette doublette nom f s 0.14 0.07 0.14 0.07 -doubleur doubleur nom m s 0.07 0.00 0.07 0.00 -doubleuse doubleur nom f s 0.07 0.00 0.01 0.00 -doubleuses doubleuse nom f p 0.01 0.00 0.01 0.00 -doublez doubler ver 15.29 22.84 1.02 0.27 imp:pre:2p;ind:pre:2p; -doubliez doubler ver 15.29 22.84 0.02 0.00 ind:imp:2p; -doublions doubler ver 15.29 22.84 0.00 0.07 ind:imp:1p; -doublon doublon nom m s 0.22 0.41 0.06 0.27 -doublonner doublonner ver 0.01 0.00 0.01 0.00 inf; -doublons doublon nom m p 0.22 0.41 0.16 0.14 -doublât doubler ver 15.29 22.84 0.00 0.07 sub:imp:3s; -doublèrent doubler ver 15.29 22.84 0.00 0.14 ind:pas:3p; -doublé doubler ver m s 15.29 22.84 3.13 4.12 par:pas; -doublée doubler ver f s 15.29 22.84 0.50 2.16 par:pas; -doublées doubler ver f p 15.29 22.84 0.04 0.54 par:pas; -doublure doublure nom f s 3.84 4.53 3.70 3.38 -doublures doublure nom f p 3.84 4.53 0.14 1.15 -doublés doubler ver m p 15.29 22.84 0.61 0.95 par:pas; -douce_amère douce_amère adj f s 0.06 0.27 0.06 0.27 -douce doux adj f s 89.14 145.07 44.70 73.58 -doucement doucement adv 103.81 128.38 103.81 128.38 -douceâtre douceâtre adj s 0.15 2.70 0.15 2.30 -douceâtres douceâtre adj p 0.15 2.70 0.00 0.41 -doucereuse doucereux adj f s 0.28 2.97 0.04 0.74 -doucereusement doucereusement adv 0.00 0.20 0.00 0.20 -doucereuses doucereux adj f p 0.28 2.97 0.00 0.47 -doucereux doucereux adj m 0.28 2.97 0.25 1.76 -douce_amère douce_amère nom f p 0.00 0.14 0.00 0.07 -douces doux adj f p 89.14 145.07 6.77 12.77 -doucet doucet adj m s 0.02 1.01 0.02 0.88 -doucette doucette nom f s 0.01 0.14 0.01 0.14 -doucettement doucettement adv 0.00 0.41 0.00 0.41 -douceur douceur nom f s 16.87 70.00 16.02 66.08 -douceurs douceur nom f p 16.87 70.00 0.85 3.92 -doucha doucher ver 6.75 2.57 0.14 0.27 ind:pas:3s; -douchais doucher ver 6.75 2.57 0.09 0.07 ind:imp:1s;ind:imp:2s; -douchait doucher ver 6.75 2.57 0.03 0.61 ind:imp:3s; -douchant doucher ver 6.75 2.57 0.01 0.00 par:pre; -douche douche nom f s 36.06 23.85 32.56 20.27 -douchent doucher ver 6.75 2.57 0.14 0.07 ind:pre:3p; -doucher doucher ver 6.75 2.57 3.29 0.47 inf; -douchera doucher ver 6.75 2.57 0.01 0.00 ind:fut:3s; -doucherai doucher ver 6.75 2.57 0.00 0.07 ind:fut:1s; -doucheras doucher ver 6.75 2.57 0.02 0.00 ind:fut:2s; -douches douche nom f p 36.06 23.85 3.49 3.58 -doucheur doucheur nom m s 0.00 0.07 0.00 0.07 -douchez doucher ver 6.75 2.57 0.05 0.00 imp:pre:2p;ind:pre:2p; -douchiez doucher ver 6.75 2.57 0.01 0.00 ind:imp:2p; -douchons doucher ver 6.75 2.57 0.02 0.07 imp:pre:1p;ind:pre:1p; -douché doucher ver m s 6.75 2.57 0.99 0.34 par:pas; -douchée doucher ver f s 6.75 2.57 0.19 0.07 par:pas; -douchés doucher ver m p 6.75 2.57 0.27 0.14 par:pas; -doucie doucir ver f s 0.02 0.00 0.02 0.00 par:pas; -doucin doucin nom m s 0.00 0.14 0.00 0.07 -doucine doucine nom f s 0.01 0.00 0.01 0.00 -doucins doucin nom m p 0.00 0.14 0.00 0.07 -doudou doudou nom f s 0.58 6.76 0.58 6.76 -doudoune doudoune nom f s 0.92 0.54 0.46 0.14 -doudounes doudoune nom f p 0.92 0.54 0.46 0.41 -douelle douelle nom f s 0.00 0.61 0.00 0.14 -douelles douelle nom f p 0.00 0.61 0.00 0.47 -douer douer ver 20.29 13.18 0.00 0.20 inf; -douglas douglas nom m 0.09 0.00 0.09 0.00 -douillait douiller ver 0.22 1.28 0.00 0.14 ind:imp:3s; -douille douille nom f s 3.67 3.51 1.79 0.81 -douillent douiller ver 0.22 1.28 0.00 0.07 ind:pre:3p; -douiller douiller ver 0.22 1.28 0.17 0.54 inf; -douillera douiller ver 0.22 1.28 0.00 0.07 ind:fut:3s; -douilles douille nom f p 3.67 3.51 1.88 2.70 -douillet douillet adj m s 2.63 6.96 1.97 4.19 -douillets douillet adj m p 2.63 6.96 0.04 0.81 -douillette douillet adj f s 2.63 6.96 0.58 1.62 -douillettement douillettement adv 0.03 0.54 0.03 0.54 -douillettes douillet adj f p 2.63 6.96 0.04 0.34 -douillons douillon nom m p 0.00 0.54 0.00 0.54 -douillé douiller ver m s 0.22 1.28 0.00 0.07 par:pas; -douillée douiller ver f s 0.22 1.28 0.00 0.20 par:pas; -douleur douleur nom f s 75.89 91.89 65.78 77.84 -douleurs douleur nom f p 75.89 91.89 10.10 14.05 -douloureuse douloureux adj f s 17.16 37.50 4.05 13.58 -douloureusement douloureusement adv 1.00 5.54 1.00 5.54 -douloureuses douloureux adj f p 17.16 37.50 1.23 3.24 -douloureux douloureux adj m 17.16 37.50 11.88 20.68 -douma douma nom f s 0.34 0.14 0.34 0.14 -doura doura nom m s 0.00 0.07 0.00 0.07 -douro douro nom m s 0.00 0.54 0.00 0.20 -douros douro nom m p 0.00 0.54 0.00 0.34 -douta douter ver 77.77 88.11 0.03 1.15 ind:pas:3s; -doutai douter ver 77.77 88.11 0.14 0.54 ind:pas:1s; -doutaient douter ver 77.77 88.11 0.11 2.16 ind:imp:3p; -doutais douter ver 77.77 88.11 11.76 9.32 ind:imp:1s;ind:imp:2s; -doutait douter ver 77.77 88.11 0.96 13.99 ind:imp:3s; -doutance doutance nom f s 0.00 0.27 0.00 0.14 -doutances doutance nom f p 0.00 0.27 0.00 0.14 -doutant douter ver 77.77 88.11 0.15 2.03 par:pre; -doute doute nom m s 108.18 350.07 97.51 341.35 -doutent douter ver 77.77 88.11 1.04 1.82 ind:pre:3p;sub:pre:3p; -douter douter ver 77.77 88.11 12.64 23.92 inf;; -doutera douter ver 77.77 88.11 0.43 0.34 ind:fut:3s; -douterai douter ver 77.77 88.11 0.11 0.14 ind:fut:1s; -douterais douter ver 77.77 88.11 0.30 0.27 cnd:pre:1s;cnd:pre:2s; -douterait douter ver 77.77 88.11 0.20 0.47 cnd:pre:3s; -douteras douter ver 77.77 88.11 0.01 0.07 ind:fut:2s; -douterez douter ver 77.77 88.11 0.01 0.07 ind:fut:2p; -douteriez douter ver 77.77 88.11 0.08 0.07 cnd:pre:2p; -douteront douter ver 77.77 88.11 0.05 0.07 ind:fut:3p; -doutes doute nom m p 108.18 350.07 10.66 8.72 -douteurs douteur adj m p 0.00 0.14 0.00 0.14 -douteuse douteux adj f s 4.10 15.95 1.17 3.92 -douteusement douteusement adv 0.00 0.07 0.00 0.07 -douteuses douteux adj f p 4.10 15.95 0.69 1.82 -douteux douteux adj m 4.10 15.95 2.23 10.20 -doutez douter ver 77.77 88.11 3.17 1.82 imp:pre:2p;ind:pre:2p; -douçâtre douçâtre adj s 0.00 0.07 0.00 0.07 -doutiez douter ver 77.77 88.11 0.66 0.20 ind:imp:2p; -doutions douter ver 77.77 88.11 0.04 1.15 ind:imp:1p; -doutons douter ver 77.77 88.11 0.52 0.74 imp:pre:1p;ind:pre:1p; -doutât douter ver 77.77 88.11 0.00 0.47 sub:imp:3s; -doutèrent douter ver 77.77 88.11 0.00 0.14 ind:pas:3p; -douté douter ver m s 77.77 88.11 3.77 4.80 par:pas; -doutée douter ver f s 77.77 88.11 0.34 0.81 par:pas; -doutés douter ver m p 77.77 88.11 0.02 0.20 par:pas; -doué douer ver m s 20.29 13.18 11.31 7.43 par:pas; -douée douer ver f s 20.29 13.18 8.03 3.04 par:pas; -douées doué adj f p 12.73 7.57 0.47 0.41 -doués doué adj m p 12.73 7.57 1.03 1.69 -douve douve nom f s 0.53 1.42 0.06 0.34 -douves douve nom f p 0.53 1.42 0.47 1.08 -doux_amer doux_amer adj m s 0.04 0.00 0.04 0.00 -doux doux adj m 89.14 145.07 37.66 58.72 -douzaine douzaine nom f s 12.89 18.58 8.18 13.18 -douzaines douzaine nom f p 12.89 18.58 4.72 5.41 -douze douze adj_num 21.81 48.18 21.81 48.18 -douzième douzième nom s 0.35 0.95 0.35 0.88 -douzièmes douzième nom p 0.35 0.95 0.00 0.07 -down down adj m s 0.00 0.54 0.00 0.54 -downing_street downing_street nom f s 0.00 0.34 0.00 0.34 -doyen doyen nom m s 3.21 6.76 3.12 5.88 -doyenne doyenne nom f s 0.11 0.00 0.11 0.00 -doyenné doyenné nom m s 0.00 0.07 0.00 0.07 -doyens doyen nom m p 3.21 6.76 0.09 0.07 -drôle drôle adj s 144.48 95.07 138.46 85.47 -drôlement drôlement adv 10.79 24.86 10.79 24.86 -drôlerie drôlerie nom f s 0.14 3.72 0.14 3.45 -drôleries drôlerie nom f p 0.14 3.72 0.01 0.27 -drôles drôle adj p 144.48 95.07 6.02 9.59 -drôlesse drôlesse nom f s 0.21 0.20 0.21 0.07 -drôlesses drôlesse nom f p 0.21 0.20 0.00 0.14 -drôlet drôlet adj m s 0.01 0.41 0.01 0.07 -drôlette drôlet adj f s 0.01 0.41 0.00 0.34 -drache dracher ver 0.01 0.00 0.01 0.00 ind:pre:3s; -drachme drachme nom f s 1.30 2.57 0.02 0.54 -drachmes drachme nom f p 1.30 2.57 1.28 2.03 -draconien draconien adj m s 0.49 0.54 0.14 0.07 -draconienne draconien adj f s 0.49 0.54 0.02 0.14 -draconiennes draconien adj f p 0.49 0.54 0.28 0.20 -draconiens draconien adj m p 0.49 0.54 0.04 0.14 -drag drag nom m s 0.73 0.34 0.60 0.14 -dragage dragage nom m s 0.15 0.00 0.15 0.00 -drageoir drageoir nom m s 0.00 0.47 0.00 0.34 -drageoirs drageoir nom m p 0.00 0.47 0.00 0.14 -dragon dragon nom m s 13.98 12.23 10.53 7.97 -dragonnades dragonnade nom f p 0.00 0.14 0.00 0.14 -dragonne dragon nom f s 13.98 12.23 0.06 0.27 -dragonnier dragonnier nom m s 0.10 0.00 0.10 0.00 -dragons dragon nom m p 13.98 12.23 3.39 3.99 -drags drag nom m p 0.73 0.34 0.14 0.20 -dragster dragster nom m s 0.04 0.00 0.04 0.00 -dragua draguer ver 21.00 6.22 0.00 0.14 ind:pas:3s; -draguaient draguer ver 21.00 6.22 0.10 0.14 ind:imp:3p; -draguais draguer ver 21.00 6.22 0.57 0.07 ind:imp:1s;ind:imp:2s; -draguait draguer ver 21.00 6.22 1.08 0.54 ind:imp:3s; -draguant draguer ver 21.00 6.22 0.06 0.20 par:pre; -drague draguer ver 21.00 6.22 3.57 1.01 imp:pre:2s;ind:pre:1s;ind:pre:3s; -dragée dragée nom f s 1.34 3.04 0.21 1.01 -draguent draguer ver 21.00 6.22 0.14 0.47 ind:pre:3p; -draguer draguer ver 21.00 6.22 9.84 2.43 inf; -draguera draguer ver 21.00 6.22 0.04 0.00 ind:fut:3s; -draguerai draguer ver 21.00 6.22 0.04 0.07 ind:fut:1s; -draguerais draguer ver 21.00 6.22 0.16 0.00 cnd:pre:1s;cnd:pre:2s; -draguerait draguer ver 21.00 6.22 0.02 0.00 cnd:pre:3s; -dragues draguer ver 21.00 6.22 1.70 0.00 ind:pre:2s; -dragées dragée nom f p 1.34 3.04 1.14 2.03 -dragueur dragueur nom m s 0.70 1.49 0.59 0.47 -dragueurs dragueur nom m p 0.70 1.49 0.06 0.88 -dragueuse dragueur nom f s 0.70 1.49 0.05 0.14 -draguez draguer ver 21.00 6.22 0.56 0.00 imp:pre:2p;ind:pre:2p; -draguiez draguer ver 21.00 6.22 0.01 0.00 sub:pre:2p; -draguons draguer ver 21.00 6.22 0.03 0.07 imp:pre:1p;ind:pre:1p; -dragué draguer ver m s 21.00 6.22 1.51 0.41 par:pas; -draguée draguer ver f s 21.00 6.22 1.39 0.61 par:pas; -draguées draguer ver f p 21.00 6.22 0.17 0.00 par:pas; -dragués draguer ver m p 21.00 6.22 0.02 0.07 par:pas; -drailles draille nom f p 0.00 0.41 0.00 0.41 -drain drain nom m s 1.11 0.47 0.93 0.20 -draina drainer ver 0.86 1.22 0.00 0.07 ind:pas:3s; -drainage drainage nom m s 0.41 0.61 0.41 0.54 -drainages drainage nom m p 0.41 0.61 0.00 0.07 -drainaient drainer ver 0.86 1.22 0.00 0.14 ind:imp:3p; -drainait drainer ver 0.86 1.22 0.14 0.14 ind:imp:3s; -drainant drainer ver 0.86 1.22 0.00 0.27 par:pre; -draine drainer ver 0.86 1.22 0.14 0.14 imp:pre:2s;ind:pre:1s;ind:pre:3s; -drainent drainer ver 0.86 1.22 0.04 0.00 ind:pre:3p; -drainer drainer ver 0.86 1.22 0.42 0.14 inf; -drainera drainer ver 0.86 1.22 0.02 0.00 ind:fut:3s; -drainons drainer ver 0.86 1.22 0.01 0.00 ind:pre:1p; -drains drain nom m p 1.11 0.47 0.18 0.27 -drainé drainer ver m s 0.86 1.22 0.09 0.20 par:pas; -drainées drainer ver f p 0.86 1.22 0.00 0.07 par:pas; -drainés drainer ver m p 0.86 1.22 0.01 0.07 par:pas; -draisienne draisienne nom f s 0.00 0.07 0.00 0.07 -draisine draisine nom f s 0.02 0.07 0.02 0.07 -drakkar drakkar nom m s 0.25 0.27 0.25 0.00 -drakkars drakkar nom m p 0.25 0.27 0.00 0.27 -dramatique dramatique adj s 8.59 11.35 7.29 9.39 -dramatiquement dramatiquement adv 0.27 0.41 0.27 0.41 -dramatiques dramatique adj p 8.59 11.35 1.30 1.96 -dramatisait dramatiser ver 2.42 1.76 0.00 0.20 ind:imp:3s; -dramatisant dramatiser ver 2.42 1.76 0.00 0.07 par:pre; -dramatisation dramatisation nom f s 0.17 0.14 0.17 0.14 -dramatise dramatiser ver 2.42 1.76 0.72 0.41 imp:pre:2s;ind:pre:1s;ind:pre:3s; -dramatisent dramatiser ver 2.42 1.76 0.01 0.00 ind:pre:3p; -dramatiser dramatiser ver 2.42 1.76 0.72 0.68 inf; -dramatises dramatiser ver 2.42 1.76 0.59 0.14 ind:pre:2s; -dramatisez dramatiser ver 2.42 1.76 0.10 0.00 imp:pre:2p;ind:pre:2p; -dramatisons dramatiser ver 2.42 1.76 0.20 0.07 imp:pre:1p;ind:pre:1p; -dramatisé dramatiser ver m s 2.42 1.76 0.05 0.07 par:pas; -dramatisée dramatiser ver f s 2.42 1.76 0.01 0.07 par:pas; -dramatisés dramatiser ver m p 2.42 1.76 0.01 0.07 par:pas; -dramaturge dramaturge nom s 0.58 0.88 0.53 0.74 -dramaturges dramaturge nom p 0.58 0.88 0.05 0.14 -dramaturgie dramaturgie nom f s 0.26 0.07 0.26 0.07 -drame drame nom m s 14.87 39.93 13.48 32.50 -drames drame nom m p 14.87 39.93 1.39 7.43 -drap drap nom m s 19.22 74.12 3.69 33.18 -drapa draper ver 0.84 7.23 0.00 0.47 ind:pas:3s; -drapai draper ver 0.84 7.23 0.00 0.07 ind:pas:1s; -drapaient draper ver 0.84 7.23 0.14 0.07 ind:imp:3p; -drapait draper ver 0.84 7.23 0.00 0.68 ind:imp:3s; -drapant draper ver 0.84 7.23 0.00 0.14 par:pre; -drape draper ver 0.84 7.23 0.14 0.54 imp:pre:2s;ind:pre:1s;ind:pre:3s; -drapeau drapeau nom m s 19.69 37.64 14.66 23.31 -drapeaux drapeau nom m p 19.69 37.64 5.03 14.32 -drapelets drapelet nom m p 0.00 0.07 0.00 0.07 -drapent draper ver 0.84 7.23 0.11 0.14 ind:pre:3p; -draper draper ver 0.84 7.23 0.03 0.27 inf; -draperaient draper ver 0.84 7.23 0.00 0.07 cnd:pre:3p; -draperez draper ver 0.84 7.23 0.14 0.00 ind:fut:2p; -draperie draperie nom f s 0.02 3.31 0.00 1.42 -draperies draperie nom f p 0.02 3.31 0.02 1.89 -drapier drapier nom m s 0.00 0.41 0.00 0.27 -drapiers drapier adj m p 0.00 0.47 0.00 0.34 -draps drap nom m p 19.22 74.12 15.54 40.95 -drapèrent draper ver 0.84 7.23 0.00 0.07 ind:pas:3p; -drapé draper ver m s 0.84 7.23 0.16 1.22 par:pas; -drapée draper ver f s 0.84 7.23 0.13 2.16 par:pas; -drapées draper ver f p 0.84 7.23 0.00 1.01 par:pas; -drapés drapé adj m p 0.17 2.30 0.14 0.81 -drastique drastique adj s 0.50 0.07 0.43 0.07 -drastiquement drastiquement adv 0.02 0.00 0.02 0.00 -drastiques drastique adj f p 0.50 0.07 0.07 0.00 -drave drave nom f s 0.00 0.07 0.00 0.07 -draveurs draveur nom m p 0.00 0.07 0.00 0.07 -dreadlocks dreadlocks nom f p 0.11 0.00 0.11 0.00 -dream_team dream_team nom f s 0.07 0.00 0.07 0.00 -drelin drelin nom m s 0.43 0.00 0.43 0.00 -drepou drepou nom f s 0.00 0.07 0.00 0.07 -dressa dresser ver 17.88 99.86 0.18 9.73 ind:pas:3s; -dressage dressage nom m s 0.58 1.82 0.58 1.76 -dressages dressage nom m p 0.58 1.82 0.00 0.07 -dressai dresser ver 17.88 99.86 0.10 0.61 ind:pas:1s; -dressaient dresser ver 17.88 99.86 0.32 5.47 ind:imp:3p; -dressais dresser ver 17.88 99.86 0.08 0.47 ind:imp:1s;ind:imp:2s; -dressait dresser ver 17.88 99.86 0.19 13.85 ind:imp:3s; -dressant dresser ver 17.88 99.86 0.48 3.65 par:pre; -dresse dresser ver 17.88 99.86 4.76 13.51 imp:pre:2s;ind:pre:1s;ind:pre:3s; -dressement dressement nom m s 0.00 0.07 0.00 0.07 -dressent dresser ver 17.88 99.86 0.77 4.93 ind:pre:3p; -dresser dresser ver 17.88 99.86 4.65 14.93 inf; -dressera dresser ver 17.88 99.86 0.37 0.54 ind:fut:3s; -dresserai dresser ver 17.88 99.86 0.15 0.07 ind:fut:1s; -dresseraient dresser ver 17.88 99.86 0.01 0.20 cnd:pre:3p; -dresserait dresser ver 17.88 99.86 0.02 0.34 cnd:pre:3s; -dresseras dresser ver 17.88 99.86 0.01 0.00 ind:fut:2s; -dresserons dresser ver 17.88 99.86 0.26 0.07 ind:fut:1p; -dresseront dresser ver 17.88 99.86 0.16 0.14 ind:fut:3p; -dresses dresser ver 17.88 99.86 0.23 0.27 ind:pre:2s; -dresseur dresseur nom m s 0.86 0.68 0.50 0.34 -dresseurs dresseur nom m p 0.86 0.68 0.32 0.27 -dresseuse dresseur nom f s 0.86 0.68 0.05 0.07 -dressez dresser ver 17.88 99.86 0.70 0.54 imp:pre:2p;ind:pre:2p; -dressing_room dressing_room nom m s 0.01 0.00 0.01 0.00 -dressing dressing nom m s 0.28 0.00 0.28 0.00 -dressions dresser ver 17.88 99.86 0.00 0.20 ind:imp:1p; -dressoir dressoir nom m s 0.01 0.47 0.01 0.34 -dressoirs dressoir nom m p 0.01 0.47 0.00 0.14 -dressons dresser ver 17.88 99.86 0.19 0.27 imp:pre:1p;ind:pre:1p; -dressât dresser ver 17.88 99.86 0.00 0.14 sub:imp:3s; -dressèrent dresser ver 17.88 99.86 0.04 1.15 ind:pas:3p; -dressé dresser ver m s 17.88 99.86 3.36 13.24 par:pas; -dressée dresser ver f s 17.88 99.86 0.31 7.23 par:pas; -dressées dressé adj f p 1.79 11.82 0.44 2.36 -dressés dresser ver m p 17.88 99.86 0.29 4.93 par:pas; -dreyfusard dreyfusard nom m s 0.27 0.20 0.14 0.07 -dreyfusards dreyfusard nom m p 0.27 0.20 0.14 0.14 -dreyfusisme dreyfusisme nom m s 0.00 0.07 0.00 0.07 -dribbla dribbler ver 0.81 0.34 0.00 0.07 ind:pas:3s; -dribblais dribbler ver 0.81 0.34 0.10 0.07 ind:imp:1s; -dribblait dribbler ver 0.81 0.34 0.10 0.07 ind:imp:3s; -dribble dribble nom m s 0.69 0.07 0.29 0.07 -dribbler dribbler ver 0.81 0.34 0.20 0.14 inf; -dribbles dribble nom m p 0.69 0.07 0.40 0.00 -dribbleur dribbleur nom m s 0.00 0.14 0.00 0.14 -dribblez dribbler ver 0.81 0.34 0.01 0.00 imp:pre:2p; -dribblé dribbler ver m s 0.81 0.34 0.29 0.00 par:pas; -drible dribler ver 0.25 0.07 0.14 0.07 imp:pre:2s;ind:pre:1s;ind:pre:3s; -dribler dribler ver 0.25 0.07 0.10 0.00 inf; -drift drift nom m s 0.04 0.07 0.04 0.07 -drifter drifter nom m s 0.05 37.50 0.02 37.50 -drifters drifter nom m p 0.05 37.50 0.03 0.00 -drill drill nom m s 0.01 0.07 0.01 0.07 -drille drille nom m s 0.11 1.22 0.08 0.61 -drilles drille nom m p 0.11 1.22 0.04 0.61 -dring dring ono 0.32 0.61 0.32 0.61 -drink drink nom m s 0.92 0.88 0.89 0.41 -drinks drink nom m p 0.92 0.88 0.03 0.47 -drisse drisse nom f s 0.16 0.81 0.06 0.47 -drisses drisse nom f p 0.16 0.81 0.11 0.34 -drivait driver ver 0.24 0.61 0.00 0.14 ind:imp:3s; -drivant driver ver 0.24 0.61 0.00 0.07 par:pre; -drive_in drive_in nom m s 0.94 0.00 0.94 0.00 -drive drive nom m s 1.45 0.41 1.41 0.41 -driver driver nom m s 0.31 0.34 0.25 0.27 -drivers driver nom m p 0.31 0.34 0.06 0.07 -drives drive nom m p 1.45 0.41 0.04 0.00 -drivé driver ver m s 0.24 0.61 0.00 0.07 par:pas; -drivée driver ver f s 0.24 0.61 0.01 0.14 par:pas; -drogman drogman nom m s 0.00 0.27 0.00 0.20 -drogmans drogman nom m p 0.00 0.27 0.00 0.07 -droguaient droguer ver 13.15 3.85 0.19 0.07 ind:imp:3p; -droguais droguer ver 13.15 3.85 0.29 0.00 ind:imp:1s;ind:imp:2s; -droguait droguer ver 13.15 3.85 0.94 0.68 ind:imp:3s; -droguant droguer ver 13.15 3.85 0.06 0.00 par:pre; -drogue drogue nom f s 58.76 13.72 47.20 10.54 -droguent droguer ver 13.15 3.85 0.50 0.20 ind:pre:3p; -droguer droguer ver 13.15 3.85 2.44 0.74 inf; -droguerie droguerie nom f s 0.31 0.54 0.28 0.47 -drogueries droguerie nom f p 0.31 0.54 0.03 0.07 -drogues drogue nom f p 58.76 13.72 11.56 3.18 -droguet droguet nom m s 0.00 1.08 0.00 0.95 -droguets droguet nom m p 0.00 1.08 0.00 0.14 -droguez droguer ver 13.15 3.85 0.49 0.14 imp:pre:2p;ind:pre:2p; -droguiez droguer ver 13.15 3.85 0.05 0.00 ind:imp:2p; -droguiste droguiste nom s 0.17 0.61 0.16 0.41 -droguistes droguiste nom p 0.17 0.61 0.02 0.20 -drogué drogué nom m s 6.35 2.43 2.63 0.68 -droguée droguer ver f s 13.15 3.85 1.47 0.14 par:pas; -droguées drogué nom f p 6.35 2.43 0.25 0.00 -drogués drogué nom m p 6.35 2.43 2.20 1.35 -droicos droico nom m p 0.00 0.27 0.00 0.27 -droit_fil droit_fil nom m s 0.00 0.07 0.00 0.07 -droit droit nom m s 207.62 163.72 175.60 138.72 -droite droite nom f s 58.70 117.97 58.44 116.69 -droitement droitement adv 0.01 0.07 0.01 0.07 -droites droit adj f p 77.74 163.38 0.83 4.80 -droitier droitier adj m s 0.76 0.07 0.69 0.00 -droitiers droitier nom m p 0.35 0.20 0.14 0.14 -droitière droitier adj f s 0.76 0.07 0.06 0.07 -droits droit nom m p 207.62 163.72 32.01 25.00 -droiture droiture nom f s 1.33 1.76 1.33 1.76 -drolatique drolatique adj s 0.54 0.47 0.54 0.34 -drolatiques drolatique adj m p 0.54 0.47 0.00 0.14 -dromadaire dromadaire nom m s 0.44 1.22 0.44 0.68 -dromadaires dromadaire nom m p 0.44 1.22 0.00 0.54 -drome drome nom f s 0.02 0.07 0.01 0.07 -dromes drome nom f p 0.02 0.07 0.01 0.00 -drone_espion drone_espion nom m s 0.02 0.00 0.02 0.00 -drone drone nom m s 1.79 0.00 0.88 0.00 -drones drone nom m p 1.79 0.00 0.91 0.00 -dronte dronte nom m s 0.01 0.07 0.01 0.07 -drop drop nom m s 1.11 0.00 1.11 0.00 -drope droper ver 0.00 0.20 0.00 0.07 ind:pre:3s; -dropent droper ver 0.00 0.20 0.00 0.07 ind:pre:3p; -droppage droppage nom m s 0.04 0.00 0.04 0.00 -droppant dropper ver 0.00 0.27 0.00 0.07 par:pre; -droppe dropper ver 0.00 0.27 0.00 0.20 ind:pre:3s; -dropé droper ver m s 0.00 0.20 0.00 0.07 par:pas; -drosophile drosophile nom f s 0.10 0.00 0.06 0.00 -drosophiles drosophile nom f p 0.10 0.00 0.04 0.00 -dross dross nom m 0.00 0.07 0.00 0.07 -drossait drosser ver 0.01 0.41 0.00 0.07 ind:imp:3s; -drossant drosser ver 0.01 0.41 0.00 0.07 par:pre; -drossart drossart nom m s 0.00 0.07 0.00 0.07 -drosser drosser ver 0.01 0.41 0.00 0.07 inf; -drossé drosser ver m s 0.01 0.41 0.01 0.07 par:pas; -drossée drosser ver f s 0.01 0.41 0.00 0.07 par:pas; -drossés drosser ver m p 0.01 0.41 0.00 0.07 par:pas; -droséra droséra nom m s 0.01 0.00 0.01 0.00 -drège drège nom f s 0.01 0.00 0.01 0.00 -dru dru adj m s 0.62 9.53 0.13 2.84 -drue dru adj f s 0.62 9.53 0.15 3.58 -drues dru adj f p 0.62 9.53 0.00 0.68 -drugstore drugstore nom m s 1.71 1.89 1.58 1.82 -drugstores drugstore nom m p 1.71 1.89 0.14 0.07 -druide druide nom m s 1.18 4.86 0.89 2.84 -druides druide nom m p 1.18 4.86 0.28 2.03 -druidesse druidesse nom f s 0.02 0.20 0.02 0.14 -druidesses druidesse nom f p 0.02 0.20 0.00 0.07 -druidique druidique adj s 0.19 0.74 0.19 0.54 -druidiques druidique adj m p 0.19 0.74 0.00 0.20 -druidisme druidisme nom m s 0.00 0.54 0.00 0.54 -drumlin drumlin nom m s 0.11 0.00 0.11 0.00 -drummer drummer nom m s 0.17 0.07 0.17 0.07 -drums drums nom m p 0.04 0.07 0.04 0.07 -drépanocytose drépanocytose nom f s 0.01 0.00 0.01 0.00 -drus dru adj m p 0.62 9.53 0.34 2.43 -druze druze adj s 0.56 1.28 0.40 0.54 -druzes druze adj p 0.56 1.28 0.16 0.74 -dry dry adj m s 1.02 1.22 1.02 1.22 -dryade dryade nom f s 0.16 0.27 0.00 0.07 -dryades dryade nom f p 0.16 0.27 0.16 0.20 -dèche dèche nom f s 0.39 1.96 0.38 1.89 -dèches dèche nom f p 0.39 1.96 0.01 0.07 -dèmes dème nom m p 0.00 0.14 0.00 0.14 -dès dès pre 143.72 275.07 143.72 275.07 -dé dé nom m s 23.36 11.55 5.74 3.65 -du du art_def m s 4394.70 6882.16 4394.70 6882.16 -dual dual adj m s 0.07 0.00 0.07 0.00 -dualisme dualisme nom m s 0.02 0.34 0.02 0.34 -dualiste dualiste adj m s 0.01 0.00 0.01 0.00 -dualité dualité nom f s 0.33 0.68 0.33 0.68 -déambula déambuler ver 1.84 7.70 0.01 0.27 ind:pas:3s; -déambulai déambuler ver 1.84 7.70 0.02 0.00 ind:pas:1s; -déambulaient déambuler ver 1.84 7.70 0.01 0.68 ind:imp:3p; -déambulais déambuler ver 1.84 7.70 0.20 0.20 ind:imp:1s; -déambulait déambuler ver 1.84 7.70 0.10 1.22 ind:imp:3s; -déambulant déambuler ver 1.84 7.70 0.20 1.15 par:pre; -déambulante déambulant adj f s 0.01 0.14 0.00 0.14 -déambulateur déambulateur nom m s 0.13 0.00 0.13 0.00 -déambulation déambulation nom f s 0.03 1.42 0.01 0.54 -déambulations déambulation nom f p 0.03 1.42 0.01 0.88 -déambulatoire déambulatoire adj m s 0.00 0.14 0.00 0.07 -déambulatoires déambulatoire adj m p 0.00 0.14 0.00 0.07 -déambule déambuler ver 1.84 7.70 0.52 1.22 imp:pre:2s;ind:pre:1s;ind:pre:3s; -déambulent déambuler ver 1.84 7.70 0.10 0.47 ind:pre:3p; -déambuler déambuler ver 1.84 7.70 0.29 1.55 inf; -déambulerai déambuler ver 1.84 7.70 0.01 0.00 ind:fut:1s; -déambulez déambuler ver 1.84 7.70 0.04 0.07 imp:pre:2p;ind:pre:2p; -déambulions déambuler ver 1.84 7.70 0.14 0.14 ind:imp:1p; -déambulons déambuler ver 1.84 7.70 0.00 0.20 ind:pre:1p; -déambulèrent déambuler ver 1.84 7.70 0.00 0.20 ind:pas:3p; -déambulé déambuler ver m s 1.84 7.70 0.22 0.34 par:pas; -débagoulage débagoulage nom m s 0.00 0.07 0.00 0.07 -débagoule débagouler ver 0.01 0.68 0.00 0.34 ind:pre:1s;ind:pre:3s;sub:pre:3s; -débagouler débagouler ver 0.01 0.68 0.01 0.20 inf; -débagoulerait débagouler ver 0.01 0.68 0.00 0.07 cnd:pre:3s; -débagoules débagouler ver 0.01 0.68 0.00 0.07 ind:pre:2s; -déballa déballer ver 3.59 6.69 0.00 0.68 ind:pas:3s; -déballage déballage nom m s 0.32 1.76 0.30 1.62 -déballages déballage nom m p 0.32 1.76 0.01 0.14 -déballai déballer ver 3.59 6.69 0.00 0.20 ind:pas:1s; -déballaient déballer ver 3.59 6.69 0.00 0.34 ind:imp:3p; -déballais déballer ver 3.59 6.69 0.02 0.07 ind:imp:1s;ind:imp:2s; -déballait déballer ver 3.59 6.69 0.02 0.81 ind:imp:3s; -déballant déballer ver 3.59 6.69 0.02 0.14 par:pre; -déballe déballer ver 3.59 6.69 0.67 1.42 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -déballent déballer ver 3.59 6.69 0.04 0.07 ind:pre:3p; -déballer déballer ver 3.59 6.69 1.63 1.49 inf; -déballera déballer ver 3.59 6.69 0.02 0.00 ind:fut:3s; -déballez déballer ver 3.59 6.69 0.35 0.07 imp:pre:2p;ind:pre:2p; -déballonnage déballonnage nom m s 0.00 0.07 0.00 0.07 -déballonner déballonner ver 0.01 0.74 0.00 0.41 inf; -déballonnerais déballonner ver 0.01 0.74 0.01 0.00 cnd:pre:2s; -déballonneront déballonner ver 0.01 0.74 0.00 0.07 ind:fut:3p; -déballonné déballonner ver m s 0.01 0.74 0.00 0.27 par:pas; -déballons déballer ver 3.59 6.69 0.04 0.00 imp:pre:1p;ind:pre:1p; -déballèrent déballer ver 3.59 6.69 0.00 0.20 ind:pas:3p; -déballé déballer ver m s 3.59 6.69 0.69 0.95 par:pas; -déballée déballer ver f s 3.59 6.69 0.04 0.14 par:pas; -déballées déballer ver f p 3.59 6.69 0.05 0.07 par:pas; -déballés déballer ver m p 3.59 6.69 0.01 0.07 par:pas; -débanda débander ver 0.81 2.43 0.00 0.07 ind:pas:3s; -débandade débandade nom f s 0.58 3.51 0.58 3.51 -débandaient débander ver 0.81 2.43 0.01 0.14 ind:imp:3p; -débandais débander ver 0.81 2.43 0.00 0.07 ind:imp:1s; -débandait débander ver 0.81 2.43 0.00 0.07 ind:imp:3s; -débande débander ver 0.81 2.43 0.35 0.27 ind:pre:1s;ind:pre:3s; -débandent débander ver 0.81 2.43 0.03 0.07 ind:pre:3p; -débander débander ver 0.81 2.43 0.28 0.95 inf; -débandera débander ver 0.81 2.43 0.00 0.07 ind:fut:3s; -débanderaient débander ver 0.81 2.43 0.01 0.00 cnd:pre:3p; -débandez débander ver 0.81 2.43 0.00 0.14 ind:pre:2p; -débandèrent débander ver 0.81 2.43 0.00 0.07 ind:pas:3p; -débandé débander ver m s 0.81 2.43 0.13 0.20 par:pas; -débandées débander ver f p 0.81 2.43 0.00 0.07 par:pas; -débandés débander ver m p 0.81 2.43 0.00 0.27 par:pas; -débaptiser débaptiser ver 0.00 0.27 0.00 0.07 inf; -débaptiserais débaptiser ver 0.00 0.27 0.00 0.07 cnd:pre:1s; -débaptisé débaptiser ver m s 0.00 0.27 0.00 0.07 par:pas; -débaptisée débaptiser ver f s 0.00 0.27 0.00 0.07 par:pas; -débarbot débarbot nom m s 0.00 0.20 0.00 0.14 -débarbots débarbot nom m p 0.00 0.20 0.00 0.07 -débarbouilla débarbouiller ver 0.81 2.77 0.00 0.14 ind:pas:3s; -débarbouillait débarbouiller ver 0.81 2.77 0.00 0.20 ind:imp:3s; -débarbouillant débarbouiller ver 0.81 2.77 0.00 0.07 par:pre; -débarbouille débarbouiller ver 0.81 2.77 0.28 0.47 imp:pre:2s;ind:pre:1s;ind:pre:3s; -débarbouiller débarbouiller ver 0.81 2.77 0.37 1.42 inf; -débarbouillette débarbouillette nom f s 0.02 0.00 0.02 0.00 -débarbouillé débarbouiller ver m s 0.81 2.77 0.04 0.14 par:pas; -débarbouillée débarbouiller ver f s 0.81 2.77 0.13 0.27 par:pas; -débarbouillés débarbouiller ver m p 0.81 2.77 0.00 0.07 par:pas; -débarcadère débarcadère nom m s 0.43 1.62 0.43 1.55 -débarcadères débarcadère nom m p 0.43 1.62 0.00 0.07 -débardage débardage nom m s 0.00 0.20 0.00 0.14 -débardages débardage nom m p 0.00 0.20 0.00 0.07 -débardaient débarder ver 0.00 0.41 0.00 0.07 ind:imp:3p; -débarder débarder ver 0.00 0.41 0.00 0.14 inf; -débardeur débardeur nom m s 0.77 1.42 0.69 0.68 -débardeurs débardeur nom m p 0.77 1.42 0.08 0.74 -débardée débarder ver f s 0.00 0.41 0.00 0.20 par:pas; -débaroule débarouler ver 0.00 0.14 0.00 0.07 ind:pre:3s; -débaroulent débarouler ver 0.00 0.14 0.00 0.07 ind:pre:3p; -débarqua débarquer ver 25.66 34.39 0.46 1.49 ind:pas:3s; -débarquai débarquer ver 25.66 34.39 0.00 0.47 ind:pas:1s; -débarquaient débarquer ver 25.66 34.39 0.15 1.62 ind:imp:3p; -débarquais débarquer ver 25.66 34.39 0.04 0.27 ind:imp:1s;ind:imp:2s; -débarquait débarquer ver 25.66 34.39 0.51 2.97 ind:imp:3s; -débarquant débarquer ver 25.66 34.39 0.39 2.23 par:pre; -débarque débarquer ver 25.66 34.39 6.18 3.85 imp:pre:2s;ind:pre:1s;ind:pre:3s; -débarquement débarquement nom m s 2.79 15.00 2.74 14.12 -débarquements débarquement nom m p 2.79 15.00 0.05 0.88 -débarquent débarquer ver 25.66 34.39 1.84 2.09 ind:pre:3p; -débarquer débarquer ver 25.66 34.39 5.89 7.36 inf; -débarquera débarquer ver 25.66 34.39 0.37 0.27 ind:fut:3s; -débarquerai débarquer ver 25.66 34.39 0.07 0.07 ind:fut:1s; -débarqueraient débarquer ver 25.66 34.39 0.02 0.07 cnd:pre:3p; -débarquerait débarquer ver 25.66 34.39 0.03 0.20 cnd:pre:3s; -débarqueras débarquer ver 25.66 34.39 0.02 0.00 ind:fut:2s; -débarquerez débarquer ver 25.66 34.39 0.17 0.07 ind:fut:2p; -débarquerons débarquer ver 25.66 34.39 0.40 0.07 ind:fut:1p; -débarqueront débarquer ver 25.66 34.39 0.17 0.27 ind:fut:3p; -débarques débarquer ver 25.66 34.39 1.25 0.34 ind:pre:2s; -débarquez débarquer ver 25.66 34.39 0.88 0.27 imp:pre:2p;ind:pre:2p; -débarquiez débarquer ver 25.66 34.39 0.02 0.14 ind:imp:2p; -débarquions débarquer ver 25.66 34.39 0.11 0.27 ind:imp:1p; -débarquâmes débarquer ver 25.66 34.39 0.00 0.41 ind:pas:1p; -débarquons débarquer ver 25.66 34.39 0.16 0.27 imp:pre:1p;ind:pre:1p; -débarquèrent débarquer ver 25.66 34.39 0.03 0.95 ind:pas:3p; -débarqué débarquer ver m s 25.66 34.39 6.04 6.62 par:pas; -débarquée débarqué adj f s 0.13 1.15 0.06 0.07 -débarquées débarquer ver f p 25.66 34.39 0.14 0.27 par:pas; -débarqués débarquer ver m p 25.66 34.39 0.27 0.88 par:pas; -débarra débarrer ver 0.01 0.20 0.01 0.00 ind:pas:3s; -débarras débarras nom m 2.79 6.96 2.79 6.96 -débarrassa débarrasser ver 61.77 48.92 0.01 2.50 ind:pas:3s; -débarrassai débarrasser ver 61.77 48.92 0.00 0.07 ind:pas:1s; -débarrassaient débarrasser ver 61.77 48.92 0.02 0.47 ind:imp:3p; -débarrassais débarrasser ver 61.77 48.92 0.07 0.27 ind:imp:1s;ind:imp:2s; -débarrassait débarrasser ver 61.77 48.92 0.43 1.82 ind:imp:3s; -débarrassant débarrasser ver 61.77 48.92 0.14 1.42 par:pre; -débarrasse débarrasser ver 61.77 48.92 11.42 4.12 imp:pre:2s;ind:pre:1s;ind:pre:3s; -débarrassent débarrasser ver 61.77 48.92 0.33 0.54 ind:pre:3p; -débarrasser débarrasser ver 61.77 48.92 32.37 23.58 inf;; -débarrassera débarrasser ver 61.77 48.92 1.17 0.34 ind:fut:3s; -débarrasserai débarrasser ver 61.77 48.92 0.54 0.47 ind:fut:1s; -débarrasserais débarrasser ver 61.77 48.92 0.25 0.20 cnd:pre:1s;cnd:pre:2s; -débarrasserait débarrasser ver 61.77 48.92 0.07 0.27 cnd:pre:3s; -débarrasseras débarrasser ver 61.77 48.92 0.53 0.00 ind:fut:2s; -débarrasserez débarrasser ver 61.77 48.92 0.16 0.07 ind:fut:2p; -débarrasserons débarrasser ver 61.77 48.92 0.08 0.00 ind:fut:1p; -débarrasseront débarrasser ver 61.77 48.92 0.21 0.20 ind:fut:3p; -débarrasses débarrasser ver 61.77 48.92 0.91 0.07 ind:pre:2s;sub:pre:2s; -débarrassez débarrasser ver 61.77 48.92 3.03 0.54 imp:pre:2p;ind:pre:2p; -débarrassiez débarrasser ver 61.77 48.92 0.24 0.00 ind:imp:2p; -débarrassons débarrasser ver 61.77 48.92 0.79 0.00 imp:pre:1p;ind:pre:1p; -débarrassât débarrasser ver 61.77 48.92 0.00 0.07 sub:imp:3s; -débarrassèrent débarrasser ver 61.77 48.92 0.10 0.27 ind:pas:3p; -débarrassé débarrasser ver m s 61.77 48.92 5.64 6.62 par:pas; -débarrassée débarrasser ver f s 61.77 48.92 1.72 2.57 par:pas; -débarrassées débarrasser ver f p 61.77 48.92 0.26 0.34 par:pas; -débarrassés débarrasser ver m p 61.77 48.92 1.30 2.09 par:pas; -débarrer débarrer ver 0.01 0.20 0.00 0.07 inf; -débarrons débarrer ver 0.01 0.20 0.00 0.07 imp:pre:1p; -débat débat nom m s 10.70 15.81 7.77 9.46 -débats débat nom m p 10.70 15.81 2.93 6.35 -débattît débattre ver 8.63 26.42 0.00 0.07 sub:imp:3s; -débattaient débattre ver 8.63 26.42 0.02 0.61 ind:imp:3p; -débattais débattre ver 8.63 26.42 0.02 0.88 ind:imp:1s;ind:imp:2s; -débattait débattre ver 8.63 26.42 0.51 6.42 ind:imp:3s; -débattant débattre ver 8.63 26.42 0.08 1.35 par:pre; -débatte débattre ver 8.63 26.42 0.01 0.07 sub:pre:3s; -débattent débattre ver 8.63 26.42 0.24 0.74 ind:pre:3p; -débatteur débatteur nom m s 0.00 0.07 0.00 0.07 -débattez débattre ver 8.63 26.42 0.22 0.00 imp:pre:2p;ind:pre:2p; -débattiez débattre ver 8.63 26.42 0.01 0.07 ind:imp:2p; -débattions débattre ver 8.63 26.42 0.01 0.20 ind:imp:1p; -débattirent débattre ver 8.63 26.42 0.00 0.14 ind:pas:3p; -débattis débattre ver 8.63 26.42 0.00 0.68 ind:pas:1s; -débattit débattre ver 8.63 26.42 0.01 1.28 ind:pas:3s; -débattons débattre ver 8.63 26.42 0.33 0.27 imp:pre:1p;ind:pre:1p; -débattra débattre ver 8.63 26.42 0.01 0.07 ind:fut:3s; -débattraient débattre ver 8.63 26.42 0.00 0.07 cnd:pre:3p; -débattrais débattre ver 8.63 26.42 0.02 0.07 cnd:pre:1s; -débattrait débattre ver 8.63 26.42 0.02 0.34 cnd:pre:3s; -débattre débattre ver 8.63 26.42 2.64 5.27 inf; -débattrons débattre ver 8.63 26.42 0.17 0.07 ind:fut:1p; -débattu débattre ver m s 8.63 26.42 1.05 1.62 par:pas; -débattue débattre ver f s 8.63 26.42 0.73 0.95 par:pas; -débattues débattre ver f p 8.63 26.42 0.01 0.20 par:pas; -débattus débattre ver m p 8.63 26.42 0.07 0.34 par:pas; -débauchais débaucher ver 0.80 1.69 0.00 0.07 ind:imp:1s; -débauchait débaucher ver 0.80 1.69 0.00 0.07 ind:imp:3s; -débauchant débaucher ver 0.80 1.69 0.00 0.07 par:pre; -débauche débauche nom f s 2.87 9.39 2.72 7.16 -débaucher débaucher ver 0.80 1.69 0.19 0.61 inf; -débauches débauche nom f p 2.87 9.39 0.14 2.23 -débaucheur débaucheur nom m s 0.02 0.00 0.01 0.00 -débaucheurs débaucheur nom m p 0.02 0.00 0.01 0.00 -débauché débauché nom m s 1.09 1.35 0.62 0.74 -débauchée débauché nom f s 1.09 1.35 0.24 0.00 -débauchées débauché nom f p 1.09 1.35 0.11 0.00 -débauchés débauché nom m p 1.09 1.35 0.12 0.61 -débecquetait débecqueter ver 0.00 0.07 0.00 0.07 ind:imp:3s; -débectage débectage nom m s 0.00 0.07 0.00 0.07 -débectait débecter ver 0.46 1.89 0.00 0.20 ind:imp:3s; -débectance débectance nom f s 0.00 0.20 0.00 0.20 -débectant débecter ver 0.46 1.89 0.04 0.14 par:pre; -débecte débecter ver 0.46 1.89 0.23 0.95 imp:pre:2s;ind:pre:1s;ind:pre:3s; -débectent débecter ver 0.46 1.89 0.01 0.14 ind:pre:3p; -débecter débecter ver 0.46 1.89 0.01 0.00 inf; -débecterais débecter ver 0.46 1.89 0.00 0.07 cnd:pre:1s; -débectez débecter ver 0.46 1.89 0.16 0.00 ind:pre:2p; -débecté débecter ver m s 0.46 1.89 0.00 0.14 par:pas; -débectée débecter ver f s 0.46 1.89 0.00 0.20 par:pas; -débectés débecter ver m p 0.46 1.89 0.00 0.07 par:pas; -débiffé débiffer ver m s 0.00 0.07 0.00 0.07 par:pas; -débile débile adj s 21.09 4.66 17.80 3.11 -débilement débilement adv 0.02 0.00 0.02 0.00 -débiles débile nom p 11.99 2.91 3.66 1.55 -débilitaient débiliter ver 0.00 0.54 0.00 0.07 ind:imp:3p; -débilitant débilitant adj m s 0.16 0.27 0.04 0.14 -débilitante débilitant adj f s 0.16 0.27 0.05 0.14 -débilitantes débilitant adj f p 0.16 0.27 0.06 0.00 -débilitation débilitation nom f s 0.00 0.14 0.00 0.14 -débilite débiliter ver 0.00 0.54 0.00 0.07 ind:pre:3s; -débilité débilité nom f s 0.34 0.88 0.27 0.74 -débilitée débiliter ver f s 0.00 0.54 0.00 0.07 par:pas; -débilités débilité nom f p 0.34 0.88 0.08 0.14 -débiller débiller ver 0.00 0.07 0.00 0.07 inf; -débinait débiner ver 2.35 3.18 0.00 0.14 ind:imp:3s; -débine débiner ver 2.35 3.18 0.98 0.88 imp:pre:2s;ind:pre:1s;ind:pre:3s; -débinent débiner ver 2.35 3.18 0.39 0.20 ind:pre:3p; -débiner débiner ver 2.35 3.18 0.27 1.35 inf; -débinera débiner ver 2.35 3.18 0.00 0.07 ind:fut:3s; -débinerai débiner ver 2.35 3.18 0.02 0.00 ind:fut:1s; -débinerait débiner ver 2.35 3.18 0.02 0.07 cnd:pre:3s; -débineras débiner ver 2.35 3.18 0.01 0.00 ind:fut:2s; -débines débiner ver 2.35 3.18 0.27 0.07 ind:pre:2s; -débineurs débineur nom m p 0.00 0.14 0.00 0.07 -débineuses débineur nom f p 0.00 0.14 0.00 0.07 -débinez débiner ver 2.35 3.18 0.02 0.14 imp:pre:2p;ind:pre:2p; -débiné débiner ver m s 2.35 3.18 0.26 0.14 par:pas; -débinées débiner ver f p 2.35 3.18 0.00 0.07 par:pas; -débinés débiner ver m p 2.35 3.18 0.10 0.07 par:pas; -débit débit nom m s 1.24 6.35 1.10 5.27 -débita débiter ver 1.87 14.46 0.00 0.54 ind:pas:3s; -débitage débitage nom m s 0.00 0.07 0.00 0.07 -débitai débiter ver 1.87 14.46 0.00 0.20 ind:pas:1s; -débitaient débiter ver 1.87 14.46 0.01 0.54 ind:imp:3p; -débitais débiter ver 1.87 14.46 0.00 0.20 ind:imp:1s; -débitait débiter ver 1.87 14.46 0.04 2.50 ind:imp:3s; -débitant débiter ver 1.87 14.46 0.04 1.01 par:pre; -débitants débitant nom m p 0.00 0.27 0.00 0.07 -dubitatif dubitatif adj m s 0.09 2.30 0.07 1.15 -dubitatifs dubitatif adj m p 0.09 2.30 0.01 0.20 -dubitation dubitation nom f s 0.00 0.14 0.00 0.07 -dubitations dubitation nom f p 0.00 0.14 0.00 0.07 -dubitative dubitatif adj f s 0.09 2.30 0.00 0.74 -dubitativement dubitativement adv 0.00 0.14 0.00 0.14 -dubitatives dubitatif adj f p 0.09 2.30 0.00 0.20 -débite débiter ver 1.87 14.46 0.34 2.77 imp:pre:2s;ind:pre:1s;ind:pre:3s; -débitent débiter ver 1.87 14.46 0.14 0.20 ind:pre:3p; -débiter débiter ver 1.87 14.46 0.82 3.45 inf; -débitera débiter ver 1.87 14.46 0.00 0.20 ind:fut:3s; -débiterai débiter ver 1.87 14.46 0.01 0.07 ind:fut:1s; -débiterait débiter ver 1.87 14.46 0.00 0.14 cnd:pre:3s; -débites débiter ver 1.87 14.46 0.02 0.14 ind:pre:2s; -débiteur débiteur nom m s 1.28 0.61 0.75 0.27 -débiteurs débiteur nom m p 1.28 0.61 0.54 0.34 -débitez débiter ver 1.87 14.46 0.24 0.00 imp:pre:2p;ind:pre:2p; -débitrice débiteur adj f s 0.21 0.27 0.00 0.07 -débits débit nom m p 1.24 6.35 0.14 1.08 -débité débiter ver m s 1.87 14.46 0.14 0.95 par:pas; -débitée débiter ver f s 1.87 14.46 0.06 0.41 par:pas; -débitées débiter ver f p 1.87 14.46 0.00 0.81 par:pas; -débités débiter ver m p 1.87 14.46 0.01 0.34 par:pas; -déblai déblai nom m s 0.00 0.74 0.00 0.47 -déblaie déblayer ver 0.96 4.19 0.05 0.20 imp:pre:2s;ind:pre:3s; -déblaiement déblaiement nom m s 0.14 0.74 0.14 0.74 -déblaient déblayer ver 0.96 4.19 0.02 0.14 ind:pre:3p; -déblaierez déblayer ver 0.96 4.19 0.00 0.07 ind:fut:2p; -déblais déblai nom m p 0.00 0.74 0.00 0.27 -déblatère déblatérer ver 0.32 0.47 0.07 0.07 ind:pre:3s; -déblatérait déblatérer ver 0.32 0.47 0.04 0.07 ind:imp:3s; -déblatérant déblatérer ver 0.32 0.47 0.01 0.14 par:pre; -déblatérations déblatération nom f p 0.00 0.07 0.00 0.07 -déblatérer déblatérer ver 0.32 0.47 0.20 0.20 inf; -déblaya déblayer ver 0.96 4.19 0.00 0.07 ind:pas:3s; -déblayage déblayage nom m s 0.09 0.14 0.09 0.14 -déblayaient déblayer ver 0.96 4.19 0.00 0.54 ind:imp:3p; -déblayait déblayer ver 0.96 4.19 0.01 0.47 ind:imp:3s; -déblayant déblayer ver 0.96 4.19 0.00 0.27 par:pre; -déblayer déblayer ver 0.96 4.19 0.45 1.55 inf; -déblayera déblayer ver 0.96 4.19 0.00 0.07 ind:fut:3s; -déblayeur déblayeur adj m s 0.01 0.00 0.01 0.00 -déblayeurs déblayeur nom m p 0.00 0.07 0.00 0.07 -déblayez déblayer ver 0.96 4.19 0.11 0.00 imp:pre:2p;ind:pre:2p; -déblayé déblayer ver m s 0.96 4.19 0.31 0.54 par:pas; -déblayée déblayer ver f s 0.96 4.19 0.00 0.07 par:pas; -déblayées déblayer ver f p 0.96 4.19 0.00 0.14 par:pas; -déblayés déblayer ver m p 0.96 4.19 0.01 0.07 par:pas; -déblocage déblocage nom m s 0.05 0.27 0.05 0.20 -déblocages déblocage nom m p 0.05 0.27 0.00 0.07 -débloqua débloquer ver 6.07 4.73 0.00 0.27 ind:pas:3s; -débloquait débloquer ver 6.07 4.73 0.01 0.20 ind:imp:3s; -débloquant débloquer ver 6.07 4.73 0.01 0.14 par:pre; -débloque débloquer ver 6.07 4.73 1.38 1.35 imp:pre:2s;ind:pre:1s;ind:pre:3s; -débloquent débloquer ver 6.07 4.73 0.23 0.07 ind:pre:3p; -débloquer débloquer ver 6.07 4.73 0.77 1.55 inf; -débloques débloquer ver 6.07 4.73 2.20 0.34 ind:pre:2s; -débloquez débloquer ver 6.07 4.73 0.80 0.07 imp:pre:2p;ind:pre:2p; -débloquât débloquer ver 6.07 4.73 0.00 0.07 sub:imp:3s; -débloqué débloquer ver m s 6.07 4.73 0.42 0.54 par:pas; -débloquée débloquer ver f s 6.07 4.73 0.04 0.14 par:pas; -débloqués débloquer ver m p 6.07 4.73 0.22 0.00 par:pas; -déboîta déboîter ver 0.96 1.08 0.00 0.07 ind:pas:3s; -déboîtaient déboîter ver 0.96 1.08 0.01 0.07 ind:imp:3p; -déboîtais déboîter ver 0.96 1.08 0.01 0.07 ind:imp:1s; -déboîtait déboîter ver 0.96 1.08 0.00 0.07 ind:imp:3s; -déboîtant déboîter ver 0.96 1.08 0.00 0.07 par:pre; -déboîte déboîter ver 0.96 1.08 0.13 0.14 imp:pre:2s;ind:pre:1s;ind:pre:3s; -déboîtement déboîtement nom m s 0.01 0.00 0.01 0.00 -déboîter déboîter ver 0.96 1.08 0.22 0.20 inf; -déboîtez déboîter ver 0.96 1.08 0.02 0.07 imp:pre:2p;ind:pre:2p; -déboîté déboîter ver m s 0.96 1.08 0.32 0.27 par:pas; -déboîtée déboîter ver f s 0.96 1.08 0.25 0.00 par:pas; -déboîtées déboîter ver f p 0.96 1.08 0.00 0.07 par:pas; -débobinage débobinage nom m s 0.00 0.07 0.00 0.07 -débobiner débobiner ver 0.00 0.07 0.00 0.07 inf; -débâcle débâcle nom f s 0.89 6.69 0.76 6.49 -débâcles débâcle nom f p 0.89 6.69 0.14 0.20 -débogage débogage nom m s 0.01 0.00 0.01 0.00 -déboguer déboguer ver 0.04 0.00 0.04 0.00 inf; -débâillonné débâillonner ver m s 0.00 0.07 0.00 0.07 par:pas; -déboire déboire nom m s 0.43 3.51 0.00 0.20 -déboires déboire nom m p 0.43 3.51 0.43 3.31 -déboisement déboisement nom m s 0.01 0.00 0.01 0.00 -déboiser déboiser ver 0.04 0.54 0.01 0.07 inf; -déboisé déboiser ver m s 0.04 0.54 0.02 0.20 par:pas; -déboisée déboiser ver f s 0.04 0.54 0.00 0.20 par:pas; -déboisées déboiser ver f p 0.04 0.54 0.01 0.07 par:pas; -débonda débonder ver 0.00 0.61 0.00 0.14 ind:pas:3s; -débondait débonder ver 0.00 0.61 0.00 0.27 ind:imp:3s; -débondant débonder ver 0.00 0.61 0.00 0.07 par:pre; -débonder débonder ver 0.00 0.61 0.00 0.07 inf; -débondé débonder ver m s 0.00 0.61 0.00 0.07 par:pas; -débonnaire débonnaire adj s 0.11 3.11 0.06 2.64 -débonnaires débonnaire adj p 0.11 3.11 0.05 0.47 -débord débord nom m s 0.00 0.14 0.00 0.14 -déborda déborder ver 15.75 31.62 0.01 0.61 ind:pas:3s; -débordaient déborder ver 15.75 31.62 0.02 3.04 ind:imp:3p; -débordais déborder ver 15.75 31.62 0.21 0.20 ind:imp:1s;ind:imp:2s; -débordait déborder ver 15.75 31.62 0.67 4.86 ind:imp:3s; -débordant déborder ver 15.75 31.62 0.52 5.14 par:pre; -débordante débordant adj f s 1.13 4.66 0.84 1.76 -débordantes débordant adj f p 1.13 4.66 0.14 0.74 -débordants débordant adj m p 1.13 4.66 0.04 0.81 -déborde déborder ver 15.75 31.62 2.31 5.61 imp:pre:2s;ind:pre:1s;ind:pre:3s; -débordement débordement nom m s 0.94 3.78 0.62 2.09 -débordements débordement nom m p 0.94 3.78 0.32 1.69 -débordent déborder ver 15.75 31.62 0.69 1.96 ind:pre:3p; -déborder déborder ver 15.75 31.62 1.78 3.92 inf; -débordera déborder ver 15.75 31.62 0.04 0.00 ind:fut:3s; -déborderaient déborder ver 15.75 31.62 0.14 0.14 cnd:pre:3p; -déborderait déborder ver 15.75 31.62 0.01 0.20 cnd:pre:3s; -débordez déborder ver 15.75 31.62 0.06 0.00 imp:pre:2p;ind:pre:2p; -débordât déborder ver 15.75 31.62 0.00 0.14 sub:imp:3s; -débordèrent déborder ver 15.75 31.62 0.00 0.14 ind:pas:3p; -débordé déborder ver m s 15.75 31.62 4.16 3.11 par:pas; -débordée déborder ver f s 15.75 31.62 1.98 1.08 par:pas; -débordées déborder ver f p 15.75 31.62 0.24 0.41 par:pas; -débordés déborder ver m p 15.75 31.62 2.94 1.08 par:pas; -débottelons débotteler ver 0.00 0.07 0.00 0.07 ind:pre:1p; -débotté débotté nom m s 0.16 0.07 0.16 0.07 -débâté débâter ver m s 0.00 0.14 0.00 0.07 par:pas; -débâtées débâter ver f p 0.00 0.14 0.00 0.07 par:pas; -déboucha déboucher ver 4.21 33.45 0.01 4.12 ind:pas:3s; -débouchage débouchage nom m s 0.01 0.00 0.01 0.00 -débouchai déboucher ver 4.21 33.45 0.00 0.34 ind:pas:1s; -débouchaient déboucher ver 4.21 33.45 0.01 1.62 ind:imp:3p; -débouchais déboucher ver 4.21 33.45 0.00 0.20 ind:imp:1s; -débouchait déboucher ver 4.21 33.45 0.16 4.39 ind:imp:3s; -débouchant déboucher ver 4.21 33.45 0.04 3.04 par:pre; -débouche déboucher ver 4.21 33.45 1.97 6.49 imp:pre:2s;ind:pre:1s;ind:pre:3s; -débouchent déboucher ver 4.21 33.45 0.14 1.69 ind:pre:3p; -déboucher déboucher ver 4.21 33.45 0.78 6.22 inf; -débouchera déboucher ver 4.21 33.45 0.11 0.07 ind:fut:3s; -déboucherai déboucher ver 4.21 33.45 0.10 0.07 ind:fut:1s; -déboucheraient déboucher ver 4.21 33.45 0.01 0.07 cnd:pre:3p; -déboucherait déboucher ver 4.21 33.45 0.00 0.34 cnd:pre:3s; -déboucherez déboucher ver 4.21 33.45 0.01 0.00 ind:fut:2p; -déboucheur déboucheur nom m s 0.11 0.20 0.07 0.14 -déboucheurs déboucheur nom m p 0.11 0.20 0.04 0.07 -débouchez déboucher ver 4.21 33.45 0.10 0.00 imp:pre:2p;ind:pre:2p; -débouchions déboucher ver 4.21 33.45 0.00 0.07 ind:imp:1p; -débouchoir débouchoir nom m s 0.02 0.00 0.01 0.00 -débouchoirs débouchoir nom m p 0.02 0.00 0.01 0.00 -débouchâmes déboucher ver 4.21 33.45 0.01 0.27 ind:pas:1p; -débouchons déboucher ver 4.21 33.45 0.12 0.54 imp:pre:1p;ind:pre:1p; -débouchèrent déboucher ver 4.21 33.45 0.00 1.49 ind:pas:3p; -débouché déboucher ver m s 4.21 33.45 0.42 2.09 par:pas; -débouchée déboucher ver f s 4.21 33.45 0.16 0.20 par:pas; -débouchées déboucher ver f p 4.21 33.45 0.05 0.07 par:pas; -débouchés débouché nom m p 0.56 3.51 0.54 1.01 -déboucla déboucler ver 0.05 2.91 0.00 0.20 ind:pas:3s; -débouclaient déboucler ver 0.05 2.91 0.00 0.07 ind:imp:3p; -débouclait déboucler ver 0.05 2.91 0.00 0.20 ind:imp:3s; -débouclant déboucler ver 0.05 2.91 0.00 0.47 par:pre; -déboucle déboucler ver 0.05 2.91 0.02 0.34 imp:pre:2s;ind:pre:1s;ind:pre:3s; -débouclent déboucler ver 0.05 2.91 0.00 0.20 ind:pre:3p; -déboucler déboucler ver 0.05 2.91 0.00 0.68 inf; -débouclez déboucler ver 0.05 2.91 0.01 0.14 imp:pre:2p; -débouclions déboucler ver 0.05 2.91 0.00 0.07 ind:imp:1p; -débouclèrent déboucler ver 0.05 2.91 0.00 0.07 ind:pas:3p; -débouclé déboucler ver m s 0.05 2.91 0.02 0.34 par:pas; -débouclées déboucler ver f p 0.05 2.91 0.00 0.07 par:pas; -débouclés déboucler ver m p 0.05 2.91 0.00 0.07 par:pas; -déboula débouler ver 1.94 6.22 0.01 0.41 ind:pas:3s; -déboulai débouler ver 1.94 6.22 0.00 0.07 ind:pas:1s; -déboulaient débouler ver 1.94 6.22 0.00 0.61 ind:imp:3p; -déboulais débouler ver 1.94 6.22 0.02 0.14 ind:imp:1s; -déboulait débouler ver 1.94 6.22 0.11 0.61 ind:imp:3s; -déboulant débouler ver 1.94 6.22 0.02 0.47 par:pre; -déboule débouler ver 1.94 6.22 0.75 1.42 imp:pre:2s;ind:pre:1s;ind:pre:3s; -déboulent débouler ver 1.94 6.22 0.08 0.47 ind:pre:3p; -débouler débouler ver 1.94 6.22 0.35 1.01 inf; -déboulerais débouler ver 1.94 6.22 0.01 0.07 cnd:pre:1s; -déboulerait débouler ver 1.94 6.22 0.00 0.07 cnd:pre:3s; -débouleront débouler ver 1.94 6.22 0.02 0.00 ind:fut:3p; -déboulez débouler ver 1.94 6.22 0.02 0.00 ind:pre:2p; -débouliez débouler ver 1.94 6.22 0.01 0.00 ind:imp:2p; -déboulions débouler ver 1.94 6.22 0.00 0.07 ind:imp:1p; -déboulonnant déboulonner ver 0.02 0.95 0.00 0.07 par:pre; -déboulonner déboulonner ver 0.02 0.95 0.00 0.27 inf; -déboulonnez déboulonner ver 0.02 0.95 0.01 0.00 imp:pre:2p; -déboulonné déboulonner ver m s 0.02 0.95 0.01 0.20 par:pas; -déboulonnée déboulonner ver f s 0.02 0.95 0.00 0.27 par:pas; -déboulonnées déboulonner ver f p 0.02 0.95 0.00 0.14 par:pas; -déboulèrent débouler ver 1.94 6.22 0.00 0.07 ind:pas:3p; -déboulé débouler ver m s 1.94 6.22 0.51 0.68 par:pas; -déboulés débouler ver m p 1.94 6.22 0.01 0.07 par:pas; -débouquaient débouquer ver 0.00 0.14 0.00 0.07 ind:imp:3p; -débouqué débouquer ver m s 0.00 0.14 0.00 0.07 par:pas; -débourrage débourrage nom m s 0.00 0.07 0.00 0.07 -débourre débourrer ver 0.02 0.54 0.00 0.07 ind:pre:3s; -débourrent débourrer ver 0.02 0.54 0.00 0.07 ind:pre:3p; -débourrer débourrer ver 0.02 0.54 0.02 0.27 inf; -débourré débourrer ver m s 0.02 0.54 0.00 0.07 par:pas; -débourrée débourrer ver f s 0.02 0.54 0.00 0.07 par:pas; -débours débours nom m 0.01 0.20 0.01 0.20 -débourse débourser ver 1.02 0.54 0.04 0.07 ind:pre:1s;ind:pre:3s; -déboursement déboursement nom m s 0.01 0.00 0.01 0.00 -débourser débourser ver 1.02 0.54 0.66 0.20 inf; -déboursera débourser ver 1.02 0.54 0.01 0.07 ind:fut:3s; -débourseront débourser ver 1.02 0.54 0.01 0.00 ind:fut:3p; -déboursé débourser ver m s 1.02 0.54 0.29 0.14 par:pas; -déboursées débourser ver f p 1.02 0.54 0.00 0.07 par:pas; -déboussolait déboussoler ver 1.73 1.42 0.00 0.07 ind:imp:3s; -déboussolantes déboussolant adj f p 0.00 0.07 0.00 0.07 -déboussoler déboussoler ver 1.73 1.42 0.01 0.07 inf; -déboussolé déboussoler ver m s 1.73 1.42 0.82 0.54 par:pas; -déboussolée déboussoler ver f s 1.73 1.42 0.77 0.20 par:pas; -déboussolées déboussoler ver f p 1.73 1.42 0.01 0.07 par:pas; -déboussolés déboussoler ver m p 1.73 1.42 0.12 0.47 par:pas; -déboutait débouter ver 0.12 0.34 0.00 0.07 ind:imp:3s; -débouter débouter ver 0.12 0.34 0.05 0.07 inf; -déboutonna déboutonner ver 1.33 8.24 0.01 1.22 ind:pas:3s; -déboutonnage déboutonnage nom m s 0.27 0.07 0.27 0.07 -déboutonnait déboutonner ver 1.33 8.24 0.03 0.61 ind:imp:3s; -déboutonnant déboutonner ver 1.33 8.24 0.01 0.41 par:pre; -déboutonne déboutonner ver 1.33 8.24 0.28 0.81 imp:pre:2s;ind:pre:1s;ind:pre:3s; -déboutonnent déboutonner ver 1.33 8.24 0.01 0.07 ind:pre:3p; -déboutonner déboutonner ver 1.33 8.24 0.31 1.42 inf; -déboutonnez déboutonner ver 1.33 8.24 0.04 0.07 imp:pre:2p; -déboutonnât déboutonner ver 1.33 8.24 0.00 0.07 sub:imp:3s; -déboutonné déboutonner ver m s 1.33 8.24 0.57 2.16 par:pas; -déboutonnée déboutonner ver f s 1.33 8.24 0.06 0.81 par:pas; -déboutonnées déboutonner ver f p 1.33 8.24 0.00 0.47 par:pas; -déboutonnés déboutonner ver m p 1.33 8.24 0.00 0.14 par:pas; -débouté débouter ver m s 0.12 0.34 0.06 0.07 par:pas; -déboutée débouter ver f s 0.12 0.34 0.01 0.14 par:pas; -débraguette débraguetter ver 0.01 0.54 0.00 0.07 ind:pre:3s; -débraguettent débraguetter ver 0.01 0.54 0.00 0.07 ind:pre:3p; -débraguetter débraguetter ver 0.01 0.54 0.00 0.14 inf; -débraguetté débraguetter ver m s 0.01 0.54 0.01 0.14 par:pas; -débraguettés débraguetter ver m p 0.01 0.54 0.00 0.14 par:pas; -débraillé débraillé nom m s 0.43 1.55 0.26 1.35 -débraillée débraillé adj f s 0.21 1.42 0.02 0.20 -débraillées débraillé adj f p 0.21 1.42 0.01 0.07 -débraillés débraillé nom m p 0.43 1.55 0.16 0.14 -débrancha débrancher ver 6.09 3.31 0.00 0.54 ind:pas:3s; -débranchant débrancher ver 6.09 3.31 0.04 0.00 par:pre; -débranche débrancher ver 6.09 3.31 1.34 0.61 imp:pre:2s;ind:pre:1s;ind:pre:3s; -débranchement débranchement nom m s 0.02 0.00 0.02 0.00 -débranchent débrancher ver 6.09 3.31 0.06 0.00 ind:pre:3p; -débrancher débrancher ver 6.09 3.31 2.27 0.81 inf; -débrancherai débrancher ver 6.09 3.31 0.02 0.07 ind:fut:1s; -débrancherais débrancher ver 6.09 3.31 0.01 0.07 cnd:pre:1s;cnd:pre:2s; -débrancherait débrancher ver 6.09 3.31 0.02 0.14 cnd:pre:3s; -débranchez débrancher ver 6.09 3.31 0.40 0.07 imp:pre:2p;ind:pre:2p; -débranchons débrancher ver 6.09 3.31 0.12 0.00 imp:pre:1p;ind:pre:1p; -débranché débrancher ver m s 6.09 3.31 1.38 0.74 par:pas; -débranchée débrancher ver f s 6.09 3.31 0.30 0.07 par:pas; -débranchées débrancher ver f p 6.09 3.31 0.02 0.00 par:pas; -débranchés débrancher ver m p 6.09 3.31 0.10 0.20 par:pas; -débraya débrayer ver 0.07 1.42 0.00 0.14 ind:pas:3s; -débrayage débrayage nom m s 0.04 0.47 0.04 0.41 -débrayages débrayage nom m p 0.04 0.47 0.00 0.07 -débrayait débrayer ver 0.07 1.42 0.00 0.20 ind:imp:3s; -débraye débrayer ver 0.07 1.42 0.02 0.14 imp:pre:2s;ind:pre:1s;ind:pre:3s; -débrayent débrayer ver 0.07 1.42 0.00 0.07 ind:pre:3p; -débrayer débrayer ver 0.07 1.42 0.01 0.47 inf; -débrayes débrayer ver 0.07 1.42 0.01 0.07 ind:pre:2s; -débrayez débrayer ver 0.07 1.42 0.02 0.00 imp:pre:2p;ind:pre:2p; -débrayé débrayer ver m s 0.07 1.42 0.01 0.27 par:pas; -débrayée débrayer ver f s 0.07 1.42 0.00 0.07 par:pas; -débridait débrider ver 0.28 1.69 0.00 0.07 ind:imp:3s; -débridant débrider ver 0.28 1.69 0.00 0.07 par:pre; -débride débrider ver 0.28 1.69 0.04 0.14 imp:pre:2s;ind:pre:1s;ind:pre:3s; -débridement débridement nom m s 0.04 0.00 0.04 0.00 -débrider débrider ver 0.28 1.69 0.04 0.74 inf; -débridera débrider ver 0.28 1.69 0.00 0.07 ind:fut:3s; -débriderai débrider ver 0.28 1.69 0.01 0.07 ind:fut:1s; -débriderait débrider ver 0.28 1.69 0.00 0.07 cnd:pre:3s; -débridez débrider ver 0.28 1.69 0.06 0.00 imp:pre:2p;ind:pre:2p; -débridé débrider ver m s 0.28 1.69 0.06 0.20 par:pas; -débridée débridé adj f s 0.39 0.95 0.28 0.47 -débridées débridé adj f p 0.39 0.95 0.02 0.27 -débridés débridé adj m p 0.39 0.95 0.06 0.07 -débriefer débriefer ver 0.19 0.00 0.11 0.00 inf; -débriefing débriefing nom m s 0.58 0.00 0.58 0.00 -débriefé débriefer ver m s 0.19 0.00 0.06 0.00 par:pas; -débriefée débriefer ver f s 0.19 0.00 0.03 0.00 par:pas; -débris débris nom m 4.94 13.85 4.94 13.85 -débronzer débronzer ver 0.02 0.00 0.02 0.00 inf; -débrouilla débrouiller ver 46.72 20.81 0.03 0.14 ind:pas:3s; -débrouillage débrouillage nom m s 0.00 0.14 0.00 0.14 -débrouillai débrouiller ver 46.72 20.81 0.00 0.07 ind:pas:1s; -débrouillaient débrouiller ver 46.72 20.81 0.01 0.54 ind:imp:3p; -débrouillais débrouiller ver 46.72 20.81 0.51 0.34 ind:imp:1s;ind:imp:2s; -débrouillait débrouiller ver 46.72 20.81 0.53 1.15 ind:imp:3s; -débrouillant débrouiller ver 46.72 20.81 0.01 0.14 par:pre; -débrouillard débrouillard adj m s 0.58 1.28 0.38 0.74 -débrouillarde débrouillard adj f s 0.58 1.28 0.16 0.34 -débrouillardise débrouillardise nom f s 0.00 0.34 0.00 0.34 -débrouillards débrouillard adj m p 0.58 1.28 0.04 0.20 -débrouille débrouiller ver 46.72 20.81 12.63 4.26 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:1s; -débrouillent débrouiller ver 46.72 20.81 0.98 1.08 ind:pre:3p; -débrouiller débrouiller ver 46.72 20.81 12.71 5.68 inf;; -débrouillera débrouiller ver 46.72 20.81 2.36 0.74 ind:fut:3s; -débrouillerai débrouiller ver 46.72 20.81 4.13 1.35 ind:fut:1s; -débrouilleraient débrouiller ver 46.72 20.81 0.00 0.14 cnd:pre:3p; -débrouillerais débrouiller ver 46.72 20.81 0.23 0.20 cnd:pre:1s;cnd:pre:2s; -débrouillerait débrouiller ver 46.72 20.81 0.05 0.27 cnd:pre:3s; -débrouilleras débrouiller ver 46.72 20.81 0.77 0.00 ind:fut:2s; -débrouillerez débrouiller ver 46.72 20.81 0.28 0.41 ind:fut:2p; -débrouillerions débrouiller ver 46.72 20.81 0.00 0.07 cnd:pre:1p; -débrouillerons débrouiller ver 46.72 20.81 0.20 0.00 ind:fut:1p; -débrouilleront débrouiller ver 46.72 20.81 0.12 0.20 ind:fut:3p; -débrouilles débrouiller ver 46.72 20.81 3.45 0.61 ind:pre:2s; -débrouilleurs débrouilleur nom m p 0.01 0.00 0.01 0.00 -débrouillez débrouiller ver 46.72 20.81 3.27 1.22 imp:pre:2p;ind:pre:2p; -débrouilliez débrouiller ver 46.72 20.81 0.02 0.00 ind:imp:2p; -débrouillions débrouiller ver 46.72 20.81 0.01 0.07 ind:imp:1p; -débrouillons débrouiller ver 46.72 20.81 0.06 0.07 imp:pre:1p;ind:pre:1p; -débrouillât débrouiller ver 46.72 20.81 0.00 0.07 sub:imp:3s; -débrouillé débrouiller ver m s 46.72 20.81 2.36 1.22 par:pas; -débrouillée débrouiller ver f s 46.72 20.81 1.61 0.27 par:pas; -débrouillées débrouiller ver f p 46.72 20.81 0.04 0.07 par:pas; -débrouillés débrouiller ver m p 46.72 20.81 0.36 0.47 par:pas; -débroussaillage débroussaillage nom m s 0.01 0.14 0.01 0.14 -débroussaille débroussailler ver 0.14 0.54 0.00 0.20 ind:pre:1s;ind:pre:3s; -débroussailler débroussailler ver 0.14 0.54 0.14 0.20 inf; -débroussailleuse débroussailleur nom f s 0.03 0.07 0.03 0.07 -débroussaillé débroussailler ver m s 0.14 0.54 0.00 0.14 par:pas; -débucher débucher nom m s 0.00 0.07 0.00 0.07 -débusquaient débusquer ver 1.43 2.50 0.00 0.07 ind:imp:3p; -débusquait débusquer ver 1.43 2.50 0.01 0.27 ind:imp:3s; -débusquant débusquer ver 1.43 2.50 0.00 0.07 par:pre; -débusque débusquer ver 1.43 2.50 0.15 0.07 ind:pre:1s;ind:pre:3s; -débusquer débusquer ver 1.43 2.50 0.89 1.49 inf; -débusquerait débusquer ver 1.43 2.50 0.01 0.07 cnd:pre:3s; -débusquerons débusquer ver 1.43 2.50 0.01 0.00 ind:fut:1p; -débusquez débusquer ver 1.43 2.50 0.02 0.00 imp:pre:2p; -débusquèrent débusquer ver 1.43 2.50 0.00 0.07 ind:pas:3p; -débusqué débusquer ver m s 1.43 2.50 0.33 0.14 par:pas; -débusquée débusquer ver f s 1.43 2.50 0.00 0.07 par:pas; -débusqués débusquer ver m p 1.43 2.50 0.02 0.20 par:pas; -début début nom m s 114.31 141.49 109.88 128.51 -débuta débuter ver 10.08 7.16 0.42 0.68 ind:pas:3s; -débutai débuter ver 10.08 7.16 0.00 0.07 ind:pas:1s; -débutaient débuter ver 10.08 7.16 0.02 0.14 ind:imp:3p; -débutais débuter ver 10.08 7.16 0.02 0.27 ind:imp:1s; -débutait débuter ver 10.08 7.16 0.23 1.22 ind:imp:3s; -débutant débutant nom m s 5.82 2.57 2.32 1.08 -débutante débutant nom f s 5.82 2.57 1.21 0.61 -débutantes débutant nom f p 5.82 2.57 0.65 0.27 -débutants débutant nom m p 5.82 2.57 1.64 0.61 -débute débuter ver 10.08 7.16 2.77 1.62 imp:pre:2s;ind:pre:1s;ind:pre:3s; -débutent débuter ver 10.08 7.16 0.49 0.20 ind:pre:3p; -débuter débuter ver 10.08 7.16 1.72 0.88 inf; -débutera débuter ver 10.08 7.16 0.28 0.00 ind:fut:3s; -débuteraient débuter ver 10.08 7.16 0.01 0.00 cnd:pre:3p; -débutes débuter ver 10.08 7.16 0.11 0.00 ind:pre:2s; -débutez débuter ver 10.08 7.16 0.09 0.00 imp:pre:2p;ind:pre:2p; -débutiez débuter ver 10.08 7.16 0.02 0.07 ind:imp:2p; -débutons débuter ver 10.08 7.16 0.17 0.00 imp:pre:1p;ind:pre:1p; -débuts début nom m p 114.31 141.49 4.43 12.97 -débutèrent débuter ver 10.08 7.16 0.04 0.00 ind:pas:3p; -débuté débuter ver m s 10.08 7.16 3.41 1.89 par:pas; -débutée débuter ver f s 10.08 7.16 0.02 0.00 par:pas; -déc déc nom s 0.30 0.00 0.30 0.00 -duc duc nom m s 12.40 23.51 7.66 14.80 -déca déca nom m s 1.16 0.07 1.16 0.07 -décabosser décabosser ver 0.01 0.00 0.01 0.00 inf; -décacheta décacheter ver 0.01 2.43 0.00 0.41 ind:pas:3s; -décachetage décachetage nom m s 0.01 0.00 0.01 0.00 -décachetai décacheter ver 0.01 2.43 0.00 0.14 ind:pas:1s; -décachetaient décacheter ver 0.01 2.43 0.00 0.07 ind:imp:3p; -décachetais décacheter ver 0.01 2.43 0.00 0.07 ind:imp:1s; -décachetant décacheter ver 0.01 2.43 0.00 0.14 par:pre; -décacheter décacheter ver 0.01 2.43 0.00 0.34 inf; -décachetons décacheter ver 0.01 2.43 0.01 0.00 imp:pre:1p; -décachette décacheter ver 0.01 2.43 0.00 0.14 ind:pre:1s;ind:pre:3s; -décachetteraient décacheter ver 0.01 2.43 0.00 0.07 cnd:pre:3p; -décacheté décacheter ver m s 0.01 2.43 0.00 0.47 par:pas; -décachetée décacheter ver f s 0.01 2.43 0.00 0.27 par:pas; -décachetées décacheter ver f p 0.01 2.43 0.00 0.34 par:pas; -décade décade nom f s 0.16 1.15 0.13 0.74 -décadence décadence nom f s 1.28 4.73 1.28 4.73 -décadent décadent adj m s 1.47 1.35 0.60 0.47 -décadente décadent adj f s 1.47 1.35 0.68 0.20 -décadentes décadent adj f p 1.47 1.35 0.13 0.20 -décadentisme décadentisme nom m s 0.00 0.07 0.00 0.07 -décadents décadent adj m p 1.47 1.35 0.06 0.47 -décades décade nom f p 0.16 1.15 0.03 0.41 -décadi décadi nom m s 0.00 0.34 0.00 0.27 -décadis décadi nom m p 0.00 0.34 0.00 0.07 -décaféiné décaféiné nom m s 0.22 0.07 0.22 0.07 -décaféinée décaféiner ver f s 0.06 0.07 0.01 0.00 par:pas; -décaissement décaissement nom m s 0.01 0.00 0.01 0.00 -décaisser décaisser ver 0.00 0.14 0.00 0.14 inf; -ducal ducal adj m s 0.23 1.08 0.02 0.54 -décalage décalage nom m s 2.09 3.92 2.04 3.65 -décalages décalage nom m p 2.09 3.92 0.04 0.27 -décalaminé décalaminer ver m s 0.00 0.07 0.00 0.07 par:pas; -décalant décaler ver 1.36 1.42 0.00 0.07 par:pre; -décalcification décalcification nom f s 0.01 0.00 0.01 0.00 -décalcifié décalcifier ver m s 0.00 0.20 0.00 0.07 par:pas; -décalcifiée décalcifier ver f s 0.00 0.20 0.00 0.14 par:pas; -décalcomanie décalcomanie nom f s 0.29 0.61 0.17 0.41 -décalcomanies décalcomanie nom f p 0.29 0.61 0.12 0.20 -décale décaler ver 1.36 1.42 0.11 0.20 imp:pre:2s;ind:pre:1s;ind:pre:3s; -ducale ducal adj f s 0.23 1.08 0.11 0.47 -décalent décaler ver 1.36 1.42 0.00 0.07 ind:pre:3p; -décaler décaler ver 1.36 1.42 0.47 0.20 inf; -ducales ducal adj f p 0.23 1.08 0.00 0.07 -décalez décaler ver 1.36 1.42 0.17 0.00 imp:pre:2p; -décalitre décalitre nom m s 0.11 0.14 0.00 0.07 -décalitres décalitre nom m p 0.11 0.14 0.11 0.07 -décalogue décalogue nom m s 0.01 0.20 0.01 0.20 -décalotta décalotter ver 0.00 0.34 0.00 0.07 ind:pas:3s; -décalotter décalotter ver 0.00 0.34 0.00 0.07 inf; -décalotté décalotter ver m s 0.00 0.34 0.00 0.07 par:pas; -décalottée décalotter ver f s 0.00 0.34 0.00 0.07 par:pas; -décalottés décalotter ver m p 0.00 0.34 0.00 0.07 par:pas; -décalquai décalquer ver 0.22 1.08 0.00 0.07 ind:pas:1s; -décalquait décalquer ver 0.22 1.08 0.00 0.14 ind:imp:3s; -décalque décalquer ver 0.22 1.08 0.03 0.07 ind:pre:3s; -décalquer décalquer ver 0.22 1.08 0.06 0.14 inf; -décalques décalquer ver 0.22 1.08 0.04 0.00 ind:pre:2s; -décalqué décalquer ver m s 0.22 1.08 0.06 0.20 par:pas; -décalquée décalquer ver f s 0.22 1.08 0.01 0.34 par:pas; -décalquées décalquer ver f p 0.22 1.08 0.00 0.07 par:pas; -décalqués décalquer ver m p 0.22 1.08 0.02 0.07 par:pas; -décalé décalé adj m s 0.65 0.68 0.41 0.41 -décalée décalé adj f s 0.65 0.68 0.06 0.20 -décalées décaler ver f p 1.36 1.42 0.01 0.07 par:pas; -décalés décaler ver m p 1.36 1.42 0.30 0.14 par:pas; -décambuter décambuter ver 0.00 0.20 0.00 0.20 inf; -décampa décamper ver 4.02 2.50 0.00 0.14 ind:pas:3s; -décampait décamper ver 4.02 2.50 0.00 0.07 ind:imp:3s; -décampe décamper ver 4.02 2.50 1.66 0.54 imp:pre:2s;ind:pre:1s;ind:pre:3s; -décampent décamper ver 4.02 2.50 0.16 0.14 ind:pre:3p; -décamper décamper ver 4.02 2.50 0.81 0.95 inf; -décampera décamper ver 4.02 2.50 0.14 0.00 ind:fut:3s; -décamperais décamper ver 4.02 2.50 0.00 0.07 cnd:pre:1s; -décamperont décamper ver 4.02 2.50 0.02 0.00 ind:fut:3p; -décampes décamper ver 4.02 2.50 0.26 0.00 ind:pre:2s; -décampez décamper ver 4.02 2.50 0.70 0.14 imp:pre:2p; -décampons décamper ver 4.02 2.50 0.05 0.00 imp:pre:1p; -décampé décamper ver m s 4.02 2.50 0.20 0.47 par:pas; -décamètre décamètre nom m s 0.00 0.20 0.00 0.14 -décamètres décamètre nom m p 0.00 0.20 0.00 0.07 -décan décan nom m s 0.02 0.07 0.02 0.07 -décanillant décaniller ver 0.02 0.61 0.00 0.07 par:pre; -décanille décaniller ver 0.02 0.61 0.01 0.20 imp:pre:2s;ind:pre:1s;ind:pre:3s; -décaniller décaniller ver 0.02 0.61 0.00 0.27 inf; -décanillerait décaniller ver 0.02 0.61 0.00 0.07 cnd:pre:3s; -décanillez décaniller ver 0.02 0.61 0.01 0.00 imp:pre:2p; -décantai décanter ver 0.22 1.28 0.00 0.07 ind:pas:1s; -décantaient décanter ver 0.22 1.28 0.00 0.07 ind:imp:3p; -décantait décanter ver 0.22 1.28 0.00 0.07 ind:imp:3s; -décantant décanter ver 0.22 1.28 0.00 0.14 par:pre; -décantation décantation nom f s 0.10 0.07 0.10 0.07 -décante décanter ver 0.22 1.28 0.04 0.20 ind:pre:3s; -décantent décanter ver 0.22 1.28 0.00 0.07 ind:pre:3p; -décanter décanter ver 0.22 1.28 0.17 0.14 inf; -décanteur décanteur nom m s 0.01 0.00 0.01 0.00 -décanté décanter ver m s 0.22 1.28 0.01 0.14 par:pas; -décantée décanter ver f s 0.22 1.28 0.00 0.20 par:pas; -décantées décanter ver f p 0.22 1.28 0.00 0.20 par:pas; -décapage décapage nom m s 0.01 0.00 0.01 0.00 -décapais décaper ver 0.21 2.09 0.02 0.07 ind:imp:1s;ind:imp:2s; -décapait décaper ver 0.21 2.09 0.00 0.34 ind:imp:3s; -décapant décapant nom m s 0.27 0.34 0.27 0.20 -décapante décapant adj f s 0.04 0.07 0.00 0.07 -décapants décapant adj m p 0.04 0.07 0.01 0.00 -décape décaper ver 0.21 2.09 0.07 0.20 ind:pre:1s;ind:pre:3s; -décaper décaper ver 0.21 2.09 0.07 0.34 inf; -décapera décaper ver 0.21 2.09 0.00 0.07 ind:fut:3s; -décapeur décapeur nom m s 0.00 0.07 0.00 0.07 -décapita décapiter ver 3.72 6.96 0.02 0.20 ind:pas:3s; -décapitaient décapiter ver 3.72 6.96 0.02 0.07 ind:imp:3p; -décapitais décapiter ver 3.72 6.96 0.01 0.00 ind:imp:1s; -décapitait décapiter ver 3.72 6.96 0.02 0.07 ind:imp:3s; -décapitant décapiter ver 3.72 6.96 0.04 0.27 par:pre; -décapitation décapitation nom f s 0.55 0.47 0.43 0.47 -décapitations décapitation nom f p 0.55 0.47 0.13 0.00 -décapite décapiter ver 3.72 6.96 0.20 0.20 imp:pre:2s;ind:pre:1s;ind:pre:3s; -décapitent décapiter ver 3.72 6.96 0.14 0.00 ind:pre:3p; -décapiter décapiter ver 3.72 6.96 1.09 0.88 inf; -décapitera décapiter ver 3.72 6.96 0.04 0.00 ind:fut:3s; -décapiterai décapiter ver 3.72 6.96 0.01 0.00 ind:fut:1s; -décapiterait décapiter ver 3.72 6.96 0.00 0.07 cnd:pre:3s; -décapiteront décapiter ver 3.72 6.96 0.01 0.00 ind:fut:3p; -décapitez décapiter ver 3.72 6.96 0.07 0.00 imp:pre:2p;ind:pre:2p; -décapitons décapiter ver 3.72 6.96 0.01 0.00 imp:pre:1p; -décapitât décapiter ver 3.72 6.96 0.00 0.07 sub:imp:3s; -décapitèrent décapiter ver 3.72 6.96 0.00 0.07 ind:pas:3p; -décapité décapiter ver m s 3.72 6.96 1.50 2.57 par:pas; -décapitée décapiter ver f s 3.72 6.96 0.32 1.15 par:pas; -décapitées décapiter ver f p 3.72 6.96 0.04 0.54 par:pas; -décapités décapiter ver m p 3.72 6.96 0.19 0.81 par:pas; -décapode décapode nom m s 0.00 0.07 0.00 0.07 -décapotable décapotable nom f s 1.77 0.88 1.65 0.81 -décapotables décapotable nom f p 1.77 0.88 0.12 0.07 -décapotage décapotage nom m s 0.00 0.07 0.00 0.07 -décapotait décapoter ver 0.04 0.27 0.00 0.07 ind:imp:3s; -décapote décapoter ver 0.04 0.27 0.03 0.00 ind:pre:1s; -décapoter décapoter ver 0.04 0.27 0.00 0.07 inf; -décapoté décapoté adj m s 0.03 0.47 0.01 0.00 -décapotée décapoté adj f s 0.03 0.47 0.02 0.47 -décapotés décapoter ver m p 0.04 0.27 0.00 0.07 par:pas; -décapsula décapsuler ver 0.07 1.35 0.00 0.14 ind:pas:3s; -décapsulant décapsuler ver 0.07 1.35 0.00 0.20 par:pre; -décapsule décapsuler ver 0.07 1.35 0.02 0.41 ind:pre:1s;ind:pre:3s; -décapsuler décapsuler ver 0.07 1.35 0.04 0.20 inf; -décapsulerait décapsuler ver 0.07 1.35 0.00 0.07 cnd:pre:3s; -décapsuleur décapsuleur nom m s 0.34 0.20 0.34 0.20 -décapsulez décapsuler ver 0.07 1.35 0.01 0.00 imp:pre:2p; -décapsulé décapsuler ver m s 0.07 1.35 0.00 0.14 par:pas; -décapsulée décapsuler ver f s 0.07 1.35 0.00 0.20 par:pas; -décapé décaper ver m s 0.21 2.09 0.02 0.34 par:pas; -décapuchonna décapuchonner ver 0.00 0.41 0.00 0.20 ind:pas:3s; -décapuchonne décapuchonner ver 0.00 0.41 0.00 0.07 ind:pre:3s; -décapuchonner décapuchonner ver 0.00 0.41 0.00 0.07 inf; -décapuchonnèrent décapuchonner ver 0.00 0.41 0.00 0.07 ind:pas:3p; -décapée décaper ver f s 0.21 2.09 0.00 0.41 par:pas; -décapées décaper ver f p 0.21 2.09 0.00 0.14 par:pas; -décapés décaper ver m p 0.21 2.09 0.01 0.14 par:pas; -décarcassais décarcasser ver 0.15 0.61 0.00 0.07 ind:imp:1s; -décarcassait décarcasser ver 0.15 0.61 0.00 0.07 ind:imp:3s; -décarcassent décarcasser ver 0.15 0.61 0.00 0.07 ind:pre:3p; -décarcasser décarcasser ver 0.15 0.61 0.05 0.07 inf; -décarcassé décarcasser ver m s 0.15 0.61 0.08 0.14 par:pas; -décarcassée décarcasser ver f s 0.15 0.61 0.02 0.14 par:pas; -décarcassées décarcasser ver f p 0.15 0.61 0.00 0.07 par:pas; -décarpillage décarpillage nom m s 0.00 0.20 0.00 0.20 -décarpiller décarpiller ver 0.00 0.14 0.00 0.07 inf; -décarpillé décarpiller ver m s 0.00 0.14 0.00 0.07 par:pas; -décarrade décarrade nom f s 0.00 2.50 0.00 2.43 -décarrades décarrade nom f p 0.00 2.50 0.00 0.07 -décarraient décarrer ver 0.68 4.32 0.00 0.07 ind:imp:3p; -décarrais décarrer ver 0.68 4.32 0.00 0.07 ind:imp:1s; -décarrait décarrer ver 0.68 4.32 0.00 0.07 ind:imp:3s; -décarrant décarrer ver 0.68 4.32 0.00 0.47 par:pre; -décarre décarrer ver 0.68 4.32 0.40 1.76 imp:pre:2s;ind:pre:1s;ind:pre:3s; -décarrent décarrer ver 0.68 4.32 0.00 0.07 ind:pre:3p; -décarrer décarrer ver 0.68 4.32 0.28 1.35 inf; -décarrerait décarrer ver 0.68 4.32 0.00 0.07 cnd:pre:3s; -décarres décarrer ver 0.68 4.32 0.00 0.07 ind:pre:2s; -décarré décarrer ver m s 0.68 4.32 0.00 0.27 par:pas; -décarrés décarrer ver m p 0.68 4.32 0.00 0.07 par:pas; -ducasse ducasse nom f s 0.01 0.27 0.01 0.20 -ducasses ducasse nom f p 0.01 0.27 0.00 0.07 -ducat ducat nom m s 1.00 1.28 0.20 0.07 -décathlon décathlon nom m s 0.27 0.07 0.26 0.07 -décathlons décathlon nom m p 0.27 0.07 0.01 0.00 -décati décati adj m s 0.09 0.61 0.04 0.20 -décatie décati adj f s 0.09 0.61 0.04 0.20 -décatir décatir ver 0.01 0.47 0.00 0.14 inf; -décatis décati adj m p 0.09 0.61 0.01 0.20 -ducaton ducaton nom m s 0.00 0.14 0.00 0.14 -ducats ducat nom m p 1.00 1.28 0.80 1.22 -ducaux ducal adj m p 0.23 1.08 0.10 0.00 -décavé décavé adj m s 0.11 0.27 0.11 0.27 -duce duce nom m s 2.21 2.97 2.21 2.91 -déceint déceindre ver 0.00 0.07 0.00 0.07 ind:pre:3s; -décela déceler ver 2.00 11.15 0.00 0.20 ind:pas:3s; -décelable décelable adj f s 0.04 0.20 0.04 0.20 -décelai déceler ver 2.00 11.15 0.00 0.14 ind:pas:1s; -décelaient déceler ver 2.00 11.15 0.00 0.14 ind:imp:3p; -décelais déceler ver 2.00 11.15 0.01 0.20 ind:imp:1s; -décelait déceler ver 2.00 11.15 0.01 0.74 ind:imp:3s; -décelant déceler ver 2.00 11.15 0.00 0.20 par:pre; -déceler déceler ver 2.00 11.15 0.87 6.01 inf; -décelèrent déceler ver 2.00 11.15 0.00 0.07 ind:pas:3p; -décelé déceler ver m s 2.00 11.15 0.57 2.03 par:pas; -décelée déceler ver f s 2.00 11.15 0.03 0.20 par:pas; -décelées déceler ver f p 2.00 11.15 0.01 0.14 par:pas; -décelés déceler ver m p 2.00 11.15 0.00 0.07 par:pas; -décembre décembre nom m 8.55 31.22 8.55 31.15 -décembres décembre nom m p 8.55 31.22 0.00 0.07 -décembriste décembriste nom s 0.00 0.20 0.00 0.07 -décembristes décembriste nom p 0.00 0.20 0.00 0.14 -décemment décemment adv 0.96 2.57 0.96 2.57 -décence décence nom f s 2.92 2.84 2.92 2.77 -décences décence nom f p 2.92 2.84 0.00 0.07 -décennal décennal adj m s 0.02 0.07 0.01 0.07 -décennale décennal adj f s 0.02 0.07 0.01 0.00 -décennie décennie nom f s 2.67 2.43 1.27 0.95 -décennies décennie nom f p 2.67 2.43 1.41 1.49 -décent décent adj m s 5.95 4.32 2.67 1.89 -décente décent adj f s 5.95 4.32 2.50 1.82 -décentes décent adj f p 5.95 4.32 0.19 0.20 -décentralisation décentralisation nom f s 0.00 0.07 0.00 0.07 -décentralisé décentraliser ver m s 0.12 0.14 0.12 0.00 par:pas; -décentralisée décentraliser ver f s 0.12 0.14 0.00 0.07 par:pas; -décentralisées décentraliser ver f p 0.12 0.14 0.00 0.07 par:pas; -décentrant décentrer ver 0.41 0.41 0.00 0.07 par:pre; -décentre décentrer ver 0.41 0.41 0.00 0.07 ind:pre:3s; -décentrement décentrement nom m s 0.01 0.00 0.01 0.00 -décentrée décentrer ver f s 0.41 0.41 0.01 0.14 par:pas; -décentrées décentrer ver f p 0.41 0.41 0.40 0.14 par:pas; -décents décent adj m p 5.95 4.32 0.60 0.41 -déception déception nom f s 6.65 16.82 5.46 13.04 -déceptions déception nom f p 6.65 16.82 1.19 3.78 -décerna décerner ver 2.19 3.51 0.03 0.07 ind:pas:3s; -décernai décerner ver 2.19 3.51 0.00 0.07 ind:pas:1s; -décernais décerner ver 2.19 3.51 0.00 0.07 ind:imp:2s; -décernait décerner ver 2.19 3.51 0.19 0.41 ind:imp:3s; -décernant décerner ver 2.19 3.51 0.10 0.07 par:pre; -décerne décerner ver 2.19 3.51 0.19 0.41 imp:pre:2s;ind:pre:1s;ind:pre:3s; -décernent décerner ver 2.19 3.51 0.02 0.14 ind:pre:3p; -décerner décerner ver 2.19 3.51 0.45 0.88 inf; -décernera décerner ver 2.19 3.51 0.02 0.00 ind:fut:3s; -décerniez décerner ver 2.19 3.51 0.02 0.00 ind:imp:2p; -décernons décerner ver 2.19 3.51 0.16 0.00 imp:pre:1p;ind:pre:1p; -décerné décerner ver m s 2.19 3.51 0.65 0.61 par:pas; -décernée décerner ver f s 2.19 3.51 0.09 0.47 par:pas; -décernées décerner ver f p 2.19 3.51 0.12 0.20 par:pas; -décernés décerner ver m p 2.19 3.51 0.14 0.14 par:pas; -décervelage décervelage nom m s 0.00 0.14 0.00 0.14 -décerveler décerveler ver 0.08 0.27 0.02 0.00 inf; -décervelle décerveler ver 0.08 0.27 0.00 0.14 ind:pre:3s; -décervelé décerveler ver m s 0.08 0.27 0.06 0.14 par:pas; -duces duce nom m p 2.21 2.97 0.00 0.07 -décesse décesser ver 0.00 0.14 0.00 0.07 ind:pre:3s; -décessé décesser ver m s 0.00 0.14 0.00 0.07 par:pas; -décevaient décevoir ver 32.30 21.69 0.00 0.20 ind:imp:3p; -décevais décevoir ver 32.30 21.69 0.03 0.20 ind:imp:1s; -décevait décevoir ver 32.30 21.69 0.02 0.81 ind:imp:3s; -décevant décevant adj m s 2.06 4.59 1.36 2.23 -décevante décevant adj f s 2.06 4.59 0.57 1.49 -décevantes décevant adj f p 2.06 4.59 0.08 0.34 -décevants décevant adj m p 2.06 4.59 0.04 0.54 -décevez décevoir ver 32.30 21.69 1.69 0.14 imp:pre:2p;ind:pre:2p; -déceviez décevoir ver 32.30 21.69 0.02 0.00 ind:imp:2p; -décevoir décevoir ver 32.30 21.69 7.65 3.85 inf; -décevons décevoir ver 32.30 21.69 0.07 0.00 imp:pre:1p;ind:pre:1p; -décevra décevoir ver 32.30 21.69 0.22 0.00 ind:fut:3s; -décevrai décevoir ver 32.30 21.69 0.92 0.07 ind:fut:1s; -décevraient décevoir ver 32.30 21.69 0.00 0.07 cnd:pre:3p; -décevrais décevoir ver 32.30 21.69 0.15 0.00 cnd:pre:1s;cnd:pre:2s; -décevrait décevoir ver 32.30 21.69 0.09 0.20 cnd:pre:3s; -décevras décevoir ver 32.30 21.69 0.22 0.00 ind:fut:2s; -décevrez décevoir ver 32.30 21.69 0.07 0.00 ind:fut:2p; -déchaîna déchaîner ver 6.37 13.18 0.13 1.35 ind:pas:3s; -déchaînaient déchaîner ver 6.37 13.18 0.02 1.22 ind:imp:3p; -déchaînais déchaîner ver 6.37 13.18 0.01 0.14 ind:imp:1s;ind:imp:2s; -déchaînait déchaîner ver 6.37 13.18 0.43 2.43 ind:imp:3s; -déchaînant déchaîner ver 6.37 13.18 0.01 0.27 par:pre; -déchaîne déchaîner ver 6.37 13.18 1.16 1.55 imp:pre:2s;ind:pre:1s;ind:pre:3s; -déchaînement déchaînement nom m s 0.14 3.38 0.14 2.57 -déchaînements déchaînement nom m p 0.14 3.38 0.01 0.81 -déchaînent déchaîner ver 6.37 13.18 0.38 0.54 ind:pre:3p; -déchaîner déchaîner ver 6.37 13.18 1.32 2.36 inf; -déchaînera déchaîner ver 6.37 13.18 0.06 0.00 ind:fut:3s; -déchaînerait déchaîner ver 6.37 13.18 0.04 0.14 cnd:pre:3s; -déchaîneras déchaîner ver 6.37 13.18 0.00 0.07 ind:fut:2s; -déchaînez déchaîner ver 6.37 13.18 0.06 0.07 imp:pre:2p;ind:pre:2p; -déchaînât déchaîner ver 6.37 13.18 0.00 0.07 sub:imp:3s; -déchaînèrent déchaîner ver 6.37 13.18 0.00 0.07 ind:pas:3p; -déchaîné déchaîner ver m s 6.37 13.18 0.97 1.62 par:pas; -déchaînée déchaîner ver f s 6.37 13.18 0.95 0.68 par:pas; -déchaînées déchaîné adj f p 1.29 4.80 0.35 0.81 -déchaînés déchaîner ver m p 6.37 13.18 0.69 0.41 par:pas; -déchait décher ver 0.00 0.34 0.00 0.14 ind:imp:3s; -déchanta déchanter ver 0.05 1.55 0.00 0.14 ind:pas:3s; -déchantai déchanter ver 0.05 1.55 0.00 0.14 ind:pas:1s; -déchantait déchanter ver 0.05 1.55 0.00 0.14 ind:imp:3s; -déchantant déchanter ver 0.05 1.55 0.00 0.07 par:pre; -déchante déchanter ver 0.05 1.55 0.02 0.07 imp:pre:2s;ind:pre:3s; -déchantent déchanter ver 0.05 1.55 0.00 0.14 ind:pre:3p; -déchanter déchanter ver 0.05 1.55 0.02 0.61 inf; -déchanterais déchanter ver 0.05 1.55 0.01 0.07 cnd:pre:1s;cnd:pre:2s; -déchantèrent déchanter ver 0.05 1.55 0.00 0.07 ind:pas:3p; -déchanté déchanter ver m s 0.05 1.55 0.00 0.14 par:pas; -déchard déchard nom m s 0.00 0.27 0.00 0.20 -déchards déchard nom m p 0.00 0.27 0.00 0.07 -décharge décharge nom f s 9.30 12.77 7.62 11.35 -déchargea décharger ver 10.12 11.89 0.01 0.47 ind:pas:3s; -déchargeaient décharger ver 10.12 11.89 0.12 0.81 ind:imp:3p; -déchargeait décharger ver 10.12 11.89 0.05 1.01 ind:imp:3s; -déchargeant décharger ver 10.12 11.89 0.04 0.47 par:pre; -déchargement déchargement nom m s 0.53 0.88 0.53 0.88 -déchargent décharger ver 10.12 11.89 0.30 0.20 ind:pre:3p; -déchargeons décharger ver 10.12 11.89 0.11 0.00 imp:pre:1p; -déchargeât décharger ver 10.12 11.89 0.00 0.07 sub:imp:3s; -décharger décharger ver 10.12 11.89 3.88 4.32 inf; -déchargera décharger ver 10.12 11.89 0.17 0.07 ind:fut:3s; -déchargerais décharger ver 10.12 11.89 0.00 0.07 cnd:pre:1s; -déchargerait décharger ver 10.12 11.89 0.00 0.14 cnd:pre:3s; -déchargerez décharger ver 10.12 11.89 0.00 0.07 ind:fut:2p; -décharges décharge nom f p 9.30 12.77 1.68 1.42 -déchargeur déchargeur nom m s 0.03 0.07 0.03 0.07 -déchargez décharger ver 10.12 11.89 1.13 0.00 imp:pre:2p;ind:pre:2p; -déchargions décharger ver 10.12 11.89 0.01 0.07 ind:imp:1p; -déchargèrent décharger ver 10.12 11.89 0.00 0.14 ind:pas:3p; -déchargé décharger ver m s 10.12 11.89 1.80 1.28 par:pas; -déchargée décharger ver f s 10.12 11.89 0.22 0.34 par:pas; -déchargées décharger ver f p 10.12 11.89 0.06 0.14 par:pas; -déchargés décharger ver m p 10.12 11.89 0.22 0.41 par:pas; -décharne décharner ver 0.20 1.62 0.00 0.07 ind:pre:3s; -décharnement décharnement nom m s 0.00 0.07 0.00 0.07 -décharnent décharner ver 0.20 1.62 0.00 0.07 ind:pre:3p; -décharner décharner ver 0.20 1.62 0.00 0.20 inf; -décharnerait décharner ver 0.20 1.62 0.00 0.07 cnd:pre:3s; -décharné décharner ver m s 0.20 1.62 0.17 0.27 par:pas; -décharnée décharné adj f s 0.17 5.20 0.04 1.35 -décharnées décharné adj f p 0.17 5.20 0.02 0.41 -décharnés décharné adj m p 0.17 5.20 0.01 0.88 -déchassé déchasser ver m s 0.00 0.07 0.00 0.07 par:pas; -déchaumaient déchaumer ver 0.00 0.14 0.00 0.07 ind:imp:3p; -déchaumée déchaumer ver f s 0.00 0.14 0.00 0.07 par:pas; -déchaussa déchausser ver 0.73 2.91 0.00 0.41 ind:pas:3s; -déchaussaient déchausser ver 0.73 2.91 0.00 0.07 ind:imp:3p; -déchaussait déchausser ver 0.73 2.91 0.00 0.27 ind:imp:3s; -déchaussant déchausser ver 0.73 2.91 0.00 0.14 par:pre; -déchausse déchausser ver 0.73 2.91 0.23 0.34 imp:pre:2s;ind:pre:1s;ind:pre:3s; -déchaussent déchausser ver 0.73 2.91 0.00 0.07 ind:pre:3p; -déchausser déchausser ver 0.73 2.91 0.21 0.68 inf; -déchausserais déchausser ver 0.73 2.91 0.01 0.00 cnd:pre:1s; -déchaussez déchausser ver 0.73 2.91 0.28 0.00 imp:pre:2p;ind:pre:2p; -déchaussé déchaussé adj m s 0.05 0.95 0.02 0.27 -déchaussée déchaussé adj f s 0.05 0.95 0.01 0.20 -déchaussées déchaussé adj f p 0.05 0.95 0.01 0.07 -déchaussés déchaussé adj m p 0.05 0.95 0.01 0.41 -décher décher ver 0.00 0.34 0.00 0.14 inf; -duchesse duc nom f s 12.40 23.51 3.99 6.15 -duchesses duc nom f p 12.40 23.51 0.06 0.95 -déchet déchet nom m s 7.04 6.42 1.27 1.96 -déchets déchet nom m p 7.04 6.42 5.77 4.46 -déchetterie déchetterie nom f s 0.11 0.00 0.11 0.00 -déchiffra déchiffrer ver 4.88 15.81 0.00 0.54 ind:pas:3s; -déchiffrable déchiffrable adj m s 0.02 0.47 0.02 0.27 -déchiffrables déchiffrable adj m p 0.02 0.47 0.00 0.20 -déchiffrage déchiffrage nom m s 0.06 0.41 0.06 0.41 -déchiffrai déchiffrer ver 4.88 15.81 0.00 0.14 ind:pas:1s; -déchiffraient déchiffrer ver 4.88 15.81 0.00 0.07 ind:imp:3p; -déchiffrais déchiffrer ver 4.88 15.81 0.01 0.41 ind:imp:1s;ind:imp:2s; -déchiffrait déchiffrer ver 4.88 15.81 0.01 1.35 ind:imp:3s; -déchiffrant déchiffrer ver 4.88 15.81 0.03 0.27 par:pre; -déchiffre déchiffrer ver 4.88 15.81 0.13 1.28 imp:pre:2s;ind:pre:1s;ind:pre:3s; -déchiffrement déchiffrement nom m s 0.04 1.22 0.04 1.22 -déchiffrent déchiffrer ver 4.88 15.81 0.16 0.14 ind:pre:3p; -déchiffrer déchiffrer ver 4.88 15.81 3.08 10.07 inf; -déchiffrera déchiffrer ver 4.88 15.81 0.17 0.00 ind:fut:3s; -déchiffreur déchiffreur nom m s 0.01 0.14 0.01 0.14 -déchiffrez déchiffrer ver 4.88 15.81 0.03 0.00 imp:pre:2p; -déchiffrions déchiffrer ver 4.88 15.81 0.00 0.20 ind:imp:1p; -déchiffrâmes déchiffrer ver 4.88 15.81 0.00 0.07 ind:pas:1p; -déchiffrât déchiffrer ver 4.88 15.81 0.14 0.14 sub:imp:3s; -déchiffrèrent déchiffrer ver 4.88 15.81 0.00 0.07 ind:pas:3p; -déchiffré déchiffrer ver m s 4.88 15.81 1.01 0.68 par:pas; -déchiffrée déchiffrer ver f s 4.88 15.81 0.06 0.14 par:pas; -déchiffrées déchiffrer ver f p 4.88 15.81 0.01 0.07 par:pas; -déchiffrés déchiffrer ver m p 4.88 15.81 0.04 0.20 par:pas; -déchiqueta déchiqueter ver 2.46 5.74 0.00 0.14 ind:pas:3s; -déchiquetage déchiquetage nom m s 0.00 0.27 0.00 0.27 -déchiquetaient déchiqueter ver 2.46 5.74 0.04 0.20 ind:imp:3p; -déchiquetait déchiqueter ver 2.46 5.74 0.00 0.07 ind:imp:3s; -déchiquetant déchiqueter ver 2.46 5.74 0.03 0.27 par:pre; -déchiqueter déchiqueter ver 2.46 5.74 0.92 1.35 inf; -déchiqueteur déchiqueteur nom m s 0.02 0.20 0.01 0.07 -déchiqueteurs déchiqueteur nom m p 0.02 0.20 0.00 0.07 -déchiqueteuse déchiqueteuse nom f s 0.07 0.00 0.07 0.00 -déchiqueteuses déchiqueteur nom f p 0.02 0.20 0.00 0.07 -déchiquetons déchiqueter ver 2.46 5.74 0.00 0.07 ind:pre:1p; -déchiquette déchiqueter ver 2.46 5.74 0.14 0.27 imp:pre:2s;ind:pre:3s; -déchiquettent déchiqueter ver 2.46 5.74 0.04 0.14 ind:pre:3p; -déchiquettes déchiqueter ver 2.46 5.74 0.00 0.07 ind:pre:2s; -déchiqueté déchiqueter ver m s 2.46 5.74 0.93 1.15 par:pas; -déchiquetée déchiqueter ver f s 2.46 5.74 0.15 0.68 par:pas; -déchiquetées déchiqueter ver f p 2.46 5.74 0.04 0.27 par:pas; -déchiquetés déchiqueter ver m p 2.46 5.74 0.18 1.08 par:pas; -déchira déchirer ver 26.46 53.11 0.17 5.00 ind:pas:3s; -déchirage déchirage nom m s 0.00 0.14 0.00 0.07 -déchirages déchirage nom m p 0.00 0.14 0.00 0.07 -déchirai déchirer ver 26.46 53.11 0.14 0.47 ind:pas:1s; -déchiraient déchirer ver 26.46 53.11 0.06 2.70 ind:imp:3p; -déchirais déchirer ver 26.46 53.11 0.03 0.34 ind:imp:1s;ind:imp:2s; -déchirait déchirer ver 26.46 53.11 0.39 4.86 ind:imp:3s; -déchirant déchirer ver 26.46 53.11 0.49 2.97 par:pre; -déchirante déchirant adj f s 0.64 10.27 0.10 3.99 -déchirantes déchirant adj f p 0.64 10.27 0.02 1.22 -déchirants déchirant adj m p 0.64 10.27 0.15 2.03 -déchire déchirer ver 26.46 53.11 7.45 8.99 imp:pre:2s;ind:pre:1s;ind:pre:3s; -déchirement déchirement nom m s 0.36 5.68 0.23 4.05 -déchirements déchirement nom m p 0.36 5.68 0.13 1.62 -déchirent déchirer ver 26.46 53.11 1.26 2.09 ind:pre:3p; -déchirer déchirer ver 26.46 53.11 4.27 8.72 inf;; -déchirera déchirer ver 26.46 53.11 0.13 0.07 ind:fut:3s; -déchirerai déchirer ver 26.46 53.11 0.35 0.07 ind:fut:1s; -déchireraient déchirer ver 26.46 53.11 0.14 0.14 cnd:pre:3p; -déchirerais déchirer ver 26.46 53.11 0.14 0.27 cnd:pre:1s;cnd:pre:2s; -déchirerait déchirer ver 26.46 53.11 0.04 0.20 cnd:pre:3s; -déchireras déchirer ver 26.46 53.11 0.02 0.00 ind:fut:2s; -déchirerons déchirer ver 26.46 53.11 0.04 0.00 ind:fut:1p; -déchireront déchirer ver 26.46 53.11 0.07 0.07 ind:fut:3p; -déchires déchirer ver 26.46 53.11 0.81 0.07 ind:pre:2s; -déchireur déchireur nom m s 0.02 0.00 0.02 0.00 -déchirez déchirer ver 26.46 53.11 0.84 0.07 imp:pre:2p;ind:pre:2p; -déchiriez déchirer ver 26.46 53.11 0.02 0.07 ind:imp:2p; -déchirions déchirer ver 26.46 53.11 0.00 0.14 ind:imp:1p; -déchirons déchirer ver 26.46 53.11 0.17 0.07 imp:pre:1p;ind:pre:1p; -déchirât déchirer ver 26.46 53.11 0.00 0.07 sub:imp:3s; -déchirèrent déchirer ver 26.46 53.11 0.02 0.68 ind:pas:3p; -déchiré déchirer ver m s 26.46 53.11 6.50 8.24 par:pas; -déchirée déchirer ver f s 26.46 53.11 2.11 3.31 par:pas; -déchirées déchirer ver f p 26.46 53.11 0.35 1.01 par:pas; -déchirure déchirure nom f s 1.58 7.03 1.03 4.80 -déchirures déchirure nom f p 1.58 7.03 0.55 2.23 -déchirés déchiré adj m p 5.59 13.38 0.70 3.31 -duchnoque duchnoque nom s 0.02 0.07 0.02 0.07 -déchoient déchoir ver 0.88 3.04 0.00 0.07 ind:pre:3p; -déchoir déchoir ver 0.88 3.04 0.01 1.49 inf; -déchoirons déchoir ver 0.88 3.04 0.00 0.07 ind:fut:1p; -déchouer déchouer ver 0.01 0.00 0.01 0.00 inf; -déchristianise déchristianiser ver 0.00 0.07 0.00 0.07 ind:pre:3s; -déché décher ver m s 0.00 0.34 0.00 0.07 par:pas; -déchu déchu adj m s 1.10 3.85 0.59 1.76 -duché duché nom m s 0.06 0.14 0.06 0.14 -déchéance déchéance nom f s 1.67 6.42 1.67 6.28 -déchéances déchéance nom f p 1.67 6.42 0.00 0.14 -déchue déchu adj f s 1.10 3.85 0.19 0.88 -déchues déchoir ver f p 0.88 3.04 0.14 0.07 par:pas; -déchus déchu adj m p 1.10 3.85 0.28 0.81 -déci déci nom m s 0.01 0.00 0.01 0.00 -décibel décibel nom m s 0.40 0.88 0.04 0.00 -décibels décibel nom m p 0.40 0.88 0.37 0.88 -décida décider ver 207.76 214.19 3.86 36.82 ind:pas:3s; -décidai décider ver 207.76 214.19 2.04 11.08 ind:pas:1s; -décidaient décider ver 207.76 214.19 0.38 1.96 ind:imp:3p; -décidais décider ver 207.76 214.19 0.77 1.28 ind:imp:1s;ind:imp:2s; -décidait décider ver 207.76 214.19 0.68 6.69 ind:imp:3s; -décidant décider ver 207.76 214.19 0.48 2.64 par:pre; -décide décider ver 207.76 214.19 31.25 20.61 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:1s;sub:pre:3s; -décident décider ver 207.76 214.19 3.37 2.57 ind:pre:3p; -décider décider ver 207.76 214.19 42.27 27.16 inf; -décidera décider ver 207.76 214.19 3.48 2.16 ind:fut:3s; -déciderai décider ver 207.76 214.19 1.73 0.07 ind:fut:1s; -décideraient décider ver 207.76 214.19 0.01 0.61 cnd:pre:3p; -déciderais décider ver 207.76 214.19 0.14 0.20 cnd:pre:1s;cnd:pre:2s; -déciderait décider ver 207.76 214.19 0.42 1.15 cnd:pre:3s; -décideras décider ver 207.76 214.19 0.76 0.54 ind:fut:2s; -déciderez décider ver 207.76 214.19 0.47 0.34 ind:fut:2p; -décideriez décider ver 207.76 214.19 0.09 0.14 cnd:pre:2p; -déciderions décider ver 207.76 214.19 0.01 0.00 cnd:pre:1p; -déciderons décider ver 207.76 214.19 0.35 0.14 ind:fut:1p; -décideront décider ver 207.76 214.19 0.89 0.74 ind:fut:3p; -décides décider ver 207.76 214.19 8.15 1.89 ind:pre:2s; -décideur décideur nom m s 0.23 0.00 0.12 0.00 -décideurs décideur nom m p 0.23 0.00 0.11 0.00 -décidez décider ver 207.76 214.19 6.25 0.88 imp:pre:2p;ind:pre:2p; -décidiez décider ver 207.76 214.19 0.58 0.14 ind:imp:2p; -décidions décider ver 207.76 214.19 0.20 0.41 ind:imp:1p; -décidâmes décider ver 207.76 214.19 0.02 1.62 ind:pas:1p; -décidons décider ver 207.76 214.19 1.42 0.68 imp:pre:1p;ind:pre:1p; -décidât décider ver 207.76 214.19 0.00 1.08 sub:imp:3s; -décidèrent décider ver 207.76 214.19 0.65 5.27 ind:pas:3p; -décidé décider ver m s 207.76 214.19 92.08 73.78 par:pas;par:pas;par:pas; -décidée décider ver f s 207.76 214.19 3.63 7.50 par:pas; -décidées décider ver f p 207.76 214.19 0.13 0.88 par:pas; -décidément décidément adv 3.88 30.81 3.88 30.81 -décidés décider ver m p 207.76 214.19 1.23 3.18 par:pas; -décigramme décigramme nom m s 0.14 0.00 0.01 0.00 -décigrammes décigramme nom m p 0.14 0.00 0.14 0.00 -décile décile nom m s 0.01 0.00 0.01 0.00 -décilitre décilitre nom m s 0.03 0.07 0.03 0.07 -décima décimer ver 3.30 3.85 0.04 0.00 ind:pas:3s; -décimaient décimer ver 3.30 3.85 0.00 0.14 ind:imp:3p; -décimait décimer ver 3.30 3.85 0.01 0.27 ind:imp:3s; -décimal décimal adj m s 0.34 0.47 0.09 0.07 -décimale décimal adj f s 0.34 0.47 0.11 0.20 -décimales décimal adj f p 0.34 0.47 0.15 0.20 -décimalisation décimalisation nom f s 0.01 0.00 0.01 0.00 -décimalité décimalité nom f s 0.01 0.00 0.01 0.00 -décimant décimer ver 3.30 3.85 0.01 0.00 par:pre; -décimateur décimateur nom m s 0.01 0.00 0.01 0.00 -décimation décimation nom f s 0.42 0.20 0.42 0.20 -décime décimer ver 3.30 3.85 0.46 0.20 imp:pre:2s;ind:pre:1s;ind:pre:3s; -déciment décimer ver 3.30 3.85 0.14 0.00 ind:pre:3p; -décimer décimer ver 3.30 3.85 0.41 0.27 inf; -décimera décimer ver 3.30 3.85 0.01 0.00 ind:fut:3s; -décimerai décimer ver 3.30 3.85 0.01 0.00 ind:fut:1s; -décimerait décimer ver 3.30 3.85 0.03 0.00 cnd:pre:3s; -décimeront décimer ver 3.30 3.85 0.01 0.07 ind:fut:3p; -décimes décime nom m p 0.00 0.07 0.00 0.07 -décimèrent décimer ver 3.30 3.85 0.00 0.07 ind:pas:3p; -décimètre décimètre nom m s 0.03 0.81 0.01 0.54 -décimètres décimètre nom m p 0.03 0.81 0.01 0.27 -décimé décimer ver m s 3.30 3.85 0.97 0.74 par:pas; -décimée décimer ver f s 3.30 3.85 0.35 0.88 par:pas; -décimées décimer ver f p 3.30 3.85 0.15 0.54 par:pas; -décimés décimer ver m p 3.30 3.85 0.68 0.68 par:pas; -décisif décisif adj m s 3.85 16.01 1.96 7.03 -décisifs décisif adj m p 3.85 16.01 0.17 1.69 -décision_clé décision_clé nom f s 0.01 0.00 0.01 0.00 -décision décision nom f s 66.48 60.00 54.63 47.77 -décisionnaire décisionnaire nom s 0.04 0.00 0.04 0.00 -décisionnel décisionnel adj m s 0.05 0.00 0.04 0.00 -décisionnelles décisionnel adj f p 0.05 0.00 0.01 0.00 -décisions décision nom f p 66.48 60.00 11.85 12.23 -décisive décisif adj f s 3.85 16.01 1.47 5.95 -décisives décisif adj f p 3.85 16.01 0.25 1.35 -décivilisés déciviliser ver m p 0.00 0.07 0.00 0.07 par:pas; -déclama déclamer ver 0.63 5.00 0.00 0.47 ind:pas:3s; -déclamai déclamer ver 0.63 5.00 0.00 0.07 ind:pas:1s; -déclamaient déclamer ver 0.63 5.00 0.00 0.20 ind:imp:3p; -déclamais déclamer ver 0.63 5.00 0.01 0.20 ind:imp:1s;ind:imp:2s; -déclamait déclamer ver 0.63 5.00 0.03 1.22 ind:imp:3s; -déclamant déclamer ver 0.63 5.00 0.01 0.47 par:pre; -déclamation déclamation nom f s 0.04 0.81 0.03 0.68 -déclamations déclamation nom f p 0.04 0.81 0.01 0.14 -déclamatoire déclamatoire adj s 0.02 0.54 0.01 0.34 -déclamatoires déclamatoire adj f p 0.02 0.54 0.01 0.20 -déclamatrice déclamateur nom f s 0.00 0.14 0.00 0.14 -déclame déclamer ver 0.63 5.00 0.05 0.61 imp:pre:2s;ind:pre:1s;ind:pre:3s; -déclamer déclamer ver 0.63 5.00 0.53 1.22 inf; -déclamera déclamer ver 0.63 5.00 0.00 0.07 ind:fut:3s; -déclamerait déclamer ver 0.63 5.00 0.01 0.07 cnd:pre:3s; -déclamât déclamer ver 0.63 5.00 0.00 0.07 sub:imp:3s; -déclamé déclamer ver m s 0.63 5.00 0.00 0.20 par:pas; -déclamée déclamer ver f s 0.63 5.00 0.00 0.14 par:pas; -déclanche déclancher ver 0.22 0.14 0.01 0.07 ind:pre:3s; -déclancher déclancher ver 0.22 0.14 0.14 0.07 inf; -déclanchera déclancher ver 0.22 0.14 0.01 0.00 ind:fut:3s; -déclanché déclancher ver m s 0.22 0.14 0.06 0.00 par:pas; -déclara déclarer ver 41.59 73.18 0.89 20.00 ind:pas:3s; -déclarai déclarer ver 41.59 73.18 0.00 3.65 ind:pas:1s; -déclaraient déclarer ver 41.59 73.18 0.22 0.95 ind:imp:3p; -déclarais déclarer ver 41.59 73.18 0.00 0.68 ind:imp:1s; -déclarait déclarer ver 41.59 73.18 0.26 6.96 ind:imp:3s; -déclarant déclarer ver 41.59 73.18 0.27 3.65 par:pre; -déclaration déclaration nom f s 19.74 21.82 16.49 15.68 -déclarations déclaration nom f p 19.74 21.82 3.25 6.15 -déclarative déclaratif adj f s 0.00 0.07 0.00 0.07 -déclaratoire déclaratoire adj s 0.03 0.00 0.03 0.00 -déclare déclarer ver 41.59 73.18 13.13 9.86 imp:pre:2s;ind:pre:1s;ind:pre:3s; -déclarent déclarer ver 41.59 73.18 0.75 1.08 ind:pre:3p; -déclarer déclarer ver 41.59 73.18 6.85 7.97 inf; -déclarera déclarer ver 41.59 73.18 0.28 0.20 ind:fut:3s; -déclarerai déclarer ver 41.59 73.18 0.18 0.00 ind:fut:1s; -déclarerais déclarer ver 41.59 73.18 0.01 0.07 cnd:pre:1s;cnd:pre:2s; -déclarerait déclarer ver 41.59 73.18 0.04 0.27 cnd:pre:3s; -déclareriez déclarer ver 41.59 73.18 0.03 0.00 cnd:pre:2p; -déclarerions déclarer ver 41.59 73.18 0.00 0.07 cnd:pre:1p; -déclarerons déclarer ver 41.59 73.18 0.02 0.07 ind:fut:1p; -déclareront déclarer ver 41.59 73.18 0.16 0.00 ind:fut:3p; -déclares déclarer ver 41.59 73.18 0.11 0.00 ind:pre:2s; -déclarez déclarer ver 41.59 73.18 1.03 0.27 imp:pre:2p;ind:pre:2p; -déclariez déclarer ver 41.59 73.18 0.17 0.07 ind:imp:2p; -déclarions déclarer ver 41.59 73.18 0.01 0.07 ind:imp:1p; -déclarons déclarer ver 41.59 73.18 1.16 0.41 imp:pre:1p;ind:pre:1p; -déclarât déclarer ver 41.59 73.18 0.00 0.14 sub:imp:3s; -déclarèrent déclarer ver 41.59 73.18 0.01 0.54 ind:pas:3p; -déclaré déclarer ver m s 41.59 73.18 13.37 13.72 par:pas;par:pas;par:pas; -déclarée déclarer ver f s 41.59 73.18 2.04 1.62 par:pas; -déclarées déclarer ver f p 41.59 73.18 0.05 0.20 par:pas; -déclarés déclarer ver m p 41.59 73.18 0.54 0.68 par:pas; -déclasse déclasser ver 0.21 0.54 0.02 0.14 ind:pre:1s;ind:pre:3s; -déclassement déclassement nom m s 0.00 0.20 0.00 0.20 -déclasser déclasser ver 0.21 0.54 0.14 0.20 inf; -déclassé déclassé adj m s 0.14 0.07 0.14 0.00 -déclassée déclasser ver f s 0.21 0.54 0.01 0.00 par:pas; -déclassées déclasser ver f p 0.21 0.54 0.01 0.00 par:pas; -déclassés déclassé nom m p 0.00 0.95 0.00 0.20 -déclavetées déclaveter ver f p 0.00 0.07 0.00 0.07 par:pas; -déclencha déclencher ver 19.23 22.91 0.16 2.30 ind:pas:3s; -déclenchai déclencher ver 19.23 22.91 0.00 0.07 ind:pas:1s; -déclenchaient déclencher ver 19.23 22.91 0.18 0.34 ind:imp:3p; -déclenchait déclencher ver 19.23 22.91 0.11 1.89 ind:imp:3s; -déclenchant déclencher ver 19.23 22.91 0.39 0.74 par:pre; -déclenche déclencher ver 19.23 22.91 3.27 3.58 imp:pre:2s;ind:pre:1s;ind:pre:3s; -déclenchement déclenchement nom m s 0.53 2.50 0.53 2.50 -déclenchent déclencher ver 19.23 22.91 0.63 0.68 ind:pre:3p; -déclencher déclencher ver 19.23 22.91 4.71 5.88 inf; -déclenchera déclencher ver 19.23 22.91 0.53 0.20 ind:fut:3s; -déclencherai déclencher ver 19.23 22.91 0.08 0.00 ind:fut:1s; -déclencheraient déclencher ver 19.23 22.91 0.00 0.07 cnd:pre:3p; -déclencherais déclencher ver 19.23 22.91 0.04 0.00 cnd:pre:1s;cnd:pre:2s; -déclencherait déclencher ver 19.23 22.91 0.34 0.07 cnd:pre:3s; -déclencherez déclencher ver 19.23 22.91 0.14 0.07 ind:fut:2p; -déclencherons déclencher ver 19.23 22.91 0.05 0.00 ind:fut:1p; -déclencheront déclencher ver 19.23 22.91 0.05 0.00 ind:fut:3p; -déclencheur déclencheur nom m s 0.94 0.07 0.84 0.07 -déclencheurs déclencheur nom m p 0.94 0.07 0.09 0.00 -déclenchez déclencher ver 19.23 22.91 0.60 0.00 imp:pre:2p;ind:pre:2p; -déclenchions déclencher ver 19.23 22.91 0.00 0.07 ind:imp:1p; -déclenchons déclencher ver 19.23 22.91 0.13 0.00 imp:pre:1p;ind:pre:1p; -déclenchât déclencher ver 19.23 22.91 0.00 0.07 sub:imp:3s; -déclenchèrent déclencher ver 19.23 22.91 0.03 0.54 ind:pas:3p; -déclenché déclencher ver m s 19.23 22.91 5.29 3.65 par:pas; -déclenchée déclencher ver f s 19.23 22.91 2.12 2.09 par:pas; -déclenchées déclencher ver f p 19.23 22.91 0.29 0.41 par:pas; -déclenchés déclencher ver m p 19.23 22.91 0.09 0.20 par:pas; -déclic déclic nom m s 1.13 7.97 0.96 7.50 -déclics déclic nom m p 1.13 7.97 0.17 0.47 -déclin déclin nom m s 1.73 6.42 1.73 6.08 -déclina décliner ver 3.55 11.28 0.12 1.08 ind:pas:3s; -déclinai décliner ver 3.55 11.28 0.00 0.34 ind:pas:1s; -déclinaient décliner ver 3.55 11.28 0.00 0.14 ind:imp:3p; -déclinais décliner ver 3.55 11.28 0.01 0.20 ind:imp:1s; -déclinaison déclinaison nom f s 0.23 0.47 0.09 0.20 -déclinaisons déclinaison nom f p 0.23 0.47 0.14 0.27 -déclinait décliner ver 3.55 11.28 0.28 2.50 ind:imp:3s; -déclinant décliner ver 3.55 11.28 0.16 0.81 par:pre; -déclinante déclinant adj f s 0.06 2.97 0.04 1.08 -déclinants déclinant adj m p 0.06 2.97 0.00 0.20 -décline décliner ver 3.55 11.28 1.11 2.30 imp:pre:2s;ind:pre:1s;ind:pre:3s; -déclinent décliner ver 3.55 11.28 0.12 0.27 ind:pre:3p; -décliner décliner ver 3.55 11.28 0.58 2.23 inf; -déclinera décliner ver 3.55 11.28 0.01 0.00 ind:fut:3s; -déclines décliner ver 3.55 11.28 0.04 0.07 ind:pre:2s; -déclinez décliner ver 3.55 11.28 0.42 0.00 imp:pre:2p;ind:pre:2p; -déclinions décliner ver 3.55 11.28 0.00 0.14 ind:imp:1p; -déclins déclin nom m p 1.73 6.42 0.00 0.34 -déclinèrent décliner ver 3.55 11.28 0.00 0.07 ind:pas:3p; -décliné décliner ver m s 3.55 11.28 0.63 1.08 par:pas; -déclinée décliner ver f s 3.55 11.28 0.07 0.07 par:pas; -déclique décliquer ver 0.01 0.00 0.01 0.00 ind:pre:1s; -décliqueté décliqueter ver m s 0.00 0.07 0.00 0.07 par:pas; -déclive déclive adj f s 0.00 0.34 0.00 0.27 -déclives déclive adj f p 0.00 0.34 0.00 0.07 -déclivité déclivité nom f s 0.01 1.08 0.01 0.74 -déclivités déclivité nom f p 0.01 1.08 0.00 0.34 -décloisonnée décloisonner ver f s 0.00 0.07 0.00 0.07 par:pas; -déclose déclore ver f s 0.01 0.00 0.01 0.00 par:pas; -décloses déclos adj f p 0.00 0.14 0.00 0.07 -déclouer déclouer ver 0.11 0.88 0.10 0.14 inf; -déclouèrent déclouer ver 0.11 0.88 0.00 0.14 ind:pas:3p; -décloué déclouer ver m s 0.11 0.88 0.00 0.20 par:pas; -déclouée déclouer ver f s 0.11 0.88 0.01 0.07 par:pas; -déclouées déclouer ver f p 0.11 0.88 0.00 0.34 par:pas; -déco déco adj 2.25 0.47 2.25 0.47 -décocha décocher ver 0.44 4.05 0.00 1.42 ind:pas:3s; -décochai décocher ver 0.44 4.05 0.00 0.07 ind:pas:1s; -décochaient décocher ver 0.44 4.05 0.00 0.07 ind:imp:3p; -décochais décocher ver 0.44 4.05 0.00 0.07 ind:imp:1s; -décochait décocher ver 0.44 4.05 0.01 0.27 ind:imp:3s; -décochant décocher ver 0.44 4.05 0.00 0.14 par:pre; -décoche décocher ver 0.44 4.05 0.23 0.95 imp:pre:2s;ind:pre:1s;ind:pre:3s; -décochent décocher ver 0.44 4.05 0.00 0.07 ind:pre:3p; -décocher décocher ver 0.44 4.05 0.06 0.54 inf; -décochera décocher ver 0.44 4.05 0.02 0.00 ind:fut:3s; -décocheuses décocheur nom f p 0.00 0.07 0.00 0.07 -décochez décocher ver 0.44 4.05 0.03 0.00 imp:pre:2p;ind:pre:2p; -décoché décocher ver m s 0.44 4.05 0.06 0.27 par:pas; -décochée décocher ver f s 0.44 4.05 0.01 0.14 par:pas; -décochées décocher ver f p 0.44 4.05 0.01 0.07 par:pas; -décoconne décoconner ver 0.00 0.14 0.00 0.07 imp:pre:2s; -décoconnerai décoconner ver 0.00 0.14 0.00 0.07 ind:fut:1s; -décoction décoction nom f s 0.83 1.08 0.81 0.81 -décoctions décoction nom f p 0.83 1.08 0.02 0.27 -décodage décodage nom m s 0.19 0.14 0.19 0.00 -décodages décodage nom m p 0.19 0.14 0.00 0.14 -décodait décoder ver 3.04 0.54 0.00 0.14 ind:imp:3s; -décodant décoder ver 3.04 0.54 0.01 0.00 par:pre; -décode décoder ver 3.04 0.54 0.38 0.00 imp:pre:2s;ind:pre:1s;ind:pre:3s; -décodent décoder ver 3.04 0.54 0.02 0.00 ind:pre:3p; -décoder décoder ver 3.04 0.54 1.59 0.34 inf; -décoderai décoder ver 3.04 0.54 0.12 0.00 ind:fut:1s; -décodeur décodeur nom m s 0.39 0.07 0.35 0.07 -décodeurs décodeur nom m p 0.39 0.07 0.02 0.00 -décodeuse décodeur nom f s 0.39 0.07 0.01 0.00 -décodez décoder ver 3.04 0.54 0.06 0.00 imp:pre:2p;ind:pre:2p; -décodons décoder ver 3.04 0.54 0.02 0.00 ind:pre:1p; -décodé décoder ver m s 3.04 0.54 0.71 0.07 par:pas; -décodée décoder ver f s 3.04 0.54 0.04 0.00 par:pas; -décodées décoder ver f p 3.04 0.54 0.04 0.00 par:pas; -décodés décoder ver m p 3.04 0.54 0.04 0.00 par:pas; -décoffrage décoffrage nom m s 0.02 0.00 0.02 0.00 -décoffrés décoffrer ver m p 0.00 0.07 0.00 0.07 par:pas; -décoiffa décoiffer ver 1.37 3.18 0.00 0.07 ind:pas:3s; -décoiffait décoiffer ver 1.37 3.18 0.01 0.07 ind:imp:3s; -décoiffe décoiffer ver 1.37 3.18 0.29 0.14 imp:pre:2s;ind:pre:3s; -décoiffer décoiffer ver 1.37 3.18 0.20 0.20 inf; -décoiffera décoiffer ver 1.37 3.18 0.03 0.00 ind:fut:3s; -décoifferais décoiffer ver 1.37 3.18 0.00 0.07 cnd:pre:2s; -décoifferait décoiffer ver 1.37 3.18 0.00 0.07 cnd:pre:3s; -décoiffes décoiffer ver 1.37 3.18 0.12 0.07 ind:pre:2s; -décoiffez décoiffer ver 1.37 3.18 0.12 0.00 imp:pre:2p;ind:pre:2p; -décoiffé décoiffer ver m s 1.37 3.18 0.25 0.74 par:pas; -décoiffée décoiffer ver f s 1.37 3.18 0.30 1.49 par:pas; -décoiffées décoiffer ver f p 1.37 3.18 0.00 0.14 par:pas; -décoiffés décoiffer ver m p 1.37 3.18 0.04 0.14 par:pas; -décoince décoincer ver 0.93 0.27 0.16 0.00 imp:pre:2s;ind:pre:3s; -décoincer décoincer ver 0.93 0.27 0.61 0.20 inf; -décoincera décoincer ver 0.93 0.27 0.01 0.00 ind:fut:3s; -décoincerait décoincer ver 0.93 0.27 0.01 0.00 cnd:pre:3s; -décoinces décoincer ver 0.93 0.27 0.02 0.00 ind:pre:2s; -décoincez décoincer ver 0.93 0.27 0.03 0.00 imp:pre:2p;ind:pre:2p; -décoincé décoincer ver m s 0.93 0.27 0.06 0.00 par:pas; -décoinça décoincer ver 0.93 0.27 0.00 0.07 ind:pas:3s; -décoinçage décoinçage nom m s 0.01 0.00 0.01 0.00 -décoinçant décoincer ver 0.93 0.27 0.02 0.00 par:pre; -décolla décoller ver 21.15 19.73 0.00 1.35 ind:pas:3s; -décollage décollage nom m s 7.23 1.15 7.14 1.15 -décollages décollage nom m p 7.23 1.15 0.09 0.00 -décollai décoller ver 21.15 19.73 0.00 0.07 ind:pas:1s; -décollaient décoller ver 21.15 19.73 0.02 0.88 ind:imp:3p; -décollais décoller ver 21.15 19.73 0.03 0.27 ind:imp:1s;ind:imp:2s; -décollait décoller ver 21.15 19.73 0.26 1.22 ind:imp:3s; -décollant décoller ver 21.15 19.73 0.07 1.15 par:pre; -décollassions décoller ver 21.15 19.73 0.10 0.00 sub:imp:1p; -décollation décollation nom f s 0.01 0.07 0.01 0.07 -décolle décoller ver 21.15 19.73 5.89 3.11 imp:pre:2s;ind:pre:1s;ind:pre:3s; -décollement décollement nom m s 0.27 0.07 0.26 0.07 -décollements décollement nom m p 0.27 0.07 0.01 0.00 -décollent décoller ver 21.15 19.73 0.75 0.27 ind:pre:3p; -décoller décoller ver 21.15 19.73 8.11 5.68 inf; -décollera décoller ver 21.15 19.73 0.77 0.00 ind:fut:3s; -décollerai décoller ver 21.15 19.73 0.16 0.00 ind:fut:1s; -décollerait décoller ver 21.15 19.73 0.14 0.07 cnd:pre:3s; -décolleras décoller ver 21.15 19.73 0.01 0.00 ind:fut:2s; -décollerons décoller ver 21.15 19.73 0.08 0.00 ind:fut:1p; -décolleront décoller ver 21.15 19.73 0.19 0.00 ind:fut:3p; -décolles décoller ver 21.15 19.73 0.12 0.07 ind:pre:2s; -décolleter décolleter ver 0.16 0.95 0.01 0.07 inf; -décolleté décolleté nom m s 1.76 3.92 1.52 3.31 -décolletée décolleté adj f s 0.49 2.36 0.26 1.28 -décolletées décolleté adj f p 0.49 2.36 0.01 0.54 -décolletés décolleté nom m p 1.76 3.92 0.25 0.61 -décollez décoller ver 21.15 19.73 0.60 0.07 imp:pre:2p;ind:pre:2p; -décollons décoller ver 21.15 19.73 0.56 0.00 imp:pre:1p;ind:pre:1p; -décollèrent décoller ver 21.15 19.73 0.00 0.14 ind:pas:3p; -décollé décoller ver m s 21.15 19.73 3.02 1.89 par:pas; -décollée décoller ver f s 21.15 19.73 0.21 1.01 par:pas; -décollées décoller ver f p 21.15 19.73 0.06 1.89 par:pas; -décollés décoller ver m p 21.15 19.73 0.01 0.61 par:pas; -décolonisation décolonisation nom f s 0.00 0.41 0.00 0.41 -décolonise décoloniser ver 0.00 0.07 0.00 0.07 ind:pre:3s; -décolora décolorer ver 0.45 3.58 0.00 0.20 ind:pas:3s; -décoloraient décolorer ver 0.45 3.58 0.00 0.27 ind:imp:3p; -décolorait décolorer ver 0.45 3.58 0.01 0.68 ind:imp:3s; -décolorant décolorer ver 0.45 3.58 0.03 0.00 par:pre; -décoloration décoloration nom f s 0.53 0.34 0.46 0.20 -décolorations décoloration nom f p 0.53 0.34 0.08 0.14 -décolore décolorer ver 0.45 3.58 0.19 0.54 imp:pre:2s;ind:pre:1s;ind:pre:3s; -décolorent décolorer ver 0.45 3.58 0.01 0.14 ind:pre:3p; -décolorer décolorer ver 0.45 3.58 0.10 0.34 inf; -décoloré décoloré adj m s 0.29 3.38 0.07 0.95 -décolorée décoloré adj f s 0.29 3.38 0.19 1.15 -décolorées décoloré adj f p 0.29 3.38 0.01 0.54 -décolorés décoloré adj m p 0.29 3.38 0.03 0.74 -décolère décolérer ver 0.01 0.81 0.00 0.07 imp:pre:2s; -décoléraient décolérer ver 0.01 0.81 0.00 0.07 ind:imp:3p; -décolérais décolérer ver 0.01 0.81 0.00 0.07 ind:imp:1s; -décolérait décolérer ver 0.01 0.81 0.00 0.41 ind:imp:3s; -décolérer décolérer ver 0.01 0.81 0.00 0.07 inf; -décoléré décolérer ver m s 0.01 0.81 0.01 0.14 par:pas; -décombre décombrer ver 0.00 0.27 0.00 0.27 ind:pre:3s; -décombres décombre nom m p 1.09 6.55 1.09 6.55 -décommanda décommander ver 2.77 2.30 0.00 0.27 ind:pas:3s; -décommandai décommander ver 2.77 2.30 0.00 0.07 ind:pas:1s; -décommandais décommander ver 2.77 2.30 0.00 0.07 ind:imp:1s; -décommandait décommander ver 2.77 2.30 0.00 0.20 ind:imp:3s; -décommande décommander ver 2.77 2.30 0.57 0.27 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -décommander décommander ver 2.77 2.30 0.98 0.88 inf; -décommanderait décommander ver 2.77 2.30 0.00 0.07 cnd:pre:3s; -décommandes décommander ver 2.77 2.30 0.29 0.00 ind:pre:2s; -décommandez décommander ver 2.77 2.30 0.09 0.00 imp:pre:2p;ind:pre:2p; -décommandé décommander ver m s 2.77 2.30 0.66 0.34 par:pas; -décommandée décommander ver f s 2.77 2.30 0.16 0.07 par:pas; -décommandées décommander ver f p 2.77 2.30 0.01 0.07 par:pas; -décommandés décommander ver m p 2.77 2.30 0.01 0.00 par:pas; -décompensation décompensation nom f s 0.01 0.00 0.01 0.00 -décompenser décompenser ver 0.05 0.00 0.04 0.00 inf; -décompensé décompenser ver m s 0.05 0.00 0.01 0.00 par:pas; -décompliquer décompliquer ver 0.02 0.00 0.02 0.00 inf; -décomposa décomposer ver 2.86 7.43 0.00 0.47 ind:pas:3s; -décomposable décomposable adj s 0.00 0.07 0.00 0.07 -décomposaient décomposer ver 2.86 7.43 0.01 0.27 ind:imp:3p; -décomposais décomposer ver 2.86 7.43 0.00 0.20 ind:imp:1s; -décomposait décomposer ver 2.86 7.43 0.14 0.95 ind:imp:3s; -décomposant décomposer ver 2.86 7.43 0.09 0.47 par:pre; -décompose décomposer ver 2.86 7.43 0.69 1.22 imp:pre:2s;ind:pre:1s;ind:pre:3s; -décomposent décomposer ver 2.86 7.43 0.31 0.14 ind:pre:3p; -décomposer décomposer ver 2.86 7.43 0.81 1.42 inf; -décomposera décomposer ver 2.86 7.43 0.23 0.14 ind:fut:3s; -décomposeraient décomposer ver 2.86 7.43 0.01 0.14 cnd:pre:3p; -décomposerait décomposer ver 2.86 7.43 0.00 0.07 cnd:pre:3s; -décomposeur décomposeur nom m s 0.01 0.00 0.01 0.00 -décomposition décomposition nom f s 2.59 3.45 2.58 3.38 -décompositions décomposition nom f p 2.59 3.45 0.01 0.07 -décomposé décomposer ver m s 2.86 7.43 0.48 1.08 par:pas; -décomposée décomposé adj f s 0.24 2.97 0.04 0.47 -décomposées décomposé adj f p 0.24 2.97 0.01 0.68 -décomposés décomposé adj m p 0.24 2.97 0.06 0.34 -décompressa décompresser ver 1.11 0.41 0.00 0.07 ind:pas:3s; -décompresse décompresser ver 1.11 0.41 0.38 0.14 imp:pre:2s;ind:pre:1s;ind:pre:3s; -décompresser décompresser ver 1.11 0.41 0.63 0.14 inf; -décompressez décompresser ver 1.11 0.41 0.05 0.00 imp:pre:2p;ind:pre:2p; -décompression décompression nom f s 0.50 0.41 0.46 0.34 -décompressions décompression nom f p 0.50 0.41 0.04 0.07 -décompressé décompresser ver m s 1.11 0.41 0.05 0.07 par:pas; -décomprimer décomprimer ver 0.01 0.00 0.01 0.00 inf; -décompte décompte nom m s 1.15 0.81 1.11 0.61 -décompter décompter ver 0.19 0.47 0.08 0.27 inf; -décomptes décompte nom m p 1.15 0.81 0.04 0.20 -décompté décompter ver m s 0.19 0.47 0.04 0.00 par:pas; -décomptés décompter ver m p 0.19 0.47 0.00 0.07 par:pas; -ducon ducon nom m s 6.86 1.01 6.86 1.01 -déconcentrant déconcentrer ver 0.88 0.20 0.01 0.14 par:pre; -déconcentration déconcentration nom f s 0.00 0.07 0.00 0.07 -déconcentrent déconcentrer ver 0.88 0.20 0.02 0.00 ind:pre:3p; -déconcentrer déconcentrer ver 0.88 0.20 0.47 0.07 inf; -déconcentrez déconcentrer ver 0.88 0.20 0.18 0.00 imp:pre:2p;ind:pre:2p; -déconcentré déconcentrer ver m s 0.88 0.20 0.14 0.00 par:pas; -déconcentrée déconcentrer ver f s 0.88 0.20 0.05 0.00 par:pas; -déconcerta déconcerter ver 1.08 7.09 0.01 1.01 ind:pas:3s; -déconcertait déconcerter ver 1.08 7.09 0.00 0.74 ind:imp:3s; -déconcertant déconcertant adj m s 1.01 4.39 0.63 1.01 -déconcertante déconcertant adj f s 1.01 4.39 0.31 2.23 -déconcertantes déconcertant adj f p 1.01 4.39 0.07 0.61 -déconcertants déconcertant adj m p 1.01 4.39 0.00 0.54 -déconcerte déconcerter ver 1.08 7.09 0.09 0.95 imp:pre:2s;ind:pre:1s;ind:pre:3s; -déconcertent déconcerter ver 1.08 7.09 0.17 0.20 ind:pre:3p; -déconcerter déconcerter ver 1.08 7.09 0.06 0.54 inf; -déconcertera déconcerter ver 1.08 7.09 0.01 0.07 ind:fut:3s; -déconcertez déconcerter ver 1.08 7.09 0.05 0.00 ind:pre:2p; -déconcertèrent déconcerter ver 1.08 7.09 0.00 0.07 ind:pas:3p; -déconcerté déconcerté adj m s 0.25 2.64 0.20 1.55 -déconcertée déconcerter ver f s 1.08 7.09 0.07 1.35 par:pas; -déconcertés déconcerter ver m p 1.08 7.09 0.39 0.34 par:pas; -déconditionnement déconditionnement nom m s 0.03 0.00 0.03 0.00 -déconditionner déconditionner ver 0.01 0.00 0.01 0.00 inf; -déconfire déconfire ver 0.03 0.41 0.01 0.00 inf; -déconfit déconfit adj m s 0.05 0.88 0.04 0.54 -déconfite déconfit adj f s 0.05 0.88 0.00 0.27 -déconfits déconfit adj m p 0.05 0.88 0.01 0.07 -déconfiture déconfiture nom f s 0.07 1.55 0.07 1.42 -déconfitures déconfiture nom f p 0.07 1.55 0.00 0.14 -décongela décongeler ver 0.52 0.34 0.01 0.00 ind:pas:3s; -décongeler décongeler ver 0.52 0.34 0.21 0.07 inf; -décongelé décongeler ver m s 0.52 0.34 0.26 0.27 par:pas; -décongelée décongeler ver f s 0.52 0.34 0.02 0.00 par:pas; -décongestif décongestif nom m s 0.01 0.00 0.01 0.00 -décongestion décongestion nom f s 0.01 0.00 0.01 0.00 -décongestionnant décongestionner ver 0.14 0.07 0.04 0.00 par:pre; -décongestionne décongestionner ver 0.14 0.07 0.00 0.07 ind:pre:3s; -décongestionner décongestionner ver 0.14 0.07 0.10 0.00 inf; -décongestionné décongestionner ver m s 0.14 0.07 0.01 0.00 par:pas; -décongèlera décongeler ver 0.52 0.34 0.01 0.00 ind:fut:3s; -décongélation décongélation nom f s 0.31 0.00 0.31 0.00 -déconnage déconnage nom m s 0.00 0.61 0.00 0.54 -déconnages déconnage nom m p 0.00 0.61 0.00 0.07 -déconnaient déconner ver 39.86 10.95 0.01 0.07 ind:imp:3p; -déconnais déconner ver 39.86 10.95 0.92 0.41 ind:imp:1s;ind:imp:2s; -déconnait déconner ver 39.86 10.95 0.49 0.61 ind:imp:3s; -déconnant déconner ver 39.86 10.95 0.01 0.20 par:pre; -déconne déconner ver 39.86 10.95 13.38 4.12 imp:pre:2s;ind:pre:1s;ind:pre:3s; -déconnectaient déconnecter ver 2.60 0.47 0.01 0.00 ind:imp:3p; -déconnectant déconnecter ver 2.60 0.47 0.00 0.07 par:pre; -déconnecte déconnecter ver 2.60 0.47 0.24 0.07 imp:pre:2s;ind:pre:1s;ind:pre:3s; -déconnectent déconnecter ver 2.60 0.47 0.01 0.00 ind:pre:3p; -déconnecter déconnecter ver 2.60 0.47 0.64 0.07 inf; -déconnectez déconnecter ver 2.60 0.47 0.20 0.00 imp:pre:2p;ind:pre:2p; -déconnectiez déconnecter ver 2.60 0.47 0.03 0.00 ind:imp:2p; -déconnection déconnection nom f s 0.03 0.00 0.03 0.00 -déconnectons déconnecter ver 2.60 0.47 0.02 0.00 ind:pre:1p; -déconnecté déconnecter ver m s 2.60 0.47 0.92 0.20 par:pas; -déconnectée déconnecter ver f s 2.60 0.47 0.18 0.07 par:pas; -déconnectés déconnecter ver m p 2.60 0.47 0.35 0.00 par:pas; -déconnent déconner ver 39.86 10.95 0.28 0.00 ind:pre:3p; -déconner déconner ver 39.86 10.95 9.39 3.04 inf; -déconnerai déconner ver 39.86 10.95 0.03 0.00 ind:fut:1s; -déconnerais déconner ver 39.86 10.95 0.15 0.00 cnd:pre:1s; -déconnes déconner ver 39.86 10.95 8.95 1.69 ind:pre:2s;sub:pre:2s; -déconneur déconneur nom m s 0.20 0.20 0.19 0.07 -déconneurs déconneur nom m p 0.20 0.20 0.00 0.14 -déconneuse déconneur nom f s 0.20 0.20 0.01 0.00 -déconnexion déconnexion nom f s 0.16 0.07 0.16 0.07 -déconnez déconner ver 39.86 10.95 2.19 0.14 imp:pre:2p;ind:pre:2p; -déconné déconner ver m s 39.86 10.95 4.07 0.68 par:pas; -déconomètre déconomètre nom m s 0.00 0.07 0.00 0.07 -déconophone déconophone nom m s 0.00 0.20 0.00 0.14 -déconophones déconophone nom m p 0.00 0.20 0.00 0.07 -déconseilla déconseiller ver 2.83 2.23 0.14 0.14 ind:pas:3s; -déconseillai déconseiller ver 2.83 2.23 0.00 0.07 ind:pas:1s; -déconseillait déconseiller ver 2.83 2.23 0.01 0.41 ind:imp:3s; -déconseillant déconseiller ver 2.83 2.23 0.01 0.14 par:pre; -déconseille déconseiller ver 2.83 2.23 1.76 0.27 ind:pre:1s;ind:pre:3s; -déconseiller déconseiller ver 2.83 2.23 0.06 0.07 inf; -déconseillerais déconseiller ver 2.83 2.23 0.12 0.07 cnd:pre:1s; -déconseilles déconseiller ver 2.83 2.23 0.00 0.07 ind:pre:2s; -déconseillèrent déconseiller ver 2.83 2.23 0.00 0.14 ind:pas:3p; -déconseillé déconseiller ver m s 2.83 2.23 0.68 0.68 par:pas; -déconseillée déconseiller ver f s 2.83 2.23 0.03 0.14 par:pas; -déconseillées déconseiller ver f p 2.83 2.23 0.01 0.07 par:pas; -déconsidèrent déconsidérer ver 0.03 1.22 0.01 0.00 ind:pre:3p; -déconsidéraient déconsidérer ver 0.03 1.22 0.00 0.07 ind:imp:3p; -déconsidérait déconsidérer ver 0.03 1.22 0.00 0.14 ind:imp:3s; -déconsidérant déconsidérer ver 0.03 1.22 0.00 0.07 par:pre; -déconsidération déconsidération nom f s 0.01 0.00 0.01 0.00 -déconsidérer déconsidérer ver 0.03 1.22 0.01 0.41 inf; -déconsidéré déconsidérer ver m s 0.03 1.22 0.01 0.27 par:pas; -déconsidérée déconsidérer ver f s 0.03 1.22 0.00 0.20 par:pas; -déconsidérés déconsidérer ver m p 0.03 1.22 0.00 0.07 par:pas; -déconsigner déconsigner ver 0.00 0.20 0.00 0.20 inf; -déconstipe déconstiper ver 0.01 0.07 0.00 0.07 ind:pre:3s; -déconstiper déconstiper ver 0.01 0.07 0.01 0.00 inf; -déconstruction déconstruction nom f s 0.08 0.07 0.08 0.07 -déconstruit déconstruire ver m s 0.01 0.07 0.01 0.07 ind:pre:3s;par:pas; -décontaminant décontaminer ver 0.17 0.00 0.01 0.00 par:pre; -décontamination décontamination nom f s 0.96 0.00 0.96 0.00 -décontaminer décontaminer ver 0.17 0.00 0.07 0.00 inf; -décontaminé décontaminer ver m s 0.17 0.00 0.09 0.00 par:pas; -décontenancer décontenancer ver 0.22 2.77 0.03 0.07 inf; -décontenancé décontenancé adj m s 0.32 2.84 0.16 2.16 -décontenancée décontenancé adj f s 0.32 2.84 0.16 0.41 -décontenancés décontenancer ver m p 0.22 2.77 0.10 0.20 par:pas; -décontenança décontenancer ver 0.22 2.77 0.00 0.14 ind:pas:3s; -décontenançaient décontenancer ver 0.22 2.77 0.00 0.14 ind:imp:3p; -décontenançait décontenancer ver 0.22 2.77 0.00 0.14 ind:imp:3s; -décontract décontract adj m s 0.24 0.07 0.24 0.07 -décontracta décontracter ver 1.54 1.28 0.00 0.20 ind:pas:3s; -décontractaient décontracter ver 1.54 1.28 0.00 0.07 ind:imp:3p; -décontractait décontracter ver 1.54 1.28 0.00 0.14 ind:imp:3s; -décontractant décontracter ver 1.54 1.28 0.20 0.20 par:pre; -décontracte décontracter ver 1.54 1.28 0.13 0.20 imp:pre:2s;ind:pre:3s; -décontracter décontracter ver 1.54 1.28 0.27 0.14 inf; -décontractez décontracter ver 1.54 1.28 0.07 0.07 imp:pre:2p; -décontraction décontraction nom f s 0.15 1.28 0.15 1.28 -décontracté décontracter ver m s 1.54 1.28 0.75 0.07 par:pas; -décontractée décontracté adj f s 1.07 1.01 0.26 0.27 -décontractées décontracté adj f p 1.07 1.01 0.03 0.07 -décontractés décontracté adj m p 1.07 1.01 0.17 0.00 -déconvenue déconvenue nom f s 0.32 2.16 0.16 1.42 -déconvenues déconvenue nom f p 0.32 2.16 0.16 0.74 -décor décor nom m s 8.38 45.61 6.01 38.78 -décora décorer ver 8.54 20.20 0.00 0.34 ind:pas:3s; -décorai décorer ver 8.54 20.20 0.00 0.14 ind:pas:1s; -décoraient décorer ver 8.54 20.20 0.03 0.68 ind:imp:3p; -décorais décorer ver 8.54 20.20 0.10 0.00 ind:imp:1s; -décorait décorer ver 8.54 20.20 0.21 0.74 ind:imp:3s; -décorant décorer ver 8.54 20.20 0.03 0.81 par:pre; -décorateur décorateur nom m s 2.55 3.11 1.37 2.03 -décorateurs décorateur nom m p 2.55 3.11 0.36 0.88 -décoratif décoratif adj m s 0.83 4.12 0.38 1.35 -décoratifs décoratif adj m p 0.83 4.12 0.12 1.22 -décoration décoration nom f s 8.15 11.76 4.80 6.35 -décorations décoration nom f p 8.15 11.76 3.35 5.41 -décorative décoratif adj f s 0.83 4.12 0.15 0.88 -décoratives décoratif adj f p 0.83 4.12 0.19 0.68 -décoratrice décorateur nom f s 2.55 3.11 0.81 0.14 -décoratrices décorateur nom f p 2.55 3.11 0.01 0.07 -décore décorer ver 8.54 20.20 0.92 0.61 imp:pre:2s;ind:pre:1s;ind:pre:3s; -décorent décorer ver 8.54 20.20 0.43 0.47 ind:pre:3p; -décorer décorer ver 8.54 20.20 3.38 2.91 inf; -décorera décorer ver 8.54 20.20 0.19 0.00 ind:fut:3s; -décorerait décorer ver 8.54 20.20 0.03 0.07 cnd:pre:3s; -décoreront décorer ver 8.54 20.20 0.02 0.00 ind:fut:3p; -décorez décorer ver 8.54 20.20 0.14 0.14 imp:pre:2p;ind:pre:2p; -décorne décorner ver 0.01 0.27 0.00 0.07 ind:pre:3s; -décorner décorner ver 0.01 0.27 0.01 0.20 inf; -décorât décorer ver 8.54 20.20 0.00 0.07 sub:imp:3s; -décors décor nom m p 8.38 45.61 2.37 6.82 -décorèrent décorer ver 8.54 20.20 0.00 0.07 ind:pas:3p; -décorticage décorticage nom m s 0.00 0.14 0.00 0.14 -décortication décortication nom f s 0.01 0.00 0.01 0.00 -décortiqua décortiquer ver 0.70 2.64 0.00 0.14 ind:pas:3s; -décortiquaient décortiquer ver 0.70 2.64 0.01 0.07 ind:imp:3p; -décortiquait décortiquer ver 0.70 2.64 0.00 0.14 ind:imp:3s; -décortiquant décortiquer ver 0.70 2.64 0.00 0.07 par:pre; -décortique décortiquer ver 0.70 2.64 0.17 0.47 imp:pre:2s;ind:pre:3s;sub:pre:3s; -décortiquent décortiquer ver 0.70 2.64 0.00 0.14 ind:pre:3p; -décortiquer décortiquer ver 0.70 2.64 0.40 1.01 inf; -décortiquez décortiquer ver 0.70 2.64 0.03 0.07 imp:pre:2p;ind:pre:2p; -décortiqué décortiquer ver m s 0.70 2.64 0.08 0.34 par:pas; -décortiquée décortiquer ver f s 0.70 2.64 0.01 0.00 par:pas; -décortiquées décortiquer ver f p 0.70 2.64 0.00 0.07 par:pas; -décortiqués décortiquer ver m p 0.70 2.64 0.00 0.14 par:pas; -décoré décorer ver m s 8.54 20.20 2.23 5.95 par:pas; -décorée décorer ver f s 8.54 20.20 0.37 3.38 par:pas; -décorées décorer ver f p 8.54 20.20 0.26 1.49 par:pas; -décorum décorum nom m s 0.17 0.54 0.17 0.54 -décorés décoré adj m p 1.28 2.97 0.24 1.08 -découcha découcher ver 1.03 0.88 0.00 0.07 ind:pas:3s; -découchaient découcher ver 1.03 0.88 0.00 0.07 ind:imp:3p; -découche découcher ver 1.03 0.88 0.37 0.34 ind:pre:1s;ind:pre:3s; -découcher découcher ver 1.03 0.88 0.20 0.20 inf; -découches découcher ver 1.03 0.88 0.27 0.00 ind:pre:2s; -découché découcher ver m s 1.03 0.88 0.20 0.20 par:pas; -découd découdre ver 0.69 2.36 0.00 0.14 ind:pre:3s; -découdre découdre ver 0.69 2.36 0.42 1.15 inf; -découlaient découler ver 1.57 4.12 0.00 0.34 ind:imp:3p; -découlait découler ver 1.57 4.12 0.01 1.01 ind:imp:3s; -découlant découler ver 1.57 4.12 0.04 0.34 par:pre; -découle découler ver 1.57 4.12 0.98 1.01 ind:pre:3s; -découlent découler ver 1.57 4.12 0.21 0.54 ind:pre:3p; -découler découler ver 1.57 4.12 0.13 0.61 inf; -découlera découler ver 1.57 4.12 0.03 0.07 ind:fut:3s; -découlerait découler ver 1.57 4.12 0.02 0.07 cnd:pre:3s; -découlèrent découler ver 1.57 4.12 0.01 0.00 ind:pas:3p; -découlé découler ver m s 1.57 4.12 0.14 0.14 par:pas; -découpa découper ver 12.69 32.70 0.01 1.22 ind:pas:3s; -découpage découpage nom m s 0.86 1.96 0.47 1.62 -découpages découpage nom m p 0.86 1.96 0.40 0.34 -découpai découper ver 12.69 32.70 0.01 0.07 ind:pas:1s; -découpaient découper ver 12.69 32.70 0.01 2.03 ind:imp:3p; -découpais découper ver 12.69 32.70 0.08 0.07 ind:imp:1s; -découpait découper ver 12.69 32.70 0.14 4.66 ind:imp:3s; -découpant découper ver 12.69 32.70 0.28 2.43 par:pre; -découpe découper ver 12.69 32.70 2.33 3.51 imp:pre:2s;ind:pre:1s;ind:pre:3s; -découpent découper ver 12.69 32.70 0.22 1.08 ind:pre:3p; -découper découper ver 12.69 32.70 4.36 4.93 inf;; -découpera découper ver 12.69 32.70 0.04 0.14 ind:fut:3s; -découperai découper ver 12.69 32.70 0.21 0.07 ind:fut:1s; -découperaient découper ver 12.69 32.70 0.01 0.07 cnd:pre:3p; -découperais découper ver 12.69 32.70 0.04 0.00 cnd:pre:1s;cnd:pre:2s; -découperait découper ver 12.69 32.70 0.03 0.14 cnd:pre:3s; -découperont découper ver 12.69 32.70 0.04 0.00 ind:fut:3p; -découpes découper ver 12.69 32.70 0.49 0.00 ind:pre:2s; -découpeur découpeur nom m s 0.17 0.07 0.15 0.00 -découpeurs découpeur nom m p 0.17 0.07 0.01 0.07 -découpeuse découpeur nom f s 0.17 0.07 0.01 0.00 -découpez découper ver 12.69 32.70 0.33 0.07 imp:pre:2p;ind:pre:2p; -découpions découper ver 12.69 32.70 0.00 0.07 ind:imp:1p; -découplage découplage nom m s 0.01 0.00 0.01 0.00 -découpler découpler ver 0.04 0.07 0.01 0.00 inf; -découplons découpler ver 0.04 0.07 0.01 0.00 imp:pre:1p; -découplé découplé adj m s 0.00 0.27 0.00 0.20 -découplée découpler ver f s 0.04 0.07 0.01 0.00 par:pas; -découpons découper ver 12.69 32.70 0.20 0.14 imp:pre:1p;ind:pre:1p; -découpèrent découper ver 12.69 32.70 0.00 0.41 ind:pas:3p; -découpé découper ver m s 12.69 32.70 2.50 4.73 par:pas; -découpée découper ver f s 12.69 32.70 0.92 2.23 par:pas; -découpées découpé adj f p 0.64 3.38 0.10 0.74 -découpure découpure nom f s 0.01 1.01 0.01 0.34 -découpures découpure nom f p 0.01 1.01 0.00 0.68 -découpés découper ver m p 12.69 32.70 0.42 2.30 par:pas; -décourage décourager ver 4.84 15.47 1.13 2.16 imp:pre:2s;ind:pre:1s;ind:pre:3s; -découragea décourager ver 4.84 15.47 0.01 0.41 ind:pas:3s; -décourageai décourager ver 4.84 15.47 0.00 0.07 ind:pas:1s; -décourageaient décourager ver 4.84 15.47 0.00 0.27 ind:imp:3p; -décourageais décourager ver 4.84 15.47 0.01 0.14 ind:imp:1s; -décourageait décourager ver 4.84 15.47 0.02 1.15 ind:imp:3s; -décourageant décourageant adj m s 0.34 1.96 0.19 0.74 -décourageante décourageant adj f s 0.34 1.96 0.14 0.41 -décourageantes décourageant adj f p 0.34 1.96 0.01 0.41 -décourageants décourageant adj m p 0.34 1.96 0.00 0.41 -découragement découragement nom m s 0.27 6.82 0.27 6.28 -découragements découragement nom m p 0.27 6.82 0.00 0.54 -découragent décourager ver 4.84 15.47 0.27 0.20 ind:pre:3p; -décourageons décourager ver 4.84 15.47 0.03 0.00 imp:pre:1p;ind:pre:1p; -décourageât décourager ver 4.84 15.47 0.00 0.07 sub:imp:3s; -décourager décourager ver 4.84 15.47 1.90 5.61 inf; -découragera décourager ver 4.84 15.47 0.07 0.00 ind:fut:3s; -découragerais décourager ver 4.84 15.47 0.10 0.14 cnd:pre:1s;cnd:pre:2s; -découragerait décourager ver 4.84 15.47 0.04 0.20 cnd:pre:3s; -décourages décourager ver 4.84 15.47 0.16 0.20 ind:pre:2s; -découragez décourager ver 4.84 15.47 0.49 0.07 imp:pre:2p;ind:pre:2p; -découragèrent décourager ver 4.84 15.47 0.00 0.14 ind:pas:3p; -découragé décourager ver m s 4.84 15.47 0.41 2.64 par:pas; -découragée décourager ver f s 4.84 15.47 0.09 0.88 par:pas; -découragées décourager ver f p 4.84 15.47 0.01 0.07 par:pas; -découragés décourager ver m p 4.84 15.47 0.08 0.88 par:pas; -découronné découronner ver m s 0.00 0.27 0.00 0.20 par:pas; -découronnés découronner ver m p 0.00 0.27 0.00 0.07 par:pas; -décours décours nom m 0.00 0.14 0.00 0.14 -décousit découdre ver 0.69 2.36 0.00 0.14 ind:pas:3s; -décousu décousu adj m s 0.49 1.62 0.20 0.54 -décousue décousu adj f s 0.49 1.62 0.17 0.54 -décousues décousu adj f p 0.49 1.62 0.01 0.34 -décousus décousu adj m p 0.49 1.62 0.11 0.20 -découvert découvrir ver m s 128.10 203.78 46.22 30.54 par:pas; -découverte découverte nom f s 12.46 29.53 9.25 23.18 -découvertes découverte nom f p 12.46 29.53 3.21 6.35 -découverts découvrir ver m p 128.10 203.78 1.89 1.76 par:pas; -découvrîmes découvrir ver 128.10 203.78 0.02 1.15 ind:pas:1p; -découvrît découvrir ver 128.10 203.78 0.02 0.88 sub:imp:3s; -découvraient découvrir ver 128.10 203.78 0.20 3.92 ind:imp:3p; -découvrais découvrir ver 128.10 203.78 0.54 8.31 ind:imp:1s;ind:imp:2s; -découvrait découvrir ver 128.10 203.78 1.30 17.64 ind:imp:3s; -découvrant découvrir ver 128.10 203.78 1.11 14.12 par:pre; -découvre découvrir ver 128.10 203.78 17.37 26.28 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -découvrent découvrir ver 128.10 203.78 2.77 3.65 ind:pre:3p;sub:pre:3p; -découvres découvrir ver 128.10 203.78 1.43 0.20 ind:pre:2s; -découvreur découvreur nom m s 0.33 0.81 0.20 0.47 -découvreurs découvreur nom m p 0.33 0.81 0.11 0.34 -découvreuse découvreur nom f s 0.33 0.81 0.01 0.00 -découvrez découvrir ver 128.10 203.78 2.26 0.47 imp:pre:2p;ind:pre:2p; -découvriez découvrir ver 128.10 203.78 0.27 0.14 ind:imp:2p; -découvrions découvrir ver 128.10 203.78 0.07 2.50 ind:imp:1p; -découvrir découvrir ver 128.10 203.78 37.11 50.88 inf; -découvrira découvrir ver 128.10 203.78 2.44 1.22 ind:fut:3s; -découvrirai découvrir ver 128.10 203.78 1.47 0.14 ind:fut:1s; -découvriraient découvrir ver 128.10 203.78 0.04 0.07 cnd:pre:3p; -découvrirais découvrir ver 128.10 203.78 0.30 0.41 cnd:pre:1s;cnd:pre:2s; -découvrirait découvrir ver 128.10 203.78 0.46 1.69 cnd:pre:3s; -découvriras découvrir ver 128.10 203.78 0.82 0.14 ind:fut:2s; -découvrirent découvrir ver 128.10 203.78 0.38 3.65 ind:pas:3p; -découvrirez découvrir ver 128.10 203.78 0.84 0.27 ind:fut:2p; -découvririez découvrir ver 128.10 203.78 0.04 0.00 cnd:pre:2p; -découvrirons découvrir ver 128.10 203.78 0.80 0.20 ind:fut:1p; -découvriront découvrir ver 128.10 203.78 0.70 0.47 ind:fut:3p; -découvris découvrir ver 128.10 203.78 0.92 6.82 ind:pas:1s; -découvrisse découvrir ver 128.10 203.78 0.00 0.07 sub:imp:1s; -découvrissent découvrir ver 128.10 203.78 0.00 0.07 sub:imp:3p; -découvrit découvrir ver 128.10 203.78 1.61 19.39 ind:pas:3s; -découvrons découvrir ver 128.10 203.78 0.81 1.15 imp:pre:1p;ind:pre:1p; -décrût décroître ver 0.35 6.69 0.00 0.14 sub:imp:3s; -décramponner décramponner ver 0.00 0.07 0.00 0.07 inf; -décrapouille décrapouiller ver 0.00 0.07 0.00 0.07 ind:pre:1s; -décrassage décrassage nom m s 0.04 0.20 0.04 0.20 -décrassait décrasser ver 0.20 1.49 0.00 0.27 ind:imp:3s; -décrasse décrasser ver 0.20 1.49 0.07 0.34 imp:pre:2s;ind:pre:1s;ind:pre:3s; -décrasser décrasser ver 0.20 1.49 0.10 0.61 inf; -décrassé décrasser ver m s 0.20 1.49 0.02 0.20 par:pas; -décrassés décrasser ver m p 0.20 1.49 0.00 0.07 par:pas; -décret_loi décret_loi nom m s 0.03 0.07 0.03 0.07 -décret décret nom m s 4.06 9.12 3.54 6.42 -décrets décret nom m p 4.06 9.12 0.52 2.70 -décrie décrier ver 0.30 0.68 0.00 0.07 ind:pre:3s; -décrier décrier ver 0.30 0.68 0.03 0.20 inf; -décries décrier ver 0.30 0.68 0.00 0.07 ind:pre:2s; -décriez décrier ver 0.30 0.68 0.15 0.00 imp:pre:2p;ind:pre:2p; -décriminaliser décriminaliser ver 0.01 0.00 0.01 0.00 inf; -décrira décrire ver 28.31 40.20 0.04 0.07 ind:fut:3s; -décrirai décrire ver 28.31 40.20 0.27 0.14 ind:fut:1s; -décriraient décrire ver 28.31 40.20 0.03 0.00 cnd:pre:3p; -décrirais décrire ver 28.31 40.20 0.40 0.34 cnd:pre:1s;cnd:pre:2s; -décrirait décrire ver 28.31 40.20 0.05 0.14 cnd:pre:3s; -décriras décrire ver 28.31 40.20 0.01 0.07 ind:fut:2s; -décrire décrire ver 28.31 40.20 11.01 13.51 inf; -décrirez décrire ver 28.31 40.20 0.02 0.00 ind:fut:2p; -décririez décrire ver 28.31 40.20 0.41 0.00 cnd:pre:2p; -décriront décrire ver 28.31 40.20 0.01 0.07 ind:fut:3p; -décris décrire ver 28.31 40.20 2.42 1.49 imp:pre:2s;ind:pre:1s;ind:pre:2s; -décrispe décrisper ver 0.12 0.54 0.09 0.14 imp:pre:2s;ind:pre:3s; -décrisper décrisper ver 0.12 0.54 0.02 0.27 inf; -décrispât décrisper ver 0.12 0.54 0.00 0.07 sub:imp:3s; -décrispé décrisper ver m s 0.12 0.54 0.01 0.07 par:pas; -décrit décrire ver m s 28.31 40.20 6.93 7.91 ind:pre:3s;par:pas; -décrite décrire ver f s 28.31 40.20 0.78 1.69 par:pas; -décrites décrire ver f p 28.31 40.20 0.17 0.74 par:pas; -décrits décrire ver m p 28.31 40.20 0.36 0.54 par:pas; -décrié décrier ver m s 0.30 0.68 0.03 0.14 par:pas; -décriée décrier ver f s 0.30 0.68 0.10 0.20 par:pas; -décriées décrié adj f p 0.02 0.54 0.01 0.07 -décriés décrié adj m p 0.02 0.54 0.01 0.07 -décrivaient décrire ver 28.31 40.20 0.03 0.88 ind:imp:3p; -décrivais décrire ver 28.31 40.20 0.13 0.27 ind:imp:1s;ind:imp:2s; -décrivait décrire ver 28.31 40.20 1.07 4.26 ind:imp:3s; -décrivant décrire ver 28.31 40.20 0.56 2.91 par:pre; -décrive décrire ver 28.31 40.20 0.13 0.41 sub:pre:1s;sub:pre:3s; -décrivent décrire ver 28.31 40.20 0.73 0.68 ind:pre:3p; -décrives décrire ver 28.31 40.20 0.05 0.00 sub:pre:2s; -décrivez décrire ver 28.31 40.20 2.56 0.34 imp:pre:2p;ind:pre:2p; -décriviez décrire ver 28.31 40.20 0.06 0.00 ind:imp:2p; -décrivirent décrire ver 28.31 40.20 0.00 0.34 ind:pas:3p; -décrivis décrire ver 28.31 40.20 0.00 0.41 ind:pas:1s; -décrivit décrire ver 28.31 40.20 0.05 3.04 ind:pas:3s; -décroît décroître ver 0.35 6.69 0.24 1.49 ind:pre:3s; -décroître décroître ver 0.35 6.69 0.05 2.23 inf; -décrocha décrocher ver 25.00 30.41 0.05 5.47 ind:pas:3s; -décrochage décrochage nom m s 0.25 0.54 0.25 0.47 -décrochages décrochage nom m p 0.25 0.54 0.00 0.07 -décrochai décrocher ver 25.00 30.41 0.01 0.74 ind:pas:1s; -décrochaient décrocher ver 25.00 30.41 0.01 0.47 ind:imp:3p; -décrochais décrocher ver 25.00 30.41 0.23 0.41 ind:imp:1s;ind:imp:2s; -décrochait décrocher ver 25.00 30.41 0.15 1.15 ind:imp:3s; -décrochant décrocher ver 25.00 30.41 0.05 0.95 par:pre; -décroche décrocher ver 25.00 30.41 9.95 5.95 imp:pre:2s;ind:pre:1s;ind:pre:3s; -décrochement décrochement nom m s 0.00 0.47 0.00 0.34 -décrochements décrochement nom m p 0.00 0.47 0.00 0.14 -décrochent décrocher ver 25.00 30.41 0.38 0.47 ind:pre:3p; -décrocher décrocher ver 25.00 30.41 6.02 7.91 inf; -décrochera décrocher ver 25.00 30.41 0.11 0.07 ind:fut:3s; -décrocherai décrocher ver 25.00 30.41 0.25 0.00 ind:fut:1s; -décrocheraient décrocher ver 25.00 30.41 0.00 0.07 cnd:pre:3p; -décrocherais décrocher ver 25.00 30.41 0.07 0.07 cnd:pre:1s;cnd:pre:2s; -décrocherait décrocher ver 25.00 30.41 0.02 0.14 cnd:pre:3s; -décrocheras décrocher ver 25.00 30.41 0.03 0.00 ind:fut:2s; -décrocheront décrocher ver 25.00 30.41 0.05 0.00 ind:fut:3p; -décrochez_moi_ça décrochez_moi_ça nom m 0.00 0.07 0.00 0.07 -décrochez décrocher ver 25.00 30.41 2.08 0.20 imp:pre:2p;ind:pre:2p; -décrochiez décrocher ver 25.00 30.41 0.01 0.00 ind:imp:2p; -décrochons décrocher ver 25.00 30.41 0.03 0.07 imp:pre:1p;ind:pre:1p; -décrochèrent décrocher ver 25.00 30.41 0.01 0.20 ind:pas:3p; -décroché décrocher ver m s 25.00 30.41 5.28 4.80 par:pas; -décrochée décrocher ver f s 25.00 30.41 0.20 0.47 par:pas; -décrochées décrocher ver f p 25.00 30.41 0.00 0.34 par:pas; -décrochés décrocher ver m p 25.00 30.41 0.02 0.47 par:pas; -décroisa décroiser ver 0.30 1.96 0.00 0.61 ind:pas:3s; -décroisait décroiser ver 0.30 1.96 0.00 0.27 ind:imp:3s; -décroisant décroiser ver 0.30 1.96 0.00 0.14 par:pre; -décroise décroiser ver 0.30 1.96 0.28 0.47 imp:pre:2s;ind:pre:3s; -décroiser décroiser ver 0.30 1.96 0.02 0.07 inf; -décroissaient décroître ver 0.35 6.69 0.00 0.20 ind:imp:3p; -décroissait décroître ver 0.35 6.69 0.00 0.41 ind:imp:3s; -décroissance décroissance nom f s 0.01 0.00 0.01 0.00 -décroissant décroître ver 0.35 6.69 0.01 1.01 par:pre; -décroissante décroissant adj f s 0.08 1.08 0.04 0.14 -décroissantes décroissant adj f p 0.08 1.08 0.00 0.20 -décroissants décroissant adj m p 0.08 1.08 0.03 0.14 -décroisse décroître ver 0.35 6.69 0.01 0.07 sub:pre:3s; -décroissent décroître ver 0.35 6.69 0.01 0.20 ind:pre:3p; -décroisé décroiser ver m s 0.30 1.96 0.00 0.14 par:pas; -décroisées décroiser ver f p 0.30 1.96 0.00 0.27 par:pas; -décrottages décrottage nom m p 0.00 0.07 0.00 0.07 -décrottait décrotter ver 0.05 0.68 0.00 0.07 ind:imp:3s; -décrottant décrotter ver 0.05 0.68 0.01 0.00 par:pre; -décrotte décrotter ver 0.05 0.68 0.01 0.14 ind:pre:3s; -décrottent décrotter ver 0.05 0.68 0.02 0.07 ind:pre:3p; -décrotter décrotter ver 0.05 0.68 0.01 0.20 inf; -décrottions décrotter ver 0.05 0.68 0.00 0.07 ind:imp:1p; -décrottoir décrottoir nom m s 0.00 0.14 0.00 0.14 -décrottée décrotter ver f s 0.05 0.68 0.00 0.07 par:pas; -décrottés décrotter ver m p 0.05 0.68 0.00 0.07 par:pas; -décrète décréter ver 4.86 10.74 1.18 1.89 imp:pre:2s;ind:pre:1s;ind:pre:3s; -décrètent décréter ver 4.86 10.74 0.29 0.00 ind:pre:3p; -décrètes décréter ver 4.86 10.74 0.00 0.07 ind:pre:2s; -décru décroître ver m s 0.35 6.69 0.02 0.41 par:pas; -décrédibiliser décrédibiliser ver 0.02 0.00 0.01 0.00 inf; -décrédibilisez décrédibiliser ver 0.02 0.00 0.01 0.00 ind:pre:2p; -décrue décrue nom f s 0.02 0.14 0.02 0.14 -décrêpage décrêpage nom m s 0.00 0.07 0.00 0.07 -décrêper décrêper ver 0.01 0.14 0.01 0.14 inf; -décrépi décrépir ver m s 0.12 0.95 0.03 0.20 par:pas; -décrépie décrépir ver f s 0.12 0.95 0.01 0.20 par:pas; -décrépies décrépir ver f p 0.12 0.95 0.01 0.07 par:pas; -décrépis décrépir ver m p 0.12 0.95 0.01 0.41 par:pas; -décrépit décrépit adj m s 0.60 0.47 0.42 0.07 -décrépite décrépit adj f s 0.60 0.47 0.19 0.27 -décrépites décrépit adj f p 0.60 0.47 0.00 0.07 -décrépits décrépit adj m p 0.60 0.47 0.00 0.07 -décrépitude décrépitude nom f s 0.12 1.62 0.12 1.62 -décrut décroître ver 0.35 6.69 0.01 0.54 ind:pas:3s; -décréta décréter ver 4.86 10.74 0.11 3.11 ind:pas:3s; -décrétai décréter ver 4.86 10.74 0.00 0.14 ind:pas:1s; -décrétaient décréter ver 4.86 10.74 0.00 0.20 ind:imp:3p; -décrétais décréter ver 4.86 10.74 0.00 0.07 ind:imp:1s; -décrétait décréter ver 4.86 10.74 0.01 0.74 ind:imp:3s; -décrétant décréter ver 4.86 10.74 0.02 0.61 par:pre; -décréter décréter ver 4.86 10.74 0.18 0.47 inf; -décrétera décréter ver 4.86 10.74 0.00 0.07 ind:fut:3s; -décréterai décréter ver 4.86 10.74 0.01 0.00 ind:fut:1s; -décréterais décréter ver 4.86 10.74 0.00 0.07 cnd:pre:1s; -décréterait décréter ver 4.86 10.74 0.01 0.14 cnd:pre:3s; -décréteront décréter ver 4.86 10.74 0.00 0.07 ind:fut:3p; -décrétez décréter ver 4.86 10.74 0.04 0.14 imp:pre:2p;ind:pre:2p; -décrétons décréter ver 4.86 10.74 0.34 0.07 imp:pre:1p;ind:pre:1p; -décrétèrent décréter ver 4.86 10.74 0.00 0.20 ind:pas:3p; -décrété décréter ver m s 4.86 10.74 2.58 2.23 par:pas; -décrétée décréter ver f s 4.86 10.74 0.07 0.34 par:pas; -décrétés décréter ver m p 4.86 10.74 0.01 0.14 par:pas; -décryptage décryptage nom m s 0.20 0.14 0.20 0.14 -décryptai décrypter ver 0.89 0.54 0.00 0.07 ind:pas:1s; -décrypte décrypter ver 0.89 0.54 0.11 0.07 imp:pre:2s;ind:pre:1s;ind:pre:3s; -décrypter décrypter ver 0.89 0.54 0.46 0.34 inf; -décrypteur décrypteur nom m s 0.27 0.00 0.10 0.00 -décrypteurs décrypteur nom m p 0.27 0.00 0.17 0.00 -décrypté décrypter ver m s 0.89 0.54 0.30 0.07 par:pas; -décryptés décrypter ver m p 0.89 0.54 0.03 0.00 par:pas; -duc_d_albe duc_d_albe nom m p 0.00 0.07 0.00 0.07 -ducs duc nom m p 12.40 23.51 0.69 1.62 -décède décéder ver 8.38 3.04 0.26 0.14 ind:pre:3s; -décèdent décéder ver 8.38 3.04 0.03 0.00 ind:pre:3p; -décèle déceler ver 2.00 11.15 0.49 0.74 ind:pre:1s;ind:pre:3s; -décèlera déceler ver 2.00 11.15 0.01 0.00 ind:fut:3s; -décèlerait déceler ver 2.00 11.15 0.00 0.14 cnd:pre:3s; -décèleront déceler ver 2.00 11.15 0.00 0.07 ind:fut:3p; -décèles déceler ver 2.00 11.15 0.00 0.07 ind:pre:2s; -décès décès nom m 12.82 4.66 12.82 4.66 -ductile ductile adj s 0.01 0.27 0.01 0.27 -décéda décéder ver 8.38 3.04 0.04 0.00 ind:pas:3s; -décédait décéder ver 8.38 3.04 0.03 0.00 ind:imp:3s; -décéder décéder ver 8.38 3.04 0.23 0.14 inf; -décédé décéder ver m s 8.38 3.04 4.15 1.62 par:pas; -décédée décéder ver f s 8.38 3.04 2.64 1.08 par:pas; -décédées décéder ver f p 8.38 3.04 0.09 0.00 par:pas; -décédés décéder ver m p 8.38 3.04 0.91 0.07 par:pas; -décuité décuiter ver m s 0.00 0.07 0.00 0.07 par:pas; -déculotta déculotter ver 0.28 1.82 0.00 0.14 ind:pas:3s; -déculottait déculotter ver 0.28 1.82 0.01 0.14 ind:imp:3s; -déculottant déculotter ver 0.28 1.82 0.00 0.07 par:pre; -déculotte déculotter ver 0.28 1.82 0.15 0.27 imp:pre:2s;ind:pre:1s;ind:pre:3s; -déculotter déculotter ver 0.28 1.82 0.05 0.81 inf; -déculottera déculotter ver 0.28 1.82 0.00 0.07 ind:fut:3s; -déculotté déculotter ver m s 0.28 1.82 0.07 0.34 par:pas; -déculottée déculottée nom f s 0.13 0.00 0.12 0.00 -déculottées déculottée nom f p 0.13 0.00 0.01 0.00 -déculottés déculotté nom m p 0.01 0.00 0.01 0.00 -déculpabilisait déculpabiliser ver 0.11 0.14 0.00 0.07 ind:imp:3s; -déculpabiliser déculpabiliser ver 0.11 0.14 0.11 0.00 inf; -déculpabilisé déculpabiliser ver m s 0.11 0.14 0.00 0.07 par:pas; -décélération décélération nom f s 0.30 0.14 0.30 0.14 -décélérer décélérer ver 0.06 0.00 0.05 0.00 inf; -décélérez décélérer ver 0.06 0.00 0.01 0.00 imp:pre:2p; -décupla décupler ver 0.50 3.24 0.03 0.27 ind:pas:3s; -décuplaient décupler ver 0.50 3.24 0.00 0.14 ind:imp:3p; -décuplait décupler ver 0.50 3.24 0.00 0.47 ind:imp:3s; -décuplant décupler ver 0.50 3.24 0.01 0.27 par:pre; -décuple décupler ver 0.50 3.24 0.20 0.14 ind:pre:3s; -décuplent décupler ver 0.50 3.24 0.01 0.14 ind:pre:3p; -décupler décupler ver 0.50 3.24 0.07 0.41 inf; -décuplera décupler ver 0.50 3.24 0.01 0.07 ind:fut:3s; -décuplerait décupler ver 0.50 3.24 0.00 0.07 cnd:pre:3s; -décuplèrent décupler ver 0.50 3.24 0.02 0.00 ind:pas:3p; -décuplé décupler ver m s 0.50 3.24 0.09 0.54 par:pas; -décuplée décupler ver f s 0.50 3.24 0.04 0.41 par:pas; -décuplées décupler ver f p 0.50 3.24 0.01 0.20 par:pas; -décuplés décupler ver m p 0.50 3.24 0.00 0.14 par:pas; -décérébration décérébration nom f s 0.03 0.00 0.03 0.00 -décérébrer décérébrer ver 0.22 0.07 0.01 0.00 inf; -décérébré décérébrer ver m s 0.22 0.07 0.07 0.07 par:pas; -décérébrée décérébrer ver f s 0.22 0.07 0.05 0.00 par:pas; -décérébrés décérébrer ver m p 0.22 0.07 0.09 0.00 par:pas; -décuver décuver ver 0.04 0.00 0.04 0.00 inf; -dédaigna dédaigner ver 2.18 10.47 0.02 0.20 ind:pas:3s; -dédaignables dédaignable adj p 0.00 0.07 0.00 0.07 -dédaignaient dédaigner ver 2.18 10.47 0.01 0.54 ind:imp:3p; -dédaignais dédaigner ver 2.18 10.47 0.00 0.27 ind:imp:1s; -dédaignait dédaigner ver 2.18 10.47 0.00 2.64 ind:imp:3s; -dédaignant dédaigner ver 2.18 10.47 0.02 1.49 par:pre; -dédaigne dédaigner ver 2.18 10.47 0.38 1.42 imp:pre:2s;ind:pre:1s;ind:pre:3s; -dédaignent dédaigner ver 2.18 10.47 0.06 0.07 ind:pre:3p; -dédaigner dédaigner ver 2.18 10.47 0.41 1.49 inf; -dédaignes dédaigner ver 2.18 10.47 0.14 0.07 ind:pre:2s; -dédaigneuse dédaigneux nom f s 0.01 0.07 0.01 0.07 -dédaigneusement dédaigneusement adv 0.01 1.15 0.01 1.15 -dédaigneuses dédaigneux adj f p 0.27 6.55 0.01 0.41 -dédaigneux dédaigneux adj m 0.27 6.55 0.26 3.85 -dédaignez dédaigner ver 2.18 10.47 0.28 0.14 imp:pre:2p;ind:pre:2p; -dédaignât dédaigner ver 2.18 10.47 0.01 0.27 sub:imp:3s; -dédaigné dédaigner ver m s 2.18 10.47 0.55 1.15 par:pas; -dédaignée dédaigner ver f s 2.18 10.47 0.16 0.34 par:pas; -dédaignés dédaigner ver m p 2.18 10.47 0.14 0.41 par:pas; -dédain dédain nom m s 0.65 10.07 0.65 9.39 -dédains dédain nom m p 0.65 10.07 0.00 0.68 -dédale dédale nom m s 0.28 5.88 0.27 5.27 -dédales dédale nom m p 0.28 5.88 0.01 0.61 -dédia dédier ver 8.69 7.77 0.11 0.88 ind:pas:3s; -dédiaient dédier ver 8.69 7.77 0.00 0.34 ind:imp:3p; -dédiait dédier ver 8.69 7.77 0.01 0.61 ind:imp:3s; -dédiant dédier ver 8.69 7.77 0.04 0.20 par:pre; -dédicace dédicace nom f s 1.92 2.30 1.72 1.76 -dédicacer dédicacer ver 1.91 1.49 0.69 0.41 inf; -dédicacerai dédicacer ver 1.91 1.49 0.01 0.00 ind:fut:1s; -dédicaces dédicace nom f p 1.92 2.30 0.20 0.54 -dédicacez dédicacer ver 1.91 1.49 0.14 0.00 imp:pre:2p;ind:pre:2p; -dédicaciez dédicacer ver 1.91 1.49 0.01 0.00 ind:imp:2p; -dédicacé dédicacer ver m s 1.91 1.49 0.25 0.34 par:pas; -dédicacée dédicacé adj f s 0.76 0.61 0.59 0.34 -dédicacées dédicacé adj f p 0.76 0.61 0.01 0.00 -dédicacés dédicacé adj m p 0.76 0.61 0.04 0.14 -dédicaça dédicacer ver 1.91 1.49 0.00 0.14 ind:pas:3s; -dédicaçait dédicacer ver 1.91 1.49 0.00 0.14 ind:imp:3s; -dédicatoire dédicatoire adj f s 0.00 0.41 0.00 0.34 -dédicatoires dédicatoire adj f p 0.00 0.41 0.00 0.07 -dédie dédier ver 8.69 7.77 1.83 0.95 imp:pre:2s;ind:pre:1s;ind:pre:3s; -dédient dédier ver 8.69 7.77 0.14 0.14 ind:pre:3p; -dédier dédier ver 8.69 7.77 1.67 1.08 inf; -dédiera dédier ver 8.69 7.77 0.03 0.00 ind:fut:3s; -dédierai dédier ver 8.69 7.77 0.03 0.14 ind:fut:1s; -dédierait dédier ver 8.69 7.77 0.00 0.20 cnd:pre:3s; -dédiez dédier ver 8.69 7.77 0.01 0.00 imp:pre:2p; -dédions dédier ver 8.69 7.77 0.23 0.00 imp:pre:1p;ind:pre:1p; -dédire dédire ver 0.04 0.61 0.01 0.27 inf; -dédit dédit nom m s 0.04 0.41 0.04 0.41 -dudit dudit pre 0.16 1.08 0.16 1.08 -dédite dédire ver f s 0.04 0.61 0.01 0.00 par:pas; -dédié dédier ver m s 8.69 7.77 3.38 1.55 par:pas; -dédiée dédier ver f s 8.69 7.77 1.07 0.74 par:pas; -dédiées dédier ver f p 8.69 7.77 0.01 0.54 par:pas; -dédiés dédier ver m p 8.69 7.77 0.11 0.41 par:pas; -dédommage dédommager ver 3.05 1.69 0.35 0.14 ind:pre:1s;ind:pre:3s; -dédommagea dédommager ver 3.05 1.69 0.10 0.07 ind:pas:3s; -dédommageait dédommager ver 3.05 1.69 0.14 0.20 ind:imp:3s; -dédommagement dédommagement nom m s 1.18 0.74 1.10 0.54 -dédommagements dédommagement nom m p 1.18 0.74 0.08 0.20 -dédommagent dédommager ver 3.05 1.69 0.00 0.20 ind:pre:3p; -dédommager dédommager ver 3.05 1.69 1.45 0.47 ind:pre:2p;inf; -dédommagera dédommager ver 3.05 1.69 0.16 0.00 ind:fut:3s; -dédommagerai dédommager ver 3.05 1.69 0.25 0.07 ind:fut:1s; -dédommagerait dédommager ver 3.05 1.69 0.00 0.07 cnd:pre:3s; -dédommagerez dédommager ver 3.05 1.69 0.01 0.00 ind:fut:2p; -dédommagerons dédommager ver 3.05 1.69 0.00 0.07 ind:fut:1p; -dédommagé dédommager ver m s 3.05 1.69 0.25 0.34 par:pas; -dédommagée dédommager ver f s 3.05 1.69 0.19 0.07 par:pas; -dédommagés dédommager ver m p 3.05 1.69 0.15 0.00 par:pas; -dédorent dédorer ver 0.00 0.47 0.00 0.07 ind:pre:3p; -dédoré dédorer ver m s 0.00 0.47 0.00 0.07 par:pas; -dédorée dédorer ver f s 0.00 0.47 0.00 0.07 par:pas; -dédorées dédorer ver f p 0.00 0.47 0.00 0.14 par:pas; -dédorés dédorer ver m p 0.00 0.47 0.00 0.14 par:pas; -dédouanait dédouaner ver 0.08 0.74 0.00 0.07 ind:imp:3s; -dédouane dédouaner ver 0.08 0.74 0.01 0.14 ind:pre:1s;ind:pre:3s; -dédouanement dédouanement nom m s 0.14 0.00 0.14 0.00 -dédouaner dédouaner ver 0.08 0.74 0.03 0.34 inf; -dédouanez dédouaner ver 0.08 0.74 0.00 0.07 ind:pre:2p; -dédouané dédouaner ver m s 0.08 0.74 0.01 0.14 par:pas; -dédouanée dédouaner ver f s 0.08 0.74 0.02 0.00 par:pas; -dédouanés dédouaner ver m p 0.08 0.74 0.01 0.00 par:pas; -dédoubla dédoubler ver 0.97 2.03 0.00 0.07 ind:pas:3s; -dédoublaient dédoubler ver 0.97 2.03 0.00 0.14 ind:imp:3p; -dédoublais dédoubler ver 0.97 2.03 0.00 0.07 ind:imp:1s; -dédoublait dédoubler ver 0.97 2.03 0.00 0.07 ind:imp:3s; -dédouble dédoubler ver 0.97 2.03 0.04 0.14 ind:pre:3s; -dédoublement dédoublement nom m s 0.46 1.01 0.46 1.01 -dédoubler dédoubler ver 0.97 2.03 0.12 0.68 inf; -dédoublerait dédoubler ver 0.97 2.03 0.00 0.07 cnd:pre:3s; -dédoublez dédoubler ver 0.97 2.03 0.02 0.00 imp:pre:2p; -dédoublons dédoubler ver 0.97 2.03 0.01 0.00 imp:pre:1p; -dédoublé dédoubler ver m s 0.97 2.03 0.44 0.54 par:pas; -dédoublée dédoubler ver f s 0.97 2.03 0.13 0.14 par:pas; -dédoublées dédoubler ver f p 0.97 2.03 0.00 0.07 par:pas; -dédoublés dédoubler ver m p 0.97 2.03 0.21 0.07 par:pas; -dédramatisant dédramatiser ver 0.06 0.27 0.00 0.07 par:pre; -dédramatise dédramatiser ver 0.06 0.27 0.02 0.00 imp:pre:2s;ind:pre:1s; -dédramatiser dédramatiser ver 0.06 0.27 0.03 0.20 inf; -déducteur déducteur nom m s 0.00 0.14 0.00 0.14 -déductibilité déductibilité nom f s 0.07 0.00 0.07 0.00 -déductible déductible adj f s 0.56 0.00 0.40 0.00 -déductibles déductible adj f p 0.56 0.00 0.16 0.00 -déductif déductif adj m s 0.16 0.07 0.14 0.00 -déduction déduction nom f s 2.06 2.16 1.55 1.08 -déductions déduction nom f p 2.06 2.16 0.52 1.08 -déductive déductif adj f s 0.16 0.07 0.03 0.07 -déduira déduire ver 7.08 6.01 0.05 0.14 ind:fut:3s; -déduirai déduire ver 7.08 6.01 0.31 0.00 ind:fut:1s; -déduiraient déduire ver 7.08 6.01 0.01 0.07 cnd:pre:3p; -déduirait déduire ver 7.08 6.01 0.03 0.00 cnd:pre:3s; -déduire déduire ver 7.08 6.01 2.00 2.36 inf; -déduirez déduire ver 7.08 6.01 0.04 0.07 ind:fut:2p; -déduis déduire ver 7.08 6.01 1.54 0.41 imp:pre:2s;ind:pre:1s;ind:pre:2s; -déduisaient déduire ver 7.08 6.01 0.01 0.14 ind:imp:3p; -déduisait déduire ver 7.08 6.01 0.00 0.27 ind:imp:3s; -déduisant déduire ver 7.08 6.01 0.02 0.00 par:pre; -déduise déduire ver 7.08 6.01 0.04 0.07 sub:pre:1s;sub:pre:3s; -déduisent déduire ver 7.08 6.01 0.08 0.07 ind:pre:3p; -déduisez déduire ver 7.08 6.01 0.28 0.07 imp:pre:2p;ind:pre:2p; -déduisiez déduire ver 7.08 6.01 0.01 0.07 ind:imp:2p; -déduisit déduire ver 7.08 6.01 0.02 0.34 ind:pas:3s; -déduisons déduire ver 7.08 6.01 0.00 0.14 imp:pre:1p;ind:pre:1p; -déduit déduire ver m s 7.08 6.01 2.41 1.22 ind:pre:3s;par:pas; -déduite déduire ver f s 7.08 6.01 0.01 0.34 par:pas; -déduites déduire ver f p 7.08 6.01 0.03 0.14 par:pas; -déduits déduire ver m p 7.08 6.01 0.20 0.14 par:pas; -due devoir ver_sup f s 3232.80 1318.24 3.95 5.95 par:pas; -duel duel nom m s 7.54 5.95 6.17 4.93 -duelliste duelliste nom s 0.21 0.14 0.20 0.00 -duellistes duelliste nom p 0.21 0.14 0.01 0.14 -duels duel nom m p 7.54 5.95 1.37 1.01 -dues devoir ver_sup f p 3232.80 1318.24 1.94 1.55 par:pas; -déesse déesse nom f s 13.56 8.65 11.82 6.42 -déesses déesse nom f p 13.56 8.65 1.74 2.23 -duettistes duettiste nom p 0.06 0.68 0.06 0.68 -défaillais défaillir ver 1.32 5.47 0.01 0.07 ind:imp:1s; -défaillait défaillir ver 1.32 5.47 0.02 0.54 ind:imp:3s; -défaillance défaillance nom f s 2.37 7.57 2.06 5.47 -défaillances défaillance nom f p 2.37 7.57 0.31 2.09 -défaillant défaillant adj m s 1.02 2.30 0.36 0.81 -défaillante défaillant adj f s 1.02 2.30 0.54 0.81 -défaillantes défaillant adj f p 1.02 2.30 0.04 0.27 -défaillants défaillant adj m p 1.02 2.30 0.09 0.41 -défaille défaillir ver 1.32 5.47 0.65 0.88 sub:pre:1s;sub:pre:3s; -défaillent défaillir ver 1.32 5.47 0.01 0.14 ind:pre:3p; -défailli défaillir ver m s 1.32 5.47 0.01 0.34 par:pas; -défaillir défaillir ver 1.32 5.47 0.58 2.91 inf; -défaillirait défaillir ver 1.32 5.47 0.00 0.07 cnd:pre:3s; -défaillis défaillir ver 1.32 5.47 0.02 0.07 ind:pas:1s; -défaillit défaillir ver 1.32 5.47 0.00 0.27 ind:pas:3s; -défaire défaire ver 12.32 32.23 5.26 10.14 inf; -défais défaire ver 12.32 32.23 2.13 0.47 imp:pre:2s;ind:pre:1s;ind:pre:2s; -défaisaient défaire ver 12.32 32.23 0.03 0.81 ind:imp:3p; -défaisais défaire ver 12.32 32.23 0.02 0.14 ind:imp:1s;ind:imp:2s; -défaisait défaire ver 12.32 32.23 0.04 2.50 ind:imp:3s; -défaisant défaire ver 12.32 32.23 0.11 0.88 par:pre; -défaisons défaire ver 12.32 32.23 0.01 0.07 ind:pre:1p; -défait défaire ver m s 12.32 32.23 2.25 7.84 ind:pre:3s;par:pas; -défaite défaite nom f s 8.38 21.82 7.64 19.46 -défaites défaire ver f p 12.32 32.23 0.75 0.14 imp:pre:2p;ind:pre:2p;par:pas; -défaitisme défaitisme nom m s 0.56 0.68 0.56 0.68 -défaitiste défaitiste adj s 1.26 0.41 0.57 0.14 -défaitistes défaitiste adj p 1.26 0.41 0.69 0.27 -défaits défaire ver m p 12.32 32.23 0.57 1.22 par:pas; -défalque défalquer ver 0.01 0.27 0.00 0.07 ind:pre:3s; -défalquer défalquer ver 0.01 0.27 0.01 0.07 inf; -défalqué défalquer ver m s 0.01 0.27 0.00 0.07 par:pas; -défalquées défalquer ver f p 0.01 0.27 0.00 0.07 par:pas; -défarguaient défarguer ver 0.00 0.61 0.00 0.07 ind:imp:3p; -défargue défarguer ver 0.00 0.61 0.00 0.20 ind:pre:3s; -défarguer défarguer ver 0.00 0.61 0.00 0.20 inf; -défargué défarguer ver m s 0.00 0.61 0.00 0.14 par:pas; -défasse défaire ver 12.32 32.23 0.05 0.54 sub:pre:1s;sub:pre:3s; -défausse défausser ver 0.02 0.07 0.01 0.00 ind:pre:3s; -défausser défausser ver 0.02 0.07 0.01 0.07 inf; -défaut défaut nom m s 18.36 38.45 11.24 27.70 -défauts défaut nom m p 18.36 38.45 7.12 10.74 -défaveur défaveur nom f s 0.18 0.41 0.18 0.41 -défavorable défavorable adj s 0.68 2.91 0.56 1.76 -défavorablement défavorablement adv 0.00 0.20 0.00 0.20 -défavorables défavorable adj p 0.68 2.91 0.12 1.15 -défavorisait défavoriser ver 0.06 0.20 0.00 0.07 ind:imp:3s; -défavorisent défavoriser ver 0.06 0.20 0.01 0.00 ind:pre:3p; -défavorisé défavorisé adj m s 0.53 0.54 0.07 0.14 -défavorisée défavorisé adj f s 0.53 0.54 0.05 0.07 -défavorisées défavorisé adj f p 0.53 0.54 0.03 0.20 -défavorisés défavorisé adj m p 0.53 0.54 0.39 0.14 -défectible défectible adj s 0.00 0.07 0.00 0.07 -défectif défectif adj m s 0.01 0.00 0.01 0.00 -défection défection nom f s 0.44 1.35 0.42 1.15 -défectionnaires défectionnaire adj p 0.00 0.07 0.00 0.07 -défections défection nom f p 0.44 1.35 0.02 0.20 -défectueuse défectueux adj f s 2.54 1.89 0.60 0.61 -défectueusement défectueusement adv 0.00 0.07 0.00 0.07 -défectueuses défectueux adj f p 2.54 1.89 0.19 0.54 -défectueux défectueux adj m 2.54 1.89 1.74 0.74 -défectuosité défectuosité nom f s 0.01 0.14 0.01 0.14 -défend défendre ver 78.36 91.08 7.00 6.01 ind:pre:3s; -défendît défendre ver 78.36 91.08 0.00 0.47 sub:imp:3s; -défendable défendable adj f s 0.20 0.20 0.20 0.20 -défendaient défendre ver 78.36 91.08 0.20 2.36 ind:imp:3p; -défendais défendre ver 78.36 91.08 0.70 1.82 ind:imp:1s;ind:imp:2s; -défendait défendre ver 78.36 91.08 1.39 8.18 ind:imp:3s; -défendant défendre ver 78.36 91.08 1.64 2.16 par:pre; -défende défendre ver 78.36 91.08 0.56 0.47 sub:pre:1s;sub:pre:3s; -défendent défendre ver 78.36 91.08 1.81 2.09 ind:pre:3p; -défenderesse défendeur nom f s 0.50 0.00 0.03 0.00 -défendes défendre ver 78.36 91.08 0.22 0.20 sub:pre:2s; -défendeur défendeur nom m s 0.50 0.00 0.43 0.00 -défendeurs défendeur nom m p 0.50 0.00 0.04 0.00 -défendez défendre ver 78.36 91.08 2.94 0.88 imp:pre:2p;ind:pre:2p; -défendiez défendre ver 78.36 91.08 0.13 0.14 ind:imp:2p; -défendions défendre ver 78.36 91.08 0.02 0.27 ind:imp:1p; -défendirent défendre ver 78.36 91.08 0.01 0.14 ind:pas:3p; -défendis défendre ver 78.36 91.08 0.10 0.27 ind:pas:1s; -défendit défendre ver 78.36 91.08 0.01 1.22 ind:pas:3s; -défendons défendre ver 78.36 91.08 0.75 0.47 imp:pre:1p;ind:pre:1p; -défendra défendre ver 78.36 91.08 1.00 0.68 ind:fut:3s; -défendrai défendre ver 78.36 91.08 1.80 0.61 ind:fut:1s; -défendraient défendre ver 78.36 91.08 0.13 0.34 cnd:pre:3p; -défendrais défendre ver 78.36 91.08 0.14 0.47 cnd:pre:1s;cnd:pre:2s; -défendrait défendre ver 78.36 91.08 0.11 1.15 cnd:pre:3s; -défendras défendre ver 78.36 91.08 0.06 0.07 ind:fut:2s; -défendre défendre ver 78.36 91.08 36.58 41.49 inf; -défendrez défendre ver 78.36 91.08 0.22 0.14 ind:fut:2p; -défendriez défendre ver 78.36 91.08 0.06 0.14 cnd:pre:2p; -défendrons défendre ver 78.36 91.08 0.37 0.14 ind:fut:1p; -défendront défendre ver 78.36 91.08 0.23 0.27 ind:fut:3p; -défends défendre ver 78.36 91.08 9.24 4.86 imp:pre:2s;ind:pre:1s;ind:pre:2s; -défendu défendre ver m s 78.36 91.08 9.18 10.81 par:pas; -défendue défendre ver f s 78.36 91.08 1.17 2.16 par:pas; -défendues défendre ver f p 78.36 91.08 0.10 0.14 par:pas; -défendus défendre ver m p 78.36 91.08 0.50 0.47 par:pas; -défenestraient défenestrer ver 0.44 0.27 0.00 0.07 ind:imp:3p; -défenestrant défenestrer ver 0.44 0.27 0.01 0.00 par:pre; -défenestration défenestration nom f s 0.09 0.07 0.09 0.07 -défenestrer défenestrer ver 0.44 0.27 0.17 0.00 inf; -défenestrerai défenestrer ver 0.44 0.27 0.00 0.07 ind:fut:1s; -défenestré défenestrer ver m s 0.44 0.27 0.12 0.14 par:pas; -défenestrée défenestrer ver f s 0.44 0.27 0.14 0.00 par:pas; -défens défens nom m 0.01 0.00 0.01 0.00 -défense défense nom f s 50.94 52.30 48.56 47.77 -défenses défense nom f p 50.94 52.30 2.38 4.53 -défenseur défenseur nom m s 3.74 6.35 2.59 3.38 -défenseurs défenseur nom m p 3.74 6.35 1.15 2.97 -défensif défensif adj m s 2.35 1.96 0.71 0.74 -défensifs défensif adj m p 2.35 1.96 0.33 0.00 -défensive défensive nom f s 0.98 1.89 0.98 1.89 -défensives défensif adj f p 2.35 1.96 0.57 0.27 -défera défaire ver 12.32 32.23 0.03 0.27 ind:fut:3s; -déferai défaire ver 12.32 32.23 0.05 0.14 ind:fut:1s; -déferaient défaire ver 12.32 32.23 0.00 0.07 cnd:pre:3p; -déferais défaire ver 12.32 32.23 0.01 0.00 cnd:pre:1s; -déferait défaire ver 12.32 32.23 0.15 0.27 cnd:pre:3s; -déferas défaire ver 12.32 32.23 0.02 0.00 ind:fut:2s; -déferez défaire ver 12.32 32.23 0.00 0.07 ind:fut:2p; -déferla déferler ver 1.38 11.28 0.05 1.22 ind:pas:3s; -déferlaient déferler ver 1.38 11.28 0.03 1.42 ind:imp:3p; -déferlait déferler ver 1.38 11.28 0.03 2.36 ind:imp:3s; -déferlant déferler ver 1.38 11.28 0.02 0.54 par:pre; -déferlante déferlante nom f s 0.26 0.34 0.23 0.20 -déferlantes déferlante nom f p 0.26 0.34 0.03 0.14 -déferle déferler ver 1.38 11.28 0.57 1.55 imp:pre:2s;ind:pre:3s; -déferlement déferlement nom m s 0.34 4.66 0.33 4.53 -déferlements déferlement nom m p 0.34 4.66 0.01 0.14 -déferlent déferler ver 1.38 11.28 0.30 1.15 ind:pre:3p; -déferler déferler ver 1.38 11.28 0.08 1.76 inf; -déferleraient déferler ver 1.38 11.28 0.00 0.14 cnd:pre:3p; -déferlerait déferler ver 1.38 11.28 0.00 0.20 cnd:pre:3s; -déferleront déferler ver 1.38 11.28 0.00 0.07 ind:fut:3p; -déferlez déferler ver 1.38 11.28 0.02 0.00 imp:pre:2p; -déferlât déferler ver 1.38 11.28 0.00 0.07 sub:imp:3s; -déferlèrent déferler ver 1.38 11.28 0.01 0.00 ind:pas:3p; -déferlé déferler ver m s 1.38 11.28 0.28 0.74 par:pas; -déferlées déferler ver f p 1.38 11.28 0.00 0.07 par:pas; -déferons défaire ver 12.32 32.23 0.10 0.07 ind:fut:1p; -déferont défaire ver 12.32 32.23 0.01 0.07 ind:fut:3p; -déferrer déferrer ver 0.10 0.07 0.10 0.00 inf; -déferré déferrer ver m s 0.10 0.07 0.00 0.07 par:pas; -déferré déferré adj m s 0.00 0.07 0.00 0.07 -défeuillées défeuiller ver f p 0.00 0.07 0.00 0.07 par:pas; -duffel_coat duffel_coat nom m s 0.01 0.07 0.01 0.07 -duffle_coat duffle_coat nom m s 0.00 0.34 0.00 0.27 -duffle_coat duffle_coat nom m p 0.00 0.34 0.00 0.07 -défi défi nom m s 12.24 17.36 10.23 15.20 -défia défier ver 13.49 12.30 0.04 0.27 ind:pas:3s; -défiaient défier ver 13.49 12.30 0.12 0.61 ind:imp:3p; -défiais défier ver 13.49 12.30 0.01 0.27 ind:imp:1s; -défiait défier ver 13.49 12.30 0.23 1.69 ind:imp:3s; -défiance défiance nom f s 0.58 2.09 0.58 1.96 -défiances défiance nom f p 0.58 2.09 0.00 0.14 -défiant défiant adj m s 0.43 0.34 0.43 0.27 -défiante défiant adj f s 0.43 0.34 0.00 0.07 -défibreur défibreur nom m s 0.01 0.00 0.01 0.00 -défibrillateur défibrillateur nom m s 0.58 0.00 0.57 0.00 -défibrillateurs défibrillateur nom m p 0.58 0.00 0.01 0.00 -défibrillation défibrillation nom f s 0.14 0.00 0.14 0.00 -déficeler déficeler ver 0.01 0.27 0.01 0.14 inf; -déficelle déficeler ver 0.01 0.27 0.00 0.07 ind:pre:3s; -déficelèrent déficeler ver 0.01 0.27 0.00 0.07 ind:pas:3p; -déficience déficience nom f s 1.01 1.22 0.56 0.47 -déficiences déficience nom f p 1.01 1.22 0.45 0.74 -déficient déficient adj m s 0.45 0.74 0.21 0.27 -déficiente déficient adj f s 0.45 0.74 0.11 0.41 -déficientes déficient adj f p 0.45 0.74 0.04 0.00 -déficients déficient adj m p 0.45 0.74 0.09 0.07 -déficit déficit nom m s 1.92 1.42 1.91 0.95 -déficitaire déficitaire adj s 0.10 0.34 0.06 0.07 -déficitaires déficitaire adj p 0.10 0.34 0.04 0.27 -déficits déficit nom m p 1.92 1.42 0.01 0.47 -défie défier ver 13.49 12.30 5.36 2.03 imp:pre:2s;ind:pre:1s;ind:pre:3s; -défient défier ver 13.49 12.30 0.86 0.54 ind:pre:3p; -défier défier ver 13.49 12.30 3.92 4.39 inf; -défiera défier ver 13.49 12.30 0.05 0.00 ind:fut:3s; -défierai défier ver 13.49 12.30 0.05 0.00 ind:fut:1s; -défierais défier ver 13.49 12.30 0.03 0.00 cnd:pre:1s; -défierait défier ver 13.49 12.30 0.02 0.14 cnd:pre:3s; -défieriez défier ver 13.49 12.30 0.01 0.00 cnd:pre:2p; -défierons défier ver 13.49 12.30 0.01 0.00 ind:fut:1p; -défiez défier ver 13.49 12.30 0.57 0.27 imp:pre:2p;ind:pre:2p; -défigeait défiger ver 0.07 0.07 0.00 0.07 ind:imp:3s; -défiger défiger ver 0.07 0.07 0.07 0.00 inf; -défigura défigurer ver 3.27 5.41 0.01 0.14 ind:pas:3s; -défiguraient défigurer ver 3.27 5.41 0.00 0.27 ind:imp:3p; -défigurais défigurer ver 3.27 5.41 0.00 0.07 ind:imp:1s; -défigurait défigurer ver 3.27 5.41 0.00 0.54 ind:imp:3s; -défigurant défigurer ver 3.27 5.41 0.01 0.07 par:pre; -défiguration défiguration nom f s 0.25 0.14 0.24 0.14 -défigurations défiguration nom f p 0.25 0.14 0.01 0.00 -défigure défigurer ver 3.27 5.41 0.55 0.47 imp:pre:2s;ind:pre:1s;ind:pre:3s; -défigurement défigurement nom m s 0.01 0.00 0.01 0.00 -défigurent défigurer ver 3.27 5.41 0.01 0.14 ind:pre:3p; -défigurer défigurer ver 3.27 5.41 0.56 0.81 inf; -défigurerait défigurer ver 3.27 5.41 0.01 0.07 cnd:pre:3s; -défiguré défigurer ver m s 3.27 5.41 1.43 1.62 par:pas; -défigurée défigurer ver f s 3.27 5.41 0.62 0.74 par:pas; -défigurées défiguré adj f p 0.71 1.69 0.02 0.07 -défigurés défigurer ver m p 3.27 5.41 0.06 0.41 par:pas; -défila défiler ver 10.82 32.64 0.00 0.54 ind:pas:3s; -défilaient défiler ver 10.82 32.64 0.17 4.73 ind:imp:3p; -défilais défiler ver 10.82 32.64 0.04 0.20 ind:imp:1s;ind:imp:2s; -défilait défiler ver 10.82 32.64 0.20 2.70 ind:imp:3s; -défilant défiler ver 10.82 32.64 0.17 1.15 par:pre; -défilantes défilant adj f p 0.00 0.14 0.00 0.07 -défilants défilant adj m p 0.00 0.14 0.00 0.07 -défile défiler ver 10.82 32.64 2.66 2.50 imp:pre:2s;ind:pre:1s;ind:pre:3s; -défilement défilement nom m s 0.01 0.68 0.01 0.61 -défilements défilement nom m p 0.01 0.68 0.00 0.07 -défilent défiler ver 10.82 32.64 1.04 4.59 ind:pre:3p; -défiler défiler ver 10.82 32.64 4.32 11.28 inf; -défilera défiler ver 10.82 32.64 0.19 0.14 ind:fut:3s; -défileraient défiler ver 10.82 32.64 0.00 0.27 cnd:pre:3p; -défilerait défiler ver 10.82 32.64 0.02 0.27 cnd:pre:3s; -défileras défiler ver 10.82 32.64 0.01 0.00 ind:fut:2s; -défilerez défiler ver 10.82 32.64 0.01 0.07 ind:fut:2p; -défilerons défiler ver 10.82 32.64 0.03 0.00 ind:fut:1p; -défileront défiler ver 10.82 32.64 0.19 0.00 ind:fut:3p; -défilez défiler ver 10.82 32.64 0.25 0.07 imp:pre:2p;ind:pre:2p; -défiliez défiler ver 10.82 32.64 0.02 0.00 ind:imp:2p; -défilions défiler ver 10.82 32.64 0.01 0.07 ind:imp:1p; -défilons défiler ver 10.82 32.64 0.01 0.14 ind:pre:1p; -défilèrent défiler ver 10.82 32.64 0.01 1.62 ind:pas:3p; -défilé défilé nom m s 8.05 14.73 7.45 12.30 -défilée défiler ver f s 10.82 32.64 0.07 0.00 par:pas; -défilés défilé nom m p 8.05 14.73 0.59 2.43 -défini définir ver m s 7.22 14.53 0.82 1.22 par:pas; -définie définir ver f s 7.22 14.53 0.51 1.28 par:pas; -définies défini adj f p 1.40 3.38 0.22 0.14 -définir définir ver 7.22 14.53 3.07 7.70 inf; -définira définir ver 7.22 14.53 0.05 0.07 ind:fut:3s; -définirais définir ver 7.22 14.53 0.05 0.07 cnd:pre:1s;cnd:pre:2s; -définirait définir ver 7.22 14.53 0.04 0.14 cnd:pre:3s; -définiriez définir ver 7.22 14.53 0.10 0.00 cnd:pre:2p; -définis définir ver m p 7.22 14.53 0.35 0.20 imp:pre:2s;ind:pre:1s;ind:pre:2s;par:pas; -définissable définissable adj m s 0.00 0.20 0.00 0.14 -définissables définissable adj p 0.00 0.20 0.00 0.07 -définissaient définir ver 7.22 14.53 0.00 0.20 ind:imp:3p; -définissait définir ver 7.22 14.53 0.14 1.15 ind:imp:3s; -définissant définir ver 7.22 14.53 0.06 0.14 par:pre; -définisse définir ver 7.22 14.53 0.08 0.07 sub:pre:3s; -définissent définir ver 7.22 14.53 0.36 0.41 ind:pre:3p; -définissez définir ver 7.22 14.53 0.53 0.07 imp:pre:2p;ind:pre:2p; -définissons définir ver 7.22 14.53 0.05 0.07 imp:pre:1p;ind:pre:1p; -définit définir ver 7.22 14.53 0.93 1.28 ind:pre:3s;ind:pas:3s; -définitif définitif adj m s 8.01 31.76 4.00 10.41 -définitifs définitif adj m p 8.01 31.76 0.30 1.89 -définition définition nom f s 4.95 7.23 4.73 6.28 -définitions définition nom f p 4.95 7.23 0.22 0.95 -définitive définitif adj f s 8.01 31.76 3.43 17.97 -définitivement définitivement adv 9.34 23.51 9.34 23.51 -définitives définitif adj f p 8.01 31.76 0.27 1.49 -défions défier ver 13.49 12.30 0.47 0.07 imp:pre:1p;ind:pre:1p; -défirent défaire ver 12.32 32.23 0.00 0.27 ind:pas:3p; -défis défi nom m p 12.24 17.36 2.02 2.16 -défiscalisations défiscalisation nom f p 0.01 0.00 0.01 0.00 -défiscalisé défiscaliser ver m s 0.01 0.00 0.01 0.00 par:pas; -défit défaire ver 12.32 32.23 0.14 3.58 ind:pas:3s; -défièrent défier ver 13.49 12.30 0.02 0.07 ind:pas:3p; -défié défier ver m s 13.49 12.30 1.19 0.68 par:pas; -défiée défier ver f s 13.49 12.30 0.07 0.07 par:pas; -défiés défier ver m p 13.49 12.30 0.16 0.14 par:pas; -déflagrante déflagrant adj f s 0.00 0.07 0.00 0.07 -déflagration déflagration nom f s 0.34 2.09 0.31 1.55 -déflagrations déflagration nom f p 0.34 2.09 0.02 0.54 -déflationniste déflationniste adj f s 0.02 0.00 0.01 0.00 -déflationnistes déflationniste adj f p 0.02 0.00 0.01 0.00 -déflecteur déflecteur adj m s 0.04 0.00 0.04 0.00 -déflecteurs déflecteur nom m p 0.08 0.20 0.06 0.14 -défleuri défleurir ver m s 0.00 0.47 0.00 0.20 par:pas; -défleuries défleurir ver f p 0.00 0.47 0.00 0.20 par:pas; -défleuris défleurir ver m p 0.00 0.47 0.00 0.07 par:pas; -déflexion déflexion nom f s 0.09 0.00 0.09 0.00 -défloraison défloraison nom f s 0.00 0.20 0.00 0.20 -déflorait déflorer ver 0.89 0.81 0.02 0.07 ind:imp:3s; -défloration défloration nom f s 0.01 0.20 0.01 0.20 -déflorer déflorer ver 0.89 0.81 0.12 0.14 inf; -déflorerons déflorer ver 0.89 0.81 0.00 0.07 ind:fut:1p; -défloré déflorer ver m s 0.89 0.81 0.11 0.20 par:pas; -déflorée déflorer ver f s 0.89 0.81 0.65 0.27 par:pas; -déflorés déflorer ver m p 0.89 0.81 0.00 0.07 par:pas; -défoliant défoliant nom m s 0.01 0.00 0.01 0.00 -défonce défoncer ver 16.85 9.39 3.95 0.88 imp:pre:2s;ind:pre:1s;ind:pre:3s; -défoncement défoncement nom m s 0.00 0.34 0.00 0.27 -défoncements défoncement nom m p 0.00 0.34 0.00 0.07 -défoncent défoncer ver 16.85 9.39 0.50 0.27 ind:pre:3p; -défoncer défoncer ver 16.85 9.39 5.22 2.84 inf; -défoncera défoncer ver 16.85 9.39 0.06 0.14 ind:fut:3s; -défoncerai défoncer ver 16.85 9.39 0.19 0.07 ind:fut:1s; -défonceraient défoncer ver 16.85 9.39 0.01 0.07 cnd:pre:3p; -défoncerait défoncer ver 16.85 9.39 0.04 0.07 cnd:pre:3s; -défonceront défoncer ver 16.85 9.39 0.00 0.07 ind:fut:3p; -défonceuse défonceuse nom f s 0.02 0.14 0.02 0.14 -défoncez défoncer ver 16.85 9.39 0.31 0.00 imp:pre:2p;ind:pre:2p; -défoncé défoncer ver m s 16.85 9.39 4.54 2.03 par:pas; -défoncée défoncer ver f s 16.85 9.39 1.30 0.95 par:pas; -défoncées défoncé adj f p 3.97 5.68 0.17 0.81 -défoncés défoncé adj m p 3.97 5.68 0.61 1.55 -défont défaire ver 12.32 32.23 0.05 1.22 ind:pre:3p; -défonça défoncer ver 16.85 9.39 0.01 0.07 ind:pas:3s; -défonçai défoncer ver 16.85 9.39 0.00 0.07 ind:pas:1s; -défonçaient défoncer ver 16.85 9.39 0.02 0.14 ind:imp:3p; -défonçais défoncer ver 16.85 9.39 0.06 0.00 ind:imp:1s;ind:imp:2s; -défonçait défoncer ver 16.85 9.39 0.21 0.34 ind:imp:3s; -défonçant défoncer ver 16.85 9.39 0.05 0.20 par:pre; -défonçons défoncer ver 16.85 9.39 0.04 0.00 imp:pre:1p;ind:pre:1p; -déforestation déforestation nom f s 0.04 0.00 0.04 0.00 -déforma déformer ver 2.75 12.43 0.00 0.41 ind:pas:3s; -déformaient déformer ver 2.75 12.43 0.01 0.27 ind:imp:3p; -déformait déformer ver 2.75 12.43 0.03 1.01 ind:imp:3s; -déformant déformant adj m s 0.07 0.95 0.04 0.27 -déformante déformant adj f s 0.07 0.95 0.04 0.41 -déformantes déformant adj f p 0.07 0.95 0.00 0.14 -déformants déformant adj m p 0.07 0.95 0.00 0.14 -déformation déformation nom f s 0.86 2.43 0.75 1.69 -déformations déformation nom f p 0.86 2.43 0.11 0.74 -déforme déformer ver 2.75 12.43 0.55 1.69 imp:pre:2s;ind:pre:1s;ind:pre:3s; -déforment déformer ver 2.75 12.43 0.13 0.61 ind:pre:3p; -déformer déformer ver 2.75 12.43 0.62 1.15 inf; -déformera déformer ver 2.75 12.43 0.00 0.07 ind:fut:3s; -déformerai déformer ver 2.75 12.43 0.00 0.07 ind:fut:1s; -déformerait déformer ver 2.75 12.43 0.01 0.07 cnd:pre:3s; -déformeront déformer ver 2.75 12.43 0.03 0.07 ind:fut:3p; -déformes déformer ver 2.75 12.43 0.26 0.07 ind:pre:2s; -déformez déformer ver 2.75 12.43 0.20 0.07 imp:pre:2p;ind:pre:2p; -déformé déformer ver m s 2.75 12.43 0.56 2.57 par:pas; -déformée déformé adj f s 1.41 3.65 0.36 0.81 -déformées déformé adj f p 1.41 3.65 0.13 0.68 -déformés déformé adj m p 1.41 3.65 0.38 1.35 -défoulaient défouler ver 3.39 0.74 0.01 0.00 ind:imp:3p; -défoulais défouler ver 3.39 0.74 0.06 0.00 ind:imp:1s;ind:imp:2s; -défoulait défouler ver 3.39 0.74 0.05 0.00 ind:imp:3s; -défoule défouler ver 3.39 0.74 1.31 0.27 imp:pre:2s;ind:pre:1s;ind:pre:3s; -défoulement défoulement nom m s 0.06 0.27 0.06 0.27 -défoulent défouler ver 3.39 0.74 0.14 0.07 ind:pre:3p; -défouler défouler ver 3.39 0.74 1.66 0.27 inf; -défoulera défouler ver 3.39 0.74 0.03 0.00 ind:fut:3s; -défoulerait défouler ver 3.39 0.74 0.01 0.07 cnd:pre:3s; -défoules défouler ver 3.39 0.74 0.09 0.00 ind:pre:2s; -défouliez défouler ver 3.39 0.74 0.01 0.07 ind:imp:2p; -défouloir défouloir nom m s 0.15 0.00 0.15 0.00 -défoulons défouler ver 3.39 0.74 0.01 0.00 imp:pre:1p; -défoulés défouler ver m p 3.39 0.74 0.01 0.00 par:pas; -défouraillaient défourailler ver 0.29 0.81 0.00 0.07 ind:imp:3p; -défouraille défourailler ver 0.29 0.81 0.00 0.14 ind:pre:3s; -défouraillent défourailler ver 0.29 0.81 0.00 0.07 ind:pre:3p; -défourailler défourailler ver 0.29 0.81 0.29 0.34 inf; -défouraillerait défourailler ver 0.29 0.81 0.00 0.07 cnd:pre:3s; -défouraillé défourailler ver m s 0.29 0.81 0.00 0.14 par:pas; -défourna défourner ver 0.00 0.14 0.00 0.07 ind:pas:3s; -défournait défourner ver 0.00 0.14 0.00 0.07 ind:imp:3s; -défraîchi défraîchi adj m s 0.23 2.77 0.06 0.88 -défraîchie défraîchi adj f s 0.23 2.77 0.16 0.54 -défraîchies défraîchi adj f p 0.23 2.77 0.00 0.68 -défraîchir défraîchir ver 0.07 1.01 0.00 0.20 inf; -défraîchis défraîchi adj m p 0.23 2.77 0.01 0.68 -défraîchissait défraîchir ver 0.07 1.01 0.00 0.07 ind:imp:3s; -défragmenteur défragmenteur nom m s 0.01 0.00 0.01 0.00 -défraiement défraiement nom m s 0.42 0.07 0.05 0.00 -défraiements défraiement nom m p 0.42 0.07 0.37 0.07 -défraya défrayer ver 0.04 1.55 0.01 0.20 ind:pas:3s; -défrayaient défrayer ver 0.04 1.55 0.00 0.20 ind:imp:3p; -défrayait défrayer ver 0.04 1.55 0.00 0.47 ind:imp:3s; -défrayant défrayer ver 0.04 1.55 0.00 0.07 par:pre; -défrayent défrayer ver 0.04 1.55 0.00 0.07 ind:pre:3p; -défrayer défrayer ver 0.04 1.55 0.00 0.41 inf; -défrayèrent défrayer ver 0.04 1.55 0.00 0.07 ind:pas:3p; -défrayé défrayer ver m s 0.04 1.55 0.03 0.07 par:pas; -défricha défricher ver 0.43 1.82 0.00 0.07 ind:pas:3s; -défrichage défrichage nom m s 0.00 0.14 0.00 0.14 -défrichait défricher ver 0.43 1.82 0.00 0.07 ind:imp:3s; -défriche défricher ver 0.43 1.82 0.13 0.20 ind:pre:1s;ind:pre:3s; -défrichement défrichement nom m s 0.00 0.47 0.00 0.41 -défrichements défrichement nom m p 0.00 0.47 0.00 0.07 -défricher défricher ver 0.43 1.82 0.10 0.74 inf; -défricheurs défricheur nom m p 0.00 0.14 0.00 0.14 -défriché défricher ver m s 0.43 1.82 0.10 0.47 par:pas; -défrichée défricher ver f s 0.43 1.82 0.10 0.14 par:pas; -défrichées défricher ver f p 0.43 1.82 0.00 0.07 par:pas; -défrichés défricher ver m p 0.43 1.82 0.00 0.07 par:pas; -défringue défringuer ver 0.00 0.20 0.00 0.14 imp:pre:2s; -défringues défringuer ver 0.00 0.20 0.00 0.07 ind:pre:2s; -défripe défriper ver 0.00 0.34 0.00 0.14 ind:pre:1s;ind:pre:3s; -défripera défriper ver 0.00 0.34 0.00 0.07 ind:fut:3s; -défripé défriper ver m s 0.00 0.34 0.00 0.07 par:pas; -défripées défriper ver f p 0.00 0.34 0.00 0.07 par:pas; -défrisage défrisage nom m s 0.01 0.00 0.01 0.00 -défrisaient défriser ver 0.88 1.01 0.00 0.07 ind:imp:3p; -défrisait défriser ver 0.88 1.01 0.00 0.14 ind:imp:3s; -défrise défriser ver 0.88 1.01 0.68 0.41 imp:pre:2s;ind:pre:1s;ind:pre:3s; -défriser défriser ver 0.88 1.01 0.05 0.27 inf; -défriserait défriser ver 0.88 1.01 0.02 0.00 cnd:pre:3s; -défrises défriser ver 0.88 1.01 0.11 0.00 ind:pre:2s; -défrisé défriser ver m s 0.88 1.01 0.02 0.14 par:pas; -défroissa défroisser ver 0.19 1.28 0.00 0.07 ind:pas:3s; -défroissai défroisser ver 0.19 1.28 0.00 0.07 ind:pas:1s; -défroissaient défroisser ver 0.19 1.28 0.00 0.07 ind:imp:3p; -défroissait défroisser ver 0.19 1.28 0.00 0.07 ind:imp:3s; -défroissant défroisser ver 0.19 1.28 0.00 0.20 par:pre; -défroisse défroisser ver 0.19 1.28 0.17 0.07 ind:pre:1s;ind:pre:3s; -défroissent défroisser ver 0.19 1.28 0.00 0.07 ind:pre:3p; -défroisser défroisser ver 0.19 1.28 0.01 0.34 inf; -défroissé défroisser ver m s 0.19 1.28 0.01 0.14 par:pas; -défroissées défroisser ver f p 0.19 1.28 0.00 0.07 par:pas; -défroissés défroisser ver m p 0.19 1.28 0.00 0.14 par:pas; -défroqua défroquer ver 0.12 0.47 0.00 0.07 ind:pas:3s; -défroque défroque nom f s 0.03 2.16 0.03 1.28 -défroquer défroquer ver 0.12 0.47 0.02 0.00 inf; -défroques défroque nom f p 0.03 2.16 0.00 0.88 -défroqué défroquer ver m s 0.12 0.47 0.08 0.20 par:pas; -défroquée défroquer ver f s 0.12 0.47 0.01 0.07 par:pas; -défroqués défroquer ver m p 0.12 0.47 0.00 0.14 par:pas; -défèque déféquer ver 0.92 0.61 0.04 0.07 ind:pre:3s; -défécation défécation nom f s 0.01 0.81 0.01 0.61 -défécations défécation nom f p 0.01 0.81 0.00 0.20 -défécatoire défécatoire adj s 0.00 0.41 0.00 0.41 -déféminiser déféminiser ver 0.01 0.00 0.01 0.00 inf; -défunt défunt nom m s 6.42 6.28 4.50 2.91 -défunte défunt adj f s 4.79 5.27 1.63 1.28 -défunter défunter ver 0.00 0.14 0.00 0.07 inf; -défuntes défunt nom f p 6.42 6.28 0.14 0.14 -défunts défunt nom m p 6.42 6.28 1.06 1.69 -défunté défunter ver m s 0.00 0.14 0.00 0.07 par:pas; -déféquaient déféquer ver 0.92 0.61 0.14 0.07 ind:imp:3p; -déféquant déféquer ver 0.92 0.61 0.03 0.07 par:pre; -déféquassent déféquer ver 0.92 0.61 0.14 0.00 sub:imp:3p; -déféquer déféquer ver 0.92 0.61 0.48 0.27 inf; -déféqué déféquer ver m s 0.92 0.61 0.09 0.14 par:pas; -déféra déférer ver 0.42 0.47 0.00 0.07 ind:pas:3s; -déférait déférer ver 0.42 0.47 0.00 0.07 ind:imp:3s; -déférant déférer ver 0.42 0.47 0.00 0.07 par:pre; -déférence déférence nom f s 0.08 4.26 0.08 4.26 -déférent déférent adj m s 0.01 2.70 0.00 1.42 -déférente déférent adj f s 0.01 2.70 0.00 0.81 -déférentes déférent adj f p 0.01 2.70 0.00 0.20 -déférents déférent adj m p 0.01 2.70 0.01 0.27 -déférer déférer ver 0.42 0.47 0.05 0.07 inf; -déférerait déférer ver 0.42 0.47 0.00 0.07 cnd:pre:3s; -déféré déférer ver m s 0.42 0.47 0.36 0.07 par:pas; -déférés déférer ver m p 0.42 0.47 0.01 0.07 par:pas; -dégage dégager ver 102.47 58.04 56.41 10.34 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -dégagea dégager ver 102.47 58.04 0.00 6.62 ind:pas:3s; -dégageai dégager ver 102.47 58.04 0.00 0.27 ind:pas:1s; -dégageaient dégager ver 102.47 58.04 0.04 1.62 ind:imp:3p; -dégageait dégager ver 102.47 58.04 0.22 8.85 ind:imp:3s; -dégageant dégager ver 102.47 58.04 0.32 3.92 par:pre; -dégagement dégagement nom m s 0.44 0.74 0.44 0.54 -dégagements dégagement nom m p 0.44 0.74 0.00 0.20 -dégagent dégager ver 102.47 58.04 1.18 1.42 ind:pre:3p; -dégageons dégager ver 102.47 58.04 0.67 0.14 imp:pre:1p;ind:pre:1p; -dégageât dégager ver 102.47 58.04 0.00 0.14 sub:imp:3s; -dégager dégager ver 102.47 58.04 8.22 15.20 inf; -dégagera dégager ver 102.47 58.04 0.22 0.07 ind:fut:3s; -dégageraient dégager ver 102.47 58.04 0.00 0.07 cnd:pre:3p; -dégagerais dégager ver 102.47 58.04 0.04 0.07 cnd:pre:1s;cnd:pre:2s; -dégagerait dégager ver 102.47 58.04 0.02 0.34 cnd:pre:3s; -dégageront dégager ver 102.47 58.04 0.03 0.00 ind:fut:3p; -dégages dégager ver 102.47 58.04 3.15 0.14 ind:pre:2s;sub:pre:2s; -dégagez dégager ver 102.47 58.04 27.61 0.41 imp:pre:2p;ind:pre:2p; -dégagèrent dégager ver 102.47 58.04 0.03 0.27 ind:pas:3p; -dégagé dégager ver m s 102.47 58.04 2.96 4.39 par:pas; -dégagée dégager ver f s 102.47 58.04 1.04 2.70 par:pas; -dégagées dégager ver f p 102.47 58.04 0.08 0.41 par:pas; -dégagés dégager ver m p 102.47 58.04 0.25 0.68 par:pas; -dégaina dégainer ver 4.95 1.96 0.01 0.07 ind:pas:3s; -dégainais dégainer ver 4.95 1.96 0.02 0.00 ind:imp:1s;ind:imp:2s; -dégainait dégainer ver 4.95 1.96 0.06 0.00 ind:imp:3s; -dégainant dégainer ver 4.95 1.96 0.01 0.14 par:pre; -dégaine dégaine nom f s 1.45 3.18 1.43 3.11 -dégainent dégainer ver 4.95 1.96 0.04 0.00 ind:pre:3p; -dégainer dégainer ver 4.95 1.96 1.62 0.54 inf; -dégainerai dégainer ver 4.95 1.96 0.01 0.00 ind:fut:1s; -dégainerez dégainer ver 4.95 1.96 0.01 0.00 ind:fut:2p; -dégaines dégainer ver 4.95 1.96 0.15 0.00 ind:pre:2s; -dégainez dégainer ver 4.95 1.96 0.81 0.00 imp:pre:2p;ind:pre:2p; -dégainèrent dégainer ver 4.95 1.96 0.00 0.07 ind:pas:3p; -dégainé dégainer ver m s 4.95 1.96 0.80 0.41 par:pas; -dégainés dégainer ver m p 4.95 1.96 0.00 0.14 par:pas; -déganta déganter ver 0.02 0.34 0.00 0.07 ind:pas:3s; -dégantant déganter ver 0.02 0.34 0.00 0.07 par:pre; -déganté déganter ver m s 0.02 0.34 0.01 0.00 par:pas; -dégantée déganter ver f s 0.02 0.34 0.01 0.14 par:pas; -dégantées déganter ver f p 0.02 0.34 0.00 0.07 par:pas; -dégarni dégarni adj m s 0.40 1.82 0.39 1.69 -dégarnie dégarni adj f s 0.40 1.82 0.01 0.00 -dégarnies dégarni adj f p 0.40 1.82 0.00 0.14 -dégarnir dégarnir ver 0.17 1.01 0.02 0.14 inf; -dégarnis dégarnir ver m p 0.17 1.01 0.04 0.00 ind:pre:1s;par:pas; -dégarnissait dégarnir ver 0.17 1.01 0.00 0.14 ind:imp:3s; -dégarnissant dégarnir ver 0.17 1.01 0.00 0.07 par:pre; -dégauchi dégauchir ver m s 0.00 2.57 0.00 0.41 par:pas; -dégauchie dégauchir ver f s 0.00 2.57 0.00 0.20 par:pas; -dégauchir dégauchir ver 0.00 2.57 0.00 1.69 inf; -dégauchira dégauchir ver 0.00 2.57 0.00 0.07 ind:fut:3s; -dégauchis dégauchir ver m p 0.00 2.57 0.00 0.14 ind:pre:1s;par:pas; -dégauchisse dégauchir ver 0.00 2.57 0.00 0.07 sub:pre:3s; -dégauchisseuse dégauchisseuse nom f s 0.00 0.07 0.00 0.07 -dégazage dégazage nom m s 0.03 0.00 0.03 0.00 -dégazent dégazer ver 0.01 0.14 0.00 0.07 ind:pre:3p; -dégazer dégazer ver 0.01 0.14 0.01 0.07 inf; -dégel dégel nom m s 0.47 3.31 0.47 3.31 -dégela dégeler ver 0.70 1.15 0.01 0.07 ind:pas:3s; -dégelai dégeler ver 0.70 1.15 0.00 0.07 ind:pas:1s; -dégelait dégeler ver 0.70 1.15 0.00 0.14 ind:imp:3s; -dégelant dégeler ver 0.70 1.15 0.01 0.00 par:pre; -dégeler dégeler ver 0.70 1.15 0.38 0.34 inf; -dégelez dégeler ver 0.70 1.15 0.01 0.00 ind:pre:2p; -dégelât dégeler ver 0.70 1.15 0.00 0.07 sub:imp:3s; -dégelé dégeler ver m s 0.70 1.15 0.08 0.14 par:pas; -dégelée dégeler ver f s 0.70 1.15 0.02 0.00 par:pas; -dégelées dégelée nom f p 0.01 1.35 0.00 0.27 -dégelés dégeler ver m p 0.70 1.15 0.04 0.07 par:pas; -dégermait dégermer ver 0.00 0.07 0.00 0.07 ind:imp:3s; -dégingandé dégingandé adj m s 0.04 2.03 0.02 1.55 -dégingandée dégingandé adj f s 0.04 2.03 0.01 0.14 -dégingandées dégingandé adj f p 0.04 2.03 0.00 0.07 -dégingandés dégingandé adj m p 0.04 2.03 0.01 0.27 -dégivrage dégivrage nom m s 0.03 0.00 0.03 0.00 -dégivrer dégivrer ver 0.15 0.07 0.11 0.00 inf; -dégivré dégivrer ver m s 0.15 0.07 0.04 0.07 par:pas; -déglacer déglacer ver 0.06 0.00 0.01 0.00 inf; -déglacera déglacer ver 0.06 0.00 0.01 0.00 ind:fut:3s; -déglacez déglacer ver 0.06 0.00 0.02 0.00 imp:pre:2p; -déglacé déglacer ver m s 0.06 0.00 0.02 0.00 par:pas; -déglingua déglinguer ver 1.08 3.72 0.00 0.07 ind:pas:3s; -déglinguaient déglinguer ver 1.08 3.72 0.00 0.07 ind:imp:3p; -déglinguait déglinguer ver 1.08 3.72 0.00 0.27 ind:imp:3s; -déglinguant déglinguer ver 1.08 3.72 0.00 0.07 par:pre; -déglingue déglinguer ver 1.08 3.72 0.56 1.01 imp:pre:2s;ind:pre:1s;ind:pre:3s; -déglinguent déglinguer ver 1.08 3.72 0.01 0.20 ind:pre:3p; -déglinguer déglinguer ver 1.08 3.72 0.26 0.68 inf; -déglinguions déglinguer ver 1.08 3.72 0.00 0.07 ind:imp:1p; -déglingué déglingué adj m s 0.38 2.43 0.27 1.22 -déglinguée déglinguer ver f s 1.08 3.72 0.07 0.41 par:pas; -déglinguées déglinguer ver f p 1.08 3.72 0.03 0.14 par:pas; -déglingués déglingué adj m p 0.38 2.43 0.05 0.41 -dégluti déglutir ver m s 0.17 3.18 0.00 0.34 par:pas; -déglutie déglutir ver f s 0.17 3.18 0.00 0.07 par:pas; -dégluties déglutir ver f p 0.17 3.18 0.00 0.07 par:pas; -déglutir déglutir ver 0.17 3.18 0.02 0.81 inf; -déglutis déglutir ver m p 0.17 3.18 0.00 0.14 ind:pre:1s;par:pas; -déglutissait déglutir ver 0.17 3.18 0.00 0.34 ind:imp:3s; -déglutissant déglutir ver 0.17 3.18 0.14 0.34 par:pre; -déglutit déglutir ver 0.17 3.18 0.01 1.08 ind:pre:3s;ind:pas:3s; -déglutition déglutition nom f s 0.31 1.08 0.31 0.81 -déglutitions déglutition nom f p 0.31 1.08 0.00 0.27 -dégoût dégoût nom m s 6.02 30.14 5.99 27.97 -dégoûta dégoûter ver 18.36 17.57 0.00 0.20 ind:pas:3s; -dégoûtai dégoûter ver 18.36 17.57 0.00 0.07 ind:pas:1s; -dégoûtaient dégoûter ver 18.36 17.57 0.03 0.61 ind:imp:3p; -dégoûtais dégoûter ver 18.36 17.57 0.19 0.27 ind:imp:1s;ind:imp:2s; -dégoûtait dégoûter ver 18.36 17.57 0.30 2.50 ind:imp:3s; -dégoûtant dégoûtant adj m s 15.92 6.76 11.47 3.92 -dégoûtante dégoûtant adj f s 15.92 6.76 2.06 1.82 -dégoûtantes dégoûtant adj f p 15.92 6.76 1.06 0.68 -dégoûtants dégoûtant adj m p 15.92 6.76 1.33 0.34 -dégoûtation dégoûtation nom f s 0.00 0.47 0.00 0.34 -dégoûtations dégoûtation nom f p 0.00 0.47 0.00 0.14 -dégoûte dégoûter ver 18.36 17.57 8.73 4.66 imp:pre:2s;ind:pre:1s;ind:pre:3s; -dégoûtent dégoûter ver 18.36 17.57 0.88 0.74 ind:pre:3p; -dégoûter dégoûter ver 18.36 17.57 0.64 2.91 inf; -dégoûtera dégoûter ver 18.36 17.57 0.03 0.07 ind:fut:3s; -dégoûteraient dégoûter ver 18.36 17.57 0.00 0.07 cnd:pre:3p; -dégoûterais dégoûter ver 18.36 17.57 0.00 0.07 cnd:pre:1s; -dégoûterait dégoûter ver 18.36 17.57 0.34 0.27 cnd:pre:3s; -dégoûtes dégoûter ver 18.36 17.57 3.92 0.34 ind:pre:2s; -dégoûtez dégoûter ver 18.36 17.57 0.96 0.27 ind:pre:2p; -dégoûtât dégoûter ver 18.36 17.57 0.00 0.14 sub:imp:3s; -dégoûts dégoût nom m p 6.02 30.14 0.03 2.16 -dégoûtèrent dégoûter ver 18.36 17.57 0.00 0.20 ind:pas:3p; -dégoûté dégoûter ver m s 18.36 17.57 1.18 2.70 par:pas; -dégoûtée dégoûter ver f s 18.36 17.57 0.60 0.68 par:pas; -dégoûtées dégoûté nom f p 0.19 2.09 0.01 0.00 -dégoûtés dégoûter ver m p 18.36 17.57 0.20 0.54 par:pas; -dégobilla dégobiller ver 0.12 0.88 0.00 0.14 ind:pas:3s; -dégobillage dégobillage nom m s 0.01 0.00 0.01 0.00 -dégobillaient dégobiller ver 0.12 0.88 0.00 0.07 ind:imp:3p; -dégobillait dégobiller ver 0.12 0.88 0.00 0.07 ind:imp:3s; -dégobillant dégobiller ver 0.12 0.88 0.00 0.14 par:pre; -dégobille dégobiller ver 0.12 0.88 0.05 0.07 imp:pre:2s;ind:pre:3s; -dégobiller dégobiller ver 0.12 0.88 0.05 0.41 inf; -dégobillé dégobiller ver m s 0.12 0.88 0.02 0.00 par:pas; -dégoisais dégoiser ver 0.41 1.35 0.00 0.07 ind:imp:2s; -dégoisait dégoiser ver 0.41 1.35 0.00 0.07 ind:imp:3s; -dégoisant dégoiser ver 0.41 1.35 0.00 0.07 par:pre; -dégoise dégoiser ver 0.41 1.35 0.39 0.27 imp:pre:2s;ind:pre:3s; -dégoisent dégoiser ver 0.41 1.35 0.00 0.14 ind:pre:3p; -dégoiser dégoiser ver 0.41 1.35 0.02 0.61 inf; -dégoiserai dégoiser ver 0.41 1.35 0.00 0.07 ind:fut:1s; -dégoises dégoiser ver 0.41 1.35 0.00 0.07 ind:pre:2s; -dégommage dégommage nom m s 0.01 0.14 0.01 0.14 -dégommait dégommer ver 2.49 2.03 0.01 0.14 ind:imp:3s; -dégommant dégommer ver 2.49 2.03 0.01 0.00 par:pre; -dégomme dégommer ver 2.49 2.03 1.02 0.27 imp:pre:2s;ind:pre:1s;ind:pre:3s; -dégomment dégommer ver 2.49 2.03 0.00 0.07 ind:pre:3p; -dégommer dégommer ver 2.49 2.03 0.85 1.08 inf; -dégommera dégommer ver 2.49 2.03 0.02 0.00 ind:fut:3s; -dégommerai dégommer ver 2.49 2.03 0.01 0.07 ind:fut:1s; -dégommez dégommer ver 2.49 2.03 0.03 0.00 imp:pre:2p; -dégommons dégommer ver 2.49 2.03 0.01 0.00 imp:pre:1p; -dégommé dégommer ver m s 2.49 2.03 0.34 0.27 par:pas; -dégommée dégommer ver f s 2.49 2.03 0.02 0.00 par:pas; -dégommées dégommer ver f p 2.49 2.03 0.00 0.07 par:pas; -dégommés dégommer ver m p 2.49 2.03 0.16 0.07 par:pas; -dégonfla dégonfler ver 5.64 6.08 0.00 0.14 ind:pas:3s; -dégonflage dégonflage nom m s 0.01 0.07 0.01 0.07 -dégonflaient dégonfler ver 5.64 6.08 0.00 0.14 ind:imp:3p; -dégonflais dégonfler ver 5.64 6.08 0.01 0.00 ind:imp:2s; -dégonflait dégonfler ver 5.64 6.08 0.03 0.47 ind:imp:3s; -dégonflant dégonfler ver 5.64 6.08 0.02 0.00 par:pre; -dégonflard dégonflard nom m s 0.01 0.27 0.01 0.27 -dégonfle dégonfler ver 5.64 6.08 1.69 1.82 imp:pre:2s;ind:pre:1s;ind:pre:3s; -dégonflement dégonflement nom m s 0.01 0.00 0.01 0.00 -dégonflent dégonfler ver 5.64 6.08 0.19 0.07 ind:pre:3p; -dégonfler dégonfler ver 5.64 6.08 0.76 1.42 inf; -dégonflera dégonfler ver 5.64 6.08 0.09 0.14 ind:fut:3s; -dégonfleraient dégonfler ver 5.64 6.08 0.00 0.14 cnd:pre:3p; -dégonflerais dégonfler ver 5.64 6.08 0.06 0.07 cnd:pre:1s;cnd:pre:2s; -dégonflerait dégonfler ver 5.64 6.08 0.02 0.07 cnd:pre:3s; -dégonfleriez dégonfler ver 5.64 6.08 0.01 0.07 cnd:pre:2p; -dégonfles dégonfler ver 5.64 6.08 1.17 0.41 ind:pre:2s; -dégonflez dégonfler ver 5.64 6.08 0.11 0.07 imp:pre:2p;ind:pre:2p; -dégonflé dégonflé nom m s 3.63 1.01 2.99 0.61 -dégonflée dégonfler ver f s 5.64 6.08 0.26 0.14 par:pas; -dégonflées dégonfler ver f p 5.64 6.08 0.01 0.00 par:pas; -dégonflés dégonflé nom m p 3.63 1.01 0.55 0.27 -dugong dugong nom m s 0.01 0.27 0.01 0.20 -dugongs dugong nom m p 0.01 0.27 0.00 0.07 -dégorge dégorger ver 0.22 2.36 0.01 0.34 ind:pre:1s;ind:pre:3s; -dégorgeaient dégorger ver 0.22 2.36 0.00 0.20 ind:imp:3p; -dégorgeais dégorger ver 0.22 2.36 0.01 0.07 ind:imp:1s;ind:imp:2s; -dégorgeait dégorger ver 0.22 2.36 0.00 0.61 ind:imp:3s; -dégorgeant dégorger ver 0.22 2.36 0.00 0.20 par:pre; -dégorgement dégorgement nom m s 0.00 0.14 0.00 0.14 -dégorgent dégorger ver 0.22 2.36 0.00 0.07 ind:pre:3p; -dégorger dégorger ver 0.22 2.36 0.17 0.34 inf; -dégorgeront dégorger ver 0.22 2.36 0.00 0.07 ind:fut:3p; -dégorgé dégorger ver m s 0.22 2.36 0.02 0.14 par:pas; -dégorgée dégorger ver f s 0.22 2.36 0.00 0.07 par:pas; -dégorgées dégorger ver f p 0.22 2.36 0.00 0.14 par:pas; -dégorgés dégorger ver m p 0.22 2.36 0.00 0.14 par:pas; -dégât dégât nom m s 14.22 9.73 0.95 0.74 -dégota dégoter ver 3.47 1.82 0.00 0.14 ind:pas:3s; -dégotait dégoter ver 3.47 1.82 0.01 0.14 ind:imp:3s; -dégote dégoter ver 3.47 1.82 0.27 0.20 imp:pre:2s;ind:pre:1s;ind:pre:3s; -dégoter dégoter ver 3.47 1.82 1.02 0.61 inf; -dégoterais dégoter ver 3.47 1.82 0.01 0.07 cnd:pre:1s; -dégoteras dégoter ver 3.47 1.82 0.03 0.00 ind:fut:2s; -dégotez dégoter ver 3.47 1.82 0.03 0.07 imp:pre:2p;ind:pre:2p; -dégâts dégât nom m p 14.22 9.73 13.27 8.99 -dégotte dégotter ver 1.02 2.16 0.22 0.14 imp:pre:2s;ind:pre:1s;ind:pre:3s; -dégotter dégotter ver 1.02 2.16 0.23 0.95 inf; -dégottera dégotter ver 1.02 2.16 0.00 0.07 ind:fut:3s; -dégotterai dégotter ver 1.02 2.16 0.01 0.14 ind:fut:1s; -dégotterait dégotter ver 1.02 2.16 0.00 0.20 cnd:pre:3s; -dégottes dégotter ver 1.02 2.16 0.03 0.00 ind:pre:2s; -dégotté dégotter ver m s 1.02 2.16 0.53 0.68 par:pas; -dégoté dégoter ver m s 3.47 1.82 1.95 0.41 par:pas; -dégotée dégoter ver f s 3.47 1.82 0.04 0.07 par:pas; -dégotées dégoter ver f p 3.47 1.82 0.10 0.07 par:pas; -dégotés dégoter ver m p 3.47 1.82 0.00 0.07 par:pas; -dégoulina dégouliner ver 1.34 8.38 0.00 0.07 ind:pas:3s; -dégoulinade dégoulinade nom f s 0.00 0.41 0.00 0.27 -dégoulinades dégoulinade nom f p 0.00 0.41 0.00 0.14 -dégoulinaient dégouliner ver 1.34 8.38 0.10 0.54 ind:imp:3p; -dégoulinais dégouliner ver 1.34 8.38 0.00 0.07 ind:imp:1s; -dégoulinait dégouliner ver 1.34 8.38 0.04 2.64 ind:imp:3s; -dégoulinant dégouliner ver 1.34 8.38 0.09 1.08 par:pre; -dégoulinante dégoulinant adj f s 0.38 3.99 0.16 1.22 -dégoulinantes dégoulinant adj f p 0.38 3.99 0.12 0.68 -dégoulinants dégoulinant adj m p 0.38 3.99 0.04 0.74 -dégouline dégouliner ver 1.34 8.38 0.88 2.43 imp:pre:2s;ind:pre:1s;ind:pre:3s; -dégoulinement dégoulinement nom m s 0.01 0.07 0.01 0.00 -dégoulinements dégoulinement nom m p 0.01 0.07 0.00 0.07 -dégoulinent dégouliner ver 1.34 8.38 0.03 0.34 ind:pre:3p; -dégouliner dégouliner ver 1.34 8.38 0.08 0.88 inf; -dégoulines dégouliner ver 1.34 8.38 0.07 0.00 ind:pre:2s; -dégoulinez dégouliner ver 1.34 8.38 0.02 0.00 ind:pre:2p; -dégoulinèrent dégouliner ver 1.34 8.38 0.00 0.07 ind:pas:3p; -dégouliné dégouliner ver m s 1.34 8.38 0.02 0.27 par:pas; -dégoulinures dégoulinure nom f p 0.00 0.07 0.00 0.07 -dégoupille dégoupiller ver 0.28 0.74 0.20 0.14 imp:pre:2s;ind:pre:1s;ind:pre:3s; -dégoupiller dégoupiller ver 0.28 0.74 0.01 0.14 inf; -dégoupillâmes dégoupiller ver 0.28 0.74 0.00 0.07 ind:pas:1p; -dégoupillé dégoupiller ver m s 0.28 0.74 0.01 0.00 par:pas; -dégoupillée dégoupiller ver f s 0.28 0.74 0.05 0.34 par:pas; -dégoupillées dégoupiller ver f p 0.28 0.74 0.01 0.07 par:pas; -dégourdi dégourdi adj m s 0.28 0.88 0.24 0.41 -dégourdie dégourdi adj f s 0.28 0.88 0.02 0.14 -dégourdies dégourdi adj f p 0.28 0.88 0.01 0.14 -dégourdir dégourdir ver 1.65 3.31 1.40 2.43 inf; -dégourdira dégourdir ver 1.65 3.31 0.01 0.00 ind:fut:3s; -dégourdiraient dégourdir ver 1.65 3.31 0.00 0.07 cnd:pre:3p; -dégourdis dégourdir ver m p 1.65 3.31 0.07 0.14 ind:pre:1s;par:pas; -dégourdissais dégourdir ver 1.65 3.31 0.00 0.07 ind:imp:1s; -dégourdissait dégourdir ver 1.65 3.31 0.00 0.07 ind:imp:3s; -dégourdissant dégourdir ver 1.65 3.31 0.00 0.07 par:pre; -dégourdisse dégourdir ver 1.65 3.31 0.00 0.14 sub:pre:1s;sub:pre:3s; -dégourdissions dégourdir ver 1.65 3.31 0.00 0.07 ind:imp:1p; -dégourdit dégourdir ver 1.65 3.31 0.00 0.07 ind:pas:3s; -dégouttaient dégoutter ver 0.12 1.28 0.00 0.14 ind:imp:3p; -dégouttait dégoutter ver 0.12 1.28 0.10 0.54 ind:imp:3s; -dégouttant dégouttant adj m s 0.07 0.34 0.03 0.14 -dégouttante dégouttant adj f s 0.07 0.34 0.01 0.07 -dégouttantes dégouttant adj f p 0.07 0.34 0.03 0.00 -dégouttants dégouttant adj m p 0.07 0.34 0.00 0.14 -dégoutte dégoutter ver 0.12 1.28 0.01 0.07 ind:pre:1s;ind:pre:3s; -dégoutter dégoutter ver 0.12 1.28 0.00 0.14 inf; -dégrada dégrader ver 3.69 4.46 0.21 0.14 ind:pas:3s; -dégradable dégradable adj s 0.01 0.00 0.01 0.00 -dégradaient dégrader ver 3.69 4.46 0.11 0.20 ind:imp:3p; -dégradait dégrader ver 3.69 4.46 0.02 0.68 ind:imp:3s; -dégradant dégradant adj m s 1.67 1.08 1.13 0.20 -dégradante dégradant adj f s 1.67 1.08 0.15 0.47 -dégradantes dégradant adj f p 1.67 1.08 0.20 0.14 -dégradants dégradant adj m p 1.67 1.08 0.20 0.27 -dégradation dégradation nom f s 0.82 2.91 0.73 2.30 -dégradations dégradation nom f p 0.82 2.91 0.10 0.61 -dégrade dégrader ver 3.69 4.46 0.82 0.88 ind:pre:1s;ind:pre:3s; -dégradent dégrader ver 3.69 4.46 0.12 0.41 ind:pre:3p; -dégrader dégrader ver 3.69 4.46 1.00 0.54 inf; -dégrades dégrader ver 3.69 4.46 0.14 0.07 ind:pre:2s; -dégradez dégrader ver 3.69 4.46 0.03 0.00 imp:pre:2p;ind:pre:2p; -dégradé dégrader ver m s 3.69 4.46 0.93 0.47 par:pas; -dégradée dégradé adj f s 0.22 1.15 0.13 0.27 -dégradées dégrader ver f p 3.69 4.46 0.07 0.14 par:pas; -dégradés dégrader ver m p 3.69 4.46 0.04 0.14 par:pas; -dégrafa dégrafer ver 0.59 4.93 0.00 0.68 ind:pas:3s; -dégrafaient dégrafer ver 0.59 4.93 0.00 0.20 ind:imp:3p; -dégrafait dégrafer ver 0.59 4.93 0.00 0.61 ind:imp:3s; -dégrafant dégrafer ver 0.59 4.93 0.01 0.54 par:pre; -dégrafe dégrafer ver 0.59 4.93 0.05 0.47 imp:pre:2s;ind:pre:1s;ind:pre:3s; -dégrafer dégrafer ver 0.59 4.93 0.32 0.95 inf; -dégrafera dégrafer ver 0.59 4.93 0.00 0.07 ind:fut:3s; -dégraferait dégrafer ver 0.59 4.93 0.00 0.07 cnd:pre:3s; -dégrafeur dégrafeur nom m s 0.01 0.00 0.01 0.00 -dégrafez dégrafer ver 0.59 4.93 0.17 0.00 imp:pre:2p; -dégrafât dégrafer ver 0.59 4.93 0.00 0.07 sub:imp:3s; -dégrafé dégrafer ver m s 0.59 4.93 0.02 0.81 par:pas; -dégrafée dégrafer ver f s 0.59 4.93 0.01 0.27 par:pas; -dégrafées dégrafer ver f p 0.59 4.93 0.00 0.14 par:pas; -dégrafés dégrafer ver m p 0.59 4.93 0.00 0.07 par:pas; -dégraissage dégraissage nom m s 0.07 0.00 0.07 0.00 -dégraissant dégraisser ver 0.30 0.41 0.01 0.00 par:pre; -dégraissante dégraissant adj f s 0.01 0.00 0.01 0.00 -dégraisse dégraisser ver 0.30 0.41 0.04 0.14 imp:pre:2s;ind:pre:3s; -dégraissent dégraisser ver 0.30 0.41 0.03 0.00 ind:pre:3p; -dégraisser dégraisser ver 0.30 0.41 0.19 0.07 inf; -dégraissez dégraisser ver 0.30 0.41 0.00 0.07 imp:pre:2p; -dégraissé dégraisser ver m s 0.30 0.41 0.03 0.07 par:pas; -dégraissés dégraisser ver m p 0.30 0.41 0.00 0.07 par:pas; -dégressifs dégressif adj m p 0.01 0.00 0.01 0.00 -dégriffe dégriffer ver 0.03 0.14 0.00 0.07 ind:pre:3s; -dégriffer dégriffer ver 0.03 0.14 0.03 0.00 inf; -dégriffeur dégriffeur nom m s 0.00 0.27 0.00 0.27 -dégriffé dégriffé adj m s 0.02 0.07 0.02 0.00 -dégriffés dégriffé adj m p 0.02 0.07 0.00 0.07 -dégringola dégringoler ver 1.48 12.43 0.02 1.01 ind:pas:3s; -dégringolade dégringolade nom f s 0.13 1.89 0.13 1.82 -dégringolades dégringolade nom f p 0.13 1.89 0.00 0.07 -dégringolai dégringoler ver 1.48 12.43 0.00 0.20 ind:pas:1s; -dégringolaient dégringoler ver 1.48 12.43 0.00 0.54 ind:imp:3p; -dégringolait dégringoler ver 1.48 12.43 0.02 1.62 ind:imp:3s; -dégringolant dégringoler ver 1.48 12.43 0.14 0.74 par:pre; -dégringole dégringoler ver 1.48 12.43 0.58 2.16 ind:pre:1s;ind:pre:3s; -dégringolent dégringoler ver 1.48 12.43 0.05 0.95 ind:pre:3p; -dégringoler dégringoler ver 1.48 12.43 0.38 2.97 inf; -dégringoleraient dégringoler ver 1.48 12.43 0.00 0.07 cnd:pre:3p; -dégringolerais dégringoler ver 1.48 12.43 0.00 0.07 cnd:pre:1s; -dégringoleront dégringoler ver 1.48 12.43 0.00 0.07 ind:fut:3p; -dégringolions dégringoler ver 1.48 12.43 0.00 0.07 ind:imp:1p; -dégringolâmes dégringoler ver 1.48 12.43 0.01 0.07 ind:pas:1p; -dégringolèrent dégringoler ver 1.48 12.43 0.02 0.20 ind:pas:3p; -dégringolé dégringoler ver m s 1.48 12.43 0.26 1.35 par:pas; -dégringolée dégringoler ver f s 1.48 12.43 0.00 0.07 par:pas; -dégringolés dégringoler ver m p 1.48 12.43 0.00 0.27 par:pas; -dégripper dégripper ver 0.00 0.07 0.00 0.07 inf; -dégrisa dégriser ver 0.18 1.55 0.00 0.20 ind:pas:3s; -dégrisait dégriser ver 0.18 1.55 0.00 0.20 ind:imp:3s; -dégrise dégriser ver 0.18 1.55 0.03 0.00 imp:pre:2s;ind:pre:1s; -dégrisement dégrisement nom m s 0.16 0.20 0.16 0.20 -dégriser dégriser ver 0.18 1.55 0.06 0.07 inf; -dégrisât dégriser ver 0.18 1.55 0.00 0.07 sub:imp:3s; -dégrisé dégriser ver m s 0.18 1.55 0.08 0.74 par:pas; -dégrisée dégriser ver f s 0.18 1.55 0.01 0.14 par:pas; -dégrisés dégriser ver m p 0.18 1.55 0.00 0.14 par:pas; -dégrossi dégrossi adj m s 0.30 0.95 0.16 0.20 -dégrossie dégrossi adj f s 0.30 0.95 0.10 0.27 -dégrossies dégrossi adj f p 0.30 0.95 0.00 0.34 -dégrossir dégrossir ver 0.01 0.41 0.01 0.34 inf; -dégrossis dégrossi adj m p 0.30 0.95 0.04 0.14 -dégrossissage dégrossissage nom m s 0.01 0.07 0.01 0.07 -dégrossissant dégrossir ver 0.01 0.41 0.00 0.07 par:pre; -dégrouille dégrouiller ver 0.02 0.47 0.02 0.41 imp:pre:2s;ind:pre:3s; -dégrouiller dégrouiller ver 0.02 0.47 0.00 0.07 inf; -dégrène dégrèner ver 0.00 0.07 0.00 0.07 ind:pre:3s; -dégrèvement dégrèvement nom m s 0.04 0.07 0.04 0.00 -dégrèvements dégrèvement nom m p 0.04 0.07 0.00 0.07 -dégrée dégréer ver 0.01 0.00 0.01 0.00 ind:pre:3s; -dégréner dégréner ver 0.00 0.07 0.00 0.07 inf; -dégèle dégeler ver 0.70 1.15 0.09 0.14 imp:pre:2s;ind:pre:1s;ind:pre:3s; -dégèlent dégeler ver 0.70 1.15 0.04 0.07 ind:pre:3p; -dégèlera dégeler ver 0.70 1.15 0.02 0.00 ind:fut:3s; -dégèlerait dégeler ver 0.70 1.15 0.01 0.00 cnd:pre:3s; -déguenillé déguenillé adj m s 0.16 0.27 0.01 0.07 -déguenillée déguenillé adj f s 0.16 0.27 0.13 0.00 -déguenillées déguenillé adj f p 0.16 0.27 0.01 0.00 -déguenillés déguenillé adj m p 0.16 0.27 0.01 0.20 -déguerpi déguerpir ver m s 3.75 2.43 0.46 0.41 par:pas; -déguerpir déguerpir ver 3.75 2.43 1.62 1.42 inf; -déguerpirent déguerpir ver 3.75 2.43 0.00 0.07 ind:pas:3p; -déguerpis déguerpir ver m p 3.75 2.43 0.65 0.14 imp:pre:2s;ind:pre:1s;ind:pre:2s;par:pas; -déguerpisse déguerpir ver 3.75 2.43 0.03 0.14 sub:pre:1s;sub:pre:3s; -déguerpissent déguerpir ver 3.75 2.43 0.34 0.00 ind:pre:3p; -déguerpissez déguerpir ver 3.75 2.43 0.57 0.14 imp:pre:2p;ind:pre:2p; -déguerpissiez déguerpir ver 3.75 2.43 0.01 0.00 ind:imp:2p; -déguerpissons déguerpir ver 3.75 2.43 0.03 0.00 imp:pre:1p; -déguerpit déguerpir ver 3.75 2.43 0.04 0.14 ind:pre:3s;ind:pas:3s; -dégueu dégueu adj s 3.41 0.88 3.10 0.81 -dégueula dégueuler ver 2.36 3.65 0.00 0.07 ind:pas:3s; -dégueulais dégueuler ver 2.36 3.65 0.02 0.00 ind:imp:1s;ind:imp:2s; -dégueulait dégueuler ver 2.36 3.65 0.03 0.20 ind:imp:3s; -dégueulando dégueulando nom m s 0.00 0.20 0.00 0.20 -dégueulant dégueuler ver 2.36 3.65 0.04 0.00 par:pre; -dégueulasse dégueulasse adj s 19.98 17.30 18.80 14.53 -dégueulassement dégueulassement adv 0.01 0.14 0.01 0.14 -dégueulasser dégueulasser ver 0.34 1.01 0.04 0.34 inf; -dégueulasserie dégueulasserie nom f s 0.00 0.61 0.00 0.47 -dégueulasseries dégueulasserie nom f p 0.00 0.61 0.00 0.14 -dégueulasses dégueulasse adj p 19.98 17.30 1.18 2.77 -dégueulassé dégueulasser ver m s 0.34 1.01 0.11 0.07 par:pas; -dégueulassés dégueulasser ver m p 0.34 1.01 0.00 0.07 par:pas; -dégueule dégueuler ver 2.36 3.65 0.41 0.68 imp:pre:2s;ind:pre:1s;ind:pre:3s; -dégueulent dégueuler ver 2.36 3.65 0.04 0.20 ind:pre:3p; -dégueuler dégueuler ver 2.36 3.65 1.57 1.69 inf; -dégueulera dégueuler ver 2.36 3.65 0.00 0.07 ind:fut:3s; -dégueules dégueuler ver 2.36 3.65 0.01 0.00 ind:pre:2s; -dégueulez dégueuler ver 2.36 3.65 0.01 0.07 ind:pre:2p; -dégueulis dégueulis nom m 0.31 1.15 0.31 1.15 -dégueulé dégueuler ver m s 2.36 3.65 0.24 0.61 par:pas; -dégueulées dégueuler ver f p 2.36 3.65 0.00 0.07 par:pas; -dégueus dégueu adj m p 3.41 0.88 0.31 0.07 -déguisa déguiser ver 14.89 16.96 0.00 0.34 ind:pas:3s; -déguisaient déguiser ver 14.89 16.96 0.02 0.41 ind:imp:3p; -déguisais déguiser ver 14.89 16.96 0.17 0.34 ind:imp:1s;ind:imp:2s; -déguisait déguiser ver 14.89 16.96 0.45 1.42 ind:imp:3s; -déguisant déguiser ver 14.89 16.96 0.17 0.20 par:pre; -déguise déguiser ver 14.89 16.96 0.97 1.49 imp:pre:2s;ind:pre:1s;ind:pre:3s; -déguisement déguisement nom m s 4.98 5.07 3.93 3.65 -déguisements déguisement nom m p 4.98 5.07 1.05 1.42 -déguisent déguiser ver 14.89 16.96 0.34 0.20 ind:pre:3p; -déguiser déguiser ver 14.89 16.96 3.34 2.50 inf; -déguisera déguiser ver 14.89 16.96 0.05 0.14 ind:fut:3s; -déguiserai déguiser ver 14.89 16.96 0.12 0.00 ind:fut:1s; -déguiserais déguiser ver 14.89 16.96 0.02 0.07 cnd:pre:1s; -déguiserait déguiser ver 14.89 16.96 0.03 0.00 cnd:pre:3s; -déguises déguiser ver 14.89 16.96 0.35 0.14 ind:pre:2s; -déguisez déguiser ver 14.89 16.96 0.33 0.14 imp:pre:2p;ind:pre:2p; -déguisiez déguiser ver 14.89 16.96 0.01 0.07 ind:imp:2p; -déguisions déguiser ver 14.89 16.96 0.01 0.07 ind:imp:1p; -déguisé déguiser ver m s 14.89 16.96 5.48 4.66 par:pas; -déguisée déguiser ver f s 14.89 16.96 1.55 2.50 par:pas; -déguisées déguiser ver f p 14.89 16.96 0.12 0.81 par:pas; -déguisés déguiser ver m p 14.89 16.96 1.34 1.49 par:pas; -dégénère dégénérer ver 2.95 2.30 1.26 0.47 imp:pre:2s;ind:pre:3s; -dégénèrent dégénérer ver 2.95 2.30 0.03 0.14 ind:pre:3p; -dégénéra dégénérer ver 2.95 2.30 0.02 0.20 ind:pas:3s; -dégénéraient dégénérer ver 2.95 2.30 0.00 0.14 ind:imp:3p; -dégénérait dégénérer ver 2.95 2.30 0.03 0.14 ind:imp:3s; -dégénérant dégénérer ver 2.95 2.30 0.01 0.07 par:pre; -dégénératif dégénératif adj m s 0.28 0.00 0.05 0.00 -dégénération dégénération nom f s 0.10 0.00 0.10 0.00 -dégénérative dégénératif adj f s 0.28 0.00 0.23 0.00 -dégénérer dégénérer ver 2.95 2.30 0.86 0.61 inf; -dégénérescence dégénérescence nom f s 1.22 1.15 1.22 1.08 -dégénérescences dégénérescence nom f p 1.22 1.15 0.00 0.07 -dégénérât dégénérer ver 2.95 2.30 0.00 0.14 sub:imp:3s; -dégénéré dégénéré nom m s 2.16 0.74 1.36 0.41 -dégénérée dégénéré adj f s 1.77 1.35 0.14 0.27 -dégénérées dégénéré adj f p 1.77 1.35 0.03 0.14 -dégénérés dégénéré nom m p 2.16 0.74 0.77 0.27 -dégurgitant dégurgiter ver 0.00 0.07 0.00 0.07 par:pre; -dégusta déguster ver 2.96 11.96 0.00 0.27 ind:pas:3s; -dégustai déguster ver 2.96 11.96 0.00 0.14 ind:pas:1s; -dégustaient déguster ver 2.96 11.96 0.02 0.41 ind:imp:3p; -dégustais déguster ver 2.96 11.96 0.01 0.54 ind:imp:1s;ind:imp:2s; -dégustait déguster ver 2.96 11.96 0.01 0.95 ind:imp:3s; -dégustant déguster ver 2.96 11.96 0.21 0.88 par:pre; -dégustateur dégustateur nom m s 0.12 0.20 0.02 0.14 -dégustateurs dégustateur nom m p 0.12 0.20 0.00 0.07 -dégustation dégustation nom f s 1.01 1.82 0.84 1.76 -dégustations dégustation nom f p 1.01 1.82 0.17 0.07 -dégustatrice dégustateur nom f s 0.12 0.20 0.10 0.00 -déguste déguster ver 2.96 11.96 0.53 1.76 imp:pre:2s;ind:pre:1s;ind:pre:3s; -dégustent déguster ver 2.96 11.96 0.03 0.27 ind:pre:3p; -déguster déguster ver 2.96 11.96 1.84 3.92 inf; -dégustera déguster ver 2.96 11.96 0.02 0.00 ind:fut:3s; -dégusteras déguster ver 2.96 11.96 0.00 0.07 ind:fut:2s; -dégusterons déguster ver 2.96 11.96 0.01 0.00 ind:fut:1p; -dégustez déguster ver 2.96 11.96 0.04 0.14 imp:pre:2p;ind:pre:2p; -dégustâmes déguster ver 2.96 11.96 0.00 0.07 ind:pas:1p; -dégustons déguster ver 2.96 11.96 0.02 0.14 imp:pre:1p;ind:pre:1p; -dégustèrent déguster ver 2.96 11.96 0.00 0.14 ind:pas:3p; -dégusté déguster ver m s 2.96 11.96 0.23 1.69 par:pas; -dégustée déguster ver f s 2.96 11.96 0.01 0.41 par:pas; -dégustées déguster ver f p 2.96 11.96 0.00 0.14 par:pas; -dégustés déguster ver m p 2.96 11.96 0.00 0.07 par:pas; -déhale déhaler ver 0.00 0.27 0.00 0.07 ind:pre:3s; -déhaler déhaler ver 0.00 0.27 0.00 0.07 inf; -déhalées déhaler ver f p 0.00 0.27 0.00 0.14 par:pas; -déhancha déhancher ver 0.67 1.76 0.00 0.07 ind:pas:3s; -déhanchaient déhancher ver 0.67 1.76 0.01 0.27 ind:imp:3p; -déhanchait déhancher ver 0.67 1.76 0.00 0.41 ind:imp:3s; -déhanchant déhancher ver 0.67 1.76 0.03 0.14 par:pre; -déhanche déhancher ver 0.67 1.76 0.47 0.27 imp:pre:2s;ind:pre:1s;ind:pre:3s; -déhanchement déhanchement nom m s 0.05 1.76 0.04 1.08 -déhanchements déhanchement nom m p 0.05 1.76 0.01 0.68 -déhanchent déhancher ver 0.67 1.76 0.05 0.07 ind:pre:3p; -déhancher déhancher ver 0.67 1.76 0.09 0.07 inf; -déhanchez déhancher ver 0.67 1.76 0.02 0.00 imp:pre:2p; -déhanché déhanché adj m s 0.19 0.74 0.19 0.20 -déhanchée déhanché adj f s 0.19 0.74 0.00 0.41 -déhanchées déhancher ver f p 0.67 1.76 0.00 0.07 par:pas; -déhanchés déhanché adj m p 0.19 0.74 0.00 0.07 -déharnacha déharnacher ver 0.00 0.14 0.00 0.07 ind:pas:3s; -déharnachées déharnacher ver f p 0.00 0.14 0.00 0.07 par:pas; -déhiscence déhiscence nom f s 0.02 0.14 0.02 0.14 -déhotte déhotter ver 0.00 0.68 0.00 0.20 ind:pre:1s;ind:pre:3s; -déhotter déhotter ver 0.00 0.68 0.00 0.20 inf; -déhotté déhotter ver m s 0.00 0.68 0.00 0.20 par:pas; -déhottée déhotter ver f s 0.00 0.68 0.00 0.07 par:pas; -déicide déicide adj m s 0.00 0.14 0.00 0.07 -déicides déicide adj m p 0.00 0.14 0.00 0.07 -déifia déifier ver 0.07 0.34 0.00 0.07 ind:pas:3s; -déification déification nom f s 0.00 0.07 0.00 0.07 -déifier déifier ver 0.07 0.34 0.00 0.14 inf; -déifié déifier ver m s 0.07 0.34 0.04 0.14 par:pas; -déifiés déifier ver m p 0.07 0.34 0.02 0.00 par:pas; -déisme déisme nom m s 0.10 0.00 0.10 0.00 -duit duit nom m s 0.00 0.07 0.00 0.07 -déité déité nom f s 0.12 0.20 0.02 0.00 -déités déité nom f p 0.12 0.20 0.10 0.20 -déjanta déjanter ver 0.86 0.54 0.00 0.07 ind:pas:3s; -déjantait déjanter ver 0.86 0.54 0.01 0.07 ind:imp:3s; -déjante déjanter ver 0.86 0.54 0.09 0.14 ind:pre:1s;ind:pre:3s; -déjantent déjanter ver 0.86 0.54 0.01 0.00 ind:pre:3p; -déjanter déjanter ver 0.86 0.54 0.09 0.14 inf; -déjanterais déjanter ver 0.86 0.54 0.01 0.00 cnd:pre:1s; -déjantes déjanter ver 0.86 0.54 0.20 0.07 ind:pre:2s; -déjanté déjanté adj s 0.58 0.20 0.43 0.20 -déjantée déjanter ver f s 0.86 0.54 0.21 0.07 par:pas; -déjantés déjanté adj m p 0.58 0.20 0.15 0.00 -déjaugeant déjauger ver 0.00 0.07 0.00 0.07 par:pre; -déjection déjection nom f s 0.16 2.36 0.00 0.27 -déjections déjection nom f p 0.16 2.36 0.16 2.09 -déjetait déjeter ver 0.00 0.41 0.00 0.14 ind:imp:3s; -déjeté déjeté adj m s 0.00 0.47 0.00 0.41 -déjetée déjeter ver f s 0.00 0.41 0.00 0.20 par:pas; -déjetés déjeté adj m p 0.00 0.47 0.00 0.07 -déjeuna déjeuner ver 35.43 36.01 0.01 0.54 ind:pas:3s; -déjeunai déjeuner ver 35.43 36.01 0.01 0.47 ind:pas:1s; -déjeunaient déjeuner ver 35.43 36.01 0.03 0.88 ind:imp:3p; -déjeunais déjeuner ver 35.43 36.01 0.39 0.74 ind:imp:1s;ind:imp:2s; -déjeunait déjeuner ver 35.43 36.01 0.65 1.89 ind:imp:3s; -déjeunant déjeuner ver 35.43 36.01 0.31 0.68 par:pre; -déjeune déjeuner ver 35.43 36.01 5.34 2.97 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -déjeunent déjeuner ver 35.43 36.01 0.20 0.20 ind:pre:3p; -déjeuner déjeuner nom m s 51.34 59.66 50.32 56.01 -déjeunera déjeuner ver 35.43 36.01 0.46 0.34 ind:fut:3s; -déjeunerai déjeuner ver 35.43 36.01 0.20 0.27 ind:fut:1s; -déjeuneraient déjeuner ver 35.43 36.01 0.00 0.14 cnd:pre:3p; -déjeunerait déjeuner ver 35.43 36.01 0.02 0.20 cnd:pre:3s; -déjeuneras déjeuner ver 35.43 36.01 0.02 0.14 ind:fut:2s; -déjeunerez déjeuner ver 35.43 36.01 0.09 0.07 ind:fut:2p; -déjeunerions déjeuner ver 35.43 36.01 0.00 0.14 cnd:pre:1p; -déjeunerons déjeuner ver 35.43 36.01 0.06 0.20 ind:fut:1p; -déjeuners déjeuner nom m p 51.34 59.66 1.02 3.65 -déjeunes déjeuner ver 35.43 36.01 1.23 0.20 ind:pre:2s;sub:pre:2s; -déjeunez déjeuner ver 35.43 36.01 0.63 0.41 imp:pre:2p;ind:pre:2p; -déjeuniez déjeuner ver 35.43 36.01 0.06 0.07 ind:imp:2p; -déjeunions déjeuner ver 35.43 36.01 0.06 1.62 ind:imp:1p; -déjeunâmes déjeuner ver 35.43 36.01 0.00 0.27 ind:pas:1p; -déjeunons déjeuner ver 35.43 36.01 0.93 0.81 imp:pre:1p;ind:pre:1p; -déjeunât déjeuner ver 35.43 36.01 0.00 0.07 sub:imp:3s; -déjeunèrent déjeuner ver 35.43 36.01 0.00 0.95 ind:pas:3p; -déjeuné déjeuner ver m s 35.43 36.01 4.75 4.73 par:pas; -déjà_vu déjà_vu nom m 0.01 0.34 0.01 0.34 -déjà déjà ono 10.84 3.31 10.84 3.31 -déjoua déjouer ver 3.58 4.39 0.01 0.07 ind:pas:3s; -déjouait déjouer ver 3.58 4.39 0.00 0.07 ind:imp:3s; -déjouant déjouer ver 3.58 4.39 0.16 0.20 par:pre; -déjoue déjouer ver 3.58 4.39 0.40 0.47 imp:pre:2s;ind:pre:1s;ind:pre:3s; -déjouent déjouer ver 3.58 4.39 0.01 0.07 ind:pre:3p; -déjouer déjouer ver 3.58 4.39 1.80 2.36 inf; -déjouerai déjouer ver 3.58 4.39 0.02 0.00 ind:fut:1s; -déjouerez déjouer ver 3.58 4.39 0.01 0.00 ind:fut:2p; -déjouerions déjouer ver 3.58 4.39 0.00 0.07 cnd:pre:1p; -déjouez déjouer ver 3.58 4.39 0.01 0.07 imp:pre:2p;ind:pre:2p; -déjouons déjouer ver 3.58 4.39 0.10 0.00 imp:pre:1p; -déjoué déjouer ver m s 3.58 4.39 0.99 0.61 par:pas; -déjouée déjouer ver f s 3.58 4.39 0.03 0.20 par:pas; -déjouées déjouer ver f p 3.58 4.39 0.00 0.20 par:pas; -déjoués déjouer ver m p 3.58 4.39 0.04 0.00 par:pas; -déjuchaient déjucher ver 0.00 0.07 0.00 0.07 ind:imp:3p; -déjuger déjuger ver 0.02 0.07 0.02 0.00 inf; -déjugé déjuger ver m s 0.02 0.07 0.00 0.07 par:pas; -dékoulakisation dékoulakisation nom f s 0.00 0.07 0.00 0.07 -délabre délabrer ver 0.37 1.49 0.02 0.07 ind:pre:1s;ind:pre:3s; -délabrement délabrement nom m s 0.05 1.62 0.05 1.62 -délabrer délabrer ver 0.37 1.49 0.03 0.07 inf; -délabré délabrer ver m s 0.37 1.49 0.24 0.68 par:pas; -délabrée délabré adj f s 0.50 4.59 0.22 1.55 -délabrées délabré ver f p 0.14 0.00 0.14 0.00 par:pas; -délabrés délabré adj m p 0.50 4.59 0.05 0.41 -délabyrinthez délabyrinther ver 0.01 0.00 0.01 0.00 imp:pre:2p; -délace délacer ver 0.04 1.22 0.01 0.20 imp:pre:2s;ind:pre:3s; -délacer délacer ver 0.04 1.22 0.00 0.14 inf; -délacèrent délacer ver 0.04 1.22 0.00 0.07 ind:pas:3p; -délacé délacer ver m s 0.04 1.22 0.02 0.20 par:pas; -délacées délacer ver f p 0.04 1.22 0.01 0.07 par:pas; -délai délai nom m s 11.04 18.85 8.94 14.59 -délaie délayer ver 0.06 2.84 0.03 0.07 ind:pre:3s; -délais délai nom m p 11.04 18.85 2.10 4.26 -délaissa délaisser ver 2.30 7.77 0.10 0.68 ind:pas:3s; -délaissaient délaisser ver 2.30 7.77 0.02 0.27 ind:imp:3p; -délaissais délaisser ver 2.30 7.77 0.11 0.14 ind:imp:1s;ind:imp:2s; -délaissait délaisser ver 2.30 7.77 0.17 0.41 ind:imp:3s; -délaissant délaisser ver 2.30 7.77 0.25 1.76 par:pre; -délaisse délaisser ver 2.30 7.77 0.61 0.54 imp:pre:2s;ind:pre:1s;ind:pre:3s; -délaissement délaissement nom m s 0.00 0.68 0.00 0.61 -délaissements délaissement nom m p 0.00 0.68 0.00 0.07 -délaissent délaisser ver 2.30 7.77 0.01 0.14 ind:pre:3p; -délaisser délaisser ver 2.30 7.77 0.28 1.01 inf; -délaisserait délaisser ver 2.30 7.77 0.01 0.07 cnd:pre:3s; -délaisses délaisser ver 2.30 7.77 0.03 0.07 ind:pre:2s; -délaissions délaisser ver 2.30 7.77 0.00 0.20 ind:imp:1p; -délaissèrent délaisser ver 2.30 7.77 0.00 0.14 ind:pas:3p; -délaissé délaisser ver m s 2.30 7.77 0.50 1.28 par:pas; -délaissée délaissé adj f s 0.56 2.64 0.19 1.42 -délaissées délaissé adj f p 0.56 2.64 0.15 0.20 -délaissés délaissé adj m p 0.56 2.64 0.14 0.41 -délaita délaiter ver 0.00 0.27 0.00 0.07 ind:pas:3s; -délaite délaiter ver 0.00 0.27 0.00 0.20 ind:pre:3s; -délardant délarder ver 0.00 0.07 0.00 0.07 par:pre; -délassa délasser ver 0.20 1.42 0.00 0.07 ind:pas:3s; -délassait délasser ver 0.20 1.42 0.01 0.14 ind:imp:3s; -délassant délassant adj m s 0.02 0.20 0.02 0.07 -délassante délassant adj f s 0.02 0.20 0.00 0.14 -délasse délasser ver 0.20 1.42 0.14 0.41 imp:pre:2s;ind:pre:1s;ind:pre:3s; -délassement délassement nom m s 0.16 0.47 0.16 0.47 -délasser délasser ver 0.20 1.42 0.04 0.54 inf; -délassera délasser ver 0.20 1.42 0.01 0.07 ind:fut:3s; -délasseront délasser ver 0.20 1.42 0.00 0.14 ind:fut:3p; -délassés délasser ver m p 0.20 1.42 0.00 0.07 par:pas; -délateur délateur nom m s 0.36 0.88 0.20 0.34 -délateurs délateur nom m p 0.36 0.88 0.17 0.47 -délaça délacer ver 0.04 1.22 0.00 0.14 ind:pas:3s; -délaçais délacer ver 0.04 1.22 0.00 0.07 ind:imp:1s; -délaçait délacer ver 0.04 1.22 0.00 0.20 ind:imp:3s; -délaçant délacer ver 0.04 1.22 0.00 0.14 par:pre; -délation délation nom f s 0.26 1.55 0.26 1.28 -délations délation nom f p 0.26 1.55 0.00 0.27 -délatrice délateur nom f s 0.36 0.88 0.00 0.07 -délavait délaver ver 0.04 2.23 0.00 0.07 ind:imp:3s; -délavant délaver ver 0.04 2.23 0.00 0.07 par:pre; -délave délaver ver 0.04 2.23 0.00 0.07 ind:pre:3s; -délavent délaver ver 0.04 2.23 0.00 0.07 ind:pre:3p; -délaver délaver ver 0.04 2.23 0.00 0.07 inf; -délavé délavé adj m s 0.39 4.86 0.23 2.36 -délavée délavé adj f s 0.39 4.86 0.01 0.74 -délavées délavé adj f p 0.39 4.86 0.14 0.54 -délavés délavé adj m p 0.39 4.86 0.01 1.22 -délaya délayer ver 0.06 2.84 0.00 0.14 ind:pas:3s; -délayage délayage nom m s 0.01 0.20 0.01 0.20 -délayait délayer ver 0.06 2.84 0.00 0.14 ind:imp:3s; -délayant délayer ver 0.06 2.84 0.00 0.41 par:pre; -délaye délayer ver 0.06 2.84 0.00 0.27 ind:pre:3s; -délayent délayer ver 0.06 2.84 0.00 0.07 ind:pre:3p; -délayer délayer ver 0.06 2.84 0.03 0.47 inf; -délayé délayer ver m s 0.06 2.84 0.00 0.54 par:pas; -délayée délayé adj f s 0.01 0.20 0.01 0.14 -délayés délayer ver m p 0.06 2.84 0.00 0.34 par:pas; -dulcifiant dulcifier ver 0.00 0.14 0.00 0.14 par:pre; -dulcinée dulcinée nom f s 0.42 0.47 0.42 0.47 -délectable délectable adj s 0.70 2.16 0.56 1.55 -délectables délectable adj p 0.70 2.16 0.14 0.61 -délectai délecter ver 0.85 3.58 0.00 0.07 ind:pas:1s; -délectaient délecter ver 0.85 3.58 0.01 0.14 ind:imp:3p; -délectais délecter ver 0.85 3.58 0.03 0.14 ind:imp:1s; -délectait délecter ver 0.85 3.58 0.03 1.42 ind:imp:3s; -délectant délecter ver 0.85 3.58 0.02 0.14 par:pre; -délectation délectation nom f s 0.07 3.38 0.07 3.24 -délectations délectation nom f p 0.07 3.38 0.00 0.14 -délecte délecter ver 0.85 3.58 0.21 0.68 imp:pre:2s;ind:pre:1s;ind:pre:3s; -délectent délecter ver 0.85 3.58 0.16 0.14 ind:pre:3p; -délecter délecter ver 0.85 3.58 0.21 0.47 inf; -délectes délecter ver 0.85 3.58 0.03 0.07 ind:pre:2s; -délectez délecter ver 0.85 3.58 0.01 0.00 ind:pre:2p; -délections délecter ver 0.85 3.58 0.00 0.07 ind:imp:1p; -délectât délecter ver 0.85 3.58 0.00 0.07 sub:imp:3s; -délecté délecter ver m s 0.85 3.58 0.14 0.20 par:pas; -délestage délestage nom m s 0.02 0.14 0.02 0.14 -délestant délester ver 0.35 3.04 0.10 0.07 par:pre; -déleste délester ver 0.35 3.04 0.02 0.14 imp:pre:2s;ind:pre:1s;ind:pre:3s; -délester délester ver 0.35 3.04 0.15 0.54 inf; -délestons délester ver 0.35 3.04 0.01 0.00 imp:pre:1p; -délestèrent délester ver 0.35 3.04 0.00 0.07 ind:pas:3p; -délesté délester ver m s 0.35 3.04 0.05 1.15 par:pas; -délestée délester ver f s 0.35 3.04 0.02 0.61 par:pas; -délestées délester ver f p 0.35 3.04 0.00 0.14 par:pas; -délestés délester ver m p 0.35 3.04 0.00 0.34 par:pas; -délia délier ver 2.55 4.86 0.88 0.27 ind:pas:3s; -déliaient délier ver 2.55 4.86 0.00 0.14 ind:imp:3p; -déliait délier ver 2.55 4.86 0.01 0.41 ind:imp:3s; -déliant délier ver 2.55 4.86 0.00 0.27 par:pre; -délibère délibérer ver 2.44 3.78 0.27 0.07 ind:pre:1s;ind:pre:3s; -délibèrent délibérer ver 2.44 3.78 0.04 0.14 ind:pre:3p; -délibéra délibérer ver 2.44 3.78 0.02 0.07 ind:pas:3s; -délibéraient délibérer ver 2.44 3.78 0.00 0.14 ind:imp:3p; -délibérait délibérer ver 2.44 3.78 0.00 0.27 ind:imp:3s; -délibérant délibérer ver 2.44 3.78 0.00 0.07 par:pre; -délibération délibération nom f s 1.17 1.89 0.69 0.81 -délibérations délibération nom f p 1.17 1.89 0.48 1.08 -délibérative délibératif adj f s 0.00 0.14 0.00 0.14 -délibératoire délibératoire adj s 0.01 0.00 0.01 0.00 -délibérer délibérer ver 2.44 3.78 0.74 0.81 inf; -délibérera délibérer ver 2.44 3.78 0.04 0.07 ind:fut:3s; -délibéreraient délibérer ver 2.44 3.78 0.00 0.14 cnd:pre:3p; -délibérions délibérer ver 2.44 3.78 0.00 0.07 ind:imp:1p; -délibérèrent délibérer ver 2.44 3.78 0.00 0.07 ind:pas:3p; -délibéré délibérer ver m s 2.44 3.78 1.18 0.74 par:pas; -délibérée délibéré adj f s 0.76 2.70 0.19 1.08 -délibérées délibéré adj f p 0.76 2.70 0.01 0.20 -délibérément délibérément adv 3.11 5.47 3.11 5.47 -délibérés délibéré adj m p 0.76 2.70 0.04 0.07 -délicat délicat adj m s 22.52 37.03 9.60 13.72 -délicate délicat adj f s 22.52 37.03 9.26 12.50 -délicatement délicatement adv 1.48 10.34 1.48 10.34 -délicates délicat adj f p 22.52 37.03 2.31 5.27 -délicatesse délicatesse nom f s 3.37 13.58 3.34 11.96 -délicatesses délicatesse nom f p 3.37 13.58 0.02 1.62 -délicats délicat adj m p 22.52 37.03 1.35 5.54 -délice délice nom m s 6.17 19.73 3.75 4.26 -délices délice nom f p 6.17 19.73 2.42 15.47 -délicieuse délicieux adj f s 29.22 28.65 6.56 10.74 -délicieusement délicieusement adv 0.52 5.27 0.52 5.27 -délicieuses délicieux adj f p 29.22 28.65 2.04 2.84 -délicieux délicieux adj m 29.22 28.65 20.62 15.07 -délictuelle délictuel adj f s 0.01 0.00 0.01 0.00 -délictueuse délictueux adj f s 0.12 0.41 0.09 0.00 -délictueuses délictueux adj f p 0.12 0.41 0.00 0.34 -délictueux délictueux adj m 0.12 0.41 0.03 0.07 -délie délier ver 2.55 4.86 0.68 0.47 imp:pre:2s;ind:pre:1s;ind:pre:3s; -délient délier ver 2.55 4.86 0.04 0.07 ind:pre:3p; -délier délier ver 2.55 4.86 0.23 1.22 inf; -délieraient délier ver 2.55 4.86 0.01 0.07 cnd:pre:3p; -délieras délier ver 2.55 4.86 0.14 0.07 ind:fut:2s; -déliez délier ver 2.55 4.86 0.17 0.00 imp:pre:2p;ind:pre:2p; -délimitaient délimiter ver 0.38 5.54 0.00 0.74 ind:imp:3p; -délimitais délimiter ver 0.38 5.54 0.00 0.07 ind:imp:1s; -délimitait délimiter ver 0.38 5.54 0.00 0.41 ind:imp:3s; -délimitant délimiter ver 0.38 5.54 0.01 0.61 par:pre; -délimitation délimitation nom f s 0.00 0.34 0.00 0.27 -délimitations délimitation nom f p 0.00 0.34 0.00 0.07 -délimite délimiter ver 0.38 5.54 0.14 0.20 imp:pre:2s;ind:pre:3s; -délimitent délimiter ver 0.38 5.54 0.02 0.47 ind:pre:3p; -délimiter délimiter ver 0.38 5.54 0.07 0.41 inf; -délimitez délimiter ver 0.38 5.54 0.03 0.00 imp:pre:2p;ind:pre:2p; -délimitions délimiter ver 0.38 5.54 0.00 0.07 ind:imp:1p; -délimitons délimiter ver 0.38 5.54 0.01 0.00 ind:pre:1p; -délimité délimiter ver m s 0.38 5.54 0.03 1.15 par:pas; -délimitée délimiter ver f s 0.38 5.54 0.05 0.68 par:pas; -délimitées délimiter ver f p 0.38 5.54 0.00 0.41 par:pas; -délimités délimiter ver m p 0.38 5.54 0.01 0.34 par:pas; -délinquance délinquance nom f s 1.54 1.42 1.54 1.35 -délinquances délinquance nom f p 1.54 1.42 0.00 0.07 -délinquant délinquant nom m s 4.16 1.89 1.97 0.88 -délinquante délinquant adj f s 0.86 0.61 0.15 0.27 -délinquantes délinquant nom f p 4.16 1.89 0.03 0.07 -délinquants délinquant nom m p 4.16 1.89 2.07 0.81 -délinéaments délinéament nom m p 0.00 0.07 0.00 0.07 -déliquescence déliquescence nom f s 0.16 0.14 0.16 0.14 -déliquescent déliquescent adj m s 0.02 0.41 0.02 0.07 -déliquescente déliquescent adj f s 0.02 0.41 0.00 0.27 -déliquescents déliquescent adj m p 0.02 0.41 0.00 0.07 -délira délirer ver 13.73 7.23 0.02 0.07 ind:pas:3s; -délirai délirer ver 13.73 7.23 0.00 0.07 ind:pas:1s; -déliraient délirer ver 13.73 7.23 0.01 0.20 ind:imp:3p; -délirais délirer ver 13.73 7.23 0.44 0.47 ind:imp:1s;ind:imp:2s; -délirait délirer ver 13.73 7.23 1.17 1.08 ind:imp:3s; -délirant délirant adj m s 3.05 5.61 1.36 1.28 -délirante délirant adj f s 3.05 5.61 0.83 2.30 -délirantes délirant adj f p 3.05 5.61 0.11 0.95 -délirants délirant adj m p 3.05 5.61 0.75 1.08 -délirassent délirer ver 13.73 7.23 0.00 0.07 sub:imp:3p; -délire délire nom m s 13.20 19.80 10.93 16.62 -délirent délirer ver 13.73 7.23 0.17 0.07 ind:pre:3p; -délirer délirer ver 13.73 7.23 1.94 2.23 inf; -délireras délirer ver 13.73 7.23 0.01 0.00 ind:fut:2s; -délires délirer ver 13.73 7.23 4.81 0.27 ind:pre:2s; -délirez délirer ver 13.73 7.23 0.94 0.27 imp:pre:2p;ind:pre:2p; -déliriez délirer ver 13.73 7.23 0.11 0.00 ind:imp:2p; -déliré délirer ver m s 13.73 7.23 0.45 0.27 par:pas; -délit délit nom m s 13.52 7.97 11.35 6.35 -délitaient déliter ver 0.11 0.68 0.00 0.07 ind:imp:3p; -délite déliter ver 0.11 0.68 0.01 0.20 ind:pre:3s; -délitent déliter ver 0.11 0.68 0.00 0.14 ind:pre:3p; -déliteront déliter ver 0.11 0.68 0.00 0.07 ind:fut:3p; -délièrent délier ver 2.55 4.86 0.00 0.07 ind:pas:3p; -délits délit nom m p 13.52 7.97 2.17 1.62 -délité déliter ver m s 0.11 0.68 0.10 0.00 par:pas; -délitée déliter ver f s 0.11 0.68 0.00 0.07 par:pas; -délitées déliter ver f p 0.11 0.68 0.00 0.14 par:pas; -délié délier ver m s 2.55 4.86 0.14 0.41 par:pas; -déliée délier ver f s 2.55 4.86 0.12 0.68 par:pas; -déliées délié adj f p 0.04 2.36 0.01 0.68 -déliés délier ver m p 2.55 4.86 0.14 0.34 par:pas; -délivra délivrer ver 14.45 31.15 0.00 0.74 ind:pas:3s; -délivraient délivrer ver 14.45 31.15 0.03 0.61 ind:imp:3p; -délivrais délivrer ver 14.45 31.15 0.01 0.07 ind:imp:1s; -délivrait délivrer ver 14.45 31.15 0.01 2.50 ind:imp:3s; -délivrance délivrance nom f s 1.94 5.74 1.94 5.68 -délivrances délivrance nom f p 1.94 5.74 0.00 0.07 -délivrant délivrer ver 14.45 31.15 0.04 0.20 par:pre; -délivre délivrer ver 14.45 31.15 4.37 2.16 imp:pre:2s;ind:pre:1s;ind:pre:3s; -délivrent délivrer ver 14.45 31.15 0.25 0.68 ind:pre:3p; -délivrer délivrer ver 14.45 31.15 4.76 7.91 ind:pre:2p;inf; -délivrera délivrer ver 14.45 31.15 0.60 0.68 ind:fut:3s; -délivrerai délivrer ver 14.45 31.15 0.46 0.00 ind:fut:1s; -délivreraient délivrer ver 14.45 31.15 0.00 0.07 cnd:pre:3p; -délivrerais délivrer ver 14.45 31.15 0.01 0.00 cnd:pre:1s; -délivrerait délivrer ver 14.45 31.15 0.05 1.08 cnd:pre:3s; -délivreras délivrer ver 14.45 31.15 0.12 0.00 ind:fut:2s; -délivrerez délivrer ver 14.45 31.15 0.01 0.00 ind:fut:2p; -délivrerons délivrer ver 14.45 31.15 0.00 0.07 ind:fut:1p; -délivreront délivrer ver 14.45 31.15 0.03 0.00 ind:fut:3p; -délivreurs délivreur nom m p 0.00 0.07 0.00 0.07 -délivrez délivrer ver 14.45 31.15 0.94 0.41 imp:pre:2p;ind:pre:2p; -délivriez délivrer ver 14.45 31.15 0.02 0.00 ind:imp:2p; -délivrions délivrer ver 14.45 31.15 0.01 0.00 ind:imp:1p; -délivrons délivrer ver 14.45 31.15 0.16 0.00 imp:pre:1p;ind:pre:1p; -délivrât délivrer ver 14.45 31.15 0.00 0.14 sub:imp:3s; -délivrèrent délivrer ver 14.45 31.15 0.00 0.07 ind:pas:3p; -délivré délivrer ver m s 14.45 31.15 1.14 7.97 par:pas; -délivrée délivrer ver f s 14.45 31.15 0.52 3.99 par:pas; -délivrées délivrer ver f p 14.45 31.15 0.07 0.34 par:pas; -délivrés délivrer ver m p 14.45 31.15 0.84 1.49 par:pas; -délocalisation délocalisation nom f s 0.06 0.00 0.06 0.00 -délocaliser délocaliser ver 0.09 0.00 0.06 0.00 inf; -délocalisez délocaliser ver 0.09 0.00 0.01 0.00 imp:pre:2p; -délocalisé délocaliser ver m s 0.09 0.00 0.02 0.00 par:pas; -déloge déloger ver 1.94 3.45 0.18 0.14 imp:pre:2s;ind:pre:3s; -délogea déloger ver 1.94 3.45 0.00 0.14 ind:pas:3s; -délogeait déloger ver 1.94 3.45 0.00 0.14 ind:imp:3s; -délogeât déloger ver 1.94 3.45 0.00 0.14 sub:imp:3s; -déloger déloger ver 1.94 3.45 1.17 1.89 inf; -délogera déloger ver 1.94 3.45 0.02 0.14 ind:fut:3s; -délogerait déloger ver 1.94 3.45 0.02 0.00 cnd:pre:3s; -délogerons déloger ver 1.94 3.45 0.00 0.07 ind:fut:1p; -délogez déloger ver 1.94 3.45 0.05 0.00 imp:pre:2p; -délogé déloger ver m s 1.94 3.45 0.20 0.34 par:pas; -délogée déloger ver f s 1.94 3.45 0.01 0.27 par:pas; -délogés déloger ver m p 1.94 3.45 0.29 0.20 par:pas; -déloquaient déloquer ver 0.05 1.69 0.00 0.07 ind:imp:3p; -déloque déloquer ver 0.05 1.69 0.01 0.74 imp:pre:2s;ind:pre:1s;ind:pre:3s; -déloquer déloquer ver 0.05 1.69 0.04 0.54 inf; -déloques déloquer ver 0.05 1.69 0.00 0.14 ind:pre:2s; -déloqué déloquer ver m s 0.05 1.69 0.00 0.07 par:pas; -déloquées déloquer ver f p 0.05 1.69 0.00 0.07 par:pas; -déloqués déloquer ver m p 0.05 1.69 0.00 0.07 par:pas; -délourdant délourder ver 0.00 0.20 0.00 0.07 par:pre; -délourder délourder ver 0.00 0.20 0.00 0.14 inf; -déloyal déloyal adj m s 1.41 0.54 0.81 0.47 -déloyale déloyal adj f s 1.41 0.54 0.54 0.07 -déloyalement déloyalement adv 0.02 0.14 0.02 0.14 -déloyauté déloyauté nom f s 0.26 0.34 0.26 0.27 -déloyautés déloyauté nom f p 0.26 0.34 0.00 0.07 -déloyaux déloyal adj m p 1.41 0.54 0.06 0.00 -délègue déléguer ver 1.90 6.62 0.21 0.54 imp:pre:2s;ind:pre:1s;ind:pre:3s; -délégation délégation nom f s 3.49 12.77 3.11 10.68 -délégations délégation nom f p 3.49 12.77 0.39 2.09 -déluge déluge nom m s 2.53 8.58 2.51 8.18 -déluges déluge nom m p 2.53 8.58 0.03 0.41 -délégua déléguer ver 1.90 6.62 0.00 0.41 ind:pas:3s; -déléguaient déléguer ver 1.90 6.62 0.00 0.14 ind:imp:3p; -déléguait déléguer ver 1.90 6.62 0.01 0.74 ind:imp:3s; -déléguant déléguer ver 1.90 6.62 0.00 0.20 par:pre; -déléguer déléguer ver 1.90 6.62 0.52 0.95 inf; -déléguerai déléguer ver 1.90 6.62 0.04 0.00 ind:fut:1s; -délégueraient déléguer ver 1.90 6.62 0.00 0.07 cnd:pre:3p; -déléguez déléguer ver 1.90 6.62 0.04 0.14 imp:pre:2p;ind:pre:2p; -déléguiez déléguer ver 1.90 6.62 0.00 0.07 ind:imp:2p; -déléguons déléguer ver 1.90 6.62 0.01 0.00 ind:pre:1p; -déléguât déléguer ver 1.90 6.62 0.00 0.07 sub:imp:3s; -délégué_général délégué_général adj m s 0.00 0.14 0.00 0.14 -délégué_général délégué_général nom m s 0.00 0.14 0.00 0.14 -délégué délégué nom m s 3.96 12.16 1.83 7.09 -déléguée délégué nom f s 3.96 12.16 0.57 0.27 -délégués délégué nom m p 3.96 12.16 1.56 4.80 -déluré déluré adj m s 0.36 0.81 0.16 0.41 -délurée déluré adj f s 0.36 0.81 0.18 0.34 -délurées délurer ver f p 0.11 0.34 0.05 0.07 par:pas; -délustrer délustrer ver 0.00 0.07 0.00 0.07 inf; -délétère délétère adj s 0.00 1.01 0.00 0.68 -délétères délétère adj p 0.00 1.01 0.00 0.34 -dum_dum dum_dum adj 0.20 0.27 0.20 0.27 -démagnétiser démagnétiser ver 0.12 0.07 0.04 0.00 inf; -démagnétisé démagnétiser ver m s 0.12 0.07 0.05 0.00 par:pas; -démagnétisée démagnétiser ver f s 0.12 0.07 0.02 0.07 par:pas; -démago démago adj f s 0.03 0.00 0.03 0.00 -démagogie démagogie nom f s 0.47 1.35 0.47 1.35 -démagogique démagogique adj f s 0.14 0.47 0.14 0.34 -démagogiques démagogique adj m p 0.14 0.47 0.00 0.14 -démagogue démagogue adj s 0.22 0.07 0.21 0.07 -démagogues démagogue nom p 0.29 0.54 0.13 0.34 -démaille démailler ver 0.00 0.20 0.00 0.07 ind:pre:3s; -démailler démailler ver 0.00 0.20 0.00 0.07 inf; -démailloter démailloter ver 0.00 0.34 0.00 0.20 inf; -démailloté démailloter ver m s 0.00 0.34 0.00 0.14 par:pas; -démaillée démailler ver f s 0.00 0.20 0.00 0.07 par:pas; -démanche démancher ver 0.00 0.20 0.00 0.07 ind:pre:3s; -démancher démancher ver 0.00 0.20 0.00 0.07 inf; -démanché démancher ver m s 0.00 0.20 0.00 0.07 par:pas; -démange démanger ver 3.10 3.51 2.38 1.42 imp:pre:2s;ind:pre:1s;ind:pre:3s; -démangeaient démanger ver 3.10 3.51 0.00 0.14 ind:imp:3p; -démangeais démanger ver 3.10 3.51 0.01 0.07 ind:imp:1s; -démangeaison démangeaison nom f s 1.05 2.30 0.39 1.08 -démangeaisons démangeaison nom f p 1.05 2.30 0.66 1.22 -démangeait démanger ver 3.10 3.51 0.29 1.42 ind:imp:3s; -démangent démanger ver 3.10 3.51 0.28 0.20 ind:pre:3p; -démanger démanger ver 3.10 3.51 0.13 0.07 inf; -démangé démanger ver m s 3.10 3.51 0.01 0.14 par:pas; -démangés démanger ver m p 3.10 3.51 0.00 0.07 par:pas; -démanteler démanteler ver 1.83 1.62 0.68 0.34 inf; -démantelez démanteler ver 1.83 1.62 0.04 0.00 imp:pre:2p; -démantelons démanteler ver 1.83 1.62 0.01 0.00 ind:pre:1p; -démantelé démanteler ver m s 1.83 1.62 0.68 0.27 par:pas; -démantelée démanteler ver f s 1.83 1.62 0.03 0.20 par:pas; -démantelées démanteler ver f p 1.83 1.62 0.30 0.34 par:pas; -démantelés démanteler ver m p 1.83 1.62 0.01 0.34 par:pas; -démantibulant démantibuler ver 0.04 1.76 0.00 0.07 par:pre; -démantibule démantibuler ver 0.04 1.76 0.02 0.07 ind:pre:1s;ind:pre:3s; -démantibulent démantibuler ver 0.04 1.76 0.00 0.07 ind:pre:3p; -démantibuler démantibuler ver 0.04 1.76 0.01 0.20 inf; -démantibulé démantibuler ver m s 0.04 1.76 0.01 0.47 par:pas; -démantibulée démantibuler ver f s 0.04 1.76 0.00 0.27 par:pas; -démantibulées démantibuler ver f p 0.04 1.76 0.00 0.27 par:pas; -démantibulés démantibuler ver m p 0.04 1.76 0.00 0.34 par:pas; -démantèle démanteler ver 1.83 1.62 0.08 0.00 imp:pre:2s;ind:pre:1s;ind:pre:3s; -démantèlement démantèlement nom m s 0.14 0.41 0.14 0.34 -démantèlements démantèlement nom m p 0.14 0.41 0.00 0.07 -démantèlent démanteler ver 1.83 1.62 0.00 0.14 ind:pre:3p; -démaquillage démaquillage nom m s 0.01 0.14 0.01 0.14 -démaquillaient démaquiller ver 0.55 1.49 0.00 0.07 ind:imp:3p; -démaquillais démaquiller ver 0.55 1.49 0.00 0.07 ind:imp:1s; -démaquillait démaquiller ver 0.55 1.49 0.00 0.27 ind:imp:3s; -démaquillant démaquillant nom m s 0.04 0.41 0.04 0.41 -démaquillante démaquillant adj f s 0.04 0.07 0.04 0.00 -démaquille démaquiller ver 0.55 1.49 0.16 0.14 imp:pre:2s;ind:pre:1s;ind:pre:3s; -démaquiller démaquiller ver 0.55 1.49 0.25 0.47 inf; -démaquillerai démaquiller ver 0.55 1.49 0.10 0.00 ind:fut:1s; -démaquillé démaquiller ver m s 0.55 1.49 0.02 0.34 par:pas; -démaquillée démaquiller ver f s 0.55 1.49 0.01 0.14 par:pas; -démarcation démarcation nom f s 0.29 1.76 0.29 1.76 -démarcha démarcher ver 0.13 0.27 0.01 0.14 ind:pas:3s; -démarchage démarchage nom m s 0.06 0.07 0.06 0.07 -démarchait démarcher ver 0.13 0.27 0.01 0.07 ind:imp:3s; -démarche démarche nom f s 5.69 32.91 3.96 25.07 -démarcher démarcher ver 0.13 0.27 0.05 0.00 inf; -démarches démarche nom f p 5.69 32.91 1.73 7.84 -démarcheur démarcheur nom m s 0.04 1.15 0.02 0.74 -démarcheurs démarcheur nom m p 0.04 1.15 0.00 0.41 -démarcheuse démarcheur nom f s 0.04 1.15 0.02 0.00 -démarient démarier ver 0.02 0.07 0.01 0.00 ind:pre:3p; -démarier démarier ver 0.02 0.07 0.01 0.00 inf; -démariée démarier ver f s 0.02 0.07 0.00 0.07 par:pas; -démarquai démarquer ver 0.94 0.74 0.00 0.07 ind:pas:1s; -démarquaient démarquer ver 0.94 0.74 0.00 0.20 ind:imp:3p; -démarquait démarquer ver 0.94 0.74 0.01 0.07 ind:imp:3s; -démarque démarquer ver 0.94 0.74 0.22 0.00 imp:pre:2s;ind:pre:1s;ind:pre:3s; -démarquer démarquer ver 0.94 0.74 0.13 0.20 inf; -démarqué démarquer ver m s 0.94 0.74 0.49 0.14 par:pas; -démarquée démarquer ver f s 0.94 0.74 0.07 0.07 par:pas; -démarquées démarquer ver f p 0.94 0.74 0.01 0.00 par:pas; -démarqués démarquer ver m p 0.94 0.74 0.01 0.00 par:pas; -démarra démarrer ver 35.67 29.32 0.03 6.35 ind:pas:3s; -démarrage démarrage nom m s 1.18 3.31 1.17 3.11 -démarrages démarrage nom m p 1.18 3.31 0.01 0.20 -démarrai démarrer ver 35.67 29.32 0.00 0.20 ind:pas:1s; -démarraient démarrer ver 35.67 29.32 0.02 0.34 ind:imp:3p; -démarrais démarrer ver 35.67 29.32 0.06 0.34 ind:imp:1s;ind:imp:2s; -démarrait démarrer ver 35.67 29.32 0.57 2.50 ind:imp:3s; -démarrant démarrer ver 35.67 29.32 0.09 1.22 par:pre; -démarre démarrer ver 35.67 29.32 17.11 6.69 imp:pre:2s;ind:pre:1s;ind:pre:3s; -démarrent démarrer ver 35.67 29.32 1.04 0.81 ind:pre:3p; -démarrer démarrer ver 35.67 29.32 9.10 5.27 inf; -démarrera démarrer ver 35.67 29.32 0.29 0.07 ind:fut:3s; -démarrerai démarrer ver 35.67 29.32 0.02 0.00 ind:fut:1s; -démarreront démarrer ver 35.67 29.32 0.04 0.00 ind:fut:3p; -démarres démarrer ver 35.67 29.32 0.51 0.20 ind:pre:2s; -démarreur démarreur nom m s 1.25 2.23 1.24 2.09 -démarreurs démarreur nom m p 1.25 2.23 0.01 0.14 -démarrez démarrer ver 35.67 29.32 3.15 0.07 imp:pre:2p;ind:pre:2p; -démarrions démarrer ver 35.67 29.32 0.00 0.07 ind:imp:1p; -démarrons démarrer ver 35.67 29.32 0.39 0.20 imp:pre:1p;ind:pre:1p; -démarrât démarrer ver 35.67 29.32 0.00 0.07 sub:imp:3s; -démarrèrent démarrer ver 35.67 29.32 0.00 0.27 ind:pas:3p; -démarré démarrer ver m s 35.67 29.32 3.15 4.32 par:pas; -démarrée démarrer ver f s 35.67 29.32 0.10 0.14 par:pas; -démarrées démarrer ver f p 35.67 29.32 0.00 0.07 par:pas; -démarrés démarrer ver m p 35.67 29.32 0.01 0.14 par:pas; -démasqua démasquer ver 6.41 4.66 0.00 0.27 ind:pas:3s; -démasquage démasquage nom m s 0.01 0.00 0.01 0.00 -démasquaient démasquer ver 6.41 4.66 0.00 0.07 ind:imp:3p; -démasquais démasquer ver 6.41 4.66 0.00 0.07 ind:imp:1s; -démasquait démasquer ver 6.41 4.66 0.02 0.07 ind:imp:3s; -démasquant démasquer ver 6.41 4.66 0.17 0.61 par:pre; -démasque démasquer ver 6.41 4.66 0.46 0.27 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -démasquent démasquer ver 6.41 4.66 0.07 0.20 ind:pre:3p; -démasquer démasquer ver 6.41 4.66 2.44 0.74 imp:pre:2p;inf; -démasquera démasquer ver 6.41 4.66 0.20 0.00 ind:fut:3s; -démasquerai démasquer ver 6.41 4.66 0.07 0.07 ind:fut:1s; -démasquerait démasquer ver 6.41 4.66 0.11 0.00 cnd:pre:3s; -démasqueriez démasquer ver 6.41 4.66 0.01 0.00 cnd:pre:2p; -démasquerons démasquer ver 6.41 4.66 0.03 0.07 ind:fut:1p; -démasqueront démasquer ver 6.41 4.66 0.01 0.00 ind:fut:3p; -démasquons démasquer ver 6.41 4.66 0.02 0.00 imp:pre:1p;ind:pre:1p; -démasqué démasquer ver m s 6.41 4.66 1.76 1.35 par:pas; -démasquée démasquer ver f s 6.41 4.66 0.51 0.54 par:pas; -démasquées démasquer ver f p 6.41 4.66 0.04 0.07 par:pas; -démasqués démasquer ver m p 6.41 4.66 0.50 0.27 par:pas; -dématérialisation dématérialisation nom f s 0.01 0.00 0.01 0.00 -dématérialise dématérialiser ver 0.18 0.07 0.04 0.07 imp:pre:2s;ind:pre:1s;ind:pre:3s; -dématérialisent dématérialiser ver 0.18 0.07 0.01 0.00 ind:pre:3p; -dématérialiser dématérialiser ver 0.18 0.07 0.05 0.00 inf; -dématérialisé dématérialiser ver m s 0.18 0.07 0.08 0.00 par:pas; -démembrant démembrer ver 0.87 0.54 0.01 0.00 par:pre; -démembre démembrer ver 0.87 0.54 0.12 0.00 ind:pre:1s;ind:pre:3s; -démembrement démembrement nom m s 0.14 0.34 0.13 0.34 -démembrements démembrement nom m p 0.14 0.34 0.01 0.00 -démembrer démembrer ver 0.87 0.54 0.28 0.20 inf; -démembrez démembrer ver 0.87 0.54 0.01 0.00 ind:pre:2p; -démembré démembrer ver m s 0.87 0.54 0.25 0.20 par:pas; -démembrée démembrer ver f s 0.87 0.54 0.08 0.00 par:pas; -démembrées démembrer ver f p 0.87 0.54 0.04 0.00 par:pas; -démembrés démembrer ver m p 0.87 0.54 0.07 0.14 par:pas; -démena démener ver 2.65 3.72 0.00 0.14 ind:pas:3s; -démenaient démener ver 2.65 3.72 0.00 0.41 ind:imp:3p; -démenais démener ver 2.65 3.72 0.25 0.00 ind:imp:1s;ind:imp:2s; -démenait démener ver 2.65 3.72 0.05 0.95 ind:imp:3s; -démenant démener ver 2.65 3.72 0.01 0.47 par:pre; -démence démence nom f s 2.75 2.43 2.75 2.43 -démener démener ver 2.65 3.72 0.32 1.01 inf; -démenons démener ver 2.65 3.72 0.00 0.07 ind:pre:1p; -démenotte démenotter ver 0.00 0.07 0.00 0.07 ind:pre:3s; -démens démentir ver 3.06 6.35 0.37 0.00 imp:pre:2s;ind:pre:1s;ind:pre:2s; -dément dément adj m s 3.12 3.72 2.02 1.35 -démentaient démentir ver 3.06 6.35 0.01 0.61 ind:imp:3p; -démentait démentir ver 3.06 6.35 0.01 1.22 ind:imp:3s; -démentant démentir ver 3.06 6.35 0.01 0.41 par:pre; -démente dément adj f s 3.12 3.72 0.48 1.28 -démentent démentir ver 3.06 6.35 0.05 0.20 ind:pre:3p; -démentes dément adj f p 3.12 3.72 0.20 0.54 -démentez démentir ver 3.06 6.35 0.03 0.00 imp:pre:2p;ind:pre:2p; -démenti démenti nom m s 1.04 2.70 1.01 2.09 -démentie démenti adj f s 0.21 0.68 0.16 0.07 -démentiel démentiel adj m s 0.52 1.42 0.46 0.61 -démentielle démentiel adj f s 0.52 1.42 0.05 0.41 -démentielles démentiel adj f p 0.52 1.42 0.00 0.27 -démentiels démentiel adj m p 0.52 1.42 0.01 0.14 -démenties démentir ver f p 3.06 6.35 0.27 0.14 par:pas; -démentir démentir ver 3.06 6.35 1.06 1.55 inf; -démentirai démentir ver 3.06 6.35 0.01 0.00 ind:fut:1s; -démentirait démentir ver 3.06 6.35 0.01 0.00 cnd:pre:3s; -démentiront démentir ver 3.06 6.35 0.01 0.00 ind:fut:3p; -démentis démenti nom m p 1.04 2.70 0.03 0.61 -démentit démentir ver 3.06 6.35 0.03 0.41 ind:pas:3s; -déments dément adj m p 3.12 3.72 0.41 0.54 -démené démener ver m s 2.65 3.72 0.30 0.07 par:pas; -démenée démener ver f s 2.65 3.72 0.09 0.07 par:pas; -démerdaient démerder ver 5.37 6.42 0.00 0.07 ind:imp:3p; -démerdais démerder ver 5.37 6.42 0.01 0.07 ind:imp:1s; -démerdait démerder ver 5.37 6.42 0.02 0.14 ind:imp:3s; -démerdard démerdard nom m s 0.16 0.07 0.16 0.00 -démerdards démerdard nom m p 0.16 0.07 0.00 0.07 -démerde démerder ver 5.37 6.42 1.74 1.62 imp:pre:2s;ind:pre:1s;ind:pre:3s; -démerdent démerder ver 5.37 6.42 0.21 0.41 ind:pre:3p; -démerder démerder ver 5.37 6.42 1.27 1.01 inf; -démerdera démerder ver 5.37 6.42 0.02 0.27 ind:fut:3s; -démerderai démerder ver 5.37 6.42 0.01 0.54 ind:fut:1s; -démerderas démerder ver 5.37 6.42 0.00 0.14 ind:fut:2s; -démerdes démerder ver 5.37 6.42 0.93 0.34 ind:pre:2s; -démerdez démerder ver 5.37 6.42 0.80 0.54 imp:pre:2p;ind:pre:2p; -démerdé démerder ver m s 5.37 6.42 0.23 0.81 par:pas; -démerdée démerder ver f s 5.37 6.42 0.14 0.27 par:pas; -démerdés démerder ver m p 5.37 6.42 0.00 0.20 par:pas; -démesure démesure nom f s 0.04 1.15 0.04 1.15 -démesurent démesurer ver 0.55 2.30 0.00 0.07 ind:pre:3p; -démesuré démesuré adj m s 0.72 8.38 0.41 3.18 -démesurée démesurer ver f s 0.55 2.30 0.36 0.88 par:pas; -démesurées démesuré adj f p 0.72 8.38 0.07 1.08 -démesurément démesurément adv 0.09 4.19 0.09 4.19 -démesurés démesurer ver m p 0.55 2.30 0.11 0.27 par:pas; -démet démettre ver 0.84 1.28 0.04 0.14 ind:pre:3s; -démets démettre ver 0.84 1.28 0.04 0.07 ind:pre:1s; -démette démettre ver 0.84 1.28 0.01 0.00 sub:pre:3s; -démettez démettre ver 0.84 1.28 0.04 0.00 imp:pre:2p; -démettrait démettre ver 0.84 1.28 0.00 0.07 cnd:pre:3s; -démettre démettre ver 0.84 1.28 0.20 0.41 inf; -démeublé démeubler ver m s 0.00 0.41 0.00 0.20 par:pas; -démeublée démeubler ver f s 0.00 0.41 0.00 0.20 par:pas; -démilitarisation démilitarisation nom f s 0.14 0.07 0.14 0.07 -démilitarisée démilitariser ver f s 0.25 0.14 0.25 0.07 par:pas; -démilitarisées démilitariser ver f p 0.25 0.14 0.00 0.07 par:pas; -déminage déminage nom m s 0.69 0.34 0.69 0.34 -déminant déminer ver 0.02 0.20 0.00 0.07 par:pre; -déminer déminer ver 0.02 0.20 0.01 0.00 inf; -démineur démineur nom m s 0.54 0.07 0.17 0.07 -démineurs démineur nom m p 0.54 0.07 0.37 0.00 -déminé déminer ver m s 0.02 0.20 0.01 0.07 par:pas; -déminée déminer ver f s 0.02 0.20 0.00 0.07 par:pas; -démis démettre ver m 0.84 1.28 0.41 0.41 par:pas; -démise démis adj f s 0.13 0.41 0.12 0.27 -démises démis adj f p 0.13 0.41 0.00 0.07 -démission démission nom f s 7.60 5.47 7.34 5.07 -démissionna démissionner ver 17.79 1.82 0.05 0.00 ind:pas:3s; -démissionnaient démissionner ver 17.79 1.82 0.00 0.07 ind:imp:3p; -démissionnaire démissionnaire nom s 0.32 0.00 0.14 0.00 -démissionnaires démissionnaire nom p 0.32 0.00 0.19 0.00 -démissionnais démissionner ver 17.79 1.82 0.08 0.00 ind:imp:1s;ind:imp:2s; -démissionnait démissionner ver 17.79 1.82 0.02 0.14 ind:imp:3s; -démissionnant démissionner ver 17.79 1.82 0.02 0.07 par:pre; -démissionne démissionner ver 17.79 1.82 5.28 0.27 imp:pre:2s;ind:pre:1s;ind:pre:3s; -démissionnent démissionner ver 17.79 1.82 0.06 0.07 ind:pre:3p; -démissionner démissionner ver 17.79 1.82 5.15 0.20 inf; -démissionnera démissionner ver 17.79 1.82 0.10 0.00 ind:fut:3s; -démissionnerai démissionner ver 17.79 1.82 0.42 0.00 ind:fut:1s; -démissionneraient démissionner ver 17.79 1.82 0.01 0.00 cnd:pre:3p; -démissionnerais démissionner ver 17.79 1.82 0.07 0.14 cnd:pre:1s;cnd:pre:2s; -démissionnerait démissionner ver 17.79 1.82 0.01 0.07 cnd:pre:3s; -démissionneras démissionner ver 17.79 1.82 0.01 0.00 ind:fut:2s; -démissionnerez démissionner ver 17.79 1.82 0.04 0.00 ind:fut:2p; -démissionneront démissionner ver 17.79 1.82 0.02 0.00 ind:fut:3p; -démissionnes démissionner ver 17.79 1.82 0.48 0.00 ind:pre:2s; -démissionnez démissionner ver 17.79 1.82 0.67 0.14 imp:pre:2p;ind:pre:2p; -démissionniez démissionner ver 17.79 1.82 0.06 0.00 ind:imp:2p; -démissionné démissionner ver m s 17.79 1.82 5.23 0.68 par:pas; -démissions démission nom f p 7.60 5.47 0.26 0.41 -démit démettre ver 0.84 1.28 0.01 0.14 ind:pas:3s; -démiurge démiurge nom m s 0.16 1.01 0.16 0.88 -démiurges démiurge nom m p 0.16 1.01 0.00 0.14 -démobilisant démobiliser ver 0.28 1.28 0.00 0.07 par:pre; -démobilisateur démobilisateur adj m s 0.00 0.14 0.00 0.14 -démobilisation démobilisation nom f s 0.22 1.28 0.22 1.28 -démobilise démobiliser ver 0.28 1.28 0.01 0.27 ind:pre:1s;ind:pre:3s; -démobiliser démobiliser ver 0.28 1.28 0.03 0.14 inf; -démobiliseriez démobiliser ver 0.28 1.28 0.00 0.07 cnd:pre:2p; -démobilisé démobilisé adj m s 0.17 0.34 0.16 0.14 -démobilisés démobiliser ver m p 0.28 1.28 0.13 0.14 par:pas; -démocrate_chrétien démocrate_chrétien adj m s 0.21 0.14 0.21 0.07 -démocrate démocrate adj s 3.06 1.42 2.08 0.88 -démocrate_chrétien démocrate_chrétien nom p 0.10 0.27 0.10 0.27 -démocrates démocrate nom p 3.68 1.08 2.35 0.74 -démocratie démocratie nom f s 13.13 15.68 12.69 11.01 -démocraties démocratie nom f p 13.13 15.68 0.44 4.66 -démocratique démocratique adj s 5.38 5.74 4.97 4.12 -démocratiquement démocratiquement adv 0.18 0.27 0.18 0.27 -démocratiques démocratique adj p 5.38 5.74 0.41 1.62 -démocratisation démocratisation nom f s 0.01 0.20 0.01 0.14 -démocratisations démocratisation nom f p 0.01 0.20 0.00 0.07 -démocratise démocratiser ver 0.16 0.20 0.14 0.07 ind:pre:3s; -démocratiser démocratiser ver 0.16 0.20 0.01 0.07 inf; -démocratiseront démocratiser ver 0.16 0.20 0.00 0.07 ind:fut:3p; -démocratisé démocratiser ver m s 0.16 0.20 0.01 0.00 par:pas; -démodaient démoder ver 1.03 1.55 0.01 0.07 ind:imp:3p; -démodant démoder ver 1.03 1.55 0.00 0.07 par:pre; -démode démoder ver 1.03 1.55 0.06 0.20 ind:pre:3s; -démoder démoder ver 1.03 1.55 0.00 0.07 inf; -démodé démodé adj m s 1.64 3.58 0.80 1.35 -démodée démodé adj f s 1.64 3.58 0.43 0.88 -démodées démodé adj f p 1.64 3.58 0.26 0.74 -démodulateur démodulateur nom m s 0.03 0.00 0.02 0.00 -démodulateurs démodulateur nom m p 0.03 0.00 0.01 0.00 -démodés démodé adj m p 1.64 3.58 0.16 0.61 -démographie démographie nom f s 0.16 0.54 0.16 0.54 -démographique démographique adj s 0.20 0.54 0.14 0.20 -démographiquement démographiquement adv 0.00 0.07 0.00 0.07 -démographiques démographique adj p 0.20 0.54 0.06 0.34 -démoli démolir ver m s 18.81 11.22 4.41 2.30 par:pas; -démolie démolir ver f s 18.81 11.22 1.15 0.88 par:pas; -démolies démolir ver f p 18.81 11.22 0.02 0.61 par:pas; -démolir démolir ver 18.81 11.22 8.02 3.65 inf; -démolira démolir ver 18.81 11.22 0.51 0.14 ind:fut:3s; -démolirai démolir ver 18.81 11.22 0.06 0.07 ind:fut:1s; -démoliraient démolir ver 18.81 11.22 0.02 0.07 cnd:pre:3p; -démolirais démolir ver 18.81 11.22 0.08 0.00 cnd:pre:1s;cnd:pre:2s; -démolirait démolir ver 18.81 11.22 0.03 0.14 cnd:pre:3s; -démolirent démolir ver 18.81 11.22 0.00 0.07 ind:pas:3p; -démolirions démolir ver 18.81 11.22 0.00 0.07 cnd:pre:1p; -démoliront démolir ver 18.81 11.22 0.15 0.07 ind:fut:3p; -démolis démolir ver m p 18.81 11.22 1.93 0.68 imp:pre:2s;ind:pre:1s;ind:pre:2s;par:pas; -démolissaient démolir ver 18.81 11.22 0.04 0.27 ind:imp:3p; -démolissais démolir ver 18.81 11.22 0.00 0.20 ind:imp:1s; -démolissait démolir ver 18.81 11.22 0.03 0.54 ind:imp:3s; -démolissant démolir ver 18.81 11.22 0.04 0.41 par:pre; -démolisse démolir ver 18.81 11.22 0.37 0.14 sub:pre:1s;sub:pre:3s; -démolissent démolir ver 18.81 11.22 0.48 0.27 ind:pre:3p; -démolisses démolir ver 18.81 11.22 0.17 0.00 sub:pre:2s; -démolisseur démolisseur nom m s 0.23 0.61 0.18 0.07 -démolisseurs démolisseur nom m p 0.23 0.61 0.05 0.47 -démolisseuse démolisseur nom f s 0.23 0.61 0.00 0.07 -démolissez démolir ver 18.81 11.22 0.40 0.00 imp:pre:2p;ind:pre:2p; -démolissions démolir ver 18.81 11.22 0.00 0.07 ind:imp:1p; -démolit démolir ver 18.81 11.22 0.89 0.61 ind:pre:3s;ind:pas:3s; -démolition démolition nom f s 1.55 2.36 1.53 1.82 -démolitions démolition nom f p 1.55 2.36 0.02 0.54 -démon démon nom m s 61.00 20.34 39.71 13.58 -démone démon nom f s 61.00 20.34 0.14 0.14 -démones démon nom f p 61.00 20.34 0.05 0.07 -démoniaque démoniaque adj s 5.52 2.30 4.22 1.69 -démoniaquement démoniaquement adv 0.00 0.07 0.00 0.07 -démoniaques démoniaque adj p 5.52 2.30 1.29 0.61 -démonique démonique adj s 0.04 0.00 0.04 0.00 -démonologie démonologie nom f s 0.16 0.00 0.16 0.00 -démonomanie démonomanie nom f s 0.01 0.00 0.01 0.00 -démons démon nom m p 61.00 20.34 21.10 6.55 -démonstrateur démonstrateur nom m s 0.06 0.54 0.02 0.14 -démonstrateurs démonstrateur nom m p 0.06 0.54 0.00 0.34 -démonstratif démonstratif adj m s 0.46 1.08 0.23 0.54 -démonstratifs démonstratif adj m p 0.46 1.08 0.15 0.20 -démonstration démonstration nom f s 7.61 12.23 7.30 9.53 -démonstrations démonstration nom f p 7.61 12.23 0.31 2.70 -démonstrative démonstratif adj f s 0.46 1.08 0.08 0.34 -démonstrativement démonstrativement adv 0.01 0.34 0.01 0.34 -démonstratrice démonstrateur nom f s 0.06 0.54 0.04 0.07 -démonta démonter ver 6.83 7.77 0.00 0.20 ind:pas:3s; -démontable démontable adj s 0.38 0.61 0.25 0.47 -démontables démontable adj f p 0.38 0.61 0.14 0.14 -démontage démontage nom m s 0.06 0.14 0.06 0.07 -démontages démontage nom m p 0.06 0.14 0.00 0.07 -démontaient démonter ver 6.83 7.77 0.00 0.14 ind:imp:3p; -démontait démonter ver 6.83 7.77 0.05 0.74 ind:imp:3s; -démontant démonter ver 6.83 7.77 0.04 0.07 par:pre; -démonte_pneu démonte_pneu nom m s 0.26 0.20 0.25 0.07 -démonte_pneu démonte_pneu nom m p 0.26 0.20 0.01 0.14 -démonte démonter ver 6.83 7.77 1.40 1.01 imp:pre:2s;ind:pre:1s;ind:pre:3s; -démontent démonter ver 6.83 7.77 0.18 0.07 ind:pre:3p; -démonter démonter ver 6.83 7.77 3.44 3.11 inf; -démontez démonter ver 6.83 7.77 0.35 0.00 imp:pre:2p;ind:pre:2p; -démontra démontrer ver 7.12 12.09 0.00 0.34 ind:pas:3s; -démontrable démontrable adj m s 0.03 0.00 0.03 0.00 -démontrai démontrer ver 7.12 12.09 0.00 0.20 ind:pas:1s; -démontraient démontrer ver 7.12 12.09 0.01 0.27 ind:imp:3p; -démontrait démontrer ver 7.12 12.09 0.07 0.81 ind:imp:3s; -démontrant démontrer ver 7.12 12.09 0.06 0.81 par:pre; -démontre démontrer ver 7.12 12.09 1.38 1.22 imp:pre:2s;ind:pre:1s;ind:pre:3s; -démontrent démontrer ver 7.12 12.09 0.34 0.14 ind:pre:3p; -démontrer démontrer ver 7.12 12.09 3.23 5.61 inf; -démontrera démontrer ver 7.12 12.09 0.09 0.07 ind:fut:3s; -démontrerai démontrer ver 7.12 12.09 0.09 0.00 ind:fut:1s; -démontrerait démontrer ver 7.12 12.09 0.02 0.14 cnd:pre:3s; -démontrerons démontrer ver 7.12 12.09 0.04 0.00 ind:fut:1p; -démontreront démontrer ver 7.12 12.09 0.07 0.00 ind:fut:3p; -démontrez démontrer ver 7.12 12.09 0.30 0.00 imp:pre:2p;ind:pre:2p; -démontrions démontrer ver 7.12 12.09 0.01 0.07 ind:imp:1p; -démontrât démontrer ver 7.12 12.09 0.00 0.07 sub:imp:3s; -démontrèrent démontrer ver 7.12 12.09 0.00 0.20 ind:pas:3p; -démontré démontrer ver m s 7.12 12.09 1.16 1.82 par:pas; -démontrée démontrer ver f s 7.12 12.09 0.21 0.34 par:pas; -démontrées démontrer ver f p 7.12 12.09 0.03 0.00 par:pas; -démontrés démontrer ver m p 7.12 12.09 0.02 0.00 par:pas; -démonté démonter ver m s 6.83 7.77 1.10 1.35 par:pas; -démontée démonté adj f s 0.31 2.09 0.22 0.74 -démontées démonter ver f p 6.83 7.77 0.08 0.07 par:pas; -démontés démonter ver m p 6.83 7.77 0.06 0.27 par:pas; -démonétisé démonétiser ver m s 0.00 0.14 0.00 0.07 par:pas; -démonétisés démonétiser ver m p 0.00 0.14 0.00 0.07 par:pas; -démoralisa démoraliser ver 0.98 1.82 0.00 0.07 ind:pas:3s; -démoralisait démoraliser ver 0.98 1.82 0.00 0.14 ind:imp:3s; -démoralisant démoralisant adj m s 0.14 0.81 0.11 0.34 -démoralisante démoralisant adj f s 0.14 0.81 0.03 0.34 -démoralisants démoralisant adj m p 0.14 0.81 0.00 0.14 -démoralisateur démoralisateur nom m s 0.01 0.07 0.01 0.00 -démoralisateurs démoralisateur adj m p 0.00 0.07 0.00 0.07 -démoralisateurs démoralisateur nom m p 0.01 0.07 0.00 0.07 -démoralisation démoralisation nom f s 0.30 0.61 0.30 0.61 -démoralise démoraliser ver 0.98 1.82 0.10 0.27 imp:pre:2s;ind:pre:3s; -démoralisent démoraliser ver 0.98 1.82 0.03 0.07 ind:pre:3p; -démoraliser démoraliser ver 0.98 1.82 0.34 0.47 inf; -démoraliseraient démoraliser ver 0.98 1.82 0.00 0.07 cnd:pre:3p; -démoraliserais démoraliser ver 0.98 1.82 0.00 0.07 cnd:pre:2s; -démoralisé démoraliser ver m s 0.98 1.82 0.32 0.34 par:pas; -démoralisée démoraliser ver f s 0.98 1.82 0.16 0.14 par:pas; -démoralisées démoralisé adj f p 0.12 0.27 0.00 0.07 -démoralisés démoraliser ver m p 0.98 1.82 0.02 0.20 par:pas; -démord démordre ver 0.49 2.57 0.05 0.27 ind:pre:3s; -démordaient démordre ver 0.49 2.57 0.01 0.07 ind:imp:3p; -démordais démordre ver 0.49 2.57 0.00 0.07 ind:imp:1s; -démordait démordre ver 0.49 2.57 0.11 0.88 ind:imp:3s; -démordent démordre ver 0.49 2.57 0.00 0.14 ind:pre:3p; -démordez démordre ver 0.49 2.57 0.02 0.07 imp:pre:2p;ind:pre:2p; -démordit démordre ver 0.49 2.57 0.00 0.07 ind:pas:3s; -démordra démordre ver 0.49 2.57 0.01 0.07 ind:fut:3s; -démordrai démordre ver 0.49 2.57 0.02 0.00 ind:fut:1s; -démordrait démordre ver 0.49 2.57 0.00 0.07 cnd:pre:3s; -démordre démordre ver 0.49 2.57 0.19 0.74 inf; -démordront démordre ver 0.49 2.57 0.00 0.07 ind:fut:3p; -démords démordre ver 0.49 2.57 0.03 0.07 imp:pre:2s;ind:pre:1s;ind:pre:2s; -démordu démordre ver m s 0.49 2.57 0.04 0.00 par:pas; -démâtait démâter ver 0.01 0.61 0.00 0.07 ind:imp:3s; -démâter démâter ver 0.01 0.61 0.01 0.00 inf; -démotique démotique adj f s 0.00 0.14 0.00 0.14 -démotivation démotivation nom f s 0.01 0.00 0.01 0.00 -démotive démotiver ver 0.06 0.00 0.02 0.00 ind:pre:1s;ind:pre:3s; -démotiver démotiver ver 0.06 0.00 0.03 0.00 inf; -démotivée démotiver ver f s 0.06 0.00 0.01 0.00 par:pas; -démâté démâter ver m s 0.01 0.61 0.00 0.07 par:pas; -démâtée démâter ver f s 0.01 0.61 0.00 0.34 par:pas; -démâtés démâter ver m p 0.01 0.61 0.00 0.14 par:pas; -démoucheté démoucheter ver m s 0.14 0.07 0.14 0.07 par:pas; -démoule démouler ver 0.09 0.07 0.02 0.00 ind:pre:1s;ind:pre:3s; -démouler démouler ver 0.09 0.07 0.03 0.00 inf; -démoules démouler ver 0.09 0.07 0.01 0.00 ind:pre:2s; -démoulé démouler ver m s 0.09 0.07 0.02 0.00 par:pas; -démoulées démouler ver f p 0.09 0.07 0.00 0.07 par:pas; -dumper dumper nom m s 0.01 0.00 0.01 0.00 -dumping dumping nom m s 0.00 0.07 0.00 0.07 -démène démener ver 2.65 3.72 1.27 0.34 imp:pre:2s;ind:pre:1s;ind:pre:3s; -démènent démener ver 2.65 3.72 0.11 0.20 ind:pre:3p; -démèneras démener ver 2.65 3.72 0.10 0.00 ind:fut:2s; -démènes démener ver 2.65 3.72 0.14 0.00 ind:pre:2s; -démêla démêler ver 1.41 5.20 0.00 0.07 ind:pas:3s; -démêlage démêlage nom m s 0.01 0.07 0.01 0.07 -démêlai démêler ver 1.41 5.20 0.00 0.20 ind:pas:1s; -démêlais démêler ver 1.41 5.20 0.00 0.14 ind:imp:1s; -démêlait démêler ver 1.41 5.20 0.00 0.27 ind:imp:3s; -démêlant démêlant nom m s 0.29 0.00 0.29 0.00 -démêle démêler ver 1.41 5.20 0.17 0.41 imp:pre:2s;ind:pre:1s;ind:pre:3s; -démêlent démêler ver 1.41 5.20 0.01 0.07 ind:pre:3p; -démêler démêler ver 1.41 5.20 0.84 3.38 inf; -démêlerait démêler ver 1.41 5.20 0.00 0.07 cnd:pre:3s; -démêlions démêler ver 1.41 5.20 0.00 0.07 ind:imp:1p; -démêloir démêloir nom m s 0.00 0.07 0.00 0.07 -démultipliaient démultiplier ver 0.18 1.01 0.00 0.07 ind:imp:3p; -démultipliait démultiplier ver 0.18 1.01 0.01 0.07 ind:imp:3s; -démultipliant démultiplier ver 0.18 1.01 0.01 0.00 par:pre; -démultiplicateur démultiplicateur nom m s 0.00 0.07 0.00 0.07 -démultiplication démultiplication nom f s 0.00 0.07 0.00 0.07 -démultiplie démultiplier ver 0.18 1.01 0.01 0.07 ind:pre:3s; -démultiplient démultiplier ver 0.18 1.01 0.14 0.14 ind:pre:3p; -démultiplier démultiplier ver 0.18 1.01 0.00 0.14 inf; -démultiplié démultiplier ver m s 0.18 1.01 0.01 0.27 par:pas; -démultipliée démultiplier ver f s 0.18 1.01 0.00 0.14 par:pas; -démultipliées démultiplier ver f p 0.18 1.01 0.00 0.07 par:pas; -démultipliés démultiplier ver m p 0.18 1.01 0.00 0.07 par:pas; -démêlé démêler ver m s 1.41 5.20 0.37 0.34 par:pas; -démêlées démêler ver f p 1.41 5.20 0.00 0.07 par:pas; -démêlés démêlé nom m p 0.38 1.22 0.38 1.22 -déménage déménager ver 32.40 10.34 7.24 1.49 imp:pre:2s;ind:pre:1s;ind:pre:3s; -déménagea déménager ver 32.40 10.34 0.16 0.07 ind:pas:3s; -déménageaient déménager ver 32.40 10.34 0.01 0.14 ind:imp:3p; -déménageais déménager ver 32.40 10.34 0.12 0.14 ind:imp:1s;ind:imp:2s; -déménageait déménager ver 32.40 10.34 0.38 0.20 ind:imp:3s; -déménageant déménager ver 32.40 10.34 0.10 0.14 par:pre; -déménagement déménagement nom m s 2.98 6.69 2.66 5.27 -déménagements déménagement nom m p 2.98 6.69 0.32 1.42 -déménagent déménager ver 32.40 10.34 0.89 0.20 ind:pre:3p; -déménageons déménager ver 32.40 10.34 0.28 0.00 imp:pre:1p;ind:pre:1p; -déménager déménager ver 32.40 10.34 11.14 4.12 inf; -déménagera déménager ver 32.40 10.34 0.40 0.00 ind:fut:3s; -déménagerai déménager ver 32.40 10.34 0.13 0.00 ind:fut:1s; -déménageraient déménager ver 32.40 10.34 0.01 0.00 cnd:pre:3p; -déménagerais déménager ver 32.40 10.34 0.07 0.00 cnd:pre:1s;cnd:pre:2s; -déménagerait déménager ver 32.40 10.34 0.15 0.14 cnd:pre:3s; -déménageras déménager ver 32.40 10.34 0.04 0.00 ind:fut:2s; -déménagerez déménager ver 32.40 10.34 0.14 0.00 ind:fut:2p; -déménages déménager ver 32.40 10.34 1.43 0.20 ind:pre:2s; -déménageur déménageur nom m s 1.67 3.18 0.63 1.28 -déménageurs déménageur nom m p 1.67 3.18 1.03 1.82 -déménageuse déménageur nom f s 1.67 3.18 0.00 0.07 -déménagez déménager ver 32.40 10.34 1.06 0.47 imp:pre:2p;ind:pre:2p; -déménagiez déménager ver 32.40 10.34 0.03 0.00 ind:imp:2p; -déménagions déménager ver 32.40 10.34 0.10 0.20 ind:imp:1p; -déménagèrent déménager ver 32.40 10.34 0.03 0.20 ind:pas:3p; -déménagé déménager ver m s 32.40 10.34 8.41 2.36 par:pas; -déménagée déménager ver f s 32.40 10.34 0.07 0.14 par:pas; -déménagés déménager ver m p 32.40 10.34 0.04 0.14 par:pas; -démuni démunir ver m s 0.51 1.76 0.27 0.54 par:pas; -démunie démuni adj f s 0.56 3.58 0.09 0.34 -démunies démuni adj f p 0.56 3.58 0.03 0.14 -démunir démunir ver 0.51 1.76 0.01 0.14 inf; -démunis démuni nom m p 0.42 1.28 0.38 0.34 -démunissant démunir ver 0.51 1.76 0.00 0.07 par:pre; -démurge démurger ver 0.00 0.41 0.00 0.20 ind:pre:3s; -démurger démurger ver 0.00 0.41 0.00 0.20 inf; -déméritait démériter ver 0.02 0.74 0.00 0.07 ind:imp:3s; -démérite démérite nom m s 0.04 0.20 0.04 0.14 -démériter démériter ver 0.02 0.74 0.00 0.07 inf; -démérites démérite nom m p 0.04 0.20 0.00 0.07 -démérité démériter ver m s 0.02 0.74 0.02 0.61 par:pas; -démuseler démuseler ver 0.00 0.07 0.00 0.07 inf; -démystificateur démystificateur nom m s 0.03 0.00 0.03 0.00 -démystification démystification nom f s 0.10 0.07 0.10 0.00 -démystifications démystification nom f p 0.10 0.07 0.00 0.07 -démystificatrice démystificateur adj f s 0.00 0.14 0.00 0.14 -démystifier démystifier ver 0.05 0.07 0.04 0.07 inf; -démystifié démystifier ver m s 0.05 0.07 0.01 0.00 par:pas; -démythifie démythifier ver 0.00 0.14 0.00 0.07 ind:pre:3s; -démythifié démythifier ver m s 0.00 0.14 0.00 0.07 par:pas; -dénanti dénantir ver m s 0.00 0.07 0.00 0.07 par:pas; -dénatalité dénatalité nom f s 0.01 0.00 0.01 0.00 -dénaturaient dénaturer ver 0.54 1.42 0.01 0.07 ind:imp:3p; -dénaturait dénaturer ver 0.54 1.42 0.02 0.27 ind:imp:3s; -dénaturation dénaturation nom f s 0.02 0.00 0.02 0.00 -dénature dénaturer ver 0.54 1.42 0.07 0.00 imp:pre:2s;ind:pre:3s; -dénaturent dénaturer ver 0.54 1.42 0.01 0.14 ind:pre:3p; -dénaturer dénaturer ver 0.54 1.42 0.14 0.54 inf; -dénaturé dénaturer ver m s 0.54 1.42 0.26 0.14 par:pas; -dénaturée dénaturé adj f s 0.44 0.88 0.21 0.27 -dénaturées dénaturé adj f p 0.44 0.88 0.04 0.20 -dénaturés dénaturer ver m p 0.54 1.42 0.00 0.07 par:pas; -dénazification dénazification nom f s 0.03 0.00 0.03 0.00 -dénazifier dénazifier ver 0.01 0.00 0.01 0.00 inf; -dundee dundee nom m s 0.00 0.07 0.00 0.07 -dune dune nom f s 3.96 12.84 1.55 3.45 -déneigement déneigement nom m s 0.01 0.00 0.01 0.00 -déneiger déneiger ver 0.09 0.00 0.08 0.00 inf; -déneigé déneiger ver m s 0.09 0.00 0.01 0.00 par:pas; -dénervation dénervation nom f s 0.01 0.00 0.01 0.00 -dénervé dénerver ver m s 0.00 0.07 0.00 0.07 par:pas; -dunes dune nom f p 3.96 12.84 2.41 9.39 -dunette dunette nom f s 0.07 0.68 0.07 0.61 -dunettes dunette nom f p 0.07 0.68 0.00 0.07 -déni déni nom m s 0.84 0.41 0.78 0.27 -dénia dénier ver 0.64 1.22 0.00 0.07 ind:pas:3s; -déniaient dénier ver 0.64 1.22 0.00 0.07 ind:imp:3p; -déniaisa déniaiser ver 0.04 0.41 0.00 0.07 ind:pas:3s; -déniaisas déniaiser ver 0.04 0.41 0.00 0.07 ind:pas:2s; -déniaisement déniaisement nom m s 0.00 0.14 0.00 0.14 -déniaiser déniaiser ver 0.04 0.41 0.04 0.00 inf; -déniaises déniaiser ver 0.04 0.41 0.00 0.07 ind:pre:2s; -déniaisé déniaiser ver m s 0.04 0.41 0.01 0.20 par:pas; -déniait dénier ver 0.64 1.22 0.00 0.27 ind:imp:3s; -déniant dénier ver 0.64 1.22 0.02 0.20 par:pre; -dénicha dénicher ver 5.07 8.78 0.02 0.41 ind:pas:3s; -dénichai dénicher ver 5.07 8.78 0.00 0.07 ind:pas:1s; -dénichaient dénicher ver 5.07 8.78 0.00 0.07 ind:imp:3p; -dénichais dénicher ver 5.07 8.78 0.14 0.20 ind:imp:1s;ind:imp:2s; -dénichait dénicher ver 5.07 8.78 0.04 0.20 ind:imp:3s; -dénichant dénicher ver 5.07 8.78 0.01 0.00 par:pre; -déniche dénicher ver 5.07 8.78 0.52 0.20 imp:pre:2s;ind:pre:1s;ind:pre:3s; -dénichent dénicher ver 5.07 8.78 0.04 0.20 ind:pre:3p; -dénicher dénicher ver 5.07 8.78 1.91 3.85 inf; -dénichera dénicher ver 5.07 8.78 0.17 0.07 ind:fut:3s; -dénicherait dénicher ver 5.07 8.78 0.01 0.07 cnd:pre:3s; -dénicheras dénicher ver 5.07 8.78 0.01 0.07 ind:fut:2s; -dénicheur dénicheur nom m s 0.50 0.34 0.44 0.14 -dénicheurs dénicheur nom m p 0.50 0.34 0.05 0.14 -dénicheuse dénicheur nom f s 0.50 0.34 0.01 0.07 -dénichez dénicher ver 5.07 8.78 0.41 0.00 imp:pre:2p;ind:pre:2p; -dénichions dénicher ver 5.07 8.78 0.00 0.07 ind:imp:1p; -déniché dénicher ver m s 5.07 8.78 1.47 2.43 par:pas; -dénichée dénicher ver f s 5.07 8.78 0.23 0.41 par:pas; -dénichées dénicher ver f p 5.07 8.78 0.01 0.14 par:pas; -dénichés dénicher ver m p 5.07 8.78 0.08 0.34 par:pas; -dénie dénier ver 0.64 1.22 0.32 0.20 ind:pre:1s;ind:pre:3s; -dénier dénier ver 0.64 1.22 0.10 0.34 inf; -dénierai dénier ver 0.64 1.22 0.01 0.00 ind:fut:1s; -dénies dénier ver 0.64 1.22 0.02 0.00 ind:pre:2s; -dénigrais dénigrer ver 1.51 1.08 0.14 0.00 ind:imp:1s; -dénigrait dénigrer ver 1.51 1.08 0.00 0.20 ind:imp:3s; -dénigrant dénigrer ver 1.51 1.08 0.03 0.00 par:pre; -dénigrante dénigrant adj f s 0.01 0.07 0.00 0.07 -dénigre dénigrer ver 1.51 1.08 0.31 0.00 imp:pre:2s;ind:pre:1s;ind:pre:3s; -dénigrement dénigrement nom m s 0.29 0.54 0.28 0.47 -dénigrements dénigrement nom m p 0.29 0.54 0.01 0.07 -dénigrent dénigrer ver 1.51 1.08 0.04 0.07 ind:pre:3p; -dénigrer dénigrer ver 1.51 1.08 0.53 0.47 inf; -dénigres dénigrer ver 1.51 1.08 0.37 0.00 ind:pre:2s; -dénigreuses dénigreur nom f p 0.00 0.07 0.00 0.07 -dénigrez dénigrer ver 1.51 1.08 0.04 0.00 imp:pre:2p;ind:pre:2p; -dénigré dénigrer ver m s 1.51 1.08 0.04 0.20 par:pas; -dénigrées dénigrer ver f p 1.51 1.08 0.00 0.14 par:pas; -dénigrés dénigrer ver m p 1.51 1.08 0.01 0.00 par:pas; -dénions dénier ver 0.64 1.22 0.14 0.07 ind:pre:1p; -dénis déni nom m p 0.84 0.41 0.07 0.14 -dénié dénier ver m s 0.64 1.22 0.04 0.00 par:pas; -dénivellation dénivellation nom f s 0.02 1.22 0.02 0.74 -dénivellations dénivellation nom f p 0.02 1.22 0.00 0.47 -dénivelé dénivelé nom m s 0.03 0.00 0.01 0.00 -dénivelés dénivelé nom m p 0.03 0.00 0.02 0.00 -dunkerque dunkerque nom m s 0.00 0.14 0.00 0.14 -dénombra dénombrer ver 0.53 3.31 0.00 0.54 ind:pas:3s; -dénombrables dénombrable adj p 0.00 0.07 0.00 0.07 -dénombrait dénombrer ver 0.53 3.31 0.02 0.27 ind:imp:3s; -dénombrant dénombrer ver 0.53 3.31 0.00 0.20 par:pre; -dénombre dénombrer ver 0.53 3.31 0.18 0.47 ind:pre:1s;ind:pre:3s; -dénombrement dénombrement nom m s 0.00 0.47 0.00 0.41 -dénombrements dénombrement nom m p 0.00 0.47 0.00 0.07 -dénombrent dénombrer ver 0.53 3.31 0.00 0.07 ind:pre:3p; -dénombrer dénombrer ver 0.53 3.31 0.05 0.95 inf; -dénombrez dénombrer ver 0.53 3.31 0.01 0.00 ind:pre:2p; -dénombré dénombrer ver m s 0.53 3.31 0.26 0.61 par:pas; -dénombrés dénombrer ver m p 0.53 3.31 0.00 0.20 par:pas; -dénominateur dénominateur nom m s 0.15 0.47 0.15 0.47 -dénominatif dénominatif adj m s 0.01 0.00 0.01 0.00 -dénomination dénomination nom f s 0.09 1.15 0.07 0.61 -dénominations dénomination nom f p 0.09 1.15 0.02 0.54 -dénominer dénominer ver 0.00 0.07 0.00 0.07 inf; -dénommaient dénommer ver 0.25 0.95 0.00 0.14 ind:imp:3p; -dénommait dénommer ver 0.25 0.95 0.01 0.20 ind:imp:3s; -dénomment dénommer ver 0.25 0.95 0.00 0.07 ind:pre:3p; -dénommer dénommer ver 0.25 0.95 0.00 0.07 inf; -dénommez dénommer ver 0.25 0.95 0.01 0.00 ind:pre:2p; -dénommé dénommé nom m s 2.67 1.49 2.67 1.49 -dénommée dénommé adj f s 0.85 1.22 0.37 0.41 -dénommés dénommer ver m p 0.25 0.95 0.00 0.07 par:pas; -dénonce dénoncer ver 29.57 19.05 5.50 2.43 imp:pre:2s;ind:pre:1s;ind:pre:3s; -dénoncent dénoncer ver 29.57 19.05 0.70 0.20 ind:pre:3p; -dénoncer dénoncer ver 29.57 19.05 9.83 6.08 inf; -dénoncera dénoncer ver 29.57 19.05 0.92 0.27 ind:fut:3s; -dénoncerai dénoncer ver 29.57 19.05 1.21 0.14 ind:fut:1s; -dénonceraient dénoncer ver 29.57 19.05 0.14 0.20 cnd:pre:3p; -dénoncerais dénoncer ver 29.57 19.05 0.22 0.00 cnd:pre:1s; -dénoncerait dénoncer ver 29.57 19.05 0.34 0.20 cnd:pre:3s; -dénonceras dénoncer ver 29.57 19.05 0.04 0.00 ind:fut:2s; -dénoncerez dénoncer ver 29.57 19.05 0.28 0.00 ind:fut:2p; -dénonceriez dénoncer ver 29.57 19.05 0.03 0.00 cnd:pre:2p; -dénonceront dénoncer ver 29.57 19.05 0.12 0.20 ind:fut:3p; -dénonces dénoncer ver 29.57 19.05 0.88 0.14 ind:pre:2s; -dénoncez dénoncer ver 29.57 19.05 1.05 0.07 imp:pre:2p;ind:pre:2p; -dénonciateur dénonciateur nom m s 0.08 0.74 0.08 0.68 -dénonciation dénonciation nom f s 0.88 2.50 0.69 1.49 -dénonciations dénonciation nom f p 0.88 2.50 0.19 1.01 -dénonciatrice dénonciateur adj f s 0.02 0.00 0.02 0.00 -dénoncé dénoncer ver m s 29.57 19.05 5.78 3.24 par:pas; -dénoncée dénoncer ver f s 29.57 19.05 0.89 0.68 par:pas; -dénoncées dénoncer ver f p 29.57 19.05 0.07 0.27 par:pas; -dénoncés dénoncer ver m p 29.57 19.05 0.90 0.88 par:pas; -dénonça dénoncer ver 29.57 19.05 0.03 0.34 ind:pas:3s; -dénonçaient dénoncer ver 29.57 19.05 0.14 0.74 ind:imp:3p; -dénonçais dénoncer ver 29.57 19.05 0.03 0.07 ind:imp:1s; -dénonçait dénoncer ver 29.57 19.05 0.23 1.69 ind:imp:3s; -dénonçant dénoncer ver 29.57 19.05 0.25 1.08 par:pre; -dénonçons dénoncer ver 29.57 19.05 0.02 0.00 imp:pre:1p;ind:pre:1p; -dénonçât dénoncer ver 29.57 19.05 0.00 0.14 sub:imp:3s; -dénotaient dénoter ver 0.23 1.42 0.01 0.07 ind:imp:3p; -dénotait dénoter ver 0.23 1.42 0.00 0.54 ind:imp:3s; -dénotant dénoter ver 0.23 1.42 0.01 0.07 par:pre; -dénote dénoter ver 0.23 1.42 0.18 0.27 ind:pre:1s;ind:pre:3s; -dénotent dénoter ver 0.23 1.42 0.01 0.27 ind:pre:3p; -dénoter dénoter ver 0.23 1.42 0.00 0.07 inf; -dénoterait dénoter ver 0.23 1.42 0.00 0.07 cnd:pre:3s; -dénoté dénoter ver m s 0.23 1.42 0.02 0.07 par:pas; -dénoua dénouer ver 1.42 12.30 0.01 1.82 ind:pas:3s; -dénouaient dénouer ver 1.42 12.30 0.00 0.14 ind:imp:3p; -dénouait dénouer ver 1.42 12.30 0.00 0.74 ind:imp:3s; -dénouant dénouer ver 1.42 12.30 0.00 0.88 par:pre; -dénoue dénouer ver 1.42 12.30 0.46 1.55 imp:pre:2s;ind:pre:1s;ind:pre:3s; -dénouement dénouement nom m s 1.34 4.05 1.31 3.78 -dénouements dénouement nom m p 1.34 4.05 0.03 0.27 -dénouent dénouer ver 1.42 12.30 0.01 0.41 ind:pre:3p; -dénouer dénouer ver 1.42 12.30 0.62 1.96 inf; -dénouera dénouer ver 1.42 12.30 0.03 0.00 ind:fut:3s; -dénouerais dénouer ver 1.42 12.30 0.01 0.07 cnd:pre:1s; -dénouions dénouer ver 1.42 12.30 0.00 0.07 ind:imp:1p; -dénouât dénouer ver 1.42 12.30 0.00 0.07 sub:imp:3s; -dénouèrent dénouer ver 1.42 12.30 0.00 0.20 ind:pas:3p; -dénoué dénouer ver m s 1.42 12.30 0.11 1.01 par:pas; -dénouée dénouer ver f s 1.42 12.30 0.14 0.81 par:pas; -dénouées dénouer ver f p 1.42 12.30 0.00 0.34 par:pas; -dénoués dénouer ver m p 1.42 12.30 0.03 2.23 par:pas; -dénoyautait dénoyauter ver 0.00 0.20 0.00 0.07 ind:imp:3s; -dénoyauter dénoyauter ver 0.00 0.20 0.00 0.14 inf; -dénoyauteur dénoyauteur nom m s 0.03 0.00 0.03 0.00 -dénuda dénuder ver 0.54 5.61 0.00 0.07 ind:pas:3s; -dénudaient dénuder ver 0.54 5.61 0.00 0.14 ind:imp:3p; -dénudait dénuder ver 0.54 5.61 0.00 0.81 ind:imp:3s; -dénudant dénuder ver 0.54 5.61 0.00 0.20 par:pre; -dénudation dénudation nom f s 0.18 0.00 0.18 0.00 -dénude dénuder ver 0.54 5.61 0.05 0.88 imp:pre:2s;ind:pre:1s;ind:pre:3s; -dénudent dénuder ver 0.54 5.61 0.01 0.27 ind:pre:3p; -dénuder dénuder ver 0.54 5.61 0.08 1.01 inf; -dénudera dénuder ver 0.54 5.61 0.00 0.07 ind:fut:3s; -dénuderait dénuder ver 0.54 5.61 0.00 0.07 cnd:pre:3s; -dénudèrent dénuder ver 0.54 5.61 0.00 0.20 ind:pas:3p; -dénudé dénudé adj m s 0.61 4.26 0.36 1.69 -dénudée dénudé adj f s 0.61 4.26 0.13 1.01 -dénudées dénudé adj f p 0.61 4.26 0.05 0.68 -dénudés dénudé adj m p 0.61 4.26 0.07 0.88 -dénuement dénuement nom m s 0.08 3.92 0.08 3.92 -dénégateurs dénégateur adj m p 0.00 0.07 0.00 0.07 -dénégation dénégation nom f s 0.56 2.50 0.48 1.76 -dénégations dénégation nom f p 0.56 2.50 0.08 0.74 -dénué dénuer ver m s 2.06 4.80 1.16 1.69 par:pas; -dénuée dénuer ver f s 2.06 4.80 0.44 1.42 par:pas; -dénuées dénuer ver f p 2.06 4.80 0.17 0.81 par:pas; -dénués dénuer ver m p 2.06 4.80 0.29 0.88 par:pas; -duo duo nom m s 2.58 2.50 2.49 2.09 -duodi duodi nom m s 0.00 0.07 0.00 0.07 -déodorant déodorant nom m s 1.00 0.54 0.85 0.41 -déodorants déodorant nom m p 1.00 0.54 0.15 0.14 -duodécimale duodécimal adj f s 0.00 0.07 0.00 0.07 -duodénal duodénal adj m s 0.03 0.00 0.01 0.00 -duodénale duodénal adj f s 0.03 0.00 0.01 0.00 -duodénum duodénum nom m s 0.17 0.27 0.17 0.27 -déontologie déontologie nom f s 0.37 0.41 0.37 0.41 -déontologique déontologique adj m s 0.07 0.00 0.03 0.00 -déontologiques déontologique adj p 0.07 0.00 0.03 0.00 -duopole duopole nom m s 0.01 0.00 0.01 0.00 -duos duo nom m p 2.58 2.50 0.09 0.41 -dépôt_vente dépôt_vente nom m s 0.03 0.00 0.03 0.00 -dépôt dépôt nom m s 13.20 11.96 11.90 8.58 -dépôts dépôt nom m p 13.20 11.96 1.30 3.38 -dépaillée dépailler ver f s 0.00 0.20 0.00 0.14 par:pas; -dépaillées dépailler ver f p 0.00 0.20 0.00 0.07 par:pas; -dupait duper ver 4.77 2.70 0.03 0.20 ind:imp:3s; -dépannage dépannage nom m s 1.31 1.08 1.17 1.01 -dépannages dépannage nom m p 1.31 1.08 0.14 0.07 -dépannaient dépanner ver 3.56 2.77 0.01 0.00 ind:imp:3p; -dépannait dépanner ver 3.56 2.77 0.01 0.07 ind:imp:3s; -dépanne dépanner ver 3.56 2.77 0.49 0.20 imp:pre:2s;ind:pre:1s;ind:pre:3s; -dépannent dépanner ver 3.56 2.77 0.01 0.00 ind:pre:3p; -dépanner dépanner ver 3.56 2.77 1.95 1.96 inf;; -dépannera dépanner ver 3.56 2.77 0.16 0.14 ind:fut:3s; -dépannerais dépanner ver 3.56 2.77 0.02 0.07 cnd:pre:1s;cnd:pre:2s; -dépannerait dépanner ver 3.56 2.77 0.33 0.07 cnd:pre:3s; -dépanneriez dépanner ver 3.56 2.77 0.01 0.00 cnd:pre:2p; -dépanneront dépanner ver 3.56 2.77 0.01 0.00 ind:fut:3p; -dépanneur dépanneur nom m s 1.84 0.68 0.57 0.41 -dépanneurs dépanneur nom m p 1.84 0.68 0.13 0.00 -dépanneuse dépanneur nom f s 1.84 0.68 1.13 0.20 -dépanneuses dépanneuse nom f p 0.02 0.00 0.02 0.00 -dépannons dépanner ver 3.56 2.77 0.01 0.00 ind:pre:1p; -dépanné dépanner ver m s 3.56 2.77 0.47 0.00 par:pas; -dépannée dépanner ver f s 3.56 2.77 0.04 0.14 par:pas; -dépannés dépanner ver m p 3.56 2.77 0.03 0.14 par:pas; -dupant duper ver 4.77 2.70 0.04 0.07 par:pre; -dépaquetait dépaqueter ver 0.00 0.07 0.00 0.07 ind:imp:3s; -déparaient déparer ver 0.13 1.42 0.00 0.14 ind:imp:3p; -déparait déparer ver 0.13 1.42 0.00 0.27 ind:imp:3s; -dépare déparer ver 0.13 1.42 0.11 0.47 imp:pre:2s;ind:pre:1s;ind:pre:3s; -dépareillaient dépareiller ver 0.10 0.68 0.00 0.07 ind:imp:3p; -dépareillait dépareiller ver 0.10 0.68 0.01 0.00 ind:imp:3s; -dépareiller dépareiller ver 0.10 0.68 0.03 0.00 inf; -dépareilleraient dépareiller ver 0.10 0.68 0.00 0.07 cnd:pre:3p; -dépareillé dépareillé adj m s 0.11 2.03 0.01 0.14 -dépareillée dépareillé adj f s 0.11 2.03 0.02 0.07 -dépareillées dépareillé adj f p 0.11 2.03 0.04 0.95 -dépareillés dépareillé adj m p 0.11 2.03 0.03 0.88 -déparer déparer ver 0.13 1.42 0.01 0.27 inf; -déparerait déparer ver 0.13 1.42 0.01 0.00 cnd:pre:3s; -déparié déparier ver m s 0.00 2.09 0.00 0.95 par:pas; -dépariée déparier ver f s 0.00 2.09 0.00 0.88 par:pas; -dépariées déparier ver f p 0.00 2.09 0.00 0.07 par:pas; -dépariés déparier ver m p 0.00 2.09 0.00 0.20 par:pas; -déparlait déparler ver 0.00 0.14 0.00 0.07 ind:imp:3s; -déparler déparler ver 0.00 0.14 0.00 0.07 inf; -déparât déparer ver 0.13 1.42 0.00 0.07 sub:imp:3s; -départ départ nom m s 68.49 123.04 67.35 116.96 -départage départager ver 0.92 0.81 0.04 0.00 ind:pre:3s; -départageant départager ver 0.92 0.81 0.01 0.00 par:pre; -départager départager ver 0.92 0.81 0.85 0.61 inf; -départagera départager ver 0.92 0.81 0.01 0.07 ind:fut:3s; -départagions départager ver 0.92 0.81 0.00 0.07 ind:imp:1p; -départagé départager ver m s 0.92 0.81 0.00 0.07 par:pas; -départait départir ver 0.67 4.19 0.00 0.47 ind:imp:3s; -département département nom m s 15.53 12.36 14.70 8.04 -départemental départemental adj m s 0.13 2.03 0.02 0.74 -départementale départementale nom f s 0.26 1.42 0.26 1.15 -départementales départemental adj f p 0.13 2.03 0.00 0.34 -départementaux départemental adj m p 0.13 2.03 0.01 0.47 -départements département nom m p 15.53 12.36 0.83 4.32 -départent départir ver 0.67 4.19 0.00 0.07 ind:pre:3p; -départi départir ver m s 0.67 4.19 0.00 0.41 par:pas; -départie départir ver f s 0.67 4.19 0.00 0.07 par:pas; -départir départir ver 0.67 4.19 0.04 1.82 inf; -départira départir ver 0.67 4.19 0.00 0.07 ind:fut:3s; -départirent départir ver 0.67 4.19 0.00 0.14 ind:pas:3p; -départis départir ver m p 0.67 4.19 0.01 0.07 ind:pas:1s;par:pas; -départit départir ver 0.67 4.19 0.00 0.27 ind:pas:3s; -départs départ nom m p 68.49 123.04 1.14 6.08 -déparé déparer ver m s 0.13 1.42 0.00 0.20 par:pas; -dépassa dépasser ver 42.62 78.78 0.05 3.99 ind:pas:3s; -dépassai dépasser ver 42.62 78.78 0.00 0.20 ind:pas:1s; -dépassaient dépasser ver 42.62 78.78 0.17 5.95 ind:imp:3p; -dépassais dépasser ver 42.62 78.78 0.06 0.41 ind:imp:1s;ind:imp:2s; -dépassait dépasser ver 42.62 78.78 1.08 12.84 ind:imp:3s; -dépassant dépasser ver 42.62 78.78 0.47 4.86 par:pre; -dépasse dépasser ver 42.62 78.78 14.14 12.43 imp:pre:2s;ind:pre:1s;ind:pre:3s; -dépassement dépassement nom m s 0.55 0.61 0.49 0.41 -dépassements dépassement nom m p 0.55 0.61 0.06 0.20 -dépassent dépasser ver 42.62 78.78 3.12 5.74 ind:pre:3p; -dépasser dépasser ver 42.62 78.78 6.12 10.27 inf; -dépassera dépasser ver 42.62 78.78 0.19 0.61 ind:fut:3s; -dépasserai dépasser ver 42.62 78.78 0.01 0.07 ind:fut:1s; -dépasseraient dépasser ver 42.62 78.78 0.00 0.07 cnd:pre:3p; -dépasserais dépasser ver 42.62 78.78 0.06 0.00 cnd:pre:1s;cnd:pre:2s; -dépasserait dépasser ver 42.62 78.78 0.41 0.54 cnd:pre:3s; -dépasseras dépasser ver 42.62 78.78 0.05 0.00 ind:fut:2s; -dépasserions dépasser ver 42.62 78.78 0.00 0.07 cnd:pre:1p; -dépasseront dépasser ver 42.62 78.78 0.20 0.14 ind:fut:3p; -dépasses dépasser ver 42.62 78.78 1.63 0.27 ind:pre:2s; -dépassez dépasser ver 42.62 78.78 1.39 0.27 imp:pre:2p;ind:pre:2p; -dépassiez dépasser ver 42.62 78.78 0.05 0.00 ind:imp:2p; -dépassionnons dépassionner ver 0.00 0.07 0.00 0.07 imp:pre:1p; -dépassions dépasser ver 42.62 78.78 0.11 0.54 ind:imp:1p; -dépassâmes dépasser ver 42.62 78.78 0.00 0.27 ind:pas:1p; -dépassons dépasser ver 42.62 78.78 0.19 0.54 imp:pre:1p;ind:pre:1p; -dépassât dépasser ver 42.62 78.78 0.00 0.41 sub:imp:3s; -dépassèrent dépasser ver 42.62 78.78 0.01 1.42 ind:pas:3p; -dépassé dépasser ver m s 42.62 78.78 10.90 12.09 par:pas; -dépassée dépasser ver f s 42.62 78.78 0.82 2.64 par:pas; -dépassées dépasser ver f p 42.62 78.78 0.39 0.47 par:pas; -dépassés dépasser ver m p 42.62 78.78 1.01 1.69 par:pas; -dépatouillait dépatouiller ver 0.05 0.41 0.00 0.07 ind:imp:3s; -dépatouille dépatouiller ver 0.05 0.41 0.00 0.14 ind:pre:1s; -dépatouiller dépatouiller ver 0.05 0.41 0.05 0.20 inf; -dépaver dépaver ver 0.00 0.07 0.00 0.07 inf; -dépaysaient dépayser ver 0.24 3.38 0.00 0.34 ind:imp:3p; -dépaysait dépayser ver 0.24 3.38 0.00 0.41 ind:imp:3s; -dépaysant dépaysant adj m s 0.16 0.34 0.15 0.07 -dépaysante dépaysant adj f s 0.16 0.34 0.00 0.20 -dépaysantes dépaysant adj f p 0.16 0.34 0.01 0.07 -dépayse dépayser ver 0.24 3.38 0.01 0.41 ind:pre:1s;ind:pre:3s; -dépaysement dépaysement nom m s 0.03 3.11 0.03 2.97 -dépaysements dépaysement nom m p 0.03 3.11 0.00 0.14 -dépayser dépayser ver 0.24 3.38 0.04 0.27 inf; -dépaysera dépayser ver 0.24 3.38 0.01 0.00 ind:fut:3s; -dépaysé dépayser ver m s 0.24 3.38 0.14 0.47 par:pas; -dépaysée dépayser ver f s 0.24 3.38 0.03 0.68 par:pas; -dépaysés dépayser ver m p 0.24 3.38 0.01 0.68 par:pas; -dupe dupe adj m s 2.71 8.51 2.37 7.36 -dépecer dépecer ver 1.18 2.57 0.47 0.68 inf; -dépeceur dépeceur nom m s 0.03 0.47 0.03 0.34 -dépeceurs dépeceur nom m p 0.03 0.47 0.00 0.14 -dépecez dépecer ver 1.18 2.57 0.02 0.00 imp:pre:2p;ind:pre:2p; -dépecèrent dépecer ver 1.18 2.57 0.00 0.14 ind:pas:3p; -dépecé dépecer ver m s 1.18 2.57 0.10 0.54 par:pas; -dépecée dépecer ver f s 1.18 2.57 0.02 0.00 par:pas; -dépecés dépecer ver m p 1.18 2.57 0.10 0.41 par:pas; -dépeignaient dépeindre ver 2.24 4.19 0.00 0.07 ind:imp:3p; -dépeignais dépeindre ver 2.24 4.19 0.00 0.07 ind:imp:1s; -dépeignait dépeindre ver 2.24 4.19 0.01 0.68 ind:imp:3s; -dépeignant dépeindre ver 2.24 4.19 0.20 0.00 par:pre; -dépeigne dépeigner ver 0.16 1.15 0.00 0.14 imp:pre:2s;ind:pre:3s; -dépeignent dépeindre ver 2.24 4.19 0.21 0.41 ind:pre:3p;ind:pre:3p;sub:pre:3p; -dépeignirent dépeindre ver 2.24 4.19 0.00 0.07 ind:pas:3p; -dépeignis dépeindre ver 2.24 4.19 0.00 0.07 ind:pas:1s; -dépeignit dépeindre ver 2.24 4.19 0.00 0.07 ind:pas:3s; -dépeigné dépeigner ver m s 0.16 1.15 0.14 0.47 par:pas; -dépeignée dépeigner ver f s 0.16 1.15 0.00 0.34 par:pas; -dépeignés dépeigner ver m p 0.16 1.15 0.00 0.20 par:pas; -dépeindre dépeindre ver 2.24 4.19 0.66 1.01 inf; -dépeins dépeindre ver 2.24 4.19 0.11 0.20 ind:pre:1s;ind:pre:2s; -dépeint dépeindre ver m s 2.24 4.19 0.79 1.15 ind:pre:3s;par:pas; -dépeinte dépeindre ver f s 2.24 4.19 0.04 0.27 par:pas; -dépeintes dépeint adj f p 0.26 0.41 0.11 0.07 -dépeints dépeindre ver m p 2.24 4.19 0.23 0.14 par:pas; -dépenaillement dépenaillement nom m s 0.00 0.14 0.00 0.07 -dépenaillements dépenaillement nom m p 0.00 0.14 0.00 0.07 -dépenaillé dépenaillé adj m s 0.06 1.22 0.05 0.41 -dépenaillée dépenaillé nom f s 0.04 0.61 0.01 0.14 -dépenaillées dépenaillé adj f p 0.06 1.22 0.01 0.07 -dépenaillés dépenaillé adj m p 0.06 1.22 0.00 0.54 -dépend dépendre ver 60.33 36.49 48.30 15.20 ind:pre:3s; -dépendît dépendre ver 60.33 36.49 0.00 0.34 sub:imp:3s; -dépendaient dépendre ver 60.33 36.49 0.13 1.76 ind:imp:3p; -dépendais dépendre ver 60.33 36.49 0.04 0.34 ind:imp:1s;ind:imp:2s; -dépendait dépendre ver 60.33 36.49 1.87 7.64 ind:imp:3s; -dépendance dépendance nom f s 2.42 5.34 2.03 3.51 -dépendances dépendance nom f p 2.42 5.34 0.39 1.82 -dépendant dépendant adj m s 1.81 0.95 0.56 0.34 -dépendante dépendant adj f s 1.81 0.95 0.68 0.27 -dépendantes dépendant adj f p 1.81 0.95 0.13 0.00 -dépendants dépendant adj m p 1.81 0.95 0.44 0.34 -dépende dépendre ver 60.33 36.49 0.17 0.27 sub:pre:1s;sub:pre:3s; -dépendent dépendre ver 60.33 36.49 2.64 2.09 ind:pre:3p; -dépendeur dépendeur nom m s 0.00 0.34 0.00 0.27 -dépendeurs dépendeur nom m p 0.00 0.34 0.00 0.07 -dépendez dépendre ver 60.33 36.49 0.25 0.00 ind:pre:2p; -dépendions dépendre ver 60.33 36.49 0.01 0.07 ind:imp:1p; -dépendit dépendre ver 60.33 36.49 0.00 0.07 ind:pas:3s; -dépendons dépendre ver 60.33 36.49 0.43 0.20 imp:pre:1p;ind:pre:1p; -dépendra dépendre ver 60.33 36.49 2.05 1.22 ind:fut:3s; -dépendraient dépendre ver 60.33 36.49 0.01 0.34 cnd:pre:3p; -dépendrait dépendre ver 60.33 36.49 0.12 1.42 cnd:pre:3s; -dépendre dépendre ver 60.33 36.49 2.46 2.84 inf; -dépendrez dépendre ver 60.33 36.49 0.01 0.14 ind:fut:2p; -dépendront dépendre ver 60.33 36.49 0.07 0.61 ind:fut:3p; -dépends dépendre ver 60.33 36.49 1.18 0.20 imp:pre:2s;ind:pre:1s;ind:pre:2s; -dépendu dépendre ver m s 60.33 36.49 0.12 0.68 par:pas; -dépens dépens nom m p 3.19 3.99 3.19 3.99 -dépensa dépenser ver 31.10 15.41 0.04 0.74 ind:pas:3s; -dépensai dépenser ver 31.10 15.41 0.00 0.14 ind:pas:1s; -dépensaient dépenser ver 31.10 15.41 0.03 0.41 ind:imp:3p; -dépensais dépenser ver 31.10 15.41 0.31 0.20 ind:imp:1s;ind:imp:2s; -dépensait dépenser ver 31.10 15.41 0.60 2.09 ind:imp:3s; -dépensant dépenser ver 31.10 15.41 0.23 0.54 par:pre; -dépense dépenser ver 31.10 15.41 4.25 1.55 imp:pre:2s;ind:pre:1s;ind:pre:3s; -dépensent dépenser ver 31.10 15.41 1.30 0.27 ind:pre:3p; -dépenser dépenser ver 31.10 15.41 8.77 5.14 inf; -dépensera dépenser ver 31.10 15.41 0.21 0.00 ind:fut:3s; -dépenserai dépenser ver 31.10 15.41 0.17 0.07 ind:fut:1s; -dépenseraient dépenser ver 31.10 15.41 0.01 0.00 cnd:pre:3p; -dépenserais dépenser ver 31.10 15.41 0.60 0.07 cnd:pre:1s;cnd:pre:2s; -dépenserait dépenser ver 31.10 15.41 0.04 0.20 cnd:pre:3s; -dépenseras dépenser ver 31.10 15.41 0.12 0.00 ind:fut:2s; -dépenserez dépenser ver 31.10 15.41 0.15 0.07 ind:fut:2p; -dépenserions dépenser ver 31.10 15.41 0.02 0.07 cnd:pre:1p; -dépenseront dépenser ver 31.10 15.41 0.06 0.00 ind:fut:3p; -dépenses dépense nom f p 7.11 8.72 5.29 5.07 -dépensez dépenser ver 31.10 15.41 1.29 0.07 imp:pre:2p;ind:pre:2p; -dépensier dépensier adj m s 0.17 0.68 0.10 0.27 -dépensiers dépensier adj m p 0.17 0.68 0.02 0.07 -dépensiez dépenser ver 31.10 15.41 0.04 0.00 ind:imp:2p; -dépensière dépensier adj f s 0.17 0.68 0.05 0.34 -dépensons dépenser ver 31.10 15.41 0.12 0.07 imp:pre:1p;ind:pre:1p; -dépensé dépenser ver m s 31.10 15.41 10.64 2.36 par:pas; -dépensée dépenser ver f s 31.10 15.41 0.11 0.47 par:pas; -dépensées dépenser ver f p 31.10 15.41 0.06 0.41 par:pas; -dépensés dépenser ver m p 31.10 15.41 0.56 0.27 par:pas; -dupent duper ver 4.77 2.70 0.06 0.00 ind:pre:3p; -duper duper ver 4.77 2.70 1.96 1.35 inf; -dupera duper ver 4.77 2.70 0.04 0.00 ind:fut:3s; -duperas duper ver 4.77 2.70 0.03 0.00 ind:fut:2s; -déperdition déperdition nom f s 0.05 0.34 0.04 0.34 -déperditions déperdition nom f p 0.05 0.34 0.01 0.00 -duperie duperie nom f s 0.43 0.88 0.26 0.81 -duperies duperie nom f p 0.43 0.88 0.17 0.07 -dépersonnalisation dépersonnalisation nom f s 0.02 0.00 0.02 0.00 -dépersonnaliser dépersonnaliser ver 0.03 0.14 0.01 0.14 inf; -dépersonnalisé dépersonnaliser ver m s 0.03 0.14 0.02 0.00 par:pas; -dépersonnalisée dépersonnalisé adj f s 0.00 0.07 0.00 0.07 -dupes dupe nom f p 1.01 1.28 0.66 0.41 -dépeçage dépeçage nom m s 0.01 0.34 0.01 0.34 -dépeçaient dépecer ver 1.18 2.57 0.00 0.14 ind:imp:3p; -dépeçait dépecer ver 1.18 2.57 0.03 0.00 ind:imp:3s; -dépeçant dépecer ver 1.18 2.57 0.00 0.14 par:pre; -dépeuplait dépeupler ver 0.41 1.28 0.00 0.07 ind:imp:3s; -dépeuple dépeupler ver 0.41 1.28 0.14 0.20 ind:pre:3s; -dépeuplent dépeupler ver 0.41 1.28 0.00 0.07 ind:pre:3p; -dépeupler dépeupler ver 0.41 1.28 0.02 0.27 inf; -dépeuplera dépeupler ver 0.41 1.28 0.00 0.07 ind:fut:3s; -dépeuplé dépeupler ver m s 0.41 1.28 0.14 0.34 par:pas; -dépeuplée dépeupler ver f s 0.41 1.28 0.10 0.14 par:pas; -dépeuplées dépeuplé adj f p 0.00 0.61 0.00 0.07 -dépeuplés dépeupler ver m p 0.41 1.28 0.01 0.14 par:pas; -dupeur dupeur nom m s 0.01 0.00 0.01 0.00 -dupez duper ver 4.77 2.70 0.14 0.00 imp:pre:2p;ind:pre:2p; -déphasage déphasage nom m s 0.16 0.00 0.16 0.00 -déphase déphaser ver 0.20 0.20 0.01 0.00 ind:pre:3s; -déphaseurs déphaseur nom m p 0.01 0.00 0.01 0.00 -déphasé déphasé adj m s 0.28 0.20 0.25 0.00 -déphasée déphaser ver f s 0.20 0.20 0.05 0.00 par:pas; -déphasés déphasé adj m p 0.28 0.20 0.02 0.07 -dépiautaient dépiauter ver 0.10 2.03 0.00 0.07 ind:imp:3p; -dépiautait dépiauter ver 0.10 2.03 0.00 0.27 ind:imp:3s; -dépiautant dépiauter ver 0.10 2.03 0.00 0.07 par:pre; -dépiaute dépiauter ver 0.10 2.03 0.01 0.34 imp:pre:2s;ind:pre:1s;ind:pre:3s; -dépiautent dépiauter ver 0.10 2.03 0.01 0.00 ind:pre:3p; -dépiauter dépiauter ver 0.10 2.03 0.06 0.74 inf; -dépiautera dépiauter ver 0.10 2.03 0.01 0.00 ind:fut:3s; -dépiautèrent dépiauter ver 0.10 2.03 0.00 0.07 ind:pas:3p; -dépiauté dépiauter ver m s 0.10 2.03 0.00 0.34 par:pas; -dépiautés dépiauter ver m p 0.10 2.03 0.01 0.14 par:pas; -dépieute dépieuter ver 0.01 0.07 0.01 0.07 ind:pre:1s;ind:pre:3s; -dépigmentation dépigmentation nom f s 0.01 0.07 0.01 0.07 -dépigmenté dépigmenter ver m s 0.01 0.14 0.00 0.07 par:pas; -dépigmentés dépigmenter ver m p 0.01 0.14 0.01 0.07 par:pas; -dépilatoire dépilatoire adj s 0.04 0.07 0.04 0.07 -dépiler dépiler ver 0.00 0.07 0.00 0.07 inf; -dépiquage dépiquage nom m s 0.00 0.20 0.00 0.20 -dépique dépiquer ver 0.00 0.27 0.00 0.14 ind:pre:3s; -dépiquer dépiquer ver 0.00 0.27 0.00 0.07 inf; -dépiqués dépiquer ver m p 0.00 0.27 0.00 0.07 par:pas; -dépistage dépistage nom m s 0.76 0.47 0.75 0.34 -dépistages dépistage nom m p 0.76 0.47 0.01 0.14 -dépistait dépister ver 0.20 1.15 0.00 0.20 ind:imp:3s; -dépistant dépister ver 0.20 1.15 0.00 0.07 par:pre; -dépiste dépister ver 0.20 1.15 0.02 0.20 ind:pre:3s; -dépister dépister ver 0.20 1.15 0.14 0.54 inf; -dépisté dépister ver m s 0.20 1.15 0.04 0.14 par:pas; -dépit dépit nom m s 5.82 44.12 5.82 44.12 -dépita dépiter ver 0.12 1.15 0.00 0.20 ind:pas:3s; -dépitait dépiter ver 0.12 1.15 0.00 0.14 ind:imp:3s; -dépiter dépiter ver 0.12 1.15 0.10 0.00 inf; -dépité dépité adj m s 0.05 1.62 0.05 0.95 -dépitée dépiter ver f s 0.12 1.15 0.01 0.41 par:pas; -dépités dépité adj m p 0.05 1.62 0.00 0.20 -déplût déplaire ver 12.23 20.61 0.00 0.14 sub:imp:3s; -déplaît déplaire ver 12.23 20.61 5.08 4.32 ind:pre:3s; -déplace déplacer ver 38.63 46.82 7.79 6.22 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -déplacement déplacement nom m s 5.03 11.49 3.38 6.15 -déplacements déplacement nom m p 5.03 11.49 1.64 5.34 -déplacent déplacer ver 38.63 46.82 2.30 2.30 ind:pre:3p; -déplacer déplacer ver 38.63 46.82 13.40 11.08 inf;; -déplacera déplacer ver 38.63 46.82 0.22 0.20 ind:fut:3s; -déplacerai déplacer ver 38.63 46.82 0.39 0.00 ind:fut:1s; -déplaceraient déplacer ver 38.63 46.82 0.00 0.27 cnd:pre:3p; -déplacerait déplacer ver 38.63 46.82 0.03 0.20 cnd:pre:3s; -déplaceras déplacer ver 38.63 46.82 0.02 0.00 ind:fut:2s; -déplacerez déplacer ver 38.63 46.82 0.03 0.00 ind:fut:2p; -déplacerons déplacer ver 38.63 46.82 0.13 0.07 ind:fut:1p; -déplaceront déplacer ver 38.63 46.82 0.03 0.00 ind:fut:3p; -déplaces déplacer ver 38.63 46.82 0.68 0.07 ind:pre:2s; -déplacez déplacer ver 38.63 46.82 1.69 0.07 imp:pre:2p;ind:pre:2p; -déplaciez déplacer ver 38.63 46.82 0.07 0.07 ind:imp:2p; -déplacions déplacer ver 38.63 46.82 0.00 0.20 ind:imp:1p; -déplacèrent déplacer ver 38.63 46.82 0.01 0.61 ind:pas:3p; -déplacé déplacer ver m s 38.63 46.82 5.99 3.99 par:pas; -déplacée déplacer ver f s 38.63 46.82 1.46 1.76 par:pas; -déplacées déplacé adj f p 2.87 3.92 0.40 0.54 -déplacés déplacer ver m p 38.63 46.82 1.40 0.88 par:pas; -déplaira déplaire ver 12.23 20.61 0.27 0.07 ind:fut:3s; -déplairaient déplaire ver 12.23 20.61 0.03 0.00 cnd:pre:3p; -déplairait déplaire ver 12.23 20.61 0.79 0.68 cnd:pre:3s; -déplaire déplaire ver 12.23 20.61 1.52 4.26 inf; -déplairont déplaire ver 12.23 20.61 0.14 0.00 ind:fut:3p; -déplais déplaire ver 12.23 20.61 0.74 0.14 ind:pre:1s;ind:pre:2s; -déplaisaient déplaire ver 12.23 20.61 0.10 0.68 ind:imp:3p; -déplaisais déplaire ver 12.23 20.61 0.02 0.20 ind:imp:1s; -déplaisait déplaire ver 12.23 20.61 0.34 4.86 ind:imp:3s; -déplaisant déplaisant adj m s 3.34 5.47 1.81 2.50 -déplaisante déplaisant adj f s 3.34 5.47 1.00 2.09 -déplaisantes déplaisant adj f p 3.34 5.47 0.37 0.54 -déplaisants déplaisant adj m p 3.34 5.47 0.16 0.34 -déplaise déplaire ver 12.23 20.61 0.88 0.68 sub:pre:1s;sub:pre:3s; -déplaisent déplaire ver 12.23 20.61 0.86 0.41 ind:pre:3p; -déplaisez déplaire ver 12.23 20.61 0.05 0.00 ind:pre:2p; -déplaisiez déplaire ver 12.23 20.61 0.10 0.07 ind:imp:2p; -déplaisir déplaisir nom m s 1.29 1.96 1.03 1.82 -déplaisirs déplaisir nom m p 1.29 1.96 0.27 0.14 -déplanque déplanquer ver 0.00 0.14 0.00 0.14 ind:pre:3s; -déplantoir déplantoir nom m s 0.04 0.00 0.04 0.00 -déplantèrent déplanter ver 0.00 0.07 0.00 0.07 ind:pas:3p; -déplaça déplacer ver 38.63 46.82 0.14 3.04 ind:pas:3s; -déplaçai déplacer ver 38.63 46.82 0.00 0.41 ind:pas:1s; -déplaçaient déplacer ver 38.63 46.82 0.11 2.64 ind:imp:3p; -déplaçais déplacer ver 38.63 46.82 0.30 0.27 ind:imp:1s;ind:imp:2s; -déplaçait déplacer ver 38.63 46.82 1.01 7.23 ind:imp:3s; -déplaçant déplacer ver 38.63 46.82 0.77 4.59 par:pre; -déplaçons déplacer ver 38.63 46.82 0.44 0.20 imp:pre:1p;ind:pre:1p; -déplaçât déplacer ver 38.63 46.82 0.00 0.14 sub:imp:3s; -duplex duplex nom m 0.41 1.35 0.41 1.35 -déplia déplier ver 0.89 19.46 0.00 4.12 ind:pas:3s; -dépliable dépliable adj m s 0.00 0.07 0.00 0.07 -dépliai déplier ver 0.89 19.46 0.00 0.68 ind:pas:1s; -dépliaient déplier ver 0.89 19.46 0.00 0.54 ind:imp:3p; -dépliais déplier ver 0.89 19.46 0.00 0.14 ind:imp:1s; -dépliait déplier ver 0.89 19.46 0.20 2.09 ind:imp:3s; -dépliant dépliant nom m s 0.47 1.69 0.36 1.15 -dépliante dépliant adj f s 0.04 0.34 0.02 0.14 -dépliants dépliant nom m p 0.47 1.69 0.11 0.54 -duplicata duplicata nom m 0.08 0.41 0.08 0.41 -duplicate duplicate nom m s 0.03 0.00 0.03 0.00 -duplicateur duplicateur nom m s 0.23 0.14 0.03 0.14 -duplicateurs duplicateur nom m p 0.23 0.14 0.21 0.00 -duplication duplication nom f s 0.19 0.47 0.19 0.47 -duplice duplice nom f s 0.01 0.14 0.01 0.14 -duplicité duplicité nom f s 0.30 1.28 0.30 1.28 -déplie déplier ver 0.89 19.46 0.27 2.16 imp:pre:2s;ind:pre:1s;ind:pre:3s; -dépliement dépliement nom m s 0.00 0.14 0.00 0.14 -déplient déplier ver 0.89 19.46 0.00 0.61 ind:pre:3p; -déplier déplier ver 0.89 19.46 0.16 2.43 inf; -déplies déplier ver 0.89 19.46 0.01 0.07 ind:pre:2s; -dépliâmes déplier ver 0.89 19.46 0.00 0.14 ind:pas:1p; -déplions déplier ver 0.89 19.46 0.00 0.14 imp:pre:1p;ind:pre:1p; -dupliquer dupliquer ver 0.31 0.00 0.13 0.00 inf; -dupliqué dupliquer ver m s 0.31 0.00 0.13 0.00 par:pas; -dupliqués dupliquer ver m p 0.31 0.00 0.05 0.00 par:pas; -déplissa déplisser ver 0.01 0.68 0.00 0.07 ind:pas:3s; -déplissaient déplisser ver 0.01 0.68 0.00 0.14 ind:imp:3p; -déplissait déplisser ver 0.01 0.68 0.00 0.27 ind:imp:3s; -déplisse déplisser ver 0.01 0.68 0.00 0.07 ind:pre:3s; -déplissent déplisser ver 0.01 0.68 0.00 0.07 ind:pre:3p; -déplisser déplisser ver 0.01 0.68 0.01 0.07 inf; -déplièrent déplier ver 0.89 19.46 0.00 0.27 ind:pas:3p; -déplié déplier ver m s 0.89 19.46 0.06 3.31 par:pas; -dépliée déplier ver f s 0.89 19.46 0.00 1.08 par:pas; -dépliées déplier ver f p 0.89 19.46 0.03 0.34 par:pas; -dépliés déplier ver m p 0.89 19.46 0.01 0.47 par:pas; -déploie déployer ver 7.09 30.27 0.94 5.27 imp:pre:2s;ind:pre:1s;ind:pre:3s; -déploiement déploiement nom m s 1.25 3.04 1.20 2.43 -déploiements déploiement nom m p 1.25 3.04 0.05 0.61 -déploient déployer ver 7.09 30.27 0.34 1.42 ind:pre:3p; -déploiera déployer ver 7.09 30.27 0.04 0.14 ind:fut:3s; -déploierai déployer ver 7.09 30.27 0.00 0.14 ind:fut:1s; -déploieraient déployer ver 7.09 30.27 0.00 0.07 cnd:pre:3p; -déploierait déployer ver 7.09 30.27 0.00 0.07 cnd:pre:3s; -déploieras déployer ver 7.09 30.27 0.00 0.07 ind:fut:2s; -déploierez déployer ver 7.09 30.27 0.03 0.00 ind:fut:2p; -déploierons déployer ver 7.09 30.27 0.02 0.14 ind:fut:1p; -déploieront déployer ver 7.09 30.27 0.02 0.14 ind:fut:3p; -déploies déployer ver 7.09 30.27 0.05 0.00 ind:pre:2s; -déplombé déplomber ver m s 0.00 0.07 0.00 0.07 par:pas; -déplora déplorer ver 2.53 8.04 0.01 0.41 ind:pas:3s; -déplorable déplorable adj s 1.52 5.14 1.29 3.99 -déplorablement déplorablement adv 0.01 0.41 0.01 0.41 -déplorables déplorable adj p 1.52 5.14 0.23 1.15 -déplorai déplorer ver 2.53 8.04 0.00 0.20 ind:pas:1s; -déploraient déplorer ver 2.53 8.04 0.00 0.20 ind:imp:3p; -déplorais déplorer ver 2.53 8.04 0.01 0.34 ind:imp:1s; -déplorait déplorer ver 2.53 8.04 0.01 1.35 ind:imp:3s; -déplorant déplorer ver 2.53 8.04 0.01 0.74 par:pre; -déploration déploration nom f s 0.00 0.20 0.00 0.20 -déplore déplorer ver 2.53 8.04 1.61 1.69 imp:pre:2s;ind:pre:1s;ind:pre:3s; -déplorent déplorer ver 2.53 8.04 0.27 0.27 ind:pre:3p; -déplorer déplorer ver 2.53 8.04 0.17 1.49 inf; -déplorerais déplorer ver 2.53 8.04 0.02 0.27 cnd:pre:1s; -déplorerait déplorer ver 2.53 8.04 0.01 0.07 cnd:pre:3s; -déplorerons déplorer ver 2.53 8.04 0.00 0.07 ind:fut:1p; -déplorez déplorer ver 2.53 8.04 0.01 0.14 imp:pre:2p;ind:pre:2p; -déplorions déplorer ver 2.53 8.04 0.00 0.07 ind:imp:1p; -déplorons déplorer ver 2.53 8.04 0.27 0.07 ind:pre:1p; -déplorèrent déplorer ver 2.53 8.04 0.00 0.07 ind:pas:3p; -déploré déplorer ver m s 2.53 8.04 0.13 0.47 par:pas; -déplorée déplorer ver f s 2.53 8.04 0.00 0.07 par:pas; -déplorés déplorer ver m p 2.53 8.04 0.00 0.07 par:pas; -déplâtré déplâtrer ver m s 0.01 0.07 0.01 0.07 par:pas; -déploya déployer ver 7.09 30.27 0.03 1.69 ind:pas:3s; -déployaient déployer ver 7.09 30.27 0.01 2.03 ind:imp:3p; -déployais déployer ver 7.09 30.27 0.00 0.07 ind:imp:1s; -déployait déployer ver 7.09 30.27 0.13 3.78 ind:imp:3s; -déployant déployer ver 7.09 30.27 0.20 1.69 par:pre; -déployasse déployer ver 7.09 30.27 0.00 0.07 sub:imp:1s; -déployer déployer ver 7.09 30.27 1.81 6.01 inf; -déployez déployer ver 7.09 30.27 1.67 0.07 imp:pre:2p;ind:pre:2p; -déployions déployer ver 7.09 30.27 0.00 0.14 ind:imp:1p; -déployons déployer ver 7.09 30.27 0.08 0.14 imp:pre:1p;ind:pre:1p; -déployât déployer ver 7.09 30.27 0.00 0.07 sub:imp:3s; -déployèrent déployer ver 7.09 30.27 0.01 0.27 ind:pas:3p; -déployé déployer ver m s 7.09 30.27 0.94 2.77 par:pas; -déployée déployer ver f s 7.09 30.27 0.24 2.03 par:pas; -déployées déployé adj f p 0.80 5.41 0.32 1.49 -déployés déployer ver m p 7.09 30.27 0.33 1.55 par:pas; -déplu déplaire ver m s 12.23 20.61 1.23 2.50 par:pas; -déplumait déplumer ver 0.17 0.47 0.00 0.07 ind:imp:3s; -déplume déplumer ver 0.17 0.47 0.11 0.07 ind:pre:1s;ind:pre:3s; -déplumer déplumer ver 0.17 0.47 0.02 0.07 inf; -déplumé déplumé adj m s 0.33 1.55 0.16 1.15 -déplumée déplumé adj f s 0.33 1.55 0.16 0.00 -déplumés déplumé adj m p 0.33 1.55 0.02 0.41 -déplurent déplaire ver 12.23 20.61 0.00 0.20 ind:pas:3p; -déplut déplaire ver 12.23 20.61 0.01 1.01 ind:pas:3s; -dépoile dépoiler ver 0.06 0.34 0.03 0.00 ind:pre:1s; -dépoiler dépoiler ver 0.06 0.34 0.03 0.00 inf; -dépoilé dépoiler ver m s 0.06 0.34 0.00 0.14 par:pas; -dépoilée dépoiler ver f s 0.06 0.34 0.00 0.07 par:pas; -dépoilées dépoiler ver f p 0.06 0.34 0.00 0.14 par:pas; -dépointées dépointer ver f p 0.00 0.07 0.00 0.07 par:pas; -dépoitraillé dépoitraillé adj m s 0.02 0.68 0.02 0.27 -dépoitraillée dépoitraillé adj f s 0.02 0.68 0.00 0.20 -dépoitraillées dépoitraillé adj f p 0.02 0.68 0.00 0.07 -dépoitraillés dépoitraillé adj m p 0.02 0.68 0.00 0.14 -dépoli dépoli adj m s 0.01 2.30 0.01 1.15 -dépolie dépoli adj f s 0.01 2.30 0.00 0.34 -dépolies dépoli adj f p 0.01 2.30 0.00 0.47 -dépolis dépoli adj m p 0.01 2.30 0.00 0.34 -dépolissait dépolir ver 0.01 0.95 0.00 0.07 ind:imp:3s; -dépolit dépolir ver 0.01 0.95 0.01 0.07 ind:pre:3s; -dépolitisant dépolitiser ver 0.10 0.07 0.00 0.07 par:pre; -dépolitisé dépolitiser ver m s 0.10 0.07 0.10 0.00 par:pas; -dépolluer dépolluer ver 0.04 0.00 0.04 0.00 inf; -dépollution dépollution nom f s 0.03 0.00 0.03 0.00 -dupons duper ver 4.77 2.70 0.01 0.07 ind:pre:1p; -dépopulation dépopulation nom f s 0.00 0.07 0.00 0.07 -déport déport nom m s 0.00 0.14 0.00 0.14 -déporta déporter ver 2.75 4.26 0.00 0.20 ind:pas:3s; -déportaient déporter ver 2.75 4.26 0.01 0.07 ind:imp:3p; -déportais déporter ver 2.75 4.26 0.01 0.07 ind:imp:1s; -déportait déporter ver 2.75 4.26 0.00 0.14 ind:imp:3s; -déportant déporter ver 2.75 4.26 0.01 0.07 par:pre; -déportation déportation nom f s 1.58 2.23 1.52 2.03 -déportations déportation nom f p 1.58 2.23 0.06 0.20 -déporte déporter ver 2.75 4.26 0.36 0.14 ind:pre:1s;ind:pre:3s; -déportements déportement nom m p 0.27 0.07 0.27 0.07 -déporter déporter ver 2.75 4.26 0.95 0.61 inf; -déporteront déporter ver 2.75 4.26 0.02 0.00 ind:fut:3p; -déportez déporter ver 2.75 4.26 0.01 0.00 imp:pre:2p; -déporté déporter ver m s 2.75 4.26 0.91 1.49 par:pas; -déportée déporter ver f s 2.75 4.26 0.08 0.61 par:pas; -déportées déporter ver f p 2.75 4.26 0.01 0.07 par:pas; -déportés déporté nom m p 2.38 5.74 2.14 4.66 -déposa déposer ver 53.09 62.70 0.19 10.20 ind:pas:3s; -déposai déposer ver 53.09 62.70 0.14 1.08 ind:pas:1s; -déposaient déposer ver 53.09 62.70 0.01 1.42 ind:imp:3p; -déposais déposer ver 53.09 62.70 0.53 0.61 ind:imp:1s;ind:imp:2s; -déposait déposer ver 53.09 62.70 0.32 4.05 ind:imp:3s; -déposant déposer ver 53.09 62.70 0.33 1.55 par:pre; -dépose déposer ver 53.09 62.70 16.14 7.97 imp:pre:2s;ind:pre:1s;ind:pre:3s; -déposent déposer ver 53.09 62.70 0.48 0.81 ind:pre:3p; -déposer déposer ver 53.09 62.70 15.03 13.24 ind:pre:2p;inf; -déposera déposer ver 53.09 62.70 0.44 0.68 ind:fut:3s; -déposerai déposer ver 53.09 62.70 0.60 0.14 ind:fut:1s; -déposeraient déposer ver 53.09 62.70 0.00 0.14 cnd:pre:3p; -déposerais déposer ver 53.09 62.70 0.15 0.07 cnd:pre:1s;cnd:pre:2s; -déposerait déposer ver 53.09 62.70 0.06 0.34 cnd:pre:3s; -déposeras déposer ver 53.09 62.70 0.18 0.20 ind:fut:2s; -déposerez déposer ver 53.09 62.70 0.28 0.07 ind:fut:2p; -déposerions déposer ver 53.09 62.70 0.00 0.07 cnd:pre:1p; -déposerons déposer ver 53.09 62.70 0.05 0.07 ind:fut:1p; -déposeront déposer ver 53.09 62.70 0.32 0.14 ind:fut:3p; -déposes déposer ver 53.09 62.70 1.09 0.20 ind:pre:2s; -déposez déposer ver 53.09 62.70 4.06 0.54 imp:pre:2p;ind:pre:2p; -déposiez déposer ver 53.09 62.70 0.02 0.00 ind:imp:2p; -déposions déposer ver 53.09 62.70 0.04 0.14 ind:imp:1p; -dépositaire dépositaire nom s 0.36 2.36 0.23 1.96 -dépositaires dépositaire nom p 0.36 2.36 0.14 0.41 -déposition déposition nom f s 11.25 2.43 9.66 1.82 -dépositions déposition nom f p 11.25 2.43 1.59 0.61 -déposâmes déposer ver 53.09 62.70 0.01 0.20 ind:pas:1p; -déposons déposer ver 53.09 62.70 0.10 0.20 imp:pre:1p;ind:pre:1p; -déposât déposer ver 53.09 62.70 0.00 0.07 sub:imp:3s; -dépossession dépossession nom f s 0.00 1.22 0.00 1.22 -dépossède déposséder ver 0.83 2.97 0.02 0.00 ind:pre:1s;ind:pre:3s; -dépossédais déposséder ver 0.83 2.97 0.00 0.07 ind:imp:1s; -dépossédait déposséder ver 0.83 2.97 0.00 0.14 ind:imp:3s; -déposséder déposséder ver 0.83 2.97 0.08 0.61 inf; -dépossédé déposséder ver m s 0.83 2.97 0.21 1.28 par:pas; -dépossédée déposséder ver f s 0.83 2.97 0.31 0.27 par:pas; -dépossédées déposséder ver f p 0.83 2.97 0.00 0.20 par:pas; -dépossédés déposséder ver m p 0.83 2.97 0.21 0.41 par:pas; -déposèrent déposer ver 53.09 62.70 0.04 0.88 ind:pas:3p; -déposé déposer ver m s 53.09 62.70 8.73 10.34 par:pas; -déposée déposer ver f s 53.09 62.70 2.34 3.58 par:pas; -déposées déposer ver f p 53.09 62.70 0.60 1.35 par:pas; -déposés déposer ver m p 53.09 62.70 0.81 2.36 par:pas; -dépote dépoter ver 0.23 0.27 0.15 0.14 imp:pre:2s;ind:pre:3s; -dépotent dépoter ver 0.23 0.27 0.00 0.07 ind:pre:3p; -dépoter dépoter ver 0.23 0.27 0.07 0.00 inf; -dépotoir dépotoir nom m s 1.22 1.82 1.22 1.82 -dépoté dépoter ver m s 0.23 0.27 0.01 0.07 par:pas; -dépoudrer dépoudrer ver 0.01 0.00 0.01 0.00 inf; -dépouilla dépouiller ver 4.54 20.54 0.03 0.68 ind:pas:3s; -dépouillage dépouillage nom m s 0.01 0.00 0.01 0.00 -dépouillaient dépouiller ver 4.54 20.54 0.02 0.95 ind:imp:3p; -dépouillais dépouiller ver 4.54 20.54 0.00 0.20 ind:imp:1s; -dépouillait dépouiller ver 4.54 20.54 0.03 1.15 ind:imp:3s; -dépouillant dépouiller ver 4.54 20.54 0.01 0.61 par:pre; -dépouille dépouille nom f s 1.94 6.62 1.69 5.00 -dépouillement dépouillement nom m s 0.17 2.64 0.17 2.50 -dépouillements dépouillement nom m p 0.17 2.64 0.00 0.14 -dépouillent dépouiller ver 4.54 20.54 0.08 0.47 ind:pre:3p; -dépouiller dépouiller ver 4.54 20.54 2.07 5.14 inf; -dépouillera dépouiller ver 4.54 20.54 0.01 0.00 ind:fut:3s; -dépouillerais dépouiller ver 4.54 20.54 0.01 0.00 cnd:pre:1s; -dépouillerait dépouiller ver 4.54 20.54 0.00 0.07 cnd:pre:3s; -dépouillerez dépouiller ver 4.54 20.54 0.01 0.00 ind:fut:2p; -dépouilles dépouille nom f p 1.94 6.62 0.25 1.62 -dépouillez dépouiller ver 4.54 20.54 0.05 0.00 imp:pre:2p;ind:pre:2p; -dépouillons dépouiller ver 4.54 20.54 0.02 0.07 imp:pre:1p; -dépouillât dépouiller ver 4.54 20.54 0.00 0.07 sub:imp:3s; -dépouillèrent dépouiller ver 4.54 20.54 0.14 0.14 ind:pas:3p; -dépouillé dépouiller ver m s 4.54 20.54 0.90 4.59 par:pas; -dépouillée dépouiller ver f s 4.54 20.54 0.31 2.43 par:pas; -dépouillées dépouiller ver f p 4.54 20.54 0.01 0.41 par:pas; -dépouillés dépouillé adj m p 0.94 3.04 0.66 0.61 -dépourvu dépourvu adj m s 1.10 4.32 1.00 2.03 -dépourvue dépourvoir ver f s 1.71 12.36 0.73 4.12 par:pas; -dépourvues dépourvoir ver f p 1.71 12.36 0.12 1.22 par:pas; -dépourvus dépourvu adj m p 1.10 4.32 0.09 1.82 -dépoussière dépoussiérer ver 0.78 0.27 0.02 0.07 imp:pre:2s;ind:pre:1s;ind:pre:3s; -dépoussiérage dépoussiérage nom m s 0.01 0.07 0.01 0.07 -dépoussiéraient dépoussiérer ver 0.78 0.27 0.00 0.07 ind:imp:3p; -dépoussiérant dépoussiérer ver 0.78 0.27 0.14 0.00 par:pre; -dépoussiérer dépoussiérer ver 0.78 0.27 0.45 0.14 inf; -dépoussiérez dépoussiérer ver 0.78 0.27 0.03 0.00 imp:pre:2p; -dépoussiéré dépoussiérer ver m s 0.78 0.27 0.14 0.00 par:pas; -dépoétisent dépoétiser ver 0.00 0.07 0.00 0.07 ind:pre:3p; -dépravation dépravation nom f s 0.61 0.95 0.56 0.61 -dépravations dépravation nom f p 0.61 0.95 0.05 0.34 -dépraver dépraver ver 0.48 0.14 0.06 0.00 inf; -dépravons dépraver ver 0.48 0.14 0.01 0.00 ind:pre:1p; -dépravé dépravé nom m s 1.07 0.47 0.63 0.34 -dépravée dépravé adj f s 1.24 0.68 0.30 0.00 -dépravées dépravé adj f p 1.24 0.68 0.32 0.07 -dépravés dépravé nom m p 1.07 0.47 0.29 0.07 -déprenais déprendre ver 0.01 2.03 0.00 0.14 ind:imp:1s; -déprenait déprendre ver 0.01 2.03 0.00 0.07 ind:imp:3s; -déprend déprendre ver 0.01 2.03 0.01 0.07 ind:pre:3s; -déprendre déprendre ver 0.01 2.03 0.00 0.74 inf; -déprendront déprendre ver 0.01 2.03 0.00 0.07 ind:fut:3p; -dépressif dépressif adj m s 1.83 0.74 1.11 0.34 -dépressifs dépressif adj m p 1.83 0.74 0.17 0.14 -dépression dépression nom f s 10.41 8.38 10.10 7.36 -dépressionnaire dépressionnaire adj m s 0.03 0.07 0.03 0.07 -dépressions dépression nom f p 10.41 8.38 0.32 1.01 -dépressive dépressif adj f s 1.83 0.74 0.49 0.20 -dépressives dépressif adj f p 1.83 0.74 0.05 0.07 -dépressurisait dépressuriser ver 0.33 0.00 0.01 0.00 ind:imp:3s; -dépressurisation dépressurisation nom f s 0.36 0.14 0.36 0.14 -dépressurise dépressuriser ver 0.33 0.00 0.03 0.00 ind:pre:3s; -dépressuriser dépressuriser ver 0.33 0.00 0.14 0.00 inf; -dépressurisé dépressuriser ver m s 0.33 0.00 0.10 0.00 par:pas; -dépressurisés dépressuriser ver m p 0.33 0.00 0.05 0.00 par:pas; -déprima déprimer ver 10.61 3.85 0.01 0.14 ind:pas:3s; -déprimais déprimer ver 10.61 3.85 0.06 0.00 ind:imp:1s;ind:imp:2s; -déprimait déprimer ver 10.61 3.85 0.21 0.34 ind:imp:3s; -déprimant déprimant adj m s 3.83 3.31 2.85 1.49 -déprimante déprimant adj f s 3.83 3.31 0.62 1.28 -déprimantes déprimant adj f p 3.83 3.31 0.25 0.20 -déprimants déprimant adj m p 3.83 3.31 0.11 0.34 -déprime déprimer ver 10.61 3.85 3.61 1.22 imp:pre:2s;ind:pre:1s;ind:pre:3s; -dépriment déprimer ver 10.61 3.85 0.28 0.07 ind:pre:3p; -déprimer déprimer ver 10.61 3.85 1.05 0.54 inf; -déprimerais déprimer ver 10.61 3.85 0.10 0.00 cnd:pre:2s; -déprimerait déprimer ver 10.61 3.85 0.25 0.00 cnd:pre:3s; -déprimes déprimer ver 10.61 3.85 0.75 0.07 ind:pre:2s; -déprimez déprimer ver 10.61 3.85 0.04 0.00 ind:pre:2p; -déprimé déprimer ver m s 10.61 3.85 2.50 0.61 par:pas; -déprimée déprimer ver f s 10.61 3.85 1.43 0.41 par:pas; -déprimées déprimer ver f p 10.61 3.85 0.12 0.00 par:pas; -déprimés déprimé adj m p 3.29 1.62 0.16 0.27 -déprirent déprendre ver 0.01 2.03 0.00 0.14 ind:pas:3p; -dépris déprendre ver m 0.01 2.03 0.00 0.74 ind:pas:1s;par:pas;par:pas; -déprit déprendre ver 0.01 2.03 0.00 0.07 ind:pas:3s; -déprogrammation déprogrammation nom f s 0.07 0.00 0.07 0.00 -déprogrammer déprogrammer ver 0.37 0.07 0.21 0.00 inf; -déprogrammez déprogrammer ver 0.37 0.07 0.01 0.00 imp:pre:2p; -déprogrammé déprogrammer ver m s 0.37 0.07 0.07 0.07 par:pas; -déprogrammée déprogrammer ver f s 0.37 0.07 0.07 0.00 par:pas; -dépréciait déprécier ver 0.69 1.28 0.10 0.14 ind:imp:3s; -dépréciant déprécier ver 0.69 1.28 0.02 0.00 par:pre; -dépréciation dépréciation nom f s 0.05 0.41 0.05 0.41 -déprécie déprécier ver 0.69 1.28 0.21 0.07 imp:pre:2s;ind:pre:3s; -déprécier déprécier ver 0.69 1.28 0.15 0.61 inf; -déprécies déprécier ver 0.69 1.28 0.01 0.07 ind:pre:2s; -dépréciez déprécier ver 0.69 1.28 0.00 0.07 ind:pre:2p; -dépréciiez déprécier ver 0.69 1.28 0.00 0.07 ind:imp:2p; -déprécié déprécier ver m s 0.69 1.28 0.19 0.14 par:pas; -dépréciée déprécier ver f s 0.69 1.28 0.01 0.14 par:pas; -déprédateur déprédateur adj m s 0.00 0.07 0.00 0.07 -déprédateurs déprédateur nom m p 0.00 0.14 0.00 0.14 -déprédation déprédation nom f s 0.01 0.41 0.00 0.07 -déprédations déprédation nom f p 0.01 0.41 0.01 0.34 -dépèce dépecer ver 1.18 2.57 0.29 0.27 imp:pre:2s;ind:pre:3s; -dépècements dépècement nom m p 0.00 0.07 0.00 0.07 -dépècent dépecer ver 1.18 2.57 0.02 0.14 ind:pre:3p; -dépècera dépecer ver 1.18 2.57 0.00 0.07 ind:fut:3s; -dépècerai dépecer ver 1.18 2.57 0.13 0.00 ind:fut:1s; -dépèceraient dépecer ver 1.18 2.57 0.00 0.07 cnd:pre:3p; -dupé duper ver m s 4.77 2.70 1.15 0.34 par:pas; -dépucela dépuceler ver 1.38 1.01 0.00 0.07 ind:pas:3s; -dépucelage dépucelage nom m s 0.41 0.41 0.41 0.34 -dépucelages dépucelage nom m p 0.41 0.41 0.00 0.07 -dépuceler dépuceler ver 1.38 1.01 0.55 0.34 inf; -dépuceleur dépuceleur nom m s 0.02 0.07 0.01 0.00 -dépuceleurs dépuceleur nom m p 0.02 0.07 0.01 0.07 -dépucelle dépuceler ver 1.38 1.01 0.17 0.07 ind:pre:1s;ind:pre:3s; -dépucellera dépuceler ver 1.38 1.01 0.00 0.07 ind:fut:3s; -dépucelons dépuceler ver 1.38 1.01 0.03 0.00 imp:pre:1p; -dépucelé dépuceler ver m s 1.38 1.01 0.39 0.27 par:pas; -dépucelée dépuceler ver f s 1.38 1.01 0.25 0.20 par:pas; -dépêcha dépêcher ver 111.44 22.84 0.00 1.55 ind:pas:3s; -dépêchai dépêcher ver 111.44 22.84 0.01 0.14 ind:pas:1s; -dépêchaient dépêcher ver 111.44 22.84 0.00 0.27 ind:imp:3p; -dépêchais dépêcher ver 111.44 22.84 0.03 0.07 ind:imp:1s;ind:imp:2s; -dépêchait dépêcher ver 111.44 22.84 0.05 1.15 ind:imp:3s; -dépêchant dépêcher ver 111.44 22.84 0.08 0.41 par:pre; -dépêche dépêcher ver 111.44 22.84 55.90 7.50 imp:pre:2s;ind:pre:1s;ind:pre:3s; -dépêchent dépêcher ver 111.44 22.84 0.35 0.47 ind:pre:3p; -dépêcher dépêcher ver 111.44 22.84 7.52 3.65 inf; -dépêcherais dépêcher ver 111.44 22.84 0.16 0.07 cnd:pre:1s;cnd:pre:2s; -dépêcherons dépêcher ver 111.44 22.84 0.00 0.07 ind:fut:1p; -dépêches dépêcher ver 111.44 22.84 0.96 0.20 ind:pre:2s;sub:pre:2s; -dépêchez dépêcher ver 111.44 22.84 35.35 2.77 imp:pre:2p;ind:pre:2p; -dépêchions dépêcher ver 111.44 22.84 0.01 0.07 ind:imp:1p; -dépêchons dépêcher ver 111.44 22.84 10.21 1.55 imp:pre:1p;ind:pre:1p; -dépêchât dépêcher ver 111.44 22.84 0.00 0.07 sub:imp:3s; -dépêchèrent dépêcher ver 111.44 22.84 0.00 0.14 ind:pas:3p; -dépêché dépêcher ver m s 111.44 22.84 0.27 1.55 par:pas; -dépêchée dépêcher ver f s 111.44 22.84 0.40 0.47 par:pas; -dépêchées dépêcher ver f p 111.44 22.84 0.11 0.07 par:pas; -dépêchés dépêcher ver m p 111.44 22.84 0.04 0.61 par:pas; -dupée duper ver f s 4.77 2.70 0.18 0.34 par:pas; -dépulpé dépulper ver m s 0.00 0.07 0.00 0.07 par:pas; -dépénaliser dépénaliser ver 0.01 0.00 0.01 0.00 inf; -dépuratifs dépuratif adj m p 0.00 0.07 0.00 0.07 -dépuratifs dépuratif nom m p 0.00 0.07 0.00 0.07 -dépéri dépérir ver m s 1.73 1.89 0.36 0.07 par:pas; -dépérir dépérir ver 1.73 1.89 0.41 0.74 inf; -dépérira dépérir ver 1.73 1.89 0.02 0.00 ind:fut:3s; -dépériraient dépérir ver 1.73 1.89 0.00 0.07 cnd:pre:3p; -dépérirait dépérir ver 1.73 1.89 0.01 0.00 cnd:pre:3s; -dépériront dépérir ver 1.73 1.89 0.01 0.07 ind:fut:3p; -dépéris dépérir ver 1.73 1.89 0.06 0.07 ind:pre:1s;ind:pre:2s; -dépérissaient dépérir ver 1.73 1.89 0.00 0.07 ind:imp:3p; -dépérissais dépérir ver 1.73 1.89 0.01 0.14 ind:imp:1s;ind:imp:2s; -dépérissait dépérir ver 1.73 1.89 0.02 0.27 ind:imp:3s; -dépérisse dépérir ver 1.73 1.89 0.02 0.07 sub:pre:3s; -dépérissement dépérissement nom m s 0.00 0.34 0.00 0.34 -dépérissent dépérir ver 1.73 1.89 0.08 0.00 ind:pre:3p; -dépérit dépérir ver 1.73 1.89 0.73 0.34 ind:pre:3s;ind:pas:3s; -dépurés dépurer ver m p 0.00 0.07 0.00 0.07 par:pas; -dupés duper ver m p 4.77 2.70 0.81 0.07 par:pas; -députation députation nom f s 0.00 0.34 0.00 0.20 -députations députation nom f p 0.00 0.34 0.00 0.14 -députer députer ver 0.19 0.07 0.01 0.00 inf; -dépêtrer dépêtrer ver 0.13 1.01 0.13 0.81 inf; -dépêtré dépêtrer ver m s 0.13 1.01 0.00 0.07 par:pas; -dépêtrée dépêtrer ver f s 0.13 1.01 0.00 0.07 par:pas; -dépêtrés dépêtrer ver m p 0.13 1.01 0.00 0.07 par:pas; -députèrent députer ver 0.19 0.07 0.00 0.07 ind:pas:3p; -député_maire député_maire nom m s 0.00 0.34 0.00 0.34 -député député nom m s 10.40 10.88 7.40 6.42 -députée député nom f s 10.40 10.88 0.42 0.00 -députés député nom m p 10.40 10.88 2.59 4.46 -déqualifier déqualifier ver 0.01 0.00 0.01 0.00 inf; -duquel duquel pro_rel m s 2.36 30.20 1.92 22.57 -déquiller déquiller ver 0.00 0.27 0.00 0.14 inf; -déquillé déquiller ver m s 0.00 0.27 0.00 0.07 par:pas; -déquillés déquiller ver m p 0.00 0.27 0.00 0.07 par:pas; -dur dur adj m s 187.84 146.69 145.55 80.68 -dura durer ver 74.39 101.62 1.56 12.70 ind:pas:3s; -durabilité durabilité nom f s 0.01 0.00 0.01 0.00 -durable durable adj s 2.13 5.95 1.61 4.73 -durablement durablement adv 0.00 0.74 0.00 0.74 -durables durable adj p 2.13 5.95 0.53 1.22 -déracina déraciner ver 0.85 2.23 0.01 0.07 ind:pas:3s; -déracinaient déraciner ver 0.85 2.23 0.01 0.00 ind:imp:3p; -déracinais déraciner ver 0.85 2.23 0.00 0.07 ind:imp:1s; -déracinait déraciner ver 0.85 2.23 0.00 0.20 ind:imp:3s; -déracinant déracinant adj m s 0.00 0.14 0.00 0.14 -déracine déraciner ver 0.85 2.23 0.10 0.20 ind:pre:3s; -déracinement déracinement nom m s 0.11 0.54 0.11 0.54 -déracinent déraciner ver 0.85 2.23 0.01 0.14 ind:pre:3p; -déraciner déraciner ver 0.85 2.23 0.27 0.61 inf; -déracinerait déraciner ver 0.85 2.23 0.00 0.07 cnd:pre:3s; -déraciné déraciner ver m s 0.85 2.23 0.43 0.54 par:pas; -déracinée déraciner ver f s 0.85 2.23 0.01 0.07 par:pas; -déracinées déraciner ver f p 0.85 2.23 0.01 0.00 par:pas; -déracinés déraciné adj m p 0.04 0.74 0.01 0.41 -duraient durer ver 74.39 101.62 0.43 2.03 ind:imp:3p; -dérailla dérailler ver 4.74 3.18 0.00 0.20 ind:pas:3s; -déraillaient dérailler ver 4.74 3.18 0.00 0.07 ind:imp:3p; -déraillais dérailler ver 4.74 3.18 0.00 0.07 ind:imp:1s; -déraillait dérailler ver 4.74 3.18 0.02 0.34 ind:imp:3s; -déraillant dérailler ver 4.74 3.18 0.00 0.07 par:pre; -déraille dérailler ver 4.74 3.18 1.89 0.54 imp:pre:2s;ind:pre:1s;ind:pre:3s; -duraille duraille adj s 0.02 2.43 0.00 2.36 -déraillement déraillement nom m s 0.49 0.54 0.35 0.27 -déraillements déraillement nom m p 0.49 0.54 0.14 0.27 -déraillent dérailler ver 4.74 3.18 0.05 0.07 ind:pre:3p; -dérailler dérailler ver 4.74 3.18 1.25 1.15 inf; -déraillera dérailler ver 4.74 3.18 0.02 0.00 ind:fut:3s; -dérailles dérailler ver 4.74 3.18 0.42 0.20 ind:pre:2s; -durailles duraille adj m p 0.02 2.43 0.02 0.07 -dérailleur dérailleur nom m s 0.02 0.81 0.02 0.81 -déraillez dérailler ver 4.74 3.18 0.21 0.00 ind:pre:2p; -déraillé dérailler ver m s 4.74 3.18 0.89 0.47 par:pas; -déraison déraison nom f s 0.36 1.35 0.36 1.15 -déraisonnable déraisonnable adj s 1.35 2.77 1.15 2.30 -déraisonnablement déraisonnablement adv 0.00 0.14 0.00 0.14 -déraisonnables déraisonnable adj p 1.35 2.77 0.20 0.47 -déraisonnait déraisonner ver 0.87 1.15 0.01 0.41 ind:imp:3s; -déraisonne déraisonner ver 0.87 1.15 0.20 0.20 ind:pre:1s;ind:pre:3s; -déraisonner déraisonner ver 0.87 1.15 0.10 0.34 inf; -déraisonnes déraisonner ver 0.87 1.15 0.29 0.20 ind:pre:2s; -déraisonnez déraisonner ver 0.87 1.15 0.17 0.00 ind:pre:2p; -déraisonné déraisonner ver m s 0.87 1.15 0.10 0.00 par:pas; -déraisons déraison nom f p 0.36 1.35 0.00 0.20 -durait durer ver 74.39 101.62 1.04 8.92 ind:imp:3s; -durale dural adj f s 0.01 0.00 0.01 0.00 -duralumin duralumin nom m s 0.00 0.27 0.00 0.27 -dérange déranger ver 126.95 43.99 63.69 10.81 imp:pre:2s;ind:pre:1s;ind:pre:3s; -dérangea déranger ver 126.95 43.99 0.01 0.61 ind:pas:3s; -dérangeaient déranger ver 126.95 43.99 0.07 1.01 ind:imp:3p; -dérangeais déranger ver 126.95 43.99 0.18 0.27 ind:imp:1s;ind:imp:2s; -dérangeait déranger ver 126.95 43.99 1.28 3.51 ind:imp:3s; -dérangeant dérangeant adj m s 1.04 1.01 0.79 0.34 -dérangeante dérangeant adj f s 1.04 1.01 0.14 0.41 -dérangeantes dérangeant adj f p 1.04 1.01 0.06 0.14 -dérangeants dérangeant adj m p 1.04 1.01 0.04 0.14 -dérangeassent déranger ver 126.95 43.99 0.00 0.07 sub:imp:3p; -dérangement dérangement nom m s 3.74 1.89 3.61 1.55 -dérangements dérangement nom m p 3.74 1.89 0.14 0.34 -dérangent déranger ver 126.95 43.99 1.97 1.08 ind:pre:3p; -dérangeons déranger ver 126.95 43.99 0.65 0.14 imp:pre:1p;ind:pre:1p; -dérangeât déranger ver 126.95 43.99 0.00 0.34 sub:imp:3s; -déranger déranger ver 126.95 43.99 31.38 14.59 inf;; -dérangera déranger ver 126.95 43.99 1.88 0.61 ind:fut:3s; -dérangerai déranger ver 126.95 43.99 0.98 0.20 ind:fut:1s; -dérangeraient déranger ver 126.95 43.99 0.01 0.07 cnd:pre:3p; -dérangerais déranger ver 126.95 43.99 0.34 0.14 cnd:pre:1s;cnd:pre:2s; -dérangerait déranger ver 126.95 43.99 2.71 0.74 cnd:pre:3s; -dérangeras déranger ver 126.95 43.99 0.11 0.00 ind:fut:2s; -dérangerez déranger ver 126.95 43.99 0.33 0.07 ind:fut:2p; -dérangerons déranger ver 126.95 43.99 0.18 0.00 ind:fut:1p; -déranges déranger ver 126.95 43.99 2.11 0.47 ind:pre:2s; -dérangez déranger ver 126.95 43.99 6.75 1.55 imp:pre:2p;ind:pre:2p; -dérangiez déranger ver 126.95 43.99 0.01 0.00 ind:imp:2p; -dérangions déranger ver 126.95 43.99 0.00 0.14 ind:imp:1p; -dérangé déranger ver m s 126.95 43.99 7.98 3.99 par:pas; -dérangée déranger ver f s 126.95 43.99 2.38 1.62 par:pas; -dérangées déranger ver f p 126.95 43.99 0.06 0.41 par:pas; -dérangés déranger ver m p 126.95 43.99 1.67 0.95 par:pas; -durant durant pre 34.15 65.95 34.15 65.95 -dérapa déraper ver 3.85 8.31 0.00 1.01 ind:pas:3s; -dérapage dérapage nom m s 0.89 2.36 0.79 1.69 -dérapages dérapage nom m p 0.89 2.36 0.10 0.68 -dérapai déraper ver 3.85 8.31 0.00 0.14 ind:pas:1s; -dérapaient déraper ver 3.85 8.31 0.00 0.61 ind:imp:3p; -dérapait déraper ver 3.85 8.31 0.23 1.08 ind:imp:3s; -dérapant déraper ver 3.85 8.31 0.00 1.15 par:pre; -dérape déraper ver 3.85 8.31 0.95 1.96 imp:pre:2s;ind:pre:1s;ind:pre:3s; -dérapent déraper ver 3.85 8.31 0.10 0.14 ind:pre:3p; -déraper déraper ver 3.85 8.31 0.53 1.28 inf; -déraperont déraper ver 3.85 8.31 0.00 0.07 ind:fut:3p; -dérapes déraper ver 3.85 8.31 0.06 0.20 ind:pre:2s; -dérapez déraper ver 3.85 8.31 0.26 0.07 imp:pre:2p;ind:pre:2p; -dérapé déraper ver m s 3.85 8.31 1.72 0.61 par:pas; -durassent durer ver 74.39 101.62 0.00 0.07 sub:imp:3p; -dératisation dératisation nom f s 0.27 0.14 0.27 0.07 -dératisations dératisation nom f p 0.27 0.14 0.00 0.07 -dératiser dératiser ver 0.20 0.07 0.17 0.00 inf; -dératisé dératiser ver m s 0.20 0.07 0.02 0.00 par:pas; -dératisée dératiser ver f s 0.20 0.07 0.00 0.07 par:pas; -dératisés dératiser ver m p 0.20 0.07 0.01 0.00 par:pas; -dératé dératé nom m s 0.26 1.22 0.20 0.74 -dératées dératé nom f p 0.26 1.22 0.03 0.07 -dératés dératé nom m p 0.26 1.22 0.02 0.41 -dérayer dérayer ver 0.01 0.00 0.01 0.00 inf; -durci durci adj m s 0.22 4.12 0.16 1.55 -durcie durcir ver f s 1.79 13.99 0.13 0.95 par:pas; -durcies durcir ver f p 1.79 13.99 0.00 0.47 par:pas; -durcir durcir ver 1.79 13.99 0.73 2.23 inf; -durciraient durcir ver 1.79 13.99 0.00 0.07 cnd:pre:3p; -durcirent durcir ver 1.79 13.99 0.14 0.07 ind:pas:3p; -durcis durcir ver m p 1.79 13.99 0.09 0.81 imp:pre:2s;ind:pre:1s;ind:pre:2s;par:pas; -durcissaient durcir ver 1.79 13.99 0.00 0.20 ind:imp:3p; -durcissais durcir ver 1.79 13.99 0.00 0.14 ind:imp:1s; -durcissait durcir ver 1.79 13.99 0.02 2.30 ind:imp:3s; -durcissant durcir ver 1.79 13.99 0.01 0.54 par:pre; -durcisse durcir ver 1.79 13.99 0.05 0.14 sub:pre:3s; -durcissement durcissement nom m s 0.01 0.74 0.01 0.74 -durcissent durcir ver 1.79 13.99 0.17 0.34 ind:pre:3p; -durcisseur durcisseur nom m s 0.03 0.00 0.03 0.00 -durcit durcir ver 1.79 13.99 0.30 3.65 ind:pre:3s;ind:pas:3s; -dure_mère dure_mère nom f s 0.02 0.07 0.02 0.07 -dure dur adj f s 187.84 146.69 26.16 33.65 -durement durement adv 3.27 12.97 3.27 12.97 -durent devoir ver_sup 3232.80 1318.24 2.98 6.35 ind:pas:3p; -durer durer ver 74.39 101.62 20.59 24.05 inf; -durera durer ver 74.39 101.62 8.35 4.73 ind:fut:3s; -durerai durer ver 74.39 101.62 0.19 0.20 ind:fut:1s; -dureraient durer ver 74.39 101.62 0.04 0.74 cnd:pre:3p; -durerais durer ver 74.39 101.62 0.02 0.00 cnd:pre:1s;cnd:pre:2s; -durerait durer ver 74.39 101.62 1.16 3.31 cnd:pre:3s; -dureras durer ver 74.39 101.62 0.01 0.00 ind:fut:2s; -durerez durer ver 74.39 101.62 0.06 0.00 ind:fut:2p; -dureront durer ver 74.39 101.62 0.82 0.54 ind:fut:3p; -dures dur adj f p 187.84 146.69 4.05 11.89 -déresponsabilisation déresponsabilisation nom f s 0.00 0.07 0.00 0.07 -dureté dureté nom f s 1.56 12.23 1.56 11.35 -duretés dureté nom f p 1.56 12.23 0.00 0.88 -durham durham nom m s 0.09 0.00 0.09 0.00 -durian durian nom m s 2.21 0.00 2.21 0.00 -dérida dérider ver 0.57 2.50 0.00 0.34 ind:pas:3s; -déridait dérider ver 0.57 2.50 0.00 0.20 ind:imp:3s; -déride dérider ver 0.57 2.50 0.17 0.07 imp:pre:2s;ind:pre:3s; -dérider dérider ver 0.57 2.50 0.19 1.49 inf; -déridera dérider ver 0.57 2.50 0.01 0.07 ind:fut:3s; -dériderait dérider ver 0.57 2.50 0.01 0.07 cnd:pre:3s; -déridez dérider ver 0.57 2.50 0.18 0.00 imp:pre:2p; -déridé dérider ver m s 0.57 2.50 0.01 0.27 par:pas; -durillon durillon nom m s 0.05 1.01 0.00 0.41 -durillons durillon nom m p 0.05 1.01 0.05 0.61 -dérision dérision nom f s 1.27 8.51 1.27 8.51 -dérisoire dérisoire adj s 1.38 21.42 1.09 15.27 -dérisoirement dérisoirement adv 0.10 0.54 0.10 0.54 -dérisoires dérisoire adj p 1.38 21.42 0.29 6.15 -durit durit nom f s 0.04 0.00 0.04 0.00 -durite durite nom f s 0.50 0.07 0.47 0.07 -durites durite nom f p 0.50 0.07 0.03 0.00 -dériva dériver ver 4.28 11.42 0.00 0.54 ind:pas:3s; -dérivaient dériver ver 4.28 11.42 0.02 1.08 ind:imp:3p; -dérivais dériver ver 4.28 11.42 0.04 0.07 ind:imp:1s; -dérivait dériver ver 4.28 11.42 0.06 1.55 ind:imp:3s; -dérivant dériver ver 4.28 11.42 0.18 1.22 par:pre; -dérivante dérivant adj f s 0.03 0.07 0.01 0.00 -dérivatif dérivatif nom m s 0.03 0.54 0.03 0.47 -dérivatifs dérivatif nom m p 0.03 0.54 0.00 0.07 -dérivation dérivation nom f s 0.57 0.68 0.55 0.68 -dérivations dérivation nom f p 0.57 0.68 0.02 0.00 -dérive dérive nom f s 2.81 6.89 2.77 6.55 -dérivent dériver ver 4.28 11.42 0.26 1.15 ind:pre:3p; -dériver dériver ver 4.28 11.42 1.09 3.18 inf; -dériverai dériver ver 4.28 11.42 0.01 0.07 ind:fut:1s; -dériveras dériver ver 4.28 11.42 0.14 0.00 ind:fut:2s; -dérives dériver ver 4.28 11.42 0.22 0.00 ind:pre:2s; -dériveur dériveur nom m s 0.14 0.20 0.14 0.14 -dériveurs dériveur nom m p 0.14 0.20 0.01 0.07 -dérivez dériver ver 4.28 11.42 0.05 0.00 imp:pre:2p;ind:pre:2p; -dérivions dériver ver 4.28 11.42 0.02 0.14 ind:imp:1p; -dérivons dériver ver 4.28 11.42 0.26 0.07 ind:pre:1p; -dérivé dériver ver m s 4.28 11.42 0.84 0.54 par:pas; -dérivée dériver ver f s 4.28 11.42 0.05 0.07 par:pas; -dérivées dérivé adj f p 0.57 0.27 0.06 0.07 -dérivés dérivé adj m p 0.57 0.27 0.44 0.07 -déroba dérober ver 7.15 27.23 0.03 1.22 ind:pas:3s; -dérobade dérobade nom f s 0.21 2.77 0.21 1.76 -dérobades dérobade nom f p 0.21 2.77 0.00 1.01 -dérobai dérober ver 7.15 27.23 0.00 0.20 ind:pas:1s; -dérobaient dérober ver 7.15 27.23 0.01 0.95 ind:imp:3p; -dérobais dérober ver 7.15 27.23 0.01 0.20 ind:imp:1s;ind:imp:2s; -dérobait dérober ver 7.15 27.23 0.24 3.92 ind:imp:3s; -dérobant dérober ver 7.15 27.23 0.05 1.22 par:pre; -dérobe dérober ver 7.15 27.23 0.55 4.12 imp:pre:2s;ind:pre:1s;ind:pre:3s; -dérobent dérober ver 7.15 27.23 0.36 0.74 ind:pre:3p; -dérober dérober ver 7.15 27.23 2.08 7.57 ind:pre:2p;inf; -dérobera dérober ver 7.15 27.23 0.02 0.07 ind:fut:3s; -déroberaient dérober ver 7.15 27.23 0.00 0.07 cnd:pre:3p; -déroberait dérober ver 7.15 27.23 0.00 0.20 cnd:pre:3s; -déroberons dérober ver 7.15 27.23 0.01 0.07 ind:fut:1p; -dérobes dérober ver 7.15 27.23 0.68 0.00 ind:pre:2s; -dérobeuse dérobeur adj f s 0.00 0.07 0.00 0.07 -dérobez dérober ver 7.15 27.23 0.28 0.14 imp:pre:2p;ind:pre:2p; -dérobiez dérober ver 7.15 27.23 0.00 0.07 ind:imp:2p; -dérobions dérober ver 7.15 27.23 0.00 0.14 ind:imp:1p; -dérobons dérober ver 7.15 27.23 0.01 0.07 imp:pre:1p;ind:pre:1p; -dérobât dérober ver 7.15 27.23 0.00 0.07 sub:imp:3s; -dérobèrent dérober ver 7.15 27.23 0.00 0.14 ind:pas:3p; -dérobé dérober ver m s 7.15 27.23 1.85 2.57 par:pas; -dérobée dérober ver f s 7.15 27.23 0.68 2.77 par:pas; -dérobées dérober ver f p 7.15 27.23 0.04 0.27 par:pas; -dérobés dérober ver m p 7.15 27.23 0.25 0.47 par:pas; -dérogation dérogation nom f s 0.42 0.34 0.40 0.20 -dérogations dérogation nom f p 0.42 0.34 0.02 0.14 -dérogatoire dérogatoire adj f s 0.01 0.00 0.01 0.00 -déroge déroger ver 0.46 1.01 0.09 0.27 imp:pre:2s;ind:pre:3s; -dérogea déroger ver 0.46 1.01 0.00 0.07 ind:pas:3s; -dérogeait déroger ver 0.46 1.01 0.01 0.14 ind:imp:3s; -dérogent déroger ver 0.46 1.01 0.01 0.00 ind:pre:3p; -déroger déroger ver 0.46 1.01 0.18 0.34 inf; -dérogera déroger ver 0.46 1.01 0.01 0.07 ind:fut:3s; -dérogerait déroger ver 0.46 1.01 0.01 0.00 cnd:pre:3s; -dérogé déroger ver m s 0.46 1.01 0.15 0.14 par:pas; -durât durer ver 74.39 101.62 0.00 0.74 sub:imp:3s; -dérouillaient dérouiller ver 2.13 4.66 0.00 0.14 ind:imp:3p; -dérouillais dérouiller ver 2.13 4.66 0.02 0.00 ind:imp:1s; -dérouillait dérouiller ver 2.13 4.66 0.01 0.14 ind:imp:3s; -dérouillant dérouiller ver 2.13 4.66 0.00 0.14 par:pre; -dérouille dérouiller ver 2.13 4.66 0.48 1.01 imp:pre:2s;ind:pre:1s;ind:pre:3s; -dérouillement dérouillement nom m s 0.00 0.07 0.00 0.07 -dérouillent dérouiller ver 2.13 4.66 0.05 0.34 ind:pre:3p; -dérouiller dérouiller ver 2.13 4.66 0.94 1.69 inf; -dérouillera dérouiller ver 2.13 4.66 0.04 0.00 ind:fut:3s; -dérouillerai dérouiller ver 2.13 4.66 0.00 0.14 ind:fut:1s; -dérouillerais dérouiller ver 2.13 4.66 0.14 0.14 cnd:pre:1s;cnd:pre:2s; -dérouillerait dérouiller ver 2.13 4.66 0.01 0.07 cnd:pre:3s; -dérouilles dérouiller ver 2.13 4.66 0.04 0.20 ind:pre:2s; -dérouillez dérouiller ver 2.13 4.66 0.01 0.00 imp:pre:2p; -dérouillé dérouiller ver m s 2.13 4.66 0.36 0.54 par:pas; -dérouillée dérouillée nom f s 0.39 1.22 0.23 1.01 -dérouillées dérouillée nom f p 0.39 1.22 0.16 0.20 -déroula dérouler ver 11.37 39.46 0.27 3.04 ind:pas:3s; -déroulai dérouler ver 11.37 39.46 0.00 0.20 ind:pas:1s; -déroulaient dérouler ver 11.37 39.46 0.04 2.84 ind:imp:3p; -déroulais dérouler ver 11.37 39.46 0.02 0.27 ind:imp:1s; -déroulait dérouler ver 11.37 39.46 0.37 8.92 ind:imp:3s; -déroulant dérouler ver 11.37 39.46 0.11 1.69 par:pre; -déroule dérouler ver 11.37 39.46 5.18 6.15 imp:pre:2s;ind:pre:1s;ind:pre:3s; -déroulement déroulement nom m s 0.82 5.95 0.82 5.88 -déroulements déroulement nom m p 0.82 5.95 0.00 0.07 -déroulent dérouler ver 11.37 39.46 1.41 1.42 ind:pre:3p; -dérouler dérouler ver 11.37 39.46 1.26 5.88 inf; -déroulera dérouler ver 11.37 39.46 0.36 0.34 ind:fut:3s; -dérouleraient dérouler ver 11.37 39.46 0.01 0.07 cnd:pre:3p; -déroulerait dérouler ver 11.37 39.46 0.06 0.47 cnd:pre:3s; -dérouleront dérouler ver 11.37 39.46 0.04 0.00 ind:fut:3p; -dérouleur dérouleur nom m s 0.01 0.34 0.01 0.14 -dérouleurs dérouleur nom m p 0.01 0.34 0.00 0.14 -dérouleuse dérouleur nom f s 0.01 0.34 0.00 0.07 -déroulez dérouler ver 11.37 39.46 0.19 0.07 imp:pre:2p; -déroulions dérouler ver 11.37 39.46 0.00 0.07 ind:imp:1p; -déroulât dérouler ver 11.37 39.46 0.00 0.14 sub:imp:3s; -déroulèrent dérouler ver 11.37 39.46 0.03 0.81 ind:pas:3p; -déroulé dérouler ver m s 11.37 39.46 1.15 2.57 par:pas; -déroulée dérouler ver f s 11.37 39.46 0.63 2.64 par:pas; -déroulées dérouler ver f p 11.37 39.46 0.11 0.81 par:pas; -déroulés dérouler ver m p 11.37 39.46 0.13 1.08 par:pas; -dérouta dérouter ver 1.63 4.59 0.00 0.07 ind:pas:3s; -déroutage déroutage nom m s 0.01 0.07 0.01 0.07 -déroutaient dérouter ver 1.63 4.59 0.00 0.07 ind:imp:3p; -déroutait dérouter ver 1.63 4.59 0.03 0.88 ind:imp:3s; -déroutant déroutant adj m s 1.09 2.03 0.68 0.47 -déroutante déroutant adj f s 1.09 2.03 0.22 1.28 -déroutantes déroutant adj f p 1.09 2.03 0.04 0.14 -déroutants déroutant adj m p 1.09 2.03 0.16 0.14 -déroute déroute nom f s 1.03 5.95 1.03 5.88 -déroutement déroutement nom m s 0.28 0.00 0.28 0.00 -déroutent dérouter ver 1.63 4.59 0.02 0.07 ind:pre:3p; -dérouter dérouter ver 1.63 4.59 0.54 0.47 inf;; -déroutera dérouter ver 1.63 4.59 0.01 0.00 ind:fut:3s; -déroutes dérouter ver 1.63 4.59 0.10 0.00 ind:pre:2s; -déroutez dérouter ver 1.63 4.59 0.05 0.00 imp:pre:2p;ind:pre:2p; -déroutèrent dérouter ver 1.63 4.59 0.00 0.07 ind:pas:3p; -dérouté dérouter ver m s 1.63 4.59 0.47 1.42 par:pas; -déroutée dérouter ver f s 1.63 4.59 0.16 0.47 par:pas; -déroutées dérouter ver f p 1.63 4.59 0.03 0.00 par:pas; -déroutés dérouter ver m p 1.63 4.59 0.06 0.27 par:pas; -durs dur adj m p 187.84 146.69 12.08 20.47 -dérègle dérégler ver 1.09 0.95 0.25 0.14 ind:pre:3s; -dérèglement dérèglement nom m s 1.29 1.28 0.35 1.01 -dérèglements dérèglement nom m p 1.29 1.28 0.94 0.27 -dérèglent dérégler ver 1.09 0.95 0.14 0.07 ind:pre:3p; -durèrent durer ver 74.39 101.62 0.04 1.35 ind:pas:3p; -duré durer ver m s 74.39 101.62 12.57 13.85 par:pas; -déréalisaient déréaliser ver 0.00 0.07 0.00 0.07 ind:imp:3p; -durée durée nom f s 6.86 19.39 6.84 19.12 -durées durée nom f p 6.86 19.39 0.02 0.27 -déréglage déréglage nom m s 0.01 0.00 0.01 0.00 -déréglait dérégler ver 1.09 0.95 0.01 0.07 ind:imp:3s; -déréglant dérégler ver 1.09 0.95 0.00 0.07 par:pre; -déréglementation déréglementation nom f s 0.06 0.00 0.06 0.00 -dérégler dérégler ver 1.09 0.95 0.22 0.14 inf; -déréglé dérégler ver m s 1.09 0.95 0.23 0.41 par:pas; -déréglée dérégler ver f s 1.09 0.95 0.20 0.00 par:pas; -déréglées dérégler ver f p 1.09 0.95 0.03 0.00 par:pas; -déréglés déréglé adj m p 0.23 1.35 0.10 0.34 -dérégulation dérégulation nom f s 0.04 0.00 0.04 0.00 -déréguler déréguler ver 0.01 0.00 0.01 0.00 inf; -déréliction déréliction nom f s 0.01 0.61 0.01 0.61 -dés dé nom m p 23.36 11.55 17.63 7.91 -dus devoir ver_sup m p 3232.80 1318.24 1.57 12.77 ind:pas:1s;par:pas; -désabonna désabonner ver 0.00 0.07 0.00 0.07 ind:pas:3s; -désabonnements désabonnement nom m p 0.00 0.14 0.00 0.14 -désabusement désabusement nom m s 0.00 0.41 0.00 0.41 -désabuser désabuser ver 0.11 1.08 0.00 0.07 inf; -désabusé désabusé adj m s 0.12 5.27 0.08 3.04 -désabusée désabuser ver f s 0.11 1.08 0.03 0.14 par:pas; -désabusées désabusé nom f p 0.02 1.42 0.00 0.14 -désabusés désabusé adj m p 0.12 5.27 0.02 0.47 -désaccord désaccord nom m s 3.02 5.20 2.41 4.05 -désaccorda désaccorder ver 0.38 1.22 0.00 0.07 ind:pas:3s; -désaccordaient désaccorder ver 0.38 1.22 0.00 0.07 ind:imp:3p; -désaccordent désaccorder ver 0.38 1.22 0.00 0.07 ind:pre:3p; -désaccorder désaccorder ver 0.38 1.22 0.00 0.14 inf; -désaccords désaccord nom m p 3.02 5.20 0.61 1.15 -désaccordé désaccorder ver m s 0.38 1.22 0.14 0.41 par:pas; -désaccordée désaccorder ver f s 0.38 1.22 0.22 0.07 par:pas; -désaccordées désaccorder ver f p 0.38 1.22 0.00 0.07 par:pas; -désaccordés désaccorder ver m p 0.38 1.22 0.02 0.34 par:pas; -désaccoupler désaccoupler ver 0.01 0.00 0.01 0.00 inf; -désaccoutuma désaccoutumer ver 0.14 0.07 0.00 0.07 ind:pas:3s; -désaccoutumer désaccoutumer ver 0.14 0.07 0.14 0.00 inf; -désacralisation désacralisation nom f s 0.20 0.00 0.20 0.00 -désacraliser désacraliser ver 0.04 0.07 0.03 0.00 inf; -désacralisé désacraliser ver m s 0.04 0.07 0.01 0.07 par:pas; -désacralisée désacraliser ver f s 0.04 0.07 0.01 0.00 par:pas; -désactivation désactivation nom f s 0.41 0.07 0.41 0.07 -désactive désactiver ver 4.96 0.41 0.40 0.00 imp:pre:2s;ind:pre:1s;ind:pre:3s; -désactiver désactiver ver 4.96 0.41 1.43 0.00 inf; -désactiverai désactiver ver 4.96 0.41 0.03 0.00 ind:fut:1s; -désactiveront désactiver ver 4.96 0.41 0.02 0.00 ind:fut:3p; -désactives désactiver ver 4.96 0.41 0.04 0.00 ind:pre:2s; -désactivez désactiver ver 4.96 0.41 0.57 0.00 imp:pre:2p;ind:pre:2p; -désactivons désactiver ver 4.96 0.41 0.04 0.00 ind:pre:1p; -désactivé désactiver ver m s 4.96 0.41 1.35 0.34 par:pas; -désactivée désactiver ver f s 4.96 0.41 0.20 0.07 par:pas; -désactivées désactiver ver f p 4.96 0.41 0.78 0.00 par:pas; -désactivés désactiver ver m p 4.96 0.41 0.11 0.00 par:pas; -désadaptée désadapter ver f s 0.00 0.07 0.00 0.07 par:pas; -désadopter désadopter ver 0.01 0.00 0.01 0.00 inf; -désaffectation désaffectation nom f s 0.00 0.07 0.00 0.07 -désaffecter désaffecter ver 0.18 0.88 0.00 0.07 inf; -désaffection désaffection nom f s 0.04 0.54 0.04 0.54 -désaffecté désaffecté adj m s 0.85 4.73 0.46 1.62 -désaffectée désaffecté adj f s 0.85 4.73 0.22 1.82 -désaffectées désaffecté adj f p 0.85 4.73 0.03 0.68 -désaffectés désaffecté adj m p 0.85 4.73 0.14 0.61 -désagrège désagréger ver 0.80 3.18 0.35 0.95 imp:pre:2s;ind:pre:3s; -désagrègent désagréger ver 0.80 3.18 0.20 0.20 ind:pre:3p; -désagréable désagréable adj s 10.91 19.39 9.54 16.55 -désagréablement désagréablement adv 0.13 1.28 0.13 1.28 -désagréables désagréable adj p 10.91 19.39 1.38 2.84 -désagrégation désagrégation nom f s 0.10 1.35 0.10 1.35 -désagrégeait désagréger ver 0.80 3.18 0.11 0.41 ind:imp:3s; -désagrégeant désagréger ver 0.80 3.18 0.01 0.27 par:pre; -désagréger désagréger ver 0.80 3.18 0.11 0.88 inf; -désagrégèrent désagréger ver 0.80 3.18 0.00 0.07 ind:pas:3p; -désagrégé désagréger ver m s 0.80 3.18 0.03 0.14 par:pas; -désagrégée désagréger ver f s 0.80 3.18 0.00 0.20 par:pas; -désagrégés désagréger ver m p 0.80 3.18 0.00 0.07 par:pas; -désagrément désagrément nom m s 2.01 2.64 1.20 1.42 -désagréments désagrément nom m p 2.01 2.64 0.81 1.22 -désaimée désaimer ver f s 0.00 0.14 0.00 0.14 par:pas; -désajustés désajuster ver m p 0.00 0.07 0.00 0.07 par:pas; -désalinisation désalinisation nom f s 0.02 0.00 0.02 0.00 -désaliénation désaliénation nom f s 0.00 0.07 0.00 0.07 -désaltère désaltérer ver 0.66 1.89 0.20 0.27 imp:pre:2s;ind:pre:1s;ind:pre:3s; -désaltéra désaltérer ver 0.66 1.89 0.00 0.07 ind:pas:3s; -désaltéraient désaltérer ver 0.66 1.89 0.00 0.07 ind:imp:3p; -désaltérait désaltérer ver 0.66 1.89 0.00 0.14 ind:imp:3s; -désaltérant désaltérer ver 0.66 1.89 0.00 0.14 par:pre; -désaltérante désaltérant adj f s 0.14 0.00 0.14 0.00 -désaltérer désaltérer ver 0.66 1.89 0.35 0.81 inf; -désaltérât désaltérer ver 0.66 1.89 0.00 0.07 sub:imp:3s; -désaltéré désaltérer ver m s 0.66 1.89 0.10 0.20 par:pas; -désaltérés désaltérer ver m p 0.66 1.89 0.00 0.14 par:pas; -désamiantage désamiantage nom m s 0.09 0.00 0.09 0.00 -désaminase désaminase nom f s 0.01 0.00 0.01 0.00 -désamorce désamorcer ver 2.80 1.62 0.50 0.20 imp:pre:2s;ind:pre:1s;ind:pre:3s; -désamorcent désamorcer ver 2.80 1.62 0.01 0.00 ind:pre:3p; -désamorcer désamorcer ver 2.80 1.62 1.43 0.47 inf; -désamorcera désamorcer ver 2.80 1.62 0.01 0.00 ind:fut:3s; -désamorcerez désamorcer ver 2.80 1.62 0.01 0.00 ind:fut:2p; -désamorcerons désamorcer ver 2.80 1.62 0.01 0.00 ind:fut:1p; -désamorcez désamorcer ver 2.80 1.62 0.04 0.00 imp:pre:2p;ind:pre:2p; -désamorcé désamorcer ver m s 2.80 1.62 0.28 0.34 par:pas; -désamorcée désamorcer ver f s 2.80 1.62 0.45 0.20 par:pas; -désamorcées désamorcer ver f p 2.80 1.62 0.02 0.07 par:pas; -désamorcés désamorcer ver m p 2.80 1.62 0.03 0.07 par:pas; -désamorçage désamorçage nom m s 0.18 0.00 0.18 0.00 -désamorçait désamorcer ver 2.80 1.62 0.01 0.20 ind:imp:3s; -désamorçant désamorcer ver 2.80 1.62 0.00 0.07 par:pre; -désamour désamour nom m s 0.00 0.34 0.00 0.34 -désangler désangler ver 0.00 0.07 0.00 0.07 inf; -désape désaper ver 0.77 0.14 0.34 0.14 imp:pre:2s;ind:pre:1s;ind:pre:3s; -désapent désaper ver 0.77 0.14 0.01 0.00 ind:pre:3p; -désaper désaper ver 0.77 0.14 0.38 0.00 inf; -désapeurer désapeurer ver 0.00 0.07 0.00 0.07 inf; -désapez désaper ver 0.77 0.14 0.04 0.00 imp:pre:2p;ind:pre:2p; -désappointait désappointer ver 0.13 0.88 0.00 0.07 ind:imp:3s; -désappointement désappointement nom m s 0.00 0.81 0.00 0.74 -désappointements désappointement nom m p 0.00 0.81 0.00 0.07 -désappointer désappointer ver 0.13 0.88 0.03 0.07 inf; -désappointé désappointer ver m s 0.13 0.88 0.09 0.47 par:pas; -désappointée désappointé adj f s 0.06 0.41 0.01 0.27 -désappointés désappointé adj m p 0.06 0.41 0.01 0.00 -désapprenais désapprendre ver 0.10 0.95 0.00 0.07 ind:imp:1s; -désapprenant désapprendre ver 0.10 0.95 0.00 0.07 par:pre; -désapprendre désapprendre ver 0.10 0.95 0.09 0.07 inf; -désapprenne désapprendre ver 0.10 0.95 0.00 0.14 sub:pre:3s; -désapprirent désapprendre ver 0.10 0.95 0.00 0.07 ind:pas:3p; -désappris désapprendre ver m 0.10 0.95 0.01 0.47 par:pas; -désapprit désapprendre ver 0.10 0.95 0.00 0.07 ind:pas:3s; -désapprobateur désapprobateur adj m s 0.06 1.62 0.04 0.95 -désapprobateurs désapprobateur adj m p 0.06 1.62 0.00 0.41 -désapprobation désapprobation nom f s 0.42 1.55 0.42 1.55 -désapprobatrice désapprobateur adj f s 0.06 1.62 0.02 0.20 -désapprobatrices désapprobateur adj f p 0.06 1.62 0.00 0.07 -désapprouva désapprouver ver 3.35 3.99 0.00 0.14 ind:pas:3s; -désapprouvaient désapprouver ver 3.35 3.99 0.04 0.07 ind:imp:3p; -désapprouvais désapprouver ver 3.35 3.99 0.04 0.34 ind:imp:1s;ind:imp:2s; -désapprouvait désapprouver ver 3.35 3.99 0.34 0.88 ind:imp:3s; -désapprouvant désapprouver ver 3.35 3.99 0.01 0.41 par:pre; -désapprouve désapprouver ver 3.35 3.99 1.48 0.95 ind:pre:1s;ind:pre:3s; -désapprouvent désapprouver ver 3.35 3.99 0.26 0.14 ind:pre:3p; -désapprouver désapprouver ver 3.35 3.99 0.16 0.34 inf; -désapprouvera désapprouver ver 3.35 3.99 0.01 0.07 ind:fut:3s; -désapprouverait désapprouver ver 3.35 3.99 0.04 0.07 cnd:pre:3s; -désapprouverez désapprouver ver 3.35 3.99 0.01 0.00 ind:fut:2p; -désapprouves désapprouver ver 3.35 3.99 0.36 0.00 ind:pre:2s; -désapprouvez désapprouver ver 3.35 3.99 0.46 0.07 imp:pre:2p;ind:pre:2p; -désapprouviez désapprouver ver 3.35 3.99 0.01 0.07 ind:imp:2p; -désapprouvât désapprouver ver 3.35 3.99 0.00 0.07 sub:imp:3s; -désapprouvé désapprouver ver m s 3.35 3.99 0.12 0.34 par:pas; -désapprouvée désapprouver ver f s 3.35 3.99 0.01 0.07 par:pas; -désargenté désargenter ver m s 0.01 0.14 0.01 0.07 par:pas; -désargentées désargenté adj f p 0.00 0.27 0.00 0.07 -désargentés désargenté nom m p 0.01 0.00 0.01 0.00 -désarma désarmer ver 5.72 8.11 0.00 0.34 ind:pas:3s; -désarmai désarmer ver 5.72 8.11 0.00 0.07 ind:pas:1s; -désarmaient désarmer ver 5.72 8.11 0.00 0.14 ind:imp:3p; -désarmait désarmer ver 5.72 8.11 0.01 1.15 ind:imp:3s; -désarmant désarmer ver 5.72 8.11 0.05 0.07 par:pre; -désarmante désarmant adj f s 0.08 1.76 0.03 1.08 -désarmants désarmant adj m p 0.08 1.76 0.01 0.14 -désarme désarmer ver 5.72 8.11 0.25 0.74 imp:pre:2s;ind:pre:1s;ind:pre:3s; -désarmement désarmement nom m s 1.04 0.88 1.04 0.88 -désarment désarmer ver 5.72 8.11 0.04 0.07 ind:pre:3p; -désarmer désarmer ver 5.72 8.11 1.57 1.96 inf; -désarmera désarmer ver 5.72 8.11 0.01 0.00 ind:fut:3s; -désarmez désarmer ver 5.72 8.11 0.71 0.00 imp:pre:2p; -désarmèrent désarmer ver 5.72 8.11 0.00 0.07 ind:pas:3p; -désarmé désarmer ver m s 5.72 8.11 2.29 2.23 par:pas; -désarmée désarmer ver f s 5.72 8.11 0.39 0.47 par:pas; -désarmées désarmer ver f p 5.72 8.11 0.11 0.14 par:pas; -désarmés désarmé adj m p 1.56 5.41 0.72 0.68 -désarrimage désarrimage nom m s 0.02 0.00 0.02 0.00 -désarrimez désarrimer ver 0.05 0.00 0.03 0.00 imp:pre:2p; -désarrimé désarrimer ver m s 0.05 0.00 0.02 0.00 par:pas; -désarroi désarroi nom m s 1.33 14.12 1.32 13.99 -désarrois désarroi nom m p 1.33 14.12 0.01 0.14 -désarçonna désarçonner ver 0.51 2.57 0.00 0.14 ind:pas:3s; -désarçonnaient désarçonner ver 0.51 2.57 0.00 0.07 ind:imp:3p; -désarçonnait désarçonner ver 0.51 2.57 0.00 0.14 ind:imp:3s; -désarçonne désarçonner ver 0.51 2.57 0.05 0.27 imp:pre:2s;ind:pre:1s;ind:pre:3s; -désarçonner désarçonner ver 0.51 2.57 0.17 0.81 inf; -désarçonné désarçonner ver m s 0.51 2.57 0.22 0.74 par:pas; -désarçonnée désarçonner ver f s 0.51 2.57 0.04 0.07 par:pas; -désarçonnés désarçonner ver m p 0.51 2.57 0.03 0.34 par:pas; -désarticula désarticuler ver 0.34 3.18 0.00 0.07 ind:pas:3s; -désarticulait désarticuler ver 0.34 3.18 0.00 0.27 ind:imp:3s; -désarticulant désarticuler ver 0.34 3.18 0.00 0.14 par:pre; -désarticulation désarticulation nom f s 0.00 0.14 0.00 0.14 -désarticulent désarticuler ver 0.34 3.18 0.00 0.07 ind:pre:3p; -désarticuler désarticuler ver 0.34 3.18 0.00 0.07 inf; -désarticulera désarticuler ver 0.34 3.18 0.02 0.00 ind:fut:3s; -désarticulé désarticuler ver m s 0.34 3.18 0.20 1.01 par:pas; -désarticulée désarticuler ver f s 0.34 3.18 0.07 0.81 par:pas; -désarticulées désarticuler ver f p 0.34 3.18 0.00 0.14 par:pas; -désarticulés désarticuler ver m p 0.34 3.18 0.04 0.61 par:pas; -désassemble désassembler ver 0.12 0.27 0.00 0.14 ind:pre:3s; -désassembler désassembler ver 0.12 0.27 0.05 0.14 inf; -désassemblé désassembler ver m s 0.12 0.27 0.07 0.00 par:pas; -désassortis désassorti adj m p 0.00 0.07 0.00 0.07 -désassortis désassortir ver m p 0.00 0.07 0.00 0.07 par:pas; -désastre désastre nom m s 12.82 23.72 12.26 19.86 -désastres désastre nom m p 12.82 23.72 0.55 3.85 -désastreuse désastreux adj f s 2.46 6.49 0.92 2.23 -désastreusement désastreusement adv 0.01 0.00 0.01 0.00 -désastreuses désastreux adj f p 2.46 6.49 0.41 1.62 -désastreux désastreux adj m 2.46 6.49 1.13 2.64 -désavantage désavantage nom m s 0.52 0.88 0.43 0.61 -désavantageaient désavantager ver 0.24 0.47 0.00 0.07 ind:imp:3p; -désavantageait désavantager ver 0.24 0.47 0.00 0.07 ind:imp:3s; -désavantager désavantager ver 0.24 0.47 0.02 0.07 inf; -désavantages désavantage nom m p 0.52 0.88 0.09 0.27 -désavantageuse désavantageux adj f s 0.01 0.00 0.01 0.00 -désavantagé désavantager ver m s 0.24 0.47 0.08 0.14 par:pas; -désavantagés désavantager ver m p 0.24 0.47 0.10 0.07 par:pas; -désaveu désaveu nom m s 0.07 0.61 0.07 0.61 -désaveux désaveux nom m p 0.00 0.07 0.00 0.07 -désavoua désavouer ver 0.77 3.11 0.00 0.14 ind:pas:3s; -désavouait désavouer ver 0.77 3.11 0.00 0.20 ind:imp:3s; -désavouant désavouer ver 0.77 3.11 0.00 0.20 par:pre; -désavoue désavouer ver 0.77 3.11 0.01 0.14 ind:pre:1s;ind:pre:3s; -désavouent désavouer ver 0.77 3.11 0.29 0.07 ind:pre:3p; -désavouer désavouer ver 0.77 3.11 0.20 0.74 inf; -désavoueraient désavouer ver 0.77 3.11 0.00 0.14 cnd:pre:3p; -désavouerons désavouer ver 0.77 3.11 0.00 0.14 ind:fut:1p; -désavouez désavouer ver 0.77 3.11 0.01 0.07 imp:pre:2p;ind:pre:2p; -désavouât désavouer ver 0.77 3.11 0.00 0.07 sub:imp:3s; -désavoué désavouer ver m s 0.77 3.11 0.22 0.68 par:pas; -désavouée désavouer ver f s 0.77 3.11 0.03 0.34 par:pas; -désavoués désavouer ver m p 0.77 3.11 0.01 0.20 par:pas; -désaxait désaxer ver 0.09 0.54 0.00 0.07 ind:imp:3s; -désaxant désaxer ver 0.09 0.54 0.01 0.07 par:pre; -désaxe désaxer ver 0.09 0.54 0.01 0.14 ind:pre:3s; -désaxement désaxement nom m s 0.00 0.07 0.00 0.07 -désaxé désaxé nom m s 0.40 0.27 0.26 0.07 -désaxée désaxé adj f s 0.13 0.61 0.02 0.34 -désaxées désaxé nom f p 0.40 0.27 0.01 0.07 -désaxés désaxé nom m p 0.40 0.27 0.12 0.14 -déscolarisé déscolariser ver m s 0.01 0.00 0.01 0.00 par:pas; -désembourber désembourber ver 0.05 0.20 0.05 0.14 inf; -désembourbée désembourber ver f s 0.05 0.20 0.00 0.07 par:pas; -désembrouiller désembrouiller ver 0.01 0.00 0.01 0.00 inf; -désembuer désembuer ver 0.00 0.07 0.00 0.07 inf; -désemparait désemparer ver 0.67 3.18 0.00 0.07 ind:imp:3s; -désemparer désemparer ver 0.67 3.18 0.00 0.61 inf; -désemparé désemparer ver m s 0.67 3.18 0.36 1.28 par:pas; -désemparée désemparé adj f s 0.90 4.19 0.55 1.42 -désemparées désemparé adj f p 0.90 4.19 0.11 0.07 -désemparés désemparer ver m p 0.67 3.18 0.12 0.34 par:pas; -désempenné désempenner ver m s 0.00 0.07 0.00 0.07 par:pas; -désempierraient désempierrer ver 0.00 0.07 0.00 0.07 ind:imp:3p; -désemplissaient désemplir ver 0.17 0.61 0.00 0.07 ind:imp:3p; -désemplissait désemplir ver 0.17 0.61 0.00 0.34 ind:imp:3s; -désemplit désemplir ver 0.17 0.61 0.17 0.20 ind:pre:3s;ind:pas:3s; -désenchaînement désenchaînement nom m s 0.00 0.07 0.00 0.07 -désenchaîner désenchaîner ver 0.00 0.07 0.00 0.07 inf; -désenchanta désenchanter ver 0.02 0.54 0.00 0.07 ind:pas:3s; -désenchantant désenchanter ver 0.02 0.54 0.00 0.07 par:pre; -désenchante désenchanter ver 0.02 0.54 0.00 0.07 ind:pre:3s; -désenchantement désenchantement nom m s 0.16 1.76 0.16 1.69 -désenchantements désenchantement nom m p 0.16 1.76 0.00 0.07 -désenchantent désenchanter ver 0.02 0.54 0.00 0.07 ind:pre:3p; -désenchanter désenchanter ver 0.02 0.54 0.00 0.14 inf; -désenchanté désenchanté adj m s 0.11 0.88 0.11 0.47 -désenchantée désenchanter ver f s 0.02 0.54 0.01 0.07 par:pas; -désenchantées désenchanter ver f p 0.02 0.54 0.01 0.00 par:pas; -désenchantés désenchanté nom m p 0.17 0.34 0.14 0.07 -désenchevêtra désenchevêtrer ver 0.00 0.07 0.00 0.07 ind:pas:3s; -désenclavement désenclavement nom m s 0.00 0.07 0.00 0.07 -désencombre désencombrer ver 0.00 0.07 0.00 0.07 ind:pre:1s; -désencrasser désencrasser ver 0.03 0.07 0.03 0.07 inf; -désenflaient désenfler ver 0.22 0.07 0.00 0.07 ind:imp:3p; -désenfle désenfler ver 0.22 0.07 0.06 0.00 imp:pre:2s;ind:pre:3s; -désenfler désenfler ver 0.22 0.07 0.12 0.00 inf; -désenflé désenfler ver m s 0.22 0.07 0.04 0.00 par:pas; -désengagement désengagement nom m s 0.14 0.07 0.14 0.07 -désengager désengager ver 0.31 0.20 0.08 0.14 inf; -désengagez désengager ver 0.31 0.20 0.18 0.00 imp:pre:2p;ind:pre:2p; -désengagé désengager ver m s 0.31 0.20 0.04 0.07 par:pas; -désengluer désengluer ver 0.00 0.07 0.00 0.07 inf; -désengourdir désengourdir ver 0.00 0.14 0.00 0.14 inf; -désennuie désennuyer ver 0.02 0.41 0.00 0.07 ind:pre:3s; -désennuiera désennuyer ver 0.02 0.41 0.00 0.07 ind:fut:3s; -désennuyant désennuyer ver 0.02 0.41 0.00 0.07 par:pre; -désennuyer désennuyer ver 0.02 0.41 0.02 0.20 inf; -désenrouler désenrouler ver 0.01 0.00 0.01 0.00 inf; -désensabler désensabler ver 0.00 0.07 0.00 0.07 inf; -désensibilisation désensibilisation nom f s 0.32 0.00 0.32 0.00 -désensibilisent désensibiliser ver 0.04 0.00 0.01 0.00 ind:pre:3p; -désensibilisée désensibiliser ver f s 0.04 0.00 0.03 0.00 par:pas; -désensorceler désensorceler ver 0.00 0.14 0.00 0.07 inf; -désensorcelé désensorceler ver m s 0.00 0.14 0.00 0.07 par:pas; -désentortille désentortiller ver 0.00 0.07 0.00 0.07 ind:pre:1s; -désentravé désentraver ver m s 0.00 0.14 0.00 0.07 par:pas; -désentravée désentraver ver f s 0.00 0.14 0.00 0.07 par:pas; -désenvoûter désenvoûter ver 0.03 0.00 0.02 0.00 inf; -désenvoûteurs désenvoûteur nom m p 0.00 0.07 0.00 0.07 -désenvoûté désenvoûter ver m s 0.03 0.00 0.01 0.00 par:pas; -désert désert nom m s 27.66 41.89 26.13 36.76 -déserta déserter ver 4.90 11.28 0.01 0.41 ind:pas:3s; -désertaient déserter ver 4.90 11.28 0.01 0.20 ind:imp:3p; -désertais déserter ver 4.90 11.28 0.02 0.14 ind:imp:1s; -désertait déserter ver 4.90 11.28 0.03 0.47 ind:imp:3s; -désertant déserter ver 4.90 11.28 0.00 0.07 par:pre; -déserte désert adj f s 8.02 52.57 3.48 22.91 -désertent déserter ver 4.90 11.28 0.12 0.47 ind:pre:3p; -déserter déserter ver 4.90 11.28 1.92 1.69 inf; -déserterait déserter ver 4.90 11.28 0.11 0.00 cnd:pre:3s; -désertes désert adj f p 8.02 52.57 0.99 7.91 -déserteur déserteur nom m s 3.08 5.54 1.89 3.51 -déserteurs déserteur nom m p 3.08 5.54 1.19 2.03 -désertifie désertifier ver 0.00 0.07 0.00 0.07 ind:pre:3s; -désertion désertion nom f s 1.09 2.43 1.07 2.09 -désertions désertion nom f p 1.09 2.43 0.02 0.34 -désertique désertique adj s 0.22 2.57 0.17 1.82 -désertiques désertique adj p 0.22 2.57 0.04 0.74 -désertâmes déserter ver 4.90 11.28 0.00 0.07 ind:pas:1p; -désertons déserter ver 4.90 11.28 0.00 0.07 imp:pre:1p; -déserts désert nom m p 27.66 41.89 1.53 5.14 -désertèrent déserter ver 4.90 11.28 0.00 0.27 ind:pas:3p; -déserté déserter ver m s 4.90 11.28 1.76 4.19 par:pas; -désertée déserter ver f s 4.90 11.28 0.24 0.88 par:pas; -désertées déserter ver f p 4.90 11.28 0.15 0.14 par:pas; -désertés déserter ver m p 4.90 11.28 0.02 0.47 par:pas; -désespoir désespoir nom m s 10.62 46.89 10.61 45.47 -désespoirs désespoir nom m p 10.62 46.89 0.01 1.42 -désespère désespérer ver 12.22 17.43 1.42 1.69 imp:pre:2s;ind:pre:1s;ind:pre:3s; -désespèrent désespérer ver 12.22 17.43 0.06 0.20 ind:pre:3p; -désespères désespérer ver 12.22 17.43 0.01 0.20 ind:pre:2s; -désespéra désespérer ver 12.22 17.43 0.00 0.61 ind:pas:3s; -désespérai désespérer ver 12.22 17.43 0.00 0.14 ind:pas:1s; -désespéraient désespérer ver 12.22 17.43 0.01 0.41 ind:imp:3p; -désespérais désespérer ver 12.22 17.43 0.37 0.41 ind:imp:1s; -désespérait désespérer ver 12.22 17.43 0.06 2.03 ind:imp:3s; -désespérance désespérance nom f s 0.03 1.08 0.03 1.08 -désespérant désespérant adj m s 0.67 1.96 0.60 0.95 -désespérante désespérant adj f s 0.67 1.96 0.06 0.88 -désespérants désespérant adj m p 0.67 1.96 0.01 0.14 -désespérer désespérer ver 12.22 17.43 1.18 4.19 inf; -désespérez désespérer ver 12.22 17.43 0.57 0.20 imp:pre:2p;ind:pre:2p; -désespérions désespérer ver 12.22 17.43 0.02 0.00 ind:imp:1p; -désespérons désespérer ver 12.22 17.43 0.14 0.07 imp:pre:1p; -désespérât désespérer ver 12.22 17.43 0.00 0.07 sub:imp:3s; -désespérèrent désespérer ver 12.22 17.43 0.00 0.07 ind:pas:3p; -désespéré désespéré adj m s 10.37 16.35 4.87 7.30 -désespérée désespéré adj f s 10.37 16.35 3.60 5.34 -désespérées désespéré adj f p 10.37 16.35 0.65 1.08 -désespérément désespérément adv 4.08 10.81 4.08 10.81 -désespérés désespéré adj m p 10.37 16.35 1.25 2.64 -déshabilla déshabiller ver 22.98 26.22 0.01 2.43 ind:pas:3s; -déshabillage_éclair déshabillage_éclair nom m s 0.00 0.07 0.00 0.07 -déshabillage déshabillage nom m s 0.23 0.81 0.23 0.68 -déshabillages déshabillage nom m p 0.23 0.81 0.00 0.14 -déshabillai déshabiller ver 22.98 26.22 0.00 0.41 ind:pas:1s; -déshabillaient déshabiller ver 22.98 26.22 0.13 0.34 ind:imp:3p; -déshabillais déshabiller ver 22.98 26.22 0.14 0.27 ind:imp:1s;ind:imp:2s; -déshabillait déshabiller ver 22.98 26.22 0.10 2.16 ind:imp:3s; -déshabillant déshabiller ver 22.98 26.22 0.10 1.01 par:pre; -déshabille déshabiller ver 22.98 26.22 8.69 5.00 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:1s; -déshabillent déshabiller ver 22.98 26.22 0.44 0.34 ind:pre:3p; -déshabiller déshabiller ver 22.98 26.22 5.85 8.58 inf; -déshabillera déshabiller ver 22.98 26.22 0.01 0.14 ind:fut:3s; -déshabillerai déshabiller ver 22.98 26.22 0.13 0.07 ind:fut:1s; -déshabillerait déshabiller ver 22.98 26.22 0.01 0.07 cnd:pre:3s; -déshabilleras déshabiller ver 22.98 26.22 0.01 0.07 ind:fut:2s; -déshabilleriez déshabiller ver 22.98 26.22 0.01 0.00 cnd:pre:2p; -déshabillerons déshabiller ver 22.98 26.22 0.00 0.07 ind:fut:1p; -déshabilles déshabiller ver 22.98 26.22 1.46 0.20 ind:pre:2s;sub:pre:2s; -déshabillez déshabiller ver 22.98 26.22 3.72 0.34 imp:pre:2p;ind:pre:2p; -déshabillons déshabiller ver 22.98 26.22 0.09 0.14 imp:pre:1p;ind:pre:1p; -déshabillèrent déshabiller ver 22.98 26.22 0.00 0.41 ind:pas:3p; -déshabillé déshabiller ver m s 22.98 26.22 0.90 1.89 par:pas; -déshabillée déshabiller ver f s 22.98 26.22 0.73 1.69 par:pas; -déshabillées déshabiller ver f p 22.98 26.22 0.13 0.20 par:pas; -déshabillés déshabiller ver m p 22.98 26.22 0.32 0.41 par:pas; -déshabité déshabité adj m s 0.00 0.20 0.00 0.07 -déshabitée déshabité adj f s 0.00 0.20 0.00 0.07 -déshabités déshabité adj m p 0.00 0.20 0.00 0.07 -déshabitué déshabituer ver m s 0.00 0.27 0.00 0.14 par:pas; -déshabituées déshabituer ver f p 0.00 0.27 0.00 0.07 par:pas; -déshabitués déshabituer ver m p 0.00 0.27 0.00 0.07 par:pas; -désharmonie désharmonie nom f s 0.00 0.07 0.00 0.07 -désherbage désherbage nom m s 0.15 0.00 0.15 0.00 -désherbait désherber ver 0.19 0.74 0.00 0.34 ind:imp:3s; -désherbant désherbant adj m s 0.11 0.00 0.10 0.00 -désherbants désherbant nom m p 0.07 0.07 0.01 0.07 -désherbe désherber ver 0.19 0.74 0.00 0.07 ind:pre:3s; -désherber désherber ver 0.19 0.74 0.04 0.27 inf; -désherbé désherber ver m s 0.19 0.74 0.16 0.00 par:pas; -désherbée désherber ver f s 0.19 0.74 0.00 0.07 par:pas; -désheuraient désheurer ver 0.00 0.07 0.00 0.07 ind:imp:3p; -déshonneur déshonneur nom m s 3.28 2.84 3.28 2.84 -déshonnête déshonnête adj s 0.01 0.20 0.01 0.07 -déshonnêtes déshonnête adj p 0.01 0.20 0.00 0.14 -déshonoraient déshonorer ver 7.99 6.15 0.00 0.14 ind:imp:3p; -déshonorait déshonorer ver 7.99 6.15 0.00 0.34 ind:imp:3s; -déshonorant déshonorant adj m s 0.92 1.28 0.67 0.68 -déshonorante déshonorant adj f s 0.92 1.28 0.24 0.34 -déshonorantes déshonorant adj f p 0.92 1.28 0.01 0.14 -déshonorants déshonorant adj m p 0.92 1.28 0.00 0.14 -déshonore déshonorer ver 7.99 6.15 0.52 0.68 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -déshonorent déshonorer ver 7.99 6.15 0.29 0.07 ind:pre:3p; -déshonorer déshonorer ver 7.99 6.15 1.31 1.28 inf; -déshonorera déshonorer ver 7.99 6.15 0.01 0.07 ind:fut:3s; -déshonorerai déshonorer ver 7.99 6.15 0.02 0.00 ind:fut:1s; -déshonorerais déshonorer ver 7.99 6.15 0.02 0.00 cnd:pre:1s; -déshonorerait déshonorer ver 7.99 6.15 0.01 0.07 cnd:pre:3s; -déshonores déshonorer ver 7.99 6.15 0.36 0.27 ind:pre:2s; -déshonorez déshonorer ver 7.99 6.15 0.28 0.14 imp:pre:2p;ind:pre:2p; -déshonoré déshonorer ver m s 7.99 6.15 3.15 1.42 par:pas; -déshonorée déshonorer ver f s 7.99 6.15 1.07 0.88 par:pas; -déshonorées déshonorer ver f p 7.99 6.15 0.27 0.14 par:pas; -déshonorés déshonorer ver m p 7.99 6.15 0.65 0.47 par:pas; -déshumanisant déshumaniser ver 0.12 0.14 0.03 0.00 par:pre; -déshumanisante déshumanisant adj f s 0.04 0.00 0.04 0.00 -déshumanisation déshumanisation nom f s 0.15 0.14 0.15 0.14 -déshumanise déshumaniser ver 0.12 0.14 0.01 0.00 ind:pre:3s; -déshumanisent déshumaniser ver 0.12 0.14 0.04 0.00 ind:pre:3p; -déshumaniser déshumaniser ver 0.12 0.14 0.01 0.00 inf; -déshumanisé déshumaniser ver m s 0.12 0.14 0.00 0.14 par:pas; -déshumanisée déshumaniser ver f s 0.12 0.14 0.01 0.00 par:pas; -déshumanisées déshumaniser ver f p 0.12 0.14 0.01 0.00 par:pas; -déshumidification déshumidification nom f s 0.10 0.00 0.10 0.00 -déshérence déshérence nom f s 0.00 0.20 0.00 0.20 -déshérita déshériter ver 0.85 1.08 0.01 0.07 ind:pas:3s; -déshéritais déshériter ver 0.85 1.08 0.01 0.00 ind:imp:2s; -déshérite déshériter ver 0.85 1.08 0.11 0.07 imp:pre:2s;ind:pre:1s;ind:pre:3s; -déshériter déshériter ver 0.85 1.08 0.18 0.34 inf; -déshéritera déshériter ver 0.85 1.08 0.02 0.00 ind:fut:3s; -déshériterai déshériter ver 0.85 1.08 0.01 0.07 ind:fut:1s; -déshériterais déshériter ver 0.85 1.08 0.11 0.00 cnd:pre:1s; -déshériterait déshériter ver 0.85 1.08 0.02 0.07 cnd:pre:3s; -déshérité déshériter ver m s 0.85 1.08 0.34 0.41 par:pas; -déshéritée déshérité nom f s 0.41 0.74 0.10 0.00 -déshéritées déshérité adj f p 0.22 1.42 0.10 0.20 -déshérités déshérité nom m p 0.41 0.74 0.29 0.74 -déshydratais déshydrater ver 1.17 0.14 0.01 0.00 ind:imp:1s; -déshydratant déshydrater ver 1.17 0.14 0.01 0.00 par:pre; -déshydratation déshydratation nom f s 0.61 0.07 0.61 0.07 -déshydrate déshydrater ver 1.17 0.14 0.20 0.00 ind:pre:1s;ind:pre:3s;sub:pre:1s; -déshydrater déshydrater ver 1.17 0.14 0.29 0.00 inf; -déshydraté déshydrater ver m s 1.17 0.14 0.44 0.00 par:pas; -déshydratée déshydraté adj f s 0.69 0.54 0.33 0.27 -déshydratées déshydrater ver f p 1.17 0.14 0.03 0.00 par:pas; -déshydratés déshydraté adj m p 0.69 0.54 0.03 0.14 -désigna désigner ver 10.04 66.69 0.04 10.07 ind:pas:3s; -désignai désigner ver 10.04 66.69 0.00 0.68 ind:pas:1s; -désignaient désigner ver 10.04 66.69 0.03 0.95 ind:imp:3p; -désignais désigner ver 10.04 66.69 0.03 0.20 ind:imp:1s;ind:imp:2s; -désignait désigner ver 10.04 66.69 0.29 8.85 ind:imp:3s; -désignant désigner ver 10.04 66.69 0.25 11.69 par:pre; -désignassent désigner ver 10.04 66.69 0.00 0.07 sub:imp:3p; -désignation désignation nom f s 0.49 1.62 0.47 1.55 -désignations désignation nom f p 0.49 1.62 0.02 0.07 -désigne désigner ver 10.04 66.69 1.97 9.93 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -désignent désigner ver 10.04 66.69 0.18 1.28 ind:pre:3p; -désigner désigner ver 10.04 66.69 1.81 8.38 inf; -désignera désigner ver 10.04 66.69 0.32 0.20 ind:fut:3s; -désignerai désigner ver 10.04 66.69 0.02 0.07 ind:fut:1s; -désignerait désigner ver 10.04 66.69 0.01 0.34 cnd:pre:3s; -désigneras désigner ver 10.04 66.69 0.01 0.00 ind:fut:2s; -désignerez désigner ver 10.04 66.69 0.02 0.00 ind:fut:2p; -désigneriez désigner ver 10.04 66.69 0.01 0.07 cnd:pre:2p; -désignerons désigner ver 10.04 66.69 0.01 0.00 ind:fut:1p; -désigneront désigner ver 10.04 66.69 0.01 0.00 ind:fut:3p; -désignez désigner ver 10.04 66.69 0.64 0.20 imp:pre:2p;ind:pre:2p; -désignions désigner ver 10.04 66.69 0.00 0.07 ind:imp:1p; -désignât désigner ver 10.04 66.69 0.00 0.34 sub:imp:3s; -désignèrent désigner ver 10.04 66.69 0.01 0.34 ind:pas:3p; -désigné désigner ver m s 10.04 66.69 3.04 8.58 par:pas; -désignée désigner ver f s 10.04 66.69 0.65 1.35 par:pas; -désignées désigner ver f p 10.04 66.69 0.06 0.95 par:pas; -désignés désigner ver m p 10.04 66.69 0.62 2.09 par:pas; -désillusion désillusion nom f s 1.08 2.23 0.94 1.22 -désillusionnement désillusionnement nom m s 0.10 0.00 0.10 0.00 -désillusionner désillusionner ver 0.02 0.14 0.02 0.00 inf; -désillusionné désillusionner ver m s 0.02 0.14 0.00 0.14 par:pas; -désillusions désillusion nom f p 1.08 2.23 0.14 1.01 -désincarcération désincarcération nom f s 0.01 0.00 0.01 0.00 -désincarcéré désincarcérer ver m s 0.01 0.00 0.01 0.00 par:pas; -désincarnant désincarner ver 0.02 0.61 0.00 0.07 par:pre; -désincarnation désincarnation nom f s 0.01 0.00 0.01 0.00 -désincarne désincarner ver 0.02 0.61 0.01 0.07 ind:pre:1s;ind:pre:3s; -désincarner désincarner ver 0.02 0.61 0.00 0.07 inf; -désincarné désincarné nom m s 0.18 0.34 0.02 0.20 -désincarnée désincarné adj f s 0.05 0.95 0.03 0.34 -désincarnées désincarné adj f p 0.05 0.95 0.01 0.20 -désincarnés désincarné nom m p 0.18 0.34 0.15 0.00 -désincrustante désincrustant adj f s 0.01 0.00 0.01 0.00 -désincruster désincruster ver 0.01 0.00 0.01 0.00 inf; -désindividualisation désindividualisation nom f s 0.10 0.00 0.10 0.00 -désinence désinence nom f s 0.00 0.20 0.00 0.07 -désinences désinence nom f p 0.00 0.20 0.00 0.14 -désinfecta désinfecter ver 3.27 2.57 0.00 0.07 ind:pas:3s; -désinfectant désinfectant nom m s 0.82 1.62 0.79 1.49 -désinfectante désinfectant adj f s 0.10 0.14 0.01 0.00 -désinfectantes désinfectant adj f p 0.10 0.14 0.02 0.00 -désinfectants désinfectant nom m p 0.82 1.62 0.04 0.14 -désinfecte désinfecter ver 3.27 2.57 1.00 0.54 imp:pre:2s;ind:pre:1s;ind:pre:3s; -désinfectent désinfecter ver 3.27 2.57 0.08 0.07 ind:pre:3p; -désinfecter désinfecter ver 3.27 2.57 1.59 1.35 inf; -désinfecterai désinfecter ver 3.27 2.57 0.00 0.07 ind:fut:1s; -désinfectez désinfecter ver 3.27 2.57 0.05 0.00 imp:pre:2p;ind:pre:2p; -désinfection désinfection nom f s 0.72 0.61 0.71 0.61 -désinfections désinfection nom f p 0.72 0.61 0.01 0.00 -désinfecté désinfecter ver m s 3.27 2.57 0.47 0.20 par:pas; -désinfectée désinfecter ver f s 3.27 2.57 0.03 0.00 par:pas; -désinfectées désinfecter ver f p 3.27 2.57 0.03 0.07 par:pas; -désinfectés désinfecter ver m p 3.27 2.57 0.00 0.07 par:pas; -désinformation désinformation nom f s 0.21 0.41 0.20 0.41 -désinformations désinformation nom f p 0.21 0.41 0.01 0.00 -désinformer désinformer ver 0.01 0.07 0.01 0.00 inf; -désinformée désinformer ver f s 0.01 0.07 0.00 0.07 par:pas; -désinhibe désinhiber ver 0.01 0.00 0.01 0.00 ind:pre:3s; -désinsectisation désinsectisation nom f s 0.19 0.00 0.19 0.00 -désinsectiser désinsectiser ver 0.01 0.00 0.01 0.00 inf; -désinstaller désinstaller ver 0.03 0.00 0.02 0.00 inf; -désinstallé désinstaller ver m s 0.03 0.00 0.01 0.00 par:pas; -désintellectualiser désintellectualiser ver 0.01 0.00 0.01 0.00 inf; -désintoxication désintoxication nom f s 1.46 0.74 1.46 0.74 -désintoxique désintoxiquer ver 0.91 1.15 0.03 0.20 imp:pre:2s;ind:pre:1s;ind:pre:3s; -désintoxiquer désintoxiquer ver 0.91 1.15 0.47 0.68 inf; -désintoxiquera désintoxiquer ver 0.91 1.15 0.00 0.07 ind:fut:3s; -désintoxiquez désintoxiquer ver 0.91 1.15 0.04 0.00 imp:pre:2p;ind:pre:2p; -désintoxiqué désintoxiquer ver m s 0.91 1.15 0.16 0.14 par:pas; -désintoxiquée désintoxiquer ver f s 0.91 1.15 0.20 0.07 par:pas; -désintoxiqués désintoxiquer ver m p 0.91 1.15 0.01 0.00 par:pas; -désintègre désintégrer ver 2.08 1.49 0.33 0.07 imp:pre:2s;ind:pre:3s; -désintègrent désintégrer ver 2.08 1.49 0.10 0.00 ind:pre:3p; -désintégra désintégrer ver 2.08 1.49 0.03 0.00 ind:pas:3s; -désintégraient désintégrer ver 2.08 1.49 0.01 0.07 ind:imp:3p; -désintégrait désintégrer ver 2.08 1.49 0.01 0.20 ind:imp:3s; -désintégrant désintégrer ver 2.08 1.49 0.11 0.14 par:pre; -désintégrateur désintégrateur nom m s 0.03 0.00 0.03 0.00 -désintégration désintégration nom f s 0.88 0.54 0.86 0.47 -désintégrations désintégration nom f p 0.88 0.54 0.02 0.07 -désintégrer désintégrer ver 2.08 1.49 0.50 0.41 inf; -désintégrera désintégrer ver 2.08 1.49 0.09 0.00 ind:fut:3s; -désintégreront désintégrer ver 2.08 1.49 0.03 0.00 ind:fut:3p; -désintégré désintégrer ver m s 2.08 1.49 0.65 0.14 par:pas; -désintégrée désintégrer ver f s 2.08 1.49 0.13 0.27 par:pas; -désintégrés désintégrer ver m p 2.08 1.49 0.09 0.20 par:pas; -désintéressa désintéresser ver 0.95 5.54 0.00 0.34 ind:pas:3s; -désintéressaient désintéresser ver 0.95 5.54 0.01 0.20 ind:imp:3p; -désintéressait désintéresser ver 0.95 5.54 0.00 1.01 ind:imp:3s; -désintéressant désintéresser ver 0.95 5.54 0.00 0.14 par:pre; -désintéresse désintéresser ver 0.95 5.54 0.11 0.47 ind:pre:1s;ind:pre:3s; -désintéressement désintéressement nom m s 0.33 2.09 0.33 2.09 -désintéressent désintéresser ver 0.95 5.54 0.00 0.07 ind:pre:3p; -désintéresser désintéresser ver 0.95 5.54 0.07 1.62 inf; -désintéresserait désintéresser ver 0.95 5.54 0.00 0.07 cnd:pre:3s; -désintéresseront désintéresser ver 0.95 5.54 0.00 0.07 ind:fut:3p; -désintéressiez désintéresser ver 0.95 5.54 0.02 0.00 ind:imp:2p; -désintéressé désintéressé adj m s 1.05 2.64 0.63 1.01 -désintéressée désintéressé adj f s 1.05 2.64 0.39 0.95 -désintéressées désintéresser ver f p 0.95 5.54 0.01 0.07 par:pas; -désintéressés désintéresser ver m p 0.95 5.54 0.23 0.00 par:pas; -désintérêt désintérêt nom m s 0.07 0.68 0.07 0.68 -désinvite désinviter ver 0.07 0.00 0.02 0.00 ind:pre:1s; -désinviter désinviter ver 0.07 0.00 0.05 0.00 inf; -désinvolte désinvolte adj s 1.09 7.50 0.81 6.76 -désinvoltes désinvolte adj p 1.09 7.50 0.28 0.74 -désinvolture désinvolture nom f s 0.32 9.86 0.32 9.80 -désinvoltures désinvolture nom f p 0.32 9.86 0.00 0.07 -désir désir nom m s 45.35 117.09 31.59 96.69 -désira désirer ver 65.63 61.89 0.04 0.81 ind:pas:3s; -désirabilité désirabilité nom f s 0.00 0.07 0.00 0.07 -désirable désirable adj s 1.39 5.20 1.18 4.19 -désirables désirable adj p 1.39 5.20 0.21 1.01 -désiraient désirer ver 65.63 61.89 0.26 2.03 ind:imp:3p; -désirais désirer ver 65.63 61.89 1.88 4.66 ind:imp:1s;ind:imp:2s; -désirait désirer ver 65.63 61.89 1.04 14.05 ind:imp:3s; -désirant désirer ver 65.63 61.89 0.29 0.61 par:pre; -désirante désirant adj f s 0.05 0.47 0.00 0.14 -désire désirer ver 65.63 61.89 21.01 13.18 imp:pre:2s;ind:pre:1s;ind:pre:3s; -désirent désirer ver 65.63 61.89 2.06 2.16 ind:pre:3p; -désirer désirer ver 65.63 61.89 4.28 9.12 inf; -désirera désirer ver 65.63 61.89 0.17 0.00 ind:fut:3s; -désireraient désirer ver 65.63 61.89 0.01 0.14 cnd:pre:3p; -désirerais désirer ver 65.63 61.89 0.32 0.54 cnd:pre:1s;cnd:pre:2s; -désirerait désirer ver 65.63 61.89 0.11 0.47 cnd:pre:3s; -désireras désirer ver 65.63 61.89 0.13 0.07 ind:fut:2s; -désireriez désirer ver 65.63 61.89 0.03 0.00 cnd:pre:2p; -désirerions désirer ver 65.63 61.89 0.02 0.07 cnd:pre:1p; -désireront désirer ver 65.63 61.89 0.10 0.07 ind:fut:3p; -désires désirer ver 65.63 61.89 3.87 1.08 ind:pre:2s; -désireuse désireux adj f s 1.46 7.43 0.35 1.96 -désireuses désireux adj f p 1.46 7.43 0.06 0.27 -désireux désireux adj m 1.46 7.43 1.05 5.20 -désirez désirer ver 65.63 61.89 23.85 3.72 imp:pre:2p;ind:pre:2p; -désiriez désirer ver 65.63 61.89 0.83 0.47 ind:imp:2p; -désirions désirer ver 65.63 61.89 0.05 0.41 ind:imp:1p; -désirons désirer ver 65.63 61.89 0.68 0.68 ind:pre:1p; -désirât désirer ver 65.63 61.89 0.00 0.34 sub:imp:3s; -désirs désir nom m p 45.35 117.09 13.76 20.41 -désiré désirer ver m s 65.63 61.89 2.87 5.54 par:pas; -désirée désirer ver f s 65.63 61.89 1.67 1.42 par:pas; -désirées désiré adj f p 1.02 3.31 0.02 0.07 -désirés désiré adj m p 1.02 3.31 0.09 0.41 -désiste désister ver 0.64 0.20 0.05 0.00 imp:pre:2s;ind:pre:1s;ind:pre:3s; -désistement désistement nom m s 0.12 0.07 0.12 0.07 -désister désister ver 0.64 0.20 0.18 0.07 inf; -désistez désister ver 0.64 0.20 0.04 0.00 imp:pre:2p;ind:pre:2p; -désistèrent désister ver 0.64 0.20 0.01 0.00 ind:pas:3p; -désisté désister ver m s 0.64 0.20 0.34 0.00 par:pas; -désistée désister ver f s 0.64 0.20 0.02 0.07 par:pas; -désistés désister ver m p 0.64 0.20 0.00 0.07 par:pas; -déslipe désliper ver 0.00 0.07 0.00 0.07 ind:pre:1s; -désoblige désobliger ver 0.04 0.81 0.00 0.07 ind:pre:3s; -désobligea désobliger ver 0.04 0.81 0.00 0.07 ind:pas:3s; -désobligeait désobliger ver 0.04 0.81 0.00 0.07 ind:imp:3s; -désobligeance désobligeance nom f s 0.00 0.14 0.00 0.14 -désobligeant désobligeant adj m s 0.76 3.04 0.54 0.74 -désobligeante désobligeant adj f s 0.76 3.04 0.09 1.01 -désobligeantes désobligeant adj f p 0.76 3.04 0.09 0.88 -désobligeants désobligeant adj m p 0.76 3.04 0.04 0.41 -désobligent désobliger ver 0.04 0.81 0.01 0.07 ind:pre:3p; -désobliger désobliger ver 0.04 0.81 0.01 0.34 inf; -désobligerait désobliger ver 0.04 0.81 0.00 0.07 cnd:pre:3s; -désobligés désobliger ver m p 0.04 0.81 0.00 0.07 par:pas; -désobéi désobéir ver m s 6.15 2.09 2.27 0.20 par:pas; -désobéir désobéir ver 6.15 2.09 1.75 1.01 inf; -désobéira désobéir ver 6.15 2.09 0.05 0.00 ind:fut:3s; -désobéirai désobéir ver 6.15 2.09 0.03 0.00 ind:fut:1s; -désobéirais désobéir ver 6.15 2.09 0.02 0.00 cnd:pre:2s; -désobéiront désobéir ver 6.15 2.09 0.01 0.00 ind:fut:3p; -désobéis désobéir ver 6.15 2.09 0.76 0.00 imp:pre:2s;ind:pre:1s;ind:pre:2s; -désobéissais désobéir ver 6.15 2.09 0.14 0.07 ind:imp:1s;ind:imp:2s; -désobéissait désobéir ver 6.15 2.09 0.02 0.14 ind:imp:3s; -désobéissance désobéissance nom f s 0.91 0.74 0.91 0.68 -désobéissances désobéissance nom f p 0.91 0.74 0.00 0.07 -désobéissant désobéissant adj m s 0.39 0.14 0.13 0.00 -désobéissante désobéissant adj f s 0.39 0.14 0.23 0.07 -désobéissants désobéissant adj m p 0.39 0.14 0.03 0.07 -désobéisse désobéir ver 6.15 2.09 0.06 0.07 sub:pre:1s;sub:pre:3s; -désobéissent désobéir ver 6.15 2.09 0.27 0.14 ind:pre:3p; -désobéissez désobéir ver 6.15 2.09 0.36 0.00 imp:pre:2p;ind:pre:2p; -désobéissions désobéir ver 6.15 2.09 0.00 0.07 ind:imp:1p; -désobéit désobéir ver 6.15 2.09 0.34 0.27 ind:pre:3s;ind:pas:3s; -désoccupés désoccupé adj m p 0.00 0.20 0.00 0.20 -désodorisant désodorisant nom m s 0.45 0.27 0.32 0.27 -désodorisante désodorisant adj f s 0.09 0.07 0.01 0.07 -désodorisants désodorisant nom m p 0.45 0.27 0.13 0.00 -désodoriser désodoriser ver 0.04 0.07 0.04 0.00 inf; -désodorisés désodoriser ver m p 0.04 0.07 0.01 0.07 par:pas; -désodé désodé adj m s 0.00 0.07 0.00 0.07 -désoeuvre désoeuvre nom f s 0.00 0.07 0.00 0.07 -désoeuvrement désoeuvrement nom m s 0.03 2.36 0.03 2.30 -désoeuvrements désoeuvrement nom m p 0.03 2.36 0.00 0.07 -désoeuvré désoeuvrer ver m s 0.28 0.95 0.02 0.47 par:pas; -désoeuvrée désoeuvrer ver f s 0.28 0.95 0.10 0.14 par:pas; -désoeuvrées désoeuvré adj f p 0.17 3.04 0.01 0.34 -désoeuvrés désoeuvrer ver m p 0.28 0.95 0.16 0.27 par:pas; -désola désoler ver 297.27 14.46 0.00 0.27 ind:pas:3s; -désolai désoler ver 297.27 14.46 0.00 0.14 ind:pas:1s; -désolaient désoler ver 297.27 14.46 0.00 0.07 ind:imp:3p; -désolais désoler ver 297.27 14.46 0.00 0.27 ind:imp:1s; -désolait désoler ver 297.27 14.46 0.10 1.15 ind:imp:3s; -désolant désolant adj m s 0.88 2.50 0.65 1.08 -désolante désolant adj f s 0.88 2.50 0.08 1.08 -désolantes désolant adj f p 0.88 2.50 0.14 0.14 -désolants désolant adj m p 0.88 2.50 0.01 0.20 -désolation désolation nom f s 1.04 6.82 1.04 6.76 -désolations désolation nom f p 1.04 6.82 0.00 0.07 -désole désoler ver 297.27 14.46 2.08 1.28 imp:pre:2s;ind:pre:1s;ind:pre:3s; -désolent désoler ver 297.27 14.46 0.01 0.00 ind:pre:3p; -désoler désoler ver 297.27 14.46 0.35 0.61 inf; -désolera désoler ver 297.27 14.46 0.02 0.00 ind:fut:3s; -désolerait désoler ver 297.27 14.46 0.03 0.00 cnd:pre:3s; -désoleront désoler ver 297.27 14.46 0.00 0.07 ind:fut:3p; -désoles désoler ver 297.27 14.46 0.02 0.07 ind:pre:2s; -désolez désoler ver 297.27 14.46 0.03 0.07 imp:pre:2p; -désolidarisa désolidariser ver 0.04 1.08 0.00 0.07 ind:pas:3s; -désolidarisaient désolidariser ver 0.04 1.08 0.00 0.07 ind:imp:3p; -désolidarisait désolidariser ver 0.04 1.08 0.00 0.20 ind:imp:3s; -désolidariser désolidariser ver 0.04 1.08 0.04 0.47 inf; -désolidariserai désolidariser ver 0.04 1.08 0.00 0.14 ind:fut:1s; -désolidarisé désolidariser ver m s 0.04 1.08 0.00 0.07 par:pas; -désolidarisés désolidariser ver m p 0.04 1.08 0.00 0.07 par:pas; -désolât désoler ver 297.27 14.46 0.00 0.07 sub:imp:3s; -désolé désolé adj m s 276.66 12.43 193.51 6.49 -désolée désoler ver f s 297.27 14.46 98.22 3.38 ind:imp:3s;par:pas; -désolées désolé adj f p 276.66 12.43 0.37 0.61 -désolés désoler ver m p 297.27 14.46 2.71 0.34 par:pas; -désopilant désopilant adj m s 0.42 1.08 0.41 0.61 -désopilante désopilant adj f s 0.42 1.08 0.01 0.14 -désopilantes désopilant adj f p 0.42 1.08 0.00 0.14 -désopilants désopilant adj m p 0.42 1.08 0.01 0.20 -désorbitation désorbitation nom f s 0.01 0.00 0.01 0.00 -désorbitent désorbiter ver 0.03 0.07 0.01 0.07 ind:pre:3p; -désorbiter désorbiter ver 0.03 0.07 0.02 0.00 inf; -désordonne désordonner ver 0.61 0.74 0.00 0.07 ind:pre:3s; -désordonné désordonner ver m s 0.61 0.74 0.27 0.20 par:pas; -désordonnée désordonné adj f s 0.40 5.41 0.22 1.62 -désordonnées désordonné adj f p 0.40 5.41 0.02 0.81 -désordonnément désordonnément adv 0.00 0.07 0.00 0.07 -désordonnés désordonner ver m p 0.61 0.74 0.21 0.14 par:pas; -désordre désordre nom m s 13.64 42.23 12.34 39.12 -désordres désordre nom m p 13.64 42.23 1.30 3.11 -désorganisait désorganiser ver 0.93 0.95 0.00 0.14 ind:imp:3s; -désorganisateur désorganisateur nom m s 0.00 0.07 0.00 0.07 -désorganisation désorganisation nom f s 0.01 0.47 0.01 0.47 -désorganise désorganiser ver 0.93 0.95 0.28 0.07 ind:pre:1s;ind:pre:3s; -désorganiser désorganiser ver 0.93 0.95 0.05 0.14 inf; -désorganisé désorganiser ver m s 0.93 0.95 0.43 0.20 par:pas; -désorganisée désorganiser ver f s 0.93 0.95 0.08 0.00 par:pas; -désorganisées désorganiser ver f p 0.93 0.95 0.01 0.20 par:pas; -désorganisés désorganiser ver m p 0.93 0.95 0.09 0.20 par:pas; -désorienta désorienter ver 1.32 2.77 0.00 0.14 ind:pas:3s; -désorientaient désorienter ver 1.32 2.77 0.00 0.07 ind:imp:3p; -désorientait désorienter ver 1.32 2.77 0.00 0.34 ind:imp:3s; -désorientant désorienter ver 1.32 2.77 0.01 0.20 par:pre; -désorientation désorientation nom f s 0.43 0.14 0.43 0.14 -désoriente désorienter ver 1.32 2.77 0.14 0.34 ind:pre:3s; -désorientent désorienter ver 1.32 2.77 0.00 0.07 ind:pre:3p; -désorienter désorienter ver 1.32 2.77 0.19 0.07 inf; -désorienterait désorienter ver 1.32 2.77 0.00 0.07 cnd:pre:3s; -désorienté désorienté adj m s 1.31 2.50 0.70 1.35 -désorientée désorienté adj f s 1.31 2.50 0.53 0.74 -désorientées désorienté adj f p 1.31 2.50 0.00 0.14 -désorientés désorienté adj m p 1.31 2.50 0.08 0.27 -désormais désormais adv 39.13 88.45 39.13 88.45 -désossage désossage nom m s 0.01 0.00 0.01 0.00 -désossait désosser ver 0.59 1.55 0.00 0.07 ind:imp:3s; -désosse désosser ver 0.59 1.55 0.05 0.20 imp:pre:2s;ind:pre:3s; -désossement désossement nom m s 0.01 0.00 0.01 0.00 -désosser désosser ver 0.59 1.55 0.13 0.34 inf; -désosseur désosseur nom m s 0.01 0.00 0.01 0.00 -désossé désosser ver m s 0.59 1.55 0.11 0.27 par:pas; -désossée désosser ver f s 0.59 1.55 0.31 0.34 par:pas; -désossées désosser ver f p 0.59 1.55 0.00 0.20 par:pas; -désossés désosser ver m p 0.59 1.55 0.00 0.14 par:pas; -désoxygénation désoxygénation nom f s 0.01 0.00 0.01 0.00 -désoxyribonucléique désoxyribonucléique adj m s 0.01 0.07 0.01 0.07 -déspiritualisation déspiritualisation nom f s 0.00 0.07 0.00 0.07 -déspiritualiser déspiritualiser ver 0.00 0.07 0.00 0.07 inf; -dusse devoir ver_sup 3232.80 1318.24 0.28 0.20 sub:imp:1s; -dussent devoir ver_sup 3232.80 1318.24 0.05 0.41 sub:imp:3p; -dusses devoir ver_sup 3232.80 1318.24 0.00 0.07 sub:imp:2s; -dussiez devoir ver_sup 3232.80 1318.24 0.03 0.20 sub:imp:2p; -dussions devoir ver_sup 3232.80 1318.24 0.03 0.20 sub:imp:1p; -déstabilisaient déstabiliser ver 1.80 0.61 0.02 0.00 ind:imp:3p; -déstabilisant déstabilisant adj m s 0.37 0.00 0.32 0.00 -déstabilisante déstabilisant adj f s 0.37 0.00 0.04 0.00 -déstabilisantes déstabilisant adj f p 0.37 0.00 0.01 0.00 -déstabilisation déstabilisation nom f s 0.18 0.07 0.18 0.07 -déstabilisatrice déstabilisateur adj f s 0.14 0.00 0.14 0.00 -déstabilise déstabiliser ver 1.80 0.61 0.29 0.00 ind:pre:3s; -déstabilisent déstabiliser ver 1.80 0.61 0.05 0.00 ind:pre:3p; -déstabiliser déstabiliser ver 1.80 0.61 0.80 0.47 inf; -déstabilisera déstabiliser ver 1.80 0.61 0.06 0.00 ind:fut:3s; -déstabiliserait déstabiliser ver 1.80 0.61 0.10 0.00 cnd:pre:3s; -déstabilisez déstabiliser ver 1.80 0.61 0.03 0.00 imp:pre:2p;ind:pre:2p; -déstabilisé déstabiliser ver m s 1.80 0.61 0.35 0.07 par:pas; -déstabilisée déstabiliser ver f s 1.80 0.61 0.08 0.00 par:pas; -déstabilisés déstabiliser ver m p 1.80 0.61 0.01 0.07 par:pas; -déstalinisation déstalinisation nom f s 0.00 0.07 0.00 0.07 -déstockage déstockage nom m s 0.03 0.00 0.03 0.00 -déstocké déstocker ver m s 0.01 0.07 0.01 0.07 par:pas; -déstructuration déstructuration nom f s 0.03 0.00 0.03 0.00 -déstructurer déstructurer ver 0.03 0.07 0.01 0.07 inf; -déstructuré déstructurer ver m s 0.03 0.07 0.02 0.00 par:pas; -désubjectiviser désubjectiviser ver 0.00 0.07 0.00 0.07 inf; -déséchouée déséchouer ver f s 0.00 0.07 0.00 0.07 par:pas; -désuet désuet adj m s 0.36 3.38 0.16 1.62 -désuets désuet adj m p 0.36 3.38 0.03 0.47 -déségrégation déségrégation nom f s 0.03 0.00 0.03 0.00 -désuni désuni adj m s 0.07 0.54 0.02 0.07 -désunie désuni adj f s 0.07 0.54 0.01 0.07 -désunies désuni adj f p 0.07 0.54 0.01 0.14 -désunion désunion nom f s 0.20 0.20 0.20 0.20 -désunir désunir ver 0.27 1.15 0.13 0.54 inf; -désunirait désunir ver 0.27 1.15 0.00 0.07 cnd:pre:3s; -désunirent désunir ver 0.27 1.15 0.00 0.07 ind:pas:3p; -désunis désuni adj m p 0.07 0.54 0.03 0.27 -désunissaient désunir ver 0.27 1.15 0.00 0.14 ind:imp:3p; -désunissait désunir ver 0.27 1.15 0.00 0.07 ind:imp:3s; -désunissant désunir ver 0.27 1.15 0.00 0.07 par:pre; -désunisse désunir ver 0.27 1.15 0.01 0.00 sub:pre:3s; -désunissent désunir ver 0.27 1.15 0.00 0.07 ind:pre:3p; -désunit désunir ver 0.27 1.15 0.12 0.07 ind:pre:3s;ind:pas:3s; -désépaissir désépaissir ver 0.01 0.07 0.00 0.07 inf; -désépaissis désépaissir ver 0.01 0.07 0.01 0.00 ind:pre:1s; -déséquilibra déséquilibrer ver 0.74 1.89 0.00 0.14 ind:pas:3s; -déséquilibraient déséquilibrer ver 0.74 1.89 0.00 0.07 ind:imp:3p; -déséquilibrais déséquilibrer ver 0.74 1.89 0.00 0.07 ind:imp:1s; -déséquilibrait déséquilibrer ver 0.74 1.89 0.00 0.27 ind:imp:3s; -déséquilibrant déséquilibrer ver 0.74 1.89 0.00 0.07 par:pre; -déséquilibre déséquilibre nom m s 0.83 2.64 0.82 2.36 -déséquilibrer déséquilibrer ver 0.74 1.89 0.07 0.27 inf; -déséquilibres déséquilibre nom m p 0.83 2.64 0.01 0.27 -déséquilibrez déséquilibrer ver 0.74 1.89 0.01 0.00 ind:pre:2p; -déséquilibrât déséquilibrer ver 0.74 1.89 0.00 0.07 sub:imp:3s; -déséquilibré déséquilibrer ver m s 0.74 1.89 0.41 0.47 par:pas; -déséquilibrée déséquilibrer ver f s 0.74 1.89 0.16 0.34 par:pas; -déséquilibrées déséquilibré nom f p 0.20 1.42 0.01 0.07 -déséquilibrés déséquilibré adj m p 0.41 1.08 0.04 0.14 -déséquipent déséquiper ver 0.00 0.47 0.00 0.07 ind:pre:3p; -déséquiper déséquiper ver 0.00 0.47 0.00 0.20 inf; -déséquipé déséquiper ver m s 0.00 0.47 0.00 0.14 par:pas; -déséquipés déséquiper ver m p 0.00 0.47 0.00 0.07 par:pas; -désuète désuet adj f s 0.36 3.38 0.04 0.74 -désuètes désuet adj f p 0.36 3.38 0.14 0.54 -désuétude désuétude nom f s 0.06 0.27 0.06 0.27 -désynchronisation désynchronisation nom f s 0.01 0.00 0.01 0.00 -désynchronisé désynchroniser ver m s 0.01 0.07 0.01 0.07 par:pas; -dut devoir ver_sup 3232.80 1318.24 1.91 44.19 ind:pas:3s; -détînt détenir ver 12.53 10.61 0.00 0.07 sub:imp:3s; -détacha détacher ver 19.69 65.47 0.13 6.22 ind:pas:3s; -détachable détachable adj s 0.14 0.00 0.14 0.00 -détachai détacher ver 19.69 65.47 0.00 0.14 ind:pas:1s; -détachaient détacher ver 19.69 65.47 0.01 3.99 ind:imp:3p; -détachais détacher ver 19.69 65.47 0.02 0.14 ind:imp:1s;ind:imp:2s; -détachait détacher ver 19.69 65.47 0.17 8.51 ind:imp:3s; -détachant détachant nom m s 0.16 0.54 0.16 0.41 -détachants détachant nom m p 0.16 0.54 0.00 0.14 -détache détacher ver 19.69 65.47 7.44 7.23 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -détachement détachement nom m s 2.50 17.84 2.25 15.14 -détachements détachement nom m p 2.50 17.84 0.25 2.70 -détachent détacher ver 19.69 65.47 0.45 3.31 ind:pre:3p; -détacher détacher ver 19.69 65.47 4.44 15.14 inf; -détacherai détacher ver 19.69 65.47 0.04 0.00 ind:fut:1s; -détacheraient détacher ver 19.69 65.47 0.00 0.07 cnd:pre:3p; -détacherais détacher ver 19.69 65.47 0.01 0.07 cnd:pre:1s; -détacherait détacher ver 19.69 65.47 0.02 0.41 cnd:pre:3s; -détacherons détacher ver 19.69 65.47 0.00 0.07 ind:fut:1p; -détacheront détacher ver 19.69 65.47 0.01 0.00 ind:fut:3p; -détaches détacher ver 19.69 65.47 0.23 0.34 ind:pre:2s; -détacheur détacheur nom m s 0.10 0.00 0.10 0.00 -détachez détacher ver 19.69 65.47 3.83 0.41 imp:pre:2p;ind:pre:2p; -détachions détacher ver 19.69 65.47 0.00 0.07 ind:imp:1p; -détachons détacher ver 19.69 65.47 0.18 0.14 imp:pre:1p;ind:pre:1p; -détachât détacher ver 19.69 65.47 0.00 0.14 sub:imp:3s; -détachèrent détacher ver 19.69 65.47 0.01 0.81 ind:pas:3p; -détaché détacher ver m s 19.69 65.47 1.45 7.03 par:pas; -détachée détacher ver f s 19.69 65.47 0.57 2.64 par:pas; -détachées détaché adj f p 2.88 12.50 1.32 1.42 -détachés détacher ver m p 19.69 65.47 0.37 1.15 par:pas; -détail détail nom m s 55.78 91.15 19.82 37.97 -détailla détailler ver 2.28 14.59 0.00 0.95 ind:pas:3s; -détaillai détailler ver 2.28 14.59 0.00 0.20 ind:pas:1s; -détaillaient détailler ver 2.28 14.59 0.00 0.20 ind:imp:3p; -détaillais détailler ver 2.28 14.59 0.00 0.34 ind:imp:1s; -détaillait détailler ver 2.28 14.59 0.02 1.89 ind:imp:3s; -détaillant détailler ver 2.28 14.59 0.21 1.28 par:pre; -détaillante détaillant adj f s 0.00 0.20 0.00 0.07 -détaillants détaillant nom m p 0.14 0.14 0.06 0.07 -détaille détailler ver 2.28 14.59 0.20 2.16 imp:pre:2s;ind:pre:1s;ind:pre:3s; -détailler détailler ver 2.28 14.59 0.14 4.26 inf; -détaillera détailler ver 2.28 14.59 0.01 0.00 ind:fut:3s; -détaillerai détailler ver 2.28 14.59 0.01 0.07 ind:fut:1s; -détaillez détailler ver 2.28 14.59 0.07 0.07 imp:pre:2p;ind:pre:2p; -détaillions détailler ver 2.28 14.59 0.00 0.07 ind:imp:1p; -détaillons détailler ver 2.28 14.59 0.00 0.07 ind:pre:1p; -détaillât détailler ver 2.28 14.59 0.00 0.07 sub:imp:3s; -détaillèrent détailler ver 2.28 14.59 0.00 0.14 ind:pas:3p; -détaillé détaillé adj m s 1.94 2.57 1.12 1.22 -détaillée détailler ver f s 2.28 14.59 0.68 0.74 par:pas; -détaillées détaillé adj f p 1.94 2.57 0.16 0.47 -détaillés détaillé adj m p 1.94 2.57 0.23 0.27 -détails détail nom m p 55.78 91.15 35.96 53.18 -détala détaler ver 1.13 5.00 0.00 0.88 ind:pas:3s; -détalai détaler ver 1.13 5.00 0.00 0.34 ind:pas:1s; -détalaient détaler ver 1.13 5.00 0.01 0.34 ind:imp:3p; -détalait détaler ver 1.13 5.00 0.02 0.27 ind:imp:3s; -détalant détaler ver 1.13 5.00 0.01 0.54 par:pre; -détale détaler ver 1.13 5.00 0.28 0.54 imp:pre:2s;ind:pre:1s;ind:pre:3s; -détalent détaler ver 1.13 5.00 0.06 0.20 ind:pre:3p; -détaler détaler ver 1.13 5.00 0.14 1.28 inf; -détaleraient détaler ver 1.13 5.00 0.01 0.00 cnd:pre:3p; -détaleront détaler ver 1.13 5.00 0.03 0.00 ind:fut:3p; -détales détaler ver 1.13 5.00 0.05 0.00 ind:pre:2s; -détalions détaler ver 1.13 5.00 0.00 0.07 ind:imp:1p; -détalonner détalonner ver 0.01 0.00 0.01 0.00 inf; -détalât détaler ver 1.13 5.00 0.00 0.07 sub:imp:3s; -détalèrent détaler ver 1.13 5.00 0.00 0.20 ind:pas:3p; -détalé détaler ver m s 1.13 5.00 0.52 0.27 par:pas; -détartrage détartrage nom m s 0.12 0.00 0.12 0.00 -détartrant détartrant nom m s 0.02 0.00 0.02 0.00 -détartrants détartrant adj m p 0.00 0.14 0.00 0.14 -détaxe détaxe nom f s 0.02 0.00 0.01 0.00 -détaxes détaxe nom f p 0.02 0.00 0.01 0.00 -détaxée détaxer ver f s 0.11 0.07 0.10 0.00 par:pas; -détaxées détaxer ver f p 0.11 0.07 0.01 0.07 par:pas; -détecta détecter ver 9.86 3.04 0.00 0.07 ind:pas:3s; -détectable détectable adj s 0.22 0.00 0.17 0.00 -détectables détectable adj p 0.22 0.00 0.05 0.00 -détectai détecter ver 9.86 3.04 0.00 0.07 ind:pas:1s; -détectaient détecter ver 9.86 3.04 0.01 0.00 ind:imp:3p; -détectait détecter ver 9.86 3.04 0.00 0.20 ind:imp:3s; -détecte détecter ver 9.86 3.04 2.23 0.47 imp:pre:2s;ind:pre:1s;ind:pre:3s; -détectent détecter ver 9.86 3.04 0.50 0.27 ind:pre:3p; -détecter détecter ver 9.86 3.04 2.49 1.49 inf; -détectera détecter ver 9.86 3.04 0.09 0.00 ind:fut:3s; -détecteront détecter ver 9.86 3.04 0.07 0.00 ind:fut:3p; -détecteur détecteur nom m s 8.05 0.27 5.19 0.20 -détecteurs détecteur nom m p 8.05 0.27 2.86 0.07 -détectez détecter ver 9.86 3.04 0.07 0.00 imp:pre:2p;ind:pre:2p; -détection détection nom f s 1.89 0.27 1.84 0.27 -détections détection nom f p 1.89 0.27 0.05 0.00 -détective_conseil détective_conseil nom s 0.01 0.00 0.01 0.00 -détective détective nom s 24.61 3.92 20.77 2.36 -détectives_conseil détectives_conseil nom p 0.01 0.00 0.01 0.00 -détectives détective nom p 24.61 3.92 3.84 1.55 -détectons détecter ver 9.86 3.04 0.10 0.07 ind:pre:1p; -détecté détecter ver m s 9.86 3.04 2.94 0.27 par:pas; -détectée détecter ver f s 9.86 3.04 0.64 0.00 par:pas; -détectées détecter ver f p 9.86 3.04 0.15 0.07 par:pas; -détectés détecter ver m p 9.86 3.04 0.56 0.07 par:pas; -déteignaient déteindre ver 1.47 3.38 0.00 0.07 ind:imp:3p; -déteignait déteindre ver 1.47 3.38 0.01 0.14 ind:imp:3s; -déteignant déteindre ver 1.47 3.38 0.00 0.07 par:pre; -déteigne déteindre ver 1.47 3.38 0.13 0.07 sub:pre:3s; -déteignent déteindre ver 1.47 3.38 0.03 0.20 ind:pre:3p; -déteignes déteindre ver 1.47 3.38 0.01 0.00 sub:pre:2s; -déteindra déteindre ver 1.47 3.38 0.05 0.00 ind:fut:3s; -déteindre déteindre ver 1.47 3.38 0.51 0.61 inf; -déteint déteindre ver m s 1.47 3.38 0.73 1.42 ind:pre:3s;par:pas; -déteinte déteindre ver f s 1.47 3.38 0.00 0.27 par:pas; -déteintes déteindre ver f p 1.47 3.38 0.00 0.34 par:pas; -déteints déteindre ver m p 1.47 3.38 0.00 0.20 par:pas; -détela dételer ver 0.45 1.82 0.00 0.14 ind:pas:3s; -dételage dételage nom m s 0.01 0.00 0.01 0.00 -dételaient dételer ver 0.45 1.82 0.01 0.07 ind:imp:3p; -dételait dételer ver 0.45 1.82 0.00 0.07 ind:imp:3s; -dételer dételer ver 0.45 1.82 0.04 0.61 inf; -dételez dételer ver 0.45 1.82 0.23 0.00 imp:pre:2p; -dételle dételer ver 0.45 1.82 0.16 0.07 imp:pre:2s;ind:pre:3s; -dételé dételer ver m s 0.45 1.82 0.02 0.47 par:pas; -dételée dételer ver f s 0.45 1.82 0.00 0.14 par:pas; -dételées dételer ver f p 0.45 1.82 0.00 0.14 par:pas; -dételés dételer ver m p 0.45 1.82 0.00 0.14 par:pas; -détenaient détenir ver 12.53 10.61 0.13 1.01 ind:imp:3p; -détenais détenir ver 12.53 10.61 0.06 0.27 ind:imp:1s;ind:imp:2s; -détenait détenir ver 12.53 10.61 0.60 2.91 ind:imp:3s; -détenant détenir ver 12.53 10.61 0.09 0.00 par:pre; -détend détendre ver 44.39 23.58 3.21 2.70 ind:pre:3s; -détendît détendre ver 44.39 23.58 0.00 0.07 sub:imp:3s; -détendaient détendre ver 44.39 23.58 0.10 0.74 ind:imp:3p; -détendais détendre ver 44.39 23.58 0.03 0.00 ind:imp:1s;ind:imp:2s; -détendait détendre ver 44.39 23.58 0.08 1.69 ind:imp:3s; -détendant détendre ver 44.39 23.58 0.01 0.47 par:pre; -détende détendre ver 44.39 23.58 0.33 0.14 sub:pre:1s;sub:pre:3s; -détendent détendre ver 44.39 23.58 0.15 0.74 ind:pre:3p; -détendes détendre ver 44.39 23.58 0.36 0.00 sub:pre:2s; -détendeur détendeur nom m s 0.48 0.00 0.48 0.00 -détendez détendre ver 44.39 23.58 9.71 0.41 imp:pre:2p;ind:pre:2p; -détendiez détendre ver 44.39 23.58 0.09 0.07 ind:imp:2p; -détendions détendre ver 44.39 23.58 0.00 0.14 ind:imp:1p; -détendirent détendre ver 44.39 23.58 0.01 0.61 ind:pas:3p; -détendis détendre ver 44.39 23.58 0.00 0.20 ind:pas:1s; -détendit détendre ver 44.39 23.58 0.11 3.85 ind:pas:3s; -détendons détendre ver 44.39 23.58 0.07 0.00 imp:pre:1p;ind:pre:1p; -détendra détendre ver 44.39 23.58 0.55 0.07 ind:fut:3s; -détendrai détendre ver 44.39 23.58 0.05 0.00 ind:fut:1s; -détendraient détendre ver 44.39 23.58 0.01 0.07 cnd:pre:3p; -détendrait détendre ver 44.39 23.58 0.35 0.20 cnd:pre:3s; -détendre détendre ver 44.39 23.58 11.77 5.41 inf;; -détendrez détendre ver 44.39 23.58 0.02 0.00 ind:fut:2p; -détendrons détendre ver 44.39 23.58 0.01 0.00 ind:fut:1p; -détends détendre ver 44.39 23.58 15.11 0.95 imp:pre:2s;ind:pre:1s;ind:pre:2s; -détendu détendu adj m s 2.90 7.43 1.77 3.99 -détendue détendu adj f s 2.90 7.43 0.89 1.76 -détendues détendu adj f p 2.90 7.43 0.02 0.27 -détendus détendu adj m p 2.90 7.43 0.22 1.42 -détenez détenir ver 12.53 10.61 0.47 0.00 imp:pre:2p;ind:pre:2p; -déteniez détenir ver 12.53 10.61 0.04 0.14 ind:imp:2p; -détenions détenir ver 12.53 10.61 0.01 0.07 ind:imp:1p; -détenir détenir ver 12.53 10.61 1.11 1.89 inf; -détenons détenir ver 12.53 10.61 0.64 0.14 imp:pre:1p;ind:pre:1p; -détente détente nom f s 5.47 10.68 5.42 10.47 -détentes détente nom f p 5.47 10.68 0.06 0.20 -détenteur détenteur nom m s 0.67 1.55 0.33 0.81 -détenteurs détenteur nom m p 0.67 1.55 0.23 0.68 -détention détention nom f s 6.98 2.84 6.85 2.84 -détentions détention nom f p 6.98 2.84 0.13 0.00 -détentrice détenteur nom f s 0.67 1.55 0.11 0.07 -détentrices détentrice adj f p 0.00 0.07 0.00 0.07 -détenu détenu nom m s 12.67 6.08 3.64 2.09 -détenue détenir ver f s 12.53 10.61 0.45 0.07 par:pas; -détenues détenu nom f p 12.67 6.08 0.16 0.00 -détenus détenu nom m p 12.67 6.08 8.57 3.72 -détergeant déterger ver 0.08 0.00 0.08 0.00 par:pre; -détergent détergent nom m s 1.25 0.20 0.99 0.07 -détergents détergent nom m p 1.25 0.20 0.26 0.14 -détermina déterminer ver 14.51 11.96 0.02 0.41 ind:pas:3s; -déterminai déterminer ver 14.51 11.96 0.00 0.07 ind:pas:1s; -déterminaient déterminer ver 14.51 11.96 0.01 0.41 ind:imp:3p; -déterminais déterminer ver 14.51 11.96 0.03 0.07 ind:imp:1s;ind:imp:2s; -déterminait déterminer ver 14.51 11.96 0.04 0.47 ind:imp:3s; -déterminant déterminant adj m s 0.41 1.69 0.33 0.74 -déterminante déterminant adj f s 0.41 1.69 0.04 0.68 -déterminantes déterminant adj f p 0.41 1.69 0.02 0.07 -déterminants déterminant adj m p 0.41 1.69 0.01 0.20 -détermination détermination nom f s 2.75 4.86 2.75 4.59 -déterminations détermination nom f p 2.75 4.86 0.00 0.27 -détermine déterminer ver 14.51 11.96 1.56 0.74 imp:pre:2s;ind:pre:1s;ind:pre:3s; -déterminent déterminer ver 14.51 11.96 0.26 0.47 ind:pre:3p; -déterminer déterminer ver 14.51 11.96 6.10 4.32 inf; -déterminera déterminer ver 14.51 11.96 0.36 0.07 ind:fut:3s; -détermineraient déterminer ver 14.51 11.96 0.00 0.07 cnd:pre:3p; -déterminerait déterminer ver 14.51 11.96 0.03 0.14 cnd:pre:3s; -déterminerons déterminer ver 14.51 11.96 0.08 0.00 ind:fut:1p; -détermineront déterminer ver 14.51 11.96 0.19 0.00 ind:fut:3p; -déterminez déterminer ver 14.51 11.96 0.13 0.00 imp:pre:2p;ind:pre:2p; -déterminiez déterminer ver 14.51 11.96 0.04 0.00 ind:imp:2p; -déterminions déterminer ver 14.51 11.96 0.01 0.00 ind:imp:1p; -déterminisme déterminisme nom m s 0.22 0.47 0.22 0.47 -déterministe déterministe adj s 0.10 0.14 0.10 0.07 -déterministes déterministe adj m p 0.10 0.14 0.00 0.07 -déterminons déterminer ver 14.51 11.96 0.21 0.00 imp:pre:1p;ind:pre:1p; -déterminèrent déterminer ver 14.51 11.96 0.00 0.27 ind:pas:3p; -déterminé déterminer ver m s 14.51 11.96 3.05 2.16 par:pas; -déterminée déterminer ver f s 14.51 11.96 1.46 1.28 par:pas; -déterminées déterminé adj f p 2.39 4.32 0.24 0.41 -déterminément déterminément adv 0.00 0.34 0.00 0.34 -déterminés déterminer ver m p 14.51 11.96 0.67 0.54 par:pas; -déterra déterrer ver 5.44 3.51 0.04 0.14 ind:pas:3s; -déterrage déterrage nom m s 0.01 0.00 0.01 0.00 -déterraient déterrer ver 5.44 3.51 0.01 0.20 ind:imp:3p; -déterrais déterrer ver 5.44 3.51 0.00 0.07 ind:imp:1s; -déterrait déterrer ver 5.44 3.51 0.02 0.27 ind:imp:3s; -déterrant déterrer ver 5.44 3.51 0.05 0.14 par:pre; -déterre déterrer ver 5.44 3.51 0.38 0.47 imp:pre:2s;ind:pre:1s;ind:pre:3s; -déterrent déterrer ver 5.44 3.51 0.18 0.14 ind:pre:3p; -déterrer déterrer ver 5.44 3.51 2.05 0.68 inf; -déterrera déterrer ver 5.44 3.51 0.04 0.07 ind:fut:3s; -déterrerai déterrer ver 5.44 3.51 0.32 0.00 ind:fut:1s; -déterrerait déterrer ver 5.44 3.51 0.00 0.07 cnd:pre:3s; -déterrerez déterrer ver 5.44 3.51 0.01 0.00 ind:fut:2p; -déterreront déterrer ver 5.44 3.51 0.03 0.00 ind:fut:3p; -déterreur déterreur nom m s 0.07 0.00 0.02 0.00 -déterreurs déterreur nom m p 0.07 0.00 0.04 0.00 -déterreuse déterreur nom f s 0.07 0.00 0.01 0.00 -déterrez déterrer ver 5.44 3.51 0.21 0.00 imp:pre:2p;ind:pre:2p; -déterrions déterrer ver 5.44 3.51 0.02 0.07 ind:imp:1p; -déterrons déterrer ver 5.44 3.51 0.02 0.00 imp:pre:1p;ind:pre:1p; -déterré déterrer ver m s 5.44 3.51 1.86 1.08 par:pas; -déterrée déterré nom f s 0.40 0.07 0.08 0.00 -déterrées déterrer ver f p 5.44 3.51 0.03 0.07 par:pas; -déterrés déterrer ver m p 5.44 3.51 0.10 0.07 par:pas; -détersifs détersif adj m p 0.00 0.14 0.00 0.07 -détersive détersif adj f s 0.00 0.14 0.00 0.07 -détesta détester ver 122.87 62.64 0.11 0.61 ind:pas:3s; -détestable détestable adj s 1.93 5.34 1.68 4.12 -détestablement détestablement adv 0.00 0.07 0.00 0.07 -détestables détestable adj p 1.93 5.34 0.25 1.22 -détestai détester ver 122.87 62.64 0.01 0.54 ind:pas:1s; -détestaient détester ver 122.87 62.64 0.73 2.16 ind:imp:3p; -détestais détester ver 122.87 62.64 5.48 3.65 ind:imp:1s;ind:imp:2s; -détestait détester ver 122.87 62.64 4.25 15.47 ind:imp:3s; -détestant détester ver 122.87 62.64 0.11 0.68 par:pre; -détestation détestation nom f s 0.00 0.61 0.00 0.47 -détestations détestation nom f p 0.00 0.61 0.00 0.14 -déteste détester ver 122.87 62.64 79.45 20.81 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:1s;sub:pre:3s; -détestent détester ver 122.87 62.64 6.63 2.64 ind:pre:3p; -détester détester ver 122.87 62.64 6.35 5.47 inf;; -détestera détester ver 122.87 62.64 0.24 0.20 ind:fut:3s; -détesterai détester ver 122.87 62.64 0.26 0.00 ind:fut:1s; -détesteraient détester ver 122.87 62.64 0.38 0.07 cnd:pre:3p; -détesterais détester ver 122.87 62.64 1.32 0.88 cnd:pre:1s;cnd:pre:2s; -détesterait détester ver 122.87 62.64 0.30 0.14 cnd:pre:3s; -détesteras détester ver 122.87 62.64 0.23 0.00 ind:fut:2s; -détesteriez détester ver 122.87 62.64 0.01 0.00 cnd:pre:2p; -détesteront détester ver 122.87 62.64 0.07 0.00 ind:fut:3p; -détestes détester ver 122.87 62.64 8.13 1.82 ind:pre:2s;sub:pre:2s; -détestez détester ver 122.87 62.64 2.78 0.61 imp:pre:2p;ind:pre:2p; -détestiez détester ver 122.87 62.64 0.42 0.20 ind:imp:2p; -détestions détester ver 122.87 62.64 0.05 1.01 ind:imp:1p;sub:pre:1p; -détestons détester ver 122.87 62.64 0.64 0.61 imp:pre:1p;ind:pre:1p; -détestât détester ver 122.87 62.64 0.00 0.07 sub:imp:3s; -détesté détester ver m s 122.87 62.64 4.13 4.53 par:pas; -détestée détester ver f s 122.87 62.64 0.52 0.14 par:pas; -détestés détester ver m p 122.87 62.64 0.26 0.34 par:pas; -déçûmes décevoir ver 32.30 21.69 0.00 0.07 ind:pas:1p; -duègne duègne nom f s 0.03 0.81 0.03 0.81 -déçois décevoir ver 32.30 21.69 3.45 0.47 imp:pre:2s;ind:pre:1s;ind:pre:2s; -déçoit décevoir ver 32.30 21.69 1.18 0.34 ind:pre:3s; -déçoive décevoir ver 32.30 21.69 0.03 0.14 sub:pre:1s;sub:pre:3s; -déçoivent décevoir ver 32.30 21.69 0.34 0.20 ind:pre:3p; -déçoives décevoir ver 32.30 21.69 0.02 0.00 sub:pre:2s; -déçu décevoir ver m s 32.30 21.69 10.09 9.12 par:pas; -déçue décevoir ver f s 32.30 21.69 4.37 3.38 par:pas; -déçues décevoir ver f p 32.30 21.69 0.18 0.20 par:pas; -déçurent décevoir ver 32.30 21.69 0.00 0.14 ind:pas:3p; -déçus décevoir ver m p 32.30 21.69 1.18 1.15 ind:pas:1s;par:pas; -déçut décevoir ver 32.30 21.69 0.01 0.81 ind:pas:3s; -détiendra détenir ver 12.53 10.61 0.02 0.07 ind:fut:3s; -détiendrai détenir ver 12.53 10.61 0.02 0.00 ind:fut:1s; -détiendraient détenir ver 12.53 10.61 0.00 0.07 cnd:pre:3p; -détiendrait détenir ver 12.53 10.61 0.01 0.00 cnd:pre:3s; -détiendras détenir ver 12.53 10.61 0.03 0.00 ind:fut:2s; -détiendrez détenir ver 12.53 10.61 0.01 0.00 ind:fut:2p; -détiendront détenir ver 12.53 10.61 0.02 0.00 ind:fut:3p; -détienne détenir ver 12.53 10.61 0.02 0.07 sub:pre:1s;sub:pre:3s; -détiennent détenir ver 12.53 10.61 1.21 0.61 ind:pre:3p; -détiens détenir ver 12.53 10.61 1.76 0.27 imp:pre:2s;ind:pre:1s;ind:pre:2s; -détient détenir ver 12.53 10.61 3.48 1.28 ind:pre:3s; -détimbrée détimbré adj f s 0.00 0.27 0.00 0.27 -détint détenir ver 12.53 10.61 0.00 0.07 ind:pas:3s; -détisse détisser ver 0.00 0.07 0.00 0.07 ind:pre:1s; -détonait détoner ver 0.37 0.20 0.01 0.20 ind:imp:3s; -détonant détonant adj m s 0.09 0.34 0.03 0.27 -détonante détonant adj f s 0.09 0.34 0.01 0.00 -détonants détonant adj m p 0.09 0.34 0.05 0.07 -détonateur détonateur nom m s 4.84 0.68 3.23 0.34 -détonateurs détonateur nom m p 4.84 0.68 1.60 0.34 -détonation détonation nom f s 1.44 9.26 1.17 4.66 -détonations détonation nom f p 1.44 9.26 0.27 4.59 -détoner détoner ver 0.37 0.20 0.30 0.00 inf; -détonera détoner ver 0.37 0.20 0.04 0.00 ind:fut:3s; -détonna détonner ver 0.32 1.55 0.00 0.07 ind:pas:3s; -détonnaient détonner ver 0.32 1.55 0.00 0.27 ind:imp:3p; -détonnait détonner ver 0.32 1.55 0.12 0.61 ind:imp:3s; -détonnant détonner ver 0.32 1.55 0.03 0.00 par:pre; -détonne détonner ver 0.32 1.55 0.05 0.34 ind:pre:1s;ind:pre:3s; -détonnent détonner ver 0.32 1.55 0.01 0.07 ind:pre:3p; -détonner détonner ver 0.32 1.55 0.10 0.20 inf; -détonée détoner ver f s 0.37 0.20 0.01 0.00 par:pas; -détord détordre ver 0.01 0.07 0.01 0.00 ind:pre:3s; -détordit détordre ver 0.01 0.07 0.00 0.07 ind:pas:3s; -détortillai détortiller ver 0.00 0.14 0.00 0.07 ind:pas:1s; -détortille détortiller ver 0.00 0.14 0.00 0.07 ind:pre:3s; -détour détour nom m s 6.82 24.86 5.43 16.76 -détourage détourage nom m s 0.14 0.00 0.14 0.00 -détourna détourner ver 14.34 54.86 0.12 11.22 ind:pas:3s; -détournai détourner ver 14.34 54.86 0.00 1.96 ind:pas:1s; -détournaient détourner ver 14.34 54.86 0.00 1.76 ind:imp:3p; -détournais détourner ver 14.34 54.86 0.51 0.54 ind:imp:1s;ind:imp:2s; -détournait détourner ver 14.34 54.86 0.09 4.05 ind:imp:3s; -détournant détourner ver 14.34 54.86 0.32 5.07 par:pre; -détourne détourner ver 14.34 54.86 1.71 6.35 imp:pre:2s;ind:pre:1s;ind:pre:3s; -détournement détournement nom m s 2.60 2.09 2.35 1.89 -détournements détournement nom m p 2.60 2.09 0.26 0.20 -détournent détourner ver 14.34 54.86 0.58 0.88 ind:pre:3p; -détourner détourner ver 14.34 54.86 5.27 12.77 inf;; -détournera détourner ver 14.34 54.86 0.23 0.07 ind:fut:3s; -détournerai détourner ver 14.34 54.86 0.05 0.07 ind:fut:1s; -détourneraient détourner ver 14.34 54.86 0.00 0.07 cnd:pre:3p; -détournerais détourner ver 14.34 54.86 0.03 0.00 cnd:pre:1s;cnd:pre:2s; -détournerait détourner ver 14.34 54.86 0.20 0.27 cnd:pre:3s; -détourneront détourner ver 14.34 54.86 0.01 0.14 ind:fut:3p; -détournes détourner ver 14.34 54.86 0.16 0.14 ind:pre:2s; -détourneur détourneur nom m s 0.00 0.07 0.00 0.07 -détournez détourner ver 14.34 54.86 0.90 0.20 imp:pre:2p;ind:pre:2p; -détourniez détourner ver 14.34 54.86 0.02 0.00 ind:imp:2p; -détournions détourner ver 14.34 54.86 0.01 0.07 ind:imp:1p; -détournons détourner ver 14.34 54.86 0.29 0.14 imp:pre:1p;ind:pre:1p; -détournât détourner ver 14.34 54.86 0.00 0.14 sub:imp:3s; -détournèrent détourner ver 14.34 54.86 0.12 0.61 ind:pas:3p; -détourné détourner ver m s 14.34 54.86 2.73 5.00 imp:pre:2s;par:pas; -détournée détourner ver f s 14.34 54.86 0.48 1.69 par:pas; -détournées détourné adj f p 0.65 2.77 0.06 0.47 -détournés détourner ver m p 14.34 54.86 0.46 1.42 par:pas; -détours détour nom m p 6.82 24.86 1.39 8.11 -détrônaient détrôner ver 0.46 1.28 0.00 0.07 ind:imp:3p; -détrône détrôner ver 0.46 1.28 0.03 0.07 ind:pre:3s; -détrônement détrônement nom m s 0.01 0.00 0.01 0.00 -détrôner détrôner ver 0.46 1.28 0.19 0.54 inf; -détrônât détrôner ver 0.46 1.28 0.00 0.07 sub:imp:3s; -détrôné détrôné adj m s 0.26 0.14 0.25 0.07 -détrônée détrôner ver f s 0.46 1.28 0.04 0.07 par:pas; -détracteur détracteur nom m s 0.29 1.15 0.03 0.20 -détracteurs détracteur nom m p 0.29 1.15 0.26 0.95 -détraquaient détraquer ver 2.24 2.30 0.02 0.07 ind:imp:3p; -détraquais détraquer ver 2.24 2.30 0.00 0.07 ind:imp:1s; -détraquant détraquer ver 2.24 2.30 0.00 0.14 par:pre; -détraque détraquer ver 2.24 2.30 0.47 0.61 imp:pre:2s;ind:pre:3s; -détraquement détraquement nom m s 0.01 0.14 0.01 0.14 -détraquent détraquer ver 2.24 2.30 0.12 0.00 ind:pre:3p; -détraquer détraquer ver 2.24 2.30 0.41 0.34 inf; -détraquera détraquer ver 2.24 2.30 0.01 0.00 ind:fut:3s; -détraquerais détraquer ver 2.24 2.30 0.01 0.00 cnd:pre:1s; -détraqué détraqué nom m s 1.57 0.88 1.06 0.41 -détraquée détraqué adj f s 0.84 1.62 0.29 0.81 -détraquées détraquer ver f p 2.24 2.30 0.01 0.07 par:pas; -détraqués détraqué nom m p 1.57 0.88 0.39 0.41 -détrempaient détremper ver 0.40 5.34 0.00 0.07 ind:imp:3p; -détrempait détremper ver 0.40 5.34 0.00 0.20 ind:imp:3s; -détrempant détremper ver 0.40 5.34 0.00 0.07 par:pre; -détrempe détrempe nom f s 0.10 0.14 0.10 0.14 -détremper détremper ver 0.40 5.34 0.00 0.07 inf; -détrempé détremper ver m s 0.40 5.34 0.02 1.82 par:pas; -détrempée détremper ver f s 0.40 5.34 0.21 1.42 par:pas; -détrempées détremper ver f p 0.40 5.34 0.01 0.81 par:pas; -détrempés détremper ver m p 0.40 5.34 0.16 0.68 par:pas; -détresse détresse nom f s 8.70 19.05 8.48 18.38 -détresses détresse nom f p 8.70 19.05 0.22 0.68 -détribalisée détribaliser ver f s 0.00 0.07 0.00 0.07 par:pas; -détricote détricoter ver 0.00 0.14 0.00 0.07 ind:pre:1s; -détricoter détricoter ver 0.00 0.14 0.00 0.07 inf; -détriment détriment nom m s 0.57 3.04 0.57 2.97 -détriments détriment nom m p 0.57 3.04 0.00 0.07 -détritiques détritique adj p 0.00 0.07 0.00 0.07 -détritus détritus nom m 1.16 4.80 1.16 4.80 -détroit détroit nom m s 3.04 1.55 3.02 1.35 -détroits détroit nom m p 3.04 1.55 0.02 0.20 -détrompa détromper ver 2.61 3.04 0.00 0.14 ind:pas:3s; -détrompai détromper ver 2.61 3.04 0.00 0.14 ind:pas:1s; -détrompais détromper ver 2.61 3.04 0.00 0.14 ind:imp:1s; -détrompait détromper ver 2.61 3.04 0.00 0.07 ind:imp:3s; -détrompe détromper ver 2.61 3.04 0.97 0.47 imp:pre:2s;ind:pre:1s;ind:pre:3s; -détromper détromper ver 2.61 3.04 0.08 1.15 inf; -détromperai détromper ver 2.61 3.04 0.00 0.07 ind:fut:1s; -détrompez détromper ver 2.61 3.04 1.53 0.47 imp:pre:2p;ind:pre:2p; -détrompé détromper ver m s 2.61 3.04 0.01 0.20 par:pas; -détrompée détromper ver f s 2.61 3.04 0.01 0.14 par:pas; -détrompés détromper ver m p 2.61 3.04 0.01 0.07 par:pas; -détroncha détroncher ver 0.00 0.81 0.00 0.07 ind:pas:3s; -détronchant détroncher ver 0.00 0.81 0.00 0.14 par:pre; -détronche détroncher ver 0.00 0.81 0.00 0.20 ind:pre:3s; -détronchent détroncher ver 0.00 0.81 0.00 0.07 ind:pre:3p; -détroncher détroncher ver 0.00 0.81 0.00 0.07 inf; -détroncherais détroncher ver 0.00 0.81 0.00 0.07 cnd:pre:1s; -détronchèrent détroncher ver 0.00 0.81 0.00 0.07 ind:pas:3p; -détronché détroncher ver m s 0.00 0.81 0.00 0.14 par:pas; -détroussaient détrousser ver 0.29 0.47 0.01 0.00 ind:imp:3p; -détroussais détrousser ver 0.29 0.47 0.00 0.07 ind:imp:1s; -détroussant détrousser ver 0.29 0.47 0.00 0.07 par:pre; -détroussent détrousser ver 0.29 0.47 0.00 0.14 ind:pre:3p; -détrousser détrousser ver 0.29 0.47 0.11 0.00 inf; -détrousses détrousser ver 0.29 0.47 0.01 0.00 ind:pre:2s; -détrousseur détrousseur nom m s 0.17 0.14 0.17 0.07 -détrousseurs détrousseur nom m p 0.17 0.14 0.00 0.07 -détroussez détrousser ver 0.29 0.47 0.02 0.00 ind:pre:2p; -détroussé détrousser ver m s 0.29 0.47 0.12 0.07 par:pas; -détroussés détrousser ver m p 0.29 0.47 0.02 0.14 par:pas; -détruira détruire ver 126.08 52.36 2.67 0.27 ind:fut:3s; -détruirai détruire ver 126.08 52.36 1.84 0.14 ind:fut:1s; -détruiraient détruire ver 126.08 52.36 0.38 0.07 cnd:pre:3p; -détruirais détruire ver 126.08 52.36 0.30 0.14 cnd:pre:1s;cnd:pre:2s; -détruirait détruire ver 126.08 52.36 1.13 0.20 cnd:pre:3s; -détruiras détruire ver 126.08 52.36 0.58 0.00 ind:fut:2s; -détruire détruire ver 126.08 52.36 50.12 20.34 inf;; -détruirez détruire ver 126.08 52.36 0.28 0.07 ind:fut:2p; -détruiriez détruire ver 126.08 52.36 0.13 0.00 cnd:pre:2p; -détruirions détruire ver 126.08 52.36 0.04 0.07 cnd:pre:1p; -détruirons détruire ver 126.08 52.36 0.64 0.00 ind:fut:1p; -détruiront détruire ver 126.08 52.36 0.82 0.14 ind:fut:3p; -détruis détruire ver 126.08 52.36 4.62 0.54 imp:pre:2s;ind:pre:1s;ind:pre:2s; -détruisaient détruire ver 126.08 52.36 0.29 0.74 ind:imp:3p; -détruisais détruire ver 126.08 52.36 0.16 0.14 ind:imp:1s;ind:imp:2s; -détruisait détruire ver 126.08 52.36 0.41 1.89 ind:imp:3s; -détruisant détruire ver 126.08 52.36 1.54 1.22 par:pre; -détruise détruire ver 126.08 52.36 1.05 0.54 sub:pre:1s;sub:pre:3s; -détruisent détruire ver 126.08 52.36 3.52 1.28 ind:pre:3p; -détruises détruire ver 126.08 52.36 0.26 0.00 sub:pre:2s; -détruisez détruire ver 126.08 52.36 4.46 0.00 imp:pre:2p;ind:pre:2p; -détruisiez détruire ver 126.08 52.36 0.12 0.00 ind:imp:2p; -détruisions détruire ver 126.08 52.36 0.14 0.00 ind:imp:1p; -détruisirent détruire ver 126.08 52.36 0.06 0.14 ind:pas:3p; -détruisis détruire ver 126.08 52.36 0.00 0.07 ind:pas:1s; -détruisit détruire ver 126.08 52.36 0.27 0.95 ind:pas:3s; -détruisons détruire ver 126.08 52.36 1.26 0.00 imp:pre:1p;ind:pre:1p; -détruit détruire ver m s 126.08 52.36 35.42 14.26 ind:pre:3s;par:pas; -détruite détruire ver f s 126.08 52.36 7.49 4.32 par:pas; -détruites détruire ver f p 126.08 52.36 1.92 1.96 par:pas; -détruits détruire ver m p 126.08 52.36 4.16 2.91 par:pas; -détérioraient détériorer ver 1.68 3.18 0.01 0.07 ind:imp:3p; -détériorait détériorer ver 1.68 3.18 0.16 0.34 ind:imp:3s; -détériorant détériorer ver 1.68 3.18 0.01 0.14 par:pre; -détérioration détérioration nom f s 0.68 0.54 0.64 0.54 -détériorations détérioration nom f p 0.68 0.54 0.04 0.00 -détériore détériorer ver 1.68 3.18 0.48 0.61 ind:pre:3s; -détériorent détériorer ver 1.68 3.18 0.05 0.00 ind:pre:3p; -détériorer détériorer ver 1.68 3.18 0.36 0.68 inf; -détériorât détériorer ver 1.68 3.18 0.00 0.07 sub:imp:3s; -détérioré détériorer ver m s 1.68 3.18 0.19 0.34 par:pas; -détériorée détériorer ver f s 1.68 3.18 0.22 0.47 par:pas; -détériorées détériorer ver f p 1.68 3.18 0.15 0.20 par:pas; -détériorés détériorer ver m p 1.68 3.18 0.05 0.27 par:pas; -dévala dévaler ver 1.51 16.76 0.00 1.76 ind:pas:3s; -dévalai dévaler ver 1.51 16.76 0.00 0.34 ind:pas:1s; -dévalaient dévaler ver 1.51 16.76 0.00 0.88 ind:imp:3p; -dévalais dévaler ver 1.51 16.76 0.12 0.34 ind:imp:1s;ind:imp:2s; -dévalait dévaler ver 1.51 16.76 0.12 3.04 ind:imp:3s; -dévalant dévaler ver 1.51 16.76 0.22 1.96 par:pre; -dévale dévaler ver 1.51 16.76 0.52 3.45 imp:pre:2s;ind:pre:1s;ind:pre:3s; -dévalement dévalement nom m s 0.00 0.34 0.00 0.34 -dévalent dévaler ver 1.51 16.76 0.08 1.28 ind:pre:3p; -dévaler dévaler ver 1.51 16.76 0.29 1.69 inf; -dévales dévaler ver 1.51 16.76 0.00 0.07 ind:pre:2s; -dévalions dévaler ver 1.51 16.76 0.01 0.20 ind:imp:1p; -dévalisai dévaliser ver 6.22 2.03 0.01 0.07 ind:pas:1s; -dévalisaient dévaliser ver 6.22 2.03 0.01 0.00 ind:imp:3p; -dévalisait dévaliser ver 6.22 2.03 0.16 0.00 ind:imp:3s; -dévalisant dévaliser ver 6.22 2.03 0.05 0.00 par:pre; -dévalise dévaliser ver 6.22 2.03 0.50 0.07 ind:pre:1s;ind:pre:3s; -dévalisent dévaliser ver 6.22 2.03 0.04 0.07 ind:pre:3p; -dévaliser dévaliser ver 6.22 2.03 1.93 0.68 inf; -dévalisera dévaliser ver 6.22 2.03 0.11 0.00 ind:fut:3s; -dévaliserait dévaliser ver 6.22 2.03 0.02 0.07 cnd:pre:3s; -dévalises dévaliser ver 6.22 2.03 0.06 0.00 ind:pre:2s; -dévalisez dévaliser ver 6.22 2.03 0.15 0.07 imp:pre:2p;ind:pre:2p; -dévalisé dévaliser ver m s 6.22 2.03 2.64 0.68 par:pas; -dévalisée dévaliser ver f s 6.22 2.03 0.39 0.14 par:pas; -dévalisés dévaliser ver m p 6.22 2.03 0.14 0.20 par:pas; -dévalons dévaler ver 1.51 16.76 0.01 0.14 imp:pre:1p;ind:pre:1p; -dévalorisaient dévaloriser ver 0.27 0.54 0.00 0.07 ind:imp:3p; -dévalorisait dévaloriser ver 0.27 0.54 0.00 0.07 ind:imp:3s; -dévalorisant dévalorisant adj m s 0.10 0.00 0.10 0.00 -dévalorisation dévalorisation nom f s 0.01 0.27 0.01 0.27 -dévalorise dévaloriser ver 0.27 0.54 0.10 0.07 imp:pre:2s;ind:pre:1s;ind:pre:3s; -dévalorisent dévaloriser ver 0.27 0.54 0.02 0.07 ind:pre:3p; -dévaloriser dévaloriser ver 0.27 0.54 0.09 0.07 inf; -dévalorisez dévaloriser ver 0.27 0.54 0.01 0.00 imp:pre:2p; -dévalorisé dévaloriser ver m s 0.27 0.54 0.03 0.07 par:pas; -dévalorisée dévaloriser ver f s 0.27 0.54 0.02 0.14 par:pas; -dévalèrent dévaler ver 1.51 16.76 0.00 0.34 ind:pas:3p; -dévalé dévaler ver m s 1.51 16.76 0.14 1.22 par:pas; -dévaluait dévaluer ver 0.37 0.54 0.00 0.07 ind:imp:3s; -dévaluation dévaluation nom f s 0.14 0.54 0.14 0.47 -dévaluations dévaluation nom f p 0.14 0.54 0.00 0.07 -dévalée dévaler ver f s 1.51 16.76 0.00 0.07 par:pas; -dévalue dévaluer ver 0.37 0.54 0.15 0.07 ind:pre:1s;ind:pre:3s; -dévaluer dévaluer ver 0.37 0.54 0.00 0.20 inf; -dévaluera dévaluer ver 0.37 0.54 0.01 0.00 ind:fut:3s; -dévalué dévaluer ver m s 0.37 0.54 0.07 0.00 par:pas; -dévaluée dévaluer ver f s 0.37 0.54 0.14 0.14 par:pas; -dévalués dévaluer ver m p 0.37 0.54 0.00 0.07 par:pas; -dévasta dévaster ver 2.50 4.12 0.05 0.07 ind:pas:3s; -dévastaient dévaster ver 2.50 4.12 0.00 0.47 ind:imp:3p; -dévastait dévaster ver 2.50 4.12 0.01 0.14 ind:imp:3s; -dévastant dévaster ver 2.50 4.12 0.04 0.00 par:pre; -dévastateur dévastateur adj m s 1.43 1.89 0.38 0.61 -dévastateurs dévastateur adj m p 1.43 1.89 0.27 0.27 -dévastation dévastation nom f s 0.44 1.28 0.41 0.81 -dévastations dévastation nom f p 0.44 1.28 0.02 0.47 -dévastatrice dévastateur adj f s 1.43 1.89 0.70 0.74 -dévastatrices dévastateur adj f p 1.43 1.89 0.08 0.27 -dévaste dévaster ver 2.50 4.12 0.39 0.07 imp:pre:2s;ind:pre:1s;ind:pre:3s; -dévastent dévaster ver 2.50 4.12 0.16 0.20 ind:pre:3p; -dévaster dévaster ver 2.50 4.12 0.21 0.54 inf; -dévastera dévaster ver 2.50 4.12 0.01 0.00 ind:fut:3s; -dévasterait dévaster ver 2.50 4.12 0.05 0.00 cnd:pre:3s; -dévasteront dévaster ver 2.50 4.12 0.01 0.07 ind:fut:3p; -dévastèrent dévaster ver 2.50 4.12 0.00 0.14 ind:pas:3p; -dévasté dévaster ver m s 2.50 4.12 1.07 1.42 par:pas; -dévastée dévaster ver f s 2.50 4.12 0.42 0.61 par:pas; -dévastées dévasté adj f p 0.82 2.84 0.01 0.61 -dévastés dévasté adj m p 0.82 2.84 0.16 0.41 -déveinards déveinard nom m p 0.00 0.07 0.00 0.07 -déveine déveine nom f s 0.33 1.08 0.33 1.01 -déveines déveine nom f p 0.33 1.08 0.00 0.07 -développa développer ver 20.14 21.42 0.29 0.81 ind:pas:3s; -développai développer ver 20.14 21.42 0.00 0.14 ind:pas:1s; -développaient développer ver 20.14 21.42 0.07 0.54 ind:imp:3p; -développais développer ver 20.14 21.42 0.06 0.27 ind:imp:1s;ind:imp:2s; -développait développer ver 20.14 21.42 0.25 2.23 ind:imp:3s; -développant développer ver 20.14 21.42 0.20 0.88 par:pre; -développe développer ver 20.14 21.42 4.09 4.05 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -développement développement nom m s 7.09 11.15 6.63 10.20 -développements développement nom m p 7.09 11.15 0.47 0.95 -développent développer ver 20.14 21.42 0.59 0.88 ind:pre:3p; -développer développer ver 20.14 21.42 7.84 6.96 inf; -développera développer ver 20.14 21.42 0.18 0.14 ind:fut:3s; -développerai développer ver 20.14 21.42 0.02 0.00 ind:fut:1s; -développeraient développer ver 20.14 21.42 0.14 0.00 cnd:pre:3p; -développerais développer ver 20.14 21.42 0.02 0.00 cnd:pre:1s; -développerait développer ver 20.14 21.42 0.03 0.07 cnd:pre:3s; -développerez développer ver 20.14 21.42 0.01 0.14 ind:fut:2p; -développeront développer ver 20.14 21.42 0.01 0.00 ind:fut:3p; -développeur développeur nom m s 0.17 0.07 0.17 0.07 -développez développer ver 20.14 21.42 0.58 0.14 imp:pre:2p;ind:pre:2p; -développons développer ver 20.14 21.42 0.33 0.00 imp:pre:1p;ind:pre:1p; -développât développer ver 20.14 21.42 0.00 0.07 sub:imp:3s; -développèrent développer ver 20.14 21.42 0.03 0.07 ind:pas:3p; -développé développer ver m s 20.14 21.42 3.88 2.30 par:pas; -développée développer ver f s 20.14 21.42 0.83 1.08 par:pas; -développées développer ver f p 20.14 21.42 0.27 0.41 par:pas; -développés développé adj m p 3.61 1.55 0.64 0.14 -déventer déventer ver 0.01 0.00 0.01 0.00 inf; -dévergondage dévergondage nom m s 0.03 0.27 0.03 0.20 -dévergondages dévergondage nom m p 0.03 0.27 0.00 0.07 -dévergonde dévergonder ver 0.56 0.27 0.26 0.07 imp:pre:2s;ind:pre:1s;ind:pre:3s; -dévergondent dévergonder ver 0.56 0.27 0.01 0.07 ind:pre:3p; -dévergonder dévergonder ver 0.56 0.27 0.02 0.14 inf; -dévergondé dévergondé nom m s 1.39 0.41 0.23 0.14 -dévergondée dévergondé nom f s 1.39 0.41 1.06 0.27 -dévergondées dévergondé nom f p 1.39 0.41 0.10 0.00 -dévergondés dévergondé adj m p 0.56 0.54 0.14 0.07 -dévernie dévernir ver f s 0.00 0.27 0.00 0.07 par:pas; -dévernies dévernir ver f p 0.00 0.27 0.00 0.07 par:pas; -dévernir dévernir ver 0.00 0.27 0.00 0.14 inf; -déverrouilla déverrouiller ver 0.91 1.01 0.00 0.14 ind:pas:3s; -déverrouillage déverrouillage nom m s 0.28 0.00 0.28 0.00 -déverrouillait déverrouiller ver 0.91 1.01 0.00 0.20 ind:imp:3s; -déverrouille déverrouiller ver 0.91 1.01 0.18 0.07 imp:pre:2s;ind:pre:1s;ind:pre:3s; -déverrouillent déverrouiller ver 0.91 1.01 0.01 0.07 ind:pre:3p; -déverrouiller déverrouiller ver 0.91 1.01 0.33 0.20 inf; -déverrouillez déverrouiller ver 0.91 1.01 0.23 0.00 imp:pre:2p; -déverrouillé déverrouiller ver m s 0.91 1.01 0.08 0.14 par:pas; -déverrouillée déverrouiller ver f s 0.91 1.01 0.07 0.14 par:pas; -déverrouillées déverrouiller ver f p 0.91 1.01 0.00 0.07 par:pas; -déversa déverser ver 1.97 12.09 0.01 0.61 ind:pas:3s; -déversaient déverser ver 1.97 12.09 0.04 1.15 ind:imp:3p; -déversais déverser ver 1.97 12.09 0.00 0.07 ind:imp:1s; -déversait déverser ver 1.97 12.09 0.06 2.84 ind:imp:3s; -déversant déverser ver 1.97 12.09 0.03 1.08 par:pre; -déverse déverser ver 1.97 12.09 0.58 1.35 imp:pre:2s;ind:pre:1s;ind:pre:3s; -déversement déversement nom m s 0.17 0.14 0.14 0.07 -déversements déversement nom m p 0.17 0.14 0.03 0.07 -déversent déverser ver 1.97 12.09 0.13 0.95 ind:pre:3p; -déverser déverser ver 1.97 12.09 0.61 2.23 inf; -déversera déverser ver 1.97 12.09 0.11 0.00 ind:fut:3s; -déverserai déverser ver 1.97 12.09 0.00 0.07 ind:fut:1s; -déverseraient déverser ver 1.97 12.09 0.00 0.14 cnd:pre:3p; -déverserait déverser ver 1.97 12.09 0.00 0.07 cnd:pre:3s; -déversez déverser ver 1.97 12.09 0.06 0.07 imp:pre:2p;ind:pre:2p; -déversoir déversoir nom m s 0.18 0.95 0.18 0.95 -déversèrent déverser ver 1.97 12.09 0.00 0.20 ind:pas:3p; -déversé déverser ver m s 1.97 12.09 0.19 0.47 par:pas; -déversée déverser ver f s 1.97 12.09 0.09 0.34 par:pas; -déversées déverser ver f p 1.97 12.09 0.01 0.07 par:pas; -déversés déverser ver m p 1.97 12.09 0.06 0.41 par:pas; -duvet duvet nom m s 1.70 8.85 1.58 7.57 -duveteuse duveteux adj f s 0.12 1.76 0.05 0.61 -duveteuses duveteux adj f p 0.12 1.76 0.02 0.41 -duveteux duveteux adj m s 0.12 1.76 0.05 0.74 -duvets duvet nom m p 1.70 8.85 0.12 1.28 -duveté duveté adj m s 0.00 0.47 0.00 0.14 -duvetée duveté adj f s 0.00 0.47 0.00 0.20 -duvetées duveter ver f p 0.00 0.34 0.00 0.14 par:pas; -duvetés duveté adj m p 0.00 0.47 0.00 0.07 -dévia dévier ver 3.04 5.14 0.00 0.41 ind:pas:3s; -déviai dévier ver 3.04 5.14 0.00 0.07 ind:pas:1s; -déviaient dévier ver 3.04 5.14 0.00 0.07 ind:imp:3p; -déviait dévier ver 3.04 5.14 0.03 0.54 ind:imp:3s; -déviance déviance nom f s 0.18 0.00 0.01 0.00 -déviances déviance nom f p 0.18 0.00 0.17 0.00 -déviant déviant adj m s 0.45 0.00 0.33 0.00 -déviante déviant adj f s 0.45 0.00 0.02 0.00 -déviants déviant nom m p 0.21 0.07 0.10 0.07 -déviateur déviateur adj m s 0.02 0.00 0.02 0.00 -déviation déviation nom f s 1.29 1.15 1.00 0.95 -déviationnisme déviationnisme nom m s 0.00 0.14 0.00 0.14 -déviationniste déviationniste adj s 0.00 0.07 0.00 0.07 -déviations déviation nom f p 1.29 1.15 0.29 0.20 -dévida dévider ver 0.02 3.58 0.00 0.20 ind:pas:3s; -dévidais dévider ver 0.02 3.58 0.00 0.07 ind:imp:1s; -dévidait dévider ver 0.02 3.58 0.01 0.88 ind:imp:3s; -dévidant dévider ver 0.02 3.58 0.00 0.14 par:pre; -dévide dévider ver 0.02 3.58 0.01 0.54 ind:pre:1s;ind:pre:3s; -dévident dévider ver 0.02 3.58 0.00 0.07 ind:pre:3p; -dévider dévider ver 0.02 3.58 0.00 1.15 inf; -déviderait dévider ver 0.02 3.58 0.00 0.14 cnd:pre:3s; -dévideur dévideur nom m s 0.00 0.07 0.00 0.07 -dévidions dévider ver 0.02 3.58 0.00 0.07 ind:imp:1p; -dévidoir dévidoir nom m s 0.03 0.27 0.03 0.20 -dévidoirs dévidoir nom m p 0.03 0.27 0.00 0.07 -dévidé dévider ver m s 0.02 3.58 0.00 0.27 par:pas; -dévidée dévider ver f s 0.02 3.58 0.00 0.07 par:pas; -dévie dévier ver 3.04 5.14 0.52 0.41 imp:pre:2s;ind:pre:1s;ind:pre:3s; -dévient dévier ver 3.04 5.14 0.04 0.14 ind:pre:3p; -dévier dévier ver 3.04 5.14 0.90 1.96 inf; -déviera dévier ver 3.04 5.14 0.02 0.00 ind:fut:3s; -dévierait dévier ver 3.04 5.14 0.01 0.14 cnd:pre:3s; -déviez dévier ver 3.04 5.14 0.13 0.00 imp:pre:2p;ind:pre:2p; -dévions dévier ver 3.04 5.14 0.01 0.07 ind:pre:1p; -dévirginiser dévirginiser ver 0.01 0.07 0.00 0.07 inf; -dévirginisée dévirginiser ver f s 0.01 0.07 0.01 0.00 par:pas; -dévirilisant déviriliser ver 0.00 0.14 0.00 0.07 par:pre; -dévirilisation dévirilisation nom f s 0.00 0.20 0.00 0.20 -dévirilisé déviriliser ver m s 0.00 0.14 0.00 0.07 par:pas; -dévisage dévisager ver 2.13 24.66 0.54 3.45 imp:pre:2s;ind:pre:1s;ind:pre:3s; -dévisagea dévisager ver 2.13 24.66 0.00 6.01 ind:pas:3s; -dévisageai dévisager ver 2.13 24.66 0.01 1.01 ind:pas:1s; -dévisageaient dévisager ver 2.13 24.66 0.03 1.01 ind:imp:3p; -dévisageais dévisager ver 2.13 24.66 0.01 0.14 ind:imp:1s; -dévisageait dévisager ver 2.13 24.66 0.07 3.72 ind:imp:3s; -dévisageant dévisager ver 2.13 24.66 0.00 2.70 par:pre; -dévisagent dévisager ver 2.13 24.66 0.25 1.22 ind:pre:3p; -dévisageâmes dévisager ver 2.13 24.66 0.00 0.07 ind:pas:1p; -dévisageons dévisager ver 2.13 24.66 0.00 0.14 ind:pre:1p; -dévisager dévisager ver 2.13 24.66 0.67 2.91 inf; -dévisageraient dévisager ver 2.13 24.66 0.02 0.00 cnd:pre:3p; -dévisagez dévisager ver 2.13 24.66 0.04 0.07 imp:pre:2p;ind:pre:2p; -dévisagions dévisager ver 2.13 24.66 0.00 0.07 ind:imp:1p; -dévisagèrent dévisager ver 2.13 24.66 0.00 0.74 ind:pas:3p; -dévisagé dévisager ver m s 2.13 24.66 0.18 1.01 par:pas; -dévisagée dévisager ver f s 2.13 24.66 0.28 0.20 par:pas; -dévisagés dévisager ver m p 2.13 24.66 0.02 0.20 par:pas; -dévissa dévisser ver 1.34 4.59 0.00 0.74 ind:pas:3s; -dévissable dévissable adj m s 0.01 0.00 0.01 0.00 -dévissage dévissage nom m s 0.00 0.07 0.00 0.07 -dévissaient dévisser ver 1.34 4.59 0.00 0.20 ind:imp:3p; -dévissait dévisser ver 1.34 4.59 0.00 0.47 ind:imp:3s; -dévissant dévisser ver 1.34 4.59 0.00 0.07 par:pre; -dévisse dévisser ver 1.34 4.59 0.41 1.08 imp:pre:2s;ind:pre:1s;ind:pre:3s; -dévisser dévisser ver 1.34 4.59 0.48 1.08 inf; -dévissera dévisser ver 1.34 4.59 0.01 0.07 ind:fut:3s; -dévissez dévisser ver 1.34 4.59 0.04 0.07 imp:pre:2p;ind:pre:2p; -dévissé dévisser ver m s 1.34 4.59 0.22 0.34 par:pas; -dévissée dévisser ver f s 1.34 4.59 0.18 0.14 par:pas; -dévissées dévisser ver f p 1.34 4.59 0.00 0.14 par:pas; -dévissés dévisser ver m p 1.34 4.59 0.00 0.20 par:pas; -dévitalisation dévitalisation nom f s 0.01 0.07 0.01 0.07 -dévitaliser dévitaliser ver 0.11 0.00 0.05 0.00 inf; -dévitalisé dévitaliser ver m s 0.11 0.00 0.05 0.00 par:pas; -dévié dévier ver m s 3.04 5.14 0.96 0.88 par:pas; -déviée dévier ver f s 3.04 5.14 0.20 0.27 par:pas; -déviés dévier ver m p 3.04 5.14 0.17 0.14 par:pas; -dévoie dévoyer ver 0.38 0.88 0.10 0.07 ind:pre:3s; -dévoiement dévoiement nom m s 0.00 0.14 0.00 0.14 -dévoila dévoiler ver 8.78 12.97 0.04 0.61 ind:pas:3s; -dévoilai dévoiler ver 8.78 12.97 0.00 0.07 ind:pas:1s; -dévoilaient dévoiler ver 8.78 12.97 0.00 0.41 ind:imp:3p; -dévoilais dévoiler ver 8.78 12.97 0.12 0.07 ind:imp:1s;ind:imp:2s; -dévoilait dévoiler ver 8.78 12.97 0.06 1.22 ind:imp:3s; -dévoilant dévoiler ver 8.78 12.97 0.25 1.42 par:pre; -dévoile dévoiler ver 8.78 12.97 0.99 1.82 imp:pre:2s;ind:pre:1s;ind:pre:3s; -dévoilement dévoilement nom m s 0.06 0.47 0.06 0.41 -dévoilements dévoilement nom m p 0.06 0.47 0.00 0.07 -dévoilent dévoiler ver 8.78 12.97 0.14 0.41 ind:pre:3p; -dévoiler dévoiler ver 8.78 12.97 3.80 3.78 inf; -dévoilera dévoiler ver 8.78 12.97 0.18 0.07 ind:fut:3s; -dévoilerai dévoiler ver 8.78 12.97 0.30 0.07 ind:fut:1s; -dévoilerais dévoiler ver 8.78 12.97 0.01 0.00 cnd:pre:1s; -dévoilerait dévoiler ver 8.78 12.97 0.11 0.07 cnd:pre:3s; -dévoilerez dévoiler ver 8.78 12.97 0.02 0.00 ind:fut:2p; -dévoileront dévoiler ver 8.78 12.97 0.04 0.00 ind:fut:3p; -dévoiles dévoiler ver 8.78 12.97 0.07 0.00 ind:pre:2s; -dévoilez dévoiler ver 8.78 12.97 0.29 0.00 imp:pre:2p; -dévoilons dévoiler ver 8.78 12.97 0.30 0.00 imp:pre:1p;ind:pre:1p; -dévoilé dévoiler ver m s 8.78 12.97 1.55 1.82 par:pas; -dévoilée dévoiler ver f s 8.78 12.97 0.16 0.74 par:pas; -dévoilées dévoiler ver f p 8.78 12.97 0.18 0.20 par:pas; -dévoilés dévoiler ver m p 8.78 12.97 0.16 0.20 par:pas; -dévolu dévolu nom m s 0.17 0.74 0.16 0.74 -dévolue dévolu adj f s 0.07 1.89 0.03 0.54 -dévolues dévolu adj f p 0.07 1.89 0.00 0.20 -dévolus dévolu adj m p 0.07 1.89 0.01 0.61 -dévolution dévolution nom f s 0.00 0.07 0.00 0.07 -dévonien dévonien nom m s 0.01 0.00 0.01 0.00 -dévonienne dévonien adj f s 0.04 0.00 0.04 0.00 -dévora dévorer ver 19.70 37.64 0.19 0.88 ind:pas:3s; -dévorai dévorer ver 19.70 37.64 0.14 0.41 ind:pas:1s; -dévoraient dévorer ver 19.70 37.64 0.29 1.96 ind:imp:3p; -dévorais dévorer ver 19.70 37.64 0.13 1.01 ind:imp:1s;ind:imp:2s; -dévorait dévorer ver 19.70 37.64 0.38 4.32 ind:imp:3s; -dévorant dévorer ver 19.70 37.64 0.67 2.70 par:pre; -dévorante dévorant adj f s 0.94 3.24 0.45 1.89 -dévorantes dévorant adj f p 0.94 3.24 0.01 0.20 -dévorants dévorant adj m p 0.94 3.24 0.10 0.34 -dévorateur dévorateur adj m s 0.00 0.34 0.00 0.14 -dévorateurs dévorateur adj m p 0.00 0.34 0.00 0.14 -dévoration dévoration nom f s 0.00 0.07 0.00 0.07 -dévoratrice dévorateur adj f s 0.00 0.34 0.00 0.07 -dévore dévorer ver 19.70 37.64 4.48 4.86 imp:pre:2s;ind:pre:1s;ind:pre:3s; -dévorent dévorer ver 19.70 37.64 1.81 1.62 ind:pre:3p; -dévorer dévorer ver 19.70 37.64 4.08 7.70 ind:imp:3s;inf; -dévorera dévorer ver 19.70 37.64 0.71 0.14 ind:fut:3s; -dévorerai dévorer ver 19.70 37.64 0.16 0.14 ind:fut:1s; -dévoreraient dévorer ver 19.70 37.64 0.02 0.07 cnd:pre:3p; -dévorerais dévorer ver 19.70 37.64 0.01 0.07 cnd:pre:1s;cnd:pre:2s; -dévorerait dévorer ver 19.70 37.64 0.19 0.34 cnd:pre:3s; -dévorerez dévorer ver 19.70 37.64 0.02 0.00 ind:fut:2p; -dévoreront dévorer ver 19.70 37.64 0.12 0.14 ind:fut:3p; -dévores dévorer ver 19.70 37.64 0.14 0.07 ind:pre:2s;sub:pre:2s; -dévoreur dévoreur nom m s 0.48 1.08 0.16 0.41 -dévoreurs dévoreur nom m p 0.48 1.08 0.01 0.27 -dévoreuse dévoreur nom f s 0.48 1.08 0.31 0.34 -dévoreuses dévoreuse nom f p 0.01 0.00 0.01 0.00 -dévorez dévorer ver 19.70 37.64 0.17 0.00 imp:pre:2p;ind:pre:2p; -dévorions dévorer ver 19.70 37.64 0.00 0.20 ind:imp:1p; -dévorons dévorer ver 19.70 37.64 0.02 0.14 imp:pre:1p;ind:pre:1p; -dévorèrent dévorer ver 19.70 37.64 0.00 0.47 ind:pas:3p; -dévoré dévorer ver m s 19.70 37.64 4.25 5.20 par:pas; -dévorée dévorer ver f s 19.70 37.64 0.76 2.43 par:pas; -dévorées dévorer ver f p 19.70 37.64 0.05 0.61 par:pas; -dévorés dévorer ver m p 19.70 37.64 0.92 2.16 par:pas; -dévot dévot nom m s 0.89 2.03 0.48 0.41 -dévote dévot adj f s 0.56 1.96 0.06 0.88 -dévotement dévotement adv 0.00 0.47 0.00 0.47 -dévotes dévot adj f p 0.56 1.96 0.10 0.27 -dévotieusement dévotieusement adv 0.00 0.14 0.00 0.14 -dévotion dévotion nom f s 2.34 8.11 2.26 7.03 -dévotionnelle dévotionnel adj f s 0.01 0.00 0.01 0.00 -dévotions dévotion nom f p 2.34 8.11 0.08 1.08 -dévots dévot nom m p 0.89 2.03 0.36 1.08 -dévoua dévouer ver 4.71 5.81 0.00 0.47 ind:pas:3s; -dévouaient dévouer ver 4.71 5.81 0.00 0.07 ind:imp:3p; -dévouait dévouer ver 4.71 5.81 0.00 0.27 ind:imp:3s; -dévouant dévouer ver 4.71 5.81 0.01 0.00 par:pre; -dévoue dévouer ver 4.71 5.81 0.52 0.47 ind:pre:1s;ind:pre:3s; -dévouement dévouement nom m s 4.03 9.32 4.03 8.51 -dévouements dévouement nom m p 4.03 9.32 0.00 0.81 -dévouent dévouer ver 4.71 5.81 0.05 0.27 ind:pre:3p; -dévouer dévouer ver 4.71 5.81 0.38 1.55 inf; -dévouera dévouer ver 4.71 5.81 0.02 0.07 ind:fut:3s; -dévouerais dévouer ver 4.71 5.81 0.01 0.00 cnd:pre:2s; -dévoues dévouer ver 4.71 5.81 0.04 0.07 ind:pre:2s; -dévouez dévouer ver 4.71 5.81 0.14 0.00 imp:pre:2p; -dévouât dévouer ver 4.71 5.81 0.00 0.07 sub:imp:3s; -dévoué dévoué adj m s 4.79 6.08 2.60 1.69 -dévouée dévoué adj f s 4.79 6.08 1.28 1.08 -dévouées dévoué adj f p 4.79 6.08 0.06 0.61 -dévoués dévoué adj m p 4.79 6.08 0.85 2.70 -dévoyait dévoyer ver 0.38 0.88 0.00 0.14 ind:imp:3s; -dévoyer dévoyer ver 0.38 0.88 0.12 0.41 inf; -dévoyez dévoyer ver 0.38 0.88 0.01 0.00 ind:pre:2p; -dévoyé dévoyé adj m s 0.22 0.68 0.18 0.54 -dévoyée dévoyer ver f s 0.38 0.88 0.10 0.00 par:pas; -dévoyées dévoyé adj f p 0.22 0.68 0.00 0.07 -dévoyés dévoyé adj m p 0.22 0.68 0.03 0.00 -dévêt dévêtir ver 1.28 5.95 0.00 0.20 ind:pre:3s; -dévêtaient dévêtir ver 1.28 5.95 0.00 0.14 ind:imp:3p; -dévêtait dévêtir ver 1.28 5.95 0.01 0.34 ind:imp:3s; -dévêtant dévêtir ver 1.28 5.95 0.02 0.27 par:pre; -dévêtez dévêtir ver 1.28 5.95 0.00 0.14 imp:pre:2p; -dévêtir dévêtir ver 1.28 5.95 0.47 1.89 inf; -dévêtit dévêtir ver 1.28 5.95 0.01 0.68 ind:pas:3s; -dévêtu dévêtir ver m s 1.28 5.95 0.32 0.74 par:pas; -dévêtue dévêtir ver f s 1.28 5.95 0.34 0.74 par:pas; -dévêtues dévêtir ver f p 1.28 5.95 0.07 0.34 par:pas; -dévêtus dévêtir ver m p 1.28 5.95 0.04 0.47 par:pas; -dézingue dézinguer ver 0.35 0.00 0.17 0.00 imp:pre:2s;ind:pre:1s;ind:pre:3s; -dézinguer dézinguer ver 0.35 0.00 0.16 0.00 inf; -dézingués dézinguer ver m p 0.35 0.00 0.02 0.00 par:pas; -dyke dyke nom m s 0.16 0.07 0.16 0.00 -dykes dyke nom m p 0.16 0.07 0.00 0.07 -dynamique dynamique adj s 2.68 2.09 1.97 1.69 -dynamiques dynamique adj p 2.68 2.09 0.71 0.41 -dynamiser dynamiser ver 0.07 0.20 0.02 0.00 inf; -dynamisera dynamiser ver 0.07 0.20 0.01 0.00 ind:fut:3s; -dynamiserait dynamiser ver 0.07 0.20 0.01 0.00 cnd:pre:3s; -dynamisez dynamiser ver 0.07 0.20 0.01 0.00 imp:pre:2p; -dynamisme dynamisme nom m s 0.54 1.82 0.54 1.82 -dynamisé dynamiser ver m s 0.07 0.20 0.01 0.00 par:pas; -dynamisée dynamiser ver f s 0.07 0.20 0.00 0.07 par:pas; -dynamisées dynamiser ver f p 0.07 0.20 0.00 0.14 par:pas; -dynamitage dynamitage nom m s 0.07 0.00 0.07 0.00 -dynamitait dynamiter ver 0.90 0.47 0.00 0.07 ind:imp:3s; -dynamitant dynamiter ver 0.90 0.47 0.01 0.07 par:pre; -dynamite dynamite nom f s 8.12 2.50 8.12 2.50 -dynamiter dynamiter ver 0.90 0.47 0.43 0.07 inf; -dynamiteur dynamiteur nom m s 0.05 0.34 0.04 0.14 -dynamiteurs dynamiteur nom m p 0.05 0.34 0.01 0.20 -dynamitez dynamiter ver 0.90 0.47 0.03 0.00 imp:pre:2p; -dynamitons dynamiter ver 0.90 0.47 0.02 0.00 imp:pre:1p; -dynamité dynamiter ver m s 0.90 0.47 0.09 0.20 par:pas; -dynamitée dynamiter ver f s 0.90 0.47 0.12 0.00 par:pas; -dynamo dynamo nom f s 0.20 0.95 0.19 0.54 -dynamomètre dynamomètre nom m s 0.03 0.07 0.03 0.07 -dynamométrique dynamométrique adj f s 0.01 0.00 0.01 0.00 -dynamos dynamo nom f p 0.20 0.95 0.01 0.41 -dynastie dynastie nom f s 2.31 3.65 2.29 3.04 -dynasties dynastie nom f p 2.31 3.65 0.02 0.61 -dynastique dynastique adj f s 0.01 0.07 0.01 0.07 -dynes dyne nom f p 0.01 0.07 0.01 0.07 -dyscinésie dyscinésie nom f s 0.01 0.00 0.01 0.00 -dyscrasie dyscrasie nom f s 0.01 0.00 0.01 0.00 -dysenterie dysenterie nom f s 0.80 1.49 0.80 1.42 -dysenteries dysenterie nom f p 0.80 1.49 0.00 0.07 -dysentérique dysentérique adj s 0.00 0.27 0.00 0.07 -dysentériques dysentérique adj p 0.00 0.27 0.00 0.20 -dysfonction dysfonction nom f s 0.09 0.00 0.09 0.00 -dysfonctionnement dysfonctionnement nom m s 0.77 0.00 0.57 0.00 -dysfonctionnements dysfonctionnement nom m p 0.77 0.00 0.20 0.00 -dyslexie dyslexie nom f s 0.12 0.07 0.12 0.07 -dyslexique dyslexique adj m s 0.46 0.07 0.46 0.07 -dysménorrhée dysménorrhée nom f s 0.01 0.00 0.01 0.00 -dyspepsie dyspepsie nom f s 0.05 0.14 0.05 0.14 -dyspepsique dyspepsique adj s 0.01 0.07 0.01 0.07 -dyspeptique dyspeptique adj s 0.02 0.07 0.02 0.07 -dysphonie dysphonie nom f s 0.01 0.00 0.01 0.00 -dysphorie dysphorie nom f s 0.02 0.00 0.02 0.00 -dysplasie dysplasie nom f s 0.06 0.07 0.06 0.07 -dyspnée dyspnée nom f s 0.05 0.00 0.05 0.00 -dyspnéique dyspnéique adj f s 0.00 0.14 0.00 0.07 -dyspnéiques dyspnéique adj f p 0.00 0.14 0.00 0.07 -dysthymie dysthymie nom f s 0.10 0.07 0.10 0.07 -dystocie dystocie nom f s 0.03 0.00 0.03 0.00 -dystrophie dystrophie nom f s 0.05 0.00 0.05 0.00 -dysurie dysurie nom f s 0.01 0.00 0.01 0.00 -dytique dytique nom m s 0.00 0.07 0.00 0.07 -e_commerce e_commerce nom m s 0.03 0.00 0.03 0.00 -e_mail e_mail nom m s 6.47 0.00 4.16 0.00 -e_mail e_mail nom m p 6.47 0.00 2.32 0.00 -e e nom m 60.91 28.99 60.91 28.99 -eûmes avoir aux 18559.23 12800.81 0.14 1.08 ind:pas:1p; -eût avoir aux 18559.23 12800.81 6.38 203.51 sub:imp:3s; -eûtes avoir ver_sup 13573.20 6426.49 0.01 0.00 ind:pas:2p; -east_river east_river nom f s 0.00 0.07 0.00 0.07 -eau_de_vie eau_de_vie nom f s 3.17 4.73 3.05 4.73 -eau_forte eau_forte nom f s 0.30 0.27 0.30 0.27 -eau_minute eau_minute nom f s 0.01 0.00 0.01 0.00 -eau eau nom f s 305.74 459.86 290.61 417.84 -eau_de_vie eau_de_vie nom f p 3.17 4.73 0.12 0.00 -eaux_fortes eaux_fortes nom f p 0.00 0.14 0.00 0.14 -eaux eau nom f p 305.74 459.86 15.14 42.03 -ecce_homo ecce_homo adv 0.20 0.20 0.20 0.20 -ecchymose ecchymose nom f s 0.91 1.22 0.23 0.34 -ecchymoses ecchymose nom f p 0.91 1.22 0.67 0.88 -ecchymosé ecchymosé adj m s 0.01 0.07 0.01 0.00 -ecchymosée ecchymosé adj f s 0.01 0.07 0.00 0.07 -ecclésiale ecclésial adj f s 0.00 0.20 0.00 0.20 -ecclésiastique ecclésiastique adj s 0.48 2.91 0.35 1.89 -ecclésiastiques ecclésiastique adj p 0.48 2.91 0.12 1.01 -ecsta ecsta adv 0.01 0.00 0.01 0.00 -ecstasy ecstasy nom m s 3.85 0.00 3.85 0.00 -ectasie ectasie nom f s 0.01 0.00 0.01 0.00 -ecthyma ecthyma nom m s 0.00 0.07 0.00 0.07 -ectodermique ectodermique adj f s 0.01 0.00 0.01 0.00 -ectopie ectopie nom f s 0.04 0.00 0.04 0.00 -ectopique ectopique adj f s 0.04 0.00 0.04 0.00 -ectoplasme ectoplasme nom m s 0.71 0.95 0.60 0.47 -ectoplasmes ectoplasme nom m p 0.71 0.95 0.11 0.47 -ectoplasmique ectoplasmique adj s 0.05 0.34 0.03 0.20 -ectoplasmiques ectoplasmique adj f p 0.05 0.34 0.02 0.14 -eczéma eczéma nom m s 0.64 1.55 0.64 1.42 -eczémas eczéma nom m p 0.64 1.55 0.00 0.14 -eczémateuses eczémateux adj f p 0.01 0.14 0.01 0.07 -eczémateux eczémateux nom m 0.01 0.07 0.01 0.07 -edelweiss edelweiss nom m 0.00 0.54 0.00 0.54 -edwardienne edwardien adj f s 0.00 0.07 0.00 0.07 -efface effacer ver 29.02 70.34 6.19 11.69 imp:pre:2s;ind:pre:1s;ind:pre:3s; -effacement effacement nom m s 0.36 2.77 0.36 2.70 -effacements effacement nom m p 0.36 2.77 0.00 0.07 -effacent effacer ver 29.02 70.34 1.00 3.58 ind:pre:3p; -effacer effacer ver 29.02 70.34 10.05 18.31 inf; -effacera effacer ver 29.02 70.34 0.73 0.88 ind:fut:3s; -effacerai effacer ver 29.02 70.34 0.23 0.14 ind:fut:1s; -effaceraient effacer ver 29.02 70.34 0.02 0.00 cnd:pre:3p; -effacerais effacer ver 29.02 70.34 0.05 0.07 cnd:pre:1s;cnd:pre:2s; -effacerait effacer ver 29.02 70.34 0.21 0.74 cnd:pre:3s; -effaceras effacer ver 29.02 70.34 0.03 0.20 ind:fut:2s; -effacerez effacer ver 29.02 70.34 0.03 0.00 ind:fut:2p; -effacerions effacer ver 29.02 70.34 0.01 0.00 cnd:pre:1p; -effacerons effacer ver 29.02 70.34 0.13 0.00 ind:fut:1p; -effaceront effacer ver 29.02 70.34 0.15 0.27 ind:fut:3p; -effaces effacer ver 29.02 70.34 0.47 0.07 ind:pre:2s; -effaceur effaceur nom m s 0.10 0.00 0.10 0.00 -effacez effacer ver 29.02 70.34 0.89 0.20 imp:pre:2p;ind:pre:2p; -effaciez effacer ver 29.02 70.34 0.05 0.00 ind:imp:2p; -effacions effacer ver 29.02 70.34 0.01 0.07 ind:imp:1p; -effacèrent effacer ver 29.02 70.34 0.00 1.01 ind:pas:3p; -effacé effacer ver m s 29.02 70.34 5.24 6.96 par:pas; -effacée effacer ver f s 29.02 70.34 1.51 3.31 par:pas; -effacées effacer ver f p 29.02 70.34 0.50 1.96 par:pas; -effacés effacer ver m p 29.02 70.34 0.68 1.69 par:pas; -effara effarer ver 0.11 1.96 0.00 0.07 ind:pas:3s; -effaraient effarer ver 0.11 1.96 0.00 0.07 ind:imp:3p; -effarait effarer ver 0.11 1.96 0.00 0.14 ind:imp:3s; -effarant effarant adj m s 1.08 2.57 0.81 0.81 -effarante effarant adj f s 1.08 2.57 0.22 1.28 -effarantes effarant adj f p 1.08 2.57 0.00 0.34 -effarants effarant adj m p 1.08 2.57 0.05 0.14 -effare effarer ver 0.11 1.96 0.01 0.20 ind:pre:1s;ind:pre:3s; -effarement effarement nom m s 0.00 1.82 0.00 1.82 -effarer effarer ver 0.11 1.96 0.02 0.00 inf; -effaroucha effaroucher ver 0.63 5.20 0.00 0.07 ind:pas:3s; -effarouchaient effaroucher ver 0.63 5.20 0.00 0.20 ind:imp:3p; -effarouchait effaroucher ver 0.63 5.20 0.00 0.68 ind:imp:3s; -effarouchant effaroucher ver 0.63 5.20 0.00 0.20 par:pre; -effarouche effaroucher ver 0.63 5.20 0.29 0.61 imp:pre:2s;ind:pre:1s;ind:pre:3s; -effarouchement effarouchement nom m s 0.00 0.20 0.00 0.07 -effarouchements effarouchement nom m p 0.00 0.20 0.00 0.14 -effarouchent effaroucher ver 0.63 5.20 0.30 0.20 ind:pre:3p; -effaroucher effaroucher ver 0.63 5.20 0.02 1.96 inf; -effarouches effaroucher ver 0.63 5.20 0.00 0.07 ind:pre:2s; -effarouchâmes effaroucher ver 0.63 5.20 0.00 0.14 ind:pas:1p; -effarouchât effaroucher ver 0.63 5.20 0.00 0.20 sub:imp:3s; -effarouché effarouché adj m s 0.81 2.50 0.06 0.74 -effarouchée effarouché adj f s 0.81 2.50 0.72 0.34 -effarouchées effarouché adj f p 0.81 2.50 0.01 0.68 -effarouchés effarouché adj m p 0.81 2.50 0.03 0.74 -effarèrent effarer ver 0.11 1.96 0.00 0.07 ind:pas:3p; -effaré effarer ver m s 0.11 1.96 0.05 0.54 par:pas; -effarée effaré adj f s 0.13 3.45 0.10 0.88 -effarées effaré adj f p 0.13 3.45 0.00 0.14 -effarés effarer ver m p 0.11 1.96 0.02 0.27 par:pas; -effarvatte effarvatte nom f s 0.00 0.14 0.00 0.07 -effarvattes effarvatte nom f p 0.00 0.14 0.00 0.07 -effaça effacer ver 29.02 70.34 0.02 5.27 ind:pas:3s; -effaçable effaçable adj s 0.01 0.07 0.01 0.00 -effaçables effaçable adj p 0.01 0.07 0.00 0.07 -effaçage effaçage nom m s 0.01 0.00 0.01 0.00 -effaçai effacer ver 29.02 70.34 0.00 0.14 ind:pas:1s; -effaçaient effacer ver 29.02 70.34 0.06 2.50 ind:imp:3p; -effaçais effacer ver 29.02 70.34 0.02 0.34 ind:imp:1s;ind:imp:2s; -effaçait effacer ver 29.02 70.34 0.20 7.43 ind:imp:3s; -effaçant effacer ver 29.02 70.34 0.27 2.97 par:pre; -effaçassent effacer ver 29.02 70.34 0.00 0.07 sub:imp:3p; -effaçons effacer ver 29.02 70.34 0.25 0.07 imp:pre:1p;ind:pre:1p; -effaçât effacer ver 29.02 70.34 0.00 0.41 sub:imp:3s; -effectif effectif nom m s 2.63 7.64 0.62 2.23 -effectifs effectif nom m p 2.63 7.64 2.02 5.41 -effective effectif adj f s 0.57 2.77 0.20 1.22 -effectivement effectivement adv 13.57 16.28 13.57 16.28 -effectives effectif adj f p 0.57 2.77 0.01 0.14 -effectivité effectivité nom f s 0.00 0.07 0.00 0.07 -effectua effectuer ver 10.53 15.20 0.02 1.01 ind:pas:3s; -effectuai effectuer ver 10.53 15.20 0.00 0.27 ind:pas:1s; -effectuaient effectuer ver 10.53 15.20 0.02 0.95 ind:imp:3p; -effectuais effectuer ver 10.53 15.20 0.08 0.00 ind:imp:1s; -effectuait effectuer ver 10.53 15.20 0.11 1.35 ind:imp:3s; -effectuant effectuer ver 10.53 15.20 0.13 0.81 par:pre; -effectue effectuer ver 10.53 15.20 0.90 0.95 imp:pre:2s;ind:pre:1s;ind:pre:3s; -effectuent effectuer ver 10.53 15.20 0.04 0.07 ind:pre:3p; -effectuer effectuer ver 10.53 15.20 2.84 4.59 inf; -effectuera effectuer ver 10.53 15.20 0.23 0.07 ind:fut:3s; -effectuerai effectuer ver 10.53 15.20 0.05 0.00 ind:fut:1s; -effectuerait effectuer ver 10.53 15.20 0.00 0.20 cnd:pre:3s; -effectuerons effectuer ver 10.53 15.20 0.15 0.00 ind:fut:1p; -effectues effectuer ver 10.53 15.20 0.02 0.07 ind:pre:2s; -effectuez effectuer ver 10.53 15.20 0.23 0.00 imp:pre:2p;ind:pre:2p; -effectuions effectuer ver 10.53 15.20 0.01 0.07 ind:imp:1p; -effectuons effectuer ver 10.53 15.20 0.52 0.00 imp:pre:1p;ind:pre:1p; -effectué effectuer ver m s 10.53 15.20 3.43 2.30 par:pas; -effectuée effectuer ver f s 10.53 15.20 0.95 1.08 par:pas; -effectuées effectuer ver f p 10.53 15.20 0.32 0.81 par:pas; -effectués effectuer ver m p 10.53 15.20 0.46 0.61 par:pas; -effendi effendi nom m s 0.19 1.62 0.19 1.62 -effervescence effervescence nom f s 0.40 3.85 0.40 3.78 -effervescences effervescence nom f p 0.40 3.85 0.00 0.07 -effervescent effervescent adj m s 0.09 0.88 0.04 0.34 -effervescente effervescent adj f s 0.09 0.88 0.04 0.20 -effervescentes effervescent adj f p 0.09 0.88 0.00 0.14 -effervescents effervescent adj m p 0.09 0.88 0.01 0.20 -effet effet nom m s 116.75 192.36 99.17 173.18 -effets effet nom m p 116.75 192.36 17.58 19.19 -effeuilla effeuiller ver 0.17 1.89 0.00 0.07 ind:pas:3s; -effeuillage effeuillage nom m s 0.08 0.07 0.08 0.07 -effeuillaient effeuiller ver 0.17 1.89 0.00 0.14 ind:imp:3p; -effeuillait effeuiller ver 0.17 1.89 0.00 0.27 ind:imp:3s; -effeuillant effeuiller ver 0.17 1.89 0.01 0.00 par:pre; -effeuille effeuiller ver 0.17 1.89 0.00 0.47 ind:pre:1s;ind:pre:3s; -effeuillent effeuiller ver 0.17 1.89 0.00 0.07 ind:pre:3p; -effeuiller effeuiller ver 0.17 1.89 0.12 0.41 inf; -effeuilleras effeuiller ver 0.17 1.89 0.00 0.07 ind:fut:2s; -effeuilleuse effeuilleur nom f s 0.11 0.20 0.11 0.14 -effeuilleuses effeuilleuse nom f p 0.06 0.00 0.06 0.00 -effeuillez effeuiller ver 0.17 1.89 0.01 0.00 imp:pre:2p; -effeuillèrent effeuiller ver 0.17 1.89 0.00 0.07 ind:pas:3p; -effeuillé effeuiller ver m s 0.17 1.89 0.01 0.07 par:pas; -effeuillée effeuiller ver f s 0.17 1.89 0.01 0.20 par:pas; -effeuillés effeuiller ver m p 0.17 1.89 0.01 0.07 par:pas; -efficace efficace adj s 14.54 15.27 12.19 12.23 -efficacement efficacement adv 0.67 2.23 0.67 2.23 -efficaces efficace adj p 14.54 15.27 2.35 3.04 -efficacité efficacité nom f s 3.36 8.51 3.36 8.51 -efficience efficience nom f s 0.01 0.34 0.01 0.34 -efficient efficient adj m s 0.14 0.41 0.00 0.20 -efficiente efficient adj f s 0.14 0.41 0.14 0.07 -efficientes efficient adj f p 0.14 0.41 0.00 0.07 -efficients efficient adj m p 0.14 0.41 0.00 0.07 -effigie effigie nom f s 1.60 4.19 1.52 3.38 -effigies effigie nom f p 1.60 4.19 0.07 0.81 -effila effiler ver 0.07 2.43 0.00 0.07 ind:pas:3s; -effilaient effiler ver 0.07 2.43 0.00 0.07 ind:imp:3p; -effilait effiler ver 0.07 2.43 0.00 0.14 ind:imp:3s; -effilant effiler ver 0.07 2.43 0.00 0.20 par:pre; -effile effiler ver 0.07 2.43 0.00 0.20 ind:pre:3s; -effilement effilement nom m s 0.00 0.07 0.00 0.07 -effilent effiler ver 0.07 2.43 0.01 0.07 ind:pre:3p; -effiler effiler ver 0.07 2.43 0.03 0.27 inf; -effilochage effilochage nom m s 0.00 0.07 0.00 0.07 -effilochaient effilocher ver 0.20 6.35 0.00 0.47 ind:imp:3p; -effilochait effilocher ver 0.20 6.35 0.01 0.88 ind:imp:3s; -effilochant effilocher ver 0.20 6.35 0.00 0.27 par:pre; -effiloche effilocher ver 0.20 6.35 0.05 0.95 ind:pre:3s; -effilochent effilocher ver 0.20 6.35 0.00 0.34 ind:pre:3p; -effilocher effilocher ver 0.20 6.35 0.00 0.47 inf; -effilochera effilocher ver 0.20 6.35 0.01 0.07 ind:fut:3s; -effilochèrent effilocher ver 0.20 6.35 0.00 0.07 ind:pas:3p; -effiloché effilocher ver m s 0.20 6.35 0.11 0.81 par:pas; -effilochée effilocher ver f s 0.20 6.35 0.02 0.88 par:pas; -effilochées effilocher ver f p 0.20 6.35 0.00 0.47 par:pas; -effilochure effilochure nom f s 0.00 0.47 0.00 0.20 -effilochures effilochure nom f p 0.00 0.47 0.00 0.27 -effilochés effilocher ver m p 0.20 6.35 0.00 0.68 par:pas; -effilé effilé adj m s 0.08 4.46 0.06 1.08 -effilée effiler ver f s 0.07 2.43 0.01 0.68 par:pas; -effilées effiler ver f p 0.07 2.43 0.02 0.41 par:pas; -effilure effilure nom f s 0.00 0.14 0.00 0.07 -effilures effilure nom f p 0.00 0.14 0.00 0.07 -effilés effilé adj m p 0.08 4.46 0.01 1.35 -efflanqué efflanqué adj m s 0.14 3.92 0.14 2.30 -efflanquée efflanqué adj f s 0.14 3.92 0.00 0.61 -efflanquées efflanqué adj f p 0.14 3.92 0.00 0.47 -efflanqués efflanquer ver m p 0.01 1.28 0.01 0.27 par:pas; -effleura effleurer ver 3.23 25.68 0.01 4.93 ind:pas:3s; -effleurage effleurage nom m s 0.00 0.07 0.00 0.07 -effleurai effleurer ver 3.23 25.68 0.00 0.14 ind:pas:1s; -effleuraient effleurer ver 3.23 25.68 0.00 0.88 ind:imp:3p; -effleurais effleurer ver 3.23 25.68 0.00 0.20 ind:imp:1s; -effleurait effleurer ver 3.23 25.68 0.10 2.77 ind:imp:3s; -effleurant effleurer ver 3.23 25.68 0.12 1.49 par:pre; -effleure effleurer ver 3.23 25.68 0.54 3.78 imp:pre:2s;ind:pre:1s;ind:pre:3s; -effleurement effleurement nom m s 0.07 1.22 0.03 0.81 -effleurements effleurement nom m p 0.07 1.22 0.04 0.41 -effleurent effleurer ver 3.23 25.68 0.05 0.74 ind:pre:3p; -effleurer effleurer ver 3.23 25.68 0.62 4.59 inf; -effleurera effleurer ver 3.23 25.68 0.00 0.14 ind:fut:3s; -effleurerait effleurer ver 3.23 25.68 0.01 0.20 cnd:pre:3s; -effleureront effleurer ver 3.23 25.68 0.00 0.07 ind:fut:3p; -effleures effleurer ver 3.23 25.68 0.03 0.07 ind:pre:2s; -effleurez effleurer ver 3.23 25.68 0.04 0.07 imp:pre:2p;ind:pre:2p; -effleurâmes effleurer ver 3.23 25.68 0.00 0.14 ind:pas:1p; -effleurât effleurer ver 3.23 25.68 0.00 0.07 sub:imp:3s; -effleurèrent effleurer ver 3.23 25.68 0.00 0.34 ind:pas:3p; -effleuré effleurer ver m s 3.23 25.68 1.27 3.18 par:pas; -effleurée effleurer ver f s 3.23 25.68 0.41 1.49 par:pas; -effleurées effleurer ver f p 3.23 25.68 0.00 0.20 par:pas; -effleurés effleurer ver m p 3.23 25.68 0.04 0.20 par:pas; -efflorescence efflorescence nom f s 0.01 0.27 0.01 0.27 -effluent effluent nom m s 0.01 0.00 0.01 0.00 -effluve effluve nom m s 0.09 6.49 0.02 0.61 -effluves effluve nom m p 0.09 6.49 0.06 5.88 -effondra effondrer ver 13.24 25.74 0.24 3.72 ind:pas:3s; -effondrai effondrer ver 13.24 25.74 0.02 0.34 ind:pas:1s; -effondraient effondrer ver 13.24 25.74 0.01 0.81 ind:imp:3p; -effondrais effondrer ver 13.24 25.74 0.00 0.14 ind:imp:1s; -effondrait effondrer ver 13.24 25.74 0.15 2.50 ind:imp:3s; -effondrant effondrer ver 13.24 25.74 0.04 0.34 par:pre; -effondre effondrer ver 13.24 25.74 3.19 3.85 imp:pre:2s;ind:pre:1s;ind:pre:3s; -effondrement effondrement nom m s 1.83 6.82 1.82 6.28 -effondrements effondrement nom m p 1.83 6.82 0.01 0.54 -effondrent effondrer ver 13.24 25.74 0.41 1.15 ind:pre:3p; -effondrer effondrer ver 13.24 25.74 3.22 5.34 inf; -effondrera effondrer ver 13.24 25.74 0.51 0.34 ind:fut:3s; -effondreraient effondrer ver 13.24 25.74 0.04 0.00 cnd:pre:3p; -effondrerais effondrer ver 13.24 25.74 0.05 0.07 cnd:pre:1s; -effondrerait effondrer ver 13.24 25.74 0.36 0.27 cnd:pre:3s; -effondreront effondrer ver 13.24 25.74 0.11 0.00 ind:fut:3p; -effondrez effondrer ver 13.24 25.74 0.03 0.00 ind:pre:2p; -effondrât effondrer ver 13.24 25.74 0.00 0.14 sub:imp:3s; -effondrèrent effondrer ver 13.24 25.74 0.00 0.54 ind:pas:3p; -effondré effondrer ver m s 13.24 25.74 2.75 3.24 par:pas; -effondrée effondrer ver f s 13.24 25.74 1.87 2.16 par:pas; -effondrées effondrer ver f p 13.24 25.74 0.05 0.20 par:pas; -effondrés effondrer ver m p 13.24 25.74 0.17 0.61 par:pas; -efforce efforcer ver 6.14 54.19 2.09 8.04 imp:pre:2s;ind:pre:1s;ind:pre:3s; -efforcent efforcer ver 6.14 54.19 0.38 2.16 ind:pre:3p; -efforcer efforcer ver 6.14 54.19 0.86 2.57 inf; -efforcera efforcer ver 6.14 54.19 0.04 0.20 ind:fut:3s; -efforcerai efforcer ver 6.14 54.19 0.40 0.27 ind:fut:1s; -efforceraient efforcer ver 6.14 54.19 0.00 0.14 cnd:pre:3p; -efforcerais efforcer ver 6.14 54.19 0.02 0.14 cnd:pre:1s;cnd:pre:2s; -efforcerait efforcer ver 6.14 54.19 0.01 0.14 cnd:pre:3s; -efforcerons efforcer ver 6.14 54.19 0.12 0.07 ind:fut:1p; -efforces efforcer ver 6.14 54.19 0.11 0.27 ind:pre:2s; -efforcez efforcer ver 6.14 54.19 0.31 0.00 imp:pre:2p;ind:pre:2p; -efforcions efforcer ver 6.14 54.19 0.00 0.81 ind:imp:1p; -efforcèrent efforcer ver 6.14 54.19 0.00 0.20 ind:pas:3p; -efforcé efforcer ver m s 6.14 54.19 0.46 2.03 par:pas; -efforcée efforcer ver f s 6.14 54.19 0.14 0.81 par:pas; -efforcés efforcer ver m p 6.14 54.19 0.12 0.41 par:pas; -effort effort nom m s 42.70 136.62 23.26 98.18 -efforça efforcer ver 6.14 54.19 0.02 5.61 ind:pas:3s; -efforçai efforcer ver 6.14 54.19 0.01 0.95 ind:pas:1s; -efforçaient efforcer ver 6.14 54.19 0.04 4.05 ind:imp:3p; -efforçais efforcer ver 6.14 54.19 0.08 2.50 ind:imp:1s; -efforçait efforcer ver 6.14 54.19 0.32 14.19 ind:imp:3s; -efforçant efforcer ver 6.14 54.19 0.24 7.64 par:pre; -efforçâmes efforcer ver 6.14 54.19 0.00 0.14 ind:pas:1p; -efforçons efforcer ver 6.14 54.19 0.38 0.41 imp:pre:1p;ind:pre:1p; -efforçât efforcer ver 6.14 54.19 0.00 0.47 sub:imp:3s; -efforts effort nom m p 42.70 136.62 19.44 38.45 -effraction effraction nom f s 7.76 2.03 7.49 2.03 -effractions effraction nom f p 7.76 2.03 0.27 0.00 -effraie effrayer ver 37.04 29.86 7.65 2.43 imp:pre:2s;ind:pre:1s;ind:pre:3s; -effraient effrayer ver 37.04 29.86 1.07 0.47 ind:pre:3p; -effraiera effrayer ver 37.04 29.86 0.07 0.07 ind:fut:3s; -effraieraient effrayer ver 37.04 29.86 0.01 0.00 cnd:pre:3p; -effraierait effrayer ver 37.04 29.86 0.36 0.20 cnd:pre:3s; -effraieras effrayer ver 37.04 29.86 0.04 0.00 ind:fut:2s; -effraierez effrayer ver 37.04 29.86 0.03 0.00 ind:fut:2p; -effraies effrayer ver 37.04 29.86 0.53 0.20 ind:pre:2s; -effrange effranger ver 0.01 1.96 0.00 0.07 ind:pre:3s; -effrangeait effranger ver 0.01 1.96 0.00 0.07 ind:imp:3s; -effrangent effranger ver 0.01 1.96 0.00 0.07 ind:pre:3p; -effrangé effranger ver m s 0.01 1.96 0.01 0.61 par:pas; -effrangée effranger ver f s 0.01 1.96 0.00 0.34 par:pas; -effrangées effranger ver f p 0.01 1.96 0.00 0.41 par:pas; -effrangés effranger ver m p 0.01 1.96 0.00 0.41 par:pas; -effraya effrayer ver 37.04 29.86 0.00 2.09 ind:pas:3s; -effrayaient effrayer ver 37.04 29.86 0.23 1.35 ind:imp:3p; -effrayais effrayer ver 37.04 29.86 0.04 0.20 ind:imp:1s; -effrayait effrayer ver 37.04 29.86 0.91 7.16 ind:imp:3s; -effrayamment effrayamment adv 0.00 0.20 0.00 0.20 -effrayant effrayant adj m s 14.69 19.19 10.07 8.99 -effrayante effrayant adj f s 14.69 19.19 2.86 7.16 -effrayantes effrayant adj f p 14.69 19.19 0.69 1.42 -effrayants effrayant adj m p 14.69 19.19 1.07 1.62 -effraye effrayer ver 37.04 29.86 1.10 0.61 imp:pre:2s;ind:pre:1s;ind:pre:3s; -effrayent effrayer ver 37.04 29.86 0.25 0.20 ind:pre:3p; -effrayer effrayer ver 37.04 29.86 9.43 4.73 ind:pre:2p;inf; -effrayerais effrayer ver 37.04 29.86 0.03 0.00 cnd:pre:1s; -effrayerait effrayer ver 37.04 29.86 0.08 0.00 cnd:pre:3s; -effrayeras effrayer ver 37.04 29.86 0.01 0.00 ind:fut:2s; -effrayez effrayer ver 37.04 29.86 1.01 0.34 imp:pre:2p;ind:pre:2p; -effrayons effrayer ver 37.04 29.86 0.20 0.07 imp:pre:1p;ind:pre:1p; -effrayèrent effrayer ver 37.04 29.86 0.14 0.00 ind:pas:3p; -effrayé effrayer ver m s 37.04 29.86 6.36 3.99 par:pas; -effrayée effrayer ver f s 37.04 29.86 5.00 2.64 par:pas; -effrayées effrayé adj f p 6.78 9.46 0.27 0.20 -effrayés effrayer ver m p 37.04 29.86 1.57 1.42 par:pas; -effrita effriter ver 0.45 5.68 0.01 0.20 ind:pas:3s; -effritaient effriter ver 0.45 5.68 0.01 0.27 ind:imp:3p; -effritait effriter ver 0.45 5.68 0.10 0.54 ind:imp:3s; -effritant effriter ver 0.45 5.68 0.00 0.54 par:pre; -effrite effriter ver 0.45 5.68 0.23 1.55 ind:pre:1s;ind:pre:3s; -effritement effritement nom m s 0.01 0.47 0.01 0.41 -effritements effritement nom m p 0.01 0.47 0.00 0.07 -effritent effriter ver 0.45 5.68 0.04 0.68 ind:pre:3p; -effriter effriter ver 0.45 5.68 0.04 0.54 inf; -effriterait effriter ver 0.45 5.68 0.00 0.14 cnd:pre:3s; -effrité effriter ver m s 0.45 5.68 0.02 0.41 par:pas; -effritée effriter ver f s 0.45 5.68 0.00 0.27 par:pas; -effritées effriter ver f p 0.45 5.68 0.00 0.20 par:pas; -effrités effriter ver m p 0.45 5.68 0.00 0.34 par:pas; -effroi effroi nom m s 2.83 12.91 2.83 12.91 -effronterie effronterie nom f s 0.46 1.22 0.46 1.15 -effronteries effronterie nom f p 0.46 1.22 0.00 0.07 -effronté effronté nom m s 1.65 0.81 0.73 0.20 -effrontée effronté nom f s 1.65 0.81 0.79 0.47 -effrontées effronté adj f p 1.51 1.55 0.14 0.14 -effrontément effrontément adv 0.22 0.74 0.22 0.74 -effrontés effronté adj m p 1.51 1.55 0.04 0.47 -effroyable effroyable adj s 4.41 8.99 3.84 6.69 -effroyablement effroyablement adv 0.11 1.35 0.11 1.35 -effroyables effroyable adj p 4.41 8.99 0.57 2.30 -effréné effréné adj m s 0.50 3.11 0.36 1.28 -effrénée effréné adj f s 0.50 3.11 0.13 1.42 -effrénées effréné adj f p 0.50 3.11 0.01 0.34 -effrénés effréné adj m p 0.50 3.11 0.00 0.07 -effulgente effulgent adj f s 0.01 0.07 0.01 0.07 -efféminait efféminer ver 0.25 0.07 0.00 0.07 ind:imp:3s; -efféminé efféminé adj m s 0.81 0.68 0.49 0.20 -efféminée efféminé adj f s 0.81 0.68 0.04 0.14 -efféminés efféminé adj m p 0.81 0.68 0.28 0.34 -effusion effusion nom f s 1.73 6.42 1.39 3.24 -effusionniste effusionniste adj s 0.00 0.14 0.00 0.07 -effusionnistes effusionniste adj m p 0.00 0.14 0.00 0.07 -effusions effusion nom f p 1.73 6.42 0.34 3.18 -efrit efrit nom m s 0.00 0.07 0.00 0.07 -ego ego nom m 4.16 1.22 4.16 1.22 -eh eh ono 386.00 176.62 386.00 176.62 -eider eider nom m s 0.00 0.34 0.00 0.07 -eiders eider nom m p 0.00 0.34 0.00 0.27 -eidétique eidétique adj f s 0.02 0.00 0.02 0.00 -einsteinienne einsteinien adj f s 0.01 0.07 0.01 0.07 -ektachromes ektachrome nom m p 0.00 0.14 0.00 0.14 -eldorado eldorado nom m s 0.04 0.00 0.04 0.00 -elfe elfe nom m s 3.26 1.42 1.39 0.54 -elfes elfe nom m p 3.26 1.42 1.87 0.88 -elle_même elle_même pro_per f s 17.88 113.51 17.88 113.51 -elle elle pro_per f s 4520.53 6991.49 4520.53 6991.49 -elles_mêmes elles_mêmes pro_per f p 2.21 14.86 2.21 14.86 -elles elles pro_per f p 420.51 605.14 420.51 605.14 -ellipse ellipse nom f s 0.44 1.42 0.42 0.95 -ellipses ellipse nom f p 0.44 1.42 0.02 0.47 -ellipsoïde ellipsoïde adj s 0.00 0.07 0.00 0.07 -elliptique elliptique adj s 0.09 0.61 0.06 0.47 -elliptiques elliptique adj p 0.09 0.61 0.02 0.14 -ellébore ellébore nom m s 0.03 0.07 0.03 0.07 -elzévir elzévir nom m s 0.00 0.07 0.00 0.07 -emails email nom m p 0.65 0.00 0.65 0.00 -embûche embûche nom f s 0.24 3.18 0.04 0.41 -embûches embûche nom f p 0.24 3.18 0.20 2.77 -embabouiner embabouiner ver 0.00 0.07 0.00 0.07 inf; -emballa emballer ver 18.86 15.27 0.00 0.74 ind:pas:3s; -emballage emballage nom m s 4.60 6.08 3.23 4.39 -emballages emballage nom m p 4.60 6.08 1.37 1.69 -emballai emballer ver 18.86 15.27 0.00 0.14 ind:pas:1s; -emballaient emballer ver 18.86 15.27 0.00 0.20 ind:imp:3p; -emballais emballer ver 18.86 15.27 0.27 0.14 ind:imp:1s;ind:imp:2s; -emballait emballer ver 18.86 15.27 0.31 1.62 ind:imp:3s; -emballant emballer ver 18.86 15.27 0.10 0.34 par:pre; -emballe emballer ver 18.86 15.27 5.34 2.23 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -emballement emballement nom m s 0.02 0.61 0.01 0.54 -emballements emballement nom m p 0.02 0.61 0.01 0.07 -emballent emballer ver 18.86 15.27 0.32 0.20 ind:pre:3p; -emballer emballer ver 18.86 15.27 3.74 4.66 inf; -emballera emballer ver 18.86 15.27 0.18 0.07 ind:fut:3s; -emballeraient emballer ver 18.86 15.27 0.00 0.07 cnd:pre:3p; -emballerait emballer ver 18.86 15.27 0.01 0.00 cnd:pre:3s; -emballeras emballer ver 18.86 15.27 0.00 0.07 ind:fut:2s; -emballerons emballer ver 18.86 15.27 0.01 0.00 ind:fut:1p; -emballes emballer ver 18.86 15.27 1.04 0.20 ind:pre:2s; -emballeur emballeur nom m s 0.15 0.81 0.11 0.61 -emballeurs emballeur nom m p 0.15 0.81 0.03 0.14 -emballeuse emballeur nom f s 0.15 0.81 0.01 0.00 -emballeuses emballeur nom f p 0.15 0.81 0.00 0.07 -emballez emballer ver 18.86 15.27 1.73 0.61 imp:pre:2p;ind:pre:2p; -emballons emballer ver 18.86 15.27 0.78 0.14 imp:pre:1p;ind:pre:1p; -emballât emballer ver 18.86 15.27 0.00 0.07 sub:imp:3s; -emballèrent emballer ver 18.86 15.27 0.00 0.14 ind:pas:3p; -emballé emballer ver m s 18.86 15.27 3.21 2.16 par:pas; -emballée emballer ver f s 18.86 15.27 1.20 1.01 par:pas; -emballées emballer ver f p 18.86 15.27 0.14 0.27 par:pas; -emballés emballer ver m p 18.86 15.27 0.48 0.20 par:pas; -embaluchonnés embaluchonner ver m p 0.00 0.07 0.00 0.07 par:pas; -embarbouilla embarbouiller ver 0.00 0.14 0.00 0.07 ind:pas:3s; -embarbouillé embarbouiller ver m s 0.00 0.14 0.00 0.07 par:pas; -embarcadère embarcadère nom m s 1.13 2.16 1.10 1.89 -embarcadères embarcadère nom m p 1.13 2.16 0.03 0.27 -embarcation embarcation nom f s 0.80 4.80 0.62 3.24 -embarcations embarcation nom f p 0.80 4.80 0.19 1.55 -embardée embardée nom f s 0.23 1.96 0.16 1.35 -embardées embardée nom f p 0.23 1.96 0.07 0.61 -embargo embargo nom m s 0.75 0.07 0.72 0.07 -embargos embargo nom m p 0.75 0.07 0.03 0.00 -embarqua embarquer ver 26.49 32.77 0.17 1.55 ind:pas:3s; -embarquai embarquer ver 26.49 32.77 0.01 0.68 ind:pas:1s; -embarquaient embarquer ver 26.49 32.77 0.09 0.74 ind:imp:3p; -embarquais embarquer ver 26.49 32.77 0.05 0.47 ind:imp:1s; -embarquait embarquer ver 26.49 32.77 0.06 2.09 ind:imp:3s; -embarquant embarquer ver 26.49 32.77 0.37 0.27 par:pre; -embarque embarquer ver 26.49 32.77 6.88 3.31 imp:pre:2s;ind:pre:1s;ind:pre:3s; -embarquement embarquement nom m s 4.03 4.19 4.02 3.99 -embarquements embarquement nom m p 4.03 4.19 0.01 0.20 -embarquent embarquer ver 26.49 32.77 0.95 0.41 ind:pre:3p; -embarquer embarquer ver 26.49 32.77 7.16 10.74 inf; -embarquera embarquer ver 26.49 32.77 0.27 0.00 ind:fut:3s; -embarquerai embarquer ver 26.49 32.77 0.03 0.00 ind:fut:1s; -embarqueraient embarquer ver 26.49 32.77 0.01 0.07 cnd:pre:3p; -embarquerais embarquer ver 26.49 32.77 0.04 0.14 cnd:pre:1s; -embarquerait embarquer ver 26.49 32.77 0.05 0.34 cnd:pre:3s; -embarqueras embarquer ver 26.49 32.77 0.02 0.14 ind:fut:2s; -embarquerez embarquer ver 26.49 32.77 0.12 0.00 ind:fut:2p; -embarquerions embarquer ver 26.49 32.77 0.00 0.07 cnd:pre:1p; -embarqueront embarquer ver 26.49 32.77 0.04 0.07 ind:fut:3p; -embarquez embarquer ver 26.49 32.77 2.89 0.20 imp:pre:2p;ind:pre:2p; -embarquiez embarquer ver 26.49 32.77 0.02 0.07 ind:imp:2p; -embarquions embarquer ver 26.49 32.77 0.01 0.14 ind:imp:1p; -embarquâmes embarquer ver 26.49 32.77 0.11 0.14 ind:pas:1p; -embarquons embarquer ver 26.49 32.77 0.44 0.20 imp:pre:1p;ind:pre:1p; -embarquèrent embarquer ver 26.49 32.77 0.05 0.47 ind:pas:3p; -embarqué embarquer ver m s 26.49 32.77 4.89 5.68 par:pas; -embarquée embarquer ver f s 26.49 32.77 1.12 1.15 par:pas; -embarquées embarquer ver f p 26.49 32.77 0.08 0.68 par:pas; -embarqués embarquer ver m p 26.49 32.77 0.56 2.97 par:pas; -embarras embarras nom m 5.32 12.09 5.32 12.09 -embarrassa embarrasser ver 6.70 13.85 0.02 0.27 ind:pas:3s; -embarrassai embarrasser ver 6.70 13.85 0.00 0.07 ind:pas:1s; -embarrassaient embarrasser ver 6.70 13.85 0.01 0.74 ind:imp:3p; -embarrassais embarrasser ver 6.70 13.85 0.01 0.14 ind:imp:1s; -embarrassait embarrasser ver 6.70 13.85 0.03 1.01 ind:imp:3s; -embarrassant embarrassant adj m s 7.44 2.23 5.28 0.74 -embarrassante embarrassant adj f s 7.44 2.23 1.20 1.01 -embarrassantes embarrassant adj f p 7.44 2.23 0.38 0.47 -embarrassants embarrassant adj m p 7.44 2.23 0.58 0.00 -embarrasse embarrasser ver 6.70 13.85 1.14 1.42 imp:pre:2s;ind:pre:1s;ind:pre:3s; -embarrassent embarrasser ver 6.70 13.85 0.34 0.20 ind:pre:3p; -embarrasser embarrasser ver 6.70 13.85 1.52 1.69 ind:pre:2p;inf; -embarrasserai embarrasser ver 6.70 13.85 0.04 0.00 ind:fut:1s; -embarrasseraient embarrasser ver 6.70 13.85 0.00 0.07 cnd:pre:3p; -embarrasses embarrasser ver 6.70 13.85 0.26 0.07 ind:pre:2s; -embarrassez embarrasser ver 6.70 13.85 0.24 0.00 imp:pre:2p;ind:pre:2p; -embarrassions embarrasser ver 6.70 13.85 0.00 0.07 ind:imp:1p; -embarrassons embarrasser ver 6.70 13.85 0.14 0.07 imp:pre:1p;ind:pre:1p; -embarrassèrent embarrasser ver 6.70 13.85 0.00 0.07 ind:pas:3p; -embarrassé embarrassé adj m s 2.38 7.36 1.46 5.00 -embarrassée embarrasser ver f s 6.70 13.85 1.05 1.28 par:pas; -embarrassées embarrassé adj f p 2.38 7.36 0.14 0.27 -embarrassés embarrasser ver m p 6.70 13.85 0.23 0.61 par:pas; -embarrure embarrure nom f s 0.01 0.00 0.01 0.00 -embase embase nom f s 0.00 0.14 0.00 0.07 -embases embase nom f p 0.00 0.14 0.00 0.07 -embastiller embastiller ver 0.05 0.27 0.02 0.14 inf; -embastillé embastiller ver m s 0.05 0.27 0.02 0.07 par:pas; -embastillée embastiller ver f s 0.05 0.27 0.01 0.00 par:pas; -embastillés embastiller ver m p 0.05 0.27 0.00 0.07 par:pas; -embats embattre ver 0.00 0.07 0.00 0.07 ind:pre:2s; -embaucha embaucher ver 13.11 5.95 0.13 0.14 ind:pas:3s; -embauchage embauchage nom m s 0.00 0.07 0.00 0.07 -embauchaient embaucher ver 13.11 5.95 0.01 0.07 ind:imp:3p; -embauchais embaucher ver 13.11 5.95 0.16 0.00 ind:imp:1s;ind:imp:2s; -embauchait embaucher ver 13.11 5.95 0.18 0.34 ind:imp:3s; -embauchant embaucher ver 13.11 5.95 0.04 0.07 par:pre; -embauche embauche nom f s 2.86 2.97 2.84 2.97 -embauchent embaucher ver 13.11 5.95 0.29 0.27 ind:pre:3p; -embaucher embaucher ver 13.11 5.95 3.56 1.69 inf; -embauchera embaucher ver 13.11 5.95 0.10 0.14 ind:fut:3s; -embaucherai embaucher ver 13.11 5.95 0.03 0.00 ind:fut:1s; -embaucherais embaucher ver 13.11 5.95 0.09 0.07 cnd:pre:1s;cnd:pre:2s; -embaucherait embaucher ver 13.11 5.95 0.07 0.00 cnd:pre:3s; -embaucheront embaucher ver 13.11 5.95 0.01 0.00 ind:fut:3p; -embauches embaucher ver 13.11 5.95 0.27 0.07 ind:pre:2s; -embauchez embaucher ver 13.11 5.95 0.38 0.00 imp:pre:2p;ind:pre:2p; -embauchoir embauchoir nom m s 0.05 0.07 0.03 0.00 -embauchoirs embauchoir nom m p 0.05 0.07 0.02 0.07 -embauchons embaucher ver 13.11 5.95 0.14 0.07 imp:pre:1p;ind:pre:1p; -embauchât embaucher ver 13.11 5.95 0.00 0.07 sub:imp:3s; -embauché embaucher ver m s 13.11 5.95 4.56 1.42 par:pas; -embauchée embaucher ver f s 13.11 5.95 0.75 0.20 par:pas; -embauchées embaucher ver f p 13.11 5.95 0.05 0.14 par:pas; -embauchés embaucher ver m p 13.11 5.95 0.28 0.27 par:pas; -embauma embaumer ver 2.83 7.09 0.01 0.34 ind:pas:3s; -embaumaient embaumer ver 2.83 7.09 0.04 0.34 ind:imp:3p; -embaumait embaumer ver 2.83 7.09 0.04 1.69 ind:imp:3s; -embaumant embaumant adj m s 0.00 0.54 0.00 0.47 -embaumants embaumant adj m p 0.00 0.54 0.00 0.07 -embaume embaumer ver 2.83 7.09 0.60 1.15 imp:pre:2s;ind:pre:1s;ind:pre:3s; -embaumement embaumement nom m s 0.68 0.27 0.65 0.20 -embaumements embaumement nom m p 0.68 0.27 0.02 0.07 -embaument embaumer ver 2.83 7.09 0.26 0.61 ind:pre:3p; -embaumer embaumer ver 2.83 7.09 0.81 0.81 inf; -embaumerait embaumer ver 2.83 7.09 0.00 0.07 cnd:pre:3s; -embaumeur embaumeur nom m s 0.51 0.88 0.34 0.14 -embaumeurs embaumeur nom m p 0.51 0.88 0.04 0.74 -embaumeuse embaumeur nom f s 0.51 0.88 0.13 0.00 -embaumez embaumer ver 2.83 7.09 0.02 0.00 imp:pre:2p;ind:pre:2p; -embaumions embaumer ver 2.83 7.09 0.01 0.00 ind:imp:1p; -embaumé embaumer ver m s 2.83 7.09 0.47 0.95 par:pas; -embaumée embaumer ver f s 2.83 7.09 0.28 0.68 par:pas; -embaumées embaumer ver f p 2.83 7.09 0.00 0.27 par:pas; -embaumés embaumer ver m p 2.83 7.09 0.28 0.20 par:pas; -embelli embellir ver m s 3.40 5.14 0.34 0.74 par:pas; -embellie embellie nom f s 0.02 2.70 0.02 2.43 -embellies embellir ver f p 3.40 5.14 0.10 0.14 par:pas; -embellir embellir ver 3.40 5.14 1.06 1.55 inf; -embellira embellir ver 3.40 5.14 0.14 0.00 ind:fut:3s; -embellirai embellir ver 3.40 5.14 0.01 0.00 ind:fut:1s; -embellirait embellir ver 3.40 5.14 0.02 0.14 cnd:pre:3s; -embellis embellir ver m p 3.40 5.14 0.08 0.07 imp:pre:2s;ind:pre:1s;ind:pre:2s;par:pas; -embellissaient embellir ver 3.40 5.14 0.10 0.20 ind:imp:3p; -embellissais embellir ver 3.40 5.14 0.00 0.07 ind:imp:1s; -embellissait embellir ver 3.40 5.14 0.01 0.68 ind:imp:3s; -embellissant embellir ver 3.40 5.14 0.00 0.20 par:pre; -embellissement embellissement nom m s 0.07 0.41 0.06 0.34 -embellissements embellissement nom m p 0.07 0.41 0.01 0.07 -embellissent embellir ver 3.40 5.14 0.06 0.14 ind:pre:3p; -embellissez embellir ver 3.40 5.14 0.14 0.00 imp:pre:2p;ind:pre:2p; -embellissons embellir ver 3.40 5.14 0.02 0.00 imp:pre:1p;ind:pre:1p; -embellit embellir ver 3.40 5.14 1.28 0.81 ind:pre:3s;ind:pas:3s; -emberlificotaient emberlificoter ver 0.01 0.47 0.00 0.07 ind:imp:3p; -emberlificotais emberlificoter ver 0.01 0.47 0.00 0.07 ind:imp:1s; -emberlificote emberlificoter ver 0.01 0.47 0.00 0.07 ind:pre:3s; -emberlificoter emberlificoter ver 0.01 0.47 0.00 0.14 inf; -emberlificoté emberlificoté adj m s 0.11 0.07 0.10 0.00 -emberlificotée emberlificoter ver f s 0.01 0.47 0.00 0.07 par:pas; -emberlificotées emberlificoter ver f p 0.01 0.47 0.00 0.07 par:pas; -emberlificotés emberlificoté adj m p 0.11 0.07 0.01 0.07 -emberlucoquer emberlucoquer ver 0.00 0.07 0.00 0.07 inf; -embijoutée embijouté adj f s 0.00 0.07 0.00 0.07 -emblavages emblavage nom m p 0.00 0.07 0.00 0.07 -emblaver emblaver ver 0.00 0.20 0.00 0.07 inf; -emblavé emblaver ver m s 0.00 0.20 0.00 0.07 par:pas; -emblavée emblaver ver f s 0.00 0.20 0.00 0.07 par:pas; -emblavure emblavure nom f s 0.00 0.27 0.00 0.14 -emblavures emblavure nom f p 0.00 0.27 0.00 0.14 -emblème emblème nom m s 1.14 4.32 0.81 2.97 -emblèmes emblème nom m p 1.14 4.32 0.33 1.35 -emblématique emblématique adj s 0.38 0.68 0.36 0.41 -emblématiques emblématique adj m p 0.38 0.68 0.01 0.27 -emboîta emboîter ver 0.98 6.08 0.00 0.41 ind:pas:3s; -emboîtables emboîtable adj m p 0.00 0.07 0.00 0.07 -emboîtage emboîtage nom m s 0.00 0.20 0.00 0.07 -emboîtages emboîtage nom m p 0.00 0.20 0.00 0.14 -emboîtai emboîter ver 0.98 6.08 0.00 0.14 ind:pas:1s; -emboîtaient emboîter ver 0.98 6.08 0.01 0.54 ind:imp:3p; -emboîtais emboîter ver 0.98 6.08 0.00 0.20 ind:imp:1s; -emboîtait emboîter ver 0.98 6.08 0.10 0.47 ind:imp:3s; -emboîtant emboîter ver 0.98 6.08 0.10 0.61 par:pre; -emboîtas emboîter ver 0.98 6.08 0.00 0.07 ind:pas:2s; -emboîte emboîter ver 0.98 6.08 0.08 0.47 imp:pre:2s;ind:pre:1s;ind:pre:3s; -emboîtement emboîtement nom m s 0.00 0.07 0.00 0.07 -emboîtent emboîter ver 0.98 6.08 0.24 0.61 ind:pre:3p; -emboîter emboîter ver 0.98 6.08 0.29 0.61 inf; -emboîterai emboîter ver 0.98 6.08 0.01 0.00 ind:fut:1s; -emboîtions emboîter ver 0.98 6.08 0.00 0.07 ind:imp:1p; -emboîtâmes emboîter ver 0.98 6.08 0.00 0.07 ind:pas:1p; -emboîtons emboîter ver 0.98 6.08 0.01 0.07 ind:pre:1p; -emboîtèrent emboîter ver 0.98 6.08 0.00 0.14 ind:pas:3p; -emboîté emboîter ver m s 0.98 6.08 0.13 0.74 par:pas; -emboîtée emboîter ver f s 0.98 6.08 0.00 0.07 par:pas; -emboîtées emboîter ver f p 0.98 6.08 0.01 0.47 par:pas; -emboîtures emboîture nom f p 0.00 0.07 0.00 0.07 -emboîtés emboîter ver m p 0.98 6.08 0.00 0.34 par:pas; -embobeliner embobeliner ver 0.00 0.14 0.00 0.14 inf; -embobinant embobiner ver 2.37 1.35 0.01 0.00 par:pre; -embobine embobiner ver 2.37 1.35 0.23 0.07 imp:pre:2s;ind:pre:1s;ind:pre:3s; -embobiner embobiner ver 2.37 1.35 1.29 0.95 inf; -embobinez embobiner ver 2.37 1.35 0.03 0.00 imp:pre:2p;ind:pre:2p; -embobiné embobiner ver m s 2.37 1.35 0.67 0.14 par:pas; -embobinée embobiner ver f s 2.37 1.35 0.10 0.14 par:pas; -embobinées embobiner ver f p 2.37 1.35 0.00 0.07 par:pas; -embobinés embobiner ver m p 2.37 1.35 0.03 0.00 par:pas; -embâcle embâcle nom m s 0.01 0.14 0.01 0.14 -embole embole nom m s 0.04 0.00 0.04 0.00 -embolie embolie nom f s 1.05 0.68 1.03 0.61 -embolies embolie nom f p 1.05 0.68 0.02 0.07 -embolique embolique adj s 0.01 0.00 0.01 0.00 -embonpoint embonpoint nom m s 0.18 1.96 0.18 1.96 -embosser embosser ver 0.00 0.34 0.00 0.07 inf; -embossé embosser ver m s 0.00 0.34 0.00 0.07 par:pas; -embossée embosser ver f s 0.00 0.34 0.00 0.14 par:pas; -embossés embosser ver m p 0.00 0.34 0.00 0.07 par:pas; -emboucanent emboucaner ver 0.00 0.07 0.00 0.07 ind:pre:3p; -emboucha emboucher ver 0.01 1.08 0.00 0.07 ind:pas:3s; -embouchant emboucher ver 0.01 1.08 0.00 0.20 par:pre; -embouche emboucher ver 0.01 1.08 0.00 0.27 ind:pre:3s; -emboucher emboucher ver 0.01 1.08 0.00 0.20 inf; -emboucherait emboucher ver 0.01 1.08 0.00 0.07 cnd:pre:3s; -embouchoir embouchoir nom m s 0.01 0.14 0.01 0.00 -embouchoirs embouchoir nom m p 0.01 0.14 0.00 0.14 -embouché embouché adj m s 0.45 0.74 0.09 0.41 -embouchée embouché adj f s 0.45 0.74 0.25 0.07 -embouchées embouché adj f p 0.45 0.74 0.00 0.07 -embouchure embouchure nom f s 0.69 3.99 0.68 3.78 -embouchures embouchure nom f p 0.69 3.99 0.01 0.20 -embouchés embouché adj m p 0.45 0.74 0.11 0.20 -embouquer embouquer ver 0.00 0.20 0.00 0.14 inf; -embouqué embouquer ver m s 0.00 0.20 0.00 0.07 par:pas; -embourbaient embourber ver 1.02 1.89 0.00 0.07 ind:imp:3p; -embourbait embourber ver 1.02 1.89 0.00 0.14 ind:imp:3s; -embourbe embourber ver 1.02 1.89 0.03 0.34 ind:pre:1s;ind:pre:3s; -embourbent embourber ver 1.02 1.89 0.00 0.07 ind:pre:3p; -embourber embourber ver 1.02 1.89 0.15 0.47 inf; -embourbé embourber ver m s 1.02 1.89 0.42 0.41 par:pas; -embourbée embourber ver f s 1.02 1.89 0.15 0.14 par:pas; -embourbées embourbé adj f p 0.06 0.34 0.01 0.00 -embourbés embourber ver m p 1.02 1.89 0.26 0.07 par:pas; -embourgeoise embourgeoiser ver 0.03 0.41 0.00 0.07 ind:pre:3s; -embourgeoisement embourgeoisement nom m s 0.01 0.34 0.01 0.34 -embourgeoiser embourgeoiser ver 0.03 0.41 0.02 0.14 inf; -embourgeoises embourgeoiser ver 0.03 0.41 0.00 0.20 ind:pre:2s; -embourgeoisé embourgeoisé adj m s 0.01 0.00 0.01 0.00 -embourgeoisés embourgeoisé nom m p 0.10 0.07 0.10 0.00 -embout embout nom m s 0.20 0.81 0.18 0.41 -embouteillage embouteillage nom m s 3.93 3.38 2.08 1.35 -embouteillages embouteillage nom m p 3.93 3.38 1.85 2.03 -embouteillait embouteiller ver 0.04 0.34 0.00 0.07 ind:imp:3s; -embouteille embouteiller ver 0.04 0.34 0.01 0.07 ind:pre:3s; -embouteiller embouteiller ver 0.04 0.34 0.00 0.20 inf; -embouteillé embouteiller ver m s 0.04 0.34 0.01 0.00 par:pas; -embouteillée embouteillé adj f s 0.01 0.20 0.01 0.07 -embouteillées embouteiller ver f p 0.04 0.34 0.01 0.00 par:pas; -embouti emboutir ver m s 1.55 0.95 1.01 0.20 par:pas; -emboutie emboutir ver f s 1.55 0.95 0.07 0.07 par:pas; -embouties emboutir ver f p 1.55 0.95 0.00 0.07 par:pas; -emboutir emboutir ver 1.55 0.95 0.28 0.41 inf; -emboutis emboutir ver m p 1.55 0.95 0.06 0.07 ind:pre:1s;par:pas; -emboutissant emboutir ver 1.55 0.95 0.00 0.07 par:pre; -emboutisseur emboutisseur nom m s 0.00 0.14 0.00 0.07 -emboutisseuse emboutisseur nom f s 0.00 0.14 0.00 0.07 -emboutit emboutir ver 1.55 0.95 0.12 0.07 ind:pre:3s; -embouts embout nom m p 0.20 0.81 0.03 0.41 -embranchant embrancher ver 0.00 0.07 0.00 0.07 par:pre; -embranchement embranchement nom m s 0.45 3.11 0.42 2.84 -embranchements embranchement nom m p 0.45 3.11 0.03 0.27 -embraquer embraquer ver 0.01 0.00 0.01 0.00 inf; -embrasa embraser ver 2.67 6.82 0.04 0.68 ind:pas:3s; -embrasaient embraser ver 2.67 6.82 0.01 0.34 ind:imp:3p; -embrasait embraser ver 2.67 6.82 0.02 1.22 ind:imp:3s; -embrasant embraser ver 2.67 6.82 0.03 0.14 par:pre; -embrase embraser ver 2.67 6.82 1.06 1.01 ind:pre:1s;ind:pre:3s; -embrasement embrasement nom m s 0.28 1.62 0.28 1.15 -embrasements embrasement nom m p 0.28 1.62 0.00 0.47 -embrasent embraser ver 2.67 6.82 0.04 0.47 ind:pre:3p; -embraser embraser ver 2.67 6.82 0.25 1.08 inf; -embrasera embraser ver 2.67 6.82 0.14 0.07 ind:fut:3s; -embraserait embraser ver 2.67 6.82 0.00 0.07 cnd:pre:3s; -embrasez embraser ver 2.67 6.82 0.03 0.00 imp:pre:2p; -embrassa embrasser ver 138.97 137.50 0.81 21.08 ind:pas:3s; -embrassade embrassade nom f s 0.61 1.89 0.16 0.61 -embrassades embrassade nom f p 0.61 1.89 0.45 1.28 -embrassai embrasser ver 138.97 137.50 0.14 3.04 ind:pas:1s; -embrassaient embrasser ver 138.97 137.50 0.57 2.36 ind:imp:3p; -embrassais embrasser ver 138.97 137.50 1.46 1.35 ind:imp:1s;ind:imp:2s; -embrassait embrasser ver 138.97 137.50 1.94 10.68 ind:imp:3s; -embrassant embrasser ver 138.97 137.50 1.41 5.07 par:pre; -embrasse embrasser ver 138.97 137.50 49.81 26.69 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:1s;sub:pre:3s; -embrassement embrassement nom m s 0.02 0.95 0.01 0.41 -embrassements embrassement nom m p 0.02 0.95 0.01 0.54 -embrassent embrasser ver 138.97 137.50 2.88 2.64 ind:pre:3p; -embrasser embrasser ver 138.97 137.50 43.91 37.70 inf;;inf;;inf;; -embrassera embrasser ver 138.97 137.50 0.60 0.34 ind:fut:3s; -embrasserai embrasser ver 138.97 137.50 1.23 0.41 ind:fut:1s; -embrasseraient embrasser ver 138.97 137.50 0.00 0.14 cnd:pre:3p; -embrasserais embrasser ver 138.97 137.50 0.67 0.27 cnd:pre:1s;cnd:pre:2s; -embrasserait embrasser ver 138.97 137.50 0.17 0.81 cnd:pre:3s; -embrasseras embrasser ver 138.97 137.50 0.51 0.20 ind:fut:2s; -embrasserez embrasser ver 138.97 137.50 0.11 0.14 ind:fut:2p; -embrasseriez embrasser ver 138.97 137.50 0.04 0.00 cnd:pre:2p; -embrasseront embrasser ver 138.97 137.50 0.12 0.07 ind:fut:3p; -embrasses embrasser ver 138.97 137.50 5.21 0.61 ind:pre:2s;sub:pre:2s; -embrasseur embrasseur adj m s 0.05 0.00 0.05 0.00 -embrasseurs embrasseur nom m p 0.11 0.14 0.01 0.00 -embrasseuse embrasseur nom f s 0.11 0.14 0.06 0.00 -embrasseuses embrasseuse nom f p 0.01 0.00 0.01 0.00 -embrassez embrasser ver 138.97 137.50 6.08 1.15 imp:pre:2p;ind:pre:2p; -embrassiez embrasser ver 138.97 137.50 0.44 0.07 ind:imp:2p; -embrassions embrasser ver 138.97 137.50 0.05 0.68 ind:imp:1p; -embrassâmes embrasser ver 138.97 137.50 0.00 0.34 ind:pas:1p; -embrassons embrasser ver 138.97 137.50 1.82 0.61 imp:pre:1p;ind:pre:1p; -embrassât embrasser ver 138.97 137.50 0.00 0.41 sub:imp:3s; -embrassâtes embrasser ver 138.97 137.50 0.10 0.00 ind:pas:2p; -embrassèrent embrasser ver 138.97 137.50 0.01 2.50 ind:pas:3p; -embrassé embrasser ver m s 138.97 137.50 10.17 8.65 par:pas; -embrassée embrasser ver f s 138.97 137.50 6.01 6.76 par:pas; -embrassées embrasser ver f p 138.97 137.50 0.42 0.41 par:pas; -embrassés embrasser ver m p 138.97 137.50 2.28 2.36 par:pas; -embrasèrent embraser ver 2.67 6.82 0.00 0.34 ind:pas:3p; -embrasé embraser ver m s 2.67 6.82 0.35 1.01 par:pas; -embrasée embraser ver f s 2.67 6.82 0.36 0.34 par:pas; -embrasées embraser ver f p 2.67 6.82 0.01 0.00 par:pas; -embrasure embrasure nom f s 0.10 7.16 0.07 6.01 -embrasures embrasure nom f p 0.10 7.16 0.02 1.15 -embrasés embraser ver m p 2.67 6.82 0.34 0.07 par:pas; -embraya embrayer ver 0.72 2.64 0.00 0.68 ind:pas:3s; -embrayage embrayage nom m s 0.98 1.01 0.98 0.95 -embrayages embrayage nom m p 0.98 1.01 0.00 0.07 -embrayais embrayer ver 0.72 2.64 0.00 0.07 ind:imp:1s; -embrayait embrayer ver 0.72 2.64 0.01 0.34 ind:imp:3s; -embrayant embrayer ver 0.72 2.64 0.00 0.14 par:pre; -embraye embrayer ver 0.72 2.64 0.26 0.61 imp:pre:2s;ind:pre:1s;ind:pre:3s; -embrayer embrayer ver 0.72 2.64 0.37 0.41 inf; -embrayes embrayer ver 0.72 2.64 0.02 0.07 ind:pre:2s; -embrayé embrayer ver m s 0.72 2.64 0.05 0.34 par:pas; -embrayée embrayer ver f s 0.72 2.64 0.01 0.00 par:pas; -embrigadé embrigader ver m s 0.02 0.20 0.01 0.14 par:pas; -embrigadée embrigader ver f s 0.02 0.20 0.01 0.07 par:pas; -embringua embringuer ver 0.72 1.15 0.00 0.07 ind:pas:3s; -embringuaient embringuer ver 0.72 1.15 0.00 0.07 ind:imp:3p; -embringuait embringuer ver 0.72 1.15 0.00 0.07 ind:imp:3s; -embringuer embringuer ver 0.72 1.15 0.15 0.34 inf; -embringues embringuer ver 0.72 1.15 0.03 0.00 ind:pre:2s; -embringué embringuer ver m s 0.72 1.15 0.40 0.54 par:pas; -embringuée embringuer ver f s 0.72 1.15 0.14 0.07 par:pas; -embrocation embrocation nom f s 0.01 0.41 0.01 0.34 -embrocations embrocation nom f p 0.01 0.41 0.00 0.07 -embrocha embrocher ver 0.71 2.30 0.00 0.14 ind:pas:3s; -embrochais embrocher ver 0.71 2.30 0.00 0.07 ind:imp:1s; -embrochant embrocher ver 0.71 2.30 0.01 0.07 par:pre; -embroche embrocher ver 0.71 2.30 0.28 0.14 imp:pre:2s;ind:pre:1s;ind:pre:3s; -embrochent embrocher ver 0.71 2.30 0.01 0.07 ind:pre:3p; -embrocher embrocher ver 0.71 2.30 0.13 0.81 inf; -embrochera embrocher ver 0.71 2.30 0.00 0.07 ind:fut:3s; -embrochez embrocher ver 0.71 2.30 0.16 0.00 imp:pre:2p; -embrochèrent embrocher ver 0.71 2.30 0.00 0.14 ind:pas:3p; -embroché embrocher ver m s 0.71 2.30 0.08 0.27 par:pas; -embrochée embrocher ver f s 0.71 2.30 0.02 0.20 par:pas; -embrochées embrocher ver f p 0.71 2.30 0.00 0.07 par:pas; -embrochés embrocher ver m p 0.71 2.30 0.02 0.27 par:pas; -embrouilla embrouiller ver 8.15 9.46 0.00 0.47 ind:pas:3s; -embrouillage embrouillage nom m s 0.02 0.00 0.02 0.00 -embrouillai embrouiller ver 8.15 9.46 0.00 0.14 ind:pas:1s; -embrouillaient embrouiller ver 8.15 9.46 0.01 0.61 ind:imp:3p; -embrouillais embrouiller ver 8.15 9.46 0.03 0.34 ind:imp:1s;ind:imp:2s; -embrouillait embrouiller ver 8.15 9.46 0.03 1.55 ind:imp:3s; -embrouillamini embrouillamini nom m s 0.01 0.34 0.01 0.27 -embrouillaminis embrouillamini nom m p 0.01 0.34 0.00 0.07 -embrouillant embrouiller ver 8.15 9.46 0.15 0.61 par:pre; -embrouillasse embrouiller ver 8.15 9.46 0.00 0.07 sub:imp:1s; -embrouille embrouille nom f s 7.99 4.39 4.35 3.18 -embrouillement embrouillement nom m s 0.01 0.27 0.01 0.20 -embrouillements embrouillement nom m p 0.01 0.27 0.00 0.07 -embrouillent embrouiller ver 8.15 9.46 0.36 0.41 ind:pre:3p; -embrouiller embrouiller ver 8.15 9.46 1.92 1.22 inf; -embrouillerai embrouiller ver 8.15 9.46 0.01 0.00 ind:fut:1s; -embrouillerais embrouiller ver 8.15 9.46 0.02 0.00 cnd:pre:1s;cnd:pre:2s; -embrouillerait embrouiller ver 8.15 9.46 0.02 0.07 cnd:pre:3s; -embrouilles embrouille nom f p 7.99 4.39 3.64 1.22 -embrouilleur embrouilleur nom m s 0.17 0.14 0.16 0.00 -embrouilleurs embrouilleur nom m p 0.17 0.14 0.02 0.07 -embrouilleuses embrouilleur nom f p 0.17 0.14 0.00 0.07 -embrouillez embrouiller ver 8.15 9.46 0.38 0.00 imp:pre:2p;ind:pre:2p; -embrouillât embrouiller ver 8.15 9.46 0.00 0.14 sub:imp:3s; -embrouillèrent embrouiller ver 8.15 9.46 0.00 0.14 ind:pas:3p; -embrouillé embrouiller ver m s 8.15 9.46 1.78 0.81 par:pas; -embrouillée embrouillé adj f s 0.71 1.76 0.23 0.47 -embrouillées embrouillé adj f p 0.71 1.76 0.04 0.54 -embrouillés embrouiller ver m p 8.15 9.46 0.04 0.14 par:pas; -embroussaille embroussailler ver 0.00 0.34 0.00 0.07 ind:pre:3s; -embroussailler embroussailler ver 0.00 0.34 0.00 0.07 inf; -embroussaillé embroussaillé adj m s 0.00 0.61 0.00 0.07 -embroussaillée embroussailler ver f s 0.00 0.34 0.00 0.07 par:pas; -embroussaillées embroussailler ver f p 0.00 0.34 0.00 0.07 par:pas; -embroussaillés embroussaillé adj m p 0.00 0.61 0.00 0.54 -embruiné embruiné adj m s 0.00 0.07 0.00 0.07 -embrumait embrumer ver 0.72 1.96 0.00 0.41 ind:imp:3s; -embrume embrumer ver 0.72 1.96 0.21 0.41 ind:pre:1s;ind:pre:3s; -embrument embrumer ver 0.72 1.96 0.11 0.14 ind:pre:3p; -embrumer embrumer ver 0.72 1.96 0.19 0.20 inf; -embrumé embrumer ver m s 0.72 1.96 0.20 0.34 par:pas; -embrumée embrumé adj f s 0.15 1.08 0.04 0.34 -embrumées embrumé adj f p 0.15 1.08 0.03 0.27 -embrumés embrumé adj m p 0.15 1.08 0.04 0.14 -embrun embrun nom m s 0.68 2.97 0.52 0.81 -embruns embrun nom m p 0.68 2.97 0.16 2.16 -embryologie embryologie nom f s 0.01 0.00 0.01 0.00 -embryologiste embryologiste nom s 0.01 0.00 0.01 0.00 -embryon embryon nom m s 0.96 3.72 0.60 2.64 -embryonnaire embryonnaire adj s 0.16 0.47 0.11 0.41 -embryonnaires embryonnaire adj p 0.16 0.47 0.05 0.07 -embryons embryon nom m p 0.96 3.72 0.36 1.08 -embu embu nom m s 0.00 0.14 0.00 0.07 -embua embuer ver 0.38 5.41 0.00 0.07 ind:pas:3s; -embuaient embuer ver 0.38 5.41 0.14 0.68 ind:imp:3p; -embuait embuer ver 0.38 5.41 0.00 0.68 ind:imp:3s; -embuant embuer ver 0.38 5.41 0.01 0.07 par:pre; -embue embuer ver 0.38 5.41 0.02 0.20 ind:pre:3s; -embuent embuer ver 0.38 5.41 0.04 0.47 ind:pre:3p; -embuer embuer ver 0.38 5.41 0.12 0.34 inf; -embéguinées embéguiner ver f p 0.00 0.07 0.00 0.07 par:pas; -embus embu nom m p 0.00 0.14 0.00 0.07 -embuscade embuscade nom f s 5.04 4.12 4.59 2.97 -embuscades embuscade nom f p 5.04 4.12 0.44 1.15 -embusqua embusquer ver 0.58 3.58 0.00 0.14 ind:pas:3s; -embusquaient embusquer ver 0.58 3.58 0.10 0.07 ind:imp:3p; -embusquait embusquer ver 0.58 3.58 0.00 0.14 ind:imp:3s; -embusque embusquer ver 0.58 3.58 0.10 0.20 ind:pre:3s; -embusquent embusquer ver 0.58 3.58 0.00 0.07 ind:pre:3p; -embusquer embusquer ver 0.58 3.58 0.03 0.41 inf; -embusqué embusqué adj m s 0.46 1.08 0.36 0.54 -embusquée embusquer ver f s 0.58 3.58 0.01 0.34 par:pas; -embusquées embusquer ver f p 0.58 3.58 0.00 0.27 par:pas; -embusqués embusqué nom m p 0.58 0.54 0.28 0.27 -embêtaient embêter ver 34.02 15.61 0.30 0.27 ind:imp:3p; -embêtais embêter ver 34.02 15.61 0.42 0.27 ind:imp:1s;ind:imp:2s; -embêtait embêter ver 34.02 15.61 0.82 0.95 ind:imp:3s; -embêtant embêtant adj m s 2.92 3.51 2.41 2.97 -embêtante embêtant adj f s 2.92 3.51 0.16 0.27 -embêtantes embêtant adj f p 2.92 3.51 0.01 0.07 -embêtants embêtant adj m p 2.92 3.51 0.34 0.20 -embête embêter ver 34.02 15.61 13.21 5.27 imp:pre:2s;ind:pre:1s;ind:pre:3s; -embêtement embêtement nom m s 0.69 1.08 0.16 0.07 -embêtements embêtement nom m p 0.69 1.08 0.53 1.01 -embêtent embêter ver 34.02 15.61 1.10 0.81 ind:pre:3p; -embêter embêter ver 34.02 15.61 7.66 3.58 inf; -embêtera embêter ver 34.02 15.61 1.01 0.34 ind:fut:3s; -embêterai embêter ver 34.02 15.61 1.08 0.14 ind:fut:1s; -embêteraient embêter ver 34.02 15.61 0.08 0.07 cnd:pre:3p; -embêterais embêter ver 34.02 15.61 0.10 0.07 cnd:pre:1s;cnd:pre:2s; -embêterait embêter ver 34.02 15.61 1.92 0.27 cnd:pre:3s; -embêtes embêter ver 34.02 15.61 1.71 0.74 ind:pre:2s; -embêtez embêter ver 34.02 15.61 1.39 0.20 imp:pre:2p;ind:pre:2p; -embuèrent embuer ver 0.38 5.41 0.00 0.27 ind:pas:3p; -embêté embêter ver m s 34.02 15.61 2.29 1.69 par:pas; -embêtée embêter ver f s 34.02 15.61 0.65 0.54 par:pas; -embêtées embêter ver f p 34.02 15.61 0.04 0.07 par:pas; -embêtés embêté adj m p 1.39 2.16 0.15 0.14 -embué embué adj m s 0.27 1.76 0.17 0.27 -embuée embué adj f s 0.27 1.76 0.03 0.54 -embuées embué adj f p 0.27 1.76 0.04 0.41 -embués embuer ver m p 0.38 5.41 0.02 1.01 par:pas; -emergency emergency nom f s 0.25 0.00 0.25 0.00 -emmagasinaient emmagasiner ver 0.58 1.82 0.00 0.07 ind:imp:3p; -emmagasinais emmagasiner ver 0.58 1.82 0.00 0.07 ind:imp:1s; -emmagasinait emmagasiner ver 0.58 1.82 0.00 0.07 ind:imp:3s; -emmagasine emmagasiner ver 0.58 1.82 0.11 0.27 ind:pre:1s;ind:pre:3s; -emmagasinent emmagasiner ver 0.58 1.82 0.15 0.20 ind:pre:3p; -emmagasiner emmagasiner ver 0.58 1.82 0.26 0.47 inf; -emmagasiné emmagasiner ver m s 0.58 1.82 0.04 0.27 par:pas; -emmagasinée emmagasiner ver f s 0.58 1.82 0.02 0.14 par:pas; -emmagasinées emmagasiner ver f p 0.58 1.82 0.00 0.14 par:pas; -emmagasinés emmagasiné adj m p 0.10 0.20 0.10 0.00 -emmaillota emmailloter ver 0.17 1.82 0.14 0.07 ind:pas:3s; -emmaillotaient emmailloter ver 0.17 1.82 0.00 0.07 ind:imp:3p; -emmaillotement emmaillotement nom m s 0.00 0.07 0.00 0.07 -emmailloter emmailloter ver 0.17 1.82 0.00 0.27 inf; -emmailloté emmailloter ver m s 0.17 1.82 0.02 0.61 par:pas; -emmaillotée emmailloter ver f s 0.17 1.82 0.01 0.47 par:pas; -emmaillotées emmailloter ver f p 0.17 1.82 0.00 0.20 par:pas; -emmaillotés emmailloter ver m p 0.17 1.82 0.00 0.14 par:pas; -emmanchage emmanchage nom m s 0.00 0.07 0.00 0.07 -emmanchant emmancher ver 0.19 1.76 0.00 0.07 par:pre; -emmanche emmancher ver 0.19 1.76 0.00 0.20 ind:pre:3s; -emmanchent emmancher ver 0.19 1.76 0.00 0.14 ind:pre:3p; -emmancher emmancher ver 0.19 1.76 0.01 0.20 inf; -emmanché emmancher ver m s 0.19 1.76 0.18 0.41 par:pas; -emmanchée emmancher ver f s 0.19 1.76 0.00 0.20 par:pas; -emmanchées emmancher ver f p 0.19 1.76 0.00 0.07 par:pas; -emmanchure emmanchure nom f s 0.00 0.74 0.00 0.34 -emmanchures emmanchure nom f p 0.00 0.74 0.00 0.41 -emmanchés emmancher ver m p 0.19 1.76 0.00 0.47 par:pas; -emmena emmener ver 272.70 105.47 0.89 9.73 ind:pas:3s; -emmenai emmener ver 272.70 105.47 0.10 1.42 ind:pas:1s; -emmenaient emmener ver 272.70 105.47 0.58 1.28 ind:imp:3p; -emmenais emmener ver 272.70 105.47 1.42 1.55 ind:imp:1s;ind:imp:2s; -emmenait emmener ver 272.70 105.47 3.38 10.07 ind:imp:3s; -emmenant emmener ver 272.70 105.47 0.85 1.69 par:pre; -emmener emmener ver 272.70 105.47 70.33 26.96 inf;; -emmenez emmener ver 272.70 105.47 42.79 2.77 imp:pre:2p;ind:pre:2p; -emmeniez emmener ver 272.70 105.47 0.44 0.14 ind:imp:2p;sub:pre:2p; -emmenions emmener ver 272.70 105.47 0.14 0.20 ind:imp:1p; -emmenons emmener ver 272.70 105.47 4.00 0.47 imp:pre:1p;ind:pre:1p; -emmenât emmener ver 272.70 105.47 0.00 0.34 sub:imp:3s; -emmenotté emmenotter ver m s 0.00 0.14 0.00 0.14 par:pas; -emmental emmental nom m s 0.01 0.00 0.01 0.00 -emmenthal emmenthal nom m s 0.15 0.14 0.15 0.14 -emmenèrent emmener ver 272.70 105.47 0.79 1.62 ind:pas:3p; -emmené emmener ver m s 272.70 105.47 22.85 10.95 par:pas; -emmenée emmener ver f s 272.70 105.47 11.83 6.15 par:pas; -emmenées emmener ver f p 272.70 105.47 0.90 0.20 par:pas; -emmenés emmener ver m p 272.70 105.47 3.77 2.43 par:pas; -emmerda emmerder ver 52.18 27.09 0.00 0.07 ind:pas:3s; -emmerdaient emmerder ver 52.18 27.09 0.05 0.47 ind:imp:3p; -emmerdais emmerder ver 52.18 27.09 0.20 0.27 ind:imp:1s;ind:imp:2s; -emmerdait emmerder ver 52.18 27.09 0.51 1.62 ind:imp:3s; -emmerdant emmerdant adj m s 1.92 1.76 1.04 1.22 -emmerdante emmerdant adj f s 1.92 1.76 0.35 0.20 -emmerdantes emmerdant adj f p 1.92 1.76 0.16 0.07 -emmerdants emmerdant adj m p 1.92 1.76 0.36 0.27 -emmerdatoires emmerdatoire adj p 0.00 0.07 0.00 0.07 -emmerde emmerder ver 52.18 27.09 33.90 10.14 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:1s;sub:pre:3s; -emmerdement emmerdement nom m s 0.84 4.66 0.08 0.88 -emmerdements emmerdement nom m p 0.84 4.66 0.77 3.78 -emmerdent emmerder ver 52.18 27.09 1.50 1.15 ind:pre:3p; -emmerder emmerder ver 52.18 27.09 8.34 6.76 inf; -emmerdera emmerder ver 52.18 27.09 0.06 0.14 ind:fut:3s; -emmerderai emmerder ver 52.18 27.09 0.14 0.07 ind:fut:1s; -emmerderaient emmerder ver 52.18 27.09 0.00 0.07 cnd:pre:3p; -emmerderais emmerder ver 52.18 27.09 0.03 0.07 cnd:pre:1s; -emmerderait emmerder ver 52.18 27.09 0.20 0.20 cnd:pre:3s; -emmerderez emmerder ver 52.18 27.09 0.11 0.07 ind:fut:2p; -emmerderont emmerder ver 52.18 27.09 0.02 0.07 ind:fut:3p; -emmerdes emmerde nom f p 6.15 3.51 4.90 2.91 -emmerdeur emmerdeur nom m s 4.89 3.04 2.69 1.15 -emmerdeurs emmerdeur nom m p 4.89 3.04 0.73 0.88 -emmerdeuse emmerdeur nom f s 4.89 3.04 1.47 0.81 -emmerdeuses emmerdeuse nom f p 0.07 0.00 0.07 0.00 -emmerdez emmerder ver 52.18 27.09 0.81 0.68 imp:pre:2p;ind:pre:2p; -emmerdons emmerder ver 52.18 27.09 0.00 0.07 ind:pre:1p; -emmerdé emmerder ver m s 52.18 27.09 1.47 2.43 par:pas; -emmerdée emmerder ver f s 52.18 27.09 0.22 0.34 par:pas; -emmerdés emmerder ver m p 52.18 27.09 0.32 0.68 par:pas; -emmi emmi adv 0.03 0.00 0.03 0.00 -emmitoufla emmitoufler ver 0.13 4.12 0.00 0.14 ind:pas:3s; -emmitouflai emmitoufler ver 0.13 4.12 0.00 0.07 ind:pas:1s; -emmitouflait emmitoufler ver 0.13 4.12 0.00 0.41 ind:imp:3s; -emmitouflant emmitoufler ver 0.13 4.12 0.00 0.07 par:pre; -emmitoufle emmitoufler ver 0.13 4.12 0.03 0.27 ind:pre:3s; -emmitoufler emmitoufler ver 0.13 4.12 0.03 0.07 inf; -emmitouflez emmitoufler ver 0.13 4.12 0.01 0.00 imp:pre:2p; -emmitouflé emmitoufler ver m s 0.13 4.12 0.02 0.88 par:pas; -emmitouflée emmitoufler ver f s 0.13 4.12 0.04 1.08 par:pas; -emmitouflées emmitoufler ver f p 0.13 4.12 0.00 0.47 par:pas; -emmitouflés emmitouflé adj m p 0.15 1.15 0.11 0.47 -emmouflé emmoufler ver m s 0.00 0.07 0.00 0.07 par:pas; -emmouscaillements emmouscaillement nom m p 0.00 0.07 0.00 0.07 -emmène emmener ver 272.70 105.47 77.85 17.23 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -emmènent emmener ver 272.70 105.47 3.78 1.42 ind:pre:3p;sub:pre:3p; -emmènera emmener ver 272.70 105.47 4.44 0.95 ind:fut:3s; -emmènerai emmener ver 272.70 105.47 4.85 2.64 ind:fut:1s; -emmèneraient emmener ver 272.70 105.47 0.19 0.27 cnd:pre:3p; -emmènerais emmener ver 272.70 105.47 1.47 0.34 cnd:pre:1s;cnd:pre:2s; -emmènerait emmener ver 272.70 105.47 0.90 1.55 cnd:pre:3s; -emmèneras emmener ver 272.70 105.47 1.22 0.61 ind:fut:2s; -emmènerez emmener ver 272.70 105.47 0.76 0.41 ind:fut:2p; -emmèneriez emmener ver 272.70 105.47 0.15 0.14 cnd:pre:2p; -emmènerions emmener ver 272.70 105.47 0.11 0.00 cnd:pre:1p; -emmènerons emmener ver 272.70 105.47 0.58 0.07 ind:fut:1p; -emmèneront emmener ver 272.70 105.47 1.26 0.34 ind:fut:3p; -emmènes emmener ver 272.70 105.47 10.10 1.55 ind:pre:1p;ind:pre:2s;sub:pre:2s; -emmêla emmêler ver 1.31 5.20 0.00 0.14 ind:pas:3s; -emmêlai emmêler ver 1.31 5.20 0.00 0.07 ind:pas:1s; -emmêlaient emmêler ver 1.31 5.20 0.03 0.41 ind:imp:3p; -emmêlait emmêler ver 1.31 5.20 0.04 0.34 ind:imp:3s; -emmêlant emmêler ver 1.31 5.20 0.00 0.54 par:pre; -emmêle emmêler ver 1.31 5.20 0.09 0.68 imp:pre:2s;ind:pre:1s;ind:pre:3s; -emmêlement emmêlement nom m s 0.00 0.47 0.00 0.34 -emmêlements emmêlement nom m p 0.00 0.47 0.00 0.14 -emmêlent emmêler ver 1.31 5.20 0.43 0.27 ind:pre:3p; -emmêler emmêler ver 1.31 5.20 0.20 0.41 inf; -emmêlera emmêler ver 1.31 5.20 0.00 0.07 ind:fut:3s; -emmêleront emmêler ver 1.31 5.20 0.00 0.07 ind:fut:3p; -emmêles emmêler ver 1.31 5.20 0.12 0.07 ind:pre:2s; -emmêlèrent emmêler ver 1.31 5.20 0.00 0.14 ind:pas:3p; -emmêlé emmêler ver m s 1.31 5.20 0.28 0.27 par:pas; -emmêlée emmêler ver f s 1.31 5.20 0.03 0.41 par:pas; -emmêlées emmêler ver f p 1.31 5.20 0.02 0.41 par:pas; -emmêlés emmêlé adj m p 0.27 2.84 0.07 1.96 -emménage emménager ver 13.70 2.36 2.10 0.20 imp:pre:2s;ind:pre:1s;ind:pre:3s; -emménagea emménager ver 13.70 2.36 0.04 0.20 ind:pas:3s; -emménageaient emménager ver 13.70 2.36 0.02 0.00 ind:imp:3p; -emménageais emménager ver 13.70 2.36 0.04 0.00 ind:imp:1s;ind:imp:2s; -emménageait emménager ver 13.70 2.36 0.07 0.07 ind:imp:3s; -emménageant emménager ver 13.70 2.36 0.06 0.00 par:pre; -emménagement emménagement nom m s 0.25 0.81 0.25 0.81 -emménagent emménager ver 13.70 2.36 0.20 0.07 ind:pre:3p; -emménageons emménager ver 13.70 2.36 0.17 0.14 imp:pre:1p;ind:pre:1p; -emménager emménager ver 13.70 2.36 5.46 1.15 inf; -emménagera emménager ver 13.70 2.36 0.13 0.00 ind:fut:3s; -emménagerai emménager ver 13.70 2.36 0.04 0.00 ind:fut:1s; -emménagerais emménager ver 13.70 2.36 0.03 0.00 cnd:pre:1s;cnd:pre:2s; -emménagerait emménager ver 13.70 2.36 0.15 0.07 cnd:pre:3s; -emménagerez emménager ver 13.70 2.36 0.02 0.00 ind:fut:2p; -emménagerons emménager ver 13.70 2.36 0.03 0.00 ind:fut:1p; -emménages emménager ver 13.70 2.36 0.77 0.00 ind:pre:2s; -emménagez emménager ver 13.70 2.36 0.45 0.00 imp:pre:2p;ind:pre:2p; -emménagiez emménager ver 13.70 2.36 0.02 0.00 ind:imp:2p; -emménagions emménager ver 13.70 2.36 0.01 0.14 ind:imp:1p; -emménagèrent emménager ver 13.70 2.36 0.04 0.07 ind:pas:3p; -emménagé emménager ver m s 13.70 2.36 3.85 0.27 par:pas; -emmura emmurer ver 0.61 1.42 0.00 0.07 ind:pas:3s; -emmurait emmurer ver 0.61 1.42 0.01 0.07 ind:imp:3s; -emmure emmurer ver 0.61 1.42 0.03 0.14 ind:pre:3s; -emmurement emmurement nom m s 0.01 0.00 0.01 0.00 -emmurer emmurer ver 0.61 1.42 0.27 0.34 inf; -emmuré emmurer ver m s 0.61 1.42 0.13 0.34 par:pas; -emmurée emmuré adj f s 0.04 0.81 0.04 0.41 -emmurées emmurer ver f p 0.61 1.42 0.10 0.00 par:pas; -emmurés emmurer ver m p 0.61 1.42 0.04 0.20 par:pas; -empaffe empaffer ver 0.06 0.07 0.04 0.00 imp:pre:2s;ind:pre:1s;ind:pre:3s; -empaffer empaffer ver 0.06 0.07 0.02 0.07 inf; -empaffé empaffé nom m s 0.50 0.20 0.38 0.14 -empaffés empaffé nom m p 0.50 0.20 0.12 0.07 -empaillant empailler ver 1.03 0.27 0.00 0.07 par:pre; -empailler empailler ver 1.03 0.27 0.45 0.07 inf; -empailleur empailleur nom m s 0.04 0.20 0.03 0.20 -empailleurs empailleur nom m p 0.04 0.20 0.01 0.00 -empaillez empailler ver 1.03 0.27 0.01 0.00 imp:pre:2p; -empaillé empaillé adj m s 0.67 2.09 0.46 0.74 -empaillée empaillé adj f s 0.67 2.09 0.07 0.27 -empaillées empaillé adj f p 0.67 2.09 0.04 0.07 -empaillés empailler ver m p 1.03 0.27 0.34 0.00 par:pas; -empalait empaler ver 1.34 1.76 0.13 0.00 ind:imp:3s; -empalant empaler ver 1.34 1.76 0.04 0.00 par:pre; -empale empaler ver 1.34 1.76 0.10 0.41 ind:pre:1s;ind:pre:3s; -empalement empalement nom m s 0.02 0.00 0.02 0.00 -empaler empaler ver 1.34 1.76 0.39 0.41 inf; -empalerais empaler ver 1.34 1.76 0.10 0.00 cnd:pre:1s; -empaleront empaler ver 1.34 1.76 0.00 0.07 ind:fut:3p; -empalmait empalmer ver 0.00 0.20 0.00 0.07 ind:imp:3s; -empalme empalmer ver 0.00 0.20 0.00 0.07 ind:pre:3s; -empalmé empalmer ver m s 0.00 0.20 0.00 0.07 par:pas; -empalé empalé adj m s 0.41 0.20 0.30 0.07 -empalée empaler ver f s 1.34 1.76 0.25 0.14 par:pas; -empalées empaler ver f p 1.34 1.76 0.00 0.14 par:pas; -empalés empaler ver m p 1.34 1.76 0.10 0.14 par:pas; -empan empan nom m s 0.01 0.07 0.01 0.07 -empanaché empanaché adj m s 0.02 0.74 0.01 0.20 -empanachée empanaché adj f s 0.02 0.74 0.00 0.14 -empanachées empanaché adj f p 0.02 0.74 0.01 0.07 -empanachés empanaché adj m p 0.02 0.74 0.00 0.34 -empanner empanner ver 0.00 0.07 0.00 0.07 inf; -empapaoutent empapaouter ver 0.23 0.27 0.00 0.07 ind:pre:3p; -empapaouter empapaouter ver 0.23 0.27 0.12 0.00 inf; -empapaouté empapaouter ver m s 0.23 0.27 0.10 0.07 par:pas; -empapaoutés empapaouter ver m p 0.23 0.27 0.01 0.14 par:pas; -empaqueta empaqueter ver 0.35 2.36 0.00 0.20 ind:pas:3s; -empaquetage empaquetage nom m s 0.14 0.20 0.14 0.20 -empaqueter empaqueter ver 0.35 2.36 0.14 0.54 inf; -empaqueteur empaqueteur nom m s 0.01 0.00 0.01 0.00 -empaquette empaqueter ver 0.35 2.36 0.03 0.20 imp:pre:2s;ind:pre:3s; -empaquettent empaqueter ver 0.35 2.36 0.00 0.07 ind:pre:3p; -empaquettes empaqueter ver 0.35 2.36 0.00 0.07 ind:pre:2s; -empaquetèrent empaqueter ver 0.35 2.36 0.00 0.07 ind:pas:3p; -empaqueté empaqueter ver m s 0.35 2.36 0.13 0.27 par:pas; -empaquetée empaqueter ver f s 0.35 2.36 0.03 0.41 par:pas; -empaquetées empaqueté adj f p 0.13 0.68 0.11 0.14 -empaquetés empaqueter ver m p 0.35 2.36 0.01 0.07 par:pas; -empara emparer ver 12.80 39.26 0.60 6.89 ind:pas:3s; -emparadisé emparadiser ver m s 0.00 0.07 0.00 0.07 par:pas; -emparai emparer ver 12.80 39.26 0.00 0.47 ind:pas:1s; -emparaient emparer ver 12.80 39.26 0.04 0.95 ind:imp:3p; -emparais emparer ver 12.80 39.26 0.01 0.14 ind:imp:1s; -emparait emparer ver 12.80 39.26 0.20 5.41 ind:imp:3s; -emparant emparer ver 12.80 39.26 0.22 1.62 par:pre; -emparassent emparer ver 12.80 39.26 0.00 0.07 sub:imp:3p; -empare emparer ver 12.80 39.26 2.85 6.22 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:1s; -emparent emparer ver 12.80 39.26 0.80 1.08 ind:pre:3p; -emparer emparer ver 12.80 39.26 3.92 7.16 inf; -emparera emparer ver 12.80 39.26 0.14 0.20 ind:fut:3s; -emparerai emparer ver 12.80 39.26 0.03 0.00 ind:fut:1s; -empareraient emparer ver 12.80 39.26 0.01 0.34 cnd:pre:3p; -emparerais emparer ver 12.80 39.26 0.06 0.00 cnd:pre:1s;cnd:pre:2s; -emparerait emparer ver 12.80 39.26 0.01 0.07 cnd:pre:3s; -empareront emparer ver 12.80 39.26 0.07 0.00 ind:fut:3p; -emparez emparer ver 12.80 39.26 0.91 0.00 imp:pre:2p;ind:pre:2p; -emparons emparer ver 12.80 39.26 0.16 0.00 imp:pre:1p;ind:pre:1p; -emparât emparer ver 12.80 39.26 0.00 0.27 sub:imp:3s; -emparèrent emparer ver 12.80 39.26 0.16 0.54 ind:pas:3p; -emparé emparer ver m s 12.80 39.26 1.53 3.72 par:pas; -emparée emparer ver f s 12.80 39.26 0.40 2.91 par:pas; -emparées emparer ver f p 12.80 39.26 0.11 0.20 par:pas; -emparés emparer ver m p 12.80 39.26 0.56 1.01 par:pas; -empathie empathie nom f s 0.63 0.00 0.63 0.00 -empathique empathique adj s 0.26 0.07 0.23 0.07 -empathiques empathique adj f p 0.26 0.07 0.03 0.00 -empattement empattement nom m s 0.09 0.20 0.09 0.14 -empattements empattement nom m p 0.09 0.20 0.00 0.07 -empaume empaumer ver 0.00 0.20 0.00 0.07 ind:pre:3s; -empaumer empaumer ver 0.00 0.20 0.00 0.14 inf; -empaumure empaumure nom f s 0.10 0.20 0.10 0.14 -empaumures empaumure nom f p 0.10 0.20 0.00 0.07 -empeigne empeigne nom f s 0.01 0.54 0.01 0.54 -empeignés empeigner ver m p 0.00 0.07 0.00 0.07 par:pas; -empennage empennage nom m s 0.04 0.20 0.04 0.20 -empennait empenner ver 0.00 0.34 0.00 0.07 ind:imp:3s; -empenne empenne nom f s 0.01 0.00 0.01 0.00 -empennée empenner ver f s 0.00 0.34 0.00 0.07 par:pas; -empennées empenner ver f p 0.00 0.34 0.00 0.14 par:pas; -empennés empenner ver m p 0.00 0.34 0.00 0.07 par:pas; -empereur empereur nom m s 25.55 38.45 24.45 35.88 -empereurs empereur nom m p 25.55 38.45 1.10 2.57 -emperlait emperler ver 0.00 0.41 0.00 0.07 ind:imp:3s; -emperlant emperler ver 0.00 0.41 0.00 0.07 par:pre; -emperler emperler ver 0.00 0.41 0.00 0.07 inf; -emperlousées emperlousé adj f p 0.00 0.14 0.00 0.14 -emperlé emperler ver m s 0.00 0.41 0.00 0.07 par:pas; -emperlées emperlé adj f p 0.00 0.27 0.00 0.14 -emperlés emperler ver m p 0.00 0.41 0.00 0.14 par:pas; -emperruqués emperruqué adj m p 0.00 0.07 0.00 0.07 -empesage empesage nom m s 0.01 0.07 0.01 0.07 -empesant empeser ver 0.02 1.15 0.00 0.07 par:pre; -empesta empester ver 3.28 3.31 0.00 0.14 ind:pas:3s; -empestaient empester ver 3.28 3.31 0.02 0.27 ind:imp:3p; -empestais empester ver 3.28 3.31 0.01 0.07 ind:imp:1s; -empestait empester ver 3.28 3.31 0.27 0.81 ind:imp:3s; -empestant empester ver 3.28 3.31 0.13 0.20 par:pre; -empeste empester ver 3.28 3.31 1.87 0.41 imp:pre:2s;ind:pre:1s;ind:pre:3s; -empestent empester ver 3.28 3.31 0.13 0.14 ind:pre:3p; -empester empester ver 3.28 3.31 0.39 0.27 inf; -empestes empester ver 3.28 3.31 0.35 0.00 ind:pre:2s; -empestez empester ver 3.28 3.31 0.11 0.07 ind:pre:2p; -empesté empester ver m s 3.28 3.31 0.01 0.27 par:pas; -empestée empester ver f s 3.28 3.31 0.00 0.61 par:pas; -empestées empester ver f p 3.28 3.31 0.00 0.07 par:pas; -empesé empeser ver m s 0.02 1.15 0.01 0.34 par:pas; -empesée empeser ver f s 0.02 1.15 0.01 0.34 par:pas; -empesées empesé adj f p 0.00 1.96 0.00 0.41 -empesés empesé adj m p 0.00 1.96 0.00 0.20 -emphase emphase nom f s 0.22 5.27 0.22 5.20 -emphases emphase nom f p 0.22 5.27 0.00 0.07 -emphatique emphatique adj s 0.22 1.96 0.18 1.62 -emphatiquement emphatiquement adv 0.01 0.14 0.01 0.14 -emphatiques emphatique adj m p 0.22 1.96 0.04 0.34 -emphatise emphatiser ver 0.00 0.07 0.00 0.07 ind:pre:1s; -emphysème emphysème nom m s 0.31 0.41 0.30 0.34 -emphysèmes emphysème nom m p 0.31 0.41 0.01 0.07 -emphysémateuse emphysémateux adj f s 0.00 0.07 0.00 0.07 -empierrage empierrage nom m s 0.00 0.07 0.00 0.07 -empierrait empierrer ver 0.00 0.41 0.00 0.07 ind:imp:3s; -empierrement empierrement nom m s 0.00 0.34 0.00 0.34 -empierrer empierrer ver 0.00 0.41 0.00 0.07 inf; -empierré empierré adj m s 0.00 0.74 0.00 0.20 -empierrée empierré adj f s 0.00 0.74 0.00 0.20 -empierrées empierré adj f p 0.00 0.74 0.00 0.20 -empierrés empierré adj m p 0.00 0.74 0.00 0.14 -empiffra empiffrer ver 1.25 2.91 0.00 0.20 ind:pas:3s; -empiffraient empiffrer ver 1.25 2.91 0.01 0.07 ind:imp:3p; -empiffrais empiffrer ver 1.25 2.91 0.01 0.14 ind:imp:1s; -empiffrait empiffrer ver 1.25 2.91 0.04 0.41 ind:imp:3s; -empiffrant empiffrer ver 1.25 2.91 0.01 0.07 par:pre; -empiffre empiffrer ver 1.25 2.91 0.10 0.61 imp:pre:2s;ind:pre:3s; -empiffrent empiffrer ver 1.25 2.91 0.14 0.20 ind:pre:3p; -empiffrer empiffrer ver 1.25 2.91 0.47 1.22 inf; -empiffres empiffrer ver 1.25 2.91 0.03 0.00 ind:pre:2s; -empiffrez empiffrer ver 1.25 2.91 0.14 0.00 imp:pre:2p;ind:pre:2p; -empiffrée empiffrer ver f s 1.25 2.91 0.16 0.00 par:pas; -empiffrées empiffrer ver f p 1.25 2.91 0.14 0.00 par:pas; -empila empiler ver 1.78 15.81 0.00 0.74 ind:pas:3s; -empilage empilage nom m s 0.04 0.27 0.04 0.20 -empilages empilage nom m p 0.04 0.27 0.00 0.07 -empilaient empiler ver 1.78 15.81 0.03 2.77 ind:imp:3p; -empilais empiler ver 1.78 15.81 0.01 0.27 ind:imp:1s; -empilait empiler ver 1.78 15.81 0.03 1.35 ind:imp:3s; -empilant empiler ver 1.78 15.81 0.16 0.34 par:pre; -empile empiler ver 1.78 15.81 0.28 0.81 imp:pre:2s;ind:pre:1s;ind:pre:3s; -empilement empilement nom m s 0.00 0.54 0.00 0.27 -empilements empilement nom m p 0.00 0.54 0.00 0.27 -empilent empiler ver 1.78 15.81 0.07 0.54 ind:pre:3p; -empiler empiler ver 1.78 15.81 0.25 1.35 ind:pre:2p;inf; -empilerai empiler ver 1.78 15.81 0.00 0.07 ind:fut:1s; -empilerions empiler ver 1.78 15.81 0.10 0.00 cnd:pre:1p; -empilez empiler ver 1.78 15.81 0.20 0.00 imp:pre:2p; -empilons empiler ver 1.78 15.81 0.00 0.07 ind:pre:1p; -empilèrent empiler ver 1.78 15.81 0.00 0.07 ind:pas:3p; -empilé empiler ver m s 1.78 15.81 0.13 0.68 par:pas; -empilée empiler ver f s 1.78 15.81 0.03 0.54 par:pas; -empilées empiler ver f p 1.78 15.81 0.09 2.57 par:pas; -empilés empiler ver m p 1.78 15.81 0.40 3.65 par:pas; -empira empirer ver 12.93 2.91 0.03 0.34 ind:pas:3s; -empirait empirer ver 12.93 2.91 0.19 0.47 ind:imp:3s; -empirant empirer ver 12.93 2.91 0.06 0.27 par:pre; -empire empire nom m s 19.47 63.51 19.02 60.74 -empirent empirer ver 12.93 2.91 0.39 0.00 ind:pre:3p; -empirer empirer ver 12.93 2.91 5.28 0.54 inf; -empirera empirer ver 12.93 2.91 0.26 0.00 ind:fut:3s; -empirerait empirer ver 12.93 2.91 0.03 0.07 cnd:pre:3s; -empireront empirer ver 12.93 2.91 0.04 0.00 ind:fut:3p; -empires empire nom m p 19.47 63.51 0.44 2.77 -empirez empirer ver 12.93 2.91 0.03 0.00 imp:pre:2p;ind:pre:2p; -empirique empirique adj s 0.30 1.01 0.22 0.54 -empiriquement empiriquement adv 0.00 0.07 0.00 0.07 -empiriques empirique adj p 0.30 1.01 0.09 0.47 -empirisme empirisme nom m s 0.02 0.27 0.02 0.20 -empirismes empirisme nom m p 0.02 0.27 0.00 0.07 -empirèrent empirer ver 12.93 2.91 0.01 0.07 ind:pas:3p; -empiré empirer ver m s 12.93 2.91 2.12 0.34 par:pas; -empirée empirer ver f s 12.93 2.91 0.03 0.07 par:pas; -empiècement empiècement nom m s 0.00 0.41 0.00 0.20 -empiècements empiècement nom m p 0.00 0.41 0.00 0.20 -empiète empiéter ver 1.17 1.89 0.28 0.20 imp:pre:2s;ind:pre:1s;ind:pre:3s; -empiètements empiètement nom m p 0.00 0.34 0.00 0.34 -empiètent empiéter ver 1.17 1.89 0.26 0.14 ind:pre:3p;sub:pre:3p; -empiètes empiéter ver 1.17 1.89 0.06 0.00 ind:pre:2s; -empiétaient empiéter ver 1.17 1.89 0.02 0.27 ind:imp:3p; -empiétais empiéter ver 1.17 1.89 0.00 0.07 ind:imp:1s; -empiétait empiéter ver 1.17 1.89 0.01 0.20 ind:imp:3s; -empiétant empiéter ver 1.17 1.89 0.01 0.47 par:pre; -empiétement empiétement nom m s 0.00 1.96 0.00 0.61 -empiétements empiétement nom m p 0.00 1.96 0.00 1.35 -empiéter empiéter ver 1.17 1.89 0.20 0.47 inf; -empiétez empiéter ver 1.17 1.89 0.11 0.00 imp:pre:2p;ind:pre:2p; -empiété empiéter ver m s 1.17 1.89 0.22 0.07 par:pas; -emplît emplir ver 6.40 49.73 0.00 0.07 sub:imp:3s; -emplacement emplacement nom m s 6.90 12.70 6.00 10.95 -emplacements emplacement nom m p 6.90 12.70 0.90 1.76 -emplafonne emplafonner ver 0.01 0.61 0.01 0.07 ind:pre:1s;ind:pre:3s; -emplafonnent emplafonner ver 0.01 0.61 0.00 0.07 ind:pre:3p; -emplafonner emplafonner ver 0.01 0.61 0.00 0.27 inf; -emplafonné emplafonner ver m s 0.01 0.61 0.00 0.14 par:pas; -emplafonnée emplafonner ver f s 0.01 0.61 0.00 0.07 par:pas; -emplanture emplanture nom f s 0.00 0.14 0.00 0.14 -emplette emplette nom f s 0.57 2.57 0.03 0.88 -emplettes emplette nom f p 0.57 2.57 0.55 1.69 -empli emplir ver m s 6.40 49.73 1.28 5.47 par:pas; -emplie emplir ver f s 6.40 49.73 0.31 2.77 par:pas; -emplies emplir ver f p 6.40 49.73 0.04 1.42 par:pas; -emplir emplir ver 6.40 49.73 0.30 6.01 inf; -emplira emplir ver 6.40 49.73 0.16 0.14 ind:fut:3s; -empliraient emplir ver 6.40 49.73 0.01 0.00 cnd:pre:3p; -emplirait emplir ver 6.40 49.73 0.01 0.07 cnd:pre:3s; -emplirent emplir ver 6.40 49.73 0.01 0.61 ind:pas:3p; -emplis emplir ver m p 6.40 49.73 0.40 1.76 imp:pre:2s;ind:pre:1s;ind:pre:2s;par:pas; -emplissaient emplir ver 6.40 49.73 0.14 3.51 ind:imp:3p; -emplissais emplir ver 6.40 49.73 0.00 0.27 ind:imp:1s; -emplissait emplir ver 6.40 49.73 0.53 10.95 ind:imp:3s; -emplissant emplir ver 6.40 49.73 0.03 2.09 par:pre; -emplissent emplir ver 6.40 49.73 0.59 1.42 ind:pre:3p; -emplissez emplir ver 6.40 49.73 0.19 0.00 imp:pre:2p;ind:pre:2p; -emplissons emplir ver 6.40 49.73 0.14 0.00 imp:pre:1p; -emplit emplir ver 6.40 49.73 2.25 13.18 ind:pre:3s;ind:pas:3s; -emploi emploi nom m s 30.94 29.19 25.96 26.42 -emploie employer ver 19.46 46.22 3.74 6.35 imp:pre:2s;ind:pre:1s;ind:pre:3s; -emploient employer ver 19.46 46.22 0.64 2.09 ind:pre:3p; -emploiera employer ver 19.46 46.22 0.36 0.41 ind:fut:3s; -emploierai employer ver 19.46 46.22 0.27 0.34 ind:fut:1s; -emploieraient employer ver 19.46 46.22 0.02 0.20 cnd:pre:3p; -emploierais employer ver 19.46 46.22 0.38 0.07 cnd:pre:1s;cnd:pre:2s; -emploierait employer ver 19.46 46.22 0.28 0.34 cnd:pre:3s; -emploierez employer ver 19.46 46.22 0.01 0.07 ind:fut:2p; -emploieriez employer ver 19.46 46.22 0.03 0.00 cnd:pre:2p; -emploierons employer ver 19.46 46.22 0.14 0.00 ind:fut:1p; -emploieront employer ver 19.46 46.22 0.11 0.07 ind:fut:3p; -emploies employer ver 19.46 46.22 0.44 0.54 ind:pre:2s; -emplois emploi nom m p 30.94 29.19 4.98 2.77 -emplâtrage emplâtrage nom m s 0.00 0.14 0.00 0.14 -emplâtrais emplâtrer ver 0.06 0.54 0.00 0.07 ind:imp:1s; -emplâtre emplâtre nom m s 0.15 1.35 0.12 0.95 -emplâtrer emplâtrer ver 0.06 0.54 0.04 0.34 inf; -emplâtres emplâtre nom m p 0.15 1.35 0.03 0.41 -emplâtré emplâtrer ver m s 0.06 0.54 0.02 0.14 par:pas; -employa employer ver 19.46 46.22 0.03 1.22 ind:pas:3s; -employai employer ver 19.46 46.22 0.01 0.27 ind:pas:1s; -employaient employer ver 19.46 46.22 0.11 2.09 ind:imp:3p; -employais employer ver 19.46 46.22 0.07 0.81 ind:imp:1s;ind:imp:2s; -employait employer ver 19.46 46.22 1.00 7.09 ind:imp:3s; -employant employer ver 19.46 46.22 0.41 2.16 par:pre; -employer employer ver 19.46 46.22 4.15 10.95 inf; -employeur employeur nom m s 4.01 2.70 2.70 1.69 -employeurs employeur nom m p 4.01 2.70 1.31 1.01 -employez employer ver 19.46 46.22 0.69 0.27 imp:pre:2p;ind:pre:2p; -employiez employer ver 19.46 46.22 0.04 0.00 ind:imp:2p; -employions employer ver 19.46 46.22 0.01 0.14 ind:imp:1p; -employâmes employer ver 19.46 46.22 0.00 0.07 ind:pas:1p; -employons employer ver 19.46 46.22 0.42 0.27 imp:pre:1p;ind:pre:1p; -employât employer ver 19.46 46.22 0.00 0.14 sub:imp:3s; -employèrent employer ver 19.46 46.22 0.14 0.20 ind:pas:3p; -employé employé nom m s 30.80 26.08 10.61 9.86 -employée employé nom f s 30.80 26.08 3.24 2.43 -employées employé nom f p 30.80 26.08 1.05 1.01 -employés employé nom m p 30.80 26.08 15.90 12.77 -empluma emplumer ver 0.02 0.34 0.00 0.07 ind:pas:3s; -emplume emplumer ver 0.02 0.34 0.00 0.07 ind:pre:3s; -emplumé emplumé adj m s 0.28 0.88 0.05 0.34 -emplumée emplumé adj f s 0.28 0.88 0.14 0.20 -emplumées emplumer ver f p 0.02 0.34 0.00 0.07 par:pas; -emplumés emplumé adj m p 0.28 0.88 0.10 0.34 -empocha empocher ver 2.92 4.46 0.14 1.08 ind:pas:3s; -empochai empocher ver 2.92 4.46 0.00 0.14 ind:pas:1s; -empochaient empocher ver 2.92 4.46 0.04 0.07 ind:imp:3p; -empochais empocher ver 2.92 4.46 0.01 0.14 ind:imp:1s; -empochait empocher ver 2.92 4.46 0.02 0.61 ind:imp:3s; -empochant empocher ver 2.92 4.46 0.01 0.34 par:pre; -empoche empocher ver 2.92 4.46 0.41 0.41 imp:pre:2s;ind:pre:1s;ind:pre:3s; -empochent empocher ver 2.92 4.46 0.09 0.07 ind:pre:3p; -empocher empocher ver 2.92 4.46 1.28 0.88 inf; -empochera empocher ver 2.92 4.46 0.08 0.00 ind:fut:3s; -empocherais empocher ver 2.92 4.46 0.03 0.00 cnd:pre:1s; -empocheras empocher ver 2.92 4.46 0.02 0.00 ind:fut:2s; -empoches empocher ver 2.92 4.46 0.04 0.00 ind:pre:2s; -empochez empocher ver 2.92 4.46 0.03 0.00 imp:pre:2p;ind:pre:2p; -empochiez empocher ver 2.92 4.46 0.01 0.00 ind:imp:2p; -empoché empocher ver m s 2.92 4.46 0.49 0.68 par:pas; -empochée empocher ver f s 2.92 4.46 0.17 0.00 par:pas; -empochées empocher ver f p 2.92 4.46 0.03 0.07 par:pas; -empochés empocher ver m p 2.92 4.46 0.02 0.00 par:pas; -empoigna empoigner ver 1.84 26.01 0.04 8.11 ind:pas:3s; -empoignade empoignade nom f s 0.16 1.01 0.16 0.54 -empoignades empoignade nom f p 0.16 1.01 0.00 0.47 -empoignai empoigner ver 1.84 26.01 0.00 0.20 ind:pas:1s; -empoignaient empoigner ver 1.84 26.01 0.00 0.54 ind:imp:3p; -empoignais empoigner ver 1.84 26.01 0.00 0.14 ind:imp:1s; -empoignait empoigner ver 1.84 26.01 0.00 2.30 ind:imp:3s; -empoignant empoigner ver 1.84 26.01 0.23 1.62 par:pre; -empoigne empoigner ver 1.84 26.01 0.72 4.39 imp:pre:2s;ind:pre:1s;ind:pre:3s; -empoignent empoigner ver 1.84 26.01 0.02 0.61 ind:pre:3p; -empoigner empoigner ver 1.84 26.01 0.28 2.70 inf; -empoignera empoigner ver 1.84 26.01 0.01 0.00 ind:fut:3s; -empoigneront empoigner ver 1.84 26.01 0.00 0.07 ind:fut:3p; -empoignes empoigner ver 1.84 26.01 0.04 0.00 ind:pre:2s; -empoignez empoigner ver 1.84 26.01 0.17 0.07 imp:pre:2p; -empoignons empoigner ver 1.84 26.01 0.01 0.07 imp:pre:1p;ind:pre:1p; -empoignèrent empoigner ver 1.84 26.01 0.00 0.95 ind:pas:3p; -empoigné empoigner ver m s 1.84 26.01 0.29 3.65 par:pas; -empoignée empoigner ver f s 1.84 26.01 0.02 0.47 par:pas; -empoignées empoigner ver f p 1.84 26.01 0.00 0.14 par:pas; -empoiler empoiler ver 0.00 0.14 0.00 0.07 inf; -empoilés empoiler ver m p 0.00 0.14 0.00 0.07 par:pas; -empois empois nom m 0.01 0.14 0.01 0.14 -empoisonna empoisonner ver 19.62 15.00 0.01 0.14 ind:pas:3s; -empoisonnaient empoisonner ver 19.62 15.00 0.12 0.27 ind:imp:3p; -empoisonnais empoisonner ver 19.62 15.00 0.12 0.00 ind:imp:1s;ind:imp:2s; -empoisonnait empoisonner ver 19.62 15.00 0.10 0.61 ind:imp:3s; -empoisonnant empoisonner ver 19.62 15.00 0.10 0.00 par:pre; -empoisonnante empoisonnant adj f s 0.15 0.20 0.06 0.00 -empoisonnantes empoisonnant adj f p 0.15 0.20 0.01 0.07 -empoisonne empoisonner ver 19.62 15.00 1.76 1.49 imp:pre:2s;ind:pre:1s;ind:pre:3s; -empoisonnement empoisonnement nom m s 1.85 0.61 1.80 0.61 -empoisonnements empoisonnement nom m p 1.85 0.61 0.05 0.00 -empoisonnent empoisonner ver 19.62 15.00 0.41 0.54 ind:pre:3p; -empoisonner empoisonner ver 19.62 15.00 3.57 2.57 inf; -empoisonnera empoisonner ver 19.62 15.00 0.31 0.14 ind:fut:3s; -empoisonnerai empoisonner ver 19.62 15.00 0.11 0.00 ind:fut:1s; -empoisonneraient empoisonner ver 19.62 15.00 0.00 0.07 cnd:pre:3p; -empoisonnerais empoisonner ver 19.62 15.00 0.02 0.00 cnd:pre:1s; -empoisonnerez empoisonner ver 19.62 15.00 0.01 0.00 ind:fut:2p; -empoisonneront empoisonner ver 19.62 15.00 0.02 0.00 ind:fut:3p; -empoisonnes empoisonner ver 19.62 15.00 0.31 0.07 ind:pre:2s; -empoisonneur empoisonneur nom m s 0.98 0.88 0.65 0.47 -empoisonneurs empoisonneur nom m p 0.98 0.88 0.18 0.07 -empoisonneuse empoisonneur nom f s 0.98 0.88 0.16 0.27 -empoisonneuses empoisonneuse nom f p 0.01 0.00 0.01 0.00 -empoisonnez empoisonner ver 19.62 15.00 0.20 0.20 imp:pre:2p;ind:pre:2p; -empoisonné empoisonner ver m s 19.62 15.00 8.22 3.58 par:pas; -empoisonnée empoisonner ver f s 19.62 15.00 2.83 2.16 par:pas; -empoisonnées empoisonner ver f p 19.62 15.00 0.57 1.89 par:pas; -empoisonnés empoisonner ver m p 19.62 15.00 0.82 1.28 par:pas; -empoissait empoisser ver 0.00 0.34 0.00 0.07 ind:imp:3s; -empoisse empoisser ver 0.00 0.34 0.00 0.07 ind:pre:3s; -empoisser empoisser ver 0.00 0.34 0.00 0.07 inf; -empoissonner empoissonner ver 0.02 0.14 0.01 0.00 inf; -empoissonné empoissonner ver m s 0.02 0.14 0.01 0.07 par:pas; -empoissonnées empoissonner ver f p 0.02 0.14 0.00 0.07 par:pas; -empoissé empoisser ver m s 0.00 0.34 0.00 0.07 par:pas; -empoissés empoisser ver m p 0.00 0.34 0.00 0.07 par:pas; -emporium emporium nom m s 0.04 0.14 0.04 0.14 -emport emport nom m s 0.00 0.07 0.00 0.07 -emporta emporter ver 69.02 121.28 0.42 7.43 ind:pas:3s; -emportai emporter ver 69.02 121.28 0.01 0.74 ind:pas:1s; -emportaient emporter ver 69.02 121.28 0.23 2.84 ind:imp:3p; -emportais emporter ver 69.02 121.28 0.04 2.43 ind:imp:1s;ind:imp:2s; -emportait emporter ver 69.02 121.28 1.44 16.82 ind:imp:3s; -emportant emporter ver 69.02 121.28 0.90 8.92 par:pre; -emporte_pièce emporte_pièce nom m 0.00 0.95 0.00 0.95 -emporte emporter ver 69.02 121.28 19.89 16.49 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -emportement emportement nom m s 0.97 3.51 0.55 3.24 -emportements emportement nom m p 0.97 3.51 0.42 0.27 -emportent emporter ver 69.02 121.28 1.30 2.03 ind:pre:3p; -emporter emporter ver 69.02 121.28 16.69 24.19 inf; -emportera emporter ver 69.02 121.28 2.45 1.49 ind:fut:3s; -emporterai emporter ver 69.02 121.28 0.40 0.27 ind:fut:1s; -emporteraient emporter ver 69.02 121.28 0.02 0.41 cnd:pre:3p; -emporterais emporter ver 69.02 121.28 0.14 0.20 cnd:pre:1s; -emporterait emporter ver 69.02 121.28 0.13 1.76 cnd:pre:3s; -emporteras emporter ver 69.02 121.28 0.53 0.41 ind:fut:2s; -emporterez emporter ver 69.02 121.28 0.36 0.14 ind:fut:2p; -emporteriez emporter ver 69.02 121.28 0.00 0.07 cnd:pre:2p; -emporterions emporter ver 69.02 121.28 0.00 0.07 cnd:pre:1p; -emporterons emporter ver 69.02 121.28 0.22 0.14 ind:fut:1p; -emporteront emporter ver 69.02 121.28 0.21 0.41 ind:fut:3p; -emportes emporter ver 69.02 121.28 2.01 0.68 ind:pre:2s; -emportez emporter ver 69.02 121.28 3.54 1.22 imp:pre:2p;ind:pre:2p; -emportiez emporter ver 69.02 121.28 0.41 0.14 ind:imp:2p; -emportions emporter ver 69.02 121.28 0.01 0.34 ind:imp:1p; -emportons emporter ver 69.02 121.28 0.80 0.14 imp:pre:1p;ind:pre:1p; -emportât emporter ver 69.02 121.28 0.01 0.61 sub:imp:3s; -emportèrent emporter ver 69.02 121.28 0.04 1.01 ind:pas:3p; -emporté emporter ver m s 69.02 121.28 12.46 18.58 par:pas; -emportée emporter ver f s 69.02 121.28 2.31 5.14 par:pas; -emportées emporter ver f p 69.02 121.28 0.35 1.69 par:pas; -emportés emporter ver m p 69.02 121.28 1.73 4.53 par:pas; -empâta empâter ver 0.11 1.76 0.00 0.07 ind:pas:3s; -empâtait empâter ver 0.11 1.76 0.01 0.54 ind:imp:3s; -empâte empâter ver 0.11 1.76 0.06 0.27 ind:pre:1s;ind:pre:3s; -empâtement empâtement nom m s 0.03 0.54 0.01 0.41 -empâtements empâtement nom m p 0.03 0.54 0.01 0.14 -empâtent empâter ver 0.11 1.76 0.00 0.14 ind:pre:3p; -empâter empâter ver 0.11 1.76 0.03 0.27 inf; -empâté empâté adj m s 0.04 1.35 0.01 0.54 -empoté empoté nom m s 0.67 0.61 0.55 0.61 -empâtée empâté adj f s 0.04 1.35 0.01 0.41 -empotée empoté adj f s 0.80 0.61 0.24 0.14 -empâtées empâté adj f p 0.04 1.35 0.02 0.14 -empâtés empâté adj m p 0.04 1.35 0.00 0.27 -empotés empoté nom m p 0.67 0.61 0.12 0.00 -empourpra empourprer ver 0.03 2.97 0.00 0.81 ind:pas:3s; -empourprait empourprer ver 0.03 2.97 0.00 0.61 ind:imp:3s; -empourprant empourprer ver 0.03 2.97 0.00 0.27 par:pre; -empourpre empourprer ver 0.03 2.97 0.01 0.47 ind:pre:3s; -empourprent empourprer ver 0.03 2.97 0.00 0.07 ind:pre:3p; -empourprer empourprer ver 0.03 2.97 0.01 0.14 inf; -empourpré empourprer ver m s 0.03 2.97 0.00 0.27 par:pas; -empourprée empourprer ver f s 0.03 2.97 0.01 0.14 par:pas; -empourprées empourprer ver f p 0.03 2.97 0.00 0.14 par:pas; -empourprés empourprer ver m p 0.03 2.97 0.00 0.07 par:pas; -empoussière empoussiérer ver 0.02 0.54 0.01 0.07 ind:pre:3s; -empoussièrent empoussiérer ver 0.02 0.54 0.00 0.07 ind:pre:3p; -empoussiérait empoussiérer ver 0.02 0.54 0.00 0.14 ind:imp:3s; -empoussiéré empoussiérer ver m s 0.02 0.54 0.01 0.14 par:pas; -empoussiérée empoussiéré adj f s 0.00 0.81 0.00 0.27 -empoussiérées empoussiéré adj f p 0.00 0.81 0.00 0.14 -empoussiérés empoussiéré adj m p 0.00 0.81 0.00 0.20 -empreignit empreindre ver 0.23 2.23 0.00 0.07 ind:pas:3s; -empreint empreindre ver m s 0.23 2.23 0.08 1.15 ind:pre:3s;par:pas; -empreinte empreinte nom f s 42.06 15.61 11.41 8.72 -empreintes empreinte nom f p 42.06 15.61 30.65 6.89 -empreints empreindre ver m p 0.23 2.23 0.15 1.01 par:pas; -empressa empresser ver 1.65 12.91 0.13 2.50 ind:pas:3s; -empressai empresser ver 1.65 12.91 0.01 0.41 ind:pas:1s; -empressaient empresser ver 1.65 12.91 0.00 1.01 ind:imp:3p; -empressais empresser ver 1.65 12.91 0.00 0.14 ind:imp:1s; -empressait empresser ver 1.65 12.91 0.00 1.35 ind:imp:3s; -empressant empresser ver 1.65 12.91 0.01 0.27 par:pre; -empresse empresser ver 1.65 12.91 0.70 2.23 imp:pre:2s;ind:pre:1s;ind:pre:3s; -empressement empressement nom m s 0.46 6.15 0.46 6.01 -empressements empressement nom m p 0.46 6.15 0.00 0.14 -empressent empresser ver 1.65 12.91 0.01 0.54 ind:pre:3p; -empresser empresser ver 1.65 12.91 0.17 0.41 inf; -empressera empresser ver 1.65 12.91 0.02 0.14 ind:fut:3s; -empresserait empresser ver 1.65 12.91 0.04 0.20 cnd:pre:3s; -empresseras empresser ver 1.65 12.91 0.01 0.00 ind:fut:2s; -empresserez empresser ver 1.65 12.91 0.01 0.00 ind:fut:2p; -empresses empresser ver 1.65 12.91 0.02 0.07 ind:pre:2s; -empressâmes empresser ver 1.65 12.91 0.00 0.14 ind:pas:1p; -empressèrent empresser ver 1.65 12.91 0.00 0.88 ind:pas:3p; -empressé empresser ver m s 1.65 12.91 0.27 1.35 par:pas; -empressée empresser ver f s 1.65 12.91 0.08 0.47 par:pas; -empressées empresser ver f p 1.65 12.91 0.14 0.27 par:pas; -empressés empressé nom m p 0.16 0.47 0.14 0.14 -emprise emprise nom f s 3.08 3.65 3.08 3.58 -emprises emprise nom f p 3.08 3.65 0.00 0.07 -emprisonna emprisonner ver 6.46 10.27 0.16 0.54 ind:pas:3s; -emprisonnaient emprisonner ver 6.46 10.27 0.00 0.41 ind:imp:3p; -emprisonnait emprisonner ver 6.46 10.27 0.01 0.74 ind:imp:3s; -emprisonnant emprisonner ver 6.46 10.27 0.14 0.95 par:pre; -emprisonne emprisonner ver 6.46 10.27 0.65 1.15 imp:pre:2s;ind:pre:1s;ind:pre:3s; -emprisonnement emprisonnement nom m s 1.80 0.81 1.74 0.61 -emprisonnements emprisonnement nom m p 1.80 0.81 0.06 0.20 -emprisonnent emprisonner ver 6.46 10.27 0.26 0.54 ind:pre:3p; -emprisonner emprisonner ver 6.46 10.27 1.48 1.35 inf; -emprisonnera emprisonner ver 6.46 10.27 0.02 0.07 ind:fut:3s; -emprisonnez emprisonner ver 6.46 10.27 0.10 0.00 imp:pre:2p;ind:pre:2p; -emprisonnèrent emprisonner ver 6.46 10.27 0.01 0.07 ind:pas:3p; -emprisonné emprisonner ver m s 6.46 10.27 2.60 1.69 par:pas; -emprisonnée emprisonner ver f s 6.46 10.27 0.54 1.49 ind:imp:3p;par:pas; -emprisonnées emprisonner ver f p 6.46 10.27 0.15 0.20 par:pas; -emprisonnés emprisonner ver m p 6.46 10.27 0.35 1.08 par:pas; -emprunt emprunt nom m s 3.66 4.73 3.18 3.78 -emprunta emprunter ver 31.31 31.28 0.01 1.55 ind:pas:3s; -empruntai emprunter ver 31.31 31.28 0.01 0.95 ind:pas:1s; -empruntaient emprunter ver 31.31 31.28 0.01 1.01 ind:imp:3p; -empruntais emprunter ver 31.31 31.28 0.08 0.88 ind:imp:1s;ind:imp:2s; -empruntait emprunter ver 31.31 31.28 0.47 2.64 ind:imp:3s; -empruntant emprunter ver 31.31 31.28 0.20 2.36 par:pre; -emprunte emprunter ver 31.31 31.28 4.30 2.30 imp:pre:2s;ind:pre:1s;ind:pre:3s; -empruntent emprunter ver 31.31 31.28 0.44 0.61 ind:pre:3p; -emprunter emprunter ver 31.31 31.28 15.87 7.09 inf; -empruntera emprunter ver 31.31 31.28 0.10 0.07 ind:fut:3s; -emprunterai emprunter ver 31.31 31.28 0.20 0.07 ind:fut:1s; -emprunteraient emprunter ver 31.31 31.28 0.00 0.14 cnd:pre:3p; -emprunterais emprunter ver 31.31 31.28 0.13 0.07 cnd:pre:1s; -emprunterait emprunter ver 31.31 31.28 0.03 0.54 cnd:pre:3s; -emprunteras emprunter ver 31.31 31.28 0.07 0.07 ind:fut:2s; -emprunterons emprunter ver 31.31 31.28 0.03 0.00 ind:fut:1p; -emprunteront emprunter ver 31.31 31.28 0.13 0.14 ind:fut:3p; -empruntes emprunter ver 31.31 31.28 0.52 0.20 ind:pre:2s; -emprunteur emprunteur nom m s 0.04 0.00 0.04 0.00 -empruntez emprunter ver 31.31 31.28 0.40 0.00 imp:pre:2p;ind:pre:2p; -empruntions emprunter ver 31.31 31.28 0.04 0.47 ind:imp:1p; -empruntâmes emprunter ver 31.31 31.28 0.01 0.07 ind:pas:1p; -empruntons emprunter ver 31.31 31.28 0.10 0.41 imp:pre:1p;ind:pre:1p; -empruntât emprunter ver 31.31 31.28 0.00 0.07 sub:imp:3s; -emprunts emprunt nom m p 3.66 4.73 0.47 0.95 -empruntèrent emprunter ver 31.31 31.28 0.01 0.74 ind:pas:3p; -emprunté emprunter ver m s 31.31 31.28 6.63 5.68 par:pas; -empruntée emprunter ver f s 31.31 31.28 1.05 1.15 par:pas; -empruntées emprunter ver f p 31.31 31.28 0.25 0.47 par:pas; -empruntés emprunter ver m p 31.31 31.28 0.21 1.55 par:pas; -empuanti empuantir ver m s 0.03 1.22 0.02 0.47 par:pas; -empuantie empuanti adj f s 0.00 0.34 0.00 0.14 -empuanties empuantir ver f p 0.03 1.22 0.00 0.07 par:pas; -empuantir empuantir ver 0.03 1.22 0.01 0.20 inf; -empuantis empuantir ver m p 0.03 1.22 0.00 0.07 par:pas; -empuantissaient empuantir ver 0.03 1.22 0.00 0.07 ind:imp:3p; -empuantissait empuantir ver 0.03 1.22 0.00 0.14 ind:imp:3s; -empuantisse empuantir ver 0.03 1.22 0.00 0.07 sub:pre:3s; -empuantissent empuantir ver 0.03 1.22 0.00 0.07 ind:pre:3p; -empêcha empêcher ver 121.85 171.28 0.35 5.00 ind:pas:3s; -empêchai empêcher ver 121.85 171.28 0.00 0.61 ind:pas:1s; -empêchaient empêcher ver 121.85 171.28 0.10 4.59 ind:imp:3p; -empêchais empêcher ver 121.85 171.28 0.23 0.27 ind:imp:1s;ind:imp:2s; -empêchait empêcher ver 121.85 171.28 2.52 18.58 ind:imp:3s; -empêchant empêcher ver 121.85 171.28 1.06 3.11 par:pre; -empêche empêcher ver 121.85 171.28 31.46 41.15 imp:pre:2s;ind:pre:1s;ind:pre:3s; -empêchement empêchement nom m s 1.25 1.42 1.23 1.01 -empêchements empêchement nom m p 1.25 1.42 0.02 0.41 -empêchent empêcher ver 121.85 171.28 2.74 4.59 ind:pre:3p; -empêcher empêcher ver 121.85 171.28 55.99 70.20 inf; -empêchera empêcher ver 121.85 171.28 4.89 2.43 ind:fut:3s; -empêcherai empêcher ver 121.85 171.28 1.57 0.34 ind:fut:1s; -empêcheraient empêcher ver 121.85 171.28 0.22 0.47 cnd:pre:3p; -empêcherais empêcher ver 121.85 171.28 0.57 0.27 cnd:pre:1s;cnd:pre:2s; -empêcherait empêcher ver 121.85 171.28 1.35 2.64 cnd:pre:3s; -empêcheras empêcher ver 121.85 171.28 0.88 0.47 ind:fut:2s; -empêcherez empêcher ver 121.85 171.28 0.37 0.34 ind:fut:2p; -empêcherons empêcher ver 121.85 171.28 0.28 0.07 ind:fut:1p; -empêcheront empêcher ver 121.85 171.28 0.54 0.54 ind:fut:3p; -empêches empêcher ver 121.85 171.28 1.36 0.34 ind:pre:2s; -empêcheur empêcheur nom m s 0.08 0.68 0.04 0.41 -empêcheurs empêcheur nom m p 0.08 0.68 0.04 0.20 -empêcheuse empêcheur nom f s 0.08 0.68 0.01 0.07 -empêchez empêcher ver 121.85 171.28 4.53 0.34 imp:pre:2p;ind:pre:2p; -empêchions empêcher ver 121.85 171.28 0.08 0.07 ind:imp:1p; -empêchons empêcher ver 121.85 171.28 0.39 0.20 imp:pre:1p;ind:pre:1p; -empêchât empêcher ver 121.85 171.28 0.00 0.27 sub:imp:3s; -empêchèrent empêcher ver 121.85 171.28 0.16 1.28 ind:pas:3p; -empêché empêcher ver m s 121.85 171.28 7.81 9.26 par:pas; -empêchée empêcher ver f s 121.85 171.28 1.58 2.30 par:pas; -empêchées empêcher ver f p 121.85 171.28 0.02 0.14 par:pas; -empêchés empêcher ver m p 121.85 171.28 0.80 1.42 par:pas; -empêtra empêtrer ver 0.76 5.20 0.00 0.34 ind:pas:3s; -empêtraient empêtrer ver 0.76 5.20 0.02 0.20 ind:imp:3p; -empêtrais empêtrer ver 0.76 5.20 0.00 0.20 ind:imp:1s; -empêtrait empêtrer ver 0.76 5.20 0.00 1.01 ind:imp:3s; -empêtrant empêtrer ver 0.76 5.20 0.00 0.27 par:pre; -empêtre empêtrer ver 0.76 5.20 0.02 0.54 ind:pre:1s;ind:pre:3s; -empêtrent empêtrer ver 0.76 5.20 0.00 0.07 ind:pre:3p; -empêtrer empêtrer ver 0.76 5.20 0.20 0.14 inf; -empêtrons empêtrer ver 0.76 5.20 0.00 0.07 ind:pre:1p; -empêtré empêtrer ver m s 0.76 5.20 0.19 1.35 par:pas; -empêtrée empêtrer ver f s 0.76 5.20 0.17 0.41 par:pas; -empêtrées empêtrer ver f p 0.76 5.20 0.14 0.27 par:pas; -empêtrés empêtrer ver m p 0.76 5.20 0.01 0.34 par:pas; -empyrée empyrée nom m s 0.00 0.81 0.00 0.74 -empyrées empyrée nom m p 0.00 0.81 0.00 0.07 -en_avant en_avant nom m 0.01 0.07 0.01 0.07 -en_but en_but nom m 0.32 0.00 0.32 0.00 -en_cas en_cas nom m 1.44 1.08 1.44 1.08 -en_cours en_cours nom m 0.01 0.00 0.01 0.00 -en_dehors en_dehors nom m 0.36 0.07 0.36 0.07 -en_tête en_tête nom m s 0.44 2.77 0.39 2.64 -en_tête en_tête nom m p 0.44 2.77 0.05 0.14 -en_catimini en_catimini adv 0.12 1.42 0.12 1.42 -en_loucedé en_loucedé adv 0.16 0.47 0.16 0.47 -en_tapinois en_tapinois adv 0.25 0.68 0.25 0.68 -en en pre 5689.68 8732.57 5689.68 8732.57 -enamouré enamourer ver m s 0.02 0.07 0.01 0.00 par:pas; -enamourée enamouré adj f s 0.10 0.20 0.10 0.14 -enamourées enamouré adj f p 0.10 0.20 0.00 0.07 -enamourés enamourer ver m p 0.02 0.07 0.00 0.07 par:pas; -encabanée encabaner ver f s 0.00 0.07 0.00 0.07 par:pas; -encablure encablure nom f s 0.07 0.88 0.04 0.20 -encablures encablure nom f p 0.07 0.88 0.02 0.68 -encadra encadrer ver 2.51 24.26 0.00 0.61 ind:pas:3s; -encadraient encadrer ver 2.51 24.26 0.02 2.84 ind:imp:3p; -encadrait encadrer ver 2.51 24.26 0.01 2.30 ind:imp:3s; -encadrant encadrant adj m s 0.00 2.16 0.00 2.16 -encadre encadrer ver 2.51 24.26 0.24 1.62 imp:pre:2s;ind:pre:1s;ind:pre:3s; -encadrement encadrement nom m s 0.64 6.49 0.41 6.08 -encadrements encadrement nom m p 0.64 6.49 0.23 0.41 -encadrent encadrer ver 2.51 24.26 0.04 1.42 ind:pre:3p; -encadrer encadrer ver 2.51 24.26 1.45 2.43 inf; -encadrera encadrer ver 2.51 24.26 0.00 0.07 ind:fut:3s; -encadrerai encadrer ver 2.51 24.26 0.02 0.00 ind:fut:1s; -encadreraient encadrer ver 2.51 24.26 0.01 0.07 cnd:pre:3p; -encadrerait encadrer ver 2.51 24.26 0.00 0.20 cnd:pre:3s; -encadreront encadrer ver 2.51 24.26 0.01 0.07 ind:fut:3p; -encadreur encadreur nom m s 0.16 0.34 0.16 0.34 -encadrez encadrer ver 2.51 24.26 0.03 0.00 imp:pre:2p; -encadrions encadrer ver 2.51 24.26 0.00 0.07 ind:imp:1p; -encadrèrent encadrer ver 2.51 24.26 0.00 0.47 ind:pas:3p; -encadré encadrer ver m s 2.51 24.26 0.24 5.27 par:pas; -encadrée encadrer ver f s 2.51 24.26 0.23 3.51 par:pas; -encadrées encadrer ver f p 2.51 24.26 0.04 1.55 par:pas; -encadrés encadrer ver m p 2.51 24.26 0.16 1.76 par:pas; -encagent encager ver 0.13 0.54 0.00 0.07 ind:pre:3p; -encager encager ver 0.13 0.54 0.00 0.14 inf; -encagez encager ver 0.13 0.54 0.02 0.00 imp:pre:2p; -encagoulées encagoulé adj f p 0.01 0.07 0.00 0.07 -encagoulés encagoulé nom m p 0.14 0.00 0.14 0.00 -encagé encager ver m s 0.13 0.54 0.11 0.07 par:pas; -encagée encager ver f s 0.13 0.54 0.00 0.20 par:pas; -encagés encagé adj m p 0.02 0.47 0.00 0.27 -encaissa encaisser ver 10.35 10.27 0.00 0.41 ind:pas:3s; -encaissable encaissable adj s 0.01 0.00 0.01 0.00 -encaissai encaisser ver 10.35 10.27 0.00 0.20 ind:pas:1s; -encaissaient encaisser ver 10.35 10.27 0.00 0.20 ind:imp:3p; -encaissais encaisser ver 10.35 10.27 0.14 0.41 ind:imp:1s; -encaissait encaisser ver 10.35 10.27 0.05 0.88 ind:imp:3s; -encaissant encaisser ver 10.35 10.27 0.03 0.20 par:pre; -encaisse encaisser ver 10.35 10.27 2.37 2.23 imp:pre:2s;ind:pre:1s;ind:pre:3s; -encaissement encaissement nom m s 0.51 0.20 0.35 0.14 -encaissements encaissement nom m p 0.51 0.20 0.16 0.07 -encaissent encaisser ver 10.35 10.27 0.24 0.07 ind:pre:3p; -encaisser encaisser ver 10.35 10.27 4.84 3.78 inf; -encaissera encaisser ver 10.35 10.27 0.17 0.00 ind:fut:3s; -encaisserai encaisser ver 10.35 10.27 0.08 0.07 ind:fut:1s; -encaisserais encaisser ver 10.35 10.27 0.02 0.07 cnd:pre:1s;cnd:pre:2s; -encaisserait encaisser ver 10.35 10.27 0.01 0.07 cnd:pre:3s; -encaisserez encaisser ver 10.35 10.27 0.12 0.00 ind:fut:2p; -encaisseront encaisser ver 10.35 10.27 0.02 0.00 ind:fut:3p; -encaisses encaisser ver 10.35 10.27 0.14 0.14 ind:pre:2s; -encaisseur encaisseur nom m s 0.69 0.61 0.67 0.47 -encaisseurs encaisseur nom m p 0.69 0.61 0.03 0.14 -encaissez encaisser ver 10.35 10.27 0.37 0.00 imp:pre:2p;ind:pre:2p; -encaissons encaisser ver 10.35 10.27 0.01 0.00 ind:pre:1p; -encaissât encaisser ver 10.35 10.27 0.00 0.07 sub:imp:3s; -encaissé encaisser ver m s 10.35 10.27 1.47 0.74 par:pas; -encaissée encaisser ver f s 10.35 10.27 0.03 0.34 par:pas; -encaissées encaisser ver f p 10.35 10.27 0.01 0.34 par:pas; -encaissés encaisser ver m p 10.35 10.27 0.23 0.07 par:pas; -encalminé encalminé adj m s 0.00 0.20 0.00 0.07 -encalminés encalminé adj m p 0.00 0.20 0.00 0.14 -encanaillais encanailler ver 0.35 1.28 0.01 0.00 ind:imp:2s; -encanaillait encanailler ver 0.35 1.28 0.01 0.20 ind:imp:3s; -encanaille encanailler ver 0.35 1.28 0.18 0.27 imp:pre:2s;ind:pre:1s;ind:pre:3s; -encanaillement encanaillement nom m s 0.00 0.07 0.00 0.07 -encanaillent encanailler ver 0.35 1.28 0.03 0.00 ind:pre:3p; -encanailler encanailler ver 0.35 1.28 0.13 0.61 inf; -encanaillé encanailler ver m s 0.35 1.28 0.00 0.20 par:pas; -encapsuler encapsuler ver 0.04 0.00 0.01 0.00 inf; -encapsulé encapsuler ver m s 0.04 0.00 0.03 0.00 par:pas; -encapuchonna encapuchonner ver 0.00 1.08 0.00 0.14 ind:pas:3s; -encapuchonnait encapuchonner ver 0.00 1.08 0.00 0.14 ind:imp:3s; -encapuchonnant encapuchonner ver 0.00 1.08 0.00 0.07 par:pre; -encapuchonne encapuchonner ver 0.00 1.08 0.00 0.20 ind:pre:3s; -encapuchonné encapuchonner ver m s 0.00 1.08 0.00 0.14 par:pas; -encapuchonnée encapuchonné adj f s 0.13 0.68 0.03 0.14 -encapuchonnées encapuchonner ver f p 0.00 1.08 0.00 0.07 par:pas; -encapuchonnés encapuchonné adj m p 0.13 0.68 0.10 0.41 -encaqués encaquer ver m p 0.00 0.14 0.00 0.14 par:pas; -encart encart nom m s 0.09 0.34 0.05 0.27 -encartage encartage nom m s 0.00 0.07 0.00 0.07 -encartait encarter ver 0.14 0.68 0.00 0.07 ind:imp:3s; -encarter encarter ver 0.14 0.68 0.14 0.07 inf; -encarts encart nom m p 0.09 0.34 0.04 0.07 -encarté encarter ver m s 0.14 0.68 0.00 0.27 par:pas; -encartées encarter ver f p 0.14 0.68 0.00 0.14 par:pas; -encartés encarter ver m p 0.14 0.68 0.00 0.14 par:pas; -encas encas nom m 0.40 0.14 0.40 0.14 -encaserner encaserner ver 0.00 0.07 0.00 0.07 inf; -encastelé encasteler ver m s 0.00 0.07 0.00 0.07 par:pas; -encastra encastrer ver 0.35 5.07 0.00 0.27 ind:pas:3s; -encastraient encastrer ver 0.35 5.07 0.00 0.14 ind:imp:3p; -encastrait encastrer ver 0.35 5.07 0.00 0.20 ind:imp:3s; -encastrant encastrer ver 0.35 5.07 0.01 0.07 par:pre; -encastre encastrer ver 0.35 5.07 0.06 0.27 ind:pre:1s;ind:pre:3s; -encastrement encastrement nom m s 0.01 0.00 0.01 0.00 -encastrent encastrer ver 0.35 5.07 0.01 0.00 ind:pre:3p; -encastrer encastrer ver 0.35 5.07 0.03 0.47 inf; -encastré encastrer ver m s 0.35 5.07 0.13 1.28 par:pas; -encastrée encastrer ver f s 0.35 5.07 0.04 1.22 par:pas; -encastrées encastrer ver f p 0.35 5.07 0.02 0.34 par:pas; -encastrés encastrer ver m p 0.35 5.07 0.04 0.81 par:pas; -encaustiquait encaustiquer ver 0.03 0.20 0.00 0.07 ind:imp:3s; -encaustique encaustique nom f s 0.04 2.64 0.04 2.64 -encaustiquer encaustiquer ver 0.03 0.20 0.02 0.14 inf; -encaustiqué encaustiqué adj m s 0.00 0.27 0.00 0.14 -encaustiquée encaustiqué adj f s 0.00 0.27 0.00 0.14 -encaver encaver ver 0.00 0.14 0.00 0.07 inf; -encavée encaver ver f s 0.00 0.14 0.00 0.07 par:pas; -enceint enceindre ver m s 0.32 0.41 0.32 0.34 ind:pre:3s;par:pas; -enceinte enceinte adj f s 48.60 12.43 46.41 11.08 -enceinter enceinter ver 0.01 0.00 0.01 0.00 inf; -enceintes enceinte adj f p 48.60 12.43 2.19 1.35 -enceints enceindre ver m p 0.32 0.41 0.00 0.07 par:pas; -encellulement encellulement nom m s 0.00 0.07 0.00 0.07 -encellulée encelluler ver f s 0.00 0.20 0.00 0.14 par:pas; -encellulées encelluler ver f p 0.00 0.20 0.00 0.07 par:pas; -encens encens nom m 2.44 7.91 2.44 7.91 -encensaient encenser ver 0.33 1.22 0.00 0.20 ind:imp:3p; -encensait encenser ver 0.33 1.22 0.01 0.14 ind:imp:3s; -encensant encenser ver 0.33 1.22 0.00 0.07 par:pre; -encense encenser ver 0.33 1.22 0.20 0.27 ind:pre:1s;ind:pre:3s; -encensement encensement nom m s 0.01 0.00 0.01 0.00 -encenser encenser ver 0.33 1.22 0.04 0.34 inf; -encensoir encensoir nom m s 0.14 1.01 0.04 0.68 -encensoirs encensoir nom m p 0.14 1.01 0.10 0.34 -encensé encenser ver m s 0.33 1.22 0.08 0.14 par:pas; -encensés encenser ver m p 0.33 1.22 0.00 0.07 par:pas; -encercla encercler ver 8.62 7.50 0.01 0.14 ind:pas:3s; -encerclaient encercler ver 8.62 7.50 0.04 1.08 ind:imp:3p; -encerclais encercler ver 8.62 7.50 0.01 0.00 ind:imp:2s; -encerclait encercler ver 8.62 7.50 0.02 0.61 ind:imp:3s; -encerclant encercler ver 8.62 7.50 0.13 0.41 par:pre; -encercle encercler ver 8.62 7.50 0.73 0.68 imp:pre:2s;ind:pre:1s;ind:pre:3s; -encerclement encerclement nom m s 0.03 0.88 0.03 0.88 -encerclent encercler ver 8.62 7.50 0.80 0.61 ind:pre:3p; -encercler encercler ver 8.62 7.50 0.85 0.54 inf; -encerclera encercler ver 8.62 7.50 0.16 0.00 ind:fut:3s; -encercleraient encercler ver 8.62 7.50 0.00 0.07 cnd:pre:3p; -encerclez encercler ver 8.62 7.50 1.00 0.00 imp:pre:2p;ind:pre:2p; -encerclons encercler ver 8.62 7.50 0.04 0.00 imp:pre:1p;ind:pre:1p; -encerclèrent encercler ver 8.62 7.50 0.01 0.07 ind:pas:3p; -encerclé encercler ver m s 8.62 7.50 2.06 2.03 par:pas; -encerclée encercler ver f s 8.62 7.50 0.62 0.41 par:pas; -encerclées encercler ver f p 8.62 7.50 0.06 0.20 par:pas; -encerclés encercler ver m p 8.62 7.50 2.06 0.68 par:pas; -enchaîna enchaîner ver 7.58 21.76 0.05 3.99 ind:pas:3s; -enchaînai enchaîner ver 7.58 21.76 0.00 0.14 ind:pas:1s; -enchaînaient enchaîner ver 7.58 21.76 0.03 0.68 ind:imp:3p; -enchaînais enchaîner ver 7.58 21.76 0.14 0.07 ind:imp:1s; -enchaînait enchaîner ver 7.58 21.76 0.04 2.23 ind:imp:3s; -enchaînant enchaîner ver 7.58 21.76 0.01 0.68 par:pre; -enchaîne enchaîner ver 7.58 21.76 0.93 3.51 imp:pre:2s;ind:pre:1s;ind:pre:3s; -enchaînement enchaînement nom m s 1.22 4.59 0.89 3.72 -enchaînements enchaînement nom m p 1.22 4.59 0.33 0.88 -enchaînent enchaîner ver 7.58 21.76 0.41 1.01 ind:pre:3p; -enchaîner enchaîner ver 7.58 21.76 1.46 2.43 inf; -enchaînera enchaîner ver 7.58 21.76 0.01 0.07 ind:fut:3s; -enchaîneraient enchaîner ver 7.58 21.76 0.01 0.00 cnd:pre:3p; -enchaînerait enchaîner ver 7.58 21.76 0.02 0.07 cnd:pre:3s; -enchaîneras enchaîner ver 7.58 21.76 0.01 0.00 ind:fut:2s; -enchaînerez enchaîner ver 7.58 21.76 0.01 0.00 ind:fut:2p; -enchaînerons enchaîner ver 7.58 21.76 0.00 0.07 ind:fut:1p; -enchaînez enchaîner ver 7.58 21.76 0.40 0.00 imp:pre:2p;ind:pre:2p; -enchaînons enchaîner ver 7.58 21.76 0.16 0.27 imp:pre:1p;ind:pre:1p; -enchaînèrent enchaîner ver 7.58 21.76 0.01 0.20 ind:pas:3p; -enchaîné enchaîner ver m s 7.58 21.76 2.39 4.32 par:pas; -enchaînée enchaîner ver f s 7.58 21.76 0.47 0.41 par:pas; -enchaînées enchaîner ver f p 7.58 21.76 0.50 0.47 par:pas; -enchaînés enchaîner ver m p 7.58 21.76 0.53 1.15 par:pas; -enchanta enchanter ver 15.57 22.43 0.10 1.55 ind:pas:3s; -enchantaient enchanter ver 15.57 22.43 0.12 1.22 ind:imp:3p; -enchantais enchanter ver 15.57 22.43 0.00 0.27 ind:imp:1s; -enchantait enchanter ver 15.57 22.43 0.61 3.65 ind:imp:3s; -enchantant enchanter ver 15.57 22.43 0.03 0.20 par:pre; -enchante enchanter ver 15.57 22.43 4.25 2.64 imp:pre:2s;ind:pre:1s;ind:pre:3s; -enchantement enchantement nom m s 1.53 7.70 1.46 6.82 -enchantements enchantement nom m p 1.53 7.70 0.07 0.88 -enchantent enchanter ver 15.57 22.43 0.21 0.68 ind:pre:3p; -enchanter enchanter ver 15.57 22.43 0.56 1.62 inf; -enchantera enchanter ver 15.57 22.43 0.04 0.07 ind:fut:3s; -enchanteraient enchanter ver 15.57 22.43 0.00 0.07 cnd:pre:3p; -enchanterait enchanter ver 15.57 22.43 0.09 0.07 cnd:pre:3s; -enchanteresse enchanteur adj f s 1.88 2.64 0.55 0.47 -enchanteresses enchanteur adj f p 1.88 2.64 0.03 0.14 -enchanteront enchanter ver 15.57 22.43 0.00 0.07 ind:fut:3p; -enchantes enchanter ver 15.57 22.43 0.00 0.14 ind:pre:2s; -enchanteur enchanteur adj m s 1.88 2.64 1.25 1.22 -enchanteurs enchanteur nom m p 1.22 1.49 0.10 0.14 -enchantez enchanter ver 15.57 22.43 0.02 0.00 ind:pre:2p; -enchantions enchanter ver 15.57 22.43 0.00 0.07 ind:imp:1p; -enchantèrent enchanter ver 15.57 22.43 0.00 0.27 ind:pas:3p; -enchanté enchanté adj m s 55.00 7.97 35.28 4.26 -enchantée enchanté adj f s 55.00 7.97 18.96 2.43 -enchantées enchanté adj f p 55.00 7.97 0.20 0.27 -enchantés enchanter ver m p 15.57 22.43 0.68 1.69 par:pas; -enchemisé enchemiser ver m s 0.00 0.07 0.00 0.07 par:pas; -enchevêtraient enchevêtrer ver 0.21 2.30 0.00 0.41 ind:imp:3p; -enchevêtrais enchevêtrer ver 0.21 2.30 0.00 0.07 ind:imp:1s; -enchevêtrant enchevêtrer ver 0.21 2.30 0.00 0.07 par:pre; -enchevêtre enchevêtrer ver 0.21 2.30 0.00 0.27 ind:pre:3s; -enchevêtrement enchevêtrement nom m s 0.11 3.78 0.09 3.38 -enchevêtrements enchevêtrement nom m p 0.11 3.78 0.01 0.41 -enchevêtrent enchevêtrer ver 0.21 2.30 0.02 0.34 ind:pre:3p; -enchevêtré enchevêtrer ver m s 0.21 2.30 0.02 0.00 par:pas; -enchevêtrée enchevêtrer ver f s 0.21 2.30 0.14 0.00 par:pas; -enchevêtrées enchevêtré adj f p 0.04 2.50 0.02 0.95 -enchevêtrés enchevêtrer ver m p 0.21 2.30 0.02 0.68 par:pas; -enchifrené enchifrener ver m s 0.00 0.07 0.00 0.07 par:pas; -enchâssaient enchâsser ver 0.07 1.89 0.00 0.07 ind:imp:3p; -enchâssait enchâsser ver 0.07 1.89 0.00 0.07 ind:imp:3s; -enchâssant enchâsser ver 0.07 1.89 0.01 0.14 par:pre; -enchâsse enchâsser ver 0.07 1.89 0.00 0.07 ind:pre:3s; -enchâsser enchâsser ver 0.07 1.89 0.00 0.14 inf; -enchâssé enchâsser ver m s 0.07 1.89 0.03 0.54 par:pas; -enchâssée enchâsser ver f s 0.07 1.89 0.02 0.47 par:pas; -enchâssés enchâsser ver m p 0.07 1.89 0.01 0.41 par:pas; -enchriste enchrister ver 0.14 0.47 0.00 0.07 ind:pre:3s; -enchrister enchrister ver 0.14 0.47 0.14 0.07 inf; -enchristé enchrister ver m s 0.14 0.47 0.00 0.27 par:pas; -enchristée enchrister ver f s 0.14 0.47 0.00 0.07 par:pas; -enchère enchère nom f s 6.67 1.89 0.88 0.07 -enchères enchère nom f p 6.67 1.89 5.79 1.82 -enchtiber enchtiber ver 0.00 0.47 0.00 0.14 inf; -enchtibé enchtiber ver m s 0.00 0.47 0.00 0.27 par:pas; -enchtibés enchtiber ver m p 0.00 0.47 0.00 0.07 par:pas; -enchéri enchérir ver m s 0.55 0.41 0.05 0.07 par:pas; -enchérir enchérir ver 0.55 0.41 0.37 0.14 inf; -enchérissant enchérir ver 0.55 0.41 0.00 0.07 par:pre; -enchérisse enchérir ver 0.55 0.41 0.09 0.00 sub:pre:1s;sub:pre:3s; -enchérisseur enchérisseur nom m s 0.29 0.00 0.14 0.00 -enchérisseurs enchérisseur nom m p 0.29 0.00 0.14 0.00 -enchérisseuse enchérisseur nom f s 0.29 0.00 0.01 0.00 -enchérit enchérir ver 0.55 0.41 0.04 0.14 ind:pre:3s; -enclave enclave nom f s 0.21 1.49 0.13 0.95 -enclaves enclave nom f p 0.21 1.49 0.09 0.54 -enclavé enclavé adj m s 0.02 0.07 0.01 0.00 -enclavée enclavé adj f s 0.02 0.07 0.01 0.00 -enclavées enclavé adj f p 0.02 0.07 0.00 0.07 -enclencha enclencher ver 2.74 2.43 0.00 0.14 ind:pas:3s; -enclenchai enclencher ver 2.74 2.43 0.00 0.07 ind:pas:1s; -enclenchait enclencher ver 2.74 2.43 0.00 0.14 ind:imp:3s; -enclenchant enclencher ver 2.74 2.43 0.04 0.14 par:pre; -enclenche enclencher ver 2.74 2.43 0.93 0.68 imp:pre:2s;ind:pre:1s;ind:pre:3s; -enclenchement enclenchement nom m s 0.06 0.07 0.06 0.07 -enclenchent enclencher ver 2.74 2.43 0.06 0.14 ind:pre:3p; -enclencher enclencher ver 2.74 2.43 0.46 0.47 inf; -enclenchera enclencher ver 2.74 2.43 0.04 0.00 ind:fut:3s; -enclenches enclencher ver 2.74 2.43 0.01 0.07 ind:pre:2s; -enclenchez enclencher ver 2.74 2.43 0.55 0.00 imp:pre:2p; -enclenché enclenché adj m s 1.06 0.27 0.80 0.07 -enclenchée enclenché adj f s 1.06 0.27 0.21 0.14 -enclenchées enclencher ver f p 2.74 2.43 0.03 0.00 par:pas; -enclenchés enclenché adj m p 1.06 0.27 0.04 0.07 -enclin enclin adj m s 2.33 5.07 1.61 2.77 -encline enclin adj f s 2.33 5.07 0.32 0.54 -enclines enclin adj f p 2.33 5.07 0.00 0.14 -enclins enclin adj m p 2.33 5.07 0.41 1.62 -encliqueter encliqueter ver 0.01 0.00 0.01 0.00 inf; -encloîtrer encloîtrer ver 0.00 0.07 0.00 0.07 inf; -encloqué encloquer ver m s 0.03 0.00 0.03 0.00 par:pas; -enclore enclore ver 0.00 1.28 0.00 0.14 inf; -enclos enclos nom m 2.95 6.01 2.95 6.01 -enclose enclore ver f s 0.00 1.28 0.00 0.20 par:pas; -encloses enclore ver f p 0.00 1.28 0.00 0.41 par:pas; -enclosure enclosure nom f s 0.01 0.07 0.01 0.07 -enclouer enclouer ver 0.00 0.07 0.00 0.07 inf; -enclume enclume nom f s 0.82 5.20 0.49 5.14 -enclumes enclume nom f p 0.82 5.20 0.33 0.07 -encoche encoche nom f s 0.26 2.23 0.13 1.49 -encoches encoche nom f p 0.26 2.23 0.13 0.74 -encoché encocher ver m s 0.00 0.07 0.00 0.07 par:pas; -encoconner encoconner ver 0.00 0.20 0.00 0.07 inf; -encoconnée encoconner ver f s 0.00 0.20 0.00 0.14 par:pas; -encodage encodage nom m s 0.06 0.00 0.06 0.00 -encode encoder ver 1.08 0.00 0.03 0.00 ind:pre:1s;ind:pre:3s; -encoder encoder ver 1.08 0.00 0.06 0.00 inf; -encodeur encodeur nom m s 0.06 0.00 0.06 0.00 -encodé encoder ver m s 1.08 0.00 0.89 0.00 par:pas; -encodée encoder ver f s 1.08 0.00 0.05 0.00 par:pas; -encodés encoder ver m p 1.08 0.00 0.05 0.00 par:pas; -encoignure encoignure nom f s 0.00 4.19 0.00 3.04 -encoignures encoignure nom f p 0.00 4.19 0.00 1.15 -encollage encollage nom m s 0.00 0.07 0.00 0.07 -encollait encoller ver 0.00 0.34 0.00 0.07 ind:imp:3s; -encoller encoller ver 0.00 0.34 0.00 0.07 inf; -encolleuses encolleur nom f p 0.00 0.07 0.00 0.07 -encollé encoller ver m s 0.00 0.34 0.00 0.07 par:pas; -encollée encoller ver f s 0.00 0.34 0.00 0.07 par:pas; -encollées encoller ver f p 0.00 0.34 0.00 0.07 par:pas; -encolure encolure nom f s 0.17 6.69 0.17 6.01 -encolures encolure nom f p 0.17 6.69 0.00 0.68 -encolérée encoléré adj f s 0.00 0.14 0.00 0.07 -encolérés encoléré adj m p 0.00 0.14 0.00 0.07 -encombra encombrer ver 2.22 30.41 0.00 0.14 ind:pas:3s; -encombraient encombrer ver 2.22 30.41 0.02 3.24 ind:imp:3p; -encombrais encombrer ver 2.22 30.41 0.00 0.07 ind:imp:1s; -encombrait encombrer ver 2.22 30.41 0.14 2.30 ind:imp:3s; -encombrant encombrant adj m s 1.42 6.08 0.47 2.70 -encombrante encombrant adj f s 1.42 6.08 0.50 1.55 -encombrantes encombrant adj f p 1.42 6.08 0.01 0.47 -encombrants encombrant adj m p 1.42 6.08 0.45 1.35 -encombre encombre nom m s 0.71 1.69 0.47 1.55 -encombrement encombrement nom m s 0.23 3.72 0.05 2.23 -encombrements encombrement nom m p 0.23 3.72 0.18 1.49 -encombrent encombrer ver 2.22 30.41 0.10 1.82 ind:pre:3p; -encombrer encombrer ver 2.22 30.41 0.47 3.65 inf; -encombrera encombrer ver 2.22 30.41 0.01 0.20 ind:fut:3s; -encombrerai encombrer ver 2.22 30.41 0.11 0.00 ind:fut:1s; -encombrerait encombrer ver 2.22 30.41 0.00 0.07 cnd:pre:3s; -encombres encombre nom m p 0.71 1.69 0.25 0.14 -encombrez encombrer ver 2.22 30.41 0.08 0.07 imp:pre:2p;ind:pre:2p; -encombrèrent encombrer ver 2.22 30.41 0.00 0.07 ind:pas:3p; -encombré encombrer ver m s 2.22 30.41 0.35 5.34 par:pas; -encombrée encombrer ver f s 2.22 30.41 0.17 6.49 par:pas; -encombrées encombrer ver f p 2.22 30.41 0.09 2.50 par:pas; -encombrés encombrer ver m p 2.22 30.41 0.17 2.09 par:pas; -encor encor adv 0.42 0.27 0.42 0.27 -encorbellement encorbellement nom m s 0.02 1.01 0.01 0.68 -encorbellements encorbellement nom m p 0.02 1.01 0.01 0.34 -encorder encorder ver 0.11 0.47 0.10 0.20 inf; -encordé encorder ver m s 0.11 0.47 0.01 0.07 par:pas; -encordée encorder ver f s 0.11 0.47 0.00 0.07 par:pas; -encordés encorder ver m p 0.11 0.47 0.00 0.14 par:pas; -encore encore adv_sup 1176.94 1579.05 1176.94 1579.05 -encornaient encorner ver 0.20 0.07 0.00 0.07 ind:imp:3p; -encorner encorner ver 0.20 0.07 0.20 0.00 inf; -encornet encornet nom m s 0.15 0.07 0.14 0.00 -encornets encornet nom m p 0.15 0.07 0.01 0.07 -encorné encorné adj m s 0.00 0.27 0.00 0.07 -encornée encorné adj f s 0.00 0.27 0.00 0.07 -encornés encorné adj m p 0.00 0.27 0.00 0.14 -encotonne encotonner ver 0.00 0.14 0.00 0.07 sub:pre:3s; -encotonner encotonner ver 0.00 0.14 0.00 0.07 inf; -encourage encourager ver 15.24 27.57 3.99 3.31 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -encouragea encourager ver 15.24 27.57 0.02 1.08 ind:pas:3s; -encourageai encourager ver 15.24 27.57 0.00 0.47 ind:pas:1s; -encourageaient encourager ver 15.24 27.57 0.25 1.08 ind:imp:3p; -encourageais encourager ver 15.24 27.57 0.14 0.68 ind:imp:1s;ind:imp:2s; -encourageait encourager ver 15.24 27.57 0.44 3.58 ind:imp:3s; -encourageant encourageant adj m s 1.49 3.31 1.05 1.89 -encourageante encourageant adj f s 1.49 3.31 0.14 0.61 -encourageantes encourageant adj f p 1.49 3.31 0.07 0.54 -encourageants encourageant adj m p 1.49 3.31 0.24 0.27 -encourageas encourager ver 15.24 27.57 0.00 0.07 ind:pas:2s; -encouragement encouragement nom m s 2.18 6.42 1.00 3.65 -encouragements encouragement nom m p 2.18 6.42 1.18 2.77 -encouragent encourager ver 15.24 27.57 0.82 0.34 ind:pre:3p; -encourageons encourager ver 15.24 27.57 0.42 0.07 imp:pre:1p;ind:pre:1p; -encourageât encourager ver 15.24 27.57 0.00 0.14 sub:imp:3s; -encourager encourager ver 15.24 27.57 4.42 7.03 inf; -encouragera encourager ver 15.24 27.57 0.11 0.07 ind:fut:3s; -encouragerai encourager ver 15.24 27.57 0.09 0.14 ind:fut:1s; -encouragerais encourager ver 15.24 27.57 0.10 0.07 cnd:pre:1s;cnd:pre:2s; -encouragerait encourager ver 15.24 27.57 0.08 0.07 cnd:pre:3s; -encourageras encourager ver 15.24 27.57 0.03 0.00 ind:fut:2s; -encourages encourager ver 15.24 27.57 0.52 0.20 ind:pre:2s; -encouragez encourager ver 15.24 27.57 0.57 0.14 imp:pre:2p;ind:pre:2p; -encouragiez encourager ver 15.24 27.57 0.05 0.07 ind:imp:2p; -encouragèrent encourager ver 15.24 27.57 0.01 0.20 ind:pas:3p; -encouragé encourager ver m s 15.24 27.57 1.79 4.32 par:pas; -encouragée encourager ver f s 15.24 27.57 0.73 1.35 par:pas; -encouragées encourager ver f p 15.24 27.57 0.04 0.20 par:pas; -encouragés encourager ver m p 15.24 27.57 0.23 1.22 par:pas; -encouraient encourir ver 1.10 2.30 0.03 0.14 ind:imp:3p; -encourais encourir ver 1.10 2.30 0.03 0.00 ind:imp:1s;ind:imp:2s; -encourait encourir ver 1.10 2.30 0.01 0.34 ind:imp:3s; -encourant encourir ver 1.10 2.30 0.01 0.07 par:pre; -encourent encourir ver 1.10 2.30 0.05 0.07 ind:pre:3p; -encourir encourir ver 1.10 2.30 0.10 0.81 inf; -encourrait encourir ver 1.10 2.30 0.02 0.07 cnd:pre:3s; -encours encourir ver 1.10 2.30 0.04 0.00 ind:pre:1s; -encourt encourir ver 1.10 2.30 0.23 0.14 ind:pre:3s; -encouru encourir ver m s 1.10 2.30 0.24 0.20 par:pas; -encourue encourir ver f s 1.10 2.30 0.13 0.07 par:pas; -encourues encourir ver f p 1.10 2.30 0.04 0.20 par:pas; -encourus encourir ver m p 1.10 2.30 0.16 0.20 par:pas; -encrage encrage nom m s 0.02 0.07 0.02 0.07 -encrait encrer ver 0.10 0.61 0.00 0.07 ind:imp:3s; -encrassait encrasser ver 0.34 0.68 0.00 0.07 ind:imp:3s; -encrasse encrasser ver 0.34 0.68 0.14 0.07 ind:pre:3s; -encrassent encrasser ver 0.34 0.68 0.00 0.07 ind:pre:3p; -encrasser encrasser ver 0.34 0.68 0.01 0.14 inf; -encrassé encrasser ver m s 0.34 0.68 0.05 0.14 par:pas; -encrassée encrasser ver f s 0.34 0.68 0.11 0.14 par:pas; -encrassées encrassé adj f p 0.02 0.27 0.01 0.07 -encrassés encrasser ver m p 0.34 0.68 0.02 0.07 par:pas; -encre encre nom f s 6.81 29.53 6.49 28.65 -encrer encrer ver 0.10 0.61 0.02 0.00 inf; -encres encre nom f p 6.81 29.53 0.32 0.88 -encreur encreur adj m s 0.07 0.07 0.07 0.00 -encreurs encreur adj m p 0.07 0.07 0.00 0.07 -encrier encrier nom m s 0.45 4.26 0.43 3.51 -encriers encrier nom m p 0.45 4.26 0.02 0.74 -encroûtaient encroûter ver 0.18 0.95 0.00 0.07 ind:imp:3p; -encroûte encroûter ver 0.18 0.95 0.02 0.00 ind:pre:1s; -encroûtement encroûtement nom m s 0.01 0.00 0.01 0.00 -encroûter encroûter ver 0.18 0.95 0.15 0.07 inf; -encroûtèrent encroûter ver 0.18 0.95 0.00 0.07 ind:pas:3p; -encroûté encroûter ver m s 0.18 0.95 0.01 0.07 par:pas; -encroûtée encroûter ver f s 0.18 0.95 0.00 0.14 par:pas; -encroûtées encroûter ver f p 0.18 0.95 0.00 0.27 par:pas; -encroûtés encroûté nom m p 0.01 0.14 0.01 0.07 -encrotté encrotter ver m s 0.00 0.07 0.00 0.07 par:pas; -encré encrer ver m s 0.10 0.61 0.01 0.07 par:pas; -encrée encrer ver f s 0.10 0.61 0.00 0.07 par:pas; -encrés encrer ver m p 0.10 0.61 0.05 0.20 par:pas; -encryptage encryptage nom m s 0.03 0.00 0.03 0.00 -encrypté encrypter ver m s 0.02 0.00 0.02 0.00 par:pas; -enculade enculade nom f s 0.33 0.14 0.20 0.07 -enculades enculade nom f p 0.33 0.14 0.14 0.07 -enculage enculage nom m s 0.06 0.07 0.06 0.07 -enculant enculer ver 15.43 5.27 0.13 0.00 par:pre; -encule enculer ver 15.43 5.27 2.36 1.28 imp:pre:2s;ind:pre:1s;ind:pre:3s; -enculent enculer ver 15.43 5.27 0.09 0.34 ind:pre:3p; -enculer enculer ver 15.43 5.27 5.88 1.89 inf; -enculera enculer ver 15.43 5.27 0.01 0.00 ind:fut:3s; -enculerais enculer ver 15.43 5.27 0.01 0.07 cnd:pre:1s;cnd:pre:2s; -enculerait enculer ver 15.43 5.27 0.00 0.07 cnd:pre:3s; -enculerie enculerie nom f s 0.01 0.47 0.00 0.27 -enculeries enculerie nom f p 0.01 0.47 0.01 0.20 -encules enculer ver 15.43 5.27 0.29 0.14 ind:pre:2s; -enculeur enculeur nom m s 0.54 0.68 0.35 0.54 -enculeurs enculeur nom m p 0.54 0.68 0.18 0.14 -enculé enculé adj m s 31.77 4.73 22.73 3.45 -enculée enculer ver f s 15.43 5.27 0.20 0.20 par:pas; -enculées enculé adj f p 31.77 4.73 0.23 0.00 -enculés enculé adj m p 31.77 4.73 8.78 1.22 -encéphale encéphale nom m s 0.01 0.07 0.01 0.07 -encéphalique encéphalique adj s 0.04 0.14 0.04 0.00 -encéphaliques encéphalique adj p 0.04 0.14 0.00 0.14 -encéphalite encéphalite nom f s 0.48 0.07 0.48 0.07 -encéphalogramme encéphalogramme nom m s 0.58 0.20 0.58 0.20 -encéphalographie encéphalographie nom f s 0.02 0.07 0.02 0.07 -encéphalopathie encéphalopathie nom f s 0.05 0.00 0.05 0.00 -encyclique encyclique nom f s 0.04 0.27 0.04 0.20 -encycliques encyclique nom f p 0.04 0.27 0.00 0.07 -encyclopédie encyclopédie nom f s 1.99 2.64 1.14 1.28 -encyclopédies encyclopédie nom f p 1.99 2.64 0.85 1.35 -encyclopédique encyclopédique adj s 0.12 0.74 0.12 0.61 -encyclopédiques encyclopédique adj f p 0.12 0.74 0.00 0.14 -encyclopédistes encyclopédiste nom p 0.00 0.14 0.00 0.14 -endettait endetter ver 1.41 1.01 0.01 0.07 ind:imp:3s; -endettant endetter ver 1.41 1.01 0.00 0.07 par:pre; -endette endetter ver 1.41 1.01 0.02 0.14 ind:pre:3s; -endettement endettement nom m s 0.09 0.07 0.09 0.07 -endetter endetter ver 1.41 1.01 0.18 0.27 inf; -endettez endetter ver 1.41 1.01 0.14 0.00 imp:pre:2p;ind:pre:2p; -endetté endetter ver m s 1.41 1.01 0.79 0.34 par:pas; -endettée endetté adj f s 0.45 0.20 0.23 0.07 -endettées endetter ver f p 1.41 1.01 0.01 0.00 par:pas; -endettés endetter ver m p 1.41 1.01 0.14 0.00 par:pas; -endeuille endeuiller ver 0.19 0.81 0.00 0.14 ind:pre:3s; -endeuillent endeuiller ver 0.19 0.81 0.01 0.00 ind:pre:3p; -endeuiller endeuiller ver 0.19 0.81 0.01 0.14 inf; -endeuillerai endeuiller ver 0.19 0.81 0.14 0.00 ind:fut:1s; -endeuillé endeuillé adj m s 0.20 1.35 0.11 0.20 -endeuillée endeuillé adj f s 0.20 1.35 0.06 0.61 -endeuillées endeuillé adj f p 0.20 1.35 0.01 0.20 -endeuillés endeuillé adj m p 0.20 1.35 0.02 0.34 -endiable endiabler ver 0.03 0.47 0.00 0.14 ind:pre:3s; -endiablent endiabler ver 0.03 0.47 0.00 0.07 ind:pre:3p; -endiablerez endiabler ver 0.03 0.47 0.00 0.07 ind:fut:2p; -endiablé endiablé adj m s 0.43 1.22 0.17 0.34 -endiablée endiablé adj f s 0.43 1.22 0.19 0.61 -endiablées endiablé adj f p 0.43 1.22 0.06 0.20 -endiablés endiablé adj m p 0.43 1.22 0.01 0.07 -endiamanté endiamanté adj m s 0.01 0.61 0.00 0.14 -endiamantée endiamanté adj f s 0.01 0.61 0.01 0.20 -endiamantées endiamanté adj f p 0.01 0.61 0.00 0.20 -endiamantés endiamanté adj m p 0.01 0.61 0.00 0.07 -endigua endiguer ver 0.56 1.82 0.00 0.14 ind:pas:3s; -endiguait endiguer ver 0.56 1.82 0.00 0.07 ind:imp:3s; -endigue endiguer ver 0.56 1.82 0.03 0.00 ind:pre:3s; -endiguement endiguement nom m s 0.11 0.00 0.11 0.00 -endiguer endiguer ver 0.56 1.82 0.40 1.35 inf; -endiguera endiguer ver 0.56 1.82 0.01 0.00 ind:fut:3s; -endigué endiguer ver m s 0.56 1.82 0.10 0.07 par:pas; -endiguée endiguer ver f s 0.56 1.82 0.01 0.20 par:pas; -endigués endiguer ver m p 0.56 1.82 0.01 0.00 par:pas; -endimanchait endimancher ver 0.04 1.08 0.00 0.07 ind:imp:3s; -endimanchement endimanchement nom m s 0.00 0.07 0.00 0.07 -endimancher endimancher ver 0.04 1.08 0.00 0.14 inf; -endimanché endimanché adj m s 0.21 3.18 0.06 0.61 -endimanchée endimanché adj f s 0.21 3.18 0.04 0.54 -endimanchées endimanché adj f p 0.21 3.18 0.00 0.74 -endimanchés endimanché adj m p 0.21 3.18 0.11 1.28 -endive endive nom f s 0.87 0.95 0.03 0.14 -endives endive nom f p 0.87 0.95 0.84 0.81 -endivisionnés endivisionner ver m p 0.00 0.07 0.00 0.07 par:pas; -endocarde endocarde nom m s 0.01 0.00 0.01 0.00 -endocardite endocardite nom f s 0.14 0.00 0.14 0.00 -endocrine endocrine adj f s 0.02 0.20 0.01 0.07 -endocrines endocrine adj f p 0.02 0.20 0.01 0.14 -endocrinien endocrinien adj m s 0.04 0.07 0.01 0.00 -endocrinienne endocrinien adj f s 0.04 0.07 0.02 0.00 -endocriniens endocrinien adj m p 0.04 0.07 0.01 0.07 -endocrinologie endocrinologie nom f s 0.07 0.27 0.07 0.27 -endocrinologiste endocrinologiste nom s 0.01 0.00 0.01 0.00 -endocrinologue endocrinologue nom s 0.04 0.07 0.04 0.07 -endoctrina endoctriner ver 0.20 0.34 0.00 0.07 ind:pas:3s; -endoctrinement endoctrinement nom m s 0.13 0.27 0.13 0.27 -endoctriner endoctriner ver 0.20 0.34 0.04 0.14 inf; -endoctriné endoctriner ver m s 0.20 0.34 0.01 0.07 par:pas; -endoctrinée endoctriner ver f s 0.20 0.34 0.11 0.07 par:pas; -endoctrinés endoctriner ver m p 0.20 0.34 0.05 0.00 par:pas; -endogamie endogamie nom f s 0.02 0.34 0.02 0.34 -endogène endogène adj f s 0.03 0.14 0.03 0.14 -endolori endolori adj m s 0.50 1.28 0.29 0.27 -endolorie endolorir ver f s 0.16 0.74 0.10 0.20 par:pas; -endolories endolori adj f p 0.50 1.28 0.01 0.20 -endolorir endolorir ver 0.16 0.74 0.00 0.07 inf; -endoloris endolori adj m p 0.50 1.28 0.16 0.20 -endolorissement endolorissement nom m s 0.03 0.20 0.03 0.20 -endommagea endommager ver 5.28 1.82 0.00 0.07 ind:pas:3s; -endommageant endommager ver 5.28 1.82 0.06 0.07 par:pre; -endommagement endommagement nom m s 0.02 0.00 0.01 0.00 -endommagements endommagement nom m p 0.02 0.00 0.01 0.00 -endommager endommager ver 5.28 1.82 1.23 0.47 inf; -endommagera endommager ver 5.28 1.82 0.07 0.00 ind:fut:3s; -endommagerait endommager ver 5.28 1.82 0.03 0.00 cnd:pre:3s; -endommagerez endommager ver 5.28 1.82 0.03 0.00 ind:fut:2p; -endommagez endommager ver 5.28 1.82 0.15 0.00 imp:pre:2p;ind:pre:2p; -endommagé endommager ver m s 5.28 1.82 2.40 0.88 par:pas; -endommagée endommager ver f s 5.28 1.82 0.69 0.14 par:pas; -endommagées endommager ver f p 5.28 1.82 0.14 0.07 par:pas; -endommagés endommager ver m p 5.28 1.82 0.49 0.14 par:pas; -endomorphe endomorphe adj s 0.01 0.00 0.01 0.00 -endomorphine endomorphine nom f s 0.01 0.00 0.01 0.00 -endométriose endométriose nom f s 0.04 0.00 0.04 0.00 -endométrite endométrite nom f s 0.01 0.00 0.01 0.00 -endoplasmique endoplasmique adj m s 0.03 0.00 0.03 0.00 -endormîmes endormir ver 48.19 73.18 0.00 0.20 ind:pas:1p; -endormît endormir ver 48.19 73.18 0.00 0.07 sub:imp:3s; -endormaient endormir ver 48.19 73.18 0.14 1.55 ind:imp:3p; -endormais endormir ver 48.19 73.18 0.42 1.96 ind:imp:1s;ind:imp:2s; -endormait endormir ver 48.19 73.18 0.50 5.81 ind:imp:3s; -endormant endormir ver 48.19 73.18 0.35 1.35 par:pre; -endormante endormant adj f s 0.04 0.14 0.01 0.07 -endorme endormir ver 48.19 73.18 1.30 0.95 sub:pre:1s;sub:pre:3s; -endorment endormir ver 48.19 73.18 0.98 1.28 ind:pre:3p; -endormes endormir ver 48.19 73.18 0.22 0.07 sub:pre:2s; -endormeur endormeur nom m s 0.02 0.20 0.02 0.14 -endormeurs endormeur nom m p 0.02 0.20 0.00 0.07 -endormez endormir ver 48.19 73.18 0.73 0.20 imp:pre:2p;ind:pre:2p; -endormi endormir ver m s 48.19 73.18 12.83 11.22 par:pas; -endormie endormi adj f s 13.43 32.30 8.84 16.96 -endormies endormi adj f p 13.43 32.30 0.37 2.70 -endormions endormir ver 48.19 73.18 0.16 0.20 ind:imp:1p; -endormir endormir ver 48.19 73.18 15.36 24.39 inf; -endormira endormir ver 48.19 73.18 0.94 0.27 ind:fut:3s; -endormirai endormir ver 48.19 73.18 0.47 0.20 ind:fut:1s; -endormiraient endormir ver 48.19 73.18 0.00 0.14 cnd:pre:3p; -endormirais endormir ver 48.19 73.18 0.19 0.07 cnd:pre:1s;cnd:pre:2s; -endormirait endormir ver 48.19 73.18 0.02 0.47 cnd:pre:3s; -endormirent endormir ver 48.19 73.18 0.02 0.27 ind:pas:3p; -endormirez endormir ver 48.19 73.18 0.04 0.07 ind:fut:2p; -endormirions endormir ver 48.19 73.18 0.01 0.00 cnd:pre:1p; -endormiront endormir ver 48.19 73.18 0.06 0.14 ind:fut:3p; -endormis endormi adj m p 13.43 32.30 1.27 4.05 -endormisse endormir ver 48.19 73.18 0.00 0.07 sub:imp:1s; -endormissement endormissement nom m s 0.04 0.07 0.04 0.00 -endormissements endormissement nom m p 0.04 0.07 0.00 0.07 -endormit endormir ver 48.19 73.18 0.20 7.77 ind:pas:3s; -endormons endormir ver 48.19 73.18 0.29 0.27 imp:pre:1p;ind:pre:1p; -endorphine endorphine nom f s 1.33 0.07 0.29 0.00 -endorphines endorphine nom f p 1.33 0.07 1.04 0.07 -endors endormir ver 48.19 73.18 6.08 3.85 imp:pre:2s;ind:pre:1s;ind:pre:2s; -endort endormir ver 48.19 73.18 5.67 5.34 ind:pre:3s; -endoscope endoscope nom m s 0.15 0.00 0.15 0.00 -endoscopie endoscopie nom f s 0.25 0.07 0.25 0.07 -endoscopique endoscopique adj s 0.01 0.00 0.01 0.00 -endosquelette endosquelette nom m s 0.01 0.00 0.01 0.00 -endossa endosser ver 2.29 5.68 0.00 0.34 ind:pas:3s; -endossables endossable adj m p 0.01 0.00 0.01 0.00 -endossai endosser ver 2.29 5.68 0.01 0.07 ind:pas:1s; -endossaient endosser ver 2.29 5.68 0.00 0.07 ind:imp:3p; -endossais endosser ver 2.29 5.68 0.01 0.07 ind:imp:1s; -endossait endosser ver 2.29 5.68 0.01 0.34 ind:imp:3s; -endossant endosser ver 2.29 5.68 0.12 0.27 par:pre; -endosse endosser ver 2.29 5.68 0.28 0.61 imp:pre:2s;ind:pre:1s;ind:pre:3s; -endossement endossement nom m s 0.26 0.00 0.26 0.00 -endossent endosser ver 2.29 5.68 0.02 0.07 ind:pre:3p; -endosser endosser ver 2.29 5.68 1.13 2.36 inf; -endosserai endosser ver 2.29 5.68 0.04 0.00 ind:fut:1s; -endosserais endosser ver 2.29 5.68 0.00 0.07 cnd:pre:1s; -endosserait endosser ver 2.29 5.68 0.00 0.14 cnd:pre:3s; -endosseras endosser ver 2.29 5.68 0.01 0.00 ind:fut:2s; -endosses endosser ver 2.29 5.68 0.03 0.00 ind:pre:2s; -endosseur endosseur nom m s 0.00 0.07 0.00 0.07 -endossez endosser ver 2.29 5.68 0.23 0.07 imp:pre:2p;ind:pre:2p; -endossiez endosser ver 2.29 5.68 0.01 0.07 ind:imp:2p; -endossât endosser ver 2.29 5.68 0.00 0.14 sub:imp:3s; -endossèrent endosser ver 2.29 5.68 0.00 0.14 ind:pas:3p; -endossé endosser ver m s 2.29 5.68 0.24 0.68 par:pas; -endossée endosser ver f s 2.29 5.68 0.10 0.14 par:pas; -endossées endosser ver f p 2.29 5.68 0.00 0.07 par:pas; -endossés endosser ver m p 2.29 5.68 0.05 0.00 par:pas; -endothermique endothermique adj f s 0.01 0.00 0.01 0.00 -endroit endroit nom m s 218.24 137.57 196.75 108.65 -endroits endroit nom m p 218.24 137.57 21.48 28.92 -enduira enduire ver 1.25 7.50 0.01 0.00 ind:fut:3s; -enduirais enduire ver 1.25 7.50 0.00 0.07 cnd:pre:1s; -enduirait enduire ver 1.25 7.50 0.00 0.07 cnd:pre:3s; -enduire enduire ver 1.25 7.50 0.18 1.35 inf; -enduis enduire ver 1.25 7.50 0.20 0.07 imp:pre:2s;ind:pre:1s;ind:pre:2s; -enduisaient enduire ver 1.25 7.50 0.00 0.27 ind:imp:3p; -enduisait enduire ver 1.25 7.50 0.00 0.61 ind:imp:3s; -enduisant enduire ver 1.25 7.50 0.00 0.27 par:pre; -enduisent enduire ver 1.25 7.50 0.12 0.20 ind:pre:3p; -enduisit enduire ver 1.25 7.50 0.00 0.34 ind:pas:3s; -enduisons enduire ver 1.25 7.50 0.11 0.00 imp:pre:1p;ind:pre:1p; -enduit enduire ver m s 1.25 7.50 0.49 1.42 ind:pre:3s;par:pas; -enduite enduire ver f s 1.25 7.50 0.07 1.15 par:pas; -enduites enduire ver f p 1.25 7.50 0.03 0.81 par:pas; -enduits enduire ver m p 1.25 7.50 0.04 0.88 par:pas; -endémique endémique adj s 0.11 1.01 0.11 0.88 -endémiques endémique adj f p 0.11 1.01 0.00 0.14 -endura endurer ver 9.67 7.57 0.00 0.14 ind:pas:3s; -endurable endurable adj s 0.00 0.07 0.00 0.07 -enduraient endurer ver 9.67 7.57 0.02 0.07 ind:imp:3p; -endurais endurer ver 9.67 7.57 0.02 0.07 ind:imp:1s; -endurait endurer ver 9.67 7.57 0.04 0.20 ind:imp:3s; -endurance endurance nom f s 1.72 2.43 1.72 2.43 -endurant endurant adj m s 0.14 0.34 0.10 0.14 -endurante endurant adj f s 0.14 0.34 0.03 0.07 -endurants endurant adj m p 0.14 0.34 0.01 0.14 -endurci endurcir ver m s 2.11 2.09 0.51 0.61 par:pas; -endurcie endurcir ver f s 2.11 2.09 0.28 0.20 par:pas; -endurcies endurci adj f p 1.19 1.28 0.01 0.00 -endurcir endurcir ver 2.11 2.09 0.91 0.68 inf; -endurcirait endurcir ver 2.11 2.09 0.01 0.00 cnd:pre:3s; -endurcis endurci adj m p 1.19 1.28 0.43 0.61 -endurcissait endurcir ver 2.11 2.09 0.01 0.00 ind:imp:3s; -endurcissement endurcissement nom m s 0.40 0.61 0.40 0.61 -endurcit endurcir ver 2.11 2.09 0.24 0.34 ind:pre:3s;ind:pas:3s; -endure endurer ver 9.67 7.57 1.58 0.47 ind:pre:1s;ind:pre:3s; -endurent endurer ver 9.67 7.57 0.17 0.07 ind:pre:3p; -endurer endurer ver 9.67 7.57 3.70 3.58 inf; -endurera endurer ver 9.67 7.57 0.00 0.07 ind:fut:3s; -endurerai endurer ver 9.67 7.57 0.14 0.00 ind:fut:1s; -endureras endurer ver 9.67 7.57 0.01 0.00 ind:fut:2s; -endurez endurer ver 9.67 7.57 0.40 0.00 imp:pre:2p;ind:pre:2p; -enduriez endurer ver 9.67 7.57 0.01 0.00 ind:imp:2p; -endurons endurer ver 9.67 7.57 0.02 0.00 ind:pre:1p; -enduré endurer ver m s 9.67 7.57 3.08 1.82 par:pas; -endurée endurer ver f s 9.67 7.57 0.05 0.14 par:pas; -endurées endurer ver f p 9.67 7.57 0.19 0.54 par:pas; -endurés endurer ver m p 9.67 7.57 0.16 0.27 par:pas; -endêver endêver ver 0.00 0.07 0.00 0.07 inf; -enfance enfance nom f s 33.01 103.99 32.70 103.11 -enfances enfance nom f p 33.01 103.99 0.31 0.88 -enfant_robot enfant_robot nom s 0.16 0.00 0.16 0.00 -enfant_roi enfant_roi nom s 0.02 0.14 0.02 0.14 -enfant enfant nom s 735.59 725.68 287.26 381.96 -enfanta enfanter ver 1.96 3.99 0.00 0.14 ind:pas:3s; -enfantaient enfanter ver 1.96 3.99 0.00 0.07 ind:imp:3p; -enfantait enfanter ver 1.96 3.99 0.00 0.34 ind:imp:3s; -enfante enfanter ver 1.96 3.99 0.20 0.54 imp:pre:2s;ind:pre:1s;ind:pre:3s; -enfantelets enfantelet nom m p 0.00 0.07 0.00 0.07 -enfantement enfantement nom m s 0.25 0.81 0.25 0.74 -enfantements enfantement nom m p 0.25 0.81 0.00 0.07 -enfantent enfanter ver 1.96 3.99 0.16 0.20 ind:pre:3p; -enfanter enfanter ver 1.96 3.99 0.80 1.08 inf; -enfantera enfanter ver 1.96 3.99 0.27 0.00 ind:fut:3s; -enfanterai enfanter ver 1.96 3.99 0.02 0.07 ind:fut:1s; -enfançon enfançon nom m s 0.10 0.34 0.00 0.27 -enfançons enfançon nom m p 0.10 0.34 0.10 0.07 -enfantillage enfantillage nom m s 1.47 3.58 0.15 1.96 -enfantillages enfantillage nom m p 1.47 3.58 1.32 1.62 -enfantin enfantin adj m s 3.39 31.15 0.89 11.01 -enfantine enfantin adj f s 3.39 31.15 2.07 13.99 -enfantinement enfantinement adv 0.10 0.41 0.10 0.41 -enfantines enfantin adj f p 3.39 31.15 0.24 3.51 -enfantins enfantin adj m p 3.39 31.15 0.19 2.64 -enfantons enfanter ver 1.96 3.99 0.00 0.07 ind:pre:1p; -enfants_robot enfants_robot nom m p 0.01 0.00 0.01 0.00 -enfants_roi enfants_roi nom m p 0.00 0.07 0.00 0.07 -enfants enfant nom m p 735.59 725.68 448.33 343.72 -enfanté enfanter ver m s 1.96 3.99 0.40 1.01 par:pas; -enfantée enfanter ver f s 1.96 3.99 0.11 0.20 par:pas; -enfantées enfanter ver f p 1.96 3.99 0.00 0.07 par:pas; -enfantés enfanter ver m p 1.96 3.99 0.00 0.20 par:pas; -enfarinait enfariner ver 0.12 0.41 0.00 0.07 ind:imp:3s; -enfarine enfariner ver 0.12 0.41 0.10 0.07 imp:pre:2s;ind:pre:3s; -enfariner enfariner ver 0.12 0.41 0.01 0.07 inf; -enfariné enfariner ver m s 0.12 0.41 0.01 0.07 par:pas; -enfarinée enfariné adj f s 0.36 0.88 0.35 0.41 -enfarinés enfariné adj m p 0.36 0.88 0.01 0.20 -enfer enfer nom m s 88.86 41.35 86.02 38.78 -enferma enfermer ver 58.81 69.86 0.29 4.12 ind:pas:3s; -enfermai enfermer ver 58.81 69.86 0.02 0.47 ind:pas:1s; -enfermaient enfermer ver 58.81 69.86 0.05 1.69 ind:imp:3p; -enfermais enfermer ver 58.81 69.86 0.20 0.47 ind:imp:1s;ind:imp:2s; -enfermait enfermer ver 58.81 69.86 0.64 5.41 ind:imp:3s; -enfermant enfermer ver 58.81 69.86 0.12 2.23 par:pre; -enferme enfermer ver 58.81 69.86 6.32 5.74 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -enfermement enfermement nom m s 0.20 0.61 0.20 0.61 -enferment enfermer ver 58.81 69.86 0.76 1.28 ind:pre:3p; -enfermer enfermer ver 58.81 69.86 12.70 13.92 ind:pre:2p;inf; -enfermera enfermer ver 58.81 69.86 0.34 0.07 ind:fut:3s; -enfermerai enfermer ver 58.81 69.86 0.33 0.14 ind:fut:1s; -enfermeraient enfermer ver 58.81 69.86 0.05 0.00 cnd:pre:3p; -enfermerais enfermer ver 58.81 69.86 0.08 0.20 cnd:pre:1s; -enfermerait enfermer ver 58.81 69.86 0.35 0.20 cnd:pre:3s; -enfermerez enfermer ver 58.81 69.86 0.01 0.07 ind:fut:2p; -enfermerons enfermer ver 58.81 69.86 0.03 0.14 ind:fut:1p; -enfermeront enfermer ver 58.81 69.86 0.65 0.00 ind:fut:3p; -enfermes enfermer ver 58.81 69.86 1.27 0.34 ind:pre:2s; -enfermez enfermer ver 58.81 69.86 4.78 0.41 imp:pre:2p;ind:pre:2p; -enfermiez enfermer ver 58.81 69.86 0.03 0.07 ind:imp:2p; -enfermons enfermer ver 58.81 69.86 0.45 0.00 imp:pre:1p;ind:pre:1p; -enfermèrent enfermer ver 58.81 69.86 0.23 0.34 ind:pas:3p; -enfermé enfermer ver m s 58.81 69.86 15.25 17.03 par:pas; -enfermée enfermer ver f s 58.81 69.86 8.38 7.57 par:pas; -enfermées enfermer ver f p 58.81 69.86 1.31 1.55 par:pas; -enfermés enfermer ver m p 58.81 69.86 4.17 6.42 par:pas; -enferra enferrer ver 0.23 0.95 0.00 0.07 ind:pas:3s; -enferrait enferrer ver 0.23 0.95 0.00 0.07 ind:imp:3s; -enferrant enferrer ver 0.23 0.95 0.00 0.07 par:pre; -enferre enferrer ver 0.23 0.95 0.01 0.14 ind:pre:1s;ind:pre:3s; -enferrent enferrer ver 0.23 0.95 0.00 0.07 ind:pre:3p; -enferrer enferrer ver 0.23 0.95 0.16 0.27 inf; -enferres enferrer ver 0.23 0.95 0.01 0.07 ind:pre:2s; -enferrez enferrer ver 0.23 0.95 0.01 0.00 ind:pre:2p; -enferrons enferrer ver 0.23 0.95 0.01 0.00 ind:pre:1p; -enferré enferrer ver m s 0.23 0.95 0.02 0.14 par:pas; -enferrée enferrer ver f s 0.23 0.95 0.00 0.07 par:pas; -enfers enfer nom m p 88.86 41.35 2.85 2.57 -enfiche enficher ver 0.00 0.07 0.00 0.07 ind:pre:1s; -enfila enfiler ver 11.42 44.86 0.11 8.99 ind:pas:3s; -enfilade enfilade nom f s 0.16 6.28 0.16 5.00 -enfilades enfilade nom f p 0.16 6.28 0.00 1.28 -enfilage enfilage nom m s 0.00 0.20 0.00 0.20 -enfilai enfiler ver 11.42 44.86 0.01 1.76 ind:pas:1s; -enfilaient enfiler ver 11.42 44.86 0.02 0.54 ind:imp:3p; -enfilais enfiler ver 11.42 44.86 0.12 0.61 ind:imp:1s; -enfilait enfiler ver 11.42 44.86 0.05 3.65 ind:imp:3s; -enfilant enfiler ver 11.42 44.86 0.14 2.16 par:pre; -enfile enfiler ver 11.42 44.86 4.46 5.81 imp:pre:2s;ind:pre:1s;ind:pre:3s; -enfilent enfiler ver 11.42 44.86 0.06 0.54 ind:pre:3p; -enfiler enfiler ver 11.42 44.86 2.74 10.95 inf; -enfilera enfiler ver 11.42 44.86 0.10 0.00 ind:fut:3s; -enfilerai enfiler ver 11.42 44.86 0.02 0.27 ind:fut:1s; -enfileraient enfiler ver 11.42 44.86 0.00 0.07 cnd:pre:3p; -enfilerais enfiler ver 11.42 44.86 0.06 0.14 cnd:pre:1s; -enfilerait enfiler ver 11.42 44.86 0.00 0.34 cnd:pre:3s; -enfilerez enfiler ver 11.42 44.86 0.01 0.00 ind:fut:2p; -enfileront enfiler ver 11.42 44.86 0.01 0.00 ind:fut:3p; -enfiles enfiler ver 11.42 44.86 0.42 0.34 ind:pre:2s; -enfileur enfileur nom m s 0.00 0.14 0.00 0.14 -enfilez enfiler ver 11.42 44.86 1.20 0.20 imp:pre:2p;ind:pre:2p; -enfilions enfiler ver 11.42 44.86 0.00 0.20 ind:imp:1p; -enfilons enfiler ver 11.42 44.86 0.09 0.07 imp:pre:1p;ind:pre:1p; -enfilèrent enfiler ver 11.42 44.86 0.11 0.54 ind:pas:3p; -enfilé enfiler ver m s 11.42 44.86 1.35 6.28 par:pas; -enfilée enfiler ver f s 11.42 44.86 0.28 0.68 par:pas; -enfilées enfiler ver f p 11.42 44.86 0.01 0.41 par:pas; -enfilés enfiler ver m p 11.42 44.86 0.04 0.34 par:pas; -enfin enfin adv_sup 265.83 440.27 265.83 440.27 -enfièvre enfiévrer ver 0.03 1.42 0.00 0.20 ind:pre:3s; -enfièvrent enfiévrer ver 0.03 1.42 0.00 0.07 ind:pre:3p; -enfiévra enfiévrer ver 0.03 1.42 0.00 0.07 ind:pas:3s; -enfiévraient enfiévrer ver 0.03 1.42 0.00 0.14 ind:imp:3p; -enfiévrait enfiévrer ver 0.03 1.42 0.00 0.27 ind:imp:3s; -enfiévré enfiévré adj m s 0.12 0.74 0.09 0.20 -enfiévrée enfiévrer ver f s 0.03 1.42 0.01 0.27 par:pas; -enfiévrées enfiévré adj f p 0.12 0.74 0.01 0.07 -enfiévrés enfiévré adj m p 0.12 0.74 0.01 0.20 -enfla enfler ver 2.27 10.95 0.02 1.08 ind:pas:3s; -enflaient enfler ver 2.27 10.95 0.00 0.68 ind:imp:3p; -enflait enfler ver 2.27 10.95 0.01 1.89 ind:imp:3s; -enflamma enflammer ver 7.25 10.68 0.14 1.55 ind:pas:3s; -enflammai enflammer ver 7.25 10.68 0.00 0.07 ind:pas:1s; -enflammaient enflammer ver 7.25 10.68 0.00 0.54 ind:imp:3p; -enflammait enflammer ver 7.25 10.68 0.07 1.82 ind:imp:3s; -enflammant enflammer ver 7.25 10.68 0.11 0.47 par:pre; -enflamme enflammer ver 7.25 10.68 2.68 1.28 imp:pre:2s;ind:pre:1s;ind:pre:3s; -enflamment enflammer ver 7.25 10.68 0.44 0.47 ind:pre:3p; -enflammer enflammer ver 7.25 10.68 1.59 0.81 inf; -enflammera enflammer ver 7.25 10.68 0.18 0.00 ind:fut:3s; -enflammerait enflammer ver 7.25 10.68 0.01 0.07 cnd:pre:3s; -enflammez enflammer ver 7.25 10.68 0.05 0.00 imp:pre:2p; -enflammât enflammer ver 7.25 10.68 0.00 0.07 sub:imp:3s; -enflammèrent enflammer ver 7.25 10.68 0.01 0.34 ind:pas:3p; -enflammé enflammé adj m s 2.20 4.59 1.00 1.28 -enflammée enflammer ver f s 7.25 10.68 0.65 0.61 par:pas; -enflammées enflammer ver f p 7.25 10.68 0.19 0.47 par:pas; -enflammés enflammé adj m p 2.20 4.59 0.56 0.95 -enflant enfler ver 2.27 10.95 0.00 0.88 par:pre; -enfle enfler ver 2.27 10.95 0.56 1.69 imp:pre:2s;ind:pre:3s; -enflent enfler ver 2.27 10.95 0.26 0.81 ind:pre:3p; -enfler enfler ver 2.27 10.95 0.65 1.49 inf; -enflerait enfler ver 2.27 10.95 0.01 0.00 cnd:pre:3s; -enfles enfler ver 2.27 10.95 0.02 0.07 ind:pre:2s; -enflèrent enfler ver 2.27 10.95 0.00 0.07 ind:pas:3p; -enflé enflé adj m s 1.93 3.58 0.87 1.35 -enflée enflé adj f s 1.93 3.58 0.49 1.01 -enflées enflé adj f p 1.93 3.58 0.25 0.61 -enflure enflure nom f s 2.19 2.36 1.93 2.16 -enflures enflure nom f p 2.19 2.36 0.26 0.20 -enflés enflé adj m p 1.93 3.58 0.32 0.61 -enfoiré enfoiré nom m s 39.56 4.53 30.94 3.24 -enfoirée enfoiré adj f s 14.84 0.81 0.16 0.14 -enfoirés enfoiré nom m p 39.56 4.53 8.50 1.22 -enfonce enfoncer ver 23.30 104.80 6.51 17.23 imp:pre:2s;ind:pre:1s;ind:pre:3s; -enfoncement enfoncement nom m s 0.08 0.61 0.07 0.47 -enfoncements enfoncement nom m p 0.08 0.61 0.01 0.14 -enfoncent enfoncer ver 23.30 104.80 0.68 3.31 ind:pre:3p; -enfoncer enfoncer ver 23.30 104.80 6.88 20.14 inf;; -enfoncera enfoncer ver 23.30 104.80 0.14 0.14 ind:fut:3s; -enfoncerai enfoncer ver 23.30 104.80 0.28 0.07 ind:fut:1s; -enfonceraient enfoncer ver 23.30 104.80 0.02 0.00 cnd:pre:3p; -enfoncerais enfoncer ver 23.30 104.80 0.06 0.14 cnd:pre:1s;cnd:pre:2s; -enfoncerait enfoncer ver 23.30 104.80 0.03 0.47 cnd:pre:3s; -enfonceras enfoncer ver 23.30 104.80 0.04 0.07 ind:fut:2s; -enfoncerez enfoncer ver 23.30 104.80 0.00 0.07 ind:fut:2p; -enfoncerions enfoncer ver 23.30 104.80 0.00 0.07 cnd:pre:1p; -enfoncerons enfoncer ver 23.30 104.80 0.01 0.07 ind:fut:1p; -enfonceront enfoncer ver 23.30 104.80 0.05 0.07 ind:fut:3p; -enfonces enfoncer ver 23.30 104.80 0.92 0.27 ind:pre:2s;sub:pre:2s; -enfonceur enfonceur nom m s 0.00 0.07 0.00 0.07 -enfoncez enfoncer ver 23.30 104.80 1.52 0.41 imp:pre:2p;ind:pre:2p; -enfonciez enfoncer ver 23.30 104.80 0.14 0.00 ind:imp:2p; -enfoncions enfoncer ver 23.30 104.80 0.01 0.34 ind:imp:1p; -enfoncèrent enfoncer ver 23.30 104.80 0.01 1.22 ind:pas:3p; -enfoncé enfoncer ver m s 23.30 104.80 2.60 13.58 par:pas; -enfoncée enfoncer ver f s 23.30 104.80 0.84 5.14 par:pas; -enfoncées enfoncer ver f p 23.30 104.80 0.19 2.70 par:pas; -enfoncés enfoncer ver m p 23.30 104.80 0.40 4.53 par:pas; -enfonça enfoncer ver 23.30 104.80 0.15 9.19 ind:pas:3s; -enfonçage enfonçage nom m s 0.00 0.07 0.00 0.07 -enfonçai enfoncer ver 23.30 104.80 0.01 1.49 ind:pas:1s; -enfonçaient enfoncer ver 23.30 104.80 0.04 4.39 ind:imp:3p; -enfonçais enfoncer ver 23.30 104.80 0.34 1.89 ind:imp:1s; -enfonçait enfoncer ver 23.30 104.80 0.40 11.76 ind:imp:3s; -enfonçant enfoncer ver 23.30 104.80 0.47 5.61 par:pre; -enfonçâmes enfoncer ver 23.30 104.80 0.00 0.14 ind:pas:1p; -enfonçons enfoncer ver 23.30 104.80 0.53 0.34 imp:pre:1p;ind:pre:1p; -enfoui enfouir ver m s 4.26 26.76 1.04 7.57 par:pas; -enfouie enfouir ver f s 4.26 26.76 0.74 4.80 par:pas; -enfouies enfouir ver f p 4.26 26.76 0.62 2.09 par:pas; -enfouillais enfouiller ver 0.00 0.88 0.00 0.14 ind:imp:1s; -enfouillant enfouiller ver 0.00 0.88 0.00 0.07 par:pre; -enfouille enfouiller ver 0.00 0.88 0.00 0.07 ind:pre:3s; -enfouiller enfouiller ver 0.00 0.88 0.00 0.20 inf; -enfouillé enfouiller ver m s 0.00 0.88 0.00 0.34 par:pas; -enfouillée enfouiller ver f s 0.00 0.88 0.00 0.07 par:pas; -enfouir enfouir ver 4.26 26.76 0.71 3.24 inf; -enfouiraient enfouir ver 4.26 26.76 0.00 0.07 cnd:pre:3p; -enfouis enfouir ver m p 4.26 26.76 0.29 2.36 ind:pre:1s;par:pas; -enfouissais enfouir ver 4.26 26.76 0.00 0.27 ind:imp:1s; -enfouissait enfouir ver 4.26 26.76 0.00 1.01 ind:imp:3s; -enfouissant enfouir ver 4.26 26.76 0.01 0.88 par:pre; -enfouissement enfouissement nom m s 0.09 0.34 0.09 0.20 -enfouissements enfouissement nom m p 0.09 0.34 0.00 0.14 -enfouissent enfouir ver 4.26 26.76 0.00 0.07 ind:pre:3p; -enfouissez enfouir ver 4.26 26.76 0.11 0.00 imp:pre:2p;ind:pre:2p; -enfouissons enfouir ver 4.26 26.76 0.01 0.07 imp:pre:1p;ind:pre:1p; -enfouit enfouir ver 4.26 26.76 0.73 4.32 ind:pre:3s;ind:pas:3s; -enfouraille enfourailler ver 0.00 0.14 0.00 0.14 ind:pre:1s;ind:pre:3s; -enfouraillé enfouraillé adj m s 0.02 0.47 0.02 0.34 -enfouraillée enfouraillé adj f s 0.02 0.47 0.00 0.07 -enfouraillés enfouraillé adj m p 0.02 0.47 0.00 0.07 -enfourcha enfourcher ver 0.60 6.49 0.01 1.89 ind:pas:3s; -enfourchai enfourcher ver 0.60 6.49 0.00 0.27 ind:pas:1s; -enfourchaient enfourcher ver 0.60 6.49 0.00 0.07 ind:imp:3p; -enfourchais enfourcher ver 0.60 6.49 0.01 0.20 ind:imp:1s;ind:imp:2s; -enfourchait enfourcher ver 0.60 6.49 0.00 0.54 ind:imp:3s; -enfourchant enfourcher ver 0.60 6.49 0.01 0.27 par:pre; -enfourche enfourcher ver 0.60 6.49 0.23 0.74 imp:pre:2s;ind:pre:1s;ind:pre:3s; -enfourchement enfourchement nom m s 0.00 0.07 0.00 0.07 -enfourcher enfourcher ver 0.60 6.49 0.21 1.01 inf; -enfourcherait enfourcher ver 0.60 6.49 0.00 0.07 cnd:pre:3s; -enfourchez enfourcher ver 0.60 6.49 0.07 0.00 imp:pre:2p;ind:pre:2p; -enfourchiez enfourcher ver 0.60 6.49 0.00 0.07 ind:imp:2p; -enfourchèrent enfourcher ver 0.60 6.49 0.00 0.34 ind:pas:3p; -enfourché enfourcher ver m s 0.60 6.49 0.06 1.01 par:pas; -enfourchure enfourchure nom f s 0.10 0.07 0.10 0.07 -enfourna enfourner ver 0.47 4.93 0.01 0.47 ind:pas:3s; -enfournage enfournage nom m s 0.00 0.07 0.00 0.07 -enfournaient enfourner ver 0.47 4.93 0.00 0.07 ind:imp:3p; -enfournait enfourner ver 0.47 4.93 0.00 0.20 ind:imp:3s; -enfournant enfourner ver 0.47 4.93 0.00 0.27 par:pre; -enfourne enfourner ver 0.47 4.93 0.19 1.15 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -enfournent enfourner ver 0.47 4.93 0.01 0.14 ind:pre:3p; -enfourner enfourner ver 0.47 4.93 0.24 1.08 inf; -enfourniez enfourner ver 0.47 4.93 0.00 0.07 ind:imp:2p; -enfournèrent enfourner ver 0.47 4.93 0.00 0.07 ind:pas:3p; -enfourné enfourner ver m s 0.47 4.93 0.02 0.74 par:pas; -enfournée enfourner ver f s 0.47 4.93 0.00 0.20 par:pas; -enfournées enfourner ver f p 0.47 4.93 0.00 0.07 par:pas; -enfournés enfourner ver m p 0.47 4.93 0.00 0.41 par:pas; -enfreignaient enfreindre ver 6.67 1.96 0.10 0.07 ind:imp:3p; -enfreignais enfreindre ver 6.67 1.96 0.05 0.00 ind:imp:1s;ind:imp:2s; -enfreignait enfreindre ver 6.67 1.96 0.09 0.20 ind:imp:3s; -enfreignant enfreindre ver 6.67 1.96 0.02 0.00 par:pre; -enfreignent enfreindre ver 6.67 1.96 0.16 0.00 ind:pre:3p; -enfreignez enfreindre ver 6.67 1.96 0.19 0.00 ind:pre:2p; -enfreindra enfreindre ver 6.67 1.96 0.07 0.00 ind:fut:3s; -enfreindrai enfreindre ver 6.67 1.96 0.03 0.00 ind:fut:1s; -enfreindrais enfreindre ver 6.67 1.96 0.02 0.00 cnd:pre:1s; -enfreindre enfreindre ver 6.67 1.96 1.86 1.15 inf; -enfreins enfreindre ver 6.67 1.96 0.47 0.00 imp:pre:2s;ind:pre:1s;ind:pre:2s; -enfreint enfreindre ver m s 6.67 1.96 3.33 0.54 ind:pre:3s;par:pas; -enfreinte enfreindre ver f s 6.67 1.96 0.19 0.00 par:pas; -enfreintes enfreindre ver f p 6.67 1.96 0.10 0.00 par:pas; -enfui enfuir ver m s 65.13 37.57 14.79 3.78 par:pas; -enfuie enfuir ver f s 65.13 37.57 8.71 3.38 par:pas;sub:pre:3s; -enfuient enfuir ver 65.13 37.57 2.74 1.01 ind:pre:3p; -enfuies enfuir ver f p 65.13 37.57 0.65 0.68 par:pas;sub:pre:2s; -enfuir enfuir ver 65.13 37.57 20.81 11.69 inf; -enfuira enfuir ver 65.13 37.57 0.56 0.14 ind:fut:3s; -enfuirai enfuir ver 65.13 37.57 0.54 0.20 ind:fut:1s; -enfuiraient enfuir ver 65.13 37.57 0.10 0.14 cnd:pre:3p; -enfuirais enfuir ver 65.13 37.57 0.11 0.14 cnd:pre:1s;cnd:pre:2s; -enfuirait enfuir ver 65.13 37.57 0.30 0.20 cnd:pre:3s; -enfuiras enfuir ver 65.13 37.57 0.07 0.00 ind:fut:2s; -enfuirent enfuir ver 65.13 37.57 0.41 0.81 ind:pas:3p; -enfuiront enfuir ver 65.13 37.57 0.07 0.00 ind:fut:3p; -enfuis enfuir ver m p 65.13 37.57 6.83 3.04 imp:pre:2s;ind:pre:1s;ind:pre:2s;par:pas; -enfuit enfuir ver 65.13 37.57 6.31 7.97 ind:pre:3s;ind:pas:3s; -enfuma enfumer ver 0.39 1.76 0.00 0.07 ind:pas:3s; -enfumaient enfumer ver 0.39 1.76 0.00 0.07 ind:imp:3p; -enfumait enfumer ver 0.39 1.76 0.01 0.20 ind:imp:3s; -enfumer enfumer ver 0.39 1.76 0.20 0.20 inf; -enfumez enfumer ver 0.39 1.76 0.03 0.00 imp:pre:2p; -enfumé enfumé adj m s 0.35 2.97 0.13 0.54 -enfumée enfumé adj f s 0.35 2.97 0.07 1.22 -enfumées enfumé adj f p 0.35 2.97 0.14 0.54 -enfumés enfumé adj m p 0.35 2.97 0.01 0.68 -enfuyaient enfuir ver 65.13 37.57 0.09 1.22 ind:imp:3p; -enfuyais enfuir ver 65.13 37.57 0.43 0.47 ind:imp:1s;ind:imp:2s; -enfuyait enfuir ver 65.13 37.57 0.67 2.03 ind:imp:3s; -enfuyant enfuir ver 65.13 37.57 0.30 0.68 par:pre; -enfuyez enfuir ver 65.13 37.57 0.41 0.00 imp:pre:2p;ind:pre:2p; -enfuyiez enfuir ver 65.13 37.57 0.06 0.00 ind:imp:2p; -enfuyons enfuir ver 65.13 37.57 0.19 0.00 imp:pre:1p;ind:pre:1p; -engage engager ver 68.19 94.59 10.49 10.00 imp:pre:2s;ind:pre:1s;ind:pre:3s; -engagea engager ver 68.19 94.59 0.50 11.08 ind:pas:3s; -engageable engageable nom s 0.01 0.00 0.01 0.00 -engageai engager ver 68.19 94.59 0.01 1.01 ind:pas:1s; -engageaient engager ver 68.19 94.59 0.40 1.76 ind:imp:3p; -engageais engager ver 68.19 94.59 0.12 0.74 ind:imp:1s;ind:imp:2s; -engageait engager ver 68.19 94.59 0.47 6.89 ind:imp:3s; -engageant engager ver 68.19 94.59 0.52 2.30 par:pre; -engageante engageant adj f s 0.26 3.72 0.05 1.08 -engageantes engageant adj f p 0.26 3.72 0.00 0.20 -engageants engageant adj m p 0.26 3.72 0.00 0.20 -engagement engagement nom m s 12.12 18.45 9.46 11.69 -engagements engagement nom m p 12.12 18.45 2.66 6.76 -engagent engager ver 68.19 94.59 0.77 3.31 ind:pre:3p;sub:pre:3p; -engageâmes engager ver 68.19 94.59 0.00 0.34 ind:pas:1p; -engageons engager ver 68.19 94.59 2.55 0.41 imp:pre:1p;ind:pre:1p; -engageât engager ver 68.19 94.59 0.00 0.54 sub:imp:3s; -engager engager ver 68.19 94.59 18.97 21.35 ind:pre:2p;inf; -engagera engager ver 68.19 94.59 0.54 0.34 ind:fut:3s; -engagerai engager ver 68.19 94.59 0.55 0.07 ind:fut:1s; -engageraient engager ver 68.19 94.59 0.17 0.61 cnd:pre:3p; -engagerais engager ver 68.19 94.59 0.22 0.20 cnd:pre:1s;cnd:pre:2s; -engagerait engager ver 68.19 94.59 0.23 0.54 cnd:pre:3s; -engageriez engager ver 68.19 94.59 0.04 0.07 cnd:pre:2p; -engagerions engager ver 68.19 94.59 0.00 0.07 cnd:pre:1p; -engagerons engager ver 68.19 94.59 0.08 0.14 ind:fut:1p; -engageront engager ver 68.19 94.59 0.11 0.07 ind:fut:3p; -engages engager ver 68.19 94.59 1.22 0.14 ind:pre:2s;sub:pre:2s; -engagez engager ver 68.19 94.59 2.04 0.54 imp:pre:2p;ind:pre:2p; -engagiez engager ver 68.19 94.59 0.07 0.07 ind:imp:2p; -engagions engager ver 68.19 94.59 0.14 0.41 ind:imp:1p; -engagèrent engager ver 68.19 94.59 0.06 2.30 ind:pas:3p; -engagé engager ver m s 68.19 94.59 21.09 14.53 par:pas; -engagée engager ver f s 68.19 94.59 4.44 7.03 par:pas; -engagées engager ver f p 68.19 94.59 0.22 3.38 par:pas; -engagés engager ver m p 68.19 94.59 2.17 4.39 par:pas; -engazonnée engazonner ver f s 0.00 0.14 0.00 0.14 par:pas; -engeance engeance nom f s 0.72 3.11 0.63 3.04 -engeances engeance nom f p 0.72 3.11 0.10 0.07 -engelure engelure nom f s 0.46 0.88 0.02 0.00 -engelures engelure nom f p 0.46 0.88 0.44 0.88 -engendra engendrer ver 7.53 10.47 0.26 0.27 ind:pas:3s; -engendraient engendrer ver 7.53 10.47 0.01 0.47 ind:imp:3p; -engendrait engendrer ver 7.53 10.47 0.34 0.74 ind:imp:3s; -engendrant engendrer ver 7.53 10.47 0.05 0.41 par:pre; -engendrassent engendrer ver 7.53 10.47 0.00 0.07 sub:imp:3p; -engendre engendrer ver 7.53 10.47 1.55 2.09 imp:pre:2s;ind:pre:3s; -engendrement engendrement nom m s 0.01 0.20 0.01 0.20 -engendrent engendrer ver 7.53 10.47 0.33 0.74 ind:pre:3p; -engendrer engendrer ver 7.53 10.47 1.75 1.62 inf; -engendrera engendrer ver 7.53 10.47 0.25 0.07 ind:fut:3s; -engendreraient engendrer ver 7.53 10.47 0.01 0.00 cnd:pre:3p; -engendrerait engendrer ver 7.53 10.47 0.14 0.14 cnd:pre:3s; -engendreuse engendreur adj f s 0.00 0.07 0.00 0.07 -engendrez engendrer ver 7.53 10.47 0.06 0.07 imp:pre:2p;ind:pre:2p; -engendrons engendrer ver 7.53 10.47 0.00 0.07 imp:pre:1p; -engendrèrent engendrer ver 7.53 10.47 0.00 0.07 ind:pas:3p; -engendré engendrer ver m s 7.53 10.47 1.60 2.43 par:pas; -engendrée engendrer ver f s 7.53 10.47 0.87 0.34 par:pas; -engendrées engendrer ver f p 7.53 10.47 0.06 0.34 par:pas; -engendrés engendrer ver m p 7.53 10.47 0.25 0.54 par:pas; -engin engin nom m s 11.25 16.01 9.41 9.80 -engineering engineering nom m s 0.03 0.07 0.03 0.07 -engins engin nom m p 11.25 16.01 1.84 6.22 -englacé englacer ver m s 0.01 0.00 0.01 0.00 par:pas; -englande englander ver 0.01 0.27 0.00 0.07 ind:pre:1s; -englander englander ver 0.01 0.27 0.01 0.14 inf; -englandés englander ver m p 0.01 0.27 0.00 0.07 par:pas; -engliche engliche nom s 0.01 0.07 0.01 0.07 -engloba englober ver 0.78 4.53 0.01 0.07 ind:pas:3s; -englobaient englober ver 0.78 4.53 0.00 0.27 ind:imp:3p; -englobais englober ver 0.78 4.53 0.00 0.07 ind:imp:1s; -englobait englober ver 0.78 4.53 0.02 1.01 ind:imp:3s; -englobant englober ver 0.78 4.53 0.01 0.74 par:pre; -englobe englober ver 0.78 4.53 0.46 1.01 imp:pre:2s;ind:pre:1s;ind:pre:3s; -englobent englober ver 0.78 4.53 0.02 0.14 ind:pre:3p; -englober englober ver 0.78 4.53 0.06 0.68 inf; -englobera englober ver 0.78 4.53 0.01 0.07 ind:fut:3s; -engloberaient englober ver 0.78 4.53 0.00 0.07 cnd:pre:3p; -engloberait englober ver 0.78 4.53 0.01 0.00 cnd:pre:3s; -englobé englober ver m s 0.78 4.53 0.03 0.14 par:pas; -englobée englober ver f s 0.78 4.53 0.02 0.07 par:pas; -englobées englober ver f p 0.78 4.53 0.14 0.14 par:pas; -englobés englober ver m p 0.78 4.53 0.00 0.07 par:pas; -englouti engloutir ver m s 4.57 22.30 0.98 4.66 par:pas; -engloutie engloutir ver f s 4.57 22.30 0.60 2.30 par:pas; -englouties engloutir ver f p 4.57 22.30 0.02 1.08 par:pas; -engloutir engloutir ver 4.57 22.30 1.28 4.73 inf; -engloutira engloutir ver 4.57 22.30 0.07 0.14 ind:fut:3s; -engloutiraient engloutir ver 4.57 22.30 0.00 0.07 cnd:pre:3p; -engloutirait engloutir ver 4.57 22.30 0.02 0.14 cnd:pre:3s; -engloutirent engloutir ver 4.57 22.30 0.14 0.07 ind:pas:3p; -engloutirons engloutir ver 4.57 22.30 0.00 0.07 ind:fut:1p; -engloutis engloutir ver m p 4.57 22.30 0.34 2.36 imp:pre:2s;ind:pre:1s;ind:pre:2s;par:pas; -engloutissaient engloutir ver 4.57 22.30 0.02 0.81 ind:imp:3p; -engloutissais engloutir ver 4.57 22.30 0.01 0.14 ind:imp:1s; -engloutissait engloutir ver 4.57 22.30 0.12 1.35 ind:imp:3s; -engloutissant engloutir ver 4.57 22.30 0.01 0.61 par:pre; -engloutisse engloutir ver 4.57 22.30 0.06 0.20 sub:pre:1s;sub:pre:3s; -engloutissement engloutissement nom m s 0.01 0.54 0.01 0.54 -engloutissent engloutir ver 4.57 22.30 0.06 0.74 ind:pre:3p; -engloutissions engloutir ver 4.57 22.30 0.00 0.07 ind:imp:1p; -engloutit engloutir ver 4.57 22.30 0.83 2.77 ind:pre:3s;ind:pas:3s; -engluaient engluer ver 0.40 5.20 0.00 0.20 ind:imp:3p; -engluait engluer ver 0.40 5.20 0.00 0.54 ind:imp:3s; -engluant engluer ver 0.40 5.20 0.01 0.00 par:pre; -englue engluer ver 0.40 5.20 0.01 0.61 ind:pre:3s; -engluent engluer ver 0.40 5.20 0.00 0.34 ind:pre:3p; -engluer engluer ver 0.40 5.20 0.02 0.74 inf; -englué engluer ver m s 0.40 5.20 0.20 1.01 par:pas; -engluée engluer ver f s 0.40 5.20 0.14 0.61 par:pas; -engluées engluer ver f p 0.40 5.20 0.00 0.61 par:pas; -englués engluer ver m p 0.40 5.20 0.03 0.54 par:pas; -engonce engoncer ver 0.05 4.19 0.02 0.14 ind:pre:3s; -engoncement engoncement nom m s 0.00 0.07 0.00 0.07 -engoncé engoncer ver m s 0.05 4.19 0.03 1.69 par:pas; -engoncée engoncer ver f s 0.05 4.19 0.00 0.74 par:pas; -engoncées engoncer ver f p 0.05 4.19 0.00 0.41 par:pas; -engoncés engoncer ver m p 0.05 4.19 0.00 0.88 par:pas; -engonçaient engoncer ver 0.05 4.19 0.00 0.14 ind:imp:3p; -engonçait engoncer ver 0.05 4.19 0.00 0.14 ind:imp:3s; -engonçant engoncer ver 0.05 4.19 0.00 0.07 par:pre; -engorge engorger ver 0.07 1.15 0.00 0.14 ind:pre:3s; -engorgeaient engorger ver 0.07 1.15 0.00 0.07 ind:imp:3p; -engorgeait engorger ver 0.07 1.15 0.00 0.20 ind:imp:3s; -engorgement engorgement nom m s 0.04 0.27 0.04 0.07 -engorgements engorgement nom m p 0.04 0.27 0.00 0.20 -engorgent engorger ver 0.07 1.15 0.01 0.14 ind:pre:3p; -engorger engorger ver 0.07 1.15 0.01 0.07 inf; -engorgeraient engorger ver 0.07 1.15 0.00 0.07 cnd:pre:3p; -engorgèrent engorger ver 0.07 1.15 0.00 0.07 ind:pas:3p; -engorgé engorgé adj m s 0.07 0.47 0.02 0.14 -engorgée engorgé adj f s 0.07 0.47 0.02 0.00 -engorgées engorgé adj f p 0.07 0.47 0.02 0.20 -engorgés engorgé adj m p 0.07 0.47 0.01 0.14 -engouai engouer ver 0.00 0.47 0.00 0.07 ind:pas:1s; -engouait engouer ver 0.00 0.47 0.00 0.14 ind:imp:3s; -engouement engouement nom m s 0.55 1.55 0.42 1.28 -engouements engouement nom m p 0.55 1.55 0.13 0.27 -engouffra engouffrer ver 0.61 18.58 0.01 2.36 ind:pas:3s; -engouffrai engouffrer ver 0.61 18.58 0.01 0.20 ind:pas:1s; -engouffraient engouffrer ver 0.61 18.58 0.00 1.49 ind:imp:3p; -engouffrait engouffrer ver 0.61 18.58 0.16 3.11 ind:imp:3s; -engouffrant engouffrer ver 0.61 18.58 0.00 1.76 par:pre; -engouffre engouffrer ver 0.61 18.58 0.10 3.11 imp:pre:2s;ind:pre:1s;ind:pre:3s; -engouffrement engouffrement nom m s 0.00 0.14 0.00 0.14 -engouffrent engouffrer ver 0.61 18.58 0.03 0.61 ind:pre:3p;sub:pre:3p; -engouffrer engouffrer ver 0.61 18.58 0.09 3.24 inf; -engouffrera engouffrer ver 0.61 18.58 0.14 0.00 ind:fut:3s; -engouffreraient engouffrer ver 0.61 18.58 0.00 0.07 cnd:pre:3p; -engouffrerait engouffrer ver 0.61 18.58 0.00 0.14 cnd:pre:3s; -engouffrons engouffrer ver 0.61 18.58 0.00 0.20 ind:pre:1p; -engouffrât engouffrer ver 0.61 18.58 0.00 0.07 sub:imp:3s; -engouffrèrent engouffrer ver 0.61 18.58 0.00 0.54 ind:pas:3p; -engouffré engouffrer ver m s 0.61 18.58 0.08 0.68 par:pas; -engouffrée engouffrer ver f s 0.61 18.58 0.00 0.61 par:pas; -engouffrées engouffrer ver f p 0.61 18.58 0.00 0.14 par:pas; -engouffrés engouffrer ver m p 0.61 18.58 0.00 0.27 par:pas; -engoulevent engoulevent nom m s 0.10 0.14 0.10 0.14 -engourdi engourdi adj m s 1.34 5.61 0.49 1.89 -engourdie engourdi adj f s 1.34 5.61 0.35 1.55 -engourdies engourdi adj f p 1.34 5.61 0.34 1.01 -engourdir engourdir ver 1.72 10.34 0.33 1.15 inf; -engourdira engourdir ver 1.72 10.34 0.02 0.07 ind:fut:3s; -engourdirai engourdir ver 1.72 10.34 0.00 0.07 ind:fut:1s; -engourdirais engourdir ver 1.72 10.34 0.00 0.07 cnd:pre:1s; -engourdis engourdir ver m p 1.72 10.34 0.17 1.22 ind:pre:1s;ind:pre:2s;par:pas; -engourdissaient engourdir ver 1.72 10.34 0.00 0.27 ind:imp:3p; -engourdissait engourdir ver 1.72 10.34 0.01 2.36 ind:imp:3s; -engourdissant engourdir ver 1.72 10.34 0.00 0.14 par:pre; -engourdissante engourdissant adj f s 0.00 0.34 0.00 0.14 -engourdissantes engourdissant adj f p 0.00 0.34 0.00 0.07 -engourdissement engourdissement nom m s 0.53 5.54 0.44 5.41 -engourdissements engourdissement nom m p 0.53 5.54 0.09 0.14 -engourdissent engourdir ver 1.72 10.34 0.20 0.14 ind:pre:3p; -engourdit engourdir ver 1.72 10.34 0.48 0.81 ind:pre:3s;ind:pas:3s; -engoué engouer ver m s 0.00 0.47 0.00 0.14 par:pas; -engouée engouer ver f s 0.00 0.47 0.00 0.07 par:pas; -engoués engouer ver m p 0.00 0.47 0.00 0.07 par:pas; -engrainait engrainer ver 0.00 0.07 0.00 0.07 ind:imp:3s; -engrais engrais nom m 3.35 3.31 3.35 3.31 -engraissaient engraisser ver 2.65 4.59 0.01 0.14 ind:imp:3p; -engraissait engraisser ver 2.65 4.59 0.00 0.27 ind:imp:3s; -engraissant engraisser ver 2.65 4.59 0.14 0.14 par:pre; -engraisse engraisser ver 2.65 4.59 0.41 1.08 imp:pre:2s;ind:pre:1s;ind:pre:3s; -engraissement engraissement nom m s 0.00 0.07 0.00 0.07 -engraissent engraisser ver 2.65 4.59 0.44 0.27 ind:pre:3p; -engraisser engraisser ver 2.65 4.59 1.12 0.88 inf; -engraisseraient engraisser ver 2.65 4.59 0.01 0.00 cnd:pre:3p; -engraisserait engraisser ver 2.65 4.59 0.01 0.07 cnd:pre:3s; -engraisserons engraisser ver 2.65 4.59 0.00 0.07 ind:fut:1p; -engraisses engraisser ver 2.65 4.59 0.14 0.07 ind:pre:2s; -engraissez engraisser ver 2.65 4.59 0.00 0.07 imp:pre:2p; -engraissèrent engraisser ver 2.65 4.59 0.00 0.14 ind:pas:3p; -engraissé engraisser ver m s 2.65 4.59 0.33 0.88 par:pas; -engraissée engraisser ver f s 2.65 4.59 0.01 0.27 par:pas; -engraissées engraisser ver f p 2.65 4.59 0.00 0.20 par:pas; -engraissés engraisser ver m p 2.65 4.59 0.03 0.07 par:pas; -engrange engranger ver 0.34 1.89 0.06 0.34 ind:pre:1s;ind:pre:3s; -engrangea engranger ver 0.34 1.89 0.00 0.07 ind:pas:3s; -engrangeais engranger ver 0.34 1.89 0.00 0.14 ind:imp:1s; -engrangeait engranger ver 0.34 1.89 0.01 0.20 ind:imp:3s; -engrangeant engranger ver 0.34 1.89 0.00 0.07 par:pre; -engrangement engrangement nom m s 0.00 0.07 0.00 0.07 -engrangent engranger ver 0.34 1.89 0.03 0.14 ind:pre:3p; -engrangeons engranger ver 0.34 1.89 0.00 0.07 imp:pre:1p; -engranger engranger ver 0.34 1.89 0.05 0.20 inf; -engrangé engranger ver m s 0.34 1.89 0.20 0.34 par:pas; -engrangée engranger ver f s 0.34 1.89 0.00 0.07 par:pas; -engrangées engranger ver f p 0.34 1.89 0.00 0.20 par:pas; -engrangés engranger ver m p 0.34 1.89 0.00 0.07 par:pas; -engravement engravement nom m s 0.00 0.07 0.00 0.07 -engraver engraver ver 0.00 0.07 0.00 0.07 inf; -engrenage engrenage nom m s 0.83 4.53 0.68 3.24 -engrenages engrenage nom m p 0.83 4.53 0.16 1.28 -engrenait engrener ver 0.20 0.41 0.10 0.07 ind:imp:3s; -engrenant engrener ver 0.20 0.41 0.00 0.07 par:pre; -engrener engrener ver 0.20 0.41 0.00 0.27 inf; -engrenez engrener ver 0.20 0.41 0.10 0.00 ind:pre:2p; -engrossait engrosser ver 1.74 1.82 0.00 0.14 ind:imp:3s; -engrossant engrosser ver 1.74 1.82 0.01 0.07 par:pre; -engrosse engrosser ver 1.74 1.82 0.04 0.14 ind:pre:1s;ind:pre:3s; -engrossent engrosser ver 1.74 1.82 0.02 0.00 ind:pre:3p; -engrosser engrosser ver 1.74 1.82 0.55 0.68 inf; -engrossera engrosser ver 1.74 1.82 0.00 0.07 ind:fut:3s; -engrosses engrosser ver 1.74 1.82 0.14 0.00 ind:pre:2s; -engrossé engrosser ver m s 1.74 1.82 0.45 0.27 par:pas; -engrossée engrosser ver f s 1.74 1.82 0.33 0.41 par:pas; -engrossées engrosser ver f p 1.74 1.82 0.20 0.07 par:pas; -engueula engueuler ver 13.94 12.97 0.00 0.20 ind:pas:3s; -engueulade engueulade nom f s 0.97 3.51 0.46 2.09 -engueulades engueulade nom f p 0.97 3.51 0.52 1.42 -engueulaient engueuler ver 13.94 12.97 0.17 0.41 ind:imp:3p; -engueulais engueuler ver 13.94 12.97 0.04 0.20 ind:imp:1s;ind:imp:2s; -engueulait engueuler ver 13.94 12.97 0.56 1.08 ind:imp:3s; -engueulant engueuler ver 13.94 12.97 0.03 0.20 par:pre; -engueule engueuler ver 13.94 12.97 2.96 2.16 imp:pre:2s;ind:pre:1s;ind:pre:3s; -engueulent engueuler ver 13.94 12.97 0.62 0.47 ind:pre:3p; -engueuler engueuler ver 13.94 12.97 4.23 5.20 inf; -engueulera engueuler ver 13.94 12.97 0.18 0.14 ind:fut:3s; -engueuleraient engueuler ver 13.94 12.97 0.01 0.00 cnd:pre:3p; -engueulerait engueuler ver 13.94 12.97 0.02 0.14 cnd:pre:3s; -engueuleras engueuler ver 13.94 12.97 0.02 0.00 ind:fut:2s; -engueulerez engueuler ver 13.94 12.97 0.02 0.00 ind:fut:2p; -engueuleront engueuler ver 13.94 12.97 0.23 0.07 ind:fut:3p; -engueules engueuler ver 13.94 12.97 0.45 0.14 ind:pre:2s; -engueulez engueuler ver 13.94 12.97 0.44 0.07 imp:pre:2p;ind:pre:2p; -engueuliez engueuler ver 13.94 12.97 0.02 0.00 ind:imp:2p; -engueulions engueuler ver 13.94 12.97 0.00 0.14 ind:imp:1p; -engueulons engueuler ver 13.94 12.97 0.01 0.14 ind:pre:1p; -engueulèrent engueuler ver 13.94 12.97 0.00 0.07 ind:pas:3p; -engueulé engueuler ver m s 13.94 12.97 1.92 1.22 par:pas; -engueulée engueuler ver f s 13.94 12.97 0.77 0.14 par:pas; -engueulés engueuler ver m p 13.94 12.97 1.23 0.81 par:pas; -enguirlandaient enguirlander ver 0.16 1.28 0.00 0.14 ind:imp:3p; -enguirlandait enguirlander ver 0.16 1.28 0.00 0.14 ind:imp:3s; -enguirlande enguirlander ver 0.16 1.28 0.02 0.14 ind:pre:1s;ind:pre:3s; -enguirlandent enguirlander ver 0.16 1.28 0.00 0.07 ind:pre:3p; -enguirlander enguirlander ver 0.16 1.28 0.11 0.27 inf; -enguirlandé enguirlander ver m s 0.16 1.28 0.02 0.20 par:pas; -enguirlandée enguirlander ver f s 0.16 1.28 0.01 0.20 par:pas; -enguirlandées enguirlander ver f p 0.16 1.28 0.00 0.07 par:pas; -enguirlandés enguirlandé adj m p 0.01 0.34 0.00 0.14 -enhardi enhardir ver m s 0.19 4.32 0.01 0.54 par:pas; -enhardie enhardir ver f s 0.19 4.32 0.03 0.34 par:pas; -enhardies enhardir ver f p 0.19 4.32 0.01 0.07 par:pas; -enhardir enhardir ver 0.19 4.32 0.00 0.20 inf; -enhardirent enhardir ver 0.19 4.32 0.00 0.07 ind:pas:3p; -enhardis enhardir ver m p 0.19 4.32 0.01 0.74 imp:pre:2s;ind:pre:1s;ind:pre:2s;par:pas; -enhardissaient enhardir ver 0.19 4.32 0.00 0.27 ind:imp:3p; -enhardissait enhardir ver 0.19 4.32 0.00 0.68 ind:imp:3s; -enhardissant enhardir ver 0.19 4.32 0.00 0.20 par:pre; -enhardissement enhardissement nom m s 0.00 0.07 0.00 0.07 -enhardissent enhardir ver 0.19 4.32 0.11 0.27 ind:pre:3p; -enhardit enhardir ver 0.19 4.32 0.02 0.95 ind:pre:3s;ind:pas:3s; -enivra enivrer ver 3.06 8.58 0.02 0.27 ind:pas:3s; -enivrai enivrer ver 3.06 8.58 0.00 0.07 ind:pas:1s; -enivraient enivrer ver 3.06 8.58 0.00 0.34 ind:imp:3p; -enivrais enivrer ver 3.06 8.58 0.14 0.14 ind:imp:1s; -enivrait enivrer ver 3.06 8.58 0.01 1.35 ind:imp:3s; -enivrant enivrant adj m s 1.20 3.38 0.80 1.08 -enivrante enivrant adj f s 1.20 3.38 0.35 1.08 -enivrantes enivrant adj f p 1.20 3.38 0.02 0.81 -enivrants enivrant adj m p 1.20 3.38 0.02 0.41 -enivre enivrer ver 3.06 8.58 0.90 1.62 imp:pre:2s;ind:pre:1s;ind:pre:3s; -enivrement enivrement nom m s 0.02 0.68 0.02 0.68 -enivrent enivrer ver 3.06 8.58 0.04 0.41 ind:pre:3p; -enivrer enivrer ver 3.06 8.58 0.91 0.88 inf; -enivreras enivrer ver 3.06 8.58 0.00 0.07 ind:fut:2s; -enivrerez enivrer ver 3.06 8.58 0.00 0.07 ind:fut:2p; -enivres enivrer ver 3.06 8.58 0.14 0.07 ind:pre:2s; -enivrez enivrer ver 3.06 8.58 0.14 0.00 imp:pre:2p;ind:pre:2p; -enivrons enivrer ver 3.06 8.58 0.01 0.00 imp:pre:1p; -enivrèrent enivrer ver 3.06 8.58 0.00 0.07 ind:pas:3p; -enivré enivrer ver m s 3.06 8.58 0.47 1.35 par:pas; -enivrée enivrer ver f s 3.06 8.58 0.21 0.68 par:pas; -enivrées enivrer ver f p 3.06 8.58 0.00 0.07 par:pas; -enivrés enivrer ver m p 3.06 8.58 0.02 0.54 par:pas; -enjôlait enjôler ver 1.07 0.20 0.00 0.07 ind:imp:3s; -enjôlant enjôler ver 1.07 0.20 0.00 0.07 par:pre; -enjôle enjôler ver 1.07 0.20 0.10 0.00 imp:pre:2s; -enjôlement enjôlement nom m s 0.00 0.07 0.00 0.07 -enjôler enjôler ver 1.07 0.20 0.78 0.07 inf; -enjôleur enjôleur adj m s 0.19 1.76 0.17 0.95 -enjôleurs enjôleur nom m p 0.19 0.20 0.01 0.00 -enjôleuse enjôleur nom f s 0.19 0.20 0.02 0.07 -enjôleuses enjôleur adj f p 0.19 1.76 0.00 0.07 -enjôlé enjôler ver m s 1.07 0.20 0.04 0.00 par:pas; -enjôlée enjôler ver f s 1.07 0.20 0.14 0.00 par:pas; -enjamba enjamber ver 0.86 14.80 0.00 2.16 ind:pas:3s; -enjambai enjamber ver 0.86 14.80 0.00 0.27 ind:pas:1s; -enjambaient enjamber ver 0.86 14.80 0.00 0.47 ind:imp:3p; -enjambais enjamber ver 0.86 14.80 0.00 0.07 ind:imp:1s; -enjambait enjamber ver 0.86 14.80 0.02 1.55 ind:imp:3s; -enjambant enjamber ver 0.86 14.80 0.02 1.42 par:pre; -enjambe enjamber ver 0.86 14.80 0.09 2.97 imp:pre:2s;ind:pre:1s;ind:pre:3s; -enjambements enjambement nom m p 0.00 0.07 0.00 0.07 -enjambent enjamber ver 0.86 14.80 0.01 0.61 ind:pre:3p; -enjamber enjamber ver 0.86 14.80 0.42 2.84 inf; -enjamberais enjamber ver 0.86 14.80 0.15 0.07 cnd:pre:1s;cnd:pre:2s; -enjamberait enjamber ver 0.86 14.80 0.00 0.07 cnd:pre:3s; -enjambes enjamber ver 0.86 14.80 0.01 0.07 ind:pre:2s; -enjambeur enjambeur nom m s 0.00 0.34 0.00 0.20 -enjambeurs enjambeur nom m p 0.00 0.34 0.00 0.14 -enjambez enjamber ver 0.86 14.80 0.05 0.00 imp:pre:2p; -enjambions enjamber ver 0.86 14.80 0.00 0.07 ind:imp:1p; -enjambons enjamber ver 0.86 14.80 0.01 0.47 imp:pre:1p;ind:pre:1p; -enjambèrent enjamber ver 0.86 14.80 0.00 0.34 ind:pas:3p; -enjambé enjamber ver m s 0.86 14.80 0.07 1.08 par:pas; -enjambée enjambée nom f s 0.15 6.76 0.06 0.81 -enjambées enjambée nom f p 0.15 6.76 0.09 5.95 -enjambés enjamber ver m p 0.86 14.80 0.00 0.07 par:pas; -enjeu enjeu nom m s 4.67 4.59 3.52 3.99 -enjeux enjeu nom m p 4.67 4.59 1.16 0.61 -enjoignaient enjoindre ver 0.36 3.38 0.00 0.07 ind:imp:3p; -enjoignait enjoindre ver 0.36 3.38 0.00 0.34 ind:imp:3s; -enjoignant enjoindre ver 0.36 3.38 0.01 0.41 par:pre; -enjoignis enjoindre ver 0.36 3.38 0.00 0.20 ind:pas:1s; -enjoignit enjoindre ver 0.36 3.38 0.10 0.95 ind:pas:3s; -enjoignons enjoindre ver 0.36 3.38 0.00 0.07 ind:pre:1p; -enjoindre enjoindre ver 0.36 3.38 0.07 0.34 inf; -enjoint enjoindre ver m s 0.36 3.38 0.18 1.01 ind:pre:3s;par:pas; -enjolivaient enjoliver ver 0.34 1.82 0.00 0.07 ind:imp:3p; -enjolivait enjoliver ver 0.34 1.82 0.03 0.20 ind:imp:3s; -enjolivant enjoliver ver 0.34 1.82 0.00 0.47 par:pre; -enjolive enjoliver ver 0.34 1.82 0.16 0.27 imp:pre:2s;ind:pre:1s;ind:pre:3s; -enjolivements enjolivement nom m p 0.00 0.07 0.00 0.07 -enjoliver enjoliver ver 0.34 1.82 0.08 0.47 inf; -enjoliveur enjoliveur nom m s 0.59 0.20 0.33 0.14 -enjoliveurs enjoliveur nom m p 0.59 0.20 0.26 0.07 -enjolivé enjoliver ver m s 0.34 1.82 0.07 0.07 par:pas; -enjolivée enjoliver ver f s 0.34 1.82 0.00 0.14 par:pas; -enjolivés enjoliver ver m p 0.34 1.82 0.00 0.14 par:pas; -enjouement enjouement nom m s 0.14 1.35 0.14 1.35 -enjoué enjoué adj m s 1.33 4.39 0.25 1.55 -enjouée enjoué adj f s 1.33 4.39 1.03 2.43 -enjouées enjoué adj f p 1.33 4.39 0.01 0.27 -enjoués enjouer ver m p 0.32 0.81 0.14 0.00 par:pas; -enjuiver enjuiver ver 0.01 0.00 0.01 0.00 inf; -enjuivés enjuivé adj m p 0.00 0.07 0.00 0.07 -enjuponne enjuponner ver 0.00 0.14 0.00 0.07 ind:pre:3s; -enjuponnée enjuponner ver f s 0.00 0.14 0.00 0.07 par:pas; -enkyster enkyster ver 0.01 0.00 0.01 0.00 inf; -enkystées enkysté adj f p 0.00 0.07 0.00 0.07 -enlace enlacer ver 4.42 15.88 0.89 2.16 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -enlacement enlacement nom m s 0.03 0.81 0.03 0.41 -enlacements enlacement nom m p 0.03 0.81 0.00 0.41 -enlacent enlacer ver 4.42 15.88 0.17 0.61 ind:pre:3p; -enlacer enlacer ver 4.42 15.88 0.97 0.81 inf; -enlacerai enlacer ver 4.42 15.88 0.05 0.00 ind:fut:1s; -enlacerons enlacer ver 4.42 15.88 0.00 0.07 ind:fut:1p; -enlacez enlacer ver 4.42 15.88 0.13 0.00 imp:pre:2p;ind:pre:2p; -enlacions enlacer ver 4.42 15.88 0.00 0.07 ind:imp:1p; -enlacèrent enlacer ver 4.42 15.88 0.10 0.14 ind:pas:3p; -enlacé enlacer ver m s 4.42 15.88 0.31 1.42 par:pas; -enlacée enlacer ver f s 4.42 15.88 0.25 0.74 par:pas; -enlacées enlacer ver f p 4.42 15.88 0.07 1.28 par:pas; -enlacés enlacer ver m p 4.42 15.88 0.89 4.39 par:pas; -enlaidi enlaidir ver m s 0.76 2.30 0.29 0.34 par:pas; -enlaidie enlaidir ver f s 0.76 2.30 0.02 0.27 par:pas; -enlaidir enlaidir ver 0.76 2.30 0.11 0.47 inf; -enlaidis enlaidir ver 0.76 2.30 0.14 0.14 imp:pre:2s;ind:pre:1s; -enlaidissait enlaidir ver 0.76 2.30 0.02 0.47 ind:imp:3s; -enlaidissant enlaidir ver 0.76 2.30 0.00 0.07 par:pre; -enlaidisse enlaidir ver 0.76 2.30 0.01 0.07 sub:pre:3s; -enlaidissement enlaidissement nom m s 0.01 0.27 0.01 0.27 -enlaidissent enlaidir ver 0.76 2.30 0.02 0.20 ind:pre:3p; -enlaidisses enlaidir ver 0.76 2.30 0.14 0.00 sub:pre:2s; -enlaidit enlaidir ver 0.76 2.30 0.02 0.27 ind:pre:3s;ind:pas:3s; -enlaça enlacer ver 4.42 15.88 0.13 1.28 ind:pas:3s; -enlaçaient enlacer ver 4.42 15.88 0.10 0.61 ind:imp:3p; -enlaçais enlacer ver 4.42 15.88 0.05 0.07 ind:imp:1s;ind:imp:2s; -enlaçait enlacer ver 4.42 15.88 0.16 1.28 ind:imp:3s; -enlaçant enlacer ver 4.42 15.88 0.14 0.88 par:pre; -enlaçons enlacer ver 4.42 15.88 0.03 0.07 ind:pre:1p; -enleva enlever ver 172.45 78.78 0.22 7.03 ind:pas:3s; -enlevai enlever ver 172.45 78.78 0.03 0.47 ind:pas:1s; -enlevaient enlever ver 172.45 78.78 0.19 1.15 ind:imp:3p; -enlevais enlever ver 172.45 78.78 0.55 0.88 ind:imp:1s;ind:imp:2s; -enlevait enlever ver 172.45 78.78 1.33 5.74 ind:imp:3s; -enlevant enlever ver 172.45 78.78 1.13 3.04 par:pre; -enlever enlever ver 172.45 78.78 46.73 22.36 inf; -enlevez enlever ver 172.45 78.78 20.44 2.23 imp:pre:2p;ind:pre:2p; -enleviez enlever ver 172.45 78.78 0.41 0.14 ind:imp:2p; -enlevions enlever ver 172.45 78.78 0.17 0.07 ind:imp:1p; -enlevons enlever ver 172.45 78.78 1.24 0.00 imp:pre:1p;ind:pre:1p; -enlevât enlever ver 172.45 78.78 0.00 0.41 sub:imp:3s; -enlevèrent enlever ver 172.45 78.78 0.04 0.14 ind:pas:3p; -enlevé enlever ver m s 172.45 78.78 20.88 10.95 par:pas; -enlevée enlever ver f s 172.45 78.78 9.68 4.12 par:pas; -enlevées enlever ver f p 172.45 78.78 1.27 0.68 par:pas; -enlevés enlever ver m p 172.45 78.78 2.35 1.35 par:pas; -enliasser enliasser ver 0.00 0.07 0.00 0.07 inf; -enlisa enliser ver 0.93 5.88 0.00 0.14 ind:pas:3s; -enlisaient enliser ver 0.93 5.88 0.00 0.34 ind:imp:3p; -enlisais enliser ver 0.93 5.88 0.00 0.20 ind:imp:1s; -enlisait enliser ver 0.93 5.88 0.01 1.35 ind:imp:3s; -enlisant enliser ver 0.93 5.88 0.00 0.20 par:pre; -enlise enliser ver 0.93 5.88 0.28 0.68 ind:pre:1s;ind:pre:3s; -enlisement enlisement nom m s 0.00 0.74 0.00 0.74 -enlisent enliser ver 0.93 5.88 0.03 0.20 ind:pre:3p; -enliser enliser ver 0.93 5.88 0.21 0.74 inf; -enlisera enliser ver 0.93 5.88 0.00 0.07 ind:fut:3s; -enliserais enliser ver 0.93 5.88 0.01 0.00 cnd:pre:2s; -enlisé enliser ver m s 0.93 5.88 0.23 0.81 par:pas; -enlisée enliser ver f s 0.93 5.88 0.01 0.54 par:pas; -enlisées enliser ver f p 0.93 5.88 0.01 0.14 par:pas; -enlisés enliser ver m p 0.93 5.88 0.14 0.47 par:pas; -enlève enlever ver 172.45 78.78 55.59 13.65 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -enlèvement enlèvement nom m s 9.51 3.85 7.80 3.58 -enlèvements enlèvement nom m p 9.51 3.85 1.71 0.27 -enlèvent enlever ver 172.45 78.78 1.96 1.55 ind:pre:3p; -enlèvera enlever ver 172.45 78.78 1.62 1.01 ind:fut:3s; -enlèverai enlever ver 172.45 78.78 1.19 0.27 ind:fut:1s; -enlèveraient enlever ver 172.45 78.78 0.04 0.14 cnd:pre:3p; -enlèverais enlever ver 172.45 78.78 0.36 0.14 cnd:pre:1s;cnd:pre:2s; -enlèverait enlever ver 172.45 78.78 0.40 0.47 cnd:pre:3s; -enlèveras enlever ver 172.45 78.78 0.28 0.00 ind:fut:2s; -enlèverez enlever ver 172.45 78.78 0.46 0.07 ind:fut:2p; -enlèveriez enlever ver 172.45 78.78 0.04 0.00 cnd:pre:2p; -enlèverons enlever ver 172.45 78.78 0.05 0.07 ind:fut:1p; -enlèveront enlever ver 172.45 78.78 0.15 0.07 ind:fut:3p; -enlèves enlever ver 172.45 78.78 3.66 0.61 ind:pre:2s;sub:pre:2s; -enlumine enluminer ver 0.03 1.15 0.00 0.07 ind:pre:3s; -enluminent enluminer ver 0.03 1.15 0.00 0.07 ind:pre:3p; -enluminer enluminer ver 0.03 1.15 0.00 0.07 inf; -enlumineur enlumineur nom m s 0.40 0.20 0.27 0.20 -enlumineurs enlumineur nom m p 0.40 0.20 0.14 0.00 -enluminé enluminer ver m s 0.03 1.15 0.02 0.34 par:pas; -enluminée enluminé adj f s 0.03 0.47 0.01 0.07 -enluminées enluminer ver f p 0.03 1.15 0.01 0.20 par:pas; -enluminure enluminure nom f s 0.11 1.08 0.00 0.27 -enluminures enluminure nom f p 0.11 1.08 0.11 0.81 -enluminés enluminé adj m p 0.03 0.47 0.00 0.14 -enneige enneiger ver 0.51 1.28 0.00 0.07 ind:pre:3s; -enneigeait enneiger ver 0.51 1.28 0.01 0.07 ind:imp:3s; -enneigement enneigement nom m s 0.10 0.00 0.10 0.00 -enneiger enneiger ver 0.51 1.28 0.01 0.00 inf; -enneigé enneigé adj m s 0.58 2.50 0.20 0.54 -enneigée enneigé adj f s 0.58 2.50 0.10 0.88 -enneigées enneigé adj f p 0.58 2.50 0.05 0.68 -enneigés enneigé adj m p 0.58 2.50 0.24 0.41 -ennemi ennemi nom m s 92.37 111.96 59.98 79.19 -ennemie ennemi nom f s 92.37 111.96 2.56 3.04 -ennemies ennemi adj f p 14.56 19.05 2.19 4.53 -ennemis ennemi nom m p 92.37 111.96 29.22 29.19 -ennobli ennoblir ver m s 0.15 1.22 0.01 0.20 par:pas; -ennoblie ennoblir ver f s 0.15 1.22 0.00 0.07 par:pas; -ennoblir ennoblir ver 0.15 1.22 0.01 0.34 inf; -ennoblis ennoblir ver m p 0.15 1.22 0.10 0.27 ind:pre:2s;par:pas; -ennoblissement ennoblissement nom m s 0.00 0.07 0.00 0.07 -ennoblit ennoblir ver 0.15 1.22 0.03 0.34 ind:pre:3s;ind:pas:3s; -ennuagent ennuager ver 0.03 0.20 0.01 0.00 ind:pre:3p; -ennuager ennuager ver 0.03 0.20 0.00 0.14 inf; -ennuagé ennuager ver m s 0.03 0.20 0.02 0.07 par:pas; -ennui ennui nom m s 76.64 56.62 14.76 38.24 -ennuie ennuyer ver 62.48 59.12 34.04 20.54 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:1s; -ennuient ennuyer ver 62.48 59.12 2.97 2.97 ind:pre:3p; -ennuiera ennuyer ver 62.48 59.12 0.66 0.07 ind:fut:3s; -ennuierai ennuyer ver 62.48 59.12 0.65 0.34 ind:fut:1s; -ennuieraient ennuyer ver 62.48 59.12 0.03 0.00 cnd:pre:3p; -ennuierais ennuyer ver 62.48 59.12 0.47 0.34 cnd:pre:1s;cnd:pre:2s; -ennuierait ennuyer ver 62.48 59.12 2.86 1.76 cnd:pre:3s; -ennuieras ennuyer ver 62.48 59.12 0.52 0.07 ind:fut:2s; -ennuierez ennuyer ver 62.48 59.12 0.06 0.00 ind:fut:2p; -ennuieriez ennuyer ver 62.48 59.12 0.04 0.00 cnd:pre:2p; -ennuierions ennuyer ver 62.48 59.12 0.00 0.07 cnd:pre:1p; -ennuierons ennuyer ver 62.48 59.12 0.14 0.00 ind:fut:1p; -ennuieront ennuyer ver 62.48 59.12 0.11 0.00 ind:fut:3p; -ennuies ennuyer ver 62.48 59.12 3.94 1.35 ind:pre:2s;sub:pre:2s; -ennuis ennui nom m p 76.64 56.62 61.89 18.38 -ennuya ennuyer ver 62.48 59.12 0.00 0.68 ind:pas:3s; -ennuyai ennuyer ver 62.48 59.12 0.00 0.14 ind:pas:1s; -ennuyaient ennuyer ver 62.48 59.12 0.38 2.43 ind:imp:3p; -ennuyais ennuyer ver 62.48 59.12 2.07 3.04 ind:imp:1s;ind:imp:2s; -ennuyait ennuyer ver 62.48 59.12 1.42 9.46 ind:imp:3s; -ennuyant ennuyant adj m s 0.94 0.07 0.79 0.07 -ennuyante ennuyant adj f s 0.94 0.07 0.15 0.00 -ennuyer ennuyer ver 62.48 59.12 7.00 9.12 inf; -ennuyeuse ennuyeux adj f s 19.47 13.31 3.02 2.77 -ennuyeuses ennuyeux adj f p 19.47 13.31 0.83 1.08 -ennuyeux ennuyeux adj m 19.47 13.31 15.62 9.46 -ennuyez ennuyer ver 62.48 59.12 1.55 1.22 imp:pre:2p;ind:pre:2p; -ennuyiez ennuyer ver 62.48 59.12 0.20 0.20 ind:imp:2p; -ennuyions ennuyer ver 62.48 59.12 0.01 0.20 ind:imp:1p; -ennuyons ennuyer ver 62.48 59.12 0.24 0.20 imp:pre:1p;ind:pre:1p; -ennuyât ennuyer ver 62.48 59.12 0.00 0.34 sub:imp:3s; -ennuyèrent ennuyer ver 62.48 59.12 0.00 0.41 ind:pas:3p; -ennuyé ennuyer ver m s 62.48 59.12 1.26 2.23 par:pas; -ennuyée ennuyer ver f s 62.48 59.12 1.54 1.35 par:pas; -ennuyées ennuyer ver f p 62.48 59.12 0.01 0.00 par:pas; -ennuyés ennuyer ver m p 62.48 59.12 0.14 0.14 par:pas; -enorgueillît enorgueillir ver 0.32 2.09 0.00 0.07 sub:imp:3s; -enorgueilli enorgueillir ver m s 0.32 2.09 0.01 0.00 par:pas; -enorgueillir enorgueillir ver 0.32 2.09 0.12 0.61 inf; -enorgueillirent enorgueillir ver 0.32 2.09 0.00 0.07 ind:pas:3p; -enorgueillis enorgueillir ver 0.32 2.09 0.01 0.00 ind:pre:1s; -enorgueillissais enorgueillir ver 0.32 2.09 0.00 0.27 ind:imp:1s; -enorgueillissait enorgueillir ver 0.32 2.09 0.01 0.20 ind:imp:3s; -enorgueillissant enorgueillir ver 0.32 2.09 0.00 0.07 par:pre; -enorgueillisse enorgueillir ver 0.32 2.09 0.00 0.07 sub:pre:1s; -enorgueillissent enorgueillir ver 0.32 2.09 0.14 0.20 ind:pre:3p; -enorgueillit enorgueillir ver 0.32 2.09 0.03 0.54 ind:pre:3s;ind:pas:3s; -enquerraient enquérir ver 1.01 8.85 0.00 0.07 cnd:pre:3p; -enquiers enquérir ver 1.01 8.85 0.02 0.14 imp:pre:2s;ind:pre:1s; -enquiert enquérir ver 1.01 8.85 0.05 1.35 ind:pre:3s; -enquillais enquiller ver 0.00 2.84 0.00 0.07 ind:imp:1s; -enquillait enquiller ver 0.00 2.84 0.00 0.07 ind:imp:3s; -enquillant enquiller ver 0.00 2.84 0.00 0.20 par:pre; -enquille enquiller ver 0.00 2.84 0.00 1.01 ind:pre:1s;ind:pre:3s; -enquillent enquiller ver 0.00 2.84 0.00 0.14 ind:pre:3p; -enquiller enquiller ver 0.00 2.84 0.00 0.74 inf; -enquillons enquiller ver 0.00 2.84 0.00 0.07 ind:pre:1p; -enquillé enquiller ver m s 0.00 2.84 0.00 0.47 par:pas; -enquillés enquiller ver m p 0.00 2.84 0.00 0.07 par:pas; -enquiquinaient enquiquiner ver 0.64 1.15 0.00 0.07 ind:imp:3p; -enquiquinait enquiquiner ver 0.64 1.15 0.02 0.07 ind:imp:3s; -enquiquinant enquiquinant adj m s 0.38 0.07 0.01 0.07 -enquiquinante enquiquinant adj f s 0.38 0.07 0.21 0.00 -enquiquinants enquiquinant adj m p 0.38 0.07 0.16 0.00 -enquiquine enquiquiner ver 0.64 1.15 0.20 0.34 imp:pre:2s;ind:pre:1s;ind:pre:3s; -enquiquinement enquiquinement nom m s 0.01 0.00 0.01 0.00 -enquiquinent enquiquiner ver 0.64 1.15 0.02 0.14 ind:pre:3p; -enquiquiner enquiquiner ver 0.64 1.15 0.12 0.41 inf; -enquiquineraient enquiquiner ver 0.64 1.15 0.01 0.00 cnd:pre:3p; -enquiquines enquiquiner ver 0.64 1.15 0.23 0.00 ind:pre:2s; -enquiquineur enquiquineur nom m s 0.33 0.20 0.17 0.14 -enquiquineurs enquiquineur nom m p 0.33 0.20 0.07 0.00 -enquiquineuse enquiquineur nom f s 0.33 0.20 0.08 0.07 -enquiquiné enquiquiner ver m s 0.64 1.15 0.03 0.14 par:pas; -enquis enquérir ver m 1.01 8.85 0.06 0.88 ind:pas:1s;par:pas;par:pas; -enquise enquérir ver f s 1.01 8.85 0.01 0.20 par:pas; -enquit enquérir ver 1.01 8.85 0.10 3.45 ind:pas:3s; -enquière enquérir ver 1.01 8.85 0.01 0.07 sub:pre:1s;sub:pre:3s; -enquièrent enquérir ver 1.01 8.85 0.00 0.07 ind:pre:3p; -enquéraient enquérir ver 1.01 8.85 0.00 0.41 ind:imp:3p; -enquérais enquérir ver 1.01 8.85 0.02 0.14 ind:imp:1s; -enquérait enquérir ver 1.01 8.85 0.00 0.34 ind:imp:3s; -enquérant enquérir ver 1.01 8.85 0.00 0.41 par:pre; -enquérez enquérir ver 1.01 8.85 0.01 0.00 ind:pre:2p; -enquérir enquérir ver 1.01 8.85 0.73 1.35 inf; -enquêta enquêter ver 19.65 2.91 0.01 0.07 ind:pas:3s; -enquêtais enquêter ver 19.65 2.91 0.45 0.07 ind:imp:1s;ind:imp:2s; -enquêtait enquêter ver 19.65 2.91 0.85 0.61 ind:imp:3s; -enquêtant enquêter ver 19.65 2.91 0.28 0.07 par:pre; -enquête enquête nom f s 57.98 21.28 53.89 18.45 -enquêtent enquêter ver 19.65 2.91 0.50 0.27 ind:pre:3p; -enquêter enquêter ver 19.65 2.91 7.29 1.35 inf; -enquêtes_minut enquêtes_minut nom f p 0.00 0.07 0.00 0.07 -enquêtes enquête nom f p 57.98 21.28 4.08 2.84 -enquêteur enquêteur nom m s 4.06 3.18 1.83 1.28 -enquêteurs enquêteur nom m p 4.06 3.18 2.15 1.82 -enquêteuse enquêteur nom f s 4.06 3.18 0.07 0.00 -enquêtez enquêter ver 19.65 2.91 0.99 0.07 imp:pre:2p;ind:pre:2p; -enquêtrices enquêteur nom f p 4.06 3.18 0.00 0.07 -enquêté enquêter ver m s 19.65 2.91 2.13 0.14 par:pas; -enrôla enrôler ver 3.03 2.77 0.00 0.07 ind:pas:3s; -enrôlaient enrôler ver 3.03 2.77 0.04 0.07 ind:imp:3p; -enrôlais enrôler ver 3.03 2.77 0.01 0.07 ind:imp:1s; -enrôlait enrôler ver 3.03 2.77 0.01 0.14 ind:imp:3s; -enrôlant enrôler ver 3.03 2.77 0.05 0.00 par:pre; -enrôle enrôler ver 3.03 2.77 0.17 0.14 imp:pre:2s;ind:pre:1s;ind:pre:3s; -enrôlement enrôlement nom m s 0.25 0.34 0.25 0.14 -enrôlements enrôlement nom m p 0.25 0.34 0.00 0.20 -enrôler enrôler ver 3.03 2.77 0.82 0.95 inf; -enrôlerait enrôler ver 3.03 2.77 0.01 0.14 cnd:pre:3s; -enrôleriez enrôler ver 3.03 2.77 0.01 0.00 cnd:pre:2p; -enrôlez enrôler ver 3.03 2.77 0.74 0.00 imp:pre:2p;ind:pre:2p; -enrôlons enrôler ver 3.03 2.77 0.03 0.00 imp:pre:1p;ind:pre:1p; -enrôlé enrôler ver m s 3.03 2.77 0.94 0.74 par:pas; -enrôlée enrôler ver f s 3.03 2.77 0.02 0.20 par:pas; -enrôlées enrôler ver f p 3.03 2.77 0.00 0.07 par:pas; -enrôlés enrôler ver m p 3.03 2.77 0.17 0.20 par:pas; -enracinais enraciner ver 0.65 3.65 0.00 0.07 ind:imp:1s; -enracinait enraciner ver 0.65 3.65 0.00 0.54 ind:imp:3s; -enracinant enraciner ver 0.65 3.65 0.00 0.07 par:pre; -enracine enraciner ver 0.65 3.65 0.03 0.14 ind:pre:3s; -enracinement enracinement nom m s 0.01 0.47 0.01 0.41 -enracinements enracinement nom m p 0.01 0.47 0.00 0.07 -enracinent enraciner ver 0.65 3.65 0.14 0.27 ind:pre:3p; -enraciner enraciner ver 0.65 3.65 0.25 0.34 inf; -enracinerait enraciner ver 0.65 3.65 0.10 0.07 cnd:pre:3s; -enracineras enraciner ver 0.65 3.65 0.00 0.07 ind:fut:2s; -enracinerez enraciner ver 0.65 3.65 0.01 0.00 ind:fut:2p; -enraciné enraciner ver m s 0.65 3.65 0.05 1.15 par:pas; -enracinée enraciné adj f s 0.12 0.88 0.04 0.27 -enracinées enraciné adj f p 0.12 0.88 0.01 0.14 -enracinés enraciné adj m p 0.12 0.88 0.04 0.34 -enrage enrager ver 6.13 7.57 1.46 1.82 imp:pre:2s;ind:pre:1s;ind:pre:3s; -enragea enrager ver 6.13 7.57 0.00 0.20 ind:pas:3s; -enrageai enrager ver 6.13 7.57 0.00 0.07 ind:pas:1s; -enrageais enrager ver 6.13 7.57 0.27 0.47 ind:imp:1s; -enrageait enrager ver 6.13 7.57 0.15 1.35 ind:imp:3s; -enrageant enrager ver 6.13 7.57 0.00 0.07 par:pre; -enrageante enrageant adj f s 0.01 0.00 0.01 0.00 -enragement enragement nom m s 0.00 0.14 0.00 0.14 -enragent enrager ver 6.13 7.57 0.01 0.20 ind:pre:3p; -enrager enrager ver 6.13 7.57 2.20 1.49 inf; -enragerais enrager ver 6.13 7.57 0.00 0.14 cnd:pre:1s; -enragé enragé adj m s 3.36 4.26 2.18 1.69 -enragée enragé adj f s 3.36 4.26 0.75 1.28 -enragées enrager ver f p 6.13 7.57 0.12 0.00 par:pas; -enragés enragé nom m p 0.79 1.69 0.39 0.74 -enraie enrayer ver 1.73 1.96 0.01 0.00 ind:pre:3s; -enraillée enrailler ver f s 0.02 0.00 0.02 0.00 par:pas; -enraya enrayer ver 1.73 1.96 0.00 0.20 ind:pas:3s; -enrayage enrayage nom m s 0.02 0.00 0.02 0.00 -enrayait enrayer ver 1.73 1.96 0.00 0.14 ind:imp:3s; -enrayant enrayer ver 1.73 1.96 0.00 0.14 par:pre; -enraye enrayer ver 1.73 1.96 0.27 0.20 ind:pre:3s; -enrayement enrayement nom m s 0.02 0.00 0.02 0.00 -enrayent enrayer ver 1.73 1.96 0.03 0.07 ind:pre:3p; -enrayer enrayer ver 1.73 1.96 0.92 0.74 inf; -enrayera enrayer ver 1.73 1.96 0.04 0.00 ind:fut:3s; -enrayé enrayer ver m s 1.73 1.96 0.32 0.20 par:pas; -enrayée enrayer ver f s 1.73 1.96 0.14 0.27 par:pas; -enregistra enregistrer ver 33.07 14.73 0.09 0.54 ind:pas:3s; -enregistrable enregistrable adj f s 0.01 0.07 0.01 0.07 -enregistrai enregistrer ver 33.07 14.73 0.00 0.27 ind:pas:1s; -enregistraient enregistrer ver 33.07 14.73 0.11 0.34 ind:imp:3p; -enregistrais enregistrer ver 33.07 14.73 0.49 0.20 ind:imp:1s;ind:imp:2s; -enregistrait enregistrer ver 33.07 14.73 0.63 1.35 ind:imp:3s; -enregistrant enregistrer ver 33.07 14.73 0.20 0.41 par:pre; -enregistre enregistrer ver 33.07 14.73 5.96 2.03 imp:pre:2s;ind:pre:1s;ind:pre:3s; -enregistrement enregistrement nom m s 14.79 3.11 11.21 2.36 -enregistrements enregistrement nom m p 14.79 3.11 3.58 0.74 -enregistrent enregistrer ver 33.07 14.73 0.47 0.14 ind:pre:3p; -enregistrer enregistrer ver 33.07 14.73 7.58 3.65 inf; -enregistrera enregistrer ver 33.07 14.73 0.28 0.00 ind:fut:3s; -enregistrerai enregistrer ver 33.07 14.73 0.32 0.00 ind:fut:1s; -enregistrerait enregistrer ver 33.07 14.73 0.01 0.00 cnd:pre:3s; -enregistreras enregistrer ver 33.07 14.73 0.01 0.00 ind:fut:2s; -enregistrerez enregistrer ver 33.07 14.73 0.02 0.00 ind:fut:2p; -enregistrerons enregistrer ver 33.07 14.73 0.01 0.00 ind:fut:1p; -enregistreront enregistrer ver 33.07 14.73 0.01 0.07 ind:fut:3p; -enregistres enregistrer ver 33.07 14.73 0.83 0.07 ind:pre:2s; -enregistreur enregistreur nom m s 1.00 0.20 0.88 0.14 -enregistreurs enregistreur nom m p 1.00 0.20 0.11 0.00 -enregistreuse enregistreur adj f s 0.66 1.01 0.24 0.74 -enregistreuses enregistreur adj f p 0.66 1.01 0.20 0.07 -enregistrez enregistrer ver 33.07 14.73 1.12 0.00 imp:pre:2p;ind:pre:2p; -enregistriez enregistrer ver 33.07 14.73 0.00 0.07 ind:imp:2p; -enregistrions enregistrer ver 33.07 14.73 0.02 0.07 ind:imp:1p; -enregistrons enregistrer ver 33.07 14.73 0.25 0.14 imp:pre:1p;ind:pre:1p; -enregistré enregistrer ver m s 33.07 14.73 9.58 3.18 par:pas; -enregistrée enregistrer ver f s 33.07 14.73 2.73 0.88 par:pas; -enregistrées enregistrer ver f p 33.07 14.73 0.81 0.41 par:pas; -enregistrés enregistrer ver m p 33.07 14.73 1.54 0.95 par:pas; -enrhumait enrhumer ver 2.60 1.96 0.00 0.14 ind:imp:3s; -enrhume enrhumer ver 2.60 1.96 0.39 0.47 ind:pre:1s;ind:pre:3s; -enrhument enrhumer ver 2.60 1.96 0.11 0.07 ind:pre:3p; -enrhumer enrhumer ver 2.60 1.96 0.89 0.41 inf; -enrhumes enrhumer ver 2.60 1.96 0.00 0.07 ind:pre:2s; -enrhumez enrhumer ver 2.60 1.96 0.01 0.00 imp:pre:2p; -enrhumé enrhumer ver m s 2.60 1.96 0.97 0.41 par:pas; -enrhumée enrhumer ver f s 2.60 1.96 0.22 0.34 par:pas; -enrhumées enrhumé adj f p 0.49 1.22 0.00 0.07 -enrhumés enrhumé adj m p 0.49 1.22 0.11 0.27 -enrichi enrichir ver m s 7.73 11.76 1.44 2.03 par:pas; -enrichie enrichir ver f s 7.73 11.76 0.13 0.81 par:pas; -enrichies enrichir ver f p 7.73 11.76 0.17 0.14 par:pas; -enrichir enrichir ver 7.73 11.76 3.00 4.19 inf; -enrichira enrichir ver 7.73 11.76 0.10 0.00 ind:fut:3s; -enrichirais enrichir ver 7.73 11.76 0.01 0.07 cnd:pre:1s; -enrichirait enrichir ver 7.73 11.76 0.34 0.00 cnd:pre:3s; -enrichiront enrichir ver 7.73 11.76 0.04 0.14 ind:fut:3p; -enrichis enrichir ver m p 7.73 11.76 0.48 0.54 ind:pre:1s;ind:pre:2s;par:pas; -enrichissaient enrichir ver 7.73 11.76 0.01 0.34 ind:imp:3p; -enrichissais enrichir ver 7.73 11.76 0.00 0.07 ind:imp:1s; -enrichissait enrichir ver 7.73 11.76 0.05 1.15 ind:imp:3s; -enrichissant enrichissant adj m s 0.69 0.95 0.20 0.14 -enrichissante enrichissant adj f s 0.69 0.95 0.23 0.34 -enrichissantes enrichissant adj f p 0.69 0.95 0.25 0.27 -enrichissants enrichissant adj m p 0.69 0.95 0.01 0.20 -enrichisse enrichir ver 7.73 11.76 0.28 0.14 sub:pre:1s;sub:pre:3s; -enrichissement enrichissement nom m s 0.20 1.28 0.20 0.74 -enrichissements enrichissement nom m p 0.20 1.28 0.00 0.54 -enrichissent enrichir ver 7.73 11.76 0.49 0.54 ind:pre:3p; -enrichissez enrichir ver 7.73 11.76 0.03 0.07 imp:pre:2p;ind:pre:2p; -enrichit enrichir ver 7.73 11.76 1.08 1.35 ind:pre:3s;ind:pas:3s; -enrobage enrobage nom m s 0.05 0.07 0.05 0.07 -enrobaient enrober ver 0.68 2.36 0.00 0.07 ind:imp:3p; -enrobait enrober ver 0.68 2.36 0.00 0.61 ind:imp:3s; -enrobant enrober ver 0.68 2.36 0.00 0.07 par:pre; -enrobe enrober ver 0.68 2.36 0.03 0.54 ind:pre:1s;ind:pre:3s; -enrober enrober ver 0.68 2.36 0.15 0.07 inf; -enrobèrent enrober ver 0.68 2.36 0.00 0.07 ind:pas:3p; -enrobé enrobé adj m s 1.02 1.01 0.88 0.47 -enrobée enrober ver f s 0.68 2.36 0.09 0.27 par:pas; -enrobées enrobé adj f p 1.02 1.01 0.11 0.00 -enrobés enrober ver m p 0.68 2.36 0.17 0.34 par:pas; -enrochements enrochement nom m p 0.00 0.27 0.00 0.27 -enroua enrouer ver 0.12 2.16 0.00 0.14 ind:pas:3s; -enrouaient enrouer ver 0.12 2.16 0.00 0.14 ind:imp:3p; -enrouait enrouer ver 0.12 2.16 0.00 0.20 ind:imp:3s; -enroue enrouer ver 0.12 2.16 0.00 0.34 ind:pre:3s; -enrouement enrouement nom m s 0.00 0.41 0.00 0.34 -enrouements enrouement nom m p 0.00 0.41 0.00 0.07 -enrouer enrouer ver 0.12 2.16 0.00 0.07 inf; -enroula enrouler ver 3.75 16.89 0.00 1.01 ind:pas:3s; -enroulage enroulage nom m s 0.00 0.07 0.00 0.07 -enroulai enrouler ver 3.75 16.89 0.01 0.14 ind:pas:1s; -enroulaient enrouler ver 3.75 16.89 0.11 0.81 ind:imp:3p; -enroulais enrouler ver 3.75 16.89 0.02 0.14 ind:imp:1s; -enroulait enrouler ver 3.75 16.89 0.01 3.31 ind:imp:3s; -enroulant enrouler ver 3.75 16.89 0.03 1.42 par:pre; -enroule enrouler ver 3.75 16.89 1.11 1.96 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:1s; -enroulement enroulement nom m s 0.01 0.61 0.01 0.27 -enroulements enroulement nom m p 0.01 0.61 0.00 0.34 -enroulent enrouler ver 3.75 16.89 0.19 0.41 ind:pre:3p; -enrouler enrouler ver 3.75 16.89 0.36 1.35 inf; -enroulera enrouler ver 3.75 16.89 0.00 0.07 ind:fut:3s; -enroulerais enrouler ver 3.75 16.89 0.10 0.07 cnd:pre:1s; -enroulez enrouler ver 3.75 16.89 0.24 0.00 imp:pre:2p;ind:pre:2p; -enroulèrent enrouler ver 3.75 16.89 0.01 0.41 ind:pas:3p; -enroulé enrouler ver m s 3.75 16.89 0.52 2.50 par:pas; -enroulée enrouler ver f s 3.75 16.89 0.80 1.69 par:pas; -enroulées enrouler ver f p 3.75 16.89 0.05 0.54 par:pas; -enroulés enrouler ver m p 3.75 16.89 0.19 1.08 par:pas; -enroué enroué adj m s 0.18 3.31 0.05 0.61 -enrouée enroué adj f s 0.18 3.31 0.13 2.50 -enrouées enroué adj f p 0.18 3.31 0.00 0.14 -enroués enrouer ver m p 0.12 2.16 0.10 0.14 par:pas; -enrubannaient enrubanner ver 0.13 1.15 0.00 0.14 ind:imp:3p; -enrubannait enrubanner ver 0.13 1.15 0.00 0.14 ind:imp:3s; -enrubanner enrubanner ver 0.13 1.15 0.11 0.00 inf; -enrubanné enrubanner ver m s 0.13 1.15 0.01 0.27 par:pas; -enrubannée enrubanné adj f s 0.03 0.88 0.03 0.14 -enrubannées enrubanner ver f p 0.13 1.15 0.00 0.14 par:pas; -enrubannés enrubanné adj m p 0.03 0.88 0.00 0.34 -enrégimentait enrégimenter ver 0.00 0.27 0.00 0.07 ind:imp:3s; -enrégimenter enrégimenter ver 0.00 0.27 0.00 0.14 inf; -enrégimenterait enrégimenter ver 0.00 0.27 0.00 0.07 cnd:pre:3s; -ensablait ensabler ver 0.28 1.15 0.10 0.14 ind:imp:3s; -ensable ensabler ver 0.28 1.15 0.00 0.27 ind:pre:3s; -ensablement ensablement nom m s 0.00 0.20 0.00 0.20 -ensablent ensabler ver 0.28 1.15 0.00 0.07 ind:pre:3p; -ensabler ensabler ver 0.28 1.15 0.01 0.14 inf; -ensablèrent ensabler ver 0.28 1.15 0.00 0.07 ind:pas:3p; -ensablé ensablé adj m s 0.03 0.88 0.01 0.27 -ensablée ensabler ver f s 0.28 1.15 0.14 0.20 par:pas; -ensablées ensablé adj f p 0.03 0.88 0.00 0.14 -ensablés ensablé adj m p 0.03 0.88 0.01 0.27 -ensacher ensacher ver 0.04 0.07 0.02 0.00 inf; -ensaché ensacher ver m s 0.04 0.07 0.01 0.07 par:pas; -ensanglanta ensanglanter ver 1.07 2.30 0.00 0.14 ind:pas:3s; -ensanglantaient ensanglanter ver 1.07 2.30 0.00 0.07 ind:imp:3p; -ensanglantant ensanglanter ver 1.07 2.30 0.00 0.14 par:pre; -ensanglante ensanglanter ver 1.07 2.30 0.28 0.00 ind:pre:3s; -ensanglantement ensanglantement nom m s 0.00 0.07 0.00 0.07 -ensanglanter ensanglanter ver 1.07 2.30 0.00 0.07 inf; -ensanglantèrent ensanglanter ver 1.07 2.30 0.00 0.07 ind:pas:3p; -ensanglanté ensanglanté adj m s 1.55 4.26 0.71 1.55 -ensanglantée ensanglanté adj f s 1.55 4.26 0.52 1.28 -ensanglantées ensanglanté adj f p 1.55 4.26 0.10 0.61 -ensanglantés ensanglanté adj m p 1.55 4.26 0.21 0.81 -ensauvageait ensauvager ver 0.11 0.68 0.00 0.07 ind:imp:3s; -ensauvagement ensauvagement nom m s 0.00 0.07 0.00 0.07 -ensauvagé ensauvager ver m s 0.11 0.68 0.01 0.14 par:pas; -ensauvagée ensauvager ver f s 0.11 0.68 0.10 0.20 par:pas; -ensauvagées ensauvager ver f p 0.11 0.68 0.00 0.14 par:pas; -ensauvagés ensauvager ver m p 0.11 0.68 0.00 0.14 par:pas; -ensauve ensauver ver 0.00 0.14 0.00 0.07 ind:pre:1s; -ensauvés ensauver ver m p 0.00 0.14 0.00 0.07 par:pas; -enseigna enseigner ver 31.98 23.04 0.59 1.15 ind:pas:3s; -enseignaient enseigner ver 31.98 23.04 0.07 0.47 ind:imp:3p; -enseignais enseigner ver 31.98 23.04 0.80 0.34 ind:imp:1s;ind:imp:2s; -enseignait enseigner ver 31.98 23.04 1.29 3.85 ind:imp:3s; -enseignant_robot enseignant_robot nom m s 0.00 0.07 0.00 0.07 -enseignant enseignant nom m s 3.94 1.69 1.63 0.34 -enseignante enseignant nom f s 3.94 1.69 0.45 0.47 -enseignantes enseignant nom f p 3.94 1.69 0.03 0.07 -enseignants enseignant nom m p 3.94 1.69 1.84 0.81 -enseigne enseigner ver 31.98 23.04 8.85 3.78 imp:pre:2s;ind:pre:1s;ind:pre:3s; -enseignement enseignement nom m s 4.27 12.50 3.61 10.95 -enseignements enseignement nom m p 4.27 12.50 0.66 1.55 -enseignent enseigner ver 31.98 23.04 0.59 0.95 ind:pre:3p; -enseigner enseigner ver 31.98 23.04 10.06 5.00 inf;; -enseignera enseigner ver 31.98 23.04 0.53 0.41 ind:fut:3s; -enseignerai enseigner ver 31.98 23.04 0.78 0.14 ind:fut:1s; -enseigneraient enseigner ver 31.98 23.04 0.01 0.07 cnd:pre:3p; -enseignerais enseigner ver 31.98 23.04 0.30 0.07 cnd:pre:1s; -enseignerait enseigner ver 31.98 23.04 0.05 0.14 cnd:pre:3s; -enseigneras enseigner ver 31.98 23.04 0.05 0.00 ind:fut:2s; -enseignerez enseigner ver 31.98 23.04 0.06 0.00 ind:fut:2p; -enseignerons enseigner ver 31.98 23.04 0.28 0.00 ind:fut:1p; -enseigneront enseigner ver 31.98 23.04 0.04 0.07 ind:fut:3p; -enseignes enseigner ver 31.98 23.04 0.89 0.07 ind:pre:2s; -enseigneur enseigneur nom m s 0.01 0.00 0.01 0.00 -enseignez enseigner ver 31.98 23.04 1.61 0.54 imp:pre:2p;ind:pre:2p; -enseigniez enseigner ver 31.98 23.04 0.17 0.07 ind:imp:2p; -enseignons enseigner ver 31.98 23.04 0.09 0.00 imp:pre:1p;ind:pre:1p; -enseignât enseigner ver 31.98 23.04 0.00 0.07 sub:imp:3s; -enseignèrent enseigner ver 31.98 23.04 0.00 0.20 ind:pas:3p; -enseigné enseigner ver m s 31.98 23.04 3.79 3.85 par:pas; -enseignée enseigner ver f s 31.98 23.04 0.43 0.88 par:pas; -enseignées enseigner ver f p 31.98 23.04 0.22 0.27 par:pas; -enseignés enseigner ver m p 31.98 23.04 0.06 0.34 par:pas; -ensellement ensellement nom m s 0.00 0.20 0.00 0.20 -ensellé ensellé adj m s 0.01 0.07 0.01 0.00 -ensellure ensellure nom f s 0.14 0.07 0.14 0.07 -ensellés ensellé adj m p 0.01 0.07 0.00 0.07 -ensemble ensemble adv 253.47 145.07 253.47 145.07 -ensembles ensemble nom m p 31.87 63.45 2.13 2.03 -ensemencement ensemencement nom m s 0.01 0.20 0.01 0.14 -ensemencements ensemencement nom m p 0.01 0.20 0.00 0.07 -ensemencer ensemencer ver 0.23 1.42 0.08 0.41 inf; -ensemencé ensemencer ver m s 0.23 1.42 0.14 0.34 par:pas; -ensemencée ensemencer ver f s 0.23 1.42 0.01 0.20 par:pas; -ensemencés ensemencer ver m p 0.23 1.42 0.00 0.14 par:pas; -ensemença ensemencer ver 0.23 1.42 0.00 0.07 ind:pas:3s; -ensemençaient ensemencer ver 0.23 1.42 0.00 0.07 ind:imp:3p; -ensemençait ensemencer ver 0.23 1.42 0.00 0.14 ind:imp:3s; -ensemençant ensemencer ver 0.23 1.42 0.00 0.07 par:pre; -enserra enserrer ver 0.23 7.70 0.00 0.07 ind:pas:3s; -enserrai enserrer ver 0.23 7.70 0.00 0.07 ind:pas:1s; -enserraient enserrer ver 0.23 7.70 0.01 1.01 ind:imp:3p; -enserrait enserrer ver 0.23 7.70 0.00 1.28 ind:imp:3s; -enserrant enserrer ver 0.23 7.70 0.00 1.49 par:pre; -enserre enserrer ver 0.23 7.70 0.05 1.08 ind:pre:1s;ind:pre:3s; -enserrent enserrer ver 0.23 7.70 0.02 0.74 ind:pre:3p; -enserrer enserrer ver 0.23 7.70 0.01 0.54 inf; -enserrera enserrer ver 0.23 7.70 0.01 0.00 ind:fut:3s; -enserrerait enserrer ver 0.23 7.70 0.00 0.07 cnd:pre:3s; -enserres enserrer ver 0.23 7.70 0.00 0.07 ind:pre:2s; -enserrèrent enserrer ver 0.23 7.70 0.00 0.07 ind:pas:3p; -enserré enserrer ver m s 0.23 7.70 0.13 0.54 par:pas; -enserrée enserrer ver f s 0.23 7.70 0.00 0.27 par:pas; -enserrées enserrer ver f p 0.23 7.70 0.00 0.14 par:pas; -enserrés enserrer ver m p 0.23 7.70 0.00 0.27 par:pas; -enseveli ensevelir ver m s 3.10 8.58 0.75 2.70 par:pas; -ensevelie ensevelir ver f s 3.10 8.58 0.52 0.88 par:pas; -ensevelies ensevelir ver f p 3.10 8.58 0.06 0.68 par:pas; -ensevelir ensevelir ver 3.10 8.58 1.20 1.08 inf; -ensevelira ensevelir ver 3.10 8.58 0.04 0.00 ind:fut:3s; -ensevelirait ensevelir ver 3.10 8.58 0.00 0.07 cnd:pre:3s; -ensevelis ensevelir ver m p 3.10 8.58 0.33 1.76 ind:pre:1s;par:pas; -ensevelissaient ensevelir ver 3.10 8.58 0.00 0.14 ind:imp:3p; -ensevelissais ensevelir ver 3.10 8.58 0.00 0.07 ind:imp:1s; -ensevelissait ensevelir ver 3.10 8.58 0.00 0.34 ind:imp:3s; -ensevelissant ensevelir ver 3.10 8.58 0.00 0.20 par:pre; -ensevelisse ensevelir ver 3.10 8.58 0.14 0.27 sub:pre:3s; -ensevelissement ensevelissement nom m s 0.03 0.74 0.03 0.74 -ensevelissent ensevelir ver 3.10 8.58 0.00 0.14 ind:pre:3p; -ensevelisseuse ensevelisseur nom f s 0.00 0.14 0.00 0.14 -ensevelissez ensevelir ver 3.10 8.58 0.03 0.00 imp:pre:2p;ind:pre:2p; -ensevelissons ensevelir ver 3.10 8.58 0.00 0.07 imp:pre:1p; -ensevelit ensevelir ver 3.10 8.58 0.02 0.20 ind:pre:3s;ind:pas:3s; -ensoleilla ensoleiller ver 0.99 3.31 0.00 0.14 ind:pas:3s; -ensoleillement ensoleillement nom m s 0.04 0.27 0.04 0.27 -ensoleiller ensoleiller ver 0.99 3.31 0.02 0.07 inf; -ensoleillèrent ensoleiller ver 0.99 3.31 0.00 0.07 ind:pas:3p; -ensoleillé ensoleillé adj m s 2.12 8.31 1.05 3.04 -ensoleillée ensoleillé adj f s 2.12 8.31 0.75 4.12 -ensoleillées ensoleillé adj f p 2.12 8.31 0.06 0.61 -ensoleillés ensoleillé adj m p 2.12 8.31 0.26 0.54 -ensommeilla ensommeiller ver 0.14 1.15 0.00 0.07 ind:pas:3s; -ensommeillaient ensommeiller ver 0.14 1.15 0.00 0.07 ind:imp:3p; -ensommeillait ensommeiller ver 0.14 1.15 0.00 0.14 ind:imp:3s; -ensommeiller ensommeiller ver 0.14 1.15 0.00 0.07 inf; -ensommeillé ensommeiller ver m s 0.14 1.15 0.14 0.34 par:pas; -ensommeillée ensommeillé adj f s 0.21 3.38 0.01 1.55 -ensommeillées ensommeillé adj f p 0.21 3.38 0.00 0.34 -ensommeillés ensommeillé adj m p 0.21 3.38 0.10 0.54 -ensorcelaient ensorceler ver 3.92 1.49 0.00 0.07 ind:imp:3p; -ensorcelant ensorcelant adj m s 0.21 0.47 0.03 0.20 -ensorcelante ensorcelant adj f s 0.21 0.47 0.19 0.20 -ensorcelantes ensorcelant adj f p 0.21 0.47 0.00 0.07 -ensorceler ensorceler ver 3.92 1.49 0.67 0.34 inf; -ensorceleur ensorceleur adj m s 0.03 0.07 0.01 0.07 -ensorceleuse ensorceleur nom f s 0.04 0.07 0.03 0.07 -ensorceleuses ensorceleuse nom f p 0.02 0.00 0.02 0.00 -ensorcelez ensorceler ver 3.92 1.49 0.02 0.07 ind:pre:2p; -ensorcelle ensorceler ver 3.92 1.49 0.34 0.34 ind:pre:3s; -ensorcellement ensorcellement nom m s 0.05 0.14 0.05 0.14 -ensorcellent ensorceler ver 3.92 1.49 0.26 0.07 ind:pre:3p; -ensorcelles ensorceler ver 3.92 1.49 0.00 0.07 ind:pre:2s; -ensorcelé ensorceler ver m s 3.92 1.49 1.72 0.34 par:pas; -ensorcelée ensorceler ver f s 3.92 1.49 0.73 0.14 par:pas; -ensorcelées ensorcelé adj f p 0.35 0.88 0.10 0.14 -ensorcelés ensorceler ver m p 3.92 1.49 0.18 0.00 par:pas; -ensouple ensouple nom f s 0.00 0.07 0.00 0.07 -ensoutanée ensoutané adj f s 0.00 0.07 0.00 0.07 -ensoutanées ensoutaner ver f p 0.00 0.07 0.00 0.07 par:pas; -ensuit ensuivre ver 1.20 5.34 0.52 1.89 ind:pre:3s; -ensuite ensuite adv_sup 127.92 169.19 127.92 169.19 -ensuivaient ensuivre ver 1.20 5.34 0.00 0.14 ind:imp:3p; -ensuivait ensuivre ver 1.20 5.34 0.00 0.34 ind:imp:3s; -ensuive ensuivre ver 1.20 5.34 0.33 0.54 sub:pre:3s; -ensuivent ensuivre ver 1.20 5.34 0.04 0.07 ind:pre:3p; -ensuivi ensuivre ver m s 1.20 5.34 0.00 0.07 par:pas; -ensuivie ensuivre ver f s 1.20 5.34 0.01 0.07 par:pas; -ensuivies ensuivre ver f p 1.20 5.34 0.00 0.07 par:pas; -ensuivirent ensuivre ver 1.20 5.34 0.03 0.27 ind:pas:3p; -ensuivit ensuivre ver 1.20 5.34 0.15 1.22 ind:pas:3s; -ensuivra ensuivre ver 1.20 5.34 0.06 0.07 ind:fut:3s; -ensuivraient ensuivre ver 1.20 5.34 0.01 0.07 cnd:pre:3p; -ensuivrait ensuivre ver 1.20 5.34 0.01 0.20 cnd:pre:3s; -ensuivre ensuivre ver 1.20 5.34 0.02 0.34 inf; -ensuivront ensuivre ver 1.20 5.34 0.03 0.00 ind:fut:3p; -ensuquent ensuquer ver 0.00 0.47 0.00 0.07 ind:pre:3p; -ensuqué ensuquer ver m s 0.00 0.47 0.00 0.14 par:pas; -ensuquée ensuquer ver f s 0.00 0.47 0.00 0.27 par:pas; -entôlage entôlage nom m s 0.01 0.14 0.01 0.14 -entôler entôler ver 0.02 0.20 0.01 0.00 inf; -entôleur entôleur nom m s 0.00 0.07 0.00 0.07 -entôlé entôler ver m s 0.02 0.20 0.01 0.14 par:pas; -entôlée entôler ver f s 0.02 0.20 0.00 0.07 par:pas; -entablement entablement nom m s 0.00 0.07 0.00 0.07 -entachait entacher ver 0.78 1.76 0.00 0.27 ind:imp:3s; -entache entacher ver 0.78 1.76 0.31 0.07 imp:pre:2s;ind:pre:3s; -entachent entacher ver 0.78 1.76 0.01 0.00 ind:pre:3p; -entacher entacher ver 0.78 1.76 0.10 0.14 inf; -entacherait entacher ver 0.78 1.76 0.04 0.00 cnd:pre:3s; -entaché entacher ver m s 0.78 1.76 0.12 0.81 par:pas; -entachée entacher ver f s 0.78 1.76 0.19 0.34 par:pas; -entachées entacher ver f p 0.78 1.76 0.00 0.07 par:pas; -entachés entacher ver m p 0.78 1.76 0.00 0.07 par:pas; -entailla entailler ver 0.52 2.09 0.00 0.07 ind:pas:3s; -entaillait entailler ver 0.52 2.09 0.01 0.27 ind:imp:3s; -entaille entaille nom f s 1.93 3.92 1.49 2.64 -entaillent entailler ver 0.52 2.09 0.00 0.27 ind:pre:3p; -entailler entailler ver 0.52 2.09 0.10 0.47 inf; -entaillerai entailler ver 0.52 2.09 0.00 0.07 ind:fut:1s; -entailles entaille nom f p 1.93 3.92 0.44 1.28 -entaillé entailler ver m s 0.52 2.09 0.18 0.34 par:pas; -entaillée entailler ver f s 0.52 2.09 0.04 0.14 par:pas; -entaillées entaillé adj f p 0.11 0.61 0.01 0.00 -entaillés entaillé adj m p 0.11 0.61 0.01 0.20 -entama entamer ver 7.44 27.77 0.08 2.03 ind:pas:3s; -entamai entamer ver 7.44 27.77 0.01 0.47 ind:pas:1s; -entamaient entamer ver 7.44 27.77 0.14 1.28 ind:imp:3p; -entamais entamer ver 7.44 27.77 0.07 0.07 ind:imp:1s; -entamait entamer ver 7.44 27.77 0.04 1.62 ind:imp:3s; -entamant entamer ver 7.44 27.77 0.02 0.41 par:pre; -entame entamer ver 7.44 27.77 1.09 2.36 imp:pre:2s;ind:pre:1s;ind:pre:3s; -entament entamer ver 7.44 27.77 0.32 0.61 ind:pre:3p; -entamer entamer ver 7.44 27.77 2.42 7.03 inf; -entamera entamer ver 7.44 27.77 0.28 0.07 ind:fut:3s; -entamerai entamer ver 7.44 27.77 0.03 0.07 ind:fut:1s; -entameraient entamer ver 7.44 27.77 0.01 0.07 cnd:pre:3p; -entamerais entamer ver 7.44 27.77 0.14 0.14 cnd:pre:1s; -entamerait entamer ver 7.44 27.77 0.02 0.27 cnd:pre:3s; -entamerez entamer ver 7.44 27.77 0.01 0.07 ind:fut:2p; -entamerons entamer ver 7.44 27.77 0.12 0.07 ind:fut:1p; -entames entamer ver 7.44 27.77 0.02 0.00 ind:pre:2s; -entamez entamer ver 7.44 27.77 0.26 0.07 imp:pre:2p;ind:pre:2p; -entamons entamer ver 7.44 27.77 0.13 0.14 imp:pre:1p;ind:pre:1p; -entamât entamer ver 7.44 27.77 0.00 0.27 sub:imp:3s; -entamèrent entamer ver 7.44 27.77 0.11 0.54 ind:pas:3p; -entamé entamer ver m s 7.44 27.77 1.52 5.68 par:pas; -entamée entamer ver f s 7.44 27.77 0.47 3.51 par:pas; -entamées entamer ver f p 7.44 27.77 0.12 0.27 par:pas; -entamés entamer ver m p 7.44 27.77 0.02 0.68 par:pas; -entant enter ver 0.49 0.14 0.12 0.00 par:pre; -entassa entasser ver 3.90 29.05 0.00 0.68 ind:pas:3s; -entassaient entasser ver 3.90 29.05 0.14 5.81 ind:imp:3p; -entassait entasser ver 3.90 29.05 0.06 2.43 ind:imp:3s; -entassant entasser ver 3.90 29.05 0.00 0.61 par:pre; -entasse entasser ver 3.90 29.05 1.07 1.55 imp:pre:2s;ind:pre:1s;ind:pre:3s; -entassement entassement nom m s 0.00 4.53 0.00 3.31 -entassements entassement nom m p 0.00 4.53 0.00 1.22 -entassent entasser ver 3.90 29.05 0.58 2.09 ind:pre:3p; -entasser entasser ver 3.90 29.05 0.65 2.03 inf; -entassera entasser ver 3.90 29.05 0.00 0.07 ind:fut:3s; -entasseraient entasser ver 3.90 29.05 0.00 0.14 cnd:pre:3p; -entasserait entasser ver 3.90 29.05 0.00 0.07 cnd:pre:3s; -entasseront entasser ver 3.90 29.05 0.00 0.07 ind:fut:3p; -entassez entasser ver 3.90 29.05 0.07 0.07 imp:pre:2p; -entassions entasser ver 3.90 29.05 0.00 0.34 ind:imp:1p; -entassâmes entasser ver 3.90 29.05 0.00 0.07 ind:pas:1p; -entassons entasser ver 3.90 29.05 0.10 0.07 ind:pre:1p; -entassèrent entasser ver 3.90 29.05 0.00 0.34 ind:pas:3p; -entassé entasser ver m s 3.90 29.05 0.07 1.62 par:pas; -entassée entasser ver f s 3.90 29.05 0.03 0.95 par:pas; -entassées entasser ver f p 3.90 29.05 0.02 3.18 par:pas; -entassés entasser ver m p 3.90 29.05 1.10 6.89 par:pas; -ente enter ver 0.49 0.14 0.01 0.00 ind:pre:3s; -entement entement nom m s 0.00 0.07 0.00 0.07 -entend entendre ver 728.67 719.12 41.77 63.11 ind:pre:3s; -entendîmes entendre ver 728.67 719.12 0.14 1.69 ind:pas:1p; -entendît entendre ver 728.67 719.12 0.00 2.30 sub:imp:3s; -entendaient entendre ver 728.67 719.12 1.52 7.09 ind:imp:3p; -entendais entendre ver 728.67 719.12 7.49 29.93 ind:imp:1s;ind:imp:2s; -entendait entendre ver 728.67 719.12 7.11 80.27 ind:imp:3s; -entendant entendre ver 728.67 719.12 1.95 15.00 par:pre; -entende entendre ver 728.67 719.12 9.72 5.47 sub:pre:1s;sub:pre:3s; -entendement entendement nom m s 1.13 2.70 1.13 2.70 -entendent entendre ver 728.67 719.12 6.75 7.64 ind:pre:3p;sub:pre:3p; -entendes entendre ver 728.67 719.12 1.01 0.41 sub:pre:2s; -entendeur entendeur nom m s 0.28 0.34 0.28 0.27 -entendeurs entendeur nom m p 0.28 0.34 0.00 0.07 -entendez entendre ver 728.67 719.12 45.11 13.99 imp:pre:2p;ind:pre:2p; -entendiez entendre ver 728.67 719.12 2.24 0.81 ind:imp:2p;sub:pre:2p; -entendions entendre ver 728.67 719.12 0.76 5.68 ind:imp:1p; -entendirent entendre ver 728.67 719.12 0.14 5.14 ind:pas:3p; -entendis entendre ver 728.67 719.12 1.11 16.76 ind:pas:1s; -entendisse entendre ver 728.67 719.12 0.00 0.14 sub:imp:1s; -entendissent entendre ver 728.67 719.12 0.01 0.20 sub:imp:3p; -entendit entendre ver 728.67 719.12 1.50 63.31 ind:pas:3s; -entendons entendre ver 728.67 719.12 2.05 5.14 imp:pre:1p;ind:pre:1p; -entendra entendre ver 728.67 719.12 6.61 2.57 ind:fut:3s; -entendrai entendre ver 728.67 719.12 1.36 1.08 ind:fut:1s; -entendraient entendre ver 728.67 719.12 0.23 0.88 cnd:pre:3p; -entendrais entendre ver 728.67 719.12 0.85 1.22 cnd:pre:1s;cnd:pre:2s; -entendrait entendre ver 728.67 719.12 1.71 3.18 cnd:pre:3s; -entendras entendre ver 728.67 719.12 2.26 0.61 ind:fut:2s; -entendre entendre ver 728.67 719.12 137.90 162.50 inf;;inf;;inf;; -entendrez entendre ver 728.67 719.12 3.45 0.47 ind:fut:2p; -entendriez entendre ver 728.67 719.12 0.28 0.14 cnd:pre:2p; -entendrions entendre ver 728.67 719.12 0.03 0.14 cnd:pre:1p; -entendrons entendre ver 728.67 719.12 0.63 0.81 ind:fut:1p; -entendront entendre ver 728.67 719.12 1.54 0.47 ind:fut:3p; -entends entendre ver 728.67 719.12 163.49 78.45 imp:pre:2s;ind:pre:1s;ind:pre:2s; -entendu entendre ver m s 728.67 719.12 256.43 122.91 par:pas; -entendue entendre ver f s 728.67 719.12 14.31 11.01 par:pas; -entendues entendre ver f p 728.67 719.12 1.53 2.43 par:pas; -entendus entendre ver m p 728.67 719.12 5.68 6.22 par:pas; -entente entente nom f s 2.82 10.81 2.72 10.68 -ententes entente nom f p 2.82 10.81 0.10 0.14 -enter enter ver 0.49 0.14 0.35 0.14 inf; -enterra enterrer ver 63.68 28.58 0.26 0.47 ind:pas:3s; -enterrai enterrer ver 63.68 28.58 0.01 0.07 ind:pas:1s; -enterraient enterrer ver 63.68 28.58 0.13 0.14 ind:imp:3p; -enterrais enterrer ver 63.68 28.58 0.04 0.14 ind:imp:1s;ind:imp:2s; -enterrait enterrer ver 63.68 28.58 0.43 0.88 ind:imp:3s; -enterrant enterrer ver 63.68 28.58 0.11 0.07 par:pre; -enterre enterrer ver 63.68 28.58 8.38 2.36 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -enterrement enterrement nom m s 27.33 21.22 24.71 18.99 -enterrements enterrement nom m p 27.33 21.22 2.62 2.23 -enterrent enterrer ver 63.68 28.58 0.90 0.61 ind:pre:3p; -enterrer enterrer ver 63.68 28.58 17.27 9.12 inf; -enterrera enterrer ver 63.68 28.58 1.02 0.81 ind:fut:3s; -enterrerai enterrer ver 63.68 28.58 0.47 0.14 ind:fut:1s; -enterrerais enterrer ver 63.68 28.58 0.07 0.07 cnd:pre:1s;cnd:pre:2s; -enterrerait enterrer ver 63.68 28.58 0.10 0.14 cnd:pre:3s; -enterreras enterrer ver 63.68 28.58 0.32 0.07 ind:fut:2s; -enterrerez enterrer ver 63.68 28.58 0.09 0.07 ind:fut:2p; -enterrerons enterrer ver 63.68 28.58 0.23 0.14 ind:fut:1p; -enterreront enterrer ver 63.68 28.58 0.11 0.14 ind:fut:3p; -enterres enterrer ver 63.68 28.58 0.40 0.20 ind:pre:2s; -enterreur enterreur nom m s 0.00 0.07 0.00 0.07 -enterrez enterrer ver 63.68 28.58 2.94 0.27 imp:pre:2p;ind:pre:2p; -enterriez enterrer ver 63.68 28.58 0.03 0.00 ind:imp:2p; -enterrions enterrer ver 63.68 28.58 0.04 0.14 ind:imp:1p; -enterrâmes enterrer ver 63.68 28.58 0.00 0.07 ind:pas:1p; -enterrons enterrer ver 63.68 28.58 0.93 0.34 imp:pre:1p;ind:pre:1p; -enterrèrent enterrer ver 63.68 28.58 0.01 0.14 ind:pas:3p; -enterré enterrer ver m s 63.68 28.58 19.90 6.15 par:pas; -enterrée enterrer ver f s 63.68 28.58 5.92 3.58 par:pas; -enterrées enterrer ver f p 63.68 28.58 0.95 0.47 par:pas; -enterrés enterrer ver m p 63.68 28.58 2.63 1.82 par:pas; -enthalpie enthalpie nom f s 0.01 0.00 0.01 0.00 -enthousiasma enthousiasmer ver 1.67 4.66 0.00 0.61 ind:pas:3s; -enthousiasmai enthousiasmer ver 1.67 4.66 0.00 0.07 ind:pas:1s; -enthousiasmaient enthousiasmer ver 1.67 4.66 0.00 0.27 ind:imp:3p; -enthousiasmais enthousiasmer ver 1.67 4.66 0.01 0.07 ind:imp:1s; -enthousiasmait enthousiasmer ver 1.67 4.66 0.02 0.88 ind:imp:3s; -enthousiasmant enthousiasmant adj m s 0.07 0.27 0.04 0.20 -enthousiasmante enthousiasmant adj f s 0.07 0.27 0.03 0.07 -enthousiasme enthousiasme nom m s 7.09 35.61 7.05 33.72 -enthousiasmer enthousiasmer ver 1.67 4.66 0.19 0.68 inf; -enthousiasmes enthousiasme nom m p 7.09 35.61 0.04 1.89 -enthousiasmez enthousiasmer ver 1.67 4.66 0.01 0.00 ind:pre:2p; -enthousiasmèrent enthousiasmer ver 1.67 4.66 0.00 0.07 ind:pas:3p; -enthousiasmé enthousiasmer ver m s 1.67 4.66 0.69 0.88 par:pas; -enthousiasmée enthousiasmer ver f s 1.67 4.66 0.17 0.34 par:pas; -enthousiasmés enthousiasmer ver m p 1.67 4.66 0.06 0.34 par:pas; -enthousiaste enthousiaste adj s 4.41 7.70 3.34 5.88 -enthousiastes enthousiaste adj p 4.41 7.70 1.06 1.82 -enticha enticher ver 1.36 1.69 0.00 0.20 ind:pas:3s; -entichait enticher ver 1.36 1.69 0.00 0.14 ind:imp:3s; -entiche enticher ver 1.36 1.69 0.23 0.07 imp:pre:2s;ind:pre:1s;ind:pre:3s; -entichement entichement nom m s 0.01 0.00 0.01 0.00 -entichent enticher ver 1.36 1.69 0.01 0.07 ind:pre:3p; -enticher enticher ver 1.36 1.69 0.33 0.07 inf; -entichera enticher ver 1.36 1.69 0.01 0.00 ind:fut:3s; -entichèrent enticher ver 1.36 1.69 0.00 0.20 ind:pas:3p; -entiché enticher ver m s 1.36 1.69 0.33 0.47 par:pas; -entichée enticher ver f s 1.36 1.69 0.44 0.47 par:pas; -entichés enticher ver m p 1.36 1.69 0.01 0.00 par:pas; -entier entier adj m s 76.01 147.91 42.15 56.69 -entiers entier adj m p 76.01 147.91 3.68 12.64 -entifler entifler ver 0.00 0.14 0.00 0.07 inf; -entiflé entifler ver m s 0.00 0.14 0.00 0.07 par:pas; -entière entier adj f s 76.01 147.91 26.45 62.97 -entièrement entièrement adv 17.17 39.93 17.17 39.93 -entières entier adj f p 76.01 147.91 3.73 15.61 -entièreté entièreté nom f s 0.02 0.00 0.02 0.00 -entité entité nom f s 3.08 2.09 2.12 1.62 -entités entité nom f p 3.08 2.09 0.95 0.47 -entoilage entoilage nom m s 0.01 0.07 0.01 0.07 -entoiler entoiler ver 0.02 0.20 0.01 0.00 inf; -entoilées entoiler ver f p 0.02 0.20 0.01 0.07 par:pas; -entoilés entoiler ver m p 0.02 0.20 0.00 0.14 par:pas; -entolome entolome nom m s 0.00 0.14 0.00 0.07 -entolomes entolome nom m p 0.00 0.14 0.00 0.07 -entomologie entomologie nom f s 0.19 0.27 0.19 0.27 -entomologique entomologique adj s 0.01 0.07 0.01 0.07 -entomologiste entomologiste nom s 0.80 1.28 0.79 1.15 -entomologistes entomologiste nom p 0.80 1.28 0.01 0.14 -entonna entonner ver 1.61 8.24 0.00 1.42 ind:pas:3s; -entonnaient entonner ver 1.61 8.24 0.23 0.20 ind:imp:3p; -entonnais entonner ver 1.61 8.24 0.10 0.07 ind:imp:1s;ind:imp:2s; -entonnait entonner ver 1.61 8.24 0.13 1.22 ind:imp:3s; -entonnant entonner ver 1.61 8.24 0.02 0.20 par:pre; -entonne entonner ver 1.61 8.24 0.46 1.01 imp:pre:2s;ind:pre:1s;ind:pre:3s; -entonnent entonner ver 1.61 8.24 0.12 0.27 ind:pre:3p; -entonner entonner ver 1.61 8.24 0.42 2.43 inf; -entonnera entonner ver 1.61 8.24 0.00 0.07 ind:fut:3s; -entonneraient entonner ver 1.61 8.24 0.00 0.07 cnd:pre:3p; -entonnions entonner ver 1.61 8.24 0.00 0.14 ind:imp:1p; -entonnoir entonnoir nom m s 0.83 9.46 0.81 7.97 -entonnoirs entonnoir nom m p 0.83 9.46 0.01 1.49 -entonnâmes entonner ver 1.61 8.24 0.00 0.07 ind:pas:1p; -entonnons entonner ver 1.61 8.24 0.01 0.07 imp:pre:1p; -entonnèrent entonner ver 1.61 8.24 0.00 0.27 ind:pas:3p; -entonné entonner ver m s 1.61 8.24 0.11 0.74 par:pas; -entorse entorse nom f s 1.63 2.84 1.40 2.36 -entorses entorse nom f p 1.63 2.84 0.23 0.47 -entortilla entortiller ver 0.25 3.78 0.00 0.34 ind:pas:3s; -entortillage entortillage nom m s 0.00 0.14 0.00 0.07 -entortillages entortillage nom m p 0.00 0.14 0.00 0.07 -entortillai entortiller ver 0.25 3.78 0.00 0.14 ind:pas:1s; -entortillaient entortiller ver 0.25 3.78 0.00 0.27 ind:imp:3p; -entortillait entortiller ver 0.25 3.78 0.03 0.27 ind:imp:3s; -entortillant entortiller ver 0.25 3.78 0.00 0.14 par:pre; -entortille entortiller ver 0.25 3.78 0.05 0.20 imp:pre:2s;ind:pre:3s; -entortillement entortillement nom m s 0.00 0.14 0.00 0.14 -entortillent entortiller ver 0.25 3.78 0.00 0.20 ind:pre:3p; -entortiller entortiller ver 0.25 3.78 0.14 0.47 inf; -entortilleraient entortiller ver 0.25 3.78 0.00 0.07 cnd:pre:3p; -entortillé entortiller ver m s 0.25 3.78 0.03 0.68 par:pas; -entortillée entortillé adj f s 0.06 0.34 0.01 0.07 -entortillées entortiller ver f p 0.25 3.78 0.00 0.27 par:pas; -entortillés entortillé adj m p 0.06 0.34 0.01 0.07 -entour entour nom m s 0.01 1.42 0.01 1.15 -entoura entourer ver 23.99 112.09 0.16 4.26 ind:pas:3s; -entourage entourage nom m s 3.00 10.74 3.00 10.68 -entourages entourage nom m p 3.00 10.74 0.00 0.07 -entourai entourer ver 23.99 112.09 0.00 0.20 ind:pas:1s; -entouraient entourer ver 23.99 112.09 0.48 12.97 ind:imp:3p; -entourais entourer ver 23.99 112.09 0.20 0.34 ind:imp:1s; -entourait entourer ver 23.99 112.09 0.95 14.05 ind:imp:3s; -entourant entourer ver 23.99 112.09 0.90 6.28 par:pre; -entoure entourer ver 23.99 112.09 3.19 9.26 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -entourent entourer ver 23.99 112.09 3.12 7.91 ind:pre:3p; -entourer entourer ver 23.99 112.09 1.21 4.93 inf; -entourera entourer ver 23.99 112.09 0.14 0.20 ind:fut:3s; -entoureraient entourer ver 23.99 112.09 0.01 0.07 cnd:pre:3p; -entourerait entourer ver 23.99 112.09 0.00 0.07 cnd:pre:3s; -entoureront entourer ver 23.99 112.09 0.11 0.07 ind:fut:3p; -entoures entourer ver 23.99 112.09 0.05 0.07 ind:pre:2s; -entourez entourer ver 23.99 112.09 0.37 0.14 imp:pre:2p;ind:pre:2p; -entourions entourer ver 23.99 112.09 0.00 0.47 ind:imp:1p; -entourloupe entourloupe nom f s 0.94 1.01 0.78 0.68 -entourloupent entourlouper ver 0.12 0.00 0.10 0.00 ind:pre:3p; -entourlouper entourlouper ver 0.12 0.00 0.02 0.00 inf; -entourloupes entourloupe nom f p 0.94 1.01 0.17 0.34 -entourloupette entourloupette nom f s 0.17 0.47 0.04 0.20 -entourloupettes entourloupette nom f p 0.17 0.47 0.12 0.27 -entournures entournure nom f p 0.03 1.28 0.03 1.28 -entourons entourer ver 23.99 112.09 0.01 0.07 imp:pre:1p;ind:pre:1p; -entourât entourer ver 23.99 112.09 0.00 0.14 sub:imp:3s; -entours entour nom m p 0.01 1.42 0.00 0.27 -entourèrent entourer ver 23.99 112.09 0.03 1.42 ind:pas:3p; -entouré entourer ver m s 23.99 112.09 7.57 26.08 par:pas; -entourée entourer ver f s 23.99 112.09 3.99 13.11 par:pas; -entourées entourer ver f p 23.99 112.09 0.17 2.91 par:pas; -entourés entourer ver m p 23.99 112.09 1.32 7.09 par:pas; -entr_acte entr_acte nom m s 0.27 0.00 0.14 0.00 -entr_acte entr_acte nom m p 0.27 0.00 0.14 0.00 -entr_aimer entr_aimer ver 0.00 0.07 0.00 0.07 inf; -entr_apercevoir entr_apercevoir ver 0.03 1.08 0.01 0.27 inf; -entr_apercevoir entr_apercevoir ver m s 0.03 1.08 0.00 0.14 par:pas; -entr_apercevoir entr_apercevoir ver f s 0.03 1.08 0.02 0.34 par:pas; -entr_apercevoir entr_apercevoir ver f p 0.03 1.08 0.00 0.07 par:pas; -entr_apercevoir entr_apercevoir ver m p 0.03 1.08 0.00 0.27 ind:pas:1s;par:pas; -entr_appeler entr_appeler ver 0.00 0.07 0.00 0.07 ind:pre:3p; -entr_ouvert entr_ouvert adj m s 0.01 1.49 0.00 0.41 -entr_ouvert entr_ouvert adj f s 0.01 1.49 0.01 0.74 -entr_ouvert entr_ouvert adj f p 0.01 1.49 0.00 0.27 -entr_ouvert entr_ouvert adj m p 0.01 1.49 0.00 0.07 -entr_égorger entr_égorger ver 0.00 0.20 0.00 0.07 ind:pre:3p; -entr_égorger entr_égorger ver 0.00 0.20 0.00 0.07 inf; -entr_égorger entr_égorger ver 0.00 0.20 0.00 0.07 ind:pas:3p; -entra entrer ver 450.11 398.38 2.72 51.96 ind:pas:3s; -entraîna entraîner ver 50.68 101.08 0.49 13.31 ind:pas:3s; -entraînai entraîner ver 50.68 101.08 0.00 1.01 ind:pas:1s; -entraînaient entraîner ver 50.68 101.08 0.05 3.11 ind:imp:3p; -entraînais entraîner ver 50.68 101.08 0.61 1.01 ind:imp:1s;ind:imp:2s; -entraînait entraîner ver 50.68 101.08 1.06 12.16 ind:imp:3s; -entraînant entraîner ver 50.68 101.08 1.13 7.64 par:pre; -entraînante entraînant adj f s 0.63 2.16 0.10 0.34 -entraînants entraînant adj m p 0.63 2.16 0.02 0.27 -entraîne entraîner ver 50.68 101.08 11.28 12.97 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -entraînement entraînement nom m s 20.31 8.18 19.63 7.91 -entraînements entraînement nom m p 20.31 8.18 0.67 0.27 -entraînent entraîner ver 50.68 101.08 1.50 3.24 ind:pre:3p;sub:pre:3p; -entraîner entraîner ver 50.68 101.08 15.39 20.81 inf;;inf;;inf;; -entraînera entraîner ver 50.68 101.08 0.94 0.74 ind:fut:3s; -entraînerai entraîner ver 50.68 101.08 0.40 0.07 ind:fut:1s; -entraîneraient entraîner ver 50.68 101.08 0.02 0.41 cnd:pre:3p; -entraînerais entraîner ver 50.68 101.08 0.07 0.07 cnd:pre:1s;cnd:pre:2s; -entraînerait entraîner ver 50.68 101.08 0.54 1.89 cnd:pre:3s; -entraîneras entraîner ver 50.68 101.08 0.11 0.14 ind:fut:2s; -entraînerez entraîner ver 50.68 101.08 0.09 0.00 ind:fut:2p; -entraîneriez entraîner ver 50.68 101.08 0.00 0.07 cnd:pre:2p; -entraîneront entraîner ver 50.68 101.08 0.08 0.27 ind:fut:3p; -entraînes entraîner ver 50.68 101.08 2.05 0.07 ind:pre:2s;sub:pre:2s; -entraîneur entraîneur nom m s 8.69 4.46 7.87 2.77 -entraîneurs entraîneur nom m p 8.69 4.46 0.45 0.41 -entraîneuse entraîneur nom f s 8.69 4.46 0.33 0.47 -entraîneuses entraîneur nom f p 8.69 4.46 0.04 0.81 -entraînez entraîner ver 50.68 101.08 0.84 0.07 imp:pre:2p;ind:pre:2p; -entraîniez entraîner ver 50.68 101.08 0.11 0.00 ind:imp:2p;sub:pre:2p; -entraînons entraîner ver 50.68 101.08 0.15 0.07 imp:pre:1p;ind:pre:1p; -entraînât entraîner ver 50.68 101.08 0.00 0.27 sub:imp:3s; -entraînèrent entraîner ver 50.68 101.08 0.14 1.15 ind:pas:3p; -entraîné entraîner ver m s 50.68 101.08 8.33 10.41 par:pas; -entraînée entraîner ver f s 50.68 101.08 2.47 5.00 ind:imp:3p;par:pas; -entraînées entraîner ver f p 50.68 101.08 0.09 1.01 par:pas; -entraînés entraîner ver m p 50.68 101.08 2.73 4.12 par:pas; -entracte entracte nom m s 1.61 5.74 1.59 4.86 -entractes entracte nom m p 1.61 5.74 0.02 0.88 -entrai entrer ver 450.11 398.38 0.20 7.03 ind:pas:1s; -entraidait entraider ver 3.86 0.68 0.06 0.00 ind:imp:3s; -entraidant entraider ver 3.86 0.68 0.00 0.07 par:pre; -entraide entraider ver 3.86 0.68 0.88 0.00 ind:pre:3s; -entraident entraider ver 3.86 0.68 0.12 0.07 ind:pre:3p; -entraider entraider ver 3.86 0.68 2.48 0.54 inf; -entraidez entraider ver 3.86 0.68 0.23 0.00 imp:pre:2p; -entraidiez entraider ver 3.86 0.68 0.01 0.00 ind:imp:2p; -entraidons entraider ver 3.86 0.68 0.05 0.00 ind:pre:1p; -entraidés entraider ver m p 3.86 0.68 0.02 0.00 par:pas; -entraient entrer ver 450.11 398.38 0.71 10.41 ind:imp:3p; -entrailles entrailles nom f p 4.96 13.45 4.96 13.45 -entrain entrain nom m s 3.82 7.97 3.82 7.97 -entrais entrer ver 450.11 398.38 1.01 4.46 ind:imp:1s;ind:imp:2s; -entrait entrer ver 450.11 398.38 3.30 33.45 ind:imp:3s; -entrant entrer ver 450.11 398.38 2.97 13.85 par:pre; -entrante entrant adj f s 0.92 0.61 0.07 0.00 -entrantes entrant adj f p 0.92 0.61 0.04 0.00 -entrants entrant adj m p 0.92 0.61 0.33 0.00 -entrapercevoir entrapercevoir ver 0.06 0.20 0.01 0.00 inf; -entraperçu entrapercevoir ver m s 0.06 0.20 0.05 0.07 par:pas; -entraperçues entrapercevoir ver f p 0.06 0.20 0.00 0.07 par:pas; -entraperçus entrapercevoir ver m p 0.06 0.20 0.00 0.07 par:pas; -entrassent entrer ver 450.11 398.38 0.00 0.07 sub:imp:3p; -entrava entraver ver 2.28 11.62 0.00 0.07 ind:pas:3s; -entravai entraver ver 2.28 11.62 0.00 0.07 ind:pas:1s; -entravaient entraver ver 2.28 11.62 0.01 0.14 ind:imp:3p; -entravais entraver ver 2.28 11.62 0.00 0.34 ind:imp:1s; -entravait entraver ver 2.28 11.62 0.01 1.55 ind:imp:3s; -entravant entraver ver 2.28 11.62 0.01 0.41 par:pre; -entrave entrave nom f s 1.17 2.50 0.85 1.01 -entravent entraver ver 2.28 11.62 0.19 0.68 ind:pre:3p; -entraver entraver ver 2.28 11.62 0.75 2.23 inf; -entravera entraver ver 2.28 11.62 0.06 0.14 ind:fut:3s; -entraverais entraver ver 2.28 11.62 0.00 0.07 cnd:pre:1s; -entraverait entraver ver 2.28 11.62 0.01 0.34 cnd:pre:3s; -entraveront entraver ver 2.28 11.62 0.01 0.07 ind:fut:3p; -entraves entrave nom f p 1.17 2.50 0.32 1.49 -entravez entraver ver 2.28 11.62 0.14 0.00 imp:pre:2p;ind:pre:2p; -entravèrent entraver ver 2.28 11.62 0.00 0.14 ind:pas:3p; -entravé entraver ver m s 2.28 11.62 0.46 1.35 par:pas; -entravée entraver ver f s 2.28 11.62 0.04 0.27 par:pas; -entravées entravé adj f p 0.41 1.76 0.00 0.47 -entravés entraver ver m p 2.28 11.62 0.14 0.27 par:pas; -entre_deux_guerres entre_deux_guerres nom m 0.10 0.74 0.10 0.74 -entre_deux entre_deux nom m 0.34 0.81 0.34 0.81 -entre_déchirer entre_déchirer ver 0.04 0.61 0.02 0.14 ind:imp:3p; -entre_déchirer entre_déchirer ver 0.04 0.61 0.00 0.07 ind:imp:3s; -entre_déchirer entre_déchirer ver 0.04 0.61 0.01 0.00 ind:pre:3s; -entre_déchirer entre_déchirer ver 0.04 0.61 0.00 0.14 ind:pre:3p; -entre_déchirer entre_déchirer ver 0.04 0.61 0.01 0.20 inf; -entre_déchirer entre_déchirer ver 0.04 0.61 0.00 0.07 ind:pas:3p; -entre_dévorer entre_dévorer ver 0.30 0.34 0.01 0.07 par:pre; -entre_dévorer entre_dévorer ver 0.30 0.34 0.25 0.07 ind:pre:3p; -entre_dévorer entre_dévorer ver 0.30 0.34 0.05 0.14 inf; -entre_dévorer entre_dévorer ver 0.30 0.34 0.00 0.07 ind:pas:3p; -entre_jambe entre_jambe nom m s 0.03 0.07 0.03 0.07 -entre_jambes entre_jambes nom m 0.07 0.07 0.07 0.07 -entre_rail entre_rail nom m s 0.01 0.00 0.01 0.00 -entre_regarder entre_regarder ver 0.00 0.34 0.00 0.07 ind:imp:3s; -entre_regarder entre_regarder ver 0.00 0.34 0.00 0.07 ind:pre:3p; -entre_regarder entre_regarder ver 0.00 0.34 0.00 0.14 ind:pas:3p; -entre_regarder entre_regarder ver m p 0.00 0.34 0.00 0.07 par:pas; -entre_temps entre_temps adv 4.04 7.97 4.04 7.97 -entre_tuer entre_tuer ver 2.63 1.01 0.01 0.00 ind:imp:3p; -entre_tuer entre_tuer ver 2.63 1.01 0.00 0.14 ind:imp:3s; -entre_tuer entre_tuer ver 2.63 1.01 0.23 0.07 ind:pre:3s; -entre_tuer entre_tuer ver 2.63 1.01 0.55 0.07 ind:pre:3p; -entre_tuer entre_tuer ver 2.63 1.01 1.33 0.68 inf; -entre_tuer entre_tuer ver 2.63 1.01 0.14 0.00 ind:fut:3p; -entre_tuer entre_tuer ver 2.63 1.01 0.03 0.00 imp:pre:2p;ind:pre:2p; -entre_tuer entre_tuer ver 2.63 1.01 0.01 0.00 ind:imp:1p; -entre_tuer entre_tuer ver m p 2.63 1.01 0.34 0.07 par:pas; -entre entre pre 372.72 833.99 372.72 833.99 -entrebattre entrebattre ver 0.00 0.07 0.00 0.07 inf; -entrebâilla entrebâiller ver 0.12 5.88 0.00 0.88 ind:pas:3s; -entrebâillaient entrebâiller ver 0.12 5.88 0.00 0.27 ind:imp:3p; -entrebâillais entrebâiller ver 0.12 5.88 0.00 0.07 ind:imp:1s; -entrebâillait entrebâiller ver 0.12 5.88 0.00 0.41 ind:imp:3s; -entrebâillant entrebâiller ver 0.12 5.88 0.10 0.20 par:pre; -entrebâille entrebâiller ver 0.12 5.88 0.00 1.01 ind:pre:1s;ind:pre:3s; -entrebâillement entrebâillement nom m s 0.02 3.51 0.02 3.51 -entrebâillent entrebâiller ver 0.12 5.88 0.00 0.07 ind:pre:3p; -entrebâiller entrebâiller ver 0.12 5.88 0.00 0.47 inf; -entrebâillerait entrebâiller ver 0.12 5.88 0.00 0.07 cnd:pre:3s; -entrebâilleur entrebâilleur nom m s 0.14 0.00 0.14 0.00 -entrebâillèrent entrebâiller ver 0.12 5.88 0.00 0.07 ind:pas:3p; -entrebâillé entrebâiller ver m s 0.12 5.88 0.01 0.47 par:pas; -entrebâillée entrebâillé adj f s 0.38 3.11 0.38 2.03 -entrebâillées entrebâiller ver f p 0.12 5.88 0.00 0.07 par:pas; -entrebâillés entrebâillé adj m p 0.38 3.11 0.00 0.34 -entrecôte entrecôte nom f s 0.41 1.01 0.25 0.81 -entrecôtes entrecôte nom f p 0.41 1.01 0.16 0.20 -entrechat entrechat nom m s 0.21 0.95 0.20 0.14 -entrechats entrechat nom m p 0.21 0.95 0.01 0.81 -entrechoc entrechoc nom m s 0.00 0.14 0.00 0.07 -entrechocs entrechoc nom m p 0.00 0.14 0.00 0.07 -entrechoquaient entrechoquer ver 0.19 5.81 0.03 1.01 ind:imp:3p; -entrechoquait entrechoquer ver 0.19 5.81 0.00 0.07 ind:imp:3s; -entrechoquant entrechoquer ver 0.19 5.81 0.01 0.68 par:pre; -entrechoque entrechoquer ver 0.19 5.81 0.00 0.07 ind:pre:1s; -entrechoquement entrechoquement nom m s 0.00 0.07 0.00 0.07 -entrechoquent entrechoquer ver 0.19 5.81 0.10 1.08 ind:pre:3p; -entrechoquer entrechoquer ver 0.19 5.81 0.02 0.54 inf; -entrechoqueront entrechoquer ver 0.19 5.81 0.01 0.00 ind:fut:3p; -entrechoquions entrechoquer ver 0.19 5.81 0.00 0.07 ind:imp:1p; -entrechoquèrent entrechoquer ver 0.19 5.81 0.00 0.27 ind:pas:3p; -entrechoqué entrechoquer ver m s 0.19 5.81 0.00 0.41 par:pas; -entrechoquées entrechoquer ver f p 0.19 5.81 0.00 0.54 par:pas; -entrechoqués entrechoquer ver m p 0.19 5.81 0.02 1.08 par:pas; -entreclos entreclore ver m s 0.00 0.07 0.00 0.07 par:pas; -entrecloses entreclos adj f p 0.00 0.07 0.00 0.07 -entrecoupaient entrecouper ver 0.06 3.85 0.00 0.07 ind:imp:3p; -entrecoupais entrecouper ver 0.06 3.85 0.00 0.07 ind:imp:1s; -entrecoupait entrecouper ver 0.06 3.85 0.00 0.20 ind:imp:3s; -entrecoupant entrecouper ver 0.06 3.85 0.00 0.07 par:pre; -entrecoupe entrecouper ver 0.06 3.85 0.00 0.07 ind:pre:3s; -entrecoupent entrecouper ver 0.06 3.85 0.01 0.00 ind:pre:3p; -entrecouper entrecouper ver 0.06 3.85 0.00 0.07 inf; -entrecoupé entrecouper ver m s 0.06 3.85 0.03 1.01 par:pas; -entrecoupée entrecoupé adj f s 0.01 0.95 0.01 0.34 -entrecoupées entrecouper ver f p 0.06 3.85 0.01 0.61 par:pas; -entrecoupés entrecouper ver m p 0.06 3.85 0.01 0.74 par:pas; -entrecroisaient entrecroiser ver 0.28 5.54 0.00 1.49 ind:imp:3p; -entrecroisait entrecroiser ver 0.28 5.54 0.00 0.14 ind:imp:3s; -entrecroisant entrecroiser ver 0.28 5.54 0.00 0.95 par:pre; -entrecroise entrecroiser ver 0.28 5.54 0.00 0.07 ind:pre:3s; -entrecroisement entrecroisement nom m s 0.00 0.68 0.00 0.61 -entrecroisements entrecroisement nom m p 0.00 0.68 0.00 0.07 -entrecroisent entrecroiser ver 0.28 5.54 0.16 0.68 ind:pre:3p; -entrecroiser entrecroiser ver 0.28 5.54 0.02 0.00 inf; -entrecroisèrent entrecroiser ver 0.28 5.54 0.00 0.20 ind:pas:3p; -entrecroisé entrecroiser ver m s 0.28 5.54 0.02 0.00 par:pas; -entrecroisées entrecroiser ver f p 0.28 5.54 0.03 1.08 par:pas; -entrecroisés entrecroiser ver m p 0.28 5.54 0.04 0.95 par:pas; -entrecuisse entrecuisse nom m s 0.22 0.68 0.22 0.68 -entredéchire entredéchirer ver 0.01 0.07 0.01 0.07 ind:pre:3s;sub:pre:3s; -entredévorait entredévorer ver 0.01 0.07 0.01 0.00 ind:imp:3s; -entredévorer entredévorer ver 0.01 0.07 0.00 0.07 inf; -entrefaites entrefaite nom f p 0.00 2.03 0.00 2.03 -entreferma entrefermer ver 0.00 0.20 0.00 0.07 ind:pas:3s; -entrefermée entrefermer ver f s 0.00 0.20 0.00 0.07 par:pas; -entrefermées entrefermer ver f p 0.00 0.20 0.00 0.07 par:pas; -entrefilet entrefilet nom m s 0.08 1.55 0.07 1.28 -entrefilets entrefilet nom m p 0.08 1.55 0.01 0.27 -entregent entregent nom m s 0.14 0.41 0.14 0.41 -entrejambe entrejambe nom m s 0.80 1.49 0.76 1.35 -entrejambes entrejambe nom m p 0.80 1.49 0.04 0.14 -entrelace entrelacer ver 0.71 2.03 0.02 0.14 imp:pre:2s;ind:pre:3s; -entrelacement entrelacement nom m s 0.01 0.34 0.01 0.34 -entrelacent entrelacer ver 0.71 2.03 0.13 0.27 ind:pre:3p; -entrelacer entrelacer ver 0.71 2.03 0.03 0.14 inf; -entrelacs entrelacs nom m 0.31 2.84 0.31 2.84 -entrelacèrent entrelacer ver 0.71 2.03 0.00 0.07 ind:pas:3p; -entrelacé entrelacer ver m s 0.71 2.03 0.04 0.20 par:pas; -entrelacée entrelacer ver f s 0.71 2.03 0.01 0.07 par:pas; -entrelacées entrelacer ver f p 0.71 2.03 0.05 0.34 par:pas; -entrelacés entrelacer ver m p 0.71 2.03 0.43 0.34 par:pas; -entrelarde entrelarder ver 0.00 0.34 0.00 0.07 ind:pre:3s; -entrelarder entrelarder ver 0.00 0.34 0.00 0.07 inf; -entrelardé entrelardé adj m s 0.00 0.07 0.00 0.07 -entrelardée entrelarder ver f s 0.00 0.34 0.00 0.07 par:pas; -entrelardées entrelarder ver f p 0.00 0.34 0.00 0.07 par:pas; -entrelardés entrelarder ver m p 0.00 0.34 0.00 0.07 par:pas; -entrelaçaient entrelacer ver 0.71 2.03 0.00 0.41 ind:imp:3p; -entrelaçait entrelacer ver 0.71 2.03 0.00 0.07 ind:imp:3s; -entremet entremettre ver 0.01 0.81 0.00 0.14 ind:pre:3s; -entremets entremets nom m 0.03 1.42 0.03 1.42 -entremettait entremettre ver 0.01 0.81 0.00 0.07 ind:imp:3s; -entremetteur entremetteur nom m s 0.92 1.01 0.68 0.61 -entremetteurs entremetteur nom m p 0.92 1.01 0.09 0.14 -entremetteuse entremetteur nom f s 0.92 1.01 0.16 0.27 -entremettre entremettre ver 0.01 0.81 0.00 0.27 inf; -entremis entremettre ver m s 0.01 0.81 0.00 0.14 par:pas; -entremise entremise nom f s 0.16 1.49 0.16 1.49 -entremit entremettre ver 0.01 0.81 0.00 0.20 ind:pas:3s; -entremêlaient entremêler ver 0.37 2.91 0.00 0.88 ind:imp:3p; -entremêlait entremêler ver 0.37 2.91 0.00 0.14 ind:imp:3s; -entremêlant entremêler ver 0.37 2.91 0.01 0.34 par:pre; -entremêle entremêler ver 0.37 2.91 0.00 0.14 ind:pre:3s; -entremêlement entremêlement nom m s 0.00 0.47 0.00 0.47 -entremêlent entremêler ver 0.37 2.91 0.16 0.20 ind:pre:3p; -entremêlé entremêler ver m s 0.37 2.91 0.01 0.07 par:pas; -entremêlées entremêler ver f p 0.37 2.91 0.04 0.34 par:pas; -entremêlés entremêler ver m p 0.37 2.91 0.15 0.81 par:pas; -entrent entrer ver 450.11 398.38 6.82 7.30 ind:pre:3p; -entrepôt entrepôt nom m s 9.75 8.58 7.47 2.36 -entrepôts entrepôt nom m p 9.75 8.58 2.28 6.22 -entrepont entrepont nom m s 0.13 0.74 0.13 0.68 -entreponts entrepont nom m p 0.13 0.74 0.00 0.07 -entreposage entreposage nom m s 0.11 0.00 0.11 0.00 -entreposais entreposer ver 0.94 3.31 0.00 0.07 ind:imp:1s; -entreposait entreposer ver 0.94 3.31 0.01 0.41 ind:imp:3s; -entrepose entreposer ver 0.94 3.31 0.10 0.20 ind:pre:3s; -entreposent entreposer ver 0.94 3.31 0.01 0.07 ind:pre:3p; -entreposer entreposer ver 0.94 3.31 0.36 0.68 inf; -entreposerait entreposer ver 0.94 3.31 0.00 0.07 cnd:pre:3s; -entreposez entreposer ver 0.94 3.31 0.03 0.00 imp:pre:2p;ind:pre:2p; -entreposions entreposer ver 0.94 3.31 0.01 0.07 ind:imp:1p; -entreposé entreposer ver m s 0.94 3.31 0.14 0.68 par:pas; -entreposée entreposer ver f s 0.94 3.31 0.04 0.07 par:pas; -entreposées entreposer ver f p 0.94 3.31 0.09 0.14 par:pas; -entreposés entreposer ver m p 0.94 3.31 0.15 0.88 par:pas; -entreprîmes entreprendre ver 6.78 47.84 0.12 0.14 ind:pas:1p; -entreprît entreprendre ver 6.78 47.84 0.01 0.14 sub:imp:3s; -entreprenaient entreprendre ver 6.78 47.84 0.01 0.47 ind:imp:3p; -entreprenais entreprendre ver 6.78 47.84 0.03 0.47 ind:imp:1s;ind:imp:2s; -entreprenait entreprendre ver 6.78 47.84 0.12 2.64 ind:imp:3s; -entreprenant entreprendre ver 6.78 47.84 0.46 0.88 par:pre; -entreprenante entreprenant adj f s 0.48 2.09 0.16 0.27 -entreprenantes entreprenant adj f p 0.48 2.09 0.02 0.07 -entreprenants entreprenant adj m p 0.48 2.09 0.05 0.27 -entreprend entreprendre ver 6.78 47.84 0.40 2.84 ind:pre:3s; -entreprendrai entreprendre ver 6.78 47.84 0.01 0.14 ind:fut:1s; -entreprendraient entreprendre ver 6.78 47.84 0.01 0.20 cnd:pre:3p; -entreprendrais entreprendre ver 6.78 47.84 0.02 0.14 cnd:pre:1s; -entreprendrait entreprendre ver 6.78 47.84 0.02 0.74 cnd:pre:3s; -entreprendras entreprendre ver 6.78 47.84 0.11 0.00 ind:fut:2s; -entreprendre entreprendre ver 6.78 47.84 2.38 11.42 inf; -entreprendrez entreprendre ver 6.78 47.84 0.01 0.07 ind:fut:2p; -entreprendrons entreprendre ver 6.78 47.84 0.02 0.07 ind:fut:1p; -entreprends entreprendre ver 6.78 47.84 0.64 0.81 imp:pre:2s;ind:pre:1s;ind:pre:2s; -entrepreneur entrepreneur nom m s 4.88 2.16 3.24 1.35 -entrepreneurs entrepreneur nom m p 4.88 2.16 1.62 0.74 -entrepreneuse entrepreneur nom f s 4.88 2.16 0.03 0.00 -entrepreneuses entrepreneur nom f p 4.88 2.16 0.00 0.07 -entreprenez entreprendre ver 6.78 47.84 0.13 0.14 imp:pre:2p;ind:pre:2p; -entrepreniez entreprendre ver 6.78 47.84 0.02 0.07 ind:imp:2p; -entreprenions entreprendre ver 6.78 47.84 0.00 0.20 ind:imp:1p; -entreprenne entreprendre ver 6.78 47.84 0.01 0.41 sub:pre:1s;sub:pre:3s; -entreprennent entreprendre ver 6.78 47.84 0.07 0.74 ind:pre:3p; -entreprenons entreprendre ver 6.78 47.84 0.27 0.07 ind:pre:1p; -entreprirent entreprendre ver 6.78 47.84 0.00 1.28 ind:pas:3p; -entrepris entreprendre ver m 6.78 47.84 0.99 10.74 ind:pas:1s;ind:pas:2s;par:pas;par:pas; -entreprise entreprise nom f s 28.36 38.31 22.79 29.05 -entreprises entreprise nom f p 28.36 38.31 5.57 9.26 -entreprit entreprendre ver 6.78 47.84 0.34 10.34 ind:pas:3s; -entrer entrer ver 450.11 398.38 160.13 109.26 inf;; -entrera entrer ver 450.11 398.38 3.06 1.76 ind:fut:3s; -entrerai entrer ver 450.11 398.38 1.84 1.28 ind:fut:1s; -entreraient entrer ver 450.11 398.38 0.05 0.61 cnd:pre:3p; -entrerais entrer ver 450.11 398.38 0.54 0.41 cnd:pre:1s;cnd:pre:2s; -entrerait entrer ver 450.11 398.38 0.58 2.23 cnd:pre:3s; -entreras entrer ver 450.11 398.38 0.68 0.81 ind:fut:2s; -entreregardèrent entreregarder ver 0.00 0.07 0.00 0.07 ind:pas:3p; -entrerez entrer ver 450.11 398.38 1.24 0.27 ind:fut:2p; -entrerions entrer ver 450.11 398.38 0.17 0.07 cnd:pre:1p; -entrerons entrer ver 450.11 398.38 0.57 0.27 ind:fut:1p; -entreront entrer ver 450.11 398.38 0.96 0.88 ind:fut:3p; -entres entrer ver 450.11 398.38 7.18 0.81 ind:pre:1p;ind:pre:2s;sub:pre:2s; -entresol entresol nom m s 0.05 1.35 0.05 1.28 -entresols entresol nom m p 0.05 1.35 0.00 0.07 -entretînmes entretenir ver 13.27 46.42 0.00 0.07 ind:pas:1p; -entretînt entretenir ver 13.27 46.42 0.00 0.14 sub:imp:3s; -entretenaient entretenir ver 13.27 46.42 0.05 2.70 ind:imp:3p; -entretenais entretenir ver 13.27 46.42 0.10 0.88 ind:imp:1s;ind:imp:2s; -entretenait entretenir ver 13.27 46.42 0.39 8.85 ind:imp:3s; -entretenant entretenir ver 13.27 46.42 0.04 1.08 par:pre; -entreteneur entreteneur nom m s 0.01 0.07 0.00 0.07 -entreteneuse entreteneur nom f s 0.01 0.07 0.01 0.00 -entretenez entretenir ver 13.27 46.42 0.27 0.14 imp:pre:2p;ind:pre:2p; -entreteniez entretenir ver 13.27 46.42 0.07 0.00 ind:imp:2p; -entretenions entretenir ver 13.27 46.42 0.10 0.61 ind:imp:1p; -entretenir entretenir ver 13.27 46.42 8.07 17.43 inf; -entretenons entretenir ver 13.27 46.42 0.09 0.14 imp:pre:1p;ind:pre:1p; -entretenu entretenir ver m s 13.27 46.42 0.42 3.24 par:pas; -entretenue entretenir ver f s 13.27 46.42 0.52 1.22 par:pas; -entretenues entretenu adj f p 0.93 4.05 0.04 0.68 -entretenus entretenir ver m p 13.27 46.42 0.08 0.95 par:pas; -entretien entretien nom m s 18.92 27.77 16.72 20.54 -entretiendra entretenir ver 13.27 46.42 0.14 0.00 ind:fut:3s; -entretiendrai entretenir ver 13.27 46.42 0.02 0.07 ind:fut:1s; -entretiendraient entretenir ver 13.27 46.42 0.00 0.14 cnd:pre:3p; -entretiendrait entretenir ver 13.27 46.42 0.02 0.20 cnd:pre:3s; -entretiendras entretenir ver 13.27 46.42 0.14 0.00 ind:fut:2s; -entretiendrez entretenir ver 13.27 46.42 0.02 0.07 ind:fut:2p; -entretiendrons entretenir ver 13.27 46.42 0.01 0.00 ind:fut:1p; -entretienne entretenir ver 13.27 46.42 0.28 0.34 sub:pre:1s;sub:pre:3s; -entretiennent entretenir ver 13.27 46.42 0.20 1.55 ind:pre:3p; -entretiennes entretenir ver 13.27 46.42 0.02 0.07 sub:pre:2s; -entretiens entretien nom m p 18.92 27.77 2.20 7.23 -entretient entretenir ver 13.27 46.42 1.27 3.38 ind:pre:3s; -entretinrent entretenir ver 13.27 46.42 0.00 0.34 ind:pas:3p; -entretins entretenir ver 13.27 46.42 0.01 0.14 ind:pas:1s; -entretint entretenir ver 13.27 46.42 0.00 1.01 ind:pas:3s; -entretissait entretisser ver 0.00 0.27 0.00 0.07 ind:imp:3s; -entretissé entretisser ver m s 0.00 0.27 0.00 0.14 par:pas; -entretissées entretisser ver f p 0.00 0.27 0.00 0.07 par:pas; -entretoisaient entretoiser ver 0.00 0.07 0.00 0.07 ind:imp:3p; -entretoise entretoise nom f s 0.01 0.00 0.01 0.00 -entretoisement entretoisement nom m s 0.00 0.07 0.00 0.07 -entretuaient entretuer ver 4.54 0.34 0.09 0.00 ind:imp:3p; -entretuant entretuer ver 4.54 0.34 0.13 0.00 par:pre; -entretue entretuer ver 4.54 0.34 0.28 0.00 ind:pre:3s; -entretuent entretuer ver 4.54 0.34 0.89 0.07 ind:pre:3p; -entretuer entretuer ver 4.54 0.34 2.79 0.20 ind:pre:2p;inf; -entretueraient entretuer ver 4.54 0.34 0.01 0.00 cnd:pre:3p; -entretuerait entretuer ver 4.54 0.34 0.01 0.07 cnd:pre:3s; -entretueront entretuer ver 4.54 0.34 0.04 0.00 ind:fut:3p; -entretuez entretuer ver 4.54 0.34 0.07 0.00 imp:pre:2p;ind:pre:2p; -entretuées entretuer ver f p 4.54 0.34 0.10 0.00 par:pas; -entretués entretuer ver m p 4.54 0.34 0.14 0.00 par:pas; -entrevît entrevoir ver 2.44 29.53 0.03 0.07 sub:imp:3s; -entreverrai entrevoir ver 2.44 29.53 0.00 0.07 ind:fut:1s; -entrevirent entrevoir ver 2.44 29.53 0.00 0.07 ind:pas:3p; -entrevis entrevoir ver 2.44 29.53 0.03 1.08 ind:pas:1s; -entrevit entrevoir ver 2.44 29.53 0.04 2.23 ind:pas:3s; -entrevoie entrevoir ver 2.44 29.53 0.00 0.07 sub:pre:3s; -entrevoient entrevoir ver 2.44 29.53 0.02 0.41 ind:pre:3p; -entrevoir entrevoir ver 2.44 29.53 1.00 8.65 inf; -entrevois entrevoir ver 2.44 29.53 0.81 1.96 imp:pre:2s;ind:pre:1s;ind:pre:2s; -entrevoit entrevoir ver 2.44 29.53 0.15 1.55 ind:pre:3s; -entrevous entrevous nom m 0.01 0.00 0.01 0.00 -entrevoyaient entrevoir ver 2.44 29.53 0.00 0.27 ind:imp:3p; -entrevoyais entrevoir ver 2.44 29.53 0.14 1.62 ind:imp:1s; -entrevoyait entrevoir ver 2.44 29.53 0.02 1.69 ind:imp:3s; -entrevoyant entrevoir ver 2.44 29.53 0.00 0.34 par:pre; -entrevoyons entrevoir ver 2.44 29.53 0.00 0.20 ind:pre:1p; -entrevu entrevoir ver m s 2.44 29.53 0.17 4.86 par:pas; -entrevue entrevue nom f s 3.28 9.59 2.97 8.85 -entrevues entrevue nom f p 3.28 9.59 0.31 0.74 -entrevus entrevoir ver m p 2.44 29.53 0.00 1.15 par:pas; -entrez entrer ver 450.11 398.38 104.85 12.70 imp:pre:2p;ind:pre:2p; -entriez entrer ver 450.11 398.38 0.29 0.20 ind:imp:2p; -entrions entrer ver 450.11 398.38 0.12 2.09 ind:imp:1p; -entrisme entrisme nom m s 0.00 0.07 0.00 0.07 -entrâmes entrer ver 450.11 398.38 0.00 1.15 ind:pas:1p; -entrons entrer ver 450.11 398.38 6.05 4.39 imp:pre:1p;ind:pre:1p; -entropie entropie nom f s 0.19 0.27 0.19 0.27 -entropique entropique adj s 0.07 0.00 0.05 0.00 -entropiques entropique adj f p 0.07 0.00 0.01 0.00 -entrât entrer ver 450.11 398.38 0.14 0.95 sub:imp:3s; -entrouvert entrouvrir ver m s 0.95 19.59 0.10 1.62 par:pas; -entrouverte entrouvert adj f s 0.70 10.07 0.47 6.55 -entrouvertes entrouvert adj f p 0.70 10.07 0.11 2.09 -entrouverts entrouvert adj m p 0.70 10.07 0.10 0.54 -entrouverture entrouverture nom f s 0.00 0.07 0.00 0.07 -entrouvrît entrouvrir ver 0.95 19.59 0.00 0.07 sub:imp:3s; -entrouvraient entrouvrir ver 0.95 19.59 0.00 0.47 ind:imp:3p; -entrouvrait entrouvrir ver 0.95 19.59 0.14 1.76 ind:imp:3s; -entrouvrant entrouvrir ver 0.95 19.59 0.00 0.68 par:pre; -entrouvre entrouvrir ver 0.95 19.59 0.20 2.91 imp:pre:2s;ind:pre:1s;ind:pre:3s; -entrouvrent entrouvrir ver 0.95 19.59 0.02 0.81 ind:pre:3p; -entrouvrir entrouvrir ver 0.95 19.59 0.21 2.30 inf; -entrouvrirait entrouvrir ver 0.95 19.59 0.00 0.07 cnd:pre:3s; -entrouvrirent entrouvrir ver 0.95 19.59 0.00 0.14 ind:pas:3p; -entrouvris entrouvrir ver 0.95 19.59 0.00 0.14 ind:pas:1s; -entrouvrit entrouvrir ver 0.95 19.59 0.00 3.72 ind:pas:3s; -entrèrent entrer ver 450.11 398.38 0.20 10.61 ind:pas:3p; -entré entrer ver m s 450.11 398.38 36.90 32.43 par:pas; -entrée_sortie entrée_sortie nom f s 0.01 0.00 0.01 0.00 -entrée entrée nom f s 48.08 118.78 43.75 113.72 -entrées entrée nom f p 48.08 118.78 4.33 5.07 -entrés entrer ver m p 450.11 398.38 8.81 11.22 par:pas; -entubait entuber ver 3.11 1.35 0.02 0.07 ind:imp:3s; -entube entuber ver 3.11 1.35 0.52 0.34 imp:pre:2s;ind:pre:1s;ind:pre:3s; -entubent entuber ver 3.11 1.35 0.12 0.00 ind:pre:3p; -entuber entuber ver 3.11 1.35 1.77 0.68 inf; -entuberais entuber ver 3.11 1.35 0.03 0.00 cnd:pre:1s;cnd:pre:2s; -entubes entuber ver 3.11 1.35 0.18 0.00 ind:pre:2s; -entubez entuber ver 3.11 1.35 0.04 0.00 imp:pre:2p;ind:pre:2p; -entubé entuber ver m s 3.11 1.35 0.32 0.20 par:pas; -entubée entuber ver f s 3.11 1.35 0.03 0.07 par:pas; -entubés entuber ver m p 3.11 1.35 0.08 0.00 par:pas; -entéléchies entéléchie nom f p 0.00 0.07 0.00 0.07 -enténèbre enténébrer ver 0.14 2.36 0.14 0.14 ind:pre:3s; -enténèbrent enténébrer ver 0.14 2.36 0.00 0.07 ind:pre:3p; -enténébra enténébrer ver 0.14 2.36 0.00 0.07 ind:pas:3s; -enténébrait enténébrer ver 0.14 2.36 0.00 0.20 ind:imp:3s; -enténébrant enténébrer ver 0.14 2.36 0.00 0.34 par:pre; -enténébrer enténébrer ver 0.14 2.36 0.00 0.14 inf; -enténébré enténébrer ver m s 0.14 2.36 0.01 0.54 par:pas; -enténébrée enténébrer ver f s 0.14 2.36 0.00 0.54 par:pas; -enténébrées enténébrer ver f p 0.14 2.36 0.00 0.14 par:pas; -enténébrés enténébrer ver m p 0.14 2.36 0.00 0.20 par:pas; -enturbanner enturbanner ver 0.01 0.54 0.00 0.07 inf; -enturbanné enturbanné adj m s 0.06 1.22 0.05 0.47 -enturbannée enturbanner ver f s 0.01 0.54 0.01 0.07 par:pas; -enturbannées enturbanné adj f p 0.06 1.22 0.00 0.07 -enturbannés enturbanné adj m p 0.06 1.22 0.01 0.41 -enture enture nom f s 0.14 0.00 0.14 0.00 -entérinais entériner ver 0.52 1.35 0.00 0.14 ind:imp:1s; -entérinait entériner ver 0.52 1.35 0.00 0.20 ind:imp:3s; -entérinant entériner ver 0.52 1.35 0.00 0.07 par:pre; -entérine entériner ver 0.52 1.35 0.03 0.00 ind:pre:3s; -entérinement entérinement nom m s 0.00 0.07 0.00 0.07 -entériner entériner ver 0.52 1.35 0.42 0.41 inf; -entériné entériner ver m s 0.52 1.35 0.04 0.27 par:pas; -entérinée entériner ver f s 0.52 1.35 0.03 0.14 par:pas; -entérinées entériner ver f p 0.52 1.35 0.00 0.14 par:pas; -entérique entérique adj s 0.01 0.00 0.01 0.00 -entérite entérite nom f s 0.01 0.14 0.01 0.14 -entérocolite entérocolite nom f s 0.01 0.00 0.01 0.00 -entérovirus entérovirus nom m 0.03 0.00 0.03 0.00 -entêta entêter ver 1.65 6.89 0.00 0.27 ind:pas:3s; -entêtai entêter ver 1.65 6.89 0.00 0.41 ind:pas:1s; -entêtaient entêter ver 1.65 6.89 0.00 0.34 ind:imp:3p; -entêtais entêter ver 1.65 6.89 0.00 0.07 ind:imp:1s; -entêtait entêter ver 1.65 6.89 0.00 1.62 ind:imp:3s; -entêtant entêtant adj m s 0.05 2.09 0.04 0.47 -entêtante entêtant adj f s 0.05 2.09 0.01 1.08 -entêtantes entêtant adj f p 0.05 2.09 0.00 0.20 -entêtants entêtant adj m p 0.05 2.09 0.00 0.34 -entête entêter ver 1.65 6.89 0.38 1.49 imp:pre:2s;ind:pre:1s;ind:pre:3s; -entêtement entêtement nom m s 1.27 5.74 1.27 5.61 -entêtements entêtement nom m p 1.27 5.74 0.00 0.14 -entêtent entêter ver 1.65 6.89 0.14 0.07 ind:pre:3p; -entêter entêter ver 1.65 6.89 0.18 0.95 inf; -entêteraient entêter ver 1.65 6.89 0.00 0.07 cnd:pre:3p; -entêterais entêter ver 1.65 6.89 0.00 0.07 cnd:pre:1s; -entêtes entêter ver 1.65 6.89 0.42 0.14 ind:pre:2s; -entêtez entêter ver 1.65 6.89 0.16 0.14 ind:pre:2p; -entêtiez entêter ver 1.65 6.89 0.00 0.07 ind:imp:2p; -entêtons entêter ver 1.65 6.89 0.00 0.20 ind:pre:1p; -entêtât entêter ver 1.65 6.89 0.00 0.07 sub:imp:3s; -entêté entêté nom m s 0.73 0.81 0.58 0.68 -entêtée entêté adj f s 0.38 1.35 0.08 0.74 -entêtées entêté adj f p 0.38 1.35 0.01 0.14 -entêtés entêté nom m p 0.73 0.81 0.15 0.07 -envahît envahir ver 17.37 57.70 0.00 0.14 sub:imp:3s; -envahi envahir ver m s 17.37 57.70 4.98 11.76 par:pas; -envahie envahir ver f s 17.37 57.70 1.11 5.88 par:pas; -envahies envahir ver f p 17.37 57.70 0.26 1.69 par:pas; -envahir envahir ver 17.37 57.70 3.83 8.31 inf; -envahira envahir ver 17.37 57.70 0.26 0.20 ind:fut:3s; -envahirai envahir ver 17.37 57.70 0.03 0.00 ind:fut:1s; -envahiraient envahir ver 17.37 57.70 0.00 0.20 cnd:pre:3p; -envahirait envahir ver 17.37 57.70 0.03 0.34 cnd:pre:3s; -envahirent envahir ver 17.37 57.70 0.25 1.28 ind:pas:3p; -envahirez envahir ver 17.37 57.70 0.01 0.00 ind:fut:2p; -envahirons envahir ver 17.37 57.70 0.02 0.07 ind:fut:1p; -envahiront envahir ver 17.37 57.70 0.24 0.00 ind:fut:3p; -envahis envahir ver m p 17.37 57.70 0.91 1.89 ind:pre:1s;ind:pre:2s;par:pas;par:pas; -envahissaient envahir ver 17.37 57.70 0.24 1.96 ind:imp:3p; -envahissait envahir ver 17.37 57.70 0.62 8.72 ind:imp:3s; -envahissant envahissant adj m s 1.08 3.18 0.33 0.88 -envahissante envahissant adj f s 1.08 3.18 0.70 1.42 -envahissantes envahissant adj f p 1.08 3.18 0.04 0.27 -envahissants envahissant adj m p 1.08 3.18 0.01 0.61 -envahisse envahir ver 17.37 57.70 0.11 0.34 sub:pre:1s;sub:pre:3s; -envahissement envahissement nom m s 0.02 1.49 0.02 1.42 -envahissements envahissement nom m p 0.02 1.49 0.00 0.07 -envahissent envahir ver 17.37 57.70 1.05 1.96 ind:pre:3p; -envahisseur envahisseur nom m s 3.64 8.31 1.88 6.42 -envahisseurs envahisseur nom m p 3.64 8.31 1.77 1.89 -envahissez envahir ver 17.37 57.70 0.24 0.00 imp:pre:2p;ind:pre:2p; -envahissiez envahir ver 17.37 57.70 0.02 0.00 ind:imp:2p; -envahit envahir ver 17.37 57.70 2.97 12.36 ind:pre:3s;ind:pas:3s; -envasait envaser ver 0.01 0.41 0.00 0.07 ind:imp:3s; -envasement envasement nom m s 0.00 0.07 0.00 0.07 -envaser envaser ver 0.01 0.41 0.01 0.00 inf; -envasé envaser ver m s 0.01 0.41 0.00 0.20 par:pas; -envasée envaser ver f s 0.01 0.41 0.00 0.07 par:pas; -envasées envaser ver f p 0.01 0.41 0.00 0.07 par:pas; -enveloppa envelopper ver 5.21 46.49 0.17 4.39 ind:pas:3s; -enveloppai envelopper ver 5.21 46.49 0.14 0.34 ind:pas:1s; -enveloppaient envelopper ver 5.21 46.49 0.04 2.03 ind:imp:3p; -enveloppais envelopper ver 5.21 46.49 0.06 0.20 ind:imp:1s;ind:imp:2s; -enveloppait envelopper ver 5.21 46.49 0.20 9.12 ind:imp:3s; -enveloppant envelopper ver 5.21 46.49 0.04 1.69 par:pre; -enveloppante enveloppant adj f s 0.27 1.62 0.23 0.68 -enveloppantes enveloppant adj f p 0.27 1.62 0.00 0.07 -enveloppants enveloppant adj m p 0.27 1.62 0.00 0.27 -enveloppe enveloppe nom f s 13.23 32.84 11.40 26.22 -enveloppement enveloppement nom m s 0.16 0.95 0.16 0.61 -enveloppements enveloppement nom m p 0.16 0.95 0.00 0.34 -enveloppent envelopper ver 5.21 46.49 0.34 1.35 ind:pre:3p; -envelopper envelopper ver 5.21 46.49 0.65 4.39 inf; -enveloppera envelopper ver 5.21 46.49 0.01 0.14 ind:fut:3s; -envelopperaient envelopper ver 5.21 46.49 0.14 0.07 cnd:pre:3p; -envelopperait envelopper ver 5.21 46.49 0.02 0.54 cnd:pre:3s; -envelopperez envelopper ver 5.21 46.49 0.00 0.07 ind:fut:2p; -enveloppes enveloppe nom f p 13.23 32.84 1.84 6.62 -enveloppeur enveloppeur nom m s 0.00 0.07 0.00 0.07 -enveloppez envelopper ver 5.21 46.49 0.41 0.14 imp:pre:2p;ind:pre:2p; -enveloppons envelopper ver 5.21 46.49 0.00 0.07 ind:pre:1p; -enveloppât envelopper ver 5.21 46.49 0.00 0.14 sub:imp:3s; -enveloppèrent envelopper ver 5.21 46.49 0.11 0.20 ind:pas:3p; -enveloppé enveloppé adj m s 1.60 10.34 0.86 4.59 -enveloppée envelopper ver f s 5.21 46.49 0.58 4.32 par:pas; -enveloppées enveloppé adj f p 1.60 10.34 0.20 0.74 -enveloppés envelopper ver m p 5.21 46.49 0.26 2.23 par:pas; -envenima envenimer ver 0.59 1.96 0.00 0.07 ind:pas:3s; -envenimait envenimer ver 0.59 1.96 0.00 0.20 ind:imp:3s; -envenimant envenimer ver 0.59 1.96 0.00 0.07 par:pre; -envenime envenimer ver 0.59 1.96 0.09 0.14 imp:pre:2s;ind:pre:3s; -enveniment envenimer ver 0.59 1.96 0.04 0.20 ind:pre:3p; -envenimer envenimer ver 0.59 1.96 0.28 0.95 inf; -envenimons envenimer ver 0.59 1.96 0.01 0.00 imp:pre:1p; -envenimèrent envenimer ver 0.59 1.96 0.00 0.07 ind:pas:3p; -envenimé envenimé ver m s 0.27 0.00 0.27 0.00 par:pas; -envenimée envenimé adj f s 0.04 0.00 0.03 0.00 -envenimées envenimer ver f p 0.59 1.96 0.10 0.00 par:pas; -envenimés envenimer ver m p 0.59 1.96 0.01 0.07 par:pas; -envergure envergure nom f s 1.66 5.34 1.66 5.34 -enverguée enverguer ver f s 0.00 0.07 0.00 0.07 par:pas; -enverra envoyer ver 360.16 177.64 5.89 2.03 ind:fut:3s; -enverrai envoyer ver 360.16 177.64 10.43 2.70 ind:fut:1s; -enverraient envoyer ver 360.16 177.64 0.20 0.34 cnd:pre:3p; -enverrais envoyer ver 360.16 177.64 1.68 0.41 cnd:pre:1s;cnd:pre:2s; -enverrait envoyer ver 360.16 177.64 1.77 2.77 cnd:pre:3s; -enverras envoyer ver 360.16 177.64 1.30 0.47 ind:fut:2s; -enverrez envoyer ver 360.16 177.64 1.04 0.34 ind:fut:2p; -enverriez envoyer ver 360.16 177.64 0.12 0.00 cnd:pre:2p; -enverrions envoyer ver 360.16 177.64 0.00 0.20 cnd:pre:1p; -enverrons envoyer ver 360.16 177.64 1.30 0.20 ind:fut:1p; -enverront envoyer ver 360.16 177.64 1.93 0.81 ind:fut:3p; -envers envers pre 35.46 27.91 35.46 27.91 -envia envier ver 17.79 26.89 0.00 0.47 ind:pas:3s; -enviable enviable adj s 0.75 2.84 0.73 2.43 -enviables enviable adj p 0.75 2.84 0.02 0.41 -enviai envier ver 17.79 26.89 0.00 0.47 ind:pas:1s; -enviaient envier ver 17.79 26.89 0.01 0.88 ind:imp:3p; -enviais envier ver 17.79 26.89 0.56 2.84 ind:imp:1s;ind:imp:2s; -enviait envier ver 17.79 26.89 0.34 2.84 ind:imp:3s; -enviandait enviander ver 0.00 0.07 0.00 0.07 ind:imp:3s; -enviandé enviandé nom m s 0.02 0.34 0.02 0.20 -enviandés enviandé nom m p 0.02 0.34 0.00 0.14 -enviant envier ver 17.79 26.89 0.01 0.47 par:pre; -envie envie nom f s 213.96 258.11 210.62 252.09 -envient envier ver 17.79 26.89 0.42 0.20 ind:pre:3p; -envier envier ver 17.79 26.89 1.50 3.51 inf; -enviera envier ver 17.79 26.89 0.23 0.07 ind:fut:3s; -envieraient envier ver 17.79 26.89 0.04 0.34 cnd:pre:3p; -envierais envier ver 17.79 26.89 0.11 0.07 cnd:pre:1s; -envierait envier ver 17.79 26.89 0.02 0.27 cnd:pre:3s; -envieront envier ver 17.79 26.89 0.32 0.07 ind:fut:3p; -envies envie nom f p 213.96 258.11 3.34 6.01 -envieuse envieux adj f s 1.04 1.76 0.20 0.54 -envieuses envieux adj f p 1.04 1.76 0.20 0.00 -envieux envieux adj m 1.04 1.76 0.64 1.22 -enviez envier ver 17.79 26.89 0.42 0.14 imp:pre:2p;ind:pre:2p; -enviions envier ver 17.79 26.89 0.00 0.07 ind:imp:1p; -envions envier ver 17.79 26.89 0.05 0.00 imp:pre:1p;ind:pre:1p; -enviât envier ver 17.79 26.89 0.00 0.07 sub:imp:3s; -environ environ adv_sup 55.55 27.43 55.55 27.43 -environnaient environner ver 0.28 5.47 0.00 0.47 ind:imp:3p; -environnait environner ver 0.28 5.47 0.00 0.88 ind:imp:3s; -environnant environnant adj m s 0.66 2.23 0.17 0.47 -environnante environnant adj f s 0.66 2.23 0.29 0.54 -environnantes environnant adj f p 0.66 2.23 0.07 0.61 -environnants environnant adj m p 0.66 2.23 0.12 0.61 -environne environner ver 0.28 5.47 0.28 0.88 ind:pre:1s;ind:pre:3s; -environnement environnement nom m s 10.19 2.77 10.07 2.64 -environnemental environnemental adj m s 0.46 0.00 0.16 0.00 -environnementale environnemental adj f s 0.46 0.00 0.12 0.00 -environnementaux environnemental adj m p 0.46 0.00 0.18 0.00 -environnements environnement nom m p 10.19 2.77 0.12 0.14 -environnent environner ver 0.28 5.47 0.00 0.47 ind:pre:3p; -environner environner ver 0.28 5.47 0.00 0.07 inf; -environné environner ver m s 0.28 5.47 0.00 1.49 par:pas; -environnée environner ver f s 0.28 5.47 0.00 0.41 par:pas; -environnées environner ver f p 0.28 5.47 0.00 0.07 par:pas; -environnés environner ver m p 0.28 5.47 0.00 0.54 par:pas; -environs environ nom_sup m p 6.25 16.69 6.25 16.69 -envisage envisager ver 16.42 32.64 3.40 4.05 imp:pre:2s;ind:pre:1s;ind:pre:3s; -envisagea envisager ver 16.42 32.64 0.02 1.22 ind:pas:3s; -envisageable envisageable adj s 0.85 0.74 0.80 0.74 -envisageables envisageable adj f p 0.85 0.74 0.04 0.00 -envisageai envisager ver 16.42 32.64 0.02 0.81 ind:pas:1s; -envisageaient envisager ver 16.42 32.64 0.07 0.68 ind:imp:3p; -envisageais envisager ver 16.42 32.64 0.61 1.55 ind:imp:1s;ind:imp:2s; -envisageait envisager ver 16.42 32.64 0.47 5.47 ind:imp:3s; -envisageant envisager ver 16.42 32.64 0.01 0.81 par:pre; -envisagent envisager ver 16.42 32.64 0.44 0.41 ind:pre:3p; -envisageons envisager ver 16.42 32.64 0.30 0.34 imp:pre:1p;ind:pre:1p; -envisageât envisager ver 16.42 32.64 0.00 0.20 sub:imp:3s; -envisager envisager ver 16.42 32.64 4.83 9.39 inf; -envisagera envisager ver 16.42 32.64 0.14 0.07 ind:fut:3s; -envisagerai envisager ver 16.42 32.64 0.05 0.00 ind:fut:1s; -envisagerais envisager ver 16.42 32.64 0.23 0.07 cnd:pre:1s;cnd:pre:2s; -envisagerait envisager ver 16.42 32.64 0.05 0.27 cnd:pre:3s; -envisageras envisager ver 16.42 32.64 0.01 0.00 ind:fut:2s; -envisagerez envisager ver 16.42 32.64 0.04 0.00 ind:fut:2p; -envisageriez envisager ver 16.42 32.64 0.17 0.00 cnd:pre:2p; -envisagerions envisager ver 16.42 32.64 0.00 0.14 cnd:pre:1p; -envisages envisager ver 16.42 32.64 1.35 0.27 ind:pre:2s; -envisagez envisager ver 16.42 32.64 1.11 0.68 imp:pre:2p;ind:pre:2p; -envisagiez envisager ver 16.42 32.64 0.20 0.00 ind:imp:2p; -envisagions envisager ver 16.42 32.64 0.04 0.54 ind:imp:1p; -envisagèrent envisager ver 16.42 32.64 0.01 0.27 ind:pas:3p; -envisagé envisager ver m s 16.42 32.64 2.61 3.58 par:pas; -envisagée envisager ver f s 16.42 32.64 0.19 1.22 par:pas; -envisagées envisager ver f p 16.42 32.64 0.04 0.41 par:pas; -envisagés envisager ver m p 16.42 32.64 0.01 0.20 par:pas; -envié envier ver m s 17.79 26.89 0.71 1.15 par:pas; -enviée envier ver f s 17.79 26.89 0.30 0.81 par:pas; -enviées envier ver f p 17.79 26.89 0.01 0.14 par:pas; -enviés envier ver m p 17.79 26.89 0.04 0.54 par:pas; -envoûtaient envoûter ver 1.81 2.16 0.00 0.07 ind:imp:3p; -envoûtait envoûter ver 1.81 2.16 0.01 0.14 ind:imp:3s; -envoûtant envoûtant adj m s 0.79 1.49 0.56 0.34 -envoûtante envoûtant adj f s 0.79 1.49 0.21 0.95 -envoûtantes envoûtant adj f p 0.79 1.49 0.00 0.07 -envoûtants envoûtant adj m p 0.79 1.49 0.02 0.14 -envoûte envoûter ver 1.81 2.16 0.32 0.34 ind:pre:1s;ind:pre:3s; -envoûtement envoûtement nom m s 0.71 1.82 0.56 1.76 -envoûtements envoûtement nom m p 0.71 1.82 0.14 0.07 -envoûter envoûter ver 1.81 2.16 0.12 0.34 inf; -envoûteras envoûter ver 1.81 2.16 0.01 0.00 ind:fut:2s; -envoûteur envoûteur nom m s 0.00 0.27 0.00 0.14 -envoûteurs envoûteur nom m p 0.00 0.27 0.00 0.14 -envoûté envoûter ver m s 1.81 2.16 0.88 0.61 par:pas; -envoûtée envoûter ver f s 1.81 2.16 0.44 0.14 par:pas; -envoûtées envoûter ver f p 1.81 2.16 0.00 0.14 par:pas; -envoûtés envoûter ver m p 1.81 2.16 0.03 0.27 par:pas; -envoi envoi nom m s 4.46 6.96 3.47 6.28 -envoie envoyer ver 360.16 177.64 98.92 30.88 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:1s;sub:pre:3s; -envoient envoyer ver 360.16 177.64 9.16 4.32 ind:pre:3p; -envoies envoyer ver 360.16 177.64 6.24 0.61 ind:pre:1p;ind:pre:2s;sub:pre:2s; -envois envoi nom m p 4.46 6.96 1.00 0.68 -envol envol nom m s 2.50 5.20 2.48 4.66 -envola envoler ver 28.82 29.86 0.43 2.43 ind:pas:3s; -envolai envoler ver 28.82 29.86 0.00 0.34 ind:pas:1s; -envolaient envoler ver 28.82 29.86 0.35 2.50 ind:imp:3p; -envolais envoler ver 28.82 29.86 0.03 0.20 ind:imp:1s;ind:imp:2s; -envolait envoler ver 28.82 29.86 0.29 2.16 ind:imp:3s; -envolant envoler ver 28.82 29.86 0.38 0.47 par:pre; -envole envoler ver 28.82 29.86 5.39 3.78 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:1s;sub:pre:3s; -envolent envoler ver 28.82 29.86 4.47 2.30 ind:pre:3p; -envoler envoler ver 28.82 29.86 5.85 6.35 ind:pre:2p;inf; -envolera envoler ver 28.82 29.86 0.55 0.34 ind:fut:3s; -envolerai envoler ver 28.82 29.86 0.21 0.07 ind:fut:1s; -envoleraient envoler ver 28.82 29.86 0.00 0.41 cnd:pre:3p; -envolerais envoler ver 28.82 29.86 0.06 0.07 cnd:pre:1s; -envolerait envoler ver 28.82 29.86 0.08 0.14 cnd:pre:3s; -envolerez envoler ver 28.82 29.86 0.01 0.07 ind:fut:2p; -envolerions envoler ver 28.82 29.86 0.02 0.14 cnd:pre:1p; -envolerons envoler ver 28.82 29.86 0.05 0.00 ind:fut:1p; -envoleront envoler ver 28.82 29.86 0.04 0.07 ind:fut:3p; -envoles envoler ver 28.82 29.86 0.45 0.00 ind:pre:2s; -envolez envoler ver 28.82 29.86 0.58 0.00 imp:pre:2p;ind:pre:2p; -envolâmes envoler ver 28.82 29.86 0.00 0.07 ind:pas:1p; -envolons envoler ver 28.82 29.86 0.04 0.00 imp:pre:1p;ind:pre:1p; -envolât envoler ver 28.82 29.86 0.00 0.07 sub:imp:3s; -envols envol nom m p 2.50 5.20 0.03 0.54 -envolèrent envoler ver 28.82 29.86 0.01 1.62 ind:pas:3p; -envolé envoler ver m s 28.82 29.86 5.05 2.84 par:pas; -envolée envoler ver f s 28.82 29.86 1.62 1.62 par:pas; -envolées envolée nom f p 0.88 3.18 0.33 1.01 -envolés envoler ver m p 28.82 29.86 2.63 1.28 par:pas; -envoya envoyer ver 360.16 177.64 1.96 11.69 ind:pas:3s; -envoyai envoyer ver 360.16 177.64 0.26 2.30 ind:pas:1s; -envoyaient envoyer ver 360.16 177.64 0.62 2.91 ind:imp:3p; -envoyais envoyer ver 360.16 177.64 1.58 1.82 ind:imp:1s;ind:imp:2s; -envoyait envoyer ver 360.16 177.64 3.84 14.66 ind:imp:3s; -envoyant envoyer ver 360.16 177.64 1.91 4.26 par:pre; -envoyer envoyer ver 360.16 177.64 69.77 41.15 inf;;inf;;inf;;inf;;inf;;inf;;inf;; -envoyeur envoyeur nom m s 0.21 0.41 0.21 0.34 -envoyeurs envoyeur nom m p 0.21 0.41 0.00 0.07 -envoyez envoyer ver 360.16 177.64 31.66 2.23 imp:pre:2p;ind:pre:2p; -envoyiez envoyer ver 360.16 177.64 0.55 0.00 ind:imp:2p; -envoyions envoyer ver 360.16 177.64 0.16 0.07 ind:imp:1p; -envoyâmes envoyer ver 360.16 177.64 0.01 0.20 ind:pas:1p; -envoyons envoyer ver 360.16 177.64 2.31 0.20 imp:pre:1p;ind:pre:1p; -envoyât envoyer ver 360.16 177.64 0.00 0.68 sub:imp:3s; -envoyèrent envoyer ver 360.16 177.64 0.26 0.95 ind:pas:3p; -envoyé envoyer ver m s 360.16 177.64 82.52 35.20 par:pas; -envoyée envoyer ver f s 360.16 177.64 12.19 5.27 par:pas; -envoyées envoyer ver f p 360.16 177.64 1.97 2.57 par:pas; -envoyés envoyer ver m p 360.16 177.64 8.63 5.41 par:pas; -enzymatique enzymatique adj s 0.06 0.00 0.06 0.00 -enzyme enzyme nom f s 2.00 0.34 1.26 0.00 -enzymes enzyme nom f p 2.00 0.34 0.75 0.34 -epsilon epsilon nom m 0.47 0.20 0.47 0.20 -erg erg nom m s 0.02 0.07 0.01 0.00 -ergastule ergastule nom m s 0.00 0.20 0.00 0.07 -ergastules ergastule nom m p 0.00 0.20 0.00 0.14 -ergo ergo adv 0.22 0.34 0.22 0.34 -ergol ergol nom m s 0.01 0.00 0.01 0.00 -ergonomie ergonomie nom f s 0.06 0.07 0.06 0.07 -ergonomique ergonomique adj s 0.08 0.00 0.08 0.00 -ergot ergot nom m s 0.08 1.08 0.04 0.07 -ergotage ergotage nom m s 0.01 0.00 0.01 0.00 -ergotait ergoter ver 0.43 0.68 0.00 0.07 ind:imp:3s; -ergotamine ergotamine nom f s 0.02 0.00 0.02 0.00 -ergote ergoter ver 0.43 0.68 0.17 0.20 imp:pre:2s;ind:pre:1s;ind:pre:3s; -ergotent ergoter ver 0.43 0.68 0.00 0.07 ind:pre:3p; -ergoter ergoter ver 0.43 0.68 0.16 0.27 inf; -ergoteur ergoteur adj m s 0.02 0.27 0.02 0.07 -ergoteurs ergoteur adj m p 0.02 0.27 0.00 0.07 -ergoteuse ergoteur adj f s 0.02 0.27 0.00 0.14 -ergothérapeute ergothérapeute nom s 0.06 0.00 0.06 0.00 -ergothérapie ergothérapie nom f s 0.07 0.00 0.07 0.00 -ergotons ergoter ver 0.43 0.68 0.10 0.07 imp:pre:1p; -ergots ergot nom m p 0.08 1.08 0.04 1.01 -ergoté ergoté adj m s 0.14 0.00 0.14 0.00 -ergs erg nom m p 0.02 0.07 0.01 0.07 -ermitage ermitage nom m s 0.04 1.69 0.04 1.35 -ermitages ermitage nom m p 0.04 1.69 0.00 0.34 -ermite ermite nom m s 2.28 2.50 2.23 2.03 -ermites ermite nom m p 2.28 2.50 0.05 0.47 -erpétologiste erpétologiste nom s 0.02 0.00 0.02 0.00 -erra errer ver 10.44 27.36 0.41 2.16 ind:pas:3s; -errai errer ver 10.44 27.36 0.04 0.54 ind:pas:1s; -erraient errer ver 10.44 27.36 0.15 2.23 ind:imp:3p; -errais errer ver 10.44 27.36 0.12 1.28 ind:imp:1s;ind:imp:2s; -errait errer ver 10.44 27.36 0.36 3.18 ind:imp:3s; -errance errance nom f s 0.54 4.46 0.51 2.91 -errances errance nom f p 0.54 4.46 0.03 1.55 -errant errant adj m s 2.62 11.96 1.45 3.18 -errante errant adj f s 2.62 11.96 0.47 4.59 -errantes errant adj f p 2.62 11.96 0.04 1.28 -errants errant adj m p 2.62 11.96 0.66 2.91 -errata erratum nom m p 0.02 0.27 0.00 0.27 -erratique erratique adj s 0.22 0.54 0.17 0.20 -erratiques erratique adj p 0.22 0.54 0.04 0.34 -erratum erratum nom m s 0.02 0.27 0.02 0.00 -erre errer ver 10.44 27.36 3.17 2.64 imp:pre:2s;ind:pre:1s;ind:pre:3s; -errements errements nom m p 0.08 1.22 0.08 1.22 -errent errer ver 10.44 27.36 0.99 1.62 ind:pre:3p; -errer errer ver 10.44 27.36 2.44 6.62 inf; -errera errer ver 10.44 27.36 0.14 0.00 ind:fut:3s; -errerai errer ver 10.44 27.36 0.03 0.07 ind:fut:1s; -erreraient errer ver 10.44 27.36 0.00 0.07 cnd:pre:3p; -errerait errer ver 10.44 27.36 0.00 0.07 cnd:pre:3s; -erreras errer ver 10.44 27.36 0.01 0.07 ind:fut:2s; -errerons errer ver 10.44 27.36 0.01 0.00 ind:fut:1p; -erreront errer ver 10.44 27.36 0.01 0.07 ind:fut:3p; -erres errer ver 10.44 27.36 0.23 0.07 ind:pre:2s; -erreur erreur nom f s 124.15 52.09 101.33 37.84 -erreurs erreur nom f p 124.15 52.09 22.82 14.26 -errez errer ver 10.44 27.36 0.10 0.14 imp:pre:2p;ind:pre:2p; -erriez errer ver 10.44 27.36 0.04 0.00 ind:imp:2p; -errions errer ver 10.44 27.36 0.14 0.14 ind:imp:1p; -errâmes errer ver 10.44 27.36 0.00 0.20 ind:pas:1p; -errons errer ver 10.44 27.36 0.05 0.27 imp:pre:1p;ind:pre:1p; -erroné erroné adj m s 2.05 0.74 0.54 0.27 -erronée erroné adj f s 2.05 0.74 0.44 0.07 -erronées erroné adj f p 2.05 0.74 0.68 0.27 -erronés erroné adj m p 2.05 0.74 0.40 0.14 -errèrent errer ver 10.44 27.36 0.01 0.41 ind:pas:3p; -erré errer ver m s 10.44 27.36 0.90 2.57 par:pas; -errés errer ver m p 10.44 27.36 0.01 0.00 par:pas; -ers ers nom m 0.45 0.00 0.45 0.00 -ersatz ersatz nom m 0.21 1.62 0.21 1.62 -es être aux 8074.24 6501.82 539.36 77.70 ind:pre:2s; -esbaudir esbaudir ver 0.00 0.07 0.00 0.07 inf; -esbignais esbigner ver 0.00 0.95 0.00 0.14 ind:imp:1s; -esbignait esbigner ver 0.00 0.95 0.00 0.07 ind:imp:3s; -esbigne esbigner ver 0.00 0.95 0.00 0.20 ind:pre:3s; -esbignent esbigner ver 0.00 0.95 0.00 0.07 ind:pre:3p; -esbigner esbigner ver 0.00 0.95 0.00 0.20 inf; -esbigné esbigner ver m s 0.00 0.95 0.00 0.27 par:pas; -esbroufe esbroufe nom f s 0.20 0.20 0.20 0.20 -esbroufer esbroufer ver 0.10 0.14 0.00 0.07 inf; -esbroufeur esbroufeur nom m s 0.03 0.00 0.02 0.00 -esbroufeurs esbroufeur nom m p 0.03 0.00 0.01 0.00 -esbroufée esbroufer ver f s 0.10 0.14 0.00 0.07 par:pas; -escabeau escabeau nom m s 0.69 5.88 0.67 5.20 -escabeaux escabeau nom m p 0.69 5.88 0.02 0.68 -escabèches escabèche nom f p 0.00 0.07 0.00 0.07 -escadre escadre nom f s 1.54 6.08 1.44 5.00 -escadres escadre nom f p 1.54 6.08 0.10 1.08 -escadrille escadrille nom f s 2.10 5.14 1.67 2.09 -escadrilles escadrille nom f p 2.10 5.14 0.43 3.04 -escadrin escadrin nom m s 0.00 0.07 0.00 0.07 -escadron escadron nom m s 4.68 8.78 3.34 6.55 -escadrons escadron nom m p 4.68 8.78 1.34 2.23 -escagasse escagasser ver 0.27 0.14 0.14 0.07 ind:pre:3s; -escagasser escagasser ver 0.27 0.14 0.14 0.07 inf; -escalada escalader ver 4.87 15.34 0.12 1.55 ind:pas:3s; -escaladaient escalader ver 4.87 15.34 0.02 0.68 ind:imp:3p; -escaladais escalader ver 4.87 15.34 0.03 0.47 ind:imp:1s;ind:imp:2s; -escaladait escalader ver 4.87 15.34 0.18 1.42 ind:imp:3s; -escaladant escalader ver 4.87 15.34 0.30 1.42 par:pre; -escalade escalade nom f s 3.37 4.12 3.26 3.58 -escaladent escalader ver 4.87 15.34 0.36 0.41 ind:pre:3p; -escalader escalader ver 4.87 15.34 2.19 3.85 inf; -escaladera escalader ver 4.87 15.34 0.04 0.20 ind:fut:3s; -escaladerais escalader ver 4.87 15.34 0.00 0.07 cnd:pre:1s; -escaladerait escalader ver 4.87 15.34 0.01 0.07 cnd:pre:3s; -escalades escalade nom f p 3.37 4.12 0.11 0.54 -escaladeur escaladeur nom m s 0.03 0.20 0.03 0.07 -escaladeuse escaladeur nom f s 0.03 0.20 0.00 0.07 -escaladeuses escaladeur nom f p 0.03 0.20 0.00 0.07 -escaladez escalader ver 4.87 15.34 0.29 0.00 imp:pre:2p;ind:pre:2p; -escaladions escalader ver 4.87 15.34 0.00 0.27 ind:imp:1p; -escaladâmes escalader ver 4.87 15.34 0.00 0.14 ind:pas:1p; -escaladons escalader ver 4.87 15.34 0.02 0.07 imp:pre:1p; -escaladèrent escalader ver 4.87 15.34 0.16 0.27 ind:pas:3p; -escaladé escalader ver m s 4.87 15.34 0.48 1.62 par:pas; -escaladée escalader ver f s 4.87 15.34 0.00 0.14 par:pas; -escaladées escalader ver f p 4.87 15.34 0.11 0.20 par:pas; -escaladés escalader ver m p 4.87 15.34 0.00 0.07 par:pas; -escalais escaler ver 0.00 0.14 0.00 0.07 ind:imp:1s; -escalator escalator nom m s 0.50 0.27 0.36 0.20 -escalators escalator nom m p 0.50 0.27 0.13 0.07 -escale escale nom f s 2.32 8.92 2.25 7.16 -escalera escaler ver 0.00 0.14 0.00 0.07 ind:fut:3s; -escales escale nom f p 2.32 8.92 0.07 1.76 -escalier escalier nom m s 32.29 148.85 20.91 125.95 -escaliers escalier nom m p 32.29 148.85 11.38 22.91 -escalope escalope nom f s 1.13 1.42 0.94 0.74 -escalopes escalope nom f p 1.13 1.42 0.18 0.68 -escamota escamoter ver 0.28 4.73 0.00 0.20 ind:pas:3s; -escamotable escamotable adj m s 0.01 0.47 0.00 0.27 -escamotables escamotable adj f p 0.01 0.47 0.01 0.20 -escamotage escamotage nom m s 0.04 0.34 0.03 0.27 -escamotages escamotage nom m p 0.04 0.34 0.01 0.07 -escamotaient escamoter ver 0.28 4.73 0.00 0.07 ind:imp:3p; -escamotait escamoter ver 0.28 4.73 0.02 0.47 ind:imp:3s; -escamotant escamoter ver 0.28 4.73 0.01 0.07 par:pre; -escamote escamoter ver 0.28 4.73 0.02 0.47 imp:pre:2s;ind:pre:3s; -escamoter escamoter ver 0.28 4.73 0.03 0.88 inf; -escamoterai escamoter ver 0.28 4.73 0.00 0.07 ind:fut:1s; -escamoteur escamoteur nom m s 0.01 0.07 0.01 0.07 -escamoté escamoter ver m s 0.28 4.73 0.20 1.42 par:pas; -escamotée escamoter ver f s 0.28 4.73 0.01 0.95 par:pas; -escamotées escamoter ver f p 0.28 4.73 0.00 0.07 par:pas; -escamotés escamoter ver m p 0.28 4.73 0.00 0.07 par:pas; -escampette escampette nom f s 0.26 0.27 0.26 0.27 -escapade escapade nom f s 1.83 3.51 0.89 2.16 -escapades escapade nom f p 1.83 3.51 0.94 1.35 -escape escape nom f s 0.19 0.00 0.19 0.00 -escarbille escarbille nom f s 0.07 1.42 0.05 0.20 -escarbilles escarbille nom f p 0.07 1.42 0.02 1.22 -escarboucle escarboucle nom f s 0.03 0.27 0.03 0.07 -escarboucles escarboucle nom f p 0.03 0.27 0.00 0.20 -escarcelle escarcelle nom f s 0.17 0.41 0.17 0.41 -escargot escargot nom m s 8.07 7.23 2.73 2.84 -escargots escargot nom m p 8.07 7.23 5.34 4.39 -escarmouchaient escarmoucher ver 0.00 0.20 0.00 0.07 ind:imp:3p; -escarmouche escarmouche nom f s 0.41 1.96 0.32 0.47 -escarmouchent escarmoucher ver 0.00 0.20 0.00 0.14 ind:pre:3p; -escarmouches escarmouche nom f p 0.41 1.96 0.09 1.49 -escarpement escarpement nom m s 0.05 1.28 0.03 0.41 -escarpements escarpement nom m p 0.05 1.28 0.02 0.88 -escarpes escarpe nom m p 0.00 0.20 0.00 0.20 -escarpin escarpin nom m s 0.77 5.14 0.07 0.54 -escarpins escarpin nom m p 0.77 5.14 0.69 4.59 -escarpolette escarpolette nom f s 0.01 0.41 0.01 0.27 -escarpolettes escarpolette nom f p 0.01 0.41 0.00 0.14 -escarpé escarper ver m s 0.21 0.54 0.19 0.20 par:pas; -escarpée escarpé adj f s 0.14 2.64 0.03 0.74 -escarpées escarpé adj f p 0.14 2.64 0.03 0.54 -escarpés escarpé adj m p 0.14 2.64 0.04 0.34 -escarre escarre nom f s 0.23 0.27 0.03 0.07 -escarres escarre nom f p 0.23 0.27 0.20 0.20 -eschatologie eschatologie nom f s 0.00 0.14 0.00 0.14 -esche esche nom f s 0.00 0.14 0.00 0.14 -escher escher ver 0.01 0.00 0.01 0.00 inf; -escient escient nom m s 0.62 1.08 0.62 1.08 -esclaffa esclaffer ver 0.43 8.24 0.00 1.69 ind:pas:3s; -esclaffai esclaffer ver 0.43 8.24 0.00 0.07 ind:pas:1s; -esclaffaient esclaffer ver 0.43 8.24 0.02 0.74 ind:imp:3p; -esclaffait esclaffer ver 0.43 8.24 0.00 0.68 ind:imp:3s; -esclaffant esclaffer ver 0.43 8.24 0.01 0.88 par:pre; -esclaffe esclaffer ver 0.43 8.24 0.33 1.15 ind:pre:1s;ind:pre:3s; -esclaffement esclaffement nom m s 0.00 0.14 0.00 0.07 -esclaffements esclaffement nom m p 0.00 0.14 0.00 0.07 -esclaffent esclaffer ver 0.43 8.24 0.00 0.61 ind:pre:3p; -esclaffer esclaffer ver 0.43 8.24 0.04 1.35 inf; -esclafferaient esclaffer ver 0.43 8.24 0.00 0.07 cnd:pre:3p; -esclaffèrent esclaffer ver 0.43 8.24 0.00 0.41 ind:pas:3p; -esclaffé esclaffer ver m s 0.43 8.24 0.00 0.34 par:pas; -esclaffée esclaffer ver f s 0.43 8.24 0.00 0.20 par:pas; -esclaffés esclaffer ver m p 0.43 8.24 0.02 0.07 par:pas; -esclandre esclandre nom m s 0.37 2.36 0.36 2.09 -esclandres esclandre nom m p 0.37 2.36 0.01 0.27 -esclavage esclavage nom m s 7.14 6.96 7.14 6.96 -esclavagea esclavager ver 0.00 0.41 0.00 0.14 ind:pas:3s; -esclavager esclavager ver 0.00 0.41 0.00 0.20 inf; -esclavagisme esclavagisme nom m s 0.07 0.00 0.07 0.00 -esclavagiste esclavagiste nom s 0.73 0.00 0.39 0.00 -esclavagistes esclavagiste nom p 0.73 0.00 0.34 0.00 -esclavagé esclavager ver m s 0.00 0.41 0.00 0.07 par:pas; -esclave esclave nom s 37.52 22.23 15.51 9.86 -esclaves esclave nom m p 37.52 22.23 22.01 12.36 -esclavons esclavon nom m p 0.00 0.20 0.00 0.20 -escogriffe escogriffe nom m s 0.16 1.28 0.16 1.15 -escogriffes escogriffe nom m p 0.16 1.28 0.00 0.14 -escomptai escompter ver 0.67 4.93 0.00 0.07 ind:pas:1s; -escomptaient escompter ver 0.67 4.93 0.01 0.14 ind:imp:3p; -escomptais escompter ver 0.67 4.93 0.04 0.47 ind:imp:1s; -escomptait escompter ver 0.67 4.93 0.02 1.42 ind:imp:3s; -escomptant escompter ver 0.67 4.93 0.01 0.95 par:pre; -escompte escompte nom m s 0.17 0.61 0.17 0.61 -escomptent escompter ver 0.67 4.93 0.01 0.07 ind:pre:3p; -escompter escompter ver 0.67 4.93 0.01 0.34 inf; -escomptes escompter ver 0.67 4.93 0.00 0.07 ind:pre:2s; -escomptez escompter ver 0.67 4.93 0.03 0.00 imp:pre:2p;ind:pre:2p; -escomptions escompter ver 0.67 4.93 0.02 0.00 ind:imp:1p; -escompté escompter ver m s 0.67 4.93 0.09 0.81 par:pas; -escomptée escompter ver f s 0.67 4.93 0.12 0.14 par:pas; -escomptées escompter ver f p 0.67 4.93 0.10 0.07 par:pas; -escomptés escompter ver m p 0.67 4.93 0.07 0.20 par:pas; -escopette escopette nom f s 0.00 0.20 0.00 0.20 -escorta escorter ver 8.21 7.57 0.00 0.34 ind:pas:3s; -escortaient escorter ver 8.21 7.57 0.28 0.54 ind:imp:3p; -escortais escorter ver 8.21 7.57 0.05 0.00 ind:imp:1s; -escortait escorter ver 8.21 7.57 0.16 0.74 ind:imp:3s; -escortant escorter ver 8.21 7.57 0.05 0.27 par:pre; -escorte escorte nom f s 7.28 7.03 6.69 6.76 -escortent escorter ver 8.21 7.57 0.48 0.54 ind:pre:3p; -escorter escorter ver 8.21 7.57 3.02 1.01 inf; -escortera escorter ver 8.21 7.57 0.23 0.07 ind:fut:3s; -escorterai escorter ver 8.21 7.57 0.07 0.00 ind:fut:1s; -escorteraient escorter ver 8.21 7.57 0.01 0.07 cnd:pre:3p; -escorterez escorter ver 8.21 7.57 0.06 0.00 ind:fut:2p; -escorteriez escorter ver 8.21 7.57 0.01 0.00 cnd:pre:2p; -escorterons escorter ver 8.21 7.57 0.15 0.00 ind:fut:1p; -escorteront escorter ver 8.21 7.57 0.32 0.00 ind:fut:3p; -escortes escorte nom f p 7.28 7.03 0.58 0.27 -escorteur escorteur nom m s 0.32 0.81 0.04 0.14 -escorteurs escorteur nom m p 0.32 0.81 0.28 0.68 -escortez escorter ver 8.21 7.57 0.82 0.00 imp:pre:2p;ind:pre:2p; -escortiez escorter ver 8.21 7.57 0.02 0.00 ind:imp:2p; -escortons escorter ver 8.21 7.57 0.16 0.00 ind:pre:1p; -escortèrent escorter ver 8.21 7.57 0.01 0.27 ind:pas:3p; -escorté escorter ver m s 8.21 7.57 1.08 1.42 par:pas; -escortée escorter ver f s 8.21 7.57 0.12 0.88 par:pas; -escortées escorter ver f p 8.21 7.57 0.02 0.07 par:pas; -escortés escorter ver m p 8.21 7.57 0.16 1.35 par:pas; -escot escot nom m s 0.14 0.00 0.14 0.00 -escouade escouade nom f s 1.46 5.41 1.34 3.92 -escouades escouade nom f p 1.46 5.41 0.12 1.49 -escrimai escrimer ver 0.11 2.30 0.00 0.07 ind:pas:1s; -escrimaient escrimer ver 0.11 2.30 0.00 0.20 ind:imp:3p; -escrimais escrimer ver 0.11 2.30 0.01 0.07 ind:imp:1s; -escrimait escrimer ver 0.11 2.30 0.02 0.74 ind:imp:3s; -escrimant escrimer ver 0.11 2.30 0.03 0.27 par:pre; -escrime escrime nom f s 1.50 2.03 1.50 2.03 -escriment escrimer ver 0.11 2.30 0.01 0.20 ind:pre:3p; -escrimer escrimer ver 0.11 2.30 0.03 0.27 inf; -escrimera escrimer ver 0.11 2.30 0.00 0.07 ind:fut:3s; -escrimeraient escrimer ver 0.11 2.30 0.00 0.07 cnd:pre:3p; -escrimes escrimer ver 0.11 2.30 0.00 0.07 ind:pre:2s; -escrimeur escrimeur nom m s 0.38 0.41 0.37 0.27 -escrimeurs escrimeur nom m p 0.38 0.41 0.01 0.07 -escrimeuses escrimeur nom f p 0.38 0.41 0.00 0.07 -escroc escroc nom m s 9.27 4.46 6.77 2.91 -escrocs escroc nom m p 9.27 4.46 2.50 1.55 -escroquant escroquer ver 2.83 1.42 0.13 0.07 par:pre; -escroque escroquer ver 2.83 1.42 0.19 0.14 imp:pre:2s;ind:pre:1s;ind:pre:3s; -escroquent escroquer ver 2.83 1.42 0.03 0.00 ind:pre:3p; -escroquer escroquer ver 2.83 1.42 1.00 0.81 inf; -escroquera escroquer ver 2.83 1.42 0.02 0.00 ind:fut:3s; -escroquerie escroquerie nom f s 3.20 3.11 2.84 2.16 -escroqueries escroquerie nom f p 3.20 3.11 0.36 0.95 -escroques escroquer ver 2.83 1.42 0.00 0.07 ind:pre:2s; -escroqueuse escroqueur nom f s 0.01 0.00 0.01 0.00 -escroquez escroquer ver 2.83 1.42 0.05 0.00 ind:pre:2p; -escroqué escroquer ver m s 2.83 1.42 1.32 0.20 par:pas; -escroquées escroquer ver f p 2.83 1.42 0.01 0.07 par:pas; -escroqués escroquer ver m p 2.83 1.42 0.07 0.07 par:pas; -escudo escudo nom m s 3.03 0.00 0.01 0.00 -escudos escudo nom m p 3.03 0.00 3.02 0.00 -esgourdai esgourder ver 0.00 0.95 0.00 0.07 ind:pas:1s; -esgourdant esgourder ver 0.00 0.95 0.00 0.07 par:pre; -esgourde esgourde nom f s 0.09 2.70 0.01 1.22 -esgourder esgourder ver 0.00 0.95 0.00 0.68 inf; -esgourdes esgourde nom f p 0.09 2.70 0.08 1.49 -esgourdé esgourder ver m s 0.00 0.95 0.00 0.07 par:pas; -esgourdée esgourder ver f s 0.00 0.95 0.00 0.07 par:pas; -eskimo eskimo adj m s 0.02 0.14 0.02 0.07 -eskimos eskimo nom m p 0.04 0.00 0.02 0.00 -espace_temps espace_temps nom m 1.63 0.07 1.63 0.07 -espace espace nom s 43.87 88.51 41.34 78.58 -espacement espacement nom m s 0.10 0.34 0.09 0.34 -espacements espacement nom m p 0.10 0.34 0.01 0.00 -espacent espacer ver 0.52 5.95 0.00 0.47 ind:pre:3p; -espacer espacer ver 0.52 5.95 0.06 0.68 inf; -espacerait espacer ver 0.52 5.95 0.00 0.07 cnd:pre:3s; -espaceront espacer ver 0.52 5.95 0.00 0.07 ind:fut:3p; -espaces espace nom p 43.87 88.51 2.52 9.93 -espacez espacer ver 0.52 5.95 0.02 0.00 imp:pre:2p; -espacions espacer ver 0.52 5.95 0.00 0.14 ind:imp:1p; -espacèrent espacer ver 0.52 5.95 0.01 0.74 ind:pas:3p; -espacé espacé adj m s 0.41 2.50 0.02 0.20 -espacée espacer ver f s 0.52 5.95 0.00 0.07 par:pas; -espacées espacé adj f p 0.41 2.50 0.21 1.15 -espacés espacé adj m p 0.41 2.50 0.19 1.08 -espada espada nom f s 0.00 0.81 0.00 0.74 -espadas espada nom f p 0.00 0.81 0.00 0.07 -espadon espadon nom m s 0.80 0.54 0.71 0.47 -espadons espadon nom m p 0.80 0.54 0.09 0.07 -espadrille espadrille nom f s 0.26 8.58 0.02 0.95 -espadrilles espadrille nom f p 0.26 8.58 0.24 7.64 -espagnol espagnol nom m s 18.43 21.62 11.54 11.01 -espagnole espagnol adj f s 20.94 25.00 6.16 8.78 -espagnoles espagnol adj f p 20.94 25.00 1.48 2.50 -espagnolette espagnolette nom f s 0.00 1.42 0.00 1.42 -espagnols espagnol nom m p 18.43 21.62 5.27 7.64 -espalier espalier nom m s 0.00 1.49 0.00 0.61 -espaliers espalier nom m p 0.00 1.49 0.00 0.88 -espar espar nom m s 0.00 0.07 0.00 0.07 -espars espars nom m 0.00 0.07 0.00 0.07 -espaça espacer ver 0.52 5.95 0.00 0.41 ind:pas:3s; -espaçaient espacer ver 0.52 5.95 0.00 1.01 ind:imp:3p; -espaçait espacer ver 0.52 5.95 0.00 0.27 ind:imp:3s; -espaçant espacer ver 0.52 5.95 0.01 0.41 par:pre; -esperanto esperanto nom m s 0.22 0.07 0.22 0.07 -espingo espingo nom s 0.00 1.55 0.00 0.61 -espingole espingole nom f s 0.00 0.14 0.00 0.07 -espingoles espingole nom f p 0.00 0.14 0.00 0.07 -espingos espingo nom p 0.00 1.55 0.00 0.95 -espingouin espingouin nom s 0.35 0.54 0.32 0.47 -espingouins espingouin nom p 0.35 0.54 0.03 0.07 -espion espion nom m s 22.05 10.20 13.31 4.59 -espionite espionite nom f s 0.01 0.00 0.01 0.00 -espionnage espionnage nom m s 3.32 2.57 3.32 2.57 -espionnaient espionner ver 15.99 4.53 0.03 0.27 ind:imp:3p; -espionnais espionner ver 15.99 4.53 1.36 0.34 ind:imp:1s;ind:imp:2s; -espionnait espionner ver 15.99 4.53 1.52 0.54 ind:imp:3s; -espionnant espionner ver 15.99 4.53 0.21 0.00 par:pre; -espionne espionner ver 15.99 4.53 3.06 0.81 ind:pre:1s;ind:pre:3s; -espionnent espionner ver 15.99 4.53 0.27 0.00 ind:pre:3p; -espionner espionner ver 15.99 4.53 4.71 2.03 inf;; -espionnera espionner ver 15.99 4.53 0.14 0.00 ind:fut:3s; -espionnerai espionner ver 15.99 4.53 0.04 0.00 ind:fut:1s; -espionnerions espionner ver 15.99 4.53 0.01 0.00 cnd:pre:1p; -espionnes espionner ver 15.99 4.53 2.00 0.20 ind:pre:2s;sub:pre:2s; -espionnez espionner ver 15.99 4.53 0.90 0.00 imp:pre:2p;ind:pre:2p; -espionniez espionner ver 15.99 4.53 0.17 0.00 ind:imp:2p; -espionnite espionnite nom f s 0.14 0.27 0.14 0.27 -espionnons espionner ver 15.99 4.53 0.04 0.00 ind:pre:1p; -espionnât espionner ver 15.99 4.53 0.00 0.07 sub:imp:3s; -espionné espionner ver m s 15.99 4.53 0.94 0.20 par:pas; -espionnée espionner ver f s 15.99 4.53 0.13 0.00 par:pas; -espionnés espionner ver m p 15.99 4.53 0.47 0.07 par:pas; -espions espion nom m p 22.05 10.20 6.52 3.72 -espiègle espiègle adj s 0.89 1.42 0.81 1.01 -espièglement espièglement adv 0.00 0.07 0.00 0.07 -espièglerie espièglerie nom f s 0.08 1.01 0.03 0.88 -espiègleries espièglerie nom f p 0.08 1.01 0.04 0.14 -espiègles espiègle adj p 0.89 1.42 0.09 0.41 -esplanade esplanade nom f s 0.64 6.35 0.64 6.01 -esplanades esplanade nom f p 0.64 6.35 0.00 0.34 -espoir espoir nom m s 64.22 101.89 57.62 90.74 -espoirs espoir nom m p 64.22 101.89 6.61 11.15 -esprit_de_sel esprit_de_sel nom m s 0.00 0.07 0.00 0.07 -esprit_de_vin esprit_de_vin nom m s 0.01 0.20 0.01 0.20 -esprit esprit nom m s 155.82 216.28 131.70 182.84 -esprits esprit nom m p 155.82 216.28 24.12 33.45 -espèce espèce nom f s 116.51 141.69 105.04 127.23 -espèces espèce nom f p 116.51 141.69 11.47 14.46 -espère espérer ver 301.08 134.93 209.19 43.85 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:1s; -espèrent espérer ver 301.08 134.93 2.15 2.03 ind:pre:3p; -espères espérer ver 301.08 134.93 4.19 1.08 ind:pre:2s; -espéra espérer ver 301.08 134.93 0.02 1.49 ind:pas:3s; -espérai espérer ver 301.08 134.93 0.16 0.20 ind:pas:1s; -espéraient espérer ver 301.08 134.93 0.85 2.97 ind:imp:3p; -espérais espérer ver 301.08 134.93 25.40 12.64 ind:imp:1s;ind:imp:2s; -espérait espérer ver 301.08 134.93 3.66 18.58 ind:imp:3s; -espérance espérance nom f s 6.42 27.36 4.10 18.31 -espérances espérance nom f p 6.42 27.36 2.32 9.05 -espérant espérer ver 301.08 134.93 6.82 11.76 par:pre; -espérantiste espérantiste nom s 0.00 0.07 0.00 0.07 -espéranto espéranto nom m s 0.02 0.14 0.02 0.14 -espérer espérer ver 301.08 134.93 15.65 23.51 inf; -espérerai espérer ver 301.08 134.93 0.02 0.00 ind:fut:1s; -espérerais espérer ver 301.08 134.93 0.20 0.00 cnd:pre:1s; -espérerait espérer ver 301.08 134.93 0.01 0.00 cnd:pre:3s; -espérez espérer ver 301.08 134.93 3.46 1.69 imp:pre:2p;ind:pre:2p; -espériez espérer ver 301.08 134.93 1.57 0.27 ind:imp:2p;sub:pre:2p; -espérions espérer ver 301.08 134.93 1.24 0.88 ind:imp:1p; -espérâmes espérer ver 301.08 134.93 0.00 0.07 ind:pas:1p; -espérons espérer ver 301.08 134.93 21.77 2.91 imp:pre:1p;ind:pre:1p; -espérât espérer ver 301.08 134.93 0.00 0.14 sub:imp:3s; -espérèrent espérer ver 301.08 134.93 0.00 0.07 ind:pas:3p; -espéré espérer ver m s 301.08 134.93 4.46 8.99 par:pas; -espérée espérer ver f s 301.08 134.93 0.14 1.01 par:pas; -espérées espérer ver f p 301.08 134.93 0.00 0.41 par:pas; -espérés espérer ver m p 301.08 134.93 0.13 0.41 par:pas; -esquif esquif nom m s 0.29 1.76 0.29 1.42 -esquifs esquif nom m p 0.29 1.76 0.00 0.34 -esquille esquille nom f s 0.01 0.81 0.01 0.14 -esquilles esquille nom f p 0.01 0.81 0.00 0.68 -esquimau esquimau nom m s 1.89 1.22 0.91 0.88 -esquimaude esquimaude adj f s 0.10 0.07 0.00 0.07 -esquimaudes esquimaude adj f p 0.10 0.07 0.10 0.00 -esquimaux esquimau nom m p 1.89 1.22 0.97 0.34 -esquintait esquinter ver 2.29 2.70 0.00 0.14 ind:imp:3s; -esquinte esquinter ver 2.29 2.70 0.50 0.74 imp:pre:2s;ind:pre:1s;ind:pre:3s; -esquintement esquintement nom m s 0.00 0.07 0.00 0.07 -esquintent esquinter ver 2.29 2.70 0.12 0.07 ind:pre:3p; -esquinter esquinter ver 2.29 2.70 0.47 1.08 inf; -esquinterais esquinter ver 2.29 2.70 0.01 0.00 cnd:pre:1s; -esquintes esquinter ver 2.29 2.70 0.34 0.07 ind:pre:2s; -esquintez esquinter ver 2.29 2.70 0.13 0.00 imp:pre:2p; -esquinté esquinter ver m s 2.29 2.70 0.57 0.41 par:pas; -esquintée esquinté adj f s 0.51 0.34 0.33 0.27 -esquintées esquinter ver f p 2.29 2.70 0.01 0.07 par:pas; -esquintés esquinté adj m p 0.51 0.34 0.02 0.07 -esquire esquire nom m s 0.31 0.00 0.31 0.00 -esquissa esquisser ver 0.74 16.82 0.02 4.53 ind:pas:3s; -esquissai esquisser ver 0.74 16.82 0.00 0.20 ind:pas:1s; -esquissaient esquisser ver 0.74 16.82 0.00 0.27 ind:imp:3p; -esquissais esquisser ver 0.74 16.82 0.02 0.47 ind:imp:1s; -esquissait esquisser ver 0.74 16.82 0.00 1.62 ind:imp:3s; -esquissant esquisser ver 0.74 16.82 0.12 1.08 par:pre; -esquisse esquisse nom f s 1.06 4.39 0.54 2.43 -esquissent esquisser ver 0.74 16.82 0.01 0.34 ind:pre:3p; -esquisser esquisser ver 0.74 16.82 0.06 2.03 inf; -esquisses esquisse nom f p 1.06 4.39 0.52 1.96 -esquissèrent esquisser ver 0.74 16.82 0.00 0.14 ind:pas:3p; -esquissé esquisser ver m s 0.74 16.82 0.15 2.43 par:pas; -esquissée esquisser ver f s 0.74 16.82 0.10 0.41 par:pas; -esquissées esquisser ver f p 0.74 16.82 0.00 0.20 par:pas; -esquissés esquisser ver m p 0.74 16.82 0.00 0.41 par:pas; -esquiva esquiver ver 4.39 8.38 0.01 1.28 ind:pas:3s; -esquivai esquiver ver 4.39 8.38 0.00 0.14 ind:pas:1s; -esquivaient esquiver ver 4.39 8.38 0.00 0.07 ind:imp:3p; -esquivait esquiver ver 4.39 8.38 0.01 0.88 ind:imp:3s; -esquivant esquiver ver 4.39 8.38 0.04 0.47 par:pre; -esquive esquive nom f s 1.11 0.95 1.06 0.74 -esquivent esquiver ver 4.39 8.38 0.02 0.14 ind:pre:3p; -esquiver esquiver ver 4.39 8.38 1.59 3.04 inf; -esquivera esquiver ver 4.39 8.38 0.19 0.07 ind:fut:3s; -esquiveront esquiver ver 4.39 8.38 0.14 0.00 ind:fut:3p; -esquives esquiver ver 4.39 8.38 0.28 0.00 ind:pre:2s; -esquivèrent esquiver ver 4.39 8.38 0.00 0.14 ind:pas:3p; -esquivé esquiver ver m s 4.39 8.38 1.08 0.95 par:pas; -esquivée esquiver ver f s 4.39 8.38 0.04 0.20 par:pas; -essai essai nom m s 28.78 14.86 20.31 9.93 -essaie essayer ver 670.38 296.69 168.04 39.59 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -essaient essayer ver 670.38 296.69 10.09 3.65 ind:pre:3p; -essaiera essayer ver 670.38 296.69 3.50 0.95 ind:fut:3s; -essaierai essayer ver 670.38 296.69 11.20 3.31 ind:fut:1s; -essaieraient essayer ver 670.38 296.69 0.38 0.20 cnd:pre:3p; -essaierais essayer ver 670.38 296.69 1.99 0.95 cnd:pre:1s;cnd:pre:2s; -essaierait essayer ver 670.38 296.69 0.94 1.62 cnd:pre:3s; -essaieras essayer ver 670.38 296.69 0.48 0.34 ind:fut:2s; -essaierez essayer ver 670.38 296.69 0.40 0.07 ind:fut:2p; -essaieriez essayer ver 670.38 296.69 0.10 0.00 cnd:pre:2p; -essaierions essayer ver 670.38 296.69 0.16 0.00 cnd:pre:1p; -essaierons essayer ver 670.38 296.69 0.39 0.20 ind:fut:1p; -essaieront essayer ver 670.38 296.69 1.10 0.47 ind:fut:3p; -essaies essayer ver 670.38 296.69 16.09 1.49 ind:pre:2s;sub:pre:2s; -essaim essaim nom m s 0.97 4.53 0.69 3.18 -essaimaient essaimer ver 0.03 0.95 0.01 0.07 ind:imp:3p; -essaimait essaimer ver 0.03 0.95 0.00 0.14 ind:imp:3s; -essaiment essaimer ver 0.03 0.95 0.01 0.14 ind:pre:3p; -essaims essaim nom m p 0.97 4.53 0.28 1.35 -essaimé essaimer ver m s 0.03 0.95 0.01 0.47 par:pas; -essaimées essaimer ver f p 0.03 0.95 0.00 0.07 par:pas; -essaimés essaimer ver m p 0.03 0.95 0.00 0.07 par:pas; -essais essai nom m p 28.78 14.86 8.47 4.93 -essangent essanger ver 0.00 0.07 0.00 0.07 ind:pre:3p; -essartage essartage nom m s 0.00 0.07 0.00 0.07 -essarte essarter ver 0.00 0.14 0.00 0.07 ind:pre:3s; -essarts essart nom m p 0.00 0.07 0.00 0.07 -essartée essarter ver f s 0.00 0.14 0.00 0.07 par:pas; -essaya essayer ver 670.38 296.69 0.65 24.66 ind:pas:3s; -essayage essayage nom m s 1.84 2.84 1.26 1.82 -essayages essayage nom m p 1.84 2.84 0.58 1.01 -essayai essayer ver 670.38 296.69 0.32 9.73 ind:pas:1s; -essayaient essayer ver 670.38 296.69 2.73 6.08 ind:imp:3p; -essayais essayer ver 670.38 296.69 18.67 15.27 ind:imp:1s;ind:imp:2s; -essayait essayer ver 670.38 296.69 14.40 35.81 ind:imp:3s; -essayant essayer ver 670.38 296.69 8.96 22.57 par:pre; -essaye essayer ver 670.38 296.69 56.84 10.47 imp:pre:2s;ind:pre:1s;ind:pre:3s; -essayent essayer ver 670.38 296.69 4.07 1.69 ind:pre:3p; -essayer essayer ver 670.38 296.69 134.66 56.42 inf; -essayera essayer ver 670.38 296.69 1.03 0.20 ind:fut:3s; -essayerai essayer ver 670.38 296.69 1.80 0.54 ind:fut:1s; -essayeraient essayer ver 670.38 296.69 0.08 0.07 cnd:pre:3p; -essayerais essayer ver 670.38 296.69 0.66 0.27 cnd:pre:1s;cnd:pre:2s; -essayerait essayer ver 670.38 296.69 0.13 0.27 cnd:pre:3s; -essayeras essayer ver 670.38 296.69 0.10 0.00 ind:fut:2s; -essayerez essayer ver 670.38 296.69 0.16 0.14 ind:fut:2p; -essayeriez essayer ver 670.38 296.69 0.12 0.00 cnd:pre:2p; -essayerons essayer ver 670.38 296.69 0.58 0.00 ind:fut:1p; -essayeront essayer ver 670.38 296.69 0.15 0.00 ind:fut:3p; -essayes essayer ver 670.38 296.69 5.96 0.34 ind:pre:2s;sub:pre:2s; -essayeur essayeur nom m s 0.01 0.20 0.01 0.14 -essayeuses essayeur nom f p 0.01 0.20 0.00 0.07 -essayez essayer ver 670.38 296.69 54.14 6.96 imp:pre:2p;ind:pre:2p; -essayiez essayer ver 670.38 296.69 1.24 0.20 ind:imp:2p; -essayions essayer ver 670.38 296.69 0.75 0.81 ind:imp:1p; -essayiste essayiste nom s 0.01 0.14 0.01 0.07 -essayistes essayiste nom p 0.01 0.14 0.00 0.07 -essayâmes essayer ver 670.38 296.69 0.00 0.20 ind:pas:1p; -essayons essayer ver 670.38 296.69 21.75 3.31 imp:pre:1p;ind:pre:1p; -essayât essayer ver 670.38 296.69 0.00 0.41 sub:imp:3s; -essayèrent essayer ver 670.38 296.69 0.27 0.81 ind:pas:3p; -essayé essayer ver m s 670.38 296.69 124.02 45.68 par:pas;par:pas;par:pas;par:pas; -essayée essayer ver f s 670.38 296.69 0.51 0.34 par:pas; -essayées essayer ver f p 670.38 296.69 0.35 0.14 par:pas; -essayés essayer ver m p 670.38 296.69 0.45 0.47 par:pas; -esse esse nom f s 0.02 0.68 0.02 0.68 -essence essence nom f s 33.24 29.46 32.91 27.77 -essences essence nom f p 33.24 29.46 0.34 1.69 -essential essential adj m s 0.14 0.00 0.14 0.00 -essentialisme essentialisme nom m s 0.00 0.07 0.00 0.07 -essentiel essentiel nom m s 11.64 29.05 11.64 28.78 -essentielle essentiel adj f s 9.85 23.04 2.66 6.89 -essentiellement essentiellement adv 1.65 6.55 1.65 6.55 -essentielles essentiel adj f p 9.85 23.04 1.25 3.11 -essentiels essentiel adj m p 9.85 23.04 0.89 3.38 -esseulement esseulement nom m s 0.00 0.34 0.00 0.34 -esseulé esseulé adj m s 0.88 1.22 0.43 0.14 -esseulée esseulé adj f s 0.88 1.22 0.19 0.54 -esseulées esseulé adj f p 0.88 1.22 0.12 0.20 -esseulés esseulé adj m p 0.88 1.22 0.14 0.34 -essieu essieu nom m s 0.28 0.41 0.28 0.41 -essieux essieux nom m p 0.10 0.95 0.10 0.95 -essor essor nom m s 0.70 3.78 0.70 3.78 -essora essorer ver 0.18 2.50 0.00 0.20 ind:pas:3s; -essorage essorage nom m s 0.11 0.20 0.11 0.20 -essoraient essorer ver 0.18 2.50 0.00 0.14 ind:imp:3p; -essorait essorer ver 0.18 2.50 0.01 0.27 ind:imp:3s; -essorant essorer ver 0.18 2.50 0.00 0.14 par:pre; -essore essorer ver 0.18 2.50 0.07 0.07 imp:pre:2s;ind:pre:1s;ind:pre:3s; -essorent essorer ver 0.18 2.50 0.00 0.14 ind:pre:3p; -essorer essorer ver 0.18 2.50 0.08 1.08 inf; -essorerait essorer ver 0.18 2.50 0.00 0.07 cnd:pre:3s; -essoreuse essoreuse nom f s 0.36 0.07 0.36 0.07 -essorillé essoriller ver m s 0.00 0.07 0.00 0.07 par:pas; -essoré essorer ver m s 0.18 2.50 0.02 0.07 par:pas; -essorée essorer ver f s 0.18 2.50 0.00 0.20 par:pas; -essorés essoré adj m p 0.02 0.20 0.01 0.00 -essouffla essouffler ver 1.03 7.91 0.00 0.20 ind:pas:3s; -essoufflaient essouffler ver 1.03 7.91 0.00 0.34 ind:imp:3p; -essoufflais essouffler ver 1.03 7.91 0.01 0.07 ind:imp:1s; -essoufflait essouffler ver 1.03 7.91 0.01 0.88 ind:imp:3s; -essoufflant essouffler ver 1.03 7.91 0.00 0.20 par:pre; -essouffle essouffler ver 1.03 7.91 0.26 1.76 imp:pre:2s;ind:pre:1s;ind:pre:3s; -essoufflement essoufflement nom m s 0.19 1.62 0.16 1.55 -essoufflements essoufflement nom m p 0.19 1.62 0.03 0.07 -essoufflent essouffler ver 1.03 7.91 0.01 0.07 ind:pre:3p; -essouffler essouffler ver 1.03 7.91 0.08 0.34 inf; -essouffleront essouffler ver 1.03 7.91 0.00 0.07 ind:fut:3p; -essouffles essouffler ver 1.03 7.91 0.01 0.07 ind:pre:2s; -essoufflez essouffler ver 1.03 7.91 0.00 0.14 ind:pre:2p; -essoufflèrent essouffler ver 1.03 7.91 0.00 0.07 ind:pas:3p; -essoufflé essouffler ver m s 1.03 7.91 0.38 1.76 par:pas; -essoufflée essouffler ver f s 1.03 7.91 0.25 1.28 par:pas; -essoufflées essoufflé adj f p 0.55 9.39 0.00 0.14 -essoufflés essoufflé adj m p 0.55 9.39 0.12 1.28 -essuie_glace essuie_glace nom m s 1.00 2.91 0.38 1.01 -essuie_glace essuie_glace nom m p 1.00 2.91 0.62 1.89 -essuie_mains essuie_mains nom m 0.23 0.27 0.23 0.27 -essuie_tout essuie_tout nom m 0.11 0.14 0.11 0.14 -essuie essuyer ver 11.82 55.00 3.98 7.97 imp:pre:2s;ind:pre:1s;ind:pre:3s; -essuient essuyer ver 11.82 55.00 0.05 0.68 ind:pre:3p; -essuiera essuyer ver 11.82 55.00 0.04 0.00 ind:fut:3s; -essuierais essuyer ver 11.82 55.00 0.02 0.00 cnd:pre:1s; -essuieras essuyer ver 11.82 55.00 0.01 0.07 ind:fut:2s; -essuierez essuyer ver 11.82 55.00 0.04 0.00 ind:fut:2p; -essuierions essuyer ver 11.82 55.00 0.00 0.07 cnd:pre:1p; -essuies essuyer ver 11.82 55.00 0.23 0.07 ind:pre:2s; -essuya essuyer ver 11.82 55.00 0.14 12.84 ind:pas:3s; -essuyage essuyage nom m s 0.01 0.20 0.01 0.14 -essuyages essuyage nom m p 0.01 0.20 0.00 0.07 -essuyai essuyer ver 11.82 55.00 0.00 0.61 ind:pas:1s; -essuyaient essuyer ver 11.82 55.00 0.03 0.61 ind:imp:3p; -essuyais essuyer ver 11.82 55.00 0.07 0.68 ind:imp:1s;ind:imp:2s; -essuyait essuyer ver 11.82 55.00 0.41 6.42 ind:imp:3s; -essuyant essuyer ver 11.82 55.00 0.15 7.09 par:pre; -essuyer essuyer ver 11.82 55.00 3.39 11.35 inf;; -essuyeur essuyeur nom m s 0.02 0.00 0.02 0.00 -essuyez essuyer ver 11.82 55.00 1.41 0.27 imp:pre:2p;ind:pre:2p; -essuyions essuyer ver 11.82 55.00 0.00 0.07 ind:imp:1p; -essuyons essuyer ver 11.82 55.00 0.07 0.00 imp:pre:1p;ind:pre:1p; -essuyèrent essuyer ver 11.82 55.00 0.01 0.20 ind:pas:3p; -essuyé essuyer ver m s 11.82 55.00 1.68 5.00 par:pas; -essuyée essuyer ver f s 11.82 55.00 0.04 0.61 par:pas; -essuyées essuyer ver f p 11.82 55.00 0.02 0.34 par:pas; -essuyés essuyer ver m p 11.82 55.00 0.03 0.07 par:pas; -est_africain est_africain adj m s 0.01 0.00 0.01 0.00 -est_allemand est_allemand adj m s 0.67 0.00 0.31 0.00 -est_allemand est_allemand adj f s 0.67 0.00 0.23 0.00 -est_allemand est_allemand adj m p 0.67 0.00 0.13 0.00 -est_ce_que est_ce_que adv 1.34 0.20 1.34 0.20 -est_ce_qu est_ce_qu adv 3.41 0.07 3.41 0.07 -est_ce_que est_ce_que adv 1159.41 322.23 1159.41 322.23 -est_ce est_ce adv 0.05 0.20 0.05 0.20 -est_ouest est_ouest adj 0.38 0.41 0.38 0.41 -est être aux 8074.24 6501.82 3318.95 1600.27 ind:pre:3s; -establishment establishment nom m s 0.26 0.20 0.26 0.20 -estacade estacade nom f s 0.14 0.61 0.14 0.47 -estacades estacade nom f p 0.14 0.61 0.00 0.14 -estafette estafette nom f s 0.33 3.78 0.33 2.43 -estafettes estafette nom f p 0.33 3.78 0.00 1.35 -estafier estafier nom m s 0.00 0.14 0.00 0.07 -estafiers estafier nom m p 0.00 0.14 0.00 0.07 -estafilade estafilade nom f s 0.05 0.88 0.05 0.74 -estafilades estafilade nom f p 0.05 0.88 0.00 0.14 -estagnon estagnon nom m s 0.00 0.07 0.00 0.07 -estaminet estaminet nom m s 0.01 1.35 0.01 1.08 -estaminets estaminet nom m p 0.01 1.35 0.00 0.27 -estampage estampage nom m s 0.02 0.00 0.02 0.00 -estampe estampe nom f s 0.42 2.23 0.12 0.68 -estamper estamper ver 0.03 0.27 0.02 0.20 inf; -estampes estampe nom f p 0.42 2.23 0.30 1.55 -estampilla estampiller ver 0.07 0.47 0.00 0.14 ind:pas:3s; -estampillaient estampiller ver 0.07 0.47 0.00 0.07 ind:imp:3p; -estampille estampille nom f s 0.01 0.47 0.01 0.47 -estampiller estampiller ver 0.07 0.47 0.00 0.07 inf; -estampillé estampiller ver m s 0.07 0.47 0.04 0.07 par:pas; -estampillées estampillé adj f p 0.00 0.47 0.00 0.07 -estampillés estampiller ver m p 0.07 0.47 0.03 0.14 par:pas; -estampé estamper ver m s 0.03 0.27 0.01 0.00 par:pas; -estampée estamper ver f s 0.03 0.27 0.00 0.07 par:pas; -estancia estancia nom f s 0.06 0.41 0.06 0.20 -estancias estancia nom f p 0.06 0.41 0.00 0.20 -este este nom m s 0.50 0.41 0.50 0.14 -ester ester nom m s 0.25 0.00 0.25 0.00 -estes este nom m p 0.50 0.41 0.00 0.27 -esthète esthète nom s 0.29 2.57 0.27 1.49 -esthètes esthète nom p 0.29 2.57 0.02 1.08 -esthésiomètre esthésiomètre nom m s 0.00 0.07 0.00 0.07 -esthéticien esthéticien nom m s 1.14 0.54 0.11 0.14 -esthéticienne esthéticien nom f s 1.14 0.54 1.02 0.41 -esthéticiennes esthéticienne nom f p 0.03 0.00 0.03 0.00 -esthétique esthétique adj s 3.09 4.66 2.64 3.45 -esthétiquement esthétiquement adv 0.11 0.07 0.11 0.07 -esthétiques esthétique adj p 3.09 4.66 0.46 1.22 -esthétisait esthétiser ver 0.00 0.07 0.00 0.07 ind:imp:3s; -esthétisme esthétisme nom m s 0.04 1.08 0.04 1.08 -estima estimer ver 21.41 37.64 0.14 1.89 ind:pas:3s; -estimable estimable adj s 0.54 1.69 0.40 1.42 -estimables estimable adj p 0.54 1.69 0.14 0.27 -estimai estimer ver 21.41 37.64 0.00 0.14 ind:pas:1s; -estimaient estimer ver 21.41 37.64 0.04 1.49 ind:imp:3p; -estimais estimer ver 21.41 37.64 0.25 2.16 ind:imp:1s;ind:imp:2s; -estimait estimer ver 21.41 37.64 0.73 7.77 ind:imp:3s; -estimant estimer ver 21.41 37.64 0.17 2.97 par:pre; -estimation estimation nom f s 3.55 1.22 2.40 1.01 -estimations estimation nom f p 3.55 1.22 1.15 0.20 -estime estimer ver 21.41 37.64 8.02 8.92 imp:pre:2s;ind:pre:1s;ind:pre:3s; -estiment estimer ver 21.41 37.64 1.28 1.49 ind:pre:3p; -estimer estimer ver 21.41 37.64 2.37 3.18 inf; -estimera estimer ver 21.41 37.64 0.08 0.14 ind:fut:3s; -estimerai estimer ver 21.41 37.64 0.03 0.20 ind:fut:1s; -estimerais estimer ver 21.41 37.64 0.04 0.07 cnd:pre:1s; -estimerait estimer ver 21.41 37.64 0.00 0.20 cnd:pre:3s; -estimeras estimer ver 21.41 37.64 0.04 0.00 ind:fut:2s; -estimerez estimer ver 21.41 37.64 0.14 0.14 ind:fut:2p; -estimes estimer ver 21.41 37.64 0.90 0.34 ind:pre:2s; -estimez estimer ver 21.41 37.64 1.41 1.28 imp:pre:2p;ind:pre:2p; -estimiez estimer ver 21.41 37.64 0.27 0.07 ind:imp:2p; -estimions estimer ver 21.41 37.64 0.01 0.68 ind:imp:1p; -estimons estimer ver 21.41 37.64 0.95 0.54 imp:pre:1p;ind:pre:1p; -estimât estimer ver 21.41 37.64 0.00 0.34 sub:imp:3s; -estimèrent estimer ver 21.41 37.64 0.01 0.14 ind:pas:3p; -estimé estimer ver m s 21.41 37.64 2.71 2.64 par:pas; -estimée estimer ver f s 21.41 37.64 0.77 0.41 par:pas; -estimées estimer ver f p 21.41 37.64 0.10 0.07 par:pas; -estimés estimer ver m p 21.41 37.64 0.97 0.41 par:pas; -estival estival adj m s 0.53 1.76 0.35 0.47 -estivale estival adj f s 0.53 1.76 0.11 0.74 -estivales estival adj f p 0.53 1.76 0.04 0.27 -estivant estivant nom m s 0.29 2.23 0.00 0.27 -estivante estivant nom f s 0.29 2.23 0.00 0.07 -estivantes estivant nom f p 0.29 2.23 0.00 0.07 -estivants estivant nom m p 0.29 2.23 0.29 1.82 -estivaux estival adj m p 0.53 1.76 0.04 0.27 -estoc estoc nom m s 0.16 0.34 0.16 0.20 -estocade estocade nom f s 0.03 0.47 0.03 0.41 -estocades estocade nom f p 0.03 0.47 0.00 0.07 -estocs estoc nom m p 0.16 0.34 0.00 0.14 -estom estom nom m s 0.00 0.20 0.00 0.20 -estomac estomac nom m s 23.56 30.95 23.06 30.14 -estomacs estomac nom m p 23.56 30.95 0.50 0.81 -estomaquait estomaquer ver 0.26 2.16 0.00 0.07 ind:imp:3s; -estomaquant estomaquer ver 0.26 2.16 0.00 0.07 par:pre; -estomaque estomaquer ver 0.26 2.16 0.16 0.14 ind:pre:1s;ind:pre:3s; -estomaquer estomaquer ver 0.26 2.16 0.00 0.14 inf; -estomaqué estomaquer ver m s 0.26 2.16 0.06 1.42 par:pas; -estomaquée estomaquer ver f s 0.26 2.16 0.03 0.20 par:pas; -estomaqués estomaquer ver m p 0.26 2.16 0.01 0.14 par:pas; -estompa estomper ver 1.54 8.85 0.00 0.81 ind:pas:3s; -estompaient estomper ver 1.54 8.85 0.01 1.08 ind:imp:3p; -estompait estomper ver 1.54 8.85 0.11 1.76 ind:imp:3s; -estompant estomper ver 1.54 8.85 0.00 0.47 par:pre; -estompe estomper ver 1.54 8.85 0.40 1.15 imp:pre:2s;ind:pre:1s;ind:pre:3s; -estompent estomper ver 1.54 8.85 0.42 1.22 ind:pre:3p; -estomper estomper ver 1.54 8.85 0.25 0.68 inf; -estompera estomper ver 1.54 8.85 0.21 0.00 ind:fut:3s; -estomperont estomper ver 1.54 8.85 0.07 0.00 ind:fut:3p; -estompes estomper ver 1.54 8.85 0.00 0.14 ind:pre:2s; -estompât estomper ver 1.54 8.85 0.00 0.14 sub:imp:3s; -estompèrent estomper ver 1.54 8.85 0.00 0.20 ind:pas:3p; -estompé estomper ver m s 1.54 8.85 0.02 0.14 par:pas; -estompée estomper ver f s 1.54 8.85 0.04 0.34 par:pas; -estompées estomper ver f p 1.54 8.85 0.00 0.47 par:pas; -estompés estomper ver m p 1.54 8.85 0.02 0.27 par:pas; -estonien estonien adj m s 0.01 0.07 0.01 0.07 -estonienne estonienne nom f s 0.10 0.00 0.10 0.00 -estoniens estonien nom m p 0.00 0.20 0.00 0.14 -estoqua estoquer ver 0.00 0.34 0.00 0.07 ind:pas:3s; -estoque estoquer ver 0.00 0.34 0.00 0.14 ind:pre:3s; -estoquer estoquer ver 0.00 0.34 0.00 0.07 inf; -estoqué estoquer ver m s 0.00 0.34 0.00 0.07 par:pas; -estouffade estouffade nom f s 0.00 0.07 0.00 0.07 -estourbi estourbir ver m s 0.14 2.36 0.03 0.41 par:pas; -estourbie estourbir ver f s 0.14 2.36 0.01 0.41 par:pas; -estourbies estourbir ver f p 0.14 2.36 0.01 0.00 par:pas; -estourbir estourbir ver 0.14 2.36 0.07 0.88 inf; -estourbirait estourbir ver 0.14 2.36 0.00 0.07 cnd:pre:3s; -estourbis estourbir ver m p 0.14 2.36 0.01 0.14 ind:pre:1s;par:pas; -estourbissais estourbir ver 0.14 2.36 0.00 0.07 ind:imp:1s; -estourbissant estourbir ver 0.14 2.36 0.00 0.07 par:pre; -estourbisse estourbir ver 0.14 2.36 0.00 0.07 sub:pre:1s; -estourbit estourbir ver 0.14 2.36 0.00 0.27 ind:pre:3s;ind:pas:3s; -estrade estrade nom f s 1.64 11.28 1.63 10.68 -estrades estrade nom f p 1.64 11.28 0.01 0.61 -estragon estragon nom m s 0.70 0.81 0.70 0.81 -estrangers estranger nom m p 0.00 0.20 0.00 0.20 -estrapade estrapade nom f s 0.14 0.47 0.14 0.41 -estrapades estrapade nom f p 0.14 0.47 0.00 0.07 -estrapassée estrapasser ver f s 0.01 0.00 0.01 0.00 par:pas; -estrogène estrogène nom s 0.03 0.00 0.03 0.00 -estropiait estropier ver 1.39 1.15 0.00 0.07 ind:imp:3s; -estropie estropier ver 1.39 1.15 0.02 0.14 ind:pre:1s;ind:pre:3s; -estropier estropier ver 1.39 1.15 0.39 0.14 inf; -estropierai estropier ver 1.39 1.15 0.01 0.00 ind:fut:1s; -estropierait estropier ver 1.39 1.15 0.01 0.00 cnd:pre:3s; -estropiez estropier ver 1.39 1.15 0.04 0.00 imp:pre:2p;ind:pre:2p; -estropié estropié adj m s 1.42 1.15 0.89 0.47 -estropiée estropié adj f s 1.42 1.15 0.25 0.14 -estropiés estropié adj m p 1.42 1.15 0.28 0.54 -estuaire estuaire nom m s 0.49 2.64 0.48 2.43 -estuaires estuaire nom m p 0.49 2.64 0.01 0.20 -estudiantin estudiantin adj m s 0.17 0.68 0.05 0.20 -estudiantine estudiantin adj f s 0.17 0.68 0.12 0.34 -estudiantines estudiantin adj f p 0.17 0.68 0.00 0.07 -estudiantins estudiantin adj m p 0.17 0.68 0.00 0.07 -esturgeon esturgeon nom m s 0.47 0.07 0.39 0.07 -esturgeons esturgeon nom m p 0.47 0.07 0.07 0.00 -et_caetera et_caetera adv 0.72 0.88 0.72 0.88 -et_cetera et_cetera adv 1.14 0.74 1.14 0.74 -et_seq et_seq adv 0.00 0.07 0.00 0.07 -et et con 12909.08 20879.73 12909.08 20879.73 -etc etc adv 13.90 55.00 13.90 55.00 -etc. etc. adv 0.03 0.74 0.03 0.74 -etcetera etcetera adv 0.00 0.07 0.00 0.07 -ethmoïdal ethmoïdal adj m s 0.03 0.00 0.01 0.00 -ethmoïdaux ethmoïdal adj m p 0.03 0.00 0.01 0.00 -ethnicité ethnicité nom f s 0.02 0.00 0.02 0.00 -ethnie ethnie nom f s 0.28 0.20 0.08 0.07 -ethnies ethnie nom f p 0.28 0.20 0.20 0.14 -ethnique ethnique adj s 1.37 1.01 0.85 0.68 -ethniquement ethniquement adv 0.01 0.00 0.01 0.00 -ethniques ethnique adj p 1.37 1.01 0.52 0.34 -ethnobotaniste ethnobotaniste nom s 0.01 0.00 0.01 0.00 -ethnographe ethnographe nom s 0.10 0.07 0.10 0.07 -ethnographie ethnographie nom f s 0.00 0.20 0.00 0.20 -ethnographique ethnographique adj m s 0.10 0.07 0.10 0.07 -ethnologie ethnologie nom f s 0.01 0.41 0.01 0.41 -ethnologique ethnologique adj s 0.00 0.27 0.00 0.20 -ethnologiques ethnologique adj m p 0.00 0.27 0.00 0.07 -ethnologue ethnologue nom s 0.14 0.47 0.14 0.34 -ethnologues ethnologue nom p 0.14 0.47 0.00 0.14 -ets pas adv_sup 18189.04 8795.20 0.19 0.00 -eu avoir aux m s 18559.23 12800.81 18.39 22.36 par:pas; -eubage eubage nom m s 0.00 0.41 0.00 0.41 -eubine eubine nom f s 0.00 0.27 0.00 0.27 -eucalyptus eucalyptus nom m 0.83 3.11 0.83 3.11 -eucharistie eucharistie nom f s 0.34 0.61 0.34 0.61 -eucharistique eucharistique adj s 0.00 0.41 0.00 0.34 -eucharistiques eucharistique adj m p 0.00 0.41 0.00 0.07 -euclidien euclidien adj m s 0.04 0.14 0.01 0.00 -euclidienne euclidien adj f s 0.04 0.14 0.01 0.00 -euclidiens euclidien adj m p 0.04 0.14 0.01 0.14 -eudistes eudiste nom m p 0.00 0.07 0.00 0.07 -eue avoir aux f s 18559.23 12800.81 0.27 0.54 par:pas; -eues avoir aux f p 18559.23 12800.81 0.01 0.07 par:pas; -eugénique eugénique adj f s 0.01 0.07 0.01 0.07 -eugénisme eugénisme nom m s 0.45 0.00 0.45 0.00 -euh euh ono 108.86 15.47 108.86 15.47 -eulogie eulogie nom f s 0.00 0.07 0.00 0.07 -eunuque eunuque nom m s 1.79 8.45 1.27 2.43 -eunuques_espion eunuques_espion nom m p 0.00 0.14 0.00 0.14 -eunuques eunuque nom m p 1.79 8.45 0.53 6.01 -euphonie euphonie nom f s 0.00 0.07 0.00 0.07 -euphonique euphonique adj m s 0.00 0.34 0.00 0.27 -euphoniquement euphoniquement adv 0.00 0.07 0.00 0.07 -euphoniques euphonique adj p 0.00 0.34 0.00 0.07 -euphorbe euphorbe nom f s 0.00 0.41 0.00 0.07 -euphorbes euphorbe nom f p 0.00 0.41 0.00 0.34 -euphorie euphorie nom f s 0.98 8.11 0.98 8.11 -euphorique euphorique adj s 0.56 1.22 0.56 1.22 -euphorisant euphorisant adj m s 0.06 0.20 0.04 0.07 -euphorisante euphorisant adj f s 0.06 0.20 0.02 0.07 -euphorisants euphorisant nom m p 0.02 0.47 0.02 0.41 -euphorisent euphoriser ver 0.00 0.20 0.00 0.07 ind:pre:3p; -euphorisé euphoriser ver m s 0.00 0.20 0.00 0.07 par:pas; -euphorisée euphoriser ver f s 0.00 0.20 0.00 0.07 par:pas; -euphémisme euphémisme nom m s 1.52 1.55 1.11 1.01 -euphémismes euphémisme nom m p 1.52 1.55 0.41 0.54 -eurafricaine eurafricain adj f s 0.10 0.07 0.00 0.07 -eurafricains eurafricain adj m p 0.10 0.07 0.10 0.00 -eurasien eurasien nom m s 0.03 0.00 0.02 0.00 -eurasienne eurasienne adj f s 0.01 0.07 0.01 0.07 -eurent avoir aux 18559.23 12800.81 0.44 9.32 ind:pas:3p; -euro_africain euro_africain adj f p 0.00 0.07 0.00 0.07 -euro euro nom m s 9.84 0.00 0.84 0.00 -eurodollar eurodollar nom m s 0.01 0.00 0.01 0.00 -euromarché euromarché nom m s 0.00 0.07 0.00 0.07 -européen européen adj m s 9.45 15.88 2.78 3.78 -européenne européen adj f s 9.45 15.88 3.92 6.76 -européennes européen adj f p 9.45 15.88 0.96 1.42 -européens européen nom m p 3.32 7.30 2.44 4.05 -euros euro nom m p 9.84 0.00 8.99 0.00 -eurêka eurêka ono 0.00 0.20 0.00 0.20 -eurythmiques eurythmique adj m p 0.00 0.07 0.00 0.07 -eus avoir aux m p 18559.23 12800.81 0.67 13.04 par:pas; -euskera euskera nom m s 1.30 0.00 1.30 0.00 -eusse avoir aux 18559.23 12800.81 0.52 7.30 sub:imp:1s; -eussent avoir aux 18559.23 12800.81 0.13 20.20 sub:imp:3p; -eusses avoir aux 18559.23 12800.81 0.00 0.07 sub:imp:2s; -eussiez avoir aux 18559.23 12800.81 0.52 0.47 sub:imp:2p; -eussions avoir aux 18559.23 12800.81 0.00 1.35 sub:imp:1p; -eussé avoir aux 18559.23 12800.81 0.00 0.95 sub:imp:1s; -eustache eustache nom m s 0.00 0.20 0.00 0.07 -eustaches eustache nom m p 0.00 0.20 0.00 0.14 -eut avoir aux 18559.23 12800.81 2.15 54.26 ind:pas:3s; -euthanasie euthanasie nom f s 1.48 0.61 1.44 0.54 -euthanasies euthanasie nom f p 1.48 0.61 0.04 0.07 -eux_mêmes eux_mêmes pro_per m p 9.96 48.04 9.96 48.04 -eux eux pro_per m p 295.35 504.26 295.35 504.26 -event event nom m s 0.14 0.00 0.14 0.00 -evzones evzone nom m p 0.00 0.07 0.00 0.07 -ex_abbé ex_abbé nom m s 0.00 0.07 0.00 0.07 -ex_acteur ex_acteur nom m s 0.00 0.07 0.00 0.07 -ex_adjudant ex_adjudant nom m s 0.00 0.14 0.00 0.14 -ex_agent ex_agent nom m s 0.09 0.00 0.09 0.00 -ex_alcoolo ex_alcoolo nom s 0.01 0.00 0.01 0.00 -ex_allée ex_allée nom f s 0.00 0.07 0.00 0.07 -ex_amant ex_amant nom m s 0.19 0.34 0.17 0.07 -ex_amant ex_amant nom f s 0.19 0.34 0.01 0.27 -ex_amant ex_amant nom m p 0.19 0.34 0.01 0.00 -ex_ambassadeur ex_ambassadeur nom m s 0.01 0.00 0.01 0.00 -ex_amour ex_amour nom m s 0.01 0.00 0.01 0.00 -ex_appartement ex_appartement nom m s 0.00 0.07 0.00 0.07 -ex_apprenti ex_apprenti nom m s 0.00 0.07 0.00 0.07 -ex_arriviste ex_arriviste nom s 0.00 0.07 0.00 0.07 -ex_artiste ex_artiste nom s 0.00 0.07 0.00 0.07 -ex_assistant ex_assistant nom m s 0.07 0.00 0.02 0.00 -ex_assistant ex_assistant nom f s 0.07 0.00 0.04 0.00 -ex_associé ex_associé nom m s 0.13 0.07 0.08 0.07 -ex_associé ex_associé nom m p 0.13 0.07 0.05 0.00 -ex_ballerine ex_ballerine nom f s 0.01 0.00 0.01 0.00 -ex_banquier ex_banquier nom m s 0.01 0.00 0.01 0.00 -ex_barman ex_barman nom m s 0.01 0.07 0.01 0.07 -ex_basketteur ex_basketteur nom m s 0.00 0.07 0.00 0.07 -ex_batteur ex_batteur nom m s 0.00 0.07 0.00 0.07 -ex_beatnik ex_beatnik nom s 0.00 0.07 0.00 0.07 -ex_belle_mère ex_belle_mère nom f s 0.05 0.00 0.05 0.00 -ex_bibliothécaire ex_bibliothécaire nom s 0.00 0.07 0.00 0.07 -ex_boss ex_boss nom m 0.01 0.00 0.01 0.00 -ex_boxeur ex_boxeur nom m s 0.16 0.00 0.16 0.00 -ex_branleur ex_branleur nom m p 0.00 0.07 0.00 0.07 -ex_buteur ex_buteur nom m s 0.01 0.00 0.01 0.00 -ex_caïd ex_caïd nom m s 0.01 0.00 0.01 0.00 -ex_camarade ex_camarade nom p 0.01 0.00 0.01 0.00 -ex_capitaine ex_capitaine nom m s 0.04 0.00 0.04 0.00 -ex_champion ex_champion nom m s 0.75 0.14 0.71 0.14 -ex_champion ex_champion nom f s 0.75 0.14 0.01 0.00 -ex_champion ex_champion nom m p 0.75 0.14 0.03 0.00 -ex_chanteur ex_chanteur nom m s 0.02 0.07 0.00 0.07 -ex_chanteur ex_chanteur nom f s 0.02 0.07 0.02 0.00 -ex_chauffeur ex_chauffeur nom m s 0.14 0.07 0.14 0.07 -ex_chef ex_chef nom s 0.20 0.14 0.20 0.14 -ex_chiropracteur ex_chiropracteur nom m s 0.01 0.00 0.01 0.00 -ex_citation ex_citation nom f s 0.01 0.00 0.01 0.00 -ex_citoyen ex_citoyen nom m s 0.01 0.00 0.01 0.00 -ex_civil ex_civil nom m p 0.01 0.00 0.01 0.00 -ex_collabo ex_collabo nom s 0.00 0.07 0.00 0.07 -ex_collègue ex_collègue nom s 0.30 0.14 0.03 0.14 -ex_collègue ex_collègue nom p 0.30 0.14 0.27 0.00 -ex_colonel ex_colonel nom m s 0.01 0.14 0.01 0.14 -ex_commando ex_commando nom m s 0.05 0.00 0.05 0.00 -ex_concierge ex_concierge nom s 0.00 0.07 0.00 0.07 -ex_contrebandier ex_contrebandier nom m s 0.02 0.00 0.02 0.00 -ex_copain ex_copain nom m s 0.28 0.00 0.26 0.00 -ex_copain ex_copain nom m p 0.28 0.00 0.02 0.00 -ex_copine ex_copine nom f s 0.71 0.00 0.54 0.00 -ex_copine ex_copine nom f p 0.71 0.00 0.18 0.00 -ex_corps ex_corps nom m 0.01 0.00 0.01 0.00 -ex_couple ex_couple nom m s 0.01 0.00 0.01 0.00 -ex_danseur ex_danseur nom f s 0.01 0.14 0.01 0.14 -ex_dealer ex_dealer nom m s 0.02 0.00 0.02 0.00 -ex_dieu ex_dieu nom m s 0.01 0.00 0.01 0.00 -ex_diva ex_diva nom f s 0.00 0.07 0.00 0.07 -ex_drôlesse ex_drôlesse nom f s 0.00 0.07 0.00 0.07 -ex_drifter ex_drifter nom m s 0.00 0.07 0.00 0.07 -ex_dulcinée ex_dulcinée nom f s 0.00 0.07 0.00 0.07 -ex_démon ex_démon nom m s 0.10 0.00 0.09 0.00 -ex_démon ex_démon nom m p 0.10 0.00 0.01 0.00 -ex_enseigne ex_enseigne nom m s 0.00 0.07 0.00 0.07 -ex_enzyme ex_enzyme nom f p 0.00 0.07 0.00 0.07 -ex_esclavagiste ex_esclavagiste nom p 0.01 0.00 0.01 0.00 -ex_femme ex_femme nom f s 6.75 1.62 6.32 1.62 -ex_femme ex_femme nom f p 6.75 1.62 0.43 0.00 -ex_fiancé ex_fiancé nom m s 0.18 0.07 0.10 0.00 -ex_fiancé ex_fiancé nom f s 0.18 0.07 0.08 0.07 -ex_fils ex_fils nom m 0.00 0.07 0.00 0.07 -ex_flic ex_flic nom m s 0.27 0.07 0.24 0.07 -ex_flic ex_flic nom m p 0.27 0.07 0.03 0.00 -ex_forçat ex_forçat nom m p 0.01 0.00 0.01 0.00 -ex_fusilleur ex_fusilleur nom m p 0.00 0.07 0.00 0.07 -ex_gang ex_gang nom m s 0.00 0.07 0.00 0.07 -ex_garde ex_garde nom f s 0.14 0.20 0.00 0.14 -ex_garde ex_garde nom f p 0.14 0.20 0.14 0.07 -ex_gauchiste ex_gauchiste adj m s 0.00 0.07 0.00 0.07 -ex_gauchiste ex_gauchiste nom s 0.00 0.07 0.00 0.07 -ex_gendre ex_gendre nom m s 0.01 0.00 0.01 0.00 -ex_gonzesse ex_gonzesse nom f s 0.00 0.14 0.00 0.14 -ex_gouverneur ex_gouverneur nom m s 0.06 0.14 0.06 0.14 -ex_gravosse ex_gravosse nom f s 0.00 0.07 0.00 0.07 -ex_griot ex_griot nom m s 0.00 0.07 0.00 0.07 -ex_griveton ex_griveton nom m s 0.00 0.07 0.00 0.07 -ex_grognasse ex_grognasse nom f s 0.00 0.07 0.00 0.07 -ex_groupe ex_groupe nom m s 0.00 0.07 0.00 0.07 -ex_guenille ex_guenille nom f p 0.00 0.07 0.00 0.07 -ex_guitariste ex_guitariste nom s 0.00 0.07 0.00 0.07 -ex_génie ex_génie nom m s 0.00 0.07 0.00 0.07 -ex_hôpital ex_hôpital nom m s 0.00 0.07 0.00 0.07 -ex_hippie ex_hippie nom p 0.02 0.00 0.02 0.00 -ex_homme_grenouille ex_homme_grenouille nom m s 0.01 0.00 0.01 0.00 -ex_homme ex_homme nom m s 0.06 0.00 0.06 0.00 -ex_immeuble ex_immeuble nom m s 0.00 0.07 0.00 0.07 -ex_inspecteur ex_inspecteur nom m s 0.03 0.00 0.02 0.00 -ex_inspecteur ex_inspecteur nom m p 0.03 0.00 0.01 0.00 -ex_journaliste ex_journaliste nom s 0.02 0.07 0.02 0.07 -ex_junkie ex_junkie nom m s 0.03 0.00 0.03 0.00 -ex_kid ex_kid nom m s 0.00 0.27 0.00 0.27 -ex_leader ex_leader nom m s 0.02 0.00 0.02 0.00 -ex_libris ex_libris nom m 0.00 0.14 0.00 0.14 -ex_lieutenant ex_lieutenant nom m s 0.01 0.00 0.01 0.00 -ex_lit ex_lit nom m s 0.00 0.07 0.00 0.07 -ex_légionnaire ex_légionnaire nom m s 0.00 0.07 0.00 0.07 -ex_lycée ex_lycée nom m s 0.00 0.07 0.00 0.07 -ex_maître ex_maître nom m s 0.00 0.07 0.00 0.07 -ex_madame ex_madame nom f 0.03 0.07 0.03 0.07 -ex_maire ex_maire nom m s 0.01 0.00 0.01 0.00 -ex_mari ex_mari nom m s 5.05 1.08 4.87 1.08 -ex_marine ex_marine nom f s 0.07 0.00 0.07 0.00 -ex_mari ex_mari nom m p 5.05 1.08 0.19 0.00 -ex_mec ex_mec nom m p 0.10 0.00 0.10 0.00 -ex_membre ex_membre nom m s 0.03 0.00 0.03 0.00 -ex_mercenaire ex_mercenaire nom p 0.01 0.00 0.01 0.00 -ex_militaire ex_militaire nom s 0.08 0.00 0.05 0.00 -ex_militaire ex_militaire nom p 0.08 0.00 0.03 0.00 -ex_ministre ex_ministre nom m s 0.06 0.41 0.04 0.41 -ex_ministre ex_ministre nom m p 0.06 0.41 0.01 0.00 -ex_miss ex_miss nom f 0.05 0.00 0.05 0.00 -ex_monteur ex_monteur nom m s 0.02 0.00 0.02 0.00 -ex_motard ex_motard nom m s 0.01 0.00 0.01 0.00 -ex_nana ex_nana nom f s 0.12 0.00 0.12 0.00 -ex_officier ex_officier nom m s 0.05 0.14 0.05 0.14 -ex_opérateur ex_opérateur nom m s 0.00 0.07 0.00 0.07 -ex_palme ex_palme nom f p 0.14 0.00 0.14 0.00 -ex_para ex_para nom m s 0.02 0.14 0.02 0.14 -ex_partenaire ex_partenaire nom s 0.18 0.00 0.18 0.00 -ex_patron ex_patron nom m s 0.20 0.00 0.20 0.00 -ex_pensionnaire ex_pensionnaire nom p 0.00 0.07 0.00 0.07 -ex_perroquet ex_perroquet nom m s 0.01 0.00 0.01 0.00 -ex_petit ex_petit nom m s 0.68 0.00 0.38 0.00 -ex_petit ex_petit nom f s 0.68 0.00 0.28 0.00 -ex_petit ex_petit nom m p 0.68 0.00 0.03 0.00 -ex_pharmacien ex_pharmacien nom f p 0.00 0.07 0.00 0.07 -ex_pilote ex_pilote adj m s 0.00 0.14 0.00 0.14 -ex_planète ex_planète nom f s 0.01 0.00 0.01 0.00 -ex_planton ex_planton nom m s 0.00 0.07 0.00 0.07 -ex_plaqué ex_plaqué adj f s 0.00 0.07 0.00 0.07 -ex_plâtrier ex_plâtrier nom m s 0.00 0.07 0.00 0.07 -ex_poivrot ex_poivrot nom m p 0.01 0.00 0.01 0.00 -ex_premier ex_premier adj m s 0.01 0.00 0.01 0.00 -ex_premier ex_premier nom m s 0.01 0.00 0.01 0.00 -ex_primaire ex_primaire nom s 0.00 0.07 0.00 0.07 -ex_prison ex_prison nom f s 0.01 0.00 0.01 0.00 -ex_procureur ex_procureur nom m s 0.03 0.00 0.03 0.00 -ex_profession ex_profession nom f s 0.00 0.07 0.00 0.07 -ex_profileur ex_profileur nom m s 0.01 0.00 0.01 0.00 -ex_promoteur ex_promoteur nom m s 0.01 0.00 0.01 0.00 -ex_propriétaire ex_propriétaire nom s 0.04 0.07 0.04 0.07 -ex_présentateur ex_présentateur nom m s 0.00 0.07 0.00 0.07 -ex_président ex_président nom m s 0.71 0.00 0.60 0.00 -ex_président ex_président nom m p 0.71 0.00 0.11 0.00 -ex_prêtre ex_prêtre nom m s 0.01 0.00 0.01 0.00 -ex_putain ex_putain nom f s 0.00 0.07 0.00 0.07 -ex_pute ex_pute nom f p 0.01 0.00 0.01 0.00 -ex_quincaillerie ex_quincaillerie nom f s 0.00 0.14 0.00 0.14 -ex_quincaillier ex_quincaillier nom m s 0.00 0.27 0.00 0.27 -ex_rebelle ex_rebelle adj s 0.00 0.07 0.00 0.07 -ex_reine ex_reine nom f s 0.02 0.00 0.02 0.00 -ex_roi ex_roi nom m s 0.01 0.20 0.01 0.20 -ex_république ex_république nom f p 0.01 0.00 0.01 0.00 -ex_résidence ex_résidence nom f s 0.01 0.00 0.01 0.00 -ex_révolutionnaire ex_révolutionnaire nom s 0.00 0.07 0.00 0.07 -ex_sac ex_sac nom m p 0.00 0.07 0.00 0.07 -ex_secrétaire ex_secrétaire nom s 0.07 0.00 0.07 0.00 -ex_sergent ex_sergent nom m s 0.02 0.14 0.02 0.07 -ex_sergent ex_sergent nom m p 0.02 0.14 0.00 0.07 -ex_soldat ex_soldat nom m p 0.00 0.07 0.00 0.07 -ex_soliste ex_soliste nom p 0.00 0.07 0.00 0.07 -ex_standardiste ex_standardiste nom s 0.00 0.07 0.00 0.07 -ex_star ex_star nom f s 0.14 0.00 0.14 0.00 -ex_strip_teaseur ex_strip_teaseur nom f s 0.00 0.07 0.00 0.07 -ex_séminariste ex_séminariste nom s 0.00 0.07 0.00 0.07 -ex_sénateur ex_sénateur nom m s 0.00 0.14 0.00 0.14 -ex_super ex_super adj m s 0.14 0.00 0.14 0.00 -ex_sévère ex_sévère adj f s 0.00 0.07 0.00 0.07 -ex_taulard ex_taulard nom m s 0.38 0.14 0.28 0.07 -ex_taulard ex_taulard nom m p 0.38 0.14 0.10 0.07 -ex_teinturier ex_teinturier nom m s 0.01 0.00 0.01 0.00 -ex_tirailleur ex_tirailleur nom m s 0.00 0.07 0.00 0.07 -ex_tueur ex_tueur nom m s 0.01 0.00 0.01 0.00 -ex_tuteur ex_tuteur nom m s 0.01 0.00 0.01 0.00 -ex_élève ex_élève nom s 0.02 0.07 0.02 0.07 -ex_union ex_union nom f s 0.00 0.07 0.00 0.07 -ex_épouse ex_épouse nom f s 0.30 0.27 0.28 0.27 -ex_épouse ex_épouse nom f p 0.30 0.27 0.02 0.00 -ex_équipier ex_équipier nom m s 0.07 0.00 0.07 0.00 -ex_usine ex_usine nom f s 0.01 0.00 0.01 0.00 -ex_vedette ex_vedette nom f s 0.11 0.07 0.11 0.07 -ex_violeur ex_violeur nom m p 0.01 0.00 0.01 0.00 -ex_voto ex_voto nom m 0.48 1.69 0.48 1.69 -ex_abrupto ex_abrupto adv 0.00 0.07 0.00 0.07 -ex_nihilo ex_nihilo adv 0.00 0.14 0.00 0.14 -exacerba exacerber ver 0.33 1.42 0.00 0.07 ind:pas:3s; -exacerbant exacerber ver 0.33 1.42 0.00 0.07 par:pre; -exacerbation exacerbation nom f s 0.00 0.07 0.00 0.07 -exacerbe exacerber ver 0.33 1.42 0.03 0.20 imp:pre:2s;ind:pre:3s; -exacerbent exacerber ver 0.33 1.42 0.01 0.20 ind:pre:3p; -exacerber exacerber ver 0.33 1.42 0.08 0.34 inf; -exacerbé exacerbé adj m s 0.19 1.15 0.04 0.47 -exacerbée exacerber ver f s 0.33 1.42 0.14 0.14 par:pas; -exacerbées exacerbé adj f p 0.19 1.15 0.02 0.20 -exacerbés exacerbé adj m p 0.19 1.15 0.12 0.00 -exact exact adj m s 86.80 38.58 76.66 19.86 -exacte exact adj f s 86.80 38.58 7.55 13.92 -exactement exactement adv 144.62 92.36 144.62 92.36 -exactes exact adj f p 86.80 38.58 1.08 2.97 -exaction exaction nom f s 0.32 1.69 0.01 0.00 -exactions exaction nom f p 0.32 1.69 0.31 1.69 -exactitude exactitude nom f s 1.26 5.00 1.26 4.93 -exactitudes exactitude nom f p 1.26 5.00 0.00 0.07 -exacts exact adj m p 86.80 38.58 1.51 1.82 -exagère exagérer ver 26.93 22.57 7.30 4.86 imp:pre:2s;ind:pre:1s;ind:pre:3s; -exagèrent exagérer ver 26.93 22.57 0.60 0.47 ind:pre:3p; -exagères exagérer ver 26.93 22.57 7.75 1.89 ind:pre:2s; -exagéra exagérer ver 26.93 22.57 0.00 0.27 ind:pas:3s; -exagérai exagérer ver 26.93 22.57 0.00 0.07 ind:pas:1s; -exagéraient exagérer ver 26.93 22.57 0.02 0.07 ind:imp:3p; -exagérais exagérer ver 26.93 22.57 0.07 0.54 ind:imp:1s;ind:imp:2s; -exagérait exagérer ver 26.93 22.57 0.14 3.11 ind:imp:3s; -exagérant exagérer ver 26.93 22.57 0.15 0.68 par:pre; -exagération exagération nom f s 0.67 2.36 0.61 1.69 -exagérations exagération nom f p 0.67 2.36 0.06 0.68 -exagérer exagérer ver 26.93 22.57 2.86 3.85 inf; -exagérerais exagérer ver 26.93 22.57 0.00 0.07 cnd:pre:1s; -exagérerait exagérer ver 26.93 22.57 0.00 0.07 cnd:pre:3s; -exagérerons exagérer ver 26.93 22.57 0.01 0.00 ind:fut:1p; -exagérez exagérer ver 26.93 22.57 3.31 1.22 imp:pre:2p;ind:pre:2p; -exagérions exagérer ver 26.93 22.57 0.00 0.07 ind:imp:1p; -exagérons exagérer ver 26.93 22.57 1.53 1.76 imp:pre:1p;ind:pre:1p; -exagérèrent exagérer ver 26.93 22.57 0.00 0.07 ind:pas:3p; -exagéré exagérer ver m s 26.93 22.57 2.80 2.30 par:pas; -exagérée exagéré adj f s 2.56 4.53 0.65 1.49 -exagérées exagéré adj f p 2.56 4.53 0.17 0.34 -exagérément exagérément adv 0.26 3.38 0.26 3.38 -exagérés exagérer ver m p 26.93 22.57 0.08 0.14 par:pas; -exalta exalter ver 1.86 13.78 0.00 0.41 ind:pas:3s; -exaltai exalter ver 1.86 13.78 0.00 0.07 ind:pas:1s; -exaltaient exalter ver 1.86 13.78 0.00 1.01 ind:imp:3p; -exaltais exalter ver 1.86 13.78 0.00 0.34 ind:imp:1s; -exaltait exalter ver 1.86 13.78 0.00 3.51 ind:imp:3s; -exaltant exaltant adj m s 1.17 6.76 0.81 2.36 -exaltante exaltant adj f s 1.17 6.76 0.27 3.11 -exaltantes exaltant adj f p 1.17 6.76 0.04 0.68 -exaltants exaltant adj m p 1.17 6.76 0.05 0.61 -exaltation exaltation nom f s 0.98 16.22 0.98 15.00 -exaltations exaltation nom f p 0.98 16.22 0.00 1.22 -exalte exalter ver 1.86 13.78 0.49 1.89 imp:pre:2s;ind:pre:1s;ind:pre:3s; -exaltent exalter ver 1.86 13.78 0.12 0.47 ind:pre:3p; -exalter exalter ver 1.86 13.78 0.42 1.96 inf; -exalterait exalter ver 1.86 13.78 0.00 0.07 cnd:pre:3s; -exaltes exalter ver 1.86 13.78 0.00 0.14 ind:pre:2s; -exaltons exalter ver 1.86 13.78 0.00 0.07 ind:pre:1p; -exaltèrent exalter ver 1.86 13.78 0.00 0.07 ind:pas:3p; -exalté exalté adj m s 1.36 4.26 0.55 1.49 -exaltée exalté adj f s 1.36 4.26 0.55 2.03 -exaltées exalté adj f p 1.36 4.26 0.10 0.27 -exaltés exalté nom m p 0.56 2.23 0.27 0.34 -exam exam nom m s 3.08 0.00 2.06 0.00 -examen examen nom m s 47.77 27.16 30.37 18.31 -examens examen nom m p 47.77 27.16 17.40 8.85 -examina examiner ver 36.36 50.68 0.17 9.19 ind:pas:3s; -examinai examiner ver 36.36 50.68 0.03 0.68 ind:pas:1s; -examinaient examiner ver 36.36 50.68 0.14 1.69 ind:imp:3p; -examinais examiner ver 36.36 50.68 0.33 0.88 ind:imp:1s;ind:imp:2s; -examinait examiner ver 36.36 50.68 0.30 5.61 ind:imp:3s; -examinant examiner ver 36.36 50.68 0.64 5.00 par:pre; -examinateur examinateur nom m s 1.11 1.49 0.95 0.95 -examinateurs examinateur nom m p 1.11 1.49 0.16 0.47 -examinatrice examinateur nom f s 1.11 1.49 0.00 0.07 -examine examiner ver 36.36 50.68 3.94 6.28 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:1s; -examinent examiner ver 36.36 50.68 0.66 0.54 ind:pre:3p; -examiner examiner ver 36.36 50.68 16.47 14.19 inf; -examinera examiner ver 36.36 50.68 0.91 0.20 ind:fut:3s; -examinerai examiner ver 36.36 50.68 0.52 0.00 ind:fut:1s; -examineraient examiner ver 36.36 50.68 0.01 0.20 cnd:pre:3p; -examinerais examiner ver 36.36 50.68 0.03 0.00 cnd:pre:1s; -examinerait examiner ver 36.36 50.68 0.03 0.14 cnd:pre:3s; -examinerez examiner ver 36.36 50.68 0.04 0.00 ind:fut:2p; -examineriez examiner ver 36.36 50.68 0.01 0.00 cnd:pre:2p; -examinerons examiner ver 36.36 50.68 0.32 0.07 ind:fut:1p; -examineront examiner ver 36.36 50.68 0.06 0.07 ind:fut:3p; -examines examiner ver 36.36 50.68 0.12 0.07 ind:pre:2s; -examinez examiner ver 36.36 50.68 2.22 0.07 imp:pre:2p;ind:pre:2p; -examiniez examiner ver 36.36 50.68 0.29 0.00 ind:imp:2p; -examinions examiner ver 36.36 50.68 0.05 0.14 ind:imp:1p; -examinons examiner ver 36.36 50.68 1.57 0.47 imp:pre:1p;ind:pre:1p; -examinèrent examiner ver 36.36 50.68 0.00 0.47 ind:pas:3p; -examiné examiner ver m s 36.36 50.68 5.51 3.11 par:pas; -examinée examiner ver f s 36.36 50.68 1.30 0.88 par:pas; -examinées examiner ver f p 36.36 50.68 0.32 0.34 par:pas; -examinés examiner ver m p 36.36 50.68 0.39 0.41 par:pas; -exams exam nom m p 3.08 0.00 1.01 0.00 -exarque exarque nom m s 0.00 0.07 0.00 0.07 -exaspère exaspérer ver 2.31 19.66 0.93 1.82 imp:pre:2s;ind:pre:1s;ind:pre:3s; -exaspèrent exaspérer ver 2.31 19.66 0.07 0.54 ind:pre:3p; -exaspéra exaspérer ver 2.31 19.66 0.00 0.74 ind:pas:3s; -exaspéraient exaspérer ver 2.31 19.66 0.00 1.15 ind:imp:3p; -exaspérais exaspérer ver 2.31 19.66 0.00 0.20 ind:imp:1s; -exaspérait exaspérer ver 2.31 19.66 0.11 3.58 ind:imp:3s; -exaspérant exaspérant adj m s 0.64 2.43 0.32 1.15 -exaspérante exaspérant adj f s 0.64 2.43 0.19 1.01 -exaspérantes exaspérant adj f p 0.64 2.43 0.01 0.07 -exaspérants exaspérant adj m p 0.64 2.43 0.12 0.20 -exaspération exaspération nom f s 0.55 4.46 0.55 4.39 -exaspérations exaspération nom f p 0.55 4.46 0.00 0.07 -exaspérer exaspérer ver 2.31 19.66 0.52 1.96 inf; -exaspérera exaspérer ver 2.31 19.66 0.00 0.07 ind:fut:3s; -exaspéreraient exaspérer ver 2.31 19.66 0.00 0.07 cnd:pre:3p; -exaspérerait exaspérer ver 2.31 19.66 0.01 0.00 cnd:pre:3s; -exaspérez exaspérer ver 2.31 19.66 0.11 0.00 ind:pre:2p; -exaspérât exaspérer ver 2.31 19.66 0.00 0.07 sub:imp:3s; -exaspérèrent exaspérer ver 2.31 19.66 0.00 0.14 ind:pas:3p; -exaspéré exaspérer ver m s 2.31 19.66 0.52 5.34 par:pas; -exaspérée exaspérer ver f s 2.31 19.66 0.02 1.89 par:pas; -exaspérées exaspérer ver f p 2.31 19.66 0.00 0.47 par:pas; -exaspérés exaspérer ver m p 2.31 19.66 0.01 0.61 par:pas; -exauce exaucer ver 6.80 4.26 1.21 0.61 imp:pre:2s;ind:pre:1s;ind:pre:3s; -exaucement exaucement nom m s 0.00 0.07 0.00 0.07 -exaucent exaucer ver 6.80 4.26 0.03 0.00 ind:pre:3p; -exaucer exaucer ver 6.80 4.26 1.14 0.81 inf; -exaucera exaucer ver 6.80 4.26 0.16 0.00 ind:fut:3s; -exaucerai exaucer ver 6.80 4.26 0.17 0.00 ind:fut:1s; -exaucez exaucer ver 6.80 4.26 0.04 0.14 imp:pre:2p;ind:pre:2p; -exaucé exaucer ver m s 6.80 4.26 2.88 1.15 par:pas; -exaucée exaucer ver f s 6.80 4.26 0.27 0.68 par:pas; -exaucées exaucer ver f p 6.80 4.26 0.30 0.14 par:pas; -exaucés exaucer ver m p 6.80 4.26 0.51 0.41 par:pas; -exauça exaucer ver 6.80 4.26 0.00 0.07 ind:pas:3s; -exauçai exaucer ver 6.80 4.26 0.00 0.07 ind:pas:1s; -exauçaient exaucer ver 6.80 4.26 0.00 0.07 ind:imp:3p; -exauçant exaucer ver 6.80 4.26 0.06 0.07 par:pre; -exauçons exaucer ver 6.80 4.26 0.03 0.00 imp:pre:1p;ind:pre:1p; -exauçât exaucer ver 6.80 4.26 0.00 0.07 sub:imp:3s; -excavateur excavateur nom m s 0.04 0.14 0.02 0.07 -excavateurs excavateur nom m p 0.04 0.14 0.02 0.00 -excavation excavation nom f s 0.17 1.28 0.12 0.95 -excavations excavation nom f p 0.17 1.28 0.04 0.34 -excavatrice excavateur nom f s 0.04 0.14 0.00 0.07 -excaver excaver ver 0.04 0.07 0.03 0.00 inf; -excavée excaver ver f s 0.04 0.07 0.01 0.00 par:pas; -excavées excaver ver f p 0.04 0.07 0.00 0.07 par:pas; -excella exceller ver 2.38 3.78 0.00 0.07 ind:pas:3s; -excellaient exceller ver 2.38 3.78 0.00 0.41 ind:imp:3p; -excellais exceller ver 2.38 3.78 0.00 0.07 ind:imp:1s; -excellait exceller ver 2.38 3.78 0.08 1.28 ind:imp:3s; -excellant exceller ver 2.38 3.78 0.00 0.20 par:pre; -excelle exceller ver 2.38 3.78 0.85 0.74 imp:pre:2s;ind:pre:1s;ind:pre:3s; -excellemment excellemment adv 0.16 0.07 0.16 0.07 -excellence excellence nom f s 23.29 17.43 22.73 17.09 -excellences excellence nom f p 23.29 17.43 0.56 0.34 -excellent excellent adj m s 76.43 33.92 46.87 16.01 -excellente excellent adj f s 76.43 33.92 21.04 11.76 -excellentes excellent adj f p 76.43 33.92 4.28 2.91 -excellentissime excellentissime adj s 0.01 0.07 0.01 0.07 -excellents excellent adj m p 76.43 33.92 4.25 3.24 -exceller exceller ver 2.38 3.78 0.16 0.41 inf; -excelleraient exceller ver 2.38 3.78 0.00 0.07 cnd:pre:3p; -excelles exceller ver 2.38 3.78 0.07 0.00 ind:pre:2s; -excellez exceller ver 2.38 3.78 0.09 0.00 ind:pre:2p; -excellé exceller ver m s 2.38 3.78 0.31 0.00 par:pas; -excentrer excentrer ver 0.02 0.00 0.01 0.00 inf; -excentricité excentricité nom f s 0.39 1.55 0.29 0.95 -excentricités excentricité nom f p 0.39 1.55 0.10 0.61 -excentrique excentrique adj s 2.34 2.09 1.97 1.35 -excentriques excentrique adj p 2.34 2.09 0.37 0.74 -excentré excentré adj m s 0.05 0.00 0.04 0.00 -excentrée excentré adj f s 0.05 0.00 0.01 0.00 -exceptais excepter ver 0.72 2.64 0.00 0.07 ind:imp:1s; -exceptait excepter ver 0.72 2.64 0.00 0.14 ind:imp:3s; -exceptant excepter ver 0.72 2.64 0.00 0.14 par:pre; -excepte excepter ver 0.72 2.64 0.23 0.81 imp:pre:2s;ind:pre:1s;ind:pre:3s; -excepter excepter ver 0.72 2.64 0.00 0.41 inf; -exceptes excepter ver 0.72 2.64 0.00 0.07 ind:pre:2s; -exception exception nom f s 15.97 24.80 14.32 20.41 -exceptionnel exceptionnel adj m s 16.68 20.07 9.72 6.89 -exceptionnelle exceptionnel adj f s 16.68 20.07 3.47 8.24 -exceptionnellement exceptionnellement adv 1.03 4.19 1.03 4.19 -exceptionnelles exceptionnel adj f p 16.68 20.07 1.78 3.04 -exceptionnels exceptionnel adj m p 16.68 20.07 1.71 1.89 -exceptions exception nom f p 15.97 24.80 1.65 4.39 -excepté excepté pre 5.59 4.05 5.59 4.05 -exceptée excepté adj f s 0.34 0.68 0.24 0.27 -exceptées excepté adj f p 0.34 0.68 0.01 0.00 -exceptés excepté adj m p 0.34 0.68 0.04 0.20 -excessif excessif adj m s 4.79 15.54 2.05 5.68 -excessifs excessif adj m p 4.79 15.54 0.35 1.28 -excessive excessif adj f s 4.79 15.54 2.29 7.09 -excessivement excessivement adv 1.14 3.11 1.14 3.11 -excessives excessif adj f p 4.79 15.54 0.09 1.49 -excipent exciper ver 0.00 0.27 0.00 0.07 ind:pre:3p; -exciper exciper ver 0.00 0.27 0.00 0.20 inf; -excisant exciser ver 0.16 0.41 0.02 0.00 par:pre; -excise exciser ver 0.16 0.41 0.05 0.00 ind:pre:1s;ind:pre:3s; -exciser exciser ver 0.16 0.41 0.05 0.27 inf; -exciseuse exciseur nom f s 0.00 0.20 0.00 0.14 -exciseuses exciseur nom f p 0.00 0.20 0.00 0.07 -excision excision nom f s 0.08 0.81 0.08 0.81 -excisé exciser ver m s 0.16 0.41 0.01 0.00 par:pas; -excisée exciser ver f s 0.16 0.41 0.01 0.00 par:pas; -excisées exciser ver f p 0.16 0.41 0.01 0.14 par:pas; -excita exciter ver 28.01 26.55 0.00 0.61 ind:pas:3s; -excitable excitable adj m s 0.03 0.00 0.03 0.00 -excitaient exciter ver 28.01 26.55 0.17 1.55 ind:imp:3p; -excitais exciter ver 28.01 26.55 0.03 0.07 ind:imp:1s;ind:imp:2s; -excitait exciter ver 28.01 26.55 0.79 4.80 ind:imp:3s; -excitant excitant adj m s 16.14 7.36 12.44 3.92 -excitante excitant adj f s 16.14 7.36 2.83 2.30 -excitantes excitant adj f p 16.14 7.36 0.60 0.47 -excitants excitant adj m p 16.14 7.36 0.27 0.68 -excitation excitation nom f s 3.81 16.69 3.81 16.55 -excitations excitation nom f p 3.81 16.69 0.00 0.14 -excite exciter ver 28.01 26.55 10.38 5.07 imp:pre:2s;ind:pre:1s;ind:pre:3s; -excitent exciter ver 28.01 26.55 1.28 1.15 ind:pre:3p; -exciter exciter ver 28.01 26.55 2.60 5.81 inf; -excitera exciter ver 28.01 26.55 0.15 0.20 ind:fut:3s; -exciterait exciter ver 28.01 26.55 0.81 0.34 cnd:pre:3s; -exciterez exciter ver 28.01 26.55 0.00 0.07 ind:fut:2p; -exciteriez exciter ver 28.01 26.55 0.00 0.07 cnd:pre:2p; -exciteront exciter ver 28.01 26.55 0.02 0.07 ind:fut:3p; -excites exciter ver 28.01 26.55 1.59 0.47 ind:pre:2s; -exciteur exciteur nom m s 0.00 0.07 0.00 0.07 -excitez exciter ver 28.01 26.55 0.64 0.20 imp:pre:2p;ind:pre:2p; -excitions exciter ver 28.01 26.55 0.00 0.07 ind:imp:1p; -excitons exciter ver 28.01 26.55 0.01 0.07 imp:pre:1p;ind:pre:1p;; -excitèrent exciter ver 28.01 26.55 0.00 0.14 ind:pas:3p; -excité exciter ver m s 28.01 26.55 5.17 2.36 par:pas; -excitée exciter ver f s 28.01 26.55 3.17 1.15 par:pas; -excitées excité adj f p 6.88 6.96 0.10 0.47 -excités exciter ver m p 28.01 26.55 0.86 0.74 par:pas; -exclût exclure ver 11.32 16.22 0.00 0.07 sub:imp:3s; -exclama exclamer ver 0.26 18.99 0.01 8.04 ind:pas:3s; -exclamai exclamer ver 0.26 18.99 0.00 0.20 ind:pas:1s; -exclamaient exclamer ver 0.26 18.99 0.01 0.54 ind:imp:3p; -exclamais exclamer ver 0.26 18.99 0.00 0.07 ind:imp:1s; -exclamait exclamer ver 0.26 18.99 0.00 1.62 ind:imp:3s; -exclamant exclamer ver 0.26 18.99 0.01 0.47 par:pre; -exclamatif exclamatif adj m s 0.01 0.14 0.00 0.07 -exclamation exclamation nom f s 1.27 11.76 1.11 5.27 -exclamations exclamation nom f p 1.27 11.76 0.16 6.49 -exclamative exclamatif adj f s 0.01 0.14 0.01 0.07 -exclame exclamer ver 0.26 18.99 0.03 3.72 ind:pre:3s; -exclament exclamer ver 0.26 18.99 0.14 0.34 ind:pre:3p; -exclamer exclamer ver 0.26 18.99 0.03 1.49 inf; -exclameraient exclamer ver 0.26 18.99 0.00 0.07 cnd:pre:3p; -exclamerait exclamer ver 0.26 18.99 0.00 0.14 cnd:pre:3s; -exclamâmes exclamer ver 0.26 18.99 0.00 0.14 ind:pas:1p; -exclamèrent exclamer ver 0.26 18.99 0.00 0.27 ind:pas:3p; -exclamé exclamer ver m s 0.26 18.99 0.02 1.08 par:pas; -exclamée exclamer ver f s 0.26 18.99 0.01 0.81 par:pas; -exclu exclure ver m s 11.32 16.22 3.21 3.31 par:pas; -excluaient exclure ver 11.32 16.22 0.00 0.81 ind:imp:3p; -excluais exclure ver 11.32 16.22 0.02 0.20 ind:imp:1s; -excluait exclure ver 11.32 16.22 0.02 2.77 ind:imp:3s; -excluant exclure ver 11.32 16.22 0.12 1.15 par:pre; -exclue exclure ver f s 11.32 16.22 1.10 1.62 par:pas;sub:pre:1s;sub:pre:3s; -excluent exclure ver 11.32 16.22 0.54 0.20 ind:pre:3p; -exclues exclure ver f p 11.32 16.22 0.41 0.14 par:pas;sub:pre:2s; -excluez exclure ver 11.32 16.22 0.16 0.00 imp:pre:2p;ind:pre:2p; -excluions exclure ver 11.32 16.22 0.00 0.07 ind:imp:1p; -excluons exclure ver 11.32 16.22 0.19 0.00 imp:pre:1p;ind:pre:1p; -exclura exclure ver 11.32 16.22 0.01 0.14 ind:fut:3s; -exclurais exclure ver 11.32 16.22 0.23 0.00 cnd:pre:1s; -exclure exclure ver 11.32 16.22 2.17 2.50 inf; -exclus exclure ver m p 11.32 16.22 1.14 1.62 imp:pre:2s;ind:pre:1s;ind:pre:2s;ind:pas:2s;par:pas; -exclusif exclusif adj m s 3.35 7.43 1.47 3.38 -exclusifs exclusif adj m p 3.35 7.43 0.46 0.20 -exclusion exclusion nom f s 1.02 3.92 1.02 3.72 -exclusions exclusion nom f p 1.02 3.92 0.00 0.20 -exclusive exclusif adj f s 3.35 7.43 1.32 2.97 -exclusivement exclusivement adv 2.05 10.34 2.05 10.34 -exclusives exclusif adj f p 3.35 7.43 0.10 0.88 -exclusivité exclusivité nom f s 3.21 2.16 3.06 2.03 -exclusivités exclusivité nom f p 3.21 2.16 0.15 0.14 -exclut exclure ver 11.32 16.22 2.02 1.62 ind:pre:3s;ind:pas:3s; -excommuniaient excommunier ver 0.80 1.82 0.00 0.07 ind:imp:3p; -excommuniait excommunier ver 0.80 1.82 0.00 0.07 ind:imp:3s; -excommuniant excommunier ver 0.80 1.82 0.00 0.07 par:pre; -excommunication excommunication nom f s 0.82 1.28 0.72 1.15 -excommunications excommunication nom f p 0.82 1.28 0.10 0.14 -excommunie excommunier ver 0.80 1.82 0.11 0.14 ind:pre:1s;ind:pre:3s; -excommunient excommunier ver 0.80 1.82 0.00 0.07 ind:pre:3p; -excommunier excommunier ver 0.80 1.82 0.19 0.34 inf; -excommuniez excommunier ver 0.80 1.82 0.00 0.07 imp:pre:2p; -excommunié excommunier ver m s 0.80 1.82 0.33 0.68 par:pas; -excommuniée excommunier ver f s 0.80 1.82 0.05 0.00 par:pas; -excommuniés excommunier ver m p 0.80 1.82 0.12 0.34 par:pas; -excoriée excorier ver f s 0.00 0.14 0.00 0.07 par:pas; -excoriées excorier ver f p 0.00 0.14 0.00 0.07 par:pas; -excroissance excroissance nom f s 0.38 1.55 0.24 0.81 -excroissances excroissance nom f p 0.38 1.55 0.14 0.74 -excrément excrément nom m s 1.83 3.99 0.36 0.61 -excrémentiel excrémentiel adj m s 0.00 0.14 0.00 0.07 -excrémentielle excrémentiel adj f s 0.00 0.14 0.00 0.07 -excréments excrément nom m p 1.83 3.99 1.48 3.38 -excréter excréter ver 0.04 0.07 0.02 0.00 inf; -excrétera excréter ver 0.04 0.07 0.01 0.00 ind:fut:3s; -excrétion excrétion nom f s 0.06 0.14 0.01 0.00 -excrétions excrétion nom f p 0.06 0.14 0.04 0.14 -excrété excréter ver m s 0.04 0.07 0.01 0.07 par:pas; -excède excéder ver 0.65 9.80 0.10 0.34 ind:pre:3s; -excèdent excéder ver 0.65 9.80 0.05 0.20 ind:pre:3p; -excès excès nom m 7.67 22.23 7.67 22.23 -excédaient excéder ver 0.65 9.80 0.00 0.54 ind:imp:3p; -excédais excéder ver 0.65 9.80 0.00 0.07 ind:imp:1s; -excédait excéder ver 0.65 9.80 0.02 0.41 ind:imp:3s; -excédant excédant adj m s 0.13 0.14 0.13 0.14 -excédent excédent nom m s 0.87 0.74 0.76 0.54 -excédentaire excédentaire adj m s 0.06 0.20 0.04 0.14 -excédentaires excédentaire adj m p 0.06 0.20 0.01 0.07 -excédents excédent nom m p 0.87 0.74 0.11 0.20 -excéder excéder ver 0.65 9.80 0.16 0.27 inf; -excédera excéder ver 0.65 9.80 0.01 0.00 ind:fut:3s; -excédât excéder ver 0.65 9.80 0.00 0.07 sub:imp:3s; -excédé excéder ver m s 0.65 9.80 0.21 5.20 par:pas; -excédée excéder ver f s 0.65 9.80 0.03 1.89 par:pas; -excédées excéder ver f p 0.65 9.80 0.00 0.07 par:pas; -excédés excéder ver m p 0.65 9.80 0.02 0.20 par:pas; -excursion excursion nom f s 3.67 4.59 3.09 3.04 -excursionnaient excursionner ver 0.00 0.20 0.00 0.07 ind:imp:3p; -excursionnant excursionner ver 0.00 0.20 0.00 0.07 par:pre; -excursionner excursionner ver 0.00 0.20 0.00 0.07 inf; -excursionniste excursionniste nom s 0.04 0.14 0.04 0.00 -excursionnistes excursionniste nom p 0.04 0.14 0.00 0.14 -excursions excursion nom f p 3.67 4.59 0.58 1.55 -excusa excuser ver 399.18 61.82 0.02 3.45 ind:pas:3s; -excusable excusable adj s 0.40 1.62 0.39 1.55 -excusables excusable adj m p 0.40 1.62 0.01 0.07 -excusai excuser ver 399.18 61.82 0.00 0.34 ind:pas:1s; -excusaient excuser ver 399.18 61.82 0.00 0.47 ind:imp:3p; -excusais excuser ver 399.18 61.82 0.11 0.14 ind:imp:1s;ind:imp:2s; -excusait excuser ver 399.18 61.82 0.16 3.45 ind:imp:3s; -excusant excuser ver 399.18 61.82 0.21 3.18 par:pre; -excuse excuser ver 399.18 61.82 111.82 14.80 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -excusent excuser ver 399.18 61.82 0.30 0.34 ind:pre:1p;ind:pre:3p; -excuser excuser ver 399.18 61.82 43.00 12.03 inf; -excusera excuser ver 399.18 61.82 0.41 0.41 ind:fut:3s; -excuserai excuser ver 399.18 61.82 0.49 0.14 ind:fut:1s; -excuserais excuser ver 399.18 61.82 0.09 0.00 cnd:pre:1s;cnd:pre:2s; -excuserait excuser ver 399.18 61.82 0.06 0.27 cnd:pre:3s; -excuseras excuser ver 399.18 61.82 0.80 1.15 ind:fut:2s; -excuserez excuser ver 399.18 61.82 2.34 1.28 ind:fut:2p; -excuseriez excuser ver 399.18 61.82 0.02 0.00 cnd:pre:2p; -excuserons excuser ver 399.18 61.82 0.01 0.14 ind:fut:1p; -excuseront excuser ver 399.18 61.82 0.18 0.00 ind:fut:3p; -excuses excuse nom f p 61.58 23.51 32.15 12.23 -excusez excuser ver 399.18 61.82 230.25 16.08 imp:pre:2p;ind:pre:2p; -excusiez excuser ver 399.18 61.82 0.09 0.07 ind:imp:2p; -excusions excuser ver 399.18 61.82 0.00 0.07 ind:imp:1p; -excusâmes excuser ver 399.18 61.82 0.00 0.07 ind:pas:1p; -excusons excuser ver 399.18 61.82 0.48 0.14 imp:pre:1p;ind:pre:1p; -excusât excuser ver 399.18 61.82 0.00 0.41 sub:imp:3s; -excusèrent excuser ver 399.18 61.82 0.00 0.20 ind:pas:3p; -excusé excuser ver m s 399.18 61.82 4.25 1.89 par:pas; -excusée excuser ver f s 399.18 61.82 0.72 0.47 par:pas; -excusées excuser ver f p 399.18 61.82 0.04 0.07 par:pas; -excusés excuser ver m p 399.18 61.82 0.22 0.20 par:pas; -exeat exeat nom m 0.01 0.27 0.01 0.27 -exemplaire exemplaire adj s 4.42 9.12 4.06 7.57 -exemplairement exemplairement adv 0.10 0.07 0.10 0.07 -exemplaires exemplaire nom m p 6.32 14.26 2.52 7.57 -exemplarité exemplarité nom f s 0.01 0.00 0.01 0.00 -exemple exemple nom m s 93.20 126.62 91.83 119.19 -exemples exemple nom m p 93.20 126.62 1.38 7.43 -exemplifier exemplifier ver 0.10 0.00 0.10 0.00 inf; -exempt exempt adj m s 0.28 1.96 0.12 1.15 -exempte exempt adj f s 0.28 1.96 0.09 0.27 -exempter exempter ver 1.16 0.54 0.22 0.07 inf; -exemptes exempt adj f p 0.28 1.96 0.02 0.27 -exemptiez exempter ver 1.16 0.54 0.01 0.00 ind:imp:2p; -exemption exemption nom f s 0.60 0.68 0.54 0.20 -exemptions exemption nom f p 0.60 0.68 0.06 0.47 -exempts exempt adj m p 0.28 1.96 0.05 0.27 -exempté exempter ver m s 1.16 0.54 0.52 0.14 par:pas; -exemptée exempter ver f s 1.16 0.54 0.05 0.14 par:pas; -exemptés exempter ver m p 1.16 0.54 0.28 0.00 par:pas; -exequatur exequatur nom m 0.00 0.07 0.00 0.07 -exerce exercer ver 14.53 44.26 3.82 6.69 imp:pre:2s;ind:pre:1s;ind:pre:3s; -exercent exercer ver 14.53 44.26 0.60 1.55 ind:pre:3p; -exercer exercer ver 14.53 44.26 5.67 14.39 inf; -exercera exercer ver 14.53 44.26 0.07 0.20 ind:fut:3s; -exercerai exercer ver 14.53 44.26 0.10 0.14 ind:fut:1s; -exerceraient exercer ver 14.53 44.26 0.00 0.14 cnd:pre:3p; -exercerais exercer ver 14.53 44.26 0.01 0.07 cnd:pre:1s; -exercerait exercer ver 14.53 44.26 0.05 0.41 cnd:pre:3s; -exercerez exercer ver 14.53 44.26 0.14 0.14 ind:fut:2p; -exercerons exercer ver 14.53 44.26 0.01 0.07 ind:fut:1p; -exerceront exercer ver 14.53 44.26 0.02 0.14 ind:fut:3p; -exerces exercer ver 14.53 44.26 0.20 0.14 ind:pre:2s; -exercez exercer ver 14.53 44.26 0.86 0.27 imp:pre:2p;ind:pre:2p; -exercice exercice nom m s 22.66 27.36 17.54 17.50 -exercices exercice nom m p 22.66 27.36 5.12 9.86 -exerciez exercer ver 14.53 44.26 0.24 0.07 ind:imp:2p; -exercèrent exercer ver 14.53 44.26 0.00 0.07 ind:pas:3p; -exercé exercer ver m s 14.53 44.26 0.96 2.97 par:pas; -exercée exercer ver f s 14.53 44.26 0.56 2.03 par:pas; -exercées exercer ver f p 14.53 44.26 0.05 0.47 par:pas; -exercés exercer ver m p 14.53 44.26 0.20 0.68 par:pas; -exergue exergue nom m s 0.22 0.68 0.22 0.68 -exerça exercer ver 14.53 44.26 0.02 0.81 ind:pas:3s; -exerçai exercer ver 14.53 44.26 0.01 0.34 ind:pas:1s; -exerçaient exercer ver 14.53 44.26 0.04 1.89 ind:imp:3p; -exerçais exercer ver 14.53 44.26 0.12 0.74 ind:imp:1s;ind:imp:2s; -exerçait exercer ver 14.53 44.26 0.31 7.03 ind:imp:3s; -exerçant exercer ver 14.53 44.26 0.44 1.89 par:pre; -exerçassent exercer ver 14.53 44.26 0.00 0.07 sub:imp:3p; -exerçons exercer ver 14.53 44.26 0.04 0.20 imp:pre:1p;ind:pre:1p; -exerçât exercer ver 14.53 44.26 0.00 0.68 sub:imp:3s; -exfiltration exfiltration nom f s 0.04 0.07 0.04 0.07 -exfiltrer exfiltrer ver 0.05 0.00 0.03 0.00 inf; -exfiltré exfiltrer ver m s 0.05 0.00 0.02 0.00 par:pas; -exfoliant exfoliant adj m s 0.08 0.00 0.08 0.00 -exfolier exfolier ver 0.01 0.14 0.01 0.00 inf; -exfolions exfolier ver 0.01 0.14 0.00 0.07 ind:pre:1p; -exfoliée exfolier ver f s 0.01 0.14 0.00 0.07 par:pas; -exhala exhaler ver 0.80 10.81 0.03 0.81 ind:pas:3s; -exhalaient exhaler ver 0.80 10.81 0.00 0.47 ind:imp:3p; -exhalaison exhalaison nom f s 0.02 1.69 0.00 0.88 -exhalaisons exhalaison nom f p 0.02 1.69 0.02 0.81 -exhalait exhaler ver 0.80 10.81 0.16 2.50 ind:imp:3s; -exhalant exhaler ver 0.80 10.81 0.00 2.64 par:pre; -exhalation exhalation nom f s 0.01 0.00 0.01 0.00 -exhale exhaler ver 0.80 10.81 0.32 1.76 imp:pre:2s;ind:pre:3s; -exhalent exhaler ver 0.80 10.81 0.01 0.47 ind:pre:3p; -exhaler exhaler ver 0.80 10.81 0.27 1.08 inf; -exhaleraient exhaler ver 0.80 10.81 0.00 0.07 cnd:pre:3p; -exhalâmes exhaler ver 0.80 10.81 0.00 0.07 ind:pas:1p; -exhalât exhaler ver 0.80 10.81 0.00 0.14 sub:imp:3s; -exhalé exhaler ver m s 0.80 10.81 0.00 0.47 par:pas; -exhalée exhaler ver f s 0.80 10.81 0.00 0.34 par:pas; -exhaussait exhausser ver 0.03 0.47 0.00 0.07 ind:imp:3s; -exhausse exhausser ver 0.03 0.47 0.00 0.20 ind:pre:3s; -exhaussement exhaussement nom m s 0.00 0.07 0.00 0.07 -exhausser exhausser ver 0.03 0.47 0.00 0.07 inf; -exhaussé exhausser ver m s 0.03 0.47 0.01 0.07 par:pas; -exhaussée exhausser ver f s 0.03 0.47 0.01 0.07 par:pas; -exhaustif exhaustif adj m s 0.61 0.54 0.30 0.41 -exhaustifs exhaustif adj m p 0.61 0.54 0.02 0.00 -exhaustion exhaustion nom f s 0.00 0.34 0.00 0.34 -exhaustive exhaustif adj f s 0.61 0.54 0.29 0.14 -exhaustivement exhaustivement adv 0.00 0.14 0.00 0.14 -exhaustivité exhaustivité nom f s 0.00 0.07 0.00 0.07 -exhiba exhiber ver 2.87 13.31 0.00 0.61 ind:pas:3s; -exhibai exhiber ver 2.87 13.31 0.00 0.14 ind:pas:1s; -exhibaient exhiber ver 2.87 13.31 0.01 0.61 ind:imp:3p; -exhibais exhiber ver 2.87 13.31 0.03 0.00 ind:imp:2s; -exhibait exhiber ver 2.87 13.31 0.16 2.03 ind:imp:3s; -exhibant exhiber ver 2.87 13.31 0.16 1.69 par:pre; -exhibe exhiber ver 2.87 13.31 0.58 1.49 imp:pre:2s;ind:pre:1s;ind:pre:3s; -exhibent exhiber ver 2.87 13.31 0.05 0.74 ind:pre:3p; -exhiber exhiber ver 2.87 13.31 0.98 3.78 inf; -exhibera exhiber ver 2.87 13.31 0.20 0.07 ind:fut:3s; -exhiberait exhiber ver 2.87 13.31 0.01 0.14 cnd:pre:3s; -exhiberas exhiber ver 2.87 13.31 0.00 0.07 ind:fut:2s; -exhibez exhiber ver 2.87 13.31 0.04 0.00 imp:pre:2p;ind:pre:2p; -exhibions exhiber ver 2.87 13.31 0.01 0.07 ind:imp:1p; -exhibition exhibition nom f s 0.44 2.77 0.36 2.09 -exhibitionnisme exhibitionnisme nom m s 0.20 0.81 0.20 0.81 -exhibitionniste exhibitionniste nom s 1.08 1.55 0.85 1.01 -exhibitionnistes exhibitionniste nom p 1.08 1.55 0.23 0.54 -exhibitions exhibition nom f p 0.44 2.77 0.08 0.68 -exhibé exhiber ver m s 2.87 13.31 0.30 1.15 par:pas; -exhibée exhiber ver f s 2.87 13.31 0.32 0.20 par:pas; -exhibées exhiber ver f p 2.87 13.31 0.00 0.20 par:pas; -exhibés exhiber ver m p 2.87 13.31 0.02 0.34 par:pas; -exhorta exhorter ver 0.66 3.51 0.00 0.68 ind:pas:3s; -exhortai exhorter ver 0.66 3.51 0.00 0.07 ind:pas:1s; -exhortaient exhorter ver 0.66 3.51 0.02 0.07 ind:imp:3p; -exhortais exhorter ver 0.66 3.51 0.00 0.34 ind:imp:1s; -exhortait exhorter ver 0.66 3.51 0.01 0.54 ind:imp:3s; -exhortant exhorter ver 0.66 3.51 0.01 0.27 par:pre; -exhortation exhortation nom f s 0.13 1.69 0.02 0.47 -exhortations exhortation nom f p 0.13 1.69 0.11 1.22 -exhorte exhorter ver 0.66 3.51 0.34 0.68 imp:pre:2s;ind:pre:1s;ind:pre:3s; -exhortent exhorter ver 0.66 3.51 0.01 0.14 ind:pre:3p; -exhorter exhorter ver 0.66 3.51 0.06 0.54 inf; -exhortions exhorter ver 0.66 3.51 0.00 0.07 ind:imp:1p; -exhortâmes exhorter ver 0.66 3.51 0.00 0.07 ind:pas:1p; -exhortons exhorter ver 0.66 3.51 0.04 0.00 ind:pre:1p; -exhorté exhorter ver m s 0.66 3.51 0.17 0.07 par:pas; -exhuma exhumer ver 1.62 3.85 0.00 0.14 ind:pas:3s; -exhumaient exhumer ver 1.62 3.85 0.00 0.20 ind:imp:3p; -exhumais exhumer ver 1.62 3.85 0.00 0.07 ind:imp:1s; -exhumait exhumer ver 1.62 3.85 0.02 0.07 ind:imp:3s; -exhumant exhumer ver 1.62 3.85 0.01 0.14 par:pre; -exhumation exhumation nom f s 0.30 0.27 0.30 0.27 -exhume exhumer ver 1.62 3.85 0.07 0.34 imp:pre:2s;ind:pre:3s; -exhumer exhumer ver 1.62 3.85 0.81 0.88 inf; -exhumera exhumer ver 1.62 3.85 0.02 0.07 ind:fut:3s; -exhumeront exhumer ver 1.62 3.85 0.00 0.07 ind:fut:3p; -exhumé exhumer ver m s 1.62 3.85 0.41 0.95 par:pas; -exhumée exhumer ver f s 1.62 3.85 0.04 0.27 par:pas; -exhumées exhumer ver f p 1.62 3.85 0.01 0.20 par:pas; -exhumés exhumer ver m p 1.62 3.85 0.22 0.47 par:pas; -exige exiger ver 34.96 60.07 18.93 14.53 imp:pre:2s;ind:pre:1s;ind:pre:3s; -exigea exiger ver 34.96 60.07 0.05 1.96 ind:pas:3s; -exigeai exiger ver 34.96 60.07 0.00 0.34 ind:pas:1s; -exigeaient exiger ver 34.96 60.07 0.05 3.04 ind:imp:3p; -exigeais exiger ver 34.96 60.07 0.04 0.41 ind:imp:1s; -exigeait exiger ver 34.96 60.07 1.21 13.11 ind:imp:3s; -exigeant exigeant adj m s 3.79 7.84 1.77 2.97 -exigeante exigeant adj f s 3.79 7.84 1.59 3.18 -exigeantes exigeant adj f p 3.79 7.84 0.14 0.41 -exigeants exigeant adj m p 3.79 7.84 0.28 1.28 -exigeassent exiger ver 34.96 60.07 0.00 0.14 sub:imp:3p; -exigence exigence nom f s 5.17 17.36 1.22 5.14 -exigences exigence nom f p 5.17 17.36 3.96 12.23 -exigent exiger ver 34.96 60.07 2.80 2.97 ind:pre:3p; -exigeons exiger ver 34.96 60.07 1.21 0.14 imp:pre:1p;ind:pre:1p; -exiger exiger ver 34.96 60.07 3.13 8.11 inf; -exigera exiger ver 34.96 60.07 0.26 0.88 ind:fut:3s; -exigerai exiger ver 34.96 60.07 0.25 0.20 ind:fut:1s; -exigeraient exiger ver 34.96 60.07 0.00 0.27 cnd:pre:3p; -exigerais exiger ver 34.96 60.07 0.02 0.07 cnd:pre:1s;cnd:pre:2s; -exigerait exiger ver 34.96 60.07 0.14 1.01 cnd:pre:3s; -exigerez exiger ver 34.96 60.07 0.03 0.14 ind:fut:2p; -exigeriez exiger ver 34.96 60.07 0.02 0.00 cnd:pre:2p; -exigerions exiger ver 34.96 60.07 0.01 0.00 cnd:pre:1p; -exigerons exiger ver 34.96 60.07 0.13 0.00 ind:fut:1p; -exigeront exiger ver 34.96 60.07 0.21 0.14 ind:fut:3p; -exiges exiger ver 34.96 60.07 0.61 0.20 ind:pre:2s; -exigez exiger ver 34.96 60.07 0.61 0.41 imp:pre:2p;ind:pre:2p; -exigible exigible adj m s 0.01 0.07 0.01 0.07 -exigiez exiger ver 34.96 60.07 0.16 0.00 ind:imp:2p; -exigèrent exiger ver 34.96 60.07 0.00 0.14 ind:pas:3p; -exigu exigu adj m s 0.53 4.66 0.38 1.89 -exigé exiger ver m s 34.96 60.07 3.58 6.49 par:pas; -exiguïté exiguïté nom f s 0.00 1.76 0.00 1.76 -exigée exiger ver f s 34.96 60.07 0.56 1.01 par:pas; -exigées exiger ver f p 34.96 60.07 0.17 0.07 par:pas; -exigus exigu adj m p 0.53 4.66 0.00 0.41 -exigés exiger ver m p 34.96 60.07 0.01 0.47 par:pas; -exiguë exigu adj f s 0.53 4.66 0.12 1.69 -exiguës exigu adj f p 0.53 4.66 0.02 0.68 -exil exil nom m s 6.04 13.99 5.91 13.58 -exila exiler ver 2.41 4.32 0.04 0.20 ind:pas:3s; -exilaient exiler ver 2.41 4.32 0.00 0.07 ind:imp:3p; -exilait exiler ver 2.41 4.32 0.00 0.14 ind:imp:3s; -exilant exiler ver 2.41 4.32 0.00 0.07 par:pre; -exile exiler ver 2.41 4.32 0.43 0.47 imp:pre:2s;ind:pre:1s;ind:pre:3s; -exilent exiler ver 2.41 4.32 0.00 0.07 ind:pre:3p; -exiler exiler ver 2.41 4.32 0.73 0.61 inf; -exiles exiler ver 2.41 4.32 0.14 0.00 ind:pre:2s; -exilez exiler ver 2.41 4.32 0.01 0.00 imp:pre:2p; -exilât exiler ver 2.41 4.32 0.00 0.07 sub:imp:3s; -exils exil nom m p 6.04 13.99 0.14 0.41 -exilé exilé nom m s 2.23 4.05 0.88 1.62 -exilée exilé nom f s 2.23 4.05 0.25 0.34 -exilées exilé adj f p 0.50 1.89 0.00 0.14 -exilés exilé nom m p 2.23 4.05 1.12 2.03 -exista exister ver 136.24 148.18 0.00 0.41 ind:pas:3s; -existai exister ver 136.24 148.18 0.00 0.07 ind:pas:1s; -existaient exister ver 136.24 148.18 1.88 7.16 ind:imp:3p; -existais exister ver 136.24 148.18 2.05 2.36 ind:imp:1s;ind:imp:2s; -existait exister ver 136.24 148.18 9.58 32.57 ind:imp:3s; -existant existant adj m s 1.43 2.03 0.19 0.54 -existante existant adj f s 1.43 2.03 0.48 0.41 -existantes existant adj f p 1.43 2.03 0.23 0.54 -existants existant adj m p 1.43 2.03 0.52 0.54 -existe exister ver 136.24 148.18 85.86 57.97 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -existence existence nom f s 24.98 97.36 24.66 93.85 -existences existence nom f p 24.98 97.36 0.33 3.51 -existent exister ver 136.24 148.18 10.74 8.24 ind:pre:3p; -existentialisme existentialisme nom m s 0.07 0.61 0.07 0.61 -existentialiste existentialiste adj m s 0.06 0.20 0.05 0.07 -existentialistes existentialiste nom p 0.03 0.34 0.02 0.27 -existentiel existentiel adj m s 0.35 0.88 0.14 0.20 -existentielle existentiel adj f s 0.35 0.88 0.13 0.54 -existentielles existentiel adj f p 0.35 0.88 0.08 0.14 -exister exister ver 136.24 148.18 8.62 20.20 inf; -existera exister ver 136.24 148.18 1.52 0.41 ind:fut:3s; -existerai exister ver 136.24 148.18 0.05 0.20 ind:fut:1s; -existeraient exister ver 136.24 148.18 0.07 0.20 cnd:pre:3p; -existerais exister ver 136.24 148.18 0.47 0.14 cnd:pre:1s;cnd:pre:2s; -existerait exister ver 136.24 148.18 0.97 0.95 cnd:pre:3s; -existeras exister ver 136.24 148.18 0.20 0.00 ind:fut:2s; -existeriez exister ver 136.24 148.18 0.11 0.00 cnd:pre:2p; -existerions exister ver 136.24 148.18 0.15 0.00 cnd:pre:1p; -existerons exister ver 136.24 148.18 0.03 0.00 ind:fut:1p; -existeront exister ver 136.24 148.18 0.15 0.20 ind:fut:3p; -existes exister ver 136.24 148.18 3.56 1.08 ind:pre:2s;sub:pre:2s; -existez exister ver 136.24 148.18 1.46 0.41 imp:pre:2p;ind:pre:2p; -existiez exister ver 136.24 148.18 0.41 0.14 ind:imp:2p; -existions exister ver 136.24 148.18 0.12 0.27 ind:imp:1p; -existons exister ver 136.24 148.18 0.60 0.41 imp:pre:1p;ind:pre:1p; -existât exister ver 136.24 148.18 0.00 1.55 sub:imp:3s; -existèrent exister ver 136.24 148.18 0.00 0.27 ind:pas:3p; -existé exister ver m s 136.24 148.18 7.42 11.42 par:pas; -existée exister ver f s 136.24 148.18 0.03 0.00 par:pas; -existés exister ver m p 136.24 148.18 0.04 0.00 par:pas; -exit exit ver 0.20 0.27 0.20 0.27 inf; -exo exo nom m s 0.11 0.27 0.04 0.20 -exobiologie exobiologie nom f s 0.02 0.00 0.02 0.00 -exocet exocet nom m s 0.01 0.00 0.01 0.00 -exode exode nom m s 0.43 4.53 0.42 4.32 -exodes exode nom m p 0.43 4.53 0.01 0.20 -exogamie exogamie nom f s 0.00 0.41 0.00 0.41 -exogamique exogamique adj m s 0.00 0.27 0.00 0.27 -exogène exogène adj f s 0.01 0.00 0.01 0.00 -exonérait exonérer ver 0.08 0.20 0.00 0.07 ind:imp:3s; -exonération exonération nom f s 0.25 0.00 0.25 0.00 -exonérer exonérer ver 0.08 0.20 0.06 0.07 inf; -exonérera exonérer ver 0.08 0.20 0.01 0.00 ind:fut:3s; -exonérées exonérer ver f p 0.08 0.20 0.01 0.07 par:pas; -exophtalmique exophtalmique adj m s 0.00 0.07 0.00 0.07 -exorable exorable adj s 0.00 0.14 0.00 0.14 -exorbitaient exorbiter ver 0.00 0.81 0.00 0.20 ind:imp:3p; -exorbitait exorbiter ver 0.00 0.81 0.00 0.07 ind:imp:3s; -exorbitant exorbitant adj m s 0.83 2.30 0.53 0.54 -exorbitante exorbitant adj f s 0.83 2.30 0.05 1.08 -exorbitantes exorbitant adj f p 0.83 2.30 0.05 0.47 -exorbitants exorbitant adj m p 0.83 2.30 0.21 0.20 -exorbiter exorbiter ver 0.00 0.81 0.00 0.07 inf; -exorbité exorbité adj m s 0.36 2.84 0.00 0.27 -exorbitées exorbité adj f p 0.36 2.84 0.00 0.14 -exorbités exorbité adj m p 0.36 2.84 0.36 2.43 -exorcisa exorciser ver 2.00 2.70 0.00 0.14 ind:pas:3s; -exorcisait exorciser ver 2.00 2.70 0.01 0.14 ind:imp:3s; -exorcisant exorciser ver 2.00 2.70 0.02 0.00 par:pre; -exorcise exorciser ver 2.00 2.70 0.85 0.14 imp:pre:2s;ind:pre:1s;ind:pre:3s; -exorcisent exorciser ver 2.00 2.70 0.02 0.00 ind:pre:3p; -exorciser exorciser ver 2.00 2.70 0.48 1.35 inf; -exorciserait exorciser ver 2.00 2.70 0.00 0.07 cnd:pre:3s; -exorcisez exorciser ver 2.00 2.70 0.01 0.07 imp:pre:2p;ind:pre:2p; -exorcisions exorciser ver 2.00 2.70 0.01 0.07 ind:imp:1p; -exorcisme exorcisme nom m s 2.09 1.82 1.86 1.49 -exorcismes exorcisme nom m p 2.09 1.82 0.23 0.34 -exorciste exorciste nom s 0.60 0.14 0.57 0.07 -exorcistes exorciste nom p 0.60 0.14 0.03 0.07 -exorcisé exorciser ver m s 2.00 2.70 0.43 0.54 par:pas; -exorcisée exorciser ver f s 2.00 2.70 0.16 0.07 par:pas; -exorcisées exorciser ver f p 2.00 2.70 0.00 0.07 par:pas; -exorcisés exorciser ver m p 2.00 2.70 0.00 0.07 par:pas; -exorde exorde nom m s 0.01 0.54 0.01 0.47 -exordes exorde nom m p 0.01 0.54 0.00 0.07 -exos exo nom m p 0.11 0.27 0.07 0.07 -exosphère exosphère nom f s 0.01 0.00 0.01 0.00 -exosquelette exosquelette nom m s 0.36 0.00 0.36 0.00 -exostose exostose nom f s 0.03 0.00 0.02 0.00 -exostoses exostose nom f p 0.03 0.00 0.01 0.00 -exothermique exothermique adj f s 0.03 0.00 0.03 0.00 -exotique exotique adj s 4.19 8.99 2.86 5.00 -exotiquement exotiquement adv 0.00 0.07 0.00 0.07 -exotiques exotique adj p 4.19 8.99 1.33 3.99 -exotisme exotisme nom m s 0.23 2.77 0.23 2.77 -expansible expansible adj s 0.02 0.00 0.02 0.00 -expansif expansif adj m s 0.33 1.35 0.15 0.81 -expansifs expansif adj m p 0.33 1.35 0.01 0.07 -expansion expansion nom f s 1.89 2.50 1.89 2.50 -expansionnisme expansionnisme nom m s 0.01 0.07 0.01 0.07 -expansionniste expansionniste adj f s 0.02 0.00 0.02 0.00 -expansionnistes expansionniste nom p 0.10 0.07 0.10 0.00 -expansive expansif adj f s 0.33 1.35 0.15 0.41 -expansives expansif adj f p 0.33 1.35 0.02 0.07 -expansé expansé adj m s 0.00 0.07 0.00 0.07 -expatriait expatrier ver 0.39 0.81 0.00 0.07 ind:imp:3s; -expatriation expatriation nom f s 0.00 0.07 0.00 0.07 -expatrier expatrier ver 0.39 0.81 0.25 0.41 inf; -expatrièrent expatrier ver 0.39 0.81 0.00 0.07 ind:pas:3p; -expatrié expatrié nom m s 0.35 0.14 0.21 0.00 -expatriée expatrier ver f s 0.39 0.81 0.00 0.07 par:pas; -expatriés expatrié nom m p 0.35 0.14 0.14 0.14 -expectatif expectatif adj m s 0.00 0.07 0.00 0.07 -expectation expectation nom f s 0.02 0.00 0.02 0.00 -expectative expectative nom f s 0.09 1.01 0.06 1.01 -expectatives expectative nom f p 0.09 1.01 0.02 0.00 -expectora expectorer ver 0.02 0.41 0.00 0.07 ind:pas:3s; -expectorant expectorant nom m s 0.01 0.00 0.01 0.00 -expectoration expectoration nom f s 0.02 0.27 0.02 0.27 -expectorer expectorer ver 0.02 0.41 0.00 0.14 inf; -expectoré expectorer ver m s 0.02 0.41 0.01 0.14 par:pas; -expectorées expectorer ver f p 0.02 0.41 0.01 0.00 par:pas; -expert_comptable expert_comptable nom m s 0.23 0.20 0.23 0.20 -expert expert nom m s 20.14 5.00 12.70 1.96 -experte expert adj f s 7.66 6.15 3.45 2.16 -expertement expertement adv 0.00 0.07 0.00 0.07 -expertes expert adj f p 7.66 6.15 0.34 1.15 -expertisaient expertiser ver 0.26 0.47 0.00 0.07 ind:imp:3p; -expertisait expertiser ver 0.26 0.47 0.00 0.07 ind:imp:3s; -expertisant expertiser ver 0.26 0.47 0.00 0.07 par:pre; -expertise expertise nom f s 2.88 0.68 2.69 0.61 -expertiser expertiser ver 0.26 0.47 0.24 0.27 inf; -expertises expertise nom f p 2.88 0.68 0.20 0.07 -experts expert nom m p 20.14 5.00 7.44 3.04 -expiaient expier ver 2.42 2.30 0.00 0.07 ind:imp:3p; -expiait expier ver 2.42 2.30 0.00 0.27 ind:imp:3s; -expiant expier ver 2.42 2.30 0.04 0.00 par:pre; -expiation expiation nom f s 0.44 0.88 0.44 0.88 -expiatoire expiatoire adj s 0.17 0.95 0.16 0.74 -expiatoires expiatoire adj p 0.17 0.95 0.01 0.20 -expiatrice expiateur adj f s 0.00 0.07 0.00 0.07 -expie expier ver 2.42 2.30 0.29 0.27 imp:pre:2s;ind:pre:1s;ind:pre:3s; -expier expier ver 2.42 2.30 1.73 1.35 inf; -expieras expier ver 2.42 2.30 0.02 0.00 ind:fut:2s; -expira expirer ver 6.06 4.59 0.00 0.61 ind:pas:3s; -expirais expirer ver 6.06 4.59 0.00 0.07 ind:imp:1s; -expirait expirer ver 6.06 4.59 0.04 0.88 ind:imp:3s; -expirant expirer ver 6.06 4.59 0.01 0.14 par:pre; -expirante expirant adj f s 0.00 0.41 0.00 0.07 -expirantes expirant adj f p 0.00 0.41 0.00 0.07 -expiration expiration nom f s 1.29 1.28 1.29 1.08 -expirations expiration nom f p 1.29 1.28 0.00 0.20 -expire expirer ver 6.06 4.59 2.63 0.88 imp:pre:2s;ind:pre:1s;ind:pre:3s; -expirent expirer ver 6.06 4.59 0.20 0.20 ind:pre:3p; -expirer expirer ver 6.06 4.59 0.72 0.95 inf; -expirera expirer ver 6.06 4.59 0.07 0.00 ind:fut:3s; -expirerait expirer ver 6.06 4.59 0.00 0.14 cnd:pre:3s; -expirez expirer ver 6.06 4.59 0.54 0.14 imp:pre:2p;ind:pre:2p; -expirons expirer ver 6.06 4.59 0.00 0.07 ind:pre:1p; -expiré expirer ver m s 6.06 4.59 1.73 0.34 par:pas; -expirée expirer ver f s 6.06 4.59 0.09 0.14 par:pas; -expirés expirer ver m p 6.06 4.59 0.01 0.07 par:pas; -expié expier ver m s 2.42 2.30 0.33 0.20 par:pas; -expiée expier ver f s 2.42 2.30 0.00 0.07 par:pas; -expiés expier ver m p 2.42 2.30 0.00 0.07 par:pas; -explicable explicable adj s 0.19 1.42 0.19 1.22 -explicables explicable adj m p 0.19 1.42 0.00 0.20 -explicatif explicatif adj m s 0.03 1.15 0.01 0.20 -explicatifs explicatif adj m p 0.03 1.15 0.00 0.20 -explication explication nom f s 31.74 46.28 24.60 28.85 -explications explication nom f p 31.74 46.28 7.14 17.43 -explicative explicatif adj f s 0.03 1.15 0.02 0.54 -explicatives explicatif adj f p 0.03 1.15 0.00 0.20 -explicitant expliciter ver 0.06 0.68 0.00 0.07 par:pre; -explicite explicite adj s 1.78 2.16 1.34 1.82 -explicitement explicitement adv 0.48 1.55 0.48 1.55 -expliciter expliciter ver 0.06 0.68 0.06 0.54 inf; -explicites explicite adj p 1.78 2.16 0.45 0.34 -expliqua expliquer ver 200.93 233.92 0.77 36.42 ind:pas:3s; -expliquai expliquer ver 200.93 233.92 0.26 2.70 ind:pas:1s; -expliquaient expliquer ver 200.93 233.92 0.12 1.08 ind:imp:3p; -expliquais expliquer ver 200.93 233.92 1.25 1.82 ind:imp:1s;ind:imp:2s; -expliquait expliquer ver 200.93 233.92 1.40 21.62 ind:imp:3s; -expliquant expliquer ver 200.93 233.92 0.50 6.28 par:pre; -explique expliquer ver 200.93 233.92 48.02 38.24 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:1s;sub:pre:3s; -expliquent expliquer ver 200.93 233.92 0.78 2.09 ind:pre:3p; -expliquer expliquer ver 200.93 233.92 89.21 76.55 inf;;inf;;inf;; -expliquera expliquer ver 200.93 233.92 3.69 1.89 ind:fut:3s; -expliquerai expliquer ver 200.93 233.92 13.85 5.81 ind:fut:1s; -expliqueraient expliquer ver 200.93 233.92 0.06 0.27 cnd:pre:3p; -expliquerais expliquer ver 200.93 233.92 0.55 0.20 cnd:pre:1s;cnd:pre:2s; -expliquerait expliquer ver 200.93 233.92 3.30 2.03 cnd:pre:3s; -expliqueras expliquer ver 200.93 233.92 1.19 0.74 ind:fut:2s; -expliquerez expliquer ver 200.93 233.92 1.29 0.54 ind:fut:2p; -expliqueriez expliquer ver 200.93 233.92 0.05 0.07 cnd:pre:2p; -expliquerons expliquer ver 200.93 233.92 0.11 0.20 ind:fut:1p; -expliqueront expliquer ver 200.93 233.92 0.25 0.14 ind:fut:3p; -expliques expliquer ver 200.93 233.92 3.97 1.62 ind:pre:2s;sub:pre:2s; -expliquez expliquer ver 200.93 233.92 14.34 3.11 imp:pre:2p;ind:pre:2p; -expliquiez expliquer ver 200.93 233.92 0.61 0.27 ind:imp:2p;sub:pre:2p; -expliquions expliquer ver 200.93 233.92 0.03 0.20 ind:imp:1p; -expliquâmes expliquer ver 200.93 233.92 0.00 0.07 ind:pas:1p; -expliquons expliquer ver 200.93 233.92 0.23 0.20 imp:pre:1p;ind:pre:1p; -expliquât expliquer ver 200.93 233.92 0.00 0.34 sub:imp:3s; -expliquèrent expliquer ver 200.93 233.92 0.00 0.41 ind:pas:3p; -expliqué expliquer ver m s 200.93 233.92 14.18 27.57 par:pas; -expliquée expliquer ver f s 200.93 233.92 0.36 0.34 par:pas; -expliquées expliquer ver f p 200.93 233.92 0.14 0.47 par:pas; -expliqués expliquer ver m p 200.93 233.92 0.35 0.61 par:pas; -exploit exploit nom m s 8.00 15.61 3.97 5.20 -exploita exploiter ver 9.47 11.15 0.00 0.14 ind:pas:3s; -exploitable exploitable adj s 0.19 0.41 0.14 0.34 -exploitables exploitable adj p 0.19 0.41 0.05 0.07 -exploitai exploiter ver 9.47 11.15 0.00 0.07 ind:pas:1s; -exploitaient exploiter ver 9.47 11.15 0.05 0.34 ind:imp:3p; -exploitais exploiter ver 9.47 11.15 0.00 0.07 ind:imp:1s; -exploitait exploiter ver 9.47 11.15 0.10 0.54 ind:imp:3s; -exploitant exploiter ver 9.47 11.15 0.27 0.41 par:pre; -exploitante exploitant nom f s 0.46 0.41 0.14 0.00 -exploitants exploitant nom m p 0.46 0.41 0.06 0.34 -exploitation exploitation nom f s 4.25 6.82 3.86 6.62 -exploitations exploitation nom f p 4.25 6.82 0.40 0.20 -exploite exploiter ver 9.47 11.15 1.23 0.88 imp:pre:2s;ind:pre:1s;ind:pre:3s; -exploitent exploiter ver 9.47 11.15 0.58 0.54 ind:pre:3p; -exploiter exploiter ver 9.47 11.15 4.18 5.07 inf; -exploitera exploiter ver 9.47 11.15 0.05 0.00 ind:fut:3s; -exploiterais exploiter ver 9.47 11.15 0.01 0.07 cnd:pre:1s;cnd:pre:2s; -exploiterait exploiter ver 9.47 11.15 0.04 0.07 cnd:pre:3s; -exploiteront exploiter ver 9.47 11.15 0.03 0.00 ind:fut:3p; -exploites exploiter ver 9.47 11.15 0.19 0.14 ind:pre:2s; -exploiteur exploiteur nom m s 0.57 1.22 0.29 0.27 -exploiteurs exploiteur nom m p 0.57 1.22 0.28 0.88 -exploiteuses exploiteur nom f p 0.57 1.22 0.00 0.07 -exploitez exploiter ver 9.47 11.15 0.27 0.20 imp:pre:2p;ind:pre:2p; -exploitions exploiter ver 9.47 11.15 0.00 0.07 ind:imp:1p; -exploitons exploiter ver 9.47 11.15 0.02 0.00 imp:pre:1p;ind:pre:1p; -exploitât exploiter ver 9.47 11.15 0.00 0.14 sub:imp:3s; -exploits exploit nom m p 8.00 15.61 4.03 10.41 -exploitèrent exploiter ver 9.47 11.15 0.00 0.07 ind:pas:3p; -exploité exploiter ver m s 9.47 11.15 1.64 0.88 par:pas; -exploitée exploiter ver f s 9.47 11.15 0.35 0.68 par:pas; -exploitées exploité adj f p 0.27 0.88 0.15 0.20 -exploités exploiter ver m p 9.47 11.15 0.33 0.27 par:pas; -explora explorer ver 10.00 12.03 0.02 0.54 ind:pas:3s; -explorai explorer ver 10.00 12.03 0.00 0.07 ind:pas:1s; -exploraient explorer ver 10.00 12.03 0.03 0.27 ind:imp:3p; -explorais explorer ver 10.00 12.03 0.17 0.27 ind:imp:1s;ind:imp:2s; -explorait explorer ver 10.00 12.03 0.23 0.74 ind:imp:3s; -explorant explorer ver 10.00 12.03 0.42 0.81 par:pre; -explorateur explorateur nom m s 1.47 2.64 0.69 1.62 -explorateurs explorateur nom m p 1.47 2.64 0.72 0.95 -exploration exploration nom f s 2.06 4.53 1.81 3.31 -explorations exploration nom f p 2.06 4.53 0.25 1.22 -exploratoire exploratoire adj f s 0.10 0.07 0.10 0.00 -exploratoires exploratoire adj f p 0.10 0.07 0.00 0.07 -exploratrice explorateur adj f s 0.70 0.95 0.25 0.00 -exploratrices explorateur adj f p 0.70 0.95 0.00 0.07 -explore explorer ver 10.00 12.03 0.98 0.68 imp:pre:2s;ind:pre:1s;ind:pre:3s; -explorent explorer ver 10.00 12.03 0.12 0.07 ind:pre:3p; -explorer explorer ver 10.00 12.03 5.50 6.76 ind:pre:2p;inf; -explorera explorer ver 10.00 12.03 0.05 0.00 ind:fut:3s; -explorerai explorer ver 10.00 12.03 0.08 0.00 ind:fut:1s; -explorerez explorer ver 10.00 12.03 0.01 0.00 ind:fut:2p; -explorerons explorer ver 10.00 12.03 0.17 0.00 ind:fut:1p; -exploreur exploreur nom m s 0.01 0.00 0.01 0.00 -explorez explorer ver 10.00 12.03 0.33 0.00 imp:pre:2p;ind:pre:2p; -explorions explorer ver 10.00 12.03 0.06 0.20 ind:imp:1p; -explorons explorer ver 10.00 12.03 0.46 0.00 imp:pre:1p;ind:pre:1p; -explorèrent explorer ver 10.00 12.03 0.02 0.27 ind:pas:3p; -exploré explorer ver m s 10.00 12.03 1.00 0.68 par:pas; -explorée explorer ver f s 10.00 12.03 0.26 0.34 par:pas; -explorées explorer ver f p 10.00 12.03 0.04 0.14 par:pas; -explorés explorer ver m p 10.00 12.03 0.04 0.20 par:pas; -explosa exploser ver 53.79 24.05 0.36 2.97 ind:pas:3s; -explosai exploser ver 53.79 24.05 0.00 0.07 ind:pas:1s; -explosaient exploser ver 53.79 24.05 0.18 1.15 ind:imp:3p; -explosais exploser ver 53.79 24.05 0.04 0.00 ind:imp:1s; -explosait exploser ver 53.79 24.05 0.23 1.69 ind:imp:3s; -explosant exploser ver 53.79 24.05 0.35 0.81 par:pre; -explose exploser ver 53.79 24.05 10.22 3.72 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -explosent exploser ver 53.79 24.05 1.54 1.62 ind:pre:3p; -exploser exploser ver 53.79 24.05 25.11 7.36 imp:pre:2p;inf; -explosera exploser ver 53.79 24.05 1.87 0.14 ind:fut:3s; -exploserai exploser ver 53.79 24.05 0.13 0.00 ind:fut:1s; -exploseraient exploser ver 53.79 24.05 0.12 0.00 cnd:pre:3p; -exploserais exploser ver 53.79 24.05 0.07 0.00 cnd:pre:1s; -exploserait exploser ver 53.79 24.05 0.68 0.20 cnd:pre:3s; -exploseras exploser ver 53.79 24.05 0.05 0.07 ind:fut:2s; -exploserez exploser ver 53.79 24.05 0.23 0.00 ind:fut:2p; -exploseront exploser ver 53.79 24.05 0.18 0.00 ind:fut:3p; -exploses exploser ver 53.79 24.05 0.13 0.00 ind:pre:2s;sub:pre:2s; -exploseur exploseur nom m s 0.01 0.07 0.01 0.07 -explosez exploser ver 53.79 24.05 0.27 0.00 imp:pre:2p;ind:pre:2p; -explosif explosif nom m s 10.04 2.70 2.05 0.61 -explosifs explosif nom m p 10.04 2.70 7.97 1.96 -explosion explosion nom f s 26.14 25.68 23.11 17.64 -explosions explosion nom f p 26.14 25.68 3.02 8.04 -explosive explosif adj f s 4.07 2.77 1.18 0.95 -explosives explosif adj f p 4.07 2.77 0.52 0.14 -explosons exploser ver 53.79 24.05 0.15 0.00 imp:pre:1p;ind:pre:1p; -explosât exploser ver 53.79 24.05 0.00 0.14 sub:imp:3s; -explosèrent exploser ver 53.79 24.05 0.01 0.41 ind:pas:3p; -explosé exploser ver m s 53.79 24.05 11.10 3.31 par:pas; -explosée exploser ver f s 53.79 24.05 0.59 0.20 par:pas; -explosées exploser ver f p 53.79 24.05 0.04 0.14 par:pas; -explosés exploser ver m p 53.79 24.05 0.13 0.00 par:pas; -explétif explétif nom m s 0.00 0.07 0.00 0.07 -explétive explétif adj f s 0.01 0.07 0.01 0.07 -expo expo nom f s 3.77 0.54 3.26 0.47 -exponentiel exponentiel adj m s 0.39 0.20 0.14 0.07 -exponentielle exponentiel adj f s 0.39 0.20 0.20 0.07 -exponentiellement exponentiellement adv 0.17 0.00 0.17 0.00 -exponentielles exponentiel adj f p 0.39 0.20 0.04 0.07 -export export nom m s 0.58 0.20 0.53 0.20 -exporta exporter ver 0.83 0.88 0.00 0.07 ind:pas:3s; -exportaient exporter ver 0.83 0.88 0.14 0.07 ind:imp:3p; -exportant exporter ver 0.83 0.88 0.02 0.00 par:pre; -exportateur exportateur adj m s 0.07 0.14 0.05 0.07 -exportateurs exportateur adj m p 0.07 0.14 0.01 0.07 -exportation exportation nom f s 0.88 1.96 0.76 1.49 -exportations exportation nom f p 0.88 1.96 0.11 0.47 -exporte exporter ver 0.83 0.88 0.15 0.20 imp:pre:2s;ind:pre:1s;ind:pre:3s; -exporter exporter ver 0.83 0.88 0.17 0.34 inf; -exportera exporter ver 0.83 0.88 0.01 0.00 ind:fut:3s; -exporterons exporter ver 0.83 0.88 0.01 0.00 ind:fut:1p; -exportez exporter ver 0.83 0.88 0.01 0.00 ind:pre:2p; -exports export nom m p 0.58 0.20 0.06 0.00 -exporté exporter ver m s 0.83 0.88 0.02 0.00 par:pas; -exportée exporter ver f s 0.83 0.88 0.01 0.00 par:pas; -exportées exporter ver f p 0.83 0.88 0.02 0.00 par:pas; -exportés exporter ver m p 0.83 0.88 0.27 0.20 par:pas; -expos expo nom f p 3.77 0.54 0.51 0.07 -exposa exposer ver 22.40 38.18 0.05 2.50 ind:pas:3s; -exposai exposer ver 22.40 38.18 0.00 0.81 ind:pas:1s; -exposaient exposer ver 22.40 38.18 0.01 0.41 ind:imp:3p; -exposais exposer ver 22.40 38.18 0.05 0.61 ind:imp:1s; -exposait exposer ver 22.40 38.18 0.44 3.38 ind:imp:3s; -exposant exposant nom m s 0.25 0.14 0.25 0.14 -expose exposer ver 22.40 38.18 3.38 3.99 imp:pre:2s;ind:pre:1s;ind:pre:3s; -exposent exposer ver 22.40 38.18 0.31 0.74 ind:pre:3p; -exposer exposer ver 22.40 38.18 6.56 10.41 inf; -exposera exposer ver 22.40 38.18 0.11 0.14 ind:fut:3s; -exposerai exposer ver 22.40 38.18 0.16 0.07 ind:fut:1s; -exposerais exposer ver 22.40 38.18 0.02 0.14 cnd:pre:1s;cnd:pre:2s; -exposerait exposer ver 22.40 38.18 0.04 0.41 cnd:pre:3s; -exposerez exposer ver 22.40 38.18 0.04 0.07 ind:fut:2p; -exposerions exposer ver 22.40 38.18 0.01 0.07 cnd:pre:1p; -exposeront exposer ver 22.40 38.18 0.02 0.00 ind:fut:3p; -exposes exposer ver 22.40 38.18 1.06 0.14 ind:pre:2s; -exposez exposer ver 22.40 38.18 1.17 0.41 imp:pre:2p;ind:pre:2p; -exposiez exposer ver 22.40 38.18 0.17 0.07 ind:imp:2p; -exposition exposition nom f s 12.36 13.99 11.25 11.42 -expositions exposition nom f p 12.36 13.99 1.11 2.57 -exposâmes exposer ver 22.40 38.18 0.00 0.14 ind:pas:1p; -exposons exposer ver 22.40 38.18 0.03 0.07 imp:pre:1p;ind:pre:1p; -exposèrent exposer ver 22.40 38.18 0.00 0.07 ind:pas:3p; -exposé exposer ver m s 22.40 38.18 5.00 5.54 par:pas; -exposée exposer ver f s 22.40 38.18 1.42 3.24 par:pas; -exposées exposer ver f p 22.40 38.18 0.42 1.49 par:pas; -exposés exposer ver m p 22.40 38.18 1.71 1.55 par:pas; -express express adj 2.77 1.28 2.77 1.28 -expresse exprès adj f s 24.06 26.22 0.38 0.95 -expresses exprès adj f p 24.06 26.22 0.00 0.47 -expressif expressif adj m s 1.12 2.09 0.53 0.88 -expressifs expressif adj m p 1.12 2.09 0.26 0.34 -expression expression nom f s 19.22 76.89 17.70 69.26 -expressionnisme expressionnisme nom m s 0.07 0.14 0.07 0.14 -expressionniste expressionniste adj s 0.71 0.20 0.57 0.14 -expressionnistes expressionniste nom p 0.19 0.00 0.16 0.00 -expressions expression nom f p 19.22 76.89 1.51 7.64 -expressive expressif adj f s 1.12 2.09 0.33 0.47 -expressivement expressivement adv 0.00 0.07 0.00 0.07 -expressives expressif adj f p 1.12 2.09 0.01 0.41 -expressément expressément adv 0.34 1.55 0.34 1.55 -exprima exprimer ver 30.02 72.64 0.10 2.57 ind:pas:3s; -exprimable exprimable adj s 0.01 0.00 0.01 0.00 -exprimai exprimer ver 30.02 72.64 0.00 0.61 ind:pas:1s; -exprimaient exprimer ver 30.02 72.64 0.08 4.66 ind:imp:3p; -exprimais exprimer ver 30.02 72.64 0.14 0.61 ind:imp:1s;ind:imp:2s; -exprimait exprimer ver 30.02 72.64 0.56 11.76 ind:imp:3s; -exprimant exprimer ver 30.02 72.64 0.23 2.84 par:pre; -exprime exprimer ver 30.02 72.64 4.67 10.34 imp:pre:2s;ind:pre:1s;ind:pre:3s; -expriment exprimer ver 30.02 72.64 0.79 3.38 ind:pre:3p; -exprimer exprimer ver 30.02 72.64 18.13 25.95 inf;; -exprimera exprimer ver 30.02 72.64 0.16 0.07 ind:fut:3s; -exprimerai exprimer ver 30.02 72.64 0.02 0.07 ind:fut:1s; -exprimerais exprimer ver 30.02 72.64 0.06 0.07 cnd:pre:1s;cnd:pre:2s; -exprimerait exprimer ver 30.02 72.64 0.05 0.81 cnd:pre:3s; -exprimeras exprimer ver 30.02 72.64 0.03 0.00 ind:fut:2s; -exprimerez exprimer ver 30.02 72.64 0.03 0.14 ind:fut:2p; -exprimeront exprimer ver 30.02 72.64 0.01 0.07 ind:fut:3p; -exprimes exprimer ver 30.02 72.64 0.39 0.14 ind:pre:2s; -exprimez exprimer ver 30.02 72.64 0.82 0.27 imp:pre:2p;ind:pre:2p; -exprimiez exprimer ver 30.02 72.64 0.03 0.00 ind:imp:2p; -exprimions exprimer ver 30.02 72.64 0.00 0.20 ind:imp:1p; -exprimons exprimer ver 30.02 72.64 0.30 0.00 imp:pre:1p;ind:pre:1p; -exprimât exprimer ver 30.02 72.64 0.00 0.47 sub:imp:3s; -exprimèrent exprimer ver 30.02 72.64 0.00 0.54 ind:pas:3p; -exprimé exprimer ver m s 30.02 72.64 2.41 3.58 par:pas; -exprimée exprimer ver f s 30.02 72.64 0.75 1.96 par:pas; -exprimées exprimer ver f p 30.02 72.64 0.05 0.95 par:pas; -exprimés exprimer ver m p 30.02 72.64 0.22 0.61 par:pas; -expropria exproprier ver 0.21 0.34 0.01 0.00 ind:pas:3s; -expropriation expropriation nom f s 0.32 0.41 0.28 0.27 -expropriations expropriation nom f p 0.32 0.41 0.03 0.14 -exproprie exproprier ver 0.21 0.34 0.01 0.07 ind:pre:3s; -exproprier exproprier ver 0.21 0.34 0.04 0.00 inf; -exproprierait exproprier ver 0.21 0.34 0.00 0.07 cnd:pre:3s; -exproprié exproprier ver m s 0.21 0.34 0.11 0.07 par:pas; -expropriée exproprié nom f s 0.10 0.00 0.10 0.00 -expropriées exproprier ver f p 0.21 0.34 0.00 0.07 par:pas; -expropriés exproprier ver m p 0.21 0.34 0.01 0.00 par:pas; -exprès exprès adj m 24.06 26.22 23.68 24.80 -expédia expédier ver 8.69 23.78 0.00 1.49 ind:pas:3s; -expédiai expédier ver 8.69 23.78 0.00 0.47 ind:pas:1s; -expédiaient expédier ver 8.69 23.78 0.00 0.34 ind:imp:3p; -expédiais expédier ver 8.69 23.78 0.05 0.20 ind:imp:1s;ind:imp:2s; -expédiait expédier ver 8.69 23.78 0.06 2.36 ind:imp:3s; -expédiant expédier ver 8.69 23.78 0.05 1.01 par:pre; -expédie expédier ver 8.69 23.78 1.73 3.18 imp:pre:2s;ind:pre:1s;ind:pre:3s; -expédient expédier ver 8.69 23.78 0.26 0.47 ind:pre:3p; -expédientes expédient adj f p 0.03 0.34 0.01 0.00 -expédients expédient nom m p 0.36 2.64 0.20 1.82 -expédier expédier ver 8.69 23.78 2.09 5.41 inf; -expédiera expédier ver 8.69 23.78 0.13 0.27 ind:fut:3s; -expédierai expédier ver 8.69 23.78 0.02 0.14 ind:fut:1s; -expédierait expédier ver 8.69 23.78 0.00 0.20 cnd:pre:3s; -expédieras expédier ver 8.69 23.78 0.00 0.07 ind:fut:2s; -expédieriez expédier ver 8.69 23.78 0.02 0.00 cnd:pre:2p; -expédierons expédier ver 8.69 23.78 0.01 0.07 ind:fut:1p; -expédieront expédier ver 8.69 23.78 0.01 0.14 ind:fut:3p; -expédies expédier ver 8.69 23.78 0.04 0.07 ind:pre:2s;sub:pre:2s; -expédiez expédier ver 8.69 23.78 0.72 0.00 imp:pre:2p;ind:pre:2p; -expédions expédier ver 8.69 23.78 0.28 0.07 imp:pre:1p;ind:pre:1p; -expéditeur expéditeur nom m s 1.40 1.01 1.35 0.81 -expéditeurs expéditeur nom m p 1.40 1.01 0.03 0.20 -expéditif expéditif adj m s 0.47 2.03 0.05 1.08 -expéditifs expéditif adj m p 0.47 2.03 0.03 0.34 -expédition expédition nom f s 10.74 15.14 9.05 11.76 -expéditionnaire expéditionnaire adj s 0.18 2.77 0.16 2.43 -expéditionnaires expéditionnaire adj f p 0.18 2.77 0.02 0.34 -expéditions expédition nom f p 10.74 15.14 1.69 3.38 -expéditive expéditif adj f s 0.47 2.03 0.36 0.34 -expéditives expéditif adj f p 0.47 2.03 0.02 0.27 -expéditrice expéditeur nom f s 1.40 1.01 0.02 0.00 -expédié expédier ver m s 8.69 23.78 1.92 4.39 par:pas; -expédiée expédier ver f s 8.69 23.78 0.52 1.49 par:pas; -expédiées expédier ver f p 8.69 23.78 0.34 0.68 par:pas; -expédiés expédier ver m p 8.69 23.78 0.42 1.28 par:pas; -expulsa expulser ver 9.28 8.24 0.00 0.41 ind:pas:3s; -expulsai expulser ver 9.28 8.24 0.00 0.07 ind:pas:1s; -expulsaient expulser ver 9.28 8.24 0.01 0.27 ind:imp:3p; -expulsais expulser ver 9.28 8.24 0.00 0.14 ind:imp:1s; -expulsait expulser ver 9.28 8.24 0.02 0.27 ind:imp:3s; -expulsant expulser ver 9.28 8.24 0.03 0.20 par:pre; -expulse expulser ver 9.28 8.24 0.67 1.08 imp:pre:2s;ind:pre:1s;ind:pre:3s; -expulsent expulser ver 9.28 8.24 0.24 0.07 ind:pre:3p; -expulser expulser ver 9.28 8.24 4.03 2.30 inf;; -expulsera expulser ver 9.28 8.24 0.10 0.07 ind:fut:3s; -expulserai expulser ver 9.28 8.24 0.03 0.00 ind:fut:1s; -expulserait expulser ver 9.28 8.24 0.12 0.07 cnd:pre:3s; -expulseront expulser ver 9.28 8.24 0.01 0.00 ind:fut:3p; -expulsez expulser ver 9.28 8.24 0.15 0.14 imp:pre:2p;ind:pre:2p; -expulsion expulsion nom f s 2.97 1.76 2.51 1.55 -expulsions expulsion nom f p 2.97 1.76 0.46 0.20 -expulsive expulsif adj f s 0.01 0.00 0.01 0.00 -expulsons expulser ver 9.28 8.24 0.02 0.00 imp:pre:1p;ind:pre:1p; -expulsât expulser ver 9.28 8.24 0.00 0.07 sub:imp:3s; -expulsé expulser ver m s 9.28 8.24 2.37 1.76 par:pas; -expulsée expulser ver f s 9.28 8.24 0.42 0.41 par:pas; -expulsées expulser ver f p 9.28 8.24 0.19 0.14 par:pas; -expulsés expulser ver m p 9.28 8.24 0.88 0.81 par:pas; -expurgeait expurger ver 0.13 0.81 0.00 0.14 ind:imp:3s; -expurger expurger ver 0.13 0.81 0.00 0.14 inf; -expurgera expurger ver 0.13 0.81 0.00 0.07 ind:fut:3s; -expurgé expurger ver m s 0.13 0.81 0.03 0.07 par:pas; -expurgée expurger ver f s 0.13 0.81 0.10 0.27 par:pas; -expurgés expurger ver m p 0.13 0.81 0.00 0.14 par:pas; -expérience expérience nom f s 72.04 58.72 55.52 48.11 -expériences expérience nom f p 72.04 58.72 16.52 10.61 -expérimenta expérimenter ver 3.92 2.97 0.03 0.07 ind:pas:3s; -expérimentai expérimenter ver 3.92 2.97 0.01 0.07 ind:pas:1s; -expérimentaient expérimenter ver 3.92 2.97 0.13 0.20 ind:imp:3p; -expérimentais expérimenter ver 3.92 2.97 0.07 0.20 ind:imp:1s; -expérimentait expérimenter ver 3.92 2.97 0.08 0.14 ind:imp:3s; -expérimental expérimental adj m s 2.74 1.01 1.90 0.07 -expérimentale expérimental adj f s 2.74 1.01 0.48 0.61 -expérimentalement expérimentalement adv 0.01 0.07 0.01 0.07 -expérimentales expérimental adj f p 2.74 1.01 0.10 0.14 -expérimentant expérimenter ver 3.92 2.97 0.03 0.14 par:pre; -expérimentateur expérimentateur nom m s 0.14 0.07 0.14 0.07 -expérimentation expérimentation nom f s 1.30 2.91 0.87 2.16 -expérimentations expérimentation nom f p 1.30 2.91 0.43 0.74 -expérimentaux expérimental adj m p 2.74 1.01 0.26 0.20 -expérimente expérimenter ver 3.92 2.97 0.33 0.41 imp:pre:2s;ind:pre:1s;ind:pre:3s; -expérimentent expérimenter ver 3.92 2.97 0.18 0.00 ind:pre:3p; -expérimenter expérimenter ver 3.92 2.97 1.23 0.47 inf; -expérimenteras expérimenter ver 3.92 2.97 0.02 0.00 ind:fut:2s; -expérimentez expérimenter ver 3.92 2.97 0.18 0.00 imp:pre:2p;ind:pre:2p; -expérimentiez expérimenter ver 3.92 2.97 0.04 0.00 ind:imp:2p; -expérimentons expérimenter ver 3.92 2.97 0.02 0.07 imp:pre:1p;ind:pre:1p; -expérimenté expérimenté adj m s 2.42 1.62 1.33 0.68 -expérimentée expérimenté adj f s 2.42 1.62 0.52 0.34 -expérimentées expérimenté adj f p 2.42 1.62 0.14 0.14 -expérimentés expérimenté adj m p 2.42 1.62 0.42 0.47 -exquis exquis adj m 6.38 17.36 3.20 7.23 -exquise exquis adj f s 6.38 17.36 2.51 7.97 -exquises exquis adj f p 6.38 17.36 0.66 2.16 -exsangue exsangue adj s 0.45 4.19 0.44 2.84 -exsangues exsangue adj p 0.45 4.19 0.01 1.35 -exsudaient exsuder ver 0.05 0.41 0.00 0.07 ind:imp:3p; -exsudait exsuder ver 0.05 0.41 0.00 0.07 ind:imp:3s; -exsudant exsuder ver 0.05 0.41 0.00 0.14 par:pre; -exsudat exsudat nom m s 0.00 0.07 0.00 0.07 -exsudation exsudation nom f s 0.01 0.00 0.01 0.00 -exsude exsuder ver 0.05 0.41 0.01 0.07 ind:pre:3s; -exsuder exsuder ver 0.05 0.41 0.04 0.00 inf; -exsudé exsuder ver m s 0.05 0.41 0.00 0.07 par:pas; -extase extase nom f s 3.67 11.55 3.43 10.54 -extases extase nom f p 3.67 11.55 0.24 1.01 -extasia extasier ver 0.68 7.30 0.00 1.22 ind:pas:3s; -extasiaient extasier ver 0.68 7.30 0.14 0.41 ind:imp:3p; -extasiais extasier ver 0.68 7.30 0.00 0.34 ind:imp:1s;ind:imp:2s; -extasiait extasier ver 0.68 7.30 0.02 1.35 ind:imp:3s; -extasiant extasier ver 0.68 7.30 0.01 0.27 par:pre; -extasiantes extasiant adj f p 0.00 0.14 0.00 0.07 -extasie extasier ver 0.68 7.30 0.16 0.68 ind:pre:1s;ind:pre:3s; -extasient extasier ver 0.68 7.30 0.02 0.07 ind:pre:3p; -extasier extasier ver 0.68 7.30 0.26 0.88 inf; -extasieront extasier ver 0.68 7.30 0.00 0.14 ind:fut:3p; -extasiez extasier ver 0.68 7.30 0.02 0.00 ind:pre:2p; -extasions extasier ver 0.68 7.30 0.01 0.20 ind:pre:1p; -extasiât extasier ver 0.68 7.30 0.00 0.07 sub:imp:3s; -extasièrent extasier ver 0.68 7.30 0.00 0.07 ind:pas:3p; -extasié extasier ver m s 0.68 7.30 0.04 0.61 par:pas; -extasiée extasié adj f s 0.11 1.89 0.10 0.47 -extasiées extasier ver f p 0.68 7.30 0.00 0.20 par:pas; -extasiés extasié adj m p 0.11 1.89 0.00 0.47 -extatique extatique adj s 0.22 1.22 0.22 1.01 -extatiquement extatiquement adv 0.00 0.14 0.00 0.14 -extatiques extatique adj p 0.22 1.22 0.00 0.20 -extenseur extenseur nom m s 0.07 0.14 0.06 0.14 -extenseurs extenseur nom m p 0.07 0.14 0.01 0.00 -extensible extensible adj s 0.10 0.61 0.09 0.47 -extensibles extensible adj m p 0.10 0.61 0.01 0.14 -extension extension nom f s 2.60 2.77 2.43 2.57 -extensions extension nom f p 2.60 2.77 0.17 0.20 -extensive extensif adj f s 0.04 0.00 0.04 0.00 -extermina exterminer ver 6.85 4.05 0.13 0.07 ind:pas:3s; -exterminaient exterminer ver 6.85 4.05 0.03 0.14 ind:imp:3p; -exterminais exterminer ver 6.85 4.05 0.02 0.07 ind:imp:1s; -exterminait exterminer ver 6.85 4.05 0.00 0.14 ind:imp:3s; -exterminant exterminer ver 6.85 4.05 0.12 0.00 par:pre; -exterminateur exterminateur nom m s 0.72 0.07 0.56 0.07 -exterminateurs exterminateur nom m p 0.72 0.07 0.17 0.00 -extermination extermination nom f s 2.09 1.08 2.08 1.01 -exterminations extermination nom f p 2.09 1.08 0.01 0.07 -exterminatrice exterminateur adj f s 0.39 0.88 0.10 0.00 -exterminatrices exterminateur adj f p 0.39 0.88 0.00 0.14 -extermine exterminer ver 6.85 4.05 0.53 0.14 imp:pre:2s;ind:pre:1s;ind:pre:3s; -exterminent exterminer ver 6.85 4.05 0.18 0.00 ind:pre:3p; -exterminer exterminer ver 6.85 4.05 3.07 1.89 inf; -exterminera exterminer ver 6.85 4.05 0.23 0.00 ind:fut:3s; -exterminerait exterminer ver 6.85 4.05 0.00 0.07 cnd:pre:3s; -exterminerons exterminer ver 6.85 4.05 0.01 0.00 ind:fut:1p; -extermineront exterminer ver 6.85 4.05 0.04 0.00 ind:fut:3p; -exterminez exterminer ver 6.85 4.05 0.13 0.00 imp:pre:2p;ind:pre:2p; -exterminions exterminer ver 6.85 4.05 0.01 0.00 ind:imp:1p; -exterminons exterminer ver 6.85 4.05 0.04 0.00 imp:pre:1p;ind:pre:1p; -exterminé exterminer ver m s 6.85 4.05 0.85 0.41 par:pas; -exterminée exterminer ver f s 6.85 4.05 0.26 0.20 par:pas; -exterminées exterminer ver f p 6.85 4.05 0.15 0.07 par:pas; -exterminés exterminer ver m p 6.85 4.05 1.05 0.88 par:pas; -externalité externalité nom f s 0.01 0.00 0.01 0.00 -externat externat nom m s 0.01 0.07 0.01 0.07 -externe externe adj s 3.53 0.88 2.48 0.54 -externes externe adj p 3.53 0.88 1.05 0.34 -exterritorialité exterritorialité nom f s 0.00 0.07 0.00 0.07 -exècre exécrer ver 0.48 3.18 0.41 0.88 imp:pre:2s;ind:pre:1s;ind:pre:3s; -exècrent exécrer ver 0.48 3.18 0.00 0.07 ind:pre:3p; -extincteur extincteur nom m s 1.93 0.95 1.49 0.88 -extincteurs extincteur nom m p 1.93 0.95 0.44 0.07 -extinction extinction nom f s 3.42 3.65 3.42 3.65 -extinctrice extinctrice adj f s 0.01 0.00 0.01 0.00 -extirpa extirper ver 1.35 10.07 0.00 1.42 ind:pas:3s; -extirpaient extirper ver 1.35 10.07 0.00 0.20 ind:imp:3p; -extirpais extirper ver 1.35 10.07 0.01 0.07 ind:imp:1s; -extirpait extirper ver 1.35 10.07 0.02 0.47 ind:imp:3s; -extirpant extirper ver 1.35 10.07 0.02 0.34 par:pre; -extirpation extirpation nom f s 0.01 0.00 0.01 0.00 -extirpe extirper ver 1.35 10.07 0.05 1.76 imp:pre:2s;ind:pre:1s;ind:pre:3s; -extirpent extirper ver 1.35 10.07 0.02 0.34 ind:pre:3p; -extirper extirper ver 1.35 10.07 0.88 3.51 inf; -extirpera extirper ver 1.35 10.07 0.02 0.07 ind:fut:3s; -extirperai extirper ver 1.35 10.07 0.20 0.00 ind:fut:1s; -extirperais extirper ver 1.35 10.07 0.01 0.07 cnd:pre:1s;cnd:pre:2s; -extirperait extirper ver 1.35 10.07 0.00 0.07 cnd:pre:3s; -extirpé extirper ver m s 1.35 10.07 0.09 1.08 par:pas; -extirpée extirper ver f s 1.35 10.07 0.00 0.27 par:pas; -extirpées extirper ver f p 1.35 10.07 0.01 0.07 par:pas; -extirpés extirper ver m p 1.35 10.07 0.01 0.34 par:pas; -extorquai extorquer ver 1.35 2.03 0.00 0.07 ind:pas:1s; -extorquais extorquer ver 1.35 2.03 0.00 0.07 ind:imp:1s; -extorquait extorquer ver 1.35 2.03 0.01 0.20 ind:imp:3s; -extorque extorquer ver 1.35 2.03 0.05 0.00 ind:pre:3s; -extorquent extorquer ver 1.35 2.03 0.02 0.00 ind:pre:3p; -extorquer extorquer ver 1.35 2.03 0.90 0.68 inf; -extorqueur extorqueur nom m s 0.02 0.00 0.02 0.00 -extorquez extorquer ver 1.35 2.03 0.01 0.00 ind:pre:2p; -extorquèrent extorquer ver 1.35 2.03 0.00 0.07 ind:pas:3p; -extorqué extorquer ver m s 1.35 2.03 0.28 0.61 par:pas; -extorquée extorquer ver f s 1.35 2.03 0.03 0.07 par:pas; -extorquées extorquer ver f p 1.35 2.03 0.03 0.07 par:pas; -extorqués extorquer ver m p 1.35 2.03 0.03 0.20 par:pas; -extorsion extorsion nom f s 1.79 0.14 1.57 0.14 -extorsions extorsion nom f p 1.79 0.14 0.23 0.00 -extra_dry extra_dry nom m 0.00 0.07 0.00 0.07 -extra_fin extra_fin adj m s 0.00 0.34 0.00 0.27 -extra_fin extra_fin adj m p 0.00 0.34 0.00 0.07 -extra_fort extra_fort adj m s 0.11 0.20 0.04 0.07 -extra_fort extra_fort adj f s 0.11 0.20 0.08 0.14 -extra_lucide extra_lucide adj f s 0.05 0.20 0.04 0.14 -extra_lucide extra_lucide adj p 0.05 0.20 0.01 0.07 -extra_muros extra_muros adj f p 0.00 0.07 0.00 0.07 -extra_muros extra_muros adv 0.00 0.07 0.00 0.07 -extra_sensoriel extra_sensoriel adj m s 0.06 0.00 0.02 0.00 -extra_sensoriel extra_sensoriel adj f s 0.06 0.00 0.04 0.00 -extra_souple extra_souple adj f p 0.00 0.07 0.00 0.07 -extra_terrestre extra_terrestre nom s 3.71 0.34 1.35 0.27 -extra_terrestre extra_terrestre nom p 3.71 0.34 2.36 0.07 -extra_utérin extra_utérin adj m s 0.10 0.00 0.03 0.00 -extra_utérin extra_utérin adj f s 0.10 0.00 0.07 0.00 -extra extra adj_sup 6.78 1.42 6.78 1.42 -extraconjugal extraconjugal adj m s 0.10 0.07 0.03 0.00 -extraconjugale extraconjugal adj f s 0.10 0.07 0.02 0.00 -extraconjugales extraconjugal adj f p 0.10 0.07 0.04 0.07 -extraconjugaux extraconjugal adj m p 0.10 0.07 0.01 0.00 -extracorporelle extracorporel adj f s 0.01 0.00 0.01 0.00 -extracteur extracteur nom m s 0.04 0.00 0.04 0.00 -extracteurs extracteur nom m p 0.04 0.00 0.01 0.00 -extraction extraction nom f s 1.82 1.42 1.79 1.35 -extractions extraction nom f p 1.82 1.42 0.03 0.07 -extractive extractif adj f s 0.01 0.00 0.01 0.00 -extradaient extrader ver 0.66 0.20 0.00 0.07 ind:imp:3p; -extrade extrader ver 0.66 0.20 0.04 0.07 imp:pre:2s;ind:pre:3s; -extrader extrader ver 0.66 0.20 0.36 0.07 inf; -extradition extradition nom f s 0.78 0.14 0.78 0.14 -extradé extrader ver m s 0.66 0.20 0.26 0.00 par:pas; -extradée extradé adj f s 0.02 0.07 0.01 0.00 -extraforte extrafort adj f s 0.01 0.00 0.01 0.00 -extragalactique extragalactique adj f s 0.02 0.00 0.02 0.00 -extraient extraire ver 8.55 13.24 0.19 0.27 ind:pre:3p; -extraira extraire ver 8.55 13.24 0.04 0.00 ind:fut:3s; -extrairai extraire ver 8.55 13.24 0.04 0.00 ind:fut:1s; -extraire extraire ver 8.55 13.24 4.71 5.68 inf; -extrairons extraire ver 8.55 13.24 0.03 0.00 ind:fut:1p; -extrairont extraire ver 8.55 13.24 0.03 0.00 ind:fut:3p; -extrais extraire ver 8.55 13.24 0.17 0.41 imp:pre:2s;ind:pre:1s; -extrait extraire ver m s 8.55 13.24 1.90 3.51 ind:pre:3s;par:pas;par:pas; -extraite extraire ver f s 8.55 13.24 0.80 0.61 par:pas; -extraites extraire ver f p 8.55 13.24 0.11 0.54 par:pas; -extraits extrait nom m p 3.06 4.19 1.17 2.09 -extralucide extralucide adj m s 0.20 0.07 0.19 0.00 -extralucides extralucide adj p 0.20 0.07 0.01 0.07 -extraordinaire extraordinaire adj s 27.36 42.84 23.71 36.01 -extraordinairement extraordinairement adv 0.46 8.51 0.46 8.51 -extraordinaires extraordinaire adj p 27.36 42.84 3.65 6.82 -extrapolant extrapoler ver 0.37 0.34 0.04 0.00 par:pre; -extrapolation extrapolation nom f s 0.14 0.27 0.12 0.14 -extrapolations extrapolation nom f p 0.14 0.27 0.02 0.14 -extrapole extrapoler ver 0.37 0.34 0.07 0.07 imp:pre:2s;ind:pre:1s;ind:pre:3s; -extrapolent extrapoler ver 0.37 0.34 0.00 0.07 ind:pre:3p; -extrapoler extrapoler ver 0.37 0.34 0.14 0.07 inf; -extrapolez extrapoler ver 0.37 0.34 0.05 0.00 imp:pre:2p;ind:pre:2p; -extrapolons extrapoler ver 0.37 0.34 0.00 0.07 imp:pre:1p; -extrapolé extrapoler ver m s 0.37 0.34 0.06 0.00 par:pas; -extrapolée extrapoler ver f s 0.37 0.34 0.01 0.00 par:pas; -extrapolées extrapoler ver f p 0.37 0.34 0.00 0.07 par:pas; -extras extra nom_sup m p 4.93 1.55 1.04 0.68 -extrascolaire extrascolaire adj s 0.23 0.00 0.11 0.00 -extrascolaires extrascolaire adj p 0.23 0.00 0.13 0.00 -extrasensoriel extrasensoriel adj m s 0.51 0.00 0.02 0.00 -extrasensorielle extrasensoriel adj f s 0.51 0.00 0.25 0.00 -extrasensoriels extrasensoriel adj m p 0.51 0.00 0.25 0.00 -extrasystole extrasystole nom f s 0.03 0.00 0.03 0.00 -extraterrestre extraterrestre adj s 6.66 0.41 4.46 0.14 -extraterrestres extraterrestre nom p 9.81 1.01 6.37 0.68 -extraterritoriale extraterritorial adj f s 0.02 0.00 0.02 0.00 -extravagance extravagance nom f s 0.94 3.78 0.31 2.43 -extravagances extravagance nom f p 0.94 3.78 0.63 1.35 -extravagant extravagant adj m s 2.26 6.55 0.91 2.16 -extravagante extravagant adj f s 2.26 6.55 0.56 1.62 -extravagantes extravagant adj f p 2.26 6.55 0.36 1.15 -extravagants extravagant adj m p 2.26 6.55 0.43 1.62 -extravaguait extravaguer ver 0.00 0.27 0.00 0.07 ind:imp:3s; -extravague extravaguer ver 0.00 0.27 0.00 0.07 ind:pre:3s; -extravaguer extravaguer ver 0.00 0.27 0.00 0.07 inf; -extravagué extravaguer ver m s 0.00 0.27 0.00 0.07 par:pas; -extravasation extravasation nom f s 0.01 0.00 0.01 0.00 -extraverti extraverti adj m s 0.11 0.00 0.06 0.00 -extravertie extraverti adj f s 0.11 0.00 0.05 0.00 -extravéhiculaire extravéhiculaire adj s 0.07 0.00 0.07 0.00 -extrayaient extraire ver 8.55 13.24 0.00 0.34 ind:imp:3p; -extrayait extraire ver 8.55 13.24 0.04 0.95 ind:imp:3s; -extrayant extraire ver 8.55 13.24 0.04 0.41 par:pre; -extrayez extraire ver 8.55 13.24 0.18 0.00 imp:pre:2p;ind:pre:2p; -extrayions extraire ver 8.55 13.24 0.01 0.00 ind:imp:1p; -extroverti extroverti adj m s 0.03 0.00 0.01 0.00 -extrovertie extroverti adj f s 0.03 0.00 0.01 0.00 -extrême_onction extrême_onction nom f s 0.42 1.62 0.42 1.55 -extrême_orient extrême_orient nom m s 0.00 0.07 0.00 0.07 -extrême_oriental extrême_oriental adj f s 0.00 0.07 0.00 0.07 -extrême extrême adj s 12.08 45.54 9.07 41.62 -extrêmement extrêmement adv 14.69 16.96 14.69 16.96 -extrême_onction extrême_onction nom f p 0.42 1.62 0.00 0.07 -extrêmes extrême adj p 12.08 45.54 3.01 3.92 -extrémisme extrémisme nom m s 0.13 0.20 0.13 0.20 -extrémiste extrémiste nom s 1.03 0.61 0.42 0.27 -extrémistes extrémiste nom p 1.03 0.61 0.61 0.34 -extrémité extrémité nom f s 2.95 27.09 2.12 20.27 -extrémités extrémité nom f p 2.95 27.09 0.83 6.82 -extrusion extrusion nom f s 0.03 0.00 0.03 0.00 -exténua exténuer ver 0.81 3.18 0.00 0.14 ind:pas:3s; -exténuait exténuer ver 0.81 3.18 0.00 0.20 ind:imp:3s; -exténuant exténuant adj m s 0.16 1.49 0.07 0.68 -exténuante exténuant adj f s 0.16 1.49 0.04 0.68 -exténuantes exténuant adj f p 0.16 1.49 0.03 0.07 -exténuants exténuant adj m p 0.16 1.49 0.02 0.07 -exténuation exténuation nom f s 0.10 0.00 0.10 0.00 -exténue exténuer ver 0.81 3.18 0.00 0.27 ind:pre:3s; -exténuement exténuement nom m s 0.00 0.27 0.00 0.27 -exténuent exténuer ver 0.81 3.18 0.00 0.07 ind:pre:3p; -exténuer exténuer ver 0.81 3.18 0.01 0.14 inf; -exténuerait exténuer ver 0.81 3.18 0.00 0.07 cnd:pre:3s; -exténué exténuer ver m s 0.81 3.18 0.35 0.74 par:pas; -exténuée exténuer ver f s 0.81 3.18 0.27 0.74 par:pas; -exténuées exténué adj f p 0.26 5.07 0.00 0.47 -exténués exténuer ver m p 0.81 3.18 0.19 0.54 par:pas; -extérieur extérieur nom m s 25.53 24.39 24.97 23.72 -extérieure extérieur adj f s 11.01 29.86 3.36 7.84 -extérieurement extérieurement adv 0.23 0.81 0.23 0.81 -extérieures extérieur adj f p 11.01 29.86 1.24 5.34 -extérieurs extérieur adj m p 11.01 29.86 1.52 4.46 -extériorisa extérioriser ver 0.61 1.15 0.00 0.14 ind:pas:3s; -extériorisaient extérioriser ver 0.61 1.15 0.00 0.07 ind:imp:3p; -extériorisait extérioriser ver 0.61 1.15 0.00 0.20 ind:imp:3s; -extériorisation extériorisation nom f s 0.05 0.00 0.05 0.00 -extériorise extérioriser ver 0.61 1.15 0.22 0.20 imp:pre:2s;ind:pre:1s;ind:pre:3s; -extérioriser extérioriser ver 0.61 1.15 0.34 0.41 inf; -extériorisez extérioriser ver 0.61 1.15 0.01 0.00 ind:pre:2p; -extériorisé extérioriser ver m s 0.61 1.15 0.03 0.14 par:pas; -extériorisés extérioriser ver m p 0.61 1.15 0.01 0.00 par:pas; -extériorité extériorité nom f s 0.00 0.14 0.00 0.14 -exubérance exubérance nom f s 0.47 3.99 0.47 3.92 -exubérances exubérance nom f p 0.47 3.99 0.00 0.07 -exubérant exubérant adj m s 0.85 2.77 0.32 0.88 -exubérante exubérant adj f s 0.85 2.77 0.32 1.22 -exubérantes exubérant adj f p 0.85 2.77 0.00 0.54 -exubérants exubérant adj m p 0.85 2.77 0.21 0.14 -exécra exécrer ver 0.48 3.18 0.00 0.07 ind:pas:3s; -exécrable exécrable adj s 1.13 2.16 1.08 1.89 -exécrables exécrable adj p 1.13 2.16 0.06 0.27 -exécrais exécrer ver 0.48 3.18 0.01 0.14 ind:imp:1s; -exécrait exécrer ver 0.48 3.18 0.01 0.68 ind:imp:3s; -exécration exécration nom f s 0.00 1.28 0.00 1.22 -exécrations exécration nom f p 0.00 1.28 0.00 0.07 -exécrer exécrer ver 0.48 3.18 0.02 0.27 inf; -exécré exécrer ver m s 0.48 3.18 0.02 0.54 par:pas; -exécrée exécrer ver f s 0.48 3.18 0.02 0.34 par:pas; -exécrées exécrer ver f p 0.48 3.18 0.00 0.07 par:pas; -exécrés exécrer ver m p 0.48 3.18 0.00 0.14 par:pas; -exécuta exécuter ver 25.02 37.77 0.29 2.64 ind:pas:3s; -exécutai exécuter ver 25.02 37.77 0.01 0.54 ind:pas:1s; -exécutaient exécuter ver 25.02 37.77 0.04 1.28 ind:imp:3p; -exécutais exécuter ver 25.02 37.77 0.07 0.41 ind:imp:1s; -exécutait exécuter ver 25.02 37.77 0.14 2.57 ind:imp:3s; -exécutant exécutant nom m s 0.31 1.15 0.15 0.54 -exécutants exécutant nom m p 0.31 1.15 0.16 0.61 -exécute exécuter ver 25.02 37.77 3.07 3.04 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -exécutent exécuter ver 25.02 37.77 0.22 1.01 ind:pre:3p; -exécuter exécuter ver 25.02 37.77 7.53 11.22 ind:pre:2p;inf; -exécutera exécuter ver 25.02 37.77 0.31 0.00 ind:fut:3s; -exécuterai exécuter ver 25.02 37.77 0.20 0.07 ind:fut:1s; -exécuteraient exécuter ver 25.02 37.77 0.02 0.00 cnd:pre:3p; -exécuterais exécuter ver 25.02 37.77 0.05 0.07 cnd:pre:1s; -exécuterait exécuter ver 25.02 37.77 0.02 0.27 cnd:pre:3s; -exécuteras exécuter ver 25.02 37.77 0.03 0.00 ind:fut:2s; -exécuterez exécuter ver 25.02 37.77 0.05 0.14 ind:fut:2p; -exécuteriez exécuter ver 25.02 37.77 0.10 0.00 cnd:pre:2p; -exécuterons exécuter ver 25.02 37.77 0.03 0.07 ind:fut:1p; -exécuteront exécuter ver 25.02 37.77 0.07 0.14 ind:fut:3p; -exécutes exécuter ver 25.02 37.77 0.46 0.07 ind:pre:2s; -exécuteur exécuteur nom m s 1.07 0.88 0.97 0.47 -exécuteurs exécuteur nom m p 1.07 0.88 0.08 0.41 -exécutez exécuter ver 25.02 37.77 1.53 0.14 imp:pre:2p;ind:pre:2p; -exécutiez exécuter ver 25.02 37.77 0.03 0.00 ind:imp:2p; -exécutif exécutif adj m s 2.13 1.62 1.26 1.42 -exécutifs exécutif adj m p 2.13 1.62 0.70 0.00 -exécution exécution nom f s 17.49 23.51 15.60 20.68 -exécutions exécution nom f p 17.49 23.51 1.89 2.84 -exécutive exécutif adj f s 2.13 1.62 0.17 0.20 -exécutoire exécutoire adj f s 0.42 0.14 0.42 0.07 -exécutoires exécutoire adj p 0.42 0.14 0.00 0.07 -exécutons exécuter ver 25.02 37.77 0.27 0.00 imp:pre:1p;ind:pre:1p; -exécutrice exécuteur nom f s 1.07 0.88 0.02 0.00 -exécutèrent exécuter ver 25.02 37.77 0.11 0.27 ind:pas:3p; -exécuté exécuter ver m s 25.02 37.77 6.92 6.89 par:pas; -exécutée exécuter ver f s 25.02 37.77 0.96 2.30 par:pas; -exécutées exécuter ver f p 25.02 37.77 0.66 1.01 par:pas; -exécutés exécuter ver m p 25.02 37.77 1.69 2.30 par:pas; -exégèse exégèse nom f s 0.14 0.61 0.14 0.41 -exégèses exégèse nom f p 0.14 0.61 0.00 0.20 -exégète exégète nom s 0.00 0.54 0.00 0.20 -exégètes exégète nom p 0.00 0.54 0.00 0.34 -exulta exulter ver 0.61 4.26 0.00 0.54 ind:pas:3s; -exultai exulter ver 0.61 4.26 0.00 0.20 ind:pas:1s; -exultaient exulter ver 0.61 4.26 0.00 0.14 ind:imp:3p; -exultais exulter ver 0.61 4.26 0.01 0.27 ind:imp:1s; -exultait exulter ver 0.61 4.26 0.01 1.15 ind:imp:3s; -exultant exulter ver 0.61 4.26 0.01 0.27 par:pre; -exultante exultant adj f s 0.01 0.61 0.01 0.20 -exultantes exultant adj f p 0.01 0.61 0.00 0.07 -exultants exultant adj m p 0.01 0.61 0.00 0.07 -exultation exultation nom f s 0.05 0.68 0.05 0.68 -exulte exulter ver 0.61 4.26 0.50 1.28 imp:pre:2s;ind:pre:1s;ind:pre:3s; -exultent exulter ver 0.61 4.26 0.01 0.07 ind:pre:3p; -exulter exulter ver 0.61 4.26 0.07 0.14 inf; -exultons exulter ver 0.61 4.26 0.00 0.07 ind:pre:1p; -exultèrent exulter ver 0.61 4.26 0.00 0.14 ind:pas:3p; -exutoire exutoire nom m s 0.67 0.54 0.67 0.47 -exutoires exutoire nom m p 0.67 0.54 0.00 0.07 -eye_liner eye_liner nom m s 0.22 0.27 0.22 0.27 -eyeliner eyeliner nom m s 0.12 0.00 0.12 0.00 -f f nom m s 26.65 7.09 26.65 7.09 -fîmes faire ver 8813.53 5328.99 0.29 5.47 ind:pas:1p; -fît faire ver 8813.53 5328.99 0.46 14.19 sub:imp:3s; -fîtes faire ver 8813.53 5328.99 0.38 0.07 ind:pas:2p; -fûmes être aux 8074.24 6501.82 0.72 4.05 ind:pas:1p; -fût être aux 8074.24 6501.82 2.16 54.66 sub:imp:3s; -fûtes être aux 8074.24 6501.82 0.14 0.27 ind:pas:2p; -fûts fût nom m p 2.58 17.30 1.01 3.24 -führer führer nom m s 23.86 4.59 23.84 4.59 -führers führer nom m p 23.86 4.59 0.02 0.00 -fa fa nom m 5.23 1.08 5.23 1.08 -faînes faîne nom m p 0.00 0.07 0.00 0.07 -faîtage faîtage nom m s 0.00 0.47 0.00 0.27 -faîtages faîtage nom m p 0.00 0.47 0.00 0.20 -faîte faîte nom m s 56.42 7.03 56.42 7.03 -faîtes_la_moi faîtes_la_moi nom m p 0.01 0.00 0.01 0.00 -faîtière faîtier adj f s 0.02 0.07 0.02 0.00 -faîtières faîtier adj f p 0.02 0.07 0.00 0.07 -faïence faïence nom f s 0.28 9.86 0.28 8.85 -faïencerie faïencerie nom f s 0.00 0.14 0.00 0.14 -faïences faïence nom f p 0.28 9.86 0.00 1.01 -faïencier faïencier nom m s 0.00 0.14 0.00 0.07 -faïenciers faïencier nom m p 0.00 0.14 0.00 0.07 -fabiens fabien nom m p 0.00 0.07 0.00 0.07 -fable fable nom f s 2.59 9.80 1.79 5.81 -fables fable nom f p 2.59 9.80 0.80 3.99 -fabliau fabliau nom m s 0.00 0.41 0.00 0.27 -fabliaux fabliau nom m p 0.00 0.41 0.00 0.14 -fabricant fabricant nom m s 3.67 3.45 2.55 2.23 -fabricante fabricant nom f s 3.67 3.45 0.00 0.07 -fabricantes fabricant nom f p 3.67 3.45 0.00 0.07 -fabricants fabricant nom m p 3.67 3.45 1.12 1.08 -fabrication fabrication nom f s 4.07 7.97 4.06 6.55 -fabrications fabrication nom f p 4.07 7.97 0.01 1.42 -fabriqua fabriquer ver 40.37 47.57 0.05 0.47 ind:pas:3s; -fabriquai fabriquer ver 40.37 47.57 0.00 0.20 ind:pas:1s; -fabriquaient fabriquer ver 40.37 47.57 0.40 1.15 ind:imp:3p; -fabriquais fabriquer ver 40.37 47.57 0.46 0.95 ind:imp:1s;ind:imp:2s; -fabriquait fabriquer ver 40.37 47.57 0.93 4.53 ind:imp:3s; -fabriquant fabriquer ver 40.37 47.57 0.67 0.95 par:pre; -fabrique fabriquer ver 40.37 47.57 7.50 6.49 imp:pre:2s;ind:pre:1s;ind:pre:3s; -fabriquent fabriquer ver 40.37 47.57 3.06 1.35 ind:pre:3p; -fabriquer fabriquer ver 40.37 47.57 6.97 13.51 inf; -fabriquera fabriquer ver 40.37 47.57 0.19 0.07 ind:fut:3s; -fabriquerai fabriquer ver 40.37 47.57 0.06 0.14 ind:fut:1s; -fabriquerais fabriquer ver 40.37 47.57 0.17 0.00 cnd:pre:1s;cnd:pre:2s; -fabriquerait fabriquer ver 40.37 47.57 0.00 0.47 cnd:pre:3s; -fabriquerez fabriquer ver 40.37 47.57 0.04 0.00 ind:fut:2p; -fabriquerons fabriquer ver 40.37 47.57 0.01 0.00 ind:fut:1p; -fabriqueront fabriquer ver 40.37 47.57 0.01 0.00 ind:fut:3p; -fabriques fabriquer ver 40.37 47.57 6.32 0.88 ind:pre:2s; -fabriquez fabriquer ver 40.37 47.57 1.72 0.54 imp:pre:2p;ind:pre:2p; -fabriquiez fabriquer ver 40.37 47.57 0.22 0.07 ind:imp:2p; -fabriquions fabriquer ver 40.37 47.57 0.02 0.34 ind:imp:1p; -fabriquons fabriquer ver 40.37 47.57 0.35 0.20 imp:pre:1p;ind:pre:1p; -fabriquèrent fabriquer ver 40.37 47.57 0.02 0.20 ind:pas:3p; -fabriqué fabriquer ver m s 40.37 47.57 7.51 8.18 par:pas; -fabriquée fabriquer ver f s 40.37 47.57 1.93 2.97 par:pas; -fabriquées fabriquer ver f p 40.37 47.57 0.84 1.49 par:pas; -fabriqués fabriquer ver m p 40.37 47.57 0.93 2.43 par:pas; -fabulateur fabulateur adj m s 0.00 0.07 0.00 0.07 -fabulation fabulation nom f s 0.14 0.41 0.03 0.20 -fabulations fabulation nom f p 0.14 0.41 0.11 0.20 -fabulatrice fabulateur nom f s 0.00 0.07 0.00 0.07 -fabule fabuler ver 0.42 0.34 0.31 0.07 ind:pre:1s;ind:pre:3s; -fabuler fabuler ver 0.42 0.34 0.02 0.20 inf; -fabuleuse fabuleux adj f s 15.34 17.50 3.48 4.73 -fabuleusement fabuleusement adv 0.29 0.74 0.29 0.74 -fabuleuses fabuleux adj f p 15.34 17.50 0.76 2.91 -fabuleux fabuleux adj m 15.34 17.50 11.10 9.86 -fabulez fabuler ver 0.42 0.34 0.06 0.00 ind:pre:2p; -fabuliste fabuliste nom s 0.00 0.07 0.00 0.07 -fabulé fabuler ver m s 0.42 0.34 0.02 0.07 par:pas; -fac_similé fac_similé nom m s 0.03 0.34 0.02 0.27 -fac_similé fac_similé nom m p 0.03 0.34 0.01 0.07 -fac fac nom f s 29.65 2.36 28.94 2.09 -face_à_face face_à_face nom m 0.00 0.47 0.00 0.47 -face_à_main face_à_main nom m s 0.00 0.54 0.00 0.54 -face face nom f s 125.32 270.88 124.33 262.16 -faces_à_main faces_à_main nom m p 0.00 0.07 0.00 0.07 -faces face nom f p 125.32 270.88 0.98 8.72 -facette facette nom f s 1.21 3.18 0.67 0.07 -facettes facette nom f p 1.21 3.18 0.55 3.11 -facettés facetter ver m p 0.00 0.07 0.00 0.07 par:pas; -facho facho nom m s 1.17 0.54 0.48 0.00 -fachos facho nom m p 1.17 0.54 0.69 0.54 -facial facial adj m s 2.29 0.54 0.69 0.20 -faciale facial adj f s 2.29 0.54 1.04 0.20 -faciales facial adj f p 2.29 0.54 0.21 0.07 -faciaux facial adj m p 2.29 0.54 0.34 0.07 -facile facile adj s 159.35 98.65 153.57 88.65 -facilement facilement adv 26.85 37.03 26.85 37.03 -faciles facile adj p 159.35 98.65 5.78 10.00 -facilita faciliter ver 8.75 12.57 0.01 0.07 ind:pas:3s; -facilitaient faciliter ver 8.75 12.57 0.01 0.47 ind:imp:3p; -facilitait faciliter ver 8.75 12.57 0.16 1.42 ind:imp:3s; -facilitant faciliter ver 8.75 12.57 0.09 0.14 par:pre; -facilitateur facilitateur nom m s 0.03 0.00 0.03 0.00 -facilitation facilitation nom f s 0.03 0.00 0.03 0.00 -facilite faciliter ver 8.75 12.57 1.39 1.55 imp:pre:2s;ind:pre:1s;ind:pre:3s; -facilitent faciliter ver 8.75 12.57 0.08 0.54 ind:pre:3p; -faciliter faciliter ver 8.75 12.57 4.07 5.14 inf; -facilitera faciliter ver 8.75 12.57 0.73 0.07 ind:fut:3s; -faciliterai faciliter ver 8.75 12.57 0.06 0.00 ind:fut:1s; -faciliteraient faciliter ver 8.75 12.57 0.00 0.07 cnd:pre:3p; -faciliterais faciliter ver 8.75 12.57 0.04 0.07 cnd:pre:1s;cnd:pre:2s; -faciliterait faciliter ver 8.75 12.57 0.69 0.74 cnd:pre:3s; -faciliteront faciliter ver 8.75 12.57 0.04 0.14 ind:fut:3p; -facilitez faciliter ver 8.75 12.57 0.33 0.00 imp:pre:2p;ind:pre:2p; -facilitons faciliter ver 8.75 12.57 0.01 0.00 ind:pre:1p; -facilité facilité nom f s 2.09 15.07 1.47 11.55 -facilitée faciliter ver f s 8.75 12.57 0.06 0.47 par:pas; -facilitées faciliter ver f p 8.75 12.57 0.02 0.20 par:pas; -facilités facilité nom f p 2.09 15.07 0.62 3.51 -faciès faciès nom m 0.21 2.09 0.21 2.09 -faconde faconde nom f s 0.00 1.62 0.00 1.62 -facs fac nom f p 29.65 2.36 0.71 0.27 -facteur facteur nom m s 12.26 14.32 9.67 12.36 -facteurs facteur nom m p 12.26 14.32 2.54 1.96 -factice factice adj s 0.79 3.65 0.43 2.77 -factices factice adj p 0.79 3.65 0.36 0.88 -factieux factieux nom m 0.24 0.14 0.24 0.14 -faction faction nom f s 1.52 4.73 0.69 3.72 -factionnaire factionnaire nom s 0.04 1.69 0.00 0.95 -factionnaires factionnaire nom p 0.04 1.69 0.04 0.74 -factions faction nom f p 1.52 4.73 0.83 1.01 -factor factor nom m s 0.03 0.00 0.03 0.00 -factorielle factoriel nom f s 0.01 0.14 0.01 0.07 -factorielles factoriel nom f p 0.01 0.14 0.00 0.07 -factorisation factorisation nom f s 0.01 0.00 0.01 0.00 -factoriser factoriser ver 0.04 0.00 0.04 0.00 inf; -factotum factotum nom m s 0.66 1.15 0.66 0.95 -factotums factotum nom m p 0.66 1.15 0.00 0.20 -factrice facteur nom f s 12.26 14.32 0.06 0.00 -factuel factuel adj m s 0.15 0.00 0.11 0.00 -factuelles factuel adj f p 0.15 0.00 0.03 0.00 -factuels factuel adj m p 0.15 0.00 0.01 0.00 -factum factum nom m s 0.00 0.34 0.00 0.27 -factums factum nom m p 0.00 0.34 0.00 0.07 -facturation facturation nom f s 0.26 0.07 0.26 0.07 -facture facture nom f s 22.61 8.72 12.24 4.66 -facturent facturer ver 1.90 0.14 0.09 0.00 ind:pre:3p; -facturer facturer ver 1.90 0.14 0.56 0.00 inf; -facturera facturer ver 1.90 0.14 0.05 0.00 ind:fut:3s; -facturerait facturer ver 1.90 0.14 0.00 0.07 cnd:pre:3s; -factures facture nom f p 22.61 8.72 10.37 4.05 -facturette facturette nom f s 0.01 0.00 0.01 0.00 -facturez facturer ver 1.90 0.14 0.20 0.00 imp:pre:2p;ind:pre:2p; -facturier facturier nom m s 0.14 0.14 0.14 0.00 -facturière facturier nom f s 0.14 0.14 0.00 0.14 -facturons facturer ver 1.90 0.14 0.05 0.07 imp:pre:1p;ind:pre:1p; -facturé facturer ver m s 1.90 0.14 0.30 0.00 par:pas; -facturée facturer ver f s 1.90 0.14 0.05 0.00 par:pas; -facturées facturer ver f p 1.90 0.14 0.02 0.00 par:pas; -facturés facturer ver m p 1.90 0.14 0.04 0.00 par:pas; -facultatif facultatif adj m s 0.44 0.47 0.14 0.14 -facultatifs facultatif adj m p 0.44 0.47 0.09 0.14 -facultative facultatif adj f s 0.44 0.47 0.21 0.20 -faculté faculté nom f s 8.73 17.30 5.93 13.85 -facultés faculté nom f p 8.73 17.30 2.80 3.45 -facétie facétie nom f s 0.17 1.96 0.14 0.54 -facéties facétie nom f p 0.17 1.96 0.02 1.42 -facétieuse facétieux adj f s 0.08 1.49 0.01 0.47 -facétieusement facétieusement adv 0.00 0.34 0.00 0.34 -facétieuses facétieux adj f p 0.08 1.49 0.00 0.14 -facétieux facétieux adj m s 0.08 1.49 0.07 0.88 -fada fada adj m s 1.81 0.47 1.81 0.47 -fadaise fadaise nom f s 0.62 1.49 0.00 0.07 -fadaises fadaise nom f p 0.62 1.49 0.62 1.42 -fadas fada nom p 0.70 0.68 0.28 0.34 -fadasse fadasse adj s 0.04 1.08 0.04 0.88 -fadasses fadasse adj f p 0.04 1.08 0.00 0.20 -fade fade adj s 2.06 14.93 1.51 10.34 -fadement fadement adv 0.00 0.07 0.00 0.07 -fadent fader ver 0.01 1.76 0.00 0.07 ind:pre:3p; -fader fader ver 0.01 1.76 0.01 0.61 inf; -faderas fader ver 0.01 1.76 0.00 0.07 ind:fut:2s; -fades fade adj p 2.06 14.93 0.55 4.59 -fadette fadette nom f s 0.00 0.47 0.00 0.47 -fadeur fadeur nom f s 0.32 1.82 0.32 1.49 -fadeurs fadeur nom f p 0.32 1.82 0.00 0.34 -fading fading nom m s 0.01 0.07 0.01 0.07 -fado fado nom m s 3.33 0.00 3.33 0.00 -fadé fader ver m s 0.01 1.76 0.00 0.27 par:pas; -fadée fadé adj f s 0.00 0.34 0.00 0.14 -fadés fader ver m p 0.01 1.76 0.00 0.07 par:pas; -faena faena nom f s 0.00 0.07 0.00 0.07 -faf faf nom m s 0.07 0.88 0.04 0.00 -fafiot fafiot nom m s 0.28 0.74 0.00 0.07 -fafiots fafiot nom m p 0.28 0.74 0.28 0.68 -fafs faf nom m p 0.07 0.88 0.03 0.88 -fagne fagne nom f s 0.00 0.34 0.00 0.20 -fagnes fagne nom f p 0.00 0.34 0.00 0.14 -fagot fagot nom m s 0.19 10.68 0.03 2.64 -fagotage fagotage nom m s 0.00 0.07 0.00 0.07 -fagotait fagoter ver 0.05 1.15 0.00 0.07 ind:imp:3s; -fagotant fagoter ver 0.05 1.15 0.00 0.07 par:pre; -fagote fagoter ver 0.05 1.15 0.00 0.07 ind:pre:1s; -fagoter fagoter ver 0.05 1.15 0.00 0.27 inf; -fagotiers fagotier nom m p 0.00 0.07 0.00 0.07 -fagotin fagotin nom m s 0.00 0.27 0.00 0.14 -fagotins fagotin nom m p 0.00 0.27 0.00 0.14 -fagots fagot nom m p 0.19 10.68 0.16 8.04 -fagoté fagoté adj m s 0.30 0.74 0.13 0.34 -fagotée fagoté adj f s 0.30 0.74 0.09 0.27 -fagotées fagoté adj f p 0.30 0.74 0.02 0.14 -fagotés fagoté adj m p 0.30 0.74 0.06 0.00 -fahrenheit fahrenheit adj m p 0.15 0.07 0.15 0.07 -faiblît faiblir ver 2.62 7.03 0.00 0.14 sub:imp:3s; -faiblard faiblard adj m s 0.23 1.76 0.19 1.15 -faiblarde faiblard adj f s 0.23 1.76 0.03 0.27 -faiblards faiblard adj m p 0.23 1.76 0.01 0.34 -faible faible adj s 38.78 53.65 31.03 40.95 -faiblement faiblement adv 0.65 16.89 0.65 16.89 -faibles faible adj p 38.78 53.65 7.75 12.70 -faiblesse faiblesse nom f s 14.71 31.62 11.32 25.34 -faiblesses faiblesse nom f p 14.71 31.62 3.38 6.28 -faibli faiblir ver m s 2.62 7.03 0.15 0.74 par:pas; -faiblir faiblir ver 2.62 7.03 0.73 2.77 inf; -faiblira faiblir ver 2.62 7.03 0.08 0.07 ind:fut:3s; -faiblirent faiblir ver 2.62 7.03 0.00 0.14 ind:pas:3p; -faiblis faiblir ver 2.62 7.03 0.16 0.07 imp:pre:2s;ind:pre:1s;ind:pre:2s; -faiblissaient faiblir ver 2.62 7.03 0.00 0.27 ind:imp:3p; -faiblissais faiblir ver 2.62 7.03 0.00 0.14 ind:imp:1s; -faiblissait faiblir ver 2.62 7.03 0.04 1.15 ind:imp:3s; -faiblissant faiblir ver 2.62 7.03 0.00 0.20 par:pre; -faiblissante faiblissant adj f s 0.16 0.07 0.02 0.00 -faiblissantes faiblissant adj f p 0.16 0.07 0.14 0.07 -faiblisse faiblir ver 2.62 7.03 0.11 0.14 sub:pre:3s; -faiblissent faiblir ver 2.62 7.03 0.11 0.27 ind:pre:3p; -faiblissez faiblir ver 2.62 7.03 0.01 0.00 ind:pre:2p; -faiblissions faiblir ver 2.62 7.03 0.14 0.07 ind:imp:1p; -faiblit faiblir ver 2.62 7.03 1.10 0.88 ind:pre:3s;ind:pas:3s; -faignant faignant nom m s 0.16 0.20 0.01 0.07 -faignante faignanter ver 0.10 0.00 0.10 0.00 sub:pre:3s; -faignants faignant nom m p 0.16 0.20 0.14 0.14 -faillîmes faillir ver 44.19 43.65 0.01 0.07 ind:pas:1p; -faillait failler ver 1.84 1.96 0.01 0.00 ind:imp:3s; -faille faille nom f s 4.71 9.59 3.85 7.43 -failles faille nom f p 4.71 9.59 0.86 2.16 -failli faillir ver m s 44.19 43.65 42.70 22.43 par:pas; -faillibilité faillibilité nom f s 0.01 0.07 0.01 0.00 -faillibilités faillibilité nom f p 0.01 0.07 0.00 0.07 -faillible faillible adj s 0.09 0.34 0.06 0.27 -faillibles faillible adj m p 0.09 0.34 0.04 0.07 -faillie faillie adj m p 0.10 0.07 0.10 0.00 -faillies faillie adj m p 0.10 0.07 0.00 0.07 -faillir faillir ver 44.19 43.65 0.39 0.95 inf; -faillirai faillir ver 44.19 43.65 0.03 0.07 ind:fut:1s; -faillirent faillir ver 44.19 43.65 0.14 0.81 ind:pas:3p; -faillis faillir ver 44.19 43.65 0.27 3.11 ind:pas:1s;ind:pas:2s; -faillit faillir ver 44.19 43.65 0.66 16.22 ind:pas:3s; -faillite faillite nom f s 6.94 7.77 6.74 7.16 -faillites faillite nom f p 6.94 7.77 0.20 0.61 -faim faim nom f s 128.04 75.95 127.49 74.93 -faims faim nom f p 128.04 75.95 0.55 1.01 -faine faine nom f s 1.77 0.07 1.77 0.07 -fainéant fainéant nom m s 3.87 1.69 1.59 0.81 -fainéantais fainéanter ver 0.07 0.34 0.00 0.07 ind:imp:1s; -fainéantant fainéanter ver 0.07 0.34 0.00 0.07 par:pre; -fainéante fainéant nom f s 3.87 1.69 0.37 0.14 -fainéanter fainéanter ver 0.07 0.34 0.04 0.14 inf; -fainéantes fainéant adj f p 1.66 1.89 0.12 0.00 -fainéantise fainéantise nom f s 0.04 0.34 0.04 0.34 -fainéants fainéant nom m p 3.87 1.69 1.81 0.74 -fair_play fair_play nom m 0.60 0.14 0.60 0.14 -faire_part faire_part nom m 0.65 3.04 0.65 3.04 -faire_valoir faire_valoir nom m 0.20 0.68 0.20 0.68 -faire faire ver 8813.53 5328.99 2735.96 1555.14 inf;;inf;;inf;;inf;; -fais faire ver 8813.53 5328.99 1390.92 224.26 imp:pre:2s;ind:pre:1s;ind:pre:2s; -faisabilité faisabilité nom f s 0.19 0.00 0.19 0.00 -faisable faisable adj s 3.63 0.95 3.63 0.95 -faisaient faire ver 8813.53 5328.99 20.25 123.38 ind:imp:3p; -faisais faire ver 8813.53 5328.99 75.81 60.54 ind:imp:1s;ind:imp:2s; -faisait faire ver 8813.53 5328.99 134.90 524.73 ind:imp:3s; -faisan faisan nom m s 1.13 4.12 0.98 1.69 -faisander faisander ver 0.06 0.41 0.04 0.07 inf; -faisanderie faisanderie nom f s 0.00 0.27 0.00 0.27 -faisandé faisandé adj m s 0.12 1.15 0.02 0.47 -faisandée faisandé adj f s 0.12 1.15 0.10 0.41 -faisandées faisandé adj f p 0.12 1.15 0.00 0.07 -faisandés faisandé adj m p 0.12 1.15 0.00 0.20 -faisane faisan nom f s 1.13 4.12 0.00 0.34 -faisans faisan nom m p 1.13 4.12 0.14 2.09 -faisant faire ver 8813.53 5328.99 30.88 118.11 par:pre; -faisceau faisceau nom m s 1.71 10.00 1.27 6.82 -faisceaux faisceau nom m p 1.71 10.00 0.44 3.18 -faiseur faiseur nom m s 1.86 3.24 0.88 1.42 -faiseurs faiseur nom m p 1.86 3.24 0.60 0.74 -faiseuse faiseur nom f s 1.86 3.24 0.38 0.54 -faiseuses faiseuse nom f p 0.04 0.00 0.04 0.00 -faisiez faire ver 8813.53 5328.99 15.98 3.31 ind:imp:2p; -faisions faire ver 8813.53 5328.99 5.01 12.16 ind:imp:1p; -faisons faire ver 8813.53 5328.99 64.49 15.88 imp:pre:1p;ind:pre:1p; -fait_divers fait_divers nom m 0.00 0.20 0.00 0.20 -fait_tout fait_tout nom m 0.01 0.74 0.01 0.74 -fait faire ver m s 8813.53 5328.99 2751.99 1459.26 ind:pre:3s;par:pas;par:pas; -faite faire ver f s 8813.53 5328.99 0.14 59.39 par:pas; -faites faire ver f p 8813.53 5328.99 541.80 93.31 imp:pre:2p;ind:pre:2p;par:pas;;imp:pre:2p;ind:pre:2p;par:pas; -faitout faitout nom m s 0.20 0.14 0.20 0.07 -faitouts faitout nom m p 0.20 0.14 0.00 0.07 -faits_divers faits_divers nom m p 0.00 0.07 0.00 0.07 -faits fait nom m p 412.07 355.54 27.36 30.27 -faix faix nom m 0.10 0.68 0.10 0.68 -fakir fakir nom m s 0.72 1.22 0.45 0.88 -fakirs fakir nom m p 0.72 1.22 0.28 0.34 -falaise falaise nom f s 5.85 20.68 4.45 15.47 -falaises falaise nom f p 5.85 20.68 1.41 5.20 -falbala falbala nom m s 0.16 1.55 0.14 0.41 -falbalas falbala nom m p 0.16 1.55 0.02 1.15 -falciforme falciforme adj s 0.01 0.07 0.01 0.07 -falerne falerne nom m s 0.00 0.07 0.00 0.07 -fallût falloir ver_sup 1653.77 1250.41 0.01 0.27 sub:imp:3s; -fallacieuse fallacieux adj f s 0.23 2.30 0.13 0.54 -fallacieusement fallacieusement adv 0.01 0.20 0.01 0.20 -fallacieuses fallacieux adj f p 0.23 2.30 0.00 0.41 -fallacieux fallacieux adj m 0.23 2.30 0.10 1.35 -fallait falloir ver_sup 1653.77 1250.41 110.88 310.61 ind:imp:3s; -falloir falloir ver_sup 1653.77 1250.41 39.78 17.77 inf; -fallu falloir ver_sup m s 1653.77 1250.41 23.82 68.04 par:pas; -fallut falloir ver_sup 1653.77 1250.41 1.35 26.89 ind:pas:3s; -falot falot nom m s 0.11 0.88 0.11 0.68 -falote falot adj f s 0.04 1.76 0.01 0.54 -falotes falot adj f p 0.04 1.76 0.00 0.14 -falots falot adj m p 0.04 1.76 0.01 0.20 -falsifiaient falsifier ver 2.50 1.35 0.01 0.00 ind:imp:3p; -falsifiais falsifier ver 2.50 1.35 0.00 0.07 ind:imp:1s; -falsifiait falsifier ver 2.50 1.35 0.15 0.07 ind:imp:3s; -falsifiant falsifier ver 2.50 1.35 0.01 0.07 par:pre; -falsification falsification nom f s 0.37 0.27 0.37 0.27 -falsifient falsifier ver 2.50 1.35 0.02 0.00 ind:pre:3p; -falsifier falsifier ver 2.50 1.35 0.68 0.20 inf; -falsifiez falsifier ver 2.50 1.35 0.02 0.00 imp:pre:2p;ind:pre:2p; -falsifié falsifier ver m s 2.50 1.35 0.86 0.27 par:pas; -falsifiée falsifier ver f s 2.50 1.35 0.41 0.27 par:pas; -falsifiées falsifier ver f p 2.50 1.35 0.10 0.20 par:pas; -falsifiés falsifier ver m p 2.50 1.35 0.25 0.20 par:pas; -faluche faluche nom f s 0.00 0.14 0.00 0.14 -falzar falzar nom m s 0.36 1.01 0.29 0.88 -falzars falzar nom m p 0.36 1.01 0.07 0.14 -fameuse fameux adj f s 18.67 53.11 4.74 16.28 -fameusement fameusement adv 0.02 0.07 0.02 0.07 -fameuses fameux adj f p 18.67 53.11 1.17 3.51 -fameux fameux adj m 18.67 53.11 12.77 33.31 -familial familial adj m s 15.66 32.84 5.00 12.36 -familiale familial adj f s 15.66 32.84 7.22 12.97 -familiales familial adj f p 15.66 32.84 1.97 4.80 -familialiste familialiste nom s 0.00 0.07 0.00 0.07 -familiarisa familiariser ver 0.89 2.36 0.00 0.20 ind:pas:3s; -familiarisaient familiariser ver 0.89 2.36 0.00 0.07 ind:imp:3p; -familiarisais familiariser ver 0.89 2.36 0.00 0.07 ind:imp:1s; -familiarisait familiariser ver 0.89 2.36 0.03 0.14 ind:imp:3s; -familiarisant familiariser ver 0.89 2.36 0.00 0.14 par:pre; -familiarise familiariser ver 0.89 2.36 0.10 0.07 imp:pre:2s;ind:pre:1s;ind:pre:3s; -familiarisent familiariser ver 0.89 2.36 0.00 0.07 ind:pre:3p; -familiariser familiariser ver 0.89 2.36 0.51 0.68 inf; -familiariserez familiariser ver 0.89 2.36 0.02 0.00 ind:fut:2p; -familiarisez familiariser ver 0.89 2.36 0.03 0.00 imp:pre:2p;ind:pre:2p; -familiarisé familiariser ver m s 0.89 2.36 0.17 0.61 par:pas; -familiarisée familiariser ver f s 0.89 2.36 0.02 0.27 par:pas; -familiarisés familiariser ver m p 0.89 2.36 0.01 0.07 par:pas; -familiarité familiarité nom f s 1.43 7.30 0.97 7.09 -familiarités familiarité nom f p 1.43 7.30 0.46 0.20 -familiaux familial adj m p 15.66 32.84 1.47 2.70 -familier familier adj m s 11.30 47.91 7.77 18.31 -familiers familier adj m p 11.30 47.91 1.54 11.55 -familistère familistère nom m s 0.00 0.07 0.00 0.07 -familière familier adj f s 11.30 47.91 1.63 13.11 -familièrement familièrement adv 0.15 2.09 0.15 2.09 -familières familier adj f p 11.30 47.91 0.37 4.93 -famille famille nom f s 384.92 274.39 357.75 241.69 -familles famille nom f p 384.92 274.39 27.16 32.70 -famine famine nom f s 4.88 6.76 4.40 5.61 -famines famine nom f p 4.88 6.76 0.48 1.15 -famé famé adj m s 0.52 1.49 0.38 0.68 -famée famé adj f s 0.52 1.49 0.04 0.14 -famées famé adj f p 0.52 1.49 0.02 0.34 -famélique famélique adj s 0.32 2.57 0.17 1.15 -faméliques famélique adj p 0.32 2.57 0.15 1.42 -famulus famulus nom m 0.00 0.14 0.00 0.14 -famés famé adj m p 0.52 1.49 0.08 0.34 -fan_club fan_club nom m s 0.28 0.14 0.28 0.14 -fan fan nom s 21.43 2.91 13.27 1.49 -fana fana nom s 0.61 0.27 0.43 0.07 -fanaient faner ver 3.73 5.54 0.02 0.47 ind:imp:3p; -fanait faner ver 3.73 5.54 0.00 0.27 ind:imp:3s; -fanal fanal nom m s 0.34 3.24 0.34 2.36 -fanant faner ver 3.73 5.54 0.01 0.00 par:pre; -fanas fana nom p 0.61 0.27 0.18 0.20 -fanatique fanatique nom s 3.56 3.92 1.22 1.69 -fanatiquement fanatiquement adv 0.02 0.34 0.02 0.34 -fanatiques fanatique nom p 3.56 3.92 2.34 2.23 -fanatisait fanatiser ver 0.02 0.81 0.00 0.07 ind:imp:3s; -fanatise fanatiser ver 0.02 0.81 0.00 0.07 ind:pre:3s; -fanatiser fanatiser ver 0.02 0.81 0.00 0.07 inf; -fanatisme fanatisme nom m s 0.54 2.84 0.54 2.70 -fanatismes fanatisme nom m p 0.54 2.84 0.00 0.14 -fanatisé fanatiser ver m s 0.02 0.81 0.00 0.20 par:pas; -fanatisés fanatiser ver m p 0.02 0.81 0.02 0.41 par:pas; -fanaux fanal nom m p 0.34 3.24 0.00 0.88 -fanchon fanchon nom f s 0.00 0.07 0.00 0.07 -fandango fandango nom m s 0.38 0.00 0.38 0.00 -fane faner ver 3.73 5.54 0.41 0.68 imp:pre:2s;ind:pre:1s;ind:pre:3s; -fanent faner ver 3.73 5.54 0.95 0.47 ind:pre:3p; -faner faner ver 3.73 5.54 0.89 1.01 inf; -fanera faner ver 3.73 5.54 0.28 0.07 ind:fut:3s; -faneraient faner ver 3.73 5.54 0.01 0.07 cnd:pre:3p; -fanerait faner ver 3.73 5.54 0.00 0.07 cnd:pre:3s; -faneras faner ver 3.73 5.54 0.10 0.07 ind:fut:2s; -fanerions faner ver 3.73 5.54 0.10 0.00 cnd:pre:1p; -faneront faner ver 3.73 5.54 0.05 0.00 ind:fut:3p; -fanes faner ver 3.73 5.54 0.01 0.00 ind:pre:2s; -faneuse faneur nom f s 0.00 0.27 0.00 0.20 -faneuses faneur nom f p 0.00 0.27 0.00 0.07 -fanez faner ver 3.73 5.54 0.02 0.00 imp:pre:2p;ind:pre:2p; -fanfan fanfan nom m s 1.22 0.00 1.22 0.00 -fanfare fanfare nom f s 4.07 5.27 3.80 3.72 -fanfares fanfare nom f p 4.07 5.27 0.27 1.55 -fanfaron fanfaron nom m s 0.90 0.47 0.68 0.20 -fanfaronna fanfaronner ver 0.42 0.74 0.00 0.14 ind:pas:3s; -fanfaronnade fanfaronnade nom f s 0.40 0.74 0.18 0.54 -fanfaronnades fanfaronnade nom f p 0.40 0.74 0.22 0.20 -fanfaronnaient fanfaronner ver 0.42 0.74 0.00 0.14 ind:imp:3p; -fanfaronnait fanfaronner ver 0.42 0.74 0.00 0.14 ind:imp:3s; -fanfaronnant fanfaronner ver 0.42 0.74 0.02 0.07 par:pre; -fanfaronne fanfaronner ver 0.42 0.74 0.34 0.14 imp:pre:2s;ind:pre:3s; -fanfaronner fanfaronner ver 0.42 0.74 0.05 0.07 inf; -fanfaronnes fanfaronner ver 0.42 0.74 0.01 0.00 ind:pre:2s; -fanfaronné fanfaronner ver m s 0.42 0.74 0.00 0.07 par:pas; -fanfarons fanfaron nom m p 0.90 0.47 0.22 0.20 -fanfreluche fanfreluche nom f s 0.16 1.42 0.02 0.00 -fanfreluches fanfreluche nom f p 0.16 1.42 0.14 1.42 -fang fang adj f s 0.03 0.07 0.03 0.07 -fange fange nom f s 0.74 1.96 0.74 1.89 -fanges fange nom f p 0.74 1.96 0.00 0.07 -fangeuse fangeux adj f s 0.18 2.09 0.14 0.54 -fangeuses fangeux adj f p 0.18 2.09 0.01 0.14 -fangeux fangeux adj m 0.18 2.09 0.02 1.42 -fanion fanion nom m s 0.25 3.51 0.16 2.64 -fanions fanion nom m p 0.25 3.51 0.09 0.88 -fanny fanny adj f s 1.06 0.14 1.06 0.14 -fanon fanon nom m s 0.04 0.61 0.03 0.07 -fanons fanon nom m p 0.04 0.61 0.01 0.54 -fans fan nom p 21.43 2.91 8.17 1.42 -fantôme fantôme nom m s 48.23 35.88 29.71 20.74 -fantômes fantôme nom m p 48.23 35.88 18.52 15.14 -fantaisie fantaisie nom f s 6.98 16.89 5.57 14.26 -fantaisies fantaisie nom f p 6.98 16.89 1.41 2.64 -fantaisiste fantaisiste adj s 0.80 1.76 0.59 0.68 -fantaisistes fantaisiste adj p 0.80 1.76 0.20 1.08 -fantasia fantasia nom f s 0.33 0.54 0.33 0.54 -fantasmagorie fantasmagorie nom f s 0.17 0.88 0.17 0.81 -fantasmagories fantasmagorie nom f p 0.17 0.88 0.00 0.07 -fantasmagorique fantasmagorique adj m s 0.00 0.14 0.00 0.14 -fantasmaient fantasmer ver 2.04 1.08 0.01 0.07 ind:imp:3p; -fantasmais fantasmer ver 2.04 1.08 0.04 0.07 ind:imp:1s;ind:imp:2s; -fantasmait fantasmer ver 2.04 1.08 0.03 0.20 ind:imp:3s; -fantasmatique fantasmatique adj f s 0.03 0.14 0.03 0.14 -fantasmatiquement fantasmatiquement adv 0.00 0.14 0.00 0.14 -fantasme fantasme nom m s 9.18 6.35 4.64 1.49 -fantasment fantasmer ver 2.04 1.08 0.04 0.00 ind:pre:3p; -fantasmer fantasmer ver 2.04 1.08 0.86 0.34 inf; -fantasmes fantasme nom m p 9.18 6.35 4.54 4.86 -fantasmez fantasmer ver 2.04 1.08 0.21 0.00 imp:pre:2p;ind:pre:2p; -fantasmé fantasmer ver m s 2.04 1.08 0.33 0.07 par:pas; -fantasmés fantasmer ver m p 2.04 1.08 0.01 0.00 par:pas; -fantasque fantasque adj s 0.88 3.72 0.52 3.04 -fantasquement fantasquement adv 0.00 0.07 0.00 0.07 -fantasques fantasque adj p 0.88 3.72 0.36 0.68 -fantassin fantassin nom m s 0.78 6.62 0.29 1.96 -fantassins fantassin nom m p 0.78 6.62 0.48 4.66 -fantastique fantastique adj s 26.90 10.34 24.20 7.09 -fantastiquement fantastiquement adv 0.07 0.34 0.07 0.34 -fantastiques fantastique adj p 26.90 10.34 2.69 3.24 -fanti fanti nom m s 0.00 0.07 0.00 0.07 -fantoche fantoche nom m s 0.48 1.28 0.21 0.47 -fantoches fantoche nom m p 0.48 1.28 0.27 0.81 -fantomale fantomal adj f s 0.00 0.14 0.00 0.07 -fantomales fantomal adj f p 0.00 0.14 0.00 0.07 -fantomatique fantomatique adj s 0.20 3.65 0.19 2.77 -fantomatiquement fantomatiquement adv 0.00 0.07 0.00 0.07 -fantomatiques fantomatique adj p 0.20 3.65 0.01 0.88 -fané fané adj m s 0.79 7.57 0.04 2.30 -fanée fané adj f s 0.79 7.57 0.40 1.69 -fanées faner ver f p 3.73 5.54 0.53 0.88 par:pas; -fanés fané adj m p 0.79 7.57 0.14 0.88 -fanzine fanzine nom m s 0.49 0.07 0.17 0.00 -fanzines fanzine nom m p 0.49 0.07 0.32 0.07 -faon faon nom m s 0.53 1.08 0.25 0.54 -faons faon nom m p 0.53 1.08 0.29 0.54 -faquin faquin nom m s 0.45 0.34 0.45 0.20 -faquins faquin nom m p 0.45 0.34 0.00 0.14 -far_west far_west nom m s 0.01 0.07 0.01 0.07 -far far nom m s 0.65 0.07 0.65 0.07 -farad farad nom m s 0.75 0.07 0.75 0.00 -farads farad nom m p 0.75 0.07 0.00 0.07 -faramineuse faramineux adj f s 0.23 0.68 0.01 0.14 -faramineuses faramineux adj f p 0.23 0.68 0.01 0.14 -faramineux faramineux adj m 0.23 0.68 0.20 0.41 -farandolaient farandoler ver 0.00 0.07 0.00 0.07 ind:imp:3p; -farandole farandole nom f s 0.32 1.42 0.32 0.95 -farandoles farandole nom f p 0.32 1.42 0.00 0.47 -faraud faraud adj m s 0.03 1.69 0.02 1.08 -faraude faraud nom f s 0.01 0.61 0.01 0.00 -farauder farauder ver 0.00 0.07 0.00 0.07 inf; -faraudes faraud nom f p 0.01 0.61 0.00 0.07 -farauds faraud adj m p 0.03 1.69 0.01 0.41 -farce farce nom f s 9.35 12.50 7.45 8.99 -farces farce nom f p 9.35 12.50 1.90 3.51 -farceur farceur nom m s 2.05 1.69 1.64 1.15 -farceurs farceur nom m p 2.05 1.69 0.21 0.47 -farceuse farceur nom f s 2.05 1.69 0.20 0.00 -farceuses farceuse nom f p 0.01 0.00 0.01 0.00 -farci farcir ver m s 3.39 12.57 0.89 2.50 par:pas; -farcie farcir ver f s 3.39 12.57 0.47 1.35 par:pas; -farcies farci adj f p 2.41 2.23 0.56 0.74 -farcir farcir ver 3.39 12.57 1.23 4.73 inf; -farcirai farcir ver 3.39 12.57 0.02 0.00 ind:fut:1s; -farcirait farcir ver 3.39 12.57 0.01 0.07 cnd:pre:3s; -farcis farcir ver m p 3.39 12.57 0.64 1.08 imp:pre:2s;ind:pre:1s;ind:pre:2s;par:pas; -farcissaient farcir ver 3.39 12.57 0.00 0.07 ind:imp:3p; -farcissais farcir ver 3.39 12.57 0.02 0.07 ind:imp:1s;ind:imp:2s; -farcissait farcir ver 3.39 12.57 0.00 0.54 ind:imp:3s; -farcissant farcir ver 3.39 12.57 0.00 0.07 par:pre; -farcisse farcir ver 3.39 12.57 0.01 0.54 sub:pre:1s;sub:pre:3s; -farcissez farcir ver 3.39 12.57 0.01 0.14 imp:pre:2p;ind:pre:2p; -farcit farcir ver 3.39 12.57 0.09 0.88 ind:pre:3s;ind:pas:3s; -fard fard nom m s 1.69 7.57 1.44 4.73 -fardaient farder ver 0.20 8.99 0.00 0.20 ind:imp:3p; -fardait farder ver 0.20 8.99 0.00 0.68 ind:imp:3s; -fardant farder ver 0.20 8.99 0.01 0.00 par:pre; -farde farder ver 0.20 8.99 0.00 0.54 ind:pre:3s; -fardeau fardeau nom m s 7.56 7.70 7.00 6.89 -fardeaux fardeau nom m p 7.56 7.70 0.56 0.81 -fardent farder ver 0.20 8.99 0.00 0.14 ind:pre:3p; -farder farder ver 0.20 8.99 0.03 0.61 inf; -fardier fardier nom m s 0.00 0.34 0.00 0.14 -fardiers fardier nom m p 0.00 0.34 0.00 0.20 -fards fard nom m p 1.69 7.57 0.25 2.84 -fardé farder ver m s 0.20 8.99 0.00 1.55 par:pas; -fardée farder ver f s 0.20 8.99 0.14 2.23 par:pas; -fardées farder ver f p 0.20 8.99 0.03 1.96 par:pas; -fardés farder ver m p 0.20 8.99 0.00 1.08 par:pas; -fare fare nom m s 0.00 0.07 0.00 0.07 -farfadet farfadet nom m s 0.45 0.41 0.31 0.14 -farfadets farfadet nom m p 0.45 0.41 0.14 0.27 -farfelu farfelu adj m s 1.77 1.28 0.93 0.61 -farfelue farfelu adj f s 1.77 1.28 0.35 0.20 -farfelues farfelu adj f p 1.77 1.28 0.18 0.14 -farfelus farfelu adj m p 1.77 1.28 0.32 0.34 -farfouilla farfouiller ver 1.17 4.12 0.00 0.54 ind:pas:3s; -farfouillais farfouiller ver 1.17 4.12 0.05 0.07 ind:imp:1s;ind:imp:2s; -farfouillait farfouiller ver 1.17 4.12 0.00 0.47 ind:imp:3s; -farfouillant farfouiller ver 1.17 4.12 0.02 0.14 par:pre; -farfouille farfouiller ver 1.17 4.12 0.34 0.68 ind:pre:1s;ind:pre:3s; -farfouillent farfouiller ver 1.17 4.12 0.00 0.07 ind:pre:3p; -farfouiller farfouiller ver 1.17 4.12 0.42 1.28 inf; -farfouillerait farfouiller ver 1.17 4.12 0.00 0.07 cnd:pre:3s; -farfouilles farfouiller ver 1.17 4.12 0.04 0.20 ind:pre:2s; -farfouilleurs farfouilleur adj m p 0.00 0.07 0.00 0.07 -farfouillez farfouiller ver 1.17 4.12 0.14 0.14 ind:pre:2p; -farfouillé farfouiller ver m s 1.17 4.12 0.15 0.47 par:pas; -faribole faribole nom f s 0.23 1.49 0.00 0.27 -fariboler fariboler ver 0.00 0.07 0.00 0.07 inf; -fariboles faribole nom f p 0.23 1.49 0.23 1.22 -farigoule farigoule nom f s 0.00 0.07 0.00 0.07 -farine farine nom f s 7.95 13.72 7.93 13.51 -farines farine nom f p 7.95 13.72 0.02 0.20 -farineuse farineux adj f s 0.03 1.08 0.00 0.41 -farineuses farineux adj f p 0.03 1.08 0.03 0.14 -farineux farineux adj m s 0.03 1.08 0.00 0.54 -farinée fariner ver f s 0.00 0.14 0.00 0.07 par:pas; -farinés fariner ver m p 0.00 0.14 0.00 0.07 par:pas; -farniente farniente nom m s 0.36 0.47 0.36 0.47 -faro faro nom m s 0.16 0.07 0.16 0.07 -farouche farouche adj s 2.39 15.20 1.90 11.62 -farouchement farouchement adv 0.26 4.05 0.26 4.05 -farouches farouche adj p 2.39 15.20 0.49 3.58 -farsi farsi nom m s 0.39 0.00 0.39 0.00 -fart fart nom m s 0.42 0.00 0.42 0.00 -farter farter ver 0.02 0.00 0.02 0.00 inf; -fascia fascia nom m s 0.07 0.00 0.07 0.00 -fascicule fascicule nom m s 0.02 0.95 0.01 0.34 -fascicules fascicule nom m p 0.02 0.95 0.01 0.61 -fascina fasciner ver 9.34 28.78 0.10 0.68 ind:pas:3s; -fascinaient fasciner ver 9.34 28.78 0.30 1.42 ind:imp:3p; -fascinais fasciner ver 9.34 28.78 0.00 0.07 ind:imp:1s; -fascinait fasciner ver 9.34 28.78 0.62 4.93 ind:imp:3s; -fascinant fascinant adj m s 11.64 5.54 7.78 2.91 -fascinante fascinant adj f s 11.64 5.54 2.47 1.42 -fascinantes fascinant adj f p 11.64 5.54 0.66 0.54 -fascinants fascinant adj m p 11.64 5.54 0.74 0.68 -fascination fascination nom f s 2.67 7.50 2.66 7.30 -fascinations fascination nom f p 2.67 7.50 0.01 0.20 -fascine fasciner ver 9.34 28.78 2.24 2.57 imp:pre:2s;ind:pre:1s;ind:pre:3s; -fascinent fasciner ver 9.34 28.78 0.44 0.95 ind:pre:3p; -fasciner fasciner ver 9.34 28.78 0.35 0.88 inf; -fascinerait fasciner ver 9.34 28.78 0.01 0.07 cnd:pre:3s; -fascines fasciner ver 9.34 28.78 0.04 0.00 ind:pre:2s; -fascinez fasciner ver 9.34 28.78 0.04 0.00 ind:pre:2p; -fascinèrent fasciner ver 9.34 28.78 0.00 0.20 ind:pas:3p; -fasciné fasciner ver m s 9.34 28.78 2.67 9.46 par:pas; -fascinée fasciner ver f s 9.34 28.78 0.60 3.72 par:pas; -fascinées fasciner ver f p 9.34 28.78 0.05 0.14 par:pas; -fascinés fasciner ver m p 9.34 28.78 0.58 2.77 par:pas; -fascisme fascisme nom m s 1.94 6.76 1.94 6.76 -fasciste fasciste adj s 6.93 4.93 3.89 3.58 -fascistes fasciste adj p 6.93 4.93 3.04 1.35 -fascisée fasciser ver f s 0.00 0.07 0.00 0.07 par:pas; -faseyaient faseyer ver 0.00 0.14 0.00 0.07 ind:imp:3p; -faseyait faseyer ver 0.00 0.14 0.00 0.07 ind:imp:3s; -fashion fashion nom f s 0.28 0.00 0.28 0.00 -fashionable fashionable adj m s 0.00 0.20 0.00 0.20 -fasse faire ver 8813.53 5328.99 93.83 60.88 sub:pre:1s;sub:pre:3s; -fassent faire ver 8813.53 5328.99 9.05 7.30 sub:pre:3p; -fasses faire ver 8813.53 5328.99 20.20 2.84 sub:pre:2s; -fassiez faire ver 8813.53 5328.99 8.46 2.64 sub:pre:2p; -fassions faire ver 8813.53 5328.99 1.63 2.09 sub:pre:1p; -fast_food fast_food nom m s 2.34 0.47 1.56 0.34 -fast_food fast_food nom m p 2.34 0.47 0.34 0.07 -fast_food fast_food nom m s 2.34 0.47 0.43 0.07 -faste faste adj s 0.57 1.28 0.53 0.61 -fastes faste adj p 0.57 1.28 0.04 0.68 -fastidieuse fastidieux adj f s 1.39 4.12 0.03 1.01 -fastidieusement fastidieusement adv 0.00 0.07 0.00 0.07 -fastidieuses fastidieux adj f p 1.39 4.12 0.26 0.74 -fastidieux fastidieux adj m 1.39 4.12 1.10 2.36 -fastoche fastoche adj m s 1.31 0.41 1.31 0.41 -fastueuse fastueux adj f s 0.38 3.38 0.22 1.08 -fastueusement fastueusement adv 0.00 0.34 0.00 0.34 -fastueuses fastueux adj f p 0.38 3.38 0.02 0.41 -fastueux fastueux adj m 0.38 3.38 0.14 1.89 -fat fat nom m s 2.29 0.34 2.21 0.20 -fatal fatal adj m s 11.69 23.38 5.37 12.30 -fatale fatal adj f s 11.69 23.38 5.37 8.92 -fatalement fatalement adv 0.44 5.07 0.44 5.07 -fatales fatal adj f p 11.69 23.38 0.82 1.49 -fatalise fataliser ver 0.06 0.00 0.04 0.00 imp:pre:2s; -fataliser fataliser ver 0.06 0.00 0.01 0.00 inf; -fatalisme fatalisme nom m s 0.19 1.76 0.19 1.76 -fataliste fataliste adj s 0.06 1.76 0.06 1.69 -fatalistes fataliste adj m p 0.06 1.76 0.00 0.07 -fatalisé fataliser ver m s 0.06 0.00 0.01 0.00 par:pas; -fatalité fatalité nom f s 2.77 8.85 2.66 8.51 -fatalités fatalité nom f p 2.77 8.85 0.11 0.34 -fatals fatal adj m p 11.69 23.38 0.13 0.68 -fate fat adj f s 1.81 1.08 0.13 0.07 -façade façade nom f s 4.60 46.76 4.19 29.66 -façades façade nom f p 4.60 46.76 0.41 17.09 -fathma fathma nom f s 0.10 0.07 0.10 0.07 -fathom fathom nom m s 0.00 0.07 0.00 0.07 -façon façon nom f s 230.48 277.30 212.60 259.26 -façonna façonner ver 1.95 7.16 0.14 0.20 ind:pas:3s; -façonnable façonnable adj m s 0.02 0.00 0.02 0.00 -façonnaient façonner ver 1.95 7.16 0.00 0.20 ind:imp:3p; -façonnait façonner ver 1.95 7.16 0.00 0.47 ind:imp:3s; -façonnant façonner ver 1.95 7.16 0.02 0.27 par:pre; -façonne façonner ver 1.95 7.16 0.17 0.61 imp:pre:2s;ind:pre:1s;ind:pre:3s; -façonnent façonner ver 1.95 7.16 0.03 0.00 ind:pre:3p; -façonner façonner ver 1.95 7.16 0.46 1.22 inf; -façonnera façonner ver 1.95 7.16 0.02 0.00 ind:fut:3s; -façonnerai façonner ver 1.95 7.16 0.12 0.00 ind:fut:1s; -façonnerais façonner ver 1.95 7.16 0.00 0.07 cnd:pre:1s; -façonnerez façonner ver 1.95 7.16 0.03 0.00 ind:fut:2p; -façonneront façonner ver 1.95 7.16 0.00 0.07 ind:fut:3p; -façonnière façonnier nom f s 0.00 0.07 0.00 0.07 -façonné façonner ver m s 1.95 7.16 0.61 1.76 par:pas; -façonnée façonner ver f s 1.95 7.16 0.23 1.08 par:pas; -façonnées façonner ver f p 1.95 7.16 0.04 0.34 par:pas; -façonnés façonner ver m p 1.95 7.16 0.07 0.88 par:pas; -façons façon nom f p 230.48 277.30 17.89 18.04 -fatidique fatidique adj s 0.42 4.05 0.41 3.51 -fatidiques fatidique adj p 0.42 4.05 0.01 0.54 -fatigant fatigant adj m s 4.84 7.84 3.81 5.20 -fatigante fatigant adj f s 4.84 7.84 0.67 1.62 -fatigantes fatigant adj f p 4.84 7.84 0.31 0.27 -fatigants fatigant adj m p 4.84 7.84 0.04 0.74 -fatigua fatiguer ver 78.25 49.05 0.02 0.41 ind:pas:3s; -fatiguai fatiguer ver 78.25 49.05 0.01 0.14 ind:pas:1s; -fatiguaient fatiguer ver 78.25 49.05 0.12 0.54 ind:imp:3p; -fatiguais fatiguer ver 78.25 49.05 0.16 0.41 ind:imp:1s;ind:imp:2s; -fatiguait fatiguer ver 78.25 49.05 0.30 2.36 ind:imp:3s; -fatiguant fatiguer ver 78.25 49.05 1.43 0.14 par:pre; -fatigue fatigue nom f s 9.25 69.46 8.70 65.81 -fatiguent fatiguer ver 78.25 49.05 1.11 1.55 ind:pre:3p; -fatiguer fatiguer ver 78.25 49.05 2.89 3.31 inf; -fatiguera fatiguer ver 78.25 49.05 0.25 0.14 ind:fut:3s; -fatiguerai fatiguer ver 78.25 49.05 0.02 0.07 ind:fut:1s; -fatigueraient fatiguer ver 78.25 49.05 0.00 0.14 cnd:pre:3p; -fatiguerais fatiguer ver 78.25 49.05 0.02 0.07 cnd:pre:1s;cnd:pre:2s; -fatiguerait fatiguer ver 78.25 49.05 0.06 0.61 cnd:pre:3s; -fatigueras fatiguer ver 78.25 49.05 0.10 0.00 ind:fut:2s; -fatigues fatiguer ver 78.25 49.05 3.44 0.54 ind:pre:2s; -fatiguez fatiguer ver 78.25 49.05 2.49 1.08 imp:pre:2p;ind:pre:2p; -fatiguons fatiguer ver 78.25 49.05 0.01 0.00 ind:pre:1p; -fatiguât fatiguer ver 78.25 49.05 0.00 0.14 sub:imp:3s; -fatiguèrent fatiguer ver 78.25 49.05 0.00 0.14 ind:pas:3p; -fatigué fatiguer ver m s 78.25 49.05 31.43 16.01 par:pas;par:pas;par:pas; -fatiguée fatiguer ver f s 78.25 49.05 20.46 9.73 par:pas; -fatiguées fatiguer ver f p 78.25 49.05 1.27 0.95 par:pas; -fatigués fatiguer ver m p 78.25 49.05 4.26 2.97 par:pas; -fatma fatma nom f s 0.16 0.95 0.14 0.54 -fatmas fatma nom f p 0.16 0.95 0.03 0.41 -fatras fatras nom m 0.34 2.91 0.34 2.91 -fats fat adj m p 1.81 1.08 0.33 0.07 -fatuité fatuité nom f s 0.23 0.95 0.23 0.95 -fatum fatum nom m s 0.00 0.47 0.00 0.47 -fau fau nom m s 0.14 0.00 0.14 0.00 -faubert faubert nom m s 0.02 0.07 0.02 0.07 -faubourg faubourg nom m s 1.69 22.09 0.58 14.73 -faubourgs faubourg nom m p 1.69 22.09 1.11 7.36 -faubourien faubourien adj m s 0.00 1.15 0.00 0.54 -faubourienne faubourien adj f s 0.00 1.15 0.00 0.27 -faubouriennes faubourien adj f p 0.00 1.15 0.00 0.14 -faubouriens faubourien adj m p 0.00 1.15 0.00 0.20 -faucardé faucarder ver m s 0.00 0.27 0.00 0.07 par:pas; -faucardée faucarder ver f s 0.00 0.27 0.00 0.07 par:pas; -faucardées faucarder ver f p 0.00 0.27 0.00 0.07 par:pas; -faucardés faucarder ver m p 0.00 0.27 0.00 0.07 par:pas; -faucha faucher ver 14.76 13.51 0.00 0.34 ind:pas:3s; -fauchage fauchage nom m s 0.04 0.34 0.04 0.34 -fauchaient faucher ver 14.76 13.51 0.01 0.34 ind:imp:3p; -fauchais faucher ver 14.76 13.51 0.02 0.14 ind:imp:1s; -fauchaison fauchaison nom f s 0.10 0.20 0.10 0.20 -fauchait faucher ver 14.76 13.51 0.01 0.61 ind:imp:3s; -fauchant faucher ver 14.76 13.51 0.14 0.74 par:pre; -fauchard fauchard nom m s 0.00 0.14 0.00 0.14 -fauche faucher ver 14.76 13.51 0.51 1.76 imp:pre:2s;ind:pre:1s;ind:pre:3s; -fauchent faucher ver 14.76 13.51 0.16 0.34 ind:pre:3p; -faucher faucher ver 14.76 13.51 2.54 2.77 inf; -fauchera faucher ver 14.76 13.51 0.03 0.00 ind:fut:3s; -faucherait faucher ver 14.76 13.51 0.02 0.07 cnd:pre:3s; -faucheras faucher ver 14.76 13.51 0.04 0.00 ind:fut:2s; -faucheront faucher ver 14.76 13.51 0.01 0.00 ind:fut:3p; -fauches faucher ver 14.76 13.51 0.41 0.14 ind:pre:2s; -faucheur faucheur nom m s 2.06 0.81 0.42 0.14 -faucheurs faucheur nom m p 2.06 0.81 0.52 0.07 -faucheuse faucheur nom f s 2.06 0.81 1.12 0.54 -faucheuses faucheuse nom f p 0.01 0.00 0.01 0.00 -faucheux faucheux nom m 0.00 0.68 0.00 0.68 -fauchez faucher ver 14.76 13.51 0.27 0.07 imp:pre:2p;ind:pre:2p; -fauchon fauchon nom m s 0.18 0.20 0.18 0.20 -fauché faucher ver m s 14.76 13.51 6.42 4.05 par:pas; -fauchée faucher ver f s 14.76 13.51 2.18 0.95 par:pas; -fauchées faucher ver f p 14.76 13.51 0.30 0.14 par:pas; -fauchés faucher ver m p 14.76 13.51 1.69 1.08 par:pas; -faucille faucille nom f s 0.53 2.57 0.51 2.23 -faucilles faucille nom f p 0.53 2.57 0.03 0.34 -faucillon faucillon nom m s 0.00 0.20 0.00 0.20 -faucon faucon nom m s 5.93 3.51 4.07 2.36 -fauconneau fauconneau nom m s 0.22 0.00 0.22 0.00 -fauconnerie fauconnerie nom f s 0.01 0.07 0.01 0.07 -fauconnier fauconnier nom m s 0.25 0.41 0.15 0.34 -fauconniers fauconnier nom m p 0.25 0.41 0.10 0.07 -faucons faucon nom m p 5.93 3.51 1.86 1.15 -faudra falloir ver_sup 1653.77 1250.41 85.73 61.22 ind:fut:3s; -faudrait falloir ver_sup 1653.77 1250.41 74.08 111.69 cnd:pre:3s; -faufil faufil nom m s 0.01 0.07 0.01 0.07 -faufila faufiler ver 4.41 17.30 0.03 1.35 ind:pas:3s; -faufilai faufiler ver 4.41 17.30 0.01 0.20 ind:pas:1s; -faufilaient faufiler ver 4.41 17.30 0.02 0.54 ind:imp:3p; -faufilais faufiler ver 4.41 17.30 0.08 0.00 ind:imp:1s;ind:imp:2s; -faufilait faufiler ver 4.41 17.30 0.04 2.43 ind:imp:3s; -faufilant faufiler ver 4.41 17.30 0.02 2.09 par:pre; -faufile faufiler ver 4.41 17.30 1.24 3.58 imp:pre:2s;ind:pre:1s;ind:pre:3s; -faufilent faufiler ver 4.41 17.30 0.16 0.88 ind:pre:3p; -faufiler faufiler ver 4.41 17.30 1.86 3.65 inf; -faufilera faufiler ver 4.41 17.30 0.14 0.00 ind:fut:3s; -faufilerai faufiler ver 4.41 17.30 0.02 0.00 ind:fut:1s; -faufilerait faufiler ver 4.41 17.30 0.00 0.07 cnd:pre:3s; -faufileras faufiler ver 4.41 17.30 0.04 0.00 ind:fut:2s; -faufileront faufiler ver 4.41 17.30 0.01 0.00 ind:fut:3p; -faufilez faufiler ver 4.41 17.30 0.05 0.00 imp:pre:2p;ind:pre:2p; -faufilâmes faufiler ver 4.41 17.30 0.00 0.07 ind:pas:1p; -faufilons faufiler ver 4.41 17.30 0.05 0.07 imp:pre:1p;ind:pre:1p; -faufilât faufiler ver 4.41 17.30 0.00 0.07 sub:imp:3s; -faufilèrent faufiler ver 4.41 17.30 0.00 0.20 ind:pas:3p; -faufilé faufiler ver m s 4.41 17.30 0.44 1.08 par:pas; -faufilée faufiler ver f s 4.41 17.30 0.12 0.68 par:pas; -faufilées faufiler ver f p 4.41 17.30 0.00 0.07 par:pas; -faufilés faufiler ver m p 4.41 17.30 0.07 0.27 par:pas; -faune faune nom s 1.48 6.49 1.47 5.95 -faunes faune nom p 1.48 6.49 0.01 0.54 -faunesque faunesque adj f s 0.00 0.14 0.00 0.07 -faunesques faunesque adj p 0.00 0.14 0.00 0.07 -faunesse faunesse nom f s 0.00 0.07 0.00 0.07 -faussa fausser ver 3.51 8.45 0.00 0.27 ind:pas:3s; -faussaient fausser ver 3.51 8.45 0.01 0.00 ind:imp:3p; -faussaire faussaire nom m s 1.22 1.35 0.89 0.95 -faussaires faussaire nom m p 1.22 1.35 0.33 0.41 -faussait fausser ver 3.51 8.45 0.02 0.34 ind:imp:3s; -faussant fausser ver 3.51 8.45 0.00 0.14 par:pre; -fausse_couche fausse_couche nom f s 0.07 0.20 0.07 0.20 -fausse faux adj f s 122.23 109.59 21.98 27.09 -faussement faussement adv 0.66 7.91 0.66 7.91 -faussent fausser ver 3.51 8.45 0.02 0.07 ind:pre:3p; -fausser fausser ver 3.51 8.45 0.34 1.89 inf; -fausseront fausser ver 3.51 8.45 0.00 0.14 ind:fut:3p; -fausses faux adj f p 122.23 109.59 9.26 15.95 -fausset fausset nom m s 0.05 1.55 0.04 1.55 -faussets fausset nom m p 0.05 1.55 0.01 0.00 -fausseté fausseté nom f s 0.75 1.08 0.75 1.08 -faussez fausser ver 3.51 8.45 0.03 0.07 ind:pre:2p; -faussions fausser ver 3.51 8.45 0.01 0.00 ind:imp:1p; -faussât fausser ver 3.51 8.45 0.00 0.07 sub:imp:3s; -faussé fausser ver m s 3.51 8.45 1.19 1.76 par:pas; -faussée fausser ver f s 3.51 8.45 0.23 0.68 par:pas; -faussées fausser ver f p 3.51 8.45 0.06 0.41 par:pas; -faussés fausser ver m p 3.51 8.45 0.04 0.07 par:pas; -faustien faustien adj m s 0.15 0.07 0.14 0.07 -faustienne faustien adj f s 0.15 0.07 0.01 0.00 -faut falloir ver_sup 1653.77 1250.41 1318.11 653.92 ind:pre:3s; -faute faute nom f s 169.26 95.20 163.19 81.08 -fauter fauter ver 1.42 1.76 0.00 0.27 inf; -fautes faute nom f p 169.26 95.20 6.07 14.12 -fauteuil_club fauteuil_club nom m s 0.00 0.27 0.00 0.27 -fauteuil fauteuil nom m s 19.27 102.03 17.16 76.69 -fauteuils_club fauteuils_club nom m p 0.00 0.07 0.00 0.07 -fauteuils fauteuil nom m p 19.27 102.03 2.10 25.34 -fauteur fauteur nom m s 0.88 1.82 0.31 0.88 -fauteurs fauteur nom m p 0.88 1.82 0.52 0.95 -fauteuse fauteur nom f s 0.88 1.82 0.03 0.00 -fautif fautif adj m s 2.96 2.09 1.50 1.08 -fautifs fautif adj m p 2.96 2.09 0.19 0.20 -fautive fautif adj f s 2.96 2.09 1.12 0.74 -fautives fautif adj f p 2.96 2.09 0.15 0.07 -fautrice fauteur nom f s 0.88 1.82 0.02 0.00 -fauté fauter ver m s 1.42 1.76 1.02 0.68 par:pas; -fauve fauve nom m s 3.61 13.38 1.26 7.77 -fauverie fauverie nom f s 0.00 0.14 0.00 0.14 -fauves fauve nom m p 3.61 13.38 2.35 5.61 -fauvette fauvette nom f s 0.60 2.23 0.60 1.62 -fauvettes fauvette nom f p 0.60 2.23 0.00 0.61 -fauvisme fauvisme nom m s 0.01 0.00 0.01 0.00 -faux_bond faux_bond nom m 0.01 0.07 0.01 0.07 -faux_bourdon faux_bourdon nom m s 0.02 0.07 0.02 0.07 -faux_col faux_col nom m s 0.02 0.34 0.02 0.34 -faux_cul faux_cul nom m s 0.41 0.07 0.41 0.07 -faux_filet faux_filet nom m s 0.04 0.34 0.04 0.34 -faux_frère faux_frère adj m s 0.01 0.00 0.01 0.00 -faux_fuyant faux_fuyant nom m s 0.22 1.22 0.02 0.47 -faux_fuyant faux_fuyant nom m p 0.22 1.22 0.20 0.74 -faux_monnayeur faux_monnayeur nom m s 0.26 0.61 0.01 0.14 -faux_monnayeur faux_monnayeur nom m p 0.26 0.61 0.25 0.47 -faux_pas faux_pas nom m 0.38 0.14 0.38 0.14 -faux_pont faux_pont nom m s 0.01 0.00 0.01 0.00 -faux_saunier faux_saunier nom m p 0.00 0.07 0.00 0.07 -faux_semblant faux_semblant nom m s 0.46 1.49 0.37 0.74 -faux_semblant faux_semblant nom m p 0.46 1.49 0.09 0.74 -faux faux adj m 122.23 109.59 90.99 66.55 -favela favela nom f s 1.62 0.07 1.25 0.00 -favelas favela nom f p 1.62 0.07 0.36 0.07 -faveur faveur nom f s 36.65 31.62 31.09 27.64 -faveurs faveur nom f p 36.65 31.62 5.56 3.99 -favorable favorable adj s 5.38 16.62 4.53 11.28 -favorablement favorablement adv 0.47 1.55 0.47 1.55 -favorables favorable adj p 5.38 16.62 0.85 5.34 -favori favori adj m s 8.79 13.99 5.19 5.81 -favoris favori nom m p 3.22 4.19 1.28 2.77 -favorisa favoriser ver 3.26 10.54 0.01 0.14 ind:pas:3s; -favorisaient favoriser ver 3.26 10.54 0.01 0.34 ind:imp:3p; -favorisait favoriser ver 3.26 10.54 0.05 2.03 ind:imp:3s; -favorisant favoriser ver 3.26 10.54 0.06 0.27 par:pre; -favorise favoriser ver 3.26 10.54 1.40 1.22 imp:pre:2s;ind:pre:1s;ind:pre:3s; -favorisent favoriser ver 3.26 10.54 0.51 0.61 ind:pre:3p; -favoriser favoriser ver 3.26 10.54 0.63 2.23 inf; -favorisera favoriser ver 3.26 10.54 0.03 0.07 ind:fut:3s; -favoriserai favoriser ver 3.26 10.54 0.01 0.00 ind:fut:1s; -favoriseraient favoriser ver 3.26 10.54 0.00 0.07 cnd:pre:3p; -favoriserait favoriser ver 3.26 10.54 0.07 0.07 cnd:pre:3s; -favorisez favoriser ver 3.26 10.54 0.03 0.00 ind:pre:2p; -favorisât favoriser ver 3.26 10.54 0.00 0.20 sub:imp:3s; -favorisèrent favoriser ver 3.26 10.54 0.00 0.07 ind:pas:3p; -favorisé favoriser ver m s 3.26 10.54 0.25 1.69 par:pas; -favorisée favoriser ver f s 3.26 10.54 0.05 0.54 par:pas; -favorisées favoriser ver f p 3.26 10.54 0.00 0.34 par:pas; -favorisés favoriser ver m p 3.26 10.54 0.14 0.68 par:pas; -favorite favori adj f s 8.79 13.99 1.92 3.45 -favorites favori adj f p 8.79 13.99 0.51 1.55 -favoritisme favoritisme nom m s 0.47 0.34 0.47 0.34 -fax fax nom m 5.59 0.14 5.59 0.14 -faxe faxer ver 2.58 0.07 0.45 0.00 imp:pre:2s;ind:pre:1s;ind:pre:3s; -faxer faxer ver 2.58 0.07 0.65 0.07 inf; -faxera faxer ver 2.58 0.07 0.04 0.00 ind:fut:3s; -faxerai faxer ver 2.58 0.07 0.09 0.00 ind:fut:1s; -faxes faxer ver 2.58 0.07 0.27 0.00 ind:pre:2s; -faxez faxer ver 2.58 0.07 0.27 0.00 imp:pre:2p;ind:pre:2p; -faxons faxer ver 2.58 0.07 0.01 0.00 imp:pre:1p; -faxé faxer ver m s 2.58 0.07 0.75 0.00 par:pas; -faxés faxer ver m p 2.58 0.07 0.05 0.00 par:pas; -fayard fayard nom m s 0.00 0.27 0.00 0.20 -fayards fayard nom m p 0.00 0.27 0.00 0.07 -fayot fayot adj m s 0.25 0.27 0.25 0.14 -fayotage fayotage nom m s 0.03 0.07 0.03 0.07 -fayotaient fayoter ver 0.09 0.61 0.00 0.07 ind:imp:3p; -fayotais fayoter ver 0.09 0.61 0.00 0.14 ind:imp:1s; -fayotait fayoter ver 0.09 0.61 0.00 0.07 ind:imp:3s; -fayote fayoter ver 0.09 0.61 0.07 0.07 imp:pre:2s;ind:pre:1s;ind:pre:3s; -fayoter fayoter ver 0.09 0.61 0.01 0.20 inf; -fayots fayot nom m p 0.42 1.28 0.32 1.08 -fayotte fayotter ver 0.25 0.00 0.25 0.00 ind:pre:3s; -fayotée fayoter ver f s 0.09 0.61 0.00 0.07 par:pas; -fazenda fazenda nom f s 0.35 0.00 0.35 0.00 -fedayin fedayin nom m s 0.01 0.00 0.01 0.00 -feed_back feed_back nom m 0.04 0.00 0.04 0.00 -feedback feedback nom m s 0.10 0.07 0.10 0.07 -feeder feeder nom m s 0.01 0.00 0.01 0.00 -feeling feeling nom m s 1.53 0.54 1.30 0.54 -feelings feeling nom m p 1.53 0.54 0.23 0.00 -feignîmes feindre ver 5.92 21.22 0.00 0.14 ind:pas:1p; -feignaient feindre ver 5.92 21.22 0.11 0.61 ind:imp:3p; -feignais feindre ver 5.92 21.22 0.18 0.74 ind:imp:1s;ind:imp:2s; -feignait feindre ver 5.92 21.22 0.13 2.77 ind:imp:3s; -feignant feignant adj m s 0.98 1.35 0.71 1.01 -feignante feignant nom f s 1.51 3.11 0.28 0.00 -feignantes feignant nom f p 1.51 3.11 0.00 0.07 -feignants feignant nom m p 1.51 3.11 0.57 1.35 -feignasse feignasse nom f s 0.72 0.20 0.52 0.14 -feignasses feignasse nom f p 0.72 0.20 0.21 0.07 -feigne feindre ver 5.92 21.22 0.00 0.07 sub:pre:1s; -feignent feindre ver 5.92 21.22 0.13 0.61 ind:pre:3p; -feignez feindre ver 5.92 21.22 0.52 0.00 imp:pre:2p;ind:pre:2p; -feigniez feindre ver 5.92 21.22 0.10 0.00 ind:imp:2p; -feignirent feindre ver 5.92 21.22 0.00 0.20 ind:pas:3p; -feignis feindre ver 5.92 21.22 0.00 0.47 ind:pas:1s; -feignit feindre ver 5.92 21.22 0.10 1.62 ind:pas:3s; -feignons feindre ver 5.92 21.22 0.07 0.34 imp:pre:1p;ind:pre:1p; -feindra feindre ver 5.92 21.22 0.21 0.07 ind:fut:3s; -feindrai feindre ver 5.92 21.22 0.30 0.00 ind:fut:1s; -feindrait feindre ver 5.92 21.22 0.01 0.14 cnd:pre:3s; -feindre feindre ver 5.92 21.22 1.23 4.39 inf; -feins feindre ver 5.92 21.22 0.81 1.35 imp:pre:2s;ind:pre:1s;ind:pre:2s; -feint feindre ver m s 5.92 21.22 1.67 4.12 ind:pre:3s;par:pas; -feintait feinter ver 1.47 1.89 0.00 0.07 ind:imp:3s; -feintant feinter ver 1.47 1.89 0.00 0.14 par:pre; -feinte feinte nom f s 1.04 2.36 0.86 1.15 -feinter feinter ver 1.47 1.89 0.27 0.68 inf; -feinterez feinter ver 1.47 1.89 0.01 0.00 ind:fut:2p; -feintes feinte nom f p 1.04 2.36 0.18 1.22 -feinteur feinteur nom m s 0.02 0.00 0.02 0.00 -feintise feintise nom f s 0.00 0.07 0.00 0.07 -feints feint adj m p 1.00 5.61 0.02 0.00 -feinté feinter ver m s 1.47 1.89 0.79 0.07 par:pas; -feintés feinter ver m p 1.47 1.89 0.03 0.20 par:pas; -feld_maréchal feld_maréchal nom m s 0.32 0.27 0.32 0.27 -feldgrau feldgrau nom m 0.00 0.47 0.00 0.47 -feldspath feldspath nom m s 0.03 0.14 0.03 0.14 -feldwebel feldwebel nom m s 0.00 1.42 0.00 1.28 -feldwebels feldwebel nom m p 0.00 1.42 0.00 0.14 -fellaga fellaga nom m s 0.00 0.81 0.00 0.74 -fellagas fellaga nom m p 0.00 0.81 0.00 0.07 -fellagha fellagha nom m s 0.00 0.34 0.00 0.20 -fellaghas fellagha nom m p 0.00 0.34 0.00 0.14 -fellah fellah nom m s 0.14 0.27 0.14 0.20 -fellahs fellah nom m p 0.14 0.27 0.00 0.07 -fellation fellation nom f s 0.98 0.81 0.88 0.74 -fellationne fellationner ver 0.00 0.07 0.00 0.07 ind:pre:3s; -fellations fellation nom f p 0.98 0.81 0.10 0.07 -fellinien fellinien nom m s 0.00 0.07 0.00 0.07 -fellinienne fellinien adj f s 0.10 0.00 0.10 0.00 -felouque felouque nom f s 0.01 1.49 0.01 1.01 -felouques felouque nom f p 0.01 1.49 0.00 0.47 -femelle femelle nom f s 9.38 12.64 6.84 7.84 -femelles femelle nom f p 9.38 12.64 2.53 4.80 -femme_enfant femme_enfant nom f s 0.35 0.27 0.35 0.27 -femme_fleur femme_fleur nom f s 0.00 0.07 0.00 0.07 -femme_objet femme_objet nom f s 0.03 0.07 0.03 0.07 -femme_refuge femme_refuge nom f s 0.00 0.07 0.00 0.07 -femme_robot femme_robot nom f s 0.07 0.00 0.07 0.00 -femme femme nom f s 1049.32 995.74 806.57 680.20 -femmelette femmelette nom f s 1.34 0.47 1.10 0.47 -femmelettes femmelette nom f p 1.34 0.47 0.24 0.00 -femmes femme nom f p 1049.32 995.74 242.75 315.54 -fenaison fenaison nom f s 0.00 0.34 0.00 0.27 -fenaisons fenaison nom f p 0.00 0.34 0.00 0.07 -fend fendre ver 7.76 28.58 1.20 3.58 ind:pre:3s; -fendaient fendre ver 7.76 28.58 0.01 0.88 ind:imp:3p; -fendais fendre ver 7.76 28.58 0.01 0.27 ind:imp:1s; -fendait fendre ver 7.76 28.58 0.26 3.24 ind:imp:3s; -fendant fendre ver 7.76 28.58 0.03 1.96 par:pre; -fendants fendant adj m p 0.01 0.34 0.01 0.00 -fendard fendard adj m s 0.06 0.07 0.06 0.07 -fende fendre ver 7.76 28.58 0.04 0.14 sub:pre:1s;sub:pre:3s; -fendent fendre ver 7.76 28.58 0.15 0.68 ind:pre:3p; -fendeur fendeur nom m s 0.00 0.34 0.00 0.14 -fendeurs fendeur nom m p 0.00 0.34 0.00 0.20 -fendez fendre ver 7.76 28.58 0.49 0.00 imp:pre:2p;ind:pre:2p; -fendillaient fendiller ver 0.01 1.76 0.00 0.07 ind:imp:3p; -fendillait fendiller ver 0.01 1.76 0.00 0.41 ind:imp:3s; -fendille fendiller ver 0.01 1.76 0.00 0.41 ind:pre:1s;ind:pre:3s; -fendillement fendillement nom m s 0.00 0.14 0.00 0.07 -fendillements fendillement nom m p 0.00 0.14 0.00 0.07 -fendiller fendiller ver 0.01 1.76 0.00 0.07 inf; -fendillèrent fendiller ver 0.01 1.76 0.00 0.07 ind:pas:3p; -fendillé fendillé adj m s 0.00 0.74 0.00 0.34 -fendillée fendiller ver f s 0.01 1.76 0.01 0.34 par:pas; -fendillées fendillé adj f p 0.00 0.74 0.00 0.20 -fendillés fendiller ver m p 0.01 1.76 0.00 0.14 par:pas; -fendis fendre ver 7.76 28.58 0.00 0.07 ind:pas:1s; -fendissent fendre ver 7.76 28.58 0.00 0.07 sub:imp:3p; -fendit fendre ver 7.76 28.58 0.03 1.89 ind:pas:3s; -fendoir fendoir nom m s 0.11 0.00 0.11 0.00 -fendons fendre ver 7.76 28.58 0.01 0.07 ind:pre:1p; -fendra fendre ver 7.76 28.58 0.07 0.07 ind:fut:3s; -fendrai fendre ver 7.76 28.58 0.16 0.14 ind:fut:1s; -fendraient fendre ver 7.76 28.58 0.00 0.07 cnd:pre:3p; -fendrait fendre ver 7.76 28.58 0.16 0.07 cnd:pre:3s; -fendre fendre ver 7.76 28.58 2.49 6.89 inf; -fends fendre ver 7.76 28.58 0.41 0.68 imp:pre:2s;ind:pre:1s;ind:pre:2s; -fendu fendre ver m s 7.76 28.58 1.77 4.12 par:pas; -fendue fendu adj f s 0.69 4.46 0.38 1.62 -fendues fendu adj f p 0.69 4.46 0.04 0.68 -fendus fendre ver m p 7.76 28.58 0.14 0.74 par:pas; -fenestrages fenestrage nom m p 0.00 0.07 0.00 0.07 -fenestrelle fenestrelle nom f s 0.14 0.00 0.14 0.00 -fenians fenian nom m p 0.00 0.07 0.00 0.07 -fenil fenil nom m s 0.02 0.41 0.02 0.27 -fenils fenil nom m p 0.02 0.41 0.00 0.14 -fennec fennec nom m s 0.01 0.20 0.01 0.00 -fennecs fennec nom m p 0.01 0.20 0.00 0.20 -fenouil fenouil nom m s 1.14 0.74 1.14 0.74 -fente fente nom f s 3.93 15.61 3.61 10.54 -fentes fente nom f p 3.93 15.61 0.32 5.07 -fenton fenton nom m s 0.43 0.00 0.43 0.00 -fenugrec fenugrec nom m s 0.03 0.00 0.03 0.00 -fenêtre fenêtre nom f s 90.55 280.20 70.20 199.39 -fenêtres fenêtre nom f p 90.55 280.20 20.35 80.81 -fer_blanc fer_blanc nom m s 0.08 2.84 0.08 2.84 -fer fer nom m s 37.08 114.19 33.65 106.28 -fera faire ver 8813.53 5328.99 170.70 59.66 ind:fut:3s; -ferai faire ver 8813.53 5328.99 146.11 31.69 ind:fut:1s; -feraient faire ver 8813.53 5328.99 10.80 13.11 cnd:pre:3p; -ferais faire ver 8813.53 5328.99 110.19 26.96 cnd:pre:1s;cnd:pre:2s; -ferait faire ver 8813.53 5328.99 86.88 77.23 cnd:pre:3s; -feras faire ver 8813.53 5328.99 42.91 13.18 ind:fut:2s; -ferblanterie ferblanterie nom f s 0.00 0.27 0.00 0.27 -ferblantier ferblantier nom m s 0.10 0.34 0.10 0.07 -ferblantiers ferblantier nom m p 0.10 0.34 0.00 0.27 -ferez faire ver 8813.53 5328.99 27.63 10.54 ind:fut:2p; -feria feria nom f s 0.17 0.20 0.02 0.14 -ferias feria nom f p 0.17 0.20 0.15 0.07 -feriez faire ver 8813.53 5328.99 23.97 5.54 cnd:pre:2p; -ferions faire ver 8813.53 5328.99 3.59 2.70 cnd:pre:1p; -ferlage ferlage nom f s 0.10 0.00 0.10 0.00 -ferlez ferler ver 0.03 0.14 0.03 0.00 imp:pre:2p; -ferlée ferler ver f s 0.03 0.14 0.00 0.14 par:pas; -ferma fermer ver 238.65 197.16 0.59 23.99 ind:pas:3s; -fermage fermage nom m s 0.03 0.74 0.02 0.54 -fermages fermage nom m p 0.03 0.74 0.01 0.20 -fermai fermer ver 238.65 197.16 0.06 3.24 ind:pas:1s; -fermaient fermer ver 238.65 197.16 0.29 5.27 ind:imp:3p; -fermais fermer ver 238.65 197.16 0.92 3.18 ind:imp:1s;ind:imp:2s; -fermait fermer ver 238.65 197.16 1.36 16.42 ind:imp:3s; -fermant fermer ver 238.65 197.16 0.88 9.05 par:pre; -ferme fermer ver 238.65 197.16 79.68 28.38 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -fermement fermement adv 2.60 10.07 2.60 10.07 -ferment fermer ver 238.65 197.16 3.65 3.65 ind:pre:3p;sub:pre:3p; -fermentaient fermenter ver 0.14 2.16 0.00 0.14 ind:imp:3p; -fermentais fermenter ver 0.14 2.16 0.00 0.07 ind:imp:1s; -fermentait fermenter ver 0.14 2.16 0.01 0.20 ind:imp:3s; -fermentation fermentation nom f s 0.29 1.28 0.29 0.95 -fermentations fermentation nom f p 0.29 1.28 0.00 0.34 -fermente fermenter ver 0.14 2.16 0.04 0.74 ind:pre:3s; -fermenter fermenter ver 0.14 2.16 0.05 0.54 inf; -ferments ferment nom m p 0.20 1.76 0.14 0.61 -fermentèrent fermenter ver 0.14 2.16 0.00 0.07 ind:pas:3p; -fermenté fermenté adj m s 0.57 1.28 0.44 0.81 -fermentée fermenté adj f s 0.57 1.28 0.11 0.20 -fermentées fermenté adj f p 0.57 1.28 0.00 0.14 -fermentés fermenté adj m p 0.57 1.28 0.02 0.14 -fermer fermer ver 238.65 197.16 48.85 32.97 inf;; -fermera fermer ver 238.65 197.16 1.11 0.34 ind:fut:3s; -fermerai fermer ver 238.65 197.16 2.11 0.61 ind:fut:1s; -fermeraient fermer ver 238.65 197.16 0.05 0.14 cnd:pre:3p; -fermerais fermer ver 238.65 197.16 0.58 0.14 cnd:pre:1s;cnd:pre:2s; -fermerait fermer ver 238.65 197.16 0.18 0.95 cnd:pre:3s; -fermeras fermer ver 238.65 197.16 0.35 0.00 ind:fut:2s; -fermerez fermer ver 238.65 197.16 0.54 0.00 ind:fut:2p; -fermeriez fermer ver 238.65 197.16 0.11 0.00 cnd:pre:2p; -fermerons fermer ver 238.65 197.16 0.10 0.00 ind:fut:1p; -fermeront fermer ver 238.65 197.16 0.55 0.14 ind:fut:3p; -fermes_hôtel fermes_hôtel nom f p 0.00 0.07 0.00 0.07 -fermes fermer ver 238.65 197.16 7.41 1.01 ind:pre:2s;sub:pre:2s; -fermette fermette nom f s 0.11 0.34 0.11 0.34 -fermeté fermeté nom f s 2.12 10.47 2.12 10.47 -fermeture fermeture nom f s 11.54 15.74 11.06 14.86 -fermetures fermeture nom f p 11.54 15.74 0.48 0.88 -fermez fermer ver 238.65 197.16 30.74 1.69 imp:pre:2p;ind:pre:2p; -fermi fermi nom m s 0.01 0.00 0.01 0.00 -fermier fermier nom m s 8.82 12.36 4.54 5.61 -fermiers fermier nom m p 8.82 12.36 3.22 4.05 -fermiez fermer ver 238.65 197.16 0.57 0.20 ind:imp:2p; -fermions fermer ver 238.65 197.16 0.03 0.54 ind:imp:1p; -fermière fermier nom f s 8.82 12.36 1.05 2.23 -fermières fermière nom f p 0.03 0.00 0.03 0.00 -fermium fermium nom m s 0.01 0.00 0.01 0.00 -fermoir fermoir nom m s 0.38 2.09 0.38 1.76 -fermoirs fermoir nom m p 0.38 2.09 0.00 0.34 -fermons fermer ver 238.65 197.16 1.69 0.68 imp:pre:1p;ind:pre:1p; -fermât fermer ver 238.65 197.16 0.00 0.14 sub:imp:3s; -fermèrent fermer ver 238.65 197.16 0.29 1.62 ind:pas:3p; -fermé fermer ver m s 238.65 197.16 34.73 30.54 par:pas; -fermée fermer ver f s 238.65 197.16 13.72 16.15 par:pas; -fermées fermer ver f p 238.65 197.16 3.31 6.42 par:pas; -fermés fermé adj m p 21.46 56.35 7.20 21.08 -ferons faire ver 8813.53 5328.99 21.07 6.96 ind:fut:1p; -feront faire ver 8813.53 5328.99 23.12 11.01 ind:fut:3p; -ferra ferrer ver 1.96 6.96 0.03 0.14 ind:pas:3s; -ferrage ferrage nom m s 0.00 0.47 0.00 0.27 -ferrages ferrage nom m p 0.00 0.47 0.00 0.20 -ferrai ferrer ver 1.96 6.96 0.01 0.00 ind:pas:1s; -ferrailla ferrailler ver 0.17 0.95 0.00 0.07 ind:pas:3s; -ferraillaient ferrailler ver 0.17 0.95 0.00 0.14 ind:imp:3p; -ferraillait ferrailler ver 0.17 0.95 0.00 0.14 ind:imp:3s; -ferraillant ferrailler ver 0.17 0.95 0.14 0.14 par:pre; -ferraillante ferraillant adj f s 0.00 0.47 0.00 0.14 -ferraille ferraille nom f s 4.36 13.72 4.22 10.88 -ferraillement ferraillement nom m s 0.00 0.68 0.00 0.68 -ferrailler ferrailler ver 0.17 0.95 0.01 0.20 inf; -ferrailles ferraille nom f p 4.36 13.72 0.14 2.84 -ferrailleur ferrailleur nom m s 0.53 1.62 0.51 0.68 -ferrailleurs ferrailleur nom m p 0.53 1.62 0.02 0.95 -ferraillé ferrailler ver m s 0.17 0.95 0.00 0.07 par:pas; -ferrais ferrer ver 1.96 6.96 0.17 0.00 ind:imp:1s;ind:imp:2s; -ferrait ferrer ver 1.96 6.96 0.03 0.74 ind:imp:3s; -ferrant ferrer ver 1.96 6.96 0.01 0.20 par:pre; -ferrasse ferrer ver 1.96 6.96 0.14 0.00 sub:imp:1s; -ferre ferrer ver 1.96 6.96 0.03 0.54 ind:pre:1s;ind:pre:3s; -ferrer ferrer ver 1.96 6.96 0.25 2.03 inf; -ferrera ferrer ver 1.96 6.96 0.00 0.07 ind:fut:3s; -ferrerait ferrer ver 1.96 6.96 0.00 0.07 cnd:pre:3s; -ferrets ferret nom m p 0.14 0.20 0.14 0.20 -ferreuse ferreux adj f s 0.16 0.54 0.01 0.00 -ferreux ferreux adj m 0.16 0.54 0.14 0.54 -ferrez ferrer ver 1.96 6.96 0.08 0.00 imp:pre:2p;ind:pre:2p; -ferries ferry nom m p 2.12 0.61 0.14 0.00 -ferriques ferrique adj m p 0.00 0.07 0.00 0.07 -ferrite ferrite nom s 0.03 0.00 0.03 0.00 -ferro ferro nom m s 0.00 0.07 0.00 0.07 -ferrocérium ferrocérium nom m s 0.00 0.07 0.00 0.07 -ferrocyanure ferrocyanure nom m s 0.00 0.07 0.00 0.07 -ferronnerie ferronnerie nom f s 0.13 0.68 0.13 0.34 -ferronneries ferronnerie nom f p 0.13 0.68 0.00 0.34 -ferronnier ferronnier nom m s 0.02 0.68 0.01 0.34 -ferronniers ferronnier nom m p 0.02 0.68 0.00 0.34 -ferronnière ferronnier nom f s 0.02 0.68 0.01 0.00 -ferrons ferrer ver 1.96 6.96 0.02 0.00 ind:pre:1p; -ferroviaire ferroviaire adj s 1.29 1.49 1.22 0.88 -ferroviaires ferroviaire adj p 1.29 1.49 0.07 0.61 -ferré ferrer ver m s 1.96 6.96 0.31 1.08 par:pas; -ferrée ferré adj f s 2.91 6.76 2.27 3.04 -ferrées ferré adj f p 2.91 6.76 0.52 1.82 -ferrugineuse ferrugineux adj f s 0.00 1.15 0.00 0.27 -ferrugineuses ferrugineux adj f p 0.00 1.15 0.00 0.20 -ferrugineux ferrugineux adj m 0.00 1.15 0.00 0.68 -ferrure ferrure nom f s 0.01 1.42 0.01 0.14 -ferrures ferrure nom f p 0.01 1.42 0.00 1.28 -ferrés ferré adj m p 2.91 6.76 0.08 1.35 -ferry_boat ferry_boat nom m s 0.14 0.20 0.14 0.20 -ferry ferry nom m s 2.12 0.61 1.98 0.61 -fers fer nom m p 37.08 114.19 3.42 7.70 -fertile fertile adj s 3.17 3.18 2.72 2.57 -fertiles fertile adj p 3.17 3.18 0.45 0.61 -fertilisable fertilisable adj m s 0.00 0.07 0.00 0.07 -fertilisait fertiliser ver 0.97 0.95 0.01 0.20 ind:imp:3s; -fertilisant fertilisant nom m s 0.07 0.07 0.07 0.07 -fertilisateur fertilisateur adj m s 0.00 0.07 0.00 0.07 -fertilisation fertilisation nom f s 0.07 0.14 0.07 0.14 -fertilise fertiliser ver 0.97 0.95 0.27 0.14 ind:pre:3s; -fertilisent fertiliser ver 0.97 0.95 0.03 0.00 ind:pre:3p; -fertiliser fertiliser ver 0.97 0.95 0.18 0.34 inf; -fertilisera fertiliser ver 0.97 0.95 0.02 0.00 ind:fut:3s; -fertiliserons fertiliser ver 0.97 0.95 0.00 0.07 ind:fut:1p; -fertilisez fertiliser ver 0.97 0.95 0.02 0.00 imp:pre:2p; -fertilisèrent fertiliser ver 0.97 0.95 0.00 0.07 ind:pas:3p; -fertilisé fertiliser ver m s 0.97 0.95 0.19 0.07 par:pas; -fertilisée fertiliser ver f s 0.97 0.95 0.00 0.07 par:pas; -fertilisés fertiliser ver m p 0.97 0.95 0.23 0.00 par:pas; -fertilité fertilité nom f s 1.13 1.01 1.13 1.01 -ferté ferté nom f s 0.00 0.27 0.00 0.27 -fervent fervent adj m s 2.13 4.53 1.22 2.03 -fervente fervent adj f s 2.13 4.53 0.42 1.22 -ferventes fervent adj f p 2.13 4.53 0.12 0.14 -fervents fervent adj m p 2.13 4.53 0.37 1.15 -ferveur ferveur nom f s 1.69 10.88 1.69 10.61 -ferveurs ferveur nom f p 1.69 10.88 0.00 0.27 -fessait fesser ver 1.10 0.74 0.00 0.14 ind:imp:3s; -fesse_mathieu fesse_mathieu nom m s 0.00 0.07 0.00 0.07 -fesse fesse nom f s 36.32 45.14 1.81 6.42 -fesser fesser ver 1.10 0.74 0.26 0.27 inf; -fesserai fesser ver 1.10 0.74 0.02 0.07 ind:fut:1s; -fesserais fesser ver 1.10 0.74 0.04 0.00 cnd:pre:1s;cnd:pre:2s; -fesses fesse nom f p 36.32 45.14 34.52 38.72 -fesseur fesseur nom m s 0.01 0.14 0.01 0.07 -fesseuse fesseur nom f s 0.01 0.14 0.00 0.07 -fessier fessier nom m s 0.33 0.68 0.23 0.54 -fessiers fessier adj m p 0.34 0.27 0.21 0.07 -fessiez fesser ver 1.10 0.74 0.01 0.00 ind:imp:2p; -fessière fessier adj f s 0.34 0.27 0.03 0.07 -fessières fessier adj f p 0.34 0.27 0.00 0.14 -fessé fesser ver m s 1.10 0.74 0.25 0.07 par:pas; -fessu fessu adj m s 0.01 0.81 0.00 0.27 -fessée fessée nom f s 4.44 1.76 4.02 1.15 -fessue fessu adj f s 0.01 0.81 0.01 0.34 -fessées fessée nom f p 4.44 1.76 0.41 0.61 -fessues fessu adj f p 0.01 0.81 0.00 0.20 -fessés fesser ver m p 1.10 0.74 0.01 0.07 par:pas; -festif festif adj m s 0.88 0.34 0.70 0.07 -festin festin nom m s 4.50 5.68 4.05 4.46 -festins festin nom m p 4.50 5.68 0.45 1.22 -festival festival nom m s 7.65 5.27 7.51 4.93 -festivalier festivalier nom m s 0.01 0.07 0.01 0.07 -festivals festival nom m p 7.65 5.27 0.14 0.34 -festive festif adj f s 0.88 0.34 0.17 0.07 -festives festif adj f p 0.88 0.34 0.01 0.20 -festivité festivité nom f s 1.21 1.01 0.02 0.00 -festivités festivité nom f p 1.21 1.01 1.19 1.01 -festoie festoyer ver 1.26 1.01 0.55 0.07 imp:pre:2s;ind:pre:1s;ind:pre:3s; -festoient festoyer ver 1.26 1.01 0.13 0.07 ind:pre:3p; -festoiera festoyer ver 1.26 1.01 0.02 0.00 ind:fut:3s; -festoierons festoyer ver 1.26 1.01 0.02 0.00 ind:fut:1p; -feston feston nom m s 0.17 1.49 0.02 0.14 -festonnaient festonner ver 0.03 1.01 0.00 0.07 ind:imp:3p; -festonnait festonner ver 0.03 1.01 0.00 0.14 ind:imp:3s; -festonne festonner ver 0.03 1.01 0.00 0.07 ind:pre:1s; -festonnements festonnement nom m p 0.00 0.07 0.00 0.07 -festonner festonner ver 0.03 1.01 0.02 0.00 inf; -festonné festonner ver m s 0.03 1.01 0.01 0.07 par:pas; -festonnée festonner ver f s 0.03 1.01 0.00 0.27 par:pas; -festonnées festonner ver f p 0.03 1.01 0.00 0.20 par:pas; -festonnés festonner ver m p 0.03 1.01 0.00 0.20 par:pas; -festons feston nom m p 0.17 1.49 0.14 1.35 -festoya festoyer ver 1.26 1.01 0.00 0.20 ind:pas:3s; -festoyaient festoyer ver 1.26 1.01 0.03 0.14 ind:imp:3p; -festoyant festoyer ver 1.26 1.01 0.03 0.00 par:pre; -festoyer festoyer ver 1.26 1.01 0.34 0.47 inf; -festoyez festoyer ver 1.26 1.01 0.03 0.00 imp:pre:2p; -festoyé festoyer ver m s 1.26 1.01 0.11 0.07 par:pas; -feta feta nom f s 0.09 0.00 0.09 0.00 -fettucine fettucine nom f 0.05 0.00 0.05 0.00 -feu feu nom m s 233.96 236.15 215.87 199.39 -feudataire feudataire nom m s 0.00 0.07 0.00 0.07 -feue feu adj f s 22.07 16.42 0.14 0.34 -feuillage feuillage nom m s 1.68 23.72 1.30 10.47 -feuillages feuillage nom m p 1.68 23.72 0.38 13.24 -feuillaison feuillaison nom f s 0.00 0.14 0.00 0.14 -feuillantines feuillantine nom f p 0.00 0.20 0.00 0.20 -feuille_morte feuille_morte adj f s 0.00 0.07 0.00 0.07 -feuille feuille nom f s 30.10 138.04 13.24 46.35 -feuilles feuille nom f p 30.10 138.04 16.86 91.69 -feuillet feuillet nom m s 0.26 10.00 0.06 2.16 -feuilleta feuilleter ver 2.21 21.49 0.00 2.70 ind:pas:3s; -feuilletage feuilletage nom m s 0.00 0.20 0.00 0.20 -feuilletai feuilleter ver 2.21 21.49 0.02 0.34 ind:pas:1s; -feuilletaient feuilleter ver 2.21 21.49 0.00 0.47 ind:imp:3p; -feuilletais feuilleter ver 2.21 21.49 0.23 0.81 ind:imp:1s;ind:imp:2s; -feuilletait feuilleter ver 2.21 21.49 0.00 2.91 ind:imp:3s; -feuilletant feuilleter ver 2.21 21.49 0.04 3.11 par:pre; -feuilleter feuilleter ver 2.21 21.49 0.65 4.05 inf; -feuilletez feuilleter ver 2.21 21.49 0.00 0.07 ind:pre:2p; -feuilletiez feuilleter ver 2.21 21.49 0.01 0.07 ind:imp:2p; -feuilletions feuilleter ver 2.21 21.49 0.00 0.07 ind:imp:1p; -feuilleton feuilleton nom m s 2.81 6.28 2.06 4.66 -feuilletoniste feuilletoniste nom s 0.00 0.34 0.00 0.34 -feuilletons feuilleton nom m p 2.81 6.28 0.75 1.62 -feuillets feuillet nom m p 0.26 10.00 0.20 7.84 -feuillette feuilleter ver 2.21 21.49 0.41 3.51 imp:pre:2s;ind:pre:1s;ind:pre:3s; -feuillettement feuillettement nom m s 0.00 0.14 0.00 0.14 -feuillettent feuilleter ver 2.21 21.49 0.00 0.14 ind:pre:3p; -feuillettes feuilleter ver 2.21 21.49 0.16 0.00 ind:pre:2s; -feuilletèrent feuilleter ver 2.21 21.49 0.00 0.07 ind:pas:3p; -feuilleté feuilleter ver m s 2.21 21.49 0.65 2.36 par:pas; -feuilletée feuilleté adj f s 0.19 0.61 0.12 0.27 -feuilletées feuilleté adj f p 0.19 0.61 0.01 0.07 -feuilletés feuilleté nom m p 0.79 0.34 0.30 0.14 -feuillu feuillu adj m s 0.18 2.43 0.12 0.47 -feuillée feuillée nom f s 0.14 1.42 0.00 0.41 -feuillue feuillu adj f s 0.18 2.43 0.05 1.08 -feuillées feuillée nom f p 0.14 1.42 0.14 1.01 -feuillues feuillu adj f p 0.18 2.43 0.01 0.47 -feuillure feuillure nom f s 0.03 0.14 0.00 0.07 -feuillures feuillure nom f p 0.03 0.14 0.03 0.07 -feuillus feuillu nom m p 0.10 0.14 0.10 0.00 -feuj feuj nom s 0.04 0.00 0.04 0.00 -feula feuler ver 0.10 0.54 0.00 0.07 ind:pas:3s; -feulait feuler ver 0.10 0.54 0.00 0.07 ind:imp:3s; -feulant feuler ver 0.10 0.54 0.00 0.14 par:pre; -feule feuler ver 0.10 0.54 0.00 0.07 ind:pre:3s; -feulement feulement nom m s 0.00 1.08 0.00 0.81 -feulements feulement nom m p 0.00 1.08 0.00 0.27 -feulent feuler ver 0.10 0.54 0.00 0.07 ind:pre:3p; -feuler feuler ver 0.10 0.54 0.10 0.07 inf; -feulée feuler ver f s 0.10 0.54 0.00 0.07 par:pas; -feurre feurre nom m s 0.00 0.07 0.00 0.07 -feutra feutrer ver 0.19 5.34 0.00 0.07 ind:pas:3s; -feutrage feutrage nom m s 0.00 0.41 0.00 0.34 -feutrages feutrage nom m p 0.00 0.41 0.00 0.07 -feutrait feutrer ver 0.19 5.34 0.00 0.14 ind:imp:3s; -feutrant feutrer ver 0.19 5.34 0.00 0.07 par:pre; -feutre feutre nom m s 1.45 13.99 1.33 13.18 -feutrent feutrer ver 0.19 5.34 0.00 0.14 ind:pre:3p; -feutrer feutrer ver 0.19 5.34 0.00 0.14 inf; -feutres feutrer ver 0.19 5.34 0.14 0.27 sub:pre:2s; -feutrine feutrine nom f s 0.00 0.74 0.00 0.74 -feutré feutré adj m s 0.29 5.74 0.03 1.96 -feutrée feutré adj f s 0.29 5.74 0.21 2.03 -feutrées feutré adj f p 0.29 5.74 0.01 0.54 -feutrés feutré adj m p 0.29 5.74 0.04 1.22 -feux feu nom m p 233.96 236.15 18.10 36.76 -fez fez nom m s 0.42 1.15 0.42 1.15 -fi fi ono 4.92 4.66 4.92 4.66 -fia fier ver 14.26 8.99 0.00 0.14 ind:pas:3s; -fiabilité fiabilité nom f s 0.37 0.34 0.37 0.34 -fiable fiable adj s 6.85 1.28 5.36 1.08 -fiables fiable adj p 6.85 1.28 1.50 0.20 -fiacre fiacre nom m s 1.39 5.20 1.39 4.05 -fiacres fiacre nom m p 1.39 5.20 0.00 1.15 -fiaient fier ver 14.26 8.99 0.03 0.07 ind:imp:3p; -fiais fier ver 14.26 8.99 0.23 0.14 ind:imp:1s;ind:imp:2s; -fiait fier ver 14.26 8.99 0.21 0.34 ind:imp:3s; -fiance fiancer ver 13.30 4.80 0.46 0.20 imp:pre:2s;ind:pre:3s;sub:pre:3s; -fiancent fiancer ver 13.30 4.80 0.03 0.00 ind:pre:3p; -fiancer fiancer ver 13.30 4.80 1.22 0.47 inf; -fiancerais fiancer ver 13.30 4.80 0.02 0.00 cnd:pre:1s;cnd:pre:2s; -fiancerons fiancer ver 13.30 4.80 0.00 0.07 ind:fut:1p; -fiancez fiancer ver 13.30 4.80 0.00 0.07 ind:pre:2p; -fiancèrent fiancer ver 13.30 4.80 0.01 0.07 ind:pas:3p; -fiancé fiancé nom m s 51.51 23.11 21.89 9.73 -fiancée fiancé nom f s 51.51 23.11 27.84 9.93 -fiancées fiancé nom f p 51.51 23.11 0.68 0.88 -fiancés fiancer ver m p 13.30 4.80 4.10 0.74 par:pas; -fiant fier ver 14.26 8.99 0.28 0.81 par:pre; -fiança fiancer ver 13.30 4.80 0.01 0.14 ind:pas:3s; -fiançailles fiançailles nom f p 5.63 6.96 5.63 6.96 -fiançais fiancer ver 13.30 4.80 0.01 0.00 ind:imp:1s; -fiançons fiancer ver 13.30 4.80 0.12 0.00 imp:pre:1p;ind:pre:1p; -fias fier ver 14.26 8.99 0.00 0.81 ind:pas:2s; -fiasco fiasco nom m s 1.96 2.16 1.95 1.89 -fiascos fiasco nom m p 1.96 2.16 0.01 0.27 -fiasque fiasque nom f s 0.04 0.41 0.02 0.27 -fiasques fiasque nom f p 0.04 0.41 0.01 0.14 -fiassent fier ver 14.26 8.99 0.00 0.07 sub:imp:3p; -fiat fiat nom m s 0.02 0.07 0.02 0.07 -fibre fibre nom f s 6.65 7.43 2.67 2.50 -fibres fibre nom f p 6.65 7.43 3.97 4.93 -fibreuse fibreux adj f s 0.17 0.54 0.01 0.27 -fibreuses fibreux adj f p 0.17 0.54 0.00 0.07 -fibreux fibreux adj m 0.17 0.54 0.16 0.20 -fibrillation fibrillation nom f s 0.69 0.00 0.69 0.00 -fibrille fibrille nom f s 0.37 0.61 0.37 0.07 -fibrilles fibrille nom f p 0.37 0.61 0.00 0.54 -fibrilleux fibrilleux adj m s 0.00 0.07 0.00 0.07 -fibrillé fibrillé nom m s 0.01 0.00 0.01 0.00 -fibrine fibrine nom f s 0.01 0.14 0.01 0.14 -fibrinogène fibrinogène nom m s 0.03 0.00 0.03 0.00 -fibrociment fibrociment nom m s 0.00 0.27 0.00 0.27 -fibromateuse fibromateux adj f s 0.00 0.14 0.00 0.14 -fibrome fibrome nom m s 0.06 1.01 0.01 0.95 -fibromes fibrome nom m p 0.06 1.01 0.05 0.07 -fibroscope fibroscope nom m s 0.08 0.00 0.08 0.00 -fibroscopie fibroscopie nom f s 0.05 0.00 0.05 0.00 -fibrose fibrose nom f s 0.28 0.00 0.28 0.00 -fibrotoxine fibrotoxine nom f s 0.00 0.14 0.00 0.14 -fibré fibré adj m s 0.00 0.20 0.00 0.20 -fibule fibule nom f s 0.00 0.07 0.00 0.07 -fic fic nom m s 0.01 0.00 0.01 0.00 -ficaires ficaire nom f p 0.00 0.07 0.00 0.07 -ficela ficeler ver 0.86 6.76 0.00 0.41 ind:pas:3s; -ficelai ficeler ver 0.86 6.76 0.00 0.07 ind:pas:1s; -ficelaient ficeler ver 0.86 6.76 0.01 0.14 ind:imp:3p; -ficelait ficeler ver 0.86 6.76 0.00 0.47 ind:imp:3s; -ficelant ficeler ver 0.86 6.76 0.00 0.07 par:pre; -ficeler ficeler ver 0.86 6.76 0.17 0.68 inf; -ficelez ficeler ver 0.86 6.76 0.01 0.00 imp:pre:2p; -ficelle ficelle nom f s 6.31 21.22 3.13 13.38 -ficellerait ficeler ver 0.86 6.76 0.00 0.07 cnd:pre:3s; -ficelles ficelle nom f p 6.31 21.22 3.19 7.84 -ficelèrent ficeler ver 0.86 6.76 0.00 0.07 ind:pas:3p; -ficelé ficeler ver m s 0.86 6.76 0.36 2.03 par:pas; -ficelée ficeler ver f s 0.86 6.76 0.17 1.15 par:pas; -ficelées ficelé adj f p 0.61 3.18 0.04 0.47 -ficelés ficelé adj m p 0.61 3.18 0.11 1.15 -ficha ficher ver 97.84 29.32 0.01 0.54 ind:pas:3s; -fichage fichage nom m s 0.01 0.00 0.01 0.00 -fichaient ficher ver 97.84 29.32 0.27 0.61 ind:imp:3p; -fichais ficher ver 97.84 29.32 1.67 0.81 ind:imp:1s;ind:imp:2s; -fichaise fichaise nom f s 0.03 0.20 0.01 0.07 -fichaises fichaise nom f p 0.03 0.20 0.02 0.14 -fichait ficher ver 97.84 29.32 2.31 3.38 ind:imp:3s; -fichant ficher ver 97.84 29.32 0.20 0.81 par:pre; -fiche ficher ver 97.84 29.32 60.95 10.41 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:1s;sub:pre:3s; -fichent ficher ver 97.84 29.32 2.87 1.49 ind:pre:3p; -ficher ficher ver 97.84 29.32 1.90 1.42 inf; -fichera ficher ver 97.84 29.32 0.50 0.14 ind:fut:3s; -ficherai ficher ver 97.84 29.32 0.34 0.20 ind:fut:1s; -ficheraient ficher ver 97.84 29.32 0.21 0.00 cnd:pre:3p; -ficherais ficher ver 97.84 29.32 0.75 0.00 cnd:pre:1s;cnd:pre:2s; -ficherait ficher ver 97.84 29.32 0.21 0.20 cnd:pre:3s; -ficheras ficher ver 97.84 29.32 0.07 0.00 ind:fut:2s; -ficherons ficher ver 97.84 29.32 0.00 0.07 ind:fut:1p; -ficheront ficher ver 97.84 29.32 0.17 0.14 ind:fut:3p; -fiches ficher ver 97.84 29.32 6.86 1.22 ind:pre:2s; -fichez ficher ver 97.84 29.32 12.73 1.35 imp:pre:2p;ind:pre:2p; -fichier fichier nom m s 11.10 2.91 5.42 1.89 -fichiers fichier nom m p 11.10 2.91 5.69 1.01 -fichiez ficher ver 97.84 29.32 0.48 0.00 ind:imp:2p; -fichions ficher ver 97.84 29.32 0.00 0.07 ind:imp:1p; -fichons ficher ver 97.84 29.32 2.67 0.07 imp:pre:1p;ind:pre:1p; -fichât ficher ver 97.84 29.32 0.00 0.14 sub:imp:3s; -fichtre fichtre ono 1.23 1.01 1.23 1.01 -fichtrement fichtrement adv 0.27 0.47 0.27 0.47 -fiché ficher ver m s 97.84 29.32 1.99 2.16 par:pas; -fichu fichu adj m s 27.51 12.03 17.34 7.70 -fichée ficher ver f s 97.84 29.32 0.35 1.82 par:pas; -fichue fichu adj f s 27.51 12.03 6.34 3.04 -fichées ficher ver f p 97.84 29.32 0.14 1.22 par:pas; -fichues fichu adj f p 27.51 12.03 1.04 0.20 -fichés ficher ver m p 97.84 29.32 0.20 1.08 par:pas; -fichus fichu adj m p 27.51 12.03 2.79 1.08 -fictif fictif adj m s 1.99 2.84 0.94 1.22 -fictifs fictif adj m p 1.99 2.84 0.57 0.34 -fiction fiction nom f s 6.46 5.14 6.25 4.32 -fictionnel fictionnel adj m s 0.02 0.00 0.02 0.00 -fictions fiction nom f p 6.46 5.14 0.21 0.81 -fictive fictif adj f s 1.99 2.84 0.41 0.88 -fictivement fictivement adv 0.00 0.20 0.00 0.20 -fictives fictif adj f p 1.99 2.84 0.06 0.41 -ficus ficus nom m 0.17 0.20 0.17 0.20 -fidèle fidèle adj s 24.61 35.61 20.04 27.43 -fidèlement fidèlement adv 1.12 4.53 1.12 4.53 -fidèles fidèle adj p 24.61 35.61 4.57 8.18 -fiduciaire fiduciaire adj s 0.17 0.68 0.13 0.68 -fiduciaires fiduciaire adj f p 0.17 0.68 0.04 0.00 -fiducie fiducie nom f s 0.06 0.00 0.06 0.00 -fidéicommis fidéicommis nom m 0.42 0.07 0.42 0.07 -fidéliser fidéliser ver 0.04 0.00 0.03 0.00 inf; -fidéliseras fidéliser ver 0.04 0.00 0.01 0.00 ind:fut:2s; -fidélité fidélité nom f s 10.26 18.31 10.26 17.43 -fidélités fidélité nom f p 10.26 18.31 0.00 0.88 -fie fier ver 14.26 8.99 4.10 0.95 imp:pre:2s;ind:pre:1s;ind:pre:3s; -fief fief nom m s 3.38 3.45 3.22 2.70 -fieffé fieffé adj m s 0.95 0.61 0.77 0.20 -fieffée fieffé adj f s 0.95 0.61 0.00 0.27 -fieffés fieffé adj m p 0.95 0.61 0.19 0.14 -fiefs fief nom m p 3.38 3.45 0.16 0.74 -fiel fiel nom m s 1.36 2.50 1.36 2.50 -field field nom m s 0.47 0.00 0.47 0.00 -fielleuse fielleux adj f s 0.42 0.95 0.11 0.20 -fielleusement fielleusement adv 0.00 0.07 0.00 0.07 -fielleuses fielleux adj f p 0.42 0.95 0.00 0.27 -fielleux fielleux adj m 0.42 0.95 0.31 0.47 -fient fier ver 14.26 8.99 0.18 0.00 ind:pre:3p; -fiente fiente nom f s 0.79 2.70 0.72 1.96 -fientes fiente nom f p 0.79 2.70 0.07 0.74 -fienteuse fienteux adj f s 0.00 0.14 0.00 0.07 -fienteux fienteux adj m p 0.00 0.14 0.00 0.07 -fienté fienter ver m s 0.20 0.20 0.00 0.14 par:pas; -fier_à_bras fier_à_bras nom m 0.00 0.14 0.00 0.14 -fier fier adj m s 79.13 58.18 46.07 31.42 -fiera fier ver 14.26 8.99 0.11 0.00 ind:fut:3s; -fierai fier ver 14.26 8.99 0.02 0.00 ind:fut:1s; -fierais fier ver 14.26 8.99 0.29 0.07 cnd:pre:1s;cnd:pre:2s; -fieras fier ver 14.26 8.99 0.01 0.00 ind:fut:2s; -fiers_à_bras fiers_à_bras nom m p 0.00 0.27 0.00 0.27 -fiers fier adj m p 79.13 58.18 12.36 8.38 -fierté fierté nom f s 13.58 29.93 13.56 29.66 -fiertés fierté nom f p 13.58 29.93 0.02 0.27 -fiesta fiesta nom f s 2.14 2.43 2.07 1.96 -fiestas fiesta nom f p 2.14 2.43 0.07 0.47 -fieu fieu nom m s 0.00 0.07 0.00 0.07 -fieux fieux nom m p 0.02 0.00 0.02 0.00 -fiez fier ver 14.26 8.99 1.58 0.41 imp:pre:2p;ind:pre:2p; -fifi fifi nom m s 0.98 7.77 0.96 7.36 -fifille fifille nom f s 0.65 1.35 0.65 1.35 -fifis fifi nom m p 0.98 7.77 0.02 0.41 -fifre fifre nom m s 0.10 2.09 0.07 1.22 -fifrelin fifrelin nom m s 0.13 0.54 0.03 0.41 -fifrelins fifrelin nom m p 0.13 0.54 0.10 0.14 -fifres fifre nom m p 0.10 2.09 0.03 0.88 -fifties fifties nom p 0.03 0.07 0.03 0.07 -fifty_fifty fifty_fifty adv 0.66 0.14 0.66 0.14 -fifty fifty nom m s 0.05 0.47 0.05 0.47 -figaro figaro nom m s 0.00 1.42 0.00 1.35 -figaros figaro nom m p 0.00 1.42 0.00 0.07 -fige figer ver 4.49 33.18 1.04 2.91 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -figea figer ver 4.49 33.18 0.00 2.97 ind:pas:3s; -figeaient figer ver 4.49 33.18 0.00 0.95 ind:imp:3p; -figeais figer ver 4.49 33.18 0.03 0.14 ind:imp:1s; -figeait figer ver 4.49 33.18 0.04 1.89 ind:imp:3s; -figeant figer ver 4.49 33.18 0.01 0.68 par:pre; -figent figer ver 4.49 33.18 0.17 0.34 ind:pre:3p; -figer figer ver 4.49 33.18 1.16 2.50 inf; -figera figer ver 4.49 33.18 0.04 0.14 ind:fut:3s; -figerai figer ver 4.49 33.18 0.07 0.07 ind:fut:1s; -figeraient figer ver 4.49 33.18 0.00 0.14 cnd:pre:3p; -figerait figer ver 4.49 33.18 0.00 0.27 cnd:pre:3s; -figez figer ver 4.49 33.18 0.05 0.00 imp:pre:2p;ind:pre:2p; -fignard fignard nom m s 0.00 0.07 0.00 0.07 -fignola fignoler ver 0.48 3.85 0.00 0.27 ind:pas:3s; -fignolage fignolage nom m s 0.11 0.41 0.11 0.20 -fignolages fignolage nom m p 0.11 0.41 0.00 0.20 -fignolaient fignoler ver 0.48 3.85 0.00 0.07 ind:imp:3p; -fignolait fignoler ver 0.48 3.85 0.00 0.41 ind:imp:3s; -fignolant fignoler ver 0.48 3.85 0.00 0.61 par:pre; -fignole fignoler ver 0.48 3.85 0.20 0.27 ind:pre:1s;ind:pre:3s; -fignolent fignoler ver 0.48 3.85 0.00 0.14 ind:pre:3p; -fignoler fignoler ver 0.48 3.85 0.16 0.95 inf; -fignolerai fignoler ver 0.48 3.85 0.00 0.07 ind:fut:1s; -fignolerais fignoler ver 0.48 3.85 0.01 0.00 cnd:pre:1s; -fignolerait fignoler ver 0.48 3.85 0.00 0.07 cnd:pre:3s; -fignoleur fignoleur nom m s 0.01 0.00 0.01 0.00 -fignolons fignoler ver 0.48 3.85 0.00 0.07 ind:pre:1p; -fignolé fignoler ver m s 0.48 3.85 0.09 0.61 par:pas; -fignolée fignoler ver f s 0.48 3.85 0.01 0.27 par:pas; -fignolés fignoler ver m p 0.48 3.85 0.01 0.07 par:pas; -figèrent figer ver 4.49 33.18 0.00 0.27 ind:pas:3p; -figé figer ver m s 4.49 33.18 1.02 9.32 par:pas; -figue figue nom f s 7.38 3.58 3.44 1.28 -figée figer ver f s 4.49 33.18 0.49 5.00 par:pas; -figues figue nom f p 7.38 3.58 3.94 2.30 -figées figé adj f p 0.94 11.82 0.05 0.88 -figuier figuier nom m s 1.79 3.58 1.36 1.82 -figuiers figuier nom m p 1.79 3.58 0.43 1.76 -figura figurer ver 14.41 57.23 0.07 0.41 ind:pas:3s; -figurai figurer ver 14.41 57.23 0.14 0.34 ind:pas:1s; -figuraient figurer ver 14.41 57.23 0.21 3.99 ind:imp:3p; -figurais figurer ver 14.41 57.23 0.03 1.96 ind:imp:1s;ind:imp:2s; -figurait figurer ver 14.41 57.23 0.81 7.97 ind:imp:3s; -figurant figurant nom m s 2.99 5.07 0.68 1.62 -figurante figurant nom f s 2.99 5.07 0.37 0.54 -figurantes figurant nom f p 2.99 5.07 0.02 0.14 -figurants figurant nom m p 2.99 5.07 1.93 2.77 -figuratif figuratif adj m s 0.20 0.68 0.20 0.27 -figuratifs figuratif adj m p 0.20 0.68 0.00 0.14 -figuration figuration nom f s 0.41 2.57 0.40 1.96 -figurations figuration nom f p 0.41 2.57 0.01 0.61 -figurative figuratif adj f s 0.20 0.68 0.01 0.14 -figurativement figurativement adv 0.01 0.07 0.01 0.07 -figuratives figuratif adj f p 0.20 0.68 0.00 0.14 -figure figure nom f s 25.18 95.34 22.49 77.70 -figurent figurer ver 14.41 57.23 0.56 4.46 ind:pre:3p; -figurer figurer ver 14.41 57.23 1.43 7.30 inf; -figurera figurer ver 14.41 57.23 0.42 0.34 ind:fut:3s; -figureraient figurer ver 14.41 57.23 0.01 0.27 cnd:pre:3p; -figurerait figurer ver 14.41 57.23 0.03 0.27 cnd:pre:3s; -figures figure nom f p 25.18 95.34 2.69 17.64 -figurez figurer ver 14.41 57.23 3.06 6.15 imp:pre:2p;ind:pre:2p; -figuriez figurer ver 14.41 57.23 0.03 0.07 ind:imp:2p; -figurine figurine nom f s 2.18 2.43 1.19 0.88 -figurines figurine nom f p 2.18 2.43 0.99 1.55 -figurions figurer ver 14.41 57.23 0.00 0.14 ind:imp:1p; -figurât figurer ver 14.41 57.23 0.00 0.34 sub:imp:3s; -figurèrent figurer ver 14.41 57.23 0.00 0.07 ind:pas:3p; -figuré figuré adj m s 0.57 1.08 0.56 0.95 -figurée figuré adj f s 0.57 1.08 0.02 0.00 -figurées figurer ver f p 14.41 57.23 0.00 0.47 par:pas; -figurés figurer ver m p 14.41 57.23 0.00 0.74 par:pas; -figés figer ver m p 4.49 33.18 0.36 3.92 par:pas; -fil_à_fil fil_à_fil nom m 0.00 0.34 0.00 0.34 -fil fil nom m s 64.92 99.73 51.83 75.95 -fila filer ver 100.96 88.51 0.41 4.93 ind:pas:3s; -filage filage nom m s 0.06 0.14 0.06 0.14 -filai filer ver 100.96 88.51 0.00 0.61 ind:pas:1s; -filaient filer ver 100.96 88.51 0.34 3.38 ind:imp:3p; -filaire filaire adj f s 0.01 0.00 0.01 0.00 -filais filer ver 100.96 88.51 0.54 1.15 ind:imp:1s;ind:imp:2s; -filait filer ver 100.96 88.51 1.39 10.27 ind:imp:3s; -filament filament nom m s 0.40 2.16 0.29 0.27 -filamenteux filamenteux adj m 0.01 0.07 0.01 0.07 -filaments filament nom m p 0.40 2.16 0.11 1.89 -filandres filandre nom f p 0.00 0.07 0.00 0.07 -filandreuse filandreux adj f s 0.07 1.62 0.00 0.54 -filandreuses filandreux adj f p 0.07 1.62 0.03 0.61 -filandreux filandreux adj m 0.07 1.62 0.05 0.47 -filant filer ver 100.96 88.51 0.26 3.38 par:pre; -filante filant adj f s 1.64 3.38 0.60 1.28 -filantes filant adj f p 1.64 3.38 0.82 1.22 -filaos filao nom m p 0.00 0.07 0.00 0.07 -filariose filariose nom f s 0.05 0.00 0.05 0.00 -filasse filasse nom f s 0.06 0.47 0.02 0.34 -filasses filasse nom f p 0.06 0.47 0.04 0.14 -filateur filateur nom m s 0.00 0.27 0.00 0.07 -filateurs filateur nom m p 0.00 0.27 0.00 0.20 -filature filature nom f s 2.10 1.42 1.85 0.88 -filatures filature nom f p 2.10 1.42 0.24 0.54 -file_la_moi file_la_moi nom f s 0.01 0.00 0.01 0.00 -file filer ver 100.96 88.51 36.47 17.84 imp:pre:2s;ind:pre:1s;ind:pre:3s; -filent filer ver 100.96 88.51 2.21 3.18 ind:pre:3p; -filer filer ver 100.96 88.51 25.85 21.76 inf; -filera filer ver 100.96 88.51 1.03 0.61 ind:fut:3s; -filerai filer ver 100.96 88.51 0.71 0.68 ind:fut:1s; -fileraient filer ver 100.96 88.51 0.03 0.07 cnd:pre:3p; -filerais filer ver 100.96 88.51 0.35 0.20 cnd:pre:1s;cnd:pre:2s; -filerait filer ver 100.96 88.51 0.27 0.34 cnd:pre:3s; -fileras filer ver 100.96 88.51 0.22 0.14 ind:fut:2s; -filerez filer ver 100.96 88.51 0.16 0.14 ind:fut:2p; -fileriez filer ver 100.96 88.51 0.03 0.00 cnd:pre:2p; -filerons filer ver 100.96 88.51 0.21 0.07 ind:fut:1p; -fileront filer ver 100.96 88.51 0.11 0.20 ind:fut:3p; -files filer ver 100.96 88.51 4.95 1.89 ind:pre:1p;ind:pre:2s;sub:pre:2s; -filet filet nom m s 15.44 41.49 10.99 26.35 -filetage filetage nom m s 0.09 0.07 0.09 0.07 -filets filet nom m p 15.44 41.49 4.45 15.14 -fileté fileté adj m s 0.03 0.34 0.03 0.07 -filetée fileter ver f s 0.01 0.14 0.01 0.07 par:pas; -fileur fileur nom m s 0.06 0.14 0.04 0.07 -fileuse fileur nom f s 0.06 0.14 0.01 0.07 -filez filer ver 100.96 88.51 7.90 1.49 imp:pre:2p;ind:pre:2p; -filial filial adj m s 0.63 3.85 0.14 1.76 -filiale filiale nom f s 1.33 0.81 0.84 0.54 -filialement filialement adv 0.00 0.20 0.00 0.20 -filiales filiale nom f p 1.33 0.81 0.48 0.27 -filiation filiation nom f s 0.23 2.36 0.23 1.89 -filiations filiation nom f p 0.23 2.36 0.00 0.47 -filiaux filial adj m p 0.63 3.85 0.00 0.34 -filiez filer ver 100.96 88.51 0.17 0.14 ind:imp:2p; -filiforme filiforme adj s 0.03 1.55 0.03 1.01 -filiformes filiforme adj p 0.03 1.55 0.00 0.54 -filigrane filigrane nom m s 0.45 2.97 0.43 2.30 -filigranes filigrane nom m p 0.45 2.97 0.02 0.68 -filigranés filigraner ver m p 0.00 0.07 0.00 0.07 par:pas; -filin filin nom m s 0.44 2.64 0.25 1.42 -filins filin nom m p 0.44 2.64 0.19 1.22 -filions filer ver 100.96 88.51 0.01 0.07 ind:imp:1p; -filioque filioque adj m s 0.00 0.54 0.00 0.54 -filière filière nom f s 0.78 3.18 0.73 2.70 -filières filière nom f p 0.78 3.18 0.05 0.47 -fillasses fillasse nom f p 0.00 0.07 0.00 0.07 -fille_mère fille_mère nom f s 0.39 0.41 0.39 0.41 -fille fille nom f s 841.56 592.23 627.59 417.03 -filles fille nom f p 841.56 592.23 213.97 175.20 -fillette fillette nom f s 13.26 22.97 11.59 16.69 -fillettes fillette nom f p 13.26 22.97 1.67 6.28 -filleul filleul nom m s 2.72 1.82 2.42 1.22 -filleule filleul nom f s 2.72 1.82 0.29 0.47 -filleuls filleul nom m p 2.72 1.82 0.01 0.14 -fillér fillér nom m s 0.01 0.00 0.01 0.00 -film_livre film_livre nom m s 0.00 0.07 0.00 0.07 -film film nom m s 252.66 74.12 195.10 49.53 -filma filmer ver 40.08 3.45 0.27 0.00 ind:pas:3s; -filmage filmage nom m s 0.02 0.00 0.02 0.00 -filmaient filmer ver 40.08 3.45 0.44 0.07 ind:imp:3p; -filmais filmer ver 40.08 3.45 0.51 0.00 ind:imp:1s;ind:imp:2s; -filmait filmer ver 40.08 3.45 0.80 0.14 ind:imp:3s; -filmant filmer ver 40.08 3.45 0.42 0.14 par:pre; -filme filmer ver 40.08 3.45 7.17 0.34 imp:pre:2s;ind:pre:1s;ind:pre:3s; -filment filmer ver 40.08 3.45 0.56 0.14 ind:pre:3p; -filmer filmer ver 40.08 3.45 12.89 1.28 inf; -filmera filmer ver 40.08 3.45 0.26 0.00 ind:fut:3s; -filmerai filmer ver 40.08 3.45 0.20 0.00 ind:fut:1s; -filmerais filmer ver 40.08 3.45 0.20 0.00 cnd:pre:2s; -filmerait filmer ver 40.08 3.45 0.01 0.00 cnd:pre:3s; -filmerez filmer ver 40.08 3.45 0.11 0.00 ind:fut:2p; -filmeront filmer ver 40.08 3.45 0.16 0.00 ind:fut:3p; -filmes filmer ver 40.08 3.45 1.93 0.07 ind:pre:2s; -filmez filmer ver 40.08 3.45 1.64 0.07 imp:pre:2p;ind:pre:2p; -filmiez filmer ver 40.08 3.45 0.03 0.00 ind:imp:2p;sub:pre:2p; -filmions filmer ver 40.08 3.45 0.16 0.00 ind:imp:1p; -filmique filmique adj s 0.15 0.00 0.15 0.00 -filmographie filmographie nom f s 0.03 0.00 0.03 0.00 -filmons filmer ver 40.08 3.45 0.53 0.00 imp:pre:1p;ind:pre:1p; -filmothèque filmothèque nom f s 0.01 0.00 0.01 0.00 -films_annonce films_annonce nom m p 0.00 0.07 0.00 0.07 -films film nom m p 252.66 74.12 57.56 24.59 -filmé filmer ver m s 40.08 3.45 7.96 0.61 par:pas; -filmée filmer ver f s 40.08 3.45 1.45 0.34 par:pas; -filmées filmer ver f p 40.08 3.45 0.51 0.20 par:pas; -filmés filmer ver m p 40.08 3.45 1.88 0.07 par:pas; -filochard filochard nom m s 0.05 0.20 0.05 0.20 -filoche filoche nom f s 0.14 0.47 0.14 0.47 -filocher filocher ver 0.02 0.34 0.01 0.20 inf; -filochez filocher ver 0.02 0.34 0.01 0.00 imp:pre:2p; -filoché filocher ver m s 0.02 0.34 0.00 0.14 par:pas; -filoguidé filoguidé adj m s 0.01 0.00 0.01 0.00 -filâmes filer ver 100.96 88.51 0.01 0.07 ind:pas:1p; -filon filon nom m s 5.61 2.64 1.77 1.82 -filons filon nom m p 5.61 2.64 3.83 0.81 -filoselle filoselle nom f s 0.00 0.34 0.00 0.34 -filât filer ver 100.96 88.51 0.00 0.20 sub:imp:3s; -filou filou nom m s 2.48 1.28 1.79 1.08 -filous filou nom m p 2.48 1.28 0.68 0.20 -filouter filouter ver 0.53 0.20 0.19 0.07 inf; -filouterie filouterie nom f s 0.17 0.34 0.14 0.20 -filouteries filouterie nom f p 0.17 0.34 0.02 0.14 -filoutes filouter ver 0.53 0.20 0.00 0.07 ind:pre:2s; -filouté filouter ver m s 0.53 0.20 0.03 0.00 par:pas; -filoutés filouter ver m p 0.53 0.20 0.31 0.07 par:pas; -fils fils nom m 480.15 247.64 480.15 247.64 -filèrent filer ver 100.96 88.51 0.03 0.74 ind:pas:3p; -filtra filtrer ver 2.58 13.58 0.00 0.27 ind:pas:3s; -filtrage filtrage nom m s 0.26 0.07 0.26 0.07 -filtraient filtrer ver 2.58 13.58 0.00 1.15 ind:imp:3p; -filtrais filtrer ver 2.58 13.58 0.01 0.00 ind:imp:1s; -filtrait filtrer ver 2.58 13.58 0.04 2.64 ind:imp:3s; -filtrant filtrant adj m s 0.20 0.41 0.19 0.27 -filtrantes filtrant adj f p 0.20 0.41 0.00 0.07 -filtrants filtrant adj m p 0.20 0.41 0.01 0.07 -filtration filtration nom f s 0.20 0.14 0.20 0.07 -filtrations filtration nom f p 0.20 0.14 0.00 0.07 -filtre filtre nom m s 4.54 2.64 3.52 2.16 -filtrent filtrer ver 2.58 13.58 0.08 0.20 ind:pre:3p; -filtrer filtrer ver 2.58 13.58 1.01 3.72 inf; -filtrerait filtrer ver 2.58 13.58 0.01 0.14 cnd:pre:3s; -filtres filtre nom m p 4.54 2.64 1.02 0.47 -filtrez filtrer ver 2.58 13.58 0.23 0.00 imp:pre:2p;ind:pre:2p; -filtrèrent filtrer ver 2.58 13.58 0.00 0.14 ind:pas:3p; -filtré filtrer ver m s 2.58 13.58 0.27 0.95 par:pas; -filtrée filtrer ver f s 2.58 13.58 0.05 0.47 par:pas; -filtrées filtrer ver f p 2.58 13.58 0.00 0.34 par:pas; -filtrés filtrer ver m p 2.58 13.58 0.01 0.07 par:pas; -filé filer ver m s 100.96 88.51 15.18 13.51 par:pas; -filée filer ver f s 100.96 88.51 0.36 0.41 par:pas; -filées filer ver f p 100.96 88.51 0.07 0.14 par:pas; -filés filer ver m p 100.96 88.51 0.34 0.54 par:pas; -fin fin nom s 213.37 314.53 207.34 303.31 -finîmes finir ver 557.61 417.97 0.14 0.41 ind:pas:1p; -finît finir ver 557.61 417.97 0.00 0.68 sub:imp:3s; -finage finage nom m s 0.00 0.07 0.00 0.07 -final final adj m s 18.20 19.39 9.73 11.55 -finale final adj f s 18.20 19.39 7.67 7.50 -finalement finalement adv 45.89 58.92 45.89 58.92 -finales finale nom p 5.45 2.84 0.58 0.34 -finalisation finalisation nom f s 0.07 0.00 0.07 0.00 -finaliser finaliser ver 0.64 0.00 0.25 0.00 inf; -finaliste finaliste nom s 0.78 0.07 0.19 0.07 -finalistes finaliste nom p 0.78 0.07 0.59 0.00 -finalisé finaliser ver m s 0.64 0.00 0.39 0.00 par:pas; -finalisées finaliser ver f p 0.64 0.00 0.01 0.00 par:pas; -finalité finalité nom f s 0.46 0.41 0.46 0.34 -finalités finalité nom f p 0.46 0.41 0.00 0.07 -finals final nom m p 3.76 1.69 0.02 0.07 -finance finance nom f s 8.03 8.78 2.13 1.76 -financement financement nom m s 2.90 0.47 2.55 0.47 -financements financement nom m p 2.90 0.47 0.34 0.00 -financent financer ver 9.92 2.70 0.46 0.07 ind:pre:3p; -financer financer ver 9.92 2.70 3.96 1.08 inf; -financera financer ver 9.92 2.70 0.11 0.00 ind:fut:3s; -financerai financer ver 9.92 2.70 0.32 0.00 ind:fut:1s; -financeraient financer ver 9.92 2.70 0.01 0.00 cnd:pre:3p; -financerait financer ver 9.92 2.70 0.12 0.07 cnd:pre:3s; -financeras financer ver 9.92 2.70 0.11 0.00 ind:fut:2s; -financerons financer ver 9.92 2.70 0.02 0.00 ind:fut:1p; -financeront financer ver 9.92 2.70 0.16 0.07 ind:fut:3p; -finances finance nom f p 8.03 8.78 5.89 7.03 -financez financer ver 9.92 2.70 0.14 0.20 imp:pre:2p;ind:pre:2p; -financier financier adj m s 11.02 9.32 4.00 2.30 -financiers financier adj m p 11.02 9.32 2.17 2.36 -financiez financer ver 9.92 2.70 0.01 0.00 ind:imp:2p; -financière financier adj f s 11.02 9.32 3.49 2.43 -financièrement financièrement adv 2.21 0.47 2.21 0.47 -financières financier adj f p 11.02 9.32 1.36 2.23 -financé financer ver m s 9.92 2.70 1.70 0.34 par:pas; -financée financer ver f s 9.92 2.70 0.64 0.14 par:pas; -financés financer ver m p 9.92 2.70 0.29 0.00 par:pas; -finançai financer ver 9.92 2.70 0.00 0.07 ind:pas:1s; -finançaient financer ver 9.92 2.70 0.03 0.00 ind:imp:3p; -finançait financer ver 9.92 2.70 0.19 0.27 ind:imp:3s; -finançant financer ver 9.92 2.70 0.03 0.14 par:pre; -finançons financer ver 9.92 2.70 0.03 0.00 imp:pre:1p;ind:pre:1p; -finassait finasser ver 0.15 0.41 0.00 0.07 ind:imp:3s; -finasse finasser ver 0.15 0.41 0.00 0.20 ind:pre:3s; -finasser finasser ver 0.15 0.41 0.06 0.14 inf; -finasserie finasserie nom f s 0.01 0.20 0.00 0.07 -finasseries finasserie nom f p 0.01 0.20 0.01 0.14 -finasses finasser ver 0.15 0.41 0.01 0.00 ind:pre:2s; -finassons finasser ver 0.15 0.41 0.01 0.00 imp:pre:1p; -finassé finasser ver m s 0.15 0.41 0.07 0.00 par:pas; -finaud finaud adj m s 0.34 1.28 0.18 1.01 -finaude finaud adj f s 0.34 1.28 0.16 0.20 -finauds finaud nom m p 0.22 0.34 0.03 0.07 -finaux final adj m p 18.20 19.39 0.29 0.00 -fine fin adj f s 26.95 97.97 10.16 33.99 -finement finement adv 1.03 5.88 1.03 5.88 -fines fin adj f p 26.95 97.97 2.35 19.05 -finesse finesse nom f s 2.38 9.32 2.21 7.84 -finesses finesse nom f p 2.38 9.32 0.17 1.49 -finet finet adj m s 0.00 0.27 0.00 0.27 -finette finette nom f s 0.00 0.68 0.00 0.68 -fini finir ver m s 557.61 417.97 292.55 149.26 par:pas; -finie finir ver f s 557.61 417.97 26.99 12.23 par:pas; -finies finir ver f p 557.61 417.97 3.04 2.57 par:pas; -finir finir ver 557.61 417.97 96.48 68.92 inf; -finira finir ver 557.61 417.97 20.35 8.99 ind:fut:3s; -finirai finir ver 557.61 417.97 5.65 1.89 ind:fut:1s; -finiraient finir ver 557.61 417.97 0.34 1.76 cnd:pre:3p; -finirais finir ver 557.61 417.97 2.05 2.30 cnd:pre:1s;cnd:pre:2s; -finirait finir ver 557.61 417.97 4.51 11.28 cnd:pre:3s; -finiras finir ver 557.61 417.97 7.36 1.96 ind:fut:2s; -finirent finir ver 557.61 417.97 0.27 2.30 ind:pas:3p; -finirez finir ver 557.61 417.97 3.10 0.95 ind:fut:2p; -finiriez finir ver 557.61 417.97 0.36 0.14 cnd:pre:2p; -finirions finir ver 557.61 417.97 0.34 0.54 cnd:pre:1p; -finirons finir ver 557.61 417.97 1.63 1.08 ind:fut:1p; -finiront finir ver 557.61 417.97 3.31 2.09 ind:fut:3p; -finis finir ver m p 557.61 417.97 21.82 11.28 imp:pre:2s;ind:pre:1s;ind:pre:2s;par:pas; -finish finish nom m s 0.32 0.61 0.32 0.61 -finissaient finir ver 557.61 417.97 0.44 8.38 ind:imp:3p; -finissais finir ver 557.61 417.97 1.06 3.38 ind:imp:1s;ind:imp:2s; -finissait finir ver 557.61 417.97 2.68 30.00 ind:imp:3s; -finissant finir ver 557.61 417.97 0.48 3.85 par:pre; -finissante finissant adj f s 0.22 2.57 0.12 0.54 -finissantes finissant adj f p 0.22 2.57 0.00 0.14 -finissants finissant adj m p 0.22 2.57 0.07 0.07 -finisse finir ver 557.61 417.97 9.34 6.49 sub:pre:1s;sub:pre:3s; -finissent finir ver 557.61 417.97 8.49 10.41 ind:pre:3p; -finisses finir ver 557.61 417.97 0.63 0.14 sub:pre:2s; -finisseur finisseur nom m s 0.03 0.00 0.02 0.00 -finisseuse finisseur nom f s 0.03 0.00 0.01 0.00 -finissez finir ver 557.61 417.97 5.80 1.15 imp:pre:2p;ind:pre:2p; -finissiez finir ver 557.61 417.97 0.41 0.20 ind:imp:2p; -finissions finir ver 557.61 417.97 0.20 1.08 ind:imp:1p; -finissons finir ver 557.61 417.97 7.82 1.82 imp:pre:1p;ind:pre:1p; -finit finir ver 557.61 417.97 29.97 70.47 ind:pre:3s;ind:pas:3s; -finition finition nom f s 1.12 1.28 0.61 1.01 -finitions finition nom f p 1.12 1.28 0.50 0.27 -finitude finitude nom f s 0.00 0.20 0.00 0.20 -finlandais finlandais adj m 1.35 0.61 0.76 0.27 -finlandaise finlandais adj f s 1.35 0.61 0.56 0.27 -finlandaises finlandais adj f p 1.35 0.61 0.04 0.07 -finlandisation finlandisation nom f s 0.00 0.07 0.00 0.07 -finnois finnois nom m 0.54 0.07 0.54 0.07 -fins fin nom p 213.37 314.53 6.03 11.22 -fiole fiole nom f s 1.93 5.14 1.50 3.11 -fioles fiole nom f p 1.93 5.14 0.42 2.03 -fion fion nom m s 1.77 2.64 1.75 2.57 -fions fier ver 14.26 8.99 0.25 0.00 imp:pre:1p;ind:pre:1p; -fiord fiord nom m s 0.00 0.07 0.00 0.07 -fioriture fioriture nom f s 0.25 2.09 0.01 0.74 -fioritures fioriture nom f p 0.25 2.09 0.24 1.35 -fioul fioul nom m s 0.06 0.00 0.06 0.00 -firent faire ver 8813.53 5328.99 3.00 37.16 ind:pas:3p; -firmament firmament nom m s 1.57 2.09 1.57 2.03 -firmaments firmament nom m p 1.57 2.09 0.00 0.07 -firman firman nom m s 0.04 0.20 0.04 0.14 -firmans firman nom m p 0.04 0.20 0.00 0.07 -firme firme nom f s 4.32 2.70 4.07 1.96 -firmes firme nom f p 4.32 2.70 0.25 0.74 -fis faire ver 8813.53 5328.99 4.35 40.74 ind:pas:1s;ind:pas:2s; -fisc fisc nom m s 2.53 1.28 2.53 1.28 -fiscal fiscal adj m s 4.54 1.22 1.41 0.14 -fiscale fiscal adj f s 4.54 1.22 1.97 0.47 -fiscalement fiscalement adv 0.01 0.07 0.01 0.07 -fiscales fiscal adj f p 4.54 1.22 0.41 0.27 -fiscaliste fiscaliste nom s 0.08 0.00 0.08 0.00 -fiscalité fiscalité nom f s 0.09 0.07 0.09 0.07 -fiscaux fiscal adj m p 4.54 1.22 0.76 0.34 -fissa fissa adv 1.84 3.24 1.84 3.24 -fisse faire ver 8813.53 5328.99 0.54 0.74 sub:imp:1s; -fissent faire ver 8813.53 5328.99 0.00 2.16 sub:imp:3p; -fissible fissible adj s 0.07 0.00 0.04 0.00 -fissibles fissible adj p 0.07 0.00 0.04 0.00 -fissiez faire ver 8813.53 5328.99 0.01 0.20 sub:imp:2p; -fission fission nom f s 0.52 0.20 0.52 0.20 -fissionner fissionner ver 0.02 0.00 0.01 0.00 inf; -fissionné fissionner ver m s 0.02 0.00 0.01 0.00 par:pas; -fissions faire ver 8813.53 5328.99 0.00 0.14 sub:imp:1p; -fissurait fissurer ver 0.69 1.76 0.01 0.07 ind:imp:3s; -fissurant fissurer ver 0.69 1.76 0.01 0.07 par:pre; -fissure fissure nom f s 2.74 8.11 1.25 4.66 -fissurent fissurer ver 0.69 1.76 0.00 0.07 ind:pre:3p; -fissurer fissurer ver 0.69 1.76 0.06 0.14 inf; -fissures fissure nom f p 2.74 8.11 1.49 3.45 -fissuré fissurer ver m s 0.69 1.76 0.24 0.68 par:pas; -fissurée fissurer ver f s 0.69 1.76 0.05 0.27 par:pas; -fissurées fissurer ver f p 0.69 1.76 0.05 0.07 par:pas; -fissurés fissurer ver m p 0.69 1.76 0.14 0.07 par:pas; -fiston fiston nom m s 30.43 2.97 30.38 2.84 -fistons fiston nom m p 30.43 2.97 0.05 0.14 -fistule fistule nom f s 0.06 0.00 0.04 0.00 -fistules fistule nom f p 0.06 0.00 0.02 0.00 -fit faire ver 8813.53 5328.99 20.63 469.66 ind:pas:3s; -fière fier adj f s 79.13 58.18 19.68 16.69 -fièrement fièrement adv 1.45 7.64 1.45 7.64 -fières fier adj f p 79.13 58.18 1.02 1.69 -fièvre fièvre nom f s 25.00 42.64 24.23 38.58 -fièvres fièvre nom f p 25.00 42.64 0.77 4.05 -fitness fitness nom m 0.39 0.00 0.39 0.00 -fitzgéraldiennes fitzgéraldien adj f p 0.00 0.07 0.00 0.07 -fié fier ver m s 14.26 8.99 0.04 0.34 par:pas; -fiée fier ver f s 14.26 8.99 0.41 0.00 par:pas; -fiérot fiérot nom m s 0.01 0.07 0.01 0.07 -fiérote fiérot adj f s 0.00 0.41 0.00 0.14 -fiérots fiérot adj m p 0.00 0.41 0.00 0.07 -fiés fier ver m p 14.26 8.99 0.03 0.00 par:pas; -fiévreuse fiévreux adj f s 1.18 11.01 0.10 2.64 -fiévreusement fiévreusement adv 0.03 2.70 0.03 2.70 -fiévreuses fiévreux adj f p 1.18 11.01 0.12 1.28 -fiévreux fiévreux adj m 1.18 11.01 0.95 7.09 -five_o_clock five_o_clock nom m 0.01 0.14 0.01 0.14 -fivete fivete nom f s 0.00 0.20 0.00 0.20 -fixa fixer ver 32.73 140.95 0.27 10.47 ind:pas:3s; -fixage fixage nom m s 0.00 0.14 0.00 0.14 -fixai fixer ver 32.73 140.95 0.10 1.62 ind:pas:1s; -fixaient fixer ver 32.73 140.95 0.40 3.72 ind:imp:3p; -fixais fixer ver 32.73 140.95 0.28 1.62 ind:imp:1s;ind:imp:2s; -fixait fixer ver 32.73 140.95 0.95 17.50 ind:imp:3s; -fixant fixer ver 32.73 140.95 0.54 12.84 par:pre; -fixateur fixateur nom m s 0.05 0.00 0.05 0.00 -fixatif fixatif nom m s 0.00 0.07 0.00 0.07 -fixation fixation nom f s 1.94 1.96 1.47 1.89 -fixations fixation nom f p 1.94 1.96 0.47 0.07 -fixe_chaussette fixe_chaussette nom f p 0.13 0.20 0.13 0.20 -fixe fixe adj s 11.12 39.53 9.83 27.97 -fixement fixement adv 1.89 8.92 1.89 8.92 -fixent fixer ver 32.73 140.95 0.76 2.09 ind:pre:3p; -fixer fixer ver 32.73 140.95 7.04 24.80 inf; -fixera fixer ver 32.73 140.95 0.33 0.41 ind:fut:3s; -fixerai fixer ver 32.73 140.95 0.05 0.14 ind:fut:1s; -fixeraient fixer ver 32.73 140.95 0.01 0.14 cnd:pre:3p; -fixerais fixer ver 32.73 140.95 0.12 0.00 cnd:pre:1s; -fixerait fixer ver 32.73 140.95 0.00 0.54 cnd:pre:3s; -fixeras fixer ver 32.73 140.95 0.11 0.00 ind:fut:2s; -fixerez fixer ver 32.73 140.95 0.04 0.07 ind:fut:2p; -fixeriez fixer ver 32.73 140.95 0.00 0.14 cnd:pre:2p; -fixerons fixer ver 32.73 140.95 0.22 0.07 ind:fut:1p; -fixeront fixer ver 32.73 140.95 0.03 0.00 ind:fut:3p; -fixes fixer ver 32.73 140.95 1.77 0.07 ind:pre:2s; -fixette fixette nom f s 0.24 0.07 0.24 0.07 -fixez fixer ver 32.73 140.95 1.98 0.27 imp:pre:2p;ind:pre:2p; -fixiez fixer ver 32.73 140.95 0.03 0.00 ind:imp:2p; -fixing fixing nom m s 0.08 0.00 0.08 0.00 -fixions fixer ver 32.73 140.95 0.00 0.14 ind:imp:1p; -fixité fixité nom f s 0.14 4.86 0.14 4.86 -fixâmes fixer ver 32.73 140.95 0.00 0.07 ind:pas:1p; -fixons fixer ver 32.73 140.95 0.47 0.20 imp:pre:1p;ind:pre:1p; -fixât fixer ver 32.73 140.95 0.00 0.14 sub:imp:3s; -fixèrent fixer ver 32.73 140.95 0.10 1.28 ind:pas:3p; -fixé fixer ver m s 32.73 140.95 6.34 25.14 par:pas; -fixée fixer ver f s 32.73 140.95 2.47 7.70 par:pas; -fixées fixer ver f p 32.73 140.95 0.34 2.97 par:pas; -fixés fixer ver m p 32.73 140.95 1.84 14.19 par:pas; -fjord fjord nom m s 1.07 0.68 0.96 0.27 -fjords fjord nom m p 1.07 0.68 0.11 0.41 -flûta flûter ver 0.14 0.20 0.00 0.07 ind:pas:3s; -flûte flûte nom f s 10.13 10.61 9.11 8.92 -flûter flûter ver 0.14 0.20 0.14 0.07 inf; -flûtes flûte nom f p 10.13 10.61 1.02 1.69 -flûtiau flûtiau nom m s 0.10 0.07 0.10 0.07 -flûtiste flûtiste nom s 0.19 0.34 0.16 0.34 -flûtistes flûtiste nom p 0.19 0.34 0.03 0.00 -flûté flûté adj m s 0.01 0.81 0.00 0.34 -flûtée flûté adj f s 0.01 0.81 0.01 0.41 -flûtés flûté adj m p 0.01 0.81 0.00 0.07 -fla fla nom m 0.03 0.00 0.03 0.00 -flac flac ono 0.01 1.08 0.01 1.08 -flaccide flaccide adj s 0.01 0.07 0.01 0.07 -flaccidité flaccidité nom f s 0.01 0.07 0.01 0.07 -flache flache nom f s 0.00 0.27 0.00 0.07 -flaches flache nom f p 0.00 0.27 0.00 0.20 -flacon flacon nom m s 4.93 19.46 4.12 11.82 -flacons flacon nom m p 4.93 19.46 0.81 7.64 -flafla flafla nom m s 0.00 0.20 0.00 0.20 -flag flag nom m 0.57 0.41 0.57 0.41 -flagada flagada adj 0.06 0.14 0.06 0.14 -flagella flageller ver 0.82 1.89 0.00 0.14 ind:pas:3s; -flagellaient flageller ver 0.82 1.89 0.10 0.07 ind:imp:3p; -flagellait flageller ver 0.82 1.89 0.01 0.14 ind:imp:3s; -flagellant flageller ver 0.82 1.89 0.10 0.00 par:pre; -flagellants flagellant nom m p 0.11 0.07 0.10 0.07 -flagellateur flagellateur nom m s 0.01 0.00 0.01 0.00 -flagellation flagellation nom f s 0.47 0.81 0.44 0.61 -flagellations flagellation nom f p 0.47 0.81 0.02 0.20 -flagelle flageller ver 0.82 1.89 0.03 0.20 imp:pre:2s;ind:pre:1s;ind:pre:3s; -flagellent flageller ver 0.82 1.89 0.11 0.20 ind:pre:3p; -flageller flageller ver 0.82 1.89 0.17 0.41 inf; -flagellerez flageller ver 0.82 1.89 0.14 0.00 ind:fut:2p; -flagelleront flageller ver 0.82 1.89 0.14 0.00 ind:fut:3p; -flagellé flagellé adj m s 0.28 0.27 0.27 0.14 -flagellée flageller ver f s 0.82 1.89 0.01 0.27 par:pas; -flagellées flageller ver f p 0.82 1.89 0.01 0.07 par:pas; -flagellés flageller ver m p 0.82 1.89 0.01 0.14 par:pas; -flageola flageoler ver 0.13 2.16 0.00 0.07 ind:pas:3s; -flageolai flageoler ver 0.13 2.16 0.00 0.07 ind:pas:1s; -flageolaient flageoler ver 0.13 2.16 0.00 0.20 ind:imp:3p; -flageolait flageoler ver 0.13 2.16 0.00 0.20 ind:imp:3s; -flageolant flageoler ver 0.13 2.16 0.01 0.54 par:pre; -flageolante flageolant adj f s 0.04 1.35 0.00 0.20 -flageolantes flageolant adj f p 0.04 1.35 0.03 0.81 -flageolants flageolant adj m p 0.04 1.35 0.00 0.07 -flageole flageoler ver 0.13 2.16 0.00 0.27 ind:pre:1s;ind:pre:3s; -flageolent flageoler ver 0.13 2.16 0.12 0.34 ind:pre:3p; -flageoler flageoler ver 0.13 2.16 0.00 0.34 inf; -flageoleront flageoler ver 0.13 2.16 0.00 0.07 ind:fut:3p; -flageolet flageolet nom m s 0.51 1.49 0.27 0.34 -flageolets flageolet nom m p 0.51 1.49 0.24 1.15 -flageolèrent flageoler ver 0.13 2.16 0.00 0.07 ind:pas:3p; -flagornait flagorner ver 0.01 0.20 0.00 0.07 ind:imp:3s; -flagornent flagorner ver 0.01 0.20 0.01 0.07 ind:pre:3p; -flagorner flagorner ver 0.01 0.20 0.00 0.07 inf; -flagornerie flagornerie nom f s 0.07 0.68 0.04 0.54 -flagorneries flagornerie nom f p 0.07 0.68 0.04 0.14 -flagorneur flagorneur nom m s 0.33 0.07 0.14 0.00 -flagorneurs flagorneur nom m p 0.33 0.07 0.19 0.07 -flagorneuse flagorneur adj f s 0.02 0.07 0.02 0.07 -flagrance flagrance nom f s 0.01 0.00 0.01 0.00 -flagrant flagrant adj m s 3.89 7.36 3.01 5.20 -flagrante flagrant adj f s 3.89 7.36 0.70 1.76 -flagrantes flagrant adj f p 3.89 7.36 0.14 0.14 -flagrants flagrant adj m p 3.89 7.36 0.04 0.27 -flahutes flahute nom p 0.00 0.07 0.00 0.07 -flair flair nom m s 2.32 4.80 2.32 4.80 -flaira flairer ver 4.47 14.73 0.00 1.69 ind:pas:3s; -flairaient flairer ver 4.47 14.73 0.02 0.34 ind:imp:3p; -flairais flairer ver 4.47 14.73 0.37 0.14 ind:imp:1s; -flairait flairer ver 4.47 14.73 0.05 2.16 ind:imp:3s; -flairant flairer ver 4.47 14.73 0.02 1.42 par:pre; -flaire flairer ver 4.47 14.73 1.67 2.57 imp:pre:2s;ind:pre:1s;ind:pre:3s; -flairent flairer ver 4.47 14.73 0.23 0.61 ind:pre:3p; -flairer flairer ver 4.47 14.73 0.93 2.70 inf; -flairera flairer ver 4.47 14.73 0.02 0.00 ind:fut:3s; -flairerait flairer ver 4.47 14.73 0.00 0.14 cnd:pre:3s; -flaires flairer ver 4.47 14.73 0.04 0.27 ind:pre:2s; -flaireur flaireur nom m s 0.00 0.27 0.00 0.14 -flaireurs flaireur nom m p 0.00 0.27 0.00 0.07 -flaireuse flaireur nom f s 0.00 0.27 0.00 0.07 -flairez flairer ver 4.47 14.73 0.02 0.00 ind:pre:2p; -flairé flairer ver m s 4.47 14.73 1.00 2.50 par:pas; -flairée flairer ver f s 4.47 14.73 0.00 0.14 par:pas; -flairés flairer ver m p 4.47 14.73 0.11 0.07 par:pas; -flamand flamand nom m s 1.37 2.30 0.85 1.35 -flamande flamand adj f s 0.79 2.43 0.28 0.54 -flamandes flamand adj f p 0.79 2.43 0.02 0.41 -flamands flamand nom m p 1.37 2.30 0.53 0.47 -flamant flamant nom m s 1.29 1.15 0.39 0.07 -flamants flamant nom m p 1.29 1.15 0.90 1.08 -flamba flamber ver 4.80 13.99 0.10 0.41 ind:pas:3s; -flambaient flamber ver 4.80 13.99 0.00 1.28 ind:imp:3p; -flambait flamber ver 4.80 13.99 0.13 3.11 ind:imp:3s; -flambant flambant adj m s 0.88 2.30 0.83 1.49 -flambante flambant adj f s 0.88 2.30 0.03 0.27 -flambantes flambant adj f p 0.88 2.30 0.00 0.20 -flambants flambant adj m p 0.88 2.30 0.02 0.34 -flambard flambard nom m s 0.00 0.34 0.00 0.34 -flambe flamber ver 4.80 13.99 2.05 1.82 imp:pre:2s;ind:pre:1s;ind:pre:3s; -flambeau flambeau nom m s 3.04 7.09 2.66 3.58 -flambeaux flambeau nom m p 3.04 7.09 0.38 3.51 -flambent flamber ver 4.80 13.99 0.26 0.74 ind:pre:3p; -flamber flamber ver 4.80 13.99 0.84 3.45 inf; -flambera flamber ver 4.80 13.99 0.12 0.00 ind:fut:3s; -flamberaient flamber ver 4.80 13.99 0.00 0.07 cnd:pre:3p; -flamberait flamber ver 4.80 13.99 0.03 0.07 cnd:pre:3s; -flamberge flamberge nom f s 0.00 0.07 0.00 0.07 -flamberont flamber ver 4.80 13.99 0.00 0.07 ind:fut:3p; -flambes flamber ver 4.80 13.99 0.05 0.00 ind:pre:2s; -flambeur flambeur nom m s 1.18 1.89 0.82 0.88 -flambeurs flambeur nom m p 1.18 1.89 0.34 0.88 -flambeuse flambeur nom f s 1.18 1.89 0.01 0.14 -flambez flamber ver 4.80 13.99 0.02 0.07 imp:pre:2p;ind:pre:2p; -flamboie flamboyer ver 0.54 3.11 0.22 0.68 imp:pre:2s;ind:pre:3s; -flamboiement flamboiement nom m s 0.04 1.49 0.04 1.22 -flamboiements flamboiement nom m p 0.04 1.49 0.00 0.27 -flamboient flamboyer ver 0.54 3.11 0.01 0.47 ind:pre:3p;sub:pre:3p; -flamboierait flamboyer ver 0.54 3.11 0.00 0.07 cnd:pre:3s; -flambons flamber ver 4.80 13.99 0.01 0.00 imp:pre:1p; -flamboya flamboyer ver 0.54 3.11 0.00 0.07 ind:pas:3s; -flamboyaient flamboyer ver 0.54 3.11 0.14 0.14 ind:imp:3p; -flamboyait flamboyer ver 0.54 3.11 0.00 0.81 ind:imp:3s; -flamboyance flamboyance nom f s 0.01 0.00 0.01 0.00 -flamboyant flamboyant adj m s 1.07 5.41 0.80 2.57 -flamboyante flamboyant adj f s 1.07 5.41 0.07 1.55 -flamboyantes flamboyant adj f p 1.07 5.41 0.03 0.54 -flamboyants flamboyant adj m p 1.07 5.41 0.17 0.74 -flamboyer flamboyer ver 0.54 3.11 0.00 0.07 inf; -flamboyèrent flamboyer ver 0.54 3.11 0.00 0.07 ind:pas:3p; -flambèrent flamber ver 4.80 13.99 0.00 0.27 ind:pas:3p; -flambé flamber ver m s 4.80 13.99 0.63 1.28 par:pas; -flambée flambée nom f s 0.59 3.31 0.59 2.70 -flambées flamber ver f p 4.80 13.99 0.06 0.20 par:pas; -flambés flambé adj m p 0.21 0.14 0.04 0.07 -flamenco flamenco nom m s 1.04 0.88 1.04 0.88 -flamencos flamenco adj m p 0.14 0.74 0.00 0.07 -flamine flamine nom m s 0.01 0.00 0.01 0.00 -flamme flamme nom f s 26.93 71.82 12.61 38.38 -flammes flamme nom f p 26.93 71.82 14.32 33.45 -flammèche flammèche nom f s 0.17 2.57 0.14 0.47 -flammèches flammèche nom f p 0.17 2.57 0.02 2.09 -flammé flammé adj m s 0.00 0.27 0.00 0.14 -flammée flammé adj f s 0.00 0.27 0.00 0.07 -flammés flammé adj m p 0.00 0.27 0.00 0.07 -flan flan nom m s 2.36 2.77 2.30 2.64 -flanc_garde flanc_garde nom f s 0.04 0.27 0.00 0.14 -flanc flanc nom m s 5.57 46.89 4.01 29.53 -flancha flancher ver 3.04 2.70 0.00 0.20 ind:pas:3s; -flanchais flancher ver 3.04 2.70 0.02 0.00 ind:imp:1s; -flanchait flancher ver 3.04 2.70 0.03 0.27 ind:imp:3s; -flanche flancher ver 3.04 2.70 1.27 1.01 imp:pre:2s;ind:pre:1s;ind:pre:3s; -flanchent flancher ver 3.04 2.70 0.08 0.14 ind:pre:3p; -flancher flancher ver 3.04 2.70 0.67 0.54 inf; -flanchera flancher ver 3.04 2.70 0.04 0.07 ind:fut:3s; -flancherai flancher ver 3.04 2.70 0.01 0.00 ind:fut:1s; -flancheraient flancher ver 3.04 2.70 0.01 0.00 cnd:pre:3p; -flancherait flancher ver 3.04 2.70 0.11 0.07 cnd:pre:3s; -flanchet flanchet nom m s 0.00 0.07 0.00 0.07 -flanché flancher ver m s 3.04 2.70 0.80 0.41 par:pas; -flanc_garde flanc_garde nom f p 0.04 0.27 0.04 0.14 -flancs flanc nom m p 5.57 46.89 1.56 17.36 -flandrin flandrin nom m s 0.00 0.41 0.00 0.41 -flanelle flanelle nom f s 0.83 8.99 0.68 8.78 -flanelles flanelle nom f p 0.83 8.99 0.16 0.20 -flanqua flanquer ver 5.82 21.22 0.00 0.54 ind:pas:3s; -flanquaient flanquer ver 5.82 21.22 0.00 0.68 ind:imp:3p; -flanquait flanquer ver 5.82 21.22 0.01 1.22 ind:imp:3s; -flanquant flanquer ver 5.82 21.22 0.00 0.68 par:pre; -flanque flanquer ver 5.82 21.22 1.66 2.23 imp:pre:2s;ind:pre:1s;ind:pre:3s; -flanquement flanquement nom m s 0.00 0.07 0.00 0.07 -flanquent flanquer ver 5.82 21.22 0.19 0.54 ind:pre:3p; -flanquer flanquer ver 5.82 21.22 1.34 2.16 inf; -flanquera flanquer ver 5.82 21.22 0.07 0.14 ind:fut:3s; -flanquerai flanquer ver 5.82 21.22 0.22 0.07 ind:fut:1s; -flanqueraient flanquer ver 5.82 21.22 0.00 0.07 cnd:pre:3p; -flanquerais flanquer ver 5.82 21.22 0.16 0.14 cnd:pre:1s; -flanquerait flanquer ver 5.82 21.22 0.01 0.20 cnd:pre:3s; -flanquerez flanquer ver 5.82 21.22 0.01 0.00 ind:fut:2p; -flanques flanquer ver 5.82 21.22 0.17 0.14 ind:pre:2s; -flanquez flanquer ver 5.82 21.22 0.28 0.34 imp:pre:2p;ind:pre:2p; -flanquons flanquer ver 5.82 21.22 0.20 0.00 imp:pre:1p; -flanqué flanquer ver m s 5.82 21.22 1.09 6.42 par:pas; -flanquée flanquer ver f s 5.82 21.22 0.31 3.51 par:pas; -flanquées flanquer ver f p 5.82 21.22 0.00 0.74 par:pas; -flanqués flanquer ver m p 5.82 21.22 0.10 1.42 par:pas; -flans flan nom m p 2.36 2.77 0.05 0.14 -flapi flapi adj m s 0.07 0.54 0.05 0.20 -flapie flapi adj f s 0.07 0.54 0.02 0.14 -flapies flapi adj f p 0.07 0.54 0.00 0.07 -flapis flapi adj m p 0.07 0.54 0.00 0.14 -flaque flaque nom f s 3.53 23.99 2.31 10.07 -flaques flaque nom f p 3.53 23.99 1.21 13.92 -flash_back flash_back nom m 0.33 0.74 0.33 0.74 -flash flash nom m s 8.52 4.59 7.78 4.59 -flashage flashage nom m s 0.14 0.00 0.14 0.00 -flashaient flasher ver 1.10 0.61 0.00 0.07 ind:imp:3p; -flashant flasher ver 1.10 0.61 0.01 0.00 par:pre; -flashe flasher ver 1.10 0.61 0.16 0.34 ind:pre:1s;ind:pre:3s; -flashent flasher ver 1.10 0.61 0.08 0.07 ind:pre:3p; -flasher flasher ver 1.10 0.61 0.17 0.00 inf; -flashes flashe nom m p 0.46 2.16 0.46 2.16 -flasheur flasheur nom m s 0.03 0.00 0.03 0.00 -flashs flash nom m p 8.52 4.59 0.74 0.00 -flashé flasher ver m s 1.10 0.61 0.68 0.14 par:pas; -flask flask nom m s 0.01 0.07 0.01 0.07 -flasque flasque adj s 1.07 6.89 0.58 4.26 -flasques flasque adj p 1.07 6.89 0.50 2.64 -flat flat adj m s 1.61 0.00 1.02 0.00 -flats flat adj m p 1.61 0.00 0.58 0.00 -flatta flatter ver 12.36 24.05 0.00 1.22 ind:pas:3s; -flattai flatter ver 12.36 24.05 0.00 0.14 ind:pas:1s; -flattaient flatter ver 12.36 24.05 0.00 0.88 ind:imp:3p; -flattais flatter ver 12.36 24.05 0.04 0.74 ind:imp:1s;ind:imp:2s; -flattait flatter ver 12.36 24.05 0.03 3.45 ind:imp:3s; -flattant flatter ver 12.36 24.05 0.03 0.95 par:pre; -flattasse flatter ver 12.36 24.05 0.00 0.07 sub:imp:1s; -flattassent flatter ver 12.36 24.05 0.00 0.07 sub:imp:3p; -flatte flatter ver 12.36 24.05 2.60 3.51 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:1s;sub:pre:3s; -flattent flatter ver 12.36 24.05 0.19 0.14 ind:pre:3p; -flatter flatter ver 12.36 24.05 1.53 3.78 inf; -flatteras flatter ver 12.36 24.05 0.00 0.07 ind:fut:2s; -flatterie flatterie nom f s 1.40 2.64 0.78 1.69 -flatteries flatterie nom f p 1.40 2.64 0.62 0.95 -flatteront flatter ver 12.36 24.05 0.00 0.07 ind:fut:3p; -flattes flatter ver 12.36 24.05 0.63 0.07 ind:pre:2s; -flatteur flatteur adj m s 3.51 6.49 2.65 2.16 -flatteurs flatteur adj m p 3.51 6.49 0.20 0.88 -flatteuse flatteur adj f s 3.51 6.49 0.59 2.30 -flatteuses flatteur adj f p 3.51 6.49 0.08 1.15 -flattez flatter ver 12.36 24.05 1.54 0.14 imp:pre:2p;ind:pre:2p; -flattions flatter ver 12.36 24.05 0.00 0.14 ind:imp:1p; -flattons flatter ver 12.36 24.05 0.04 0.00 imp:pre:1p;ind:pre:1p; -flattèrent flatter ver 12.36 24.05 0.00 0.20 ind:pas:3p; -flatté flatter ver m s 12.36 24.05 3.56 4.86 par:pas; -flattée flatter ver f s 12.36 24.05 1.78 2.70 par:pas; -flattées flatter ver f p 12.36 24.05 0.12 0.27 par:pas; -flattés flatter ver m p 12.36 24.05 0.26 0.61 par:pas; -flatulence flatulence nom f s 0.25 0.47 0.07 0.20 -flatulences flatulence nom f p 0.25 0.47 0.18 0.27 -flatulent flatulent adj m s 0.04 0.07 0.03 0.00 -flatulents flatulent adj m p 0.04 0.07 0.01 0.07 -flatuosité flatuosité nom f s 0.00 0.07 0.00 0.07 -flatus_vocis flatus_vocis nom m 0.00 0.07 0.00 0.07 -flave flave adj s 0.00 0.07 0.00 0.07 -flaveur flaveur nom f s 0.01 0.00 0.01 0.00 -flegmatique flegmatique adj m s 0.03 0.95 0.02 0.74 -flegmatiquement flegmatiquement adv 0.00 0.07 0.00 0.07 -flegmatiques flegmatique adj m p 0.03 0.95 0.01 0.20 -flegmatisme flegmatisme nom m s 0.00 0.07 0.00 0.07 -flegme flegme nom m s 0.22 2.43 0.22 2.43 -flemmard flemmard nom m s 0.80 0.41 0.63 0.20 -flemmardais flemmarder ver 0.25 0.20 0.10 0.07 ind:imp:1s; -flemmardant flemmarder ver 0.25 0.20 0.01 0.00 par:pre; -flemmarde flemmard nom f s 0.80 0.41 0.04 0.07 -flemmarder flemmarder ver 0.25 0.20 0.10 0.14 inf; -flemmardes flemmard adj f p 0.48 0.41 0.01 0.00 -flemmardise flemmardise nom f s 0.01 0.07 0.01 0.07 -flemmards flemmard nom m p 0.80 0.41 0.13 0.14 -flemme flemme nom f s 0.49 1.62 0.49 1.62 -flemmer flemmer ver 0.02 0.00 0.02 0.00 inf; -fleur fleur nom f s 99.75 164.39 25.20 42.97 -fleurage fleurage nom m s 0.00 0.27 0.00 0.27 -fleuraient fleurer ver 0.18 3.31 0.00 0.47 ind:imp:3p; -fleurais fleurer ver 0.18 3.31 0.00 0.07 ind:imp:1s; -fleurait fleurer ver 0.18 3.31 0.10 1.08 ind:imp:3s; -fleurant fleurer ver 0.18 3.31 0.01 1.42 par:pre; -fleurdelisé fleurdelisé adj m s 0.14 0.34 0.14 0.20 -fleurdelisée fleurdelisé adj f s 0.14 0.34 0.00 0.07 -fleurdelisés fleurdelisé adj m p 0.14 0.34 0.00 0.07 -fleure fleurer ver 0.18 3.31 0.02 0.20 ind:pre:3s; -fleurent fleurer ver 0.18 3.31 0.02 0.07 ind:pre:3p; -fleurer fleurer ver 0.18 3.31 0.03 0.00 inf; -fleuret fleuret nom m s 0.97 2.43 0.29 1.28 -fleuretais fleureter ver 0.01 0.07 0.01 0.00 ind:imp:2s; -fleuretait fleureter ver 0.01 0.07 0.00 0.07 ind:imp:3s; -fleurets fleuret nom m p 0.97 2.43 0.68 1.15 -fleurette fleurette nom f s 0.29 2.97 0.29 0.74 -fleurettes fleurette nom f p 0.29 2.97 0.00 2.23 -fleuri fleurir ver m s 3.95 16.49 0.69 2.30 par:pas; -fleurie fleuri adj f s 1.48 10.14 0.42 2.70 -fleuries fleuri adj f p 1.48 10.14 0.14 1.82 -fleurir fleurir ver 3.95 16.49 1.00 2.91 inf; -fleurira fleurir ver 3.95 16.49 0.04 0.07 ind:fut:3s; -fleuriraient fleurir ver 3.95 16.49 0.00 0.07 cnd:pre:3p; -fleurirent fleurir ver 3.95 16.49 0.01 0.07 ind:pas:3p; -fleuriront fleurir ver 3.95 16.49 0.23 0.27 ind:fut:3p; -fleuris fleuri adj m p 1.48 10.14 0.31 2.84 -fleurissaient fleurir ver 3.95 16.49 0.05 1.76 ind:imp:3p; -fleurissait fleurir ver 3.95 16.49 0.10 1.15 ind:imp:3s; -fleurissant fleurir ver 3.95 16.49 0.14 0.20 par:pre; -fleurisse fleurir ver 3.95 16.49 0.25 0.00 sub:pre:3s; -fleurissement fleurissement nom m s 0.00 0.14 0.00 0.14 -fleurissent fleurir ver 3.95 16.49 0.78 2.16 ind:pre:3p; -fleurissiez fleurir ver 3.95 16.49 0.01 0.00 ind:imp:2p; -fleurissons fleurir ver 3.95 16.49 0.01 0.00 ind:pre:1p; -fleuriste fleuriste nom s 4.08 8.51 3.73 7.23 -fleuristes fleuriste nom p 4.08 8.51 0.35 1.28 -fleurit fleurir ver 3.95 16.49 0.53 2.23 ind:pre:3s;ind:pas:3s; -fleuron fleuron nom m s 0.46 1.15 0.31 0.54 -fleuronner fleuronner ver 0.00 0.07 0.00 0.07 inf; -fleuronnée fleuronné adj f s 0.01 0.00 0.01 0.00 -fleurons fleuron nom m p 0.46 1.15 0.16 0.61 -fleurs fleur nom f p 99.75 164.39 74.56 121.42 -fleuve fleuve nom m s 21.58 46.89 19.81 39.32 -fleuves fleuve nom m p 21.58 46.89 1.77 7.57 -flexibilité flexibilité nom f s 0.44 0.34 0.44 0.34 -flexible flexible adj s 1.43 3.18 0.77 2.09 -flexibles flexible adj p 1.43 3.18 0.66 1.08 -flexion flexion nom f s 0.97 0.74 0.71 0.14 -flexions flexion nom f p 0.97 0.74 0.26 0.61 -flexuosité flexuosité nom f s 0.00 0.07 0.00 0.07 -flibuste flibuste nom f s 0.14 0.14 0.14 0.14 -flibustier flibustier nom m s 0.21 0.74 0.04 0.68 -flibustiers flibustier nom m p 0.21 0.74 0.17 0.07 -flic flic nom m s 153.50 72.43 67.53 30.95 -flicage flicage nom m s 0.01 0.14 0.01 0.14 -flicaille flicaille nom f s 0.20 1.28 0.20 1.22 -flicailles flicaille nom f p 0.20 1.28 0.00 0.07 -flicard flicard nom m s 0.31 2.03 0.29 1.28 -flicarde flicard adj f s 0.35 0.54 0.00 0.14 -flicardes flicard adj f p 0.35 0.54 0.00 0.07 -flicards flicard adj m p 0.35 0.54 0.13 0.00 -flics flic nom m p 153.50 72.43 85.97 41.49 -flingage flingage nom m s 0.01 0.27 0.01 0.27 -flingot flingot nom m s 0.02 0.41 0.02 0.20 -flingots flingot nom m p 0.02 0.41 0.00 0.20 -flingoté flingoter ver m s 0.00 0.07 0.00 0.07 par:pas; -flinguait flinguer ver 11.35 4.12 0.01 0.14 ind:imp:3s; -flinguant flinguer ver 11.35 4.12 0.03 0.00 par:pre; -flingue flingue nom m s 44.48 12.57 38.34 10.88 -flinguent flinguer ver 11.35 4.12 0.40 0.00 ind:pre:3p; -flinguer flinguer ver 11.35 4.12 4.05 2.36 inf; -flinguera flinguer ver 11.35 4.12 0.18 0.00 ind:fut:3s; -flinguerai flinguer ver 11.35 4.12 0.11 0.00 ind:fut:1s; -flingueraient flinguer ver 11.35 4.12 0.01 0.00 cnd:pre:3p; -flinguerais flinguer ver 11.35 4.12 0.24 0.00 cnd:pre:1s;cnd:pre:2s; -flingueront flinguer ver 11.35 4.12 0.02 0.00 ind:fut:3p; -flingues flingue nom m p 44.48 12.57 6.13 1.69 -flingueur flingueur nom m s 0.60 0.14 0.50 0.07 -flingueurs flingueur nom m p 0.60 0.14 0.10 0.07 -flingueuse flingueur nom f s 0.60 0.14 0.01 0.00 -flingueuses flingueuse nom f p 0.01 0.00 0.01 0.00 -flinguez flinguer ver 11.35 4.12 0.47 0.14 imp:pre:2p;ind:pre:2p; -flinguons flinguer ver 11.35 4.12 0.02 0.00 imp:pre:1p; -flinguât flinguer ver 11.35 4.12 0.00 0.07 sub:imp:3s; -flingué flinguer ver m s 11.35 4.12 2.30 0.81 par:pas; -flinguée flinguer ver f s 11.35 4.12 0.24 0.20 par:pas; -flingués flinguer ver m p 11.35 4.12 0.22 0.07 par:pas; -flint flint nom m s 0.00 0.07 0.00 0.07 -flip_flap flip_flap nom m 0.00 0.14 0.00 0.14 -flip_flop flip_flop nom m 0.07 0.00 0.07 0.00 -flip flip nom m s 1.63 1.42 1.58 1.28 -flippais flipper ver 14.29 3.65 0.08 0.07 ind:imp:1s;ind:imp:2s; -flippait flipper ver 14.29 3.65 0.26 0.47 ind:imp:3s; -flippant flipper ver 14.29 3.65 2.60 0.27 par:pre; -flippe flipper ver 14.29 3.65 1.98 0.81 imp:pre:2s;ind:pre:1s;ind:pre:3s; -flippent flipper ver 14.29 3.65 0.21 0.07 ind:pre:3p; -flipper flipper ver 14.29 3.65 6.58 1.69 inf; -flipperais flipper ver 14.29 3.65 0.04 0.00 cnd:pre:1s; -flipperait flipper ver 14.29 3.65 0.09 0.00 cnd:pre:3s; -flipperont flipper ver 14.29 3.65 0.11 0.00 ind:fut:3p; -flippers flipper nom m p 1.93 2.43 0.32 0.95 -flippes flipper ver 14.29 3.65 0.69 0.00 ind:pre:2s; -flippé flipper ver m s 14.29 3.65 1.57 0.27 par:pas; -flippée flippé adj f s 0.32 0.20 0.13 0.14 -flippés flippé nom m p 0.11 0.95 0.04 0.07 -flips flip nom m p 1.63 1.42 0.05 0.14 -fliquer fliquer ver 0.00 0.07 0.00 0.07 inf; -fliquesse fliquesse nom f s 0.02 0.00 0.02 0.00 -fliqué fliqué adj m s 0.14 0.07 0.00 0.07 -fliqués fliqué adj m p 0.14 0.07 0.14 0.00 -flirt flirt nom m s 2.29 3.65 1.98 2.64 -flirta flirter ver 7.06 3.04 0.02 0.14 ind:pas:3s; -flirtaient flirter ver 7.06 3.04 0.01 0.07 ind:imp:3p; -flirtais flirter ver 7.06 3.04 0.51 0.07 ind:imp:1s;ind:imp:2s; -flirtait flirter ver 7.06 3.04 0.55 0.81 ind:imp:3s; -flirtant flirter ver 7.06 3.04 0.29 0.14 par:pre; -flirtation flirtation nom f s 0.01 0.00 0.01 0.00 -flirte flirter ver 7.06 3.04 1.42 0.61 imp:pre:2s;ind:pre:1s;ind:pre:3s; -flirtent flirter ver 7.06 3.04 0.07 0.07 ind:pre:3p; -flirter flirter ver 7.06 3.04 2.91 0.54 inf; -flirteront flirter ver 7.06 3.04 0.00 0.07 ind:fut:3p; -flirtes flirter ver 7.06 3.04 0.38 0.00 ind:pre:2s; -flirteur flirteur adj m s 0.11 0.14 0.10 0.07 -flirteuse flirteur nom f s 0.11 0.07 0.01 0.07 -flirteuses flirteur adj f p 0.11 0.14 0.00 0.07 -flirtez flirter ver 7.06 3.04 0.14 0.00 imp:pre:2p;ind:pre:2p; -flirtiez flirter ver 7.06 3.04 0.04 0.00 ind:imp:2p; -flirtons flirter ver 7.06 3.04 0.02 0.00 imp:pre:1p;ind:pre:1p; -flirts flirt nom m p 2.29 3.65 0.31 1.01 -flirtèrent flirter ver 7.06 3.04 0.00 0.14 ind:pas:3p; -flirté flirter ver m s 7.06 3.04 0.71 0.41 par:pas; -floc floc ono 0.33 2.57 0.33 2.57 -floche floche adj f s 0.03 0.20 0.03 0.00 -floches floche nom f p 0.00 0.27 0.00 0.20 -flocon flocon nom m s 2.61 8.92 0.19 1.35 -floconne floconner ver 0.00 0.34 0.00 0.27 ind:pre:3s; -floconnent floconner ver 0.00 0.34 0.00 0.07 ind:pre:3p; -floconneuse floconneux adj f s 0.08 0.54 0.04 0.20 -floconneuses floconneux adj f p 0.08 0.54 0.00 0.14 -floconneux floconneux adj m 0.08 0.54 0.05 0.20 -flocons flocon nom m p 2.61 8.92 2.42 7.57 -floculation floculation nom f s 0.01 0.00 0.01 0.00 -floculent floculer ver 0.00 0.07 0.00 0.07 ind:pre:3p; -flâna flâner ver 1.15 9.05 0.00 0.20 ind:pas:3s; -flânai flâner ver 1.15 9.05 0.00 0.07 ind:pas:1s; -flânaient flâner ver 1.15 9.05 0.00 0.47 ind:imp:3p; -flânais flâner ver 1.15 9.05 0.03 0.07 ind:imp:1s; -flânait flâner ver 1.15 9.05 0.12 0.68 ind:imp:3s; -flânant flâner ver 1.15 9.05 0.02 1.55 par:pre; -flâne flâner ver 1.15 9.05 0.19 0.68 ind:pre:1s;ind:pre:3s; -flânent flâner ver 1.15 9.05 0.01 0.41 ind:pre:3p; -flâner flâner ver 1.15 9.05 0.70 3.65 inf; -flânera flâner ver 1.15 9.05 0.00 0.07 ind:fut:3s; -flânerais flâner ver 1.15 9.05 0.01 0.00 cnd:pre:1s; -flânerait flâner ver 1.15 9.05 0.01 0.00 cnd:pre:3s; -flânerie flânerie nom f s 0.11 2.43 0.01 1.76 -flâneries flânerie nom f p 0.11 2.43 0.10 0.68 -flâneront flâner ver 1.15 9.05 0.00 0.07 ind:fut:3p; -flâneur flâneur nom m s 0.03 1.69 0.01 0.88 -flâneurs flâneur nom m p 0.03 1.69 0.01 0.68 -flâneuse flâneuse nom f s 0.01 0.00 0.01 0.00 -flâneuses flâneur nom f p 0.03 1.69 0.00 0.14 -flonflon flonflon nom m s 0.22 1.35 0.00 0.07 -flonflons flonflon nom m p 0.22 1.35 0.22 1.28 -flânions flâner ver 1.15 9.05 0.02 0.14 ind:imp:1p; -flânochent flânocher ver 0.00 0.14 0.00 0.07 ind:pre:3p; -flânocher flânocher ver 0.00 0.14 0.00 0.07 inf; -flânons flâner ver 1.15 9.05 0.00 0.07 ind:pre:1p; -flâné flâner ver m s 1.15 9.05 0.03 0.95 par:pas; -flood flood adj s 0.33 0.00 0.33 0.00 -flop flop ono 0.14 0.20 0.14 0.20 -flops flop nom m p 0.76 0.27 0.08 0.00 -flopée flopée nom f s 0.27 0.74 0.26 0.61 -flopées flopée nom f p 0.27 0.74 0.01 0.14 -floraison floraison nom f s 0.53 4.12 0.29 3.18 -floraisons floraison nom f p 0.53 4.12 0.24 0.95 -floral floral adj m s 0.69 1.49 0.28 0.34 -florale floral adj f s 0.69 1.49 0.32 0.27 -florales floral adj f p 0.69 1.49 0.05 0.41 -floralies floralies nom f p 0.02 0.07 0.02 0.07 -floraux floral adj m p 0.69 1.49 0.04 0.47 -flore flore nom f s 0.59 1.55 0.56 1.35 -florence florence nom f s 0.00 0.07 0.00 0.07 -florentin florentin adj m s 0.58 1.49 0.21 0.47 -florentine florentin adj f s 0.58 1.49 0.20 0.41 -florentines florentin adj f p 0.58 1.49 0.14 0.14 -florentins florentin adj m p 0.58 1.49 0.04 0.47 -flores flore nom f p 0.59 1.55 0.02 0.20 -florilège florilège nom m s 0.00 0.14 0.00 0.14 -florin florin nom m s 3.55 1.76 1.08 0.27 -florins florin nom m p 3.55 1.76 2.48 1.49 -florissaient florissaient ver 0.00 0.07 0.00 0.07 inf; -florissait florissait ver 0.00 0.14 0.00 0.14 inf; -florissant florissant adj m s 0.97 2.30 0.28 0.74 -florissante florissant adj f s 0.97 2.30 0.32 0.81 -florissantes florissant adj f p 0.97 2.30 0.33 0.47 -florissants florissant adj m p 0.97 2.30 0.04 0.27 -florès florès adv 0.00 0.54 0.00 0.54 -floréal floréal nom m s 0.00 0.20 0.00 0.20 -flot flot nom m s 10.28 45.95 4.66 29.59 -flots flot nom m p 10.28 45.95 5.62 16.35 -flotta flotter ver 12.79 63.85 0.01 0.81 ind:pas:3s; -flottabilité flottabilité nom f s 0.02 0.00 0.02 0.00 -flottage flottage nom m s 0.00 0.07 0.00 0.07 -flottaient flotter ver 12.79 63.85 0.47 6.62 ind:imp:3p; -flottais flotter ver 12.79 63.85 0.54 0.81 ind:imp:1s;ind:imp:2s; -flottaison flottaison nom f s 0.12 1.28 0.12 1.22 -flottaisons flottaison nom f p 0.12 1.28 0.00 0.07 -flottait flotter ver 12.79 63.85 0.96 19.80 ind:imp:3s; -flottant flottant adj m s 2.21 13.31 1.01 4.12 -flottante flottant adj f s 2.21 13.31 0.93 4.59 -flottantes flottant adj f p 2.21 13.31 0.12 2.43 -flottants flottant adj m p 2.21 13.31 0.15 2.16 -flottation flottation nom f s 0.01 0.00 0.01 0.00 -flotte flotte nom f s 16.36 27.64 16.22 26.22 -flottement flottement nom m s 0.30 2.43 0.30 2.30 -flottements flottement nom m p 0.30 2.43 0.00 0.14 -flottent flotter ver 12.79 63.85 1.07 5.34 ind:pre:3p; -flotter flotter ver 12.79 63.85 3.16 10.68 inf; -flottera flotter ver 12.79 63.85 0.58 0.00 ind:fut:3s; -flotteraient flotter ver 12.79 63.85 0.00 0.14 cnd:pre:3p; -flotterait flotter ver 12.79 63.85 0.04 0.20 cnd:pre:3s; -flotteras flotter ver 12.79 63.85 0.05 0.00 ind:fut:2s; -flotterez flotter ver 12.79 63.85 0.04 0.00 ind:fut:2p; -flotteront flotter ver 12.79 63.85 0.01 0.07 ind:fut:3p; -flottes flotter ver 12.79 63.85 0.30 0.07 ind:pre:2s; -flotteur flotteur nom m s 0.70 1.62 0.39 0.68 -flotteurs flotteur nom m p 0.70 1.62 0.31 0.95 -flottez flotter ver 12.79 63.85 0.30 0.20 imp:pre:2p;ind:pre:2p; -flottiez flotter ver 12.79 63.85 0.14 0.07 ind:imp:2p; -flottille flottille nom f s 0.28 1.76 0.28 1.42 -flottilles flottille nom f p 0.28 1.76 0.00 0.34 -flottions flotter ver 12.79 63.85 0.00 0.14 ind:imp:1p; -flottât flotter ver 12.79 63.85 0.00 0.07 sub:imp:3s; -flottèrent flotter ver 12.79 63.85 0.01 0.54 ind:pas:3p; -flotté flotter ver m s 12.79 63.85 0.37 1.15 par:pas; -flottée flotter ver f s 12.79 63.85 0.00 0.20 par:pas; -flottées flotter ver f p 12.79 63.85 0.00 0.20 par:pas; -flottés flotter ver m p 12.79 63.85 0.00 0.27 par:pas; -flou flou adj m s 8.18 16.15 4.91 6.08 -flouant flouer ver 0.84 0.95 0.00 0.07 par:pre; -floue flou adj f s 8.18 16.15 2.25 4.39 -flouer flouer ver 0.84 0.95 0.07 0.00 inf; -flouerie flouerie nom f s 0.00 0.07 0.00 0.07 -floues flou adj f p 8.18 16.15 0.76 2.57 -flous flou adj m p 8.18 16.15 0.27 3.11 -flouse flouse nom m s 0.01 0.14 0.01 0.14 -floué flouer ver m s 0.84 0.95 0.39 0.54 par:pas; -flouée flouer ver f s 0.84 0.95 0.06 0.07 par:pas; -floués flouer ver m p 0.84 0.95 0.30 0.07 par:pas; -flouve flouve nom f s 0.00 0.07 0.00 0.07 -flouzaille flouzaille nom f s 0.00 0.07 0.00 0.07 -flouze flouze nom m s 0.23 0.34 0.23 0.34 -flèche flèche nom f s 12.76 25.00 8.21 15.54 -flèches flèche nom f p 12.76 25.00 4.55 9.46 -fluaient fluer ver 0.00 0.14 0.00 0.07 ind:imp:3p; -fluait fluer ver 0.00 0.14 0.00 0.07 ind:imp:3s; -fléau fléau nom m s 5.10 4.39 4.47 3.04 -fléaux fléau nom m p 5.10 4.39 0.63 1.35 -flubes fluber ver 0.00 0.88 0.00 0.88 ind:pre:2s; -flécher flécher ver 0.02 0.54 0.01 0.07 inf; -fléchette fléchette nom f s 1.60 1.28 0.33 0.34 -fléchettes fléchette nom f p 1.60 1.28 1.27 0.95 -fléchi fléchir ver m s 1.54 9.32 0.21 1.08 par:pas; -fléchie fléchir ver f s 1.54 9.32 0.14 0.34 par:pas; -fléchies fléchir ver f p 1.54 9.32 0.00 0.34 par:pas; -fléchir fléchir ver 1.54 9.32 0.58 2.64 inf; -fléchiraient fléchir ver 1.54 9.32 0.01 0.00 cnd:pre:3p; -fléchirait fléchir ver 1.54 9.32 0.00 0.07 cnd:pre:3s; -fléchirent fléchir ver 1.54 9.32 0.00 0.07 ind:pas:3p; -fléchis fléchir ver m p 1.54 9.32 0.17 0.61 imp:pre:2s;ind:pre:1s;ind:pre:2s;par:pas; -fléchissaient fléchir ver 1.54 9.32 0.00 0.41 ind:imp:3p; -fléchissais fléchir ver 1.54 9.32 0.00 0.07 ind:imp:1s; -fléchissait fléchir ver 1.54 9.32 0.01 0.61 ind:imp:3s; -fléchissant fléchir ver 1.54 9.32 0.00 0.61 par:pre; -fléchisse fléchir ver 1.54 9.32 0.00 0.20 sub:pre:3s; -fléchissement fléchissement nom m s 0.01 1.15 0.01 1.01 -fléchissements fléchissement nom m p 0.01 1.15 0.00 0.14 -fléchissent fléchir ver 1.54 9.32 0.02 0.47 ind:pre:3p; -fléchisseur fléchisseur adj m s 0.01 0.00 0.01 0.00 -fléchissez fléchir ver 1.54 9.32 0.02 0.00 imp:pre:2p;ind:pre:2p; -fléchissions fléchir ver 1.54 9.32 0.00 0.07 ind:imp:1p; -fléchissons fléchir ver 1.54 9.32 0.01 0.00 ind:pre:1p; -fléchit fléchir ver 1.54 9.32 0.37 1.76 ind:pre:3s;ind:pas:3s; -fléché flécher ver m s 0.02 0.54 0.01 0.14 par:pas; -fléchée fléché adj f s 0.09 0.54 0.08 0.14 -fléchées flécher ver f p 0.02 0.54 0.00 0.07 par:pas; -fléchées fléché adj f p 0.09 0.54 0.00 0.07 -fléchés fléché adj m p 0.09 0.54 0.01 0.07 -fluctuait fluctuer ver 0.17 0.68 0.01 0.07 ind:imp:3s; -fluctuant fluctuant adj m s 0.11 0.41 0.07 0.20 -fluctuante fluctuant adj f s 0.11 0.41 0.04 0.20 -fluctuation fluctuation nom f s 0.85 0.95 0.29 0.07 -fluctuations fluctuation nom f p 0.85 0.95 0.56 0.88 -fluctue fluctuer ver 0.17 0.68 0.11 0.27 ind:pre:3s; -fluctuent fluctuer ver 0.17 0.68 0.03 0.07 ind:pre:3p; -fluctuer fluctuer ver 0.17 0.68 0.02 0.07 inf; -fluctuerait fluctuer ver 0.17 0.68 0.00 0.07 cnd:pre:3s; -fluctué fluctuer ver m s 0.17 0.68 0.00 0.14 par:pas; -fluence fluence nom f s 0.01 0.00 0.01 0.00 -fluet fluet adj m s 0.32 4.32 0.23 1.69 -fluets fluet adj m p 0.32 4.32 0.00 0.34 -fluette fluet adj f s 0.32 4.32 0.08 2.03 -fluettes fluet adj f p 0.32 4.32 0.00 0.27 -fluide fluide adj s 1.73 4.80 1.58 3.78 -fluidement fluidement adv 0.00 0.14 0.00 0.14 -fluides fluide nom m p 3.27 2.43 1.78 0.68 -fluidifiant fluidifiant nom m s 0.03 0.00 0.03 0.00 -fluidifier fluidifier ver 0.03 0.07 0.01 0.07 inf; -fluidifié fluidifier ver m s 0.03 0.07 0.01 0.00 par:pas; -fluidiques fluidique adj p 0.00 0.07 0.00 0.07 -fluidité fluidité nom f s 0.39 1.35 0.39 1.35 -fluo fluo adj 0.56 0.20 0.56 0.20 -fléole fléole nom f s 0.00 0.07 0.00 0.07 -fluor fluor nom m s 0.12 0.00 0.12 0.00 -fluorescence fluorescence nom f s 0.05 0.14 0.05 0.14 -fluorescent fluorescent adj m s 0.60 0.95 0.14 0.47 -fluorescente fluorescent adj f s 0.60 0.95 0.12 0.07 -fluorescentes fluorescent adj f p 0.60 0.95 0.26 0.20 -fluorescents fluorescent adj m p 0.60 0.95 0.08 0.20 -fluorescéine fluorescéine nom f s 0.01 0.00 0.01 0.00 -fluorhydrique fluorhydrique adj m s 0.01 0.00 0.01 0.00 -fluorite fluorite nom f s 0.04 0.00 0.04 0.00 -fluorée fluoré adj f s 0.04 0.00 0.04 0.00 -fluorure fluorure nom m s 0.17 0.07 0.17 0.07 -flush flush nom m s 1.17 0.07 1.17 0.07 -flétan flétan nom m s 0.26 0.07 0.23 0.07 -flétans flétan nom m p 0.26 0.07 0.02 0.00 -flétrît flétrir ver 1.78 6.08 0.00 0.07 sub:imp:3s; -flétri flétrir ver m s 1.78 6.08 0.32 1.69 par:pas; -flétrie flétrir ver f s 1.78 6.08 0.23 1.01 par:pas; -flétries flétrir ver f p 1.78 6.08 0.03 1.08 par:pas; -flétrir flétrir ver 1.78 6.08 0.23 0.27 inf; -flétrira flétrir ver 1.78 6.08 0.01 0.07 ind:fut:3s; -flétrirai flétrir ver 1.78 6.08 0.01 0.00 ind:fut:1s; -flétrirent flétrir ver 1.78 6.08 0.00 0.07 ind:pas:3p; -flétriront flétrir ver 1.78 6.08 0.01 0.00 ind:fut:3p; -flétris flétrir ver m p 1.78 6.08 0.33 0.95 par:pas; -flétrissaient flétrir ver 1.78 6.08 0.00 0.14 ind:imp:3p; -flétrissait flétrir ver 1.78 6.08 0.01 0.41 ind:imp:3s; -flétrissant flétrissant adj m s 0.00 0.07 0.00 0.07 -flétrissement flétrissement nom m s 0.10 0.00 0.10 0.00 -flétrissent flétrir ver 1.78 6.08 0.06 0.14 ind:pre:3p; -flétrissure flétrissure nom f s 0.00 0.88 0.00 0.61 -flétrissures flétrissure nom f p 0.00 0.88 0.00 0.27 -flétrit flétrir ver 1.78 6.08 0.54 0.20 ind:pre:3s;ind:pas:3s; -fluvial fluvial adj m s 0.60 1.35 0.16 0.74 -fluviale fluvial adj f s 0.60 1.35 0.33 0.27 -fluviales fluvial adj f p 0.60 1.35 0.11 0.07 -fluviatile fluviatile adj m s 0.00 0.07 0.00 0.07 -fluviaux fluvial adj m p 0.60 1.35 0.01 0.27 -flux flux nom m 4.07 6.42 4.07 6.42 -fluxe fluxer ver 0.01 0.00 0.01 0.00 ind:pre:3s; -fluxion fluxion nom f s 0.29 0.47 0.29 0.47 -foc foc nom m s 0.31 1.28 0.29 1.22 -focal focal adj m s 0.68 0.07 0.25 0.07 -focale focal adj f s 0.68 0.07 0.36 0.00 -focales focal adj f p 0.68 0.07 0.05 0.00 -focalisation focalisation nom f s 0.01 0.00 0.01 0.00 -focalise focaliser ver 1.81 0.34 0.52 0.20 imp:pre:2s;ind:pre:1s;ind:pre:3s; -focaliser focaliser ver 1.81 0.34 0.59 0.07 inf; -focalisez focaliser ver 1.81 0.34 0.22 0.00 imp:pre:2p;ind:pre:2p; -focalisons focaliser ver 1.81 0.34 0.05 0.00 imp:pre:1p;ind:pre:1p; -focalisé focaliser ver m s 1.81 0.34 0.35 0.00 par:pas; -focalisés focaliser ver m p 1.81 0.34 0.08 0.07 par:pas; -focaux focal adj m p 0.68 0.07 0.01 0.00 -fâcha fâcher ver 46.63 21.96 0.04 1.42 ind:pas:3s; -fâchai fâcher ver 46.63 21.96 0.00 0.07 ind:pas:1s; -fâchaient fâcher ver 46.63 21.96 0.01 0.27 ind:imp:3p; -fâchais fâcher ver 46.63 21.96 0.01 0.07 ind:imp:1s; -fâchait fâcher ver 46.63 21.96 0.04 1.01 ind:imp:3s; -fâche fâcher ver 46.63 21.96 11.69 5.07 imp:pre:2s;ind:pre:1s;ind:pre:3s; -fâchent fâcher ver 46.63 21.96 0.10 0.20 ind:pre:3p; -fâcher fâcher ver 46.63 21.96 5.08 4.05 inf; -fâchera fâcher ver 46.63 21.96 0.49 0.07 ind:fut:3s; -fâcherai fâcher ver 46.63 21.96 0.43 0.07 ind:fut:1s; -fâcherais fâcher ver 46.63 21.96 0.02 0.00 cnd:pre:1s;cnd:pre:2s; -fâcherait fâcher ver 46.63 21.96 0.28 0.20 cnd:pre:3s; -fâcheras fâcher ver 46.63 21.96 0.16 0.07 ind:fut:2s; -fâcherie fâcherie nom f s 0.14 0.47 0.14 0.20 -fâcheries fâcherie nom f p 0.14 0.47 0.00 0.27 -fâcheront fâcher ver 46.63 21.96 0.01 0.00 ind:fut:3p; -fâches fâcher ver 46.63 21.96 1.60 0.34 ind:pre:2s; -fâcheuse fâcheux adj f s 3.79 8.85 0.80 2.70 -fâcheusement fâcheusement adv 0.03 0.88 0.03 0.88 -fâcheuses fâcheux adj f p 3.79 8.85 0.85 1.76 -fâcheux fâcheux adj m 3.79 8.85 2.13 4.39 -fâchez fâcher ver 46.63 21.96 2.25 0.74 imp:pre:2p;ind:pre:2p; -fâchiez fâcher ver 46.63 21.96 0.01 0.00 ind:imp:2p; -fâchions fâcher ver 46.63 21.96 0.10 0.00 ind:imp:1p; -fâchons fâcher ver 46.63 21.96 0.05 0.00 imp:pre:1p; -fâchèrent fâcher ver 46.63 21.96 0.00 0.14 ind:pas:3p; -fâché fâcher ver m s 46.63 21.96 12.81 4.73 par:pas; -fâchée fâcher ver f s 46.63 21.96 8.90 2.16 par:pas; -fâchées fâcher ver f p 46.63 21.96 0.43 0.20 par:pas; -fâchés fâcher ver m p 46.63 21.96 2.13 1.08 par:pas; -focs foc nom m p 0.31 1.28 0.02 0.07 -foehn foehn nom m s 0.04 0.00 0.04 0.00 -foetal foetal adj m s 1.05 1.35 0.27 0.34 -foetale foetal adj f s 1.05 1.35 0.69 1.01 -foetales foetal adj f p 1.05 1.35 0.01 0.00 -foetaux foetal adj m p 1.05 1.35 0.08 0.00 -foetus foetus nom m 3.06 2.57 3.06 2.57 -fofolle fofolle adj f s 0.27 0.00 0.25 0.00 -fofolles fofolle adj f p 0.27 0.00 0.02 0.00 -foi foi nom f s 54.06 76.49 54.06 76.49 -foie foie nom m s 23.48 17.97 22.27 15.47 -foies foie nom m p 23.48 17.97 1.21 2.50 -foil foil nom m s 0.01 0.00 0.01 0.00 -foin foin nom m s 6.73 17.91 6.06 16.01 -foins foin nom m p 6.73 17.91 0.67 1.89 -foira foirer ver 14.76 2.09 0.00 0.07 ind:pas:3s; -foirade foirade nom f s 0.00 0.34 0.00 0.20 -foirades foirade nom f p 0.00 0.34 0.00 0.14 -foiraient foirer ver 14.76 2.09 0.01 0.14 ind:imp:3p; -foirail foirail nom m s 0.00 0.47 0.00 0.41 -foirails foirail nom m p 0.00 0.47 0.00 0.07 -foirais foirer ver 14.76 2.09 0.01 0.00 ind:imp:1s; -foirait foirer ver 14.76 2.09 0.07 0.20 ind:imp:3s; -foire foire nom f s 11.83 15.95 11.11 13.78 -foirent foirer ver 14.76 2.09 0.16 0.07 ind:pre:3p; -foirer foirer ver 14.76 2.09 4.60 0.34 inf; -foirera foirer ver 14.76 2.09 0.05 0.00 ind:fut:3s; -foires foire nom f p 11.83 15.95 0.72 2.16 -foireuse foireux adj f s 3.20 4.05 0.37 0.41 -foireuses foireux adj f p 3.20 4.05 0.26 0.61 -foireux foireux adj m 3.20 4.05 2.57 3.04 -foirez foirer ver 14.76 2.09 0.15 0.00 imp:pre:2p;ind:pre:2p; -foiridon foiridon nom m s 0.00 0.20 0.00 0.20 -foiré foirer ver m s 14.76 2.09 6.96 0.74 par:pas; -foirée foirer ver f s 14.76 2.09 0.11 0.00 par:pas; -foirées foirer ver f p 14.76 2.09 0.02 0.07 par:pas; -foirés foirer ver m p 14.76 2.09 0.03 0.07 par:pas; -fois fois nom f p 899.25 1140.00 899.25 1140.00 -foison foison nom f s 0.31 1.15 0.31 1.15 -foisonnaient foisonner ver 0.09 1.42 0.00 0.41 ind:imp:3p; -foisonnait foisonner ver 0.09 1.42 0.00 0.07 ind:imp:3s; -foisonnant foisonner ver 0.09 1.42 0.01 0.14 par:pre; -foisonnante foisonnant adj f s 0.10 0.88 0.10 0.34 -foisonnantes foisonnant adj f p 0.10 0.88 0.00 0.20 -foisonne foisonner ver 0.09 1.42 0.02 0.14 ind:pre:3s; -foisonnement foisonnement nom m s 0.00 1.55 0.00 1.55 -foisonnent foisonner ver 0.09 1.42 0.04 0.47 ind:pre:3p; -foisonner foisonner ver 0.09 1.42 0.01 0.14 inf; -foisonneraient foisonner ver 0.09 1.42 0.00 0.07 cnd:pre:3p; -foisonneront foisonner ver 0.09 1.42 0.01 0.00 ind:fut:3p; -fol fol adj m s 0.66 1.62 0.41 1.28 -folasse folasse nom f s 0.01 0.00 0.01 0.00 -foldingue foldingue adj s 0.24 0.20 0.24 0.07 -foldingues foldingue nom p 0.07 0.07 0.03 0.00 -foliacée foliacé adj f s 0.01 0.00 0.01 0.00 -folichon folichon adj m s 0.72 0.27 0.69 0.20 -folichonnait folichonner ver 0.00 0.14 0.00 0.07 ind:imp:3s; -folichonne folichon adj f s 0.72 0.27 0.02 0.00 -folichonneries folichonnerie nom f p 0.00 0.07 0.00 0.07 -folichonnes folichon adj f p 0.72 0.27 0.01 0.07 -folie folie nom f s 52.39 60.74 49.01 52.43 -folies folie nom f p 52.39 60.74 3.38 8.31 -folingue folingue adj m s 0.02 0.68 0.02 0.61 -folingues folingue adj p 0.02 0.68 0.00 0.07 -folio folio nom m s 0.02 0.54 0.02 0.41 -folioles foliole nom f p 0.00 0.14 0.00 0.14 -folios folio nom m p 0.02 0.54 0.00 0.14 -folique folique adj m s 0.13 0.00 0.13 0.00 -folk folk nom m s 1.73 2.64 1.30 2.64 -folklo folklo adj s 0.04 0.47 0.04 0.47 -folklore folklore nom m s 0.86 3.78 0.85 3.72 -folklores folklore nom m p 0.86 3.78 0.01 0.07 -folklorique folklorique adj s 1.73 1.96 0.79 0.95 -folkloriques folklorique adj p 1.73 1.96 0.94 1.01 -folkloriste folkloriste nom s 0.00 0.20 0.00 0.14 -folkloristes folkloriste nom p 0.00 0.20 0.00 0.07 -folks folk nom m p 1.73 2.64 0.42 0.00 -folle fou adj f s 321.31 164.32 84.38 46.01 -folledingue folledingue nom s 0.02 0.00 0.02 0.00 -follement follement adv 4.15 6.42 4.15 6.42 -folles fou adj f p 321.31 164.32 6.47 11.62 -follet follet adj m s 0.30 3.11 0.08 1.15 -follets follet adj m p 0.30 3.11 0.23 1.55 -follette follet adj f s 0.30 3.11 0.00 0.20 -follettes follet adj f p 0.30 3.11 0.00 0.20 -folliculaire folliculaire adj f s 0.05 0.00 0.05 0.00 -folliculaires folliculaire nom m p 0.00 0.07 0.00 0.07 -follicule follicule nom m s 0.36 0.00 0.15 0.00 -follicules follicule nom m p 0.36 0.00 0.21 0.00 -folliculite folliculite nom f s 0.02 0.00 0.02 0.00 -follingue follingue adj s 0.00 0.07 0.00 0.07 -folâtraient folâtrer ver 0.36 0.95 0.00 0.34 ind:imp:3p; -folâtrait folâtrer ver 0.36 0.95 0.02 0.14 ind:imp:3s; -folâtre folâtrer ver 0.36 0.95 0.30 0.20 imp:pre:2s;ind:pre:3s; -folâtrent folâtrer ver 0.36 0.95 0.00 0.07 ind:pre:3p; -folâtrer folâtrer ver 0.36 0.95 0.04 0.20 inf; -folâtreries folâtrerie nom f p 0.01 0.07 0.01 0.07 -folâtres folâtre adj p 0.28 0.74 0.01 0.34 -fols fol adj m p 0.66 1.62 0.25 0.34 -fomentaient fomenter ver 0.44 1.35 0.00 0.07 ind:imp:3p; -fomentait fomenter ver 0.44 1.35 0.00 0.20 ind:imp:3s; -fomentateurs fomentateur nom m p 0.01 0.00 0.01 0.00 -fomente fomenter ver 0.44 1.35 0.24 0.07 ind:pre:1s;ind:pre:3s; -fomentent fomenter ver 0.44 1.35 0.04 0.14 ind:pre:3p; -fomenter fomenter ver 0.44 1.35 0.06 0.61 inf; -fomenté fomenter ver m s 0.44 1.35 0.11 0.20 par:pas; -fomentée fomenter ver f s 0.44 1.35 0.00 0.07 par:pas; -fonce foncer ver 30.27 41.82 16.31 12.23 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -foncent foncer ver 30.27 41.82 1.44 2.09 ind:pre:3p; -foncer foncer ver 30.27 41.82 3.34 6.01 inf; -foncera foncer ver 30.27 41.82 0.05 0.00 ind:fut:3s; -foncerai foncer ver 30.27 41.82 0.03 0.00 ind:fut:1s; -fonceraient foncer ver 30.27 41.82 0.03 0.14 cnd:pre:3p; -foncerais foncer ver 30.27 41.82 0.04 0.00 cnd:pre:1s; -foncerait foncer ver 30.27 41.82 0.03 0.07 cnd:pre:3s; -foncerons foncer ver 30.27 41.82 0.02 0.00 ind:fut:1p; -fonceront foncer ver 30.27 41.82 0.04 0.07 ind:fut:3p; -fonces foncer ver 30.27 41.82 1.16 0.20 ind:pre:2s;sub:pre:2s; -fonceur fonceur nom m s 0.72 0.14 0.42 0.14 -fonceurs fonceur nom m p 0.72 0.14 0.15 0.00 -fonceuse fonceur nom f s 0.72 0.14 0.16 0.00 -foncez foncer ver 30.27 41.82 2.69 0.27 imp:pre:2p;ind:pre:2p; -foncier foncier adj m s 1.20 2.64 0.33 1.28 -fonciers foncier adj m p 1.20 2.64 0.62 0.41 -fonciez foncer ver 30.27 41.82 0.02 0.00 ind:imp:2p; -foncions foncer ver 30.27 41.82 0.00 0.14 ind:imp:1p; -foncière foncier adj f s 1.20 2.64 0.20 0.81 -foncièrement foncièrement adv 0.18 2.09 0.18 2.09 -foncières foncier adj f p 1.20 2.64 0.05 0.14 -foncteur foncteur nom m s 0.01 0.00 0.01 0.00 -foncèrent foncer ver 30.27 41.82 0.05 0.47 ind:pas:3p; -fonction fonction nom f s 21.95 37.91 13.12 21.76 -fonctionna fonctionner ver 42.51 24.39 0.04 0.34 ind:pas:3s; -fonctionnaient fonctionner ver 42.51 24.39 0.48 1.42 ind:imp:3p; -fonctionnaire fonctionnaire nom s 8.13 26.89 5.03 11.28 -fonctionnaires fonctionnaire nom p 8.13 26.89 3.10 15.61 -fonctionnais fonctionner ver 42.51 24.39 0.03 0.00 ind:imp:1s; -fonctionnait fonctionner ver 42.51 24.39 1.24 5.47 ind:imp:3s; -fonctionnaliste fonctionnaliste adj f s 0.00 0.07 0.00 0.07 -fonctionnalité fonctionnalité nom f s 0.07 0.00 0.07 0.00 -fonctionnant fonctionner ver 42.51 24.39 0.17 1.22 par:pre; -fonctionnarisé fonctionnariser ver m s 0.00 0.14 0.00 0.07 par:pas; -fonctionnarisée fonctionnariser ver f s 0.00 0.14 0.00 0.07 par:pas; -fonctionnassent fonctionner ver 42.51 24.39 0.00 0.07 sub:imp:3p; -fonctionne fonctionner ver 42.51 24.39 23.76 6.08 imp:pre:2s;ind:pre:1s;ind:pre:3s; -fonctionnel fonctionnel adj m s 2.05 1.55 1.28 0.47 -fonctionnelle fonctionnel adj f s 2.05 1.55 0.60 0.54 -fonctionnellement fonctionnellement adv 0.00 0.07 0.00 0.07 -fonctionnelles fonctionnel adj f p 2.05 1.55 0.04 0.20 -fonctionnels fonctionnel adj m p 2.05 1.55 0.13 0.34 -fonctionnement fonctionnement nom m s 2.69 6.01 2.69 6.01 -fonctionnent fonctionner ver 42.51 24.39 5.29 1.42 ind:pre:3p; -fonctionner fonctionner ver 42.51 24.39 6.59 7.03 inf; -fonctionnera fonctionner ver 42.51 24.39 0.91 0.07 ind:fut:3s; -fonctionneraient fonctionner ver 42.51 24.39 0.02 0.00 cnd:pre:3p; -fonctionnerait fonctionner ver 42.51 24.39 0.52 0.07 cnd:pre:3s; -fonctionneront fonctionner ver 42.51 24.39 0.13 0.07 ind:fut:3p; -fonctionnes fonctionner ver 42.51 24.39 0.20 0.00 ind:pre:2s; -fonctionnez fonctionner ver 42.51 24.39 0.07 0.00 ind:pre:2p; -fonctionnons fonctionner ver 42.51 24.39 0.07 0.00 ind:pre:1p; -fonctionnât fonctionner ver 42.51 24.39 0.00 0.34 sub:imp:3s; -fonctionné fonctionner ver m s 42.51 24.39 2.98 0.81 par:pas; -fonctions fonction nom f p 21.95 37.91 8.83 16.15 -foncé foncer ver m s 30.27 41.82 3.40 6.55 par:pas; -foncée foncé adj f s 4.06 11.08 0.75 1.62 -foncées foncé adj f p 4.06 11.08 0.14 0.47 -foncés foncé adj m p 4.06 11.08 0.69 1.08 -fond fond nom m s 110.07 376.15 110.07 376.15 -fondît fondre ver 17.29 38.18 0.00 0.07 sub:imp:3s; -fonda fonder ver 15.97 34.66 0.22 1.15 ind:pas:3s; -fondaient fonder ver 15.97 34.66 0.08 3.24 ind:imp:3p; -fondais fonder ver 15.97 34.66 0.11 0.81 ind:imp:1s;ind:imp:2s; -fondait fonder ver 15.97 34.66 0.25 7.97 ind:imp:3s; -fondamental fondamental adj m s 4.69 9.19 1.45 2.64 -fondamentale fondamental adj f s 4.69 9.19 1.55 4.39 -fondamentalement fondamentalement adv 2.03 1.15 2.03 1.15 -fondamentales fondamental adj f p 4.69 9.19 0.89 1.28 -fondamentalisme fondamentalisme nom m s 0.02 0.00 0.02 0.00 -fondamentaliste fondamentaliste adj s 0.19 0.00 0.11 0.00 -fondamentalistes fondamentaliste nom p 0.48 0.00 0.46 0.00 -fondamentaux fondamental adj m p 4.69 9.19 0.80 0.88 -fondant fondant nom m s 0.23 0.68 0.21 0.61 -fondante fondant adj f s 0.18 2.70 0.05 1.08 -fondantes fondant adj f p 0.18 2.70 0.00 0.20 -fondants fondant adj m p 0.18 2.70 0.03 0.20 -fondateur fondateur nom m s 5.10 2.16 2.40 1.69 -fondateurs fondateur nom m p 5.10 2.16 2.64 0.20 -fondation fondation nom f s 9.74 7.64 6.39 3.99 -fondations fondation nom f p 9.74 7.64 3.35 3.65 -fondatrice fondateur adj f s 1.91 1.55 0.09 0.07 -fondatrices fondatrice nom f p 0.01 0.00 0.01 0.00 -fonde fonder ver 15.97 34.66 2.23 2.03 imp:pre:2s;ind:pre:1s;ind:pre:3s; -fondement fondement nom m s 2.47 3.78 1.76 2.43 -fondements fondement nom m p 2.47 3.78 0.71 1.35 -fondent fonder ver 15.97 34.66 1.21 3.85 ind:pre:3p;sub:pre:3p; -fonder fonder ver 15.97 34.66 4.21 4.26 inf; -fondera fonder ver 15.97 34.66 0.15 0.00 ind:fut:3s; -fonderais fonder ver 15.97 34.66 0.04 0.00 cnd:pre:1s; -fonderait fonder ver 15.97 34.66 0.02 0.00 cnd:pre:3s; -fonderez fonder ver 15.97 34.66 0.02 0.00 ind:fut:2p; -fonderie fonderie nom f s 0.53 1.42 0.51 0.41 -fonderies fonderie nom f p 0.53 1.42 0.03 1.01 -fonderons fonder ver 15.97 34.66 0.02 0.00 ind:fut:1p; -fonderont fonder ver 15.97 34.66 0.14 0.07 ind:fut:3p; -fondeur fondeur nom m s 0.34 0.41 0.34 0.41 -fondez fonder ver 15.97 34.66 0.33 0.00 imp:pre:2p;ind:pre:2p; -fondions fonder ver 15.97 34.66 0.02 0.07 ind:imp:1p; -fondirent fondre ver 17.29 38.18 0.02 0.68 ind:pas:3p; -fondis fondre ver 17.29 38.18 0.00 0.07 ind:pas:1s; -fondit fondre ver 17.29 38.18 0.04 2.97 ind:pas:3s; -fondons fonder ver 15.97 34.66 0.20 0.00 imp:pre:1p;ind:pre:1p; -fondât fonder ver 15.97 34.66 0.00 0.14 sub:imp:3s; -fondouk fondouk nom m s 0.00 0.07 0.00 0.07 -fondra fondre ver 17.29 38.18 0.28 0.27 ind:fut:3s; -fondrai fondre ver 17.29 38.18 0.16 0.00 ind:fut:1s; -fondraient fondre ver 17.29 38.18 0.01 0.20 cnd:pre:3p; -fondrait fondre ver 17.29 38.18 0.11 0.27 cnd:pre:3s; -fondras fondre ver 17.29 38.18 0.03 0.00 ind:fut:2s; -fondre fondre ver 17.29 38.18 8.03 17.70 inf; -fondriez fondre ver 17.29 38.18 0.01 0.00 cnd:pre:2p; -fondrière fondrière nom f s 0.01 1.96 0.00 0.61 -fondrières fondrière nom f p 0.01 1.96 0.01 1.35 -fonds fonds nom m 15.10 16.62 15.10 16.62 -fondèrent fonder ver 15.97 34.66 0.17 0.07 ind:pas:3p; -fondé fonder ver m s 15.97 34.66 4.09 4.73 par:pas; -fondu fondre ver m s 17.29 38.18 3.42 5.95 par:pas; -fondée fonder ver f s 15.97 34.66 1.28 3.31 par:pas; -fondue fondue nom f s 1.08 0.81 1.04 0.74 -fondées fonder ver f p 15.97 34.66 0.52 0.54 par:pas; -fondues fondre ver f p 17.29 38.18 0.11 0.81 par:pas; -fondés fonder ver m p 15.97 34.66 0.46 0.88 par:pas; -fondus fondu adj m p 1.82 2.84 0.22 0.47 -fongible fongible adj s 0.04 0.00 0.04 0.00 -fongicide fongicide nom m s 0.04 0.00 0.04 0.00 -fongique fongique adj s 0.05 0.00 0.05 0.00 -fongueuse fongueux adj f s 0.00 0.14 0.00 0.07 -fongueuses fongueux adj f p 0.00 0.14 0.00 0.07 -fongus fongus nom m 0.04 0.00 0.04 0.00 -font faire ver 8813.53 5328.99 193.61 153.92 ind:pre:3p; -fontaine fontaine nom f s 7.72 24.46 6.62 17.36 -fontaines fontaine nom f p 7.72 24.46 1.11 7.09 -fontainette fontainette nom f s 0.00 0.27 0.00 0.27 -fontainier fontainier nom m s 0.27 0.00 0.27 0.00 -fontanelle fontanelle nom f s 0.19 0.20 0.19 0.20 -fonte fonte nom f s 0.74 8.78 0.74 8.31 -fontes fonte nom f p 0.74 8.78 0.00 0.47 -fonça foncer ver 30.27 41.82 0.17 3.18 ind:pas:3s; -fonçai foncer ver 30.27 41.82 0.01 0.81 ind:pas:1s; -fonçaient foncer ver 30.27 41.82 0.21 1.76 ind:imp:3p; -fonçais foncer ver 30.27 41.82 0.14 0.81 ind:imp:1s;ind:imp:2s; -fonçait foncer ver 30.27 41.82 0.23 3.85 ind:imp:3s; -fonçant foncer ver 30.27 41.82 0.26 2.30 par:pre; -fonçons foncer ver 30.27 41.82 0.23 0.34 imp:pre:1p;ind:pre:1p; -fonts fonts nom m p 0.10 1.08 0.10 1.08 -foot foot nom m s 24.18 5.54 24.18 5.54 -football football nom m s 13.93 6.28 13.93 6.28 -footballeur_vedette footballeur_vedette nom m s 0.01 0.00 0.01 0.00 -footballeur footballeur nom m s 2.76 1.01 2.01 0.54 -footballeurs footballeur nom m p 2.76 1.01 0.71 0.47 -footballeuse footballeur nom f s 2.76 1.01 0.04 0.00 -footballistique footballistique adj f s 0.03 0.07 0.02 0.00 -footballistiques footballistique adj f p 0.03 0.07 0.01 0.07 -footeuse footeux adj f s 0.01 0.00 0.01 0.00 -footeux footeux nom m 0.04 0.00 0.04 0.00 -footing footing nom m s 0.45 0.34 0.45 0.34 -for for nom m s 21.32 8.51 21.32 8.51 -forage forage nom m s 0.91 0.27 0.82 0.20 -forages forage nom m p 0.91 0.27 0.09 0.07 -foraient forer ver 1.66 1.69 0.02 0.14 ind:imp:3p; -forain forain adj m s 2.14 6.22 0.39 1.42 -foraine forain adj f s 2.14 6.22 1.52 3.24 -foraines forain adj f p 2.14 6.22 0.23 1.08 -forains forain nom m p 0.44 2.50 0.34 1.01 -forait forer ver 1.66 1.69 0.14 0.27 ind:imp:3s; -foramen foramen nom m s 0.03 0.00 0.03 0.00 -foraminifères foraminifère nom m p 0.01 0.00 0.01 0.00 -forant forer ver 1.66 1.69 0.02 0.20 par:pre; -forban forban nom m s 0.19 1.01 0.03 0.74 -forbans forban nom m p 0.19 1.01 0.16 0.27 -force force adj_ind 1.41 4.86 1.41 4.86 -forcement forcement nom m s 0.81 0.07 0.81 0.07 -forcent forcer ver 64.64 75.41 1.14 1.08 ind:pre:3p; -forcené forcené nom m s 0.94 2.23 0.75 1.35 -forcenée forcené nom f s 0.94 2.23 0.02 0.20 -forcenées forcené nom f p 0.94 2.23 0.01 0.00 -forcenés forcené nom m p 0.94 2.23 0.16 0.68 -forceps forceps nom m 0.72 0.95 0.72 0.95 -forcer forcer ver 64.64 75.41 16.33 18.04 inf; -forcera forcer ver 64.64 75.41 0.76 0.34 ind:fut:3s; -forcerai forcer ver 64.64 75.41 0.47 0.20 ind:fut:1s; -forcerais forcer ver 64.64 75.41 0.13 0.07 cnd:pre:1s;cnd:pre:2s; -forcerait forcer ver 64.64 75.41 0.14 0.20 cnd:pre:3s; -forceras forcer ver 64.64 75.41 0.05 0.00 ind:fut:2s; -forcerez forcer ver 64.64 75.41 0.11 0.00 ind:fut:2p; -forceront forcer ver 64.64 75.41 0.12 0.00 ind:fut:3p; -forces force nom f p 151.96 344.73 43.67 126.35 -forceur forceur nom m s 0.02 0.20 0.02 0.07 -forceurs forceur nom m p 0.02 0.20 0.00 0.14 -forcez forcer ver 64.64 75.41 2.81 0.74 imp:pre:2p;ind:pre:2p; -forci forcir ver m s 0.14 1.08 0.02 0.74 par:pas; -forciez forcer ver 64.64 75.41 0.06 0.00 ind:imp:2p; -forcing forcing nom m s 0.13 0.88 0.13 0.88 -forcions forcer ver 64.64 75.41 0.03 0.20 ind:imp:1p; -forcir forcir ver 0.14 1.08 0.01 0.20 inf; -forcis forcir ver m p 0.14 1.08 0.00 0.07 par:pas; -forcissait forcir ver 0.14 1.08 0.00 0.07 ind:imp:3s; -forcit forcir ver 0.14 1.08 0.11 0.00 ind:pre:3s; -forcèrent forcer ver 64.64 75.41 0.04 0.68 ind:pas:3p; -forcé forcer ver m s 64.64 75.41 16.33 16.55 par:pas; -forcée forcer ver f s 64.64 75.41 6.41 4.46 par:pas; -forcées forcer ver f p 64.64 75.41 0.94 0.61 par:pas; -forcément forcément adv 24.23 29.12 24.23 29.12 -forcés forcer ver m p 64.64 75.41 2.67 2.64 par:pas; -fore forer ver 1.66 1.69 0.25 0.14 imp:pre:2s;ind:pre:1s;ind:pre:3s; -foreign_office foreign_office nom m s 0.00 2.50 0.00 2.50 -forent forer ver 1.66 1.69 0.01 0.07 ind:pre:3p; -forer forer ver 1.66 1.69 0.80 0.47 inf; -forestier forestier adj m s 3.19 6.42 2.13 2.09 -forestiers forestier adj m p 3.19 6.42 0.42 0.61 -forestière forestier adj f s 3.19 6.42 0.49 2.91 -forestières forestier adj f p 3.19 6.42 0.14 0.81 -foret foret nom m s 1.56 0.54 1.16 0.14 -forets foret nom m p 1.56 0.54 0.40 0.41 -foreur foreur adj m s 0.43 0.00 0.42 0.00 -foreurs foreur nom m p 1.04 0.20 0.13 0.07 -foreuse foreur nom f s 1.04 0.20 0.68 0.14 -foreuses foreuse nom f p 0.17 0.00 0.17 0.00 -forez forer ver 1.66 1.69 0.03 0.00 ind:pre:2p; -forfait forfait nom m s 2.03 4.59 1.50 3.38 -forfaitaire forfaitaire adj s 0.05 0.20 0.05 0.14 -forfaitaires forfaitaire adj f p 0.05 0.20 0.00 0.07 -forfaits forfait nom m p 2.03 4.59 0.53 1.22 -forfaiture forfaiture nom f s 0.02 0.61 0.02 0.61 -forfanterie forfanterie nom f s 0.17 0.74 0.17 0.68 -forfanteries forfanterie nom f p 0.17 0.74 0.00 0.07 -forficules forficule nom f p 0.00 0.07 0.00 0.07 -forge forger ver 9.02 11.82 1.78 0.74 imp:pre:2s;ind:pre:1s;ind:pre:3s; -forgea forger ver 9.02 11.82 0.00 0.07 ind:pas:3s; -forgeage forgeage nom m s 0.14 0.00 0.14 0.00 -forgeaient forger ver 9.02 11.82 0.00 0.07 ind:imp:3p; -forgeais forger ver 9.02 11.82 0.00 0.07 ind:imp:1s; -forgeait forger ver 9.02 11.82 0.12 0.61 ind:imp:3s; -forgeant forger ver 9.02 11.82 0.10 0.27 par:pre; -forgent forger ver 9.02 11.82 0.31 0.20 ind:pre:3p; -forgeons forger ver 9.02 11.82 0.02 0.14 imp:pre:1p;ind:pre:1p; -forger forger ver 9.02 11.82 3.16 1.62 inf; -forgera forger ver 9.02 11.82 0.21 0.07 ind:fut:3s; -forgerai forger ver 9.02 11.82 0.20 0.00 ind:fut:1s; -forgeries forgerie nom f p 0.00 0.07 0.00 0.07 -forgeron forgeron nom m s 3.76 4.39 3.49 3.38 -forgeronne forgeron nom f s 3.76 4.39 0.02 0.00 -forgerons forgeron nom m p 3.76 4.39 0.25 1.01 -forges forge nom f p 1.64 8.58 0.13 0.95 -forgeur forgeur nom m s 0.15 0.00 0.15 0.00 -forgions forger ver 9.02 11.82 0.10 0.07 ind:imp:1p; -forgèrent forger ver 9.02 11.82 0.03 0.00 ind:pas:3p; -forgé forger ver m s 9.02 11.82 1.55 5.81 par:pas; -forgée forger ver f s 9.02 11.82 0.92 0.41 par:pas; -forgées forger ver f p 9.02 11.82 0.05 0.88 par:pas; -forgés forger ver m p 9.02 11.82 0.45 0.74 par:pas; -forints forint nom m p 0.14 0.00 0.14 0.00 -forlane forlane nom f s 0.10 0.00 0.10 0.00 -forlonger forlonger ver 0.00 0.14 0.00 0.07 inf; -forlongés forlonger ver m p 0.00 0.14 0.00 0.07 par:pas; -forma former ver 39.69 110.27 0.16 2.16 ind:pas:3s; -formage formage nom m s 0.00 0.07 0.00 0.07 -formai former ver 39.69 110.27 0.00 0.07 ind:pas:1s; -formaient former ver 39.69 110.27 0.73 16.96 ind:imp:3p; -formais former ver 39.69 110.27 0.01 0.47 ind:imp:1s; -formait former ver 39.69 110.27 1.42 11.69 ind:imp:3s; -formaldéhyde formaldéhyde nom m s 0.34 0.00 0.34 0.00 -formalisa formaliser ver 0.43 2.23 0.00 0.34 ind:pas:3s; -formalisaient formaliser ver 0.43 2.23 0.00 0.07 ind:imp:3p; -formalisais formaliser ver 0.43 2.23 0.00 0.14 ind:imp:1s; -formalisait formaliser ver 0.43 2.23 0.00 0.41 ind:imp:3s; -formalise formaliser ver 0.43 2.23 0.13 0.14 imp:pre:2s;ind:pre:1s;ind:pre:3s; -formaliser formaliser ver 0.43 2.23 0.04 0.68 inf; -formalisera formaliser ver 0.43 2.23 0.01 0.00 ind:fut:3s; -formaliserait formaliser ver 0.43 2.23 0.00 0.14 cnd:pre:3s; -formalisez formaliser ver 0.43 2.23 0.25 0.07 imp:pre:2p;ind:pre:2p; -formalisme formalisme nom m s 0.12 0.34 0.12 0.34 -formalisât formaliser ver 0.43 2.23 0.00 0.07 sub:imp:3s; -formaliste formaliste adj m s 0.02 0.27 0.02 0.07 -formalistes formaliste adj f p 0.02 0.27 0.00 0.20 -formalisé formalisé adj m s 0.01 0.00 0.01 0.00 -formalisée formaliser ver f s 0.43 2.23 0.00 0.07 par:pas; -formalisés formaliser ver m p 0.43 2.23 0.00 0.07 par:pas; -formalité formalité nom f s 7.08 7.03 3.77 2.97 -formalités formalité nom f p 7.08 7.03 3.30 4.05 -formant former ver 39.69 110.27 0.56 7.91 par:pre; -format format nom m s 1.90 8.11 1.80 6.96 -formatage formatage nom m s 0.07 0.00 0.07 0.00 -formater formater ver 0.13 0.00 0.04 0.00 inf; -formateur formateur adj m s 0.42 0.20 0.19 0.07 -formation formation nom f s 14.40 12.16 13.68 9.32 -formations formation nom f p 14.40 12.16 0.72 2.84 -formatrice formateur adj f s 0.42 0.20 0.12 0.14 -formatrices formateur adj f p 0.42 0.20 0.11 0.00 -formats format nom m p 1.90 8.11 0.10 1.15 -formaté formater ver m s 0.13 0.00 0.09 0.00 par:pas; -forme forme nom f s 94.19 176.69 82.61 137.91 -formel formel adj m s 4.55 9.05 2.40 3.31 -formelle formel adj f s 4.55 9.05 1.13 3.99 -formellement formellement adv 1.48 4.53 1.48 4.53 -formelles formel adj f p 4.55 9.05 0.40 0.81 -formels formel adj m p 4.55 9.05 0.62 0.95 -forment former ver 39.69 110.27 4.51 11.01 ind:pre:3p;sub:pre:3p; -former former ver 39.69 110.27 8.18 15.95 inf; -formera former ver 39.69 110.27 0.59 0.07 ind:fut:3s; -formerai former ver 39.69 110.27 0.10 0.07 ind:fut:1s; -formeraient former ver 39.69 110.27 0.28 0.54 cnd:pre:3p; -formerais former ver 39.69 110.27 0.02 0.14 cnd:pre:1s;cnd:pre:2s; -formerait former ver 39.69 110.27 0.09 0.34 cnd:pre:3s; -formerez former ver 39.69 110.27 0.22 0.07 ind:fut:2p; -formeriez former ver 39.69 110.27 0.13 0.00 cnd:pre:2p; -formerons former ver 39.69 110.27 0.52 0.14 ind:fut:1p; -formeront former ver 39.69 110.27 0.42 0.41 ind:fut:3p; -formes forme nom f p 94.19 176.69 11.58 38.78 -formez former ver 39.69 110.27 2.70 0.27 imp:pre:2p;ind:pre:2p; -formica formica nom m s 0.28 2.03 0.28 1.96 -formicas formica nom m p 0.28 2.03 0.00 0.07 -formid formid adj f s 0.02 0.20 0.02 0.14 -formidable formidable adj s 54.23 34.32 51.79 30.07 -formidablement formidablement adv 0.24 1.42 0.24 1.42 -formidables formidable adj p 54.23 34.32 2.44 4.26 -formide formide adj s 0.01 0.27 0.01 0.20 -formides formide adj f p 0.01 0.27 0.00 0.07 -formids formid adj p 0.02 0.20 0.00 0.07 -formiez former ver 39.69 110.27 0.30 0.07 ind:imp:2p; -formions former ver 39.69 110.27 0.24 1.62 ind:imp:1p; -formique formique adj m s 0.04 0.07 0.04 0.07 -formol formol nom m s 0.88 0.74 0.88 0.74 -formons former ver 39.69 110.27 1.94 0.88 imp:pre:1p;ind:pre:1p; -formèrent former ver 39.69 110.27 0.28 1.42 ind:pas:3p; -formé former ver m s 39.69 110.27 5.50 14.32 par:pas; -formée former ver f s 39.69 110.27 2.00 5.47 ind:imp:3p;par:pas; -formées former ver f p 39.69 110.27 0.25 2.23 par:pas; -formula formuler ver 3.52 15.54 0.01 0.54 ind:pas:3s; -formulai formuler ver 3.52 15.54 0.00 0.14 ind:pas:1s; -formulaient formuler ver 3.52 15.54 0.00 0.14 ind:imp:3p; -formulaire formulaire nom m s 9.73 1.55 6.93 0.81 -formulaires formulaire nom m p 9.73 1.55 2.80 0.74 -formulais formuler ver 3.52 15.54 0.11 0.34 ind:imp:1s; -formulait formuler ver 3.52 15.54 0.01 1.08 ind:imp:3s; -formulant formuler ver 3.52 15.54 0.00 0.54 par:pre; -formulation formulation nom f s 0.41 1.15 0.28 1.01 -formulations formulation nom f p 0.41 1.15 0.14 0.14 -formule formule nom f s 12.53 34.39 10.97 22.84 -formulent formuler ver 3.52 15.54 0.01 0.20 ind:pre:3p; -formuler formuler ver 3.52 15.54 1.88 7.50 inf; -formulera formuler ver 3.52 15.54 0.00 0.20 ind:fut:3s; -formules formule nom f p 12.53 34.39 1.56 11.55 -formulettes formulette nom f p 0.00 0.07 0.00 0.07 -formulez formuler ver 3.52 15.54 0.07 0.14 imp:pre:2p;ind:pre:2p; -formulons formuler ver 3.52 15.54 0.04 0.07 imp:pre:1p;ind:pre:1p; -formulât formuler ver 3.52 15.54 0.00 0.07 sub:imp:3s; -formulé formuler ver m s 3.52 15.54 0.44 1.22 par:pas; -formulée formulé adj f s 0.26 1.69 0.13 0.54 -formulées formuler ver f p 3.52 15.54 0.08 1.15 par:pas; -formulés formulé adj m p 0.26 1.69 0.01 0.27 -formés former ver m p 39.69 110.27 1.49 3.92 par:pas; -fornicateur fornicateur nom m s 0.51 0.34 0.21 0.14 -fornicateurs fornicateur nom m p 0.51 0.34 0.11 0.20 -fornication fornication nom f s 1.06 1.22 1.05 0.95 -fornications fornication nom f p 1.06 1.22 0.01 0.27 -fornicatrice fornicateur nom f s 0.51 0.34 0.19 0.00 -forniquaient forniquer ver 0.89 1.22 0.01 0.14 ind:imp:3p; -forniquait forniquer ver 0.89 1.22 0.01 0.27 ind:imp:3s; -forniquant forniquer ver 0.89 1.22 0.05 0.07 par:pre; -fornique forniquer ver 0.89 1.22 0.06 0.07 imp:pre:2s;ind:pre:1s;ind:pre:3s; -forniquent forniquer ver 0.89 1.22 0.07 0.07 ind:pre:3p; -forniquer forniquer ver 0.89 1.22 0.51 0.47 inf; -forniqué forniquer ver m s 0.89 1.22 0.19 0.14 par:pas; -fors fors pre 0.01 0.27 0.01 0.27 -forsythias forsythia nom m p 0.00 0.07 0.00 0.07 -fort fort adv_sup 171.91 212.77 171.91 212.77 -forte fort adj_sup f s 95.28 140.27 42.42 62.64 -fortement fortement adv 4.25 15.68 4.25 15.68 -forteresse forteresse nom f s 7.53 16.96 7.38 14.05 -forteresses forteresse nom f p 7.53 16.96 0.14 2.91 -fortes fort adj_sup f p 95.28 140.27 7.92 16.35 -força forcer ver 64.64 75.41 0.34 3.38 ind:pas:3s; -forçage forçage nom m s 0.04 0.14 0.04 0.14 -forçai forcer ver 64.64 75.41 0.11 0.34 ind:pas:1s; -forçaient forcer ver 64.64 75.41 0.05 0.61 ind:imp:3p; -forçais forcer ver 64.64 75.41 0.22 1.35 ind:imp:1s;ind:imp:2s; -forçait forcer ver 64.64 75.41 0.70 6.76 ind:imp:3s; -forçant forcer ver 64.64 75.41 0.91 4.86 par:pre; -forçat forçat nom m s 1.26 3.11 0.30 1.35 -forçats forçat nom m p 1.26 3.11 0.96 1.76 -forçons forcer ver 64.64 75.41 0.27 0.14 imp:pre:1p;ind:pre:1p; -forçât forcer ver 64.64 75.41 0.00 0.20 sub:imp:3s; -fortiche fortiche adj s 1.14 2.03 0.84 1.49 -fortiches fortiche adj p 1.14 2.03 0.30 0.54 -fortifia fortifier ver 2.19 6.55 0.11 0.27 ind:pas:3s; -fortifiaient fortifier ver 2.19 6.55 0.01 0.14 ind:imp:3p; -fortifiais fortifier ver 2.19 6.55 0.00 0.07 ind:imp:1s; -fortifiait fortifier ver 2.19 6.55 0.00 0.81 ind:imp:3s; -fortifiant fortifiant nom m s 0.26 0.54 0.23 0.34 -fortifiants fortifiant nom m p 0.26 0.54 0.04 0.20 -fortification fortification nom f s 0.68 2.36 0.22 0.34 -fortifications fortification nom f p 0.68 2.36 0.46 2.03 -fortifie fortifier ver 2.19 6.55 0.74 0.54 imp:pre:2s;ind:pre:1s;ind:pre:3s; -fortifient fortifier ver 2.19 6.55 0.04 0.34 ind:pre:3p; -fortifier fortifier ver 2.19 6.55 0.47 1.22 inf; -fortifiera fortifier ver 2.19 6.55 0.13 0.00 ind:fut:3s; -fortifierait fortifier ver 2.19 6.55 0.00 0.07 cnd:pre:3s; -fortifiez fortifier ver 2.19 6.55 0.01 0.07 imp:pre:2p; -fortifions fortifier ver 2.19 6.55 0.10 0.07 imp:pre:1p; -fortifiât fortifier ver 2.19 6.55 0.00 0.07 sub:imp:3s; -fortifièrent fortifier ver 2.19 6.55 0.01 0.00 ind:pas:3p; -fortifié fortifier ver m s 2.19 6.55 0.22 1.01 par:pas; -fortifiée fortifié adj f s 0.43 1.82 0.29 0.68 -fortifiées fortifier ver f p 2.19 6.55 0.02 0.27 par:pas; -fortifiés fortifier ver m p 2.19 6.55 0.14 0.14 par:pas; -fortifs fortif nom f p 0.00 1.01 0.00 1.01 -fortin fortin nom m s 0.33 3.31 0.32 2.70 -fortins fortin nom m p 0.33 3.31 0.01 0.61 -fortissimo fortissimo nom_sup m s 0.11 0.20 0.11 0.20 -fortitude fortitude nom f s 0.05 0.07 0.05 0.07 -fortraiture fortraiture nom f s 0.00 0.07 0.00 0.07 -forts fort adj_sup m p 95.28 140.27 17.00 17.43 -fortuit fortuit adj m s 1.96 3.38 0.55 1.22 -fortuite fortuit adj f s 1.96 3.38 1.29 1.28 -fortuitement fortuitement adv 0.17 0.34 0.17 0.34 -fortuites fortuit adj f p 1.96 3.38 0.07 0.68 -fortuits fortuit adj m p 1.96 3.38 0.05 0.20 -fortune fortune nom f s 33.62 51.49 32.35 46.49 -fortunes fortune nom f p 33.62 51.49 1.27 5.00 -fortuné fortuné adj m s 2.84 3.45 1.24 1.35 -fortunée fortuné adj f s 2.84 3.45 0.48 0.41 -fortunées fortuné adj f p 2.84 3.45 0.17 0.47 -fortunés fortuné adj m p 2.84 3.45 0.95 1.22 -foré forer ver m s 1.66 1.69 0.23 0.14 par:pas; -forée forer ver f s 1.66 1.69 0.01 0.14 par:pas; -forum forum nom m s 1.40 1.08 1.14 0.95 -forums forum nom m p 1.40 1.08 0.26 0.14 -forés forer ver m p 1.66 1.69 0.14 0.14 par:pas; -forêt forêt nom f s 34.94 113.31 29.57 91.89 -forêts forêt nom f p 34.94 113.31 5.37 21.42 -fosse fosse nom f s 7.92 14.05 6.64 10.74 -fosses fosse nom f p 7.92 14.05 1.27 3.31 -fossette fossette nom f s 0.86 4.32 0.44 2.09 -fossettes fossette nom f p 0.86 4.32 0.42 2.23 -fossile fossile nom m s 2.02 0.74 1.40 0.20 -fossiles fossile nom m p 2.02 0.74 0.62 0.54 -fossilisation fossilisation nom f s 0.13 0.07 0.13 0.07 -fossilisé fossiliser ver m s 0.17 0.68 0.08 0.41 par:pas; -fossilisés fossiliser ver m p 0.17 0.68 0.09 0.27 par:pas; -fossoyeur fossoyeur nom m s 2.77 2.70 2.00 1.42 -fossoyeurs fossoyeur nom m p 2.77 2.70 0.77 1.28 -fossoyeuse fossoyeuse nom f s 0.01 0.00 0.01 0.00 -fossé fossé nom m s 4.71 26.42 4.10 20.07 -fossés fossé nom m p 4.71 26.42 0.61 6.35 -fou_fou fou_fou adj m s 0.08 0.00 0.08 0.00 -fou_rire fou_rire nom m s 0.02 0.14 0.02 0.14 -fou fou adj m s 321.31 164.32 181.51 82.03 -fouaces fouace nom f p 0.00 0.07 0.00 0.07 -fouailla fouailler ver 0.00 1.55 0.00 0.20 ind:pas:3s; -fouaillai fouailler ver 0.00 1.55 0.00 0.07 ind:pas:1s; -fouaillaient fouailler ver 0.00 1.55 0.00 0.14 ind:imp:3p; -fouaillait fouailler ver 0.00 1.55 0.00 0.07 ind:imp:3s; -fouaillant fouailler ver 0.00 1.55 0.00 0.14 par:pre; -fouaille fouaille nom f s 0.00 1.22 0.00 1.22 -fouailler fouailler ver 0.00 1.55 0.00 0.34 inf; -fouaillé fouailler ver m s 0.00 1.55 0.00 0.20 par:pas; -fouaillée fouailler ver f s 0.00 1.55 0.00 0.14 par:pas; -fouaillées fouailler ver f p 0.00 1.55 0.00 0.07 par:pas; -foucade foucade nom f s 0.01 0.47 0.01 0.14 -foucades foucade nom f p 0.01 0.47 0.00 0.34 -fouchtra fouchtra ono 0.00 0.27 0.00 0.27 -foudre foudre nom s 12.94 14.46 12.50 12.64 -foudres foudre nom p 12.94 14.46 0.44 1.82 -foudroie foudroyer ver 2.36 8.99 0.34 0.41 ind:pre:1s;ind:pre:3s; -foudroiement foudroiement nom m s 0.01 0.00 0.01 0.00 -foudroient foudroyer ver 2.36 8.99 0.00 0.14 ind:pre:3p; -foudroiera foudroyer ver 2.36 8.99 0.01 0.07 ind:fut:3s; -foudroieraient foudroyer ver 2.36 8.99 0.00 0.07 cnd:pre:3p; -foudroierait foudroyer ver 2.36 8.99 0.00 0.07 cnd:pre:3s; -foudroya foudroyer ver 2.36 8.99 0.01 0.41 ind:pas:3s; -foudroyaient foudroyer ver 2.36 8.99 0.00 0.14 ind:imp:3p; -foudroyait foudroyer ver 2.36 8.99 0.00 0.47 ind:imp:3s; -foudroyant foudroyant adj m s 0.52 6.62 0.41 2.23 -foudroyante foudroyant adj f s 0.52 6.62 0.10 3.24 -foudroyantes foudroyant adj f p 0.52 6.62 0.00 0.54 -foudroyants foudroyant adj m p 0.52 6.62 0.01 0.61 -foudroyer foudroyer ver 2.36 8.99 0.39 1.35 inf; -foudroyions foudroyer ver 2.36 8.99 0.01 0.00 ind:imp:1p; -foudroyèrent foudroyer ver 2.36 8.99 0.00 0.07 ind:pas:3p; -foudroyé foudroyer ver m s 2.36 8.99 0.91 2.84 par:pas; -foudroyée foudroyer ver f s 2.36 8.99 0.36 0.95 par:pas; -foudroyées foudroyer ver f p 2.36 8.99 0.04 0.27 par:pas; -foudroyés foudroyer ver m p 2.36 8.99 0.28 1.42 par:pas; -fouet fouet nom m s 8.56 18.31 7.92 16.69 -fouets fouet nom m p 8.56 18.31 0.63 1.62 -fouetta fouetter ver 7.61 17.36 0.14 0.68 ind:pas:3s; -fouettaient fouetter ver 7.61 17.36 0.02 0.41 ind:imp:3p; -fouettais fouetter ver 7.61 17.36 0.04 0.27 ind:imp:1s; -fouettait fouetter ver 7.61 17.36 0.09 2.36 ind:imp:3s; -fouettant fouetter ver 7.61 17.36 0.03 1.42 par:pre; -fouettard fouettard adj m s 0.34 0.68 0.34 0.47 -fouettards fouettard adj m p 0.34 0.68 0.00 0.20 -fouette fouetter ver 7.61 17.36 1.65 2.30 imp:pre:2s;ind:pre:1s;ind:pre:3s; -fouettement fouettement nom m s 0.01 0.27 0.01 0.20 -fouettements fouettement nom m p 0.01 0.27 0.00 0.07 -fouettent fouetter ver 7.61 17.36 0.07 0.68 ind:pre:3p; -fouetter fouetter ver 7.61 17.36 2.27 4.26 inf; -fouettera fouetter ver 7.61 17.36 0.06 0.00 ind:fut:3s; -fouetterai fouetter ver 7.61 17.36 0.12 0.00 ind:fut:1s; -fouetterait fouetter ver 7.61 17.36 0.03 0.07 cnd:pre:3s; -fouetteront fouetter ver 7.61 17.36 0.02 0.07 ind:fut:3p; -fouettes fouetter ver 7.61 17.36 0.12 0.07 ind:pre:2s; -fouetteur fouetteur nom m s 0.16 0.41 0.02 0.00 -fouetteurs fouetteur nom m p 0.16 0.41 0.14 0.07 -fouetteuse fouetteur nom f s 0.16 0.41 0.00 0.34 -fouettez fouetter ver 7.61 17.36 0.36 0.14 imp:pre:2p;ind:pre:2p; -fouettons fouetter ver 7.61 17.36 0.02 0.14 imp:pre:1p;ind:pre:1p; -fouettèrent fouetter ver 7.61 17.36 0.00 0.14 ind:pas:3p; -fouetté fouetter ver m s 7.61 17.36 0.81 1.69 par:pas; -fouettée fouetter ver f s 7.61 17.36 1.50 1.69 par:pas; -fouettées fouetter ver f p 7.61 17.36 0.04 0.54 par:pas; -fouettés fouetter ver m p 7.61 17.36 0.22 0.47 par:pas; -foufou foufou adj m s 0.44 0.00 0.42 0.00 -foufoune foufoune nom f s 0.69 0.00 0.57 0.00 -foufounes foufoune nom f p 0.69 0.00 0.12 0.00 -foufounette foufounette nom f s 0.01 0.20 0.01 0.20 -foufous foufou adj m p 0.44 0.00 0.01 0.00 -fougasse fougasse nom f s 2.54 0.14 2.54 0.14 -fouge fouger ver 0.10 0.00 0.10 0.00 imp:pre:2s; -fougeraie fougeraie nom f s 0.00 0.61 0.00 0.54 -fougeraies fougeraie nom f p 0.00 0.61 0.00 0.07 -fougère fougère nom f s 0.76 8.11 0.48 0.74 -fougères fougère nom f p 0.76 8.11 0.27 7.36 -fougue fougue nom f s 1.17 5.14 1.17 5.07 -fougues fougue nom f p 1.17 5.14 0.00 0.07 -fougueuse fougueux adj f s 1.72 3.45 0.26 0.74 -fougueusement fougueusement adv 0.05 0.47 0.05 0.47 -fougueuses fougueux adj f p 1.72 3.45 0.05 0.27 -fougueux fougueux adj m 1.72 3.45 1.41 2.43 -foui fouir ver m s 0.04 0.95 0.02 0.34 par:pas; -fouie fouir ver f s 0.04 0.95 0.01 0.07 par:pas; -fouies fouir ver f p 0.04 0.95 0.00 0.07 par:pas; -fouilla fouiller ver 42.37 47.16 0.01 5.27 ind:pas:3s; -fouillai fouiller ver 42.37 47.16 0.01 0.47 ind:pas:1s; -fouillaient fouiller ver 42.37 47.16 0.08 1.76 ind:imp:3p; -fouillais fouiller ver 42.37 47.16 0.37 0.95 ind:imp:1s;ind:imp:2s; -fouillait fouiller ver 42.37 47.16 0.37 5.81 ind:imp:3s; -fouillant fouiller ver 42.37 47.16 1.43 5.14 par:pre; -fouillasse fouiller ver 42.37 47.16 0.00 0.07 sub:imp:1s; -fouille fouiller ver 42.37 47.16 6.09 7.23 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -fouillent fouiller ver 42.37 47.16 1.46 1.82 ind:pre:3p; -fouiller fouiller ver 42.37 47.16 12.87 11.76 inf; -fouillera fouiller ver 42.37 47.16 0.30 0.07 ind:fut:3s; -fouillerai fouiller ver 42.37 47.16 0.10 0.07 ind:fut:1s; -fouillerais fouiller ver 42.37 47.16 0.03 0.00 cnd:pre:1s; -fouillerait fouiller ver 42.37 47.16 0.17 0.07 cnd:pre:3s; -fouilleras fouiller ver 42.37 47.16 0.03 0.00 ind:fut:2s; -fouillerons fouiller ver 42.37 47.16 0.07 0.00 ind:fut:1p; -fouilleront fouiller ver 42.37 47.16 0.10 0.00 ind:fut:3p; -fouilles fouille nom f p 5.00 11.28 1.81 4.53 -fouillette fouillette nom f s 0.00 0.20 0.00 0.20 -fouilleur fouilleur nom m s 0.05 0.41 0.03 0.27 -fouilleurs fouilleur adj m p 0.03 0.07 0.01 0.07 -fouilleuse fouilleur nom f s 0.05 0.41 0.03 0.07 -fouillez fouiller ver 42.37 47.16 6.79 0.41 imp:pre:2p;ind:pre:2p; -fouilliez fouiller ver 42.37 47.16 0.21 0.00 ind:imp:2p; -fouillis fouillis nom m 0.81 7.16 0.81 7.16 -fouillons fouiller ver 42.37 47.16 0.61 0.07 imp:pre:1p;ind:pre:1p; -fouillèrent fouiller ver 42.37 47.16 0.01 0.81 ind:pas:3p; -fouillé fouiller ver m s 42.37 47.16 8.89 4.05 par:pas; -fouillée fouiller ver f s 42.37 47.16 0.85 0.74 par:pas; -fouillées fouiller ver f p 42.37 47.16 0.07 0.27 par:pas; -fouillés fouiller ver m p 42.37 47.16 0.51 0.27 par:pas; -fouinaient fouiner ver 5.54 2.43 0.02 0.20 ind:imp:3p; -fouinais fouiner ver 5.54 2.43 0.17 0.07 ind:imp:1s;ind:imp:2s; -fouinait fouiner ver 5.54 2.43 0.19 0.47 ind:imp:3s; -fouinant fouiner ver 5.54 2.43 0.05 0.20 par:pre; -fouinard fouinard nom m s 0.13 0.00 0.11 0.00 -fouinards fouinard nom m p 0.13 0.00 0.02 0.00 -fouine fouine nom f s 2.87 2.43 2.45 1.89 -fouinent fouiner ver 5.54 2.43 0.36 0.07 ind:pre:3p; -fouiner fouiner ver 5.54 2.43 3.31 1.08 inf; -fouinera fouiner ver 5.54 2.43 0.01 0.00 ind:fut:3s; -fouineriez fouiner ver 5.54 2.43 0.01 0.00 cnd:pre:2p; -fouines fouine nom f p 2.87 2.43 0.42 0.54 -fouineur fouineur nom m s 0.80 0.07 0.23 0.07 -fouineurs fouineur nom m p 0.80 0.07 0.27 0.00 -fouineuse fouineur nom f s 0.80 0.07 0.29 0.00 -fouinez fouiner ver 5.54 2.43 0.14 0.07 imp:pre:2p;ind:pre:2p; -fouiniez fouiner ver 5.54 2.43 0.03 0.00 ind:imp:2p; -fouiné fouiner ver m s 5.54 2.43 0.39 0.00 par:pas; -fouir fouir ver 0.04 0.95 0.00 0.20 inf; -fouissait fouir ver 0.04 0.95 0.00 0.07 ind:imp:3s; -fouissant fouir ver 0.04 0.95 0.00 0.07 par:pre; -fouissent fouir ver 0.04 0.95 0.00 0.07 ind:pre:3p; -fouisseur fouisseur adj m s 0.01 0.34 0.01 0.07 -fouisseurs fouisseur adj m p 0.01 0.34 0.00 0.07 -fouisseuse fouisseur adj f s 0.01 0.34 0.00 0.14 -fouisseuses fouisseur adj f p 0.01 0.34 0.00 0.07 -fouit fouir ver 0.04 0.95 0.01 0.07 ind:pre:3s; -foula fouler ver 3.06 9.59 0.04 0.14 ind:pas:3s; -foulage foulage nom m s 0.00 0.07 0.00 0.07 -foulaient fouler ver 3.06 9.59 0.00 0.61 ind:imp:3p; -foulais fouler ver 3.06 9.59 0.05 0.27 ind:imp:1s; -foulait fouler ver 3.06 9.59 0.14 0.41 ind:imp:3s; -foulant fouler ver 3.06 9.59 0.13 1.01 par:pre; -foulard foulard nom m s 4.44 19.19 3.94 15.95 -foulards foulard nom m p 4.44 19.19 0.50 3.24 -foulbé foulbé adj s 0.00 0.07 0.00 0.07 -foule foule nom f s 27.81 112.30 25.95 101.62 -foulent fouler ver 3.06 9.59 0.16 0.27 ind:pre:3p; -fouler fouler ver 3.06 9.59 0.65 2.57 inf; -foulera fouler ver 3.06 9.59 0.04 0.00 ind:fut:3s; -fouleraient fouler ver 3.06 9.59 0.00 0.07 cnd:pre:3p; -foulerait fouler ver 3.06 9.59 0.00 0.07 cnd:pre:3s; -foulerez fouler ver 3.06 9.59 0.03 0.00 ind:fut:2p; -foules foule nom f p 27.81 112.30 1.86 10.68 -fouleur fouleur nom m s 0.01 0.00 0.01 0.00 -foulions fouler ver 3.06 9.59 0.01 0.14 ind:imp:1p; -fouloir fouloir nom m s 0.00 0.14 0.00 0.14 -foulon foulon nom m s 0.14 0.00 0.14 0.00 -foulons fouler ver 3.06 9.59 0.11 0.14 ind:pre:1p; -foulque foulque nom f s 0.03 0.07 0.01 0.00 -foulques foulque nom f p 0.03 0.07 0.01 0.07 -foulèrent fouler ver 3.06 9.59 0.04 0.20 ind:pas:3p; -foulé fouler ver m s 3.06 9.59 1.11 1.49 par:pas; -foulée foulée nom f s 0.56 7.30 0.50 5.34 -foulées foulée nom f p 0.56 7.30 0.06 1.96 -foulure foulure nom f s 0.21 0.20 0.17 0.20 -foulures foulure nom f p 0.21 0.20 0.03 0.00 -foulés fouler ver m p 3.06 9.59 0.03 0.41 par:pas; -foëne foëne nom f s 0.00 0.07 0.00 0.07 -four four nom m s 15.44 28.99 13.95 25.07 -fourbais fourber ver 0.00 0.14 0.00 0.07 ind:imp:1s; -fourbe fourbe adj s 1.70 1.08 1.32 0.68 -fourber fourber ver 0.00 0.14 0.00 0.07 inf; -fourberie fourberie nom f s 0.65 1.28 0.52 0.88 -fourberies fourberie nom f p 0.65 1.28 0.14 0.41 -fourbes fourbe nom p 1.52 0.81 0.41 0.20 -fourbi fourbi nom m s 0.78 3.18 0.77 2.91 -fourbie fourbir ver f s 0.03 1.55 0.00 0.07 par:pas; -fourbir fourbir ver 0.03 1.55 0.01 0.34 inf; -fourbis fourbi nom m p 0.78 3.18 0.01 0.27 -fourbissaient fourbir ver 0.03 1.55 0.00 0.14 ind:imp:3p; -fourbissais fourbir ver 0.03 1.55 0.00 0.07 ind:imp:1s; -fourbissait fourbir ver 0.03 1.55 0.00 0.27 ind:imp:3s; -fourbissant fourbir ver 0.03 1.55 0.00 0.20 par:pre; -fourbit fourbir ver 0.03 1.55 0.01 0.14 ind:pre:3s; -fourbu fourbu adj m s 0.42 6.01 0.12 2.84 -fourbue fourbu adj f s 0.42 6.01 0.14 0.81 -fourbues fourbu adj f p 0.42 6.01 0.01 0.74 -fourbus fourbu adj m p 0.42 6.01 0.16 1.62 -fourcha fourcher ver 0.33 0.27 0.00 0.14 ind:pas:3s; -fourche fourche nom f s 1.57 8.18 1.21 5.61 -fourchent fourcher ver 0.33 0.27 0.01 0.00 ind:pre:3p; -fourcher fourcher ver 0.33 0.27 0.03 0.00 inf; -fourches fourche nom f p 1.57 8.18 0.36 2.57 -fourchet fourchet nom m s 0.00 0.14 0.00 0.07 -fourchets fourchet nom m p 0.00 0.14 0.00 0.07 -fourchette fourchette nom f s 5.85 14.19 4.98 10.95 -fourchettes fourchette nom f p 5.85 14.19 0.87 3.24 -fourchez fourcher ver 0.33 0.27 0.03 0.00 imp:pre:2p; -fourché fourcher ver m s 0.33 0.27 0.15 0.14 par:pas; -fourchu fourchu adj m s 0.75 1.42 0.17 0.27 -fourchée fourcher ver f s 0.33 0.27 0.01 0.00 par:pas; -fourchue fourchu adj f s 0.75 1.42 0.20 0.54 -fourchues fourchu adj f p 0.75 1.42 0.01 0.07 -fourchures fourchure nom f p 0.00 0.14 0.00 0.14 -fourchus fourchu adj m p 0.75 1.42 0.37 0.54 -fourgon fourgon nom m s 8.69 7.70 7.87 5.14 -fourgonnait fourgonner ver 0.00 0.61 0.00 0.14 ind:imp:3s; -fourgonnas fourgonner ver 0.00 0.61 0.00 0.07 ind:pas:2s; -fourgonne fourgonner ver 0.00 0.61 0.00 0.07 ind:pre:3s; -fourgonner fourgonner ver 0.00 0.61 0.00 0.34 inf; -fourgonnette fourgonnette nom f s 1.31 1.76 1.26 1.62 -fourgonnettes fourgonnette nom f p 1.31 1.76 0.05 0.14 -fourgons fourgon nom m p 8.69 7.70 0.82 2.57 -fourguais fourguer ver 2.47 5.07 0.03 0.07 ind:imp:1s; -fourguait fourguer ver 2.47 5.07 0.02 0.61 ind:imp:3s; -fourguant fourguer ver 2.47 5.07 0.03 0.20 par:pre; -fourgue fourguer ver 2.47 5.07 0.28 0.74 imp:pre:2s;ind:pre:1s;ind:pre:3s; -fourguent fourguer ver 2.47 5.07 0.16 0.14 ind:pre:3p; -fourguer fourguer ver 2.47 5.07 1.10 1.82 inf; -fourgueraient fourguer ver 2.47 5.07 0.00 0.07 cnd:pre:3p; -fourguerais fourguer ver 2.47 5.07 0.00 0.07 cnd:pre:1s; -fourguerait fourguer ver 2.47 5.07 0.00 0.07 cnd:pre:3s; -fourgues fourguer ver 2.47 5.07 0.06 0.00 ind:pre:2s; -fourguez fourguer ver 2.47 5.07 0.02 0.00 ind:pre:2p; -fourgué fourguer ver m s 2.47 5.07 0.59 0.88 par:pas; -fourguée fourguer ver f s 2.47 5.07 0.15 0.20 par:pas; -fourguées fourguer ver f p 2.47 5.07 0.01 0.07 par:pas; -fourgués fourguer ver m p 2.47 5.07 0.02 0.14 par:pas; -fourme fourme nom f s 0.00 0.41 0.00 0.34 -fourmes fourme nom f p 0.00 0.41 0.00 0.07 -fourmi_lion fourmi_lion nom m s 0.00 0.14 0.00 0.07 -fourmi fourmi nom f s 9.61 12.77 2.78 5.14 -fourmilier fourmilier nom m s 1.10 3.11 0.12 0.07 -fourmilion fourmilion nom m s 0.00 0.14 0.00 0.14 -fourmilière fourmilier nom f s 1.10 3.11 0.98 2.84 -fourmilières fourmilière nom f p 0.01 0.00 0.01 0.00 -fourmillaient fourmiller ver 0.53 3.18 0.00 0.20 ind:imp:3p; -fourmillait fourmiller ver 0.53 3.18 0.00 0.74 ind:imp:3s; -fourmillant fourmiller ver 0.53 3.18 0.00 0.47 par:pre; -fourmillante fourmillant adj f s 0.00 1.15 0.00 0.81 -fourmillants fourmillant adj m p 0.00 1.15 0.00 0.20 -fourmille fourmiller ver 0.53 3.18 0.42 0.68 ind:pre:1s;ind:pre:3s; -fourmillement fourmillement nom m s 0.16 2.36 0.07 1.82 -fourmillements fourmillement nom m p 0.16 2.36 0.08 0.54 -fourmillent fourmiller ver 0.53 3.18 0.09 0.47 ind:pre:3p; -fourmiller fourmiller ver 0.53 3.18 0.01 0.54 inf; -fourmillé fourmiller ver m s 0.53 3.18 0.00 0.07 par:pas; -fourmi_lion fourmi_lion nom m p 0.00 0.14 0.00 0.07 -fourmis fourmi nom f p 9.61 12.77 6.83 7.64 -fournîmes fournir ver 25.67 56.28 0.00 0.07 ind:pas:1p; -fournît fournir ver 25.67 56.28 0.00 0.14 sub:imp:3s; -fournaise fournaise nom f s 0.62 3.18 0.59 3.04 -fournaises fournaise nom f p 0.62 3.18 0.03 0.14 -fourneau fourneau nom m s 1.96 15.34 1.13 12.30 -fourneaux fourneau nom m p 1.96 15.34 0.83 3.04 -fourni fournir ver m s 25.67 56.28 4.21 8.11 par:pas; -fournie fournir ver f s 25.67 56.28 0.59 1.69 par:pas; -fournier fournier nom m s 0.00 0.07 0.00 0.07 -fournies fournir ver f p 25.67 56.28 0.42 1.42 par:pas; -fournil fournil nom m s 0.26 3.92 0.26 3.92 -fourniment fourniment nom m s 0.13 1.01 0.13 0.88 -fourniments fourniment nom m p 0.13 1.01 0.00 0.14 -fournir fournir ver 25.67 56.28 8.43 19.46 inf; -fournira fournir ver 25.67 56.28 1.18 0.81 ind:fut:3s; -fournirai fournir ver 25.67 56.28 0.43 0.07 ind:fut:1s; -fourniraient fournir ver 25.67 56.28 0.00 0.47 cnd:pre:3p; -fournirait fournir ver 25.67 56.28 0.29 1.08 cnd:pre:3s; -fournirent fournir ver 25.67 56.28 0.00 0.47 ind:pas:3p; -fournirez fournir ver 25.67 56.28 0.24 0.14 ind:fut:2p; -fournirons fournir ver 25.67 56.28 0.22 0.00 ind:fut:1p; -fourniront fournir ver 25.67 56.28 0.06 0.27 ind:fut:3p; -fournis fournir ver m p 25.67 56.28 2.11 3.72 imp:pre:2s;ind:pre:1s;ind:pre:2s;par:pas; -fournissaient fournir ver 25.67 56.28 0.28 2.16 ind:imp:3p; -fournissais fournir ver 25.67 56.28 0.08 0.34 ind:imp:1s;ind:imp:2s; -fournissait fournir ver 25.67 56.28 0.87 5.47 ind:imp:3s; -fournissant fournir ver 25.67 56.28 0.18 1.22 par:pre; -fournisse fournir ver 25.67 56.28 0.13 0.07 sub:pre:1s;sub:pre:3s; -fournissent fournir ver 25.67 56.28 0.77 1.89 ind:pre:3p; -fournisseur fournisseur nom m s 4.75 4.39 2.62 1.76 -fournisseurs fournisseur nom m p 4.75 4.39 2.13 2.57 -fournisseuses fournisseur nom f p 4.75 4.39 0.00 0.07 -fournissez fournir ver 25.67 56.28 1.31 0.20 imp:pre:2p;ind:pre:2p; -fournissiez fournir ver 25.67 56.28 0.14 0.07 ind:imp:2p; -fournissions fournir ver 25.67 56.28 0.02 0.20 ind:imp:1p; -fournissons fournir ver 25.67 56.28 0.65 0.20 imp:pre:1p;ind:pre:1p; -fournit fournir ver 25.67 56.28 3.04 6.55 ind:pre:3s;ind:pas:3s; -fourniture fourniture nom f s 2.04 2.77 0.16 0.61 -fournitures fourniture nom f p 2.04 2.77 1.88 2.16 -fournée fournée nom f s 0.47 2.36 0.46 1.82 -fournées fournée nom f p 0.47 2.36 0.01 0.54 -fourra fourrer ver 14.05 23.58 0.12 2.77 ind:pas:3s; -fourrage fourrage nom m s 0.63 2.30 0.58 1.89 -fourragea fourrager ver 0.03 3.99 0.00 0.74 ind:pas:3s; -fourrageaient fourrager ver 0.03 3.99 0.00 0.07 ind:imp:3p; -fourrageais fourrager ver 0.03 3.99 0.00 0.07 ind:imp:2s; -fourrageait fourrager ver 0.03 3.99 0.00 0.88 ind:imp:3s; -fourrageant fourrager ver 0.03 3.99 0.00 0.61 par:pre; -fourragement fourragement nom m s 0.00 0.07 0.00 0.07 -fourrager fourrager ver 0.03 3.99 0.02 0.61 inf; -fourragerait fourrager ver 0.03 3.99 0.00 0.07 cnd:pre:3s; -fourrages fourrage nom m p 0.63 2.30 0.05 0.41 -fourrageurs fourrageur nom m p 0.00 0.27 0.00 0.27 -fourragère fourrager adj f s 0.14 0.41 0.14 0.14 -fourragères fourrager adj f p 0.14 0.41 0.00 0.20 -fourragé fourrager ver m s 0.03 3.99 0.00 0.20 par:pas; -fourrai fourrer ver 14.05 23.58 0.00 0.74 ind:pas:1s; -fourraient fourrer ver 14.05 23.58 0.12 0.34 ind:imp:3p; -fourrais fourrer ver 14.05 23.58 0.06 0.14 ind:imp:1s;ind:imp:2s; -fourrait fourrer ver 14.05 23.58 0.25 1.55 ind:imp:3s; -fourrant fourrer ver 14.05 23.58 0.07 1.15 par:pre; -fourre_tout fourre_tout nom m 0.28 0.54 0.28 0.54 -fourre fourrer ver 14.05 23.58 2.86 2.57 imp:pre:2s;ind:pre:1s;ind:pre:3s; -fourreau fourreau nom m s 0.79 4.32 0.78 3.85 -fourreaux fourreau nom m p 0.79 4.32 0.01 0.47 -fourrent fourrer ver 14.05 23.58 0.17 0.54 ind:pre:3p; -fourrer fourrer ver 14.05 23.58 4.36 6.82 inf;; -fourrerai fourrer ver 14.05 23.58 0.19 0.07 ind:fut:1s; -fourreur fourreur nom m s 0.08 0.68 0.07 0.61 -fourreurs fourreur nom m p 0.08 0.68 0.01 0.07 -fourrez fourrer ver 14.05 23.58 0.35 0.14 imp:pre:2p;ind:pre:2p; -fourrier fourrier nom m s 0.01 1.82 0.01 1.69 -fourriers fourrier nom m p 0.01 1.82 0.00 0.14 -fourriez fourrer ver 14.05 23.58 0.03 0.00 ind:imp:2p; -fourrions fourrer ver 14.05 23.58 0.00 0.14 ind:imp:1p; -fourrière fourrière nom f s 2.83 0.81 2.83 0.81 -fourrons fourrer ver 14.05 23.58 0.04 0.07 imp:pre:1p;ind:pre:1p; -fourrât fourrer ver 14.05 23.58 0.00 0.07 sub:imp:3s; -fourrèrent fourrer ver 14.05 23.58 0.00 0.07 ind:pas:3p; -fourré fourrer ver m s 14.05 23.58 3.42 3.51 par:pas; -fourrée fourrer ver f s 14.05 23.58 1.24 1.28 par:pas; -fourrées fourré adj f p 2.60 5.47 0.17 0.54 -fourrure fourrure nom f s 7.53 21.42 5.56 16.89 -fourrures fourrure nom f p 7.53 21.42 1.97 4.53 -fourrés fourré nom m p 1.18 15.00 0.72 6.15 -fours four nom m p 15.44 28.99 1.48 3.92 -fourvoie fourvoyer ver 0.52 2.57 0.04 0.27 imp:pre:2s;ind:pre:3s; -fourvoiement fourvoiement nom m s 0.00 0.14 0.00 0.07 -fourvoiements fourvoiement nom m p 0.00 0.14 0.00 0.07 -fourvoient fourvoyer ver 0.52 2.57 0.01 0.00 ind:pre:3p; -fourvoierais fourvoyer ver 0.52 2.57 0.00 0.07 cnd:pre:1s; -fourvoierait fourvoyer ver 0.52 2.57 0.00 0.07 cnd:pre:3s; -fourvoyaient fourvoyer ver 0.52 2.57 0.00 0.14 ind:imp:3p; -fourvoyait fourvoyer ver 0.52 2.57 0.00 0.07 ind:imp:3s; -fourvoyant fourvoyer ver 0.52 2.57 0.01 0.14 par:pre; -fourvoyer fourvoyer ver 0.52 2.57 0.14 0.20 inf; -fourvoyâmes fourvoyer ver 0.52 2.57 0.00 0.07 ind:pas:1p; -fourvoyé fourvoyer ver m s 0.52 2.57 0.11 0.88 par:pas; -fourvoyée fourvoyer ver f s 0.52 2.57 0.04 0.20 par:pas; -fourvoyées fourvoyé adj f p 0.04 0.41 0.01 0.00 -fourvoyés fourvoyer ver m p 0.52 2.57 0.17 0.27 par:pas; -fous foutre ver 400.67 172.30 133.75 34.46 ind:pre:1p;ind:pre:1s;ind:pre:2s; -fout foutre ver 400.67 172.30 51.51 25.20 ind:pre:3s; -foutît foutre ver 400.67 172.30 0.00 0.07 sub:imp:3s; -fouta fouta nom s 0.01 0.07 0.01 0.07 -foutaient foutre ver 400.67 172.30 0.61 1.96 ind:imp:3p; -foutais foutre ver 400.67 172.30 4.42 3.72 ind:imp:1s;ind:imp:2s; -foutaise foutaise nom f s 8.66 2.70 1.80 0.74 -foutaises foutaise nom f p 8.66 2.70 6.86 1.96 -foutait foutre ver 400.67 172.30 2.80 11.69 ind:imp:3s; -foutant foutre ver 400.67 172.30 0.18 0.81 par:pre; -foute foutre ver 400.67 172.30 3.35 3.99 sub:pre:1s;sub:pre:3s; -foutent foutre ver 400.67 172.30 8.34 7.36 ind:pre:3p; -fouterie fouterie nom f s 0.00 0.34 0.00 0.20 -fouteries fouterie nom f p 0.00 0.34 0.00 0.14 -foutes foutre ver 400.67 172.30 0.27 0.00 sub:pre:2s; -fouteur fouteur nom m s 0.54 0.07 0.46 0.07 -fouteurs fouteur nom m p 0.54 0.07 0.07 0.00 -foutez foutre ver 400.67 172.30 32.65 7.57 imp:pre:2p;ind:pre:2p; -foutiez foutre ver 400.67 172.30 0.56 0.14 ind:imp:2p; -foutions foutre ver 400.67 172.30 0.00 0.07 ind:imp:1p; -foutit foutre ver 400.67 172.30 0.00 0.14 ind:pas:3s; -foutoir foutoir nom m s 2.15 1.62 2.15 1.49 -foutoirs foutoir nom m p 2.15 1.62 0.00 0.14 -foutons foutre ver 400.67 172.30 1.68 0.34 imp:pre:1p;ind:pre:1p; -foutra foutre ver 400.67 172.30 1.58 1.42 ind:fut:3s; -foutrai foutre ver 400.67 172.30 0.85 1.15 ind:fut:1s; -foutraient foutre ver 400.67 172.30 0.08 0.20 cnd:pre:3p; -foutrais foutre ver 400.67 172.30 1.48 1.35 cnd:pre:1s;cnd:pre:2s; -foutrait foutre ver 400.67 172.30 0.60 1.01 cnd:pre:3s; -foutral foutral adj m s 0.05 0.20 0.05 0.14 -foutrale foutral adj f s 0.05 0.20 0.00 0.07 -foutraque foutraque adj m s 0.01 0.07 0.01 0.07 -foutras foutre ver 400.67 172.30 0.24 0.20 ind:fut:2s; -foutre foutre ver 400.67 172.30 97.99 42.70 inf;; -foutrement foutrement adv 1.24 0.61 1.24 0.61 -foutrerie foutrerie nom f s 0.01 0.00 0.01 0.00 -foutrez foutre ver 400.67 172.30 0.20 0.14 ind:fut:2p; -foutriquet foutriquet nom m s 0.04 0.20 0.04 0.14 -foutriquets foutriquet nom m p 0.04 0.20 0.00 0.07 -foutrons foutre ver 400.67 172.30 0.02 0.07 ind:fut:1p; -foutront foutre ver 400.67 172.30 0.16 0.27 ind:fut:3p; -foutu foutre ver m s 400.67 172.30 41.96 19.05 par:pas; -foutue foutu adj f s 33.23 16.76 10.35 6.22 -foutues foutu adj f p 33.23 16.76 2.50 0.74 -foutument foutument adv 0.03 0.20 0.03 0.20 -foutus foutre ver m p 400.67 172.30 6.54 2.91 par:pas; -fox_terrier fox_terrier nom m s 0.04 0.47 0.04 0.41 -fox_terrier fox_terrier nom m p 0.04 0.47 0.00 0.07 -fox_trot fox_trot nom m 0.50 1.62 0.50 1.62 -fox fox nom m 0.48 0.41 0.48 0.41 -foyard foyard nom m s 0.00 0.27 0.00 0.20 -foyards foyard nom m p 0.00 0.27 0.00 0.07 -foyer foyer nom m s 28.95 30.88 25.57 25.81 -foyers foyer nom m p 28.95 30.88 3.38 5.07 -frôla frôler ver 4.45 25.41 0.03 2.30 ind:pas:3s; -frôlai frôler ver 4.45 25.41 0.00 0.34 ind:pas:1s; -frôlaient frôler ver 4.45 25.41 0.01 1.49 ind:imp:3p; -frôlais frôler ver 4.45 25.41 0.00 0.27 ind:imp:1s; -frôlait frôler ver 4.45 25.41 0.14 3.18 ind:imp:3s; -frôlant frôler ver 4.45 25.41 0.14 3.72 par:pre; -frôle frôler ver 4.45 25.41 0.88 4.05 imp:pre:2s;ind:pre:1s;ind:pre:3s; -frôlement frôlement nom m s 0.11 6.01 0.11 3.85 -frôlements frôlement nom m p 0.11 6.01 0.00 2.16 -frôlent frôler ver 4.45 25.41 0.14 1.62 ind:pre:3p; -frôler frôler ver 4.45 25.41 0.68 4.19 inf; -frôlerais frôler ver 4.45 25.41 0.00 0.07 cnd:pre:1s; -frôlerait frôler ver 4.45 25.41 0.00 0.14 cnd:pre:3s; -frôles frôler ver 4.45 25.41 0.04 0.07 ind:pre:2s; -frôleur frôleur adj m s 0.00 0.74 0.00 0.34 -frôleurs frôleur nom m p 0.01 0.07 0.01 0.07 -frôleuse frôleur adj f s 0.00 0.74 0.00 0.20 -frôleuses frôleur adj f p 0.00 0.74 0.00 0.14 -frôlez frôler ver 4.45 25.41 0.20 0.00 imp:pre:2p;ind:pre:2p; -frôlions frôler ver 4.45 25.41 0.00 0.14 ind:imp:1p; -frôlons frôler ver 4.45 25.41 0.02 0.27 ind:pre:1p; -frôlât frôler ver 4.45 25.41 0.01 0.00 sub:imp:3s; -frôlèrent frôler ver 4.45 25.41 0.00 0.34 ind:pas:3p; -frôlé frôler ver m s 4.45 25.41 1.80 2.09 par:pas; -frôlée frôler ver f s 4.45 25.41 0.16 0.54 par:pas; -frôlées frôler ver f p 4.45 25.41 0.00 0.14 par:pas; -frôlés frôler ver m p 4.45 25.41 0.21 0.47 par:pas; -fra fra nom m s 0.93 0.34 0.93 0.34 -fraîche frais adj f s 46.43 111.69 13.59 42.91 -fraîchement fraîchement adv 1.17 8.31 1.17 8.31 -fraîches frais adj f p 46.43 111.69 5.44 12.57 -fraîcheur fraîcheur nom f s 3.24 35.47 3.24 35.00 -fraîcheurs fraîcheur nom f p 3.24 35.47 0.00 0.47 -fraîchi fraîchir ver m s 0.29 2.43 0.02 0.61 par:pas; -fraîchir fraîchir ver 0.29 2.43 0.01 0.34 inf; -fraîchira fraîchir ver 0.29 2.43 0.00 0.14 ind:fut:3s; -fraîchissait fraîchir ver 0.29 2.43 0.00 0.61 ind:imp:3s; -fraîchissant fraîchir ver 0.29 2.43 0.00 0.27 par:pre; -fraîchissent fraîchir ver 0.29 2.43 0.01 0.07 ind:pre:3p; -fraîchit fraîchir ver 0.29 2.43 0.25 0.41 ind:pre:3s;ind:pas:3s; -frac frac nom m s 0.89 2.23 0.77 1.96 -fracas fracas nom m 4.17 18.18 4.17 18.18 -fracassa fracasser ver 3.85 7.84 0.00 0.74 ind:pas:3s; -fracassaient fracasser ver 3.85 7.84 0.02 0.68 ind:imp:3p; -fracassait fracasser ver 3.85 7.84 0.01 0.27 ind:imp:3s; -fracassant fracassant adj m s 0.58 2.16 0.24 0.88 -fracassante fracassant adj f s 0.58 2.16 0.23 0.95 -fracassantes fracassant adj f p 0.58 2.16 0.05 0.14 -fracassants fracassant adj m p 0.58 2.16 0.06 0.20 -fracasse fracasser ver 3.85 7.84 0.60 0.74 imp:pre:2s;ind:pre:1s;ind:pre:3s; -fracassent fracasser ver 3.85 7.84 0.05 0.14 ind:pre:3p; -fracasser fracasser ver 3.85 7.84 0.91 2.23 inf; -fracassera fracasser ver 3.85 7.84 0.16 0.00 ind:fut:3s; -fracasserait fracasser ver 3.85 7.84 0.00 0.14 cnd:pre:3s; -fracassez fracasser ver 3.85 7.84 0.04 0.00 imp:pre:2p; -fracassât fracasser ver 3.85 7.84 0.00 0.07 sub:imp:3s; -fracassé fracasser ver m s 3.85 7.84 1.43 0.81 par:pas; -fracassée fracasser ver f s 3.85 7.84 0.56 0.41 par:pas; -fracassées fracasser ver f p 3.85 7.84 0.03 0.27 par:pas; -fracassés fracasser ver m p 3.85 7.84 0.02 0.34 par:pas; -fracs frac nom m p 0.89 2.23 0.12 0.27 -fractal fractal adj m s 0.34 0.00 0.05 0.00 -fractale fractal adj f s 0.34 0.00 0.12 0.00 -fractales fractal adj f p 0.34 0.00 0.17 0.00 -fraction fraction nom f s 2.03 10.88 1.34 6.76 -fractionnait fractionner ver 0.07 0.54 0.00 0.07 ind:imp:3s; -fractionnant fractionner ver 0.07 0.54 0.00 0.14 par:pre; -fractionne fractionner ver 0.07 0.54 0.02 0.07 ind:pre:3s; -fractionnel fractionnel adj m s 0.00 0.14 0.00 0.07 -fractionnelles fractionnel adj f p 0.00 0.14 0.00 0.07 -fractionnement fractionnement nom m s 0.00 0.20 0.00 0.20 -fractionner fractionner ver 0.07 0.54 0.02 0.14 inf; -fractionné fractionner ver m s 0.07 0.54 0.00 0.07 par:pas; -fractionnée fractionner ver f s 0.07 0.54 0.01 0.00 par:pas; -fractionnées fractionner ver f p 0.07 0.54 0.01 0.07 par:pas; -fractions fraction nom f p 2.03 10.88 0.69 4.12 -fractura fracturer ver 1.75 1.22 0.00 0.27 ind:pas:3s; -fracturant fracturer ver 1.75 1.22 0.00 0.20 par:pre; -fracture fracture nom f s 7.88 2.57 5.62 1.82 -fracturent fracturer ver 1.75 1.22 0.10 0.00 ind:pre:3p; -fracturer fracturer ver 1.75 1.22 0.27 0.47 inf; -fractures fracture nom f p 7.88 2.57 2.26 0.74 -fracturé fracturer ver m s 1.75 1.22 0.80 0.14 par:pas; -fracturée fracturer ver f s 1.75 1.22 0.29 0.07 par:pas; -fracturées fracturé adj f p 0.79 0.34 0.04 0.00 -fracturés fracturé adj m p 0.79 0.34 0.09 0.07 -fractus fractus nom m 0.00 0.07 0.00 0.07 -fragile fragile adj s 15.89 45.34 12.94 35.68 -fragilement fragilement adv 0.00 0.07 0.00 0.07 -fragiles fragile adj p 15.89 45.34 2.95 9.66 -fragilise fragiliser ver 0.14 0.07 0.04 0.07 ind:pre:3s; -fragiliser fragiliser ver 0.14 0.07 0.02 0.00 inf; -fragilisé fragiliser ver m s 0.14 0.07 0.04 0.00 par:pas; -fragilisée fragiliser ver f s 0.14 0.07 0.03 0.00 par:pas; -fragilisés fragiliser ver m p 0.14 0.07 0.01 0.00 par:pas; -fragilité fragilité nom f s 1.19 8.65 1.18 8.31 -fragilités fragilité nom f p 1.19 8.65 0.01 0.34 -fragment fragment nom m s 4.57 15.88 1.58 6.01 -fragmentaient fragmenter ver 0.31 0.74 0.00 0.14 ind:imp:3p; -fragmentaire fragmentaire adj s 0.02 1.69 0.01 0.61 -fragmentaires fragmentaire adj p 0.02 1.69 0.01 1.08 -fragmentait fragmenter ver 0.31 0.74 0.00 0.07 ind:imp:3s; -fragmentant fragmenter ver 0.31 0.74 0.01 0.00 par:pre; -fragmentation fragmentation nom f s 0.77 0.14 0.77 0.14 -fragmente fragmenter ver 0.31 0.74 0.07 0.20 imp:pre:2s;ind:pre:1s;ind:pre:3s; -fragmentent fragmenter ver 0.31 0.74 0.02 0.07 ind:pre:3p; -fragmenter fragmenter ver 0.31 0.74 0.03 0.00 inf; -fragments fragment nom m p 4.57 15.88 2.99 9.86 -fragmentèrent fragmenter ver 0.31 0.74 0.00 0.07 ind:pas:3p; -fragmenté fragmenter ver m s 0.31 0.74 0.07 0.07 par:pas; -fragmentée fragmenter ver f s 0.31 0.74 0.07 0.14 par:pas; -fragmentées fragmenter ver f p 0.31 0.74 0.03 0.00 par:pas; -fragmentés fragmenté adj m p 0.05 0.27 0.01 0.14 -fragrance fragrance nom f s 0.30 1.08 0.29 0.68 -fragrances fragrance nom f p 0.30 1.08 0.01 0.41 -fragrant fragrant adj m s 0.00 0.07 0.00 0.07 -frai frai nom m s 0.03 0.07 0.03 0.07 -fraie frayer ver 2.54 11.55 0.08 0.61 ind:pre:1s;ind:pre:3s; -fraient frayer ver 2.54 11.55 0.01 0.14 ind:pre:3p; -fraies frayer ver 2.54 11.55 0.01 0.00 ind:pre:2s; -frairie frairie nom f s 0.00 0.41 0.00 0.41 -frais frais adj m 46.43 111.69 27.41 56.22 -fraise fraise nom f s 12.00 10.07 5.28 3.92 -fraiser fraiser ver 1.52 0.14 1.39 0.00 inf; -fraises fraise nom f p 12.00 10.07 6.72 6.15 -fraiseur_outilleur fraiseur_outilleur nom m s 0.00 0.07 0.00 0.07 -fraiseur fraiseur nom m s 0.07 0.27 0.00 0.07 -fraiseurs fraiseur nom m p 0.07 0.27 0.00 0.20 -fraiseuse fraiseur nom f s 0.07 0.27 0.07 0.00 -fraisier fraisier nom m s 0.28 0.68 0.14 0.20 -fraisiers fraisier nom m p 0.28 0.68 0.14 0.47 -fraisil fraisil nom m s 0.00 0.07 0.00 0.07 -fraisées fraiser ver f p 1.52 0.14 0.00 0.07 par:pas; -framboise framboise nom f s 2.50 4.86 1.95 3.92 -framboises framboise nom f p 2.50 4.86 0.55 0.95 -framboisier framboisier nom m s 0.27 0.47 0.27 0.00 -framboisiers framboisier nom m p 0.27 0.47 0.00 0.47 -franc_comtois franc_comtois nom m 0.00 0.07 0.00 0.07 -franc_comtois franc_comtois adj f s 0.00 0.07 0.00 0.07 -franc_jeu franc_jeu nom m s 0.56 0.00 0.56 0.00 -franc_maçon franc_maçon nom m s 0.94 2.09 0.38 0.54 -franc_maçon franc_maçon nom f s 0.94 2.09 0.00 0.27 -franc_maçonnerie franc_maçonnerie nom f s 0.17 0.81 0.17 0.81 -franc_parler franc_parler nom m s 0.53 0.27 0.53 0.27 -franc_tireur franc_tireur nom m s 0.64 2.30 0.10 0.81 -franc franc adj m s 21.67 23.45 12.84 10.95 -francatu francatu nom m s 0.00 0.07 0.00 0.07 -francfort francfort nom f s 0.10 0.14 0.07 0.07 -francforts francfort nom f p 0.10 0.14 0.03 0.07 -franchîmes franchir ver 18.93 64.80 0.14 0.14 ind:pas:1p; -franchît franchir ver 18.93 64.80 0.00 0.07 sub:imp:3s; -franche franc adj f s 21.67 23.45 5.93 7.03 -franchement franchement adv 35.09 28.24 35.09 28.24 -franches franc adj f p 21.67 23.45 0.53 1.96 -franchi franchir ver m s 18.93 64.80 4.49 12.09 par:pas; -franchie franchir ver f s 18.93 64.80 0.60 2.50 par:pas; -franchies franchir ver f p 18.93 64.80 0.17 0.54 par:pas; -franchir franchir ver 18.93 64.80 7.88 22.36 inf; -franchira franchir ver 18.93 64.80 0.46 0.47 ind:fut:3s; -franchirai franchir ver 18.93 64.80 0.25 0.14 ind:fut:1s; -franchiraient franchir ver 18.93 64.80 0.01 0.07 cnd:pre:3p; -franchirais franchir ver 18.93 64.80 0.01 0.07 cnd:pre:1s; -franchirait franchir ver 18.93 64.80 0.05 0.54 cnd:pre:3s; -franchiras franchir ver 18.93 64.80 0.09 0.00 ind:fut:2s; -franchirent franchir ver 18.93 64.80 0.01 1.55 ind:pas:3p; -franchirez franchir ver 18.93 64.80 0.12 0.00 ind:fut:2p; -franchirions franchir ver 18.93 64.80 0.03 0.07 cnd:pre:1p; -franchirons franchir ver 18.93 64.80 0.05 0.14 ind:fut:1p; -franchiront franchir ver 18.93 64.80 0.09 0.00 ind:fut:3p; -franchis franchir ver m p 18.93 64.80 0.99 2.70 imp:pre:2s;ind:pre:1s;ind:pre:2s;par:pas; -franchisage franchisage nom m s 0.03 0.00 0.03 0.00 -franchisant franchiser ver 0.17 0.00 0.01 0.00 par:pre; -franchise franchise nom f s 5.75 7.97 5.62 7.70 -franchiser franchiser ver 0.17 0.00 0.09 0.00 inf; -franchises franchise nom f p 5.75 7.97 0.14 0.27 -franchissables franchissable adj p 0.00 0.07 0.00 0.07 -franchissaient franchir ver 18.93 64.80 0.03 1.82 ind:imp:3p; -franchissais franchir ver 18.93 64.80 0.04 0.47 ind:imp:1s; -franchissait franchir ver 18.93 64.80 0.32 3.04 ind:imp:3s; -franchissant franchir ver 18.93 64.80 0.48 4.53 par:pre; -franchisse franchir ver 18.93 64.80 0.17 0.14 sub:pre:1s;sub:pre:3s; -franchissement franchissement nom m s 0.11 1.08 0.11 0.88 -franchissements franchissement nom m p 0.11 1.08 0.00 0.20 -franchissent franchir ver 18.93 64.80 0.27 0.81 ind:pre:3p; -franchissez franchir ver 18.93 64.80 0.29 0.00 imp:pre:2p;ind:pre:2p; -franchissions franchir ver 18.93 64.80 0.00 0.14 ind:imp:1p; -franchissons franchir ver 18.93 64.80 0.07 0.74 imp:pre:1p;ind:pre:1p; -franchisé franchiser ver m s 0.17 0.00 0.04 0.00 par:pas; -franchisée franchiser ver f s 0.17 0.00 0.03 0.00 par:pas; -franchit franchir ver 18.93 64.80 1.83 9.66 ind:pre:3s;ind:pas:3s; -franchouillard franchouillard adj m s 0.01 0.34 0.01 0.27 -franchouillarde franchouillard adj f s 0.01 0.34 0.00 0.07 -franchouillards franchouillard nom m p 0.00 0.41 0.00 0.34 -francisant franciser ver 0.00 0.68 0.00 0.07 par:pre; -francisation francisation nom f s 0.00 0.14 0.00 0.14 -franciscain franciscain adj m s 1.49 0.61 0.29 0.41 -franciscaine franciscain adj f s 1.49 0.61 0.14 0.07 -franciscains franciscain adj m p 1.49 0.61 1.07 0.14 -franciser franciser ver 0.00 0.68 0.00 0.20 inf; -francisque francisque nom f s 0.00 0.47 0.00 0.41 -francisques francisque nom f p 0.00 0.47 0.00 0.07 -francisé franciser ver m s 0.00 0.68 0.00 0.27 par:pas; -francisés franciser ver m p 0.00 0.68 0.00 0.14 par:pas; -francité francité nom f s 0.00 0.68 0.00 0.68 -franco_africain franco_africain adj m s 0.14 0.07 0.14 0.07 -franco_algérien franco_algérien adj f s 0.00 0.07 0.00 0.07 -franco_allemand franco_allemand adj m s 0.11 0.61 0.00 0.14 -franco_allemand franco_allemand adj f s 0.11 0.61 0.11 0.34 -franco_allemand franco_allemand adj f p 0.11 0.61 0.00 0.14 -franco_américain franco_américain adj m s 0.04 0.68 0.01 0.07 -franco_américain franco_américain adj f s 0.04 0.68 0.03 0.27 -franco_américain franco_américain adj f p 0.04 0.68 0.00 0.20 -franco_américain franco_américain adj m p 0.04 0.68 0.00 0.14 -franco_anglais franco_anglais adj m s 0.01 0.74 0.01 0.27 -franco_anglais franco_anglais adj f s 0.01 0.74 0.00 0.41 -franco_anglais franco_anglais nom f p 0.01 0.00 0.01 0.00 -franco_belge franco_belge adj f s 0.00 0.14 0.00 0.14 -franco_britannique franco_britannique adj f s 0.14 2.43 0.00 1.35 -franco_britannique franco_britannique adj p 0.14 2.43 0.14 1.08 -franco_canadien franco_canadien nom m s 0.01 0.00 0.01 0.00 -franco_chinois franco_chinois adj f p 0.00 0.07 0.00 0.07 -franco_italienne franco_italienne adj f s 0.01 0.00 0.01 0.00 -franco_japonais franco_japonais adj f s 0.01 0.00 0.01 0.00 -franco_libanais franco_libanais adj m p 0.00 0.14 0.00 0.14 -franco_mongol franco_mongol adj f s 0.00 0.14 0.00 0.14 -franco_polonais franco_polonais adj f s 0.00 0.07 0.00 0.07 -franco_russe franco_russe adj s 0.00 1.42 0.00 1.42 -franco_russe franco_russe nom p 0.00 0.20 0.00 0.07 -franco_soviétique franco_soviétique adj s 0.00 0.14 0.00 0.14 -franco_syrien franco_syrien adj m s 0.00 0.14 0.00 0.14 -franco_turque franco_turque adj f s 0.00 0.14 0.00 0.14 -franco_vietnamien franco_vietnamien adj m s 0.00 0.07 0.00 0.07 -franco franco adv_sup 3.87 2.70 3.87 2.70 -francomanie francomanie nom f s 0.00 0.07 0.00 0.07 -francophile francophile adj s 0.00 0.20 0.00 0.14 -francophiles francophile adj p 0.00 0.20 0.00 0.07 -francophilie francophilie nom f s 0.00 0.27 0.00 0.27 -francophobie francophobie nom f s 0.00 0.07 0.00 0.07 -francophone francophone adj s 0.12 0.74 0.10 0.61 -francophones francophone adj m p 0.12 0.74 0.02 0.14 -francophonie francophonie nom f s 0.00 0.20 0.00 0.20 -francs_bourgeois francs_bourgeois nom m p 0.00 0.20 0.00 0.20 -franc_maçon franc_maçon nom m p 0.94 2.09 0.57 1.28 -franc_tireur franc_tireur nom m p 0.64 2.30 0.54 1.49 -francs franc nom m p 17.64 82.84 16.43 78.11 -frange frange nom f s 0.97 13.45 0.69 8.04 -frangeaient franger ver 0.00 3.65 0.00 0.14 ind:imp:3p; -frangeait franger ver 0.00 3.65 0.00 0.20 ind:imp:3s; -frangeant franger ver 0.00 3.65 0.00 0.07 par:pre; -frangent franger ver 0.00 3.65 0.00 0.07 ind:pre:3p; -franges frange nom f p 0.97 13.45 0.28 5.41 -frangin frangin nom m s 9.03 18.78 7.29 7.43 -frangine frangin nom f s 9.03 18.78 1.30 6.28 -frangines frangin nom f p 9.03 18.78 0.11 2.91 -frangins frangin nom m p 9.03 18.78 0.34 2.16 -frangipane frangipane nom f s 0.00 0.34 0.00 0.14 -frangipanes frangipane nom f p 0.00 0.34 0.00 0.20 -frangipaniers frangipanier nom m p 0.00 0.07 0.00 0.07 -franglais franglais nom m 0.00 0.20 0.00 0.20 -frangé franger ver m s 0.00 3.65 0.00 0.81 par:pas; -frangée franger ver f s 0.00 3.65 0.00 0.68 par:pas; -frangées franger ver f p 0.00 3.65 0.00 0.74 par:pas; -frangés franger ver m p 0.00 3.65 0.00 0.81 par:pas; -frankaoui frankaoui nom s 0.00 0.07 0.00 0.07 -franklin franklin nom m s 0.04 0.07 0.04 0.07 -franque franque adj f s 0.00 4.53 0.00 3.58 -franques franque adj f p 0.00 4.53 0.00 0.95 -franquette franquette nom f s 0.32 0.88 0.32 0.88 -franquisme franquisme nom m s 0.50 0.07 0.50 0.07 -franquiste franquiste adj s 0.77 0.68 0.14 0.34 -franquistes franquiste nom p 0.90 0.54 0.80 0.47 -français français nom m s 39.49 164.59 34.94 148.72 -française français adj f s 43.06 298.85 11.03 105.07 -françaises français adj f p 43.06 298.85 2.25 45.07 -frapadingue frapadingue adj m s 0.06 0.27 0.05 0.20 -frapadingues frapadingue adj m p 0.06 0.27 0.01 0.07 -frappa frapper ver 160.04 168.31 1.64 21.49 ind:pas:3s; -frappadingue frappadingue adj m s 0.09 0.27 0.07 0.14 -frappadingues frappadingue adj m p 0.09 0.27 0.01 0.14 -frappai frapper ver 160.04 168.31 0.12 1.55 ind:pas:1s; -frappaient frapper ver 160.04 168.31 0.22 3.92 ind:imp:3p; -frappais frapper ver 160.04 168.31 1.05 0.61 ind:imp:1s;ind:imp:2s; -frappait frapper ver 160.04 168.31 2.86 17.97 ind:imp:3s; -frappant frapper ver 160.04 168.31 1.00 8.45 par:pre; -frappante frappant adj f s 1.69 3.65 0.78 1.28 -frappantes frappant adj f p 1.69 3.65 0.11 0.14 -frappants frappant adj m p 1.69 3.65 0.01 0.27 -frappe frapper ver 160.04 168.31 41.37 20.61 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:1s; -frappement frappement nom m s 0.01 0.20 0.00 0.20 -frappements frappement nom m p 0.01 0.20 0.01 0.00 -frappent frapper ver 160.04 168.31 3.24 5.34 ind:pre:3p; -frapper frapper ver 160.04 168.31 37.08 32.09 ind:pre:2p;inf; -frappera frapper ver 160.04 168.31 1.71 0.34 ind:fut:3s; -frapperai frapper ver 160.04 168.31 1.68 0.07 ind:fut:1s; -frapperaient frapper ver 160.04 168.31 0.05 0.41 cnd:pre:3p; -frapperais frapper ver 160.04 168.31 0.37 0.20 cnd:pre:1s;cnd:pre:2s; -frapperait frapper ver 160.04 168.31 0.32 1.15 cnd:pre:3s; -frapperas frapper ver 160.04 168.31 0.29 0.14 ind:fut:2s; -frapperez frapper ver 160.04 168.31 0.33 0.00 ind:fut:2p; -frapperiez frapper ver 160.04 168.31 0.03 0.00 cnd:pre:2p; -frapperons frapper ver 160.04 168.31 0.23 0.14 ind:fut:1p; -frapperont frapper ver 160.04 168.31 0.27 0.14 ind:fut:3p; -frappes frapper ver 160.04 168.31 3.92 0.14 ind:pre:2s;sub:pre:2s; -frappeur frappeur nom m s 0.55 0.34 0.40 0.20 -frappeurs frappeur nom m p 0.55 0.34 0.15 0.14 -frappez frapper ver 160.04 168.31 7.81 1.08 imp:pre:2p;ind:pre:2p; -frappiez frapper ver 160.04 168.31 0.16 0.07 ind:imp:2p; -frappions frapper ver 160.04 168.31 0.01 0.14 ind:imp:1p; -frappons frapper ver 160.04 168.31 0.40 0.00 imp:pre:1p;ind:pre:1p; -frappât frapper ver 160.04 168.31 0.00 0.14 sub:imp:3s; -frappèrent frapper ver 160.04 168.31 0.04 1.28 ind:pas:3p; -frappé frapper ver m s 160.04 168.31 43.83 35.68 par:pas; -frappée frapper ver f s 160.04 168.31 8.21 8.45 par:pas; -frappées frappé adj f p 1.19 3.99 0.15 0.47 -frappés frapper ver m p 160.04 168.31 1.72 5.81 par:pas; -fraser fraser ver 0.01 0.00 0.01 0.00 inf; -frasque frasque nom f s 0.51 1.76 0.14 0.07 -frasques frasque nom f p 0.51 1.76 0.37 1.69 -frater frater nom m s 0.01 0.07 0.01 0.07 -fraternel fraternel adj m s 2.06 10.27 1.13 4.32 -fraternelle fraternel adj f s 2.06 10.27 0.39 3.11 -fraternellement fraternellement adv 0.11 1.62 0.11 1.62 -fraternelles fraternel adj f p 2.06 10.27 0.20 0.81 -fraternels fraternel adj m p 2.06 10.27 0.34 2.03 -fraternisa fraterniser ver 0.61 0.95 0.00 0.07 ind:pas:3s; -fraternisaient fraterniser ver 0.61 0.95 0.00 0.20 ind:imp:3p; -fraternisant fraterniser ver 0.61 0.95 0.00 0.07 par:pre; -fraternisation fraternisation nom f s 0.06 0.34 0.06 0.34 -fraternise fraterniser ver 0.61 0.95 0.30 0.00 imp:pre:2s;ind:pre:3s; -fraternisent fraterniser ver 0.61 0.95 0.03 0.07 ind:pre:3p; -fraterniser fraterniser ver 0.61 0.95 0.23 0.20 inf; -fraterniserait fraterniser ver 0.61 0.95 0.00 0.14 cnd:pre:3s; -fraternisiez fraterniser ver 0.61 0.95 0.01 0.00 ind:imp:2p; -fraternisons fraterniser ver 0.61 0.95 0.01 0.00 ind:pre:1p; -fraternisèrent fraterniser ver 0.61 0.95 0.00 0.07 ind:pas:3p; -fraternisé fraterniser ver m s 0.61 0.95 0.04 0.14 par:pas; -fraternité fraternité nom f s 3.63 7.43 3.49 7.30 -fraternités fraternité nom f p 3.63 7.43 0.14 0.14 -fratricide fratricide adj s 0.41 0.54 0.28 0.34 -fratricides fratricide adj p 0.41 0.54 0.14 0.20 -fratrie fratrie nom f s 0.08 0.14 0.07 0.14 -fratries fratrie nom f p 0.08 0.14 0.01 0.00 -frauda frauder ver 0.49 0.41 0.00 0.07 ind:pas:3s; -fraudais frauder ver 0.49 0.41 0.01 0.07 ind:imp:1s;ind:imp:2s; -fraude fraude nom f s 5.54 3.24 4.82 2.84 -frauder frauder ver 0.49 0.41 0.16 0.14 inf; -fraudes fraude nom f p 5.54 3.24 0.72 0.41 -fraudeur fraudeur nom m s 0.78 0.14 0.06 0.07 -fraudeurs fraudeur nom m p 0.78 0.14 0.37 0.07 -fraudeuse fraudeur nom f s 0.78 0.14 0.35 0.00 -fraudé frauder ver m s 0.49 0.41 0.27 0.07 par:pas; -frauduleuse frauduleux adj f s 0.58 0.68 0.14 0.41 -frauduleusement frauduleusement adv 0.03 0.14 0.03 0.14 -frauduleuses frauduleux adj f p 0.58 0.68 0.19 0.14 -frauduleux frauduleux adj m 0.58 0.68 0.25 0.14 -fraya frayer ver 2.54 11.55 0.01 0.81 ind:pas:3s; -frayai frayer ver 2.54 11.55 0.00 0.14 ind:pas:1s; -frayaient frayer ver 2.54 11.55 0.01 0.47 ind:imp:3p; -frayais frayer ver 2.54 11.55 0.02 0.20 ind:imp:1s; -frayait frayer ver 2.54 11.55 0.15 1.35 ind:imp:3s; -frayant frayer ver 2.54 11.55 0.25 0.81 par:pre; -fraye frayer ver 2.54 11.55 0.29 0.61 imp:pre:2s;ind:pre:1s;ind:pre:3s; -frayent frayer ver 2.54 11.55 0.02 0.34 ind:pre:3p; -frayer frayer ver 2.54 11.55 1.03 4.86 inf; -frayes frayer ver 2.54 11.55 0.03 0.07 ind:pre:2s; -frayeur frayeur nom f s 3.86 6.89 3.43 5.88 -frayeurs frayeur nom f p 3.86 6.89 0.43 1.01 -frayez frayer ver 2.54 11.55 0.26 0.00 imp:pre:2p;ind:pre:2p; -frayons frayer ver 2.54 11.55 0.01 0.07 imp:pre:1p;ind:pre:1p; -frayèrent frayer ver 2.54 11.55 0.00 0.07 ind:pas:3p; -frayé frayer ver m s 2.54 11.55 0.27 0.74 par:pas; -frayée frayer ver f s 2.54 11.55 0.10 0.27 par:pas; -freak freak nom m s 0.24 0.14 0.16 0.14 -freaks freak nom m p 0.24 0.14 0.08 0.00 -fredaines fredaine nom f p 0.06 0.20 0.06 0.20 -fredonna fredonner ver 1.69 9.66 0.00 1.28 ind:pas:3s; -fredonnaient fredonner ver 1.69 9.66 0.00 0.47 ind:imp:3p; -fredonnais fredonner ver 1.69 9.66 0.04 0.27 ind:imp:1s;ind:imp:2s; -fredonnait fredonner ver 1.69 9.66 0.08 2.23 ind:imp:3s; -fredonnant fredonner ver 1.69 9.66 0.26 1.15 par:pre; -fredonne fredonner ver 1.69 9.66 0.81 1.28 imp:pre:2s;ind:pre:1s;ind:pre:3s; -fredonnement fredonnement nom m s 0.04 0.14 0.04 0.14 -fredonnent fredonner ver 1.69 9.66 0.04 0.00 ind:pre:3p; -fredonner fredonner ver 1.69 9.66 0.23 2.03 inf; -fredonnera fredonner ver 1.69 9.66 0.02 0.00 ind:fut:3s; -fredonnerai fredonner ver 1.69 9.66 0.01 0.00 ind:fut:1s; -fredonnerait fredonner ver 1.69 9.66 0.00 0.07 cnd:pre:3s; -fredonneras fredonner ver 1.69 9.66 0.01 0.00 ind:fut:2s; -fredonnez fredonner ver 1.69 9.66 0.16 0.00 imp:pre:2p;ind:pre:2p; -fredonnâmes fredonner ver 1.69 9.66 0.00 0.07 ind:pas:1p; -fredonnons fredonner ver 1.69 9.66 0.00 0.07 ind:pre:1p; -fredonnèrent fredonner ver 1.69 9.66 0.00 0.14 ind:pas:3p; -fredonné fredonner ver m s 1.69 9.66 0.04 0.41 par:pas; -fredonnée fredonner ver f s 1.69 9.66 0.00 0.07 par:pas; -fredonnées fredonner ver f p 1.69 9.66 0.00 0.07 par:pas; -fredonnés fredonner ver m p 1.69 9.66 0.00 0.07 par:pas; -free_jazz free_jazz nom m 0.00 0.07 0.00 0.07 -free_lance free_lance nom s 0.20 0.07 0.20 0.07 -free_jazz free_jazz nom m 0.00 0.07 0.00 0.07 -freelance freelance nom f s 0.40 0.07 0.40 0.07 -freesia freesia nom m s 0.05 0.07 0.01 0.00 -freesias freesia nom m p 0.05 0.07 0.04 0.07 -freezer freezer nom m s 1.08 0.00 1.08 0.00 -frein frein nom m s 10.25 13.18 4.87 7.91 -freina freiner ver 7.43 13.04 0.00 2.09 ind:pas:3s; -freinage freinage nom m s 0.97 0.74 0.84 0.68 -freinages freinage nom m p 0.97 0.74 0.14 0.07 -freinai freiner ver 7.43 13.04 0.00 0.14 ind:pas:1s; -freinaient freiner ver 7.43 13.04 0.00 0.34 ind:imp:3p; -freinais freiner ver 7.43 13.04 0.00 0.07 ind:imp:1s; -freinait freiner ver 7.43 13.04 0.00 0.68 ind:imp:3s; -freinant freiner ver 7.43 13.04 0.00 0.41 par:pre; -freine freiner ver 7.43 13.04 3.52 3.85 imp:pre:2s;ind:pre:1s;ind:pre:3s; -freinent freiner ver 7.43 13.04 0.15 0.41 ind:pre:3p; -freiner freiner ver 7.43 13.04 1.63 3.11 inf; -freinera freiner ver 7.43 13.04 0.07 0.00 ind:fut:3s; -freinerais freiner ver 7.43 13.04 0.01 0.00 cnd:pre:1s; -freinerez freiner ver 7.43 13.04 0.02 0.00 ind:fut:2p; -freines freiner ver 7.43 13.04 0.34 0.14 ind:pre:2s; -freineurs freineur nom m p 0.01 0.00 0.01 0.00 -freinez freiner ver 7.43 13.04 0.50 0.00 imp:pre:2p;ind:pre:2p; -freinons freiner ver 7.43 13.04 0.10 0.07 imp:pre:1p;ind:pre:1p; -freins frein nom m p 10.25 13.18 5.38 5.27 -freinèrent freiner ver 7.43 13.04 0.00 0.07 ind:pas:3p; -freiné freiner ver m s 7.43 13.04 1.04 1.08 par:pas; -freinée freiner ver f s 7.43 13.04 0.01 0.47 par:pas; -freinées freiner ver f p 7.43 13.04 0.01 0.07 par:pas; -freinés freiner ver m p 7.43 13.04 0.02 0.07 par:pas; -frelater frelater ver 0.06 0.07 0.01 0.00 inf; -frelaté frelaté adj m s 0.18 0.81 0.02 0.34 -frelatée frelaté adj f s 0.18 0.81 0.06 0.27 -frelatées frelaté adj f p 0.18 0.81 0.00 0.20 -frelatés frelaté adj m p 0.18 0.81 0.10 0.00 -frelon frelon nom m s 0.78 1.82 0.59 0.81 -frelons frelon nom m p 0.78 1.82 0.18 1.01 -freluquet freluquet nom m s 0.51 0.68 0.46 0.34 -freluquets freluquet nom m p 0.51 0.68 0.05 0.34 -french french nom m s 0.20 0.41 0.20 0.41 -fresque fresque nom f s 3.18 6.76 1.37 3.24 -fresques fresque nom f p 3.18 6.76 1.81 3.51 -fresquiste fresquiste nom s 0.01 0.00 0.01 0.00 -fret fret nom m s 1.19 0.74 1.18 0.68 -fretin fretin nom m s 0.64 0.61 0.63 0.61 -fretins fretin nom m p 0.64 0.61 0.01 0.00 -frets fret nom m p 1.19 0.74 0.01 0.07 -fretta fretter ver 0.00 0.07 0.00 0.07 ind:pas:3s; -frette frette nom f s 0.16 0.27 0.16 0.27 -freudien freudien adj m s 0.49 0.61 0.23 0.34 -freudienne freudien adj f s 0.49 0.61 0.13 0.20 -freudiennes freudien adj f p 0.49 0.61 0.04 0.07 -freudiens freudien adj m p 0.49 0.61 0.10 0.00 -freudisme freudisme nom m s 0.02 0.14 0.02 0.14 -freux freux nom m 0.02 0.20 0.02 0.20 -friabilité friabilité nom f s 0.00 0.14 0.00 0.14 -friable friable adj s 0.12 2.91 0.10 1.82 -friables friable adj p 0.12 2.91 0.03 1.08 -friand friand adj m s 0.47 3.31 0.29 1.49 -friande friand adj f s 0.47 3.31 0.02 0.74 -friandes friand adj f p 0.47 3.31 0.01 0.27 -friandise friandise nom f s 2.28 4.05 0.46 1.49 -friandises friandise nom f p 2.28 4.05 1.82 2.57 -friands friand adj m p 0.47 3.31 0.15 0.81 -fribourgeoise fribourgeois nom f s 0.00 0.14 0.00 0.14 -fric_frac fric_frac nom m 0.25 0.41 0.25 0.41 -fric fric nom m s 109.01 26.42 108.99 26.35 -fricadelle fricadelle nom f s 1.21 0.00 0.67 0.00 -fricadelles fricadelle nom f p 1.21 0.00 0.54 0.00 -fricandeau fricandeau nom m s 0.00 0.27 0.00 0.14 -fricandeaux fricandeau nom m p 0.00 0.27 0.00 0.14 -fricasse fricasser ver 0.01 0.34 0.01 0.14 ind:pre:1s;ind:pre:3s; -fricasserai fricasser ver 0.01 0.34 0.00 0.07 ind:fut:1s; -fricassé fricasser ver m s 0.01 0.34 0.00 0.14 par:pas; -fricassée fricassée nom f s 0.46 0.68 0.46 0.47 -fricassées fricassée nom f p 0.46 0.68 0.00 0.20 -fricatif fricatif adj m s 0.00 0.20 0.00 0.20 -fricatives fricative nom f p 0.01 0.00 0.01 0.00 -friche friche nom f s 0.32 7.91 0.28 4.59 -friches friche nom f p 0.32 7.91 0.04 3.31 -frichti frichti nom m s 0.03 4.39 0.03 4.12 -frichtis frichti nom m p 0.03 4.39 0.00 0.27 -fricot fricot nom m s 0.01 0.81 0.01 0.54 -fricotage fricotage nom m s 0.03 0.20 0.03 0.00 -fricotages fricotage nom m p 0.03 0.20 0.00 0.20 -fricotaient fricoter ver 1.86 1.55 0.01 0.07 ind:imp:3p; -fricotais fricoter ver 1.86 1.55 0.06 0.07 ind:imp:1s;ind:imp:2s; -fricotait fricoter ver 1.86 1.55 0.08 0.27 ind:imp:3s; -fricotant fricoter ver 1.86 1.55 0.01 0.00 par:pre; -fricote fricoter ver 1.86 1.55 0.41 0.41 imp:pre:2s;ind:pre:1s;ind:pre:3s; -fricotent fricoter ver 1.86 1.55 0.21 0.00 ind:pre:3p; -fricoter fricoter ver 1.86 1.55 0.47 0.41 inf; -fricotes fricoter ver 1.86 1.55 0.28 0.14 ind:pre:2s; -fricoteur fricoteur nom m s 0.11 0.07 0.10 0.00 -fricoteurs fricoteur nom m p 0.11 0.07 0.01 0.07 -fricotez fricoter ver 1.86 1.55 0.09 0.00 ind:pre:2p; -fricotiez fricoter ver 1.86 1.55 0.04 0.07 ind:imp:2p; -fricots fricot nom m p 0.01 0.81 0.00 0.27 -fricoté fricoter ver m s 1.86 1.55 0.20 0.14 par:pas; -frics fric nom m p 109.01 26.42 0.02 0.07 -friction friction nom f s 1.14 2.36 0.87 0.54 -frictionna frictionner ver 0.59 2.64 0.00 0.54 ind:pas:3s; -frictionnais frictionner ver 0.59 2.64 0.10 0.00 ind:imp:1s; -frictionnait frictionner ver 0.59 2.64 0.11 0.41 ind:imp:3s; -frictionnant frictionner ver 0.59 2.64 0.00 0.27 par:pre; -frictionne frictionner ver 0.59 2.64 0.16 0.27 imp:pre:2s;ind:pre:1s;ind:pre:3s; -frictionnent frictionner ver 0.59 2.64 0.01 0.14 ind:pre:3p; -frictionner frictionner ver 0.59 2.64 0.06 0.47 inf; -frictionnerai frictionner ver 0.59 2.64 0.00 0.07 ind:fut:1s; -frictionnerait frictionner ver 0.59 2.64 0.00 0.07 cnd:pre:3s; -frictionnez frictionner ver 0.59 2.64 0.14 0.07 imp:pre:2p;ind:pre:2p; -frictionnèrent frictionner ver 0.59 2.64 0.00 0.07 ind:pas:3p; -frictionné frictionner ver m s 0.59 2.64 0.01 0.27 par:pas; -frictions friction nom f p 1.14 2.36 0.27 1.82 -fridolin fridolin nom m s 0.16 0.34 0.01 0.00 -fridolins fridolin nom m p 0.16 0.34 0.14 0.34 -frigidaire frigidaire nom m s 1.20 3.45 1.16 3.18 -frigidaires frigidaire nom m p 1.20 3.45 0.05 0.27 -frigide frigide adj s 0.69 0.81 0.65 0.68 -frigides frigide adj f p 0.69 0.81 0.04 0.14 -frigidité frigidité nom f s 0.06 0.34 0.06 0.34 -frigo frigo nom m s 19.29 7.97 19.07 7.50 -frigorifiant frigorifier ver 0.34 0.47 0.01 0.07 par:pre; -frigorifier frigorifier ver 0.34 0.47 0.01 0.00 inf; -frigorifique frigorifique adj m s 0.26 0.14 0.10 0.00 -frigorifiques frigorifique adj f p 0.26 0.14 0.16 0.14 -frigorifié frigorifier ver m s 0.34 0.47 0.23 0.07 par:pas; -frigorifiée frigorifier ver f s 0.34 0.47 0.08 0.07 par:pas; -frigorifiées frigorifié adj f p 0.13 0.61 0.01 0.07 -frigorifiés frigorifié adj m p 0.13 0.61 0.02 0.00 -frigorigène frigorigène adj m s 0.01 0.00 0.01 0.00 -frigorigène frigorigène nom m s 0.01 0.00 0.01 0.00 -frigos frigo nom m p 19.29 7.97 0.22 0.47 -frileuse frileux adj f s 1.08 5.88 0.31 1.55 -frileusement frileusement adv 0.00 1.96 0.00 1.96 -frileuses frileux adj f p 1.08 5.88 0.03 0.68 -frileux frileux adj m 1.08 5.88 0.74 3.65 -frilosité frilosité nom f s 0.01 0.07 0.01 0.07 -frima frimer ver 3.67 4.32 0.00 0.07 ind:pas:3s; -frimaient frimer ver 3.67 4.32 0.00 0.07 ind:imp:3p; -frimaire frimaire nom m s 0.00 0.07 0.00 0.07 -frimais frimer ver 3.67 4.32 0.30 0.41 ind:imp:1s;ind:imp:2s; -frimait frimer ver 3.67 4.32 0.04 0.20 ind:imp:3s; -frimant frimer ver 3.67 4.32 0.01 0.20 par:pre; -frimas frimas nom m 0.11 1.15 0.11 1.15 -frime frimer ver 3.67 4.32 1.37 1.15 imp:pre:2s;ind:pre:1s;ind:pre:3s; -friment frimer ver 3.67 4.32 0.02 0.07 ind:pre:3p; -frimer frimer ver 3.67 4.32 1.73 1.62 inf; -frimerais frimer ver 3.67 4.32 0.00 0.07 cnd:pre:2s; -frimes frimer ver 3.67 4.32 0.08 0.00 ind:pre:2s; -frimeur frimeur nom m s 1.43 0.47 0.86 0.27 -frimeurs frimeur nom m p 1.43 0.47 0.51 0.20 -frimeuse frimeur nom f s 1.43 0.47 0.05 0.00 -frimez frimer ver 3.67 4.32 0.01 0.00 ind:pre:2p; -frimiez frimer ver 3.67 4.32 0.02 0.00 ind:imp:2p; -frimousse frimousse nom f s 0.81 1.82 0.81 1.49 -frimousses frimousse nom f p 0.81 1.82 0.00 0.34 -frimé frimer ver m s 3.67 4.32 0.08 0.20 par:pas; -frimée frimer ver f s 3.67 4.32 0.00 0.07 par:pas; -frimées frimer ver f p 3.67 4.32 0.00 0.07 par:pas; -frimés frimer ver m p 3.67 4.32 0.01 0.14 par:pas; -fringale fringale nom f s 0.46 2.70 0.40 2.23 -fringales fringale nom f p 0.46 2.70 0.05 0.47 -fringant fringant adj m s 0.86 2.77 0.63 1.96 -fringante fringant adj f s 0.86 2.77 0.19 0.41 -fringantes fringant adj f p 0.86 2.77 0.02 0.00 -fringants fringant adj m p 0.86 2.77 0.03 0.41 -fringillidé fringillidé nom m s 0.01 0.07 0.01 0.07 -fringuait fringuer ver 1.28 3.31 0.02 0.27 ind:imp:3s; -fringue fringue nom f s 13.12 11.82 0.23 0.20 -fringuent fringuer ver 1.28 3.31 0.14 0.14 ind:pre:3p; -fringuer fringuer ver 1.28 3.31 0.29 0.47 inf; -fringues fringue nom f p 13.12 11.82 12.88 11.62 -fringuez fringuer ver 1.28 3.31 0.01 0.00 imp:pre:2p; -fringué fringuer ver m s 1.28 3.31 0.47 0.81 par:pas; -fringuée fringuer ver f s 1.28 3.31 0.10 0.88 par:pas; -fringuées fringuer ver f p 1.28 3.31 0.03 0.14 par:pas; -fringués fringuer ver m p 1.28 3.31 0.04 0.41 par:pas; -frio frio adj s 0.01 0.07 0.01 0.07 -fripa friper ver 0.11 1.89 0.00 0.07 ind:pas:3s; -fripaient friper ver 0.11 1.89 0.00 0.14 ind:imp:3p; -fripant friper ver 0.11 1.89 0.00 0.07 par:pre; -fripe fripe nom f s 0.58 0.95 0.22 0.61 -fripent friper ver 0.11 1.89 0.01 0.07 ind:pre:3p; -friper friper ver 0.11 1.89 0.01 0.20 inf; -friperie friperie nom f s 0.37 0.20 0.37 0.20 -fripes fripe nom f p 0.58 0.95 0.36 0.34 -fripier fripier nom m s 0.04 1.01 0.02 0.61 -fripiers fripier nom m p 0.04 1.01 0.02 0.41 -fripon fripon nom m s 0.86 0.68 0.44 0.34 -friponne fripon nom f s 0.86 0.68 0.33 0.07 -friponnerie friponnerie nom f s 0.13 0.14 0.13 0.14 -friponnes friponne nom f p 0.02 0.00 0.02 0.00 -fripons fripon nom m p 0.86 0.68 0.09 0.20 -fripouille fripouille nom f s 2.08 2.23 1.99 1.15 -fripouillerie fripouillerie nom f s 0.00 0.20 0.00 0.14 -fripouilleries fripouillerie nom f p 0.00 0.20 0.00 0.07 -fripouilles fripouille nom f p 2.08 2.23 0.10 1.08 -frippe frippe nom f s 0.00 0.07 0.00 0.07 -fripé fripé adj m s 0.57 5.88 0.33 1.49 -fripée fripé adj f s 0.57 5.88 0.17 1.82 -fripées fripé adj f p 0.57 5.88 0.04 1.01 -fripés fripé adj m p 0.57 5.88 0.03 1.55 -friqué friqué adj m s 1.05 0.74 0.32 0.20 -friquée friqué adj f s 1.05 0.74 0.16 0.14 -friquées friqué adj f p 1.05 0.74 0.11 0.07 -friqués friqué adj m p 1.05 0.74 0.46 0.34 -frire frire ver 6.63 4.73 2.26 1.82 inf; -fris frire ver 6.63 4.73 0.32 0.00 imp:pre:2s;ind:pre:1s;ind:pre:2s; -frisa friser ver 2.54 7.70 0.00 0.14 ind:pas:3s; -frisaient friser ver 2.54 7.70 0.14 0.27 ind:imp:3p; -frisais friser ver 2.54 7.70 0.10 0.07 ind:imp:1s;ind:imp:2s; -frisait friser ver 2.54 7.70 0.16 0.95 ind:imp:3s; -frisant frisant adj m s 0.02 0.95 0.02 0.20 -frisante frisant adj f s 0.02 0.95 0.00 0.68 -frisants frisant adj m p 0.02 0.95 0.00 0.07 -frisbee frisbee nom m s 1.35 0.00 1.35 0.00 -frise_poulet frise_poulet nom m s 0.01 0.00 0.01 0.00 -frise friser ver 2.54 7.70 0.80 1.15 imp:pre:2s;ind:pre:1s;ind:pre:3s; -friseler friseler ver 0.00 0.07 0.00 0.07 inf; -friselis friselis nom m 0.00 1.35 0.00 1.35 -friselée friselée nom f s 0.00 0.07 0.00 0.07 -frisent friser ver 2.54 7.70 0.04 0.27 ind:pre:3p; -friser friser ver 2.54 7.70 0.42 1.42 inf; -friserai friser ver 2.54 7.70 0.00 0.07 ind:fut:1s; -frises frise nom f p 0.37 3.45 0.14 0.41 -frisette frisette nom f s 0.06 1.42 0.03 0.88 -frisettes frisette nom f p 0.06 1.42 0.03 0.54 -friseur friseur nom m s 0.00 0.20 0.00 0.20 -frisez friser ver 2.54 7.70 0.02 0.00 ind:pre:2p; -frisâmes friser ver 2.54 7.70 0.00 0.07 ind:pas:1p; -frison frison nom m s 0.10 0.54 0.10 0.00 -frisonne frison adj f s 0.00 0.27 0.00 0.14 -frisonnes frison adj f p 0.00 0.27 0.00 0.07 -frisons friser ver 2.54 7.70 0.14 0.00 ind:pre:1p; -frisottaient frisotter ver 0.01 0.61 0.00 0.14 ind:imp:3p; -frisottant frisottant adj m s 0.00 0.27 0.00 0.07 -frisottants frisottant adj m p 0.00 0.27 0.00 0.20 -frisottement frisottement nom m s 0.00 0.07 0.00 0.07 -frisottent frisotter ver 0.01 0.61 0.00 0.14 ind:pre:3p; -frisotter frisotter ver 0.01 0.61 0.00 0.07 inf; -frisottis frisottis nom m 0.01 0.14 0.01 0.14 -frisotté frisotter ver m s 0.01 0.61 0.01 0.00 par:pas; -frisottée frisotté adj f s 0.00 0.68 0.00 0.41 -frisottées frisotter ver f p 0.01 0.61 0.00 0.07 par:pas; -frisottés frisotter ver m p 0.01 0.61 0.00 0.14 par:pas; -frisous frisou nom m p 0.14 0.07 0.14 0.07 -frisquet frisquet adj m s 1.25 1.01 1.16 0.68 -frisquette frisquet adj f s 1.25 1.01 0.10 0.34 -frisselis frisselis nom m 0.00 0.14 0.00 0.14 -frisson frisson nom m s 8.62 21.69 4.23 14.26 -frissonna frissonner ver 2.21 20.34 0.01 4.39 ind:pas:3s; -frissonnai frissonner ver 2.21 20.34 0.01 0.34 ind:pas:1s; -frissonnaient frissonner ver 2.21 20.34 0.00 1.01 ind:imp:3p; -frissonnais frissonner ver 2.21 20.34 0.03 0.68 ind:imp:1s; -frissonnait frissonner ver 2.21 20.34 0.21 3.38 ind:imp:3s; -frissonnant frissonner ver 2.21 20.34 0.14 2.09 par:pre; -frissonnante frissonnant adj f s 0.20 3.92 0.07 1.82 -frissonnantes frissonnant adj f p 0.20 3.92 0.00 0.61 -frissonnants frissonnant adj m p 0.20 3.92 0.02 0.54 -frissonne frissonner ver 2.21 20.34 0.75 3.18 imp:pre:2s;ind:pre:1s;ind:pre:3s; -frissonnement frissonnement nom m s 0.01 0.61 0.01 0.41 -frissonnements frissonnement nom m p 0.01 0.61 0.00 0.20 -frissonnent frissonner ver 2.21 20.34 0.03 0.47 ind:pre:3p; -frissonner frissonner ver 2.21 20.34 0.73 4.12 inf; -frissonnes frissonner ver 2.21 20.34 0.11 0.00 ind:pre:2s; -frissonnez frissonner ver 2.21 20.34 0.04 0.00 ind:pre:2p; -frissonnèrent frissonner ver 2.21 20.34 0.00 0.07 ind:pas:3p; -frissonné frissonner ver m s 2.21 20.34 0.14 0.61 par:pas; -frissons frisson nom m p 8.62 21.69 4.39 7.43 -frisé frisé adj m s 2.72 10.20 1.56 3.24 -frisée frisé adj f s 2.72 10.20 0.40 1.28 -frisées frisé adj f p 2.72 10.20 0.04 0.68 -frisure frisure nom f s 0.00 0.34 0.00 0.14 -frisures frisure nom f p 0.00 0.34 0.00 0.20 -frisés frisé adj m p 2.72 10.20 0.73 5.00 -frit frire ver m s 6.63 4.73 2.74 1.82 ind:pre:3s;par:pas; -frite frite nom f s 9.33 5.47 0.66 0.54 -friterie friterie nom f s 0.18 0.47 0.18 0.14 -friteries friterie nom f p 0.18 0.47 0.00 0.34 -frites frite nom f p 9.33 5.47 8.68 4.93 -friteuse friteur nom f s 0.34 0.41 0.34 0.20 -friteuses friteuse nom f p 0.02 0.00 0.02 0.00 -fritillaires fritillaire nom f p 0.01 0.07 0.01 0.07 -fritons friton nom m p 0.00 0.07 0.00 0.07 -frits frire ver m p 6.63 4.73 1.32 1.08 par:pas; -fritte fritte nom f s 0.01 0.00 0.01 0.00 -fritter fritter ver 0.04 0.00 0.04 0.00 inf; -frittés fritter ver m p 0.04 0.00 0.01 0.00 par:pas; -friture friture nom f s 1.88 3.78 1.81 3.24 -fritures friture nom f p 1.88 3.78 0.06 0.54 -friturier friturier nom m s 0.00 0.07 0.00 0.07 -fritz fritz nom m 1.72 1.82 1.72 1.82 -frivole frivole adj s 2.22 5.81 1.75 4.26 -frivoles frivole adj p 2.22 5.81 0.47 1.55 -frivolité frivolité nom f s 0.48 2.84 0.40 2.30 -frivolités frivolité nom f p 0.48 2.84 0.08 0.54 -froc froc nom m s 6.92 7.64 6.61 6.89 -frocard frocard nom m s 0.00 0.20 0.00 0.14 -frocards frocard nom m p 0.00 0.20 0.00 0.07 -frocs froc nom m p 6.92 7.64 0.31 0.74 -froid froid adj m s 127.22 161.69 98.43 94.86 -froidasse froidasse adj f s 0.00 0.07 0.00 0.07 -froide froid adj f s 127.22 161.69 21.48 49.59 -froidement froidement adv 0.94 9.05 0.94 9.05 -froides froid adj f p 127.22 161.69 4.07 10.00 -froideur froideur nom f s 1.94 7.84 1.94 7.57 -froideurs froideur nom f p 1.94 7.84 0.00 0.27 -froidi froidir ver m s 0.00 0.20 0.00 0.07 par:pas; -froidir froidir ver 0.00 0.20 0.00 0.07 inf; -froidissait froidir ver 0.00 0.20 0.00 0.07 ind:imp:3s; -froids froid adj m p 127.22 161.69 3.24 7.23 -froidure froidure nom f s 0.12 1.69 0.11 1.55 -froidures froidure nom f p 0.12 1.69 0.01 0.14 -froissa froisser ver 3.74 12.50 0.00 0.88 ind:pas:3s; -froissaient froisser ver 3.74 12.50 0.00 0.54 ind:imp:3p; -froissais froisser ver 3.74 12.50 0.01 0.14 ind:imp:1s; -froissait froisser ver 3.74 12.50 0.01 1.55 ind:imp:3s; -froissant froisser ver 3.74 12.50 0.00 1.08 par:pre; -froisse froisser ver 3.74 12.50 0.64 1.55 imp:pre:2s;ind:pre:1s;ind:pre:3s; -froissement froissement nom m s 0.23 10.54 0.23 8.38 -froissements froissement nom m p 0.23 10.54 0.01 2.16 -froissent froisser ver 3.74 12.50 0.04 0.47 ind:pre:3p; -froisser froisser ver 3.74 12.50 1.60 1.96 inf; -froissera froisser ver 3.74 12.50 0.01 0.00 ind:fut:3s; -froisserais froisser ver 3.74 12.50 0.00 0.07 cnd:pre:1s; -froisserait froisser ver 3.74 12.50 0.02 0.00 cnd:pre:3s; -froisses froisser ver 3.74 12.50 0.05 0.14 ind:pre:2s; -froissez froisser ver 3.74 12.50 0.04 0.00 imp:pre:2p;ind:pre:2p; -froissions froisser ver 3.74 12.50 0.00 0.07 ind:imp:1p; -froissèrent froisser ver 3.74 12.50 0.00 0.07 ind:pas:3p; -froissé froisser ver m s 3.74 12.50 0.66 2.30 par:pas; -froissée froisser ver f s 3.74 12.50 0.59 0.81 par:pas; -froissées froissé adj f p 0.96 9.46 0.01 1.22 -froissés froissé adj m p 0.96 9.46 0.21 2.03 -fromage fromage nom m s 27.22 26.96 25.68 20.81 -fromager fromager nom m s 0.32 0.47 0.30 0.34 -fromagerie fromagerie nom f s 0.01 0.41 0.01 0.41 -fromagers fromager nom m p 0.32 0.47 0.02 0.14 -fromages fromage nom m p 27.22 26.96 1.54 6.15 -fromagère fromager adj f s 0.04 0.27 0.00 0.14 -fromegi fromegi nom m s 0.00 0.07 0.00 0.07 -froment froment nom m s 0.21 1.35 0.21 1.35 -fromental fromental nom m s 0.00 0.07 0.00 0.07 -frometon frometon nom m s 0.04 0.47 0.04 0.27 -frometons frometon nom m p 0.04 0.47 0.00 0.20 -fronce fronce nom f s 0.36 0.54 0.34 0.07 -froncement froncement nom m s 0.27 1.69 0.16 1.08 -froncements froncement nom m p 0.27 1.69 0.11 0.61 -froncer froncer ver 0.52 15.88 0.08 0.88 inf; -froncerait froncer ver 0.52 15.88 0.01 0.20 cnd:pre:3s; -fronces froncer ver 0.52 15.88 0.04 0.07 ind:pre:2s; -froncez froncer ver 0.52 15.88 0.06 0.00 imp:pre:2p;ind:pre:2p; -froncèrent froncer ver 0.52 15.88 0.00 0.07 ind:pas:3p; -froncé froncer ver m s 0.52 15.88 0.04 1.08 par:pas; -froncée froncé adj f s 0.14 5.61 0.10 0.20 -froncées froncé adj f p 0.14 5.61 0.00 0.14 -froncés froncé adj m p 0.14 5.61 0.01 4.19 -frondaient fronder ver 0.00 0.27 0.00 0.07 ind:imp:3p; -frondaison frondaison nom f s 0.01 3.92 0.00 0.61 -frondaisons frondaison nom f p 0.01 3.92 0.01 3.31 -fronde fronde nom f s 1.02 1.82 0.86 1.69 -frondent fronder ver 0.00 0.27 0.00 0.07 ind:pre:3p; -frondes fronde nom f p 1.02 1.82 0.16 0.14 -frondeur frondeur adj m s 0.01 0.61 0.01 0.34 -frondeurs frondeur nom m p 0.02 0.00 0.02 0.00 -frondeuse frondeur adj f s 0.01 0.61 0.00 0.14 -frondé fronder ver m s 0.00 0.27 0.00 0.07 par:pas; -front front nom m s 41.03 159.12 38.81 152.57 -frontal frontal adj m s 1.62 1.55 1.15 0.74 -frontale frontal adj f s 1.62 1.55 0.35 0.81 -frontalier frontalier adj m s 0.60 1.22 0.04 0.07 -frontaliers frontalier adj m p 0.60 1.22 0.04 0.34 -frontalière frontalier adj f s 0.60 1.22 0.32 0.68 -frontalières frontalier adj f p 0.60 1.22 0.20 0.14 -frontaux frontal adj m p 1.62 1.55 0.12 0.00 -fronteau fronteau nom m s 0.00 0.07 0.00 0.07 -fronça froncer ver 0.52 15.88 0.00 5.61 ind:pas:3s; -fronçai froncer ver 0.52 15.88 0.00 0.14 ind:pas:1s; -fronçaient froncer ver 0.52 15.88 0.00 0.14 ind:imp:3p; -fronçais froncer ver 0.52 15.88 0.01 0.07 ind:imp:1s; -fronçait froncer ver 0.52 15.88 0.01 1.01 ind:imp:3s; -fronçant froncer ver 0.52 15.88 0.01 3.58 par:pre; -frontispice frontispice nom m s 0.01 0.34 0.01 0.27 -frontispices frontispice nom m p 0.01 0.34 0.00 0.07 -frontière frontière nom f s 34.54 40.47 28.54 26.42 -frontières frontière nom f p 34.54 40.47 6.00 14.05 -fronton fronton nom m s 0.10 5.47 0.10 4.39 -frontons fronton nom m p 0.10 5.47 0.00 1.08 -fronts front nom m p 41.03 159.12 2.23 6.55 -frotta frotter ver 12.52 50.14 0.01 7.70 ind:pas:3s; -frottage frottage nom m s 0.05 0.27 0.05 0.20 -frottages frottage nom m p 0.05 0.27 0.00 0.07 -frottai frotter ver 12.52 50.14 0.01 0.14 ind:pas:1s; -frottaient frotter ver 12.52 50.14 0.16 1.42 ind:imp:3p; -frottais frotter ver 12.52 50.14 0.33 1.01 ind:imp:1s;ind:imp:2s; -frottait frotter ver 12.52 50.14 0.29 8.38 ind:imp:3s; -frottant frotter ver 12.52 50.14 0.27 7.03 par:pre; -frotte frotter ver 12.52 50.14 3.90 8.58 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:1s; -frottement frottement nom m s 0.68 5.07 0.31 3.72 -frottements frottement nom m p 0.68 5.07 0.37 1.35 -frottent frotter ver 12.52 50.14 0.16 1.01 ind:pre:3p; -frotter frotter ver 12.52 50.14 4.01 8.99 inf; -frottera frotter ver 12.52 50.14 0.25 0.00 ind:fut:3s; -frotterai frotter ver 12.52 50.14 0.05 0.14 ind:fut:1s; -frotterais frotter ver 12.52 50.14 0.06 0.00 cnd:pre:1s; -frotterait frotter ver 12.52 50.14 0.01 0.20 cnd:pre:3s; -frotteras frotter ver 12.52 50.14 0.02 0.07 ind:fut:2s; -frotterons frotter ver 12.52 50.14 0.00 0.07 ind:fut:1p; -frottes frotter ver 12.52 50.14 0.58 0.07 ind:pre:2s; -frotteur frotteur adj m s 0.01 0.14 0.01 0.07 -frotteurs frotteur nom m p 0.00 0.68 0.00 0.14 -frotteuse frotteur nom f s 0.00 0.68 0.00 0.14 -frotteuses frotteur nom f p 0.00 0.68 0.00 0.07 -frottez frotter ver 12.52 50.14 0.74 0.14 imp:pre:2p;ind:pre:2p; -frotti_frotta frotti_frotta nom m 0.04 0.20 0.04 0.20 -frottiez frotter ver 12.52 50.14 0.05 0.00 ind:imp:2p; -frottin frottin nom m s 0.01 0.20 0.01 0.20 -frottions frotter ver 12.52 50.14 0.00 0.07 ind:imp:1p; -frottis frottis nom m 0.39 0.34 0.39 0.34 -frottoir frottoir nom m s 0.00 0.41 0.00 0.34 -frottoirs frottoir nom m p 0.00 0.41 0.00 0.07 -frottons frotton nom m p 0.06 0.14 0.06 0.14 -frottèrent frotter ver 12.52 50.14 0.00 0.27 ind:pas:3p; -frotté frotter ver m s 12.52 50.14 1.25 2.64 par:pas; -frottée frotter ver f s 12.52 50.14 0.30 0.61 par:pas; -frottées frotter ver f p 12.52 50.14 0.01 0.81 par:pas; -frottés frotter ver m p 12.52 50.14 0.03 0.81 par:pas; -frou_frou frou_frou nom m s 0.23 0.47 0.09 0.41 -frouement frouement nom m s 0.00 0.27 0.00 0.20 -frouements frouement nom m p 0.00 0.27 0.00 0.07 -froufrou froufrou nom m s 0.32 0.41 0.23 0.14 -froufrous froufrou nom m p 0.32 0.41 0.08 0.27 -froufroutait froufrouter ver 0.02 0.07 0.00 0.07 ind:imp:3s; -froufroutant froufrouter ver 0.02 0.07 0.01 0.00 par:pre; -froufroutante froufroutant adj f s 0.01 0.41 0.00 0.07 -froufroutantes froufroutant adj f p 0.01 0.41 0.00 0.20 -froufroutants froufroutant adj m p 0.01 0.41 0.01 0.07 -froufroutement froufroutement nom m s 0.00 0.07 0.00 0.07 -froufrouter froufrouter ver 0.02 0.07 0.01 0.00 inf; -frou_frou frou_frou nom m p 0.23 0.47 0.14 0.07 -froussard froussard nom m s 1.99 0.61 1.33 0.41 -froussarde froussard nom f s 1.99 0.61 0.26 0.00 -froussards froussard nom m p 1.99 0.61 0.40 0.20 -frousse frousse nom f s 3.13 2.36 2.90 2.16 -frousses frousse nom f p 3.13 2.36 0.23 0.20 -frère frère nom m s 390.39 216.35 311.45 142.36 -frères frère nom m p 390.39 216.35 78.94 73.99 -frète fréter ver 0.01 0.74 0.00 0.07 ind:pre:1s; -fructidor fructidor nom m s 0.01 0.07 0.01 0.07 -fructifiaient fructifier ver 0.55 1.28 0.00 0.07 ind:imp:3p; -fructifiant fructifier ver 0.55 1.28 0.01 0.07 par:pre; -fructification fructification nom f s 0.00 0.14 0.00 0.14 -fructifier fructifier ver 0.55 1.28 0.53 1.08 inf; -fructifié fructifier ver m s 0.55 1.28 0.01 0.07 par:pas; -fructose fructose nom m s 0.07 0.00 0.07 0.00 -fructueuse fructueux adj f s 1.05 3.24 0.54 1.28 -fructueuses fructueux adj f p 1.05 3.24 0.19 0.61 -fructueux fructueux adj m 1.05 3.24 0.32 1.35 -frugal frugal adj m s 0.19 1.28 0.18 0.61 -frugale frugal adj f s 0.19 1.28 0.01 0.41 -frugalement frugalement adv 0.01 0.07 0.01 0.07 -frugales frugal adj f p 0.19 1.28 0.00 0.07 -frugalité frugalité nom f s 0.01 0.47 0.01 0.47 -frégate frégate nom f s 0.63 3.11 0.46 1.82 -frégates frégate nom f p 0.63 3.11 0.17 1.28 -frugaux frugal adj m p 0.19 1.28 0.00 0.20 -frugivore frugivore adj s 0.02 0.00 0.02 0.00 -fruit fruit nom m s 39.45 64.05 15.99 21.96 -fruiter fruiter ver 0.04 0.41 0.00 0.07 inf; -fruiteries fruiterie nom f p 0.00 0.14 0.00 0.14 -fruiteux fruiteux adj m s 0.00 0.07 0.00 0.07 -fruitier fruitier adj m s 0.39 2.43 0.15 0.47 -fruitiers fruitier adj m p 0.39 2.43 0.22 1.82 -fruitière fruitier adj f s 0.39 2.43 0.01 0.07 -fruitières fruitier adj f p 0.39 2.43 0.01 0.07 -fruits fruit nom m p 39.45 64.05 23.45 42.09 -fruité fruité adj m s 0.38 1.01 0.31 0.34 -fruitée fruité adj f s 0.38 1.01 0.01 0.54 -fruitées fruité adj f p 0.38 1.01 0.00 0.07 -fruités fruité adj m p 0.38 1.01 0.06 0.07 -frêle frêle adj s 1.19 12.03 1.00 9.80 -frêles frêle adj p 1.19 12.03 0.19 2.23 -frémi frémir ver m s 3.86 24.26 0.43 1.49 par:pas; -frémir frémir ver 3.86 24.26 1.38 6.22 inf; -frémirait frémir ver 3.86 24.26 0.14 0.07 cnd:pre:3s; -frémirent frémir ver 3.86 24.26 0.00 1.08 ind:pas:3p; -frémiront frémir ver 3.86 24.26 0.00 0.07 ind:fut:3p; -frémis frémir ver m p 3.86 24.26 1.06 1.08 ind:pre:1s;ind:pre:2s;par:pas; -frémissaient frémir ver 3.86 24.26 0.00 2.23 ind:imp:3p; -frémissais frémir ver 3.86 24.26 0.00 0.41 ind:imp:1s; -frémissait frémir ver 3.86 24.26 0.02 2.16 ind:imp:3s; -frémissant frémissant adj m s 0.77 8.45 0.39 2.03 -frémissante frémissant adj f s 0.77 8.45 0.14 3.24 -frémissantes frémissant adj f p 0.77 8.45 0.10 1.69 -frémissants frémissant adj m p 0.77 8.45 0.14 1.49 -frémisse frémir ver 3.86 24.26 0.00 0.07 sub:pre:3s; -frémissement frémissement nom m s 0.66 10.34 0.55 8.58 -frémissements frémissement nom m p 0.66 10.34 0.11 1.76 -frémissent frémir ver 3.86 24.26 0.34 1.82 ind:pre:3p; -frémissez frémir ver 3.86 24.26 0.00 0.07 ind:pre:2p; -frémit frémir ver 3.86 24.26 0.46 5.68 ind:pre:3s;ind:pas:3s; -frêne frêne nom m s 1.81 2.50 1.71 1.62 -frênes frêne nom m p 1.81 2.50 0.10 0.88 -frénésie frénésie nom f s 1.25 8.51 1.23 7.77 -frénésies frénésie nom f p 1.25 8.51 0.02 0.74 -frénétique frénétique adj s 0.61 6.28 0.52 4.12 -frénétiquement frénétiquement adv 0.26 2.97 0.26 2.97 -frénétiques frénétique adj p 0.61 6.28 0.09 2.16 -fréon fréon nom m s 0.21 0.00 0.21 0.00 -fréquemment fréquemment adv 1.16 8.24 1.16 8.24 -fréquence fréquence nom f s 10.12 2.43 7.61 2.23 -fréquences fréquence nom f p 10.12 2.43 2.51 0.20 -fréquent fréquent adj m s 4.14 12.09 2.39 3.78 -fréquenta fréquenter ver 18.97 30.81 0.01 0.68 ind:pas:3s; -fréquentable fréquentable adj m s 0.37 1.01 0.22 0.34 -fréquentables fréquentable adj m p 0.37 1.01 0.15 0.68 -fréquentai fréquenter ver 18.97 30.81 0.00 0.34 ind:pas:1s; -fréquentaient fréquenter ver 18.97 30.81 0.24 2.30 ind:imp:3p; -fréquentais fréquenter ver 18.97 30.81 0.96 1.22 ind:imp:1s;ind:imp:2s; -fréquentait fréquenter ver 18.97 30.81 1.55 5.54 ind:imp:3s; -fréquentant fréquenter ver 18.97 30.81 0.04 0.81 par:pre; -fréquentation fréquentation nom f s 2.81 5.74 0.46 2.97 -fréquentations fréquentation nom f p 2.81 5.74 2.35 2.77 -fréquente fréquenter ver 18.97 30.81 4.76 3.45 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -fréquentent fréquenter ver 18.97 30.81 0.64 0.74 ind:pre:3p; -fréquenter fréquenter ver 18.97 30.81 4.57 6.76 ind:pre:2p;inf; -fréquenterais fréquenter ver 18.97 30.81 0.39 0.14 cnd:pre:1s;cnd:pre:2s; -fréquenterait fréquenter ver 18.97 30.81 0.11 0.00 cnd:pre:3s; -fréquenteras fréquenter ver 18.97 30.81 0.03 0.00 ind:fut:2s; -fréquenterez fréquenter ver 18.97 30.81 0.01 0.07 ind:fut:2p; -fréquentes fréquenter ver 18.97 30.81 2.01 0.61 ind:pre:2s; -fréquentez fréquenter ver 18.97 30.81 0.65 0.47 imp:pre:2p;ind:pre:2p; -fréquentiez fréquenter ver 18.97 30.81 0.17 0.14 ind:imp:2p; -fréquentions fréquenter ver 18.97 30.81 0.14 0.47 ind:imp:1p; -fréquentons fréquenter ver 18.97 30.81 0.09 0.14 ind:pre:1p; -fréquentât fréquenter ver 18.97 30.81 0.00 0.20 sub:imp:3s; -fréquents fréquent adj m p 4.14 12.09 0.27 3.11 -fréquentèrent fréquenter ver 18.97 30.81 0.00 0.07 ind:pas:3p; -fréquenté fréquenter ver m s 18.97 30.81 2.31 3.65 par:pas; -fréquentée fréquenté adj f s 0.86 3.51 0.38 0.74 -fréquentées fréquenter ver f p 18.97 30.81 0.02 0.68 par:pas; -fréquentés fréquenter ver m p 18.97 30.81 0.12 1.42 par:pas; -frérot frérot nom m s 2.50 0.81 2.46 0.68 -frérots frérot nom m p 2.50 0.81 0.04 0.14 -frusquer frusquer ver 0.00 0.14 0.00 0.07 inf; -frusques frusque nom f p 0.64 3.24 0.64 3.24 -frusquée frusquer ver f s 0.00 0.14 0.00 0.07 par:pas; -fruste fruste adj s 0.51 4.86 0.37 3.11 -frustes fruste adj p 0.51 4.86 0.14 1.76 -frustra frustrer ver 2.68 3.38 0.00 0.07 ind:pas:3s; -frustrait frustrer ver 2.68 3.38 0.14 0.27 ind:imp:3s; -frustrant frustrant adj m s 1.39 0.14 1.23 0.00 -frustrante frustrant adj f s 1.39 0.14 0.14 0.14 -frustrantes frustrant adj f p 1.39 0.14 0.02 0.00 -frustration frustration nom f s 3.06 3.85 2.73 3.24 -frustrations frustration nom f p 3.06 3.85 0.33 0.61 -frustre frustrer ver 2.68 3.38 0.37 0.00 ind:pre:3s; -frustrer frustrer ver 2.68 3.38 0.08 0.34 inf; -frustrât frustrer ver 2.68 3.38 0.00 0.14 sub:imp:3s; -frustré frustré adj m s 1.98 2.43 1.14 1.15 -frustrée frustré adj f s 1.98 2.43 0.62 0.68 -frustrées frustré nom f p 0.78 0.81 0.04 0.07 -frustrés frustrer ver m p 2.68 3.38 0.49 0.74 par:pas; -fréta fréter ver 0.01 0.74 0.00 0.14 ind:pas:3s; -frétait fréter ver 0.01 0.74 0.00 0.07 ind:imp:3s; -frétant fréter ver 0.01 0.74 0.00 0.07 par:pre; -fréter fréter ver 0.01 0.74 0.01 0.14 inf; -frétilla frétiller ver 0.60 3.58 0.00 0.14 ind:pas:3s; -frétillaient frétiller ver 0.60 3.58 0.01 0.27 ind:imp:3p; -frétillait frétiller ver 0.60 3.58 0.10 0.61 ind:imp:3s; -frétillant frétillant adj m s 0.22 1.89 0.07 0.61 -frétillante frétillant adj f s 0.22 1.89 0.13 0.47 -frétillantes frétillant adj f p 0.22 1.89 0.00 0.27 -frétillants frétillant adj m p 0.22 1.89 0.02 0.54 -frétillard frétillard adj m s 0.00 0.14 0.00 0.07 -frétillarde frétillard adj f s 0.00 0.14 0.00 0.07 -frétille frétiller ver 0.60 3.58 0.30 0.95 imp:pre:2s;ind:pre:1s;ind:pre:3s; -frétillement frétillement nom m s 0.00 0.34 0.00 0.27 -frétillements frétillement nom m p 0.00 0.34 0.00 0.07 -frétillent frétiller ver 0.60 3.58 0.06 0.27 ind:pre:3p; -frétiller frétiller ver 0.60 3.58 0.08 0.54 inf; -frétillon frétillon adj m s 0.00 0.20 0.00 0.20 -frétillé frétiller ver m s 0.60 3.58 0.00 0.07 par:pas; -frétèrent fréter ver 0.01 0.74 0.00 0.07 ind:pas:3p; -frété fréter ver m s 0.01 0.74 0.00 0.14 par:pas; -frétée fréter ver f s 0.01 0.74 0.00 0.07 par:pas; -fèces fèces nom f p 0.32 0.20 0.32 0.20 -fère fer nom f s 37.08 114.19 0.02 0.20 -fève fève nom f s 1.12 1.89 0.44 0.61 -fèves fève nom f p 1.12 1.89 0.68 1.28 -féal féal adj m s 0.01 0.20 0.01 0.14 -féaux féal adj m p 0.01 0.20 0.00 0.07 -fébrile fébrile adj s 0.98 7.16 0.94 5.27 -fébrilement fébrilement adv 0.24 4.53 0.24 4.53 -fébriles fébrile adj p 0.98 7.16 0.05 1.89 -fébrilité fébrilité nom f s 0.01 2.36 0.01 2.36 -fécal fécal adj m s 0.27 0.88 0.05 0.27 -fécale fécal adj f s 0.27 0.88 0.06 0.47 -fécales fécal adj f p 0.27 0.88 0.13 0.07 -fécalome fécalome nom m s 0.01 0.00 0.01 0.00 -fécaux fécal adj m p 0.27 0.88 0.03 0.07 -fuchsia fuchsia adj 0.06 0.34 0.06 0.34 -fuchsias fuchsia nom m p 0.04 0.34 0.00 0.20 -fécond fécond adj m s 0.94 3.92 0.04 0.68 -fécondais féconder ver 1.46 3.04 0.00 0.07 ind:imp:1s; -fécondait féconder ver 1.46 3.04 0.00 0.20 ind:imp:3s; -fécondant féconder ver 1.46 3.04 0.10 0.00 par:pre; -fécondante fécondant adj f s 0.00 0.20 0.00 0.07 -fécondateur fécondateur nom m s 0.10 0.00 0.10 0.00 -fécondation fécondation nom f s 0.42 0.74 0.41 0.47 -fécondations fécondation nom f p 0.42 0.74 0.01 0.27 -féconde fécond adj f s 0.94 3.92 0.73 2.09 -fécondent féconder ver 1.46 3.04 0.01 0.14 ind:pre:3p; -féconder féconder ver 1.46 3.04 0.49 0.88 inf; -féconderai féconder ver 1.46 3.04 0.01 0.00 ind:fut:1s; -féconderait féconder ver 1.46 3.04 0.01 0.07 cnd:pre:3s; -fécondes féconder ver 1.46 3.04 0.10 0.00 ind:pre:2s; -fécondez féconder ver 1.46 3.04 0.02 0.00 imp:pre:2p; -fécondité fécondité nom f s 0.44 2.03 0.44 2.03 -féconds fécond adj m p 0.94 3.92 0.10 0.34 -fécondé féconder ver m s 1.46 3.04 0.28 0.68 par:pas; -fécondée féconder ver f s 1.46 3.04 0.28 0.47 par:pas; -fécondées féconder ver f p 1.46 3.04 0.02 0.14 par:pas; -fécondés féconder ver m p 1.46 3.04 0.03 0.07 par:pas; -fécule fécule nom f s 0.17 0.07 0.17 0.07 -féculent féculent nom m s 0.20 0.34 0.02 0.00 -féculents féculent nom m p 0.20 0.34 0.18 0.34 -fédéral fédéral adj m s 13.92 1.76 6.94 0.68 -fédérale fédéral adj f s 13.92 1.76 4.56 0.81 -fédérales fédéral adj f p 13.92 1.76 0.88 0.07 -fédéralisme fédéralisme nom m s 0.14 0.07 0.14 0.07 -fédéraliste fédéraliste adj s 0.03 0.00 0.03 0.00 -fédérateur fédérateur adj m s 0.03 0.00 0.03 0.00 -fédération fédération nom f s 2.56 2.36 2.56 2.23 -fédérations fédération nom f p 2.56 2.36 0.00 0.14 -fédérative fédératif adj f s 0.00 0.07 0.00 0.07 -fédératrice fédérateur nom f s 0.01 0.07 0.01 0.00 -fédéraux fédéral nom m p 4.25 0.14 3.91 0.07 -fédérer fédérer ver 0.09 0.20 0.00 0.07 inf; -fédéré fédéré nom m s 0.15 0.34 0.01 0.07 -fédérée fédéré adj f s 0.03 0.34 0.01 0.07 -fédérées fédéré adj f p 0.03 0.34 0.00 0.07 -fédérés fédéré nom m p 0.15 0.34 0.14 0.27 -fée fée nom f s 15.32 11.35 8.30 6.62 -fuel_oil fuel_oil nom m s 0.00 0.07 0.00 0.07 -fuel fuel nom m s 1.03 0.27 1.03 0.27 -féerie féerie nom f s 0.46 3.72 0.46 3.18 -féeries féerie nom f p 0.46 3.72 0.00 0.54 -féerique féerique adj s 0.46 3.18 0.42 2.36 -féeriquement féeriquement adv 0.00 0.27 0.00 0.27 -féeriques féerique adj p 0.46 3.18 0.04 0.81 -fées fée nom f p 15.32 11.35 7.01 4.73 -fugace fugace adj s 0.85 4.39 0.68 3.18 -fugacement fugacement adv 0.00 0.54 0.00 0.54 -fugaces fugace adj p 0.85 4.39 0.17 1.22 -fugacité fugacité nom f s 0.11 0.07 0.11 0.07 -fugitif fugitif nom m s 4.84 3.78 2.41 1.28 -fugitifs fugitif nom m p 4.84 3.78 1.96 1.69 -fugitive fugitif nom f s 4.84 3.78 0.47 0.74 -fugitivement fugitivement adv 0.00 2.57 0.00 2.57 -fugitives fugitive nom f p 0.12 0.00 0.12 0.00 -fugu fugu nom m s 0.27 0.00 0.27 0.00 -fuguaient fuguer ver 2.81 0.41 0.01 0.00 ind:imp:3p; -fuguait fuguer ver 2.81 0.41 0.00 0.14 ind:imp:3s; -fugue fugue nom f s 4.16 7.16 3.61 5.68 -fuguent fuguer ver 2.81 0.41 0.23 0.00 ind:pre:3p; -fuguer fuguer ver 2.81 0.41 0.42 0.14 inf; -fuguerais fuguer ver 2.81 0.41 0.01 0.00 cnd:pre:1s; -fugues fugue nom f p 4.16 7.16 0.55 1.49 -fugueur fugueur nom m s 0.81 0.81 0.16 0.27 -fugueurs fugueur nom m p 0.81 0.81 0.14 0.07 -fugueuse fugueur nom f s 0.81 0.81 0.51 0.27 -fugueuses fugueuse nom f p 0.02 0.00 0.02 0.00 -fuguèrent fuguer ver 2.81 0.41 0.01 0.00 ind:pas:3p; -fugué fuguer ver m s 2.81 0.41 1.72 0.07 par:pas; -fuguées fugué adj f p 0.00 0.07 0.00 0.07 -fui fuir ver m s 76.82 76.42 10.68 8.24 par:pas; -fuie fuir ver f s 76.82 76.42 0.58 0.47 par:pas;sub:pre:1s;sub:pre:3s; -fuient fuir ver 76.82 76.42 2.81 2.43 ind:pre:3p; -fuies fuir ver 76.82 76.42 0.21 0.00 sub:pre:2s; -fuir fuir ver 76.82 76.42 30.95 35.88 inf; -fuira fuir ver 76.82 76.42 0.20 0.00 ind:fut:3s; -fuirai fuir ver 76.82 76.42 0.31 0.07 ind:fut:1s; -fuiraient fuir ver 76.82 76.42 0.02 0.07 cnd:pre:3p; -fuirais fuir ver 76.82 76.42 0.25 0.14 cnd:pre:1s;cnd:pre:2s; -fuirait fuir ver 76.82 76.42 0.17 0.14 cnd:pre:3s; -fuiras fuir ver 76.82 76.42 0.27 0.07 ind:fut:2s; -fuirent fuir ver 76.82 76.42 0.20 0.20 ind:pas:3p; -fuirez fuir ver 76.82 76.42 0.03 0.00 ind:fut:2p; -fuiriez fuir ver 76.82 76.42 0.02 0.00 cnd:pre:2p; -fuirions fuir ver 76.82 76.42 0.00 0.07 cnd:pre:1p; -fuirons fuir ver 76.82 76.42 0.16 0.00 ind:fut:1p; -fuiront fuir ver 76.82 76.42 0.31 0.14 ind:fut:3p; -fuis fuir ver m p 76.82 76.42 9.63 2.09 imp:pre:2s;ind:pre:1s;ind:pre:2s;par:pas; -fuisse fuir ver 76.82 76.42 0.01 0.07 sub:imp:1s; -fuit fuir ver 76.82 76.42 6.78 4.86 ind:pre:3s;ind:pas:3s; -fuite fuite nom f s 29.09 34.26 26.02 31.82 -fuiter fuiter ver 0.01 0.07 0.01 0.07 inf; -fuites fuite nom f p 29.09 34.26 3.07 2.43 -fêla fêler ver 1.74 1.89 0.00 0.14 ind:pas:3s; -fêlant fêler ver 1.74 1.89 0.00 0.07 par:pre; -fêle fêle nom f s 0.10 0.00 0.10 0.00 -fêler fêler ver 1.74 1.89 0.14 0.27 inf; -fêles fêler ver 1.74 1.89 0.00 0.07 ind:pre:2s; -fulgores fulgore nom m p 0.00 0.07 0.00 0.07 -fulgura fulgurer ver 0.05 1.15 0.00 0.07 ind:pas:3s; -fulguraient fulgurer ver 0.05 1.15 0.00 0.07 ind:imp:3p; -fulgurait fulgurer ver 0.05 1.15 0.00 0.07 ind:imp:3s; -fulgurance fulgurance nom f s 0.04 0.68 0.03 0.47 -fulgurances fulgurance nom f p 0.04 0.68 0.01 0.20 -fulgurant fulgurant adj m s 0.57 7.84 0.12 2.57 -fulgurante fulgurant adj f s 0.57 7.84 0.40 3.31 -fulgurantes fulgurant adj f p 0.57 7.84 0.01 1.15 -fulgurants fulgurant adj m p 0.57 7.84 0.04 0.81 -fulguration fulguration nom f s 0.01 0.41 0.00 0.20 -fulgurations fulguration nom f p 0.01 0.41 0.01 0.20 -fulgure fulgurer ver 0.05 1.15 0.00 0.07 ind:pre:3s; -fulgurent fulgurer ver 0.05 1.15 0.00 0.14 ind:pre:3p; -fulgurer fulgurer ver 0.05 1.15 0.00 0.07 inf; -fulgurèrent fulgurer ver 0.05 1.15 0.00 0.14 ind:pas:3p; -fulguré fulgurer ver m s 0.05 1.15 0.01 0.20 par:pas; -félibre félibre nom m s 0.00 0.27 0.00 0.07 -félibres félibre nom m p 0.00 0.27 0.00 0.20 -félibrige félibrige nom m s 0.14 0.14 0.14 0.14 -félicita féliciter ver 15.72 24.66 0.01 3.24 ind:pas:3s; -félicitai féliciter ver 15.72 24.66 0.01 0.81 ind:pas:1s; -félicitaient féliciter ver 15.72 24.66 0.02 0.88 ind:imp:3p; -félicitais féliciter ver 15.72 24.66 0.05 1.01 ind:imp:1s; -félicitait féliciter ver 15.72 24.66 0.11 2.77 ind:imp:3s; -félicitant féliciter ver 15.72 24.66 0.06 0.47 par:pre; -félicitation félicitation nom f s 60.08 5.07 0.84 0.00 -félicitations félicitation nom f p 60.08 5.07 59.23 5.07 -félicite féliciter ver 15.72 24.66 5.46 4.80 imp:pre:2s;ind:pre:1s;ind:pre:3s; -félicitent féliciter ver 15.72 24.66 0.17 0.34 ind:pre:3p; -féliciter féliciter ver 15.72 24.66 7.10 6.15 inf;;inf;;inf;; -félicitera féliciter ver 15.72 24.66 0.06 0.07 ind:fut:3s; -féliciterai féliciter ver 15.72 24.66 0.21 0.07 ind:fut:1s; -féliciteraient féliciter ver 15.72 24.66 0.01 0.07 cnd:pre:3p; -féliciterais féliciter ver 15.72 24.66 0.01 0.00 cnd:pre:1s; -féliciterait féliciter ver 15.72 24.66 0.00 0.20 cnd:pre:3s; -féliciteras féliciter ver 15.72 24.66 0.01 0.00 ind:fut:2s; -féliciteriez féliciter ver 15.72 24.66 0.00 0.07 cnd:pre:2p; -félicitez féliciter ver 15.72 24.66 0.38 0.20 imp:pre:2p;ind:pre:2p; -félicitiez féliciter ver 15.72 24.66 0.00 0.07 ind:imp:2p; -félicitions féliciter ver 15.72 24.66 0.00 0.27 ind:imp:1p; -félicitâmes féliciter ver 15.72 24.66 0.00 0.07 ind:pas:1p; -félicitons féliciter ver 15.72 24.66 0.37 0.34 imp:pre:1p;ind:pre:1p; -félicitèrent féliciter ver 15.72 24.66 0.00 0.54 ind:pas:3p; -félicité félicité nom f s 2.12 3.38 2.10 2.97 -félicitée féliciter ver f s 15.72 24.66 0.07 0.41 par:pas; -félicités féliciter ver m p 15.72 24.66 0.25 0.14 par:pas; -félidé félidé nom m s 0.00 0.07 0.00 0.07 -fuligineuse fuligineux adj f s 0.01 1.69 0.00 0.47 -fuligineuses fuligineux adj f p 0.01 1.69 0.00 0.14 -fuligineux fuligineux adj m 0.01 1.69 0.01 1.08 -fuligule fuligule nom m s 0.02 0.00 0.02 0.00 -félin félin nom m s 0.35 1.08 0.26 0.88 -féline félin adj f s 0.34 2.09 0.20 1.22 -félinement félinement adv 0.00 0.07 0.00 0.07 -félines félin adj f p 0.34 2.09 0.03 0.27 -félinité félinité nom f s 0.01 0.00 0.01 0.00 -félins félin nom m p 0.35 1.08 0.09 0.20 -full_contact full_contact nom m s 0.04 0.00 0.04 0.00 -full full nom m s 2.28 0.41 2.27 0.27 -fullerène fullerène nom m s 0.04 0.00 0.04 0.00 -fulls full nom m p 2.28 0.41 0.01 0.14 -fulmicoton fulmicoton nom m s 0.00 0.14 0.00 0.14 -fulmina fulminer ver 0.30 2.77 0.00 0.74 ind:pas:3s; -fulminaient fulminer ver 0.30 2.77 0.00 0.07 ind:imp:3p; -fulminais fulminer ver 0.30 2.77 0.00 0.14 ind:imp:1s; -fulminait fulminer ver 0.30 2.77 0.01 0.74 ind:imp:3s; -fulminant fulminant adj m s 0.43 1.01 0.21 0.34 -fulminante fulminant adj f s 0.43 1.01 0.22 0.34 -fulminantes fulminant adj f p 0.43 1.01 0.00 0.14 -fulminants fulminant adj m p 0.43 1.01 0.00 0.20 -fulminate fulminate nom m s 0.05 0.07 0.05 0.07 -fulmination fulmination nom f s 0.02 0.41 0.02 0.27 -fulminations fulmination nom f p 0.02 0.41 0.00 0.14 -fulmine fulminer ver 0.30 2.77 0.07 0.61 ind:pre:1s;ind:pre:3s; -fulminement fulminement nom m s 0.00 0.07 0.00 0.07 -fulminent fulminer ver 0.30 2.77 0.00 0.14 ind:pre:3p; -fulminer fulminer ver 0.30 2.77 0.10 0.27 inf; -fulminera fulminer ver 0.30 2.77 0.01 0.00 ind:fut:3s; -félon félon nom m s 0.50 0.27 0.33 0.27 -félonie félonie nom f s 0.17 0.34 0.17 0.34 -félonne félon adj f s 0.09 0.20 0.01 0.00 -félons félon nom m p 0.50 0.27 0.17 0.00 -fêlé fêler ver m s 1.74 1.89 0.84 0.68 par:pas; -fêlée fêler ver f s 1.74 1.89 0.50 0.47 par:pas; -fêlées fêler ver f p 1.74 1.89 0.16 0.00 par:pas; -fêlure fêlure nom f s 0.26 1.76 0.23 1.55 -fêlures fêlure nom f p 0.26 1.76 0.03 0.20 -fêlés fêlé nom m p 1.00 0.41 0.36 0.14 -fuma fumer ver 98.49 84.39 0.24 1.55 ind:pas:3s; -fumaga fumaga nom f s 0.00 0.07 0.00 0.07 -fumage fumage nom m s 0.07 0.07 0.07 0.07 -fumai fumer ver 98.49 84.39 0.00 0.20 ind:pas:1s; -fumaient fumer ver 98.49 84.39 0.52 5.20 ind:imp:3p; -fumailler fumailler ver 0.00 0.14 0.00 0.07 inf; -fumaillé fumailler ver m s 0.00 0.14 0.00 0.07 par:pas; -fumais fumer ver 98.49 84.39 1.65 1.28 ind:imp:1s;ind:imp:2s; -fumaison fumaison nom f s 0.00 0.07 0.00 0.07 -fumait fumer ver 98.49 84.39 2.70 15.07 ind:imp:3s; -fumant fumant adj m s 1.78 11.35 1.04 4.12 -fumante fumant adj f s 1.78 11.35 0.37 2.91 -fumantes fumant adj f p 1.78 11.35 0.06 2.36 -fumants fumant adj m p 1.78 11.35 0.31 1.96 -fumasse fumasse adj s 0.12 0.20 0.12 0.20 -fume_cigarette fume_cigarette nom m s 0.27 2.09 0.17 1.82 -fume_cigarette fume_cigarette nom m p 0.27 2.09 0.10 0.27 -fume fumer ver 98.49 84.39 29.46 15.20 imp:pre:2s;ind:pre:1s;ind:pre:3s; -fument fumer ver 98.49 84.39 2.66 3.72 ind:pre:3p; -fumer fumer ver 98.49 84.39 35.91 20.88 inf; -fumera fumer ver 98.49 84.39 0.08 0.07 ind:fut:3s; -fumerai fumer ver 98.49 84.39 0.34 0.27 ind:fut:1s; -fumeraient fumer ver 98.49 84.39 0.00 0.14 cnd:pre:3p; -fumerais fumer ver 98.49 84.39 0.15 0.20 cnd:pre:1s;cnd:pre:2s; -fumerait fumer ver 98.49 84.39 0.03 0.20 cnd:pre:3s; -fumeras fumer ver 98.49 84.39 0.22 0.00 ind:fut:2s; -fumerez fumer ver 98.49 84.39 0.17 0.00 ind:fut:2p; -fumerie fumerie nom f s 0.48 0.68 0.46 0.27 -fumeries fumerie nom f p 0.48 0.68 0.03 0.41 -fumerolles fumerolle nom f p 0.01 0.81 0.01 0.81 -fumeron fumeron nom m s 0.00 0.14 0.00 0.07 -fumeronne fumeronner ver 0.00 0.07 0.00 0.07 ind:pre:3s; -fumerons fumer ver 98.49 84.39 0.00 0.14 ind:fut:1p; -fumes fumer ver 98.49 84.39 9.68 1.49 ind:pre:2s; -fumet fumet nom m s 0.25 4.26 0.24 3.51 -fumets fumet nom m p 0.25 4.26 0.01 0.74 -fumette fumette nom f s 0.28 0.07 0.28 0.07 -fumeur fumeur nom m s 3.82 3.04 2.09 1.96 -fumeurs fumeur nom m p 3.82 3.04 1.56 0.88 -fumeuse fumeux adj f s 0.36 3.38 0.23 0.95 -fumeuses fumeux adj f p 0.36 3.38 0.08 0.95 -fumeux fumeux adj m 0.36 3.38 0.05 1.49 -fumez fumer ver 98.49 84.39 5.75 1.28 imp:pre:2p;ind:pre:2p; -fumier fumier nom m s 18.74 16.69 15.66 13.11 -fumiers fumier nom m p 18.74 16.69 3.08 3.45 -fumiez fumer ver 98.49 84.39 0.34 0.14 ind:imp:2p; -fumigateur fumigateur nom m s 0.01 0.00 0.01 0.00 -fumigation fumigation nom f s 0.34 0.54 0.25 0.14 -fumigations fumigation nom f p 0.34 0.54 0.10 0.41 -fumiger fumiger ver 0.13 0.00 0.09 0.00 inf; -fumigène fumigène adj s 0.96 0.47 0.33 0.27 -fumigènes fumigène adj p 0.96 0.47 0.63 0.20 -fumigé fumiger ver m s 0.13 0.00 0.04 0.00 par:pas; -féminin féminin adj m s 16.88 32.91 7.51 11.28 -féminine féminin adj f s 16.88 32.91 6.50 13.38 -féminines féminin adj f p 16.88 32.91 0.98 3.92 -féminins féminin adj m p 16.88 32.91 1.89 4.32 -féminisaient féminiser ver 0.00 0.20 0.00 0.07 ind:imp:3p; -féminisation féminisation nom f s 0.01 0.00 0.01 0.00 -féminiser féminiser ver 0.00 0.20 0.00 0.07 inf; -féminisme féminisme nom m s 0.46 0.41 0.46 0.41 -féministe féministe adj s 1.12 2.03 0.79 1.62 -féministes féministe nom p 1.42 1.15 0.70 0.81 -féminisé féminiser ver m s 0.00 0.20 0.00 0.07 par:pas; -féminité féminité nom f s 1.87 4.80 1.87 4.73 -féminitude féminitude nom f s 0.00 0.07 0.00 0.07 -féminités féminité nom f p 1.87 4.80 0.00 0.07 -fumions fumer ver 98.49 84.39 0.10 0.27 ind:imp:1p; -fumiste fumiste nom s 0.63 0.20 0.59 0.07 -fumisterie fumisterie nom f s 0.30 0.34 0.29 0.27 -fumisteries fumisterie nom f p 0.30 0.34 0.01 0.07 -fumistes fumiste nom p 0.63 0.20 0.03 0.14 -fumière fumier nom f s 18.74 16.69 0.00 0.14 -fumoir fumoir nom m s 0.31 1.49 0.31 1.49 -fumâmes fumer ver 98.49 84.39 0.00 0.14 ind:pas:1p; -fumons fumer ver 98.49 84.39 0.68 0.81 imp:pre:1p;ind:pre:1p; -fémoral fémoral adj m s 0.94 0.34 0.11 0.00 -fémorale fémoral adj f s 0.94 0.34 0.59 0.20 -fémorales fémoral adj f p 0.94 0.34 0.01 0.14 -fémoraux fémoral adj m p 0.94 0.34 0.23 0.00 -fumât fumer ver 98.49 84.39 0.00 0.07 sub:imp:3s; -fumèrent fumer ver 98.49 84.39 0.01 1.01 ind:pas:3p; -fumé fumer ver m s 98.49 84.39 6.75 4.19 par:pas; -fumée fumée nom f s 20.25 67.36 19.91 55.88 -fumées fumée nom f p 20.25 67.36 0.34 11.49 -fémur fémur nom m s 1.48 0.81 1.42 0.61 -fumure fumure nom f s 0.00 0.07 0.00 0.07 -fémurs fémur nom m p 1.48 0.81 0.06 0.20 -fumés fumer ver m p 98.49 84.39 0.23 0.27 par:pas; -fun fun nom m s 2.85 0.07 2.85 0.07 -funambule funambule nom s 0.80 1.62 0.52 1.35 -funambules funambule nom p 0.80 1.62 0.28 0.27 -funambulesque funambulesque adj s 0.00 0.07 0.00 0.07 -fénelonienne fénelonien adj f s 0.00 0.07 0.00 0.07 -funeste funeste adj s 4.97 4.86 4.22 3.11 -funestement funestement adv 0.00 0.07 0.00 0.07 -funestes funeste adj p 4.97 4.86 0.75 1.76 -fung fung adj m s 0.13 0.00 0.13 0.00 -funiculaire funiculaire nom m s 0.20 1.01 0.20 0.88 -funiculaires funiculaire nom m p 0.20 1.01 0.00 0.14 -funk funk adj 1.06 0.14 1.06 0.14 -funky funky adj 1.51 0.07 1.51 0.07 -funèbre funèbre adj s 8.07 16.35 4.21 11.69 -funèbres funèbre adj p 8.07 16.35 3.86 4.66 -funérailles funérailles nom f p 9.75 4.53 9.75 4.53 -funéraire funéraire adj s 1.68 4.59 1.39 2.84 -funéraires funéraire adj p 1.68 4.59 0.29 1.76 -funérarium funérarium nom m s 0.55 0.07 0.54 0.07 -funérariums funérarium nom m p 0.55 0.07 0.01 0.00 -féodal féodal adj m s 0.38 2.70 0.13 1.22 -féodale féodal adj f s 0.38 2.70 0.10 0.61 -féodales féodal adj f p 0.38 2.70 0.11 0.20 -féodalisme féodalisme nom m s 0.02 0.14 0.02 0.14 -féodalité féodalité nom f s 0.02 0.27 0.02 0.27 -féodaux féodal adj m p 0.38 2.70 0.04 0.68 -fur_et_à_mesure fur_et_à_mesure nom m s 1.62 17.84 1.62 17.84 -féra féra nom f s 0.00 0.14 0.00 0.07 -féras féra nom f p 0.00 0.14 0.00 0.07 -furax furax adj m 4.51 0.81 4.51 0.81 -furent être aux 8074.24 6501.82 8.96 40.74 ind:pas:3p; -furet furet nom m s 0.87 0.20 0.69 0.14 -fureta fureter ver 0.55 2.64 0.00 0.07 ind:pas:3s; -furetage furetage nom m s 0.02 0.07 0.02 0.07 -furetai fureter ver 0.55 2.64 0.00 0.07 ind:pas:1s; -furetaient fureter ver 0.55 2.64 0.00 0.07 ind:imp:3p; -furetait fureter ver 0.55 2.64 0.00 0.20 ind:imp:3s; -furetant fureter ver 0.55 2.64 0.06 0.54 par:pre; -fureter fureter ver 0.55 2.64 0.40 1.08 inf; -fureteur fureteur adj m s 0.01 1.62 0.01 0.54 -fureteurs fureteur adj m p 0.01 1.62 0.00 0.81 -fureteuse fureteur adj f s 0.01 1.62 0.00 0.07 -fureteuses fureteur adj f p 0.01 1.62 0.00 0.20 -furetez fureter ver 0.55 2.64 0.00 0.07 ind:pre:2p; -furets furet nom m p 0.87 0.20 0.19 0.07 -furette furette nom f s 0.00 0.14 0.00 0.14 -fureté fureter ver m s 0.55 2.64 0.05 0.20 par:pas; -fureur fureur nom f s 7.87 33.92 7.03 30.61 -fureurs fureur nom f p 7.87 33.92 0.84 3.31 -féria féria nom f s 0.80 0.34 0.80 0.20 -furia furia nom f s 0.02 0.27 0.02 0.27 -férias féria nom f p 0.80 0.34 0.00 0.14 -furibard furibard adj m s 0.19 1.42 0.17 1.01 -furibarde furibard adj f s 0.19 1.42 0.02 0.34 -furibardes furibard adj f p 0.19 1.42 0.00 0.07 -furibond furibond adj m s 0.37 2.64 0.25 1.35 -furibonde furibond adj f s 0.37 2.64 0.10 0.74 -furibondes furibond adj f p 0.37 2.64 0.00 0.20 -furibonds furibond adj m p 0.37 2.64 0.02 0.34 -furie furie nom f s 2.58 5.74 2.05 5.54 -furies furie nom f p 2.58 5.74 0.53 0.20 -furieuse furieux adj f s 25.31 44.59 6.95 12.30 -furieusement furieusement adv 0.87 7.30 0.87 7.30 -furieuses furieux adj f p 25.31 44.59 0.30 2.77 -furieux furieux adj m 25.31 44.59 18.06 29.53 -furioso furioso adj m s 0.46 0.14 0.46 0.14 -férir férir ver 0.04 0.88 0.04 0.88 inf; -férié férié adj m s 0.97 1.82 0.52 0.81 -fériés férié adj m p 0.97 1.82 0.46 1.01 -féroce féroce adj s 6.33 16.22 4.39 12.30 -férocement férocement adv 0.62 2.97 0.62 2.97 -féroces féroce adj p 6.33 16.22 1.94 3.92 -férocité férocité nom f s 1.20 3.85 1.20 3.72 -férocités férocité nom f p 1.20 3.85 0.00 0.14 -furoncle furoncle nom m s 1.27 0.88 0.61 0.34 -furoncles furoncle nom m p 1.27 0.88 0.66 0.54 -furonculeux furonculeux adj m 0.00 0.07 0.00 0.07 -furonculose furonculose nom f s 0.00 0.14 0.00 0.07 -furonculoses furonculose nom f p 0.00 0.14 0.00 0.07 -furète fureter ver 0.55 2.64 0.02 0.27 imp:pre:2s;ind:pre:1s;ind:pre:3s; -furètent fureter ver 0.55 2.64 0.01 0.07 ind:pre:3p; -furèterais fureter ver 0.55 2.64 0.01 0.00 cnd:pre:1s; -furtif furtif adj m s 2.12 14.59 1.41 5.54 -furtifs furtif adj m p 2.12 14.59 0.26 4.46 -furtive furtif adj f s 2.12 14.59 0.42 3.04 -furtivement furtivement adv 1.13 5.07 1.13 5.07 -furtives furtif adj f p 2.12 14.59 0.04 1.55 -furtivité furtivité nom f s 0.07 0.00 0.07 0.00 -féru féru adj m s 0.30 1.96 0.23 0.81 -férue féru adj f s 0.30 1.96 0.03 0.27 -férues féru adj f p 0.30 1.96 0.00 0.07 -férule férule nom f s 0.07 1.01 0.07 1.01 -férus féru adj m p 0.30 1.96 0.05 0.81 -fus être aux 8074.24 6501.82 3.58 29.53 ind:pas:2s; -fusa fuser ver 1.24 10.14 0.00 0.41 ind:pas:3s; -fusaient fuser ver 1.24 10.14 0.14 2.03 ind:imp:3p; -fusain fusain nom m s 0.33 3.72 0.30 1.76 -fusains fusain nom m p 0.33 3.72 0.02 1.96 -fusait fuser ver 1.24 10.14 0.03 1.28 ind:imp:3s; -fusant fuser ver 1.24 10.14 0.00 0.95 par:pre; -fusante fusant adj f s 0.00 0.74 0.00 0.20 -fusants fusant nom m p 0.00 1.55 0.00 1.28 -fuse fuser ver 1.24 10.14 0.33 1.35 ind:pre:1s;ind:pre:3s; -fuseau fuseau nom m s 0.61 2.43 0.39 0.88 -fuseaux fuseau nom m p 0.61 2.43 0.22 1.55 -fuselage fuselage nom m s 0.44 0.54 0.44 0.47 -fuselages fuselage nom m p 0.44 0.54 0.00 0.07 -fuselé fuseler ver m s 0.01 0.20 0.01 0.00 par:pas; -fuselée fuselé adj f s 0.14 0.81 0.00 0.07 -fuselées fuselé adj f p 0.14 0.81 0.14 0.14 -fuselés fuselé adj m p 0.14 0.81 0.00 0.41 -fusent fuser ver 1.24 10.14 0.21 0.88 ind:pre:3p; -fuser fuser ver 1.24 10.14 0.34 1.22 inf; -fusible fusible nom m s 3.23 0.54 1.59 0.14 -fusibles fusible nom m p 3.23 0.54 1.64 0.41 -fusiforme fusiforme adj m s 0.00 0.20 0.00 0.20 -fusil_mitrailleur fusil_mitrailleur nom m s 0.37 0.41 0.37 0.34 -fusil fusil nom m s 48.61 55.68 36.52 39.32 -fusilier fusilier nom m s 0.63 0.95 0.23 0.00 -fusilier_marin fusilier_marin nom m p 0.04 1.08 0.04 1.08 -fusiliers fusilier nom m p 0.63 0.95 0.40 0.95 -fusilla fusiller ver 6.63 18.24 0.00 0.20 ind:pas:3s; -fusillade fusillade nom f s 9.63 9.39 8.35 8.18 -fusillades fusillade nom f p 9.63 9.39 1.27 1.22 -fusillaient fusiller ver 6.63 18.24 0.00 0.88 ind:imp:3p; -fusillait fusiller ver 6.63 18.24 0.01 0.88 ind:imp:3s; -fusillant fusiller ver 6.63 18.24 0.01 0.20 par:pre; -fusille fusiller ver 6.63 18.24 0.35 0.81 imp:pre:2s;ind:pre:1s;ind:pre:3s; -fusillent fusiller ver 6.63 18.24 0.26 0.54 ind:pre:3p; -fusiller fusiller ver 6.63 18.24 2.19 6.49 inf; -fusillera fusiller ver 6.63 18.24 0.29 0.14 ind:fut:3s; -fusilleraient fusiller ver 6.63 18.24 0.01 0.00 cnd:pre:3p; -fusillerait fusiller ver 6.63 18.24 0.02 0.20 cnd:pre:3s; -fusillerons fusiller ver 6.63 18.24 0.01 0.00 ind:fut:1p; -fusilleront fusiller ver 6.63 18.24 0.04 0.07 ind:fut:3p; -fusilleurs fusilleur nom m p 0.00 0.14 0.00 0.14 -fusillez fusiller ver 6.63 18.24 0.19 0.07 imp:pre:2p;ind:pre:2p; -fusillions fusiller ver 6.63 18.24 0.01 0.07 ind:imp:1p; -fusillons fusiller ver 6.63 18.24 0.14 0.00 ind:pre:1p; -fusillé fusiller ver m s 6.63 18.24 1.96 5.07 par:pas; -fusillée fusillé adj f s 1.29 2.50 0.30 0.07 -fusillées fusiller ver f p 6.63 18.24 0.20 0.07 par:pas; -fusillés fusiller ver m p 6.63 18.24 0.66 2.36 par:pas; -fusil_mitrailleur fusil_mitrailleur nom m p 0.37 0.41 0.00 0.07 -fusils fusil nom m p 48.61 55.68 12.10 16.35 -fusion fusion nom f s 6.64 5.95 6.29 5.74 -fusionnaient fusionner ver 2.36 0.34 0.01 0.07 ind:imp:3p; -fusionnant fusionner ver 2.36 0.34 0.15 0.00 par:pre; -fusionne fusionner ver 2.36 0.34 0.13 0.07 imp:pre:2s;ind:pre:1s;ind:pre:3s; -fusionnel fusionnel adj m s 0.01 0.20 0.00 0.14 -fusionnelle fusionnel adj f s 0.01 0.20 0.01 0.07 -fusionnement fusionnement nom m s 0.01 0.00 0.01 0.00 -fusionnent fusionner ver 2.36 0.34 0.40 0.14 ind:pre:3p; -fusionner fusionner ver 2.36 0.34 1.01 0.00 inf; -fusionneraient fusionner ver 2.36 0.34 0.01 0.00 cnd:pre:3p; -fusionnerait fusionner ver 2.36 0.34 0.01 0.00 cnd:pre:3s; -fusionneront fusionner ver 2.36 0.34 0.04 0.00 ind:fut:3p; -fusionnons fusionner ver 2.36 0.34 0.29 0.00 imp:pre:1p; -fusionné fusionner ver m s 2.36 0.34 0.28 0.07 par:pas; -fusionnés fusionner ver m p 2.36 0.34 0.03 0.00 par:pas; -fusions fusion nom f p 6.64 5.95 0.36 0.20 -fusse être aux 8074.24 6501.82 0.02 1.69 sub:imp:1s; -fussent être aux 8074.24 6501.82 0.30 15.88 sub:imp:3p; -fusses être aux 8074.24 6501.82 0.01 0.07 sub:imp:2s; -fussiez être aux 8074.24 6501.82 0.00 0.07 sub:imp:2p; -fussions être aux 8074.24 6501.82 0.00 0.95 sub:imp:1p; -fustanelle fustanelle nom f s 0.00 0.07 0.00 0.07 -fusèrent fuser ver 1.24 10.14 0.00 1.35 ind:pas:3p; -fustigation fustigation nom f s 0.01 0.14 0.01 0.00 -fustigations fustigation nom f p 0.01 0.14 0.00 0.14 -fustige fustiger ver 0.51 1.22 0.03 0.14 imp:pre:2s;ind:pre:3s; -fustigea fustiger ver 0.51 1.22 0.00 0.14 ind:pas:3s; -fustigeaient fustiger ver 0.51 1.22 0.00 0.07 ind:imp:3p; -fustigeais fustiger ver 0.51 1.22 0.01 0.07 ind:imp:1s; -fustigeait fustiger ver 0.51 1.22 0.00 0.07 ind:imp:3s; -fustigeant fustiger ver 0.51 1.22 0.01 0.07 par:pre; -fustiger fustiger ver 0.51 1.22 0.05 0.41 inf; -fustigez fustiger ver 0.51 1.22 0.10 0.00 imp:pre:2p; -fustigé fustiger ver m s 0.51 1.22 0.14 0.07 par:pas; -fustigée fustiger ver f s 0.51 1.22 0.14 0.14 par:pas; -fustigés fustiger ver m p 0.51 1.22 0.03 0.07 par:pas; -fusé fuser ver m s 1.24 10.14 0.03 0.61 par:pas; -fusée fusée nom f s 10.09 9.26 6.00 4.59 -fusées fusée nom f p 10.09 9.26 4.08 4.66 -fut être aux 8074.24 6501.82 32.92 180.41 ind:pas:3s; -fêta fêter ver 37.10 16.01 0.34 0.34 ind:pas:3s; -futaie futaie nom f s 0.02 5.27 0.00 2.50 -fêtaient fêter ver 37.10 16.01 0.12 0.47 ind:imp:3p; -futaies futaie nom f p 0.02 5.27 0.02 2.77 -futaille futaille nom f s 0.00 1.69 0.00 0.88 -futailles futaille nom f p 0.00 1.69 0.00 0.81 -futaine futaine nom f s 0.10 0.00 0.10 0.00 -fêtait fêter ver 37.10 16.01 0.93 1.08 ind:imp:3s; -futal futal nom m s 0.72 0.54 0.68 0.47 -futals futal nom m p 0.72 0.54 0.04 0.07 -fêtant fêter ver 37.10 16.01 0.05 0.20 par:pre; -fêtard fêtard nom m s 0.77 1.22 0.34 0.20 -fêtards fêtard nom m p 0.77 1.22 0.42 1.01 -fête_dieu fête_dieu nom f s 0.14 0.54 0.14 0.54 -fête fête nom f s 155.97 94.05 138.03 70.41 -fêtent fêter ver 37.10 16.01 0.95 0.41 ind:pre:3p; -fêter fêter ver 37.10 16.01 20.03 7.70 inf; -fêtera fêter ver 37.10 16.01 1.06 0.20 ind:fut:3s; -fêterait fêter ver 37.10 16.01 0.05 0.20 cnd:pre:3s; -fêterons fêter ver 37.10 16.01 0.60 0.41 ind:fut:1p; -fêtes fête nom f p 155.97 94.05 17.94 23.65 -fêtez fêter ver 37.10 16.01 1.02 0.14 imp:pre:2p;ind:pre:2p; -fétiche fétiche nom m s 1.48 5.27 1.03 4.39 -fétiches fétiche nom m p 1.48 5.27 0.45 0.88 -féticheur féticheur nom m s 0.01 0.47 0.00 0.20 -féticheurs féticheur nom m p 0.01 0.47 0.01 0.27 -fétichisations fétichisation nom f p 0.00 0.07 0.00 0.07 -fétichisme fétichisme nom m s 0.64 0.54 0.63 0.54 -fétichismes fétichisme nom m p 0.64 0.54 0.01 0.00 -fétichiste fétichiste nom s 0.43 0.27 0.40 0.14 -fétichistes fétichiste nom p 0.43 0.27 0.04 0.14 -fétide fétide adj s 1.18 2.70 1.10 2.23 -fétides fétide adj p 1.18 2.70 0.08 0.47 -fétidité fétidité nom f s 0.00 0.34 0.00 0.34 -futile futile adj s 2.94 8.31 2.23 4.86 -futilement futilement adv 0.00 0.14 0.00 0.14 -futiles futile adj p 2.94 8.31 0.71 3.45 -futilité futilité nom f s 0.65 3.51 0.22 2.23 -futilités futilité nom f p 0.65 3.51 0.43 1.28 -fêtions fêter ver 37.10 16.01 0.22 0.14 ind:imp:1p; -fêtâmes fêter ver 37.10 16.01 0.00 0.07 ind:pas:1p; -futon futon nom m s 0.32 0.00 0.28 0.00 -fêtons fêter ver 37.10 16.01 2.34 0.34 imp:pre:1p;ind:pre:1p; -futons futon nom m p 0.32 0.00 0.03 0.00 -fêtèrent fêter ver 37.10 16.01 0.00 0.20 ind:pas:3p; -fêté fêter ver m s 37.10 16.01 1.67 1.82 par:pas; -fétu fétu nom m s 0.20 1.69 0.17 0.81 -futé futé adj m s 9.23 1.89 5.96 1.28 -fêtée fêter ver f s 37.10 16.01 0.22 0.27 par:pas; -futée futé adj f s 9.23 1.89 1.74 0.27 -futées futé adj f p 9.23 1.89 0.55 0.14 -fétuque fétuque nom f s 0.01 0.07 0.01 0.07 -futur futur nom m s 26.33 11.89 25.73 10.61 -future futur adj f s 23.20 36.35 7.50 9.86 -futures futur adj f p 23.20 36.35 2.51 5.81 -futurisme futurisme nom m s 0.00 0.07 0.00 0.07 -futuriste futuriste adj s 0.59 0.47 0.36 0.41 -futuristes futuriste adj p 0.59 0.47 0.23 0.07 -futurologue futurologue nom s 0.10 0.00 0.10 0.00 -futurs futur adj m p 23.20 36.35 3.79 6.76 -fêtés fêter ver m p 37.10 16.01 0.13 0.14 par:pas; -fétus fétu nom m p 0.20 1.69 0.03 0.88 -futés futé adj m p 9.23 1.89 0.97 0.20 -fuégien fuégien nom m s 0.00 0.07 0.00 0.07 -féveroles féverole nom f p 0.00 0.14 0.00 0.14 -février février nom m 8.03 22.50 8.03 22.50 -fuyaient fuir ver 76.82 76.42 0.44 4.73 ind:imp:3p; -fuyais fuir ver 76.82 76.42 1.52 1.22 ind:imp:1s;ind:imp:2s; -fuyait fuir ver 76.82 76.42 1.27 8.65 ind:imp:3s; -fuyant fuir ver 76.82 76.42 1.54 5.20 par:pre; -fuyante fuyant adj f s 1.09 8.31 0.19 2.91 -fuyantes fuyant adj f p 1.09 8.31 0.11 0.47 -fuyants fuyant adj m p 1.09 8.31 0.11 1.01 -fuyard fuyard nom m s 1.15 4.73 0.40 1.15 -fuyarde fuyard adj f s 0.04 0.47 0.01 0.14 -fuyards fuyard nom m p 1.15 4.73 0.75 3.45 -fuyez fuir ver 76.82 76.42 4.78 0.47 imp:pre:2p;ind:pre:2p; -fuyiez fuir ver 76.82 76.42 0.26 0.00 ind:imp:2p;sub:pre:2p; -fuyions fuir ver 76.82 76.42 0.18 0.47 ind:imp:1p; -fuyons fuir ver 76.82 76.42 3.23 0.74 imp:pre:1p;ind:pre:1p; -fy fy nom m s 0.01 0.00 0.01 0.00 -g g nom m 10.92 4.66 10.92 4.66 -gît gésir ver 4.77 15.68 2.15 2.64 ind:pre:3s; -gîta gîter ver 0.03 1.28 0.01 0.07 ind:pas:3s; -gîtait gîter ver 0.03 1.28 0.00 0.61 ind:imp:3s; -gîte gîte nom s 1.20 6.49 1.05 5.81 -gîtent gîter ver 0.03 1.28 0.00 0.14 ind:pre:3p; -gîter gîter ver 0.03 1.28 0.00 0.34 inf; -gîtera gîter ver 0.03 1.28 0.02 0.00 ind:fut:3s; -gîtes gîte nom m p 1.20 6.49 0.14 0.68 -gîté gîter ver m s 0.03 1.28 0.00 0.14 par:pas; -gaîment gaîment adv 0.03 0.47 0.03 0.47 -gaîté gaîté nom f s 0.55 6.35 0.55 6.28 -gaîtés gaîté nom f p 0.55 6.35 0.00 0.07 -gaba gaba nom m s 0.01 0.00 0.01 0.00 -gabardine gabardine nom f s 0.25 3.45 0.23 3.11 -gabardines gabardine nom f p 0.25 3.45 0.03 0.34 -gabare gabare nom f s 0.10 0.20 0.10 0.20 -gabariers gabarier nom m p 0.00 0.07 0.00 0.07 -gabarit gabarit nom m s 0.33 1.82 0.30 1.62 -gabarits gabarit nom m p 0.33 1.82 0.03 0.20 -gabarres gabarre nom f p 0.00 0.07 0.00 0.07 -gabbro gabbro nom m s 0.01 0.00 0.01 0.00 -gabe gaber ver 1.01 0.00 1.01 0.00 imp:pre:2s;ind:pre:1s; -gabegie gabegie nom f s 0.04 0.34 0.04 0.34 -gabelle gabelle nom f s 0.02 0.07 0.02 0.07 -gabelou gabelou nom m s 0.00 0.07 0.00 0.07 -gabier gabier nom m s 0.13 0.34 0.09 0.20 -gabiers gabier nom m p 0.13 0.34 0.04 0.14 -gabion gabion nom m s 0.00 0.20 0.00 0.07 -gabions gabion nom m p 0.00 0.20 0.00 0.14 -gable gable nom m s 0.14 0.27 0.01 0.14 -gables gable nom m p 0.14 0.27 0.14 0.14 -gabonais gabonais nom m 0.00 0.34 0.00 0.34 -gabonaise gabonais adj f s 0.00 0.27 0.00 0.07 -gade gade nom m s 0.00 0.07 0.00 0.07 -gadget gadget nom m s 2.80 1.62 1.31 0.41 -gadgets gadget nom m p 2.80 1.62 1.50 1.22 -gadin gadin nom m s 0.12 0.68 0.12 0.54 -gadins gadin nom m p 0.12 0.68 0.00 0.14 -gadjo gadjo nom m s 0.54 0.00 0.54 0.00 -gadolinium gadolinium nom m s 0.01 0.00 0.01 0.00 -gadoue gadoue nom f s 0.37 4.93 0.37 2.36 -gadoues gadoue nom f p 0.37 4.93 0.00 2.57 -gadouille gadouille nom f s 0.00 0.47 0.00 0.47 -gaffa gaffer ver 5.20 5.88 0.00 0.07 ind:pas:3s; -gaffaient gaffer ver 5.20 5.88 0.00 0.07 ind:imp:3p; -gaffais gaffer ver 5.20 5.88 0.00 0.07 ind:imp:1s; -gaffait gaffer ver 5.20 5.88 0.00 0.27 ind:imp:3s; -gaffant gaffer ver 5.20 5.88 0.00 0.20 par:pre; -gaffe gaffe nom f s 34.68 20.47 33.92 17.57 -gaffent gaffer ver 5.20 5.88 0.01 0.27 ind:pre:3p; -gaffer gaffer ver 5.20 5.88 0.07 1.55 inf; -gafferai gaffer ver 5.20 5.88 0.00 0.07 ind:fut:1s; -gaffes gaffe nom f p 34.68 20.47 0.76 2.91 -gaffeur gaffeur nom m s 0.10 0.14 0.08 0.07 -gaffeurs gaffeur nom m p 0.10 0.14 0.01 0.07 -gaffeuse gaffeur nom f s 0.10 0.14 0.01 0.00 -gaffeuses gaffeur adj f p 0.04 0.27 0.00 0.07 -gaffez gaffer ver 5.20 5.88 0.11 0.00 imp:pre:2p; -gaffé gaffer ver m s 5.20 5.88 0.35 0.61 par:pas; -gaffée gaffer ver f s 5.20 5.88 0.00 0.14 par:pas; -gaffés gaffer ver m p 5.20 5.88 0.00 0.07 par:pas; -gag gag nom m s 3.03 1.28 2.41 1.08 -gaga gaga adj 0.61 1.01 0.58 0.88 -gagas gaga adj p 0.61 1.01 0.02 0.14 -gage gage nom m s 15.31 6.76 9.24 4.05 -gageaient gager ver 1.87 1.42 0.00 0.14 ind:imp:3p; -gageons gager ver 1.87 1.42 0.17 0.41 imp:pre:1p; -gager gager ver 1.87 1.42 0.34 0.07 inf; -gagerai gager ver 1.87 1.42 0.01 0.00 ind:fut:1s; -gagerais gager ver 1.87 1.42 0.15 0.20 cnd:pre:1s; -gages gage nom m p 15.31 6.76 6.06 2.70 -gageure gageure nom f s 0.49 1.28 0.35 1.28 -gageures gageure nom f p 0.49 1.28 0.14 0.00 -gagez gager ver 1.87 1.42 0.02 0.00 imp:pre:2p; -gagna gagner ver 294.44 180.88 0.78 12.77 ind:pas:3s; -gagnage gagnage nom m s 0.00 0.20 0.00 0.14 -gagnages gagnage nom m p 0.00 0.20 0.00 0.07 -gagnai gagner ver 294.44 180.88 0.00 2.23 ind:pas:1s; -gagnaient gagner ver 294.44 180.88 0.74 3.99 ind:imp:3p; -gagnais gagner ver 294.44 180.88 2.11 1.76 ind:imp:1s;ind:imp:2s; -gagnait gagner ver 294.44 180.88 2.96 14.12 ind:imp:3s; -gagnant gagnant nom m s 12.56 1.76 8.45 1.35 -gagnante gagnant nom f s 12.56 1.76 1.34 0.14 -gagnantes gagnant nom f p 12.56 1.76 0.10 0.00 -gagnants gagnant nom m p 12.56 1.76 2.68 0.27 -gagne_pain gagne_pain nom m 2.01 1.82 2.01 1.82 -gagne_petit gagne_petit nom m 0.16 0.68 0.16 0.68 -gagne gagner ver 294.44 180.88 53.39 19.66 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -gagnent gagner ver 294.44 180.88 7.02 4.05 ind:pre:3p; -gagner gagner ver 294.44 180.88 92.72 64.59 ind:pre:2p;inf; -gagnera gagner ver 294.44 180.88 5.08 1.49 ind:fut:3s; -gagnerai gagner ver 294.44 180.88 2.14 0.41 ind:fut:1s; -gagneraient gagner ver 294.44 180.88 0.34 0.34 cnd:pre:3p; -gagnerais gagner ver 294.44 180.88 1.52 0.61 cnd:pre:1s;cnd:pre:2s; -gagnerait gagner ver 294.44 180.88 1.95 1.69 cnd:pre:3s; -gagneras gagner ver 294.44 180.88 2.56 0.74 ind:fut:2s; -gagnerez gagner ver 294.44 180.88 2.09 0.68 ind:fut:2p; -gagneriez gagner ver 294.44 180.88 0.38 0.00 cnd:pre:2p; -gagnerions gagner ver 294.44 180.88 0.28 0.00 cnd:pre:1p; -gagnerons gagner ver 294.44 180.88 1.37 0.27 ind:fut:1p; -gagneront gagner ver 294.44 180.88 0.82 0.61 ind:fut:3p; -gagnes gagner ver 294.44 180.88 11.04 1.76 ind:pre:2s;sub:pre:2s; -gagneur gagneur nom m s 0.76 0.74 0.04 0.00 -gagneurs gagneur nom m p 0.76 0.74 0.05 0.07 -gagneuse gagneur nom f s 0.76 0.74 0.67 0.54 -gagneuses gagneuse nom f p 0.02 0.00 0.02 0.00 -gagnez gagner ver 294.44 180.88 7.04 0.41 imp:pre:2p;ind:pre:2p; -gagniez gagner ver 294.44 180.88 0.38 0.07 ind:imp:2p; -gagnions gagner ver 294.44 180.88 0.12 0.41 ind:imp:1p; -gagnâmes gagner ver 294.44 180.88 0.00 0.41 ind:pas:1p; -gagnons gagner ver 294.44 180.88 1.74 0.88 imp:pre:1p;ind:pre:1p; -gagnât gagner ver 294.44 180.88 0.00 0.34 sub:imp:3s; -gagnèrent gagner ver 294.44 180.88 0.09 3.11 ind:pas:3p; -gagné gagner ver m s 294.44 180.88 89.92 33.51 par:pas; -gagnée gagner ver f s 294.44 180.88 2.85 4.46 par:pas; -gagnées gagner ver f p 294.44 180.88 0.29 0.88 par:pas; -gagnés gagner ver m p 294.44 180.88 1.02 1.76 par:pas; -gags gag nom m p 3.03 1.28 0.61 0.20 -gagé gager ver m s 1.87 1.42 0.16 0.00 par:pas; -gagée gager ver f s 1.87 1.42 0.02 0.00 par:pas; -gai gai adj m s 20.00 41.76 10.74 22.64 -gaie gai adj f s 20.00 41.76 6.58 12.70 -gaiement gaiement adv 2.58 16.22 2.58 16.22 -gaies gai adj f p 20.00 41.76 0.88 2.30 -gaieté gaieté nom f s 2.81 27.36 2.81 27.09 -gaietés gaieté nom f p 2.81 27.36 0.00 0.27 -gail gail nom f s 0.00 0.61 0.00 0.61 -gaillard gaillard nom m s 3.40 10.34 2.47 7.30 -gaillarde gaillard adj f s 0.95 3.18 0.25 0.68 -gaillardement gaillardement adv 0.10 0.95 0.10 0.95 -gaillardes gaillard adj f p 0.95 3.18 0.14 0.47 -gaillardise gaillardise nom f s 0.00 0.14 0.00 0.14 -gaillards gaillard nom m p 3.40 10.34 0.90 2.64 -gaillet gaillet nom m s 0.01 0.07 0.01 0.07 -gaillette gaillette nom f s 0.00 0.20 0.00 0.14 -gaillettes gaillette nom f p 0.00 0.20 0.00 0.07 -gain gain nom m s 5.60 5.88 2.58 4.32 -gainaient gainer ver 0.08 3.11 0.00 0.07 ind:imp:3p; -gainait gainer ver 0.08 3.11 0.00 0.14 ind:imp:3s; -gaine_culotte gaine_culotte nom f s 0.01 0.07 0.01 0.07 -gaine gaine nom f s 2.15 3.85 1.16 3.11 -gainent gainer ver 0.08 3.11 0.00 0.07 ind:pre:3p; -gainer gainer ver 0.08 3.11 0.05 0.00 inf; -gaines gaine nom f p 2.15 3.85 0.99 0.74 -gainiers gainier nom m p 0.00 0.07 0.00 0.07 -gains gain nom m p 5.60 5.88 3.02 1.55 -gainé gainer ver m s 0.08 3.11 0.00 0.74 par:pas; -gainée gainer ver f s 0.08 3.11 0.01 0.68 par:pas; -gainées gainer ver f p 0.08 3.11 0.01 0.95 par:pas; -gainés gainer ver m p 0.08 3.11 0.01 0.47 par:pas; -gais gai adj m p 20.00 41.76 1.81 4.12 -gal gal adv 1.18 0.00 1.18 0.00 -gala gala nom m s 3.90 3.65 3.31 2.97 -galactique galactique adj s 1.13 0.14 0.94 0.07 -galactiques galactique adj p 1.13 0.14 0.19 0.07 -galactophore galactophore adj s 0.01 0.00 0.01 0.00 -galago galago nom m s 0.02 0.00 0.02 0.00 -galalithe galalithe nom f s 0.00 0.20 0.00 0.20 -galamment galamment adv 0.07 1.22 0.07 1.22 -galant galant adj m s 5.39 5.81 4.66 2.77 -galante galant adj f s 5.39 5.81 0.11 1.28 -galanterie galanterie nom f s 1.14 2.50 1.00 1.82 -galanteries galanterie nom f p 1.14 2.50 0.13 0.68 -galantes galant adj f p 5.39 5.81 0.16 1.08 -galantine galantine nom f s 0.01 0.88 0.01 0.74 -galantines galantine nom f p 0.01 0.88 0.00 0.14 -galantins galantin nom m p 0.01 0.14 0.01 0.14 -galantisait galantiser ver 0.00 0.14 0.00 0.07 ind:imp:3s; -galantisé galantiser ver m s 0.00 0.14 0.00 0.07 par:pas; -galants galant adj m p 5.39 5.81 0.48 0.68 -galapiat galapiat nom m s 0.01 0.27 0.01 0.14 -galapiats galapiat nom m p 0.01 0.27 0.00 0.14 -galas gala nom m p 3.90 3.65 0.59 0.68 -galate galate nom s 0.05 0.00 0.01 0.00 -galates galate nom p 0.05 0.00 0.04 0.00 -galathée galathée nom f s 0.00 0.07 0.00 0.07 -galaxie galaxie nom f s 9.53 4.12 8.29 2.16 -galaxies galaxie nom f p 9.53 4.12 1.23 1.96 -galbait galber ver 0.10 0.47 0.00 0.07 ind:imp:3s; -galbe galbe nom m s 0.06 1.28 0.05 1.08 -galber galber ver 0.10 0.47 0.00 0.07 inf; -galbes galbe nom m p 0.06 1.28 0.01 0.20 -galbé galbé adj m s 0.04 0.74 0.00 0.20 -galbée galbé adj f s 0.04 0.74 0.02 0.14 -galbées galbé adj f p 0.04 0.74 0.01 0.27 -galbés galber ver m p 0.10 0.47 0.10 0.00 par:pas; -gale gale nom f s 3.52 0.47 3.50 0.47 -galerie_refuge galerie_refuge nom f s 0.00 0.07 0.00 0.07 -galerie galerie nom f s 15.69 32.16 13.64 21.22 -galeries_refuge galeries_refuge nom f p 0.00 0.07 0.00 0.07 -galeries galerie nom f p 15.69 32.16 2.05 10.95 -galeriste galeriste nom s 0.10 0.00 0.10 0.00 -galernes galerne nom f p 0.00 0.07 0.00 0.07 -gales gale nom f p 3.52 0.47 0.03 0.00 -galet galet nom m s 1.18 15.74 0.54 2.70 -galetas galetas nom m 0.14 1.28 0.14 1.28 -galetouse galetouse nom f s 0.00 0.20 0.00 0.20 -galets galet nom m p 1.18 15.74 0.65 13.04 -galette galette nom f s 1.86 6.42 0.67 4.26 -galettes galette nom f p 1.86 6.42 1.19 2.16 -galetteux galetteux adj m 0.00 0.14 0.00 0.14 -galeuse galeux adj f s 2.09 3.18 0.88 1.22 -galeuses galeux adj f p 2.09 3.18 0.24 0.41 -galeux galeux adj m 2.09 3.18 0.97 1.55 -galibot galibot nom m s 0.00 0.14 0.00 0.07 -galibots galibot nom m p 0.00 0.14 0.00 0.07 -galicien galicien nom m s 0.34 0.07 0.34 0.00 -galiciennes galicien adj f p 0.00 0.07 0.00 0.07 -galiciens galicien nom m p 0.34 0.07 0.00 0.07 -galiléen galiléen nom m s 0.06 0.00 0.06 0.00 -galimatias galimatias nom m 0.11 0.47 0.11 0.47 -galion galion nom m s 0.23 1.15 0.21 0.81 -galions galion nom m p 0.23 1.15 0.03 0.34 -galiote galiote nom f s 0.00 0.54 0.00 0.34 -galiotes galiote nom f p 0.00 0.54 0.00 0.20 -galipette galipette nom f s 0.86 1.55 0.21 0.34 -galipettes galipette nom f p 0.86 1.55 0.65 1.22 -gallant galler ver 0.47 0.20 0.47 0.20 par:pre; -galle galle nom f s 0.02 0.20 0.00 0.07 -galles galle nom f p 0.02 0.20 0.02 0.14 -gallicanes gallican adj f p 0.00 0.07 0.00 0.07 -gallicanisme gallicanisme nom m s 0.00 0.14 0.00 0.14 -gallinacé gallinacé nom m s 0.00 0.14 0.00 0.14 -galline galline adj f s 0.27 0.00 0.27 0.00 -gallique gallique adj f s 0.00 0.07 0.00 0.07 -gallium gallium nom m s 0.06 0.07 0.06 0.07 -gallo_romain gallo_romain adj m s 0.00 0.14 0.00 0.07 -gallo_romain gallo_romain adj m p 0.00 0.14 0.00 0.07 -gallo gallo adj s 1.54 0.14 1.54 0.07 -gallois gallois adj m 0.65 0.14 0.49 0.07 -galloise gallois adj f s 0.65 0.14 0.12 0.07 -galloises gallois adj f p 0.65 0.14 0.04 0.00 -gallon gallon nom m s 0.63 0.68 0.18 0.07 -gallons gallon nom m p 0.63 0.68 0.45 0.61 -gallos gallo adj p 1.54 0.14 0.00 0.07 -galoche galoche nom f s 0.09 6.62 0.00 1.69 -galoches galoche nom f p 0.09 6.62 0.09 4.93 -galoché galocher ver m s 0.00 0.14 0.00 0.07 par:pas; -galochés galocher ver m p 0.00 0.14 0.00 0.07 par:pas; -galon galon nom m s 3.16 14.73 0.89 4.12 -galonnage galonnage nom m s 0.00 0.07 0.00 0.07 -galonnait galonner ver 0.01 1.22 0.00 0.07 ind:imp:3s; -galonne galonner ver 0.01 1.22 0.00 0.07 ind:pre:3s; -galonné galonné adj m s 0.09 2.09 0.03 0.74 -galonnée galonné adj f s 0.09 2.09 0.01 0.54 -galonnées galonné adj f p 0.09 2.09 0.01 0.27 -galonnés galonné adj m p 0.09 2.09 0.03 0.54 -galons galon nom m p 3.16 14.73 2.28 10.61 -galop galop nom m s 2.83 13.72 2.83 12.77 -galopa galoper ver 3.14 13.31 0.14 0.61 ind:pas:3s; -galopade galopade nom f s 0.00 3.65 0.00 2.03 -galopades galopade nom f p 0.00 3.65 0.00 1.62 -galopaient galoper ver 3.14 13.31 0.03 1.49 ind:imp:3p; -galopais galoper ver 3.14 13.31 0.01 0.27 ind:imp:1s;ind:imp:2s; -galopait galoper ver 3.14 13.31 0.05 1.55 ind:imp:3s; -galopant galoper ver 3.14 13.31 0.09 1.62 par:pre; -galopante galopant adj f s 0.31 1.89 0.22 1.15 -galopantes galopant adj f p 0.31 1.89 0.01 0.07 -galopants galopant adj m p 0.31 1.89 0.00 0.14 -galope galoper ver 3.14 13.31 0.63 1.96 imp:pre:2s;ind:pre:1s;ind:pre:3s; -galopent galoper ver 3.14 13.31 0.18 1.42 ind:pre:3p; -galoper galoper ver 3.14 13.31 0.95 3.78 inf; -galopera galoper ver 3.14 13.31 0.02 0.00 ind:fut:3s; -galoperaient galoper ver 3.14 13.31 0.00 0.07 cnd:pre:3p; -galoperez galoper ver 3.14 13.31 0.01 0.00 ind:fut:2p; -galopes galoper ver 3.14 13.31 0.13 0.00 ind:pre:2s; -galopez galoper ver 3.14 13.31 0.04 0.00 imp:pre:2p;ind:pre:2p; -galopin galopin nom m s 0.88 4.05 0.32 1.69 -galopine galopin nom f s 0.88 4.05 0.00 0.41 -galopiner galopiner ver 0.00 0.07 0.00 0.07 inf; -galopines galopin nom f p 0.88 4.05 0.00 0.07 -galopins galopin nom m p 0.88 4.05 0.56 1.89 -galopons galoper ver 3.14 13.31 0.27 0.07 imp:pre:1p;ind:pre:1p; -galops galop nom m p 2.83 13.72 0.00 0.95 -galopèrent galoper ver 3.14 13.31 0.00 0.07 ind:pas:3p; -galopé galoper ver m s 3.14 13.31 0.60 0.41 par:pas; -galoubet galoubet nom m s 0.01 0.00 0.01 0.00 -galoup galoup nom m s 0.00 0.20 0.00 0.20 -galène galène nom f s 0.23 0.41 0.23 0.41 -galère galère nom f s 10.26 10.47 8.12 6.08 -galèrent galérer ver 0.91 0.74 0.06 0.00 ind:pre:3p; -galères galère nom f p 10.26 10.47 2.14 4.39 -galtouse galtouse nom f s 0.00 1.28 0.00 1.01 -galtouses galtouse nom f p 0.00 1.28 0.00 0.27 -galéasses galéasse nom f p 0.00 0.14 0.00 0.14 -galuchat galuchat nom m s 0.00 0.34 0.00 0.34 -galée galée nom f s 0.04 0.34 0.00 0.20 -galées galée nom f p 0.04 0.34 0.04 0.14 -galéjade galéjade nom f s 0.29 0.41 0.28 0.34 -galéjades galéjade nom f p 0.29 0.41 0.01 0.07 -galéjeur galéjeur adj m s 0.00 0.07 0.00 0.07 -galéniste galéniste nom m s 0.00 0.07 0.00 0.07 -galérais galérer ver 0.91 0.74 0.01 0.00 ind:imp:1s; -galérait galérer ver 0.91 0.74 0.00 0.07 ind:imp:3s; -galure galure nom m s 0.09 1.08 0.08 0.88 -galérer galérer ver 0.91 0.74 0.36 0.20 inf; -galures galure nom m p 0.09 1.08 0.01 0.20 -galérien galérien nom m s 0.09 1.01 0.07 0.41 -galériens galérien nom m p 0.09 1.01 0.02 0.61 -galurin galurin nom m s 0.04 0.41 0.04 0.41 -galéré galérer ver m s 0.91 0.74 0.23 0.20 par:pas; -galvanique galvanique adj f s 0.00 0.07 0.00 0.07 -galvanisa galvaniser ver 0.51 1.96 0.00 0.07 ind:pas:3s; -galvanisait galvaniser ver 0.51 1.96 0.00 0.20 ind:imp:3s; -galvanisant galvaniser ver 0.51 1.96 0.03 0.14 par:pre; -galvanise galvaniser ver 0.51 1.96 0.02 0.20 ind:pre:3s; -galvaniser galvaniser ver 0.51 1.96 0.20 0.34 inf; -galvanisme galvanisme nom m s 0.02 0.00 0.02 0.00 -galvanisé galvaniser ver m s 0.51 1.96 0.26 0.54 par:pas; -galvanisée galvaniser ver f s 0.51 1.96 0.01 0.34 par:pas; -galvanisées galvaniser ver f p 0.51 1.96 0.00 0.07 par:pas; -galvanisés galvaniser ver m p 0.51 1.96 0.00 0.07 par:pas; -galvaudait galvauder ver 0.16 0.88 0.00 0.07 ind:imp:3s; -galvaudant galvauder ver 0.16 0.88 0.00 0.07 par:pre; -galvaude galvauder ver 0.16 0.88 0.00 0.14 ind:pre:3s; -galvaudent galvauder ver 0.16 0.88 0.00 0.07 ind:pre:3p; -galvauder galvauder ver 0.16 0.88 0.10 0.14 inf; -galvaudeux galvaudeux nom m 0.00 0.14 0.00 0.14 -galvaudez galvauder ver 0.16 0.88 0.00 0.07 imp:pre:2p; -galvaudiez galvauder ver 0.16 0.88 0.00 0.07 ind:imp:2p; -galvaudé galvauder ver m s 0.16 0.88 0.04 0.20 par:pas; -galvaudée galvauder ver f s 0.16 0.88 0.02 0.07 par:pas; -gamahuche gamahucher ver 0.00 0.07 0.00 0.07 ind:pre:3s; -gamay gamay nom m s 0.00 0.07 0.00 0.07 -gambada gambader ver 0.80 2.64 0.00 0.07 ind:pas:3s; -gambadaient gambader ver 0.80 2.64 0.00 0.14 ind:imp:3p; -gambadais gambader ver 0.80 2.64 0.01 0.00 ind:imp:1s; -gambadait gambader ver 0.80 2.64 0.05 0.61 ind:imp:3s; -gambadant gambader ver 0.80 2.64 0.05 0.20 par:pre; -gambadante gambadant adj f s 0.02 0.14 0.00 0.07 -gambade gambader ver 0.80 2.64 0.16 0.54 ind:pre:1s;ind:pre:3s; -gambadent gambader ver 0.80 2.64 0.12 0.27 ind:pre:3p; -gambader gambader ver 0.80 2.64 0.38 0.74 inf; -gambades gambade nom f p 0.01 0.61 0.01 0.47 -gambadeurs gambadeur nom m p 0.00 0.07 0.00 0.07 -gambadez gambader ver 0.80 2.64 0.02 0.00 imp:pre:2p; -gambadèrent gambader ver 0.80 2.64 0.00 0.07 ind:pas:3p; -gambas gamba nom f p 0.45 0.14 0.45 0.14 -gambe gambe nom f s 0.34 0.07 0.34 0.07 -gamberge gamberger ver 0.69 7.70 0.11 1.89 ind:pre:1s;ind:pre:3s; -gambergea gamberger ver 0.69 7.70 0.00 0.07 ind:pas:3s; -gambergeaient gamberger ver 0.69 7.70 0.00 0.07 ind:imp:3p; -gambergeailler gambergeailler ver 0.00 0.07 0.00 0.07 inf; -gambergeais gamberger ver 0.69 7.70 0.01 0.61 ind:imp:1s; -gambergeait gamberger ver 0.69 7.70 0.04 0.74 ind:imp:3s; -gambergeant gamberger ver 0.69 7.70 0.00 0.54 par:pre; -gambergent gamberger ver 0.69 7.70 0.01 0.07 ind:pre:3p; -gambergeons gamberger ver 0.69 7.70 0.00 0.07 imp:pre:1p; -gamberger gamberger ver 0.69 7.70 0.23 2.50 inf; -gamberges gamberger ver 0.69 7.70 0.19 0.20 ind:pre:2s; -gambergez gamberger ver 0.69 7.70 0.02 0.00 imp:pre:2p;ind:pre:2p; -gambergé gamberger ver m s 0.69 7.70 0.09 0.95 par:pas; -gambette gambette nom s 0.33 0.74 0.02 0.20 -gambettes gambette nom p 0.33 0.74 0.31 0.54 -gambillait gambiller ver 0.08 1.35 0.00 0.07 ind:imp:3s; -gambillant gambiller ver 0.08 1.35 0.00 0.20 par:pre; -gambille gambiller ver 0.08 1.35 0.03 0.61 imp:pre:2s;ind:pre:1s;ind:pre:3s; -gambiller gambiller ver 0.08 1.35 0.03 0.14 inf; -gambilles gambiller ver 0.08 1.35 0.02 0.27 ind:pre:2s; -gambilleurs gambilleur nom m p 0.00 0.20 0.00 0.14 -gambilleuses gambilleur nom f p 0.00 0.20 0.00 0.07 -gambillé gambiller ver m s 0.08 1.35 0.00 0.07 par:pas; -gambit gambit nom m s 0.04 0.00 0.04 0.00 -game game nom m s 0.64 0.14 0.64 0.14 -gamelan gamelan nom m s 0.25 0.07 0.25 0.07 -gamelle gamelle nom f s 1.64 13.72 1.29 8.45 -gamelles gamelle nom f p 1.64 13.72 0.34 5.27 -gamin gamin nom m s 92.22 38.78 55.94 19.53 -gaminas gaminer ver 0.00 0.07 0.00 0.07 ind:pas:2s; -gamine gamin nom f s 92.22 38.78 12.00 7.16 -gaminement gaminement nom m s 0.00 0.07 0.00 0.07 -gaminerie gaminerie nom f s 0.40 0.61 0.08 0.20 -gamineries gaminerie nom f p 0.40 0.61 0.32 0.41 -gamines gamin nom f p 92.22 38.78 2.13 2.77 -gamins gamin nom m p 92.22 38.78 22.15 9.32 -gamma gamma nom m 1.94 1.01 1.94 1.01 -gammaglobuline gammaglobuline nom f s 0.03 0.34 0.00 0.20 -gammaglobulines gammaglobuline nom f p 0.03 0.34 0.03 0.14 -gammas gammas nom m 0.04 0.00 0.04 0.00 -gamme gamme nom f s 3.22 7.91 2.67 5.74 -gammes gamme nom f p 3.22 7.91 0.55 2.16 -gammée gammée adj f s 1.27 3.45 0.20 2.43 -gammées gammée adj f p 1.27 3.45 1.07 1.01 -gamète gamète nom m s 0.03 0.20 0.01 0.14 -gamètes gamète nom m p 0.03 0.20 0.02 0.07 -gan gan nom m s 0.27 0.00 0.27 0.00 -ganache ganache nom f s 0.04 0.61 0.04 0.61 -ganaderia ganaderia nom f s 0.00 0.20 0.00 0.14 -ganaderias ganaderia nom f p 0.00 0.20 0.00 0.07 -gandin gandin nom m s 0.56 1.28 0.56 0.95 -gandins gandin nom m p 0.56 1.28 0.00 0.34 -gandoura gandoura nom f s 0.01 0.68 0.01 0.54 -gandourah gandourah nom f s 0.00 0.20 0.00 0.20 -gandouras gandoura nom f p 0.01 0.68 0.00 0.14 -gang gang nom m s 17.48 3.85 12.44 3.04 -ganglion ganglion nom m s 0.61 1.01 0.18 0.41 -ganglionnaires ganglionnaire adj f p 0.00 0.07 0.00 0.07 -ganglions ganglion nom m p 0.61 1.01 0.44 0.61 -gangrena gangrener ver 0.50 0.61 0.00 0.07 ind:pas:3s; -gangrener gangrener ver 0.50 0.61 0.21 0.07 inf; -gangreneux gangreneux adj m s 0.01 0.00 0.01 0.00 -gangrené gangrené adj m s 0.19 0.41 0.17 0.27 -gangrenée gangrener ver f s 0.50 0.61 0.10 0.14 par:pas; -gangrenées gangrené adj f p 0.19 0.41 0.01 0.00 -gangrenés gangrener ver m p 0.50 0.61 0.01 0.07 par:pas; -gangrène gangrène nom f s 1.74 2.23 1.74 2.16 -gangrènes gangrène nom f p 1.74 2.23 0.00 0.07 -gangs gang nom m p 17.48 3.85 5.05 0.81 -gangster gangster nom m s 10.43 6.35 6.75 3.11 -gangsters gangster nom m p 10.43 6.35 3.68 3.24 -gangstérisme gangstérisme nom m s 0.00 0.07 0.00 0.07 -gangue gangue nom f s 0.01 2.03 0.01 1.89 -gangues gangue nom f p 0.01 2.03 0.00 0.14 -ganja ganja nom f s 0.18 0.00 0.18 0.00 -ganse ganse nom f s 0.04 0.68 0.02 0.34 -ganses ganse nom f p 0.04 0.68 0.02 0.34 -gansé ganser ver m s 0.00 0.41 0.00 0.07 par:pas; -gansée ganser ver f s 0.00 0.41 0.00 0.34 par:pas; -gant gant nom m s 25.02 36.01 9.86 7.97 -gantait ganter ver 0.14 3.72 0.00 0.07 ind:imp:3s; -gantant ganter ver 0.14 3.72 0.00 0.07 par:pre; -gante ganter ver 0.14 3.72 0.00 0.07 ind:pre:3s; -gantelet gantelet nom m s 0.37 0.14 0.36 0.07 -gantelets gantelet nom m p 0.37 0.14 0.01 0.07 -ganterie ganterie nom f s 0.00 0.07 0.00 0.07 -gantier gantier nom m s 0.24 0.07 0.24 0.00 -gantières gantier nom f p 0.24 0.07 0.00 0.07 -gants gant nom m p 25.02 36.01 15.16 28.04 -ganté ganté adj m s 0.06 2.50 0.04 0.20 -gantée ganter ver f s 0.14 3.72 0.01 1.82 par:pas; -gantées ganter ver f p 0.14 3.72 0.01 0.74 par:pas; -gantés ganter ver m p 0.14 3.72 0.10 0.20 par:pas; -ganymèdes ganymède nom m p 0.00 0.07 0.00 0.07 -gap gap nom m s 0.01 0.00 0.01 0.00 -gaperon gaperon nom m s 0.00 0.07 0.00 0.07 -gapette gapette nom f s 0.01 0.68 0.01 0.54 -gapettes gapette nom f p 0.01 0.68 0.00 0.14 -gara garer ver 27.18 18.04 0.04 1.15 ind:pas:3s; -garage garage nom m s 25.25 24.12 24.41 22.23 -garages garage nom m p 25.25 24.12 0.83 1.89 -garagiste garagiste nom s 1.25 5.27 1.25 5.00 -garagistes garagiste nom p 1.25 5.27 0.00 0.27 -garaient garer ver 27.18 18.04 0.02 0.20 ind:imp:3p; -garais garer ver 27.18 18.04 0.07 0.07 ind:imp:1s;ind:imp:2s; -garait garer ver 27.18 18.04 0.05 0.34 ind:imp:3s; -garance garance adj 0.01 0.27 0.01 0.27 -garancière garancière nom f s 0.00 0.27 0.00 0.27 -garant garant adj m s 2.39 2.09 2.19 0.81 -garantît garantir ver 19.74 16.82 0.00 0.07 sub:imp:3s; -garante garant adj f s 2.39 2.09 0.16 0.68 -garantes garant adj f p 2.39 2.09 0.00 0.07 -garanti garantir ver m s 19.74 16.82 2.32 2.70 par:pas; -garantie garantie nom f s 9.16 8.24 6.84 5.14 -garanties garantie nom f p 9.16 8.24 2.32 3.11 -garantir garantir ver 19.74 16.82 4.86 4.59 inf; -garantira garantir ver 19.74 16.82 0.20 0.54 ind:fut:3s; -garantirais garantir ver 19.74 16.82 0.01 0.00 cnd:pre:1s; -garantirait garantir ver 19.74 16.82 0.04 0.27 cnd:pre:3s; -garantiriez garantir ver 19.74 16.82 0.01 0.00 cnd:pre:2p; -garantirons garantir ver 19.74 16.82 0.00 0.07 ind:fut:1p; -garantiront garantir ver 19.74 16.82 0.04 0.00 ind:fut:3p; -garantis garantir ver m p 19.74 16.82 7.15 3.51 imp:pre:2s;ind:pre:1s;ind:pre:2s;par:pas; -garantissaient garantir ver 19.74 16.82 0.01 0.34 ind:imp:3p; -garantissais garantir ver 19.74 16.82 0.01 0.07 ind:imp:1s; -garantissait garantir ver 19.74 16.82 0.11 0.95 ind:imp:3s; -garantissant garantir ver 19.74 16.82 0.13 0.68 par:pre; -garantisse garantir ver 19.74 16.82 0.18 0.14 sub:pre:1s;sub:pre:3s; -garantissent garantir ver 19.74 16.82 0.07 0.14 ind:pre:3p; -garantissez garantir ver 19.74 16.82 0.26 0.00 imp:pre:2p;ind:pre:2p; -garantissons garantir ver 19.74 16.82 0.25 0.00 imp:pre:1p;ind:pre:1p; -garantit garantir ver 19.74 16.82 2.30 1.22 ind:pre:3s;ind:pas:3s; -garants garant nom m p 0.97 1.62 0.24 0.34 -garbure garbure nom f s 0.14 0.14 0.14 0.14 -garce garce nom f s 21.71 8.78 20.25 7.36 -garces garce nom f p 21.71 8.78 1.46 1.42 -garcette garcette nom f s 0.00 0.20 0.00 0.07 -garcettes garcette nom f p 0.00 0.20 0.00 0.14 -garda garder ver 338.40 257.50 0.40 11.89 ind:pas:3s; -gardai garder ver 338.40 257.50 0.12 3.65 ind:pas:1s; -gardaient garder ver 338.40 257.50 0.89 8.45 ind:imp:3p; -gardais garder ver 338.40 257.50 3.00 5.74 ind:imp:1s;ind:imp:2s; -gardait garder ver 338.40 257.50 4.52 37.30 ind:imp:3s; -gardant garder ver 338.40 257.50 2.06 9.46 par:pre; -garde_barrière garde_barrière nom m s 0.00 0.95 0.00 0.95 -garde_boue garde_boue nom m 0.05 1.08 0.05 1.08 -garde_côte garde_côte nom m s 1.90 0.14 0.54 0.07 -garde_côte garde_côte nom m p 1.90 0.14 1.36 0.07 -garde_champêtre garde_champêtre nom m s 0.00 0.54 0.00 0.47 -garde_chasse garde_chasse nom m s 0.22 1.42 0.22 1.42 -garde_chiourme garde_chiourme nom m s 0.11 0.74 0.06 0.54 -garde_corps garde_corps nom m 0.01 0.34 0.01 0.34 -garde_feu garde_feu nom m 0.05 0.00 0.05 0.00 -garde_forestier garde_forestier nom s 0.16 0.14 0.16 0.14 -garde_fou garde_fou nom m s 0.30 1.89 0.25 1.49 -garde_fou garde_fou nom m p 0.30 1.89 0.05 0.41 -garde_frontière garde_frontière nom m s 0.16 0.00 0.16 0.00 -garde_malade garde_malade nom s 0.44 1.15 0.44 1.15 -garde_manger garde_manger nom m 0.68 2.77 0.68 2.77 -garde_meuble garde_meuble nom m 0.34 0.20 0.34 0.20 -garde_meubles garde_meubles nom m 0.16 0.34 0.16 0.34 -garde_à_vous garde_à_vous nom m 0.00 5.88 0.00 5.88 -garde_pêche garde_pêche nom m s 0.01 0.07 0.01 0.07 -garde_robe garde_robe nom f s 2.19 2.77 2.17 2.70 -garde_robe garde_robe nom f p 2.19 2.77 0.03 0.07 -garde_voie garde_voie nom m s 0.00 0.07 0.00 0.07 -garde_vue garde_vue nom m 0.25 0.00 0.25 0.00 -garde garder ver 338.40 257.50 93.72 37.70 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:1s;sub:pre:3s; -garden_party garden_party nom f s 0.22 0.34 0.22 0.34 -gardent garder ver 338.40 257.50 6.04 6.35 ind:pre:3p;sub:pre:3p; -garder garder ver 338.40 257.50 123.07 68.31 inf;;inf;;inf;;inf;; -gardera garder ver 338.40 257.50 3.31 2.30 ind:fut:3s; -garderai garder ver 338.40 257.50 5.83 1.89 ind:fut:1s; -garderaient garder ver 338.40 257.50 0.15 0.61 cnd:pre:3p; -garderais garder ver 338.40 257.50 1.19 0.95 cnd:pre:1s;cnd:pre:2s; -garderait garder ver 338.40 257.50 0.74 2.97 cnd:pre:3s; -garderas garder ver 338.40 257.50 1.42 0.61 ind:fut:2s; -garderez garder ver 338.40 257.50 0.72 0.74 ind:fut:2p; -garderie garderie nom f s 1.96 0.61 1.67 0.47 -garderies garderie nom f p 1.96 0.61 0.29 0.14 -garderiez garder ver 338.40 257.50 0.45 0.07 cnd:pre:2p; -garderions garder ver 338.40 257.50 0.03 0.14 cnd:pre:1p; -garderons garder ver 338.40 257.50 1.30 0.41 ind:fut:1p; -garderont garder ver 338.40 257.50 1.05 0.47 ind:fut:3p; -gardes_barrière gardes_barrière nom p 0.00 0.14 0.00 0.14 -gardes_côte gardes_côte nom m p 0.31 0.00 0.31 0.00 -garde_champêtre garde_champêtre nom m p 0.00 0.54 0.00 0.07 -gardes_chasse gardes_chasse nom m s 0.03 0.41 0.03 0.41 -garde_chiourme garde_chiourme nom m p 0.11 0.74 0.04 0.20 -gardes_chiourme gardes_chiourme nom p 0.03 0.14 0.03 0.14 -garde_française garde_française nom m p 0.00 0.07 0.00 0.07 -gardes_frontière gardes_frontière nom m p 0.03 0.41 0.03 0.41 -gardes_voie gardes_voie nom m p 0.00 0.07 0.00 0.07 -gardes garde nom p 104.47 112.09 27.70 22.23 -gardeur gardeur nom m s 0.00 0.34 0.00 0.07 -gardeurs gardeur nom m p 0.00 0.34 0.00 0.07 -gardeuse gardeur nom f s 0.00 0.34 0.00 0.14 -gardeuses gardeur nom f p 0.00 0.34 0.00 0.07 -gardez garder ver 338.40 257.50 39.17 5.20 imp:pre:2p;ind:pre:2p; -gardian gardian nom m s 0.00 0.20 0.00 0.14 -gardians gardian nom m p 0.00 0.20 0.00 0.07 -gardien_chef gardien_chef nom m s 0.22 0.27 0.22 0.27 -gardien gardien nom m s 31.56 31.96 18.55 18.45 -gardiennage gardiennage nom m s 0.05 0.27 0.05 0.27 -gardiennait gardienner ver 0.00 0.07 0.00 0.07 ind:imp:3s; -gardienne gardien nom f s 31.56 31.96 2.81 3.31 -gardiennes gardienne nom f p 0.36 0.00 0.36 0.00 -gardiens gardien nom m p 31.56 31.96 10.20 9.59 -gardiez garder ver 338.40 257.50 1.23 0.61 ind:imp:2p; -gardions garder ver 338.40 257.50 0.56 0.88 ind:imp:1p; -gardois gardois adj m s 0.00 0.07 0.00 0.07 -gardâmes garder ver 338.40 257.50 0.00 0.20 ind:pas:1p; -gardon gardon nom m s 1.06 1.08 0.44 0.41 -gardons garder ver 338.40 257.50 4.58 2.03 imp:pre:1p;ind:pre:1p; -gardât garder ver 338.40 257.50 0.00 0.68 sub:imp:3s; -gardèrent garder ver 338.40 257.50 0.12 0.61 ind:pas:3p; -gardé garder ver m s 338.40 257.50 24.98 36.89 imp:pre:2s;par:pas;par:pas; -gardée garder ver f s 338.40 257.50 3.87 4.93 par:pas; -gardées garder ver f p 338.40 257.50 1.30 0.88 par:pas; -gardénal gardénal nom m s 0.00 1.08 0.00 1.08 -gardénia gardénia nom m s 0.27 0.54 0.11 0.14 -gardénias gardénia nom m p 0.27 0.54 0.16 0.41 -gardés garder ver m p 338.40 257.50 1.50 2.77 par:pas; -gare gare ono 10.79 2.84 10.79 2.84 -garenne garenne nom s 0.66 1.01 0.64 0.68 -garennes garenne nom f p 0.66 1.01 0.02 0.34 -garent garer ver 27.18 18.04 0.14 0.14 ind:pre:3p; -garer garer ver 27.18 18.04 6.70 3.24 inf; -garerai garer ver 27.18 18.04 0.17 0.00 ind:fut:1s; -garerais garer ver 27.18 18.04 0.01 0.00 cnd:pre:1s; -garerait garer ver 27.18 18.04 0.01 0.07 cnd:pre:3s; -gareront garer ver 27.18 18.04 0.01 0.00 ind:fut:3p; -gares gare nom_sup f p 42.15 84.53 1.87 5.95 -garez garer ver 27.18 18.04 2.48 0.27 imp:pre:2p;ind:pre:2p; -gargamelle gargamelle nom f s 0.00 0.07 0.00 0.07 -gargantua gargantua nom m s 0.01 0.00 0.01 0.00 -gargantuesque gargantuesque adj s 0.38 0.41 0.33 0.34 -gargantuesques gargantuesque adj m p 0.38 0.41 0.05 0.07 -gargarisa gargariser ver 0.41 0.74 0.00 0.07 ind:pas:3s; -gargarisaient gargariser ver 0.41 0.74 0.00 0.07 ind:imp:3p; -gargarisait gargariser ver 0.41 0.74 0.01 0.14 ind:imp:3s; -gargarisant gargariser ver 0.41 0.74 0.00 0.14 par:pre; -gargarise gargariser ver 0.41 0.74 0.20 0.14 imp:pre:2s;ind:pre:1s;ind:pre:3s; -gargarisent gargariser ver 0.41 0.74 0.03 0.14 ind:pre:3p; -gargariser gargariser ver 0.41 0.74 0.15 0.07 inf; -gargarisme gargarisme nom m s 0.06 0.34 0.02 0.20 -gargarismes gargarisme nom m p 0.06 0.34 0.04 0.14 -gargarisé gargariser ver m s 0.41 0.74 0.01 0.00 par:pas; -gargote gargote nom f s 0.47 1.55 0.26 0.95 -gargotes gargote nom f p 0.47 1.55 0.21 0.61 -gargotier gargotier nom m s 0.14 0.20 0.14 0.07 -gargotiers gargotier nom m p 0.14 0.20 0.00 0.14 -gargouilla gargouiller ver 0.55 2.36 0.00 0.14 ind:pas:3s; -gargouillaient gargouiller ver 0.55 2.36 0.00 0.07 ind:imp:3p; -gargouillait gargouiller ver 0.55 2.36 0.03 0.54 ind:imp:3s; -gargouillant gargouiller ver 0.55 2.36 0.01 0.14 par:pre; -gargouillante gargouillant adj f s 0.01 0.14 0.00 0.07 -gargouille gargouiller ver 0.55 2.36 0.42 0.81 ind:pre:1s;ind:pre:3s; -gargouillement gargouillement nom m s 0.04 1.15 0.02 0.61 -gargouillements gargouillement nom m p 0.04 1.15 0.02 0.54 -gargouillent gargouiller ver 0.55 2.36 0.03 0.14 ind:pre:3p; -gargouiller gargouiller ver 0.55 2.36 0.05 0.47 inf; -gargouilles gargouille nom f p 0.73 1.82 0.41 0.74 -gargouillette gargouillette nom f s 0.00 0.07 0.00 0.07 -gargouillis gargouillis nom m 0.23 2.50 0.23 2.50 -gargouillé gargouiller ver m s 0.55 2.36 0.01 0.07 par:pas; -gargoulette gargoulette nom f s 0.00 0.47 0.00 0.41 -gargoulettes gargoulette nom f p 0.00 0.47 0.00 0.07 -gargousses gargousse nom f p 0.00 0.07 0.00 0.07 -gari gari nom m s 0.00 0.14 0.00 0.14 -garibaldien garibaldien adj m s 0.14 0.07 0.14 0.00 -garibaldiens garibaldien nom m p 0.40 0.00 0.40 0.00 -garions garer ver 27.18 18.04 0.01 0.07 ind:imp:1p; -garnement garnement nom m s 1.94 2.64 1.42 1.22 -garnements garnement nom m p 1.94 2.64 0.52 1.42 -garni garnir ver m s 1.04 16.42 0.26 3.99 par:pas; -garnie garnir ver f s 1.04 16.42 0.34 4.19 par:pas; -garnies garnir ver f p 1.04 16.42 0.07 2.30 par:pas; -garnir garnir ver 1.04 16.42 0.16 1.89 inf; -garnirent garnir ver 1.04 16.42 0.00 0.07 ind:pas:3p; -garniront garnir ver 1.04 16.42 0.00 0.07 ind:fut:3p; -garnis garni adj m p 0.66 6.01 0.21 1.96 -garnison garnison nom f s 3.23 11.35 3.13 8.38 -garnisons garnison nom f p 3.23 11.35 0.10 2.97 -garnissage garnissage nom m s 0.01 0.00 0.01 0.00 -garnissaient garnir ver 1.04 16.42 0.00 0.68 ind:imp:3p; -garnissais garnir ver 1.04 16.42 0.01 0.07 ind:imp:1s; -garnissait garnir ver 1.04 16.42 0.00 0.95 ind:imp:3s; -garnissant garnir ver 1.04 16.42 0.00 0.34 par:pre; -garnissent garnir ver 1.04 16.42 0.01 0.34 ind:pre:3p; -garnissez garnir ver 1.04 16.42 0.00 0.07 imp:pre:2p; -garnit garnir ver 1.04 16.42 0.02 0.54 ind:pre:3s;ind:pas:3s; -garniture garniture nom f s 1.03 2.30 0.80 1.28 -garnitures garniture nom f p 1.03 2.30 0.23 1.01 -garno garno nom m s 0.00 0.07 0.00 0.07 -garons garer ver 27.18 18.04 0.04 0.07 imp:pre:1p;ind:pre:1p; -garou garou nom m s 0.03 0.14 0.03 0.14 -garrick garrick nom m s 0.00 0.07 0.00 0.07 -garrigue garrigue nom f s 0.54 1.96 0.54 1.49 -garrigues garrigue nom f p 0.54 1.96 0.00 0.47 -garrot garrot nom m s 1.58 2.43 1.55 2.30 -garrots garrot nom m p 1.58 2.43 0.03 0.14 -garrottaient garrotter ver 0.35 0.68 0.00 0.07 ind:imp:3p; -garrotte garrotter ver 0.35 0.68 0.28 0.20 imp:pre:2s;ind:pre:1s;ind:pre:3s; -garrottent garrotter ver 0.35 0.68 0.01 0.00 ind:pre:3p; -garrotter garrotter ver 0.35 0.68 0.01 0.07 inf; -garrotté garrotter ver m s 0.35 0.68 0.03 0.07 par:pas; -garrottée garrotter ver f s 0.35 0.68 0.01 0.14 par:pas; -garrottés garrotter ver m p 0.35 0.68 0.01 0.14 par:pas; -gars gars nom m 289.63 59.26 289.63 59.26 -garçon garçon nom m s 251.51 262.50 188.41 186.96 -garçonne garçonne nom f s 0.00 0.88 0.00 0.88 -garçonnet garçonnet nom m s 0.27 3.65 0.21 2.50 -garçonnets garçonnet nom m p 0.27 3.65 0.06 1.15 -garçonnier garçonnier adj m s 0.02 1.15 0.00 0.20 -garçonniers garçonnier adj m p 0.02 1.15 0.00 0.14 -garçonnière garçonnière nom f s 1.51 1.22 1.51 1.08 -garçonnières garçonnière nom f p 1.51 1.22 0.00 0.14 -garçons garçon nom m p 251.51 262.50 63.09 75.54 -garèrent garer ver 27.18 18.04 0.00 0.14 ind:pas:3p; -garé garer ver m s 27.18 18.04 4.28 3.45 par:pas; -garée garer ver f s 27.18 18.04 4.08 3.72 par:pas; -garées garer ver f p 27.18 18.04 0.30 0.88 par:pas; -garés garer ver m p 27.18 18.04 0.78 0.81 par:pas; -gas_oil gas_oil nom m s 0.02 0.27 0.02 0.27 -gascon gascon adj m s 0.58 0.20 0.47 0.07 -gasconne gascon adj f s 0.58 0.20 0.10 0.07 -gascons gascon nom m p 0.44 0.27 0.06 0.20 -gasoil gasoil nom m s 0.49 0.34 0.49 0.34 -gaspacho gaspacho nom m s 1.38 0.00 1.38 0.00 -gaspard gaspard nom m s 0.54 1.01 0.54 0.20 -gaspards gaspard nom m p 0.54 1.01 0.00 0.81 -gaspilla gaspiller ver 11.50 6.08 0.01 0.00 ind:pas:3s; -gaspillage gaspillage nom m s 1.92 2.30 1.81 2.16 -gaspillages gaspillage nom m p 1.92 2.30 0.10 0.14 -gaspillaient gaspiller ver 11.50 6.08 0.00 0.14 ind:imp:3p; -gaspillait gaspiller ver 11.50 6.08 0.10 0.27 ind:imp:3s; -gaspillant gaspiller ver 11.50 6.08 0.04 0.20 par:pre; -gaspillasse gaspiller ver 11.50 6.08 0.00 0.07 sub:imp:1s; -gaspille gaspiller ver 11.50 6.08 2.57 0.54 imp:pre:2s;ind:pre:1s;ind:pre:3s; -gaspillent gaspiller ver 11.50 6.08 0.41 0.00 ind:pre:3p; -gaspiller gaspiller ver 11.50 6.08 3.06 2.43 inf; -gaspillerai gaspiller ver 11.50 6.08 0.05 0.00 ind:fut:1s; -gaspilleraient gaspiller ver 11.50 6.08 0.00 0.07 cnd:pre:3p; -gaspillerais gaspiller ver 11.50 6.08 0.18 0.00 cnd:pre:1s;cnd:pre:2s; -gaspillerez gaspiller ver 11.50 6.08 0.00 0.07 ind:fut:2p; -gaspilles gaspiller ver 11.50 6.08 0.82 0.14 ind:pre:2s; -gaspilleur gaspilleur adj m s 0.02 0.00 0.01 0.00 -gaspilleurs gaspilleur nom m p 0.02 0.20 0.02 0.14 -gaspilleuse gaspilleur adj f s 0.02 0.00 0.01 0.00 -gaspilleuses gaspilleur nom f p 0.02 0.20 0.00 0.07 -gaspillez gaspiller ver 11.50 6.08 1.32 0.20 imp:pre:2p;ind:pre:2p; -gaspillons gaspiller ver 11.50 6.08 0.26 0.14 imp:pre:1p;ind:pre:1p; -gaspillât gaspiller ver 11.50 6.08 0.00 0.07 sub:imp:3s; -gaspillé gaspiller ver m s 11.50 6.08 1.79 0.81 par:pas; -gaspillée gaspiller ver f s 11.50 6.08 0.48 0.34 par:pas; -gaspillées gaspiller ver f p 11.50 6.08 0.12 0.20 par:pas; -gaspillés gaspiller ver m p 11.50 6.08 0.28 0.41 par:pas; -gaster gaster nom m s 0.01 0.14 0.01 0.14 -gastralgie gastralgie nom f s 0.01 0.07 0.01 0.00 -gastralgies gastralgie nom f p 0.01 0.07 0.00 0.07 -gastrectomie gastrectomie nom f s 0.01 0.00 0.01 0.00 -gastrique gastrique adj s 1.35 0.61 1.13 0.34 -gastriques gastrique adj p 1.35 0.61 0.22 0.27 -gastrite gastrite nom f s 0.21 0.07 0.20 0.00 -gastrites gastrite nom f p 0.21 0.07 0.01 0.07 -gastro_entérite gastro_entérite nom f s 0.04 0.07 0.04 0.07 -gastro_entérologue gastro_entérologue nom s 0.04 0.14 0.04 0.07 -gastro_entérologue gastro_entérologue nom p 0.04 0.14 0.00 0.07 -gastro_intestinal gastro_intestinal adj m s 0.12 0.00 0.04 0.00 -gastro_intestinal gastro_intestinal adj f s 0.12 0.00 0.02 0.00 -gastro_intestinal gastro_intestinal adj m p 0.12 0.00 0.05 0.00 -gastro gastro nom s 0.66 0.07 0.66 0.07 -gastroentérologue gastroentérologue nom s 0.02 0.00 0.02 0.00 -gastrolâtre gastrolâtre adj m s 0.00 0.07 0.00 0.07 -gastrolâtre gastrolâtre nom s 0.00 0.07 0.00 0.07 -gastronome gastronome nom s 0.07 0.81 0.04 0.68 -gastronomes gastronome nom p 0.07 0.81 0.04 0.14 -gastronomie gastronomie nom f s 0.58 0.61 0.58 0.61 -gastronomique gastronomique adj s 0.48 1.96 0.40 0.88 -gastronomiques gastronomique adj p 0.48 1.96 0.08 1.08 -gastrula gastrula nom f s 0.01 0.00 0.01 0.00 -gastéropode gastéropode nom m s 0.02 0.14 0.00 0.07 -gastéropodes gastéropode nom m p 0.02 0.14 0.02 0.07 -gatte gatte nom f s 0.02 0.00 0.02 0.00 -gauche gauche nom s 71.78 134.59 71.66 133.78 -gauchement gauchement adv 0.10 3.45 0.10 3.45 -gaucher gaucher adj m s 2.29 0.81 1.93 0.20 -gaucherie gaucherie nom f s 0.12 2.50 0.12 2.43 -gaucheries gaucherie nom f p 0.12 2.50 0.00 0.07 -gauchers gaucher nom m p 1.10 0.27 0.28 0.14 -gauches gauche adj p 45.88 89.59 0.36 1.55 -gauchi gauchir ver m s 0.02 0.88 0.01 0.00 par:pas; -gauchie gauchir ver f s 0.02 0.88 0.01 0.34 par:pas; -gauchir gauchir ver 0.02 0.88 0.00 0.34 inf; -gauchis gauchir ver m p 0.02 0.88 0.00 0.07 par:pas; -gauchisante gauchisant adj f s 0.00 0.14 0.00 0.07 -gauchisantes gauchisant adj f p 0.00 0.14 0.00 0.07 -gauchisme gauchisme nom m s 0.00 0.20 0.00 0.14 -gauchismes gauchisme nom m p 0.00 0.20 0.00 0.07 -gauchissaient gauchir ver 0.02 0.88 0.00 0.07 ind:imp:3p; -gauchissait gauchir ver 0.02 0.88 0.00 0.07 ind:imp:3s; -gauchissement gauchissement nom m s 0.00 0.07 0.00 0.07 -gauchiste gauchiste adj s 1.02 1.08 0.79 0.74 -gauchistes gauchiste adj p 1.02 1.08 0.23 0.34 -gaucho gaucho nom m s 0.35 1.28 0.28 0.27 -gauchos gaucho nom m p 0.35 1.28 0.07 1.01 -gauchère gaucher adj f s 2.29 0.81 0.18 0.61 -gaudriole gaudriole nom f s 0.04 1.01 0.02 0.68 -gaudrioles gaudriole nom f p 0.04 1.01 0.02 0.34 -gaufre gaufre nom f s 3.03 1.96 0.58 0.68 -gaufres gaufre nom f p 3.03 1.96 2.44 1.28 -gaufrette gaufrette nom f s 0.08 0.88 0.01 0.27 -gaufrettes gaufrette nom f p 0.08 0.88 0.07 0.61 -gaufrier gaufrier nom m s 0.17 0.27 0.17 0.27 -gaufré gaufré adj m s 0.04 0.95 0.04 0.47 -gaufrée gaufrer ver f s 0.04 0.81 0.01 0.07 par:pas; -gaufrées gaufré adj f p 0.04 0.95 0.00 0.14 -gaufrés gaufrer ver m p 0.04 0.81 0.00 0.20 par:pas; -gaulant gauler ver 0.75 1.28 0.00 0.07 par:pre; -gauldo gauldo nom f s 0.00 0.14 0.00 0.07 -gauldos gauldo nom f p 0.00 0.14 0.00 0.07 -gaule gaule nom f s 0.85 2.91 0.75 1.89 -gauleiter gauleiter nom m s 0.12 0.68 0.12 0.68 -gauler gauler ver 0.75 1.28 0.35 0.95 inf; -gaulerais gauler ver 0.75 1.28 0.01 0.00 cnd:pre:1s; -gaulerait gauler ver 0.75 1.28 0.00 0.07 cnd:pre:3s; -gaules gaule nom f p 0.85 2.91 0.10 1.01 -gaélique gaélique nom s 0.17 0.14 0.17 0.14 -gaulis gaulis nom m 0.00 0.34 0.00 0.34 -gaulle gaulle nom f s 0.00 0.07 0.00 0.07 -gaullisme gaullisme nom m s 0.00 1.49 0.00 1.49 -gaulliste gaulliste adj s 0.01 2.43 0.01 1.62 -gaullistes gaulliste nom p 0.00 4.05 0.00 3.58 -gaulois gaulois nom m 2.48 8.85 2.47 2.64 -gauloise gaulois adj f s 1.36 3.04 0.17 1.28 -gauloisement gauloisement adv 0.00 0.07 0.00 0.07 -gauloiseries gauloiserie nom f p 0.00 0.07 0.00 0.07 -gauloises gaulois adj f p 1.36 3.04 0.19 0.47 -gaulèrent gauler ver 0.75 1.28 0.00 0.07 ind:pas:3p; -gaulthérie gaulthérie nom f s 0.01 0.00 0.01 0.00 -gaulé gauler ver m s 0.75 1.28 0.20 0.14 par:pas; -gaulée gauler ver f s 0.75 1.28 0.19 0.00 par:pas; -gaupe gaupe nom f s 0.00 0.07 0.00 0.07 -gauss gauss nom m 0.01 0.00 0.01 0.00 -gaussaient gausser ver 0.15 2.64 0.00 0.68 ind:imp:3p; -gaussait gausser ver 0.15 2.64 0.01 0.61 ind:imp:3s; -gaussant gausser ver 0.15 2.64 0.01 0.14 par:pre; -gausse gausser ver 0.15 2.64 0.07 0.27 imp:pre:2s;ind:pre:1s;ind:pre:3s; -gaussent gausser ver 0.15 2.64 0.03 0.07 ind:pre:3p; -gausser gausser ver 0.15 2.64 0.02 0.41 inf; -gausserai gausser ver 0.15 2.64 0.00 0.07 ind:fut:1s; -gausserait gausser ver 0.15 2.64 0.00 0.07 cnd:pre:3s; -gaussez gausser ver 0.15 2.64 0.01 0.00 imp:pre:2p; -gaussèrent gausser ver 0.15 2.64 0.00 0.14 ind:pas:3p; -gaussé gausser ver m s 0.15 2.64 0.00 0.14 par:pas; -gaussée gausser ver f s 0.15 2.64 0.00 0.07 par:pas; -gava gaver ver 4.19 9.39 0.00 0.07 ind:pas:3s; -gavage gavage nom m s 0.06 0.54 0.06 0.54 -gavai gaver ver 4.19 9.39 0.00 0.07 ind:pas:1s; -gavaient gaver ver 4.19 9.39 0.03 0.34 ind:imp:3p; -gavais gaver ver 4.19 9.39 0.02 0.07 ind:imp:1s; -gavait gaver ver 4.19 9.39 0.23 0.88 ind:imp:3s; -gavant gaver ver 4.19 9.39 0.05 0.54 par:pre; -gave gaver ver 4.19 9.39 1.22 1.01 imp:pre:2s;ind:pre:1s;ind:pre:3s; -gavent gaver ver 4.19 9.39 0.19 0.34 ind:pre:3p; -gaver gaver ver 4.19 9.39 0.50 1.55 inf; -gavera gaver ver 4.19 9.39 0.01 0.07 ind:fut:3s; -gaveraient gaver ver 4.19 9.39 0.01 0.07 cnd:pre:3p; -gaves gaver ver 4.19 9.39 0.11 0.00 ind:pre:2s; -gavez gaver ver 4.19 9.39 0.30 0.07 imp:pre:2p;ind:pre:2p; -gavial gavial nom m s 0.00 0.07 0.00 0.07 -gaviot gaviot nom m s 0.00 0.20 0.00 0.20 -gavons gaver ver 4.19 9.39 0.03 0.07 imp:pre:1p;ind:pre:1p;;imp:pre:1p; -gavroche gavroche nom m s 0.01 0.34 0.01 0.27 -gavroches gavroche nom m p 0.01 0.34 0.00 0.07 -gavé gaver ver m s 4.19 9.39 0.61 1.76 par:pas; -gavée gaver ver f s 4.19 9.39 0.43 1.08 par:pas; -gavées gaver ver f p 4.19 9.39 0.01 0.34 par:pas; -gavés gaver ver m p 4.19 9.39 0.43 1.08 par:pas; -gay gay adj m s 20.33 0.34 18.27 0.34 -gayac gayac nom m s 0.00 0.07 0.00 0.07 -gays gay nom m p 7.60 0.14 3.94 0.07 -gaz gaz nom m 36.33 28.65 36.33 28.65 -gazage gazage nom m s 0.02 0.07 0.02 0.07 -gazait gazer ver 5.39 1.82 0.02 0.41 ind:imp:3s; -gaze gazer ver 5.39 1.82 3.65 0.74 imp:pre:2s;ind:pre:1s;ind:pre:3s; -gazelle gazelle nom f s 2.39 3.92 1.98 2.77 -gazelles gazelle nom f p 2.39 3.92 0.40 1.15 -gazer gazer ver 5.39 1.82 0.68 0.20 inf; -gazera gazer ver 5.39 1.82 0.11 0.00 ind:fut:3s; -gazerait gazer ver 5.39 1.82 0.00 0.07 cnd:pre:3s; -gazes gaze nom f p 0.93 3.85 0.11 0.34 -gazette gazette nom f s 0.42 2.43 0.26 1.01 -gazettes gazette nom f p 0.42 2.43 0.16 1.42 -gazeuse gazeux adj f s 2.26 1.89 1.42 1.35 -gazeuses gazeux adj f p 2.26 1.89 0.48 0.27 -gazeux gazeux adj m 2.26 1.89 0.37 0.27 -gazez gazer ver 5.39 1.82 0.01 0.00 ind:pre:2p; -gazier gazier nom m s 0.03 1.08 0.02 0.68 -gaziers gazier nom m p 0.03 1.08 0.01 0.41 -gazinière gazinière nom f s 0.14 0.14 0.01 0.14 -gazinières gazinière nom f p 0.14 0.14 0.12 0.00 -gazoduc gazoduc nom m s 0.22 0.00 0.22 0.00 -gazogène gazogène nom m s 0.00 1.62 0.00 1.49 -gazogènes gazogène nom m p 0.00 1.62 0.00 0.14 -gazole gazole nom m s 0.22 0.00 0.22 0.00 -gazoline gazoline nom f s 0.01 0.14 0.01 0.14 -gazomètre gazomètre nom m s 0.02 0.07 0.02 0.07 -gazométrie gazométrie nom f s 0.02 0.00 0.02 0.00 -gazon gazon nom m s 3.81 7.77 3.58 6.96 -gazonné gazonné adj m s 0.05 0.27 0.00 0.14 -gazonnée gazonné adj f s 0.05 0.27 0.05 0.14 -gazons gazon nom m p 3.81 7.77 0.22 0.81 -gazouilla gazouiller ver 0.79 0.95 0.00 0.07 ind:pas:3s; -gazouillaient gazouiller ver 0.79 0.95 0.12 0.07 ind:imp:3p; -gazouillait gazouiller ver 0.79 0.95 0.03 0.20 ind:imp:3s; -gazouillant gazouiller ver 0.79 0.95 0.20 0.20 par:pre; -gazouillante gazouillant adj f s 0.14 0.27 0.00 0.14 -gazouillants gazouillant adj m p 0.14 0.27 0.00 0.07 -gazouille gazouiller ver 0.79 0.95 0.13 0.14 imp:pre:2s;ind:pre:3s; -gazouillement gazouillement nom m s 0.13 0.20 0.12 0.14 -gazouillements gazouillement nom m p 0.13 0.20 0.01 0.07 -gazouillent gazouiller ver 0.79 0.95 0.17 0.14 ind:pre:3p; -gazouiller gazouiller ver 0.79 0.95 0.11 0.14 inf; -gazouilles gazouiller ver 0.79 0.95 0.03 0.00 ind:pre:2s; -gazouilleurs gazouilleur adj m p 0.00 0.07 0.00 0.07 -gazouillis gazouillis nom m 0.30 1.62 0.30 1.62 -gazpacho gazpacho nom m s 0.22 0.00 0.22 0.00 -gazé gazé adj m s 0.32 0.20 0.17 0.07 -gazée gazer ver f s 5.39 1.82 0.01 0.07 par:pas; -gazées gazer ver f p 5.39 1.82 0.02 0.00 par:pas; -gazéifier gazéifier ver 0.02 0.00 0.01 0.00 inf; -gazéifiée gazéifier ver f s 0.02 0.00 0.01 0.00 par:pas; -gazés gazer ver m p 5.39 1.82 0.75 0.07 par:pas; -geôle geôle nom f s 0.27 2.36 0.09 1.89 -geôles geôle nom f p 0.27 2.36 0.18 0.47 -geôlier geôlier nom m s 1.60 5.00 1.05 2.97 -geôliers geôlier nom m p 1.60 5.00 0.54 1.55 -geôlière geôlier nom f s 1.60 5.00 0.01 0.27 -geôlières geôlier nom f p 1.60 5.00 0.00 0.20 -geai geai nom m s 0.27 1.62 0.24 0.81 -geais geai nom m p 0.27 1.62 0.03 0.81 -gecko gecko nom m s 0.32 0.00 0.26 0.00 -geckos gecko nom m p 0.32 0.00 0.07 0.00 -geez geez nom m s 0.13 0.00 0.13 0.00 -geignaient geindre ver 0.59 5.68 0.00 0.07 ind:imp:3p; -geignais geindre ver 0.59 5.68 0.02 0.00 ind:imp:2s; -geignait geindre ver 0.59 5.68 0.02 1.35 ind:imp:3s; -geignant geignant adj m s 0.10 0.74 0.10 0.27 -geignante geignant adj f s 0.10 0.74 0.00 0.34 -geignantes geignant adj f p 0.10 0.74 0.00 0.14 -geignard geignard nom m s 0.22 0.34 0.16 0.20 -geignarde geignard adj f s 0.22 2.43 0.10 1.01 -geignardes geignard adj f p 0.22 2.43 0.00 0.47 -geignardises geignardise nom f p 0.00 0.07 0.00 0.07 -geignards geignard adj m p 0.22 2.43 0.04 0.14 -geignement geignement nom m s 0.11 0.61 0.01 0.27 -geignements geignement nom m p 0.11 0.61 0.10 0.34 -geignent geindre ver 0.59 5.68 0.04 0.14 ind:pre:3p; -geignez geindre ver 0.59 5.68 0.00 0.14 imp:pre:2p;ind:pre:2p; -geignit geindre ver 0.59 5.68 0.00 0.27 ind:pas:3s; -geindre geindre nom m s 1.41 1.96 1.41 1.96 -geins geindre ver 0.59 5.68 0.16 0.27 imp:pre:2s;ind:pre:1s;ind:pre:2s; -geint geindre ver m s 0.59 5.68 0.14 1.35 ind:pre:3s;par:pas; -geisha geisha nom f s 2.60 0.47 2.23 0.34 -geishas geisha nom f p 2.60 0.47 0.37 0.14 -gel gel nom m s 4.75 6.69 4.61 6.22 -gela geler ver 23.41 17.03 0.00 0.20 ind:pas:3s; -gelaient geler ver 23.41 17.03 0.02 0.47 ind:imp:3p; -gelais geler ver 23.41 17.03 0.07 0.07 ind:imp:1s;ind:imp:2s; -gelait geler ver 23.41 17.03 0.91 1.69 ind:imp:3s; -gelant geler ver 23.41 17.03 0.17 0.27 par:pre; -geler geler ver 23.41 17.03 3.18 2.09 inf; -gelez geler ver 23.41 17.03 0.19 0.14 imp:pre:2p;ind:pre:2p; -geline geline nom f s 0.01 0.00 0.01 0.00 -gelinotte gelinotte nom f s 0.00 0.07 0.00 0.07 -gelons geler ver 23.41 17.03 0.03 0.00 imp:pre:1p;ind:pre:1p; -gelât geler ver 23.41 17.03 0.00 0.07 sub:imp:3s; -gels gel nom m p 4.75 6.69 0.15 0.47 -gelé geler ver m s 23.41 17.03 5.20 2.43 par:pas; -gelée gelée nom f s 4.31 7.57 3.92 6.42 -gelées geler ver f p 23.41 17.03 0.71 2.09 par:pas; -gelure gelure nom f s 0.15 0.34 0.02 0.27 -gelures gelure nom f p 0.15 0.34 0.13 0.07 -gelés geler ver m p 23.41 17.03 0.96 0.68 par:pas; -gemme gemme nom f s 0.30 0.88 0.12 0.41 -gemmes gemme nom f p 0.30 0.88 0.19 0.47 -gemmologie gemmologie nom f s 0.01 0.00 0.01 0.00 -gencive gencive nom f s 1.35 4.26 0.18 0.81 -gencives gencive nom f p 1.35 4.26 1.17 3.45 -gendarme gendarme nom m s 13.67 43.72 5.53 16.15 -gendarmer gendarmer ver 0.01 0.00 0.01 0.00 inf; -gendarmerie gendarmerie nom f s 4.46 9.32 4.44 8.78 -gendarmeries gendarmerie nom f p 4.46 9.32 0.01 0.54 -gendarmes gendarme nom m p 13.67 43.72 8.14 27.57 -gendelettres gendelettre nom m p 0.00 0.07 0.00 0.07 -gendre gendre nom m s 5.71 8.11 5.71 7.50 -gendres gendre nom m p 5.71 8.11 0.00 0.61 -genet genet nom m s 0.01 0.00 0.01 0.00 -genevois genevois adj m 0.00 0.54 0.00 0.27 -genevoises genevois adj f p 0.00 0.54 0.00 0.27 -gengis_khan gengis_khan nom m s 0.00 0.14 0.00 0.14 -gengiskhanide gengiskhanide adj s 0.00 0.07 0.00 0.07 -genièvre genièvre nom m s 0.63 2.16 0.63 2.16 -genou genou nom m s 54.24 127.91 11.43 23.92 -genouillère genouillère nom f s 0.19 0.20 0.01 0.00 -genouillères genouillère nom f p 0.19 0.20 0.17 0.20 -genoux genou nom m p 54.24 127.91 42.82 103.99 -genre genre nom m s 221.51 157.91 219.66 155.20 -genres genre nom m p 221.51 157.91 1.85 2.70 -genreux genreux adj m 0.00 0.07 0.00 0.07 -gens gens nom p 594.29 409.39 594.29 409.39 -gent gent nom f s 0.49 1.15 0.40 1.15 -gentamicine gentamicine nom f s 0.04 0.00 0.04 0.00 -gente gent adj f s 1.56 1.08 1.39 0.41 -gentes gent adj f p 1.56 1.08 0.18 0.68 -genèse genèse nom f s 0.15 1.01 0.15 1.01 -gentiane gentiane nom f s 0.15 0.95 0.14 0.61 -gentianes gentiane nom f p 0.15 0.95 0.01 0.34 -gentil gentil adj m s 192.64 64.86 134.11 37.36 -gentilhomme gentilhomme nom m s 6.89 3.51 5.43 2.43 -gentilhommière gentilhommier nom f s 0.01 0.68 0.00 0.41 -gentilhommières gentilhommier nom f p 0.01 0.68 0.01 0.27 -gentilice gentilice adj m s 0.00 0.07 0.00 0.07 -gentille gentil adj f s 192.64 64.86 41.44 18.31 -gentilles gentil adj f p 192.64 64.86 3.12 2.77 -gentillesse gentillesse nom f s 7.56 17.50 6.96 15.27 -gentillesses gentillesse nom f p 7.56 17.50 0.60 2.23 -gentillet gentillet adj m s 0.17 0.47 0.04 0.34 -gentillets gentillet adj m p 0.17 0.47 0.11 0.07 -gentillette gentillet adj f s 0.17 0.47 0.02 0.07 -gentils gentil adj m p 192.64 64.86 13.98 6.42 -gentilshommes gentilhomme nom m p 6.89 3.51 1.47 1.08 -gentiment gentiment adv 11.32 21.76 11.32 21.76 -gentleman_farmer gentleman_farmer nom m s 0.14 0.27 0.14 0.20 -gentleman gentleman nom m s 13.08 4.19 10.31 2.97 -gentleman_farmer gentleman_farmer nom m p 0.14 0.27 0.00 0.07 -gentlemen gentleman nom m p 13.08 4.19 2.77 1.22 -gentry gentry nom f s 0.28 0.00 0.28 0.00 -gents gent nom f p 0.49 1.15 0.09 0.00 -genêt genêt nom m s 0.25 5.34 0.23 1.49 -genêtière genêtière nom f s 0.00 0.07 0.00 0.07 -genêts genêt nom m p 0.25 5.34 0.01 3.85 -genévrier genévrier nom m s 0.29 0.88 0.27 0.27 -genévriers genévrier nom m p 0.29 0.88 0.02 0.61 -gerba gerber ver 8.28 4.66 0.13 0.07 ind:pas:3s; -gerbaient gerber ver 8.28 4.66 0.02 0.00 ind:imp:3p; -gerbais gerber ver 8.28 4.66 0.10 0.14 ind:imp:1s;ind:imp:2s; -gerbait gerber ver 8.28 4.66 0.06 0.20 ind:imp:3s; -gerbant gerber ver 8.28 4.66 0.17 0.14 par:pre; -gerbe gerbe nom f s 2.06 14.19 1.69 6.49 -gerbent gerber ver 8.28 4.66 0.05 0.07 ind:pre:3p; -gerber gerber ver 8.28 4.66 6.49 2.64 inf; -gerberais gerber ver 8.28 4.66 0.01 0.00 cnd:pre:1s; -gerberas gerbera nom m p 0.01 0.20 0.01 0.20 -gerbes gerbe nom f p 2.06 14.19 0.38 7.70 -gerbeuse gerbeur nom f s 0.04 0.14 0.04 0.07 -gerbeuses gerbeur nom f p 0.04 0.14 0.00 0.07 -gerbier gerbier nom m s 0.45 0.14 0.45 0.07 -gerbille gerbille nom f s 0.29 0.00 0.29 0.00 -gerbière gerbier nom f s 0.45 0.14 0.00 0.07 -gerboise gerboise nom f s 0.06 0.14 0.04 0.14 -gerboises gerboise nom f p 0.06 0.14 0.02 0.00 -gerbèrent gerber ver 8.28 4.66 0.01 0.00 ind:pas:3p; -gerbé gerber ver m s 8.28 4.66 0.82 0.68 par:pas; -gerbée gerber ver f s 8.28 4.66 0.00 0.07 par:pas; -gerbées gerber ver f p 8.28 4.66 0.00 0.07 par:pas; -gerbés gerber ver m p 8.28 4.66 0.00 0.07 par:pas; -gerce gercer ver 0.26 1.76 0.01 0.00 ind:pre:3s; -gercent gercer ver 0.26 1.76 0.00 0.14 ind:pre:3p; -gercer gercer ver 0.26 1.76 0.01 0.07 inf; -gerces gerce nom f p 0.00 0.07 0.00 0.07 -gercèrent gercer ver 0.26 1.76 0.00 0.07 ind:pas:3p; -gercé gercer ver m s 0.26 1.76 0.01 0.20 par:pas; -gercée gercer ver f s 0.26 1.76 0.00 0.27 par:pas; -gercées gercer ver f p 0.26 1.76 0.23 0.68 par:pas; -gercés gercer ver m p 0.26 1.76 0.00 0.27 par:pas; -gerfaut gerfaut nom m s 0.03 0.07 0.03 0.00 -gerfauts gerfaut nom m p 0.03 0.07 0.00 0.07 -germa germer ver 1.02 3.04 0.02 0.14 ind:pas:3s; -germaient germer ver 1.02 3.04 0.00 0.14 ind:imp:3p; -germain germain adj m s 1.38 2.23 0.91 0.88 -germaine germain adj f s 1.38 2.23 0.25 0.47 -germaines germain adj f p 1.38 2.23 0.01 0.27 -germains germain nom m p 0.45 1.15 0.45 1.15 -germait germer ver 1.02 3.04 0.10 0.27 ind:imp:3s; -germanique germanique adj s 1.18 4.73 0.69 3.45 -germaniques germanique adj p 1.18 4.73 0.49 1.28 -germanisation germanisation nom f s 0.01 0.00 0.01 0.00 -germanisme germanisme nom m s 0.00 0.20 0.00 0.20 -germaniste germaniste nom s 0.00 0.07 0.00 0.07 -germanité germanité nom f s 0.02 0.00 0.02 0.00 -germanium germanium nom m s 0.00 0.07 0.00 0.07 -germano_anglais germano_anglais adj f p 0.00 0.07 0.00 0.07 -germano_belge germano_belge adj f s 0.01 0.00 0.01 0.00 -germano_irlandais germano_irlandais adj m 0.03 0.00 0.03 0.00 -germano_russe germano_russe adj m s 0.00 0.27 0.00 0.27 -germano_soviétique germano_soviétique adj s 0.00 1.82 0.00 1.82 -germano germano adv 0.20 0.00 0.20 0.00 -germanophile germanophile nom s 0.00 0.07 0.00 0.07 -germanophilie germanophilie nom f s 0.00 0.07 0.00 0.07 -germanophone germanophone adj s 0.01 0.00 0.01 0.00 -germant germant adj m s 0.00 0.07 0.00 0.07 -germe germe nom m s 1.98 3.78 0.55 2.03 -germen germen nom m s 0.00 0.07 0.00 0.07 -germent germer ver 1.02 3.04 0.05 0.20 ind:pre:3p; -germer germer ver 1.02 3.04 0.23 1.01 inf; -germera germer ver 1.02 3.04 0.01 0.00 ind:fut:3s; -germerait germer ver 1.02 3.04 0.10 0.07 cnd:pre:3s; -germes germe nom m p 1.98 3.78 1.42 1.76 -germinal germinal nom m s 0.00 0.14 0.00 0.14 -germinale germinal adj f s 0.01 0.14 0.01 0.07 -germination germination nom f s 0.01 0.54 0.00 0.34 -germinations germination nom f p 0.01 0.54 0.01 0.20 -germé germer ver m s 1.02 3.04 0.39 0.47 par:pas; -germée germer ver f s 1.02 3.04 0.00 0.07 par:pas; -germées germé adj f p 0.02 0.27 0.00 0.20 -gerris gerris nom m 0.03 0.00 0.03 0.00 -gerçait gercer ver 0.26 1.76 0.00 0.07 ind:imp:3s; -gerçures gerçure nom f p 0.01 0.61 0.01 0.61 -gestapiste gestapiste nom m s 0.00 0.14 0.00 0.14 -gestapo gestapo nom f s 0.69 1.69 0.69 1.69 -gestation gestation nom f s 0.53 1.82 0.53 1.76 -gestations gestation nom f p 0.53 1.82 0.00 0.07 -geste geste nom s 40.78 271.08 31.41 172.03 -gestes geste nom p 40.78 271.08 9.36 99.05 -gesticula gesticuler ver 0.99 6.96 0.00 0.14 ind:pas:3s; -gesticulai gesticuler ver 0.99 6.96 0.00 0.07 ind:pas:1s; -gesticulaient gesticuler ver 0.99 6.96 0.00 0.54 ind:imp:3p; -gesticulais gesticuler ver 0.99 6.96 0.00 0.07 ind:imp:1s; -gesticulait gesticuler ver 0.99 6.96 0.02 1.62 ind:imp:3s; -gesticulant gesticuler ver 0.99 6.96 0.01 1.49 par:pre; -gesticulante gesticulant adj f s 0.01 1.42 0.00 0.47 -gesticulantes gesticulant adj f p 0.01 1.42 0.00 0.07 -gesticulants gesticulant adj m p 0.01 1.42 0.00 0.41 -gesticulateurs gesticulateur nom m p 0.01 0.07 0.01 0.07 -gesticulation gesticulation nom f s 0.21 1.69 0.15 0.88 -gesticulations gesticulation nom f p 0.21 1.69 0.06 0.81 -gesticulatoire gesticulatoire adj s 0.00 0.07 0.00 0.07 -gesticule gesticuler ver 0.99 6.96 0.35 0.95 imp:pre:2s;ind:pre:1s;ind:pre:3s; -gesticulent gesticuler ver 0.99 6.96 0.00 0.68 ind:pre:3p; -gesticuler gesticuler ver 0.99 6.96 0.58 1.35 inf; -gesticules gesticuler ver 0.99 6.96 0.01 0.00 ind:pre:2s; -gesticulé gesticuler ver m s 0.99 6.96 0.01 0.07 par:pas; -gestion gestion nom f s 4.23 2.30 4.23 2.30 -gestionnaire gestionnaire nom s 0.15 0.14 0.08 0.07 -gestionnaires gestionnaire nom p 0.15 0.14 0.07 0.07 -gestuel gestuel adj m s 0.04 0.07 0.02 0.00 -gestuelle gestuel nom f s 0.07 0.14 0.07 0.14 -geyser geyser nom m s 0.22 1.01 0.17 0.61 -geysers geyser nom m p 0.22 1.01 0.05 0.41 -ghanéens ghanéen adj m p 0.00 0.07 0.00 0.07 -ghetto ghetto nom m s 5.42 3.24 5.00 2.77 -ghettos ghetto nom m p 5.42 3.24 0.41 0.47 -ghât ghât nom m s 0.00 0.27 0.00 0.27 -gi gi adv 1.18 0.14 1.18 0.14 -giaour giaour nom m s 0.10 0.54 0.10 0.34 -giaours giaour nom m p 0.10 0.54 0.00 0.20 -gibbeuse gibbeux adj f s 0.00 0.20 0.00 0.07 -gibbeux gibbeux adj m s 0.00 0.20 0.00 0.14 -gibbon gibbon nom m s 0.19 0.14 0.02 0.07 -gibbons gibbon nom m p 0.19 0.14 0.16 0.07 -gibbosité gibbosité nom f s 0.00 0.14 0.00 0.14 -gibecière gibecière nom f s 0.00 1.55 0.00 1.28 -gibecières gibecière nom f p 0.00 1.55 0.00 0.27 -gibelet gibelet nom m s 0.00 0.20 0.00 0.20 -gibelin gibelin nom m s 0.01 0.14 0.01 0.00 -gibeline gibelin adj f s 0.00 0.07 0.00 0.07 -gibelins gibelin nom m p 0.01 0.14 0.00 0.14 -gibelotte gibelotte nom f s 0.00 0.47 0.00 0.41 -gibelottes gibelotte nom f p 0.00 0.47 0.00 0.07 -giberne giberne nom f s 0.00 0.68 0.00 0.34 -gibernes giberne nom f p 0.00 0.68 0.00 0.34 -gibet gibet nom m s 1.43 1.89 1.09 1.35 -gibets gibet nom m p 1.43 1.89 0.34 0.54 -gibier gibier nom m s 6.50 11.69 5.79 10.88 -gibiers gibier nom m p 6.50 11.69 0.70 0.81 -giboulée giboulée nom f s 0.03 1.28 0.03 0.34 -giboulées giboulée nom f p 0.03 1.28 0.00 0.95 -giboyeuse giboyeux adj f s 0.01 0.68 0.00 0.41 -giboyeuses giboyeux adj f p 0.01 0.68 0.00 0.07 -giboyeux giboyeux adj m 0.01 0.68 0.01 0.20 -gibus gibus nom m 0.01 1.01 0.01 1.01 -gicla gicler ver 3.68 7.97 0.00 0.74 ind:pas:3s; -giclaient gicler ver 3.68 7.97 0.00 0.41 ind:imp:3p; -giclais gicler ver 3.68 7.97 0.00 0.14 ind:imp:1s; -giclait gicler ver 3.68 7.97 0.07 1.76 ind:imp:3s; -giclant gicler ver 3.68 7.97 0.00 0.20 par:pre; -gicle gicler ver 3.68 7.97 1.69 1.76 imp:pre:2s;ind:pre:1s;ind:pre:3s; -giclement giclement nom m s 0.00 0.14 0.00 0.07 -giclements giclement nom m p 0.00 0.14 0.00 0.07 -giclent gicler ver 3.68 7.97 0.04 0.20 ind:pre:3p; -gicler gicler ver 3.68 7.97 0.76 2.16 inf; -giclera gicler ver 3.68 7.97 0.02 0.00 ind:fut:3s; -gicleront gicler ver 3.68 7.97 0.01 0.00 ind:fut:3p; -gicles gicler ver 3.68 7.97 0.45 0.00 ind:pre:2s; -gicleur gicleur nom m s 0.45 0.07 0.45 0.07 -giclez gicler ver 3.68 7.97 0.01 0.00 imp:pre:2p; -giclèrent gicler ver 3.68 7.97 0.00 0.07 ind:pas:3p; -giclé gicler ver m s 3.68 7.97 0.62 0.47 par:pas; -giclée giclée nom f s 0.38 3.65 0.35 2.77 -giclées giclée nom f p 0.38 3.65 0.02 0.88 -gidien gidien adj m s 0.00 0.20 0.00 0.07 -gidienne gidien adj f s 0.00 0.20 0.00 0.07 -gidiennes gidien adj f p 0.00 0.20 0.00 0.07 -gidouille gidouille nom f s 0.00 0.20 0.00 0.20 -gifla gifler ver 6.77 15.88 0.11 2.70 ind:pas:3s; -giflai gifler ver 6.77 15.88 0.00 0.07 ind:pas:1s; -giflaient gifler ver 6.77 15.88 0.01 0.41 ind:imp:3p; -giflais gifler ver 6.77 15.88 0.16 0.07 ind:imp:1s; -giflait gifler ver 6.77 15.88 0.07 1.35 ind:imp:3s; -giflant gifler ver 6.77 15.88 0.01 0.68 par:pre; -gifle gifle nom f s 4.47 16.01 3.60 9.86 -giflent gifler ver 6.77 15.88 0.00 0.41 ind:pre:3p; -gifler gifler ver 6.77 15.88 1.96 4.05 inf; -giflera gifler ver 6.77 15.88 0.03 0.00 ind:fut:3s; -giflerai gifler ver 6.77 15.88 0.01 0.00 ind:fut:1s; -giflerais gifler ver 6.77 15.88 0.10 0.14 cnd:pre:1s;cnd:pre:2s; -giflerait gifler ver 6.77 15.88 0.07 0.00 cnd:pre:3s; -gifles gifle nom f p 4.47 16.01 0.88 6.15 -gifleuse gifleur nom f s 0.01 0.07 0.01 0.07 -giflez gifler ver 6.77 15.88 0.14 0.00 imp:pre:2p;ind:pre:2p; -giflât gifler ver 6.77 15.88 0.00 0.20 sub:imp:3s; -giflé gifler ver m s 6.77 15.88 1.63 2.36 par:pas; -giflée gifler ver f s 6.77 15.88 0.84 1.08 par:pas; -giflées gifler ver f p 6.77 15.88 0.01 0.14 par:pas; -giflés gifler ver m p 6.77 15.88 0.00 0.41 par:pas; -gifts gift nom m p 0.02 0.00 0.02 0.00 -gig gig nom m s 0.15 0.14 0.15 0.14 -giga giga adj s 0.23 0.14 0.19 0.14 -gigabits gigabit nom m p 0.05 0.00 0.05 0.00 -gigahertz gigahertz nom m 0.07 0.00 0.07 0.00 -gigantesque gigantesque adj s 4.59 21.69 3.87 15.81 -gigantesques gigantesque adj p 4.59 21.69 0.72 5.88 -gigantisme gigantisme nom m s 0.20 0.34 0.20 0.27 -gigantismes gigantisme nom m p 0.20 0.34 0.00 0.07 -gigantomachie gigantomachie nom f s 0.00 0.14 0.00 0.14 -gigaoctets gigaoctet nom m p 0.01 0.00 0.01 0.00 -gigas giga adj p 0.23 0.14 0.04 0.00 -gigogne gigogne adj f s 0.03 0.81 0.01 0.54 -gigognes gigogne adj p 0.03 0.81 0.02 0.27 -gigolette gigolette nom f s 0.14 0.14 0.14 0.14 -gigolo gigolo nom m s 1.23 2.30 1.01 1.69 -gigolos gigolo nom m p 1.23 2.30 0.22 0.61 -gigolpince gigolpince nom m s 0.01 1.01 0.01 0.81 -gigolpinces gigolpince nom m p 0.01 1.01 0.00 0.20 -gigot gigot nom m s 1.46 3.92 1.41 3.18 -gigota gigoter ver 1.85 3.31 0.00 0.07 ind:pas:3s; -gigotaient gigoter ver 1.85 3.31 0.01 0.47 ind:imp:3p; -gigotait gigoter ver 1.85 3.31 0.05 0.68 ind:imp:3s; -gigotant gigoter ver 1.85 3.31 0.03 0.34 par:pre; -gigote gigoter ver 1.85 3.31 0.43 0.41 imp:pre:2s;ind:pre:1s;ind:pre:3s; -gigotements gigotement nom m p 0.00 0.34 0.00 0.34 -gigotent gigoter ver 1.85 3.31 0.04 0.47 ind:pre:3p; -gigoter gigoter ver 1.85 3.31 1.07 0.88 inf; -gigotes gigoter ver 1.85 3.31 0.04 0.00 ind:pre:2s; -gigotez gigoter ver 1.85 3.31 0.17 0.00 imp:pre:2p;ind:pre:2p; -gigots gigot nom m p 1.46 3.92 0.05 0.74 -gigoté gigoter ver m s 1.85 3.31 0.01 0.00 par:pas; -gigue gigue nom f s 0.32 1.22 0.32 1.22 -gilbert gilbert nom m s 0.00 0.20 0.00 0.20 -gilet gilet nom m s 6.06 15.14 5.13 13.72 -giletières giletier nom f p 0.00 0.07 0.00 0.07 -gilets gilet nom m p 6.06 15.14 0.93 1.42 -gilles gille nom m p 2.43 0.41 2.43 0.41 -gimmick gimmick nom m s 0.01 0.14 0.01 0.07 -gimmicks gimmick nom m p 0.01 0.14 0.00 0.07 -gin_fizz gin_fizz nom m 0.04 1.01 0.04 1.01 -gin_rami gin_rami nom m s 0.04 0.07 0.04 0.07 -gin_rummy gin_rummy nom m s 0.05 0.14 0.05 0.14 -gin gin nom m s 6.24 4.39 6.15 4.32 -gineste gineste nom m s 0.01 0.41 0.01 0.41 -gingembre gingembre nom m s 1.50 0.88 1.50 0.88 -gingin gingin nom m s 0.00 0.14 0.00 0.14 -gingivite gingivite nom f s 0.18 0.00 0.18 0.00 -ginkgo ginkgo nom m s 0.06 0.00 0.06 0.00 -gins gin nom m p 6.24 4.39 0.09 0.07 -ginseng ginseng nom m s 0.49 0.20 0.49 0.20 -giocoso giocoso adj m s 0.00 0.07 0.00 0.07 -gipsy gipsy nom s 0.03 0.00 0.03 0.00 -girafe girafe nom f s 3.50 3.18 2.71 1.89 -girafeau girafeau nom m s 0.01 0.00 0.01 0.00 -girafes girafe nom f p 3.50 3.18 0.79 1.28 -girafon girafon nom m s 0.01 0.00 0.01 0.00 -girandes girande nom f p 0.00 0.07 0.00 0.07 -girandole girandole nom f s 0.00 0.74 0.00 0.07 -girandoles girandole nom f p 0.00 0.74 0.00 0.68 -giration giration nom f s 0.01 0.68 0.00 0.61 -girations giration nom f p 0.01 0.68 0.01 0.07 -giratoire giratoire adj f s 0.02 0.07 0.02 0.07 -giraudistes giraudiste nom p 0.00 0.07 0.00 0.07 -gire gire nom m s 0.00 0.14 0.00 0.07 -girelles girel nom f p 0.00 0.07 0.00 0.07 -girer girer ver 0.00 0.07 0.00 0.07 inf; -gires gire nom m p 0.00 0.14 0.00 0.07 -girie girie nom f s 0.00 0.27 0.00 0.07 -giries girie nom f p 0.00 0.27 0.00 0.20 -girl_scout girl_scout nom f s 0.06 0.14 0.06 0.14 -girl_friend girl_friend nom f s 0.14 0.00 0.14 0.00 -girl girl nom f s 7.47 9.59 4.41 1.89 -girls girl nom f p 7.47 9.59 3.06 7.70 -girofle girofle nom m s 0.83 0.81 0.81 0.74 -girofles girofle nom m p 0.83 0.81 0.01 0.07 -giroflier giroflier nom m s 0.00 0.07 0.00 0.07 -giroflée giroflée nom f s 0.24 0.88 0.22 0.07 -giroflées giroflée nom f p 0.24 0.88 0.02 0.81 -girolle girolle nom f s 0.29 0.88 0.01 0.07 -girolles girolle nom f p 0.29 0.88 0.28 0.81 -giron giron nom m s 0.39 2.03 0.39 2.03 -girond girond adj m s 0.17 1.96 0.01 0.07 -gironde girond adj f s 0.17 1.96 0.15 1.35 -girondes girond adj f p 0.17 1.96 0.00 0.47 -girondin girondin adj m s 0.00 0.54 0.00 0.14 -girondine girondin adj f s 0.00 0.54 0.00 0.07 -girondines girondin adj f p 0.00 0.54 0.00 0.07 -girondins girondin adj m p 0.00 0.54 0.00 0.27 -gironds girond adj m p 0.17 1.96 0.01 0.07 -girouettait girouetter ver 0.00 0.14 0.00 0.07 ind:imp:3s; -girouettant girouetter ver 0.00 0.14 0.00 0.07 par:pre; -girouette girouette nom f s 0.66 2.36 0.47 1.76 -girouettes girouette nom f p 0.66 2.36 0.19 0.61 -gis gésir ver 4.77 15.68 0.26 0.00 ind:pre:1s;ind:pre:2s; -gisaient gésir ver 4.77 15.68 0.11 2.50 ind:imp:3p; -gisais gésir ver 4.77 15.68 0.49 0.27 ind:imp:1s;ind:imp:2s; -gisait gésir ver 4.77 15.68 1.20 7.30 ind:imp:3s; -gisant gésir ver 4.77 15.68 0.33 1.35 par:pre; -gisante gisant adj f s 0.33 1.89 0.14 0.41 -gisantes gisant adj f p 0.33 1.89 0.00 0.14 -gisants gisant nom m p 0.02 2.57 0.00 1.22 -gisement gisement nom m s 1.25 0.95 0.73 0.61 -gisements gisement nom m p 1.25 0.95 0.53 0.34 -gisent gésir ver 4.77 15.68 0.22 1.42 ind:pre:3p; -gisions gésir ver 4.77 15.68 0.00 0.14 ind:imp:1p; -gisquette gisquette nom f s 0.00 1.42 0.00 0.68 -gisquettes gisquette nom f p 0.00 1.42 0.00 0.74 -gitan gitan nom m s 7.50 8.72 1.60 1.89 -gitane gitan nom f s 7.50 8.72 2.32 3.11 -gitanes gitan nom f p 7.50 8.72 0.18 1.76 -gitans gitan nom m p 7.50 8.72 3.39 1.96 -giton giton nom m s 1.25 0.68 1.23 0.47 -gitons giton nom m p 1.25 0.68 0.02 0.20 -givrage givrage nom m s 0.01 0.00 0.01 0.00 -givrait givrer ver 1.59 1.35 0.01 0.20 ind:imp:3s; -givrante givrant adj f s 0.01 0.07 0.01 0.07 -givre givre nom m s 0.33 5.14 0.32 5.07 -givrer givrer ver 1.59 1.35 0.01 0.14 inf; -givres givre nom m p 0.33 5.14 0.01 0.07 -givré givré adj m s 1.52 2.23 1.00 0.61 -givrée givrer ver f s 1.59 1.35 0.67 0.34 par:pas; -givrées givré adj f p 1.52 2.23 0.04 0.14 -givrés givré adj m p 1.52 2.23 0.22 0.47 -gla_gla gla_gla adj m s 0.00 0.14 0.00 0.14 -glaïeul glaïeul nom m s 0.38 1.89 0.01 0.00 -glaïeuls glaïeul nom m p 0.38 1.89 0.36 1.89 -glabelle glabelle nom f s 0.01 0.00 0.01 0.00 -glabre glabre adj s 0.06 2.64 0.05 1.69 -glabres glabre adj p 0.06 2.64 0.01 0.95 -glace glace nom f s 66.82 91.01 58.09 76.01 -glacent glacer ver 7.21 25.74 0.03 0.81 ind:pre:3p; -glacer glacer ver 7.21 25.74 0.30 0.95 inf; -glacera glacer ver 7.21 25.74 0.04 0.00 ind:fut:3s; -glaceront glacer ver 7.21 25.74 0.00 0.07 ind:fut:3p; -glaces glace nom f p 66.82 91.01 8.73 15.00 -glacez glacer ver 7.21 25.74 0.01 0.00 ind:pre:2p; -glaciaire glaciaire adj s 0.58 0.34 0.50 0.14 -glaciaires glaciaire adj p 0.58 0.34 0.09 0.20 -glacial glacial adj m s 3.81 13.92 2.44 8.18 -glaciale glacial adj f s 3.81 13.92 1.30 4.46 -glacialement glacialement adv 0.10 0.07 0.10 0.07 -glaciales glacial adj f p 3.81 13.92 0.07 1.01 -glacials glacial adj m p 3.81 13.92 0.00 0.14 -glaciation glaciation nom f s 0.03 0.34 0.03 0.27 -glaciations glaciation nom f p 0.03 0.34 0.00 0.07 -glaciaux glacial adj m p 3.81 13.92 0.00 0.14 -glacier glacier nom m s 5.00 3.72 4.34 2.16 -glaciers glacier nom m p 5.00 3.72 0.67 1.55 -glaciologue glaciologue nom s 0.14 0.00 0.14 0.00 -glacis glacis nom m 0.02 3.58 0.02 3.58 -glacière glacière nom f s 1.60 2.91 1.44 2.64 -glacières glacière nom f p 1.60 2.91 0.17 0.27 -glacèrent glacer ver 7.21 25.74 0.14 0.20 ind:pas:3p; -glacé glacé adj m s 11.42 40.27 5.28 17.50 -glacée glacé adj f s 11.42 40.27 4.67 13.85 -glacées glacé adj f p 11.42 40.27 0.64 4.59 -glacés glacé adj m p 11.42 40.27 0.84 4.32 -gladiateur gladiateur nom m s 2.84 1.62 1.38 0.74 -gladiateurs gladiateur nom m p 2.84 1.62 1.46 0.88 -gladiatrices gladiatrice nom f p 0.04 0.00 0.04 0.00 -glaglate glaglater ver 0.00 0.54 0.00 0.47 ind:pre:1s;ind:pre:3s; -glaglater glaglater ver 0.00 0.54 0.00 0.07 inf; -glaire glaire nom f s 0.48 1.35 0.22 0.34 -glaires glaire nom f p 0.48 1.35 0.26 1.01 -glaireuse glaireux adj f s 0.02 1.42 0.00 0.41 -glaireuses glaireux adj f p 0.02 1.42 0.00 0.20 -glaireux glaireux adj m 0.02 1.42 0.02 0.81 -glaise glaise nom f s 1.71 8.85 1.71 8.72 -glaises glaise nom f p 1.71 8.85 0.00 0.14 -glaiseuse glaiseux adj f s 0.00 1.15 0.00 0.14 -glaiseuses glaiseux adj f p 0.00 1.15 0.00 0.07 -glaiseux glaiseux adj m 0.00 1.15 0.00 0.95 -glaive glaive nom m s 1.95 4.39 1.71 3.85 -glaives glaive nom m p 1.95 4.39 0.24 0.54 -glamour glamour nom m s 1.49 0.07 1.49 0.07 -glana glaner ver 1.20 4.93 0.00 0.14 ind:pas:3s; -glanage glanage nom m s 0.18 0.00 0.18 0.00 -glanaient glaner ver 1.20 4.93 0.00 0.14 ind:imp:3p; -glanais glaner ver 1.20 4.93 0.00 0.07 ind:imp:1s; -glanait glaner ver 1.20 4.93 0.02 0.68 ind:imp:3s; -glanant glaner ver 1.20 4.93 0.14 0.41 par:pre; -gland gland nom m s 2.95 5.27 2.14 3.04 -glandage glandage nom m s 0.03 0.00 0.03 0.00 -glandais glander ver 2.88 2.57 0.05 0.07 ind:imp:1s; -glandait glander ver 2.88 2.57 0.03 0.14 ind:imp:3s; -glande glander ver 2.88 2.57 0.86 0.88 ind:pre:1s;ind:pre:3s; -glandent glander ver 2.88 2.57 0.04 0.20 ind:pre:3p; -glander glander ver 2.88 2.57 1.37 1.15 inf; -glandes glande nom f p 2.20 4.66 1.46 4.32 -glandeur glandeur nom m s 0.48 0.41 0.33 0.14 -glandeurs glandeur nom m p 0.48 0.41 0.15 0.27 -glandez glander ver 2.88 2.57 0.08 0.07 ind:pre:2p; -glandiez glander ver 2.88 2.57 0.02 0.00 ind:imp:2p; -glandilleuse glandilleuse adj m s 0.00 0.68 0.00 0.34 -glandilleuses glandilleuse adj m p 0.00 0.68 0.00 0.34 -glandilleux glandilleux adj m 0.00 1.22 0.00 1.22 -glandons glander ver 2.88 2.57 0.01 0.00 ind:pre:1p; -glandouillant glandouiller ver 0.13 0.74 0.01 0.00 par:pre; -glandouille glandouiller ver 0.13 0.74 0.01 0.27 ind:pre:1s;ind:pre:3s; -glandouiller glandouiller ver 0.13 0.74 0.10 0.41 inf; -glandouilleur glandouilleur nom m s 0.00 0.07 0.00 0.07 -glandouillez glandouiller ver 0.13 0.74 0.01 0.00 ind:pre:2p; -glandouillé glandouiller ver m s 0.13 0.74 0.00 0.07 par:pas; -glands gland nom m p 2.95 5.27 0.81 2.23 -glandé glander ver m s 2.88 2.57 0.21 0.07 par:pas; -glandu glandu nom s 0.57 0.00 0.31 0.00 -glandulaire glandulaire adj s 0.19 0.74 0.06 0.41 -glandulaires glandulaire adj p 0.19 0.74 0.12 0.34 -glanduleuse glanduleux adj f s 0.00 0.07 0.00 0.07 -glandus glandu nom p 0.57 0.00 0.26 0.00 -glane glaner ver 1.20 4.93 0.25 0.20 ind:pre:1s;ind:pre:3s; -glanent glaner ver 1.20 4.93 0.02 0.14 ind:pre:3p; -glaner glaner ver 1.20 4.93 0.62 1.69 inf; -glanes glane nom f p 0.00 0.14 0.00 0.07 -glaneur glaneur nom m s 0.18 0.00 0.06 0.00 -glaneuse glaneur nom f s 0.18 0.00 0.13 0.00 -glanez glaner ver 1.20 4.93 0.01 0.00 ind:pre:2p; -glané glaner ver m s 1.20 4.93 0.09 0.27 par:pas; -glanée glaner ver f s 1.20 4.93 0.00 0.27 par:pas; -glanées glaner ver f p 1.20 4.93 0.01 0.47 par:pas; -glanure glanure nom f s 0.00 0.07 0.00 0.07 -glanés glaner ver m p 1.20 4.93 0.05 0.47 par:pas; -glapi glapir ver m s 0.23 6.76 0.00 0.41 par:pas; -glapie glapir ver f s 0.23 6.76 0.00 0.07 par:pas; -glapir glapir ver 0.23 6.76 0.04 1.22 inf; -glapirent glapir ver 0.23 6.76 0.00 0.14 ind:pas:3p; -glapissaient glapir ver 0.23 6.76 0.14 0.20 ind:imp:3p; -glapissait glapir ver 0.23 6.76 0.00 0.81 ind:imp:3s; -glapissant glapir ver 0.23 6.76 0.01 0.61 par:pre; -glapissante glapissant adj f s 0.01 0.61 0.00 0.34 -glapissantes glapissant adj f p 0.01 0.61 0.00 0.07 -glapissants glapissant adj m p 0.01 0.61 0.01 0.07 -glapissement glapissement nom m s 0.02 1.76 0.02 0.81 -glapissements glapissement nom m p 0.02 1.76 0.00 0.95 -glapissent glapir ver 0.23 6.76 0.00 0.14 ind:pre:3p; -glapisseurs glapisseur adj m p 0.01 0.00 0.01 0.00 -glapissions glapir ver 0.23 6.76 0.00 0.07 ind:imp:1p; -glapit glapir ver 0.23 6.76 0.04 3.11 ind:pre:3s;ind:pas:3s; -glaréole glaréole nom f s 0.04 0.00 0.04 0.00 -glas glas nom m 1.28 4.05 1.28 4.05 -glasnost glasnost nom f s 0.03 0.00 0.03 0.00 -glass glass nom m 1.23 1.28 1.05 1.28 -glasses glass nom m p 1.23 1.28 0.17 0.00 -glaça glacer ver 7.21 25.74 0.01 1.49 ind:pas:3s; -glaçage glaçage nom m s 0.77 0.07 0.75 0.07 -glaçages glaçage nom m p 0.77 0.07 0.01 0.00 -glaçaient glacer ver 7.21 25.74 0.01 0.47 ind:imp:3p; -glaçais glacer ver 7.21 25.74 0.00 0.07 ind:imp:1s; -glaçait glacer ver 7.21 25.74 0.06 2.97 ind:imp:3s; -glaçant glacer ver 7.21 25.74 0.04 0.07 par:pre; -glaçante glaçant adj f s 0.04 0.27 0.01 0.27 -glaçon glaçon nom m s 7.40 5.47 1.55 0.95 -glaçons glaçon nom m p 7.40 5.47 5.85 4.53 -glaçure glaçure nom f s 0.00 0.14 0.00 0.07 -glaçures glaçure nom f p 0.00 0.14 0.00 0.07 -glaucome glaucome nom m s 0.27 0.20 0.27 0.20 -glauque glauque adj s 1.40 9.32 1.12 6.82 -glauquement glauquement adv 0.00 0.07 0.00 0.07 -glauques glauque adj p 1.40 9.32 0.28 2.50 -glaviot glaviot nom m s 0.13 1.35 0.11 0.74 -glaviotaient glavioter ver 0.02 1.22 0.00 0.07 ind:imp:3p; -glaviotait glavioter ver 0.02 1.22 0.00 0.14 ind:imp:3s; -glaviotant glavioter ver 0.02 1.22 0.00 0.14 par:pre; -glaviote glavioter ver 0.02 1.22 0.01 0.34 ind:pre:1s;ind:pre:3s; -glavioter glavioter ver 0.02 1.22 0.01 0.54 inf; -glavioteurs glavioteur nom m p 0.00 0.07 0.00 0.07 -glaviots glaviot nom m p 0.13 1.35 0.02 0.61 -glaviotte glaviotter ver 0.00 0.07 0.00 0.07 ind:pre:3s; -glide glide nom m s 0.07 0.00 0.07 0.00 -glioblastome glioblastome nom m s 0.04 0.00 0.04 0.00 -gliome gliome nom m s 0.05 0.00 0.05 0.00 -glissa glisser ver 34.74 229.32 0.78 30.61 ind:pas:3s; -glissade glissade nom f s 0.64 4.26 0.57 2.50 -glissades glissade nom f p 0.64 4.26 0.07 1.76 -glissai glisser ver 34.74 229.32 0.05 2.43 ind:pas:1s; -glissaient glisser ver 34.74 229.32 0.35 10.14 ind:imp:3p; -glissais glisser ver 34.74 229.32 0.09 2.30 ind:imp:1s;ind:imp:2s; -glissait glisser ver 34.74 229.32 1.00 27.97 ind:imp:3s; -glissandi glissando nom m p 0.01 0.27 0.00 0.07 -glissando glissando nom m s 0.01 0.27 0.01 0.14 -glissandos glissando nom m p 0.01 0.27 0.00 0.07 -glissant glissant adj m s 3.54 8.24 1.76 3.18 -glissante glissant adj f s 3.54 8.24 1.34 2.64 -glissantes glissant adj f p 3.54 8.24 0.35 1.49 -glissants glissant adj m p 3.54 8.24 0.09 0.95 -glisse_la_moi glisse_la_moi nom f s 0.10 0.00 0.10 0.00 -glisse glisser ver 34.74 229.32 8.99 31.96 imp:pre:2s;ind:pre:1s;ind:pre:3s; -glissement glissement nom m s 0.48 7.50 0.35 6.62 -glissements glissement nom m p 0.48 7.50 0.13 0.88 -glissent glisser ver 34.74 229.32 1.22 8.65 ind:pre:3p; -glisser glisser ver 34.74 229.32 9.01 61.62 ind:pre:2p;inf; -glissera glisser ver 34.74 229.32 0.17 0.68 ind:fut:3s; -glisserai glisser ver 34.74 229.32 0.41 0.27 ind:fut:1s; -glisseraient glisser ver 34.74 229.32 0.01 0.41 cnd:pre:3p; -glisserais glisser ver 34.74 229.32 0.04 0.54 cnd:pre:1s;cnd:pre:2s; -glisserait glisser ver 34.74 229.32 0.15 0.95 cnd:pre:3s; -glisserez glisser ver 34.74 229.32 0.12 0.00 ind:fut:2p; -glisseriez glisser ver 34.74 229.32 0.02 0.07 cnd:pre:2p; -glisserons glisser ver 34.74 229.32 0.01 0.07 ind:fut:1p; -glisseront glisser ver 34.74 229.32 0.05 0.27 ind:fut:3p; -glisses glisser ver 34.74 229.32 0.72 0.41 ind:pre:2s; -glissez glisser ver 34.74 229.32 1.08 0.27 imp:pre:2p;ind:pre:2p; -glissions glisser ver 34.74 229.32 0.03 1.01 ind:imp:1p; -glissière glissière nom f s 0.24 1.96 0.22 1.69 -glissières glissière nom f p 0.24 1.96 0.03 0.27 -glissoire glissoire nom f s 0.04 0.00 0.04 0.00 -glissâmes glisser ver 34.74 229.32 0.00 0.20 ind:pas:1p; -glissons glisser ver 34.74 229.32 0.47 0.54 imp:pre:1p;ind:pre:1p; -glissât glisser ver 34.74 229.32 0.00 0.34 sub:imp:3s; -glissèrent glisser ver 34.74 229.32 0.01 2.50 ind:pas:3p; -glissé glisser ver m s 34.74 229.32 8.77 22.97 par:pas; -glissée glisser ver f s 34.74 229.32 0.39 5.20 par:pas; -glissées glisser ver f p 34.74 229.32 0.04 1.01 par:pas; -glissés glisser ver m p 34.74 229.32 0.07 2.43 par:pas; -global global adj m s 3.59 2.57 2.38 1.15 -globale global adj f s 3.59 2.57 1.19 1.42 -globalement globalement adv 0.68 0.61 0.68 0.61 -globalisation globalisation nom f s 0.19 0.00 0.19 0.00 -globalisé globaliser ver m s 0.01 0.00 0.01 0.00 par:pas; -globalité globalité nom f s 0.04 0.07 0.04 0.07 -globaux global adj m p 3.59 2.57 0.02 0.00 -globe_trotter globe_trotter nom m s 0.22 0.41 0.20 0.27 -globe_trotter globe_trotter nom m p 0.22 0.41 0.02 0.14 -globe globe nom m s 4.21 11.89 3.17 8.58 -globes globe nom m p 4.21 11.89 1.04 3.31 -globulaire globulaire adj s 0.09 0.34 0.04 0.14 -globulaires globulaire adj p 0.09 0.34 0.04 0.20 -globule globule nom m s 3.25 1.28 0.38 0.27 -globules globule nom m p 3.25 1.28 2.88 1.01 -globuleuse globuleux adj f s 0.27 4.80 0.00 0.14 -globuleux globuleux adj m 0.27 4.80 0.27 4.66 -globuline globuline nom f s 0.01 0.00 0.01 0.00 -glockenspiel glockenspiel nom m s 0.03 0.07 0.03 0.07 -gloire gloire nom s 35.27 50.88 34.78 48.51 -gloires gloire nom f p 35.27 50.88 0.48 2.36 -glomérule glomérule nom m s 0.00 0.07 0.00 0.07 -glop glop nom f s 0.01 0.27 0.01 0.27 -gloria gloria nom m s 2.66 0.81 2.66 0.81 -gloriette gloriette nom f s 0.10 0.34 0.10 0.27 -gloriettes gloriette nom f p 0.10 0.34 0.00 0.07 -glorieuse glorieux adj f s 7.41 18.31 2.44 5.54 -glorieusement glorieusement adv 0.34 1.82 0.34 1.82 -glorieuses glorieux adj f p 7.41 18.31 0.28 1.96 -glorieux glorieux adj m 7.41 18.31 4.68 10.81 -glorifia glorifier ver 1.82 3.65 0.01 0.14 ind:pas:3s; -glorifiaient glorifier ver 1.82 3.65 0.01 0.27 ind:imp:3p; -glorifiait glorifier ver 1.82 3.65 0.12 0.27 ind:imp:3s; -glorifiant glorifier ver 1.82 3.65 0.02 0.20 par:pre; -glorification glorification nom f s 0.22 0.20 0.22 0.20 -glorifie glorifier ver 1.82 3.65 0.53 0.47 imp:pre:2s;ind:pre:1s;ind:pre:3s; -glorifient glorifier ver 1.82 3.65 0.22 0.20 ind:pre:3p; -glorifier glorifier ver 1.82 3.65 0.56 1.22 inf; -glorifiez glorifier ver 1.82 3.65 0.08 0.07 imp:pre:2p;ind:pre:2p; -glorifions glorifier ver 1.82 3.65 0.05 0.07 imp:pre:1p;ind:pre:1p; -glorifié glorifier ver m s 1.82 3.65 0.21 0.54 par:pas; -glorifiées glorifier ver f p 1.82 3.65 0.00 0.07 par:pas; -glorifiés glorifier ver m p 1.82 3.65 0.00 0.14 par:pas; -gloriole gloriole nom f s 0.03 1.69 0.03 1.69 -glosaient gloser ver 0.00 0.61 0.00 0.07 ind:imp:3p; -glose glose nom f s 0.01 0.61 0.01 0.20 -gloser gloser ver 0.00 0.61 0.00 0.27 inf; -gloses glose nom f p 0.01 0.61 0.00 0.41 -glossaire glossaire nom m s 0.04 0.07 0.04 0.07 -glossateurs glossateur nom m p 0.00 0.07 0.00 0.07 -glossématique glossématique nom f s 0.00 0.07 0.00 0.07 -glosé gloser ver m s 0.00 0.61 0.00 0.07 par:pas; -glosées gloser ver f p 0.00 0.61 0.00 0.07 par:pas; -glotte glotte nom f s 0.12 2.03 0.12 2.03 -glottique glottique adj m s 0.00 0.07 0.00 0.07 -glouglou glouglou nom m s 0.24 1.22 0.23 0.61 -glouglous glouglou nom m p 0.24 1.22 0.01 0.61 -glougloutait glouglouter ver 0.00 0.61 0.00 0.14 ind:imp:3s; -glougloutant glouglouter ver 0.00 0.61 0.00 0.14 par:pre; -glougloute glouglouter ver 0.00 0.61 0.00 0.27 ind:pre:3s; -glougloutement glougloutement nom m s 0.01 0.14 0.01 0.14 -glouglouter glouglouter ver 0.00 0.61 0.00 0.07 inf; -gloussa glousser ver 0.98 5.61 0.00 1.08 ind:pas:3s; -gloussaient glousser ver 0.98 5.61 0.00 0.41 ind:imp:3p; -gloussait glousser ver 0.98 5.61 0.03 0.88 ind:imp:3s; -gloussant glousser ver 0.98 5.61 0.04 0.61 par:pre; -gloussante gloussant adj f s 0.01 0.54 0.01 0.14 -gloussantes gloussant adj f p 0.01 0.54 0.00 0.14 -gloussants gloussant adj m p 0.01 0.54 0.00 0.07 -glousse glousser ver 0.98 5.61 0.38 0.68 imp:pre:2s;ind:pre:1s;ind:pre:3s; -gloussement gloussement nom m s 0.26 3.72 0.21 1.22 -gloussements gloussement nom m p 0.26 3.72 0.05 2.50 -gloussent glousser ver 0.98 5.61 0.03 0.07 ind:pre:3p; -glousser glousser ver 0.98 5.61 0.43 1.42 inf; -glousserait glousser ver 0.98 5.61 0.00 0.07 cnd:pre:3s; -gloussez glousser ver 0.98 5.61 0.02 0.00 ind:pre:2p; -gloussèrent glousser ver 0.98 5.61 0.00 0.07 ind:pas:3p; -gloussé glousser ver m s 0.98 5.61 0.05 0.34 par:pas; -glouton glouton nom m s 1.10 0.54 0.78 0.34 -gloutonnant gloutonner ver 0.00 0.14 0.00 0.14 par:pre; -gloutonne glouton adj f s 0.69 1.69 0.22 0.74 -gloutonnement gloutonnement adv 0.00 0.54 0.00 0.54 -gloutonnerie gloutonnerie nom f s 0.27 0.74 0.27 0.74 -gloutons glouton nom m p 1.10 0.54 0.32 0.07 -gloxinias gloxinia nom m p 0.00 0.07 0.00 0.07 -glèbe glèbe nom f s 0.51 0.95 0.51 0.88 -glèbes glèbe nom f p 0.51 0.95 0.00 0.07 -glène glène nom f s 0.00 0.07 0.00 0.07 -glu glu nom f s 0.56 2.57 0.56 2.43 -gluant gluant adj m s 1.96 15.20 1.23 4.73 -gluante gluant adj f s 1.96 15.20 0.40 5.81 -gluantes gluant adj f p 1.96 15.20 0.07 2.09 -gluants gluant adj m p 1.96 15.20 0.26 2.57 -glucagon glucagon nom m s 0.04 0.00 0.04 0.00 -glucide glucide nom m s 0.51 0.20 0.00 0.07 -glucides glucide nom m p 0.51 0.20 0.51 0.14 -gluconique gluconique adj s 0.01 0.00 0.01 0.00 -glucose glucose nom m s 2.08 0.20 2.08 0.20 -glue gluer ver 0.42 1.22 0.35 0.14 ind:pre:3s; -gluent gluer ver 0.42 1.22 0.00 0.07 ind:pre:3p; -glénoïde glénoïde adj f s 0.03 0.00 0.03 0.00 -gluon gluon nom m s 0.04 0.00 0.04 0.00 -glus glu nom f p 0.56 2.57 0.00 0.14 -glutamate glutamate nom m s 0.16 0.00 0.16 0.00 -gluten gluten nom m s 0.06 0.07 0.06 0.07 -glycine glycine nom f s 0.26 4.26 0.21 1.96 -glycines glycine nom f p 0.26 4.26 0.05 2.30 -glycol glycol nom m s 0.12 0.00 0.12 0.00 -glycoprotéine glycoprotéine nom f s 0.03 0.00 0.03 0.00 -glycémie glycémie nom f s 0.44 0.00 0.44 0.00 -glycérine glycérine nom f s 1.04 0.14 1.04 0.14 -glycérol glycérol nom m s 0.01 0.00 0.01 0.00 -glyphe glyphe nom m s 0.24 0.00 0.06 0.00 -glyphes glyphe nom m p 0.24 0.00 0.18 0.00 -gnôle gnôle nom f s 3.24 1.55 3.24 1.55 -gna_gna gna_gna ono 0.14 0.14 0.14 0.14 -gnafron gnafron nom m s 0.01 0.34 0.01 0.20 -gnafrons gnafron nom m p 0.01 0.34 0.00 0.14 -gnagnagna gnagnagna ono 0.01 1.35 0.01 1.35 -gnangnan gnangnan adj 0.23 0.47 0.23 0.47 -gnard gnard nom m s 0.00 0.34 0.00 0.20 -gnards gnard nom m p 0.00 0.34 0.00 0.14 -gnaule gnaule nom f s 0.01 0.00 0.01 0.00 -gnian_gnian gnian_gnian nom m s 0.01 0.00 0.01 0.00 -gniard gniard nom m s 0.00 1.15 0.00 0.27 -gniards gniard nom m p 0.00 1.15 0.00 0.88 -gniouf gniouf nom f s 0.00 0.27 0.00 0.27 -gnocchi gnocchi nom m s 2.02 0.07 1.06 0.00 -gnocchis gnocchi nom m p 2.02 0.07 0.96 0.07 -gnognote gnognote nom f s 0.04 0.41 0.04 0.41 -gnognotte gnognotte nom f s 0.23 0.20 0.23 0.20 -gnole gnole nom f s 0.55 1.01 0.55 1.01 -gnome gnome nom m s 2.95 2.03 2.36 1.01 -gnomes gnome nom m p 2.95 2.03 0.59 1.01 -gnon gnon nom m s 1.02 1.82 0.42 0.54 -gnons gnon nom m p 1.02 1.82 0.59 1.28 -gnose gnose nom f s 0.00 0.07 0.00 0.07 -gnosticisme gnosticisme nom m s 0.01 0.07 0.01 0.07 -gnostique gnostique adj m s 0.04 0.00 0.01 0.00 -gnostiques gnostique adj m p 0.04 0.00 0.03 0.00 -gnou gnou nom m s 0.20 0.27 0.17 0.00 -gnouf gnouf nom m s 0.41 1.01 0.41 1.01 -gnous gnou nom m p 0.20 0.27 0.03 0.27 -go go nom m s 15.32 2.70 15.32 2.70 -goût goût nom m s 57.94 141.82 50.51 124.80 -goûta goûter ver 42.27 39.86 0.00 1.89 ind:pas:3s; -goûtables goûtable adj m p 0.00 0.07 0.00 0.07 -goûtai goûter ver 42.27 39.86 0.02 0.34 ind:pas:1s; -goûtaient goûter ver 42.27 39.86 0.02 0.68 ind:imp:3p; -goûtais goûter ver 42.27 39.86 0.21 1.49 ind:imp:1s;ind:imp:2s; -goûtait goûter ver 42.27 39.86 0.09 3.85 ind:imp:3s; -goûtant goûter ver 42.27 39.86 0.05 0.74 par:pre; -goûte goûter ver 42.27 39.86 9.85 4.39 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -goûtent goûter ver 42.27 39.86 0.14 0.61 ind:pre:3p; -goûter goûter ver 42.27 39.86 15.91 15.20 inf; -goûtera goûter ver 42.27 39.86 0.24 0.07 ind:fut:3s; -goûterai goûter ver 42.27 39.86 0.50 0.07 ind:fut:1s; -goûterais goûter ver 42.27 39.86 0.09 0.14 cnd:pre:1s;cnd:pre:2s; -goûterait goûter ver 42.27 39.86 0.02 0.07 cnd:pre:3s; -goûteras goûter ver 42.27 39.86 0.08 0.00 ind:fut:2s; -goûterez goûter ver 42.27 39.86 0.33 0.27 ind:fut:2p; -goûterons goûter ver 42.27 39.86 0.02 0.00 ind:fut:1p;; -goûteront goûter ver 42.27 39.86 0.06 0.00 ind:fut:3p; -goûters goûter nom m p 2.26 7.84 0.42 2.09 -goûtes goûter ver 42.27 39.86 1.15 0.00 ind:pre:2s; -goûteur goûteur nom m s 0.14 0.00 0.12 0.00 -goûteuse goûteur nom f s 0.14 0.00 0.03 0.00 -goûteuses goûteux adj f p 0.13 0.27 0.02 0.07 -goûteux goûteux adj m s 0.13 0.27 0.09 0.14 -goûtez goûter ver 42.27 39.86 4.28 0.88 imp:pre:2p;ind:pre:2p; -goûtiez goûter ver 42.27 39.86 0.43 0.00 ind:imp:2p; -goûtions goûter ver 42.27 39.86 0.03 0.61 ind:imp:1p; -goûtâmes goûter ver 42.27 39.86 0.14 0.00 ind:pas:1p; -goûtons goûter ver 42.27 39.86 0.72 0.54 imp:pre:1p;ind:pre:1p; -goûts goût nom m p 57.94 141.82 7.43 17.03 -goûtèrent goûter ver 42.27 39.86 0.00 0.54 ind:pas:3p; -goûté goûter ver m s 42.27 39.86 7.01 6.42 par:pas; -goûtée goûter ver f s 42.27 39.86 0.57 0.47 par:pas; -goûtées goûter ver f p 42.27 39.86 0.23 0.34 par:pas; -goûtés goûter ver m p 42.27 39.86 0.06 0.27 par:pas; -goal goal nom m s 1.32 1.55 1.32 1.49 -goals goal nom m p 1.32 1.55 0.00 0.07 -goba gober ver 5.90 5.68 0.01 0.34 ind:pas:3s; -gobage gobage nom m s 0.04 0.27 0.04 0.07 -gobages gobage nom m p 0.04 0.27 0.00 0.20 -gobaient gober ver 5.90 5.68 0.01 0.14 ind:imp:3p; -gobais gober ver 5.90 5.68 0.04 0.07 ind:imp:1s; -gobait gober ver 5.90 5.68 0.06 0.27 ind:imp:3s; -gobant gober ver 5.90 5.68 0.03 0.41 par:pre; -gobe_mouches gobe_mouches nom m 0.02 0.14 0.02 0.14 -gobe gober ver 5.90 5.68 0.86 0.68 imp:pre:2s;ind:pre:1s;ind:pre:3s; -gobelet gobelet nom m s 3.25 4.46 2.21 2.16 -gobelets gobelet nom m p 3.25 4.46 1.04 2.30 -gobelin gobelin nom m s 0.19 0.41 0.04 0.00 -gobelins gobelin nom m p 0.19 0.41 0.14 0.41 -gobelottes gobelotter ver 0.00 0.07 0.00 0.07 ind:pre:2s; -gobent gober ver 5.90 5.68 0.19 0.34 ind:pre:3p; -gober gober ver 5.90 5.68 2.50 2.09 inf; -gobera gober ver 5.90 5.68 0.06 0.00 ind:fut:3s; -goberaient gober ver 5.90 5.68 0.04 0.00 cnd:pre:3p; -goberait gober ver 5.90 5.68 0.02 0.07 cnd:pre:3s; -goberge goberger ver 0.03 0.74 0.01 0.27 ind:pre:1s;ind:pre:3s; -gobergeait goberger ver 0.03 0.74 0.00 0.07 ind:imp:3s; -gobergent goberger ver 0.03 0.74 0.01 0.14 ind:pre:3p; -goberger goberger ver 0.03 0.74 0.00 0.14 inf; -gobergez goberger ver 0.03 0.74 0.01 0.07 imp:pre:2p; -gobergé goberger ver m s 0.03 0.74 0.00 0.07 par:pas; -goberont gober ver 5.90 5.68 0.04 0.00 ind:fut:3p; -gobes gober ver 5.90 5.68 0.28 0.14 ind:pre:2s; -gobet gobet nom m s 0.00 0.14 0.00 0.07 -gobets gobet nom m p 0.00 0.14 0.00 0.07 -gobette gobeter ver 0.00 0.41 0.00 0.41 ind:pre:3s; -gobeur gobeur nom m s 0.04 0.07 0.03 0.00 -gobeurs gobeur nom m p 0.04 0.07 0.00 0.07 -gobeuse gobeuse nom f s 0.08 0.00 0.08 0.00 -gobez gober ver 5.90 5.68 0.31 0.00 imp:pre:2p;ind:pre:2p; -gobions gober ver 5.90 5.68 0.00 0.07 ind:imp:1p; -gobèrent gober ver 5.90 5.68 0.00 0.07 ind:pas:3p; -gobé gober ver m s 5.90 5.68 1.44 0.74 par:pas; -gobée gober ver f s 5.90 5.68 0.00 0.14 par:pas; -gobées gober ver f p 5.90 5.68 0.02 0.00 par:pas; -gobés gober ver m p 5.90 5.68 0.00 0.14 par:pas; -gâcha gâcher ver 49.57 18.51 0.00 0.27 ind:pas:3s; -gâchage gâchage nom m s 0.00 0.07 0.00 0.07 -gâchaient gâcher ver 49.57 18.51 0.02 0.47 ind:imp:3p; -gâchais gâcher ver 49.57 18.51 0.10 0.14 ind:imp:1s;ind:imp:2s; -gâchait gâcher ver 49.57 18.51 0.19 1.49 ind:imp:3s; -gâchant gâcher ver 49.57 18.51 0.03 0.14 par:pre; -gâche gâcher ver 49.57 18.51 7.08 1.42 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -gâchent gâcher ver 49.57 18.51 0.66 0.34 ind:pre:3p; -gâcher gâcher ver 49.57 18.51 18.26 6.49 inf; -gâchera gâcher ver 49.57 18.51 0.31 0.00 ind:fut:3s; -gâcherai gâcher ver 49.57 18.51 0.70 0.00 ind:fut:1s; -gâcheraient gâcher ver 49.57 18.51 0.03 0.00 cnd:pre:3p; -gâcherais gâcher ver 49.57 18.51 0.26 0.00 cnd:pre:1s;cnd:pre:2s; -gâcherait gâcher ver 49.57 18.51 0.56 0.20 cnd:pre:3s; -gâcheras gâcher ver 49.57 18.51 0.08 0.00 ind:fut:2s; -gâcherez gâcher ver 49.57 18.51 0.05 0.00 ind:fut:2p; -gâcheriez gâcher ver 49.57 18.51 0.26 0.00 cnd:pre:2p; -gâches gâcher ver 49.57 18.51 2.24 0.41 ind:pre:2s; -gâchette gâchette nom f s 5.09 1.82 4.89 1.82 -gâchettes gâchette nom f p 5.09 1.82 0.19 0.00 -gâcheur gâcheur nom m s 0.01 0.07 0.01 0.00 -gâcheurs gâcheur nom m p 0.01 0.07 0.00 0.07 -gâcheuse gâcheur adj f s 0.00 0.14 0.00 0.14 -gâchez gâcher ver 49.57 18.51 1.53 0.41 imp:pre:2p;ind:pre:2p; -gâchiez gâcher ver 49.57 18.51 0.04 0.00 ind:imp:2p; -gâchis gâchis nom m 6.24 3.85 6.24 3.85 -gâchons gâcher ver 49.57 18.51 0.90 0.20 imp:pre:1p;ind:pre:1p; -gâchât gâcher ver 49.57 18.51 0.00 0.07 sub:imp:3s; -gâché gâcher ver m s 49.57 18.51 14.10 4.19 par:pas; -gâchée gâcher ver f s 49.57 18.51 1.77 1.28 par:pas; -gâchées gâcher ver f p 49.57 18.51 0.30 0.74 par:pas; -gâchés gâcher ver m p 49.57 18.51 0.10 0.27 par:pas; -goda goder ver 0.70 1.62 0.01 0.00 ind:pas:3s; -godaille godailler ver 0.01 0.27 0.01 0.14 ind:pre:3s; -godaillera godailler ver 0.01 0.27 0.00 0.07 ind:fut:3s; -godailles godailler ver 0.01 0.27 0.00 0.07 ind:pre:2s; -godait goder ver 0.70 1.62 0.00 0.07 ind:imp:3s; -godant goder ver 0.70 1.62 0.00 0.07 par:pre; -godasse godasse nom f s 2.99 8.92 0.46 1.55 -godasses godasse nom f p 2.99 8.92 2.53 7.36 -goddam goddam ono 0.01 0.00 0.01 0.00 -gode goder ver 0.70 1.62 0.32 0.68 imp:pre:2s;ind:pre:3s; -godelureau godelureau nom m s 0.01 0.34 0.01 0.20 -godelureaux godelureau nom m p 0.01 0.34 0.00 0.14 -godemiché godemiché nom m s 0.63 0.81 0.59 0.61 -godemichés godemiché nom m p 0.63 0.81 0.04 0.20 -godent goder ver 0.70 1.62 0.00 0.07 ind:pre:3p; -goder goder ver 0.70 1.62 0.00 0.61 inf; -goderas goder ver 0.70 1.62 0.00 0.07 ind:fut:2s; -godes goder ver 0.70 1.62 0.36 0.07 ind:pre:2s; -godet godet nom m s 0.33 7.50 0.29 4.32 -godets godet nom m p 0.33 7.50 0.04 3.18 -godiche godiche nom f s 0.09 0.00 0.07 0.00 -godiches godiche adj p 0.07 0.95 0.02 0.27 -godillais godiller ver 0.00 0.61 0.00 0.07 ind:imp:1s; -godillait godiller ver 0.00 0.61 0.00 0.07 ind:imp:3s; -godillant godiller ver 0.00 0.61 0.00 0.20 par:pre; -godille godille nom f s 0.20 0.88 0.00 0.88 -godiller godiller ver 0.00 0.61 0.00 0.14 inf; -godilles godille nom f p 0.20 0.88 0.20 0.00 -godilleur godilleur nom m s 0.00 0.14 0.00 0.14 -godillot godillot nom m s 0.35 3.24 0.04 0.47 -godillots godillot nom m p 0.35 3.24 0.32 2.77 -godillé godiller ver m s 0.00 0.61 0.00 0.07 par:pas; -godronnés godronner ver m p 0.00 0.07 0.00 0.07 par:pas; -godrons godron nom m p 0.00 0.07 0.00 0.07 -goglu goglu nom m s 0.02 0.00 0.02 0.00 -gogo gogo nom m s 2.19 1.96 1.85 1.42 -gogol gogol adj s 0.30 0.14 0.29 0.07 -gogols gogol adj p 0.30 0.14 0.01 0.07 -gogos gogo nom m p 2.19 1.96 0.35 0.54 -gogs gog nom m p 0.03 0.88 0.03 0.88 -goguenard goguenard adj m s 0.01 6.15 0.01 3.85 -goguenarda goguenarder ver 0.00 0.20 0.00 0.07 ind:pas:3s; -goguenarde goguenard adj f s 0.01 6.15 0.00 1.01 -goguenardes goguenard adj f p 0.01 6.15 0.00 0.14 -goguenards goguenard adj m p 0.01 6.15 0.00 1.15 -goguenots goguenot nom m p 0.00 0.20 0.00 0.20 -gogues gogues nom m p 0.23 2.57 0.23 2.57 -goguette goguette nom f s 0.47 1.35 0.47 1.15 -goguettes goguette nom f p 0.47 1.35 0.00 0.20 -goinfraient goinfrer ver 0.98 1.62 0.00 0.07 ind:imp:3p; -goinfrait goinfrer ver 0.98 1.62 0.00 0.14 ind:imp:3s; -goinfre goinfre nom s 0.52 0.61 0.34 0.34 -goinfrent goinfrer ver 0.98 1.62 0.03 0.07 ind:pre:3p; -goinfrer goinfrer ver 0.98 1.62 0.67 0.95 inf; -goinfreras goinfrer ver 0.98 1.62 0.00 0.07 ind:fut:2s; -goinfrerie goinfrerie nom f s 0.12 0.41 0.12 0.41 -goinfres goinfre nom p 0.52 0.61 0.17 0.27 -goinfrez goinfrer ver 0.98 1.62 0.03 0.07 imp:pre:2p;ind:pre:2p; -goinfré goinfrer ver m s 0.98 1.62 0.06 0.00 par:pas; -goinfrée goinfrer ver f s 0.98 1.62 0.01 0.07 par:pas; -goinfrés goinfrer ver m p 0.98 1.62 0.01 0.07 par:pas; -goitre goitre nom m s 0.11 0.68 0.10 0.54 -goitres goitre nom m p 0.11 0.68 0.01 0.14 -goitreux goitreux nom m 0.00 0.34 0.00 0.34 -gold gold adj 3.11 0.41 3.11 0.41 -golden golden nom s 2.37 0.68 2.37 0.61 -goldens golden nom p 2.37 0.68 0.00 0.07 -goldo goldo nom f s 0.00 0.61 0.00 0.54 -goldos goldo nom f p 0.00 0.61 0.00 0.07 -golem golem nom m s 0.10 0.07 0.10 0.07 -golf_club golf_club nom m s 0.01 0.07 0.01 0.07 -golf golf nom m s 14.14 7.30 14.05 7.16 -golfe golfe nom m s 1.69 6.49 1.55 5.95 -golfes golfe nom m p 1.69 6.49 0.14 0.54 -golfeur golfeur nom m s 0.85 0.34 0.58 0.07 -golfeurs golfeur nom m p 0.85 0.34 0.22 0.07 -golfeuse golfeur nom f s 0.85 0.34 0.05 0.07 -golfeuses golfeuse nom f p 0.01 0.00 0.01 0.00 -golfs golf nom m p 14.14 7.30 0.09 0.14 -golgotha golgotha nom m s 0.00 0.07 0.00 0.07 -goliath goliath nom m s 0.00 0.07 0.00 0.07 -gombo gombo nom m s 2.44 0.14 2.00 0.14 -gombos gombo nom m p 2.44 0.14 0.43 0.00 -gomina gomina nom f s 0.14 1.01 0.14 1.01 -gominer gominer ver 0.29 1.82 0.00 0.07 inf; -gominé gominer ver m s 0.29 1.82 0.04 0.61 par:pas; -gominée gominer ver f s 0.29 1.82 0.00 0.34 par:pas; -gominées gominer ver f p 0.29 1.82 0.00 0.07 par:pas; -gominés gominer ver m p 0.29 1.82 0.25 0.74 par:pas; -gomma gommer ver 0.57 4.73 0.00 0.20 ind:pas:3s; -gommage gommage nom m s 0.25 0.07 0.25 0.07 -gommait gommer ver 0.57 4.73 0.00 0.47 ind:imp:3s; -gommant gommer ver 0.57 4.73 0.02 0.20 par:pre; -gomme gomme nom f s 3.81 9.93 3.21 9.26 -gomment gommer ver 0.57 4.73 0.00 0.07 ind:pre:3p; -gommer gommer ver 0.57 4.73 0.26 1.69 inf; -gommerait gommer ver 0.57 4.73 0.00 0.20 cnd:pre:3s; -gommes gomme nom f p 3.81 9.93 0.60 0.68 -gommette gommette nom f s 0.03 0.00 0.03 0.00 -gommeuse gommeux adj f s 0.00 0.34 0.00 0.14 -gommeux gommeux nom m 0.05 0.68 0.05 0.68 -gommier gommier nom m s 0.06 0.27 0.05 0.00 -gommiers gommier nom m p 0.06 0.27 0.01 0.27 -gommé gommer ver m s 0.57 4.73 0.19 0.68 par:pas; -gommée gommer ver f s 0.57 4.73 0.01 0.41 par:pas; -gommées gommer ver f p 0.57 4.73 0.01 0.14 par:pas; -gommés gommer ver m p 0.57 4.73 0.01 0.14 par:pas; -goménol goménol nom m s 0.00 0.07 0.00 0.07 -goménolée goménolé adj f s 0.00 0.14 0.00 0.14 -gon gon nom m s 0.86 0.00 0.86 0.00 -gonade gonade nom f s 0.16 0.07 0.04 0.00 -gonades gonade nom f p 0.16 0.07 0.12 0.07 -gonadotropes gonadotrope adj f p 0.01 0.00 0.01 0.00 -gonadotrophine gonadotrophine nom f s 0.01 0.00 0.01 0.00 -goncier goncier nom m s 0.00 0.14 0.00 0.14 -gond gond nom m s 0.91 2.97 0.04 0.14 -gonde gonder ver 0.01 0.07 0.00 0.07 ind:pre:3s; -gonder gonder ver 0.01 0.07 0.01 0.00 inf; -gondolaient gondoler ver 0.11 2.70 0.00 0.47 ind:imp:3p; -gondolais gondoler ver 0.11 2.70 0.00 0.14 ind:imp:1s;ind:imp:2s; -gondolait gondoler ver 0.11 2.70 0.00 0.27 ind:imp:3s; -gondolant gondoler ver 0.11 2.70 0.00 0.20 par:pre; -gondole gondole nom f s 1.26 4.93 1.01 3.31 -gondolement gondolement nom m s 0.00 0.07 0.00 0.07 -gondolent gondoler ver 0.11 2.70 0.01 0.20 ind:pre:3p; -gondoler gondoler ver 0.11 2.70 0.02 0.41 inf; -gondolera gondoler ver 0.11 2.70 0.00 0.07 ind:fut:3s; -gondoles gondole nom f p 1.26 4.93 0.25 1.62 -gondolier gondolier nom m s 0.72 1.15 0.59 0.74 -gondoliers gondolier nom m p 0.72 1.15 0.11 0.41 -gondolière gondolier nom f s 0.72 1.15 0.03 0.00 -gondolèrent gondoler ver 0.11 2.70 0.00 0.07 ind:pas:3p; -gondolé gondoler ver m s 0.11 2.70 0.01 0.14 par:pas; -gondolée gondolé adj f s 0.01 0.68 0.00 0.27 -gondolées gondolé adj f p 0.01 0.68 0.00 0.20 -gondolés gondolé adj m p 0.01 0.68 0.00 0.14 -gonds gond nom m p 0.91 2.97 0.87 2.84 -gone gone nom m s 1.00 0.14 1.00 0.14 -gonelle gonelle nom f s 0.00 0.14 0.00 0.14 -gonfalon gonfalon nom m s 0.00 0.20 0.00 0.14 -gonfaloniers gonfalonier nom m p 0.00 0.07 0.00 0.07 -gonfalons gonfalon nom m p 0.00 0.20 0.00 0.07 -gonfanon gonfanon nom m s 0.00 0.20 0.00 0.14 -gonfanons gonfanon nom m p 0.00 0.20 0.00 0.07 -gonfla gonfler ver 16.52 47.57 0.02 2.36 ind:pas:3s; -gonflable gonflable adj s 1.35 0.95 0.92 0.54 -gonflables gonflable adj p 1.35 0.95 0.44 0.41 -gonflage gonflage nom m s 0.00 0.20 0.00 0.20 -gonflaient gonfler ver 16.52 47.57 0.00 1.96 ind:imp:3p; -gonflais gonfler ver 16.52 47.57 0.02 0.07 ind:imp:1s; -gonflait gonfler ver 16.52 47.57 0.60 7.91 ind:imp:3s; -gonflant gonflant adj m s 0.21 0.54 0.19 0.34 -gonflante gonflant adj f s 0.21 0.54 0.01 0.14 -gonflantes gonflant adj f p 0.21 0.54 0.00 0.07 -gonflants gonflant adj m p 0.21 0.54 0.01 0.00 -gonfle gonfler ver 16.52 47.57 4.14 6.49 imp:pre:2s;ind:pre:1s;ind:pre:3s; -gonflement gonflement nom m s 0.24 1.15 0.20 0.88 -gonflements gonflement nom m p 0.24 1.15 0.04 0.27 -gonflent gonfler ver 16.52 47.57 0.50 2.09 ind:pre:3p; -gonfler gonfler ver 16.52 47.57 3.17 5.68 inf; -gonflera gonfler ver 16.52 47.57 0.07 0.07 ind:fut:3s; -gonflerait gonfler ver 16.52 47.57 0.02 0.14 cnd:pre:3s; -gonfles gonfler ver 16.52 47.57 1.16 0.14 ind:pre:2s; -gonflette gonflette nom f s 0.46 0.00 0.46 0.00 -gonfleur gonfleur nom m s 0.00 0.20 0.00 0.20 -gonflez gonfler ver 16.52 47.57 1.20 0.07 imp:pre:2p;ind:pre:2p; -gonflèrent gonfler ver 16.52 47.57 0.01 0.61 ind:pas:3p; -gonflé gonfler ver m s 16.52 47.57 3.96 7.30 par:pas; -gonflée gonfler ver f s 16.52 47.57 0.80 3.92 par:pas; -gonflées gonflé adj f p 3.56 12.64 0.34 3.24 -gonflés gonflé adj m p 3.56 12.64 1.20 3.18 -gong gong nom m s 2.41 3.65 2.35 3.51 -gongoriste gongoriste adj m s 0.00 0.07 0.00 0.07 -gongs gong nom m p 2.41 3.65 0.06 0.14 -goniomètre goniomètre nom m s 0.00 0.07 0.00 0.07 -gonococcie gonococcie nom f s 0.03 0.00 0.03 0.00 -gonococcique gonococcique adj s 0.01 0.00 0.01 0.00 -gonocoque gonocoque nom m s 0.01 0.41 0.00 0.20 -gonocoques gonocoque nom m p 0.01 0.41 0.01 0.20 -gonorrhée gonorrhée nom f s 0.08 0.00 0.08 0.00 -gonze gonze nom m s 0.07 6.89 0.06 4.05 -gonzes gonze nom m p 0.07 6.89 0.01 2.84 -gonzesse gonzesse nom f s 11.29 15.61 7.74 7.57 -gonzesses gonzesse nom f p 11.29 15.61 3.56 8.04 -gopak gopak nom m s 0.00 0.07 0.00 0.07 -gâpette gâpette nom f s 0.00 0.07 0.00 0.07 -gopher gopher nom m s 0.02 0.07 0.02 0.07 -gord gord nom m s 0.25 0.00 0.25 0.00 -gordien gordien adj m s 0.00 0.20 0.00 0.14 -gordiens gordien adj m p 0.00 0.20 0.00 0.07 -gore gore adj s 0.57 0.14 0.57 0.14 -goret goret nom m s 0.85 1.28 0.81 0.95 -gorets goret nom m p 0.85 1.28 0.04 0.34 -gorge_de_pigeon gorge_de_pigeon adj m s 0.01 0.14 0.01 0.14 -gorge gorge nom s 30.87 86.82 29.57 82.64 -gorgea gorger ver 1.52 8.04 0.01 0.14 ind:pas:3s; -gorgeai gorger ver 1.52 8.04 0.00 0.14 ind:pas:1s; -gorgeaient gorger ver 1.52 8.04 0.00 0.14 ind:imp:3p; -gorgeais gorger ver 1.52 8.04 0.00 0.07 ind:imp:1s; -gorgeait gorger ver 1.52 8.04 0.01 0.47 ind:imp:3s; -gorgeant gorger ver 1.52 8.04 0.01 0.20 par:pre; -gorgent gorger ver 1.52 8.04 0.02 0.07 ind:pre:3p; -gorgeon gorgeon nom m s 0.01 1.01 0.01 0.95 -gorgeons gorger ver 1.52 8.04 0.00 0.07 ind:pre:1p; -gorger gorger ver 1.52 8.04 0.03 0.47 inf; -gorgerette gorgerette nom f s 0.00 0.07 0.00 0.07 -gorgerin gorgerin nom m s 0.01 0.07 0.01 0.07 -gorges gorge nom f p 30.87 86.82 1.30 4.19 -gorget gorget nom m s 0.00 0.07 0.00 0.07 -gorgez gorger ver 1.52 8.04 0.00 0.07 imp:pre:2p; -gorgone gorgone nom f s 0.02 0.41 0.02 0.41 -gorgonzola gorgonzola nom m s 0.22 0.34 0.22 0.34 -gorgèrent gorger ver 1.52 8.04 0.00 0.07 ind:pas:3p; -gorgé gorger ver m s 1.52 8.04 0.19 1.76 par:pas; -gorgée gorgée nom f s 5.70 20.27 4.97 13.31 -gorgées gorgée nom f p 5.70 20.27 0.72 6.96 -gorgés gorger ver m p 1.52 8.04 0.40 1.35 par:pas; -gorille gorille nom m s 6.06 2.77 3.55 2.03 -gorilles gorille nom m p 6.06 2.77 2.51 0.74 -gosier gosier nom m s 1.20 4.93 1.20 4.26 -gosiers gosier nom m p 1.20 4.93 0.00 0.68 -gospel gospel nom m s 0.61 0.00 0.61 0.00 -gosplan gosplan nom m s 0.10 0.07 0.10 0.07 -gosse gosse nom s 109.96 61.76 62.92 34.12 -gosseline gosseline nom f s 0.00 0.14 0.00 0.07 -gosselines gosseline nom f p 0.00 0.14 0.00 0.07 -gosses gosse nom p 109.96 61.76 47.03 27.64 -gâta gâter ver 10.97 14.26 0.00 0.14 ind:pas:3s; -gâtaient gâter ver 10.97 14.26 0.04 0.34 ind:imp:3p; -gâtais gâter ver 10.97 14.26 0.03 0.07 ind:imp:1s; -gâtait gâter ver 10.97 14.26 0.03 0.95 ind:imp:3s; -gâtant gâter ver 10.97 14.26 0.23 0.14 par:pre; -gâte_bois gâte_bois nom m 0.00 0.07 0.00 0.07 -gâte_sauce gâte_sauce nom m s 0.00 0.14 0.00 0.14 -gâte gâter ver 10.97 14.26 2.96 1.82 imp:pre:2s;ind:pre:1s;ind:pre:3s; -gâteau gâteau nom m s 55.19 32.16 42.33 13.92 -gâteaux gâteau nom m p 55.19 32.16 12.85 18.24 -gâtent gâter ver 10.97 14.26 0.54 0.14 ind:pre:3p; -gâter gâter ver 10.97 14.26 1.80 3.45 inf; -gâtera gâter ver 10.97 14.26 0.35 0.14 ind:fut:3s; -gâterais gâter ver 10.97 14.26 0.02 0.07 cnd:pre:1s;cnd:pre:2s; -gâterait gâter ver 10.97 14.26 0.02 0.07 cnd:pre:3s; -gâterie gâterie nom f s 1.35 2.91 0.98 0.81 -gâteries gâterie nom f p 1.35 2.91 0.36 2.09 -gâteront gâter ver 10.97 14.26 0.00 0.14 ind:fut:3p; -gâtes gâter ver 10.97 14.26 1.22 0.20 ind:pre:2s; -gâteuse gâteux adj f s 1.71 3.92 0.25 0.88 -gâteuses gâteux adj f p 1.71 3.92 0.00 0.07 -gâteux gâteux adj m 1.71 3.92 1.47 2.97 -gâtez gâter ver 10.97 14.26 0.46 0.20 imp:pre:2p;ind:pre:2p; -goth goth nom s 0.04 0.14 0.02 0.00 -gotha gotha nom m s 0.04 0.14 0.04 0.07 -gothas gotha nom m p 0.04 0.14 0.00 0.07 -gothique gothique adj s 0.99 6.55 0.89 3.85 -gothiques gothique adj p 0.99 6.55 0.10 2.70 -goths goth nom p 0.04 0.14 0.01 0.14 -gâtifie gâtifier ver 0.00 0.07 0.00 0.07 ind:pre:3s; -gâtine gâtine nom f s 0.00 0.07 0.00 0.07 -gâtisme gâtisme nom m s 0.02 0.95 0.02 0.95 -goton goton nom f s 0.00 0.07 0.00 0.07 -gâtât gâter ver 10.97 14.26 0.00 0.07 sub:imp:3s; -gâtèrent gâter ver 10.97 14.26 0.00 0.27 ind:pas:3p; -gâté gâter ver m s 10.97 14.26 1.54 3.58 par:pas; -gâtée gâté adj f s 3.66 4.73 1.68 1.28 -gâtées gâté adj f p 3.66 4.73 0.15 0.61 -gâtés gâté adj m p 3.66 4.73 0.54 0.68 -gouache gouache nom f s 0.04 1.55 0.04 1.22 -gouaches gouache nom f p 0.04 1.55 0.00 0.34 -gouachez gouacher ver 0.01 0.00 0.01 0.00 ind:pre:2p; -gouailla gouailler ver 0.00 0.41 0.00 0.27 ind:pas:3s; -gouaille gouaille nom f s 0.01 1.49 0.01 1.49 -gouailleur gouailleur adj m s 0.00 1.28 0.00 0.61 -gouailleurs gouailleur adj m p 0.00 1.28 0.00 0.07 -gouailleuse gouailleur adj f s 0.00 1.28 0.00 0.54 -gouailleuses gouailleur adj f p 0.00 1.28 0.00 0.07 -gouaillé gouailler ver m s 0.00 0.41 0.00 0.07 par:pas; -goualante goualante nom f s 0.01 1.08 0.01 0.81 -goualantes goualante nom f p 0.01 1.08 0.00 0.27 -goualer goualer ver 0.00 0.14 0.00 0.14 inf; -gouape gouape nom f s 0.39 1.08 0.38 0.74 -gouapes gouape nom f p 0.39 1.08 0.01 0.34 -gouda gouda nom m s 0.03 0.07 0.03 0.07 -goudou goudou nom f s 0.09 0.14 0.06 0.07 -goudous goudou nom f p 0.09 0.14 0.03 0.07 -goudron goudron nom m s 3.40 7.64 3.40 7.50 -goudronnage goudronnage nom m s 0.00 0.14 0.00 0.14 -goudronne goudronner ver 0.38 1.01 0.00 0.07 ind:pre:3s; -goudronner goudronner ver 0.38 1.01 0.05 0.20 inf; -goudronneux goudronneux adj m 0.00 0.20 0.00 0.20 -goudronnez goudronner ver 0.38 1.01 0.14 0.00 imp:pre:2p; -goudronné goudronner ver m s 0.38 1.01 0.06 0.41 par:pas; -goudronnée goudronné adj f s 0.39 3.04 0.23 1.01 -goudronnées goudronné adj f p 0.39 3.04 0.14 0.54 -goudronnés goudronné adj m p 0.39 3.04 0.00 0.27 -goudrons goudron nom m p 3.40 7.64 0.00 0.14 -gouet gouet nom m s 0.00 0.07 0.00 0.07 -gouffre gouffre nom m s 3.84 13.38 3.43 11.35 -gouffres gouffre nom m p 3.84 13.38 0.40 2.03 -gouge gouge nom f s 0.02 1.01 0.01 0.74 -gouges gouge nom f p 0.02 1.01 0.01 0.27 -gougnafier gougnafier nom m s 0.00 1.96 0.00 0.61 -gougnafiers gougnafier nom m p 0.00 1.96 0.00 1.35 -gougnottes gougnotter ver 0.01 0.07 0.01 0.07 ind:pre:2s; -gougoutte gougoutte nom f s 0.01 0.07 0.01 0.00 -gougouttes gougoutte nom f p 0.01 0.07 0.00 0.07 -gougère gougère nom f s 0.00 0.20 0.00 0.07 -gougères gougère nom f p 0.00 0.20 0.00 0.14 -gouine gouine nom f s 4.00 0.88 3.29 0.47 -gouines gouine nom f p 4.00 0.88 0.71 0.41 -goujat goujat nom m s 1.68 2.09 1.23 1.69 -goujaterie goujaterie nom f s 0.16 0.47 0.16 0.47 -goujats goujat nom m p 1.68 2.09 0.45 0.41 -goujon goujon nom m s 0.50 1.35 0.50 0.81 -goujons goujon nom m p 0.50 1.35 0.00 0.54 -goulûment goulûment adv 0.14 2.70 0.14 2.70 -goulache goulache nom m s 0.46 0.00 0.46 0.00 -goulafre goulafre nom s 0.00 0.14 0.00 0.07 -goulafres goulafre nom p 0.00 0.14 0.00 0.07 -goulag goulag nom m s 0.31 1.01 0.31 0.74 -goulags goulag nom m p 0.31 1.01 0.00 0.27 -goéland goéland nom m s 0.53 2.91 0.31 0.81 -goélands goéland nom m p 0.53 2.91 0.23 2.09 -goulasch goulasch nom m s 0.27 0.14 0.27 0.14 -goule goule nom f s 0.61 0.07 0.26 0.07 -goules goule nom f p 0.61 0.07 0.36 0.00 -goulet goulet nom m s 0.09 0.74 0.09 0.74 -goélette goélette nom f s 0.60 0.68 0.60 0.61 -goulette goulette nom f s 0.94 0.14 0.94 0.14 -goélettes goélette nom f p 0.60 0.68 0.00 0.07 -gouleyant gouleyant adj m s 0.00 0.14 0.00 0.14 -goulot goulot nom m s 0.50 10.81 0.49 10.14 -goulots goulot nom m p 0.50 10.81 0.01 0.68 -goulotte goulotte nom f s 0.00 0.07 0.00 0.07 -goulu goulu adj m s 0.14 1.55 0.02 0.34 -goulée goulée nom f s 0.01 2.64 0.00 1.55 -goulue goulu adj f s 0.14 1.55 0.02 0.68 -goulées goulée nom f p 0.01 2.64 0.01 1.08 -goulues goulu nom f p 0.02 0.41 0.01 0.07 -goulus goulu adj m p 0.14 1.55 0.10 0.34 -goum goum nom m s 0.04 0.41 0.00 0.34 -goumi goumi nom m s 0.00 0.34 0.00 0.34 -goumier goumier nom m s 0.00 0.54 0.00 0.07 -goumiers goumier nom m p 0.00 0.54 0.00 0.47 -goémon goémon nom m s 0.14 0.88 0.00 0.41 -goémons goémon nom m p 0.14 0.88 0.14 0.47 -goums goum nom m p 0.04 0.41 0.04 0.07 -goupil goupil nom m s 0.03 0.27 0.03 0.27 -goupillait goupiller ver 0.27 1.69 0.01 0.20 ind:imp:3s; -goupille goupille nom f s 0.74 0.47 0.72 0.34 -goupiller goupiller ver 0.27 1.69 0.04 0.34 inf; -goupilles goupille nom f p 0.74 0.47 0.02 0.14 -goupillon goupillon nom m s 0.16 1.62 0.16 1.55 -goupillons goupillon nom m p 0.16 1.62 0.00 0.07 -goupillé goupiller ver m s 0.27 1.69 0.04 0.47 par:pas; -goupillée goupiller ver f s 0.27 1.69 0.02 0.07 par:pas; -gour gour nom m 0.02 0.61 0.01 0.54 -goura goura nom m s 0.00 0.07 0.00 0.07 -gouraient gourer ver 2.33 6.28 0.00 0.07 ind:imp:3p; -gourais gourer ver 2.33 6.28 0.01 0.68 ind:imp:1s;ind:imp:2s; -gourait gourer ver 2.33 6.28 0.01 0.47 ind:imp:3s; -gourance gourance nom f s 0.00 1.28 0.00 1.15 -gourances gourance nom f p 0.00 1.28 0.00 0.14 -gourbi gourbi nom m s 0.17 2.91 0.12 1.69 -gourbis gourbi nom m p 0.17 2.91 0.06 1.22 -gourd gourd adj m s 0.00 2.70 0.00 0.68 -gourde gourde nom f s 2.85 4.59 2.56 4.59 -gourdes gourde nom f p 2.85 4.59 0.29 0.00 -gourdin gourdin nom m s 1.59 2.84 1.51 1.82 -gourdins gourdin nom m p 1.59 2.84 0.08 1.01 -gourds gourd adj m p 0.00 2.70 0.00 2.03 -goure gourer ver 2.33 6.28 0.30 0.88 imp:pre:2s;ind:pre:1s;ind:pre:3s; -gourent gourer ver 2.33 6.28 0.03 0.27 ind:pre:3p; -gourer gourer ver 2.33 6.28 0.22 1.35 inf; -gourerait gourer ver 2.33 6.28 0.00 0.07 cnd:pre:3s; -goures gourer ver 2.33 6.28 0.77 0.34 ind:pre:2s; -gourez gourer ver 2.33 6.28 0.19 0.07 ind:pre:2p; -gourgandine gourgandine nom f s 0.06 0.34 0.06 0.20 -gourgandines gourgandine nom f p 0.06 0.34 0.00 0.14 -gourmand gourmand adj m s 2.79 9.86 1.81 4.53 -gourmandai gourmander ver 0.11 0.81 0.00 0.07 ind:pas:1s; -gourmandais gourmander ver 0.11 0.81 0.00 0.07 ind:imp:1s; -gourmandait gourmander ver 0.11 0.81 0.00 0.07 ind:imp:3s; -gourmandant gourmander ver 0.11 0.81 0.00 0.07 par:pre; -gourmande gourmand adj f s 2.79 9.86 0.54 3.45 -gourmandement gourmandement adv 0.00 0.07 0.00 0.07 -gourmandent gourmander ver 0.11 0.81 0.00 0.07 ind:pre:3p; -gourmander gourmander ver 0.11 0.81 0.00 0.14 inf; -gourmandes gourmand adj f p 2.79 9.86 0.14 1.08 -gourmandise gourmandise nom f s 0.51 6.49 0.47 5.54 -gourmandises gourmandise nom f p 0.51 6.49 0.04 0.95 -gourmands gourmand adj m p 2.79 9.86 0.32 0.81 -gourmandé gourmander ver m s 0.11 0.81 0.01 0.00 par:pas; -gourme gourme nom f s 0.06 0.41 0.06 0.41 -gourmet gourmet nom m s 0.97 1.55 0.89 0.81 -gourmets gourmet nom m p 0.97 1.55 0.08 0.74 -gourmette gourmette nom f s 1.25 2.43 1.25 2.09 -gourmettes gourmette nom f p 1.25 2.43 0.01 0.34 -gourmé gourmé adj m s 0.01 0.81 0.01 0.34 -gourmée gourmé adj f s 0.01 0.81 0.00 0.20 -gourmés gourmé adj m p 0.01 0.81 0.00 0.27 -gourou gourou nom m s 1.84 1.42 1.63 1.28 -gourous gourou nom m p 1.84 1.42 0.22 0.14 -gours gour nom m p 0.02 0.61 0.01 0.07 -gouré gourer ver m s 2.33 6.28 0.64 1.22 par:pas; -gourée gourer ver f s 2.33 6.28 0.07 0.54 par:pas; -gourées gourer ver f p 2.33 6.28 0.00 0.07 par:pas; -gourés gourer ver m p 2.33 6.28 0.10 0.27 par:pas; -gousse gousse nom f s 0.58 1.28 0.51 0.81 -gousses gousse nom f p 0.58 1.28 0.07 0.47 -gousset gousset nom m s 0.27 2.23 0.27 1.69 -goussets gousset nom m p 0.27 2.23 0.00 0.54 -goétie goétie nom f s 0.02 0.00 0.02 0.00 -gouttait goutter ver 0.73 2.36 0.01 0.34 ind:imp:3s; -gouttant goutter ver 0.73 2.36 0.01 0.20 par:pre; -goutte goutte nom f s 28.03 64.32 19.09 30.34 -gouttelaient goutteler ver 0.00 0.14 0.00 0.07 ind:imp:3p; -gouttelait goutteler ver 0.00 0.14 0.00 0.07 ind:imp:3s; -gouttelette gouttelette nom f s 0.25 5.88 0.04 0.41 -gouttelettes gouttelette nom f p 0.25 5.88 0.21 5.47 -goutter goutter ver 0.73 2.36 0.01 0.41 inf; -gouttera goutter ver 0.73 2.36 0.01 0.00 ind:fut:3s; -goutterais goutter ver 0.73 2.36 0.01 0.00 cnd:pre:1s; -gouttereau gouttereau adj m s 0.00 0.20 0.00 0.14 -gouttereaux gouttereau adj m p 0.00 0.20 0.00 0.07 -gouttes goutte nom f p 28.03 64.32 8.94 33.99 -goutteuse goutteur nom f s 0.01 0.00 0.01 0.00 -goutteuses goutteux adj f p 0.01 0.41 0.00 0.14 -goutteux goutteux adj m 0.01 0.41 0.01 0.20 -gouttière gouttière nom f s 2.99 10.95 2.47 6.82 -gouttières gouttière nom f p 2.99 10.95 0.52 4.12 -gouvernable gouvernable adj s 0.01 0.00 0.01 0.00 -gouvernaient gouverner ver 7.60 8.78 0.17 0.14 ind:imp:3p; -gouvernail gouvernail nom m s 2.87 1.69 2.81 1.62 -gouvernails gouvernail nom m p 2.87 1.69 0.06 0.07 -gouvernait gouverner ver 7.60 8.78 0.21 1.69 ind:imp:3s; -gouvernance gouvernance nom f s 0.01 0.00 0.01 0.00 -gouvernant gouvernant nom m s 0.45 2.09 0.14 0.07 -gouvernante gouvernante nom f s 4.60 4.73 4.52 3.85 -gouvernantes gouvernante nom f p 4.60 4.73 0.08 0.88 -gouvernants gouvernant nom m p 0.45 2.09 0.30 2.03 -gouverne gouverner ver 7.60 8.78 1.58 1.28 imp:pre:2s;ind:pre:1s;ind:pre:3s; -gouvernement gouvernement nom m s 62.66 132.03 59.82 119.73 -gouvernemental gouvernemental adj m s 2.93 1.69 0.98 0.61 -gouvernementale gouvernemental adj f s 2.93 1.69 0.82 0.74 -gouvernementales gouvernemental adj f p 2.93 1.69 0.72 0.34 -gouvernementaux gouvernemental adj m p 2.93 1.69 0.40 0.00 -gouvernements gouvernement nom m p 62.66 132.03 2.83 12.30 -gouvernent gouverner ver 7.60 8.78 0.72 0.41 ind:pre:3p; -gouverner gouverner ver 7.60 8.78 3.18 3.24 inf; -gouvernera gouverner ver 7.60 8.78 0.56 0.07 ind:fut:3s; -gouvernerai gouverner ver 7.60 8.78 0.03 0.14 ind:fut:1s; -gouvernerait gouverner ver 7.60 8.78 0.01 0.14 cnd:pre:3s; -gouverneras gouverner ver 7.60 8.78 0.02 0.00 ind:fut:2s; -gouvernerez gouverner ver 7.60 8.78 0.04 0.07 ind:fut:2p; -gouvernerons gouverner ver 7.60 8.78 0.03 0.00 ind:fut:1p; -gouverneront gouverner ver 7.60 8.78 0.06 0.07 ind:fut:3p; -gouvernes gouverner ver 7.60 8.78 0.17 0.00 ind:pre:2s; -gouverneur gouverneur nom m s 21.73 18.38 20.96 16.35 -gouverneurs gouverneur nom m p 21.73 18.38 0.77 2.03 -gouvernez gouverner ver 7.60 8.78 0.14 0.00 imp:pre:2p;ind:pre:2p; -gouverniez gouverner ver 7.60 8.78 0.01 0.00 ind:imp:2p; -gouvernorat gouvernorat nom m s 0.01 0.14 0.01 0.00 -gouvernorats gouvernorat nom m p 0.01 0.14 0.00 0.14 -gouvernât gouverner ver 7.60 8.78 0.00 0.14 sub:imp:3s; -gouverné gouverner ver m s 7.60 8.78 0.38 0.81 par:pas; -gouvernée gouverner ver f s 7.60 8.78 0.17 0.47 par:pas; -gouvernés gouverner ver m p 7.60 8.78 0.07 0.07 par:pas; -gouzi_gouzi gouzi_gouzi nom m 0.06 0.07 0.06 0.07 -goy goy nom m s 0.13 0.47 0.13 0.47 -goyave goyave nom f s 0.06 0.20 0.06 0.20 -goyesque goyesque nom s 0.00 0.20 0.00 0.14 -goyesques goyesque nom p 0.00 0.20 0.00 0.07 -graal graal nom m s 0.04 0.34 0.04 0.34 -grabat grabat nom m s 0.36 2.09 0.23 1.96 -grabataire grabataire adj s 0.13 0.27 0.11 0.27 -grabataires grabataire adj m p 0.13 0.27 0.02 0.00 -grabats grabat nom m p 0.36 2.09 0.14 0.14 -graben graben nom m s 0.14 0.00 0.14 0.00 -grabuge grabuge nom m s 2.55 0.54 2.55 0.54 -gracia gracier ver 3.62 1.22 0.00 0.07 ind:pas:3s; -graciai gracier ver 3.62 1.22 0.00 0.07 ind:pas:1s; -gracias gracier ver 3.62 1.22 1.58 0.20 ind:pas:2s; -gracie gracier ver 3.62 1.22 0.81 0.27 imp:pre:2s;ind:pre:1s;ind:pre:3s; -gracier gracier ver 3.62 1.22 0.39 0.41 inf; -graciera gracier ver 3.62 1.22 0.01 0.00 ind:fut:3s; -gracierai gracier ver 3.62 1.22 0.04 0.00 ind:fut:1s; -gracieras gracier ver 3.62 1.22 0.02 0.00 ind:fut:2s; -gracieuse gracieux adj f s 4.54 15.81 1.84 6.08 -gracieusement gracieusement adv 0.54 2.70 0.54 2.70 -gracieuses gracieux adj f p 4.54 15.81 0.29 2.09 -gracieuseté gracieuseté nom f s 0.20 0.41 0.06 0.14 -gracieusetés gracieuseté nom f p 0.20 0.41 0.14 0.27 -gracieusé gracieusé adj m s 0.00 0.07 0.00 0.07 -gracieux gracieux adj m 4.54 15.81 2.42 7.64 -graciez gracier ver 3.62 1.22 0.04 0.00 imp:pre:2p;ind:pre:2p; -gracile gracile adj s 0.16 2.50 0.16 1.69 -graciles gracile adj f p 0.16 2.50 0.00 0.81 -gracilité gracilité nom f s 0.00 0.07 0.00 0.07 -graciât gracier ver 3.62 1.22 0.00 0.07 sub:imp:3s; -gracié gracier ver m s 3.62 1.22 0.51 0.00 par:pas; -graciée gracier ver f s 3.62 1.22 0.06 0.07 par:pas; -graciés gracier ver m p 3.62 1.22 0.16 0.07 par:pas; -gradaille gradaille nom f s 0.00 0.07 0.00 0.07 -gradation gradation nom f s 0.01 0.54 0.00 0.34 -gradations gradation nom f p 0.01 0.54 0.01 0.20 -grade grade nom m s 6.44 8.18 5.78 7.03 -grader grader nom m s 0.00 0.07 0.00 0.07 -grades grade nom m p 6.44 8.18 0.66 1.15 -gradient gradient nom m s 0.04 0.00 0.03 0.00 -gradients gradient nom m p 0.04 0.00 0.01 0.00 -gradin gradin nom m s 1.06 5.07 0.01 0.41 -gradins gradin nom m p 1.06 5.07 1.05 4.66 -gradé gradé adj m s 1.61 1.22 1.36 0.68 -graduation graduation nom f s 0.12 0.41 0.11 0.27 -graduations graduation nom f p 0.12 0.41 0.01 0.14 -gradée gradé adj f s 1.61 1.22 0.09 0.07 -graduel graduel adj m s 0.09 0.14 0.01 0.00 -graduelle graduel adj f s 0.09 0.14 0.07 0.14 -graduellement graduellement adv 0.24 0.81 0.24 0.81 -graduer graduer ver 0.18 0.41 0.01 0.14 inf; -gradés gradé nom m p 1.94 8.45 0.82 6.49 -gradus gradus nom m 0.00 0.07 0.00 0.07 -gradué graduer ver m s 0.18 0.41 0.03 0.20 par:pas; -graduée graduer ver f s 0.18 0.41 0.14 0.00 par:pas; -graduées graduer ver f p 0.18 0.41 0.01 0.00 par:pas; -gradués gradué nom m p 0.02 0.00 0.02 0.00 -graff graff nom m s 0.05 0.00 0.05 0.00 -graffeur graffeur nom m s 0.06 0.00 0.06 0.00 -graffita graffiter ver 0.01 0.27 0.00 0.07 ind:pas:3s; -graffiter graffiter ver 0.01 0.27 0.01 0.07 inf; -graffiteur graffiteur nom m s 0.09 0.07 0.02 0.00 -graffiteurs graffiteur nom m p 0.09 0.07 0.07 0.07 -graffiti graffiti nom m 2.73 4.19 1.93 3.45 -graffitis graffiti nom m p 2.73 4.19 0.80 0.74 -graffito graffito nom m s 0.00 0.20 0.00 0.20 -graffité graffiter ver m s 0.01 0.27 0.00 0.14 par:pas; -grafigner grafigner ver 0.14 0.07 0.14 0.07 inf; -graillant grailler ver 0.21 2.64 0.00 0.07 par:pre; -graille grailler ver 0.21 2.64 0.05 0.95 imp:pre:2s;ind:pre:3s; -grailler grailler ver 0.21 2.64 0.15 0.00 inf; -graillon graillon nom m s 0.08 1.22 0.08 1.01 -graillonna graillonner ver 0.14 0.20 0.00 0.07 ind:pas:3s; -graillonnait graillonner ver 0.14 0.20 0.00 0.07 ind:imp:3s; -graillonnant graillonnant adj m s 0.00 0.07 0.00 0.07 -graillonne graillonner ver 0.14 0.20 0.14 0.07 ind:pre:3s; -graillonnements graillonnement nom m p 0.00 0.07 0.00 0.07 -graillonneuse graillonneur nom f s 0.00 0.27 0.00 0.20 -graillonneuses graillonneur nom f p 0.00 0.27 0.00 0.07 -graillonneux graillonneux adj m 0.00 0.14 0.00 0.14 -graillons graillon nom m p 0.08 1.22 0.00 0.20 -graillé grailler ver m s 0.21 2.64 0.01 0.14 par:pas; -graillée grailler ver f s 0.21 2.64 0.00 1.49 par:pas; -grain grain nom m s 14.32 35.95 10.74 24.26 -graine graine nom f s 11.41 13.51 5.51 8.04 -grainer grainer ver 0.00 0.20 0.00 0.07 inf; -graines graine nom f p 11.41 13.51 5.90 5.47 -graineterie graineterie nom f s 0.00 0.20 0.00 0.20 -grainetier grainetier nom m s 0.00 0.34 0.00 0.20 -grainetiers grainetier nom m p 0.00 0.34 0.00 0.14 -grains grain nom m p 14.32 35.95 3.57 11.69 -grainé grainer ver m s 0.00 0.20 0.00 0.14 par:pas; -graissa graisser ver 2.48 4.53 0.00 0.34 ind:pas:3s; -graissage graissage nom m s 0.24 0.27 0.23 0.20 -graissages graissage nom m p 0.24 0.27 0.01 0.07 -graissait graisser ver 2.48 4.53 0.01 0.61 ind:imp:3s; -graissant graisser ver 2.48 4.53 0.00 0.20 par:pre; -graisse graisse nom f s 9.09 18.31 8.38 17.64 -graissent graisser ver 2.48 4.53 0.03 0.54 ind:pre:3p; -graisser graisser ver 2.48 4.53 1.10 1.49 inf; -graissera graisser ver 2.48 4.53 0.02 0.00 ind:fut:3s; -graisserai graisser ver 2.48 4.53 0.01 0.07 ind:fut:1s; -graisses graisse nom f p 9.09 18.31 0.70 0.68 -graisseur graisseur adj m s 0.02 0.00 0.02 0.00 -graisseuse graisseux adj f s 0.82 5.07 0.10 1.42 -graisseuses graisseux adj f p 0.82 5.07 0.07 0.88 -graisseux graisseux adj m 0.82 5.07 0.65 2.77 -graissez graisser ver 2.48 4.53 0.09 0.07 imp:pre:2p;ind:pre:2p; -graissât graisser ver 2.48 4.53 0.00 0.07 sub:imp:3s; -graissé graisser ver m s 2.48 4.53 0.42 0.47 par:pas; -graissée graissé adj f s 0.30 1.08 0.01 0.47 -graissées graisser ver f p 2.48 4.53 0.01 0.07 par:pas; -graissés graisser ver m p 2.48 4.53 0.26 0.00 par:pas; -gram gram nom m s 0.28 0.00 0.28 0.00 -gramen gramen nom m s 0.01 0.20 0.01 0.00 -gramens gramen nom m p 0.01 0.20 0.00 0.20 -graminée graminée nom f s 0.01 1.89 0.01 0.54 -graminées graminée nom f p 0.01 1.89 0.00 1.35 -grammage grammage nom m s 0.03 0.07 0.03 0.00 -grammages grammage nom m p 0.03 0.07 0.00 0.07 -grammaire grammaire nom f s 1.73 6.01 1.73 5.47 -grammaires grammaire nom f p 1.73 6.01 0.00 0.54 -grammairien grammairien nom m s 0.01 1.08 0.01 0.41 -grammairienne grammairien nom f s 0.01 1.08 0.00 0.14 -grammairiennes grammairien nom f p 0.01 1.08 0.00 0.07 -grammairiens grammairien nom m p 0.01 1.08 0.00 0.47 -grammatical grammatical adj m s 0.17 0.68 0.14 0.07 -grammaticale grammatical adj f s 0.17 0.68 0.02 0.41 -grammaticalement grammaticalement adv 0.14 0.14 0.14 0.14 -grammaticales grammatical adj f p 0.17 0.68 0.01 0.07 -grammaticaux grammatical adj m p 0.17 0.68 0.00 0.14 -gramme gramme nom m s 5.81 4.93 1.76 1.22 -grammer grammer ver 0.03 0.00 0.03 0.00 inf; -grammes gramme nom m p 5.81 4.93 4.05 3.72 -gramophone gramophone nom m s 1.14 1.08 1.13 1.01 -gramophones gramophone nom m p 1.14 1.08 0.01 0.07 -grana grana nom m s 0.00 0.14 0.00 0.07 -granas grana nom m p 0.00 0.14 0.00 0.07 -grand_angle grand_angle nom m s 0.06 0.00 0.06 0.00 -grand_chose grand_chose pro_ind m s 28.01 36.08 28.01 36.08 -grand_duc grand_duc nom m s 2.03 1.76 1.90 0.88 -grand_ducal grand_ducal adj f s 0.00 0.07 0.00 0.07 -grand_duché grand_duché nom m s 0.01 0.07 0.01 0.07 -grand_faim grand_faim adv 0.00 0.20 0.00 0.20 -grand_guignol grand_guignol nom m s 0.01 0.00 0.01 0.00 -grand_guignolesque grand_guignolesque adj s 0.01 0.00 0.01 0.00 -grand_hôtel grand_hôtel nom m s 0.00 0.07 0.00 0.07 -grand_hâte grand_hâte adv 0.00 0.07 0.00 0.07 -grand_maître grand_maître nom m s 0.10 0.07 0.10 0.07 -grand_papa grand_papa nom f s 2.35 0.95 0.84 0.27 -grand_messe grand_messe nom f s 0.29 1.28 0.29 1.28 -grand_mère grand_mère nom f s 73.22 94.59 72.39 91.76 -grand_mère grand_mère nom f p 73.22 94.59 0.53 2.16 -grand_neige grand_neige nom m s 0.00 0.07 0.00 0.07 -grand_officier grand_officier nom m s 0.00 0.07 0.00 0.07 -grand_oncle grand_oncle nom m s 0.45 4.26 0.45 3.65 -grand_papa grand_papa nom m s 2.35 0.95 1.50 0.68 -grand_peine grand_peine adv 0.25 4.86 0.25 4.86 -grand_peur grand_peur adv 0.00 0.20 0.00 0.20 -grand_place grand_place nom f s 0.12 1.35 0.12 1.35 -grand_prêtre grand_prêtre nom m s 0.11 0.20 0.11 0.20 -grand_père grand_père nom m s 75.64 96.49 75.19 95.20 -grand_quartier grand_quartier nom m s 0.00 0.34 0.00 0.34 -grand_route grand_route nom f s 0.27 3.65 0.27 3.58 -grand_route grand_route nom f p 0.27 3.65 0.00 0.07 -grand_rue grand_rue nom f s 0.64 2.36 0.64 2.36 -grand_salle grand_salle nom f s 0.00 0.20 0.00 0.20 -grand_tante grand_tante nom f s 1.17 1.76 1.17 1.22 -grand_tante grand_tante nom f p 1.17 1.76 0.00 0.47 -grand_vergue grand_vergue nom f s 0.05 0.00 0.05 0.00 -grand_voile grand_voile nom f s 0.23 0.27 0.23 0.27 -grand grand adj m s 638.72 1244.66 338.27 537.97 -grandît grandir ver 63.99 46.69 0.01 0.07 sub:imp:3s; -grand_duc grand_duc nom f s 2.03 1.76 0.09 0.34 -grande grand adj f s 638.72 1244.66 198.25 378.65 -grandement grandement adv 1.59 2.84 1.59 2.84 -grande_duchesse grande_duchesse nom f p 0.01 0.14 0.01 0.14 -grandes grand adj f p 638.72 1244.66 42.68 126.49 -grandesse grandesse nom f s 0.00 0.14 0.00 0.14 -grandet grandet adj m s 0.00 0.14 0.00 0.14 -grandeur grandeur nom f s 8.75 28.38 7.71 26.49 -grandeurs grandeur nom f p 8.75 28.38 1.04 1.89 -grandi grandir ver m s 63.99 46.69 30.06 13.45 par:pas; -grandie grandir ver f s 63.99 46.69 0.17 0.74 par:pas; -grandiloque grandiloque adj m s 0.00 0.07 0.00 0.07 -grandiloquence grandiloquence nom f s 0.06 0.81 0.06 0.81 -grandiloquent grandiloquent adj m s 0.15 1.69 0.15 0.54 -grandiloquente grandiloquent adj f s 0.15 1.69 0.00 0.74 -grandiloquentes grandiloquent adj f p 0.15 1.69 0.00 0.14 -grandiloquents grandiloquent adj m p 0.15 1.69 0.00 0.27 -grandiose grandiose adj s 4.70 10.00 4.16 8.24 -grandiosement grandiosement adv 0.00 0.14 0.00 0.14 -grandioses grandiose adj p 4.70 10.00 0.53 1.76 -grandir grandir ver 63.99 46.69 13.31 11.22 inf; -grandira grandir ver 63.99 46.69 1.07 0.27 ind:fut:3s; -grandirai grandir ver 63.99 46.69 0.07 0.00 ind:fut:1s; -grandiraient grandir ver 63.99 46.69 0.03 0.07 cnd:pre:3p; -grandirais grandir ver 63.99 46.69 0.01 0.00 cnd:pre:2s; -grandirait grandir ver 63.99 46.69 0.14 0.27 cnd:pre:3s; -grandiras grandir ver 63.99 46.69 0.70 0.20 ind:fut:2s; -grandirent grandir ver 63.99 46.69 0.08 0.41 ind:pas:3p; -grandirez grandir ver 63.99 46.69 0.05 0.07 ind:fut:2p; -grandiriez grandir ver 63.99 46.69 0.01 0.00 cnd:pre:2p; -grandirons grandir ver 63.99 46.69 0.01 0.07 ind:fut:1p; -grandiront grandir ver 63.99 46.69 0.24 0.20 ind:fut:3p; -grandis grandir ver m p 63.99 46.69 2.44 1.15 imp:pre:2s;ind:pre:1s;ind:pre:2s;par:pas; -grandissaient grandir ver 63.99 46.69 0.44 1.22 ind:imp:3p; -grandissais grandir ver 63.99 46.69 0.17 0.47 ind:imp:1s;ind:imp:2s; -grandissait grandir ver 63.99 46.69 1.28 5.61 ind:imp:3s; -grandissant grandir ver 63.99 46.69 1.52 2.09 par:pre; -grandissante grandissant adj f s 0.87 5.47 0.38 3.11 -grandissantes grandissant adj f p 0.87 5.47 0.03 0.07 -grandissants grandissant adj m p 0.87 5.47 0.01 0.07 -grandisse grandir ver 63.99 46.69 1.36 0.27 sub:pre:1s;sub:pre:3s; -grandissement grandissement nom m s 0.00 0.07 0.00 0.07 -grandissent grandir ver 63.99 46.69 2.55 1.76 ind:pre:3p; -grandisses grandir ver 63.99 46.69 0.31 0.07 sub:pre:2s; -grandissez grandir ver 63.99 46.69 0.28 0.00 imp:pre:2p;ind:pre:2p; -grandissime grandissime adj s 0.03 0.07 0.03 0.07 -grandissions grandir ver 63.99 46.69 0.01 0.07 ind:imp:1p; -grandissons grandir ver 63.99 46.69 0.04 0.07 imp:pre:1p;ind:pre:1p; -grandit grandir ver 63.99 46.69 7.64 6.89 ind:pre:3s;ind:pas:3s; -grand_croix grand_croix nom m p 0.00 0.07 0.00 0.07 -grand_duc grand_duc nom m p 2.03 1.76 0.05 0.54 -grand_mère grand_mère nom f p 73.22 94.59 0.30 0.68 -grand_oncle grand_oncle nom m p 0.45 4.26 0.00 0.61 -grands_parents grands_parents nom m p 4.59 9.19 4.59 9.19 -grand_père grand_père nom m p 75.64 96.49 0.45 1.28 -grand_tante grand_tante nom f p 1.17 1.76 0.00 0.07 -grands grand adj m p 638.72 1244.66 59.52 201.55 -grange grange nom f s 7.33 46.01 6.95 40.74 -granges grange nom f p 7.33 46.01 0.38 5.27 -grangette grangette nom f s 0.00 0.14 0.00 0.14 -granit granit nom m s 1.74 10.07 1.74 9.80 -granita graniter ver 0.00 0.20 0.00 0.14 ind:pas:3s; -granite granite nom m s 0.34 0.47 0.34 0.47 -granitique granitique adj s 0.14 0.61 0.14 0.20 -granitiques granitique adj p 0.14 0.61 0.00 0.41 -granito granito nom m s 0.00 0.07 0.00 0.07 -granits granit nom m p 1.74 10.07 0.00 0.27 -granité granité nom m s 0.17 0.07 0.12 0.07 -granitée graniter ver f s 0.00 0.20 0.00 0.07 par:pas; -granités granité nom m p 0.17 0.07 0.05 0.00 -granulaire granulaire adj m s 0.01 0.00 0.01 0.00 -granulait granuler ver 0.00 0.27 0.00 0.14 ind:imp:3s; -granulation granulation nom f s 0.01 0.34 0.01 0.07 -granulations granulation nom f p 0.01 0.34 0.00 0.27 -granule granuler ver 0.00 0.27 0.00 0.07 ind:pre:3s; -granules granule nom m p 0.11 0.14 0.11 0.14 -granuleuse granuleux adj f s 0.22 1.55 0.17 0.95 -granuleuses granuleux adj f p 0.22 1.55 0.01 0.07 -granuleux granuleux adj m s 0.22 1.55 0.04 0.54 -granulie granulie nom f s 0.01 0.00 0.01 0.00 -granulome granulome nom m s 0.03 0.00 0.03 0.00 -granulé granulé nom m s 0.32 0.47 0.00 0.14 -granulée granuler ver f s 0.00 0.27 0.00 0.07 par:pas; -granulés granulé nom m p 0.32 0.47 0.32 0.34 -grape_fruit grape_fruit nom m s 0.00 0.27 0.00 0.27 -graph graph nom s 0.01 0.00 0.01 0.00 -graphe graphe nom m s 0.14 0.00 0.12 0.00 -graphes graphe nom m p 0.14 0.00 0.03 0.00 -graphie graphie nom f s 0.02 0.61 0.02 0.41 -graphies graphie nom f p 0.02 0.61 0.00 0.20 -graphique graphique nom s 1.31 0.61 0.72 0.20 -graphiques graphique nom p 1.31 0.61 0.59 0.41 -graphisme graphisme nom m s 0.28 0.41 0.23 0.41 -graphismes graphisme nom m p 0.28 0.41 0.04 0.00 -graphiste graphiste nom s 0.18 0.00 0.18 0.00 -graphite graphite nom m s 0.29 0.07 0.29 0.00 -graphites graphite nom m p 0.29 0.07 0.00 0.07 -graphologie graphologie nom f s 0.15 0.00 0.15 0.00 -graphologique graphologique adj m s 0.01 0.07 0.01 0.07 -graphologue graphologue nom s 0.18 0.20 0.17 0.14 -graphologues graphologue nom p 0.18 0.20 0.01 0.07 -graphomane graphomane nom s 0.01 0.14 0.01 0.00 -graphomanes graphomane nom p 0.01 0.14 0.00 0.14 -graphomanie graphomanie nom f s 0.00 0.07 0.00 0.07 -graphomètre graphomètre nom m s 0.00 0.07 0.00 0.07 -graphophone graphophone nom m s 0.01 0.00 0.01 0.00 -grappa grappa nom f s 0.72 0.34 0.72 0.34 -grappe grappe nom f s 2.51 12.30 1.93 4.39 -grappes grappe nom f p 2.51 12.30 0.59 7.91 -grappillage grappillage nom m s 0.07 0.00 0.07 0.00 -grappillais grappiller ver 0.13 0.95 0.00 0.14 ind:imp:1s; -grappillait grappiller ver 0.13 0.95 0.01 0.20 ind:imp:3s; -grappillent grappiller ver 0.13 0.95 0.00 0.07 ind:pre:3p; -grappiller grappiller ver 0.13 0.95 0.08 0.41 inf; -grappilleur grappilleur nom m s 0.01 0.00 0.01 0.00 -grappillon grappillon nom m s 0.00 0.14 0.00 0.07 -grappillons grappillon nom m p 0.00 0.14 0.00 0.07 -grappillé grappiller ver m s 0.13 0.95 0.01 0.07 par:pas; -grappillées grappiller ver f p 0.13 0.95 0.03 0.07 par:pas; -grappin grappin nom m s 1.54 0.81 1.36 0.68 -grappins grappin nom m p 1.54 0.81 0.18 0.14 -gras_double gras_double nom m s 0.22 1.08 0.22 1.01 -gras_double gras_double nom m p 0.22 1.08 0.00 0.07 -gras gras adj m 14.31 48.92 10.55 25.61 -grasse gras adj f s 14.31 48.92 2.19 14.12 -grassement grassement adv 0.24 0.81 0.24 0.81 -grasses gras adj f p 14.31 48.92 1.57 9.19 -grasseya grasseyer ver 0.00 0.61 0.00 0.20 ind:pas:3s; -grasseyait grasseyer ver 0.00 0.61 0.00 0.14 ind:imp:3s; -grasseyant grasseyant adj m s 0.00 0.61 0.00 0.20 -grasseyante grasseyant adj f s 0.00 0.61 0.00 0.41 -grasseyement grasseyement nom m s 0.00 0.41 0.00 0.27 -grasseyements grasseyement nom m p 0.00 0.41 0.00 0.14 -grasseyer grasseyer ver 0.00 0.61 0.00 0.07 inf; -grasseyé grasseyer ver m s 0.00 0.61 0.00 0.07 par:pas; -grassouillet grassouillet adj m s 1.08 1.96 0.66 0.88 -grassouillets grassouillet adj m p 1.08 1.96 0.06 0.14 -grassouillette grassouillet adj f s 1.08 1.96 0.28 0.74 -grassouillettes grassouillet adj f p 1.08 1.96 0.08 0.20 -gratifia gratifier ver 0.76 4.26 0.00 0.74 ind:pas:3s; -gratifiaient gratifier ver 0.76 4.26 0.00 0.14 ind:imp:3p; -gratifiait gratifier ver 0.76 4.26 0.01 0.20 ind:imp:3s; -gratifiant gratifiant adj m s 0.99 0.27 0.78 0.14 -gratifiante gratifiant adj f s 0.99 0.27 0.21 0.14 -gratification gratification nom f s 0.34 0.68 0.29 0.34 -gratifications gratification nom f p 0.34 0.68 0.04 0.34 -gratifie gratifier ver 0.76 4.26 0.17 0.68 ind:pre:1s;ind:pre:3s; -gratifier gratifier ver 0.76 4.26 0.19 0.54 inf; -gratifierait gratifier ver 0.76 4.26 0.00 0.07 cnd:pre:3s; -gratifies gratifier ver 0.76 4.26 0.00 0.07 ind:pre:2s; -gratifiez gratifier ver 0.76 4.26 0.01 0.00 ind:pre:2p; -gratifièrent gratifier ver 0.76 4.26 0.01 0.07 ind:pas:3p; -gratifié gratifier ver m s 0.76 4.26 0.14 1.15 par:pas; -gratifiée gratifier ver f s 0.76 4.26 0.03 0.20 par:pas; -gratifiés gratifier ver m p 0.76 4.26 0.10 0.27 par:pas; -gratin gratin nom m s 1.63 2.16 1.63 2.09 -gratiner gratiner ver 0.29 0.81 0.01 0.07 inf; -gratins gratin nom m p 1.63 2.16 0.00 0.07 -gratiné gratiner ver m s 0.29 0.81 0.04 0.20 par:pas; -gratinée gratiner ver f s 0.29 0.81 0.05 0.34 par:pas; -gratinées gratiner ver f p 0.29 0.81 0.17 0.20 par:pas; -gratinés gratiner ver m p 0.29 0.81 0.03 0.00 par:pas; -gratis_pro_deo gratis_pro_deo adv 0.00 0.14 0.00 0.14 -gratis gratis adv 4.39 3.11 4.39 3.11 -gratitude gratitude nom f s 7.61 8.38 7.61 8.24 -gratitudes gratitude nom f p 7.61 8.38 0.00 0.14 -gratos gratos adv 3.94 0.68 3.94 0.68 -gratouillait gratouiller ver 0.17 0.41 0.00 0.07 ind:imp:3s; -gratouillant gratouiller ver 0.17 0.41 0.00 0.07 par:pre; -gratouille gratouiller ver 0.17 0.41 0.17 0.20 imp:pre:2s;ind:pre:1s;ind:pre:3s; -gratouillerait gratouiller ver 0.17 0.41 0.00 0.07 cnd:pre:3s; -gratouillis gratouillis nom m 0.00 0.07 0.00 0.07 -gratta gratter ver 12.11 38.51 0.00 5.81 ind:pas:3s; -grattage grattage nom m s 0.10 0.41 0.10 0.34 -grattages grattage nom m p 0.10 0.41 0.00 0.07 -grattai gratter ver 12.11 38.51 0.00 0.20 ind:pas:1s; -grattaient gratter ver 12.11 38.51 0.14 0.88 ind:imp:3p; -grattais gratter ver 12.11 38.51 0.13 0.88 ind:imp:1s;ind:imp:2s; -grattait gratter ver 12.11 38.51 0.25 5.14 ind:imp:3s; -grattant gratter ver 12.11 38.51 0.12 3.85 par:pre; -gratte_ciel gratte_ciel nom m 1.40 3.04 1.14 3.04 -gratte_ciel gratte_ciel nom m p 1.40 3.04 0.26 0.00 -gratte_cul gratte_cul nom m 0.00 0.14 0.00 0.14 -gratte_dos gratte_dos nom m 0.11 0.00 0.11 0.00 -gratte_papier gratte_papier nom m 0.67 0.54 0.45 0.54 -gratte_papier gratte_papier nom m p 0.67 0.54 0.22 0.00 -gratte_pieds gratte_pieds nom m 0.00 0.20 0.00 0.20 -gratte gratter ver 12.11 38.51 3.75 7.09 imp:pre:2s;ind:pre:1s;ind:pre:3s; -grattement grattement nom m s 0.15 1.49 0.05 1.22 -grattements grattement nom m p 0.15 1.49 0.10 0.27 -grattent gratter ver 12.11 38.51 0.51 1.15 ind:pre:3p; -gratter gratter ver 12.11 38.51 5.03 8.85 inf; -grattera gratter ver 12.11 38.51 0.03 0.14 ind:fut:3s; -gratterai gratter ver 12.11 38.51 0.10 0.07 ind:fut:1s; -gratteraient gratter ver 12.11 38.51 0.00 0.07 cnd:pre:3p; -gratterait gratter ver 12.11 38.51 0.01 0.20 cnd:pre:3s; -gratterez gratter ver 12.11 38.51 0.00 0.07 ind:fut:2p; -gratterons gratteron nom m p 0.00 0.20 0.00 0.20 -grattes gratter ver 12.11 38.51 0.49 0.27 ind:pre:2s; -gratteur gratteur nom m s 0.05 0.34 0.04 0.07 -gratteurs gratteur nom m p 0.05 0.34 0.01 0.27 -grattez gratter ver 12.11 38.51 0.80 0.07 imp:pre:2p;ind:pre:2p; -grattoir grattoir nom m s 0.09 1.49 0.08 1.15 -grattoirs grattoir nom m p 0.09 1.49 0.01 0.34 -grattons gratter ver 12.11 38.51 0.02 0.00 ind:pre:1p; -grattât gratter ver 12.11 38.51 0.10 0.07 sub:imp:3s; -grattouillant grattouiller ver 0.01 0.27 0.00 0.07 par:pre; -grattouillent grattouiller ver 0.01 0.27 0.00 0.07 ind:pre:3p; -grattouiller grattouiller ver 0.01 0.27 0.01 0.00 inf; -grattouilles grattouiller ver 0.01 0.27 0.00 0.07 ind:pre:2s; -grattouillis grattouillis nom m 0.05 0.07 0.05 0.07 -grattouillé grattouiller ver m s 0.01 0.27 0.00 0.07 par:pas; -gratté gratter ver m s 12.11 38.51 0.56 2.43 par:pas; -grattée gratter ver f s 12.11 38.51 0.03 0.47 par:pas; -grattées gratter ver f p 12.11 38.51 0.01 0.41 par:pas; -gratture gratture nom f s 0.00 0.07 0.00 0.07 -grattés gratter ver m p 12.11 38.51 0.04 0.41 par:pas; -gratuit gratuit adj m s 24.28 13.11 12.15 5.81 -gratuite gratuit adj f s 24.28 13.11 6.43 4.73 -gratuitement gratuitement adv 6.37 2.91 6.37 2.91 -gratuites gratuit adj f p 24.28 13.11 1.81 1.15 -gratuits gratuit adj m p 24.28 13.11 3.89 1.42 -gratuité gratuité nom f s 0.05 1.69 0.05 1.69 -grau grau nom m s 0.01 0.00 0.01 0.00 -grava graver ver 10.34 18.38 0.04 0.47 ind:pas:3s; -gravai graver ver 10.34 18.38 0.00 0.07 ind:pas:1s; -gravaient graver ver 10.34 18.38 0.02 0.27 ind:imp:3p; -gravais graver ver 10.34 18.38 0.02 0.20 ind:imp:1s; -gravait graver ver 10.34 18.38 0.16 0.68 ind:imp:3s; -gravant graver ver 10.34 18.38 0.02 0.34 par:pre; -gravats gravats nom m p 0.34 4.12 0.34 4.12 -grave grave adj s 142.48 93.78 134.19 74.86 -graveleuse graveleux adj f s 0.06 1.35 0.01 0.20 -graveleuses graveleux adj f p 0.06 1.35 0.00 0.47 -graveleux graveleux adj m s 0.06 1.35 0.04 0.68 -gravelle gravelle nom f s 0.00 0.34 0.00 0.27 -gravelles gravelle nom f p 0.00 0.34 0.00 0.07 -gravelé graveler ver m s 0.00 0.14 0.00 0.07 par:pas; -gravelés graveler ver m p 0.00 0.14 0.00 0.07 par:pas; -gravement gravement adv 6.43 19.73 6.43 19.73 -gravent graver ver 10.34 18.38 0.04 0.20 ind:pre:3p; -graver graver ver 10.34 18.38 1.94 1.76 inf; -graveraient graver ver 10.34 18.38 0.00 0.14 cnd:pre:3p; -graverais graver ver 10.34 18.38 0.01 0.00 cnd:pre:1s; -graverait graver ver 10.34 18.38 0.01 0.00 cnd:pre:3s; -graves grave adj p 142.48 93.78 8.29 18.92 -graveur graveur nom m s 0.40 1.08 0.38 0.81 -graveurs graveur nom m p 0.40 1.08 0.02 0.27 -gravez graver ver 10.34 18.38 0.47 0.00 imp:pre:2p;ind:pre:2p; -gravi gravir ver m s 2.60 17.16 0.44 2.16 par:pas; -gravide gravide adj s 0.04 0.00 0.04 0.00 -gravidité gravidité nom f s 0.01 0.00 0.01 0.00 -gravie gravir ver f s 2.60 17.16 0.00 0.20 par:pas; -gravier gravier nom m s 2.32 15.41 1.40 11.35 -graviers gravier nom m p 2.32 15.41 0.92 4.05 -gravies gravir ver f p 2.60 17.16 0.10 0.07 par:pas; -gravillon gravillon nom m s 0.10 1.22 0.00 0.20 -gravillonnée gravillonner ver f s 0.00 0.20 0.00 0.14 par:pas; -gravillonnées gravillonner ver f p 0.00 0.20 0.00 0.07 par:pas; -gravillons gravillon nom m p 0.10 1.22 0.10 1.01 -gravir gravir ver 2.60 17.16 1.30 5.41 inf; -gravirai gravir ver 2.60 17.16 0.05 0.00 ind:fut:1s; -gravirait gravir ver 2.60 17.16 0.00 0.07 cnd:pre:3s; -gravirent gravir ver 2.60 17.16 0.01 0.68 ind:pas:3p; -gravirons gravir ver 2.60 17.16 0.01 0.07 ind:fut:1p; -gravis gravir ver m p 2.60 17.16 0.40 1.15 imp:pre:2s;ind:pre:1s;ind:pre:2s;par:pas; -gravissaient gravir ver 2.60 17.16 0.00 0.41 ind:imp:3p; -gravissais gravir ver 2.60 17.16 0.01 0.20 ind:imp:1s;ind:imp:2s; -gravissait gravir ver 2.60 17.16 0.01 0.95 ind:imp:3s; -gravissant gravir ver 2.60 17.16 0.05 0.81 par:pre; -gravisse gravir ver 2.60 17.16 0.00 0.07 sub:pre:1s; -gravissent gravir ver 2.60 17.16 0.00 0.41 ind:pre:3p; -gravissime gravissime adj f s 0.41 0.14 0.17 0.07 -gravissimes gravissime adj p 0.41 0.14 0.25 0.07 -gravissions gravir ver 2.60 17.16 0.00 0.14 ind:imp:1p; -gravissons gravir ver 2.60 17.16 0.01 0.47 imp:pre:1p;ind:pre:1p; -gravit gravir ver 2.60 17.16 0.22 3.92 ind:pre:3s;ind:pas:3s; -gravitaient graviter ver 0.39 1.08 0.00 0.34 ind:imp:3p; -gravitait graviter ver 0.39 1.08 0.03 0.20 ind:imp:3s; -gravitant graviter ver 0.39 1.08 0.00 0.07 par:pre; -gravitation gravitation nom f s 0.98 1.22 0.98 1.22 -gravitationnel gravitationnel adj m s 1.66 0.00 0.61 0.00 -gravitationnelle gravitationnel adj f s 1.66 0.00 0.59 0.00 -gravitationnelles gravitationnel adj f p 1.66 0.00 0.44 0.00 -gravitationnels gravitationnel adj m p 1.66 0.00 0.01 0.00 -gravite graviter ver 0.39 1.08 0.21 0.07 imp:pre:2s;ind:pre:1s;ind:pre:3s; -graviter graviter ver 0.39 1.08 0.04 0.27 inf; -gravières gravière nom f p 0.00 0.07 0.00 0.07 -gravitons graviton nom m p 0.02 0.00 0.02 0.00 -gravité gravité nom f s 7.58 17.16 7.58 17.16 -gravons graver ver 10.34 18.38 0.05 0.00 imp:pre:1p; -gravos gravos adj m 0.01 0.20 0.01 0.20 -gravosse gravosse nom f s 0.00 1.42 0.00 1.35 -gravosses gravosse nom f p 0.00 1.42 0.00 0.07 -gravât graver ver 10.34 18.38 0.00 0.07 sub:imp:3s; -gravèrent graver ver 10.34 18.38 0.14 0.07 ind:pas:3p; -gravé graver ver m s 10.34 18.38 3.58 6.08 par:pas; -gravée graver ver f s 10.34 18.38 1.05 2.57 par:pas; -gravées graver ver f p 10.34 18.38 0.82 1.69 par:pas; -gravure gravure nom f s 1.45 10.00 0.88 3.85 -gravures gravure nom f p 1.45 10.00 0.57 6.15 -gravés graver ver m p 10.34 18.38 1.13 3.11 par:pas; -gray gray nom m s 0.10 0.07 0.03 0.00 -grays gray nom m p 0.10 0.07 0.08 0.07 -grec grec nom m s 11.36 26.22 6.31 14.86 -grecque grec adj f s 12.14 29.46 3.69 9.26 -grecques grec adj f p 12.14 29.46 0.96 3.18 -grecs grec nom m p 11.36 26.22 4.58 8.51 -gredin gredin nom m s 1.82 0.61 1.25 0.34 -gredine gredin nom f s 1.82 0.61 0.02 0.07 -gredins gredin nom m p 1.82 0.61 0.55 0.20 -green green nom m s 1.13 0.27 1.04 0.07 -greens green nom m p 1.13 0.27 0.09 0.20 -greffage greffage nom m s 0.01 0.00 0.01 0.00 -greffaient greffer ver 2.33 2.30 0.00 0.07 ind:imp:3p; -greffais greffer ver 2.33 2.30 0.01 0.00 ind:imp:1s; -greffait greffer ver 2.33 2.30 0.00 0.14 ind:imp:3s; -greffant greffer ver 2.33 2.30 0.01 0.27 par:pre; -greffe greffe nom s 4.25 5.41 3.31 4.86 -greffent greffer ver 2.33 2.30 0.14 0.14 ind:pre:3p; -greffer greffer ver 2.33 2.30 0.84 0.61 inf; -greffera greffer ver 2.33 2.30 0.01 0.07 ind:fut:3s; -grefferais greffer ver 2.33 2.30 0.00 0.07 cnd:pre:1s; -grefferons greffer ver 2.33 2.30 0.00 0.07 ind:fut:1p; -grefferont greffer ver 2.33 2.30 0.00 0.07 ind:fut:3p; -greffes greffe nom p 4.25 5.41 0.94 0.54 -greffier greffier nom m s 1.54 3.65 1.42 3.18 -greffiers greffier nom m p 1.54 3.65 0.04 0.47 -greffière greffier nom f s 1.54 3.65 0.08 0.00 -greffon greffon nom m s 0.33 0.20 0.18 0.00 -greffons greffon nom m p 0.33 0.20 0.16 0.20 -greffé greffer ver m s 2.33 2.30 0.44 0.47 par:pas; -greffée greffé adj f s 0.34 0.41 0.26 0.34 -greffées greffer ver f p 2.33 2.30 0.01 0.00 par:pas; -greffés greffer ver m p 2.33 2.30 0.20 0.07 par:pas; -grelot grelot nom m s 0.43 4.66 0.11 1.82 -grelots grelot nom m p 0.43 4.66 0.32 2.84 -grelotta grelotter ver 1.25 10.27 0.00 0.20 ind:pas:3s; -grelottaient grelotter ver 1.25 10.27 0.00 0.41 ind:imp:3p; -grelottais grelotter ver 1.25 10.27 0.01 0.47 ind:imp:1s; -grelottait grelotter ver 1.25 10.27 0.27 1.76 ind:imp:3s; -grelottant grelottant adj m s 0.11 2.16 0.10 0.74 -grelottante grelottant adj f s 0.11 2.16 0.00 0.68 -grelottantes grelottant adj f p 0.11 2.16 0.00 0.34 -grelottants grelottant adj m p 0.11 2.16 0.01 0.41 -grelotte grelotter ver 1.25 10.27 0.65 1.49 ind:pre:1s;ind:pre:3s; -grelottement grelottement nom m s 0.00 0.95 0.00 0.88 -grelottements grelottement nom m p 0.00 0.95 0.00 0.07 -grelottent grelotter ver 1.25 10.27 0.00 0.47 ind:pre:3p; -grelotter grelotter ver 1.25 10.27 0.14 2.03 inf; -grelottes grelotter ver 1.25 10.27 0.01 0.20 ind:pre:2s; -grelotteux grelotteux nom m 0.00 0.07 0.00 0.07 -grelottions grelotter ver 1.25 10.27 0.14 0.07 ind:imp:1p; -grelottons grelotter ver 1.25 10.27 0.00 0.20 ind:pre:1p; -grelottèrent grelotter ver 1.25 10.27 0.00 0.07 ind:pas:3p; -grelotté grelotter ver m s 1.25 10.27 0.01 0.27 par:pas; -grelottée grelotter ver f s 1.25 10.27 0.00 0.07 par:pas; -greluche greluche nom f s 0.57 1.01 0.29 0.47 -greluches greluche nom f p 0.57 1.01 0.28 0.54 -greluchon greluchon nom m s 0.00 0.20 0.00 0.20 -grenache grenache nom m s 0.00 0.27 0.00 0.27 -grenadage grenadage nom m s 0.03 0.00 0.03 0.00 -grenade grenade nom f s 11.67 12.97 6.32 6.49 -grenader grenader ver 0.05 0.20 0.05 0.07 inf; -grenades grenade nom f p 11.67 12.97 5.35 6.49 -grenadeur grenadeur nom m s 0.01 0.00 0.01 0.00 -grenadier grenadier nom m s 0.14 4.05 0.04 1.42 -grenadiers grenadier nom m p 0.14 4.05 0.10 2.64 -grenadine grenadine nom f s 0.41 3.99 0.14 3.72 -grenadines grenadine nom f p 0.41 3.99 0.27 0.27 -grenadé grenader ver m s 0.05 0.20 0.00 0.14 par:pas; -grenaille grenaille nom f s 0.00 0.14 0.00 0.07 -grenailles grenaille nom f p 0.00 0.14 0.00 0.07 -grenat grenat adj 0.16 3.85 0.16 3.85 -grenats grenat nom m p 0.06 0.61 0.04 0.27 -grenelle greneler ver 0.00 0.07 0.00 0.07 imp:pre:2s; -greneta greneter ver 0.00 0.07 0.00 0.07 ind:pas:3s; -greneuse greneur nom f s 0.00 0.07 0.00 0.07 -grenier grenier nom m s 9.39 24.39 9.05 19.53 -greniers grenier nom m p 9.39 24.39 0.34 4.86 -grenoblois grenoblois nom m s 0.00 0.14 0.00 0.14 -grenouillage grenouillage nom m s 0.14 0.00 0.14 0.00 -grenouillait grenouiller ver 0.00 0.07 0.00 0.07 ind:imp:3s; -grenouillard grenouillard adj m s 0.01 0.00 0.01 0.00 -grenouille_taureau grenouille_taureau nom f s 0.01 0.00 0.01 0.00 -grenouille grenouille nom f s 9.09 10.47 5.74 4.59 -grenouilles grenouille nom f p 9.09 10.47 3.35 5.88 -grenouillettes grenouillette nom f p 0.00 0.07 0.00 0.07 -grenouillère grenouiller nom f s 0.06 0.00 0.06 0.00 -grenouillères grenouillère nom f p 0.05 0.00 0.05 0.00 -grené grener ver m s 0.00 0.34 0.00 0.07 par:pas; -grenu grenu adj m s 0.01 1.89 0.01 0.74 -grenée grener ver f s 0.00 0.34 0.00 0.07 par:pas; -grenue grenu adj f s 0.01 1.89 0.00 0.68 -grenées grener ver f p 0.00 0.34 0.00 0.07 par:pas; -grenues grenu adj f p 0.01 1.89 0.00 0.34 -grenures grenure nom f p 0.00 0.14 0.00 0.14 -grenus grenu adj m p 0.01 1.89 0.00 0.14 -gressin gressin nom m s 0.04 0.27 0.03 0.20 -gressins gressin nom m p 0.04 0.27 0.01 0.07 -gretchen gretchen nom f s 1.89 0.41 1.89 0.34 -gretchens gretchen nom f p 1.89 0.41 0.00 0.07 -grevaient grever ver 0.18 0.81 0.00 0.07 ind:imp:3p; -grever grever ver 0.18 0.81 0.02 0.07 inf; -grevé grever ver m s 0.18 0.81 0.01 0.14 par:pas; -grevée grever ver f s 0.18 0.81 0.00 0.20 par:pas; -grevés grever ver m p 0.18 0.81 0.00 0.07 par:pas; -gri_gri gri_gri nom m s 0.21 0.14 0.21 0.14 -gribiche gribiche adj f s 0.00 0.14 0.00 0.14 -gribouilla gribouiller ver 0.60 1.69 0.00 0.07 ind:pas:3s; -gribouillage gribouillage nom m s 0.66 0.54 0.51 0.20 -gribouillages gribouillage nom m p 0.66 0.54 0.16 0.34 -gribouillais gribouiller ver 0.60 1.69 0.02 0.00 ind:imp:1s; -gribouillait gribouiller ver 0.60 1.69 0.01 0.14 ind:imp:3s; -gribouillant gribouiller ver 0.60 1.69 0.01 0.07 par:pre; -gribouille gribouiller ver 0.60 1.69 0.19 0.34 imp:pre:2s;ind:pre:1s;ind:pre:3s; -gribouillent gribouiller ver 0.60 1.69 0.00 0.07 ind:pre:3p; -gribouiller gribouiller ver 0.60 1.69 0.13 0.41 inf; -gribouilles gribouiller ver 0.60 1.69 0.01 0.07 ind:pre:2s; -gribouilleur gribouilleur nom m s 0.06 0.07 0.06 0.07 -gribouillez gribouiller ver 0.60 1.69 0.03 0.00 imp:pre:2p;ind:pre:2p; -gribouillis gribouillis nom m 0.85 1.01 0.85 1.01 -gribouillé gribouiller ver m s 0.60 1.69 0.18 0.14 par:pas; -gribouillée gribouiller ver f s 0.60 1.69 0.01 0.07 par:pas; -gribouillées gribouiller ver f p 0.60 1.69 0.00 0.14 par:pas; -gribouillés gribouiller ver m p 0.60 1.69 0.00 0.20 par:pas; -grief grief nom m s 0.77 7.43 0.23 2.91 -griefs grief nom m p 0.77 7.43 0.54 4.53 -griffa griffer ver 3.28 9.53 0.00 0.68 ind:pas:3s; -griffage griffage nom m s 0.00 0.07 0.00 0.07 -griffai griffer ver 3.28 9.53 0.00 0.07 ind:pas:1s; -griffaient griffer ver 3.28 9.53 0.02 0.95 ind:imp:3p; -griffais griffer ver 3.28 9.53 0.01 0.07 ind:imp:1s; -griffait griffer ver 3.28 9.53 0.10 0.88 ind:imp:3s; -griffant griffer ver 3.28 9.53 0.05 0.68 par:pre; -griffe griffe nom f s 8.11 13.92 1.06 2.70 -griffent griffer ver 3.28 9.53 0.20 0.20 ind:pre:3p; -griffer griffer ver 3.28 9.53 0.64 2.57 inf; -griffera griffer ver 3.28 9.53 0.02 0.14 ind:fut:3s; -grifferait griffer ver 3.28 9.53 0.00 0.07 cnd:pre:3s; -griffes griffe nom f p 8.11 13.92 7.04 11.22 -griffeur griffeur nom m s 0.01 0.00 0.01 0.00 -griffon griffon nom m s 0.59 1.42 0.57 1.01 -griffonna griffonner ver 0.65 7.97 0.00 0.68 ind:pas:3s; -griffonnage griffonnage nom m s 0.07 0.61 0.04 0.20 -griffonnages griffonnage nom m p 0.07 0.61 0.04 0.41 -griffonnai griffonner ver 0.65 7.97 0.00 0.14 ind:pas:1s; -griffonnaient griffonner ver 0.65 7.97 0.00 0.07 ind:imp:3p; -griffonnais griffonner ver 0.65 7.97 0.01 0.20 ind:imp:1s;ind:imp:2s; -griffonnait griffonner ver 0.65 7.97 0.16 0.61 ind:imp:3s; -griffonnant griffonner ver 0.65 7.97 0.03 0.47 par:pre; -griffonne griffonner ver 0.65 7.97 0.18 1.08 imp:pre:2s;ind:pre:1s;ind:pre:3s; -griffonnent griffonner ver 0.65 7.97 0.00 0.14 ind:pre:3p; -griffonner griffonner ver 0.65 7.97 0.10 1.55 inf; -griffonnes griffonner ver 0.65 7.97 0.03 0.07 ind:pre:2s; -griffonneur griffonneur nom m s 0.14 0.00 0.14 0.00 -griffonnez griffonner ver 0.65 7.97 0.02 0.00 imp:pre:2p;ind:pre:2p; -griffonné griffonner ver m s 0.65 7.97 0.04 1.15 par:pas; -griffonnée griffonner ver f s 0.65 7.97 0.03 0.34 par:pas; -griffonnées griffonner ver f p 0.65 7.97 0.01 0.74 par:pas; -griffonnés griffonner ver m p 0.65 7.97 0.04 0.74 par:pas; -griffons griffon nom m p 0.59 1.42 0.03 0.41 -grifftons griffton nom m p 0.00 0.07 0.00 0.07 -griffé griffer ver m s 3.28 9.53 1.40 0.74 par:pas; -griffu griffu adj m s 0.21 1.89 0.16 0.27 -griffée griffer ver f s 3.28 9.53 0.21 0.34 par:pas; -griffue griffu adj f s 0.21 1.89 0.00 0.34 -griffées griffé adj f p 0.14 0.81 0.01 0.14 -griffues griffu adj f p 0.21 1.89 0.01 0.95 -griffure griffure nom f s 0.82 0.81 0.19 0.20 -griffures griffure nom f p 0.82 0.81 0.63 0.61 -griffés griffer ver m p 3.28 9.53 0.05 0.20 par:pas; -griffus griffu adj m p 0.21 1.89 0.04 0.34 -grifton grifton nom m s 0.00 0.14 0.00 0.14 -grignota grignoter ver 3.52 10.27 0.00 0.68 ind:pas:3s; -grignotage grignotage nom m s 0.10 0.34 0.10 0.20 -grignotages grignotage nom m p 0.10 0.34 0.00 0.14 -grignotaient grignoter ver 3.52 10.27 0.02 0.61 ind:imp:3p; -grignotais grignoter ver 3.52 10.27 0.03 0.27 ind:imp:1s; -grignotait grignoter ver 3.52 10.27 0.03 1.69 ind:imp:3s; -grignotant grignoter ver 3.52 10.27 0.16 1.22 par:pre; -grignote grignoter ver 3.52 10.27 0.60 1.28 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -grignotement grignotement nom m s 0.04 0.88 0.04 0.88 -grignotent grignoter ver 3.52 10.27 0.14 0.47 ind:pre:3p; -grignoter grignoter ver 3.52 10.27 1.69 2.57 inf; -grignotera grignoter ver 3.52 10.27 0.01 0.07 ind:fut:3s; -grignoterai grignoter ver 3.52 10.27 0.16 0.00 ind:fut:1s; -grignoteraient grignoter ver 3.52 10.27 0.00 0.07 cnd:pre:3p; -grignoterons grignoter ver 3.52 10.27 0.10 0.00 ind:fut:1p; -grignoteront grignoter ver 3.52 10.27 0.01 0.00 ind:fut:3p; -grignoteurs grignoteur nom m p 0.00 0.07 0.00 0.07 -grignoteuses grignoteur adj f p 0.00 0.14 0.00 0.14 -grignotions grignoter ver 3.52 10.27 0.00 0.14 ind:imp:1p; -grignotis grignotis nom m 0.00 0.14 0.00 0.14 -grignotons grignoter ver 3.52 10.27 0.02 0.07 imp:pre:1p;ind:pre:1p; -grignotèrent grignoter ver 3.52 10.27 0.00 0.14 ind:pas:3p; -grignoté grignoter ver m s 3.52 10.27 0.51 0.74 par:pas; -grignotée grignoter ver f s 3.52 10.27 0.01 0.14 par:pas; -grignotées grignoter ver f p 3.52 10.27 0.02 0.07 par:pas; -grignotés grignoter ver m p 3.52 10.27 0.00 0.07 par:pas; -grigou grigou nom m s 0.02 0.41 0.02 0.41 -grigri grigri nom m s 0.48 0.61 0.46 0.07 -grigris grigri nom m p 0.48 0.61 0.02 0.54 -gril gril nom m s 0.68 1.76 0.64 1.49 -grill_room grill_room nom m s 0.00 0.27 0.00 0.27 -grill grill nom m s 1.66 0.14 1.66 0.14 -grilla griller ver 14.20 12.70 0.00 0.27 ind:pas:3s; -grillade grillade nom f s 0.69 1.08 0.41 0.54 -grilladerie grilladerie nom f s 0.02 0.00 0.02 0.00 -grillades grillade nom f p 0.69 1.08 0.28 0.54 -grillage grillage nom m s 1.48 12.03 1.47 9.59 -grillageront grillager ver 0.18 0.88 0.00 0.07 ind:fut:3p; -grillages grillage nom m p 1.48 12.03 0.01 2.43 -grillagez grillager ver 0.18 0.88 0.01 0.00 imp:pre:2p; -grillagé grillager ver m s 0.18 0.88 0.01 0.20 par:pas; -grillagée grillager ver f s 0.18 0.88 0.12 0.34 par:pas; -grillagées grillager ver f p 0.18 0.88 0.04 0.20 par:pas; -grillagés grillagé adj m p 0.14 2.64 0.14 0.20 -grillaient griller ver 14.20 12.70 0.00 0.14 ind:imp:3p; -grillais griller ver 14.20 12.70 0.01 0.14 ind:imp:1s; -grillait griller ver 14.20 12.70 0.06 1.35 ind:imp:3s; -grillant griller ver 14.20 12.70 0.16 0.88 par:pre; -grille_pain grille_pain nom m 2.90 0.27 2.90 0.27 -grille grille nom f s 11.01 58.24 9.09 43.85 -grillent griller ver 14.20 12.70 0.24 0.27 ind:pre:3p; -griller griller ver 14.20 12.70 4.97 4.05 inf; -grillera griller ver 14.20 12.70 0.16 0.00 ind:fut:3s; -grillerai griller ver 14.20 12.70 0.02 0.00 ind:fut:1s; -grilleraient griller ver 14.20 12.70 0.02 0.07 cnd:pre:3p; -grillerais griller ver 14.20 12.70 0.03 0.07 cnd:pre:1s;cnd:pre:2s; -grillerait griller ver 14.20 12.70 0.01 0.00 cnd:pre:3s; -grilleras griller ver 14.20 12.70 0.28 0.00 ind:fut:2s; -grillerez griller ver 14.20 12.70 0.12 0.07 ind:fut:2p; -grillerions griller ver 14.20 12.70 0.14 0.00 cnd:pre:1p; -grilleront griller ver 14.20 12.70 0.01 0.07 ind:fut:3p; -grilles grille nom f p 11.01 58.24 1.92 14.39 -grillez griller ver 14.20 12.70 0.16 0.00 imp:pre:2p;ind:pre:2p; -grilliez griller ver 14.20 12.70 0.01 0.00 ind:imp:2p; -grilloirs grilloir nom m p 0.00 0.07 0.00 0.07 -grillon grillon nom m s 1.45 4.59 0.98 2.09 -grillons grillon nom m p 1.45 4.59 0.46 2.50 -grillots grillot nom m p 0.00 0.07 0.00 0.07 -grillé griller ver m s 14.20 12.70 4.10 2.70 par:pas; -grillée grillé adj f s 4.30 7.57 0.76 1.15 -grillées grillé adj f p 4.30 7.57 0.50 1.62 -grillés grillé adj m p 4.30 7.57 0.91 1.49 -grils gril nom m p 0.68 1.76 0.04 0.27 -grima grimer ver 0.20 0.81 0.04 0.00 ind:pas:3s; -grimace_éclair grimace_éclair nom f s 0.01 0.00 0.01 0.00 -grimace grimace nom f s 4.50 31.49 2.28 22.57 -grimacement grimacement nom m s 0.00 0.07 0.00 0.07 -grimacent grimacer ver 0.49 12.36 0.04 0.14 ind:pre:3p; -grimacer grimacer ver 0.49 12.36 0.16 1.96 inf; -grimaceries grimacerie nom f p 0.00 0.07 0.00 0.07 -grimaces grimace nom f p 4.50 31.49 2.23 8.92 -grimacez grimacer ver 0.49 12.36 0.03 0.07 imp:pre:2p;ind:pre:2p; -grimacier grimacier nom m s 0.27 0.34 0.00 0.34 -grimaciers grimacier nom m p 0.27 0.34 0.27 0.00 -grimaciez grimacer ver 0.49 12.36 0.00 0.07 ind:imp:2p; -grimacions grimacer ver 0.49 12.36 0.00 0.07 ind:imp:1p; -grimacèrent grimacer ver 0.49 12.36 0.00 0.07 ind:pas:3p; -grimacé grimacer ver m s 0.49 12.36 0.05 0.88 par:pas; -grimage grimage nom m s 0.02 0.20 0.02 0.20 -grimait grimer ver 0.20 0.81 0.00 0.14 ind:imp:3s; -grimant grimer ver 0.20 0.81 0.00 0.07 par:pre; -grimasse grimer ver 0.20 0.81 0.01 0.00 sub:imp:1s; -grimaça grimacer ver 0.49 12.36 0.01 1.62 ind:pas:3s; -grimaçai grimacer ver 0.49 12.36 0.00 0.07 ind:pas:1s; -grimaçaient grimacer ver 0.49 12.36 0.00 0.54 ind:imp:3p; -grimaçais grimacer ver 0.49 12.36 0.00 0.14 ind:imp:1s; -grimaçait grimacer ver 0.49 12.36 0.02 2.09 ind:imp:3s; -grimaçant grimaçant adj m s 0.16 3.04 0.14 1.62 -grimaçante grimaçant adj f s 0.16 3.04 0.00 0.68 -grimaçantes grimaçant adj f p 0.16 3.04 0.00 0.34 -grimaçants grimaçant adj m p 0.16 3.04 0.02 0.41 -grimaçons grimacer ver 0.49 12.36 0.00 0.07 imp:pre:1p; -grimauds grimaud nom m p 0.00 0.07 0.00 0.07 -griment grimer ver 0.20 0.81 0.00 0.07 ind:pre:3p; -grimer grimer ver 0.20 0.81 0.01 0.07 inf; -grimes grime nom m p 0.48 0.00 0.48 0.00 -grimoire grimoire nom m s 0.49 1.22 0.47 0.47 -grimoires grimoire nom m p 0.49 1.22 0.02 0.74 -grimpa grimper ver 21.05 51.15 0.19 5.81 ind:pas:3s; -grimpai grimper ver 21.05 51.15 0.00 0.95 ind:pas:1s; -grimpaient grimper ver 21.05 51.15 0.04 2.03 ind:imp:3p; -grimpais grimper ver 21.05 51.15 0.51 1.01 ind:imp:1s;ind:imp:2s; -grimpait grimper ver 21.05 51.15 0.39 5.47 ind:imp:3s; -grimpant grimper ver 21.05 51.15 0.13 2.36 par:pre; -grimpante grimpant adj f s 0.18 1.55 0.11 0.14 -grimpantes grimpant adj f p 0.18 1.55 0.04 0.61 -grimpants grimpant adj m p 0.18 1.55 0.01 0.27 -grimpe grimper ver 21.05 51.15 6.12 8.18 imp:pre:2s;ind:pre:1s;ind:pre:3s; -grimpent grimper ver 21.05 51.15 0.82 2.03 ind:pre:3p; -grimper grimper ver 21.05 51.15 7.48 14.05 inf; -grimpera grimper ver 21.05 51.15 0.20 0.14 ind:fut:3s; -grimperai grimper ver 21.05 51.15 0.03 0.07 ind:fut:1s; -grimperaient grimper ver 21.05 51.15 0.14 0.14 cnd:pre:3p; -grimperais grimper ver 21.05 51.15 0.17 0.14 cnd:pre:1s;cnd:pre:2s; -grimperait grimper ver 21.05 51.15 0.06 0.14 cnd:pre:3s; -grimperez grimper ver 21.05 51.15 0.02 0.00 ind:fut:2p; -grimperons grimper ver 21.05 51.15 0.01 0.00 ind:fut:1p; -grimperont grimper ver 21.05 51.15 0.20 0.00 ind:fut:3p; -grimpette grimpette nom f s 0.29 1.01 0.29 0.81 -grimpettes grimpette nom f p 0.29 1.01 0.00 0.20 -grimpeur grimpeur nom m s 0.91 0.41 0.61 0.34 -grimpeurs grimpeur nom m p 0.91 0.41 0.25 0.07 -grimpeuse grimpeur nom f s 0.91 0.41 0.06 0.00 -grimpez grimper ver 21.05 51.15 1.59 0.14 imp:pre:2p;ind:pre:2p; -grimpiez grimper ver 21.05 51.15 0.19 0.00 ind:imp:2p; -grimpions grimper ver 21.05 51.15 0.01 0.61 ind:imp:1p; -grimpâmes grimper ver 21.05 51.15 0.01 0.07 ind:pas:1p; -grimpons grimper ver 21.05 51.15 0.29 0.54 imp:pre:1p;ind:pre:1p; -grimpât grimper ver 21.05 51.15 0.00 0.07 sub:imp:3s; -grimpèrent grimper ver 21.05 51.15 0.12 1.49 ind:pas:3p; -grimpé grimper ver m s 21.05 51.15 2.01 4.93 par:pas; -grimpée grimper ver f s 21.05 51.15 0.14 0.14 par:pas; -grimpées grimper ver f p 21.05 51.15 0.14 0.00 par:pas; -grimpés grimper ver m p 21.05 51.15 0.04 0.68 par:pas; -grimé grimer ver m s 0.20 0.81 0.13 0.14 par:pas; -grimée grimer ver f s 0.20 0.81 0.00 0.07 par:pas; -grimées grimer ver f p 0.20 0.81 0.00 0.07 par:pas; -grimés grimer ver m p 0.20 0.81 0.00 0.20 par:pas; -grince grincer ver 2.84 19.53 1.37 3.31 imp:pre:2s;ind:pre:1s;ind:pre:3s; -grincement grincement nom m s 1.57 9.59 0.71 6.49 -grincements grincement nom m p 1.57 9.59 0.86 3.11 -grincent grincer ver 2.84 19.53 0.26 0.95 ind:pre:3p; -grincer grincer ver 2.84 19.53 0.59 4.46 inf; -grincerait grincer ver 2.84 19.53 0.01 0.07 cnd:pre:3s; -grinces grincer ver 2.84 19.53 0.04 0.00 ind:pre:2s; -grincez grincer ver 2.84 19.53 0.00 0.07 imp:pre:2p; -grinche grinche adj s 0.02 0.00 0.02 0.00 -grincheuse grincheux adj f s 1.52 1.22 0.34 0.14 -grincheuses grincheux adj f p 1.52 1.22 0.02 0.07 -grincheux grincheux adj m 1.52 1.22 1.16 1.01 -grinchir grinchir ver 0.00 0.14 0.00 0.14 inf; -grincèrent grincer ver 2.84 19.53 0.00 0.47 ind:pas:3p; -grincé grincer ver m s 2.84 19.53 0.35 0.95 par:pas; -gringalet gringalet nom m s 0.44 0.61 0.40 0.41 -gringalets gringalet nom m p 0.44 0.61 0.04 0.20 -gringo gringo nom m s 4.64 0.00 3.66 0.00 -gringos gringo nom m p 4.64 0.00 0.98 0.00 -gringue gringue nom m s 0.35 1.15 0.35 1.15 -gringuer gringuer ver 0.00 0.14 0.00 0.14 inf; -grinça grincer ver 2.84 19.53 0.00 2.64 ind:pas:3s; -grinçaient grincer ver 2.84 19.53 0.00 1.35 ind:imp:3p; -grinçais grincer ver 2.84 19.53 0.00 0.07 ind:imp:1s; -grinçait grincer ver 2.84 19.53 0.19 2.97 ind:imp:3s; -grinçant grinçant adj m s 0.47 3.78 0.32 1.35 -grinçante grinçant adj f s 0.47 3.78 0.02 1.49 -grinçantes grinçant adj f p 0.47 3.78 0.10 0.34 -grinçants grinçant adj m p 0.47 3.78 0.03 0.61 -grinçât grincer ver 2.84 19.53 0.00 0.07 sub:imp:3s; -griot griot nom m s 0.58 1.55 0.16 1.08 -griots griot nom m p 0.58 1.55 0.43 0.47 -griotte griotte nom f s 0.13 3.18 0.00 0.07 -griottes griotte nom f p 0.13 3.18 0.13 3.11 -grip grip nom m s 0.20 0.00 0.20 0.00 -grippa gripper ver 0.71 1.22 0.00 0.14 ind:pas:3s; -grippaient gripper ver 0.71 1.22 0.00 0.07 ind:imp:3p; -grippal grippal adj m s 0.03 0.00 0.01 0.00 -grippant gripper ver 0.71 1.22 0.00 0.07 par:pre; -grippaux grippal adj m p 0.03 0.00 0.02 0.00 -grippe_sou grippe_sou nom m s 0.25 0.14 0.13 0.07 -grippe_sou grippe_sou nom m p 0.25 0.14 0.12 0.07 -grippe grippe nom f s 8.22 5.54 8.02 4.86 -grippements grippement nom m p 0.00 0.07 0.00 0.07 -gripper gripper ver 0.71 1.22 0.04 0.00 inf; -gripperait gripper ver 0.71 1.22 0.00 0.07 cnd:pre:3s; -grippes grippe nom f p 8.22 5.54 0.21 0.68 -grippé gripper ver m s 0.71 1.22 0.15 0.20 par:pas; -grippée gripper ver f s 0.71 1.22 0.25 0.27 par:pas; -grippés gripper ver m p 0.71 1.22 0.14 0.07 par:pas; -gris_blanc gris_blanc adj m s 0.00 0.20 0.00 0.20 -gris_bleu gris_bleu adj m s 0.30 1.69 0.30 1.69 -gris_gris gris_gris nom m 0.22 0.74 0.22 0.74 -gris_jaune gris_jaune adj m s 0.00 0.20 0.00 0.20 -gris_perle gris_perle adj m s 0.01 0.14 0.01 0.14 -gris_rose gris_rose adj 0.00 0.41 0.00 0.41 -gris_vert gris_vert adj m s 0.01 1.55 0.01 1.55 -gris gris adj m 19.64 154.86 11.05 88.31 -grisa griser ver 1.03 10.27 0.00 0.47 ind:pas:3s; -grisai griser ver 1.03 10.27 0.00 0.14 ind:pas:1s; -grisaient griser ver 1.03 10.27 0.00 0.20 ind:imp:3p; -grisaille grisaille nom f s 0.25 7.77 0.25 7.36 -grisailles grisaille nom f p 0.25 7.77 0.00 0.41 -grisaillèrent grisailler ver 0.00 0.07 0.00 0.07 ind:pas:3p; -grisais griser ver 1.03 10.27 0.00 0.14 ind:imp:1s; -grisait griser ver 1.03 10.27 0.00 1.35 ind:imp:3s; -grisant grisant adj m s 0.54 3.24 0.29 1.28 -grisante grisant adj f s 0.54 3.24 0.21 1.28 -grisantes grisant adj f p 0.54 3.24 0.01 0.34 -grisants grisant adj m p 0.54 3.24 0.03 0.34 -grisassent griser ver 1.03 10.27 0.00 0.07 sub:imp:3p; -grisbi grisbi nom m s 0.15 1.22 0.15 1.22 -grise gris adj f s 19.64 154.86 7.25 49.39 -grisent griser ver 1.03 10.27 0.02 0.20 ind:pre:3p; -griser griser ver 1.03 10.27 0.09 1.55 inf; -grisera griser ver 1.03 10.27 0.00 0.07 ind:fut:3s; -griserie griserie nom f s 0.02 2.23 0.02 2.16 -griseries griserie nom f p 0.02 2.23 0.00 0.07 -grises gris adj f p 19.64 154.86 1.34 17.16 -grisette grisette nom f s 0.00 0.41 0.00 0.14 -grisettes grisette nom f p 0.00 0.41 0.00 0.27 -grison grison nom m s 0.01 0.00 0.01 0.00 -grisonnaient grisonner ver 0.32 0.88 0.00 0.27 ind:imp:3p; -grisonnait grisonner ver 0.32 0.88 0.01 0.14 ind:imp:3s; -grisonnant grisonnant adj m s 0.48 3.04 0.18 0.81 -grisonnante grisonnant adj f s 0.48 3.04 0.03 0.74 -grisonnantes grisonnant adj f p 0.48 3.04 0.12 0.20 -grisonnants grisonnant adj m p 0.48 3.04 0.15 1.28 -grisonne grisonner ver 0.32 0.88 0.14 0.00 ind:pre:1s; -grisonnent grisonner ver 0.32 0.88 0.01 0.14 ind:pre:3p; -grisonner grisonner ver 0.32 0.88 0.01 0.14 inf; -grisonné grisonner ver m s 0.32 0.88 0.01 0.07 par:pas; -grisons grison adj m p 0.01 0.14 0.00 0.14 -grisâtre grisâtre adj s 0.12 13.04 0.10 9.53 -grisâtres grisâtre adj p 0.12 13.04 0.02 3.51 -grisotte grisotte nom f s 0.00 0.07 0.00 0.07 -grisou grisou nom m s 0.01 1.22 0.01 1.22 -grisé grisé adj m s 0.16 0.61 0.14 0.41 -grisée griser ver f s 1.03 10.27 0.00 0.61 par:pas; -grisées griser ver f p 1.03 10.27 0.00 0.07 par:pas; -grisés griser ver m p 1.03 10.27 0.14 0.61 par:pas; -grièvement grièvement adv 1.68 1.55 1.68 1.55 -grive grive nom f s 1.73 1.82 0.52 0.74 -grivelle griveler ver 0.00 0.20 0.00 0.20 ind:pre:3s; -grivelée grivelé adj f s 0.00 0.07 0.00 0.07 -grivelures grivelure nom f p 0.00 0.07 0.00 0.07 -grives grive nom f p 1.73 1.82 1.21 1.08 -grivet grivet nom m s 0.01 0.00 0.01 0.00 -griveton griveton nom m s 0.00 1.08 0.00 0.47 -grivetons griveton nom m p 0.00 1.08 0.00 0.61 -grivois grivois adj m 0.38 0.95 0.25 0.27 -grivoise grivois adj f s 0.38 0.95 0.12 0.14 -grivoiserie grivoiserie nom f s 0.03 0.20 0.00 0.14 -grivoiseries grivoiserie nom f p 0.03 0.20 0.03 0.07 -grivoises grivois adj f p 0.38 0.95 0.01 0.54 -grivèlerie grivèlerie nom f s 0.00 0.20 0.00 0.20 -grizzli grizzli nom m s 0.57 0.00 0.19 0.00 -grizzlis grizzli nom m p 0.57 0.00 0.38 0.00 -grizzly grizzly nom m s 0.74 0.20 0.72 0.14 -grizzlys grizzly nom m p 0.74 0.20 0.02 0.07 -grâce grâce pre 85.61 78.85 85.61 78.85 -grâces grâce nom f p 34.59 57.70 2.50 8.04 -groenlandais groenlandais adj m p 0.10 0.07 0.10 0.07 -grog grog nom m s 0.63 1.42 0.52 1.15 -groggy groggy adj s 0.71 0.54 0.71 0.54 -grogna grogner ver 3.01 31.42 0.02 11.96 ind:pas:3s; -grognai grogner ver 3.01 31.42 0.00 0.07 ind:pas:1s; -grognaient grogner ver 3.01 31.42 0.23 0.41 ind:imp:3p; -grognais grogner ver 3.01 31.42 0.00 0.07 ind:imp:1s; -grognait grogner ver 3.01 31.42 0.07 4.19 ind:imp:3s; -grognant grognant adj m s 0.10 0.27 0.10 0.27 -grognard grognard nom m s 0.03 0.74 0.03 0.27 -grognards grognard nom m p 0.03 0.74 0.00 0.47 -grognassaient grognasser ver 0.00 0.20 0.00 0.07 ind:imp:3p; -grognasse grognasse nom f s 0.17 0.95 0.14 0.61 -grognasser grognasser ver 0.00 0.20 0.00 0.14 inf; -grognasses grognasse nom f p 0.17 0.95 0.03 0.34 -grogne grogner ver 3.01 31.42 1.55 4.66 imp:pre:2s;ind:pre:1s;ind:pre:3s; -grognement grognement nom m s 1.33 9.53 0.65 4.46 -grognements grognement nom m p 1.33 9.53 0.68 5.07 -grognent grogner ver 3.01 31.42 0.08 0.54 ind:pre:3p; -grogner grogner ver 3.01 31.42 0.69 2.30 inf; -grognera grogner ver 3.01 31.42 0.00 0.14 ind:fut:3s; -grognes grogner ver 3.01 31.42 0.25 0.41 ind:pre:2s; -grogneurs grogneur adj m p 0.00 0.20 0.00 0.07 -grogneuse grogneur adj f s 0.00 0.20 0.00 0.14 -grognions grogner ver 3.01 31.42 0.00 0.14 ind:imp:1p; -grognon grognon adj m s 0.79 1.22 0.71 0.88 -grognonna grognonner ver 0.01 0.20 0.00 0.07 ind:pas:3s; -grognonne grognon adj f s 0.79 1.22 0.01 0.20 -grognonner grognonner ver 0.01 0.20 0.01 0.07 inf; -grognons grognon adj m p 0.79 1.22 0.06 0.14 -grognèrent grogner ver 3.01 31.42 0.00 0.20 ind:pas:3p; -grogné grogner ver m s 3.01 31.42 0.11 2.30 par:pas; -grognées grogner ver f p 3.01 31.42 0.00 0.07 par:pas; -grogs grog nom m p 0.63 1.42 0.12 0.27 -groin groin nom m s 0.43 1.89 0.32 1.76 -groins groin nom m p 0.43 1.89 0.11 0.14 -grole grole nom f s 0.07 0.34 0.04 0.14 -groles grole nom f p 0.07 0.34 0.03 0.20 -grolle grolle nom f s 0.13 1.49 0.04 0.41 -grolles grolle nom f p 0.13 1.49 0.10 1.08 -grommela grommeler ver 0.14 13.92 0.01 5.61 ind:pas:3s; -grommelai grommeler ver 0.14 13.92 0.00 0.14 ind:pas:1s; -grommelaient grommeler ver 0.14 13.92 0.01 0.14 ind:imp:3p; -grommelait grommeler ver 0.14 13.92 0.01 1.96 ind:imp:3s; -grommelant grommeler ver 0.14 13.92 0.02 2.36 par:pre; -grommeler grommeler ver 0.14 13.92 0.03 0.81 inf; -grommelez grommeler ver 0.14 13.92 0.02 0.00 ind:pre:2p; -grommelle grommeler ver 0.14 13.92 0.01 1.76 imp:pre:2s;ind:pre:1s;ind:pre:3s; -grommellement grommellement nom m s 0.01 0.74 0.01 0.47 -grommellements grommellement nom m p 0.01 0.74 0.00 0.27 -grommellent grommeler ver 0.14 13.92 0.02 0.07 ind:pre:3p; -grommellerait grommeler ver 0.14 13.92 0.00 0.07 cnd:pre:3s; -grommelèrent grommeler ver 0.14 13.92 0.00 0.07 ind:pas:3p; -grommelé grommeler ver m s 0.14 13.92 0.01 0.88 par:pas; -grommelée grommeler ver f s 0.14 13.92 0.00 0.07 par:pas; -gronda gronder ver 8.74 22.70 0.04 4.66 ind:pas:3s; -grondai gronder ver 8.74 22.70 0.00 0.34 ind:pas:1s; -grondaient gronder ver 8.74 22.70 0.02 0.81 ind:imp:3p; -grondais gronder ver 8.74 22.70 0.10 0.20 ind:imp:1s;ind:imp:2s; -grondait gronder ver 8.74 22.70 0.15 4.66 ind:imp:3s; -grondant gronder ver 8.74 22.70 0.30 2.36 par:pre; -grondante grondant adj f s 0.23 1.42 0.01 0.81 -grondants grondant adj m p 0.23 1.42 0.00 0.14 -gronde gronder ver 8.74 22.70 4.75 3.51 imp:pre:2s;ind:pre:1s;ind:pre:3s; -grondement grondement nom m s 1.30 14.80 1.18 12.36 -grondements grondement nom m p 1.30 14.80 0.13 2.43 -grondent gronder ver 8.74 22.70 0.15 0.27 ind:pre:3p; -gronder gronder ver 8.74 22.70 2.14 3.58 inf; -grondera gronder ver 8.74 22.70 0.28 0.07 ind:fut:3s; -gronderai gronder ver 8.74 22.70 0.01 0.07 ind:fut:1s; -gronderait gronder ver 8.74 22.70 0.04 0.34 cnd:pre:3s; -gronderies gronderie nom f p 0.00 0.14 0.00 0.14 -grondes gronder ver 8.74 22.70 0.15 0.07 ind:pre:2s; -grondeur grondeur adj m s 0.00 1.35 0.00 0.47 -grondeurs grondeur adj m p 0.00 1.35 0.00 0.07 -grondeuse grondeur adj f s 0.00 1.35 0.00 0.68 -grondeuses grondeur adj f p 0.00 1.35 0.00 0.14 -grondez gronder ver 8.74 22.70 0.15 0.20 imp:pre:2p;ind:pre:2p; -grondin grondin nom m s 0.00 1.69 0.00 1.55 -grondins grondin nom m p 0.00 1.69 0.00 0.14 -grondèrent gronder ver 8.74 22.70 0.01 0.14 ind:pas:3p; -grondé gronder ver m s 8.74 22.70 0.33 0.95 par:pas; -grondée gronder ver f s 8.74 22.70 0.12 0.34 par:pas; -grondés gronder ver m p 8.74 22.70 0.01 0.14 par:pas; -groom groom nom m s 1.17 2.57 1.02 1.89 -grooms groom nom m p 1.17 2.57 0.14 0.68 -gros_bec gros_bec nom m s 0.06 0.07 0.06 0.00 -gros_bec gros_bec nom m p 0.06 0.07 0.00 0.07 -gros_cul gros_cul nom m s 0.04 0.14 0.04 0.14 -gros_grain gros_grain nom m s 0.00 0.41 0.00 0.41 -gros_porteur gros_porteur nom m s 0.02 0.00 0.02 0.00 -gros gros adj m 266.95 353.45 180.91 216.01 -groschen groschen nom m s 0.00 0.07 0.00 0.07 -groseille groseille adj f s 0.30 0.20 0.30 0.20 -groseilles groseille nom f p 1.23 1.89 0.94 1.35 -groseillier groseillier nom m s 0.17 0.61 0.01 0.14 -groseilliers groseillier nom m p 0.17 0.61 0.16 0.47 -grosse gros adj f s 266.95 353.45 70.63 85.81 -grosses gros adj f p 266.95 353.45 15.41 51.62 -grossesse grossesse nom f s 7.09 4.93 6.63 3.92 -grossesses grossesse nom f p 7.09 4.93 0.46 1.01 -grosseur grosseur nom f s 1.12 2.97 1.08 2.57 -grosseurs grosseur nom f p 1.12 2.97 0.04 0.41 -grossi grossir ver m s 10.57 14.80 3.85 2.57 par:pas; -grossie grossir ver f s 10.57 14.80 0.00 0.54 par:pas; -grossier grossier adj m s 11.64 22.57 6.77 8.99 -grossiers grossier adj m p 11.64 22.57 0.90 4.05 -grossies grossir ver f p 10.57 14.80 0.00 0.34 par:pas; -grossir grossir ver 10.57 14.80 3.30 4.93 inf; -grossira grossir ver 10.57 14.80 0.05 0.14 ind:fut:3s; -grossirent grossir ver 10.57 14.80 0.00 0.07 ind:pas:3p; -grossirez grossir ver 10.57 14.80 0.00 0.07 ind:fut:2p; -grossiront grossir ver 10.57 14.80 0.04 0.07 ind:fut:3p; -grossis grossir ver m p 10.57 14.80 0.38 0.47 imp:pre:2s;ind:pre:1s;ind:pre:2s;par:pas; -grossissaient grossir ver 10.57 14.80 0.02 0.74 ind:imp:3p; -grossissais grossir ver 10.57 14.80 0.02 0.07 ind:imp:1s; -grossissait grossir ver 10.57 14.80 0.32 1.62 ind:imp:3s; -grossissant grossissant adj m s 0.34 1.28 0.04 1.01 -grossissante grossissant adj f s 0.34 1.28 0.03 0.00 -grossissantes grossissant adj f p 0.34 1.28 0.00 0.14 -grossissants grossissant adj m p 0.34 1.28 0.28 0.14 -grossisse grossir ver 10.57 14.80 0.09 0.14 sub:pre:1s;sub:pre:3s; -grossissement grossissement nom m s 0.06 0.81 0.06 0.81 -grossissent grossir ver 10.57 14.80 0.43 0.68 ind:pre:3p; -grossisses grossir ver 10.57 14.80 0.02 0.00 sub:pre:2s; -grossissez grossir ver 10.57 14.80 0.07 0.07 imp:pre:2p;ind:pre:2p; -grossiste grossiste nom s 0.70 0.81 0.50 0.54 -grossistes grossiste nom p 0.70 0.81 0.20 0.27 -grossit grossir ver 10.57 14.80 1.96 1.82 ind:pre:3s;ind:pas:3s; -grossière grossier adj f s 11.64 22.57 3.30 6.28 -grossièrement grossièrement adv 0.61 5.41 0.61 5.41 -grossières grossier adj f p 11.64 22.57 0.67 3.24 -grossièreté grossièreté nom f s 2.71 6.15 1.96 4.80 -grossièretés grossièreté nom f p 2.71 6.15 0.74 1.35 -grossium grossium nom m s 0.01 0.88 0.00 0.54 -grossiums grossium nom m p 0.01 0.88 0.01 0.34 -grosso_modo grosso_modo adv 0.44 1.89 0.44 1.89 -grotesque grotesque adj s 5.58 12.97 5.01 9.12 -grotesquement grotesquement adv 0.04 0.95 0.04 0.95 -grotesques grotesque adj p 5.58 12.97 0.57 3.85 -grotte grotte nom f s 12.23 21.96 8.96 17.84 -grottes grotte nom f p 12.23 21.96 3.28 4.12 -grouillaient grouiller ver 22.39 15.54 0.06 2.23 ind:imp:3p; -grouillais grouiller ver 22.39 15.54 0.00 0.07 ind:imp:1s; -grouillait grouiller ver 22.39 15.54 0.27 2.64 ind:imp:3s; -grouillant grouiller ver 22.39 15.54 0.11 1.28 par:pre; -grouillante grouillant adj f s 0.14 4.73 0.04 2.09 -grouillantes grouillant adj f p 0.14 4.73 0.03 0.88 -grouillants grouillant adj m p 0.14 4.73 0.03 1.01 -grouille grouiller ver 22.39 15.54 15.56 4.73 imp:pre:2s;ind:pre:1s;ind:pre:3s; -grouillement grouillement nom m s 0.16 4.73 0.02 4.53 -grouillements grouillement nom m p 0.16 4.73 0.14 0.20 -grouillent grouiller ver 22.39 15.54 0.65 1.35 ind:pre:3p; -grouiller grouiller ver 22.39 15.54 0.89 1.62 inf; -grouillera grouiller ver 22.39 15.54 0.05 0.00 ind:fut:3s; -grouillerait grouiller ver 22.39 15.54 0.04 0.00 cnd:pre:3s; -grouilleront grouiller ver 22.39 15.54 0.01 0.00 ind:fut:3p; -grouilles grouiller ver 22.39 15.54 0.48 0.07 ind:pre:2s; -grouillez grouiller ver 22.39 15.54 4.08 0.95 imp:pre:2p;ind:pre:2p; -grouillis grouillis nom m 0.00 0.47 0.00 0.47 -grouillons grouiller ver 22.39 15.54 0.19 0.41 imp:pre:1p;ind:pre:1p; -grouillot grouillot nom m s 0.12 0.74 0.10 0.61 -grouillots grouillot nom m p 0.12 0.74 0.03 0.14 -grouillèrent grouiller ver 22.39 15.54 0.00 0.07 ind:pas:3p; -grouillé grouiller ver m s 22.39 15.54 0.02 0.07 par:pas; -grouillées grouiller ver f p 22.39 15.54 0.00 0.07 par:pas; -grouiner grouiner ver 0.01 0.00 0.01 0.00 inf; -groumais groumer ver 0.00 1.22 0.00 0.07 ind:imp:1s; -groumait groumer ver 0.00 1.22 0.00 0.27 ind:imp:3s; -groumant groumer ver 0.00 1.22 0.00 0.07 par:pre; -groume groumer ver 0.00 1.22 0.00 0.68 imp:pre:2s;ind:pre:1s;ind:pre:3s; -groumer groumer ver 0.00 1.22 0.00 0.14 inf; -ground ground nom m s 0.27 0.00 0.27 0.00 -group group nom m s 7.65 0.34 7.41 0.34 -groupa grouper ver 3.10 13.31 0.00 0.20 ind:pas:3s; -groupage groupage nom m s 0.01 0.00 0.01 0.00 -groupaient grouper ver 3.10 13.31 0.00 1.08 ind:imp:3p; -groupais grouper ver 3.10 13.31 0.00 0.07 ind:imp:1s; -groupait grouper ver 3.10 13.31 0.01 0.68 ind:imp:3s; -groupant grouper ver 3.10 13.31 0.00 0.54 par:pre; -groupe groupe nom m s 104.38 122.50 90.16 85.88 -groupement groupement nom m s 0.98 6.22 0.96 4.19 -groupements groupement nom m p 0.98 6.22 0.02 2.03 -groupent grouper ver 3.10 13.31 0.00 0.95 ind:pre:3p; -grouper grouper ver 3.10 13.31 0.44 2.03 inf; -grouperaient grouper ver 3.10 13.31 0.00 0.07 cnd:pre:3p; -grouperont grouper ver 3.10 13.31 0.10 0.07 ind:fut:3p; -groupes groupe nom m p 104.38 122.50 14.21 36.62 -groupez grouper ver 3.10 13.31 0.04 0.00 imp:pre:2p;ind:pre:2p; -groupie groupie nom f s 1.34 0.74 0.86 0.34 -groupies groupie nom f p 1.34 0.74 0.48 0.41 -groupons grouper ver 3.10 13.31 0.20 0.07 imp:pre:1p;ind:pre:1p; -groupât grouper ver 3.10 13.31 0.00 0.07 sub:imp:3s; -groups group nom m p 7.65 0.34 0.25 0.00 -groupèrent grouper ver 3.10 13.31 0.00 0.41 ind:pas:3p; -groupé grouper ver m s 3.10 13.31 0.25 0.34 par:pas; -groupée grouper ver f s 3.10 13.31 0.11 0.61 par:pas; -groupées grouper ver f p 3.10 13.31 0.10 0.88 par:pas; -groupés grouper ver m p 3.10 13.31 1.25 4.19 par:pas; -groupuscule groupuscule nom m s 0.36 0.54 0.20 0.20 -groupuscules groupuscule nom m p 0.36 0.54 0.16 0.34 -grouse grouse nom f s 0.28 0.68 0.28 0.14 -grouses grouse nom f p 0.28 0.68 0.00 0.54 -grèbe grèbe nom m s 0.02 0.07 0.02 0.00 -grèbes grèbe nom m p 0.02 0.07 0.00 0.07 -grège grège adj s 0.00 1.28 0.00 1.22 -grèges grège adj p 0.00 1.28 0.00 0.07 -grègues grègues nom f p 0.00 0.07 0.00 0.07 -grène grener ver 0.00 0.34 0.00 0.07 ind:pre:3s; -grènera grener ver 0.00 0.34 0.00 0.07 ind:fut:3s; -grès grès nom m 0.31 4.05 0.31 4.05 -grève grève nom f s 15.87 26.55 14.54 22.36 -grèvent grever ver 0.18 0.81 0.00 0.14 ind:pre:3p; -grèverait grever ver 0.18 0.81 0.00 0.07 cnd:pre:3s; -grèves grève nom f p 15.87 26.55 1.33 4.19 -gré gré nom m s 11.36 28.04 11.36 28.04 -gréage gréage nom m s 0.01 0.00 0.01 0.00 -gruau gruau nom m s 0.73 0.54 0.69 0.54 -gruaux gruau nom m p 0.73 0.54 0.04 0.00 -grébiche grébiche nom f s 0.01 0.00 0.01 0.00 -gréco_latin gréco_latin adj f s 0.00 0.34 0.00 0.27 -gréco_latin gréco_latin adj f p 0.00 0.34 0.00 0.07 -gréco_romain gréco_romain adj m s 0.46 0.68 0.03 0.14 -gréco_romain gréco_romain adj f s 0.46 0.68 0.42 0.34 -gréco_romain gréco_romain adj f p 0.46 0.68 0.01 0.14 -gréco_romain gréco_romain adj m p 0.46 0.68 0.00 0.07 -gréco gréco adv 0.15 0.14 0.15 0.14 -grue grue nom f s 4.76 6.22 3.54 2.84 -gréement gréement nom m s 0.26 0.34 0.26 0.20 -gréements gréement nom m p 0.26 0.34 0.00 0.14 -gréer gréer ver 0.07 0.61 0.03 0.07 inf; -grues grue nom f p 4.76 6.22 1.22 3.38 -gréez gréer ver 0.07 0.61 0.01 0.00 imp:pre:2p; -grégaire grégaire adj s 0.11 0.47 0.11 0.47 -gruge gruger ver 0.48 0.47 0.04 0.07 ind:pre:3s; -grugeaient gruger ver 0.48 0.47 0.00 0.07 ind:imp:3p; -grugeait gruger ver 0.48 0.47 0.01 0.07 ind:imp:3s; -grugeant gruger ver 0.48 0.47 0.00 0.07 par:pre; -grégeois grégeois adj m 0.05 0.34 0.05 0.34 -gruger gruger ver 0.48 0.47 0.21 0.14 inf; -grégorien grégorien adj m s 0.06 1.35 0.03 1.01 -grégorienne grégorien adj f s 0.06 1.35 0.00 0.14 -grégoriens grégorien adj m p 0.06 1.35 0.02 0.20 -grugé gruger ver m s 0.48 0.47 0.21 0.07 par:pas; -grugée gruger ver f s 0.48 0.47 0.01 0.00 par:pas; -grêlaient grêler ver 0.24 1.49 0.00 0.07 ind:imp:3p; -grêlait grêler ver 0.24 1.49 0.00 0.07 ind:imp:3s; -grêle grêle nom f s 1.05 6.15 1.05 5.81 -grêlent grêler ver 0.24 1.49 0.00 0.20 ind:pre:3p; -grêler grêler ver 0.24 1.49 0.03 0.14 inf; -grêleraient grêler ver 0.24 1.49 0.00 0.07 cnd:pre:3p; -grêles grêle adj p 0.54 8.24 0.01 3.38 -grêlon grêlon nom m s 0.33 1.01 0.00 0.14 -grêlons grêlon nom m p 0.33 1.01 0.33 0.88 -grêlé grêlé adj m s 0.31 0.47 0.30 0.34 -grêlée grêlé adj f s 0.31 0.47 0.01 0.07 -grêlées grêler ver f p 0.24 1.49 0.00 0.14 par:pas; -grêlés grêler ver m p 0.24 1.49 0.00 0.14 par:pas; -grume grume nom f s 0.12 0.47 0.01 0.20 -grumeau grumeau nom m s 0.28 1.01 0.02 0.14 -grumeaux grumeau nom m p 0.28 1.01 0.26 0.88 -grumeleuse grumeleux adj f s 0.33 1.89 0.01 1.15 -grumeleuses grumeleux adj f p 0.33 1.89 0.02 0.14 -grumeleux grumeleux adj m 0.33 1.89 0.29 0.61 -grumes grume nom f p 0.12 0.47 0.11 0.27 -grumier grumier nom m s 0.01 0.00 0.01 0.00 -grunge grunge nom m s 0.27 0.00 0.27 0.00 -gruppetto gruppetto nom m s 0.00 0.14 0.00 0.14 -grésil grésil nom m s 0.00 0.41 0.00 0.41 -grésilla grésiller ver 0.35 5.61 0.00 0.41 ind:pas:3s; -grésillaient grésiller ver 0.35 5.61 0.00 0.68 ind:imp:3p; -grésillait grésiller ver 0.35 5.61 0.00 1.28 ind:imp:3s; -grésillant grésillant adj m s 0.15 0.68 0.01 0.41 -grésillante grésillant adj f s 0.15 0.68 0.14 0.14 -grésillantes grésillant adj f p 0.15 0.68 0.00 0.14 -grésille grésiller ver 0.35 5.61 0.16 0.88 ind:pre:1s;ind:pre:3s; -grésillement grésillement nom m s 0.46 3.85 0.17 3.38 -grésillements grésillement nom m p 0.46 3.85 0.29 0.47 -grésillent grésiller ver 0.35 5.61 0.03 0.07 ind:pre:3p; -grésiller grésiller ver 0.35 5.61 0.16 1.01 inf; -grésillerait grésiller ver 0.35 5.61 0.00 0.07 cnd:pre:3s; -grésillé grésiller ver m s 0.35 5.61 0.00 0.20 par:pas; -gruta gruter ver 0.00 0.14 0.00 0.07 ind:pas:3s; -grute gruter ver 0.00 0.14 0.00 0.07 ind:pre:1s; -grutier grutier nom m s 0.14 2.30 0.14 0.34 -grutiers grutier nom m p 0.14 2.30 0.00 1.89 -grutière grutier nom f s 0.14 2.30 0.00 0.07 -gréé gréer ver m s 0.07 0.61 0.01 0.34 par:pas; -gréée gréer ver f s 0.07 0.61 0.02 0.14 par:pas; -gréées gréer ver f p 0.07 0.61 0.00 0.07 par:pas; -gréviste gréviste nom s 1.50 2.36 0.28 0.41 -grévistes gréviste nom p 1.50 2.36 1.22 1.96 -gruyère gruyère nom m s 1.02 4.80 1.02 4.80 -gèle geler ver 23.41 17.03 6.57 2.77 imp:pre:2s;ind:pre:1s;ind:pre:3s; -gèlent geler ver 23.41 17.03 0.58 0.27 ind:pre:3p; -gèlera geler ver 23.41 17.03 0.48 0.14 ind:fut:3s; -gèlerai geler ver 23.41 17.03 0.30 0.00 ind:fut:1s; -gèlerait geler ver 23.41 17.03 0.18 0.14 cnd:pre:3s; -gèles geler ver 23.41 17.03 0.26 0.07 ind:pre:2s; -gène gène nom m s 8.07 0.74 4.18 0.20 -gènes gène nom m p 8.07 0.74 3.90 0.54 -gère gérer ver 27.51 3.31 6.08 0.47 imp:pre:2s;ind:pre:1s;ind:pre:3s; -gèrent gérer ver 27.51 3.31 0.37 0.07 ind:pre:3p; -guacamole guacamole nom m s 0.43 0.00 0.43 0.00 -guadeloupéenne guadeloupéenne nom f s 0.00 0.14 0.00 0.14 -guanaco guanaco nom m s 0.01 0.00 0.01 0.00 -guanine guanine nom f s 0.04 0.00 0.04 0.00 -guano guano nom m s 0.23 0.14 0.23 0.14 -géant géant adj m s 13.91 21.42 8.60 8.99 -géante géant adj f s 13.91 21.42 2.81 6.08 -géantes géant adj f p 13.91 21.42 0.94 2.97 -géants géant nom m p 11.67 22.91 4.19 3.78 -guaracha guaracha nom f s 0.02 0.00 0.02 0.00 -guarani guarani adj m s 0.00 0.07 0.00 0.07 -guatémaltèque guatémaltèque adj m s 0.07 0.00 0.07 0.00 -guelfe guelfe nom m s 0.10 0.20 0.10 0.07 -guelfes guelfe nom m p 0.10 0.20 0.00 0.14 -guenille guenille nom f s 0.41 4.46 0.04 1.08 -guenilles guenille nom f p 0.41 4.46 0.37 3.38 -guenilleux guenilleux adj m p 0.00 0.54 0.00 0.54 -guenillons guenillon nom m p 0.00 0.07 0.00 0.07 -guenipe guenipe nom f s 0.00 0.07 0.00 0.07 -guenon guenon nom f s 0.58 1.89 0.37 1.55 -guenons guenon nom f p 0.58 1.89 0.20 0.34 -guerre_éclair guerre_éclair nom f s 0.01 0.14 0.01 0.14 -guerre guerre nom f s 221.65 354.59 212.82 338.65 -guerres guerre nom f p 221.65 354.59 8.83 15.95 -guerrier guerrier nom m s 16.75 10.00 9.07 3.85 -guerriers guerrier nom m p 16.75 10.00 7.68 6.15 -guerrière guerrier adj f s 6.70 8.85 0.88 2.30 -guerrières guerrier adj f p 6.70 8.85 1.41 1.62 -guerroient guerroyer ver 0.30 1.08 0.00 0.07 ind:pre:3p; -guerroyai guerroyer ver 0.30 1.08 0.00 0.07 ind:pas:1s; -guerroyaient guerroyer ver 0.30 1.08 0.00 0.07 ind:imp:3p; -guerroyait guerroyer ver 0.30 1.08 0.00 0.27 ind:imp:3s; -guerroyant guerroyer ver 0.30 1.08 0.14 0.07 par:pre; -guerroyer guerroyer ver 0.30 1.08 0.14 0.41 inf; -guerroyeur guerroyeur nom m s 0.00 0.07 0.00 0.07 -guerroyé guerroyer ver m s 0.30 1.08 0.03 0.14 par:pas; -guet_apens guet_apens nom m 0.68 0.74 0.68 0.74 -guet guet nom m s 3.29 7.70 3.29 7.43 -guets_apens guets_apens nom m p 0.00 0.07 0.00 0.07 -guets guet nom m p 3.29 7.70 0.00 0.27 -guetta guetter ver 8.52 51.01 0.00 0.74 ind:pas:3s; -guettai guetter ver 8.52 51.01 0.00 0.81 ind:pas:1s; -guettaient guetter ver 8.52 51.01 0.16 2.50 ind:imp:3p; -guettais guetter ver 8.52 51.01 0.24 2.50 ind:imp:1s;ind:imp:2s; -guettait guetter ver 8.52 51.01 0.52 9.53 ind:imp:3s; -guettant guetter ver 8.52 51.01 0.30 6.82 par:pre; -guette guetter ver 8.52 51.01 3.79 9.05 imp:pre:2s;ind:pre:1s;ind:pre:3s; -guettent guetter ver 8.52 51.01 1.13 3.04 ind:pre:3p; -guetter guetter ver 8.52 51.01 1.01 10.00 inf;; -guettera guetter ver 8.52 51.01 0.00 0.20 ind:fut:3s; -guetterai guetter ver 8.52 51.01 0.05 0.20 ind:fut:1s; -guetterais guetter ver 8.52 51.01 0.00 0.07 cnd:pre:1s; -guetterait guetter ver 8.52 51.01 0.11 0.27 cnd:pre:3s; -guetterez guetter ver 8.52 51.01 0.01 0.00 ind:fut:2p; -guetterons guetter ver 8.52 51.01 0.02 0.14 ind:fut:1p; -guetteront guetter ver 8.52 51.01 0.02 0.00 ind:fut:3p; -guettes guetter ver 8.52 51.01 0.23 0.47 ind:pre:2s; -guetteur guetteur nom m s 1.09 4.46 0.60 2.50 -guetteurs guetteur nom m p 1.09 4.46 0.49 1.55 -guetteuse guetteur nom f s 1.09 4.46 0.00 0.27 -guetteuses guetteur nom f p 1.09 4.46 0.00 0.14 -guettez guetter ver 8.52 51.01 0.23 0.00 imp:pre:2p;ind:pre:2p; -guettiez guetter ver 8.52 51.01 0.01 0.07 ind:imp:2p; -guettions guetter ver 8.52 51.01 0.14 1.01 ind:imp:1p; -guettons guetter ver 8.52 51.01 0.12 0.00 ind:pre:1p; -guettât guetter ver 8.52 51.01 0.00 0.07 sub:imp:3s; -guettèrent guetter ver 8.52 51.01 0.00 0.14 ind:pas:3p; -guetté guetter ver m s 8.52 51.01 0.41 2.50 par:pas; -guettée guetter ver f s 8.52 51.01 0.02 0.20 par:pas; -guettées guetter ver f p 8.52 51.01 0.00 0.07 par:pas; -guettés guetter ver m p 8.52 51.01 0.00 0.61 par:pas; -gueugueule gueugueule nom f s 0.00 0.07 0.00 0.07 -gueula gueuler ver 9.81 27.30 0.00 1.28 ind:pas:3s; -gueulai gueuler ver 9.81 27.30 0.00 0.20 ind:pas:1s; -gueulaient gueuler ver 9.81 27.30 0.13 0.41 ind:imp:3p; -gueulais gueuler ver 9.81 27.30 0.17 0.47 ind:imp:1s;ind:imp:2s; -gueulait gueuler ver 9.81 27.30 0.23 4.26 ind:imp:3s; -gueulant gueuler ver 9.81 27.30 0.31 1.69 par:pre; -gueulante gueulante nom f s 0.14 1.49 0.13 1.01 -gueulantes gueulante nom f p 0.14 1.49 0.01 0.47 -gueulard gueulard nom m s 0.23 0.88 0.20 0.68 -gueularde gueulard nom f s 0.23 0.88 0.02 0.00 -gueulards gueulard nom m p 0.23 0.88 0.01 0.20 -gueule_de_loup gueule_de_loup nom f s 0.03 0.07 0.03 0.07 -gueule gueule nom f s 125.22 109.93 118.45 100.14 -gueulement gueulement nom m s 0.00 0.81 0.00 0.14 -gueulements gueulement nom m p 0.00 0.81 0.00 0.68 -gueulent gueuler ver 9.81 27.30 0.18 1.42 ind:pre:3p; -gueuler gueuler ver 9.81 27.30 3.97 6.62 inf; -gueulera gueuler ver 9.81 27.30 0.03 0.07 ind:fut:3s; -gueulerai gueuler ver 9.81 27.30 0.02 0.07 ind:fut:1s; -gueulerais gueuler ver 9.81 27.30 0.00 0.14 cnd:pre:1s;cnd:pre:2s; -gueulerait gueuler ver 9.81 27.30 0.01 0.14 cnd:pre:3s; -gueules_de_loup gueules_de_loup nom f p 0.00 0.14 0.00 0.14 -gueules gueule nom p 125.22 109.93 6.77 9.80 -gueuleton gueuleton nom m s 0.65 1.08 0.52 0.74 -gueuletonnait gueuletonner ver 0.00 0.20 0.00 0.07 ind:imp:3s; -gueuletonner gueuletonner ver 0.00 0.20 0.00 0.14 inf; -gueuletons gueuleton nom m p 0.65 1.08 0.12 0.34 -gueulette gueulette nom f s 0.01 0.14 0.01 0.07 -gueulettes gueulette nom f p 0.01 0.14 0.00 0.07 -gueulez gueuler ver 9.81 27.30 0.07 0.07 imp:pre:2p;ind:pre:2p; -gueuloir gueuloir nom m s 0.00 0.07 0.00 0.07 -gueulé gueuler ver m s 9.81 27.30 0.79 3.38 par:pas; -gueulée gueuler ver f s 9.81 27.30 0.00 0.07 par:pas; -gueulés gueuler ver m p 9.81 27.30 0.00 0.07 par:pas; -gueusant gueuser ver 0.00 0.07 0.00 0.07 par:pre; -gueusards gueusard nom m p 0.00 0.14 0.00 0.14 -gueuse gueux nom f s 2.87 4.66 0.73 0.88 -gueuserie gueuserie nom f s 0.00 0.47 0.00 0.47 -gueuses gueuse nom f p 0.01 0.00 0.01 0.00 -gueux gueux nom m 2.87 4.66 2.14 3.65 -gueuze gueuze nom f s 0.00 0.07 0.00 0.07 -gégène gégène nom f s 0.12 0.41 0.12 0.41 -gugusse gugusse nom m s 1.12 0.27 1.06 0.27 -gugusses gugusse nom m p 1.12 0.27 0.06 0.00 -géhenne géhenne nom f s 0.58 0.34 0.57 0.34 -géhennes géhenne nom f p 0.58 0.34 0.01 0.00 -gui gui nom m s 2.90 2.50 2.90 2.50 -guibole guibole nom f s 0.14 0.34 0.05 0.00 -guiboles guibole nom f p 0.14 0.34 0.08 0.34 -guibolle guibolle nom f s 0.11 4.93 0.00 0.74 -guibolles guibolle nom f p 0.11 4.93 0.11 4.19 -guiche guiche nom f s 0.06 0.27 0.06 0.14 -guiches guiche nom f p 0.06 0.27 0.00 0.14 -guichet guichet nom m s 3.81 8.45 2.92 6.42 -guichetier guichetier nom m s 0.31 0.47 0.16 0.07 -guichetiers guichetier nom m p 0.31 0.47 0.01 0.07 -guichetière guichetier nom f s 0.31 0.47 0.14 0.34 -guichets guichet nom m p 3.81 8.45 0.89 2.03 -guida guider ver 24.79 26.22 0.31 2.03 ind:pas:3s; -guidage guidage nom m s 1.19 0.00 1.19 0.00 -guidai guider ver 24.79 26.22 0.00 0.14 ind:pas:1s; -guidaient guider ver 24.79 26.22 0.17 1.08 ind:imp:3p; -guidais guider ver 24.79 26.22 0.00 0.27 ind:imp:1s; -guidait guider ver 24.79 26.22 0.13 2.30 ind:imp:3s; -guidance guidance nom f s 0.01 0.00 0.01 0.00 -guidant guider ver 24.79 26.22 0.20 1.96 par:pre; -guide_interprète guide_interprète nom s 0.00 0.07 0.00 0.07 -guide guide nom s 17.52 22.84 14.69 16.69 -guident guider ver 24.79 26.22 0.39 0.74 ind:pre:3p; -guider guider ver 24.79 26.22 7.29 6.76 inf; -guidera guider ver 24.79 26.22 1.57 0.14 ind:fut:3s; -guiderai guider ver 24.79 26.22 0.80 0.00 ind:fut:1s; -guiderait guider ver 24.79 26.22 0.20 0.14 cnd:pre:3s; -guideras guider ver 24.79 26.22 0.06 0.00 ind:fut:2s; -guiderez guider ver 24.79 26.22 0.09 0.00 ind:fut:2p; -guideront guider ver 24.79 26.22 0.27 0.20 ind:fut:3p; -guides guide nom p 17.52 22.84 2.84 6.15 -guidez guider ver 24.79 26.22 0.85 0.14 imp:pre:2p;ind:pre:2p; -guidiez guider ver 24.79 26.22 0.09 0.00 ind:imp:2p; -guidon guidon nom m s 1.27 7.03 1.26 6.15 -guidons guider ver 24.79 26.22 0.16 0.14 imp:pre:1p;ind:pre:1p; -guidèrent guider ver 24.79 26.22 0.00 0.20 ind:pas:3p; -guidé guider ver m s 24.79 26.22 2.81 3.38 par:pas; -guidée guider ver f s 24.79 26.22 1.55 1.82 par:pas; -guidées guider ver f p 24.79 26.22 0.40 0.27 par:pas; -guidés guider ver m p 24.79 26.22 1.25 1.22 par:pas; -guigna guigner ver 0.04 1.69 0.00 0.14 ind:pas:3s; -guignaient guigner ver 0.04 1.69 0.01 0.00 ind:imp:3p; -guignais guigner ver 0.04 1.69 0.01 0.14 ind:imp:1s; -guignait guigner ver 0.04 1.69 0.01 0.47 ind:imp:3s; -guignant guigner ver 0.04 1.69 0.00 0.20 par:pre; -guigne guigne nom f s 0.93 1.35 0.93 1.28 -guigner guigner ver 0.04 1.69 0.00 0.34 inf; -guignes guigne nom f p 0.93 1.35 0.00 0.07 -guignol guignol nom m s 3.29 6.15 2.14 3.58 -guignolades guignolade nom f p 0.00 0.14 0.00 0.14 -guignolesque guignolesque adj m s 0.00 0.07 0.00 0.07 -guignolet guignolet nom m s 0.00 0.20 0.00 0.20 -guignols guignol nom m p 3.29 6.15 1.16 2.57 -guignon guignon nom m s 0.00 0.20 0.00 0.20 -guilde guilde nom f s 0.57 0.00 0.56 0.00 -guildes guilde nom f p 0.57 0.00 0.01 0.00 -guili_guili guili_guili nom m 0.16 0.14 0.16 0.14 -guillaume guillaume nom m s 0.00 0.20 0.00 0.14 -guillaumes guillaume nom m p 0.00 0.20 0.00 0.07 -guilledou guilledou nom m s 0.02 0.20 0.02 0.20 -guillemet guillemet nom m s 0.52 1.55 0.01 0.00 -guillemets guillemet nom m p 0.52 1.55 0.50 1.55 -guillemot guillemot nom m s 0.11 0.00 0.11 0.00 -guilleret guilleret adj m s 0.22 3.24 0.14 2.09 -guillerets guilleret adj m p 0.22 3.24 0.01 0.34 -guillerette guilleret adj f s 0.22 3.24 0.07 0.74 -guillerettes guilleret adj f p 0.22 3.24 0.00 0.07 -guilloche guillocher ver 0.02 0.47 0.01 0.00 ind:pre:3s; -guilloché guillocher ver m s 0.02 0.47 0.00 0.27 par:pas; -guillochée guillocher ver f s 0.02 0.47 0.01 0.07 par:pas; -guillochées guillocher ver f p 0.02 0.47 0.00 0.07 par:pas; -guillochures guillochure nom f p 0.00 0.07 0.00 0.07 -guillochés guillocher ver m p 0.02 0.47 0.00 0.07 par:pas; -guillotina guillotiner ver 0.80 1.89 0.00 0.07 ind:pas:3s; -guillotinaient guillotiner ver 0.80 1.89 0.00 0.07 ind:imp:3p; -guillotinait guillotiner ver 0.80 1.89 0.00 0.14 ind:imp:3s; -guillotine guillotine nom f s 1.07 5.61 1.07 5.54 -guillotinent guillotiner ver 0.80 1.89 0.01 0.07 ind:pre:3p; -guillotiner guillotiner ver 0.80 1.89 0.45 0.47 inf; -guillotines guillotin nom f p 0.01 0.00 0.01 0.00 -guillotineur guillotineur nom m s 0.00 0.14 0.00 0.07 -guillotineurs guillotineur nom m p 0.00 0.14 0.00 0.07 -guillotiné guillotiner ver m s 0.80 1.89 0.20 0.68 par:pas; -guillotinée guillotiner ver f s 0.80 1.89 0.00 0.20 par:pas; -guillotinées guillotiné adj f p 0.01 0.47 0.00 0.07 -guillotinés guillotiner ver m p 0.80 1.89 0.01 0.14 par:pas; -guimauve guimauve nom f s 1.49 2.43 1.25 2.23 -guimauves guimauve nom f p 1.49 2.43 0.24 0.20 -guimbarde guimbarde nom f s 0.61 1.69 0.57 1.01 -guimbardes guimbarde nom f p 0.61 1.69 0.03 0.68 -guimpe guimpe nom f s 0.19 1.15 0.19 0.54 -guimpes guimpe nom f p 0.19 1.15 0.00 0.61 -guinchait guincher ver 0.11 0.20 0.00 0.07 ind:imp:3s; -guinche guinche nom m s 0.00 0.47 0.00 0.27 -guincher guincher ver 0.11 0.20 0.10 0.14 inf; -guinches guincher ver 0.11 0.20 0.01 0.00 ind:pre:2s; -guindaient guinder ver 0.16 1.55 0.00 0.14 ind:imp:3p; -guindait guinder ver 0.16 1.55 0.00 0.07 ind:imp:3s; -guindal guindal nom m s 0.00 0.61 0.00 0.41 -guindals guindal nom m p 0.00 0.61 0.00 0.20 -guindant guindant nom m s 0.10 0.00 0.10 0.00 -guinde guinder ver 0.16 1.55 0.01 0.54 imp:pre:2s;ind:pre:3s; -guindeau guindeau nom m s 0.02 0.07 0.02 0.07 -guinder guinder ver 0.16 1.55 0.00 0.20 inf; -guindé guindé adj m s 0.67 2.43 0.55 0.88 -guindée guindé adj f s 0.67 2.43 0.06 0.81 -guindées guindé adj f p 0.67 2.43 0.03 0.34 -guindés guindé adj m p 0.67 2.43 0.04 0.41 -guinguette guinguette nom f s 0.14 3.04 0.14 2.36 -guinguettes guinguette nom f p 0.14 3.04 0.00 0.68 -guinée guinée nom f s 1.40 0.07 0.10 0.07 -guinéen guinéen adj m s 0.00 0.41 0.00 0.14 -guinéenne guinéen adj f s 0.00 0.41 0.00 0.14 -guinéennes guinéen adj f p 0.00 0.41 0.00 0.07 -guinéens guinéen adj m p 0.00 0.41 0.00 0.07 -guinées guinée nom f p 1.40 0.07 1.30 0.00 -guipure guipure nom f s 0.27 1.15 0.14 0.61 -guipures guipure nom f p 0.27 1.15 0.14 0.54 -guirlande guirlande nom f s 1.65 9.05 0.62 2.30 -guirlandes guirlande nom f p 1.65 9.05 1.03 6.76 -guise guise nom f s 6.26 20.61 6.26 20.61 -guises guis nom f p 0.00 0.07 0.00 0.07 -guitare guitare nom f s 13.86 14.80 12.78 11.55 -guitares guitare nom f p 13.86 14.80 1.08 3.24 -guitariste guitariste nom s 2.29 4.39 1.76 3.38 -guitaristes guitariste nom p 2.29 4.39 0.53 1.01 -guitoune guitoune nom f s 0.00 5.68 0.00 3.51 -guitounes guitoune nom f p 0.00 5.68 0.00 2.16 -gélatine gélatine nom f s 0.87 1.35 0.87 1.22 -gélatines gélatine nom f p 0.87 1.35 0.00 0.14 -gélatineuse gélatineux adj f s 0.16 1.62 0.01 0.54 -gélatineuses gélatineux adj f p 0.16 1.62 0.01 0.20 -gélatineux gélatineux adj m 0.16 1.62 0.13 0.88 -gélatino_bromure gélatino_bromure nom m s 0.00 0.07 0.00 0.07 -gulden gulden nom m s 0.10 0.00 0.10 0.00 -gélifiant gélifiant nom m s 0.01 0.00 0.01 0.00 -gélification gélification nom f s 0.00 0.07 0.00 0.07 -gélifié gélifier ver m s 0.00 0.07 0.00 0.07 par:pas; -géline géline nom f s 0.01 0.20 0.01 0.00 -gélines géline nom f p 0.01 0.20 0.00 0.20 -gélinotte gélinotte nom f s 0.00 0.07 0.00 0.07 -gélolevure gélolevure nom f s 0.00 0.07 0.00 0.07 -gélose gélose nom f s 0.01 0.07 0.01 0.07 -gélule gélule nom f s 0.38 0.88 0.04 0.14 -gélules gélule nom f p 0.38 0.88 0.33 0.74 -gémeau gémeau nom m s 0.40 0.07 0.12 0.00 -gémeaux gémeau nom m p 0.40 0.07 0.29 0.07 -gémellaire gémellaire adj s 0.01 7.43 0.01 7.09 -gémellaires gémellaire adj p 0.01 7.43 0.00 0.34 -gémellité gémellité nom f s 0.17 3.38 0.17 3.38 -gémi gémir ver m s 9.19 36.89 0.28 1.96 par:pas; -gémie gémir ver f s 9.19 36.89 0.01 0.07 par:pas; -gémir gémir ver 9.19 36.89 2.38 8.18 inf; -gémira gémir ver 9.19 36.89 0.04 0.07 ind:fut:3s; -gémirai gémir ver 9.19 36.89 0.01 0.00 ind:fut:1s; -gémiraient gémir ver 9.19 36.89 0.00 0.07 cnd:pre:3p; -gémirais gémir ver 9.19 36.89 0.10 0.00 cnd:pre:1s; -gémirait gémir ver 9.19 36.89 0.00 0.20 cnd:pre:3s; -gémirent gémir ver 9.19 36.89 0.00 0.20 ind:pas:3p; -gémis gémir ver m p 9.19 36.89 0.93 0.54 imp:pre:2s;ind:pre:1s;ind:pre:2s;par:pas; -gémissaient gémir ver 9.19 36.89 0.12 1.28 ind:imp:3p; -gémissais gémir ver 9.19 36.89 0.07 0.27 ind:imp:1s;ind:imp:2s; -gémissait gémir ver 9.19 36.89 0.52 6.01 ind:imp:3s; -gémissant gémir ver 9.19 36.89 0.19 4.80 par:pre; -gémissante gémissant adj f s 0.08 2.64 0.00 1.15 -gémissantes gémissant adj f p 0.08 2.64 0.02 0.54 -gémissants gémissant adj m p 0.08 2.64 0.02 0.14 -gémisse gémir ver 9.19 36.89 0.03 0.07 sub:pre:3s; -gémissement gémissement nom m s 5.16 16.76 0.97 9.32 -gémissements gémissement nom m p 5.16 16.76 4.18 7.43 -gémissent gémir ver 9.19 36.89 0.45 0.81 ind:pre:3p; -gémisseur gémisseur adj m s 0.00 0.20 0.00 0.07 -gémisseurs gémisseur adj m p 0.00 0.20 0.00 0.14 -gémissez gémir ver 9.19 36.89 0.17 0.07 imp:pre:2p;ind:pre:2p; -gémissiez gémir ver 9.19 36.89 0.01 0.00 ind:imp:2p; -gémit gémir ver 9.19 36.89 3.88 12.30 ind:pre:3s;ind:pas:3s; -gémonies gémonies nom f p 0.01 0.07 0.01 0.07 -gun gun nom m s 1.51 0.14 1.15 0.07 -guna guna nom m 0.04 0.00 0.04 0.00 -gêna gêner ver 57.76 71.01 0.01 1.22 ind:pas:3s; -gênaient gêner ver 57.76 71.01 0.16 2.84 ind:imp:3p; -gênais gêner ver 57.76 71.01 0.34 0.61 ind:imp:1s;ind:imp:2s; -gênait gêner ver 57.76 71.01 1.64 11.96 ind:imp:3s; -gênant gênant adj m s 10.33 10.27 8.89 6.08 -gênante gênant adj f s 10.33 10.27 0.65 2.43 -gênantes gênant adj f p 10.33 10.27 0.27 0.95 -gênants gênant adj m p 10.33 10.27 0.52 0.81 -gêne gêner ver 57.76 71.01 29.21 13.99 imp:pre:2s;ind:pre:1s;ind:pre:3s; -gênent gêner ver 57.76 71.01 1.81 2.16 ind:pre:3p; -gêner gêner ver 57.76 71.01 5.48 9.80 inf;; -gênera gêner ver 57.76 71.01 1.36 0.68 ind:fut:3s; -gênerai gêner ver 57.76 71.01 0.47 0.14 ind:fut:1s; -gêneraient gêner ver 57.76 71.01 0.02 0.14 cnd:pre:3p; -gênerais gêner ver 57.76 71.01 0.34 0.68 cnd:pre:1s;cnd:pre:2s; -gênerait gêner ver 57.76 71.01 1.77 1.15 cnd:pre:3s; -gênerons gêner ver 57.76 71.01 0.01 0.07 ind:fut:1p; -gêneront gêner ver 57.76 71.01 0.19 0.07 ind:fut:3p; -gênes gêner ver 57.76 71.01 1.19 0.68 ind:pre:2s;sub:pre:2s; -gêneur gêneur nom m s 0.95 1.01 0.85 0.54 -gêneurs gêneur nom m p 0.95 1.01 0.09 0.34 -gêneuse gêneur nom f s 0.95 1.01 0.01 0.07 -gêneuses gêneur nom f p 0.95 1.01 0.00 0.07 -gênez gêner ver 57.76 71.01 3.52 1.28 imp:pre:2p;ind:pre:2p; -génial génial adj m s 134.47 10.20 115.27 5.95 -géniale génial adj f s 134.47 10.20 15.86 3.31 -génialement génialement adv 0.04 0.20 0.04 0.20 -géniales génial adj f p 134.47 10.20 1.62 0.27 -génialité génialité nom f s 0.00 0.07 0.00 0.07 -géniaux génial adj m p 134.47 10.20 1.72 0.68 -génie génie nom m s 38.01 51.62 34.65 47.43 -génies génie nom m p 38.01 51.62 3.36 4.19 -gêniez gêner ver 57.76 71.01 0.00 0.07 ind:imp:2p; -génique génique adj s 0.40 0.00 0.40 0.00 -génisse génisse nom f s 0.83 1.76 0.69 1.42 -génisses génisse nom f p 0.83 1.76 0.15 0.34 -génital génital adj m s 2.43 1.55 0.16 0.34 -génitale génital adj f s 2.43 1.55 0.08 0.27 -génitales génital adj f p 2.43 1.55 0.81 0.34 -génitalité génitalité nom f s 0.00 0.07 0.00 0.07 -génitaux génital adj m p 2.43 1.55 1.38 0.61 -géniteur géniteur nom m s 0.49 2.50 0.33 1.01 -géniteurs géniteur nom m p 0.49 2.50 0.03 1.08 -génitoires génitoire nom f p 0.00 0.41 0.00 0.41 -génitrice géniteur nom f s 0.49 2.50 0.14 0.27 -génitrices génitrice nom f p 0.02 0.00 0.02 0.00 -génocidaire génocidaire adj s 0.04 0.00 0.04 0.00 -génocide génocide nom m s 1.25 1.15 1.18 0.81 -génocides génocide nom m p 1.25 1.15 0.08 0.34 -génois génois adj m 0.17 0.34 0.17 0.34 -génoise génois nom f s 0.16 1.42 0.12 0.54 -génoises génoise nom f p 0.21 0.00 0.21 0.00 -génome génome nom m s 0.63 0.00 0.63 0.00 -génomique génomique adj s 0.11 0.00 0.09 0.00 -génomiques génomique adj p 0.11 0.00 0.02 0.00 -gênons gêner ver 57.76 71.01 0.17 0.00 imp:pre:1p;ind:pre:1p; -gênât gêner ver 57.76 71.01 0.00 0.20 sub:imp:3s; -génotype génotype nom m s 0.11 0.00 0.08 0.00 -génotypes génotype nom m p 0.11 0.00 0.04 0.00 -génovéfains génovéfain nom m p 0.00 0.07 0.00 0.07 -guns gun nom m p 1.51 0.14 0.36 0.07 -génère générer ver 2.83 0.00 0.93 0.00 imp:pre:2s;ind:pre:3s; -génères générer ver 2.83 0.00 0.03 0.00 ind:pre:2s; -gêné gêner ver m s 57.76 71.01 5.44 14.53 par:pas; -généalogie généalogie nom f s 0.28 1.96 0.28 1.62 -généalogies généalogie nom f p 0.28 1.96 0.00 0.34 -généalogique généalogique adj s 0.76 2.50 0.69 1.89 -généalogiques généalogique adj p 0.76 2.50 0.07 0.61 -généalogiste généalogiste nom s 0.17 0.14 0.04 0.14 -généalogistes généalogiste nom p 0.17 0.14 0.14 0.00 -gênée gêner ver f s 57.76 71.01 3.26 4.12 par:pas; -gênées gêner ver f p 57.76 71.01 0.18 0.34 par:pas; -génuflexion génuflexion nom f s 0.03 1.01 0.03 0.68 -génuflexions génuflexion nom f p 0.03 1.01 0.00 0.34 -génuine génuine adj f s 0.00 0.07 0.00 0.07 -général général nom m s 124.83 236.89 119.61 223.99 -générale général adj f s 41.31 95.41 10.27 34.73 -généralement généralement adv 7.79 16.89 7.79 16.89 -générales général adj f p 41.31 95.41 0.95 3.65 -généralife généralife nom m s 0.00 0.20 0.00 0.20 -généralisable généralisable adj s 0.00 0.07 0.00 0.07 -généralisait généraliser ver 0.66 1.22 0.00 0.14 ind:imp:3s; -généralisant généraliser ver 0.66 1.22 0.00 0.07 par:pre; -généralisation généralisation nom f s 0.07 0.61 0.05 0.20 -généralisations généralisation nom f p 0.07 0.61 0.02 0.41 -généralise généraliser ver 0.66 1.22 0.14 0.20 imp:pre:2s;ind:pre:1s;ind:pre:3s; -généraliser généraliser ver 0.66 1.22 0.44 0.34 inf; -généralisez généraliser ver 0.66 1.22 0.01 0.20 imp:pre:2p;ind:pre:2p; -généralisions généraliser ver 0.66 1.22 0.00 0.07 ind:imp:1p; -généralissime généralissime nom m s 0.12 1.82 0.12 1.82 -généraliste généraliste nom s 0.72 0.54 0.45 0.41 -généralistes généraliste nom p 0.72 0.54 0.27 0.14 -généralisé généralisé adj m s 0.33 2.30 0.25 0.68 -généralisée généralisé adj f s 0.33 2.30 0.08 1.49 -généralisées généralisé adj f p 0.33 2.30 0.00 0.14 -généralité généralité nom f s 0.41 1.96 0.11 0.47 -généralités généralité nom f p 0.41 1.96 0.30 1.49 -générant générer ver 2.83 0.00 0.07 0.00 par:pre; -générateur générateur nom m s 8.93 0.34 6.44 0.14 -générateurs générateur nom m p 8.93 0.34 2.20 0.07 -génératif génératif adj m s 0.02 0.00 0.01 0.00 -génération génération nom f s 20.51 37.77 13.38 21.01 -générationnel générationnel adj m s 0.27 0.00 0.27 0.00 -générations génération nom f p 20.51 37.77 7.13 16.76 -générative génératif adj f s 0.02 0.00 0.01 0.00 -génératrice générateur nom f s 8.93 0.34 0.29 0.14 -génératrices génératrice nom f p 0.02 0.00 0.02 0.00 -généraux général nom m p 124.83 236.89 3.83 11.08 -générer générer ver 2.83 0.00 1.05 0.00 inf; -généreuse généreux adj f s 23.32 23.72 6.00 8.04 -généreusement généreusement adv 1.81 4.53 1.81 4.53 -généreuses généreux adj f p 23.32 23.72 0.74 1.69 -généreux généreux adj m 23.32 23.72 16.57 13.99 -générez générer ver 2.83 0.00 0.05 0.00 ind:pre:2p; -générique générique nom m s 1.71 0.88 1.64 0.54 -génériques générique adj p 0.56 0.41 0.19 0.07 -générosité générosité nom f s 6.15 11.55 6.15 10.95 -générosités générosité nom f p 6.15 11.55 0.00 0.61 -généré générer ver m s 2.83 0.00 0.34 0.00 par:pas; -générée générer ver f s 2.83 0.00 0.14 0.00 par:pas; -générés générer ver m p 2.83 0.00 0.20 0.00 par:pas; -gênés gêner ver m p 57.76 71.01 0.92 2.91 par:pas; -génésique génésique adj s 0.00 0.07 0.00 0.07 -généticien généticien nom m s 0.60 0.07 0.26 0.07 -généticienne généticien nom f s 0.60 0.07 0.01 0.00 -généticiens généticien nom m p 0.60 0.07 0.33 0.00 -génétique génétique adj s 8.06 1.35 6.33 1.01 -génétiquement génétiquement adv 1.90 0.20 1.90 0.20 -génétiques génétique adj p 8.06 1.35 1.73 0.34 -géo géo nom f s 0.30 1.22 0.30 1.22 -géocorises géocorise nom f p 0.00 0.07 0.00 0.07 -géode géode nom f s 0.04 0.00 0.04 0.00 -géodésiens géodésien adj m p 0.00 0.14 0.00 0.14 -géodésigraphe géodésigraphe nom m s 0.00 0.07 0.00 0.07 -géodésique géodésique adj s 0.18 0.27 0.17 0.20 -géodésiques géodésique adj m p 0.18 0.27 0.01 0.07 -géographe géographe nom s 0.10 0.95 0.04 0.54 -géographes géographe nom f p 0.10 0.95 0.06 0.41 -géographie géographie nom f s 2.26 8.51 2.26 8.11 -géographies géographie nom f p 2.26 8.51 0.00 0.41 -géographique géographique adj s 0.97 3.51 0.83 2.36 -géographiquement géographiquement adv 0.10 0.47 0.10 0.47 -géographiques géographique adj p 0.97 3.51 0.14 1.15 -géologie géologie nom f s 0.40 0.61 0.40 0.61 -géologique géologique adj s 0.59 0.81 0.39 0.34 -géologiquement géologiquement adv 0.03 0.00 0.03 0.00 -géologiques géologique adj p 0.59 0.81 0.20 0.47 -géologue géologue nom s 1.11 0.61 0.73 0.27 -géologues géologue nom p 1.11 0.61 0.38 0.34 -géomagnétique géomagnétique adj f s 0.03 0.00 0.02 0.00 -géomagnétiques géomagnétique adj p 0.03 0.00 0.01 0.00 -géomancie géomancie nom f s 0.01 0.07 0.01 0.07 -géomètre géomètre nom s 6.20 0.54 6.02 0.27 -géomètres géomètre nom p 6.20 0.54 0.19 0.27 -géométrie géométrie nom f s 1.06 5.20 1.06 4.80 -géométries géométrie nom f p 1.06 5.20 0.00 0.41 -géométrique géométrique adj s 0.77 4.80 0.58 2.57 -géométriquement géométriquement adv 0.08 0.41 0.08 0.41 -géométriques géométrique adj p 0.77 4.80 0.19 2.23 -géophysiciens géophysicien nom m p 0.01 0.00 0.01 0.00 -géophysique géophysique nom f s 0.17 0.00 0.17 0.00 -géopolitique géopolitique adj s 0.07 0.14 0.07 0.14 -géorgien géorgien adj m s 0.45 0.68 0.44 0.27 -géorgienne géorgien adj f s 0.45 0.68 0.01 0.27 -géorgiennes géorgien adj f p 0.45 0.68 0.00 0.07 -géorgiens géorgien adj m p 0.45 0.68 0.00 0.07 -géosciences géoscience nom f p 0.01 0.00 0.01 0.00 -géostationnaire géostationnaire adj s 0.04 0.00 0.04 0.00 -géostratégie géostratégie nom f s 0.00 0.07 0.00 0.07 -géosynchrone géosynchrone adj f s 0.02 0.00 0.02 0.00 -géothermale géothermal adj f s 0.01 0.00 0.01 0.00 -géothermie géothermie nom f s 0.01 0.00 0.01 0.00 -géothermique géothermique adj s 0.13 0.00 0.13 0.00 -géotropique géotropique adj m s 0.00 0.20 0.00 0.14 -géotropiques géotropique adj m p 0.00 0.20 0.00 0.07 -guppy guppy nom m s 0.55 0.00 0.55 0.00 -géra gérer ver 27.51 3.31 0.00 0.14 ind:pas:3s; -gérable gérable adj s 0.29 0.00 0.25 0.00 -gérables gérable adj p 0.29 0.00 0.04 0.00 -gérais gérer ver 27.51 3.31 0.27 0.07 ind:imp:1s;ind:imp:2s; -gérait gérer ver 27.51 3.31 0.40 0.41 ind:imp:3s; -gérance gérance nom f s 0.29 1.15 0.29 1.15 -géranium géranium nom m s 1.09 4.12 0.77 0.95 -géraniums géranium nom m p 1.09 4.12 0.32 3.18 -gérant gérant nom m s 6.45 8.72 5.54 8.04 -gérante gérant nom f s 6.45 8.72 0.69 0.68 -gérants gérant nom m p 6.45 8.72 0.21 0.00 -gérer gérer ver 27.51 3.31 16.57 1.22 inf; -gérera gérer ver 27.51 3.31 0.21 0.00 ind:fut:3s; -gérerai gérer ver 27.51 3.31 0.15 0.00 ind:fut:1s; -gérerais gérer ver 27.51 3.31 0.02 0.00 cnd:pre:1s; -gérerez gérer ver 27.51 3.31 0.01 0.07 ind:fut:2p; -géreriez gérer ver 27.51 3.31 0.01 0.00 cnd:pre:2p; -gérez gérer ver 27.51 3.31 0.69 0.07 imp:pre:2p;ind:pre:2p; -gériatrie gériatrie nom f s 0.07 0.07 0.07 0.07 -gériatrique gériatrique adj s 0.09 0.00 0.07 0.00 -gériatriques gériatrique adj f p 0.09 0.00 0.01 0.00 -gérons gérer ver 27.51 3.31 0.12 0.00 imp:pre:1p;ind:pre:1p; -géronte géronte nom m s 0.00 0.14 0.00 0.07 -gérontes géronte nom m p 0.00 0.14 0.00 0.07 -gérontisme gérontisme nom m s 0.01 0.00 0.01 0.00 -gérontologie gérontologie nom f s 0.05 0.27 0.05 0.27 -gérontologue gérontologue nom s 0.01 0.07 0.01 0.07 -gérontophiles gérontophile nom p 0.00 0.07 0.00 0.07 -guru guru nom m s 0.08 0.07 0.08 0.07 -géré gérer ver m s 27.51 3.31 1.83 0.41 par:pas; -gérée gérer ver f s 27.51 3.31 0.28 0.34 par:pas; -gérées gérer ver f p 27.51 3.31 0.06 0.00 par:pas; -gérés gérer ver m p 27.51 3.31 0.07 0.00 par:pas; -gus gus nom m 8.50 1.96 8.50 1.96 -gésier gésier nom m s 0.07 0.88 0.05 0.74 -gésiers gésier nom m p 0.07 0.88 0.02 0.14 -gésine gésine nom f s 0.10 0.34 0.10 0.34 -gésir gésir ver 4.77 15.68 0.02 0.07 inf; -gusse gusse nom m s 0.14 0.00 0.14 0.00 -gustatif gustatif adj m s 0.21 0.14 0.05 0.14 -gustation gustation nom f s 0.00 0.14 0.00 0.14 -gustative gustatif adj f s 0.21 0.14 0.02 0.00 -gustatives gustatif adj f p 0.21 0.14 0.14 0.00 -gusto gusto adv 0.88 0.14 0.88 0.14 -gut gut nom m s 0.64 0.20 0.64 0.20 -guède guède nom f s 0.02 0.00 0.02 0.00 -guère guère adv 17.02 110.68 17.02 110.68 -gutta_percha gutta_percha nom f s 0.03 0.00 0.03 0.00 -guttural guttural adj m s 0.07 2.97 0.04 1.08 -gutturale guttural adj f s 0.07 2.97 0.01 0.95 -gutturales guttural adj f p 0.07 2.97 0.00 0.34 -gutturaux guttural adj m p 0.07 2.97 0.01 0.61 -gué gué ono 0.02 0.00 0.02 0.00 -guéable guéable adj f s 0.00 0.07 0.00 0.07 -guéguerre guéguerre nom f s 0.07 0.41 0.04 0.20 -guéguerres guéguerre nom f p 0.07 0.41 0.02 0.20 -guépard guépard nom m s 0.44 0.74 0.27 0.34 -guépards guépard nom m p 0.44 0.74 0.17 0.41 -guêpe guêpe nom f s 3.37 6.42 2.73 2.84 -guêpes guêpe nom f p 3.37 6.42 0.64 3.58 -guêpier guêpier nom m s 0.27 0.68 0.27 0.68 -guêpière guêpière nom f s 0.06 1.22 0.05 0.95 -guêpières guêpière nom f p 0.06 1.22 0.01 0.27 -guérît guérir ver 44.74 30.27 0.00 0.07 sub:imp:3s; -guéret guéret nom m s 0.01 0.27 0.00 0.07 -guérets guéret nom m p 0.01 0.27 0.01 0.20 -guéri guérir ver m s 44.74 30.27 9.04 5.95 par:pas; -guéridon guéridon nom m s 0.70 11.42 0.69 8.31 -guéridons guéridon nom m p 0.70 11.42 0.01 3.11 -guérie guérir ver f s 44.74 30.27 3.84 3.65 par:pas; -guéries guéri adj f p 3.46 4.05 0.16 0.27 -guérilla guérilla nom f s 2.17 1.55 1.89 1.35 -guérillas guérilla nom f p 2.17 1.55 0.28 0.20 -guérillero guérillero nom m s 2.81 0.27 0.67 0.14 -guérilleros guérillero nom m p 2.81 0.27 2.14 0.14 -guérir guérir ver 44.74 30.27 17.70 11.49 inf; -guérira guérir ver 44.74 30.27 2.28 0.81 ind:fut:3s; -guérirai guérir ver 44.74 30.27 0.69 0.34 ind:fut:1s; -guérirais guérir ver 44.74 30.27 0.03 0.00 cnd:pre:1s;cnd:pre:2s; -guérirait guérir ver 44.74 30.27 0.29 0.47 cnd:pre:3s; -guériras guérir ver 44.74 30.27 0.66 0.54 ind:fut:2s; -guérirez guérir ver 44.74 30.27 0.33 0.14 ind:fut:2p; -guérirons guérir ver 44.74 30.27 0.02 0.07 ind:fut:1p; -guériront guérir ver 44.74 30.27 0.28 0.07 ind:fut:3p; -guéris guérir ver m p 44.74 30.27 2.03 1.08 imp:pre:2s;ind:pre:1s;ind:pre:2s;par:pas; -guérison guérison nom f s 5.84 5.20 5.43 4.93 -guérisons guérison nom f p 5.84 5.20 0.41 0.27 -guérissable guérissable adj m s 0.01 0.20 0.01 0.07 -guérissables guérissable adj f p 0.01 0.20 0.00 0.14 -guérissaient guérir ver 44.74 30.27 0.16 0.34 ind:imp:3p; -guérissais guérir ver 44.74 30.27 0.02 0.07 ind:imp:1s; -guérissait guérir ver 44.74 30.27 0.14 0.74 ind:imp:3s; -guérissant guérir ver 44.74 30.27 0.10 0.07 par:pre; -guérisse guérir ver 44.74 30.27 1.95 0.27 sub:pre:1s;sub:pre:3s; -guérissent guérir ver 44.74 30.27 0.86 0.41 ind:pre:3p; -guérisses guérir ver 44.74 30.27 0.05 0.07 sub:pre:2s; -guérisseur guérisseur nom m s 3.10 2.23 1.95 1.42 -guérisseurs guérisseur nom m p 3.10 2.23 0.24 0.27 -guérisseuse guérisseur nom f s 3.10 2.23 0.92 0.47 -guérisseuses guérisseuse nom f p 0.10 0.00 0.10 0.00 -guérissez guérir ver 44.74 30.27 0.35 0.27 imp:pre:2p;ind:pre:2p; -guérissiez guérir ver 44.74 30.27 0.04 0.07 ind:imp:2p; -guérissons guérir ver 44.74 30.27 0.11 0.00 ind:pre:1p; -guérit guérir ver 44.74 30.27 3.62 3.24 ind:pre:3s;ind:pas:3s; -guérite guérite nom f s 0.06 5.07 0.05 4.12 -guérites guérite nom f p 0.06 5.07 0.01 0.95 -guêtre guêtre nom f s 0.39 4.80 0.03 0.41 -guêtres guêtre nom f p 0.39 4.80 0.36 4.39 -guêtré guêtrer ver m s 0.00 0.14 0.00 0.07 par:pas; -guêtrés guêtrer ver m p 0.00 0.14 0.00 0.07 par:pas; -guévariste guévariste nom s 0.00 0.14 0.00 0.14 -guyanais guyanais adj m p 0.00 0.07 0.00 0.07 -guzla guzla nom f s 0.00 0.07 0.00 0.07 -gy gy ono 0.00 1.15 0.00 1.15 -gym gym nom f s 9.18 2.23 9.18 2.23 -gymkhana gymkhana nom m s 0.05 0.27 0.05 0.27 -gymnase gymnase nom m s 4.28 2.43 4.11 2.09 -gymnases gymnase nom m p 4.28 2.43 0.17 0.34 -gymnasium gymnasium nom m s 0.00 0.14 0.00 0.14 -gymnaste gymnaste nom s 0.35 1.35 0.26 0.61 -gymnastes gymnaste nom p 0.35 1.35 0.10 0.74 -gymnastique gymnastique nom f s 2.85 10.00 2.74 9.39 -gymnastiques gymnastique nom f p 2.85 10.00 0.11 0.61 -gymnique gymnique adj f s 0.00 0.14 0.00 0.07 -gymniques gymnique adj f p 0.00 0.14 0.00 0.07 -gymnopédie gymnopédie nom f s 0.00 0.07 0.00 0.07 -gymnosophiste gymnosophiste nom s 0.00 0.14 0.00 0.07 -gymnosophistes gymnosophiste nom p 0.00 0.14 0.00 0.07 -gynéco gynéco nom s 0.96 0.54 0.96 0.54 -gynécologie gynécologie nom f s 0.28 0.07 0.28 0.07 -gynécologique gynécologique adj s 0.17 0.27 0.15 0.27 -gynécologiques gynécologique adj m p 0.17 0.27 0.02 0.00 -gynécologue gynécologue nom s 1.56 3.85 1.38 3.65 -gynécologues gynécologue nom p 1.56 3.85 0.17 0.20 -gynécomastie gynécomastie nom f s 0.03 0.00 0.03 0.00 -gynécée gynécée nom m s 0.01 0.20 0.01 0.14 -gynécées gynécée nom m p 0.01 0.20 0.00 0.07 -gypaète gypaète nom m s 0.08 0.00 0.08 0.00 -gypse gypse nom m s 0.09 0.34 0.09 0.27 -gypses gypse nom m p 0.09 0.34 0.00 0.07 -gypseuse gypseux adj f s 0.00 0.14 0.00 0.07 -gypseux gypseux adj m s 0.00 0.14 0.00 0.07 -gypsophile gypsophile nom f s 0.08 0.00 0.06 0.00 -gypsophiles gypsophile nom f p 0.08 0.00 0.02 0.00 -gyrins gyrin nom m p 0.00 0.07 0.00 0.07 -gyrocompas gyrocompas nom m 0.14 0.00 0.14 0.00 -gyrophare gyrophare nom m s 0.56 1.42 0.30 0.81 -gyrophares gyrophare nom m p 0.56 1.42 0.26 0.61 -gyroscope gyroscope nom m s 0.50 0.61 0.46 0.47 -gyroscopes gyroscope nom m p 0.50 0.61 0.04 0.14 -gyroscopique gyroscopique adj s 0.02 0.07 0.02 0.07 -gyrus gyrus nom m 0.01 0.07 0.01 0.07 -hôpital hôpital nom m s 133.15 54.93 126.08 50.41 -hôpitaux hôpital nom m p 133.15 54.93 7.07 4.53 -hôte hôte nom m s 19.43 20.20 13.43 10.81 -hôtel_dieu hôtel_dieu nom m s 0.01 0.81 0.01 0.81 -hôtel_restaurant hôtel_restaurant nom m s 0.00 0.14 0.00 0.14 -hôtel hôtel nom m s 114.67 158.92 107.73 143.78 -hôtelier hôtelier nom m s 0.44 1.35 0.43 1.08 -hôteliers hôtelier nom m p 0.44 1.35 0.01 0.20 -hôtelière hôtelière adj f s 0.63 0.34 0.61 0.27 -hôtelières hôtelière adj f p 0.63 0.34 0.01 0.07 -hôtellerie hôtellerie nom f s 0.57 1.82 0.57 1.76 -hôtelleries hôtellerie nom f p 0.57 1.82 0.00 0.07 -hôtels hôtel nom m p 114.67 158.92 6.94 15.14 -hôtes hôte nom m p 19.43 20.20 6.00 9.39 -hôtesse hôtesse nom f s 8.34 8.31 6.79 7.43 -hôtesses hôtesse nom f p 8.34 8.31 1.55 0.88 -ha ha ono 21.54 7.70 21.54 7.70 -haï haïr ver m s 55.42 35.68 0.86 2.03 par:pas; -haïe haïr ver f s 55.42 35.68 0.40 0.54 par:pas; -haïes haïr ver f p 55.42 35.68 0.00 0.20 par:pas; -haïk haïk nom m s 0.00 0.61 0.00 0.41 -haïkaï haïkaï nom m s 0.00 0.07 0.00 0.07 -haïks haïk nom m p 0.00 0.61 0.00 0.20 -haïku haïku nom m s 0.30 0.07 0.29 0.07 -haïkus haïku nom m p 0.30 0.07 0.01 0.00 -haïr haïr ver 55.42 35.68 5.91 7.09 inf; -haïra haïr ver 55.42 35.68 0.52 0.00 ind:fut:3s; -haïrai haïr ver 55.42 35.68 0.39 0.07 ind:fut:1s; -haïraient haïr ver 55.42 35.68 0.04 0.07 cnd:pre:3p; -haïrais haïr ver 55.42 35.68 0.05 0.74 cnd:pre:1s;cnd:pre:2s; -haïrait haïr ver 55.42 35.68 0.10 0.14 cnd:pre:3s; -haïras haïr ver 55.42 35.68 0.32 0.00 ind:fut:2s; -haïrez haïr ver 55.42 35.68 0.03 0.00 ind:fut:2p; -haïriez haïr ver 55.42 35.68 0.01 0.00 cnd:pre:2p; -haïrons haïr ver 55.42 35.68 0.00 0.07 ind:fut:1p; -haïront haïr ver 55.42 35.68 0.39 0.00 ind:fut:3p; -haïs haïr ver m p 55.42 35.68 0.34 1.01 ind:pas:1s;ind:pas:2s;par:pas;par:pas; -haïssable haïssable adj s 0.07 1.62 0.07 1.15 -haïssables haïssable adj p 0.07 1.62 0.01 0.47 -haïssaient haïr ver 55.42 35.68 0.17 0.74 ind:imp:3p; -haïssais haïr ver 55.42 35.68 1.20 2.09 ind:imp:1s;ind:imp:2s; -haïssait haïr ver 55.42 35.68 1.10 6.08 ind:imp:3s; -haïssant haïr ver 55.42 35.68 0.05 0.27 par:pre; -haïsse haïr ver 55.42 35.68 0.25 0.14 sub:pre:1s;sub:pre:3s; -haïssent haïr ver 55.42 35.68 2.44 1.08 ind:pre:3p; -haïsses haïr ver 55.42 35.68 0.21 0.00 sub:pre:2s; -haïssez haïr ver 55.42 35.68 1.19 0.27 imp:pre:2p;ind:pre:2p; -haïssiez haïr ver 55.42 35.68 0.40 0.27 ind:imp:2p; -haïssions haïr ver 55.42 35.68 0.00 0.14 ind:imp:1p; -haïssons haïr ver 55.42 35.68 0.29 0.20 imp:pre:1p;ind:pre:1p; -haït haïr ver 55.42 35.68 0.03 0.00 ind:pas:3s; -haïtien haïtien adj m s 0.70 0.34 0.35 0.07 -haïtienne haïtien adj f s 0.70 0.34 0.32 0.00 -haïtiens haïtien nom m p 0.58 1.01 0.53 0.14 -habanera habanera nom f s 0.01 0.00 0.01 0.00 -habile habile adj s 6.44 17.16 5.60 13.11 -habilement habilement adv 0.58 5.20 0.58 5.20 -habiles habile adj p 6.44 17.16 0.84 4.05 -habileté habileté nom f s 2.05 10.88 2.03 10.54 -habiletés habileté nom f p 2.05 10.88 0.02 0.34 -habilitation habilitation nom f s 0.22 0.07 0.19 0.07 -habilitations habilitation nom f p 0.22 0.07 0.03 0.00 -habilite habiliter ver 0.77 1.01 0.04 0.00 imp:pre:2s;ind:pre:3s; -habilité habilité nom f s 0.58 0.14 0.51 0.14 -habilitée habiliter ver f s 0.77 1.01 0.17 0.14 par:pas; -habilitées habilité adj f p 0.43 0.20 0.15 0.00 -habilités habiliter ver m p 0.77 1.01 0.11 0.20 par:pas; -habilla habiller ver 58.22 67.36 0.13 3.78 ind:pas:3s; -habillage habillage nom m s 0.14 0.14 0.14 0.14 -habillai habiller ver 58.22 67.36 0.00 0.95 ind:pas:1s; -habillaient habiller ver 58.22 67.36 0.14 0.88 ind:imp:3p; -habillais habiller ver 58.22 67.36 0.56 0.68 ind:imp:1s;ind:imp:2s; -habillait habiller ver 58.22 67.36 0.86 6.08 ind:imp:3s; -habillant habiller ver 58.22 67.36 0.10 0.95 par:pre; -habillas habiller ver 58.22 67.36 0.00 0.07 ind:pas:2s; -habille habiller ver 58.22 67.36 16.95 7.97 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:1s; -habillement habillement nom m s 0.55 2.50 0.55 2.50 -habillent habiller ver 58.22 67.36 0.77 1.35 ind:pre:3p; -habiller habiller ver 58.22 67.36 17.05 15.27 inf;; -habillera habiller ver 58.22 67.36 0.39 0.14 ind:fut:3s; -habillerai habiller ver 58.22 67.36 0.29 0.14 ind:fut:1s; -habilleraient habiller ver 58.22 67.36 0.01 0.07 cnd:pre:3p; -habillerais habiller ver 58.22 67.36 0.06 0.14 cnd:pre:1s; -habillerait habiller ver 58.22 67.36 0.14 0.34 cnd:pre:3s; -habilleras habiller ver 58.22 67.36 0.03 0.20 ind:fut:2s; -habillerez habiller ver 58.22 67.36 0.23 0.00 ind:fut:2p; -habillerons habiller ver 58.22 67.36 0.12 0.07 ind:fut:1p; -habilles habiller ver 58.22 67.36 2.26 0.27 ind:pre:2s; -habilleur habilleur nom m s 0.70 0.34 0.06 0.07 -habilleurs habilleur nom m p 0.70 0.34 0.02 0.00 -habilleuse habilleur nom f s 0.70 0.34 0.62 0.20 -habilleuses habilleuse nom f p 0.02 0.00 0.02 0.00 -habillez habiller ver 58.22 67.36 3.65 0.20 imp:pre:2p;ind:pre:2p; -habilliez habiller ver 58.22 67.36 0.04 0.00 ind:imp:2p; -habillions habiller ver 58.22 67.36 0.01 0.07 ind:imp:1p; -habillâmes habiller ver 58.22 67.36 0.00 0.07 ind:pas:1p; -habillons habiller ver 58.22 67.36 0.34 0.20 imp:pre:1p;ind:pre:1p; -habillât habiller ver 58.22 67.36 0.00 0.14 sub:imp:3s; -habillèrent habiller ver 58.22 67.36 0.00 0.27 ind:pas:3p; -habillé habiller ver m s 58.22 67.36 7.24 12.03 par:pas; -habillée habiller ver f s 58.22 67.36 4.51 8.04 par:pas; -habillées habillé adj f p 10.45 17.23 0.59 1.62 -habillés habiller ver m p 58.22 67.36 2.07 5.20 par:pas; -habit habit nom m s 27.64 27.50 8.34 11.08 -habita habiter ver 128.30 112.50 0.02 1.08 ind:pas:3s; -habitabilité habitabilité nom f s 0.00 0.07 0.00 0.07 -habitable habitable adj s 0.57 2.09 0.34 1.69 -habitables habitable adj p 0.57 2.09 0.23 0.41 -habitacle habitacle nom m s 0.27 1.69 0.26 1.62 -habitacles habitacle nom m p 0.27 1.69 0.01 0.07 -habitai habiter ver 128.30 112.50 0.00 0.07 ind:pas:1s; -habitaient habiter ver 128.30 112.50 2.04 8.24 ind:imp:3p; -habitais habiter ver 128.30 112.50 3.27 4.39 ind:imp:1s;ind:imp:2s; -habitait habiter ver 128.30 112.50 8.94 31.01 ind:imp:3s; -habitant habitant nom m s 16.68 29.46 1.38 4.32 -habitante habitant nom f s 16.68 29.46 0.09 0.14 -habitants habitant nom m p 16.68 29.46 15.21 25.00 -habitassent habiter ver 128.30 112.50 0.00 0.07 sub:imp:3p; -habitat habitat nom m s 1.38 0.95 1.31 0.88 -habitation habitation nom f s 1.77 5.61 0.82 3.58 -habitations habitation nom f p 1.77 5.61 0.95 2.03 -habitats habitat nom m p 1.38 0.95 0.06 0.07 -habite habiter ver 128.30 112.50 59.55 22.50 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -habitent habiter ver 128.30 112.50 6.92 4.80 ind:pre:3p; -habiter habiter ver 128.30 112.50 12.73 13.51 inf; -habitera habiter ver 128.30 112.50 0.98 0.34 ind:fut:3s; -habiterai habiter ver 128.30 112.50 0.80 0.14 ind:fut:1s; -habiteraient habiter ver 128.30 112.50 0.01 0.14 cnd:pre:3p; -habiterais habiter ver 128.30 112.50 0.42 0.14 cnd:pre:1s;cnd:pre:2s; -habiterait habiter ver 128.30 112.50 0.64 0.34 cnd:pre:3s; -habiteras habiter ver 128.30 112.50 0.43 0.41 ind:fut:2s; -habiterez habiter ver 128.30 112.50 0.41 0.07 ind:fut:2p; -habiterions habiter ver 128.30 112.50 0.01 0.27 cnd:pre:1p; -habiterons habiter ver 128.30 112.50 0.24 0.14 ind:fut:1p; -habiteront habiter ver 128.30 112.50 0.01 0.14 ind:fut:3p; -habites habiter ver 128.30 112.50 11.71 1.96 ind:pre:2s; -habitez habiter ver 128.30 112.50 8.83 1.82 imp:pre:2p;ind:pre:2p; -habitiez habiter ver 128.30 112.50 1.50 0.14 ind:imp:2p; -habitions habiter ver 128.30 112.50 0.39 2.16 ind:imp:1p; -habitons habiter ver 128.30 112.50 1.72 1.55 imp:pre:1p;ind:pre:1p; -habitât habiter ver 128.30 112.50 0.00 0.34 sub:imp:3s; -habits habit nom m p 27.64 27.50 19.29 16.42 -habitèrent habiter ver 128.30 112.50 0.00 0.47 ind:pas:3p; -habité habiter ver m s 128.30 112.50 4.83 8.51 par:pas; -habitua habituer ver 31.89 46.42 0.02 0.74 ind:pas:3s; -habituai habituer ver 31.89 46.42 0.10 0.07 ind:pas:1s; -habituaient habituer ver 31.89 46.42 0.00 0.88 ind:imp:3p; -habituais habituer ver 31.89 46.42 0.03 0.74 ind:imp:1s; -habituait habituer ver 31.89 46.42 0.17 1.76 ind:imp:3s; -habituant habituer ver 31.89 46.42 0.01 0.74 par:pre; -habitude habitude nom f s 98.22 154.46 89.71 128.51 -habitudes habitude nom f p 98.22 154.46 8.52 25.95 -habitée habiter ver f s 128.30 112.50 1.19 3.58 par:pas; -habitue habituer ver 31.89 46.42 5.36 4.53 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -habituel habituel adj m s 15.66 39.93 5.35 14.86 -habituelle habituel adj f s 15.66 39.93 4.95 13.65 -habituellement habituellement adv 4.02 7.70 4.02 7.70 -habituelles habituel adj f p 15.66 39.93 2.00 5.41 -habituels habituel adj m p 15.66 39.93 3.36 6.01 -habituent habituer ver 31.89 46.42 0.47 0.61 ind:pre:3p; -habituer habituer ver 31.89 46.42 8.95 9.26 inf;;inf;;inf;; -habituera habituer ver 31.89 46.42 0.21 0.20 ind:fut:3s; -habituerai habituer ver 31.89 46.42 0.46 0.27 ind:fut:1s; -habitueraient habituer ver 31.89 46.42 0.00 0.14 cnd:pre:3p; -habituerais habituer ver 31.89 46.42 0.08 0.14 cnd:pre:1s; -habituerait habituer ver 31.89 46.42 0.04 0.47 cnd:pre:3s; -habitueras habituer ver 31.89 46.42 1.45 0.14 ind:fut:2s; -habituerez habituer ver 31.89 46.42 0.33 0.14 ind:fut:2p; -habituerons habituer ver 31.89 46.42 0.00 0.07 ind:fut:1p; -habitueront habituer ver 31.89 46.42 0.07 0.07 ind:fut:3p; -habitées habité adj f p 1.40 3.85 0.08 0.27 -habitues habituer ver 31.89 46.42 0.71 0.34 ind:pre:2s;sub:pre:2s; -habituez habituer ver 31.89 46.42 0.37 0.27 imp:pre:2p;ind:pre:2p; -habituons habituer ver 31.89 46.42 0.02 0.00 imp:pre:1p; -habituât habituer ver 31.89 46.42 0.00 0.14 sub:imp:3s; -habités habité adj m p 1.40 3.85 0.38 0.61 -habitus habitus nom m 0.00 0.14 0.00 0.14 -habituèrent habituer ver 31.89 46.42 0.11 0.34 ind:pas:3p; -habitué habituer ver m s 31.89 46.42 6.32 10.47 par:pas; -habituée habituer ver f s 31.89 46.42 3.75 7.70 par:pas; -habituées habituer ver f p 31.89 46.42 0.63 0.47 par:pas; -habitués habituer ver m p 31.89 46.42 2.24 5.74 par:pas; -hacha hacher ver 2.18 6.01 0.10 0.07 ind:pas:3s; -hachage hachage nom m s 0.01 0.00 0.01 0.00 -hachaient hacher ver 2.18 6.01 0.00 0.14 ind:imp:3p; -hachait hacher ver 2.18 6.01 0.02 0.74 ind:imp:3s; -hachant hacher ver 2.18 6.01 0.02 0.47 par:pre; -hachard hachard nom m s 0.00 0.07 0.00 0.07 -hache_paille hache_paille nom m p 0.00 0.14 0.00 0.14 -hache hache nom f s 10.23 13.65 8.73 11.76 -hachent hacher ver 2.18 6.01 0.03 0.34 ind:pre:3p; -hacher hacher ver 2.18 6.01 0.35 0.74 inf; -hacherai hacher ver 2.18 6.01 0.03 0.00 ind:fut:1s; -hacherait hacher ver 2.18 6.01 0.02 0.00 cnd:pre:3s; -haches hache nom f p 10.23 13.65 1.50 1.89 -hachette hachette nom f s 0.22 0.74 0.20 0.74 -hachettes hachette nom f p 0.22 0.74 0.02 0.00 -hacheur hacheur nom m s 0.11 0.27 0.01 0.14 -hacheurs hacheur nom m p 0.11 0.27 0.10 0.14 -hachez hacher ver 2.18 6.01 0.67 0.14 imp:pre:2p;ind:pre:2p; -hachis hachis nom m p 1.07 1.22 1.07 1.22 -hachisch hachisch nom m s 0.01 0.07 0.01 0.07 -hachoir hachoir nom m s 0.70 0.81 0.68 0.61 -hachoirs hachoir nom m p 0.70 0.81 0.02 0.20 -hachèrent hacher ver 2.18 6.01 0.00 0.07 ind:pas:3p; -haché haché adj m s 1.50 5.07 0.73 1.01 -hachée haché adj f s 1.50 5.07 0.66 2.70 -hachées hacher ver f p 2.18 6.01 0.01 0.41 par:pas; -hachuraient hachurer ver 0.03 1.08 0.00 0.14 ind:imp:3p; -hachurait hachurer ver 0.03 1.08 0.00 0.07 ind:imp:3s; -hachurant hachurer ver 0.03 1.08 0.00 0.07 par:pre; -hachure hachure nom f s 0.00 1.55 0.00 0.20 -hachures hachure nom f p 0.00 1.55 0.00 1.35 -hachuré hachurer ver m s 0.03 1.08 0.03 0.34 par:pas; -hachurée hachurer ver f s 0.03 1.08 0.00 0.14 par:pas; -hachurées hachurer ver f p 0.03 1.08 0.00 0.14 par:pas; -hachurés hachurer ver m p 0.03 1.08 0.00 0.14 par:pas; -hachés haché adj m p 1.50 5.07 0.11 0.81 -hacienda hacienda nom f s 0.93 0.20 0.90 0.20 -haciendas hacienda nom f p 0.93 0.20 0.03 0.00 -hack hack nom m s 0.23 0.00 0.23 0.00 -hacker hacker nom m s 0.99 0.00 0.66 0.00 -hackers hacker nom m p 0.99 0.00 0.33 0.00 -haddock haddock nom m s 0.23 0.54 0.23 0.54 -hadith hadith nom m s 0.01 0.00 0.01 0.00 -hadj hadj nom m s 1.88 0.00 1.88 0.00 -hadji hadji nom m p 0.47 0.27 0.47 0.27 -hagard hagard adj m s 0.46 13.18 0.24 6.96 -hagarde hagard adj f s 0.46 13.18 0.03 3.51 -hagardes hagard adj f p 0.46 13.18 0.00 0.41 -hagards hagard adj m p 0.46 13.18 0.19 2.30 -haggadah haggadah nom f s 0.02 0.00 0.02 0.00 -haggis haggis nom m p 0.27 0.00 0.27 0.00 -hagiographe hagiographe nom m s 0.00 0.47 0.00 0.47 -hagiographie hagiographie nom f s 0.01 0.20 0.01 0.20 -haha haha ono 0.59 1.22 0.59 1.22 -hai hai ono 1.28 0.07 1.28 0.07 -haie haie nom f s 3.36 26.08 2.60 14.80 -haies haie nom f p 3.36 26.08 0.76 11.28 -haillon haillon nom m s 1.78 3.78 0.01 0.47 -haillonneuse haillonneux adj f s 0.00 0.20 0.00 0.14 -haillonneux haillonneux adj m p 0.00 0.20 0.00 0.07 -haillons haillon nom m p 1.78 3.78 1.77 3.31 -haine haine nom f s 33.10 52.50 31.49 49.39 -haines haine nom f p 33.10 52.50 1.62 3.11 -haineuse haineux adj f s 0.96 6.42 0.07 1.76 -haineusement haineusement adv 0.01 0.68 0.01 0.68 -haineuses haineux adj f p 0.96 6.42 0.07 0.34 -haineux haineux adj m 0.96 6.42 0.82 4.32 -haire haire nom f s 0.00 0.20 0.00 0.14 -haires haire nom f p 0.00 0.20 0.00 0.07 -hais haïr ver 55.42 35.68 31.21 8.85 imp:pre:2s;ind:pre:1s;ind:pre:2s; -hait haïr ver 55.42 35.68 7.53 3.58 ind:pre:3s; -haka haka nom m s 0.01 0.00 0.01 0.00 -hakka hakka nom m s 0.01 0.00 0.01 0.00 -hala haler ver 0.16 2.30 0.00 0.07 ind:pas:3s; -halage halage nom m s 0.16 1.55 0.16 1.49 -halages halage nom m p 0.16 1.55 0.00 0.07 -halaient haler ver 0.16 2.30 0.00 0.34 ind:imp:3p; -halait haler ver 0.16 2.30 0.00 0.20 ind:imp:3s; -halal halal adj f s 0.24 0.00 0.24 0.00 -halant haler ver 0.16 2.30 0.00 0.34 par:pre; -halcyon halcyon nom m s 0.02 0.00 0.02 0.00 -hale hale nom m s 0.00 0.07 0.00 0.07 -haleine haleine nom f s 8.00 23.04 7.55 21.82 -haleines haleine nom f p 8.00 23.04 0.45 1.22 -halent haler ver 0.16 2.30 0.10 0.20 ind:pre:3p; -haler haler ver 0.16 2.30 0.02 0.54 inf; -haleta haleter ver 0.79 11.76 0.02 0.95 ind:pas:3s; -haletaient haleter ver 0.79 11.76 0.00 0.27 ind:imp:3p; -haletais haleter ver 0.79 11.76 0.03 0.14 ind:imp:1s;ind:imp:2s; -haletait haleter ver 0.79 11.76 0.00 3.58 ind:imp:3s; -haletant haleter ver 0.79 11.76 0.06 4.26 par:pre; -haletante haletant adj f s 0.47 9.80 0.40 4.66 -haletantes haletant adj f p 0.47 9.80 0.00 0.41 -haletants haletant adj m p 0.47 9.80 0.01 1.76 -haleter haleter ver 0.79 11.76 0.20 1.28 inf; -haleté haleter ver m s 0.79 11.76 0.02 0.20 par:pas; -haleur haleur nom m s 0.11 0.34 0.01 0.07 -haleurs haleur nom m p 0.11 0.34 0.10 0.27 -halez haler ver 0.16 2.30 0.02 0.07 imp:pre:2p; -half_track half_track nom m s 0.05 0.14 0.04 0.14 -half_track half_track nom m p 0.05 0.14 0.01 0.00 -halieutiques halieutique adj f p 0.00 0.07 0.00 0.07 -hall hall nom m s 9.90 26.76 9.73 25.81 -hallali hallali nom m s 0.14 1.35 0.14 1.35 -halle halle nom f s 0.83 9.32 0.26 1.01 -hallebarde hallebarde nom f s 0.06 1.28 0.05 0.27 -hallebardes hallebarde nom f p 0.06 1.28 0.01 1.01 -hallebardier hallebardier nom m s 0.03 0.68 0.02 0.20 -hallebardiers hallebardier nom m p 0.03 0.68 0.01 0.47 -halles halle nom f p 0.83 9.32 0.57 8.31 -hallier hallier nom m s 0.02 1.76 0.01 0.81 -halliers hallier nom m p 0.02 1.76 0.01 0.95 -halloween halloween nom f s 0.04 0.00 0.04 0.00 -halls hall nom m p 9.90 26.76 0.17 0.95 -hallucinais halluciner ver 3.44 0.95 0.08 0.07 ind:imp:1s;ind:imp:2s; -hallucinant hallucinant adj m s 1.56 2.91 1.40 0.81 -hallucinante hallucinant adj f s 1.56 2.91 0.10 1.62 -hallucinantes hallucinant adj f p 1.56 2.91 0.02 0.14 -hallucinants hallucinant adj m p 1.56 2.91 0.04 0.34 -hallucination hallucination nom f s 7.88 5.61 3.46 3.51 -hallucinations hallucination nom f p 7.88 5.61 4.43 2.09 -hallucinatoire hallucinatoire adj s 0.39 0.20 0.23 0.14 -hallucinatoires hallucinatoire adj p 0.39 0.20 0.16 0.07 -hallucine halluciner ver 3.44 0.95 1.87 0.20 ind:pre:1s;ind:pre:3s; -halluciner halluciner ver 3.44 0.95 0.95 0.14 inf; -hallucinez halluciner ver 3.44 0.95 0.05 0.00 imp:pre:2p;ind:pre:2p; -hallucinogène hallucinogène adj s 0.61 0.14 0.18 0.00 -hallucinogènes hallucinogène adj p 0.61 0.14 0.44 0.14 -hallucinons halluciner ver 3.44 0.95 0.01 0.00 ind:pre:1p; -halluciné halluciner ver m s 3.44 0.95 0.41 0.34 par:pas; -hallucinée halluciné adj f s 0.25 1.35 0.11 0.47 -hallucinées halluciné adj f p 0.25 1.35 0.01 0.07 -hallucinés halluciné nom m p 0.03 0.95 0.01 0.27 -halo halo nom m s 1.36 8.38 1.30 7.50 -halogène halogène nom m s 0.12 0.00 0.04 0.00 -halogènes halogène nom m p 0.12 0.00 0.08 0.00 -halogénure halogénure nom m s 0.01 0.00 0.01 0.00 -halon halon nom m s 0.08 0.07 0.08 0.00 -halons halon nom m p 0.08 0.07 0.00 0.07 -halopéridol halopéridol nom m s 0.12 0.00 0.12 0.00 -halos halo nom m p 1.36 8.38 0.05 0.88 -halothane halothane nom m s 0.50 0.00 0.50 0.00 -halte_garderie halte_garderie nom f s 0.02 0.00 0.02 0.00 -halte halte ono 14.27 3.85 14.27 3.85 -halter halter ver 0.07 0.20 0.03 0.00 inf; -haltes halte nom f p 3.77 12.77 0.03 1.89 -halèrent haler ver 0.16 2.30 0.02 0.07 ind:pas:3p; -halète haleter ver 0.79 11.76 0.34 0.88 imp:pre:2s;ind:pre:1s;ind:pre:3s; -halètement halètement nom m s 0.45 3.72 0.00 2.57 -halètements halètement nom m p 0.45 3.72 0.45 1.15 -halètent haleter ver 0.79 11.76 0.10 0.20 ind:pre:3p; -halètes haleter ver 0.79 11.76 0.01 0.00 ind:pre:2s; -haltère haltère nom m s 0.95 1.35 0.06 0.07 -haltères haltère nom m p 0.95 1.35 0.89 1.28 -haltérophile haltérophile nom s 0.11 0.27 0.06 0.20 -haltérophiles haltérophile nom p 0.11 0.27 0.04 0.07 -haltérophilie haltérophilie nom f s 0.18 0.14 0.18 0.14 -halé haler ver m s 0.16 2.30 0.00 0.20 par:pas; -halée haler ver f s 0.16 2.30 0.00 0.14 par:pas; -halés haler ver m p 0.16 2.30 0.00 0.14 par:pas; -halva halva nom m s 0.01 0.07 0.01 0.07 -hamac hamac nom m s 1.84 3.78 1.63 3.11 -hamacs hamac nom m p 1.84 3.78 0.22 0.68 -hamada hamada nom f s 0.17 0.07 0.17 0.07 -hamadryade hamadryade nom f s 0.01 0.00 0.01 0.00 -hamadryas hamadryas nom m 0.01 0.00 0.01 0.00 -hamamélis hamamélis nom m 0.01 0.00 0.01 0.00 -hambourgeois hambourgeois adj m s 0.02 0.20 0.02 0.20 -hambourgeoises hambourgeois nom f p 0.00 0.20 0.00 0.07 -hamburger hamburger nom m s 7.47 0.68 4.10 0.41 -hamburgers hamburger nom m p 7.47 0.68 3.38 0.27 -hameau hameau nom m s 0.81 10.61 0.79 7.91 -hameaux hameau nom m p 0.81 10.61 0.03 2.70 -hameçon hameçon nom m s 3.08 3.24 2.61 2.50 -hameçonne hameçonner ver 0.00 0.07 0.00 0.07 ind:pre:3s; -hameçons hameçon nom m p 3.08 3.24 0.47 0.74 -hammam hammam nom m s 0.73 1.55 0.58 1.49 -hammams hammam nom m p 0.73 1.55 0.14 0.07 -hammerless hammerless nom m p 0.27 0.07 0.27 0.07 -hampe hampe nom f s 0.52 3.11 0.52 1.82 -hampes hampe nom f p 0.52 3.11 0.00 1.28 -hamster hamster nom m s 2.51 1.22 2.18 0.68 -hamsters hamster nom m p 2.51 1.22 0.33 0.54 -han han adj m s 1.96 1.49 1.96 1.49 -hanap hanap nom m s 0.01 0.34 0.01 0.20 -hanaps hanap nom m p 0.01 0.34 0.00 0.14 -hanche hanche nom f s 8.90 32.36 3.42 9.59 -hanches hanche nom f p 8.90 32.36 5.48 22.77 -hanchée hancher ver f s 0.00 0.07 0.00 0.07 par:pas; -hand_ball hand_ball nom m s 0.08 0.00 0.08 0.00 -handball handball nom m s 0.52 0.00 0.52 0.00 -handicap handicap nom m s 3.70 2.70 3.40 2.30 -handicapait handicaper ver 2.32 0.74 0.02 0.00 ind:imp:3s; -handicapant handicapant adj m s 0.15 0.00 0.15 0.00 -handicape handicaper ver 2.32 0.74 0.20 0.07 imp:pre:2s;ind:pre:3s; -handicaper handicaper ver 2.32 0.74 0.05 0.07 inf;; -handicapera handicaper ver 2.32 0.74 0.02 0.00 ind:fut:3s; -handicapeur handicapeur nom m s 0.06 0.00 0.06 0.00 -handicaps handicap nom m p 3.70 2.70 0.30 0.41 -handicapé handicaper ver m s 2.32 0.74 1.12 0.41 par:pas; -handicapée handicaper ver f s 2.32 0.74 0.66 0.14 par:pas; -handicapées handicaper ver f p 2.32 0.74 0.03 0.00 par:pas; -handicapés handicapé nom m p 4.83 1.15 3.46 0.41 -hangar hangar nom m s 5.65 18.85 5.44 12.97 -hangars hangar nom m p 5.65 18.85 0.20 5.88 -hanneton hanneton nom m s 0.50 5.34 0.05 2.70 -hannetons hanneton nom m p 0.50 5.34 0.45 2.64 -hanoukka hanoukka nom f s 0.31 0.00 0.31 0.00 -hanovrien hanovrien adj m s 0.00 0.07 0.00 0.07 -hanovriens hanovrien nom m p 0.14 0.00 0.14 0.00 -hanséatique hanséatique adj f s 0.10 0.00 0.10 0.00 -hanta hanter ver 11.37 15.20 0.06 0.27 ind:pas:3s; -hantaient hanter ver 11.37 15.20 0.02 0.74 ind:imp:3p; -hantais hanter ver 11.37 15.20 0.18 0.00 ind:imp:1s;ind:imp:2s; -hantait hanter ver 11.37 15.20 0.42 2.36 ind:imp:3s; -hantant hanter ver 11.37 15.20 0.01 0.14 par:pre; -hantavirus hantavirus nom m 0.03 0.00 0.03 0.00 -hante hanter ver 11.37 15.20 2.70 2.91 imp:pre:2s;ind:pre:1s;ind:pre:3s; -hantent hanter ver 11.37 15.20 1.28 0.95 ind:pre:3p; -hanter hanter ver 11.37 15.20 1.92 2.23 inf; -hantera hanter ver 11.37 15.20 0.19 0.07 ind:fut:3s; -hanterai hanter ver 11.37 15.20 0.04 0.00 ind:fut:1s; -hanterait hanter ver 11.37 15.20 0.08 0.07 cnd:pre:3s; -hanteront hanter ver 11.37 15.20 0.15 0.00 ind:fut:3p; -hantes hanter ver 11.37 15.20 0.39 0.00 ind:pre:2s; -hanteur hanteur adj m s 0.00 0.07 0.00 0.07 -hantez hanter ver 11.37 15.20 0.33 0.07 imp:pre:2p;ind:pre:2p; -hantise hantise nom f s 0.19 5.07 0.07 4.46 -hantises hantise nom f p 0.19 5.07 0.12 0.61 -hanté hanter ver m s 11.37 15.20 1.91 3.04 par:pas; -hantée hanter ver f s 11.37 15.20 1.15 0.81 par:pas; -hantées hanté adj f p 1.99 1.55 0.17 0.27 -hantés hanter ver m p 11.37 15.20 0.47 1.08 par:pas; -happa happer ver 0.99 8.24 0.00 0.34 ind:pas:3s; -happai happer ver 0.99 8.24 0.00 0.07 ind:pas:1s; -happaient happer ver 0.99 8.24 0.00 0.27 ind:imp:3p; -happait happer ver 0.99 8.24 0.00 0.54 ind:imp:3s; -happant happer ver 0.99 8.24 0.00 0.34 par:pre; -happe happer ver 0.99 8.24 0.16 1.01 imp:pre:2s;ind:pre:1s;ind:pre:3s; -happement happement nom m s 0.00 0.20 0.00 0.20 -happening happening nom m s 0.41 0.54 0.39 0.41 -happenings happening nom m p 0.41 0.54 0.02 0.14 -happent happer ver 0.99 8.24 0.11 0.34 ind:pre:3p; -happer happer ver 0.99 8.24 0.24 0.88 inf; -happerait happer ver 0.99 8.24 0.00 0.07 cnd:pre:3s; -happeurs happeur nom m p 0.00 0.07 0.00 0.07 -happé happer ver m s 0.99 8.24 0.11 2.23 par:pas; -happée happer ver f s 0.99 8.24 0.32 1.15 par:pas; -happées happer ver f p 0.99 8.24 0.01 0.41 par:pas; -happés happer ver m p 0.99 8.24 0.04 0.61 par:pas; -happy_end happy_end nom m s 0.51 0.27 0.45 0.27 -happy_end happy_end nom m p 0.51 0.27 0.05 0.00 -happy_few happy_few nom m p 0.00 0.14 0.00 0.14 -haptoglobine haptoglobine nom f s 0.01 0.00 0.01 0.00 -haque haque nom f s 0.41 1.62 0.41 1.62 -haquenée haquenée nom f s 0.00 0.07 0.00 0.07 -haquet haquet nom m s 0.00 0.20 0.00 0.14 -haquets haquet nom m p 0.00 0.20 0.00 0.07 -hara_kiri hara_kiri nom m s 0.29 0.41 0.29 0.41 -harangua haranguer ver 0.09 1.89 0.00 0.27 ind:pas:3s; -haranguaient haranguer ver 0.09 1.89 0.00 0.14 ind:imp:3p; -haranguait haranguer ver 0.09 1.89 0.00 0.34 ind:imp:3s; -haranguant haranguer ver 0.09 1.89 0.00 0.41 par:pre; -harangue harangue nom f s 0.01 1.22 0.01 0.81 -haranguer haranguer ver 0.09 1.89 0.06 0.20 inf; -haranguerais haranguer ver 0.09 1.89 0.00 0.07 cnd:pre:1s; -harangues harangue nom f p 0.01 1.22 0.00 0.41 -haranguez haranguer ver 0.09 1.89 0.01 0.00 ind:pre:2p; -harangué haranguer ver m s 0.09 1.89 0.00 0.20 par:pas; -haranguée haranguer ver f s 0.09 1.89 0.01 0.07 par:pas; -harangués haranguer ver m p 0.09 1.89 0.00 0.14 par:pas; -harari harari nom m p 0.02 0.00 0.02 0.00 -haras haras nom m p 0.19 1.01 0.19 1.01 -harassaient harasser ver 0.17 1.28 0.01 0.14 ind:imp:3p; -harassant harassant adj m s 0.19 1.42 0.03 0.20 -harassante harassant adj f s 0.19 1.42 0.15 0.47 -harassantes harassant adj f p 0.19 1.42 0.00 0.47 -harassants harassant adj m p 0.19 1.42 0.00 0.27 -harasse harasser ver 0.17 1.28 0.00 0.07 ind:pre:3s; -harassement harassement nom m s 0.27 0.20 0.27 0.20 -harassent harasser ver 0.17 1.28 0.11 0.07 ind:pre:3p; -harasser harasser ver 0.17 1.28 0.00 0.07 inf; -harassé harassé adj m s 0.12 2.50 0.01 1.15 -harassée harassé adj f s 0.12 2.50 0.01 0.41 -harassées harassé adj f p 0.12 2.50 0.00 0.14 -harassés harassé adj m p 0.12 2.50 0.10 0.81 -harcela harceler ver 11.12 8.24 0.00 0.14 ind:pas:3s; -harcelai harceler ver 11.12 8.24 0.00 0.07 ind:pas:1s; -harcelaient harceler ver 11.12 8.24 0.30 0.74 ind:imp:3p; -harcelais harceler ver 11.12 8.24 0.11 0.20 ind:imp:1s;ind:imp:2s; -harcelait harceler ver 11.12 8.24 0.62 0.88 ind:imp:3s; -harcelant harceler ver 11.12 8.24 0.13 0.61 par:pre; -harcelante harcelant adj f s 0.04 0.61 0.00 0.27 -harcelantes harcelant adj f p 0.04 0.61 0.01 0.14 -harcelants harcelant adj m p 0.04 0.61 0.00 0.07 -harceler harceler ver 11.12 8.24 3.00 1.82 inf; -harceleur harceleur nom m s 0.17 0.07 0.16 0.00 -harceleuse harceleur nom f s 0.17 0.07 0.01 0.07 -harcelez harceler ver 11.12 8.24 0.92 0.00 imp:pre:2p;ind:pre:2p; -harceliez harceler ver 11.12 8.24 0.06 0.00 ind:imp:2p; -harcelèrent harceler ver 11.12 8.24 0.00 0.07 ind:pas:3p; -harcelé harceler ver m s 11.12 8.24 1.16 1.62 par:pas; -harcelée harceler ver f s 11.12 8.24 0.67 0.34 par:pas; -harcelées harceler ver f p 11.12 8.24 0.04 0.07 par:pas; -harcelés harceler ver m p 11.12 8.24 0.37 0.61 par:pas; -harcèle harceler ver 11.12 8.24 2.88 0.68 imp:pre:2s;ind:pre:1s;ind:pre:3s; -harcèlement harcèlement nom m s 3.69 1.49 3.65 1.35 -harcèlements harcèlement nom m p 3.69 1.49 0.05 0.14 -harcèlent harceler ver 11.12 8.24 0.41 0.27 ind:pre:3p; -harcèlera harceler ver 11.12 8.24 0.17 0.00 ind:fut:3s; -harcèlerai harceler ver 11.12 8.24 0.11 0.00 ind:fut:1s; -harcèleraient harceler ver 11.12 8.24 0.00 0.14 cnd:pre:3p; -harcèlerez harceler ver 11.12 8.24 0.01 0.00 ind:fut:2p; -harcèlerons harceler ver 11.12 8.24 0.14 0.00 ind:fut:1p; -harcèleront harceler ver 11.12 8.24 0.02 0.00 ind:fut:3p; -hard_top hard_top nom m s 0.01 0.00 0.01 0.00 -hard_edge hard_edge nom m s 0.01 0.00 0.01 0.00 -hard hard adj 2.72 1.08 2.72 1.08 -harde harde nom f s 0.15 8.99 0.00 3.85 -hardent harder ver 0.18 0.07 0.01 0.00 ind:pre:3p; -harder harder ver 0.18 0.07 0.17 0.07 inf; -hardes harde nom f p 0.15 8.99 0.15 5.14 -hardi hardi ono 0.01 0.61 0.01 0.61 -hardie hardi adj f s 2.22 10.68 0.63 1.35 -hardies hardi adj f p 2.22 10.68 0.11 0.88 -hardiesse hardiesse nom f s 0.46 2.64 0.46 2.03 -hardiesses hardiesse nom f p 0.46 2.64 0.00 0.61 -hardiment hardiment adv 1.20 1.62 1.20 1.62 -hardis hardi adj m p 2.22 10.68 0.19 1.96 -hare hare ono 0.49 0.07 0.49 0.07 -harem harem nom m s 1.78 15.95 1.60 15.74 -harems harem nom m p 1.78 15.95 0.17 0.20 -hareng hareng nom m s 2.78 6.08 1.90 2.91 -harengs hareng nom m p 2.78 6.08 0.89 3.18 -harengère harengère nom f s 0.10 0.14 0.10 0.14 -harenguet harenguet nom m s 0.01 0.00 0.01 0.00 -harenguier harenguier nom m s 0.10 0.00 0.10 0.00 -haret haret adj m s 0.00 0.07 0.00 0.07 -harfang harfang nom m s 0.00 0.07 0.00 0.07 -hargne hargne nom f s 0.42 4.53 0.42 4.26 -hargnes hargne nom f p 0.42 4.53 0.00 0.27 -hargneuse hargneux adj f s 1.13 9.46 0.14 3.11 -hargneusement hargneusement adv 0.00 1.42 0.00 1.42 -hargneuses hargneux adj f p 1.13 9.46 0.01 0.81 -hargneux hargneux adj m 1.13 9.46 0.98 5.54 -haricot haricot nom m s 8.85 13.45 1.40 1.22 -haricots haricot nom m p 8.85 13.45 7.45 12.23 -haridelle haridelle nom f s 0.01 0.61 0.01 0.41 -haridelles haridelle nom f p 0.01 0.61 0.00 0.20 -harissa harissa nom f s 0.00 0.20 0.00 0.20 -harki harki nom m s 0.00 0.41 0.00 0.14 -harkis harki nom m p 0.00 0.41 0.00 0.27 -harmattan harmattan nom m s 0.02 0.07 0.02 0.07 -harmonica harmonica nom m s 1.41 1.76 1.38 1.69 -harmonicas harmonica nom m p 1.41 1.76 0.03 0.07 -harmoniciste harmoniciste nom s 0.02 0.00 0.02 0.00 -harmonie harmonie nom f s 6.80 16.22 6.36 15.61 -harmonies harmonie nom f p 6.80 16.22 0.44 0.61 -harmonieuse harmonieux adj f s 1.16 7.09 0.27 2.43 -harmonieusement harmonieusement adv 0.06 1.28 0.06 1.28 -harmonieuses harmonieux adj f p 1.16 7.09 0.05 0.61 -harmonieux harmonieux adj m 1.16 7.09 0.84 4.05 -harmonique harmonique adj s 0.43 0.61 0.36 0.47 -harmoniquement harmoniquement adv 0.01 0.00 0.01 0.00 -harmoniques harmonique nom m p 0.22 0.41 0.18 0.41 -harmonisaient harmoniser ver 0.35 1.42 0.00 0.07 ind:imp:3p; -harmonisait harmoniser ver 0.35 1.42 0.05 0.54 ind:imp:3s; -harmonisant harmoniser ver 0.35 1.42 0.01 0.14 par:pre; -harmonisateurs harmonisateur adj m p 0.00 0.20 0.00 0.07 -harmonisation harmonisation nom f s 0.05 0.07 0.05 0.07 -harmonisatrices harmonisateur adj f p 0.00 0.20 0.00 0.14 -harmonise harmoniser ver 0.35 1.42 0.04 0.20 ind:pre:3s; -harmonisent harmoniser ver 0.35 1.42 0.01 0.07 ind:pre:3p; -harmoniser harmoniser ver 0.35 1.42 0.22 0.27 inf; -harmonisera harmoniser ver 0.35 1.42 0.01 0.00 ind:fut:3s; -harmonisez harmoniser ver 0.35 1.42 0.01 0.00 ind:pre:2p; -harmonisèrent harmoniser ver 0.35 1.42 0.00 0.07 ind:pas:3p; -harmonisé harmoniser ver m s 0.35 1.42 0.01 0.00 par:pas; -harmonisés harmoniser ver m p 0.35 1.42 0.00 0.07 par:pas; -harmonium harmonium nom m s 0.05 3.51 0.05 3.45 -harmoniums harmonium nom m p 0.05 3.51 0.00 0.07 -harnacha harnacher ver 0.19 1.62 0.00 0.07 ind:pas:3s; -harnachaient harnacher ver 0.19 1.62 0.00 0.07 ind:imp:3p; -harnachais harnacher ver 0.19 1.62 0.00 0.07 ind:imp:1s; -harnachait harnacher ver 0.19 1.62 0.00 0.27 ind:imp:3s; -harnachement harnachement nom m s 0.06 1.55 0.06 1.28 -harnachements harnachement nom m p 0.06 1.55 0.00 0.27 -harnacher harnacher ver 0.19 1.62 0.04 0.07 inf; -harnachiez harnacher ver 0.19 1.62 0.00 0.07 ind:imp:2p; -harnachèrent harnacher ver 0.19 1.62 0.00 0.07 ind:pas:3p; -harnaché harnacher ver m s 0.19 1.62 0.14 0.47 par:pas; -harnachée harnacher ver f s 0.19 1.62 0.00 0.07 par:pas; -harnachées harnacher ver f p 0.19 1.62 0.00 0.14 par:pas; -harnachés harnaché adj m p 0.02 0.88 0.02 0.41 -harnais harnais nom m 1.29 3.92 1.29 3.92 -harnois harnois nom m p 0.01 0.20 0.01 0.20 -haro haro nom m s 0.03 1.35 0.03 1.35 -harpagon harpagon nom m s 0.01 0.00 0.01 0.00 -harpe harpe nom f s 1.14 5.34 0.94 4.86 -harper harper ver 7.25 0.14 7.25 0.00 inf; -harpes harpe nom f p 1.14 5.34 0.20 0.47 -harpie harpie nom f s 0.73 1.42 0.64 1.22 -harpies harpie nom f p 0.73 1.42 0.09 0.20 -harpin harpin nom m s 0.00 0.07 0.00 0.07 -harpions harper ver 7.25 0.14 0.00 0.14 ind:imp:1p; -harpiste harpiste nom s 0.08 0.27 0.08 0.27 -harpon harpon nom m s 1.18 2.03 0.75 1.76 -harponna harponner ver 0.34 1.22 0.00 0.07 ind:pas:3s; -harponnage harponnage nom m s 0.17 0.07 0.17 0.07 -harponne harponner ver 0.34 1.22 0.02 0.20 ind:pre:1s;ind:pre:3s; -harponnent harponner ver 0.34 1.22 0.00 0.07 ind:pre:3p; -harponner harponner ver 0.34 1.22 0.23 0.47 inf; -harponnera harponner ver 0.34 1.22 0.01 0.00 ind:fut:3s; -harponneur harponneur nom m s 0.04 0.20 0.03 0.14 -harponneurs harponneur nom m p 0.04 0.20 0.01 0.07 -harponné harponner ver m s 0.34 1.22 0.04 0.20 par:pas; -harponnée harponner ver f s 0.34 1.22 0.02 0.20 par:pas; -harponnés harponner ver m p 0.34 1.22 0.01 0.00 par:pas; -harpons harpon nom m p 1.18 2.03 0.43 0.27 -harpyes harpye nom f p 0.00 0.07 0.00 0.07 -hart hart nom f s 0.07 0.41 0.07 0.27 -harts hart nom f p 0.07 0.41 0.00 0.14 -haruspices haruspice nom m p 0.01 0.14 0.01 0.14 -has_been has_been nom m 0.18 0.20 0.18 0.20 -hasard hasard nom m s 48.07 124.19 46.98 118.99 -hasarda hasarder ver 1.10 6.35 0.01 1.35 ind:pas:3s; -hasardai hasarder ver 1.10 6.35 0.00 0.54 ind:pas:1s; -hasardaient hasarder ver 1.10 6.35 0.00 0.20 ind:imp:3p; -hasardais hasarder ver 1.10 6.35 0.00 0.14 ind:imp:1s; -hasardait hasarder ver 1.10 6.35 0.00 0.68 ind:imp:3s; -hasardant hasarder ver 1.10 6.35 0.00 0.41 par:pre; -hasarde hasarder ver 1.10 6.35 0.29 1.62 imp:pre:2s;ind:pre:1s;ind:pre:3s; -hasardent hasarder ver 1.10 6.35 0.01 0.20 ind:pre:3p; -hasarder hasarder ver 1.10 6.35 0.74 0.68 inf; -hasardera hasarder ver 1.10 6.35 0.00 0.07 ind:fut:3s; -hasarderais hasarder ver 1.10 6.35 0.03 0.00 cnd:pre:1s; -hasardeuse hasardeux adj f s 0.66 2.77 0.35 1.08 -hasardeusement hasardeusement adv 0.00 0.07 0.00 0.07 -hasardeuses hasardeux adj f p 0.66 2.77 0.03 0.47 -hasardeux hasardeux adj m 0.66 2.77 0.28 1.22 -hasards hasard nom m p 48.07 124.19 1.09 5.20 -hasardé hasarder ver m s 1.10 6.35 0.00 0.27 par:pas; -hasardée hasardé adj f s 0.10 0.07 0.10 0.07 -hasch hasch nom m s 2.16 0.47 2.16 0.47 -haschich haschich nom m s 0.39 0.47 0.39 0.47 -haschisch haschisch nom m s 0.11 0.41 0.11 0.41 -hase hase nom f s 0.02 0.27 0.02 0.14 -haseki haseki nom f s 0.00 0.20 0.00 0.07 -hasekis haseki nom f p 0.00 0.20 0.00 0.14 -hases hase nom f p 0.02 0.27 0.00 0.14 -hassidim hassidim nom m p 0.22 0.00 0.22 0.00 -hassidique hassidique adj s 0.09 0.00 0.09 0.00 -hassidisme hassidisme nom m s 0.00 0.07 0.00 0.07 -hauban hauban nom m s 0.37 1.01 0.02 0.20 -haubans hauban nom m p 0.37 1.01 0.35 0.81 -haubanée haubaner ver f s 0.00 0.27 0.00 0.07 par:pas; -haubanés haubaner ver m p 0.00 0.27 0.00 0.20 par:pas; -haubert haubert nom m s 0.01 0.54 0.01 0.54 -haussa hausser ver 1.76 71.96 0.00 34.46 ind:pas:3s; -haussai hausser ver 1.76 71.96 0.27 2.09 ind:pas:1s; -haussaient hausser ver 1.76 71.96 0.10 1.01 ind:imp:3p; -haussais hausser ver 1.76 71.96 0.00 0.41 ind:imp:1s; -haussait hausser ver 1.76 71.96 0.01 4.86 ind:imp:3s; -haussant hausser ver 1.76 71.96 0.03 8.38 par:pre; -hausse hausse nom f s 3.38 2.36 3.31 2.09 -haussement haussement nom m s 0.06 5.68 0.06 5.07 -haussements haussement nom m p 0.06 5.68 0.00 0.61 -haussent hausser ver 1.76 71.96 0.10 0.61 ind:pre:3p; -hausser hausser ver 1.76 71.96 0.43 4.86 inf; -hausserait hausser ver 1.76 71.96 0.01 0.14 cnd:pre:3s; -hausses hausser ver 1.76 71.96 0.23 0.20 ind:pre:2s; -haussez hausser ver 1.76 71.96 0.20 0.07 imp:pre:2p;ind:pre:2p; -haussier haussier adj m s 0.02 0.00 0.01 0.00 -haussière haussière nom f s 0.03 0.14 0.03 0.07 -haussières haussière nom f p 0.03 0.14 0.00 0.07 -haussons hausser ver 1.76 71.96 0.00 0.14 imp:pre:1p;ind:pre:1p; -haussât hausser ver 1.76 71.96 0.00 0.14 sub:imp:3s; -haussèrent hausser ver 1.76 71.96 0.00 0.27 ind:pas:3p; -haussé hausser ver m s 1.76 71.96 0.10 5.00 par:pas; -haussée hausser ver f s 1.76 71.96 0.01 0.27 par:pas; -haussées hausser ver f p 1.76 71.96 0.00 0.07 par:pas; -haussés hausser ver m p 1.76 71.96 0.00 0.27 par:pas; -haut_commandement haut_commandement nom m s 0.00 1.22 0.00 1.22 -haut_commissaire haut_commissaire nom m s 0.03 7.97 0.03 7.57 -haut_commissariat haut_commissariat nom m s 0.02 0.81 0.02 0.81 -haut_de_chausse haut_de_chausse nom f s 0.15 0.07 0.14 0.07 -haut_de_chausses haut_de_chausses nom m 0.00 0.20 0.00 0.20 -haut_de_forme haut_de_forme nom m s 0.45 1.62 0.30 1.42 -haut_fond haut_fond nom m s 0.08 1.08 0.02 0.61 -haut_le_coeur haut_le_coeur nom m 0.04 1.01 0.04 1.01 -haut_le_corps haut_le_corps nom m 0.00 1.76 0.00 1.76 -haut_parleur haut_parleur nom m s 3.65 7.36 2.61 3.99 -haut_parleur haut_parleur nom m p 3.65 7.36 1.04 3.38 -haut_relief haut_relief nom m s 0.00 0.20 0.00 0.20 -haut haut nom m s 77.86 125.07 75.22 121.01 -hautain hautain adj m s 0.84 10.88 0.51 4.12 -hautaine hautain adj f s 0.84 10.88 0.27 5.07 -hautainement hautainement adv 0.00 0.07 0.00 0.07 -hautaines hautain adj f p 0.84 10.88 0.03 0.81 -hautains hautain adj m p 0.84 10.88 0.03 0.88 -hautbois hautbois nom m 0.38 1.62 0.38 1.62 -haute_fidélité haute_fidélité nom f s 0.03 0.07 0.03 0.07 -haute haut adj f s 68.05 196.76 32.44 88.11 -hautement hautement adv 4.83 4.73 4.83 4.73 -hautes haut adj f p 68.05 196.76 6.72 37.43 -hautesse hautesse nom f s 0.00 1.42 0.00 1.42 -hauteur hauteur nom f s 19.99 77.70 18.19 66.15 -hauteurs hauteur nom f p 19.99 77.70 1.80 11.55 -hautin hautin nom m s 0.11 0.00 0.10 0.00 -hautins hautin nom m p 0.11 0.00 0.01 0.00 -haut_commissaire haut_commissaire nom m p 0.03 7.97 0.00 0.41 -haut_de_chausse haut_de_chausse nom m p 0.15 0.07 0.01 0.00 -haut_de_forme haut_de_forme nom m p 0.45 1.62 0.14 0.20 -haut_fond haut_fond nom m p 0.08 1.08 0.06 0.47 -haut_fourneau haut_fourneau nom m p 0.01 0.27 0.01 0.27 -hauts haut adj m p 68.05 196.76 5.48 29.26 -hauturière hauturier adj f s 0.00 0.14 0.00 0.14 -havanais havanais nom m 0.00 0.07 0.00 0.07 -havanaise havanaise nom f s 0.01 0.00 0.01 0.00 -havane havane nom m s 0.50 0.95 0.17 0.47 -havanes havane nom m p 0.50 0.95 0.33 0.47 -have haver ver 10.73 0.74 10.67 0.68 imp:pre:2s;ind:pre:1s;ind:pre:3s; -haveneau haveneau nom m s 0.00 0.14 0.00 0.07 -haveneaux haveneau nom m p 0.00 0.14 0.00 0.07 -haver haver ver 10.73 0.74 0.07 0.00 inf; -haves haver ver 10.73 0.74 0.00 0.07 ind:pre:2s; -havrais havrais adj m s 0.00 0.07 0.00 0.07 -havre havre nom m s 0.89 3.11 0.85 3.04 -havres havre nom m p 0.89 3.11 0.04 0.07 -havresac havresac nom m s 0.12 2.16 0.12 1.49 -havresacs havresac nom m p 0.12 2.16 0.00 0.68 -hawaïen hawaïen adj m s 0.00 0.20 0.00 0.07 -hawaïenne hawaïen adj f s 0.00 0.20 0.00 0.14 -hawaiienne hawaiien adj f s 0.00 0.14 0.00 0.07 -hawaiiennes hawaiien adj f p 0.00 0.14 0.00 0.07 -hayon hayon nom m s 0.06 0.14 0.06 0.07 -hayons hayon nom m p 0.06 0.14 0.00 0.07 -heaume heaume nom m s 0.55 1.01 0.51 0.88 -heaumes heaume nom m p 0.55 1.01 0.04 0.14 -hebdo hebdo nom m s 0.20 1.49 0.18 1.08 -hebdomadaire hebdomadaire adj s 1.64 4.19 1.30 3.51 -hebdomadairement hebdomadairement adv 0.00 0.20 0.00 0.20 -hebdomadaires hebdomadaire adj p 1.64 4.19 0.34 0.68 -hebdos hebdo nom m p 0.20 1.49 0.03 0.41 -hectare hectare nom m s 2.95 6.35 0.27 0.14 -hectares hectare nom m p 2.95 6.35 2.68 6.22 -hecto hecto nom m s 0.00 0.07 0.00 0.07 -hectolitres hectolitre nom m p 0.01 0.20 0.01 0.20 -hectomètres hectomètre nom m p 0.00 0.07 0.00 0.07 -hein hein ono 437.20 88.45 437.20 88.45 -hello hello ono 10.82 1.49 10.82 1.49 -hellène hellène adj s 0.02 0.34 0.02 0.20 -hellènes hellène nom p 0.01 0.68 0.01 0.47 -hellénique hellénique adj s 0.03 0.81 0.03 0.54 -helléniques hellénique adj f p 0.03 0.81 0.00 0.27 -helléniser helléniser ver 0.00 0.27 0.00 0.20 inf; -hellénisme hellénisme nom m s 0.00 0.34 0.00 0.34 -helléniste helléniste nom s 0.01 0.27 0.01 0.14 -hellénistes helléniste nom p 0.01 0.27 0.00 0.14 -hellénistique hellénistique adj s 0.02 0.14 0.02 0.07 -hellénistiques hellénistique adj m p 0.02 0.14 0.00 0.07 -hellénisé helléniser ver m s 0.00 0.27 0.00 0.07 par:pas; -helminthe helminthe nom m s 0.00 0.07 0.00 0.07 -helvelles helvelle nom f p 0.00 0.07 0.00 0.07 -helvète helvète adj m s 0.00 0.20 0.00 0.14 -helvètes helvète nom p 0.00 0.20 0.00 0.20 -helvétien helvétien adj m s 0.00 0.07 0.00 0.07 -helvétique helvétique adj f s 0.00 0.81 0.00 0.68 -helvétiques helvétique adj m p 0.00 0.81 0.00 0.14 -hem hem ono 0.10 0.20 0.10 0.20 -hemlock hemlock nom m s 0.23 0.00 0.23 0.00 -hennin hennin nom m s 0.00 0.34 0.00 0.34 -hennir hennir ver 0.07 1.55 0.03 0.00 inf; -hennirent hennir ver 0.07 1.55 0.00 0.14 ind:pas:3p; -hennissaient hennir ver 0.07 1.55 0.00 0.27 ind:imp:3p; -hennissait hennir ver 0.07 1.55 0.00 0.07 ind:imp:3s; -hennissant hennissant adj m s 0.01 0.34 0.01 0.27 -hennissantes hennissant adj f p 0.01 0.34 0.00 0.07 -hennissement hennissement nom m s 0.45 2.91 0.14 1.76 -hennissements hennissement nom m p 0.45 2.91 0.30 1.15 -hennissent hennir ver 0.07 1.55 0.02 0.07 ind:pre:3p; -hennit hennir ver 0.07 1.55 0.02 0.74 ind:pre:3s;ind:pas:3s; -henné henné nom m s 1.15 0.95 1.15 0.95 -henry henry nom m s 0.15 0.00 0.15 0.00 -hep hep ono 1.94 1.96 1.94 1.96 -heptagone heptagone nom m s 0.00 0.14 0.00 0.14 -heptaméron heptaméron nom m s 0.00 0.07 0.00 0.07 -heptane heptane nom m s 0.04 0.00 0.04 0.00 -herba herber ver 0.23 0.07 0.02 0.07 ind:pas:3s; -herbage herbage nom m s 0.10 1.35 0.04 0.74 -herbagers herbager nom m p 0.00 0.07 0.00 0.07 -herbages herbage nom m p 0.10 1.35 0.06 0.61 -herbe herbe nom f s 34.81 118.51 27.64 86.08 -herber herber ver 0.23 0.07 0.20 0.00 inf; -herbes herbe nom f p 34.81 118.51 7.17 32.43 -herbette herbette nom f s 0.00 0.14 0.00 0.07 -herbettes herbette nom f p 0.00 0.14 0.00 0.07 -herbeuse herbeux adj f s 0.02 1.01 0.00 0.20 -herbeuses herbeux adj f p 0.02 1.01 0.01 0.07 -herbeux herbeux adj m 0.02 1.01 0.01 0.74 -herbicide herbicide nom m s 0.32 0.00 0.32 0.00 -herbier herbier nom m s 0.16 1.28 0.16 0.81 -herbiers herbier nom m p 0.16 1.28 0.00 0.47 -herbivore herbivore nom m s 0.20 0.27 0.14 0.14 -herbivores herbivore nom m p 0.20 0.27 0.06 0.14 -herborisais herboriser ver 0.00 0.54 0.00 0.07 ind:imp:1s; -herborisait herboriser ver 0.00 0.54 0.00 0.14 ind:imp:3s; -herboriser herboriser ver 0.00 0.54 0.00 0.34 inf; -herboriste herboriste nom s 0.74 0.88 0.64 0.68 -herboristerie herboristerie nom f s 0.08 0.14 0.04 0.07 -herboristeries herboristerie nom f p 0.08 0.14 0.04 0.07 -herboristes herboriste nom p 0.74 0.88 0.10 0.20 -herbu herbu adj m s 0.01 1.82 0.00 0.81 -herbue herbu adj f s 0.01 1.82 0.01 0.54 -herbues herbu adj f p 0.01 1.82 0.00 0.41 -herbus herbu adj m p 0.01 1.82 0.00 0.07 -hercher hercher ver 0.03 0.00 0.03 0.00 inf; -hercule hercule nom m s 0.77 0.68 0.19 0.41 -hercules hercule nom m p 0.77 0.68 0.58 0.27 -herculéen herculéen adj m s 0.03 0.74 0.02 0.34 -herculéenne herculéen adj f s 0.03 0.74 0.01 0.07 -herculéennes herculéen adj f p 0.03 0.74 0.00 0.07 -herculéens herculéen adj m p 0.03 0.74 0.00 0.27 -hercynien hercynien adj m s 0.00 0.14 0.00 0.07 -hercyniennes hercynien adj f p 0.00 0.14 0.00 0.07 -hermaphrodisme hermaphrodisme nom m s 0.00 0.07 0.00 0.07 -hermaphrodite hermaphrodite adj s 0.37 0.20 0.11 0.14 -hermaphrodites hermaphrodite adj p 0.37 0.20 0.26 0.07 -hermaphroditisme hermaphroditisme nom m s 0.00 0.07 0.00 0.07 -hermine hermine nom f s 0.28 1.69 0.28 1.62 -hermines hermine nom f p 0.28 1.69 0.00 0.07 -herminette herminette nom f s 0.01 0.14 0.01 0.07 -herminettes herminette nom f p 0.01 0.14 0.00 0.07 -herminé herminé adj m s 0.00 0.07 0.00 0.07 -hermès hermès nom m 0.73 0.00 0.73 0.00 -herméneutique herméneutique adj f s 0.01 0.00 0.01 0.00 -hermétique hermétique adj s 0.98 3.11 0.82 1.96 -hermétiquement hermétiquement adv 0.61 1.55 0.61 1.55 -hermétiques hermétique adj p 0.98 3.11 0.16 1.15 -hermétisme hermétisme nom m s 0.14 0.20 0.14 0.20 -hermétistes hermétiste nom p 0.00 0.14 0.00 0.14 -herniaire herniaire adj s 0.06 0.41 0.06 0.27 -herniaires herniaire adj m p 0.06 0.41 0.00 0.14 -hernie hernie nom f s 2.91 1.01 2.85 0.61 -hernies hernie nom f p 2.91 1.01 0.06 0.41 -hernieux hernieux adj m p 0.00 0.07 0.00 0.07 -herpès herpès nom m 0.86 0.20 0.86 0.20 -herpétique herpétique adj f s 0.03 0.00 0.03 0.00 -herpétologie herpétologie nom f s 0.04 0.00 0.04 0.00 -herpétologiste herpétologiste nom s 0.01 0.00 0.01 0.00 -hersait herser ver 0.00 0.34 0.00 0.07 ind:imp:3s; -herse herse nom f s 0.27 2.57 0.26 1.69 -herser herser ver 0.00 0.34 0.00 0.14 inf; -herses herse nom f p 0.27 2.57 0.01 0.88 -hersé herser ver m s 0.00 0.34 0.00 0.07 par:pas; -hersés herser ver m p 0.00 0.34 0.00 0.07 par:pas; -hertz hertz nom m 0.09 0.00 0.09 0.00 -hertzienne hertzien adj f s 0.10 0.07 0.03 0.00 -hertziennes hertzien adj f p 0.10 0.07 0.06 0.07 -hertziens hertzien adj m p 0.10 0.07 0.01 0.00 -hessois hessois adj m 0.00 0.14 0.00 0.07 -hessoise hessois adj f s 0.00 0.14 0.00 0.07 -hetman hetman nom m s 0.34 0.07 0.34 0.07 -heu heu ono 35.17 6.69 35.17 6.69 -heur heur nom m s 0.28 1.15 0.05 0.41 -heure heure nom f s 709.79 924.05 415.40 439.86 -heures heure nom f p 709.79 924.05 294.39 484.19 -heureuse heureux adj f s 248.45 190.00 88.71 58.11 -heureusement heureusement adv 39.78 51.35 39.78 51.35 -heureuses heureux adj f p 248.45 190.00 3.94 6.49 -heureux heureux adj m 248.45 190.00 155.80 125.41 -heuristique heuristique adj f s 0.03 0.00 0.03 0.00 -heurs heur nom m p 0.28 1.15 0.01 0.20 -heurt heurt nom m s 0.49 6.15 0.29 2.84 -heurta heurter ver 9.79 39.05 0.17 5.14 ind:pas:3s; -heurtai heurter ver 9.79 39.05 0.01 0.68 ind:pas:1s; -heurtaient heurter ver 9.79 39.05 0.06 2.36 ind:imp:3p; -heurtais heurter ver 9.79 39.05 0.05 0.41 ind:imp:1s; -heurtait heurter ver 9.79 39.05 0.04 4.32 ind:imp:3s; -heurtant heurter ver 9.79 39.05 0.22 4.19 par:pre; -heurte heurter ver 9.79 39.05 1.15 4.66 imp:pre:2s;ind:pre:1s;ind:pre:3s; -heurtent heurter ver 9.79 39.05 0.29 1.96 ind:pre:3p; -heurter heurter ver 9.79 39.05 1.81 7.50 inf; -heurtera heurter ver 9.79 39.05 0.04 0.20 ind:fut:3s; -heurterai heurter ver 9.79 39.05 0.00 0.07 ind:fut:1s; -heurteraient heurter ver 9.79 39.05 0.00 0.07 cnd:pre:3p; -heurterait heurter ver 9.79 39.05 0.04 0.20 cnd:pre:3s; -heurterions heurter ver 9.79 39.05 0.00 0.07 cnd:pre:1p; -heurtez heurter ver 9.79 39.05 0.07 0.14 imp:pre:2p;ind:pre:2p; -heurtions heurter ver 9.79 39.05 0.00 0.41 ind:imp:1p; -heurtoir heurtoir nom m s 0.03 0.61 0.03 0.47 -heurtoirs heurtoir nom m p 0.03 0.61 0.00 0.14 -heurtons heurter ver 9.79 39.05 0.00 0.14 ind:pre:1p; -heurtât heurter ver 9.79 39.05 0.00 0.14 sub:imp:3s; -heurts heurt nom m p 0.49 6.15 0.20 3.31 -heurtèrent heurter ver 9.79 39.05 0.01 0.95 ind:pas:3p; -heurté heurter ver m s 9.79 39.05 4.92 3.85 par:pas; -heurtée heurter ver f s 9.79 39.05 0.61 0.68 par:pas; -heurtées heurter ver f p 9.79 39.05 0.05 0.07 par:pas; -heurtés heurter ver m p 9.79 39.05 0.22 0.88 par:pas; -hexagonal hexagonal adj m s 0.03 1.96 0.01 0.61 -hexagonale hexagonal adj f s 0.03 1.96 0.01 0.68 -hexagonales hexagonal adj f p 0.03 1.96 0.01 0.47 -hexagonaux hexagonal adj m p 0.03 1.96 0.00 0.20 -hexagone hexagone nom m s 0.23 0.61 0.23 0.47 -hexagones hexagone nom m p 0.23 0.61 0.00 0.14 -hexamètres hexamètre nom m p 0.02 0.14 0.02 0.14 -hi_fi hi_fi nom f s 0.87 0.81 0.87 0.81 -hi_han hi_han ono 0.20 0.14 0.20 0.14 -hi hi ono 3.81 5.41 3.81 5.41 -hiatale hiatal adj f s 0.29 0.00 0.29 0.00 -hiatus hiatus nom m 0.04 1.01 0.04 1.01 -hibernaient hiberner ver 0.65 0.34 0.02 0.00 ind:imp:3p; -hibernait hiberner ver 0.65 0.34 0.03 0.07 ind:imp:3s; -hibernation hibernation nom f s 0.82 0.27 0.82 0.27 -hiberne hiberner ver 0.65 0.34 0.16 0.07 ind:pre:1s;ind:pre:3s; -hibernent hiberner ver 0.65 0.34 0.05 0.00 ind:pre:3p; -hiberner hiberner ver 0.65 0.34 0.21 0.07 inf; -hiberné hiberner ver m s 0.65 0.34 0.17 0.14 par:pas; -hibiscus hibiscus nom m 0.13 1.08 0.13 1.08 -hibou hibou nom m s 5.01 2.97 4.08 2.36 -hiboux hibou nom m p 5.01 2.97 0.94 0.61 -hic_et_nunc hic_et_nunc adv 0.00 0.41 0.00 0.41 -hic hic nom_sup m 2.21 2.91 2.21 2.91 -hickory hickory nom m s 0.14 0.07 0.14 0.07 -hidalgo hidalgo nom m s 0.08 0.61 0.06 0.27 -hidalgos hidalgo nom m p 0.08 0.61 0.02 0.34 -hideur hideur nom f s 0.00 0.81 0.00 0.61 -hideurs hideur nom f p 0.00 0.81 0.00 0.20 -hideuse hideux adj f s 3.31 9.26 0.99 2.70 -hideusement hideusement adv 0.03 0.34 0.03 0.34 -hideuses hideux adj f p 3.31 9.26 0.39 1.28 -hideux hideux adj m 3.31 9.26 1.93 5.27 -hier hier adv_sup 223.77 92.64 223.77 92.64 -high_life high_life nom m s 0.27 0.14 0.27 0.14 -high_tech high_tech adj 0.32 0.14 0.29 0.07 -high_life high_life nom m s 0.04 0.41 0.04 0.41 -high_tech high_tech adj s 0.32 0.14 0.04 0.07 -highlander highlander nom m s 0.30 0.14 0.14 0.00 -highlanders highlander nom m p 0.30 0.14 0.16 0.14 -higoumène higoumène nom m s 0.00 0.07 0.00 0.07 -hilaire hilaire adj f s 0.02 0.00 0.02 0.00 -hilarant hilarant adj m s 2.37 0.47 1.94 0.20 -hilarante hilarant adj f s 2.37 0.47 0.25 0.00 -hilarantes hilarant adj f p 2.37 0.47 0.09 0.14 -hilarants hilarant adj m p 2.37 0.47 0.10 0.14 -hilare hilare adj s 0.14 8.72 0.14 6.15 -hilares hilare adj p 0.14 8.72 0.00 2.57 -hilarité hilarité nom f s 0.32 4.12 0.32 4.05 -hilarités hilarité nom f p 0.32 4.12 0.00 0.07 -hile hile nom m s 0.24 0.00 0.24 0.00 -hiloire hiloire nom f s 0.00 0.07 0.00 0.07 -hilotes hilote nom m p 0.00 0.07 0.00 0.07 -himalaya himalaya nom m s 0.01 0.14 0.01 0.14 -himalayenne himalayen adj f s 0.20 0.07 0.20 0.00 -himalayens himalayen adj m p 0.20 0.07 0.00 0.07 -hindi hindi nom m s 0.14 0.07 0.14 0.07 -hindou hindou nom m s 1.79 1.22 0.93 0.47 -hindoue hindou adj f s 1.27 2.03 0.47 0.68 -hindoues hindou adj f p 1.27 2.03 0.17 0.27 -hindouisme hindouisme nom m s 0.28 0.00 0.28 0.00 -hindous hindou nom m p 1.79 1.22 0.73 0.74 -hindoustani hindoustani nom m s 0.03 0.00 0.03 0.00 -hip_hop hip_hop nom m s 1.74 0.00 1.74 0.00 -hip hip ono 4.43 1.22 4.43 1.22 -hippie hippie nom s 3.68 0.27 1.33 0.14 -hippies hippie nom p 3.68 0.27 2.36 0.14 -hippique hippique adj s 0.59 2.91 0.49 1.42 -hippiques hippique adj p 0.59 2.91 0.11 1.49 -hippisme hippisme nom m s 0.02 0.00 0.02 0.00 -hippo hippo nom m s 0.41 45.61 0.41 45.61 -hippocampe hippocampe nom m s 0.63 0.41 0.58 0.27 -hippocampes hippocampe nom m p 0.63 0.41 0.05 0.14 -hippocratique hippocratique adj m s 0.00 0.14 0.00 0.14 -hippodrome hippodrome nom m s 0.53 1.35 0.52 0.81 -hippodromes hippodrome nom m p 0.53 1.35 0.01 0.54 -hippogriffe hippogriffe nom m s 0.19 0.14 0.19 0.14 -hippomobile hippomobile adj m s 0.10 0.00 0.10 0.00 -hippophagique hippophagique adj s 0.00 0.14 0.00 0.07 -hippophagiques hippophagique adj f p 0.00 0.14 0.00 0.07 -hippopotame hippopotame nom m s 2.52 1.01 1.45 0.54 -hippopotames hippopotame nom m p 2.52 1.01 1.07 0.47 -hippopotamesque hippopotamesque adj f s 0.00 0.07 0.00 0.07 -hippy hippy nom m s 0.25 0.14 0.25 0.14 -hirondelle hirondeau nom f s 1.87 9.66 1.87 3.24 -hirondelles hirondelle nom f p 0.69 0.00 0.69 0.00 -hirsute hirsute adj s 1.53 5.61 1.44 3.78 -hirsutes hirsute adj p 1.53 5.61 0.09 1.82 -hirsutisme hirsutisme nom m s 0.02 0.00 0.02 0.00 -hirudine hirudine nom f s 0.01 0.00 0.01 0.00 -hispanique hispanique adj s 0.50 0.27 0.47 0.14 -hispaniques hispanique nom p 0.27 0.00 0.10 0.00 -hispanisante hispanisant adj f s 0.00 0.14 0.00 0.07 -hispanisants hispanisant adj m p 0.00 0.14 0.00 0.07 -hispano_américain hispano_américain nom m s 0.01 0.00 0.01 0.00 -hispano_américain hispano_américain adj f s 0.03 0.27 0.03 0.20 -hispano_cubain hispano_cubain adj m s 0.00 0.07 0.00 0.07 -hispano_mauresque hispano_mauresque adj m s 0.00 0.07 0.00 0.07 -hispano hispano adv 0.06 0.54 0.06 0.54 -hispanophone hispanophone nom s 0.02 0.00 0.02 0.00 -hissa hisser ver 8.09 22.36 0.13 2.30 ind:pas:3s; -hissai hisser ver 8.09 22.36 0.14 0.27 ind:pas:1s; -hissaient hisser ver 8.09 22.36 0.02 0.47 ind:imp:3p; -hissais hisser ver 8.09 22.36 0.02 0.14 ind:imp:1s; -hissait hisser ver 8.09 22.36 0.16 2.09 ind:imp:3s; -hissant hisser ver 8.09 22.36 0.01 1.62 par:pre; -hisse hisse ono 0.88 0.07 0.88 0.07 -hissent hisser ver 8.09 22.36 0.12 0.34 ind:pre:3p; -hisser hisser ver 8.09 22.36 1.37 6.22 inf; -hissera hisser ver 8.09 22.36 0.13 0.14 ind:fut:3s; -hisserai hisser ver 8.09 22.36 0.00 0.14 ind:fut:1s; -hissez hisser ver 8.09 22.36 1.76 0.00 imp:pre:2p;ind:pre:2p; -hissâmes hisser ver 8.09 22.36 0.01 0.14 ind:pas:1p; -hissons hisser ver 8.09 22.36 0.04 0.20 imp:pre:1p;ind:pre:1p; -hissèrent hisser ver 8.09 22.36 0.00 0.81 ind:pas:3p; -hissé hisser ver m s 8.09 22.36 1.21 2.64 par:pas; -hissée hisser ver f s 8.09 22.36 0.05 1.28 par:pas; -hissées hisser ver f p 8.09 22.36 0.10 0.14 par:pas; -hissés hisser ver m p 8.09 22.36 0.07 0.81 par:pas; -histamine histamine nom f s 0.15 0.00 0.15 0.00 -histaminique histaminique adj s 0.03 0.00 0.03 0.00 -hister hister nom m s 0.02 0.00 0.02 0.00 -histocompatibilité histocompatibilité nom f s 0.14 0.00 0.14 0.00 -histocompatibles histocompatible adj p 0.00 0.07 0.00 0.07 -histoire histoire nom f s 359.92 359.53 295.32 292.23 -histoires histoire nom f p 359.92 359.53 64.60 67.30 -histologie histologie nom f s 0.11 0.00 0.11 0.00 -histologique histologique adj s 0.06 0.07 0.06 0.07 -histopathologie histopathologie nom f s 0.03 0.00 0.03 0.00 -histoplasmose histoplasmose nom f s 0.01 0.00 0.01 0.00 -historia historier ver 0.00 0.34 0.00 0.20 ind:pas:3s; -historicité historicité nom f s 0.00 0.14 0.00 0.14 -historico_culturel historico_culturel adj f s 0.00 0.07 0.00 0.07 -historien historien nom m s 2.32 6.28 1.49 3.11 -historienne historien nom f s 2.32 6.28 0.21 0.34 -historiens historien nom m p 2.32 6.28 0.63 2.84 -historiette historiette nom f s 0.00 0.34 0.00 0.14 -historiettes historiette nom f p 0.00 0.34 0.00 0.20 -historiographe historiographe nom s 0.01 0.00 0.01 0.00 -historiographie historiographie nom f s 0.11 0.00 0.11 0.00 -historique historique adj s 11.31 18.24 8.83 11.69 -historiquement historiquement adv 0.99 0.47 0.99 0.47 -historiques historique adj p 11.31 18.24 2.48 6.55 -historiée historier ver f s 0.00 0.34 0.00 0.07 par:pas; -historiés historié adj m p 0.00 0.20 0.00 0.14 -histrion histrion nom m s 0.34 0.41 0.23 0.27 -histrions histrion nom m p 0.34 0.41 0.10 0.14 -hit_parade hit_parade nom m s 0.73 0.68 0.69 0.68 -hit_parade hit_parade nom m p 0.73 0.68 0.04 0.00 -hit hit nom m s 1.59 0.47 1.37 0.41 -hitchcockien hitchcockien adj m s 0.03 0.14 0.03 0.14 -hitlérien hitlérien adj m s 0.48 4.59 0.26 1.08 -hitlérienne hitlérien adj f s 0.48 4.59 0.14 2.16 -hitlériennes hitlérienne adj f p 0.20 0.00 0.20 0.00 -hitlériens hitlérien nom m p 0.00 1.15 0.00 0.88 -hitlérisme hitlérisme nom m s 0.01 0.68 0.01 0.68 -hits hit nom m p 1.59 0.47 0.22 0.07 -hittite hittite adj m s 0.04 0.41 0.04 0.20 -hittites hittite adj p 0.04 0.41 0.00 0.20 -hiérarchie hiérarchie nom f s 2.59 9.86 2.56 8.65 -hiérarchies hiérarchie nom f p 2.59 9.86 0.03 1.22 -hiérarchique hiérarchique adj s 0.59 1.49 0.57 1.28 -hiérarchiquement hiérarchiquement adv 0.01 0.20 0.01 0.20 -hiérarchiques hiérarchique adj p 0.59 1.49 0.02 0.20 -hiérarchisait hiérarchiser ver 0.01 0.14 0.00 0.07 ind:imp:3s; -hiérarchisation hiérarchisation nom f s 0.00 0.07 0.00 0.07 -hiérarchise hiérarchiser ver 0.01 0.14 0.01 0.00 ind:pre:3s; -hiérarchisé hiérarchisé adj m s 0.00 0.34 0.00 0.07 -hiérarchisée hiérarchisé adj f s 0.00 0.34 0.00 0.20 -hiérarchisés hiérarchisé adj m p 0.00 0.34 0.00 0.07 -hiératique hiératique adj s 0.02 1.69 0.01 1.22 -hiératiquement hiératiquement adv 0.00 0.07 0.00 0.07 -hiératiques hiératique adj p 0.02 1.69 0.01 0.47 -hiératisme hiératisme nom m s 0.00 0.54 0.00 0.54 -hiéroglyphe hiéroglyphe nom m s 1.25 1.49 0.20 0.20 -hiéroglyphes hiéroglyphe nom m p 1.25 1.49 1.05 1.28 -hiéroglyphique hiéroglyphique adj s 0.03 0.00 0.01 0.00 -hiéroglyphiques hiéroglyphique adj m p 0.03 0.00 0.02 0.00 -hiéronymites hiéronymite nom m p 0.00 0.07 0.00 0.07 -hiérophante hiérophante nom m s 0.00 0.20 0.00 0.20 -hiv hiv adj s 0.00 1.62 0.00 1.62 -hiver hiver nom m s 38.96 99.53 37.44 96.28 -hivernage hivernage nom m s 0.00 0.95 0.00 0.95 -hivernaient hiverner ver 0.02 0.81 0.00 0.07 ind:imp:3p; -hivernait hiverner ver 0.02 0.81 0.00 0.14 ind:imp:3s; -hivernal hivernal adj m s 0.17 1.82 0.08 0.74 -hivernale hivernal adj f s 0.17 1.82 0.04 0.88 -hivernales hivernal adj f p 0.17 1.82 0.05 0.14 -hivernant hivernant adj m s 0.00 0.20 0.00 0.07 -hivernante hivernant adj f s 0.00 0.20 0.00 0.07 -hivernantes hivernant adj f p 0.00 0.20 0.00 0.07 -hivernants hivernant nom m p 0.00 0.07 0.00 0.07 -hivernaux hivernal adj m p 0.17 1.82 0.00 0.07 -hiverne hiverner ver 0.02 0.81 0.00 0.14 ind:pre:1s;ind:pre:3s; -hiverner hiverner ver 0.02 0.81 0.02 0.34 inf; -hivernons hiverner ver 0.02 0.81 0.00 0.07 ind:pre:1p; -hiverné hiverner ver m s 0.02 0.81 0.00 0.07 par:pas; -hivers hiver nom m p 38.96 99.53 1.52 3.24 -ho ho ono 20.06 4.73 20.06 4.73 -hobbies hobby nom m p 3.11 0.20 0.61 0.20 -hobby hobby nom m s 3.11 0.20 2.50 0.00 -hobereau hobereau nom m s 0.03 1.82 0.02 1.01 -hobereaux hobereau nom m p 0.03 1.82 0.01 0.81 -hâblerie hâblerie nom f s 0.00 0.34 0.00 0.07 -hâbleries hâblerie nom f p 0.00 0.34 0.00 0.27 -hâbleur hâbleur nom m s 0.19 0.54 0.06 0.34 -hâbleurs hâbleur nom m p 0.19 0.54 0.14 0.20 -hocha hocher ver 1.80 41.15 0.16 14.12 ind:pas:3s; -hochai hocher ver 1.80 41.15 0.00 0.41 ind:pas:1s; -hochaient hocher ver 1.80 41.15 0.00 1.15 ind:imp:3p; -hochais hocher ver 1.80 41.15 0.00 0.27 ind:imp:1s; -hochait hocher ver 1.80 41.15 0.02 5.27 ind:imp:3s; -hochant hocher ver 1.80 41.15 0.27 8.38 par:pre; -hoche hocher ver 1.80 41.15 0.41 6.35 imp:pre:2s;ind:pre:1s;ind:pre:3s; -hochement hochement nom m s 0.10 5.68 0.08 3.78 -hochements hochement nom m p 0.10 5.68 0.02 1.89 -hochent hocher ver 1.80 41.15 0.01 0.47 ind:pre:3p; -hochepot hochepot nom m s 0.00 0.14 0.00 0.14 -hocher hocher ver 1.80 41.15 0.18 1.42 inf; -hocheraient hocher ver 1.80 41.15 0.00 0.07 cnd:pre:3p; -hocheront hocher ver 1.80 41.15 0.00 0.07 ind:fut:3p; -hoches hocher ver 1.80 41.15 0.34 0.00 ind:pre:2s; -hochet hochet nom m s 0.88 2.23 0.43 1.01 -hochets hochet nom m p 0.88 2.23 0.45 1.22 -hocheurs hocheur nom m p 0.00 0.07 0.00 0.07 -hochez hocher ver 1.80 41.15 0.14 0.14 imp:pre:2p;ind:pre:2p; -hochions hocher ver 1.80 41.15 0.00 0.14 ind:imp:1p; -hochèrent hocher ver 1.80 41.15 0.00 0.68 ind:pas:3p; -hoché hocher ver m s 1.80 41.15 0.27 2.23 par:pas; -hockey hockey nom m s 6.38 0.14 6.38 0.14 -hockeyeur hockeyeur nom m s 0.50 0.14 0.43 0.07 -hockeyeurs hockeyeur nom m p 0.50 0.14 0.07 0.07 -hodgkinien hodgkinien adj m s 0.01 0.00 0.01 0.00 -hodja hodja nom m s 0.19 0.00 0.19 0.00 -hoirie hoirie nom f s 0.00 0.34 0.00 0.27 -hoiries hoirie nom f p 0.00 0.34 0.00 0.07 -hâlait hâler ver 0.01 1.08 0.00 0.07 ind:imp:3s; -hâlant hâler ver 0.01 1.08 0.00 0.07 par:pre; -hold_up hold_up nom m 7.78 3.38 7.59 3.38 -hold_up hold_up nom m 7.78 3.38 0.20 0.00 -holding holding nom s 0.73 0.27 0.67 0.14 -holdings holding nom p 0.73 0.27 0.06 0.14 -hâle hâle nom m s 0.15 3.04 0.15 2.84 -hâles hâle nom m p 0.15 3.04 0.00 0.20 -holistique holistique adj s 0.15 0.00 0.14 0.00 -holistiques holistique adj m p 0.15 0.00 0.01 0.00 -hollandais hollandais nom m p 2.90 3.11 2.90 2.97 -hollandaise hollandais adj f s 3.87 5.47 1.01 2.09 -hollandaises hollandais adj f p 3.87 5.47 0.28 0.34 -hollande hollande nom f s 0.02 0.07 0.02 0.07 -hollywoodien hollywoodien adj m s 0.00 1.28 0.00 0.34 -hollywoodienne hollywoodien adj f s 0.00 1.28 0.00 0.34 -hollywoodiennes hollywoodien adj f p 0.00 1.28 0.00 0.07 -hollywoodiens hollywoodien adj m p 0.00 1.28 0.00 0.54 -holà holà ono 4.87 1.62 4.87 1.62 -holocauste holocauste nom m s 1.61 1.15 1.61 0.95 -holocaustes holocauste nom m p 1.61 1.15 0.00 0.20 -hologramme hologramme nom m s 1.93 0.00 1.45 0.00 -hologrammes hologramme nom m p 1.93 0.00 0.48 0.00 -holographe holographe adj s 0.04 0.00 0.02 0.00 -holographes holographe adj p 0.04 0.00 0.02 0.00 -holographie holographie nom f s 0.06 0.07 0.06 0.07 -holographique holographique adj s 0.56 0.00 0.47 0.00 -holographiques holographique adj p 0.56 0.00 0.09 0.00 -holoèdres holoèdre adj f p 0.00 0.07 0.00 0.07 -holothuries holothurie nom f p 0.00 0.07 0.00 0.07 -holster holster nom m s 0.07 0.27 0.07 0.27 -hâlé hâlé adj m s 0.05 2.57 0.03 1.15 -hâlée hâlé adj f s 0.05 2.57 0.02 0.68 -hâlées hâlé adj f p 0.05 2.57 0.00 0.20 -hâlés hâlé adj m p 0.05 2.57 0.00 0.54 -hom hom ono 0.54 0.00 0.54 0.00 -homard homard nom m s 4.96 5.34 3.79 3.51 -homardiers homardier nom m p 0.01 0.00 0.01 0.00 -homards homard nom m p 4.96 5.34 1.18 1.82 -hombre hombre nom m s 1.60 0.61 1.60 0.61 -home_trainer home_trainer nom m s 0.01 0.00 0.01 0.00 -home home nom m s 4.00 2.16 3.75 1.96 -homeland homeland nom m s 0.14 0.00 0.14 0.00 -homes home nom m p 4.00 2.16 0.24 0.20 -homicide homicide nom m s 12.07 0.47 10.30 0.47 -homicides homicide nom m p 12.07 0.47 1.77 0.00 -hominien hominien nom m s 0.00 0.14 0.00 0.07 -hominiens hominien nom m p 0.00 0.14 0.00 0.07 -hominisation hominisation nom f s 0.00 0.07 0.00 0.07 -hommage hommage nom m s 16.45 16.69 11.11 13.31 -hommages hommage nom m p 16.45 16.69 5.34 3.38 -hommasse hommasse adj s 0.05 0.61 0.05 0.47 -hommasses hommasse adj f p 0.05 0.61 0.00 0.14 -homme_chien homme_chien nom m s 0.09 0.14 0.09 0.14 -homme_clé homme_clé nom m s 0.04 0.00 0.04 0.00 -homme_femme homme_femme nom m s 0.36 0.07 0.36 0.07 -homme_grenouille homme_grenouille nom m s 0.35 0.20 0.20 0.07 -homme_loup homme_loup nom m s 0.05 0.00 0.05 0.00 -homme_machine homme_machine nom m s 0.04 0.00 0.04 0.00 -homme_oiseau homme_oiseau nom m s 0.05 0.00 0.05 0.00 -homme_orchestre homme_orchestre nom m s 0.03 0.07 0.03 0.07 -homme_poisson homme_poisson nom m s 0.06 0.00 0.06 0.00 -homme_robot homme_robot nom m s 0.07 0.00 0.07 0.00 -homme_sandwich homme_sandwich nom m s 0.00 0.41 0.00 0.41 -homme_serpent homme_serpent nom m s 0.02 0.27 0.02 0.27 -homme homme nom m s 1123.55 1398.85 781.11 852.23 -homme_grenouille homme_grenouille nom m p 0.35 0.20 0.16 0.14 -hommes homme nom m p 1123.55 1398.85 342.44 546.62 -homo_erectus homo_erectus nom m 0.04 0.00 0.04 0.00 -homo_habilis homo_habilis nom m 0.00 0.07 0.00 0.07 -homo homo adj s 8.15 0.41 7.18 0.41 -homogène homogène adj s 0.44 2.77 0.40 2.43 -homogènes homogène adj p 0.44 2.77 0.04 0.34 -homogénéisateur homogénéisateur nom m s 0.14 0.00 0.14 0.00 -homogénéisation homogénéisation nom f s 0.03 0.07 0.03 0.07 -homogénéisé homogénéisé adj m s 0.05 0.07 0.02 0.00 -homogénéisée homogénéisé adj f s 0.05 0.07 0.03 0.07 -homogénéité homogénéité nom f s 0.04 0.34 0.04 0.34 -homologable homologable adj s 0.00 0.07 0.00 0.07 -homologation homologation nom f s 0.10 0.20 0.10 0.20 -homologue homologue nom s 0.30 0.27 0.20 0.07 -homologuer homologuer ver 0.14 0.41 0.12 0.20 inf; -homologues homologue nom p 0.30 0.27 0.11 0.20 -homologué homologué adj m s 0.01 0.27 0.01 0.14 -homologuée homologuer ver f s 0.14 0.41 0.01 0.00 par:pas; -homologués homologuer ver m p 0.14 0.41 0.01 0.07 par:pas; -homoncule homoncule nom m s 0.02 0.07 0.02 0.07 -homonyme homonyme nom s 0.25 0.47 0.21 0.47 -homonymes homonyme nom p 0.25 0.47 0.04 0.00 -homonymie homonymie nom f s 0.00 0.27 0.00 0.27 -homonymique homonymique adj s 0.00 0.07 0.00 0.07 -homophile homophile nom m s 0.01 0.14 0.01 0.14 -homophilie homophilie nom f s 0.00 0.07 0.00 0.07 -homophobe homophobe adj s 0.73 0.07 0.57 0.07 -homophobes homophobe adj f p 0.73 0.07 0.16 0.00 -homophone homophone nom m s 0.01 0.00 0.01 0.00 -homophonie homophonie nom f s 0.00 0.07 0.00 0.07 -homos homo nom p 4.51 0.95 2.31 0.20 -homosexualité homosexualité nom f s 4.81 2.57 4.81 2.57 -homosexuel homosexuel adj m s 5.81 3.11 3.77 1.76 -homosexuelle homosexuel adj f s 5.81 3.11 0.63 0.34 -homosexuelles homosexuel adj f p 5.81 3.11 0.66 0.34 -homosexuels homosexuel nom m p 3.62 4.32 2.51 2.43 -homozygote homozygote adj s 0.01 0.00 0.01 0.00 -homélie homélie nom f s 0.33 0.81 0.31 0.47 -homélies homélie nom f p 0.33 0.81 0.02 0.34 -homuncule homuncule nom m s 0.14 0.00 0.14 0.00 -homéopathe homéopathe adj m s 0.15 0.00 0.15 0.00 -homéopathie homéopathie nom f s 0.58 0.14 0.58 0.14 -homéopathique homéopathique adj s 0.17 0.14 0.17 0.07 -homéopathiques homéopathique adj f p 0.17 0.14 0.00 0.07 -homéostatique homéostatique adj s 0.01 0.00 0.01 0.00 -homéothermie homéothermie nom f s 0.01 0.00 0.01 0.00 -homérique homérique adj s 0.05 0.95 0.04 0.54 -homériques homérique adj f p 0.05 0.95 0.01 0.41 -hon hon ono 0.57 1.01 0.57 1.01 -hondurien hondurien adj m s 0.01 0.00 0.01 0.00 -hondurien hondurien nom m s 0.01 0.00 0.01 0.00 -hong_kong hong_kong nom s 0.03 0.00 0.03 0.00 -hongkongais hongkongais nom m 0.14 0.00 0.14 0.00 -hongre hongre adj m s 0.18 0.20 0.17 0.14 -hongres hongre adj m p 0.18 0.20 0.01 0.07 -hongrois hongrois nom m 1.73 2.36 1.73 2.36 -hongroise hongroise nom f s 1.08 0.47 0.97 0.47 -hongroises hongroise nom f p 1.08 0.47 0.10 0.00 -honneur honneur nom m s 130.69 97.36 126.78 87.64 -honneurs honneur nom m p 130.69 97.36 3.92 9.73 -honni honni adj m s 0.56 0.61 0.55 0.41 -honnie honnir ver f s 0.19 1.01 0.03 0.20 par:pas; -honnir honnir ver 0.19 1.01 0.00 0.07 inf; -honnis honnir ver m p 0.19 1.01 0.01 0.14 ind:pre:2s;par:pas; -honnissait honnir ver 0.19 1.01 0.00 0.20 ind:imp:3s; -honnissant honnir ver 0.19 1.01 0.00 0.07 par:pre; -honnissent honnir ver 0.19 1.01 0.00 0.07 ind:pre:3p; -honnit honnir ver 0.19 1.01 0.01 0.07 ind:pre:3s; -honnête honnête adj s 53.89 28.24 43.60 20.20 -honnêtement honnêtement adv 12.06 4.73 12.06 4.73 -honnêtes honnête adj p 53.89 28.24 10.29 8.04 -honnêteté honnêteté nom f s 7.20 6.42 7.20 6.42 -honora honorer ver 22.65 13.24 0.03 0.27 ind:pas:3s; -honorabilité honorabilité nom f s 0.20 1.15 0.20 1.15 -honorable honorable adj s 11.44 10.81 9.31 8.24 -honorablement honorablement adv 0.41 1.55 0.41 1.55 -honorables honorable adj p 11.44 10.81 2.13 2.57 -honorai honorer ver 22.65 13.24 0.00 0.07 ind:pas:1s; -honoraient honorer ver 22.65 13.24 0.01 0.47 ind:imp:3p; -honoraire honoraire adj s 0.90 0.81 0.77 0.68 -honoraires honoraire nom m p 3.06 1.49 3.06 1.49 -honorais honorer ver 22.65 13.24 0.01 0.07 ind:imp:1s; -honorait honorer ver 22.65 13.24 0.08 1.49 ind:imp:3s; -honorant honorer ver 22.65 13.24 0.03 0.20 par:pre; -honore honorer ver 22.65 13.24 4.41 1.62 imp:pre:2s;ind:pre:1s;ind:pre:3s; -honorent honorer ver 22.65 13.24 0.80 0.54 ind:pre:3p; -honorer honorer ver 22.65 13.24 6.13 5.07 inf; -honorera honorer ver 22.65 13.24 0.14 0.00 ind:fut:3s; -honorerai honorer ver 22.65 13.24 0.34 0.00 ind:fut:1s; -honorerait honorer ver 22.65 13.24 0.05 0.14 cnd:pre:3s; -honoreras honorer ver 22.65 13.24 0.23 0.00 ind:fut:2s; -honorerez honorer ver 22.65 13.24 0.23 0.00 ind:fut:2p; -honorerons honorer ver 22.65 13.24 0.15 0.00 ind:fut:1p; -honoreront honorer ver 22.65 13.24 0.03 0.00 ind:fut:3p; -honores honorer ver 22.65 13.24 0.65 0.00 ind:pre:2s; -honorez honorer ver 22.65 13.24 1.54 0.07 imp:pre:2p;ind:pre:2p; -honoriez honorer ver 22.65 13.24 0.02 0.07 ind:imp:2p; -honorifique honorifique adj s 0.65 0.68 0.61 0.54 -honorifiques honorifique adj p 0.65 0.68 0.03 0.14 -honoris_causa honoris_causa adv 0.16 0.27 0.16 0.27 -honorons honorer ver 22.65 13.24 0.52 0.00 imp:pre:1p;ind:pre:1p; -honorât honorer ver 22.65 13.24 0.00 0.07 sub:imp:3s; -honorèrent honorer ver 22.65 13.24 0.00 0.07 ind:pas:3p; -honoré honorer ver m s 22.65 13.24 5.09 1.89 par:pas; -honorée honorer ver f s 22.65 13.24 0.92 0.54 par:pas; -honorées honorer ver f p 22.65 13.24 0.13 0.27 par:pas; -honorés honorer ver m p 22.65 13.24 1.10 0.34 par:pas; -honte honte nom f s 103.40 83.45 103.26 82.64 -hontes honte nom f p 103.40 83.45 0.14 0.81 -honteuse honteux adj f s 9.52 22.30 1.91 6.89 -honteusement honteusement adv 0.58 2.43 0.58 2.43 -honteuses honteux adj f p 9.52 22.30 0.45 2.36 -honteux honteux adj m 9.52 22.30 7.17 13.04 -hooligan hooligan nom m s 0.72 0.14 0.10 0.07 -hooligans hooligan nom m p 0.72 0.14 0.62 0.07 -hop hop ono 26.52 14.19 26.52 14.19 -hopak hopak nom m s 0.01 0.00 0.01 0.00 -hopi hopi adj f s 0.01 0.14 0.01 0.07 -hopis hopi adj m p 0.01 0.14 0.00 0.07 -hoplite hoplite nom m s 0.00 0.07 0.00 0.07 -hoquet hoquet nom m s 1.73 7.91 1.57 4.32 -hoqueta hoqueter ver 0.03 5.54 0.00 1.55 ind:pas:3s; -hoquetai hoqueter ver 0.03 5.54 0.00 0.14 ind:pas:1s; -hoquetais hoqueter ver 0.03 5.54 0.00 0.14 ind:imp:1s; -hoquetait hoqueter ver 0.03 5.54 0.00 1.15 ind:imp:3s; -hoquetant hoqueter ver 0.03 5.54 0.01 1.35 par:pre; -hoqueter hoqueter ver 0.03 5.54 0.01 0.41 inf; -hoquetons hoqueter ver 0.03 5.54 0.00 0.07 ind:pre:1p; -hoquets hoquet nom m p 1.73 7.91 0.16 3.58 -hoquette hoqueter ver 0.03 5.54 0.01 0.47 ind:pre:3s;sub:pre:3s; -hoqueté hoqueter ver m s 0.03 5.54 0.00 0.27 par:pas; -horaire horaire nom m s 8.94 7.91 2.64 3.58 -horaires horaire nom m p 8.94 7.91 6.30 4.32 -horde horde nom f s 2.95 7.03 2.33 3.78 -hordes horde nom f p 2.95 7.03 0.62 3.24 -horion horion nom m s 0.00 0.88 0.00 0.14 -horions horion nom m p 0.00 0.88 0.00 0.74 -horizon horizon nom m s 9.04 66.15 7.80 61.08 -horizons horizon nom m p 9.04 66.15 1.24 5.07 -horizontal horizontal adj m s 1.47 10.47 0.88 2.84 -horizontale horizontale nom f s 1.37 3.04 0.87 2.77 -horizontalement horizontalement adv 0.15 1.96 0.15 1.96 -horizontales horizontale nom f p 1.37 3.04 0.50 0.27 -horizontalité horizontalité nom f s 0.00 0.20 0.00 0.20 -horizontaux horizontal adj m p 1.47 10.47 0.03 1.69 -horloge horloge nom f s 10.48 16.49 9.37 13.99 -horloger horloger nom m s 0.39 5.41 0.34 2.23 -horlogerie horlogerie nom f s 0.29 1.08 0.29 1.08 -horlogers horloger nom m p 0.39 5.41 0.05 0.54 -horloges horloge nom f p 10.48 16.49 1.11 2.50 -horlogère horloger nom f s 0.39 5.41 0.00 2.64 -hormis hormis pre 3.23 5.74 3.23 5.74 -hormonal hormonal adj m s 0.77 0.34 0.51 0.14 -hormonale hormonal adj f s 0.77 0.34 0.19 0.20 -hormonales hormonal adj f p 0.77 0.34 0.04 0.00 -hormonaux hormonal adj m p 0.77 0.34 0.03 0.00 -hormone hormone nom f s 4.69 0.68 0.57 0.20 -hormones hormone nom f p 4.69 0.68 4.12 0.47 -hormonés hormoner ver m p 0.00 0.07 0.00 0.07 par:pas; -hornblende hornblende nom f s 0.01 0.00 0.01 0.00 -horoscope horoscope nom m s 2.90 1.96 2.47 1.28 -horoscopes horoscope nom m p 2.90 1.96 0.43 0.68 -horreur horreur nom f s 46.19 69.46 39.79 61.35 -horreurs horreur nom f p 46.19 69.46 6.40 8.11 -horrible horrible adj s 67.22 25.47 57.16 20.74 -horriblement horriblement adv 3.23 4.53 3.23 4.53 -horribles horrible adj p 67.22 25.47 10.07 4.73 -horrifia horrifier ver 1.37 3.04 0.00 0.14 ind:pas:3s; -horrifiaient horrifier ver 1.37 3.04 0.00 0.07 ind:imp:3p; -horrifiait horrifier ver 1.37 3.04 0.02 0.20 ind:imp:3s; -horrifiant horrifiant adj m s 0.24 1.49 0.19 1.08 -horrifiante horrifiant adj f s 0.24 1.49 0.04 0.07 -horrifiants horrifiant adj m p 0.24 1.49 0.01 0.34 -horrifie horrifier ver 1.37 3.04 0.14 0.14 ind:pre:1s;ind:pre:3s; -horrifier horrifier ver 1.37 3.04 0.01 0.27 inf; -horrifique horrifique adj f s 0.04 0.14 0.04 0.14 -horrifièrent horrifier ver 1.37 3.04 0.00 0.07 ind:pas:3p; -horrifié horrifier ver m s 1.37 3.04 0.61 1.35 par:pas; -horrifiée horrifier ver f s 1.37 3.04 0.42 0.54 par:pas; -horrifiées horrifier ver f p 1.37 3.04 0.02 0.07 par:pas; -horrifiés horrifié adj m p 0.28 2.16 0.21 0.34 -horripilaient horripiler ver 0.24 1.49 0.00 0.07 ind:imp:3p; -horripilais horripiler ver 0.24 1.49 0.00 0.07 ind:imp:1s; -horripilait horripiler ver 0.24 1.49 0.00 0.34 ind:imp:3s; -horripilant horripilant adj m s 0.28 0.68 0.19 0.20 -horripilante horripilant adj f s 0.28 0.68 0.07 0.20 -horripilantes horripilant adj f p 0.28 0.68 0.03 0.07 -horripilants horripilant adj m p 0.28 0.68 0.00 0.20 -horripilation horripilation nom f s 0.01 0.20 0.01 0.14 -horripilations horripilation nom f p 0.01 0.20 0.00 0.07 -horripile horripiler ver 0.24 1.49 0.21 0.41 imp:pre:2s;ind:pre:1s;ind:pre:3s; -horripilent horripiler ver 0.24 1.49 0.01 0.07 ind:pre:3p; -horripiler horripiler ver 0.24 1.49 0.01 0.07 inf; -horripilé horripiler ver m s 0.24 1.49 0.00 0.14 par:pas; -horripilée horripiler ver f s 0.24 1.49 0.01 0.20 par:pas; -horripilés horripiler ver m p 0.24 1.49 0.00 0.07 par:pas; -hors_bord hors_bord nom m p 0.45 0.61 0.45 0.61 -hors_cote hors_cote adj 0.01 0.00 0.01 0.00 -hors_d_oeuvre hors_d_oeuvre nom m 0.56 1.96 0.56 1.96 -hors_jeu hors_jeu adj 1.13 0.20 1.13 0.20 -hors_la_loi hors_la_loi nom m p 3.21 1.49 3.21 1.49 -hors_piste hors_piste nom m p 0.45 0.00 0.45 0.00 -hors_série hors_série adj f s 0.01 0.20 0.01 0.20 -hors hors pre 71.94 92.43 71.94 92.43 -horse_guard horse_guard nom m s 0.02 0.14 0.00 0.07 -horse_guard horse_guard nom m p 0.02 0.14 0.02 0.07 -hortensia hortensia nom m s 0.66 2.03 0.30 0.34 -hortensias hortensia nom m p 0.66 2.03 0.36 1.69 -horticoles horticole adj m p 0.00 0.07 0.00 0.07 -horticulteur horticulteur nom m s 0.07 0.54 0.06 0.34 -horticulteurs horticulteur nom m p 0.07 0.54 0.01 0.20 -horticultrice horticultrice nom f s 0.01 0.00 0.01 0.00 -horticulture horticulture nom f s 0.23 0.27 0.23 0.27 -hortillonnage hortillonnage nom m s 0.00 0.07 0.00 0.07 -hosanna hosanna nom m s 0.54 0.54 0.23 0.41 -hosannah hosannah nom m s 0.00 0.27 0.00 0.27 -hosannas hosanna nom m p 0.54 0.54 0.30 0.14 -hospice hospice nom m s 3.12 6.96 3.06 6.28 -hospices hospice nom m p 3.12 6.96 0.05 0.68 -hospitalier hospitalier adj m s 1.87 2.91 1.38 1.22 -hospitaliers hospitalier adj m p 1.87 2.91 0.26 0.74 -hospitalisation hospitalisation nom f s 0.85 0.27 0.71 0.27 -hospitalisations hospitalisation nom f p 0.85 0.27 0.14 0.00 -hospitaliser hospitaliser ver 5.19 2.36 1.46 0.54 inf; -hospitaliserons hospitaliser ver 5.19 2.36 0.01 0.00 ind:fut:1p; -hospitalisé hospitaliser ver m s 5.19 2.36 1.95 1.01 par:pas; -hospitalisée hospitaliser ver f s 5.19 2.36 1.42 0.61 par:pas; -hospitalisées hospitaliser ver f p 5.19 2.36 0.03 0.00 par:pas; -hospitalisés hospitaliser ver m p 5.19 2.36 0.32 0.20 par:pas; -hospitalière hospitalier adj f s 1.87 2.91 0.21 0.61 -hospitalières hospitalier adj f p 1.87 2.91 0.02 0.34 -hospitalité hospitalité nom f s 6.72 3.85 6.72 3.85 -hospodar hospodar nom m s 0.00 0.54 0.00 0.27 -hospodars hospodar nom m p 0.00 0.54 0.00 0.27 -hostau hostau nom m s 0.00 0.20 0.00 0.20 -hostellerie hostellerie nom f s 0.10 1.22 0.10 1.08 -hostelleries hostellerie nom f p 0.10 1.22 0.00 0.14 -hostie hostie nom f s 2.31 3.85 1.74 3.45 -hosties hostie nom f p 2.31 3.85 0.57 0.41 -hostile hostile adj s 8.56 21.15 6.32 15.47 -hostilement hostilement adv 0.00 0.20 0.00 0.20 -hostiles hostile adj p 8.56 21.15 2.24 5.68 -hostilité hostilité nom f s 3.52 15.81 2.70 11.89 -hostilités hostilité nom f p 3.52 15.81 0.82 3.92 -hosto hosto nom m s 5.74 5.81 5.69 5.41 -hostos hosto nom m p 5.74 5.81 0.05 0.41 -hot_dog hot_dog nom m s 6.09 0.27 3.12 0.07 -hot_dog hot_dog nom m p 6.09 0.27 2.98 0.20 -hot_dog hot_dog nom m s 2.69 0.14 1.31 0.14 -hot_dog hot_dog nom m p 2.69 0.14 1.38 0.00 -hot hot adj 1.67 0.20 1.67 0.20 -hâta hâter ver 5.63 24.05 0.10 4.05 ind:pas:3s; -hâtai hâter ver 5.63 24.05 0.01 1.28 ind:pas:1s; -hâtaient hâter ver 5.63 24.05 0.02 1.69 ind:imp:3p; -hâtais hâter ver 5.63 24.05 0.01 0.47 ind:imp:1s; -hâtait hâter ver 5.63 24.05 0.14 2.09 ind:imp:3s; -hâtant hâter ver 5.63 24.05 0.01 2.64 par:pre; -hâte hâte nom f s 18.83 45.20 18.83 44.80 -hâtent hâter ver 5.63 24.05 0.32 0.34 ind:pre:3p; -hâter hâter ver 5.63 24.05 1.32 5.54 inf; -hâtera hâter ver 5.63 24.05 0.01 0.20 ind:fut:3s; -hâteraient hâter ver 5.63 24.05 0.00 0.07 cnd:pre:3p; -hâterait hâter ver 5.63 24.05 0.00 0.27 cnd:pre:3s; -hâtes hâter ver 5.63 24.05 0.01 0.00 ind:pre:2s; -hâtez hâter ver 5.63 24.05 0.93 0.14 imp:pre:2p;ind:pre:2p; -hâtif hâtif adj m s 2.43 5.61 0.65 1.76 -hâtifs hâtif adj m p 2.43 5.61 0.02 1.15 -hâtions hâter ver 5.63 24.05 0.00 0.14 ind:imp:1p; -hâtive hâtif adj f s 2.43 5.61 0.61 1.76 -hâtivement hâtivement adv 0.12 5.54 0.12 5.54 -hâtives hâtif adj f p 2.43 5.61 1.15 0.95 -hotline hotline nom f s 0.52 0.00 0.52 0.00 -hâtâmes hâter ver 5.63 24.05 0.00 0.14 ind:pas:1p; -hâtons hâter ver 5.63 24.05 0.37 0.14 imp:pre:1p;ind:pre:1p; -hâtât hâter ver 5.63 24.05 0.00 0.07 sub:imp:3s; -hotte hotte nom f s 1.23 2.57 1.00 2.43 -hotter hotter ver 0.01 0.00 0.01 0.00 inf; -hottes hotte nom f p 1.23 2.57 0.24 0.14 -hâtèrent hâter ver 5.63 24.05 0.00 0.61 ind:pas:3p; -hottée hottée nom f s 0.00 0.07 0.00 0.07 -hâté hâter ver m s 5.63 24.05 0.26 1.01 par:pas; -hotu hotu nom m s 0.00 0.81 0.00 0.41 -hâtée hâter ver f s 5.63 24.05 0.01 0.20 par:pas; -hâtés hâter ver m p 5.63 24.05 0.00 0.14 par:pas; -hotus hotu nom m p 0.00 0.81 0.00 0.41 -hou hou ono 8.65 5.27 8.65 5.27 -houa houer ver 0.07 0.00 0.07 0.00 ind:pas:3s; -houari houari nom m s 0.00 0.07 0.00 0.07 -houblon houblon nom m s 0.31 0.61 0.31 0.54 -houblonnés houblonner ver m p 0.00 0.07 0.00 0.07 par:pas; -houblons houblon nom m p 0.31 0.61 0.00 0.07 -houe houe nom f s 0.37 0.34 0.37 0.34 -houhou houhou ono 0.46 0.27 0.46 0.27 -houille houille nom f s 0.00 0.88 0.00 0.81 -houiller houiller adj m s 0.01 0.20 0.00 0.14 -houilles houille nom f p 0.00 0.88 0.00 0.07 -houillère houiller nom f s 0.05 0.00 0.05 0.00 -houillères houillère nom f p 0.00 0.41 0.00 0.41 -houle houle nom f s 0.46 10.07 0.44 8.85 -houler houler ver 0.00 0.07 0.00 0.07 inf; -houles houle nom f p 0.46 10.07 0.02 1.22 -houlette houlette nom f s 0.82 0.81 0.82 0.81 -houleuse houleux adj f s 0.79 2.16 0.66 1.35 -houleuses houleux adj f p 0.79 2.16 0.01 0.27 -houleux houleux adj m 0.79 2.16 0.11 0.54 -houligan houligan nom m s 0.00 0.07 0.00 0.07 -houliganisme houliganisme nom m s 0.00 0.20 0.00 0.20 -houlà houlà ono 0.13 0.61 0.13 0.61 -houlque houlque nom f s 0.00 0.07 0.00 0.07 -houp houp ono 0.07 0.14 0.07 0.14 -houppe houppe nom f s 0.02 0.68 0.01 0.54 -houppelande houppelande nom f s 0.03 2.09 0.03 1.96 -houppelandes houppelande nom f p 0.03 2.09 0.00 0.14 -houppes houppe nom f p 0.02 0.68 0.01 0.14 -houppette houppette nom f s 0.02 2.43 0.02 2.09 -houppettes houppette nom f p 0.02 2.43 0.00 0.34 -hourdis hourdis nom m 0.00 0.07 0.00 0.07 -hourds hourd nom m p 0.00 0.20 0.00 0.20 -houri houri nom f s 0.10 0.61 0.10 0.41 -houris houri nom f p 0.10 0.61 0.00 0.20 -hourra hourra ono 5.18 0.81 5.18 0.81 -hourrah hourrah nom m s 0.77 0.41 0.77 0.34 -hourrahs hourrah nom m p 0.77 0.41 0.00 0.07 -hourras hourra nom_sup m p 2.38 1.42 0.27 0.68 -hourvari hourvari nom m s 0.27 0.54 0.27 0.41 -hourvaris hourvari nom m p 0.27 0.54 0.00 0.14 -housards housard nom m p 0.00 0.14 0.00 0.14 -house_boat house_boat nom m s 0.04 0.07 0.02 0.00 -house_boat house_boat nom m p 0.04 0.07 0.01 0.07 -house_music house_music nom f s 0.01 0.00 0.01 0.00 -house house nom f s 4.74 0.27 4.74 0.27 -houseau houseau nom m s 0.10 1.08 0.00 0.20 -houseaux houseau nom m p 0.10 1.08 0.10 0.88 -houspilla houspiller ver 0.41 2.77 0.00 0.07 ind:pas:3s; -houspillaient houspiller ver 0.41 2.77 0.00 0.14 ind:imp:3p; -houspillait houspiller ver 0.41 2.77 0.01 0.47 ind:imp:3s; -houspillant houspiller ver 0.41 2.77 0.00 0.34 par:pre; -houspille houspiller ver 0.41 2.77 0.16 0.27 ind:pre:1s;ind:pre:3s; -houspillent houspiller ver 0.41 2.77 0.00 0.07 ind:pre:3p; -houspiller houspiller ver 0.41 2.77 0.22 0.81 inf; -houspillâmes houspiller ver 0.41 2.77 0.00 0.07 ind:pas:1p; -houspillèrent houspiller ver 0.41 2.77 0.00 0.07 ind:pas:3p; -houspillé houspiller ver m s 0.41 2.77 0.02 0.14 par:pas; -houspillée houspiller ver f s 0.41 2.77 0.00 0.20 par:pas; -houspillées houspiller ver f p 0.41 2.77 0.00 0.07 par:pas; -houspillés houspiller ver m p 0.41 2.77 0.00 0.07 par:pas; -housse housse nom f s 0.83 5.68 0.35 3.11 -housses housse nom f p 0.83 5.68 0.49 2.57 -houssés housser ver m p 0.00 0.07 0.00 0.07 par:pas; -houx houx nom m 0.07 1.28 0.07 1.28 -hâve hâve adj s 0.01 1.28 0.01 0.61 -hovercraft hovercraft nom m s 0.01 0.00 0.01 0.00 -hâves hâve adj p 0.01 1.28 0.00 0.68 -hoyau hoyau nom m s 0.00 0.14 0.00 0.14 -hèle héler ver 0.35 6.49 0.05 0.81 imp:pre:2s;ind:pre:1s;ind:pre:3s; -hère hère nom m s 0.17 0.74 0.04 0.41 -hères hère nom m p 0.17 0.74 0.13 0.34 -hé hé ono 288.29 30.00 288.29 30.00 -huître huître nom f s 4.00 7.64 1.41 2.70 -huîtres huître nom f p 4.00 7.64 2.59 4.93 -huîtrier huîtrier nom m s 0.01 0.07 0.01 0.00 -huîtriers huîtrier nom m p 0.01 0.07 0.00 0.07 -huîtrière huîtrière nom f s 0.00 0.07 0.00 0.07 -hua huer ver 1.24 2.30 0.09 0.00 ind:pas:3s; -huaient huer ver 1.24 2.30 0.01 0.00 ind:imp:3p; -huait huer ver 1.24 2.30 0.02 0.07 ind:imp:3s; -huant huer ver 1.24 2.30 0.03 0.07 par:pre; -huard huard nom m s 0.59 0.27 0.52 0.07 -huards huard nom m p 0.59 0.27 0.08 0.20 -huart huart nom m s 0.00 0.27 0.00 0.27 -héberge héberger ver 5.77 6.49 0.87 0.27 imp:pre:2s;ind:pre:1s;ind:pre:3s; -hébergea héberger ver 5.77 6.49 0.00 0.20 ind:pas:3s; -hébergeai héberger ver 5.77 6.49 0.00 0.07 ind:pas:1s; -hébergeaient héberger ver 5.77 6.49 0.11 0.27 ind:imp:3p; -hébergeais héberger ver 5.77 6.49 0.01 0.14 ind:imp:1s;ind:imp:2s; -hébergeait héberger ver 5.77 6.49 0.02 0.41 ind:imp:3s; -hébergeant héberger ver 5.77 6.49 0.12 0.20 par:pre; -hébergement hébergement nom m s 0.68 0.68 0.68 0.68 -hébergent héberger ver 5.77 6.49 0.04 0.07 ind:pre:3p; -hébergeons héberger ver 5.77 6.49 0.12 0.00 imp:pre:1p;ind:pre:1p; -héberger héberger ver 5.77 6.49 2.80 2.70 inf; -hébergera héberger ver 5.77 6.49 0.19 0.07 ind:fut:3s; -hébergerait héberger ver 5.77 6.49 0.00 0.14 cnd:pre:3s; -hébergeras héberger ver 5.77 6.49 0.00 0.07 ind:fut:2s; -hébergez héberger ver 5.77 6.49 0.19 0.00 imp:pre:2p;ind:pre:2p; -hébergiez héberger ver 5.77 6.49 0.02 0.00 ind:imp:2p; -hébergions héberger ver 5.77 6.49 0.00 0.07 ind:imp:1p; -hébergé héberger ver m s 5.77 6.49 0.78 1.15 par:pas; -hébergée héberger ver f s 5.77 6.49 0.24 0.27 par:pas; -hébergées héberger ver f p 5.77 6.49 0.01 0.07 par:pas; -hébergés héberger ver m p 5.77 6.49 0.24 0.34 par:pas; -hébertisme hébertisme nom m s 0.00 0.27 0.00 0.27 -hublot hublot nom m s 2.61 7.77 1.77 4.66 -hublots hublot nom m p 2.61 7.77 0.84 3.11 -hébraïque hébraïque adj s 0.11 1.08 0.09 0.88 -hébraïquement hébraïquement adv 0.00 0.07 0.00 0.07 -hébraïques hébraïque adj p 0.11 1.08 0.02 0.20 -hébraïsant hébraïsant adj m s 0.00 0.07 0.00 0.07 -hébreu hébreu nom m s 1.67 2.97 1.67 2.97 -hébreux hébreux nom m p 0.40 0.07 0.40 0.07 -hébètent hébéter ver 0.35 2.03 0.00 0.07 ind:pre:3p; -hébéphrénique hébéphrénique adj f s 0.02 0.00 0.02 0.00 -hébéta hébéter ver 0.35 2.03 0.00 0.07 ind:pas:3s; -hébétait hébéter ver 0.35 2.03 0.00 0.07 ind:imp:3s; -hébétement hébétement nom m s 0.00 0.07 0.00 0.07 -hébété hébété adj m s 0.54 4.73 0.29 2.84 -hébétude hébétude nom f s 0.14 4.05 0.14 4.05 -hébétée hébété adj f s 0.54 4.73 0.23 0.95 -hébétées hébété adj f p 0.54 4.73 0.00 0.20 -hébétés hébéter ver m p 0.35 2.03 0.03 0.34 par:pas; -hécatombe hécatombe nom f s 0.20 1.69 0.20 1.28 -hécatombes hécatombe nom f p 0.20 1.69 0.00 0.41 -huche huche nom f s 0.19 0.47 0.19 0.34 -huches huche nom f p 0.19 0.47 0.00 0.14 -huchet huchet nom m s 0.00 0.27 0.00 0.27 -hédonisme hédonisme nom m s 0.05 0.20 0.05 0.20 -hédoniste hédoniste adj s 0.21 0.14 0.21 0.07 -hédonistes hédoniste adj m p 0.21 0.14 0.00 0.07 -hue hue ono 2.63 1.08 2.63 1.08 -huer huer ver 1.24 2.30 0.25 0.27 inf; -huerta huerta nom f s 0.53 0.95 0.53 0.95 -huez huer ver 1.24 2.30 0.02 0.14 imp:pre:2p;ind:pre:2p; -hugh hugh ono 1.38 0.27 1.38 0.27 -hégire hégire nom f s 0.38 0.27 0.38 0.27 -hugolien hugolien adj m s 0.00 0.14 0.00 0.07 -hugoliens hugolien adj m p 0.00 0.14 0.00 0.07 -huguenot huguenot nom m s 0.23 0.47 0.11 0.20 -huguenote huguenote nom f s 0.10 0.00 0.10 0.00 -huguenots huguenot nom m p 0.23 0.47 0.12 0.20 -hégélianisme hégélianisme nom m s 0.00 0.07 0.00 0.07 -hégélien hégélien adj m s 0.16 0.14 0.00 0.07 -hégélienne hégélien adj f s 0.16 0.14 0.16 0.00 -hégéliens hégélien adj m p 0.16 0.14 0.00 0.07 -hégémonie hégémonie nom f s 0.04 1.42 0.04 1.42 -hui hui nom s 2.36 0.47 2.36 0.47 -huilai huiler ver 0.59 1.76 0.00 0.07 ind:pas:1s; -huilait huiler ver 0.59 1.76 0.10 0.07 ind:imp:3s; -huile huile nom f s 22.68 38.18 20.23 36.22 -huilent huiler ver 0.59 1.76 0.00 0.07 ind:pre:3p; -huiler huiler ver 0.59 1.76 0.12 0.41 inf; -huilerai huiler ver 0.59 1.76 0.02 0.00 ind:fut:1s; -huiles huile nom f p 22.68 38.18 2.46 1.96 -huileuse huileux adj f s 0.37 4.26 0.09 1.89 -huileuses huileux adj f p 0.37 4.26 0.01 0.54 -huileux huileux adj m 0.37 4.26 0.27 1.82 -huilez huiler ver 0.59 1.76 0.05 0.00 imp:pre:2p; -huilier huilier nom m s 0.10 0.07 0.10 0.07 -huiliers huilier adj m p 0.01 0.07 0.00 0.07 -huilé huilé adj m s 0.57 3.24 0.21 1.15 -huilée huilé adj f s 0.57 3.24 0.21 1.08 -huilées huiler ver f p 0.59 1.76 0.05 0.07 par:pas; -huilés huilé adj m p 0.57 3.24 0.15 0.81 -huipil huipil nom m s 0.00 0.54 0.00 0.47 -huipils huipil nom m p 0.00 0.54 0.00 0.07 -huis huis nom m 0.48 1.82 0.48 1.82 -huisserie huisserie nom f s 0.04 0.34 0.04 0.14 -huisseries huisserie nom f p 0.04 0.34 0.00 0.20 -huissier huissier nom m s 2.84 5.95 2.06 3.72 -huissiers huissier nom m p 2.84 5.95 0.78 2.23 -huit_reflets huit_reflets nom m 0.00 0.27 0.00 0.27 -huit huit adj_num 58.47 102.50 58.47 102.50 -huitaine huitaine nom f s 0.20 1.01 0.20 1.01 -huitième huitième nom s 1.29 2.09 0.88 1.96 -huitièmes huitième nom p 1.29 2.09 0.41 0.14 -héla héler ver 0.35 6.49 0.01 1.69 ind:pas:3s; -hélai héler ver 0.35 6.49 0.00 0.14 ind:pas:1s; -hélaient héler ver 0.35 6.49 0.00 0.47 ind:imp:3p; -hélait héler ver 0.35 6.49 0.01 0.14 ind:imp:3s; -hélant héler ver 0.35 6.49 0.00 0.47 par:pre; -hélas hélas ono 24.21 34.73 24.21 34.73 -héler héler ver 0.35 6.49 0.11 1.08 inf; -hélez héler ver 0.35 6.49 0.01 0.00 imp:pre:2p; -hélianthes hélianthe nom m p 0.00 0.34 0.00 0.34 -hélice hélice nom f s 2.83 3.85 1.90 2.36 -hélices hélice nom f p 2.83 3.85 0.93 1.49 -hélico hélico adv 0.01 0.00 0.01 0.00 -hélicoïdal hélicoïdal adj m s 0.01 0.07 0.00 0.07 -hélicoïdale hélicoïdal adj f s 0.01 0.07 0.01 0.00 -hélicoptère hélicoptère nom m s 13.96 3.72 10.98 2.43 -hélicoptères hélicoptère nom m p 13.96 3.72 2.98 1.28 -hélio hélio nom f s 0.00 0.07 0.00 0.07 -héliographe héliographe nom m s 0.01 0.00 0.01 0.00 -héliogravure héliogravure nom f s 0.00 0.07 0.00 0.07 -héliophanie héliophanie nom f s 0.00 0.07 0.00 0.07 -héliotrope héliotrope nom m s 0.07 0.41 0.04 0.27 -héliotropes héliotrope nom m p 0.07 0.41 0.03 0.14 -héliport héliport nom m s 0.12 0.14 0.12 0.14 -héliporter héliporter ver 0.08 0.07 0.01 0.07 inf; -héliporté héliporter ver m s 0.08 0.07 0.05 0.00 par:pas; -héliportée héliporté adj f s 0.06 0.14 0.05 0.00 -héliportés héliporter ver m p 0.08 0.07 0.01 0.00 par:pas; -hélitreuiller hélitreuiller ver 0.01 0.00 0.01 0.00 inf; -hélium hélium nom m s 0.99 0.47 0.99 0.47 -hélix hélix nom m 0.07 0.07 0.07 0.07 -hulotte hulotte nom f s 0.10 0.61 0.10 0.34 -hulottes hulotte nom f p 0.10 0.61 0.00 0.27 -hélèrent héler ver 0.35 6.49 0.00 0.20 ind:pas:3p; -hélé héler ver m s 0.35 6.49 0.11 0.68 par:pas; -hulula hululer ver 0.18 1.35 0.00 0.20 ind:pas:3s; -hululaient hululer ver 0.18 1.35 0.00 0.14 ind:imp:3p; -hululait hululer ver 0.18 1.35 0.00 0.34 ind:imp:3s; -hululant hululer ver 0.18 1.35 0.00 0.27 par:pre; -hulule hululer ver 0.18 1.35 0.14 0.14 ind:pre:1s;ind:pre:3s; -hululement hululement nom m s 0.27 1.82 0.00 1.22 -hululements hululement nom m p 0.27 1.82 0.27 0.61 -hululent hululer ver 0.18 1.35 0.02 0.07 ind:pre:3p; -hululer hululer ver 0.18 1.35 0.01 0.14 inf; -hululée hululer ver f s 0.18 1.35 0.00 0.07 par:pas; -hélés héler ver m p 0.35 6.49 0.00 0.07 par:pas; -hum hum ono 33.59 5.68 33.59 5.68 -huma humer ver 0.73 9.53 0.03 1.49 ind:pas:3s; -humai humer ver 0.73 9.53 0.00 0.07 ind:pas:1s; -humaient humer ver 0.73 9.53 0.00 0.34 ind:imp:3p; -humain_robot humain_robot adj m s 0.03 0.00 0.03 0.00 -humain humain adj m s 107.10 111.55 50.53 35.81 -humaine humain adj f s 107.10 111.55 32.37 47.43 -humainement humainement adv 0.86 0.95 0.86 0.95 -humaines humain adj f p 107.10 111.55 6.36 14.93 -humains humain nom m p 30.00 18.31 18.15 10.00 -humais humer ver 0.73 9.53 0.01 0.07 ind:imp:1s; -humait humer ver 0.73 9.53 0.00 1.28 ind:imp:3s; -humanisait humaniser ver 0.27 1.35 0.00 0.27 ind:imp:3s; -humanisant humaniser ver 0.27 1.35 0.01 0.07 par:pre; -humanisation humanisation nom f s 0.00 0.14 0.00 0.14 -humanise humaniser ver 0.27 1.35 0.03 0.07 imp:pre:2s;ind:pre:3s; -humanisent humaniser ver 0.27 1.35 0.00 0.07 ind:pre:3p; -humaniser humaniser ver 0.27 1.35 0.09 0.41 inf; -humanisme humanisme nom m s 0.41 2.30 0.41 2.30 -humaniste humaniste adj s 0.72 0.68 0.72 0.54 -humanistes humaniste nom p 0.45 1.08 0.01 0.47 -humanisé humaniser ver m s 0.27 1.35 0.00 0.20 par:pas; -humanisée humaniser ver f s 0.27 1.35 0.14 0.07 par:pas; -humanisées humaniser ver f p 0.27 1.35 0.00 0.14 par:pas; -humanisés humaniser ver m p 0.27 1.35 0.01 0.07 par:pas; -humanitaire humanitaire adj s 2.02 1.55 1.52 1.22 -humanitaires humanitaire adj p 2.02 1.55 0.50 0.34 -humanitarisme humanitarisme nom m s 0.11 0.07 0.11 0.07 -humanité humanité nom f s 23.31 24.32 23.15 23.85 -humanités humanité nom f p 23.31 24.32 0.16 0.47 -humano humano adv 0.16 0.00 0.16 0.00 -humanoïde humanoïde adj s 0.46 0.00 0.42 0.00 -humanoïdes humanoïde nom p 0.21 0.41 0.11 0.27 -humant humer ver 0.73 9.53 0.11 1.69 par:pre; -hématie hématie nom f s 0.12 0.07 0.00 0.07 -hématies hématie nom f p 0.12 0.07 0.12 0.00 -hématine hématine nom f s 0.05 0.00 0.05 0.00 -hématite hématite nom f s 0.00 0.07 0.00 0.07 -hématocrite hématocrite nom m s 0.60 0.00 0.60 0.00 -hématocèle hématocèle nom f s 0.00 0.07 0.00 0.07 -hématologie hématologie nom f s 0.10 0.07 0.10 0.07 -hématologique hématologique adj f s 0.01 0.00 0.01 0.00 -hématologue hématologue nom s 0.14 0.07 0.14 0.07 -hématome hématome nom m s 1.53 0.61 1.08 0.41 -hématomes hématome nom m p 1.53 0.61 0.45 0.20 -hématopoïèse hématopoïèse nom f s 0.00 0.07 0.00 0.07 -hématose hématose nom f s 0.00 0.07 0.00 0.07 -hématurie hématurie nom f s 0.02 0.00 0.02 0.00 -humble humble adj s 12.43 18.45 9.66 12.84 -humblement humblement adv 2.26 3.65 2.26 3.65 -humbles humble adj p 12.43 18.45 2.77 5.61 -humbug humbug adj s 0.01 0.00 0.01 0.00 -hume humer ver 0.73 9.53 0.13 1.76 imp:pre:2s;ind:pre:1s;ind:pre:3s; -humecta humecter ver 0.35 4.53 0.14 0.27 ind:pas:3s; -humectage humectage nom m s 0.01 0.00 0.01 0.00 -humectai humecter ver 0.35 4.53 0.00 0.14 ind:pas:1s; -humectaient humecter ver 0.35 4.53 0.00 0.07 ind:imp:3p; -humectais humecter ver 0.35 4.53 0.00 0.07 ind:imp:1s; -humectait humecter ver 0.35 4.53 0.00 0.41 ind:imp:3s; -humectant humectant adj m s 0.05 0.00 0.05 0.00 -humecte humecter ver 0.35 4.53 0.00 0.68 imp:pre:2s;ind:pre:1s;ind:pre:3s; -humectent humecter ver 0.35 4.53 0.00 0.07 ind:pre:3p; -humecter humecter ver 0.35 4.53 0.16 1.01 inf; -humecté humecter ver m s 0.35 4.53 0.00 0.54 par:pas; -humectée humecter ver f s 0.35 4.53 0.03 0.41 par:pas; -humectées humecter ver f p 0.35 4.53 0.01 0.20 par:pas; -humectés humecter ver m p 0.35 4.53 0.01 0.34 par:pas; -hument humer ver 0.73 9.53 0.11 0.14 ind:pre:3p; -humer humer ver 0.73 9.53 0.28 1.76 inf; -humeras humer ver 0.73 9.53 0.00 0.07 ind:fut:2s; -humeur humeur nom f s 31.26 58.04 29.80 52.57 -humeurs humeur nom f p 31.26 58.04 1.46 5.47 -humez humer ver 0.73 9.53 0.04 0.07 imp:pre:2p; -hémi hémi adv 0.00 0.07 0.00 0.07 -hémicycle hémicycle nom m s 0.03 0.34 0.03 0.34 -humide humide adj s 11.23 53.31 8.24 38.24 -humidement humidement adv 0.00 0.07 0.00 0.07 -humides humide adj p 11.23 53.31 2.98 15.07 -humidifia humidifier ver 0.31 0.47 0.00 0.07 ind:pas:3s; -humidifiant humidifier ver 0.31 0.47 0.15 0.07 par:pre; -humidificateur humidificateur nom m s 0.20 0.07 0.20 0.07 -humidification humidification nom f s 0.03 0.00 0.03 0.00 -humidifient humidifier ver 0.31 0.47 0.04 0.07 ind:pre:3p; -humidifier humidifier ver 0.31 0.47 0.06 0.14 inf; -humidifié humidifier ver m s 0.31 0.47 0.06 0.07 par:pas; -humidifiés humidifier ver m p 0.31 0.47 0.00 0.07 par:pas; -humidité humidité nom f s 4.09 14.86 4.09 14.86 -humilia humilier ver 16.01 14.26 0.00 0.07 ind:pas:3s; -humiliaient humilier ver 16.01 14.26 0.00 0.20 ind:imp:3p; -humiliais humilier ver 16.01 14.26 0.02 0.00 ind:imp:2s; -humiliait humilier ver 16.01 14.26 0.05 0.95 ind:imp:3s; -humiliant humiliant adj m s 5.08 3.78 3.35 1.89 -humiliante humiliant adj f s 5.08 3.78 0.73 0.88 -humiliantes humiliant adj f p 5.08 3.78 0.56 0.34 -humiliants humiliant adj m p 5.08 3.78 0.45 0.68 -humiliassent humilier ver 16.01 14.26 0.00 0.07 sub:imp:3p; -humiliation humiliation nom f s 7.60 13.65 6.72 10.68 -humiliations humiliation nom f p 7.60 13.65 0.89 2.97 -humilie humilier ver 16.01 14.26 2.15 1.15 imp:pre:2s;ind:pre:1s;ind:pre:3s; -humilient humilier ver 16.01 14.26 0.15 0.14 ind:pre:3p; -humilier humilier ver 16.01 14.26 5.68 4.32 inf;; -humiliera humilier ver 16.01 14.26 0.05 0.00 ind:fut:3s; -humilierai humilier ver 16.01 14.26 0.04 0.00 ind:fut:1s; -humilieraient humilier ver 16.01 14.26 0.00 0.14 cnd:pre:3p; -humilierais humilier ver 16.01 14.26 0.01 0.00 cnd:pre:1s; -humilierait humilier ver 16.01 14.26 0.01 0.14 cnd:pre:3s; -humilies humilier ver 16.01 14.26 0.62 0.27 ind:pre:2s; -humiliez humilier ver 16.01 14.26 0.14 0.27 imp:pre:2p;ind:pre:2p; -humilité humilité nom f s 4.24 12.09 4.24 11.96 -humilités humilité nom f p 4.24 12.09 0.00 0.14 -humilié humilier ver m s 16.01 14.26 3.65 3.18 par:pas; -humiliée humilier ver f s 16.01 14.26 1.93 1.62 par:pas; -humiliées humilié adj f p 2.45 4.32 0.40 0.07 -humiliés humilier ver m p 16.01 14.26 1.12 0.88 par:pas; -humions humer ver 0.73 9.53 0.00 0.07 ind:imp:1p; -hémiplégie hémiplégie nom f s 0.20 0.41 0.20 0.41 -hémiplégique hémiplégique adj s 0.01 0.07 0.01 0.07 -hémiptère hémiptère nom m s 0.00 0.07 0.00 0.07 -hémisphère hémisphère nom m s 1.38 1.76 0.96 0.88 -hémisphères hémisphère nom m p 1.38 1.76 0.41 0.88 -hémisphérique hémisphérique adj s 0.01 0.41 0.01 0.34 -hémisphériques hémisphérique adj m p 0.01 0.41 0.00 0.07 -hémistiche hémistiche nom m s 0.01 0.20 0.00 0.07 -hémistiches hémistiche nom m p 0.01 0.20 0.01 0.14 -hémièdres hémièdre adj f p 0.00 0.07 0.00 0.07 -hémoculture hémoculture nom f s 0.17 0.00 0.09 0.00 -hémocultures hémoculture nom f p 0.17 0.00 0.09 0.00 -hémodialyse hémodialyse nom f s 0.04 0.00 0.04 0.00 -hémodynamique hémodynamique nom f s 0.05 0.00 0.05 0.00 -hémoglobine hémoglobine nom f s 1.15 0.34 1.14 0.27 -hémoglobines hémoglobine nom f p 1.15 0.34 0.01 0.07 -hémogramme hémogramme nom m s 0.12 0.00 0.12 0.00 -hémolyse hémolyse nom f s 0.07 0.00 0.07 0.00 -hémolytique hémolytique adj f s 0.12 0.00 0.12 0.00 -humons humer ver 0.73 9.53 0.00 0.07 ind:pre:1p; -hémophile hémophile adj m s 0.10 0.07 0.07 0.07 -hémophiles hémophile adj m p 0.10 0.07 0.03 0.00 -hémophilie hémophilie nom f s 0.14 0.07 0.14 0.07 -hémoptysie hémoptysie nom f s 0.01 0.68 0.00 0.34 -hémoptysies hémoptysie nom f p 0.01 0.68 0.01 0.34 -humoral humoral adj m s 0.00 0.07 0.00 0.07 -humoriste humoriste adj s 0.33 0.20 0.33 0.14 -humoristes humoriste nom p 0.11 0.74 0.02 0.41 -humoristique humoristique adj s 0.30 1.22 0.20 0.61 -humoristiques humoristique adj p 0.30 1.22 0.10 0.61 -hémorragie hémorragie nom f s 9.35 3.11 8.39 2.43 -hémorragies hémorragie nom f p 9.35 3.11 0.96 0.68 -hémorragique hémorragique adj s 0.25 0.00 0.25 0.00 -hémorroïdaire hémorroïdaire adj s 0.01 0.00 0.01 0.00 -hémorroïdale hémorroïdal adj f s 0.01 0.00 0.01 0.00 -hémorroïde hémorroïde nom f s 1.69 0.41 0.23 0.00 -hémorroïdes hémorroïde nom f p 1.69 0.41 1.46 0.41 -hémostase hémostase nom f s 0.13 0.00 0.13 0.00 -hémostatique hémostatique adj s 0.14 0.07 0.14 0.07 -humour humour nom m s 17.22 16.76 17.22 16.76 -humèrent humer ver 0.73 9.53 0.00 0.07 ind:pas:3p; -humé humer ver m s 0.73 9.53 0.02 0.47 par:pas; -humée humer ver f s 0.73 9.53 0.00 0.07 par:pas; -humérale huméral adj f s 0.04 0.00 0.04 0.00 -humérus humérus nom m 0.22 0.34 0.22 0.34 -humés humer ver m p 0.73 9.53 0.00 0.07 par:pas; -humus humus nom m 0.32 5.74 0.32 5.74 -hun hun nom m s 0.16 0.68 0.11 0.47 -hune hune nom f s 0.06 0.41 0.06 0.34 -hunes hune nom f p 0.06 0.41 0.00 0.07 -hunier hunier nom m s 0.17 0.14 0.12 0.07 -huniers hunier nom m p 0.17 0.14 0.05 0.07 -huns hun nom m p 0.16 0.68 0.05 0.20 -hunter hunter nom m s 0.02 0.00 0.02 0.00 -héparine héparine nom f s 0.28 0.00 0.28 0.00 -hépatique hépatique adj s 0.50 0.41 0.32 0.27 -hépatiques hépatique adj p 0.50 0.41 0.18 0.14 -hépatite hépatite nom f s 2.12 0.74 2.04 0.74 -hépatites hépatite nom f p 2.12 0.74 0.08 0.00 -hépatomégalie hépatomégalie nom f s 0.01 0.00 0.01 0.00 -huppe huppe nom f s 0.06 0.34 0.06 0.34 -huppé huppé adj m s 0.45 2.09 0.17 0.68 -huppée huppé adj f s 0.45 2.09 0.10 0.61 -huppées huppé adj f p 0.45 2.09 0.05 0.27 -huppés huppé adj m p 0.45 2.09 0.13 0.54 -héraclitienne héraclitien adj f s 0.00 0.07 0.00 0.07 -héraclitéen héraclitéen adj m s 0.00 0.20 0.00 0.14 -héraclitéenne héraclitéen adj f s 0.00 0.20 0.00 0.07 -héraldique héraldique adj s 0.00 1.22 0.00 0.81 -héraldiques héraldique adj p 0.00 1.22 0.00 0.41 -héraut héraut nom m s 0.36 0.81 0.35 0.20 -hérauts héraut nom m p 0.36 0.81 0.01 0.61 -hure hure nom f s 0.11 2.36 0.11 0.34 -hures hure nom f p 0.11 2.36 0.00 2.03 -hérissa hérisser ver 0.64 13.99 0.10 0.14 ind:pas:3s; -hérissaient hérisser ver 0.64 13.99 0.00 0.74 ind:imp:3p; -hérissait hérisser ver 0.64 13.99 0.01 1.08 ind:imp:3s; -hérissant hérisser ver 0.64 13.99 0.00 0.27 par:pre; -hérisse hérisser ver 0.64 13.99 0.11 0.81 imp:pre:2s;ind:pre:1s;ind:pre:3s; -hérissement hérissement nom m s 0.00 0.34 0.00 0.14 -hérissements hérissement nom m p 0.00 0.34 0.00 0.20 -hérissent hérisser ver 0.64 13.99 0.03 0.41 ind:pre:3p; -hérisser hérisser ver 0.64 13.99 0.03 0.41 inf; -hérisseraient hérisser ver 0.64 13.99 0.00 0.14 cnd:pre:3p; -hérisses hérisser ver 0.64 13.99 0.01 0.07 ind:pre:2s; -hérisson hérisson nom m s 0.75 2.57 0.69 1.76 -hérissons hérisson nom m p 0.75 2.57 0.06 0.81 -hérissât hérisser ver 0.64 13.99 0.00 0.07 sub:imp:3s; -hérissèrent hérisser ver 0.64 13.99 0.00 0.14 ind:pas:3p; -hérissé hérisser ver m s 0.64 13.99 0.14 3.38 par:pas; -hérissée hérissé adj f s 0.41 4.86 0.21 1.28 -hérissées hérissé adj f p 0.41 4.86 0.14 1.22 -hérissés hérisser ver m p 0.64 13.99 0.05 2.50 par:pas; -hérita hériter ver 11.93 12.84 0.18 0.34 ind:pas:3s; -héritage héritage nom m s 12.37 12.03 12.18 11.15 -héritages héritage nom m p 12.37 12.03 0.19 0.88 -héritai hériter ver 11.93 12.84 0.00 0.20 ind:pas:1s; -héritaient hériter ver 11.93 12.84 0.00 0.14 ind:imp:3p; -héritais hériter ver 11.93 12.84 0.11 0.14 ind:imp:1s;ind:imp:2s; -héritait hériter ver 11.93 12.84 0.03 0.20 ind:imp:3s; -hérite hériter ver 11.93 12.84 1.52 0.61 imp:pre:2s;ind:pre:1s;ind:pre:3s; -héritent hériter ver 11.93 12.84 0.21 0.00 ind:pre:3p; -hériter hériter ver 11.93 12.84 1.86 1.35 inf; -héritera hériter ver 11.93 12.84 0.38 0.14 ind:fut:3s; -hériterai hériter ver 11.93 12.84 0.05 0.07 ind:fut:1s; -hériteraient hériter ver 11.93 12.84 0.02 0.00 cnd:pre:3p; -hériterait hériter ver 11.93 12.84 0.07 0.14 cnd:pre:3s; -hériteras hériter ver 11.93 12.84 0.22 0.00 ind:fut:2s; -hériterez hériter ver 11.93 12.84 0.20 0.07 ind:fut:2p; -hériteront hériter ver 11.93 12.84 0.11 0.00 ind:fut:3p; -hérites hériter ver 11.93 12.84 0.34 0.14 ind:pre:2s; -héritez hériter ver 11.93 12.84 0.25 0.14 imp:pre:2p;ind:pre:2p; -héritier héritier nom m s 10.77 13.45 7.76 7.16 -héritiers héritier nom m p 10.77 13.45 1.39 3.18 -héritière héritier nom f s 10.77 13.45 1.62 2.70 -héritières héritière nom f p 0.05 0.00 0.05 0.00 -héritons hériter ver 11.93 12.84 0.11 0.00 ind:pre:1p; -hérité hériter ver m s 11.93 12.84 6.00 6.89 par:pas; -héritée hériter ver f s 11.93 12.84 0.10 1.42 par:pas; -héritées hériter ver f p 11.93 12.84 0.01 0.27 par:pas; -hérités hériter ver m p 11.93 12.84 0.15 0.61 par:pas; -hurla hurler ver 33.17 88.65 0.46 13.78 ind:pas:3s; -hurlai hurler ver 33.17 88.65 0.00 1.08 ind:pas:1s; -hurlaient hurler ver 33.17 88.65 0.64 3.38 ind:imp:3p; -hurlais hurler ver 33.17 88.65 0.69 0.88 ind:imp:1s;ind:imp:2s; -hurlait hurler ver 33.17 88.65 2.19 10.54 ind:imp:3s; -hurlant hurler ver 33.17 88.65 2.08 12.36 par:pre; -hurlante hurlant adj f s 0.69 7.50 0.14 2.03 -hurlantes hurlant adj f p 0.69 7.50 0.09 1.01 -hurlants hurlant adj m p 0.69 7.50 0.06 0.95 -hurle hurler ver 33.17 88.65 8.34 18.24 imp:pre:2s;ind:pre:1s;ind:pre:3s; -hurlement hurlement nom m s 4.59 20.95 2.16 9.86 -hurlements hurlement nom m p 4.59 20.95 2.43 11.08 -hurlent hurler ver 33.17 88.65 2.52 2.36 ind:pre:3p; -hurler hurler ver 33.17 88.65 10.38 17.23 inf; -hurlera hurler ver 33.17 88.65 0.09 0.00 ind:fut:3s; -hurlerai hurler ver 33.17 88.65 0.08 0.20 ind:fut:1s; -hurleraient hurler ver 33.17 88.65 0.01 0.14 cnd:pre:3p; -hurlerais hurler ver 33.17 88.65 0.06 0.20 cnd:pre:1s; -hurlerait hurler ver 33.17 88.65 0.04 0.20 cnd:pre:3s; -hurlerez hurler ver 33.17 88.65 0.08 0.00 ind:fut:2p; -hurleront hurler ver 33.17 88.65 0.18 0.07 ind:fut:3p; -hurles hurler ver 33.17 88.65 0.69 0.07 ind:pre:2s; -hurleur hurleur nom m s 0.22 0.47 0.11 0.07 -hurleurs hurleur nom m p 0.22 0.47 0.12 0.41 -hurlez hurler ver 33.17 88.65 1.47 0.00 imp:pre:2p;ind:pre:2p; -hurlions hurler ver 33.17 88.65 0.14 0.14 ind:imp:1p; -hurlât hurler ver 33.17 88.65 0.00 0.07 sub:imp:3s; -hurlèrent hurler ver 33.17 88.65 0.00 1.01 ind:pas:3p; -hurlé hurler ver m s 33.17 88.65 3.06 6.15 par:pas; -hurluberlu hurluberlu nom m s 0.23 0.61 0.20 0.14 -hurluberlus hurluberlu nom m p 0.23 0.61 0.04 0.47 -hurlée hurler ver f s 33.17 88.65 0.00 0.14 par:pas; -hurlées hurler ver f p 33.17 88.65 0.00 0.34 par:pas; -hurlés hurler ver m p 33.17 88.65 0.00 0.07 par:pas; -héro héro nom f s 4.38 1.35 4.38 1.35 -héroïde héroïde nom f s 0.00 0.07 0.00 0.07 -héroïne héros nom f s 76.58 52.77 10.32 7.23 -héroïnes héros nom f p 76.58 52.77 0.10 1.89 -héroïnomane héroïnomane nom s 0.02 0.00 0.02 0.00 -héroïque héroïque adj s 4.73 11.28 3.31 7.57 -héroïquement héroïquement adv 0.14 0.74 0.14 0.74 -héroïques héroïque adj p 4.73 11.28 1.42 3.72 -héroïsme héroïsme nom m s 1.06 5.95 1.06 5.95 -héron héron nom m s 0.64 2.36 0.27 1.08 -huron huron adj m s 0.04 0.07 0.01 0.00 -huronne huron adj f s 0.04 0.07 0.03 0.07 -hérons héron nom m p 0.64 2.36 0.37 1.28 -héros héros nom m 76.58 52.77 66.17 43.65 -hurrah hurrah ono 0.17 0.61 0.17 0.61 -hurrahs hurrah nom m p 0.01 0.07 0.00 0.07 -hurricane hurricane nom m s 0.56 0.34 0.52 0.27 -hurricanes hurricane nom m p 0.56 0.34 0.05 0.07 -héréditaire héréditaire adj s 2.59 4.59 2.21 3.85 -héréditairement héréditairement adv 0.00 0.20 0.00 0.20 -héréditaires héréditaire adj p 2.59 4.59 0.38 0.74 -hérédité hérédité nom f s 0.71 3.99 0.71 3.99 -hérédo hérédo adv 0.00 0.07 0.00 0.07 -hérésiarque hérésiarque nom s 0.00 0.20 0.00 0.07 -hérésiarques hérésiarque nom p 0.00 0.20 0.00 0.14 -hérésie hérésie nom f s 1.72 7.91 1.52 7.16 -hérésies hérésie nom f p 1.72 7.91 0.20 0.74 -hérétique hérétique nom s 3.15 18.65 2.08 2.77 -hérétiques hérétique nom p 3.15 18.65 1.08 15.88 -hésita hésiter ver 30.06 122.43 0.30 36.15 ind:pas:3s; -hésitai hésiter ver 30.06 122.43 0.01 4.26 ind:pas:1s; -hésitaient hésiter ver 30.06 122.43 0.01 3.11 ind:imp:3p; -hésitais hésiter ver 30.06 122.43 0.33 3.38 ind:imp:1s;ind:imp:2s; -hésitait hésiter ver 30.06 122.43 1.01 15.07 ind:imp:3s; -hésitant hésiter ver 30.06 122.43 0.23 6.22 par:pre; -hésitante hésitant adj f s 0.56 12.09 0.32 5.88 -hésitantes hésitant adj f p 0.56 12.09 0.04 0.61 -hésitants hésitant adj m p 0.56 12.09 0.09 1.69 -hésitation hésitation nom f s 2.90 25.14 2.27 19.80 -hésitations hésitation nom f p 2.90 25.14 0.63 5.34 -hésite hésiter ver 30.06 122.43 8.21 18.58 imp:pre:2s;ind:pre:1s;ind:pre:3s; -hésitent hésiter ver 30.06 122.43 0.47 2.30 ind:pre:3p; -hésiter hésiter ver 30.06 122.43 4.57 16.28 inf; -hésitera hésiter ver 30.06 122.43 0.20 0.34 ind:fut:3s; -hésiterai hésiter ver 30.06 122.43 0.92 0.20 ind:fut:1s; -hésiteraient hésiter ver 30.06 122.43 0.22 0.41 cnd:pre:3p; -hésiterais hésiter ver 30.06 122.43 0.72 0.61 cnd:pre:1s;cnd:pre:2s; -hésiterait hésiter ver 30.06 122.43 0.51 0.47 cnd:pre:3s; -hésiteras hésiter ver 30.06 122.43 0.16 0.00 ind:fut:2s; -hésiterez hésiter ver 30.06 122.43 0.04 0.07 ind:fut:2p; -hésiteriez hésiter ver 30.06 122.43 0.10 0.00 cnd:pre:2p; -hésiterions hésiter ver 30.06 122.43 0.00 0.07 cnd:pre:1p; -hésiterons hésiter ver 30.06 122.43 0.05 0.07 ind:fut:1p; -hésiteront hésiter ver 30.06 122.43 0.34 0.00 ind:fut:3p; -hésites hésiter ver 30.06 122.43 1.09 0.47 ind:pre:2s; -hésitez hésiter ver 30.06 122.43 6.28 1.89 imp:pre:2p;ind:pre:2p; -hésitiez hésiter ver 30.06 122.43 0.05 0.00 ind:imp:2p; -hésitions hésiter ver 30.06 122.43 0.00 0.20 ind:imp:1p; -hésitons hésiter ver 30.06 122.43 0.42 0.14 imp:pre:1p;ind:pre:1p; -hésitât hésiter ver 30.06 122.43 0.00 0.20 sub:imp:3s; -hésitèrent hésiter ver 30.06 122.43 0.00 0.95 ind:pas:3p; -hésité hésiter ver m s 30.06 122.43 3.83 11.01 par:pas; -huskies huskies nom m p 0.20 0.00 0.20 0.00 -husky husky nom m s 0.28 0.00 0.28 0.00 -hussard hussard nom m s 0.71 3.45 0.17 1.42 -hussarde hussard nom f s 0.71 3.45 0.01 0.27 -hussards hussard nom m p 0.71 3.45 0.53 1.76 -husseinites husseinite nom p 0.00 0.14 0.00 0.14 -hussite hussite nom m s 0.00 0.20 0.00 0.14 -hussites hussite nom m p 0.00 0.20 0.00 0.07 -hétaïre hétaïre nom f s 0.00 0.27 0.00 0.14 -hétaïres hétaïre nom f p 0.00 0.27 0.00 0.14 -huèrent huer ver 1.24 2.30 0.00 0.07 ind:pas:3p; -hêtraie hêtraie nom f s 0.00 0.68 0.00 0.54 -hêtraies hêtraie nom f p 0.00 0.68 0.00 0.14 -hêtre hêtre nom m s 0.65 10.20 0.18 3.38 -hêtres hêtre nom m p 0.65 10.20 0.47 6.82 -hutte hutte nom f s 3.90 7.84 3.25 4.93 -hutter hutter ver 0.77 0.00 0.77 0.00 inf; -huttes hutte nom f p 3.90 7.84 0.65 2.91 -hétéro hétéro adj s 3.91 0.74 3.16 0.61 -hétérochromie hétérochromie nom f s 0.03 0.00 0.03 0.00 -hétéroclite hétéroclite adj s 0.17 4.73 0.02 2.57 -hétéroclites hétéroclite adj p 0.17 4.73 0.16 2.16 -hétérodoxes hétérodoxe nom p 0.01 0.14 0.01 0.14 -hétérodoxie hétérodoxie nom f s 0.00 0.07 0.00 0.07 -hétérogène hétérogène adj m s 0.14 0.34 0.14 0.07 -hétérogènes hétérogène adj p 0.14 0.34 0.00 0.27 -hétérogénéité hétérogénéité nom f s 0.00 0.14 0.00 0.14 -hétéroptère hétéroptère nom m s 0.00 0.07 0.00 0.07 -hétéros hétéro nom p 3.50 0.34 1.87 0.00 -hétérosexualité hétérosexualité nom f s 0.08 0.81 0.08 0.81 -hétérosexuel hétérosexuel adj m s 0.97 3.58 0.60 1.49 -hétérosexuelle hétérosexuel adj f s 0.97 3.58 0.13 0.88 -hétérosexuelles hétérosexuel adj f p 0.97 3.58 0.07 0.07 -hétérosexuels hétérosexuel adj m p 0.97 3.58 0.17 1.15 -hétérozygote hétérozygote adj s 0.01 0.07 0.01 0.00 -hétérozygotes hétérozygote adj p 0.01 0.07 0.00 0.07 -hué huer ver m s 1.24 2.30 0.05 0.34 par:pas; -huée huer ver f s 1.24 2.30 0.02 0.00 par:pas; -huées huée nom f p 0.64 1.49 0.64 1.42 -hués huer ver m p 1.24 2.30 0.02 0.14 par:pas; -hévéa hévéa nom m s 0.23 0.20 0.01 0.14 -hévéas hévéa nom m p 0.23 0.20 0.22 0.07 -hyacinthe hyacinthe nom f s 0.04 0.07 0.04 0.07 -hyades hyade nom f p 0.10 0.07 0.10 0.07 -hybridation hybridation nom f s 0.05 0.00 0.05 0.00 -hybride hybride nom m s 1.97 0.41 1.20 0.27 -hybrides hybride nom m p 1.97 0.41 0.77 0.14 -hybridé hybrider ver m s 0.01 0.00 0.01 0.00 par:pas; -hydatique hydatique adj s 0.01 0.00 0.01 0.00 -hydne hydne nom m s 0.00 0.07 0.00 0.07 -hydratant hydratant adj m s 0.38 0.27 0.04 0.07 -hydratante hydratant adj f s 0.38 0.27 0.26 0.20 -hydratantes hydratant adj f p 0.38 0.27 0.07 0.00 -hydratants hydratant adj m p 0.38 0.27 0.01 0.00 -hydratation hydratation nom f s 0.13 0.00 0.13 0.00 -hydrate hydrate nom m s 0.42 0.00 0.18 0.00 -hydrater hydrater ver 0.58 0.00 0.12 0.00 inf; -hydrates hydrate nom m p 0.42 0.00 0.25 0.00 -hydratez hydrater ver 0.58 0.00 0.15 0.00 imp:pre:2p; -hydraté hydrater ver m s 0.58 0.00 0.17 0.00 par:pas; -hydratée hydrater ver f s 0.58 0.00 0.07 0.00 par:pas; -hydraulicien hydraulicien nom m s 0.01 0.00 0.01 0.00 -hydraulique hydraulique adj s 1.41 1.15 1.15 1.01 -hydrauliques hydraulique adj p 1.41 1.15 0.26 0.14 -hydravion hydravion nom m s 0.47 0.61 0.43 0.27 -hydravions hydravion nom m p 0.47 0.61 0.04 0.34 -hydre hydre nom f s 0.17 0.34 0.17 0.34 -hydrique hydrique adj s 0.07 0.00 0.07 0.00 -hydro_électrique hydro_électrique adj s 0.00 0.07 0.00 0.07 -hydro hydro adv 0.17 0.07 0.17 0.07 -hydrocarbure hydrocarbure nom m s 0.50 0.34 0.11 0.07 -hydrocarbures hydrocarbure nom m p 0.50 0.34 0.39 0.27 -hydrochlorique hydrochlorique adj m s 0.09 0.00 0.09 0.00 -hydrocortisone hydrocortisone nom f s 0.03 0.00 0.03 0.00 -hydrocèle hydrocèle nom f s 0.00 0.07 0.00 0.07 -hydrocéphale hydrocéphale adj s 0.22 0.14 0.12 0.07 -hydrocéphales hydrocéphale adj m p 0.22 0.14 0.10 0.07 -hydrocéphalie hydrocéphalie nom f s 0.01 0.00 0.01 0.00 -hydrocution hydrocution nom f s 0.00 0.07 0.00 0.07 -hydrodynamique hydrodynamique adj f s 0.01 0.00 0.01 0.00 -hydrofoil hydrofoil nom m s 0.01 0.00 0.01 0.00 -hydroglisseur hydroglisseur nom m s 0.06 0.00 0.06 0.00 -hydrographe hydrographe adj m s 0.14 0.00 0.14 0.00 -hydrographie hydrographie nom f s 0.01 0.07 0.01 0.07 -hydrographique hydrographique adj m s 0.27 0.14 0.27 0.07 -hydrographiques hydrographique adj p 0.27 0.14 0.00 0.07 -hydrogène hydrogène nom m s 1.76 0.88 1.75 0.88 -hydrogènes hydrogène nom m p 1.76 0.88 0.01 0.00 -hydrogénisation hydrogénisation nom f s 0.00 0.14 0.00 0.14 -hydrogéné hydrogéné adj m s 0.04 0.00 0.02 0.00 -hydrogénée hydrogéné adj f s 0.04 0.00 0.02 0.00 -hydrolase hydrolase nom f s 0.10 0.00 0.10 0.00 -hydrologie hydrologie nom f s 0.02 0.00 0.02 0.00 -hydrolyse hydrolyse nom f s 0.03 0.00 0.03 0.00 -hydromel hydromel nom m s 0.52 0.20 0.52 0.20 -hydromètres hydromètre nom f p 0.00 0.07 0.00 0.07 -hydrophile hydrophile adj m s 0.10 1.01 0.10 0.88 -hydrophiles hydrophile adj f p 0.10 1.01 0.00 0.14 -hydrophobe hydrophobe adj f s 0.01 0.00 0.01 0.00 -hydrophobie hydrophobie nom f s 0.04 0.07 0.04 0.07 -hydrophone hydrophone nom m s 0.25 0.00 0.25 0.00 -hydrophyte hydrophyte nom f s 0.01 0.00 0.01 0.00 -hydropique hydropique adj f s 0.14 0.14 0.14 0.14 -hydropisie hydropisie nom f s 0.01 0.27 0.01 0.27 -hydropneumatique hydropneumatique adj m s 0.01 0.14 0.01 0.14 -hydroponique hydroponique adj s 0.28 0.00 0.20 0.00 -hydroponiques hydroponique adj p 0.28 0.00 0.09 0.00 -hydroptère hydroptère nom m s 0.02 0.00 0.02 0.00 -hydroquinone hydroquinone nom f s 0.00 0.14 0.00 0.14 -hydrostatique hydrostatique adj s 0.04 0.00 0.04 0.00 -hydrothérapie hydrothérapie nom f s 0.08 0.14 0.08 0.14 -hydroélectrique hydroélectrique adj f s 0.36 0.14 0.36 0.14 -hydrox hydrox nom m 0.01 0.00 0.01 0.00 -hydroxyde hydroxyde nom m s 0.13 0.00 0.13 0.00 -hygiaphone hygiaphone nom m s 0.00 0.20 0.00 0.20 -hygiène hygiène nom f s 4.42 6.35 4.40 6.28 -hygiènes hygiène nom f p 4.42 6.35 0.01 0.07 -hygiénique hygiénique adj s 1.74 4.12 1.48 2.84 -hygiéniquement hygiéniquement adv 0.01 0.07 0.01 0.07 -hygiéniques hygiénique adj p 1.74 4.12 0.26 1.28 -hygiéniste hygiéniste nom s 0.20 0.14 0.19 0.00 -hygiénistes hygiéniste nom p 0.20 0.14 0.01 0.14 -hygroma hygroma nom m s 0.03 0.00 0.03 0.00 -hygromètre hygromètre nom m s 0.01 0.14 0.00 0.07 -hygromètres hygromètre nom m p 0.01 0.14 0.01 0.07 -hygrométrie hygrométrie nom f s 0.14 0.07 0.14 0.07 -hygrométrique hygrométrique adj s 0.00 0.14 0.00 0.07 -hygrométriques hygrométrique adj f p 0.00 0.14 0.00 0.07 -hylémorphique hylémorphique adj f s 0.00 0.07 0.00 0.07 -hymen hymen nom m s 2.05 0.34 2.05 0.34 -hymne hymne nom s 6.25 8.72 5.37 6.69 -hymnes hymne nom p 6.25 8.72 0.88 2.03 -hyménoptère hyménoptère nom m s 0.02 0.27 0.00 0.07 -hyménoptères hyménoptère nom m p 0.02 0.27 0.02 0.20 -hyménée hyménée nom m s 0.34 0.07 0.34 0.00 -hyménées hyménée nom m p 0.34 0.07 0.00 0.07 -hyoïde hyoïde adj f s 0.16 0.00 0.16 0.00 -hypallage hypallage nom f s 0.00 0.07 0.00 0.07 -hyper hyper adv 6.66 0.95 6.66 0.95 -hyperacidité hyperacidité nom f s 0.01 0.00 0.01 0.00 -hyperactif hyperactif adj m s 0.20 0.00 0.13 0.00 -hyperactive hyperactif adj f s 0.20 0.00 0.08 0.00 -hyperactivité hyperactivité nom f s 0.17 0.00 0.17 0.00 -hyperbare hyperbare adj m s 0.07 0.00 0.07 0.00 -hyperbole hyperbole nom f s 0.12 0.34 0.09 0.20 -hyperboles hyperbole nom f p 0.12 0.34 0.04 0.14 -hyperbolique hyperbolique adj s 0.01 0.20 0.01 0.20 -hyperboliquement hyperboliquement adv 0.00 0.07 0.00 0.07 -hyperborée hyperborée nom f s 0.00 0.07 0.00 0.07 -hyperboréen hyperboréen adj m s 0.00 0.54 0.00 0.14 -hyperboréenne hyperboréen adj f s 0.00 0.54 0.00 0.27 -hyperboréens hyperboréen adj m p 0.00 0.54 0.00 0.14 -hypercalcémie hypercalcémie nom f s 0.07 0.00 0.07 0.00 -hypercholestérolémie hypercholestérolémie nom f s 0.03 0.00 0.03 0.00 -hypercoagulabilité hypercoagulabilité nom f s 0.03 0.00 0.03 0.00 -hyperespace hyperespace nom m s 1.89 0.00 1.89 0.00 -hyperesthésie hyperesthésie nom f s 0.00 0.07 0.00 0.07 -hyperglycémies hyperglycémie nom f p 0.00 0.07 0.00 0.07 -hyperkaliémie hyperkaliémie nom f s 0.03 0.00 0.03 0.00 -hyperlipidémie hyperlipidémie nom f s 0.00 0.07 0.00 0.07 -hyperlipémie hyperlipémie nom f s 0.01 0.00 0.01 0.00 -hypermarché hypermarché nom m s 0.15 0.27 0.12 0.14 -hypermarchés hypermarché nom m p 0.15 0.27 0.03 0.14 -hypermnésie hypermnésie nom f s 0.00 0.07 0.00 0.07 -hypernerveuse hypernerveux adj f s 0.00 0.27 0.00 0.07 -hypernerveux hypernerveux adj m 0.00 0.27 0.00 0.20 -hyperplan hyperplan nom m s 0.01 0.00 0.01 0.00 -hyperplasie hyperplasie nom f s 0.04 0.00 0.04 0.00 -hyperréactivité hyperréactivité nom f s 0.01 0.00 0.01 0.00 -hyperréalisme hyperréalisme nom m s 0.00 0.07 0.00 0.07 -hyperréaliste hyperréaliste adj s 0.00 0.14 0.00 0.07 -hyperréaliste hyperréaliste nom s 0.00 0.14 0.00 0.07 -hyperréalistes hyperréaliste adj p 0.00 0.14 0.00 0.07 -hyperréalistes hyperréaliste nom p 0.00 0.14 0.00 0.07 -hypersensibilité hypersensibilité nom f s 0.22 0.14 0.22 0.14 -hypersensible hypersensible adj s 0.31 0.34 0.27 0.07 -hypersensibles hypersensible adj m p 0.31 0.34 0.04 0.27 -hypersomnie hypersomnie nom f s 0.03 0.00 0.03 0.00 -hypersonique hypersonique adj m s 0.01 0.00 0.01 0.00 -hypersustentateur hypersustentateur nom m s 0.06 0.00 0.06 0.00 -hypertendu hypertendu adj m s 0.20 0.07 0.04 0.07 -hypertendue hypertendu adj f s 0.20 0.07 0.16 0.00 -hypertendus hypertendu nom m p 0.01 0.00 0.01 0.00 -hypertension hypertension nom f s 0.71 0.20 0.70 0.07 -hypertensions hypertension nom f p 0.71 0.20 0.01 0.14 -hyperthermie hyperthermie nom f s 0.15 0.00 0.15 0.00 -hyperthyroïdien hyperthyroïdien adj m s 0.00 0.07 0.00 0.07 -hypertonique hypertonique adj s 0.06 0.00 0.06 0.00 -hypertrichose hypertrichose nom f s 0.03 0.00 0.03 0.00 -hypertrophie hypertrophie nom f s 0.56 0.27 0.56 0.27 -hypertrophique hypertrophique adj f s 0.07 0.00 0.07 0.00 -hypertrophié hypertrophié adj m s 0.20 0.27 0.17 0.07 -hypertrophiée hypertrophier ver f s 0.16 0.20 0.01 0.07 par:pas; -hypertrophiés hypertrophié adj m p 0.20 0.27 0.03 0.14 -hyperémotive hyperémotif adj f s 0.01 0.00 0.01 0.00 -hyperémotivité hyperémotivité nom f s 0.00 0.07 0.00 0.07 -hyperventilation hyperventilation nom f s 0.23 0.00 0.23 0.00 -hypholomes hypholome nom m p 0.00 0.07 0.00 0.07 -hypnagogique hypnagogique adj s 0.04 0.07 0.04 0.00 -hypnagogiques hypnagogique adj f p 0.04 0.07 0.00 0.07 -hypnogène hypnogène adj s 0.00 0.54 0.00 0.54 -hypnogènes hypnogène nom m p 0.00 0.20 0.00 0.07 -hypnose hypnose nom f s 3.29 1.28 3.29 1.22 -hypnoses hypnose nom f p 3.29 1.28 0.00 0.07 -hypnotique hypnotique adj s 1.16 0.74 0.99 0.68 -hypnotiquement hypnotiquement adv 0.00 0.14 0.00 0.14 -hypnotiques hypnotique adj p 1.16 0.74 0.17 0.07 -hypnotisa hypnotiser ver 3.73 4.19 0.00 0.07 ind:pas:3s; -hypnotisaient hypnotiser ver 3.73 4.19 0.14 0.07 ind:imp:3p; -hypnotisais hypnotiser ver 3.73 4.19 0.00 0.07 ind:imp:1s; -hypnotisait hypnotiser ver 3.73 4.19 0.03 0.14 ind:imp:3s; -hypnotisant hypnotiser ver 3.73 4.19 0.09 0.41 par:pre; -hypnotise hypnotiser ver 3.73 4.19 0.47 0.54 imp:pre:2s;ind:pre:1s;ind:pre:3s; -hypnotisent hypnotiser ver 3.73 4.19 0.04 0.14 ind:pre:3p; -hypnotiser hypnotiser ver 3.73 4.19 1.05 0.27 inf;; -hypnotiseur hypnotiseur nom m s 0.63 0.27 0.60 0.07 -hypnotiseurs hypnotiseur nom m p 0.63 0.27 0.02 0.20 -hypnotiseuse hypnotiseur nom f s 0.63 0.27 0.01 0.00 -hypnotisme hypnotisme nom m s 0.30 0.27 0.30 0.27 -hypnotisé hypnotiser ver m s 3.73 4.19 0.90 1.22 par:pas; -hypnotisée hypnotiser ver f s 3.73 4.19 0.71 0.47 par:pas; -hypnotisées hypnotiser ver f p 3.73 4.19 0.01 0.27 par:pas; -hypnotisés hypnotiser ver m p 3.73 4.19 0.31 0.54 par:pas; -hypo hypo adv 0.19 0.07 0.19 0.07 -hypoallergénique hypoallergénique adj f s 0.09 0.07 0.06 0.07 -hypoallergéniques hypoallergénique adj m p 0.09 0.07 0.02 0.00 -hypocalcémie hypocalcémie nom f s 0.03 0.00 0.03 0.00 -hypocapnie hypocapnie nom f s 0.01 0.00 0.01 0.00 -hypocauste hypocauste nom m s 0.01 0.07 0.01 0.00 -hypocaustes hypocauste nom m p 0.01 0.07 0.00 0.07 -hypocentre hypocentre nom m s 0.01 0.00 0.01 0.00 -hypochlorite hypochlorite nom m s 0.01 0.00 0.01 0.00 -hypochondriaque hypochondriaque adj s 0.12 0.00 0.12 0.00 -hypochondriaques hypochondriaque nom p 0.05 0.00 0.03 0.00 -hypocondre hypocondre nom m s 0.00 0.14 0.00 0.14 -hypocondriaque hypocondriaque adj m s 0.17 0.34 0.17 0.20 -hypocondriaques hypocondriaque nom p 0.17 0.14 0.07 0.07 -hypocondrie hypocondrie nom f s 0.04 0.27 0.04 0.27 -hypocras hypocras nom m 0.00 0.20 0.00 0.20 -hypocrisie hypocrisie nom f s 4.41 5.61 4.06 5.47 -hypocrisies hypocrisie nom f p 4.41 5.61 0.35 0.14 -hypocrite hypocrite nom s 5.41 2.91 3.66 1.96 -hypocritement hypocritement adv 0.14 1.69 0.14 1.69 -hypocrites hypocrite nom p 5.41 2.91 1.75 0.95 -hypoderme hypoderme nom m s 0.00 0.07 0.00 0.07 -hypodermique hypodermique adj s 0.40 0.14 0.36 0.14 -hypodermiques hypodermique adj f p 0.40 0.14 0.04 0.00 -hypoglycémie hypoglycémie nom f s 0.40 0.20 0.40 0.20 -hypoglycémique hypoglycémique adj m s 0.14 0.20 0.13 0.14 -hypoglycémiques hypoglycémique adj f p 0.14 0.20 0.01 0.07 -hypogonadisme hypogonadisme nom m s 0.03 0.00 0.03 0.00 -hypogée hypogée nom m s 0.00 0.81 0.00 0.47 -hypogées hypogée nom m p 0.00 0.81 0.00 0.34 -hypokhâgne hypokhâgne nom f s 0.00 1.28 0.00 1.22 -hypokhâgnes hypokhâgne nom f p 0.00 1.28 0.00 0.07 -hypomaniaques hypomaniaque nom p 0.01 0.00 0.01 0.00 -hyponatrémie hyponatrémie nom f s 0.05 0.00 0.05 0.00 -hyponomeutes hyponomeute nom m p 0.00 0.07 0.00 0.07 -hypophysaire hypophysaire adj s 0.01 0.07 0.01 0.07 -hypophyse hypophyse nom f s 0.07 0.14 0.07 0.07 -hypophyses hypophyse nom f p 0.07 0.14 0.00 0.07 -hypoplasie hypoplasie nom f s 0.01 0.00 0.01 0.00 -hypospadias hypospadias nom m 0.01 0.00 0.01 0.00 -hypostase hypostase nom f s 0.01 0.07 0.01 0.00 -hypostases hypostase nom f p 0.01 0.07 0.00 0.07 -hyposulfite hyposulfite nom m s 0.00 0.20 0.00 0.20 -hypotaupe hypotaupe nom f s 0.00 0.07 0.00 0.07 -hypotendu hypotendu nom m s 0.03 0.00 0.03 0.00 -hypotendue hypotendu adj f s 0.03 0.00 0.01 0.00 -hypotensif hypotensif adj m s 0.03 0.00 0.01 0.00 -hypotension hypotension nom f s 0.28 0.00 0.28 0.00 -hypotensive hypotensif adj f s 0.03 0.00 0.01 0.00 -hypothalamus hypothalamus nom m 0.29 0.20 0.29 0.20 -hypothermie hypothermie nom f s 0.80 0.00 0.80 0.00 -hypothermique hypothermique adj m s 0.04 0.00 0.04 0.00 -hypothèque hypothèque nom f s 2.78 1.96 2.48 0.88 -hypothèquent hypothéquer ver 1.43 1.42 0.00 0.07 ind:pre:3p; -hypothèques hypothèque nom f p 2.78 1.96 0.29 1.08 -hypothèse hypothèse nom f s 8.97 16.82 7.47 12.91 -hypothèses hypothèse nom f p 8.97 16.82 1.50 3.92 -hypothécaire hypothécaire adj s 0.09 0.07 0.05 0.00 -hypothécaires hypothécaire adj m p 0.09 0.07 0.04 0.07 -hypothéquait hypothéquer ver 1.43 1.42 0.01 0.14 ind:imp:3s; -hypothéquant hypothéquer ver 1.43 1.42 0.01 0.07 par:pre; -hypothéquer hypothéquer ver 1.43 1.42 0.57 0.34 inf; -hypothéqueraient hypothéquer ver 1.43 1.42 0.00 0.07 cnd:pre:3p; -hypothéquez hypothéquer ver 1.43 1.42 0.10 0.07 imp:pre:2p;ind:pre:2p; -hypothéquions hypothéquer ver 1.43 1.42 0.00 0.07 ind:imp:1p; -hypothéqué hypothéquer ver m s 1.43 1.42 0.23 0.14 par:pas; -hypothéquée hypothéquer ver f s 1.43 1.42 0.04 0.41 par:pas; -hypothétique hypothétique adj s 0.71 2.23 0.65 1.62 -hypothétiquement hypothétiquement adv 0.23 0.07 0.23 0.07 -hypothétiques hypothétique adj p 0.71 2.23 0.07 0.61 -hypothyroïdie hypothyroïdie nom f s 0.04 0.00 0.04 0.00 -hypotonie hypotonie nom f s 0.01 0.00 0.01 0.00 -hypoténuse hypoténuse nom f s 0.09 0.07 0.09 0.07 -hypoxie hypoxie nom f s 0.13 0.00 0.13 0.00 -hypoxique hypoxique adj s 0.16 0.00 0.16 0.00 -hysope hysope nom f s 0.01 0.14 0.01 0.07 -hysopes hysope nom f p 0.01 0.14 0.00 0.07 -hystérectomie hystérectomie nom f s 0.26 0.07 0.26 0.07 -hystérie hystérie nom f s 3.48 3.38 3.48 3.31 -hystéries hystérie nom f p 3.48 3.38 0.00 0.07 -hystérique hystérique adj s 6.61 5.20 5.60 3.45 -hystériquement hystériquement adv 0.03 0.27 0.03 0.27 -hystériques hystérique adj p 6.61 5.20 1.01 1.76 -hystéro hystéro adj f s 0.02 0.34 0.02 0.34 -hyène hyène nom f s 2.37 2.43 1.64 1.76 -hyènes hyène nom f p 2.37 2.43 0.73 0.68 -i i nom s 71.21 31.15 71.21 31.15 -i.e. i.e. nom m s 0.02 0.00 0.02 0.00 -iambe iambe nom m s 0.02 0.00 0.02 0.00 -iambique iambique adj m s 0.15 0.00 0.08 0.00 -iambiques iambique adj m p 0.15 0.00 0.07 0.00 -ibex ibex nom m 0.11 0.00 0.11 0.00 -ibis ibis nom m 0.00 0.81 0.00 0.81 -ibm ibm nom m s 0.00 0.07 0.00 0.07 -ibo ibo adj f s 0.02 0.07 0.02 0.07 -iboga iboga nom m s 0.04 0.00 0.04 0.00 -ibère ibère nom s 0.01 0.00 0.01 0.00 -ibères ibère adj m p 0.00 0.14 0.00 0.07 -ibérique ibérique adj s 0.11 0.61 0.11 0.47 -ibériques ibérique adj p 0.11 0.61 0.00 0.14 -icône icône nom f s 1.81 4.73 1.25 2.16 -icônes icône nom f p 1.81 4.73 0.55 2.57 -icarienne icarienne adj f s 0.04 0.00 0.04 0.00 -ice_cream ice_cream nom m s 0.02 0.34 0.00 0.27 -ice_cream ice_cream nom m p 0.02 0.34 0.00 0.07 -ice_cream ice_cream nom m s 0.02 0.34 0.02 0.00 -iceberg iceberg nom m s 1.88 1.42 1.50 1.08 -icebergs iceberg nom m p 1.88 1.42 0.39 0.34 -icelle icelle pro_ind f s 0.00 0.34 0.00 0.34 -icelles icelles pro_ind f p 0.00 0.20 0.00 0.20 -icelui icelui pro_ind m s 0.00 0.07 0.00 0.07 -ichtyologie ichtyologie nom f s 0.15 0.00 0.15 0.00 -ichtyologiste ichtyologiste nom s 0.02 0.00 0.02 0.00 -ici_bas ici_bas adv 3.58 2.97 3.58 2.97 -ici ici adv_sup 2411.21 483.58 2411.21 483.58 -icoglan icoglan nom m s 0.00 0.14 0.00 0.07 -icoglans icoglan nom m p 0.00 0.14 0.00 0.07 -iconoclaste iconoclaste nom s 0.11 0.47 0.10 0.27 -iconoclastes iconoclaste adj f p 0.02 0.41 0.02 0.07 -iconographe iconographe nom s 0.00 0.07 0.00 0.07 -iconographie iconographie nom f s 0.04 0.61 0.03 0.54 -iconographies iconographie nom f p 0.04 0.61 0.01 0.07 -iconographique iconographique adj f s 0.00 0.07 0.00 0.07 -iconostase iconostase nom f s 0.00 0.20 0.00 0.20 -icosaèdre icosaèdre nom m s 0.03 0.00 0.03 0.00 -ictère ictère nom m s 0.16 0.07 0.16 0.07 -ictérique ictérique adj s 0.01 0.00 0.01 0.00 -ictus ictus nom m 0.00 0.07 0.00 0.07 -ide ide nom m s 0.47 0.07 0.47 0.07 -idem idem adv 1.86 2.64 1.86 2.64 -identifia identifier ver 38.52 18.92 0.26 0.68 ind:pas:3s; -identifiable identifiable adj s 0.67 1.49 0.55 0.47 -identifiables identifiable adj p 0.67 1.49 0.12 1.01 -identifiai identifier ver 38.52 18.92 0.00 0.41 ind:pas:1s; -identifiaient identifier ver 38.52 18.92 0.03 0.14 ind:imp:3p; -identifiais identifier ver 38.52 18.92 0.05 0.95 ind:imp:1s;ind:imp:2s; -identifiait identifier ver 38.52 18.92 0.31 1.55 ind:imp:3s; -identifiant identifier ver 38.52 18.92 0.22 0.34 par:pre; -identifiassent identifier ver 38.52 18.92 0.00 0.07 sub:imp:3p; -identificateur identificateur nom m s 0.07 0.00 0.07 0.00 -identification identification nom f s 7.14 1.82 6.88 1.76 -identifications identification nom f p 7.14 1.82 0.26 0.07 -identifie identifier ver 38.52 18.92 2.39 1.76 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:1s;sub:pre:3s; -identifient identifier ver 38.52 18.92 0.29 0.27 ind:pre:3p; -identifier identifier ver 38.52 18.92 16.52 8.45 inf; -identifiera identifier ver 38.52 18.92 0.66 0.07 ind:fut:3s; -identifierai identifier ver 38.52 18.92 0.02 0.00 ind:fut:1s; -identifierais identifier ver 38.52 18.92 0.01 0.20 cnd:pre:1s; -identifierait identifier ver 38.52 18.92 0.06 0.14 cnd:pre:3s; -identifierez identifier ver 38.52 18.92 0.19 0.00 ind:fut:2p; -identifieront identifier ver 38.52 18.92 0.03 0.00 ind:fut:3p; -identifiez identifier ver 38.52 18.92 2.04 0.00 imp:pre:2p;ind:pre:2p; -identifions identifier ver 38.52 18.92 0.24 0.00 imp:pre:1p;ind:pre:1p; -identifiât identifier ver 38.52 18.92 0.00 0.07 sub:imp:3s; -identifièrent identifier ver 38.52 18.92 0.00 0.07 ind:pas:3p; -identifié identifier ver m s 38.52 18.92 10.78 2.50 par:pas; -identifiée identifier ver f s 38.52 18.92 2.02 0.68 par:pas; -identifiées identifier ver f p 38.52 18.92 0.40 0.14 par:pas; -identifiés identifier ver m p 38.52 18.92 2.00 0.47 par:pas; -identique identique adj s 7.90 15.41 4.02 8.04 -identiquement identiquement adv 0.00 0.54 0.00 0.54 -identiques identique adj p 7.90 15.41 3.88 7.36 -identitaire identitaire adj s 0.05 0.41 0.05 0.34 -identitaires identitaire adj f p 0.05 0.41 0.00 0.07 -identitarisme identitarisme nom m s 0.00 0.20 0.00 0.20 -identité identité nom f s 34.78 24.19 32.83 22.64 -identités identité nom f p 34.78 24.19 1.96 1.55 -ides ides nom f p 0.29 0.54 0.29 0.54 -idiolectes idiolecte nom m p 0.00 0.07 0.00 0.07 -idiomatique idiomatique adj s 0.02 0.07 0.01 0.00 -idiomatiques idiomatique adj f p 0.02 0.07 0.01 0.07 -idiome idiome nom m s 0.06 1.35 0.06 0.88 -idiomes idiome nom m p 0.06 1.35 0.00 0.47 -idiopathique idiopathique adj s 0.06 0.00 0.06 0.00 -idiosyncrasie idiosyncrasie nom f s 0.06 0.20 0.04 0.07 -idiosyncrasies idiosyncrasie nom f p 0.06 0.20 0.02 0.14 -idiosyncrasique idiosyncrasique adj m s 0.01 0.00 0.01 0.00 -idiot idiot nom m s 90.57 22.03 55.73 12.64 -idiote idiot nom f s 90.57 22.03 18.40 5.07 -idiotement idiotement adv 0.00 0.61 0.00 0.61 -idiotes idiot adj f p 74.06 33.24 3.62 2.16 -idiotie idiotie nom f s 5.27 2.97 1.81 1.96 -idioties idiotie nom f p 5.27 2.97 3.46 1.01 -idiotisme idiotisme nom m s 0.14 0.14 0.14 0.07 -idiotismes idiotisme nom m p 0.14 0.14 0.00 0.07 -idiots idiot nom m p 90.57 22.03 15.08 3.92 -idoine idoine adj s 0.02 0.95 0.01 0.74 -idoines idoine adj p 0.02 0.95 0.01 0.20 -idole idole nom f s 5.43 10.07 4.77 6.35 -idoles idole nom f p 5.43 10.07 0.66 3.72 -idolâtraient idolâtrer ver 1.03 1.15 0.00 0.07 ind:imp:3p; -idolâtrait idolâtrer ver 1.03 1.15 0.11 0.61 ind:imp:3s; -idolâtrant idolâtrer ver 1.03 1.15 0.14 0.07 par:pre; -idolâtre idolâtrer ver 1.03 1.15 0.17 0.07 ind:pre:1s;ind:pre:3s; -idolâtrent idolâtrer ver 1.03 1.15 0.17 0.00 ind:pre:3p; -idolâtrer idolâtrer ver 1.03 1.15 0.12 0.27 inf; -idolâtres idolâtre nom p 0.16 0.61 0.14 0.34 -idolâtrie idolâtrie nom f s 0.38 1.08 0.38 0.95 -idolâtries idolâtrie nom f p 0.38 1.08 0.00 0.14 -idolâtré idolâtrer ver m s 1.03 1.15 0.05 0.00 par:pas; -idolâtrée idolâtrer ver f s 1.03 1.15 0.23 0.07 par:pas; -idéal idéal adj m s 21.85 16.35 15.80 7.97 -idéale idéal adj f s 21.85 16.35 5.32 7.03 -idéalement idéalement adv 0.28 1.22 0.28 1.22 -idéales idéal adj f p 21.85 16.35 0.40 1.15 -idéalisait idéaliser ver 0.68 0.81 0.02 0.07 ind:imp:3s; -idéalisant idéaliser ver 0.68 0.81 0.02 0.07 par:pre; -idéalisation idéalisation nom f s 0.16 0.14 0.16 0.14 -idéalise idéaliser ver 0.68 0.81 0.34 0.00 imp:pre:2s;ind:pre:1s;ind:pre:3s; -idéalisent idéaliser ver 0.68 0.81 0.01 0.07 ind:pre:3p; -idéaliser idéaliser ver 0.68 0.81 0.13 0.20 inf; -idéalisme idéalisme nom m s 0.98 1.96 0.98 1.82 -idéalismes idéalisme nom m p 0.98 1.96 0.00 0.14 -idéaliste idéaliste nom s 1.61 1.69 1.33 1.08 -idéalistes idéaliste adj p 1.20 1.15 0.44 0.20 -idéalisé idéaliser ver m s 0.68 0.81 0.08 0.14 par:pas; -idéalisée idéaliser ver f s 0.68 0.81 0.07 0.20 par:pas; -idéalisées idéaliser ver f p 0.68 0.81 0.01 0.00 par:pas; -idéalisés idéaliser ver m p 0.68 0.81 0.01 0.07 par:pas; -idéals idéal adj m p 21.85 16.35 0.01 0.00 -idéation idéation nom f s 0.03 0.00 0.03 0.00 -idéaux idéal nom m p 11.22 12.23 3.22 0.74 -idée_clé idée_clé nom f s 0.01 0.00 0.01 0.00 -idée_force idée_force nom f s 0.01 0.20 0.01 0.07 -idée idée nom f s 389.77 328.45 330.39 241.08 -idéel idéel adj m s 0.01 0.00 0.01 0.00 -idée_force idée_force nom f p 0.01 0.20 0.00 0.14 -idées idée nom f p 389.77 328.45 59.38 87.36 -idéogramme idéogramme nom m s 0.39 0.74 0.17 0.00 -idéogrammes idéogramme nom m p 0.39 0.74 0.22 0.74 -idéographie idéographie nom f s 0.01 0.00 0.01 0.00 -idéographique idéographique adj m s 0.00 0.07 0.00 0.07 -idéologie idéologie nom f s 2.59 4.05 2.07 2.97 -idéologies idéologie nom f p 2.59 4.05 0.52 1.08 -idéologique idéologique adj s 1.80 2.70 1.41 1.89 -idéologiquement idéologiquement adv 0.10 0.27 0.10 0.27 -idéologiques idéologique adj p 1.80 2.70 0.39 0.81 -idéologue idéologue nom s 0.38 0.54 0.28 0.34 -idéologues idéologue nom p 0.38 0.54 0.10 0.20 -idylle idylle nom f s 1.13 3.31 1.07 2.70 -idylles idylle nom f p 1.13 3.31 0.06 0.61 -idyllique idyllique adj s 0.82 1.76 0.79 1.35 -idylliques idyllique adj p 0.82 1.76 0.03 0.41 -if if nom m s 7.19 1.55 7.17 0.81 -ifs if nom m p 7.19 1.55 0.02 0.74 -iftar iftar nom m s 0.00 0.07 0.00 0.07 -igloo igloo nom m s 1.08 0.27 0.54 0.07 -igloos igloo nom m p 1.08 0.27 0.55 0.20 -igname igname nom f s 0.18 0.34 0.05 0.07 -ignames igname nom f p 0.18 0.34 0.13 0.27 -ignare ignare adj s 0.75 1.42 0.55 0.88 -ignares ignare nom p 0.78 0.61 0.30 0.34 -ignifuge ignifuge adj f s 0.00 0.07 0.00 0.07 -ignifugeant ignifuger ver 0.17 0.07 0.01 0.00 par:pre; -ignifuger ignifuger ver 0.17 0.07 0.00 0.07 inf; -ignifugé ignifugé adj m s 0.07 0.20 0.04 0.07 -ignifugée ignifugé adj f s 0.07 0.20 0.02 0.07 -ignifugées ignifuger ver f p 0.17 0.07 0.14 0.00 par:pas; -ignifugés ignifugé adj m p 0.07 0.20 0.01 0.07 -ignition ignition nom f s 0.05 0.34 0.05 0.34 -ignoble ignoble adj s 8.11 12.30 6.95 9.19 -ignoblement ignoblement adv 0.16 0.88 0.16 0.88 -ignobles ignoble adj p 8.11 12.30 1.16 3.11 -ignominie ignominie nom f s 0.88 3.72 0.76 3.18 -ignominies ignominie nom f p 0.88 3.72 0.13 0.54 -ignominieuse ignominieux adj f s 0.39 0.88 0.12 0.54 -ignominieusement ignominieusement adv 0.00 0.47 0.00 0.47 -ignominieuses ignominieux adj f p 0.39 0.88 0.01 0.07 -ignominieux ignominieux adj m s 0.39 0.88 0.26 0.27 -ignora ignorer ver 156.55 108.45 0.26 1.49 ind:pas:3s; -ignorai ignorer ver 156.55 108.45 0.02 0.14 ind:pas:1s; -ignoraient ignorer ver 156.55 108.45 1.20 4.46 ind:imp:3p; -ignorais ignorer ver 156.55 108.45 24.82 10.61 ind:imp:1s;ind:imp:2s; -ignorait ignorer ver 156.55 108.45 5.32 26.01 ind:imp:3s; -ignorance ignorance nom f s 6.54 16.82 6.54 16.35 -ignorances ignorance nom f p 6.54 16.82 0.00 0.47 -ignorant ignorant adj m s 3.90 6.22 1.79 2.50 -ignorante ignorant adj f s 3.90 6.22 0.61 1.55 -ignorantes ignorant adj f p 3.90 6.22 0.15 0.41 -ignorantins ignorantin adj m p 0.00 0.14 0.00 0.14 -ignorants ignorant nom m p 3.41 3.45 1.36 1.08 -ignorassent ignorer ver 156.55 108.45 0.00 0.07 sub:imp:3p; -ignore ignorer ver 156.55 108.45 76.78 22.97 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -ignorent ignorer ver 156.55 108.45 5.09 5.07 ind:pre:3p; -ignorer ignorer ver 156.55 108.45 13.04 16.89 inf; -ignorera ignorer ver 156.55 108.45 0.31 0.27 ind:fut:3s; -ignorerai ignorer ver 156.55 108.45 0.13 0.41 ind:fut:1s; -ignoreraient ignorer ver 156.55 108.45 0.01 0.00 cnd:pre:3p; -ignorerais ignorer ver 156.55 108.45 0.15 0.00 cnd:pre:1s;cnd:pre:2s; -ignorerait ignorer ver 156.55 108.45 0.04 0.27 cnd:pre:3s; -ignoreras ignorer ver 156.55 108.45 0.04 0.00 ind:fut:2s; -ignoreriez ignorer ver 156.55 108.45 0.09 0.00 cnd:pre:2p; -ignorerons ignorer ver 156.55 108.45 0.02 0.00 ind:fut:1p; -ignoreront ignorer ver 156.55 108.45 0.10 0.00 ind:fut:3p; -ignores ignorer ver 156.55 108.45 5.89 1.42 ind:pre:2s;sub:pre:2s; -ignorez ignorer ver 156.55 108.45 9.84 2.50 imp:pre:2p;ind:pre:2p; -ignoriez ignorer ver 156.55 108.45 1.84 0.61 ind:imp:2p;sub:pre:2p; -ignorions ignorer ver 156.55 108.45 0.73 1.49 ind:imp:1p; -ignorons ignorer ver 156.55 108.45 4.50 1.28 imp:pre:1p;ind:pre:1p; -ignorât ignorer ver 156.55 108.45 0.00 0.54 sub:imp:3s; -ignorèrent ignorer ver 156.55 108.45 0.00 0.20 ind:pas:3p; -ignoré ignorer ver m s 156.55 108.45 3.36 3.58 par:pas; -ignorée ignorer ver f s 156.55 108.45 0.70 1.28 par:pas; -ignorées ignorer ver f p 156.55 108.45 0.14 0.34 par:pas; -ignorés ignorer ver m p 156.55 108.45 0.41 0.74 par:pas; -igné igné adj m s 0.02 0.20 0.00 0.20 -ignée igné adj f s 0.02 0.20 0.02 0.00 -iguane iguane nom m s 0.69 0.74 0.63 0.20 -iguanes iguane nom m p 0.69 0.74 0.06 0.54 -iguanodon iguanodon nom m s 0.00 0.14 0.00 0.07 -iguanodons iguanodon nom m p 0.00 0.14 0.00 0.07 -igue igue nom f s 0.01 0.07 0.01 0.00 -igues igue nom f p 0.01 0.07 0.00 0.07 -ikebana ikebana nom m s 0.02 0.07 0.02 0.07 -il il pro_per m s 13222.93 15832.09 13222.93 15832.09 -iles ile nom m p 1.25 0.20 1.25 0.20 -iliaque iliaque adj f s 0.14 0.20 0.14 0.07 -iliaques iliaque adj f p 0.14 0.20 0.01 0.14 -ilium ilium nom m s 0.01 0.00 0.01 0.00 -illettrisme illettrisme nom m s 0.05 0.07 0.05 0.07 -illettré illettré adj m s 1.54 1.01 1.04 0.41 -illettrée illettré adj f s 1.54 1.01 0.33 0.47 -illettrés illettré nom m p 0.62 0.68 0.20 0.27 -illicite illicite adj s 1.07 1.42 0.44 0.74 -illicitement illicitement adv 0.01 0.00 0.01 0.00 -illicites illicite adj p 1.07 1.42 0.63 0.68 -illico illico adv_sup 2.19 7.16 2.19 7.16 -illimité illimité adj m s 2.56 3.92 1.52 1.49 -illimitée illimité adj f s 2.56 3.92 0.60 1.69 -illimitées illimité adj f p 2.56 3.92 0.26 0.54 -illimités illimité adj m p 2.56 3.92 0.18 0.20 -illisible illisible adj s 0.83 6.76 0.68 5.68 -illisibles illisible adj p 0.83 6.76 0.14 1.08 -illogique illogique adj s 0.46 0.88 0.39 0.81 -illogiquement illogiquement adv 0.00 0.07 0.00 0.07 -illogiques illogique adj p 0.46 0.88 0.07 0.07 -illogisme illogisme nom m s 0.01 0.47 0.01 0.34 -illogismes illogisme nom m p 0.01 0.47 0.00 0.14 -illégal illégal adj m s 19.88 1.76 11.93 0.88 -illégale illégal adj f s 19.88 1.76 4.03 0.47 -illégalement illégalement adv 1.87 0.20 1.87 0.20 -illégales illégal adj f p 19.88 1.76 2.28 0.41 -illégalistes illégaliste nom p 0.00 0.07 0.00 0.07 -illégalité illégalité nom f s 0.55 0.81 0.55 0.81 -illégaux illégal adj m p 19.88 1.76 1.65 0.00 -illégitime illégitime adj s 1.52 0.95 1.18 0.61 -illégitimement illégitimement adv 0.02 0.00 0.02 0.00 -illégitimes illégitime adj p 1.52 0.95 0.34 0.34 -illégitimité illégitimité nom f s 0.04 0.20 0.04 0.20 -illumina illuminer ver 6.43 20.00 0.14 2.57 ind:pas:3s; -illuminaient illuminer ver 6.43 20.00 0.21 1.35 ind:imp:3p; -illuminait illuminer ver 6.43 20.00 0.27 3.11 ind:imp:3s; -illuminant illuminer ver 6.43 20.00 0.20 1.01 par:pre; -illuminateurs illuminateur nom m p 0.00 0.07 0.00 0.07 -illumination illumination nom f s 1.89 4.19 1.63 3.11 -illuminations illumination nom f p 1.89 4.19 0.26 1.08 -illumine illuminer ver 6.43 20.00 2.10 2.97 imp:pre:2s;ind:pre:1s;ind:pre:3s; -illuminent illuminer ver 6.43 20.00 0.36 0.54 ind:pre:3p; -illuminer illuminer ver 6.43 20.00 1.12 1.08 inf; -illuminera illuminer ver 6.43 20.00 0.17 0.07 ind:fut:3s; -illuminerai illuminer ver 6.43 20.00 0.02 0.00 ind:fut:1s; -illuminerait illuminer ver 6.43 20.00 0.00 0.20 cnd:pre:3s; -illumineront illuminer ver 6.43 20.00 0.01 0.07 ind:fut:3p; -illuminez illuminer ver 6.43 20.00 0.17 0.00 imp:pre:2p; -illuministes illuministe adj f p 0.00 0.07 0.00 0.07 -illuminèrent illuminer ver 6.43 20.00 0.00 0.47 ind:pas:3p; -illuminé illuminer ver m s 6.43 20.00 1.05 2.91 par:pas; -illuminée illuminer ver f s 6.43 20.00 0.56 2.03 par:pas; -illuminées illuminé adj f p 0.60 7.57 0.01 1.08 -illuminés illuminé nom m p 0.80 2.50 0.16 0.81 -illusion illusion nom f s 19.14 47.36 11.19 30.27 -illusionnait illusionner ver 0.25 1.01 0.00 0.20 ind:imp:3s; -illusionne illusionner ver 0.25 1.01 0.05 0.27 imp:pre:2s;ind:pre:1s;ind:pre:3s; -illusionnent illusionner ver 0.25 1.01 0.00 0.07 ind:pre:3p; -illusionner illusionner ver 0.25 1.01 0.10 0.41 inf; -illusionnez illusionner ver 0.25 1.01 0.10 0.07 imp:pre:2p;ind:pre:2p; -illusionnisme illusionnisme nom m s 0.01 0.34 0.01 0.34 -illusionniste illusionniste nom s 0.17 0.61 0.14 0.54 -illusionnistes illusionniste nom p 0.17 0.61 0.04 0.07 -illusions illusion nom f p 19.14 47.36 7.95 17.09 -illusoire illusoire adj s 0.95 5.81 0.81 4.59 -illusoirement illusoirement adv 0.00 0.14 0.00 0.14 -illusoires illusoire adj p 0.95 5.81 0.15 1.22 -illustra illustrer ver 2.59 11.55 0.04 0.27 ind:pas:3s; -illustraient illustrer ver 2.59 11.55 0.01 0.61 ind:imp:3p; -illustrait illustrer ver 2.59 11.55 0.04 0.68 ind:imp:3s; -illustrant illustrer ver 2.59 11.55 0.08 1.15 par:pre; -illustrateur illustrateur nom m s 0.15 0.20 0.10 0.20 -illustration illustration nom f s 1.37 7.91 0.67 4.86 -illustrations illustration nom f p 1.37 7.91 0.70 3.04 -illustratrice illustrateur nom f s 0.15 0.20 0.05 0.00 -illustre illustre adj s 4.38 9.66 2.60 6.22 -illustrement illustrement adv 0.00 0.20 0.00 0.20 -illustrent illustrer ver 2.59 11.55 0.08 0.54 ind:pre:3p; -illustrer illustrer ver 2.59 11.55 1.08 3.18 inf; -illustrera illustrer ver 2.59 11.55 0.01 0.07 ind:fut:3s; -illustrerai illustrer ver 2.59 11.55 0.01 0.00 ind:fut:1s; -illustrerait illustrer ver 2.59 11.55 0.01 0.07 cnd:pre:3s; -illustres illustre adj p 4.38 9.66 1.78 3.45 -illustrions illustrer ver 2.59 11.55 0.00 0.07 ind:imp:1p; -illustrissime illustrissime adj f s 0.00 0.54 0.00 0.27 -illustrissimes illustrissime adj f p 0.00 0.54 0.00 0.27 -illustré illustré adj m s 0.74 2.77 0.10 1.55 -illustrée illustrer ver f s 2.59 11.55 0.34 0.61 par:pas; -illustrées illustré adj f p 0.74 2.77 0.15 0.07 -illustrés illustré adj m p 0.74 2.77 0.39 0.74 -ilote ilote nom m s 0.00 0.61 0.00 0.27 -ilotes ilote nom m p 0.00 0.61 0.00 0.34 -ilotisme ilotisme nom m s 0.14 0.00 0.14 0.00 -ils ils pro_per m p 3075.07 2809.53 3075.07 2809.53 -iléaux iléal adj m p 0.01 0.00 0.01 0.00 -iléus iléus nom m 0.03 0.00 0.03 0.00 -image image nom f s 82.13 188.92 51.34 119.39 -imageant imager ver 0.73 1.76 0.01 0.00 par:pre; -imager imager ver 0.73 1.76 0.02 0.07 inf; -imagerie imagerie nom f s 0.54 2.09 0.54 1.89 -imageries imagerie nom f p 0.54 2.09 0.00 0.20 -images image nom f p 82.13 188.92 30.79 69.53 -imageur imageur nom m s 0.03 0.00 0.02 0.00 -imageurs imageur nom m p 0.03 0.00 0.01 0.00 -imagier imagier nom m s 0.00 1.01 0.00 0.27 -imagiers imagier nom m p 0.00 1.01 0.00 0.74 -imagina imaginer ver 194.28 241.15 0.29 8.78 ind:pas:3s; -imaginable imaginable adj s 0.79 2.36 0.20 1.08 -imaginables imaginable adj p 0.79 2.36 0.58 1.28 -imaginai imaginer ver 194.28 241.15 0.05 3.72 ind:pas:1s; -imaginaient imaginer ver 194.28 241.15 0.27 2.91 ind:imp:3p; -imaginaire imaginaire adj s 5.34 19.32 3.80 12.36 -imaginairement imaginairement adv 0.00 0.14 0.00 0.14 -imaginaires imaginaire adj p 5.34 19.32 1.54 6.96 -imaginais imaginer ver 194.28 241.15 11.64 19.66 ind:imp:1s;ind:imp:2s; -imaginait imaginer ver 194.28 241.15 1.63 27.84 ind:imp:3s; -imaginant imaginer ver 194.28 241.15 0.78 7.57 par:pre; -imaginatif imaginatif adj m s 0.75 2.09 0.44 1.08 -imaginatifs imaginatif adj m p 0.75 2.09 0.02 0.34 -imagination imagination nom f s 27.64 48.58 27.14 45.81 -imaginations imagination nom f p 27.64 48.58 0.50 2.77 -imaginative imaginatif adj f s 0.75 2.09 0.15 0.54 -imaginatives imaginatif adj f p 0.75 2.09 0.14 0.14 -imagine imaginer ver 194.28 241.15 77.33 53.58 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:1s;sub:pre:3s; -imaginent imaginer ver 194.28 241.15 2.05 4.46 ind:pre:3p; -imaginer imaginer ver 194.28 241.15 37.09 64.26 inf; -imaginerai imaginer ver 194.28 241.15 0.08 0.14 ind:fut:1s; -imagineraient imaginer ver 194.28 241.15 0.23 0.41 cnd:pre:3p; -imaginerais imaginer ver 194.28 241.15 0.03 0.27 cnd:pre:1s; -imaginerait imaginer ver 194.28 241.15 0.13 0.81 cnd:pre:3s; -imagineras imaginer ver 194.28 241.15 0.05 0.00 ind:fut:2s; -imaginerez imaginer ver 194.28 241.15 0.20 0.00 ind:fut:2p; -imagineriez imaginer ver 194.28 241.15 0.00 0.07 cnd:pre:2p; -imaginerons imaginer ver 194.28 241.15 0.00 0.07 ind:fut:1p; -imagineront imaginer ver 194.28 241.15 0.04 0.14 ind:fut:3p; -imagines imaginer ver 194.28 241.15 19.91 9.46 ind:pre:2s;sub:pre:2s; -imaginez imaginer ver 194.28 241.15 23.35 10.54 imp:pre:2p;ind:pre:2p; -imaginiez imaginer ver 194.28 241.15 0.86 0.41 ind:imp:2p;sub:pre:2p; -imaginions imaginer ver 194.28 241.15 0.48 1.55 ind:imp:1p; -imaginâmes imaginer ver 194.28 241.15 0.00 0.14 ind:pas:1p; -imaginons imaginer ver 194.28 241.15 2.80 0.74 imp:pre:1p;ind:pre:1p; -imaginât imaginer ver 194.28 241.15 0.00 0.20 sub:imp:3s; -imaginèrent imaginer ver 194.28 241.15 0.02 0.41 ind:pas:3p; -imaginé imaginer ver m s 194.28 241.15 13.33 18.38 par:pas; -imaginée imaginer ver f s 194.28 241.15 1.34 2.77 par:pas; -imaginées imaginer ver f p 194.28 241.15 0.09 1.01 par:pas; -imaginés imaginer ver m p 194.28 241.15 0.21 0.88 par:pas; -imago imago nom m s 0.00 0.07 0.00 0.07 -imagé imagé adj m s 0.10 1.01 0.08 0.34 -imagée imagé adj f s 0.10 1.01 0.02 0.34 -imagées imager ver f p 0.73 1.76 0.01 0.07 par:pas; -imagés imagé adj m p 0.10 1.01 0.00 0.20 -imam imam nom m s 1.27 0.34 1.11 0.14 -imams imam nom m p 1.27 0.34 0.16 0.20 -iman iman nom m s 0.02 0.07 0.02 0.07 -imbaisable imbaisable adj s 0.14 0.07 0.14 0.07 -imbattable imbattable adj s 2.12 2.43 1.86 2.03 -imbattables imbattable adj m p 2.12 2.43 0.27 0.41 -imberbe imberbe adj s 0.27 1.35 0.21 0.95 -imberbes imberbe adj p 0.27 1.35 0.06 0.41 -imbiba imbiber ver 1.28 7.36 0.00 0.14 ind:pas:3s; -imbibaient imbiber ver 1.28 7.36 0.00 0.20 ind:imp:3p; -imbibais imbiber ver 1.28 7.36 0.01 0.00 ind:imp:1s; -imbibait imbiber ver 1.28 7.36 0.00 0.61 ind:imp:3s; -imbibant imbiber ver 1.28 7.36 0.01 0.41 par:pre; -imbibe imbiber ver 1.28 7.36 0.03 0.54 ind:pre:3s; -imbiber imbiber ver 1.28 7.36 0.30 0.34 inf; -imbiberai imbiber ver 1.28 7.36 0.02 0.00 ind:fut:1s; -imbiberais imbiber ver 1.28 7.36 0.00 0.07 cnd:pre:1s; -imbiberait imbiber ver 1.28 7.36 0.01 0.07 cnd:pre:3s; -imbibition imbibition nom f s 0.00 0.07 0.00 0.07 -imbibé imbiber ver m s 1.28 7.36 0.39 2.77 par:pas; -imbibée imbiber ver f s 1.28 7.36 0.27 1.15 par:pas; -imbibées imbibé adj f p 0.36 0.81 0.14 0.00 -imbibés imbiber ver m p 1.28 7.36 0.21 0.88 par:pas; -imbitable imbitable adj m s 0.03 0.07 0.01 0.07 -imbitables imbitable adj m p 0.03 0.07 0.02 0.00 -imbittable imbittable adj s 0.00 0.07 0.00 0.07 -imbrication imbrication nom f s 0.00 0.61 0.00 0.47 -imbrications imbrication nom f p 0.00 0.61 0.00 0.14 -imbriquaient imbriquer ver 0.23 1.35 0.00 0.07 ind:imp:3p; -imbriquait imbriquer ver 0.23 1.35 0.00 0.14 ind:imp:3s; -imbriquant imbriquer ver 0.23 1.35 0.00 0.14 par:pre; -imbrique imbriquer ver 0.23 1.35 0.04 0.20 ind:pre:3s; -imbriquent imbriquer ver 0.23 1.35 0.03 0.27 ind:pre:3p; -imbriquer imbriquer ver 0.23 1.35 0.10 0.07 inf; -imbriqué imbriqué adj m s 0.05 0.74 0.00 0.14 -imbriquée imbriquer ver f s 0.23 1.35 0.01 0.07 par:pas; -imbriquées imbriqué adj f p 0.05 0.74 0.03 0.47 -imbriqués imbriquer ver m p 0.23 1.35 0.04 0.20 par:pas; -imbrisable imbrisable adj s 0.01 0.00 0.01 0.00 -imbroglio imbroglio nom m s 0.46 1.69 0.33 1.55 -imbroglios imbroglio nom m p 0.46 1.69 0.13 0.14 -imbu imbu adj m s 0.56 1.42 0.41 0.88 -imbécile imbécile nom s 43.42 30.68 35.01 20.47 -imbécilement imbécilement adv 0.00 0.27 0.00 0.27 -imbéciles imbécile nom p 43.42 30.68 8.42 10.20 -imbécillité imbécillité nom f s 0.25 2.70 0.20 2.23 -imbécillités imbécillité nom f p 0.25 2.70 0.05 0.47 -imbue imbu adj f s 0.56 1.42 0.09 0.27 -imbues imbu adj f p 0.56 1.42 0.01 0.07 -imbus imbu adj m p 0.56 1.42 0.05 0.20 -imbuvable imbuvable adj f s 0.60 0.47 0.60 0.47 -imidazole imidazole nom m s 0.03 0.00 0.03 0.00 -imita imiter ver 14.69 41.35 0.01 3.51 ind:pas:3s; -imitable imitable adj m s 0.00 0.14 0.00 0.07 -imitables imitable adj m p 0.00 0.14 0.00 0.07 -imitai imiter ver 14.69 41.35 0.01 0.07 ind:pas:1s; -imitaient imiter ver 14.69 41.35 0.14 0.95 ind:imp:3p; -imitais imiter ver 14.69 41.35 0.45 0.81 ind:imp:1s;ind:imp:2s; -imitait imiter ver 14.69 41.35 0.45 4.12 ind:imp:3s; -imitant imiter ver 14.69 41.35 0.46 7.64 par:pre; -imitateur imitateur nom m s 1.00 0.47 0.48 0.34 -imitateurs imitateur nom m p 1.00 0.47 0.39 0.14 -imitation imitation nom f s 4.25 7.30 3.33 5.68 -imitations imitation nom f p 4.25 7.30 0.92 1.62 -imitative imitatif adj f s 0.00 0.20 0.00 0.14 -imitatives imitatif adj f p 0.00 0.20 0.00 0.07 -imitatrice imitateur nom f s 1.00 0.47 0.13 0.00 -imite imiter ver 14.69 41.35 3.85 3.92 imp:pre:2s;ind:pre:1s;ind:pre:3s; -imitent imiter ver 14.69 41.35 0.78 0.95 ind:pre:3p; -imiter imiter ver 14.69 41.35 6.00 12.97 inf; -imitera imiter ver 14.69 41.35 0.11 0.07 ind:fut:3s; -imiterai imiter ver 14.69 41.35 0.05 0.07 ind:fut:1s; -imiteraient imiter ver 14.69 41.35 0.01 0.07 cnd:pre:3p; -imiterais imiter ver 14.69 41.35 0.01 0.07 cnd:pre:1s; -imiterait imiter ver 14.69 41.35 0.04 0.14 cnd:pre:3s; -imiteront imiter ver 14.69 41.35 0.08 0.07 ind:fut:3p; -imites imiter ver 14.69 41.35 0.70 0.07 ind:pre:2s; -imitez imiter ver 14.69 41.35 0.50 0.07 imp:pre:2p;ind:pre:2p; -imitiez imiter ver 14.69 41.35 0.04 0.07 ind:imp:2p; -imitions imiter ver 14.69 41.35 0.01 0.07 ind:imp:1p; -imitâmes imiter ver 14.69 41.35 0.00 0.07 ind:pas:1p; -imitons imiter ver 14.69 41.35 0.26 0.14 imp:pre:1p;ind:pre:1p; -imitât imiter ver 14.69 41.35 0.00 0.07 sub:imp:3s; -imitèrent imiter ver 14.69 41.35 0.00 1.08 ind:pas:3p; -imité imiter ver m s 14.69 41.35 0.40 2.57 par:pas; -imitée imiter ver f s 14.69 41.35 0.28 0.68 par:pas; -imitées imiter ver f p 14.69 41.35 0.02 0.41 par:pas; -imités imiter ver m p 14.69 41.35 0.03 0.68 par:pas; -immaculation immaculation nom f s 0.00 0.54 0.00 0.54 -immaculé immaculé adj m s 2.29 9.39 1.05 2.84 -immaculée immaculé adj f s 2.29 9.39 0.66 3.85 -immaculées immaculé adj f p 2.29 9.39 0.27 1.08 -immaculés immaculé adj m p 2.29 9.39 0.32 1.62 -immanence immanence nom f s 0.00 0.07 0.00 0.07 -immanent immanent adj m s 0.07 1.01 0.00 0.14 -immanente immanent adj f s 0.07 1.01 0.07 0.88 -immanentisme immanentisme nom m s 0.00 0.07 0.00 0.07 -immangeable immangeable adj m s 0.74 0.68 0.69 0.54 -immangeables immangeable adj p 0.74 0.68 0.05 0.14 -immanquable immanquable adj s 0.04 0.14 0.04 0.07 -immanquablement immanquablement adv 0.10 3.24 0.10 3.24 -immanquables immanquable adj p 0.04 0.14 0.00 0.07 -immarcescible immarcescible adj s 0.00 0.07 0.00 0.07 -immatriculation immatriculation nom f s 4.64 0.95 4.13 0.88 -immatriculations immatriculation nom f p 4.64 0.95 0.51 0.07 -immatriculer immatriculer ver 0.95 1.15 0.04 0.00 inf; -immatriculé immatriculé adj m s 1.68 0.07 0.28 0.00 -immatriculée immatriculé adj f s 1.68 0.07 1.40 0.07 -immatriculées immatriculer ver f p 0.95 1.15 0.03 0.27 par:pas; -immature immature adj s 2.98 0.27 2.42 0.20 -immatures immature adj p 2.98 0.27 0.56 0.07 -immatérialité immatérialité nom f s 0.00 0.07 0.00 0.07 -immatériel immatériel adj m s 0.42 3.72 0.23 1.76 -immatérielle immatériel adj f s 0.42 3.72 0.17 1.49 -immatérielles immatériel adj f p 0.42 3.72 0.00 0.20 -immatériels immatériel adj m p 0.42 3.72 0.03 0.27 -immaturité immaturité nom f s 0.48 0.34 0.48 0.34 -immense immense adj s 21.56 106.89 19.01 83.99 -immenses immense adj p 21.56 106.89 2.55 22.91 -immensité immensité nom f s 1.53 8.45 1.52 7.97 -immensités immensité nom f p 1.53 8.45 0.01 0.47 -immensément immensément adv 0.39 2.30 0.39 2.30 -immensurable immensurable adj s 0.00 0.14 0.00 0.14 -immerge immerger ver 1.95 2.84 0.17 0.14 ind:pre:1s;ind:pre:3s; -immergea immerger ver 1.95 2.84 0.00 0.14 ind:pas:3s; -immergeait immerger ver 1.95 2.84 0.00 0.27 ind:imp:3s; -immergeant immerger ver 1.95 2.84 0.01 0.00 par:pre; -immergent immerger ver 1.95 2.84 0.00 0.07 ind:pre:3p; -immergeons immerger ver 1.95 2.84 0.10 0.00 imp:pre:1p; -immerger immerger ver 1.95 2.84 0.39 0.41 inf; -immergerons immerger ver 1.95 2.84 0.01 0.00 ind:fut:1p; -immergez immerger ver 1.95 2.84 0.03 0.00 imp:pre:2p; -immergiez immerger ver 1.95 2.84 0.00 0.07 ind:imp:2p; -immergèrent immerger ver 1.95 2.84 0.10 0.07 ind:pas:3p; -immergé immerger ver m s 1.95 2.84 0.67 0.81 par:pas; -immergée immerger ver f s 1.95 2.84 0.22 0.41 par:pas; -immergées immergé adj f p 0.29 1.42 0.11 0.34 -immergés immerger ver m p 1.95 2.84 0.25 0.27 par:pas; -immersion immersion nom f s 1.29 1.15 1.29 1.15 -immettable immettable adj s 0.16 0.14 0.16 0.14 -immeuble immeuble nom m s 30.03 68.78 24.54 50.88 -immeubles immeuble nom m p 30.03 68.78 5.49 17.91 -immigrai immigrer ver 0.68 0.34 0.00 0.07 ind:pas:1s; -immigrant immigrant nom m s 1.46 0.88 0.43 0.20 -immigrante immigrant nom f s 1.46 0.88 0.06 0.00 -immigrants immigrant nom m p 1.46 0.88 0.96 0.68 -immigration immigration nom f s 4.91 0.81 4.91 0.81 -immigrer immigrer ver 0.68 0.34 0.29 0.07 inf; -immigré immigré nom m s 1.54 2.84 0.42 0.20 -immigrée immigré adj f s 0.83 1.28 0.28 0.07 -immigrées immigré adj f p 0.83 1.28 0.01 0.20 -immigrés immigré nom m p 1.54 2.84 1.02 2.50 -imminence imminence nom f s 0.12 3.38 0.12 3.38 -imminent imminent adj m s 4.63 7.64 1.79 2.03 -imminente imminent adj f s 4.63 7.64 2.58 4.73 -imminentes imminent adj f p 4.63 7.64 0.17 0.41 -imminents imminent adj m p 4.63 7.64 0.08 0.47 -immisce immiscer ver 1.56 1.62 0.15 0.00 imp:pre:2s;ind:pre:1s;ind:pre:3s; -immiscent immiscer ver 1.56 1.62 0.07 0.07 ind:pre:3p; -immiscer immiscer ver 1.56 1.62 1.17 1.08 inf; -immiscerait immiscer ver 1.56 1.62 0.02 0.00 cnd:pre:3s; -immisces immiscer ver 1.56 1.62 0.01 0.00 ind:pre:2s; -immiscibles immiscible adj m p 0.00 0.07 0.00 0.07 -immiscé immiscer ver m s 1.56 1.62 0.06 0.07 par:pas; -immiscée immiscer ver f s 1.56 1.62 0.04 0.00 par:pas; -immisçaient immiscer ver 1.56 1.62 0.00 0.14 ind:imp:3p; -immisçait immiscer ver 1.56 1.62 0.01 0.14 ind:imp:3s; -immisçant immiscer ver 1.56 1.62 0.02 0.14 par:pre; -immixtion immixtion nom f s 0.10 0.54 0.10 0.47 -immixtions immixtion nom f p 0.10 0.54 0.00 0.07 -immobile immobile adj s 8.03 116.42 6.67 87.50 -immobiles immobile adj p 8.03 116.42 1.35 28.92 -immobilier immobilier adj m s 6.43 3.45 3.27 1.76 -immobiliers immobilier adj m p 6.43 3.45 1.13 0.47 -immobilisa immobiliser ver 3.23 30.27 0.00 8.24 ind:pas:3s; -immobilisai immobiliser ver 3.23 30.27 0.00 0.27 ind:pas:1s; -immobilisaient immobiliser ver 3.23 30.27 0.00 0.54 ind:imp:3p; -immobilisais immobiliser ver 3.23 30.27 0.00 0.14 ind:imp:1s; -immobilisait immobiliser ver 3.23 30.27 0.14 2.23 ind:imp:3s; -immobilisant immobiliser ver 3.23 30.27 0.01 1.76 par:pre; -immobilisation immobilisation nom f s 0.08 0.34 0.08 0.27 -immobilisations immobilisation nom f p 0.08 0.34 0.00 0.07 -immobilise immobiliser ver 3.23 30.27 0.53 2.91 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -immobilisent immobiliser ver 3.23 30.27 0.01 0.81 ind:pre:3p; -immobiliser immobiliser ver 3.23 30.27 0.75 2.91 imp:pre:2p;inf; -immobilisera immobiliser ver 3.23 30.27 0.07 0.07 ind:fut:3s; -immobiliserait immobiliser ver 3.23 30.27 0.01 0.07 cnd:pre:3s; -immobiliseront immobiliser ver 3.23 30.27 0.02 0.07 ind:fut:3p; -immobilises immobiliser ver 3.23 30.27 0.01 0.07 ind:pre:2s; -immobilisez immobiliser ver 3.23 30.27 0.24 0.00 imp:pre:2p; -immobilisme immobilisme nom m s 0.04 0.27 0.04 0.27 -immobilisons immobiliser ver 3.23 30.27 0.00 0.07 ind:pre:1p; -immobilisèrent immobiliser ver 3.23 30.27 0.00 1.15 ind:pas:3p; -immobilisé immobiliser ver m s 3.23 30.27 0.61 3.58 par:pas; -immobilisée immobiliser ver f s 3.23 30.27 0.33 2.84 par:pas; -immobilisées immobiliser ver f p 3.23 30.27 0.02 0.41 par:pas; -immobilisés immobiliser ver m p 3.23 30.27 0.48 2.16 par:pas; -immobilière immobilier adj f s 6.43 3.45 1.75 0.81 -immobilières immobilier adj f p 6.43 3.45 0.28 0.41 -immobilité immobilité nom f s 0.66 21.96 0.66 21.62 -immobilités immobilité nom f p 0.66 21.96 0.00 0.34 -immodeste immodeste adj f s 0.13 0.20 0.13 0.07 -immodestes immodeste adj f p 0.13 0.20 0.00 0.14 -immodestie immodestie nom f s 0.01 0.07 0.01 0.07 -immodéré immodéré adj m s 0.13 1.22 0.13 0.81 -immodérée immodéré adj f s 0.13 1.22 0.00 0.14 -immodérées immodéré adj f p 0.13 1.22 0.00 0.07 -immodérément immodérément adv 0.00 0.20 0.00 0.20 -immodérés immodéré adj m p 0.13 1.22 0.00 0.20 -immola immoler ver 2.54 1.01 0.01 0.07 ind:pas:3s; -immolation immolation nom f s 0.05 0.20 0.05 0.14 -immolations immolation nom f p 0.05 0.20 0.00 0.07 -immole immoler ver 2.54 1.01 0.82 0.07 imp:pre:2s;ind:pre:1s;ind:pre:3s; -immolent immoler ver 2.54 1.01 0.03 0.00 ind:pre:3p; -immoler immoler ver 2.54 1.01 0.73 0.20 inf; -immolé immoler ver m s 2.54 1.01 0.77 0.41 par:pas; -immolée immoler ver f s 2.54 1.01 0.01 0.07 par:pas; -immolés immoler ver m p 2.54 1.01 0.17 0.20 par:pas; -immonde immonde adj s 5.12 6.28 4.48 4.12 -immondes immonde adj p 5.12 6.28 0.64 2.16 -immondice immondice nom f s 0.46 2.36 0.02 0.14 -immondices immondice nom f p 0.46 2.36 0.44 2.23 -immoral immoral adj m s 3.88 1.76 2.96 0.81 -immorale immoral adj f s 3.88 1.76 0.59 0.27 -immoralement immoralement adv 0.27 0.00 0.27 0.00 -immorales immoral adj f p 3.88 1.76 0.07 0.14 -immoralisme immoralisme nom m s 0.00 0.20 0.00 0.20 -immoraliste immoraliste nom s 0.00 0.07 0.00 0.07 -immoralité immoralité nom f s 0.67 0.61 0.67 0.61 -immoraux immoral adj m p 3.88 1.76 0.26 0.54 -immortalisa immortaliser ver 1.17 1.62 0.01 0.14 ind:pas:3s; -immortalisait immortaliser ver 1.17 1.62 0.00 0.20 ind:imp:3s; -immortalisant immortaliser ver 1.17 1.62 0.00 0.14 par:pre; -immortalisation immortalisation nom f s 0.00 0.07 0.00 0.07 -immortalise immortaliser ver 1.17 1.62 0.09 0.00 imp:pre:2s;ind:pre:1s;ind:pre:3s; -immortaliser immortaliser ver 1.17 1.62 0.55 0.74 inf; -immortaliseraient immortaliser ver 1.17 1.62 0.01 0.00 cnd:pre:3p; -immortaliseront immortaliser ver 1.17 1.62 0.02 0.00 ind:fut:3p; -immortalisez immortaliser ver 1.17 1.62 0.01 0.00 imp:pre:2p; -immortalisé immortaliser ver m s 1.17 1.62 0.28 0.07 par:pas; -immortalisée immortaliser ver f s 1.17 1.62 0.03 0.14 par:pas; -immortalisées immortaliser ver f p 1.17 1.62 0.11 0.07 par:pas; -immortalisés immortaliser ver m p 1.17 1.62 0.06 0.14 par:pas; -immortalité immortalité nom f s 3.67 4.53 3.67 4.46 -immortalités immortalité nom f p 3.67 4.53 0.00 0.07 -immortel immortel adj m s 6.66 5.74 2.88 2.30 -immortelle immortel adj f s 6.66 5.74 2.12 1.89 -immortelles immortel adj f p 6.66 5.74 0.36 0.54 -immortels immortel adj m p 6.66 5.74 1.29 1.01 -immortifiées immortifié adj f p 0.00 0.07 0.00 0.07 -immotivée immotivé adj f s 0.01 0.14 0.00 0.07 -immotivés immotivé adj m p 0.01 0.14 0.01 0.07 -immuabilité immuabilité nom f s 0.01 0.20 0.01 0.20 -immuable immuable adj s 1.64 9.80 1.24 7.84 -immuablement immuablement adv 0.01 0.74 0.01 0.74 -immuables immuable adj p 1.64 9.80 0.40 1.96 -immédiat immédiat adj m s 9.77 24.59 4.59 9.59 -immédiate immédiat adj f s 9.77 24.59 4.19 10.61 -immédiatement immédiatement adv 56.35 42.64 56.35 42.64 -immédiates immédiat adj f p 9.77 24.59 0.44 1.96 -immédiateté immédiateté nom f s 0.02 0.07 0.02 0.07 -immédiats immédiat adj m p 9.77 24.59 0.54 2.43 -immémorial immémorial adj m s 0.04 4.93 0.00 1.89 -immémoriale immémorial adj f s 0.04 4.93 0.01 1.15 -immémoriales immémorial adj f p 0.04 4.93 0.01 1.01 -immémoriaux immémorial adj m p 0.04 4.93 0.02 0.88 -immune immun adj f s 0.01 0.07 0.01 0.07 -immunisait immuniser ver 1.96 0.68 0.00 0.14 ind:imp:3s; -immunisation immunisation nom f s 0.08 0.07 0.08 0.07 -immunise immuniser ver 1.96 0.68 0.04 0.07 ind:pre:3s; -immunisent immuniser ver 1.96 0.68 0.03 0.00 ind:pre:3p; -immuniser immuniser ver 1.96 0.68 0.09 0.20 inf; -immunisé immuniser ver m s 1.96 0.68 0.97 0.20 par:pas; -immunisée immuniser ver f s 1.96 0.68 0.36 0.07 par:pas; -immunisés immuniser ver m p 1.96 0.68 0.48 0.00 par:pas; -immunitaire immunitaire adj s 1.73 0.54 1.64 0.20 -immunitaires immunitaire adj p 1.73 0.54 0.09 0.34 -immunité immunité nom f s 2.99 1.42 2.92 1.42 -immunités immunité nom f p 2.99 1.42 0.06 0.00 -immunodéficience immunodéficience nom f s 0.04 0.00 0.04 0.00 -immunodéficitaire immunodéficitaire adj f s 0.03 0.00 0.03 0.00 -immunodéprimé immunodéprimé adj m s 0.02 0.00 0.02 0.00 -immunogène immunogène adj f s 0.00 0.14 0.00 0.14 -immunologie immunologie nom f s 0.02 0.00 0.02 0.00 -immunologique immunologique adj s 0.05 0.07 0.05 0.07 -immunologiste immunologiste nom s 0.09 0.00 0.09 0.00 -immunostimulant immunostimulant nom m s 0.01 0.00 0.01 0.00 -immunothérapie immunothérapie nom f s 0.01 0.00 0.01 0.00 -immérité immérité adj m s 0.24 0.88 0.20 0.27 -imméritée immérité adj f s 0.24 0.88 0.02 0.27 -imméritées immérité adj f p 0.24 0.88 0.00 0.20 -immérités immérité adj m p 0.24 0.88 0.03 0.14 -immutabilité immutabilité nom f s 0.14 0.00 0.14 0.00 -impôt impôt nom m s 15.14 6.55 2.67 1.76 -impôts impôt nom m p 15.14 6.55 12.47 4.80 -impact impact nom m s 9.54 2.50 8.36 2.30 -impacts impact nom m p 9.54 2.50 1.19 0.20 -impair impair adj m s 0.58 1.08 0.20 0.68 -impaire impair adj f s 0.58 1.08 0.03 0.00 -impaires impair adj f p 0.58 1.08 0.00 0.14 -impairs impair adj m p 0.58 1.08 0.36 0.27 -impala impala nom m s 0.19 1.22 0.17 1.01 -impalas impala nom m p 0.19 1.22 0.02 0.20 -impalpabilité impalpabilité nom f s 0.00 0.07 0.00 0.07 -impalpable impalpable adj s 0.60 5.27 0.60 3.72 -impalpablement impalpablement adv 0.00 0.07 0.00 0.07 -impalpables impalpable adj p 0.60 5.27 0.00 1.55 -imparable imparable adj s 0.43 0.81 0.41 0.68 -imparablement imparablement adv 0.00 0.07 0.00 0.07 -imparables imparable adj f p 0.43 0.81 0.02 0.14 -impardonnable impardonnable adj s 2.84 3.11 2.46 2.70 -impardonnablement impardonnablement adv 0.00 0.07 0.00 0.07 -impardonnables impardonnable adj p 2.84 3.11 0.39 0.41 -imparfait imparfait adj m s 1.51 3.11 0.74 1.01 -imparfaite imparfait adj f s 1.51 3.11 0.23 1.22 -imparfaitement imparfaitement adv 0.02 0.81 0.02 0.81 -imparfaites imparfait adj f p 1.51 3.11 0.13 0.20 -imparfaits imparfait adj m p 1.51 3.11 0.41 0.68 -impartageable impartageable adj s 0.00 0.07 0.00 0.07 -imparti imparti adj m s 0.27 0.07 0.27 0.07 -impartial impartial adj m s 1.72 1.28 0.81 0.74 -impartiale impartial adj f s 1.72 1.28 0.69 0.27 -impartialement impartialement adv 0.04 0.34 0.04 0.34 -impartiales impartial adj f p 1.72 1.28 0.01 0.07 -impartialité impartialité nom f s 0.32 0.95 0.32 0.95 -impartiaux impartial adj m p 1.72 1.28 0.22 0.20 -impartie impartir ver f s 0.19 0.95 0.00 0.14 par:pas; -impartir impartir ver 0.19 0.95 0.00 0.14 inf; -impartis impartir ver m p 0.19 0.95 0.00 0.27 par:pas; -impassable impassable adj s 0.02 0.00 0.02 0.00 -impasse impasse nom f s 6.95 10.47 6.30 9.19 -impasses impasse nom f p 6.95 10.47 0.65 1.28 -impassibilité impassibilité nom f s 0.00 2.43 0.00 2.43 -impassible impassible adj s 1.48 11.49 1.29 9.66 -impassiblement impassiblement adv 0.00 0.14 0.00 0.14 -impassibles impassible adj p 1.48 11.49 0.18 1.82 -impatiemment impatiemment adv 0.79 2.50 0.79 2.50 -impatience impatience nom f s 7.59 33.78 7.59 33.11 -impatiences impatience nom f p 7.59 33.78 0.00 0.68 -impatiens impatiens nom f 0.01 0.00 0.01 0.00 -impatient impatient adj m s 12.64 16.76 7.40 9.19 -impatienta impatienter ver 2.74 10.54 0.00 1.28 ind:pas:3s; -impatientai impatienter ver 2.74 10.54 0.01 0.14 ind:pas:1s; -impatientaient impatienter ver 2.74 10.54 0.01 0.47 ind:imp:3p; -impatientais impatienter ver 2.74 10.54 0.00 0.27 ind:imp:1s; -impatientait impatienter ver 2.74 10.54 0.18 2.43 ind:imp:3s; -impatientant impatienter ver 2.74 10.54 0.00 0.14 par:pre; -impatiente impatient adj f s 12.64 16.76 3.34 3.99 -impatientent impatienter ver 2.74 10.54 0.63 0.34 ind:pre:3p; -impatienter impatienter ver 2.74 10.54 0.72 0.95 inf; -impatienterait impatienter ver 2.74 10.54 0.00 0.07 cnd:pre:3s; -impatientes impatient adj f p 12.64 16.76 0.26 0.68 -impatientez impatienter ver 2.74 10.54 0.01 0.27 imp:pre:2p;ind:pre:2p; -impatients impatient adj m p 12.64 16.76 1.63 2.91 -impatientèrent impatienter ver 2.74 10.54 0.00 0.14 ind:pas:3p; -impatienté impatienter ver m s 2.74 10.54 0.01 0.81 par:pas; -impatientée impatienter ver f s 2.74 10.54 0.01 0.34 par:pas; -impatientés impatienter ver m p 2.74 10.54 0.01 0.00 par:pas; -impatronisait impatroniser ver 0.00 0.20 0.00 0.07 ind:imp:3s; -impatroniser impatroniser ver 0.00 0.20 0.00 0.07 inf; -impatronisé impatroniser ver m s 0.00 0.20 0.00 0.07 par:pas; -impavide impavide adj s 0.29 1.89 0.29 1.28 -impavides impavide adj f p 0.29 1.89 0.00 0.61 -impayable impayable adj m s 0.36 0.81 0.30 0.74 -impayables impayable adj p 0.36 0.81 0.06 0.07 -impayé impayé adj m s 0.96 0.47 0.11 0.00 -impayée impayé adj f s 0.96 0.47 0.23 0.20 -impayées impayé adj f p 0.96 0.47 0.35 0.14 -impayés impayé adj m p 0.96 0.47 0.27 0.14 -impeachment impeachment nom m s 0.07 0.00 0.07 0.00 -impec impec adj 1.06 1.96 1.06 1.96 -impeccabilité impeccabilité nom f s 0.00 0.07 0.00 0.07 -impeccable impeccable adj s 6.96 10.07 5.67 8.24 -impeccablement impeccablement adv 0.09 2.64 0.09 2.64 -impeccables impeccable adj p 6.96 10.07 1.29 1.82 -impedimenta impedimenta nom m p 0.00 0.07 0.00 0.07 -impensable impensable adj s 2.94 2.57 2.91 2.23 -impensables impensable adj f p 2.94 2.57 0.03 0.34 -impensé impensé adj m s 0.00 0.14 0.00 0.14 -imper imper nom m s 2.08 2.91 1.95 2.50 -imperator imperator nom m s 0.09 0.20 0.09 0.20 -imperceptible imperceptible adj s 0.61 15.27 0.45 12.16 -imperceptiblement imperceptiblement adv 0.14 9.73 0.14 9.73 -imperceptibles imperceptible adj p 0.61 15.27 0.16 3.11 -imperfectible imperfectible adj s 0.01 0.00 0.01 0.00 -imperfection imperfection nom f s 1.00 1.69 0.34 0.61 -imperfections imperfection nom f p 1.00 1.69 0.66 1.08 -imperium imperium nom m s 0.08 0.07 0.08 0.07 -imperméabilisant imperméabilisant nom m s 0.01 0.00 0.01 0.00 -imperméabiliser imperméabiliser ver 0.23 0.00 0.01 0.00 inf; -imperméabilisé imperméabiliser ver m s 0.23 0.00 0.23 0.00 par:pas; -imperméabilité imperméabilité nom f s 0.00 0.14 0.00 0.14 -imperméable imperméable nom m s 2.14 11.62 1.95 10.14 -imperméables imperméable nom m p 2.14 11.62 0.19 1.49 -impers imper nom m p 2.08 2.91 0.13 0.41 -impersonnaliser impersonnaliser ver 0.01 0.00 0.01 0.00 inf; -impersonnalité impersonnalité nom f s 0.00 0.34 0.00 0.34 -impersonnel impersonnel adj m s 0.86 5.00 0.68 1.82 -impersonnelle impersonnel adj f s 0.86 5.00 0.15 2.43 -impersonnelles impersonnel adj f p 0.86 5.00 0.01 0.27 -impersonnels impersonnel adj m p 0.86 5.00 0.03 0.47 -impertinemment impertinemment adv 0.00 0.07 0.00 0.07 -impertinence impertinence nom f s 0.47 1.69 0.34 1.35 -impertinences impertinence nom f p 0.47 1.69 0.14 0.34 -impertinent impertinent adj m s 1.14 1.01 0.92 0.41 -impertinente impertinent adj f s 1.14 1.01 0.17 0.41 -impertinentes impertinent adj f p 1.14 1.01 0.04 0.20 -impertinents impertinent nom m p 0.97 0.20 0.27 0.07 -imperturbable imperturbable adj s 0.18 6.42 0.15 5.54 -imperturbablement imperturbablement adv 0.00 1.01 0.00 1.01 -imperturbables imperturbable adj p 0.18 6.42 0.04 0.88 -impie impie adj s 1.66 1.96 1.19 0.95 -impies impie nom p 1.09 1.28 0.94 0.54 -impitoyable impitoyable adj s 5.34 10.68 4.40 8.18 -impitoyablement impitoyablement adv 0.40 1.82 0.40 1.82 -impitoyables impitoyable adj p 5.34 10.68 0.94 2.50 -impiété impiété nom f s 0.74 1.08 0.74 0.95 -impiétés impiété nom f p 0.74 1.08 0.00 0.14 -implacabilité implacabilité nom f s 0.02 0.07 0.02 0.07 -implacable implacable adj s 2.02 10.54 1.77 9.46 -implacablement implacablement adv 0.11 0.20 0.11 0.20 -implacables implacable adj p 2.02 10.54 0.24 1.08 -implant implant nom m s 5.11 0.14 2.00 0.00 -implanta implanter ver 3.39 2.64 0.14 0.07 ind:pas:3s; -implantable implantable adj m s 0.01 0.00 0.01 0.00 -implantaient implanter ver 3.39 2.64 0.00 0.14 ind:imp:3p; -implantais implanter ver 3.39 2.64 0.01 0.07 ind:imp:1s; -implantait implanter ver 3.39 2.64 0.00 0.14 ind:imp:3s; -implantant implanter ver 3.39 2.64 0.05 0.07 par:pre; -implantation implantation nom f s 0.66 0.81 0.53 0.81 -implantations implantation nom f p 0.66 0.81 0.12 0.00 -implante implanter ver 3.39 2.64 0.39 0.07 ind:pre:3s; -implantent implanter ver 3.39 2.64 0.05 0.14 ind:pre:3p; -implanter implanter ver 3.39 2.64 1.10 0.95 inf; -implantez implanter ver 3.39 2.64 0.04 0.00 imp:pre:2p;ind:pre:2p; -implantiez implanter ver 3.39 2.64 0.02 0.00 ind:imp:2p; -implantons implanter ver 3.39 2.64 0.05 0.00 imp:pre:1p;ind:pre:1p; -implants implant nom m p 5.11 0.14 3.11 0.14 -implanté implanter ver m s 3.39 2.64 1.20 0.47 par:pas; -implantée implanter ver f s 3.39 2.64 0.17 0.20 par:pas; -implantées implanter ver f p 3.39 2.64 0.03 0.07 par:pas; -implantés implanter ver m p 3.39 2.64 0.14 0.27 par:pas; -implication implication nom f s 2.96 1.01 2.01 0.27 -implications implication nom f p 2.96 1.01 0.95 0.74 -implicite implicite adj s 0.26 1.28 0.23 1.08 -implicitement implicitement adv 0.19 1.15 0.19 1.15 -implicites implicite adj p 0.26 1.28 0.03 0.20 -impliqua impliquer ver 36.80 12.09 0.11 0.07 ind:pas:3s; -impliquaient impliquer ver 36.80 12.09 0.05 0.27 ind:imp:3p; -impliquait impliquer ver 36.80 12.09 0.66 2.91 ind:imp:3s; -impliquant impliquer ver 36.80 12.09 1.37 1.08 par:pre; -implique impliquer ver 36.80 12.09 6.73 3.99 imp:pre:2s;ind:pre:1s;ind:pre:3s; -impliquent impliquer ver 36.80 12.09 0.60 0.61 ind:pre:3p; -impliquer impliquer ver 36.80 12.09 4.07 0.47 inf; -impliquera impliquer ver 36.80 12.09 0.07 0.07 ind:fut:3s; -impliquerai impliquer ver 36.80 12.09 0.04 0.00 ind:fut:1s; -impliquerais impliquer ver 36.80 12.09 0.04 0.00 cnd:pre:1s;cnd:pre:2s; -impliquerait impliquer ver 36.80 12.09 0.52 0.41 cnd:pre:3s; -impliquerons impliquer ver 36.80 12.09 0.01 0.00 ind:fut:1p; -impliqueront impliquer ver 36.80 12.09 0.01 0.00 ind:fut:3p; -impliquez impliquer ver 36.80 12.09 0.34 0.00 imp:pre:2p;ind:pre:2p; -impliquions impliquer ver 36.80 12.09 0.01 0.00 ind:imp:1p; -impliquons impliquer ver 36.80 12.09 0.04 0.00 imp:pre:1p;ind:pre:1p; -impliquât impliquer ver 36.80 12.09 0.00 0.14 sub:imp:3s; -impliqué impliquer ver m s 36.80 12.09 13.38 1.28 par:pas; -impliquée impliquer ver f s 36.80 12.09 4.05 0.34 par:pas; -impliquées impliquer ver f p 36.80 12.09 1.21 0.07 par:pas; -impliqués impliquer ver m p 36.80 12.09 3.46 0.41 par:pas; -implora implorer ver 11.88 8.11 0.13 1.08 ind:pas:3s; -implorai implorer ver 11.88 8.11 0.00 0.14 ind:pas:1s; -imploraient implorer ver 11.88 8.11 0.05 0.20 ind:imp:3p; -implorais implorer ver 11.88 8.11 0.06 0.14 ind:imp:1s;ind:imp:2s; -implorait implorer ver 11.88 8.11 0.30 1.15 ind:imp:3s; -implorant implorer ver 11.88 8.11 0.49 1.22 par:pre; -implorante implorant adj f s 0.50 3.31 0.04 1.15 -implorantes implorant adj f p 0.50 3.31 0.11 0.20 -implorants implorant adj m p 0.50 3.31 0.12 0.81 -imploration imploration nom f s 0.01 1.01 0.01 0.88 -implorations imploration nom f p 0.01 1.01 0.00 0.14 -implore implorer ver 11.88 8.11 5.87 1.28 imp:pre:2s;ind:pre:1s;ind:pre:3s; -implorent implorer ver 11.88 8.11 0.90 0.41 ind:pre:3p; -implorer implorer ver 11.88 8.11 1.75 1.76 inf; -implorera implorer ver 11.88 8.11 0.02 0.07 ind:fut:3s; -implorerai implorer ver 11.88 8.11 0.03 0.07 ind:fut:1s; -implorerais implorer ver 11.88 8.11 0.01 0.00 cnd:pre:2s; -implorerez implorer ver 11.88 8.11 0.04 0.00 ind:fut:2p; -imploreront implorer ver 11.88 8.11 0.01 0.00 ind:fut:3p; -implorez implorer ver 11.88 8.11 0.24 0.07 imp:pre:2p;ind:pre:2p; -imploriez implorer ver 11.88 8.11 0.14 0.07 ind:imp:2p; -implorons implorer ver 11.88 8.11 1.13 0.07 imp:pre:1p;ind:pre:1p; -implorèrent implorer ver 11.88 8.11 0.01 0.07 ind:pas:3p; -imploré implorer ver m s 11.88 8.11 0.52 0.34 par:pas; -implorée implorer ver f s 11.88 8.11 0.19 0.00 par:pas; -implose imploser ver 0.47 0.34 0.07 0.27 ind:pre:1s;ind:pre:3s; -implosent imploser ver 0.47 0.34 0.02 0.07 ind:pre:3p; -imploser imploser ver 0.47 0.34 0.32 0.00 inf; -implosera imploser ver 0.47 0.34 0.04 0.00 ind:fut:3s; -implosez imploser ver 0.47 0.34 0.01 0.00 ind:pre:2p; -implosif implosif adj m s 0.06 0.07 0.04 0.00 -implosifs implosif adj m p 0.06 0.07 0.01 0.07 -implosion implosion nom f s 0.23 0.14 0.23 0.14 -implosive implosive nom f s 0.00 0.07 0.00 0.07 -implosives implosif adj f p 0.06 0.07 0.01 0.00 -implémentation implémentation nom f s 0.04 0.00 0.04 0.00 -implémenter implémenter ver 0.05 0.00 0.05 0.00 inf; -impoli impoli adj m s 4.76 0.68 3.32 0.47 -impolie impoli adj f s 4.76 0.68 0.95 0.20 -impoliment impoliment adv 0.03 0.00 0.03 0.00 -impolis impoli adj m p 4.76 0.68 0.48 0.00 -impolitesse impolitesse nom f s 1.01 0.88 1.00 0.81 -impolitesses impolitesse nom f p 1.01 0.88 0.01 0.07 -impollu impollu adj m s 0.00 0.07 0.00 0.07 -impolluable impolluable adj f s 0.00 0.07 0.00 0.07 -impollué impollué adj m s 0.00 0.47 0.00 0.14 -impolluée impollué adj f s 0.00 0.47 0.00 0.14 -impolluées impollué adj f p 0.00 0.47 0.00 0.07 -impollués impollué adj m p 0.00 0.47 0.00 0.14 -impondérable impondérable nom m s 0.10 0.61 0.03 0.20 -impondérables impondérable nom m p 0.10 0.61 0.07 0.41 -impopulaire impopulaire adj s 1.14 0.14 0.95 0.07 -impopulaires impopulaire adj m p 1.14 0.14 0.19 0.07 -impopularité impopularité nom f s 0.01 0.27 0.01 0.27 -import_export import_export nom m s 0.47 0.41 0.47 0.41 -import import nom m s 0.43 0.27 0.32 0.14 -importa importer ver 259.50 173.11 0.11 0.20 ind:pas:3s; -importable importable adj s 0.16 0.00 0.01 0.00 -importables importable adj p 0.16 0.00 0.15 0.00 -importaient importer ver 259.50 173.11 0.09 1.35 ind:imp:3p; -importait importer ver 259.50 173.11 2.25 15.68 ind:imp:3s; -importance importance nom f s 57.32 75.81 57.32 75.54 -importances importance nom f p 57.32 75.81 0.00 0.27 -important important adj m s 229.36 86.76 168.62 49.66 -importante important adj f s 229.36 86.76 35.29 18.31 -importantes important adj f p 229.36 86.76 13.80 8.99 -importants important adj m p 229.36 86.76 11.65 9.80 -importateur importateur nom m s 0.24 0.34 0.19 0.27 -importateurs importateur nom m p 0.24 0.34 0.05 0.07 -importation importation nom f s 1.23 2.23 0.73 1.01 -importations importation nom f p 1.23 2.23 0.50 1.22 -importe importer ver 259.50 173.11 251.39 151.08 imp:pre:2s;ind:pre:1s;ind:pre:3s; -importent importer ver 259.50 173.11 2.16 1.76 ind:pre:3p; -importer importer ver 259.50 173.11 1.01 0.68 inf; -importera importer ver 259.50 173.11 0.25 0.34 ind:fut:3s; -importeraient importer ver 259.50 173.11 0.01 0.00 cnd:pre:3p; -importerait importer ver 259.50 173.11 0.10 0.41 cnd:pre:3s; -importes importer ver 259.50 173.11 0.20 0.07 ind:pre:2s; -importât importer ver 259.50 173.11 0.00 0.07 sub:imp:3s; -imports import nom m p 0.43 0.27 0.11 0.14 -importé importer ver m s 259.50 173.11 1.05 0.61 par:pas; -importée importé adj f s 1.45 0.54 0.26 0.20 -importées importer ver f p 259.50 173.11 0.28 0.27 par:pas; -importun importun nom m s 0.36 1.82 0.32 1.01 -importuna importuner ver 4.66 3.38 0.00 0.07 ind:pas:3s; -importunaient importuner ver 4.66 3.38 0.00 0.20 ind:imp:3p; -importunais importuner ver 4.66 3.38 0.03 0.07 ind:imp:1s; -importunait importuner ver 4.66 3.38 0.14 0.68 ind:imp:3s; -importune importuner ver 4.66 3.38 0.51 0.20 imp:pre:2s;ind:pre:1s;ind:pre:3s; -importunent importuner ver 4.66 3.38 0.04 0.14 ind:pre:3p; -importuner importuner ver 4.66 3.38 2.79 0.95 inf; -importunerai importuner ver 4.66 3.38 0.07 0.00 ind:fut:1s; -importunerait importuner ver 4.66 3.38 0.01 0.00 cnd:pre:3s; -importunerez importuner ver 4.66 3.38 0.02 0.07 ind:fut:2p; -importunerons importuner ver 4.66 3.38 0.11 0.00 ind:fut:1p; -importunes importuner ver 4.66 3.38 0.27 0.00 ind:pre:2s; -importunez importuner ver 4.66 3.38 0.28 0.20 imp:pre:2p;ind:pre:2p; -importunités importunité nom f p 0.00 0.20 0.00 0.20 -importunât importuner ver 4.66 3.38 0.00 0.07 sub:imp:3s; -importuns importun adj m p 0.70 2.23 0.16 0.20 -importuné importuner ver m s 4.66 3.38 0.14 0.47 par:pas; -importunée importuner ver f s 4.66 3.38 0.20 0.20 par:pas; -importunés importuner ver m p 4.66 3.38 0.06 0.07 par:pas; -importés importé adj m p 1.45 0.54 0.39 0.20 -imposa imposer ver 23.62 78.38 0.79 3.72 ind:pas:3s; -imposable imposable adj s 0.29 0.14 0.20 0.07 -imposables imposable adj m p 0.29 0.14 0.09 0.07 -imposai imposer ver 23.62 78.38 0.00 0.20 ind:pas:1s; -imposaient imposer ver 23.62 78.38 0.08 2.50 ind:imp:3p; -imposais imposer ver 23.62 78.38 0.04 0.68 ind:imp:1s;ind:imp:2s; -imposait imposer ver 23.62 78.38 1.07 14.66 ind:imp:3s; -imposant imposant adj m s 1.47 9.39 0.97 3.72 -imposante imposant adj f s 1.47 9.39 0.42 4.39 -imposantes imposant adj f p 1.47 9.39 0.05 0.95 -imposants imposant adj m p 1.47 9.39 0.03 0.34 -imposassent imposer ver 23.62 78.38 0.00 0.07 sub:imp:3p; -impose imposer ver 23.62 78.38 6.92 12.77 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:1s; -imposent imposer ver 23.62 78.38 1.62 4.12 ind:pre:3p; -imposer imposer ver 23.62 78.38 7.19 19.53 inf; -imposera imposer ver 23.62 78.38 0.27 0.47 ind:fut:3s; -imposerai imposer ver 23.62 78.38 0.23 0.14 ind:fut:1s; -imposeraient imposer ver 23.62 78.38 0.01 0.20 cnd:pre:3p; -imposerais imposer ver 23.62 78.38 0.03 0.07 cnd:pre:1s; -imposerait imposer ver 23.62 78.38 0.07 1.08 cnd:pre:3s; -imposerez imposer ver 23.62 78.38 0.03 0.00 ind:fut:2p; -imposerions imposer ver 23.62 78.38 0.00 0.14 cnd:pre:1p; -imposerons imposer ver 23.62 78.38 0.05 0.14 ind:fut:1p; -imposeront imposer ver 23.62 78.38 0.03 0.14 ind:fut:3p; -imposes imposer ver 23.62 78.38 0.35 0.34 ind:pre:2s; -imposez imposer ver 23.62 78.38 0.41 0.20 imp:pre:2p;ind:pre:2p; -imposiez imposer ver 23.62 78.38 0.00 0.14 ind:imp:2p; -imposition imposition nom f s 0.69 0.41 0.69 0.34 -impositions imposition nom f p 0.69 0.41 0.00 0.07 -imposons imposer ver 23.62 78.38 0.30 0.14 imp:pre:1p;ind:pre:1p; -imposât imposer ver 23.62 78.38 0.01 0.54 sub:imp:3s; -impossibilité impossibilité nom f s 0.96 7.50 0.94 7.16 -impossibilités impossibilité nom f p 0.96 7.50 0.02 0.34 -impossible impossible adj s 124.54 96.01 122.32 90.07 -impossibles impossible adj p 124.54 96.01 2.22 5.95 -imposte imposte nom f s 0.01 0.68 0.01 0.68 -imposteur imposteur nom m s 6.04 1.96 5.43 1.42 -imposteurs imposteur nom m p 6.04 1.96 0.61 0.54 -imposèrent imposer ver 23.62 78.38 0.00 0.61 ind:pas:3p; -imposture imposture nom f s 1.82 3.38 1.78 3.18 -impostures imposture nom f p 1.82 3.38 0.04 0.20 -imposé imposer ver m s 23.62 78.38 2.46 6.42 par:pas; -imposée imposer ver f s 23.62 78.38 0.53 4.19 par:pas; -imposées imposer ver f p 23.62 78.38 0.52 1.62 par:pas; -imposés imposer ver m p 23.62 78.38 0.21 0.68 par:pas; -impotence impotence nom f s 0.01 0.07 0.01 0.07 -impotent impotent adj m s 0.90 1.22 0.64 0.47 -impotente impotent adj f s 0.90 1.22 0.21 0.61 -impotentes impotent adj f p 0.90 1.22 0.00 0.07 -impotents impotent adj m p 0.90 1.22 0.05 0.07 -impraticabilité impraticabilité nom f s 0.01 0.00 0.01 0.00 -impraticable impraticable adj s 0.33 1.35 0.15 0.95 -impraticables impraticable adj p 0.33 1.35 0.18 0.41 -impratique impratique adj s 0.00 0.07 0.00 0.07 -imprenable imprenable adj s 0.76 2.30 0.74 1.82 -imprenables imprenable adj p 0.76 2.30 0.02 0.47 -impresarii impresario nom m p 0.39 2.36 0.00 0.14 -impresario impresario nom m s 0.39 2.36 0.38 2.03 -impresarios impresario nom m p 0.39 2.36 0.01 0.20 -imprescriptible imprescriptible adj s 0.02 0.41 0.01 0.27 -imprescriptibles imprescriptible adj m p 0.02 0.41 0.01 0.14 -impression impression nom f s 90.19 155.27 88.30 146.28 -impressionna impressionner ver 24.98 24.26 0.01 1.49 ind:pas:3s; -impressionnable impressionnable adj s 1.02 0.68 0.78 0.68 -impressionnables impressionnable adj m p 1.02 0.68 0.24 0.00 -impressionnaient impressionner ver 24.98 24.26 0.00 0.61 ind:imp:3p; -impressionnais impressionner ver 24.98 24.26 0.14 0.00 ind:imp:1s;ind:imp:2s; -impressionnait impressionner ver 24.98 24.26 0.13 2.84 ind:imp:3s; -impressionnant impressionnant adj m s 15.91 9.86 12.98 4.59 -impressionnante impressionnant adj f s 15.91 9.86 2.09 3.78 -impressionnantes impressionnant adj f p 15.91 9.86 0.40 0.95 -impressionnants impressionnant adj m p 15.91 9.86 0.45 0.54 -impressionne impressionner ver 24.98 24.26 3.54 2.30 imp:pre:2s;ind:pre:1s;ind:pre:3s; -impressionnent impressionner ver 24.98 24.26 0.42 0.47 ind:pre:3p; -impressionner impressionner ver 24.98 24.26 5.97 4.66 inf; -impressionnera impressionner ver 24.98 24.26 0.26 0.00 ind:fut:3s; -impressionnerait impressionner ver 24.98 24.26 0.06 0.27 cnd:pre:3s; -impressionneras impressionner ver 24.98 24.26 0.02 0.00 ind:fut:2s; -impressionneront impressionner ver 24.98 24.26 0.00 0.07 ind:fut:3p; -impressionnes impressionner ver 24.98 24.26 0.82 0.07 ind:pre:1p;ind:pre:2s; -impressionnez impressionner ver 24.98 24.26 0.94 0.07 imp:pre:2p;ind:pre:2p; -impressionnisme impressionnisme nom m s 0.16 0.20 0.16 0.20 -impressionniste impressionniste adj s 0.28 1.15 0.11 0.54 -impressionnistes impressionniste adj p 0.28 1.15 0.17 0.61 -impressionnât impressionner ver 24.98 24.26 0.00 0.07 sub:imp:3s; -impressionnèrent impressionner ver 24.98 24.26 0.00 0.07 ind:pas:3p; -impressionné impressionner ver m s 24.98 24.26 6.91 7.16 par:pas; -impressionnée impressionner ver f s 24.98 24.26 3.34 1.89 par:pas; -impressionnées impressionner ver f p 24.98 24.26 0.07 0.20 par:pas; -impressionnés impressionner ver m p 24.98 24.26 1.50 1.55 par:pas; -impressions impression nom f p 90.19 155.27 1.89 8.99 -impressive impressif adj f s 0.03 0.00 0.03 0.00 -imprima imprimer ver 8.67 28.24 0.02 0.54 ind:pas:3s; -imprimable imprimable adj s 0.01 0.00 0.01 0.00 -imprimaient imprimer ver 8.67 28.24 0.03 0.68 ind:imp:3p; -imprimais imprimer ver 8.67 28.24 0.06 0.07 ind:imp:1s; -imprimait imprimer ver 8.67 28.24 0.03 2.23 ind:imp:3s; -imprimant imprimer ver 8.67 28.24 0.11 0.74 par:pre; -imprimante imprimante nom f s 0.95 0.07 0.95 0.07 -imprimatur imprimatur nom m 0.00 0.07 0.00 0.07 -imprime imprimer ver 8.67 28.24 1.82 1.55 imp:pre:2s;ind:pre:1s;ind:pre:3s; -impriment imprimer ver 8.67 28.24 0.31 0.47 ind:pre:3p; -imprimer imprimer ver 8.67 28.24 2.82 3.58 inf; -imprimera imprimer ver 8.67 28.24 0.03 0.14 ind:fut:3s; -imprimerai imprimer ver 8.67 28.24 0.04 0.00 ind:fut:1s; -imprimerait imprimer ver 8.67 28.24 0.01 0.07 cnd:pre:3s; -imprimeras imprimer ver 8.67 28.24 0.01 0.00 ind:fut:2s; -imprimerie imprimerie nom f s 1.63 9.53 1.60 9.12 -imprimeries imprimerie nom f p 1.63 9.53 0.03 0.41 -imprimerons imprimer ver 8.67 28.24 0.00 0.07 ind:fut:1p; -imprimeur imprimeur nom m s 1.12 2.97 1.01 2.09 -imprimeurs imprimeur nom m p 1.12 2.97 0.10 0.88 -imprimez imprimer ver 8.67 28.24 0.47 0.14 imp:pre:2p;ind:pre:2p; -imprimèrent imprimer ver 8.67 28.24 0.01 0.20 ind:pas:3p; -imprimé imprimer ver m s 8.67 28.24 1.79 7.91 par:pas; -imprimée imprimer ver f s 8.67 28.24 0.36 4.05 par:pas; -imprimées imprimer ver f p 8.67 28.24 0.22 2.84 par:pas; -imprimés imprimer ver m p 8.67 28.24 0.53 2.97 par:pas; -impro impro nom f s 0.82 0.14 0.82 0.14 -improbabilité improbabilité nom f s 0.11 0.20 0.11 0.20 -improbable improbable adj s 2.87 7.70 2.77 5.68 -improbables improbable adj p 2.87 7.70 0.09 2.03 -improductif improductif adj m s 0.85 0.54 0.20 0.20 -improductifs improductif adj m p 0.85 0.54 0.40 0.07 -improductive improductif adj f s 0.85 0.54 0.25 0.14 -improductives improductif adj f p 0.85 0.54 0.00 0.14 -impromptu impromptu adj m s 0.40 2.43 0.25 1.42 -impromptue impromptu adj f s 0.40 2.43 0.11 0.68 -impromptues impromptu adj f p 0.40 2.43 0.02 0.27 -impromptus impromptu nom m p 0.14 0.61 0.14 0.07 -imprononcé imprononcé adj m s 0.00 0.07 0.00 0.07 -imprononçable imprononçable adj m s 0.19 0.47 0.16 0.41 -imprononçables imprononçable adj m p 0.19 0.47 0.02 0.07 -impropre impropre adj s 0.50 1.62 0.48 1.22 -improprement improprement adv 0.11 0.07 0.11 0.07 -impropres impropre adj f p 0.50 1.62 0.02 0.41 -impropriétés impropriété nom f p 0.00 0.14 0.00 0.14 -improuva improuver ver 0.00 0.07 0.00 0.07 ind:pas:3s; -improuvable improuvable adj s 0.03 0.00 0.03 0.00 -improvisa improviser ver 7.09 8.92 0.03 0.68 ind:pas:3s; -improvisade improvisade nom f s 0.01 0.00 0.01 0.00 -improvisai improviser ver 7.09 8.92 0.00 0.07 ind:pas:1s; -improvisaient improviser ver 7.09 8.92 0.00 0.34 ind:imp:3p; -improvisais improviser ver 7.09 8.92 0.03 0.14 ind:imp:1s; -improvisait improviser ver 7.09 8.92 0.20 0.95 ind:imp:3s; -improvisant improviser ver 7.09 8.92 0.02 0.88 par:pre; -improvisateur improvisateur nom m s 0.01 0.27 0.01 0.20 -improvisateurs improvisateur nom m p 0.01 0.27 0.00 0.07 -improvisation improvisation nom f s 0.91 3.78 0.72 2.70 -improvisations improvisation nom f p 0.91 3.78 0.19 1.08 -improvise improviser ver 7.09 8.92 1.92 1.15 imp:pre:2s;ind:pre:1s;ind:pre:3s; -improvisent improviser ver 7.09 8.92 0.22 0.41 ind:pre:3p; -improviser improviser ver 7.09 8.92 2.79 1.42 inf; -improvisera improviser ver 7.09 8.92 0.21 0.14 ind:fut:3s; -improviserai improviser ver 7.09 8.92 0.19 0.00 ind:fut:1s; -improviserons improviser ver 7.09 8.92 0.01 0.00 ind:fut:1p; -improvisez improviser ver 7.09 8.92 0.14 0.00 imp:pre:2p;ind:pre:2p; -improvisions improviser ver 7.09 8.92 0.00 0.07 ind:imp:1p; -improvisons improviser ver 7.09 8.92 0.20 0.00 imp:pre:1p;ind:pre:1p; -improvisèrent improviser ver 7.09 8.92 0.00 0.14 ind:pas:3p; -improvisé improviser ver m s 7.09 8.92 0.82 1.28 par:pas; -improvisée improviser ver f s 7.09 8.92 0.26 0.34 par:pas; -improvisées improvisé adj f p 0.60 4.19 0.04 0.20 -improvisés improviser ver m p 7.09 8.92 0.04 0.54 par:pas; -imprègne imprégner ver 1.76 17.70 0.25 2.43 imp:pre:2s;ind:pre:1s;ind:pre:3s; -imprègnent imprégner ver 1.76 17.70 0.03 0.34 ind:pre:3p; -imprécateur imprécateur nom m s 0.00 0.07 0.00 0.07 -imprécation imprécation nom f s 0.12 3.38 0.11 0.34 -imprécations imprécation nom f p 0.12 3.38 0.01 3.04 -imprécis imprécis adj m 0.36 7.36 0.28 2.77 -imprécisable imprécisable nom s 0.00 0.20 0.00 0.20 -imprécise imprécis adj f s 0.36 7.36 0.07 2.97 -imprécises imprécis adj f p 0.36 7.36 0.01 1.62 -imprécision imprécision nom f s 0.06 1.01 0.04 0.95 -imprécisions imprécision nom f p 0.06 1.01 0.02 0.07 -imprudemment imprudemment adv 0.34 1.28 0.34 1.28 -imprudence imprudence nom f s 2.04 6.15 1.56 4.73 -imprudences imprudence nom f p 2.04 6.15 0.48 1.42 -imprudent imprudent adj m s 4.34 4.80 3.10 2.50 -imprudente imprudent adj f s 4.34 4.80 0.87 1.22 -imprudentes imprudent adj f p 4.34 4.80 0.08 0.61 -imprudents imprudent adj m p 4.34 4.80 0.30 0.47 -imprégna imprégner ver 1.76 17.70 0.00 0.34 ind:pas:3s; -imprégnaient imprégner ver 1.76 17.70 0.02 0.61 ind:imp:3p; -imprégnais imprégner ver 1.76 17.70 0.00 0.07 ind:imp:1s; -imprégnait imprégner ver 1.76 17.70 0.12 1.96 ind:imp:3s; -imprégnant imprégner ver 1.76 17.70 0.00 0.41 par:pre; -imprégnation imprégnation nom f s 0.01 0.68 0.01 0.54 -imprégnations imprégnation nom f p 0.01 0.68 0.00 0.14 -imprégner imprégner ver 1.76 17.70 0.27 2.36 inf; -imprégnez imprégner ver 1.76 17.70 0.04 0.00 imp:pre:2p; -imprégnèrent imprégner ver 1.76 17.70 0.01 0.07 ind:pas:3p; -imprégné imprégner ver m s 1.76 17.70 0.63 4.19 par:pas; -imprégnée imprégner ver f s 1.76 17.70 0.10 2.09 par:pas; -imprégnées imprégner ver f p 1.76 17.70 0.10 1.28 par:pas; -imprégnés imprégner ver m p 1.76 17.70 0.18 1.55 par:pas; -impréparation impréparation nom f s 0.00 0.14 0.00 0.14 -imprésario imprésario nom m s 1.21 1.49 1.05 1.22 -imprésarios imprésario nom m p 1.21 1.49 0.16 0.27 -imprésentable imprésentable adj s 0.00 0.20 0.00 0.14 -imprésentables imprésentable adj f p 0.00 0.20 0.00 0.07 -imprévisibilité imprévisibilité nom f s 0.17 0.20 0.17 0.20 -imprévisible imprévisible adj s 4.92 12.43 4.01 7.30 -imprévisiblement imprévisiblement adv 0.11 0.00 0.11 0.00 -imprévisibles imprévisible adj p 4.92 12.43 0.91 5.14 -imprévision imprévision nom f s 0.00 0.07 0.00 0.07 -imprévoyance imprévoyance nom f s 0.10 0.47 0.10 0.47 -imprévoyant imprévoyant adj m s 0.00 0.27 0.00 0.07 -imprévoyante imprévoyant adj f s 0.00 0.27 0.00 0.07 -imprévoyants imprévoyant adj m p 0.00 0.27 0.00 0.14 -imprévu imprévu nom m s 3.22 5.47 2.67 4.86 -imprévue imprévu adj f s 2.72 8.99 1.56 3.18 -imprévues imprévu adj f p 2.72 8.99 0.28 0.95 -imprévus imprévu nom m p 3.22 5.47 0.55 0.61 -impubliable impubliable adj s 0.01 0.34 0.01 0.27 -impubliables impubliable adj p 0.01 0.34 0.00 0.07 -impubère impubère adj f s 0.00 0.61 0.00 0.41 -impubères impubère adj p 0.00 0.61 0.00 0.20 -impécunieuse impécunieux adj f s 0.00 0.27 0.00 0.14 -impécunieux impécunieux adj m p 0.00 0.27 0.00 0.14 -impécuniosité impécuniosité nom f s 0.00 0.07 0.00 0.07 -impédance impédance nom f s 0.04 0.00 0.04 0.00 -impudemment impudemment adv 0.13 0.27 0.13 0.27 -impudence impudence nom f s 1.27 1.35 1.27 1.28 -impudences impudence nom f p 1.27 1.35 0.00 0.07 -impudent impudent adj m s 1.13 1.35 0.47 0.61 -impudente impudent adj f s 1.13 1.35 0.30 0.47 -impudentes impudent adj f p 1.13 1.35 0.02 0.00 -impudents impudent adj m p 1.13 1.35 0.34 0.27 -impudeur impudeur nom f s 0.25 4.19 0.25 4.05 -impudeurs impudeur nom f p 0.25 4.19 0.00 0.14 -impudicité impudicité nom f s 0.03 0.20 0.03 0.20 -impudique impudique adj s 0.65 3.04 0.63 2.23 -impudiquement impudiquement adv 0.01 0.20 0.01 0.20 -impudiques impudique adj p 0.65 3.04 0.03 0.81 -impuissance impuissance nom f s 2.50 16.62 2.50 16.28 -impuissances impuissance nom f p 2.50 16.62 0.00 0.34 -impuissant impuissant adj m s 7.58 11.55 4.49 4.93 -impuissante impuissant adj f s 7.58 11.55 1.14 4.46 -impuissantes impuissant adj f p 7.58 11.55 0.23 0.34 -impuissants impuissant adj m p 7.58 11.55 1.72 1.82 -impulsif impulsif adj m s 2.24 1.96 1.40 1.28 -impulsifs impulsif adj m p 2.24 1.96 0.26 0.14 -impulsion impulsion nom f s 4.58 8.38 3.00 6.01 -impulsions impulsion nom f p 4.58 8.38 1.58 2.36 -impulsive impulsif adj f s 2.24 1.96 0.54 0.47 -impulsivement impulsivement adv 0.07 0.34 0.07 0.34 -impulsives impulsif adj f p 2.24 1.96 0.04 0.07 -impulsivité impulsivité nom f s 0.13 0.07 0.13 0.07 -impuni impuni adj m s 1.48 0.74 0.89 0.34 -impunie impuni adj f s 1.48 0.74 0.46 0.07 -impunis impuni adj m p 1.48 0.74 0.13 0.34 -impénitent impénitent adj m s 0.07 1.35 0.03 0.68 -impénitente impénitent adj f s 0.07 1.35 0.01 0.00 -impénitents impénitent adj m p 0.07 1.35 0.03 0.68 -impunité impunité nom f s 0.93 1.42 0.93 1.42 -impunément impunément adv 1.90 3.24 1.90 3.24 -impénétrabilité impénétrabilité nom f s 0.00 0.20 0.00 0.20 -impénétrable impénétrable adj s 3.08 6.89 1.29 4.66 -impénétrables impénétrable adj p 3.08 6.89 1.79 2.23 -impur impur adj m s 3.91 4.53 1.44 2.23 -impératif impératif adj m s 1.38 3.78 1.21 1.55 -impératifs impératif nom m p 0.69 3.04 0.32 1.22 -impérative impératif adj f s 1.38 3.78 0.16 1.35 -impérativement impérativement adv 0.55 0.68 0.55 0.68 -impératives impératif adj f p 1.38 3.78 0.00 0.47 -impératrice impératrice nom f s 3.03 6.35 2.96 6.08 -impératrices impératrice nom f p 3.03 6.35 0.07 0.27 -impure impur adj f s 3.91 4.53 0.89 0.95 -impures impur adj f p 3.91 4.53 0.95 0.88 -impureté impureté nom f s 0.71 1.42 0.41 1.01 -impuretés impureté nom f p 0.71 1.42 0.31 0.41 -impérial impérial adj m s 6.77 19.12 2.10 7.64 -impériale impérial adj f s 6.77 19.12 4.21 7.77 -impériales impérial adj f p 6.77 19.12 0.13 2.09 -impérialisation impérialisation nom f s 0.01 0.00 0.01 0.00 -impérialisme impérialisme nom m s 0.64 1.35 0.64 1.35 -impérialiste impérialiste adj s 0.84 1.01 0.48 0.34 -impérialistes impérialiste adj p 0.84 1.01 0.35 0.68 -impériaux impérial adj m p 6.77 19.12 0.33 1.62 -impérieuse impérieux adj f s 0.54 12.09 0.03 4.66 -impérieusement impérieusement adv 0.00 1.69 0.00 1.69 -impérieuses impérieux adj f p 0.54 12.09 0.13 0.88 -impérieux impérieux adj m 0.54 12.09 0.38 6.55 -impérissable impérissable adj s 0.11 2.03 0.09 1.55 -impérissables impérissable adj p 0.11 2.03 0.02 0.47 -impéritie impéritie nom f s 0.00 0.20 0.00 0.20 -impurs impur adj m p 3.91 4.53 0.63 0.47 -imputable imputable adj s 0.03 0.74 0.02 0.54 -imputables imputable adj m p 0.03 0.74 0.01 0.20 -imputai imputer ver 0.90 2.77 0.00 0.07 ind:pas:1s; -imputaient imputer ver 0.90 2.77 0.02 0.20 ind:imp:3p; -imputais imputer ver 0.90 2.77 0.00 0.14 ind:imp:1s; -imputait imputer ver 0.90 2.77 0.00 0.41 ind:imp:3s; -imputant imputer ver 0.90 2.77 0.00 0.07 par:pre; -imputasse imputer ver 0.90 2.77 0.01 0.00 sub:imp:1s; -imputation imputation nom f s 0.04 0.54 0.03 0.20 -imputations imputation nom f p 0.04 0.54 0.01 0.34 -impute imputer ver 0.90 2.77 0.22 0.07 imp:pre:2s;ind:pre:1s;ind:pre:3s; -imputer imputer ver 0.90 2.77 0.26 0.81 inf; -imputera imputer ver 0.90 2.77 0.00 0.07 ind:fut:3s; -imputerai imputer ver 0.90 2.77 0.01 0.07 ind:fut:1s; -imputeront imputer ver 0.90 2.77 0.01 0.00 ind:fut:3p; -impétigo impétigo nom m s 0.08 0.41 0.08 0.41 -imputât imputer ver 0.90 2.77 0.00 0.07 sub:imp:3s; -impétrant impétrant nom m s 0.02 0.27 0.01 0.20 -impétrante impétrant nom f s 0.02 0.27 0.00 0.07 -impétrants impétrant nom m p 0.02 0.27 0.01 0.00 -imputrescible imputrescible adj s 0.00 0.47 0.00 0.41 -imputrescibles imputrescible adj m p 0.00 0.47 0.00 0.07 -imputèrent imputer ver 0.90 2.77 0.00 0.14 ind:pas:3p; -imputé imputer ver m s 0.90 2.77 0.03 0.14 par:pas; -imputée imputer ver f s 0.90 2.77 0.30 0.27 par:pas; -imputées imputer ver f p 0.90 2.77 0.01 0.07 par:pas; -impétueuse impétueux adj f s 1.44 2.97 0.55 0.81 -impétueusement impétueusement adv 0.01 0.41 0.01 0.41 -impétueuses impétueux adj f p 1.44 2.97 0.00 0.14 -impétueux impétueux adj m 1.44 2.97 0.89 2.03 -impétuosité impétuosité nom f s 0.18 0.95 0.18 0.95 -imputés imputer ver m p 0.90 2.77 0.03 0.20 par:pas; -in_bord in_bord adj m s 0.01 0.00 0.01 0.00 -in_bord in_bord nom m s 0.01 0.00 0.01 0.00 -in_folio in_folio nom m 0.00 0.61 0.00 0.61 -in_folios in_folios nom m 0.00 0.20 0.00 0.20 -in_octavo in_octavo nom m 0.01 0.34 0.01 0.34 -in_octavos in_octavos nom m 0.00 0.07 0.00 0.07 -in_quarto in_quarto adj 0.00 0.07 0.00 0.07 -in_quarto in_quarto nom m 0.00 0.07 0.00 0.07 -in_seize in_seize nom m 0.00 0.07 0.00 0.07 -in_absentia in_absentia adv 0.02 0.00 0.02 0.00 -in_abstracto in_abstracto adv 0.00 0.20 0.00 0.20 -in_anima_vili in_anima_vili adv 0.00 0.07 0.00 0.07 -in_cauda_venenum in_cauda_venenum adv 0.00 0.14 0.00 0.14 -in_extenso in_extenso adv 0.00 0.54 0.00 0.54 -in_extremis in_extremis adv 0.07 2.64 0.07 2.64 -in_memoriam in_memoriam adv 0.15 0.00 0.15 0.00 -in_pace in_pace nom m 0.16 0.07 0.16 0.07 -in_petto in_petto adv 0.00 1.22 0.00 1.22 -in_utero in_utero adj f p 0.05 0.00 0.05 0.00 -in_utero in_utero adv 0.05 0.00 0.05 0.00 -in_vino_veritas in_vino_veritas adv 0.05 0.00 0.05 0.00 -in_vitro in_vitro adj 0.22 0.34 0.22 0.34 -in_vivo in_vivo adv 0.00 0.07 0.00 0.07 -in in adj_sup 47.17 11.62 47.17 11.62 -inabordable inabordable adj s 0.22 0.34 0.22 0.34 -inabouti inabouti adj m s 0.00 0.14 0.00 0.07 -inaboutie inabouti adj f s 0.00 0.14 0.00 0.07 -inacceptable inacceptable adj s 4.09 2.70 3.75 2.36 -inacceptables inacceptable adj p 4.09 2.70 0.33 0.34 -inaccessibilité inaccessibilité nom f s 0.01 0.27 0.01 0.27 -inaccessible inaccessible adj s 2.74 10.88 2.32 8.04 -inaccessibles inaccessible adj p 2.74 10.88 0.42 2.84 -inaccompli inaccompli adj m s 0.04 0.47 0.03 0.34 -inaccomplis inaccompli adj m p 0.04 0.47 0.01 0.14 -inaccomplissement inaccomplissement nom m s 0.00 0.07 0.00 0.07 -inaccoutumé inaccoutumé adj m s 0.02 0.61 0.02 0.20 -inaccoutumée inaccoutumé adj f s 0.02 0.61 0.00 0.34 -inaccoutumées inaccoutumé adj f p 0.02 0.61 0.00 0.07 -inachevé inachevé adj m s 3.44 7.09 1.24 3.04 -inachevée inachevé adj f s 3.44 7.09 1.73 2.57 -inachevées inachevé adj f p 3.44 7.09 0.18 0.95 -inachevés inachevé adj m p 3.44 7.09 0.29 0.54 -inachèvement inachèvement nom m s 0.01 0.54 0.01 0.54 -inactif inactif adj m s 1.29 1.22 0.74 0.34 -inactifs inactif adj m p 1.29 1.22 0.39 0.14 -inaction inaction nom f s 0.12 2.36 0.12 2.36 -inactivation inactivation nom f s 0.01 0.00 0.01 0.00 -inactive inactif adj f s 1.29 1.22 0.12 0.61 -inactives inactif adj f p 1.29 1.22 0.04 0.14 -inactivité inactivité nom f s 0.17 0.74 0.17 0.74 -inactivé inactivé adj m s 0.01 0.00 0.01 0.00 -inactuel inactuel adj m s 0.00 0.07 0.00 0.07 -inadaptable inadaptable adj s 0.00 0.07 0.00 0.07 -inadaptation inadaptation nom f s 0.05 0.54 0.05 0.54 -inadapté inadapté adj m s 0.39 0.54 0.16 0.34 -inadaptée inadapté adj f s 0.39 0.54 0.05 0.07 -inadaptées inadapté adj f p 0.39 0.54 0.01 0.00 -inadaptés inadapté adj m p 0.39 0.54 0.17 0.14 -inadmissible inadmissible adj s 2.29 3.04 2.24 2.64 -inadmissibles inadmissible adj p 2.29 3.04 0.05 0.41 -inadéquat inadéquat adj m s 0.61 0.81 0.14 0.27 -inadéquate inadéquat adj f s 0.61 0.81 0.29 0.07 -inadéquatement inadéquatement adv 0.01 0.00 0.01 0.00 -inadéquates inadéquat adj f p 0.61 0.81 0.04 0.07 -inadéquation inadéquation nom f s 0.01 0.07 0.01 0.07 -inadéquats inadéquat adj m p 0.61 0.81 0.15 0.41 -inadvertance inadvertance nom f s 0.58 1.55 0.58 1.49 -inadvertances inadvertance nom f p 0.58 1.55 0.00 0.07 -inaliénable inaliénable adj s 0.16 0.14 0.11 0.07 -inaliénables inaliénable adj m p 0.16 0.14 0.05 0.07 -inaltérable inaltérable adj s 0.58 5.14 0.47 4.66 -inaltérables inaltérable adj p 0.58 5.14 0.11 0.47 -inaltéré inaltéré adj m s 0.03 0.34 0.01 0.14 -inaltérée inaltéré adj f s 0.03 0.34 0.02 0.07 -inaltérées inaltéré adj f p 0.03 0.34 0.00 0.07 -inaltérés inaltéré adj m p 0.03 0.34 0.00 0.07 -inamical inamical adj m s 0.23 0.41 0.04 0.34 -inamicale inamical adj f s 0.23 0.41 0.17 0.07 -inamicaux inamical adj m p 0.23 0.41 0.02 0.00 -inamovible inamovible adj s 0.17 0.95 0.16 0.41 -inamovibles inamovible adj p 0.17 0.95 0.01 0.54 -inanalysable inanalysable adj f s 0.00 0.34 0.00 0.07 -inanalysables inanalysable adj p 0.00 0.34 0.00 0.27 -inane inane adj s 0.00 0.07 0.00 0.07 -inanimation inanimation nom f s 0.00 0.07 0.00 0.07 -inanimé inanimé adj m s 0.94 3.11 0.48 1.62 -inanimée inanimé adj f s 0.94 3.11 0.12 0.74 -inanimées inanimé adj f p 0.94 3.11 0.03 0.20 -inanimés inanimé adj m p 0.94 3.11 0.32 0.54 -inanition inanition nom f s 0.02 1.62 0.02 1.62 -inanité inanité nom f s 0.14 1.28 0.14 1.28 -inapaisable inapaisable adj s 0.00 0.47 0.00 0.47 -inapaisée inapaisé adj f s 0.01 0.14 0.00 0.07 -inapaisées inapaisé adj f p 0.01 0.14 0.00 0.07 -inapaisés inapaisé adj m p 0.01 0.14 0.01 0.00 -inaperçu inaperçu adj m s 3.37 7.57 1.66 2.91 -inaperçue inaperçu adj f s 3.37 7.57 0.81 2.97 -inaperçues inaperçu adj f p 3.37 7.57 0.23 0.68 -inaperçus inaperçu adj m p 3.37 7.57 0.68 1.01 -inapplicable inapplicable adj s 0.03 0.07 0.02 0.00 -inapplicables inapplicable adj m p 0.03 0.07 0.01 0.07 -inapplication inapplication nom f s 0.00 0.07 0.00 0.07 -inapprivoisables inapprivoisable adj p 0.00 0.07 0.00 0.07 -inapprochable inapprochable adj s 0.04 0.00 0.04 0.00 -inapproprié inapproprié adj m s 1.59 0.07 0.86 0.00 -inappropriée inapproprié adj f s 1.59 0.07 0.52 0.07 -inappropriées inapproprié adj f p 1.59 0.07 0.13 0.00 -inappropriés inapproprié adj m p 1.59 0.07 0.08 0.00 -inappréciable inappréciable adj s 0.00 0.68 0.00 0.61 -inappréciables inappréciable adj m p 0.00 0.68 0.00 0.07 -inappréciée inapprécié adj f s 0.01 0.00 0.01 0.00 -inappétence inappétence nom f s 0.00 0.27 0.00 0.27 -inapte inapte adj s 2.00 2.03 1.30 1.55 -inaptes inapte adj m p 2.00 2.03 0.70 0.47 -inaptitude inaptitude nom f s 0.30 1.01 0.29 1.01 -inaptitudes inaptitude nom f p 0.30 1.01 0.01 0.00 -inarrangeable inarrangeable adj s 0.00 0.07 0.00 0.07 -inarticulé inarticulé adj m s 0.15 1.55 0.03 0.20 -inarticulée inarticulé adj f s 0.15 1.55 0.02 0.14 -inarticulées inarticulé adj f p 0.15 1.55 0.00 0.20 -inarticulés inarticulé adj m p 0.15 1.55 0.10 1.01 -inassimilable inassimilable adj s 0.00 0.14 0.00 0.07 -inassimilables inassimilable adj p 0.00 0.14 0.00 0.07 -inassouvi inassouvi adj m s 0.09 1.96 0.04 0.41 -inassouvie inassouvi adj f s 0.09 1.96 0.02 0.47 -inassouvies inassouvi adj f p 0.09 1.96 0.00 0.20 -inassouvis inassouvi adj m p 0.09 1.96 0.02 0.88 -inassouvissable inassouvissable adj m s 0.00 0.27 0.00 0.14 -inassouvissables inassouvissable adj p 0.00 0.27 0.00 0.14 -inassouvissement inassouvissement nom m s 0.00 0.07 0.00 0.07 -inassurable inassurable adj s 0.02 0.00 0.02 0.00 -inattaquable inattaquable adj s 0.52 1.15 0.48 1.08 -inattaquables inattaquable adj m p 0.52 1.15 0.03 0.07 -inatteignable inatteignable adj m s 0.19 0.34 0.16 0.34 -inatteignables inatteignable adj p 0.19 0.34 0.04 0.00 -inattendu inattendu adj m s 6.10 25.14 3.58 10.41 -inattendue inattendu adj f s 6.10 25.14 1.90 10.41 -inattendues inattendu adj f p 6.10 25.14 0.43 2.16 -inattendus inattendu adj m p 6.10 25.14 0.20 2.16 -inattentif inattentif adj m s 0.17 1.62 0.16 0.88 -inattentifs inattentif adj m p 0.17 1.62 0.00 0.34 -inattention inattention nom f s 0.52 2.30 0.52 2.30 -inattentive inattentif adj f s 0.17 1.62 0.01 0.27 -inattentives inattentif adj f p 0.17 1.62 0.00 0.14 -inattrapable inattrapable adj s 0.00 0.07 0.00 0.07 -inaudible inaudible adj s 5.34 3.65 4.68 2.23 -inaudibles inaudible adj p 5.34 3.65 0.66 1.42 -inaugura inaugurer ver 2.41 5.54 0.00 0.20 ind:pas:3s; -inaugurai inaugurer ver 2.41 5.54 0.00 0.20 ind:pas:1s; -inaugurais inaugurer ver 2.41 5.54 0.00 0.07 ind:imp:1s; -inaugurait inaugurer ver 2.41 5.54 0.04 0.81 ind:imp:3s; -inaugural inaugural adj m s 0.26 1.01 0.22 0.41 -inaugurale inaugural adj f s 0.26 1.01 0.04 0.54 -inaugurales inaugural adj f p 0.26 1.01 0.00 0.07 -inaugurant inaugurer ver 2.41 5.54 0.01 0.41 par:pre; -inauguration inauguration nom f s 3.12 2.77 2.99 2.57 -inaugurations inauguration nom f p 3.12 2.77 0.12 0.20 -inaugure inaugurer ver 2.41 5.54 0.86 0.54 imp:pre:2s;ind:pre:1s;ind:pre:3s; -inaugurer inaugurer ver 2.41 5.54 0.62 1.28 inf; -inaugurera inaugurer ver 2.41 5.54 0.23 0.00 ind:fut:3s; -inaugurions inaugurer ver 2.41 5.54 0.00 0.07 ind:imp:1p; -inaugurons inaugurer ver 2.41 5.54 0.01 0.14 imp:pre:1p;ind:pre:1p; -inaugurèrent inaugurer ver 2.41 5.54 0.00 0.14 ind:pas:3p; -inauguré inaugurer ver m s 2.41 5.54 0.55 1.15 par:pas; -inaugurée inaugurer ver f s 2.41 5.54 0.07 0.41 par:pas; -inaugurés inaugurer ver m p 2.41 5.54 0.01 0.14 par:pas; -inauthenticité inauthenticité nom f s 0.00 0.07 0.00 0.07 -inaverti inaverti adj m s 0.00 0.07 0.00 0.07 -inavouable inavouable adj s 1.27 2.84 0.96 1.76 -inavouablement inavouablement adv 0.00 0.07 0.00 0.07 -inavouables inavouable adj p 1.27 2.84 0.32 1.08 -inavoué inavoué adj m s 0.28 2.09 0.13 0.81 -inavouée inavoué adj f s 0.28 2.09 0.01 0.81 -inavouées inavoué adj f p 0.28 2.09 0.00 0.34 -inavoués inavoué adj m p 0.28 2.09 0.14 0.14 -inca inca adj 0.45 0.61 0.37 0.34 -incalculable incalculable adj s 0.94 2.09 0.77 1.55 -incalculables incalculable adj p 0.94 2.09 0.17 0.54 -incandescence incandescence nom f s 0.06 1.15 0.06 1.01 -incandescences incandescence nom f p 0.06 1.15 0.00 0.14 -incandescent incandescent adj m s 0.60 4.73 0.15 1.96 -incandescente incandescent adj f s 0.60 4.73 0.42 1.15 -incandescentes incandescent adj f p 0.60 4.73 0.01 1.15 -incandescents incandescent adj m p 0.60 4.73 0.02 0.47 -incantation incantation nom f s 1.92 2.50 1.33 1.08 -incantations incantation nom f p 1.92 2.50 0.59 1.42 -incantatoire incantatoire adj s 0.01 1.01 0.01 0.74 -incantatoires incantatoire adj p 0.01 1.01 0.00 0.27 -incantatrice incantateur nom f s 0.00 0.07 0.00 0.07 -incapable incapable adj s 20.93 46.22 17.38 38.72 -incapables incapable adj p 20.93 46.22 3.55 7.50 -incapacitant incapacitant adj m s 0.07 0.07 0.05 0.07 -incapacitante incapacitant adj f s 0.07 0.07 0.01 0.00 -incapacitants incapacitant adj m p 0.07 0.07 0.01 0.00 -incapacité incapacité nom f s 2.75 3.99 2.71 3.85 -incapacités incapacité nom f p 2.75 3.99 0.04 0.14 -incarcère incarcérer ver 1.70 1.35 0.06 0.07 imp:pre:2s;ind:pre:3s; -incarcération incarcération nom f s 0.84 0.81 0.84 0.81 -incarcérer incarcérer ver 1.70 1.35 0.24 0.07 inf; -incarcérez incarcérer ver 1.70 1.35 0.01 0.00 imp:pre:2p; -incarcéré incarcérer ver m s 1.70 1.35 1.19 0.74 par:pas; -incarcérée incarcérer ver f s 1.70 1.35 0.10 0.07 par:pas; -incarcérées incarcérer ver f p 1.70 1.35 0.01 0.07 par:pas; -incarcérés incarcérer ver m p 1.70 1.35 0.09 0.34 par:pas; -incarna incarner ver 3.31 16.28 0.00 0.20 ind:pas:3s; -incarnadines incarnadin adj f p 0.00 0.14 0.00 0.14 -incarnai incarner ver 3.31 16.28 0.00 0.07 ind:pas:1s; -incarnaient incarner ver 3.31 16.28 0.00 1.22 ind:imp:3p; -incarnais incarner ver 3.31 16.28 0.04 0.47 ind:imp:1s;ind:imp:2s; -incarnait incarner ver 3.31 16.28 0.15 4.32 ind:imp:3s; -incarnant incarner ver 3.31 16.28 0.20 0.88 par:pre; -incarnat incarnat nom m s 0.02 0.41 0.02 0.41 -incarnation incarnation nom f s 1.03 5.20 0.96 4.26 -incarnations incarnation nom f p 1.03 5.20 0.07 0.95 -incarne incarner ver 3.31 16.28 1.28 2.70 imp:pre:2s;ind:pre:1s;ind:pre:3s; -incarnent incarner ver 3.31 16.28 0.12 0.54 ind:pre:3p; -incarner incarner ver 3.31 16.28 0.36 2.70 inf; -incarnera incarner ver 3.31 16.28 0.04 0.07 ind:fut:3s; -incarneraient incarner ver 3.31 16.28 0.00 0.07 cnd:pre:3p; -incarnerais incarner ver 3.31 16.28 0.01 0.00 cnd:pre:1s; -incarnerait incarner ver 3.31 16.28 0.01 0.07 cnd:pre:3s; -incarnerez incarner ver 3.31 16.28 0.01 0.00 ind:fut:2p; -incarnes incarner ver 3.31 16.28 0.17 0.07 ind:pre:2s; -incarnez incarner ver 3.31 16.28 0.08 0.00 ind:pre:2p; -incarniez incarner ver 3.31 16.28 0.01 0.00 ind:imp:2p; -incarnions incarner ver 3.31 16.28 0.00 0.20 ind:imp:1p; -incarnât incarner ver 3.31 16.28 0.01 0.07 sub:imp:3s; -incarné incarné adj m s 1.69 1.22 0.98 0.47 -incarnée incarné adj f s 1.69 1.22 0.63 0.61 -incarnées incarné adj f p 1.69 1.22 0.01 0.14 -incarnés incarné adj m p 1.69 1.22 0.06 0.00 -incartade incartade nom f s 0.11 2.03 0.11 0.81 -incartades incartade nom f p 0.11 2.03 0.00 1.22 -incas inca adj p 0.45 0.61 0.09 0.27 -incassable incassable adj s 0.88 0.88 0.80 0.54 -incassables incassable adj p 0.88 0.88 0.08 0.34 -incendia incendier ver 4.37 5.81 0.01 0.34 ind:pas:3s; -incendiaient incendier ver 4.37 5.81 0.00 0.14 ind:imp:3p; -incendiaire incendiaire nom s 1.35 0.81 0.83 0.41 -incendiaires incendiaire nom p 1.35 0.81 0.51 0.41 -incendiait incendier ver 4.37 5.81 0.04 1.01 ind:imp:3s; -incendiant incendier ver 4.37 5.81 0.01 0.41 par:pre; -incendie incendie nom m s 19.84 22.43 17.75 18.04 -incendient incendier ver 4.37 5.81 0.02 0.20 ind:pre:3p; -incendier incendier ver 4.37 5.81 0.93 1.89 inf; -incendieras incendier ver 4.37 5.81 0.01 0.00 ind:fut:2s; -incendies incendie nom m p 19.84 22.43 2.09 4.39 -incendiez incendier ver 4.37 5.81 0.13 0.00 imp:pre:2p;ind:pre:2p; -incendièrent incendier ver 4.37 5.81 0.00 0.07 ind:pas:3p; -incendié incendier ver m s 4.37 5.81 1.42 0.81 par:pas; -incendiée incendier ver f s 4.37 5.81 0.20 0.27 par:pas; -incendiées incendié adj f p 0.89 2.43 0.28 0.54 -incendiés incendier ver m p 4.37 5.81 0.04 0.07 par:pas; -incernable incernable adj m s 0.00 0.14 0.00 0.14 -incertain incertain adj m s 4.23 20.95 1.49 8.78 -incertaine incertain adj f s 4.23 20.95 1.27 6.76 -incertaines incertain adj f p 4.23 20.95 0.40 2.64 -incertains incertain adj m p 4.23 20.95 1.08 2.77 -incertitude incertitude nom f s 2.52 11.89 2.31 10.00 -incertitudes incertitude nom f p 2.52 11.89 0.21 1.89 -incessamment incessamment adv 0.48 3.58 0.48 3.58 -incessant incessant adj m s 1.79 12.23 0.65 4.12 -incessante incessant adj f s 1.79 12.23 0.33 3.31 -incessantes incessant adj f p 1.79 12.23 0.44 2.97 -incessants incessant adj m p 1.79 12.23 0.37 1.82 -inceste inceste nom m s 2.11 3.04 2.08 2.97 -incestes inceste nom m p 2.11 3.04 0.03 0.07 -incestueuse incestueux adj f s 0.69 1.76 0.17 0.41 -incestueuses incestueux adj f p 0.69 1.76 0.02 0.34 -incestueux incestueux adj m 0.69 1.76 0.50 1.01 -inch_allah inch_allah ono 0.27 0.47 0.27 0.47 -inchangeable inchangeable adj f s 0.02 0.07 0.02 0.07 -inchangé inchangé adj m s 1.22 1.69 0.37 0.68 -inchangée inchangé adj f s 1.22 1.69 0.54 0.61 -inchangées inchangé adj f p 1.22 1.69 0.16 0.14 -inchangés inchangé adj m p 1.22 1.69 0.15 0.27 -inchavirable inchavirable adj s 0.01 0.00 0.01 0.00 -inchiffrable inchiffrable adj s 0.00 0.14 0.00 0.14 -incidemment incidemment adv 0.27 1.28 0.27 1.28 -incidence incidence nom f s 0.82 1.35 0.68 0.81 -incidences incidence nom f p 0.82 1.35 0.14 0.54 -incident incident nom m s 20.35 29.93 17.73 21.08 -incidente incident adj f s 1.20 1.69 0.00 0.14 -incidentes incident adj f p 1.20 1.69 0.00 0.14 -incidents incident nom m p 20.35 29.93 2.62 8.85 -incinère incinérer ver 3.79 1.76 0.13 0.07 ind:pre:1s;ind:pre:3s; -incinérait incinérer ver 3.79 1.76 0.00 0.07 ind:imp:3s; -incinérant incinérer ver 3.79 1.76 0.01 0.00 par:pre; -incinérateur incinérateur nom m s 0.67 0.27 0.63 0.20 -incinérateurs incinérateur nom m p 0.67 0.27 0.04 0.07 -incinération incinération nom f s 0.48 1.62 0.48 1.62 -incinérer incinérer ver 3.79 1.76 1.50 0.54 inf; -incinérez incinérer ver 3.79 1.76 0.06 0.00 imp:pre:2p;ind:pre:2p; -incinéré incinérer ver m s 3.79 1.76 1.02 0.54 par:pas; -incinérée incinérer ver f s 3.79 1.76 0.66 0.47 par:pas; -incinérés incinérer ver m p 3.79 1.76 0.41 0.07 par:pas; -incirconcis incirconcis adj m 0.01 0.27 0.01 0.27 -incisa inciser ver 1.05 1.82 0.00 0.07 ind:pas:3s; -incisaient inciser ver 1.05 1.82 0.00 0.20 ind:imp:3p; -incisait inciser ver 1.05 1.82 0.00 0.27 ind:imp:3s; -incisant inciser ver 1.05 1.82 0.11 0.41 par:pre; -incise inciser ver 1.05 1.82 0.17 0.20 imp:pre:2s;ind:pre:1s;ind:pre:3s; -inciser inciser ver 1.05 1.82 0.36 0.27 inf; -incisera inciser ver 1.05 1.82 0.00 0.07 ind:fut:3s; -incises inciser ver 1.05 1.82 0.02 0.00 ind:pre:2s; -incisez inciser ver 1.05 1.82 0.04 0.07 imp:pre:2p;ind:pre:2p; -incisif incisif adj m s 0.18 1.89 0.07 0.88 -incisifs incisif adj m p 0.18 1.89 0.03 0.41 -incision incision nom f s 2.62 0.68 2.27 0.47 -incisions incision nom f p 2.62 0.68 0.35 0.20 -incisive incisive nom f s 0.67 1.42 0.28 0.20 -incisives incisive nom f p 0.67 1.42 0.39 1.22 -incisé inciser ver m s 1.05 1.82 0.19 0.07 par:pas; -incisée inciser ver f s 1.05 1.82 0.12 0.07 par:pas; -incisées inciser ver f p 1.05 1.82 0.03 0.07 par:pas; -incisés inciser ver m p 1.05 1.82 0.01 0.07 par:pas; -incita inciter ver 6.32 10.47 0.14 0.47 ind:pas:3s; -incitaient inciter ver 6.32 10.47 0.01 0.88 ind:imp:3p; -incitait inciter ver 6.32 10.47 0.38 2.16 ind:imp:3s; -incitant inciter ver 6.32 10.47 0.08 0.47 par:pre; -incitateur incitateur nom m s 0.04 0.07 0.04 0.00 -incitatif incitatif adj m s 0.01 0.07 0.01 0.07 -incitation incitation nom f s 1.24 0.54 1.24 0.54 -incitatrice incitateur nom f s 0.04 0.07 0.00 0.07 -incite inciter ver 6.32 10.47 1.61 1.62 imp:pre:2s;ind:pre:1s;ind:pre:3s; -incitent inciter ver 6.32 10.47 0.37 0.68 ind:pre:3p; -inciter inciter ver 6.32 10.47 2.01 2.43 inf; -incitera inciter ver 6.32 10.47 0.10 0.14 ind:fut:3s; -inciterai inciter ver 6.32 10.47 0.14 0.00 ind:fut:1s; -inciteraient inciter ver 6.32 10.47 0.01 0.07 cnd:pre:3p; -inciterais inciter ver 6.32 10.47 0.02 0.00 cnd:pre:1s; -inciterait inciter ver 6.32 10.47 0.14 0.20 cnd:pre:3s; -inciteront inciter ver 6.32 10.47 0.01 0.00 ind:fut:3p; -incitez inciter ver 6.32 10.47 0.23 0.07 imp:pre:2p;ind:pre:2p; -incitiez inciter ver 6.32 10.47 0.03 0.00 sub:pre:2p; -incitèrent inciter ver 6.32 10.47 0.01 0.14 ind:pas:3p; -incité inciter ver m s 6.32 10.47 0.77 0.61 par:pas; -incitée inciter ver f s 6.32 10.47 0.06 0.47 par:pas; -incités inciter ver m p 6.32 10.47 0.20 0.07 par:pas; -incivil incivil adj m s 0.00 0.20 0.00 0.07 -incivils incivil adj m p 0.00 0.20 0.00 0.14 -inclassable inclassable adj m s 0.30 0.20 0.02 0.14 -inclassables inclassable adj p 0.30 0.20 0.28 0.07 -inclina incliner ver 7.25 50.00 0.23 8.85 ind:pas:3s; -inclinable inclinable adj m s 0.07 0.07 0.04 0.07 -inclinables inclinable adj m p 0.07 0.07 0.03 0.00 -inclinai incliner ver 7.25 50.00 0.00 0.68 ind:pas:1s; -inclinaient incliner ver 7.25 50.00 0.10 2.30 ind:imp:3p; -inclinais incliner ver 7.25 50.00 0.00 1.08 ind:imp:1s; -inclinaison inclinaison nom f s 0.78 3.04 0.73 2.77 -inclinaisons inclinaison nom f p 0.78 3.04 0.05 0.27 -inclinait incliner ver 7.25 50.00 0.13 4.12 ind:imp:3s; -inclinant incliner ver 7.25 50.00 0.21 4.19 par:pre; -inclinante inclinant adj f s 0.00 0.07 0.00 0.07 -inclination inclination nom f s 0.52 2.57 0.38 2.03 -inclinations inclination nom f p 0.52 2.57 0.14 0.54 -incline incliner ver 7.25 50.00 3.79 9.53 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -inclinent incliner ver 7.25 50.00 0.41 1.96 ind:pre:3p; -incliner incliner ver 7.25 50.00 0.78 5.81 inf; -inclinerai incliner ver 7.25 50.00 0.04 0.00 ind:fut:1s; -inclineraient incliner ver 7.25 50.00 0.00 0.20 cnd:pre:3p; -inclinerais incliner ver 7.25 50.00 0.16 0.14 cnd:pre:1s; -inclinerait incliner ver 7.25 50.00 0.00 0.34 cnd:pre:3s; -inclineras incliner ver 7.25 50.00 0.03 0.00 ind:fut:2s; -inclinerez incliner ver 7.25 50.00 0.01 0.00 ind:fut:2p; -inclineront incliner ver 7.25 50.00 0.12 0.07 ind:fut:3p; -inclinez incliner ver 7.25 50.00 0.46 0.00 imp:pre:2p;ind:pre:2p; -inclinions incliner ver 7.25 50.00 0.00 0.14 ind:imp:1p; -inclinomètre inclinomètre nom m s 0.01 0.00 0.01 0.00 -inclinons incliner ver 7.25 50.00 0.23 0.00 imp:pre:1p;ind:pre:1p; -inclinât incliner ver 7.25 50.00 0.00 0.20 sub:imp:3s; -inclinèrent incliner ver 7.25 50.00 0.01 0.61 ind:pas:3p; -incliné incliner ver m s 7.25 50.00 0.33 5.74 par:pas; -inclinée incliné adj f s 0.19 5.54 0.12 1.35 -inclinées incliner ver f p 7.25 50.00 0.10 0.34 par:pas; -inclinés incliner ver m p 7.25 50.00 0.08 0.81 par:pas; -incluais inclure ver 8.12 3.51 0.00 0.07 ind:imp:1s; -incluait inclure ver 8.12 3.51 0.20 0.41 ind:imp:3s; -incluant inclure ver 8.12 3.51 0.91 0.27 par:pre; -inclue inclure ver 8.12 3.51 0.40 0.07 sub:pre:1s;sub:pre:3s; -incluent inclure ver 8.12 3.51 0.25 0.00 ind:pre:3p; -incluez inclure ver 8.12 3.51 0.10 0.00 imp:pre:2p;ind:pre:2p; -inclémence inclémence nom f s 0.00 0.27 0.00 0.20 -inclémences inclémence nom f p 0.00 0.27 0.00 0.07 -inclément inclément adj m s 0.02 0.07 0.02 0.00 -inclémente inclément adj f s 0.02 0.07 0.00 0.07 -incluons inclure ver 8.12 3.51 0.00 0.07 ind:pre:1p; -inclura inclure ver 8.12 3.51 0.02 0.00 ind:fut:3s; -inclurai inclure ver 8.12 3.51 0.03 0.00 ind:fut:1s; -inclurait inclure ver 8.12 3.51 0.06 0.00 cnd:pre:3s; -inclure inclure ver 8.12 3.51 1.85 0.95 ind:pre:2p;inf; -inclus inclure ver m 8.12 3.51 2.53 1.15 imp:pre:2s;ind:pre:1s;ind:pre:2s;par:pas;par:pas; -incluse inclus adj f s 0.70 0.81 0.45 0.41 -incluses inclus adj f p 0.70 0.81 0.04 0.20 -inclusion inclusion nom f s 0.11 0.14 0.11 0.14 -inclusive inclusif adj f s 0.01 0.07 0.01 0.07 -inclusivement inclusivement adv 0.01 0.27 0.01 0.27 -inclut inclure ver 8.12 3.51 1.78 0.54 ind:pre:3s;ind:pas:3s; -incoercible incoercible adj s 0.12 0.61 0.11 0.34 -incoerciblement incoerciblement adv 0.00 0.20 0.00 0.20 -incoercibles incoercible adj p 0.12 0.61 0.01 0.27 -incognito incognito adv 1.87 2.36 1.87 2.36 -incognitos incognito nom m p 0.30 1.55 0.00 0.07 -incohérence incohérence nom f s 1.11 2.70 0.77 2.09 -incohérences incohérence nom f p 1.11 2.70 0.34 0.61 -incohérent incohérent adj m s 0.86 5.27 0.27 1.76 -incohérente incohérent adj f s 0.86 5.27 0.29 1.28 -incohérentes incohérent adj f p 0.86 5.27 0.06 1.15 -incohérents incohérent adj m p 0.86 5.27 0.25 1.08 -incoiffables incoiffable adj m p 0.01 0.14 0.01 0.14 -incollable incollable adj m s 0.10 0.14 0.10 0.14 -incolore incolore adj s 0.14 5.00 0.14 3.92 -incolores incolore adj p 0.14 5.00 0.00 1.08 -incombaient incomber ver 1.43 5.95 0.01 0.61 ind:imp:3p; -incombait incomber ver 1.43 5.95 0.04 2.70 ind:imp:3s; -incombant incomber ver 1.43 5.95 0.02 0.07 par:pre; -incombe incomber ver 1.43 5.95 1.28 1.76 imp:pre:2s;ind:pre:1s;ind:pre:3s; -incombent incomber ver 1.43 5.95 0.03 0.34 ind:pre:3p; -incomber incomber ver 1.43 5.95 0.02 0.14 inf; -incombera incomber ver 1.43 5.95 0.02 0.07 ind:fut:3s; -incomberait incomber ver 1.43 5.95 0.01 0.20 cnd:pre:3s; -incombèrent incomber ver 1.43 5.95 0.00 0.07 ind:pas:3p; -incombustible incombustible adj f s 0.02 0.00 0.01 0.00 -incombustibles incombustible adj p 0.02 0.00 0.01 0.00 -incomestible incomestible adj f s 0.00 0.14 0.00 0.14 -incommensurable incommensurable adj s 0.28 1.89 0.16 1.82 -incommensurablement incommensurablement adv 0.00 0.14 0.00 0.14 -incommensurables incommensurable adj p 0.28 1.89 0.12 0.07 -incommodait incommoder ver 0.85 1.96 0.01 0.61 ind:imp:3s; -incommodant incommodant adj m s 0.05 0.07 0.04 0.00 -incommodante incommodant adj f s 0.05 0.07 0.00 0.07 -incommodantes incommodant adj f p 0.05 0.07 0.01 0.00 -incommode incommoder ver 0.85 1.96 0.28 0.20 imp:pre:2s;ind:pre:1s;ind:pre:3s; -incommoder incommoder ver 0.85 1.96 0.05 0.34 inf; -incommodera incommoder ver 0.85 1.96 0.14 0.00 ind:fut:3s; -incommoderai incommoder ver 0.85 1.96 0.11 0.00 ind:fut:1s; -incommodes incommode adj p 0.23 1.55 0.00 0.47 -incommodez incommoder ver 0.85 1.96 0.17 0.00 imp:pre:2p;ind:pre:2p; -incommodité incommodité nom f s 0.00 0.68 0.00 0.41 -incommodités incommodité nom f p 0.00 0.68 0.00 0.27 -incommodé incommoder ver m s 0.85 1.96 0.07 0.47 par:pas; -incommodée incommoder ver f s 0.85 1.96 0.03 0.14 par:pas; -incommodées incommoder ver f p 0.85 1.96 0.00 0.07 par:pas; -incommodés incommoder ver m p 0.85 1.96 0.00 0.14 par:pas; -incommunicabilité incommunicabilité nom f s 0.12 0.07 0.12 0.07 -incommunicable incommunicable adj s 0.00 1.42 0.00 1.35 -incommunicables incommunicable adj p 0.00 1.42 0.00 0.07 -incomparable incomparable adj s 1.95 9.32 1.64 7.43 -incomparablement incomparablement adv 0.01 1.08 0.01 1.08 -incomparables incomparable adj p 1.95 9.32 0.31 1.89 -incompatibilité incompatibilité nom f s 0.71 0.61 0.59 0.47 -incompatibilités incompatibilité nom f p 0.71 0.61 0.11 0.14 -incompatible incompatible adj s 1.23 3.11 0.66 1.89 -incompatibles incompatible adj p 1.23 3.11 0.56 1.22 -incomplet incomplet adj m s 2.27 2.43 1.14 1.15 -incomplets incomplet adj m p 2.27 2.43 0.17 0.27 -incomplète incomplet adj f s 2.27 2.43 0.57 0.54 -incomplètement incomplètement adv 0.00 0.20 0.00 0.20 -incomplètes incomplet adj f p 2.27 2.43 0.40 0.47 -incomplétude incomplétude nom f s 0.01 0.00 0.01 0.00 -incompressible incompressible adj s 0.03 0.00 0.03 0.00 -incompris incompris adj m 0.93 1.35 0.73 0.74 -incomprise incompris adj f s 0.93 1.35 0.18 0.54 -incomprises incompris nom f p 0.29 0.34 0.10 0.07 -incompréhensible incompréhensible adj s 5.16 17.97 4.54 11.89 -incompréhensiblement incompréhensiblement adv 0.00 0.47 0.00 0.47 -incompréhensibles incompréhensible adj p 5.16 17.97 0.63 6.08 -incompréhensif incompréhensif adj m s 0.01 0.47 0.01 0.27 -incompréhensifs incompréhensif adj m p 0.01 0.47 0.00 0.20 -incompréhension incompréhension nom f s 0.65 4.59 0.65 4.53 -incompréhensions incompréhension nom f p 0.65 4.59 0.00 0.07 -incompétence incompétence nom f s 1.64 1.35 1.62 1.28 -incompétences incompétence nom f p 1.64 1.35 0.02 0.07 -incompétent incompétent adj m s 2.30 0.81 1.25 0.41 -incompétente incompétent adj f s 2.30 0.81 0.35 0.14 -incompétents incompétent adj m p 2.30 0.81 0.69 0.27 -inconcevable inconcevable adj s 1.91 5.68 1.75 5.27 -inconcevablement inconcevablement adv 0.00 0.07 0.00 0.07 -inconcevables inconcevable adj p 1.91 5.68 0.16 0.41 -inconciliable inconciliable adj m s 0.35 1.22 0.01 0.61 -inconciliables inconciliable adj p 0.35 1.22 0.34 0.61 -inconditionnel inconditionnel adj m s 1.20 0.54 0.45 0.27 -inconditionnelle inconditionnel adj f s 1.20 0.54 0.71 0.27 -inconditionnellement inconditionnellement adv 0.05 0.00 0.05 0.00 -inconditionnelles inconditionnel adj f p 1.20 0.54 0.02 0.00 -inconditionnels inconditionnel adj m p 1.20 0.54 0.01 0.00 -inconditionné inconditionné adj m s 0.00 0.20 0.00 0.07 -inconditionnée inconditionné adj f s 0.00 0.20 0.00 0.14 -inconduite inconduite nom f s 0.06 0.68 0.06 0.68 -inconfiance inconfiance nom f s 0.00 0.14 0.00 0.14 -inconfort inconfort nom m s 0.37 2.16 0.37 2.16 -inconfortable inconfortable adj s 1.90 2.09 1.77 1.89 -inconfortablement inconfortablement adv 0.01 0.34 0.01 0.34 -inconfortables inconfortable adj p 1.90 2.09 0.13 0.20 -incongelables incongelable adj f p 0.00 0.07 0.00 0.07 -incongru incongru adj m s 0.32 7.50 0.25 3.72 -incongrue incongru adj f s 0.32 7.50 0.05 2.03 -incongrues incongru adj f p 0.32 7.50 0.00 0.68 -incongruité incongruité nom f s 0.11 1.49 0.01 1.22 -incongruités incongruité nom f p 0.11 1.49 0.10 0.27 -incongrus incongru adj m p 0.32 7.50 0.02 1.08 -inconnaissable inconnaissable adj f s 0.01 0.41 0.01 0.41 -inconnaissance inconnaissance nom f s 0.00 0.07 0.00 0.07 -inconnu inconnu nom m s 24.25 40.41 13.29 22.97 -inconnue inconnu adj f s 23.13 61.82 7.24 17.16 -inconnues inconnu adj f p 23.13 61.82 2.23 9.05 -inconnus inconnu nom m p 24.25 40.41 5.50 9.19 -inconsciemment inconsciemment adv 2.00 6.28 2.00 6.28 -inconscience inconscience nom f s 1.23 6.69 1.23 6.55 -inconsciences inconscience nom f p 1.23 6.69 0.00 0.14 -inconscient inconscient adj m s 10.45 10.74 6.06 4.93 -inconsciente inconscient adj f s 10.45 10.74 3.35 3.85 -inconscientes inconscient adj f p 10.45 10.74 0.21 0.41 -inconscients inconscient adj m p 10.45 10.74 0.83 1.55 -inconsidéré inconsidéré adj m s 0.86 1.22 0.42 0.41 -inconsidérée inconsidéré adj f s 0.86 1.22 0.05 0.20 -inconsidérées inconsidéré adj f p 0.86 1.22 0.39 0.34 -inconsidérément inconsidérément adv 0.07 0.41 0.07 0.41 -inconsidérés inconsidéré adj m p 0.86 1.22 0.00 0.27 -inconsistance inconsistance nom f s 0.00 0.88 0.00 0.88 -inconsistant inconsistant adj m s 0.21 2.50 0.01 1.42 -inconsistante inconsistant adj f s 0.21 2.50 0.03 0.34 -inconsistantes inconsistant adj f p 0.21 2.50 0.03 0.20 -inconsistants inconsistant adj m p 0.21 2.50 0.14 0.54 -inconsolable inconsolable adj s 1.41 1.69 1.37 1.42 -inconsolables inconsolable adj m p 1.41 1.69 0.05 0.27 -inconsolé inconsolé adj m s 0.00 0.47 0.00 0.07 -inconsolée inconsolé adj f s 0.00 0.47 0.00 0.14 -inconsolées inconsolé adj f p 0.00 0.47 0.00 0.07 -inconsolés inconsolé adj m p 0.00 0.47 0.00 0.20 -inconsommable inconsommable adj s 0.00 0.14 0.00 0.14 -inconstance inconstance nom f s 0.26 0.95 0.26 0.95 -inconstant inconstant adj m s 0.85 0.54 0.32 0.34 -inconstante inconstant adj f s 0.85 0.54 0.26 0.20 -inconstants inconstant adj m p 0.85 0.54 0.28 0.00 -inconstitutionnel inconstitutionnel adj m s 0.24 0.14 0.08 0.07 -inconstitutionnelle inconstitutionnel adj f s 0.24 0.14 0.16 0.07 -inconstructibles inconstructible adj m p 0.01 0.00 0.01 0.00 -inconséquence inconséquence nom f s 0.04 1.42 0.04 1.08 -inconséquences inconséquence nom f p 0.04 1.42 0.00 0.34 -inconséquent inconséquent adj m s 0.27 0.88 0.13 0.27 -inconséquente inconséquent adj f s 0.27 0.88 0.11 0.34 -inconséquents inconséquent adj m p 0.27 0.88 0.04 0.27 -incontestable incontestable adj s 1.29 1.89 0.87 1.42 -incontestablement incontestablement adv 0.61 2.09 0.61 2.09 -incontestables incontestable adj p 1.29 1.89 0.43 0.47 -incontesté incontesté adj m s 0.64 1.69 0.40 1.15 -incontestée incontesté adj f s 0.64 1.69 0.23 0.34 -incontestés incontesté adj m p 0.64 1.69 0.01 0.20 -incontinence incontinence nom f s 0.28 0.68 0.28 0.34 -incontinences incontinence nom f p 0.28 0.68 0.00 0.34 -incontinent incontinent adj m s 0.29 1.49 0.20 1.08 -incontinente incontinent adj f s 0.29 1.49 0.06 0.07 -incontinentes incontinent adj f p 0.29 1.49 0.01 0.07 -incontinents incontinent adj m p 0.29 1.49 0.02 0.27 -incontournable incontournable adj s 0.58 0.54 0.50 0.41 -incontournables incontournable adj p 0.58 0.54 0.08 0.14 -incontrôlable incontrôlable adj s 2.65 1.82 2.08 1.01 -incontrôlables incontrôlable adj p 2.65 1.82 0.57 0.81 -incontrôlé incontrôlé adj m s 0.73 1.01 0.13 0.14 -incontrôlée incontrôlé adj f s 0.73 1.01 0.40 0.34 -incontrôlées incontrôlé adj f p 0.73 1.01 0.17 0.27 -incontrôlés incontrôlé adj m p 0.73 1.01 0.03 0.27 -inconvenance inconvenance nom f s 0.32 1.28 0.29 0.95 -inconvenances inconvenance nom f p 0.32 1.28 0.02 0.34 -inconvenant inconvenant adj m s 1.67 2.97 1.14 1.28 -inconvenante inconvenant adj f s 1.67 2.97 0.36 0.68 -inconvenantes inconvenant adj f p 1.67 2.97 0.05 0.74 -inconvenants inconvenant adj m p 1.67 2.97 0.12 0.27 -inconvertible inconvertible adj s 0.00 0.07 0.00 0.07 -inconvertissable inconvertissable adj m s 0.00 0.07 0.00 0.07 -inconvénient inconvénient nom m s 5.23 9.05 3.58 5.54 -inconvénients inconvénient nom m p 5.23 9.05 1.65 3.51 -incoordination incoordination nom f s 0.01 0.00 0.01 0.00 -incorpora incorporer ver 1.54 7.23 0.01 0.07 ind:pas:3s; -incorporable incorporable adj m s 0.01 0.00 0.01 0.00 -incorporaient incorporer ver 1.54 7.23 0.00 0.34 ind:imp:3p; -incorporait incorporer ver 1.54 7.23 0.02 0.41 ind:imp:3s; -incorporant incorporer ver 1.54 7.23 0.03 0.47 par:pre; -incorporation incorporation nom f s 0.46 1.35 0.46 1.28 -incorporations incorporation nom f p 0.46 1.35 0.00 0.07 -incorpore incorporer ver 1.54 7.23 0.24 0.34 imp:pre:2s;ind:pre:1s;ind:pre:3s; -incorporel incorporel adj m s 0.28 0.27 0.28 0.07 -incorporelle incorporel adj f s 0.28 0.27 0.00 0.14 -incorporelles incorporel adj f p 0.28 0.27 0.00 0.07 -incorporent incorporer ver 1.54 7.23 0.00 0.34 ind:pre:3p; -incorporer incorporer ver 1.54 7.23 0.32 1.42 inf; -incorporez incorporer ver 1.54 7.23 0.01 0.07 imp:pre:2p; -incorporé incorporer ver m s 1.54 7.23 0.56 1.22 par:pas; -incorporée incorporer ver f s 1.54 7.23 0.19 0.81 par:pas; -incorporées incorporer ver f p 1.54 7.23 0.01 0.34 par:pas; -incorporés incorporer ver m p 1.54 7.23 0.15 1.42 par:pas; -incorrect incorrect adj m s 2.34 0.68 1.67 0.27 -incorrecte incorrect adj f s 2.34 0.68 0.61 0.34 -incorrectement incorrectement adv 0.06 0.07 0.06 0.07 -incorrection incorrection nom f s 0.02 0.34 0.02 0.34 -incorrects incorrect adj m p 2.34 0.68 0.06 0.07 -incorrigible incorrigible adj s 1.89 2.23 1.72 1.89 -incorrigiblement incorrigiblement adv 0.00 0.07 0.00 0.07 -incorrigibles incorrigible adj p 1.89 2.23 0.16 0.34 -incorruptibilité incorruptibilité nom f s 0.03 0.14 0.03 0.14 -incorruptible incorruptible adj s 0.53 1.01 0.47 0.68 -incorruptibles incorruptible adj p 0.53 1.01 0.06 0.34 -increvable increvable adj s 0.52 0.95 0.35 0.61 -increvables increvable adj m p 0.52 0.95 0.17 0.34 -incrimina incriminer ver 1.25 0.54 0.00 0.07 ind:pas:3s; -incriminant incriminer ver 1.25 0.54 0.19 0.00 par:pre; -incrimination incrimination nom f s 0.01 0.00 0.01 0.00 -incrimine incriminer ver 1.25 0.54 0.07 0.07 imp:pre:2s;ind:pre:1s;ind:pre:3s; -incriminent incriminer ver 1.25 0.54 0.06 0.00 ind:pre:3p; -incriminer incriminer ver 1.25 0.54 0.57 0.20 inf; -incriminé incriminer ver m s 1.25 0.54 0.30 0.07 par:pas; -incriminée incriminer ver f s 1.25 0.54 0.03 0.07 par:pas; -incriminées incriminer ver f p 1.25 0.54 0.01 0.07 par:pas; -incrochetable incrochetable adj s 0.01 0.00 0.01 0.00 -incroyable incroyable adj s 74.67 22.64 69.22 19.32 -incroyablement incroyablement adv 5.55 4.53 5.55 4.53 -incroyables incroyable adj p 74.67 22.64 5.46 3.31 -incroyance incroyance nom f s 0.20 0.34 0.20 0.34 -incroyant incroyant nom m s 0.16 1.08 0.06 0.34 -incroyante incroyant nom f s 0.16 1.08 0.00 0.14 -incroyants incroyant nom m p 0.16 1.08 0.10 0.61 -incrédibilité incrédibilité nom f s 0.00 0.20 0.00 0.20 -incrédule incrédule adj s 0.46 9.86 0.14 8.45 -incrédules incrédule adj p 0.46 9.86 0.32 1.42 -incrédulité incrédulité nom f s 0.58 5.00 0.58 5.00 -incrusta incruster ver 2.77 14.46 0.00 0.47 ind:pas:3s; -incrustaient incruster ver 2.77 14.46 0.12 0.27 ind:imp:3p; -incrustais incruster ver 2.77 14.46 0.00 0.34 ind:imp:1s;ind:imp:2s; -incrustait incruster ver 2.77 14.46 0.01 1.01 ind:imp:3s; -incrustant incruster ver 2.77 14.46 0.00 0.68 par:pre; -incrustation incrustation nom f s 0.12 1.62 0.06 0.20 -incrustations incrustation nom f p 0.12 1.62 0.06 1.42 -incruste incruster ver 2.77 14.46 0.59 0.95 imp:pre:2s;ind:pre:1s;ind:pre:3s; -incrustent incruster ver 2.77 14.46 0.00 0.61 ind:pre:3p; -incruster incruster ver 2.77 14.46 0.84 0.68 inf; -incrusterait incruster ver 2.77 14.46 0.00 0.14 cnd:pre:3s; -incrustez incruster ver 2.77 14.46 0.02 0.00 imp:pre:2p;ind:pre:2p; -incrustèrent incruster ver 2.77 14.46 0.00 0.07 ind:pas:3p; -incrusté incruster ver m s 2.77 14.46 0.43 2.70 par:pas; -incrustée incruster ver f s 2.77 14.46 0.44 2.77 par:pas; -incrustées incruster ver f p 2.77 14.46 0.17 1.55 par:pas; -incrustés incruster ver m p 2.77 14.46 0.14 2.23 par:pas; -incréé incréé adj m s 0.14 0.14 0.14 0.00 -incréée incréé adj f s 0.14 0.14 0.00 0.14 -incubateur incubateur nom m s 0.41 0.07 0.34 0.00 -incubateurs incubateur nom m p 0.41 0.07 0.07 0.07 -incubation incubation nom f s 0.53 0.54 0.53 0.54 -incube incube nom m s 0.10 0.14 0.07 0.07 -incuber incuber ver 0.17 0.00 0.05 0.00 inf; -incubes incube nom m p 0.10 0.14 0.03 0.07 -incubé incuber ver m s 0.17 0.00 0.12 0.00 par:pas; -inculcation inculcation nom f s 0.00 0.07 0.00 0.07 -inculpa inculper ver 7.40 1.22 0.01 0.07 ind:pas:3s; -inculpant inculper ver 7.40 1.22 0.03 0.00 par:pre; -inculpation inculpation nom f s 2.55 1.55 2.05 1.42 -inculpations inculpation nom f p 2.55 1.55 0.51 0.14 -inculpe inculper ver 7.40 1.22 0.64 0.00 imp:pre:2s;ind:pre:1s;ind:pre:3s; -inculpent inculper ver 7.40 1.22 0.03 0.00 ind:pre:3p; -inculper inculper ver 7.40 1.22 2.95 0.54 ind:pre:2p;inf; -inculpera inculper ver 7.40 1.22 0.15 0.00 ind:fut:3s; -inculperai inculper ver 7.40 1.22 0.04 0.00 ind:fut:1s; -inculperais inculper ver 7.40 1.22 0.02 0.00 cnd:pre:1s;cnd:pre:2s; -inculperont inculper ver 7.40 1.22 0.01 0.00 ind:fut:3p; -inculpez inculper ver 7.40 1.22 0.33 0.00 imp:pre:2p;ind:pre:2p; -inculpons inculper ver 7.40 1.22 0.04 0.00 imp:pre:1p;ind:pre:1p; -inculpé inculper ver m s 7.40 1.22 2.33 0.41 par:pas; -inculpée inculper ver f s 7.40 1.22 0.49 0.00 par:pas; -inculpés inculper ver m p 7.40 1.22 0.33 0.20 par:pas; -inculqua inculquer ver 1.19 4.05 0.01 0.20 ind:pas:3s; -inculquait inculquer ver 1.19 4.05 0.10 0.27 ind:imp:3s; -inculquant inculquer ver 1.19 4.05 0.01 0.00 par:pre; -inculque inculquer ver 1.19 4.05 0.10 0.20 ind:pre:1s;ind:pre:3s; -inculquent inculquer ver 1.19 4.05 0.00 0.07 ind:pre:3p; -inculquer inculquer ver 1.19 4.05 0.62 1.42 inf; -inculquons inculquer ver 1.19 4.05 0.01 0.00 ind:pre:1p; -inculquât inculquer ver 1.19 4.05 0.00 0.07 sub:imp:3s; -inculqué inculquer ver m s 1.19 4.05 0.29 0.74 par:pas; -inculquée inculquer ver f s 1.19 4.05 0.04 0.54 par:pas; -inculquées inculquer ver f p 1.19 4.05 0.01 0.14 par:pas; -inculqués inculquer ver m p 1.19 4.05 0.00 0.41 par:pas; -inculte inculte adj s 2.20 2.23 1.53 1.49 -incultes inculte adj p 2.20 2.23 0.67 0.74 -incultivable incultivable adj f s 0.00 0.27 0.00 0.20 -incultivables incultivable adj m p 0.00 0.27 0.00 0.07 -inculture inculture nom f s 0.00 0.41 0.00 0.41 -incunables incunable nom m p 0.00 0.47 0.00 0.47 -incurable incurable adj s 2.44 2.84 2.26 2.36 -incurablement incurablement adv 0.12 0.41 0.12 0.41 -incurables incurable nom p 0.80 0.20 0.36 0.07 -incurie incurie nom f s 0.11 0.68 0.11 0.68 -incurieux incurieux adj m s 0.00 0.07 0.00 0.07 -incuriosité incuriosité nom f s 0.00 0.34 0.00 0.34 -incursion incursion nom f s 0.48 4.26 0.41 2.64 -incursions incursion nom f p 0.48 4.26 0.08 1.62 -incurvaient incurver ver 0.06 3.11 0.01 0.07 ind:imp:3p; -incurvait incurver ver 0.06 3.11 0.00 0.81 ind:imp:3s; -incurvant incurver ver 0.06 3.11 0.00 0.27 par:pre; -incurvation incurvation nom f s 0.14 0.07 0.14 0.07 -incurve incurver ver 0.06 3.11 0.01 0.95 imp:pre:2s;ind:pre:3s; -incurvent incurver ver 0.06 3.11 0.00 0.20 ind:pre:3p; -incurver incurver ver 0.06 3.11 0.01 0.27 inf; -incurvèrent incurver ver 0.06 3.11 0.00 0.07 ind:pas:3p; -incurvé incurvé adj m s 0.09 1.42 0.07 0.74 -incurvée incurvé adj f s 0.09 1.42 0.02 0.41 -incurvées incurver ver f p 0.06 3.11 0.00 0.07 par:pas; -incurvés incurvé adj m p 0.09 1.42 0.00 0.20 -incus incus adj 0.01 0.00 0.01 0.00 -indûment indûment adv 0.22 0.81 0.22 0.81 -indansable indansable adj s 0.01 0.00 0.01 0.00 -inde inde nom m s 0.24 0.54 0.24 0.14 -indemne indemne adj s 2.66 3.11 2.13 2.30 -indemnes indemne adj p 2.66 3.11 0.53 0.81 -indemnisable indemnisable adj s 0.01 0.00 0.01 0.00 -indemnisation indemnisation nom f s 0.36 0.14 0.32 0.07 -indemnisations indemnisation nom f p 0.36 0.14 0.04 0.07 -indemnise indemniser ver 0.78 0.20 0.14 0.00 ind:pre:3s; -indemniser indemniser ver 0.78 0.20 0.32 0.07 inf; -indemniserai indemniser ver 0.78 0.20 0.11 0.00 ind:fut:1s; -indemniseraient indemniser ver 0.78 0.20 0.00 0.07 cnd:pre:3p; -indemnisez indemniser ver 0.78 0.20 0.11 0.00 imp:pre:2p; -indemnisé indemniser ver m s 0.78 0.20 0.06 0.00 par:pas; -indemnisés indemniser ver m p 0.78 0.20 0.03 0.07 par:pas; -indemnité indemnité nom f s 3.17 2.36 1.84 1.69 -indemnités_repas indemnités_repas nom f p 0.01 0.00 0.01 0.00 -indemnités indemnité nom f p 3.17 2.36 1.33 0.68 -indentation indentation nom f s 0.03 0.14 0.03 0.14 -indenter indenter ver 0.04 0.00 0.01 0.00 inf; -indentification indentification nom f s 0.01 0.00 0.01 0.00 -indenté indenter ver m s 0.04 0.00 0.03 0.00 par:pas; -indes inde nom m p 0.24 0.54 0.00 0.41 -indescriptible indescriptible adj s 1.88 2.70 1.71 2.50 -indescriptiblement indescriptiblement adv 0.00 0.07 0.00 0.07 -indescriptibles indescriptible adj p 1.88 2.70 0.17 0.20 -indestructibilité indestructibilité nom f s 0.00 0.14 0.00 0.14 -indestructible indestructible adj s 1.92 4.46 1.49 3.38 -indestructibles indestructible adj p 1.92 4.46 0.43 1.08 -index index nom m 2.18 32.43 2.18 32.43 -indexation indexation nom f s 0.12 0.00 0.12 0.00 -indexer indexer ver 0.09 0.27 0.04 0.00 inf; -indexeur indexeur nom m s 0.02 0.00 0.02 0.00 -indexé indexer ver m s 0.09 0.27 0.04 0.20 par:pas; -indexée indexer ver f s 0.09 0.27 0.01 0.07 par:pas; -indianisés indianiser ver m p 0.00 0.07 0.00 0.07 par:pas; -indic indic nom m s 5.36 1.35 4.33 0.54 -indicateur indicateur nom m s 1.77 2.50 0.98 1.89 -indicateurs indicateur nom m p 1.77 2.50 0.79 0.61 -indicatif indicatif nom m s 0.81 1.55 0.79 1.49 -indicatifs indicatif nom m p 0.81 1.55 0.02 0.07 -indication indication nom f s 3.59 12.43 1.42 5.74 -indications indication nom f p 3.59 12.43 2.18 6.69 -indicatrice indicateur adj f s 0.39 1.49 0.00 0.14 -indicatrices indicateur adj f p 0.39 1.49 0.01 0.20 -indice indice nom m s 22.13 9.39 13.29 4.66 -indices indice nom m p 22.13 9.39 8.85 4.73 -indiciaire indiciaire adj f s 0.01 0.07 0.01 0.00 -indiciaires indiciaire adj f p 0.01 0.07 0.00 0.07 -indicible indicible adj s 0.82 6.35 0.76 5.41 -indiciblement indiciblement adv 0.01 0.47 0.01 0.47 -indicibles indicible adj p 0.82 6.35 0.07 0.95 -indics indic nom m p 5.36 1.35 1.03 0.81 -indien indien adj m s 11.62 11.22 5.75 3.18 -indienne indien adj f s 11.62 11.22 3.33 4.53 -indienneries indiennerie nom f p 0.00 0.34 0.00 0.34 -indiennes indien adj f p 11.62 11.22 0.65 1.42 -indiens indien nom m p 12.79 7.16 5.92 3.65 -indiffère indifférer ver 0.60 1.22 0.47 0.74 ind:pre:1s;ind:pre:3s; -indiffèrent indifférer ver 0.60 1.22 0.09 0.07 ind:pre:3p; -indiffères indifférer ver 0.60 1.22 0.01 0.00 ind:pre:2s; -indifféraient indifférer ver 0.60 1.22 0.00 0.20 ind:imp:3p; -indifférait indifférer ver 0.60 1.22 0.02 0.14 ind:imp:3s; -indifféremment indifféremment adv 0.06 3.45 0.06 3.45 -indifférence indifférence nom f s 3.62 38.31 3.62 38.04 -indifférences indifférence nom f p 3.62 38.31 0.00 0.27 -indifférenciation indifférenciation nom f s 0.01 0.14 0.01 0.14 -indifférencié indifférencié adj m s 0.02 0.74 0.00 0.20 -indifférenciée indifférencié adj f s 0.02 0.74 0.02 0.34 -indifférenciés indifférencié adj m p 0.02 0.74 0.00 0.20 -indifférent indifférent adj m s 4.48 30.14 2.42 16.22 -indifférente indifférent adj f s 4.48 30.14 1.21 8.24 -indifférentes indifférent adj f p 4.48 30.14 0.11 1.42 -indifférentisme indifférentisme nom m s 0.00 0.07 0.00 0.07 -indifférents indifférent adj m p 4.48 30.14 0.74 4.26 -indifféré indifférer ver m s 0.60 1.22 0.01 0.07 par:pas; -indigence indigence nom f s 0.44 1.96 0.44 1.96 -indigent indigent nom m s 0.57 0.95 0.07 0.20 -indigente indigent nom f s 0.57 0.95 0.02 0.00 -indigentes indigent adj f p 0.12 0.68 0.04 0.00 -indigents indigent nom m p 0.57 0.95 0.48 0.61 -indigeste indigeste adj s 0.53 1.15 0.24 0.81 -indigestes indigeste adj p 0.53 1.15 0.29 0.34 -indigestion indigestion nom f s 1.59 2.03 1.56 1.82 -indigestionner indigestionner ver 0.00 0.07 0.00 0.07 inf; -indigestions indigestion nom f p 1.59 2.03 0.04 0.20 -indigna indigner ver 4.23 17.23 0.01 2.43 ind:pas:3s; -indignai indigner ver 4.23 17.23 0.00 0.20 ind:pas:1s; -indignaient indigner ver 4.23 17.23 0.00 0.41 ind:imp:3p; -indignais indigner ver 4.23 17.23 0.00 0.07 ind:imp:1s; -indignait indigner ver 4.23 17.23 0.01 3.04 ind:imp:3s; -indignant indigner ver 4.23 17.23 0.00 0.14 par:pre; -indignassent indigner ver 4.23 17.23 0.00 0.07 sub:imp:3p; -indignation indignation nom f s 1.56 16.28 1.45 15.68 -indignations indignation nom f p 1.56 16.28 0.11 0.61 -indigne indigne adj s 8.75 10.61 6.99 7.91 -indignement indignement adv 0.28 0.54 0.28 0.54 -indignent indigner ver 4.23 17.23 0.72 0.61 ind:pre:3p; -indigner indigner ver 4.23 17.23 0.37 2.84 inf; -indignera indigner ver 4.23 17.23 0.10 0.14 ind:fut:3s; -indignes indigne adj p 8.75 10.61 1.75 2.70 -indignité indignité nom f s 0.50 2.36 0.47 2.30 -indignités indignité nom f p 0.50 2.36 0.03 0.07 -indignèrent indigner ver 4.23 17.23 0.00 0.14 ind:pas:3p; -indigné indigner ver m s 4.23 17.23 0.43 2.64 par:pas; -indignée indigner ver f s 4.23 17.23 0.45 1.08 par:pas; -indignées indigner ver f p 4.23 17.23 0.03 0.14 par:pas; -indignés indigné adj m p 0.34 6.35 0.16 1.15 -indigo indigo nom m s 0.45 0.81 0.45 0.81 -indigène indigène adj s 1.04 4.19 0.68 2.57 -indigènes indigène nom p 3.24 5.27 2.85 4.19 -indiqua indiquer ver 36.48 54.12 0.02 4.86 ind:pas:3s; -indiquai indiquer ver 36.48 54.12 0.00 0.88 ind:pas:1s; -indiquaient indiquer ver 36.48 54.12 0.25 1.96 ind:imp:3p; -indiquais indiquer ver 36.48 54.12 0.05 0.47 ind:imp:1s;ind:imp:2s; -indiquait indiquer ver 36.48 54.12 0.84 9.73 ind:imp:3s; -indiquant indiquer ver 36.48 54.12 1.81 5.54 par:pre; -indique indiquer ver 36.48 54.12 14.13 10.20 imp:pre:2s;ind:pre:1s;ind:pre:3s; -indiquent indiquer ver 36.48 54.12 5.18 1.22 ind:pre:3p; -indiquer indiquer ver 36.48 54.12 5.74 7.91 inf; -indiquera indiquer ver 36.48 54.12 0.67 0.27 ind:fut:3s; -indiquerai indiquer ver 36.48 54.12 0.14 0.20 ind:fut:1s; -indiqueraient indiquer ver 36.48 54.12 0.09 0.07 cnd:pre:3p; -indiquerais indiquer ver 36.48 54.12 0.04 0.00 cnd:pre:1s; -indiquerait indiquer ver 36.48 54.12 0.53 0.41 cnd:pre:3s; -indiqueras indiquer ver 36.48 54.12 0.03 0.00 ind:fut:2s; -indiquerez indiquer ver 36.48 54.12 0.03 0.07 ind:fut:2p; -indiqueriez indiquer ver 36.48 54.12 0.00 0.14 cnd:pre:2p; -indiquerons indiquer ver 36.48 54.12 0.03 0.07 ind:fut:1p; -indiquez indiquer ver 36.48 54.12 0.82 0.27 imp:pre:2p;ind:pre:2p; -indiquiez indiquer ver 36.48 54.12 0.01 0.14 ind:imp:2p; -indiquions indiquer ver 36.48 54.12 0.00 0.07 ind:imp:1p; -indiquons indiquer ver 36.48 54.12 0.01 0.00 imp:pre:1p; -indiquât indiquer ver 36.48 54.12 0.00 0.47 sub:imp:3s; -indiquèrent indiquer ver 36.48 54.12 0.02 0.47 ind:pas:3p; -indiqué indiquer ver m s 36.48 54.12 4.81 5.61 par:pas; -indiquée indiquer ver f s 36.48 54.12 0.60 1.69 par:pas; -indiquées indiquer ver f p 36.48 54.12 0.27 0.41 par:pas; -indiqués indiquer ver m p 36.48 54.12 0.36 1.01 par:pas; -indirect indirect adj m s 1.25 3.78 0.23 1.42 -indirecte indirect adj f s 1.25 3.78 0.55 1.42 -indirectement indirectement adv 1.05 2.57 1.05 2.57 -indirectes indirect adj f p 1.25 3.78 0.36 0.20 -indirects indirect adj m p 1.25 3.78 0.11 0.74 -indiscernable indiscernable adj s 0.02 1.69 0.02 0.88 -indiscernables indiscernable adj p 0.02 1.69 0.00 0.81 -indiscipline indiscipline nom f s 0.21 1.01 0.21 1.01 -indiscipliné indiscipliné adj m s 1.49 0.68 0.23 0.20 -indisciplinée indiscipliné adj f s 1.49 0.68 0.36 0.07 -indisciplinées indiscipliné adj f p 1.49 0.68 0.27 0.07 -indisciplinés indiscipliné adj m p 1.49 0.68 0.63 0.34 -indiscret indiscret adj m s 4.56 8.45 2.25 3.38 -indiscrets indiscret adj m p 4.56 8.45 0.38 1.76 -indiscrète indiscret adj f s 4.56 8.45 1.68 2.03 -indiscrètement indiscrètement adv 0.00 0.47 0.00 0.47 -indiscrètes indiscret adj f p 4.56 8.45 0.25 1.28 -indiscrétion indiscrétion nom f s 2.24 5.74 1.90 4.53 -indiscrétions indiscrétion nom f p 2.24 5.74 0.34 1.22 -indiscutable indiscutable adj s 1.13 5.27 0.95 4.19 -indiscutablement indiscutablement adv 0.25 1.96 0.25 1.96 -indiscutables indiscutable adj p 1.13 5.27 0.18 1.08 -indiscuté indiscuté adj m s 0.01 0.41 0.01 0.20 -indiscutée indiscuté adj f s 0.01 0.41 0.00 0.14 -indiscutés indiscuté adj m p 0.01 0.41 0.00 0.07 -indispensable indispensable adj s 9.21 21.76 8.52 15.68 -indispensables indispensable adj p 9.21 21.76 0.69 6.08 -indisponibilité indisponibilité nom f s 0.03 0.00 0.03 0.00 -indisponible indisponible adj s 0.52 0.20 0.43 0.07 -indisponibles indisponible adj p 0.52 0.20 0.09 0.14 -indisposa indisposer ver 0.96 2.64 0.00 0.14 ind:pas:3s; -indisposaient indisposer ver 0.96 2.64 0.00 0.14 ind:imp:3p; -indisposait indisposer ver 0.96 2.64 0.01 0.41 ind:imp:3s; -indispose indispos adj f s 0.12 0.54 0.12 0.54 -indisposent indisposer ver 0.96 2.64 0.10 0.27 ind:pre:3p; -indisposer indisposer ver 0.96 2.64 0.16 0.74 inf; -indisposerait indisposer ver 0.96 2.64 0.02 0.07 cnd:pre:3s; -indisposition indisposition nom f s 0.02 0.61 0.02 0.61 -indisposons indisposer ver 0.96 2.64 0.00 0.07 ind:pre:1p; -indisposèrent indisposer ver 0.96 2.64 0.00 0.07 ind:pas:3p; -indisposé indisposer ver m s 0.96 2.64 0.53 0.41 par:pas; -indisposée indisposé adj f s 0.42 0.14 0.17 0.07 -indisposés indisposer ver m p 0.96 2.64 0.01 0.14 par:pas; -indissociable indissociable adj s 0.25 0.14 0.02 0.07 -indissociables indissociable adj m p 0.25 0.14 0.23 0.07 -indissociés indissocié adj m p 0.00 0.07 0.00 0.07 -indissoluble indissoluble adj s 0.14 0.95 0.12 0.74 -indissolublement indissolublement adv 0.01 0.54 0.01 0.54 -indissolubles indissoluble adj m p 0.14 0.95 0.02 0.20 -indistinct indistinct adj m s 0.54 8.24 0.30 2.64 -indistincte indistinct adj f s 0.54 8.24 0.23 2.23 -indistinctement indistinctement adv 0.01 1.55 0.01 1.55 -indistinctes indistinct adj f p 0.54 8.24 0.00 2.09 -indistinction indistinction nom f s 0.00 0.34 0.00 0.34 -indistincts indistinct adj m p 0.54 8.24 0.00 1.28 -individu individu nom m s 15.38 31.42 9.04 19.53 -individualiser individualiser ver 0.01 0.20 0.01 0.00 inf; -individualisme individualisme nom m s 0.50 1.35 0.50 1.35 -individualiste individualiste nom s 0.30 0.20 0.17 0.14 -individualistes individualiste nom p 0.30 0.20 0.13 0.07 -individualisé individualiser ver m s 0.01 0.20 0.00 0.07 par:pas; -individualisés individualiser ver m p 0.01 0.20 0.00 0.14 par:pas; -individualité individualité nom f s 0.58 0.88 0.57 0.74 -individualités individualité nom f p 0.58 0.88 0.01 0.14 -individuel individuel adj m s 3.99 8.11 0.97 2.23 -individuelle individuel adj f s 3.99 8.11 1.36 2.23 -individuellement individuellement adv 1.22 0.95 1.22 0.95 -individuelles individuel adj f p 3.99 8.11 0.99 2.36 -individuels individuel adj m p 3.99 8.11 0.67 1.28 -individus individu nom m p 15.38 31.42 6.34 11.89 -individuée individué adj f s 0.00 0.07 0.00 0.07 -indivis indivis adj m 0.10 0.34 0.10 0.27 -indivises indivis adj f p 0.10 0.34 0.00 0.07 -indivisibilité indivisibilité nom f s 0.00 0.07 0.00 0.07 -indivisible indivisible adj s 0.44 1.15 0.40 1.15 -indivisibles indivisible adj p 0.44 1.15 0.03 0.00 -indivision indivision nom f s 0.00 0.07 0.00 0.07 -indivisé indivisé adj m s 0.00 0.07 0.00 0.07 -indo_européen indo_européen adj m s 0.11 0.27 0.10 0.00 -indo_européen indo_européen adj f s 0.11 0.27 0.01 0.07 -indo_européen indo_européen adj f p 0.11 0.27 0.00 0.14 -indo_européen indo_européen adj m p 0.11 0.27 0.00 0.07 -indo indo adv 0.03 0.54 0.03 0.54 -indochinois indochinois nom m 0.10 0.34 0.10 0.34 -indochinoise indochinois adj f s 0.01 1.28 0.00 0.68 -indochinoises indochinois adj f p 0.01 1.28 0.00 0.20 -indocile indocile adj s 0.23 0.74 0.23 0.74 -indocilité indocilité nom f s 0.00 0.07 0.00 0.07 -indole indole nom m s 0.01 0.00 0.01 0.00 -indolemment indolemment adv 0.00 0.54 0.00 0.54 -indolence indolence nom f s 0.27 2.57 0.27 2.50 -indolences indolence nom f p 0.27 2.57 0.00 0.07 -indolent indolent adj m s 1.29 2.91 0.38 0.95 -indolente indolent adj f s 1.29 2.91 0.13 1.22 -indolentes indolent adj f p 1.29 2.91 0.10 0.34 -indolents indolent adj m p 1.29 2.91 0.68 0.41 -indolore indolore adj s 0.77 0.68 0.69 0.47 -indolores indolore adj p 0.77 0.68 0.08 0.20 -indomptable indomptable adj s 1.07 1.28 0.91 1.01 -indomptables indomptable adj m p 1.07 1.28 0.16 0.27 -indompté indompté adj m s 0.24 0.27 0.07 0.00 -indomptée indompté adj f s 0.24 0.27 0.07 0.20 -indomptés indompté adj m p 0.24 0.27 0.10 0.07 -indonésien indonésien adj m s 0.20 0.20 0.18 0.00 -indonésienne indonésien nom f s 0.26 0.00 0.10 0.00 -indonésiens indonésien nom m p 0.26 0.00 0.14 0.00 -indoor indoor adj m s 0.05 0.00 0.05 0.00 -indosable indosable adj f s 0.00 0.07 0.00 0.07 -indou indou adj m s 0.03 0.27 0.03 0.07 -indous indou adj m p 0.03 0.27 0.00 0.20 -indu indu adj m s 0.29 0.81 0.02 0.07 -indubitable indubitable adj s 0.31 0.88 0.29 0.81 -indubitablement indubitablement adv 0.70 0.61 0.70 0.61 -indubitables indubitable adj f p 0.31 0.88 0.03 0.07 -indécelable indécelable adj s 0.22 0.20 0.20 0.14 -indécelables indécelable adj p 0.22 0.20 0.02 0.07 -indécemment indécemment adv 0.01 0.27 0.01 0.27 -indécence indécence nom f s 0.28 2.16 0.28 1.96 -indécences indécence nom f p 0.28 2.16 0.00 0.20 -indécent indécent adj m s 2.09 5.27 1.36 2.43 -indécente indécent adj f s 2.09 5.27 0.60 1.96 -indécentes indécent adj f p 2.09 5.27 0.07 0.47 -indécents indécent adj m p 2.09 5.27 0.05 0.41 -indéchiffrable indéchiffrable adj s 0.14 2.97 0.08 1.69 -indéchiffrables indéchiffrable adj p 0.14 2.97 0.06 1.28 -indéchirable indéchirable adj s 0.02 0.14 0.01 0.14 -indéchirables indéchirable adj f p 0.02 0.14 0.01 0.00 -indécidable indécidable adj s 0.00 0.27 0.00 0.20 -indécidables indécidable adj m p 0.00 0.27 0.00 0.07 -indécis indécis adj m 1.15 11.42 0.66 6.49 -indécise indécis adj f s 1.15 11.42 0.35 3.58 -indécises indécis adj f p 1.15 11.42 0.14 1.35 -indécision indécision nom f s 0.27 2.16 0.17 1.89 -indécisions indécision nom f p 0.27 2.16 0.10 0.27 -indécodable indécodable adj s 0.03 0.00 0.03 0.00 -indécollable indécollable adj s 0.01 0.07 0.01 0.00 -indécollables indécollable adj m p 0.01 0.07 0.00 0.07 -indécrassables indécrassable adj m p 0.00 0.14 0.00 0.14 -indécrottable indécrottable adj s 0.17 1.22 0.16 1.01 -indécrottablement indécrottablement adv 0.00 0.07 0.00 0.07 -indécrottables indécrottable adj m p 0.17 1.22 0.01 0.20 -inducteur inducteur nom m s 0.02 0.00 0.02 0.00 -inductif inductif adj m s 0.01 0.07 0.01 0.00 -induction induction nom f s 0.43 0.54 0.42 0.47 -inductions induction nom f p 0.43 0.54 0.01 0.07 -inductive inductif adj f s 0.01 0.07 0.00 0.07 -inductrice inducteur adj f s 0.00 0.07 0.00 0.07 -indue indu adj f s 0.29 0.81 0.27 0.27 -indues indu adj f p 0.29 0.81 0.00 0.41 -indéfectible indéfectible adj s 0.25 1.01 0.24 0.88 -indéfectiblement indéfectiblement adv 0.00 0.41 0.00 0.41 -indéfectibles indéfectible adj m p 0.25 1.01 0.01 0.14 -indéfendable indéfendable adj f s 0.19 0.34 0.19 0.34 -indéfini indéfini adj m s 0.43 2.16 0.21 0.95 -indéfinie indéfini adj f s 0.43 2.16 0.23 0.81 -indéfinies indéfini adj f p 0.43 2.16 0.00 0.20 -indéfiniment indéfiniment adv 2.08 11.22 2.08 11.22 -indéfinis indéfini adj m p 0.43 2.16 0.00 0.20 -indéfinissable indéfinissable adj s 0.29 6.01 0.16 5.54 -indéfinissablement indéfinissablement adv 0.00 0.14 0.00 0.14 -indéfinissables indéfinissable adj p 0.29 6.01 0.14 0.47 -indéfinition indéfinition nom f s 0.00 0.07 0.00 0.07 -indéformables indéformable adj p 0.00 0.07 0.00 0.07 -indéfriché indéfriché adj m s 0.00 0.14 0.00 0.14 -indéfrisable indéfrisable nom f s 0.01 1.49 0.00 1.01 -indéfrisables indéfrisable nom f p 0.01 1.49 0.01 0.47 -induiraient induire ver 1.68 1.69 0.00 0.07 cnd:pre:3p; -induirait induire ver 1.68 1.69 0.01 0.07 cnd:pre:3s; -induire induire ver 1.68 1.69 0.54 0.54 inf; -induis induire ver 1.68 1.69 0.17 0.07 imp:pre:2s;ind:pre:1s; -induisaient induire ver 1.68 1.69 0.00 0.14 ind:imp:3p; -induisait induire ver 1.68 1.69 0.02 0.07 ind:imp:3s; -induisant induire ver 1.68 1.69 0.06 0.00 par:pre; -induisez induire ver 1.68 1.69 0.03 0.00 ind:pre:2p; -induisit induire ver 1.68 1.69 0.00 0.14 ind:pas:3s; -induit induire ver m s 1.68 1.69 0.60 0.34 ind:pre:3s;par:pas; -induite induire ver f s 1.68 1.69 0.05 0.07 par:pas; -induits induire ver m p 1.68 1.69 0.19 0.20 par:pas; -indulgence indulgence nom f s 2.46 16.35 2.46 15.41 -indulgences indulgence nom f p 2.46 16.35 0.01 0.95 -indulgent indulgent adj m s 3.31 7.09 1.89 4.19 -indulgente indulgent adj f s 3.31 7.09 0.66 2.30 -indulgentes indulgent adj f p 3.31 7.09 0.01 0.34 -indulgents indulgent adj m p 3.31 7.09 0.75 0.27 -indélicat indélicat adj m s 0.44 0.74 0.32 0.41 -indélicate indélicat adj f s 0.44 0.74 0.11 0.07 -indélicatesse indélicatesse nom f s 0.02 0.74 0.02 0.54 -indélicatesses indélicatesse nom f p 0.02 0.74 0.00 0.20 -indélicats indélicat adj m p 0.44 0.74 0.01 0.27 -indélivrable indélivrable adj m s 0.00 0.07 0.00 0.07 -indélogeable indélogeable adj f s 0.01 0.14 0.01 0.07 -indélogeables indélogeable adj p 0.01 0.14 0.00 0.07 -indélébile indélébile adj s 0.75 3.78 0.71 2.97 -indélébiles indélébile adj p 0.75 3.78 0.04 0.81 -indémaillable indémaillable adj s 0.00 0.41 0.00 0.27 -indémaillables indémaillable adj p 0.00 0.41 0.00 0.14 -indémodable indémodable adj s 0.14 0.07 0.14 0.00 -indémodables indémodable adj m p 0.14 0.07 0.00 0.07 -indémontrable indémontrable adj m s 0.00 0.14 0.00 0.07 -indémontrables indémontrable adj m p 0.00 0.14 0.00 0.07 -indémêlables indémêlable adj m p 0.00 0.07 0.00 0.07 -indéniable indéniable adj s 0.97 1.82 0.89 1.22 -indéniablement indéniablement adv 0.33 0.74 0.33 0.74 -indéniables indéniable adj p 0.97 1.82 0.08 0.61 -indénombrables indénombrable adj m p 0.02 0.07 0.02 0.07 -indénouable indénouable adj s 0.20 0.14 0.20 0.14 -indépassable indépassable adj m s 0.00 0.20 0.00 0.20 -indépendamment indépendamment adv 0.55 3.45 0.55 3.45 -indépendance indépendance nom f s 6.59 27.16 6.59 27.16 -indépendant indépendant adj m s 11.11 9.46 5.03 3.04 -indépendante indépendant adj s 11.11 9.46 4.08 3.78 -indépendantes indépendant adj f p 11.11 9.46 0.54 0.88 -indépendantisme indépendantisme nom m s 0.10 0.00 0.10 0.00 -indépendantiste indépendantiste adj m s 0.23 0.07 0.11 0.00 -indépendantistes indépendantiste nom p 0.27 0.00 0.27 0.00 -indépendants indépendant adj m p 11.11 9.46 1.46 1.76 -indéracinable indéracinable adj s 0.00 0.54 0.00 0.47 -indéracinables indéracinable adj p 0.00 0.54 0.00 0.07 -induré indurer ver m s 0.00 0.14 0.00 0.07 par:pas; -indurée induré adj f s 0.00 0.07 0.00 0.07 -indurées indurer ver f p 0.00 0.14 0.00 0.07 par:pas; -indéréglables indéréglable adj f p 0.00 0.20 0.00 0.20 -indus indu adj m p 0.29 0.81 0.00 0.07 -indésirable indésirable adj s 1.08 1.08 0.56 0.74 -indésirables indésirable nom p 0.69 0.74 0.53 0.47 -industrialisation industrialisation nom f s 0.01 0.20 0.01 0.20 -industrialiser industrialiser ver 0.04 0.14 0.00 0.14 inf; -industrialisé industrialiser ver m s 0.04 0.14 0.04 0.00 par:pas; -industrialisée industrialisé adj f s 0.16 0.14 0.01 0.07 -industrialisés industrialisé adj m p 0.16 0.14 0.14 0.07 -industrie_clé industrie_clé nom f s 0.01 0.00 0.01 0.00 -industrie industrie nom f s 12.51 11.82 9.66 10.34 -industriel industriel adj m s 6.66 7.70 2.68 3.04 -industrielle industriel adj f s 6.66 7.70 1.78 3.04 -industriellement industriellement adv 0.00 0.20 0.00 0.20 -industrielles industriel adj f p 6.66 7.70 0.55 0.61 -industriels industriel adj m p 6.66 7.70 1.66 1.01 -industries industrie nom f p 12.51 11.82 2.85 1.49 -industrieuse industrieux adj f s 0.02 1.08 0.01 0.34 -industrieusement industrieusement adv 0.00 0.07 0.00 0.07 -industrieuses industrieux adj f p 0.02 1.08 0.00 0.07 -industrieux industrieux adj m 0.02 1.08 0.01 0.68 -indétectable indétectable adj s 0.77 0.14 0.65 0.07 -indétectables indétectable adj f p 0.77 0.14 0.12 0.07 -indéterminable indéterminable adj s 0.01 0.07 0.01 0.07 -indétermination indétermination nom f s 0.01 0.34 0.01 0.34 -indéterminé indéterminé adj m s 1.49 2.36 0.21 1.08 -indéterminée indéterminé adj f s 1.49 2.36 1.23 0.95 -indéterminées indéterminé adj f p 1.49 2.36 0.03 0.20 -indéterminés indéterminé adj m p 1.49 2.36 0.03 0.14 -ineffable ineffable adj s 0.06 4.46 0.04 3.92 -ineffablement ineffablement adv 0.02 0.07 0.02 0.07 -ineffables ineffable adj p 0.06 4.46 0.02 0.54 -ineffaçable ineffaçable adj s 0.13 1.22 0.13 1.08 -ineffaçablement ineffaçablement adv 0.00 0.07 0.00 0.07 -ineffaçables ineffaçable adj f p 0.13 1.22 0.00 0.14 -inefficace inefficace adj s 1.25 1.28 0.98 0.61 -inefficaces inefficace adj p 1.25 1.28 0.27 0.68 -inefficacité inefficacité nom f s 0.27 0.61 0.27 0.61 -inemploi inemploi nom m s 0.10 0.00 0.10 0.00 -inemployable inemployable adj s 0.03 0.07 0.03 0.00 -inemployables inemployable adj p 0.03 0.07 0.00 0.07 -inemployé inemployé adj m s 0.02 0.88 0.00 0.27 -inemployée inemployé adj f s 0.02 0.88 0.00 0.27 -inemployées inemployé adj f p 0.02 0.88 0.00 0.27 -inemployés inemployé adj m p 0.02 0.88 0.02 0.07 -inentamable inentamable adj f s 0.01 0.14 0.01 0.14 -inentamé inentamé adj m s 0.01 0.81 0.00 0.54 -inentamée inentamé adj f s 0.01 0.81 0.01 0.20 -inentamées inentamé adj f p 0.01 0.81 0.00 0.07 -inenvisageable inenvisageable adj s 0.05 0.00 0.05 0.00 -inepte inepte adj s 0.69 3.24 0.52 1.69 -ineptement ineptement adv 0.00 0.07 0.00 0.07 -ineptes inepte adj p 0.69 3.24 0.17 1.55 -ineptie ineptie nom f s 1.48 1.89 0.77 1.01 -inepties ineptie nom f p 1.48 1.89 0.71 0.88 -inerte inerte adj s 0.96 14.53 0.67 10.61 -inertes inerte adj p 0.96 14.53 0.29 3.92 -inertie inertie nom f s 0.95 6.62 0.95 6.49 -inertiel inertiel adj m s 0.11 0.00 0.06 0.00 -inertielle inertiel adj f s 0.11 0.00 0.05 0.00 -inerties inertie nom f p 0.95 6.62 0.00 0.14 -inespoir inespoir nom m s 0.00 0.07 0.00 0.07 -inespérable inespérable adj s 0.00 0.07 0.00 0.07 -inespéré inespéré adj m s 0.35 4.32 0.17 1.62 -inespérée inespéré adj f s 0.35 4.32 0.18 2.43 -inespérées inespéré adj f p 0.35 4.32 0.00 0.27 -inespérément inespérément adv 0.00 0.07 0.00 0.07 -inessentiel inessentiel adj m s 0.00 0.07 0.00 0.07 -inesthétique inesthétique adj m s 0.02 0.27 0.02 0.07 -inesthétiques inesthétique adj m p 0.02 0.27 0.00 0.20 -inestimable inestimable adj s 2.19 2.91 1.79 1.89 -inestimables inestimable adj p 2.19 2.91 0.40 1.01 -inexact inexact adj m s 1.01 1.28 0.65 0.47 -inexacte inexact adj f s 1.01 1.28 0.19 0.47 -inexactement inexactement adv 0.01 0.14 0.01 0.14 -inexactes inexact adj f p 1.01 1.28 0.16 0.27 -inexactitude inexactitude nom f s 0.08 0.54 0.03 0.20 -inexactitudes inexactitude nom f p 0.08 0.54 0.05 0.34 -inexacts inexact adj m p 1.01 1.28 0.01 0.07 -inexcusable inexcusable adj s 0.77 0.54 0.64 0.47 -inexcusables inexcusable adj p 0.77 0.54 0.13 0.07 -inexistant inexistant adj m s 1.29 3.65 0.39 1.28 -inexistante inexistant adj f s 1.29 3.65 0.46 0.88 -inexistantes inexistant adj f p 1.29 3.65 0.10 0.54 -inexistants inexistant adj m p 1.29 3.65 0.35 0.95 -inexistence inexistence nom f s 0.02 1.62 0.02 1.62 -inexorabilité inexorabilité nom f s 0.00 0.14 0.00 0.14 -inexorable inexorable adj s 0.33 4.19 0.33 3.78 -inexorablement inexorablement adv 0.33 3.92 0.33 3.92 -inexorables inexorable adj m p 0.33 4.19 0.00 0.41 -inexperte inexpert adj f s 0.00 0.14 0.00 0.14 -inexpiable inexpiable adj s 0.10 0.54 0.10 0.54 -inexplicable inexplicable adj s 3.25 7.16 1.96 5.61 -inexplicablement inexplicablement adv 0.23 3.18 0.23 3.18 -inexplicables inexplicable adj p 3.25 7.16 1.29 1.55 -inexpliqué inexpliqué adj m s 1.23 1.55 0.28 0.61 -inexpliquée inexpliqué adj f s 1.23 1.55 0.41 0.54 -inexpliquées inexpliqué adj f p 1.23 1.55 0.34 0.07 -inexpliqués inexpliqué adj m p 1.23 1.55 0.21 0.34 -inexploitable inexploitable adj s 0.02 0.00 0.02 0.00 -inexploité inexploité adj m s 0.22 0.14 0.06 0.00 -inexploitée inexploité adj f s 0.22 0.14 0.11 0.00 -inexploitées inexploité adj f p 0.22 0.14 0.04 0.14 -inexploités inexploité adj m p 0.22 0.14 0.01 0.00 -inexploré inexploré adj m s 1.11 0.61 0.32 0.27 -inexplorée inexploré adj f s 1.11 0.61 0.32 0.07 -inexplorées inexploré adj f p 1.11 0.61 0.26 0.14 -inexplorés inexploré adj m p 1.11 0.61 0.22 0.14 -inexplosible inexplosible adj s 0.00 0.27 0.00 0.07 -inexplosibles inexplosible adj m p 0.00 0.27 0.00 0.20 -inexpressif inexpressif adj m s 0.17 2.64 0.04 1.49 -inexpressifs inexpressif adj m p 0.17 2.64 0.12 0.74 -inexpression inexpression nom f s 0.00 0.07 0.00 0.07 -inexpressive inexpressif adj f s 0.17 2.64 0.00 0.41 -inexpressives inexpressif adj f p 0.17 2.64 0.01 0.00 -inexprimable inexprimable adj s 0.40 3.18 0.40 3.04 -inexprimablement inexprimablement adv 0.00 0.20 0.00 0.20 -inexprimables inexprimable adj m p 0.40 3.18 0.00 0.14 -inexprimé inexprimé adj m s 0.10 0.47 0.05 0.27 -inexprimée inexprimé adj f s 0.10 0.47 0.05 0.20 -inexpugnable inexpugnable adj f s 0.13 0.41 0.13 0.34 -inexpugnablement inexpugnablement adv 0.00 0.07 0.00 0.07 -inexpugnables inexpugnable adj f p 0.13 0.41 0.00 0.07 -inexpérience inexpérience nom f s 0.28 2.03 0.28 1.96 -inexpériences inexpérience nom f p 0.28 2.03 0.00 0.07 -inexpérimenté inexpérimenté adj m s 1.28 1.01 0.54 0.34 -inexpérimentée inexpérimenté adj f s 1.28 1.01 0.55 0.47 -inexpérimentées inexpérimenté adj f p 1.28 1.01 0.01 0.07 -inexpérimentés inexpérimenté adj m p 1.28 1.01 0.18 0.14 -inextinguible inextinguible adj s 0.18 0.81 0.18 0.74 -inextinguibles inextinguible adj m p 0.18 0.81 0.00 0.07 -inextirpable inextirpable adj f s 0.00 0.07 0.00 0.07 -inextricable inextricable adj s 0.58 3.31 0.44 2.70 -inextricablement inextricablement adv 0.15 0.81 0.15 0.81 -inextricables inextricable adj p 0.58 3.31 0.14 0.61 -infaillibilité infaillibilité nom f s 0.28 0.95 0.28 0.95 -infaillible infaillible adj s 2.37 6.28 2.10 6.01 -infailliblement infailliblement adv 0.27 1.82 0.27 1.82 -infaillibles infaillible adj m p 2.37 6.28 0.27 0.27 -infaisable infaisable adj s 0.39 0.14 0.39 0.14 -infalsifiable infalsifiable adj s 0.01 0.00 0.01 0.00 -infamant infamant adj m s 0.18 2.43 0.02 1.08 -infamante infamant adj f s 0.18 2.43 0.15 0.74 -infamantes infamant adj f p 0.18 2.43 0.01 0.27 -infamants infamant adj m p 0.18 2.43 0.00 0.34 -infamie infamie nom f s 2.22 3.72 2.01 3.11 -infamies infamie nom f p 2.22 3.72 0.21 0.61 -infant infant nom m s 5.52 1.76 4.98 0.54 -infante infant nom f s 5.52 1.76 0.54 0.88 -infanterie infanterie nom f s 3.79 10.07 3.79 10.00 -infanteries infanterie nom f p 3.79 10.07 0.00 0.07 -infantes infant nom f p 5.52 1.76 0.00 0.07 -infanticide infanticide nom s 0.34 0.41 0.34 0.27 -infanticides infanticide nom p 0.34 0.41 0.00 0.14 -infantile infantile adj s 3.30 3.24 2.57 2.30 -infantilement infantilement adv 0.00 0.07 0.00 0.07 -infantiles infantile adj p 3.30 3.24 0.73 0.95 -infantiliser infantiliser ver 0.04 0.00 0.02 0.00 inf; -infantilisme infantilisme nom m s 0.06 0.74 0.05 0.74 -infantilismes infantilisme nom m p 0.06 0.74 0.01 0.00 -infantilisé infantiliser ver m s 0.04 0.00 0.02 0.00 par:pas; -infants infant nom m p 5.52 1.76 0.00 0.27 -infarctus infarctus nom m 4.87 1.62 4.87 1.62 -infatigable infatigable adj s 0.46 4.80 0.29 3.31 -infatigablement infatigablement adv 0.00 0.61 0.00 0.61 -infatigables infatigable adj p 0.46 4.80 0.17 1.49 -infatuation infatuation nom f s 0.01 0.41 0.01 0.41 -infatuer infatuer ver 0.02 0.34 0.01 0.00 inf; -infatué infatué adj m s 0.02 0.14 0.02 0.07 -infatués infatuer ver m p 0.02 0.34 0.00 0.07 par:pas; -infect infect adj m s 3.61 6.28 2.03 2.91 -infectaient infecter ver 9.96 2.64 0.01 0.14 ind:imp:3p; -infectait infecter ver 9.96 2.64 0.02 0.14 ind:imp:3s; -infectant infecter ver 9.96 2.64 0.06 0.00 par:pre; -infectassent infecter ver 9.96 2.64 0.00 0.07 sub:imp:3p; -infecte infect adj f s 3.61 6.28 1.31 1.62 -infectement infectement adv 0.00 0.07 0.00 0.07 -infectent infecter ver 9.96 2.64 0.21 0.14 ind:pre:3p; -infecter infecter ver 9.96 2.64 1.84 0.68 inf; -infectera infecter ver 9.96 2.64 0.05 0.00 ind:fut:3s; -infectes infect adj f p 3.61 6.28 0.05 1.08 -infectez infecter ver 9.96 2.64 0.02 0.00 imp:pre:2p;ind:pre:2p; -infectieuse infectieux adj f s 0.66 0.47 0.14 0.14 -infectieuses infectieux adj f p 0.66 0.47 0.26 0.27 -infectieux infectieux adj m 0.66 0.47 0.26 0.07 -infectiologie infectiologie nom f s 0.01 0.00 0.01 0.00 -infection infection nom f s 10.62 1.89 9.55 1.69 -infections infection nom f p 10.62 1.89 1.07 0.20 -infects infect adj m p 3.61 6.28 0.22 0.68 -infecté infecter ver m s 9.96 2.64 3.23 0.54 par:pas; -infectée infecter ver f s 9.96 2.64 1.92 0.54 par:pas; -infectées infecté adj f p 3.40 0.61 0.66 0.27 -infectés infecter ver m p 9.96 2.64 0.99 0.07 par:pas; -infernal infernal adj m s 6.66 13.38 3.36 5.41 -infernale infernal adj f s 6.66 13.38 2.61 5.95 -infernalement infernalement adv 0.00 0.20 0.00 0.20 -infernales infernal adj f p 6.66 13.38 0.46 1.55 -infernaux infernal adj m p 6.66 13.38 0.24 0.47 -infertile infertile adj s 0.08 0.41 0.08 0.34 -infertiles infertile adj p 0.08 0.41 0.00 0.07 -infertilité infertilité nom f s 0.03 0.07 0.03 0.07 -infestaient infester ver 2.05 2.84 0.01 0.68 ind:imp:3p; -infestait infester ver 2.05 2.84 0.00 0.14 ind:imp:3s; -infestant infester ver 2.05 2.84 0.01 0.07 par:pre; -infestation infestation nom f s 0.12 0.00 0.12 0.00 -infeste infester ver 2.05 2.84 0.02 0.07 ind:pre:3s; -infestent infester ver 2.05 2.84 0.12 0.20 ind:pre:3p; -infester infester ver 2.05 2.84 0.09 0.00 inf; -infesteront infester ver 2.05 2.84 0.10 0.07 ind:fut:3p; -infestât infester ver 2.05 2.84 0.00 0.07 sub:imp:3s; -infestèrent infester ver 2.05 2.84 0.00 0.07 ind:pas:3p; -infesté infester ver m s 2.05 2.84 0.57 0.34 par:pas; -infestée infester ver f s 2.05 2.84 0.56 0.61 par:pas; -infestées infester ver f p 2.05 2.84 0.38 0.20 par:pas; -infestés infester ver m p 2.05 2.84 0.19 0.34 par:pas; -infibulation infibulation nom f s 0.03 0.00 0.03 0.00 -infidèle infidèle adj s 3.83 2.97 2.84 2.50 -infidèles infidèle nom p 2.33 2.57 1.25 1.49 -infidélité infidélité nom f s 1.40 2.57 1.11 1.62 -infidélités infidélité nom f p 1.40 2.57 0.28 0.95 -infigurable infigurable adj s 0.00 0.07 0.00 0.07 -infiltra infiltrer ver 6.88 6.35 0.11 0.07 ind:pas:3s; -infiltraient infiltrer ver 6.88 6.35 0.01 0.27 ind:imp:3p; -infiltrait infiltrer ver 6.88 6.35 0.05 1.42 ind:imp:3s; -infiltrant infiltrer ver 6.88 6.35 0.08 0.07 par:pre; -infiltrat infiltrat nom m s 0.01 0.00 0.01 0.00 -infiltration infiltration nom f s 1.71 1.55 1.38 0.95 -infiltrations infiltration nom f p 1.71 1.55 0.34 0.61 -infiltre infiltrer ver 6.88 6.35 0.73 1.01 imp:pre:2s;ind:pre:1s;ind:pre:3s; -infiltrent infiltrer ver 6.88 6.35 0.20 0.20 ind:pre:3p; -infiltrer infiltrer ver 6.88 6.35 2.38 1.82 inf; -infiltrera infiltrer ver 6.88 6.35 0.05 0.00 ind:fut:3s; -infiltreront infiltrer ver 6.88 6.35 0.10 0.00 ind:fut:3p; -infiltrez infiltrer ver 6.88 6.35 0.05 0.00 imp:pre:2p;ind:pre:2p; -infiltriez infiltrer ver 6.88 6.35 0.01 0.00 ind:imp:2p; -infiltrions infiltrer ver 6.88 6.35 0.00 0.07 ind:imp:1p; -infiltrons infiltrer ver 6.88 6.35 0.01 0.07 imp:pre:1p;ind:pre:1p; -infiltrèrent infiltrer ver 6.88 6.35 0.00 0.07 ind:pas:3p; -infiltré infiltrer ver m s 6.88 6.35 2.22 0.61 par:pas; -infiltrée infiltrer ver f s 6.88 6.35 0.25 0.34 par:pas; -infiltrées infiltrer ver f p 6.88 6.35 0.04 0.07 par:pas; -infiltrés infiltrer ver m p 6.88 6.35 0.58 0.27 par:pas; -infime infime adj s 2.09 11.89 1.53 6.55 -infimes infime adj p 2.09 11.89 0.56 5.34 -infini infini adj m s 9.21 27.03 3.86 6.69 -infinie infini adj f s 9.21 27.03 4.11 12.16 -infinies infini adj f p 9.21 27.03 0.76 4.86 -infiniment infiniment adv 10.29 17.43 10.29 17.43 -infinis infini adj m p 9.21 27.03 0.47 3.31 -infinitif infinitif nom m s 0.03 0.14 0.01 0.07 -infinitifs infinitif nom m p 0.03 0.14 0.01 0.07 -infinitive infinitif adj f s 0.01 0.00 0.01 0.00 -infinité infinité nom f s 0.62 2.57 0.60 2.50 -infinitude infinitude nom f s 0.00 0.14 0.00 0.14 -infinités infinité nom f p 0.62 2.57 0.01 0.07 -infinitésimal infinitésimal adj m s 0.07 1.22 0.03 0.27 -infinitésimale infinitésimal adj f s 0.07 1.22 0.03 0.34 -infinitésimalement infinitésimalement adv 0.00 0.07 0.00 0.07 -infinitésimales infinitésimal adj f p 0.07 1.22 0.00 0.61 -infinitésimaux infinitésimal adj m p 0.07 1.22 0.01 0.00 -infirma infirmer ver 0.14 1.15 0.00 0.20 ind:pas:3s; -infirmait infirmer ver 0.14 1.15 0.00 0.14 ind:imp:3s; -infirmant infirmer ver 0.14 1.15 0.00 0.07 par:pre; -infirme infirme adj s 2.27 3.65 2.00 3.04 -infirment infirmer ver 0.14 1.15 0.01 0.07 ind:pre:3p; -infirmer infirmer ver 0.14 1.15 0.07 0.07 inf; -infirmerie infirmerie nom f s 7.14 7.43 7.13 7.30 -infirmeries infirmerie nom f p 7.14 7.43 0.01 0.14 -infirmeront infirmer ver 0.14 1.15 0.00 0.07 ind:fut:3p; -infirmes infirme nom p 2.32 6.15 0.64 2.64 -infirmier infirmier nom m s 32.31 36.28 3.17 3.58 -infirmiers infirmier nom m p 32.31 36.28 2.00 4.80 -infirmière_major infirmière_major nom f s 0.14 0.14 0.14 0.14 -infirmière infirmier nom f s 32.31 36.28 27.14 22.97 -infirmières infirmière nom f p 7.25 0.00 7.25 0.00 -infirmité infirmité nom f s 0.93 5.88 0.83 4.53 -infirmités infirmité nom f p 0.93 5.88 0.10 1.35 -infirmé infirmer ver m s 0.14 1.15 0.00 0.07 par:pas; -inflammabilité inflammabilité nom f s 0.02 0.00 0.02 0.00 -inflammable inflammable adj s 0.92 0.14 0.66 0.14 -inflammables inflammable adj p 0.92 0.14 0.26 0.00 -inflammation inflammation nom f s 0.88 0.54 0.88 0.54 -inflammatoire inflammatoire adj s 0.04 0.00 0.01 0.00 -inflammatoires inflammatoire adj p 0.04 0.00 0.02 0.00 -inflation inflation nom f s 1.72 2.30 1.72 2.30 -inflationniste inflationniste adj s 0.14 0.07 0.14 0.07 -inflexibilité inflexibilité nom f s 0.01 0.20 0.01 0.20 -inflexible inflexible adj s 0.61 4.59 0.56 3.85 -inflexiblement inflexiblement adv 0.00 0.14 0.00 0.14 -inflexibles inflexible adj p 0.61 4.59 0.05 0.74 -inflexion inflexion nom f s 0.23 4.86 0.08 1.82 -inflexions inflexion nom f p 0.23 4.86 0.16 3.04 -infliction infliction nom f s 0.03 0.00 0.03 0.00 -inflige infliger ver 6.54 14.05 0.75 1.35 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -infligea infliger ver 6.54 14.05 0.01 0.14 ind:pas:3s; -infligeaient infliger ver 6.54 14.05 0.02 0.54 ind:imp:3p; -infligeais infliger ver 6.54 14.05 0.00 0.07 ind:imp:1s; -infligeait infliger ver 6.54 14.05 0.06 1.69 ind:imp:3s; -infligeant infliger ver 6.54 14.05 0.08 0.47 par:pre; -infligent infliger ver 6.54 14.05 0.36 0.20 ind:pre:3p; -infligeâmes infliger ver 6.54 14.05 0.00 0.07 ind:pas:1p; -infligeons infliger ver 6.54 14.05 0.00 0.07 ind:pre:1p; -infliger infliger ver 6.54 14.05 2.46 3.65 inf; -infligera infliger ver 6.54 14.05 0.02 0.00 ind:fut:3s; -infligerai infliger ver 6.54 14.05 0.07 0.00 ind:fut:1s; -infligeraient infliger ver 6.54 14.05 0.03 0.07 cnd:pre:3p; -infligerais infliger ver 6.54 14.05 0.02 0.00 cnd:pre:1s;cnd:pre:2s; -infligerait infliger ver 6.54 14.05 0.02 0.07 cnd:pre:3s; -infligerez infliger ver 6.54 14.05 0.01 0.00 ind:fut:2p; -infligerions infliger ver 6.54 14.05 0.00 0.07 cnd:pre:1p; -infliges infliger ver 6.54 14.05 0.20 0.00 ind:pre:2s;sub:pre:2s; -infligez infliger ver 6.54 14.05 0.32 0.14 imp:pre:2p;ind:pre:2p; -infligèrent infliger ver 6.54 14.05 0.00 0.14 ind:pas:3p; -infligé infliger ver m s 6.54 14.05 0.97 2.30 par:pas; -infligée infliger ver f s 6.54 14.05 0.63 1.69 par:pas; -infligées infliger ver f p 6.54 14.05 0.36 0.88 par:pas; -infligés infliger ver m p 6.54 14.05 0.15 0.47 par:pas; -inflorescence inflorescence nom f s 0.01 0.07 0.01 0.00 -inflorescences inflorescence nom f p 0.01 0.07 0.00 0.07 -influaient influer ver 1.31 1.82 0.10 0.07 ind:imp:3p; -influait influer ver 1.31 1.82 0.01 0.00 ind:imp:3s; -influant influer ver 1.31 1.82 0.15 0.00 par:pre; -infléchi infléchir ver m s 0.10 2.77 0.00 0.14 par:pas; -infléchie infléchir ver f s 0.10 2.77 0.01 0.07 par:pas; -infléchies infléchi adj f p 0.00 0.27 0.00 0.07 -infléchir infléchir ver 0.10 2.77 0.05 1.28 inf; -infléchirai infléchir ver 0.10 2.77 0.01 0.00 ind:fut:1s; -infléchissaient infléchir ver 0.10 2.77 0.00 0.14 ind:imp:3p; -infléchissant infléchir ver 0.10 2.77 0.00 0.27 par:pre; -infléchissement infléchissement nom m s 0.00 0.07 0.00 0.07 -infléchissent infléchir ver 0.10 2.77 0.00 0.20 ind:pre:3p; -infléchissez infléchir ver 0.10 2.77 0.01 0.00 imp:pre:2p; -infléchit infléchir ver 0.10 2.77 0.01 0.68 ind:pre:3s;ind:pas:3s; -influe influer ver 1.31 1.82 0.24 0.47 imp:pre:2s;ind:pre:1s;ind:pre:3s; -influence influence nom f s 13.96 23.51 13.32 19.73 -influencent influencer ver 8.30 4.53 0.25 0.07 ind:pre:3p; -influencer influencer ver 8.30 4.53 3.19 1.82 ind:pre:2p;inf; -influencera influencer ver 8.30 4.53 0.25 0.00 ind:fut:3s; -influencerait influencer ver 8.30 4.53 0.02 0.00 cnd:pre:3s; -influencerez influencer ver 8.30 4.53 0.04 0.07 ind:fut:2p; -influenceriez influencer ver 8.30 4.53 0.00 0.07 cnd:pre:2p; -influenceront influencer ver 8.30 4.53 0.17 0.00 ind:fut:3p; -influences influence nom f p 13.96 23.51 0.63 3.78 -influencé influencer ver m s 8.30 4.53 1.98 1.15 par:pas; -influencée influencer ver f s 8.30 4.53 0.70 0.47 par:pas; -influencés influencer ver m p 8.30 4.53 0.58 0.07 par:pas; -influent influent adj m s 2.75 1.62 1.38 0.54 -influente influent adj f s 2.75 1.62 0.33 0.27 -influentes influent adj f p 2.75 1.62 0.11 0.14 -influença influencer ver 8.30 4.53 0.04 0.00 ind:pas:3s; -influençable influençable adj s 0.73 0.27 0.56 0.27 -influençables influençable adj p 0.73 0.27 0.17 0.00 -influençaient influencer ver 8.30 4.53 0.02 0.07 ind:imp:3p; -influençait influencer ver 8.30 4.53 0.15 0.20 ind:imp:3s; -influençant influencer ver 8.30 4.53 0.04 0.00 par:pre; -influents influent adj m p 2.75 1.62 0.93 0.68 -influenza influenza nom f s 0.01 0.07 0.01 0.07 -influer influer ver 1.31 1.82 0.60 0.68 inf; -influera influer ver 1.31 1.82 0.03 0.14 ind:fut:3s; -influeraient influer ver 1.31 1.82 0.01 0.07 cnd:pre:3p; -influeront influer ver 1.31 1.82 0.02 0.07 ind:fut:3p; -influé influer ver m s 1.31 1.82 0.01 0.27 par:pas; -influx influx nom m 0.25 0.61 0.25 0.61 -info info nom f s 25.50 0.47 6.71 0.00 -infographie infographie nom f s 0.04 0.00 0.04 0.00 -infâme infâme adj s 7.71 7.91 6.00 5.27 -infâmes infâme adj p 7.71 7.91 1.71 2.64 -infondé infondé adj m s 0.81 0.00 0.05 0.00 -infondée infondé adj f s 0.81 0.00 0.08 0.00 -infondées infondé adj f p 0.81 0.00 0.31 0.00 -infondés infondé adj m p 0.81 0.00 0.36 0.00 -informa informer ver 37.41 21.69 0.17 3.18 ind:pas:3s; -informai informer ver 37.41 21.69 0.00 0.14 ind:pas:1s; -informaient informer ver 37.41 21.69 0.11 0.34 ind:imp:3p; -informais informer ver 37.41 21.69 0.10 0.00 ind:imp:1s; -informait informer ver 37.41 21.69 0.23 1.82 ind:imp:3s; -informant informer ver 37.41 21.69 0.29 0.54 par:pre; -informateur informateur nom m s 4.15 2.30 3.01 0.74 -informateurs informateur nom m p 4.15 2.30 1.05 1.55 -informaticien informaticien nom m s 1.03 0.47 0.72 0.14 -informaticienne informaticien nom f s 1.03 0.47 0.02 0.14 -informaticiens informaticien nom m p 1.03 0.47 0.29 0.20 -informatif informatif adj m s 0.10 0.00 0.06 0.00 -information information nom f s 63.20 36.55 23.90 16.22 -informations information nom f p 63.20 36.55 39.30 20.34 -informatique informatique nom f s 4.60 0.81 4.60 0.81 -informatiquement informatiquement adv 0.15 0.00 0.15 0.00 -informatiques informatique adj p 5.24 0.20 0.91 0.00 -informatiser informatiser ver 0.31 0.00 0.01 0.00 inf; -informatisé informatisé adj m s 0.39 0.00 0.25 0.00 -informatisée informatiser ver f s 0.31 0.00 0.16 0.00 par:pas; -informatisées informatisé adj f p 0.39 0.00 0.03 0.00 -informatisés informatiser ver m p 0.31 0.00 0.03 0.00 par:pas; -informative informatif adj f s 0.10 0.00 0.03 0.00 -informatives informatif adj f p 0.10 0.00 0.01 0.00 -informatrice informateur nom f s 4.15 2.30 0.09 0.00 -informe informer ver 37.41 21.69 5.76 2.84 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -informel informel adj m s 0.78 0.74 0.34 0.41 -informelle informel adj f s 0.78 0.74 0.39 0.20 -informelles informel adj f p 0.78 0.74 0.01 0.14 -informels informel adj m p 0.78 0.74 0.03 0.00 -informent informer ver 37.41 21.69 1.15 0.07 ind:pre:3p; -informer informer ver 37.41 21.69 12.56 6.42 inf; -informera informer ver 37.41 21.69 0.35 0.07 ind:fut:3s; -informerai informer ver 37.41 21.69 1.21 0.07 ind:fut:1s; -informerais informer ver 37.41 21.69 0.03 0.00 cnd:pre:1s; -informeras informer ver 37.41 21.69 0.03 0.00 ind:fut:2s; -informerez informer ver 37.41 21.69 0.15 0.00 ind:fut:2p; -informerons informer ver 37.41 21.69 0.16 0.00 ind:fut:1p; -informeront informer ver 37.41 21.69 0.11 0.00 ind:fut:3p; -informes informe adj p 0.79 9.53 0.12 3.11 -informez informer ver 37.41 21.69 2.06 0.14 imp:pre:2p;ind:pre:2p; -informiez informer ver 37.41 21.69 0.07 0.00 ind:imp:2p; -informions informer ver 37.41 21.69 0.00 0.07 ind:imp:1p; -informons informer ver 37.41 21.69 0.86 0.07 imp:pre:1p;ind:pre:1p; -informèrent informer ver 37.41 21.69 0.00 0.20 ind:pas:3p; -informé informer ver m s 37.41 21.69 8.00 3.65 par:pas; -informée informer ver f s 37.41 21.69 1.45 1.01 par:pas; -informées informer ver f p 37.41 21.69 0.19 0.14 par:pas; -informulable informulable adj f s 0.00 0.27 0.00 0.20 -informulables informulable adj m p 0.00 0.27 0.00 0.07 -informulé informulé adj m s 0.00 1.01 0.00 0.47 -informulée informulé adj f s 0.00 1.01 0.00 0.41 -informulées informulé adj f p 0.00 1.01 0.00 0.14 -informés informer ver m p 37.41 21.69 2.27 0.95 par:pas; -infortune infortune nom f s 1.30 4.19 1.21 3.72 -infortunes infortune nom f p 1.30 4.19 0.09 0.47 -infortuné infortuné adj m s 1.65 2.57 0.73 1.76 -infortunée infortuné adj f s 1.65 2.57 0.58 0.34 -infortunées infortuné adj f p 1.65 2.57 0.01 0.00 -infortunés infortuné adj m p 1.65 2.57 0.33 0.47 -infos info nom f p 25.50 0.47 18.78 0.47 -infoutu infoutu adj m s 0.06 0.14 0.04 0.00 -infoutue infoutu adj f s 0.06 0.14 0.00 0.07 -infoutus infoutu adj m p 0.06 0.14 0.02 0.07 -infra infra adv 0.59 0.27 0.59 0.27 -infraction infraction nom f s 3.95 1.22 2.91 0.95 -infractions infraction nom f p 3.95 1.22 1.04 0.27 -infranchi infranchi adj m s 0.00 0.07 0.00 0.07 -infranchissable infranchissable adj s 0.93 3.18 0.77 2.64 -infranchissables infranchissable adj p 0.93 3.18 0.17 0.54 -infrangible infrangible adj f s 0.01 0.27 0.01 0.27 -infrarouge infrarouge nom m s 1.31 0.07 0.85 0.00 -infrarouges infrarouge adj p 1.09 0.00 0.48 0.00 -infrason infrason nom m s 0.01 0.00 0.01 0.00 -infrastructure infrastructure nom f s 0.93 0.27 0.60 0.20 -infrastructures infrastructure nom f p 0.93 0.27 0.32 0.07 -infroissable infroissable adj m s 0.18 0.14 0.18 0.14 -infructueuse infructueux adj f s 0.34 1.22 0.07 0.00 -infructueuses infructueux adj f p 0.34 1.22 0.08 0.34 -infructueux infructueux adj m 0.34 1.22 0.19 0.88 -infréquentable infréquentable adj m s 0.03 0.20 0.01 0.07 -infréquentables infréquentable adj m p 0.03 0.20 0.02 0.14 -infréquentée infréquenté adj f s 0.00 0.14 0.00 0.07 -infréquentés infréquenté adj m p 0.00 0.14 0.00 0.07 -inféconde infécond adj f s 0.16 0.20 0.14 0.20 -infécondes infécond adj f p 0.16 0.20 0.01 0.00 -infécondité infécondité nom f s 0.00 0.07 0.00 0.07 -inféode inféoder ver 0.00 0.34 0.00 0.07 ind:pre:3s; -inféoder inféoder ver 0.00 0.34 0.00 0.20 inf; -inféodée inféoder ver f s 0.00 0.34 0.00 0.07 par:pas; -inférai inférer ver 0.00 0.20 0.00 0.07 ind:pas:1s; -inférer inférer ver 0.00 0.20 0.00 0.07 inf; -inférieur inférieur adj m s 8.15 16.89 2.63 3.45 -inférieure inférieur adj f s 8.15 16.89 3.27 11.22 -inférieures inférieur adj f p 8.15 16.89 0.70 0.88 -inférieurs inférieur adj m p 8.15 16.89 1.54 1.35 -inférioriser inférioriser ver 0.01 0.00 0.01 0.00 inf; -infériorité infériorité nom f s 1.06 3.45 1.06 3.38 -infériorités infériorité nom f p 1.06 3.45 0.00 0.07 -inféré inférer ver m s 0.00 0.20 0.00 0.07 par:pas; -infus infus adj m s 0.27 0.34 0.00 0.14 -infusaient infuser ver 0.20 1.82 0.00 0.14 ind:imp:3p; -infusait infuser ver 0.20 1.82 0.00 0.34 ind:imp:3s; -infusant infuser ver 0.20 1.82 0.00 0.14 par:pre; -infuse infus adj f s 0.27 0.34 0.27 0.14 -infusent infuser ver 0.20 1.82 0.00 0.14 ind:pre:3p; -infuser infuser ver 0.20 1.82 0.10 0.20 inf; -infuses infus adj f p 0.27 0.34 0.00 0.07 -infusion infusion nom f s 0.57 2.77 0.54 2.43 -infusions infusion nom f p 0.57 2.77 0.03 0.34 -infusoires infusoire nom m p 0.00 0.07 0.00 0.07 -infusé infuser ver m s 0.20 1.82 0.04 0.41 par:pas; -infusée infuser ver f s 0.20 1.82 0.01 0.07 par:pas; -infusées infuser ver f p 0.20 1.82 0.01 0.07 par:pas; -ingagnable ingagnable adj f s 0.06 0.00 0.06 0.00 -ingambe ingambe adj s 0.00 0.41 0.00 0.20 -ingambes ingambe adj m p 0.00 0.41 0.00 0.20 -ingestion ingestion nom f s 0.17 0.20 0.17 0.20 -inglorieusement inglorieusement adv 0.00 0.07 0.00 0.07 -inglorieux inglorieux adj m 0.00 0.14 0.00 0.14 -ingouvernable ingouvernable adj f s 0.11 0.27 0.11 0.27 -ingrat ingrat adj m s 5.61 8.31 3.46 4.86 -ingrate ingrat adj f s 5.61 8.31 1.42 2.09 -ingratement ingratement adv 0.00 0.07 0.00 0.07 -ingrates ingrat nom f p 3.11 2.50 0.29 0.00 -ingratitude ingratitude nom f s 1.32 3.11 1.32 3.11 -ingrats ingrat nom m p 3.11 2.50 0.55 0.34 -ingrédient ingrédient nom m s 4.22 1.82 1.48 0.27 -ingrédients ingrédient nom m p 4.22 1.82 2.75 1.55 -ingère ingérer ver 1.29 0.61 0.23 0.00 ind:pre:1s;ind:pre:3s; -ingèrent ingérer ver 1.29 0.61 0.05 0.07 ind:pre:3p; -inguinal inguinal adj m s 0.00 0.14 0.00 0.07 -inguinales inguinal adj f p 0.00 0.14 0.00 0.07 -ingénia ingénier ver 0.03 3.11 0.00 0.27 ind:pas:3s; -ingéniai ingénier ver 0.03 3.11 0.00 0.14 ind:pas:1s; -ingéniaient ingénier ver 0.03 3.11 0.00 0.14 ind:imp:3p; -ingéniais ingénier ver 0.03 3.11 0.00 0.14 ind:imp:1s; -ingéniait ingénier ver 0.03 3.11 0.00 1.35 ind:imp:3s; -ingéniant ingénier ver 0.03 3.11 0.00 0.27 par:pre; -ingénie ingénier ver 0.03 3.11 0.01 0.34 ind:pre:1s;ind:pre:3s; -ingénient ingénier ver 0.03 3.11 0.00 0.07 ind:pre:3p; -ingénier ingénier ver 0.03 3.11 0.00 0.14 inf; -ingénierie ingénierie nom f s 0.94 0.00 0.94 0.00 -ingénieur_chimiste ingénieur_chimiste nom m s 0.00 0.07 0.00 0.07 -ingénieur_conseil ingénieur_conseil nom m s 0.00 0.14 0.00 0.14 -ingénieur ingénieur nom m s 21.12 12.36 18.92 9.12 -ingénieurs ingénieur nom m p 21.12 12.36 2.20 3.24 -ingénieuse ingénieux adj f s 3.55 4.32 0.62 0.95 -ingénieusement ingénieusement adv 0.06 0.41 0.06 0.41 -ingénieuses ingénieux adj f p 3.55 4.32 0.02 0.61 -ingénieux ingénieux adj m 3.55 4.32 2.90 2.77 -ingéniosité ingéniosité nom f s 0.70 3.45 0.70 3.31 -ingéniosités ingéniosité nom f p 0.70 3.45 0.00 0.14 -ingénié ingénier ver m s 0.03 3.11 0.02 0.20 par:pas; -ingéniés ingénier ver m p 0.03 3.11 0.00 0.07 par:pas; -ingénu ingénu nom m s 0.99 0.81 0.37 0.14 -ingénue ingénu adj f s 1.03 1.96 0.36 0.54 -ingénues ingénu nom f p 0.99 0.81 0.28 0.27 -ingénuité ingénuité nom f s 0.52 1.15 0.52 1.08 -ingénuités ingénuité nom f p 0.52 1.15 0.00 0.07 -ingénument ingénument adv 0.00 0.95 0.00 0.95 -ingénus ingénu adj m p 1.03 1.96 0.23 0.47 -ingérable ingérable adj m s 0.16 0.00 0.16 0.00 -ingérant ingérer ver 1.29 0.61 0.03 0.07 par:pre; -ingérence ingérence nom f s 0.23 1.76 0.21 1.01 -ingérences ingérence nom f p 0.23 1.76 0.02 0.74 -ingérer ingérer ver 1.29 0.61 0.38 0.34 inf; -ingurgita ingurgiter ver 0.99 4.66 0.00 0.20 ind:pas:3s; -ingurgitaient ingurgiter ver 0.99 4.66 0.00 0.20 ind:imp:3p; -ingurgitais ingurgiter ver 0.99 4.66 0.00 0.07 ind:imp:1s; -ingurgitait ingurgiter ver 0.99 4.66 0.01 0.47 ind:imp:3s; -ingurgitant ingurgiter ver 0.99 4.66 0.00 0.41 par:pre; -ingurgitation ingurgitation nom f s 0.00 0.14 0.00 0.14 -ingurgite ingurgiter ver 0.99 4.66 0.15 0.20 imp:pre:2s;ind:pre:1s;ind:pre:3s; -ingurgitent ingurgiter ver 0.99 4.66 0.02 0.07 ind:pre:3p; -ingurgiter ingurgiter ver 0.99 4.66 0.40 1.96 inf; -ingurgiterait ingurgiter ver 0.99 4.66 0.00 0.07 cnd:pre:3s; -ingurgité ingurgiter ver m s 0.99 4.66 0.40 0.54 par:pas; -ingurgitée ingurgiter ver f s 0.99 4.66 0.00 0.27 par:pas; -ingurgitées ingurgiter ver f p 0.99 4.66 0.00 0.07 par:pas; -ingurgités ingurgiter ver m p 0.99 4.66 0.00 0.14 par:pas; -ingérons ingérer ver 1.29 0.61 0.01 0.00 ind:pre:1p; -ingéré ingérer ver m s 1.29 0.61 0.41 0.00 par:pas; -ingérée ingérer ver f s 1.29 0.61 0.14 0.00 par:pas; -ingérées ingérer ver f p 1.29 0.61 0.02 0.07 par:pas; -ingérés ingérer ver m p 1.29 0.61 0.02 0.07 par:pas; -inguérissable inguérissable adj f s 0.03 1.62 0.03 1.15 -inguérissables inguérissable adj f p 0.03 1.62 0.00 0.47 -inhabile inhabile adj s 0.01 0.14 0.01 0.14 -inhabitable inhabitable adj s 0.54 1.08 0.51 0.81 -inhabitables inhabitable adj m p 0.54 1.08 0.04 0.27 -inhabité inhabité adj m s 1.71 2.57 0.60 1.08 -inhabitée inhabité adj f s 1.71 2.57 1.00 1.22 -inhabituel inhabituel adj m s 10.23 7.16 7.04 2.70 -inhabituelle inhabituel adj f s 10.23 7.16 1.83 3.58 -inhabituellement inhabituellement adv 0.11 0.20 0.11 0.20 -inhabituelles inhabituel adj f p 10.23 7.16 0.75 0.41 -inhabituels inhabituel adj m p 10.23 7.16 0.61 0.47 -inhabitées inhabité adj f p 1.71 2.57 0.07 0.27 -inhabités inhabité adj m p 1.71 2.57 0.04 0.00 -inhala inhaler ver 0.77 0.47 0.00 0.14 ind:pas:3s; -inhalais inhaler ver 0.77 0.47 0.00 0.07 ind:imp:1s; -inhalait inhaler ver 0.77 0.47 0.05 0.07 ind:imp:3s; -inhalant inhaler ver 0.77 0.47 0.03 0.07 par:pre; -inhalateur inhalateur nom m s 0.93 0.27 0.86 0.20 -inhalateurs inhalateur nom m p 0.93 0.27 0.06 0.07 -inhalation inhalation nom f s 0.67 0.41 0.60 0.20 -inhalations inhalation nom f p 0.67 0.41 0.07 0.20 -inhaler inhaler ver 0.77 0.47 0.17 0.14 inf; -inhalera inhaler ver 0.77 0.47 0.02 0.00 ind:fut:3s; -inhalez inhaler ver 0.77 0.47 0.06 0.00 imp:pre:2p;ind:pre:2p; -inhalé inhaler ver m s 0.77 0.47 0.44 0.00 par:pas; -inharmonieux inharmonieux adj m s 0.01 0.00 0.01 0.00 -inhibait inhiber ver 0.47 0.61 0.00 0.07 ind:imp:3s; -inhibant inhiber ver 0.47 0.61 0.04 0.20 par:pre; -inhibe inhiber ver 0.47 0.61 0.19 0.00 ind:pre:3s; -inhibent inhiber ver 0.47 0.61 0.02 0.00 ind:pre:3p; -inhiber inhiber ver 0.47 0.61 0.12 0.07 inf; -inhibiteur inhibiteur nom m s 0.84 0.00 0.69 0.00 -inhibiteurs inhibiteur nom m p 0.84 0.00 0.15 0.00 -inhibition inhibition nom f s 1.51 1.22 0.66 0.74 -inhibitions inhibition nom f p 1.51 1.22 0.85 0.47 -inhibitrice inhibiteur adj f s 0.22 0.00 0.03 0.00 -inhibât inhiber ver 0.47 0.61 0.00 0.07 sub:imp:3s; -inhibé inhibé adj m s 0.34 0.27 0.18 0.07 -inhibée inhibé adj f s 0.34 0.27 0.03 0.14 -inhibés inhibé adj m p 0.34 0.27 0.14 0.07 -inhospitalier inhospitalier adj m s 0.19 1.08 0.11 0.47 -inhospitaliers inhospitalier adj m p 0.19 1.08 0.02 0.07 -inhospitalière inhospitalier adj f s 0.19 1.08 0.05 0.27 -inhospitalières inhospitalier adj f p 0.19 1.08 0.01 0.27 -inhospitalité inhospitalité nom f s 0.01 0.07 0.01 0.07 -inhuma inhumer ver 1.11 1.89 0.00 0.27 ind:pas:3s; -inhumaient inhumer ver 1.11 1.89 0.00 0.07 ind:imp:3p; -inhumain inhumain adj m s 4.46 8.85 3.21 4.12 -inhumaine inhumain adj f s 4.46 8.85 0.32 3.24 -inhumainement inhumainement adv 0.01 0.34 0.01 0.34 -inhumaines inhumain adj f p 4.46 8.85 0.45 0.74 -inhumains inhumain adj m p 4.46 8.85 0.48 0.74 -inhumait inhumer ver 1.11 1.89 0.00 0.07 ind:imp:3s; -inhumanité inhumanité nom f s 0.28 0.68 0.28 0.68 -inhumation inhumation nom f s 0.31 1.28 0.31 1.22 -inhumations inhumation nom f p 0.31 1.28 0.00 0.07 -inhume inhumer ver 1.11 1.89 0.01 0.00 ind:pre:3s; -inhumer inhumer ver 1.11 1.89 0.42 0.54 inf; -inhumons inhumer ver 1.11 1.89 0.00 0.07 imp:pre:1p; -inhumé inhumer ver m s 1.11 1.89 0.36 0.61 par:pas; -inhumée inhumer ver f s 1.11 1.89 0.12 0.07 par:pas; -inhumés inhumer ver m p 1.11 1.89 0.19 0.20 par:pas; -inhérent inhérent adj m s 0.75 1.82 0.38 0.61 -inhérente inhérent adj f s 0.75 1.82 0.14 0.41 -inhérentes inhérent adj f p 0.75 1.82 0.13 0.47 -inhérents inhérent adj m p 0.75 1.82 0.09 0.34 -inidentifiable inidentifiable adj m s 0.00 0.34 0.00 0.14 -inidentifiables inidentifiable adj p 0.00 0.34 0.00 0.20 -inimaginable inimaginable adj s 3.17 4.80 2.48 3.58 -inimaginablement inimaginablement adv 0.01 0.07 0.01 0.07 -inimaginables inimaginable adj p 3.17 4.80 0.69 1.22 -inimitable inimitable adj s 0.64 3.51 0.64 3.51 -inimitablement inimitablement adv 0.00 0.07 0.00 0.07 -inimitié inimitié nom f s 0.33 1.08 0.31 0.74 -inimitiés inimitié nom f p 0.33 1.08 0.01 0.34 -inimité inimité adj m s 0.11 0.00 0.11 0.00 -ininflammable ininflammable adj m s 0.19 0.00 0.19 0.00 -inintelligence inintelligence nom f s 0.00 0.14 0.00 0.14 -inintelligent inintelligent adj m s 0.11 0.34 0.01 0.14 -inintelligents inintelligent adj m p 0.11 0.34 0.10 0.20 -inintelligible inintelligible adj m s 0.18 2.16 0.08 1.28 -inintelligibles inintelligible adj p 0.18 2.16 0.10 0.88 -ininterprétables ininterprétable adj f p 0.00 0.07 0.00 0.07 -ininterrompu ininterrompu adj m s 0.61 4.05 0.08 2.23 -ininterrompue ininterrompu adj f s 0.61 4.05 0.29 1.49 -ininterrompues ininterrompu adj f p 0.61 4.05 0.22 0.20 -ininterrompus ininterrompu adj m p 0.61 4.05 0.02 0.14 -inintéressant inintéressant adj m s 0.41 0.54 0.06 0.20 -inintéressante inintéressant adj f s 0.41 0.54 0.17 0.14 -inintéressantes inintéressant adj f p 0.41 0.54 0.02 0.14 -inintéressants inintéressant adj m p 0.41 0.54 0.15 0.07 -inintérêt inintérêt nom m s 0.00 0.14 0.00 0.14 -inique inique adj s 0.28 0.34 0.27 0.20 -iniques inique adj p 0.28 0.34 0.01 0.14 -iniquité iniquité nom f s 1.06 1.35 0.98 1.08 -iniquités iniquité nom f p 1.06 1.35 0.09 0.27 -initia initier ver 3.59 8.78 0.06 0.54 ind:pas:3s; -initiai initier ver 3.59 8.78 0.01 0.14 ind:pas:1s; -initiaient initier ver 3.59 8.78 0.00 0.27 ind:imp:3p; -initiais initier ver 3.59 8.78 0.00 0.20 ind:imp:1s; -initiait initier ver 3.59 8.78 0.15 0.47 ind:imp:3s; -initial initial adj m s 2.86 7.23 1.30 4.19 -initiale initial adj f s 2.86 7.23 1.09 1.96 -initialement initialement adv 0.27 1.49 0.27 1.49 -initiales initiale nom f p 4.02 7.36 3.61 6.89 -initialisation initialisation nom f s 0.55 0.00 0.55 0.00 -initialise initialiser ver 0.14 0.00 0.04 0.00 imp:pre:2s;ind:pre:1s; -initialiser initialiser ver 0.14 0.00 0.06 0.00 inf; -initialisez initialiser ver 0.14 0.00 0.03 0.00 imp:pre:2p; -initialisé initialisé adj m s 0.15 0.00 0.07 0.00 -initialisée initialisé adj f s 0.15 0.00 0.04 0.00 -initialisés initialisé adj m p 0.15 0.00 0.03 0.00 -initiant initier ver 3.59 8.78 0.01 0.20 par:pre; -initiateur initiateur adj m s 0.16 0.20 0.14 0.14 -initiateurs initiateur nom m p 0.11 1.01 0.11 0.14 -initiation initiation nom f s 1.63 4.39 1.58 4.05 -initiations initiation nom f p 1.63 4.39 0.05 0.34 -initiatique initiatique adj s 0.22 1.82 0.21 1.42 -initiatiques initiatique adj p 0.22 1.82 0.01 0.41 -initiative initiative nom f s 8.76 16.82 7.08 14.46 -initiatives initiative nom f p 8.76 16.82 1.67 2.36 -initiatrice initiateur nom f s 0.11 1.01 0.00 0.27 -initiatrices initiateur nom f p 0.11 1.01 0.00 0.07 -initiaux initial adj m p 2.86 7.23 0.14 0.27 -initie initier ver 3.59 8.78 0.37 0.34 imp:pre:2s;ind:pre:1s;ind:pre:3s; -initier initier ver 3.59 8.78 1.27 3.45 inf; -initiera initier ver 3.59 8.78 0.00 0.07 ind:fut:3s; -initierai initier ver 3.59 8.78 0.04 0.14 ind:fut:1s; -initierait initier ver 3.59 8.78 0.00 0.07 cnd:pre:3s; -initierons initier ver 3.59 8.78 0.00 0.07 ind:fut:1p; -initiez initier ver 3.59 8.78 0.10 0.00 imp:pre:2p;ind:pre:2p; -initiâmes initier ver 3.59 8.78 0.00 0.07 ind:pas:1p; -initiât initier ver 3.59 8.78 0.00 0.07 sub:imp:3s; -initièrent initier ver 3.59 8.78 0.00 0.20 ind:pas:3p; -initié initier ver m s 3.59 8.78 1.00 1.89 par:pas; -initiée initier ver f s 3.59 8.78 0.40 0.34 par:pas; -initiées initier ver f p 3.59 8.78 0.03 0.00 par:pas; -initiés initié nom m p 0.97 3.04 0.56 2.30 -injecta injecter ver 6.81 3.11 0.00 0.07 ind:pas:3s; -injectable injectable adj s 0.05 0.00 0.05 0.00 -injectaient injecter ver 6.81 3.11 0.02 0.14 ind:imp:3p; -injectait injecter ver 6.81 3.11 0.14 0.07 ind:imp:3s; -injectant injecter ver 6.81 3.11 0.28 0.14 par:pre; -injecte injecter ver 6.81 3.11 1.32 0.27 imp:pre:2s;ind:pre:1s;ind:pre:3s; -injectent injecter ver 6.81 3.11 0.25 0.07 ind:pre:3p; -injecter injecter ver 6.81 3.11 1.41 0.61 inf; -injectera injecter ver 6.81 3.11 0.03 0.00 ind:fut:3s; -injecteras injecter ver 6.81 3.11 0.04 0.00 ind:fut:2s; -injectes injecter ver 6.81 3.11 0.06 0.07 ind:pre:2s; -injecteur injecteur nom m s 0.60 0.07 0.08 0.07 -injecteurs injecteur nom m p 0.60 0.07 0.52 0.00 -injectez injecter ver 6.81 3.11 0.29 0.00 imp:pre:2p;ind:pre:2p; -injection injection nom f s 8.98 1.42 7.83 0.95 -injections injection nom f p 8.98 1.42 1.16 0.47 -injecté injecter ver m s 6.81 3.11 1.97 0.88 par:pas; -injectée injecter ver f s 6.81 3.11 0.40 0.00 par:pas; -injectés injecter ver m p 6.81 3.11 0.61 0.81 par:pas; -injoignable injoignable adj s 1.21 0.07 1.10 0.07 -injoignables injoignable adj p 1.21 0.07 0.12 0.00 -injonction injonction nom f s 1.58 4.26 1.30 2.36 -injonctions injonction nom f p 1.58 4.26 0.28 1.89 -injouable injouable adj s 0.02 0.00 0.02 0.00 -injure injure nom f s 4.58 16.69 2.22 4.93 -injures injure nom f p 4.58 16.69 2.35 11.76 -injuria injurier ver 1.81 6.55 0.00 0.61 ind:pas:3s; -injuriai injurier ver 1.81 6.55 0.10 0.07 ind:pas:1s; -injuriaient injurier ver 1.81 6.55 0.00 0.27 ind:imp:3p; -injuriais injurier ver 1.81 6.55 0.00 0.14 ind:imp:1s; -injuriait injurier ver 1.81 6.55 0.17 1.15 ind:imp:3s; -injuriant injurier ver 1.81 6.55 0.02 0.54 par:pre; -injurie injurier ver 1.81 6.55 0.05 0.88 imp:pre:2s;ind:pre:1s;ind:pre:3s; -injurient injurier ver 1.81 6.55 0.01 0.07 ind:pre:3p; -injurier injurier ver 1.81 6.55 0.49 1.89 inf; -injuries injurier ver 1.81 6.55 0.05 0.00 ind:pre:2s; -injurieuse injurieux adj f s 0.13 1.15 0.04 0.27 -injurieusement injurieusement adv 0.00 0.07 0.00 0.07 -injurieux injurieux adj m 0.13 1.15 0.09 0.88 -injurié injurier ver m s 1.81 6.55 0.78 0.47 par:pas; -injuriée injurier ver f s 1.81 6.55 0.14 0.27 par:pas; -injuriés injurier ver m p 1.81 6.55 0.01 0.20 par:pas; -injuste injuste adj s 17.46 15.47 15.94 13.38 -injustement injustement adv 1.58 2.23 1.58 2.23 -injustes injuste adj p 17.46 15.47 1.52 2.09 -injustice injustice nom f s 6.59 13.51 4.61 11.49 -injustices injustice nom f p 6.59 13.51 1.98 2.03 -injustifiable injustifiable adj f s 0.06 0.95 0.06 0.88 -injustifiables injustifiable adj m p 0.06 0.95 0.00 0.07 -injustifié injustifié adj m s 1.33 1.42 0.41 0.27 -injustifiée injustifié adj f s 1.33 1.42 0.70 0.61 -injustifiées injustifié adj f p 1.33 1.42 0.05 0.41 -injustifiés injustifié adj m p 1.33 1.42 0.17 0.14 -inlassable inlassable adj s 0.38 4.19 0.24 3.31 -inlassablement inlassablement adv 0.38 9.59 0.38 9.59 -inlassables inlassable adj p 0.38 4.19 0.14 0.88 -innervant innerver ver 0.02 0.20 0.02 0.00 par:pre; -innervation innervation nom f s 0.00 0.27 0.00 0.27 -innerver innerver ver 0.02 0.20 0.00 0.07 inf; -innervé innerver ver m s 0.02 0.20 0.00 0.14 par:pas; -innocemment innocemment adv 0.64 3.18 0.64 3.18 -innocence innocence nom f s 10.63 20.00 10.63 19.59 -innocences innocence nom f p 10.63 20.00 0.00 0.41 -innocent innocent adj m s 39.31 23.11 23.49 11.22 -innocentait innocenter ver 2.56 1.42 0.01 0.14 ind:imp:3s; -innocentant innocenter ver 2.56 1.42 0.03 0.00 par:pre; -innocente innocent adj f s 39.31 23.11 8.15 5.14 -innocenter innocenter ver 2.56 1.42 0.76 0.61 inf; -innocentera innocenter ver 2.56 1.42 0.27 0.00 ind:fut:3s; -innocenterai innocenter ver 2.56 1.42 0.01 0.00 ind:fut:1s; -innocenterait innocenter ver 2.56 1.42 0.02 0.14 cnd:pre:3s; -innocentes innocent adj f p 39.31 23.11 2.73 2.43 -innocents innocent nom m p 24.68 13.18 11.03 5.95 -innocenté innocenter ver m s 2.56 1.42 0.94 0.14 par:pas; -innocentée innocenter ver f s 2.56 1.42 0.15 0.00 par:pas; -innocuité innocuité nom f s 0.00 0.20 0.00 0.20 -innombrable innombrable adj s 3.15 29.53 0.02 4.12 -innombrablement innombrablement adv 0.00 0.07 0.00 0.07 -innombrables innombrable adj p 3.15 29.53 3.13 25.41 -innominés innominé adj m p 0.00 0.14 0.00 0.14 -innommable innommable adj s 0.49 3.85 0.33 2.50 -innommables innommable adj p 0.49 3.85 0.17 1.35 -innommé innommé adj m s 0.05 0.27 0.00 0.14 -innommée innommé adj f s 0.05 0.27 0.05 0.00 -innommés innommé adj m p 0.05 0.27 0.00 0.14 -innova innover ver 0.93 0.88 0.00 0.07 ind:pas:3s; -innovais innover ver 0.93 0.88 0.00 0.07 ind:imp:1s; -innovait innover ver 0.93 0.88 0.02 0.07 ind:imp:3s; -innovant innovant adj m s 0.07 0.07 0.04 0.07 -innovante innovant adj f s 0.07 0.07 0.03 0.00 -innovateur innovateur adj m s 0.07 0.00 0.06 0.00 -innovation innovation nom f s 1.06 2.03 0.55 1.49 -innovations innovation nom f p 1.06 2.03 0.51 0.54 -innovatrice innovateur adj f s 0.07 0.00 0.01 0.00 -innove innover ver 0.93 0.88 0.25 0.14 imp:pre:2s;ind:pre:1s;ind:pre:3s; -innover innover ver 0.93 0.88 0.55 0.34 inf; -innovez innover ver 0.93 0.88 0.00 0.07 ind:pre:2p; -innové innover ver m s 0.93 0.88 0.09 0.14 par:pas; -inné inné adj m s 1.26 2.97 0.95 1.35 -innée inné adj f s 1.26 2.97 0.26 1.28 -innées inné adj f p 1.26 2.97 0.03 0.07 -innés inné adj m p 1.26 2.97 0.01 0.27 -inoccupations inoccupation nom f p 0.00 0.07 0.00 0.07 -inoccupé inoccupé adj m s 0.67 3.24 0.11 0.88 -inoccupée inoccupé adj f s 0.67 3.24 0.48 1.49 -inoccupées inoccupé adj f p 0.67 3.24 0.04 0.34 -inoccupés inoccupé adj m p 0.67 3.24 0.02 0.54 -inoculant inoculer ver 0.93 0.95 0.01 0.00 par:pre; -inoculation inoculation nom f s 0.24 0.07 0.24 0.07 -inocule inoculer ver 0.93 0.95 0.05 0.14 ind:pre:1s;ind:pre:3s; -inoculent inoculer ver 0.93 0.95 0.00 0.07 ind:pre:3p; -inoculer inoculer ver 0.93 0.95 0.09 0.20 inf; -inoculerait inoculer ver 0.93 0.95 0.00 0.07 cnd:pre:3s; -inoculé inoculer ver m s 0.93 0.95 0.55 0.34 par:pas; -inoculée inoculer ver f s 0.93 0.95 0.07 0.14 par:pas; -inoculées inoculer ver f p 0.93 0.95 0.16 0.00 par:pas; -inodore inodore adj s 0.15 0.54 0.14 0.47 -inodores inodore adj p 0.15 0.54 0.01 0.07 -inoffensif inoffensif adj m s 7.78 8.04 4.62 3.45 -inoffensifs inoffensif adj m p 7.78 8.04 1.35 2.03 -inoffensive inoffensif adj f s 7.78 8.04 1.38 1.49 -inoffensives inoffensif adj f p 7.78 8.04 0.43 1.08 -inonda inonder ver 6.69 15.14 0.13 1.42 ind:pas:3s; -inondable inondable adj f s 0.01 0.20 0.00 0.07 -inondables inondable adj f p 0.01 0.20 0.01 0.14 -inondaient inonder ver 6.69 15.14 0.01 0.74 ind:imp:3p; -inondait inonder ver 6.69 15.14 0.18 3.04 ind:imp:3s; -inondant inonder ver 6.69 15.14 0.21 1.35 par:pre; -inondation inondation nom f s 3.21 3.78 2.15 2.43 -inondations inondation nom f p 3.21 3.78 1.06 1.35 -inonde inonder ver 6.69 15.14 0.73 2.09 imp:pre:2s;ind:pre:1s;ind:pre:3s; -inondent inonder ver 6.69 15.14 0.26 0.14 ind:pre:3p; -inonder inonder ver 6.69 15.14 1.37 1.35 inf; -inondera inonder ver 6.69 15.14 0.03 0.00 ind:fut:3s; -inonderai inonder ver 6.69 15.14 0.02 0.07 ind:fut:1s; -inonderait inonder ver 6.69 15.14 0.05 0.00 cnd:pre:3s; -inonderons inonder ver 6.69 15.14 0.02 0.00 ind:fut:1p; -inondez inonder ver 6.69 15.14 0.09 0.00 imp:pre:2p;ind:pre:2p; -inondiez inonder ver 6.69 15.14 0.02 0.00 ind:imp:2p; -inondât inonder ver 6.69 15.14 0.00 0.07 sub:imp:3s; -inondèrent inonder ver 6.69 15.14 0.00 0.07 ind:pas:3p; -inondé inonder ver m s 6.69 15.14 2.13 2.70 par:pas; -inondée inonder ver f s 6.69 15.14 0.74 1.35 par:pas; -inondées inonder ver f p 6.69 15.14 0.22 0.14 par:pas; -inondés inonder ver m p 6.69 15.14 0.48 0.61 par:pas; -inopiné inopiné adj m s 0.26 1.15 0.04 0.20 -inopinée inopiné adj f s 0.26 1.15 0.09 0.68 -inopinées inopiné adj f p 0.26 1.15 0.14 0.27 -inopinément inopinément adv 0.41 1.42 0.41 1.42 -inopportun inopportun adj m s 0.86 1.82 0.71 0.68 -inopportune inopportun adj f s 0.86 1.82 0.13 0.61 -inopportunes inopportun adj f p 0.86 1.82 0.01 0.34 -inopportunité inopportunité nom f s 0.00 0.07 0.00 0.07 -inopportuns inopportun adj m p 0.86 1.82 0.01 0.20 -inopportunément inopportunément adv 0.02 0.07 0.02 0.07 -inopérable inopérable adj s 0.26 0.00 0.24 0.00 -inopérables inopérable adj m p 0.26 0.00 0.02 0.00 -inopérant inopérant adj m s 0.35 0.88 0.07 0.34 -inopérante inopérant adj f s 0.35 0.88 0.07 0.07 -inopérantes inopérant adj f p 0.35 0.88 0.01 0.20 -inopérants inopérant adj m p 0.35 0.88 0.19 0.27 -inorganique inorganique adj f s 0.01 0.14 0.01 0.14 -inorganisé inorganisé adj m s 0.04 0.20 0.02 0.00 -inorganisée inorganisé adj f s 0.04 0.20 0.02 0.07 -inorganisées inorganisé adj f p 0.04 0.20 0.00 0.14 -inouï inouï adj m s 3.23 15.20 1.79 6.28 -inouïe inouï adj f s 3.23 15.20 0.97 5.27 -inouïes inouï adj f p 3.23 15.20 0.09 2.09 -inouïs inouï adj m p 3.23 15.20 0.38 1.55 -inoubliable inoubliable adj s 5.07 7.50 4.21 4.80 -inoubliablement inoubliablement adv 0.00 0.07 0.00 0.07 -inoubliables inoubliable adj p 5.07 7.50 0.86 2.70 -inoublié inoublié adj m s 0.00 0.14 0.00 0.07 -inoubliées inoublié adj f p 0.00 0.14 0.00 0.07 -inox inox nom m 0.13 0.27 0.13 0.27 -inoxydable inoxydable nom m s 0.23 0.14 0.23 0.14 -inoxydables inoxydable adj m p 0.16 0.61 0.01 0.14 -input input nom m s 0.00 0.07 0.00 0.07 -inqualifiable inqualifiable adj s 0.30 1.08 0.29 0.95 -inqualifiables inqualifiable adj m p 0.30 1.08 0.01 0.14 -inquiet inquiet adj m s 34.96 46.55 17.90 23.38 -inquiets inquiet adj m p 34.96 46.55 4.28 6.28 -inquilisme inquilisme nom m s 0.00 0.07 0.00 0.07 -inquisiteur inquisiteur adj m s 0.83 2.70 0.80 1.69 -inquisiteurs inquisiteur nom m p 1.45 2.43 0.67 1.35 -inquisition inquisition nom f s 3.15 4.66 3.13 4.26 -inquisitionner inquisitionner ver 0.00 0.07 0.00 0.07 inf; -inquisitions inquisition nom f p 3.15 4.66 0.01 0.41 -inquisitive inquisitif adj f s 0.00 0.07 0.00 0.07 -inquisitorial inquisitorial adj m s 0.10 0.54 0.10 0.07 -inquisitoriale inquisitorial adj f s 0.10 0.54 0.00 0.27 -inquisitoriales inquisitorial adj f p 0.10 0.54 0.00 0.14 -inquisitoriaux inquisitorial adj m p 0.10 0.54 0.00 0.07 -inquisitrice inquisiteur adj f s 0.83 2.70 0.02 0.14 -inquiète inquiéter ver 212.16 71.01 114.06 22.50 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:1s;sub:pre:3s; -inquiètent inquiéter ver 212.16 71.01 3.02 1.01 ind:pre:3p; -inquiètes inquiéter ver 212.16 71.01 13.85 0.68 ind:pre:2s;sub:pre:2s; -inquiéta inquiéter ver 212.16 71.01 0.03 4.39 ind:pas:3s; -inquiétai inquiéter ver 212.16 71.01 0.00 0.34 ind:pas:1s; -inquiétaient inquiéter ver 212.16 71.01 0.12 2.16 ind:imp:3p; -inquiétais inquiéter ver 212.16 71.01 4.12 1.08 ind:imp:1s;ind:imp:2s; -inquiétait inquiéter ver 212.16 71.01 3.56 11.08 ind:imp:3s; -inquiétant inquiétant adj m s 5.72 20.88 3.88 8.72 -inquiétante inquiétant adj f s 5.72 20.88 1.18 7.03 -inquiétantes inquiétant adj f p 5.72 20.88 0.32 2.36 -inquiétants inquiétant adj m p 5.72 20.88 0.35 2.77 -inquiétassent inquiéter ver 212.16 71.01 0.00 0.07 sub:imp:3p; -inquiéter inquiéter ver 212.16 71.01 27.98 12.36 inf;; -inquiétera inquiéter ver 212.16 71.01 0.32 0.27 ind:fut:3s; -inquiéterai inquiéter ver 212.16 71.01 0.12 0.07 ind:fut:1s; -inquiéteraient inquiéter ver 212.16 71.01 0.06 0.07 cnd:pre:3p; -inquiéterais inquiéter ver 212.16 71.01 0.51 0.07 cnd:pre:1s;cnd:pre:2s; -inquiéterait inquiéter ver 212.16 71.01 0.23 0.61 cnd:pre:3s; -inquiéteras inquiéter ver 212.16 71.01 0.04 0.07 ind:fut:2s; -inquiéteriez inquiéter ver 212.16 71.01 0.01 0.00 cnd:pre:2p; -inquiéteront inquiéter ver 212.16 71.01 0.05 0.00 ind:fut:3p; -inquiéteur inquiéteur nom m s 0.00 0.07 0.00 0.07 -inquiétez inquiéter ver 212.16 71.01 38.80 3.85 imp:pre:2p;ind:pre:2p; -inquiétiez inquiéter ver 212.16 71.01 0.23 0.07 ind:imp:2p; -inquiétions inquiéter ver 212.16 71.01 0.15 0.07 ind:imp:1p; -inquiétons inquiéter ver 212.16 71.01 0.45 0.07 imp:pre:1p;ind:pre:1p; -inquiétât inquiéter ver 212.16 71.01 0.00 0.27 sub:imp:3s; -inquiétèrent inquiéter ver 212.16 71.01 0.00 0.54 ind:pas:3p; -inquiété inquiéter ver m s 212.16 71.01 2.21 4.26 par:pas; -inquiétude inquiétude nom f s 10.04 46.76 8.20 41.35 -inquiétudes inquiétude nom f p 10.04 46.76 1.84 5.41 -inquiétée inquiéter ver f s 212.16 71.01 1.41 1.62 par:pas; -inquiétées inquiéter ver f p 212.16 71.01 0.04 0.00 par:pas; -inquiétés inquiéter ver m p 212.16 71.01 0.50 0.95 par:pas; -inracontables inracontable adj f p 0.14 0.00 0.14 0.00 -insaisissable insaisissable adj s 1.16 6.15 1.08 5.47 -insaisissables insaisissable adj p 1.16 6.15 0.08 0.68 -insalissable insalissable adj s 0.00 0.07 0.00 0.07 -insalubre insalubre adj s 0.36 0.95 0.35 0.68 -insalubres insalubre adj p 0.36 0.95 0.01 0.27 -insalubrité insalubrité nom f s 0.00 0.27 0.00 0.27 -insane insane adj m s 0.05 0.41 0.05 0.07 -insanes insane adj p 0.05 0.41 0.00 0.34 -insanité insanité nom f s 0.44 1.49 0.22 0.27 -insanités insanité nom f p 0.44 1.49 0.22 1.22 -insatiable insatiable adj s 2.50 3.45 1.73 2.84 -insatiablement insatiablement adv 0.00 0.34 0.00 0.34 -insatiables insatiable adj p 2.50 3.45 0.77 0.61 -insatisfaction insatisfaction nom f s 0.22 1.15 0.21 1.08 -insatisfactions insatisfaction nom f p 0.22 1.15 0.01 0.07 -insatisfaisant insatisfaisant adj m s 0.24 0.14 0.18 0.14 -insatisfaisante insatisfaisant adj f s 0.24 0.14 0.05 0.00 -insatisfaisantes insatisfaisant adj f p 0.24 0.14 0.01 0.00 -insatisfait insatisfait adj m s 1.71 1.89 0.64 1.01 -insatisfaite insatisfait adj f s 1.71 1.89 0.53 0.34 -insatisfaites insatisfait adj f p 1.71 1.89 0.20 0.27 -insatisfaits insatisfait adj m p 1.71 1.89 0.34 0.27 -inscription inscription nom f s 7.17 19.32 5.04 12.97 -inscriptions inscription nom f p 7.17 19.32 2.13 6.35 -inscrira inscrire ver 25.41 42.70 0.25 0.27 ind:fut:3s; -inscrirai inscrire ver 25.41 42.70 0.55 0.00 ind:fut:1s; -inscriraient inscrire ver 25.41 42.70 0.01 0.07 cnd:pre:3p; -inscrirais inscrire ver 25.41 42.70 0.04 0.14 cnd:pre:1s;cnd:pre:2s; -inscrirait inscrire ver 25.41 42.70 0.02 0.41 cnd:pre:3s; -inscriras inscrire ver 25.41 42.70 0.00 0.07 ind:fut:2s; -inscrire inscrire ver 25.41 42.70 7.84 9.86 inf; -inscris inscrire ver 25.41 42.70 2.63 0.74 imp:pre:2s;ind:pre:1s;ind:pre:2s; -inscrit inscrire ver m s 25.41 42.70 7.01 13.04 ind:pre:3s;par:pas; -inscrite inscrire ver f s 25.41 42.70 2.32 3.92 par:pas; -inscrites inscrire ver f p 25.41 42.70 0.29 0.81 par:pas; -inscrits inscrire ver m p 25.41 42.70 1.69 2.70 par:pas; -inscrivaient inscrire ver 25.41 42.70 0.02 1.55 ind:imp:3p; -inscrivais inscrire ver 25.41 42.70 0.02 0.20 ind:imp:1s;ind:imp:2s; -inscrivait inscrire ver 25.41 42.70 0.18 2.97 ind:imp:3s; -inscrivant inscrire ver 25.41 42.70 0.07 1.28 par:pre; -inscrive inscrire ver 25.41 42.70 0.33 0.34 sub:pre:1s;sub:pre:3s; -inscrivent inscrire ver 25.41 42.70 0.34 1.28 ind:pre:3p; -inscrivez inscrire ver 25.41 42.70 1.58 0.27 imp:pre:2p;ind:pre:2p; -inscrivirent inscrire ver 25.41 42.70 0.01 0.14 ind:pas:3p; -inscrivis inscrire ver 25.41 42.70 0.00 0.61 ind:pas:1s; -inscrivit inscrire ver 25.41 42.70 0.01 2.03 ind:pas:3s; -inscrivons inscrire ver 25.41 42.70 0.20 0.00 imp:pre:1p; -inscrutable inscrutable adj f s 0.00 0.14 0.00 0.14 -insecte insecte nom m s 13.79 22.70 5.46 8.04 -insectes insecte nom m p 13.79 22.70 8.32 14.66 -insecticide insecticide nom m s 1.05 0.61 0.92 0.47 -insecticides insecticide nom m p 1.05 0.61 0.14 0.14 -insectivore insectivore adj f s 0.02 0.00 0.02 0.00 -insensibilisait insensibiliser ver 0.18 0.27 0.00 0.07 ind:imp:3s; -insensibiliser insensibiliser ver 0.18 0.27 0.04 0.00 inf; -insensibilisé insensibiliser ver m s 0.18 0.27 0.13 0.14 par:pas; -insensibilisée insensibiliser ver f s 0.18 0.27 0.01 0.07 par:pas; -insensibilité insensibilité nom f s 0.28 1.55 0.28 1.55 -insensible insensible adj s 5.13 12.16 4.04 9.39 -insensiblement insensiblement adv 0.10 10.41 0.10 10.41 -insensibles insensible adj p 5.13 12.16 1.09 2.77 -insensé insensé adj m s 11.32 11.82 7.51 6.28 -insensée insensé adj f s 11.32 11.82 1.92 2.97 -insensées insensé adj f p 11.32 11.82 0.79 1.35 -insensément insensément adv 0.00 0.07 0.00 0.07 -insensés insensé adj m p 11.32 11.82 1.09 1.22 -insert insert nom m s 0.30 0.00 0.12 0.00 -insertion insertion nom f s 0.64 0.54 0.64 0.54 -inserts insert nom m p 0.30 0.00 0.19 0.00 -insidieuse insidieux adj f s 0.62 4.12 0.15 2.43 -insidieusement insidieusement adv 0.04 2.16 0.04 2.16 -insidieuses insidieux adj f p 0.62 4.12 0.16 0.34 -insidieux insidieux adj m 0.62 4.12 0.31 1.35 -insight insight nom m s 0.03 0.07 0.02 0.00 -insights insight nom m p 0.03 0.07 0.01 0.07 -insigne insigne nom m s 5.56 3.18 4.42 1.69 -insignes insigne nom m p 5.56 3.18 1.14 1.49 -insignifiance insignifiance nom f s 0.18 3.99 0.18 3.65 -insignifiances insignifiance nom f p 0.18 3.99 0.00 0.34 -insignifiant insignifiant adj m s 5.27 13.92 2.26 5.20 -insignifiante insignifiant adj f s 5.27 13.92 1.50 3.18 -insignifiantes insignifiant adj f p 5.27 13.92 0.66 2.50 -insignifiants insignifiant adj m p 5.27 13.92 0.85 3.04 -insincère insincère adj s 0.00 0.14 0.00 0.14 -insincérité insincérité nom f s 0.03 0.41 0.03 0.41 -insinua insinuer ver 9.90 9.73 0.01 1.22 ind:pas:3s; -insinuai insinuer ver 9.90 9.73 0.00 0.07 ind:pas:1s; -insinuaient insinuer ver 9.90 9.73 0.14 0.41 ind:imp:3p; -insinuais insinuer ver 9.90 9.73 0.11 0.07 ind:imp:1s;ind:imp:2s; -insinuait insinuer ver 9.90 9.73 0.10 1.22 ind:imp:3s; -insinuant insinuer ver 9.90 9.73 0.15 0.54 par:pre; -insinuante insinuant adj f s 0.10 2.09 0.00 0.74 -insinuantes insinuant adj f p 0.10 2.09 0.00 0.14 -insinuants insinuant adj m p 0.10 2.09 0.00 0.14 -insinuation insinuation nom f s 1.62 1.55 0.49 0.47 -insinuations insinuation nom f p 1.62 1.55 1.12 1.08 -insinue insinuer ver 9.90 9.73 1.19 2.36 imp:pre:2s;ind:pre:1s;ind:pre:3s; -insinuent insinuer ver 9.90 9.73 0.09 0.61 ind:pre:3p; -insinuer insinuer ver 9.90 9.73 1.63 2.03 inf; -insinuerai insinuer ver 9.90 9.73 0.01 0.00 ind:fut:1s; -insinuerait insinuer ver 9.90 9.73 0.01 0.00 cnd:pre:3s; -insinues insinuer ver 9.90 9.73 2.36 0.41 ind:pre:2s; -insinuez insinuer ver 9.90 9.73 3.56 0.14 imp:pre:2p;ind:pre:2p; -insinuiez insinuer ver 9.90 9.73 0.03 0.00 ind:imp:2p; -insinué insinuer ver m s 9.90 9.73 0.38 0.34 par:pas; -insinuée insinuer ver f s 9.90 9.73 0.14 0.34 par:pas; -insipide insipide adj s 0.88 4.05 0.54 2.84 -insipides insipide adj p 0.88 4.05 0.34 1.22 -insipidité insipidité nom f s 0.00 0.14 0.00 0.14 -insista insister ver 42.16 67.03 0.18 13.04 ind:pas:3s; -insistai insister ver 42.16 67.03 0.00 3.31 ind:pas:1s; -insistaient insister ver 42.16 67.03 0.02 1.08 ind:imp:3p; -insistais insister ver 42.16 67.03 0.23 1.28 ind:imp:1s;ind:imp:2s; -insistait insister ver 42.16 67.03 1.11 7.97 ind:imp:3s; -insistance insistance nom f s 1.53 14.59 1.52 14.53 -insistances insistance nom f p 1.53 14.59 0.01 0.07 -insistant insister ver 42.16 67.03 0.64 3.45 par:pre; -insistante insistant adj f s 0.68 5.20 0.13 2.57 -insistantes insistant adj f p 0.68 5.20 0.01 0.54 -insistants insistant adj m p 0.68 5.20 0.19 0.68 -insiste insister ver 42.16 67.03 17.50 14.53 imp:pre:2s;ind:pre:1s;ind:pre:3s; -insistent insister ver 42.16 67.03 0.52 0.68 ind:pre:3p; -insister insister ver 42.16 67.03 6.09 9.19 inf; -insistera insister ver 42.16 67.03 0.03 0.07 ind:fut:3s; -insisterai insister ver 42.16 67.03 0.28 0.07 ind:fut:1s; -insisteraient insister ver 42.16 67.03 0.14 0.00 cnd:pre:3p; -insisterais insister ver 42.16 67.03 0.17 0.00 cnd:pre:1s; -insisterait insister ver 42.16 67.03 0.08 0.07 cnd:pre:3s; -insisteras insister ver 42.16 67.03 0.01 0.00 ind:fut:2s; -insisterons insister ver 42.16 67.03 0.02 0.07 ind:fut:1p; -insistes insister ver 42.16 67.03 2.00 0.47 ind:pre:2s; -insistez insister ver 42.16 67.03 5.11 1.22 imp:pre:2p;ind:pre:2p; -insistiez insister ver 42.16 67.03 0.02 0.07 ind:imp:2p; -insistions insister ver 42.16 67.03 0.00 0.07 ind:imp:1p; -insistons insister ver 42.16 67.03 0.27 0.20 imp:pre:1p;ind:pre:1p; -insistât insister ver 42.16 67.03 0.00 0.07 sub:imp:3s; -insistèrent insister ver 42.16 67.03 0.00 0.27 ind:pas:3p; -insisté insister ver m s 42.16 67.03 7.75 9.86 par:pas; -insociable insociable adj s 0.02 0.20 0.02 0.20 -insolant insoler ver 0.00 0.20 0.00 0.07 par:pre; -insolation insolation nom f s 0.56 1.62 0.55 1.35 -insolations insolation nom f p 0.56 1.62 0.01 0.27 -insolemment insolemment adv 0.14 2.03 0.14 2.03 -insolence insolence nom f s 2.75 9.80 2.69 8.78 -insolences insolence nom f p 2.75 9.80 0.06 1.01 -insolent insolent adj m s 5.88 9.12 3.48 3.92 -insolente insolent adj f s 5.88 9.12 2.23 3.24 -insolentes insolent adj f p 5.88 9.12 0.03 0.47 -insolents insolent nom m p 1.31 0.88 0.16 0.20 -insolite insolite adj s 2.90 18.99 2.24 15.81 -insolitement insolitement adv 0.00 0.07 0.00 0.07 -insolites insolite adj p 2.90 18.99 0.66 3.18 -insolé insoler ver m s 0.00 0.20 0.00 0.07 par:pas; -insoluble insoluble adj s 0.69 2.16 0.50 1.28 -insolubles insoluble adj p 0.69 2.16 0.19 0.88 -insolvable insolvable adj m s 0.14 0.07 0.12 0.00 -insolvables insolvable adj m p 0.14 0.07 0.02 0.07 -insomniaque insomniaque adj s 0.77 0.95 0.62 0.68 -insomniaques insomniaque nom p 0.28 0.54 0.23 0.14 -insomnie insomnie nom f s 3.69 8.24 2.55 6.08 -insomnies insomnie nom f p 3.69 8.24 1.14 2.16 -insomnieuse insomnieux nom f s 0.00 0.27 0.00 0.07 -insomnieux insomnieux nom m 0.00 0.27 0.00 0.20 -insondable insondable adj s 0.95 4.32 0.38 3.58 -insondablement insondablement adv 0.00 0.14 0.00 0.14 -insondables insondable adj p 0.95 4.32 0.58 0.74 -insonore insonore adj m s 0.27 0.34 0.27 0.34 -insonorisation insonorisation nom f s 0.02 0.07 0.02 0.07 -insonoriser insonoriser ver 0.58 0.47 0.05 0.14 inf; -insonorisé insonoriser ver m s 0.58 0.47 0.32 0.00 par:pas; -insonorisée insonoriser ver f s 0.58 0.47 0.12 0.34 par:pas; -insonorisées insonoriser ver f p 0.58 0.47 0.03 0.00 par:pas; -insonorisés insonoriser ver m p 0.58 0.47 0.07 0.00 par:pas; -insonorité insonorité nom f s 0.00 0.07 0.00 0.07 -insortable insortable adj s 0.01 0.07 0.01 0.00 -insortables insortable adj p 0.01 0.07 0.00 0.07 -insouciance insouciance nom f s 1.15 7.91 1.15 7.91 -insouciant insouciant adj m s 3.27 6.55 1.75 2.16 -insouciante insouciant adj f s 3.27 6.55 0.58 2.70 -insouciantes insouciant adj f p 3.27 6.55 0.33 0.34 -insouciants insouciant adj m p 3.27 6.55 0.61 1.35 -insoucieuse insoucieux adj f s 0.04 1.28 0.00 0.27 -insoucieusement insoucieusement adv 0.00 0.07 0.00 0.07 -insoucieux insoucieux adj m 0.04 1.28 0.04 1.01 -insoulevables insoulevable adj p 0.00 0.07 0.00 0.07 -insoumis insoumis nom m 0.36 0.88 0.20 0.81 -insoumise insoumis adj f s 0.37 1.08 0.20 0.14 -insoumission insoumission nom f s 0.03 0.81 0.03 0.81 -insoupçonnable insoupçonnable adj s 0.24 1.62 0.23 0.88 -insoupçonnables insoupçonnable adj p 0.24 1.62 0.01 0.74 -insoupçonné insoupçonné adj m s 0.16 2.57 0.04 0.47 -insoupçonnée insoupçonné adj f s 0.16 2.57 0.03 0.88 -insoupçonnées insoupçonné adj f p 0.16 2.57 0.06 0.68 -insoupçonnés insoupçonné adj m p 0.16 2.57 0.04 0.54 -insoutenable insoutenable adj s 1.04 4.86 0.88 4.39 -insoutenables insoutenable adj p 1.04 4.86 0.16 0.47 -inspecta inspecter ver 7.54 13.99 0.02 1.28 ind:pas:3s; -inspectai inspecter ver 7.54 13.99 0.01 0.54 ind:pas:1s; -inspectaient inspecter ver 7.54 13.99 0.01 0.41 ind:imp:3p; -inspectais inspecter ver 7.54 13.99 0.04 0.20 ind:imp:1s; -inspectait inspecter ver 7.54 13.99 0.04 1.55 ind:imp:3s; -inspectant inspecter ver 7.54 13.99 0.09 0.95 par:pre; -inspecte inspecter ver 7.54 13.99 1.17 1.49 imp:pre:2s;ind:pre:1s;ind:pre:3s; -inspectent inspecter ver 7.54 13.99 0.06 0.27 ind:pre:3p; -inspecter inspecter ver 7.54 13.99 3.61 5.14 inf; -inspectera inspecter ver 7.54 13.99 0.07 0.00 ind:fut:3s; -inspecterais inspecter ver 7.54 13.99 0.01 0.07 cnd:pre:1s; -inspecterez inspecter ver 7.54 13.99 0.01 0.00 ind:fut:2p; -inspecteront inspecter ver 7.54 13.99 0.03 0.00 ind:fut:3p; -inspectes inspecter ver 7.54 13.99 0.04 0.07 ind:pre:2s; -inspecteur inspecteur nom m s 69.77 19.66 64.12 15.74 -inspecteurs inspecteur nom m p 69.77 19.66 4.99 3.92 -inspectez inspecter ver 7.54 13.99 0.41 0.00 imp:pre:2p;ind:pre:2p; -inspectiez inspecter ver 7.54 13.99 0.02 0.00 ind:imp:2p; -inspection inspection nom f s 7.80 9.39 6.97 8.18 -inspections inspection nom f p 7.80 9.39 0.83 1.22 -inspectons inspecter ver 7.54 13.99 0.08 0.07 imp:pre:1p;ind:pre:1p; -inspectrice inspecteur nom f s 69.77 19.66 0.67 0.00 -inspectèrent inspecter ver 7.54 13.99 0.00 0.07 ind:pas:3p; -inspecté inspecter ver m s 7.54 13.99 1.29 1.55 par:pas; -inspectée inspecter ver f s 7.54 13.99 0.18 0.20 par:pas; -inspectées inspecter ver f p 7.54 13.99 0.15 0.00 par:pas; -inspectés inspecter ver m p 7.54 13.99 0.06 0.14 par:pas; -inspira inspirer ver 26.56 45.00 0.11 2.23 ind:pas:3s; -inspirai inspirer ver 26.56 45.00 0.00 0.07 ind:pas:1s; -inspiraient inspirer ver 26.56 45.00 0.08 3.04 ind:imp:3p; -inspirais inspirer ver 26.56 45.00 0.11 0.34 ind:imp:1s;ind:imp:2s; -inspirait inspirer ver 26.56 45.00 0.86 10.81 ind:imp:3s; -inspirant inspirer ver 26.56 45.00 0.60 2.43 par:pre; -inspirante inspirant adj f s 0.28 0.47 0.11 0.00 -inspirantes inspirant adj f p 0.28 0.47 0.01 0.27 -inspirants inspirant adj m p 0.28 0.47 0.00 0.07 -inspirateur inspirateur nom m s 0.11 1.08 0.03 0.61 -inspirateurs inspirateur nom m p 0.11 1.08 0.00 0.14 -inspiration inspiration nom f s 7.38 18.04 7.04 17.16 -inspirations inspiration nom f p 7.38 18.04 0.34 0.88 -inspiratoire inspiratoire adj m s 0.00 0.07 0.00 0.07 -inspiratrice inspirateur nom f s 0.11 1.08 0.08 0.27 -inspiratrices inspiratrice nom f p 0.02 0.00 0.02 0.00 -inspire inspirer ver 26.56 45.00 9.34 6.82 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -inspirent inspirer ver 26.56 45.00 0.94 1.49 ind:pre:3p; -inspirer inspirer ver 26.56 45.00 3.21 5.95 inf; -inspirera inspirer ver 26.56 45.00 0.20 0.34 ind:fut:3s; -inspireraient inspirer ver 26.56 45.00 0.00 0.07 cnd:pre:3p; -inspirerait inspirer ver 26.56 45.00 0.10 0.47 cnd:pre:3s; -inspireras inspirer ver 26.56 45.00 0.00 0.14 ind:fut:2s; -inspireront inspirer ver 26.56 45.00 0.01 0.07 ind:fut:3p; -inspires inspirer ver 26.56 45.00 0.47 0.07 ind:pre:2s; -inspirez inspirer ver 26.56 45.00 1.79 0.27 imp:pre:2p;ind:pre:2p; -inspiriez inspirer ver 26.56 45.00 0.01 0.00 ind:imp:2p; -inspirions inspirer ver 26.56 45.00 0.00 0.07 ind:imp:1p; -inspirât inspirer ver 26.56 45.00 0.00 0.20 sub:imp:3s; -inspirèrent inspirer ver 26.56 45.00 0.02 0.34 ind:pas:3p; -inspiré inspirer ver m s 26.56 45.00 5.89 5.47 par:pas; -inspirée inspirer ver f s 26.56 45.00 1.55 1.76 par:pas; -inspirées inspirer ver f p 26.56 45.00 0.56 0.81 par:pas; -inspirés inspirer ver m p 26.56 45.00 0.71 1.76 par:pas; -instabilité instabilité nom f s 0.93 0.81 0.93 0.81 -instable instable adj s 5.00 4.93 4.20 3.92 -instables instable adj p 5.00 4.93 0.80 1.01 -installa installer ver 70.76 162.23 0.27 16.35 ind:pas:3s; -installai installer ver 70.76 162.23 0.02 2.09 ind:pas:1s; -installaient installer ver 70.76 162.23 0.12 3.38 ind:imp:3p; -installais installer ver 70.76 162.23 0.44 1.22 ind:imp:1s;ind:imp:2s; -installait installer ver 70.76 162.23 0.69 11.49 ind:imp:3s; -installant installer ver 70.76 162.23 0.22 2.16 par:pre; -installasse installer ver 70.76 162.23 0.00 0.07 sub:imp:1s; -installateur installateur nom m s 0.07 0.00 0.07 0.00 -installation installation nom f s 6.75 12.57 4.16 9.80 -installations installation nom f p 6.75 12.57 2.59 2.77 -installe installer ver 70.76 162.23 12.89 15.88 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -installent installer ver 70.76 162.23 1.38 2.97 ind:pre:3p; -installer installer ver 70.76 162.23 22.76 29.73 ind:pre:2p;inf; -installera installer ver 70.76 162.23 1.01 0.88 ind:fut:3s; -installerai installer ver 70.76 162.23 0.63 0.54 ind:fut:1s; -installeraient installer ver 70.76 162.23 0.10 0.14 cnd:pre:3p; -installerais installer ver 70.76 162.23 0.23 0.54 cnd:pre:1s;cnd:pre:2s; -installerait installer ver 70.76 162.23 0.29 0.68 cnd:pre:3s; -installeras installer ver 70.76 162.23 0.29 0.07 ind:fut:2s; -installerez installer ver 70.76 162.23 0.14 0.00 ind:fut:2p; -installerions installer ver 70.76 162.23 0.10 0.07 cnd:pre:1p; -installerons installer ver 70.76 162.23 0.19 0.14 ind:fut:1p; -installeront installer ver 70.76 162.23 0.23 0.27 ind:fut:3p; -installes installer ver 70.76 162.23 1.39 0.34 ind:pre:2s; -installeur installeur nom m s 0.00 0.07 0.00 0.07 -installez installer ver 70.76 162.23 6.66 0.61 imp:pre:2p;ind:pre:2p; -installiez installer ver 70.76 162.23 0.10 0.00 ind:imp:2p; -installions installer ver 70.76 162.23 0.03 1.22 ind:imp:1p; -installâmes installer ver 70.76 162.23 0.00 1.62 ind:pas:1p; -installons installer ver 70.76 162.23 0.60 0.61 imp:pre:1p;ind:pre:1p; -installât installer ver 70.76 162.23 0.00 0.20 sub:imp:3s; -installèrent installer ver 70.76 162.23 0.09 3.99 ind:pas:3p; -installé installer ver m s 70.76 162.23 11.02 33.51 par:pas; -installée installer ver f s 70.76 162.23 4.78 14.26 par:pas; -installées installer ver f p 70.76 162.23 0.74 3.18 par:pas; -installés installer ver m p 70.76 162.23 3.34 14.05 par:pas; -instamment instamment adv 0.12 1.35 0.12 1.35 -instance instance nom f s 2.12 4.59 1.62 1.76 -instances instance nom f p 2.12 4.59 0.50 2.84 -instant instant nom m s 189.41 340.20 182.14 285.88 -instantané instantané adj m s 2.31 2.97 1.22 1.22 -instantanée instantané adj f s 2.31 2.97 0.98 1.35 -instantanées instantané adj f p 2.31 2.97 0.03 0.20 -instantanéité instantanéité nom f s 0.00 0.07 0.00 0.07 -instantanément instantanément adv 2.15 7.57 2.15 7.57 -instantanés instantané nom m p 0.33 1.01 0.12 0.41 -instante instant adj f s 3.55 18.78 0.00 0.20 -instantes instant adj f p 3.55 18.78 0.01 0.47 -instants instant nom m p 189.41 340.20 7.27 54.32 -instaura instaurer ver 2.63 4.66 0.26 0.34 ind:pas:3s; -instaurai instaurer ver 2.63 4.66 0.00 0.07 ind:pas:1s; -instaurait instaurer ver 2.63 4.66 0.00 0.47 ind:imp:3s; -instaurant instaurer ver 2.63 4.66 0.00 0.14 par:pre; -instauration instauration nom f s 0.02 0.27 0.02 0.27 -instauratrice instaurateur nom f s 0.00 0.07 0.00 0.07 -instaure instaurer ver 2.63 4.66 0.16 0.41 ind:pre:1s;ind:pre:3s; -instaurer instaurer ver 2.63 4.66 1.31 1.35 inf; -instaurera instaurer ver 2.63 4.66 0.02 0.00 ind:fut:3s; -instaurerions instaurer ver 2.63 4.66 0.00 0.07 cnd:pre:1p; -instaurions instaurer ver 2.63 4.66 0.00 0.07 ind:imp:1p; -instaurèrent instaurer ver 2.63 4.66 0.00 0.07 ind:pas:3p; -instauré instaurer ver m s 2.63 4.66 0.63 1.22 par:pas; -instaurée instaurer ver f s 2.63 4.66 0.21 0.14 par:pas; -instaurées instaurer ver f p 2.63 4.66 0.02 0.14 par:pas; -instaurés instaurer ver m p 2.63 4.66 0.02 0.20 par:pas; -insère insérer ver 2.92 4.26 0.57 0.34 imp:pre:2s;ind:pre:1s;ind:pre:3s; -insèrent insérer ver 2.92 4.26 0.05 0.14 ind:pre:3p; -instigateur instigateur nom m s 1.04 1.01 0.88 0.47 -instigateurs instigateur nom m p 1.04 1.01 0.07 0.34 -instigation instigation nom f s 0.14 0.88 0.14 0.88 -instigatrice instigateur nom f s 1.04 1.01 0.09 0.20 -instilla instiller ver 0.24 0.74 0.00 0.14 ind:pas:3s; -instille instiller ver 0.24 0.74 0.00 0.07 ind:pre:3s; -instiller instiller ver 0.24 0.74 0.20 0.20 inf; -instillera instiller ver 0.24 0.74 0.00 0.07 ind:fut:3s; -instillé instiller ver m s 0.24 0.74 0.04 0.20 par:pas; -instillées instiller ver f p 0.24 0.74 0.00 0.07 par:pas; -instinct instinct nom m s 16.95 35.27 14.27 31.01 -instinctif instinctif adj m s 1.26 9.59 0.72 4.59 -instinctifs instinctif adj m p 1.26 9.59 0.01 0.34 -instinctive instinctif adj f s 1.26 9.59 0.51 4.39 -instinctivement instinctivement adv 1.50 9.46 1.50 9.46 -instinctives instinctif adj f p 1.26 9.59 0.01 0.27 -instinctivo instinctivo adv 0.00 0.07 0.00 0.07 -instincts instinct nom m p 16.95 35.27 2.69 4.26 -instinctuel instinctuel adj m s 0.01 0.00 0.01 0.00 -instit instit nom s 1.09 1.49 0.98 1.15 -instits instit nom p 1.09 1.49 0.11 0.34 -institua instituer ver 0.41 6.42 0.00 0.20 ind:pas:3s; -instituai instituer ver 0.41 6.42 0.00 0.14 ind:pas:1s; -instituaient instituer ver 0.41 6.42 0.00 0.07 ind:imp:3p; -instituait instituer ver 0.41 6.42 0.00 0.54 ind:imp:3s; -instituant instituer ver 0.41 6.42 0.00 0.68 par:pre; -institue instituer ver 0.41 6.42 0.11 0.14 ind:pre:3s; -instituent instituer ver 0.41 6.42 0.00 0.07 ind:pre:3p; -instituer instituer ver 0.41 6.42 0.05 1.69 inf; -instituons instituer ver 0.41 6.42 0.01 0.00 imp:pre:1p; -institut institut nom m s 5.49 4.53 5.37 3.85 -instituteur instituteur nom m s 11.49 23.31 7.29 13.18 -instituteurs instituteur nom m p 11.49 23.31 0.79 2.91 -instituèrent instituer ver 0.41 6.42 0.00 0.07 ind:pas:3p; -institution institution nom f s 9.41 17.23 6.23 7.57 -institutionnalisé institutionnaliser ver m s 0.03 0.00 0.03 0.00 par:pas; -institutionnel institutionnel adj m s 0.50 0.27 0.17 0.14 -institutionnelle institutionnel adj f s 0.50 0.27 0.30 0.14 -institutionnels institutionnel adj m p 0.50 0.27 0.03 0.00 -institutions institution nom f p 9.41 17.23 3.19 9.66 -institutrice instituteur nom f s 11.49 23.31 3.42 6.08 -institutrices institutrice nom f p 0.30 0.00 0.30 0.00 -instituts institut nom m p 5.49 4.53 0.12 0.68 -institué instituer ver m s 0.41 6.42 0.19 2.30 par:pas; -instituée instituer ver f s 0.41 6.42 0.01 0.41 par:pas; -instituées instituer ver f p 0.41 6.42 0.02 0.14 par:pas; -institués instituer ver m p 0.41 6.42 0.01 0.00 par:pas; -instructeur instructeur nom m s 1.60 2.09 1.12 1.22 -instructeurs instructeur nom m p 1.60 2.09 0.48 0.88 -instructif instructif adj m s 2.08 2.91 1.54 1.55 -instructifs instructif adj m p 2.08 2.91 0.19 0.14 -instruction instruction nom f s 22.37 30.27 6.91 16.08 -instructions instruction nom f p 22.37 30.27 15.46 14.19 -instructive instructif adj f s 2.08 2.91 0.14 0.88 -instructives instructif adj f p 2.08 2.91 0.22 0.34 -instruira instruire ver 5.85 11.96 0.16 0.07 ind:fut:3s; -instruirai instruire ver 5.85 11.96 0.02 0.00 ind:fut:1s; -instruiraient instruire ver 5.85 11.96 0.00 0.07 cnd:pre:3p; -instruirait instruire ver 5.85 11.96 0.02 0.41 cnd:pre:3s; -instruire instruire ver 5.85 11.96 2.49 5.81 inf; -instruis instruire ver 5.85 11.96 0.39 0.00 imp:pre:2s;ind:pre:1s;ind:pre:2s; -instruisîmes instruire ver 5.85 11.96 0.00 0.07 ind:pas:1p; -instruisaient instruire ver 5.85 11.96 0.00 0.14 ind:imp:3p; -instruisais instruire ver 5.85 11.96 0.01 0.20 ind:imp:1s; -instruisait instruire ver 5.85 11.96 0.00 0.41 ind:imp:3s; -instruisant instruire ver 5.85 11.96 0.04 0.07 par:pre; -instruise instruire ver 5.85 11.96 0.04 0.27 sub:pre:1s;sub:pre:3s; -instruisent instruire ver 5.85 11.96 0.12 0.47 ind:pre:3p; -instruisez instruire ver 5.85 11.96 0.08 0.00 imp:pre:2p;ind:pre:2p; -instruisirent instruire ver 5.85 11.96 0.00 0.07 ind:pas:3p; -instruisis instruire ver 5.85 11.96 0.01 0.00 ind:pas:1s; -instruisit instruire ver 5.85 11.96 0.10 0.41 ind:pas:3s; -instruit instruit adj m s 3.58 3.31 2.37 1.69 -instruite instruire ver f s 5.85 11.96 0.28 0.61 par:pas; -instruites instruit adj f p 3.58 3.31 0.11 0.20 -instruits instruit adj m p 3.58 3.31 1.02 1.01 -instrument instrument nom m s 22.67 36.08 14.59 21.62 -instrumentais instrumenter ver 0.01 0.20 0.00 0.07 ind:imp:1s; -instrumental instrumental adj m s 0.20 0.41 0.16 0.07 -instrumentale instrumental adj f s 0.20 0.41 0.04 0.34 -instrumentation instrumentation nom f s 0.23 0.07 0.23 0.07 -instrumentaux instrumental adj m p 0.20 0.41 0.01 0.00 -instrumenter instrumenter ver 0.01 0.20 0.01 0.14 inf; -instrumentiste instrumentiste nom s 0.03 0.27 0.01 0.14 -instrumentistes instrumentiste nom p 0.03 0.27 0.02 0.14 -instruments instrument nom m p 22.67 36.08 8.08 14.46 -insu insu nom m s 3.74 10.20 3.74 10.20 -insubmersible insubmersible adj m s 0.11 0.20 0.09 0.14 -insubmersibles insubmersible adj f p 0.11 0.20 0.02 0.07 -insubordination insubordination nom f s 1.17 0.74 1.16 0.74 -insubordinations insubordination nom f p 1.17 0.74 0.01 0.00 -insubordonné insubordonné adj m s 0.14 0.00 0.13 0.00 -insubordonnée insubordonné adj f s 0.14 0.00 0.01 0.00 -insécable insécable adj s 0.00 0.07 0.00 0.07 -insuccès insuccès nom m 0.02 0.20 0.02 0.20 -insécurité insécurité nom f s 0.92 1.49 0.86 1.42 -insécurités insécurité nom f p 0.92 1.49 0.05 0.07 -insuffisamment insuffisamment adv 0.03 0.68 0.03 0.68 -insuffisance insuffisance nom f s 1.40 3.85 1.20 2.50 -insuffisances insuffisance nom f p 1.40 3.85 0.20 1.35 -insuffisant insuffisant adj m s 3.45 5.54 1.74 2.57 -insuffisante insuffisant adj f s 3.45 5.54 0.79 1.08 -insuffisantes insuffisant adj f p 3.45 5.54 0.42 0.74 -insuffisants insuffisant adj m p 3.45 5.54 0.51 1.15 -insufflaient insuffler ver 0.89 1.62 0.00 0.07 ind:imp:3p; -insufflait insuffler ver 0.89 1.62 0.03 0.20 ind:imp:3s; -insufflant insuffler ver 0.89 1.62 0.03 0.00 par:pre; -insufflateur insufflateur nom m s 0.00 0.07 0.00 0.07 -insuffle insuffler ver 0.89 1.62 0.10 0.14 imp:pre:2s;ind:pre:1s;ind:pre:3s; -insufflent insuffler ver 0.89 1.62 0.00 0.07 ind:pre:3p; -insuffler insuffler ver 0.89 1.62 0.53 0.74 inf; -insufflera insuffler ver 0.89 1.62 0.00 0.07 ind:fut:3s; -insufflé insuffler ver m s 0.89 1.62 0.18 0.27 par:pas; -insufflée insuffler ver f s 0.89 1.62 0.01 0.07 par:pas; -insufflées insuffler ver f p 0.89 1.62 0.01 0.00 par:pas; -insula insula nom f s 0.01 0.00 0.01 0.00 -insulaire insulaire adj s 0.09 1.01 0.03 0.81 -insulaires insulaire adj p 0.09 1.01 0.06 0.20 -insularité insularité nom f s 0.00 0.07 0.00 0.07 -insulation insulation nom f s 0.01 0.00 0.01 0.00 -insuline insuline nom f s 1.45 1.15 1.45 1.15 -insulinique insulinique adj m s 0.01 0.41 0.01 0.41 -insulta insulter ver 26.93 18.24 0.01 0.61 ind:pas:3s; -insultaient insulter ver 26.93 18.24 0.28 0.74 ind:imp:3p; -insultais insulter ver 26.93 18.24 0.09 0.34 ind:imp:1s;ind:imp:2s; -insultait insulter ver 26.93 18.24 0.20 1.35 ind:imp:3s; -insultant insultant adj m s 1.90 3.24 1.38 1.62 -insultante insultant adj f s 1.90 3.24 0.41 0.68 -insultantes insultant adj f p 1.90 3.24 0.06 0.20 -insultants insultant adj m p 1.90 3.24 0.05 0.74 -insulte insulter ver 26.93 18.24 6.13 3.11 imp:pre:2s;ind:pre:1s;ind:pre:3s; -insultent insulter ver 26.93 18.24 0.88 0.81 ind:pre:3p;sub:pre:3p; -insulter insulter ver 26.93 18.24 6.76 6.42 inf;; -insulterai insulter ver 26.93 18.24 0.04 0.00 ind:fut:1s; -insulterais insulter ver 26.93 18.24 0.06 0.20 cnd:pre:1s;cnd:pre:2s; -insulteras insulter ver 26.93 18.24 0.01 0.00 ind:fut:2s; -insultes insulte nom f p 10.49 15.88 5.25 8.92 -insulteur insulteur nom m s 0.00 0.27 0.00 0.20 -insulteurs insulteur nom m p 0.00 0.27 0.00 0.07 -insultez insulter ver 26.93 18.24 2.52 0.27 imp:pre:2p;ind:pre:2p; -insultions insulter ver 26.93 18.24 0.00 0.07 ind:imp:1p; -insultons insulter ver 26.93 18.24 0.03 0.00 imp:pre:1p;ind:pre:1p; -insulté insulter ver m s 26.93 18.24 5.95 1.62 par:pas; -insultée insulter ver f s 26.93 18.24 1.28 0.54 par:pas; -insultées insulté ver f p 0.00 0.07 0.00 0.07 par:pas; -insultés insulter ver m p 26.93 18.24 0.37 0.34 par:pas; -inséminateur inséminateur nom m s 0.27 0.00 0.27 0.00 -insémination insémination nom f s 0.67 0.81 0.67 0.41 -inséminations insémination nom f p 0.67 0.81 0.00 0.41 -inséminer inséminer ver 0.50 0.34 0.17 0.07 inf; -inséminé inséminer ver m s 0.50 0.34 0.02 0.00 par:pas; -inséminée inséminer ver f s 0.50 0.34 0.31 0.14 par:pas; -inséminés inséminer ver m p 0.50 0.34 0.00 0.14 par:pas; -inséparabilité inséparabilité nom f s 0.00 0.07 0.00 0.07 -inséparable inséparable adj s 3.08 6.28 0.34 3.18 -inséparablement inséparablement adv 0.00 0.14 0.00 0.14 -inséparables inséparable adj p 3.08 6.28 2.73 3.11 -insupportable insupportable adj s 11.42 25.74 11.01 22.23 -insupportablement insupportablement adv 0.25 0.41 0.25 0.41 -insupportables insupportable adj p 11.42 25.74 0.41 3.51 -insupportaient insupporter ver 0.43 0.27 0.00 0.14 ind:imp:3p; -insupporte insupporter ver 0.43 0.27 0.29 0.07 ind:pre:3s; -insupportent insupporter ver 0.43 0.27 0.14 0.07 ind:pre:3p; -inséra insérer ver 2.92 4.26 0.00 0.07 ind:pas:3s; -inséraient insérer ver 2.92 4.26 0.00 0.07 ind:imp:3p; -insérait insérer ver 2.92 4.26 0.03 0.47 ind:imp:3s; -insérant insérer ver 2.92 4.26 0.06 0.34 par:pre; -insérer insérer ver 2.92 4.26 1.01 1.69 inf; -insérera insérer ver 2.92 4.26 0.01 0.00 ind:fut:3s; -insérerait insérer ver 2.92 4.26 0.00 0.07 cnd:pre:3s; -insérerons insérer ver 2.92 4.26 0.01 0.00 ind:fut:1p; -insérez insérer ver 2.92 4.26 0.39 0.00 imp:pre:2p;ind:pre:2p; -insurge insurger ver 0.57 3.58 0.10 0.88 ind:pre:1s;ind:pre:3s; -insurgea insurger ver 0.57 3.58 0.00 0.41 ind:pas:3s; -insurgeai insurger ver 0.57 3.58 0.00 0.07 ind:pas:1s; -insurgeaient insurger ver 0.57 3.58 0.00 0.14 ind:imp:3p; -insurgeais insurger ver 0.57 3.58 0.00 0.20 ind:imp:1s; -insurgeait insurger ver 0.57 3.58 0.01 0.20 ind:imp:3s; -insurgeant insurger ver 0.57 3.58 0.00 0.07 par:pre; -insurgent insurger ver 0.57 3.58 0.01 0.14 ind:pre:3p; -insurgeons insurger ver 0.57 3.58 0.00 0.07 ind:pre:1p; -insurgeât insurger ver 0.57 3.58 0.00 0.07 sub:imp:3s; -insurger insurger ver 0.57 3.58 0.42 0.54 inf; -insurgera insurger ver 0.57 3.58 0.00 0.07 ind:fut:3s; -insurgerai insurger ver 0.57 3.58 0.00 0.07 ind:fut:1s; -insurgerait insurger ver 0.57 3.58 0.02 0.14 cnd:pre:3s; -insurgèrent insurger ver 0.57 3.58 0.00 0.07 ind:pas:3p; -insurgé insurger ver m s 0.57 3.58 0.01 0.20 par:pas; -insurgée insurgé nom f s 0.33 2.91 0.01 0.00 -insurgés insurgé nom m p 0.33 2.91 0.31 2.70 -insurmontable insurmontable adj s 0.77 2.77 0.64 2.36 -insurmontables insurmontable adj p 0.77 2.77 0.14 0.41 -insérons insérer ver 2.92 4.26 0.01 0.00 imp:pre:1p; -insurpassable insurpassable adj s 0.16 0.54 0.16 0.54 -insurpassé insurpassé adj m s 0.00 0.07 0.00 0.07 -insurrection insurrection nom f s 1.40 3.72 1.39 3.51 -insurrectionnel insurrectionnel adj m s 0.01 0.34 0.00 0.14 -insurrectionnelle insurrectionnel adj f s 0.01 0.34 0.01 0.20 -insurrections insurrection nom f p 1.40 3.72 0.01 0.20 -insérèrent insérer ver 2.92 4.26 0.00 0.07 ind:pas:3p; -inséré insérer ver m s 2.92 4.26 0.63 0.34 par:pas; -insérée insérer ver f s 2.92 4.26 0.09 0.27 par:pas; -insérées insérer ver f p 2.92 4.26 0.02 0.14 par:pas; -insérés insérer ver m p 2.92 4.26 0.02 0.27 par:pas; -intact intact adj m s 11.89 31.89 6.21 11.69 -intacte intact adj f s 11.89 31.89 3.51 11.35 -intactes intact adj f p 11.89 31.89 0.88 4.19 -intacts intact adj m p 11.89 31.89 1.29 4.66 -intaille intaille nom f s 0.00 0.20 0.00 0.14 -intailles intaille nom f p 0.00 0.20 0.00 0.07 -intangibilité intangibilité nom f s 0.01 0.07 0.01 0.07 -intangible intangible adj s 0.09 0.68 0.05 0.47 -intangibles intangible adj p 0.09 0.68 0.04 0.20 -intarissable intarissable adj s 0.45 3.85 0.44 2.97 -intarissablement intarissablement adv 0.00 0.27 0.00 0.27 -intarissables intarissable adj p 0.45 3.85 0.01 0.88 -intellect intellect nom m s 1.14 0.95 1.14 0.95 -intellectualisation intellectualisation nom f s 0.01 0.00 0.01 0.00 -intellectualise intellectualiser ver 0.00 0.20 0.00 0.07 ind:pre:3s; -intellectualiser intellectualiser ver 0.00 0.20 0.00 0.07 inf; -intellectualisme intellectualisme nom m s 0.01 0.20 0.01 0.20 -intellectualiste intellectualiste nom s 0.00 0.07 0.00 0.07 -intellectualisées intellectualiser ver f p 0.00 0.20 0.00 0.07 par:pas; -intellectuel_phare intellectuel_phare nom m s 0.00 0.07 0.00 0.07 -intellectuel intellectuel adj m s 6.52 15.20 2.47 4.59 -intellectuelle intellectuel adj f s 6.52 15.20 2.04 6.08 -intellectuellement intellectuellement adv 0.97 0.81 0.97 0.81 -intellectuelles intellectuel adj f p 6.52 15.20 0.66 2.77 -intellectuels intellectuel nom m p 5.06 15.27 2.42 8.58 -intellige intelliger ver 0.00 0.07 0.00 0.07 ind:pre:1s; -intelligemment intelligemment adv 1.28 1.49 1.28 1.49 -intelligence intelligence nom f s 18.41 37.16 18.27 36.22 -intelligences intelligence nom f p 18.41 37.16 0.14 0.95 -intelligent intelligent adj m s 57.51 35.68 31.92 19.32 -intelligente intelligent adj f s 57.51 35.68 17.42 8.45 -intelligentes intelligent adj f p 57.51 35.68 2.53 1.82 -intelligents intelligent adj m p 57.51 35.68 5.65 6.08 -intelligentsia intelligentsia nom f s 0.44 0.95 0.44 0.95 -intelligibilité intelligibilité nom f s 0.01 0.27 0.01 0.27 -intelligible intelligible adj s 0.06 1.96 0.05 1.69 -intelligiblement intelligiblement adv 0.01 0.20 0.01 0.20 -intelligibles intelligible adj p 0.06 1.96 0.01 0.27 -intello intello nom s 3.11 1.08 1.96 0.34 -intellos intello nom p 3.11 1.08 1.16 0.74 -intempestif intempestif adj m s 0.38 2.84 0.15 0.74 -intempestifs intempestif adj m p 0.38 2.84 0.04 0.34 -intempestive intempestif adj f s 0.38 2.84 0.14 1.22 -intempestivement intempestivement adv 0.00 0.07 0.00 0.07 -intempestives intempestif adj f p 0.38 2.84 0.04 0.54 -intemporalité intemporalité nom f s 0.00 0.14 0.00 0.14 -intemporel intemporel adj m s 0.31 1.49 0.21 0.68 -intemporelle intemporel adj f s 0.31 1.49 0.07 0.74 -intemporelles intemporel adj f p 0.31 1.49 0.03 0.07 -intempérance intempérance nom f s 0.17 0.41 0.16 0.41 -intempérances intempérance nom f p 0.17 0.41 0.01 0.00 -intempérante intempérant adj f s 0.02 0.00 0.02 0.00 -intempéries intempérie nom f p 0.42 3.51 0.42 3.51 -intenable intenable adj s 0.91 3.31 0.83 2.97 -intenables intenable adj p 0.91 3.31 0.08 0.34 -intendance intendance nom f s 1.37 4.05 1.37 3.99 -intendances intendance nom f p 1.37 4.05 0.00 0.07 -intendant intendant nom m s 4.55 4.73 4.02 3.24 -intendante intendant nom f s 4.55 4.73 0.46 1.35 -intendants intendant nom m p 4.55 4.73 0.08 0.14 -intense intense adj s 8.45 22.57 7.20 20.27 -intenses intense adj p 8.45 22.57 1.25 2.30 -intensif intensif adj m s 3.50 1.55 1.02 0.47 -intensifia intensifier ver 1.22 1.28 0.00 0.07 ind:pas:3s; -intensifiaient intensifier ver 1.22 1.28 0.01 0.14 ind:imp:3p; -intensifiait intensifier ver 1.22 1.28 0.03 0.34 ind:imp:3s; -intensifiant intensifier ver 1.22 1.28 0.03 0.14 par:pre; -intensification intensification nom f s 0.02 0.14 0.02 0.14 -intensifie intensifier ver 1.22 1.28 0.18 0.20 imp:pre:2s;ind:pre:3s; -intensifient intensifier ver 1.22 1.28 0.27 0.00 ind:pre:3p; -intensifier intensifier ver 1.22 1.28 0.31 0.41 inf; -intensifiez intensifier ver 1.22 1.28 0.04 0.00 imp:pre:2p; -intensifié intensifier ver m s 1.22 1.28 0.20 0.00 par:pas; -intensifiée intensifier ver f s 1.22 1.28 0.04 0.00 par:pas; -intensifiées intensifier ver f p 1.22 1.28 0.11 0.00 par:pas; -intensifs intensif adj m p 3.50 1.55 1.75 0.14 -intension intension nom f s 0.04 0.00 0.04 0.00 -intensité intensité nom f s 3.11 13.24 3.11 13.18 -intensités intensité nom f p 3.11 13.24 0.00 0.07 -intensive intensif adj f s 3.50 1.55 0.66 0.95 -intensivement intensivement adv 0.14 0.14 0.14 0.14 -intensives intensif adj f p 3.50 1.55 0.07 0.00 -intensément intensément adv 0.87 8.58 0.87 8.58 -intenta intenter ver 1.34 0.68 0.01 0.07 ind:pas:3s; -intentait intenter ver 1.34 0.68 0.00 0.14 ind:imp:3s; -intente intenter ver 1.34 0.68 0.54 0.00 imp:pre:2s;ind:pre:1s;ind:pre:3s; -intenter intenter ver 1.34 0.68 0.42 0.27 inf; -intentera intenter ver 1.34 0.68 0.03 0.00 ind:fut:3s; -intenterai intenter ver 1.34 0.68 0.04 0.00 ind:fut:1s; -intention intention nom f s 51.11 68.65 40.00 53.99 -intentionnalité intentionnalité nom f s 0.01 0.00 0.01 0.00 -intentionnel intentionnel adj m s 0.85 0.47 0.69 0.27 -intentionnelle intentionnel adj f s 0.85 0.47 0.15 0.14 -intentionnellement intentionnellement adv 1.04 0.81 1.04 0.81 -intentionnels intentionnel adj m p 0.85 0.47 0.01 0.07 -intentionné intentionné adj m s 0.43 1.22 0.27 0.20 -intentionnée intentionné adj f s 0.43 1.22 0.05 0.14 -intentionnées intentionné adj f p 0.43 1.22 0.02 0.20 -intentionnés intentionné adj m p 0.43 1.22 0.09 0.68 -intentions intention nom f p 51.11 68.65 11.12 14.66 -intenté intenter ver m s 1.34 0.68 0.12 0.07 par:pas; -intentée intenter ver f s 1.34 0.68 0.01 0.00 par:pas; -intentées intenter ver f p 1.34 0.68 0.01 0.07 par:pas; -intentés intenter ver m p 1.34 0.68 0.02 0.07 par:pas; -inter_école inter_école nom f p 0.03 0.00 0.03 0.00 -inter inter nom_sup m s 0.84 0.95 0.84 0.88 -interactif interactif adj m s 0.44 0.00 0.30 0.00 -interactifs interactif adj m p 0.44 0.00 0.07 0.00 -interaction interaction nom f s 0.92 0.20 0.76 0.14 -interactions interaction nom f p 0.92 0.20 0.16 0.07 -interactive interactif adj f s 0.44 0.00 0.06 0.00 -interactivité interactivité nom f s 0.05 0.00 0.05 0.00 -interagir interagir ver 0.30 0.00 0.17 0.00 inf; -interagis interagir ver 0.30 0.00 0.04 0.00 imp:pre:2s;ind:pre:2s; -interagissais interagir ver 0.30 0.00 0.01 0.00 ind:imp:1s; -interagissant interagir ver 0.30 0.00 0.03 0.00 par:pre; -interagit interagir ver 0.30 0.00 0.05 0.00 ind:pre:3s; -interallié interallié adj m s 0.02 2.97 0.00 2.43 -interalliée interallié adj f s 0.02 2.97 0.01 0.27 -interalliées interallié adj f p 0.02 2.97 0.00 0.14 -interalliés interallié adj m p 0.02 2.97 0.01 0.14 -interarmes interarmes adj f p 0.12 0.07 0.12 0.07 -interarmées interarmées adj m s 0.05 0.07 0.05 0.07 -intercalaient intercaler ver 0.20 1.82 0.00 0.14 ind:imp:3p; -intercalaire intercalaire adj m s 0.00 0.20 0.00 0.14 -intercalaires intercalaire adj m p 0.00 0.20 0.00 0.07 -intercalait intercaler ver 0.20 1.82 0.01 0.27 ind:imp:3s; -intercalant intercaler ver 0.20 1.82 0.00 0.27 par:pre; -intercale intercaler ver 0.20 1.82 0.00 0.41 ind:pre:1s;ind:pre:3s; -intercalent intercaler ver 0.20 1.82 0.00 0.07 ind:pre:3p; -intercaler intercaler ver 0.20 1.82 0.05 0.41 inf; -intercalera intercaler ver 0.20 1.82 0.00 0.07 ind:fut:3s; -intercalerai intercaler ver 0.20 1.82 0.01 0.00 ind:fut:1s; -intercalerez intercaler ver 0.20 1.82 0.10 0.00 ind:fut:2p; -intercalé intercaler ver m s 0.20 1.82 0.03 0.00 par:pas; -intercalée intercalé adj f s 0.00 0.20 0.00 0.07 -intercalées intercaler ver f p 0.20 1.82 0.00 0.14 par:pas; -intercalés intercaler ver m p 0.20 1.82 0.00 0.07 par:pas; -intercellulaire intercellulaire adj m s 0.01 0.00 0.01 0.00 -intercepta intercepter ver 6.64 3.65 0.01 0.47 ind:pas:3s; -interceptai intercepter ver 6.64 3.65 0.00 0.14 ind:pas:1s; -interceptais intercepter ver 6.64 3.65 0.01 0.00 ind:imp:1s; -interceptait intercepter ver 6.64 3.65 0.15 0.07 ind:imp:3s; -interceptant intercepter ver 6.64 3.65 0.03 0.07 par:pre; -intercepte intercepter ver 6.64 3.65 0.56 0.27 imp:pre:2s;ind:pre:1s;ind:pre:3s; -interceptent intercepter ver 6.64 3.65 0.13 0.07 ind:pre:3p; -intercepter intercepter ver 6.64 3.65 1.81 1.28 inf; -interceptera intercepter ver 6.64 3.65 0.04 0.00 ind:fut:3s; -intercepterait intercepter ver 6.64 3.65 0.01 0.00 cnd:pre:3s; -intercepterez intercepter ver 6.64 3.65 0.01 0.00 ind:fut:2p; -intercepterons intercepter ver 6.64 3.65 0.04 0.00 ind:fut:1p; -intercepteur intercepteur nom m s 0.45 0.00 0.19 0.00 -intercepteurs intercepteur nom m p 0.45 0.00 0.26 0.00 -interceptez intercepter ver 6.64 3.65 0.69 0.00 imp:pre:2p;ind:pre:2p; -interception interception nom f s 1.20 0.27 1.10 0.20 -interceptions interception nom f p 1.20 0.27 0.09 0.07 -interceptèrent intercepter ver 6.64 3.65 0.00 0.07 ind:pas:3p; -intercepté intercepter ver m s 6.64 3.65 2.50 0.95 par:pas; -interceptée intercepter ver f s 6.64 3.65 0.15 0.07 par:pas; -interceptées intercepter ver f p 6.64 3.65 0.08 0.00 par:pas; -interceptés intercepter ver m p 6.64 3.65 0.41 0.20 par:pas; -intercesseur intercesseur nom m s 0.00 1.22 0.00 0.54 -intercesseurs intercesseur nom m p 0.00 1.22 0.00 0.68 -intercession intercession nom f s 0.20 1.01 0.20 1.01 -interchangeable interchangeable adj s 0.32 2.50 0.07 0.74 -interchangeables interchangeable adj p 0.32 2.50 0.24 1.76 -interchanger interchanger ver 0.13 0.14 0.00 0.14 inf; -interchangé interchanger ver m s 0.13 0.14 0.13 0.00 par:pas; -interclasse interclasse nom m s 0.03 0.07 0.01 0.00 -interclasses interclasse nom m p 0.03 0.07 0.01 0.07 -interclubs interclubs adj 0.01 0.00 0.01 0.00 -intercommunal intercommunal adj m s 0.01 0.00 0.01 0.00 -intercommunautaire intercommunautaire adj s 0.01 0.00 0.01 0.00 -intercommunication intercommunication nom f s 0.03 0.00 0.03 0.00 -interconnecté interconnecter ver m s 0.06 0.00 0.05 0.00 par:pas; -interconnectée interconnecter ver f s 0.06 0.00 0.01 0.00 par:pas; -interconnexion interconnexion nom f s 0.01 0.00 0.01 0.00 -intercontinental intercontinental adj m s 0.63 0.41 0.58 0.20 -intercontinentale intercontinental adj f s 0.63 0.41 0.00 0.07 -intercontinentales intercontinental adj f p 0.63 0.41 0.00 0.07 -intercontinentaux intercontinental adj m p 0.63 0.41 0.04 0.07 -intercostal intercostal adj m s 0.30 0.14 0.17 0.00 -intercostale intercostal adj f s 0.30 0.14 0.10 0.07 -intercostaux intercostal adj m p 0.30 0.14 0.03 0.07 -intercours intercours nom m 0.00 0.07 0.00 0.07 -intercourse intercourse nom f s 0.05 0.07 0.05 0.07 -intercède intercéder ver 0.63 0.68 0.04 0.00 imp:pre:2s;ind:pre:1s;ind:pre:3s; -intercéda intercéder ver 0.63 0.68 0.00 0.14 ind:pas:3s; -intercédait intercéder ver 0.63 0.68 0.14 0.07 ind:imp:3s; -intercédant intercéder ver 0.63 0.68 0.00 0.07 par:pre; -intercéder intercéder ver 0.63 0.68 0.37 0.41 inf; -intercédera intercéder ver 0.63 0.68 0.02 0.00 ind:fut:3s; -intercéderai intercéder ver 0.63 0.68 0.03 0.00 ind:fut:1s; -intercédé intercéder ver m s 0.63 0.68 0.03 0.00 par:pas; -interculturel interculturel adj m s 0.01 0.07 0.00 0.07 -interculturels interculturel adj m p 0.01 0.07 0.01 0.00 -interdît interdire ver 63.72 54.39 0.00 0.07 sub:imp:3s; -interdiction interdiction nom f s 3.11 6.76 3.02 5.95 -interdictions interdiction nom f p 3.11 6.76 0.09 0.81 -interdira interdire ver 63.72 54.39 0.41 0.07 ind:fut:3s; -interdirai interdire ver 63.72 54.39 0.15 0.07 ind:fut:1s; -interdiraient interdire ver 63.72 54.39 0.02 0.14 cnd:pre:3p; -interdirais interdire ver 63.72 54.39 0.06 0.07 cnd:pre:1s;cnd:pre:2s; -interdirait interdire ver 63.72 54.39 0.21 0.47 cnd:pre:3s; -interdire interdire ver 63.72 54.39 4.38 5.95 inf; -interdirent interdire ver 63.72 54.39 0.00 0.20 ind:pas:3p; -interdis interdire ver 63.72 54.39 7.55 2.36 imp:pre:2s;ind:pre:1s;ind:pre:2s; -interdisaient interdire ver 63.72 54.39 0.18 1.69 ind:imp:3p; -interdisais interdire ver 63.72 54.39 0.10 0.14 ind:imp:1s;ind:imp:2s; -interdisait interdire ver 63.72 54.39 0.51 9.46 ind:imp:3s; -interdisant interdire ver 63.72 54.39 0.64 1.35 par:pre; -interdisciplinaires interdisciplinaire adj f p 0.01 0.07 0.01 0.07 -interdise interdire ver 63.72 54.39 0.34 0.34 sub:pre:1s;sub:pre:3s; -interdisent interdire ver 63.72 54.39 0.77 1.15 ind:pre:3p; -interdisez interdire ver 63.72 54.39 0.18 0.07 imp:pre:2p;ind:pre:2p; -interdisiez interdire ver 63.72 54.39 0.13 0.00 ind:imp:2p; -interdisons interdire ver 63.72 54.39 0.02 0.00 ind:pre:1p; -interdissent interdire ver 63.72 54.39 0.01 0.07 sub:imp:3p; -interdit interdire ver m s 63.72 54.39 42.13 24.12 ind:pre:3s;par:pas; -interdite interdit adj f s 10.31 15.34 3.63 3.72 -interdites interdire ver f p 63.72 54.39 0.67 1.08 par:pas; -interdits interdire ver m p 63.72 54.39 2.27 1.69 par:pas; -interdépartementaux interdépartemental adj m p 0.01 0.00 0.01 0.00 -interdépendance interdépendance nom f s 0.11 0.74 0.11 0.74 -interdépendant interdépendant adj m s 0.02 0.00 0.02 0.00 -interethnique interethnique adj s 0.00 0.14 0.00 0.14 -interface interface nom f s 1.35 0.00 1.30 0.00 -interfacer interfacer ver 0.07 0.00 0.07 0.00 inf; -interfaces interface nom f p 1.35 0.00 0.04 0.00 -interfère interférer ver 2.75 0.68 0.80 0.07 imp:pre:2s;ind:pre:1s;ind:pre:3s; -interfèrent interférer ver 2.75 0.68 0.14 0.14 ind:pre:3p; -interféraient interférer ver 2.75 0.68 0.03 0.00 ind:imp:3p; -interférait interférer ver 2.75 0.68 0.02 0.00 ind:imp:3s; -interférant interférer ver 2.75 0.68 0.07 0.07 par:pre; -interférence interférence nom f s 3.00 1.62 1.33 0.68 -interférences interférence nom f p 3.00 1.62 1.68 0.95 -interférent interférent adj m s 0.01 0.00 0.01 0.00 -interférer interférer ver 2.75 0.68 1.39 0.41 ind:pre:2p;inf; -interférez interférer ver 2.75 0.68 0.14 0.00 imp:pre:2p;ind:pre:2p; -interférométrie interférométrie nom f s 0.01 0.00 0.01 0.00 -interféron interféron nom m s 0.12 0.00 0.12 0.00 -interférons interférer ver 2.75 0.68 0.01 0.00 ind:pre:1p; -interféré interférer ver m s 2.75 0.68 0.16 0.00 par:pas; -intergalactique intergalactique adj s 1.07 0.14 0.85 0.14 -intergalactiques intergalactique adj p 1.07 0.14 0.22 0.00 -interglaciaire interglaciaire adj m s 0.14 0.00 0.14 0.00 -intergouvernemental intergouvernemental adj m s 0.03 0.00 0.01 0.00 -intergouvernementale intergouvernemental adj f s 0.03 0.00 0.01 0.00 -interjecter interjecter ver 0.00 0.07 0.00 0.07 inf; -interjection interjection nom f s 0.01 1.28 0.01 0.27 -interjections interjection nom f p 0.01 1.28 0.00 1.01 -interjeta interjeter ver 0.01 0.07 0.00 0.07 ind:pas:3s; -interjeter interjeter ver 0.01 0.07 0.01 0.00 inf; -interligne interligne nom m s 0.04 0.14 0.04 0.00 -interlignes interligne nom m p 0.04 0.14 0.00 0.14 -interlignés interligner ver m p 0.00 0.07 0.00 0.07 par:pas; -interlocuteur interlocuteur nom m s 1.28 14.73 0.98 10.27 -interlocuteurs interlocuteur nom m p 1.28 14.73 0.28 3.85 -interlocutoire interlocutoire adj f s 0.01 0.07 0.01 0.00 -interlocutoires interlocutoire adj p 0.01 0.07 0.00 0.07 -interlocutrice interlocuteur nom f s 1.28 14.73 0.01 0.41 -interlocutrices interlocuteur nom f p 1.28 14.73 0.00 0.20 -interlope interlope nom m s 0.03 0.00 0.03 0.00 -interlopes interlope adj m p 0.00 0.54 0.00 0.20 -interloque interloquer ver 0.04 1.62 0.00 0.27 ind:pre:1s;ind:pre:3s; -interloqué interloqué adj m s 0.02 3.11 0.02 1.62 -interloquée interloquer ver f s 0.04 1.62 0.01 0.47 par:pas; -interloquées interloqué adj f p 0.02 3.11 0.00 0.07 -interloqués interloquer ver m p 0.04 1.62 0.01 0.20 par:pas; -interlude interlude nom m s 0.30 0.34 0.29 0.27 -interludes interlude nom m p 0.30 0.34 0.01 0.07 -intermezzo intermezzo nom m s 0.10 0.07 0.10 0.07 -interminable interminable adj s 4.11 38.65 2.56 22.16 -interminablement interminablement adv 0.05 5.34 0.05 5.34 -interminables interminable adj p 4.11 38.65 1.54 16.49 -interministérielles interministériel adj f p 0.00 0.14 0.00 0.07 -interministériels interministériel adj m p 0.00 0.14 0.00 0.07 -intermission intermission nom f s 0.00 0.07 0.00 0.07 -intermittence intermittence nom f s 0.57 3.78 0.57 2.77 -intermittences intermittence nom f p 0.57 3.78 0.00 1.01 -intermittent intermittent adj m s 0.67 3.38 0.30 0.74 -intermittente intermittent adj f s 0.67 3.38 0.19 1.35 -intermittentes intermittent adj f p 0.67 3.38 0.14 0.95 -intermittents intermittent adj m p 0.67 3.38 0.05 0.34 -intermède intermède nom m s 0.89 2.84 0.77 2.30 -intermèdes intermède nom m p 0.89 2.84 0.11 0.54 -intermédiaire intermédiaire nom s 4.43 7.30 3.44 6.01 -intermédiaires intermédiaire nom p 4.43 7.30 1.00 1.28 -internat internat nom m s 2.37 3.04 2.25 2.64 -international international adj m s 16.65 24.86 8.04 9.12 -internationale international adj f s 16.65 24.86 5.29 10.00 -internationalement internationalement adv 0.07 0.14 0.07 0.14 -internationales international adj f p 16.65 24.86 1.63 3.99 -internationalisation internationalisation nom f s 0.01 0.07 0.01 0.07 -internationalisme internationalisme nom m s 0.00 0.61 0.00 0.61 -internationaliste internationaliste adj s 0.11 0.14 0.01 0.00 -internationalistes internationaliste adj p 0.11 0.14 0.10 0.14 -internationalisée internationaliser ver f s 0.00 0.14 0.00 0.07 par:pas; -internationalisés internationaliser ver m p 0.00 0.14 0.00 0.07 par:pas; -internationaux international adj m p 16.65 24.86 1.69 1.76 -internats internat nom m p 2.37 3.04 0.12 0.41 -internaute internaute nom s 0.11 0.00 0.01 0.00 -internautes internaute nom p 0.11 0.00 0.10 0.00 -interne interne adj s 13.15 7.30 8.86 5.47 -internement internement nom m s 0.51 1.22 0.51 1.22 -interner interner ver 4.21 1.15 1.71 0.27 inf; -internes interne adj p 13.15 7.30 4.29 1.82 -internet internet nom s 5.61 0.00 5.61 0.00 -internez interner ver 4.21 1.15 0.01 0.00 imp:pre:2p; -interniste interniste nom s 0.02 0.00 0.02 0.00 -interné interner ver m s 4.21 1.15 1.25 0.54 par:pas; -internée interner ver f s 4.21 1.15 0.76 0.07 par:pas; -internées interner ver f p 4.21 1.15 0.03 0.00 par:pas; -internés interner ver m p 4.21 1.15 0.07 0.27 par:pas; -interpella interpeller ver 1.52 15.54 0.00 3.04 ind:pas:3s; -interpellai interpeller ver 1.52 15.54 0.00 0.07 ind:pas:1s; -interpellaient interpeller ver 1.52 15.54 0.00 1.42 ind:imp:3p; -interpellais interpeller ver 1.52 15.54 0.00 0.14 ind:imp:1s; -interpellait interpeller ver 1.52 15.54 0.01 1.15 ind:imp:3s; -interpellant interpeller ver 1.52 15.54 0.00 1.08 par:pre; -interpellateur interpellateur nom m s 0.00 0.27 0.00 0.20 -interpellateurs interpellateur nom m p 0.00 0.27 0.00 0.07 -interpellation interpellation nom f s 0.23 1.15 0.07 0.47 -interpellations interpellation nom f p 0.23 1.15 0.17 0.68 -interpelle interpeller ver 1.52 15.54 0.36 2.43 ind:pre:1s;ind:pre:3s; -interpellent interpeller ver 1.52 15.54 0.46 1.15 ind:pre:3p; -interpeller interpeller ver 1.52 15.54 0.16 1.69 inf; -interpellerait interpeller ver 1.52 15.54 0.04 0.07 cnd:pre:3s; -interpellez interpeller ver 1.52 15.54 0.02 0.00 imp:pre:2p;ind:pre:2p; -interpellèrent interpeller ver 1.52 15.54 0.00 0.27 ind:pas:3p; -interpellé interpeller ver m s 1.52 15.54 0.34 1.96 par:pas; -interpellée interpeller ver f s 1.52 15.54 0.06 0.74 par:pas; -interpellées interpeller ver f p 1.52 15.54 0.01 0.07 par:pas; -interpellés interpeller ver m p 1.52 15.54 0.05 0.27 par:pas; -interphase interphase nom f s 0.01 0.00 0.01 0.00 -interphone interphone nom m s 1.87 1.22 1.58 1.15 -interphones interphone nom m p 1.87 1.22 0.28 0.07 -interplanétaire interplanétaire adj s 0.80 0.20 0.53 0.07 -interplanétaires interplanétaire adj p 0.80 0.20 0.26 0.14 -interpolateur interpolateur nom m s 0.01 0.00 0.01 0.00 -interpolation interpolation nom f s 0.01 0.14 0.01 0.00 -interpolations interpolation nom f p 0.01 0.14 0.00 0.14 -interpole interpoler ver 0.01 0.07 0.01 0.00 ind:pre:3s; -interpolez interpoler ver 0.01 0.07 0.00 0.07 imp:pre:2p; -interposa interposer ver 1.69 6.76 0.10 0.68 ind:pas:3s; -interposai interposer ver 1.69 6.76 0.00 0.20 ind:pas:1s; -interposaient interposer ver 1.69 6.76 0.01 0.20 ind:imp:3p; -interposais interposer ver 1.69 6.76 0.00 0.07 ind:imp:1s; -interposait interposer ver 1.69 6.76 0.04 1.08 ind:imp:3s; -interposant interposer ver 1.69 6.76 0.00 0.68 par:pre; -interpose interposer ver 1.69 6.76 0.26 0.95 imp:pre:2s;ind:pre:1s;ind:pre:3s; -interposent interposer ver 1.69 6.76 0.02 0.27 ind:pre:3p; -interposer interposer ver 1.69 6.76 0.80 1.49 inf; -interposera interposer ver 1.69 6.76 0.04 0.07 ind:fut:3s; -interposeront interposer ver 1.69 6.76 0.03 0.00 ind:fut:3p; -interposez interposer ver 1.69 6.76 0.04 0.00 imp:pre:2p;ind:pre:2p; -interposition interposition nom f s 0.01 0.07 0.01 0.07 -interposèrent interposer ver 1.69 6.76 0.00 0.14 ind:pas:3p; -interposé interposer ver m s 1.69 6.76 0.29 0.41 par:pas; -interposée interposer ver f s 1.69 6.76 0.07 0.20 par:pas; -interposées interposé adj f p 0.13 2.30 0.02 0.74 -interposés interposé adj m p 0.13 2.30 0.04 0.20 -interprofessionnelle interprofessionnel adj f s 0.00 0.07 0.00 0.07 -interprète interprète nom s 4.81 8.58 4.01 7.16 -interprètent interpréter ver 9.50 12.64 0.17 0.47 ind:pre:3p; -interprètes interprète nom p 4.81 8.58 0.80 1.42 -interpréta interpréter ver 9.50 12.64 0.01 0.61 ind:pas:3s; -interprétable interprétable adj m s 0.01 0.00 0.01 0.00 -interprétai interpréter ver 9.50 12.64 0.00 0.07 ind:pas:1s; -interprétaient interpréter ver 9.50 12.64 0.03 0.34 ind:imp:3p; -interprétais interpréter ver 9.50 12.64 0.17 0.27 ind:imp:1s;ind:imp:2s; -interprétait interpréter ver 9.50 12.64 0.04 0.95 ind:imp:3s; -interprétant interpréter ver 9.50 12.64 0.21 0.20 par:pre; -interprétante interprétant adj f s 0.00 0.07 0.00 0.07 -interprétatif interprétatif adj m s 0.04 0.20 0.02 0.14 -interprétation interprétation nom f s 5.49 7.77 4.90 5.68 -interprétations interprétation nom f p 5.49 7.77 0.59 2.09 -interprétative interprétatif adj f s 0.04 0.20 0.02 0.00 -interprétatives interprétatif adj f p 0.04 0.20 0.00 0.07 -interpréter interpréter ver 9.50 12.64 3.38 4.80 inf; -interprétera interpréter ver 9.50 12.64 0.17 0.00 ind:fut:3s; -interpréteraient interpréter ver 9.50 12.64 0.00 0.07 cnd:pre:3p; -interpréterait interpréter ver 9.50 12.64 0.01 0.14 cnd:pre:3s; -interpréteriez interpréter ver 9.50 12.64 0.00 0.07 cnd:pre:2p; -interpréteur interpréteur nom m s 0.01 0.00 0.01 0.00 -interprétez interpréter ver 9.50 12.64 0.20 0.20 imp:pre:2p;ind:pre:2p; -interprétât interpréter ver 9.50 12.64 0.00 0.07 sub:imp:3s; -interprétèrent interpréter ver 9.50 12.64 0.10 0.14 ind:pas:3p; -interprété interpréter ver m s 9.50 12.64 2.59 1.69 par:pas; -interprétée interpréter ver f s 9.50 12.64 0.32 0.95 par:pas; -interprétées interpréter ver f p 9.50 12.64 0.15 0.14 par:pas; -interprétés interpréter ver m p 9.50 12.64 0.10 0.07 par:pas; -interpénètre interpénétrer ver 0.02 0.14 0.00 0.07 ind:pre:3s; -interpénètrent interpénétrer ver 0.02 0.14 0.01 0.07 ind:pre:3p; -interpénétration interpénétration nom f s 0.01 0.14 0.01 0.07 -interpénétrations interpénétration nom f p 0.01 0.14 0.00 0.07 -interpénétrer interpénétrer ver 0.02 0.14 0.01 0.00 inf; -interracial interracial adj m s 0.08 0.00 0.01 0.00 -interraciale interracial adj f s 0.08 0.00 0.03 0.00 -interraciaux interracial adj m p 0.08 0.00 0.04 0.00 -interrelations interrelation nom f p 0.02 0.00 0.02 0.00 -interrogateur interrogateur nom m s 0.21 0.20 0.18 0.20 -interrogateurs interrogateur nom m p 0.21 0.20 0.03 0.00 -interrogatif interrogatif adj m s 0.03 1.89 0.01 0.74 -interrogatifs interrogatif adj m p 0.03 1.89 0.00 0.34 -interrogation interrogation nom f s 2.26 8.92 1.85 7.09 -interrogations interrogation nom f p 2.26 8.92 0.41 1.82 -interrogative interrogatif adj f s 0.03 1.89 0.02 0.68 -interrogativement interrogativement adv 0.00 0.07 0.00 0.07 -interrogatives interrogatif adj f p 0.03 1.89 0.00 0.14 -interrogatoire interrogatoire nom m s 11.66 10.14 9.56 6.96 -interrogatoires interrogatoire nom m p 11.66 10.14 2.10 3.18 -interrogatrice interrogateur nom f s 0.21 0.20 0.01 0.00 -interroge interroger ver 44.31 73.04 8.37 12.36 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -interrogea interroger ver 44.31 73.04 0.04 9.59 ind:pas:3s; -interrogeai interroger ver 44.31 73.04 0.13 2.23 ind:pas:1s; -interrogeaient interroger ver 44.31 73.04 0.10 2.09 ind:imp:3p; -interrogeais interroger ver 44.31 73.04 0.60 2.57 ind:imp:1s;ind:imp:2s; -interrogeait interroger ver 44.31 73.04 0.79 8.24 ind:imp:3s; -interrogeant interroger ver 44.31 73.04 0.39 2.36 par:pre; -interrogent interroger ver 44.31 73.04 1.04 1.42 ind:pre:3p; -interrogeâmes interroger ver 44.31 73.04 0.00 0.14 ind:pas:1p; -interrogeons interroger ver 44.31 73.04 0.65 0.27 imp:pre:1p;ind:pre:1p; -interrogeât interroger ver 44.31 73.04 0.00 0.34 sub:imp:3s; -interroger interroger ver 44.31 73.04 16.22 18.58 inf;;inf;;inf;; -interrogera interroger ver 44.31 73.04 0.62 0.27 ind:fut:3s; -interrogerai interroger ver 44.31 73.04 0.65 0.07 ind:fut:1s; -interrogeraient interroger ver 44.31 73.04 0.02 0.07 cnd:pre:3p; -interrogerais interroger ver 44.31 73.04 0.02 0.14 cnd:pre:1s;cnd:pre:2s; -interrogerait interroger ver 44.31 73.04 0.03 0.20 cnd:pre:3s; -interrogeras interroger ver 44.31 73.04 0.00 0.07 ind:fut:2s; -interrogerez interroger ver 44.31 73.04 0.02 0.00 ind:fut:2p; -interrogerons interroger ver 44.31 73.04 0.12 0.00 ind:fut:1p; -interrogeront interroger ver 44.31 73.04 0.28 0.20 ind:fut:3p; -interroges interroger ver 44.31 73.04 0.94 0.20 ind:pre:2s; -interrogez interroger ver 44.31 73.04 2.46 0.41 imp:pre:2p;ind:pre:2p; -interrogiez interroger ver 44.31 73.04 0.11 0.20 ind:imp:2p;sub:pre:2p; -interrogions interroger ver 44.31 73.04 0.05 0.20 ind:imp:1p;sub:pre:1p; -interrogèrent interroger ver 44.31 73.04 0.01 0.61 ind:pas:3p; -interrogé interroger ver m s 44.31 73.04 7.52 7.16 par:pas; -interrogée interroger ver f s 44.31 73.04 1.93 2.03 par:pas; -interrogées interroger ver f p 44.31 73.04 0.12 0.27 par:pas; -interrogés interroger ver m p 44.31 73.04 1.09 0.74 par:pas; -interrompît interrompre ver 27.47 64.32 0.00 0.27 sub:imp:3s; -interrompaient interrompre ver 27.47 64.32 0.00 1.01 ind:imp:3p; -interrompais interrompre ver 27.47 64.32 0.03 0.27 ind:imp:1s;ind:imp:2s; -interrompait interrompre ver 27.47 64.32 0.05 3.65 ind:imp:3s; -interrompant interrompre ver 27.47 64.32 0.19 4.39 par:pre; -interrompe interrompre ver 27.47 64.32 0.32 0.14 sub:pre:1s;sub:pre:3s; -interrompent interrompre ver 27.47 64.32 0.04 0.95 ind:pre:3p; -interrompes interrompre ver 27.47 64.32 0.03 0.00 sub:pre:2s; -interrompez interrompre ver 27.47 64.32 2.61 0.14 imp:pre:2p;ind:pre:2p; -interrompiez interrompre ver 27.47 64.32 0.01 0.07 ind:imp:2p; -interrompirent interrompre ver 27.47 64.32 0.01 0.54 ind:pas:3p; -interrompis interrompre ver 27.47 64.32 0.01 0.88 ind:pas:1s; -interrompisse interrompre ver 27.47 64.32 0.00 0.07 sub:imp:1s; -interrompit interrompre ver 27.47 64.32 0.06 20.07 ind:pas:3s; -interrompons interrompre ver 27.47 64.32 1.22 0.00 imp:pre:1p;ind:pre:1p; -interrompra interrompre ver 27.47 64.32 0.09 0.00 ind:fut:3s; -interromprai interrompre ver 27.47 64.32 0.03 0.00 ind:fut:1s; -interromprais interrompre ver 27.47 64.32 0.03 0.07 cnd:pre:1s; -interromprait interrompre ver 27.47 64.32 0.27 0.14 cnd:pre:3s; -interrompras interrompre ver 27.47 64.32 0.00 0.07 ind:fut:2s; -interrompre interrompre ver 27.47 64.32 12.47 11.96 inf; -interromps interrompre ver 27.47 64.32 3.13 1.15 imp:pre:2s;ind:pre:1s;ind:pre:2s; -interrompt interrompre ver 27.47 64.32 1.07 5.81 ind:pre:3s; -interrompu interrompre ver m s 27.47 64.32 3.62 7.70 par:pas; -interrompue interrompre ver f s 27.47 64.32 0.76 3.11 par:pas; -interrompues interrompre ver f p 27.47 64.32 0.49 0.81 par:pas; -interrompus interrompre ver m p 27.47 64.32 0.93 1.08 par:pas; -interrègne interrègne nom m s 0.04 0.14 0.04 0.14 -interrupteur interrupteur nom m s 2.94 2.30 2.58 2.09 -interrupteurs interrupteur nom m p 2.94 2.30 0.36 0.20 -interruption interruption nom f s 2.88 5.61 2.15 4.86 -interruptions interruption nom f p 2.88 5.61 0.73 0.74 -inters inter nom_sup m p 0.84 0.95 0.00 0.07 -intersaison intersaison nom f s 0.03 0.00 0.03 0.00 -interscolaire interscolaire adj s 0.01 0.00 0.01 0.00 -intersectant intersecter ver 0.00 0.07 0.00 0.07 par:pre; -intersection intersection nom f s 1.16 1.42 1.10 1.35 -intersections intersection nom f p 1.16 1.42 0.06 0.07 -interservices interservices adj 0.04 0.00 0.04 0.00 -intersidéral intersidéral adj m s 0.34 0.20 0.32 0.14 -intersidérale intersidéral adj f s 0.34 0.20 0.01 0.07 -intersidéraux intersidéral adj m p 0.34 0.20 0.01 0.00 -interstellaire interstellaire adj s 0.65 0.07 0.47 0.00 -interstellaires interstellaire adj p 0.65 0.07 0.18 0.07 -interstice interstice nom m s 0.33 3.99 0.20 1.42 -interstices interstice nom m p 0.33 3.99 0.14 2.57 -intersubjectif intersubjectif adj m s 0.01 0.00 0.01 0.00 -intertitre intertitre nom m s 0.00 0.07 0.00 0.07 -intertribal intertribal adj m s 0.01 0.00 0.01 0.00 -interurbain interurbain adj m s 0.39 0.07 0.38 0.00 -interurbaine interurbain adj f s 0.39 0.07 0.01 0.07 -interétatique interétatique adj f s 0.01 0.00 0.01 0.00 -intervînt intervenir ver 22.39 35.34 0.00 0.14 sub:imp:3s; -intervalle intervalle nom m s 2.82 19.12 1.98 6.69 -intervalles intervalle nom m p 2.82 19.12 0.83 12.43 -intervenaient intervenir ver 22.39 35.34 0.14 0.54 ind:imp:3p; -intervenais intervenir ver 22.39 35.34 0.02 0.20 ind:imp:1s;ind:imp:2s; -intervenait intervenir ver 22.39 35.34 0.07 2.70 ind:imp:3s; -intervenant intervenir ver 22.39 35.34 0.24 0.54 par:pre; -intervenante intervenant nom f s 0.35 0.14 0.01 0.00 -intervenants intervenant nom m p 0.35 0.14 0.19 0.00 -intervenez intervenir ver 22.39 35.34 1.25 0.07 imp:pre:2p;ind:pre:2p; -interveniez intervenir ver 22.39 35.34 0.12 0.00 ind:imp:2p; -intervenir intervenir ver 22.39 35.34 9.82 13.58 inf; -intervenons intervenir ver 22.39 35.34 0.20 0.34 imp:pre:1p;ind:pre:1p; -intervention intervention nom f s 13.33 16.01 12.37 13.24 -interventionnisme interventionnisme nom m s 0.01 0.00 0.01 0.00 -interventionniste interventionniste adj s 0.04 0.14 0.04 0.00 -interventionnistes interventionniste nom p 0.11 0.00 0.10 0.00 -interventions intervention nom f p 13.33 16.01 0.96 2.77 -interventriculaire interventriculaire adj s 0.01 0.00 0.01 0.00 -intervenu intervenir ver m s 22.39 35.34 1.66 1.62 par:pas; -intervenue intervenir ver f s 22.39 35.34 0.93 0.61 par:pas; -intervenues intervenir ver f p 22.39 35.34 0.04 0.14 par:pas; -intervenus intervenir ver m p 22.39 35.34 0.67 0.54 par:pas; -interversion interversion nom f s 0.04 0.20 0.04 0.07 -interversions interversion nom f p 0.04 0.20 0.00 0.14 -interverti intervertir ver m s 0.56 0.95 0.17 0.00 par:pas; -intervertir intervertir ver 0.56 0.95 0.26 0.34 inf; -intervertirai intervertir ver 0.56 0.95 0.01 0.00 ind:fut:1s; -intervertis intervertir ver m p 0.56 0.95 0.08 0.14 ind:pre:1s;ind:pre:2s;par:pas; -intervertissait intervertir ver 0.56 0.95 0.01 0.07 ind:imp:3s; -intervertissent intervertir ver 0.56 0.95 0.01 0.07 ind:pre:3p; -intervertissiez intervertir ver 0.56 0.95 0.01 0.00 ind:imp:2p; -intervertissons intervertir ver 0.56 0.95 0.00 0.07 imp:pre:1p; -intervertit intervertir ver 0.56 0.95 0.01 0.27 ind:pre:3s;ind:pas:3s; -intervertébral intervertébral adj m s 0.04 0.07 0.04 0.00 -intervertébraux intervertébral adj m p 0.04 0.07 0.00 0.07 -interviendra intervenir ver 22.39 35.34 0.57 0.20 ind:fut:3s; -interviendrai intervenir ver 22.39 35.34 0.20 0.07 ind:fut:1s; -interviendraient intervenir ver 22.39 35.34 0.02 0.00 cnd:pre:3p; -interviendrais intervenir ver 22.39 35.34 0.17 0.00 cnd:pre:1s; -interviendrait intervenir ver 22.39 35.34 0.04 0.47 cnd:pre:3s; -interviendrez intervenir ver 22.39 35.34 0.20 0.00 ind:fut:2p; -interviendrons intervenir ver 22.39 35.34 0.09 0.07 ind:fut:1p; -interviendront intervenir ver 22.39 35.34 0.09 0.00 ind:fut:3p; -intervienne intervenir ver 22.39 35.34 0.78 0.81 sub:pre:1s;sub:pre:3s; -interviennent intervenir ver 22.39 35.34 0.47 0.47 ind:pre:3p; -interviens intervenir ver 22.39 35.34 1.40 0.81 imp:pre:2s;ind:pre:1s;ind:pre:2s; -intervient intervenir ver 22.39 35.34 3.16 4.32 ind:pre:3s; -interview interview nom f s 0.00 7.30 0.00 5.07 -interviewaient interviewer ver 0.00 1.69 0.00 0.14 ind:imp:3p; -interviewais interviewer ver 0.00 1.69 0.00 0.14 ind:imp:1s; -interviewait interviewer ver 0.00 1.69 0.00 0.41 ind:imp:3s; -interviewe interviewer ver 0.00 1.69 0.00 0.07 ind:pre:1s; -interviewer interviewer nom m s 0.00 1.22 0.00 1.15 -interviewers interviewer nom m p 0.00 1.22 0.00 0.07 -intervieweur intervieweur nom m s 0.00 0.07 0.00 0.07 -interviews interview nom f p 0.00 7.30 0.00 2.23 -interviewèrent interviewer ver 0.00 1.69 0.00 0.07 ind:pas:3p; -interviewé interviewer ver m s 0.00 1.69 0.00 0.41 par:pas; -interviewée interviewer ver f s 0.00 1.69 0.00 0.14 par:pas; -interviewés interviewer ver m p 0.00 1.69 0.00 0.07 par:pas; -intervinrent intervenir ver 22.39 35.34 0.01 0.07 ind:pas:3p; -intervins intervenir ver 22.39 35.34 0.00 0.41 ind:pas:1s; -intervinsse intervenir ver 22.39 35.34 0.00 0.07 sub:imp:1s; -intervint intervenir ver 22.39 35.34 0.03 6.55 ind:pas:3s; -interzones interzone adj f p 0.00 0.14 0.00 0.14 -intestat intestat adj m s 0.01 0.20 0.01 0.20 -intestats intestat nom m p 0.00 0.07 0.00 0.07 -intestin intestin nom m s 4.29 3.92 1.71 1.82 -intestinal intestinal adj m s 2.13 2.03 0.66 0.27 -intestinale intestinal adj f s 2.13 2.03 0.67 0.95 -intestinales intestinal adj f p 2.13 2.03 0.18 0.34 -intestinaux intestinal adj m p 2.13 2.03 0.63 0.47 -intestine intestin adj f s 0.68 1.28 0.04 0.20 -intestines intestin adj f p 0.68 1.28 0.45 0.74 -intestins intestin nom m p 4.29 3.92 2.58 2.09 -inti inti nom m s 0.02 0.00 0.02 0.00 -intifada intifada nom m s 0.42 0.00 0.42 0.00 -intima intimer ver 0.50 3.92 0.00 1.08 ind:pas:3s;;ind:pas:3s; -intimait intimer ver 0.50 3.92 0.00 0.54 ind:imp:3s; -intimant intimer ver 0.50 3.92 0.00 0.20 par:pre; -intimation intimation nom f s 0.00 0.14 0.00 0.14 -intime intime adj s 15.78 34.66 9.09 23.85 -intimement intimement adv 0.84 4.26 0.84 4.26 -intimer intimer ver 0.50 3.92 0.28 0.54 inf; -intimerait intimer ver 0.50 3.92 0.00 0.07 cnd:pre:3s; -intimes intime adj p 15.78 34.66 6.69 10.81 -intimida intimider ver 6.97 17.16 0.14 0.27 ind:pas:3s; -intimidable intimidable adj s 0.01 0.00 0.01 0.00 -intimidaient intimider ver 6.97 17.16 0.02 0.88 ind:imp:3p; -intimidais intimider ver 6.97 17.16 0.12 0.07 ind:imp:1s;ind:imp:2s; -intimidait intimider ver 6.97 17.16 0.09 2.43 ind:imp:3s; -intimidant intimidant adj m s 0.78 1.89 0.61 1.08 -intimidante intimidant adj f s 0.78 1.89 0.13 0.74 -intimidants intimidant adj m p 0.78 1.89 0.04 0.07 -intimidateur intimidateur nom m s 0.01 0.00 0.01 0.00 -intimidation intimidation nom f s 0.77 1.76 0.71 1.76 -intimidations intimidation nom f p 0.77 1.76 0.05 0.00 -intimide intimider ver 6.97 17.16 1.13 0.81 imp:pre:2s;ind:pre:1s;ind:pre:3s; -intimident intimider ver 6.97 17.16 0.13 0.34 ind:pre:3p; -intimider intimider ver 6.97 17.16 2.40 2.77 inf; -intimiderait intimider ver 6.97 17.16 0.00 0.07 cnd:pre:3s; -intimides intimider ver 6.97 17.16 0.22 0.14 ind:pre:2s; -intimidez intimider ver 6.97 17.16 0.49 0.20 imp:pre:2p;ind:pre:2p; -intimidiez intimider ver 6.97 17.16 0.00 0.07 ind:imp:2p; -intimidât intimider ver 6.97 17.16 0.00 0.07 sub:imp:3s; -intimidé intimider ver m s 6.97 17.16 1.22 5.34 par:pas; -intimidée intimider ver f s 6.97 17.16 0.71 2.03 par:pas; -intimidées intimider ver f p 6.97 17.16 0.01 0.27 par:pas; -intimidés intimider ver m p 6.97 17.16 0.22 1.28 par:pas; -intimiste intimiste adj m s 0.04 0.20 0.01 0.00 -intimistes intimiste adj p 0.04 0.20 0.03 0.20 -intimité intimité nom f s 10.80 24.12 10.79 23.65 -intimités intimité nom f p 10.80 24.12 0.01 0.47 -intimât intimer ver 0.50 3.92 0.00 0.07 sub:imp:3s; -intimèrent intimer ver 0.50 3.92 0.00 0.07 ind:pas:3p; -intimé intimer ver m s 0.50 3.92 0.20 0.41 par:pas; -intimés intimer ver m p 0.50 3.92 0.00 0.07 par:pas; -intirable intirable adj s 0.00 0.07 0.00 0.07 -intitula intituler ver 4.72 9.53 0.00 0.27 ind:pas:3s; -intitulai intituler ver 4.72 9.53 0.00 0.07 ind:pas:1s; -intitulaient intituler ver 4.72 9.53 0.00 0.14 ind:imp:3p; -intitulais intituler ver 4.72 9.53 0.00 0.07 ind:imp:1s; -intitulait intituler ver 4.72 9.53 0.17 1.28 ind:imp:3s; -intitulant intituler ver 4.72 9.53 0.01 0.07 par:pre; -intitule intituler ver 4.72 9.53 1.60 0.81 ind:pre:1s;ind:pre:3s; -intituler intituler ver 4.72 9.53 0.11 0.34 inf; -intitulerait intituler ver 4.72 9.53 0.00 0.07 cnd:pre:3s; -intitulé intituler ver m s 4.72 9.53 1.43 3.65 par:pas; -intitulée intituler ver f s 4.72 9.53 1.29 2.30 par:pas; -intitulées intituler ver f p 4.72 9.53 0.10 0.14 par:pas; -intitulés intitulé nom m p 0.38 1.69 0.02 0.14 -intolérable intolérable adj s 4.23 11.28 3.74 10.47 -intolérablement intolérablement adv 0.02 0.20 0.02 0.20 -intolérables intolérable adj p 4.23 11.28 0.49 0.81 -intolérance intolérance nom f s 0.93 1.35 0.93 1.35 -intolérant intolérant adj m s 0.63 0.34 0.15 0.20 -intolérante intolérant adj f s 0.63 0.34 0.33 0.00 -intolérants intolérant adj m p 0.63 0.34 0.15 0.14 -intonation intonation nom f s 0.55 10.07 0.42 5.95 -intonations intonation nom f p 0.55 10.07 0.12 4.12 -intouchable intouchable adj s 1.52 2.84 1.23 1.96 -intouchables intouchable adj p 1.52 2.84 0.28 0.88 -intouché intouché adj m s 0.12 0.47 0.10 0.07 -intouchée intouché adj f s 0.12 0.47 0.00 0.20 -intouchées intouché adj f p 0.12 0.47 0.02 0.14 -intouchés intouché adj m p 0.12 0.47 0.00 0.07 -intox intox nom f 0.34 0.14 0.21 0.14 -intoxe intox nom f s 0.34 0.14 0.14 0.00 -intoxicant intoxicant adj m s 0.02 0.00 0.02 0.00 -intoxication intoxication nom f s 1.51 0.74 1.38 0.74 -intoxications intoxication nom f p 1.51 0.74 0.13 0.00 -intoxiquant intoxiquer ver 0.53 0.74 0.01 0.07 par:pre; -intoxique intoxiquer ver 0.53 0.74 0.01 0.14 ind:pre:3s; -intoxiquer intoxiquer ver 0.53 0.74 0.01 0.27 inf; -intoxiqué intoxiquer ver m s 0.53 0.74 0.38 0.20 par:pas; -intoxiquée intoxiquer ver f s 0.53 0.74 0.09 0.07 par:pas; -intoxiquées intoxiqué nom f p 0.04 0.20 0.00 0.07 -intoxiqués intoxiquer ver m p 0.53 0.74 0.03 0.00 par:pas; -intra_atomique intra_atomique adj s 0.00 0.07 0.00 0.07 -intra_muros intra_muros adv 0.01 0.07 0.01 0.07 -rachidien rachidien adj f s 0.23 0.14 0.01 0.00 -intra_utérin intra_utérin adj f s 0.14 0.07 0.04 0.00 -intra_utérin intra_utérin adj f p 0.14 0.07 0.10 0.07 -intra_muros intra_muros adv 0.01 0.07 0.01 0.07 -intra intra adv 0.02 0.00 0.02 0.00 -intracardiaque intracardiaque adj f s 0.08 0.00 0.08 0.00 -intracrânien intracrânien adj m s 0.14 0.00 0.01 0.00 -intracrânienne intracrânien adj f s 0.14 0.00 0.13 0.00 -intracérébrale intracérébral adj f s 0.03 0.00 0.03 0.00 -intradermique intradermique adj m s 0.03 0.00 0.03 0.00 -intrados intrados nom f s 0.00 0.07 0.00 0.07 -intraduisible intraduisible adj s 0.13 0.61 0.12 0.27 -intraduisibles intraduisible adj p 0.13 0.61 0.01 0.34 -intrait intrait nom m s 0.00 0.14 0.00 0.14 -intraitable intraitable adj s 0.51 2.91 0.45 2.64 -intraitables intraitable adj f p 0.51 2.91 0.06 0.27 -intramusculaire intramusculaire adj s 0.19 0.07 0.16 0.00 -intramusculaires intramusculaire adj f p 0.19 0.07 0.03 0.07 -intranet intranet nom m s 0.08 0.00 0.08 0.00 -intransgressible intransgressible adj s 0.00 0.07 0.00 0.07 -intransigeance intransigeance nom f s 0.04 3.04 0.04 2.91 -intransigeances intransigeance nom f p 0.04 3.04 0.00 0.14 -intransigeant intransigeant adj m s 0.86 2.30 0.64 1.15 -intransigeante intransigeant adj f s 0.86 2.30 0.09 0.81 -intransigeantes intransigeant adj f p 0.86 2.30 0.00 0.27 -intransigeants intransigeant adj m p 0.86 2.30 0.14 0.07 -intransitif intransitif nom m s 0.00 0.07 0.00 0.07 -intransmissible intransmissible adj m s 0.01 0.14 0.01 0.14 -intransportable intransportable adj f s 0.02 0.20 0.02 0.14 -intransportables intransportable adj m p 0.02 0.20 0.00 0.07 -intraoculaire intraoculaire adj f s 0.01 0.00 0.01 0.00 -intravasculaire intravasculaire adj s 0.04 0.00 0.04 0.00 -intraveineuse intraveineux adj f s 1.13 0.34 1.02 0.07 -intraveineuses intraveineux adj f p 1.13 0.34 0.09 0.20 -intraveineux intraveineux adj m 1.13 0.34 0.01 0.07 -intrigant intrigant adj m s 1.77 1.42 0.44 0.81 -intrigante intrigant adj f s 1.77 1.42 1.23 0.14 -intrigantes intrigant adj f p 1.77 1.42 0.04 0.00 -intrigants intrigant adj m p 1.77 1.42 0.06 0.47 -intrigua intriguer ver 5.58 19.73 0.02 1.01 ind:pas:3s; -intriguaient intriguer ver 5.58 19.73 0.04 0.88 ind:imp:3p; -intriguait intriguer ver 5.58 19.73 0.46 3.58 ind:imp:3s; -intriguant intriguer ver 5.58 19.73 0.38 0.27 par:pre; -intriguassent intriguer ver 5.58 19.73 0.00 0.07 sub:imp:3p; -intrigue intrigue nom f s 4.80 13.18 2.56 5.07 -intriguent intriguer ver 5.58 19.73 0.25 0.27 ind:pre:3p; -intriguer intriguer ver 5.58 19.73 0.12 1.82 inf; -intriguera intriguer ver 5.58 19.73 0.03 0.07 ind:fut:3s; -intriguerait intriguer ver 5.58 19.73 0.02 0.14 cnd:pre:3s; -intrigues intrigue nom f p 4.80 13.18 2.24 8.11 -intriguez intriguer ver 5.58 19.73 0.14 0.20 imp:pre:2p;ind:pre:2p; -intriguât intriguer ver 5.58 19.73 0.00 0.07 sub:imp:3s; -intriguèrent intriguer ver 5.58 19.73 0.00 0.14 ind:pas:3p; -intrigué intriguer ver m s 5.58 19.73 1.19 6.42 par:pas; -intriguée intriguer ver f s 5.58 19.73 0.40 1.76 par:pas; -intrigués intriguer ver m p 5.58 19.73 0.13 1.22 par:pas; -intrinsèque intrinsèque adj s 0.13 0.41 0.13 0.41 -intrinsèquement intrinsèquement adv 0.35 0.07 0.35 0.07 -introït introït nom m s 0.00 0.20 0.00 0.20 -introducteur introducteur nom m s 0.05 0.34 0.05 0.27 -introductif introductif adj m s 0.03 0.14 0.03 0.14 -introduction introduction nom f s 2.45 3.04 2.27 2.97 -introductions introduction nom f p 2.45 3.04 0.18 0.07 -introductrice introducteur nom f s 0.05 0.34 0.00 0.07 -introduira introduire ver 12.55 30.54 0.17 0.20 ind:fut:3s; -introduirai introduire ver 12.55 30.54 0.11 0.07 ind:fut:1s; -introduiraient introduire ver 12.55 30.54 0.00 0.07 cnd:pre:3p; -introduirais introduire ver 12.55 30.54 0.01 0.07 cnd:pre:1s; -introduirait introduire ver 12.55 30.54 0.03 0.20 cnd:pre:3s; -introduire introduire ver 12.55 30.54 3.95 8.04 ind:pre:2p;inf; -introduirez introduire ver 12.55 30.54 0.01 0.00 ind:fut:2p; -introduirions introduire ver 12.55 30.54 0.00 0.07 cnd:pre:1p; -introduis introduire ver 12.55 30.54 0.78 0.14 imp:pre:2s;ind:pre:1s;ind:pre:2s; -introduisît introduire ver 12.55 30.54 0.00 0.14 sub:imp:3s; -introduisaient introduire ver 12.55 30.54 0.00 0.54 ind:imp:3p; -introduisais introduire ver 12.55 30.54 0.02 0.07 ind:imp:1s;ind:imp:2s; -introduisait introduire ver 12.55 30.54 0.05 2.09 ind:imp:3s; -introduisant introduire ver 12.55 30.54 0.17 1.55 par:pre; -introduise introduire ver 12.55 30.54 0.19 0.34 sub:pre:1s;sub:pre:3s; -introduisent introduire ver 12.55 30.54 0.38 0.34 ind:pre:3p; -introduisez introduire ver 12.55 30.54 0.89 0.00 imp:pre:2p;ind:pre:2p; -introduisirent introduire ver 12.55 30.54 0.01 0.20 ind:pas:3p; -introduisis introduire ver 12.55 30.54 0.00 0.34 ind:pas:1s;ind:pas:2s; -introduisit introduire ver 12.55 30.54 0.16 3.45 ind:pas:3s; -introduisons introduire ver 12.55 30.54 0.07 0.20 imp:pre:1p;ind:pre:1p; -introduit introduire ver m s 12.55 30.54 4.18 8.99 ind:pre:3s;par:pas; -introduite introduire ver f s 12.55 30.54 0.86 1.08 par:pas; -introduites introduire ver f p 12.55 30.54 0.23 0.47 par:pas; -introduits introduire ver m p 12.55 30.54 0.28 1.89 par:pas; -intromission intromission nom f s 0.00 0.14 0.00 0.14 -intronisa introniser ver 0.12 0.34 0.00 0.07 ind:pas:3s; -intronisait introniser ver 0.12 0.34 0.01 0.07 ind:imp:3s; -intronisation intronisation nom f s 0.02 0.41 0.02 0.41 -intronise introniser ver 0.12 0.34 0.00 0.07 ind:pre:3s; -introniser introniser ver 0.12 0.34 0.05 0.00 inf; -intronisé introniser ver m s 0.12 0.34 0.06 0.14 par:pas; -introspecter introspecter ver 0.01 0.00 0.01 0.00 inf; -introspectif introspectif adj m s 0.08 0.07 0.06 0.00 -introspection introspection nom f s 0.33 0.20 0.33 0.14 -introspections introspection nom f p 0.33 0.20 0.00 0.07 -introspective introspectif adj f s 0.08 0.07 0.01 0.00 -introspectives introspectif adj f p 0.08 0.07 0.01 0.07 -introuvable introuvable adj s 3.66 3.92 3.27 2.77 -introuvables introuvable adj p 3.66 3.92 0.39 1.15 -introversions introversion nom f p 0.00 0.07 0.00 0.07 -introverti introverti adj m s 0.33 0.00 0.22 0.00 -introvertie introverti adj f s 0.33 0.00 0.09 0.00 -introvertis introverti nom m p 0.27 0.00 0.14 0.00 -intrépide intrépide adj s 1.63 3.78 1.37 2.77 -intrépidement intrépidement adv 0.00 0.14 0.00 0.14 -intrépides intrépide adj p 1.63 3.78 0.26 1.01 -intrépidité intrépidité nom f s 0.04 0.74 0.04 0.74 -intrus intrus nom m s 4.35 5.47 4.29 4.46 -intruse intrus nom f s 4.35 5.47 0.06 0.81 -intruses intrus nom f p 4.35 5.47 0.00 0.20 -intrusif intrusif adj m s 0.04 0.00 0.04 0.00 -intrusion intrusion nom f s 4.61 3.78 4.48 3.24 -intrusions intrusion nom f p 4.61 3.78 0.13 0.54 -intègre intègre adj s 1.70 1.35 1.50 0.81 -intègrent intégrer ver 7.98 6.89 0.06 0.14 ind:pre:3p; -intègres intègre adj p 1.70 1.35 0.19 0.54 -intubation intubation nom f s 0.86 0.00 0.86 0.00 -intube intuber ver 2.33 0.00 0.42 0.00 imp:pre:2s;ind:pre:1s;ind:pre:3s; -intuber intuber ver 2.33 0.00 1.25 0.00 inf; -intubez intuber ver 2.33 0.00 0.15 0.00 imp:pre:2p;ind:pre:2p; -intubé intuber ver m s 2.33 0.00 0.42 0.00 par:pas; -intubée intuber ver f s 2.33 0.00 0.09 0.00 par:pas; -intégra intégrer ver 7.98 6.89 0.01 0.07 ind:pas:3s; -intégraient intégrer ver 7.98 6.89 0.01 0.20 ind:imp:3p; -intégrait intégrer ver 7.98 6.89 0.08 0.47 ind:imp:3s; -intégral intégral adj m s 1.35 5.27 0.56 3.18 -intégrale intégral adj f s 1.35 5.27 0.80 1.76 -intégralement intégralement adv 0.57 3.24 0.57 3.24 -intégrales intégrale nom f p 0.45 0.27 0.02 0.00 -intégralisme intégralisme nom m s 0.00 0.07 0.00 0.07 -intégralité intégralité nom f s 0.43 0.74 0.43 0.74 -intégrant intégrer ver 7.98 6.89 0.19 0.14 par:pre; -intégrante intégrant adj f s 0.34 1.01 0.34 1.01 -intégrateur intégrateur nom m s 0.02 0.00 0.02 0.00 -intégration intégration nom f s 1.28 1.08 1.28 1.08 -intégraux intégral adj m p 1.35 5.27 0.00 0.07 -intégrer intégrer ver 7.98 6.89 3.71 2.57 inf; -intégrera intégrer ver 7.98 6.89 0.16 0.14 ind:fut:3s; -intégrerais intégrer ver 7.98 6.89 0.01 0.07 cnd:pre:1s;cnd:pre:2s; -intégreras intégrer ver 7.98 6.89 0.02 0.07 ind:fut:2s; -intégrerez intégrer ver 7.98 6.89 0.16 0.00 ind:fut:2p; -intégreront intégrer ver 7.98 6.89 0.03 0.00 ind:fut:3p; -intégrez intégrer ver 7.98 6.89 0.08 0.00 imp:pre:2p;ind:pre:2p; -intégriez intégrer ver 7.98 6.89 0.01 0.00 ind:imp:2p; -intégrisme intégrisme nom m s 0.04 0.14 0.03 0.00 -intégrismes intégrisme nom m p 0.04 0.14 0.01 0.14 -intégriste intégriste adj m s 0.22 0.00 0.15 0.00 -intégristes intégriste adj p 0.22 0.00 0.07 0.00 -intégrité intégrité nom f s 4.10 4.32 4.10 4.26 -intégrités intégrité nom f p 4.10 4.32 0.00 0.07 -intégrèrent intégrer ver 7.98 6.89 0.01 0.00 ind:pas:3p; -intégré intégrer ver m s 7.98 6.89 1.25 1.22 par:pas; -intégrée intégrer ver f s 7.98 6.89 0.39 0.68 par:pas; -intégrées intégrer ver f p 7.98 6.89 0.28 0.14 par:pas; -intégrés intégrer ver m p 7.98 6.89 0.43 0.47 par:pas; -intuitif intuitif adj m s 0.81 0.61 0.24 0.27 -intuitifs intuitif adj m p 0.81 0.61 0.02 0.00 -intuition intuition nom f s 9.37 11.08 8.64 9.80 -intuitions intuition nom f p 9.37 11.08 0.73 1.28 -intuitive intuitif adj f s 0.81 0.61 0.50 0.27 -intuitivement intuitivement adv 0.17 0.74 0.17 0.74 -intuitives intuitif adj f p 0.81 0.61 0.05 0.07 -intumescence intumescence nom f s 0.01 0.00 0.01 0.00 -intéressa intéresser ver 140.80 117.36 0.02 1.69 ind:pas:3s; -intéressai intéresser ver 140.80 117.36 0.00 0.34 ind:pas:1s; -intéressaient intéresser ver 140.80 117.36 0.73 4.93 ind:imp:3p; -intéressais intéresser ver 140.80 117.36 1.20 2.70 ind:imp:1s;ind:imp:2s; -intéressait intéresser ver 140.80 117.36 7.29 22.57 ind:imp:3s; -intéressant intéressant adj m s 69.17 28.65 47.07 15.47 -intéressante intéressant adj f s 69.17 28.65 13.05 5.95 -intéressantes intéressant adj f p 69.17 28.65 4.82 3.58 -intéressants intéressant adj m p 69.17 28.65 4.24 3.65 -intéresse intéresser ver 140.80 117.36 75.20 34.39 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:1s;sub:pre:3s; -intéressement intéressement nom m s 0.05 0.07 0.05 0.07 -intéressent intéresser ver 140.80 117.36 9.68 7.23 ind:pre:3p; -intéresser intéresser ver 140.80 117.36 12.94 22.70 ind:pre:2p;inf; -intéressera intéresser ver 140.80 117.36 1.65 0.88 ind:fut:3s; -intéresserai intéresser ver 140.80 117.36 0.24 0.00 ind:fut:1s; -intéresseraient intéresser ver 140.80 117.36 0.29 0.41 cnd:pre:3p; -intéresserais intéresser ver 140.80 117.36 0.14 0.20 cnd:pre:1s;cnd:pre:2s; -intéresserait intéresser ver 140.80 117.36 3.42 2.57 cnd:pre:3s; -intéresseras intéresser ver 140.80 117.36 0.01 0.07 ind:fut:2s; -intéresseriez intéresser ver 140.80 117.36 0.01 0.00 cnd:pre:2p; -intéresserons intéresser ver 140.80 117.36 0.00 0.07 ind:fut:1p; -intéresseront intéresser ver 140.80 117.36 0.25 0.34 ind:fut:3p; -intéresses intéresser ver 140.80 117.36 6.81 1.01 ind:pre:2s; -intéressez intéresser ver 140.80 117.36 2.03 0.81 imp:pre:2p;ind:pre:2p; -intéressiez intéresser ver 140.80 117.36 0.46 0.34 ind:imp:2p; -intéressions intéresser ver 140.80 117.36 0.01 0.07 ind:imp:1p; -intéressons intéresser ver 140.80 117.36 0.31 0.07 imp:pre:1p;ind:pre:1p; -intéressât intéresser ver 140.80 117.36 0.01 0.74 sub:imp:3s; -intéressèrent intéresser ver 140.80 117.36 0.00 0.27 ind:pas:3p; -intéressé intéresser ver m s 140.80 117.36 9.31 6.22 par:pas; -intéressée intéresser ver f s 140.80 117.36 3.02 2.36 par:pas; -intéressées intéressé adj f p 7.20 7.77 0.46 0.68 -intéressés intéresser ver m p 140.80 117.36 2.82 1.76 par:pas; -intérieur intérieur nom m s 90.11 135.88 89.75 133.51 -intérieure intérieur adj f s 13.17 50.61 6.75 23.38 -intérieurement intérieurement adv 1.29 6.01 1.29 6.01 -intérieures intérieur adj f p 13.17 50.61 0.84 4.86 -intérieurs intérieur adj m p 13.17 50.61 0.84 3.38 -intérim intérim nom m s 1.10 2.03 1.10 1.89 -intérimaire intérimaire nom s 0.77 0.47 0.49 0.20 -intérimaires intérimaire nom p 0.77 0.47 0.28 0.27 -intérims intérim nom m p 1.10 2.03 0.00 0.14 -intériorisa intérioriser ver 0.35 0.34 0.00 0.07 ind:pas:3s; -intériorisait intérioriser ver 0.35 0.34 0.01 0.00 ind:imp:3s; -intériorisation intériorisation nom f s 0.14 0.07 0.14 0.07 -intériorise intérioriser ver 0.35 0.34 0.09 0.07 ind:pre:1s;ind:pre:3s; -intériorisent intérioriser ver 0.35 0.34 0.14 0.00 ind:pre:3p; -intérioriser intérioriser ver 0.35 0.34 0.09 0.00 inf; -intériorisée intérioriser ver f s 0.35 0.34 0.03 0.07 par:pas; -intériorisées intérioriser ver f p 0.35 0.34 0.00 0.07 par:pas; -intériorisés intérioriser ver m p 0.35 0.34 0.00 0.07 par:pas; -intériorité intériorité nom f s 0.10 0.41 0.10 0.41 -intérêt intérêt nom m s 81.09 97.36 63.63 75.00 -intérêts intérêt nom m p 81.09 97.36 17.46 22.36 -intussusception intussusception nom f s 0.03 0.00 0.03 0.00 -inébranlable inébranlable adj s 1.20 3.72 1.05 3.04 -inébranlablement inébranlablement adv 0.14 0.20 0.14 0.20 -inébranlables inébranlable adj p 1.20 3.72 0.15 0.68 -inébranlé inébranlé adj m s 0.00 0.07 0.00 0.07 -inéchangeable inéchangeable adj f s 0.00 0.07 0.00 0.07 -inécoutée inécouté adj f s 0.00 0.07 0.00 0.07 -inédit inédit adj m s 1.10 5.34 0.65 0.95 -inédite inédit adj f s 1.10 5.34 0.28 2.50 -inédites inédit adj f p 1.10 5.34 0.12 0.95 -inédits inédit adj m p 1.10 5.34 0.06 0.95 -inéducable inéducable adj s 0.01 0.00 0.01 0.00 -inégal inégal adj m s 0.68 8.11 0.23 2.84 -inégalable inégalable adj s 0.38 1.22 0.36 0.95 -inégalables inégalable adj f p 0.38 1.22 0.01 0.27 -inégale inégal adj f s 0.68 8.11 0.29 1.69 -inégalement inégalement adv 0.03 1.01 0.03 1.01 -inégales inégal adj f p 0.68 8.11 0.08 1.76 -inégalité inégalité nom f s 0.67 1.62 0.33 1.35 -inégalités inégalité nom f p 0.67 1.62 0.34 0.27 -inégalé inégalé adj m s 0.17 0.54 0.06 0.20 -inégalée inégaler ver f s 0.22 0.41 0.18 0.27 par:pas; -inégalées inégalé adj f p 0.17 0.54 0.00 0.07 -inégaux inégal adj m p 0.68 8.11 0.07 1.82 -inuit inuit nom f s 0.04 0.00 0.04 0.00 -inéligibilité inéligibilité nom f s 0.14 0.00 0.14 0.00 -inéligible inéligible adj s 0.03 0.07 0.03 0.07 -inéluctabilité inéluctabilité nom f s 0.00 0.14 0.00 0.14 -inéluctable inéluctable adj s 1.01 5.74 0.97 5.34 -inéluctablement inéluctablement adv 0.27 1.01 0.27 1.01 -inéluctables inéluctable adj p 1.01 5.74 0.04 0.41 -inélégamment inélégamment adv 0.00 0.07 0.00 0.07 -inélégance inélégance nom f s 0.14 0.00 0.14 0.00 -inélégant inélégant adj m s 0.39 0.14 0.39 0.07 -inélégantes inélégant adj f p 0.39 0.14 0.00 0.07 -inénarrable inénarrable adj s 0.12 0.95 0.11 0.47 -inénarrables inénarrable adj p 0.12 0.95 0.01 0.47 -inupik inupik nom m s 0.00 0.07 0.00 0.07 -inépuisable inépuisable adj s 0.97 9.53 0.68 7.57 -inépuisablement inépuisablement adv 0.00 0.74 0.00 0.74 -inépuisables inépuisable adj p 0.97 9.53 0.28 1.96 -inépuisées inépuisé adj f p 0.00 0.14 0.00 0.14 -inéquitable inéquitable adj m s 0.04 0.00 0.04 0.00 -inusabilité inusabilité nom f s 0.00 0.07 0.00 0.07 -inusable inusable adj s 0.17 1.96 0.16 1.55 -inusables inusable adj p 0.17 1.96 0.01 0.41 -inusité inusité adj m s 0.30 1.42 0.22 0.47 -inusitée inusité adj f s 0.30 1.42 0.07 0.68 -inusitées inusité adj f p 0.30 1.42 0.01 0.20 -inusités inusité adj m p 0.30 1.42 0.00 0.07 -inusuelle inusuel adj f s 0.00 0.07 0.00 0.07 -inutile inutile adj s 72.71 70.34 64.05 53.04 -inutilement inutilement adv 1.83 4.66 1.83 4.66 -inutiles inutile adj p 72.71 70.34 8.66 17.30 -inutilisable inutilisable adj s 1.72 2.03 1.14 0.95 -inutilisables inutilisable adj p 1.72 2.03 0.58 1.08 -inutilisation inutilisation nom f s 0.00 0.14 0.00 0.14 -inutilisé inutilisé adj m s 0.37 0.81 0.08 0.14 -inutilisée inutilisé adj f s 0.37 0.81 0.13 0.27 -inutilisées inutilisé adj f p 0.37 0.81 0.09 0.20 -inutilisés inutilisé adj m p 0.37 0.81 0.07 0.20 -inutilité inutilité nom f s 0.56 3.58 0.56 3.51 -inutilités inutilité nom f p 0.56 3.58 0.00 0.07 -inévaluable inévaluable adj s 0.00 0.07 0.00 0.07 -inévitabilité inévitabilité nom f s 0.04 0.00 0.04 0.00 -inévitable inévitable adj s 7.44 16.49 6.96 13.38 -inévitablement inévitablement adv 1.02 3.51 1.02 3.51 -inévitables inévitable adj p 7.44 16.49 0.48 3.11 -invagination invagination nom f s 0.03 0.00 0.03 0.00 -invaincu invaincu adj m s 0.84 0.61 0.50 0.34 -invaincue invaincu adj f s 0.84 0.61 0.08 0.14 -invaincues invaincu adj f p 0.84 0.61 0.00 0.07 -invaincus invaincu adj m p 0.84 0.61 0.26 0.07 -invalidant invalidant adj m s 0.04 0.00 0.02 0.00 -invalidante invalidant adj f s 0.04 0.00 0.02 0.00 -invalidation invalidation nom f s 0.02 0.00 0.02 0.00 -invalide invalide adj s 1.77 0.81 1.48 0.27 -invalider invalider ver 0.59 0.27 0.10 0.00 inf; -invalides invalide nom p 2.03 4.39 1.41 3.85 -invalidité invalidité nom f s 0.99 0.27 0.99 0.20 -invalidités invalidité nom f p 0.99 0.27 0.00 0.07 -invalidé invalider ver m s 0.59 0.27 0.14 0.14 par:pas; -invalidés invalider ver m p 0.59 0.27 0.00 0.07 par:pas; -invariable invariable adj s 0.08 1.89 0.07 1.55 -invariablement invariablement adv 0.64 4.86 0.64 4.86 -invariables invariable adj p 0.08 1.89 0.01 0.34 -invariance invariance nom f s 0.01 0.00 0.01 0.00 -invasif invasif adj m s 0.28 0.00 0.11 0.00 -invasion invasion nom f s 7.15 11.22 6.96 9.32 -invasions invasion nom f p 7.15 11.22 0.19 1.89 -invasive invasif adj f s 0.28 0.00 0.14 0.00 -invasives invasif adj f p 0.28 0.00 0.03 0.00 -invectiva invectiver ver 0.14 1.82 0.00 0.20 ind:pas:3s; -invectivai invectiver ver 0.14 1.82 0.00 0.07 ind:pas:1s; -invectivaient invectiver ver 0.14 1.82 0.00 0.07 ind:imp:3p; -invectivait invectiver ver 0.14 1.82 0.00 0.41 ind:imp:3s; -invectivant invectiver ver 0.14 1.82 0.00 0.34 par:pre; -invective invectiver ver 0.14 1.82 0.12 0.20 imp:pre:2s;ind:pre:1s;ind:pre:3s; -invectivent invectiver ver 0.14 1.82 0.00 0.07 ind:pre:3p; -invectiver invectiver ver 0.14 1.82 0.02 0.47 inf; -invectives invective nom f p 0.25 2.84 0.24 2.03 -invendable invendable adj m s 0.20 0.27 0.19 0.14 -invendables invendable adj m p 0.20 0.27 0.01 0.14 -invendu invendu nom m s 0.47 0.41 0.01 0.00 -invendues invendu adj f p 0.17 0.68 0.12 0.20 -invendus invendu nom m p 0.47 0.41 0.46 0.41 -inventa inventer ver 53.96 69.73 0.65 1.69 ind:pas:3s; -inventai inventer ver 53.96 69.73 0.02 1.22 ind:pas:1s; -inventaient inventer ver 53.96 69.73 0.02 0.81 ind:imp:3p; -inventaire inventaire nom m s 4.02 7.50 3.86 6.62 -inventaires inventaire nom m p 4.02 7.50 0.16 0.88 -inventais inventer ver 53.96 69.73 0.43 1.69 ind:imp:1s;ind:imp:2s; -inventait inventer ver 53.96 69.73 0.55 3.85 ind:imp:3s; -inventant inventer ver 53.96 69.73 0.21 1.42 par:pre; -invente inventer ver 53.96 69.73 7.53 10.34 imp:pre:2s;ind:pre:1s;ind:pre:3s; -inventent inventer ver 53.96 69.73 1.68 1.62 ind:pre:3p; -inventer inventer ver 53.96 69.73 11.35 17.43 ind:pre:2p;inf; -inventera inventer ver 53.96 69.73 0.33 0.54 ind:fut:3s; -inventerai inventer ver 53.96 69.73 0.69 0.34 ind:fut:1s; -inventeraient inventer ver 53.96 69.73 0.01 0.07 cnd:pre:3p; -inventerais inventer ver 53.96 69.73 0.35 0.41 cnd:pre:1s;cnd:pre:2s; -inventerait inventer ver 53.96 69.73 0.14 0.68 cnd:pre:3s; -inventeras inventer ver 53.96 69.73 0.14 0.07 ind:fut:2s; -inventerez inventer ver 53.96 69.73 0.04 0.00 ind:fut:2p; -inventeriez inventer ver 53.96 69.73 0.11 0.00 cnd:pre:2p; -inventerions inventer ver 53.96 69.73 0.01 0.00 cnd:pre:1p; -inventerons inventer ver 53.96 69.73 0.04 0.00 ind:fut:1p; -inventeront inventer ver 53.96 69.73 0.07 0.20 ind:fut:3p; -inventes inventer ver 53.96 69.73 2.11 1.08 ind:pre:2s;sub:pre:2s; -inventeur inventeur nom m s 3.34 2.03 2.91 1.76 -inventeurs inventeur nom m p 3.34 2.03 0.42 0.27 -inventez inventer ver 53.96 69.73 1.17 0.07 imp:pre:2p;ind:pre:2p; -inventiez inventer ver 53.96 69.73 0.04 0.00 ind:imp:2p; -inventif inventif adj m s 0.36 1.28 0.22 0.74 -inventifs inventif adj m p 0.36 1.28 0.04 0.14 -invention invention nom f s 10.37 15.68 7.88 10.81 -inventions invention nom f p 10.37 15.68 2.49 4.86 -inventive inventif adj f s 0.36 1.28 0.10 0.41 -inventivité inventivité nom f s 0.02 0.07 0.02 0.00 -inventivités inventivité nom f p 0.02 0.07 0.00 0.07 -inventons inventer ver 53.96 69.73 0.14 0.07 imp:pre:1p;ind:pre:1p; -inventoria inventorier ver 0.23 1.55 0.00 0.07 ind:pas:3s; -inventoriai inventorier ver 0.23 1.55 0.00 0.07 ind:pas:1s; -inventoriaient inventorier ver 0.23 1.55 0.00 0.07 ind:imp:3p; -inventoriait inventorier ver 0.23 1.55 0.00 0.14 ind:imp:3s; -inventorient inventorier ver 0.23 1.55 0.00 0.07 ind:pre:3p; -inventorier inventorier ver 0.23 1.55 0.19 0.74 inf; -inventorié inventorier ver m s 0.23 1.55 0.03 0.20 par:pas; -inventoriée inventorier ver f s 0.23 1.55 0.00 0.07 par:pas; -inventoriées inventorier ver f p 0.23 1.55 0.02 0.14 par:pas; -inventât inventer ver 53.96 69.73 0.00 0.07 sub:imp:3s; -inventèrent inventer ver 53.96 69.73 0.11 0.34 ind:pas:3p; -inventé inventer ver m s 53.96 69.73 23.20 17.97 par:pas; -inventée inventer ver f s 53.96 69.73 1.53 3.58 par:pas; -inventées inventer ver f p 53.96 69.73 0.56 1.62 par:pas; -inventés inventer ver m p 53.96 69.73 0.72 2.23 par:pas; -inversa inverser ver 6.29 7.57 0.00 0.14 ind:pas:3s; -inversaient inverser ver 6.29 7.57 0.00 0.14 ind:imp:3p; -inversait inverser ver 6.29 7.57 0.13 0.20 ind:imp:3s; -inversant inverser ver 6.29 7.57 0.07 0.41 par:pre; -inverse inverse nom s 6.40 6.22 6.40 6.22 -inversement inversement adv 0.47 2.64 0.47 2.64 -inversent inverser ver 6.29 7.57 0.13 0.20 ind:pre:3p; -inverser inverser ver 6.29 7.57 1.36 1.01 inf; -inversera inverser ver 6.29 7.57 0.06 0.00 ind:fut:3s; -inverserais inverser ver 6.29 7.57 0.01 0.00 cnd:pre:1s; -inverserait inverser ver 6.29 7.57 0.02 0.00 cnd:pre:3s; -inverses inverser ver 6.29 7.57 0.04 0.00 ind:pre:2s; -inverseur inverseur nom m s 0.02 0.00 0.02 0.00 -inversez inverser ver 6.29 7.57 0.21 0.07 imp:pre:2p;ind:pre:2p; -inversible inversible adj f s 0.00 0.07 0.00 0.07 -inversion inversion nom f s 0.76 3.65 0.75 3.38 -inversions inversion nom f p 0.76 3.65 0.01 0.27 -inversons inverser ver 6.29 7.57 0.04 0.00 imp:pre:1p; -inversèrent inverser ver 6.29 7.57 0.00 0.07 ind:pas:3p; -inversé inverser ver m s 6.29 7.57 2.00 1.96 par:pas; -inversée inverser ver f s 6.29 7.57 0.85 1.49 par:pas; -inversées inverser ver f p 6.29 7.57 0.20 0.54 par:pas; -inversés inverser ver m p 6.29 7.57 0.71 0.95 par:pas; -inverti invertir ver m s 0.16 0.00 0.16 0.00 par:pas; -invertis inverti nom m p 0.56 0.41 0.44 0.34 -invertébré invertébré adj m s 0.19 0.27 0.07 0.07 -invertébrée invertébré adj f s 0.19 0.27 0.01 0.07 -invertébrés invertébré nom m p 0.20 0.14 0.19 0.07 -investît investir ver 16.50 9.46 0.01 0.00 sub:imp:3s; -investi investir ver m s 16.50 9.46 5.49 2.91 par:pas; -investie investir ver f s 16.50 9.46 0.15 0.81 par:pas; -investies investir ver f p 16.50 9.46 0.02 0.07 par:pas; -investigateur investigateur nom m s 0.13 0.00 0.03 0.00 -investigateurs investigateur nom m p 0.13 0.00 0.07 0.00 -investigation investigation nom f s 3.26 2.57 1.95 1.08 -investigations investigation nom f p 3.26 2.57 1.31 1.49 -investigatrice investigateur adj f s 0.14 0.27 0.11 0.00 -investigatrices investigateur adj f p 0.14 0.27 0.01 0.07 -investiguant investiguer ver 0.03 0.00 0.01 0.00 par:pre; -investiguer investiguer ver 0.03 0.00 0.01 0.00 inf; -investir investir ver 16.50 9.46 5.85 2.36 inf; -investira investir ver 16.50 9.46 0.14 0.00 ind:fut:3s; -investirais investir ver 16.50 9.46 0.07 0.00 cnd:pre:1s; -investirait investir ver 16.50 9.46 0.16 0.00 cnd:pre:3s; -investirent investir ver 16.50 9.46 0.02 0.07 ind:pas:3p; -investirons investir ver 16.50 9.46 0.02 0.00 ind:fut:1p; -investiront investir ver 16.50 9.46 0.17 0.00 ind:fut:3p; -investis investir ver m p 16.50 9.46 1.53 0.81 imp:pre:2s;ind:pre:1s;ind:pre:2s;par:pas; -investissaient investir ver 16.50 9.46 0.14 0.14 ind:imp:3p; -investissais investir ver 16.50 9.46 0.02 0.14 ind:imp:1s;ind:imp:2s; -investissait investir ver 16.50 9.46 0.05 0.20 ind:imp:3s; -investissant investir ver 16.50 9.46 0.04 0.41 par:pre; -investisse investir ver 16.50 9.46 0.06 0.14 sub:pre:1s;sub:pre:3s; -investissement investissement nom m s 7.38 2.77 5.05 1.35 -investissements investissement nom m p 7.38 2.77 2.33 1.42 -investissent investir ver 16.50 9.46 0.29 0.20 ind:pre:3p; -investisseur investisseur nom m s 2.64 0.07 0.66 0.00 -investisseurs investisseur nom m p 2.64 0.07 1.98 0.07 -investissez investir ver 16.50 9.46 0.67 0.00 imp:pre:2p;ind:pre:2p; -investissons investir ver 16.50 9.46 0.06 0.00 imp:pre:1p;ind:pre:1p; -investit investir ver 16.50 9.46 1.56 1.22 ind:pre:3s;ind:pas:3s; -investiture investiture nom f s 0.38 0.47 0.38 0.34 -investitures investiture nom f p 0.38 0.47 0.00 0.14 -invincibilité invincibilité nom f s 0.11 0.27 0.11 0.27 -invincible invincible adj s 3.60 5.07 2.92 4.59 -invinciblement invinciblement adv 0.01 1.22 0.01 1.22 -invincibles invincible adj p 3.60 5.07 0.68 0.47 -inviolabilité inviolabilité nom f s 0.13 0.14 0.13 0.14 -inviolable inviolable adj s 0.39 1.35 0.26 0.95 -inviolables inviolable adj p 0.39 1.35 0.13 0.41 -inviolé inviolé adj m s 0.10 0.34 0.04 0.20 -inviolée inviolé adj f s 0.10 0.34 0.03 0.00 -inviolées inviolé adj f p 0.10 0.34 0.02 0.00 -inviolés inviolé adj m p 0.10 0.34 0.01 0.14 -invisibilité invisibilité nom f s 0.45 0.27 0.45 0.27 -invisible_piston invisible_piston nom m s 0.00 0.07 0.00 0.07 -invisible invisible adj s 16.21 52.36 12.85 36.35 -invisiblement invisiblement adv 0.01 0.41 0.01 0.41 -invisibles invisible adj p 16.21 52.36 3.36 16.01 -invita inviter ver 116.83 82.30 0.45 9.93 ind:pas:3s; -invitai inviter ver 116.83 82.30 0.11 1.49 ind:pas:1s; -invitaient inviter ver 116.83 82.30 0.06 2.36 ind:imp:3p; -invitais inviter ver 116.83 82.30 0.50 1.01 ind:imp:1s;ind:imp:2s; -invitait inviter ver 116.83 82.30 0.90 8.92 ind:imp:3s; -invitant inviter ver 116.83 82.30 0.63 3.72 par:pre; -invitante invitant adj f s 0.01 0.68 0.01 0.34 -invitantes invitant adj f p 0.01 0.68 0.00 0.14 -invitants invitant adj m p 0.01 0.68 0.00 0.07 -invitation invitation nom f s 18.27 18.24 15.08 14.53 -invitations invitation nom f p 18.27 18.24 3.18 3.72 -invite inviter ver 116.83 82.30 29.01 11.01 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:1s; -invitent inviter ver 116.83 82.30 3.12 1.42 ind:pre:3p; -inviter inviter ver 116.83 82.30 22.63 14.05 inf;;inf;;inf;; -invitera inviter ver 116.83 82.30 0.65 0.47 ind:fut:3s; -inviterai inviter ver 116.83 82.30 1.36 0.34 ind:fut:1s; -inviteraient inviter ver 116.83 82.30 0.03 0.14 cnd:pre:3p; -inviterais inviter ver 116.83 82.30 0.80 0.20 cnd:pre:1s;cnd:pre:2s; -inviterait inviter ver 116.83 82.30 0.20 0.54 cnd:pre:3s; -inviteras inviter ver 116.83 82.30 0.19 0.14 ind:fut:2s; -inviterez inviter ver 116.83 82.30 0.17 0.07 ind:fut:2p; -inviteriez inviter ver 116.83 82.30 0.05 0.14 cnd:pre:2p; -inviterions inviter ver 116.83 82.30 0.00 0.07 cnd:pre:1p; -inviterons inviter ver 116.83 82.30 0.07 0.14 ind:fut:1p; -inviteront inviter ver 116.83 82.30 0.02 0.00 ind:fut:3p; -invites inviter ver 116.83 82.30 3.64 0.14 ind:pre:2s;sub:pre:2s; -inviteur inviteur nom m s 0.00 0.14 0.00 0.07 -inviteurs inviteur nom m p 0.00 0.14 0.00 0.07 -invitez inviter ver 116.83 82.30 3.09 0.47 imp:pre:2p;ind:pre:2p; -invitiez inviter ver 116.83 82.30 0.24 0.14 ind:imp:2p; -invitions inviter ver 116.83 82.30 0.03 0.20 ind:imp:1p; -invitâmes inviter ver 116.83 82.30 0.00 0.14 ind:pas:1p; -invitons inviter ver 116.83 82.30 0.93 0.20 imp:pre:1p;ind:pre:1p; -invitât inviter ver 116.83 82.30 0.00 0.20 sub:imp:3s; -invitèrent inviter ver 116.83 82.30 0.11 0.74 ind:pas:3p; -invité inviter ver m s 116.83 82.30 28.27 14.05 par:pas; -invitée inviter ver f s 116.83 82.30 12.14 5.20 par:pas; -invitées inviter ver f p 116.83 82.30 0.66 0.74 par:pas; -invités invité nom m p 41.19 27.16 24.84 18.51 -invivable invivable adj s 0.43 1.22 0.43 1.22 -invocation invocation nom f s 0.69 1.96 0.55 1.28 -invocations invocation nom f p 0.69 1.96 0.14 0.68 -invocatoire invocatoire adj m s 0.00 0.07 0.00 0.07 -involontaire involontaire adj s 3.40 6.62 3.10 5.61 -involontairement involontairement adv 0.57 3.18 0.57 3.18 -involontaires involontaire adj p 3.40 6.62 0.30 1.01 -involutif involutif adj m s 0.00 0.14 0.00 0.07 -involutifs involutif adj m p 0.00 0.14 0.00 0.07 -involution involution nom f s 0.00 0.07 0.00 0.07 -invoqua invoquer ver 8.13 10.95 0.26 0.61 ind:pas:3s; -invoquai invoquer ver 8.13 10.95 0.00 0.20 ind:pas:1s; -invoquaient invoquer ver 8.13 10.95 0.01 0.34 ind:imp:3p; -invoquais invoquer ver 8.13 10.95 0.00 0.34 ind:imp:1s; -invoquait invoquer ver 8.13 10.95 0.01 1.28 ind:imp:3s; -invoquant invoquer ver 8.13 10.95 0.67 2.09 par:pre; -invoque invoquer ver 8.13 10.95 1.55 0.68 imp:pre:2s;ind:pre:1s;ind:pre:3s; -invoquent invoquer ver 8.13 10.95 0.31 0.27 ind:pre:3p; -invoquer invoquer ver 8.13 10.95 2.23 2.57 inf; -invoquera invoquer ver 8.13 10.95 0.06 0.07 ind:fut:3s; -invoquerai invoquer ver 8.13 10.95 0.04 0.14 ind:fut:1s; -invoquerais invoquer ver 8.13 10.95 0.11 0.07 cnd:pre:1s;cnd:pre:2s; -invoquerait invoquer ver 8.13 10.95 0.02 0.00 cnd:pre:3s; -invoquerez invoquer ver 8.13 10.95 0.00 0.07 ind:fut:2p; -invoquerons invoquer ver 8.13 10.95 0.02 0.00 ind:fut:1p; -invoques invoquer ver 8.13 10.95 0.15 0.14 ind:pre:2s; -invoquez invoquer ver 8.13 10.95 0.35 0.34 imp:pre:2p;ind:pre:2p; -invoquons invoquer ver 8.13 10.95 0.33 0.00 imp:pre:1p;ind:pre:1p; -invoquât invoquer ver 8.13 10.95 0.00 0.07 sub:imp:3s; -invoqué invoquer ver m s 8.13 10.95 1.52 1.22 par:pas; -invoquée invoquer ver f s 8.13 10.95 0.20 0.27 par:pas; -invoquées invoquer ver f p 8.13 10.95 0.12 0.07 par:pas; -invoqués invoquer ver m p 8.13 10.95 0.17 0.14 par:pas; -invraisemblable invraisemblable adj s 2.11 9.53 1.62 7.30 -invraisemblablement invraisemblablement adv 0.00 0.14 0.00 0.14 -invraisemblables invraisemblable adj p 2.11 9.53 0.48 2.23 -invraisemblance invraisemblance nom f s 0.17 1.76 0.14 1.35 -invraisemblances invraisemblance nom f p 0.17 1.76 0.04 0.41 -invulnérabilité invulnérabilité nom f s 0.28 0.54 0.28 0.54 -invulnérable invulnérable adj s 1.12 3.18 0.90 2.57 -invulnérables invulnérable adj p 1.12 3.18 0.22 0.61 -invérifiable invérifiable adj s 0.02 0.34 0.01 0.14 -invérifiables invérifiable adj f p 0.02 0.34 0.01 0.20 -invétéré invétéré adj m s 0.79 1.69 0.65 1.01 -invétérée invétéré adj f s 0.79 1.69 0.08 0.34 -invétérées invétéré adj f p 0.79 1.69 0.00 0.14 -invétérés invétéré adj m p 0.79 1.69 0.06 0.20 -iode iode nom m s 1.15 3.58 1.15 3.58 -iodle iodler ver 0.07 0.00 0.03 0.00 imp:pre:2s;ind:pre:1s;ind:pre:3s; -iodler iodler ver 0.07 0.00 0.03 0.00 inf; -iodoforme iodoforme nom m s 0.01 0.07 0.01 0.07 -iodé iodé adj m s 0.14 0.20 0.00 0.07 -iodée iodé adj f s 0.14 0.20 0.14 0.14 -iodure iodure nom m s 0.05 0.00 0.05 0.00 -ion ion nom m s 0.85 0.14 0.37 0.07 -ionien ionien adj m s 0.00 0.20 0.00 0.07 -ionienne ionienne adj f s 0.01 0.07 0.01 0.07 -ioniennes ioniennes adj f s 0.00 0.20 0.00 0.20 -ioniens ionien adj m p 0.00 0.20 0.00 0.07 -ionique ionique adj s 0.45 0.07 0.35 0.07 -ioniques ionique adj p 0.45 0.07 0.10 0.00 -ionisant ionisant adj m s 0.05 0.00 0.04 0.00 -ionisante ionisant adj f s 0.05 0.00 0.01 0.00 -ionisation ionisation nom f s 0.23 0.14 0.23 0.14 -ioniser ioniser ver 0.04 0.00 0.02 0.00 inf; -ionisez ioniser ver 0.04 0.00 0.01 0.00 imp:pre:2p; -ionisé ionisé adj m s 0.15 0.07 0.05 0.07 -ionisée ionisé adj f s 0.15 0.07 0.10 0.00 -ionosphère ionosphère nom f s 0.20 0.07 0.20 0.07 -ions ion nom m p 0.85 0.14 0.48 0.07 -iota iota nom m 0.22 0.34 0.22 0.34 -ipomée ipomée nom f s 0.00 0.07 0.00 0.07 -ippon ippon nom m s 0.03 0.00 0.03 0.00 -ipse ipse nom m s 0.01 0.14 0.01 0.14 -ipso_facto ipso_facto adv 0.21 0.61 0.21 0.61 -ipéca ipéca nom m s 0.32 0.20 0.32 0.14 -ipécas ipéca nom m p 0.32 0.20 0.00 0.07 -ira aller ver 9992.78 2854.93 148.34 28.31 ind:fut:3s; -irai aller ver 9992.78 2854.93 71.96 27.70 ind:fut:1s; -iraient aller ver 9992.78 2854.93 1.65 5.47 cnd:pre:3p; -irais aller ver 9992.78 2854.93 20.14 11.96 cnd:pre:1s;cnd:pre:2s; -irait aller ver 9992.78 2854.93 22.44 26.01 cnd:pre:3s; -irakien irakien adj m s 1.12 0.34 0.86 0.07 -irakienne irakienne adj f s 0.08 0.00 0.08 0.00 -irakiens irakien nom m p 0.64 0.07 0.56 0.07 -iranien iranien adj m s 0.41 0.41 0.20 0.07 -iranienne iranien adj f s 0.41 0.41 0.12 0.07 -iraniennes iranien adj f p 0.41 0.41 0.01 0.14 -iraniens iranien nom m p 0.34 0.47 0.28 0.14 -iraquien iraquien adj m s 0.16 0.00 0.09 0.00 -iraquienne iraquien adj f s 0.16 0.00 0.07 0.00 -iraquiens iraquien nom m p 0.11 0.00 0.08 0.00 -iras aller ver 9992.78 2854.93 24.90 6.76 ind:fut:2s; -irascible irascible adj s 0.65 1.55 0.52 1.28 -irascibles irascible adj m p 0.65 1.55 0.14 0.27 -ire ire nom f s 0.58 0.81 0.55 0.74 -ires ire nom f p 0.58 0.81 0.03 0.07 -irez aller ver 9992.78 2854.93 14.29 5.41 ind:fut:2p; -iridescence iridescence nom f s 0.01 0.00 0.01 0.00 -iridescent iridescent adj m s 0.01 0.07 0.01 0.00 -iridescentes iridescent adj f p 0.01 0.07 0.00 0.07 -iridium iridium nom m s 0.18 0.34 0.18 0.34 -iridologie iridologie nom f s 0.01 0.00 0.01 0.00 -iriez aller ver 9992.78 2854.93 2.02 1.08 cnd:pre:2p; -irions aller ver 9992.78 2854.93 1.10 2.91 cnd:pre:1p; -iris iris nom m 3.93 6.42 3.93 6.42 -irisaient iriser ver 0.01 2.03 0.00 0.14 ind:imp:3p; -irisait iriser ver 0.01 2.03 0.00 0.20 ind:imp:3s; -irisant iriser ver 0.01 2.03 0.00 0.07 par:pre; -irisation irisation nom f s 0.00 0.81 0.00 0.47 -irisations irisation nom f p 0.00 0.81 0.00 0.34 -irise iriser ver 0.01 2.03 0.01 0.14 ind:pre:3s; -irisent iriser ver 0.01 2.03 0.00 0.14 ind:pre:3p; -iriser iriser ver 0.01 2.03 0.00 0.07 inf; -iriserait iriser ver 0.01 2.03 0.00 0.07 cnd:pre:3s; -irish_coffee irish_coffee nom m s 0.16 0.14 0.16 0.14 -irisé irisé adj m s 0.05 1.96 0.00 0.41 -irisée irisé adj f s 0.05 1.96 0.00 0.61 -irisées irisé adj f p 0.05 1.96 0.03 0.54 -irisés irisé adj m p 0.05 1.96 0.02 0.41 -irlandais irlandais adj m 4.75 3.78 3.71 2.43 -irlandaise irlandais adj f s 4.75 3.78 0.89 1.08 -irlandaises irlandais adj f p 4.75 3.78 0.15 0.27 -ironie ironie nom f s 6.05 24.19 6.00 23.78 -ironies ironie nom f p 6.05 24.19 0.05 0.41 -ironique ironique adj s 3.73 16.28 3.67 13.72 -ironiquement ironiquement adv 0.95 2.77 0.95 2.77 -ironiques ironique adj p 3.73 16.28 0.06 2.57 -ironisa ironiser ver 0.44 2.50 0.00 1.01 ind:pas:3s; -ironisai ironiser ver 0.44 2.50 0.00 0.07 ind:pas:1s; -ironisais ironiser ver 0.44 2.50 0.00 0.14 ind:imp:1s;ind:imp:2s; -ironisait ironiser ver 0.44 2.50 0.00 0.14 ind:imp:3s; -ironise ironiser ver 0.44 2.50 0.01 0.34 imp:pre:2s;ind:pre:3s; -ironisent ironiser ver 0.44 2.50 0.01 0.07 ind:pre:3p; -ironiser ironiser ver 0.44 2.50 0.42 0.47 inf; -ironisme ironisme nom m s 0.00 0.07 0.00 0.07 -ironiste ironiste nom s 0.00 0.14 0.00 0.14 -ironisé ironiser ver m s 0.44 2.50 0.00 0.27 par:pas; -irons aller ver 9992.78 2854.93 15.36 9.32 ind:fut:1p; -iront aller ver 9992.78 2854.93 7.43 4.73 ind:fut:3p; -iroquois iroquois nom m 0.05 0.00 0.05 0.00 -iroquoise iroquois adj f s 0.22 0.27 0.17 0.00 -irradia irradier ver 0.65 4.32 0.00 0.14 ind:pas:3s; -irradiaient irradier ver 0.65 4.32 0.00 0.20 ind:imp:3p; -irradiait irradier ver 0.65 4.32 0.03 1.28 ind:imp:3s; -irradiant irradiant adj m s 0.11 0.54 0.03 0.20 -irradiante irradiant adj f s 0.11 0.54 0.05 0.34 -irradiantes irradiant adj f p 0.11 0.54 0.04 0.00 -irradiation irradiation nom f s 0.27 0.34 0.26 0.20 -irradiations irradiation nom f p 0.27 0.34 0.01 0.14 -irradie irradier ver 0.65 4.32 0.13 0.88 imp:pre:2s;ind:pre:1s;ind:pre:3s; -irradier irradier ver 0.65 4.32 0.01 0.68 inf; -irradiera irradier ver 0.65 4.32 0.01 0.00 ind:fut:3s; -irradiez irradier ver 0.65 4.32 0.00 0.07 ind:pre:2p; -irradié irradier ver m s 0.65 4.32 0.27 0.27 par:pas; -irradiée irradier ver f s 0.65 4.32 0.06 0.07 par:pas; -irradiées irradier ver f p 0.65 4.32 0.03 0.00 par:pas; -irradiés irradier ver m p 0.65 4.32 0.10 0.00 par:pas; -irraisonnable irraisonnable adj s 0.01 0.07 0.01 0.07 -irraisonné irraisonné adj m s 0.07 1.49 0.03 0.27 -irraisonnée irraisonné adj f s 0.07 1.49 0.02 1.15 -irraisonnés irraisonné adj m p 0.07 1.49 0.01 0.07 -irrationalité irrationalité nom f s 0.04 0.07 0.04 0.07 -irrationnel irrationnel adj m s 1.63 1.15 0.61 0.81 -irrationnelle irrationnel adj f s 1.63 1.15 0.77 0.14 -irrationnellement irrationnellement adv 0.01 0.07 0.01 0.07 -irrationnelles irrationnel adj f p 1.63 1.15 0.16 0.14 -irrationnels irrationnel adj m p 1.63 1.15 0.10 0.07 -irrattrapable irrattrapable adj m s 0.12 0.27 0.12 0.14 -irrattrapables irrattrapable adj p 0.12 0.27 0.00 0.14 -irrecevabilité irrecevabilité nom f s 0.02 0.14 0.02 0.14 -irrecevable irrecevable adj s 0.72 0.14 0.61 0.14 -irrecevables irrecevable adj p 0.72 0.14 0.12 0.00 -irremplaçable irremplaçable adj s 1.23 5.14 1.11 4.26 -irremplaçables irremplaçable adj p 1.23 5.14 0.13 0.88 -irreprésentable irreprésentable adj s 0.00 0.07 0.00 0.07 -irrespect irrespect nom m s 0.13 0.68 0.13 0.68 -irrespectueuse irrespectueux adj f s 0.71 1.01 0.04 0.27 -irrespectueusement irrespectueusement adv 0.02 0.07 0.02 0.07 -irrespectueuses irrespectueux adj f p 0.71 1.01 0.00 0.07 -irrespectueux irrespectueux adj m 0.71 1.01 0.68 0.68 -irrespirable irrespirable adj s 0.61 2.57 0.61 2.43 -irrespirables irrespirable adj f p 0.61 2.57 0.00 0.14 -irresponsabilité irresponsabilité nom f s 1.45 1.49 1.45 1.49 -irresponsable irresponsable adj s 6.29 2.70 4.99 2.09 -irresponsables irresponsable adj p 6.29 2.70 1.30 0.61 -irrigateur irrigateur adj m s 0.01 0.00 0.01 0.00 -irrigateurs irrigateur nom m p 0.00 0.07 0.00 0.07 -irrigation irrigation nom f s 0.86 1.55 0.86 1.55 -irriguaient irriguer ver 0.50 2.84 0.00 0.14 ind:imp:3p; -irriguait irriguer ver 0.50 2.84 0.00 0.34 ind:imp:3s; -irriguant irriguer ver 0.50 2.84 0.01 0.14 par:pre; -irrigue irriguer ver 0.50 2.84 0.14 0.20 imp:pre:2s;ind:pre:3s; -irriguent irriguer ver 0.50 2.84 0.01 0.07 ind:pre:3p; -irriguer irriguer ver 0.50 2.84 0.17 0.47 inf; -irriguera irriguer ver 0.50 2.84 0.02 0.00 ind:fut:3s; -irrigueraient irriguer ver 0.50 2.84 0.00 0.07 cnd:pre:3p; -irriguerait irriguer ver 0.50 2.84 0.00 0.20 cnd:pre:3s; -irriguons irriguer ver 0.50 2.84 0.00 0.07 imp:pre:1p; -irrigué irriguer ver m s 0.50 2.84 0.08 0.41 par:pas; -irriguée irriguer ver f s 0.50 2.84 0.03 0.47 par:pas; -irriguées irriguer ver f p 0.50 2.84 0.03 0.07 par:pas; -irrigués irriguer ver m p 0.50 2.84 0.01 0.20 par:pas; -irrita irriter ver 6.70 24.93 0.11 1.35 ind:pas:3s; -irritabilité irritabilité nom f s 0.20 0.07 0.20 0.07 -irritable irritable adj s 1.71 1.55 1.56 1.22 -irritables irritable adj f p 1.71 1.55 0.15 0.34 -irritai irriter ver 6.70 24.93 0.00 0.20 ind:pas:1s; -irritaient irriter ver 6.70 24.93 0.01 0.68 ind:imp:3p; -irritais irriter ver 6.70 24.93 0.01 0.81 ind:imp:1s; -irritait irriter ver 6.70 24.93 0.44 5.68 ind:imp:3s; -irritant irritant adj m s 1.18 4.26 0.80 1.89 -irritante irritant adj f s 1.18 4.26 0.17 1.42 -irritantes irritant adj f p 1.18 4.26 0.01 0.47 -irritants irritant adj m p 1.18 4.26 0.20 0.47 -irritation irritation nom f s 1.00 9.39 0.80 9.19 -irritations irritation nom f p 1.00 9.39 0.20 0.20 -irrite irriter ver 6.70 24.93 2.62 3.18 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -irritent irriter ver 6.70 24.93 0.20 0.68 ind:pre:3p; -irriter irriter ver 6.70 24.93 0.79 2.36 inf; -irritera irriter ver 6.70 24.93 0.01 0.00 ind:fut:3s; -irriterait irriter ver 6.70 24.93 0.02 0.20 cnd:pre:3s; -irriterons irriter ver 6.70 24.93 0.01 0.00 ind:fut:1p; -irritez irriter ver 6.70 24.93 0.08 0.07 imp:pre:2p;ind:pre:2p; -irritons irriter ver 6.70 24.93 0.00 0.07 ind:pre:1p; -irritât irriter ver 6.70 24.93 0.00 0.14 sub:imp:3s; -irritèrent irriter ver 6.70 24.93 0.00 0.14 ind:pas:3p; -irrité irriter ver m s 6.70 24.93 1.29 5.00 par:pas; -irritée irriter ver f s 6.70 24.93 0.82 3.24 par:pas; -irritées irriter ver f p 6.70 24.93 0.22 0.41 par:pas; -irrités irriter ver m p 6.70 24.93 0.07 0.47 par:pas; -irroration irroration nom f s 0.00 0.07 0.00 0.07 -irréalisable irréalisable adj s 0.51 1.08 0.47 0.88 -irréalisables irréalisable adj m p 0.51 1.08 0.03 0.20 -irréalisait irréaliser ver 0.00 0.14 0.00 0.07 ind:imp:3s; -irréalise irréaliser ver 0.00 0.14 0.00 0.07 ind:pre:3s; -irréalisme irréalisme nom m s 0.00 0.07 0.00 0.07 -irréaliste irréaliste adj s 0.46 0.14 0.35 0.14 -irréalistes irréaliste adj p 0.46 0.14 0.10 0.00 -irréalisé irréalisé adj m s 0.00 0.14 0.00 0.07 -irréalisés irréalisé adj m p 0.00 0.14 0.00 0.07 -irréalité irréalité nom f s 0.14 3.51 0.14 3.51 -irréconciliable irréconciliable adj s 0.32 0.20 0.28 0.14 -irréconciliables irréconciliable adj f p 0.32 0.20 0.04 0.07 -irrécupérable irrécupérable adj s 0.98 2.03 0.81 1.42 -irrécupérables irrécupérable adj p 0.98 2.03 0.18 0.61 -irrécusable irrécusable adj s 0.02 1.01 0.02 0.81 -irrécusables irrécusable adj m p 0.02 1.01 0.00 0.20 -irréductible irréductible adj s 0.29 2.64 0.00 1.49 -irréductiblement irréductiblement adv 0.01 0.14 0.01 0.14 -irréductibles irréductible adj p 0.29 2.64 0.29 1.15 -irréel irréel adj m s 2.84 12.43 1.87 5.27 -irréelle irréel adj f s 2.84 12.43 0.86 4.53 -irréellement irréellement adv 0.00 0.20 0.00 0.20 -irréelles irréel adj f p 2.84 12.43 0.07 1.15 -irréels irréel adj m p 2.84 12.43 0.04 1.49 -irréfléchi irréfléchi adj m s 0.92 0.54 0.40 0.14 -irréfléchie irréfléchi adj f s 0.92 0.54 0.34 0.41 -irréfléchis irréfléchi adj m p 0.92 0.54 0.18 0.00 -irréfragable irréfragable adj s 0.07 0.20 0.07 0.20 -irréfutable irréfutable adj s 1.58 2.77 0.97 2.09 -irréfutablement irréfutablement adv 0.03 0.20 0.03 0.20 -irréfutables irréfutable adj p 1.58 2.77 0.60 0.68 -irrégularité irrégularité nom f s 0.96 1.55 0.54 0.74 -irrégularités irrégularité nom f p 0.96 1.55 0.42 0.81 -irrégulier irrégulier adj m s 2.70 7.64 1.44 1.82 -irréguliers irrégulier adj m p 2.70 7.64 0.38 2.09 -irrégulière irrégulier adj f s 2.70 7.64 0.59 2.16 -irrégulièrement irrégulièrement adv 0.03 1.76 0.03 1.76 -irrégulières irrégulier adj f p 2.70 7.64 0.29 1.55 -irréligieuse irréligieux adj f s 0.04 0.07 0.01 0.00 -irréligieux irréligieux adj m s 0.04 0.07 0.03 0.07 -irréligiosité irréligiosité nom f s 0.00 0.07 0.00 0.07 -irrémissible irrémissible adj s 0.16 0.27 0.16 0.27 -irrémédiable irrémédiable adj s 0.57 5.34 0.52 5.07 -irrémédiablement irrémédiablement adv 1.12 4.19 1.12 4.19 -irrémédiables irrémédiable adj p 0.57 5.34 0.06 0.27 -irréparable irréparable adj s 1.73 4.39 1.33 3.58 -irréparablement irréparablement adv 0.00 0.14 0.00 0.14 -irréparables irréparable adj p 1.73 4.39 0.40 0.81 -irrépressible irrépressible adj s 0.95 3.99 0.79 3.24 -irrépressibles irrépressible adj p 0.95 3.99 0.16 0.74 -irréprochable irréprochable adj s 2.38 4.46 1.82 3.38 -irréprochablement irréprochablement adv 0.00 0.20 0.00 0.20 -irréprochables irréprochable adj p 2.38 4.46 0.56 1.08 -irruption irruption nom f s 2.82 11.69 2.79 11.35 -irruptions irruption nom f p 2.82 11.69 0.03 0.34 -irrésistible irrésistible adj s 4.67 15.34 4.33 13.78 -irrésistiblement irrésistiblement adv 0.14 4.66 0.14 4.66 -irrésistibles irrésistible adj p 4.67 15.34 0.33 1.55 -irrésolu irrésolu adj m s 0.33 0.68 0.04 0.47 -irrésolue irrésolu adj f s 0.33 0.68 0.17 0.00 -irrésolues irrésolu adj f p 0.33 0.68 0.07 0.07 -irrésolus irrésolu adj m p 0.33 0.68 0.05 0.14 -irrésolution irrésolution nom f s 0.01 0.20 0.01 0.20 -irrétrécissable irrétrécissable adj s 0.01 0.00 0.01 0.00 -irréversibilité irréversibilité nom f s 0.00 0.27 0.00 0.27 -irréversible irréversible adj s 1.92 2.43 1.33 1.96 -irréversiblement irréversiblement adv 0.15 0.34 0.15 0.34 -irréversibles irréversible adj p 1.92 2.43 0.59 0.47 -irrévocabilité irrévocabilité nom f s 0.01 0.00 0.01 0.00 -irrévocable irrévocable adj s 0.82 0.81 0.68 0.68 -irrévocablement irrévocablement adv 0.21 0.47 0.21 0.47 -irrévocables irrévocable adj p 0.82 0.81 0.14 0.14 -irrévérence irrévérence nom f s 0.30 0.20 0.30 0.20 -irrévérencieuse irrévérencieux adj f s 0.16 0.27 0.10 0.07 -irrévérencieusement irrévérencieusement adv 0.00 0.14 0.00 0.14 -irrévérencieuses irrévérencieux adj f p 0.16 0.27 0.00 0.14 -irrévérencieux irrévérencieux adj m s 0.16 0.27 0.06 0.07 -isabelle isabelle adj 1.85 0.47 1.85 0.47 -isard isard nom m s 0.00 0.54 0.00 0.34 -isards isard nom m p 0.00 0.54 0.00 0.20 -isatis isatis nom m 0.00 0.07 0.00 0.07 -isba isba nom f s 0.40 5.34 0.40 4.05 -isbas isba nom f p 0.40 5.34 0.00 1.28 -ischion ischion nom m s 0.01 0.14 0.01 0.14 -ischémie ischémie nom f s 0.23 0.00 0.23 0.00 -ischémique ischémique adj s 0.13 0.00 0.13 0.00 -islam islam nom m s 2.84 2.30 2.84 2.30 -islamique islamique adj s 1.49 0.54 1.30 0.47 -islamiques islamique adj p 1.49 0.54 0.20 0.07 -islamisants islamisant adj m p 0.00 0.07 0.00 0.07 -islamiser islamiser ver 0.01 0.07 0.01 0.00 inf; -islamisme islamisme nom m s 0.01 0.07 0.01 0.07 -islamiste islamiste adj s 0.19 0.00 0.15 0.00 -islamistes islamiste nom p 0.09 0.14 0.09 0.14 -islamisée islamisé adj f s 0.00 0.07 0.00 0.07 -islamisées islamiser ver f p 0.01 0.07 0.00 0.07 par:pas; -islandais islandais adj m s 0.44 0.81 0.29 0.34 -islandaise islandais adj f s 0.44 0.81 0.15 0.47 -ismaïliens ismaïlien nom m p 0.00 0.07 0.00 0.07 -ismaélien ismaélien nom m s 0.01 0.07 0.01 0.00 -ismaéliens ismaélien nom m p 0.01 0.07 0.00 0.07 -ismaélite ismaélite adj m s 0.01 0.00 0.01 0.00 -isme isme nom m s 0.34 0.00 0.34 0.00 -isochronisme isochronisme nom m s 0.01 0.00 0.01 0.00 -isocèle isocèle adj s 0.05 0.14 0.05 0.14 -isola isoler ver 14.10 23.45 0.04 1.28 ind:pas:3s; -isolables isolable adj m p 0.00 0.07 0.00 0.07 -isolai isoler ver 14.10 23.45 0.00 0.14 ind:pas:1s; -isolaient isoler ver 14.10 23.45 0.02 0.47 ind:imp:3p; -isolais isoler ver 14.10 23.45 0.01 0.14 ind:imp:1s;ind:imp:2s; -isolait isoler ver 14.10 23.45 0.05 2.57 ind:imp:3s; -isolant isolant nom m s 0.45 0.14 0.45 0.14 -isolante isolant adj f s 0.27 0.14 0.13 0.07 -isolateur isolateur nom m s 0.00 0.14 0.00 0.07 -isolateurs isolateur adj m p 0.01 0.07 0.01 0.00 -isolation isolation nom f s 1.02 0.34 1.02 0.20 -isolationnisme isolationnisme nom m s 0.05 0.20 0.05 0.20 -isolationniste isolationniste adj f s 0.02 0.07 0.02 0.07 -isolations isolation nom f p 1.02 0.34 0.00 0.14 -isole isoler ver 14.10 23.45 1.36 1.96 imp:pre:2s;ind:pre:1s;ind:pre:3s; -isolement isolement nom m s 5.63 7.97 5.63 7.91 -isolements isolement nom m p 5.63 7.97 0.00 0.07 -isolent isoler ver 14.10 23.45 0.46 0.47 ind:pre:3p; -isoler isoler ver 14.10 23.45 4.62 5.74 inf; -isolera isoler ver 14.10 23.45 0.03 0.00 ind:fut:3s; -isoleraient isoler ver 14.10 23.45 0.00 0.14 cnd:pre:3p; -isolerait isoler ver 14.10 23.45 0.01 0.27 cnd:pre:3s; -isoleront isoler ver 14.10 23.45 0.02 0.00 ind:fut:3p; -isolez isoler ver 14.10 23.45 0.65 0.00 imp:pre:2p;ind:pre:2p; -isoliez isoler ver 14.10 23.45 0.00 0.07 ind:imp:2p; -isolions isoler ver 14.10 23.45 0.03 0.00 ind:imp:1p; -isoloir isoloir nom m s 0.75 0.14 0.58 0.14 -isoloirs isoloir nom m p 0.75 0.14 0.16 0.00 -isolèrent isoler ver 14.10 23.45 0.00 0.20 ind:pas:3p; -isolé isolé adj m s 8.17 14.80 4.08 4.46 -isolée isolé adj f s 8.17 14.80 1.98 4.12 -isolées isoler ver f p 14.10 23.45 0.35 1.01 par:pas; -isolément isolément adv 0.14 1.28 0.14 1.28 -isolés isolé adj m p 8.17 14.80 1.79 4.66 -isomère isomère adj f s 0.25 0.00 0.25 0.00 -isométrique isométrique adj f s 0.02 0.00 0.02 0.00 -isoniazide isoniazide nom m s 0.01 0.00 0.01 0.00 -isorel isorel nom m s 0.00 0.14 0.00 0.14 -isotherme isotherme adj m s 0.11 0.00 0.11 0.00 -isothermique isothermique adj f s 0.01 0.00 0.01 0.00 -isotonique isotonique adj f s 0.10 0.00 0.10 0.00 -isotope isotope nom m s 0.64 0.00 0.37 0.00 -isotopes isotope nom m p 0.64 0.00 0.26 0.00 -isotopique isotopique adj f s 0.04 0.00 0.04 0.00 -israélien israélien adj m s 5.63 0.54 2.22 0.47 -israélienne israélien adj f s 5.63 0.54 1.54 0.07 -israéliennes israélien adj f p 5.63 0.54 0.15 0.00 -israéliens israélien nom m p 4.49 1.08 4.00 0.74 -israélite israélite adj s 0.70 0.81 0.57 0.41 -israélites israélite nom p 0.41 0.68 0.39 0.54 -israélo_arabe israélo_arabe adj f s 0.01 0.00 0.01 0.00 -israélo_syrien israélo_syrien adj f s 0.14 0.00 0.14 0.00 -issu issu adj m s 5.24 8.51 2.10 3.58 -issue issue nom f s 16.52 22.70 13.70 19.26 -issues issue nom f p 16.52 22.70 2.82 3.45 -issus issu adj m p 5.24 8.51 1.29 2.16 -isthme isthme nom m s 0.19 0.61 0.19 0.54 -isthmes isthme nom m p 0.19 0.61 0.00 0.07 -isthmique isthmique adj f s 0.01 0.00 0.01 0.00 -italianisme italianisme nom m s 0.00 0.14 0.00 0.14 -italiano italiano nom m s 0.24 0.07 0.24 0.07 -italien italien adj m s 26.66 35.74 13.01 13.51 -italienne italien adj f s 26.66 35.74 7.56 11.62 -italiennes italien adj f p 26.66 35.74 1.54 4.05 -italiens italien nom m p 23.24 27.57 9.07 9.73 -italique italique adj m s 0.14 0.68 0.12 0.07 -italiques italique adj f p 0.14 0.68 0.02 0.61 -italo_allemand italo_allemand adj f s 0.00 0.20 0.00 0.07 -italo_allemand italo_allemand adj f p 0.00 0.20 0.00 0.14 -italo_américain italo_américain adj m s 0.20 0.00 0.15 0.00 -italo_américain italo_américain adj f s 0.20 0.00 0.04 0.00 -italo_brésilien italo_brésilien adj m s 0.00 0.07 0.00 0.07 -italo_français italo_français adj m 0.00 0.14 0.00 0.07 -italo_français italo_français adj f p 0.00 0.14 0.00 0.07 -italo_irlandais italo_irlandais adj m 0.01 0.00 0.01 0.00 -italo_polonais italo_polonais adj m 0.00 0.07 0.00 0.07 -italo_égyptien italo_égyptien adj m s 0.00 0.07 0.00 0.07 -ite_missa_est ite_missa_est nom m 0.00 0.14 0.00 0.14 -item item nom m s 0.09 1.49 0.09 1.49 -ithos ithos nom m 0.00 0.07 0.00 0.07 -ithyphallique ithyphallique adj m s 0.00 0.14 0.00 0.14 -itinéraire itinéraire nom m s 4.18 10.47 3.25 8.45 -itinéraires itinéraire nom m p 4.18 10.47 0.93 2.03 -itinérant itinérant adj m s 0.51 0.74 0.39 0.20 -itinérante itinérant adj f s 0.51 0.74 0.06 0.27 -itinérantes itinérant adj f p 0.51 0.74 0.01 0.07 -itinérants itinérant nom m p 0.20 0.00 0.20 0.00 -itou itou adv_sup 0.30 1.82 0.30 1.82 -iules iule nom m p 0.00 0.07 0.00 0.07 -ive ive nom f s 0.81 0.68 0.01 0.68 -ives ive nom f p 0.81 0.68 0.81 0.00 -ivoire ivoire nom m s 1.98 8.38 1.96 7.84 -ivoires ivoire nom m p 1.98 8.38 0.02 0.54 -ivoirien ivoirien adj m s 0.00 0.14 0.00 0.14 -ivoirienne ivoirienne nom f s 0.00 0.07 0.00 0.07 -ivoirin ivoirin adj m s 0.00 0.74 0.00 0.68 -ivoirine ivoirin nom f s 0.00 0.41 0.00 0.27 -ivoirines ivoirin nom f p 0.00 0.41 0.00 0.14 -ivoirins ivoirin adj m p 0.00 0.74 0.00 0.07 -ivraie ivraie nom f s 0.21 0.68 0.21 0.68 -ivre ivre adj s 18.32 27.70 16.59 21.76 -ivres ivre adj p 18.32 27.70 1.72 5.95 -ivresse ivresse nom f s 3.56 18.11 3.29 17.50 -ivresses ivresse nom f p 3.56 18.11 0.27 0.61 -ivrognait ivrogner ver 0.00 0.20 0.00 0.07 ind:imp:3s; -ivrognasse ivrogner ver 0.00 0.20 0.00 0.07 sub:imp:1s; -ivrogne ivrogne nom s 10.60 13.92 7.81 8.72 -ivrogner ivrogner ver 0.00 0.20 0.00 0.07 inf; -ivrognerie ivrognerie nom f s 0.21 0.88 0.21 0.88 -ivrognes ivrogne nom p 10.60 13.92 2.79 5.20 -ivrognesse ivrognesse nom f s 0.01 0.07 0.01 0.07 -ixe ixer ver 0.00 0.34 0.00 0.34 ind:pre:3s; -ixième ixième adj f s 0.00 0.07 0.00 0.07 -j j pro_per s 3.16 0.88 3.16 0.88 -jaïnistes jaïniste nom p 0.00 0.07 0.00 0.07 -jabadao jabadao nom m s 0.00 0.20 0.00 0.20 -jabot jabot nom m s 0.16 2.16 0.15 1.89 -jaboter jaboter ver 0.00 0.07 0.00 0.07 inf; -jabots jabot nom m p 0.16 2.16 0.01 0.27 -jacarandas jacaranda nom m p 0.00 0.20 0.00 0.20 -jacassaient jacasser ver 1.58 2.09 0.01 0.47 ind:imp:3p; -jacassais jacasser ver 1.58 2.09 0.01 0.00 ind:imp:1s; -jacassait jacasser ver 1.58 2.09 0.04 0.20 ind:imp:3s; -jacassant jacasser ver 1.58 2.09 0.03 0.41 par:pre; -jacassante jacassant adj f s 0.00 0.61 0.00 0.14 -jacassantes jacassant adj f p 0.00 0.61 0.00 0.27 -jacassants jacassant adj m p 0.00 0.61 0.00 0.07 -jacasse jacasser ver 1.58 2.09 0.33 0.20 ind:pre:1s;ind:pre:3s; -jacassement jacassement nom m s 0.06 0.81 0.03 0.47 -jacassements jacassement nom m p 0.06 0.81 0.04 0.34 -jacassent jacasser ver 1.58 2.09 0.13 0.07 ind:pre:3p; -jacasser jacasser ver 1.58 2.09 0.91 0.61 inf; -jacasseraient jacasser ver 1.58 2.09 0.00 0.07 cnd:pre:3p; -jacasserie jacasserie nom f s 0.04 0.34 0.00 0.07 -jacasseries jacasserie nom f p 0.04 0.34 0.04 0.27 -jacasses jacasser ver 1.58 2.09 0.05 0.00 ind:pre:2s; -jacasseur jacasseur nom m s 0.04 0.07 0.03 0.00 -jacasseurs jacasseur nom m p 0.04 0.07 0.00 0.07 -jacasseuse jacasseur nom f s 0.04 0.07 0.01 0.00 -jacassez jacasser ver 1.58 2.09 0.04 0.00 imp:pre:2p;ind:pre:2p; -jacassiers jacassier nom m p 0.00 0.20 0.00 0.07 -jacassiez jacasser ver 1.58 2.09 0.00 0.07 ind:imp:2p; -jacassière jacassier nom f s 0.00 0.20 0.00 0.14 -jacassé jacasser ver m s 1.58 2.09 0.03 0.00 par:pas; -jachère jachère nom f s 0.12 0.88 0.12 0.74 -jachères jachère nom f p 0.12 0.88 0.00 0.14 -jacinthe jacinthe nom f s 0.15 1.28 0.01 0.54 -jacinthes jacinthe nom f p 0.15 1.28 0.14 0.74 -jack jack nom m s 2.26 0.07 1.86 0.07 -jacket jacket nom f s 0.23 0.14 0.04 0.07 -jackets jacket nom f p 0.23 0.14 0.19 0.07 -jackpot jackpot nom m s 1.96 0.27 1.96 0.27 -jacks jack nom m p 2.26 0.07 0.40 0.00 -jacob jacob nom m s 0.09 0.20 0.09 0.20 -jacobin jacobin adj m s 0.11 0.14 0.10 0.00 -jacobine jacobin adj f s 0.11 0.14 0.00 0.14 -jacobins jacobin adj m p 0.11 0.14 0.01 0.00 -jacobite jacobite adj m s 0.07 0.20 0.05 0.20 -jacobites jacobite nom p 0.18 0.14 0.14 0.14 -jacobées jacobée nom f p 0.00 0.07 0.00 0.07 -jacot jacot nom m s 0.00 0.41 0.00 0.41 -jacquard jacquard nom m s 0.11 1.28 0.11 1.28 -jacqueline jacqueline nom f s 0.01 0.00 0.01 0.00 -jacquemart jacquemart nom m s 0.00 0.20 0.00 0.07 -jacquemarts jacquemart nom m p 0.00 0.20 0.00 0.14 -jacqueries jacquerie nom f p 0.00 0.14 0.00 0.14 -jacques jacques nom m 3.12 4.73 3.12 4.73 -jacquet jacquet nom m s 0.25 2.57 0.25 2.57 -jacquier jacquier nom m s 0.00 0.68 0.00 0.68 -jacquot jacquot nom m s 0.01 0.00 0.01 0.00 -jactais jacter ver 0.36 9.53 0.00 0.07 ind:imp:1s; -jactait jacter ver 0.36 9.53 0.00 1.01 ind:imp:3s; -jactance jactance nom f s 0.40 3.85 0.40 3.85 -jactancier jactancier adj m s 0.00 0.07 0.00 0.07 -jactant jacter ver 0.36 9.53 0.00 0.14 par:pre; -jacte jacter ver 0.36 9.53 0.17 2.57 imp:pre:2s;ind:pre:1s;ind:pre:3s; -jactent jacter ver 0.36 9.53 0.00 0.34 ind:pre:3p; -jacter jacter ver 0.36 9.53 0.14 3.92 inf; -jacteraient jacter ver 0.36 9.53 0.00 0.07 cnd:pre:3p; -jacterais jacter ver 0.36 9.53 0.01 0.00 cnd:pre:2s; -jactes jacter ver 0.36 9.53 0.01 0.20 ind:pre:2s; -jacteur jacteur nom m s 0.00 0.14 0.00 0.14 -jactez jacter ver 0.36 9.53 0.01 0.14 imp:pre:2p;ind:pre:2p; -jactions jacter ver 0.36 9.53 0.00 0.07 ind:imp:1p; -jacté jacter ver m s 0.36 9.53 0.02 1.01 par:pas; -jaculatoire jaculatoire adj f s 0.00 0.07 0.00 0.07 -jacuzzi jacuzzi nom m s 3.46 0.14 3.32 0.07 -jacuzzis jacuzzi nom m p 3.46 0.14 0.14 0.07 -jade jade nom m s 0.66 3.51 0.63 3.38 -jades jade nom m p 0.66 3.51 0.03 0.14 -jadis jadis adv_sup 11.55 52.30 11.55 52.30 -jaffa jaffer ver 5.41 0.20 0.79 0.00 ind:pas:3s; -jaffas jaffer ver 5.41 0.20 4.57 0.00 ind:pas:2s; -jaffe jaffe nom f s 0.17 0.74 0.17 0.74 -jaffer jaffer ver 5.41 0.20 0.05 0.20 inf; -jaguar jaguar nom m s 0.91 0.61 0.65 0.41 -jaguarondi jaguarondi nom m s 0.01 0.00 0.01 0.00 -jaguars jaguar nom m p 0.91 0.61 0.27 0.20 -jaillît jaillir ver 5.79 43.24 0.00 0.07 sub:imp:3s; -jailli jaillir ver m s 5.79 43.24 0.69 5.47 par:pas; -jaillie jaillir ver f s 5.79 43.24 0.05 1.01 par:pas; -jaillies jaillir ver f p 5.79 43.24 0.00 0.68 par:pas; -jaillir jaillir ver 5.79 43.24 2.03 9.73 inf; -jaillira jaillir ver 5.79 43.24 0.34 0.27 ind:fut:3s; -jailliraient jaillir ver 5.79 43.24 0.00 0.07 cnd:pre:3p; -jaillirait jaillir ver 5.79 43.24 0.01 0.27 cnd:pre:3s; -jaillirent jaillir ver 5.79 43.24 0.06 1.42 ind:pas:3p; -jailliront jaillir ver 5.79 43.24 0.03 0.07 ind:fut:3p; -jaillis jaillir ver m p 5.79 43.24 0.15 1.28 ind:pre:1s;ind:pre:2s;par:pas; -jaillissaient jaillir ver 5.79 43.24 0.07 2.57 ind:imp:3p; -jaillissait jaillir ver 5.79 43.24 0.17 3.85 ind:imp:3s; -jaillissant jaillir ver 5.79 43.24 0.17 2.03 par:pre; -jaillissante jaillissant adj f s 0.02 1.69 0.01 0.74 -jaillissantes jaillissant adj f p 0.02 1.69 0.01 0.14 -jaillissants jaillissant adj m p 0.02 1.69 0.00 0.07 -jaillisse jaillir ver 5.79 43.24 0.08 0.41 sub:pre:3s; -jaillissement jaillissement nom m s 0.25 1.82 0.25 1.49 -jaillissements jaillissement nom m p 0.25 1.82 0.00 0.34 -jaillissent jaillir ver 5.79 43.24 0.53 3.99 ind:pre:3p; -jaillit jaillir ver 5.79 43.24 1.43 10.07 ind:pre:3s;ind:pas:3s; -jais jais nom m 0.43 6.82 0.43 6.82 -jaja jaja nom m s 0.20 0.61 0.20 0.61 -jalmince jalmince adj s 0.00 1.22 0.00 0.95 -jalminces jalmince adj p 0.00 1.22 0.00 0.27 -jalon jalon nom m s 0.17 2.70 0.03 1.08 -jalonnaient jalonner ver 0.12 5.00 0.01 1.08 ind:imp:3p; -jalonnais jalonner ver 0.12 5.00 0.00 0.07 ind:imp:1s; -jalonnait jalonner ver 0.12 5.00 0.00 0.20 ind:imp:3s; -jalonnant jalonner ver 0.12 5.00 0.02 0.27 par:pre; -jalonne jalonner ver 0.12 5.00 0.01 0.07 ind:pre:1s;ind:pre:3s; -jalonnent jalonner ver 0.12 5.00 0.04 1.28 ind:pre:3p; -jalonner jalonner ver 0.12 5.00 0.00 0.20 inf; -jalonné jalonner ver m s 0.12 5.00 0.02 0.61 par:pas; -jalonnée jalonner ver f s 0.12 5.00 0.02 0.95 par:pas; -jalonnés jalonner ver m p 0.12 5.00 0.00 0.27 par:pas; -jalons jalon nom m p 0.17 2.70 0.14 1.62 -jalousaient jalouser ver 0.93 2.09 0.02 0.20 ind:imp:3p; -jalousais jalouser ver 0.93 2.09 0.00 0.27 ind:imp:1s; -jalousait jalouser ver 0.93 2.09 0.01 0.54 ind:imp:3s; -jalousant jalouser ver 0.93 2.09 0.03 0.07 par:pre; -jalouse jalouse adj f s 14.80 9.05 14.20 7.84 -jalousement jalousement adv 0.95 2.50 0.95 2.50 -jalousent jalouser ver 0.93 2.09 0.14 0.20 ind:pre:3p; -jalouser jalouser ver 0.93 2.09 0.01 0.20 inf; -jalouserais jalouser ver 0.93 2.09 0.02 0.00 cnd:pre:1s;cnd:pre:2s; -jalouses jalouse adj f p 14.80 9.05 0.60 1.22 -jalousie jalousie nom f s 13.67 25.20 13.20 22.09 -jalousies jalousie nom f p 13.67 25.20 0.47 3.11 -jalousé jalouser ver m s 0.93 2.09 0.04 0.14 par:pas; -jalousée jalouser ver f s 0.93 2.09 0.00 0.07 par:pas; -jaloux jaloux adj m 29.87 15.14 29.87 15.14 -jam_session jam_session nom f s 0.16 0.00 0.14 0.00 -jam_session jam_session nom f p 0.16 0.00 0.01 0.00 -jam jam nom f s 0.05 0.07 0.05 0.07 -jamaïcain jamaïcain adj m s 0.27 0.20 0.14 0.20 -jamaïcaine jamaïcain adj f s 0.27 0.20 0.10 0.00 -jamaïcains jamaïcain nom m p 0.19 0.00 0.09 0.00 -jamaïquain jamaïquain adj m s 0.05 0.07 0.05 0.00 -jamaïquains jamaïquain nom m p 0.04 0.00 0.02 0.00 -jamais_vu jamais_vu nom m 0.00 0.07 0.00 0.07 -jamais jamais adv_sup 1360.22 1122.97 1360.22 1122.97 -jambage jambage nom m s 0.02 1.08 0.01 0.20 -jambages jambage nom m p 0.02 1.08 0.01 0.88 -jambart jambart nom m s 0.00 0.07 0.00 0.07 -jambe jambe nom f s 113.80 220.95 46.31 49.93 -jambes jambe nom f p 113.80 220.95 67.49 171.01 -jambier jambier nom m s 0.01 0.00 0.01 0.00 -jambière jambière nom f s 0.26 0.61 0.02 0.00 -jambières jambière nom f p 0.26 0.61 0.23 0.61 -jambon jambon nom m s 9.43 13.24 8.94 11.01 -jambonneau jambonneau nom m s 0.04 1.01 0.00 0.68 -jambonneaux jambonneau nom m p 0.04 1.01 0.04 0.34 -jambons jambon nom m p 9.43 13.24 0.48 2.23 -jamboree jamboree nom m s 0.09 0.07 0.09 0.07 -janissaire janissaire nom m s 0.00 6.42 0.00 0.68 -janissaires janissaire nom m p 0.00 6.42 0.00 5.74 -jans jan nom m p 0.11 0.61 0.10 0.61 -jansénisme jansénisme nom m s 0.00 0.54 0.00 0.54 -janséniste janséniste adj s 0.00 0.95 0.00 0.88 -jansénistes janséniste nom p 0.00 0.74 0.00 0.27 -jante jante nom f s 1.22 0.68 0.22 0.47 -jantes jante nom f p 1.22 0.68 0.99 0.20 -janvier janvier nom m 8.34 30.61 8.34 30.61 -jap jap nom s 2.26 0.20 0.23 0.14 -japon japon nom m s 0.20 0.27 0.20 0.20 -japonais japonais nom m 13.23 12.64 10.99 11.49 -japonaise japonais adj f s 11.90 14.66 3.20 3.99 -japonaiserie japonaiserie nom f s 0.00 0.07 0.00 0.07 -japonaises japonais adj f p 11.90 14.66 1.00 1.49 -japonerie japonerie nom f s 0.00 0.14 0.00 0.07 -japoneries japonerie nom f p 0.00 0.14 0.00 0.07 -japonisants japonisant nom m p 0.00 0.07 0.00 0.07 -japoniser japoniser ver 0.01 0.00 0.01 0.00 inf; -japons japon nom m p 0.20 0.27 0.00 0.07 -jappa japper ver 0.48 2.64 0.00 0.20 ind:pas:3s; -jappaient japper ver 0.48 2.64 0.00 0.07 ind:imp:3p; -jappait japper ver 0.48 2.64 0.02 0.34 ind:imp:3s; -jappant japper ver 0.48 2.64 0.01 0.34 par:pre; -jappe japper ver 0.48 2.64 0.34 0.61 imp:pre:2s;ind:pre:1s;ind:pre:3s; -jappement jappement nom m s 0.07 2.03 0.04 0.88 -jappements jappement nom m p 0.07 2.03 0.03 1.15 -jappent japper ver 0.48 2.64 0.00 0.14 ind:pre:3p; -japper japper ver 0.48 2.64 0.11 0.61 inf; -jappeur jappeur nom m s 0.01 0.07 0.01 0.07 -jappèrent japper ver 0.48 2.64 0.00 0.07 ind:pas:3p; -jappé japper ver m s 0.48 2.64 0.00 0.27 par:pas; -japs jap nom p 2.26 0.20 2.04 0.07 -jaquelin jaquelin nom m s 0.00 0.20 0.00 0.20 -jaquemart jaquemart nom m s 0.01 0.07 0.01 0.00 -jaquemarts jaquemart nom m p 0.01 0.07 0.00 0.07 -jaquet jaquet nom m s 0.00 0.14 0.00 0.14 -jaquette jaquette nom f s 1.34 2.91 1.30 2.57 -jaquettes jaquette nom f p 1.34 2.91 0.04 0.34 -jar jar nom m s 0.12 0.07 0.12 0.07 -jardin jardin nom m s 60.21 185.81 54.01 148.72 -jardinage jardinage nom m s 1.65 2.03 1.65 2.03 -jardinait jardiner ver 1.01 0.68 0.01 0.14 ind:imp:3s; -jardinant jardiner ver 1.01 0.68 0.02 0.07 par:pre; -jardine jardiner ver 1.01 0.68 0.62 0.07 imp:pre:2s;ind:pre:1s;ind:pre:3s; -jardinent jardiner ver 1.01 0.68 0.01 0.07 ind:pre:3p; -jardiner jardiner ver 1.01 0.68 0.31 0.27 inf; -jardinerai jardiner ver 1.01 0.68 0.01 0.00 ind:fut:1s; -jardineras jardiner ver 1.01 0.68 0.00 0.07 ind:fut:2s; -jardinerie jardinerie nom f s 0.04 0.07 0.04 0.07 -jardinet jardinet nom m s 0.18 6.62 0.18 3.65 -jardinets jardinet nom m p 0.18 6.62 0.00 2.97 -jardinier jardinier nom m s 7.67 11.89 6.90 6.22 -jardiniers jardinier nom m p 7.67 11.89 0.39 4.05 -jardinière jardinier nom f s 7.67 11.89 0.38 1.35 -jardinières jardinière nom f p 0.01 0.20 0.01 0.00 -jardins jardin nom m p 60.21 185.81 6.20 37.09 -jardiné jardiner ver m s 1.01 0.68 0.03 0.00 par:pas; -jargon jargon nom m s 1.91 4.32 1.90 4.26 -jargonnant jargonner ver 0.00 0.47 0.00 0.14 par:pre; -jargonne jargonner ver 0.00 0.47 0.00 0.14 ind:pre:3s; -jargonnent jargonner ver 0.00 0.47 0.00 0.07 ind:pre:3p; -jargonner jargonner ver 0.00 0.47 0.00 0.07 inf; -jargonné jargonner ver m s 0.00 0.47 0.00 0.07 par:pas; -jargons jargon nom m p 1.91 4.32 0.01 0.07 -jarnicoton jarnicoton ono 0.00 0.07 0.00 0.07 -jarre jarre nom f s 1.25 3.92 1.17 1.49 -jarres jarre nom f p 1.25 3.92 0.08 2.43 -jarret jarret nom m s 1.31 3.92 1.16 1.28 -jarretelle jarretelle nom f s 0.14 1.82 0.02 0.47 -jarretelles jarretelle nom f p 0.14 1.82 0.12 1.35 -jarretière jarretière nom f s 1.65 0.47 1.28 0.27 -jarretières jarretière nom f p 1.65 0.47 0.38 0.20 -jarrets jarret nom m p 1.31 3.92 0.15 2.64 -jars jars nom m 0.09 0.74 0.09 0.74 -jas jas nom m 0.03 0.07 0.03 0.07 -jasaient jaser ver 2.72 1.62 0.01 0.07 ind:imp:3p; -jasait jaser ver 2.72 1.62 0.00 0.20 ind:imp:3s; -jase jaser ver 2.72 1.62 0.51 0.41 imp:pre:2s;ind:pre:3s; -jasent jaser ver 2.72 1.62 0.47 0.00 ind:pre:3p; -jaser jaser ver 2.72 1.62 1.56 0.81 inf; -jaserait jaser ver 2.72 1.62 0.16 0.00 cnd:pre:3s; -jases jaser ver 2.72 1.62 0.00 0.07 ind:pre:2s; -jaseur jaseur nom m s 0.00 0.20 0.00 0.20 -jasmin jasmin nom m s 1.57 5.14 1.57 4.19 -jasmins jasmin nom m p 1.57 5.14 0.00 0.95 -jaspaient jasper ver 0.11 0.27 0.00 0.07 ind:imp:3p; -jaspe jaspe nom m s 0.00 0.27 0.00 0.27 -jasper jasper ver 0.11 0.27 0.11 0.00 inf; -jaspin jaspin nom m s 0.00 0.07 0.00 0.07 -jaspinaient jaspiner ver 0.00 1.08 0.00 0.07 ind:imp:3p; -jaspinais jaspiner ver 0.00 1.08 0.00 0.07 ind:imp:1s; -jaspinait jaspiner ver 0.00 1.08 0.00 0.14 ind:imp:3s; -jaspine jaspiner ver 0.00 1.08 0.00 0.61 ind:pre:1s;ind:pre:3s; -jaspinent jaspiner ver 0.00 1.08 0.00 0.07 ind:pre:3p; -jaspiner jaspiner ver 0.00 1.08 0.00 0.07 inf; -jaspiné jaspiner ver m s 0.00 1.08 0.00 0.07 par:pas; -jaspé jasper ver m s 0.11 0.27 0.00 0.07 par:pas; -jaspées jasper ver f p 0.11 0.27 0.00 0.07 par:pas; -jaspés jasper ver m p 0.11 0.27 0.00 0.07 par:pas; -jasé jaser ver m s 2.72 1.62 0.01 0.07 par:pas; -jatte jatte nom f s 0.18 0.81 0.18 0.41 -jattes jatte nom f p 0.18 0.81 0.00 0.41 -jauge jauge nom f s 1.44 0.54 1.25 0.47 -jaugea jauger ver 1.17 4.66 0.00 0.68 ind:pas:3s; -jaugeait jauger ver 1.17 4.66 0.01 1.01 ind:imp:3s; -jaugeant jauger ver 1.17 4.66 0.00 0.34 par:pre; -jaugent jauger ver 1.17 4.66 0.06 0.14 ind:pre:3p; -jauger jauger ver 1.17 4.66 0.64 0.88 inf; -jauges jauge nom f p 1.44 0.54 0.18 0.07 -jaugez jauger ver 1.17 4.66 0.28 0.00 imp:pre:2p;ind:pre:2p; -jaugé jauger ver m s 1.17 4.66 0.00 0.41 par:pas; -jaugée jauger ver f s 1.17 4.66 0.01 0.27 par:pas; -jaugés jauger ver m p 1.17 4.66 0.01 0.07 par:pas; -jaunasse jaunasse adj s 0.00 0.34 0.00 0.14 -jaunasses jaunasse adj f p 0.00 0.34 0.00 0.20 -jaune_vert jaune_vert adj s 0.01 0.20 0.01 0.20 -jaune jaune adj s 21.09 109.86 15.48 75.81 -jaunes jaune adj p 21.09 109.86 5.62 34.05 -jaunets jaunet nom m p 0.00 0.20 0.00 0.20 -jauni jaunir ver m s 0.92 8.31 0.50 1.55 par:pas; -jaunie jaunir ver f s 0.92 8.31 0.02 1.62 par:pas; -jaunies jauni adj f p 0.28 8.38 0.26 1.96 -jaunir jaunir ver 0.92 8.31 0.21 0.68 inf; -jaunira jaunir ver 0.92 8.31 0.00 0.07 ind:fut:3s; -jauniront jaunir ver 0.92 8.31 0.00 0.07 ind:fut:3p; -jaunis jauni adj m p 0.28 8.38 0.02 2.43 -jaunissaient jaunir ver 0.92 8.31 0.00 0.47 ind:imp:3p; -jaunissait jaunir ver 0.92 8.31 0.00 1.08 ind:imp:3s; -jaunissant jaunissant adj m s 0.16 0.68 0.16 0.00 -jaunissante jaunissant adj f s 0.16 0.68 0.00 0.14 -jaunissantes jaunissant adj f p 0.16 0.68 0.00 0.41 -jaunissants jaunissant adj m p 0.16 0.68 0.00 0.14 -jaunisse jaunisse nom f s 0.51 0.41 0.51 0.34 -jaunissement jaunissement nom m s 0.01 0.07 0.01 0.07 -jaunissent jaunir ver 0.92 8.31 0.02 0.27 ind:pre:3p; -jaunisses jaunisse nom f p 0.51 0.41 0.00 0.07 -jaunit jaunir ver 0.92 8.31 0.14 0.54 ind:pre:3s;ind:pas:3s; -jaunâtre jaunâtre adj s 0.10 9.93 0.08 7.50 -jaunâtres jaunâtre adj p 0.10 9.93 0.02 2.43 -java java nom f s 0.46 2.30 0.44 1.89 -javanais javanais adj m s 0.07 0.27 0.06 0.20 -javanaise javanais adj f s 0.07 0.27 0.01 0.00 -javanaises javanais adj f p 0.07 0.27 0.00 0.07 -javas java nom f p 0.46 2.30 0.02 0.41 -javel javel nom f s 1.33 3.45 1.33 3.45 -javeline javeline nom f s 0.00 0.07 0.00 0.07 -javelle javelle nom f s 0.01 0.34 0.01 0.00 -javelles javelle nom f p 0.01 0.34 0.00 0.34 -javellise javelliser ver 0.02 0.34 0.00 0.07 ind:pre:3s; -javelliser javelliser ver 0.02 0.34 0.01 0.00 inf; -javellisé javelliser ver m s 0.02 0.34 0.00 0.07 par:pas; -javellisée javelliser ver f s 0.02 0.34 0.01 0.14 par:pas; -javellisées javelliser ver f p 0.02 0.34 0.00 0.07 par:pas; -javelot javelot nom m s 0.71 1.35 0.44 0.95 -javelots javelot nom m p 0.71 1.35 0.27 0.41 -javotte javotte nom f s 0.00 0.07 0.00 0.07 -jazz_band jazz_band nom m s 0.02 0.20 0.02 0.20 -jazz_rock jazz_rock nom m 0.14 0.07 0.14 0.07 -jazz jazz nom m 7.38 8.11 7.38 8.11 -jazzman jazzman nom m s 0.34 0.20 0.27 0.14 -jazzmen jazzman nom m p 0.34 0.20 0.07 0.07 -jazzy jazzy adj f 0.14 0.00 0.14 0.00 -je_m_en_fichiste je_m_en_fichiste adj f s 0.01 0.00 0.01 0.00 -je_m_en_foutisme je_m_en_foutisme nom m s 0.01 0.14 0.01 0.14 -je_m_en_foutiste je_m_en_foutiste adj s 0.01 0.00 0.01 0.00 -je_m_en_foutiste je_m_en_foutiste nom p 0.03 0.07 0.03 0.07 -je_ne_sais_quoi je_ne_sais_quoi nom m 0.34 0.47 0.34 0.47 -je je pro_per s 25983.20 10862.77 25983.20 10862.77 -jeûna jeûner ver 2.59 1.35 0.01 0.07 ind:pas:3s; -jeûnaient jeûner ver 2.59 1.35 0.00 0.14 ind:imp:3p; -jeûnait jeûner ver 2.59 1.35 0.00 0.07 ind:imp:3s; -jeûnant jeûner ver 2.59 1.35 0.03 0.07 par:pre; -jeûne jeûne nom m s 1.84 4.46 1.62 3.72 -jeûnent jeûner ver 2.59 1.35 0.17 0.07 ind:pre:3p; -jeûner jeûner ver 2.59 1.35 1.10 0.61 inf; -jeûnerai jeûner ver 2.59 1.35 0.02 0.07 ind:fut:1s; -jeûnerait jeûner ver 2.59 1.35 0.00 0.07 cnd:pre:3s; -jeûneras jeûner ver 2.59 1.35 0.01 0.07 ind:fut:2s; -jeûnerons jeûner ver 2.59 1.35 0.01 0.00 ind:fut:1p; -jeûnes jeûner ver 2.59 1.35 0.32 0.00 ind:pre:2s; -jeûneurs jeûneur nom m p 0.00 0.07 0.00 0.07 -jeûnez jeûner ver 2.59 1.35 0.16 0.00 imp:pre:2p;ind:pre:2p; -jeûné jeûner ver m s 2.59 1.35 0.33 0.07 par:pas; -jean_foutre jean_foutre nom m 0.41 1.28 0.41 1.28 -jean_le_blanc jean_le_blanc nom m 0.00 0.07 0.00 0.07 -jean jean nom m s 6.55 10.20 3.62 6.96 -jeanneton jeanneton nom f s 0.02 0.68 0.02 0.68 -jeannette jeannette nom f s 0.27 0.20 0.02 0.20 -jeannettes jeannette nom f p 0.27 0.20 0.25 0.00 -jeannot jeannot nom m s 0.00 0.07 0.00 0.07 -jeans jean nom m p 6.55 10.20 2.93 3.24 -jeep jeep nom f s 4.65 2.97 4.18 2.16 -jeeps jeep nom f p 4.65 2.97 0.47 0.81 -jellaba jellaba nom f s 0.00 0.14 0.00 0.14 -jenny jenny nom f s 0.12 9.32 0.12 9.32 -jerez jerez nom m 0.67 0.68 0.67 0.68 -jerk jerk nom m s 0.11 0.54 0.11 0.54 -jerrican jerrican nom m s 0.37 0.20 0.34 0.07 -jerricane jerricane nom m s 0.19 0.07 0.19 0.00 -jerricanes jerricane nom m p 0.19 0.07 0.00 0.07 -jerricans jerrican nom m p 0.37 0.20 0.04 0.14 -jerrycan jerrycan nom m s 0.42 0.68 0.25 0.27 -jerrycans jerrycan nom m p 0.42 0.68 0.18 0.41 -jersey jersey nom m s 0.51 1.69 0.51 1.62 -jerseys jersey nom m p 0.51 1.69 0.00 0.07 -jet_set jet_set nom m s 0.42 0.07 0.42 0.07 -jet_stream jet_stream nom m s 0.01 0.00 0.01 0.00 -jet_society jet_society nom f s 0.00 0.07 0.00 0.07 -jet jet nom m s 10.49 20.95 7.96 14.53 -jeta jeter ver 192.17 336.82 1.63 60.95 ind:pas:3s; -jetable jetable adj s 1.16 0.54 0.54 0.34 -jetables jetable adj p 1.16 0.54 0.62 0.20 -jetai jeter ver 192.17 336.82 0.26 6.89 ind:pas:1s; -jetaient jeter ver 192.17 336.82 0.96 9.26 ind:imp:3p; -jetais jeter ver 192.17 336.82 1.24 3.04 ind:imp:1s;ind:imp:2s; -jetait jeter ver 192.17 336.82 0.00 33.85 ind:imp:3s; -jetant jeter ver 192.17 336.82 1.53 22.30 par:pre; -jetas jeter ver 192.17 336.82 0.02 0.00 ind:pas:2s; -jeter jeter ver 192.17 336.82 59.27 61.89 inf;; -jeteur jeteur nom m s 0.23 0.47 0.04 0.14 -jeteurs jeteur nom m p 0.23 0.47 0.17 0.14 -jeteuse jeteur nom f s 0.23 0.47 0.00 0.14 -jeteuses jeteur nom f p 0.23 0.47 0.00 0.07 -jetez jeter ver 192.17 336.82 17.07 1.69 imp:pre:2p;ind:pre:2p; -jetiez jeter ver 192.17 336.82 0.29 0.27 ind:imp:2p; -jetions jeter ver 192.17 336.82 0.34 1.89 ind:imp:1p; -jetâmes jeter ver 192.17 336.82 0.01 0.20 ind:pas:1p; -jeton jeton nom m s 10.27 10.27 2.88 4.32 -jetons jeton nom m p 10.27 10.27 7.39 5.95 -jetât jeter ver 192.17 336.82 0.00 0.27 sub:imp:3s; -jets jet nom m p 10.49 20.95 2.53 6.42 -jette jeter ver 192.17 336.82 43.48 45.34 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:1s;sub:pre:3s; -jettent jeter ver 192.17 336.82 3.44 6.89 ind:pre:3p;sub:pre:3p; -jettera jeter ver 192.17 336.82 2.10 1.01 ind:fut:3s; -jetterai jeter ver 192.17 336.82 2.38 0.61 ind:fut:1s; -jetteraient jeter ver 192.17 336.82 0.16 0.95 cnd:pre:3p; -jetterais jeter ver 192.17 336.82 1.02 0.34 cnd:pre:1s;cnd:pre:2s; -jetterait jeter ver 192.17 336.82 0.39 2.50 cnd:pre:3s; -jetteras jeter ver 192.17 336.82 0.31 0.14 ind:fut:2s; -jetterez jeter ver 192.17 336.82 0.09 0.20 ind:fut:2p; -jetteriez jeter ver 192.17 336.82 0.19 0.07 cnd:pre:2p; -jetterions jeter ver 192.17 336.82 0.00 0.14 cnd:pre:1p; -jetterons jeter ver 192.17 336.82 0.41 0.07 ind:fut:1p; -jetteront jeter ver 192.17 336.82 0.59 0.68 ind:fut:3p; -jettes jeter ver 192.17 336.82 4.77 0.47 ind:pre:2s;sub:pre:2s; -jetèrent jeter ver 192.17 336.82 0.29 3.72 ind:pas:3p; -jeté jeter ver m s 192.17 336.82 33.21 45.07 par:pas; -jetée jeter ver f s 192.17 336.82 9.01 13.38 par:pas; -jetées jeter ver f p 192.17 336.82 1.11 3.38 par:pas; -jetés jeter ver m p 192.17 336.82 3.73 8.72 par:pas; -jeu_concours jeu_concours nom m 0.10 0.14 0.10 0.14 -jeu jeu nom m s 190.44 173.31 156.79 130.68 -jeudi jeudi nom m s 26.09 23.51 24.58 21.01 -jeudis jeudi nom m p 26.09 23.51 1.51 2.50 -jeune_homme jeune_homme adj s 0.10 0.00 0.10 0.00 -jeune jeune adj s 297.01 569.19 234.90 432.64 -jeunement jeunement adv 0.00 0.27 0.00 0.27 -jeunes jeune adj p 297.01 569.19 62.12 136.55 -jeunesse jeunesse nom f s 28.71 85.14 27.21 83.24 -jeunesses jeunesse nom f p 28.71 85.14 1.50 1.89 -jeunet jeunet nom m s 0.11 0.00 0.11 0.00 -jeunets jeunet adj m p 0.13 0.68 0.00 0.07 -jeunette jeunette nom f s 0.17 0.95 0.12 0.61 -jeunettes jeunette nom f p 0.17 0.95 0.04 0.34 -jeunot jeunot nom m s 1.56 3.11 0.94 1.22 -jeunots jeunot nom m p 1.56 3.11 0.62 1.89 -jeux jeu nom m p 190.44 173.31 33.65 42.64 -jigger jigger nom m s 0.04 0.00 0.04 0.00 -jihad jihad nom s 0.28 0.00 0.28 0.00 -jingle jingle nom m s 1.14 0.07 0.88 0.07 -jingles jingle nom m p 1.14 0.07 0.26 0.00 -jinjin jinjin nom m s 0.00 0.27 0.00 0.27 -jiu_jitsu jiu_jitsu nom m 0.35 0.14 0.35 0.14 -jivaro jivaro adj m s 0.00 0.14 0.00 0.14 -jà jà adv 1.02 0.41 1.02 0.41 -joaillerie joaillerie nom f s 0.07 0.47 0.07 0.47 -joaillier joaillier nom m s 0.39 0.68 0.33 0.47 -joailliers joaillier nom m p 0.39 0.68 0.06 0.20 -job job nom m s 28.62 2.77 27.24 2.43 -jobard jobard nom m s 0.46 0.47 0.41 0.14 -jobardes jobard adj f p 0.05 0.47 0.00 0.07 -jobardise jobardise nom f s 0.00 0.20 0.00 0.20 -jobards jobard nom m p 0.46 0.47 0.06 0.34 -jobs job nom m p 28.62 2.77 1.38 0.34 -jociste jociste nom s 0.00 0.41 0.00 0.34 -jocistes jociste nom p 0.00 0.41 0.00 0.07 -jockey jockey nom s 1.69 8.24 1.37 6.82 -jockeys jockey nom p 1.69 8.24 0.33 1.42 -jocko jocko adj m s 0.17 0.00 0.17 0.00 -jocrisse jocrisse nom m s 0.02 0.27 0.00 0.20 -jocrisses jocrisse nom m p 0.02 0.27 0.02 0.07 -jodhpurs jodhpur nom m p 0.04 0.07 0.04 0.07 -jodler jodler ver 0.23 0.00 0.23 0.00 inf; -jogger jogger nom m s 0.34 0.07 0.25 0.07 -joggers jogger nom m p 0.34 0.07 0.09 0.00 -joggeur joggeur nom m s 0.26 0.00 0.07 0.00 -joggeurs joggeur nom m p 0.26 0.00 0.16 0.00 -joggeuse joggeur nom f s 0.26 0.00 0.03 0.00 -jogging jogging nom m s 2.21 1.28 2.20 1.22 -joggings jogging nom m p 2.21 1.28 0.01 0.07 -johannisberg johannisberg nom m s 0.00 0.07 0.00 0.07 -joice joice adj s 0.01 0.95 0.01 0.81 -joices joice adj p 0.01 0.95 0.00 0.14 -joie joie nom f s 75.09 150.20 71.07 134.12 -joies joie nom f p 75.09 150.20 4.03 16.08 -joignîmes joindre ver 46.37 32.70 0.00 0.07 ind:pas:1p; -joignable joignable adj m s 0.60 0.07 0.60 0.07 -joignaient joindre ver 46.37 32.70 0.10 1.28 ind:imp:3p; -joignais joindre ver 46.37 32.70 0.07 0.20 ind:imp:1s;ind:imp:2s; -joignait joindre ver 46.37 32.70 0.22 1.89 ind:imp:3s; -joignant joindre ver 46.37 32.70 0.45 2.03 par:pre; -joigne joindre ver 46.37 32.70 0.72 0.20 sub:pre:1s;sub:pre:3s; -joignent joindre ver 46.37 32.70 0.69 0.61 ind:pre:3p; -joignes joindre ver 46.37 32.70 0.19 0.00 sub:pre:2s; -joignez joindre ver 46.37 32.70 2.71 0.20 imp:pre:2p;ind:pre:2p; -joigniez joindre ver 46.37 32.70 0.28 0.00 ind:imp:2p; -joignions joindre ver 46.37 32.70 0.15 0.07 ind:imp:1p; -joignirent joindre ver 46.37 32.70 0.01 0.68 ind:pas:3p; -joignis joindre ver 46.37 32.70 0.00 0.27 ind:pas:1s; -joignissent joindre ver 46.37 32.70 0.00 0.07 sub:imp:3p; -joignit joindre ver 46.37 32.70 0.07 2.77 ind:pas:3s; -joignons joindre ver 46.37 32.70 0.46 0.14 imp:pre:1p;ind:pre:1p; -joindra joindre ver 46.37 32.70 0.38 0.14 ind:fut:3s; -joindrai joindre ver 46.37 32.70 0.11 0.00 ind:fut:1s; -joindraient joindre ver 46.37 32.70 0.01 0.14 cnd:pre:3p; -joindrais joindre ver 46.37 32.70 0.09 0.07 cnd:pre:1s;cnd:pre:2s; -joindrait joindre ver 46.37 32.70 0.02 0.07 cnd:pre:3s; -joindras joindre ver 46.37 32.70 0.07 0.00 ind:fut:2s; -joindre joindre ver 46.37 32.70 32.91 14.19 inf;; -joindrez joindre ver 46.37 32.70 0.26 0.00 ind:fut:2p; -joindriez joindre ver 46.37 32.70 0.12 0.00 cnd:pre:2p; -joindrons joindre ver 46.37 32.70 0.01 0.00 ind:fut:1p; -joindront joindre ver 46.37 32.70 0.37 0.07 ind:fut:3p; -joins joindre ver 46.37 32.70 3.00 0.34 imp:pre:2s;ind:pre:1s;ind:pre:2s; -joint_venture joint_venture nom f s 0.16 0.00 0.16 0.00 -joint joint nom m s 8.38 6.62 5.78 4.53 -jointe joint adj f s 2.80 15.00 0.43 2.09 -jointes joint adj f p 2.80 15.00 0.60 7.64 -jointif jointif adj m s 0.02 0.27 0.00 0.14 -jointifs jointif adj m p 0.02 0.27 0.01 0.07 -jointives jointif adj f p 0.02 0.27 0.01 0.07 -jointoyaient jointoyer ver 0.00 0.07 0.00 0.07 ind:imp:3p; -joints joint nom m p 8.38 6.62 2.61 2.09 -jointée jointé adj f s 0.00 0.07 0.00 0.07 -jointure jointure nom f s 0.52 4.05 0.22 1.28 -jointures jointure nom f p 0.52 4.05 0.29 2.77 -jointés jointer ver m p 0.01 0.07 0.00 0.07 par:pas; -jojo jojo adj s 1.40 1.15 1.37 1.08 -jojoba jojoba nom m s 0.03 0.00 0.03 0.00 -jojos jojo adj m p 1.40 1.15 0.03 0.07 -jokari jokari nom m s 0.00 0.07 0.00 0.07 -joker joker nom m s 3.54 0.14 3.44 0.14 -jokers joker nom m p 3.54 0.14 0.10 0.00 -joli_coeur joli_coeur adj m s 0.01 0.00 0.01 0.00 -joli_joli joli_joli adj m s 0.26 0.41 0.26 0.41 -joli joli adj m s 226.45 120.00 94.55 44.53 -jolibois jolibois nom m 0.00 0.14 0.00 0.14 -jolie joli adj f s 226.45 120.00 101.54 51.76 -jolies joli adj f p 226.45 120.00 20.99 15.68 -joliesse joliesse nom f s 0.03 0.54 0.02 0.41 -joliesses joliesse nom f p 0.03 0.54 0.01 0.14 -joliet joliet adj m s 0.01 0.14 0.01 0.00 -joliette joliet adj f s 0.01 0.14 0.00 0.14 -joliment joliment adv 2.19 5.41 2.19 5.41 -jolis joli adj m p 226.45 120.00 9.37 8.04 -jonc jonc nom m s 0.24 7.09 0.19 1.89 -joncaille joncaille nom f s 0.00 0.41 0.00 0.41 -jonchaie jonchaie nom f s 0.00 0.20 0.00 0.14 -jonchaient joncher ver 0.67 9.39 0.01 2.30 ind:imp:3p; -jonchaies jonchaie nom f p 0.00 0.20 0.00 0.07 -jonchait joncher ver 0.67 9.39 0.01 0.07 ind:imp:3s; -jonchant joncher ver 0.67 9.39 0.01 0.95 par:pre; -jonchent joncher ver 0.67 9.39 0.20 1.01 ind:pre:3p; -joncher joncher ver 0.67 9.39 0.11 0.07 inf; -joncheraies joncheraie nom f p 0.00 0.07 0.00 0.07 -jonchet jonchet nom m s 0.00 0.95 0.00 0.27 -jonchets jonchet nom m p 0.00 0.95 0.00 0.68 -jonchère jonchère nom f s 0.00 0.14 0.00 0.14 -jonché joncher ver m s 0.67 9.39 0.09 2.77 par:pas; -jonchée joncher ver f s 0.67 9.39 0.22 1.28 par:pas; -jonchées joncher ver f p 0.67 9.39 0.02 0.41 par:pas; -jonchés joncher ver m p 0.67 9.39 0.01 0.54 par:pas; -joncs jonc nom m p 0.24 7.09 0.05 5.20 -jonction jonction nom f s 0.60 1.96 0.50 1.89 -jonctions jonction nom f p 0.60 1.96 0.10 0.07 -jonglage jonglage nom m s 0.03 0.00 0.03 0.00 -jonglaient jongler ver 2.13 3.85 0.00 0.14 ind:imp:3p; -jonglais jongler ver 2.13 3.85 0.04 0.20 ind:imp:1s;ind:imp:2s; -jonglait jongler ver 2.13 3.85 0.04 0.47 ind:imp:3s; -jonglant jongler ver 2.13 3.85 0.05 0.61 par:pre; -jongle jongler ver 2.13 3.85 0.54 0.41 imp:pre:2s;ind:pre:1s;ind:pre:3s; -jonglent jongler ver 2.13 3.85 0.03 0.07 ind:pre:3p; -jongler jongler ver 2.13 3.85 0.83 1.82 inf; -jonglera jongler ver 2.13 3.85 0.03 0.00 ind:fut:3s; -jonglerie jonglerie nom f s 0.02 0.20 0.02 0.14 -jongleries jonglerie nom f p 0.02 0.20 0.00 0.07 -jongles jongler ver 2.13 3.85 0.20 0.00 ind:pre:2s; -jongleur jongleur nom m s 0.58 2.23 0.46 0.74 -jongleurs jongleur nom m p 0.58 2.23 0.12 1.22 -jongleuse jongleur nom f s 0.58 2.23 0.00 0.14 -jongleuses jongleur nom f p 0.58 2.23 0.00 0.14 -jonglez jongler ver 2.13 3.85 0.20 0.00 imp:pre:2p;ind:pre:2p; -jonglé jongler ver m s 2.13 3.85 0.16 0.14 par:pas; -jonkheer jonkheer nom m s 0.34 0.00 0.34 0.00 -jonque jonque nom f s 0.34 1.42 0.33 0.74 -jonques jonque nom f p 0.34 1.42 0.02 0.68 -jonquille jonquille nom f s 0.39 0.81 0.04 0.07 -jonquilles jonquille nom f p 0.39 0.81 0.35 0.74 -jordanienne jordanien adj f s 0.01 0.07 0.01 0.00 -jordaniens jordanien nom m p 0.03 0.00 0.03 0.00 -jordonner jordonner ver 0.00 0.07 0.00 0.07 inf; -joseph joseph nom m s 0.17 1.08 0.17 1.08 -joua jouer ver 570.12 337.23 0.80 5.61 ind:pas:3s; -jouable jouable adj m s 0.46 0.07 0.46 0.07 -jouai jouer ver 570.12 337.23 0.13 1.01 ind:pas:1s; -jouaient jouer ver 570.12 337.23 3.86 20.00 ind:imp:3p; -jouais jouer ver 570.12 337.23 12.89 5.95 ind:imp:1s;ind:imp:2s; -jouait jouer ver 570.12 337.23 21.59 49.93 ind:imp:3s; -jouant jouer ver 570.12 337.23 5.66 19.19 par:pre; -jouasse jouasse adj m s 0.02 1.22 0.02 1.01 -jouasses jouasse adj p 0.02 1.22 0.00 0.20 -joubarbe joubarbe nom f s 0.00 0.07 0.00 0.07 -joue jouer ver 570.12 337.23 122.88 40.47 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -jouent jouer ver 570.12 337.23 16.41 14.59 ind:pre:3p; -jouer jouer ver 570.12 337.23 225.84 121.82 inf;; -jouera jouer ver 570.12 337.23 5.56 1.89 ind:fut:3s; -jouerai jouer ver 570.12 337.23 4.22 0.41 ind:fut:1s; -joueraient jouer ver 570.12 337.23 0.24 0.41 cnd:pre:3p; -jouerais jouer ver 570.12 337.23 1.54 0.47 cnd:pre:1s;cnd:pre:2s; -jouerait jouer ver 570.12 337.23 1.24 3.04 cnd:pre:3s; -joueras jouer ver 570.12 337.23 2.30 0.47 ind:fut:2s; -jouerez jouer ver 570.12 337.23 0.98 0.34 ind:fut:2p; -joueriez jouer ver 570.12 337.23 0.22 0.07 cnd:pre:2p; -jouerions jouer ver 570.12 337.23 0.01 0.07 cnd:pre:1p; -jouerons jouer ver 570.12 337.23 0.54 0.41 ind:fut:1p; -joueront jouer ver 570.12 337.23 0.74 0.47 ind:fut:3p; -joues jouer ver 570.12 337.23 33.70 2.50 ind:pre:2s;sub:pre:2s; -jouet jouet nom m s 25.50 21.01 11.82 7.03 -jouets jouet nom m p 25.50 21.01 13.68 13.99 -joueur joueur nom m s 28.32 19.86 17.22 9.05 -joueurs joueur nom m p 28.32 19.86 9.95 9.53 -joueuse joueur nom f s 28.32 19.86 1.15 0.74 -joueuses joueuse nom f p 0.14 0.00 0.14 0.00 -jouez jouer ver 570.12 337.23 24.66 3.18 imp:pre:2p;ind:pre:2p; -joufflu joufflu nom m s 0.47 0.20 0.46 0.20 -joufflue joufflu adj f s 0.31 2.36 0.16 0.34 -joufflues joufflu adj f p 0.31 2.36 0.01 0.20 -joufflus joufflu adj m p 0.31 2.36 0.02 0.41 -joug joug nom m s 2.48 2.50 2.47 2.36 -jougs joug nom m p 2.48 2.50 0.01 0.14 -joui jouir ver m s 22.06 39.19 3.33 3.65 par:pas; -jouiez jouer ver 570.12 337.23 2.11 0.41 ind:imp:2p; -jouions jouer ver 570.12 337.23 1.44 1.42 ind:imp:1p; -jouir jouir ver 22.06 39.19 10.42 15.68 inf; -jouira jouir ver 22.06 39.19 0.32 0.34 ind:fut:3s; -jouirai jouir ver 22.06 39.19 0.02 0.07 ind:fut:1s; -jouiraient jouir ver 22.06 39.19 0.01 0.07 cnd:pre:3p; -jouirait jouir ver 22.06 39.19 0.00 0.14 cnd:pre:3s; -jouiras jouir ver 22.06 39.19 0.07 0.07 ind:fut:2s; -jouirent jouir ver 22.06 39.19 0.00 0.14 ind:pas:3p; -jouirions jouir ver 22.06 39.19 0.00 0.07 cnd:pre:1p; -jouirons jouir ver 22.06 39.19 0.02 0.07 ind:fut:1p; -jouis jouir ver m p 22.06 39.19 2.65 1.76 imp:pre:2s;ind:pre:1s;ind:pre:2s;par:pas; -jouissaient jouir ver 22.06 39.19 0.14 1.28 ind:imp:3p; -jouissais jouir ver 22.06 39.19 0.21 1.49 ind:imp:1s;ind:imp:2s; -jouissait jouir ver 22.06 39.19 0.33 5.61 ind:imp:3s; -jouissance jouissance nom f s 1.96 14.19 1.82 12.36 -jouissances jouissance nom f p 1.96 14.19 0.14 1.82 -jouissant jouir ver 22.06 39.19 0.05 1.42 par:pre; -jouissants jouissant adj m p 0.00 0.07 0.00 0.07 -jouisse jouir ver 22.06 39.19 0.33 0.54 sub:pre:1s;sub:pre:3s; -jouissent jouir ver 22.06 39.19 0.69 1.22 ind:pre:3p; -jouisses jouir ver 22.06 39.19 0.34 0.07 sub:pre:2s; -jouisseur jouisseur adj m s 0.01 0.68 0.01 0.41 -jouisseurs jouisseur nom m p 0.01 0.81 0.00 0.34 -jouisseuse jouisseur nom f s 0.01 0.81 0.01 0.07 -jouissez jouir ver 22.06 39.19 0.28 0.41 imp:pre:2p;ind:pre:2p; -jouissif jouissif adj m s 0.16 1.15 0.14 0.74 -jouissifs jouissif adj m p 0.16 1.15 0.00 0.14 -jouissions jouir ver 22.06 39.19 0.04 0.41 ind:imp:1p; -jouissive jouissif adj f s 0.16 1.15 0.01 0.14 -jouissives jouissif adj f p 0.16 1.15 0.00 0.14 -jouissons jouir ver 22.06 39.19 0.82 0.41 imp:pre:1p;ind:pre:1p; -jouit jouir ver 22.06 39.19 1.99 4.32 ind:pre:3s;ind:pas:3s; -joujou joujou nom m s 1.63 1.49 1.63 1.49 -joujoux joujoux nom m p 0.82 0.88 0.82 0.88 -joules joule nom m p 0.22 0.07 0.22 0.07 -jouâmes jouer ver 570.12 337.23 0.01 0.34 ind:pas:1p; -jouons jouer ver 570.12 337.23 7.81 2.57 imp:pre:1p;ind:pre:1p; -jouât jouer ver 570.12 337.23 0.00 0.81 sub:imp:3s; -jour jour nom m s 1061.92 1341.76 635.22 826.35 -journal journal nom m s 110.80 197.70 72.50 124.32 -journaleuse journaleux nom f s 0.12 0.74 0.00 0.14 -journaleux journaleux nom m 0.12 0.74 0.12 0.61 -journalier journalier adj m s 1.02 2.16 0.52 0.88 -journaliers journalier adj m p 1.02 2.16 0.18 0.20 -journalisme journalisme nom m s 3.25 3.51 3.25 3.51 -journaliste journaliste nom s 35.29 30.34 24.26 15.95 -journalistes journaliste nom p 35.29 30.34 11.03 14.39 -journalistique journalistique adj s 0.63 0.68 0.57 0.34 -journalistiques journalistique adj p 0.63 0.68 0.07 0.34 -journalière journalier adj f s 1.02 2.16 0.30 0.68 -journalières journalière nom f p 0.10 0.00 0.10 0.00 -journaux journal nom m p 110.80 197.70 38.30 73.38 -journellement journellement adv 0.15 0.88 0.15 0.88 -journée journée nom f s 174.89 179.39 165.35 140.74 -journées journée nom f p 174.89 179.39 9.54 38.65 -jours jour nom m p 1061.92 1341.76 426.70 515.41 -joute joute nom f s 1.25 2.03 0.97 1.08 -jouter jouter ver 0.10 0.00 0.06 0.00 inf; -joutes joute nom f p 1.25 2.03 0.28 0.95 -jouteur jouteur nom m s 0.00 0.20 0.00 0.07 -jouteurs jouteur nom m p 0.00 0.20 0.00 0.07 -jouteuse jouteur nom f s 0.00 0.20 0.00 0.07 -joutez jouter ver 0.10 0.00 0.03 0.00 imp:pre:2p;ind:pre:2p; -jouèrent jouer ver 570.12 337.23 0.18 1.89 ind:pas:3p; -jouté jouter ver m s 0.10 0.00 0.01 0.00 par:pas; -joué jouer ver m s 570.12 337.23 69.83 33.58 par:pas;par:pas;par:pas; -jouée jouer ver f s 570.12 337.23 2.01 2.91 par:pas; -jouées jouer ver f p 570.12 337.23 0.27 0.47 par:pas; -joués jouer ver m p 570.12 337.23 0.45 0.54 par:pas; -jouvence jouvence nom f s 0.81 1.35 0.81 1.35 -jouvenceau jouvenceau nom m s 0.28 0.74 0.08 0.27 -jouvenceaux jouvenceau nom m p 0.28 0.74 0.02 0.14 -jouvencelle jouvenceau nom f s 0.28 0.74 0.18 0.14 -jouvencelles jouvenceau nom f p 0.28 0.74 0.00 0.20 -jouxtaient jouxter ver 0.07 2.23 0.00 0.20 ind:imp:3p; -jouxtait jouxter ver 0.07 2.23 0.02 1.28 ind:imp:3s; -jouxtant jouxter ver 0.07 2.23 0.00 0.68 par:pre; -jouxte jouxte pre 0.05 0.07 0.05 0.07 -jovial jovial adj m s 0.61 6.22 0.48 4.46 -joviale jovial adj f s 0.61 6.22 0.12 1.49 -jovialement jovialement adv 0.00 0.54 0.00 0.54 -joviales jovial adj f p 0.61 6.22 0.00 0.14 -jovialité jovialité nom f s 0.04 1.28 0.04 1.28 -joviaux jovial adj m p 0.61 6.22 0.01 0.14 -joyau joyau nom m s 3.60 3.24 2.67 1.96 -joyaux joyau nom m p 3.60 3.24 0.93 1.28 -joyciennes joycien adj f p 0.00 0.07 0.00 0.07 -joyeuse joyeux adj f s 39.89 45.61 6.07 14.86 -joyeusement joyeusement adv 1.14 9.39 1.14 9.39 -joyeuses joyeux adj f p 39.89 45.61 2.01 4.05 -joyeuseté joyeuseté nom f s 0.01 0.34 0.00 0.20 -joyeusetés joyeuseté nom f p 0.01 0.34 0.01 0.14 -joyeux joyeux adj m 39.89 45.61 31.81 26.69 -joystick joystick nom m s 0.11 0.00 0.11 0.00 -jèze jèze adj m s 0.00 0.07 0.00 0.07 -jèzes jèze nom p 0.00 0.07 0.00 0.07 -juan juan nom m s 0.01 0.20 0.01 0.20 -jubila jubiler ver 1.20 5.07 0.01 0.34 ind:pas:3s; -jubilai jubiler ver 1.20 5.07 0.00 0.14 ind:pas:1s; -jubilaient jubiler ver 1.20 5.07 0.00 0.07 ind:imp:3p; -jubilaire jubilaire adj s 0.40 0.07 0.40 0.07 -jubilais jubiler ver 1.20 5.07 0.04 0.41 ind:imp:1s;ind:imp:2s; -jubilait jubiler ver 1.20 5.07 0.05 1.76 ind:imp:3s; -jubilant jubilant adj m s 0.02 0.88 0.02 0.14 -jubilante jubilant adj f s 0.02 0.88 0.00 0.41 -jubilantes jubilant adj f p 0.02 0.88 0.00 0.07 -jubilants jubilant adj m p 0.02 0.88 0.00 0.27 -jubilation jubilation nom f s 0.32 6.55 0.32 6.42 -jubilations jubilation nom f p 0.32 6.55 0.00 0.14 -jubilatoire jubilatoire adj s 0.02 0.20 0.02 0.14 -jubilatoires jubilatoire adj m p 0.02 0.20 0.00 0.07 -jubile jubiler ver 1.20 5.07 0.38 0.88 imp:pre:2s;ind:pre:1s;ind:pre:3s; -jubilent jubiler ver 1.20 5.07 0.03 0.07 ind:pre:3p; -jubiler jubiler ver 1.20 5.07 0.40 0.61 inf; -jubilera jubiler ver 1.20 5.07 0.00 0.07 ind:fut:3s; -jubileraient jubiler ver 1.20 5.07 0.00 0.07 cnd:pre:3p; -jubiles jubiler ver 1.20 5.07 0.10 0.07 ind:pre:2s; -jubilèrent jubiler ver 1.20 5.07 0.00 0.07 ind:pas:3p; -jubilé jubilé nom m s 0.33 0.41 0.33 0.41 -jubilée jubiler ver f s 1.20 5.07 0.08 0.00 par:pas; -jubé jubé nom m s 0.00 0.20 0.00 0.20 -jucha jucher ver 0.24 10.61 0.00 0.47 ind:pas:3s; -juchai jucher ver 0.24 10.61 0.00 0.07 ind:pas:1s; -juchaient jucher ver 0.24 10.61 0.00 0.14 ind:imp:3p; -juchais jucher ver 0.24 10.61 0.00 0.14 ind:imp:1s; -juchait jucher ver 0.24 10.61 0.00 0.41 ind:imp:3s; -juchant jucher ver 0.24 10.61 0.00 0.14 par:pre; -juche jucher ver 0.24 10.61 0.00 0.34 imp:pre:2s;ind:pre:1s;ind:pre:3s; -juchent jucher ver 0.24 10.61 0.00 0.20 ind:pre:3p; -jucher jucher ver 0.24 10.61 0.00 0.54 inf; -jucheront jucher ver 0.24 10.61 0.00 0.07 ind:fut:3p; -juchions jucher ver 0.24 10.61 0.00 0.07 ind:imp:1p; -juché jucher ver m s 0.24 10.61 0.17 5.00 par:pas; -juchée jucher ver f s 0.24 10.61 0.04 0.74 par:pas; -juchées jucher ver f p 0.24 10.61 0.00 0.74 par:pas; -juchés jucher ver m p 0.24 10.61 0.03 1.55 par:pas; -judaïcité judaïcité nom f s 0.01 0.00 0.01 0.00 -judaïque judaïque adj f s 0.06 0.14 0.06 0.07 -judaïques judaïque adj m p 0.06 0.14 0.00 0.07 -judaïsant judaïsant nom m s 0.00 0.07 0.00 0.07 -judaïser judaïser ver 0.00 0.14 0.00 0.07 inf; -judaïsme judaïsme nom m s 0.51 1.15 0.51 1.15 -judaïsées judaïser ver f p 0.00 0.14 0.00 0.07 par:pas; -judaïté judaïté nom f s 0.00 0.07 0.00 0.07 -judas judas nom m 1.28 1.76 1.28 1.76 -judiciaire judiciaire adj s 10.80 5.61 9.29 4.26 -judiciaires judiciaire adj p 10.80 5.61 1.51 1.35 -judicieuse judicieux adj f s 2.36 2.16 0.51 0.74 -judicieusement judicieusement adv 0.17 0.61 0.17 0.61 -judicieuses judicieux adj f p 2.36 2.16 0.13 0.07 -judicieux judicieux adj m 2.36 2.16 1.72 1.35 -judo judo nom m s 0.90 1.22 0.90 1.22 -judoka judoka nom s 0.21 0.20 0.21 0.20 -judéen judéen adj m s 0.07 0.00 0.07 0.00 -judéenne judéenne nom f s 0.01 0.14 0.01 0.14 -judéité judéité nom f s 0.02 0.00 0.02 0.00 -judéo_christianisme judéo_christianisme nom m s 0.01 0.00 0.01 0.00 -judéo_chrétien judéo_chrétien adj f s 0.06 0.20 0.04 0.07 -judéo_chrétien judéo_chrétien adj f p 0.06 0.20 0.01 0.07 -judéo_chrétien judéo_chrétien adj m p 0.06 0.20 0.00 0.07 -judéo judéo adv 0.01 0.20 0.01 0.20 -juge juge nom m s 66.45 44.46 56.40 29.80 -jugea juger ver 56.12 96.96 0.42 5.34 ind:pas:3s; -jugeai juger ver 56.12 96.96 0.01 1.49 ind:pas:1s; -jugeaient juger ver 56.12 96.96 0.05 2.70 ind:imp:3p; -jugeais juger ver 56.12 96.96 0.34 2.91 ind:imp:1s;ind:imp:2s; -jugeait juger ver 56.12 96.96 0.40 12.64 ind:imp:3s; -jugeant juger ver 56.12 96.96 0.24 3.72 par:pre; -jugement jugement nom m s 21.43 29.26 19.92 24.12 -jugements jugement nom m p 21.43 29.26 1.51 5.14 -jugent juger ver 56.12 96.96 1.06 1.55 ind:pre:3p; -jugeâmes juger ver 56.12 96.96 0.00 0.14 ind:pas:1p; -jugeons juger ver 56.12 96.96 0.98 0.41 imp:pre:1p;ind:pre:1p; -jugeât juger ver 56.12 96.96 0.00 0.54 sub:imp:3s; -jugeote jugeote nom f s 1.07 1.01 1.07 1.01 -juger juger ver 56.12 96.96 18.06 28.65 ind:pre:2p;inf; -jugera juger ver 56.12 96.96 1.42 1.49 ind:fut:3s; -jugerai juger ver 56.12 96.96 0.72 0.00 ind:fut:1s; -jugeraient juger ver 56.12 96.96 0.05 0.07 cnd:pre:3p; -jugerais juger ver 56.12 96.96 0.09 0.07 cnd:pre:1s; -jugerait juger ver 56.12 96.96 0.08 0.81 cnd:pre:3s; -jugeras juger ver 56.12 96.96 0.39 0.27 ind:fut:2s; -jugerez juger ver 56.12 96.96 0.81 0.88 ind:fut:2p; -jugeriez juger ver 56.12 96.96 0.05 0.41 cnd:pre:2p; -jugerons juger ver 56.12 96.96 0.22 0.07 ind:fut:1p; -jugeront juger ver 56.12 96.96 0.23 0.54 ind:fut:3p; -juges juge nom m p 66.45 44.46 10.06 14.66 -jugeur jugeur nom m s 0.01 0.00 0.01 0.00 -jugez juger ver 56.12 96.96 4.25 1.62 imp:pre:2p;ind:pre:2p; -jugiez juger ver 56.12 96.96 0.13 0.34 ind:imp:2p; -jugions juger ver 56.12 96.96 0.02 0.54 ind:imp:1p; -jugèrent juger ver 56.12 96.96 0.03 0.68 ind:pas:3p; -jugé juger ver m s 56.12 96.96 9.18 11.62 par:pas; -jugée juger ver f s 56.12 96.96 2.01 2.70 par:pas; -jugées juger ver f p 56.12 96.96 0.11 0.95 par:pas; -jugula juguler ver 0.39 0.61 0.00 0.14 ind:pas:3s; -jugulaire jugulaire nom f s 0.60 1.96 0.53 1.89 -jugulaires jugulaire nom f p 0.60 1.96 0.07 0.07 -jugulant juguler ver 0.39 0.61 0.00 0.07 par:pre; -jugule juguler ver 0.39 0.61 0.13 0.00 ind:pre:3s; -juguler juguler ver 0.39 0.61 0.21 0.27 inf; -jugulé juguler ver m s 0.39 0.61 0.05 0.00 par:pas; -jugulée juguler ver f s 0.39 0.61 0.00 0.14 par:pas; -jugés juger ver m p 56.12 96.96 1.88 1.89 par:pas; -juif juif adj m s 30.62 36.76 17.23 19.86 -juifs juif nom m p 45.08 55.74 29.03 30.88 -juillet juillet nom m 11.97 47.57 11.96 47.57 -juillets juillet nom m p 11.97 47.57 0.01 0.00 -juin juin nom m 13.40 51.28 13.40 51.28 -juive juif adj f s 30.62 36.76 8.43 8.99 -juiverie juiverie nom f s 0.10 0.61 0.10 0.47 -juiveries juiverie nom f p 0.10 0.61 0.00 0.14 -juives juif adj f p 30.62 36.76 0.54 1.35 -jujube jujube nom m s 0.06 0.54 0.02 0.54 -jujubes jujube nom m p 0.06 0.54 0.04 0.00 -jujubiers jujubier nom m p 0.00 0.27 0.00 0.27 -jéjunale jéjunal adj f s 0.01 0.00 0.01 0.00 -jéjunum jéjunum nom m s 0.04 0.00 0.04 0.00 -juke_box juke_box nom m 1.61 1.89 1.58 1.69 -juke_box juke_box nom m p 1.61 1.89 0.03 0.20 -julep julep nom m s 0.02 0.41 0.02 0.27 -juleps julep nom m p 0.02 0.41 0.00 0.14 -jules jules nom m 4.13 3.51 4.13 3.51 -julien julien adj m s 0.47 2.84 0.47 1.76 -julienne julien nom f s 0.04 0.68 0.04 0.68 -juliennes julien adj f p 0.47 2.84 0.00 0.07 -julot julot nom m s 0.12 2.36 0.12 1.76 -julots julot nom m p 0.12 2.36 0.00 0.61 -jumbo jumbo nom m s 0.52 0.20 0.52 0.20 -jumeau jumeau adj m s 5.68 8.99 1.34 2.09 -jumeaux jumeau nom m p 13.74 17.77 12.47 16.01 -jumelage jumelage nom m s 0.01 0.07 0.01 0.07 -jumeler jumeler ver 0.17 0.54 0.00 0.07 inf; -jumelle jumeau adj f s 5.68 8.99 1.17 2.36 -jumellera jumeler ver 0.17 0.54 0.00 0.07 ind:fut:3s; -jumelles jumelle nom f p 5.61 14.66 4.89 12.70 -jumelé jumeler ver m s 0.17 0.54 0.00 0.14 par:pas; -jumelée jumeler ver f s 0.17 0.54 0.00 0.07 par:pas; -jumelée jumelé adj f s 0.03 0.54 0.00 0.07 -jumelées jumeler ver f p 0.17 0.54 0.02 0.07 par:pas; -jumelés jumelé adj m p 0.03 0.54 0.02 0.20 -jument jument nom f s 6.67 10.34 5.71 8.51 -jumenterie jumenterie nom f s 0.00 0.07 0.00 0.07 -juments jument nom f p 6.67 10.34 0.96 1.82 -jumper jumper nom m s 2.26 0.00 2.26 0.00 -jumping jumping nom m s 0.21 0.00 0.21 0.00 -jungien jungien adj m s 0.04 0.14 0.03 0.07 -jungiens jungien adj m p 0.04 0.14 0.01 0.07 -jungle jungle nom f s 16.47 8.38 16.25 7.43 -jungles jungle nom f p 16.47 8.38 0.22 0.95 -junior junior adj s 2.35 1.22 2.27 0.95 -juniors junior nom p 2.05 0.54 0.35 0.41 -junker junker nom m s 0.02 0.54 0.02 0.41 -junkers junker nom m p 0.02 0.54 0.00 0.14 -junkie junkie nom m s 5.15 1.42 3.22 0.81 -junkies junkie nom m p 5.15 1.42 1.93 0.61 -junky junky nom m s 0.15 0.07 0.15 0.07 -junte junte nom f s 0.17 0.14 0.17 0.14 -jupe_culotte jupe_culotte nom f s 0.02 0.34 0.02 0.27 -jupe jupe nom f s 12.76 49.59 10.12 34.05 -jupe_culotte jupe_culotte nom m p 0.02 0.34 0.00 0.07 -jupes jupe nom f p 12.76 49.59 2.64 15.54 -jupette jupette nom f s 0.66 1.55 0.63 1.42 -jupettes jupette nom f p 0.66 1.55 0.04 0.14 -jupiers jupier nom m p 0.00 0.07 0.00 0.07 -jupitérien jupitérien adj m s 0.02 0.34 0.02 0.14 -jupitérienne jupitérien adj f s 0.02 0.34 0.00 0.14 -jupitériens jupitérien adj m p 0.02 0.34 0.00 0.07 -jupon jupon nom m s 3.00 6.89 1.35 2.77 -juponnée juponner ver f s 0.00 0.27 0.00 0.14 par:pas; -juponnés juponner ver m p 0.00 0.27 0.00 0.14 par:pas; -jupons jupon nom m p 3.00 6.89 1.65 4.12 -jupée jupé adj f s 0.00 0.14 0.00 0.07 -jupées jupé adj f p 0.00 0.14 0.00 0.07 -jura jurer ver 148.40 81.76 0.20 5.54 ind:pas:3s; -jurai jurer ver 148.40 81.76 0.16 0.41 ind:pas:1s; -juraient jurer ver 148.40 81.76 0.17 1.62 ind:imp:3p; -jurais jurer ver 148.40 81.76 0.34 1.22 ind:imp:1s;ind:imp:2s; -jurait jurer ver 148.40 81.76 1.06 4.46 ind:imp:3s; -jurant jurer ver 148.40 81.76 0.58 4.93 par:pre; -jurançon jurançon nom m s 0.00 0.07 0.00 0.07 -jurassien jurassien adj m s 0.00 0.14 0.00 0.07 -jurassien jurassien nom m s 0.00 0.14 0.00 0.07 -jurassiens jurassien adj m p 0.00 0.14 0.00 0.07 -jurassiens jurassien nom m p 0.00 0.14 0.00 0.07 -jurassique jurassique adj m s 0.29 0.00 0.28 0.00 -jurassiques jurassique adj f p 0.29 0.00 0.01 0.00 -jure jurer ver 148.40 81.76 104.04 31.62 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:1s; -jurent jurer ver 148.40 81.76 1.01 1.01 ind:pre:3p; -jurer jurer ver 148.40 81.76 7.57 7.57 inf; -jurera jurer ver 148.40 81.76 0.08 0.00 ind:fut:3s; -jurerai jurer ver 148.40 81.76 0.72 0.07 ind:fut:1s; -jurerais jurer ver 148.40 81.76 1.62 1.69 cnd:pre:1s;cnd:pre:2s; -jurerait jurer ver 148.40 81.76 0.38 2.16 cnd:pre:3s; -jureras jurer ver 148.40 81.76 0.16 0.07 ind:fut:2s; -jurerez jurer ver 148.40 81.76 0.05 0.00 ind:fut:2p; -jureriez jurer ver 148.40 81.76 0.05 0.14 cnd:pre:2p; -jureront jurer ver 148.40 81.76 0.04 0.07 ind:fut:3p; -jures jurer ver 148.40 81.76 4.75 1.01 ind:pre:2s; -jurez jurer ver 148.40 81.76 6.55 0.47 imp:pre:2p;ind:pre:2p; -juridiction juridiction nom f s 2.63 1.49 2.53 1.15 -juridictionnel juridictionnel adj m s 0.04 0.00 0.01 0.00 -juridictionnelle juridictionnel adj f s 0.04 0.00 0.04 0.00 -juridictions juridiction nom f p 2.63 1.49 0.09 0.34 -juridique juridique adj s 5.20 2.50 4.24 1.62 -juridiquement juridiquement adv 0.14 0.27 0.14 0.27 -juridiques juridique adj p 5.20 2.50 0.95 0.88 -juriez jurer ver 148.40 81.76 0.13 0.00 ind:imp:2p; -jurisprudence jurisprudence nom f s 0.82 0.34 0.82 0.34 -juriste juriste nom s 2.57 0.88 1.95 0.34 -juristes juriste nom p 2.57 0.88 0.62 0.54 -jéroboam jéroboam nom m s 0.01 0.07 0.01 0.00 -jéroboams jéroboam nom m p 0.01 0.07 0.00 0.07 -jurâmes jurer ver 148.40 81.76 0.00 0.07 ind:pas:1p; -juron juron nom m s 2.10 9.93 0.42 3.31 -jurons juron nom m p 2.10 9.93 1.68 6.62 -jurèrent jurer ver 148.40 81.76 0.02 0.54 ind:pas:3p; -juré jurer ver m s 148.40 81.76 17.59 16.69 par:pas; -jurée jurer ver f s 148.40 81.76 0.45 0.14 par:pas; -jurées jurer ver f p 148.40 81.76 0.01 0.00 par:pas; -jérémiade jérémiade nom f s 0.93 1.89 0.14 0.14 -jérémiades jérémiade nom f p 0.93 1.89 0.79 1.76 -jurés juré nom m p 8.82 4.73 5.59 3.92 -jury jury nom m s 18.80 5.27 18.65 5.14 -jurys jury nom m p 18.80 5.27 0.15 0.14 -jus jus nom m 22.36 23.04 22.36 23.04 -jusant jusant nom m s 0.01 1.76 0.01 1.76 -jusqu_au jusqu_au pre 0.34 0.07 0.34 0.07 -jusqu_à jusqu_à pre 0.81 0.27 0.81 0.27 -jusqu jusqu pre 2.26 0.07 2.26 0.07 -jusque_là jusque_là adv 7.81 29.53 7.81 29.53 -jusque jusque pre 15.05 37.50 15.05 37.50 -jusques jusques adv 0.00 1.15 0.00 1.15 -jusquiame jusquiame nom f s 0.11 0.07 0.11 0.07 -justaucorps justaucorps nom m 0.22 0.61 0.22 0.61 -juste_milieu juste_milieu nom m 0.00 0.07 0.00 0.07 -juste juste adj_sup s 656.86 153.45 653.49 147.77 -justement justement adv 62.08 78.18 62.08 78.18 -justes juste adj_sup p 656.86 153.45 3.36 5.68 -justesse justesse nom f s 1.91 8.58 1.91 8.58 -justice justice nom s 50.96 46.28 50.96 46.22 -justices justice nom f p 50.96 46.28 0.00 0.07 -justiciable justiciable adj m s 0.10 0.47 0.10 0.27 -justiciables justiciable adj p 0.10 0.47 0.00 0.20 -justicier justicier nom m s 1.97 3.78 1.45 1.96 -justiciers justicier nom m p 1.97 3.78 0.48 1.35 -justicière justicier nom f s 1.97 3.78 0.03 0.47 -justifia justifier ver 15.55 36.01 0.00 0.27 ind:pas:3s; -justifiable justifiable adj m s 0.08 0.34 0.06 0.14 -justifiables justifiable adj f p 0.08 0.34 0.02 0.20 -justifiaient justifier ver 15.55 36.01 0.00 1.28 ind:imp:3p; -justifiais justifier ver 15.55 36.01 0.01 0.20 ind:imp:1s;ind:imp:2s; -justifiait justifier ver 15.55 36.01 0.17 4.53 ind:imp:3s; -justifiant justifier ver 15.55 36.01 0.07 0.68 par:pre; -justificatif justificatif nom m s 0.49 0.20 0.26 0.20 -justificatifs justificatif nom m p 0.49 0.20 0.23 0.00 -justification justification nom f s 0.96 6.76 0.84 5.00 -justifications justification nom f p 0.96 6.76 0.13 1.76 -justificative justificatif adj f s 0.02 0.34 0.01 0.20 -justificatives justificatif adj f p 0.02 0.34 0.00 0.14 -justifie justifier ver 15.55 36.01 3.94 4.73 imp:pre:2s;ind:pre:1s;ind:pre:3s; -justifient justifier ver 15.55 36.01 0.42 0.68 ind:pre:3p; -justifier justifier ver 15.55 36.01 7.37 14.93 inf; -justifiera justifier ver 15.55 36.01 0.08 0.27 ind:fut:3s; -justifierai justifier ver 15.55 36.01 0.04 0.07 ind:fut:1s; -justifieraient justifier ver 15.55 36.01 0.01 0.14 cnd:pre:3p; -justifierais justifier ver 15.55 36.01 0.01 0.07 cnd:pre:1s; -justifierait justifier ver 15.55 36.01 0.20 0.61 cnd:pre:3s; -justifiez justifier ver 15.55 36.01 0.52 0.14 imp:pre:2p;ind:pre:2p; -justifiât justifier ver 15.55 36.01 0.00 0.47 sub:imp:3s; -justifié justifier ver m s 15.55 36.01 1.38 2.91 par:pas; -justifiée justifier ver f s 15.55 36.01 0.84 2.36 par:pas; -justifiées justifier ver f p 15.55 36.01 0.27 0.68 par:pas; -justifiés justifier ver m p 15.55 36.01 0.23 1.01 par:pas; -justinien justinien adj m s 0.00 0.07 0.00 0.07 -jésuite jésuite nom m s 1.54 5.07 0.61 2.09 -jésuites jésuite nom m p 1.54 5.07 0.92 2.97 -jésuitique jésuitique adj s 0.02 0.41 0.02 0.34 -jésuitiques jésuitique adj m p 0.02 0.41 0.00 0.07 -jésuitière jésuitière nom f s 0.00 0.07 0.00 0.07 -jésus jésus nom m s 8.19 0.88 8.19 0.88 -juta juter ver 0.03 0.95 0.00 0.07 ind:pas:3s; -jutait juter ver 0.03 0.95 0.00 0.14 ind:imp:3s; -jute jute nom m s 0.64 2.77 0.64 2.77 -juter juter ver 0.03 0.95 0.03 0.61 inf; -juteuse juteux adj f s 2.86 2.64 0.75 1.01 -juteuses juteux adj f p 2.86 2.64 0.53 0.47 -juteux juteux adj m 2.86 2.64 1.58 1.15 -juté juter ver m s 0.03 0.95 0.00 0.14 par:pas; -juvénile juvénile adj s 1.48 6.89 1.24 5.27 -juvéniles juvénile adj p 1.48 6.89 0.23 1.62 -juvénilité juvénilité nom f s 0.00 0.20 0.00 0.20 -juxtaposaient juxtaposer ver 0.07 0.95 0.00 0.07 ind:imp:3p; -juxtaposais juxtaposer ver 0.07 0.95 0.00 0.07 ind:imp:1s; -juxtaposait juxtaposer ver 0.07 0.95 0.01 0.07 ind:imp:3s; -juxtaposant juxtaposer ver 0.07 0.95 0.02 0.00 par:pre; -juxtapose juxtaposer ver 0.07 0.95 0.03 0.07 ind:pre:1s;ind:pre:3s; -juxtaposent juxtaposer ver 0.07 0.95 0.00 0.14 ind:pre:3p; -juxtaposer juxtaposer ver 0.07 0.95 0.00 0.20 inf; -juxtaposition juxtaposition nom f s 0.17 0.68 0.17 0.54 -juxtapositions juxtaposition nom f p 0.17 0.68 0.00 0.14 -juxtaposèrent juxtaposer ver 0.07 0.95 0.00 0.07 ind:pas:3p; -juxtaposées juxtaposé adj f p 0.00 0.68 0.00 0.47 -juxtaposés juxtaposer ver m p 0.07 0.95 0.00 0.20 par:pas; -k_o k_o adj 0.02 0.07 0.02 0.07 -k_way k_way nom m s 0.06 0.20 0.06 0.20 -k k nom m 9.93 3.78 9.93 3.78 -ka ka nom m s 0.29 0.07 0.29 0.07 -kabarde kabarde adj f s 0.00 0.07 0.00 0.07 -kabbale kabbale nom f s 0.20 0.47 0.20 0.47 -kabbalistique kabbalistique adj s 0.00 0.07 0.00 0.07 -kabuki kabuki nom m s 0.42 0.14 0.42 0.14 -kabyle kabyle adj s 0.01 1.01 0.01 0.61 -kabyles kabyle adj p 0.01 1.01 0.00 0.41 -kacha kacha nom f s 0.00 0.34 0.00 0.34 -kacher kacher adj m s 0.02 0.14 0.02 0.14 -kachoube kachoube adj 0.10 0.00 0.10 0.00 -kaddisch kaddisch nom m s 0.00 0.07 0.00 0.07 -kaddish kaddish nom m s 0.20 0.00 0.20 0.00 -kadi kadi nom m s 0.11 0.00 0.11 0.00 -kafir kafir nom m s 0.05 0.00 0.05 0.00 -kafkaïen kafkaïen adj m s 0.02 0.07 0.02 0.07 -kaftan kaftan adj m s 0.04 0.00 0.02 0.00 -kaftans kaftan adj m p 0.04 0.00 0.01 0.00 -kaiser kaiser nom m s 0.02 0.14 0.02 0.14 -kaki kaki adj 0.46 5.34 0.46 5.34 -kakis kaki nom m p 0.68 1.15 0.29 0.27 -kala_azar kala_azar nom m s 0.00 0.07 0.00 0.07 -kalachnikovs kalachnikov nom f p 0.17 0.00 0.17 0.00 -kali kali nom m s 0.19 0.00 0.19 0.00 -kaliémie kaliémie nom f s 0.01 0.00 0.01 0.00 -kalmouk kalmouk adj m s 0.00 0.14 0.00 0.07 -kalmouks kalmouk adj m p 0.00 0.14 0.00 0.07 -kalpa kalpa nom m s 0.01 0.07 0.01 0.07 -kaléidoscope kaléidoscope nom m s 0.21 1.42 0.18 1.22 -kaléidoscopes kaléidoscope nom m p 0.21 1.42 0.04 0.20 -kama kama nom s 0.14 0.00 0.14 0.00 -kamala kamala nom m s 0.07 0.00 0.07 0.00 -kami kami nom m s 0.20 0.07 0.20 0.07 -kamikaze kamikaze nom m s 1.26 2.09 0.73 1.01 -kamikazes kamikaze nom m p 1.26 2.09 0.53 1.08 -kan kan nom m s 0.12 0.27 0.12 0.27 -kana kana nom m s 0.12 0.07 0.12 0.07 -kandjar kandjar nom m s 0.00 0.07 0.00 0.07 -kangourou kangourou nom m s 1.85 1.42 1.42 1.15 -kangourous kangourou nom m p 1.85 1.42 0.42 0.27 -kanji kanji nom m s 0.04 0.00 0.04 0.00 -kantien kantien adj m s 0.01 0.07 0.01 0.07 -kantisme kantisme nom m s 0.00 0.20 0.00 0.20 -kaolin kaolin nom m s 0.01 0.34 0.01 0.34 -kaori kaori nom m s 0.01 0.00 0.01 0.00 -kapo kapo nom m s 0.29 0.34 0.29 0.14 -kapok kapok nom m s 0.04 0.34 0.04 0.34 -kapokier kapokier nom m s 0.01 0.00 0.01 0.00 -kapos kapo nom m p 0.29 0.34 0.00 0.20 -kaposi kaposi nom m s 0.09 0.20 0.09 0.20 -kapout kapout nom m s 0.01 0.20 0.01 0.20 -kappa kappa nom m s 0.17 0.00 0.17 0.00 -karaoké karaoké nom m s 0.99 0.00 0.97 0.00 -karaokés karaoké nom m p 0.99 0.00 0.02 0.00 -karaté karaté nom m s 2.64 0.95 2.64 0.95 -karatéka karatéka nom s 0.20 0.14 0.20 0.07 -karatékas karatéka nom p 0.20 0.14 0.00 0.07 -karen karen adj s 0.43 0.00 0.43 0.00 -kari kari nom m s 0.19 0.07 0.19 0.07 -karité karité nom m s 0.01 0.14 0.01 0.14 -karma karma nom m s 10.73 0.14 10.73 0.14 -karmique karmique adj s 0.16 0.00 0.16 0.00 -kart kart nom m s 0.30 0.00 0.30 0.00 -karting karting nom m s 0.34 0.00 0.34 0.00 -kasbah kasbah nom f 0.00 0.27 0.00 0.27 -kascher kascher adj s 0.13 0.27 0.13 0.27 -kasher kasher adj 0.63 0.41 0.63 0.41 -kastro kastro nom m s 0.00 0.54 0.00 0.47 -kastros kastro nom m p 0.00 0.54 0.00 0.07 -kata kata nom m s 0.02 0.00 0.01 0.00 -katal katal nom m s 0.01 0.00 0.01 0.00 -katangais katangais nom m 0.10 0.14 0.10 0.14 -katas kata nom m p 0.02 0.00 0.01 0.00 -katchinas katchina nom m p 0.00 0.07 0.00 0.07 -katiba katiba nom f s 0.00 0.07 0.00 0.07 -kava kava nom m s 0.01 0.00 0.01 0.00 -kawa kawa nom m s 0.00 3.11 0.00 3.11 -kayac kayac nom m s 0.01 0.00 0.01 0.00 -kayak kayak nom m s 0.34 0.14 0.34 0.14 -kayakiste kayakiste nom s 0.01 0.00 0.01 0.00 -kazakh kazakh adj m s 0.33 0.07 0.13 0.00 -kazakhs kazakh adj m p 0.33 0.07 0.20 0.07 -kebab kebab nom m s 0.78 0.07 0.55 0.07 -kebabs kebab nom m p 0.78 0.07 0.23 0.00 -kebla kebla adj s 0.00 0.14 0.00 0.07 -keblas kebla adj f p 0.00 0.14 0.00 0.07 -keepsake keepsake nom m s 0.05 0.00 0.05 0.00 -keffieh keffieh nom m s 0.01 0.00 0.01 0.00 -keiretsu keiretsu nom m s 0.07 0.00 0.07 0.00 -kekchose kekchose nom f s 0.01 0.07 0.01 0.07 -kelvins kelvin nom m p 0.03 0.00 0.03 0.00 -kendo kendo nom m s 0.24 0.00 0.24 0.00 -kermesse kermesse nom f s 0.96 2.77 0.93 2.30 -kermesses kermesse nom f p 0.96 2.77 0.04 0.47 -kerrie kerrie nom f s 0.04 0.00 0.04 0.00 -ket ket nom m s 0.07 0.07 0.07 0.07 -ketch ketch nom m s 0.11 0.07 0.11 0.07 -ketchup ketchup nom m s 4.45 0.54 4.45 0.54 -keuf keuf nom f s 2.83 0.88 1.00 0.00 -keufs keuf nom f p 2.83 0.88 1.83 0.88 -keum keum nom m s 0.35 0.20 0.27 0.20 -keums keum nom m p 0.35 0.20 0.08 0.00 -kevlar kevlar nom m s 0.26 0.00 0.26 0.00 -khôl khôl nom m s 0.00 0.81 0.00 0.81 -khalife khalife nom m s 0.02 0.27 0.02 0.27 -khamsin khamsin nom m s 0.00 0.20 0.00 0.20 -khan khan nom m s 0.30 6.55 0.21 1.49 -khanat khanat nom m s 0.00 0.07 0.00 0.07 -khans khan nom m p 0.30 6.55 0.10 5.07 -khat khat nom m s 0.01 0.00 0.01 0.00 -khazar khazar adj s 0.00 0.14 0.00 0.14 -khmer khmer adj m s 0.28 0.00 0.27 0.00 -khmère khmer adj f s 0.28 0.00 0.01 0.00 -khâgne khâgne nom f s 0.00 1.55 0.00 1.42 -khâgnes khâgne nom f p 0.00 1.55 0.00 0.14 -khâgneux khâgneux nom m 0.00 0.34 0.00 0.34 -khédival khédival adj m s 0.00 0.07 0.00 0.07 -khédive khédive nom m s 0.03 0.88 0.03 0.88 -kibboutz kibboutz nom m 1.85 0.27 1.85 0.27 -kibboutzim kibboutzim nom m p 0.00 0.07 0.00 0.07 -kick kick nom m s 0.47 0.34 0.42 0.34 -kicker kicker nom m s 0.14 0.00 0.14 0.00 -kicks kick nom m p 0.47 0.34 0.05 0.00 -kid kid nom m s 6.62 7.36 5.71 6.82 -kidnappa kidnapper ver 15.21 1.08 0.00 0.07 ind:pas:3s; -kidnappait kidnapper ver 15.21 1.08 0.04 0.07 ind:imp:3s; -kidnappant kidnapper ver 15.21 1.08 0.04 0.00 par:pre; -kidnappe kidnapper ver 15.21 1.08 0.69 0.14 imp:pre:2s;ind:pre:1s;ind:pre:3s; -kidnappent kidnapper ver 15.21 1.08 0.15 0.00 ind:pre:3p; -kidnapper kidnapper ver 15.21 1.08 2.54 0.20 inf; -kidnapperai kidnapper ver 15.21 1.08 0.14 0.00 ind:fut:1s; -kidnapperaient kidnapper ver 15.21 1.08 0.11 0.00 cnd:pre:3p; -kidnapperas kidnapper ver 15.21 1.08 0.01 0.00 ind:fut:2s; -kidnapperez kidnapper ver 15.21 1.08 0.02 0.00 ind:fut:2p; -kidnappeur kidnappeur nom m s 3.55 0.27 2.20 0.07 -kidnappeurs kidnappeur nom m p 3.55 0.27 1.35 0.20 -kidnappez kidnapper ver 15.21 1.08 0.10 0.00 imp:pre:2p;ind:pre:2p; -kidnappiez kidnapper ver 15.21 1.08 0.03 0.00 ind:imp:2p; -kidnapping kidnapping nom m s 5.58 0.54 5.33 0.54 -kidnappings kidnapping nom m p 5.58 0.54 0.25 0.00 -kidnappons kidnapper ver 15.21 1.08 0.01 0.00 imp:pre:1p; -kidnappé kidnapper ver m s 15.21 1.08 6.66 0.20 par:pas; -kidnappée kidnapper ver f s 15.21 1.08 3.65 0.20 par:pas; -kidnappées kidnapper ver f p 15.21 1.08 0.28 0.14 par:pas; -kidnappés kidnapper ver m p 15.21 1.08 0.75 0.07 par:pas; -kids kid nom m p 6.62 7.36 0.91 0.54 -kief kief nom m s 0.02 0.00 0.02 0.00 -kierkegaardienne kierkegaardien nom f s 0.00 0.07 0.00 0.07 -kif_kif kif_kif adj s 0.20 0.81 0.20 0.81 -kif kif nom m s 1.25 2.77 1.25 2.77 -kiki kiki nom m s 0.53 0.74 0.53 0.74 -kil kil nom m s 0.17 0.54 0.16 0.34 -kilbus kilbus nom m 0.00 0.27 0.00 0.27 -kilim kilim nom m s 0.28 0.00 0.28 0.00 -killer killer nom s 1.19 0.07 1.19 0.07 -kilo kilo nom m s 22.54 24.19 5.19 5.27 -kilogramme kilogramme nom m s 0.17 0.14 0.14 0.07 -kilogrammes kilogramme nom m p 0.17 0.14 0.03 0.07 -kilohertz kilohertz nom m 0.14 0.00 0.14 0.00 -kilomètre kilomètre nom m s 24.80 62.23 3.73 6.28 -kilomètre_heure kilomètre_heure nom m p 0.14 0.41 0.14 0.41 -kilomètres kilomètre nom m p 24.80 62.23 21.07 55.95 -kilométrage kilométrage nom m s 0.50 0.27 0.49 0.14 -kilométrages kilométrage nom m p 0.50 0.27 0.01 0.14 -kilométrique kilométrique adj s 0.04 0.68 0.04 0.34 -kilométriques kilométrique adj f p 0.04 0.68 0.00 0.34 -kilos kilo nom m p 22.54 24.19 17.35 18.92 -kilotonnes kilotonne nom m p 0.10 0.14 0.10 0.14 -kilowattheure kilowattheure nom m s 0.00 0.07 0.00 0.07 -kilowatts kilowatt nom m p 0.00 0.34 0.00 0.34 -kils kil nom m p 0.17 0.54 0.01 0.20 -kilt kilt nom m s 0.55 0.68 0.50 0.68 -kilts kilt nom m p 0.55 0.68 0.05 0.00 -kimono kimono nom m s 2.11 2.43 1.84 1.89 -kimonos kimono nom m p 2.11 2.43 0.27 0.54 -kinase kinase nom f s 0.03 0.00 0.03 0.00 -kinescope kinescope nom m s 0.01 0.00 0.01 0.00 -kinesthésie kinesthésie nom f s 0.01 0.00 0.01 0.00 -king_charles king_charles nom m 0.00 0.07 0.00 0.07 -kinnor kinnor nom m s 0.00 0.07 0.00 0.07 -kino kino nom m s 0.00 0.07 0.00 0.07 -kiné kiné nom s 1.28 0.00 1.28 0.00 -kinésiques kinésique nom f p 0.01 0.00 0.01 0.00 -kinésithérapeute kinésithérapeute nom s 0.05 0.20 0.05 0.20 -kinésithérapie kinésithérapie nom f s 0.07 0.00 0.07 0.00 -kiosk kiosk nom m s 0.00 1.82 0.00 1.55 -kiosks kiosk nom m p 0.00 1.82 0.00 0.27 -kiosque kiosque nom m s 4.05 8.18 3.95 5.88 -kiosques kiosque nom m p 4.05 8.18 0.10 2.30 -kip kip nom m s 0.63 0.00 0.62 0.00 -kipa kipa nom f s 0.01 1.89 0.01 1.89 -kippa kippa nom f s 0.52 0.07 0.52 0.07 -kipper kipper nom m s 0.04 0.07 0.04 0.00 -kippers kipper nom m p 0.04 0.07 0.00 0.07 -kips kip nom m p 0.63 0.00 0.01 0.00 -kir kir nom m s 0.63 1.28 0.62 0.95 -kirghiz kirghiz nom m 0.00 0.20 0.00 0.20 -kirghize kirghize nom s 0.14 0.00 0.14 0.00 -kirghizes kirghize adj f p 0.00 0.14 0.00 0.07 -kirs kir nom m p 0.63 1.28 0.01 0.34 -kirsch kirsch nom m s 0.56 1.22 0.56 1.22 -kit kit nom m s 7.33 0.34 6.99 0.34 -kitch kitch adj f s 0.17 0.00 0.17 0.00 -kitchenette kitchenette nom f s 0.19 0.27 0.19 0.27 -kits kit nom m p 7.33 0.34 0.34 0.00 -kitsch kitsch adj 0.23 0.68 0.23 0.68 -kiva kiva nom f s 0.03 0.00 0.03 0.00 -kiwi kiwi nom m s 0.00 0.14 0.00 0.07 -kiwis kiwi nom m p 0.00 0.14 0.00 0.07 -klaxon klaxon nom m s 5.55 5.74 4.89 3.24 -klaxonna klaxonner ver 4.29 3.24 0.03 0.27 ind:pas:3s; -klaxonnai klaxonner ver 4.29 3.24 0.00 0.14 ind:pas:1s; -klaxonnaient klaxonner ver 4.29 3.24 0.02 0.14 ind:imp:3p; -klaxonnais klaxonner ver 4.29 3.24 0.04 0.00 ind:imp:1s; -klaxonnait klaxonner ver 4.29 3.24 0.05 0.27 ind:imp:3s; -klaxonnant klaxonner ver 4.29 3.24 0.00 0.68 par:pre; -klaxonne klaxonner ver 4.29 3.24 2.26 0.47 imp:pre:2s;ind:pre:1s;ind:pre:3s; -klaxonnent klaxonner ver 4.29 3.24 0.07 0.14 ind:pre:3p; -klaxonner klaxonner ver 4.29 3.24 0.75 0.61 inf; -klaxonnera klaxonner ver 4.29 3.24 0.01 0.07 ind:fut:3s; -klaxonnerai klaxonner ver 4.29 3.24 0.26 0.00 ind:fut:1s; -klaxonnes klaxonner ver 4.29 3.24 0.23 0.00 ind:pre:2s; -klaxonnez klaxonner ver 4.29 3.24 0.39 0.07 imp:pre:2p;ind:pre:2p; -klaxonné klaxonner ver m s 4.29 3.24 0.19 0.41 par:pas; -klaxons klaxon nom m p 5.55 5.74 0.66 2.50 -klebs klebs nom m 0.01 0.00 0.01 0.00 -kleenex kleenex nom m 1.35 2.91 1.35 2.91 -kleptomane kleptomane nom s 0.16 0.00 0.14 0.00 -kleptomanes kleptomane nom p 0.16 0.00 0.02 0.00 -kleptomanie kleptomanie nom f s 0.02 0.00 0.02 0.00 -klystron klystron nom m s 0.12 0.00 0.12 0.00 -km km adv 0.01 0.00 0.01 0.00 -knickerbockers knickerbocker nom m p 0.01 0.07 0.01 0.07 -knickers knicker nom m p 0.03 0.07 0.03 0.07 -knock_out knock_out adj m s 0.19 0.20 0.19 0.20 -knout knout nom m s 0.00 0.20 0.00 0.20 -koala koala nom m s 0.19 0.14 0.15 0.14 -koalas koala nom m p 0.19 0.14 0.04 0.00 -kobold kobold nom m s 0.37 0.07 0.22 0.07 -kobolds kobold nom m p 0.37 0.07 0.15 0.00 -kodak kodak nom m s 0.01 0.47 0.01 0.47 -kodiak kodiak nom m s 0.31 0.00 0.31 0.00 -kohl kohl nom m s 0.00 0.14 0.00 0.14 -kola kola nom m s 0.02 0.20 0.02 0.20 -kolatiers kolatier nom m p 0.00 0.20 0.00 0.20 -kolkhoze kolkhoze nom m s 1.11 0.41 1.11 0.41 -kolkhozien kolkhozien nom m s 0.20 0.68 0.00 0.07 -kolkhozienne kolkhozien nom f s 0.20 0.68 0.10 0.20 -kolkhoziennes kolkhozien nom f p 0.20 0.68 0.00 0.14 -kolkhoziens kolkhozien nom m p 0.20 0.68 0.10 0.27 -komi komi adj s 0.03 0.00 0.03 0.00 -komintern komintern nom m s 0.01 0.54 0.01 0.54 -kommandantur kommandantur nom f s 0.27 0.68 0.27 0.68 -kommando kommando nom m s 0.28 0.14 0.28 0.14 -komsomol komsomol nom m s 0.25 0.81 0.25 0.54 -komsomols komsomol nom m p 0.25 0.81 0.00 0.27 -kondo kondo nom m s 0.12 0.00 0.12 0.00 -kopeck kopeck nom m s 1.52 0.61 1.30 0.47 -kopecks kopeck nom m p 1.52 0.61 0.22 0.14 -kopeks kopek nom m p 0.14 0.00 0.14 0.00 -kora kora nom f s 0.01 0.00 0.01 0.00 -koran koran nom m s 0.00 0.14 0.00 0.14 -korrigan korrigan nom m s 0.03 0.20 0.01 0.07 -korrigans korrigan nom m p 0.03 0.20 0.02 0.14 -korè korè nom f s 0.00 0.07 0.00 0.07 -koré koré nom f s 0.00 0.34 0.00 0.34 -kosovar kosovar nom m s 0.01 0.00 0.01 0.00 -kot kot nom m s 0.33 0.00 0.33 0.00 -koto koto nom m s 0.02 0.07 0.02 0.07 -kouglof kouglof nom m s 0.02 0.14 0.02 0.14 -koulak koulak nom m s 0.11 0.47 0.00 0.27 -koulaks koulak nom m p 0.11 0.47 0.11 0.20 -kouros kouros nom m 0.00 0.27 0.00 0.27 -kraal kraal nom m s 0.03 0.00 0.03 0.00 -krach krach nom m s 0.15 0.41 0.15 0.34 -krachs krach nom m p 0.15 0.41 0.00 0.07 -kraft kraft nom m s 0.80 0.95 0.80 0.95 -krak krak nom m s 0.01 0.00 0.01 0.00 -kraken kraken nom m s 0.14 0.00 0.14 0.00 -kremlin kremlin nom m s 0.00 0.07 0.00 0.07 -kreutzer kreutzer nom m s 0.00 0.07 0.00 0.07 -kriegspiel kriegspiel nom m s 0.00 0.14 0.00 0.14 -krill krill nom m s 0.17 0.00 0.17 0.00 -kriss kriss nom m 0.09 0.00 0.09 0.00 -kroumir kroumir nom m s 0.01 0.27 0.01 0.20 -kroumirs kroumir nom m p 0.01 0.27 0.00 0.07 -krypton krypton nom m s 1.04 0.00 1.04 0.00 -ksar ksar nom m s 0.00 0.07 0.00 0.07 -kébour kébour nom m s 0.00 0.41 0.00 0.34 -kébours kébour nom m p 0.00 0.41 0.00 0.07 -kéfir kéfir nom m s 0.00 0.27 0.00 0.20 -kéfirs kéfir nom m p 0.00 0.27 0.00 0.07 -kugelhof kugelhof nom m s 0.04 0.07 0.04 0.07 -kula kula nom f s 0.01 0.07 0.01 0.07 -kummel kummel nom m s 0.01 0.34 0.01 0.34 -kumquat kumquat nom m s 0.16 0.07 0.13 0.00 -kumquats kumquat nom m p 0.16 0.07 0.03 0.07 -kung_fu kung_fu nom m s 1.12 0.00 1.01 0.00 -kung_fu kung_fu nom m s 1.12 0.00 0.10 0.00 -kényan kényan adj m s 0.02 0.00 0.02 0.00 -képi képi nom m s 2.39 15.81 1.85 12.91 -képis képi nom m p 2.39 15.81 0.55 2.91 -kérabau kérabau nom m s 0.10 0.00 0.10 0.00 -kératinisée kératinisé adj f s 0.01 0.00 0.01 0.00 -kératoplastie kératoplastie nom f s 0.01 0.00 0.01 0.00 -kératose kératose nom f s 0.01 0.00 0.01 0.00 -kurde kurde adj s 0.17 0.20 0.16 0.07 -kurdes kurde adj p 0.17 0.20 0.01 0.14 -kérosène kérosène nom m s 0.91 0.20 0.91 0.14 -kérosènes kérosène nom m p 0.91 0.20 0.00 0.07 -kursaal kursaal nom m s 0.20 0.07 0.20 0.07 -kurus kuru nom m p 0.00 0.07 0.00 0.07 -kvas kvas nom m 0.20 0.00 0.20 0.00 -kyrie_eleison kyrie_eleison nom m 0.41 0.07 0.41 0.07 -kyrie kyrie nom m 0.00 0.54 0.00 0.54 -kyrielle kyrielle nom f s 0.03 1.42 0.03 1.22 -kyrielles kyrielle nom f p 0.03 1.42 0.00 0.20 -kyste kyste nom m s 0.57 0.20 0.51 0.07 -kystes kyste nom m p 0.57 0.20 0.06 0.14 -kystique kystique adj f s 0.03 0.00 0.03 0.00 -l l art_def m s 8129.41 12746.76 8129.41 12746.76 -l_un l_un pro_ind 127.72 208.92 127.72 208.92 -l_une l_une pro_ind f 36.12 93.58 36.12 93.58 -l_dopa l_dopa nom f s 0.05 0.00 0.05 0.00 -lûmes lire ver 281.09 324.80 0.01 0.20 ind:pas:1p; -lût lire ver 281.09 324.80 0.00 0.47 sub:imp:3s; -la_la_la la_la_la art_def f s 0.14 0.07 0.14 0.07 -la_plata la_plata nom s 0.01 0.14 0.01 0.14 -la_plupart_de la_plupart_de adj_ind 3.94 7.30 3.94 7.30 -la_plupart_des la_plupart_des adj_ind 23.41 29.26 23.41 29.26 -la_plupart_du la_plupart_du adj_ind 5.07 7.91 5.07 7.91 -la_plupart la_plupart pro_ind p 14.72 23.24 14.72 23.24 -la la art_def f s 14946.48 23633.92 14946.48 23633.92 -laîche laîche nom f s 0.06 0.07 0.06 0.00 -laîches laîche nom f p 0.06 0.07 0.00 0.07 -laïc laïc adj m s 0.33 0.88 0.33 0.74 -laïciser laïciser ver 0.14 0.00 0.14 0.00 inf; -laïcité laïcité nom f s 0.29 0.47 0.29 0.47 -laïcs laïc nom p 0.32 0.95 0.16 0.68 -laïque laïque adj s 0.58 3.45 0.43 2.43 -laïques laïque adj p 0.58 3.45 0.15 1.01 -laïus laïus nom m 1.78 1.08 1.78 1.08 -laïusse laïusser ver 0.00 0.07 0.00 0.07 ind:pre:3s; -labbe labbe nom m s 0.00 0.14 0.00 0.07 -labbes labbe nom m p 0.00 0.14 0.00 0.07 -label label nom m s 1.59 0.54 1.30 0.47 -labelle labelle nom m s 0.09 0.00 0.09 0.00 -labels label nom m p 1.59 0.54 0.29 0.07 -labeur labeur nom m s 3.73 9.80 3.71 8.85 -labeurs labeur nom m p 3.73 9.80 0.03 0.95 -labial labial adj m s 0.02 0.41 0.00 0.27 -labiale labial adj f s 0.02 0.41 0.02 0.00 -labiales labial adj f p 0.02 0.41 0.00 0.07 -labialisant labialiser ver 0.00 0.07 0.00 0.07 par:pre; -labiaux labial adj m p 0.02 0.41 0.00 0.07 -labile labile adj s 0.01 0.27 0.01 0.27 -labo labo nom m s 29.95 1.42 28.36 1.22 -laborantin laborantin nom m s 0.12 0.27 0.09 0.07 -laborantine laborantin nom f s 0.12 0.27 0.02 0.07 -laborantins laborantin nom m p 0.12 0.27 0.01 0.14 -laboratoire laboratoire nom m s 14.74 13.99 13.24 12.91 -laboratoires laboratoire nom m p 14.74 13.99 1.51 1.08 -laborieuse laborieux adj f s 1.21 7.16 0.34 1.96 -laborieusement laborieusement adv 0.02 1.62 0.02 1.62 -laborieuses laborieux adj f p 1.21 7.16 0.28 1.89 -laborieux laborieux adj m 1.21 7.16 0.60 3.31 -labos labo nom m p 29.95 1.42 1.60 0.20 -labour labour nom m s 0.67 6.62 0.39 2.64 -laboura labourer ver 2.56 7.03 0.00 0.07 ind:pas:3s; -labourable labourable adj s 0.01 0.00 0.01 0.00 -labourage labourage nom m s 0.14 0.41 0.14 0.41 -labouraient labourer ver 2.56 7.03 0.01 0.41 ind:imp:3p; -labourais labourer ver 2.56 7.03 0.03 0.00 ind:imp:1s;ind:imp:2s; -labourait labourer ver 2.56 7.03 0.14 0.61 ind:imp:3s; -labourant labourer ver 2.56 7.03 0.03 0.54 par:pre; -laboure labourer ver 2.56 7.03 0.27 0.68 imp:pre:2s;ind:pre:1s;ind:pre:3s; -labourent labourer ver 2.56 7.03 0.13 0.20 ind:pre:3p; -labourer labourer ver 2.56 7.03 1.41 1.22 inf; -labourerait labourer ver 2.56 7.03 0.01 0.07 cnd:pre:3s; -laboureur laboureur nom m s 0.20 2.43 0.17 1.42 -laboureurs laboureur nom m p 0.20 2.43 0.02 1.01 -labours labour nom m p 0.67 6.62 0.28 3.99 -labouré labourer ver m s 2.56 7.03 0.47 1.15 par:pas; -labourée labourer ver f s 2.56 7.03 0.02 1.08 par:pas; -labourées labourer ver f p 2.56 7.03 0.02 0.47 par:pas; -labourés labourer ver m p 2.56 7.03 0.01 0.54 par:pas; -labrador labrador nom m s 0.36 0.34 0.30 0.27 -labradors labrador nom m p 0.36 0.34 0.06 0.07 -labre labre nom m s 0.00 0.20 0.00 0.07 -labres labre nom m p 0.00 0.20 0.00 0.14 -labri labri nom m s 0.02 0.00 0.01 0.00 -labris labri nom m p 0.02 0.00 0.01 0.00 -labyrinthe labyrinthe nom m s 5.05 8.31 4.90 7.03 -labyrinthes labyrinthe nom m p 5.05 8.31 0.15 1.28 -labyrinthique labyrinthique adj s 0.05 0.27 0.02 0.20 -labyrinthiques labyrinthique adj p 0.05 0.27 0.03 0.07 -lac lac nom m s 31.16 32.84 31.16 32.84 -lacandon lacandon adj s 0.00 0.07 0.00 0.07 -lacanien lacanien adj m s 0.01 0.07 0.01 0.07 -lacaniens lacanien nom m p 0.00 0.14 0.00 0.07 -lace lacer ver 0.81 2.23 0.15 0.14 imp:pre:2s;ind:pre:1s;ind:pre:3s; -lacent lacer ver 0.81 2.23 0.00 0.07 ind:pre:3p; -lacer lacer ver 0.81 2.23 0.56 0.68 inf; -lacet lacet nom m s 4.40 13.78 0.83 5.27 -lacets lacet nom m p 4.40 13.78 3.57 8.51 -lacis lacis nom m 0.00 1.89 0.00 1.89 -lack lack nom m s 0.16 0.00 0.16 0.00 -laconique laconique adj s 0.08 2.43 0.06 1.55 -laconiquement laconiquement adv 0.01 0.61 0.01 0.61 -laconiques laconique adj p 0.08 2.43 0.02 0.88 -laconisme laconisme nom m s 0.01 0.47 0.01 0.47 -lacrima_christi lacrima_christi nom m 0.00 0.07 0.00 0.07 -lacryma_christi lacryma_christi nom m s 0.00 0.34 0.00 0.20 -lacryma_christi lacryma_christi nom m s 0.00 0.34 0.00 0.14 -lacrymal lacrymal adj m s 0.42 0.68 0.03 0.14 -lacrymale lacrymal adj f s 0.42 0.68 0.00 0.07 -lacrymales lacrymal adj f p 0.42 0.68 0.25 0.47 -lacrymaux lacrymal adj m p 0.42 0.68 0.14 0.00 -lacrymogène lacrymogène adj s 1.22 0.81 0.54 0.41 -lacrymogènes lacrymogène adj p 1.22 0.81 0.69 0.41 -lacs lacs nom m 3.60 8.58 3.60 8.58 -lactaires lactaire nom m p 0.00 0.20 0.00 0.20 -lactate lactate nom m s 0.06 0.00 0.06 0.00 -lactation lactation nom f s 0.05 0.00 0.05 0.00 -lactescent lactescent adj m s 0.00 0.14 0.00 0.07 -lactescente lactescent adj f s 0.00 0.14 0.00 0.07 -lacère lacérer ver 1.38 4.05 0.18 0.54 imp:pre:2s;ind:pre:1s;ind:pre:3s; -lacèrent lacérer ver 1.38 4.05 0.14 0.20 ind:pre:3p; -lactifère lactifère adj f s 0.01 0.00 0.01 0.00 -lactique lactique adj s 0.12 0.00 0.12 0.00 -lactose lactose nom m s 0.69 0.00 0.69 0.00 -lacté lacté adj m s 0.85 1.69 0.10 0.20 -lactée lacté adj f s 0.85 1.69 0.75 1.42 -lactés lacté adj m p 0.85 1.69 0.00 0.07 -lacé lacer ver m s 0.81 2.23 0.04 0.07 par:pas; -lacédémoniens lacédémonien nom m p 0.00 0.07 0.00 0.07 -lacée lacer ver f s 0.81 2.23 0.00 0.07 par:pas; -lacées lacer ver f p 0.81 2.23 0.02 0.54 par:pas; -lacunaire lacunaire adj s 0.08 0.34 0.08 0.34 -lacune lacune nom f s 0.44 2.23 0.09 0.68 -lacunes lacune nom f p 0.44 2.23 0.35 1.55 -lacéra lacérer ver 1.38 4.05 0.00 0.20 ind:pas:3s; -lacéraient lacérer ver 1.38 4.05 0.00 0.14 ind:imp:3p; -lacérait lacérer ver 1.38 4.05 0.00 0.14 ind:imp:3s; -lacérant lacérer ver 1.38 4.05 0.15 0.41 par:pre; -lacération lacération nom f s 1.64 0.00 1.00 0.00 -lacérations lacération nom f p 1.64 0.00 0.64 0.00 -lacérer lacérer ver 1.38 4.05 0.34 1.01 inf; -lacérions lacérer ver 1.38 4.05 0.00 0.07 ind:imp:1p; -lacéré lacérer ver m s 1.38 4.05 0.26 0.68 par:pas; -lacérée lacérer ver f s 1.38 4.05 0.04 0.34 par:pas; -lacérées lacéré adj f p 0.10 1.22 0.02 0.34 -lacérés lacérer ver m p 1.38 4.05 0.26 0.27 par:pas; -lacés lacer ver m p 0.81 2.23 0.00 0.20 par:pas; -lacustre lacustre adj s 0.02 0.61 0.02 0.47 -lacustres lacustre adj m p 0.02 0.61 0.00 0.14 -lad lad nom m s 0.20 0.74 0.17 0.54 -ladies ladies nom f p 0.91 0.14 0.91 0.14 -ladino ladino nom m s 0.00 0.07 0.00 0.07 -ladite ladite adj f s 0.33 1.82 0.33 1.82 -ladre ladre nom s 0.01 0.27 0.01 0.20 -ladrerie ladrerie nom f s 0.00 0.20 0.00 0.14 -ladreries ladrerie nom f p 0.00 0.20 0.00 0.07 -ladres ladre nom p 0.01 0.27 0.00 0.07 -lads lad nom m p 0.20 0.74 0.03 0.20 -lady lady nom f s 13.48 3.24 13.47 3.24 -ladys lady nom f p 13.48 3.24 0.01 0.00 -lagan lagan nom m s 0.05 0.00 0.05 0.00 -lagon lagon nom m s 0.84 0.88 0.71 0.74 -lagons lagon nom m p 0.84 0.88 0.13 0.14 -laguiole laguiole nom m s 0.00 0.07 0.00 0.07 -lagunaire lagunaire adj m s 0.00 0.20 0.00 0.20 -lagune lagune nom f s 2.84 8.92 2.40 6.69 -lagunes lagune nom f p 2.84 8.92 0.44 2.23 -lai lai adj m s 1.05 0.14 1.04 0.14 -laid laid adj m s 18.54 26.82 9.52 10.41 -laide laid adj f s 18.54 26.82 6.23 9.73 -laidement laidement adv 0.00 0.47 0.00 0.47 -laideron laideron nom m s 0.47 0.68 0.26 0.20 -laiderons laideron nom m p 0.47 0.68 0.21 0.47 -laides laid adj f p 18.54 26.82 1.51 3.11 -laideur laideur nom f s 1.44 8.99 1.44 8.78 -laideurs laideur nom f p 1.44 8.99 0.00 0.20 -laids laid adj m p 18.54 26.82 1.28 3.58 -laie laie nom f s 0.01 1.76 0.01 1.62 -laies laie nom f p 0.01 1.76 0.00 0.14 -lainage lainage nom m s 0.17 4.59 0.01 2.50 -lainages lainage nom m p 0.17 4.59 0.16 2.09 -laine laine nom f s 6.41 37.03 6.27 34.86 -laines laine nom f p 6.41 37.03 0.14 2.16 -laineurs laineur nom m p 0.00 0.14 0.00 0.07 -laineuse laineux adj f s 0.06 1.89 0.00 0.47 -laineuses laineux adj f p 0.06 1.89 0.00 0.34 -laineux laineux adj m s 0.06 1.89 0.06 1.08 -lainier lainier adj m s 0.00 0.20 0.00 0.14 -lainière lainier adj f s 0.00 0.20 0.00 0.07 -laird laird nom m s 0.36 0.07 0.36 0.07 -lais lai adj m p 1.05 0.14 0.01 0.00 -laissa laisser ver 1334.05 851.55 2.52 67.97 ind:pas:3s; -laissai laisser ver 1334.05 851.55 0.41 8.11 ind:pas:1s; -laissaient laisser ver 1334.05 851.55 1.69 23.92 ind:imp:3p; -laissais laisser ver 1334.05 851.55 4.54 12.36 ind:imp:1s;ind:imp:2s; -laissait laisser ver 1334.05 851.55 7.78 82.77 ind:imp:3s; -laissant laisser ver 1334.05 851.55 10.80 58.51 par:pre; -laissassent laisser ver 1334.05 851.55 0.00 0.07 sub:imp:3p; -laisse_la_moi laisse_la_moi nom f s 0.14 0.00 0.14 0.00 -laisse laisser ver 1334.05 851.55 479.63 143.31 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:1s;sub:pre:3s; -laissent laisser ver 1334.05 851.55 15.24 22.30 ind:pre:3p;sub:pre:3p; -laisser_aller laisser_aller nom m 0.75 3.38 0.75 3.38 -laisser_faire laisser_faire nom m 0.01 0.07 0.01 0.07 -laisser laisser ver 1334.05 851.55 243.08 192.03 inf;;inf;;inf;;inf;;inf;; -laissera laisser ver 1334.05 851.55 13.78 6.62 ind:fut:3s; -laisserai laisser ver 1334.05 851.55 28.33 5.81 ind:fut:1s; -laisseraient laisser ver 1334.05 851.55 1.23 2.09 cnd:pre:3p; -laisserais laisser ver 1334.05 851.55 7.47 2.64 cnd:pre:1s;cnd:pre:2s; -laisserait laisser ver 1334.05 851.55 5.18 8.72 cnd:pre:3s; -laisseras laisser ver 1334.05 851.55 3.19 0.74 ind:fut:2s; -laisserez laisser ver 1334.05 851.55 1.93 1.22 ind:fut:2p; -laisseriez laisser ver 1334.05 851.55 0.93 0.54 cnd:pre:2p; -laisserions laisser ver 1334.05 851.55 0.10 0.34 cnd:pre:1p; -laisserons laisser ver 1334.05 851.55 2.93 0.81 ind:fut:1p; -laisseront laisser ver 1334.05 851.55 5.74 2.50 ind:fut:3p; -laisses laisser ver 1334.05 851.55 36.40 5.00 ind:pre:2s;sub:pre:1p;sub:pre:2s; -laissez_faire laissez_faire nom m 0.01 0.00 0.01 0.00 -laissez_passer laissez_passer nom m 4.00 1.96 4.00 1.96 -laissez laisser ver 1334.05 851.55 265.61 31.42 imp:pre:2p;ind:pre:2p; -laissiez laisser ver 1334.05 851.55 2.39 0.95 ind:imp:2p;sub:pre:2p; -laissions laisser ver 1334.05 851.55 0.54 2.50 ind:imp:1p; -laissâmes laisser ver 1334.05 851.55 0.00 0.54 ind:pas:1p; -laissons laisser ver 1334.05 851.55 20.73 6.76 imp:pre:1p;ind:pre:1p; -laissât laisser ver 1334.05 851.55 0.01 2.97 sub:imp:3s; -laissèrent laisser ver 1334.05 851.55 0.42 4.73 ind:pas:3p; -laissé_pour_compte laissé_pour_compte nom m s 0.00 0.07 0.00 0.07 -laissé laisser ver m s 1334.05 851.55 139.96 117.57 par:pas;par:pas;par:pas;par:pas; -laissée laisser ver f s 1334.05 851.55 20.90 20.47 ind:imp:3p;par:pas; -laissées laisser ver f p 1334.05 851.55 3.47 6.01 par:pas; -laissés_pour_compte laissés_pour_compte nom m p 0.23 0.07 0.23 0.07 -laissés laisser ver m p 1334.05 851.55 7.12 9.26 par:pas; -lait lait nom m s 59.62 62.91 59.41 62.23 -laitage laitage nom m s 0.41 0.88 0.22 0.54 -laitages laitage nom m p 0.41 0.88 0.20 0.34 -laitance laitance nom f s 0.27 0.47 0.27 0.34 -laitances laitance nom f p 0.27 0.47 0.00 0.14 -laiterie laiterie nom f s 0.32 0.61 0.29 0.47 -laiteries laiterie nom f p 0.32 0.61 0.03 0.14 -laites laite nom f p 0.00 0.07 0.00 0.07 -laiteuse laiteux adj f s 0.32 10.41 0.10 4.86 -laiteuses laiteux adj f p 0.32 10.41 0.00 1.42 -laiteux laiteux adj m 0.32 10.41 0.22 4.12 -laitier laitier nom m s 1.29 2.43 1.18 1.49 -laitiers laitier adj m p 1.26 0.74 0.66 0.07 -laitière laitier adj f s 1.26 0.74 0.38 0.47 -laitières laitier adj f p 1.26 0.74 0.05 0.14 -laiton laiton nom m s 0.21 1.55 0.21 1.55 -laits lait nom m p 59.62 62.91 0.21 0.68 -laitue laitue nom f s 2.52 2.43 1.97 1.62 -laitues laitue nom f p 2.52 2.43 0.56 0.81 -laizes laize nom f p 0.00 0.14 0.00 0.14 -lala lala ono 0.66 0.07 0.66 0.07 -lama lama nom m s 2.13 0.74 1.23 0.47 -lamaïsme lamaïsme nom m s 0.00 0.07 0.00 0.07 -lamais lamer ver 0.01 0.20 0.00 0.07 ind:imp:1s; -lamantin lamantin nom m s 0.84 0.20 0.54 0.14 -lamantins lamantin nom m p 0.84 0.20 0.29 0.07 -lamartiniennes lamartinien nom f p 0.00 0.07 0.00 0.07 -lamas lama nom m p 2.13 0.74 0.90 0.27 -lambada lambada nom f s 0.13 0.00 0.13 0.00 -lambda lambda nom m s 0.74 0.07 0.72 0.00 -lambdas lambda nom m p 0.74 0.07 0.02 0.07 -lambeau lambeau nom m s 2.41 14.26 0.61 3.51 -lambeaux lambeau nom m p 2.41 14.26 1.80 10.74 -lambel lambel nom m s 0.01 0.00 0.01 0.00 -lambi lambi nom m s 0.00 0.07 0.00 0.07 -lambic lambic nom m s 0.00 0.07 0.00 0.07 -lambin lambin adj m s 0.04 0.14 0.02 0.14 -lambinaient lambiner ver 0.62 1.15 0.00 0.14 ind:imp:3p; -lambinais lambiner ver 0.62 1.15 0.00 0.07 ind:imp:1s; -lambinait lambiner ver 0.62 1.15 0.00 0.07 ind:imp:3s; -lambinant lambiner ver 0.62 1.15 0.00 0.07 par:pre; -lambine lambiner ver 0.62 1.15 0.26 0.14 imp:pre:2s;ind:pre:1s;ind:pre:3s; -lambiner lambiner ver 0.62 1.15 0.22 0.54 inf; -lambines lambiner ver 0.62 1.15 0.02 0.00 ind:pre:2s; -lambinez lambiner ver 0.62 1.15 0.05 0.00 imp:pre:2p;ind:pre:2p; -lambiniez lambiner ver 0.62 1.15 0.01 0.00 ind:imp:2p; -lambinions lambiner ver 0.62 1.15 0.00 0.07 ind:imp:1p; -lambinons lambiner ver 0.62 1.15 0.01 0.07 imp:pre:1p; -lambins lambin nom m p 0.16 0.20 0.15 0.00 -lambiné lambiner ver m s 0.62 1.15 0.05 0.00 par:pas; -lambrequins lambrequin nom m p 0.00 0.20 0.00 0.20 -lambris lambris nom m 0.04 1.55 0.04 1.55 -lambrissage lambrissage nom m s 0.01 0.07 0.01 0.07 -lambrissé lambrisser ver m s 0.02 0.27 0.01 0.07 par:pas; -lambrissée lambrissé adj f s 0.00 0.41 0.00 0.20 -lambrissées lambrisser ver f p 0.02 0.27 0.01 0.00 par:pas; -lambrusques lambrusque nom f p 0.00 0.07 0.00 0.07 -lambswool lambswool nom m s 0.00 0.14 0.00 0.14 -lame lame nom f s 14.22 37.09 11.05 25.81 -lamedé lamedé nom f s 0.00 0.81 0.00 0.68 -lamedu lamedu nom m s 0.00 0.14 0.00 0.14 -lamedés lamedé nom f p 0.00 0.81 0.00 0.14 -lamelle lamelle nom f s 0.72 2.64 0.14 0.54 -lamelles lamelle nom f p 0.72 2.64 0.59 2.09 -lamellibranches lamellibranche nom m p 0.00 0.07 0.00 0.07 -lamelliforme lamelliforme adj m s 0.00 0.07 0.00 0.07 -lamenta lamenter ver 3.37 7.43 0.00 0.61 ind:pas:3s; -lamentable lamentable adj s 5.70 9.26 5.33 7.36 -lamentablement lamentablement adv 0.44 1.82 0.44 1.82 -lamentables lamentable adj p 5.70 9.26 0.37 1.89 -lamentaient lamenter ver 3.37 7.43 0.00 0.47 ind:imp:3p; -lamentais lamenter ver 3.37 7.43 0.02 0.00 ind:imp:1s;ind:imp:2s; -lamentait lamenter ver 3.37 7.43 0.20 2.09 ind:imp:3s; -lamentant lamenter ver 3.37 7.43 0.06 0.41 par:pre; -lamentation lamentation nom f s 1.35 4.80 0.47 0.95 -lamentations lamentation nom f p 1.35 4.80 0.89 3.85 -lamente lamenter ver 3.37 7.43 1.31 1.01 imp:pre:2s;ind:pre:1s;ind:pre:3s; -lamentent lamenter ver 3.37 7.43 0.15 0.54 ind:pre:3p; -lamenter lamenter ver 3.37 7.43 1.20 1.55 ind:pre:2p;inf; -lamentera lamenter ver 3.37 7.43 0.14 0.07 ind:fut:3s; -lamenterait lamenter ver 3.37 7.43 0.01 0.07 cnd:pre:3s; -lamenteront lamenter ver 3.37 7.43 0.02 0.07 ind:fut:3p; -lamentez lamenter ver 3.37 7.43 0.03 0.07 imp:pre:2p;ind:pre:2p; -lamentions lamenter ver 3.37 7.43 0.00 0.07 ind:imp:1p; -lamento lamento nom m s 0.01 1.22 0.01 1.22 -lamentons lamenter ver 3.37 7.43 0.10 0.00 ind:pre:1p; -lamentèrent lamenter ver 3.37 7.43 0.00 0.07 ind:pas:3p; -lamenté lamenter ver m s 3.37 7.43 0.14 0.27 par:pas; -lamentés lamenter ver m p 3.37 7.43 0.00 0.07 par:pas; -lamer mettre ver 1004.84 1083.65 0.01 0.00 imp:pre:2p; -lames lame nom f p 14.22 37.09 3.17 11.28 -lamie lamie nom f s 0.00 0.07 0.00 0.07 -lamifié lamifié adj m s 0.00 0.14 0.00 0.07 -lamifiés lamifié adj m p 0.00 0.14 0.00 0.07 -laminage laminage nom m s 0.01 0.07 0.01 0.00 -laminages laminage nom m p 0.01 0.07 0.00 0.07 -laminaire laminaire nom f s 0.00 0.14 0.00 0.07 -laminaires laminaire nom f p 0.00 0.14 0.00 0.07 -laminait laminer ver 0.70 1.55 0.00 0.14 ind:imp:3s; -laminant laminer ver 0.70 1.55 0.01 0.00 par:pre; -lamine laminer ver 0.70 1.55 0.05 0.20 imp:pre:2s;ind:pre:1s;ind:pre:3s; -laminectomie laminectomie nom f s 0.01 0.00 0.01 0.00 -laminer laminer ver 0.70 1.55 0.44 0.34 inf; -lamineront laminer ver 0.70 1.55 0.01 0.00 ind:fut:3p; -lamines laminer ver 0.70 1.55 0.00 0.07 ind:pre:2s; -laminoir laminoir nom m s 0.01 0.47 0.00 0.34 -laminoirs laminoir nom m p 0.01 0.47 0.01 0.14 -laminé laminer ver m s 0.70 1.55 0.11 0.47 par:pas; -laminée laminer ver f s 0.70 1.55 0.02 0.07 par:pas; -laminées laminer ver f p 0.70 1.55 0.01 0.14 par:pas; -laminés laminer ver m p 0.70 1.55 0.05 0.14 par:pas; -lampa lamper ver 0.41 1.69 0.14 0.20 ind:pas:3s; -lampadaire lampadaire nom m s 1.89 6.76 1.61 2.84 -lampadaires lampadaire nom m p 1.89 6.76 0.28 3.92 -lampadophore lampadophore adj s 0.00 0.14 0.00 0.14 -lampais lamper ver 0.41 1.69 0.00 0.07 ind:imp:1s; -lampait lamper ver 0.41 1.69 0.00 0.41 ind:imp:3s; -lampant lamper ver 0.41 1.69 0.00 0.20 par:pre; -lamparos lamparo nom m p 0.00 0.14 0.00 0.14 -lampas lampas nom m 0.00 0.07 0.00 0.07 -lampe_phare lampe_phare nom f s 0.00 0.07 0.00 0.07 -lampe_tempête lampe_tempête nom f s 0.00 0.95 0.00 0.68 -lampe lampe nom f s 25.86 93.11 22.22 70.88 -lampent lamper ver 0.41 1.69 0.01 0.00 ind:pre:3p; -lamper lamper ver 0.41 1.69 0.00 0.20 inf; -lampe_tempête lampe_tempête nom f p 0.00 0.95 0.00 0.27 -lampes lampe nom f p 25.86 93.11 3.63 22.23 -lampez lamper ver 0.41 1.69 0.00 0.07 ind:pre:2p; -lampion lampion nom m s 0.28 3.99 0.01 0.81 -lampions lampion nom m p 0.28 3.99 0.27 3.18 -lampiste lampiste nom m s 0.03 0.20 0.01 0.00 -lampisterie lampisterie nom f s 0.00 0.27 0.00 0.20 -lampisteries lampisterie nom f p 0.00 0.27 0.00 0.07 -lampistes lampiste nom m p 0.03 0.20 0.02 0.20 -lampons lampon nom m p 0.00 0.07 0.00 0.07 -lamproie lamproie nom f s 0.04 0.41 0.03 0.07 -lamproies lamproie nom f p 0.04 0.41 0.01 0.34 -lampé lamper ver m s 0.41 1.69 0.00 0.20 par:pas; -lampée lampée nom f s 0.26 3.31 0.25 2.50 -lampées lampée nom f p 0.26 3.31 0.01 0.81 -lampyres lampyre nom m p 0.01 0.07 0.01 0.07 -lamé lamé adj m s 0.56 1.22 0.56 0.81 -lamée lamé adj f s 0.56 1.22 0.00 0.07 -lamées lamer ver f p 0.01 0.20 0.00 0.07 par:pas; -lamés lamé adj m p 0.56 1.22 0.00 0.34 -lance_engins lance_engins nom m 0.02 0.00 0.02 0.00 -lance_flamme lance_flamme nom m s 0.06 0.00 0.06 0.00 -lance_flammes lance_flammes nom m 1.06 0.61 1.06 0.61 -lance_fusée lance_fusée nom m s 0.01 0.00 0.01 0.00 -lance_fusées lance_fusées nom m 0.12 0.61 0.12 0.61 -lance_grenade lance_grenade nom m s 0.02 0.00 0.02 0.00 -lance_grenades lance_grenades nom m 0.34 0.00 0.34 0.00 -lance_missiles lance_missiles nom m 0.26 0.07 0.26 0.07 -lance_pierre lance_pierre nom m s 0.25 0.07 0.25 0.07 -lance_pierres lance_pierres nom m 0.39 1.42 0.39 1.42 -lance_roquette lance_roquette nom m s 0.06 0.00 0.06 0.00 -lance_roquettes lance_roquettes nom m 0.72 0.14 0.72 0.14 -lance_torpille lance_torpille nom m s 0.00 0.07 0.00 0.07 -lance_torpilles lance_torpilles nom m 0.03 0.41 0.03 0.41 -lance lancer ver 75.08 165.07 18.30 19.19 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:1s;sub:pre:3s; -lancelot lancelot nom m s 0.00 0.14 0.00 0.14 -lancement lancement nom m s 8.88 2.03 8.63 1.96 -lancements lancement nom m p 8.88 2.03 0.25 0.07 -lancent lancer ver 75.08 165.07 1.31 4.05 ind:pre:3p; -lancequine lancequiner ver 0.00 0.34 0.00 0.27 ind:pre:1s;ind:pre:3s; -lancequiner lancequiner ver 0.00 0.34 0.00 0.07 inf; -lancer lancer ver 75.08 165.07 18.42 26.08 inf; -lancera lancer ver 75.08 165.07 0.90 0.41 ind:fut:3s; -lancerai lancer ver 75.08 165.07 0.65 0.20 ind:fut:1s; -lanceraient lancer ver 75.08 165.07 0.01 0.07 cnd:pre:3p; -lancerais lancer ver 75.08 165.07 0.28 0.07 cnd:pre:1s;cnd:pre:2s; -lancerait lancer ver 75.08 165.07 0.15 0.68 cnd:pre:3s; -lanceras lancer ver 75.08 165.07 0.18 0.07 ind:fut:2s; -lancerez lancer ver 75.08 165.07 0.26 0.00 ind:fut:2p; -lancerons lanceron nom m p 0.18 0.00 0.18 0.00 -lanceront lancer ver 75.08 165.07 0.16 0.14 ind:fut:3p; -lancers lancer nom m p 4.04 2.03 0.68 0.34 -lances lancer ver 75.08 165.07 1.91 0.47 ind:pre:2s;sub:pre:2s; -lancette lancette nom f s 0.29 0.27 0.29 0.27 -lanceur lanceur nom m s 2.25 0.54 1.84 0.34 -lanceurs lanceur nom m p 2.25 0.54 0.39 0.20 -lanceuse lanceur nom f s 2.25 0.54 0.02 0.00 -lancez lancer ver 75.08 165.07 5.83 0.47 imp:pre:2p;ind:pre:2p; -lancier lancier nom m s 0.55 0.88 0.23 0.14 -lanciers lancier nom m p 0.55 0.88 0.31 0.74 -lanciez lancer ver 75.08 165.07 0.10 0.00 ind:imp:2p; -lancinait lanciner ver 0.14 0.74 0.00 0.14 ind:imp:3s; -lancinance lancinance nom f s 0.00 0.07 0.00 0.07 -lancinant lancinant adj m s 0.48 5.34 0.19 1.89 -lancinante lancinant adj f s 0.48 5.34 0.29 2.16 -lancinantes lancinant adj f p 0.48 5.34 0.01 0.95 -lancinants lancinant adj m p 0.48 5.34 0.00 0.34 -lancine lanciner ver 0.14 0.74 0.04 0.07 ind:pre:1s;ind:pre:3s; -lanciné lanciner ver m s 0.14 0.74 0.00 0.14 par:pas; -lancions lancer ver 75.08 165.07 0.05 0.20 ind:imp:1p; -lancèrent lancer ver 75.08 165.07 0.21 1.42 ind:pas:3p; -lancé lancer ver m s 75.08 165.07 17.31 24.66 par:pas; -lancée lancer ver f s 75.08 165.07 3.02 6.76 par:pas; -lancées lancer ver f p 75.08 165.07 0.68 2.84 par:pas; -lancéolés lancéolé adj m p 0.00 0.07 0.00 0.07 -lancés lancer ver m p 75.08 165.07 1.20 5.27 par:pas; -land land nom m s 2.77 1.96 2.56 1.96 -landais landais adj m 0.01 0.74 0.01 0.20 -landaise landais nom f s 0.01 0.07 0.01 0.00 -landaises landais adj f p 0.01 0.74 0.00 0.14 -landau landau nom m s 1.01 4.59 0.98 3.65 -landaulet landaulet nom m s 0.00 0.07 0.00 0.07 -landaus landau nom m p 1.01 4.59 0.04 0.95 -lande lande nom f s 1.69 10.47 1.57 8.04 -landerneau landerneau nom m s 0.00 0.07 0.00 0.07 -landes lande nom f p 1.69 10.47 0.12 2.43 -landiers landier nom m p 0.00 0.20 0.00 0.20 -landing landing nom m s 0.10 0.00 0.10 0.00 -landlord landlord nom m s 0.01 0.00 0.01 0.00 -lands land nom m p 2.77 1.96 0.21 0.00 -landsturm landsturm nom m s 0.00 0.14 0.00 0.14 -landwehr landwehr nom f s 0.00 0.27 0.00 0.27 -langage langage nom m s 16.68 37.36 16.56 36.01 -langages langage nom m p 16.68 37.36 0.11 1.35 -langagiers langagier adj m p 0.00 0.20 0.00 0.20 -lange langer ver 1.06 1.15 0.55 0.00 ind:pre:3s; -langeait langer ver 1.06 1.15 0.00 0.14 ind:imp:3s; -langeant langer ver 1.06 1.15 0.00 0.07 par:pre; -langer langer ver 1.06 1.15 0.23 0.68 inf; -langes lange nom m p 0.85 1.62 0.75 1.55 -langoureuse langoureux adj f s 0.77 3.04 0.09 1.08 -langoureusement langoureusement adv 0.02 0.47 0.02 0.47 -langoureuses langoureux adj f p 0.77 3.04 0.01 0.27 -langoureux langoureux adj m 0.77 3.04 0.67 1.69 -langouste langouste nom f s 2.98 4.19 1.99 2.09 -langoustes langouste nom f p 2.98 4.19 0.99 2.09 -langoustine langoustine nom f s 0.48 0.47 0.22 0.00 -langoustines langoustine nom f p 0.48 0.47 0.26 0.47 -langé langer ver m s 1.06 1.15 0.28 0.20 par:pas; -langue langue nom f s 69.11 126.28 58.95 103.78 -langée langer ver f s 1.06 1.15 0.00 0.07 par:pas; -languedociens languedocien nom m p 0.00 0.07 0.00 0.07 -langues langue nom f p 69.11 126.28 10.17 22.50 -languette languette nom f s 0.10 0.81 0.09 0.54 -languettes languette nom f p 0.10 0.81 0.01 0.27 -langueur langueur nom f s 0.36 4.66 0.36 3.78 -langueurs langueur nom f p 0.36 4.66 0.00 0.88 -langui languir ver m s 5.99 3.72 0.34 0.20 par:pas; -languide languide adj s 0.20 1.55 0.10 1.28 -languides languide adj m p 0.20 1.55 0.10 0.27 -languir languir ver 5.99 3.72 1.45 1.08 inf; -languirait languir ver 5.99 3.72 0.01 0.07 cnd:pre:3s; -languirent languir ver 5.99 3.72 0.01 0.07 ind:pas:3p; -languiront languir ver 5.99 3.72 0.00 0.07 ind:fut:3p; -languis languir ver m p 5.99 3.72 1.80 0.27 ind:pre:1s;ind:pre:2s;par:pas; -languissaient languir ver 5.99 3.72 0.12 0.14 ind:imp:3p; -languissais languir ver 5.99 3.72 0.46 0.41 ind:imp:1s;ind:imp:2s; -languissait languir ver 5.99 3.72 0.49 0.68 ind:imp:3s; -languissamment languissamment adv 0.01 0.34 0.01 0.34 -languissant languissant adj m s 0.91 2.16 0.49 0.81 -languissante languissant adj f s 0.91 2.16 0.28 0.74 -languissantes languissant adj f p 0.91 2.16 0.15 0.20 -languissants languissant adj m p 0.91 2.16 0.00 0.41 -languisse languir ver 5.99 3.72 0.02 0.00 sub:pre:1s;sub:pre:3s; -languissent languir ver 5.99 3.72 0.03 0.07 ind:pre:3p; -languisses languir ver 5.99 3.72 0.01 0.00 sub:pre:2s; -languissons languir ver 5.99 3.72 0.14 0.00 ind:pre:1p; -languit languir ver 5.99 3.72 1.10 0.47 ind:pre:3s;ind:pas:3s; -lanière lanière nom f s 0.85 6.69 0.42 2.64 -lanières lanière nom f p 0.85 6.69 0.43 4.05 -lanlaire lanlaire adv 0.00 0.14 0.00 0.14 -lanoline lanoline nom f s 0.09 0.14 0.09 0.14 -lansquenet lansquenet nom m s 1.36 1.76 1.36 0.41 -lansquenets lansquenet nom m p 1.36 1.76 0.00 1.35 -lansquine lansquine nom f s 0.00 0.07 0.00 0.07 -lansquiner lansquiner ver 0.00 0.07 0.00 0.07 inf; -lanternant lanterner ver 0.10 0.20 0.00 0.07 par:pre; -lanterne_tempête lanterne_tempête nom f s 0.00 0.07 0.00 0.07 -lanterne lanterne nom f s 3.09 16.82 2.35 11.55 -lanterner lanterner ver 0.10 0.20 0.06 0.14 inf; -lanternes lanterne nom f p 3.09 16.82 0.73 5.27 -lanternez lanterner ver 0.10 0.20 0.02 0.00 imp:pre:2p;ind:pre:2p; -lanternier lanternier nom m s 0.00 0.14 0.00 0.14 -lanterné lanterner ver m s 0.10 0.20 0.01 0.00 par:pas; -lança lancer ver 75.08 165.07 0.79 38.72 ind:pas:3s; -lançai lancer ver 75.08 165.07 0.04 1.49 ind:pas:1s; -lançaient lancer ver 75.08 165.07 0.63 5.81 ind:imp:3p; -lançais lancer ver 75.08 165.07 0.41 1.49 ind:imp:1s;ind:imp:2s; -lançait lancer ver 75.08 165.07 0.89 15.41 ind:imp:3s; -lanthane lanthane nom m s 0.01 0.00 0.01 0.00 -lançant lancer ver 75.08 165.07 0.60 8.11 par:pre; -lanças lancer ver 75.08 165.07 0.00 0.14 ind:pas:2s; -lançâmes lancer ver 75.08 165.07 0.00 0.14 ind:pas:1p; -lançons lancer ver 75.08 165.07 0.81 0.34 imp:pre:1p;ind:pre:1p; -lançât lancer ver 75.08 165.07 0.00 0.41 sub:imp:3s; -lao lao nom m s 0.02 0.14 0.01 0.07 -laos lao nom m p 0.02 0.14 0.01 0.07 -laotien laotien adj m s 0.02 0.20 0.02 0.00 -laotienne laotien adj f s 0.02 0.20 0.00 0.14 -laotiens laotien nom m p 0.05 0.00 0.05 0.00 -lap lap nom m s 0.08 0.27 0.08 0.27 -lapais laper ver 1.41 2.36 0.00 0.07 ind:imp:1s; -lapait laper ver 1.41 2.36 0.00 0.41 ind:imp:3s; -lapalissade lapalissade nom f s 0.01 0.00 0.01 0.00 -lapant laper ver 1.41 2.36 0.00 0.47 par:pre; -laparoscopie laparoscopie nom f s 0.09 0.00 0.09 0.00 -laparotomie laparotomie nom f s 0.22 0.07 0.22 0.07 -lape laper ver 1.41 2.36 1.33 0.41 imp:pre:2s;ind:pre:3s; -lapement lapement nom m s 0.00 0.27 0.00 0.07 -lapements lapement nom m p 0.00 0.27 0.00 0.20 -lapent laper ver 1.41 2.36 0.00 0.07 ind:pre:3p; -laper laper ver 1.41 2.36 0.07 0.68 inf; -lapereau lapereau nom m s 0.31 0.27 0.29 0.00 -lapereaux lapereau nom m p 0.31 0.27 0.02 0.27 -lapida lapider ver 0.93 1.35 0.00 0.07 ind:pas:3s; -lapidaire lapidaire adj s 0.03 0.88 0.01 0.34 -lapidaires lapidaire adj p 0.03 0.88 0.02 0.54 -lapidait lapider ver 0.93 1.35 0.02 0.14 ind:imp:3s; -lapidant lapider ver 0.93 1.35 0.00 0.07 par:pre; -lapidation lapidation nom f s 0.27 0.14 0.25 0.07 -lapidations lapidation nom f p 0.27 0.14 0.02 0.07 -lapide lapider ver 0.93 1.35 0.13 0.07 ind:pre:3s; -lapident lapider ver 0.93 1.35 0.01 0.00 ind:pre:3p; -lapider lapider ver 0.93 1.35 0.27 0.34 inf; -lapiderait lapider ver 0.93 1.35 0.01 0.07 cnd:pre:3s; -lapideras lapider ver 0.93 1.35 0.01 0.00 ind:fut:2s; -lapidez lapider ver 0.93 1.35 0.07 0.00 imp:pre:2p; -lapidification lapidification nom f s 0.00 0.07 0.00 0.07 -lapidifiés lapidifier ver m p 0.00 0.07 0.00 0.07 par:pas; -lapidèrent lapider ver 0.93 1.35 0.14 0.00 ind:pas:3p; -lapidé lapider ver m s 0.93 1.35 0.19 0.41 par:pas; -lapidée lapider ver f s 0.93 1.35 0.07 0.07 par:pas; -lapidés lapider ver m p 0.93 1.35 0.01 0.14 par:pas; -lapin lapin nom m s 39.16 32.43 26.59 16.76 -lapine lapin nom f s 39.16 32.43 0.25 0.41 -lapiner lapiner ver 0.00 0.07 0.00 0.07 inf; -lapines lapine nom f p 0.13 0.00 0.13 0.00 -lapinière lapinière nom f s 0.01 0.00 0.01 0.00 -lapins lapin nom m p 39.16 32.43 12.32 15.14 -lapis_lazuli lapis_lazuli nom m 0.01 0.41 0.01 0.41 -lapis lapis nom m 0.03 0.14 0.03 0.14 -lapon lapon nom m s 2.21 0.14 2.21 0.07 -lapone lapon adj f s 1.44 0.14 0.01 0.07 -lapones lapon adj f p 1.44 0.14 0.00 0.07 -laponne lapon adj f s 1.44 0.14 0.10 0.00 -lapons lapon nom m p 2.21 0.14 0.01 0.00 -lappant lapper ver 0.00 0.47 0.00 0.14 par:pre; -lapper lapper ver 0.00 0.47 0.00 0.27 inf; -lappé lapper ver m s 0.00 0.47 0.00 0.07 par:pas; -laps laps nom m 0.57 2.23 0.57 2.23 -lapsus lapsus nom m 0.93 1.62 0.93 1.62 -lapé laper ver m s 1.41 2.36 0.00 0.27 par:pas; -lapées laper ver f p 1.41 2.36 0.01 0.00 par:pas; -laquaient laquer ver 0.12 3.72 0.00 0.07 ind:imp:3p; -laquais laquais nom m 1.15 2.36 1.15 2.36 -laquait laquer ver 0.12 3.72 0.00 0.07 ind:imp:3s; -laque laque nom f s 0.79 2.70 0.79 2.09 -laquelle laquelle pro_rel f s 68.94 185.27 66.95 182.36 -laquer laquer ver 0.12 3.72 0.01 0.07 inf; -laquerai laquer ver 0.12 3.72 0.00 0.07 ind:fut:1s; -laques laque nom f p 0.79 2.70 0.00 0.61 -laqué laqué adj m s 0.66 3.38 0.47 1.49 -laquée laqué adj f s 0.66 3.38 0.14 0.81 -laquées laqué adj f p 0.66 3.38 0.01 0.14 -laqués laqué adj m p 0.66 3.38 0.04 0.95 -larbin larbin nom m s 3.17 3.72 2.24 1.96 -larbineries larbinerie nom f p 0.00 0.07 0.00 0.07 -larbins larbin nom m p 3.17 3.72 0.93 1.76 -larcin larcin nom m s 0.60 2.30 0.43 1.22 -larcins larcin nom m p 0.60 2.30 0.17 1.08 -lard lard nom m s 8.62 11.28 8.49 11.01 -larda larder ver 0.07 1.35 0.00 0.07 ind:pas:3s; -lardage lardage nom m s 0.00 0.07 0.00 0.07 -lardais larder ver 0.07 1.35 0.00 0.07 ind:imp:1s; -lardait larder ver 0.07 1.35 0.00 0.14 ind:imp:3s; -lardant larder ver 0.07 1.35 0.00 0.07 par:pre; -larde larder ver 0.07 1.35 0.01 0.14 ind:pre:1s;ind:pre:3s; -larder larder ver 0.07 1.35 0.04 0.41 inf; -lardeuss lardeuss nom m 0.00 0.68 0.00 0.68 -lardeux lardeux adj m 0.00 0.07 0.00 0.07 -lardon lardon nom m s 0.83 1.76 0.57 0.61 -lardons lardon nom m p 0.83 1.76 0.26 1.15 -lards lard nom m p 8.62 11.28 0.13 0.27 -lardé larder ver m s 0.07 1.35 0.02 0.27 par:pas; -lardu lardu nom m s 0.03 3.85 0.01 1.49 -lardée larder ver f s 0.07 1.35 0.00 0.07 par:pas; -lardées larder ver f p 0.07 1.35 0.00 0.07 par:pas; -lardus lardu nom m p 0.03 3.85 0.02 2.36 -lare lare adj m s 0.27 0.14 0.00 0.07 -lares lare adj m p 0.27 0.14 0.27 0.07 -larfeuil larfeuil nom m s 0.13 0.27 0.13 0.20 -larfeuille larfeuille nom m s 0.16 0.41 0.16 0.34 -larfeuilles larfeuille nom m p 0.16 0.41 0.00 0.07 -larfeuils larfeuil nom m p 0.13 0.27 0.00 0.07 -largable largable adj f s 0.02 0.00 0.02 0.00 -largage largage nom m s 1.36 0.07 1.34 0.07 -largages largage nom m p 1.36 0.07 0.02 0.00 -large large adj s 18.66 107.50 14.25 70.54 -largement largement adv 5.98 26.76 5.98 26.76 -larges large adj p 18.66 107.50 4.41 36.96 -largesse largesse nom f s 0.42 2.23 0.08 0.88 -largesses largesse nom f p 0.42 2.23 0.34 1.35 -largeur largeur nom f s 1.58 11.89 1.55 11.42 -largeurs largeur nom f p 1.58 11.89 0.02 0.47 -larghetto larghetto nom m s 0.00 0.07 0.00 0.07 -largo largo adv 0.94 0.00 0.94 0.00 -largua larguer ver 14.61 6.89 0.03 0.20 ind:pas:3s; -larguaient larguer ver 14.61 6.89 0.01 0.07 ind:imp:3p; -larguais larguer ver 14.61 6.89 0.05 0.14 ind:imp:1s; -larguait larguer ver 14.61 6.89 0.08 0.41 ind:imp:3s; -larguant larguer ver 14.61 6.89 0.08 0.20 par:pre; -largue larguer ver 14.61 6.89 2.13 0.68 imp:pre:2s;ind:pre:1s;ind:pre:3s; -larguent larguer ver 14.61 6.89 0.27 0.20 ind:pre:3p; -larguer larguer ver 14.61 6.89 4.16 2.30 inf; -larguera larguer ver 14.61 6.89 0.16 0.00 ind:fut:3s; -larguerai larguer ver 14.61 6.89 0.04 0.07 ind:fut:1s; -larguerait larguer ver 14.61 6.89 0.03 0.07 cnd:pre:3s; -larguerez larguer ver 14.61 6.89 0.02 0.00 ind:fut:2p; -largueront larguer ver 14.61 6.89 0.02 0.00 ind:fut:3p; -largues larguer ver 14.61 6.89 0.30 0.07 ind:pre:2s; -largueur largueur nom m s 0.02 0.00 0.02 0.00 -larguez larguer ver 14.61 6.89 1.01 0.20 imp:pre:2p;ind:pre:2p; -larguiez larguer ver 14.61 6.89 0.00 0.07 ind:imp:2p; -larguons larguer ver 14.61 6.89 0.00 0.07 imp:pre:1p; -largué larguer ver m s 14.61 6.89 4.20 1.28 par:pas; -larguée larguer ver f s 14.61 6.89 1.49 0.61 par:pas; -larguées largué adj f p 0.87 0.95 0.21 0.14 -largués larguer ver m p 14.61 6.89 0.45 0.27 par:pas; -larigot larigot nom m s 0.00 0.41 0.00 0.41 -larme larme nom f s 45.71 133.51 5.15 10.81 -larmes larme nom f p 45.71 133.51 40.56 122.70 -larmichette larmichette nom f s 0.01 0.27 0.01 0.20 -larmichettes larmichette nom f p 0.01 0.27 0.00 0.07 -larmiers larmier nom m p 0.00 0.07 0.00 0.07 -larmoie larmoyer ver 0.28 1.28 0.10 0.27 ind:pre:3s; -larmoiement larmoiement nom m s 0.00 0.20 0.00 0.14 -larmoiements larmoiement nom m p 0.00 0.20 0.00 0.07 -larmoient larmoyer ver 0.28 1.28 0.00 0.07 ind:pre:3p; -larmoyait larmoyer ver 0.28 1.28 0.01 0.20 ind:imp:3s; -larmoyant larmoyant adj m s 0.84 2.91 0.32 0.54 -larmoyante larmoyant adj f s 0.84 2.91 0.27 1.35 -larmoyantes larmoyant adj f p 0.84 2.91 0.09 0.20 -larmoyants larmoyant adj m p 0.84 2.91 0.16 0.81 -larmoyer larmoyer ver 0.28 1.28 0.15 0.41 inf; -larmoyeur larmoyeur adj m s 0.00 0.07 0.00 0.07 -larmoyons larmoyer ver 0.28 1.28 0.00 0.07 imp:pre:1p; -larmoyé larmoyer ver m s 0.28 1.28 0.00 0.07 par:pas; -larron larron nom m s 0.51 1.82 0.34 0.95 -larronne larronner ver 0.00 0.07 0.00 0.07 ind:pre:3s; -larrons larron nom m p 0.51 1.82 0.17 0.88 -larsen larsen nom m s 0.89 0.34 0.89 0.34 -larvaire larvaire adj s 0.09 1.08 0.07 0.68 -larvaires larvaire adj p 0.09 1.08 0.03 0.41 -larve larve nom f s 3.52 3.92 1.92 1.69 -larves larve nom f p 3.52 3.92 1.61 2.23 -larvicide larvicide nom m s 0.01 0.00 0.01 0.00 -larvé larvé adj m s 0.03 0.88 0.00 0.14 -larvée larvé adj f s 0.03 0.88 0.03 0.61 -larvées larvé adj f p 0.03 0.88 0.00 0.14 -laryngite laryngite nom f s 0.27 0.14 0.27 0.14 -laryngologique laryngologique adj f s 0.00 0.07 0.00 0.07 -laryngologiste laryngologiste nom s 0.00 0.14 0.00 0.14 -laryngoscope laryngoscope nom m s 0.19 0.07 0.18 0.00 -laryngoscopes laryngoscope nom m p 0.19 0.07 0.01 0.07 -laryngoscopie laryngoscopie nom f s 0.10 0.00 0.10 0.00 -laryngé laryngé adj m s 0.09 0.07 0.09 0.00 -laryngée laryngé adj f s 0.09 0.07 0.00 0.07 -larynx larynx nom m 0.94 1.55 0.94 1.55 -las las ono 0.12 0.74 0.12 0.74 -lasagne lasagne nom f s 1.94 0.41 0.15 0.00 -lasagnes lasagne nom f p 1.94 0.41 1.79 0.41 -lascar lascar nom m s 1.34 3.92 0.79 1.89 -lascars lascar nom m p 1.34 3.92 0.55 2.03 -lascif lascif adj m s 1.52 2.50 0.46 0.74 -lascifs lascif adj m p 1.52 2.50 0.05 0.27 -lascive lascif adj f s 1.52 2.50 0.21 0.54 -lascivement lascivement adv 0.02 0.27 0.02 0.27 -lascives lascif adj f p 1.52 2.50 0.80 0.95 -lascivité lascivité nom f s 0.16 0.34 0.16 0.27 -lascivités lascivité nom f p 0.16 0.34 0.00 0.07 -laser laser nom m s 7.87 0.95 5.87 0.81 -lasers laser nom m p 7.87 0.95 2.00 0.14 -lassa lasser ver 7.43 24.32 0.05 0.74 ind:pas:3s; -lassai lasser ver 7.43 24.32 0.00 0.20 ind:pas:1s; -lassaient lasser ver 7.43 24.32 0.01 0.95 ind:imp:3p; -lassais lasser ver 7.43 24.32 0.08 0.68 ind:imp:1s;ind:imp:2s; -lassait lasser ver 7.43 24.32 0.06 2.91 ind:imp:3s; -lassant lassant adj m s 0.67 1.28 0.58 0.61 -lassante lassant adj f s 0.67 1.28 0.05 0.41 -lassantes lassant adj f p 0.67 1.28 0.02 0.20 -lassants lassant adj m p 0.67 1.28 0.02 0.07 -lasse las adj f s 16.46 35.00 8.33 10.07 -lassent lasser ver 7.43 24.32 0.50 0.74 ind:pre:3p; -lasser lasser ver 7.43 24.32 1.22 5.88 inf; -lassera lasser ver 7.43 24.32 0.39 0.00 ind:fut:3s; -lasserai lasser ver 7.43 24.32 0.22 0.47 ind:fut:1s; -lasseraient lasser ver 7.43 24.32 0.00 0.14 cnd:pre:3p; -lasserais lasser ver 7.43 24.32 0.04 0.27 cnd:pre:1s;cnd:pre:2s; -lasserait lasser ver 7.43 24.32 0.01 0.20 cnd:pre:3s; -lasserez lasser ver 7.43 24.32 0.02 0.00 ind:fut:2p; -lasseront lasser ver 7.43 24.32 0.04 0.07 ind:fut:3p; -lasses lasser ver 7.43 24.32 0.18 0.00 ind:pre:2s; -lassez lasser ver 7.43 24.32 0.10 0.14 imp:pre:2p;ind:pre:2p; -lassitude lassitude nom f s 1.57 17.09 1.57 16.82 -lassitudes lassitude nom f p 1.57 17.09 0.00 0.27 -lasso lasso nom m s 1.02 1.28 0.94 1.08 -lassons lasser ver 7.43 24.32 0.00 0.07 ind:pre:1p; -lassos lasso nom m p 1.02 1.28 0.09 0.20 -lassèrent lasser ver 7.43 24.32 0.00 0.27 ind:pas:3p; -lassé lasser ver m s 7.43 24.32 1.78 3.31 par:pas; -lassée lasser ver f s 7.43 24.32 0.42 1.42 par:pas; -lassées lasser ver f p 7.43 24.32 0.02 0.34 par:pas; -lassés lasser ver m p 7.43 24.32 0.23 0.68 par:pas; -lasure lasure nom f s 0.01 0.00 0.01 0.00 -latence latence nom f s 0.08 0.14 0.08 0.07 -latences latence nom f p 0.08 0.14 0.00 0.07 -latent latent adj m s 1.25 2.84 0.21 0.88 -latente latent adj f s 1.25 2.84 0.76 1.22 -latentes latent adj f p 1.25 2.84 0.14 0.47 -latents latent adj m p 1.25 2.84 0.14 0.27 -latex latex nom m 1.65 0.47 1.65 0.47 -laça lacer ver 0.81 2.23 0.00 0.20 ind:pas:3s; -laçage laçage nom m s 0.03 0.41 0.03 0.41 -laçais lacer ver 0.81 2.23 0.01 0.00 ind:imp:2s; -laçait lacer ver 0.81 2.23 0.01 0.14 ind:imp:3s; -laçant lacer ver 0.81 2.23 0.01 0.14 par:pre; -laticlave laticlave nom m s 0.00 0.07 0.00 0.07 -latifundistes latifundiste nom p 0.00 0.07 0.00 0.07 -latin latin nom m s 6.62 15.07 6.53 14.93 -latine latin adj f s 4.52 12.64 2.37 4.05 -latines latin adj f p 4.52 12.64 0.27 1.82 -latinisaient latiniser ver 0.00 0.20 0.00 0.07 ind:imp:3p; -latinismes latinisme nom m p 0.00 0.07 0.00 0.07 -latiniste latiniste nom s 0.03 0.27 0.02 0.20 -latinistes latiniste nom p 0.03 0.27 0.01 0.07 -latinisé latiniser ver m s 0.00 0.20 0.00 0.07 par:pas; -latinisée latiniser ver f s 0.00 0.20 0.00 0.07 par:pas; -latinité latinité nom f s 0.00 0.20 0.00 0.14 -latinités latinité nom f p 0.00 0.20 0.00 0.07 -latino_américain latino_américain nom m s 0.10 0.07 0.03 0.07 -latino_américain latino_américain nom f s 0.10 0.07 0.03 0.00 -latino_américain latino_américain nom m p 0.10 0.07 0.04 0.00 -latino latino nom m s 2.89 0.00 1.61 0.00 -latinos latino nom m p 2.89 0.00 1.27 0.00 -latins latin adj m p 4.52 12.64 0.10 2.30 -latitude latitude nom f s 1.45 2.91 1.09 1.76 -latitudes latitude nom f p 1.45 2.91 0.36 1.15 -latrine latrine nom f s 0.82 2.50 0.14 0.14 -latrines latrine nom f p 0.82 2.50 0.67 2.36 -lats lats nom m 0.09 0.00 0.09 0.00 -latte latte nom f s 1.15 9.46 0.76 2.03 -latter latter ver 0.29 0.07 0.11 0.07 inf; -lattes latte nom f p 1.15 9.46 0.39 7.43 -lattis lattis nom m 0.15 0.00 0.15 0.00 -latté latter ver m s 0.29 0.07 0.08 0.00 par:pas; -lattés latter ver m p 0.29 0.07 0.01 0.00 par:pas; -latéral latéral adj m s 2.10 5.68 0.77 0.81 -latérale latéral adj f s 2.10 5.68 1.00 2.77 -latéralement latéralement adv 0.25 1.08 0.25 1.08 -latérales latéral adj f p 2.10 5.68 0.15 1.35 -latéralisée latéralisé adj f s 0.02 0.00 0.02 0.00 -latéralité latéralité nom f s 0.00 0.07 0.00 0.07 -latéraux latéral adj m p 2.10 5.68 0.17 0.74 -latérite latérite nom f s 0.00 0.61 0.00 0.61 -latviens latvien nom m p 0.01 0.00 0.01 0.00 -laubé laubé nom s 0.00 0.07 0.00 0.07 -laudanum laudanum nom m s 0.45 0.20 0.45 0.20 -laudateur laudateur adj m s 0.00 0.07 0.00 0.07 -laudative laudatif adj f s 0.00 0.07 0.00 0.07 -laudes laude nom f p 0.00 0.47 0.00 0.47 -laurier_cerise laurier_cerise nom m s 0.00 0.20 0.00 0.07 -laurier_rose laurier_rose nom m s 0.14 1.69 0.04 0.20 -laurier laurier nom m s 2.27 9.32 0.90 3.58 -laurier_cerise laurier_cerise nom m p 0.00 0.20 0.00 0.14 -laurier_rose laurier_rose nom m p 0.14 1.69 0.10 1.49 -lauriers laurier nom m p 2.27 9.32 1.37 5.74 -lauréat lauréat nom m s 0.46 0.68 0.41 0.41 -lauréate lauréat adj f s 0.19 0.20 0.06 0.00 -lauréats lauréat nom m p 0.46 0.68 0.05 0.27 -lausannoises lausannois adj f p 0.00 0.07 0.00 0.07 -lauzes lauze nom f p 0.00 0.07 0.00 0.07 -lav lav nom m 0.01 0.14 0.01 0.14 -lava laver ver 74.35 69.53 0.07 3.38 ind:pas:3s; -lavable lavable adj s 0.06 0.47 0.05 0.27 -lavables lavable adj m p 0.06 0.47 0.01 0.20 -lavabo lavabo nom m s 3.38 16.89 2.56 13.85 -lavabos lavabo nom m p 3.38 16.89 0.82 3.04 -lavage lavage nom m s 5.09 3.24 5.01 2.64 -lavages lavage nom m p 5.09 3.24 0.09 0.61 -lavai laver ver 74.35 69.53 0.00 0.41 ind:pas:1s; -lavaient laver ver 74.35 69.53 0.05 1.69 ind:imp:3p; -lavais laver ver 74.35 69.53 1.36 0.95 ind:imp:1s;ind:imp:2s; -lavait laver ver 74.35 69.53 1.23 5.88 ind:imp:3s; -lavallière lavallière nom f s 0.03 0.95 0.02 0.88 -lavallières lavallière nom f p 0.03 0.95 0.01 0.07 -lavande lavande nom f s 1.53 7.23 1.53 6.82 -lavandes lavande nom f p 1.53 7.23 0.00 0.41 -lavandin lavandin nom m s 0.00 0.07 0.00 0.07 -lavandière lavandière nom f s 0.31 1.49 0.30 0.47 -lavandières lavandière nom f p 0.31 1.49 0.01 1.01 -lavant laver ver 74.35 69.53 0.56 2.03 par:pre; -lavasse lavasse nom f s 0.23 0.47 0.23 0.47 -lave_auto lave_auto nom m s 0.06 0.00 0.06 0.00 -lave_glace lave_glace nom m s 0.03 0.20 0.03 0.20 -lave_linge lave_linge nom m 0.83 0.00 0.83 0.00 -lave_mains lave_mains nom m 0.00 0.07 0.00 0.07 -lave_pont lave_pont nom m s 0.00 0.14 0.00 0.07 -lave_pont lave_pont nom m p 0.00 0.14 0.00 0.07 -lave_vaisselle lave_vaisselle nom m 0.88 0.20 0.88 0.20 -lave laver ver 74.35 69.53 16.98 7.64 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -lavedu lavedu nom s 0.00 0.07 0.00 0.07 -lavement lavement nom m s 1.38 0.68 1.21 0.68 -lavements lavement nom m p 1.38 0.68 0.17 0.00 -lavent laver ver 74.35 69.53 0.94 0.88 ind:pre:3p; -laver laver ver 74.35 69.53 34.01 30.68 ind:pre:2p;inf; -lavera laver ver 74.35 69.53 0.87 0.27 ind:fut:3s; -laverai laver ver 74.35 69.53 1.25 0.61 ind:fut:1s; -laverais laver ver 74.35 69.53 0.05 0.14 cnd:pre:1s;cnd:pre:2s; -laverait laver ver 74.35 69.53 0.04 0.54 cnd:pre:3s; -laveras laver ver 74.35 69.53 0.26 0.20 ind:fut:2s; -laverez laver ver 74.35 69.53 0.27 0.00 ind:fut:2p; -laverie laverie nom f s 2.42 1.01 2.27 0.88 -laveries laverie nom f p 2.42 1.01 0.14 0.14 -laverions laver ver 74.35 69.53 0.00 0.07 cnd:pre:1p; -laverons laver ver 74.35 69.53 0.04 0.07 ind:fut:1p; -laveront laver ver 74.35 69.53 0.01 0.14 ind:fut:3p; -laves laver ver 74.35 69.53 3.24 0.41 ind:pre:2s; -lavette lavette nom f s 1.57 1.28 1.20 1.22 -lavettes lavette nom f p 1.57 1.28 0.38 0.07 -laveur laveur nom m s 2.47 1.89 1.51 0.88 -laveurs laveur nom m p 2.47 1.89 0.95 0.14 -laveuse laveur nom f s 2.47 1.89 0.01 0.74 -laveuses laveuse nom f p 0.03 0.00 0.03 0.00 -lavez laver ver 74.35 69.53 2.68 0.34 imp:pre:2p;ind:pre:2p; -lavions laver ver 74.35 69.53 0.01 0.20 ind:imp:1p; -lavis lavis nom m 0.00 0.41 0.00 0.41 -lavoir lavoir nom m s 0.15 5.34 0.15 5.14 -lavoirs lavoir nom m p 0.15 5.34 0.00 0.20 -lavons laver ver 74.35 69.53 0.45 0.00 imp:pre:1p;ind:pre:1p; -lavèrent laver ver 74.35 69.53 0.01 0.34 ind:pas:3p; -lavé laver ver m s 74.35 69.53 6.95 8.38 par:pas; -lavée laver ver f s 74.35 69.53 1.91 2.64 par:pas; -lavées lavé adj f p 1.18 7.16 0.27 1.15 -lavure lavure nom f s 0.00 0.14 0.00 0.07 -lavures lavure nom f p 0.00 0.14 0.00 0.07 -lavés laver ver m p 74.35 69.53 0.86 1.01 par:pas; -laxatif laxatif nom m s 0.98 0.41 0.73 0.34 -laxatifs laxatif nom m p 0.98 0.41 0.24 0.07 -laxative laxatif adj f s 0.10 0.14 0.05 0.07 -laxatives laxatif adj f p 0.10 0.14 0.00 0.07 -laxisme laxisme nom m s 0.28 0.20 0.28 0.20 -laxiste laxiste adj s 0.45 0.20 0.25 0.20 -laxistes laxiste adj p 0.45 0.20 0.20 0.00 -laxité laxité nom f s 0.02 0.00 0.02 0.00 -laya layer ver 0.03 0.47 0.00 0.34 ind:pas:3s; -layer layer ver 0.03 0.47 0.03 0.14 inf; -layette layette nom f s 0.18 2.09 0.18 1.35 -layettes layette nom f p 0.18 2.09 0.00 0.74 -layon layon nom m s 0.00 6.89 0.00 5.95 -layons layon nom m p 0.00 6.89 0.00 0.95 -lazaret lazaret nom m s 0.07 0.20 0.06 0.07 -lazarets lazaret nom m p 0.07 0.20 0.01 0.14 -lazaro lazaro nom m s 0.27 0.14 0.27 0.14 -lazingue lazingue nom m s 0.00 0.27 0.00 0.27 -lazzi lazzi nom m s 0.00 1.35 0.00 0.68 -lazzis lazzi nom m p 0.00 1.35 0.00 0.68 -le le art_def m s 13652.76 18310.95 13652.76 18310.95 -leader leader nom m s 12.72 1.69 10.28 0.95 -leaders leader nom m p 12.72 1.69 2.44 0.74 -leadership leadership nom m s 0.38 0.14 0.38 0.14 -leasing leasing nom m s 0.24 0.00 0.24 0.00 -lebel lebel nom m s 0.00 1.35 0.00 0.81 -lebels lebel nom m p 0.00 1.35 0.00 0.54 -leben leben nom m s 0.02 0.27 0.02 0.27 -lecteur lecteur nom m s 6.09 25.81 2.86 12.03 -lecteurs lecteur nom m p 6.09 25.81 2.92 11.28 -lectorat lectorat nom m s 0.15 0.00 0.15 0.00 -lectrice lecteur nom f s 6.09 25.81 0.32 1.49 -lectrices lectrice nom f p 0.22 0.00 0.22 0.00 -lecture lecture nom f s 15.80 54.53 13.97 42.16 -lectures lecture nom f p 15.80 54.53 1.83 12.36 -ledit ledit adj m s 0.32 4.46 0.32 4.46 -legato legato adv 0.01 0.00 0.01 0.00 -leggins leggins nom f p 0.00 0.61 0.00 0.61 -leghorns leghorn nom f p 0.00 0.07 0.00 0.07 -lego lego nom m s 0.44 0.07 0.35 0.07 -legos lego nom m p 0.44 0.07 0.09 0.00 -legs legs nom m 1.34 1.49 1.34 1.49 -lei lei nom m p 0.80 0.34 0.80 0.34 -leishmaniose leishmaniose nom f s 0.06 0.00 0.06 0.00 -leitmotiv leitmotiv nom m s 0.06 1.22 0.06 1.22 -leitmotive leitmotive nom m p 0.00 0.07 0.00 0.07 -lek lek nom m s 0.01 0.00 0.01 0.00 -lem lem nom m s 0.16 0.00 0.16 0.00 -lemmes lemme nom m p 0.00 0.07 0.00 0.07 -lemming lemming nom m s 0.16 0.07 0.07 0.00 -lemmings lemming nom m p 0.16 0.07 0.09 0.07 -lendemain lendemain nom_sup m s 29.29 149.26 28.58 145.54 -lendemains lendemain nom_sup m p 29.29 149.26 0.71 3.72 -lent lent adj m s 16.41 64.12 9.15 23.31 -lente lent adj f s 16.41 64.12 4.67 21.55 -lentement lentement adv 26.48 156.55 26.48 156.55 -lentes lent adj f p 16.41 64.12 0.94 7.23 -lenteur lenteur nom f s 1.16 22.50 1.15 21.96 -lenteurs lenteur nom f p 1.16 22.50 0.01 0.54 -lenticulaires lenticulaire adj m p 0.01 0.00 0.01 0.00 -lenticules lenticule nom f p 0.00 0.07 0.00 0.07 -lentille lentille nom f s 4.66 8.24 1.22 0.74 -lentilles lentille nom f p 4.66 8.24 3.44 7.50 -lentisque lentisque nom m s 0.00 0.88 0.00 0.07 -lentisques lentisque nom m p 0.00 0.88 0.00 0.81 -lento lento adv 0.05 0.14 0.05 0.14 -lents lent adj m p 16.41 64.12 1.65 12.03 -lepton lepton nom m s 0.08 0.00 0.06 0.00 -leptonique leptonique adj m s 0.07 0.00 0.07 0.00 -leptons lepton nom m p 0.08 0.00 0.02 0.00 -lequel lequel pro_rel m s 64.31 137.09 59.66 133.99 -lerch lerch adv 0.00 0.07 0.00 0.07 -lerche lerche adv 0.00 4.12 0.00 4.12 -les les art_def p 8720.38 14662.30 8720.38 14662.30 -lesbianisme lesbianisme nom m s 0.12 0.07 0.12 0.07 -lesbien lesbien adj m s 8.24 1.15 0.49 0.00 -lesbienne lesbien adj f s 8.24 1.15 6.80 0.81 -lesbiennes lesbien nom f p 5.38 0.41 2.56 0.34 -lesdites lesdites adj f p 0.00 0.20 0.00 0.20 -lesdits lesdits adj m p 0.13 0.54 0.13 0.54 -lesquelles lesquelles pro_rel f p 11.75 43.11 11.60 41.55 -lesquels lesquels pro_rel m p 10.42 47.91 10.00 45.14 -lessiva lessiver ver 0.91 3.31 0.00 0.07 ind:pas:3s; -lessivage lessivage nom m s 0.02 0.20 0.02 0.20 -lessivaient lessiver ver 0.91 3.31 0.00 0.07 ind:imp:3p; -lessivait lessiver ver 0.91 3.31 0.00 0.14 ind:imp:3s; -lessivant lessiver ver 0.91 3.31 0.00 0.14 par:pre; -lessive lessive nom f s 8.51 8.78 8.09 7.70 -lessiver lessiver ver 0.91 3.31 0.12 0.88 inf; -lessiverait lessiver ver 0.91 3.31 0.00 0.07 cnd:pre:3s; -lessives lessive nom f p 8.51 8.78 0.42 1.08 -lessiveuse lessiveur nom f s 0.04 2.70 0.04 2.30 -lessiveuses lessiveuse nom f p 0.02 0.00 0.02 0.00 -lessivons lessiver ver 0.91 3.31 0.05 0.00 imp:pre:1p; -lessivé lessiver ver m s 0.91 3.31 0.50 1.08 par:pas; -lessivée lessiver ver f s 0.91 3.31 0.06 0.27 par:pas; -lessivés lessiver ver m p 0.91 3.31 0.05 0.54 par:pas; -lest lest nom m s 0.97 0.68 0.97 0.68 -leste leste adj s 0.61 1.42 0.50 0.95 -lestement lestement adv 0.02 0.68 0.02 0.68 -lester lester ver 2.27 2.70 1.97 0.41 inf; -lestera lester ver 2.27 2.70 0.01 0.00 ind:fut:3s; -lesterait lester ver 2.27 2.70 0.00 0.07 cnd:pre:3s; -lestes lester ver 2.27 2.70 0.14 0.00 ind:pre:2s; -lestez lester ver 2.27 2.70 0.01 0.00 ind:pre:2p; -lesté lester ver m s 2.27 2.70 0.07 1.08 par:pas; -lestée lester ver f s 2.27 2.70 0.03 0.41 par:pas; -lestées lester ver f p 2.27 2.70 0.01 0.07 par:pas; -lestés lester ver m p 2.27 2.70 0.01 0.54 par:pas; -let let adj 3.56 0.47 3.56 0.47 -letchis letchi nom m p 0.00 0.07 0.00 0.07 -leçon leçon nom f s 41.48 48.72 29.24 22.64 -leçons leçon nom f p 41.48 48.72 12.23 26.08 -lette lette nom s 0.03 0.00 0.01 0.00 -lettes lette nom p 0.03 0.00 0.01 0.00 -letton letton nom m s 0.14 0.34 0.10 0.07 -lettone letton adj f s 0.10 0.34 0.03 0.07 -lettonne letton adj f s 0.10 0.34 0.00 0.07 -lettonnes letton adj f p 0.10 0.34 0.00 0.07 -lettons letton nom m p 0.14 0.34 0.04 0.27 -lettrage lettrage nom m s 0.03 0.00 0.03 0.00 -lettre_clé lettre_clé nom f s 0.14 0.00 0.14 0.00 -lettre lettre nom f s 156.77 256.01 108.79 140.88 -lettres lettre nom f p 156.77 256.01 47.98 115.14 -lettreur lettreur nom m s 0.00 0.07 0.00 0.07 -lettrine lettrine nom f s 0.00 0.20 0.00 0.14 -lettrines lettrine nom f p 0.00 0.20 0.00 0.07 -lettriques lettrique adj m p 0.00 0.07 0.00 0.07 -lettristes lettriste adj p 0.00 0.07 0.00 0.07 -lettré lettré nom m s 0.31 2.30 0.19 1.35 -lettrée lettré adj f s 0.23 0.95 0.01 0.07 -lettrés lettré adj m p 0.23 0.95 0.16 0.41 -leu leu nom m s 0.92 4.73 0.92 4.73 -leucocytaire leucocytaire adj f s 0.01 0.00 0.01 0.00 -leucocyte leucocyte nom m s 0.10 0.20 0.01 0.00 -leucocytes leucocyte nom m p 0.10 0.20 0.09 0.20 -leucocytose leucocytose nom f s 0.03 0.00 0.03 0.00 -leucoplasie leucoplasie nom f s 0.01 0.07 0.01 0.07 -leucopénie leucopénie nom f s 0.01 0.07 0.01 0.07 -leucose leucose nom f s 0.00 0.41 0.00 0.41 -leucotomie leucotomie nom f s 0.00 0.07 0.00 0.07 -leucémie leucémie nom f s 1.90 0.61 1.72 0.54 -leucémies leucémie nom f p 1.90 0.61 0.17 0.07 -leucémique leucémique nom s 0.05 0.00 0.05 0.00 -leur leur pro_per p 283.82 427.50 277.53 415.00 -leurrais leurrer ver 1.36 1.96 0.01 0.07 ind:imp:1s; -leurrait leurrer ver 1.36 1.96 0.00 0.27 ind:imp:3s; -leurre leurre nom m s 2.67 2.91 2.12 2.16 -leurrent leurrer ver 1.36 1.96 0.01 0.07 ind:pre:3p; -leurrer leurrer ver 1.36 1.96 0.55 0.68 inf; -leurres leurre nom m p 2.67 2.91 0.55 0.74 -leurrez leurrer ver 1.36 1.96 0.09 0.07 imp:pre:2p;ind:pre:2p; -leurrons leurrer ver 1.36 1.96 0.14 0.27 imp:pre:1p; -leurré leurrer ver m s 1.36 1.96 0.09 0.27 par:pas; -leurrés leurrer ver m p 1.36 1.96 0.03 0.07 par:pas; -leurs leurs adj_pos 243.56 886.55 243.56 886.55 -lev lev nom m s 0.68 0.00 0.68 0.00 -leva lever ver 165.98 440.74 1.28 123.58 ind:pas:3s; -levage levage nom m s 0.02 0.34 0.02 0.34 -levai lever ver 165.98 440.74 0.07 10.27 ind:pas:1s; -levaient lever ver 165.98 440.74 0.20 5.88 ind:imp:3p; -levain levain nom m s 0.18 0.88 0.18 0.88 -levais lever ver 165.98 440.74 0.69 4.39 ind:imp:1s;ind:imp:2s; -levait lever ver 165.98 440.74 1.17 32.84 ind:imp:3s; -levant lever ver 165.98 440.74 1.36 28.78 par:pre; -levante levant adj f s 0.93 2.43 0.02 0.14 -levantin levantin adj m s 0.02 0.20 0.02 0.14 -levantines levantin nom f p 0.01 0.47 0.00 0.07 -levantins levantin nom m p 0.01 0.47 0.00 0.20 -lever lever ver 165.98 440.74 35.90 66.89 inf; -levers lever nom m p 4.92 9.12 0.16 0.34 -leveur leveur nom m s 0.03 0.34 0.02 0.07 -leveurs leveur nom m p 0.03 0.34 0.01 0.07 -leveuse leveur nom f s 0.03 0.34 0.00 0.20 -levez lever ver 165.98 440.74 22.23 2.23 imp:pre:2p;ind:pre:2p; -levier levier nom m s 3.46 5.27 3.24 3.45 -leviers levier nom m p 3.46 5.27 0.23 1.82 -leviez lever ver 165.98 440.74 0.35 0.07 ind:imp:2p; -levions lever ver 165.98 440.74 0.03 1.08 ind:imp:1p; -levâmes lever ver 165.98 440.74 0.00 0.34 ind:pas:1p; -levons lever ver 165.98 440.74 2.52 1.49 imp:pre:1p;ind:pre:1p; -levât lever ver 165.98 440.74 0.00 0.68 sub:imp:3s; -levreau levreau nom m s 0.00 0.14 0.00 0.07 -levreaux levreau nom m p 0.00 0.14 0.00 0.07 -levrette levrette nom f s 0.65 1.01 0.65 0.95 -levrettes levrette nom f p 0.65 1.01 0.00 0.07 -levèrent lever ver 165.98 440.74 0.12 7.50 ind:pas:3p; -levé lever ver m s 165.98 440.74 13.40 40.41 par:pas; -levée lever ver f s 165.98 440.74 6.41 13.78 par:pas; -levées lever ver f p 165.98 440.74 0.41 1.55 par:pas; -levure levure nom f s 1.05 0.81 1.00 0.81 -levures levure nom f p 1.05 0.81 0.05 0.00 -levés lever ver m p 165.98 440.74 0.58 6.08 par:pas; -lexical lexical adj m s 0.00 0.07 0.00 0.07 -lexicographes lexicographe nom p 0.00 0.07 0.00 0.07 -lexie lexie nom f s 0.05 0.07 0.05 0.07 -lexique lexique nom m s 0.11 0.95 0.11 0.68 -lexiques lexique nom m p 0.11 0.95 0.00 0.27 -lez lez pre 0.36 0.14 0.36 0.14 -li li nom m s 2.56 1.76 2.56 1.76 -lia lier ver 37.17 46.08 0.49 0.95 ind:pas:3s; -liage liage nom m s 0.01 0.00 0.01 0.00 -liai lier ver 37.17 46.08 0.00 0.41 ind:pas:1s; -liaient lier ver 37.17 46.08 0.14 0.95 ind:imp:3p; -liais lier ver 37.17 46.08 0.02 0.20 ind:imp:1s; -liaison liaison nom f s 20.34 31.96 18.41 26.69 -liaisons liaison nom f p 20.34 31.96 1.94 5.27 -liait lier ver 37.17 46.08 0.71 3.72 ind:imp:3s; -liane liane nom f s 0.77 4.59 0.34 1.08 -lianes liane nom f p 0.77 4.59 0.43 3.51 -liant lier ver 37.17 46.08 0.12 0.81 par:pre; -liante liant adj f s 0.20 0.54 0.14 0.14 -liants liant adj m p 0.20 0.54 0.02 0.14 -liard liard nom m s 0.23 0.54 0.19 0.27 -liardais liarder ver 0.00 0.07 0.00 0.07 ind:imp:1s; -liards liard nom m p 0.23 0.54 0.03 0.27 -liasse liasse nom f s 1.24 11.69 0.64 7.36 -liasses liasse nom f p 1.24 11.69 0.60 4.32 -libanais libanais nom m 0.87 1.69 0.85 1.42 -libanaise libanais adj f s 0.41 4.19 0.03 0.88 -libanaises libanaise nom f p 0.05 0.00 0.03 0.00 -libation libation nom f s 0.07 1.49 0.05 0.20 -libations libation nom f p 0.07 1.49 0.02 1.28 -libeccio libeccio nom m s 0.00 0.20 0.00 0.20 -libelle libelle nom m s 0.14 0.54 0.13 0.27 -libeller libeller ver 0.04 0.47 0.00 0.07 inf; -libelles libelle nom m p 0.14 0.54 0.01 0.27 -libellé libeller ver m s 0.04 0.47 0.04 0.07 par:pas; -libellée libeller ver f s 0.04 0.47 0.01 0.20 par:pas; -libellées libeller ver f p 0.04 0.47 0.00 0.14 par:pas; -libellule libellule nom f s 1.17 3.38 1.07 2.16 -libellules libellule nom f p 1.17 3.38 0.10 1.22 -liber liber nom m s 0.03 0.14 0.03 0.14 -libera libera nom m 0.16 0.07 0.16 0.07 -libero libero nom m s 0.00 0.07 0.00 0.07 -libertaire libertaire adj s 0.56 0.47 0.56 0.34 -libertaires libertaire nom p 0.02 0.14 0.01 0.07 -liberticide liberticide adj s 0.03 0.00 0.03 0.00 -libertin libertin nom m s 1.25 3.24 1.05 1.69 -libertinage libertinage nom m s 0.39 1.35 0.39 1.35 -libertine libertin adj f s 1.29 1.76 0.35 0.47 -libertines libertin adj f p 1.29 1.76 0.38 0.20 -libertins libertin nom m p 1.25 3.24 0.16 0.95 -liberté liberté nom f s 79.53 97.97 76.28 93.31 -libertés liberté nom f p 79.53 97.97 3.26 4.66 -libidinal libidinal adj m s 0.00 0.47 0.00 0.20 -libidinale libidinal adj f s 0.00 0.47 0.00 0.07 -libidinales libidinal adj f p 0.00 0.47 0.00 0.07 -libidinaux libidinal adj m p 0.00 0.47 0.00 0.14 -libidineuse libidineux adj f s 0.36 0.81 0.04 0.14 -libidineuses libidineux adj f p 0.36 0.81 0.00 0.07 -libidineux libidineux adj m 0.36 0.81 0.32 0.61 -libido libido nom f s 1.79 1.22 1.79 1.22 -libraire libraire nom s 2.10 5.34 1.67 4.26 -libraires libraire nom p 2.10 5.34 0.43 1.08 -librairie_papeterie librairie_papeterie nom f s 0.00 0.20 0.00 0.20 -librairie librairie nom f s 5.97 9.59 5.02 8.24 -librairies librairie nom f p 5.97 9.59 0.95 1.35 -libre_arbitre libre_arbitre nom m s 0.12 0.14 0.12 0.14 -libre_penseur libre_penseur nom m s 0.04 0.14 0.04 0.14 -libre_penseur libre_penseur nom f s 0.04 0.14 0.01 0.00 -libre_service libre_service nom m s 0.04 0.34 0.04 0.34 -libre_échange libre_échange nom m 0.32 0.14 0.32 0.14 -libre_échangiste libre_échangiste nom s 0.03 0.00 0.03 0.00 -libre libre adj s 134.42 167.91 110.36 130.14 -librement librement adv 6.80 12.84 6.80 12.84 -libres libre adj p 134.42 167.91 24.06 37.77 -librettiste librettiste nom s 0.01 0.14 0.01 0.07 -librettistes librettiste nom p 0.01 0.14 0.00 0.07 -libretto libretto nom m s 0.04 0.00 0.04 0.00 -libère libérer ver 75.77 48.51 11.66 4.53 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:1s; -libèrent libérer ver 75.77 48.51 0.91 0.68 ind:pre:3p; -libères libérer ver 75.77 48.51 1.74 0.00 ind:pre:1p;ind:pre:2s; -libéra libérer ver 75.77 48.51 0.14 2.09 ind:pas:3s; -libérable libérable nom s 0.09 0.00 0.07 0.00 -libérables libérable adj m p 0.07 0.27 0.01 0.00 -libérai libérer ver 75.77 48.51 0.02 0.07 ind:pas:1s; -libéraient libérer ver 75.77 48.51 0.16 0.81 ind:imp:3p; -libérais libérer ver 75.77 48.51 0.18 0.14 ind:imp:1s;ind:imp:2s; -libérait libérer ver 75.77 48.51 0.23 2.23 ind:imp:3s; -libéral libéral adj m s 3.07 7.23 1.12 3.04 -libérale libéral adj f s 3.07 7.23 1.11 2.03 -libéralement libéralement adv 0.00 0.47 0.00 0.47 -libérales libéral adj f p 3.07 7.23 0.14 1.49 -libéralisation libéralisation nom f s 0.04 0.27 0.04 0.27 -libéralisme libéralisme nom m s 0.22 1.49 0.22 1.49 -libéralité libéralité nom f s 0.11 0.54 0.11 0.14 -libéralités libéralité nom f p 0.11 0.54 0.00 0.41 -libérant libérer ver 75.77 48.51 0.23 2.16 par:pre; -libérateur libérateur nom m s 1.70 1.01 0.61 0.47 -libérateurs libérateur nom m p 1.70 1.01 1.07 0.47 -libération libération nom f s 8.43 45.00 8.31 44.86 -libérations libération nom f p 8.43 45.00 0.12 0.14 -libératoire libératoire adj f s 0.10 0.07 0.10 0.07 -libératrice libérateur adj f s 0.99 2.43 0.34 0.74 -libératrices libérateur adj f p 0.99 2.43 0.02 0.34 -libéraux libéral nom m p 1.47 1.62 0.97 0.61 -libérer libérer ver 75.77 48.51 26.16 14.53 inf;;inf;;inf;; -libérera libérer ver 75.77 48.51 1.48 0.27 ind:fut:3s; -libérerai libérer ver 75.77 48.51 0.62 0.00 ind:fut:1s; -libéreraient libérer ver 75.77 48.51 0.01 0.20 cnd:pre:3p; -libérerais libérer ver 75.77 48.51 0.17 0.14 cnd:pre:1s;cnd:pre:2s; -libérerait libérer ver 75.77 48.51 0.63 0.41 cnd:pre:3s; -libéreras libérer ver 75.77 48.51 0.14 0.00 ind:fut:2s; -libérerez libérer ver 75.77 48.51 0.10 0.07 ind:fut:2p; -libérerons libérer ver 75.77 48.51 0.22 0.07 ind:fut:1p; -libéreront libérer ver 75.77 48.51 0.41 0.07 ind:fut:3p; -libérez libérer ver 75.77 48.51 6.65 0.34 imp:pre:2p;ind:pre:2p; -libérien libérien adj m s 0.01 0.00 0.01 0.00 -libériez libérer ver 75.77 48.51 0.12 0.00 ind:imp:2p; -libérions libérer ver 75.77 48.51 0.04 0.00 ind:imp:1p;sub:pre:1p; -libéro libéro nom m s 0.01 0.00 0.01 0.00 -libérons libérer ver 75.77 48.51 0.34 0.14 imp:pre:1p;ind:pre:1p; -libérât libérer ver 75.77 48.51 0.00 0.14 sub:imp:3s; -libérèrent libérer ver 75.77 48.51 0.04 0.34 ind:pas:3p; -libéré libérer ver m s 75.77 48.51 15.75 10.20 par:pas; -libérée libérer ver f s 75.77 48.51 3.60 4.46 par:pas; -libérées libérer ver f p 75.77 48.51 0.41 0.81 par:pas; -libérés libérer ver m p 75.77 48.51 3.59 3.65 par:pas; -libyen libyen adj m s 0.18 0.20 0.02 0.14 -libyenne libyen adj f s 0.18 0.20 0.14 0.07 -libyens libyen nom m p 0.11 0.07 0.10 0.00 -lice lice nom f s 0.63 1.42 0.63 1.22 -licence licence nom f s 8.27 7.84 7.37 7.03 -licences licence nom f p 8.27 7.84 0.90 0.81 -licencia licencier ver 5.93 1.49 0.01 0.00 ind:pas:3s; -licenciables licenciable adj p 0.00 0.07 0.00 0.07 -licenciai licencier ver 5.93 1.49 0.00 0.07 ind:pas:1s; -licenciaient licencier ver 5.93 1.49 0.01 0.07 ind:imp:3p; -licenciait licencier ver 5.93 1.49 0.16 0.07 ind:imp:3s; -licenciant licencier ver 5.93 1.49 0.02 0.00 par:pre; -licencie licencier ver 5.93 1.49 0.16 0.00 ind:pre:1s;ind:pre:3s; -licenciement licenciement nom m s 3.93 0.41 2.62 0.20 -licenciements licenciement nom m p 3.93 0.41 1.31 0.20 -licencient licencier ver 5.93 1.49 0.26 0.07 ind:pre:3p; -licencier licencier ver 5.93 1.49 1.61 0.27 inf; -licenciera licencier ver 5.93 1.49 0.02 0.00 ind:fut:3s; -licencieuse licencieux adj f s 0.68 0.68 0.12 0.14 -licencieuses licencieux adj f p 0.68 0.68 0.15 0.20 -licencieux licencieux adj m 0.68 0.68 0.41 0.34 -licenciez licencier ver 5.93 1.49 0.20 0.07 imp:pre:2p;ind:pre:2p; -licencié licencier ver m s 5.93 1.49 2.57 0.47 par:pas; -licenciée licencier ver f s 5.93 1.49 0.60 0.34 par:pas; -licenciées licencié nom f p 0.68 0.54 0.00 0.07 -licenciés licencier ver m p 5.93 1.49 0.31 0.07 par:pas; -lices lice nom f p 0.63 1.42 0.00 0.20 -lichant licher ver 0.27 0.61 0.00 0.20 par:pre; -lichas licher ver 0.27 0.61 0.27 0.00 ind:pas:2s; -liche liche nom m s 0.00 0.20 0.00 0.20 -lichen lichen nom m s 0.11 2.70 0.10 1.28 -lichens lichen nom m p 0.11 2.70 0.01 1.42 -licher licher ver 0.27 0.61 0.00 0.14 inf; -lichette lichette nom f s 0.15 0.74 0.15 0.61 -lichettes lichette nom f p 0.15 0.74 0.00 0.14 -lichotter lichotter ver 0.00 0.07 0.00 0.07 inf; -liché licher ver m s 0.27 0.61 0.00 0.07 par:pas; -lichée licher ver f s 0.27 0.61 0.00 0.14 par:pas; -lichées licher ver f p 0.27 0.61 0.00 0.07 par:pas; -liciers licier nom m p 0.00 0.07 0.00 0.07 -licite licite adj s 0.32 0.74 0.29 0.61 -licites licite adj f p 0.32 0.74 0.03 0.14 -licol licol nom m s 0.00 0.61 0.00 0.47 -licols licol nom m p 0.00 0.61 0.00 0.14 -licorne licorne nom f s 1.98 1.82 1.41 1.28 -licornes licorne nom f p 1.98 1.82 0.57 0.54 -licou licou nom m s 0.03 0.61 0.03 0.54 -licous licou nom m p 0.03 0.61 0.00 0.07 -licteur licteur nom m s 0.00 0.34 0.00 0.07 -licteurs licteur nom m p 0.00 0.34 0.00 0.27 -licéité licéité nom f s 0.00 0.07 0.00 0.07 -lido lido nom m s 0.07 0.00 0.07 0.00 -lidocaïne lidocaïne nom f s 0.36 0.00 0.36 0.00 -lie_de_vin lie_de_vin adj 0.00 1.08 0.00 1.08 -lie lier ver 37.17 46.08 4.02 3.11 imp:pre:2s;ind:pre:1s;ind:pre:3s; -lied lied nom m s 0.06 0.54 0.01 0.07 -lieder lied nom m p 0.06 0.54 0.04 0.47 -lien lien nom m s 35.89 38.38 23.47 18.18 -liens lien nom m p 35.89 38.38 12.42 20.20 -lient lier ver 37.17 46.08 0.61 0.27 ind:pre:3p; -lier lier ver 37.17 46.08 5.07 6.62 inf; -liera lier ver 37.17 46.08 0.05 0.07 ind:fut:3s; -lierais lier ver 37.17 46.08 0.02 0.00 cnd:pre:1s; -lierait lier ver 37.17 46.08 0.02 0.27 cnd:pre:3s; -lieras lier ver 37.17 46.08 0.14 0.07 ind:fut:2s; -lieront lier ver 37.17 46.08 0.03 0.14 ind:fut:3p; -lierre lierre nom m s 0.43 6.35 0.42 6.08 -lierres lierre nom m p 0.43 6.35 0.01 0.27 -lies lier ver 37.17 46.08 0.29 0.00 ind:pre:2s;sub:pre:2s; -liesse liesse nom f s 1.39 2.23 1.39 2.16 -liesses liesse nom f p 1.39 2.23 0.00 0.07 -lieu_dit lieu_dit nom m s 0.00 0.88 0.00 0.88 -lieu lieu nom m s 182.00 267.57 153.12 213.38 -lieudit lieudit nom m s 0.00 0.14 0.00 0.07 -lieudits lieudit nom m p 0.00 0.14 0.00 0.07 -lieue lieue nom f s 1.93 10.47 0.19 1.08 -lieues lieue nom f p 1.93 10.47 1.74 9.39 -lieur lieur nom m s 0.01 0.14 0.01 0.00 -lieus lieu nom m p 182.00 267.57 0.15 0.07 -lieuse lieur nom f s 0.01 0.14 0.00 0.14 -lieutenant_colonel lieutenant_colonel nom m s 1.74 1.42 1.73 1.42 -lieutenant_pilote lieutenant_pilote nom m s 0.00 0.07 0.00 0.07 -lieutenant lieutenant nom m s 80.99 54.93 80.05 52.36 -lieutenant_colonel lieutenant_colonel nom m p 1.74 1.42 0.01 0.00 -lieutenants lieutenant nom m p 80.99 54.93 0.94 2.57 -lieux_dits lieux_dits nom m p 0.00 0.41 0.00 0.41 -lieux lieu nom m p 182.00 267.57 28.73 54.12 -liez lier ver 37.17 46.08 0.15 0.07 imp:pre:2p;ind:pre:2p; -lift lift nom m s 0.61 0.07 0.52 0.07 -lifter lifter ver 0.27 0.07 0.22 0.00 inf; -liftier liftier nom m s 0.39 0.54 0.36 0.41 -liftiers liftier nom m p 0.39 0.54 0.00 0.14 -lifting lifting nom m s 1.40 0.07 1.19 0.07 -liftings lifting nom m p 1.40 0.07 0.22 0.00 -liftière liftier nom f s 0.39 0.54 0.02 0.00 -lifts lift nom m p 0.61 0.07 0.10 0.00 -lifté lifté adj m s 0.05 0.14 0.00 0.07 -liftée lifté adj f s 0.05 0.14 0.04 0.07 -liftées lifter ver f p 0.27 0.07 0.01 0.07 par:pas; -ligament ligament nom m s 1.12 0.47 0.29 0.00 -ligamentaire ligamentaire adj f s 0.02 0.00 0.02 0.00 -ligaments ligament nom m p 1.12 0.47 0.83 0.47 -ligature ligature nom f s 0.46 0.20 0.30 0.07 -ligaturer ligaturer ver 0.13 0.47 0.05 0.14 inf; -ligatures ligature nom f p 0.46 0.20 0.16 0.14 -ligaturez ligaturer ver 0.13 0.47 0.01 0.07 imp:pre:2p;ind:pre:2p; -ligaturé ligaturer ver m s 0.13 0.47 0.04 0.14 par:pas; -ligaturée ligaturer ver f s 0.13 0.47 0.02 0.14 par:pas; -lige lige adj s 0.14 0.20 0.14 0.14 -liges lige adj m p 0.14 0.20 0.00 0.07 -light light adj 3.76 0.27 3.76 0.27 -ligna ligner ver 0.06 0.20 0.00 0.07 ind:pas:3s; -lignage lignage nom m s 0.13 0.41 0.13 0.34 -lignages lignage nom m p 0.13 0.41 0.00 0.07 -lignards lignard nom m p 0.00 0.07 0.00 0.07 -ligne ligne nom f s 89.83 162.30 69.42 101.01 -ligner ligner ver 0.06 0.20 0.00 0.07 inf; -lignes ligne nom f p 89.83 162.30 20.41 61.28 -ligneuses ligneux adj f p 0.00 0.41 0.00 0.20 -ligneux ligneux adj m p 0.00 0.41 0.00 0.20 -lignite lignite nom m s 0.14 0.61 0.00 0.54 -lignites lignite nom m p 0.14 0.61 0.14 0.07 -ligné ligner ver m s 0.06 0.20 0.01 0.07 par:pas; -lignée lignée nom f s 4.83 5.07 4.67 4.80 -lignées lignée nom f p 4.83 5.07 0.16 0.27 -ligot ligot nom m s 0.01 0.27 0.01 0.00 -ligota ligoter ver 4.49 5.07 0.10 0.20 ind:pas:3s; -ligotage ligotage nom m s 0.01 0.20 0.01 0.20 -ligotaient ligoter ver 4.49 5.07 0.00 0.20 ind:imp:3p; -ligotait ligoter ver 4.49 5.07 0.01 0.27 ind:imp:3s; -ligotant ligoter ver 4.49 5.07 0.01 0.07 par:pre; -ligote ligoter ver 4.49 5.07 0.91 0.34 imp:pre:2s;ind:pre:1s;ind:pre:3s; -ligotent ligoter ver 4.49 5.07 0.16 0.61 ind:pre:3p; -ligoter ligoter ver 4.49 5.07 0.48 0.61 inf; -ligoterai ligoter ver 4.49 5.07 0.14 0.00 ind:fut:1s; -ligoterait ligoter ver 4.49 5.07 0.01 0.00 cnd:pre:3s; -ligoterons ligoter ver 4.49 5.07 0.10 0.00 ind:fut:1p; -ligotez ligoter ver 4.49 5.07 0.80 0.00 imp:pre:2p;ind:pre:2p; -ligotons ligoter ver 4.49 5.07 0.01 0.00 imp:pre:1p; -ligots ligot nom m p 0.01 0.27 0.00 0.27 -ligotèrent ligoter ver 4.49 5.07 0.00 0.07 ind:pas:3p; -ligoté ligoter ver m s 4.49 5.07 0.91 1.69 par:pas; -ligotée ligoter ver f s 4.49 5.07 0.29 0.54 par:pas; -ligotées ligoter ver f p 4.49 5.07 0.01 0.14 par:pas; -ligotés ligoter ver m p 4.49 5.07 0.53 0.34 par:pas; -liguaient liguer ver 1.07 1.76 0.01 0.14 ind:imp:3p; -liguait liguer ver 1.07 1.76 0.01 0.27 ind:imp:3s; -liguant liguer ver 1.07 1.76 0.01 0.07 par:pre; -ligue ligue nom f s 2.97 2.09 2.74 1.42 -liguent liguer ver 1.07 1.76 0.17 0.00 ind:pre:3p; -liguer liguer ver 1.07 1.76 0.22 0.27 inf; -ligues ligue nom f p 2.97 2.09 0.23 0.68 -ligueur ligueur nom m s 0.00 0.27 0.00 0.14 -ligueurs ligueur nom m p 0.00 0.27 0.00 0.14 -liguez liguer ver 1.07 1.76 0.16 0.00 ind:pre:2p; -ligure ligure adj f s 0.00 0.20 0.00 0.14 -ligures ligure adj p 0.00 0.20 0.00 0.07 -liguèrent liguer ver 1.07 1.76 0.00 0.07 ind:pas:3p; -ligué liguer ver m s 1.07 1.76 0.15 0.00 par:pas; -liguées liguer ver f p 1.07 1.76 0.03 0.34 par:pas; -ligués liguer ver m p 1.07 1.76 0.13 0.41 par:pas; -lilas lilas nom m 2.28 5.47 2.28 5.47 -liliacées liliacée nom f p 0.14 0.00 0.14 0.00 -lilial lilial adj m s 0.00 0.68 0.00 0.41 -liliale lilial adj f s 0.00 0.68 0.00 0.27 -lilium lilium nom m s 0.01 0.07 0.01 0.07 -lilliputien lilliputien adj m s 0.36 0.68 0.12 0.41 -lilliputienne lilliputien adj f s 0.36 0.68 0.02 0.20 -lilliputiens lilliputien adj m p 0.36 0.68 0.22 0.07 -lillois lillois nom m 0.00 0.27 0.00 0.20 -lilloise lillois nom f s 0.00 0.27 0.00 0.07 -lima limer ver 1.07 3.11 0.00 0.07 ind:pas:3s; -limace limace nom f s 4.01 6.35 2.89 4.05 -limaces limace nom f p 4.01 6.35 1.12 2.30 -limage limage nom m s 0.26 0.14 0.26 0.14 -limaient limer ver 1.07 3.11 0.00 0.07 ind:imp:3p; -limaille limaille nom f s 0.02 1.55 0.02 1.55 -limait limer ver 1.07 3.11 0.00 0.54 ind:imp:3s; -liman liman nom m s 0.01 0.00 0.01 0.00 -limande limande nom f s 0.09 0.68 0.08 0.61 -limandes limande nom f p 0.09 0.68 0.01 0.07 -limant limer ver 1.07 3.11 0.00 0.14 par:pre; -limaçon limaçon nom m s 0.02 0.54 0.01 0.27 -limaçons limaçon nom m p 0.02 0.54 0.01 0.27 -limbe limbe nom m s 0.81 3.18 0.00 0.07 -limbes limbe nom m p 0.81 3.18 0.81 3.11 -limbique limbique adj s 0.31 0.00 0.31 0.00 -limbo limbo nom m s 0.36 0.00 0.36 0.00 -lime lime nom f s 1.56 3.65 1.48 2.91 -liment limer ver 1.07 3.11 0.01 0.07 ind:pre:3p; -limer limer ver 1.07 3.11 0.50 0.74 inf; -limerick limerick nom m s 0.04 0.07 0.03 0.00 -limericks limerick nom m p 0.04 0.07 0.01 0.07 -limes lime nom f p 1.56 3.65 0.08 0.74 -limette limette nom f s 0.07 0.00 0.07 0.00 -limez limer ver 1.07 3.11 0.00 0.07 ind:pre:2p; -limier limier nom m s 1.12 0.88 0.77 0.54 -limiers limier nom m p 1.12 0.88 0.35 0.34 -liminaire liminaire adj s 0.07 0.00 0.07 0.00 -limions limer ver 1.07 3.11 0.00 0.07 ind:imp:1p; -limita limiter ver 11.19 19.26 0.01 0.00 ind:pas:3s; -limitai limiter ver 11.19 19.26 0.00 0.20 ind:pas:1s; -limitaient limiter ver 11.19 19.26 0.12 0.41 ind:imp:3p; -limitais limiter ver 11.19 19.26 0.02 0.07 ind:imp:1s;ind:imp:2s; -limitait limiter ver 11.19 19.26 0.13 2.36 ind:imp:3s; -limitant limiter ver 11.19 19.26 0.09 1.28 par:pre; -limitatif limitatif adj m s 0.00 0.27 0.00 0.14 -limitation limitation nom f s 0.74 0.95 0.27 0.61 -limitations limitation nom f p 0.74 0.95 0.47 0.34 -limitative limitatif adj f s 0.00 0.27 0.00 0.14 -limite limite nom f s 32.77 47.23 13.69 21.76 -limitent limiter ver 11.19 19.26 0.23 0.74 ind:pre:3p; -limiter limiter ver 11.19 19.26 2.62 4.46 inf; -limitera limiter ver 11.19 19.26 0.13 0.14 ind:fut:3s; -limiterai limiter ver 11.19 19.26 0.14 0.07 ind:fut:1s; -limiteraient limiter ver 11.19 19.26 0.01 0.20 cnd:pre:3p; -limiterait limiter ver 11.19 19.26 0.05 0.07 cnd:pre:3s; -limiteront limiter ver 11.19 19.26 0.05 0.00 ind:fut:3p; -limites limite nom f p 32.77 47.23 19.09 25.47 -limiteur limiteur nom m s 0.02 0.00 0.02 0.00 -limitez limiter ver 11.19 19.26 0.36 0.00 imp:pre:2p;ind:pre:2p; -limitions limiter ver 11.19 19.26 0.01 0.07 ind:imp:1p; -limitons limiter ver 11.19 19.26 0.14 0.07 imp:pre:1p;ind:pre:1p; -limitrophe limitrophe adj s 0.00 0.54 0.00 0.07 -limitrophes limitrophe adj p 0.00 0.54 0.00 0.47 -limité limiter ver m s 11.19 19.26 2.10 2.30 par:pas; -limitée limité adj f s 3.66 6.35 1.30 1.28 -limitées limité adj f p 3.66 6.35 0.68 1.35 -limités limiter ver m p 11.19 19.26 0.36 0.68 par:pas; -limoge limoger ver 0.51 0.34 0.00 0.07 ind:pre:3s; -limogeage limogeage nom m s 0.11 0.07 0.11 0.07 -limoger limoger ver 0.51 0.34 0.18 0.00 inf; -limoges limoger ver 0.51 0.34 0.01 0.20 ind:pre:2s; -limogé limoger ver m s 0.51 0.34 0.32 0.07 par:pas; -limon limon nom m s 0.53 3.45 0.53 2.97 -limonade limonade nom f s 6.17 6.15 6.06 5.68 -limonades limonade nom f p 6.17 6.15 0.11 0.47 -limonadier limonadier nom m s 0.03 0.54 0.03 0.14 -limonadiers limonadier nom m p 0.03 0.54 0.00 0.27 -limonadière limonadier nom f s 0.03 0.54 0.00 0.14 -limonaire limonaire nom m s 0.00 0.54 0.00 0.54 -limoneuse limoneux adj f s 0.01 0.61 0.01 0.27 -limoneuses limoneux adj f p 0.01 0.61 0.00 0.14 -limoneux limoneux adj m s 0.01 0.61 0.00 0.20 -limonier limonier nom m s 0.00 0.14 0.00 0.07 -limonière limonier nom f s 0.00 0.14 0.00 0.07 -limons limon nom m p 0.53 3.45 0.00 0.47 -limoselle limoselle nom f s 0.01 0.00 0.01 0.00 -limousin limousin adj m s 2.04 1.15 0.00 0.14 -limousine limousine nom f s 3.93 3.65 3.34 2.97 -limousines limousine nom f p 3.93 3.65 0.58 0.68 -limousins limousin adj m p 2.04 1.15 0.00 0.07 -limpide limpide adj s 2.66 12.16 2.32 9.86 -limpides limpide adj p 2.66 12.16 0.34 2.30 -limpidité limpidité nom f s 0.01 1.62 0.01 1.62 -limé limer ver m s 1.07 3.11 0.16 0.54 par:pas; -limée limer ver f s 1.07 3.11 0.01 0.14 par:pas; -lin lin nom m s 2.35 6.08 1.76 6.01 -linaire linaire nom f s 0.00 0.07 0.00 0.07 -linceul linceul nom m s 1.98 2.70 1.94 2.30 -linceuls linceul nom m p 1.98 2.70 0.04 0.41 -lindor lindor nom m s 0.27 0.00 0.27 0.00 -line line nom f s 1.08 0.07 1.08 0.07 -linga linga nom m s 0.01 0.00 0.01 0.00 -lingala lingala nom m s 0.02 0.00 0.02 0.00 -lingam lingam nom m s 0.54 0.07 0.54 0.07 -linge linge nom m s 17.04 47.30 16.75 44.53 -linger linger adj m s 0.02 0.41 0.01 0.14 -lingerie lingerie nom f s 4.13 5.34 4.11 4.73 -lingeries lingerie nom f p 4.13 5.34 0.02 0.61 -linges linge nom m p 17.04 47.30 0.30 2.77 -lingette lingette nom f s 0.66 0.00 0.48 0.00 -lingettes lingette nom f p 0.66 0.00 0.18 0.00 -lingot lingot nom m s 1.58 2.36 0.47 1.15 -lingotière lingotier nom f s 0.00 0.07 0.00 0.07 -lingots lingot nom m p 1.58 2.36 1.11 1.22 -lingère lingère nom f s 0.04 0.68 0.04 0.47 -lingères lingère nom f p 0.04 0.68 0.00 0.20 -lingual lingual adj m s 0.04 0.00 0.01 0.00 -linguale lingual adj f s 0.04 0.00 0.02 0.00 -linguaux lingual adj m p 0.04 0.00 0.01 0.00 -linguiste linguiste nom s 0.50 0.68 0.46 0.41 -linguistes linguiste nom p 0.50 0.68 0.04 0.27 -linguistique linguistique nom f s 0.54 0.61 0.54 0.61 -linguistiquement linguistiquement adv 0.01 0.07 0.01 0.07 -linguistiques linguistique adj p 0.38 1.55 0.14 0.74 -liniment liniment nom m s 0.03 0.07 0.03 0.07 -lino lino nom m s 0.38 1.69 0.38 1.55 -linoléum linoléum nom m s 0.18 2.64 0.18 2.36 -linoléums linoléum nom m p 0.18 2.64 0.00 0.27 -linon linon nom m s 0.05 0.74 0.05 0.68 -linons linon nom m p 0.05 0.74 0.00 0.07 -linos lino nom m p 0.38 1.69 0.00 0.14 -linotte linotte nom f s 0.81 0.54 0.69 0.27 -linottes linotte nom f p 0.81 0.54 0.12 0.27 -linotype linotype nom f s 0.01 0.41 0.01 0.14 -linotypes linotype nom f p 0.01 0.41 0.00 0.27 -linotypistes linotypiste nom p 0.00 0.20 0.00 0.20 -lins lin nom m p 2.35 6.08 0.59 0.07 -linteau linteau nom m s 0.24 1.08 0.17 0.95 -linteaux linteau nom m p 0.24 1.08 0.07 0.14 -linter linter nom m s 0.01 0.00 0.01 0.00 -linéaire linéaire adj s 0.39 1.08 0.30 0.88 -linéairement linéairement adv 0.01 0.00 0.01 0.00 -linéaires linéaire adj p 0.39 1.08 0.09 0.20 -linéaments linéament nom m p 0.00 0.54 0.00 0.54 -liâmes lier ver 37.17 46.08 0.00 0.14 ind:pas:1p; -lion lion nom m s 20.70 33.04 14.58 20.14 -lionceau lionceau nom m s 0.21 1.01 0.21 0.61 -lionceaux lionceau nom m p 0.21 1.01 0.00 0.41 -lionne lion nom f s 20.70 33.04 0.79 2.43 -lionnes lionne nom f p 0.16 0.00 0.16 0.00 -lions lion nom m p 20.70 33.04 5.33 8.24 -liât lier ver 37.17 46.08 0.00 0.34 sub:imp:3s; -lipase lipase nom f s 0.01 0.00 0.01 0.00 -lipide lipide nom m s 0.06 0.20 0.01 0.07 -lipides lipide nom m p 0.06 0.20 0.04 0.14 -lipiodol lipiodol nom m s 0.01 0.00 0.01 0.00 -lipome lipome nom m s 0.03 0.00 0.03 0.00 -liposome liposome nom m s 0.01 0.00 0.01 0.00 -liposuccion liposuccion nom f s 1.04 0.00 0.75 0.00 -liposuccions liposuccion nom f p 1.04 0.00 0.29 0.00 -liposucer liposucer ver 0.20 0.00 0.20 0.00 inf; -lipothymie lipothymie nom f s 0.10 0.00 0.10 0.00 -lippe lippe nom f s 0.14 1.89 0.14 1.69 -lippes lippe nom f p 0.14 1.89 0.00 0.20 -lippu lippu adj m s 0.17 1.01 0.17 0.41 -lippue lippu adj f s 0.17 1.01 0.00 0.47 -lippées lippée nom f p 0.00 0.07 0.00 0.07 -lippues lippu adj f p 0.17 1.01 0.00 0.07 -lippus lippu adj m p 0.17 1.01 0.00 0.07 -liquette liquette nom f s 0.19 1.49 0.19 1.22 -liquettes liquette nom f p 0.19 1.49 0.00 0.27 -liqueur liqueur nom f s 5.00 4.26 3.46 2.36 -liqueurs liqueur nom f p 5.00 4.26 1.55 1.89 -liquida liquider ver 9.76 10.74 0.10 0.27 ind:pas:3s; -liquidai liquider ver 9.76 10.74 0.00 0.07 ind:pas:1s; -liquidaient liquider ver 9.76 10.74 0.00 0.20 ind:imp:3p; -liquidait liquider ver 9.76 10.74 0.02 0.20 ind:imp:3s; -liquidambars liquidambar nom m p 0.00 0.07 0.00 0.07 -liquidant liquider ver 9.76 10.74 0.02 0.20 par:pre; -liquidateur liquidateur nom m s 0.07 0.20 0.05 0.14 -liquidateurs liquidateur nom m p 0.07 0.20 0.01 0.07 -liquidation liquidation nom f s 0.81 3.11 0.70 3.04 -liquidations liquidation nom f p 0.81 3.11 0.11 0.07 -liquidative liquidatif adj f s 0.02 0.00 0.02 0.00 -liquide liquide nom m s 18.41 19.19 17.74 17.91 -liquident liquider ver 9.76 10.74 0.04 0.07 ind:pre:3p; -liquider liquider ver 9.76 10.74 3.78 4.93 inf; -liquidera liquider ver 9.76 10.74 0.06 0.14 ind:fut:3s; -liquiderai liquider ver 9.76 10.74 0.04 0.00 ind:fut:1s; -liquiderais liquider ver 9.76 10.74 0.04 0.07 cnd:pre:1s;cnd:pre:2s; -liquiderait liquider ver 9.76 10.74 0.14 0.07 cnd:pre:3s; -liquiderons liquider ver 9.76 10.74 0.04 0.00 ind:fut:1p; -liquideront liquider ver 9.76 10.74 0.00 0.14 ind:fut:3p; -liquides liquide nom m p 18.41 19.19 0.68 1.28 -liquidez liquider ver 9.76 10.74 0.37 0.00 imp:pre:2p;ind:pre:2p; -liquidions liquider ver 9.76 10.74 0.00 0.07 ind:imp:1p; -liquidité liquidité nom f s 0.70 0.54 0.03 0.07 -liquidités liquidité nom f p 0.70 0.54 0.67 0.47 -liquidons liquider ver 9.76 10.74 0.26 0.07 imp:pre:1p;ind:pre:1p; -liquidé liquider ver m s 9.76 10.74 2.45 1.62 par:pas; -liquidée liquider ver f s 9.76 10.74 0.31 0.95 par:pas; -liquidées liquider ver f p 9.76 10.74 0.02 0.20 par:pas; -liquidés liquider ver m p 9.76 10.74 0.54 0.61 par:pas; -liquor liquor nom m s 0.04 0.00 0.04 0.00 -liquoreux liquoreux adj m s 0.00 0.27 0.00 0.27 -liquoriste liquoriste nom s 0.01 0.07 0.01 0.07 -liquéfaction liquéfaction nom f s 0.04 0.27 0.04 0.27 -liquéfiaient liquéfier ver 1.09 2.43 0.00 0.27 ind:imp:3p; -liquéfiait liquéfier ver 1.09 2.43 0.00 0.47 ind:imp:3s; -liquéfiante liquéfiant adj f s 0.00 0.07 0.00 0.07 -liquéfie liquéfier ver 1.09 2.43 0.78 0.20 ind:pre:1s;ind:pre:3s; -liquéfient liquéfier ver 1.09 2.43 0.04 0.14 ind:pre:3p; -liquéfier liquéfier ver 1.09 2.43 0.14 0.47 inf; -liquéfièrent liquéfier ver 1.09 2.43 0.00 0.07 ind:pas:3p; -liquéfié liquéfier ver m s 1.09 2.43 0.04 0.27 par:pas; -liquéfiée liquéfier ver f s 1.09 2.43 0.03 0.34 par:pas; -liquéfiées liquéfier ver f p 1.09 2.43 0.01 0.14 par:pas; -liquéfiés liquéfier ver m p 1.09 2.43 0.05 0.07 par:pas; -lira lire ver 281.09 324.80 1.88 1.82 ind:fut:3s; -lirai lire ver 281.09 324.80 3.36 1.28 ind:fut:1s; -liraient lire ver 281.09 324.80 0.03 0.34 cnd:pre:3p; -lirais lire ver 281.09 324.80 0.74 0.81 cnd:pre:1s;cnd:pre:2s; -lirait lire ver 281.09 324.80 0.30 3.31 cnd:pre:3s; -liras lire ver 281.09 324.80 1.97 0.81 ind:fut:2s; -lire lire ver 281.09 324.80 89.58 103.58 inf; -lires lire nom f p 28.88 10.27 18.98 1.42 -lirette lirette nom f s 0.02 0.00 0.02 0.00 -lirez lire ver 281.09 324.80 0.68 0.81 ind:fut:2p; -liriez lire ver 281.09 324.80 0.09 0.00 cnd:pre:2p; -liron liron nom m s 0.14 0.54 0.14 0.54 -lirons lire ver 281.09 324.80 0.08 0.07 ind:fut:1p; -liront lire ver 281.09 324.80 0.17 0.27 ind:fut:3p; -lis lire ver 281.09 324.80 39.81 16.62 imp:pre:2s;ind:pre:1s;ind:pre:2s; -lisaient lire ver 281.09 324.80 0.22 4.73 ind:imp:3p; -lisais lire ver 281.09 324.80 5.08 10.54 ind:imp:1s;ind:imp:2s; -lisait lire ver 281.09 324.80 3.88 39.12 ind:imp:3s; -lisant lire ver 281.09 324.80 2.95 13.31 par:pre; -lise lire ver 281.09 324.80 3.20 2.09 sub:pre:1s;sub:pre:3s; -lisent lire ver 281.09 324.80 2.67 3.72 ind:pre:3p; -liseron liseron nom m s 0.02 1.08 0.01 0.61 -liserons liseron nom m p 0.02 1.08 0.01 0.47 -liseré liseré nom m s 0.02 0.81 0.02 0.74 -liserée liserer ver f s 0.00 0.14 0.00 0.07 par:pas; -liserés liseré nom m p 0.02 0.81 0.00 0.07 -lises lire ver 281.09 324.80 1.12 0.41 sub:pre:2s; -liseur liseur nom m s 0.06 1.49 0.00 0.68 -liseuse liseur nom f s 0.06 1.49 0.06 0.68 -liseuses liseur nom f p 0.06 1.49 0.00 0.14 -lisez lire ver 281.09 324.80 16.78 5.00 imp:pre:2p;ind:pre:2p; -lisibilité lisibilité nom f s 0.01 0.00 0.01 0.00 -lisible lisible adj s 0.84 3.58 0.40 2.50 -lisiblement lisiblement adv 0.11 0.20 0.11 0.20 -lisibles lisible adj p 0.84 3.58 0.44 1.08 -lisier lisier nom m s 0.01 0.00 0.01 0.00 -lisiez lire ver 281.09 324.80 0.96 0.95 ind:imp:2p; -lisions lire ver 281.09 324.80 0.27 1.55 ind:imp:1p; -lisière lisière nom f s 0.67 18.24 0.67 16.49 -lisières lisière nom f p 0.67 18.24 0.00 1.76 -lisons lire ver 281.09 324.80 1.56 0.81 imp:pre:1p;ind:pre:1p; -lissa lisser ver 2.04 11.35 0.02 1.15 ind:pas:3s; -lissage lissage nom m s 0.01 0.14 0.01 0.14 -lissai lisser ver 2.04 11.35 0.00 0.14 ind:pas:1s; -lissaient lisser ver 2.04 11.35 0.00 0.34 ind:imp:3p; -lissais lisser ver 2.04 11.35 0.00 0.07 ind:imp:1s; -lissait lisser ver 2.04 11.35 0.00 1.42 ind:imp:3s; -lissant lisser ver 2.04 11.35 0.00 1.96 par:pre; -lisse lisse adj s 3.48 33.58 2.71 24.26 -lissent lisser ver 2.04 11.35 0.00 0.34 ind:pre:3p; -lisser lisser ver 2.04 11.35 0.34 1.49 inf; -lissera lisser ver 2.04 11.35 0.00 0.07 ind:fut:3s; -lisserait lisser ver 2.04 11.35 0.00 0.14 cnd:pre:3s; -lisses lisse adj p 3.48 33.58 0.77 9.32 -lisseur lisseur nom m s 0.00 0.14 0.00 0.07 -lisseurs lisseur nom m p 0.00 0.14 0.00 0.07 -lissez lisser ver 2.04 11.35 0.70 0.00 imp:pre:2p; -lissons lisser ver 2.04 11.35 0.14 0.14 imp:pre:1p;ind:pre:1p; -lissotriche lissotriche adj s 0.00 0.07 0.00 0.07 -lissèrent lisser ver 2.04 11.35 0.00 0.07 ind:pas:3p; -lissé lisser ver m s 2.04 11.35 0.22 0.88 par:pas; -lissée lisser ver f s 2.04 11.35 0.15 0.34 par:pas; -lissées lisser ver f p 2.04 11.35 0.10 0.20 par:pas; -lissés lisser ver m p 2.04 11.35 0.01 0.68 par:pas; -liste liste nom f s 71.56 24.32 69.07 18.92 -listel listel nom m s 0.00 0.07 0.00 0.07 -lister lister ver 1.60 0.00 1.07 0.00 inf; -listeria listeria nom f 0.01 0.00 0.01 0.00 -listes liste nom f p 71.56 24.32 2.49 5.41 -listez lister ver 1.60 0.00 0.07 0.00 imp:pre:2p; -listing listing nom m s 0.26 0.00 0.23 0.00 -listings listing nom m p 0.26 0.00 0.02 0.00 -liston liston nom m s 4.14 0.00 4.14 0.00 -listé lister ver m s 1.60 0.00 0.23 0.00 par:pas; -listée lister ver f s 1.60 0.00 0.10 0.00 par:pas; -listées lister ver f p 1.60 0.00 0.04 0.00 par:pas; -listés lister ver m p 1.60 0.00 0.09 0.00 par:pas; -lisérait lisérer ver 0.00 0.20 0.00 0.07 ind:imp:3s; -liséré liséré nom m s 0.00 2.50 0.00 2.16 -lisérés liséré nom m p 0.00 2.50 0.00 0.34 -lit_bateau lit_bateau nom m s 0.00 0.81 0.00 0.81 -lit_cage lit_cage nom m s 0.01 1.62 0.01 1.15 -lit_divan lit_divan nom m s 0.00 0.20 0.00 0.20 -lit lit nom m s 184.27 338.18 176.10 315.74 -lita liter ver 0.82 0.00 0.34 0.00 ind:pas:3s; -litanie litanie nom f s 0.59 7.09 0.56 4.53 -litanies litanie nom f p 0.59 7.09 0.03 2.57 -lite liter ver 0.82 0.00 0.08 0.00 imp:pre:2s;ind:pre:3s; -liteaux liteau nom m p 0.00 0.07 0.00 0.07 -liter liter ver 0.82 0.00 0.27 0.00 inf; -literie literie nom f s 0.29 2.03 0.28 1.96 -literies literie nom f p 0.29 2.03 0.01 0.07 -liège liège nom m s 0.46 3.78 0.46 3.58 -lièges liège nom m p 0.46 3.78 0.00 0.20 -lithiase lithiase nom f s 0.04 0.00 0.04 0.00 -lithinés lithiné adj m p 0.00 0.27 0.00 0.27 -lithique lithique adj s 0.01 0.00 0.01 0.00 -lithium lithium nom m s 0.94 0.14 0.94 0.14 -litho litho nom f s 0.02 0.20 0.01 0.14 -lithographe lithographe nom s 0.00 0.14 0.00 0.14 -lithographie lithographie nom f s 0.26 0.54 0.25 0.41 -lithographies lithographie nom f p 0.26 0.54 0.01 0.14 -lithographié lithographier ver m s 0.00 0.07 0.00 0.07 par:pas; -lithophages lithophage adj m p 0.00 0.07 0.00 0.07 -lithos litho nom f p 0.02 0.20 0.01 0.07 -lithosphère lithosphère nom f s 0.03 0.00 0.03 0.00 -lithotripsie lithotripsie nom f s 0.03 0.00 0.03 0.00 -lithotriteur lithotriteur nom m s 0.01 0.00 0.01 0.00 -lièrent lier ver 37.17 46.08 0.03 0.34 ind:pas:3p; -lithuanien lithuanien adj m s 0.08 0.27 0.07 0.20 -lithuanienne lithuanien adj f s 0.08 0.27 0.01 0.00 -lithuaniennes lithuanien adj f p 0.08 0.27 0.00 0.07 -lièvre lièvre nom m s 4.30 7.03 3.36 4.73 -lièvres lièvre nom m p 4.30 7.03 0.94 2.30 -litige litige nom m s 0.78 1.42 0.57 0.74 -litiges litige nom m p 0.78 1.42 0.20 0.68 -litigieuse litigieux adj f s 0.07 0.34 0.02 0.20 -litigieux litigieux adj m s 0.07 0.34 0.04 0.14 -litière litière nom f s 0.82 6.15 0.81 5.68 -litières litière nom f p 0.82 6.15 0.01 0.47 -litorne litorne nom f s 0.00 0.07 0.00 0.07 -litote litote nom f s 0.03 0.41 0.03 0.20 -litotes litote nom f p 0.03 0.41 0.00 0.20 -litre litre nom s 10.19 18.51 2.75 10.20 -litrer litrer ver 0.00 0.07 0.00 0.07 inf; -litres litre nom p 10.19 18.51 7.44 8.31 -litron litron nom m s 0.20 3.18 0.20 1.82 -litronaient litroner ver 0.00 0.14 0.00 0.07 ind:imp:3p; -litrons litron nom m p 0.20 3.18 0.00 1.35 -litroné litroner ver m s 0.00 0.14 0.00 0.07 par:pas; -lit_cage lit_cage nom m p 0.01 1.62 0.00 0.47 -lits lit nom m p 184.27 338.18 8.17 22.43 -littoral littoral nom m s 0.21 3.11 0.20 3.11 -littorale littoral adj f s 0.23 0.34 0.07 0.14 -littoraux littoral nom m p 0.21 3.11 0.01 0.00 -littéraire littéraire adj s 3.09 17.16 2.64 11.82 -littérairement littérairement adv 0.01 0.14 0.01 0.14 -littéraires littéraire adj p 3.09 17.16 0.45 5.34 -littéral littéral adj m s 1.08 1.49 0.72 0.61 -littérale littéral adj f s 1.08 1.49 0.34 0.74 -littéralement littéralement adv 5.27 10.95 5.27 10.95 -littérales littéral adj f p 1.08 1.49 0.00 0.14 -littéralité littéralité nom f s 0.00 0.07 0.00 0.07 -littérateur littérateur nom m s 0.23 1.01 0.23 0.47 -littérateurs littérateur nom m p 0.23 1.01 0.00 0.54 -littérature littérature nom f s 8.48 36.89 8.48 36.82 -littératures littérature nom f p 8.48 36.89 0.00 0.07 -littéraux littéral adj m p 1.08 1.49 0.01 0.00 -lité liter ver m s 0.82 0.00 0.14 0.00 par:pas; -lituanien lituanien adj m s 0.69 0.88 0.44 0.07 -lituanienne lituanien adj f s 0.69 0.88 0.25 0.27 -lituaniennes lituanien adj f p 0.69 0.88 0.00 0.34 -lituaniens lituanien nom m p 0.21 0.47 0.21 0.27 -litée litée nom f s 0.00 0.07 0.00 0.07 -liturgie liturgie nom f s 0.03 2.16 0.03 2.09 -liturgies liturgie nom f p 0.03 2.16 0.00 0.07 -liturgique liturgique adj s 0.16 1.08 0.16 0.54 -liturgiques liturgique adj p 0.16 1.08 0.00 0.54 -lié lier ver m s 37.17 46.08 12.54 10.68 par:pas; -liée lier ver f s 37.17 46.08 3.96 7.50 par:pas; -liées lier ver f p 37.17 46.08 2.58 2.84 par:pas; -liégeois liégeois adj m 0.00 0.14 0.00 0.14 -liés lier ver m p 37.17 46.08 6.12 6.55 par:pas; -livarot livarot nom m s 0.00 0.27 0.00 0.27 -live live adj 3.90 0.27 3.90 0.27 -livide livide adj s 0.74 10.54 0.62 8.78 -livides livide adj p 0.74 10.54 0.12 1.76 -lividité lividité nom f s 0.40 0.00 0.40 0.00 -living_room living_room nom m s 0.23 2.23 0.23 2.23 -living living nom m s 0.87 2.84 0.87 2.77 -livings living nom m p 0.87 2.84 0.00 0.07 -livoniennes livonienne nom f p 0.00 0.07 0.00 0.07 -livra livrer ver 56.53 84.93 0.14 2.50 ind:pas:3s; -livrable livrable adj s 0.02 0.07 0.00 0.07 -livrables livrable adj f p 0.02 0.07 0.02 0.00 -livrai livrer ver 56.53 84.93 0.01 0.34 ind:pas:1s; -livraient livrer ver 56.53 84.93 0.44 4.19 ind:imp:3p; -livrais livrer ver 56.53 84.93 0.38 1.22 ind:imp:1s;ind:imp:2s; -livraison livraison nom f s 13.68 8.58 10.69 5.47 -livraisons livraison nom f p 13.68 8.58 2.98 3.11 -livrait livrer ver 56.53 84.93 0.74 7.91 ind:imp:3s; -livrant livrer ver 56.53 84.93 0.98 3.65 par:pre; -livre_cassette livre_cassette nom m s 0.03 0.00 0.03 0.00 -livre livre nom 198.11 286.49 112.43 151.76 -livrent livrer ver 56.53 84.93 1.44 2.84 ind:pre:3p; -livrer livrer ver 56.53 84.93 21.42 25.20 inf;;inf;;inf;; -livrera livrer ver 56.53 84.93 0.97 0.34 ind:fut:3s; -livrerai livrer ver 56.53 84.93 0.62 0.41 ind:fut:1s; -livreraient livrer ver 56.53 84.93 0.04 0.54 cnd:pre:3p; -livrerais livrer ver 56.53 84.93 0.17 0.14 cnd:pre:1s;cnd:pre:2s; -livrerait livrer ver 56.53 84.93 0.18 0.95 cnd:pre:3s; -livreras livrer ver 56.53 84.93 0.24 0.14 ind:fut:2s; -livrerez livrer ver 56.53 84.93 0.14 0.00 ind:fut:2p; -livrerons livrer ver 56.53 84.93 0.10 0.07 ind:fut:1p; -livreront livrer ver 56.53 84.93 0.47 0.20 ind:fut:3p; -livres_club livres_club nom m p 0.00 0.07 0.00 0.07 -livres livre nom p 198.11 286.49 85.69 134.73 -livresque livresque adj s 0.02 0.74 0.02 0.68 -livresques livresque adj f p 0.02 0.74 0.00 0.07 -livret livret nom m s 3.26 5.41 3.10 4.73 -livrets livret nom m p 3.26 5.41 0.16 0.68 -livreur livreur nom m s 4.46 3.99 3.81 2.91 -livreurs livreur nom m p 4.46 3.99 0.57 1.08 -livreuse livreur nom f s 4.46 3.99 0.08 0.00 -livrez livrer ver 56.53 84.93 3.28 0.20 imp:pre:2p;ind:pre:2p; -livrions livrer ver 56.53 84.93 0.02 0.20 ind:imp:1p; -livrâmes livrer ver 56.53 84.93 0.01 0.14 ind:pas:1p; -livrons livrer ver 56.53 84.93 0.70 0.27 imp:pre:1p;ind:pre:1p; -livrât livrer ver 56.53 84.93 0.00 0.54 sub:imp:3s; -livrèrent livrer ver 56.53 84.93 0.06 0.61 ind:pas:3p; -livré livrer ver m s 56.53 84.93 8.03 11.08 par:pas; -livrée livrer ver f s 56.53 84.93 1.91 4.73 par:pas; -livrées livrer ver f p 56.53 84.93 0.57 1.96 par:pas; -livrés livrer ver m p 56.53 84.93 2.64 4.59 par:pas; -livèche livèche nom f s 0.14 0.00 0.14 0.00 -llanos llano nom m p 0.00 0.07 0.00 0.07 -lloyd lloyd nom m s 0.01 0.00 0.01 0.00 -là_bas là_bas adv 263.15 117.70 263.15 117.70 -là_dedans là_dedans adv 74.00 23.58 74.00 23.58 -là_dehors là_dehors adv 1.30 0.00 1.30 0.00 -là_derrière là_derrière adv 1.14 0.14 1.14 0.14 -là_dessous là_dessous adv 7.12 4.32 7.12 4.32 -là_dessus là_dessus adv 30.89 32.50 30.89 32.50 -là_devant là_devant adv 0.00 0.14 0.00 0.14 -là_haut là_haut adv 67.78 42.70 67.78 42.70 -là là ono 38.53 4.26 38.53 4.26 -loader loader nom m s 0.14 0.00 0.14 0.00 -lob lob nom m s 0.04 0.27 0.04 0.20 -lobaire lobaire adj f s 0.01 0.00 0.01 0.00 -lobbies lobbies nom m p 0.29 0.00 0.29 0.00 -lobby lobby nom m s 0.83 0.27 0.83 0.27 -lobbying lobbying nom m s 0.07 0.00 0.07 0.00 -lobe lobe nom m s 3.58 2.09 2.84 1.35 -lobectomie lobectomie nom f s 0.03 0.07 0.03 0.07 -lober lober ver 0.05 0.00 0.03 0.00 inf; -lobes lobe nom m p 3.58 2.09 0.74 0.74 -lobotomie lobotomie nom f s 0.83 0.14 0.83 0.14 -lobotomiser lobotomiser ver 0.31 0.07 0.04 0.00 inf; -lobotomisé lobotomiser ver m s 0.31 0.07 0.25 0.07 par:pas; -lobotomisée lobotomiser ver f s 0.31 0.07 0.03 0.00 par:pas; -lobs lob nom m p 0.04 0.27 0.00 0.07 -lobé lober ver m s 0.05 0.00 0.02 0.00 par:pas; -lobée lobé adj f s 0.01 0.00 0.01 0.00 -lobulaire lobulaire adj m s 0.00 0.07 0.00 0.07 -local local adj m s 18.11 22.84 6.05 6.76 -locale local adj f s 18.11 22.84 7.31 6.69 -localement localement adv 0.22 0.88 0.22 0.88 -locales local adj f p 18.11 22.84 2.93 4.80 -localisa localiser ver 12.87 2.84 0.00 0.34 ind:pas:3s; -localisable localisable adj m s 0.04 0.07 0.04 0.07 -localisaient localiser ver 12.87 2.84 0.00 0.07 ind:imp:3p; -localisais localiser ver 12.87 2.84 0.01 0.07 ind:imp:1s;ind:imp:2s; -localisait localiser ver 12.87 2.84 0.02 0.00 ind:imp:3s; -localisant localiser ver 12.87 2.84 0.02 0.07 par:pre; -localisateur localisateur adj m s 0.30 0.00 0.30 0.00 -localisation localisation nom f s 2.06 0.20 1.99 0.20 -localisations localisation nom f p 2.06 0.20 0.08 0.00 -localise localiser ver 12.87 2.84 0.76 0.14 imp:pre:2s;ind:pre:1s;ind:pre:3s; -localisent localiser ver 12.87 2.84 0.08 0.07 ind:pre:3p; -localiser localiser ver 12.87 2.84 7.41 1.76 inf; -localisera localiser ver 12.87 2.84 0.14 0.00 ind:fut:3s; -localiseront localiser ver 12.87 2.84 0.02 0.00 ind:fut:3p; -localisez localiser ver 12.87 2.84 0.48 0.00 imp:pre:2p;ind:pre:2p; -localisions localiser ver 12.87 2.84 0.01 0.00 ind:imp:1p; -localisons localiser ver 12.87 2.84 0.06 0.00 imp:pre:1p;ind:pre:1p; -localisé localiser ver m s 12.87 2.84 3.31 0.34 par:pas; -localisée localiser ver f s 12.87 2.84 0.25 0.00 par:pas; -localisées localiser ver f p 12.87 2.84 0.02 0.00 par:pas; -localisés localiser ver m p 12.87 2.84 0.26 0.00 par:pas; -localité localité nom f s 0.36 1.55 0.23 0.81 -localités localité nom f p 0.36 1.55 0.13 0.74 -locataire locataire nom s 7.22 14.46 3.29 6.22 -locataires locataire nom p 7.22 14.46 3.94 8.24 -locateurs locateur nom m p 0.01 0.00 0.01 0.00 -locatif locatif adj m s 0.04 0.07 0.01 0.00 -location location nom f s 5.51 5.34 5.29 5.00 -locations location nom f p 5.51 5.34 0.22 0.34 -locative locatif adj f s 0.04 0.07 0.01 0.00 -locatives locatif adj f p 0.04 0.07 0.02 0.07 -locature locature nom f s 0.00 0.07 0.00 0.07 -locaux local nom m p 5.78 11.89 2.23 4.26 -locdu locdu adj m s 0.00 0.27 0.00 0.27 -loch loch nom m s 0.65 0.41 0.65 0.41 -lâcha lâcher ver 171.08 89.19 0.03 12.70 ind:pas:3s; -lâchage lâchage nom m s 0.02 0.20 0.02 0.20 -lâchai lâcher ver 171.08 89.19 0.03 0.95 ind:pas:1s; -lâchaient lâcher ver 171.08 89.19 0.09 1.49 ind:imp:3p; -lâchais lâcher ver 171.08 89.19 0.20 0.81 ind:imp:1s;ind:imp:2s; -lâchait lâcher ver 171.08 89.19 1.08 5.68 ind:imp:3s; -lâchant lâcher ver 171.08 89.19 0.25 4.59 par:pre; -lâche lâcher ver 171.08 89.19 75.31 14.05 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -loche loche nom f s 0.56 1.08 0.12 1.01 -lâchement lâchement adv 1.07 2.97 1.07 2.97 -lâchent lâcher ver 171.08 89.19 2.52 2.50 ind:pre:3p; -lâcher lâcher ver 171.08 89.19 19.41 20.41 inf;; -lâchera lâcher ver 171.08 89.19 1.24 1.35 ind:fut:3s; -lâcherai lâcher ver 171.08 89.19 2.86 0.47 ind:fut:1s; -lâcheraient lâcher ver 171.08 89.19 0.05 0.07 cnd:pre:3p; -lâcherais lâcher ver 171.08 89.19 0.32 0.07 cnd:pre:1s;cnd:pre:2s; -lâcherait lâcher ver 171.08 89.19 0.35 0.81 cnd:pre:3s; -lâcheras lâcher ver 171.08 89.19 0.35 0.07 ind:fut:2s; -lâcherez lâcher ver 171.08 89.19 0.11 0.14 ind:fut:2p; -lâcheriez lâcher ver 171.08 89.19 0.02 0.07 cnd:pre:2p; -lâcherons lâcher ver 171.08 89.19 0.08 0.07 ind:fut:1p; -lâcheront lâcher ver 171.08 89.19 0.69 0.34 ind:fut:3p; -lâchers lâcher nom m p 0.95 0.88 0.01 0.07 -lâches lâche nom p 27.16 5.81 7.65 2.57 -loches loche nom f p 0.56 1.08 0.44 0.07 -lâcheté lâcheté nom f s 4.17 10.00 3.91 9.12 -lâchetés lâcheté nom f p 4.17 10.00 0.26 0.88 -lâcheur lâcheur nom m s 0.67 0.81 0.30 0.47 -lâcheurs lâcheur nom m p 0.67 0.81 0.25 0.14 -lâcheuse lâcheur nom f s 0.67 0.81 0.13 0.20 -lâchez lâcher ver 171.08 89.19 48.02 2.09 imp:pre:2p;ind:pre:2p; -lâchiez lâcher ver 171.08 89.19 0.13 0.00 ind:imp:2p; -lâchions lâcher ver 171.08 89.19 0.03 0.07 ind:imp:1p; -lâchons lâcher ver 171.08 89.19 0.17 0.27 imp:pre:1p;ind:pre:1p; -lâchât lâcher ver 171.08 89.19 0.00 0.27 sub:imp:3s; -lâchèrent lâcher ver 171.08 89.19 0.01 0.88 ind:pas:3p; -lâché lâcher ver m s 171.08 89.19 11.35 14.80 par:pas; -lâchée lâcher ver f s 171.08 89.19 1.07 1.69 par:pas; -lâchées lâcher ver f p 171.08 89.19 0.21 0.81 par:pas; -lâchés lâcher ver m p 171.08 89.19 1.05 1.42 par:pas; -lock_out lock_out nom m 0.11 0.00 0.11 0.00 -lock_outer lock_outer ver m p 0.00 0.07 0.00 0.07 par:pas; -loco loco adv 1.48 1.08 1.48 1.08 -locomobile locomobile nom f s 0.00 0.07 0.00 0.07 -locomoteur locomoteur adj m s 0.01 0.07 0.01 0.00 -locomoteurs locomoteur adj m p 0.01 0.07 0.00 0.07 -locomotion locomotion nom f s 0.26 0.88 0.26 0.88 -locomotive locomotive nom f s 3.95 13.11 3.69 10.61 -locomotives locomotive nom f p 3.95 13.11 0.25 2.50 -locomotrice locomoteur nom f s 0.00 0.07 0.00 0.07 -locos loco nom m p 0.73 1.35 0.16 0.47 -locus locus nom m 0.15 0.20 0.15 0.20 -locuste locuste nom f s 0.06 0.00 0.01 0.00 -locustes locuste nom f p 0.06 0.00 0.05 0.00 -locuteur locuteur nom m s 0.02 0.00 0.01 0.00 -locution locution nom f s 0.04 1.01 0.04 0.41 -locutions locution nom f p 0.04 1.01 0.01 0.61 -locutrice locuteur nom f s 0.02 0.00 0.01 0.00 -loden loden nom m s 0.27 0.81 0.27 0.74 -lodens loden nom m p 0.27 0.81 0.00 0.07 -lof lof nom m s 0.02 0.00 0.02 0.00 -lofe lofer ver 0.02 0.00 0.01 0.00 ind:pre:3s; -lofez lofer ver 0.02 0.00 0.01 0.00 imp:pre:2p; -loft loft nom m s 1.36 0.47 1.11 0.47 -lofts loft nom m p 1.36 0.47 0.26 0.00 -logarithme logarithme nom m s 0.09 0.34 0.05 0.00 -logarithmes logarithme nom m p 0.09 0.34 0.04 0.34 -logarithmique logarithmique adj s 0.02 0.00 0.02 0.00 -loge loge nom f s 13.69 22.36 12.15 18.11 -logea loger ver 18.36 26.42 0.03 0.41 ind:pas:3s; -logeable logeable adj m s 0.00 0.14 0.00 0.07 -logeables logeable adj m p 0.00 0.14 0.00 0.07 -logeai loger ver 18.36 26.42 0.00 0.14 ind:pas:1s; -logeaient loger ver 18.36 26.42 0.06 1.69 ind:imp:3p; -logeais loger ver 18.36 26.42 0.16 0.47 ind:imp:1s;ind:imp:2s; -logeait loger ver 18.36 26.42 0.55 3.72 ind:imp:3s; -logeant loger ver 18.36 26.42 0.01 0.47 par:pre; -logeassent loger ver 18.36 26.42 0.00 0.07 sub:imp:3p; -logement logement nom m s 11.13 13.65 8.37 11.08 -logements logement nom m p 11.13 13.65 2.76 2.57 -logent loger ver 18.36 26.42 0.38 1.08 ind:pre:3p; -loger loger ver 18.36 26.42 5.84 7.23 inf; -logera loger ver 18.36 26.42 0.39 0.00 ind:fut:3s; -logerai loger ver 18.36 26.42 0.30 0.20 ind:fut:1s; -logeraient loger ver 18.36 26.42 0.00 0.14 cnd:pre:3p; -logerait loger ver 18.36 26.42 0.17 0.27 cnd:pre:3s; -logeras loger ver 18.36 26.42 0.24 0.07 ind:fut:2s; -logerez loger ver 18.36 26.42 0.38 0.07 ind:fut:2p; -logerions loger ver 18.36 26.42 0.00 0.07 cnd:pre:1p; -logerons loger ver 18.36 26.42 0.03 0.00 ind:fut:1p; -logeront loger ver 18.36 26.42 0.29 0.14 ind:fut:3p; -loges loge nom f p 13.69 22.36 1.54 4.26 -logettes logette nom f p 0.00 0.14 0.00 0.14 -logeur logeur nom m s 1.16 3.72 0.25 0.07 -logeurs logeur nom m p 1.16 3.72 0.00 0.27 -logeuse logeur nom f s 1.16 3.72 0.91 3.31 -logeuses logeuse nom f p 0.36 0.00 0.01 0.00 -logez loger ver 18.36 26.42 1.29 0.41 imp:pre:2p;ind:pre:2p; -loggia loggia nom f s 0.10 3.85 0.10 3.11 -loggias loggia nom f p 0.10 3.85 0.00 0.74 -logiciel logiciel nom m s 3.61 0.14 2.31 0.14 -logiciels logiciel nom m p 3.61 0.14 1.30 0.00 -logicien logicien nom m s 0.03 0.41 0.03 0.20 -logicienne logicien nom f s 0.03 0.41 0.00 0.07 -logiciens logicien nom m p 0.03 0.41 0.00 0.14 -logiez loger ver 18.36 26.42 0.45 0.07 ind:imp:2p; -login login adj m s 0.04 0.00 0.04 0.00 -logions loger ver 18.36 26.42 0.11 0.20 ind:imp:1p; -logique logique adj s 14.40 12.03 13.79 11.22 -logiquement logiquement adv 1.33 3.24 1.33 3.24 -logiques logique adj p 14.40 12.03 0.61 0.81 -logis logis nom m 2.70 12.84 2.70 12.84 -logisticien logisticien nom m s 0.01 0.00 0.01 0.00 -logistique logistique nom f s 0.80 0.27 0.80 0.27 -logistiques logistique adj p 0.41 0.20 0.20 0.07 -logo logo nom m s 1.65 0.00 1.65 0.00 -logogriphe logogriphe nom m s 0.01 0.14 0.01 0.07 -logogriphes logogriphe nom m p 0.01 0.14 0.00 0.07 -logomachie logomachie nom f s 0.00 0.14 0.00 0.14 -logorrhée logorrhée nom f s 0.06 0.27 0.06 0.27 -logos logos nom m 0.16 0.81 0.16 0.81 -logosphère logosphère nom f s 0.00 0.14 0.00 0.14 -logothètes logothète nom m p 0.00 0.07 0.00 0.07 -logèrent loger ver 18.36 26.42 0.00 0.14 ind:pas:3p; -logé loger ver m s 18.36 26.42 1.77 3.45 par:pas; -logue loguer ver 0.02 0.00 0.02 0.00 imp:pre:2s;ind:pre:3s; -logée loger ver f s 18.36 26.42 1.23 1.08 par:pas; -logées loger ver f p 18.36 26.42 0.16 0.20 par:pas; -logés logé adj m p 0.89 1.76 0.36 0.81 -loi loi nom f s 110.12 72.30 87.37 44.46 -loin loin adv_sup 248.34 452.36 248.34 452.36 -lointain lointain adj m s 10.12 91.96 5.05 33.18 -lointaine lointain adj f s 10.12 91.96 2.89 32.50 -lointainement lointainement adv 0.00 0.47 0.00 0.47 -lointaines lointain adj f p 10.12 91.96 1.15 12.64 -lointains lointain adj m p 10.12 91.96 1.02 13.65 -loir loir nom m s 0.69 1.62 0.51 0.74 -loirs loir nom m p 0.69 1.62 0.18 0.88 -lois loi nom f p 110.12 72.30 22.75 27.84 -loisible loisible adj s 0.00 0.74 0.00 0.74 -loisir loisir nom m s 5.09 20.81 2.41 13.24 -loisirs loisir nom m p 5.09 20.81 2.68 7.57 -lokoum lokoum nom m s 0.00 0.14 0.00 0.14 -lolita lolita nom f s 0.10 0.07 0.04 0.00 -lolitas lolita nom f p 0.10 0.07 0.06 0.07 -lolo lolo nom m s 1.81 0.41 0.70 0.34 -lolos lolo nom m p 1.81 0.41 1.12 0.07 -lombaire lombaire adj s 1.37 0.34 1.06 0.20 -lombaires lombaire adj f p 1.37 0.34 0.30 0.14 -lombalgie lombalgie nom f s 0.01 0.00 0.01 0.00 -lombard lombard adj m s 0.14 0.74 0.00 0.20 -lombarde lombard adj f s 0.14 0.74 0.14 0.14 -lombardes lombard adj f p 0.14 0.74 0.00 0.14 -lombardo lombardo nom m 0.01 0.00 0.01 0.00 -lombards lombard adj m p 0.14 0.74 0.00 0.27 -lombes lombes nom f p 0.00 0.41 0.00 0.41 -lombostats lombostat nom m p 0.00 0.07 0.00 0.07 -lombric lombric nom m s 0.28 0.74 0.08 0.41 -lombrics lombric nom m p 0.28 0.74 0.20 0.34 -lompe lompe nom m s 0.01 0.00 0.01 0.00 -londonien londonien adj m s 1.09 0.95 0.44 0.47 -londonienne londonien adj f s 1.09 0.95 0.20 0.20 -londoniennes londonien adj f p 1.09 0.95 0.04 0.07 -londoniens londonien adj m p 1.09 0.95 0.41 0.20 -londrès londrès nom m 0.00 0.07 0.00 0.07 -long_courrier long_courrier nom m s 0.26 0.61 0.25 0.47 -long_courrier long_courrier nom m p 0.26 0.61 0.01 0.14 -long_métrage long_métrage nom m s 0.06 0.00 0.06 0.00 -long long adj m s 164.02 444.86 79.18 153.51 -longane longane nom m s 0.14 0.00 0.14 0.00 -longanimité longanimité nom f s 0.00 0.14 0.00 0.14 -longe longer ver 2.98 34.32 0.55 5.95 imp:pre:2s;ind:pre:1s;ind:pre:3s; -longea longer ver 2.98 34.32 0.01 3.65 ind:pas:3s; -longeai longer ver 2.98 34.32 0.00 0.27 ind:pas:1s; -longeaient longer ver 2.98 34.32 0.00 1.82 ind:imp:3p; -longeais longer ver 2.98 34.32 0.12 0.81 ind:imp:1s; -longeait longer ver 2.98 34.32 0.03 6.76 ind:imp:3s; -longeant longer ver 2.98 34.32 0.40 5.68 par:pre; -longent longer ver 2.98 34.32 0.14 0.74 ind:pre:3p; -longeâmes longer ver 2.98 34.32 0.00 0.41 ind:pas:1p; -longeons longer ver 2.98 34.32 0.02 0.81 imp:pre:1p;ind:pre:1p; -longer longer ver 2.98 34.32 0.61 2.57 inf; -longera longer ver 2.98 34.32 0.16 0.00 ind:fut:3s; -longeraient longer ver 2.98 34.32 0.00 0.07 cnd:pre:3p; -longerait longer ver 2.98 34.32 0.00 0.14 cnd:pre:3s; -longerions longer ver 2.98 34.32 0.00 0.07 cnd:pre:1p; -longeron longeron nom m s 0.00 0.20 0.00 0.07 -longerons longer ver 2.98 34.32 0.01 0.00 ind:fut:1p; -longeront longer ver 2.98 34.32 0.01 0.20 ind:fut:3p; -longes longe nom f p 0.11 1.35 0.03 0.07 -longez longer ver 2.98 34.32 0.43 0.14 imp:pre:2p;ind:pre:2p; -longicornes longicorne nom m p 0.00 0.07 0.00 0.07 -longiez longer ver 2.98 34.32 0.01 0.00 ind:imp:2p; -longiforme longiforme adj s 0.00 0.07 0.00 0.07 -longiligne longiligne adj m s 0.02 0.88 0.00 0.81 -longilignes longiligne adj m p 0.02 0.88 0.02 0.07 -longions longer ver 2.98 34.32 0.10 0.74 ind:imp:1p; -longitude longitude nom f s 0.46 0.41 0.46 0.41 -longitudinal longitudinal adj m s 0.19 0.54 0.03 0.00 -longitudinale longitudinal adj f s 0.19 0.54 0.01 0.07 -longitudinalement longitudinalement adv 0.00 0.07 0.00 0.07 -longitudinales longitudinal adj f p 0.19 0.54 0.15 0.41 -longitudinaux longitudinal adj m p 0.19 0.54 0.00 0.07 -longrines longrine nom f p 0.00 0.07 0.00 0.07 -longs long adj m p 164.02 444.86 17.65 65.47 -longtemps longtemps adv_sup 290.36 335.54 290.36 335.54 -longèrent longer ver 2.98 34.32 0.00 1.55 ind:pas:3p; -longé longer ver m s 2.98 34.32 0.38 1.76 par:pas; -longue_vue longue_vue nom f s 0.30 2.64 0.29 2.50 -longue long adj f s 164.02 444.86 54.12 138.31 -longée longer ver f s 2.98 34.32 0.01 0.14 par:pas; -longuement longuement adv 3.71 58.45 3.71 58.45 -longue_vue longue_vue nom f p 0.30 2.64 0.01 0.14 -longues long adj f p 164.02 444.86 13.07 87.57 -longuet longuet adj m s 0.02 0.41 0.01 0.20 -longuette longuet adj f s 0.02 0.41 0.01 0.14 -longuettes longuet adj f p 0.02 0.41 0.00 0.07 -longueur longueur nom f s 9.42 28.45 8.36 26.82 -longueurs longueur nom f p 9.42 28.45 1.06 1.62 -longés longer ver m p 2.98 34.32 0.00 0.07 par:pas; -longévité longévité nom f s 0.71 0.88 0.71 0.88 -look look nom m s 10.93 1.96 10.47 1.82 -looks look nom m p 10.93 1.96 0.46 0.14 -looping looping nom m s 0.33 0.68 0.27 0.54 -loopings looping nom m p 0.33 0.68 0.06 0.14 -looser looser nom m s 1.09 0.00 0.82 0.00 -loosers looser nom m p 1.09 0.00 0.27 0.00 -lopaille lopaille nom f s 0.00 0.07 0.00 0.07 -lope lope nom f s 1.01 1.69 0.53 1.08 -lopes lope nom f p 1.01 1.69 0.48 0.61 -lopette lopette nom f s 1.25 0.47 1.11 0.41 -lopettes lopette nom f p 1.25 0.47 0.15 0.07 -lopin lopin nom m s 0.62 0.41 0.52 0.34 -lopins lopin nom m p 0.62 0.41 0.10 0.07 -loquace loquace adj s 0.61 2.43 0.58 2.03 -loquaces loquace adj f p 0.61 2.43 0.03 0.41 -loquacité loquacité nom f s 0.01 0.00 0.01 0.00 -loquait loquer ver 0.41 0.27 0.00 0.07 ind:imp:3s; -loque loque nom f s 2.20 9.66 1.72 3.24 -loquedu loquedu nom s 0.07 2.50 0.01 1.08 -loquedus loquedu nom p 0.07 2.50 0.06 1.42 -loquer loquer ver 0.41 0.27 0.00 0.14 inf; -loques loque nom f p 2.20 9.66 0.48 6.42 -loquet loquet nom m s 0.60 4.39 0.60 4.05 -loqueteau loqueteau nom m s 0.00 0.07 0.00 0.07 -loqueteuse loqueteux adj f s 0.06 1.89 0.00 0.07 -loqueteuses loqueteux adj f p 0.06 1.89 0.00 0.07 -loqueteux loqueteux adj m 0.06 1.89 0.06 1.76 -loquets loquet nom m p 0.60 4.39 0.00 0.34 -loquette loqueter ver 0.00 0.07 0.00 0.07 ind:pre:3s; -loqué loquer ver m s 0.41 0.27 0.41 0.00 par:pas; -loqués loquer ver m p 0.41 0.27 0.00 0.07 par:pas; -loran loran nom m s 0.14 0.00 0.14 0.00 -lord_maire lord_maire nom m s 0.02 0.07 0.02 0.07 -lord lord nom m s 1.41 7.57 1.26 6.69 -lordose lordose nom f s 0.00 0.07 0.00 0.07 -lords lord nom m p 1.41 7.57 0.15 0.88 -lorette lorette nom f s 0.01 0.07 0.01 0.00 -lorettes lorette nom f p 0.01 0.07 0.00 0.07 -lorgna lorgner ver 1.07 7.09 0.00 0.88 ind:pas:3s; -lorgnaient lorgner ver 1.07 7.09 0.02 0.54 ind:imp:3p; -lorgnais lorgner ver 1.07 7.09 0.04 0.20 ind:imp:1s;ind:imp:2s; -lorgnait lorgner ver 1.07 7.09 0.13 1.69 ind:imp:3s; -lorgnant lorgner ver 1.07 7.09 0.01 1.15 par:pre; -lorgne lorgner ver 1.07 7.09 0.53 0.47 imp:pre:2s;ind:pre:1s;ind:pre:3s; -lorgnent lorgner ver 1.07 7.09 0.07 0.47 ind:pre:3p; -lorgner lorgner ver 1.07 7.09 0.14 0.88 inf; -lorgnerai lorgner ver 1.07 7.09 0.00 0.07 ind:fut:1s; -lorgnerez lorgner ver 1.07 7.09 0.00 0.07 ind:fut:2p; -lorgnette lorgnette nom f s 0.13 2.09 0.13 1.08 -lorgnettes lorgnette nom f p 0.13 2.09 0.00 1.01 -lorgnez lorgner ver 1.07 7.09 0.13 0.00 ind:pre:2p; -lorgnon lorgnon nom m s 0.02 5.41 0.02 2.84 -lorgnons lorgnon nom m p 0.02 5.41 0.00 2.57 -lorgnèrent lorgner ver 1.07 7.09 0.00 0.07 ind:pas:3p; -lorgné lorgner ver m s 1.07 7.09 0.00 0.47 par:pas; -lorgnées lorgner ver f p 1.07 7.09 0.00 0.07 par:pas; -lorgnés lorgner ver m p 1.07 7.09 0.00 0.07 par:pas; -lori lori nom m s 0.01 0.00 0.01 0.00 -loriot loriot nom m s 0.05 2.36 0.02 2.16 -loriots loriot nom m p 0.05 2.36 0.03 0.20 -loris loris nom m 0.04 0.00 0.04 0.00 -lorrain lorrain adj m s 0.06 1.49 0.00 0.47 -lorraine lorrain adj f s 0.06 1.49 0.06 0.74 -lorraines lorrain adj f p 0.06 1.49 0.00 0.20 -lorrains lorrain nom m p 0.00 0.81 0.00 0.54 -lors lors adv_sup 35.79 70.27 35.79 70.27 -lorsqu lorsqu con 0.04 0.00 0.04 0.00 -lorsque lorsque con 49.36 207.09 49.36 207.09 -los los nom m 5.08 2.77 5.08 2.77 -losange losange nom m s 0.11 3.92 0.08 1.49 -losanges losange nom m p 0.11 3.92 0.03 2.43 -losangé losangé adj m s 0.00 0.34 0.00 0.07 -losangée losangé adj f s 0.00 0.34 0.00 0.07 -losangés losangé adj m p 0.00 0.34 0.00 0.20 -loser loser nom m s 4.77 0.07 3.27 0.07 -losers loser nom m p 4.77 0.07 1.51 0.00 -lot lot nom m s 13.28 17.16 11.87 15.68 -loterie loterie nom f s 7.25 4.86 7.16 4.32 -loteries loterie nom f p 7.25 4.86 0.09 0.54 -loti loti adj m s 0.69 1.22 0.09 0.34 -lotie lotir ver f s 0.26 0.54 0.23 0.14 par:pas; -lotier lotier nom m s 0.00 0.07 0.00 0.07 -loties loti adj f p 0.69 1.22 0.00 0.07 -lotion lotion nom f s 1.68 0.74 1.53 0.54 -lotionnés lotionner ver m p 0.00 0.07 0.00 0.07 par:pas; -lotions lotion nom f p 1.68 0.74 0.15 0.20 -lotir lotir ver 0.26 0.54 0.01 0.34 inf; -lotis loti adj m p 0.69 1.22 0.47 0.47 -lotissement lotissement nom m s 0.77 1.01 0.59 0.47 -lotissements lotissement nom m p 0.77 1.01 0.19 0.54 -loto loto nom m s 6.75 1.35 6.75 1.15 -lotos loto nom m p 6.75 1.35 0.00 0.20 -lots lot nom m p 13.28 17.16 1.42 1.49 -lotta lotta nom f s 0.16 0.41 0.16 0.41 -lotte lotte nom f s 0.18 0.14 0.18 0.07 -lottes lotte nom f p 0.18 0.14 0.00 0.07 -lotus lotus nom m 0.58 1.08 0.58 1.08 -loua louer ver 48.08 29.46 0.17 1.08 ind:pas:3s; -louable louable adj s 1.37 1.89 1.04 1.42 -louablement louablement adv 0.14 0.00 0.14 0.00 -louables louable adj p 1.37 1.89 0.33 0.47 -louage louage nom m s 0.07 0.88 0.07 0.88 -louai louer ver 48.08 29.46 0.00 0.41 ind:pas:1s; -louaient louer ver 48.08 29.46 0.33 1.15 ind:imp:3p; -louais louer ver 48.08 29.46 0.42 0.34 ind:imp:1s;ind:imp:2s; -louait louer ver 48.08 29.46 1.46 3.24 ind:imp:3s; -louange louange nom f s 3.06 6.35 0.97 1.82 -louangea louanger ver 0.13 0.74 0.00 0.14 ind:pas:3s; -louangeaient louanger ver 0.13 0.74 0.00 0.07 ind:imp:3p; -louangeant louanger ver 0.13 0.74 0.00 0.07 par:pre; -louanger louanger ver 0.13 0.74 0.12 0.20 inf; -louanges louange nom f p 3.06 6.35 2.09 4.53 -louangeur louangeur adj m s 0.00 0.20 0.00 0.14 -louangeuses louangeur adj f p 0.00 0.20 0.00 0.07 -louangé louanger ver m s 0.13 0.74 0.00 0.07 par:pas; -louangée louanger ver f s 0.13 0.74 0.00 0.07 par:pas; -louangés louanger ver m p 0.13 0.74 0.01 0.07 par:pas; -louant louer ver 48.08 29.46 0.23 0.54 par:pre; -loubard loubard nom m s 1.73 3.04 1.04 1.01 -loubarde loubard nom f s 1.73 3.04 0.00 0.34 -loubards loubard nom m p 1.73 3.04 0.69 1.69 -loucha loucher ver 2.54 6.35 0.00 0.27 ind:pas:3s; -louchai loucher ver 2.54 6.35 0.00 0.07 ind:pas:1s; -louchaient loucher ver 2.54 6.35 0.00 0.41 ind:imp:3p; -louchais loucher ver 2.54 6.35 0.01 0.20 ind:imp:1s;ind:imp:2s; -louchait loucher ver 2.54 6.35 0.20 1.08 ind:imp:3s; -louchant loucher ver 2.54 6.35 0.04 1.42 par:pre; -louche louche adj s 7.63 9.05 5.71 5.88 -louchebem louchebem nom m s 0.00 0.27 0.00 0.27 -louchement louchement nom m s 0.00 0.07 0.00 0.07 -louchent loucher ver 2.54 6.35 0.15 0.14 ind:pre:3p; -loucher loucher ver 2.54 6.35 0.40 0.61 inf; -louches louche adj p 7.63 9.05 1.92 3.18 -louchet louchet nom m s 0.00 0.07 0.00 0.07 -loucheur loucheur nom m s 0.05 0.27 0.05 0.14 -loucheuse loucheur nom f s 0.05 0.27 0.00 0.14 -louchez loucher ver 2.54 6.35 0.09 0.07 ind:pre:2p; -louchon louchon nom m s 0.00 0.14 0.00 0.07 -louchons loucher ver 2.54 6.35 0.01 0.14 ind:pre:1p; -louchât loucher ver 2.54 6.35 0.00 0.07 sub:imp:3s; -louché loucher ver m s 2.54 6.35 0.01 0.41 par:pas; -louchébème louchébème nom m s 0.00 0.07 0.00 0.07 -louchée loucher ver f s 2.54 6.35 0.01 0.14 par:pas; -loue louer ver 48.08 29.46 6.01 1.69 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -louent louer ver 48.08 29.46 0.76 0.41 ind:pre:3p; -louer louer ver 48.08 29.46 15.03 7.57 ind:pre:2p;inf; -louera louer ver 48.08 29.46 0.33 0.14 ind:fut:3s; -louerai louer ver 48.08 29.46 0.29 0.14 ind:fut:1s; -loueraient louer ver 48.08 29.46 0.01 0.07 cnd:pre:3p; -louerais louer ver 48.08 29.46 0.31 0.14 cnd:pre:1s;cnd:pre:2s; -louerait louer ver 48.08 29.46 0.05 0.41 cnd:pre:3s; -loueras louer ver 48.08 29.46 0.18 0.00 ind:fut:2s; -loueriez louer ver 48.08 29.46 0.01 0.07 cnd:pre:2p; -louerons louer ver 48.08 29.46 0.17 0.07 ind:fut:1p; -loues louer ver 48.08 29.46 0.58 0.07 ind:pre:2s; -loueur loueur nom m s 0.65 1.62 0.41 1.49 -loueurs loueur nom m p 0.65 1.62 0.23 0.07 -loueuse loueur nom f s 0.65 1.62 0.01 0.07 -louez louer ver 48.08 29.46 1.96 0.20 imp:pre:2p;ind:pre:2p; -louf louf adj m s 0.47 1.55 0.47 1.55 -loufer loufer ver 0.00 0.20 0.00 0.07 inf; -loufes loufer ver 0.00 0.20 0.00 0.14 ind:pre:2s; -loufiat loufiat nom m s 0.20 6.76 0.14 5.27 -loufiats loufiat nom m p 0.20 6.76 0.05 1.49 -loufoque loufoque adj s 0.87 0.41 0.68 0.34 -loufoquerie loufoquerie nom f s 0.04 0.27 0.04 0.20 -loufoqueries loufoquerie nom f p 0.04 0.27 0.00 0.07 -loufoques loufoque adj f p 0.87 0.41 0.19 0.07 -louftingue louftingue adj s 0.00 0.07 0.00 0.07 -louions louer ver 48.08 29.46 0.12 0.07 ind:imp:1p; -louis_philippard louis_philippard adj m s 0.00 0.34 0.00 0.07 -louis_philippard louis_philippard adj f s 0.00 0.34 0.00 0.14 -louis_philippard louis_philippard adj m p 0.00 0.34 0.00 0.14 -louis louis nom m s 5.01 5.07 5.01 5.07 -louise_bonne louise_bonne nom f s 0.00 0.07 0.00 0.07 -louisianais louisianais adj m s 0.02 0.00 0.02 0.00 -loukoum loukoum nom m s 0.07 2.57 0.02 0.95 -loukoums loukoum nom m p 0.07 2.57 0.05 1.62 -loulou loulou nom m s 1.48 19.32 1.45 18.72 -loulous loulou nom m p 1.48 19.32 0.03 0.61 -louloute louloute nom f s 0.45 0.20 0.35 0.07 -louloutes louloute nom f p 0.45 0.20 0.10 0.14 -louloutte louloutte nom f s 0.00 0.07 0.00 0.07 -louâmes louer ver 48.08 29.46 0.00 0.07 ind:pas:1p; -louons louer ver 48.08 29.46 1.35 0.27 imp:pre:1p;ind:pre:1p; -loup_cervier loup_cervier nom m s 0.00 0.14 0.00 0.07 -loup_garou loup_garou nom m s 3.98 1.22 3.35 0.88 -loup loup nom m s 30.40 44.39 20.97 22.30 -loupa louper ver 12.06 9.46 0.03 0.14 ind:pas:3s; -loupai louper ver 12.06 9.46 0.00 0.07 ind:pas:1s; -loupaient louper ver 12.06 9.46 0.00 0.07 ind:imp:3p; -loupais louper ver 12.06 9.46 0.00 0.07 ind:imp:1s; -loupait louper ver 12.06 9.46 0.02 0.27 ind:imp:3s; -loupe loupe nom f s 1.71 5.47 1.66 4.86 -loupent louper ver 12.06 9.46 0.06 0.07 ind:pre:3p; -louper louper ver 12.06 9.46 3.81 3.04 inf; -loupera louper ver 12.06 9.46 0.26 0.20 ind:fut:3s; -louperai louper ver 12.06 9.46 0.15 0.07 ind:fut:1s; -louperais louper ver 12.06 9.46 0.06 0.00 cnd:pre:1s;cnd:pre:2s; -louperait louper ver 12.06 9.46 0.00 0.07 cnd:pre:3s; -louperas louper ver 12.06 9.46 0.02 0.00 ind:fut:2s; -louperez louper ver 12.06 9.46 0.03 0.00 ind:fut:2p; -loupes louper ver 12.06 9.46 0.69 0.14 ind:pre:2s; -loupez louper ver 12.06 9.46 0.17 0.07 imp:pre:2p;ind:pre:2p; -loupiat loupiat nom m s 0.00 0.14 0.00 0.14 -loupiez louper ver 12.06 9.46 0.04 0.07 ind:imp:2p; -loupiot loupiot nom m s 0.13 0.41 0.12 0.20 -loupiote loupiote nom f s 0.06 1.01 0.02 0.68 -loupiotes loupiote nom f p 0.06 1.01 0.03 0.34 -loupiots loupiot nom m p 0.13 0.41 0.01 0.20 -loupiotte loupiotte nom f s 0.00 0.14 0.00 0.07 -loupiottes loupiotte nom f p 0.00 0.14 0.00 0.07 -loup_cervier loup_cervier nom m p 0.00 0.14 0.00 0.07 -loup_garou loup_garou nom m p 3.98 1.22 0.63 0.34 -loups loup nom m p 30.40 44.39 8.41 18.24 -loupé louper ver m s 12.06 9.46 5.37 2.64 par:pas; -loupée louper ver f s 12.06 9.46 0.40 0.20 par:pas; -loupées louper ver f p 12.06 9.46 0.04 0.14 par:pas; -loupés louper ver m p 12.06 9.46 0.18 0.27 par:pas; -lourant lourer ver 0.00 0.07 0.00 0.07 par:pre; -lourd lourd adv 16.09 21.35 16.09 21.35 -lourdait lourder ver 0.38 1.69 0.00 0.07 ind:imp:3s; -lourdant lourder ver 0.38 1.69 0.00 0.07 par:pre; -lourdaud lourdaud nom m s 0.64 0.95 0.48 0.74 -lourdaude lourdaud adj f s 0.35 0.68 0.00 0.14 -lourdaudes lourdaud adj f p 0.35 0.68 0.00 0.07 -lourdauds lourdaud nom m p 0.64 0.95 0.16 0.20 -lourde lourd adj f s 29.45 145.88 8.46 56.62 -lourdement lourdement adv 1.87 14.66 1.87 14.66 -lourder lourder ver 0.38 1.69 0.22 0.61 inf; -lourderie lourderie nom f s 0.00 0.07 0.00 0.07 -lourdes lourd adj f p 29.45 145.88 4.26 23.18 -lourdeur lourdeur nom f s 0.20 5.47 0.19 4.86 -lourdeurs lourdeur nom f p 0.20 5.47 0.01 0.61 -lourdingue lourdingue adj f s 0.14 0.88 0.07 0.34 -lourdingues lourdingue adj m p 0.14 0.88 0.07 0.54 -lourds lourd adj m p 29.45 145.88 6.58 23.58 -lourdé lourder ver m s 0.38 1.69 0.10 0.34 par:pas; -lourdée lourder ver f s 0.38 1.69 0.05 0.27 par:pas; -lourdées lourder ver f p 0.38 1.69 0.00 0.14 par:pas; -lourdés lourder ver m p 0.38 1.69 0.01 0.20 par:pas; -loustic loustic nom m s 0.08 1.49 0.06 0.95 -loustics loustic nom m p 0.08 1.49 0.02 0.54 -loute loute nom f s 0.07 0.14 0.07 0.14 -louèrent louer ver 48.08 29.46 0.02 0.47 ind:pas:3p; -loutre loutre nom f s 2.52 1.62 1.30 1.35 -loutres loutre nom f p 2.52 1.62 1.22 0.27 -loué louer ver m s 48.08 29.46 16.22 7.91 par:pas; -louée louer ver f s 48.08 29.46 1.64 2.09 par:pas; -louées loué adj f p 1.67 1.82 0.12 0.14 -loués louer ver m p 48.08 29.46 0.37 0.34 par:pas; -louve loup nom f s 30.40 44.39 1.02 3.51 -louves louve nom f p 0.02 0.00 0.02 0.00 -louvet louvet adj m s 0.01 2.91 0.01 2.91 -louveteau louveteau nom m s 0.23 2.36 0.13 0.54 -louveteaux louveteau nom m p 0.23 2.36 0.11 1.82 -louvetiers louvetier nom m p 0.00 0.07 0.00 0.07 -louvoie louvoyer ver 0.31 2.97 0.07 0.81 ind:pre:1s;ind:pre:3s; -louvoiements louvoiement nom m p 0.00 0.14 0.00 0.14 -louvoient louvoyer ver 0.31 2.97 0.01 0.07 ind:pre:3p; -louvoyaient louvoyer ver 0.31 2.97 0.00 0.07 ind:imp:3p; -louvoyait louvoyer ver 0.31 2.97 0.01 0.20 ind:imp:3s; -louvoyant louvoyer ver 0.31 2.97 0.00 0.61 par:pre; -louvoyants louvoyant adj m p 0.00 0.20 0.00 0.07 -louvoyer louvoyer ver 0.31 2.97 0.18 0.88 inf; -louvoyons louvoyer ver 0.31 2.97 0.00 0.07 ind:pre:1p; -louvoyât louvoyer ver 0.31 2.97 0.00 0.07 sub:imp:3s; -louvoyé louvoyer ver m s 0.31 2.97 0.04 0.20 par:pas; -lova lover ver 8.85 7.03 0.00 0.20 ind:pas:3s; -lovaient lover ver 8.85 7.03 0.00 0.07 ind:imp:3p; -lovais lover ver 8.85 7.03 0.01 0.00 ind:imp:1s; -lovait lover ver 8.85 7.03 0.00 0.34 ind:imp:3s; -lovant lover ver 8.85 7.03 0.00 0.14 par:pre; -love lover ver 8.85 7.03 8.64 2.50 imp:pre:2s;ind:pre:1s;ind:pre:3s; -lovent lover ver 8.85 7.03 0.00 0.07 ind:pre:3p; -lover lover ver 8.85 7.03 0.14 1.01 inf; -lové lover ver m s 8.85 7.03 0.04 1.15 par:pas; -lovée lover ver f s 8.85 7.03 0.02 0.95 par:pas; -lovées lover ver f p 8.85 7.03 0.00 0.14 par:pas; -lovés lover ver m p 8.85 7.03 0.00 0.47 par:pas; -loyal loyal adj m s 10.96 7.36 5.87 3.72 -loyale loyal adj f s 10.96 7.36 2.13 1.82 -loyalement loyalement adv 0.81 1.42 0.81 1.42 -loyales loyal adj f p 10.96 7.36 0.19 0.00 -loyalisme loyalisme nom m s 0.08 1.15 0.08 1.15 -loyaliste loyaliste adj f s 0.07 0.07 0.03 0.00 -loyalistes loyaliste nom p 0.07 0.07 0.06 0.00 -loyauté loyauté nom f s 9.38 3.11 9.36 2.97 -loyautés loyauté nom f p 9.38 3.11 0.02 0.14 -loyaux loyal adj m p 10.96 7.36 2.76 1.82 -loyer loyer nom m s 17.18 6.49 16.20 5.07 -loyers loyer nom m p 17.18 6.49 0.98 1.42 -lsd lsd nom m 0.08 0.00 0.08 0.00 -lèche_botte lèche_botte nom m s 0.11 0.00 0.11 0.00 -lèche_bottes lèche_bottes nom m 0.68 0.34 0.68 0.34 -lèche_cul lèche_cul nom m s 1.29 0.61 1.29 0.61 -lèche_vitrine lèche_vitrine nom m s 0.26 0.07 0.26 0.07 -lèche_vitrines lèche_vitrines nom m 0.07 0.20 0.07 0.20 -lèche lécher ver 14.09 23.11 4.03 3.58 imp:pre:2s;ind:pre:1s;ind:pre:3s; -lèchefrite lèchefrite nom f s 0.00 0.07 0.00 0.07 -lèchent lécher ver 14.09 23.11 0.50 0.34 ind:pre:3p; -lècheries lècherie nom f p 0.00 0.07 0.00 0.07 -lèches lécher ver 14.09 23.11 0.50 0.07 ind:pre:2s; -lègue léguer ver 4.98 5.61 1.47 0.54 imp:pre:2s;ind:pre:1s;ind:pre:3s; -lèpre lèpre nom f s 1.40 3.65 1.40 3.51 -lèpres lèpre nom f p 1.40 3.65 0.00 0.14 -lès lès pre 0.00 0.07 0.00 0.07 -lèse_majesté lèse_majesté nom f 0.03 0.27 0.03 0.27 -lèse léser ver 1.36 1.08 0.06 0.07 ind:pre:3s; -lève lever ver 165.98 440.74 67.72 77.70 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:1s; -lèvent lever ver 165.98 440.74 1.67 8.45 ind:pre:3p;sub:pre:3p; -lèvera lever ver 165.98 440.74 1.91 1.89 ind:fut:3s; -lèverai lever ver 165.98 440.74 0.70 0.95 ind:fut:1s; -lèveraient lever ver 165.98 440.74 0.05 0.34 cnd:pre:3p; -lèverais lever ver 165.98 440.74 0.26 0.41 cnd:pre:1s;cnd:pre:2s; -lèverait lever ver 165.98 440.74 0.48 1.35 cnd:pre:3s; -lèveras lever ver 165.98 440.74 0.32 0.07 ind:fut:2s; -lèverez lever ver 165.98 440.74 0.17 0.07 ind:fut:2p; -lèverons lever ver 165.98 440.74 0.31 0.14 ind:fut:1p; -lèveront lever ver 165.98 440.74 0.26 0.20 ind:fut:3p; -lèves lever ver 165.98 440.74 5.42 1.35 ind:pre:2s;sub:pre:2s; -lèvre lèvre nom f s 37.91 222.03 4.00 20.74 -lèvres lèvre nom f p 37.91 222.03 33.91 201.28 -lé lé nom m s 2.30 2.03 2.28 1.35 -lu lire ver m s 281.09 324.80 82.12 57.97 par:pas; -lubie lubie nom f s 2.41 2.77 1.37 1.35 -lubies lubie nom f p 2.41 2.77 1.04 1.42 -lubricité lubricité nom f s 0.57 0.74 0.57 0.74 -lubrifiant lubrifiant nom m s 0.63 0.68 0.58 0.54 -lubrifiante lubrifiant adj f s 0.10 0.07 0.00 0.07 -lubrifiants lubrifiant nom m p 0.63 0.68 0.05 0.14 -lubrification lubrification nom f s 0.14 0.00 0.14 0.00 -lubrifie lubrifier ver 0.53 0.41 0.19 0.00 imp:pre:2s;ind:pre:1s;ind:pre:3s; -lubrifient lubrifier ver 0.53 0.41 0.01 0.00 ind:pre:3p; -lubrifier lubrifier ver 0.53 0.41 0.24 0.20 inf; -lubrifié lubrifié adj m s 0.17 0.20 0.11 0.07 -lubrifiée lubrifier ver f s 0.53 0.41 0.03 0.00 par:pas; -lubrifiées lubrifié adj f p 0.17 0.20 0.02 0.14 -lubrifiés lubrifié adj m p 0.17 0.20 0.01 0.00 -lubrique lubrique adj s 1.60 3.31 1.04 2.03 -lubriques lubrique adj p 1.60 3.31 0.56 1.28 -lucarne lucarne nom f s 0.95 10.00 0.78 8.24 -lucarnes lucarne nom f p 0.95 10.00 0.17 1.76 -luce luce nom f s 0.01 0.00 0.01 0.00 -lucet lucet nom m s 0.00 0.07 0.00 0.07 -lécha lécher ver 14.09 23.11 0.01 1.96 ind:pas:3s; -léchage léchage nom m s 0.19 0.27 0.17 0.14 -léchages léchage nom m p 0.19 0.27 0.01 0.14 -léchaient lécher ver 14.09 23.11 0.08 0.74 ind:imp:3p; -léchais lécher ver 14.09 23.11 0.11 0.27 ind:imp:1s;ind:imp:2s; -léchait lécher ver 14.09 23.11 0.37 3.45 ind:imp:3s; -léchant lécher ver 14.09 23.11 0.57 2.09 par:pre; -léchassions lécher ver 14.09 23.11 0.00 0.07 sub:imp:1p; -lécher lécher ver 14.09 23.11 5.73 6.89 inf; -léchera lécher ver 14.09 23.11 0.05 0.07 ind:fut:3s; -lécherai lécher ver 14.09 23.11 0.08 0.00 ind:fut:1s; -lécherais lécher ver 14.09 23.11 0.05 0.00 cnd:pre:1s;cnd:pre:2s; -lécherait lécher ver 14.09 23.11 0.01 0.14 cnd:pre:3s; -lécheras lécher ver 14.09 23.11 0.04 0.07 ind:fut:2s; -lécheront lécher ver 14.09 23.11 0.05 0.00 ind:fut:3p; -lécheur lécheur nom m s 0.47 0.34 0.30 0.14 -lécheurs lécheur nom m p 0.47 0.34 0.17 0.07 -lécheuse lécheur nom f s 0.47 0.34 0.01 0.07 -lécheuses lécheur nom f p 0.47 0.34 0.00 0.07 -léchez lécher ver 14.09 23.11 0.35 0.20 imp:pre:2p;ind:pre:2p; -léchouillait léchouiller ver 0.04 0.20 0.00 0.07 ind:imp:3s; -léchouillent léchouiller ver 0.04 0.20 0.00 0.07 ind:pre:3p; -léchouiller léchouiller ver 0.04 0.20 0.02 0.07 inf; -léchouilles léchouiller ver 0.04 0.20 0.02 0.00 ind:pre:2s; -léchèrent lécher ver 14.09 23.11 0.00 0.14 ind:pas:3p; -léché lécher ver m s 14.09 23.11 0.93 1.42 par:pas; -léchée lécher ver f s 14.09 23.11 0.45 1.01 par:pas; -léchées lécher ver f p 14.09 23.11 0.14 0.41 par:pas; -léchés lécher ver m p 14.09 23.11 0.03 0.20 par:pas; -lucide lucide adj s 3.20 12.43 2.76 10.54 -lucidement lucidement adv 0.02 0.68 0.02 0.68 -lucides lucide adj m p 3.20 12.43 0.44 1.89 -lucidité lucidité nom f s 1.92 10.95 1.92 10.74 -lucidités lucidité nom f p 1.92 10.95 0.00 0.20 -luciférien luciférien adj m s 0.01 0.34 0.00 0.20 -luciférienne luciférien adj f s 0.01 0.34 0.01 0.07 -lucifériens luciférien adj m p 0.01 0.34 0.00 0.07 -lucilie lucilie nom f s 0.02 0.00 0.02 0.00 -luciole luciole nom f s 1.50 2.30 1.01 0.54 -lucioles luciole nom f p 1.50 2.30 0.48 1.76 -lucite lucite nom f s 0.01 0.00 0.01 0.00 -lécithine lécithine nom f s 0.15 0.00 0.15 0.00 -lucratif lucratif adj m s 1.54 0.95 0.88 0.27 -lucratifs lucratif adj m p 1.54 0.95 0.02 0.14 -lucrative lucratif adj f s 1.54 0.95 0.57 0.41 -lucratives lucratif adj f p 1.54 0.95 0.08 0.14 -lucre lucre nom m s 0.14 0.54 0.14 0.54 -luddite luddite nom m s 0.01 0.00 0.01 0.00 -ludion ludion nom m s 0.00 0.61 0.00 0.54 -ludions ludion nom m p 0.00 0.61 0.00 0.07 -ludique ludique adj s 0.42 0.61 0.41 0.54 -ludiques ludique adj p 0.42 0.61 0.01 0.07 -lue lire ver f s 281.09 324.80 2.82 3.18 par:pas; -lues lire ver f p 281.09 324.80 1.12 1.69 par:pas; -luette luette nom f s 0.03 1.28 0.03 1.22 -luettes luette nom f p 0.03 1.28 0.00 0.07 -lueur lueur nom f s 6.65 64.19 5.37 49.12 -lueurs lueur nom f p 6.65 64.19 1.28 15.07 -luffa luffa nom m s 0.04 0.00 0.04 0.00 -légal légal adj m s 16.79 6.49 9.80 2.43 -légale légal adj f s 16.79 6.49 4.51 2.03 -légalement légalement adv 5.09 2.03 5.09 2.03 -légales légal adj f p 16.79 6.49 1.48 1.42 -légalisant légaliser ver 0.76 0.14 0.03 0.07 par:pre; -légalisation légalisation nom f s 0.09 0.00 0.09 0.00 -légalise légaliser ver 0.76 0.14 0.04 0.00 ind:pre:1s;ind:pre:3s; -légaliser légaliser ver 0.76 0.14 0.30 0.00 inf; -légalisez légaliser ver 0.76 0.14 0.14 0.07 imp:pre:2p; -légaliste légaliste adj s 0.00 0.14 0.00 0.07 -légalistes légaliste adj m p 0.00 0.14 0.00 0.07 -légalisé légaliser ver m s 0.76 0.14 0.12 0.00 par:pas; -légalisée légaliser ver f s 0.76 0.14 0.14 0.00 par:pas; -légalité légalité nom f s 2.39 2.50 2.39 2.50 -légat légat nom m s 0.15 2.23 0.00 1.96 -légataire légataire nom s 0.15 0.34 0.14 0.34 -légataires légataire nom p 0.15 0.34 0.01 0.00 -légation légation nom f s 0.06 2.91 0.06 1.89 -légations légation nom f p 0.06 2.91 0.00 1.01 -légats légat nom m p 0.15 2.23 0.15 0.27 -légaux légal adj m p 16.79 6.49 1.00 0.61 -luge luge nom f s 1.22 1.55 1.19 1.42 -légendaire légendaire adj s 4.10 7.50 3.57 5.74 -légendaires légendaire adj p 4.10 7.50 0.53 1.76 -légende légende nom f s 20.41 27.43 16.07 21.49 -légender légender ver 0.00 0.14 0.00 0.07 inf; -légendes légende nom f p 20.41 27.43 4.33 5.95 -légendée légender ver f s 0.00 0.14 0.00 0.07 par:pas; -léger léger adj m s 37.77 151.01 17.03 74.93 -luger luger nom m s 0.38 0.47 0.36 0.47 -légers léger adj m p 37.77 151.01 2.57 17.16 -lugers luger nom m p 0.38 0.47 0.01 0.00 -luges luge nom f p 1.22 1.55 0.03 0.14 -légifère légiférer ver 0.22 0.27 0.01 0.07 ind:pre:3s; -légiférait légiférer ver 0.22 0.27 0.00 0.07 ind:imp:3s; -légiférer légiférer ver 0.22 0.27 0.19 0.14 inf; -légiféré légiférer ver m s 0.22 0.27 0.01 0.00 par:pas; -légion légion nom f s 6.66 16.35 4.17 13.65 -légionellose légionellose nom f s 0.03 0.00 0.03 0.00 -légionnaire légionnaire nom m s 1.23 4.26 0.71 2.57 -légionnaires légionnaire nom m p 1.23 4.26 0.52 1.69 -légions légion nom f p 6.66 16.35 2.50 2.70 -législateur législateur nom m s 0.47 1.08 0.30 0.68 -législateurs législateur nom m p 0.47 1.08 0.17 0.41 -législatif législatif adj m s 0.73 2.03 0.41 0.74 -législatifs législatif adj m p 0.73 2.03 0.03 0.14 -législation législation nom f s 1.16 1.42 1.16 1.42 -législative législatif adj f s 0.73 2.03 0.11 0.54 -législatives législatif adj f p 0.73 2.03 0.18 0.61 -législature législature nom f s 0.20 0.14 0.20 0.14 -légiste légiste nom s 7.97 1.42 7.28 1.35 -légistes légiste nom p 7.97 1.42 0.69 0.07 -légitimaient légitimer ver 0.30 1.62 0.00 0.14 ind:imp:3p; -légitimait légitimer ver 0.30 1.62 0.00 0.14 ind:imp:3s; -légitimant légitimer ver 0.30 1.62 0.02 0.07 par:pre; -légitimation légitimation nom f s 0.03 0.07 0.03 0.00 -légitimations légitimation nom f p 0.03 0.07 0.00 0.07 -légitime légitime adj s 14.08 16.22 12.82 13.24 -légitimement légitimement adv 0.27 1.22 0.27 1.22 -légitiment légitimer ver 0.30 1.62 0.00 0.07 ind:pre:3p; -légitimer légitimer ver 0.30 1.62 0.19 0.47 inf; -légitimera légitimer ver 0.30 1.62 0.01 0.07 ind:fut:3s; -légitimes légitime adj p 14.08 16.22 1.26 2.97 -légitimiste légitimiste adj m s 0.00 0.34 0.00 0.34 -légitimistes légitimiste nom p 0.00 0.07 0.00 0.07 -légitimité légitimité nom f s 0.76 1.76 0.76 1.76 -légitimé légitimer ver m s 0.30 1.62 0.05 0.27 par:pas; -légitimée légitimer ver f s 0.30 1.62 0.00 0.07 par:pas; -légère léger adj f s 37.77 151.01 15.71 47.84 -légèrement légèrement adv 6.35 65.20 6.35 65.20 -légères léger adj f p 37.77 151.01 2.45 11.08 -légèreté légèreté nom f s 1.35 12.70 1.35 12.50 -légèretés légèreté nom f p 1.35 12.70 0.00 0.20 -légua léguer ver 4.98 5.61 0.02 0.27 ind:pas:3s; -léguaient léguer ver 4.98 5.61 0.00 0.07 ind:imp:3p; -léguais léguer ver 4.98 5.61 0.00 0.07 ind:imp:1s; -léguait léguer ver 4.98 5.61 0.04 0.20 ind:imp:3s; -léguant léguer ver 4.98 5.61 0.31 0.27 par:pre; -lugubre lugubre adj s 3.25 10.41 3.00 7.97 -lugubrement lugubrement adv 0.00 0.81 0.00 0.81 -lugubres lugubre adj p 3.25 10.41 0.25 2.43 -léguer léguer ver 4.98 5.61 0.67 1.22 inf; -léguera léguer ver 4.98 5.61 0.00 0.07 ind:fut:3s; -léguerai léguer ver 4.98 5.61 0.01 0.20 ind:fut:1s; -léguerais léguer ver 4.98 5.61 0.01 0.07 cnd:pre:2s; -léguerez léguer ver 4.98 5.61 0.01 0.00 ind:fut:2p; -léguerons léguer ver 4.98 5.61 0.01 0.00 ind:fut:1p; -légueront léguer ver 4.98 5.61 0.01 0.00 ind:fut:3p; -léguez léguer ver 4.98 5.61 0.16 0.00 imp:pre:2p;ind:pre:2p; -légume légume nom m s 15.16 23.45 3.20 2.09 -légumes légume nom m p 15.16 23.45 11.96 21.35 -légumier légumier nom m s 0.00 0.07 0.00 0.07 -légumineuse légumineux nom f s 0.00 0.07 0.00 0.07 -légumineux légumineux adj m 0.00 0.07 0.00 0.07 -légué léguer ver m s 4.98 5.61 1.99 1.96 par:pas; -léguée léguer ver f s 4.98 5.61 0.09 0.47 par:pas; -léguées léguer ver f p 4.98 5.61 0.02 0.14 par:pas; -légués léguer ver m p 4.98 5.61 0.17 0.07 par:pas; -lui_même lui_même pro_per m s 46.58 202.30 46.58 202.30 -lui lui pro_per s 2308.74 4225.14 2308.74 4225.14 -luira luire ver 15.67 37.57 0.03 0.00 ind:fut:3s; -luiraient luire ver 15.67 37.57 0.00 0.07 cnd:pre:3p; -luirait luire ver 15.67 37.57 0.00 0.07 cnd:pre:3s; -luire luire ver 15.67 37.57 0.95 4.19 inf; -luirent luire ver 15.67 37.57 0.00 0.07 ind:pas:3p; -luis luire ver 15.67 37.57 6.61 1.49 imp:pre:2s;ind:pre:1s;ind:pre:2s; -luisaient luire ver 15.67 37.57 0.03 5.00 ind:imp:3p; -luisait luire ver 15.67 37.57 0.31 5.95 ind:imp:3s; -luisance luisance nom f s 0.00 1.08 0.00 0.88 -luisances luisance nom f p 0.00 1.08 0.00 0.20 -luisant luisant adj m s 0.81 28.51 0.52 8.45 -luisante luisant adj f s 0.81 28.51 0.09 7.43 -luisantes luisant adj f p 0.81 28.51 0.03 5.95 -luisants luisant adj m p 0.81 28.51 0.17 6.69 -luise luire ver 15.67 37.57 0.00 0.14 sub:pre:3s; -luisent luire ver 15.67 37.57 0.06 2.50 ind:pre:3p; -luit luire ver 15.67 37.57 2.02 3.31 ind:pre:3s;ind:pas:3s; -lulu lulu nom m s 0.03 0.74 0.03 0.61 -lulus lulu nom m p 0.03 0.74 0.00 0.14 -lumbago lumbago nom m s 0.16 0.68 0.14 0.47 -lumbagos lumbago nom m p 0.16 0.68 0.01 0.20 -lumen lumen nom m s 0.05 0.34 0.05 0.34 -lumignon lumignon nom m s 0.00 2.09 0.00 1.42 -lumignons lumignon nom m p 0.00 2.09 0.00 0.68 -luminaire luminaire nom m s 0.05 0.68 0.00 0.27 -luminaires luminaire nom m p 0.05 0.68 0.05 0.41 -luminescence luminescence nom f s 0.05 0.14 0.05 0.14 -luminescent luminescent adj m s 0.04 0.95 0.00 0.34 -luminescente luminescent adj f s 0.04 0.95 0.01 0.14 -luminescentes luminescent adj f p 0.04 0.95 0.03 0.34 -luminescents luminescent adj m p 0.04 0.95 0.00 0.14 -lumineuse lumineux adj f s 7.36 39.46 2.21 11.42 -lumineusement lumineusement adv 0.10 0.27 0.10 0.27 -lumineuses lumineux adj f p 7.36 39.46 0.35 4.80 -lumineux lumineux adj m 7.36 39.46 4.79 23.24 -luminosité luminosité nom f s 0.66 2.03 0.66 1.82 -luminosités luminosité nom f p 0.66 2.03 0.00 0.20 -lumière lumière nom f s 134.83 274.26 116.02 238.65 -lumières lumière nom f p 134.83 274.26 18.81 35.61 -lump lump nom m s 0.14 0.07 0.14 0.07 -lémur lémur nom m s 0.01 0.00 0.01 0.00 -lémure lémure nom m s 0.00 0.27 0.00 0.14 -lémures lémure nom m p 0.00 0.27 0.00 0.14 -lémurien lémurien nom m s 0.34 0.41 0.30 0.00 -lémuriens lémurien nom m p 0.34 0.41 0.04 0.41 -lunaire lunaire adj s 3.82 4.66 3.58 3.78 -lunaires lunaire adj p 3.82 4.66 0.24 0.88 -lunaison lunaison nom f s 0.01 0.14 0.01 0.07 -lunaisons lunaison nom f p 0.01 0.14 0.00 0.07 -lunatique lunatique adj s 1.79 1.15 1.58 0.88 -lunatiques lunatique adj m p 1.79 1.15 0.21 0.27 -lunch lunch nom m s 0.54 1.22 0.54 1.22 -luncher luncher ver 0.14 0.00 0.14 0.00 inf; -lunches lunche nom m p 0.00 0.14 0.00 0.14 -lundi lundi nom m s 36.94 24.46 36.01 23.51 -lundis lundi nom m p 36.94 24.46 0.93 0.95 -lune lune nom f s 61.02 66.69 58.29 63.24 -lunes lune nom f p 61.02 66.69 2.74 3.45 -lunetier lunetier nom m s 0.00 0.07 0.00 0.07 -lunette lunette nom f s 33.33 75.27 1.71 7.43 -lunetteries lunetterie nom f p 0.00 0.07 0.00 0.07 -lunettes lunette nom f p 33.33 75.27 31.61 67.84 -lunetteux lunetteux adj m s 0.00 0.20 0.00 0.20 -lunetté lunetté adj m s 0.00 0.20 0.00 0.20 -lénifiait lénifier ver 0.00 0.07 0.00 0.07 ind:imp:3s; -lénifiant lénifiant adj m s 0.04 1.01 0.01 0.07 -lénifiante lénifiant adj f s 0.04 1.01 0.01 0.68 -lénifiantes lénifiant adj f p 0.04 1.01 0.00 0.20 -lénifiants lénifiant adj m p 0.04 1.01 0.01 0.07 -lénification lénification nom f s 0.00 0.07 0.00 0.07 -léninisme léninisme nom m s 0.27 0.20 0.27 0.20 -léniniste léniniste adj f s 0.14 0.27 0.14 0.20 -léninistes léniniste nom p 0.00 0.34 0.00 0.34 -lénitive lénitif adj f s 0.00 0.27 0.00 0.20 -lénitives lénitif adj f p 0.00 0.27 0.00 0.07 -luné luné adj m s 0.84 0.68 0.66 0.47 -lunée luné adj f s 0.84 0.68 0.18 0.07 -lunule lunule nom f s 0.00 1.01 0.00 0.34 -lunules lunule nom f p 0.00 1.01 0.00 0.68 -lunés luné adj m p 0.84 0.68 0.00 0.14 -léonard léonard adj m s 0.05 0.14 0.05 0.14 -léonin léonin adj m s 0.00 0.68 0.00 0.27 -léonine léonin adj f s 0.00 0.68 0.00 0.34 -léonins léonin adj m p 0.00 0.68 0.00 0.07 -léopard léopard nom m s 3.64 2.70 3.18 2.57 -léopards léopard nom m p 3.64 2.70 0.46 0.14 -léopardé léopardé adj m s 0.00 0.07 0.00 0.07 -lupanar lupanar nom m s 0.21 0.95 0.07 0.74 -lupanars lupanar nom m p 0.21 0.95 0.14 0.20 -lépidoptère lépidoptère nom m s 0.00 0.20 0.00 0.14 -lépidoptères lépidoptère nom m p 0.00 0.20 0.00 0.07 -lupin lupin nom m s 0.25 0.47 0.15 0.20 -lupins lupin nom m p 0.25 0.47 0.10 0.27 -lépiotes lépiote nom f p 0.00 0.07 0.00 0.07 -lépontique lépontique nom m s 0.00 0.14 0.00 0.14 -lépreuse lépreux adj f s 0.41 2.57 0.15 0.41 -lépreuses lépreuse nom f p 0.04 0.00 0.04 0.00 -lépreux lépreux nom m 2.61 2.64 2.54 2.57 -léprologie léprologie nom f s 0.01 0.00 0.01 0.00 -léproserie léproserie nom f s 0.32 0.81 0.32 0.74 -léproseries léproserie nom f p 0.32 0.81 0.00 0.07 -lupus lupus nom m 1.28 0.27 1.28 0.27 -lur lur nom m s 0.00 0.07 0.00 0.07 -lurent lire ver 281.09 324.80 0.01 0.54 ind:pas:3p; -lurex lurex nom m 0.20 0.14 0.20 0.14 -luron luron nom m s 0.69 0.88 0.27 0.61 -luronne luron nom f s 0.69 0.88 0.29 0.00 -luronnes luron nom f p 0.69 0.88 0.00 0.14 -lurons luron nom m p 0.69 0.88 0.13 0.14 -lérot lérot nom m s 0.01 0.14 0.01 0.00 -lérots lérot nom m p 0.01 0.14 0.00 0.14 -lés lé nom m p 2.30 2.03 0.02 0.68 -lus lire ver m p 281.09 324.80 3.06 7.97 ind:pas:1s;ind:pas:2s;par:pas; -lésaient léser ver 1.36 1.08 0.00 0.07 ind:imp:3p; -lésais léser ver 1.36 1.08 0.00 0.07 ind:imp:1s; -léser léser ver 1.36 1.08 0.33 0.07 inf; -lésina lésiner ver 1.01 2.30 0.00 0.07 ind:pas:3s; -lésinaient lésiner ver 1.01 2.30 0.00 0.14 ind:imp:3p; -lésinait lésiner ver 1.01 2.30 0.00 0.20 ind:imp:3s; -lésine lésiner ver 1.01 2.30 0.47 0.34 imp:pre:2s;ind:pre:1s;ind:pre:3s; -lésinent lésiner ver 1.01 2.30 0.00 0.20 ind:pre:3p; -lésiner lésiner ver 1.01 2.30 0.36 0.88 inf; -lésinerie lésinerie nom f s 0.00 0.07 0.00 0.07 -lésines lésine nom f p 0.00 0.20 0.00 0.07 -lésinez lésiner ver 1.01 2.30 0.09 0.00 imp:pre:2p;ind:pre:2p; -lésiné lésiner ver m s 1.01 2.30 0.09 0.47 par:pas; -lésion lésion nom f s 4.37 1.28 1.84 0.47 -lésionnaire lésionnaire adj s 0.01 0.00 0.01 0.00 -lésions lésion nom f p 4.37 1.28 2.53 0.81 -lusitanienne lusitanien adj f s 0.00 0.07 0.00 0.07 -lésons léser ver 1.36 1.08 0.01 0.00 ind:pre:1p; -lustra lustrer ver 0.80 2.43 0.00 0.07 ind:pas:3s; -lustrage lustrage nom m s 0.05 0.00 0.05 0.00 -lustraient lustrer ver 0.80 2.43 0.00 0.07 ind:imp:3p; -lustrait lustrer ver 0.80 2.43 0.00 0.20 ind:imp:3s; -lustral lustral adj m s 0.00 1.35 0.00 0.74 -lustrale lustral adj f s 0.00 1.35 0.00 0.41 -lustrales lustral adj f p 0.00 1.35 0.00 0.20 -lustrant lustrer ver 0.80 2.43 0.01 0.07 par:pre; -lustre lustre nom m s 3.92 15.14 0.93 7.30 -lustrer lustrer ver 0.80 2.43 0.51 0.68 inf; -lustres lustre nom m p 3.92 15.14 2.99 7.84 -lustreur lustreur nom m s 0.01 0.07 0.01 0.00 -lustreuse lustreur nom f s 0.01 0.07 0.00 0.07 -lustrine lustrine nom f s 0.00 0.74 0.00 0.74 -lustré lustrer ver m s 0.80 2.43 0.04 0.41 par:pas; -lustrée lustrer ver f s 0.80 2.43 0.06 0.41 par:pas; -lustrées lustré adj f p 0.09 2.23 0.02 0.27 -lustrés lustré adj m p 0.09 2.23 0.02 0.47 -lustucru lustucru nom m s 0.01 0.07 0.01 0.07 -lésé léser ver m s 1.36 1.08 0.43 0.41 par:pas; -lésée léser ver f s 1.36 1.08 0.35 0.14 par:pas; -lésées léser ver f p 1.36 1.08 0.02 0.00 par:pas; -lésés léser ver m p 1.36 1.08 0.15 0.27 par:pas; -lut lire ver 281.09 324.80 0.36 15.88 ind:pas:3s; -létal létal adj m s 0.29 0.07 0.03 0.00 -létale létal adj f s 0.29 0.07 0.23 0.07 -létales létal adj f p 0.29 0.07 0.03 0.00 -létalité létalité nom f s 0.02 0.00 0.02 0.00 -luth luth nom m s 0.17 1.62 0.17 1.28 -léthargie léthargie nom f s 0.76 2.16 0.75 2.09 -léthargies léthargie nom f p 0.76 2.16 0.01 0.07 -léthargique léthargique adj s 0.22 0.81 0.18 0.54 -léthargiques léthargique adj m p 0.22 0.81 0.04 0.27 -lutherie lutherie nom f s 0.00 0.07 0.00 0.07 -luthier luthier nom m s 0.11 0.20 0.11 0.20 -luths luth nom m p 0.17 1.62 0.00 0.34 -luthéranisme luthéranisme nom m s 0.01 0.14 0.01 0.14 -luthérianisme luthérianisme nom m s 0.00 0.07 0.00 0.07 -luthérien luthérien adj m s 0.36 0.81 0.10 0.47 -luthérienne luthérien adj f s 0.36 0.81 0.20 0.27 -luthériennes luthérienne adj f p 0.01 0.00 0.01 0.00 -luthériens luthérien adj m p 0.36 0.81 0.06 0.00 -lutin lutin nom m s 2.14 1.01 1.45 0.61 -lutinaient lutiner ver 0.26 1.15 0.00 0.07 ind:imp:3p; -lutinait lutiner ver 0.26 1.15 0.01 0.20 ind:imp:3s; -lutinant lutiner ver 0.26 1.15 0.00 0.07 par:pre; -lutine lutin adj f s 0.63 0.61 0.01 0.07 -lutinent lutiner ver 0.26 1.15 0.00 0.14 ind:pre:3p; -lutiner lutiner ver 0.26 1.15 0.21 0.27 inf; -lutinerais lutiner ver 0.26 1.15 0.01 0.07 cnd:pre:1s; -lutins lutin nom m p 2.14 1.01 0.69 0.41 -lutinèrent lutiner ver 0.26 1.15 0.00 0.07 ind:pas:3p; -lutiné lutiner ver m s 0.26 1.15 0.02 0.14 par:pas; -lutinée lutiner ver f s 0.26 1.15 0.00 0.07 par:pas; -lutrin lutrin nom m s 0.00 1.35 0.00 1.15 -lutrins lutrin nom m p 0.00 1.35 0.00 0.20 -lutta lutter ver 25.41 48.78 0.05 1.42 ind:pas:3s; -luttai lutter ver 25.41 48.78 0.14 0.27 ind:pas:1s; -luttaient lutter ver 25.41 48.78 0.32 2.03 ind:imp:3p; -luttais lutter ver 25.41 48.78 0.29 0.88 ind:imp:1s;ind:imp:2s; -luttait lutter ver 25.41 48.78 0.76 5.54 ind:imp:3s; -luttant lutter ver 25.41 48.78 1.56 5.20 par:pre; -lutte lutte nom f s 23.18 41.82 22.00 37.36 -luttent lutter ver 25.41 48.78 1.56 1.76 ind:pre:3p; -lutter lutter ver 25.41 48.78 10.24 20.81 inf;; -luttera lutter ver 25.41 48.78 0.06 0.00 ind:fut:3s; -lutterai lutter ver 25.41 48.78 0.11 0.20 ind:fut:1s; -lutterais lutter ver 25.41 48.78 0.04 0.07 cnd:pre:1s;cnd:pre:2s; -lutterait lutter ver 25.41 48.78 0.13 0.20 cnd:pre:3s; -lutterions lutter ver 25.41 48.78 0.00 0.07 cnd:pre:1p; -lutterons lutter ver 25.41 48.78 0.19 0.00 ind:fut:1p; -lutteront lutter ver 25.41 48.78 0.10 0.00 ind:fut:3p; -luttes lutte nom f p 23.18 41.82 1.19 4.46 -lutteur lutteur nom m s 1.27 3.78 0.88 1.62 -lutteurs lutteur nom m p 1.27 3.78 0.24 1.08 -lutteuse lutteur nom f s 1.27 3.78 0.14 0.27 -lutteuses lutteur nom f p 1.27 3.78 0.01 0.81 -luttez lutter ver 25.41 48.78 0.92 0.14 imp:pre:2p;ind:pre:2p; -luttiez lutter ver 25.41 48.78 0.07 0.00 ind:imp:2p; -luttions lutter ver 25.41 48.78 0.02 0.27 ind:imp:1p; -luttons lutter ver 25.41 48.78 0.80 0.41 imp:pre:1p;ind:pre:1p; -luttât lutter ver 25.41 48.78 0.00 0.14 sub:imp:3s; -luttèrent lutter ver 25.41 48.78 0.14 0.41 ind:pas:3p; -lutté lutter ver m s 25.41 48.78 3.27 4.26 par:pas; -luté luter ver m s 0.00 0.14 0.00 0.14 par:pas; -lutécien lutécien adj m s 0.00 0.07 0.00 0.07 -lutz lutz nom m 4.52 0.14 4.52 0.14 -léviathan léviathan nom m s 0.27 0.27 0.27 0.27 -lévitation lévitation nom f s 0.46 0.61 0.46 0.61 -lévite lévite nom s 0.10 0.54 0.09 0.41 -lévitent léviter ver 0.47 0.07 0.01 0.07 ind:pre:3p; -léviter léviter ver 0.47 0.07 0.46 0.00 inf; -lévites lévite nom p 0.10 0.54 0.01 0.14 -lévitique lévitique adj s 0.02 0.00 0.02 0.00 -lévitique lévitique nom s 0.02 0.00 0.02 0.00 -lévrier lévrier nom m s 0.94 2.30 0.31 1.55 -lévriers lévrier nom m p 0.94 2.30 0.63 0.74 -lux lux nom m 0.34 0.34 0.34 0.34 -luxa luxer ver 0.16 0.34 0.01 0.00 ind:pas:3s; -luxation luxation nom f s 0.38 0.14 0.37 0.07 -luxations luxation nom f p 0.38 0.14 0.01 0.07 -luxe luxe nom m s 15.62 38.85 15.42 38.65 -luxembourgeois luxembourgeois adj m 0.00 0.74 0.00 0.47 -luxembourgeoise luxembourgeois adj f s 0.00 0.74 0.00 0.27 -luxer luxer ver 0.16 0.34 0.01 0.00 inf; -luxes luxe nom m p 15.62 38.85 0.20 0.20 -luxé luxer ver m s 0.16 0.34 0.03 0.07 par:pas; -luxueuse luxueux adj f s 2.59 7.43 0.50 1.82 -luxueusement luxueusement adv 0.39 0.81 0.39 0.81 -luxueuses luxueux adj f p 2.59 7.43 0.12 0.95 -luxueux luxueux adj m 2.59 7.43 1.98 4.66 -luxure luxure nom f s 2.92 2.30 2.92 2.30 -luxuriance luxuriance nom f s 0.10 0.47 0.10 0.47 -luxuriant luxuriant adj m s 0.41 1.62 0.18 0.34 -luxuriante luxuriant adj f s 0.41 1.62 0.17 0.81 -luxuriantes luxuriant adj f p 0.41 1.62 0.04 0.14 -luxuriants luxuriant adj m p 0.41 1.62 0.02 0.34 -luxurieuse luxurieux adj f s 0.03 0.54 0.01 0.20 -luxurieux luxurieux adj m 0.03 0.54 0.02 0.34 -lézard lézard nom m s 6.16 11.42 4.90 7.50 -lézardaient lézarder ver 0.27 1.89 0.00 0.20 ind:imp:3p; -lézardait lézarder ver 0.27 1.89 0.00 0.41 ind:imp:3s; -lézarde lézard nom f s 6.16 11.42 0.03 0.88 -lézardent lézarder ver 0.27 1.89 0.23 0.00 ind:pre:3p; -lézarder lézarder ver 0.27 1.89 0.01 0.34 inf; -lézardes lézard nom f p 6.16 11.42 0.01 1.22 -lézards lézard nom m p 6.16 11.42 1.22 1.82 -lézardé lézarder ver m s 0.27 1.89 0.01 0.07 par:pas; -lézardée lézardé adj f s 0.02 0.88 0.01 0.27 -lézardées lézardé adj f p 0.02 0.88 0.00 0.27 -lézardés lézarder ver m p 0.27 1.89 0.00 0.27 par:pas; -luzerne luzerne nom f s 0.44 3.04 0.44 2.84 -luzernes luzerne nom f p 0.44 3.04 0.00 0.20 -luzernières luzernière nom f p 0.00 0.07 0.00 0.07 -lycanthrope lycanthrope nom m s 0.10 0.00 0.09 0.00 -lycanthropes lycanthrope nom m p 0.10 0.00 0.01 0.00 -lycanthropie lycanthropie nom f s 0.18 0.00 0.18 0.00 -lycaons lycaon nom m p 0.00 0.07 0.00 0.07 -lychee lychee nom m s 0.16 0.14 0.14 0.00 -lychees lychee nom m p 0.16 0.14 0.01 0.14 -lychnis lychnis nom m 0.00 0.07 0.00 0.07 -lycien lycien nom m s 0.00 0.20 0.00 0.07 -lyciennes lycien nom f p 0.00 0.20 0.00 0.14 -lycoperdon lycoperdon nom m s 0.00 0.14 0.00 0.07 -lycoperdons lycoperdon nom m p 0.00 0.14 0.00 0.07 -lycra lycra nom m s 0.28 0.14 0.28 0.14 -lycée lycée nom m s 42.56 38.78 41.96 36.42 -lycéen lycéen nom m s 3.13 10.61 0.64 1.42 -lycéenne lycéen nom f s 3.13 10.61 0.68 5.95 -lycéennes lycéenne nom f p 0.41 0.00 0.41 0.00 -lycéens lycéen nom m p 3.13 10.61 1.81 1.69 -lycées lycée nom m p 42.56 38.78 0.59 2.36 -lymphangite lymphangite nom f s 0.00 0.07 0.00 0.07 -lymphatique lymphatique adj s 0.67 0.47 0.44 0.27 -lymphatiques lymphatique adj p 0.67 0.47 0.24 0.20 -lymphatisme lymphatisme nom m s 0.00 0.07 0.00 0.07 -lymphe lymphe nom f s 0.20 0.47 0.20 0.41 -lymphes lymphe nom f p 0.20 0.47 0.00 0.07 -lymphoïde lymphoïde adj s 0.01 0.00 0.01 0.00 -lymphocytaire lymphocytaire adj s 0.02 0.14 0.02 0.07 -lymphocytaires lymphocytaire adj p 0.02 0.14 0.00 0.07 -lymphocyte lymphocyte nom m s 0.18 0.20 0.03 0.00 -lymphocytes lymphocyte nom m p 0.18 0.20 0.14 0.20 -lymphocytose lymphocytose nom f s 0.01 0.00 0.01 0.00 -lymphome lymphome nom m s 0.30 0.07 0.29 0.07 -lymphomes lymphome nom m p 0.30 0.07 0.01 0.00 -lymphopénie lymphopénie nom f s 0.00 0.07 0.00 0.07 -lymphosarcome lymphosarcome nom m s 0.01 0.00 0.01 0.00 -lynch lynch nom m s 0.29 0.27 0.29 0.27 -lynchage lynchage nom m s 0.99 0.81 0.81 0.68 -lynchages lynchage nom m p 0.99 0.81 0.18 0.14 -lynchait lyncher ver 1.04 0.81 0.01 0.07 ind:imp:3s; -lynchent lyncher ver 1.04 0.81 0.01 0.00 ind:pre:3p; -lyncher lyncher ver 1.04 0.81 0.58 0.47 inf; -lyncheurs lyncheur nom m p 0.06 0.00 0.06 0.00 -lynchez lyncher ver 1.04 0.81 0.02 0.00 imp:pre:2p;ind:pre:2p; -lynchiez lyncher ver 1.04 0.81 0.01 0.00 ind:imp:2p; -lynchons lyncher ver 1.04 0.81 0.02 0.00 imp:pre:1p; -lynché lyncher ver m s 1.04 0.81 0.33 0.14 par:pas; -lynchée lyncher ver f s 1.04 0.81 0.01 0.07 par:pas; -lynchés lyncher ver m p 1.04 0.81 0.05 0.07 par:pas; -lynx lynx nom m 1.73 1.22 1.73 1.22 -lyonnais lyonnais adj m 0.28 1.01 0.27 0.81 -lyonnaise lyonnais adj f s 0.28 1.01 0.01 0.20 -lyophilisant lyophiliser ver 0.07 0.00 0.01 0.00 par:pre; -lyophiliser lyophiliser ver 0.07 0.00 0.05 0.00 inf; -lyophilisé lyophilisé adj m s 0.15 0.07 0.06 0.00 -lyophilisée lyophilisé adj f s 0.15 0.07 0.04 0.00 -lyophilisés lyophilisé adj m p 0.15 0.07 0.04 0.07 -lyre lyre nom f s 0.71 1.42 0.55 1.15 -lyres lyre nom f p 0.71 1.42 0.16 0.27 -lyrique lyrique adj s 0.95 5.20 0.92 4.26 -lyriques lyrique adj p 0.95 5.20 0.03 0.95 -lyriser lyriser ver 0.00 0.07 0.00 0.07 inf; -lyrisme lyrisme nom m s 0.26 3.11 0.26 3.11 -lys lys nom m 2.41 3.38 2.41 3.38 -lyse lyse nom f s 0.04 0.00 0.04 0.00 -lysergique lysergique adj m s 0.07 0.14 0.07 0.14 -lysimaque lysimaque nom f s 0.01 0.00 0.01 0.00 -lysine lysine nom f s 0.04 0.07 0.04 0.07 -lysosomes lysosome nom m p 0.14 0.00 0.14 0.00 -m_as_tu_vu m_as_tu_vu adj s 0.03 0.00 0.03 0.00 -m m pro_per s 13.94 0.27 13.94 0.27 -mîmes mettre ver 1004.84 1083.65 0.00 1.42 ind:pas:1p; -mît mettre ver 1004.84 1083.65 0.00 3.51 sub:imp:3s; -môle môle nom s 1.60 3.92 1.60 3.45 -môles môle nom p 1.60 3.92 0.00 0.47 -môme môme nom s 28.15 61.08 18.88 37.03 -mômeries mômerie nom f p 0.00 0.14 0.00 0.14 -mômes môme nom p 28.15 61.08 9.28 24.05 -mû mouvoir ver m s 1.75 13.18 0.19 1.96 par:pas; -mûr mûr adj m s 9.89 19.73 3.60 8.31 -mûre mûr adj f s 9.89 19.73 2.98 4.80 -mûrement mûrement adv 0.40 0.34 0.40 0.34 -mûres mûr adj f p 9.89 19.73 2.04 2.70 -mûri mûrir ver m s 3.77 8.24 1.32 1.42 par:pas; -mûrie mûrir ver f s 3.77 8.24 0.21 0.54 par:pas; -mûrier mûrier nom m s 0.48 0.74 0.20 0.27 -mûriers mûrier nom m p 0.48 0.74 0.28 0.47 -mûries mûrir ver f p 3.77 8.24 0.00 0.20 par:pas; -mûrir mûrir ver 3.77 8.24 1.11 2.70 inf; -mûrira mûrir ver 3.77 8.24 0.16 0.07 ind:fut:3s; -mûriraient mûrir ver 3.77 8.24 0.01 0.07 cnd:pre:3p; -mûrirez mûrir ver 3.77 8.24 0.00 0.07 ind:fut:2p; -mûris mûrir ver m p 3.77 8.24 0.23 0.27 imp:pre:2s;ind:pre:1s;ind:pre:2s;par:pas; -mûrissaient mûrir ver 3.77 8.24 0.14 0.27 ind:imp:3p; -mûrissait mûrir ver 3.77 8.24 0.00 0.74 ind:imp:3s; -mûrissant mûrir ver 3.77 8.24 0.02 0.00 par:pre; -mûrissante mûrissant adj f s 0.02 0.61 0.00 0.20 -mûrissantes mûrissant adj f p 0.02 0.61 0.01 0.14 -mûrissants mûrissant adj m p 0.02 0.61 0.00 0.14 -mûrisse mûrir ver 3.77 8.24 0.11 0.14 sub:pre:1s;sub:pre:3s; -mûrissement mûrissement nom m s 0.10 0.54 0.10 0.41 -mûrissements mûrissement nom m p 0.10 0.54 0.00 0.14 -mûrissent mûrir ver 3.77 8.24 0.15 0.61 ind:pre:3p; -mûrisseries mûrisserie nom f p 0.00 0.07 0.00 0.07 -mûrit mûrir ver 3.77 8.24 0.30 1.15 ind:pre:3s;ind:pas:3s; -mûron mûron nom m s 0.00 0.07 0.00 0.07 -mûrs mûr adj m p 9.89 19.73 1.27 3.92 -ma_jong ma_jong nom m s 0.02 0.07 0.02 0.07 -ma ma adj_pos 2346.90 1667.16 2346.90 1667.16 -maître_assistant maître_assistant nom m s 0.00 0.07 0.00 0.07 -maître_autel maître_autel nom m s 0.00 0.61 0.00 0.61 -maître_chanteur maître_chanteur nom m s 0.21 0.20 0.21 0.20 -maître_chien maître_chien nom m s 0.11 0.00 0.11 0.00 -maître_coq maître_coq nom m s 0.01 0.00 0.01 0.00 -maître_nageur maître_nageur nom m s 0.45 0.27 0.45 0.27 -maître_à_danser maître_à_danser nom m s 0.00 0.07 0.00 0.07 -maître_queux maître_queux nom m s 0.00 0.14 0.00 0.14 -maître maître nom m s 128.55 151.49 118.88 125.74 -maîtres maître nom m p 128.55 151.49 9.67 25.74 -maîtresse maîtresse nom f s 26.59 53.92 25.22 47.43 -maîtresses maîtresse nom f p 26.59 53.92 1.38 6.49 -maîtrisa maîtriser ver 15.57 14.93 0.01 0.81 ind:pas:3s; -maîtrisable maîtrisable adj f s 0.06 0.14 0.06 0.07 -maîtrisables maîtrisable adj p 0.06 0.14 0.00 0.07 -maîtrisaient maîtriser ver 15.57 14.93 0.05 0.34 ind:imp:3p; -maîtrisais maîtriser ver 15.57 14.93 0.16 0.07 ind:imp:1s;ind:imp:2s; -maîtrisait maîtriser ver 15.57 14.93 0.37 0.54 ind:imp:3s; -maîtrisant maîtriser ver 15.57 14.93 0.19 1.22 par:pre; -maîtrise maîtrise nom f s 4.22 7.70 4.16 7.70 -maîtrisent maîtriser ver 15.57 14.93 0.39 0.27 ind:pre:3p; -maîtriser maîtriser ver 15.57 14.93 5.85 8.24 inf; -maîtrisera maîtriser ver 15.57 14.93 0.08 0.00 ind:fut:3s; -maîtriserai maîtriser ver 15.57 14.93 0.16 0.00 ind:fut:1s; -maîtriseraient maîtriser ver 15.57 14.93 0.00 0.07 cnd:pre:3p; -maîtriserait maîtriser ver 15.57 14.93 0.01 0.07 cnd:pre:3s; -maîtriseras maîtriser ver 15.57 14.93 0.01 0.00 ind:fut:2s; -maîtriserez maîtriser ver 15.57 14.93 0.03 0.00 ind:fut:2p; -maîtriseriez maîtriser ver 15.57 14.93 0.02 0.00 cnd:pre:2p; -maîtriserons maîtriser ver 15.57 14.93 0.20 0.07 ind:fut:1p; -maîtriseront maîtriser ver 15.57 14.93 0.02 0.00 ind:fut:3p; -maîtrises maîtriser ver 15.57 14.93 0.81 0.00 ind:pre:2s; -maîtrisez maîtriser ver 15.57 14.93 1.05 0.20 imp:pre:2p;ind:pre:2p; -maîtrisiez maîtriser ver 15.57 14.93 0.05 0.00 ind:imp:2p; -maîtrisions maîtriser ver 15.57 14.93 0.03 0.07 ind:imp:1p;sub:pre:1p; -maîtrisons maîtriser ver 15.57 14.93 0.43 0.00 imp:pre:1p;ind:pre:1p; -maîtrisèrent maîtriser ver 15.57 14.93 0.02 0.07 ind:pas:3p; -maîtrisé maîtriser ver m s 15.57 14.93 1.23 1.01 par:pas; -maîtrisée maîtriser ver f s 15.57 14.93 0.29 0.41 par:pas; -maîtrisées maîtriser ver f p 15.57 14.93 0.01 0.14 par:pas; -maîtrisés maîtrisé adj m p 0.60 1.35 0.20 0.14 -maïa maïa nom m s 0.00 3.51 0.00 3.51 -maïs maïs nom m 6.33 6.42 6.33 6.42 -maïzena maïzena nom f s 0.03 0.20 0.03 0.20 -maboul maboul adj m s 0.97 1.35 0.61 0.68 -maboule maboul adj f s 0.97 1.35 0.30 0.47 -maboules maboul adj f p 0.97 1.35 0.03 0.14 -mabouls maboul nom m p 0.34 0.95 0.09 0.00 -mac mac nom m s 7.74 1.82 6.81 1.49 -macabre macabre adj s 2.63 3.51 2.26 2.70 -macabres macabre adj p 2.63 3.51 0.37 0.81 -macache macache adv 0.06 0.74 0.06 0.74 -macadam macadam nom m s 0.23 4.53 0.23 4.53 -macadamia macadamia nom m s 0.11 0.00 0.11 0.00 -macaque macaque nom s 1.72 0.41 1.44 0.14 -macaques macaque nom p 1.72 0.41 0.28 0.27 -macarel macarel ono 0.00 0.07 0.00 0.07 -macarelle macarelle ono 0.00 0.14 0.00 0.14 -macareux macareux nom m 0.01 0.27 0.01 0.27 -macaron macaron nom m s 0.34 1.35 0.12 0.61 -macaroni macaroni nom m s 3.11 2.43 1.37 1.01 -macaronique macaronique adj m s 0.00 0.14 0.00 0.14 -macaronis macaroni nom m p 3.11 2.43 1.74 1.42 -macarons macaron nom m p 0.34 1.35 0.22 0.74 -macassar macassar nom m s 0.00 0.14 0.00 0.14 -maccarthysme maccarthysme nom m s 0.05 0.00 0.05 0.00 -macchab macchab nom m s 0.09 0.74 0.07 0.47 -macchabs macchab nom m p 0.09 0.74 0.02 0.27 -macchabée macchabée nom m s 2.63 1.96 1.86 0.95 -macchabées macchabée nom m p 2.63 1.96 0.77 1.01 -macfarlane macfarlane nom m s 0.34 0.07 0.34 0.07 -mach mach nom m 0.07 0.07 0.07 0.07 -machaon machaon nom m s 0.01 0.00 0.01 0.00 -machette machette nom f s 2.64 1.35 1.88 1.22 -machettes machette nom f p 2.64 1.35 0.77 0.14 -machiavélique machiavélique adj s 0.57 0.54 0.50 0.54 -machiavéliques machiavélique adj p 0.57 0.54 0.07 0.00 -machiavélisme machiavélisme nom m s 0.01 0.47 0.01 0.41 -machiavélismes machiavélisme nom m p 0.01 0.47 0.00 0.07 -machin machin nom m s 14.60 14.32 12.34 10.07 -machina machiner ver 0.07 0.88 0.03 0.07 ind:pas:3s; -machinaient machiner ver 0.07 0.88 0.00 0.07 ind:imp:3p; -machinal machinal adj m s 0.20 6.01 0.16 4.26 -machinale machinal adj f s 0.20 6.01 0.02 0.74 -machinalement machinalement adv 0.39 22.77 0.39 22.77 -machinales machinal adj f p 0.20 6.01 0.01 0.41 -machination machination nom f s 1.51 2.16 1.14 1.55 -machinations machination nom f p 1.51 2.16 0.37 0.61 -machinaux machinal adj m p 0.20 6.01 0.01 0.61 -machinchouette machinchouette nom s 0.00 0.14 0.00 0.14 -machine_outil machine_outil nom f s 0.11 0.47 0.00 0.07 -machine machine nom f s 67.72 85.00 44.94 58.99 -machiner machiner ver 0.07 0.88 0.02 0.14 inf; -machinerie machinerie nom f s 0.23 2.97 0.18 2.77 -machineries machinerie nom f p 0.23 2.97 0.05 0.20 -machine_outil machine_outil nom f p 0.11 0.47 0.11 0.41 -machines machine nom f p 67.72 85.00 22.79 26.01 -machinette machinette nom f s 0.01 0.07 0.01 0.07 -machinique machinique adj f s 0.00 0.07 0.00 0.07 -machinisme machinisme nom m s 0.00 0.74 0.00 0.74 -machiniste machiniste nom s 1.51 1.15 1.30 0.61 -machinistes machiniste nom p 1.51 1.15 0.20 0.54 -machino machino nom m s 0.02 0.07 0.01 0.00 -machinos machino nom m p 0.02 0.07 0.01 0.07 -machins machin nom m p 14.60 14.32 2.26 4.26 -machiné machiner ver m s 0.07 0.88 0.02 0.27 par:pas; -machinée machiner ver f s 0.07 0.88 0.00 0.14 par:pas; -machinées machiner ver f p 0.07 0.88 0.00 0.14 par:pas; -machinés machiner ver m p 0.07 0.88 0.00 0.07 par:pas; -machisme machisme nom m s 0.36 0.20 0.36 0.20 -machiste machiste adj s 0.41 0.41 0.38 0.34 -machistes machiste adj p 0.41 0.41 0.02 0.07 -machmètre machmètre nom m s 0.02 0.00 0.02 0.00 -macho macho nom m s 3.19 0.74 2.34 0.54 -machos macho nom m p 3.19 0.74 0.84 0.20 -macintosh macintosh nom m s 0.26 0.07 0.26 0.07 -macis macis nom m 0.01 0.00 0.01 0.00 -mackintosh mackintosh nom m s 0.00 0.27 0.00 0.27 -macoute macoute adj m s 0.14 0.07 0.03 0.00 -macoutes macoute adj m p 0.14 0.07 0.11 0.07 -macramé macramé nom m s 0.14 0.68 0.14 0.68 -macres macre nom f p 0.00 0.27 0.00 0.27 -macreuse macreuse nom f s 0.02 0.07 0.02 0.00 -macreuses macreuse nom f p 0.02 0.07 0.00 0.07 -macro macro nom s 0.20 0.00 0.20 0.00 -macrobiotique macrobiotique adj s 0.16 0.20 0.16 0.20 -macroclimat macroclimat nom m s 0.00 0.07 0.00 0.07 -macrocosme macrocosme nom m s 0.00 0.14 0.00 0.14 -macrolide macrolide nom m s 0.01 0.00 0.01 0.00 -macrophage macrophage nom m s 0.01 0.00 0.01 0.00 -macroscopique macroscopique adj m s 0.00 0.07 0.00 0.07 -macroéconomie macroéconomie nom f s 0.02 0.00 0.02 0.00 -macs mac nom m p 7.74 1.82 0.93 0.34 -macère macérer ver 0.32 1.82 0.03 0.07 imp:pre:2s;ind:pre:3s; -macèrent macérer ver 0.32 1.82 0.00 0.14 ind:pre:3p; -macédoine macédoine nom f s 0.14 0.54 0.14 0.41 -macédoines macédoine nom f p 0.14 0.54 0.00 0.14 -macédonien macédonien nom m s 0.23 0.20 0.23 0.20 -macédonienne macédonien adj f s 0.19 0.14 0.15 0.00 -macédoniennes macédonien adj f p 0.19 0.14 0.01 0.00 -macula macula nom f s 0.01 0.00 0.01 0.00 -maculage maculage nom m s 0.00 0.07 0.00 0.07 -maculaient maculer ver 0.59 7.70 0.00 0.20 ind:imp:3p; -maculait maculer ver 0.59 7.70 0.00 0.20 ind:imp:3s; -maculant maculer ver 0.59 7.70 0.01 0.27 par:pre; -maculation maculation nom f s 0.00 0.07 0.00 0.07 -maculature maculature nom f s 0.00 0.07 0.00 0.07 -macule maculer ver 0.59 7.70 0.10 0.14 ind:pre:3s; -maculent maculer ver 0.59 7.70 0.01 0.14 ind:pre:3p; -maculer maculer ver 0.59 7.70 0.02 0.27 inf; -macules macule nom f p 0.00 0.20 0.00 0.14 -maculèrent maculer ver 0.59 7.70 0.00 0.07 ind:pas:3p; -maculé maculer ver m s 0.59 7.70 0.28 1.96 par:pas; -maculée maculer ver f s 0.59 7.70 0.06 1.08 par:pas; -maculées maculer ver f p 0.59 7.70 0.04 1.49 par:pas; -maculés maculer ver m p 0.59 7.70 0.08 1.82 par:pas; -macumba macumba nom f s 1.20 0.00 1.20 0.00 -macérai macérer ver 0.32 1.82 0.00 0.07 ind:pas:1s; -macéraient macérer ver 0.32 1.82 0.00 0.07 ind:imp:3p; -macérait macérer ver 0.32 1.82 0.00 0.07 ind:imp:3s; -macération macération nom f s 0.04 0.74 0.04 0.47 -macérations macération nom f p 0.04 0.74 0.00 0.27 -macérer macérer ver 0.32 1.82 0.23 0.54 inf; -macéré macérer ver m s 0.32 1.82 0.04 0.41 par:pas; -macérée macérer ver f s 0.32 1.82 0.00 0.41 par:pas; -macérés macérer ver m p 0.32 1.82 0.02 0.07 par:pas; -madame madame nom_sup f 307.36 203.45 249.32 198.72 -madapolam madapolam nom m s 0.00 0.20 0.00 0.20 -made_in made_in adv 1.06 0.88 1.06 0.88 -madeleine madeleine nom f s 0.98 1.89 0.37 0.95 -madeleines madeleine nom f p 0.98 1.89 0.61 0.95 -mademoiselle mademoiselle nom f s 73.98 62.36 73.98 62.30 -mademoiselles mademoiselle nom f p 73.98 62.36 0.00 0.07 -madone madone nom f s 5.25 5.14 4.90 4.39 -madones madone nom f p 5.25 5.14 0.35 0.74 -madrague madrague nom f s 0.02 0.00 0.02 0.00 -madras madras nom m 0.03 1.49 0.03 1.49 -madre_de_dios madre_de_dios nom s 0.00 0.07 0.00 0.07 -madre madre nom m s 0.62 0.00 0.62 0.00 -madrier madrier nom m s 0.14 3.24 0.00 0.61 -madriers madrier nom m p 0.14 3.24 0.14 2.64 -madrigal madrigal nom m s 0.14 1.28 0.12 0.68 -madrigaux madrigal nom m p 0.14 1.28 0.03 0.61 -madrilène madrilène adj s 0.30 0.61 0.30 0.47 -madrilènes madrilène nom p 0.37 0.27 0.10 0.20 -madré madré adj m s 0.00 0.27 0.00 0.20 -madrée madré adj f s 0.00 0.27 0.00 0.07 -madrépore madrépore nom m s 0.00 0.27 0.00 0.14 -madrépores madrépore nom m p 0.00 0.27 0.00 0.14 -madrés madré nom m p 0.00 0.07 0.00 0.07 -madère madère nom m s 0.11 0.68 0.11 0.68 -maelström maelström nom m s 0.00 0.41 0.00 0.41 -maelstrom maelstrom nom m s 0.14 0.07 0.14 0.07 -maestria maestria nom f s 0.02 0.41 0.02 0.41 -maestro maestro nom m s 5.96 0.47 5.96 0.47 -maffia maffia nom f s 0.00 0.54 0.00 0.54 -maffieux maffieux nom m 0.01 0.00 0.01 0.00 -maffiosi maffioso nom m p 0.01 0.00 0.01 0.00 -mafflu mafflu adj m s 0.00 0.41 0.00 0.27 -mafflue mafflu adj f s 0.00 0.41 0.00 0.07 -mafflus mafflu adj m p 0.00 0.41 0.00 0.07 -mafia mafia nom f s 11.56 2.97 11.34 2.91 -mafias mafia nom f p 11.56 2.97 0.23 0.07 -mafieuse mafieux adj f s 1.18 0.20 0.34 0.14 -mafieuses mafieux adj f p 1.18 0.20 0.25 0.00 -mafieux mafieux nom m 0.94 0.00 0.94 0.00 -mafiosi mafioso nom m p 0.73 0.14 0.20 0.00 -mafioso mafioso nom m s 0.73 0.14 0.54 0.14 -maganer maganer ver 0.03 0.00 0.03 0.00 inf; -magasin magasin nom m s 60.62 65.54 51.97 45.61 -magasinage magasinage nom m s 0.03 0.00 0.03 0.00 -magasine magasiner ver 0.83 0.00 0.37 0.00 imp:pre:2s;ind:pre:1s;ind:pre:3s; -magasiner magasiner ver 0.83 0.00 0.27 0.00 inf; -magasines magasiner ver 0.83 0.00 0.20 0.00 ind:pre:2s; -magasinier magasinier nom m s 0.55 1.15 0.53 0.68 -magasiniers magasinier nom m p 0.55 1.15 0.01 0.47 -magasinière magasinier nom f s 0.55 1.15 0.01 0.00 -magasins magasin nom m p 60.62 65.54 8.65 19.93 -magazine magazine nom m s 21.42 16.15 14.03 7.03 -magazines magazine nom m p 21.42 16.15 7.39 9.12 -magdalénien magdalénien adj m s 0.14 0.20 0.00 0.07 -magdaléniennes magdalénien adj f p 0.14 0.20 0.14 0.14 -mage mage nom m s 1.57 2.57 0.53 0.95 -magenta magenta adj p 0.07 0.00 0.07 0.00 -mages mage nom m p 1.57 2.57 1.04 1.62 -maghrébin maghrébin adj m s 0.14 0.54 0.14 0.27 -maghrébine maghrébin nom f s 0.81 0.95 0.00 0.14 -maghrébines maghrébin nom f p 0.81 0.95 0.00 0.41 -maghrébins maghrébin nom m p 0.81 0.95 0.67 0.34 -maghzen maghzen nom m s 0.00 0.07 0.00 0.07 -magicien magicien nom m s 13.76 4.05 12.07 2.77 -magicienne magicien nom f s 13.76 4.05 0.53 0.61 -magiciens magicien nom m p 13.76 4.05 1.17 0.68 -magico magico adv 0.03 0.00 0.03 0.00 -magie magie nom f s 25.66 15.20 25.58 15.14 -magies magie nom f p 25.66 15.20 0.07 0.07 -magique magique adj s 26.93 25.88 21.84 19.80 -magiquement magiquement adv 0.14 1.35 0.14 1.35 -magiques magique adj p 26.93 25.88 5.09 6.08 -magister magister nom m s 0.10 1.08 0.10 0.95 -magisters magister nom m p 0.10 1.08 0.00 0.14 -magistral magistral adj m s 1.69 3.72 1.34 2.09 -magistrale magistral adj f s 1.69 3.72 0.33 1.22 -magistralement magistralement adv 0.07 0.54 0.07 0.54 -magistrales magistral adj f p 1.69 3.72 0.01 0.27 -magistrat magistrat nom m s 3.28 6.01 2.71 2.64 -magistrate magistrat nom f s 3.28 6.01 0.16 0.00 -magistrats magistrat nom m p 3.28 6.01 0.41 3.38 -magistrature magistrature nom f s 1.12 0.95 1.12 0.88 -magistratures magistrature nom f p 1.12 0.95 0.00 0.07 -magistraux magistral adj m p 1.69 3.72 0.01 0.14 -magistère magistère nom m s 0.00 0.07 0.00 0.07 -magma magma nom m s 0.33 3.45 0.33 3.38 -magmas magma nom m p 0.33 3.45 0.00 0.07 -magmatique magmatique adj f s 0.04 0.00 0.03 0.00 -magmatiques magmatique adj p 0.04 0.00 0.01 0.00 -magna magner ver 6.36 2.23 0.22 0.00 ind:pas:3s; -magnait magner ver 6.36 2.23 0.00 0.07 ind:imp:3s; -magnaneries magnanerie nom f p 0.00 0.14 0.00 0.14 -magnanime magnanime adj s 1.09 2.09 1.03 1.55 -magnanimes magnanime adj p 1.09 2.09 0.06 0.54 -magnanimité magnanimité nom f s 0.13 0.68 0.13 0.68 -magnans magnan nom m p 0.00 0.07 0.00 0.07 -magnat magnat nom m s 0.96 1.42 0.83 1.28 -magnats magnat nom m p 0.96 1.42 0.13 0.14 -magne magner ver 6.36 2.23 2.38 1.22 imp:pre:2s;ind:pre:1s;ind:pre:3s; -magnent magner ver 6.36 2.23 0.05 0.00 ind:pre:3p; -magner magner ver 6.36 2.23 0.20 0.41 inf; -magnes magner ver 6.36 2.23 0.11 0.47 ind:pre:2s;sub:pre:2s; -magnez magner ver 6.36 2.23 3.34 0.00 imp:pre:2p;ind:pre:2p; -magnifiaient magnifier ver 0.56 2.43 0.00 0.07 ind:imp:3p; -magnifiais magnifier ver 0.56 2.43 0.00 0.07 ind:imp:1s; -magnifiait magnifier ver 0.56 2.43 0.10 0.34 ind:imp:3s; -magnifiant magnifier ver 0.56 2.43 0.00 0.20 par:pre; -magnificat magnificat nom m 0.00 0.54 0.00 0.54 -magnificence magnificence nom f s 0.27 1.96 0.27 1.82 -magnificences magnificence nom f p 0.27 1.96 0.00 0.14 -magnifie magnifier ver 0.56 2.43 0.03 0.20 imp:pre:2s;ind:pre:3s; -magnifient magnifier ver 0.56 2.43 0.00 0.14 ind:pre:3p; -magnifier magnifier ver 0.56 2.43 0.15 0.54 inf; -magnifiez magnifier ver 0.56 2.43 0.00 0.14 ind:pre:2p; -magnifique magnifique adj s 88.22 27.70 78.72 22.91 -magnifiquement magnifiquement adv 1.43 2.77 1.43 2.77 -magnifiques magnifique adj p 88.22 27.70 9.51 4.80 -magnifié magnifier ver m s 0.56 2.43 0.00 0.20 par:pas; -magnifiée magnifier ver f s 0.56 2.43 0.29 0.34 par:pas; -magnifiées magnifier ver f p 0.56 2.43 0.00 0.07 par:pas; -magnifiés magnifier ver m p 0.56 2.43 0.00 0.14 par:pas; -magnitude magnitude nom f s 0.25 0.00 0.25 0.00 -magnolia magnolia nom m s 0.14 3.04 0.10 1.49 -magnolias magnolia nom m p 0.14 3.04 0.05 1.55 -magnons magner ver 6.36 2.23 0.04 0.07 imp:pre:1p; -magné magner ver m s 6.36 2.23 0.01 0.00 par:pas; -magnum magnum nom m s 3.69 1.76 3.62 1.55 -magnums magnum nom m p 3.69 1.76 0.07 0.20 -magnésie magnésie nom f s 0.07 0.14 0.07 0.14 -magnésium magnésium nom m s 0.75 1.08 0.75 1.08 -magnétique magnétique adj s 5.11 3.38 3.74 2.64 -magnétiquement magnétiquement adv 0.13 0.00 0.13 0.00 -magnétiques magnétique adj p 5.11 3.38 1.37 0.74 -magnétisait magnétiser ver 0.14 0.41 0.01 0.07 ind:imp:3s; -magnétise magnétiser ver 0.14 0.41 0.00 0.07 ind:pre:3s; -magnétiseur magnétiseur nom m s 0.01 0.07 0.01 0.00 -magnétiseuses magnétiseur nom f p 0.01 0.07 0.00 0.07 -magnétisme magnétisme nom m s 1.41 0.68 1.41 0.61 -magnétismes magnétisme nom m p 1.41 0.68 0.00 0.07 -magnétisé magnétiser ver m s 0.14 0.41 0.04 0.07 par:pas; -magnétisée magnétiser ver f s 0.14 0.41 0.03 0.07 par:pas; -magnétisées magnétiser ver f p 0.14 0.41 0.04 0.00 par:pas; -magnétisés magnétiser ver m p 0.14 0.41 0.03 0.14 par:pas; -magnétite magnétite nom f s 0.07 0.00 0.07 0.00 -magnéto magnéto nom s 2.89 1.62 2.78 1.35 -magnétomètre magnétomètre nom m s 0.04 0.00 0.04 0.00 -magnétophone magnétophone nom m s 2.70 3.51 2.27 3.24 -magnétophones magnétophone nom m p 2.70 3.51 0.43 0.27 -magnétos magnéto nom p 2.89 1.62 0.11 0.27 -magnétoscope magnétoscope nom m s 2.12 0.81 1.98 0.34 -magnétoscopes magnétoscope nom m p 2.12 0.81 0.14 0.47 -magnétron magnétron nom m s 0.01 0.00 0.01 0.00 -magot magot nom m s 2.24 4.39 2.24 3.51 -magots magot nom m p 2.24 4.39 0.00 0.88 -magouillais magouiller ver 0.69 0.41 0.01 0.14 ind:imp:1s;ind:imp:2s; -magouillait magouiller ver 0.69 0.41 0.03 0.00 ind:imp:3s; -magouillant magouiller ver 0.69 0.41 0.03 0.00 par:pre; -magouille magouille nom f s 2.73 1.35 1.03 0.68 -magouiller magouiller ver 0.69 0.41 0.14 0.14 inf; -magouilles magouille nom f p 2.73 1.35 1.69 0.68 -magouilleur magouilleur nom m s 0.43 0.20 0.29 0.00 -magouilleurs magouilleur nom m p 0.43 0.20 0.14 0.20 -magouillez magouiller ver 0.69 0.41 0.06 0.07 ind:pre:2p; -magouillé magouiller ver m s 0.69 0.41 0.42 0.07 par:pas; -magret magret nom m s 0.01 0.00 0.01 0.00 -magyar magyar adj m s 0.11 0.14 0.10 0.00 -magyare magyar adj f s 0.11 0.14 0.01 0.00 -magyares magyar adj f p 0.11 0.14 0.00 0.07 -magyars magyar nom m p 0.10 0.00 0.10 0.00 -mah_jong mah_jong nom m s 1.54 0.20 1.54 0.20 -maharadja maharadja nom m s 0.14 0.00 0.13 0.00 -maharadjah maharadjah nom m s 1.47 0.68 1.47 0.47 -maharadjahs maharadjah nom m p 1.47 0.68 0.00 0.20 -maharadjas maharadja nom m p 0.14 0.00 0.01 0.00 -maharaja maharaja nom m s 0.02 0.07 0.02 0.00 -maharajah maharajah nom m s 0.51 0.20 0.48 0.07 -maharajahs maharajah nom m p 0.51 0.20 0.02 0.14 -maharajas maharaja nom m p 0.02 0.07 0.00 0.07 -maharani maharani nom f s 1.12 0.14 1.12 0.14 -mahatma mahatma nom m s 0.04 0.07 0.04 0.00 -mahatmas mahatma nom m p 0.04 0.07 0.00 0.07 -mahométan mahométan nom m s 0.01 0.27 0.01 0.07 -mahométane mahométan adj f s 0.01 0.20 0.00 0.07 -mahométans mahométan adj m p 0.01 0.20 0.01 0.07 -mahonia mahonia nom m s 0.00 0.61 0.00 0.41 -mahonias mahonia nom m p 0.00 0.61 0.00 0.20 -mahousse mahousse adj f s 0.03 1.35 0.01 1.08 -mahousses mahousse adj f p 0.03 1.35 0.02 0.27 -mai mai nom s 24.34 45.88 24.34 45.88 -maid maid nom f s 0.13 0.07 0.13 0.07 -maie maie nom f s 0.01 1.22 0.00 1.08 -maies maie nom f p 0.01 1.22 0.01 0.14 -maigre maigre adj s 12.73 62.70 11.10 41.82 -maigrelet maigrelet nom m s 0.27 0.00 0.27 0.00 -maigrelets maigrelet adj m p 0.10 1.01 0.02 0.14 -maigrelette maigrelet adj f s 0.10 1.01 0.00 0.27 -maigrelettes maigrelet adj f p 0.10 1.01 0.01 0.07 -maigrement maigrement adv 0.00 0.27 0.00 0.27 -maigres maigre adj p 12.73 62.70 1.64 20.88 -maigreur maigreur nom f s 0.04 3.99 0.04 3.99 -maigri maigrir ver m s 5.70 8.99 2.81 4.19 par:pas; -maigrichon maigrichon adj m s 1.25 2.30 0.69 0.81 -maigrichonne maigrichon adj f s 1.25 2.30 0.43 0.81 -maigrichonnes maigrichon adj f p 1.25 2.30 0.10 0.41 -maigrichons maigrichon nom m p 0.93 0.61 0.08 0.00 -maigrie maigrir ver f s 5.70 8.99 0.00 0.20 par:pas; -maigriot maigriot nom m s 0.01 0.14 0.01 0.14 -maigrir maigrir ver 5.70 8.99 2.10 2.23 inf; -maigris maigrir ver m p 5.70 8.99 0.36 0.34 imp:pre:2s;ind:pre:1s;ind:pre:2s;par:pas; -maigrissais maigrir ver 5.70 8.99 0.00 0.27 ind:imp:1s; -maigrissait maigrir ver 5.70 8.99 0.02 0.68 ind:imp:3s; -maigrissant maigrir ver 5.70 8.99 0.01 0.07 par:pre; -maigrisse maigrir ver 5.70 8.99 0.04 0.07 sub:pre:1s;sub:pre:3s; -maigrissent maigrir ver 5.70 8.99 0.03 0.14 ind:pre:3p; -maigrisses maigrir ver 5.70 8.99 0.14 0.14 sub:pre:2s; -maigrissez maigrir ver 5.70 8.99 0.05 0.07 imp:pre:2p;ind:pre:2p; -maigrit maigrir ver 5.70 8.99 0.14 0.61 ind:pre:3s;ind:pas:3s; -mail_coach mail_coach nom m s 0.00 0.14 0.00 0.14 -mail mail nom m s 3.29 1.62 2.23 1.62 -mailer mailer ver 0.18 0.00 0.08 0.00 inf; -mailing mailing nom m s 0.04 0.00 0.04 0.00 -maillait mailler ver 0.02 0.27 0.00 0.07 ind:imp:3s; -maille maille nom f s 1.09 9.66 0.71 2.70 -maillechort maillechort nom m s 0.00 0.14 0.00 0.14 -mailler mailler ver 0.02 0.27 0.02 0.00 inf; -mailles maille nom f p 1.09 9.66 0.39 6.96 -maillet maillet nom m s 0.46 2.16 0.41 1.69 -maillets maillet nom m p 0.46 2.16 0.05 0.47 -mailloche mailloche nom f s 0.00 0.47 0.00 0.47 -maillon maillon nom m s 1.12 3.18 0.94 1.89 -maillons maillon nom m p 1.12 3.18 0.19 1.28 -maillot maillot nom m s 9.88 18.99 8.44 15.27 -maillotin maillotin nom m s 0.00 0.14 0.00 0.07 -maillotins maillotin nom m p 0.00 0.14 0.00 0.07 -maillots maillot nom m p 9.88 18.99 1.44 3.72 -maillé maillé adj m s 0.01 0.14 0.00 0.14 -maillés maillé adj m p 0.01 0.14 0.01 0.00 -mails mail nom m p 3.29 1.62 1.05 0.00 -mailé mailer ver m s 0.18 0.00 0.10 0.00 par:pas; -main_courante main_courante nom f s 0.01 0.07 0.01 0.07 -main_d_oeuvre main_d_oeuvre nom f s 0.89 1.62 0.89 1.62 -main_forte main_forte nom f 0.36 0.41 0.36 0.41 -main main nom s 499.60 1229.39 286.62 788.72 -mainate mainate nom m s 0.03 0.74 0.03 0.74 -maincourantier maincourantier nom m s 0.00 0.07 0.00 0.07 -mainlevée mainlevée nom f s 0.01 0.00 0.01 0.00 -mainmise mainmise nom f s 0.14 1.42 0.14 1.42 -mains main nom f p 499.60 1229.39 212.97 440.68 -maint maint adj_ind m s 1.27 0.41 1.27 0.41 -maintînt maintenir ver 121.36 98.51 0.00 0.07 sub:imp:3s; -mainte mainte adj_ind f s 0.20 1.22 0.20 1.22 -maintenaient maintenir ver 121.36 98.51 0.23 2.09 ind:imp:3p; -maintenais maintenir ver 121.36 98.51 0.27 0.47 ind:imp:1s;ind:imp:2s; -maintenait maintenir ver 121.36 98.51 0.32 7.36 ind:imp:3s; -maintenance maintenance nom f s 3.89 0.14 3.89 0.14 -maintenant maintenant adv_sup 1028.86 496.76 1028.86 496.76 -mainteneur mainteneur nom m s 0.00 0.14 0.00 0.07 -mainteneurs mainteneur nom m p 0.00 0.14 0.00 0.07 -maintenez maintenir ver 121.36 98.51 4.28 0.34 imp:pre:2p;ind:pre:2p; -mainteniez maintenir ver 121.36 98.51 0.01 0.00 ind:imp:2p; -maintenions maintenir ver 121.36 98.51 0.04 0.20 ind:imp:1p; -maintenir maintenir ver 121.36 98.51 10.27 21.76 inf; -maintenons maintenir ver 121.36 98.51 0.58 0.34 imp:pre:1p;ind:pre:1p; -maintenu maintenir ver m s 121.36 98.51 1.73 3.78 par:pas; -maintenue maintenir ver f s 121.36 98.51 0.95 2.43 par:pas; -maintenues maintenir ver f p 121.36 98.51 0.14 1.35 par:pas; -maintenus maintenir ver m p 121.36 98.51 0.20 2.23 par:pas; -maintes maintes adj_ind f p 2.36 9.86 2.36 9.86 -maintien maintien nom m s 2.13 10.14 1.87 10.14 -maintiendra maintenir ver 121.36 98.51 0.25 0.34 ind:fut:3s; -maintiendrai maintenir ver 121.36 98.51 0.19 0.14 ind:fut:1s; -maintiendraient maintenir ver 121.36 98.51 0.01 0.14 cnd:pre:3p; -maintiendrait maintenir ver 121.36 98.51 0.02 0.20 cnd:pre:3s; -maintiendras maintenir ver 121.36 98.51 0.04 0.07 ind:fut:2s; -maintiendriez maintenir ver 121.36 98.51 0.00 0.07 cnd:pre:2p; -maintiendrons maintenir ver 121.36 98.51 0.25 0.07 ind:fut:1p; -maintiendront maintenir ver 121.36 98.51 0.08 0.14 ind:fut:3p; -maintienne maintenir ver 121.36 98.51 0.41 0.41 sub:pre:1s;sub:pre:3s; -maintiennent maintenir ver 121.36 98.51 0.44 1.28 ind:pre:3p; -maintiennes maintenir ver 121.36 98.51 0.05 0.00 sub:pre:2s; -maintiens maintenir ver 121.36 98.51 2.17 1.55 imp:pre:2s;ind:pre:1s;ind:pre:2s; -maintient maintenir ver 121.36 98.51 2.63 4.39 ind:pre:3s; -maintinrent maintenir ver 121.36 98.51 0.00 0.34 ind:pas:3p; -maintins maintenir ver 121.36 98.51 0.01 0.34 ind:pas:1s; -maintint maintenir ver 121.36 98.51 0.14 2.03 ind:pas:3s; -maints maints adj_ind m p 0.34 4.39 0.34 4.39 -maire maire nom m s 28.17 13.85 27.91 13.11 -maires maire nom m p 28.17 13.85 0.27 0.61 -mairesse maire nom f s 28.17 13.85 0.00 0.14 -mairie mairie nom f s 13.55 15.95 13.48 15.00 -mairies mairie nom f p 13.55 15.95 0.07 0.95 -mais mais con 5179.05 4463.72 5179.05 4463.72 -maison_mère maison_mère nom f s 0.12 0.14 0.12 0.14 -maison maison nom s 605.75 575.34 570.30 461.55 -maisonnette maisonnette nom f s 0.57 7.97 0.56 5.68 -maisonnettes maisonnette nom f p 0.57 7.97 0.02 2.30 -maisonnée maisonnée nom f s 0.33 1.82 0.33 1.76 -maisonnées maisonnée nom f p 0.33 1.82 0.00 0.07 -maisons maison nom f p 605.75 575.34 35.44 113.78 -maja maja nom f s 0.54 0.14 0.54 0.14 -majesté majesté nom f s 43.43 22.57 42.84 22.30 -majestueuse majestueux adj f s 1.79 11.08 0.53 4.80 -majestueusement majestueusement adv 0.06 1.22 0.06 1.22 -majestueuses majestueux adj f p 1.79 11.08 0.17 0.81 -majestueux majestueux adj m 1.79 11.08 1.09 5.47 -majestés majesté nom f p 43.43 22.57 0.58 0.27 -majeur majeur adj m s 10.45 11.55 4.29 3.85 -majeure majeur adj f s 10.45 11.55 4.81 5.20 -majeures majeur adj f p 10.45 11.55 0.55 1.15 -majeurs majeur adj m p 10.45 11.55 0.81 1.35 -majo majo adj m s 0.00 0.14 0.00 0.14 -majolique majolique nom f s 0.01 0.14 0.01 0.14 -major_général major_général nom s 0.02 0.34 0.02 0.34 -major major nom s 16.95 8.38 16.45 8.04 -majora majorer ver 0.05 0.34 0.00 0.07 ind:pas:3s; -majoral majoral nom m s 0.00 0.07 0.00 0.07 -majorat majorat nom m s 0.00 0.20 0.00 0.20 -majoration majoration nom f s 0.03 0.27 0.03 0.27 -majordome majordome nom m s 2.87 1.42 2.66 1.28 -majordomes majordome nom m p 2.87 1.42 0.20 0.14 -majore majorer ver 0.05 0.34 0.00 0.14 ind:pre:1s;ind:pre:3s; -majorer majorer ver 0.05 0.34 0.04 0.14 inf; -majorette majorette nom f s 1.11 0.61 0.57 0.27 -majorettes majorette nom f p 1.11 0.61 0.54 0.34 -majoritaire majoritaire adj s 1.04 0.61 0.52 0.54 -majoritairement majoritairement adv 0.12 0.00 0.12 0.00 -majoritaires majoritaire adj f p 1.04 0.61 0.52 0.07 -majorité majorité nom f s 11.43 12.57 11.41 12.36 -majorités majorité nom f p 11.43 12.57 0.01 0.20 -majors major nom p 16.95 8.38 0.49 0.34 -majorée majorer ver f s 0.05 0.34 0.01 0.00 par:pas; -majuscule majuscule adj s 0.80 1.69 0.76 0.88 -majuscules majuscule nom f p 0.85 2.84 0.76 2.03 -maki maki nom m s 0.12 0.00 0.12 0.00 -mal_aimé mal_aimé nom m s 0.21 0.07 0.03 0.00 -mal_aimé mal_aimé nom f s 0.21 0.07 0.01 0.07 -mal_aimé mal_aimé nom m p 0.21 0.07 0.17 0.00 -mal_baisé mal_baisé nom m s 0.00 0.20 0.00 0.07 -mal_baisé mal_baisé nom f s 0.00 0.20 0.00 0.14 -mal_pensant mal_pensant adj f s 0.00 0.07 0.00 0.07 -mal_pensant mal_pensant nom m p 0.14 0.07 0.14 0.07 -mal_être mal_être nom m s 0.34 0.20 0.34 0.20 -mal mal adv_sup 453.95 349.46 453.95 349.46 -malabar malabar adj m s 1.30 0.00 1.27 0.00 -malabars malabar nom m p 1.52 1.28 0.46 0.68 -malachite malachite nom f s 0.01 0.27 0.01 0.27 -malade malade adj s 158.27 73.92 147.50 66.22 -malades malade nom f p 41.24 43.18 15.57 17.03 -maladie maladie nom f s 66.04 60.68 52.18 49.59 -maladies maladie nom f p 66.04 60.68 13.86 11.08 -maladif maladif adj m s 1.44 5.14 0.86 2.03 -maladifs maladif adj m p 1.44 5.14 0.02 0.14 -maladive maladif adj f s 1.44 5.14 0.53 2.84 -maladivement maladivement adv 0.45 0.20 0.45 0.20 -maladives maladif adj f p 1.44 5.14 0.02 0.14 -maladrerie maladrerie nom f s 0.01 0.00 0.01 0.00 -maladresse maladresse nom f s 1.02 9.73 0.97 8.24 -maladresses maladresse nom f p 1.02 9.73 0.05 1.49 -maladroit maladroit adj m s 7.52 18.58 4.57 7.77 -maladroite maladroit adj f s 7.52 18.58 2.29 4.53 -maladroitement maladroitement adv 0.27 9.59 0.27 9.59 -maladroites maladroit adj f p 7.52 18.58 0.11 2.16 -maladroits maladroit adj m p 7.52 18.58 0.55 4.12 -malaga malaga nom m s 0.84 1.28 0.84 1.28 -malaire malaire adj s 0.10 0.00 0.10 0.00 -malais malais adj m 0.58 0.61 0.58 0.61 -malaise malaise nom s 6.55 25.14 6.34 23.38 -malaises malaise nom p 6.55 25.14 0.21 1.76 -malaisien malaisien adj m s 0.06 0.00 0.04 0.00 -malaisienne malaisien adj f s 0.06 0.00 0.02 0.00 -malaisiens malaisien nom m p 0.06 0.00 0.02 0.00 -malaisé malaisé adj m s 0.16 2.36 0.13 1.28 -malaisée malaisé adj f s 0.16 2.36 0.01 0.47 -malaisées malaisé adj f p 0.16 2.36 0.01 0.20 -malaisément malaisément adv 0.00 0.95 0.00 0.95 -malaisés malaisé adj m p 0.16 2.36 0.01 0.41 -malandrin malandrin nom m s 0.32 0.61 0.04 0.14 -malandrins malandrin nom m p 0.32 0.61 0.28 0.47 -malappris malappris nom m 0.17 0.20 0.16 0.20 -malapprise malappris nom f s 0.17 0.20 0.01 0.00 -malard malard nom m s 0.01 0.74 0.00 0.68 -malards malard nom m p 0.01 0.74 0.01 0.07 -malaria malaria nom f s 1.57 0.54 1.57 0.47 -malarias malaria nom f p 1.57 0.54 0.00 0.07 -malaventures malaventure nom f p 0.00 0.07 0.00 0.07 -malavisé malavisé adj m s 0.20 0.07 0.17 0.07 -malavisée malavisé adj f s 0.20 0.07 0.04 0.00 -malaxa malaxer ver 0.76 1.89 0.00 0.07 ind:pas:3s; -malaxaient malaxer ver 0.76 1.89 0.00 0.14 ind:imp:3p; -malaxait malaxer ver 0.76 1.89 0.00 0.20 ind:imp:3s; -malaxant malaxer ver 0.76 1.89 0.00 0.20 par:pre; -malaxe malaxer ver 0.76 1.89 0.28 0.27 imp:pre:2s;ind:pre:1s;ind:pre:3s; -malaxer malaxer ver 0.76 1.89 0.45 0.34 inf; -malaxera malaxer ver 0.76 1.89 0.00 0.07 ind:fut:3s; -malaxeur malaxeur nom m s 0.04 0.00 0.04 0.00 -malaxez malaxer ver 0.76 1.89 0.00 0.07 imp:pre:2p; -malaxé malaxer ver m s 0.76 1.89 0.02 0.20 par:pas; -malaxée malaxer ver f s 0.76 1.89 0.00 0.20 par:pas; -malaxées malaxer ver f p 0.76 1.89 0.00 0.07 par:pas; -malaxés malaxer ver m p 0.76 1.89 0.00 0.07 par:pas; -malchance malchance nom f s 5.68 4.80 5.68 4.53 -malchances malchance nom f p 5.68 4.80 0.00 0.27 -malchanceuse malchanceux adj f s 0.94 1.42 0.27 0.27 -malchanceuses malchanceux adj f p 0.94 1.42 0.04 0.07 -malchanceux malchanceux nom m 0.80 0.81 0.79 0.81 -malcommode malcommode adj m s 0.04 0.54 0.04 0.47 -malcommodes malcommode adj p 0.04 0.54 0.00 0.07 -malcontent malcontent adj m s 0.00 0.14 0.00 0.07 -malcontents malcontent adj m p 0.00 0.14 0.00 0.07 -maldonne maldonne nom f s 0.14 1.15 0.14 1.01 -maldonnes maldonne nom f p 0.14 1.15 0.00 0.14 -male mal adj_sup f s 14.55 11.42 0.44 0.14 -malencontre malencontre nom f s 0.00 0.68 0.00 0.41 -malencontres malencontre nom f p 0.00 0.68 0.00 0.27 -malencontreuse malencontreux adj f s 0.89 1.08 0.12 0.47 -malencontreusement malencontreusement adv 0.26 0.88 0.26 0.88 -malencontreuses malencontreux adj f p 0.89 1.08 0.14 0.07 -malencontreux malencontreux adj m 0.89 1.08 0.64 0.54 -malentendant malentendant adj m s 0.04 0.00 0.02 0.00 -malentendant malentendant nom m s 0.38 0.00 0.02 0.00 -malentendante malentendant adj f s 0.04 0.00 0.02 0.00 -malentendants malentendant nom m p 0.38 0.00 0.36 0.00 -malentendu malentendu nom m s 11.82 10.20 10.70 7.30 -malentendus malentendu nom m p 11.82 10.20 1.13 2.91 -males mal adj_sup f p 14.55 11.42 0.28 0.07 -malfaisance malfaisance nom f s 0.19 1.08 0.17 0.88 -malfaisances malfaisance nom f p 0.19 1.08 0.01 0.20 -malfaisant malfaisant adj m s 2.58 3.38 0.96 1.76 -malfaisante malfaisant adj f s 2.58 3.38 0.46 0.61 -malfaisantes malfaisant adj f p 2.58 3.38 0.19 0.34 -malfaisants malfaisant adj m p 2.58 3.38 0.97 0.68 -malfaiteur malfaiteur nom m s 2.93 3.24 1.18 1.82 -malfaiteurs malfaiteur nom m p 2.93 3.24 1.75 1.42 -malfamé malfamé adj m s 0.13 0.27 0.05 0.07 -malfamée malfamé adj f s 0.13 0.27 0.05 0.07 -malfamés malfamé adj m p 0.13 0.27 0.02 0.14 -malfaçon malfaçon nom f s 0.08 0.34 0.04 0.27 -malfaçons malfaçon nom f p 0.08 0.34 0.04 0.07 -malformation malformation nom f s 0.50 0.54 0.50 0.54 -malformé malformé adj m s 0.01 0.00 0.01 0.00 -malfrat malfrat nom m s 1.53 4.73 0.73 1.96 -malfrats malfrat nom m p 1.53 4.73 0.79 2.77 -malgache malgache adj s 0.00 0.61 0.00 0.34 -malgaches malgache nom p 0.02 0.27 0.02 0.27 -malgracieuse malgracieux adj f s 0.01 0.41 0.00 0.07 -malgracieux malgracieux adj m 0.01 0.41 0.01 0.34 -malgré malgré pre 46.50 191.55 46.50 191.55 -malhabile malhabile adj s 0.14 3.24 0.13 2.23 -malhabilement malhabilement adv 0.00 0.07 0.00 0.07 -malhabiles malhabile adj p 0.14 3.24 0.01 1.01 -malherbe malherbe nom f s 0.00 0.07 0.00 0.07 -malheur malheur nom m s 56.89 92.64 49.16 72.84 -malheureuse malheureux adj f s 37.96 58.85 12.48 16.08 -malheureusement malheureusement adv 35.35 21.08 35.35 21.08 -malheureuses malheureux adj f p 37.96 58.85 0.93 2.50 -malheureux malheureux adj m 37.96 58.85 24.55 40.27 -malheurs malheur nom m p 56.89 92.64 7.72 19.80 -malhonnête malhonnête adj s 4.29 1.82 3.34 0.95 -malhonnêtement malhonnêtement adv 0.22 0.27 0.22 0.27 -malhonnêtes malhonnête adj p 4.29 1.82 0.96 0.88 -malhonnêteté malhonnêteté nom f s 0.50 1.89 0.50 1.82 -malhonnêtetés malhonnêteté nom f p 0.50 1.89 0.00 0.07 -mali mali nom m s 0.00 0.07 0.00 0.07 -malice malice nom f s 1.29 10.95 1.22 10.47 -malices malice nom f p 1.29 10.95 0.07 0.47 -malicieuse malicieux adj f s 0.41 4.39 0.17 1.01 -malicieusement malicieusement adv 0.02 0.81 0.02 0.81 -malicieuses malicieux adj f p 0.41 4.39 0.02 0.07 -malicieux malicieux adj m 0.41 4.39 0.21 3.31 -malien malien nom m s 0.00 0.14 0.00 0.07 -malienne malien adj f s 0.02 0.14 0.02 0.00 -maliens malien adj m p 0.02 0.14 0.00 0.14 -maligne malin adj f s 41.49 20.20 3.91 3.45 -malignement malignement adv 0.01 0.68 0.01 0.68 -malignes malin adj f p 41.49 20.20 0.35 0.68 -malignité malignité nom f s 0.04 2.23 0.04 2.03 -malignités malignité nom f p 0.04 2.23 0.00 0.20 -malin malin adj m s 41.49 20.20 33.11 13.38 -maline malin nom f s 22.65 8.18 0.42 0.14 -malines malin nom f p 22.65 8.18 0.06 0.20 -malingre malingre adj s 0.04 3.78 0.03 2.97 -malingres malingre adj p 0.04 3.78 0.01 0.81 -malinké malinké nom m s 0.00 0.07 0.00 0.07 -malinois malinois nom m 0.01 0.20 0.01 0.20 -malins malin adj m p 41.49 20.20 4.13 2.70 -malintentionné malintentionné adj m s 0.17 0.41 0.02 0.20 -malintentionnée malintentionné adj f s 0.17 0.41 0.10 0.07 -malintentionnés malintentionné adj m p 0.17 0.41 0.04 0.14 -mallarméen mallarméen adj m s 0.00 0.07 0.00 0.07 -malle malle nom f s 7.96 15.14 6.53 10.27 -malles malle nom f p 7.96 15.14 1.43 4.86 -mallette mallette nom f s 9.30 6.62 8.97 5.88 -mallettes mallette nom f p 9.30 6.62 0.33 0.74 -mallophages mallophage nom m p 0.00 0.07 0.00 0.07 -malléabilité malléabilité nom f s 0.03 0.14 0.03 0.14 -malléable malléable adj s 0.31 1.42 0.25 1.08 -malléables malléable adj p 0.31 1.42 0.06 0.34 -malléolaire malléolaire adj s 0.03 0.00 0.03 0.00 -malléole malléole nom f s 0.05 0.00 0.05 0.00 -malm malm nom m s 0.01 0.00 0.01 0.00 -malmenage malmenage nom m s 0.01 0.00 0.01 0.00 -malmenaient malmener ver 2.08 3.72 0.00 0.20 ind:imp:3p; -malmenais malmener ver 2.08 3.72 0.01 0.00 ind:imp:1s; -malmenait malmener ver 2.08 3.72 0.06 0.47 ind:imp:3s; -malmenant malmener ver 2.08 3.72 0.04 0.34 par:pre; -malmener malmener ver 2.08 3.72 0.63 0.74 inf; -malmenez malmener ver 2.08 3.72 0.13 0.00 imp:pre:2p;ind:pre:2p; -malmené malmener ver m s 2.08 3.72 0.50 0.61 par:pas; -malmenée malmener ver f s 2.08 3.72 0.25 0.27 par:pas; -malmenées malmener ver f p 2.08 3.72 0.01 0.34 par:pas; -malmenés malmener ver m p 2.08 3.72 0.22 0.34 par:pas; -malmène malmener ver 2.08 3.72 0.18 0.34 imp:pre:2s;ind:pre:3s; -malmènent malmener ver 2.08 3.72 0.05 0.00 ind:pre:3p; -malmèneront malmener ver 2.08 3.72 0.01 0.07 ind:fut:3p; -malnutrition malnutrition nom f s 0.58 0.07 0.58 0.07 -malodorant malodorant adj m s 0.80 2.30 0.25 1.01 -malodorante malodorant adj f s 0.80 2.30 0.27 0.61 -malodorantes malodorant adj f p 0.80 2.30 0.14 0.47 -malodorants malodorant adj m p 0.80 2.30 0.13 0.20 -malotru malotru nom m s 0.46 1.01 0.43 0.81 -malotrus malotru nom m p 0.46 1.01 0.03 0.20 -malouin malouin adj m s 0.00 0.27 0.00 0.07 -malouine malouin adj f s 0.00 0.27 0.00 0.07 -malouines malouin adj f p 0.00 0.27 0.00 0.07 -malouins malouin adj m p 0.00 0.27 0.00 0.07 -malpoli malpoli adj m s 1.04 0.34 0.89 0.14 -malpolie malpoli adj f s 1.04 0.34 0.13 0.07 -malpolis malpoli adj m p 1.04 0.34 0.02 0.14 -malpropre malpropre nom s 0.69 0.74 0.65 0.54 -malproprement malproprement adv 0.00 0.07 0.00 0.07 -malpropres malpropre nom p 0.69 0.74 0.04 0.20 -malpropreté malpropreté nom f s 0.00 0.14 0.00 0.14 -malsain malsain adj m s 5.05 9.05 3.85 4.93 -malsaine malsain adj f s 5.05 9.05 0.95 2.36 -malsainement malsainement adv 0.00 0.07 0.00 0.07 -malsaines malsain adj f p 5.05 9.05 0.18 1.42 -malsains malsain adj m p 5.05 9.05 0.08 0.34 -malsonnants malsonnant adj m p 0.00 0.07 0.00 0.07 -malséance malséance nom f s 0.00 0.07 0.00 0.07 -malséant malséant adj m s 0.06 0.61 0.06 0.54 -malséante malséant adj f s 0.06 0.61 0.00 0.07 -malt malt nom m s 0.68 0.14 0.68 0.14 -malta malter ver 0.23 0.00 0.14 0.00 ind:pas:3s; -maltais maltais nom m 0.16 0.34 0.16 0.34 -maltaises maltais adj f p 0.03 0.27 0.00 0.07 -maltraitaient maltraiter ver 6.31 4.12 0.17 0.00 ind:imp:3p; -maltraitais maltraiter ver 6.31 4.12 0.04 0.07 ind:imp:1s; -maltraitait maltraiter ver 6.31 4.12 0.21 0.34 ind:imp:3s; -maltraitance maltraitance nom f s 0.66 0.00 0.61 0.00 -maltraitances maltraitance nom f p 0.66 0.00 0.05 0.00 -maltraitant maltraiter ver 6.31 4.12 0.01 0.07 par:pre; -maltraite maltraiter ver 6.31 4.12 0.65 0.47 imp:pre:2s;ind:pre:1s;ind:pre:3s; -maltraitent maltraiter ver 6.31 4.12 0.47 0.07 ind:pre:3p; -maltraiter maltraiter ver 6.31 4.12 0.99 0.54 inf; -maltraitera maltraiter ver 6.31 4.12 0.03 0.00 ind:fut:3s; -maltraiterez maltraiter ver 6.31 4.12 0.02 0.00 ind:fut:2p; -maltraitez maltraiter ver 6.31 4.12 0.48 0.07 imp:pre:2p;ind:pre:2p; -maltraitât maltraiter ver 6.31 4.12 0.00 0.07 sub:imp:3s; -maltraitèrent maltraiter ver 6.31 4.12 0.00 0.07 ind:pas:3p; -maltraité maltraiter ver m s 6.31 4.12 1.77 0.88 par:pas; -maltraitée maltraiter ver f s 6.31 4.12 1.06 0.54 par:pas; -maltraitées maltraiter ver f p 6.31 4.12 0.02 0.14 par:pas; -maltraités maltraiter ver m p 6.31 4.12 0.40 0.81 par:pas; -malté malter ver m s 0.23 0.00 0.08 0.00 par:pas; -maltée malter ver f s 0.23 0.00 0.01 0.00 par:pas; -malédiction malédiction nom f s 14.17 9.46 13.27 7.57 -malédictions malédiction nom f p 14.17 9.46 0.90 1.89 -maléfice maléfice nom m s 0.89 1.69 0.56 0.74 -maléfices maléfice nom m p 0.89 1.69 0.33 0.95 -maléficier maléficier ver 0.00 0.07 0.00 0.07 inf; -maléficié maléficié adj m s 0.00 0.07 0.00 0.07 -maléfique maléfique adj s 6.16 4.86 4.71 3.51 -maléfiques maléfique adj p 6.16 4.86 1.44 1.35 -malus malus nom m 0.04 0.00 0.04 0.00 -malveillance malveillance nom f s 0.40 3.85 0.39 3.72 -malveillances malveillance nom f p 0.40 3.85 0.01 0.14 -malveillant malveillant adj m s 0.95 2.23 0.44 0.68 -malveillante malveillant adj f s 0.95 2.23 0.28 0.14 -malveillantes malveillant adj f p 0.95 2.23 0.09 0.81 -malveillants malveillant adj m p 0.95 2.23 0.15 0.61 -malvenu malvenu adj m s 0.37 0.34 0.14 0.34 -malvenue malvenu adj f s 0.37 0.34 0.07 0.00 -malvenus malvenu adj m p 0.37 0.34 0.16 0.00 -malversation malversation nom f s 0.55 0.54 0.07 0.14 -malversations malversation nom f p 0.55 0.54 0.48 0.41 -malvoisie malvoisie nom m s 0.01 0.07 0.01 0.00 -malvoisies malvoisie nom m p 0.01 0.07 0.00 0.07 -mam_selle mam_selle nom f s 0.11 0.07 0.11 0.07 -mam_zelle mam_zelle nom f s 0.03 0.00 0.03 0.00 -mam mam nom f s 0.63 1.62 0.63 0.95 -mamaliga mamaliga nom f s 0.00 0.07 0.00 0.07 -mamamouchi mamamouchi nom m s 0.00 0.14 0.00 0.14 -maman maman nom f s 540.21 144.39 537.44 140.20 -mamans maman nom f p 540.21 144.39 2.76 4.19 -mamba mamba nom m s 0.10 0.00 0.10 0.00 -mambo mambo nom m s 1.58 1.62 1.56 1.62 -mambos mambo nom m p 1.58 1.62 0.02 0.00 -mame mam nom f s 0.63 1.62 0.00 0.68 -mamelle mamelle nom f s 0.83 3.72 0.19 1.01 -mamelles mamelle nom f p 0.83 3.72 0.65 2.70 -mamelon mamelon nom m s 1.49 7.16 0.50 3.85 -mamelonnée mamelonné adj f s 0.00 0.14 0.00 0.14 -mamelons mamelon nom m p 1.49 7.16 0.99 3.31 -mamelouk mamelouk nom m s 0.01 0.34 0.01 0.14 -mamelouks mamelouk nom m p 0.01 0.34 0.00 0.20 -mamelu mamelu adj m s 0.01 0.41 0.00 0.14 -mamelue mamelu adj f s 0.01 0.41 0.01 0.14 -mamelues mamelu adj f p 0.01 0.41 0.00 0.07 -mameluk mameluk nom m s 0.00 2.03 0.00 0.81 -mameluks mameluk nom m p 0.00 2.03 0.00 1.22 -mamelus mamelu adj m p 0.01 0.41 0.00 0.07 -mamie mamie nom f s 18.66 2.30 18.56 2.23 -mamies mamie nom f p 18.66 2.30 0.10 0.07 -mamma mamma nom f s 2.27 0.27 2.27 0.27 -mammaire mammaire adj s 0.58 0.14 0.20 0.07 -mammaires mammaire adj p 0.58 0.14 0.38 0.07 -mammectomie mammectomie nom f s 0.02 0.00 0.02 0.00 -mammifère mammifère nom m s 1.27 1.28 0.40 0.47 -mammifères mammifère nom m p 1.27 1.28 0.87 0.81 -mammographie mammographie nom f s 0.15 0.00 0.15 0.00 -mammoplastie mammoplastie nom f s 0.01 0.00 0.01 0.00 -mammouth mammouth nom m s 1.38 8.18 1.16 7.84 -mammouths mammouth nom m p 1.38 8.18 0.21 0.34 -mammy mammy nom f s 0.41 0.07 0.41 0.07 -mamours mamours nom m p 0.46 0.47 0.46 0.47 -mamy mamy nom f s 0.69 0.00 0.66 0.00 -mamys mamy nom f p 0.69 0.00 0.04 0.00 -mamzelle mamzelle nom f s 0.10 0.07 0.10 0.07 -man man nom s 19.31 6.82 19.31 6.82 -manœuvre manœuvre nom s 2.04 0.00 2.04 0.00 -mana mana nom m s 0.03 0.88 0.03 0.88 -manade manade nom f s 0.00 0.27 0.00 0.07 -manades manade nom f p 0.00 0.27 0.00 0.20 -manage manager ver 1.54 0.47 0.30 0.14 imp:pre:2s;ind:pre:1s;ind:pre:3s; -manageait manager ver 1.54 0.47 0.02 0.00 ind:imp:3s; -management management nom m s 0.57 0.07 0.57 0.07 -manager manager nom m s 8.08 2.57 7.54 1.89 -managerais manager ver 1.54 0.47 0.01 0.00 cnd:pre:2s; -managers manager nom m p 8.08 2.57 0.54 0.68 -manageur manageur nom m s 0.01 0.00 0.01 0.00 -manant manant nom m s 0.40 1.22 0.24 0.27 -manants manant nom m p 0.40 1.22 0.16 0.95 -manceau manceau adj m s 0.00 0.07 0.00 0.07 -mancenillier mancenillier nom m s 0.01 0.14 0.01 0.14 -manche manche nom s 14.25 59.39 10.12 35.41 -mancheron mancheron nom m s 0.00 0.27 0.00 0.07 -mancherons mancheron nom m p 0.00 0.27 0.00 0.20 -manches manche nom p 14.25 59.39 4.13 23.99 -manchette manchette nom f s 2.34 6.22 1.69 1.76 -manchettes manchette nom f p 2.34 6.22 0.65 4.46 -manchon manchon nom m s 0.09 1.76 0.08 1.35 -manchons manchon nom m p 0.09 1.76 0.01 0.41 -manchot manchot nom m s 1.56 1.89 1.47 1.49 -manchote manchot adj f s 1.00 1.55 0.07 0.14 -manchotes manchot nom f p 1.56 1.89 0.00 0.07 -manchots manchot nom m p 1.56 1.89 0.09 0.27 -mandai mander ver 1.26 3.31 0.00 0.14 ind:pas:1s; -mandaient mander ver 1.26 3.31 0.00 0.07 ind:imp:3p; -mandait mander ver 1.26 3.31 0.00 0.27 ind:imp:3s; -mandala mandala nom m s 1.76 0.07 1.76 0.00 -mandalas mandala nom m p 1.76 0.07 0.00 0.07 -mandale mandale nom f s 0.03 0.88 0.03 0.54 -mandales mandale nom f p 0.03 0.88 0.00 0.34 -mandant mandant nom m s 0.10 0.34 0.09 0.00 -mandants mandant nom m p 0.10 0.34 0.01 0.34 -mandarin mandarin nom m s 0.47 1.82 0.43 1.22 -mandarine mandarine nom f s 1.17 3.11 0.60 2.09 -mandarines mandarine nom f p 1.17 3.11 0.56 1.01 -mandarinier mandarinier nom m s 0.00 0.34 0.00 0.07 -mandariniers mandarinier nom m p 0.00 0.34 0.00 0.27 -mandarins mandarin nom m p 0.47 1.82 0.04 0.61 -mandas mander ver 1.26 3.31 0.01 0.00 ind:pas:2s; -mandat_carte mandat_carte nom m s 0.01 0.00 0.01 0.00 -mandat_lettre mandat_lettre nom m s 0.00 0.07 0.00 0.07 -mandat_poste mandat_poste nom m s 0.03 0.07 0.03 0.07 -mandat mandat nom m s 25.25 14.32 23.45 11.76 -mandataire mandataire nom s 0.37 1.82 0.32 0.74 -mandataires mandataire nom p 0.37 1.82 0.05 1.08 -mandatait mandater ver 1.14 0.95 0.00 0.14 ind:imp:3s; -mandatant mandater ver 1.14 0.95 0.00 0.07 par:pre; -mandatement mandatement nom m s 0.00 0.07 0.00 0.07 -mandater mandater ver 1.14 0.95 0.02 0.00 inf; -mandatez mandater ver 1.14 0.95 0.01 0.00 imp:pre:2p; -mandats mandat nom m p 25.25 14.32 1.80 2.57 -mandaté mandater ver m s 1.14 0.95 0.60 0.47 par:pas; -mandatée mandater ver f s 1.14 0.95 0.07 0.00 par:pas; -mandatés mandater ver m p 1.14 0.95 0.44 0.27 par:pas; -mandchoue mandchou adj f s 0.03 0.20 0.03 0.20 -mandchous mandchou nom m p 0.02 0.07 0.02 0.07 -mande mander ver 1.26 3.31 0.60 0.68 imp:pre:2s;ind:pre:1s;ind:pre:3s; -mandement mandement nom m s 0.03 0.07 0.01 0.00 -mandements mandement nom m p 0.03 0.07 0.02 0.07 -mander mander ver 1.26 3.31 0.34 1.15 inf; -mandera mander ver 1.26 3.31 0.01 0.14 ind:fut:3s; -manderai mander ver 1.26 3.31 0.00 0.07 ind:fut:1s; -manderaient mander ver 1.26 3.31 0.01 0.00 cnd:pre:3p; -manderais mander ver 1.26 3.31 0.00 0.07 cnd:pre:1s; -mandes mander ver 1.26 3.31 0.00 0.07 ind:pre:2s; -mandez mander ver 1.26 3.31 0.01 0.20 imp:pre:2p; -mandibulaire mandibulaire adj f s 0.02 0.00 0.02 0.00 -mandibule mandibule nom f s 0.55 2.36 0.17 0.07 -mandibules mandibule nom f p 0.55 2.36 0.38 2.30 -mandingue mandingue adj s 0.01 0.00 0.01 0.00 -mandingues mandingue nom p 0.30 0.00 0.30 0.00 -mandoline mandoline nom f s 0.55 1.15 0.54 0.88 -mandolines mandoline nom f p 0.55 1.15 0.01 0.27 -mandore mandore nom f s 0.00 1.55 0.00 1.55 -mandorle mandorle nom f s 0.00 0.34 0.00 0.27 -mandorles mandorle nom f p 0.00 0.34 0.00 0.07 -mandragore mandragore nom f s 0.47 1.69 0.42 1.01 -mandragores mandragore nom f p 0.47 1.69 0.05 0.68 -mandrill mandrill nom m s 0.01 0.00 0.01 0.00 -mandrin mandrin nom m s 0.15 0.41 0.15 0.27 -mandrins mandrin nom m p 0.15 0.41 0.00 0.14 -mandèrent mander ver 1.26 3.31 0.00 0.07 ind:pas:3p; -mandé mander ver m s 1.26 3.31 0.28 0.27 par:pas; -manducation manducation nom f s 0.00 0.07 0.00 0.07 -mandée mander ver f s 1.26 3.31 0.00 0.14 par:pas; -manette manette nom f s 1.08 2.64 0.65 0.95 -manettes manette nom f p 1.08 2.64 0.43 1.69 -manga manga nom m s 0.37 0.47 0.04 0.47 -manganite manganite nom m s 0.14 0.00 0.14 0.00 -manganèse manganèse nom m s 0.23 0.07 0.23 0.07 -mangas manga nom m p 0.37 0.47 0.32 0.00 -mange_disque mange_disque nom m s 0.11 0.07 0.10 0.00 -mange_disque mange_disque nom m p 0.11 0.07 0.01 0.07 -mange_tout mange_tout nom m 0.01 0.07 0.01 0.07 -mange manger ver 467.86 280.61 103.81 31.96 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -mangea manger ver 467.86 280.61 0.66 5.54 ind:pas:3s; -mangeable mangeable adj s 0.72 0.68 0.68 0.54 -mangeables mangeable adj m p 0.72 0.68 0.04 0.14 -mangeai manger ver 467.86 280.61 0.02 1.55 ind:pas:1s; -mangeaient manger ver 467.86 280.61 0.99 7.91 ind:imp:3p; -mangeaille mangeaille nom f s 0.14 1.28 0.14 1.08 -mangeailles mangeaille nom f p 0.14 1.28 0.00 0.20 -mangeais manger ver 467.86 280.61 2.31 2.91 ind:imp:1s;ind:imp:2s; -mangeait manger ver 467.86 280.61 4.93 20.14 ind:imp:3s; -mangeant manger ver 467.86 280.61 3.13 7.57 par:pre; -mangeas manger ver 467.86 280.61 0.10 0.07 ind:pas:2s; -mangeasse manger ver 467.86 280.61 0.00 0.07 sub:imp:1s; -mangent manger ver 467.86 280.61 13.77 8.18 ind:pre:3p;sub:pre:3p; -mangeoire mangeoire nom f s 0.46 1.08 0.23 0.95 -mangeoires mangeoire nom f p 0.46 1.08 0.22 0.14 -mangeâmes manger ver 467.86 280.61 0.01 0.47 ind:pas:1p; -mangeons manger ver 467.86 280.61 4.05 1.82 imp:pre:1p;ind:pre:1p; -mangeât manger ver 467.86 280.61 0.00 0.34 sub:imp:3s; -manger manger ver 467.86 280.61 207.63 134.26 inf;; -mangera manger ver 467.86 280.61 4.91 1.35 ind:fut:3s; -mangerai manger ver 467.86 280.61 5.01 1.42 ind:fut:1s; -mangeraient manger ver 467.86 280.61 0.13 0.54 cnd:pre:3p; -mangerais manger ver 467.86 280.61 2.84 1.08 cnd:pre:1s;cnd:pre:2s; -mangerait manger ver 467.86 280.61 1.88 1.96 cnd:pre:3s; -mangeras manger ver 467.86 280.61 2.54 1.49 ind:fut:2s; -mangerez manger ver 467.86 280.61 1.43 0.54 ind:fut:2p; -mangerie mangerie nom f s 0.00 0.07 0.00 0.07 -mangeriez manger ver 467.86 280.61 0.32 0.07 cnd:pre:2p; -mangerions manger ver 467.86 280.61 0.03 0.27 cnd:pre:1p; -mangerons manger ver 467.86 280.61 1.49 0.74 ind:fut:1p; -mangeront manger ver 467.86 280.61 1.43 0.81 ind:fut:3p; -manges manger ver 467.86 280.61 20.56 4.46 ind:pre:2s;sub:pre:2s; -mangetout mangetout nom m 0.00 0.07 0.00 0.07 -mangeur mangeur nom m s 3.37 3.04 1.49 1.01 -mangeurs mangeur nom m p 3.37 3.04 1.07 1.55 -mangeuse mangeur nom f s 3.37 3.04 0.81 0.27 -mangeuses mangeuse nom f p 0.08 0.00 0.08 0.00 -mangez manger ver 467.86 280.61 17.85 3.31 imp:pre:2p;ind:pre:2p; -mangiez manger ver 467.86 280.61 0.91 0.20 ind:imp:2p; -mangions manger ver 467.86 280.61 0.34 1.89 ind:imp:1p; -mango mango nom s 0.07 0.00 0.07 0.00 -mangonneaux mangonneau nom m p 0.00 0.54 0.00 0.54 -mangouste mangouste nom f s 0.33 0.00 0.33 0.00 -mangrove mangrove nom f s 0.02 0.07 0.01 0.07 -mangroves mangrove nom f p 0.02 0.07 0.01 0.00 -mangèrent manger ver 467.86 280.61 0.33 3.72 ind:pas:3p; -mangé manger ver m s 467.86 280.61 60.43 27.50 par:pas; -mangue mangue nom f s 1.44 2.09 0.73 0.74 -mangée manger ver f s 467.86 280.61 1.98 3.04 par:pas; -mangues mangue nom f p 1.44 2.09 0.71 1.35 -mangées manger ver f p 467.86 280.61 0.38 1.01 par:pas; -manguier manguier nom m s 0.05 1.42 0.03 0.20 -manguiers manguier nom m p 0.05 1.42 0.02 1.22 -mangés manger ver m p 467.86 280.61 1.66 2.43 par:pas; -manhattan manhattan nom s 0.07 0.14 0.07 0.14 -mania manier ver 5.70 16.22 0.61 0.14 ind:pas:3s; -maniabilité maniabilité nom f s 0.03 0.00 0.03 0.00 -maniable maniable adj s 0.51 0.95 0.27 0.88 -maniables maniable adj p 0.51 0.95 0.24 0.07 -maniaco_dépressif maniaco_dépressif adj m s 0.38 0.14 0.17 0.00 -maniaco_dépressif maniaco_dépressif adj m p 0.38 0.14 0.08 0.14 -maniaco_dépressif maniaco_dépressif adj f s 0.38 0.14 0.13 0.00 -maniacodépressif maniacodépressif adj m s 0.06 0.00 0.03 0.00 -maniacodépressive maniacodépressif adj f s 0.06 0.00 0.03 0.00 -maniaient manier ver 5.70 16.22 0.00 0.74 ind:imp:3p; -maniais manier ver 5.70 16.22 0.02 0.20 ind:imp:1s; -maniait manier ver 5.70 16.22 0.08 2.43 ind:imp:3s; -maniant manier ver 5.70 16.22 0.20 1.49 par:pre; -maniaque maniaque nom s 5.63 4.39 5.11 3.04 -maniaquement maniaquement adv 0.00 0.27 0.00 0.27 -maniaquerie maniaquerie nom f s 0.00 0.34 0.00 0.27 -maniaqueries maniaquerie nom f p 0.00 0.34 0.00 0.07 -maniaques maniaque nom p 5.63 4.39 0.52 1.35 -manichéen manichéen adj m s 0.04 0.27 0.04 0.27 -manichéisme manichéisme nom m s 0.00 0.61 0.00 0.61 -manichéiste manichéiste nom s 0.00 0.07 0.00 0.07 -manie manie nom f s 6.63 18.38 5.42 13.18 -maniement maniement nom m s 0.50 3.72 0.50 3.58 -maniements maniement nom m p 0.50 3.72 0.00 0.14 -manient manier ver 5.70 16.22 0.17 0.54 ind:pre:3p; -manier manier ver 5.70 16.22 2.96 7.23 inf; -manierais manier ver 5.70 16.22 0.01 0.00 cnd:pre:1s; -manieront manier ver 5.70 16.22 0.00 0.07 ind:fut:3p; -manies manie nom f p 6.63 18.38 1.21 5.20 -manieur manieur nom m s 0.03 0.47 0.03 0.27 -manieurs manieur nom m p 0.03 0.47 0.00 0.14 -manieuse manieur nom f s 0.03 0.47 0.00 0.07 -maniez manier ver 5.70 16.22 0.24 0.00 imp:pre:2p;ind:pre:2p; -manif manif nom f s 4.98 2.16 3.33 1.49 -manifesta manifester ver 10.28 38.04 0.02 3.31 ind:pas:3s; -manifestai manifester ver 10.28 38.04 0.00 0.14 ind:pas:1s; -manifestaient manifester ver 10.28 38.04 0.22 2.30 ind:imp:3p; -manifestais manifester ver 10.28 38.04 0.04 0.27 ind:imp:1s;ind:imp:2s; -manifestait manifester ver 10.28 38.04 0.52 6.82 ind:imp:3s; -manifestant manifester ver 10.28 38.04 0.21 1.42 par:pre; -manifestante manifestant nom f s 2.06 2.30 0.01 0.07 -manifestantes manifestant nom f p 2.06 2.30 0.01 0.14 -manifestants manifestant nom m p 2.06 2.30 1.96 2.03 -manifestation manifestation nom f s 8.90 17.16 5.96 9.80 -manifestations manifestation nom f p 8.90 17.16 2.94 7.36 -manifeste manifester ver 10.28 38.04 1.77 4.39 imp:pre:2s;ind:pre:1s;ind:pre:3s; -manifestement manifestement adv 5.79 6.76 5.79 6.76 -manifestent manifester ver 10.28 38.04 0.92 1.28 ind:pre:3p; -manifester manifester ver 10.28 38.04 3.16 9.80 inf; -manifestera manifester ver 10.28 38.04 0.21 0.00 ind:fut:3s; -manifesterai manifester ver 10.28 38.04 0.01 0.07 ind:fut:1s; -manifesteraient manifester ver 10.28 38.04 0.14 0.00 cnd:pre:3p; -manifesterais manifester ver 10.28 38.04 0.02 0.00 cnd:pre:2s; -manifesterait manifester ver 10.28 38.04 0.02 0.14 cnd:pre:3s; -manifesteront manifester ver 10.28 38.04 0.19 0.07 ind:fut:3p; -manifestes manifeste adj p 1.10 3.45 0.23 0.41 -manifestez manifester ver 10.28 38.04 0.38 0.20 imp:pre:2p;ind:pre:2p; -manifestiez manifester ver 10.28 38.04 0.06 0.00 ind:imp:2p; -manifestions manifester ver 10.28 38.04 0.00 0.07 ind:imp:1p; -manifestons manifester ver 10.28 38.04 0.01 0.00 ind:pre:1p; -manifestât manifester ver 10.28 38.04 0.00 0.41 sub:imp:3s; -manifestèrent manifester ver 10.28 38.04 0.00 0.27 ind:pas:3p; -manifesté manifester ver m s 10.28 38.04 1.53 5.14 par:pas; -manifestée manifester ver f s 10.28 38.04 0.57 1.35 par:pas; -manifestées manifester ver f p 10.28 38.04 0.11 0.07 par:pas; -manifestés manifester ver m p 10.28 38.04 0.08 0.41 par:pas; -manifold manifold nom m s 0.00 0.20 0.00 0.14 -manifolds manifold nom m p 0.00 0.20 0.00 0.07 -manifs manif nom f p 4.98 2.16 1.66 0.68 -manigance manigancer ver 5.03 1.35 0.92 0.34 ind:pre:1s;ind:pre:3s; -manigancent manigancer ver 5.03 1.35 0.41 0.14 ind:pre:3p; -manigancer manigancer ver 5.03 1.35 0.45 0.14 inf; -manigancerait manigancer ver 5.03 1.35 0.00 0.07 cnd:pre:3s; -manigances manigancer ver 5.03 1.35 0.70 0.07 ind:pre:2s; -manigancez manigancer ver 5.03 1.35 0.56 0.07 ind:pre:2p; -maniganciez manigancer ver 5.03 1.35 0.05 0.00 ind:imp:2p; -manigancé manigancer ver m s 5.03 1.35 1.59 0.27 par:pas; -manigancée manigancer ver f s 5.03 1.35 0.01 0.14 par:pas; -manigançaient manigancer ver 5.03 1.35 0.04 0.00 ind:imp:3p; -manigançais manigancer ver 5.03 1.35 0.03 0.00 ind:imp:1s;ind:imp:2s; -manigançait manigancer ver 5.03 1.35 0.28 0.14 ind:imp:3s; -manilla maniller ver 0.02 0.00 0.02 0.00 ind:pas:3s; -manille manille nom f s 0.40 0.95 0.40 0.81 -manilles manille nom f p 0.40 0.95 0.00 0.14 -manilleurs manilleur nom m p 0.00 0.07 0.00 0.07 -manillon manillon nom m s 0.27 0.00 0.27 0.00 -manioc manioc nom m s 0.23 0.88 0.23 0.88 -manip manip nom f s 0.09 0.14 0.09 0.07 -manipe manip nom f s 0.09 0.14 0.00 0.07 -manipula manipuler ver 12.35 6.01 0.14 0.41 ind:pas:3s; -manipulable manipulable adj s 0.14 0.27 0.09 0.14 -manipulables manipulable adj m p 0.14 0.27 0.05 0.14 -manipulaient manipuler ver 12.35 6.01 0.03 0.14 ind:imp:3p; -manipulais manipuler ver 12.35 6.01 0.02 0.07 ind:imp:1s;ind:imp:2s; -manipulait manipuler ver 12.35 6.01 0.31 0.61 ind:imp:3s; -manipulant manipuler ver 12.35 6.01 0.13 0.61 par:pre; -manipulateur manipulateur nom m s 1.44 0.54 0.81 0.41 -manipulateurs manipulateur nom m p 1.44 0.54 0.23 0.14 -manipulation manipulation nom f s 2.63 2.16 2.00 1.01 -manipulations manipulation nom f p 2.63 2.16 0.63 1.15 -manipulatrice manipulateur nom f s 1.44 0.54 0.40 0.00 -manipulatrices manipulatrice nom f p 0.02 0.00 0.02 0.00 -manipule manipuler ver 12.35 6.01 2.02 0.54 imp:pre:2s;ind:pre:1s;ind:pre:3s; -manipulent manipuler ver 12.35 6.01 0.27 0.20 ind:pre:3p; -manipuler manipuler ver 12.35 6.01 4.36 1.82 inf; -manipulera manipuler ver 12.35 6.01 0.02 0.00 ind:fut:3s; -manipulerai manipuler ver 12.35 6.01 0.03 0.00 ind:fut:1s; -manipulerait manipuler ver 12.35 6.01 0.01 0.00 cnd:pre:3s; -manipuleras manipuler ver 12.35 6.01 0.03 0.00 ind:fut:2s; -manipules manipuler ver 12.35 6.01 0.28 0.00 ind:pre:2s; -manipulez manipuler ver 12.35 6.01 0.40 0.07 imp:pre:2p;ind:pre:2p; -manipulons manipuler ver 12.35 6.01 0.03 0.07 ind:pre:1p; -manipulé manipuler ver m s 12.35 6.01 2.40 0.68 par:pas; -manipulée manipuler ver f s 12.35 6.01 1.01 0.14 par:pas; -manipulées manipuler ver f p 12.35 6.01 0.13 0.07 par:pas; -manipulés manipuler ver m p 12.35 6.01 0.74 0.61 par:pas; -manière manière nom f s 72.31 157.77 55.43 134.66 -manièrent manier ver 5.70 16.22 0.00 0.07 ind:pas:3p; -manières manière nom f p 72.31 157.77 16.89 23.11 -manitoba manitoba nom m s 0.00 0.07 0.00 0.07 -manitou manitou nom m s 0.51 0.88 0.47 0.74 -manitous manitou nom m p 0.51 0.88 0.04 0.14 -manié manier ver m s 5.70 16.22 0.33 1.01 par:pas; -maniée manier ver f s 5.70 16.22 0.01 0.27 par:pas; -maniées manier ver f p 5.70 16.22 0.00 0.14 par:pas; -maniérisme maniérisme nom m s 0.07 0.34 0.05 0.27 -maniérismes maniérisme nom m p 0.07 0.34 0.02 0.07 -maniériste maniériste adj s 0.01 0.00 0.01 0.00 -maniéristes maniériste nom p 0.00 0.07 0.00 0.07 -maniéré maniéré adj m s 0.16 0.74 0.04 0.20 -maniérée maniéré adj f s 0.16 0.74 0.11 0.07 -maniérées maniéré adj f p 0.16 0.74 0.01 0.20 -maniérés maniéré adj m p 0.16 0.74 0.00 0.27 -maniés manier ver m p 5.70 16.22 0.00 0.34 par:pas; -manivelle manivelle nom f s 1.55 31.96 1.54 31.22 -manivelles manivelle nom f p 1.55 31.96 0.01 0.74 -manne manne nom f s 0.65 1.35 0.52 1.22 -mannequin mannequin nom s 12.33 10.68 8.43 6.01 -mannequine mannequiner ver 0.00 0.07 0.00 0.07 ind:pre:3s; -mannequins mannequin nom p 12.33 10.68 3.90 4.66 -mannes manne nom f p 0.65 1.35 0.14 0.14 -mannezingue mannezingue nom m s 0.00 0.20 0.00 0.20 -mannitol mannitol nom m s 0.19 0.00 0.19 0.00 -manoeuvra manoeuvrer ver 1.79 13.78 0.00 0.88 ind:pas:3s; -manoeuvrabilité manoeuvrabilité nom f s 0.04 0.00 0.04 0.00 -manoeuvrable manoeuvrable adj f s 0.04 0.07 0.04 0.07 -manoeuvraient manoeuvrer ver 1.79 13.78 0.14 0.61 ind:imp:3p; -manoeuvrais manoeuvrer ver 1.79 13.78 0.01 0.20 ind:imp:1s; -manoeuvrait manoeuvrer ver 1.79 13.78 0.04 1.89 ind:imp:3s; -manoeuvrant manoeuvrer ver 1.79 13.78 0.00 1.22 par:pre; -manoeuvre manoeuvre nom s 7.22 26.42 4.76 16.08 -manoeuvrent manoeuvrer ver 1.79 13.78 0.00 0.54 ind:pre:3p; -manoeuvrer manoeuvrer ver 1.79 13.78 0.85 5.20 inf; -manoeuvres manoeuvre nom p 7.22 26.42 2.46 10.34 -manoeuvrez manoeuvrer ver 1.79 13.78 0.02 0.00 imp:pre:2p;ind:pre:2p; -manoeuvrier manoeuvrier adj m s 0.00 0.41 0.00 0.14 -manoeuvriers manoeuvrier nom m p 0.00 0.14 0.00 0.07 -manoeuvrière manoeuvrier adj f s 0.00 0.41 0.00 0.14 -manoeuvrières manoeuvrier adj f p 0.00 0.41 0.00 0.14 -manoeuvrons manoeuvrer ver 1.79 13.78 0.01 0.07 imp:pre:1p;ind:pre:1p; -manoeuvrèrent manoeuvrer ver 1.79 13.78 0.00 0.07 ind:pas:3p; -manoeuvré manoeuvrer ver m s 1.79 13.78 0.12 1.15 par:pas; -manoeuvrée manoeuvrer ver f s 1.79 13.78 0.01 0.34 par:pas; -manoeuvrées manoeuvrer ver f p 1.79 13.78 0.00 0.14 par:pas; -manoeuvrés manoeuvrer ver m p 1.79 13.78 0.00 0.07 par:pas; -manoir manoir nom m s 6.08 9.59 5.87 9.05 -manoirs manoir nom m p 6.08 9.59 0.21 0.54 -manomètre manomètre nom m s 0.47 0.27 0.42 0.14 -manomètres manomètre nom m p 0.47 0.27 0.05 0.14 -manouche manouche nom s 0.13 0.88 0.09 0.68 -manouches manouche nom p 0.13 0.88 0.05 0.20 -manouvrier manouvrier nom m s 0.01 0.00 0.01 0.00 -manqua manquer ver 253.94 197.64 0.79 6.01 ind:pas:3s; -manquai manquer ver 253.94 197.64 0.01 0.68 ind:pas:1s; -manquaient manquer ver 253.94 197.64 1.38 12.09 ind:imp:3p; -manquais manquer ver 253.94 197.64 2.85 3.51 ind:imp:1s;ind:imp:2s; -manquait manquer ver 253.94 197.64 18.13 48.78 ind:imp:3s; -manquant manquant adj m s 4.74 2.23 1.75 0.95 -manquante manquant adj f s 4.74 2.23 0.85 0.27 -manquantes manquant adj f p 4.74 2.23 1.23 0.47 -manquants manquant adj m p 4.74 2.23 0.92 0.54 -manquassent manquer ver 253.94 197.64 0.14 0.07 sub:imp:3p; -manque manquer ver 253.94 197.64 98.77 41.49 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -manquement manquement nom m s 0.54 1.55 0.39 1.08 -manquements manquement nom m p 0.54 1.55 0.15 0.47 -manquent manquer ver 253.94 197.64 10.51 8.99 ind:pre:3p;sub:pre:3p; -manquer manquer ver 253.94 197.64 30.61 24.39 inf; -manquera manquer ver 253.94 197.64 5.21 2.36 ind:fut:3s; -manquerai manquer ver 253.94 197.64 3.86 0.54 ind:fut:1s; -manqueraient manquer ver 253.94 197.64 0.17 1.82 cnd:pre:3p; -manquerais manquer ver 253.94 197.64 0.90 1.01 cnd:pre:1s;cnd:pre:2s; -manquerait manquer ver 253.94 197.64 3.97 6.22 cnd:pre:3s; -manqueras manquer ver 253.94 197.64 2.88 0.54 ind:fut:2s; -manquerez manquer ver 253.94 197.64 1.54 0.61 ind:fut:2p; -manqueriez manquer ver 253.94 197.64 0.25 0.00 cnd:pre:2p; -manquerions manquer ver 253.94 197.64 0.02 0.20 cnd:pre:1p; -manquerons manquer ver 253.94 197.64 0.22 0.20 ind:fut:1p; -manqueront manquer ver 253.94 197.64 1.03 1.28 ind:fut:3p; -manques manquer ver 253.94 197.64 20.07 1.76 ind:pre:2s;sub:pre:2s; -manquez manquer ver 253.94 197.64 5.98 1.89 imp:pre:2p;ind:pre:2p; -manquiez manquer ver 253.94 197.64 0.92 0.14 ind:imp:2p; -manquions manquer ver 253.94 197.64 0.31 0.61 ind:imp:1p; -manquâmes manquer ver 253.94 197.64 0.01 0.34 ind:pas:1p; -manquons manquer ver 253.94 197.64 2.06 1.15 imp:pre:1p;ind:pre:1p; -manquât manquer ver 253.94 197.64 0.00 0.61 sub:imp:3s; -manquèrent manquer ver 253.94 197.64 0.16 0.88 ind:pas:3p; -manqué manquer ver m s 253.94 197.64 38.94 24.53 par:pas; -manquée manquer ver f s 253.94 197.64 1.48 1.42 par:pas; -manquées manqué adj f p 2.43 4.80 0.30 0.74 -manqués manquer ver m p 253.94 197.64 0.32 0.20 par:pas; -mansard mansarde nom m s 0.50 5.27 0.00 0.07 -mansarde mansarde nom f s 0.50 5.27 0.46 3.38 -mansardes mansarde nom f p 0.50 5.27 0.03 1.82 -mansardé mansarder ver m s 0.10 0.41 0.10 0.07 par:pas; -mansardée mansardé adj f s 0.00 1.22 0.00 0.61 -mansardées mansarder ver f p 0.10 0.41 0.00 0.27 par:pas; -mansion mansion nom f s 0.05 0.00 0.01 0.00 -mansions mansion nom f p 0.05 0.00 0.04 0.00 -mansuétude mansuétude nom f s 0.17 2.09 0.17 2.03 -mansuétudes mansuétude nom f p 0.17 2.09 0.00 0.07 -manta manta nom f s 0.72 0.00 0.72 0.00 -mante mante nom f s 0.72 1.69 0.57 0.47 -manteau manteau nom m s 39.97 68.11 36.16 58.99 -manteaux manteau nom m p 39.97 68.11 3.81 9.12 -mantelet mantelet nom m s 0.00 0.27 0.00 0.20 -mantelets mantelet nom m p 0.00 0.27 0.00 0.07 -mantelure mantelure nom f s 0.00 0.07 0.00 0.07 -mantes mante nom f p 0.72 1.69 0.15 1.22 -manège manège nom m s 5.92 15.27 5.22 13.51 -manèges manège nom m p 5.92 15.27 0.70 1.76 -mantille mantille nom f s 0.02 1.35 0.01 0.81 -mantilles mantille nom f p 0.02 1.35 0.01 0.54 -mantique mantique nom f s 0.00 0.07 0.00 0.07 -mantra mantra nom m s 0.34 0.07 0.34 0.07 -manu_militari manu_militari adv 0.16 0.20 0.16 0.20 -manubrium manubrium nom m s 0.03 0.00 0.03 0.00 -manécanterie manécanterie nom f s 0.00 0.27 0.00 0.27 -manucure manucure nom s 2.15 1.55 1.95 1.15 -manucurer manucurer ver 0.27 0.95 0.10 0.00 inf; -manucures manucure nom p 2.15 1.55 0.19 0.41 -manucuré manucurer ver m s 0.27 0.95 0.03 0.07 par:pas; -manucurée manucurer ver f s 0.27 0.95 0.01 0.14 par:pas; -manucurées manucurer ver f p 0.27 0.95 0.03 0.27 par:pas; -manucurés manucurer ver m p 0.27 0.95 0.09 0.27 par:pas; -manuel manuel nom m s 6.63 8.18 4.94 3.85 -manuelle manuel adj f s 5.70 3.85 1.16 0.61 -manuellement manuellement adv 1.40 0.14 1.40 0.14 -manuelles manuel adj f p 5.70 3.85 0.28 0.20 -manuels manuel nom m p 6.63 8.18 1.52 4.05 -manufacture manufacture nom f s 0.37 2.03 0.35 1.49 -manufacturer manufacturer ver 0.11 0.74 0.02 0.14 inf; -manufactures manufacture nom f p 0.37 2.03 0.02 0.54 -manufacturiers manufacturier nom m p 0.10 0.00 0.10 0.00 -manufacturons manufacturer ver 0.11 0.74 0.01 0.00 ind:pre:1p; -manufacturé manufacturer ver m s 0.11 0.74 0.04 0.07 par:pas; -manufacturée manufacturer ver f s 0.11 0.74 0.03 0.00 par:pas; -manufacturées manufacturer ver f p 0.11 0.74 0.00 0.07 par:pas; -manufacturés manufacturer ver m p 0.11 0.74 0.00 0.47 par:pas; -manégés manéger ver m p 0.00 0.07 0.00 0.07 par:pas; -manuscrit manuscrit nom m s 5.48 17.36 3.87 12.09 -manuscrite manuscrit adj f s 0.27 2.64 0.10 0.68 -manuscrites manuscrit adj f p 0.27 2.64 0.02 0.74 -manuscrits manuscrit nom m p 5.48 17.36 1.61 5.27 -manutention manutention nom f s 0.04 0.61 0.04 0.54 -manutentionnaire manutentionnaire nom s 0.14 0.41 0.12 0.27 -manutentionnaires manutentionnaire nom p 0.14 0.41 0.01 0.14 -manutentionner manutentionner ver 0.20 0.00 0.20 0.00 inf; -manutentions manutention nom f p 0.04 0.61 0.00 0.07 -manuélin manuélin adj m s 0.00 0.07 0.00 0.07 -manzanilla manzanilla nom m s 0.00 0.61 0.00 0.61 -mao mao nom s 0.21 0.68 0.21 0.41 -maoïsme maoïsme nom m s 0.01 0.07 0.01 0.07 -maoïste maoïste adj s 0.00 0.34 0.00 0.34 -maori maori adj m s 0.17 0.00 0.15 0.00 -maorie maori adj f s 0.17 0.00 0.02 0.00 -maos mao nom p 0.21 0.68 0.00 0.27 -maous maous adj m 0.09 0.74 0.09 0.74 -maousse maousse adj f s 0.14 0.54 0.14 0.54 -mappemonde mappemonde nom f s 0.07 1.76 0.06 1.42 -mappemondes mappemonde nom f p 0.07 1.76 0.01 0.34 -maquaient maquer ver 0.88 1.35 0.00 0.07 ind:imp:3p; -maque maquer ver 0.88 1.35 0.20 0.07 imp:pre:2s;ind:pre:1s;ind:pre:3s; -maquent maquer ver 0.88 1.35 0.00 0.07 ind:pre:3p; -maquer maquer ver 0.88 1.35 0.15 0.68 inf; -maquereau maquereau nom m s 7.23 7.03 5.32 3.38 -maquereautage maquereautage nom m s 0.10 0.14 0.10 0.14 -maquereauter maquereauter ver 0.13 0.00 0.13 0.00 inf; -maquereautins maquereautin nom m p 0.00 0.07 0.00 0.07 -maquereaux maquereau nom m p 7.23 7.03 1.35 2.03 -maquerellage maquerellage nom m s 0.10 0.00 0.10 0.00 -maquerelle maquereau nom f s 7.23 7.03 0.56 1.35 -maquerelles maquerelle nom f p 0.27 0.14 0.27 0.14 -maques maquer ver 0.88 1.35 0.01 0.00 ind:pre:2s; -maquette maquette nom f s 4.58 3.92 2.57 2.43 -maquettes maquette nom f p 4.58 3.92 2.01 1.49 -maquettiste maquettiste nom s 0.02 0.54 0.01 0.41 -maquettistes maquettiste nom p 0.02 0.54 0.01 0.14 -maquignon maquignon nom m s 0.35 2.57 0.21 1.76 -maquignonnage maquignonnage nom m s 0.01 0.14 0.00 0.07 -maquignonnages maquignonnage nom m p 0.01 0.14 0.01 0.07 -maquignonne maquignonner ver 0.00 0.20 0.00 0.07 ind:pre:3s; -maquignonné maquignonner ver m s 0.00 0.20 0.00 0.07 par:pas; -maquignonnés maquignonner ver m p 0.00 0.20 0.00 0.07 par:pas; -maquignons maquignon nom m p 0.35 2.57 0.14 0.81 -maquilla maquiller ver 11.14 15.81 0.00 0.14 ind:pas:3s; -maquillage maquillage nom m s 11.39 11.62 11.36 11.08 -maquillages maquillage nom m p 11.39 11.62 0.03 0.54 -maquillai maquiller ver 11.14 15.81 0.00 0.07 ind:pas:1s; -maquillais maquiller ver 11.14 15.81 0.19 0.20 ind:imp:1s;ind:imp:2s; -maquillait maquiller ver 11.14 15.81 0.28 1.55 ind:imp:3s; -maquillant maquiller ver 11.14 15.81 0.22 0.07 par:pre; -maquille maquiller ver 11.14 15.81 2.39 1.42 imp:pre:2s;ind:pre:1s;ind:pre:3s; -maquillent maquiller ver 11.14 15.81 0.22 0.34 ind:pre:3p; -maquiller maquiller ver 11.14 15.81 3.10 3.18 inf; -maquillerai maquiller ver 11.14 15.81 0.17 0.07 ind:fut:1s; -maquillerais maquiller ver 11.14 15.81 0.01 0.07 cnd:pre:1s; -maquilleras maquiller ver 11.14 15.81 0.01 0.00 ind:fut:2s; -maquilles maquiller ver 11.14 15.81 0.62 0.27 ind:pre:2s; -maquilleur maquilleur nom m s 0.79 0.47 0.28 0.14 -maquilleurs maquilleur nom m p 0.79 0.47 0.07 0.07 -maquilleuse maquilleur nom f s 0.79 0.47 0.44 0.20 -maquilleuses maquilleuse nom f p 0.03 0.00 0.03 0.00 -maquillez maquiller ver 11.14 15.81 0.08 0.07 imp:pre:2p;ind:pre:2p; -maquilliez maquiller ver 11.14 15.81 0.10 0.00 ind:imp:2p; -maquillons maquiller ver 11.14 15.81 0.01 0.00 imp:pre:1p; -maquillé maquiller ver m s 11.14 15.81 1.99 1.96 par:pas; -maquillée maquiller ver f s 11.14 15.81 1.37 4.39 par:pas; -maquillées maquiller ver f p 11.14 15.81 0.07 1.15 par:pas; -maquillés maquiller ver m p 11.14 15.81 0.32 0.88 par:pas; -maquis maquis nom m 0.91 16.01 0.91 16.01 -maquisard maquisard nom m s 0.16 5.81 0.14 0.68 -maquisarde maquisard nom f s 0.16 5.81 0.00 0.20 -maquisardes maquisard nom f p 0.16 5.81 0.00 0.14 -maquisards maquisard nom m p 0.16 5.81 0.02 4.80 -maqué maquer ver m s 0.88 1.35 0.07 0.07 par:pas; -maquée maquer ver f s 0.88 1.35 0.42 0.27 par:pas; -maqués maquer ver m p 0.88 1.35 0.03 0.14 par:pas; -mara mara nom m s 0.41 0.00 0.41 0.00 -maraîcher maraîcher nom m s 0.37 2.16 0.35 0.47 -maraîchers maraîcher nom m p 0.37 2.16 0.01 0.95 -maraîchère maraîcher nom f s 0.37 2.16 0.01 0.20 -maraîchères maraîchère nom f p 0.01 0.00 0.01 0.00 -marabout marabout nom m s 0.07 1.28 0.05 0.88 -marabouts marabout nom m p 0.07 1.28 0.02 0.41 -maracas maraca nom f p 0.12 0.41 0.12 0.41 -marae marae nom m s 0.02 0.00 0.02 0.00 -marais marais nom m 6.91 10.68 6.91 10.68 -maranta maranta nom m s 0.01 0.00 0.01 0.00 -marante marante nom f s 0.02 0.07 0.02 0.07 -marasme marasme nom m s 0.42 1.01 0.41 0.95 -marasmes marasme nom m p 0.42 1.01 0.01 0.07 -marasquin marasquin nom m s 0.06 0.74 0.06 0.74 -marathon marathon nom m s 2.12 1.28 1.98 1.28 -marathonien marathonien nom m s 0.17 0.14 0.17 0.07 -marathonienne marathonien nom f s 0.17 0.14 0.00 0.07 -marathons marathon nom m p 2.12 1.28 0.14 0.00 -maraud maraud nom m s 0.68 2.09 0.45 0.20 -maraudaient marauder ver 0.05 0.81 0.00 0.07 ind:imp:3p; -maraudait marauder ver 0.05 0.81 0.01 0.27 ind:imp:3s; -maraude maraud nom f s 0.68 2.09 0.22 1.28 -marauder marauder ver 0.05 0.81 0.03 0.34 inf; -maraudes maraud nom f p 0.68 2.09 0.01 0.27 -maraudeur maraudeur nom m s 1.99 1.49 1.50 0.61 -maraudeurs maraudeur nom m p 1.99 1.49 0.48 0.88 -maraudeuse maraudeur nom f s 1.99 1.49 0.01 0.00 -marauds maraud nom m p 0.68 2.09 0.00 0.34 -maraudé marauder ver m s 0.05 0.81 0.00 0.07 par:pas; -maraudés marauder ver m p 0.05 0.81 0.00 0.07 par:pas; -maravédis maravédis nom m 0.11 0.20 0.11 0.20 -marbra marbrer ver 0.28 1.82 0.00 0.07 ind:pas:3s; -marbraient marbrer ver 0.28 1.82 0.00 0.07 ind:imp:3p; -marbrait marbrer ver 0.28 1.82 0.00 0.20 ind:imp:3s; -marbre marbre nom m s 7.31 43.04 6.28 41.49 -marbrent marbrer ver 0.28 1.82 0.00 0.07 ind:pre:3p; -marbrerie marbrerie nom f s 0.00 0.14 0.00 0.07 -marbreries marbrerie nom f p 0.00 0.14 0.00 0.07 -marbres marbre nom m p 7.31 43.04 1.03 1.55 -marbrier marbrier adj m s 0.04 0.00 0.04 0.00 -marbré marbré adj m s 0.04 0.47 0.04 0.20 -marbrée marbrer ver f s 0.28 1.82 0.17 0.27 par:pas; -marbrées marbrer ver f p 0.28 1.82 0.00 0.34 par:pas; -marbrure marbrure nom f s 0.00 1.15 0.00 0.07 -marbrures marbrure nom f p 0.00 1.15 0.00 1.08 -marbrés marbrer ver m p 0.28 1.82 0.00 0.20 par:pas; -marc marc nom m s 1.28 3.38 1.18 2.91 -marcassin marcassin nom m s 0.02 0.88 0.02 0.74 -marcassins marcassin nom m p 0.02 0.88 0.00 0.14 -marcel marcel nom m s 0.06 0.20 0.06 0.20 -marceline marceline nom f s 0.00 0.07 0.00 0.07 -marcha marcher ver 364.36 325.61 0.28 21.96 ind:pas:3s; -marchai marcher ver 364.36 325.61 0.04 2.64 ind:pas:1s; -marchaient marcher ver 364.36 325.61 1.82 13.92 ind:imp:3p; -marchais marcher ver 364.36 325.61 3.51 7.91 ind:imp:1s;ind:imp:2s; -marchait marcher ver 364.36 325.61 12.13 48.65 ind:imp:3s; -marchand marchand nom m s 15.32 45.81 8.66 24.12 -marchandage marchandage nom m s 0.57 2.50 0.54 1.08 -marchandages marchandage nom m p 0.57 2.50 0.04 1.42 -marchandaient marchander ver 2.84 3.18 0.00 0.27 ind:imp:3p; -marchandais marchander ver 2.84 3.18 0.01 0.07 ind:imp:1s;ind:imp:2s; -marchandait marchander ver 2.84 3.18 0.15 0.34 ind:imp:3s; -marchandant marchander ver 2.84 3.18 0.01 0.41 par:pre; -marchande marchand nom f s 15.32 45.81 2.85 6.01 -marchandent marchander ver 2.84 3.18 0.14 0.00 ind:pre:3p; -marchander marchander ver 2.84 3.18 1.43 1.35 inf; -marchandera marchander ver 2.84 3.18 0.01 0.00 ind:fut:3s; -marchanderais marchander ver 2.84 3.18 0.00 0.07 cnd:pre:1s; -marchanderez marchander ver 2.84 3.18 0.01 0.00 ind:fut:2p; -marchandes marchander ver 2.84 3.18 0.11 0.00 ind:pre:2s; -marchandeuse marchandeur nom f s 0.00 0.07 0.00 0.07 -marchandez marchander ver 2.84 3.18 0.07 0.00 imp:pre:2p;ind:pre:2p; -marchandise marchandise nom f s 15.21 15.81 10.54 8.78 -marchandises marchandise nom f p 15.21 15.81 4.67 7.03 -marchandiseur marchandiseur nom m s 0.01 0.00 0.01 0.00 -marchandons marchander ver 2.84 3.18 0.05 0.00 imp:pre:1p;ind:pre:1p; -marchands marchand nom m p 15.32 45.81 3.71 14.46 -marchandé marchander ver m s 2.84 3.18 0.30 0.27 par:pas; -marchandée marchander ver f s 2.84 3.18 0.00 0.07 par:pas; -marchant marcher ver 364.36 325.61 4.32 24.86 par:pre; -marchante marchant adj f s 0.22 2.36 0.00 0.20 -marchantes marchant adj f p 0.22 2.36 0.00 0.07 -marche marcher ver 364.36 325.61 154.71 58.38 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -marchent marcher ver 364.36 325.61 11.64 10.61 ind:pre:3p; -marchepied marchepied nom m s 0.64 5.54 0.36 4.59 -marchepieds marchepied nom m p 0.64 5.54 0.28 0.95 -marcher marcher ver 364.36 325.61 85.33 80.88 inf; -marchera marcher ver 364.36 325.61 17.43 1.62 ind:fut:3s; -marcherai marcher ver 364.36 325.61 1.23 1.15 ind:fut:1s; -marcheraient marcher ver 364.36 325.61 0.06 0.74 cnd:pre:3p; -marcherais marcher ver 364.36 325.61 0.59 0.81 cnd:pre:1s;cnd:pre:2s; -marcherait marcher ver 364.36 325.61 4.10 2.30 cnd:pre:3s; -marcheras marcher ver 364.36 325.61 0.57 0.27 ind:fut:2s; -marcherez marcher ver 364.36 325.61 0.25 0.20 ind:fut:2p; -marcheriez marcher ver 364.36 325.61 0.06 0.07 cnd:pre:2p; -marcherions marcher ver 364.36 325.61 0.03 0.00 cnd:pre:1p; -marcherons marcher ver 364.36 325.61 0.55 0.41 ind:fut:1p; -marcheront marcher ver 364.36 325.61 1.03 0.34 ind:fut:3p; -marches marche nom f p 53.17 152.97 6.56 52.97 -marcheur marcheur nom m s 0.56 1.96 0.14 0.81 -marcheurs marcheur nom m p 0.56 1.96 0.38 0.81 -marcheuse marcheur nom f s 0.56 1.96 0.04 0.27 -marcheuses marcheuse nom f p 0.14 0.00 0.14 0.00 -marchez marcher ver 364.36 325.61 7.39 1.69 imp:pre:2p;ind:pre:2p; -marchiez marcher ver 364.36 325.61 0.48 0.20 ind:imp:2p;sub:pre:2p; -marchions marcher ver 364.36 325.61 0.74 5.27 ind:imp:1p; -marchâmes marcher ver 364.36 325.61 0.11 1.01 ind:pas:1p; -marchons marcher ver 364.36 325.61 4.30 6.82 imp:pre:1p;ind:pre:1p; -marchât marcher ver 364.36 325.61 0.00 0.47 sub:imp:3s; -marchèrent marcher ver 364.36 325.61 0.24 6.96 ind:pas:3p; -marché marché nom m s 74.36 62.43 72.73 57.36 -marchées marcher ver f p 364.36 325.61 0.01 0.00 par:pas; -marchés marché nom m p 74.36 62.43 1.64 5.07 -marconi marconi adj 0.01 0.07 0.01 0.07 -marcotin marcotin nom m s 0.00 0.07 0.00 0.07 -marcotte marcotte nom f s 0.01 0.00 0.01 0.00 -marcs marc nom m p 1.28 3.38 0.10 0.47 -mardi mardi nom m s 23.65 16.28 22.38 15.47 -mardis mardi nom m p 23.65 16.28 1.27 0.81 -mare mare nom f s 3.78 13.18 3.66 10.00 -marelle marelle nom f s 0.64 2.23 0.64 1.76 -marelles marelle nom f p 0.64 2.23 0.00 0.47 -marengo marengo adj m s 0.01 0.07 0.01 0.07 -marennes marennes nom f 0.00 0.41 0.00 0.41 -mares mare nom f p 3.78 13.18 0.12 3.18 -mareyeur mareyeur nom m s 0.00 0.41 0.00 0.20 -mareyeurs mareyeur nom m p 0.00 0.41 0.00 0.07 -mareyeuse mareyeur nom f s 0.00 0.41 0.00 0.07 -mareyeuses mareyeur nom f p 0.00 0.41 0.00 0.07 -margarine margarine nom f s 0.64 1.35 0.64 1.35 -margaux margaux nom m 0.04 0.14 0.04 0.14 -margay margay nom m s 0.00 1.49 0.00 1.49 -marge marge nom f s 14.40 14.86 14.21 12.64 -margeait marger ver 0.00 0.27 0.00 0.14 ind:imp:3s; -margelle margelle nom f s 0.04 2.09 0.04 2.03 -margelles margelle nom f p 0.04 2.09 0.00 0.07 -marger marger ver 0.00 0.27 0.00 0.14 inf; -marges marge nom f p 14.40 14.86 0.19 2.23 -margeuse margeur nom f s 0.00 0.07 0.00 0.07 -margina marginer ver 0.00 0.14 0.00 0.07 ind:pas:3s; -marginal marginal adj m s 0.59 1.82 0.35 0.47 -marginale marginal adj f s 0.59 1.82 0.15 0.54 -marginalement marginalement adv 0.01 0.00 0.01 0.00 -marginales marginal adj f p 0.59 1.82 0.01 0.54 -marginalisant marginaliser ver 0.36 0.41 0.00 0.07 par:pre; -marginaliser marginaliser ver 0.36 0.41 0.25 0.07 inf; -marginaliseraient marginaliser ver 0.36 0.41 0.01 0.00 cnd:pre:3p; -marginalisé marginaliser ver m s 0.36 0.41 0.03 0.00 par:pas; -marginalisée marginaliser ver f s 0.36 0.41 0.05 0.14 par:pas; -marginalisés marginaliser ver m p 0.36 0.41 0.03 0.14 par:pas; -marginalité marginalité nom f s 0.00 0.34 0.00 0.34 -marginaux marginal nom m p 0.58 1.49 0.39 0.81 -marginée marginer ver f s 0.00 0.14 0.00 0.07 par:pas; -margis margis nom m 0.00 0.27 0.00 0.27 -margot margot nom m s 1.17 0.00 1.17 0.00 -margotait margoter ver 0.00 0.07 0.00 0.07 ind:imp:3s; -margotin margotin nom m s 0.00 0.14 0.00 0.07 -margotins margotin nom m p 0.00 0.14 0.00 0.07 -margoton margoton nom f s 0.00 0.07 0.00 0.07 -margotte margotter ver 0.00 0.27 0.00 0.20 ind:pre:3s; -margottons margotter ver 0.00 0.27 0.00 0.07 imp:pre:1p; -margouillat margouillat nom m s 0.00 0.74 0.00 0.41 -margouillats margouillat nom m p 0.00 0.74 0.00 0.34 -margouillis margouillis nom m 0.00 0.07 0.00 0.07 -margoulette margoulette nom f s 0.00 0.34 0.00 0.34 -margoulin margoulin nom m s 0.04 0.61 0.03 0.34 -margoulins margoulin nom m p 0.04 0.61 0.01 0.27 -margrave margrave nom m s 0.60 0.00 0.60 0.00 -margraviat margraviat nom m s 0.00 0.07 0.00 0.07 -marguerite marguerite nom f s 1.58 2.97 0.25 0.54 -marguerites marguerite nom f p 1.58 2.97 1.33 2.43 -marguillier marguillier nom m s 0.03 0.41 0.03 0.34 -marguilliers marguillier nom m p 0.03 0.41 0.00 0.07 -mari mari nom m s 264.15 124.26 254.92 118.38 -maria marier ver 220.51 65.07 19.11 3.24 ind:pas:3s; -mariable mariable adj m s 0.01 0.14 0.01 0.14 -mariachi mariachi nom m s 0.90 0.00 0.63 0.00 -mariachis mariachi nom m p 0.90 0.00 0.28 0.00 -mariage mariage nom m s 167.39 78.72 158.58 70.68 -mariages mariage nom m p 167.39 78.72 8.81 8.04 -mariai marier ver 220.51 65.07 0.00 0.07 ind:pas:1s; -mariaient marier ver 220.51 65.07 0.08 0.95 ind:imp:3p; -mariais marier ver 220.51 65.07 0.55 0.14 ind:imp:1s;ind:imp:2s; -mariait marier ver 220.51 65.07 1.08 2.03 ind:imp:3s; -mariales marial adj f p 0.00 0.20 0.00 0.20 -marianne marian nom f s 0.27 0.00 0.27 0.00 -mariant marier ver 220.51 65.07 0.64 0.88 par:pre; -marias marier ver 220.51 65.07 0.00 0.07 ind:pas:2s; -mariassent marier ver 220.51 65.07 0.00 0.07 sub:imp:3p; -marida marida nom s 0.00 0.81 0.00 0.74 -maridas marida nom p 0.00 0.81 0.00 0.07 -marie_couche_toi_là marie_couche_toi_là nom f 0.06 0.27 0.06 0.27 -marie_jeanne marie_jeanne nom f s 0.26 0.07 0.26 0.07 -marie_louise marie_louise nom f s 0.00 0.07 0.00 0.07 -marie_salope marie_salope nom f s 0.00 0.07 0.00 0.07 -marie marier ver 220.51 65.07 22.00 6.28 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -marient marier ver 220.51 65.07 4.04 1.42 ind:pre:3p; -marier marier ver 220.51 65.07 63.88 16.49 ind:pre:2p;inf; -mariera marier ver 220.51 65.07 2.80 0.81 ind:fut:3s; -marierai marier ver 220.51 65.07 2.58 0.61 ind:fut:1s; -marieraient marier ver 220.51 65.07 0.00 0.54 cnd:pre:3p; -marierais marier ver 220.51 65.07 0.80 0.20 cnd:pre:1s;cnd:pre:2s; -marierait marier ver 220.51 65.07 0.66 0.74 cnd:pre:3s; -marieras marier ver 220.51 65.07 1.11 0.41 ind:fut:2s; -marierez marier ver 220.51 65.07 0.49 0.47 ind:fut:2p; -marieriez marier ver 220.51 65.07 0.01 0.00 cnd:pre:2p; -marierions marier ver 220.51 65.07 0.02 0.14 cnd:pre:1p; -marierons marier ver 220.51 65.07 1.20 0.27 ind:fut:1p; -marieront marier ver 220.51 65.07 0.47 0.14 ind:fut:3p; -maries marier ver 220.51 65.07 4.27 0.54 ind:pre:2s;sub:pre:2s; -marieur marieur nom m s 0.69 0.27 0.43 0.00 -marieuse marieur nom f s 0.69 0.27 0.27 0.20 -marieuses marieuse nom f p 0.40 0.00 0.40 0.00 -mariez marier ver 220.51 65.07 2.44 0.41 imp:pre:2p;ind:pre:2p; -marigot marigot nom m s 0.16 1.69 0.16 1.15 -marigots marigot nom m p 0.16 1.69 0.00 0.54 -marihuana marihuana nom f s 0.07 0.14 0.07 0.14 -mariions marier ver 220.51 65.07 0.00 0.14 ind:imp:1p; -marijuana marijuana nom f s 3.77 0.41 3.77 0.41 -marimba marimba nom m s 0.02 0.00 0.02 0.00 -marin_pêcheur marin_pêcheur nom m s 0.01 0.14 0.01 0.14 -marin marin nom m s 13.96 33.38 8.48 15.34 -marina marina nom f s 1.16 0.14 1.14 0.07 -marinade marinade nom f s 1.46 0.27 1.44 0.20 -marinades marinade nom f p 1.46 0.27 0.03 0.07 -marinage marinage nom m s 0.00 0.07 0.00 0.07 -marinaient mariner ver 1.42 2.84 0.00 0.14 ind:imp:3p; -marinait mariner ver 1.42 2.84 0.00 0.14 ind:imp:3s; -marinant mariner ver 1.42 2.84 0.00 0.34 par:pre; -marinas marina nom f p 1.16 0.14 0.02 0.07 -marine marine adj s 7.26 20.34 5.90 17.97 -mariner mariner ver 1.42 2.84 0.84 1.15 inf; -marinera mariner ver 1.42 2.84 0.00 0.07 ind:fut:3s; -marines marine adj p 7.26 20.34 1.36 2.36 -maringoins maringoin nom m p 0.00 0.07 0.00 0.07 -marinier marinier nom m s 0.06 1.49 0.04 0.41 -mariniers marinier nom m p 0.06 1.49 0.02 1.08 -marinière marinière nom f s 0.26 0.54 0.23 0.41 -marinières marinière nom f p 0.26 0.54 0.02 0.14 -marins marin nom m p 13.96 33.38 5.48 18.04 -mariné mariné adj m s 0.34 0.47 0.18 0.20 -marinée mariner ver f s 1.42 2.84 0.13 0.00 par:pas; -marinées mariner ver f p 1.42 2.84 0.12 0.07 par:pas; -marinés mariné adj m p 0.34 0.47 0.16 0.27 -mariol mariol nom s 0.04 0.00 0.04 0.00 -mariole mariole nom s 0.68 0.81 0.58 0.54 -marioles mariole nom p 0.68 0.81 0.10 0.27 -mariolle mariolle nom s 0.99 0.61 0.59 0.41 -mariolles mariolle nom p 0.99 0.61 0.40 0.20 -marionnette marionnette nom f s 5.11 5.95 2.87 2.77 -marionnettes marionnette nom f p 5.11 5.95 2.24 3.18 -marionnettiste marionnettiste nom s 0.36 0.07 0.36 0.07 -marions marier ver 220.51 65.07 2.53 0.07 imp:pre:1p;ind:pre:1p; -mariât marier ver 220.51 65.07 0.00 0.07 sub:imp:3s; -maris mari nom m p 264.15 124.26 9.23 5.88 -maristes mariste nom p 0.00 0.14 0.00 0.14 -marital marital adj m s 0.59 0.14 0.14 0.00 -maritale marital adj f s 0.59 0.14 0.31 0.00 -maritalement maritalement adv 0.03 0.20 0.03 0.20 -maritales marital adj f p 0.59 0.14 0.01 0.07 -maritaux marital adj m p 0.59 0.14 0.13 0.07 -marièrent marier ver 220.51 65.07 0.42 0.88 ind:pas:3p; -maritime maritime adj s 2.37 6.22 1.74 3.58 -maritimes maritime adj p 2.37 6.22 0.63 2.64 -maritorne maritorne nom f s 0.00 0.27 0.00 0.27 -marié marier ver m s 220.51 65.07 35.76 10.47 par:pas; -mariée marier ver f s 220.51 65.07 30.55 10.74 ind:imp:3p;par:pas; -mariées marier ver f p 220.51 65.07 1.50 0.61 par:pas; -mariés marier ver m p 220.51 65.07 21.53 5.20 par:pas; -marivaudage marivaudage nom m s 0.03 0.41 0.03 0.20 -marivaudages marivaudage nom m p 0.03 0.41 0.00 0.20 -marivaudant marivauder ver 0.02 0.07 0.00 0.07 par:pre; -marivauder marivauder ver 0.02 0.07 0.02 0.00 inf; -marjolaine marjolaine nom f s 0.24 0.61 0.24 0.61 -mark mark nom m s 13.24 1.76 1.31 0.61 -marker marker nom m s 0.08 0.14 0.08 0.14 -marketing marketing nom m s 1.88 0.88 1.88 0.81 -marketings marketing nom m p 1.88 0.88 0.00 0.07 -marks mark nom m p 13.24 1.76 11.93 1.15 -marle marle adj m s 0.04 1.55 0.00 1.35 -marles marle adj p 0.04 1.55 0.04 0.20 -marlin marlin nom m s 0.50 0.00 0.50 0.00 -marlou marlou nom m s 0.24 0.88 0.14 0.54 -marloupin marloupin nom m s 0.00 0.34 0.00 0.14 -marloupinerie marloupinerie nom f s 0.00 0.27 0.00 0.20 -marloupineries marloupinerie nom f p 0.00 0.27 0.00 0.07 -marloupins marloupin nom m p 0.00 0.34 0.00 0.20 -marlous marlou nom m p 0.24 0.88 0.10 0.34 -marmaille marmaille nom f s 0.30 4.26 0.30 4.12 -marmailles marmaille nom f p 0.30 4.26 0.00 0.14 -marmelade marmelade nom f s 0.73 2.91 0.73 2.77 -marmelades marmelade nom f p 0.73 2.91 0.00 0.14 -marmitage marmitage nom m s 0.00 0.47 0.00 0.41 -marmitages marmitage nom m p 0.00 0.47 0.00 0.07 -marmite marmite nom f s 3.21 14.66 2.35 8.38 -marmiter marmiter ver 0.14 0.07 0.14 0.00 inf; -marmites marmite nom f p 3.21 14.66 0.86 6.28 -marmiteuse marmiteux adj f s 0.14 0.14 0.00 0.07 -marmiteux marmiteux adj m 0.14 0.14 0.14 0.07 -marmiton marmiton nom m s 0.13 1.15 0.12 0.41 -marmitons marmiton nom m p 0.13 1.15 0.01 0.74 -marmitées marmitée nom f p 0.00 0.14 0.00 0.14 -marmités marmiter ver m p 0.14 0.07 0.00 0.07 par:pas; -marmonna marmonner ver 1.74 13.51 0.14 3.04 ind:pas:3s; -marmonnaient marmonner ver 1.74 13.51 0.00 0.27 ind:imp:3p; -marmonnait marmonner ver 1.74 13.51 0.15 2.43 ind:imp:3s; -marmonnant marmonner ver 1.74 13.51 0.07 1.89 par:pre; -marmonne marmonner ver 1.74 13.51 0.56 2.91 imp:pre:2s;ind:pre:1s;ind:pre:3s; -marmonnement marmonnement nom m s 0.32 0.61 0.29 0.61 -marmonnements marmonnement nom m p 0.32 0.61 0.02 0.00 -marmonnent marmonner ver 1.74 13.51 0.03 0.20 ind:pre:3p; -marmonner marmonner ver 1.74 13.51 0.31 1.35 inf; -marmonnes marmonner ver 1.74 13.51 0.20 0.07 ind:pre:2s; -marmonnez marmonner ver 1.74 13.51 0.11 0.00 imp:pre:2p;ind:pre:2p; -marmonniez marmonner ver 1.74 13.51 0.01 0.00 ind:imp:2p; -marmonné marmonner ver m s 1.74 13.51 0.12 1.28 par:pas; -marmonnée marmonner ver f s 1.74 13.51 0.01 0.07 par:pas; -marmonnés marmonner ver m p 1.74 13.51 0.02 0.00 par:pas; -marmoréen marmoréen adj m s 0.01 0.61 0.00 0.27 -marmoréenne marmoréen adj f s 0.01 0.61 0.01 0.20 -marmoréens marmoréen adj m p 0.01 0.61 0.00 0.14 -marmot marmot nom m s 1.52 2.36 1.21 1.42 -marmots marmot nom m p 1.52 2.36 0.32 0.95 -marmotta marmotter ver 0.34 1.28 0.10 0.47 ind:pas:3s; -marmottages marmottage nom m p 0.00 0.07 0.00 0.07 -marmottait marmotter ver 0.34 1.28 0.00 0.20 ind:imp:3s; -marmottant marmotter ver 0.34 1.28 0.00 0.20 par:pre; -marmotte marmotte nom f s 3.15 1.22 2.84 0.74 -marmottement marmottement nom m s 0.00 0.07 0.00 0.07 -marmotter marmotter ver 0.34 1.28 0.00 0.27 inf; -marmottes marmotte nom f p 3.15 1.22 0.32 0.47 -marmotté marmotter ver m s 0.34 1.28 0.00 0.07 par:pas; -marmouset marmouset nom m s 0.10 0.07 0.10 0.00 -marmousets marmouset nom m p 0.10 0.07 0.00 0.07 -marna marner ver 0.10 1.15 0.05 0.00 ind:pas:3s; -marnaise marnais adj f s 0.00 0.07 0.00 0.07 -marnait marner ver 0.10 1.15 0.00 0.07 ind:imp:3s; -marne marne nom f s 0.03 2.84 0.03 0.34 -marnent marner ver 0.10 1.15 0.00 0.14 ind:pre:3p; -marner marner ver 0.10 1.15 0.05 0.61 inf; -marnes marne nom f p 0.03 2.84 0.00 2.50 -marneuse marneux adj f s 0.00 0.20 0.00 0.20 -marnières marnière nom f p 0.00 0.07 0.00 0.07 -marné marner ver m s 0.10 1.15 0.00 0.14 par:pas; -marocain marocain nom m s 2.28 2.09 1.06 1.49 -marocaine marocain adj f s 0.54 5.14 0.19 2.03 -marocaines marocain nom f p 2.28 2.09 0.14 0.07 -marocains marocain nom m p 2.28 2.09 1.07 0.47 -maronite maronite adj s 0.00 0.20 0.00 0.14 -maronites maronite nom p 0.00 0.14 0.00 0.14 -maronner maronner ver 0.01 0.07 0.01 0.00 inf; -maronné maronner ver m s 0.01 0.07 0.00 0.07 par:pas; -maroquin maroquin nom m s 0.11 1.76 0.11 1.69 -maroquinerie maroquinerie nom f s 0.05 1.15 0.05 1.01 -maroquineries maroquinerie nom f p 0.05 1.15 0.00 0.14 -maroquinier maroquinier nom m s 0.01 0.61 0.01 0.47 -maroquiniers maroquinier nom m p 0.01 0.61 0.00 0.14 -maroquins maroquin nom m p 0.11 1.76 0.00 0.07 -marâtre marâtre nom f s 0.38 1.22 0.37 1.08 -marâtres marâtre nom f p 0.38 1.22 0.01 0.14 -marotte marotte nom f s 0.26 2.09 0.20 1.55 -marottes marotte nom f p 0.26 2.09 0.05 0.54 -marouette marouette nom f s 0.01 0.00 0.01 0.00 -maroufle maroufle nom f s 0.14 0.41 0.14 0.27 -maroufler maroufler ver 0.00 0.07 0.00 0.07 inf; -maroufles maroufle nom f p 0.14 0.41 0.00 0.14 -marqua marquer ver 43.78 101.08 0.32 8.04 ind:pas:3s; -marquage marquage nom m s 0.65 0.14 0.65 0.14 -marquai marquer ver 43.78 101.08 0.00 0.74 ind:pas:1s; -marquaient marquer ver 43.78 101.08 0.12 4.39 ind:imp:3p; -marquais marquer ver 43.78 101.08 0.06 0.41 ind:imp:1s;ind:imp:2s; -marquait marquer ver 43.78 101.08 0.56 12.03 ind:imp:3s; -marquant marquer ver 43.78 101.08 0.30 5.20 par:pre; -marquante marquant adj f s 0.56 1.49 0.04 0.14 -marquantes marquant adj f p 0.56 1.49 0.01 0.07 -marquants marquant adj m p 0.56 1.49 0.29 0.61 -marque_page marque_page nom m s 0.25 0.14 0.24 0.07 -marque_page marque_page nom m p 0.25 0.14 0.01 0.07 -marque marque nom f s 40.29 37.70 23.91 26.89 -marquent marquer ver 43.78 101.08 0.86 2.77 ind:pre:3p; -marquer marquer ver 43.78 101.08 7.69 16.82 inf; -marquera marquer ver 43.78 101.08 0.85 0.74 ind:fut:3s; -marquerai marquer ver 43.78 101.08 0.42 0.07 ind:fut:1s; -marqueraient marquer ver 43.78 101.08 0.11 0.14 cnd:pre:3p; -marquerait marquer ver 43.78 101.08 0.07 0.47 cnd:pre:3s; -marqueras marquer ver 43.78 101.08 0.03 0.07 ind:fut:2s; -marquerez marquer ver 43.78 101.08 0.01 0.14 ind:fut:2p; -marquerons marquer ver 43.78 101.08 0.01 0.00 ind:fut:1p; -marqueront marquer ver 43.78 101.08 0.08 0.14 ind:fut:3p; -marques marque nom f p 40.29 37.70 16.39 10.81 -marqueterie marqueterie nom f s 0.11 2.09 0.11 1.62 -marqueteries marqueterie nom f p 0.11 2.09 0.00 0.47 -marquette marqueter ver 0.02 0.27 0.01 0.07 imp:pre:2s;ind:pre:3s; -marqueté marqueter ver m s 0.02 0.27 0.01 0.07 par:pas; -marquetées marqueter ver f p 0.02 0.27 0.00 0.07 par:pas; -marquetés marqueter ver m p 0.02 0.27 0.00 0.07 par:pas; -marqueur marqueur nom m s 2.02 0.47 1.25 0.47 -marqueurs marqueur nom m p 2.02 0.47 0.77 0.00 -marquez marquer ver 43.78 101.08 1.98 0.41 imp:pre:2p;ind:pre:2p; -marquiez marquer ver 43.78 101.08 0.28 0.07 ind:imp:2p; -marquions marquer ver 43.78 101.08 0.00 0.07 ind:imp:1p; -marquis marquis nom m 16.69 18.31 14.98 9.86 -marquisat marquisat nom m s 0.00 0.27 0.00 0.20 -marquisats marquisat nom m p 0.00 0.27 0.00 0.07 -marquise marquis nom f s 16.69 18.31 1.64 7.36 -marquises marquis nom f p 16.69 18.31 0.07 1.08 -marquisien marquisien adj m s 0.00 0.20 0.00 0.07 -marquisiens marquisien adj m p 0.00 0.20 0.00 0.14 -marquons marquer ver 43.78 101.08 0.04 0.14 imp:pre:1p;ind:pre:1p; -marquât marquer ver 43.78 101.08 0.00 0.41 sub:imp:3s; -marquèrent marquer ver 43.78 101.08 0.01 0.68 ind:pas:3p; -marqué marquer ver m s 43.78 101.08 15.81 20.07 par:pas; -marquée marquer ver f s 43.78 101.08 2.84 9.26 par:pas; -marquées marquer ver f p 43.78 101.08 0.51 2.50 par:pas; -marqués marquer ver m p 43.78 101.08 1.68 4.32 par:pas; -marra marrer ver 16.13 32.57 0.10 0.34 ind:pas:3s; -marrade marrade nom f s 0.01 0.68 0.01 0.68 -marraient marrer ver 16.13 32.57 0.14 0.54 ind:imp:3p; -marraine marraine nom f s 2.74 8.78 2.52 8.38 -marraines marraine nom f p 2.74 8.78 0.22 0.41 -marrais marrer ver 16.13 32.57 0.14 0.34 ind:imp:1s; -marrait marrer ver 16.13 32.57 0.27 2.30 ind:imp:3s; -marrane marrane nom m s 0.00 0.27 0.00 0.14 -marranes marrane nom m p 0.00 0.27 0.00 0.14 -marrant marrant adj m s 35.70 12.36 30.41 9.19 -marrante marrant adj f s 35.70 12.36 3.15 1.42 -marrantes marrant adj f p 35.70 12.36 0.81 0.54 -marrants marrant adj m p 35.70 12.36 1.33 1.22 -marre marre adv 57.48 20.68 57.48 20.68 -marrent marrer ver 16.13 32.57 0.54 1.76 ind:pre:3p; -marrer marrer ver 16.13 32.57 6.45 12.50 inf; -marrera marrer ver 16.13 32.57 0.22 0.07 ind:fut:3s; -marrerais marrer ver 16.13 32.57 0.02 0.07 cnd:pre:1s;cnd:pre:2s; -marrerait marrer ver 16.13 32.57 0.00 0.14 cnd:pre:3s; -marres marrer ver 16.13 32.57 1.12 0.34 ind:pre:2s; -marrez marrer ver 16.13 32.57 0.47 0.41 imp:pre:2p;ind:pre:2p; -marri marri adj m s 0.52 0.41 0.03 0.41 -marrie marri adj f s 0.52 0.41 0.45 0.00 -marrions marrer ver 16.13 32.57 0.05 0.00 ind:imp:1p; -marris marri adj m p 0.52 0.41 0.04 0.00 -marron marron adj 5.33 13.72 5.33 13.72 -marronnais marronner ver 0.00 0.41 0.00 0.07 ind:imp:2s; -marronnasse marronnasse adj s 0.00 0.07 0.00 0.07 -marronner marronner ver 0.00 0.41 0.00 0.20 inf; -marronnera marronner ver 0.00 0.41 0.00 0.07 ind:fut:3s; -marronnier marronnier nom m s 0.61 9.39 0.46 2.57 -marronniers marronnier nom m p 0.61 9.39 0.15 6.82 -marronné marronner ver m s 0.00 0.41 0.00 0.07 par:pas; -marrons marron nom m p 4.89 7.36 2.80 3.92 -marré marrer ver m s 16.13 32.57 0.72 1.76 par:pas; -marrée marrer ver f s 16.13 32.57 0.15 0.07 par:pas; -marrés marrer ver m p 16.13 32.57 0.18 0.61 par:pas; -mars mars nom m 9.75 31.42 9.75 31.42 -marsala marsala nom m s 0.38 0.14 0.38 0.14 -marsaules marsaule nom m p 0.00 0.27 0.00 0.27 -marseillais marseillais nom m 1.27 1.82 1.27 0.81 -marseillaise marseillais nom f s 1.27 1.82 0.00 1.01 -marseillaises marseillais adj f p 1.22 1.35 0.00 0.34 -marshal marshal nom m s 3.11 0.00 2.74 0.00 -marshals marshal nom m p 3.11 0.00 0.37 0.00 -marsouin marsouin nom m s 0.11 0.68 0.08 0.47 -marsouins marsouin nom m p 0.11 0.68 0.03 0.20 -marsupial marsupial nom m s 0.10 0.00 0.04 0.00 -marsupiaux marsupial nom m p 0.10 0.00 0.06 0.00 -marsupilami marsupilami nom m s 0.00 0.20 0.00 0.14 -marsupilamis marsupilami nom m p 0.00 0.20 0.00 0.07 -martagon martagon nom m s 0.00 0.07 0.00 0.07 -marteau_pilon marteau_pilon nom m s 0.07 0.41 0.07 0.34 -marteau_piqueur marteau_piqueur nom m s 0.42 0.07 0.42 0.07 -marteau marteau nom m s 12.63 15.61 11.84 13.31 -marteau_pilon marteau_pilon nom m p 0.07 0.41 0.00 0.07 -marteaux marteau nom m p 12.63 15.61 0.79 2.30 -martel martel nom m s 0.05 0.47 0.05 0.34 -martela marteler ver 1.45 10.41 0.00 0.68 ind:pas:3s; -martelage martelage nom m s 0.00 0.14 0.00 0.14 -martelai marteler ver 1.45 10.41 0.00 0.07 ind:pas:1s; -martelaient marteler ver 1.45 10.41 0.02 0.74 ind:imp:3p; -martelait marteler ver 1.45 10.41 0.01 1.15 ind:imp:3s; -martelant marteler ver 1.45 10.41 0.29 2.30 par:pre; -marteler marteler ver 1.45 10.41 0.41 1.35 inf; -martelet martelet nom m s 0.00 0.07 0.00 0.07 -marteleur marteleur nom m s 0.04 0.00 0.04 0.00 -martelez marteler ver 1.45 10.41 0.01 0.00 ind:pre:2p; -martels martel nom m p 0.05 0.47 0.00 0.14 -martelèrent marteler ver 1.45 10.41 0.00 0.07 ind:pas:3p; -martelé marteler ver m s 1.45 10.41 0.16 1.42 par:pas; -martelée marteler ver f s 1.45 10.41 0.02 0.54 par:pas; -martelées marteler ver f p 1.45 10.41 0.00 0.27 par:pas; -martelés marteler ver m p 1.45 10.41 0.00 0.47 par:pas; -martial martial adj m s 8.02 4.26 0.85 1.76 -martiale martial adj f s 8.02 4.26 5.63 1.22 -martiales martial adj f p 8.02 4.26 0.01 0.34 -martialités martialité nom f p 0.00 0.07 0.00 0.07 -martiaux martial adj m p 8.02 4.26 1.53 0.95 -martien martien nom m s 1.96 1.49 0.59 0.61 -martienne martienne nom f s 0.51 0.34 0.35 0.27 -martiennes martienne nom f p 0.51 0.34 0.16 0.07 -martiens martien nom m p 1.96 1.49 1.37 0.88 -martin_pêcheur martin_pêcheur nom m s 0.02 0.41 0.01 0.27 -martin martin nom m s 1.69 0.07 0.08 0.00 -martine martiner ver 2.56 0.47 0.00 0.14 ind:pre:3s; -martinet martinet nom m s 0.26 2.64 0.24 1.15 -martinets martinet nom m p 0.26 2.64 0.02 1.49 -martinez martiner ver 2.56 0.47 2.56 0.34 imp:pre:2p;ind:pre:2p; -martingale martingale nom f s 0.12 1.28 0.12 1.08 -martingales martingale nom f p 0.12 1.28 0.00 0.20 -martini martini nom m s 3.85 2.23 2.76 1.89 -martiniquais martiniquais nom m 0.03 1.69 0.02 0.68 -martiniquaise martiniquais nom f s 0.03 1.69 0.01 0.95 -martiniquaises martiniquais nom f p 0.03 1.69 0.00 0.07 -martinis martini nom m p 3.85 2.23 1.09 0.34 -martin_pêcheur martin_pêcheur nom m p 0.02 0.41 0.01 0.14 -martins martin nom m p 1.69 0.07 1.62 0.07 -martre martre nom f s 0.53 1.22 0.16 1.01 -martres martre nom f p 0.53 1.22 0.37 0.20 -martèle marteler ver 1.45 10.41 0.21 0.95 imp:pre:2s;ind:pre:1s;ind:pre:3s; -martèlement martèlement nom m s 0.43 3.65 0.41 3.51 -martèlements martèlement nom m p 0.43 3.65 0.02 0.14 -martèlent marteler ver 1.45 10.41 0.32 0.27 ind:pre:3p; -martèlera marteler ver 1.45 10.41 0.00 0.14 ind:fut:3s; -martyr martyr nom m s 5.50 6.76 3.68 3.24 -martyre martyre nom s 3.75 6.35 3.32 6.08 -martyres martyre nom p 3.75 6.35 0.42 0.27 -martyrisaient martyriser ver 0.94 3.38 0.00 0.07 ind:imp:3p; -martyrisait martyriser ver 0.94 3.38 0.01 0.47 ind:imp:3s; -martyrisant martyriser ver 0.94 3.38 0.00 0.14 par:pre; -martyrise martyriser ver 0.94 3.38 0.24 0.07 ind:pre:3s; -martyrisent martyriser ver 0.94 3.38 0.02 0.07 ind:pre:3p; -martyriser martyriser ver 0.94 3.38 0.22 0.74 inf; -martyriserait martyriser ver 0.94 3.38 0.01 0.00 cnd:pre:3s; -martyrisé martyriser ver m s 0.94 3.38 0.24 0.68 par:pas; -martyrisée martyriser ver f s 0.94 3.38 0.04 0.74 par:pas; -martyrisées martyriser ver f p 0.94 3.38 0.01 0.07 par:pas; -martyrisés martyriser ver m p 0.94 3.38 0.15 0.34 par:pas; -martyrologe martyrologe nom m s 0.00 0.20 0.00 0.14 -martyrologes martyrologe nom m p 0.00 0.20 0.00 0.07 -martyrs martyr nom m p 5.50 6.76 1.82 3.51 -marécage marécage nom m s 3.18 6.15 2.31 2.77 -marécages marécage nom m p 3.18 6.15 0.87 3.38 -marécageuse marécageux adj f s 0.47 1.62 0.02 0.41 -marécageuses marécageux adj f p 0.47 1.62 0.01 0.34 -marécageux marécageux adj m 0.47 1.62 0.44 0.88 -maréchal_ferrant maréchal_ferrant nom m s 0.22 1.96 0.22 1.96 -maréchal maréchal nom m s 2.84 41.69 2.67 38.24 -maréchalat maréchalat nom m s 0.00 0.07 0.00 0.07 -maréchale maréchal nom f s 2.84 41.69 0.14 0.07 -maréchalerie maréchalerie nom f s 0.00 0.27 0.00 0.27 -maréchalistes maréchaliste nom p 0.00 0.07 0.00 0.07 -maréchaussée maréchaussée nom f s 0.00 0.88 0.00 0.88 -maréchaux_ferrants maréchaux_ferrants nom m p 0.00 0.41 0.00 0.41 -maréchaux maréchal nom m p 2.84 41.69 0.04 3.38 -marée marée nom f s 6.31 26.89 5.21 21.28 -marées marée nom f p 6.31 26.89 1.10 5.61 -marémotrice marémoteur adj f s 0.01 0.00 0.01 0.00 -marxisme_léninisme marxisme_léninisme nom m s 0.50 0.68 0.50 0.68 -marxisme marxisme nom m s 0.94 3.92 0.94 3.92 -marxiste_léniniste marxiste_léniniste adj s 0.41 0.41 0.27 0.41 -marxiste marxiste adj s 0.91 2.84 0.67 2.36 -marxiste_léniniste marxiste_léniniste adj p 0.41 0.41 0.14 0.00 -marxistes marxiste adj p 0.91 2.84 0.24 0.47 -mary mary nom m s 0.56 0.20 0.56 0.20 -maryland maryland nom m s 0.04 0.14 0.04 0.14 -mas mas nom m 2.21 5.07 2.21 5.07 -masaï masaï nom s 0.01 3.99 0.01 3.99 -mascara mascara nom m s 1.15 0.47 1.15 0.47 -mascarade mascarade nom f s 2.71 2.03 2.58 1.76 -mascarades mascarade nom f p 2.71 2.03 0.13 0.27 -mascaret mascaret nom m s 0.00 0.54 0.00 0.54 -mascaron mascaron nom m s 0.00 0.14 0.00 0.07 -mascarons mascaron nom m p 0.00 0.14 0.00 0.07 -mascarpone mascarpone nom m s 0.11 0.00 0.11 0.00 -mascotte mascotte nom f s 2.36 0.88 1.91 0.74 -mascottes mascotte nom f p 2.36 0.88 0.45 0.14 -masculin masculin adj m s 8.14 10.14 4.49 4.05 -masculine masculin adj f s 8.14 10.14 2.66 3.92 -masculines masculin adj f p 8.14 10.14 0.40 0.95 -masculiniser masculiniser ver 0.02 0.07 0.01 0.00 inf; -masculinisée masculiniser ver f s 0.02 0.07 0.01 0.07 par:pas; -masculinité masculinité nom f s 0.21 0.00 0.21 0.00 -masculins masculin adj m p 8.14 10.14 0.59 1.22 -maser maser nom m s 0.01 0.00 0.01 0.00 -maskinongé maskinongé nom m s 0.00 0.07 0.00 0.07 -maso maso nom s 0.38 0.34 0.24 0.34 -masochisme masochisme nom m s 0.42 1.01 0.42 1.01 -masochiste masochiste adj s 0.34 0.81 0.30 0.68 -masochistes masochiste nom p 0.29 0.47 0.04 0.07 -masos maso adj p 0.35 0.88 0.15 0.00 -masqua masquer ver 3.74 19.12 0.01 0.27 ind:pas:3s; -masquage masquage nom m s 0.02 0.00 0.01 0.00 -masquages masquage nom m p 0.02 0.00 0.01 0.00 -masquaient masquer ver 3.74 19.12 0.04 1.22 ind:imp:3p; -masquait masquer ver 3.74 19.12 0.08 3.11 ind:imp:3s; -masquant masquer ver 3.74 19.12 0.05 1.82 par:pre; -masque_espion masque_espion nom m s 0.01 0.00 0.01 0.00 -masque masque nom m s 29.18 38.65 23.16 28.45 -masquent masquer ver 3.74 19.12 0.09 0.68 ind:pre:3p; -masquer masquer ver 3.74 19.12 1.39 4.32 inf; -masqueraient masquer ver 3.74 19.12 0.00 0.07 cnd:pre:3p; -masques masque nom m p 29.18 38.65 6.02 10.20 -masquons masquer ver 3.74 19.12 0.03 0.00 ind:pre:1p; -masqué masqué adj m s 3.26 3.85 2.42 1.69 -masquée masquer ver f s 3.74 19.12 0.15 1.42 par:pas; -masquées masquer ver f p 3.74 19.12 0.02 0.47 par:pas; -masqués masqué adj m p 3.26 3.85 0.73 0.68 -mass_media mass_media nom m p 0.17 0.07 0.17 0.07 -massa masser ver 5.69 12.84 0.00 1.28 ind:pas:3s; -massacra massacrer ver 17.01 14.66 0.05 0.14 ind:pas:3s; -massacraient massacrer ver 17.01 14.66 0.01 0.47 ind:imp:3p; -massacrais massacrer ver 17.01 14.66 0.01 0.00 ind:imp:1s; -massacrait massacrer ver 17.01 14.66 0.05 0.74 ind:imp:3s; -massacrant massacrer ver 17.01 14.66 0.33 0.47 par:pre; -massacrante massacrant adj f s 0.45 0.34 0.40 0.34 -massacre massacre nom m s 13.71 16.49 11.71 10.27 -massacrent massacrer ver 17.01 14.66 0.36 0.20 ind:pre:3p;sub:pre:3p; -massacrer massacrer ver 17.01 14.66 5.73 4.12 inf; -massacrera massacrer ver 17.01 14.66 0.27 0.07 ind:fut:3s; -massacrerai massacrer ver 17.01 14.66 0.03 0.07 ind:fut:1s; -massacreraient massacrer ver 17.01 14.66 0.01 0.20 cnd:pre:3p; -massacrerait massacrer ver 17.01 14.66 0.00 0.14 cnd:pre:3s; -massacrerons massacrer ver 17.01 14.66 0.16 0.00 ind:fut:1p; -massacreront massacrer ver 17.01 14.66 0.08 0.07 ind:fut:3p; -massacres massacre nom m p 13.71 16.49 2.00 6.22 -massacreur massacreur nom m s 0.06 0.34 0.06 0.20 -massacreurs massacreur nom m p 0.06 0.34 0.00 0.14 -massacrez massacrer ver 17.01 14.66 0.57 0.07 imp:pre:2p;ind:pre:2p; -massacrons massacrer ver 17.01 14.66 0.20 0.00 imp:pre:1p;ind:pre:1p; -massacrât massacrer ver 17.01 14.66 0.00 0.07 sub:imp:3s; -massacrèrent massacrer ver 17.01 14.66 0.16 0.20 ind:pas:3p; -massacré massacrer ver m s 17.01 14.66 3.17 2.70 par:pas; -massacrée massacrer ver f s 17.01 14.66 0.81 0.81 par:pas; -massacrées massacrer ver f p 17.01 14.66 0.09 0.20 par:pas; -massacrés massacrer ver m p 17.01 14.66 1.92 3.04 par:pas; -massage massage nom m s 9.57 3.18 7.76 2.23 -massages massage nom m p 9.57 3.18 1.81 0.95 -massaient masser ver 5.69 12.84 0.00 0.27 ind:imp:3p; -massais masser ver 5.69 12.84 0.08 0.00 ind:imp:1s; -massait masser ver 5.69 12.84 0.02 1.01 ind:imp:3s; -massant masser ver 5.69 12.84 0.04 0.68 par:pre; -masse masse nom f s 16.73 79.80 11.64 60.54 -massent masser ver 5.69 12.84 0.01 0.41 ind:pre:3p; -massepain massepain nom m s 0.29 0.34 0.17 0.00 -massepains massepain nom m p 0.29 0.34 0.12 0.34 -masser masser ver 5.69 12.84 2.98 2.09 inf; -massera masser ver 5.69 12.84 0.21 0.00 ind:fut:3s; -masserai masser ver 5.69 12.84 0.05 0.00 ind:fut:1s; -masseraient masser ver 5.69 12.84 0.00 0.07 cnd:pre:3p; -masserais masser ver 5.69 12.84 0.01 0.00 cnd:pre:2s; -masseras masser ver 5.69 12.84 0.02 0.00 ind:fut:2s; -masserez masser ver 5.69 12.84 0.01 0.00 ind:fut:2p; -masses masse nom f p 16.73 79.80 5.09 19.26 -massettes massette nom f p 0.00 0.14 0.00 0.14 -masseur masseur nom m s 1.91 1.69 0.70 1.15 -masseurs masseur nom m p 1.91 1.69 0.06 0.14 -masseuse masseur nom f s 1.91 1.69 1.12 0.27 -masseuses masseur nom f p 1.91 1.69 0.03 0.14 -massez masser ver 5.69 12.84 0.21 0.00 imp:pre:2p; -massicot massicot nom m s 0.20 0.61 0.10 0.54 -massicoter massicoter ver 0.00 0.14 0.00 0.07 inf; -massicotier massicotier nom m s 0.00 0.41 0.00 0.41 -massicots massicot nom m p 0.20 0.61 0.10 0.07 -massicoté massicoter ver m s 0.00 0.14 0.00 0.07 par:pas; -massif massif adj m s 7.16 22.30 2.52 8.92 -massifs massif adj m p 7.16 22.30 0.40 2.03 -massive massif adj f s 7.16 22.30 3.68 8.38 -massivement massivement adv 0.21 1.01 0.21 1.01 -massives massif adj f p 7.16 22.30 0.55 2.97 -massivité massivité nom f s 0.00 0.20 0.00 0.20 -massèrent masser ver 5.69 12.84 0.00 0.14 ind:pas:3p; -massé masser ver m s 5.69 12.84 0.40 1.01 par:pas; -massée masser ver f s 5.69 12.84 0.11 1.62 par:pas; -massue massue nom f s 0.71 2.84 0.57 2.30 -massées masser ver f p 5.69 12.84 0.03 0.47 par:pas; -massues massue nom f p 0.71 2.84 0.14 0.54 -massés masser ver m p 5.69 12.84 0.05 1.69 par:pas; -mastaba mastaba nom m s 0.01 0.20 0.01 0.14 -mastabas mastaba nom m p 0.01 0.20 0.00 0.07 -mastar mastar nom m s 0.02 0.07 0.02 0.07 -mastard mastard adj m s 0.80 0.88 0.80 0.74 -mastards mastard adj m p 0.80 0.88 0.00 0.14 -mastectomie mastectomie nom f s 0.22 0.00 0.22 0.00 -master master nom m s 3.43 0.07 1.41 0.07 -masters master nom m p 3.43 0.07 2.02 0.00 -mastic mastic nom m s 0.26 1.62 0.26 1.62 -masticage masticage nom m s 0.00 0.07 0.00 0.07 -masticateurs masticateur adj m p 0.01 0.07 0.01 0.07 -mastication mastication nom f s 0.16 0.81 0.16 0.74 -mastications mastication nom f p 0.16 0.81 0.00 0.07 -mastiff mastiff nom m s 0.02 0.07 0.02 0.07 -mastiqua mastiquer ver 0.32 4.32 0.00 0.14 ind:pas:3s; -mastiquaient mastiquer ver 0.32 4.32 0.00 0.14 ind:imp:3p; -mastiquais mastiquer ver 0.32 4.32 0.00 0.07 ind:imp:1s; -mastiquait mastiquer ver 0.32 4.32 0.01 0.81 ind:imp:3s; -mastiquant mastiquer ver 0.32 4.32 0.00 0.81 par:pre; -mastique mastiquer ver 0.32 4.32 0.10 0.61 imp:pre:2s;ind:pre:1s;ind:pre:3s; -mastiquent mastiquer ver 0.32 4.32 0.01 0.07 ind:pre:3p; -mastiquer mastiquer ver 0.32 4.32 0.14 1.35 inf; -mastiquez mastiquer ver 0.32 4.32 0.01 0.07 imp:pre:2p; -mastiquons mastiquer ver 0.32 4.32 0.00 0.07 ind:pre:1p; -mastiqué mastiquer ver m s 0.32 4.32 0.04 0.14 par:pas; -mastiqués mastiquer ver m p 0.32 4.32 0.01 0.07 par:pas; -mastite mastite nom f s 0.12 0.00 0.12 0.00 -mastoïde mastoïde adj s 0.93 0.07 0.93 0.07 -mastoc mastoc adj s 1.28 0.68 1.28 0.68 -mastodonte mastodonte nom m s 0.17 0.61 0.13 0.47 -mastodontes mastodonte nom m p 0.17 0.61 0.04 0.14 -mastroquet mastroquet nom m s 0.16 0.34 0.14 0.20 -mastroquets mastroquet nom m p 0.16 0.34 0.01 0.14 -mastère mastère nom m s 0.02 0.00 0.02 0.00 -masturbais masturber ver 3.89 1.69 0.08 0.00 ind:imp:1s;ind:imp:2s; -masturbait masturber ver 3.89 1.69 0.44 0.20 ind:imp:3s; -masturbant masturber ver 3.89 1.69 0.43 0.20 par:pre; -masturbateur masturbateur adj m s 0.06 0.00 0.06 0.00 -masturbation masturbation nom f s 1.57 2.03 1.57 1.89 -masturbations masturbation nom f p 1.57 2.03 0.00 0.14 -masturbatoire masturbatoire adj m s 0.05 0.14 0.02 0.14 -masturbatoires masturbatoire adj p 0.05 0.14 0.03 0.00 -masturbe masturber ver 3.89 1.69 1.02 0.54 imp:pre:2s;ind:pre:1s;ind:pre:3s; -masturbent masturber ver 3.89 1.69 0.19 0.14 ind:pre:3p; -masturber masturber ver 3.89 1.69 1.16 0.47 inf; -masturberas masturber ver 3.89 1.69 0.01 0.00 ind:fut:2s; -masturbez masturber ver 3.89 1.69 0.04 0.00 ind:pre:2p; -masturbé masturber ver m s 3.89 1.69 0.18 0.07 par:pas; -masturbée masturber ver f s 3.89 1.69 0.34 0.00 par:pas; -masturbés masturber ver m p 3.89 1.69 0.01 0.07 par:pas; -masure masure nom f s 0.47 4.32 0.19 2.30 -masures masure nom f p 0.47 4.32 0.28 2.03 -mat mat nom m s 6.84 4.32 1.95 0.88 -mat mat nom m s 6.84 4.32 4.54 3.31 -mata mater ver 17.27 14.93 0.41 0.20 ind:pas:3s; -matador matador nom m s 1.25 2.03 1.15 1.76 -matadors matador nom m p 1.25 2.03 0.10 0.27 -mataf mataf nom m s 0.13 0.61 0.02 0.54 -matafs mataf nom m p 0.13 0.61 0.11 0.07 -mataient mater ver 17.27 14.93 0.04 0.20 ind:imp:3p; -matais mater ver 17.27 14.93 0.52 0.54 ind:imp:1s;ind:imp:2s; -matait mater ver 17.27 14.93 0.64 0.61 ind:imp:3s; -matamore matamore nom m s 0.27 0.61 0.14 0.27 -matamores matamore nom m p 0.27 0.61 0.14 0.34 -matant mater ver 17.27 14.93 0.10 0.41 par:pre; -match match nom m s 63.48 10.00 58.26 9.39 -matcha matcher ver 0.01 0.07 0.00 0.07 ind:pas:3s; -matche matcher ver 0.01 0.07 0.01 0.00 ind:pre:3s; -matches matche nom m p 1.42 1.42 1.42 1.42 -matchiche matchiche nom f s 0.00 0.20 0.00 0.20 -matchs match nom m p 63.48 10.00 5.22 0.61 -mate mater ver 17.27 14.93 4.55 3.45 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -matelas matelas nom m 8.98 25.95 8.98 25.95 -matelassent matelasser ver 0.00 1.01 0.00 0.07 ind:pre:3p; -matelasser matelasser ver 0.00 1.01 0.00 0.07 inf; -matelassier matelassier nom m s 0.00 0.41 0.00 0.20 -matelassiers matelassier nom m p 0.00 0.41 0.00 0.07 -matelassière matelassier nom f s 0.00 0.41 0.00 0.07 -matelassières matelassier nom f p 0.00 0.41 0.00 0.07 -matelassé matelassé adj m s 0.15 0.47 0.14 0.14 -matelassée matelassé adj f s 0.15 0.47 0.01 0.34 -matelassées matelasser ver f p 0.00 1.01 0.00 0.20 par:pas; -matelassés matelasser ver m p 0.00 1.01 0.00 0.07 par:pas; -matelot matelot nom m s 7.04 6.96 4.78 4.26 -matelote matelote nom f s 0.04 0.20 0.04 0.20 -matelots matelot nom m p 7.04 6.96 2.27 2.70 -matent mater ver 17.27 14.93 0.51 0.41 ind:pre:3p; -mater_dolorosa mater_dolorosa nom f 0.00 0.47 0.00 0.47 -mater mater ver 17.27 14.93 5.91 6.22 inf; -matera mater ver 17.27 14.93 0.16 0.07 ind:fut:3s; -materai mater ver 17.27 14.93 0.17 0.07 ind:fut:1s; -materais mater ver 17.27 14.93 0.04 0.00 cnd:pre:1s;cnd:pre:2s; -materait mater ver 17.27 14.93 0.01 0.14 cnd:pre:3s; -maternage maternage nom m s 0.04 0.00 0.04 0.00 -maternalisme maternalisme nom m s 0.00 0.20 0.00 0.20 -maternant materner ver 0.68 0.14 0.01 0.00 par:pre; -maternel maternel adj m s 5.21 23.72 2.71 8.99 -maternelle maternel nom f s 3.17 2.43 3.17 2.30 -maternellement maternellement adv 0.00 0.54 0.00 0.54 -maternelles maternel adj f p 5.21 23.72 0.35 1.76 -maternels maternel adj m p 5.21 23.72 0.24 1.82 -materner materner ver 0.68 0.14 0.52 0.14 inf; -maternera materner ver 0.68 0.14 0.11 0.00 ind:fut:3s; -materniser materniser ver 0.30 0.00 0.01 0.00 inf; -maternisé materniser ver m s 0.30 0.00 0.29 0.00 par:pas; -maternité maternité nom f s 3.49 4.73 3.47 4.05 -maternités maternité nom f p 3.49 4.73 0.03 0.68 -materné materner ver m s 0.68 0.14 0.04 0.00 par:pas; -materons mater ver 17.27 14.93 0.01 0.14 ind:fut:1p; -materont mater ver 17.27 14.93 0.00 0.07 ind:fut:3p; -mates mater ver 17.27 14.93 1.56 0.41 ind:pre:2s; -mateur mateur nom m s 0.37 0.27 0.11 0.07 -mateurs mateur nom m p 0.37 0.27 0.20 0.14 -mateuse mateur nom f s 0.37 0.27 0.06 0.07 -matez mater ver 17.27 14.93 1.40 0.34 imp:pre:2p;ind:pre:2p; -math math nom f p 1.55 0.74 1.55 0.74 -matheuse matheux nom f s 0.10 0.27 0.02 0.07 -matheux matheux nom m 0.10 0.27 0.08 0.20 -maçon maçon nom m s 3.79 6.76 3.48 3.31 -maçonnant maçonner ver 0.01 1.69 0.00 0.14 par:pre; -maçonne maçon nom f s 3.79 6.76 0.00 0.14 -maçonnent maçonner ver 0.01 1.69 0.00 0.07 ind:pre:3p; -maçonner maçonner ver 0.01 1.69 0.00 0.07 inf; -maçonnerie maçonnerie nom f s 0.69 3.04 0.69 2.97 -maçonneries maçonnerie nom f p 0.69 3.04 0.00 0.07 -maçonnique maçonnique adj s 0.35 0.74 0.32 0.34 -maçonniques maçonnique adj p 0.35 0.74 0.04 0.41 -maçonné maçonner ver m s 0.01 1.69 0.00 0.54 par:pas; -maçonnée maçonner ver f s 0.01 1.69 0.00 0.20 par:pas; -maçonnées maçonner ver f p 0.01 1.69 0.00 0.47 par:pas; -maçonnés maçonner ver m p 0.01 1.69 0.01 0.20 par:pas; -maçons maçon nom m p 3.79 6.76 0.32 3.31 -maths maths nom f p 10.66 3.38 10.66 3.38 -mathématicien mathématicien nom m s 0.96 0.68 0.65 0.54 -mathématicienne mathématicien nom f s 0.96 0.68 0.02 0.07 -mathématiciens mathématicien nom m p 0.96 0.68 0.28 0.07 -mathématique mathématique adj s 1.78 2.36 1.27 1.42 -mathématiquement mathématiquement adv 0.35 0.34 0.35 0.34 -mathématiques mathématique nom f p 1.80 7.03 1.64 5.68 -mathématiser mathématiser ver 0.00 0.07 0.00 0.07 inf; -mathurins mathurin nom m p 0.00 0.07 0.00 0.07 -mathusalems mathusalem nom m p 0.00 0.07 0.00 0.07 -mati mati adj m s 0.18 0.00 0.18 0.00 -matiez mater ver 17.27 14.93 0.03 0.00 ind:imp:2p; -matin matin nom m s 275.01 396.76 265.03 376.89 -matinal matinal adj m s 5.81 10.74 2.56 3.78 -matinale matinal adj f s 5.81 10.74 2.51 5.20 -matinalement matinalement adv 0.00 0.14 0.00 0.14 -matinales matinal adj f p 5.81 10.74 0.42 0.95 -matinaux matinal adj m p 5.81 10.74 0.32 0.81 -matines mâtine nom f p 0.57 1.22 0.56 1.01 -matineux matineux adj m p 0.00 0.14 0.00 0.14 -matins matin nom m p 275.01 396.76 9.98 19.86 -matinée matinée nom f s 12.51 34.05 12.10 32.23 -matinées matinée nom f p 12.51 34.05 0.41 1.82 -matis matir ver m p 0.20 0.14 0.00 0.07 par:pas; -matisse matir ver 0.20 0.14 0.19 0.07 sub:pre:1s;sub:pre:3s; -matière matière nom f s 16.99 58.45 14.20 49.80 -matières matière nom f p 16.99 58.45 2.79 8.65 -matité matité nom f s 0.00 0.54 0.00 0.54 -matois matois nom m 0.01 0.07 0.01 0.07 -matoise matois adj f s 0.00 0.41 0.00 0.07 -matoiserie matoiserie nom f s 0.00 0.14 0.00 0.14 -maton maton nom m s 1.41 6.08 0.50 3.11 -matonne maton nom f s 1.41 6.08 0.00 0.14 -matonnes maton nom f p 1.41 6.08 0.00 0.27 -matons maton nom m p 1.41 6.08 0.91 2.57 -matos matos nom m 5.72 1.55 5.72 1.55 -matou matou nom m s 1.21 4.12 1.04 3.18 -matous matou nom m p 1.21 4.12 0.17 0.95 -matouse matouser ver 0.00 0.20 0.00 0.07 ind:pre:3s; -matouser matouser ver 0.00 0.20 0.00 0.14 inf; -matraqua matraquer ver 0.59 1.49 0.00 0.14 ind:pas:3s; -matraquage matraquage nom m s 0.14 0.14 0.14 0.07 -matraquages matraquage nom m p 0.14 0.14 0.00 0.07 -matraquaient matraquer ver 0.59 1.49 0.00 0.07 ind:imp:3p; -matraquais matraquer ver 0.59 1.49 0.00 0.07 ind:imp:1s; -matraquait matraquer ver 0.59 1.49 0.01 0.07 ind:imp:3s; -matraquant matraquer ver 0.59 1.49 0.00 0.20 par:pre; -matraque matraque nom f s 1.80 5.41 1.41 4.46 -matraquer matraquer ver 0.59 1.49 0.11 0.14 inf; -matraques matraque nom f p 1.80 5.41 0.39 0.95 -matraqueur matraqueur nom m s 0.01 0.07 0.00 0.07 -matraqueurs matraqueur nom m p 0.01 0.07 0.01 0.00 -matraquez matraquer ver 0.59 1.49 0.15 0.07 imp:pre:2p;ind:pre:2p; -matraqué matraquer ver m s 0.59 1.49 0.23 0.34 par:pas; -matraquée matraquer ver f s 0.59 1.49 0.04 0.14 par:pas; -matraqués matraquer ver m p 0.59 1.49 0.00 0.07 par:pas; -matras matras nom m 0.00 0.47 0.00 0.47 -matriarcal matriarcal adj m s 0.01 0.41 0.01 0.14 -matriarcale matriarcal adj f s 0.01 0.41 0.00 0.20 -matriarcales matriarcal adj f p 0.01 0.41 0.00 0.07 -matriarcat matriarcat nom m s 0.14 0.74 0.14 0.74 -matriarche matriarche nom f s 0.09 0.00 0.09 0.00 -matrice matrice nom f s 2.16 2.03 2.00 1.96 -matrices matrice nom f p 2.16 2.03 0.16 0.07 -matricide matricide nom s 0.01 0.00 0.01 0.00 -matriciel matriciel adj m s 0.02 0.27 0.01 0.07 -matricielle matriciel adj f s 0.02 0.27 0.01 0.07 -matricielles matriciel adj f p 0.02 0.27 0.00 0.07 -matriciels matriciel adj m p 0.02 0.27 0.00 0.07 -matriculaire matriculaire nom s 0.00 0.07 0.00 0.07 -matricule matricule nom s 3.49 3.38 3.15 2.84 -matricules matricule nom p 3.49 3.38 0.34 0.54 -matrilinéaire matrilinéaire adj s 0.00 0.20 0.00 0.14 -matrilinéaires matrilinéaire adj f p 0.00 0.20 0.00 0.07 -matrilocales matrilocal adj f p 0.00 0.07 0.00 0.07 -matrimonial matrimonial adj m s 1.40 1.28 0.69 0.54 -matrimoniale matrimonial adj f s 1.40 1.28 0.17 0.47 -matrimoniales matrimonial adj f p 1.40 1.28 0.40 0.27 -matrimoniaux matrimonial adj m p 1.40 1.28 0.13 0.00 -matriochka matriochka nom f s 0.00 0.07 0.00 0.07 -matrone matrone nom f s 0.36 3.72 0.23 2.16 -matrones matrone nom f p 0.36 3.72 0.14 1.55 -mats mat nom m p 6.84 4.32 0.35 0.14 -matte matte nom f s 0.52 0.07 0.35 0.07 -matter matter ver 0.64 0.07 0.64 0.07 inf; -mattes matte nom f p 0.52 0.07 0.16 0.00 -matèrent mater ver 17.27 14.93 0.00 0.14 ind:pas:3p; -maté maté nom m s 1.62 0.20 1.62 0.14 -matuche matuche nom m s 0.00 0.41 0.00 0.41 -matée mater ver f s 17.27 14.93 0.20 0.07 par:pas; -matées mater ver f p 17.27 14.93 0.16 0.14 par:pas; -maturation maturation nom f s 0.07 0.68 0.07 0.54 -maturations maturation nom f p 0.07 0.68 0.00 0.14 -mature mature adj s 1.83 0.00 1.65 0.00 -maturer maturer ver 0.00 0.07 0.00 0.07 inf; -matures mature adj p 1.83 0.00 0.17 0.00 -matérialisa matérialiser ver 1.05 4.32 0.00 0.20 ind:pas:3s; -matérialisaient matérialiser ver 1.05 4.32 0.01 0.07 ind:imp:3p; -matérialisait matérialiser ver 1.05 4.32 0.01 0.47 ind:imp:3s; -matérialisant matérialiser ver 1.05 4.32 0.04 0.14 par:pre; -matérialisation matérialisation nom f s 0.17 0.54 0.15 0.54 -matérialisations matérialisation nom f p 0.17 0.54 0.02 0.00 -matérialise matérialiser ver 1.05 4.32 0.25 0.61 ind:pre:1s;ind:pre:3s; -matérialisent matérialiser ver 1.05 4.32 0.05 0.14 ind:pre:3p; -matérialiser matérialiser ver 1.05 4.32 0.34 0.74 inf; -matérialisera matérialiser ver 1.05 4.32 0.00 0.07 ind:fut:3s; -matérialiseront matérialiser ver 1.05 4.32 0.01 0.00 ind:fut:3p; -matérialisions matérialiser ver 1.05 4.32 0.00 0.07 ind:imp:1p; -matérialisme matérialisme nom m s 0.38 1.49 0.38 1.49 -matérialiste matérialiste adj s 0.82 0.88 0.65 0.61 -matérialistes matérialiste adj p 0.82 0.88 0.17 0.27 -matérialisèrent matérialiser ver 1.05 4.32 0.00 0.07 ind:pas:3p; -matérialisé matérialiser ver m s 1.05 4.32 0.17 0.34 par:pas; -matérialisée matérialiser ver f s 1.05 4.32 0.13 0.68 par:pas; -matérialisées matérialiser ver f p 1.05 4.32 0.01 0.27 par:pas; -matérialisés matérialiser ver m p 1.05 4.32 0.02 0.47 par:pas; -matérialité matérialité nom f s 0.01 0.47 0.01 0.47 -matériau matériau nom m s 3.78 5.14 0.95 1.62 -matériaux matériau nom m p 3.78 5.14 2.83 3.51 -matériel matériel nom m s 25.26 26.22 25.15 25.47 -matérielle matériel adj f s 5.54 16.89 1.17 5.14 -matériellement matériellement adv 0.31 3.04 0.31 3.04 -matérielles matériel adj f p 5.54 16.89 0.45 3.31 -matériels matériel adj m p 5.54 16.89 1.38 3.45 -maturité maturité nom f s 2.61 5.00 2.61 5.00 -matés mater ver m p 17.27 14.93 0.05 0.34 par:pas; -matutinal matutinal adj m s 0.00 0.34 0.00 0.07 -matutinale matutinal adj f s 0.00 0.34 0.00 0.14 -matutinales matutinal adj f p 0.00 0.34 0.00 0.07 -matutinaux matutinal adj m p 0.00 0.34 0.00 0.07 -maudira maudire ver 7.97 10.47 0.14 0.00 ind:fut:3s; -maudirai maudire ver 7.97 10.47 0.05 0.34 ind:fut:1s; -maudirais maudire ver 7.97 10.47 0.01 0.00 cnd:pre:2s; -maudirait maudire ver 7.97 10.47 0.21 0.07 cnd:pre:3s; -maudire maudire ver 7.97 10.47 1.65 2.64 inf; -maudirent maudire ver 7.97 10.47 0.00 0.07 ind:pas:3p; -maudirons maudire ver 7.97 10.47 0.01 0.00 ind:fut:1p; -maudiront maudire ver 7.97 10.47 0.02 0.00 ind:fut:3p; -maudis maudire ver m p 7.97 10.47 3.36 1.15 imp:pre:2s;ind:pre:1s;ind:pre:2s;par:pas; -maudissaient maudire ver 7.97 10.47 0.01 0.20 ind:imp:3p; -maudissais maudire ver 7.97 10.47 0.04 0.47 ind:imp:1s;ind:imp:2s; -maudissait maudire ver 7.97 10.47 0.25 1.55 ind:imp:3s; -maudissant maudire ver 7.97 10.47 0.21 2.23 par:pre; -maudisse maudire ver 7.97 10.47 0.95 0.14 sub:pre:1s;sub:pre:3s; -maudissent maudire ver 7.97 10.47 0.26 0.20 ind:pre:3p; -maudissez maudire ver 7.97 10.47 0.20 0.14 imp:pre:2p;ind:pre:2p; -maudissions maudire ver 7.97 10.47 0.00 0.20 ind:imp:1p; -maudit maudit adj m s 37.18 17.50 17.59 7.43 -maudite maudit adj f s 37.18 17.50 12.65 5.47 -maudites maudit adj f p 37.18 17.50 1.71 1.42 -maudits maudit adj m p 37.18 17.50 5.23 3.18 -maugréa maugréer ver 0.29 5.41 0.00 1.15 ind:pas:3s; -maugréai maugréer ver 0.29 5.41 0.00 0.14 ind:pas:1s; -maugréaient maugréer ver 0.29 5.41 0.00 0.14 ind:imp:3p; -maugréait maugréer ver 0.29 5.41 0.00 0.61 ind:imp:3s; -maugréant maugréer ver 0.29 5.41 0.00 2.57 par:pre; -maugrée maugréer ver 0.29 5.41 0.27 0.27 imp:pre:2s;ind:pre:3s; -maugréer maugréer ver 0.29 5.41 0.03 0.54 inf; -maure maure adj s 1.11 0.81 0.90 0.41 -maures maure nom p 0.96 1.15 0.31 0.14 -mauresque mauresque adj s 0.12 2.91 0.12 2.09 -mauresques mauresque adj p 0.12 2.91 0.00 0.81 -mauricienne mauricien adj f s 0.00 0.07 0.00 0.07 -mauritanienne mauritanien adj f s 0.00 0.07 0.00 0.07 -maurrassien maurrassien nom m s 0.00 0.14 0.00 0.14 -maurrassisme maurrassisme nom m s 0.00 0.07 0.00 0.07 -mauser mauser nom m s 0.57 3.04 0.56 2.09 -mausers mauser nom m p 0.57 3.04 0.01 0.95 -mausolée mausolée nom m s 1.66 3.11 1.64 2.91 -mausolées mausolée nom m p 1.66 3.11 0.02 0.20 -maussade maussade adj s 1.09 7.97 1.04 6.82 -maussadement maussadement adv 0.00 0.27 0.00 0.27 -maussaderie maussaderie nom f s 0.00 0.34 0.00 0.27 -maussaderies maussaderie nom f p 0.00 0.34 0.00 0.07 -maussades maussade adj p 1.09 7.97 0.05 1.15 -mauvais mauvais adj m 252.69 200.61 138.04 108.65 -mauvaise mauvais adj f s 252.69 200.61 88.33 70.88 -mauvaisement mauvaisement adv 0.00 0.27 0.00 0.27 -mauvaises mauvais adj f p 252.69 200.61 26.32 21.08 -mauvaiseté mauvaiseté nom f s 0.00 0.20 0.00 0.20 -mauve mauve adj s 0.70 17.64 0.63 10.68 -mauves mauve adj p 0.70 17.64 0.07 6.96 -mauviette mauviette nom f s 4.86 0.88 3.49 0.61 -mauviettes mauviette nom f p 4.86 0.88 1.37 0.27 -maux mal nom_sup m p 326.58 193.92 8.31 8.78 -max max nom m s 5.94 2.30 5.94 2.30 -maxi maxi adj 1.71 0.27 1.71 0.27 -maxillaire maxillaire nom m s 0.27 1.76 0.25 0.54 -maxillaires maxillaire adj f p 0.08 0.14 0.05 0.07 -maxillo_facial maxillo_facial adj m s 0.01 0.00 0.01 0.00 -maxima maximum nom m p 14.79 15.81 0.22 0.41 -maximal maximal adj m s 3.04 0.61 0.34 0.20 -maximale maximal adj f s 3.04 0.61 2.53 0.41 -maximales maximal adj f p 3.04 0.61 0.16 0.00 -maximalise maximaliser ver 0.03 0.00 0.01 0.00 ind:pre:3s; -maximaliser maximaliser ver 0.03 0.00 0.02 0.00 inf; -maximalisme maximalisme nom m s 0.00 0.14 0.00 0.14 -maxime maxime nom f s 0.67 2.09 0.64 1.22 -maximes maxime nom f p 0.67 2.09 0.03 0.88 -maximisation maximisation nom f s 0.01 0.00 0.01 0.00 -maximiser maximiser ver 0.26 0.00 0.26 0.00 inf; -maximum maximum nom m s 14.79 15.81 14.55 15.34 -maximums maximum adj m p 5.80 1.96 0.04 0.00 -maxis maxi nom m p 0.58 0.95 0.04 0.00 -maxiton maxiton nom m s 0.00 0.14 0.00 0.14 -maya maya adj s 0.56 0.20 0.44 0.20 -mayas maya adj p 0.56 0.20 0.12 0.00 -mayo mayo nom f s 0.77 0.00 0.77 0.00 -mayonnaise mayonnaise nom f s 3.64 3.45 3.63 3.45 -mayonnaises mayonnaise nom f p 3.64 3.45 0.01 0.00 -mazagran mazagran nom m s 0.00 0.20 0.00 0.07 -mazagrans mazagran nom m p 0.00 0.20 0.00 0.14 -mazas mazer ver 0.01 0.27 0.00 0.07 ind:pas:2s; -mazdéens mazdéen adj m p 0.00 0.07 0.00 0.07 -maze mazer ver 0.01 0.27 0.01 0.14 imp:pre:2s;ind:pre:3s; -mazet mazet nom m s 0.00 0.41 0.00 0.41 -mazette mazette ono 0.32 0.81 0.32 0.81 -mazettes mazette nom_sup f p 0.02 0.07 0.01 0.00 -mazout mazout nom m s 1.42 2.64 1.42 2.64 -mazouté mazouter ver m s 0.00 0.07 0.00 0.07 par:pas; -mazoutés mazouté adj m p 0.00 0.14 0.00 0.14 -mazé mazer ver m s 0.01 0.27 0.00 0.07 par:pas; -mazurka mazurka nom f s 0.58 0.41 0.58 0.34 -mazurkas mazurka nom f p 0.58 0.41 0.00 0.07 -me me pro_per s 4929.44 4264.32 4929.44 4264.32 -mea_culpa mea_culpa nom m 0.07 0.14 0.07 0.14 -mea_culpa mea_culpa nom m 0.70 0.68 0.70 0.68 -mec mec nom m s 325.54 72.30 252.94 50.41 -meccano meccano nom m s 0.29 1.01 0.29 0.95 -meccanos meccano nom m p 0.29 1.01 0.00 0.07 -mechta mechta nom f s 0.00 0.34 0.00 0.14 -mechtas mechta nom f p 0.00 0.34 0.00 0.20 -mecklembourgeois mecklembourgeois nom m 0.00 0.07 0.00 0.07 -mecs mec nom m p 325.54 72.30 72.61 21.89 -mecton mecton nom m s 0.03 0.74 0.03 0.27 -mectons mecton nom m p 0.03 0.74 0.00 0.47 -media media nom f s 7.72 0.07 7.72 0.07 -medicine_ball medicine_ball nom m s 0.00 0.07 0.00 0.07 -medium medium nom m s 0.59 0.07 0.59 0.07 -meeting meeting nom m s 4.23 6.82 3.49 4.73 -meetings meeting nom m p 4.23 6.82 0.74 2.09 -meiji meiji adj m s 0.02 0.07 0.02 0.07 -meilleur meilleur adj m s 221.17 86.82 99.59 34.32 -meilleure meilleur adj f s 221.17 86.82 73.69 24.86 -meilleures meilleur adj f p 221.17 86.82 15.25 10.41 -meilleurs meilleur adj m p 221.17 86.82 32.64 17.23 -melba melba adj 0.03 0.20 0.03 0.20 -melkites melkite nom p 0.00 0.14 0.00 0.14 -melliflues melliflue adj f p 0.00 0.07 0.00 0.07 -mellifère mellifère adj s 0.00 0.07 0.00 0.07 -mellifères mellifère nom m p 0.00 0.07 0.00 0.07 -melon melon nom m s 7.11 6.96 4.92 5.20 -melons melon nom m p 7.11 6.96 2.19 1.76 -melting_pot melting_pot nom m s 0.14 0.07 0.13 0.00 -melting_pot melting_pot nom m s 0.14 0.07 0.01 0.07 -membranaire membranaire adj f s 0.01 0.00 0.01 0.00 -membrane membrane nom f s 1.23 2.97 0.89 1.69 -membranes membrane nom f p 1.23 2.97 0.34 1.28 -membraneuse membraneux adj f s 0.01 0.34 0.00 0.07 -membraneuses membraneux adj f p 0.01 0.34 0.01 0.14 -membraneux membraneux adj m 0.01 0.34 0.00 0.14 -membre membre nom m s 56.06 64.86 26.72 15.20 -membres membre nom m p 56.06 64.86 29.34 49.66 -membré membré adj m s 0.05 0.07 0.05 0.07 -membrues membru adj f p 0.00 0.07 0.00 0.07 -membrure membrure nom f s 0.03 0.61 0.02 0.34 -membrures membrure nom f p 0.03 0.61 0.01 0.27 -mena mener ver 99.86 137.70 0.40 3.85 ind:pas:3s; -menace menace nom f s 30.36 44.12 21.07 26.01 -menacent menacer ver 49.61 52.57 2.46 2.50 ind:pre:3p; -menacer menacer ver 49.61 52.57 5.33 5.34 inf; -menacera menacer ver 49.61 52.57 0.09 0.07 ind:fut:3s; -menaceraient menacer ver 49.61 52.57 0.04 0.00 cnd:pre:3p; -menacerait menacer ver 49.61 52.57 0.10 0.27 cnd:pre:3s; -menaceras menacer ver 49.61 52.57 0.01 0.00 ind:fut:2s; -menaceriez menacer ver 49.61 52.57 0.03 0.00 cnd:pre:2p; -menaceront menacer ver 49.61 52.57 0.15 0.14 ind:fut:3p; -menaces menace nom f p 30.36 44.12 9.28 18.11 -menacez menacer ver 49.61 52.57 1.41 0.20 imp:pre:2p;ind:pre:2p; -menaciez menacer ver 49.61 52.57 0.25 0.00 ind:imp:2p; -menacions menacer ver 49.61 52.57 0.01 0.07 ind:imp:1p; -menacèrent menacer ver 49.61 52.57 0.01 0.20 ind:pas:3p; -menacé menacer ver m s 49.61 52.57 14.44 7.84 par:pas; -menacée menacer ver f s 49.61 52.57 4.83 4.05 par:pas; -menacées menacer ver f p 49.61 52.57 0.50 0.95 par:pas; -menacés menacer ver m p 49.61 52.57 1.44 2.30 par:pas; -menai mener ver 99.86 137.70 0.02 0.20 ind:pas:1s; -menaient mener ver 99.86 137.70 0.49 6.96 ind:imp:3p; -menais mener ver 99.86 137.70 0.70 2.30 ind:imp:1s;ind:imp:2s; -menait mener ver 99.86 137.70 2.56 24.80 ind:imp:3s; -menant mener ver 99.86 137.70 1.68 7.03 par:pre; -menassent mener ver 99.86 137.70 0.00 0.07 sub:imp:3p; -menaça menacer ver 49.61 52.57 0.16 1.82 ind:pas:3s; -menaçaient menacer ver 49.61 52.57 1.07 3.04 ind:imp:3p; -menaçais menacer ver 49.61 52.57 0.34 0.34 ind:imp:1s;ind:imp:2s; -menaçait menacer ver 49.61 52.57 2.95 10.07 ind:imp:3s; -menaçant menaçant adj m s 3.56 16.69 1.76 7.09 -menaçante menaçant adj f s 3.56 16.69 1.33 5.61 -menaçantes menaçant adj f p 3.56 16.69 0.06 1.28 -menaçants menaçant adj m p 3.56 16.69 0.41 2.70 -menaçons menacer ver 49.61 52.57 0.19 0.00 ind:pre:1p; -menaçât menacer ver 49.61 52.57 0.01 0.07 sub:imp:3s; -mencheviks menchevik nom p 0.00 0.07 0.00 0.07 -mendia mendier ver 4.07 6.49 0.01 0.00 ind:pas:3s; -mendiaient mendier ver 4.07 6.49 0.01 0.34 ind:imp:3p; -mendiais mendier ver 4.07 6.49 0.27 0.07 ind:imp:1s;ind:imp:2s; -mendiait mendier ver 4.07 6.49 0.24 0.68 ind:imp:3s; -mendiant mendiant nom m s 6.86 11.76 3.44 5.20 -mendiante mendiant nom f s 6.86 11.76 0.34 0.95 -mendiantes mendiant nom f p 6.86 11.76 0.00 0.14 -mendiants mendiant nom m p 6.86 11.76 3.07 5.47 -mendicité mendicité nom f s 0.44 0.95 0.44 0.88 -mendicités mendicité nom f p 0.44 0.95 0.00 0.07 -mendie mendier ver 4.07 6.49 0.61 0.54 imp:pre:2s;ind:pre:1s;ind:pre:3s; -mendient mendier ver 4.07 6.49 0.23 0.14 ind:pre:3p; -mendier mendier ver 4.07 6.49 2.07 3.11 inf; -mendierait mendier ver 4.07 6.49 0.00 0.07 cnd:pre:3s; -mendieras mendier ver 4.07 6.49 0.00 0.07 ind:fut:2s; -mendies mendier ver 4.07 6.49 0.01 0.00 ind:pre:2s; -mendiez mendier ver 4.07 6.49 0.03 0.00 imp:pre:2p;ind:pre:2p; -mendigot mendigot nom m s 0.30 0.81 0.30 0.07 -mendigotant mendigoter ver 0.00 0.14 0.00 0.07 par:pre; -mendigote mendigot nom f s 0.30 0.81 0.00 0.07 -mendigoter mendigoter ver 0.00 0.14 0.00 0.07 inf; -mendigots mendigot nom m p 0.30 0.81 0.00 0.68 -mendions mendier ver 4.07 6.49 0.10 0.07 ind:pre:1p; -mendié mendier ver m s 4.07 6.49 0.10 0.34 par:pas; -mendiée mendier ver f s 4.07 6.49 0.00 0.07 par:pas; -mendiées mendier ver f p 4.07 6.49 0.00 0.07 par:pas; -mendé mendé adj s 0.01 0.00 0.01 0.00 -meneau meneau nom m s 2.18 0.54 0.00 0.07 -meneaux meneau nom m p 2.18 0.54 2.18 0.47 -mener mener ver 99.86 137.70 22.45 29.53 inf;; -meneur meneur nom m s 2.94 3.51 1.67 2.03 -meneurs meneur nom m p 2.94 3.51 0.69 1.35 -meneuse meneur nom f s 2.94 3.51 0.59 0.14 -menez mener ver 99.86 137.70 2.96 0.41 imp:pre:2p;ind:pre:2p; -menhaden menhaden nom m s 0.01 0.00 0.01 0.00 -menhir menhir nom m s 0.41 0.68 0.41 0.20 -menhirs menhir nom m p 0.41 0.68 0.00 0.47 -meniez mener ver 99.86 137.70 0.22 0.00 ind:imp:2p;sub:pre:2p; -menions mener ver 99.86 137.70 0.06 0.88 ind:imp:1p; -mennonite mennonite nom m s 0.09 0.14 0.04 0.07 -mennonites mennonite nom m p 0.09 0.14 0.05 0.07 -menon menon nom m s 0.03 0.07 0.02 0.00 -menons mener ver 99.86 137.70 1.20 0.81 imp:pre:1p;ind:pre:1p; -menora menora nom f s 0.03 0.00 0.03 0.00 -menât mener ver 99.86 137.70 0.00 0.20 sub:imp:3s; -menotte menotte nom f s 11.65 7.84 0.78 0.61 -menotter menotter ver 2.65 0.27 0.31 0.00 inf; -menottes menotte nom f p 11.65 7.84 10.88 7.23 -menottez menotter ver 2.65 0.27 0.83 0.00 imp:pre:2p;ind:pre:2p; -menotté menotter ver m s 2.65 0.27 1.06 0.27 par:pas; -menottée menotter ver f s 2.65 0.27 0.28 0.00 par:pas; -menottés menotter ver m p 2.65 0.27 0.17 0.00 par:pas; -mens mentir ver 185.16 52.03 42.12 5.88 imp:pre:2s;ind:pre:1s;ind:pre:2s; -mensonge mensonge nom m s 61.05 35.41 33.64 21.89 -mensonger mensonger adj m s 1.29 1.96 0.29 0.47 -mensongers mensonger adj m p 1.29 1.96 0.14 0.14 -mensonges mensonge nom m p 61.05 35.41 27.41 13.51 -mensongère mensonger adj f s 1.29 1.96 0.48 0.81 -mensongèrement mensongèrement adv 0.00 0.20 0.00 0.20 -mensongères mensonger adj f p 1.29 1.96 0.38 0.54 -menstruation menstruation nom f s 0.40 0.00 0.28 0.00 -menstruations menstruation nom f p 0.40 0.00 0.13 0.00 -menstruel menstruel adj m s 0.29 0.54 0.22 0.27 -menstruelle menstruel adj f s 0.29 0.54 0.01 0.07 -menstruelles menstruel adj f p 0.29 0.54 0.02 0.14 -menstruels menstruel adj m p 0.29 0.54 0.04 0.07 -menstrues menstrue nom f p 0.00 0.14 0.00 0.14 -mensualité mensualité nom f s 0.72 1.01 0.15 0.81 -mensualités mensualité nom f p 0.72 1.01 0.56 0.20 -mensuel mensuel adj m s 2.13 2.50 0.73 0.81 -mensuelle mensuel adj f s 2.13 2.50 0.87 0.88 -mensuellement mensuellement adv 0.01 0.14 0.01 0.14 -mensuelles mensuel adj f p 2.13 2.50 0.23 0.34 -mensuels mensuel adj m p 2.13 2.50 0.30 0.47 -mensuration mensuration nom f s 0.58 1.42 0.00 0.20 -mensurations mensuration nom f p 0.58 1.42 0.58 1.22 -ment mentir ver 185.16 52.03 24.08 5.81 ind:pre:3s; -mentît mentir ver 185.16 52.03 0.00 0.14 sub:imp:3s; -mentaient mentir ver 185.16 52.03 0.44 0.88 ind:imp:3p; -mentais mentir ver 185.16 52.03 3.64 1.55 ind:imp:1s;ind:imp:2s; -mentait mentir ver 185.16 52.03 2.54 5.88 ind:imp:3s; -mental mental adj m s 18.15 11.35 5.84 4.05 -mentale mental adj f s 18.15 11.35 6.92 4.80 -mentalement mentalement adv 4.37 6.42 4.37 6.42 -mentales mental adj f p 18.15 11.35 1.68 1.01 -mentaliser mentaliser ver 0.00 0.07 0.00 0.07 inf; -mentalité mentalité nom f s 2.79 5.95 2.15 5.27 -mentalités mentalité nom f p 2.79 5.95 0.64 0.68 -mentant mentir ver 185.16 52.03 0.72 0.54 par:pre; -mentaux mental adj m p 18.15 11.35 3.71 1.49 -mente mentir ver 185.16 52.03 1.94 0.41 sub:pre:1s;sub:pre:3s; -mentent mentir ver 185.16 52.03 5.57 1.15 ind:pre:3p; -menterie menterie nom f s 0.12 0.74 0.10 0.14 -menteries menterie nom f p 0.12 0.74 0.02 0.61 -mentes mentir ver 185.16 52.03 0.32 0.00 sub:pre:2s; -menteur menteur nom m s 36.31 5.34 23.57 3.38 -menteurs menteur nom m p 36.31 5.34 4.46 1.01 -menteuse menteur nom f s 36.31 5.34 8.28 0.95 -menteuses menteur adj f p 8.49 4.80 0.36 0.27 -mentez mentir ver 185.16 52.03 10.29 1.22 imp:pre:2p;ind:pre:2p; -menthe menthe nom f s 5.51 9.53 5.21 9.39 -menthes menthe nom f p 5.51 9.53 0.30 0.14 -menthol menthol nom m s 0.44 0.41 0.36 0.34 -menthols menthol nom m p 0.44 0.41 0.08 0.07 -mentholé mentholé adj m s 0.19 0.34 0.04 0.00 -mentholée mentholé adj f s 0.19 0.34 0.10 0.20 -mentholées mentholé adj f p 0.19 0.34 0.04 0.14 -mentholés mentholé nom m p 0.03 0.00 0.01 0.00 -menèrent mener ver 99.86 137.70 0.09 0.88 ind:pas:3p; -menti mentir ver m s 185.16 52.03 47.32 9.59 par:pas; -mentiez mentir ver 185.16 52.03 0.61 0.20 ind:imp:2p; -mention mention nom f s 4.27 6.01 4.03 5.54 -mentionna mentionner ver 15.61 9.32 0.10 0.61 ind:pas:3s; -mentionnai mentionner ver 15.61 9.32 0.00 0.07 ind:pas:1s; -mentionnaient mentionner ver 15.61 9.32 0.03 0.47 ind:imp:3p; -mentionnais mentionner ver 15.61 9.32 0.10 0.07 ind:imp:1s;ind:imp:2s; -mentionnait mentionner ver 15.61 9.32 0.33 1.01 ind:imp:3s; -mentionnant mentionner ver 15.61 9.32 0.05 0.47 par:pre; -mentionne mentionner ver 15.61 9.32 2.33 0.54 imp:pre:2s;ind:pre:1s;ind:pre:3s; -mentionnent mentionner ver 15.61 9.32 0.64 0.27 ind:pre:3p; -mentionner mentionner ver 15.61 9.32 2.86 2.03 inf; -mentionnerai mentionner ver 15.61 9.32 0.11 0.14 ind:fut:1s; -mentionnerais mentionner ver 15.61 9.32 0.01 0.07 cnd:pre:1s; -mentionnerait mentionner ver 15.61 9.32 0.14 0.00 cnd:pre:3s; -mentionneras mentionner ver 15.61 9.32 0.02 0.00 ind:fut:2s; -mentionnerez mentionner ver 15.61 9.32 0.04 0.00 ind:fut:2p; -mentionnes mentionner ver 15.61 9.32 0.14 0.00 ind:pre:2s; -mentionnez mentionner ver 15.61 9.32 0.70 0.00 imp:pre:2p;ind:pre:2p; -mentionniez mentionner ver 15.61 9.32 0.07 0.00 ind:imp:2p; -mentionnons mentionner ver 15.61 9.32 0.11 0.07 imp:pre:1p; -mentionnât mentionner ver 15.61 9.32 0.01 0.00 sub:imp:3s; -mentionné mentionner ver m s 15.61 9.32 6.56 2.36 par:pas; -mentionnée mentionner ver f s 15.61 9.32 0.42 0.61 par:pas; -mentionnées mentionner ver f p 15.61 9.32 0.39 0.34 par:pas; -mentionnés mentionner ver m p 15.61 9.32 0.45 0.20 par:pas; -mentions mention nom f p 4.27 6.01 0.24 0.47 -mentir mentir ver 185.16 52.03 37.01 15.20 inf; -mentira mentir ver 185.16 52.03 0.51 0.07 ind:fut:3s; -mentirai mentir ver 185.16 52.03 1.60 0.14 ind:fut:1s; -mentiraient mentir ver 185.16 52.03 0.30 0.14 cnd:pre:3p; -mentirais mentir ver 185.16 52.03 3.47 1.35 cnd:pre:1s;cnd:pre:2s; -mentirait mentir ver 185.16 52.03 1.55 0.07 cnd:pre:3s; -mentiras mentir ver 185.16 52.03 0.24 0.07 ind:fut:2s; -mentirez mentir ver 185.16 52.03 0.05 0.00 ind:fut:2p; -mentiriez mentir ver 185.16 52.03 0.19 0.00 cnd:pre:2p; -mentirons mentir ver 185.16 52.03 0.04 0.07 ind:fut:1p; -mentiront mentir ver 185.16 52.03 0.05 0.00 ind:fut:3p; -mentis mentir ver 185.16 52.03 0.25 0.47 ind:pas:1s; -mentissent mentir ver 185.16 52.03 0.00 0.07 sub:imp:3p; -mentit mentir ver 185.16 52.03 0.06 1.01 ind:pas:3s; -menton menton nom m s 6.58 60.00 6.45 58.65 -mentonnet mentonnet nom m s 0.00 0.07 0.00 0.07 -mentonnier mentonnier adj m s 0.00 0.14 0.00 0.07 -mentonnière mentonnier nom f s 0.00 0.34 0.00 0.34 -mentons mentir ver 185.16 52.03 0.24 0.14 imp:pre:1p;ind:pre:1p; -mentor mentor nom m s 1.72 0.74 1.62 0.61 -mentors mentor nom m p 1.72 0.74 0.10 0.14 -mentule mentule nom f s 0.00 0.07 0.00 0.07 -mené mener ver m s 99.86 137.70 10.41 10.07 par:pas; -menu menu nom m s 11.15 14.53 9.87 12.03 -menée mener ver f s 99.86 137.70 3.89 8.65 par:pas; -menue menu adj f s 2.29 27.77 0.69 5.68 -menées mener ver f p 99.86 137.70 0.82 2.57 par:pas; -menues menu adj f p 2.29 27.77 0.19 4.32 -menuet menuet nom m s 0.75 0.95 0.62 0.81 -menuets menuet nom m p 0.75 0.95 0.14 0.14 -menuise menuise nom f s 0.14 0.00 0.14 0.00 -menuiser menuiser ver 0.00 0.14 0.00 0.07 inf; -menuisera menuiser ver 0.00 0.14 0.00 0.07 ind:fut:3s; -menuiserie menuiserie nom f s 0.46 1.22 0.46 1.22 -menuisier menuisier nom m s 3.54 4.46 2.88 4.05 -menuisiers menuisier nom m p 3.54 4.46 0.65 0.41 -menés mener ver m p 99.86 137.70 2.51 2.97 par:pas; -menus menu nom m p 11.15 14.53 1.28 2.50 -mer_air mer_air adj f s 0.01 0.00 0.01 0.00 -mer mer nom f s 106.61 257.57 99.49 246.55 -mercanti mercanti nom m s 0.27 0.20 0.14 0.14 -mercantile mercantile adj s 0.10 0.95 0.10 0.54 -mercantiles mercantile adj p 0.10 0.95 0.00 0.41 -mercantilisme mercantilisme nom m s 0.04 0.14 0.04 0.14 -mercantis mercanti nom m p 0.27 0.20 0.14 0.07 -mercaptan mercaptan nom m s 0.01 0.00 0.01 0.00 -mercenaire mercenaire nom s 2.87 2.30 1.33 0.54 -mercenaires mercenaire nom p 2.87 2.30 1.54 1.76 -mercerie mercerie nom f s 0.94 9.32 0.94 8.99 -merceries mercerie nom f p 0.94 9.32 0.00 0.34 -mercerisé merceriser ver m s 0.02 0.27 0.02 0.27 par:pas; -merchandising merchandising nom m s 0.16 0.00 0.16 0.00 -merci merci ono 936.01 42.36 936.01 42.36 -mercier mercier nom m s 0.14 4.26 0.14 0.34 -merciers mercier nom m p 0.14 4.26 0.00 0.14 -mercis merci nom m p 379.38 53.51 0.94 0.27 -mercière mercière nom f s 0.01 0.00 0.01 0.00 -mercières mercier nom f p 0.14 4.26 0.00 0.07 -mercredi mercredi nom m s 21.48 12.64 20.38 11.82 -mercredis mercredi nom m p 21.48 12.64 1.11 0.81 -mercure mercure nom m s 1.13 1.76 1.13 1.76 -mercurey mercurey nom m s 0.00 0.27 0.00 0.27 -mercuriale mercuriale nom f s 0.00 0.14 0.00 0.07 -mercuriales mercuriale nom f p 0.00 0.14 0.00 0.07 -mercurochrome mercurochrome nom m s 0.07 1.22 0.07 1.22 -merda merder ver 16.50 3.58 0.42 0.00 ind:pas:3s; -merdait merder ver 16.50 3.58 0.19 0.00 ind:imp:3s; -merdasse merdasse ono 0.02 0.07 0.02 0.07 -merde merde ono 221.46 33.85 221.46 33.85 -merdent merder ver 16.50 3.58 0.08 0.00 ind:pre:3p; -merder merder ver 16.50 3.58 0.89 0.00 inf; -merderai merder ver 16.50 3.58 0.02 0.00 ind:fut:1s; -merdes merde nom f p 213.05 62.77 6.37 1.49 -merdeuse merdeux adj f s 3.56 2.57 0.82 0.54 -merdeuses merdeux adj f p 3.56 2.57 0.01 0.54 -merdeux merdeux nom m 5.22 1.82 5.22 1.82 -merdez merder ver 16.50 3.58 0.16 0.00 imp:pre:2p;ind:pre:2p; -merdier merdier nom m s 5.34 1.96 5.33 1.89 -merdiers merdier nom m p 5.34 1.96 0.01 0.07 -merdique merdique adj s 7.82 2.16 6.53 1.42 -merdiques merdique adj p 7.82 2.16 1.29 0.74 -merdoie merdoyer ver 0.00 0.20 0.00 0.14 imp:pre:2s; -merdouille merdouille nom f s 0.20 0.34 0.20 0.34 -merdouillé merdouiller ver m s 0.01 0.00 0.01 0.00 par:pas; -merdoyait merdoyer ver 0.00 0.20 0.00 0.07 ind:imp:3s; -merdre merdre ono 0.04 0.07 0.04 0.07 -merdé merder ver m s 16.50 3.58 9.14 0.20 par:pas; -merdée merder ver f s 16.50 3.58 0.04 0.07 par:pas; -merguez merguez nom f 0.70 2.16 0.70 2.16 -meringue meringue nom f s 0.51 1.35 0.47 0.81 -meringues meringue nom f p 0.51 1.35 0.04 0.54 -meringué meringuer ver m s 0.20 0.27 0.01 0.07 par:pas; -meringuée meringuer ver f s 0.20 0.27 0.20 0.14 par:pas; -meringuées meringuer ver f p 0.20 0.27 0.00 0.07 par:pas; -merise merise nom f s 0.01 0.07 0.01 0.00 -merises merise nom f p 0.01 0.07 0.00 0.07 -merisier merisier nom m s 0.13 1.15 0.13 0.81 -merisiers merisier nom m p 0.13 1.15 0.00 0.34 -merl merl nom m s 0.26 0.00 0.26 0.00 -merlan merlan nom m s 1.81 3.78 1.76 3.45 -merlans merlan nom m p 1.81 3.78 0.05 0.34 -merle merle nom m s 2.24 4.19 1.80 2.64 -merleau merleau nom m s 0.00 0.07 0.00 0.07 -merles merle nom m p 2.24 4.19 0.45 1.55 -merlette merlette nom f s 0.00 0.20 0.00 0.20 -merlin merlin nom m s 0.02 0.20 0.02 0.20 -merlot merlot nom m s 1.90 0.00 1.90 0.00 -merlu merlu nom m s 0.01 0.14 0.01 0.14 -merluche merluche nom f s 0.01 0.27 0.01 0.20 -merluches merluche nom f p 0.01 0.27 0.00 0.07 -merrain merrain nom m s 0.00 0.61 0.00 0.41 -merrains merrain nom m p 0.00 0.61 0.00 0.20 -mers mer nom f p 106.61 257.57 7.12 11.01 -merveille merveille nom f s 21.16 33.31 15.64 22.50 -merveilles merveille nom f p 21.16 33.31 5.52 10.81 -merveilleuse merveilleux adj f s 79.25 40.34 20.93 14.80 -merveilleusement merveilleusement adv 3.63 7.03 3.63 7.03 -merveilleuses merveilleux adj f p 79.25 40.34 3.88 4.26 -merveilleux merveilleux adj m 79.25 40.34 54.44 21.28 -merveillosité merveillosité nom f s 0.01 0.00 0.01 0.00 -mes mes adj_pos 1102.23 1023.11 1102.23 1023.11 -mesa mesa nom f s 0.51 0.07 0.51 0.07 -mescal mescal nom m s 0.26 0.00 0.26 0.00 -mescaline mescaline nom f s 0.25 0.07 0.25 0.07 -mesclun mesclun nom m s 0.05 0.00 0.05 0.00 -mesdames madame nom_sup f p 307.36 203.45 58.03 4.73 -mesdemoiselles mesdemoiselles nom f p 7.36 0.74 7.36 0.74 -mesmérisme mesmérisme nom m s 0.04 0.00 0.04 0.00 -mesnils mesnil nom m p 0.00 0.07 0.00 0.07 -mesquin mesquin adj m s 2.93 6.96 1.64 2.91 -mesquine mesquin adj f s 2.93 6.96 0.74 1.62 -mesquinement mesquinement adv 0.00 0.14 0.00 0.14 -mesquinerie mesquinerie nom f s 0.51 1.96 0.20 1.42 -mesquineries mesquinerie nom f p 0.51 1.96 0.31 0.54 -mesquines mesquin adj f p 2.93 6.96 0.21 1.35 -mesquins mesquin adj m p 2.93 6.96 0.34 1.08 -mess mess nom m 1.74 2.57 1.74 2.57 -message message nom m s 117.11 42.57 99.70 31.15 -messager messager nom m s 10.87 6.28 9.60 3.38 -messagerie messagerie nom f s 1.05 0.68 1.02 0.14 -messageries messagerie nom f p 1.05 0.68 0.03 0.54 -messagers messager nom m p 10.87 6.28 1.06 2.09 -messages message nom m p 117.11 42.57 17.41 11.42 -messagère messager nom f s 10.87 6.28 0.21 0.61 -messagères messager nom f p 10.87 6.28 0.00 0.20 -messaliste messaliste adj s 0.00 0.20 0.00 0.20 -messalistes messaliste nom p 0.00 0.20 0.00 0.14 -messe messe nom f s 18.36 35.68 16.14 32.70 -messeigneurs messeigneurs nom m p 0.50 0.14 0.50 0.14 -messer messer nom m s 1.50 0.95 1.50 0.95 -messes messe nom f p 18.36 35.68 2.22 2.97 -messianique messianique adj s 0.05 0.27 0.03 0.20 -messianiques messianique adj f p 0.05 0.27 0.02 0.07 -messianisme messianisme nom m s 0.00 0.07 0.00 0.07 -messidor messidor nom m s 0.00 0.07 0.00 0.07 -messie messie nom m s 0.69 0.54 0.61 0.54 -messies messie nom m p 0.69 0.54 0.08 0.00 -messieurs_dames messieurs_dames nom m p 0.48 0.68 0.48 0.68 -messieurs monsieur nom_sup m p 739.12 324.86 155.66 38.11 -messine messin adj f s 0.02 0.07 0.02 0.07 -messire messire nom m s 5.69 0.47 5.21 0.41 -messires messire nom m p 5.69 0.47 0.48 0.07 -messéance messéance nom f s 0.00 0.07 0.00 0.07 -mestre mestre nom m s 0.01 0.00 0.01 0.00 -mesura mesurer ver 19.65 47.30 0.01 1.76 ind:pas:3s; -mesurable mesurable adj s 0.22 0.95 0.19 0.74 -mesurables mesurable adj f p 0.22 0.95 0.02 0.20 -mesurai mesurer ver 19.65 47.30 0.00 0.54 ind:pas:1s; -mesuraient mesurer ver 19.65 47.30 0.16 0.95 ind:imp:3p; -mesurais mesurer ver 19.65 47.30 0.35 1.82 ind:imp:1s;ind:imp:2s; -mesurait mesurer ver 19.65 47.30 0.79 4.53 ind:imp:3s; -mesurant mesurer ver 19.65 47.30 0.42 2.23 par:pre; -mesurassent mesurer ver 19.65 47.30 0.00 0.07 sub:imp:3p; -mesure mesure nom f s 32.15 132.84 21.02 112.16 -mesurent mesurer ver 19.65 47.30 1.01 1.08 ind:pre:3p; -mesurer mesurer ver 19.65 47.30 6.63 16.35 inf; -mesurera mesurer ver 19.65 47.30 0.37 0.20 ind:fut:3s; -mesurerait mesurer ver 19.65 47.30 0.06 0.00 cnd:pre:3s; -mesurerez mesurer ver 19.65 47.30 0.00 0.07 ind:fut:2p; -mesurerons mesurer ver 19.65 47.30 0.00 0.07 ind:fut:1p; -mesureront mesurer ver 19.65 47.30 0.07 0.00 ind:fut:3p; -mesures mesure nom f p 32.15 132.84 11.14 20.68 -mesurette mesurette nom f s 0.01 0.00 0.01 0.00 -mesureur mesureur nom m s 0.01 0.27 0.01 0.27 -mesurez mesurer ver 19.65 47.30 0.91 0.34 imp:pre:2p;ind:pre:2p; -mesuriez mesurer ver 19.65 47.30 0.03 0.07 ind:imp:2p; -mesurions mesurer ver 19.65 47.30 0.10 0.20 ind:imp:1p; -mesurons mesurer ver 19.65 47.30 0.11 0.00 imp:pre:1p; -mesurât mesurer ver 19.65 47.30 0.00 0.14 sub:imp:3s; -mesurèrent mesurer ver 19.65 47.30 0.00 0.20 ind:pas:3p; -mesuré mesurer ver m s 19.65 47.30 1.81 4.05 par:pas; -mesurée mesurer ver f s 19.65 47.30 0.19 1.35 par:pas; -mesurées mesurer ver f p 19.65 47.30 0.23 0.27 par:pas; -mesurés mesurer ver m p 19.65 47.30 0.03 0.54 par:pas; -met mettre ver 1004.84 1083.65 89.25 86.69 ind:pre:3s; -mets_la_toi mets_la_toi nom m 0.01 0.00 0.01 0.00 -mets mettre ver 1004.84 1083.65 151.83 33.72 imp:pre:2s;ind:pre:1s;ind:pre:2s; -mettable mettable adj s 0.02 0.14 0.02 0.14 -mettaient mettre ver 1004.84 1083.65 1.81 19.39 ind:imp:3p; -mettais mettre ver 1004.84 1083.65 5.16 9.46 ind:imp:1s;ind:imp:2s; -mettait mettre ver 1004.84 1083.65 10.14 75.54 ind:imp:3s; -mettant mettre ver 1004.84 1083.65 5.61 20.41 par:pre; -mette mettre ver 1004.84 1083.65 16.36 12.97 sub:pre:1s;sub:pre:3s; -mettent mettre ver 1004.84 1083.65 17.98 23.24 ind:pre:3p;sub:pre:3p; -mettes mettre ver 1004.84 1083.65 3.34 1.08 sub:pre:2s; -metteur metteur nom m s 5.50 7.70 5.24 6.01 -metteurs metteur nom m p 5.50 7.70 0.25 1.69 -metteuse metteur nom f s 5.50 7.70 0.01 0.00 -mettez mettre ver 1004.84 1083.65 85.44 9.86 imp:pre:2p;ind:pre:2p; -mettiez mettre ver 1004.84 1083.65 2.17 0.74 ind:imp:2p; -mettions mettre ver 1004.84 1083.65 0.27 2.16 ind:imp:1p; -mettons mettre ver 1004.84 1083.65 15.80 9.32 imp:pre:1p;ind:pre:1p; -mettra mettre ver 1004.84 1083.65 15.12 7.50 ind:fut:3s; -mettrai mettre ver 1004.84 1083.65 12.42 4.59 ind:fut:1s; -mettraient mettre ver 1004.84 1083.65 1.01 2.23 cnd:pre:3p; -mettrais mettre ver 1004.84 1083.65 5.11 2.91 cnd:pre:1s;cnd:pre:2s; -mettrait mettre ver 1004.84 1083.65 4.91 7.64 cnd:pre:3s; -mettras mettre ver 1004.84 1083.65 4.67 1.35 ind:fut:2s; -mettre mettre ver 1004.84 1083.65 271.05 230.20 inf;;inf;;inf;;inf;; -mettrez mettre ver 1004.84 1083.65 2.03 1.22 ind:fut:2p; -mettriez mettre ver 1004.84 1083.65 0.87 0.14 cnd:pre:2p; -mettrions mettre ver 1004.84 1083.65 0.05 0.20 cnd:pre:1p; -mettrons mettre ver 1004.84 1083.65 2.00 0.81 ind:fut:1p; -mettront mettre ver 1004.84 1083.65 2.31 1.01 ind:fut:3p; -meubla meubler ver 0.54 10.61 0.00 0.07 ind:pas:3s; -meublaient meubler ver 0.54 10.61 0.00 0.20 ind:imp:3p; -meublais meubler ver 0.54 10.61 0.00 0.07 ind:imp:1s; -meublait meubler ver 0.54 10.61 0.01 0.47 ind:imp:3s; -meublant meubler ver 0.54 10.61 0.00 0.14 par:pre; -meuble meuble nom m s 19.48 53.99 2.46 11.76 -meublent meubler ver 0.54 10.61 0.00 0.27 ind:pre:3p; -meubler meubler ver 0.54 10.61 0.38 3.85 inf; -meubles meuble nom m p 19.48 53.99 17.01 42.23 -meublèrent meubler ver 0.54 10.61 0.00 0.07 ind:pas:3p; -meublé meublé adj m s 0.90 4.53 0.65 2.16 -meublée meublé adj f s 0.90 4.53 0.23 1.08 -meublées meublé adj f p 0.90 4.53 0.00 0.68 -meublés meublé adj m p 0.90 4.53 0.02 0.61 -meuf meuf nom f s 8.29 2.57 6.22 2.30 -meufs meuf nom f p 8.29 2.57 2.08 0.27 -meugla meugler ver 0.28 1.08 0.00 0.20 ind:pas:3s; -meuglaient meugler ver 0.28 1.08 0.00 0.34 ind:imp:3p; -meuglait meugler ver 0.28 1.08 0.02 0.07 ind:imp:3s; -meuglant meugler ver 0.28 1.08 0.00 0.14 par:pre; -meugle meugler ver 0.28 1.08 0.12 0.07 ind:pre:3s; -meuglement meuglement nom m s 0.56 1.35 0.03 0.61 -meuglements meuglement nom m p 0.56 1.35 0.54 0.74 -meugler meugler ver 0.28 1.08 0.13 0.27 inf; -meuglé meugler ver m s 0.28 1.08 0.01 0.00 par:pas; -meuh meuh ono 0.78 0.14 0.78 0.14 -meulage meulage nom m s 0.01 0.00 0.01 0.00 -meule meule nom f s 1.39 8.38 1.17 4.73 -meuler meuler ver 0.06 0.27 0.02 0.14 inf; -meules meule nom f p 1.39 8.38 0.22 3.65 -meuleuse meuleuse nom f s 0.01 0.07 0.01 0.07 -meulez meuler ver 0.06 0.27 0.01 0.00 ind:pre:2p; -meulière meulier nom f s 0.00 0.81 0.00 0.68 -meulières meulier nom f p 0.00 0.81 0.00 0.14 -meunier meunier nom m s 0.96 0.95 0.76 0.74 -meuniers meunier nom m p 0.96 0.95 0.17 0.14 -meunière meunier adj f s 0.44 0.41 0.23 0.14 -meure mourir ver 916.42 391.08 14.97 5.54 sub:pre:1s;sub:pre:3s; -meurent mourir ver 916.42 391.08 19.13 10.47 ind:pre:3p; -meures mourir ver 916.42 391.08 1.88 0.14 sub:pre:2s; -meurette meurette nom f s 0.00 0.34 0.00 0.34 -meurs mourir ver 916.42 391.08 43.90 5.95 imp:pre:2s;ind:pre:1s;ind:pre:2s; -meursault meursault nom m s 0.00 0.20 0.00 0.20 -meurt mourir ver 916.42 391.08 44.29 20.41 ind:pre:3s; -meurtre_suicide meurtre_suicide nom m s 0.04 0.00 0.04 0.00 -meurtre meurtre nom m s 104.45 15.47 81.94 12.30 -meurtres meurtre nom m p 104.45 15.47 22.51 3.18 -meurtri meurtrir ver m s 0.80 6.35 0.34 1.35 par:pas; -meurtrie meurtri adj f s 0.66 5.00 0.32 1.76 -meurtrier meurtrier nom m s 24.42 4.59 19.57 1.69 -meurtriers meurtrier nom m p 24.42 4.59 2.48 0.54 -meurtries meurtri adj f p 0.66 5.00 0.03 0.74 -meurtrir meurtrir ver 0.80 6.35 0.04 1.69 inf; -meurtrira meurtrir ver 0.80 6.35 0.00 0.07 ind:fut:3s; -meurtriront meurtrir ver 0.80 6.35 0.00 0.07 ind:fut:3p; -meurtris meurtrir ver m p 0.80 6.35 0.29 0.34 ind:pre:1s;ind:pre:2s;par:pas; -meurtrissaient meurtrir ver 0.80 6.35 0.00 0.34 ind:imp:3p; -meurtrissais meurtrir ver 0.80 6.35 0.00 0.07 ind:imp:1s; -meurtrissait meurtrir ver 0.80 6.35 0.00 0.27 ind:imp:3s; -meurtrissant meurtrir ver 0.80 6.35 0.00 0.27 par:pre; -meurtrissent meurtrir ver 0.80 6.35 0.00 0.14 ind:pre:3p; -meurtrissure meurtrissure nom f s 0.09 1.42 0.04 0.88 -meurtrissures meurtrissure nom f p 0.09 1.42 0.05 0.54 -meurtrit meurtrir ver 0.80 6.35 0.04 0.20 ind:pre:3s;ind:pas:3s; -meurtrière meurtrier nom f s 24.42 4.59 2.36 1.22 -meurtrières meurtrière nom f p 0.96 0.00 0.96 0.00 -meus mouvoir ver 1.75 13.18 0.02 0.14 imp:pre:2s;ind:pre:1s; -meusien meusien adj m s 0.00 0.54 0.00 0.20 -meusienne meusien adj f s 0.00 0.54 0.00 0.07 -meusiennes meusien adj f p 0.00 0.54 0.00 0.14 -meusiens meusien adj m p 0.00 0.54 0.00 0.14 -meut mouvoir ver 1.75 13.18 0.41 1.28 ind:pre:3s; -meute meute nom f s 2.45 7.36 2.25 6.55 -meutes meute nom f p 2.45 7.36 0.20 0.81 -meuvent mouvoir ver 1.75 13.18 0.17 0.68 ind:pre:3p; -mexicain mexicain nom m s 8.06 2.43 3.98 1.62 -mexicaine mexicain adj f s 7.74 4.05 2.42 1.49 -mexicaines mexicain adj f p 7.74 4.05 0.59 0.68 -mexicains mexicain nom m p 8.06 2.43 3.22 0.41 -mexico mexico adv 0.54 0.07 0.54 0.07 -mezcal mezcal nom m s 0.13 0.00 0.13 0.00 -mezza_voce mezza_voce adv 0.00 0.07 0.00 0.07 -mezza_voce mezza_voce adv 0.00 0.20 0.00 0.20 -mezzanine mezzanine nom f s 0.13 0.47 0.12 0.27 -mezzanines mezzanine nom f p 0.13 0.47 0.01 0.20 -mezzo_soprano mezzo_soprano nom s 0.20 0.00 0.20 0.00 -mezzo mezzo nom s 0.03 0.14 0.03 0.07 -mezzos mezzo nom p 0.03 0.14 0.00 0.07 -mi_accablé mi_accablé adj m s 0.00 0.07 0.00 0.07 -mi_africains mi_africains nom m 0.00 0.07 0.00 0.07 -mi_airain mi_airain nom m s 0.00 0.07 0.00 0.07 -mi_allemand mi_allemand nom m 0.00 0.07 0.00 0.07 -mi_allongé mi_allongé adj m s 0.00 0.07 0.00 0.07 -mi_américaine mi_américaine nom m 0.02 0.00 0.02 0.00 -mi_ange mi_ange nom m s 0.01 0.00 0.01 0.00 -mi_angevins mi_angevins nom m 0.00 0.07 0.00 0.07 -mi_animal mi_animal adj m s 0.05 0.00 0.05 0.00 -mi_animaux mi_animaux adj m 0.00 0.07 0.00 0.07 -mi_août mi_août nom f s 0.00 0.20 0.00 0.20 -mi_appointé mi_appointé adj f p 0.00 0.07 0.00 0.07 -mi_appréhension mi_appréhension nom f s 0.00 0.07 0.00 0.07 -mi_arabe mi_arabe adj s 0.00 0.07 0.00 0.07 -mi_artisan mi_artisan nom m s 0.00 0.07 0.00 0.07 -mi_automne mi_automne nom f s 0.00 0.14 0.00 0.14 -mi_bandit mi_bandit nom m s 0.00 0.07 0.00 0.07 -mi_bas mi_bas nom m 0.14 0.14 0.14 0.14 -mi_biblique mi_biblique adj f s 0.00 0.07 0.00 0.07 -mi_black mi_black adj m s 0.14 0.00 0.14 0.00 -mi_blanc mi_blanc nom m 0.00 0.14 0.00 0.14 -mi_blancs mi_blancs nom m 0.00 0.07 0.00 0.07 -mi_bleu mi_bleu adj 0.00 0.07 0.00 0.07 -mi_bois mi_bois nom m 0.00 0.07 0.00 0.07 -mi_bordel mi_bordel nom m s 0.00 0.07 0.00 0.07 -mi_bourgeois mi_bourgeois adj m s 0.00 0.07 0.00 0.07 -mi_bovins mi_bovins nom m 0.00 0.07 0.00 0.07 -mi_braconnier mi_braconnier nom m p 0.00 0.07 0.00 0.07 -mi_bras mi_bras nom m 0.00 0.14 0.00 0.14 -mi_britannique mi_britannique adj s 0.00 0.07 0.00 0.07 -mi_building mi_building nom m s 0.00 0.07 0.00 0.07 -mi_bureaucrate mi_bureaucrate adj m p 0.00 0.07 0.00 0.07 -mi_bête mi_bête adj m s 0.04 0.00 0.04 0.00 -mi_côte mi_côte nom f s 0.00 0.20 0.00 0.20 -mi_café mi_café adj 0.00 0.07 0.00 0.07 -mi_café mi_café nom m s 0.00 0.07 0.00 0.07 -mi_campagnarde mi_campagnarde nom m 0.00 0.07 0.00 0.07 -mi_canard mi_canard nom m s 0.00 0.07 0.00 0.07 -mi_capacité mi_capacité nom f s 0.02 0.00 0.02 0.00 -mi_carrier mi_carrier nom f s 0.01 0.00 0.01 0.00 -mi_carême mi_carême nom f s 0.01 0.61 0.01 0.61 -mi_chair mi_chair adj m s 0.00 0.20 0.00 0.20 -mi_chat mi_chat nom m s 0.00 0.07 0.00 0.07 -mi_chatte mi_chatte nom f s 0.01 0.00 0.01 0.00 -mi_chauve mi_chauve adj s 0.00 0.07 0.00 0.07 -mi_chemin mi_chemin nom m s 3.72 6.35 3.72 6.35 -mi_châtaignier mi_châtaignier nom m p 0.00 0.07 0.00 0.07 -mi_chou mi_chou nom m s 0.00 0.07 0.00 0.07 -mi_chourineur mi_chourineur nom m s 0.00 0.07 0.00 0.07 -mi_chèvre mi_chèvre nom f s 0.00 0.07 0.00 0.07 -mi_chêne mi_chêne nom m p 0.00 0.07 0.00 0.07 -mi_clair mi_clair adj m s 0.00 0.07 0.00 0.07 -mi_cloître mi_cloître nom m s 0.00 0.07 0.00 0.07 -mi_clos mi_clos adj m 0.21 7.16 0.11 6.08 -mi_clos mi_clos adj f s 0.21 7.16 0.00 0.20 -mi_clos mi_clos adj f p 0.21 7.16 0.10 0.88 -mi_comique mi_comique adj m s 0.00 0.14 0.00 0.14 -mi_complice mi_complice adj m p 0.00 0.07 0.00 0.07 -mi_compote mi_compote nom f s 0.00 0.07 0.00 0.07 -mi_confit mi_confit nom m 0.00 0.07 0.00 0.07 -mi_confondu mi_confondu adj m p 0.00 0.07 0.00 0.07 -mi_connu mi_connu adj f s 0.01 0.00 0.01 0.00 -mi_consterné mi_consterné adj m s 0.00 0.07 0.00 0.07 -mi_contrarié mi_contrarié adj m p 0.00 0.07 0.00 0.07 -mi_corbeaux mi_corbeaux nom m p 0.00 0.07 0.00 0.07 -mi_corps mi_corps nom m 0.01 1.55 0.01 1.55 -mi_course mi_course nom f s 0.08 0.27 0.08 0.27 -mi_courtois mi_courtois adj m 0.00 0.07 0.00 0.07 -mi_cousin mi_cousin nom f s 0.00 0.14 0.00 0.07 -mi_cousin mi_cousin nom m p 0.00 0.14 0.00 0.07 -mi_coutume mi_coutume nom f s 0.00 0.07 0.00 0.07 -mi_crabe mi_crabe nom m s 0.00 0.07 0.00 0.07 -mi_croyant mi_croyant nom m 0.00 0.07 0.00 0.07 -mi_créature mi_créature nom f s 0.00 0.07 0.00 0.07 -mi_cruel mi_cruel adj m s 0.00 0.07 0.00 0.07 -mi_cuisse mi_cuisse nom f s 0.06 1.35 0.04 0.81 -mi_cuisse mi_cuisse nom f p 0.06 1.35 0.01 0.54 -mi_céleste mi_céleste adj m s 0.00 0.07 0.00 0.07 -mi_curieux mi_curieux adj m p 0.00 0.14 0.00 0.14 -mi_cérémonieux mi_cérémonieux adj m 0.00 0.07 0.00 0.07 -mi_dentelle mi_dentelle nom f s 0.00 0.07 0.00 0.07 -mi_didactique mi_didactique adj s 0.00 0.07 0.00 0.07 -mi_distance mi_distance nom f s 0.04 0.34 0.04 0.34 -mi_douce mi_douce adj f s 0.00 0.07 0.00 0.07 -mi_décadents mi_décadents nom m 0.00 0.07 0.00 0.07 -mi_décembre mi_décembre nom m 0.01 0.27 0.01 0.27 -mi_démon mi_démon nom m s 0.02 0.00 0.02 0.00 -mi_désir mi_désir nom m s 0.00 0.07 0.00 0.07 -mi_effrayé mi_effrayé adj f s 0.00 0.20 0.00 0.07 -mi_effrayé mi_effrayé adj m p 0.00 0.20 0.00 0.14 -mi_effrontée mi_effrontée nom m 0.00 0.07 0.00 0.07 -mi_enfant mi_enfant nom s 0.01 0.07 0.01 0.07 -mi_enjoué mi_enjoué adj f s 0.00 0.07 0.00 0.07 -mi_enterré mi_enterré adj m s 0.00 0.07 0.00 0.07 -mi_envieux mi_envieux adj m p 0.00 0.07 0.00 0.07 -mi_espagnol mi_espagnol nom m 0.00 0.07 0.00 0.07 -mi_européen mi_européen nom m 0.00 0.14 0.00 0.14 -mi_excitation mi_excitation nom f s 0.00 0.07 0.00 0.07 -mi_farceur mi_farceur nom m 0.00 0.07 0.00 0.07 -mi_faux mi_faux adj m 0.00 0.07 0.00 0.07 -mi_femme mi_femme nom f s 0.12 0.07 0.12 0.07 -mi_fermiers mi_fermiers nom m 0.00 0.07 0.00 0.07 -mi_fiel mi_fiel nom m s 0.00 0.07 0.00 0.07 -mi_figue mi_figue nom f s 0.02 0.54 0.02 0.54 -mi_flanc mi_flanc nom m s 0.00 0.14 0.00 0.14 -mi_fleuve mi_fleuve nom m s 0.08 0.00 0.08 0.00 -mi_français mi_français nom m 0.00 0.14 0.00 0.14 -mi_furieux mi_furieux adj m s 0.00 0.07 0.00 0.07 -mi_février mi_février nom f s 0.01 0.07 0.01 0.07 -mi_garçon mi_garçon nom m s 0.00 0.07 0.00 0.07 -mi_geste mi_geste nom m s 0.00 0.07 0.00 0.07 -mi_gigolpince mi_gigolpince nom m s 0.00 0.07 0.00 0.07 -mi_gnon mi_gnon nom m s 0.00 0.07 0.00 0.07 -mi_goguenard mi_goguenard adj f s 0.00 0.07 0.00 0.07 -mi_gonzesse mi_gonzesse nom f s 0.00 0.07 0.00 0.07 -mi_goéland mi_goéland nom m p 0.00 0.07 0.00 0.07 -mi_grave mi_grave adj p 0.00 0.07 0.00 0.07 -mi_grenier mi_grenier nom m s 0.00 0.07 0.00 0.07 -mi_grognon mi_grognon nom m 0.00 0.07 0.00 0.07 -mi_grondeur mi_grondeur adj m s 0.00 0.07 0.00 0.07 -mi_grossier mi_grossier adj f p 0.00 0.07 0.00 0.07 -mi_haute mi_haute adj f s 0.00 0.07 0.00 0.07 -mi_hauteur mi_hauteur nom f s 0.17 2.91 0.17 2.91 -mi_historique mi_historique adj f p 0.00 0.07 0.00 0.07 -mi_homme mi_homme nom m s 0.44 0.14 0.44 0.14 -mi_humain mi_humain nom m 0.08 0.00 0.08 0.00 -mi_humaine mi_humaine nom m 0.01 0.07 0.01 0.07 -mi_humains mi_humains nom m 0.01 0.07 0.01 0.07 -mi_hésitant mi_hésitant adj m s 0.00 0.07 0.00 0.07 -mi_idiotes mi_idiotes nom m 0.00 0.07 0.00 0.07 -mi_image mi_image nom f p 0.00 0.14 0.00 0.14 -mi_indien mi_indien nom m 0.01 0.07 0.01 0.07 -mi_indifférente mi_indifférente nom m 0.00 0.07 0.00 0.07 -mi_indigné mi_indigné adj f s 0.00 0.07 0.00 0.07 -mi_indigène mi_indigène adj s 0.00 0.07 0.00 0.07 -mi_indulgent mi_indulgent adj m s 0.00 0.14 0.00 0.14 -mi_inquiet mi_inquiet adj f s 0.00 0.14 0.00 0.14 -mi_ironique mi_ironique adj m s 0.00 0.41 0.00 0.27 -mi_ironique mi_ironique adj p 0.00 0.41 0.00 0.14 -mi_jambe mi_jambe nom f s 0.00 0.74 0.00 0.47 -mi_jambe mi_jambe nom f p 0.00 0.74 0.00 0.27 -mi_janvier mi_janvier nom f s 0.12 0.20 0.12 0.20 -mi_jaune mi_jaune adj s 0.00 0.14 0.00 0.07 -mi_jaune mi_jaune adj p 0.00 0.14 0.00 0.07 -mi_jersey mi_jersey nom m s 0.00 0.14 0.00 0.14 -mi_joue mi_joue nom f s 0.00 0.07 0.00 0.07 -mi_jour mi_jour nom m s 0.00 0.07 0.00 0.07 -mi_journée mi_journée nom f s 0.20 0.27 0.20 0.27 -mi_juif mi_juif nom m 0.00 0.07 0.00 0.07 -mi_juillet mi_juillet nom f s 0.02 0.41 0.02 0.41 -mi_juin mi_juin nom f s 0.01 0.07 0.01 0.07 -mi_laiton mi_laiton nom m s 0.00 0.07 0.00 0.07 -mi_lent mi_lent adj m s 0.01 0.00 0.01 0.00 -mi_londrès mi_londrès nom m 0.00 0.07 0.00 0.07 -mi_longs mi_longs nom m 0.15 0.34 0.15 0.34 -mi_longueur mi_longueur nom f s 0.00 0.07 0.00 0.07 -mi_lourd mi_lourd adj m s 0.17 0.14 0.17 0.14 -mi_machine mi_machine nom f s 0.07 0.00 0.06 0.00 -mi_machine mi_machine nom f p 0.07 0.00 0.01 0.00 -mi_mai mi_mai nom f s 0.01 0.00 0.01 0.00 -mi_mao mi_mao nom s 0.00 0.07 0.00 0.07 -mi_marchande mi_marchande nom m 0.00 0.07 0.00 0.07 -mi_mars mi_mars nom f s 0.04 0.20 0.04 0.20 -mi_marécage mi_marécage nom m p 0.00 0.07 0.00 0.07 -mi_menaçant mi_menaçant adj f s 0.00 0.07 0.00 0.07 -mi_meublé mi_meublé nom m 0.00 0.07 0.00 0.07 -mi_mexicain mi_mexicain nom m 0.01 0.00 0.01 0.00 -mi_miel mi_miel adj m s 0.00 0.07 0.00 0.07 -mi_mollet mi_mollet nom m 0.01 0.20 0.01 0.20 -mi_mollets mi_mollets nom m 0.00 0.27 0.00 0.27 -mi_mondaine mi_mondaine nom m 0.00 0.07 0.00 0.07 -mi_moqueur mi_moqueur nom m 0.00 0.14 0.00 0.14 -mi_mot mi_mot nom m s 0.03 0.27 0.03 0.20 -mi_mot mi_mot nom m p 0.03 0.27 0.00 0.07 -mi_mouton mi_mouton nom m s 0.00 0.07 0.00 0.07 -mi_moyen mi_moyen adj m s 0.10 0.07 0.08 0.00 -mi_moyen mi_moyen adj m p 0.10 0.07 0.02 0.07 -mi_métal mi_métal nom m s 0.00 0.07 0.00 0.07 -mi_narquoise mi_narquoise adj f s 0.00 0.07 0.00 0.07 -mi_noir mi_noir nom m 0.00 0.07 0.00 0.07 -mi_novembre mi_novembre nom f s 0.13 0.27 0.13 0.27 -mi_nuit mi_nuit nom f s 0.00 0.07 0.00 0.07 -mi_obscur mi_obscur adj f s 0.00 0.07 0.00 0.07 -mi_octobre mi_octobre nom f s 0.02 0.14 0.02 0.14 -mi_officiel mi_officiel nom m 0.00 0.14 0.00 0.14 -mi_ogre mi_ogre nom m s 0.00 0.07 0.00 0.07 -mi_oiseau mi_oiseau nom m s 0.10 0.00 0.10 0.00 -mi_oriental mi_oriental nom m 0.00 0.07 0.00 0.07 -mi_parcours mi_parcours nom m 0.25 0.34 0.25 0.34 -mi_parti mi_parti adj f s 0.00 0.61 0.00 0.61 -mi_pathétique mi_pathétique adj s 0.00 0.07 0.00 0.07 -mi_patio mi_patio nom m s 0.00 0.07 0.00 0.07 -mi_patois mi_patois nom m 0.00 0.07 0.00 0.07 -mi_peau mi_peau nom f s 0.00 0.07 0.00 0.07 -mi_pelouse mi_pelouse nom f s 0.00 0.07 0.00 0.07 -mi_pensée mi_pensée nom f p 0.00 0.14 0.00 0.14 -mi_pente mi_pente nom f s 0.02 0.81 0.02 0.81 -mi_pierre mi_pierre nom f s 0.00 0.07 0.00 0.07 -mi_pincé mi_pincé adj m s 0.00 0.07 0.00 0.07 -mi_plaintif mi_plaintif adj m s 0.00 0.20 0.00 0.20 -mi_plaisant mi_plaisant nom m 0.00 0.07 0.00 0.07 -mi_pleurant mi_pleurant nom m 0.00 0.07 0.00 0.07 -mi_pleurnichard mi_pleurnichard nom m 0.00 0.07 0.00 0.07 -mi_plombier mi_plombier nom m p 0.00 0.07 0.00 0.07 -mi_poisson mi_poisson nom m s 0.00 0.14 0.00 0.14 -mi_poitrine mi_poitrine nom f s 0.00 0.07 0.00 0.07 -mi_porcine mi_porcine nom m 0.00 0.07 0.00 0.07 -mi_porté mi_porté nom m 0.00 0.07 0.00 0.07 -mi_portugaise mi_portugaise nom m 0.00 0.07 0.00 0.07 -mi_poucet mi_poucet nom m s 0.00 0.07 0.00 0.07 -mi_poulet mi_poulet nom m s 0.00 0.07 0.00 0.07 -mi_prestidigitateur mi_prestidigitateur nom m s 0.00 0.07 0.00 0.07 -mi_promenoir mi_promenoir nom m s 0.00 0.07 0.00 0.07 -mi_protecteur mi_protecteur nom m 0.00 0.14 0.00 0.14 -mi_pêcheur mi_pêcheur nom m p 0.00 0.07 0.00 0.07 -mi_putain mi_putain nom f s 0.00 0.07 0.00 0.07 -mi_rageur mi_rageur adj m s 0.00 0.07 0.00 0.07 -mi_raide mi_raide adj f s 0.00 0.07 0.00 0.07 -mi_railleur mi_railleur nom m 0.00 0.14 0.00 0.14 -mi_raisin mi_raisin nom m s 0.02 0.61 0.02 0.61 -mi_renaissance mi_renaissance nom f s 0.00 0.07 0.00 0.07 -mi_respectueux mi_respectueux adj f s 0.00 0.07 0.00 0.07 -mi_riant mi_riant adj m s 0.00 0.27 0.00 0.27 -mi_rose mi_rose nom s 0.00 0.07 0.00 0.07 -mi_roulotte mi_roulotte nom f s 0.00 0.07 0.00 0.07 -mi_route mi_route nom f s 0.00 0.07 0.00 0.07 -mi_réalité mi_réalité nom f s 0.00 0.07 0.00 0.07 -mi_régime mi_régime nom m s 0.00 0.07 0.00 0.07 -mi_réprobateur mi_réprobateur adj m s 0.00 0.07 0.00 0.07 -mi_résigné mi_résigné nom m 0.00 0.07 0.00 0.07 -mi_russe mi_russe adj m s 0.14 0.07 0.14 0.07 -mi_saison mi_saison nom f s 0.14 0.00 0.14 0.00 -mi_salade mi_salade nom f s 0.01 0.00 0.01 0.00 -mi_salaire mi_salaire nom m s 0.01 0.00 0.01 0.00 -mi_samoan mi_samoan adj m s 0.01 0.00 0.01 0.00 -mi_sanglotant mi_sanglotant adj m s 0.00 0.07 0.00 0.07 -mi_satin mi_satin nom m s 0.00 0.07 0.00 0.07 -mi_satisfait mi_satisfait adj m s 0.00 0.07 0.00 0.07 -mi_sceptique mi_sceptique adj m s 0.00 0.07 0.00 0.07 -mi_scientifique mi_scientifique adj f p 0.00 0.07 0.00 0.07 -mi_secours mi_secours nom m 0.00 0.07 0.00 0.07 -mi_seigneur mi_seigneur nom m s 0.00 0.07 0.00 0.07 -mi_sel mi_sel nom m s 0.00 0.07 0.00 0.07 -mi_septembre mi_septembre nom f s 0.03 0.27 0.03 0.27 -mi_sidéré mi_sidéré adj f s 0.00 0.07 0.00 0.07 -mi_singe mi_singe nom m s 0.01 0.00 0.01 0.00 -mi_sombre mi_sombre adj m s 0.00 0.07 0.00 0.07 -mi_sommet mi_sommet nom m s 0.00 0.07 0.00 0.07 -mi_songe mi_songe nom m s 0.00 0.07 0.00 0.07 -mi_souriant mi_souriant adj m s 0.00 0.14 0.00 0.07 -mi_souriant mi_souriant adj f s 0.00 0.14 0.00 0.07 -mi_suisse mi_suisse adj s 0.00 0.07 0.00 0.07 -mi_série mi_série nom f s 0.01 0.00 0.01 0.00 -mi_sérieux mi_sérieux adj m 0.00 0.20 0.00 0.20 -mi_tantouse mi_tantouse nom f s 0.00 0.07 0.00 0.07 -mi_tendre mi_tendre nom m 0.00 0.14 0.00 0.14 -mi_terrorisé mi_terrorisé adj m s 0.00 0.07 0.00 0.07 -mi_timide mi_timide adj s 0.00 0.07 0.00 0.07 -mi_tortue mi_tortue adj f s 0.00 0.07 0.00 0.07 -mi_tour mi_tour nom s 0.00 0.07 0.00 0.07 -mi_tout mi_tout nom m 0.00 0.07 0.00 0.07 -mi_tragique mi_tragique adj m s 0.00 0.07 0.00 0.07 -mi_trimestre mi_trimestre nom m s 0.01 0.00 0.01 0.00 -mi_épaule mi_épaule nom f s 0.00 0.07 0.00 0.07 -mi_étage mi_étage nom m s 0.00 0.47 0.00 0.47 -mi_étendue mi_étendue nom f s 0.00 0.07 0.00 0.07 -mi_étonné mi_étonné adj m s 0.00 0.14 0.00 0.14 -mi_été mi_été nom m 0.00 0.27 0.00 0.27 -mi_étudiant mi_étudiant nom m 0.00 0.07 0.00 0.07 -mi_éveillé mi_éveillé adj f s 0.00 0.14 0.00 0.14 -mi_velours mi_velours nom m 0.00 0.07 0.00 0.07 -mi_verre mi_verre nom m s 0.00 0.14 0.00 0.14 -mi_vie mi_vie nom f s 0.00 0.07 0.00 0.07 -mi_voix mi_voix nom f 0.31 14.39 0.31 14.39 -mi_voluptueux mi_voluptueux adj m 0.00 0.07 0.00 0.07 -mi_vrais mi_vrais nom m 0.00 0.07 0.00 0.07 -mi_végétal mi_végétal nom m 0.01 0.00 0.01 0.00 -mi_vénitien mi_vénitien nom m 0.00 0.07 0.00 0.07 -mi mi nom_sup m 8.97 5.61 8.97 5.61 -miam_miam miam_miam ono 0.56 0.68 0.56 0.68 -miam miam ono 2.19 1.69 2.19 1.69 -miao miao adj m s 0.06 0.00 0.06 0.00 -miaou miaou nom m s 0.46 1.55 0.45 1.35 -miaous miaou nom m p 0.46 1.55 0.01 0.20 -miasme miasme nom m s 0.06 1.28 0.01 0.14 -miasmes miasme nom m p 0.06 1.28 0.05 1.15 -miaula miauler ver 1.15 6.15 0.00 0.54 ind:pas:3s; -miaulaient miauler ver 1.15 6.15 0.00 0.34 ind:imp:3p; -miaulais miauler ver 1.15 6.15 0.00 0.07 ind:imp:1s; -miaulait miauler ver 1.15 6.15 0.01 0.81 ind:imp:3s; -miaulant miauler ver 1.15 6.15 0.02 0.74 par:pre; -miaule miauler ver 1.15 6.15 0.88 1.15 imp:pre:2s;ind:pre:3s; -miaulement miaulement nom m s 1.35 2.57 0.64 1.55 -miaulements miaulement nom m p 1.35 2.57 0.70 1.01 -miaulent miauler ver 1.15 6.15 0.03 0.34 ind:pre:3p; -miauler miauler ver 1.15 6.15 0.20 1.62 inf; -miauleur miauleur adj m s 0.01 0.00 0.01 0.00 -miaulez miauler ver 1.15 6.15 0.01 0.07 ind:pre:2p; -miaulé miauler ver m s 1.15 6.15 0.00 0.47 par:pas; -mica mica nom m s 0.34 2.77 0.34 2.50 -micacées micacé adj f p 0.00 0.14 0.00 0.14 -micas mica nom m p 0.34 2.77 0.00 0.27 -miche miche nom f s 2.20 9.80 0.70 4.59 -micheline micheline nom f s 0.00 0.20 0.00 0.20 -miches miche nom f p 2.20 9.80 1.50 5.20 -micheton micheton nom m s 0.59 5.41 0.46 3.51 -michetonnais michetonner ver 0.01 0.54 0.01 0.07 ind:imp:1s; -michetonne michetonner ver 0.01 0.54 0.00 0.20 ind:pre:1s;ind:pre:3s; -michetonner michetonner ver 0.01 0.54 0.00 0.14 inf; -michetonnes michetonner ver 0.01 0.54 0.00 0.14 ind:pre:2s; -michetonneuse michetonneuse nom f s 0.00 0.14 0.00 0.07 -michetonneuses michetonneuse nom f p 0.00 0.14 0.00 0.07 -michetons micheton nom m p 0.59 5.41 0.13 1.89 -miché miché nom m s 0.03 2.91 0.02 1.76 -michés miché nom m p 0.03 2.91 0.01 1.15 -mickeys mickey nom m p 0.19 0.20 0.19 0.20 -micmac micmac nom m s 0.14 0.61 0.12 0.34 -micmacs micmac nom m p 0.14 0.61 0.02 0.27 -micocoulier micocoulier nom m s 0.00 0.34 0.00 0.14 -micocouliers micocoulier nom m p 0.00 0.34 0.00 0.20 -micro_cravate micro_cravate nom m s 0.01 0.00 0.01 0.00 -micro_onde micro_onde nom f s 0.38 0.00 0.38 0.00 -micro_ondes micro_ondes nom m 2.45 0.14 2.45 0.14 -micro_ordinateur micro_ordinateur nom m s 0.01 0.14 0.01 0.07 -micro_ordinateur micro_ordinateur nom m p 0.01 0.14 0.00 0.07 -micro_organisme micro_organisme nom m s 0.08 0.00 0.08 0.00 -micro_trottoir micro_trottoir nom m s 0.01 0.00 0.01 0.00 -micro micro nom s 15.03 8.31 11.25 6.82 -microanalyse microanalyse nom f s 0.02 0.00 0.02 0.00 -microbe microbe nom m s 6.00 4.26 1.86 1.15 -microbes microbe nom m p 6.00 4.26 4.14 3.11 -microbienne microbien adj f s 0.04 0.07 0.01 0.07 -microbiens microbien adj m p 0.04 0.07 0.02 0.00 -microbiologie microbiologie nom f s 0.14 0.00 0.14 0.00 -microbiologiste microbiologiste nom s 0.06 0.00 0.06 0.00 -microbus microbus nom m 0.01 0.00 0.01 0.00 -microcassette microcassette nom f s 0.00 0.07 0.00 0.07 -microchimie microchimie nom f s 0.03 0.00 0.03 0.00 -microchirurgie microchirurgie nom f s 0.06 0.07 0.06 0.07 -microcircuit microcircuit nom m s 0.07 0.00 0.02 0.00 -microcircuits microcircuit nom m p 0.07 0.00 0.05 0.00 -microclimat microclimat nom m s 0.16 0.14 0.16 0.14 -microcomposants microcomposant nom m p 0.01 0.00 0.01 0.00 -microcopie microcopie nom f s 0.01 0.00 0.01 0.00 -microcosme microcosme nom m s 0.23 0.34 0.23 0.34 -microcéphale microcéphale nom m s 0.10 0.07 0.10 0.00 -microcéphales microcéphale adj p 0.00 0.27 0.00 0.07 -microcycles microcycle nom m p 0.01 0.00 0.01 0.00 -microfiches microfiche nom f p 0.04 0.00 0.04 0.00 -microfilm microfilm nom m s 0.58 0.20 0.51 0.00 -microfilms microfilm nom m p 0.58 0.20 0.07 0.20 -microgramme microgramme nom m s 0.02 0.00 0.02 0.00 -microgravité microgravité nom f s 0.01 0.00 0.01 0.00 -microlithes microlithe nom m p 0.00 0.07 0.00 0.07 -micromètre micromètre nom m s 0.04 0.00 0.02 0.00 -micromètres micromètre nom m p 0.04 0.00 0.01 0.00 -micron micron nom m s 0.74 0.27 0.24 0.20 -microns micron nom m p 0.74 0.27 0.50 0.07 -microphone microphone nom m s 0.73 0.68 0.48 0.34 -microphones microphone nom m p 0.73 0.68 0.25 0.34 -microprocesseur microprocesseur nom m s 0.36 0.20 0.17 0.07 -microprocesseurs microprocesseur nom m p 0.36 0.20 0.20 0.14 -micros micro nom p 15.03 8.31 3.78 1.49 -microscope microscope nom m s 3.94 1.62 3.71 1.35 -microscopes microscope nom m p 3.94 1.62 0.23 0.27 -microscopie microscopie nom f s 0.04 0.00 0.04 0.00 -microscopique microscopique adj s 1.04 2.23 0.62 0.88 -microscopiquement microscopiquement adv 0.01 0.07 0.01 0.07 -microscopiques microscopique adj p 1.04 2.23 0.42 1.35 -microseconde microseconde nom f s 0.10 0.00 0.06 0.00 -microsecondes microseconde nom f p 0.10 0.00 0.04 0.00 -microsillon microsillon nom m s 0.00 0.27 0.00 0.14 -microsillons microsillon nom m p 0.00 0.27 0.00 0.14 -microsociologie microsociologie nom f s 0.00 0.07 0.00 0.07 -microsonde microsonde nom f s 0.01 0.00 0.01 0.00 -microstructure microstructure nom f s 0.03 0.07 0.03 0.00 -microstructures microstructure nom f p 0.03 0.07 0.00 0.07 -microédition microédition nom f s 0.01 0.00 0.01 0.00 -miction miction nom f s 0.04 0.07 0.03 0.00 -mictions miction nom f p 0.04 0.07 0.01 0.07 -middle_west middle_west nom m s 0.05 0.14 0.05 0.14 -middle_class middle_class nom f s 0.00 0.07 0.00 0.07 -midi midi nom m 35.19 68.38 35.15 68.11 -midinette midinette nom f s 0.13 2.23 0.06 1.62 -midinettes midinette nom f p 0.13 2.23 0.07 0.61 -midis midi nom m p 35.19 68.38 0.04 0.27 -midrash midrash nom m s 0.02 0.00 0.02 0.00 -midship midship nom m s 0.00 0.20 0.00 0.20 -mie mie nom f s 1.41 5.74 1.39 5.68 -miel miel nom m s 17.36 15.54 17.34 15.41 -miellat miellat nom m s 0.01 0.00 0.01 0.00 -mielle mielle nom f s 0.00 0.07 0.00 0.07 -mielleuse mielleux adj f s 0.81 1.82 0.20 0.41 -mielleuses mielleux adj f p 0.81 1.82 0.17 0.20 -mielleux mielleux adj m 0.81 1.82 0.44 1.22 -miellé miellé adj m s 0.00 0.07 0.00 0.07 -miellée miellé nom f s 0.00 0.20 0.00 0.14 -miellées miellé nom f p 0.00 0.20 0.00 0.07 -miels miel nom m p 17.36 15.54 0.03 0.14 -mien mien pro_pos m s 54.06 36.08 54.06 36.08 -mienne mienne pro_pos f s 50.46 41.28 50.46 41.28 -miennes miennes pro_pos m p 9.31 9.59 9.31 9.59 -miens miens pro_pos m p 16.32 21.15 16.32 21.15 -mies mie nom f p 1.41 5.74 0.03 0.07 -miette miette nom f s 8.68 17.16 2.54 4.12 -miettes miette nom f p 8.68 17.16 6.13 13.04 -mieux_être mieux_être nom m 0.12 0.20 0.12 0.20 -mieux_vivre mieux_vivre nom m s 0.00 0.07 0.00 0.07 -mieux mieux adv_sup 651.73 398.38 651.73 398.38 -mignard mignard adj m s 0.00 1.35 0.00 0.34 -mignardant mignarder ver 0.00 0.20 0.00 0.07 par:pre; -mignarde mignard adj f s 0.00 1.35 0.00 0.81 -mignardement mignardement adv 0.00 0.07 0.00 0.07 -mignardes mignard adj f p 0.00 1.35 0.00 0.14 -mignardise mignardise nom f s 0.03 0.88 0.02 0.14 -mignardises mignardise nom f p 0.03 0.88 0.01 0.74 -mignards mignard adj m p 0.00 1.35 0.00 0.07 -mignardé mignarder ver m s 0.00 0.20 0.00 0.07 par:pas; -mignon mignon adj m s 69.71 13.58 46.14 6.49 -mignonne mignon adj f s 69.71 13.58 17.41 4.73 -mignonnement mignonnement adv 0.00 0.14 0.00 0.14 -mignonnes mignon adj f p 69.71 13.58 1.37 0.74 -mignonnet mignonnet adj m s 0.17 0.27 0.07 0.14 -mignonnets mignonnet adj m p 0.17 0.27 0.00 0.07 -mignonnette mignonnet adj f s 0.17 0.27 0.10 0.00 -mignonnettes mignonnette nom f p 0.06 0.14 0.01 0.07 -mignons mignon adj m p 69.71 13.58 4.78 1.62 -mignoter mignoter ver 0.01 0.41 0.01 0.27 inf; -mignoteront mignoter ver 0.01 0.41 0.00 0.07 ind:fut:3p; -mignoté mignoter ver m s 0.01 0.41 0.00 0.07 par:pas; -migraine migraine nom f s 10.32 6.01 7.51 4.05 -migraines migraine nom f p 10.32 6.01 2.80 1.96 -migraineuse migraineuse nom f s 0.01 0.07 0.01 0.07 -migraineux migraineux nom m 0.04 0.00 0.04 0.00 -migrait migrer ver 0.83 0.14 0.01 0.00 ind:imp:3s; -migrant migrer ver 0.83 0.14 0.01 0.00 par:pre; -migrante migrant adj f s 0.00 0.14 0.00 0.07 -migrants migrant nom m p 0.03 0.54 0.03 0.27 -migrateur migrateur adj m s 0.35 1.55 0.19 0.41 -migrateurs migrateur adj m p 0.35 1.55 0.16 1.08 -migration migration nom f s 0.74 2.64 0.71 1.76 -migrations migration nom f p 0.74 2.64 0.03 0.88 -migratoire migratoire adj s 0.06 0.14 0.02 0.00 -migratoires migratoire adj p 0.06 0.14 0.04 0.14 -migratrice migrateur adj f s 0.35 1.55 0.01 0.00 -migratrices migrateur adj f p 0.35 1.55 0.00 0.07 -migre migrer ver 0.83 0.14 0.03 0.07 ind:pre:3s; -migrent migrer ver 0.83 0.14 0.24 0.00 ind:pre:3p; -migrer migrer ver 0.83 0.14 0.44 0.00 inf; -migres migrer ver 0.83 0.14 0.01 0.00 ind:pre:2s; -migré migrer ver m s 0.83 0.14 0.08 0.07 par:pas; -mijaurée mijaurée nom f s 0.61 1.01 0.57 0.68 -mijaurées mijaurée nom f p 0.61 1.01 0.04 0.34 -mijota mijoter ver 6.98 7.57 0.00 0.07 ind:pas:3s; -mijotaient mijoter ver 6.98 7.57 0.00 0.34 ind:imp:3p; -mijotais mijoter ver 6.98 7.57 0.05 0.14 ind:imp:1s;ind:imp:2s; -mijotait mijoter ver 6.98 7.57 0.28 1.49 ind:imp:3s; -mijotant mijoter ver 6.98 7.57 0.00 0.27 par:pre; -mijote mijoter ver 6.98 7.57 1.85 1.42 imp:pre:2s;ind:pre:1s;ind:pre:3s; -mijotent mijoter ver 6.98 7.57 0.51 0.34 ind:pre:3p; -mijoter mijoter ver 6.98 7.57 1.28 1.55 inf; -mijotera mijoter ver 6.98 7.57 0.00 0.07 ind:fut:3s; -mijotes mijoter ver 6.98 7.57 1.73 0.34 ind:pre:2s; -mijoteuse mijoteuse nom f s 0.01 0.07 0.01 0.07 -mijotez mijoter ver 6.98 7.57 0.75 0.07 imp:pre:2p;ind:pre:2p; -mijotions mijoter ver 6.98 7.57 0.00 0.07 ind:imp:1p; -mijotons mijoter ver 6.98 7.57 0.00 0.14 imp:pre:1p;ind:pre:1p; -mijoté mijoter ver m s 6.98 7.57 0.34 0.88 par:pas; -mijotées mijoter ver f p 6.98 7.57 0.01 0.07 par:pas; -mijotés mijoter ver m p 6.98 7.57 0.17 0.34 par:pas; -mikado mikado nom m s 0.28 0.88 0.28 0.88 -mil mil adj_num 0.46 0.61 0.46 0.61 -milady milady nom f s 3.18 0.34 3.18 0.34 -milan milan nom m s 0.14 0.34 0.14 0.14 -milanais milanais adj m 0.37 0.47 0.23 0.14 -milanaise milanais adj f s 0.37 0.47 0.14 0.27 -milanaises milanais nom f p 0.23 0.27 0.00 0.14 -milans milan nom m p 0.14 0.34 0.01 0.20 -mildiou mildiou nom m s 0.04 0.00 0.04 0.00 -mile mile nom m s 8.34 1.28 0.90 0.07 -miles mile nom m p 8.34 1.28 7.44 1.22 -milice milice nom f s 3.77 4.39 3.25 2.43 -milices milice nom f p 3.77 4.39 0.53 1.96 -milicien milicien nom m s 0.78 8.92 0.20 1.35 -miliciennes milicienne nom f p 0.01 0.00 0.01 0.00 -miliciens milicien nom m p 0.78 8.92 0.57 7.50 -milieu milieu nom m s 70.27 256.08 68.60 246.69 -milieux milieu nom m p 70.27 256.08 1.67 9.39 -milita militer ver 1.10 4.26 0.00 0.14 ind:pas:3s; -militaient militer ver 1.10 4.26 0.00 0.07 ind:imp:3p; -militaire militaire adj s 43.73 96.22 35.09 69.19 -militairement militairement adv 0.12 1.15 0.12 1.15 -militaires militaire nom p 13.24 18.99 9.74 11.96 -militait militer ver 1.10 4.26 0.16 0.95 ind:imp:3s; -militant militant nom m s 2.92 11.55 1.18 4.86 -militante militant adj f s 0.92 3.45 0.19 1.22 -militantes militant nom f p 2.92 11.55 0.06 0.14 -militantisme militantisme nom m s 0.06 0.74 0.06 0.74 -militants militant nom m p 2.92 11.55 1.54 5.61 -militarisation militarisation nom f s 0.04 0.00 0.04 0.00 -militariser militariser ver 0.05 0.07 0.03 0.00 inf; -militarisme militarisme nom m s 0.03 0.20 0.03 0.20 -militariste militariste adj s 0.03 0.47 0.02 0.34 -militaristes militariste adj p 0.03 0.47 0.01 0.14 -militarisé militariser ver m s 0.05 0.07 0.02 0.07 par:pas; -militaro_industriel militaro_industriel adj m s 0.06 0.00 0.05 0.00 -militaro_industriel militaro_industriel adj f s 0.06 0.00 0.01 0.00 -militaro militaro adv 0.01 0.00 0.01 0.00 -milite militer ver 1.10 4.26 0.58 0.41 imp:pre:2s;ind:pre:1s;ind:pre:3s; -militent militer ver 1.10 4.26 0.03 0.27 ind:pre:3p; -militer militer ver 1.10 4.26 0.09 0.95 inf; -militerai militer ver 1.10 4.26 0.00 0.07 ind:fut:1s; -milites militer ver 1.10 4.26 0.04 0.07 ind:pre:2s; -militons militer ver 1.10 4.26 0.02 0.00 ind:pre:1p; -militèrent militer ver 1.10 4.26 0.00 0.07 ind:pas:3p; -milité militer ver m s 1.10 4.26 0.15 0.95 par:pas; -milk_bar milk_bar nom m s 0.03 0.20 0.03 0.14 -milk_bar milk_bar nom m p 0.03 0.20 0.00 0.07 -milk_shake milk_shake nom m s 1.85 0.14 1.27 0.14 -milk_shake milk_shake nom m p 1.85 0.14 0.45 0.00 -milk_shake milk_shake nom m s 1.85 0.14 0.13 0.00 -mille_feuille mille_feuille nom m s 0.03 1.08 0.02 0.20 -mille_feuille mille_feuille nom m p 0.03 1.08 0.01 0.88 -mille_pattes mille_pattes nom m 0.39 2.09 0.39 2.09 -mille mille adj_num 55.43 142.09 55.43 142.09 -millefeuille millefeuille nom s 0.10 0.54 0.09 0.34 -millefeuilles millefeuille nom p 0.10 0.54 0.01 0.20 -millenium millenium nom m s 0.08 0.07 0.08 0.07 -milles mille nom_sup m p 29.63 30.68 3.46 3.04 -millet millet nom m s 0.17 0.61 0.17 0.61 -milli milli adv 0.16 0.14 0.16 0.14 -milliaire milliaire adj f s 0.00 0.14 0.00 0.14 -milliard milliard nom m s 17.52 14.39 4.02 2.43 -milliardaire milliardaire nom s 2.13 2.77 1.69 1.55 -milliardaires milliardaire nom p 2.13 2.77 0.44 1.22 -milliardième milliardième adj 0.02 0.00 0.02 0.00 -milliards milliard nom m p 17.52 14.39 13.49 11.96 -millier millier nom m s 37.94 42.43 3.15 2.36 -milliers millier nom m p 37.94 42.43 34.78 40.07 -milligramme milligramme nom m s 1.06 0.34 0.23 0.27 -milligrammes milligramme nom m p 1.06 0.34 0.83 0.07 -millilitre millilitre nom m s 0.04 0.00 0.04 0.00 -millimètre millimètre nom m s 2.77 6.76 1.58 4.46 -millimètres millimètre nom m p 2.77 6.76 1.20 2.30 -millimétrique millimétrique adj s 0.15 0.27 0.14 0.14 -millimétriques millimétrique adj p 0.15 0.27 0.01 0.14 -millimétré millimétré adj m s 0.02 0.47 0.02 0.34 -millimétrées millimétré adj f p 0.02 0.47 0.00 0.07 -millimétrés millimétré adj m p 0.02 0.47 0.00 0.07 -million million nom_sup m s 124.70 54.05 36.78 7.84 -millionième millionième adj 0.22 0.34 0.22 0.34 -millionnaire millionnaire adj s 3.59 0.88 2.82 0.61 -millionnaires millionnaire adj p 3.59 0.88 0.78 0.27 -millions million nom_sup m p 124.70 54.05 87.92 46.22 -milliseconde milliseconde nom f s 0.16 0.14 0.09 0.07 -millisecondes milliseconde nom f p 0.16 0.14 0.08 0.07 -millième millième nom m s 0.29 0.95 0.17 0.88 -millièmes millième nom m p 0.29 0.95 0.12 0.07 -millénaire millénaire nom m s 3.45 5.41 2.10 0.74 -millénaires millénaire nom m p 3.45 5.41 1.36 4.66 -millénarisme millénarisme nom m s 0.01 0.00 0.01 0.00 -millénariste millénariste adj f s 0.02 0.00 0.02 0.00 -millénium millénium nom m s 0.13 0.00 0.13 0.00 -millésime millésime nom m s 0.27 1.01 0.25 0.61 -millésimes millésime nom m p 0.27 1.01 0.02 0.41 -millésimé millésimer ver m s 0.22 0.54 0.17 0.20 par:pas; -millésimée millésimer ver f s 0.22 0.54 0.01 0.00 par:pas; -millésimées millésimer ver f p 0.22 0.54 0.00 0.14 par:pas; -millésimés millésimer ver m p 0.22 0.54 0.03 0.20 par:pas; -milonga milonga nom f s 0.03 0.00 0.03 0.00 -milord milord nom m s 2.72 0.88 2.66 0.81 -milords milord nom m p 2.72 0.88 0.07 0.07 -milouin milouin nom m s 0.01 0.00 0.01 0.00 -milésiennes milésien adj f p 0.00 0.07 0.00 0.07 -mima mimer ver 0.93 9.86 0.00 1.22 ind:pas:3s; -mimaient mimer ver 0.93 9.86 0.00 0.14 ind:imp:3p; -mimais mimer ver 0.93 9.86 0.12 0.27 ind:imp:1s;ind:imp:2s; -mimait mimer ver 0.93 9.86 0.13 1.96 ind:imp:3s; -mimant mimer ver 0.93 9.86 0.16 1.69 par:pre; -mimas mimer ver 0.93 9.86 0.01 0.00 ind:pas:2s; -mime mime nom m s 5.35 1.08 5.11 0.88 -miment mimer ver 0.93 9.86 0.02 0.47 ind:pre:3p; -mimer mimer ver 0.93 9.86 0.11 1.96 inf; -mimerai mimer ver 0.93 9.86 0.00 0.07 ind:fut:1s; -mimerait mimer ver 0.93 9.86 0.00 0.14 cnd:pre:3s; -mimes mime nom m p 5.35 1.08 0.25 0.20 -mimi mimi nom m s 0.44 0.14 0.41 0.14 -mimique mimique nom f s 0.19 6.22 0.01 3.58 -mimiques mimique nom f p 0.19 6.22 0.18 2.64 -mimis mimi nom m p 0.44 0.14 0.02 0.00 -mimodrames mimodrame nom m p 0.00 0.07 0.00 0.07 -mimolette mimolette nom f s 0.01 0.00 0.01 0.00 -mimâmes mimer ver 0.93 9.86 0.00 0.07 ind:pas:1p; -mimosa mimosa nom m s 1.75 2.91 0.97 1.35 -mimosas mimosa nom m p 1.75 2.91 0.77 1.55 -mimosées mimosée nom f p 0.00 0.07 0.00 0.07 -mimèrent mimer ver 0.93 9.86 0.00 0.27 ind:pas:3p; -mimé mimer ver m s 0.93 9.86 0.03 0.54 par:pas; -mimée mimer ver f s 0.93 9.86 0.01 0.20 par:pas; -mimétique mimétique adj s 0.04 0.07 0.04 0.07 -mimétisme mimétisme nom m s 0.17 1.55 0.17 1.55 -min min nom m 7.85 1.08 7.85 1.08 -mina miner ver 4.83 10.47 0.17 0.00 ind:pas:3s; -minable minable adj s 15.58 11.55 13.06 8.72 -minablement minablement adv 0.14 0.07 0.14 0.07 -minables minable adj p 15.58 11.55 2.52 2.84 -minage minage nom m s 0.01 0.07 0.01 0.07 -minait miner ver 4.83 10.47 0.18 0.54 ind:imp:3s; -minant miner ver 4.83 10.47 0.17 0.00 par:pre; -minaret minaret nom m s 0.34 1.96 0.21 0.88 -minarets minaret nom m p 0.34 1.96 0.13 1.08 -minas miner ver 4.83 10.47 0.04 0.00 ind:pas:2s; -minauda minauder ver 0.17 3.38 0.00 0.68 ind:pas:3s; -minaudaient minauder ver 0.17 3.38 0.00 0.07 ind:imp:3p; -minaudait minauder ver 0.17 3.38 0.02 0.54 ind:imp:3s; -minaudant minauder ver 0.17 3.38 0.01 0.81 par:pre; -minaudants minaudant adj m p 0.01 0.07 0.00 0.07 -minaude minauder ver 0.17 3.38 0.05 0.47 imp:pre:2s;ind:pre:1s;ind:pre:3s; -minaudent minauder ver 0.17 3.38 0.01 0.14 ind:pre:3p; -minauder minauder ver 0.17 3.38 0.07 0.47 inf; -minauderait minauder ver 0.17 3.38 0.00 0.07 cnd:pre:3s; -minauderie minauderie nom f s 0.12 0.88 0.00 0.27 -minauderies minauderie nom f p 0.12 0.88 0.12 0.61 -minaudeur minaudeur adj m s 0.00 0.07 0.00 0.07 -minaudez minauder ver 0.17 3.38 0.01 0.00 ind:pre:2p; -minaudière minaudier adj f s 0.00 0.27 0.00 0.27 -minaudé minauder ver m s 0.17 3.38 0.00 0.14 par:pas; -minbar minbar nom m s 0.12 0.00 0.12 0.00 -mince mince ono 14.62 2.84 14.62 2.84 -minces mince adj p 16.27 78.51 2.17 18.18 -minceur minceur nom f s 0.20 2.36 0.20 2.30 -minceurs minceur nom f p 0.20 2.36 0.00 0.07 -minci mincir ver m s 0.55 0.20 0.21 0.14 par:pas; -mincir mincir ver 0.55 0.20 0.32 0.00 inf; -mincirait mincir ver 0.55 0.20 0.01 0.00 cnd:pre:3s; -mincis mincir ver 0.55 0.20 0.01 0.00 ind:pre:2s; -mincissaient mincir ver 0.55 0.20 0.00 0.07 ind:imp:3p; -mine mine nom f s 48.08 65.88 36.84 48.18 -minent miner ver 4.83 10.47 0.02 0.20 ind:pre:3p; -miner miner ver 4.83 10.47 0.58 1.35 inf; -minera miner ver 4.83 10.47 0.02 0.00 ind:fut:3s; -minerai minerai nom m s 1.38 1.01 1.21 0.95 -minerais minerai nom m p 1.38 1.01 0.17 0.07 -minerval minerval nom m s 0.01 0.00 0.01 0.00 -minerve minerve nom f s 0.69 0.07 0.69 0.07 -mines mine nom f p 48.08 65.88 11.24 17.70 -minestrone minestrone nom m s 0.27 0.07 0.27 0.07 -minet minet nom m s 5.87 6.42 2.22 2.23 -minets minet nom m p 5.87 6.42 0.68 1.22 -minette minet nom f s 5.87 6.42 2.98 2.03 -minettes minette nom f p 1.21 0.00 1.21 0.00 -mineur mineur adj m s 8.01 6.62 3.79 2.70 -mineure mineur adj f s 8.01 6.62 1.96 1.62 -mineures mineur adj f p 8.01 6.62 0.53 0.74 -mineurs mineur nom m p 8.79 11.96 4.09 6.01 -ming ming adj s 0.04 0.00 0.04 0.00 -mini_chaîne mini_chaîne nom f s 0.14 0.07 0.14 0.07 -mini_jupe mini_jupe nom f s 0.62 0.54 0.56 0.34 -mini_jupe mini_jupe nom f p 0.62 0.54 0.06 0.20 -mini_ordinateur mini_ordinateur nom m s 0.02 0.00 0.02 0.00 -mini mini adj 1.69 0.14 1.69 0.14 -miniature miniature nom f s 2.18 10.07 1.62 7.09 -miniatures miniature nom f p 2.18 10.07 0.56 2.97 -miniaturisation miniaturisation nom f s 0.15 0.14 0.15 0.14 -miniaturise miniaturiser ver 0.22 0.34 0.03 0.00 ind:pre:3s; -miniaturiser miniaturiser ver 0.22 0.34 0.08 0.07 inf; -miniaturiste miniaturiste nom s 0.01 0.47 0.01 0.47 -miniaturisé miniaturiser ver m s 0.22 0.34 0.06 0.14 par:pas; -miniaturisée miniaturiser ver f s 0.22 0.34 0.02 0.07 par:pas; -miniaturisées miniaturiser ver f p 0.22 0.34 0.01 0.00 par:pas; -miniaturisés miniaturiser ver m p 0.22 0.34 0.01 0.07 par:pas; -minibar minibar nom m s 0.26 0.00 0.26 0.00 -minibus minibus nom m 1.99 0.54 1.99 0.54 -minicassette minicassette nom s 0.02 0.27 0.01 0.20 -minicassettes minicassette nom p 0.02 0.27 0.01 0.07 -minier minier adj m s 1.09 1.42 0.28 0.47 -miniers minier adj m p 1.09 1.42 0.20 0.20 -minigolf minigolf nom m s 0.23 0.00 0.23 0.00 -minijupe minijupe nom f s 1.20 0.54 0.82 0.41 -minijupes minijupe nom f p 1.20 0.54 0.38 0.14 -minima minimum nom m p 7.12 11.82 0.04 0.34 -minimal minimal adj m s 1.39 0.81 0.28 0.34 -minimale minimal adj f s 1.39 0.81 0.83 0.34 -minimales minimal adj f p 1.39 0.81 0.22 0.07 -minimaliser minimaliser ver 0.01 0.00 0.01 0.00 inf; -minimalisme minimalisme nom m s 0.06 0.00 0.06 0.00 -minimaliste minimaliste adj s 0.10 0.00 0.10 0.00 -minimaux minimal adj m p 1.39 0.81 0.04 0.07 -minimax minimax nom m 0.01 0.00 0.01 0.00 -minime minime adj s 1.87 2.84 1.04 2.16 -minimes minime adj p 1.87 2.84 0.82 0.68 -minimisa minimiser ver 2.10 2.57 0.01 0.00 ind:pas:3s; -minimisaient minimiser ver 2.10 2.57 0.00 0.07 ind:imp:3p; -minimisait minimiser ver 2.10 2.57 0.00 0.07 ind:imp:3s; -minimisant minimiser ver 2.10 2.57 0.05 0.20 par:pre; -minimisation minimisation nom f s 0.00 0.07 0.00 0.07 -minimise minimiser ver 2.10 2.57 0.39 0.47 imp:pre:2s;ind:pre:1s;ind:pre:3s; -minimisent minimiser ver 2.10 2.57 0.03 0.07 ind:pre:3p; -minimiser minimiser ver 2.10 2.57 1.42 1.42 inf; -minimiserons minimiser ver 2.10 2.57 0.01 0.00 ind:fut:1p; -minimises minimiser ver 2.10 2.57 0.02 0.07 ind:pre:2s; -minimisez minimiser ver 2.10 2.57 0.09 0.00 imp:pre:2p;ind:pre:2p; -minimisons minimiser ver 2.10 2.57 0.01 0.00 imp:pre:1p; -minimisé minimiser ver m s 2.10 2.57 0.04 0.14 par:pas; -minimisée minimiser ver f s 2.10 2.57 0.03 0.00 par:pas; -minimisées minimiser ver f p 2.10 2.57 0.01 0.07 par:pas; -minimum minimum nom m s 7.12 11.82 7.07 11.49 -minimums minimum adj p 3.77 1.76 0.05 0.00 -minis mini nom p 1.01 1.01 0.14 0.00 -ministrables ministrable adj p 0.00 0.07 0.00 0.07 -ministre ministre nom s 41.41 81.15 38.10 61.01 -ministres ministre nom m p 41.41 81.15 3.31 20.14 -ministère ministère nom m s 17.47 17.50 16.91 14.32 -ministères ministère nom m p 17.47 17.50 0.55 3.18 -ministériel ministériel adj m s 0.40 2.77 0.38 0.95 -ministérielle ministériel adj f s 0.40 2.77 0.01 0.74 -ministérielles ministériel adj f p 0.40 2.77 0.00 0.41 -ministériels ministériel adj m p 0.40 2.77 0.01 0.68 -minitel minitel nom m s 0.00 0.34 0.00 0.34 -minière minier adj f s 1.09 1.42 0.53 0.54 -minières minier adj f p 1.09 1.42 0.08 0.20 -minium minium nom m s 0.04 0.95 0.04 0.95 -mino mino adj m s 1.13 0.27 1.13 0.27 -minoen minoen nom m s 0.01 0.20 0.01 0.07 -minoenne minoen adj f s 0.07 0.34 0.06 0.14 -minoens minoen adj m p 0.07 0.34 0.01 0.00 -minois minois nom m 1.11 1.55 1.11 1.55 -minoritaire minoritaire adj s 0.60 0.61 0.17 0.34 -minoritaires minoritaire adj p 0.60 0.61 0.44 0.27 -minorité minorité nom f s 4.03 2.84 3.15 2.36 -minorités minorité nom f p 4.03 2.84 0.89 0.47 -minot minot nom m s 0.58 1.35 0.58 1.08 -minotaure minotaure nom m s 0.03 0.14 0.02 0.07 -minotaures minotaure nom m p 0.03 0.14 0.01 0.07 -minoteries minoterie nom f p 0.00 0.14 0.00 0.14 -minotier minotier nom m s 0.00 0.61 0.00 0.61 -minots minot nom m p 0.58 1.35 0.00 0.27 -minou minou nom m s 7.00 1.55 6.46 1.55 -minouche minouche adj s 0.17 0.81 0.17 0.81 -minous minou nom m p 7.00 1.55 0.55 0.00 -miné miner ver m s 4.83 10.47 1.04 2.50 par:pas; -minée miner ver f s 4.83 10.47 0.20 1.01 par:pas; -minées miner ver f p 4.83 10.47 0.02 0.27 par:pas; -minuit minuit nom m s 38.51 29.86 38.47 29.80 -minuits minuit nom m p 38.51 29.86 0.03 0.07 -minéral minéral nom m s 1.03 0.81 0.28 0.74 -minérale minéral adj f s 4.20 8.78 3.28 5.88 -minérales minéral adj f p 4.20 8.78 0.31 0.74 -minéraliers minéralier nom m p 0.00 0.07 0.00 0.07 -minéralisation minéralisation nom f s 0.01 0.00 0.01 0.00 -minéralisés minéraliser ver m p 0.00 0.07 0.00 0.07 par:pas; -minéralisés minéralisé adj m p 0.00 0.07 0.00 0.07 -minéralogique minéralogique adj s 0.38 0.74 0.31 0.34 -minéralogiques minéralogique adj p 0.38 0.74 0.07 0.41 -minéraux minéral nom m p 1.03 0.81 0.76 0.07 -minus_habens minus_habens nom m 0.00 0.14 0.00 0.14 -minés miner ver m p 4.83 10.47 0.10 0.34 par:pas; -minus minus nom m 8.35 2.50 8.35 2.50 -minuscule minuscule adj s 7.26 62.09 5.07 38.04 -minuscules minuscule adj p 7.26 62.09 2.19 24.05 -minutage minutage nom m s 0.08 0.34 0.08 0.34 -minute minute nom f s 342.28 201.42 144.83 60.74 -minuter minuter ver 2.04 1.69 0.17 0.00 inf; -minuterie minuterie nom f s 1.34 2.36 1.21 2.36 -minuteries minuterie nom f p 1.34 2.36 0.13 0.00 -minutes minute nom f p 342.28 201.42 197.45 140.68 -minuteur minuteur nom m s 1.21 0.00 0.98 0.00 -minuteurs minuteur nom m p 1.21 0.00 0.22 0.00 -minutie minutie nom f s 0.62 3.58 0.48 3.45 -minuties minutie nom f p 0.62 3.58 0.14 0.14 -minutieuse minutieux adj f s 1.81 7.03 0.57 2.84 -minutieusement minutieusement adv 0.74 4.73 0.74 4.73 -minutieuses minutieux adj f p 1.81 7.03 0.02 1.08 -minutieux minutieux adj m 1.81 7.03 1.21 3.11 -minutions minuter ver 2.04 1.69 0.02 0.00 ind:imp:1p; -minutât minuter ver 2.04 1.69 0.00 0.07 sub:imp:3s; -minuté minuter ver m s 2.04 1.69 0.27 0.81 par:pas; -minutée minuter ver f s 2.04 1.69 0.04 0.07 par:pas; -minutés minuter ver m p 2.04 1.69 0.00 0.07 par:pas; -mioche mioche nom s 1.07 2.30 0.54 1.08 -mioches mioche nom p 1.07 2.30 0.53 1.22 -miquette miquette nom f s 0.00 0.34 0.00 0.34 -mir mir nom m s 0.33 0.68 0.33 0.68 -mira mirer ver 0.48 2.57 0.14 0.20 ind:pas:3s; -mirabelle mirabelle nom f s 0.01 1.96 0.00 0.74 -mirabelles mirabelle nom f p 0.01 1.96 0.01 1.22 -mirabellier mirabellier nom m s 0.00 0.34 0.00 0.14 -mirabelliers mirabellier nom m p 0.00 0.34 0.00 0.20 -mirabilis mirabilis nom m 0.12 0.14 0.12 0.14 -miracle miracle nom m s 56.89 42.16 39.78 34.12 -miracles miracle nom m p 56.89 42.16 17.10 8.04 -miraculant miraculant adj m s 0.00 0.14 0.00 0.07 -miraculantes miraculant adj f p 0.00 0.14 0.00 0.07 -miraculeuse miraculeux adj f s 4.43 9.26 1.73 3.99 -miraculeusement miraculeusement adv 1.34 4.53 1.34 4.53 -miraculeuses miraculeux adj f p 4.43 9.26 0.45 1.08 -miraculeux miraculeux adj m 4.43 9.26 2.25 4.19 -miraculé miraculé nom m s 0.55 0.88 0.45 0.41 -miraculée miraculé nom f s 0.55 0.88 0.05 0.34 -miraculés miraculé nom m p 0.55 0.88 0.05 0.14 -mirador mirador nom m s 0.23 4.73 0.15 3.04 -miradors mirador nom m p 0.23 4.73 0.08 1.69 -mirage mirage nom m s 1.83 10.07 1.42 6.08 -mirages mirage nom m p 1.83 10.07 0.42 3.99 -miraient mirer ver 0.48 2.57 0.00 0.14 ind:imp:3p; -mirais mirer ver 0.48 2.57 0.00 0.07 ind:imp:1s; -mirait mirer ver 0.48 2.57 0.14 0.41 ind:imp:3s; -mirant mirer ver 0.48 2.57 0.00 0.20 par:pre; -miraud miraud adj m s 0.02 0.14 0.02 0.07 -mirauds miraud adj m p 0.02 0.14 0.00 0.07 -mire mire nom f s 1.81 2.16 1.81 2.03 -mirent mettre ver 1004.84 1083.65 1.38 27.36 ind:pas:3p; -mirepoix mirepoix nom f 0.01 0.00 0.01 0.00 -mirer mirer ver 0.48 2.57 0.05 0.61 inf; -mirerais mirer ver 0.48 2.57 0.00 0.07 cnd:pre:2s; -mires mire nom f p 1.81 2.16 0.00 0.14 -mirette mirette nom f s 0.16 6.01 0.00 4.32 -mirettes mirette nom f p 0.16 6.01 0.16 1.69 -mirez mirer ver 0.48 2.57 0.00 0.07 imp:pre:2p; -mirifique mirifique adj s 0.03 1.08 0.02 0.61 -mirifiques mirifique adj p 0.03 1.08 0.01 0.47 -mirliflore mirliflore nom m s 0.00 0.07 0.00 0.07 -mirliton mirliton nom m s 0.05 1.15 0.04 0.34 -mirlitons mirliton nom m p 0.05 1.15 0.01 0.81 -mirmidon mirmidon nom m s 0.14 0.00 0.14 0.00 -miro miro adj s 1.32 0.61 1.32 0.54 -mirobolant mirobolant adj m s 0.17 1.42 0.14 0.54 -mirobolante mirobolant adj f s 0.17 1.42 0.01 0.27 -mirobolantes mirobolant adj f p 0.17 1.42 0.02 0.34 -mirobolants mirobolant adj m p 0.17 1.42 0.00 0.27 -miroir miroir nom m s 28.35 63.99 24.89 48.58 -miroirs miroir nom m p 28.35 63.99 3.46 15.41 -miroita miroiter ver 0.39 5.74 0.00 0.20 ind:pas:3s; -miroitaient miroiter ver 0.39 5.74 0.01 0.47 ind:imp:3p; -miroitait miroiter ver 0.39 5.74 0.01 0.68 ind:imp:3s; -miroitant miroiter ver 0.39 5.74 0.03 0.34 par:pre; -miroitante miroitant adj f s 0.04 3.51 0.01 1.82 -miroitantes miroitant adj f p 0.04 3.51 0.00 0.61 -miroitants miroitant adj m p 0.04 3.51 0.02 0.34 -miroite miroiter ver 0.39 5.74 0.03 0.81 ind:pre:3s; -miroitement miroitement nom m s 0.04 2.43 0.04 1.89 -miroitements miroitement nom m p 0.04 2.43 0.00 0.54 -miroitent miroiter ver 0.39 5.74 0.03 0.54 ind:pre:3p; -miroiter miroiter ver 0.39 5.74 0.29 2.70 inf; -miroiterie miroiterie nom f s 0.02 0.07 0.02 0.07 -miroitier miroitier nom m s 0.02 0.20 0.02 0.14 -miroitiers miroitier nom m p 0.02 0.20 0.00 0.07 -miroités miroité adj m p 0.00 0.07 0.00 0.07 -mironton mironton nom m s 0.01 1.08 0.01 0.81 -mirontons mironton nom m p 0.01 1.08 0.00 0.27 -miros miro adj p 1.32 0.61 0.00 0.07 -miroton miroton nom m s 0.01 0.34 0.01 0.34 -mirée mirer ver f s 0.48 2.57 0.00 0.07 par:pas; -mirus mirus nom m 0.09 0.54 0.09 0.54 -mis mettre ver m 1004.84 1083.65 228.57 245.61 ind:pas:1s;ind:pas:2s;par:pas;par:pas;par:pas; -misa miser ver 11.80 3.78 0.34 0.14 ind:pas:3s; -misai miser ver 11.80 3.78 0.00 0.07 ind:pas:1s; -misaient miser ver 11.80 3.78 0.04 0.07 ind:imp:3p; -misaine misaine nom f s 0.23 0.27 0.23 0.20 -misaines misaine nom f p 0.23 0.27 0.00 0.07 -misais miser ver 11.80 3.78 0.03 0.20 ind:imp:1s; -misait miser ver 11.80 3.78 0.07 0.47 ind:imp:3s; -misant miser ver 11.80 3.78 0.20 0.27 par:pre; -misanthrope misanthrope nom s 0.27 0.47 0.27 0.47 -misanthropes misanthrope adj p 0.06 0.61 0.00 0.07 -misanthropie misanthropie nom f s 0.01 0.41 0.01 0.41 -misanthropiques misanthropique adj p 0.00 0.07 0.00 0.07 -miscible miscible adj m s 0.01 0.00 0.01 0.00 -mise mettre ver f s 1004.84 1083.65 35.33 46.69 par:pas; -misent miser ver 11.80 3.78 0.36 0.14 ind:pre:3p; -miser miser ver 11.80 3.78 2.79 0.74 inf; -misera miser ver 11.80 3.78 0.10 0.00 ind:fut:3s; -miserais miser ver 11.80 3.78 0.26 0.00 cnd:pre:1s;cnd:pre:2s; -miseras miser ver 11.80 3.78 0.02 0.00 ind:fut:2s; -miserere miserere nom m 0.80 0.34 0.80 0.34 -miseriez miser ver 11.80 3.78 0.14 0.00 cnd:pre:2p; -miseront miser ver 11.80 3.78 0.01 0.00 ind:fut:3p; -mises mettre ver f p 1004.84 1083.65 5.36 9.05 par:pas; -misez miser ver 11.80 3.78 1.42 0.00 imp:pre:2p;ind:pre:2p; -misiez miser ver 11.80 3.78 0.21 0.00 ind:imp:2p; -misogyne misogyne adj s 0.32 0.54 0.29 0.47 -misogynes misogyne adj p 0.32 0.54 0.02 0.07 -misogynie misogynie nom f s 0.23 1.01 0.23 1.01 -misons miser ver 11.80 3.78 0.20 0.00 imp:pre:1p;ind:pre:1p; -misât miser ver 11.80 3.78 0.00 0.07 sub:imp:3s; -miss miss nom f 39.08 9.86 39.08 9.86 -missel missel nom m s 0.59 3.38 0.53 3.04 -missels missel nom m p 0.59 3.38 0.06 0.34 -missent mettre ver 1004.84 1083.65 0.00 0.41 sub:imp:3p; -missile missile nom m s 16.70 0.74 7.47 0.41 -missiles missile nom m p 16.70 0.74 9.23 0.34 -missilier missilier nom m s 0.16 0.00 0.16 0.00 -mission_suicide mission_suicide nom f s 0.03 0.07 0.03 0.07 -mission mission nom f s 85.24 48.45 80.02 42.36 -missionna missionner ver 0.11 0.14 0.00 0.07 ind:pas:3s; -missionnaire missionnaire nom s 2.29 2.16 1.27 0.95 -missionnaires missionnaire nom p 2.29 2.16 1.02 1.22 -missionné missionner ver m s 0.11 0.14 0.11 0.00 par:pas; -missionnés missionner ver m p 0.11 0.14 0.00 0.07 par:pas; -missions mission nom f p 85.24 48.45 5.22 6.08 -missive missive nom f s 0.92 2.97 0.81 1.82 -missives missive nom f p 0.92 2.97 0.11 1.15 -mister mister nom m s 2.14 1.22 2.14 1.22 -misère misère nom f s 18.77 47.23 16.85 39.46 -misères misère nom f p 18.77 47.23 1.92 7.77 -mistigri mistigri nom m s 0.00 0.14 0.00 0.07 -mistigris mistigri nom m p 0.00 0.14 0.00 0.07 -mistonne miston nom f s 0.00 0.41 0.00 0.20 -mistonnes miston nom f p 0.00 0.41 0.00 0.20 -mistoufle mistoufle nom f s 0.00 0.81 0.00 0.68 -mistoufles mistoufle nom f p 0.00 0.81 0.00 0.14 -mistral mistral nom m s 0.02 2.03 0.02 1.96 -mistrals mistral nom m p 0.02 2.03 0.00 0.07 -misé miser ver m s 11.80 3.78 2.68 0.95 par:pas; -misérabilisme misérabilisme nom m s 0.01 0.14 0.01 0.14 -misérabiliste misérabiliste adj m s 0.01 0.14 0.01 0.14 -misérable misérable adj s 13.16 22.97 10.17 16.22 -misérablement misérablement adv 0.36 2.16 0.36 2.16 -misérables misérable adj p 13.16 22.97 2.98 6.76 -miséreuse miséreux adj f s 0.23 0.54 0.02 0.27 -miséreuses miséreuse nom f p 0.01 0.00 0.01 0.00 -miséreux miséreux nom m 0.89 1.35 0.88 1.35 -miséricorde miséricorde nom f s 8.79 5.20 8.77 5.07 -miséricordes miséricorde nom f p 8.79 5.20 0.02 0.14 -miséricordieuse miséricordieux adj f s 4.69 1.76 0.36 0.61 -miséricordieusement miséricordieusement adv 0.00 0.07 0.00 0.07 -miséricordieuses miséricordieux adj f p 4.69 1.76 0.10 0.14 -miséricordieux miséricordieux adj m s 4.69 1.76 4.23 1.01 -mit mettre ver 1004.84 1083.65 7.48 185.20 ind:pas:3s; -mita mita nom f s 0.06 0.07 0.06 0.07 -mitaine mitaine nom f s 0.32 0.95 0.06 0.07 -mitaines mitaine nom f p 0.32 0.95 0.26 0.88 -mitan mitan nom m s 0.40 3.58 0.40 3.58 -mitard mitard nom m s 1.91 4.32 1.91 4.26 -mitarder mitarder ver 0.00 0.20 0.00 0.07 inf; -mitards mitard nom m p 1.91 4.32 0.00 0.07 -mitardés mitarder ver m p 0.00 0.20 0.00 0.14 par:pas; -mitchouriniens mitchourinien adj m p 0.00 0.07 0.00 0.07 -mite mite nom f s 1.18 2.23 0.36 0.54 -mitent miter ver 0.23 0.34 0.00 0.07 ind:pre:3p; -miter miter ver 0.23 0.34 0.20 0.00 inf; -mites mite nom f p 1.18 2.23 0.81 1.69 -miteuse miteux adj f s 1.98 4.86 0.25 1.08 -miteusement miteusement adv 0.00 0.07 0.00 0.07 -miteuserie miteuserie nom f s 0.00 0.14 0.00 0.14 -miteuses miteux adj f p 1.98 4.86 0.02 0.41 -miteux miteux adj m 1.98 4.86 1.72 3.38 -mithriaque mithriaque adj m s 0.00 0.14 0.00 0.14 -mithridatisation mithridatisation nom f s 0.00 0.07 0.00 0.07 -mithridatisé mithridatiser ver m s 0.00 0.20 0.00 0.07 par:pas; -mithridatisés mithridatiser ver m p 0.00 0.20 0.00 0.14 par:pas; -mièvre mièvre adj s 0.20 1.35 0.20 0.95 -mièvrement mièvrement adv 0.01 0.00 0.01 0.00 -mièvrerie mièvrerie nom f s 0.14 1.01 0.01 0.81 -mièvreries mièvrerie nom f p 0.14 1.01 0.13 0.20 -mièvres mièvre adj p 0.20 1.35 0.01 0.41 -mitigea mitiger ver 0.22 0.34 0.00 0.07 ind:pas:3s; -mitiger mitiger ver 0.22 0.34 0.05 0.07 inf; -mitigeurs mitigeur nom m p 0.00 0.07 0.00 0.07 -mitigé mitiger ver m s 0.22 0.34 0.10 0.20 par:pas; -mitigée mitiger ver f s 0.22 0.34 0.03 0.00 par:pas; -mitigées mitigé adj f p 0.07 0.47 0.02 0.07 -mitigés mitiger ver m p 0.22 0.34 0.03 0.00 par:pas; -mitochondrial mitochondrial adj m s 0.03 0.00 0.03 0.00 -mitochondrie mitochondrie nom f s 0.33 0.00 0.04 0.00 -mitochondries mitochondrie nom f p 0.33 0.00 0.29 0.00 -miton miton nom m s 0.00 0.07 0.00 0.07 -mitonnaient mitonner ver 0.19 2.70 0.00 0.07 ind:imp:3p; -mitonnait mitonner ver 0.19 2.70 0.00 0.07 ind:imp:3s; -mitonnant mitonner ver 0.19 2.70 0.00 0.14 par:pre; -mitonne mitonner ver 0.19 2.70 0.03 0.47 imp:pre:2s;ind:pre:1s;ind:pre:3s; -mitonnent mitonner ver 0.19 2.70 0.00 0.20 ind:pre:3p; -mitonner mitonner ver 0.19 2.70 0.14 0.74 inf; -mitonnerait mitonner ver 0.19 2.70 0.00 0.07 cnd:pre:3s; -mitonné mitonner ver m s 0.19 2.70 0.02 0.27 par:pas; -mitonnée mitonner ver f s 0.19 2.70 0.00 0.27 par:pas; -mitonnées mitonner ver f p 0.19 2.70 0.00 0.27 par:pas; -mitonnés mitonner ver m p 0.19 2.70 0.00 0.14 par:pas; -mitose mitose nom f s 0.14 0.00 0.14 0.00 -mitotique mitotique adj f s 0.03 0.00 0.03 0.00 -mitoufle mitoufle nom f s 0.00 0.07 0.00 0.07 -mitoyen mitoyen adj m s 0.43 1.55 0.26 1.01 -mitoyenne mitoyen adj f s 0.43 1.55 0.02 0.27 -mitoyennes mitoyen adj f p 0.43 1.55 0.02 0.07 -mitoyenneté mitoyenneté nom f s 0.00 0.20 0.00 0.20 -mitoyens mitoyen adj m p 0.43 1.55 0.14 0.20 -mitra mitrer ver 0.00 0.20 0.00 0.07 ind:pas:3s; -mitrailla mitrailler ver 1.55 3.85 0.00 0.20 ind:pas:3s; -mitraillade mitraillade nom f s 0.00 1.01 0.00 0.88 -mitraillades mitraillade nom f p 0.00 1.01 0.00 0.14 -mitraillage mitraillage nom m s 0.15 0.07 0.12 0.07 -mitraillages mitraillage nom m p 0.15 0.07 0.03 0.00 -mitraillaient mitrailler ver 1.55 3.85 0.01 0.14 ind:imp:3p; -mitraillait mitrailler ver 1.55 3.85 0.00 0.27 ind:imp:3s; -mitraillant mitrailler ver 1.55 3.85 0.04 0.61 par:pre; -mitraille mitraille nom f s 0.65 3.18 0.65 3.04 -mitraillent mitrailler ver 1.55 3.85 0.08 0.27 ind:pre:3p; -mitrailler mitrailler ver 1.55 3.85 0.59 0.61 inf; -mitrailleraient mitrailler ver 1.55 3.85 0.00 0.07 cnd:pre:3p; -mitrailles mitrailler ver 1.55 3.85 0.02 0.00 ind:pre:2s; -mitraillette mitraillette nom f s 3.88 11.35 2.62 7.09 -mitraillettes mitraillette nom f p 3.88 11.35 1.26 4.26 -mitrailleur mitrailleur nom m s 6.19 15.47 0.44 0.74 -mitrailleurs mitrailleur nom m p 6.19 15.47 0.43 1.15 -mitrailleuse mitrailleur nom f s 6.19 15.47 5.32 7.03 -mitrailleuses mitrailleuse nom f p 3.40 0.00 3.40 0.00 -mitrailliez mitrailler ver 1.55 3.85 0.01 0.00 ind:imp:2p; -mitraillèrent mitrailler ver 1.55 3.85 0.00 0.20 ind:pas:3p; -mitraillé mitrailler ver m s 1.55 3.85 0.09 0.61 par:pas; -mitraillée mitrailler ver f s 1.55 3.85 0.04 0.07 par:pas; -mitraillées mitrailler ver f p 1.55 3.85 0.10 0.07 par:pas; -mitraillés mitrailler ver m p 1.55 3.85 0.14 0.54 par:pas; -mitral mitral adj m s 0.30 0.00 0.04 0.00 -mitrale mitral adj f s 0.30 0.00 0.27 0.00 -mitre mitre nom f s 0.26 1.96 0.26 1.49 -mitres mitre nom f p 0.26 1.96 0.00 0.47 -mitron mitron nom m s 0.14 3.58 0.14 2.91 -mitrons mitron nom m p 0.14 3.58 0.00 0.68 -mitré mitré adj m s 0.00 0.61 0.00 0.47 -mitrés mitré adj m p 0.00 0.61 0.00 0.14 -mité mité adj m s 0.03 1.01 0.03 0.27 -mitée mité adj f s 0.03 1.01 0.00 0.20 -mitées mité adj f p 0.03 1.01 0.00 0.20 -mités mité adj m p 0.03 1.01 0.00 0.34 -mixage mixage nom m s 0.86 0.27 0.86 0.27 -mixait mixer ver 1.11 0.27 0.01 0.07 ind:imp:3s; -mixe mixer ver 1.11 0.27 0.11 0.00 imp:pre:2s;ind:pre:1s;ind:pre:3s; -mixer mixer ver 1.11 0.27 0.78 0.00 inf; -mixers mixer nom m p 0.78 0.14 0.11 0.07 -mixeur mixeur nom m s 1.21 0.14 1.05 0.14 -mixeurs mixeur nom m p 1.21 0.14 0.15 0.00 -mixité mixité nom f s 0.07 0.14 0.07 0.14 -mixte mixte adj s 2.81 3.45 2.23 2.30 -mixtes mixte adj p 2.81 3.45 0.59 1.15 -mixture mixture nom f s 0.93 1.62 0.92 1.35 -mixtures mixture nom f p 0.93 1.62 0.01 0.27 -mixé mixer ver m s 1.11 0.27 0.13 0.14 par:pas; -mixée mixer ver f s 1.11 0.27 0.05 0.07 par:pas; -mixés mixer ver m p 1.11 0.27 0.03 0.00 par:pas; -ml ml adj_num 0.03 0.00 0.03 0.00 -mlle mlle nom_sup f s 45.69 6.55 45.69 6.55 -mm mm nom_sup m 3.79 1.35 3.79 1.35 -mme mme nom_sup f s 81.64 33.24 81.64 33.24 -mn mn nom m s 0.02 0.00 0.02 0.00 -mnémonique mnémonique adj m s 0.05 0.07 0.05 0.00 -mnémoniques mnémonique adj m p 0.05 0.07 0.00 0.07 -mnémotechnie mnémotechnie nom f s 0.00 0.07 0.00 0.07 -mnémotechnique mnémotechnique adj s 0.03 0.00 0.03 0.00 -mnésiques mnésique adj m p 0.00 0.07 0.00 0.07 -moï moï adj m s 0.00 0.27 0.00 0.27 -moïse moïse nom m s 0.05 0.47 0.05 0.47 -moût moût nom m s 0.00 0.68 0.00 0.54 -moûts moût nom m p 0.00 0.68 0.00 0.14 -mob mob nom f s 0.93 0.68 0.93 0.68 -mobil_home mobil_home nom m s 0.07 0.00 0.07 0.00 -mobile mobile nom m s 8.01 2.84 7.03 1.15 -mobiles mobile nom m p 8.01 2.84 0.98 1.69 -mobilier mobilier nom m s 1.70 5.74 1.66 5.27 -mobiliers mobilier nom m p 1.70 5.74 0.04 0.47 -mobilisa mobiliser ver 3.99 9.39 0.02 0.27 ind:pas:3s; -mobilisable mobilisable adj m s 0.00 0.74 0.00 0.47 -mobilisables mobilisable adj f p 0.00 0.74 0.00 0.27 -mobilisaient mobiliser ver 3.99 9.39 0.01 0.27 ind:imp:3p; -mobilisais mobiliser ver 3.99 9.39 0.00 0.14 ind:imp:1s; -mobilisait mobiliser ver 3.99 9.39 0.01 0.41 ind:imp:3s; -mobilisant mobiliser ver 3.99 9.39 0.06 0.34 par:pre; -mobilisateur mobilisateur adj m s 0.01 0.34 0.01 0.20 -mobilisateurs mobilisateur adj m p 0.01 0.34 0.00 0.14 -mobilisation mobilisation nom f s 0.86 4.39 0.86 4.39 -mobilise mobiliser ver 3.99 9.39 0.42 0.61 imp:pre:2s;ind:pre:1s;ind:pre:3s; -mobilisent mobiliser ver 3.99 9.39 0.11 0.14 ind:pre:3p; -mobiliser mobiliser ver 3.99 9.39 1.13 1.35 inf; -mobilisera mobiliser ver 3.99 9.39 0.03 0.00 ind:fut:3s; -mobiliserait mobiliser ver 3.99 9.39 0.01 0.07 cnd:pre:3s; -mobiliserons mobiliser ver 3.99 9.39 0.01 0.07 ind:fut:1p; -mobilisez mobiliser ver 3.99 9.39 0.28 0.00 imp:pre:2p;ind:pre:2p; -mobilisions mobiliser ver 3.99 9.39 0.01 0.00 ind:imp:1p; -mobilisons mobiliser ver 3.99 9.39 0.01 0.00 ind:pre:1p; -mobilisé mobiliser ver m s 3.99 9.39 0.83 2.97 par:pas; -mobilisée mobiliser ver f s 3.99 9.39 0.53 0.27 par:pas; -mobilisées mobiliser ver f p 3.99 9.39 0.08 0.27 par:pas; -mobilisés mobiliser ver m p 3.99 9.39 0.43 2.23 par:pas; -mobilière mobilier adj f s 0.22 0.88 0.00 0.20 -mobilières mobilier adj f p 0.22 0.88 0.04 0.27 -mobilité mobilité nom f s 0.40 1.96 0.40 1.96 -mobylette mobylette nom f s 0.89 2.09 0.87 1.82 -mobylettes mobylette nom f p 0.89 2.09 0.02 0.27 -mocassin mocassin nom m s 0.63 2.50 0.06 0.07 -mocassins mocassin nom m p 0.63 2.50 0.57 2.43 -mâcha mâcher ver 5.00 12.30 0.00 0.47 ind:pas:3s; -mâchage mâchage nom m s 0.00 0.07 0.00 0.07 -mâchaient mâcher ver 5.00 12.30 0.01 0.47 ind:imp:3p; -mâchais mâcher ver 5.00 12.30 0.10 0.07 ind:imp:1s; -mâchait mâcher ver 5.00 12.30 0.14 2.09 ind:imp:3s; -mâchant mâcher ver 5.00 12.30 0.16 1.82 par:pre; -mochard mochard adj m s 0.00 0.41 0.00 0.20 -mocharde mochard adj f s 0.00 0.41 0.00 0.20 -mâche mâcher ver 5.00 12.30 1.37 1.28 imp:pre:2s;ind:pre:1s;ind:pre:3s; -moche moche adj s 28.73 17.77 25.64 14.32 -mâchefer mâchefer nom m s 0.01 2.57 0.01 2.57 -mâchent mâcher ver 5.00 12.30 0.16 0.20 ind:pre:3p; -mâcher mâcher ver 5.00 12.30 1.61 3.78 inf; -mâcherai mâcher ver 5.00 12.30 0.04 0.07 ind:fut:1s; -mâcherais mâcher ver 5.00 12.30 0.01 0.00 cnd:pre:1s; -mâcherait mâcher ver 5.00 12.30 0.01 0.07 cnd:pre:3s; -mâcherez mâcher ver 5.00 12.30 0.00 0.07 ind:fut:2p; -mâches mâcher ver 5.00 12.30 0.15 0.00 ind:pre:2s; -moches moche adj p 28.73 17.77 3.09 3.45 -mocheté mocheté nom f s 0.75 0.88 0.66 0.41 -mochetés mocheté nom f p 0.75 0.88 0.08 0.47 -mâcheur mâcheur nom m s 0.05 0.07 0.04 0.00 -mâcheurs mâcheur nom m p 0.05 0.07 0.00 0.07 -mâcheuse mâcheur nom f s 0.05 0.07 0.01 0.00 -mâchez mâcher ver 5.00 12.30 0.31 0.00 imp:pre:2p;ind:pre:2p; -mâchicoulis mâchicoulis nom m 0.00 0.34 0.00 0.34 -mâchoire mâchoire nom f s 7.90 23.58 6.80 11.28 -mâchoires mâchoire nom f p 7.90 23.58 1.09 12.30 -mâchonna mâchonner ver 0.22 4.59 0.00 0.41 ind:pas:3s; -mâchonnaient mâchonner ver 0.22 4.59 0.00 0.20 ind:imp:3p; -mâchonnais mâchonner ver 0.22 4.59 0.00 0.07 ind:imp:1s; -mâchonnait mâchonner ver 0.22 4.59 0.01 0.61 ind:imp:3s; -mâchonnant mâchonner ver 0.22 4.59 0.16 1.01 par:pre; -mâchonne mâchonner ver 0.22 4.59 0.01 0.68 ind:pre:3s; -mâchonnements mâchonnement nom m p 0.00 0.14 0.00 0.14 -mâchonnent mâchonner ver 0.22 4.59 0.00 0.14 ind:pre:3p; -mâchonner mâchonner ver 0.22 4.59 0.04 1.01 inf; -mâchonné mâchonner ver m s 0.22 4.59 0.00 0.34 par:pas; -mâchonnés mâchonner ver m p 0.22 4.59 0.00 0.14 par:pas; -mâchons mâcher ver 5.00 12.30 0.00 0.07 imp:pre:1p; -mâchouilla mâchouiller ver 0.31 1.62 0.00 0.27 ind:pas:3s; -mâchouillait mâchouiller ver 0.31 1.62 0.00 0.34 ind:imp:3s; -mâchouillant mâchouiller ver 0.31 1.62 0.02 0.61 par:pre; -mâchouille mâchouiller ver 0.31 1.62 0.10 0.07 imp:pre:2s;ind:pre:1s;ind:pre:3s; -mâchouiller mâchouiller ver 0.31 1.62 0.04 0.20 inf; -mâchouilles mâchouiller ver 0.31 1.62 0.07 0.00 ind:pre:2s; -mâchouilleur mâchouilleur nom m s 0.02 0.07 0.02 0.07 -mâchouillé mâchouiller ver m s 0.31 1.62 0.07 0.07 par:pas; -mâchouillée mâchouiller ver f s 0.31 1.62 0.01 0.07 par:pas; -mâchèrent mâcher ver 5.00 12.30 0.00 0.07 ind:pas:3p; -mâché mâcher ver m s 5.00 12.30 0.91 1.42 par:pas; -mâchée mâcher ver f s 5.00 12.30 0.01 0.14 par:pas; -mâchuré mâchurer ver m s 0.00 0.14 0.00 0.07 par:pas; -mâchurée mâchurer ver f s 0.00 0.14 0.00 0.07 par:pas; -mâchés mâcher ver m p 5.00 12.30 0.01 0.20 par:pas; -moco moco nom m s 0.19 0.00 0.19 0.00 -mâconnaise mâconnais adj f s 0.00 0.14 0.00 0.07 -mâconnaises mâconnais adj f p 0.00 0.14 0.00 0.07 -mod mod nom m s 0.01 0.00 0.01 0.00 -modalité modalité nom f s 0.41 2.30 0.01 0.00 -modalités modalité nom f p 0.41 2.30 0.40 2.30 -mode mode nom s 31.67 51.69 30.79 46.96 -model model nom m s 0.99 0.00 0.99 0.00 -modela modeler ver 2.42 8.24 0.00 0.20 ind:pas:3s; -modelable modelable adj s 0.00 0.07 0.00 0.07 -modelage modelage nom m s 0.04 0.20 0.04 0.20 -modelaient modeler ver 2.42 8.24 0.00 0.20 ind:imp:3p; -modelais modeler ver 2.42 8.24 0.00 0.27 ind:imp:1s; -modelait modeler ver 2.42 8.24 0.01 0.47 ind:imp:3s; -modelant modeler ver 2.42 8.24 0.00 0.34 par:pre; -modeler modeler ver 2.42 8.24 1.16 2.03 inf; -modeleur modeleur nom m s 0.04 0.00 0.04 0.00 -modelez modeler ver 2.42 8.24 0.28 0.00 imp:pre:2p;ind:pre:2p; -modelé modeler ver m s 2.42 8.24 0.35 1.22 par:pas; -modelée modeler ver f s 2.42 8.24 0.18 1.01 par:pas; -modelées modeler ver f p 2.42 8.24 0.14 0.54 par:pas; -modelés modeler ver m p 2.42 8.24 0.01 0.54 par:pas; -modem modem nom m s 0.43 0.00 0.37 0.00 -modems modem nom m p 0.43 0.00 0.06 0.00 -moderato moderato adv 0.00 0.81 0.00 0.81 -modern_style modern_style nom m s 0.00 0.27 0.00 0.27 -modern_style modern_style nom m 0.01 0.00 0.01 0.00 -moderne moderne adj s 21.30 34.73 16.77 24.46 -modernes moderne adj p 21.30 34.73 4.53 10.27 -modernisaient moderniser ver 0.81 1.69 0.00 0.07 ind:imp:3p; -modernisait moderniser ver 0.81 1.69 0.00 0.07 ind:imp:3s; -modernisation modernisation nom f s 0.36 0.74 0.36 0.68 -modernisations modernisation nom f p 0.36 0.74 0.00 0.07 -modernise moderniser ver 0.81 1.69 0.07 0.07 imp:pre:2s;ind:pre:1s;ind:pre:3s; -modernisent moderniser ver 0.81 1.69 0.03 0.14 ind:pre:3p; -moderniser moderniser ver 0.81 1.69 0.48 0.81 inf; -modernisme modernisme nom m s 0.08 1.15 0.08 1.15 -modernisons moderniser ver 0.81 1.69 0.01 0.07 imp:pre:1p;ind:pre:1p; -modernissime modernissime adj s 0.00 0.07 0.00 0.07 -moderniste moderniste adj f s 0.01 0.20 0.01 0.07 -modernistes moderniste nom p 0.04 0.00 0.03 0.00 -modernisé moderniser ver m s 0.81 1.69 0.14 0.27 par:pas; -modernisée moderniser ver f s 0.81 1.69 0.04 0.14 par:pas; -modernisés moderniser ver m p 0.81 1.69 0.05 0.07 par:pas; -modernité modernité nom f s 0.71 1.35 0.71 1.22 -modernités modernité nom f p 0.71 1.35 0.00 0.14 -modes mode nom p 31.67 51.69 0.89 4.73 -modeste modeste adj s 10.64 31.69 9.06 23.38 -modestement modestement adv 0.52 4.39 0.52 4.39 -modestes modeste adj p 10.64 31.69 1.58 8.31 -modestie modestie nom f s 3.96 10.34 3.96 10.27 -modesties modestie nom f p 3.96 10.34 0.00 0.07 -modicité modicité nom f s 0.00 0.20 0.00 0.20 -modifia modifier ver 10.90 18.85 0.00 0.61 ind:pas:3s; -modifiable modifiable adj f s 0.05 0.20 0.04 0.14 -modifiables modifiable adj p 0.05 0.20 0.01 0.07 -modifiaient modifier ver 10.90 18.85 0.00 0.95 ind:imp:3p; -modifiais modifier ver 10.90 18.85 0.01 0.00 ind:imp:1s; -modifiait modifier ver 10.90 18.85 0.04 1.76 ind:imp:3s; -modifiant modifier ver 10.90 18.85 0.20 0.81 par:pre; -modificateur modificateur adj m s 0.03 0.00 0.03 0.00 -modification modification nom f s 2.69 4.26 1.00 1.96 -modifications modification nom f p 2.69 4.26 1.69 2.30 -modifie modifier ver 10.90 18.85 1.04 1.76 imp:pre:2s;ind:pre:1s;ind:pre:3s; -modifient modifier ver 10.90 18.85 0.17 0.34 ind:pre:3p; -modifier modifier ver 10.90 18.85 4.17 6.96 inf; -modifiera modifier ver 10.90 18.85 0.03 0.00 ind:fut:3s; -modifierai modifier ver 10.90 18.85 0.02 0.00 ind:fut:1s; -modifieraient modifier ver 10.90 18.85 0.00 0.20 cnd:pre:3p; -modifierais modifier ver 10.90 18.85 0.02 0.00 cnd:pre:1s;cnd:pre:2s; -modifierait modifier ver 10.90 18.85 0.04 0.34 cnd:pre:3s; -modifiez modifier ver 10.90 18.85 0.22 0.00 imp:pre:2p;ind:pre:2p; -modifions modifier ver 10.90 18.85 0.17 0.00 imp:pre:1p;ind:pre:1p; -modifiât modifier ver 10.90 18.85 0.00 0.14 sub:imp:3s; -modifièrent modifier ver 10.90 18.85 0.02 0.14 ind:pas:3p; -modifié modifier ver m s 10.90 18.85 3.38 3.18 par:pas; -modifiée modifier ver f s 10.90 18.85 0.64 1.15 par:pas; -modifiées modifier ver f p 10.90 18.85 0.21 0.34 par:pas; -modifiés modifier ver m p 10.90 18.85 0.53 0.20 par:pas; -modillon modillon nom m s 0.00 0.47 0.00 0.07 -modillons modillon nom m p 0.00 0.47 0.00 0.41 -modique modique adj s 0.33 0.95 0.32 0.74 -modiques modique adj f p 0.33 0.95 0.01 0.20 -modiste modiste nom s 0.15 1.55 0.14 1.15 -modistes modiste nom p 0.15 1.55 0.01 0.41 -modèle modèle nom m s 25.06 35.95 19.56 27.50 -modèlent modeler ver 2.42 8.24 0.00 0.14 ind:pre:3p; -modèles modèle nom m p 25.06 35.95 5.50 8.45 -modère modérer ver 1.32 3.51 0.41 0.47 imp:pre:2s;ind:pre:1s;ind:pre:3s; -modula moduler ver 0.20 4.19 0.00 0.41 ind:pas:3s; -modulable modulable adj m s 0.07 0.14 0.03 0.07 -modulables modulable adj m p 0.07 0.14 0.04 0.07 -modulai moduler ver 0.20 4.19 0.00 0.07 ind:pas:1s; -modulaire modulaire adj m s 0.11 0.00 0.06 0.00 -modulaires modulaire adj p 0.11 0.00 0.04 0.00 -modulais moduler ver 0.20 4.19 0.00 0.07 ind:imp:1s; -modulait moduler ver 0.20 4.19 0.00 0.14 ind:imp:3s; -modulant moduler ver 0.20 4.19 0.00 0.34 par:pre; -modulateur modulateur adj m s 0.47 0.00 0.47 0.00 -modulation modulation nom f s 0.19 2.36 0.16 1.01 -modulations modulation nom f p 0.19 2.36 0.04 1.35 -module module nom m s 7.03 0.61 6.49 0.54 -modulent moduler ver 0.20 4.19 0.00 0.07 ind:pre:3p; -moduler moduler ver 0.20 4.19 0.07 0.47 inf; -modules module nom m p 7.03 0.61 0.54 0.07 -modélisation modélisation nom f s 0.04 0.00 0.04 0.00 -modélisme modélisme nom m s 0.03 0.00 0.03 0.00 -modéliste modéliste nom s 0.04 0.27 0.04 0.27 -modélisé modéliser ver m s 0.02 0.00 0.01 0.00 par:pas; -modélisée modéliser ver f s 0.02 0.00 0.01 0.00 par:pas; -modulé moduler ver m s 0.20 4.19 0.01 0.95 par:pas; -modulée moduler ver f s 0.20 4.19 0.01 0.68 par:pas; -modulées moduler ver f p 0.20 4.19 0.00 0.14 par:pas; -modulés moduler ver m p 0.20 4.19 0.00 0.47 par:pas; -modéra modérer ver 1.32 3.51 0.00 0.07 ind:pas:3s; -modérai modérer ver 1.32 3.51 0.00 0.07 ind:pas:1s; -modérait modérer ver 1.32 3.51 0.00 0.07 ind:imp:3s; -modérant modérer ver 1.32 3.51 0.00 0.14 par:pre; -modérateur modérateur nom m s 0.01 0.14 0.01 0.07 -modérateurs modérateur nom m p 0.01 0.14 0.00 0.07 -modération modération nom f s 1.30 2.36 1.30 2.30 -modérations modération nom f p 1.30 2.36 0.00 0.07 -modérer modérer ver 1.32 3.51 0.34 1.62 inf; -modéreras modérer ver 1.32 3.51 0.01 0.00 ind:fut:2s; -modérez modérer ver 1.32 3.51 0.06 0.20 imp:pre:2p; -modéré modéré adj m s 0.52 3.18 0.25 1.22 -modérée modérer ver f s 1.32 3.51 0.20 0.00 par:pas; -modérées modérer ver f p 1.32 3.51 0.03 0.14 par:pas; -modérément modérément adv 0.21 2.36 0.21 2.36 -modérés modéré nom m p 0.45 1.42 0.14 0.95 -modus_operandi modus_operandi nom m s 0.32 0.00 0.32 0.00 -modus_vivendi modus_vivendi nom m 0.01 0.47 0.01 0.47 -moelle moelle nom f s 4.23 6.15 4.21 5.34 -moelles moelle nom f p 4.23 6.15 0.01 0.81 -moelleuse moelleux adj f s 1.22 6.22 0.14 1.49 -moelleusement moelleusement adv 0.00 0.27 0.00 0.27 -moelleuses moelleux adj f p 1.22 6.22 0.10 0.20 -moelleux moelleux adj m 1.22 6.22 0.98 4.53 -moellon moellon nom m s 0.01 2.50 0.00 0.41 -moellons moellon nom m p 0.01 2.50 0.01 2.09 -moeurs moeurs nom f p 3.08 21.08 3.08 21.08 -moghol moghol nom m s 0.01 0.00 0.01 0.00 -mogol mogol adj m s 0.00 0.14 0.00 0.14 -mohair mohair nom m s 0.29 0.54 0.29 0.47 -mohairs mohair nom m p 0.29 0.54 0.00 0.07 -mohican mohican nom m s 0.01 0.00 0.01 0.00 -moho moho nom m s 0.03 0.00 0.03 0.00 -moi_moi_moi moi_moi_moi nom m 0.00 0.07 0.00 0.07 -moi_même moi_même pro_per s 83.25 107.30 83.25 107.30 -moi moi pro_per s 3675.68 1877.57 3675.68 1877.57 -moignon moignon nom m s 0.57 4.05 0.36 1.82 -moignons moignon nom m p 0.57 4.05 0.20 2.23 -moindre moindre adj_sup s 50.12 130.27 46.74 116.96 -moindrement moindrement adv 0.02 0.07 0.02 0.07 -moindres moindre adj_sup p 50.12 130.27 3.38 13.31 -moine moine nom m s 11.82 34.73 8.21 18.04 -moineau moineau nom m s 5.65 8.38 2.92 4.32 -moineaux moineau nom m p 5.65 8.38 2.73 4.05 -moines moine nom m p 11.82 34.73 3.62 16.69 -moinillon moinillon nom m s 0.04 0.54 0.04 0.41 -moinillons moinillon nom m p 0.04 0.54 0.00 0.14 -moins moins adv_sup 478.75 718.18 478.75 718.18 -moiraient moirer ver 0.00 0.81 0.00 0.07 ind:imp:3p; -moire moire nom f s 0.04 1.76 0.02 1.28 -moires moire nom f p 0.04 1.76 0.02 0.47 -moiré moiré adj m s 0.04 1.96 0.02 0.61 -moirée moiré adj f s 0.04 1.96 0.01 0.74 -moirées moiré adj f p 0.04 1.96 0.00 0.27 -moirure moirure nom f s 0.00 0.34 0.00 0.07 -moirures moirure nom f p 0.00 0.34 0.00 0.27 -moirés moiré adj m p 0.04 1.96 0.01 0.34 -mois mois nom m 312.31 304.86 312.31 304.86 -moise moise nom f s 0.37 0.00 0.27 0.00 -moises moise nom f p 0.37 0.00 0.10 0.00 -moisi moisir ver m s 3.85 5.00 0.56 0.47 par:pas; -moisie moisi adj f s 0.61 4.46 0.19 0.74 -moisies moisi adj f p 0.61 4.46 0.02 1.01 -moisir moisir ver 3.85 5.00 2.46 2.09 inf; -moisira moisir ver 3.85 5.00 0.01 0.07 ind:fut:3s; -moisirai moisir ver 3.85 5.00 0.03 0.07 ind:fut:1s; -moisiraient moisir ver 3.85 5.00 0.00 0.07 cnd:pre:3p; -moisirais moisir ver 3.85 5.00 0.01 0.00 cnd:pre:1s; -moisirait moisir ver 3.85 5.00 0.00 0.07 cnd:pre:3s; -moisiras moisir ver 3.85 5.00 0.05 0.00 ind:fut:2s; -moisirez moisir ver 3.85 5.00 0.04 0.00 ind:fut:2p; -moisiront moisir ver 3.85 5.00 0.00 0.14 ind:fut:3p; -moisis moisir ver m p 3.85 5.00 0.25 0.14 ind:pre:1s;par:pas; -moisissaient moisir ver 3.85 5.00 0.00 0.14 ind:imp:3p; -moisissais moisir ver 3.85 5.00 0.00 0.14 ind:imp:1s; -moisissait moisir ver 3.85 5.00 0.00 0.47 ind:imp:3s; -moisissant moisir ver 3.85 5.00 0.13 0.07 par:pre; -moisisse moisir ver 3.85 5.00 0.04 0.07 sub:pre:1s;sub:pre:3s; -moisissent moisir ver 3.85 5.00 0.04 0.14 ind:pre:3p; -moisissez moisir ver 3.85 5.00 0.03 0.00 imp:pre:2p;ind:pre:2p; -moisissure moisissure nom f s 1.39 3.78 1.15 2.57 -moisissures moisissure nom f p 1.39 3.78 0.25 1.22 -moisit moisir ver 3.85 5.00 0.13 0.41 ind:pre:3s;ind:pas:3s; -moisson moisson nom f s 3.08 7.91 2.62 4.05 -moissonnait moissonner ver 1.01 1.01 0.00 0.07 ind:imp:3s; -moissonnant moissonner ver 1.01 1.01 0.00 0.07 par:pre; -moissonne moissonner ver 1.01 1.01 0.11 0.14 imp:pre:2s;ind:pre:1s;ind:pre:3s; -moissonnent moissonner ver 1.01 1.01 0.16 0.00 ind:pre:3p; -moissonner moissonner ver 1.01 1.01 0.18 0.41 inf; -moissonnera moissonner ver 1.01 1.01 0.02 0.00 ind:fut:3s; -moissonnerai moissonner ver 1.01 1.01 0.12 0.00 ind:fut:1s; -moissonneur moissonneur nom m s 0.73 1.22 0.09 0.07 -moissonneurs moissonneur nom m p 0.73 1.22 0.30 0.81 -moissonneuse_batteuse moissonneuse_batteuse nom f s 0.04 0.47 0.04 0.27 -moissonneuse_lieuse moissonneuse_lieuse nom f s 0.00 0.14 0.00 0.07 -moissonneuse moissonneur nom f s 0.73 1.22 0.34 0.14 -moissonneuse_batteuse moissonneuse_batteuse nom f p 0.04 0.47 0.00 0.20 -moissonneuse_lieuse moissonneuse_lieuse nom f p 0.00 0.14 0.00 0.07 -moissonneuses moissonneuse nom f p 0.01 0.00 0.01 0.00 -moissonnez moissonner ver 1.01 1.01 0.16 0.00 imp:pre:2p;ind:pre:2p; -moissonné moissonner ver m s 1.01 1.01 0.26 0.14 par:pas; -moissonnée moissonner ver f s 1.01 1.01 0.01 0.00 par:pas; -moissonnées moissonner ver f p 1.01 1.01 0.00 0.07 par:pas; -moissonnés moissonner ver m p 1.01 1.01 0.00 0.14 par:pas; -moissons moisson nom f p 3.08 7.91 0.45 3.85 -moite moite adj s 1.98 15.14 1.01 10.00 -moites moite adj p 1.98 15.14 0.97 5.14 -moiteur moiteur nom f s 0.77 4.93 0.77 4.66 -moiteurs moiteur nom f p 0.77 4.93 0.00 0.27 -moiti moitir ver m s 0.04 0.00 0.04 0.00 par:pas; -moitié_moitié moitié_moitié adv 0.00 0.14 0.00 0.14 -moitié moitié nom f s 74.77 79.05 74.25 76.96 -moitiés moitié nom f p 74.77 79.05 0.52 2.09 -moka moka nom m s 0.64 1.89 0.55 1.55 -mokas moka nom m p 0.64 1.89 0.09 0.34 -moko moko nom m s 0.14 0.14 0.14 0.14 -mol mol adj m s 1.10 1.28 1.07 1.15 -molaire molaire nom f s 0.96 1.76 0.40 0.74 -molaires molaire nom f p 0.96 1.76 0.56 1.01 -molard molard nom m s 0.01 0.00 0.01 0.00 -molasse molasse nom f s 0.02 0.20 0.02 0.20 -moldave moldave nom s 0.27 0.00 0.27 0.00 -moldaves moldave adj p 0.02 0.14 0.00 0.14 -mâle mâle nom m s 11.72 15.95 8.96 10.00 -mole mole nom f s 0.27 0.47 0.27 0.41 -mâles mâle nom m p 11.72 15.95 2.76 5.95 -moles mole nom f p 0.27 0.47 0.00 0.07 -moleskine moleskine nom f s 0.01 3.31 0.01 3.31 -molesquine molesquine nom f s 0.00 0.88 0.00 0.88 -molesta molester ver 0.74 0.88 0.01 0.07 ind:pas:3s; -molestaient molester ver 0.74 0.88 0.00 0.07 ind:imp:3p; -molestant molester ver 0.74 0.88 0.01 0.07 par:pre; -molestation molestation nom f s 0.00 0.07 0.00 0.07 -moleste molester ver 0.74 0.88 0.03 0.07 ind:pre:3s; -molester molester ver 0.74 0.88 0.21 0.20 inf; -molestez molester ver 0.74 0.88 0.02 0.00 imp:pre:2p;ind:pre:2p; -molesté molester ver m s 0.74 0.88 0.33 0.27 par:pas; -molestée molester ver f s 0.74 0.88 0.11 0.00 par:pas; -molestés molester ver m p 0.74 0.88 0.02 0.14 par:pas; -moleta moleter ver 0.20 0.00 0.20 0.00 ind:pas:3s; -molette molette nom f s 0.43 1.01 0.42 0.88 -molettes molette nom f p 0.43 1.01 0.01 0.14 -moliéresque moliéresque adj f s 0.00 0.07 0.00 0.07 -mollah mollah nom m s 0.89 0.14 0.36 0.00 -mollahs mollah nom m p 0.89 0.14 0.53 0.14 -mollard mollard nom m s 0.20 1.82 0.16 1.69 -mollarder mollarder ver 0.02 0.07 0.00 0.07 inf; -mollards mollard nom m p 0.20 1.82 0.03 0.14 -mollardé mollarder ver m s 0.02 0.07 0.02 0.00 par:pas; -mollasse mollasse adj s 0.25 0.95 0.25 0.81 -mollasses mollasse adj m p 0.25 0.95 0.00 0.14 -mollasson mollasson nom m s 0.40 0.20 0.38 0.20 -mollassonne mollasson adj f s 0.30 0.27 0.04 0.07 -mollassons mollasson adj m p 0.30 0.27 0.02 0.07 -molle mou,mol adj f s 5.37 34.53 3.92 22.70 -mollement mollement adv 0.33 11.55 0.33 11.55 -molles mou,mol adj f p 5.37 34.53 1.45 11.82 -mollesse mollesse nom f s 0.44 6.42 0.44 6.28 -mollesses mollesse nom f p 0.44 6.42 0.00 0.14 -mollet mollet nom m s 1.77 14.93 0.67 5.27 -molletière molletière nom f s 0.10 3.18 0.00 0.14 -molletières molletière nom f p 0.10 3.18 0.10 3.04 -molleton molleton nom m s 0.00 0.88 0.00 0.81 -molletonneux molletonneux adj m p 0.00 0.07 0.00 0.07 -molletonné molletonner ver m s 0.01 0.07 0.01 0.00 par:pas; -molletonnée molletonné adj f s 0.00 0.14 0.00 0.07 -molletons molleton nom m p 0.00 0.88 0.00 0.07 -mollets mollet nom m p 1.77 14.93 1.11 9.66 -mollette mollet adj f s 0.06 0.61 0.01 0.00 -mollettes mollet adj f p 0.06 0.61 0.00 0.07 -molli mollir ver m s 1.18 2.57 0.03 0.34 par:pas; -mollie mollir ver f s 1.18 2.57 0.59 0.00 par:pas; -mollir mollir ver 1.18 2.57 0.04 0.61 inf; -mollis mollir ver 1.18 2.57 0.07 0.00 imp:pre:2s;ind:pre:1s;ind:pre:2s; -mollissaient mollir ver 1.18 2.57 0.00 0.20 ind:imp:3p; -mollissait mollir ver 1.18 2.57 0.01 0.74 ind:imp:3s; -mollissant mollir ver 1.18 2.57 0.00 0.07 par:pre; -mollisse mollir ver 1.18 2.57 0.00 0.07 sub:pre:3s; -mollissent mollir ver 1.18 2.57 0.04 0.14 ind:pre:3p; -mollissez mollir ver 1.18 2.57 0.14 0.00 imp:pre:2p; -mollit mollir ver 1.18 2.57 0.26 0.41 ind:pre:3s;ind:pas:3s; -mollo mollo adv 5.23 2.30 5.23 2.30 -mollusque mollusque nom m s 0.93 1.22 0.57 0.81 -mollusques mollusque nom m p 0.93 1.22 0.35 0.41 -moloch moloch nom m s 0.00 0.07 0.00 0.07 -molosse molosse nom m s 0.54 1.76 0.24 0.74 -molosses molosse nom m p 0.54 1.76 0.30 1.01 -mols mol adj m p 1.10 1.28 0.03 0.14 -molènes molène nom f p 0.00 0.07 0.00 0.07 -molto molto adv 0.28 0.27 0.28 0.27 -moléculaire moléculaire adj s 2.40 0.41 2.30 0.27 -moléculaires moléculaire adj p 2.40 0.41 0.10 0.14 -molécule molécule nom f s 2.15 1.62 0.76 0.88 -molécules molécule nom f p 2.15 1.62 1.39 0.74 -moly moly nom m s 0.04 0.00 0.04 0.00 -molybdène molybdène nom m s 0.01 0.00 0.01 0.00 -moman moman nom f s 0.04 0.27 0.04 0.27 -mombin mombin nom m s 0.00 0.07 0.00 0.07 -moment_clé moment_clé nom m s 0.04 0.00 0.04 0.00 -moment moment nom m s 433.59 688.24 403.25 611.62 -momentané momentané adj m s 0.96 2.57 0.47 1.08 -momentanée momentané adj f s 0.96 2.57 0.34 1.15 -momentanées momentané adj f p 0.96 2.57 0.00 0.07 -momentanément momentanément adv 1.29 5.20 1.29 5.20 -momentanés momentané adj m p 0.96 2.57 0.16 0.27 -moments_clé moments_clé nom m p 0.01 0.00 0.01 0.00 -moments moment nom m p 433.59 688.24 30.34 76.62 -momerie momerie nom f s 0.14 0.61 0.00 0.27 -momeries momerie nom f p 0.14 0.61 0.14 0.34 -momichons momichon nom m p 0.00 0.07 0.00 0.07 -momie momie nom f s 4.66 4.86 3.89 3.31 -momies momie nom f p 4.66 4.86 0.76 1.55 -momifiait momifier ver 0.25 1.55 0.00 0.27 ind:imp:3s; -momifiant momifier ver 0.25 1.55 0.00 0.07 par:pre; -momification momification nom f s 0.07 0.00 0.07 0.00 -momifie momifier ver 0.25 1.55 0.00 0.07 ind:pre:3s; -momifier momifier ver 0.25 1.55 0.07 0.27 inf; -momifié momifier ver m s 0.25 1.55 0.14 0.20 par:pas; -momifiée momifié adj f s 0.24 1.22 0.02 0.41 -momifiées momifier ver f p 0.25 1.55 0.00 0.07 par:pas; -momifiés momifié adj m p 0.24 1.22 0.18 0.14 -mominette mominette nom f s 0.00 0.41 0.00 0.41 -mon mon adj_pos 3848.99 2307.97 3848.99 2307.97 -monômes monôme nom m p 0.00 0.14 0.00 0.14 -monacal monacal adj m s 0.01 1.22 0.00 0.41 -monacale monacal adj f s 0.01 1.22 0.01 0.68 -monacales monacal adj f p 0.01 1.22 0.00 0.14 -monachisme monachisme nom m s 0.00 0.07 0.00 0.07 -monades monade nom f p 0.00 0.07 0.00 0.07 -monadologie monadologie nom f s 0.01 0.00 0.01 0.00 -monarchie monarchie nom f s 1.10 4.86 1.10 4.53 -monarchies monarchie nom f p 1.10 4.86 0.00 0.34 -monarchique monarchique adj s 0.00 0.34 0.00 0.34 -monarchiste monarchiste adj s 0.61 1.28 0.31 1.08 -monarchistes monarchiste adj m p 0.61 1.28 0.30 0.20 -monarque monarque nom m s 1.37 1.96 1.16 1.55 -monarques monarque nom m p 1.37 1.96 0.20 0.41 -monastique monastique adj s 0.02 1.08 0.02 0.95 -monastiques monastique adj p 0.02 1.08 0.00 0.14 -monastère monastère nom m s 4.86 7.97 4.51 6.28 -monastères monastère nom m p 4.86 7.97 0.35 1.69 -monbazillac monbazillac nom m s 0.00 0.54 0.00 0.54 -monceau monceau nom m s 0.97 7.84 0.95 4.59 -monceaux monceau nom m p 0.97 7.84 0.02 3.24 -monda monder ver 0.15 0.07 0.10 0.00 ind:pas:3s; -mondain mondain adj m s 2.73 13.24 1.17 4.26 -mondaine mondain adj f s 2.73 13.24 0.84 4.53 -mondainement mondainement adv 0.00 0.14 0.00 0.14 -mondaines mondain adj f p 2.73 13.24 0.43 2.64 -mondains mondain adj m p 2.73 13.24 0.28 1.82 -mondanisaient mondaniser ver 0.00 0.14 0.00 0.07 ind:imp:3p; -mondanisé mondaniser ver m s 0.00 0.14 0.00 0.07 par:pas; -mondanité mondanité nom f s 0.33 2.64 0.01 0.81 -mondanités mondanité nom f p 0.33 2.64 0.32 1.82 -monde monde nom m s 830.72 741.35 823.62 732.43 -monder monder ver 0.15 0.07 0.01 0.00 inf; -mondes monde nom m p 830.72 741.35 7.11 8.92 -mondial mondial adj m s 13.79 16.35 4.27 2.50 -mondiale mondial adj f s 13.79 16.35 8.17 12.03 -mondialement mondialement adv 0.53 0.14 0.53 0.14 -mondiales mondial adj f p 13.79 16.35 0.80 0.74 -mondialisation mondialisation nom f s 0.13 0.00 0.13 0.00 -mondialisent mondialiser ver 0.00 0.07 0.00 0.07 ind:pre:3p; -mondialistes mondialiste adj m p 0.00 0.07 0.00 0.07 -mondiaux mondial adj m p 13.79 16.35 0.55 1.08 -mondovision mondovision nom f s 0.03 0.07 0.03 0.07 -mondée monder ver f s 0.15 0.07 0.00 0.07 par:pas; -mânes mânes nom m p 0.01 0.41 0.01 0.41 -mongo mongo nom s 0.19 0.00 0.19 0.00 -mongol mongol adj m s 0.81 3.92 0.49 2.03 -mongole mongol nom f s 0.69 1.69 0.22 0.41 -mongoles mongol nom f p 0.69 1.69 0.12 0.00 -mongolie mongolie nom f s 0.00 0.07 0.00 0.07 -mongolien mongolien adj m s 0.56 0.07 0.39 0.00 -mongolienne mongolien adj f s 0.56 0.07 0.15 0.07 -mongoliennes mongolien adj f p 0.56 0.07 0.01 0.00 -mongoliens mongolien nom m p 0.38 1.01 0.01 0.34 -mongolique mongolique adj f s 0.00 0.14 0.00 0.07 -mongoliques mongolique adj m p 0.00 0.14 0.00 0.07 -mongoloïde mongoloïde adj s 0.00 0.07 0.00 0.07 -mongols mongol adj m p 0.81 3.92 0.17 0.27 -moniale moniale nom f s 0.00 0.14 0.00 0.14 -moniales moniale adj f p 0.00 0.07 0.00 0.07 -moniteur moniteur nom m s 4.26 5.61 2.44 1.89 -moniteurs moniteur nom m p 4.26 5.61 1.61 2.03 -monition monition nom f s 0.14 0.00 0.14 0.00 -monitor monitor nom m s 0.11 0.00 0.11 0.00 -monitorage monitorage nom m s 0.04 0.00 0.04 0.00 -monitoring monitoring nom m s 0.13 0.00 0.13 0.00 -monitrice moniteur nom f s 4.26 5.61 0.22 0.68 -monitrices moniteur nom f p 4.26 5.61 0.00 1.01 -monnaie_du_pape monnaie_du_pape nom f s 0.00 0.07 0.00 0.07 -monnaie monnaie nom f s 27.31 28.99 26.82 25.34 -monnaiera monnayer ver 0.70 1.49 0.00 0.07 ind:fut:3s; -monnaierai monnayer ver 0.70 1.49 0.01 0.00 ind:fut:1s; -monnaies_du_pape monnaies_du_pape nom f p 0.00 0.07 0.00 0.07 -monnaies monnaie nom f p 27.31 28.99 0.48 3.65 -monnaya monnayer ver 0.70 1.49 0.00 0.07 ind:pas:3s; -monnayable monnayable adj s 0.02 0.27 0.02 0.20 -monnayables monnayable adj m p 0.02 0.27 0.00 0.07 -monnayait monnayer ver 0.70 1.49 0.01 0.20 ind:imp:3s; -monnayant monnayer ver 0.70 1.49 0.00 0.07 par:pre; -monnaye monnayer ver 0.70 1.49 0.02 0.07 ind:pre:3s; -monnayer monnayer ver 0.70 1.49 0.29 0.74 inf; -monnayeur monnayeur nom m s 0.03 0.14 0.01 0.00 -monnayeurs monnayeur nom m p 0.03 0.14 0.02 0.14 -monnayé monnayer ver m s 0.70 1.49 0.03 0.20 par:pas; -monnayée monnayer ver f s 0.70 1.49 0.00 0.07 par:pas; -mono mono nom s 3.02 0.20 3.02 0.20 -monoamine monoamine nom f s 0.03 0.00 0.03 0.00 -monobloc monobloc nom m s 0.00 0.07 0.00 0.07 -monocellulaire monocellulaire adj f s 0.01 0.00 0.01 0.00 -monochrome monochrome adj m s 0.07 0.41 0.04 0.20 -monochromes monochrome adj f p 0.07 0.41 0.02 0.20 -monochromie monochromie nom f s 0.00 0.07 0.00 0.07 -monocle monocle nom m s 0.56 4.05 0.53 3.92 -monocles monocle nom m p 0.56 4.05 0.02 0.14 -monoclonal monoclonal adj m s 0.02 0.00 0.01 0.00 -monoclonaux monoclonal adj m p 0.02 0.00 0.01 0.00 -monoclé monoclé adj m s 0.00 0.14 0.00 0.14 -monocoque monocoque adj s 0.10 0.00 0.10 0.00 -monocorde monocorde adj s 0.03 2.57 0.02 2.09 -monocordes monocorde adj f p 0.03 2.57 0.01 0.47 -monocratie monocratie nom f s 0.01 0.00 0.01 0.00 -monoculaire monoculaire adj m s 0.01 0.07 0.00 0.07 -monoculaires monoculaire adj p 0.01 0.07 0.01 0.00 -monoculture monoculture nom f s 0.00 0.07 0.00 0.07 -monocycle monocycle nom m s 0.07 0.00 0.07 0.00 -monocylindre monocylindre nom m s 0.01 0.00 0.01 0.00 -monodie monodie nom f s 0.10 0.07 0.10 0.07 -monofilament monofilament nom m s 0.02 0.00 0.02 0.00 -monogame monogame adj s 0.50 0.47 0.31 0.34 -monogames monogame adj p 0.50 0.47 0.18 0.14 -monogamie monogamie nom f s 0.59 0.07 0.59 0.07 -monogramme monogramme nom m s 0.21 0.95 0.21 0.81 -monogrammes monogramme nom m p 0.21 0.95 0.00 0.14 -monogrammées monogrammé adj f p 0.01 0.00 0.01 0.00 -monographie monographie nom f s 0.20 0.61 0.19 0.27 -monographies monographie nom f p 0.20 0.61 0.01 0.34 -monokini monokini nom m s 0.32 0.00 0.32 0.00 -monolinguisme monolinguisme nom m s 0.10 0.00 0.10 0.00 -monolithe monolithe nom m s 0.13 0.14 0.12 0.07 -monolithes monolithe nom m p 0.13 0.14 0.01 0.07 -monolithique monolithique adj s 0.03 0.68 0.02 0.61 -monolithiques monolithique adj f p 0.03 0.68 0.01 0.07 -monolithisme monolithisme nom m s 0.00 0.07 0.00 0.07 -monologua monologuer ver 0.16 1.01 0.01 0.00 ind:pas:3s; -monologuaient monologuer ver 0.16 1.01 0.00 0.07 ind:imp:3p; -monologuais monologuer ver 0.16 1.01 0.00 0.14 ind:imp:1s; -monologuait monologuer ver 0.16 1.01 0.00 0.20 ind:imp:3s; -monologuant monologuer ver 0.16 1.01 0.00 0.34 par:pre; -monologue monologue nom m s 1.86 6.28 1.44 5.68 -monologuer monologuer ver 0.16 1.01 0.01 0.14 inf; -monologues monologue nom m p 1.86 6.28 0.42 0.61 -monomane monomane nom s 0.01 0.00 0.01 0.00 -monomanes monomane adj p 0.00 0.07 0.00 0.07 -monomaniaque monomaniaque adj s 0.04 0.20 0.04 0.07 -monomaniaques monomaniaque adj p 0.04 0.20 0.00 0.14 -monomanie monomanie nom f s 0.01 0.14 0.01 0.14 -monomoteur monomoteur nom m s 0.01 0.07 0.01 0.07 -monomoteurs monomoteur adj m p 0.03 0.00 0.03 0.00 -mononucléaire mononucléaire adj f s 0.00 0.07 0.00 0.07 -mononucléose mononucléose nom f s 0.40 0.07 0.40 0.07 -monoparental monoparental adj m s 0.09 0.00 0.01 0.00 -monoparentale monoparental adj f s 0.09 0.00 0.04 0.00 -monoparentales monoparental adj f p 0.09 0.00 0.01 0.00 -monoparentaux monoparental adj m p 0.09 0.00 0.03 0.00 -monophasée monophasé adj f s 0.00 0.07 0.00 0.07 -monoplace monoplace adj m s 0.04 0.14 0.04 0.14 -monoplaces monoplace nom p 0.02 0.07 0.02 0.00 -monoplan monoplan nom m s 0.10 0.47 0.09 0.34 -monoplans monoplan nom m p 0.10 0.47 0.01 0.14 -monopode monopode adj m s 0.01 0.00 0.01 0.00 -monopole monopole nom m s 1.61 3.11 1.32 2.91 -monopoles monopole nom m p 1.61 3.11 0.29 0.20 -monopolisa monopoliser ver 0.61 0.88 0.02 0.00 ind:pas:3s; -monopolisaient monopoliser ver 0.61 0.88 0.00 0.07 ind:imp:3p; -monopolisais monopoliser ver 0.61 0.88 0.00 0.07 ind:imp:1s; -monopolisait monopoliser ver 0.61 0.88 0.04 0.14 ind:imp:3s; -monopolise monopoliser ver 0.61 0.88 0.23 0.07 imp:pre:2s;ind:pre:1s;ind:pre:3s; -monopolisent monopoliser ver 0.61 0.88 0.15 0.00 ind:pre:3p; -monopoliser monopoliser ver 0.61 0.88 0.07 0.41 inf; -monopolisera monopoliser ver 0.61 0.88 0.01 0.00 ind:fut:3s; -monopolisez monopoliser ver 0.61 0.88 0.03 0.00 imp:pre:2p;ind:pre:2p; -monopolisèrent monopoliser ver 0.61 0.88 0.00 0.07 ind:pas:3p; -monopolisé monopoliser ver m s 0.61 0.88 0.04 0.00 par:pas; -monopolisés monopoliser ver m p 0.61 0.88 0.01 0.07 par:pas; -monopoly monopoly nom m s 1.37 0.41 1.37 0.41 -monoprix monoprix nom m 0.21 0.27 0.21 0.27 -monorail monorail nom m s 0.55 0.00 0.48 0.00 -monorails monorail nom m p 0.55 0.00 0.07 0.00 -monospace monospace nom m s 0.18 0.00 0.18 0.00 -monosyllabe monosyllabe nom m s 0.06 1.35 0.00 0.27 -monosyllabes monosyllabe nom m p 0.06 1.35 0.06 1.08 -monosyllabique monosyllabique adj m s 0.04 0.14 0.02 0.07 -monosyllabiques monosyllabique adj m p 0.04 0.14 0.01 0.07 -monothéisme monothéisme nom m s 0.00 0.34 0.00 0.27 -monothéismes monothéisme nom m p 0.00 0.34 0.00 0.07 -monothéiste monothéiste adj f s 0.00 0.14 0.00 0.07 -monothéistes monothéiste adj p 0.00 0.14 0.00 0.07 -monotone monotone adj s 1.48 15.47 1.30 13.24 -monotonement monotonement adv 0.10 0.41 0.10 0.41 -monotones monotone adj p 1.48 15.47 0.18 2.23 -monotonie monotonie nom f s 0.87 4.93 0.87 4.93 -monotype monotype nom m s 0.00 0.07 0.00 0.07 -monoxyde monoxyde nom m s 0.40 0.07 0.40 0.07 -monoxyle monoxyle adj f s 0.00 0.07 0.00 0.07 -mons mons nom s 0.41 0.07 0.41 0.07 -monseigneur monseigneur nom_sup m s 26.26 5.34 26.26 5.34 -monsieur monsieur nom_sup m s 739.12 324.86 583.45 286.76 -monsignor monsignor nom m s 0.17 0.14 0.17 0.14 -monsignore monsignore nom m s 0.16 0.07 0.16 0.07 -monstrance monstrance nom f s 0.00 0.14 0.00 0.07 -monstrances monstrance nom f p 0.00 0.14 0.00 0.07 -monstre monstre nom m s 62.56 26.96 48.42 18.18 -monstres monstre nom m p 62.56 26.96 14.14 8.78 -monstrueuse monstrueux adj f s 8.93 20.88 1.89 7.97 -monstrueusement monstrueusement adv 0.30 1.69 0.30 1.69 -monstrueuses monstrueux adj f p 8.93 20.88 0.41 2.30 -monstrueux monstrueux adj m 8.93 20.88 6.63 10.61 -monstruosité monstruosité nom f s 0.93 2.77 0.40 2.16 -monstruosités monstruosité nom f p 0.93 2.77 0.53 0.61 -mont_blanc mont_blanc nom m s 1.84 0.47 1.64 0.41 -mont_de_piété mont_de_piété nom m s 0.98 0.81 0.98 0.81 -mont mont nom m s 12.63 18.92 9.04 12.36 -monta monter ver 277.19 404.59 1.07 34.05 ind:pas:3s; -montage montage nom m s 6.66 2.91 6.35 2.77 -montages montage nom m p 6.66 2.91 0.31 0.14 -montagnard montagnard nom m s 1.05 2.03 0.28 0.61 -montagnarde montagnard adj f s 0.42 1.22 0.16 0.27 -montagnardes montagnard adj f p 0.42 1.22 0.00 0.20 -montagnards montagnard nom m p 1.05 2.03 0.74 1.22 -montagne montagne nom f s 62.01 81.82 36.76 49.80 -montagnes montagne nom f p 62.01 81.82 25.25 32.03 -montagneuse montagneux adj f s 0.41 1.35 0.05 0.41 -montagneuses montagneux adj f p 0.41 1.35 0.02 0.27 -montagneux montagneux adj m 0.41 1.35 0.33 0.68 -montai monter ver 277.19 404.59 0.04 4.86 ind:pas:1s; -montaient monter ver 277.19 404.59 0.83 21.96 ind:imp:3p; -montais monter ver 277.19 404.59 1.52 3.58 ind:imp:1s;ind:imp:2s; -montaison montaison nom f s 0.00 0.07 0.00 0.07 -montait monter ver 277.19 404.59 3.95 62.57 ind:imp:3s; -montant montant nom m s 5.97 12.84 5.31 8.38 -montante montant adj f s 1.65 8.38 0.86 4.59 -montantes montant adj f p 1.65 8.38 0.30 1.15 -montants montant nom m p 5.97 12.84 0.66 4.46 -monte_charge monte_charge nom m 0.51 0.54 0.51 0.54 -monte_charges monte_charges nom m 0.01 0.07 0.01 0.07 -monte_en_l_air monte_en_l_air nom m 0.12 0.20 0.12 0.20 -monte_plat monte_plat nom m s 0.01 0.00 0.01 0.00 -monte_plats monte_plats nom m 0.04 0.07 0.04 0.07 -monte monter ver 277.19 404.59 109.76 70.34 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s;;imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s;;imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -montent monter ver 277.19 404.59 4.86 14.39 ind:pre:3p; -monter monter ver 277.19 404.59 85.57 96.89 inf; -montera monter ver 277.19 404.59 2.36 1.82 ind:fut:3s; -monterai monter ver 277.19 404.59 1.61 1.22 ind:fut:1s; -monteraient monter ver 277.19 404.59 0.10 0.41 cnd:pre:3p; -monterais monter ver 277.19 404.59 0.53 0.41 cnd:pre:1s;cnd:pre:2s; -monterait monter ver 277.19 404.59 0.55 2.84 cnd:pre:3s; -monteras monter ver 277.19 404.59 0.76 0.47 ind:fut:2s; -monterez monter ver 277.19 404.59 0.23 0.34 ind:fut:2p; -monteriez monter ver 277.19 404.59 0.03 0.00 cnd:pre:2p; -monterons monter ver 277.19 404.59 0.31 0.34 ind:fut:1p; -monteront monter ver 277.19 404.59 0.34 0.34 ind:fut:3p; -montes monter ver 277.19 404.59 6.27 2.30 ind:pre:2s;sub:pre:2s; -monteur monteur nom m s 1.46 0.68 1.07 0.27 -monteurs monteur nom m p 1.46 0.68 0.09 0.27 -monteuse monteur nom f s 1.46 0.68 0.30 0.14 -montez monter ver 277.19 404.59 15.38 1.89 imp:pre:2p;ind:pre:2p; -montgolfière montgolfière nom f s 0.81 0.95 0.78 0.81 -montgolfières montgolfière nom f p 0.81 0.95 0.04 0.14 -monticule monticule nom m s 0.60 3.78 0.58 1.96 -monticules monticule nom m p 0.60 3.78 0.02 1.82 -montiez monter ver 277.19 404.59 0.64 0.14 ind:imp:2p; -montions monter ver 277.19 404.59 0.19 1.69 ind:imp:1p; -montjoie montjoie nom f s 0.05 0.34 0.05 0.34 -montmartrois montmartrois adj m 0.00 0.74 0.00 0.41 -montmartroise montmartrois adj f s 0.00 0.74 0.00 0.20 -montmartroises montmartrois adj f p 0.00 0.74 0.00 0.14 -montâmes monter ver 277.19 404.59 0.00 1.55 ind:pas:1p; -montons monter ver 277.19 404.59 3.44 2.70 imp:pre:1p;ind:pre:1p; -montât monter ver 277.19 404.59 0.00 0.54 sub:imp:3s; -montparno montparno nom m s 0.00 0.20 0.00 0.20 -montpelliéraine montpelliérain nom f s 0.00 0.07 0.00 0.07 -montra montrer ver 327.33 276.55 0.77 29.46 ind:pas:3s; -montrable montrable adj s 0.02 0.41 0.02 0.34 -montrables montrable adj f p 0.02 0.41 0.00 0.07 -montrai montrer ver 327.33 276.55 0.42 1.76 ind:pas:1s; -montraient montrer ver 327.33 276.55 0.98 8.78 ind:imp:3p; -montrais montrer ver 327.33 276.55 1.72 2.43 ind:imp:1s;ind:imp:2s; -montrait montrer ver 327.33 276.55 3.27 33.65 ind:imp:3s; -montrant montrer ver 327.33 276.55 2.02 23.24 par:pre; -montrassent montrer ver 327.33 276.55 0.00 0.14 sub:imp:3p; -montre_bracelet montre_bracelet nom f s 0.08 2.09 0.07 1.82 -montre_gousset montre_gousset nom f s 0.01 0.07 0.01 0.07 -montre_la_moi montre_la_moi nom f s 0.14 0.00 0.14 0.00 -montre montrer ver 327.33 276.55 85.44 38.99 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:1s;sub:pre:3s; -montrent montrer ver 327.33 276.55 8.82 4.93 ind:pre:3p; -montrer montrer ver 327.33 276.55 136.20 81.15 inf;; -montrera montrer ver 327.33 276.55 4.71 1.96 ind:fut:3s; -montrerai montrer ver 327.33 276.55 7.58 3.18 ind:fut:1s; -montreraient montrer ver 327.33 276.55 0.11 0.14 cnd:pre:3p; -montrerais montrer ver 327.33 276.55 1.05 0.34 cnd:pre:1s;cnd:pre:2s; -montrerait montrer ver 327.33 276.55 0.78 2.57 cnd:pre:3s; -montreras montrer ver 327.33 276.55 1.46 0.61 ind:fut:2s; -montrerez montrer ver 327.33 276.55 1.02 0.27 ind:fut:2p; -montreriez montrer ver 327.33 276.55 0.16 0.00 cnd:pre:2p; -montrerons montrer ver 327.33 276.55 0.83 0.14 ind:fut:1p; -montreront montrer ver 327.33 276.55 0.54 0.07 ind:fut:3p; -montre_bracelet montre_bracelet nom f p 0.08 2.09 0.01 0.27 -montres montrer ver 327.33 276.55 5.93 1.08 ind:pre:1p;ind:pre:2s;sub:pre:2s; -montreur montreur nom m s 0.48 1.35 0.45 0.81 -montreurs montreur nom m p 0.48 1.35 0.02 0.41 -montreuse montreur nom f s 0.48 1.35 0.01 0.07 -montreuses montreur nom f p 0.48 1.35 0.00 0.07 -montrez montrer ver 327.33 276.55 26.48 2.57 imp:pre:2p;ind:pre:2p; -montriez montrer ver 327.33 276.55 0.70 0.41 ind:imp:2p; -montrions montrer ver 327.33 276.55 0.05 0.27 ind:imp:1p; -montrâmes montrer ver 327.33 276.55 0.00 0.07 ind:pas:1p; -montrons montrer ver 327.33 276.55 2.77 0.27 imp:pre:1p;ind:pre:1p; -montrât montrer ver 327.33 276.55 0.00 1.01 sub:imp:3s; -montrèrent montrer ver 327.33 276.55 0.01 1.82 ind:pas:3p; -montré montrer ver m s 327.33 276.55 29.65 28.11 par:pas; -montrée montrer ver f s 327.33 276.55 2.61 4.39 ind:imp:3p;par:pas; -montrées montrer ver f p 327.33 276.55 0.42 0.88 par:pas; -montrés montrer ver m p 327.33 276.55 0.81 1.89 par:pas; -mont_blanc mont_blanc nom m p 1.84 0.47 0.20 0.07 -monts mont nom m p 12.63 18.92 3.59 6.55 -montèrent monter ver 277.19 404.59 0.07 7.97 ind:pas:3p; -monté monter ver m s 277.19 404.59 23.72 28.72 par:pas; -montée monter ver f s 277.19 404.59 6.11 13.18 par:pas; -montées monter ver f p 277.19 404.59 0.70 3.18 par:pas; -montueuse montueux adj f s 0.00 0.47 0.00 0.20 -montueuses montueux adj f p 0.00 0.47 0.00 0.14 -montueux montueux adj m 0.00 0.47 0.00 0.14 -monténégrin monténégrin adj m s 0.01 0.07 0.01 0.00 -monténégrines monténégrin adj f p 0.01 0.07 0.00 0.07 -monture monture nom f s 2.21 16.62 1.61 11.55 -montures monture nom f p 2.21 16.62 0.60 5.07 -montés monter ver m p 277.19 404.59 3.94 9.73 par:pas; -monument monument nom m s 6.68 19.32 5.07 10.54 -monumental monumental adj m s 1.67 12.03 0.62 4.32 -monumentale monumental adj f s 1.67 12.03 0.71 5.20 -monumentalement monumentalement adv 0.03 0.00 0.03 0.00 -monumentales monumental adj f p 1.67 12.03 0.29 1.96 -monumentalité monumentalité nom f s 0.01 0.00 0.01 0.00 -monumentaux monumental adj m p 1.67 12.03 0.04 0.54 -monuments monument nom m p 6.68 19.32 1.61 8.78 -monétaire monétaire adj s 0.90 2.16 0.81 1.49 -monétaires monétaire adj p 0.90 2.16 0.10 0.68 -monétariste monétariste adj s 0.01 0.00 0.01 0.00 -moonisme moonisme nom m s 0.00 0.07 0.00 0.07 -moonistes mooniste nom p 0.03 0.00 0.03 0.00 -mooré mooré nom m s 0.03 0.00 0.03 0.00 -moos moos nom m 0.03 0.00 0.03 0.00 -moose moose adj s 0.60 0.00 0.60 0.00 -moqua moquer ver 71.13 50.34 0.01 0.88 ind:pas:3s; -moquai moquer ver 71.13 50.34 0.01 0.20 ind:pas:1s; -moquaient moquer ver 71.13 50.34 0.96 2.70 ind:imp:3p; -moquais moquer ver 71.13 50.34 0.75 1.42 ind:imp:1s;ind:imp:2s; -moquait moquer ver 71.13 50.34 2.20 9.39 ind:imp:3s; -moquant moquer ver 71.13 50.34 0.78 1.89 par:pre; -moque moquer ver 71.13 50.34 25.79 11.82 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:1s; -moquent moquer ver 71.13 50.34 4.18 2.36 ind:pre:3p; -moquer moquer ver 71.13 50.34 11.47 9.46 ind:pre:2p;inf; -moquera moquer ver 71.13 50.34 0.72 0.27 ind:fut:3s; -moquerai moquer ver 71.13 50.34 0.09 0.00 ind:fut:1s; -moqueraient moquer ver 71.13 50.34 0.03 0.00 cnd:pre:3p; -moquerais moquer ver 71.13 50.34 0.29 0.14 cnd:pre:1s;cnd:pre:2s; -moquerait moquer ver 71.13 50.34 0.56 0.27 cnd:pre:3s; -moqueras moquer ver 71.13 50.34 0.06 0.07 ind:fut:2s; -moquerez moquer ver 71.13 50.34 0.28 0.07 ind:fut:2p; -moquerie moquerie nom f s 1.69 6.35 0.64 3.72 -moqueries moquerie nom f p 1.69 6.35 1.05 2.64 -moqueriez moquer ver 71.13 50.34 0.01 0.07 cnd:pre:2p; -moqueront moquer ver 71.13 50.34 0.10 0.07 ind:fut:3p; -moques moquer ver 71.13 50.34 9.60 0.95 ind:pre:2s;sub:pre:2s; -moquette moquette nom f s 3.63 15.95 3.37 14.73 -moquettes moquette nom f p 3.63 15.95 0.27 1.22 -moquetté moquetter ver m s 0.00 0.20 0.00 0.07 par:pas; -moquettées moquetter ver f p 0.00 0.20 0.00 0.07 par:pas; -moquettés moquetter ver m p 0.00 0.20 0.00 0.07 par:pas; -moqueur moqueur adj m s 0.82 9.12 0.41 4.73 -moqueurs moqueur adj m p 0.82 9.12 0.28 1.01 -moqueuse moqueur adj f s 0.82 9.12 0.11 2.97 -moqueusement moqueusement adv 0.00 0.27 0.00 0.27 -moqueuses moqueur adj f p 0.82 9.12 0.02 0.41 -moquez moquer ver 71.13 50.34 7.98 1.15 imp:pre:2p;ind:pre:2p; -moquiez moquer ver 71.13 50.34 0.23 0.20 ind:imp:2p; -moquions moquer ver 71.13 50.34 0.00 1.01 ind:imp:1p; -moquons moquer ver 71.13 50.34 0.34 0.07 imp:pre:1p;ind:pre:1p; -moquât moquer ver 71.13 50.34 0.00 0.68 sub:imp:3s; -moquèrent moquer ver 71.13 50.34 0.00 0.61 ind:pas:3p; -moqué moquer ver m s 71.13 50.34 2.64 2.84 par:pas; -moquée moquer ver f s 71.13 50.34 1.02 1.15 par:pas; -moquées moquer ver f p 71.13 50.34 0.17 0.14 par:pas; -moqués moquer ver m p 71.13 50.34 0.84 0.47 par:pas; -moraillon moraillon nom m s 0.00 0.07 0.00 0.07 -moraine moraine nom f s 0.08 0.47 0.07 0.07 -moraines moraine nom f p 0.08 0.47 0.01 0.41 -morainique morainique adj s 0.01 0.20 0.01 0.14 -morainiques morainique adj p 0.01 0.20 0.00 0.07 -moral moral nom m s 10.27 14.19 10.17 14.19 -morale morale nom f s 13.13 21.49 12.89 21.01 -moralement moralement adv 1.98 7.30 1.98 7.30 -morales moral adj f p 16.39 34.53 2.26 4.93 -moralisante moralisant adj f s 0.00 0.14 0.00 0.14 -moralisateur moralisateur nom m s 0.73 0.00 0.47 0.00 -moralisateurs moralisateur nom m p 0.73 0.00 0.26 0.00 -moralisation moralisation nom f s 0.01 0.07 0.01 0.07 -moralisatrice moralisateur adj f s 0.20 0.68 0.04 0.07 -moralise moraliser ver 0.03 0.41 0.00 0.14 ind:pre:3s; -moraliser moraliser ver 0.03 0.41 0.03 0.20 inf; -moralisme moralisme nom m s 0.15 0.27 0.15 0.27 -moraliste moraliste nom s 0.48 1.49 0.40 0.74 -moralistes moraliste adj p 0.55 0.41 0.16 0.20 -moralisée moraliser ver f s 0.03 0.41 0.00 0.07 par:pas; -moralité moralité nom f s 4.86 3.04 4.57 2.91 -moralités moralité nom f p 4.86 3.04 0.29 0.14 -morasse morasse nom f s 0.00 0.81 0.00 0.61 -morasses morasse nom f p 0.00 0.81 0.00 0.20 -moratoire moratoire nom m s 0.17 0.07 0.17 0.07 -moraux moral adj m p 16.39 34.53 1.59 1.76 -morave morave adj m s 0.02 0.00 0.01 0.00 -moraves morave adj m p 0.02 0.00 0.01 0.00 -morbac morbac nom m s 0.17 0.20 0.14 0.14 -morbacs morbac nom m p 0.17 0.20 0.02 0.07 -morbaque morbaque nom m s 0.02 0.54 0.01 0.14 -morbaques morbaque nom m p 0.02 0.54 0.01 0.41 -morbide morbide adj s 3.92 4.73 2.83 3.99 -morbidement morbidement adv 0.01 0.07 0.01 0.07 -morbides morbide adj p 3.92 4.73 1.09 0.74 -morbidesse morbidesse nom f s 0.00 0.14 0.00 0.14 -morbidité morbidité nom f s 0.07 0.14 0.07 0.14 -morbier morbier nom m s 0.00 0.07 0.00 0.07 -morbleu morbleu ono 0.54 0.14 0.54 0.14 -morceau morceau nom m s 64.78 99.32 40.65 57.84 -morceaux morceau nom m p 64.78 99.32 24.13 41.49 -morcela morceler ver 0.47 1.28 0.00 0.07 ind:pas:3s; -morcelait morceler ver 0.47 1.28 0.00 0.27 ind:imp:3s; -morcelant morceler ver 0.47 1.28 0.00 0.20 par:pre; -morceler morceler ver 0.47 1.28 0.03 0.14 inf; -morcellement morcellement nom m s 0.00 0.34 0.00 0.27 -morcellements morcellement nom m p 0.00 0.34 0.00 0.07 -morcellent morceler ver 0.47 1.28 0.00 0.27 ind:pre:3p; -morcellera morceler ver 0.47 1.28 0.01 0.00 ind:fut:3s; -morcelé morceler ver m s 0.47 1.28 0.29 0.20 par:pas; -morcelée morcelé adj f s 0.11 0.61 0.11 0.20 -morcelées morceler ver f p 0.47 1.28 0.01 0.07 par:pas; -morcelés morceler ver m p 0.47 1.28 0.01 0.00 par:pas; -morcif morcif nom m s 0.00 0.34 0.00 0.20 -morcifs morcif nom m p 0.00 0.34 0.00 0.14 -mord mordre ver 44.85 48.45 7.95 4.80 ind:pre:3s; -mordît mordre ver 44.85 48.45 0.00 0.07 sub:imp:3s; -mordaient mordre ver 44.85 48.45 0.22 1.49 ind:imp:3p; -mordais mordre ver 44.85 48.45 0.36 0.54 ind:imp:1s;ind:imp:2s; -mordait mordre ver 44.85 48.45 1.09 5.74 ind:imp:3s; -mordant mordant nom m s 0.60 1.49 0.60 1.49 -mordante mordant adj f s 0.35 2.70 0.10 0.81 -mordantes mordant adj f p 0.35 2.70 0.01 0.07 -mordançage mordançage nom m s 0.00 0.14 0.00 0.14 -mordants mordant adj m p 0.35 2.70 0.01 0.20 -morde mordre ver 44.85 48.45 0.47 0.20 sub:pre:1s;sub:pre:3s; -mordent mordre ver 44.85 48.45 1.74 1.35 ind:pre:3p; -mordes mordre ver 44.85 48.45 0.15 0.07 sub:pre:2s; -mordeur mordeur nom m s 0.04 0.00 0.03 0.00 -mordeurs mordeur adj m p 0.03 0.14 0.01 0.07 -mordeuse mordeuse nom f s 0.03 0.00 0.03 0.00 -mordez mordre ver 44.85 48.45 0.92 0.41 imp:pre:2p;ind:pre:2p; -mordicus mordicus adv_sup 0.19 0.54 0.19 0.54 -mordieu mordieu ono 0.20 0.00 0.20 0.00 -mordilla mordiller ver 0.76 5.61 0.00 0.61 ind:pas:3s; -mordillage mordillage nom m s 0.00 0.07 0.00 0.07 -mordillaient mordiller ver 0.76 5.61 0.01 0.14 ind:imp:3p; -mordillais mordiller ver 0.76 5.61 0.00 0.07 ind:imp:1s; -mordillait mordiller ver 0.76 5.61 0.00 1.96 ind:imp:3s; -mordillant mordiller ver 0.76 5.61 0.02 1.01 par:pre; -mordille mordiller ver 0.76 5.61 0.30 0.47 imp:pre:2s;ind:pre:1s;ind:pre:3s; -mordillement mordillement nom m s 0.00 0.61 0.00 0.27 -mordillements mordillement nom m p 0.00 0.61 0.00 0.34 -mordillent mordiller ver 0.76 5.61 0.00 0.14 ind:pre:3p; -mordiller mordiller ver 0.76 5.61 0.25 0.68 inf; -mordillera mordiller ver 0.76 5.61 0.00 0.07 ind:fut:3s; -mordillez mordiller ver 0.76 5.61 0.01 0.00 imp:pre:2p; -mordillé mordiller ver m s 0.76 5.61 0.14 0.07 par:pas; -mordillée mordiller ver f s 0.76 5.61 0.02 0.20 par:pas; -mordillées mordiller ver f p 0.76 5.61 0.00 0.07 par:pas; -mordillés mordiller ver m p 0.76 5.61 0.00 0.14 par:pas; -mordions mordre ver 44.85 48.45 0.01 0.14 ind:imp:1p; -mordirent mordre ver 44.85 48.45 0.00 0.20 ind:pas:3p; -mordis mordre ver 44.85 48.45 0.00 0.41 ind:pas:1s;ind:pas:2s; -mordissent mordre ver 44.85 48.45 0.00 0.07 sub:imp:3p; -mordit mordre ver 44.85 48.45 0.09 6.01 ind:pas:3s; -mordorait mordorer ver 0.00 0.34 0.00 0.07 ind:imp:3s; -mordoré mordoré adj m s 0.04 2.16 0.01 0.41 -mordorée mordoré adj f s 0.04 2.16 0.00 0.61 -mordorées mordoré adj f p 0.04 2.16 0.02 0.34 -mordorés mordoré adj m p 0.04 2.16 0.01 0.81 -mordra mordre ver 44.85 48.45 0.80 0.20 ind:fut:3s; -mordrai mordre ver 44.85 48.45 0.40 0.00 ind:fut:1s; -mordraient mordre ver 44.85 48.45 0.01 0.14 cnd:pre:3p; -mordrais mordre ver 44.85 48.45 0.09 0.00 cnd:pre:1s;cnd:pre:2s; -mordrait mordre ver 44.85 48.45 0.35 0.41 cnd:pre:3s; -mordras mordre ver 44.85 48.45 0.22 0.00 ind:fut:2s; -mordre mordre ver 44.85 48.45 8.83 12.36 inf;; -mordrez mordre ver 44.85 48.45 0.25 0.00 ind:fut:2p; -mordront mordre ver 44.85 48.45 0.58 0.07 ind:fut:3p; -mords mordre ver 44.85 48.45 6.30 2.43 imp:pre:2s;ind:pre:1s;ind:pre:2s; -mordu mordre ver m s 44.85 48.45 10.22 6.28 par:pas; -mordue mordre ver f s 44.85 48.45 2.77 1.08 par:pas; -mordues mordre ver f p 44.85 48.45 0.32 0.34 par:pas; -mordus mordre ver m p 44.85 48.45 0.45 0.54 par:pas; -more more adj s 3.69 0.07 3.68 0.07 -moreau moreau adj m s 0.02 0.00 0.02 0.00 -morelle morelle nom f s 0.01 0.00 0.01 0.00 -mores more nom p 0.55 0.14 0.01 0.07 -moresque moresque nom f s 0.27 0.00 0.27 0.00 -morfal morfal adj m s 0.04 0.47 0.01 0.07 -morfale morfal adj f s 0.04 0.47 0.01 0.20 -morfaler morfaler ver 0.00 0.41 0.00 0.14 inf; -morfales morfal adj f p 0.04 0.47 0.01 0.07 -morfalou morfalou nom m s 0.00 0.07 0.00 0.07 -morfals morfal adj m p 0.04 0.47 0.00 0.14 -morfalé morfaler ver m s 0.00 0.41 0.00 0.07 par:pas; -morfalée morfaler ver f s 0.00 0.41 0.00 0.07 par:pas; -morfalés morfaler ver m p 0.00 0.41 0.00 0.07 par:pas; -morfil morfil nom m s 0.00 0.07 0.00 0.07 -morflais morfler ver 2.01 2.91 0.00 0.14 ind:imp:2s; -morflait morfler ver 2.01 2.91 0.01 0.14 ind:imp:3s; -morfle morfler ver 2.01 2.91 0.38 0.41 ind:pre:1s;ind:pre:3s; -morfler morfler ver 2.01 2.91 0.93 0.88 inf; -morflera morfler ver 2.01 2.91 0.01 0.14 ind:fut:3s; -morfleras morfler ver 2.01 2.91 0.01 0.00 ind:fut:2s; -morflerez morfler ver 2.01 2.91 0.01 0.00 ind:fut:2p; -morfles morfler ver 2.01 2.91 0.04 0.00 ind:pre:2s; -morflé morfler ver m s 2.01 2.91 0.62 1.08 par:pas; -morflée morfler ver f s 2.01 2.91 0.00 0.14 par:pas; -morfond morfondre ver 1.26 2.50 0.34 0.34 ind:pre:3s; -morfondaient morfondre ver 1.26 2.50 0.00 0.20 ind:imp:3p; -morfondais morfondre ver 1.26 2.50 0.00 0.07 ind:imp:1s; -morfondait morfondre ver 1.26 2.50 0.14 0.68 ind:imp:3s; -morfondant morfondre ver 1.26 2.50 0.00 0.14 par:pre; -morfonde morfondre ver 1.26 2.50 0.01 0.07 sub:pre:1s;sub:pre:3s; -morfondis morfondre ver 1.26 2.50 0.00 0.07 ind:pas:1s; -morfondra morfondre ver 1.26 2.50 0.01 0.00 ind:fut:3s; -morfondre morfondre ver 1.26 2.50 0.47 0.68 inf; -morfonds morfondre ver 1.26 2.50 0.28 0.07 imp:pre:2s;ind:pre:1s; -morfondu morfondre ver m s 1.26 2.50 0.02 0.20 par:pas; -morfondue morfondu adj f s 0.00 0.68 0.00 0.27 -morgana morganer ver 0.26 0.34 0.24 0.00 ind:pas:3s; -morganatique morganatique adj m s 0.00 0.14 0.00 0.07 -morganatiques morganatique adj f p 0.00 0.14 0.00 0.07 -morgane morganer ver 0.26 0.34 0.02 0.14 imp:pre:2s;ind:pre:3s; -morganer morganer ver 0.26 0.34 0.00 0.14 inf; -morganerai morganer ver 0.26 0.34 0.00 0.07 ind:fut:1s; -morgeline morgeline nom f s 0.01 0.00 0.01 0.00 -morgon morgon nom m s 0.01 0.00 0.01 0.00 -morgue morgue nom f s 10.12 7.03 9.95 6.76 -morgues morgue nom f p 10.12 7.03 0.17 0.27 -moria moria nom f s 0.08 0.00 0.08 0.00 -moribond moribond adj m s 0.65 2.50 0.52 1.35 -moribonde moribond adj f s 0.65 2.50 0.05 0.54 -moribondes moribond adj f p 0.65 2.50 0.03 0.20 -moribonds moribond nom m p 0.45 2.23 0.14 0.47 -moricaud moricaud nom m s 0.16 0.95 0.07 0.07 -moricaude moricaud nom f s 0.16 0.95 0.01 0.74 -moricaudes moricaud nom f p 0.16 0.95 0.00 0.07 -moricauds moricaud nom m p 0.16 0.95 0.08 0.07 -morigène morigéner ver 0.00 1.22 0.00 0.14 ind:pre:3s; -morigéna morigéner ver 0.00 1.22 0.00 0.07 ind:pas:3s; -morigénai morigéner ver 0.00 1.22 0.00 0.07 ind:pas:1s; -morigénais morigéner ver 0.00 1.22 0.00 0.07 ind:imp:1s; -morigénait morigéner ver 0.00 1.22 0.00 0.07 ind:imp:3s; -morigénant morigéner ver 0.00 1.22 0.00 0.27 par:pre; -morigéner morigéner ver 0.00 1.22 0.00 0.20 inf; -morigéné morigéner ver m s 0.00 1.22 0.00 0.20 par:pas; -morigénée morigéner ver f s 0.00 1.22 0.00 0.14 par:pas; -morille morille nom f s 0.17 0.61 0.00 0.14 -morilles morille nom f p 0.17 0.61 0.17 0.47 -morillon morillon nom m s 0.14 0.88 0.14 0.81 -morillons morillon nom m p 0.14 0.88 0.00 0.07 -morlingue morlingue nom m s 0.00 1.28 0.00 1.01 -morlingues morlingue nom m p 0.00 1.28 0.00 0.27 -mormon mormon adj m s 0.44 0.14 0.24 0.07 -mormone mormon adj f s 0.44 0.14 0.06 0.07 -mormones mormon adj f p 0.44 0.14 0.03 0.00 -mormons mormon nom m p 0.75 0.14 0.55 0.14 -morne morne adj s 1.06 19.66 0.81 14.46 -mornement mornement adv 0.01 0.07 0.01 0.07 -mornes morne adj p 1.06 19.66 0.25 5.20 -mornifle mornifle nom f s 0.00 0.81 0.00 0.81 -moro moro adj s 0.01 0.00 0.01 0.00 -morose morose adj s 1.23 8.78 1.00 7.23 -morosement morosement adv 0.00 0.07 0.00 0.07 -moroses morose adj p 1.23 8.78 0.24 1.55 -morosité morosité nom f s 0.07 1.08 0.07 1.01 -morosités morosité nom f p 0.07 1.08 0.00 0.07 -morphine morphine nom f s 7.37 1.62 7.37 1.62 -morphing morphing nom m s 0.01 0.00 0.01 0.00 -morphinomane morphinomane adj m s 0.14 0.14 0.14 0.14 -morphique morphique adj s 0.04 0.00 0.04 0.00 -morpho morpho adv 0.03 0.00 0.03 0.00 -morphogenèse morphogenèse nom f s 0.01 0.00 0.01 0.00 -morphogénétique morphogénétique adj m s 0.11 0.00 0.11 0.00 -morphologie morphologie nom f s 0.33 0.81 0.33 0.81 -morphologique morphologique adj s 0.01 0.14 0.00 0.07 -morphologiques morphologique adj f p 0.01 0.14 0.01 0.07 -morpion morpion nom m s 2.14 1.76 0.46 0.95 -morpions morpion nom m p 2.14 1.76 1.68 0.81 -mors mors nom m 0.64 1.89 0.64 1.89 -morse morse nom m s 3.50 0.88 3.50 0.88 -morsure morsure nom f s 6.31 5.95 3.90 4.26 -morsures morsure nom f p 6.31 5.95 2.41 1.69 -mort_aux_rats mort_aux_rats nom f 0.61 0.47 0.61 0.47 -mort_né mort_né adj m s 0.80 0.61 0.53 0.34 -mort_né mort_né adj f s 0.80 0.61 0.23 0.00 -mort_né mort_né adj f p 0.80 0.61 0.00 0.07 -mort_né mort_né adj m p 0.80 0.61 0.04 0.20 -mort_vivant mort_vivant nom m s 1.46 0.81 0.41 0.27 -mort mort nom 460.05 452.70 372.07 373.99 -mortadelle mortadelle nom f s 0.79 0.34 0.79 0.34 -mortaise mortaise nom f s 0.16 0.20 0.14 0.00 -mortaiser mortaiser ver 0.01 0.20 0.01 0.20 inf; -mortaises mortaise nom f p 0.16 0.20 0.01 0.20 -mortaiseuse mortaiseur nom f s 0.00 0.14 0.00 0.14 -mortalité mortalité nom f s 1.51 0.61 1.51 0.61 -morte_saison morte_saison nom f s 0.01 1.08 0.01 1.01 -morte mourir ver f s 916.42 391.08 112.36 44.93 par:pas; -mortel mortel adj m s 24.13 20.07 14.62 8.38 -mortelle mortel adj f s 24.13 20.07 5.69 6.69 -mortellement mortellement adv 2.03 3.18 2.03 3.18 -mortelles mortel adj f p 24.13 20.07 1.22 2.30 -mortels mortel nom m p 6.89 4.80 3.32 3.31 -mortes_eaux mortes_eaux nom f p 0.00 0.07 0.00 0.07 -morte_saison morte_saison nom f p 0.01 1.08 0.00 0.07 -mortes mourir ver f p 916.42 391.08 5.32 3.04 par:pas; -mortibus mortibus adj m s 0.02 0.34 0.02 0.34 -mortier mortier nom m s 2.06 5.61 1.30 3.51 -mortiers mortier nom m p 2.06 5.61 0.76 2.09 -mortifia mortifier ver 1.63 3.78 0.00 0.07 ind:pas:3s; -mortifiai mortifier ver 1.63 3.78 0.00 0.07 ind:pas:1s; -mortifiaient mortifier ver 1.63 3.78 0.00 0.07 ind:imp:3p; -mortifiait mortifier ver 1.63 3.78 0.00 0.54 ind:imp:3s; -mortifiant mortifiant adj m s 0.05 0.41 0.05 0.20 -mortifiante mortifiant adj f s 0.05 0.41 0.00 0.07 -mortifiantes mortifiant adj f p 0.05 0.41 0.00 0.07 -mortifiants mortifiant adj m p 0.05 0.41 0.00 0.07 -mortification mortification nom f s 0.56 1.22 0.54 0.68 -mortifications mortification nom f p 0.56 1.22 0.02 0.54 -mortifie mortifier ver 1.63 3.78 0.03 0.07 imp:pre:2s;ind:pre:1s;ind:pre:3s; -mortifier mortifier ver 1.63 3.78 0.19 0.68 inf; -mortifié mortifier ver m s 1.63 3.78 0.91 1.28 par:pas; -mortifiée mortifier ver f s 1.63 3.78 0.49 0.74 par:pas; -mortifiés mortifier ver m p 1.63 3.78 0.00 0.27 par:pas; -mortifère mortifère adj s 0.02 0.34 0.01 0.20 -mortifères mortifère adj m p 0.02 0.34 0.01 0.14 -mort_vivant mort_vivant nom m p 1.46 0.81 1.05 0.54 -morts mort nom p 460.05 452.70 78.09 66.15 -mortuaire mortuaire adj s 1.86 5.47 1.61 4.59 -mortuaires mortuaire adj p 1.86 5.47 0.25 0.88 -morue morue nom f s 3.67 5.61 3.46 4.86 -morues morue nom f p 3.67 5.61 0.20 0.74 -morula morula nom f s 0.01 0.00 0.01 0.00 -morvandiau morvandiau adj m s 0.00 0.20 0.00 0.20 -morve morve nom f s 1.60 1.96 1.60 1.82 -morves morve nom f p 1.60 1.96 0.00 0.14 -morveuse morveux nom f s 4.97 2.43 0.46 0.14 -morveuses morveux adj f p 2.11 1.22 0.01 0.07 -morveux morveux nom m 4.97 2.43 4.51 2.30 -mos mos nom m 0.01 0.00 0.01 0.00 -mosaïque mosaïque nom f s 0.58 4.53 0.53 2.77 -mosaïques mosaïque nom f p 0.58 4.53 0.06 1.76 -mosaïquée mosaïqué adj f s 0.00 0.14 0.00 0.07 -mosaïqués mosaïqué adj m p 0.00 0.14 0.00 0.07 -mosaïste mosaïste nom m s 0.00 0.14 0.00 0.14 -moscoutaire moscoutaire nom s 0.00 0.07 0.00 0.07 -moscovite moscovite adj s 0.68 1.42 0.34 1.15 -moscovites moscovite adj p 0.68 1.42 0.34 0.27 -mosellane mosellan adj f s 0.00 0.20 0.00 0.14 -mosellanes mosellan adj f p 0.00 0.20 0.00 0.07 -mosquée mosquée nom f s 3.43 5.68 2.71 4.32 -mosquées mosquée nom f p 3.43 5.68 0.72 1.35 -mot_clé mot_clé nom m s 0.58 0.34 0.41 0.14 -mot_valise mot_valise nom m s 0.01 0.00 0.01 0.00 -mât mât nom m s 1.67 9.59 1.47 5.95 -mot mot nom m s 279.55 553.78 174.83 260.47 -motard motard nom m s 4.10 6.89 1.79 3.45 -motarde motard nom f s 4.10 6.89 0.07 0.14 -motardes motard nom f p 4.10 6.89 0.01 0.07 -motards motard nom m p 4.10 6.89 2.23 3.24 -mâte mâter ver 0.04 0.14 0.01 0.07 imp:pre:2s;ind:pre:3s; -motel motel nom m s 9.43 1.28 8.62 1.22 -motels motel nom m p 9.43 1.28 0.82 0.07 -mâter mâter ver 0.04 0.14 0.03 0.00 inf; -motesse motesse nom f s 0.00 0.07 0.00 0.07 -motet motet nom m s 0.03 0.27 0.03 0.20 -motets motet nom m p 0.03 0.27 0.00 0.07 -moteur_fusée moteur_fusée nom m s 0.04 0.00 0.01 0.00 -moteur moteur nom m s 33.63 51.08 26.31 41.28 -moteur_fusée moteur_fusée nom m p 0.04 0.00 0.04 0.00 -moteurs moteur nom m p 33.63 51.08 7.32 9.80 -motif motif nom m s 16.56 31.15 12.20 15.74 -motifs motif nom m p 16.56 31.15 4.36 15.41 -motilité motilité nom f s 0.02 0.00 0.02 0.00 -mâtin mâtin ono 0.00 0.07 0.00 0.07 -mâtinant mâtiner ver 0.03 0.81 0.00 0.07 par:pre; -mâtine mâtine nom f s 0.57 1.22 0.00 0.14 -mâtines mâtine nom f p 0.57 1.22 0.01 0.07 -mâtins mâtin nom m p 0.26 0.20 0.00 0.07 -mâtiné mâtiné adj m s 0.03 0.00 0.03 0.00 -mâtinée mâtiner ver f s 0.03 0.81 0.01 0.14 par:pas; -mâtinés mâtiner ver m p 0.03 0.81 0.00 0.14 par:pas; -motion motion nom f s 3.10 1.28 2.87 0.68 -motions motion nom f p 3.10 1.28 0.22 0.61 -motiva motiver ver 5.50 2.43 0.00 0.14 ind:pas:3s; -motivai motiver ver 5.50 2.43 0.00 0.07 ind:pas:1s; -motivaient motiver ver 5.50 2.43 0.00 0.14 ind:imp:3p; -motivais motiver ver 5.50 2.43 0.01 0.00 ind:imp:2s; -motivait motiver ver 5.50 2.43 0.08 0.27 ind:imp:3s; -motivant motivant adj m s 0.24 0.00 0.21 0.00 -motivante motivant adj f s 0.24 0.00 0.03 0.00 -motivateur motivateur nom m s 0.05 0.00 0.05 0.00 -motivation motivation nom f s 4.81 1.28 3.02 0.81 -motivations motivation nom f p 4.81 1.28 1.79 0.47 -motive motiver ver 5.50 2.43 1.33 0.34 imp:pre:2s;ind:pre:1s;ind:pre:3s; -motivent motiver ver 5.50 2.43 0.04 0.20 ind:pre:3p; -motiver motiver ver 5.50 2.43 1.30 0.34 inf; -motivera motiver ver 5.50 2.43 0.02 0.00 ind:fut:3s; -motivez motiver ver 5.50 2.43 0.01 0.00 imp:pre:2p; -motivé motiver ver m s 5.50 2.43 1.67 0.20 par:pas; -motivée motiver ver f s 5.50 2.43 0.42 0.47 par:pas; -motivées motiver ver f p 5.50 2.43 0.04 0.07 par:pas; -motivés motiver ver m p 5.50 2.43 0.53 0.14 par:pas; -moto_club moto_club nom f s 0.00 0.14 0.00 0.14 -moto_cross moto_cross nom m 0.04 0.07 0.04 0.07 -moto moto nom f s 25.23 19.26 22.61 15.27 -motocross motocross nom m 0.19 0.00 0.19 0.00 -motoculteur motoculteur nom m s 0.00 0.14 0.00 0.14 -motoculture motoculture nom f s 0.14 0.00 0.14 0.00 -motocycles motocycle nom m p 0.00 0.07 0.00 0.07 -motocyclette motocyclette nom f s 0.40 4.19 0.36 3.31 -motocyclettes motocyclette nom f p 0.40 4.19 0.04 0.88 -motocyclisme motocyclisme nom m s 0.02 0.00 0.02 0.00 -motocycliste motocycliste nom s 0.07 2.64 0.04 1.28 -motocyclistes motocycliste nom p 0.07 2.64 0.03 1.35 -motoneige motoneige nom f s 0.60 0.00 0.34 0.00 -motoneiges motoneige nom f p 0.60 0.00 0.26 0.00 -motoneurone motoneurone nom m s 0.01 0.00 0.01 0.00 -motorisation motorisation nom f s 0.01 0.27 0.01 0.27 -motoriser motoriser ver 0.09 1.42 0.00 0.07 inf; -motorisé motorisé adj m s 0.47 2.23 0.12 0.41 -motorisée motorisé adj f s 0.47 2.23 0.20 0.68 -motorisées motoriser ver f p 0.09 1.42 0.01 0.14 par:pas; -motorisés motorisé adj m p 0.47 2.23 0.16 0.68 -motos moto nom f p 25.23 19.26 2.62 3.99 -motrice moteur adj f s 4.17 2.43 0.26 0.34 -motrices moteur adj f p 4.17 2.43 0.20 0.14 -motricité motricité nom f s 0.42 0.00 0.42 0.00 -mot_clef mot_clef nom m p 0.00 0.07 0.00 0.07 -mot_clé mot_clé nom m p 0.58 0.34 0.17 0.20 -mots_croisés mots_croisés nom m p 0.07 0.00 0.07 0.00 -mâts mât nom m p 1.67 9.59 0.20 3.65 -mots mot nom m p 279.55 553.78 104.72 293.31 -motte motte nom f s 0.51 9.19 0.26 2.97 -mottereau mottereau nom m s 0.00 0.07 0.00 0.07 -mottes motte nom f p 0.51 9.19 0.24 6.22 -motteux motteux nom m 0.00 0.07 0.00 0.07 -motu_proprio motu_proprio adv 0.00 0.07 0.00 0.07 -mâtée mâter ver f s 0.04 0.14 0.00 0.07 par:pas; -mâture mâture nom f s 0.14 1.62 0.14 1.08 -mâtures mâture nom f p 0.14 1.62 0.00 0.54 -motus motus ono 0.88 1.01 0.88 1.01 -mou mou adj m s 6.99 22.50 5.53 17.09 -mouais mouais ono 1.15 0.20 1.15 0.20 -moucha moucher ver 2.55 6.55 0.00 1.82 ind:pas:3s; -mouchachou mouchachou nom m s 0.00 0.07 0.00 0.07 -mouchage mouchage nom m s 0.01 0.00 0.01 0.00 -mouchai moucher ver 2.55 6.55 0.00 0.14 ind:pas:1s; -mouchaient moucher ver 2.55 6.55 0.00 0.20 ind:imp:3p; -mouchait moucher ver 2.55 6.55 0.15 0.41 ind:imp:3s; -mouchant moucher ver 2.55 6.55 0.00 0.20 par:pre; -mouchard mouchard nom m s 6.00 2.77 4.16 1.62 -moucharda moucharder ver 1.54 0.88 0.00 0.07 ind:pas:3s; -mouchardage mouchardage nom m s 0.04 0.20 0.04 0.20 -mouchardait moucharder ver 1.54 0.88 0.01 0.07 ind:imp:3s; -moucharde mouchard nom f s 6.00 2.77 0.56 0.27 -mouchardent moucharder ver 1.54 0.88 0.04 0.00 ind:pre:3p; -moucharder moucharder ver 1.54 0.88 0.46 0.54 inf; -mouchardera moucharder ver 1.54 0.88 0.02 0.00 ind:fut:3s; -moucharderait moucharder ver 1.54 0.88 0.01 0.07 cnd:pre:3s; -mouchardes moucharder ver 1.54 0.88 0.14 0.07 ind:pre:2s; -mouchards mouchard nom m p 6.00 2.77 1.28 0.88 -mouchardé moucharder ver m s 1.54 0.88 0.61 0.07 par:pas; -mouche mouche nom f s 24.65 46.89 15.36 18.72 -mouchent moucher ver 2.55 6.55 0.00 0.20 ind:pre:3p; -moucher moucher ver 2.55 6.55 0.76 1.28 inf; -moucheron moucheron nom m s 2.19 2.43 1.93 0.74 -moucherons moucheron nom m p 2.19 2.43 0.26 1.69 -mouches mouche nom f p 24.65 46.89 9.29 28.18 -mouchetait moucheter ver 0.03 1.15 0.00 0.07 ind:imp:3s; -mouchetant moucheter ver 0.03 1.15 0.00 0.07 par:pre; -mouchette mouchette nom f s 0.00 0.14 0.00 0.14 -moucheté moucheté adj m s 0.30 1.15 0.10 0.41 -mouchetée moucheté adj f s 0.30 1.15 0.10 0.20 -mouchetées moucheté adj f p 0.30 1.15 0.10 0.20 -moucheture moucheture nom f s 0.02 0.41 0.01 0.00 -mouchetures moucheture nom f p 0.02 0.41 0.01 0.41 -mouchetés moucheter ver m p 0.03 1.15 0.01 0.20 par:pas; -moucheur moucheur nom m s 0.01 0.07 0.01 0.07 -mouchez moucher ver 2.55 6.55 0.22 0.07 imp:pre:2p;ind:pre:2p; -mouchoir mouchoir nom m s 11.53 34.59 9.84 28.85 -mouchoirs mouchoir nom m p 11.53 34.59 1.69 5.74 -mouchons moucher ver 2.55 6.55 0.00 0.07 ind:pre:1p; -mouché moucher ver m s 2.55 6.55 0.39 0.81 par:pas; -mouchée moucher ver f s 2.55 6.55 0.06 0.20 par:pas; -mouchés moucher ver m p 2.55 6.55 0.04 0.07 par:pas; -moud moudre ver 1.43 2.57 0.38 0.14 ind:pre:3s; -moudjahiddine moudjahiddine nom m s 0.03 0.07 0.03 0.07 -moudjahidin moudjahidin nom m p 0.16 0.00 0.16 0.00 -moudjahidine moudjahidine nom m p 0.01 0.00 0.01 0.00 -moudrai moudre ver 1.43 2.57 0.10 0.00 ind:fut:1s; -moudre moudre ver 1.43 2.57 0.72 1.22 inf; -mouds moudre ver 1.43 2.57 0.00 0.07 ind:pre:1s; -moue moue nom f s 0.78 18.58 0.76 17.43 -moues moue nom f p 0.78 18.58 0.02 1.15 -mouette mouette nom f s 3.24 15.81 1.43 5.47 -mouettes mouette nom f p 3.24 15.81 1.81 10.34 -moufetait moufeter ver 0.00 0.14 0.00 0.07 ind:imp:3s; -moufette moufette nom f s 0.04 0.00 0.04 0.00 -moufeté moufeter ver m s 0.00 0.14 0.00 0.07 par:pas; -mouffette mouffette nom f s 0.08 0.54 0.08 0.54 -moufle moufle nom f s 0.73 1.76 0.28 0.34 -moufles moufle nom f p 0.73 1.76 0.45 1.42 -mouflet mouflet nom m s 0.41 5.68 0.17 3.18 -mouflets mouflet nom m p 0.41 5.68 0.24 2.50 -mouflette mouflette nom f s 0.19 2.43 0.19 2.09 -mouflettes mouflette nom f p 0.19 2.43 0.00 0.34 -mouflon mouflon nom m s 0.05 0.47 0.04 0.14 -mouflons mouflon nom m p 0.05 0.47 0.01 0.34 -mouftaient moufter ver 0.20 4.12 0.01 0.00 ind:imp:3p; -mouftais moufter ver 0.20 4.12 0.00 0.07 ind:imp:1s; -mouftait moufter ver 0.20 4.12 0.00 0.61 ind:imp:3s; -moufte moufter ver 0.20 4.12 0.02 1.28 imp:pre:2s;ind:pre:1s;ind:pre:3s; -mouftent moufter ver 0.20 4.12 0.01 0.27 ind:pre:3p; -moufter moufter ver 0.20 4.12 0.06 1.22 inf; -mouftera moufter ver 0.20 4.12 0.01 0.07 ind:fut:3s; -mouftes moufter ver 0.20 4.12 0.01 0.07 ind:pre:2s; -mouftez moufter ver 0.20 4.12 0.01 0.07 ind:pre:2p; -moufté moufter ver m s 0.20 4.12 0.06 0.47 par:pas; -mouilla mouiller ver 19.36 38.92 0.01 2.03 ind:pas:3s; -mouillage mouillage nom m s 0.14 1.22 0.14 1.15 -mouillages mouillage nom m p 0.14 1.22 0.00 0.07 -mouillaient mouiller ver 19.36 38.92 0.14 0.88 ind:imp:3p; -mouillais mouiller ver 19.36 38.92 0.04 0.27 ind:imp:1s;ind:imp:2s; -mouillait mouiller ver 19.36 38.92 0.32 2.64 ind:imp:3s; -mouillant mouiller ver 19.36 38.92 0.11 1.15 par:pre; -mouillante mouillant adj f s 0.00 0.14 0.00 0.07 -mouillasse mouiller ver 19.36 38.92 0.00 0.07 sub:imp:1s; -mouille mouiller ver 19.36 38.92 3.26 4.19 imp:pre:2s;ind:pre:1s;ind:pre:3s; -mouillent mouiller ver 19.36 38.92 0.24 0.88 ind:pre:3p; -mouiller mouiller ver 19.36 38.92 4.43 7.50 inf; -mouillera mouiller ver 19.36 38.92 0.44 0.00 ind:fut:3s; -mouillerai mouiller ver 19.36 38.92 0.02 0.07 ind:fut:1s; -mouillerais mouiller ver 19.36 38.92 0.02 0.07 cnd:pre:1s;cnd:pre:2s; -mouillerait mouiller ver 19.36 38.92 0.01 0.20 cnd:pre:3s; -mouilleras mouiller ver 19.36 38.92 0.01 0.07 ind:fut:2s; -mouilleront mouiller ver 19.36 38.92 0.16 0.07 ind:fut:3p; -mouilles mouiller ver 19.36 38.92 0.64 0.41 ind:pre:2s;sub:pre:2s; -mouillette mouillette nom f s 0.25 0.68 0.04 0.41 -mouillettes mouillette nom f p 0.25 0.68 0.21 0.27 -mouilleur mouilleur nom m s 0.01 0.00 0.01 0.00 -mouilleuse mouilleur adj f s 0.00 0.07 0.00 0.07 -mouillez mouiller ver 19.36 38.92 0.32 0.14 imp:pre:2p;ind:pre:2p; -mouillon mouillon nom m s 0.04 0.07 0.00 0.07 -mouillons mouillon nom m p 0.04 0.07 0.04 0.00 -mouillèrent mouiller ver 19.36 38.92 0.00 0.27 ind:pas:3p; -mouillé mouiller ver m s 19.36 38.92 5.70 8.58 par:pas; -mouillée mouillé adj f s 12.92 33.51 5.26 10.54 -mouillées mouillé adj f p 12.92 33.51 1.60 3.92 -mouillure mouillure nom f s 0.00 0.34 0.00 0.27 -mouillures mouillure nom f p 0.00 0.34 0.00 0.07 -mouillés mouillé adj m p 12.92 33.51 1.96 5.74 -mouise mouise nom f s 0.81 1.01 0.81 1.01 -moujahid moujahid nom m s 0.00 0.47 0.00 0.47 -moujik moujik nom m s 0.80 1.15 0.30 0.54 -moujiks moujik nom m p 0.80 1.15 0.50 0.61 -moujingue moujingue nom s 0.00 1.28 0.00 0.47 -moujingues moujingue nom p 0.00 1.28 0.00 0.81 -moukère moukère nom f s 0.00 0.41 0.00 0.20 -moukères moukère nom f p 0.00 0.41 0.00 0.20 -moula mouler ver 1.56 8.78 0.00 0.07 ind:pas:3s; -moulage moulage nom m s 0.80 1.15 0.53 0.54 -moulages moulage nom m p 0.80 1.15 0.27 0.61 -moulaient mouler ver 1.56 8.78 0.01 0.41 ind:imp:3p; -moulait mouler ver 1.56 8.78 0.12 2.03 ind:imp:3s; -moulant moulant adj m s 1.75 1.76 0.71 1.15 -moulante moulant adj f s 1.75 1.76 0.31 0.27 -moulantes moulant adj f p 1.75 1.76 0.03 0.00 -moulants moulant adj m p 1.75 1.76 0.69 0.34 -moule moule nom s 6.12 9.26 3.56 3.99 -moulent mouler ver 1.56 8.78 0.04 0.14 ind:pre:3p; -mouler mouler ver 1.56 8.78 0.15 0.47 inf; -mouleraient mouler ver 1.56 8.78 0.00 0.07 cnd:pre:3p; -moulerait mouler ver 1.56 8.78 0.00 0.07 cnd:pre:3s; -moules moule nom p 6.12 9.26 2.56 5.27 -mouleur mouleur nom m s 0.00 0.07 0.00 0.07 -moulez mouler ver 1.56 8.78 0.21 0.00 imp:pre:2p;ind:pre:2p; -moulin_à_vent moulin_à_vent nom m 0.00 0.14 0.00 0.14 -moulin moulin nom m s 7.75 19.05 6.80 15.61 -moulinage moulinage nom m s 0.01 0.00 0.01 0.00 -moulinait mouliner ver 0.06 0.88 0.01 0.14 ind:imp:3s; -mouline mouliner ver 0.06 0.88 0.02 0.14 imp:pre:2s;ind:pre:3s; -moulinent mouliner ver 0.06 0.88 0.00 0.07 ind:pre:3p; -mouliner mouliner ver 0.06 0.88 0.00 0.47 inf; -moulines mouliner ver 0.06 0.88 0.00 0.07 ind:pre:2s; -moulinet moulinet nom m s 0.50 3.18 0.44 1.82 -moulinets moulinet nom m p 0.50 3.18 0.06 1.35 -moulinette moulinette nom f s 0.27 0.68 0.23 0.61 -moulinettes moulinette nom f p 0.27 0.68 0.05 0.07 -moulinez mouliner ver 0.06 0.88 0.02 0.00 imp:pre:2p; -moulins moulin nom m p 7.75 19.05 0.94 3.45 -moult moult adv 0.33 3.18 0.33 3.18 -moulé mouler ver m s 1.56 8.78 0.42 1.62 par:pas; -moulu moulu adj m s 0.48 0.88 0.26 0.47 -moulée mouler ver f s 1.56 8.78 0.14 1.69 par:pas; -moulue moudre ver f s 1.43 2.57 0.11 0.27 par:pas; -moulées mouler ver f p 1.56 8.78 0.01 0.74 par:pas; -moulues moulu adj f p 0.48 0.88 0.20 0.14 -moulurations mouluration nom f p 0.00 0.07 0.00 0.07 -moulure moulure nom f s 0.22 2.70 0.06 0.54 -moulures moulure nom f p 0.22 2.70 0.16 2.16 -mouluré moulurer ver m s 0.00 0.20 0.00 0.20 par:pas; -moulés moulé adj m p 0.24 1.49 0.02 0.07 -moulus moulu adj m p 0.48 0.88 0.02 0.20 -moulut moudre ver 1.43 2.57 0.00 0.07 ind:pas:3s; -moumounes moumoune nom f p 0.00 0.14 0.00 0.14 -moumoute moumoute nom f s 0.87 0.61 0.86 0.47 -moumoutes moumoute nom f p 0.87 0.61 0.01 0.14 -mound mound nom m s 0.02 0.00 0.02 0.00 -mouquère mouquère nom f s 0.00 0.27 0.00 0.27 -mourût mourir ver 916.42 391.08 0.02 0.61 sub:imp:3s; -mourûtes mourir ver 916.42 391.08 0.00 0.07 ind:pas:2p; -mouraient mourir ver 916.42 391.08 1.22 5.95 ind:imp:3p; -mourais mourir ver 916.42 391.08 2.23 1.89 ind:imp:1s;ind:imp:2s; -mourait mourir ver 916.42 391.08 2.92 11.35 ind:imp:3s; -mourant mourant adj m s 9.56 5.74 6.18 3.04 -mourante mourant adj f s 9.56 5.74 2.71 1.89 -mourantes mourant adj f p 9.56 5.74 0.27 0.54 -mourants mourant nom m p 2.87 5.14 1.11 1.35 -mourez mourir ver 916.42 391.08 2.77 1.08 imp:pre:2p;ind:pre:2p; -mourides mouride adj f p 0.00 0.07 0.00 0.07 -mouriez mourir ver 916.42 391.08 0.73 0.00 ind:imp:2p; -mourions mourir ver 916.42 391.08 0.41 0.27 ind:imp:1p; -mourir mourir ver 916.42 391.08 234.74 130.61 inf;; -mouroir mouroir nom m s 0.07 0.27 0.07 0.27 -mouron mouron nom m s 0.73 4.26 0.53 4.12 -mouronne mouronner ver 0.00 0.14 0.00 0.07 ind:pre:1s; -mouronner mouronner ver 0.00 0.14 0.00 0.07 inf; -mourons mourir ver 916.42 391.08 1.33 0.47 imp:pre:1p;ind:pre:1p; -mourra mourir ver 916.42 391.08 13.63 4.93 ind:fut:3s; -mourrai mourir ver 916.42 391.08 7.54 3.04 ind:fut:1s; -mourraient mourir ver 916.42 391.08 1.38 0.61 cnd:pre:3p; -mourrais mourir ver 916.42 391.08 4.22 1.28 cnd:pre:1s;cnd:pre:2s; -mourrait mourir ver 916.42 391.08 3.45 3.78 cnd:pre:3s; -mourras mourir ver 916.42 391.08 7.67 1.15 ind:fut:2s; -mourre mourre nom f s 0.03 0.07 0.03 0.07 -mourrez mourir ver 916.42 391.08 4.99 0.95 ind:fut:2p; -mourriez mourir ver 916.42 391.08 0.29 0.07 cnd:pre:2p; -mourrions mourir ver 916.42 391.08 0.16 0.07 cnd:pre:1p; -mourrons mourir ver 916.42 391.08 3.41 1.15 ind:fut:1p; -mourront mourir ver 916.42 391.08 3.86 1.08 ind:fut:3p; -moururent mourir ver 916.42 391.08 0.91 1.22 ind:pas:3p; -mourus mourir ver 916.42 391.08 0.11 0.34 ind:pas:1s;ind:pas:2s; -mourussent mourir ver 916.42 391.08 0.00 0.07 sub:imp:3p; -mourut mourir ver 916.42 391.08 5.62 11.35 ind:pas:3s; -mous mou adj m p 6.99 22.50 1.46 5.41 -mouscaille mouscaille nom f s 0.00 0.81 0.00 0.74 -mouscailles mouscaille nom f p 0.00 0.81 0.00 0.07 -mousmé mousmé nom f s 0.22 0.20 0.21 0.14 -mousmés mousmé nom f p 0.22 0.20 0.01 0.07 -mousquet mousquet nom m s 1.31 0.95 0.48 0.54 -mousquetades mousquetade nom f p 0.01 0.00 0.01 0.00 -mousquetaire mousquetaire nom m s 3.02 3.65 0.82 1.15 -mousquetaires mousquetaire nom m p 3.02 3.65 2.19 2.50 -mousqueterie mousqueterie nom f s 0.01 0.20 0.01 0.20 -mousqueton mousqueton nom m s 0.72 4.39 0.41 3.18 -mousquetons mousqueton nom m p 0.72 4.39 0.32 1.22 -mousquets mousquet nom m p 1.31 0.95 0.83 0.41 -moussage moussage nom m s 0.00 0.07 0.00 0.07 -moussaient mousser ver 0.89 3.51 0.00 0.20 ind:imp:3p; -moussaillon moussaillon nom m s 0.59 0.34 0.34 0.34 -moussaillons moussaillon nom m p 0.59 0.34 0.25 0.00 -moussait mousser ver 0.89 3.51 0.00 0.68 ind:imp:3s; -moussaka moussaka nom f s 0.07 0.27 0.07 0.14 -moussakas moussaka nom f p 0.07 0.27 0.00 0.14 -moussant moussant adj m s 0.75 0.61 0.63 0.27 -moussante moussant adj f s 0.75 0.61 0.01 0.14 -moussants moussant adj m p 0.75 0.61 0.11 0.20 -mousse mousse nom s 6.47 27.16 6.24 23.04 -mousseline mousseline nom f s 0.36 4.73 0.36 4.19 -mousselines mousseline nom f p 0.36 4.73 0.00 0.54 -moussent mousser ver 0.89 3.51 0.00 0.07 ind:pre:3p; -mousser mousser ver 0.89 3.51 0.66 1.82 inf;; -mousseron mousseron nom m s 0.00 1.62 0.00 0.20 -mousserons mousseron nom m p 0.00 1.62 0.00 1.42 -mousses mousse nom p 6.47 27.16 0.24 4.12 -mousseuse mousseux adj f s 0.23 3.72 0.02 1.28 -mousseuses mousseux adj f p 0.23 3.72 0.00 0.41 -mousseux mousseux nom m 1.45 1.82 1.45 1.82 -mousson mousson nom f s 0.84 17.36 0.73 17.23 -moussons mousson nom f p 0.84 17.36 0.11 0.14 -moussu moussu adj m s 0.04 2.23 0.00 0.68 -moussue moussu adj f s 0.04 2.23 0.03 0.41 -moussues moussu adj f p 0.04 2.23 0.01 0.47 -moussus moussu adj m p 0.04 2.23 0.00 0.68 -moustache moustache nom f s 12.79 45.07 10.65 28.92 -moustaches moustache nom f p 12.79 45.07 2.13 16.15 -moustachu moustachu adj m s 0.84 8.99 0.63 6.55 -moustachue moustachu adj f s 0.84 8.99 0.04 0.54 -moustachues moustachu adj f p 0.84 8.99 0.01 0.27 -moustachus moustachu adj m p 0.84 8.99 0.17 1.62 -moustagache moustagache nom f s 0.00 0.54 0.00 0.34 -moustagaches moustagache nom f p 0.00 0.54 0.00 0.20 -moustiquaire moustiquaire nom f s 0.45 2.09 0.38 1.22 -moustiquaires moustiquaire nom f p 0.45 2.09 0.07 0.88 -moustique moustique nom m s 5.97 7.57 2.53 1.49 -moustiques moustique nom m p 5.97 7.57 3.44 6.08 -moutard moutard nom m s 0.86 3.31 0.54 1.49 -moutarde moutarde nom f s 3.95 5.00 3.94 4.93 -moutardes moutarde nom f p 3.95 5.00 0.01 0.07 -moutardier moutardier nom m s 0.00 0.14 0.00 0.14 -moutards moutard nom m p 0.86 3.31 0.32 1.82 -moutardé moutarder ver m s 0.00 0.07 0.00 0.07 par:pas; -moutier moutier nom m s 0.14 0.00 0.14 0.00 -mouton mouton nom m s 15.20 30.47 6.08 14.12 -moutonnaient moutonner ver 0.01 1.01 0.00 0.07 ind:imp:3p; -moutonnait moutonner ver 0.01 1.01 0.00 0.27 ind:imp:3s; -moutonnant moutonner ver 0.01 1.01 0.00 0.20 par:pre; -moutonnante moutonnant adj f s 0.00 0.47 0.00 0.20 -moutonnantes moutonnant adj f p 0.00 0.47 0.00 0.14 -moutonnants moutonnant adj m p 0.00 0.47 0.00 0.07 -moutonne moutonner ver 0.01 1.01 0.01 0.14 ind:pre:3s; -moutonnement moutonnement nom m s 0.00 1.42 0.00 1.35 -moutonnements moutonnement nom m p 0.00 1.42 0.00 0.07 -moutonnent moutonner ver 0.01 1.01 0.00 0.20 ind:pre:3p; -moutonner moutonner ver 0.01 1.01 0.00 0.14 inf; -moutonnerie moutonnerie nom f s 0.00 0.07 0.00 0.07 -moutonneux moutonneux adj m s 0.00 0.20 0.00 0.20 -moutonnier moutonnier adj m s 0.00 0.27 0.00 0.07 -moutonniers moutonnier adj m p 0.00 0.27 0.00 0.07 -moutonnière moutonnier adj f s 0.00 0.27 0.00 0.14 -moutons mouton nom m p 15.20 30.47 9.13 16.35 -mouture mouture nom f s 0.06 0.20 0.06 0.14 -moutures mouture nom f p 0.06 0.20 0.00 0.07 -mouvaient mouvoir ver 1.75 13.18 0.10 1.01 ind:imp:3p; -mouvais mouvoir ver 1.75 13.18 0.11 0.14 ind:imp:1s; -mouvait mouvoir ver 1.75 13.18 0.10 1.22 ind:imp:3s; -mouvance mouvance nom f s 0.02 0.20 0.01 0.20 -mouvances mouvance nom f p 0.02 0.20 0.01 0.00 -mouvant mouvant adj m s 1.77 13.18 0.39 3.45 -mouvante mouvant adj f s 1.77 13.18 0.55 4.39 -mouvantes mouvant adj f p 1.77 13.18 0.04 2.84 -mouvants mouvant adj m p 1.77 13.18 0.81 2.50 -mouvement mouvement nom m s 40.33 182.97 29.26 134.80 -mouvementent mouvementer ver 0.51 0.41 0.00 0.07 ind:pre:3p; -mouvements mouvement nom m p 40.33 182.97 11.07 48.18 -mouvementé mouvementé adj m s 0.92 1.42 0.16 0.34 -mouvementée mouvementé adj f s 0.92 1.42 0.47 0.74 -mouvementées mouvementé adj f p 0.92 1.42 0.16 0.34 -mouvementés mouvementé adj m p 0.92 1.42 0.12 0.00 -mouvoir mouvoir ver 1.75 13.18 0.58 4.26 inf; -moyen_âge moyen_âge nom m s 1.15 0.20 1.15 0.20 -moyen_oriental moyen_oriental adj m s 0.03 0.00 0.03 0.00 -moyen_orientaux moyen_orientaux adj m p 0.01 0.00 0.01 0.00 -moyen moyen nom m s 83.47 107.03 53.27 48.72 -moyennant moyennant pre 0.49 4.53 0.49 4.53 -moyenne moyenne nom f s 7.22 7.77 6.81 7.50 -moyennement moyennement adv 0.42 0.54 0.42 0.54 -moyenner moyenner ver 0.06 0.20 0.00 0.07 inf; -moyennes moyen adj f p 50.69 41.69 0.63 0.81 -moyenâgeuse moyenâgeux adj f s 0.09 1.69 0.01 0.14 -moyenâgeuses moyenâgeux adj f p 0.09 1.69 0.01 0.47 -moyenâgeux moyenâgeux adj m 0.09 1.69 0.06 1.08 -moyens moyen nom m p 83.47 107.03 30.20 58.31 -moyer moyer ver 0.10 0.00 0.10 0.00 inf; -moyeu moyeu nom m s 0.01 0.68 0.01 0.68 -moyeux moyeux nom m p 0.11 0.41 0.11 0.41 -mozarabe mozarabe adj s 0.20 0.14 0.20 0.14 -mozartiennes mozartien adj f p 0.00 0.07 0.00 0.07 -mozzarella mozzarella nom f s 0.64 0.14 0.64 0.14 -mozzarelle mozzarelle nom f s 0.03 0.00 0.03 0.00 -mèche mèche nom f s 9.87 31.01 8.21 19.12 -mèches mèche nom f p 9.87 31.01 1.66 11.89 -mène mener ver 99.86 137.70 31.86 21.49 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -mènent mener ver 99.86 137.70 6.42 7.57 ind:pre:3p; -mènera mener ver 99.86 137.70 4.70 1.28 ind:fut:3s; -mènerai mener ver 99.86 137.70 0.73 0.41 ind:fut:1s; -mèneraient mener ver 99.86 137.70 0.05 0.68 cnd:pre:3p; -mènerais mener ver 99.86 137.70 0.25 0.14 cnd:pre:1s;cnd:pre:2s; -mènerait mener ver 99.86 137.70 0.98 2.30 cnd:pre:3s; -mèneras mener ver 99.86 137.70 0.19 0.00 ind:fut:2s; -mènerez mener ver 99.86 137.70 0.08 0.14 ind:fut:2p; -mènerons mener ver 99.86 137.70 0.26 0.07 ind:fut:1p; -mèneront mener ver 99.86 137.70 1.04 0.47 ind:fut:3p; -mènes mener ver 99.86 137.70 2.84 1.01 ind:pre:2s; -mère_grand mère_grand nom f s 0.89 0.34 0.89 0.34 -mère_patrie mère_patrie nom f s 0.04 0.41 0.04 0.41 -mère mère nom f s 686.79 761.28 672.00 737.09 -mères mère nom f p 686.79 761.28 14.79 24.19 -mètre mètre nom m s 43.49 130.07 6.03 21.82 -mètres mètre nom m p 43.49 130.07 37.46 108.24 -mua muer ver 1.63 7.03 0.14 0.68 ind:pas:3s; -muai muer ver 1.63 7.03 0.00 0.07 ind:pas:1s; -muaient muer ver 1.63 7.03 0.00 0.14 ind:imp:3p; -muait muer ver 1.63 7.03 0.02 1.01 ind:imp:3s; -méandre méandre nom m s 0.72 3.72 0.14 0.54 -méandres méandre nom m p 0.72 3.72 0.58 3.18 -méandreux méandreux adj m s 0.00 0.07 0.00 0.07 -méandrine méandrine nom f s 0.00 0.07 0.00 0.07 -muant muer ver 1.63 7.03 0.00 0.20 par:pre; -méat méat nom m s 0.00 0.14 0.00 0.14 -mécanicien mécanicien nom m s 5.80 7.50 5.38 5.34 -mécanicienne mécanicien nom f s 5.80 7.50 0.05 0.00 -mécaniciennes mécanicienne nom f p 0.01 0.00 0.01 0.00 -mécaniciens mécanicien nom m p 5.80 7.50 0.38 2.16 -mécanique mécanique adj s 3.47 21.82 2.83 15.47 -mécaniquement mécaniquement adv 0.12 3.65 0.12 3.65 -mécaniques mécanique nom f p 3.75 15.14 0.93 2.70 -mécanisait mécaniser ver 0.29 0.88 0.00 0.14 ind:imp:3s; -mécanisation mécanisation nom f s 0.01 0.14 0.01 0.14 -mécanise mécaniser ver 0.29 0.88 0.00 0.07 ind:pre:3s; -mécaniser mécaniser ver 0.29 0.88 0.02 0.07 inf; -mécanisme mécanisme nom m s 4.59 10.34 3.79 6.62 -mécanismes mécanisme nom m p 4.59 10.34 0.80 3.72 -mécanistes mécaniste adj m p 0.00 0.07 0.00 0.07 -mécanisé mécaniser ver m s 0.29 0.88 0.04 0.47 par:pas; -mécanisée mécaniser ver f s 0.29 0.88 0.20 0.14 par:pas; -mécanisées mécaniser ver f p 0.29 0.88 0.01 0.00 par:pas; -mécanisés mécaniser ver m p 0.29 0.88 0.02 0.00 par:pas; -mécano mécano nom m s 2.50 4.05 1.68 3.45 -mécanographiques mécanographique adj p 0.00 0.07 0.00 0.07 -mécanos mécano nom m p 2.50 4.05 0.82 0.61 -muchacho muchacho nom m s 1.56 0.07 1.03 0.00 -muchachos muchacho nom m p 1.56 0.07 0.54 0.07 -méchait mécher ver 0.77 0.61 0.00 0.07 ind:imp:3s; -méchamment méchamment adv 2.04 6.42 2.04 6.42 -méchanceté méchanceté nom f s 4.13 12.97 3.38 11.22 -méchancetés méchanceté nom f p 4.13 12.97 0.75 1.76 -méchant méchant adj m s 53.37 34.05 30.23 16.01 -méchante méchant adj f s 53.37 34.05 14.73 9.12 -méchantes méchant adj f p 53.37 34.05 1.73 1.62 -méchants méchant nom m p 14.82 6.89 7.21 3.92 -muchas mucher ver 0.53 0.00 0.52 0.00 ind:pas:2s; -muche mucher ver 0.53 0.00 0.01 0.00 ind:pre:3s; -mécher mécher ver 0.77 0.61 0.01 0.00 inf; -méchoui méchoui nom m s 0.04 0.47 0.03 0.41 -méchouis méchoui nom m p 0.04 0.47 0.01 0.07 -mucilage mucilage nom m s 0.01 0.00 0.01 0.00 -mucilagineuse mucilagineux adj f s 0.00 0.07 0.00 0.07 -mécompte mécompte nom m s 0.00 0.81 0.00 0.27 -mécomptes mécompte nom m p 0.00 0.81 0.00 0.54 -méconduite méconduite nom f s 0.01 0.00 0.01 0.00 -méconium méconium nom m s 0.03 0.00 0.03 0.00 -méconnaîtra méconnaître ver 0.27 4.93 0.00 0.07 ind:fut:3s; -méconnaître méconnaître ver 0.27 4.93 0.10 2.23 inf; -méconnais méconnaître ver 0.27 4.93 0.10 0.27 ind:pre:1s;ind:pre:2s; -méconnaissable méconnaissable adj s 1.82 6.22 1.53 4.86 -méconnaissables méconnaissable adj p 1.82 6.22 0.29 1.35 -méconnaissais méconnaître ver 0.27 4.93 0.00 0.20 ind:imp:1s; -méconnaissance méconnaissance nom f s 0.03 0.81 0.03 0.81 -méconnaissant méconnaître ver 0.27 4.93 0.00 0.14 par:pre; -méconnaisse méconnaître ver 0.27 4.93 0.00 0.27 sub:pre:1s;sub:pre:3s; -méconnaissent méconnaître ver 0.27 4.93 0.01 0.14 ind:pre:3p; -méconnu méconnu adj m s 0.26 2.16 0.17 1.01 -méconnue méconnaître ver f s 0.27 4.93 0.05 0.41 par:pas; -méconnues méconnaître ver f p 0.27 4.93 0.00 0.20 par:pas; -méconnus méconnu adj m p 0.26 2.16 0.06 0.54 -mécontent mécontent adj m s 3.04 9.53 1.54 6.96 -mécontenta mécontenter ver 0.20 0.81 0.00 0.07 ind:pas:3s; -mécontentait mécontenter ver 0.20 0.81 0.00 0.07 ind:imp:3s; -mécontente mécontent adj f s 3.04 9.53 0.50 1.42 -mécontentement mécontentement nom m s 1.62 4.05 1.60 3.58 -mécontentements mécontentement nom m p 1.62 4.05 0.02 0.47 -mécontenter mécontenter ver 0.20 0.81 0.03 0.34 inf; -mécontentes mécontent adj f p 3.04 9.53 0.04 0.27 -mécontents mécontent adj m p 3.04 9.53 0.96 0.88 -mécontenté mécontenter ver m s 0.20 0.81 0.14 0.07 par:pas; -mécontentés mécontenter ver m p 0.20 0.81 0.00 0.07 par:pas; -mucor mucor nom m s 0.01 0.00 0.01 0.00 -mucosité mucosité nom f s 0.06 0.20 0.01 0.07 -mucosités mucosité nom f p 0.06 0.20 0.05 0.14 -mucoviscidose mucoviscidose nom f s 0.14 0.00 0.14 0.00 -mécru mécroire ver m s 0.00 0.07 0.00 0.07 par:pas; -mécréance mécréance nom f s 0.00 0.20 0.00 0.20 -mécréant mécréant nom m s 1.41 1.35 1.09 0.81 -mécréante mécréant adj f s 0.37 0.47 0.14 0.00 -mécréants mécréant nom m p 1.41 1.35 0.31 0.54 -mécène mécène nom m s 0.82 1.89 0.69 1.49 -mécènes mécène nom m p 0.82 1.89 0.14 0.41 -mécénat mécénat nom m s 0.04 0.00 0.04 0.00 -mucus mucus nom m 0.38 0.20 0.38 0.20 -médaille médaille nom f s 16.32 16.08 12.44 9.53 -médailles médaille nom f p 16.32 16.08 3.89 6.55 -médailleurs médailleur nom m p 0.00 0.07 0.00 0.07 -médaillon médaillon nom m s 1.77 3.65 1.44 2.16 -médaillons médaillon nom m p 1.77 3.65 0.33 1.49 -médaillé médaillé nom m s 0.24 0.20 0.24 0.14 -médaillée médailler ver f s 0.13 0.07 0.02 0.00 par:pas; -médecin_chef médecin_chef nom m s 0.56 2.09 0.56 2.09 -médecin_conseil médecin_conseil nom m s 0.01 0.00 0.01 0.00 -médecin_général médecin_général nom m s 0.01 0.20 0.01 0.20 -médecin_major médecin_major nom m s 0.70 0.14 0.70 0.14 -médecin médecin nom m s 140.19 75.61 112.35 60.68 -médecine_ball médecine_ball nom m s 0.01 0.00 0.01 0.00 -médecine médecine nom f s 23.51 12.43 23.29 12.36 -médecines médecine nom f p 23.51 12.43 0.22 0.07 -médecins médecin nom m p 140.19 75.61 27.84 14.93 -média média nom m s 10.23 1.22 0.77 0.07 -médian médian adj m s 0.29 2.50 0.04 0.41 -médiane médian adj f s 0.29 2.50 0.21 1.96 -médianes médian adj f p 0.29 2.50 0.02 0.14 -médianoche médianoche nom m s 0.00 0.47 0.00 0.47 -médians médian adj m p 0.29 2.50 0.01 0.00 -médias média nom m p 10.23 1.22 9.46 1.15 -médiascope médiascope nom m s 0.14 0.00 0.14 0.00 -médiastin médiastin nom m s 0.20 0.00 0.20 0.00 -médiateur médiateur nom m s 0.60 0.41 0.41 0.20 -médiateurs médiateur nom m p 0.60 0.41 0.08 0.07 -médiation médiation nom f s 0.46 0.74 0.46 0.74 -médiatique médiatique adj s 1.72 0.61 1.61 0.41 -médiatiques médiatique adj p 1.72 0.61 0.11 0.20 -médiatisant médiatiser ver 0.36 0.00 0.01 0.00 par:pre; -médiatisation médiatisation nom f s 0.23 0.00 0.23 0.00 -médiatisé médiatiser ver m s 0.36 0.00 0.12 0.00 par:pas; -médiatisée médiatiser ver f s 0.36 0.00 0.21 0.00 par:pas; -médiatisées médiatiser ver f p 0.36 0.00 0.01 0.00 par:pas; -médiatisés médiatiser ver m p 0.36 0.00 0.01 0.00 par:pas; -médiator médiator nom m s 0.09 0.00 0.09 0.00 -médiatrice médiateur nom f s 0.60 0.41 0.12 0.07 -médiatrices médiateur nom f p 0.60 0.41 0.00 0.07 -médical médical adj m s 31.48 11.89 13.65 4.80 -médicale médical adj f s 31.48 11.89 10.41 3.85 -médicalement médicalement adv 1.03 0.61 1.03 0.61 -médicales médical adj f p 31.48 11.89 2.81 1.76 -médicalisation médicalisation nom f s 0.01 0.00 0.01 0.00 -médicalisé médicaliser ver m s 0.04 0.07 0.04 0.00 par:pas; -médicalisée médicaliser ver f s 0.04 0.07 0.01 0.07 par:pas; -médicament médicament nom m s 41.82 12.57 12.03 4.12 -médicamentait médicamenter ver 0.03 0.14 0.00 0.07 ind:imp:3s; -médicamentation médicamentation nom f s 0.04 0.07 0.04 0.07 -médicamenter médicamenter ver 0.03 0.14 0.02 0.07 inf; -médicamenteuse médicamenteux adj f s 0.10 0.07 0.07 0.00 -médicamenteux médicamenteux adj m 0.10 0.07 0.02 0.07 -médicaments médicament nom m p 41.82 12.57 29.80 8.45 -médicamenté médicamenter ver m s 0.03 0.14 0.01 0.00 par:pas; -médicastre médicastre nom m s 0.00 0.41 0.00 0.14 -médicastres médicastre nom m p 0.00 0.41 0.00 0.27 -médication médication nom f s 0.23 0.27 0.22 0.07 -médications médication nom f p 0.23 0.27 0.01 0.20 -médicaux médical adj m p 31.48 11.89 4.62 1.49 -médicinal médicinal adj m s 0.85 0.54 0.23 0.00 -médicinale médicinal adj f s 0.85 0.54 0.10 0.07 -médicinales médicinal adj f p 0.85 0.54 0.52 0.41 -médicinaux médicinal adj m p 0.85 0.54 0.01 0.07 -médicine médiciner ver 0.07 0.00 0.07 0.00 ind:pre:1s;ind:pre:3s; -médico_légal médico_légal adj m s 1.06 0.54 0.63 0.41 -médico_légal médico_légal adj f s 1.06 0.54 0.25 0.14 -médico_légal médico_légal adj f p 1.06 0.54 0.13 0.00 -médico_légal médico_légal adj m p 1.06 0.54 0.05 0.00 -médico_psychologique médico_psychologique adj m s 0.01 0.00 0.01 0.00 -médico_social médico_social adj m s 0.01 0.07 0.01 0.07 -médina médina nom f s 0.37 1.28 0.37 1.08 -médinas médina nom f p 0.37 1.28 0.00 0.20 -médiocre médiocre adj s 3.36 15.88 2.59 11.89 -médiocrement médiocrement adv 0.28 2.43 0.28 2.43 -médiocres médiocre adj p 3.36 15.88 0.77 3.99 -médiocrité médiocrité nom f s 2.04 5.54 2.02 5.34 -médiocrités médiocrité nom f p 2.04 5.54 0.02 0.20 -médire médire ver 0.35 1.15 0.11 0.41 inf; -médis médire ver 0.35 1.15 0.02 0.07 imp:pre:2s;ind:pre:2s; -médisaient médire ver 0.35 1.15 0.00 0.07 ind:imp:3p; -médisait médire ver 0.35 1.15 0.01 0.07 ind:imp:3s; -médisance médisance nom f s 0.13 1.62 0.04 0.88 -médisances médisance nom f p 0.13 1.62 0.09 0.74 -médisant médisant adj m s 0.06 0.14 0.04 0.07 -médisante médisant adj f s 0.06 0.14 0.02 0.07 -médisants médisant nom m p 0.17 0.68 0.16 0.47 -médise médire ver 0.35 1.15 0.00 0.07 sub:pre:3s; -médisent médire ver 0.35 1.15 0.00 0.20 ind:pre:3p; -médisez médire ver 0.35 1.15 0.02 0.00 imp:pre:2p; -médisons médire ver 0.35 1.15 0.00 0.14 imp:pre:1p;ind:pre:1p; -médit médire ver m s 0.35 1.15 0.17 0.14 ind:pre:3s;par:pas; -médita méditer ver 5.49 14.86 0.01 0.81 ind:pas:3s; -méditai méditer ver 5.49 14.86 0.00 0.14 ind:pas:1s; -méditaient méditer ver 5.49 14.86 0.01 0.47 ind:imp:3p; -méditais méditer ver 5.49 14.86 0.19 0.54 ind:imp:1s;ind:imp:2s; -méditait méditer ver 5.49 14.86 0.12 2.50 ind:imp:3s; -méditant méditer ver 5.49 14.86 0.07 1.22 par:pre; -méditatif méditatif adj m s 0.20 4.59 0.08 2.36 -méditatifs méditatif adj m p 0.20 4.59 0.00 0.74 -méditation méditation nom f s 3.14 10.47 2.72 7.50 -méditations méditation nom f p 3.14 10.47 0.42 2.97 -méditative méditatif adj f s 0.20 4.59 0.12 1.28 -méditativement méditativement adv 0.00 0.34 0.00 0.34 -méditatives méditatif adj f p 0.20 4.59 0.00 0.20 -médite méditer ver 5.49 14.86 0.68 1.55 imp:pre:2s;ind:pre:1s;ind:pre:3s; -méditent méditer ver 5.49 14.86 0.28 0.41 ind:pre:3p; -méditer méditer ver 5.49 14.86 2.44 4.80 inf; -méditera méditer ver 5.49 14.86 0.03 0.07 ind:fut:3s; -méditerait méditer ver 5.49 14.86 0.00 0.07 cnd:pre:3s; -méditeras méditer ver 5.49 14.86 0.01 0.00 ind:fut:2s; -méditerranée méditerrané adj f s 0.04 0.95 0.04 0.95 -méditerranéen méditerranéen adj m s 0.74 5.34 0.08 2.64 -méditerranéenne méditerranéen adj f s 0.74 5.34 0.33 1.49 -méditerranéennes méditerranéenne nom f p 0.03 0.14 0.03 0.14 -méditerranéens méditerranéen nom m p 0.45 0.27 0.45 0.07 -médites méditer ver 5.49 14.86 0.31 0.07 ind:pre:2s; -méditez méditer ver 5.49 14.86 0.56 0.27 imp:pre:2p;ind:pre:2p; -méditiez méditer ver 5.49 14.86 0.02 0.00 ind:imp:2p; -méditons méditer ver 5.49 14.86 0.07 0.00 imp:pre:1p;ind:pre:1p; -méditèrent méditer ver 5.49 14.86 0.01 0.07 ind:pas:3p; -médité méditer ver m s 5.49 14.86 0.67 1.35 par:pas; -méditée méditer ver f s 5.49 14.86 0.01 0.27 par:pas; -méditées méditer ver f p 5.49 14.86 0.00 0.14 par:pas; -médités méditer ver m p 5.49 14.86 0.00 0.14 par:pas; -médium médium nom m s 6.07 1.82 4.97 1.08 -médiumnique médiumnique adj s 0.21 0.14 0.11 0.14 -médiumniques médiumnique adj p 0.21 0.14 0.10 0.00 -médiumnité médiumnité nom f s 0.03 0.00 0.03 0.00 -médiums médium nom m p 6.07 1.82 1.10 0.74 -médius médius nom m 0.16 1.69 0.16 1.69 -médiéval médiéval adj m s 1.66 4.26 0.70 1.15 -médiévale médiéval adj f s 1.66 4.26 0.50 1.62 -médiévales médiéval adj f p 1.66 4.26 0.42 0.88 -médiévaux médiéval adj m p 1.66 4.26 0.04 0.61 -médiéviste médiéviste nom s 0.00 0.20 0.00 0.07 -médiévistes médiéviste nom p 0.00 0.20 0.00 0.14 -médoc médoc nom m s 1.48 1.35 0.19 0.14 -médocs médoc nom m p 1.48 1.35 1.29 1.22 -mudéjar mudéjar adj m s 0.10 0.20 0.10 0.14 -mudéjare mudéjar adj f s 0.10 0.20 0.00 0.07 -médulla médulla nom f s 0.01 0.00 0.01 0.00 -médullaire médullaire adj s 0.07 0.00 0.07 0.00 -médusa méduser ver 0.48 1.96 0.10 0.14 ind:pas:3s; -médusait méduser ver 0.48 1.96 0.00 0.14 ind:imp:3s; -médusant méduser ver 0.48 1.96 0.00 0.07 par:pre; -méduse méduse nom f s 1.50 3.92 0.66 1.42 -médusent méduser ver 0.48 1.96 0.00 0.07 ind:pre:3p; -méduser méduser ver 0.48 1.96 0.01 0.00 inf; -méduses méduse nom f p 1.50 3.92 0.84 2.50 -médusé méduser ver m s 0.48 1.96 0.15 0.47 par:pas; -médusée méduser ver f s 0.48 1.96 0.00 0.41 par:pas; -médusées médusé adj f p 0.02 1.96 0.00 0.14 -médusés méduser ver m p 0.48 1.96 0.21 0.61 par:pas; -mue muer ver 1.63 7.03 0.26 0.88 ind:pre:1s;ind:pre:3s; -muent muer ver 1.63 7.03 0.16 0.20 ind:pre:3p; -muer muer ver 1.63 7.03 0.65 0.95 inf; -muera muer ver 1.63 7.03 0.02 0.00 ind:fut:3s; -mueront muer ver 1.63 7.03 0.00 0.07 ind:fut:3p; -mues muer ver 1.63 7.03 0.02 0.07 ind:pre:2s;sub:pre:2s; -muesli muesli nom m s 0.06 0.00 0.06 0.00 -muet muet adj m s 14.23 45.74 8.69 16.55 -muets muet adj m p 14.23 45.74 2.43 6.01 -muette muet adj f s 14.23 45.74 2.68 19.12 -muettement muettement adv 0.00 0.68 0.00 0.68 -muettes muet adj f p 14.23 45.74 0.43 4.05 -muezzin muezzin nom m s 0.14 0.61 0.14 0.41 -muezzins muezzin nom m p 0.14 0.61 0.00 0.20 -méfait méfait nom m s 1.85 2.64 0.46 0.74 -méfaits méfait nom m p 1.85 2.64 1.39 1.89 -muffin muffin nom m s 2.96 0.34 1.30 0.00 -muffins muffin nom m p 2.96 0.34 1.65 0.34 -méfiaient méfier ver 26.68 35.95 0.03 0.88 ind:imp:3p; -méfiais méfier ver 26.68 35.95 0.29 1.42 ind:imp:1s;ind:imp:2s; -méfiait méfier ver 26.68 35.95 0.16 4.05 ind:imp:3s; -méfiance méfiance nom f s 2.21 19.46 2.18 18.99 -méfiances méfiance nom f p 2.21 19.46 0.02 0.47 -méfiant méfiant adj m s 3.64 9.93 2.07 5.14 -méfiante méfiant adj f s 3.64 9.93 1.12 2.36 -méfiantes méfiant adj f p 3.64 9.93 0.01 0.47 -méfiants méfiant adj m p 3.64 9.93 0.44 1.96 -méfie méfier ver 26.68 35.95 10.95 8.24 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:1s;sub:pre:3s; -méfient méfier ver 26.68 35.95 1.31 1.15 ind:pre:3p; -méfier méfier ver 26.68 35.95 7.18 13.11 inf; -méfiera méfier ver 26.68 35.95 0.15 0.07 ind:fut:3s; -méfierai méfier ver 26.68 35.95 0.26 0.14 ind:fut:1s; -méfierais méfier ver 26.68 35.95 0.36 0.41 cnd:pre:1s; -méfierait méfier ver 26.68 35.95 0.30 0.07 cnd:pre:3s; -méfieront méfier ver 26.68 35.95 0.19 0.00 ind:fut:3p; -méfies méfier ver 26.68 35.95 0.61 0.20 ind:pre:2s; -méfiez méfier ver 26.68 35.95 3.63 2.70 imp:pre:2p;ind:pre:2p; -méfiions méfier ver 26.68 35.95 0.00 0.14 ind:imp:1p; -méfions méfier ver 26.68 35.95 0.73 0.34 imp:pre:1p;ind:pre:1p; -méfièrent méfier ver 26.68 35.95 0.02 0.07 ind:pas:3p; -méfié méfier ver m s 26.68 35.95 0.22 1.22 par:pas; -méfiée méfier ver f s 26.68 35.95 0.19 0.41 par:pas; -méfiés méfier ver m p 26.68 35.95 0.01 0.68 par:pas; -mufle mufle nom m s 1.70 6.89 1.56 6.08 -muflerie muflerie nom f s 0.12 1.01 0.12 0.81 -mufleries muflerie nom f p 0.12 1.01 0.00 0.20 -mufles mufle nom m p 1.70 6.89 0.14 0.81 -muflier muflier nom m s 0.68 0.07 0.68 0.00 -mufliers muflier nom m p 0.68 0.07 0.00 0.07 -muflée muflée nom f s 0.01 0.20 0.01 0.20 -méforme méforme nom f s 0.02 0.00 0.02 0.00 -mufti mufti nom m s 0.26 0.41 0.25 0.14 -muftis mufti nom m p 0.26 0.41 0.01 0.27 -méga méga adj s 4.75 0.81 4.75 0.81 -mégacôlon mégacôlon nom m s 0.01 0.00 0.01 0.00 -mégahertz mégahertz nom m 0.05 0.00 0.05 0.00 -mégajoules mégajoule nom m p 0.02 0.00 0.02 0.00 -mégalithe mégalithe nom m s 0.01 0.14 0.01 0.14 -mégalithique mégalithique adj f s 0.00 0.14 0.00 0.14 -mégalo mégalo adj m s 0.34 0.00 0.32 0.00 -mégalomane mégalomane adj s 0.42 0.47 0.41 0.34 -mégalomanes mégalomane adj m p 0.42 0.47 0.01 0.14 -mégalomaniaque mégalomaniaque adj s 0.01 0.14 0.01 0.14 -mégalomanie mégalomanie nom f s 0.25 0.61 0.25 0.61 -mégalopole mégalopole nom f s 0.02 0.00 0.02 0.00 -mégalos mégalo nom p 0.03 0.20 0.03 0.00 -mégalosaure mégalosaure nom m s 0.01 0.00 0.01 0.00 -mégaphone mégaphone nom m s 0.89 0.61 0.58 0.54 -mégaphones mégaphone nom m p 0.89 0.61 0.30 0.07 -mégapole mégapole nom f s 0.01 0.27 0.01 0.27 -mégaron mégaron nom m s 0.00 0.14 0.00 0.14 -mégathériums mégathérium nom m p 0.00 0.07 0.00 0.07 -mégatonne mégatonne nom f s 0.39 0.14 0.04 0.00 -mégatonnes mégatonne nom f p 0.39 0.14 0.35 0.14 -mégawatts mégawatt nom m p 0.00 0.07 0.00 0.07 -muges muge nom m p 0.00 0.07 0.00 0.07 -mugi mugir ver m s 0.33 2.84 0.01 0.20 par:pas; -mugir mugir ver 0.33 2.84 0.04 0.95 inf; -mugis mugir ver 0.33 2.84 0.00 0.07 ind:pre:2s; -mugissaient mugir ver 0.33 2.84 0.00 0.07 ind:imp:3p; -mugissait mugir ver 0.33 2.84 0.00 0.34 ind:imp:3s; -mugissant mugissant adj m s 0.20 0.54 0.10 0.20 -mugissante mugissant adj f s 0.20 0.54 0.10 0.14 -mugissantes mugissant adj f p 0.20 0.54 0.00 0.14 -mugissants mugissant adj m p 0.20 0.54 0.00 0.07 -mugissement mugissement nom m s 0.09 2.97 0.04 1.76 -mugissements mugissement nom m p 0.09 2.97 0.04 1.22 -mugissent mugir ver 0.33 2.84 0.01 0.14 ind:pre:3p; -mégisserie mégisserie nom f s 0.00 0.47 0.00 0.47 -mégissiers mégissier nom m p 0.00 0.07 0.00 0.07 -mugit mugir ver 0.33 2.84 0.26 0.88 ind:pre:3s;ind:pas:3s; -mégot mégot nom m s 2.66 17.30 1.20 9.53 -mégotage mégotage nom m s 0.01 0.20 0.01 0.14 -mégotages mégotage nom m p 0.01 0.20 0.00 0.07 -mégotaient mégoter ver 0.43 0.47 0.00 0.07 ind:imp:3p; -mégotait mégoter ver 0.43 0.47 0.00 0.07 ind:imp:3s; -mégote mégoter ver 0.43 0.47 0.02 0.14 ind:pre:3s; -mégoter mégoter ver 0.43 0.47 0.41 0.14 inf; -mégots mégot nom m p 2.66 17.30 1.46 7.77 -mégoté mégoter ver m s 0.43 0.47 0.00 0.07 par:pas; -mégère mégère nom f s 1.01 0.81 0.83 0.54 -mégères mégère nom f p 1.01 0.81 0.18 0.27 -muguet muguet nom m s 0.40 3.92 0.38 3.85 -muguets muguet nom m p 0.40 3.92 0.02 0.07 -muguette mugueter ver 0.00 0.07 0.00 0.07 imp:pre:2s; -méhari méhari nom m s 0.14 0.41 0.14 0.41 -méhariste méhariste nom s 0.01 0.27 0.00 0.07 -méharistes méhariste nom p 0.01 0.27 0.01 0.20 -muids muid nom m p 0.00 0.14 0.00 0.14 -méiose méiose nom f s 0.04 0.00 0.04 0.00 -méjugement méjugement nom m s 0.00 0.07 0.00 0.07 -méjugez méjuger ver 0.05 0.07 0.03 0.00 imp:pre:2p;ind:pre:2p; -méjugé méjuger ver m s 0.05 0.07 0.01 0.00 par:pas; -méjugés méjuger ver m p 0.05 0.07 0.01 0.07 par:pas; -mêla mêler ver 53.84 112.64 0.04 2.50 ind:pas:3s; -mêlai mêler ver 53.84 112.64 0.00 0.54 ind:pas:1s; -mêlaient mêler ver 53.84 112.64 0.07 11.15 ind:imp:3p; -mêlais mêler ver 53.84 112.64 0.21 0.61 ind:imp:1s;ind:imp:2s; -mêlait mêler ver 53.84 112.64 0.14 13.31 ind:imp:3s; -mélancolie mélancolie nom f s 2.60 21.01 2.60 20.68 -mélancolies mélancolie nom f p 2.60 21.01 0.00 0.34 -mélancolieux mélancolieux adj m 0.00 0.07 0.00 0.07 -mélancolique mélancolique adj s 4.41 16.62 4.10 13.45 -mélancoliquement mélancoliquement adv 0.00 1.82 0.00 1.82 -mélancoliques mélancolique adj p 4.41 16.62 0.31 3.18 -mélancoliser mélancoliser ver 0.00 0.07 0.00 0.07 inf; -mélange mélange nom m s 9.90 31.01 9.56 28.58 -mélangea mélanger ver 14.36 22.84 0.01 0.61 ind:pas:3s; -mélangeaient mélanger ver 14.36 22.84 0.01 1.76 ind:imp:3p; -mélangeais mélanger ver 14.36 22.84 0.04 0.20 ind:imp:1s;ind:imp:2s; -mélangeait mélanger ver 14.36 22.84 0.10 2.50 ind:imp:3s; -mélangeant mélanger ver 14.36 22.84 0.27 1.96 par:pre; -mélangent mélanger ver 14.36 22.84 0.95 1.28 ind:pre:3p; -mélangeons mélanger ver 14.36 22.84 0.31 0.20 imp:pre:1p;ind:pre:1p; -mélanger mélanger ver 14.36 22.84 4.46 3.18 inf;; -mélangera mélanger ver 14.36 22.84 0.17 0.07 ind:fut:3s; -mélangerai mélanger ver 14.36 22.84 0.01 0.00 ind:fut:1s; -mélangeraient mélanger ver 14.36 22.84 0.00 0.07 cnd:pre:3p; -mélanges mélanger ver 14.36 22.84 0.88 0.47 ind:pre:2s;sub:pre:2s; -mélangeur mélangeur nom m s 0.05 0.20 0.05 0.14 -mélangeurs mélangeur nom m p 0.05 0.20 0.00 0.07 -mélangez mélanger ver 14.36 22.84 0.94 0.34 imp:pre:2p;ind:pre:2p; -mélangions mélanger ver 14.36 22.84 0.00 0.14 ind:imp:1p; -mélangèrent mélanger ver 14.36 22.84 0.00 0.20 ind:pas:3p; -mélangé mélanger ver m s 14.36 22.84 2.08 2.50 par:pas; -mélangée mélanger ver f s 14.36 22.84 0.24 1.42 par:pas; -mélangées mélangé adj f p 1.22 2.97 0.31 0.74 -mélangés mélanger ver m p 14.36 22.84 0.51 1.08 par:pas; -mélanine mélanine nom f s 0.04 0.00 0.04 0.00 -mélanome mélanome nom m s 0.52 0.00 0.42 0.00 -mélanomes mélanome nom m p 0.52 0.00 0.09 0.00 -mêlant mêler ver 53.84 112.64 0.70 4.86 par:pre; -mélanésiennes mélanésien adj f p 0.01 0.00 0.01 0.00 -mulard mulard adj m s 0.01 0.00 0.01 0.00 -mélasse mélasse nom f s 1.31 1.42 1.31 1.42 -mêlasse mêler ver 53.84 112.64 0.00 0.07 sub:imp:1s; -mélatonine mélatonine nom f s 0.11 0.00 0.11 0.00 -mêle_tout mêle_tout nom m 0.01 0.00 0.01 0.00 -mêle mêler ver 53.84 112.64 18.97 11.01 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:1s;sub:pre:3s; -mule mule nom f s 9.62 8.99 7.29 4.26 -mêlent mêler ver 53.84 112.64 1.77 6.01 ind:pre:3p; -mêler mêler ver 53.84 112.64 11.24 17.23 inf;; -mêlera mêler ver 53.84 112.64 0.41 0.14 ind:fut:3s; -mêlerai mêler ver 53.84 112.64 0.30 0.20 ind:fut:1s; -mêleraient mêler ver 53.84 112.64 0.02 0.07 cnd:pre:3p; -mêlerais mêler ver 53.84 112.64 0.15 0.07 cnd:pre:1s;cnd:pre:2s; -mêlerait mêler ver 53.84 112.64 0.16 0.07 cnd:pre:3s; -mêleront mêler ver 53.84 112.64 0.31 0.14 ind:fut:3p; -mêles mêler ver 53.84 112.64 3.03 0.68 ind:pre:2s; -mules mule nom f p 9.62 8.99 2.33 4.73 -mulet mulet nom m s 3.67 7.43 3.19 2.77 -muleta muleta nom f s 0.15 0.27 0.15 0.27 -muletier muletier adj m s 0.05 0.41 0.05 0.27 -muletiers muletier nom m p 0.37 0.27 0.32 0.27 -muletière muletier adj f s 0.05 0.41 0.00 0.14 -mulets mulet nom m p 3.67 7.43 0.49 4.66 -mulettes mulette nom f p 0.01 0.00 0.01 0.00 -mêlez mêler ver 53.84 112.64 4.26 0.88 imp:pre:2p;ind:pre:2p; -mulhousien mulhousien adj m s 0.00 0.07 0.00 0.07 -méli_mélo méli_mélo nom m s 0.39 0.81 0.39 0.68 -mêliez mêler ver 53.84 112.64 0.11 0.14 ind:imp:2p; -mélilot mélilot nom m s 0.00 0.07 0.00 0.07 -mélinite mélinite nom f s 0.00 0.14 0.00 0.14 -mêlions mêler ver 53.84 112.64 0.01 0.07 ind:imp:1p; -méli_mélo méli_mélo nom m p 0.39 0.81 0.00 0.14 -mélisse mélisse nom f s 0.00 0.34 0.00 0.34 -mullah mullah nom m s 0.05 0.00 0.05 0.00 -mélo mélo nom m s 0.89 1.08 0.84 0.95 -mélodie mélodie nom f s 4.08 7.77 3.61 5.95 -mélodies mélodie nom f p 4.08 7.77 0.47 1.82 -mélodieuse mélodieux adj f s 0.49 2.97 0.11 0.95 -mélodieusement mélodieusement adv 0.01 0.07 0.01 0.07 -mélodieuses mélodieux adj f p 0.49 2.97 0.01 0.14 -mélodieux mélodieux adj m 0.49 2.97 0.37 1.89 -mélodique mélodique adj s 0.06 0.47 0.03 0.34 -mélodiques mélodique adj p 0.06 0.47 0.03 0.14 -mélodramatique mélodramatique adj s 0.64 0.68 0.51 0.68 -mélodramatiques mélodramatique adj p 0.64 0.68 0.13 0.00 -mélodrame mélodrame nom m s 1.09 1.49 1.04 1.35 -mélodrames mélodrame nom m p 1.09 1.49 0.05 0.14 -mélomane mélomane adj m s 0.21 0.54 0.21 0.54 -mélomanes mélomane nom p 0.44 0.81 0.27 0.27 -mulon mulon nom m s 0.00 0.07 0.00 0.07 -mêlons mêler ver 53.84 112.64 0.19 0.20 imp:pre:1p;ind:pre:1p; -mélopée mélopée nom f s 0.02 3.51 0.01 2.84 -mélopées mélopée nom f p 0.02 3.51 0.01 0.68 -mélos mélo nom m p 0.89 1.08 0.05 0.14 -mêlât mêler ver 53.84 112.64 0.00 0.47 sub:imp:3s; -mulot mulot nom m s 0.06 1.55 0.04 0.88 -mulâtre mulâtre nom m s 0.77 1.08 0.50 0.74 -mulâtres mulâtre nom m p 0.77 1.08 0.27 0.34 -mulâtresse mulâtresse nom f s 0.14 0.34 0.01 0.20 -mulâtresses mulâtresse nom f p 0.14 0.34 0.14 0.14 -mulots mulot nom m p 0.06 1.55 0.01 0.68 -mêlèrent mêler ver 53.84 112.64 0.01 1.22 ind:pas:3p; -mélèze mélèze nom m s 0.04 1.08 0.03 0.41 -mélèzes mélèze nom m p 0.04 1.08 0.01 0.68 -multi_tâches multi_tâches adj f s 0.05 0.00 0.05 0.00 -multi multi adv 2.37 0.61 2.37 0.61 -multicellulaire multicellulaire adj s 0.02 0.00 0.02 0.00 -multicolore multicolore adj s 0.42 13.72 0.19 3.04 -multicolores multicolore adj p 0.42 13.72 0.23 10.68 -multiconfessionnel multiconfessionnel adj m s 0.01 0.00 0.01 0.00 -multicouche multicouche adj m s 0.01 0.00 0.01 0.00 -multiculturalisme multiculturalisme nom m s 0.01 0.00 0.01 0.00 -multiculturel multiculturel adj m s 0.10 0.00 0.03 0.00 -multiculturelle multiculturel adj f s 0.10 0.00 0.07 0.00 -multidimensionnel multidimensionnel adj m s 0.12 0.00 0.04 0.00 -multidimensionnelle multidimensionnel adj f s 0.12 0.00 0.06 0.00 -multidimensionnels multidimensionnel adj m p 0.12 0.00 0.01 0.00 -multidisciplinaire multidisciplinaire adj s 0.01 0.07 0.01 0.07 -multifamilial multifamilial adj m s 0.01 0.00 0.01 0.00 -multifonction multifonction adj m s 0.04 0.00 0.04 0.00 -multifonctionnel multifonctionnel adj m s 0.01 0.00 0.01 0.00 -multifonctions multifonctions adj m s 0.14 0.00 0.14 0.00 -multiforme multiforme adj s 0.04 0.74 0.02 0.47 -multiformes multiforme adj f p 0.04 0.74 0.01 0.27 -multifréquences multifréquence adj m p 0.01 0.00 0.01 0.00 -multigrade multigrade adj f s 0.00 0.34 0.00 0.34 -multimilliardaire multimilliardaire adj f s 0.04 0.00 0.04 0.00 -multimilliardaire multimilliardaire nom s 0.04 0.00 0.04 0.00 -multimillionnaire multimillionnaire nom s 0.13 0.00 0.09 0.00 -multimillionnaires multimillionnaire nom p 0.13 0.00 0.04 0.00 -multimédia multimédia adj s 0.08 0.00 0.08 0.00 -multinational multinational adj m s 0.53 0.27 0.07 0.07 -multinationale multinationale nom f s 1.71 0.41 0.48 0.27 -multinationales multinationale nom f p 1.71 0.41 1.22 0.14 -multinationaux multinational adj m p 0.53 0.27 0.00 0.07 -multipare multipare nom f s 0.00 0.07 0.00 0.07 -multipartite multipartite adj s 0.10 0.00 0.10 0.00 -multiple multiple adj s 6.60 18.18 0.84 3.92 -multiples multiple adj p 6.60 18.18 5.76 14.26 -multiplex multiplex nom m 0.09 0.00 0.09 0.00 -multiplexe multiplexe nom m s 0.04 0.00 0.01 0.00 -multiplexer multiplexer ver 0.02 0.00 0.01 0.00 inf; -multiplexes multiplexe nom m p 0.04 0.00 0.03 0.00 -multiplexé multiplexer ver m s 0.02 0.00 0.01 0.00 par:pas; -multiplia multiplier ver 6.07 22.91 0.00 0.81 ind:pas:3s; -multipliai multiplier ver 6.07 22.91 0.00 0.20 ind:pas:1s; -multipliaient multiplier ver 6.07 22.91 0.07 2.91 ind:imp:3p; -multipliais multiplier ver 6.07 22.91 0.00 0.20 ind:imp:1s; -multipliait multiplier ver 6.07 22.91 0.07 2.50 ind:imp:3s; -multipliant multiplier ver 6.07 22.91 0.10 2.23 par:pre; -multiplicateur multiplicateur adj m s 0.04 0.00 0.04 0.00 -multiplication multiplication nom f s 0.54 2.36 0.28 2.03 -multiplications multiplication nom f p 0.54 2.36 0.26 0.34 -multiplicité multiplicité nom f s 0.18 1.55 0.17 1.49 -multiplicités multiplicité nom f p 0.18 1.55 0.01 0.07 -multiplie multiplier ver 6.07 22.91 1.06 2.43 imp:pre:2s;ind:pre:1s;ind:pre:3s; -multiplient multiplier ver 6.07 22.91 1.29 2.16 ind:pre:3p; -multiplier multiplier ver 6.07 22.91 1.39 3.51 inf; -multiplierai multiplier ver 6.07 22.91 0.00 0.07 ind:fut:1s; -multiplieraient multiplier ver 6.07 22.91 0.00 0.14 cnd:pre:3p; -multiplierait multiplier ver 6.07 22.91 0.00 0.07 cnd:pre:3s; -multiplierons multiplier ver 6.07 22.91 0.02 0.00 ind:fut:1p; -multiplieront multiplier ver 6.07 22.91 0.04 0.14 ind:fut:3p; -multiplies multiplier ver 6.07 22.91 0.14 0.07 ind:pre:2s; -multipliez multiplier ver 6.07 22.91 0.50 0.27 imp:pre:2p;ind:pre:2p; -multipliions multiplier ver 6.07 22.91 0.00 0.07 ind:imp:1p; -multipliât multiplier ver 6.07 22.91 0.00 0.14 sub:imp:3s; -multiplièrent multiplier ver 6.07 22.91 0.01 0.81 ind:pas:3p; -multiplié multiplier ver m s 6.07 22.91 0.75 1.76 par:pas; -multipliée multiplier ver f s 6.07 22.91 0.27 0.81 par:pas; -multipliées multiplier ver f p 6.07 22.91 0.20 0.88 par:pas; -multipliés multiplier ver m p 6.07 22.91 0.16 0.74 par:pas; -multipoints multipoints adj f s 0.01 0.00 0.01 0.00 -multiprise multiprise nom f s 0.03 0.14 0.03 0.14 -multipropriété multipropriété nom f s 0.23 0.00 0.23 0.00 -multiracial multiracial adj m s 0.14 0.00 0.02 0.00 -multiraciale multiracial adj f s 0.14 0.00 0.10 0.00 -multiraciaux multiracial adj m p 0.14 0.00 0.02 0.00 -multirisque multirisque adj f s 0.14 0.07 0.14 0.07 -multirécidiviste multirécidiviste nom s 0.05 0.00 0.05 0.00 -multiséculaires multiséculaire adj p 0.00 0.07 0.00 0.07 -multitâche multitâche adj m s 0.04 0.00 0.03 0.00 -multitâches multitâche nom m p 0.06 0.00 0.04 0.00 -multitude multitude nom f s 1.38 10.27 1.31 9.66 -multitudes multitude nom f p 1.38 10.27 0.07 0.61 -mêlé_cass mêlé_cass nom m 0.00 0.20 0.00 0.20 -mêlé_casse mêlé_casse nom m 0.00 0.14 0.00 0.14 -mêlé mêler ver m s 53.84 112.64 7.40 13.65 par:pas; -mêlécasse mêlécasse nom m s 0.00 0.07 0.00 0.07 -mêlée mêler ver f s 53.84 112.64 2.98 11.89 par:pas; -mêlées mêler ver f p 53.84 112.64 0.23 6.76 par:pas; -mêlés mêler ver m p 53.84 112.64 1.12 8.72 par:pas; -même même pro_ind s 43.18 55.74 43.18 55.74 -mêmement mêmement adv 0.10 0.34 0.10 0.34 -mémentos mémento nom m p 0.00 0.07 0.00 0.07 -mêmes mêmes pro_ind p 14.48 18.38 14.48 18.38 -mémo mémo nom m s 3.21 0.07 2.72 0.00 -mémoire mémoire nom s 60.87 110.88 56.60 105.74 -mémoires mémoire nom p 60.87 110.88 4.27 5.14 -mémorabilité mémorabilité nom f s 0.00 0.07 0.00 0.07 -mémorable mémorable adj s 2.23 5.34 2.04 4.26 -mémorables mémorable adj p 2.23 5.34 0.19 1.08 -mémorandum mémorandum nom m s 0.10 2.91 0.09 2.91 -mémorandums mémorandum nom m p 0.10 2.91 0.01 0.00 -mémorial mémorial nom m s 0.81 0.41 0.80 0.34 -mémorialiste mémorialiste nom s 0.00 0.54 0.00 0.34 -mémorialistes mémorialiste nom p 0.00 0.54 0.00 0.20 -mémoriaux mémorial nom m p 0.81 0.41 0.01 0.07 -mémoriel mémoriel adj m s 0.18 0.07 0.07 0.00 -mémorielle mémoriel adj f s 0.18 0.07 0.06 0.00 -mémoriels mémoriel adj m p 0.18 0.07 0.04 0.07 -mémorisables mémorisable adj m p 0.00 0.07 0.00 0.07 -mémorisaient mémoriser ver 2.57 0.41 0.00 0.07 ind:imp:3p; -mémorisait mémoriser ver 2.57 0.41 0.02 0.00 ind:imp:3s; -mémorisation mémorisation nom f s 0.02 0.00 0.02 0.00 -mémorise mémoriser ver 2.57 0.41 0.24 0.07 imp:pre:2s;ind:pre:1s;ind:pre:3s; -mémorisent mémoriser ver 2.57 0.41 0.03 0.00 ind:pre:3p; -mémoriser mémoriser ver 2.57 0.41 1.30 0.14 inf; -mémoriserai mémoriser ver 2.57 0.41 0.03 0.00 ind:fut:1s; -mémoriserais mémoriser ver 2.57 0.41 0.01 0.00 cnd:pre:1s; -mémorisez mémoriser ver 2.57 0.41 0.27 0.00 imp:pre:2p;ind:pre:2p; -mémorisiez mémoriser ver 2.57 0.41 0.02 0.00 ind:imp:2p; -mémorisé mémoriser ver m s 2.57 0.41 0.50 0.00 par:pas; -mémorisée mémoriser ver f s 2.57 0.41 0.08 0.00 par:pas; -mémorisées mémoriser ver f p 2.57 0.41 0.01 0.00 par:pas; -mémorisés mémoriser ver m p 2.57 0.41 0.07 0.14 par:pas; -mémos mémo nom m p 3.21 0.07 0.49 0.07 -mémère mémère nom f s 1.03 5.34 1.00 3.78 -mémères mémère nom f p 1.03 5.34 0.04 1.55 -mémé mémé nom f s 8.21 35.34 8.15 34.39 -mémés mémé nom f p 8.21 35.34 0.06 0.95 -ménade ménade nom f s 0.01 0.20 0.01 0.14 -ménades ménade nom f p 0.01 0.20 0.00 0.07 -ménage ménage nom m s 29.46 32.91 27.55 29.26 -ménagea ménager ver 5.12 23.65 0.01 0.41 ind:pas:3s; -ménageaient ménager ver 5.12 23.65 0.01 0.95 ind:imp:3p; -ménageais ménager ver 5.12 23.65 0.14 0.47 ind:imp:1s; -ménageait ménager ver 5.12 23.65 0.13 1.82 ind:imp:3s; -ménageant ménager ver 5.12 23.65 0.14 1.62 par:pre; -ménagement ménagement nom m s 0.45 5.20 0.42 3.11 -ménagements ménagement nom m p 0.45 5.20 0.03 2.09 -ménagent ménager ver 5.12 23.65 0.16 0.54 ind:pre:3p; -ménageât ménager ver 5.12 23.65 0.00 0.34 sub:imp:3s; -ménager ménager ver 5.12 23.65 1.73 8.45 inf;; -ménagera ménager ver 5.12 23.65 0.01 0.14 ind:fut:3s; -ménagerai ménager ver 5.12 23.65 0.01 0.07 ind:fut:1s; -ménagerait ménager ver 5.12 23.65 0.00 0.27 cnd:pre:3s; -ménageras ménager ver 5.12 23.65 0.01 0.00 ind:fut:2s; -ménagerie ménagerie nom f s 0.56 2.23 0.54 2.09 -ménageries ménagerie nom f p 0.56 2.23 0.02 0.14 -ménagers ménager adj m p 2.87 9.12 1.11 1.76 -ménages ménage nom m p 29.46 32.91 1.91 3.65 -ménagez ménager ver 5.12 23.65 0.83 0.41 imp:pre:2p;ind:pre:2p; -ménagiez ménager ver 5.12 23.65 0.01 0.07 ind:imp:2p; -ménagions ménager ver 5.12 23.65 0.00 0.07 ind:imp:1p; -ménagère ménager nom f s 2.57 8.72 1.57 4.05 -ménagèrent ménager ver 5.12 23.65 0.00 0.14 ind:pas:3p; -ménagères ménager nom f p 2.57 8.72 0.95 4.53 -ménagé ménager ver m s 5.12 23.65 0.43 2.91 par:pas; -ménagée ménager ver f s 5.12 23.65 0.02 1.49 par:pas; -ménagées ménager ver f p 5.12 23.65 0.00 0.47 par:pas; -ménagés ménager ver m p 5.12 23.65 0.01 0.41 par:pas; -ménesse ménesse nom f s 0.00 0.07 0.00 0.07 -ménestrel ménestrel nom m s 0.43 0.14 0.28 0.00 -ménestrels ménestrel nom m p 0.43 0.14 0.14 0.14 -mungo mungo nom m s 0.02 0.00 0.02 0.00 -muni munir ver m s 2.06 14.53 1.14 6.62 par:pas; -munich munich nom s 0.00 0.07 0.00 0.07 -munichois munichois adj m p 0.10 0.14 0.10 0.07 -munichoise munichois adj f s 0.10 0.14 0.00 0.07 -municipal municipal adj m s 9.92 14.53 6.25 7.03 -municipale municipal adj f s 9.92 14.53 1.66 3.18 -municipales municipal adj f p 9.92 14.53 0.54 1.22 -municipalité municipalité nom f s 1.79 3.58 1.77 2.57 -municipalités municipalité nom f p 1.79 3.58 0.03 1.01 -municipaux municipal adj m p 9.92 14.53 1.47 3.11 -municipe municipe nom m s 0.00 0.27 0.00 0.20 -municipes municipe nom m p 0.00 0.27 0.00 0.07 -munie munir ver f s 2.06 14.53 0.29 3.78 par:pas; -munies munir ver f p 2.06 14.53 0.14 1.01 par:pas; -munificence munificence nom f s 0.14 1.01 0.00 0.81 -munificences munificence nom f p 0.14 1.01 0.14 0.20 -munificente munificent adj f s 0.00 0.14 0.00 0.07 -munificents munificent adj m p 0.00 0.14 0.00 0.07 -méninges méninge nom f p 1.08 2.70 1.08 2.70 -méningiome méningiome nom m s 0.01 0.00 0.01 0.00 -méningite méningite nom f s 0.99 0.81 0.96 0.81 -méningites méningite nom f p 0.99 0.81 0.03 0.00 -méningocoque méningocoque nom m s 0.01 0.00 0.01 0.00 -méningée méningé adj f s 0.04 0.07 0.04 0.07 -munir munir ver 2.06 14.53 0.24 0.88 inf; -munis munir ver m p 2.06 14.53 0.25 1.69 imp:pre:2s;ind:pre:1s;par:pas; -ménisque ménisque nom m s 0.39 0.41 0.28 0.27 -ménisques ménisque nom m p 0.39 0.41 0.10 0.14 -munissaient munir ver 2.06 14.53 0.00 0.07 ind:imp:3p; -munissait munir ver 2.06 14.53 0.00 0.14 ind:imp:3s; -munissant munir ver 2.06 14.53 0.00 0.07 par:pre; -munissent munir ver 2.06 14.53 0.00 0.07 ind:pre:3p; -munit munir ver 2.06 14.53 0.01 0.20 ind:pre:3s;ind:pas:3s; -munition munition nom f s 14.68 8.45 0.28 0.07 -munitions munition nom f p 14.68 8.45 14.40 8.38 -ménopause ménopause nom f s 0.83 1.01 0.83 1.01 -ménopausé ménopausé adj m s 0.15 0.14 0.01 0.00 -ménopausée ménopausé adj f s 0.15 0.14 0.10 0.14 -ménopausées ménopausé adj f p 0.15 0.14 0.04 0.00 -munster munster nom m s 0.05 0.20 0.05 0.20 -muon muon nom m s 0.01 0.00 0.01 0.00 -méphistophélique méphistophélique adj s 0.01 0.41 0.01 0.27 -méphistophéliques méphistophélique adj p 0.01 0.41 0.00 0.14 -méphitique méphitique adj f s 0.06 0.68 0.04 0.27 -méphitiques méphitique adj p 0.06 0.68 0.01 0.41 -muphti muphti nom m s 0.00 0.07 0.00 0.07 -méplat méplat nom m s 0.00 0.88 0.00 0.27 -méplats méplat nom m p 0.00 0.88 0.00 0.61 -méprît méprendre ver 4.70 6.15 0.00 0.07 sub:imp:3s; -méprenais méprendre ver 4.70 6.15 0.00 0.07 ind:imp:1s; -méprenait méprendre ver 4.70 6.15 0.00 0.14 ind:imp:3s; -méprenant méprendre ver 4.70 6.15 0.00 0.41 par:pre; -méprend méprendre ver 4.70 6.15 0.08 0.34 ind:pre:3s; -méprendre méprendre ver 4.70 6.15 0.27 2.09 inf; -méprendriez méprendre ver 4.70 6.15 0.00 0.07 cnd:pre:2p; -méprends méprendre ver 4.70 6.15 1.15 0.41 imp:pre:2s;ind:pre:1s;ind:pre:2s; -méprenez méprendre ver 4.70 6.15 2.51 0.27 imp:pre:2p;ind:pre:2p; -mépreniez méprendre ver 4.70 6.15 0.04 0.00 ind:imp:2p; -méprenne méprendre ver 4.70 6.15 0.04 0.27 sub:pre:3s; -méprennent méprendre ver 4.70 6.15 0.09 0.00 ind:pre:3p; -mépris mépris nom m 7.39 36.55 7.39 36.55 -méprisa mépriser ver 15.05 27.57 0.20 0.27 ind:pas:3s; -méprisable méprisable adj s 1.91 2.84 1.41 2.09 -méprisables méprisable adj p 1.91 2.84 0.50 0.74 -méprisai mépriser ver 15.05 27.57 0.00 0.14 ind:pas:1s; -méprisaient mépriser ver 15.05 27.57 0.23 1.22 ind:imp:3p; -méprisais mépriser ver 15.05 27.57 0.13 1.28 ind:imp:1s;ind:imp:2s; -méprisait mépriser ver 15.05 27.57 0.39 5.27 ind:imp:3s; -méprisamment méprisamment adv 0.01 0.00 0.01 0.00 -méprisant méprisant adj m s 0.63 9.86 0.40 4.80 -méprisante méprisant adj f s 0.63 9.86 0.19 3.65 -méprisantes méprisant adj f p 0.63 9.86 0.02 0.20 -méprisants méprisant adj m p 0.63 9.86 0.02 1.22 -méprise mépriser ver 15.05 27.57 6.43 4.19 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:1s; -méprisent mépriser ver 15.05 27.57 0.73 1.15 ind:pre:3p; -mépriser mépriser ver 15.05 27.57 1.76 4.93 inf; -méprisera mépriser ver 15.05 27.57 0.42 0.07 ind:fut:3s; -mépriserai mépriser ver 15.05 27.57 0.04 0.00 ind:fut:1s; -mépriseraient mépriser ver 15.05 27.57 0.01 0.00 cnd:pre:3p; -mépriserais mépriser ver 15.05 27.57 0.05 0.14 cnd:pre:1s;cnd:pre:2s; -mépriserait mépriser ver 15.05 27.57 0.02 0.20 cnd:pre:3s; -mépriseras mépriser ver 15.05 27.57 0.01 0.07 ind:fut:2s; -mépriseriez mépriser ver 15.05 27.57 0.10 0.07 cnd:pre:2p; -méprises mépriser ver 15.05 27.57 1.50 0.61 ind:pre:2s; -méprisez mépriser ver 15.05 27.57 0.79 0.34 imp:pre:2p;ind:pre:2p; -méprisiez mépriser ver 15.05 27.57 0.04 0.00 ind:imp:2p; -méprisions mépriser ver 15.05 27.57 0.01 0.47 ind:imp:1p;sub:pre:1p; -méprisons mépriser ver 15.05 27.57 0.29 0.14 imp:pre:1p;ind:pre:1p; -méprisé mépriser ver m s 15.05 27.57 0.85 2.77 par:pas; -méprisée mépriser ver f s 15.05 27.57 0.19 0.81 par:pas; -méprisées mépriser ver f p 15.05 27.57 0.30 0.47 par:pas; -méprisés mépriser ver m p 15.05 27.57 0.21 0.68 par:pas; -méprit méprendre ver 4.70 6.15 0.00 0.68 ind:pas:3s; -muqueuse muqueux nom f s 0.11 1.82 0.11 0.61 -muqueuses muqueuse nom f p 0.19 0.00 0.19 0.00 -muqueux muqueux adj m s 0.19 0.47 0.15 0.07 -mur mur nom m s 88.93 317.77 58.90 172.57 -mura murer ver 1.39 6.96 0.11 0.20 ind:pas:3s; -murage murage nom m s 0.01 0.00 0.01 0.00 -muraient murer ver 1.39 6.96 0.00 0.07 ind:imp:3p; -muraille muraille nom f s 2.61 20.88 1.28 11.01 -murailles muraille nom f p 2.61 20.88 1.32 9.86 -murait murer ver 1.39 6.96 0.00 0.34 ind:imp:3s; -mural mural adj m s 0.35 3.24 0.08 1.76 -murale mural adj f s 0.35 3.24 0.20 1.01 -murales mural adj f p 0.35 3.24 0.05 0.47 -murant murer ver 1.39 6.96 0.00 0.14 par:pre; -muraux mural adj m p 0.35 3.24 0.02 0.00 -mure murer ver 1.39 6.96 0.26 0.07 imp:pre:2s;ind:pre:3s; -murent mouvoir ver 1.75 13.18 0.00 0.07 ind:pas:3p; -murer murer ver 1.39 6.96 0.05 1.28 inf; -murerait murer ver 1.39 6.96 0.00 0.07 cnd:pre:3s; -mures murer ver 1.39 6.96 0.01 0.00 ind:pre:2s; -muret muret nom m s 0.28 3.24 0.28 2.64 -muretin muretin nom m s 0.00 0.27 0.00 0.07 -muretins muretin nom m p 0.00 0.27 0.00 0.20 -murets muret nom m p 0.28 3.24 0.00 0.61 -murette murette nom f s 0.00 4.26 0.00 3.31 -murettes murette nom f p 0.00 4.26 0.00 0.95 -murex murex nom m 0.00 0.07 0.00 0.07 -murez murer ver 1.39 6.96 0.00 0.07 imp:pre:2p; -muriatique muriatique adj m s 0.01 0.07 0.01 0.07 -méridien méridien nom m s 0.25 0.95 0.22 0.47 -méridienne méridien adj f s 0.09 0.54 0.04 0.14 -méridiennes méridien adj f p 0.09 0.54 0.00 0.07 -méridiens méridien nom m p 0.25 0.95 0.01 0.14 -méridional méridional adj m s 1.00 2.43 0.32 1.15 -méridionale méridional adj f s 1.00 2.43 0.46 0.88 -méridionales méridional adj f p 1.00 2.43 0.11 0.34 -méridionaux méridional nom m p 0.78 0.47 0.55 0.07 -muridés muridé nom m p 0.02 0.00 0.02 0.00 -murin murin nom m s 0.01 0.00 0.01 0.00 -mérinos mérinos nom m 0.01 0.27 0.01 0.27 -mérita mériter ver 97.06 54.53 0.00 0.14 ind:pas:3s; -méritaient mériter ver 97.06 54.53 1.18 2.30 ind:imp:3p; -méritais mériter ver 97.06 54.53 2.12 1.76 ind:imp:1s;ind:imp:2s; -méritait mériter ver 97.06 54.53 6.08 9.93 ind:imp:3s; -méritant méritant adj m s 0.85 1.89 0.51 0.61 -méritante méritant adj f s 0.85 1.89 0.10 0.34 -méritantes méritant adj f p 0.85 1.89 0.04 0.41 -méritants méritant adj m p 0.85 1.89 0.21 0.54 -méritassent mériter ver 97.06 54.53 0.00 0.07 sub:imp:3p; -mérite mériter ver 97.06 54.53 39.92 13.78 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:1s;sub:pre:3s; -méritent mériter ver 97.06 54.53 6.62 2.64 ind:pre:3p; -mériter mériter ver 97.06 54.53 6.73 6.42 inf; -méritera mériter ver 97.06 54.53 0.11 0.07 ind:fut:3s; -mériterai mériter ver 97.06 54.53 0.02 0.07 ind:fut:1s; -mériteraient mériter ver 97.06 54.53 0.31 0.47 cnd:pre:3p; -mériterais mériter ver 97.06 54.53 1.15 0.54 cnd:pre:1s;cnd:pre:2s; -mériterait mériter ver 97.06 54.53 1.29 1.82 cnd:pre:3s; -mériteras mériter ver 97.06 54.53 0.04 0.14 ind:fut:2s; -mériteriez mériter ver 97.06 54.53 0.31 0.20 cnd:pre:2p; -mériteront mériter ver 97.06 54.53 0.06 0.00 ind:fut:3p; -mérites mériter ver 97.06 54.53 11.08 1.15 ind:pre:2s;sub:pre:2s; -méritez mériter ver 97.06 54.53 5.25 1.01 imp:pre:2p;ind:pre:2p; -méritiez mériter ver 97.06 54.53 0.36 0.34 ind:imp:2p; -méritions mériter ver 97.06 54.53 0.04 0.20 ind:imp:1p; -méritocratie méritocratie nom f s 0.01 0.00 0.01 0.00 -méritoire méritoire adj s 0.47 2.09 0.36 1.62 -méritoires méritoire adj p 0.47 2.09 0.11 0.47 -méritons mériter ver 97.06 54.53 1.16 0.20 imp:pre:1p;ind:pre:1p; -méritât mériter ver 97.06 54.53 0.00 0.20 sub:imp:3s; -mérité mériter ver m s 97.06 54.53 11.34 8.31 par:pas; -méritée mériter ver f s 97.06 54.53 1.43 1.42 par:pas; -méritées mériter ver f p 97.06 54.53 0.28 0.47 par:pas; -mérités mériter ver m p 97.06 54.53 0.05 0.47 par:pas; -murmel murmel nom m s 0.00 0.07 0.00 0.07 -murmura murmurer ver 7.27 123.58 0.80 58.31 ind:pas:3s; -murmurai murmurer ver 7.27 123.58 0.12 3.31 ind:pas:1s; -murmuraient murmurer ver 7.27 123.58 0.35 1.55 ind:imp:3p; -murmurais murmurer ver 7.27 123.58 0.03 0.95 ind:imp:1s;ind:imp:2s; -murmurait murmurer ver 7.27 123.58 0.55 12.50 ind:imp:3s; -murmurant murmurer ver 7.27 123.58 0.38 7.64 par:pre; -murmurante murmurant adj f s 0.14 1.22 0.14 0.41 -murmurantes murmurant adj f p 0.14 1.22 0.00 0.14 -murmurants murmurant adj m p 0.14 1.22 0.00 0.14 -murmuras murmurer ver 7.27 123.58 0.00 0.07 ind:pas:2s; -murmure murmurer ver 7.27 123.58 2.29 14.86 imp:pre:2s;ind:pre:1s;ind:pre:3s; -murmurent murmurer ver 7.27 123.58 0.58 0.81 ind:pre:3p; -murmurer murmurer ver 7.27 123.58 1.17 10.14 inf; -murmurera murmurer ver 7.27 123.58 0.01 0.07 ind:fut:3s; -murmureraient murmurer ver 7.27 123.58 0.00 0.07 cnd:pre:3p; -murmurerait murmurer ver 7.27 123.58 0.01 0.27 cnd:pre:3s; -murmureront murmurer ver 7.27 123.58 0.01 0.00 ind:fut:3p; -murmures murmure nom m p 3.40 31.62 1.78 6.49 -murmurez murmurer ver 7.27 123.58 0.12 0.14 imp:pre:2p;ind:pre:2p; -murmurions murmurer ver 7.27 123.58 0.01 0.14 ind:imp:1p; -murmurèrent murmurer ver 7.27 123.58 0.10 0.34 ind:pas:3p; -murmuré murmurer ver m s 7.27 123.58 0.63 10.81 par:pas; -murmurée murmurer ver f s 7.27 123.58 0.00 0.27 par:pas; -murmurées murmurer ver f p 7.27 123.58 0.01 0.81 par:pas; -murmurés murmurer ver m p 7.27 123.58 0.00 0.47 par:pas; -mérou mérou nom m s 0.99 0.14 0.99 0.14 -mérovingien mérovingien adj m s 0.00 0.41 0.00 0.07 -mérovingienne mérovingien adj f s 0.00 0.41 0.00 0.14 -mérovingiennes mérovingien adj f p 0.00 0.41 0.00 0.20 -murs mur nom m p 88.93 317.77 30.04 145.20 -murène murène nom f s 0.56 0.47 0.41 0.20 -murènes murène nom f p 0.56 0.47 0.14 0.27 -murèrent murer ver 1.39 6.96 0.00 0.07 ind:pas:3p; -muré murer ver m s 1.39 6.96 0.38 1.96 par:pas; -murée murer ver f s 1.39 6.96 0.56 1.42 par:pas; -murées murer ver f p 1.39 6.96 0.00 0.61 par:pas; -murés murer ver m p 1.39 6.96 0.02 0.68 par:pas; -mus mu adj m p 0.18 0.00 0.18 0.00 -musa muser ver 0.44 0.74 0.00 0.07 ind:pas:3s; -musagètes musagète adj m p 0.00 0.07 0.00 0.07 -musait muser ver 0.44 0.74 0.00 0.14 ind:imp:3s; -mésalliance mésalliance nom f s 0.05 0.54 0.05 0.47 -mésalliances mésalliance nom f p 0.05 0.54 0.00 0.07 -mésallieras mésallier ver 0.00 0.27 0.00 0.14 ind:fut:2s; -mésallies mésallier ver 0.00 0.27 0.00 0.07 ind:pre:2s; -mésalliés mésallier ver m p 0.00 0.27 0.00 0.07 par:pas; -mésange mésange nom f s 0.42 7.64 0.19 6.89 -mésanges mésange nom f p 0.42 7.64 0.23 0.74 -musant muser ver 0.44 0.74 0.00 0.14 par:pre; -musaraigne musaraigne nom f s 0.07 0.61 0.05 0.47 -musaraignes musaraigne nom f p 0.07 0.61 0.02 0.14 -musard musard adj m s 0.00 0.20 0.00 0.14 -musarda musarder ver 0.03 1.42 0.00 0.07 ind:pas:3s; -musardaient musarder ver 0.03 1.42 0.00 0.14 ind:imp:3p; -musardait musarder ver 0.03 1.42 0.00 0.34 ind:imp:3s; -musardant musarder ver 0.03 1.42 0.00 0.07 par:pre; -musarde musarder ver 0.03 1.42 0.00 0.20 ind:pre:3s; -musarder musarder ver 0.03 1.42 0.03 0.54 inf; -musardez musarder ver 0.03 1.42 0.00 0.07 imp:pre:2p; -musardise musardise nom f s 0.00 0.07 0.00 0.07 -musards musard adj m p 0.00 0.20 0.00 0.07 -mésaventure mésaventure nom f s 0.78 4.26 0.58 3.31 -mésaventures mésaventure nom f p 0.78 4.26 0.20 0.95 -musc musc nom m s 0.28 0.81 0.28 0.81 -muscade muscade nom f s 0.52 1.15 0.52 1.15 -muscadelle muscadelle nom f s 0.00 0.07 0.00 0.07 -muscadet muscadet nom m s 0.30 1.69 0.30 1.69 -muscadin muscadin nom m s 0.00 0.07 0.00 0.07 -muscadine muscadine nom f s 0.00 0.07 0.00 0.07 -muscat muscat nom m s 0.36 1.28 0.36 1.15 -muscats muscat nom m p 0.36 1.28 0.00 0.14 -musclant muscler ver 1.46 2.50 0.01 0.00 par:pre; -muscle muscle nom m s 15.61 34.53 3.86 3.92 -musclent muscler ver 1.46 2.50 0.01 0.14 ind:pre:3p; -muscler muscler ver 1.46 2.50 0.52 0.27 inf; -muscles muscle nom m p 15.61 34.53 11.75 30.61 -musclé musclé adj m s 2.60 7.03 1.52 2.50 -musclée musclé adj f s 2.60 7.03 0.17 1.28 -musclées musclé adj f p 2.60 7.03 0.14 1.28 -musclés musclé adj m p 2.60 7.03 0.76 1.96 -muscovite muscovite nom f s 0.01 0.00 0.01 0.00 -musculaire musculaire adj s 2.55 2.77 1.66 1.82 -musculaires musculaire adj p 2.55 2.77 0.90 0.95 -musculation musculation nom f s 0.48 0.20 0.48 0.20 -musculature musculature nom f s 0.36 1.89 0.36 1.89 -musculeuse musculeux adj f s 0.03 2.30 0.00 0.81 -musculeuses musculeux adj f p 0.03 2.30 0.00 0.41 -musculeux musculeux adj m 0.03 2.30 0.03 1.08 -muse muse nom f s 2.42 1.35 1.82 0.81 -museau museau nom m s 1.86 12.64 1.60 11.76 -museaux museau nom m p 1.86 12.64 0.26 0.88 -muselait museler ver 0.40 1.01 0.00 0.07 ind:imp:3s; -muselant museler ver 0.40 1.01 0.01 0.07 par:pre; -museler museler ver 0.40 1.01 0.19 0.34 inf; -muselière muselière nom f s 0.74 0.81 0.62 0.74 -muselières muselière nom f p 0.74 0.81 0.12 0.07 -muselle museler ver 0.40 1.01 0.01 0.07 imp:pre:2s;ind:pre:3s; -musellerait museler ver 0.40 1.01 0.00 0.07 cnd:pre:3s; -muselons museler ver 0.40 1.01 0.01 0.00 imp:pre:1p; -muselé museler ver m s 0.40 1.01 0.15 0.07 par:pas; -muselée museler ver f s 0.40 1.01 0.01 0.07 par:pas; -muselées museler ver f p 0.40 1.01 0.00 0.07 par:pas; -muselés museler ver m p 0.40 1.01 0.02 0.20 par:pas; -mésencéphale mésencéphale nom m s 0.04 0.00 0.04 0.00 -mésentente mésentente nom f s 0.11 0.61 0.08 0.34 -mésententes mésentente nom f p 0.11 0.61 0.03 0.27 -mésentère mésentère nom m s 0.01 0.00 0.01 0.00 -mésentérique mésentérique adj s 0.11 0.00 0.11 0.00 -muser muser ver 0.44 0.74 0.10 0.07 inf; -muserolle muserolle nom f s 0.00 0.07 0.00 0.07 -muses muse nom f p 2.42 1.35 0.60 0.54 -mésestimant mésestimer ver 0.10 0.20 0.00 0.07 par:pre; -mésestime mésestimer ver 0.10 0.20 0.03 0.00 imp:pre:2s;ind:pre:1s; -mésestimer mésestimer ver 0.10 0.20 0.00 0.07 inf; -mésestimez mésestimer ver 0.10 0.20 0.02 0.07 imp:pre:2p;ind:pre:2p; -mésestimé mésestimer ver m s 0.10 0.20 0.05 0.00 par:pas; -musette musette nom f s 0.77 18.45 0.75 13.78 -musettes_repa musettes_repa nom f p 0.00 0.07 0.00 0.07 -musettes musette nom f p 0.77 18.45 0.02 4.66 -music_hall music_hall nom m s 1.85 4.32 1.70 3.78 -music_hall music_hall nom m p 1.85 4.32 0.13 0.54 -music_hall music_hall nom m s 1.85 4.32 0.02 0.00 -musical musical adj m s 24.76 10.54 17.50 3.45 -musicale musical adj f s 24.76 10.54 4.88 4.19 -musicalement musicalement adv 0.30 0.27 0.30 0.27 -musicales musical adj f p 24.76 10.54 1.63 1.96 -musicalité musicalité nom f s 0.14 0.47 0.14 0.47 -musicaux musical adj m p 24.76 10.54 0.75 0.95 -musicien musicien nom m s 12.90 16.08 4.78 5.88 -musicienne musicien nom f s 12.90 16.08 0.79 0.14 -musiciennes musicienne nom f p 0.40 0.00 0.40 0.00 -musiciens musicien nom m p 12.90 16.08 7.31 9.86 -musico musico adv 0.00 0.68 0.00 0.68 -musicographes musicographe nom p 0.00 0.07 0.00 0.07 -musicologie musicologie nom f s 0.03 0.00 0.03 0.00 -musicologique musicologique adj m s 0.02 0.00 0.02 0.00 -musicologue musicologue nom s 0.01 0.34 0.01 0.07 -musicologues musicologue nom p 0.01 0.34 0.00 0.27 -musicothérapie musicothérapie nom f s 0.01 0.00 0.01 0.00 -mésintelligence mésintelligence nom f s 0.00 0.07 0.00 0.07 -mésinterpréter mésinterpréter ver 0.00 0.14 0.00 0.14 inf; -musiquait musiquer ver 0.27 0.34 0.00 0.07 ind:imp:3s; -musique musique nom f s 169.80 114.32 168.89 109.80 -musiquer musiquer ver 0.27 0.34 0.00 0.14 inf; -musiques musique nom f p 169.80 114.32 0.91 4.53 -musiquette musiquette nom f s 0.00 0.47 0.00 0.34 -musiquettes musiquette nom f p 0.00 0.47 0.00 0.14 -muskogee muskogee nom s 0.01 0.00 0.01 0.00 -mésodermiques mésodermique adj p 0.01 0.00 0.01 0.00 -musoir musoir nom m s 0.00 0.07 0.00 0.07 -mésomorphe mésomorphe adj m s 0.02 0.00 0.02 0.00 -mésomorphique mésomorphique adj s 0.01 0.00 0.01 0.00 -méson méson nom m s 0.04 0.00 0.03 0.00 -mésons méson nom m p 0.04 0.00 0.01 0.00 -mésopotamien mésopotamien adj m s 0.05 0.00 0.04 0.00 -mésopotamienne mésopotamienne nom f s 0.00 0.07 0.00 0.07 -mésopotamiens mésopotamien nom m p 0.03 0.00 0.03 0.00 -mésosphère mésosphère nom f s 0.02 0.00 0.02 0.00 -mésozoïque mésozoïque adj f s 0.04 0.00 0.04 0.00 -musqué musqué adj m s 0.18 1.49 0.14 0.41 -musquée musqué adj f s 0.18 1.49 0.01 0.68 -musquées musqué adj f p 0.18 1.49 0.00 0.14 -musqués musqué adj m p 0.18 1.49 0.04 0.27 -mussais musser ver 0.00 0.41 0.00 0.07 ind:imp:1s; -musse musser ver 0.00 0.41 0.00 0.07 ind:pre:3s; -mussent musser ver 0.00 0.41 0.00 0.07 ind:pre:3p; -mussolinien mussolinien adj m s 0.00 0.41 0.00 0.14 -mussolinienne mussolinien adj f s 0.00 0.41 0.00 0.14 -mussoliniens mussolinien adj m p 0.00 0.41 0.00 0.14 -mussée musser ver f s 0.00 0.41 0.00 0.07 par:pas; -mussés musser ver m p 0.00 0.41 0.00 0.14 par:pas; -must must nom m 3.98 0.54 3.98 0.54 -mustang mustang nom m s 0.75 0.14 0.32 0.07 -mustangs mustang nom m p 0.75 0.14 0.43 0.07 -mustélidés mustélidé nom m p 0.00 0.07 0.00 0.07 -musée musée nom m s 20.70 28.38 18.59 21.55 -musées musée nom m p 20.70 28.38 2.11 6.82 -musulman musulman adj m s 5.84 7.09 2.00 2.09 -musulmane musulman adj f s 5.84 7.09 1.84 2.09 -musulmanes musulman adj f p 5.84 7.09 0.54 0.81 -musulmans musulman nom m p 6.22 6.22 4.00 3.92 -muséologie muséologie nom f s 0.01 0.00 0.01 0.00 -muséologique muséologique adj f s 0.01 0.00 0.01 0.00 -muséologue muséologue nom s 0.01 0.00 0.01 0.00 -mésusage mésusage nom m s 0.00 0.07 0.00 0.07 -mésuser mésuser ver 0.00 0.07 0.00 0.07 inf; -muséum muséum nom m s 0.24 0.20 0.24 0.20 -méta méta nom m s 0.14 0.14 0.14 0.14 -mutabilité mutabilité nom f s 0.03 0.00 0.03 0.00 -mutable mutable adj s 0.03 0.00 0.02 0.00 -mutables mutable adj p 0.03 0.00 0.01 0.00 -métabolique métabolique adj s 0.28 0.00 0.28 0.00 -métaboliser métaboliser ver 0.02 0.00 0.02 0.00 inf; -métabolisme métabolisme nom m s 1.27 0.20 1.22 0.20 -métabolismes métabolisme nom m p 1.27 0.20 0.05 0.00 -métabolite métabolite nom m s 0.07 0.00 0.07 0.00 -métacarpe métacarpe nom m s 0.13 0.00 0.13 0.00 -métacarpien métacarpien nom m s 0.04 0.00 0.03 0.00 -métacarpiens métacarpien nom m p 0.04 0.00 0.01 0.00 -mutagène mutagène adj m s 0.02 0.00 0.02 0.00 -métairie métairie nom f s 0.00 1.15 0.00 0.74 -métairies métairie nom f p 0.00 1.15 0.00 0.41 -métal métal nom m s 14.36 44.73 12.16 41.82 -métallique métallique adj s 3.34 23.78 2.60 16.49 -métalliques métallique adj p 3.34 23.78 0.74 7.30 -métallisation métallisation nom f s 0.01 0.00 0.01 0.00 -métallise métalliser ver 0.62 1.15 0.00 0.07 ind:pre:3s; -métallisent métalliser ver 0.62 1.15 0.00 0.07 ind:pre:3p; -métallisé métalliser ver m s 0.62 1.15 0.48 0.68 par:pas; -métallisée métalliser ver f s 0.62 1.15 0.12 0.20 par:pas; -métallisées métalliser ver f p 0.62 1.15 0.00 0.07 par:pas; -métallisés métalliser ver m p 0.62 1.15 0.01 0.07 par:pas; -métallo métallo nom m s 0.02 1.08 0.02 0.47 -métallographie métallographie nom f s 0.04 0.00 0.04 0.00 -métallos métallo nom m p 0.02 1.08 0.00 0.61 -métallurgie métallurgie nom f s 0.16 0.47 0.16 0.47 -métallurgique métallurgique adj s 0.07 0.54 0.07 0.47 -métallurgiques métallurgique adj f p 0.07 0.54 0.00 0.07 -métallurgiste métallurgiste nom m s 0.27 0.34 0.23 0.07 -métallurgistes métallurgiste nom m p 0.27 0.34 0.04 0.27 -métamorphique métamorphique adj f s 0.01 0.00 0.01 0.00 -métamorphosa métamorphoser ver 0.94 9.26 0.02 0.20 ind:pas:3s; -métamorphosaient métamorphoser ver 0.94 9.26 0.00 0.27 ind:imp:3p; -métamorphosait métamorphoser ver 0.94 9.26 0.00 1.49 ind:imp:3s; -métamorphosant métamorphoser ver 0.94 9.26 0.10 0.27 par:pre; -métamorphose métamorphose nom f s 1.59 11.22 1.22 9.12 -métamorphosent métamorphoser ver 0.94 9.26 0.00 0.20 ind:pre:3p; -métamorphoser métamorphoser ver 0.94 9.26 0.37 1.69 inf; -métamorphoseraient métamorphoser ver 0.94 9.26 0.00 0.07 cnd:pre:3p; -métamorphoserait métamorphoser ver 0.94 9.26 0.00 0.07 cnd:pre:3s; -métamorphoses métamorphose nom f p 1.59 11.22 0.37 2.09 -métamorphosez métamorphoser ver 0.94 9.26 0.00 0.07 ind:pre:2p; -métamorphosions métamorphoser ver 0.94 9.26 0.00 0.07 ind:imp:1p; -métamorphosât métamorphoser ver 0.94 9.26 0.00 0.07 sub:imp:3s; -métamorphosèrent métamorphoser ver 0.94 9.26 0.01 0.00 ind:pas:3p; -métamorphosé métamorphoser ver m s 0.94 9.26 0.22 1.96 par:pas; -métamorphosée métamorphoser ver f s 0.94 9.26 0.11 1.08 par:pas; -métamorphosées métamorphoser ver f p 0.94 9.26 0.00 0.14 par:pas; -métamorphosés métamorphoser ver m p 0.94 9.26 0.01 0.47 par:pas; -mutant mutant nom m s 4.67 0.81 1.93 0.27 -mutante mutant adj f s 2.02 0.07 0.98 0.00 -mutantes mutant adj f p 2.02 0.07 0.10 0.00 -mutants mutant nom m p 4.67 0.81 2.46 0.54 -métaphase métaphase nom f s 0.01 0.00 0.01 0.00 -métaphore métaphore nom f s 4.71 3.31 4.04 1.89 -métaphores métaphore nom f p 4.71 3.31 0.67 1.42 -métaphorique métaphorique adj s 0.27 0.20 0.26 0.20 -métaphoriquement métaphoriquement adv 0.51 0.07 0.51 0.07 -métaphoriques métaphorique adj p 0.27 0.20 0.01 0.00 -métaphysicien métaphysicien nom m s 0.03 0.47 0.02 0.14 -métaphysicienne métaphysicien nom f s 0.03 0.47 0.00 0.07 -métaphysiciens métaphysicien nom m p 0.03 0.47 0.01 0.27 -métaphysique métaphysique adj s 0.91 6.35 0.64 4.12 -métaphysiquement métaphysiquement adv 0.01 0.14 0.01 0.14 -métaphysiques métaphysique adj p 0.91 6.35 0.27 2.23 -métapsychique métapsychique adj s 0.11 0.00 0.11 0.00 -métapsychologie métapsychologie nom f s 0.01 0.07 0.01 0.07 -métapsychologique métapsychologique adj s 0.00 0.07 0.00 0.07 -métastase métastase nom f s 0.28 0.27 0.08 0.20 -métastases métastase nom f p 0.28 0.27 0.20 0.07 -métastasé métastaser ver m s 0.10 0.07 0.10 0.07 par:pas; -métastatique métastatique adj s 0.08 0.00 0.08 0.00 -métatarses métatarse nom m p 0.01 0.00 0.01 0.00 -métatarsienne métatarsien adj f s 0.03 0.00 0.03 0.00 -mutation mutation nom f s 5.53 4.32 4.67 3.18 -mutations mutation nom f p 5.53 4.32 0.85 1.15 -mutatis_mutandis mutatis_mutandis adv 0.00 0.07 0.00 0.07 -métaux métal nom m p 14.36 44.73 2.19 2.91 -métayage métayage nom m s 0.01 0.07 0.01 0.07 -métayer métayer nom m s 0.23 1.49 0.11 0.81 -métayers métayer nom m p 0.23 1.49 0.12 0.68 -métazoaires métazoaire nom m p 0.00 0.07 0.00 0.07 -mute muter ver 7.04 2.09 0.24 0.14 ind:pre:1s;ind:pre:3s; -métempsychose métempsychose nom f s 0.00 0.07 0.00 0.07 -métempsycose métempsycose nom f s 0.14 0.27 0.14 0.27 -mutent muter ver 7.04 2.09 0.08 0.00 ind:pre:3p; -muter muter ver 7.04 2.09 1.88 0.47 inf; -mutera muter ver 7.04 2.09 0.01 0.00 ind:fut:3s; -muterai muter ver 7.04 2.09 0.34 0.00 ind:fut:1s; -muteront muter ver 7.04 2.09 0.01 0.00 ind:fut:3p; -méthacrylate méthacrylate nom m s 0.01 0.00 0.01 0.00 -méthadone méthadone nom f s 0.73 0.00 0.73 0.00 -méthanal méthanal nom m s 0.01 0.00 0.01 0.00 -méthane méthane nom m s 0.70 0.20 0.70 0.20 -méthanol méthanol nom m s 0.13 0.00 0.13 0.00 -méthode méthode nom f s 24.87 24.86 13.83 16.42 -méthodes méthode nom f p 24.87 24.86 11.04 8.45 -méthodique méthodique adj s 0.67 3.18 0.60 2.84 -méthodiquement méthodiquement adv 0.09 4.26 0.09 4.26 -méthodiques méthodique adj p 0.67 3.18 0.07 0.34 -méthodisme méthodisme nom m s 0.00 0.14 0.00 0.14 -méthodiste méthodiste adj s 0.20 0.20 0.15 0.14 -méthodistes méthodiste nom p 0.28 0.07 0.18 0.07 -méthodologie méthodologie nom f s 0.27 0.00 0.27 0.00 -méthodologique méthodologique adj f s 0.02 0.07 0.02 0.07 -méthédrine méthédrine nom f s 0.09 0.00 0.09 0.00 -méthyle méthyle nom m s 0.05 0.00 0.05 0.00 -méthylique méthylique adj s 0.01 0.00 0.01 0.00 -méthylène méthylène nom m s 0.05 0.34 0.05 0.34 -méticuleuse méticuleux adj f s 2.40 6.28 0.52 1.82 -méticuleusement méticuleusement adv 0.37 2.57 0.37 2.57 -méticuleuses méticuleux adj f p 2.40 6.28 0.09 0.34 -méticuleux méticuleux adj m 2.40 6.28 1.79 4.12 -méticulosité méticulosité nom f s 0.00 0.34 0.00 0.34 -métier métier nom m s 55.03 84.53 53.22 75.54 -métiers métier nom m p 55.03 84.53 1.81 8.99 -mutila mutiler ver 2.36 4.39 0.01 0.20 ind:pas:3s; -mutilais mutiler ver 2.36 4.39 0.01 0.00 ind:imp:2s; -mutilait mutiler ver 2.36 4.39 0.02 0.27 ind:imp:3s; -mutilant mutiler ver 2.36 4.39 0.14 0.07 par:pre; -mutilante mutilant adj f s 0.00 0.20 0.00 0.14 -mutilateur mutilateur adj m s 0.03 0.00 0.03 0.00 -mutilation mutilation nom f s 2.02 2.57 1.13 1.82 -mutilations mutilation nom f p 2.02 2.57 0.89 0.74 -mutile mutiler ver 2.36 4.39 0.17 0.41 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -mutilent mutiler ver 2.36 4.39 0.08 0.07 ind:pre:3p; -mutiler mutiler ver 2.36 4.39 0.67 0.81 inf; -mutilera mutiler ver 2.36 4.39 0.00 0.07 ind:fut:3s; -mutileraient mutiler ver 2.36 4.39 0.01 0.07 cnd:pre:3p; -mutilé mutilé adj m s 2.21 6.15 1.22 1.76 -mutilée mutiler ver f s 2.36 4.39 0.40 0.68 par:pas; -mutilées mutilé adj f p 2.21 6.15 0.04 1.01 -mutilés mutilé adj m p 2.21 6.15 0.72 1.96 -mutin mutin adj m s 0.33 0.88 0.27 0.27 -mutina mutiner ver 0.85 0.47 0.03 0.07 ind:pas:3s; -mutinaient mutiner ver 0.85 0.47 0.03 0.07 ind:imp:3p; -mutine mutiner ver 0.85 0.47 0.04 0.07 ind:pre:3s; -mutinent mutiner ver 0.85 0.47 0.11 0.00 ind:pre:3p; -mutiner mutiner ver 0.85 0.47 0.18 0.14 inf; -mutinerie mutinerie nom f s 3.13 1.15 2.97 0.81 -mutineries mutinerie nom f p 3.13 1.15 0.16 0.34 -mutines mutin adj f p 0.33 0.88 0.01 0.07 -mutinez mutiner ver 0.85 0.47 0.01 0.00 ind:pre:2p; -métingue métingue nom m s 0.00 0.14 0.00 0.14 -mutins mutin nom m p 0.70 1.01 0.59 0.61 -mutiné mutiner ver m s 0.85 0.47 0.31 0.14 par:pas; -mutinée mutiner ver f s 0.85 0.47 0.10 0.00 par:pas; -mutinés mutiné adj m p 0.15 0.07 0.05 0.07 -mutique mutique adj m s 0.01 0.07 0.01 0.07 -métis métis nom m 1.91 2.97 1.91 2.97 -mutisme mutisme nom m s 0.97 6.89 0.97 6.82 -mutismes mutisme nom m p 0.97 6.89 0.00 0.07 -métissage métissage nom m s 0.23 1.15 0.23 0.88 -métissages métissage nom m p 0.23 1.15 0.00 0.27 -métisse métisse adj f s 0.23 0.54 0.19 0.34 -métisser métisser ver 0.40 0.34 0.00 0.07 inf; -métisses métisse adj f p 0.23 0.54 0.04 0.20 -métissez métisser ver 0.40 0.34 0.00 0.07 imp:pre:2p; -métissé métisser ver m s 0.40 0.34 0.39 0.14 par:pas; -métissée métisser ver f s 0.40 0.34 0.01 0.07 par:pas; -mutité mutité nom f s 0.00 0.20 0.00 0.20 -métonymie métonymie nom f s 0.00 0.07 0.00 0.07 -métopes métope nom f p 0.00 0.07 0.00 0.07 -mutât muter ver 7.04 2.09 0.00 0.07 sub:imp:3s; -métra métrer ver 0.16 0.61 0.04 0.00 ind:pas:3s; -métrage métrage nom m s 0.91 1.69 0.69 1.08 -métrages métrage nom m p 0.91 1.69 0.22 0.61 -métras métrer ver 0.16 0.61 0.01 0.00 ind:pas:2s; -métreur métreur nom m s 0.01 0.00 0.01 0.00 -métrique métrique adj s 0.24 0.27 0.24 0.27 -métriques métrique nom f p 0.04 0.07 0.01 0.00 -métrite métrite nom f s 0.00 0.14 0.00 0.07 -métrites métrite nom f p 0.00 0.14 0.00 0.07 -métro métro nom m s 18.17 41.35 17.66 40.00 -métronome métronome nom m s 0.16 1.35 0.15 1.28 -métronomes métronome nom m p 0.16 1.35 0.01 0.07 -métropole métropole nom f s 1.17 10.74 0.95 10.34 -métropoles métropole nom f p 1.17 10.74 0.22 0.41 -métropolitain métropolitain adj m s 0.23 3.92 0.07 1.96 -métropolitaine métropolitain adj f s 0.23 3.92 0.11 1.08 -métropolitaines métropolitain adj f p 0.23 3.92 0.03 0.41 -métropolitains métropolitain adj m p 0.23 3.92 0.02 0.47 -métropolite métropolite nom m s 0.00 0.47 0.00 0.47 -métros métro nom m p 18.17 41.35 0.51 1.35 -métèque métèque nom s 1.26 4.19 0.64 2.91 -métèques métèque nom p 1.26 4.19 0.61 1.28 -muté muter ver m s 7.04 2.09 3.59 1.08 par:pas; -mutualisme mutualisme nom m s 0.00 0.07 0.00 0.07 -mutualité mutualité nom f s 0.14 0.34 0.00 0.34 -mutualités mutualité nom f p 0.14 0.34 0.14 0.00 -mutée muter ver f s 7.04 2.09 0.42 0.00 par:pas; -mutuel mutuel adj m s 4.00 3.78 1.50 1.15 -mutuelle mutuel adj f s 4.00 3.78 1.88 2.23 -mutuellement mutuellement adv 3.40 4.59 3.40 4.59 -mutuelles mutuel adj f p 4.00 3.78 0.22 0.34 -mutuels mutuel adj m p 4.00 3.78 0.41 0.07 -mutées muter ver f p 7.04 2.09 0.05 0.00 par:pas; -météo météo nom f s 8.90 1.69 8.90 1.69 -météore météore nom m s 1.06 2.97 0.55 0.81 -météores météore nom m p 1.06 2.97 0.52 2.16 -météorique météorique adj s 0.05 0.14 0.05 0.14 -météoriquement météoriquement adv 0.01 0.07 0.01 0.07 -météorite météorite nom f s 4.87 0.61 2.05 0.47 -météorites météorite nom f p 4.87 0.61 2.82 0.14 -météoritique météoritique adj f s 0.01 0.07 0.01 0.07 -météorologie météorologie nom f s 0.13 1.08 0.13 1.08 -météorologique météorologique adj s 0.71 1.82 0.47 0.88 -météorologiques météorologique adj p 0.71 1.82 0.25 0.95 -météorologiste météorologiste nom s 0.05 0.07 0.05 0.07 -météorologue météorologue nom s 0.40 0.20 0.32 0.00 -météorologues météorologue nom p 0.40 0.20 0.08 0.20 -mutés muter ver m p 7.04 2.09 0.19 0.34 par:pas; -mué muer ver m s 1.63 7.03 0.32 1.62 par:pas; -muée muer ver f s 1.63 7.03 0.03 0.81 par:pas; -muées muer ver f p 1.63 7.03 0.00 0.07 par:pas; -mués muer ver m p 1.63 7.03 0.02 0.27 par:pas; -mévente mévente nom f s 0.00 0.27 0.00 0.27 -mézig mézig pro_per s 0.00 1.15 0.00 1.15 -mézigue mézigue pro_per s 0.02 2.84 0.02 2.84 -myasthénie myasthénie nom f s 0.12 0.00 0.12 0.00 -mycologie mycologie nom f s 0.00 0.07 0.00 0.07 -mycologue mycologue nom s 0.01 0.27 0.00 0.20 -mycologues mycologue nom p 0.01 0.27 0.01 0.07 -mycose mycose nom f s 0.73 0.00 0.73 0.00 -mycène mycène nom m s 0.04 0.00 0.04 0.00 -mycénien mycénien adj m s 0.01 0.14 0.01 0.00 -mycéniennes mycénien adj f p 0.01 0.14 0.00 0.07 -mycéniens mycénien adj m p 0.01 0.14 0.00 0.07 -mygale mygale nom f s 0.05 0.47 0.04 0.27 -mygales mygale nom f p 0.05 0.47 0.01 0.20 -mylord mylord nom m s 0.97 0.14 0.97 0.14 -myocarde myocarde nom m s 0.12 0.20 0.12 0.20 -myocardiopathie myocardiopathie nom f s 0.07 0.00 0.07 0.00 -myocardique myocardique adj f s 0.01 0.00 0.01 0.00 -myocardite myocardite nom f s 0.03 0.07 0.03 0.07 -myoclonie myoclonie nom f s 0.01 0.00 0.01 0.00 -myoglobine myoglobine nom f s 0.04 0.00 0.04 0.00 -myographe myographe nom m s 0.00 0.07 0.00 0.07 -myopathes myopathe nom p 0.02 0.00 0.02 0.00 -myopathie myopathie nom f s 0.03 0.07 0.03 0.07 -myopathique myopathique adj s 0.01 0.00 0.01 0.00 -myope myope adj s 1.76 4.05 1.71 3.24 -myopes myope adj m p 1.76 4.05 0.05 0.81 -myopie myopie nom f s 0.29 2.16 0.29 2.09 -myopies myopie nom f p 0.29 2.16 0.00 0.07 -myosine myosine nom f s 0.01 0.00 0.01 0.00 -myosis myosis nom m 0.04 0.00 0.04 0.00 -myosotis myosotis nom m 0.17 1.49 0.17 1.49 -myriade myriade nom f s 0.78 3.31 0.11 1.08 -myriades myriade nom f p 0.78 3.31 0.67 2.23 -myriophylle myriophylle nom f s 0.00 0.20 0.00 0.20 -myrmidon myrmidon nom m s 0.69 0.00 0.67 0.00 -myrmidons myrmidon nom m p 0.69 0.00 0.02 0.00 -myrrhe myrrhe nom f s 0.43 0.54 0.43 0.54 -myrte myrte nom m s 1.25 1.55 1.25 0.74 -myrtes myrte nom m p 1.25 1.55 0.00 0.81 -myrtille myrtille nom f s 3.43 2.16 1.71 0.34 -myrtilles myrtille nom f p 3.43 2.16 1.72 1.82 -mystagogie mystagogie nom f s 0.00 0.14 0.00 0.14 -mystagogique mystagogique adj f s 0.00 0.14 0.00 0.14 -mystagogue mystagogue nom m s 0.00 0.07 0.00 0.07 -myste myste nom m s 0.01 0.00 0.01 0.00 -mysticisme mysticisme nom m s 0.79 1.89 0.79 1.82 -mysticismes mysticisme nom m p 0.79 1.89 0.00 0.07 -mystificateur mystificateur nom m s 0.09 0.41 0.05 0.34 -mystificateurs mystificateur nom m p 0.09 0.41 0.02 0.07 -mystification mystification nom f s 0.40 1.49 0.16 1.28 -mystifications mystification nom f p 0.40 1.49 0.23 0.20 -mystificatrice mystificateur nom f s 0.09 0.41 0.02 0.00 -mystifie mystifier ver 0.28 1.01 0.10 0.00 ind:pre:3s; -mystifier mystifier ver 0.28 1.01 0.03 0.54 inf; -mystifié mystifier ver m s 0.28 1.01 0.13 0.20 par:pas; -mystifiée mystifier ver f s 0.28 1.01 0.01 0.14 par:pas; -mystifiées mystifier ver f p 0.28 1.01 0.00 0.07 par:pas; -mystifiés mystifier ver m p 0.28 1.01 0.01 0.07 par:pas; -mystique mystique adj s 3.31 8.85 2.75 6.82 -mystiquement mystiquement adv 0.04 0.20 0.04 0.20 -mystiques mystique adj p 3.31 8.85 0.57 2.03 -mystère mystère nom m s 28.03 51.01 22.90 39.53 -mystères mystère nom m p 28.03 51.01 5.13 11.49 -mystérieuse mystérieux adj f s 19.61 53.65 6.56 18.65 -mystérieusement mystérieusement adv 1.63 6.82 1.63 6.82 -mystérieuses mystérieux adj f p 19.61 53.65 1.21 7.64 -mystérieux mystérieux adj m 19.61 53.65 11.84 27.36 -mythe mythe nom m s 6.26 10.41 5.17 5.61 -mythes mythe nom m p 6.26 10.41 1.10 4.80 -mythifiait mythifier ver 0.00 0.14 0.00 0.07 ind:imp:3s; -mythifier mythifier ver 0.00 0.14 0.00 0.07 inf; -mythique mythique adj s 1.15 4.19 1.01 3.11 -mythiques mythique adj p 1.15 4.19 0.14 1.08 -mythisation mythisation nom f s 0.00 0.07 0.00 0.07 -mytho mytho adv 0.36 0.20 0.36 0.20 -mythologie mythologie nom f s 2.06 4.73 2.02 4.12 -mythologies mythologie nom f p 2.06 4.73 0.04 0.61 -mythologique mythologique adj s 0.81 2.03 0.66 1.62 -mythologiques mythologique adj p 0.81 2.03 0.16 0.41 -mythologisé mythologiser ver m s 0.00 0.07 0.00 0.07 par:pas; -mythologue mythologue nom s 0.00 0.14 0.00 0.07 -mythologues mythologue nom p 0.00 0.14 0.00 0.07 -mythomane mythomane adj s 0.43 0.68 0.42 0.68 -mythomanes mythomane adj f p 0.43 0.68 0.01 0.00 -mythomanie mythomanie nom f s 0.10 0.61 0.10 0.61 -myéline myéline nom f s 0.01 0.00 0.01 0.00 -myélite myélite nom f s 0.05 0.07 0.05 0.07 -myéloïde myéloïde adj f s 0.02 0.00 0.02 0.00 -myéloblaste myéloblaste nom m s 0.00 0.20 0.00 0.07 -myéloblastes myéloblaste nom m p 0.00 0.20 0.00 0.14 -myxoedémateuse myxoedémateux adj f s 0.00 0.07 0.00 0.07 -myxoedémateuse myxoedémateux nom f s 0.00 0.07 0.00 0.07 -myxomatose myxomatose nom f s 0.03 0.07 0.03 0.07 -n_est_ce_pas n_est_ce_pas adv 0.10 0.00 0.10 0.00 -n ne adv_sup 22287.83 13841.89 70.36 5.68 -nôtre nôtre pro_pos s 19.00 23.51 19.00 23.51 -nôtres nôtres pro_pos p 22.63 21.35 22.63 21.35 -na na ono 5.66 0.81 5.66 0.81 -naît naître ver 116.11 119.32 5.47 6.82 ind:pre:3s; -naîtra naître ver 116.11 119.32 1.55 0.54 ind:fut:3s; -naîtrai naître ver 116.11 119.32 0.02 0.00 ind:fut:1s; -naîtraient naître ver 116.11 119.32 0.17 0.07 cnd:pre:3p; -naîtrait naître ver 116.11 119.32 0.11 0.34 cnd:pre:3s; -naître naître ver 116.11 119.32 12.74 19.86 inf; -naîtrions naître ver 116.11 119.32 0.00 0.07 cnd:pre:1p; -naîtront naître ver 116.11 119.32 0.34 0.47 ind:fut:3p; -naïade naïade nom f s 0.04 0.54 0.03 0.14 -naïades naïade nom f p 0.04 0.54 0.01 0.41 -naïf naïf adj m s 7.91 21.62 4.22 9.59 -naïfs naïf adj m p 7.91 21.62 0.76 3.18 -naïve naïf adj f s 7.91 21.62 2.76 6.69 -naïvement naïvement adv 0.27 6.01 0.27 6.01 -naïves naïf adj f p 7.91 21.62 0.17 2.16 -naïveté naïveté nom f s 0.95 10.68 0.94 9.86 -naïvetés naïveté nom f p 0.95 10.68 0.01 0.81 -nabab nabab nom m s 0.72 0.68 0.55 0.54 -nababs nabab nom m p 0.72 0.68 0.18 0.14 -nabi nabi nom m s 0.28 0.00 0.28 0.00 -nable nable nom m s 0.02 0.00 0.02 0.00 -nabot nabot nom m s 2.10 2.09 2.01 1.49 -nabote nabot nom f s 2.10 2.09 0.00 0.14 -nabots nabot nom m p 2.10 2.09 0.08 0.47 -nacarat nacarat nom m s 0.00 0.20 0.00 0.20 -nacelle nacelle nom f s 1.24 3.04 1.04 2.36 -nacelles nacelle nom f p 1.24 3.04 0.20 0.68 -nacra nacrer ver 0.00 1.62 0.00 0.07 ind:pas:3s; -nacraient nacrer ver 0.00 1.62 0.00 0.07 ind:imp:3p; -nacre nacre nom f s 0.58 5.34 0.58 5.20 -nacres nacre nom f p 0.58 5.34 0.00 0.14 -nacré nacré adj m s 0.38 3.24 0.05 1.15 -nacrée nacré adj f s 0.38 3.24 0.01 0.74 -nacrées nacré adj f p 0.38 3.24 0.04 0.74 -nacrure nacrure nom f s 0.00 0.14 0.00 0.14 -nacrés nacré adj m p 0.38 3.24 0.28 0.61 -nada nada adv 2.63 0.41 2.63 0.41 -nadir nadir nom m s 0.01 0.20 0.01 0.20 -naevus naevus nom m 0.03 0.14 0.03 0.14 -naga naga nom m 0.05 0.00 0.05 0.00 -nage nage nom f s 5.42 6.28 5.37 6.22 -nagea nager ver 30.36 25.68 0.03 1.15 ind:pas:3s; -nageai nager ver 30.36 25.68 0.00 0.20 ind:pas:1s; -nageaient nager ver 30.36 25.68 0.08 1.82 ind:imp:3p; -nageais nager ver 30.36 25.68 0.57 0.74 ind:imp:1s;ind:imp:2s; -nageait nager ver 30.36 25.68 0.62 3.58 ind:imp:3s; -nageant nager ver 30.36 25.68 0.95 2.30 par:pre; -nageante nageant adj f s 0.03 0.07 0.00 0.07 -nagent nager ver 30.36 25.68 1.24 1.01 ind:pre:3p; -nageoire nageoire nom f s 1.10 2.30 0.53 0.34 -nageoires nageoire nom f p 1.10 2.30 0.57 1.96 -nageons nager ver 30.36 25.68 0.07 0.20 imp:pre:1p;ind:pre:1p; -nageât nager ver 30.36 25.68 0.00 0.07 sub:imp:3s; -nager nager ver 30.36 25.68 18.71 9.32 inf; -nagera nager ver 30.36 25.68 0.15 0.07 ind:fut:3s; -nagerai nager ver 30.36 25.68 0.22 0.00 ind:fut:1s; -nageraient nager ver 30.36 25.68 0.01 0.00 cnd:pre:3p; -nagerais nager ver 30.36 25.68 0.02 0.07 cnd:pre:1s; -nagerait nager ver 30.36 25.68 0.02 0.20 cnd:pre:3s; -nageras nager ver 30.36 25.68 0.03 0.07 ind:fut:2s; -nagerez nager ver 30.36 25.68 0.01 0.14 ind:fut:2p; -nagerons nager ver 30.36 25.68 0.03 0.00 ind:fut:1p; -nageront nager ver 30.36 25.68 0.01 0.00 ind:fut:3p; -nages nager ver 30.36 25.68 0.58 0.14 ind:pre:2s; -nageur nageur nom m s 2.65 4.59 1.43 3.24 -nageurs nageur nom m p 2.65 4.59 0.75 0.95 -nageuse nageur nom f s 2.65 4.59 0.47 0.41 -nageuses nageuse nom f p 0.07 0.00 0.07 0.00 -nagez nager ver 30.36 25.68 0.53 0.27 imp:pre:2p;ind:pre:2p; -nagiez nager ver 30.36 25.68 0.05 0.07 ind:imp:2p; -nagions nager ver 30.36 25.68 0.13 0.34 ind:imp:1p; -nagèrent nager ver 30.36 25.68 0.00 0.34 ind:pas:3p; -nagé nager ver m s 30.36 25.68 1.26 1.22 par:pas; -naguère naguère adv 1.16 23.72 1.16 23.72 -nain nain nom m s 13.87 8.99 9.08 6.69 -naine nain nom f s 13.87 8.99 0.63 0.61 -naines naine nom f p 0.03 0.00 0.03 0.00 -nains nain nom m p 13.87 8.99 4.17 1.62 -naira naira nom m s 0.03 0.00 0.03 0.00 -nais naître ver 116.11 119.32 0.57 0.27 ind:pre:1s;ind:pre:2s; -naissaient naître ver 116.11 119.32 0.16 3.85 ind:imp:3p; -naissain naissain nom m s 0.00 0.07 0.00 0.07 -naissais naître ver 116.11 119.32 0.01 0.07 ind:imp:1s; -naissait naître ver 116.11 119.32 0.24 7.57 ind:imp:3s; -naissance naissance nom f s 39.72 52.91 37.90 49.53 -naissances naissance nom f p 39.72 52.91 1.83 3.38 -naissant naître ver 116.11 119.32 0.42 0.88 par:pre; -naissante naissant adj f s 0.94 5.61 0.33 2.50 -naissantes naissant adj f p 0.94 5.61 0.34 0.68 -naissants naissant adj m p 0.94 5.61 0.01 0.27 -naisse naître ver 116.11 119.32 0.92 0.88 sub:pre:1s;sub:pre:3s; -naissent naître ver 116.11 119.32 3.82 3.58 ind:pre:3p; -naisses naître ver 116.11 119.32 0.03 0.14 sub:pre:2s; -naisseur naisseur adj m s 0.01 0.00 0.01 0.00 -naissez naître ver 116.11 119.32 0.06 0.00 imp:pre:2p;ind:pre:2p; -naissions naître ver 116.11 119.32 0.03 0.14 ind:imp:1p; -naissons naître ver 116.11 119.32 0.21 0.27 ind:pre:1p; -naja naja nom m s 0.02 0.41 0.02 0.34 -najas naja nom m p 0.02 0.41 0.00 0.07 -namibiens namibien nom m p 0.02 0.00 0.02 0.00 -nan nan nom m s 11.92 1.42 11.92 1.42 -nana nana nom f s 39.57 13.65 26.48 7.64 -nanan nanan nom m s 0.04 0.74 0.04 0.74 -nanar nanar nom m s 0.00 0.14 0.00 0.14 -nanard nanard nom m s 0.01 0.07 0.01 0.07 -nanas nana nom f p 39.57 13.65 13.09 6.01 -nancéiens nancéien adj m p 0.00 0.07 0.00 0.07 -nanisme nanisme nom m s 0.02 0.14 0.02 0.14 -nankin nankin nom m s 0.02 0.27 0.02 0.27 -nano nano adv 0.14 0.14 0.14 0.14 -nanomètre nanomètre nom m s 0.07 0.00 0.03 0.00 -nanomètres nanomètre nom m p 0.07 0.00 0.04 0.00 -nanoseconde nanoseconde nom f s 0.05 0.00 0.02 0.00 -nanosecondes nanoseconde nom f p 0.05 0.00 0.03 0.00 -nanotechnologie nanotechnologie nom f s 0.34 0.00 0.34 0.00 -nant nant nom m s 0.32 0.81 0.32 0.81 -nantais nantais adj m s 0.00 0.41 0.00 0.34 -nantaise nantaise nom f s 0.14 0.00 0.14 0.00 -nantaises nantais nom f p 0.00 0.34 0.00 0.07 -nanti nanti nom m s 0.44 1.62 0.17 0.14 -nantie nantir ver f s 0.11 1.96 0.05 0.61 par:pas; -nanties nantir ver f p 0.11 1.96 0.00 0.14 par:pas; -nantir nantir ver 0.11 1.96 0.01 0.20 inf; -nantis nanti nom m p 0.44 1.62 0.25 1.42 -nantissement nantissement nom m s 0.01 0.07 0.01 0.07 -nap nap adj m s 0.05 0.00 0.05 0.00 -napalm napalm nom m s 0.96 0.68 0.96 0.68 -napel napel nom m s 0.01 0.00 0.01 0.00 -naphtaline naphtaline nom f s 0.53 2.30 0.53 2.23 -naphtalines naphtaline nom f p 0.53 2.30 0.00 0.07 -naphtalène naphtalène nom m s 0.09 0.00 0.09 0.00 -naphte naphte nom m s 0.10 0.27 0.10 0.27 -napolitain napolitain adj m s 1.09 1.96 0.73 0.34 -napolitaine napolitain adj f s 1.09 1.96 0.21 0.74 -napolitaines napolitain adj f p 1.09 1.96 0.02 0.27 -napolitains napolitain nom m p 1.21 0.74 0.63 0.07 -napoléon napoléon nom m s 0.18 1.28 0.04 0.81 -napoléonien napoléonien adj m s 0.08 0.61 0.02 0.20 -napoléonienne napoléonien adj f s 0.08 0.61 0.01 0.20 -napoléoniennes napoléonien adj f p 0.08 0.61 0.04 0.14 -napoléoniens napoléonien adj m p 0.08 0.61 0.01 0.07 -napoléons napoléon nom m p 0.18 1.28 0.14 0.47 -nappa napper ver 0.31 1.49 0.22 0.20 ind:pas:3s; -nappage nappage nom m s 0.04 0.00 0.04 0.00 -nappaient napper ver 0.31 1.49 0.00 0.07 ind:imp:3p; -nappait napper ver 0.31 1.49 0.00 0.14 ind:imp:3s; -nappe nappe nom f s 4.34 25.68 3.01 18.18 -napper napper ver 0.31 1.49 0.01 0.07 inf; -napperon napperon nom m s 0.51 3.65 0.31 2.16 -napperons napperon nom m p 0.51 3.65 0.20 1.49 -nappes nappe nom f p 4.34 25.68 1.33 7.50 -nappé napper ver m s 0.31 1.49 0.04 0.41 par:pas; -nappée napper ver f s 0.31 1.49 0.01 0.20 par:pas; -nappées napper ver f p 0.31 1.49 0.01 0.20 par:pas; -nappés napper ver m p 0.31 1.49 0.02 0.14 par:pas; -naquît naître ver 116.11 119.32 0.00 0.20 sub:imp:3s; -naquirent naître ver 116.11 119.32 0.03 0.34 ind:pas:3p; -naquis naître ver 116.11 119.32 0.25 0.27 ind:pas:1s;ind:pas:2s; -naquisse naître ver 116.11 119.32 0.00 0.07 sub:imp:1s; -naquissent naître ver 116.11 119.32 0.00 0.07 sub:imp:3p; -naquit naître ver 116.11 119.32 1.40 3.18 ind:pas:3s; -narbonnais narbonnais adj m s 0.00 0.68 0.00 0.68 -narcisse narcisse nom m s 0.34 0.95 0.04 0.27 -narcisses narcisse nom m p 0.34 0.95 0.31 0.68 -narcissique narcissique adj s 1.16 0.88 0.88 0.61 -narcissiquement narcissiquement adv 0.00 0.07 0.00 0.07 -narcissiques narcissique adj p 1.16 0.88 0.27 0.27 -narcissisme narcissisme nom m s 1.18 1.15 1.18 1.15 -narcissiste narcissiste nom s 0.03 0.00 0.03 0.00 -narco_analyse narco_analyse nom f s 0.01 0.00 0.01 0.00 -narcolepsie narcolepsie nom f s 0.21 0.00 0.21 0.00 -narcoleptique narcoleptique adj s 0.14 0.00 0.14 0.00 -narcose narcose nom f s 0.00 0.14 0.00 0.14 -narcotique narcotique nom m s 1.28 0.47 0.32 0.34 -narcotiques narcotique nom m p 1.28 0.47 0.96 0.14 -narcotrafic narcotrafic nom m s 0.01 0.00 0.01 0.00 -narcotrafiquants narcotrafiquant nom m p 0.19 0.00 0.19 0.00 -nard nard nom m s 0.02 0.14 0.01 0.14 -nards nard nom m p 0.02 0.14 0.01 0.00 -narghileh narghileh nom m s 0.00 0.07 0.00 0.07 -narghilé narghilé nom m s 0.01 0.14 0.01 0.14 -nargua narguer ver 1.93 6.55 0.00 0.14 ind:pas:3s; -narguaient narguer ver 1.93 6.55 0.00 0.34 ind:imp:3p; -narguais narguer ver 1.93 6.55 0.02 0.07 ind:imp:2s; -narguait narguer ver 1.93 6.55 0.02 0.88 ind:imp:3s; -narguant narguer ver 1.93 6.55 0.04 0.47 par:pre; -nargue narguer ver 1.93 6.55 0.88 0.88 imp:pre:2s;ind:pre:1s;ind:pre:3s; -narguent narguer ver 1.93 6.55 0.48 0.20 ind:pre:3p; -narguer narguer ver 1.93 6.55 0.41 3.38 inf; -nargues narguer ver 1.93 6.55 0.01 0.00 ind:pre:2s; -narguez narguer ver 1.93 6.55 0.02 0.07 ind:pre:2p; -narguilé narguilé nom m s 0.08 1.01 0.07 0.81 -narguilés narguilé nom m p 0.08 1.01 0.01 0.20 -narguons narguer ver 1.93 6.55 0.01 0.00 imp:pre:1p; -nargué narguer ver m s 1.93 6.55 0.05 0.07 par:pas; -narguées narguer ver f p 1.93 6.55 0.00 0.07 par:pas; -narine narine nom f s 3.41 25.81 1.11 5.14 -narines narine nom f p 3.41 25.81 2.30 20.68 -narquois narquois adj m 0.26 6.35 0.12 4.73 -narquoise narquois adj f s 0.26 6.35 0.14 1.42 -narquoisement narquoisement adv 0.00 0.27 0.00 0.27 -narquoiserie narquoiserie nom f s 0.00 0.07 0.00 0.07 -narquoises narquois adj f p 0.26 6.35 0.00 0.20 -narra narrer ver 0.24 2.30 0.00 0.20 ind:pas:3s; -narrai narrer ver 0.24 2.30 0.00 0.07 ind:pas:1s; -narrait narrer ver 0.24 2.30 0.01 0.61 ind:imp:3s; -narrant narrer ver 0.24 2.30 0.02 0.27 par:pre; -narrateur narrateur nom m s 0.61 2.36 0.43 2.23 -narratif narratif adj m s 0.20 0.34 0.05 0.34 -narratifs narratif adj m p 0.20 0.34 0.05 0.00 -narration narration nom f s 0.44 2.43 0.43 2.30 -narrations narration nom f p 0.44 2.43 0.01 0.14 -narrative narratif adj f s 0.20 0.34 0.07 0.00 -narratives narratif adj f p 0.20 0.34 0.04 0.00 -narratrice narrateur nom f s 0.61 2.36 0.17 0.14 -narratrices narratrice nom f p 0.14 0.00 0.14 0.00 -narre narrer ver 0.24 2.30 0.01 0.34 ind:pre:1s;ind:pre:3s; -narrer narrer ver 0.24 2.30 0.16 0.47 inf; -narré narrer ver m s 0.24 2.30 0.03 0.20 par:pas; -narrée narrer ver f s 0.24 2.30 0.00 0.07 par:pas; -narrées narrer ver f p 0.24 2.30 0.00 0.07 par:pas; -narthex narthex nom m 0.01 0.61 0.01 0.61 -narval narval nom m s 0.04 0.68 0.04 0.61 -narvals narval nom m p 0.04 0.68 0.00 0.07 -nasal nasal adj m s 1.56 2.50 0.60 0.47 -nasale nasal adj f s 1.56 2.50 0.67 1.08 -nasales nasal adj f p 1.56 2.50 0.24 0.81 -nasard nasard nom m s 0.00 0.14 0.00 0.07 -nasardes nasard nom f p 0.00 0.14 0.00 0.07 -nasaux nasal adj m p 1.56 2.50 0.05 0.14 -nasdaq nasdaq nom m s 0.14 0.00 0.14 0.00 -nase nase adj s 1.84 0.74 1.54 0.68 -naseau naseau nom m s 0.35 5.20 0.14 0.20 -naseaux naseau nom m p 0.35 5.20 0.21 5.00 -nases nase nom m p 1.06 0.20 0.43 0.00 -nasilla nasiller ver 0.01 1.22 0.00 0.07 ind:pas:3s; -nasillaient nasiller ver 0.01 1.22 0.00 0.07 ind:imp:3p; -nasillait nasiller ver 0.01 1.22 0.00 0.41 ind:imp:3s; -nasillant nasiller ver 0.01 1.22 0.00 0.34 par:pre; -nasillard nasillard adj m s 0.02 2.64 0.01 0.54 -nasillarde nasillard adj f s 0.02 2.64 0.01 1.42 -nasillardes nasillard adj f p 0.02 2.64 0.00 0.27 -nasillards nasillard adj m p 0.02 2.64 0.00 0.41 -nasille nasiller ver 0.01 1.22 0.01 0.14 ind:pre:1s;ind:pre:3s; -nasillement nasillement nom m s 0.00 0.41 0.00 0.41 -nasillent nasiller ver 0.01 1.22 0.00 0.07 ind:pre:3p; -nasiller nasiller ver 0.01 1.22 0.00 0.14 inf; -nasillonne nasillonner ver 0.00 0.07 0.00 0.07 ind:pre:3s; -nasique nasique nom m s 0.50 0.00 0.50 0.00 -nasopharynx nasopharynx nom m 0.03 0.00 0.03 0.00 -nasse nasse nom f s 0.54 1.82 0.39 1.22 -nasses nasse nom f p 0.54 1.82 0.14 0.61 -nassérien nassérien adj m s 0.00 0.07 0.00 0.07 -natal natal adj m s 5.71 13.92 2.54 5.47 -natale natal adj f s 5.71 13.92 3.15 7.91 -natales natal adj f p 5.71 13.92 0.02 0.41 -natalité natalité nom f s 0.20 0.54 0.20 0.54 -natals natal adj m p 5.71 13.92 0.00 0.14 -natation natation nom f s 3.59 1.22 3.59 1.22 -natatoire natatoire adj f s 0.01 0.07 0.01 0.07 -natif natif adj m s 0.58 3.65 0.44 1.82 -natifs natif nom m p 0.52 0.68 0.36 0.27 -nation nation nom f s 24.80 47.23 16.97 31.96 -national_socialisme national_socialisme nom m s 0.58 2.03 0.58 2.03 -national_socialiste national_socialiste adj m s 0.23 0.14 0.23 0.14 -national national adj m s 34.61 98.04 12.23 42.70 -nationale_socialiste nationale_socialiste adj f s 0.00 0.14 0.00 0.14 -nationale national adj f s 34.61 98.04 18.59 48.18 -nationalement nationalement adv 0.00 0.14 0.00 0.14 -nationales national adj f p 34.61 98.04 1.43 4.39 -nationalisait nationaliser ver 0.06 0.68 0.00 0.07 ind:imp:3s; -nationalisation nationalisation nom f s 0.11 1.08 0.01 0.61 -nationalisations nationalisation nom f p 0.11 1.08 0.10 0.47 -nationalisent nationaliser ver 0.06 0.68 0.00 0.07 ind:pre:3p; -nationaliser nationaliser ver 0.06 0.68 0.01 0.07 inf; -nationalisme nationalisme nom m s 2.75 3.11 2.75 3.11 -nationalisons nationaliser ver 0.06 0.68 0.00 0.07 imp:pre:1p; -nationaliste nationaliste adj s 1.65 2.57 1.16 1.76 -nationalistes nationaliste nom p 1.45 1.55 1.40 1.22 -nationalisé nationaliser ver m s 0.06 0.68 0.01 0.07 par:pas; -nationalisée nationaliser ver f s 0.06 0.68 0.01 0.14 par:pas; -nationalisées nationaliser ver f p 0.06 0.68 0.01 0.20 par:pas; -nationalisés nationaliser ver m p 0.06 0.68 0.02 0.00 par:pas; -nationalité nationalité nom f s 3.21 6.89 2.77 5.74 -nationalités nationalité nom f p 3.21 6.89 0.43 1.15 -nationaux_socialistes nationaux_socialistes adj p 0.00 0.14 0.00 0.14 -nationaux national adj m p 34.61 98.04 2.35 2.77 -nations nation nom f p 24.80 47.23 7.83 15.27 -native natif adj f s 0.58 3.65 0.06 1.28 -natives natif adj f p 0.58 3.65 0.01 0.20 -nativité nativité nom f s 0.14 1.35 0.14 1.28 -nativités nativité nom f p 0.14 1.35 0.00 0.07 -natron natron nom m s 0.04 0.00 0.04 0.00 -natrum natrum nom m s 0.01 0.00 0.01 0.00 -natrémie natrémie nom f s 0.03 0.00 0.03 0.00 -natta natter ver 0.11 1.01 0.00 0.07 ind:pas:3s; -natte natte nom f s 1.75 10.20 0.88 4.26 -natter natter ver 0.11 1.01 0.01 0.14 inf; -nattes natte nom f p 1.75 10.20 0.87 5.95 -nattier nattier nom m s 0.00 0.14 0.00 0.14 -natté natter ver m s 0.11 1.01 0.00 0.07 par:pas; -nattée natter ver f s 0.11 1.01 0.00 0.20 par:pas; -nattées natter ver f p 0.11 1.01 0.00 0.07 par:pas; -nattés natter ver m p 0.11 1.01 0.10 0.41 par:pas; -naturalisation naturalisation nom f s 0.06 1.01 0.06 1.01 -naturaliser naturaliser ver 0.34 0.68 0.05 0.34 inf; -naturalisme naturalisme nom m s 0.40 0.27 0.40 0.27 -naturaliste naturaliste nom s 0.69 0.68 0.51 0.41 -naturalistes naturaliste nom p 0.69 0.68 0.18 0.27 -naturalisé naturaliser ver m s 0.34 0.68 0.29 0.27 par:pas; -naturalisée naturalisé adj f s 0.04 0.47 0.01 0.00 -naturalisés naturalisé adj m p 0.04 0.47 0.01 0.20 -nature nature nom f s 60.20 95.88 59.80 93.45 -naturel naturel adj m s 39.78 75.68 19.01 38.65 -naturelle naturel adj f s 39.78 75.68 14.02 24.86 -naturellement naturellement adv 21.05 71.96 21.05 71.96 -naturelles naturel adj f p 39.78 75.68 3.90 6.28 -naturels naturel adj m p 39.78 75.68 2.86 5.88 -natures nature nom f p 60.20 95.88 0.40 2.43 -naturisme naturisme nom m s 0.03 0.14 0.03 0.14 -naturiste naturiste adj m s 0.20 0.41 0.18 0.20 -naturistes naturiste nom p 0.03 0.20 0.03 0.14 -naturlich naturlich adv 0.27 0.14 0.27 0.14 -naturopathe naturopathe nom s 0.03 0.00 0.03 0.00 -naufrage naufrage nom m s 3.04 11.62 2.76 10.61 -naufrageant naufrager ver 0.21 0.88 0.00 0.07 par:pre; -naufragent naufrager ver 0.21 0.88 0.00 0.07 ind:pre:3p; -naufrager naufrager ver 0.21 0.88 0.19 0.07 inf; -naufrages naufrage nom m p 3.04 11.62 0.28 1.01 -naufrageur naufrageur nom m s 0.02 0.20 0.00 0.07 -naufrageurs naufrageur nom m p 0.02 0.20 0.02 0.07 -naufrageuse naufrageur nom f s 0.02 0.20 0.00 0.07 -naufragé naufragé nom m s 0.69 3.45 0.30 2.03 -naufragée naufragé nom f s 0.69 3.45 0.00 0.41 -naufragées naufragé adj f p 0.06 1.08 0.00 0.07 -naufragés naufragé nom m p 0.69 3.45 0.38 1.01 -nauséabond nauséabond adj m s 0.63 2.97 0.34 0.95 -nauséabonde nauséabond adj f s 0.63 2.97 0.17 0.88 -nauséabondes nauséabond adj f p 0.63 2.97 0.05 0.95 -nauséabonds nauséabond adj m p 0.63 2.97 0.06 0.20 -nausée nausée nom f s 6.51 10.00 4.75 7.91 -nausées nausée nom f p 6.51 10.00 1.76 2.09 -nauséeuse nauséeux adj f s 0.55 2.03 0.20 0.74 -nauséeuses nauséeux adj f p 0.55 2.03 0.14 0.14 -nauséeux nauséeux adj m 0.55 2.03 0.21 1.15 -nautes naute nom m p 0.00 0.07 0.00 0.07 -nautile nautile nom m s 0.05 0.00 0.05 0.00 -nautilus nautilus nom m 1.26 0.14 1.26 0.14 -nautique nautique adj s 1.89 2.09 0.71 1.15 -nautiques nautique adj p 1.89 2.09 1.17 0.95 -nautonier nautonier nom m s 0.00 0.27 0.00 0.07 -nautoniers nautonier nom m p 0.00 0.27 0.00 0.20 -navaja navaja nom f s 0.15 0.34 0.15 0.27 -navajas navaja nom f p 0.15 0.34 0.00 0.07 -navajo navajo adj s 0.21 0.14 0.18 0.00 -navajos navajo nom p 0.13 0.00 0.09 0.00 -naval naval adj m s 4.37 8.78 2.08 1.08 -navale naval adj f s 4.37 8.78 1.56 3.45 -navales naval adj f p 4.37 8.78 0.27 3.31 -navals naval adj m p 4.37 8.78 0.46 0.95 -navarin navarin nom m s 0.10 0.27 0.10 0.20 -navarins navarin nom m p 0.10 0.27 0.00 0.07 -navarrais navarrais nom m 0.10 0.61 0.10 0.61 -nave nave nom f s 0.02 0.74 0.02 0.74 -navel navel nom f s 0.03 0.00 0.03 0.00 -navet navet nom m s 3.16 2.77 1.25 0.88 -navets navet nom m p 3.16 2.77 1.90 1.89 -navette navette nom f s 9.35 3.65 8.44 3.04 -navettes navette nom f p 9.35 3.65 0.91 0.61 -navicert navicert nom m 0.00 0.07 0.00 0.07 -navigabilité navigabilité nom f s 0.01 0.00 0.01 0.00 -navigable navigable adj m s 0.07 0.27 0.02 0.14 -navigables navigable adj f p 0.07 0.27 0.04 0.14 -navigant navigant adj m s 0.19 0.41 0.16 0.41 -navigante navigant adj f s 0.19 0.41 0.03 0.00 -navigateur navigateur nom m s 2.23 3.78 1.95 1.89 -navigateurs navigateur nom m p 2.23 3.78 0.25 1.82 -navigation navigation nom f s 3.25 5.41 3.25 5.07 -navigations navigation nom f p 3.25 5.41 0.00 0.34 -navigatrice navigateur nom f s 2.23 3.78 0.04 0.07 -navigua naviguer ver 8.71 11.42 0.04 0.27 ind:pas:3s; -naviguaient naviguer ver 8.71 11.42 0.02 1.01 ind:imp:3p; -naviguais naviguer ver 8.71 11.42 0.12 0.27 ind:imp:1s; -naviguait naviguer ver 8.71 11.42 0.20 1.82 ind:imp:3s; -naviguant naviguer ver 8.71 11.42 0.07 1.08 par:pre; -navigue naviguer ver 8.71 11.42 2.18 1.82 imp:pre:2s;ind:pre:1s;ind:pre:3s; -naviguent naviguer ver 8.71 11.42 0.14 0.61 ind:pre:3p; -naviguer naviguer ver 8.71 11.42 3.33 2.57 inf; -naviguera naviguer ver 8.71 11.42 0.10 0.00 ind:fut:3s; -naviguerai naviguer ver 8.71 11.42 0.04 0.00 ind:fut:1s; -navigueraient naviguer ver 8.71 11.42 0.00 0.07 cnd:pre:3p; -naviguerons naviguer ver 8.71 11.42 0.25 0.00 ind:fut:1p; -navigues naviguer ver 8.71 11.42 0.02 0.00 ind:pre:2s; -naviguez naviguer ver 8.71 11.42 0.56 0.00 imp:pre:2p;ind:pre:2p; -naviguiez naviguer ver 8.71 11.42 0.14 0.00 ind:imp:2p; -naviguions naviguer ver 8.71 11.42 0.00 0.41 ind:imp:1p; -naviguons naviguer ver 8.71 11.42 0.19 0.14 imp:pre:1p;ind:pre:1p; -naviguèrent naviguer ver 8.71 11.42 0.02 0.00 ind:pas:3p; -navigué naviguer ver m s 8.71 11.42 1.29 1.35 par:pas; -navire_citerne navire_citerne nom m s 0.14 0.00 0.01 0.00 -navire_hôpital navire_hôpital nom m s 0.04 0.14 0.04 0.14 -navire navire nom m s 21.98 50.20 15.83 28.04 -navire_citerne navire_citerne nom m p 0.14 0.00 0.14 0.00 -navire_école navire_école nom m p 0.00 0.07 0.00 0.07 -navires navire nom m p 21.98 50.20 6.14 22.16 -navra navrer ver 18.68 4.19 0.00 0.20 ind:pas:3s; -navrait navrer ver 18.68 4.19 0.00 0.34 ind:imp:3s; -navrance navrance nom f s 0.00 0.07 0.00 0.07 -navrant navrant adj m s 0.63 2.70 0.51 0.74 -navrante navrant adj f s 0.63 2.70 0.09 1.01 -navrantes navrant adj f p 0.63 2.70 0.02 0.54 -navrants navrant adj m p 0.63 2.70 0.01 0.41 -navre navrer ver 18.68 4.19 0.29 0.47 imp:pre:2s;ind:pre:3s; -navrer navrer ver 18.68 4.19 0.00 0.07 inf; -navres navrer ver 18.68 4.19 0.00 0.07 ind:pre:2s; -navrez navrer ver 18.68 4.19 0.01 0.00 ind:pre:2p; -navré navrer ver m s 18.68 4.19 12.01 1.42 par:pas; -navrée navrer ver f s 18.68 4.19 6.01 0.81 par:pas; -navrées navrer ver f p 18.68 4.19 0.03 0.07 par:pas; -navrés navrer ver m p 18.68 4.19 0.31 0.41 par:pas; -nay nay nom f s 0.01 0.00 0.01 0.00 -nazaréen nazaréen nom m s 0.48 0.14 0.48 0.14 -naze naze adj s 4.82 1.55 4.20 1.55 -nazes naze nom m p 3.27 0.34 1.56 0.07 -nazi nazi nom m s 14.76 7.50 4.13 0.74 -nazie nazi adj f s 7.11 7.70 1.27 1.62 -nazies nazi adj f p 7.11 7.70 0.53 0.88 -nazillons nazillon nom m p 0.01 0.07 0.01 0.07 -nazis nazi nom m p 14.76 7.50 9.81 6.76 -nazisme nazisme nom m s 0.63 1.62 0.63 1.62 -ne_varietur ne_varietur adv 0.00 0.14 0.00 0.14 -ne ne adv_sup 22287.83 13841.89 13357.03 7752.09 -nec nec nom s 0.64 0.27 0.64 0.27 -neck neck nom m s 0.21 0.00 0.21 0.00 -nectar nectar nom m s 2.28 0.81 2.28 0.81 -nectarine nectarine nom f s 0.14 0.00 0.12 0.00 -nectarines nectarine nom f p 0.14 0.00 0.01 0.00 -nef nef nom f s 0.55 6.89 0.41 6.49 -nefs nef nom f p 0.55 6.89 0.13 0.41 -negro_spiritual negro_spiritual nom m s 0.01 0.14 0.01 0.07 -negro_spiritual negro_spiritual nom m p 0.01 0.14 0.00 0.07 -negro negro nom s 0.07 0.07 0.07 0.07 -neige neige nom f s 39.34 80.88 37.52 74.93 -neigeait neiger ver 7.87 3.92 0.89 1.22 ind:imp:3s; -neiger neiger ver 7.87 3.92 0.59 0.61 inf; -neigera neiger ver 7.87 3.92 0.21 0.07 ind:fut:3s; -neigerait neiger ver 7.87 3.92 0.02 0.00 cnd:pre:3s; -neiges neige nom f p 39.34 80.88 1.82 5.95 -neigeuse neigeux adj f s 0.30 4.12 0.04 1.35 -neigeuses neigeux adj f p 0.30 4.12 0.03 1.22 -neigeux neigeux adj m 0.30 4.12 0.23 1.55 -neigé neiger ver m s 7.87 3.92 0.66 0.54 par:pas; -nem nem nom m s 0.62 0.14 0.33 0.07 -nemrod nemrod nom m s 0.00 0.07 0.00 0.07 -nems nem nom m p 0.62 0.14 0.29 0.07 -nenni nenni adv 0.52 0.34 0.52 0.34 -nephtys nephtys nom m 0.00 0.07 0.00 0.07 -neptunienne neptunien adj f s 0.06 0.00 0.03 0.00 -neptuniens neptunien adj m p 0.06 0.00 0.04 0.00 -nerf nerf nom m s 30.12 30.47 8.09 3.92 -nerfs nerf nom m p 30.12 30.47 22.03 26.55 -nerprun nerprun nom m s 0.00 0.20 0.00 0.14 -nerpruns nerprun nom m p 0.00 0.20 0.00 0.07 -nerva nerver ver 0.35 0.07 0.34 0.00 ind:pas:3s; -nerver nerver ver 0.35 0.07 0.02 0.00 inf; -nerveuse nerveux adj f s 41.91 35.81 8.50 10.88 -nerveusement nerveusement adv 0.38 7.36 0.38 7.36 -nerveuses nerveux adj f p 41.91 35.81 0.89 3.11 -nerveux nerveux adj m 41.91 35.81 32.52 21.82 -nervi nervi nom m s 0.05 0.81 0.05 0.47 -nervis nervi nom m p 0.05 0.81 0.00 0.34 -nervosité nervosité nom f s 1.58 5.07 1.58 4.93 -nervosités nervosité nom f p 1.58 5.07 0.00 0.14 -nervé nerver ver m s 0.35 0.07 0.00 0.07 par:pas; -nervure nervure nom f s 0.01 3.24 0.00 0.54 -nervures nervure nom f p 0.01 3.24 0.01 2.70 -nervuré nervurer ver m s 0.01 0.41 0.00 0.20 par:pas; -nervurée nervurer ver f s 0.01 0.41 0.01 0.14 par:pas; -nervurées nervurer ver f p 0.01 0.41 0.00 0.07 par:pas; -nescafé nescafé nom m s 0.20 0.81 0.20 0.81 -nestor nestor nom m s 0.01 0.00 0.01 0.00 -nestorianisme nestorianisme nom m s 0.00 0.34 0.00 0.34 -nestorien nestorien nom m s 0.00 2.09 0.00 1.35 -nestorienne nestorien adj f s 0.00 1.62 0.00 0.34 -nestoriennes nestorien adj f p 0.00 1.62 0.00 0.07 -nestoriens nestorien nom m p 0.00 2.09 0.00 0.74 -net net adj m s 19.95 40.20 14.31 17.09 -nets net adj m p 19.95 40.20 0.94 4.19 -nette net adj f s 19.95 40.20 3.91 14.86 -nettement nettement adv 3.17 20.34 3.17 20.34 -nettes net adj f p 19.95 40.20 0.79 4.05 -netteté netteté nom f s 0.61 9.12 0.61 9.12 -nettoie nettoyer ver 61.93 28.11 12.09 2.64 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -nettoiement nettoiement nom m s 0.03 0.27 0.03 0.27 -nettoient nettoyer ver 61.93 28.11 0.67 0.81 ind:pre:3p; -nettoiera nettoyer ver 61.93 28.11 0.33 0.20 ind:fut:3s; -nettoierai nettoyer ver 61.93 28.11 0.75 0.07 ind:fut:1s; -nettoieraient nettoyer ver 61.93 28.11 0.02 0.00 cnd:pre:3p; -nettoierais nettoyer ver 61.93 28.11 0.11 0.00 cnd:pre:1s;cnd:pre:2s; -nettoierait nettoyer ver 61.93 28.11 0.13 0.07 cnd:pre:3s; -nettoieras nettoyer ver 61.93 28.11 0.33 0.00 ind:fut:2s; -nettoierez nettoyer ver 61.93 28.11 0.04 0.14 ind:fut:2p; -nettoierons nettoyer ver 61.93 28.11 0.13 0.00 ind:fut:1p; -nettoies nettoyer ver 61.93 28.11 1.42 0.14 ind:pre:2s;sub:pre:2s; -nettoya nettoyer ver 61.93 28.11 0.02 1.28 ind:pas:3s; -nettoyable nettoyable adj s 0.01 0.07 0.01 0.00 -nettoyables nettoyable adj p 0.01 0.07 0.00 0.07 -nettoyage nettoyage nom m s 7.50 6.35 7.48 5.88 -nettoyages nettoyage nom m p 7.50 6.35 0.02 0.47 -nettoyai nettoyer ver 61.93 28.11 0.00 0.14 ind:pas:1s; -nettoyaient nettoyer ver 61.93 28.11 0.07 0.95 ind:imp:3p; -nettoyais nettoyer ver 61.93 28.11 1.06 0.14 ind:imp:1s;ind:imp:2s; -nettoyait nettoyer ver 61.93 28.11 1.02 2.57 ind:imp:3s; -nettoyant nettoyer ver 61.93 28.11 0.64 1.01 par:pre; -nettoyante nettoyant adj f s 0.10 0.07 0.01 0.00 -nettoyants nettoyant nom m p 0.35 0.07 0.02 0.07 -nettoyer nettoyer ver 61.93 28.11 30.26 10.95 inf; -nettoyeur nettoyeur nom m s 2.51 0.68 1.24 0.34 -nettoyeurs nettoyeur nom m p 2.51 0.68 0.91 0.20 -nettoyeuse nettoyeur nom f s 2.51 0.68 0.36 0.07 -nettoyeuses nettoyeur nom f p 2.51 0.68 0.00 0.07 -nettoyez nettoyer ver 61.93 28.11 2.88 0.00 imp:pre:2p;ind:pre:2p; -nettoyiez nettoyer ver 61.93 28.11 0.14 0.07 ind:imp:2p; -nettoyons nettoyer ver 61.93 28.11 0.46 0.14 imp:pre:1p;ind:pre:1p; -nettoyât nettoyer ver 61.93 28.11 0.00 0.20 sub:imp:3s; -nettoyèrent nettoyer ver 61.93 28.11 0.01 0.07 ind:pas:3p; -nettoyé nettoyer ver m s 61.93 28.11 7.72 4.19 par:pas; -nettoyée nettoyer ver f s 61.93 28.11 0.89 1.08 par:pas; -nettoyées nettoyer ver f p 61.93 28.11 0.29 0.41 par:pas; -nettoyés nettoyer ver m p 61.93 28.11 0.45 0.88 par:pas; -neuf neuf adj_num 59.45 113.18 32.05 56.01 -neufs neuf adj m p 59.45 113.18 3.50 11.89 -neuneu neuneu adj f s 0.49 0.07 0.49 0.07 -neural neural adj m s 1.21 0.00 0.79 0.00 -neurale neural adj f s 1.21 0.00 0.32 0.00 -neurales neural adj f p 1.21 0.00 0.10 0.00 -neurasthénie neurasthénie nom f s 0.14 1.28 0.14 1.28 -neurasthénique neurasthénique adj s 0.71 1.15 0.70 0.81 -neurasthéniques neurasthénique nom p 0.10 0.20 0.10 0.07 -neurinome neurinome nom m s 0.01 0.00 0.01 0.00 -neurobiologie neurobiologie nom f s 0.01 0.00 0.01 0.00 -neurobiologiste neurobiologiste nom s 0.02 0.00 0.02 0.00 -neurochimie neurochimie nom f s 0.03 0.00 0.03 0.00 -neurochimique neurochimique adj s 0.01 0.00 0.01 0.00 -neurochirurgie neurochirurgie nom f s 0.53 0.00 0.53 0.00 -neurochirurgien neurochirurgien nom m s 0.85 0.00 0.79 0.00 -neurochirurgienne neurochirurgien nom f s 0.85 0.00 0.06 0.00 -neurofibromatose neurofibromatose nom f s 0.05 0.00 0.05 0.00 -neuroleptique neuroleptique nom m s 0.07 0.20 0.01 0.07 -neuroleptiques neuroleptique nom m p 0.07 0.20 0.06 0.14 -neurolinguistique neurolinguistique nom f s 0.01 0.00 0.01 0.00 -neurologie neurologie nom f s 0.93 0.00 0.93 0.00 -neurologique neurologique adj s 1.71 0.00 1.26 0.00 -neurologiquement neurologiquement adv 0.02 0.00 0.02 0.00 -neurologiques neurologique adj p 1.71 0.00 0.45 0.00 -neurologiste neurologiste nom s 0.09 0.00 0.09 0.00 -neurologue neurologue nom s 1.56 0.34 1.34 0.34 -neurologues neurologue nom p 1.56 0.34 0.22 0.00 -neuromusculaire neuromusculaire adj m s 0.11 0.00 0.11 0.00 -neuronal neuronal adj m s 0.42 0.00 0.19 0.00 -neuronale neuronal adj f s 0.42 0.00 0.14 0.00 -neuronales neuronal adj f p 0.42 0.00 0.03 0.00 -neuronaux neuronal adj m p 0.42 0.00 0.06 0.00 -neurone neurone nom m s 1.77 1.15 0.38 0.07 -neurones neurone nom m p 1.77 1.15 1.39 1.08 -neuronique neuronique adj f s 0.03 0.00 0.03 0.00 -neuropathie neuropathie nom f s 0.07 0.00 0.07 0.00 -neuropathologie neuropathologie nom f s 0.01 0.00 0.01 0.00 -neuropeptide neuropeptide nom m s 0.01 0.00 0.01 0.00 -neurophysiologie neurophysiologie nom f s 0.02 0.07 0.02 0.07 -neuroplégique neuroplégique adj s 0.02 0.00 0.02 0.00 -neuropsychiatrie neuropsychiatrie nom f s 0.03 0.00 0.03 0.00 -neuropsychologiques neuropsychologique adj p 0.11 0.00 0.11 0.00 -neuropsychologue neuropsychologue nom s 0.02 0.00 0.02 0.00 -neuroscience neuroscience nom f s 0.04 0.00 0.04 0.00 -neurotoxine neurotoxine nom f s 0.05 0.00 0.05 0.00 -neurotoxique neurotoxique adj s 0.14 0.00 0.14 0.00 -neurotransmetteur neurotransmetteur nom m s 0.36 0.00 0.05 0.00 -neurotransmetteurs neurotransmetteur nom m p 0.36 0.00 0.31 0.00 -neutralisaient neutraliser ver 5.31 2.97 0.01 0.14 ind:imp:3p; -neutralisait neutraliser ver 5.31 2.97 0.05 0.07 ind:imp:3s; -neutralisant neutraliser ver 5.31 2.97 0.06 0.20 par:pre; -neutralisante neutralisant adj f s 0.04 0.00 0.02 0.00 -neutralisateur neutralisateur adj m s 0.01 0.07 0.01 0.07 -neutralisation neutralisation nom f s 0.13 1.08 0.13 1.08 -neutralise neutraliser ver 5.31 2.97 0.53 0.27 imp:pre:2s;ind:pre:1s;ind:pre:3s; -neutralisent neutraliser ver 5.31 2.97 0.29 0.00 ind:pre:3p; -neutraliser neutraliser ver 5.31 2.97 2.31 1.28 inf; -neutralisera neutraliser ver 5.31 2.97 0.09 0.00 ind:fut:3s; -neutraliserai neutraliser ver 5.31 2.97 0.02 0.00 ind:fut:1s; -neutraliseraient neutraliser ver 5.31 2.97 0.00 0.07 cnd:pre:3p; -neutraliserait neutraliser ver 5.31 2.97 0.03 0.00 cnd:pre:3s; -neutraliseront neutraliser ver 5.31 2.97 0.04 0.00 ind:fut:3p; -neutralisez neutraliser ver 5.31 2.97 0.19 0.00 imp:pre:2p;ind:pre:2p; -neutralisiez neutraliser ver 5.31 2.97 0.01 0.00 ind:imp:2p; -neutralisons neutraliser ver 5.31 2.97 0.03 0.00 imp:pre:1p;ind:pre:1p; -neutraliste neutraliste nom s 0.16 0.00 0.16 0.00 -neutralisé neutraliser ver m s 5.31 2.97 1.02 0.34 par:pas; -neutralisée neutraliser ver f s 5.31 2.97 0.29 0.27 par:pas; -neutralisées neutraliser ver f p 5.31 2.97 0.02 0.14 par:pas; -neutralisés neutraliser ver m p 5.31 2.97 0.31 0.20 par:pas; -neutralité neutralité nom f s 0.46 2.97 0.46 2.97 -neutre neutre adj s 5.15 11.76 4.32 10.20 -neutres neutre adj p 5.15 11.76 0.83 1.55 -neutrino neutrino nom m s 0.55 0.00 0.15 0.00 -neutrinos neutrino nom m p 0.55 0.00 0.40 0.00 -neutron neutron nom m s 0.68 0.54 0.46 0.14 -neutronique neutronique adj m s 0.01 0.00 0.01 0.00 -neutrons neutron nom m p 0.68 0.54 0.23 0.41 -neutropénie neutropénie nom f s 0.04 0.00 0.04 0.00 -neuvaine neuvaine nom f s 0.38 0.61 0.14 0.14 -neuvaines neuvaine nom f p 0.38 0.61 0.25 0.47 -neuve neuf adj f s 59.45 113.18 10.30 22.43 -neuves neuf adj f p 59.45 113.18 5.02 8.72 -neuvième neuvième adj 1.09 1.49 1.09 1.42 -neuvièmes neuvième nom p 0.55 1.08 0.01 0.00 -neveu neveu nom m s 22.90 26.35 22.90 13.92 -neveux neveux nom m p 2.13 3.72 2.13 3.72 -new_yorkais new_yorkais adj m 0.00 1.42 0.00 0.95 -new_yorkais new_yorkais adj f s 0.00 1.42 0.00 0.34 -new_yorkais new_yorkais adj f p 0.00 1.42 0.00 0.14 -new_wave new_wave nom f 0.00 0.07 0.00 0.07 -new new adj m s 0.74 3.51 0.74 3.51 -news new nom m p 0.08 0.20 0.08 0.20 -ney ney nom m s 1.68 0.14 1.68 0.14 -nez nez nom m 75.18 177.64 75.18 177.64 -ni ni con 377.64 662.36 377.64 662.36 -nia nier ver 24.86 23.58 0.13 1.01 ind:pas:3s; -niable niable adj s 0.00 0.61 0.00 0.61 -niai nier ver 24.86 23.58 0.00 0.20 ind:pas:1s; -niaient nier ver 24.86 23.58 0.03 0.54 ind:imp:3p; -niais niais adj m 1.19 5.68 1.11 3.51 -niaise niais nom f s 0.71 1.49 0.14 0.41 -niaisement niaisement adv 0.11 0.68 0.11 0.68 -niaiser niaiser ver 0.30 0.00 0.17 0.00 inf; -niaiserie niaiserie nom f s 0.89 3.51 0.16 1.89 -niaiseries niaiserie nom f p 0.89 3.51 0.73 1.62 -niaises niaise nom f p 0.11 0.00 0.07 0.00 -niaiseuse niaiseux adj f s 0.05 0.07 0.01 0.00 -niaiseux niaiseux adj m p 0.05 0.07 0.04 0.07 -niaisé niaiser ver m s 0.30 0.00 0.14 0.00 par:pas; -niait nier ver 24.86 23.58 0.11 2.43 ind:imp:3s; -niakoué niakoué nom s 0.07 0.14 0.03 0.07 -niakoués niakoué nom p 0.07 0.14 0.04 0.07 -niant nier ver 24.86 23.58 0.35 0.95 par:pre; -nib nib adv 0.16 2.03 0.16 2.03 -nibard nibard nom m s 1.60 0.68 0.13 0.07 -nibards nibard nom m p 1.60 0.68 1.47 0.61 -nibergue nibergue adj 0.00 0.07 0.00 0.07 -nicaraguayen nicaraguayen adj m s 0.06 0.00 0.04 0.00 -nicaraguayenne nicaraguayen nom f s 0.07 0.00 0.02 0.00 -nicaraguayens nicaraguayen nom m p 0.07 0.00 0.05 0.00 -nice nice nom s 2.00 0.41 2.00 0.41 -nicet nicet adj m s 0.00 0.14 0.00 0.14 -nicha nicher ver 1.52 5.61 0.01 0.07 ind:pas:3s; -nichaient nicher ver 1.52 5.61 0.12 0.34 ind:imp:3p; -nichait nicher ver 1.52 5.61 0.10 0.27 ind:imp:3s; -nichan nichan nom m s 0.00 0.07 0.00 0.07 -nichant nicher ver 1.52 5.61 0.00 0.34 par:pre; -niche niche nom f s 2.27 9.39 2.17 6.35 -nichent nicher ver 1.52 5.61 0.16 0.27 ind:pre:3p; -nicher nicher ver 1.52 5.61 0.35 1.62 inf; -niches niche nom f p 2.27 9.39 0.10 3.04 -nicheurs nicheur adj m p 0.00 0.07 0.00 0.07 -nichions nicher ver 1.52 5.61 0.00 0.07 ind:imp:1p; -nichon nichon nom m s 9.85 6.35 0.67 0.54 -nichonnée nichonnée adj f s 0.00 0.27 0.00 0.14 -nichonnées nichonnée adj f p 0.00 0.27 0.00 0.14 -nichons nichon nom m p 9.85 6.35 9.18 5.81 -nichèrent nicher ver 1.52 5.61 0.00 0.07 ind:pas:3p; -niché nicher ver m s 1.52 5.61 0.23 0.61 par:pas; -nichée nicher ver f s 1.52 5.61 0.14 0.61 par:pas; -nichées nichée nom f p 0.07 1.22 0.01 0.00 -nichés nicher ver m p 1.52 5.61 0.02 0.27 par:pas; -nickel nickel adj 2.78 1.28 2.78 1.28 -nickelle nickeler ver 0.00 0.54 0.00 0.07 ind:pre:3s; -nickels nickel nom m p 1.50 1.55 0.09 0.34 -nickelé nickelé adj m s 0.35 2.03 0.02 0.81 -nickelée nickelé adj f s 0.35 2.03 0.01 0.54 -nickelées nickelé adj f p 0.35 2.03 0.00 0.07 -nickelés nickelé adj m p 0.35 2.03 0.32 0.61 -nicotine nicotine nom f s 1.66 1.28 1.66 1.28 -nicotinisé nicotiniser ver m s 0.00 0.14 0.00 0.07 par:pas; -nicotinisés nicotiniser ver m p 0.00 0.14 0.00 0.07 par:pas; -nictation nictation nom f s 0.00 0.07 0.00 0.07 -nictitant nictitant adj m s 0.01 0.07 0.00 0.07 -nictitante nictitant adj f s 0.01 0.07 0.01 0.00 -nid_de_poule nid_de_poule nom m s 0.20 0.20 0.14 0.07 -nid nid nom m s 12.25 18.85 11.07 14.59 -nidification nidification nom f s 0.04 0.07 0.04 0.07 -nidificatrices nidificateur nom f p 0.00 0.07 0.00 0.07 -nidifie nidifier ver 0.01 0.00 0.01 0.00 ind:pre:3s; -nid_de_poule nid_de_poule nom m p 0.20 0.20 0.06 0.14 -nids nid nom m p 12.25 18.85 1.19 4.26 -nie nier ver 24.86 23.58 7.37 3.85 imp:pre:2s;ind:pre:1s;ind:pre:3s; -nielle nielle nom s 0.00 0.14 0.00 0.14 -niellé nieller ver m s 0.00 0.07 0.00 0.07 par:pas; -nient nier ver 24.86 23.58 0.90 0.95 ind:pre:3p; -nier nier ver 24.86 23.58 7.76 10.68 inf; -niera nier ver 24.86 23.58 0.18 0.00 ind:fut:3s; -nierai nier ver 24.86 23.58 0.62 0.20 ind:fut:1s; -nierais nier ver 24.86 23.58 0.12 0.14 cnd:pre:1s; -nierait nier ver 24.86 23.58 0.19 0.07 cnd:pre:3s; -nieras nier ver 24.86 23.58 0.14 0.00 ind:fut:2s; -nierez nier ver 24.86 23.58 0.04 0.20 ind:fut:2p; -nieriez nier ver 24.86 23.58 0.01 0.00 cnd:pre:2p; -nierons nier ver 24.86 23.58 0.04 0.00 ind:fut:1p; -nieront nier ver 24.86 23.58 0.06 0.07 ind:fut:3p; -nies nier ver 24.86 23.58 2.96 0.20 ind:pre:2s; -niet niet ono 0.33 0.27 0.33 0.27 -nietzschéen nietzschéen nom m s 0.59 0.07 0.59 0.07 -nietzschéenne nietzschéen adj f s 0.79 0.74 0.41 0.20 -nietzschéennes nietzschéen adj f p 0.79 0.74 0.20 0.14 -niez nier ver 24.86 23.58 1.87 0.61 imp:pre:2p;ind:pre:2p; -nigaud nigaud nom m s 1.59 1.42 1.27 0.95 -nigaude nigaud adj f s 0.62 1.15 0.05 0.14 -nigaudement nigaudement adv 0.00 0.07 0.00 0.07 -nigauderie nigauderie nom f s 0.00 0.07 0.00 0.07 -nigauds nigaud nom m p 1.59 1.42 0.28 0.41 -nigelle nigel nom f s 0.01 0.00 0.01 0.00 -night_club night_club nom m s 1.31 0.88 1.16 0.61 -night_club night_club nom m p 1.31 0.88 0.10 0.27 -night_club night_club nom m s 1.31 0.88 0.05 0.00 -niguedouille niguedouille nom s 0.00 0.07 0.00 0.07 -nigérian nigérian adj m s 0.13 0.00 0.08 0.00 -nigérian nigérian nom m s 0.22 0.00 0.08 0.00 -nigériane nigérian adj f s 0.13 0.00 0.01 0.00 -nigérians nigérian nom m p 0.22 0.00 0.14 0.00 -nigérien nigérien adj m s 0.17 0.00 0.17 0.00 -nigériens nigérien nom m p 0.04 0.07 0.03 0.07 -nihil_obstat nihil_obstat adv 0.00 0.20 0.00 0.20 -nihilisme nihilisme nom m s 0.11 1.22 0.11 1.22 -nihiliste nihiliste adj s 0.09 0.74 0.09 0.54 -nihilistes nihiliste nom p 0.16 0.41 0.08 0.00 -nikkei nikkei nom m s 0.05 0.00 0.05 0.00 -nil nil nom s 0.05 0.07 0.05 0.07 -nim nim nom m s 1.78 0.07 1.78 0.07 -nimba nimber ver 0.17 2.50 0.00 0.07 ind:pas:3s; -nimbaient nimber ver 0.17 2.50 0.00 0.07 ind:imp:3p; -nimbait nimber ver 0.17 2.50 0.01 0.74 ind:imp:3s; -nimbant nimber ver 0.17 2.50 0.00 0.14 par:pre; -nimbe nimbe nom m s 0.01 0.88 0.01 0.81 -nimbent nimber ver 0.17 2.50 0.00 0.07 ind:pre:3p; -nimber nimber ver 0.17 2.50 0.00 0.14 inf; -nimbes nimbe nom m p 0.01 0.88 0.00 0.07 -nimbo_stratus nimbo_stratus nom m 0.14 0.00 0.14 0.00 -nimbo nimbo adv 0.00 0.07 0.00 0.07 -nimbostratus nimbostratus nom m 0.00 0.07 0.00 0.07 -nimbé nimber ver m s 0.17 2.50 0.14 0.47 par:pas; -nimbée nimber ver f s 0.17 2.50 0.02 0.61 par:pas; -nimbées nimber ver f p 0.17 2.50 0.00 0.14 par:pas; -nimbés nimber ver m p 0.17 2.50 0.00 0.07 par:pas; -nimbus nimbus nom m 0.09 0.20 0.09 0.20 -ninas ninas nom m 0.01 0.95 0.01 0.95 -niobium niobium nom m s 0.01 0.00 0.01 0.00 -niolo niolo nom m s 0.00 0.14 0.00 0.14 -nions nier ver 24.86 23.58 0.16 0.07 imp:pre:1p;ind:pre:1p; -nioulouque nioulouque adj s 0.00 0.07 0.00 0.07 -nippe nippe nom f s 0.14 2.43 0.01 0.07 -nipper nipper ver 0.38 0.88 0.04 0.14 inf; -nippes nippe nom f p 0.14 2.43 0.13 2.36 -nippez nipper ver 0.38 0.88 0.10 0.07 imp:pre:2p; -nippo nippo adv 0.03 0.00 0.03 0.00 -nippon nippon adj m s 0.34 1.22 0.33 0.41 -nippone nippon adj f s 0.34 1.22 0.01 0.14 -nippones nippon adj f p 0.34 1.22 0.00 0.34 -nipponne nipponne adj f s 0.14 0.00 0.14 0.00 -nippons nippon nom m p 0.06 0.41 0.04 0.41 -nippé nipper ver m s 0.38 0.88 0.02 0.07 par:pas; -nippée nipper ver f s 0.38 0.88 0.02 0.34 par:pas; -nippées nipper ver f p 0.38 0.88 0.10 0.20 par:pas; -niquait niquer ver 7.57 1.35 0.06 0.00 ind:imp:3s; -nique nique nom f s 1.56 0.61 1.56 0.61 -niquedouille niquedouille nom s 0.03 0.20 0.03 0.20 -niquent niquer ver 7.57 1.35 0.23 0.00 ind:pre:3p; -niquer niquer ver 7.57 1.35 3.27 0.74 inf; -niquera niquer ver 7.57 1.35 0.03 0.00 ind:fut:3s; -niquerait niquer ver 7.57 1.35 0.01 0.00 cnd:pre:3s; -niques niquer ver 7.57 1.35 0.11 0.00 ind:pre:2s; -niquez niquer ver 7.57 1.35 0.08 0.00 imp:pre:2p;ind:pre:2p; -niquons niquer ver 7.57 1.35 0.01 0.00 imp:pre:1p; -niqué niquer ver m s 7.57 1.35 2.33 0.20 par:pas; -niquée niquer ver f s 7.57 1.35 0.11 0.00 par:pas; -niqués niquer ver m p 7.57 1.35 0.14 0.20 par:pas; -nirvana nirvana nom m s 0.81 0.74 0.81 0.68 -nirvanas nirvana nom m p 0.81 0.74 0.00 0.07 -nirvâna nirvâna nom m s 0.01 2.09 0.01 2.09 -nisan nisan nom m s 0.00 0.20 0.00 0.20 -nièce nièce nom f s 10.10 0.00 9.28 0.00 -nièces nièce nom f p 10.10 0.00 0.82 0.00 -nième nième nom m s 0.03 0.07 0.03 0.07 -niçois niçois adj m 0.08 1.28 0.00 0.88 -niçoise niçois adj f s 0.08 1.28 0.08 0.34 -niçoises niçois nom f p 0.03 0.47 0.00 0.20 -nière nière nom m s 0.14 0.07 0.14 0.07 -nièrent nier ver 24.86 23.58 0.01 0.07 ind:pas:3p; -nitratant nitrater ver 0.01 0.00 0.01 0.00 par:pre; -nitrate nitrate nom m s 0.64 0.54 0.38 0.41 -nitrates nitrate nom m p 0.64 0.54 0.27 0.14 -nitre nitre nom m s 0.07 0.00 0.07 0.00 -nitreuse nitreux adj f s 0.17 0.00 0.01 0.00 -nitreux nitreux adj m s 0.17 0.00 0.16 0.00 -nitrique nitrique adj s 0.25 0.14 0.25 0.14 -nitrite nitrite nom m s 0.02 0.14 0.02 0.14 -nitroglycérine nitroglycérine nom f s 0.79 0.20 0.79 0.20 -nitrogène nitrogène nom m s 0.17 0.00 0.17 0.00 -nitré nitré adj m s 0.00 0.07 0.00 0.07 -nié nier ver m s 24.86 23.58 1.53 0.88 par:pas; -niébé niébé nom m s 0.02 0.07 0.02 0.07 -niée nier ver f s 24.86 23.58 0.14 0.27 par:pas; -niés nier ver m p 24.86 23.58 0.01 0.07 par:pas; -nivôse nivôse nom m s 0.00 0.41 0.00 0.41 -nivaquine nivaquine nom f s 0.00 0.14 0.00 0.14 -niveau niveau nom m s 50.70 32.91 45.46 30.74 -niveaux niveau nom m p 50.70 32.91 5.24 2.16 -nivelait niveler ver 0.14 1.96 0.00 0.07 ind:imp:3s; -nivelant niveler ver 0.14 1.96 0.04 0.07 par:pre; -niveler niveler ver 0.14 1.96 0.09 0.27 inf; -niveleur niveleur nom m s 0.01 0.27 0.01 0.00 -niveleurs niveleur nom m p 0.01 0.27 0.00 0.20 -niveleuse niveleur nom f s 0.01 0.27 0.00 0.07 -nivelle niveler ver 0.14 1.96 0.00 0.07 ind:pre:1s; -nivellement nivellement nom m s 0.00 0.20 0.00 0.20 -nivellent niveler ver 0.14 1.96 0.00 0.07 ind:pre:3p; -nivelât niveler ver 0.14 1.96 0.00 0.07 sub:imp:3s; -nivelé niveler ver m s 0.14 1.96 0.02 0.68 par:pas; -nivelée niveler ver f s 0.14 1.96 0.00 0.27 par:pas; -nivelées niveler ver f p 0.14 1.96 0.00 0.07 par:pas; -nivelés niveler ver m p 0.14 1.96 0.00 0.34 par:pas; -nivernais nivernais adj m 0.00 0.07 0.00 0.07 -nivernaise nivernaise adj f s 0.00 0.20 0.00 0.20 -nixe nixe nom f s 0.01 0.07 0.01 0.07 -no_man_s_land no_man_s_land nom m s 0.95 1.49 0.95 1.49 -nobiliaire nobiliaire adj s 0.10 0.95 0.10 0.47 -nobiliaires nobiliaire adj p 0.10 0.95 0.00 0.47 -nobilitas nobilitas nom f 0.10 0.00 0.10 0.00 -noblaillon noblaillon nom m s 0.02 0.00 0.02 0.00 -noble noble adj s 28.70 31.62 23.73 20.00 -noblement noblement adv 0.58 2.70 0.58 2.70 -nobles noble adj p 28.70 31.62 4.97 11.62 -noblesse noblesse nom f s 6.09 12.64 6.09 12.43 -noblesses noblesse nom f p 6.09 12.64 0.00 0.20 -nobliau nobliau nom m s 0.01 0.14 0.01 0.00 -nobliaux nobliau nom m p 0.01 0.14 0.00 0.14 -noce noce nom f s 17.05 21.01 4.43 6.55 -nocer nocer ver 0.01 0.00 0.01 0.00 inf; -noces noce nom f p 17.05 21.01 12.62 14.46 -noceur noceur nom m s 0.17 0.88 0.15 0.47 -noceurs noceur nom m p 0.17 0.88 0.02 0.20 -noceuse noceur nom f s 0.17 0.88 0.00 0.14 -noceuses noceur nom f p 0.17 0.88 0.00 0.07 -nocher nocher nom m s 0.02 0.14 0.02 0.14 -nochère nochère nom f s 0.00 0.14 0.00 0.14 -nocif nocif adj m s 1.53 1.69 0.56 0.74 -nocifs nocif adj m p 1.53 1.69 0.38 0.34 -nocive nocif adj f s 1.53 1.69 0.31 0.41 -nocives nocif adj f p 1.53 1.69 0.27 0.20 -nocivité nocivité nom f s 0.16 0.20 0.16 0.20 -noctambule noctambule adj m s 0.51 0.61 0.38 0.27 -noctambules noctambule adj p 0.51 0.61 0.14 0.34 -noctambulisme noctambulisme nom m s 0.00 0.14 0.00 0.14 -nocturnal nocturnal nom m s 0.01 0.07 0.01 0.07 -nocturne nocturne adj s 5.71 37.16 4.09 25.41 -nocturnes nocturne adj p 5.71 37.16 1.62 11.76 -nodal nodal adj m s 0.01 0.41 0.01 0.34 -nodales nodal adj f p 0.01 0.41 0.00 0.07 -nodosités nodosité nom f p 0.01 0.27 0.01 0.27 -nodule nodule nom m s 0.43 0.00 0.12 0.00 -nodules nodule nom m p 0.43 0.00 0.31 0.00 -noduleux noduleux adj m p 0.00 0.14 0.00 0.14 -nodus nodus nom m 0.00 0.07 0.00 0.07 -noeud noeud nom m s 11.12 24.26 7.64 14.46 -noeuds noeud nom m p 11.12 24.26 3.48 9.80 -noie noyer ver 27.29 38.58 4.53 3.85 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:1s;sub:pre:3s; -noient noyer ver 27.29 38.58 0.48 1.08 ind:pre:3p; -noiera noyer ver 27.29 38.58 0.14 0.07 ind:fut:3s; -noierai noyer ver 27.29 38.58 0.17 0.07 ind:fut:1s; -noieraient noyer ver 27.29 38.58 0.00 0.07 cnd:pre:3p; -noierait noyer ver 27.29 38.58 0.56 0.47 cnd:pre:3s; -noieras noyer ver 27.29 38.58 0.04 0.00 ind:fut:2s; -noierez noyer ver 27.29 38.58 0.10 0.07 ind:fut:2p; -noieront noyer ver 27.29 38.58 0.14 0.00 ind:fut:3p; -noies noyer ver 27.29 38.58 0.71 0.14 ind:pre:2s; -noir noir adj m s 144.81 482.23 72.20 184.86 -noiraud noiraud adj m s 0.70 4.80 0.69 1.28 -noiraude noiraud adj f s 0.70 4.80 0.01 3.31 -noiraudes noiraud adj f p 0.70 4.80 0.00 0.14 -noirauds noiraud nom m p 0.37 0.81 0.01 0.00 -noirceur noirceur nom f s 0.63 3.24 0.63 2.97 -noirceurs noirceur nom f p 0.63 3.24 0.00 0.27 -noirci noirci adj m s 0.66 4.93 0.47 1.35 -noircie noircir ver f s 2.14 10.41 0.15 1.01 par:pas; -noircies noirci adj f p 0.66 4.93 0.04 1.69 -noircir noircir ver 2.14 10.41 0.68 2.16 inf; -noircirai noircir ver 2.14 10.41 0.01 0.00 ind:fut:1s; -noircirais noircir ver 2.14 10.41 0.00 0.07 cnd:pre:1s; -noircirait noircir ver 2.14 10.41 0.00 0.07 cnd:pre:3s; -noircirent noircir ver 2.14 10.41 0.00 0.20 ind:pas:3p; -noircis noircir ver m p 2.14 10.41 0.35 0.88 imp:pre:2s;ind:pre:1s;ind:pre:2s;par:pas; -noircissaient noircir ver 2.14 10.41 0.14 0.20 ind:imp:3p; -noircissais noircir ver 2.14 10.41 0.00 0.07 ind:imp:1s; -noircissait noircir ver 2.14 10.41 0.01 1.28 ind:imp:3s; -noircissant noircir ver 2.14 10.41 0.00 0.34 par:pre; -noircisse noircir ver 2.14 10.41 0.00 0.07 sub:pre:1s; -noircissent noircir ver 2.14 10.41 0.11 0.20 ind:pre:3p; -noircissez noircir ver 2.14 10.41 0.05 0.07 imp:pre:2p;ind:pre:2p; -noircit noircir ver 2.14 10.41 0.25 0.68 ind:pre:3s;ind:pas:3s; -noire noir adj f s 144.81 482.23 41.57 140.88 -noires noir adj f p 144.81 482.23 9.39 62.64 -noirâtre noirâtre adj s 0.02 6.08 0.02 4.12 -noirâtres noirâtre adj p 0.02 6.08 0.00 1.96 -noirs noir adj m p 144.81 482.23 21.65 93.85 -noise noise nom f s 1.14 0.68 0.35 0.27 -noises noise nom f p 1.14 0.68 0.79 0.41 -noisetier noisetier nom m s 1.12 3.24 1.10 1.62 -noisetiers noisetier nom m p 1.12 3.24 0.03 1.62 -noisette noisette nom f s 2.90 3.99 0.57 1.69 -noisettes noisette nom f p 2.90 3.99 2.33 2.30 -noix noix nom f 12.83 12.23 12.83 12.23 -nok nok adj f s 0.03 0.00 0.03 0.00 -nolis nolis nom m 0.00 0.07 0.00 0.07 -nom nom nom m s 570.67 395.00 528.17 326.89 -nomade nomade nom s 1.32 4.86 0.60 1.62 -nomades nomade nom p 1.32 4.86 0.72 3.24 -nomadisait nomadiser ver 0.00 0.20 0.00 0.07 ind:imp:3s; -nomadisant nomadiser ver 0.00 0.20 0.00 0.07 par:pre; -nomadisent nomadiser ver 0.00 0.20 0.00 0.07 ind:pre:3p; -nomadisme nomadisme nom m s 0.01 0.68 0.01 0.68 -nombre nombre nom m s 40.16 78.38 36.57 76.28 -nombres nombre nom m p 40.16 78.38 3.59 2.09 -nombreuse nombreux adj f s 44.64 60.27 0.74 5.34 -nombreuses nombreux adj f p 44.64 60.27 14.01 17.91 -nombreux nombreux adj m 44.64 60.27 29.89 37.03 -nombril nombril nom m s 4.34 5.54 4.26 5.20 -nombrilisme nombrilisme nom m s 0.03 0.00 0.03 0.00 -nombriliste nombriliste nom s 0.14 0.00 0.14 0.00 -nombrils nombril nom m p 4.34 5.54 0.08 0.34 -nome nome nom m s 0.24 0.07 0.24 0.07 -nomenclature nomenclature nom f s 0.03 1.01 0.03 0.81 -nomenclatures nomenclature nom f p 0.03 1.01 0.00 0.20 -nomenklatura nomenklatura nom f s 0.00 0.14 0.00 0.14 -nominal nominal adj m s 0.39 0.34 0.09 0.14 -nominale nominal adj f s 0.39 0.34 0.10 0.07 -nominalement nominalement adv 0.01 0.00 0.01 0.00 -nominales nominal adj f p 0.39 0.34 0.02 0.14 -nominaliste nominaliste adj m s 0.00 0.07 0.00 0.07 -nominatif nominatif adj m s 0.09 0.47 0.05 0.07 -nominatifs nominatif adj m p 0.09 0.47 0.00 0.20 -nomination nomination nom f s 3.50 3.11 3.10 2.77 -nominations nomination nom f p 3.50 3.11 0.40 0.34 -nominative nominatif adj f s 0.09 0.47 0.03 0.07 -nominatives nominatif adj f p 0.09 0.47 0.01 0.14 -nominaux nominal adj m p 0.39 0.34 0.17 0.00 -nomine nominer ver 1.42 0.34 0.25 0.34 ind:pre:1s;ind:pre:3s; -nominer nominer ver 1.42 0.34 0.04 0.00 inf; -nominé nominer ver m s 1.42 0.34 0.56 0.00 par:pas; -nominée nominer ver f s 1.42 0.34 0.21 0.00 par:pas; -nominées nominer ver f p 1.42 0.34 0.08 0.00 par:pas; -nominés nominer ver m p 1.42 0.34 0.27 0.00 par:pas; -nomma nommer ver 45.60 62.30 0.30 1.82 ind:pas:3s; -nommai nommer ver 45.60 62.30 0.00 0.68 ind:pas:1s; -nommaient nommer ver 45.60 62.30 0.02 1.22 ind:imp:3p; -nommais nommer ver 45.60 62.30 0.02 0.27 ind:imp:1s; -nommait nommer ver 45.60 62.30 0.51 6.82 ind:imp:3s; -nommant nommer ver 45.60 62.30 0.57 0.95 par:pre; -nomme nommer ver 45.60 62.30 9.41 9.53 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -nomment nommer ver 45.60 62.30 0.69 1.22 ind:pre:3p; -nommer nommer ver 45.60 62.30 7.41 10.47 inf; -nommera nommer ver 45.60 62.30 0.64 0.27 ind:fut:3s; -nommerai nommer ver 45.60 62.30 1.10 0.27 ind:fut:1s; -nommerais nommer ver 45.60 62.30 0.21 0.00 cnd:pre:1s;cnd:pre:2s; -nommerait nommer ver 45.60 62.30 0.04 0.14 cnd:pre:3s; -nommeras nommer ver 45.60 62.30 0.02 0.00 ind:fut:2s; -nommeriez nommer ver 45.60 62.30 0.02 0.00 cnd:pre:2p; -nommerons nommer ver 45.60 62.30 0.05 0.00 ind:fut:1p; -nommeront nommer ver 45.60 62.30 0.05 0.07 ind:fut:3p; -nommes nommer ver 45.60 62.30 0.61 0.07 ind:pre:2s;sub:pre:2s; -nommez nommer ver 45.60 62.30 1.14 0.61 imp:pre:2p;ind:pre:2p; -nommiez nommer ver 45.60 62.30 0.17 0.00 ind:imp:2p; -nommions nommer ver 45.60 62.30 0.01 0.27 ind:imp:1p; -nommons nommer ver 45.60 62.30 0.34 0.34 imp:pre:1p;ind:pre:1p; -nommât nommer ver 45.60 62.30 0.00 0.14 sub:imp:3s; -nommèrent nommer ver 45.60 62.30 0.15 0.14 ind:pas:3p; -nommé nommer ver m s 45.60 62.30 18.24 20.41 par:pas; -nommée nommer ver f s 45.60 62.30 3.01 3.51 par:pas; -nommées nommer ver f p 45.60 62.30 0.20 0.81 par:pas; -nommément nommément adv 0.10 0.47 0.10 0.47 -nommés nommer ver m p 45.60 62.30 0.68 2.30 par:pas; -noms nom nom m p 570.67 395.00 42.50 68.11 -non_agression non_agression nom f s 0.07 0.61 0.07 0.61 -non_alignement non_alignement nom m s 0.04 0.00 0.04 0.00 -non_aligné non_aligné adj m p 0.09 0.00 0.09 0.00 -non_amour non_amour nom m s 0.10 0.00 0.10 0.00 -non_appartenance non_appartenance nom f s 0.01 0.07 0.01 0.07 -non_assistance non_assistance nom f s 0.10 0.07 0.10 0.07 -non_blanc non_blanc nom m s 0.04 0.07 0.00 0.07 -non_blanc non_blanc nom m p 0.04 0.07 0.04 0.00 -non_combattant non_combattant adj m s 0.15 0.00 0.01 0.00 -non_combattant non_combattant nom m s 0.03 0.00 0.01 0.00 -non_combattant non_combattant adj m p 0.15 0.00 0.14 0.00 -non_comparution non_comparution nom f s 0.01 0.00 0.01 0.00 -non_concurrence non_concurrence nom f s 0.01 0.00 0.01 0.00 -non_conformisme non_conformisme nom m s 0.00 0.20 0.00 0.20 -non_conformiste non_conformiste adj s 0.14 0.00 0.10 0.00 -non_conformiste non_conformiste adj p 0.14 0.00 0.04 0.00 -non_conformité non_conformité nom f s 0.01 0.00 0.01 0.00 -non_consommation non_consommation nom f s 0.03 0.00 0.03 0.00 -non_croyance non_croyance nom f s 0.10 0.00 0.10 0.00 -non_croyant non_croyant nom m s 0.62 0.07 0.21 0.07 -non_croyant non_croyant nom m p 0.62 0.07 0.41 0.00 -non_culpabilité non_culpabilité nom f s 0.01 0.00 0.01 0.00 -non_dit non_dit nom m s 0.27 0.88 0.09 0.74 -non_dit non_dit nom m p 0.27 0.88 0.18 0.14 -non_droit non_droit nom m s 0.22 0.00 0.22 0.00 -non_existence non_existence nom f s 0.07 0.07 0.07 0.07 -non_ferreux non_ferreux nom m 0.01 0.00 0.01 0.00 -non_fumeur non_fumeur adj m s 0.68 0.00 0.68 0.00 -non_fumeurs non_fumeurs adj 0.44 0.07 0.44 0.07 -non_initié non_initié nom m s 0.22 0.34 0.03 0.14 -non_initié non_initié nom m p 0.22 0.34 0.19 0.20 -non_intervention non_intervention nom f s 0.21 0.14 0.21 0.14 -non_lieu non_lieu nom m s 1.08 1.42 1.08 1.42 -non_lieux non_lieux nom m p 0.01 0.20 0.01 0.20 -non_malade non_malade nom p 0.00 0.07 0.00 0.07 -non_paiement non_paiement nom m s 0.10 0.07 0.10 0.07 -non_participation non_participation nom f s 0.01 0.07 0.01 0.07 -non_pesanteur non_pesanteur nom f s 0.00 0.07 0.00 0.07 -non_prolifération non_prolifération nom f s 0.09 0.00 0.09 0.00 -non_présence non_présence nom f s 0.01 0.14 0.01 0.14 -non_recevoir non_recevoir nom m s 0.06 0.20 0.06 0.20 -non_représentation non_représentation nom f s 0.01 0.00 0.01 0.00 -non_respect non_respect nom m s 0.16 0.00 0.16 0.00 -non_retour non_retour nom m s 0.34 0.41 0.34 0.41 -non_résistance non_résistance nom f s 0.00 0.14 0.00 0.14 -non_savoir non_savoir nom m s 0.04 0.07 0.04 0.07 -non_sens non_sens nom m 0.83 0.95 0.83 0.95 -non_spécialiste non_spécialiste nom s 0.02 0.07 0.01 0.00 -non_spécialiste non_spécialiste nom p 0.02 0.07 0.01 0.07 -non_stop non_stop adj 0.89 0.14 0.89 0.14 -non_séparation non_séparation nom f s 0.00 0.07 0.00 0.07 -non_utilisation non_utilisation nom f s 0.01 0.00 0.01 0.00 -non_être non_être nom m 0.00 0.95 0.00 0.95 -non_événement non_événement nom m s 0.02 0.00 0.02 0.00 -non_vie non_vie nom f s 0.04 0.00 0.04 0.00 -non_violence non_violence nom f s 0.63 0.07 0.63 0.07 -non_violent non_violent adj m s 0.31 0.07 0.19 0.07 -non_violent non_violent adj f s 0.31 0.07 0.07 0.00 -non_violent non_violent adj m p 0.31 0.07 0.05 0.00 -non_vouloir non_vouloir nom m s 0.00 0.07 0.00 0.07 -non_voyant non_voyant nom m s 0.32 0.27 0.28 0.20 -non_voyant non_voyant nom f s 0.32 0.27 0.02 0.00 -non_voyant non_voyant nom m p 0.32 0.27 0.03 0.07 -non_troppo non_troppo adv 0.00 0.07 0.00 0.07 -non non pro_per s 0.01 0.00 0.01 0.00 -nonagénaire nonagénaire adj s 0.01 0.54 0.01 0.41 -nonagénaires nonagénaire nom p 0.03 0.14 0.01 0.00 -nonante_huit nonante_huit adj_num 0.00 0.07 0.00 0.07 -nonante nonante adj_num 0.27 0.27 0.27 0.27 -nonce nonce nom m s 0.01 0.68 0.01 0.68 -nonchalamment nonchalamment adv 0.04 2.70 0.04 2.70 -nonchalance nonchalance nom f s 0.47 5.00 0.47 5.00 -nonchalant nonchalant adj m s 0.60 7.64 0.21 3.31 -nonchalante nonchalant adj f s 0.60 7.64 0.27 2.77 -nonchalantes nonchalant adj f p 0.60 7.64 0.11 0.68 -nonchalants nonchalant adj m p 0.60 7.64 0.01 0.88 -nonciature nonciature nom f s 0.14 0.14 0.14 0.14 -none none nom f s 0.67 0.41 0.48 0.07 -nones none nom f p 0.67 0.41 0.19 0.34 -nonette nonette nom s 0.00 0.27 0.00 0.20 -nonettes nonette nom p 0.00 0.27 0.00 0.07 -nonidi nonidi nom m s 0.00 0.07 0.00 0.07 -nonnain nonnain nom m s 0.00 0.61 0.00 0.61 -nonne nonne nom f s 8.46 3.72 5.46 1.69 -nonnes nonne nom f p 8.46 3.72 3.01 2.03 -nonnette nonnette nom f s 0.14 0.41 0.04 0.34 -nonnettes nonnette nom f p 0.14 0.41 0.10 0.07 -nonobstant nonobstant pre 0.16 2.97 0.16 2.97 -nonpareille nonpareil adj f s 0.01 0.14 0.01 0.14 -nonsense nonsense nom m s 0.04 0.07 0.04 0.07 -nope nope nom f s 0.50 0.00 0.50 0.00 -noradrénaline noradrénaline nom f s 0.05 0.00 0.05 0.00 -nord_africain nord_africain adj m s 0.05 1.96 0.02 0.20 -nord_africain nord_africain adj f s 0.05 1.96 0.01 0.95 -nord_africain nord_africain adj f p 0.05 1.96 0.01 0.07 -nord_africain nord_africain adj m p 0.05 1.96 0.01 0.74 -nord_américain nord_américain adj m s 0.32 0.20 0.24 0.07 -nord_américain nord_américain adj f s 0.32 0.20 0.06 0.14 -nord_américain nord_américain nom m p 0.13 0.00 0.03 0.00 -nord_coréen nord_coréen adj m s 0.36 0.00 0.24 0.00 -nord_coréen nord_coréen adj f s 0.36 0.00 0.06 0.00 -nord_coréen nord_coréen adj f p 0.36 0.00 0.02 0.00 -nord_coréen nord_coréen nom m p 0.23 0.07 0.18 0.07 -nord_est nord_est nom m 1.40 2.84 1.40 2.84 -nord_nord_est nord_nord_est nom m s 0.03 0.14 0.03 0.14 -nord_ouest nord_ouest nom m 0.95 1.22 0.95 1.22 -nord_sud nord_sud adj 0.15 0.88 0.15 0.88 -nord_vietnamien nord_vietnamien adj m s 0.11 0.00 0.04 0.00 -nord_vietnamien nord_vietnamien adj f s 0.11 0.00 0.04 0.00 -nord_vietnamien nord_vietnamien nom m p 0.12 0.00 0.11 0.00 -nord nord nom m 50.38 72.30 50.38 72.30 -nordet nordet nom m s 0.00 0.07 0.00 0.07 -nordicité nordicité nom f s 0.01 0.00 0.01 0.00 -nordique nordique adj s 1.43 1.69 1.15 1.22 -nordiques nordique nom p 0.71 0.47 0.31 0.07 -nordiste nordiste adj s 0.47 0.14 0.22 0.14 -nordistes nordiste nom p 0.78 0.07 0.66 0.07 -noria noria nom f s 0.01 0.61 0.01 0.54 -norias noria nom f p 0.01 0.61 0.00 0.07 -normal normal adj m s 127.15 62.77 90.98 42.97 -normale normal adj f s 127.15 62.77 23.74 13.45 -normalement normalement adv 20.37 12.43 20.37 12.43 -normales normal adj f p 127.15 62.77 4.08 2.30 -normalien normalien nom m s 0.00 2.23 0.00 1.35 -normalienne normalien adj f s 0.00 0.34 0.00 0.14 -normaliennes normalien nom f p 0.00 2.23 0.00 0.07 -normaliens normalien nom m p 0.00 2.23 0.00 0.81 -normalisation normalisation nom f s 0.13 0.41 0.13 0.41 -normalise normaliser ver 0.20 0.54 0.04 0.07 ind:pre:3s; -normalisent normaliser ver 0.20 0.54 0.00 0.07 ind:pre:3p; -normaliser normaliser ver 0.20 0.54 0.12 0.27 inf; -normalisons normaliser ver 0.20 0.54 0.00 0.07 ind:pre:1p; -normalisée normaliser ver f s 0.20 0.54 0.03 0.00 par:pas; -normalisées normaliser ver f p 0.20 0.54 0.00 0.07 par:pas; -normalisés normaliser ver m p 0.20 0.54 0.01 0.00 par:pas; -normalité normalité nom f s 1.27 0.74 1.27 0.74 -normand normand adj m s 0.79 6.42 0.45 2.03 -normande normand adj f s 0.79 6.42 0.27 2.97 -normandes normand adj f p 0.79 6.42 0.03 0.74 -normands normand adj m p 0.79 6.42 0.05 0.68 -normatif normatif adj m s 0.01 0.27 0.01 0.14 -normative normatif adj f s 0.01 0.27 0.00 0.14 -normaux normal adj m p 127.15 62.77 8.35 4.05 -norme norme nom f s 5.00 3.78 1.58 1.15 -normes norme nom f p 5.00 3.78 3.42 2.64 -noroît noroît nom m s 0.00 0.34 0.00 0.34 -norroise norrois adj f s 0.01 0.00 0.01 0.00 -norvégien norvégien adj m s 2.96 1.15 1.16 0.54 -norvégienne norvégien adj f s 2.96 1.15 1.00 0.14 -norvégiennes norvégien adj f p 2.96 1.15 0.47 0.14 -norvégiens norvégien adj m p 2.96 1.15 0.34 0.34 -nos nos adj_pos p 524.63 579.19 524.63 579.19 -nosocomiale nosocomial adj f s 0.01 0.00 0.01 0.00 -nostalgie nostalgie nom f s 4.45 20.07 4.44 18.04 -nostalgies nostalgie nom f p 4.45 20.07 0.01 2.03 -nostalgique nostalgique adj s 1.31 5.27 1.11 3.78 -nostalgiquement nostalgiquement adv 0.00 0.20 0.00 0.20 -nostalgiques nostalgique adj p 1.31 5.27 0.20 1.49 -not not nom 0.56 0.07 0.56 0.07 -nota_bene nota_bene adv 0.01 0.07 0.01 0.07 -nota noter ver 31.24 44.53 0.02 4.12 ind:pas:3s; -notabilité notabilité nom f s 0.00 0.74 0.00 0.07 -notabilités notabilité nom f p 0.00 0.74 0.00 0.68 -notable notable adj s 0.69 5.00 0.49 3.65 -notablement notablement adv 0.04 0.74 0.04 0.74 -notables notable nom p 0.63 6.55 0.52 5.20 -notai noter ver 31.24 44.53 0.14 1.62 ind:pas:1s; -notaient noter ver 31.24 44.53 0.03 0.27 ind:imp:3p; -notaire notaire nom m s 4.69 17.23 4.63 14.86 -notaires notaire nom m p 4.69 17.23 0.06 2.36 -notais noter ver 31.24 44.53 0.31 1.01 ind:imp:1s; -notait noter ver 31.24 44.53 0.32 2.70 ind:imp:3s; -notamment notamment adv 2.20 20.20 2.20 20.20 -notant noter ver 31.24 44.53 0.16 1.01 par:pre; -notarial notarial adj m s 0.03 0.20 0.01 0.14 -notariale notarial adj f s 0.03 0.20 0.01 0.00 -notariat notariat nom m s 0.00 0.20 0.00 0.20 -notariaux notarial adj m p 0.03 0.20 0.00 0.07 -notarié notarier ver m s 0.09 0.20 0.05 0.07 par:pas; -notariée notarié adj f s 0.07 0.07 0.01 0.00 -notariées notarier ver f p 0.09 0.20 0.01 0.07 par:pas; -notariés notarier ver m p 0.09 0.20 0.03 0.07 par:pas; -notation notation nom f s 0.21 1.08 0.19 0.54 -notations notation nom f p 0.21 1.08 0.03 0.54 -note note nom f s 62.82 77.43 33.42 39.32 -notent noter ver 31.24 44.53 0.28 0.14 ind:pre:3p; -noter noter ver 31.24 44.53 5.44 8.78 inf; -notera noter ver 31.24 44.53 0.03 0.47 ind:fut:3s; -noterai noter ver 31.24 44.53 0.51 0.20 ind:fut:1s; -noterais noter ver 31.24 44.53 0.05 0.00 cnd:pre:1s;cnd:pre:2s; -noterait noter ver 31.24 44.53 0.04 0.27 cnd:pre:3s; -noteras noter ver 31.24 44.53 0.03 0.07 ind:fut:2s; -noterez noter ver 31.24 44.53 0.19 0.34 ind:fut:2p; -noterons noter ver 31.24 44.53 0.01 0.07 ind:fut:1p; -noteront noter ver 31.24 44.53 0.04 0.00 ind:fut:3p; -notes note nom f p 62.82 77.43 29.40 38.11 -notez noter ver 31.24 44.53 5.74 5.14 imp:pre:2p;ind:pre:2p; -notice notice nom f s 1.23 2.57 0.92 1.96 -notices notice nom f p 1.23 2.57 0.31 0.61 -notiez noter ver 31.24 44.53 0.35 0.00 ind:imp:2p; -notifia notifier ver 0.75 3.18 0.00 0.47 ind:pas:3s; -notifiai notifier ver 0.75 3.18 0.00 0.20 ind:pas:1s; -notifiaient notifier ver 0.75 3.18 0.00 0.07 ind:imp:3p; -notifiait notifier ver 0.75 3.18 0.00 0.20 ind:imp:3s; -notifiant notifier ver 0.75 3.18 0.00 0.20 par:pre; -notification notification nom f s 0.37 0.54 0.37 0.54 -notifier notifier ver 0.75 3.18 0.27 0.74 inf; -notifiez notifier ver 0.75 3.18 0.01 0.00 imp:pre:2p; -notifions notifier ver 0.75 3.18 0.02 0.07 ind:pre:1p; -notifié notifier ver m s 0.75 3.18 0.42 0.88 par:pas; -notifiée notifier ver f s 0.75 3.18 0.02 0.27 par:pas; -notifiées notifié adj f p 0.00 0.20 0.00 0.14 -notion notion nom f s 5.79 14.05 4.99 10.61 -notions notion nom f p 5.79 14.05 0.81 3.45 -notoire notoire adj s 1.81 5.81 1.55 4.39 -notoirement notoirement adv 0.17 0.61 0.17 0.61 -notoires notoire adj p 1.81 5.81 0.26 1.42 -notonecte notonecte nom s 0.00 0.14 0.00 0.07 -notonectes notonecte nom p 0.00 0.14 0.00 0.07 -notons noter ver 31.24 44.53 0.18 0.20 imp:pre:1p;ind:pre:1p; -notoriété notoriété nom f s 0.65 2.84 0.65 2.77 -notoriétés notoriété nom f p 0.65 2.84 0.00 0.07 -notre_dame notre_dame nom f 2.69 8.58 2.69 8.58 -notre notre adj_pos s 1022.94 680.68 1022.94 680.68 -notèrent noter ver 31.24 44.53 0.01 0.07 ind:pas:3p; -noté noter ver m s 31.24 44.53 11.04 8.11 par:pas; -notée noter ver f s 31.24 44.53 0.33 0.27 par:pas; -notées noté adj f p 1.40 0.68 0.16 0.00 -notules notule nom f p 0.00 0.20 0.00 0.20 -notés noter ver m p 31.24 44.53 0.56 0.47 par:pas; -noua nouer ver 3.61 32.50 0.01 3.04 ind:pas:3s; -nouage nouage nom m s 0.01 0.00 0.01 0.00 -nouai nouer ver 3.61 32.50 0.00 0.20 ind:pas:1s; -nouaient nouer ver 3.61 32.50 0.02 1.49 ind:imp:3p; -nouais nouer ver 3.61 32.50 0.00 0.27 ind:imp:1s; -nouait nouer ver 3.61 32.50 0.03 3.85 ind:imp:3s; -nouant nouer ver 3.61 32.50 0.01 1.01 par:pre; -nouas nouer ver 3.61 32.50 0.01 0.00 ind:pas:2s; -nouba nouba nom f s 0.98 0.88 0.95 0.74 -noubas nouba nom f p 0.98 0.88 0.04 0.14 -noue nouer ver 3.61 32.50 0.52 1.62 imp:pre:2s;ind:pre:1s;ind:pre:3s; -nouent nouer ver 3.61 32.50 0.16 1.69 ind:pre:3p; -nouer nouer ver 3.61 32.50 1.67 6.01 inf; -nouera nouer ver 3.61 32.50 0.01 0.07 ind:fut:3s; -nouerais nouer ver 3.61 32.50 0.01 0.07 cnd:pre:1s;cnd:pre:2s; -nouerait nouer ver 3.61 32.50 0.00 0.07 cnd:pre:3s; -nouerez nouer ver 3.61 32.50 0.00 0.07 ind:fut:2p; -noueront nouer ver 3.61 32.50 0.00 0.07 ind:fut:3p; -noueuse noueux adj f s 0.22 5.14 0.00 0.74 -noueuses noueux adj f p 0.22 5.14 0.00 1.62 -noueux noueux adj m 0.22 5.14 0.22 2.77 -nouez nouer ver 3.61 32.50 0.18 0.00 imp:pre:2p;ind:pre:2p; -nougat nougat nom m s 0.94 2.16 0.89 1.49 -nougatine nougatine nom f s 0.04 0.47 0.03 0.41 -nougatines nougatine nom f p 0.04 0.47 0.01 0.07 -nougats nougat nom m p 0.94 2.16 0.05 0.68 -nouille nouille nom f s 4.37 4.26 1.02 0.47 -nouilles nouille nom f p 4.37 4.26 3.35 3.78 -noël noël nom m s 2.98 6.69 2.14 5.95 -noëls noël nom m p 2.98 6.69 0.84 0.74 -noumène noumène nom m s 0.00 0.07 0.00 0.07 -nounou nounou nom f s 4.40 5.00 3.87 4.86 -nounours nounours nom m 3.71 2.03 3.71 2.03 -nounous nounou nom f p 4.40 5.00 0.53 0.14 -nourrît nourrir ver 52.53 64.53 0.00 0.07 sub:imp:3s; -nourri nourrir ver m s 52.53 64.53 6.13 7.43 par:pas; -nourrice nourrice nom f s 6.17 8.38 5.88 7.36 -nourrices nourrice nom f p 6.17 8.38 0.29 1.01 -nourricier nourricier adj m s 0.34 2.91 0.15 1.01 -nourriciers nourricier adj m p 0.34 2.91 0.01 0.61 -nourricière nourricier adj f s 0.34 2.91 0.16 1.15 -nourricières nourricier adj f p 0.34 2.91 0.02 0.14 -nourrie nourrir ver f s 52.53 64.53 0.91 2.97 par:pas; -nourries nourrir ver f p 52.53 64.53 0.11 0.95 par:pas; -nourrir nourrir ver 52.53 64.53 22.08 24.05 inf;; -nourrira nourrir ver 52.53 64.53 0.52 0.47 ind:fut:3s; -nourrirai nourrir ver 52.53 64.53 0.36 0.20 ind:fut:1s; -nourriraient nourrir ver 52.53 64.53 0.01 0.20 cnd:pre:3p; -nourrirais nourrir ver 52.53 64.53 0.05 0.00 cnd:pre:1s;cnd:pre:2s; -nourrirait nourrir ver 52.53 64.53 0.35 0.41 cnd:pre:3s; -nourriras nourrir ver 52.53 64.53 0.03 0.00 ind:fut:2s; -nourrirent nourrir ver 52.53 64.53 0.00 0.14 ind:pas:3p; -nourrirez nourrir ver 52.53 64.53 0.06 0.00 ind:fut:2p; -nourririons nourrir ver 52.53 64.53 0.01 0.00 cnd:pre:1p; -nourrirons nourrir ver 52.53 64.53 0.07 0.07 ind:fut:1p; -nourriront nourrir ver 52.53 64.53 0.18 0.20 ind:fut:3p; -nourris nourrir ver m p 52.53 64.53 6.36 3.51 imp:pre:2s;ind:pre:1s;ind:pre:2s;par:pas; -nourrissage nourrissage nom m s 0.02 0.14 0.02 0.14 -nourrissaient nourrir ver 52.53 64.53 0.26 1.82 ind:imp:3p; -nourrissais nourrir ver 52.53 64.53 0.54 0.95 ind:imp:1s;ind:imp:2s; -nourrissait nourrir ver 52.53 64.53 1.00 7.91 ind:imp:3s; -nourrissant nourrissant adj m s 1.01 1.49 0.68 0.81 -nourrissante nourrissant adj f s 1.01 1.49 0.28 0.47 -nourrissantes nourrissant adj f p 1.01 1.49 0.00 0.07 -nourrissants nourrissant adj m p 1.01 1.49 0.05 0.14 -nourrisse nourrir ver 52.53 64.53 0.52 0.74 sub:pre:1s;sub:pre:3s; -nourrissent nourrir ver 52.53 64.53 2.46 3.31 ind:pre:3p;sub:imp:3p; -nourrisses nourrir ver 52.53 64.53 0.06 0.14 sub:pre:2s; -nourrisseur nourrisseur nom m s 0.00 0.14 0.00 0.14 -nourrissez nourrir ver 52.53 64.53 0.91 0.27 imp:pre:2p;ind:pre:2p; -nourrissiez nourrir ver 52.53 64.53 0.03 0.07 ind:imp:2p; -nourrissions nourrir ver 52.53 64.53 0.02 0.20 ind:imp:1p; -nourrisson nourrisson nom m s 1.62 4.53 1.13 3.04 -nourrissons nourrisson nom m p 1.62 4.53 0.49 1.49 -nourrit nourrir ver 52.53 64.53 8.78 6.55 ind:pre:3s;ind:pas:3s; -nourriture nourriture nom f s 44.86 31.01 44.59 25.74 -nourritures nourriture nom f p 44.86 31.01 0.27 5.27 -nous_même nous_même pro_per p 1.12 0.61 1.12 0.61 -nous_mêmes nous_mêmes pro_per p 11.11 16.28 11.11 16.28 -nous nous pro_per p 4772.12 3867.84 4772.12 3867.84 -nouèrent nouer ver 3.61 32.50 0.00 0.34 ind:pas:3p; -noué nouer ver m s 3.61 32.50 0.47 5.81 par:pas; -nouée noué adj f s 1.01 6.62 0.45 3.24 -nouées nouer ver f p 3.61 32.50 0.17 1.62 par:pas; -noués nouer ver m p 3.61 32.50 0.21 3.04 par:pas; -nouveau_né nouveau_né nom m s 2.72 4.80 2.27 3.18 -nouveau_né nouveau_né nom m p 2.72 4.80 0.14 1.49 -nouveau nouveau adj m s 400.60 358.11 170.28 138.31 -nouveauté nouveauté nom f s 4.23 8.72 3.23 6.55 -nouveautés nouveauté nom f p 4.23 8.72 1.00 2.16 -nouveau_né nouveau_né nom m p 2.72 4.80 0.30 0.14 -nouveaux nouveau adj m p 400.60 358.11 39.17 47.30 -nouvel nouvel adj m s 30.59 22.23 30.59 22.23 -nouvelle nouveau adj f s 400.60 358.11 152.78 130.81 -nouvellement nouvellement adv 0.27 1.62 0.27 1.62 -nouvelles nouveau nom f p 229.97 285.88 82.08 59.46 -nouvelleté nouvelleté nom f s 0.00 0.07 0.00 0.07 -nouvelliste nouvelliste nom s 0.01 0.00 0.01 0.00 -nova nova nom f s 4.14 0.07 4.14 0.07 -novateur novateur adj m s 0.38 0.68 0.27 0.20 -novateurs novateur nom m p 0.30 0.27 0.27 0.00 -novation novation nom f s 0.14 0.00 0.14 0.00 -novatrice novateur adj f s 0.38 0.68 0.05 0.27 -novatrices novateur adj f p 0.38 0.68 0.02 0.07 -nove nover ver 0.02 0.07 0.00 0.07 imp:pre:2s; -novelettes novelette nom f p 0.01 0.00 0.01 0.00 -novembre novembre nom m 8.79 33.04 8.79 33.04 -novice novice nom s 2.01 2.91 1.05 1.35 -novices novice nom p 2.01 2.91 0.96 1.55 -noviciat noviciat nom m s 0.04 0.61 0.04 0.61 -novilleros novillero nom m p 0.00 0.07 0.00 0.07 -novillo novillo nom m s 0.00 0.14 0.00 0.14 -novocaïne novocaïne nom f s 0.13 0.27 0.13 0.27 -novotique novotique nom f s 0.01 0.00 0.01 0.00 -novélisation novélisation nom f s 0.03 0.00 0.03 0.00 -noya noyer ver 27.29 38.58 0.33 0.74 ind:pas:3s; -noyade noyade nom f s 1.96 2.43 1.85 2.03 -noyades noyade nom f p 1.96 2.43 0.12 0.41 -noyaient noyer ver 27.29 38.58 0.06 1.15 ind:imp:3p; -noyais noyer ver 27.29 38.58 0.30 0.20 ind:imp:1s;ind:imp:2s; -noyait noyer ver 27.29 38.58 0.38 3.24 ind:imp:3s; -noyant noyer ver 27.29 38.58 0.18 1.55 par:pre; -noyau noyau nom m s 4.15 9.66 3.71 7.36 -noyauta noyauter ver 0.01 0.88 0.00 0.07 ind:pas:3s; -noyautage noyautage nom m s 0.01 0.20 0.01 0.20 -noyautant noyauter ver 0.01 0.88 0.00 0.07 par:pre; -noyautent noyauter ver 0.01 0.88 0.00 0.07 ind:pre:3p; -noyauter noyauter ver 0.01 0.88 0.00 0.47 inf; -noyauté noyauter ver m s 0.01 0.88 0.00 0.07 par:pas; -noyautée noyauter ver f s 0.01 0.88 0.01 0.07 par:pas; -noyautées noyauter ver f p 0.01 0.88 0.00 0.07 par:pas; -noyaux noyau nom m p 4.15 9.66 0.45 2.30 -noyer noyer ver 27.29 38.58 9.00 11.49 inf; -noyers noyer nom m p 0.55 2.50 0.03 0.88 -noyez noyer ver 27.29 38.58 0.39 0.14 imp:pre:2p;ind:pre:2p; -noyions noyer ver 27.29 38.58 0.00 0.07 ind:imp:1p; -noyons noyer ver 27.29 38.58 0.13 0.14 imp:pre:1p;ind:pre:1p; -noyèrent noyer ver 27.29 38.58 0.00 0.27 ind:pas:3p; -noyé noyer ver m s 27.29 38.58 4.78 6.69 par:pas; -noyée noyer ver f s 27.29 38.58 3.35 3.11 par:pas; -noyées noyé adj f p 1.80 7.36 0.16 0.68 -noyés noyer ver m p 27.29 38.58 1.40 2.91 par:pas; -nèfles nèfle nom f p 0.17 0.54 0.17 0.54 -nègre nègre nom m s 18.93 27.64 11.26 15.54 -nègres nègre nom m p 18.93 27.64 6.12 7.03 -nèpe nèpe nom f s 0.00 0.14 0.00 0.07 -nèpes nèpe nom f p 0.00 0.14 0.00 0.07 -nu_propriétaire nu_propriétaire nom s 0.00 0.07 0.00 0.07 -nu_tête nu_tête adj m s 0.02 1.35 0.02 1.35 -né naître ver m s 116.11 119.32 53.72 36.01 par:pas; -nu nu adj m s 49.87 168.04 17.39 53.85 -nuage nuage nom m s 30.27 76.82 11.81 26.49 -nuages nuage nom m p 30.27 76.82 18.47 50.34 -nuageuse nuageux adj f s 1.24 1.28 0.22 0.14 -nuageuses nuageux adj f p 1.24 1.28 0.29 0.20 -nuageux nuageux adj m 1.24 1.28 0.73 0.95 -nuance nuance nom f s 1.98 20.81 1.09 10.88 -nuancer nuancer ver 0.05 2.64 0.01 0.54 inf; -nuances nuance nom f p 1.98 20.81 0.89 9.93 -nuancier nuancier nom m s 0.04 0.00 0.04 0.00 -nuancé nuancé adj m s 0.20 0.81 0.16 0.41 -nuancée nuancé adj f s 0.20 0.81 0.04 0.07 -nuancées nuancer ver f p 0.05 2.64 0.00 0.07 par:pas; -nuancés nuancé adj m p 0.20 0.81 0.01 0.27 -néandertalien néandertalien adj m s 0.01 0.00 0.01 0.00 -néandertaliens néandertalien nom m p 0.02 0.00 0.02 0.00 -néanderthalien néanderthalien nom m s 0.01 0.07 0.01 0.07 -néanmoins néanmoins con 2.70 16.35 2.70 16.35 -néant néant nom m s 6.62 23.99 6.62 23.92 -nuança nuancer ver 0.05 2.64 0.00 0.27 ind:pas:3s; -nuançaient nuancer ver 0.05 2.64 0.00 0.14 ind:imp:3p; -nuançait nuancer ver 0.05 2.64 0.00 0.34 ind:imp:3s; -nuançant nuancer ver 0.05 2.64 0.00 0.14 par:pre; -nuançât nuancer ver 0.05 2.64 0.00 0.07 sub:imp:3s; -néantisation néantisation nom f s 0.00 0.07 0.00 0.07 -néantisée néantiser ver f s 0.00 0.07 0.00 0.07 par:pas; -néants néant nom m p 6.62 23.99 0.00 0.07 -nuas nuer ver 0.63 1.96 0.00 0.07 ind:pas:2s; -nubien nubien nom m s 0.13 0.07 0.10 0.00 -nubienne nubienne adj f s 0.04 0.00 0.04 0.00 -nubiens nubien nom m p 0.13 0.07 0.03 0.07 -nubile nubile adj s 0.31 0.54 0.25 0.34 -nubiles nubile adj f p 0.31 0.54 0.06 0.20 -nubilité nubilité nom f s 0.00 0.14 0.00 0.14 -nubuck nubuck nom m s 0.16 0.00 0.16 0.00 -nébuleuse nébuleux nom f s 0.71 1.22 0.71 0.61 -nébuleuses nébuleux adj f p 0.45 1.28 0.04 0.27 -nébuleux nébuleux adj m 0.45 1.28 0.38 0.68 -nébuliseur nébuliseur nom m s 0.01 0.00 0.01 0.00 -nébulosité nébulosité nom f s 0.10 0.14 0.10 0.14 -nucal nucal adj m s 0.01 0.00 0.01 0.00 -nécessaire nécessaire adj s 52.00 68.11 44.29 48.45 -nécessairement nécessairement adv 3.31 7.64 3.31 7.64 -nécessaires nécessaire adj p 52.00 68.11 7.71 19.66 -nécessita nécessiter ver 4.16 4.12 0.01 0.20 ind:pas:3s; -nécessitaient nécessiter ver 4.16 4.12 0.01 0.14 ind:imp:3p; -nécessitait nécessiter ver 4.16 4.12 0.54 1.01 ind:imp:3s; -nécessitant nécessiter ver 4.16 4.12 0.28 0.07 par:pre; -nécessite nécessiter ver 4.16 4.12 2.42 1.08 imp:pre:2s;ind:pre:3s; -nécessitent nécessiter ver 4.16 4.12 0.40 0.34 ind:pre:3p; -nécessiter nécessiter ver 4.16 4.12 0.16 0.07 inf; -nécessitera nécessiter ver 4.16 4.12 0.07 0.00 ind:fut:3s; -nécessiterait nécessiter ver 4.16 4.12 0.11 0.14 cnd:pre:3s; -nécessiteuse nécessiteux adj f s 0.21 0.47 0.01 0.00 -nécessiteuses nécessiteux adj f p 0.21 0.47 0.04 0.07 -nécessiteux nécessiteux nom m 0.76 0.54 0.76 0.54 -nécessité nécessité nom f s 5.93 33.78 5.61 28.78 -nécessitée nécessiter ver f s 4.16 4.12 0.00 0.14 par:pas; -nécessitées nécessiter ver f p 4.16 4.12 0.00 0.07 par:pas; -nécessités nécessité nom f p 5.93 33.78 0.32 5.00 -nucléaire nucléaire adj s 15.49 1.82 11.45 1.22 -nucléaires nucléaire adj p 15.49 1.82 4.04 0.61 -nucléique nucléique adj m s 0.02 0.00 0.02 0.00 -nucléoside nucléoside nom m s 0.01 0.00 0.01 0.00 -nucléotides nucléotide nom m p 0.09 0.00 0.09 0.00 -nucléée nucléé adj f s 0.01 0.00 0.01 0.00 -nucléus nucléus nom m 0.10 0.00 0.10 0.00 -nécro nécro nom f s 0.35 0.07 0.25 0.07 -nécrobioses nécrobiose nom f p 0.00 0.07 0.00 0.07 -nécrologe nécrologe nom m s 0.00 0.14 0.00 0.14 -nécrologie nécrologie nom f s 1.11 0.47 1.03 0.47 -nécrologies nécrologie nom f p 1.11 0.47 0.08 0.00 -nécrologique nécrologique adj s 0.53 0.47 0.41 0.34 -nécrologiques nécrologique adj p 0.53 0.47 0.12 0.14 -nécrologue nécrologue nom s 0.03 0.07 0.03 0.07 -nécromancie nécromancie nom f s 0.09 0.07 0.09 0.07 -nécromancien nécromancien nom m s 0.20 0.27 0.19 0.00 -nécromancienne nécromancien nom f s 0.20 0.27 0.01 0.07 -nécromanciens nécromancien nom m p 0.20 0.27 0.00 0.20 -nécromant nécromant nom m s 0.03 0.07 0.03 0.07 -nécrophage nécrophage adj s 0.03 0.07 0.03 0.07 -nécrophagie nécrophagie nom f s 0.00 0.07 0.00 0.07 -nécrophile nécrophile adj m s 0.25 0.00 0.20 0.00 -nécrophiles nécrophile adj f p 0.25 0.00 0.05 0.00 -nécrophilie nécrophilie nom f s 0.08 0.27 0.08 0.27 -nécropole nécropole nom f s 0.20 1.28 0.20 1.01 -nécropoles nécropole nom f p 0.20 1.28 0.00 0.27 -nécropsie nécropsie nom f s 0.05 0.00 0.05 0.00 -nécros nécro nom f p 0.35 0.07 0.11 0.00 -nécrosant nécroser ver 0.20 0.07 0.10 0.00 par:pre; -nécrose nécrose nom f s 0.45 0.27 0.28 0.14 -nécroser nécroser ver 0.20 0.07 0.01 0.00 inf; -nécroses nécrose nom f p 0.45 0.27 0.17 0.14 -nécrosé nécroser ver m s 0.20 0.07 0.07 0.07 par:pas; -nécrosée nécroser ver f s 0.20 0.07 0.01 0.00 par:pas; -nécrotique nécrotique adj m s 0.05 0.00 0.05 0.00 -nudisme nudisme nom m s 0.25 0.07 0.25 0.07 -nudiste nudiste nom s 2.24 0.47 0.81 0.07 -nudistes nudiste nom p 2.24 0.47 1.43 0.41 -nudité nudité nom f s 2.11 13.51 2.10 12.57 -nudités nudité nom f p 2.11 13.51 0.01 0.95 -nue_propriété nue_propriété nom f s 0.00 0.07 0.00 0.07 -née naître ver f s 116.11 119.32 23.63 22.36 par:pas; -nue nu adj f s 49.87 168.04 15.23 43.85 -nuer nuer ver 0.63 1.96 0.01 0.00 inf; -néerlandais néerlandais adj m 1.47 0.88 1.10 0.47 -néerlandaise néerlandais adj f s 1.47 0.88 0.37 0.14 -néerlandaises néerlandais adj f p 1.47 0.88 0.00 0.27 -nées naître ver f p 116.11 119.32 1.37 3.51 par:pas; -nues nu adj f 49.87 168.04 6.46 21.42 -néfaste néfaste adj s 1.65 4.39 1.27 2.70 -néfastes néfaste adj p 1.65 4.39 0.38 1.69 -néflier néflier nom m s 0.00 0.27 0.00 0.20 -néfliers néflier nom m p 0.00 0.27 0.00 0.07 -négateur négateur adj m s 0.00 0.14 0.00 0.14 -négatif négatif adj m s 16.02 8.31 8.33 3.31 -négatifs négatif adj m p 16.02 8.31 2.13 0.68 -négation négation nom f s 1.83 3.65 1.78 3.38 -négationnisme négationnisme nom m s 0.01 0.00 0.01 0.00 -négations négation nom f p 1.83 3.65 0.04 0.27 -négative négatif adj f s 16.02 8.31 3.33 3.65 -négativement négativement adv 0.12 1.08 0.12 1.08 -négatives négatif adj f p 16.02 8.31 2.23 0.68 -négativisme négativisme nom m s 0.01 0.00 0.01 0.00 -négativiste négativiste nom s 0.01 0.07 0.01 0.07 -négativité négativité nom f s 0.20 0.07 0.20 0.07 -néglige négliger ver 9.42 19.86 1.46 2.23 imp:pre:2s;ind:pre:1s;ind:pre:3s; -négligea négliger ver 9.42 19.86 0.01 1.08 ind:pas:3s; -négligeable négligeable adj s 1.16 5.00 0.82 3.92 -négligeables négligeable adj p 1.16 5.00 0.34 1.08 -négligeai négliger ver 9.42 19.86 0.00 0.20 ind:pas:1s; -négligeaient négliger ver 9.42 19.86 0.00 0.27 ind:imp:3p; -négligeais négliger ver 9.42 19.86 0.30 0.20 ind:imp:1s;ind:imp:2s; -négligeait négliger ver 9.42 19.86 0.12 1.62 ind:imp:3s; -négligeant négliger ver 9.42 19.86 0.17 2.16 par:pre; -négligemment négligemment adv 0.04 8.45 0.04 8.45 -négligence négligence nom f s 3.01 5.00 2.96 4.12 -négligences négligence nom f p 3.01 5.00 0.05 0.88 -négligent négligent adj m s 1.70 3.31 0.92 2.09 -négligente négligent adj f s 1.70 3.31 0.36 0.95 -négligents négligent adj m p 1.70 3.31 0.41 0.27 -négligeons négliger ver 9.42 19.86 0.30 0.00 imp:pre:1p;ind:pre:1p; -négligeât négliger ver 9.42 19.86 0.00 0.20 sub:imp:3s; -négliger négliger ver 9.42 19.86 1.62 4.73 inf; -négligera négliger ver 9.42 19.86 0.00 0.07 ind:fut:3s; -négligerai négliger ver 9.42 19.86 0.14 0.00 ind:fut:1s; -négligerait négliger ver 9.42 19.86 0.01 0.14 cnd:pre:3s; -négligeriez négliger ver 9.42 19.86 0.01 0.00 cnd:pre:2p; -négliges négliger ver 9.42 19.86 0.23 0.20 ind:pre:2s; -négligez négliger ver 9.42 19.86 1.34 0.07 imp:pre:2p;ind:pre:2p; -négligiez négliger ver 9.42 19.86 0.01 0.00 ind:imp:2p; -négligions négliger ver 9.42 19.86 0.00 0.20 ind:imp:1p; -négligèrent négliger ver 9.42 19.86 0.00 0.07 ind:pas:3p; -négligé négliger ver m s 9.42 19.86 2.71 4.46 par:pas; -négligée négligé adj f s 1.37 2.70 0.65 1.08 -négligées négligé adj f p 1.37 2.70 0.11 0.34 -négligés négligé adj m p 1.37 2.70 0.14 0.54 -négoce négoce nom m s 0.20 2.09 0.10 2.03 -négoces négoce nom m p 0.20 2.09 0.10 0.07 -négocia négocier ver 18.82 10.81 0.03 0.14 ind:pas:3s; -négociable négociable adj s 1.31 0.68 1.08 0.41 -négociables négociable adj p 1.31 0.68 0.23 0.27 -négociaient négocier ver 18.82 10.81 0.04 0.34 ind:imp:3p; -négociais négocier ver 18.82 10.81 0.08 0.20 ind:imp:1s; -négociait négocier ver 18.82 10.81 0.23 0.81 ind:imp:3s; -négociant négociant nom m s 0.43 2.43 0.30 0.88 -négociante négociant nom f s 0.43 2.43 0.04 0.00 -négociants négociant nom m p 0.43 2.43 0.10 1.55 -négociateur négociateur nom m s 1.37 1.22 0.94 0.61 -négociateurs négociateur nom m p 1.37 1.22 0.38 0.61 -négociation négociation nom f s 6.70 11.28 2.71 2.84 -négociations négociation nom f p 6.70 11.28 3.99 8.45 -négociatrice négociateur nom f s 1.37 1.22 0.05 0.00 -négociatrices négociatrice nom f p 0.01 0.00 0.01 0.00 -négocie négocier ver 18.82 10.81 2.49 0.68 imp:pre:2s;ind:pre:1s;ind:pre:3s; -négocient négocier ver 18.82 10.81 0.40 0.14 ind:pre:3p; -négocier négocier ver 18.82 10.81 11.88 5.61 inf; -négociera négocier ver 18.82 10.81 0.24 0.00 ind:fut:3s; -négocierai négocier ver 18.82 10.81 0.19 0.14 ind:fut:1s; -négocieraient négocier ver 18.82 10.81 0.00 0.07 cnd:pre:3p; -négocierions négocier ver 18.82 10.81 0.02 0.00 cnd:pre:1p; -négocierons négocier ver 18.82 10.81 0.28 0.00 ind:fut:1p; -négocieront négocier ver 18.82 10.81 0.19 0.00 ind:fut:3p; -négociez négocier ver 18.82 10.81 0.34 0.07 imp:pre:2p;ind:pre:2p; -négocions négocier ver 18.82 10.81 0.45 0.00 imp:pre:1p;ind:pre:1p; -négocié négocier ver m s 18.82 10.81 1.76 1.22 par:pas; -négociée négocier ver f s 18.82 10.81 0.00 0.14 par:pas; -négociées négocier ver f p 18.82 10.81 0.01 0.00 par:pas; -négociés négocier ver m p 18.82 10.81 0.09 0.47 par:pas; -négresse nègre nom f s 18.93 27.64 1.56 3.78 -négresses négresse nom f p 0.15 0.00 0.15 0.00 -négrier négrier adj m s 0.13 0.34 0.12 0.34 -négriers négrier nom m p 0.33 0.54 0.23 0.07 -négril négril nom m s 0.00 0.07 0.00 0.07 -négrillon négrillon nom m s 0.07 1.01 0.04 0.14 -négrillons négrillon nom m p 0.07 1.01 0.04 0.88 -négrière négrier nom f s 0.33 0.54 0.02 0.00 -négritude négritude nom f s 0.44 0.41 0.44 0.41 -négro négro nom m s 6.02 2.97 4.64 2.43 -négroïde négroïde adj s 0.09 1.28 0.07 0.74 -négroïdes négroïde adj p 0.09 1.28 0.02 0.54 -négrophile négrophile adj m s 0.04 0.00 0.02 0.00 -négrophiles négrophile adj f p 0.04 0.00 0.02 0.00 -négros négro nom m p 6.02 2.97 1.38 0.54 -négus négus nom m 0.10 1.55 0.10 1.55 -nui nuire ver m s 14.76 11.22 1.31 0.61 par:pas; -nuira nuire ver 14.76 11.22 0.59 0.14 ind:fut:3s; -nuirai nuire ver 14.76 11.22 0.01 0.00 ind:fut:1s; -nuirait nuire ver 14.76 11.22 0.27 0.34 cnd:pre:3s; -nuiras nuire ver 14.76 11.22 0.11 0.00 ind:fut:2s; -nuire nuire ver 14.76 11.22 5.98 4.46 inf; -nuiront nuire ver 14.76 11.22 0.03 0.00 ind:fut:3p; -nuis nuire ver 14.76 11.22 0.20 0.00 imp:pre:2s;ind:pre:1s;ind:pre:2s; -nuisît nuire ver 14.76 11.22 0.00 0.07 sub:imp:3s; -nuisaient nuire ver 14.76 11.22 0.10 0.07 ind:imp:3p; -nuisait nuire ver 14.76 11.22 0.05 0.61 ind:imp:3s; -nuisance nuisance nom f s 0.67 0.27 0.38 0.14 -nuisances nuisance nom f p 0.67 0.27 0.30 0.14 -nuisant nuire ver 14.76 11.22 0.03 0.07 par:pre; -nuise nuire ver 14.76 11.22 0.22 0.41 sub:pre:1s;sub:pre:3s; -nuisent nuire ver 14.76 11.22 0.54 0.27 ind:pre:3p; -nuisette nuisette nom f s 0.33 0.07 0.33 0.07 -nuisez nuire ver 14.76 11.22 0.02 0.00 ind:pre:2p; -nuisible nuisible adj s 0.83 2.23 0.56 1.42 -nuisibles nuisible adj p 0.83 2.23 0.28 0.81 -nuit nuit nom f s 586.54 738.24 557.56 672.36 -nuitamment nuitamment adv 0.02 0.47 0.02 0.47 -nuitards nuitard nom m p 0.01 0.00 0.01 0.00 -nuiteux nuiteux nom m s 0.01 0.20 0.01 0.20 -nuits nuit nom f p 586.54 738.24 28.98 65.88 -nuitée nuitée nom f s 0.01 0.34 0.00 0.20 -nuitées nuitée nom f p 0.01 0.34 0.01 0.14 -nul nul adj_ind m s 44.53 35.07 28.80 19.93 -nullard nullard nom m s 0.51 0.20 0.20 0.07 -nullarde nullard adj f s 0.17 0.14 0.03 0.07 -nullardes nullard adj f p 0.17 0.14 0.00 0.07 -nullards nullard nom m p 0.51 0.20 0.32 0.14 -nulle nulle adj_ind f s 37.84 32.70 37.84 32.70 -nullement nullement adv 1.45 14.19 1.45 14.19 -nulles nulles adj_ind f p 0.41 0.34 0.41 0.34 -nullissime nullissime adj s 0.01 0.07 0.01 0.07 -nullité nullité nom f s 1.20 2.77 0.96 2.16 -nullités nullité nom f p 1.20 2.77 0.24 0.61 -nullos nullos adj s 0.18 0.00 0.18 0.00 -nuls nuls adj_ind m p 0.63 0.34 0.63 0.34 -nématodes nématode nom m p 0.01 0.00 0.01 0.00 -numerus_clausus numerus_clausus nom m 0.00 0.07 0.00 0.07 -numide numide nom s 0.04 0.14 0.04 0.14 -numides numide adj p 0.00 0.34 0.00 0.27 -numismate numismate nom s 0.01 0.47 0.01 0.34 -numismates numismate nom p 0.01 0.47 0.00 0.14 -numismatique numismatique adj m s 0.01 0.14 0.01 0.14 -numéraire numéraire nom m s 0.01 0.27 0.01 0.27 -numéral numéral adj m s 0.00 0.07 0.00 0.07 -numérateur numérateur nom m s 0.02 0.00 0.02 0.00 -numération numération nom f s 0.23 0.07 0.23 0.07 -numérique numérique adj s 3.34 0.41 2.41 0.27 -numériquement numériquement adv 0.09 0.20 0.09 0.20 -numériques numérique adj p 3.34 0.41 0.93 0.14 -numérisation numérisation nom f s 0.07 0.00 0.07 0.00 -numérise numériser ver 0.22 0.00 0.04 0.00 imp:pre:2s;ind:pre:3s; -numériser numériser ver 0.22 0.00 0.02 0.00 inf; -numérisez numériser ver 0.22 0.00 0.02 0.00 imp:pre:2p; -numérisé numériser ver m s 0.22 0.00 0.09 0.00 par:pas; -numérisée numériser ver f s 0.22 0.00 0.01 0.00 par:pas; -numérisées numériser ver f p 0.22 0.00 0.04 0.00 par:pas; -numéro numéro nom m s 173.48 70.07 162.08 60.00 -numérologie numérologie nom f s 0.14 0.00 0.14 0.00 -numérologue numérologue nom s 0.05 0.00 0.05 0.00 -numéros numéro nom m p 173.48 70.07 11.40 10.07 -numérota numéroter ver 0.50 1.89 0.00 0.07 ind:pas:3s; -numérotage numérotage nom m s 0.00 0.14 0.00 0.14 -numérotaient numéroter ver 0.50 1.89 0.00 0.07 ind:imp:3p; -numérotait numéroter ver 0.50 1.89 0.01 0.20 ind:imp:3s; -numérotation numérotation nom f s 0.12 0.07 0.12 0.07 -numérote numéroter ver 0.50 1.89 0.11 0.27 imp:pre:2s;ind:pre:1s;ind:pre:3s; -numérotent numéroter ver 0.50 1.89 0.01 0.07 ind:pre:3p; -numéroter numéroter ver 0.50 1.89 0.04 0.27 inf; -numérotez numéroter ver 0.50 1.89 0.03 0.07 imp:pre:2p; -numéroté numéroter ver m s 0.50 1.89 0.20 0.14 par:pas; -numérotée numéroté adj f s 0.53 1.62 0.11 0.07 -numérotées numéroté adj f p 0.53 1.62 0.15 0.68 -numérotés numéroté adj m p 0.53 1.62 0.08 0.54 -nunchaku nunchaku nom m s 0.24 0.00 0.05 0.00 -nunchakus nunchaku nom m p 0.24 0.00 0.19 0.00 -nuncupatifs nuncupatif adj m p 0.00 0.07 0.00 0.07 -nénesse nénesse nom m s 0.00 0.27 0.00 0.14 -nénesses nénesse nom m p 0.00 0.27 0.00 0.14 -nénette nénette nom f s 0.85 3.72 0.69 2.77 -nénettes nénette nom f p 0.85 3.72 0.16 0.95 -néné néné nom m s 5.41 3.04 3.76 2.03 -nunuche nunuche adj s 0.51 0.00 0.35 0.00 -nunuches nunuche adj p 0.51 0.00 0.16 0.00 -nénuphar nénuphar nom m s 0.50 2.91 0.25 0.47 -nénuphars nénuphar nom m p 0.50 2.91 0.24 2.43 -nénés néné nom m p 5.41 3.04 1.65 1.01 -néo_barbare néo_barbare adj f p 0.00 0.07 0.00 0.07 -néo_classique néo_classique adj s 0.12 0.34 0.12 0.34 -néo_colonialisme néo_colonialisme nom m s 0.00 0.20 0.00 0.20 -néo_communiste néo_communiste adj f s 0.01 0.00 0.01 0.00 -néo_fascisme néo_fascisme nom m s 0.01 0.07 0.01 0.07 -néo_fasciste néo_fasciste adj p 0.01 0.00 0.01 0.00 -néo_fasciste néo_fasciste nom p 0.01 0.00 0.01 0.00 -néo_figuration néo_figuration nom f s 0.00 0.07 0.00 0.07 -néo_flic néo_flic nom m p 0.02 0.00 0.02 0.00 -néo_gangster néo_gangster nom m s 0.01 0.00 0.01 0.00 -néo_gothique néo_gothique adj f s 0.00 0.20 0.00 0.14 -néo_gothique néo_gothique adj p 0.00 0.20 0.00 0.07 -néo_grec néo_grec adj m s 0.00 0.07 0.00 0.07 -néo_hellénique néo_hellénique adj f p 0.00 0.07 0.00 0.07 -néo_malthusianisme néo_malthusianisme nom m s 0.00 0.14 0.00 0.14 -néo_mauresque néo_mauresque adj m s 0.00 0.14 0.00 0.07 -néo_mauresque néo_mauresque adj f p 0.00 0.14 0.00 0.07 -néo_mouvement néo_mouvement nom m s 0.00 0.07 0.00 0.07 -néo_renaissant néo_renaissant adj m s 0.00 0.07 0.00 0.07 -néo_romantique néo_romantique adj f s 0.01 0.00 0.01 0.00 -néo_réalisme néo_réalisme nom m s 0.10 0.07 0.10 0.07 -néo_réaliste néo_réaliste adj m s 0.00 0.20 0.00 0.07 -néo_réaliste néo_réaliste adj m p 0.00 0.20 0.00 0.14 -néo_russe néo_russe adj s 0.00 0.14 0.00 0.14 -néo_zélandais néo_zélandais adj m 0.11 0.14 0.10 0.14 -néo_zélandais néo_zélandais adj f s 0.11 0.14 0.01 0.00 -néo néo adv 0.62 0.61 0.62 0.61 -nuoc_mâm nuoc_mâm nom m 0.00 0.07 0.00 0.07 -néoclassique néoclassique adj m s 0.01 0.07 0.01 0.07 -néocolonial néocolonial adj m s 0.00 0.07 0.00 0.07 -néocolonialisme néocolonialisme nom m s 0.01 0.00 0.01 0.00 -néocortex néocortex nom m 0.15 0.00 0.15 0.00 -néofascisme néofascisme nom m s 0.01 0.00 0.01 0.00 -néogothique néogothique adj m s 0.14 0.07 0.14 0.07 -néolibéralisme néolibéralisme nom m s 0.14 0.00 0.14 0.00 -néolithique néolithique nom s 0.02 0.14 0.02 0.14 -néolithiques néolithique adj f p 0.01 0.14 0.00 0.07 -néologisme néologisme nom m s 0.01 0.61 0.01 0.27 -néologismes néologisme nom m p 0.01 0.61 0.00 0.34 -néon néon nom m s 1.81 10.81 1.21 7.16 -néonatal néonatal adj m s 0.11 0.00 0.04 0.00 -néonatale néonatal adj f s 0.11 0.00 0.07 0.00 -néonazie néonazi adj f s 0.11 0.00 0.01 0.00 -néonazis néonazi adj m p 0.11 0.00 0.10 0.00 -néons néon nom m p 1.81 10.81 0.61 3.65 -néophyte néophyte nom s 0.17 0.95 0.12 0.54 -néophytes néophyte nom p 0.17 0.95 0.05 0.41 -néoplasie néoplasie nom f s 0.01 0.00 0.01 0.00 -néoplasique néoplasique adj s 0.04 0.00 0.04 0.00 -néoplasme néoplasme nom m s 0.01 0.07 0.01 0.07 -néoplatonisme néoplatonisme nom m s 0.00 0.07 0.00 0.07 -néoprène néoprène nom m s 0.03 0.00 0.03 0.00 -néoréalisme néoréalisme nom m s 0.02 0.00 0.02 0.00 -népalais népalais adj m p 0.03 0.20 0.02 0.07 -népalaise népalais nom f s 0.01 0.20 0.00 0.14 -népalaises népalais adj f p 0.03 0.20 0.01 0.07 -népenthès népenthès nom m 0.04 0.07 0.04 0.07 -néphrectomie néphrectomie nom f s 0.03 0.00 0.03 0.00 -néphrite néphrite nom f s 0.11 0.07 0.11 0.07 -néphrologie néphrologie nom f s 0.05 0.00 0.05 0.00 -néphrologue néphrologue nom s 0.03 0.00 0.03 0.00 -néphrétique néphrétique adj f s 0.02 0.20 0.01 0.07 -néphrétiques néphrétique adj f p 0.02 0.20 0.01 0.14 -népotisme népotisme nom m s 0.13 0.20 0.13 0.20 -nuptial nuptial adj m s 2.92 4.32 1.05 1.35 -nuptiale nuptial adj f s 2.92 4.32 1.56 2.09 -nuptiales nuptial adj f p 2.92 4.32 0.17 0.68 -nuptialité nuptialité nom f s 0.00 0.20 0.00 0.20 -nuptiaux nuptial adj m p 2.92 4.32 0.14 0.20 -nuque nuque nom f s 7.80 50.95 7.58 48.51 -nuques nuque nom f p 7.80 50.95 0.22 2.43 -néroli néroli nom m s 0.03 0.00 0.03 0.00 -nurse nurse nom f s 2.24 3.92 2.14 3.18 -nurseries nurseries nom f p 0.00 0.07 0.00 0.07 -nursery nursery nom f s 1.04 0.74 1.04 0.74 -nurses nurse nom f p 2.24 3.92 0.10 0.74 -nursing nursing nom m s 0.03 0.00 0.03 0.00 -néréide néréide nom f s 0.00 0.20 0.00 0.07 -néréides néréide nom f p 0.00 0.20 0.00 0.14 -nés naître ver m p 116.11 119.32 8.83 7.50 par:pas; -nus nu adj m p 49.87 168.04 10.80 48.92 -nutriment nutriment nom m s 0.21 0.00 0.02 0.00 -nutriments nutriment nom m p 0.21 0.00 0.19 0.00 -nutritif nutritif adj m s 1.05 0.41 0.16 0.20 -nutritifs nutritif adj m p 1.05 0.41 0.21 0.00 -nutrition nutrition nom f s 0.86 0.34 0.86 0.34 -nutritionnel nutritionnel adj m s 0.10 0.07 0.04 0.00 -nutritionnelle nutritionnel adj f s 0.10 0.07 0.06 0.07 -nutritionniste nutritionniste nom s 0.25 0.00 0.25 0.00 -nutritive nutritif adj f s 1.05 0.41 0.51 0.07 -nutritives nutritif adj f p 1.05 0.41 0.18 0.14 -nuée nuée nom f s 1.27 10.74 0.54 3.99 -nuées nuée nom f p 1.27 10.74 0.74 6.76 -névralgie névralgie nom f s 0.21 0.61 0.17 0.34 -névralgies névralgie nom f p 0.21 0.61 0.04 0.27 -névralgique névralgique adj m s 0.12 0.14 0.12 0.00 -névralgiques névralgique adj m p 0.12 0.14 0.00 0.14 -névrite névrite nom f s 0.17 0.07 0.17 0.07 -névropathe névropathe nom s 0.12 0.14 0.12 0.14 -névroptères névroptère nom m p 0.00 0.07 0.00 0.07 -névrose névrose nom f s 1.36 2.50 1.04 1.28 -névroses névrose nom f p 1.36 2.50 0.32 1.22 -névrosé névrosé adj m s 1.20 0.74 0.49 0.14 -névrosée névrosé adj f s 1.20 0.74 0.61 0.41 -névrosées névrosé adj f p 1.20 0.74 0.04 0.14 -névrosés névrosé nom m p 0.58 0.41 0.24 0.20 -névrotique névrotique adj s 0.21 0.27 0.13 0.14 -névrotiques névrotique adj p 0.21 0.27 0.08 0.14 -névé névé nom m s 0.00 0.27 0.00 0.14 -névés névé nom m p 0.00 0.27 0.00 0.14 -nyctalope nyctalope adj s 0.00 0.20 0.00 0.14 -nyctalopes nyctalope nom p 0.00 0.41 0.00 0.34 -nylon nylon nom m s 1.33 6.42 1.27 6.42 -nylons nylon nom m p 1.33 6.42 0.05 0.00 -nymphal nymphal adj m s 0.04 0.00 0.04 0.00 -nymphe nymphe nom f s 1.77 5.81 0.88 1.76 -nymphes nymphe nom f p 1.77 5.81 0.90 4.05 -nymphette nymphette nom f s 0.10 0.68 0.07 0.41 -nymphettes nymphette nom f p 0.10 0.68 0.03 0.27 -nympho nympho nom f s 0.80 0.14 0.69 0.07 -nymphomane nymphomane nom s 0.92 0.20 0.80 0.07 -nymphomanes nymphomane nom p 0.92 0.20 0.13 0.14 -nymphomanie nymphomanie nom f s 0.20 0.00 0.20 0.00 -nymphos nympho nom f p 0.80 0.14 0.11 0.07 -nymphéa nymphéa nom m s 0.00 0.34 0.00 0.07 -nymphéas nymphéa nom m p 0.00 0.34 0.00 0.27 -nymphées nymphée nom m p 0.14 0.07 0.14 0.07 -à_côté à_côté nom m s 0.00 0.68 0.00 0.34 -à_côté à_côté nom m p 0.00 0.68 0.00 0.34 -à_coup à_coup nom m s 0.00 4.80 0.00 0.54 -à_coup à_coup nom m p 0.00 4.80 0.00 4.26 -à_dieu_vat à_dieu_vat ono 0.00 0.07 0.00 0.07 -à_peu_près à_peu_près nom m 0.00 0.74 0.00 0.74 -à_pic à_pic nom m 0.00 1.42 0.00 1.08 -à_pic à_pic nom m p 0.00 1.42 0.00 0.34 -à_plat à_plat nom m s 0.00 0.27 0.00 0.14 -à_plat à_plat nom m p 0.00 0.27 0.00 0.14 -à_propos à_propos nom m 0.00 0.88 0.00 0.88 -à_valoir à_valoir nom m 0.00 0.27 0.00 0.27 -à_brûle_pourpoint à_brûle_pourpoint 0.14 0.00 0.14 0.00 -à_cloche_pied à_cloche_pied 0.22 0.00 0.22 0.00 -à_cropetons à_cropetons adv 0.00 0.07 0.00 0.07 -à_croupetons à_croupetons adv 0.01 0.95 0.01 0.95 -à_fortiori à_fortiori adv 0.16 0.20 0.16 0.20 -à_giorno à_giorno adv 0.00 0.07 0.00 0.07 -à_glagla à_glagla adv 0.00 0.07 0.00 0.07 -à_jeun à_jeun adv 1.45 3.85 1.27 3.85 -à_l_aveuglette à_l_aveuglette adv 1.11 2.16 1.11 2.16 -à_l_encan à_l_encan adv 0.01 0.14 0.01 0.14 -à_l_encontre à_l_encontre pre 2.67 1.89 2.67 1.89 -à_l_envi à_l_envi adv 0.20 0.61 0.20 0.61 -à_l_improviste à_l_improviste adv 2.67 4.53 2.67 4.53 -à_l_instar à_l_instar pre 0.26 6.42 0.26 6.42 -à_la_daumont à_la_daumont adv 0.00 0.07 0.00 0.07 -à_la_saint_glinglin à_la_saint_glinglin adv 0.02 0.00 0.02 0.00 -à_leur_encontre à_leur_encontre adv 0.03 0.07 0.03 0.07 -à_lurelure à_lurelure adv 0.00 0.20 0.00 0.20 -à_mon_encontre à_mon_encontre adv 0.05 0.14 0.05 0.14 -à_notre_encontre à_notre_encontre adv 0.02 0.07 0.02 0.07 -a_posteriori a_posteriori adv 0.05 0.20 0.04 0.07 -a_priori a_priori adv 1.04 3.85 0.41 1.28 -à_rebrousse_poil à_rebrousse_poil 0.08 0.00 0.08 0.00 -à_son_encontre à_son_encontre adv 0.05 0.20 0.05 0.20 -à_tire_larigot à_tire_larigot 0.17 0.00 0.17 0.00 -à_ton_encontre à_ton_encontre adv 0.02 0.00 0.02 0.00 -à_tâtons à_tâtons adv 0.60 8.78 0.60 8.78 -à_touche_touche à_touche_touche 0.01 0.00 0.01 0.00 -à_tue_tête à_tue_tête 0.54 0.00 0.54 0.00 -à_votre_encontre à_votre_encontre adv 0.15 0.00 0.15 0.00 -à à pre 12190.40 19209.05 12190.40 19209.05 -o o nom m 57.07 11.49 57.07 11.49 -où où pro_rel 2177.25 2068.11 1546.44 1767.23 -oïl oïl nom m 0.01 0.00 0.01 0.00 -oaristys oaristys nom f 0.00 0.07 0.00 0.07 -oasis oasis nom f 1.61 6.42 1.61 6.42 -ob ob nom m s 0.25 0.07 0.25 0.07 -obi obi nom f s 0.30 0.07 0.30 0.07 -obituaire obituaire adj s 0.00 0.07 0.00 0.07 -objecta objecter ver 0.87 6.49 0.00 2.43 ind:pas:3s; -objectai objecter ver 0.87 6.49 0.00 0.47 ind:pas:1s; -objectais objecter ver 0.87 6.49 0.01 0.07 ind:imp:1s;ind:imp:2s; -objectait objecter ver 0.87 6.49 0.01 0.68 ind:imp:3s; -objectal objectal adj m s 0.01 0.07 0.00 0.07 -objectale objectal adj f s 0.01 0.07 0.01 0.00 -objectant objecter ver 0.87 6.49 0.00 0.14 par:pre; -objecte objecter ver 0.87 6.49 0.46 1.08 imp:pre:2s;ind:pre:1s;ind:pre:3s; -objectent objecter ver 0.87 6.49 0.00 0.07 ind:pre:3p; -objecter objecter ver 0.87 6.49 0.28 0.54 inf; -objectera objecter ver 0.87 6.49 0.01 0.07 ind:fut:3s; -objecterez objecter ver 0.87 6.49 0.01 0.07 ind:fut:2p; -objecteront objecter ver 0.87 6.49 0.01 0.00 ind:fut:3p; -objecteur objecteur nom m s 0.43 0.20 0.36 0.20 -objecteurs objecteur nom m p 0.43 0.20 0.07 0.00 -objectez objecter ver 0.87 6.49 0.03 0.00 imp:pre:2p;ind:pre:2p; -objectif objectif nom m s 18.91 12.43 15.44 9.19 -objectifs objectif nom m p 18.91 12.43 3.46 3.24 -objection objection nom f s 14.18 7.97 12.07 3.78 -objections objection nom f p 14.18 7.97 2.10 4.19 -objectivation objectivation nom f s 0.11 0.00 0.11 0.00 -objective objectif adj f s 4.30 3.72 1.34 1.42 -objectivement objectivement adv 0.41 1.82 0.41 1.82 -objectivent objectiver ver 0.19 0.07 0.01 0.07 ind:pre:3p; -objectives objectif adj f p 4.30 3.72 0.20 0.41 -objectivité objectivité nom f s 0.89 0.68 0.89 0.68 -objectèrent objecter ver 0.87 6.49 0.00 0.07 ind:pas:3p; -objecté objecter ver m s 0.87 6.49 0.04 0.81 par:pas; -objet objet nom m s 45.94 124.32 26.88 67.09 -objets objet nom m p 45.94 124.32 19.06 57.23 -objurgation objurgation nom f s 0.00 2.03 0.00 0.14 -objurgations objurgation nom f p 0.00 2.03 0.00 1.89 -objurgua objurguer ver 0.00 0.14 0.00 0.07 ind:pas:3s; -objurguant objurguer ver 0.00 0.14 0.00 0.07 par:pre; -oblatif oblatif adj m s 0.00 0.20 0.00 0.07 -oblation oblation nom f s 0.00 0.20 0.00 0.20 -oblative oblatif adj f s 0.00 0.20 0.00 0.14 -oblats oblat nom m p 0.00 0.07 0.00 0.07 -obligado obligado adv 0.00 0.14 0.00 0.14 -obligataire obligataire adj m s 0.02 0.00 0.01 0.00 -obligataires obligataire adj m p 0.02 0.00 0.01 0.00 -obligation obligation nom f s 11.34 15.74 6.66 9.12 -obligations obligation nom f p 11.34 15.74 4.69 6.62 -obligatoire obligatoire adj s 5.57 7.97 5.18 6.49 -obligatoirement obligatoirement adv 1.13 3.04 1.13 3.04 -obligatoires obligatoire adj p 5.57 7.97 0.39 1.49 -oblige obliger ver 91.63 107.57 14.74 12.97 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -obligea obliger ver 91.63 107.57 0.47 4.39 ind:pas:3s; -obligeai obliger ver 91.63 107.57 0.00 0.34 ind:pas:1s; -obligeaient obliger ver 91.63 107.57 0.17 2.43 ind:imp:3p; -obligeais obliger ver 91.63 107.57 0.04 0.47 ind:imp:1s;ind:imp:2s; -obligeait obliger ver 91.63 107.57 1.40 9.32 ind:imp:3s; -obligeamment obligeamment adv 0.00 0.68 0.00 0.68 -obligeance obligeance nom f s 0.85 1.62 0.84 1.55 -obligeances obligeance nom f p 0.85 1.62 0.01 0.07 -obligeant obliger ver 91.63 107.57 0.45 4.19 par:pre; -obligeante obligeant adj f s 0.36 1.55 0.14 0.14 -obligeantes obligeant adj f p 0.36 1.55 0.01 0.20 -obligeants obligeant adj m p 0.36 1.55 0.03 0.14 -obligent obliger ver 91.63 107.57 1.93 2.30 ind:pre:3p; -obligeons obliger ver 91.63 107.57 0.06 0.07 imp:pre:1p;ind:pre:1p; -obligeât obliger ver 91.63 107.57 0.00 0.54 sub:imp:3s; -obliger obliger ver 91.63 107.57 6.30 9.39 ind:pre:2p;inf; -obligera obliger ver 91.63 107.57 0.84 0.20 ind:fut:3s; -obligerai obliger ver 91.63 107.57 0.77 0.07 ind:fut:1s; -obligerais obliger ver 91.63 107.57 0.18 0.07 cnd:pre:1s;cnd:pre:2s; -obligerait obliger ver 91.63 107.57 0.78 1.08 cnd:pre:3s; -obligeras obliger ver 91.63 107.57 0.15 0.14 ind:fut:2s; -obligerez obliger ver 91.63 107.57 0.04 0.07 ind:fut:2p; -obligeriez obliger ver 91.63 107.57 0.05 0.14 cnd:pre:2p; -obligeront obliger ver 91.63 107.57 0.06 0.07 ind:fut:3p; -obliges obliger ver 91.63 107.57 1.28 0.34 ind:pre:2s; -obligez obliger ver 91.63 107.57 2.81 0.20 imp:pre:2p;ind:pre:2p; -obligiez obliger ver 91.63 107.57 0.16 0.00 ind:imp:2p; -obligèrent obliger ver 91.63 107.57 0.20 0.61 ind:pas:3p; -obligé obliger ver m s 91.63 107.57 36.43 35.07 par:pas; -obligée obliger ver f s 91.63 107.57 12.01 11.96 par:pas; -obligées obliger ver f p 91.63 107.57 0.75 0.88 par:pas; -obligés obliger ver m p 91.63 107.57 9.56 10.27 par:pas; -obliqua obliquer ver 0.16 5.41 0.00 2.30 ind:pas:3s; -obliquaient obliquer ver 0.16 5.41 0.00 0.14 ind:imp:3p; -obliquait obliquer ver 0.16 5.41 0.00 0.20 ind:imp:3s; -obliquant obliquer ver 0.16 5.41 0.10 0.54 par:pre; -oblique oblique adj s 0.83 11.49 0.81 7.70 -obliquement obliquement adv 0.02 2.23 0.02 2.23 -obliquent obliquer ver 0.16 5.41 0.01 0.14 ind:pre:3p; -obliquer obliquer ver 0.16 5.41 0.00 0.54 inf; -obliques oblique adj p 0.83 11.49 0.02 3.78 -obliquez obliquer ver 0.16 5.41 0.03 0.00 imp:pre:2p; -obliquité obliquité nom f s 0.01 0.07 0.01 0.07 -obliquâmes obliquer ver 0.16 5.41 0.00 0.07 ind:pas:1p; -obliquèrent obliquer ver 0.16 5.41 0.00 0.34 ind:pas:3p; -obliqué obliquer ver m s 0.16 5.41 0.00 0.41 par:pas; -oblitère oblitérer ver 0.17 1.42 0.00 0.27 ind:pre:3s; -oblitèrent oblitérer ver 0.17 1.42 0.00 0.07 ind:pre:3p; -oblitéraient oblitérer ver 0.17 1.42 0.00 0.07 ind:imp:3p; -oblitérait oblitérer ver 0.17 1.42 0.00 0.27 ind:imp:3s; -oblitération oblitération nom f s 0.03 0.07 0.03 0.07 -oblitérer oblitérer ver 0.17 1.42 0.07 0.20 inf; -oblitérons oblitérer ver 0.17 1.42 0.01 0.00 imp:pre:1p; -oblitérèrent oblitérer ver 0.17 1.42 0.00 0.07 ind:pas:3p; -oblitéré oblitérer ver m s 0.17 1.42 0.04 0.14 par:pas; -oblitérée oblitérer ver f s 0.17 1.42 0.02 0.14 par:pas; -oblitérées oblitérer ver f p 0.17 1.42 0.01 0.14 par:pas; -oblitérés oblitérer ver m p 0.17 1.42 0.02 0.07 par:pas; -oblong oblong adj m s 0.05 3.24 0.02 1.01 -oblongs oblong adj m p 0.05 3.24 0.00 0.27 -oblongue oblong adj f s 0.05 3.24 0.03 1.49 -oblongues oblong adj f p 0.05 3.24 0.00 0.47 -obnubila obnubiler ver 0.50 1.82 0.00 0.07 ind:pas:3s; -obnubilait obnubiler ver 0.50 1.82 0.01 0.00 ind:imp:3s; -obnubilant obnubiler ver 0.50 1.82 0.00 0.07 par:pre; -obnubilation obnubilation nom f s 0.00 0.14 0.00 0.14 -obnubile obnubiler ver 0.50 1.82 0.03 0.07 ind:pre:3s; -obnubiler obnubiler ver 0.50 1.82 0.02 0.27 inf; -obnubilé obnubiler ver m s 0.50 1.82 0.22 0.88 par:pas; -obnubilée obnubiler ver f s 0.50 1.82 0.17 0.07 par:pas; -obnubilées obnubiler ver f p 0.50 1.82 0.00 0.07 par:pas; -obnubilés obnubiler ver m p 0.50 1.82 0.04 0.34 par:pas; -obole obole nom f s 0.11 1.22 0.11 1.01 -oboles obole nom f p 0.11 1.22 0.00 0.20 -obscène obscène adj s 4.48 13.04 3.25 7.91 -obscènement obscènement adv 0.01 0.27 0.01 0.27 -obscènes obscène adj p 4.48 13.04 1.23 5.14 -obscénité obscénité nom f s 1.63 3.78 0.92 2.23 -obscénités obscénité nom f p 1.63 3.78 0.71 1.55 -obscur obscur adj m s 11.06 67.57 5.00 29.12 -obscurantisme obscurantisme nom m s 0.14 0.81 0.14 0.74 -obscurantismes obscurantisme nom m p 0.14 0.81 0.00 0.07 -obscurantiste obscurantiste nom s 0.14 0.00 0.14 0.00 -obscurcît obscurcir ver 1.42 6.69 0.00 0.07 sub:imp:3s; -obscurci obscurcir ver m s 1.42 6.69 0.57 1.28 par:pas; -obscurcie obscurcir ver f s 1.42 6.69 0.15 0.74 par:pas; -obscurcies obscurcir ver f p 1.42 6.69 0.00 0.20 par:pas; -obscurcir obscurcir ver 1.42 6.69 0.24 0.88 inf; -obscurcira obscurcir ver 1.42 6.69 0.04 0.14 ind:fut:3s; -obscurcirait obscurcir ver 1.42 6.69 0.00 0.07 cnd:pre:3s; -obscurcis obscurcir ver m p 1.42 6.69 0.00 0.27 par:pas; -obscurcissaient obscurcir ver 1.42 6.69 0.01 0.47 ind:imp:3p; -obscurcissait obscurcir ver 1.42 6.69 0.01 0.68 ind:imp:3s; -obscurcissant obscurcir ver 1.42 6.69 0.00 0.14 par:pre; -obscurcissement obscurcissement nom m s 0.11 0.41 0.11 0.27 -obscurcissements obscurcissement nom m p 0.11 0.41 0.00 0.14 -obscurcissent obscurcir ver 1.42 6.69 0.06 0.47 ind:pre:3p; -obscurcit obscurcir ver 1.42 6.69 0.34 1.28 ind:pre:3s;ind:pas:3s; -obscure obscur adj f s 11.06 67.57 3.46 20.61 -obscures obscur adj f p 11.06 67.57 1.32 9.53 -obscurité obscurité nom f s 14.33 49.39 14.33 48.65 -obscurités obscurité nom f p 14.33 49.39 0.00 0.74 -obscurs obscur adj m p 11.06 67.57 1.28 8.31 -obscurément obscurément adv 0.01 6.96 0.01 6.96 -observa observer ver 42.66 116.01 0.18 19.46 ind:pas:3s; -observable observable adj m s 0.03 0.00 0.03 0.00 -observai observer ver 42.66 116.01 0.01 1.76 ind:pas:1s; -observaient observer ver 42.66 116.01 0.26 3.85 ind:imp:3p; -observais observer ver 42.66 116.01 1.39 5.20 ind:imp:1s;ind:imp:2s; -observait observer ver 42.66 116.01 1.23 19.73 ind:imp:3s; -observance observance nom f s 0.14 0.34 0.14 0.27 -observances observance nom f p 0.14 0.34 0.00 0.07 -observant observer ver 42.66 116.01 1.17 6.89 par:pre; -observateur observateur nom m s 3.08 6.08 1.94 4.53 -observateurs observateur nom m p 3.08 6.08 1.05 1.35 -observation observation nom f s 8.07 15.27 6.91 11.08 -observations observation nom f p 8.07 15.27 1.16 4.19 -observatoire observatoire nom m s 1.25 3.18 1.23 2.84 -observatoires observatoire nom m p 1.25 3.18 0.02 0.34 -observatrice observateur adj f s 1.55 0.68 0.24 0.07 -observatrices observateur nom f p 3.08 6.08 0.00 0.14 -observe observer ver 42.66 116.01 11.48 16.69 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:1s;sub:pre:3s; -observent observer ver 42.66 116.01 1.41 2.16 ind:pre:3p; -observer observer ver 42.66 116.01 11.22 24.26 inf; -observera observer ver 42.66 116.01 0.11 0.07 ind:fut:3s; -observerai observer ver 42.66 116.01 0.51 0.07 ind:fut:1s; -observeraient observer ver 42.66 116.01 0.00 0.14 cnd:pre:3p; -observerais observer ver 42.66 116.01 0.02 0.07 cnd:pre:1s;cnd:pre:2s; -observerait observer ver 42.66 116.01 0.04 0.20 cnd:pre:3s; -observerez observer ver 42.66 116.01 0.05 0.07 ind:fut:2p; -observerons observer ver 42.66 116.01 0.18 0.00 ind:fut:1p; -observeront observer ver 42.66 116.01 0.03 0.00 ind:fut:3p; -observes observer ver 42.66 116.01 0.75 0.34 ind:pre:2s;sub:pre:2s; -observez observer ver 42.66 116.01 3.63 1.35 imp:pre:2p;ind:pre:2p; -observiez observer ver 42.66 116.01 0.15 0.00 ind:imp:2p;sub:pre:2p; -observions observer ver 42.66 116.01 0.13 0.74 ind:imp:1p; -observâmes observer ver 42.66 116.01 0.00 0.20 ind:pas:1p; -observons observer ver 42.66 116.01 1.27 0.47 imp:pre:1p;ind:pre:1p; -observèrent observer ver 42.66 116.01 0.00 1.69 ind:pas:3p; -observé observer ver m s 42.66 116.01 5.53 6.96 par:pas; -observée observer ver f s 42.66 116.01 0.83 2.03 par:pas; -observées observer ver f p 42.66 116.01 0.22 0.54 par:pas; -observés observer ver m p 42.66 116.01 0.86 1.08 par:pas; -obsessif obsessif adj m s 0.20 0.00 0.13 0.00 -obsession obsession nom f s 8.79 11.15 7.76 8.78 -obsessionnel obsessionnel adj m s 1.43 1.15 0.87 0.41 -obsessionnelle obsessionnel adj f s 1.43 1.15 0.37 0.47 -obsessionnellement obsessionnellement adv 0.01 0.41 0.01 0.41 -obsessionnelles obsessionnel adj f p 1.43 1.15 0.06 0.07 -obsessionnels obsessionnel adj m p 1.43 1.15 0.13 0.20 -obsessions obsession nom f p 8.79 11.15 1.02 2.36 -obsessive obsessif adj f s 0.20 0.00 0.08 0.00 -obsidienne obsidienne nom f s 0.03 0.74 0.03 0.74 -obsidional obsidional adj m s 0.00 0.41 0.00 0.07 -obsidionale obsidional adj f s 0.00 0.41 0.00 0.34 -obsolescence obsolescence nom f s 0.02 0.07 0.02 0.07 -obsolète obsolète adj s 1.19 0.14 0.84 0.07 -obsolètes obsolète adj p 1.19 0.14 0.35 0.07 -obstacle obstacle nom m s 10.65 26.01 6.58 14.12 -obstacles obstacle nom m p 10.65 26.01 4.07 11.89 -obsède obséder ver 11.53 9.12 2.15 1.42 imp:pre:2s;ind:pre:1s;ind:pre:3s; -obsèdent obséder ver 11.53 9.12 0.19 0.27 ind:pre:3p; -obsèdes obséder ver 11.53 9.12 0.08 0.00 ind:pre:2s; -obsèques obsèques nom f p 4.32 4.80 4.32 4.80 -obstina obstiner ver 3.77 16.49 0.03 0.88 ind:pas:3s; -obstinai obstiner ver 3.77 16.49 0.00 0.14 ind:pas:1s; -obstinaient obstiner ver 3.77 16.49 0.02 0.74 ind:imp:3p; -obstinais obstiner ver 3.77 16.49 0.00 0.68 ind:imp:1s;ind:imp:2s; -obstinait obstiner ver 3.77 16.49 0.03 4.66 ind:imp:3s; -obstinant obstiner ver 3.77 16.49 0.00 0.88 par:pre; -obstination obstination nom f s 1.26 12.23 1.26 12.09 -obstinations obstination nom f p 1.26 12.23 0.00 0.14 -obstine obstiner ver 3.77 16.49 0.94 2.91 imp:pre:2s;ind:pre:1s;ind:pre:3s; -obstinent obstiner ver 3.77 16.49 0.16 0.81 ind:pre:3p; -obstiner obstiner ver 3.77 16.49 0.53 1.35 inf; -obstinera obstiner ver 3.77 16.49 0.01 0.07 ind:fut:3s; -obstineraient obstiner ver 3.77 16.49 0.00 0.07 cnd:pre:3p; -obstinerait obstiner ver 3.77 16.49 0.00 0.07 cnd:pre:3s; -obstineras obstiner ver 3.77 16.49 0.00 0.07 ind:fut:2s; -obstinerez obstiner ver 3.77 16.49 0.00 0.14 ind:fut:2p; -obstineriez obstiner ver 3.77 16.49 0.00 0.07 cnd:pre:2p; -obstineront obstiner ver 3.77 16.49 0.00 0.14 ind:fut:3p; -obstines obstiner ver 3.77 16.49 0.77 0.27 ind:pre:2s;sub:pre:2s; -obstinez obstiner ver 3.77 16.49 0.34 0.27 imp:pre:2p;ind:pre:2p; -obstinions obstiner ver 3.77 16.49 0.00 0.14 ind:imp:1p; -obstinons obstiner ver 3.77 16.49 0.01 0.14 ind:pre:1p; -obstinèrent obstiner ver 3.77 16.49 0.00 0.14 ind:pas:3p; -obstiné obstiner ver m s 3.77 16.49 0.51 1.15 par:pas; -obstinée obstiner ver f s 3.77 16.49 0.28 0.41 par:pas; -obstinées obstiné adj f p 0.55 6.96 0.01 0.68 -obstinément obstinément adv 0.48 10.27 0.48 10.27 -obstinés obstiner ver m p 3.77 16.49 0.14 0.34 par:pas; -obstrua obstruer ver 1.35 4.86 0.01 0.14 ind:pas:3s; -obstruaient obstruer ver 1.35 4.86 0.01 0.68 ind:imp:3p; -obstruait obstruer ver 1.35 4.86 0.03 0.61 ind:imp:3s; -obstruant obstruer ver 1.35 4.86 0.03 0.27 par:pre; -obstructif obstructif adj m s 0.03 0.00 0.01 0.00 -obstruction obstruction nom f s 3.64 0.47 3.20 0.47 -obstructionnisme obstructionnisme nom m s 0.01 0.00 0.01 0.00 -obstructions obstruction nom f p 3.64 0.47 0.44 0.00 -obstructive obstructif adj f s 0.03 0.00 0.01 0.00 -obstrue obstruer ver 1.35 4.86 0.55 0.54 imp:pre:2s;ind:pre:3s; -obstruent obstruer ver 1.35 4.86 0.00 0.47 ind:pre:3p; -obstruer obstruer ver 1.35 4.86 0.04 0.27 inf; -obstrueraient obstruer ver 1.35 4.86 0.00 0.07 cnd:pre:3p; -obstrueront obstruer ver 1.35 4.86 0.10 0.00 ind:fut:3p; -obstruez obstruer ver 1.35 4.86 0.02 0.00 imp:pre:2p;ind:pre:2p; -obstrué obstruer ver m s 1.35 4.86 0.31 0.54 par:pas; -obstruée obstruer ver f s 1.35 4.86 0.07 0.81 par:pas; -obstruées obstruer ver f p 1.35 4.86 0.01 0.27 par:pas; -obstrués obstruer ver m p 1.35 4.86 0.17 0.20 par:pas; -obstétrical obstétrical adj m s 0.01 0.00 0.01 0.00 -obstétricien obstétricien nom m s 0.35 0.07 0.28 0.07 -obstétricienne obstétricien nom f s 0.35 0.07 0.04 0.00 -obstétriciens obstétricien nom m p 0.35 0.07 0.04 0.00 -obstétrique obstétrique nom f s 0.83 0.14 0.83 0.14 -obséda obséder ver 11.53 9.12 0.00 0.14 ind:pas:3s; -obsédaient obséder ver 11.53 9.12 0.00 0.34 ind:imp:3p; -obsédais obséder ver 11.53 9.12 0.04 0.00 ind:imp:1s;ind:imp:2s; -obsédait obséder ver 11.53 9.12 0.40 1.82 ind:imp:3s; -obsédant obsédant adj m s 0.22 6.28 0.12 1.69 -obsédante obsédant adj f s 0.22 6.28 0.05 3.58 -obsédantes obsédant adj f p 0.22 6.28 0.02 0.54 -obsédants obsédant adj m p 0.22 6.28 0.03 0.47 -obséder obséder ver 11.53 9.12 0.12 0.61 inf; -obsédèrent obséder ver 11.53 9.12 0.14 0.07 ind:pas:3p; -obsédé obséder ver m s 11.53 9.12 5.12 2.57 par:pas; -obsédée obséder ver f s 11.53 9.12 2.19 0.95 par:pas; -obsédées obséder ver f p 11.53 9.12 0.10 0.20 par:pas; -obsédés obsédé nom m p 3.73 2.23 1.33 0.95 -obséquieuse obséquieux adj f s 0.15 1.01 0.02 0.20 -obséquieusement obséquieusement adv 0.01 0.14 0.01 0.14 -obséquieuses obséquieux adj f p 0.15 1.01 0.00 0.14 -obséquieux obséquieux adj m s 0.15 1.01 0.13 0.68 -obséquiosité obséquiosité nom f s 0.01 0.54 0.01 0.54 -obtînmes obtenir ver 88.10 80.95 0.01 0.07 ind:pas:1p; -obtînt obtenir ver 88.10 80.95 0.00 0.14 sub:imp:3s; -obtempère obtempérer ver 1.12 2.16 0.18 0.34 imp:pre:2s;ind:pre:1s;ind:pre:3s; -obtempéra obtempérer ver 1.12 2.16 0.00 0.47 ind:pas:3s; -obtempérai obtempérer ver 1.12 2.16 0.00 0.07 ind:pas:1s; -obtempéraient obtempérer ver 1.12 2.16 0.01 0.07 ind:imp:3p; -obtempérait obtempérer ver 1.12 2.16 0.00 0.14 ind:imp:3s; -obtempérer obtempérer ver 1.12 2.16 0.82 0.74 inf; -obtempérez obtempérer ver 1.12 2.16 0.07 0.00 imp:pre:2p;ind:pre:2p; -obtempérions obtempérer ver 1.12 2.16 0.00 0.07 ind:imp:1p; -obtempérèrent obtempérer ver 1.12 2.16 0.00 0.07 ind:pas:3p; -obtempéré obtempérer ver m s 1.12 2.16 0.04 0.20 par:pas; -obtenaient obtenir ver 88.10 80.95 0.04 0.68 ind:imp:3p; -obtenais obtenir ver 88.10 80.95 0.51 1.08 ind:imp:1s;ind:imp:2s; -obtenait obtenir ver 88.10 80.95 0.35 2.36 ind:imp:3s; -obtenant obtenir ver 88.10 80.95 0.19 1.22 par:pre; -obtenez obtenir ver 88.10 80.95 2.40 0.20 imp:pre:2p;ind:pre:2p; -obteniez obtenir ver 88.10 80.95 0.27 0.00 ind:imp:2p; -obtenions obtenir ver 88.10 80.95 0.06 0.20 ind:imp:1p; -obtenir obtenir ver 88.10 80.95 36.70 37.77 inf; -obtenons obtenir ver 88.10 80.95 0.87 0.41 imp:pre:1p;ind:pre:1p; -obtention obtention nom f s 0.53 0.47 0.53 0.47 -obtenu obtenir ver m s 88.10 80.95 20.36 14.73 par:pas; -obtenue obtenir ver f s 88.10 80.95 0.67 2.03 par:pas; -obtenues obtenir ver f p 88.10 80.95 0.55 0.68 par:pas; -obtenus obtenir ver m p 88.10 80.95 0.91 1.35 par:pas; -obère obérer ver 0.00 0.20 0.00 0.07 ind:pre:1s; -obèse obèse adj s 1.40 3.58 1.11 2.57 -obèses obèse adj p 1.40 3.58 0.29 1.01 -obtiendra obtenir ver 88.10 80.95 1.24 0.41 ind:fut:3s; -obtiendrai obtenir ver 88.10 80.95 1.62 0.20 ind:fut:1s; -obtiendraient obtenir ver 88.10 80.95 0.00 0.34 cnd:pre:3p; -obtiendrais obtenir ver 88.10 80.95 0.86 0.20 cnd:pre:1s;cnd:pre:2s; -obtiendrait obtenir ver 88.10 80.95 0.66 1.22 cnd:pre:3s; -obtiendras obtenir ver 88.10 80.95 0.85 0.07 ind:fut:2s; -obtiendrez obtenir ver 88.10 80.95 1.39 0.47 ind:fut:2p; -obtiendriez obtenir ver 88.10 80.95 0.17 0.00 cnd:pre:2p; -obtiendrions obtenir ver 88.10 80.95 0.03 0.07 cnd:pre:1p; -obtiendrons obtenir ver 88.10 80.95 0.53 0.41 ind:fut:1p; -obtiendront obtenir ver 88.10 80.95 0.55 0.27 ind:fut:3p; -obtienne obtenir ver 88.10 80.95 1.44 0.88 sub:pre:1s;sub:pre:3s; -obtiennent obtenir ver 88.10 80.95 1.23 0.47 ind:pre:3p; -obtiennes obtenir ver 88.10 80.95 0.33 0.07 sub:pre:2s; -obtiens obtenir ver 88.10 80.95 5.46 0.47 imp:pre:2s;ind:pre:1s;ind:pre:2s; -obtient obtenir ver 88.10 80.95 6.75 3.18 ind:pre:3s; -obtinrent obtenir ver 88.10 80.95 0.20 0.74 ind:pas:3p; -obtins obtenir ver 88.10 80.95 0.16 2.57 ind:pas:1s;ind:pas:2s; -obtinsse obtenir ver 88.10 80.95 0.00 0.07 sub:imp:1s; -obtint obtenir ver 88.10 80.95 0.74 5.95 ind:pas:3s; -obtura obturer ver 0.13 0.61 0.00 0.07 ind:pas:3s; -obturait obturer ver 0.13 0.61 0.00 0.14 ind:imp:3s; -obturateur obturateur adj m s 0.13 0.00 0.12 0.00 -obturateurs obturateur nom m p 0.07 0.27 0.01 0.07 -obturation obturation nom f s 0.06 0.00 0.06 0.00 -obture obturer ver 0.13 0.61 0.01 0.20 ind:pre:1s;ind:pre:3s; -obturer obturer ver 0.13 0.61 0.08 0.07 inf; -obturez obturer ver 0.13 0.61 0.01 0.00 imp:pre:2p; -obturé obturer ver m s 0.13 0.61 0.03 0.07 par:pas; -obturée obturer ver f s 0.13 0.61 0.00 0.07 par:pas; -obtus obtus adj m 1.17 4.66 0.85 2.70 -obtuse obtus adj f s 1.17 4.66 0.32 1.89 -obtuses obtus adj f p 1.17 4.66 0.00 0.07 -obéîmes obéir ver 45.12 45.88 0.01 0.07 ind:pas:1p; -obédience obédience nom f s 0.14 2.36 0.14 2.30 -obédiences obédience nom f p 0.14 2.36 0.00 0.07 -obéi obéir ver m s 45.12 45.88 3.38 4.59 par:pas; -obéie obéir ver f s 45.12 45.88 0.01 0.27 par:pas; -obéir obéir ver 45.12 45.88 13.76 14.26 inf;;inf;;inf;; -obéira obéir ver 45.12 45.88 0.86 0.61 ind:fut:3s; -obéirai obéir ver 45.12 45.88 1.47 0.20 ind:fut:1s; -obéiraient obéir ver 45.12 45.88 0.01 0.07 cnd:pre:3p; -obéirais obéir ver 45.12 45.88 0.06 0.07 cnd:pre:1s;cnd:pre:2s; -obéirait obéir ver 45.12 45.88 0.03 0.07 cnd:pre:3s; -obéiras obéir ver 45.12 45.88 0.32 0.14 ind:fut:2s; -obéirent obéir ver 45.12 45.88 0.00 0.54 ind:pas:3p; -obéirez obéir ver 45.12 45.88 0.33 0.07 ind:fut:2p; -obéiriez obéir ver 45.12 45.88 0.03 0.07 cnd:pre:2p; -obéirons obéir ver 45.12 45.88 0.24 0.07 ind:fut:1p; -obéiront obéir ver 45.12 45.88 0.21 0.07 ind:fut:3p; -obéis obéir ver m p 45.12 45.88 10.93 2.91 imp:pre:2s;ind:pre:1s;ind:pre:2s;par:pas; -obéissaient obéir ver 45.12 45.88 0.46 1.15 ind:imp:3p; -obéissais obéir ver 45.12 45.88 0.36 0.54 ind:imp:1s;ind:imp:2s; -obéissait obéir ver 45.12 45.88 0.36 4.05 ind:imp:3s; -obéissance obéissance nom f s 4.24 5.07 4.24 5.07 -obéissant obéissant adj m s 2.59 2.30 0.99 1.15 -obéissante obéissant adj f s 2.59 2.30 1.10 0.41 -obéissantes obéissant adj f p 2.59 2.30 0.11 0.34 -obéissants obéissant adj m p 2.59 2.30 0.39 0.41 -obéisse obéir ver 45.12 45.88 0.39 0.41 sub:pre:1s;sub:pre:3s; -obéissent obéir ver 45.12 45.88 2.04 1.55 ind:pre:3p; -obéisses obéir ver 45.12 45.88 0.05 0.07 sub:pre:2s; -obéissez obéir ver 45.12 45.88 4.88 0.27 imp:pre:2p;ind:pre:2p; -obéissiez obéir ver 45.12 45.88 0.19 0.07 ind:imp:2p; -obéissions obéir ver 45.12 45.88 0.00 0.41 ind:imp:1p; -obéissons obéir ver 45.12 45.88 0.49 0.07 imp:pre:1p;ind:pre:1p; -obéit obéir ver 45.12 45.88 3.54 9.66 ind:pre:3s;ind:pas:3s; -obélisque obélisque nom m s 0.36 1.22 0.10 0.74 -obélisques obélisque nom m p 0.36 1.22 0.27 0.47 -obérant obérer ver 0.00 0.20 0.00 0.07 par:pre; -obérer obérer ver 0.00 0.20 0.00 0.07 inf; -obus obus nom m 5.13 31.82 5.13 31.82 -obusier obusier nom m s 0.05 0.68 0.01 0.07 -obusiers obusier nom m p 0.05 0.68 0.04 0.61 -obésité obésité nom f s 0.73 1.08 0.73 0.95 -obésités obésité nom f p 0.73 1.08 0.00 0.14 -obverse obvers nom f s 0.00 0.07 0.00 0.07 -obvie obvie adj s 0.00 0.07 0.00 0.07 -obvier obvier ver 0.00 0.14 0.00 0.14 inf; -ocarina ocarina nom m s 0.03 0.27 0.03 0.20 -ocarinas ocarina nom m p 0.03 0.27 0.00 0.07 -occase occase nom f s 1.25 5.34 1.14 4.53 -occases occase nom f p 1.25 5.34 0.11 0.81 -occasion occasion nom f s 61.89 105.74 55.39 92.09 -occasionna occasionner ver 0.70 1.69 0.00 0.07 ind:pas:3s; -occasionnait occasionner ver 0.70 1.69 0.00 0.14 ind:imp:3s; -occasionnant occasionner ver 0.70 1.69 0.02 0.07 par:pre; -occasionne occasionner ver 0.70 1.69 0.02 0.34 ind:pre:1s;ind:pre:3s; -occasionnel occasionnel adj m s 0.99 1.22 0.46 0.54 -occasionnelle occasionnel adj f s 0.99 1.22 0.33 0.14 -occasionnellement occasionnellement adv 0.59 0.27 0.59 0.27 -occasionnelles occasionnel adj f p 0.99 1.22 0.06 0.14 -occasionnels occasionnel adj m p 0.99 1.22 0.14 0.41 -occasionnent occasionner ver 0.70 1.69 0.01 0.07 ind:pre:3p; -occasionner occasionner ver 0.70 1.69 0.09 0.20 inf; -occasionnèrent occasionner ver 0.70 1.69 0.00 0.07 ind:pas:3p; -occasionné occasionner ver m s 0.70 1.69 0.23 0.07 par:pas; -occasionnée occasionner ver f s 0.70 1.69 0.12 0.14 par:pas; -occasionnées occasionner ver f p 0.70 1.69 0.03 0.20 par:pas; -occasionnés occasionner ver m p 0.70 1.69 0.19 0.34 par:pas; -occasions occasion nom f p 61.89 105.74 6.50 13.65 -occident occident nom m s 0.38 1.69 0.38 1.69 -occidental occidental adj m s 5.07 15.61 1.50 3.65 -occidentale occidental adj f s 5.07 15.61 2.15 8.65 -occidentales occidental adj f p 5.07 15.61 0.36 1.69 -occidentalisation occidentalisation nom f s 0.10 0.14 0.10 0.14 -occidentalise occidentaliser ver 0.01 0.07 0.01 0.07 ind:pre:3s; -occidentalisme occidentalisme nom m s 0.00 0.07 0.00 0.07 -occidentaux occidental adj m p 5.07 15.61 1.06 1.62 -occipital occipital adj m s 0.49 0.20 0.38 0.14 -occipitale occipital adj f s 0.49 0.20 0.08 0.00 -occipitales occipital adj f p 0.49 0.20 0.01 0.07 -occipitaux occipital adj m p 0.49 0.20 0.02 0.00 -occiput occiput nom m s 0.19 1.69 0.19 1.69 -occire occire ver 0.10 0.41 0.10 0.41 inf; -occis occis adj m 0.28 0.68 0.28 0.68 -occitan occitan nom m s 0.00 0.34 0.00 0.34 -occitane occitan adj f s 0.01 0.41 0.01 0.27 -occitans occitan adj m p 0.01 0.41 0.00 0.07 -occlusion occlusion nom f s 0.31 0.34 0.31 0.34 -occlut occlure ver 0.00 0.07 0.00 0.07 ind:pas:3s; -occulta occulter ver 0.86 1.01 0.00 0.07 ind:pas:3s; -occultaient occulter ver 0.86 1.01 0.00 0.07 ind:imp:3p; -occultait occulter ver 0.86 1.01 0.01 0.34 ind:imp:3s; -occultant occulter ver 0.86 1.01 0.04 0.00 par:pre; -occultation occultation nom f s 0.28 0.27 0.28 0.20 -occultations occultation nom f p 0.28 0.27 0.00 0.07 -occulte occulte adj s 2.28 3.24 0.96 1.76 -occultement occultement adv 0.00 0.07 0.00 0.07 -occultent occulter ver 0.86 1.01 0.12 0.07 ind:pre:3p; -occulter occulter ver 0.86 1.01 0.29 0.34 inf; -occultera occulter ver 0.86 1.01 0.01 0.00 ind:fut:3s; -occultes occulte adj p 2.28 3.24 1.33 1.49 -occultez occulter ver 0.86 1.01 0.07 0.00 imp:pre:2p; -occultisme occultisme nom m s 0.33 0.34 0.33 0.27 -occultismes occultisme nom m p 0.33 0.34 0.00 0.07 -occultiste occultiste nom s 0.11 0.14 0.01 0.00 -occultistes occultiste nom p 0.11 0.14 0.10 0.14 -occulté occulter ver m s 0.86 1.01 0.22 0.14 par:pas; -occultée occulter ver f s 0.86 1.01 0.08 0.00 par:pas; -occupa occuper ver 375.14 219.80 0.10 3.78 ind:pas:3s; -occupai occuper ver 375.14 219.80 0.01 0.61 ind:pas:1s; -occupaient occuper ver 375.14 219.80 0.93 10.34 ind:imp:3p; -occupais occuper ver 375.14 219.80 3.37 3.45 ind:imp:1s;ind:imp:2s; -occupait occuper ver 375.14 219.80 4.36 31.42 ind:imp:3s; -occupant occupant nom m s 2.38 10.07 0.62 3.99 -occupante occupant nom f s 2.38 10.07 0.03 0.14 -occupantes occupant adj f p 0.18 0.81 0.01 0.07 -occupants occupant nom m p 2.38 10.07 1.73 5.88 -occupas occuper ver 375.14 219.80 0.00 0.07 ind:pas:2s; -occupation occupation nom f s 6.71 30.61 4.91 22.84 -occupations occupation nom f p 6.71 30.61 1.80 7.77 -occupe occuper ver 375.14 219.80 139.84 37.09 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:1s;sub:pre:3s; -occupent occuper ver 375.14 219.80 6.45 7.30 ind:pre:3p; -occuper occuper ver 375.14 219.80 97.22 56.69 ind:pre:2p;inf; -occupera occuper ver 375.14 219.80 10.27 2.50 ind:fut:3s; -occuperai occuper ver 375.14 219.80 10.51 1.69 ind:fut:1s; -occuperaient occuper ver 375.14 219.80 0.31 0.54 cnd:pre:3p; -occuperais occuper ver 375.14 219.80 1.03 0.34 cnd:pre:1s;cnd:pre:2s; -occuperait occuper ver 375.14 219.80 0.67 2.50 cnd:pre:3s; -occuperas occuper ver 375.14 219.80 1.09 0.41 ind:fut:2s; -occuperez occuper ver 375.14 219.80 0.56 0.20 ind:fut:2p; -occuperions occuper ver 375.14 219.80 0.03 0.07 cnd:pre:1p; -occuperons occuper ver 375.14 219.80 0.79 0.00 ind:fut:1p; -occuperont occuper ver 375.14 219.80 1.61 0.61 ind:fut:3p; -occupes occuper ver 375.14 219.80 12.60 0.95 ind:pre:2s;sub:pre:2s; -occupez occuper ver 375.14 219.80 15.36 2.23 imp:pre:2p;ind:pre:2p; -occupiez occuper ver 375.14 219.80 1.08 0.07 ind:imp:2p; -occupions occuper ver 375.14 219.80 0.06 1.35 ind:imp:1p; -occupons occuper ver 375.14 219.80 2.23 0.95 imp:pre:1p;ind:pre:1p; -occupât occuper ver 375.14 219.80 0.00 0.88 sub:imp:3s; -occupèrent occuper ver 375.14 219.80 0.16 1.08 ind:pas:3p; -occupé occuper ver m s 375.14 219.80 41.37 25.47 par:pas; -occupée occuper ver f s 375.14 219.80 15.71 13.31 par:pas; -occupées occuper ver f p 375.14 219.80 1.67 3.31 par:pas; -occupés occuper ver m p 375.14 219.80 5.24 7.36 par:pas; -occurrence occurrence nom f s 1.57 7.43 1.56 7.16 -occurrences occurrence nom f p 1.57 7.43 0.01 0.27 -occurrentes occurrent adj f p 0.00 0.07 0.00 0.07 -ocelles ocelle nom m p 0.00 0.14 0.00 0.14 -ocellée ocellé adj f s 0.00 0.41 0.00 0.20 -ocellés ocellé adj m p 0.00 0.41 0.00 0.20 -ocelot ocelot nom m s 0.20 0.14 0.17 0.07 -ocelots ocelot nom m p 0.20 0.14 0.03 0.07 -âcre âcre adj s 0.47 11.49 0.45 10.14 -ocre ocre nom s 0.29 4.46 0.26 3.78 -âcrement âcrement adv 0.00 0.14 0.00 0.14 -âcres âcre adj p 0.47 11.49 0.01 1.35 -ocres ocre nom p 0.29 4.46 0.04 0.68 -âcreté âcreté nom f s 0.11 0.95 0.11 0.95 -ocreux ocreux adj m 0.00 0.20 0.00 0.20 -ocré ocrer ver m s 0.00 0.34 0.00 0.07 par:pas; -ocrée ocré adj f s 0.00 0.27 0.00 0.20 -ocrées ocrer ver f p 0.00 0.34 0.00 0.07 par:pas; -ocrés ocrer ver m p 0.00 0.34 0.00 0.14 par:pas; -octane octane nom m s 0.09 0.00 0.09 0.00 -octant octant nom m s 0.00 0.14 0.00 0.14 -octante octante adj_num 0.00 0.14 0.00 0.14 -octave octave nom f s 1.11 1.82 1.07 1.42 -octaves octave nom f p 1.11 1.82 0.03 0.41 -octavia octavier ver 0.34 0.00 0.28 0.00 ind:pas:3s; -octavie octavier ver 0.34 0.00 0.07 0.00 imp:pre:2s; -octavo octavo adv 0.01 0.00 0.01 0.00 -octet octet nom m s 0.02 0.00 0.01 0.00 -octets octet nom m p 0.02 0.00 0.01 0.00 -octidi octidi nom m s 0.00 0.07 0.00 0.07 -octobre octobre nom m 11.78 36.28 11.78 36.28 -octogonal octogonal adj m s 0.23 1.82 0.20 0.74 -octogonale octogonal adj f s 0.23 1.82 0.03 0.95 -octogonales octogonal adj f p 0.23 1.82 0.00 0.07 -octogonaux octogonal adj m p 0.23 1.82 0.00 0.07 -octogone octogone nom m s 0.04 0.61 0.04 0.41 -octogones octogone nom m p 0.04 0.61 0.00 0.20 -octogénaire octogénaire nom s 0.22 0.41 0.21 0.27 -octogénaires octogénaire nom p 0.22 0.41 0.01 0.14 -octosyllabe octosyllabe nom m s 0.14 0.34 0.00 0.07 -octosyllabes octosyllabe nom m p 0.14 0.34 0.14 0.27 -octroi octroi nom m s 0.18 2.03 0.17 1.82 -octroie octroyer ver 1.35 3.58 0.41 0.47 ind:pre:1s;ind:pre:3s; -octroient octroyer ver 1.35 3.58 0.03 0.14 ind:pre:3p; -octroiera octroyer ver 1.35 3.58 0.02 0.07 ind:fut:3s; -octrois octroi nom m p 0.18 2.03 0.01 0.20 -octroya octroyer ver 1.35 3.58 0.01 0.47 ind:pas:3s; -octroyaient octroyer ver 1.35 3.58 0.00 0.27 ind:imp:3p; -octroyait octroyer ver 1.35 3.58 0.01 0.20 ind:imp:3s; -octroyant octroyer ver 1.35 3.58 0.02 0.14 par:pre; -octroyer octroyer ver 1.35 3.58 0.11 0.27 inf; -octroyons octroyer ver 1.35 3.58 0.01 0.07 ind:pre:1p; -octroyât octroyer ver 1.35 3.58 0.00 0.07 sub:imp:3s; -octroyé octroyer ver m s 1.35 3.58 0.59 0.88 par:pas; -octroyée octroyer ver f s 1.35 3.58 0.13 0.27 par:pas; -octroyées octroyer ver f p 1.35 3.58 0.00 0.14 par:pas; -octroyés octroyer ver m p 1.35 3.58 0.00 0.14 par:pas; -octuor octuor nom m s 0.01 0.14 0.01 0.14 -octuple octuple adj f s 0.02 0.00 0.02 0.00 -océan océan nom m s 24.89 28.78 22.86 24.93 -océane océan adj f s 0.02 0.47 0.02 0.47 -océanienne océanien adj f s 0.00 0.07 0.00 0.07 -océanique océanique adj s 0.26 0.81 0.22 0.68 -océaniques océanique adj m p 0.26 0.81 0.04 0.14 -océanographe océanographe nom s 0.07 0.00 0.07 0.00 -océanographie océanographie nom f s 0.05 0.00 0.05 0.00 -océanographique océanographique adj s 0.33 0.00 0.30 0.00 -océanographiques océanographique adj m p 0.33 0.00 0.03 0.00 -océanologie océanologie nom f s 0.01 0.00 0.01 0.00 -océanologue océanologue nom s 0.08 0.00 0.08 0.00 -océans océan nom m p 24.89 28.78 2.03 3.85 -oculaire oculaire adj s 3.36 0.81 1.98 0.20 -oculaires oculaire adj p 3.36 0.81 1.38 0.61 -oculi oculus nom m p 0.02 0.00 0.01 0.00 -oculiste oculiste nom s 0.37 0.81 0.37 0.74 -oculistes oculiste nom p 0.37 0.81 0.00 0.07 -oculomoteur oculomoteur adj m s 0.01 0.00 0.01 0.00 -oculus oculus nom m 0.02 0.00 0.01 0.00 -ocytocine ocytocine nom f s 0.03 0.00 0.03 0.00 -odalisque odalisque nom f s 0.38 1.28 0.22 0.54 -odalisques odalisque nom f p 0.38 1.28 0.16 0.74 -ode ode nom f s 0.96 0.81 0.94 0.61 -odelette odelette nom f s 0.01 0.07 0.01 0.00 -odelettes odelette nom f p 0.01 0.07 0.00 0.07 -odes ode nom f p 0.96 0.81 0.03 0.20 -odeur odeur nom f s 49.57 195.68 47.19 159.86 -odeurs odeur nom f p 49.57 195.68 2.38 35.81 -odieuse odieux adj f s 8.59 14.32 2.14 3.78 -odieusement odieusement adv 0.03 0.61 0.03 0.61 -odieuses odieux adj f p 8.59 14.32 0.23 1.01 -odieux odieux adj m 8.59 14.32 6.22 9.53 -odomètre odomètre nom m s 0.10 0.00 0.10 0.00 -odontologie odontologie nom f s 0.13 0.00 0.13 0.00 -odontologiste odontologiste nom s 0.01 0.00 0.01 0.00 -odontologues odontologue nom p 0.01 0.00 0.01 0.00 -odorant odorant adj m s 0.66 6.82 0.08 1.49 -odorante odorant adj f s 0.66 6.82 0.16 3.11 -odorantes odorant adj f p 0.66 6.82 0.40 1.35 -odorants odorant adj m p 0.66 6.82 0.03 0.88 -odorat odorat nom m s 1.28 2.57 1.28 2.57 -odoriférant odoriférant adj m s 0.01 0.74 0.00 0.14 -odoriférante odoriférant adj f s 0.01 0.74 0.00 0.20 -odoriférantes odoriférant adj f p 0.01 0.74 0.01 0.14 -odoriférants odoriférant adj m p 0.01 0.74 0.00 0.27 -odéon odéon nom m s 0.00 0.34 0.00 0.34 -odyssée odyssée nom f s 0.24 1.01 0.23 0.95 -odyssées odyssée nom f p 0.24 1.01 0.01 0.07 -oecuménique oecuménique adj s 0.33 0.41 0.33 0.34 -oecuméniques oecuménique adj f p 0.33 0.41 0.00 0.07 -oecuménisme oecuménisme nom m s 0.01 0.34 0.01 0.34 -oedipe oedipe nom m s 0.14 0.41 0.14 0.41 -oedipien oedipien adj m s 0.07 0.14 0.06 0.14 -oedipienne oedipien adj f s 0.07 0.14 0.01 0.00 -oedème oedème nom m s 1.26 0.61 1.25 0.54 -oedèmes oedème nom m p 1.26 0.61 0.01 0.07 -oedémateuse oedémateux adj f s 0.01 0.00 0.01 0.00 -oeil_de_boeuf oeil_de_boeuf nom m s 0.00 0.95 0.00 0.47 -oeil oeil nom m s 413.04 1234.59 97.13 278.51 -oeillade oeillade nom f s 0.05 1.82 0.02 0.74 -oeillades oeillade nom f p 0.05 1.82 0.03 1.08 -oeillet oeillet nom m s 3.53 6.08 0.39 2.09 -oeilleton oeilleton nom m s 0.00 1.35 0.00 1.15 -oeilletons oeilleton nom m p 0.00 1.35 0.00 0.20 -oeillets oeillet nom m p 3.53 6.08 3.13 3.99 -oeillette oeillette nom f s 0.00 0.14 0.00 0.14 -oeillère oeillère nom f s 0.44 1.82 0.00 0.07 -oeillères oeillère nom f p 0.44 1.82 0.44 1.76 -oeil_de_boeuf oeil_de_boeuf nom m p 0.00 0.95 0.00 0.47 -oeil_de_perdrix oeil_de_perdrix nom m p 0.00 0.14 0.00 0.14 -oeils oeil nom m p 413.04 1234.59 0.01 0.41 -oenologie oenologie nom f s 0.01 0.00 0.01 0.00 -oenologique oenologique adj f s 0.00 0.07 0.00 0.07 -oenologues oenologue nom p 0.00 0.14 0.00 0.14 -oenophile oenophile adj s 0.00 0.07 0.00 0.07 -oenothera oenothera nom m s 0.01 0.00 0.01 0.00 -oenothère oenothère nom m s 0.00 0.07 0.00 0.07 -oesophage oesophage nom m s 0.48 1.22 0.48 1.08 -oesophages oesophage nom m p 0.48 1.22 0.00 0.14 -oesophagien oesophagien adj m s 0.06 0.00 0.02 0.00 -oesophagienne oesophagien adj f s 0.06 0.00 0.01 0.00 -oesophagiennes oesophagien adj f p 0.06 0.00 0.03 0.00 -oestrogène oestrogène nom m s 0.28 0.14 0.04 0.00 -oestrogènes oestrogène nom m p 0.28 0.14 0.24 0.14 -oeuf oeuf nom m s 39.40 50.14 13.53 20.34 -oeufs oeuf nom m p 39.40 50.14 25.88 29.80 -oeuvraient oeuvrer ver 2.08 4.26 0.00 0.20 ind:imp:3p; -oeuvrait oeuvrer ver 2.08 4.26 0.14 0.61 ind:imp:3s; -oeuvrant oeuvrer ver 2.08 4.26 0.14 0.54 par:pre; -oeuvre oeuvre nom s 30.10 92.23 23.38 68.11 -oeuvrent oeuvrer ver 2.08 4.26 0.16 0.20 ind:pre:3p; -oeuvrer oeuvrer ver 2.08 4.26 0.41 1.01 inf; -oeuvrera oeuvrer ver 2.08 4.26 0.03 0.00 ind:fut:3s; -oeuvres oeuvre nom p 30.10 92.23 6.72 24.12 -oeuvrette oeuvrette nom f s 0.00 0.20 0.00 0.07 -oeuvrettes oeuvrette nom f p 0.00 0.20 0.00 0.14 -oeuvrez oeuvrer ver 2.08 4.26 0.03 0.00 imp:pre:2p; -oeuvrions oeuvrer ver 2.08 4.26 0.00 0.07 ind:imp:1p; -oeuvré oeuvrer ver m s 2.08 4.26 0.11 0.74 par:pas; -off_shore off_shore nom m s 0.07 0.00 0.07 0.00 -off off adj 3.27 0.54 3.27 0.54 -offensa offenser ver 15.78 6.35 0.03 0.07 ind:pas:3s; -offensaient offenser ver 15.78 6.35 0.00 0.20 ind:imp:3p; -offensais offenser ver 15.78 6.35 0.00 0.07 ind:imp:1s; -offensait offenser ver 15.78 6.35 0.13 0.54 ind:imp:3s; -offensant offensant adj m s 0.93 1.01 0.82 0.34 -offensante offensant adj f s 0.93 1.01 0.07 0.41 -offensantes offensant adj f p 0.93 1.01 0.01 0.07 -offensants offensant adj m p 0.93 1.01 0.02 0.20 -offense offense nom f s 7.45 3.24 5.41 2.03 -offensent offenser ver 15.78 6.35 0.34 0.34 ind:pre:3p; -offenser offenser ver 15.78 6.35 6.59 1.76 inf; -offensera offenser ver 15.78 6.35 0.04 0.00 ind:fut:3s; -offenserai offenser ver 15.78 6.35 0.01 0.07 ind:fut:1s; -offenseraient offenser ver 15.78 6.35 0.11 0.14 cnd:pre:3p; -offenserais offenser ver 15.78 6.35 0.02 0.07 cnd:pre:1s;cnd:pre:2s; -offenserez offenser ver 15.78 6.35 0.01 0.00 ind:fut:2p; -offenseront offenser ver 15.78 6.35 0.01 0.00 ind:fut:3p; -offenses offense nom f p 7.45 3.24 2.04 1.22 -offenseur offenseur nom m s 0.66 0.14 0.55 0.14 -offenseurs offenseur nom m p 0.66 0.14 0.11 0.00 -offensez offenser ver 15.78 6.35 0.64 0.07 imp:pre:2p;ind:pre:2p; -offensif offensif adj m s 0.85 2.36 0.32 0.61 -offensifs offensif adj m p 0.85 2.36 0.07 0.07 -offensive offensive nom f s 3.12 12.30 2.91 11.96 -offensives offensive nom f p 3.12 12.30 0.21 0.34 -offensons offenser ver 15.78 6.35 0.00 0.07 ind:pre:1p; -offensèrent offenser ver 15.78 6.35 0.00 0.07 ind:pas:3p; -offensé offenser ver m s 15.78 6.35 4.09 1.55 par:pas; -offensée offenser ver f s 15.78 6.35 0.97 0.47 par:pas; -offensées offensé adj f p 2.19 2.09 0.17 0.14 -offensés offenser ver m p 15.78 6.35 1.15 0.14 par:pas; -offert offrir ver m s 177.80 213.99 34.01 28.51 par:pas; -offerte offrir ver f s 177.80 213.99 5.08 12.03 par:pas; -offertes offrir ver f p 177.80 213.99 0.93 3.85 par:pas; -offertoire offertoire nom m s 0.00 0.34 0.00 0.34 -offerts offrir ver m p 177.80 213.99 1.41 3.45 par:pas; -office office nom s 6.37 25.00 6.13 21.28 -offices office nom m p 6.37 25.00 0.25 3.72 -officiaient officier ver 7.15 6.69 0.00 0.41 ind:imp:3p; -officiais officier ver 7.15 6.69 0.00 0.14 ind:imp:1s; -officiait officier ver 7.15 6.69 0.05 1.08 ind:imp:3s; -official official nom m s 0.03 0.00 0.03 0.00 -officialisait officialiser ver 0.23 0.07 0.00 0.07 ind:imp:3s; -officialise officialiser ver 0.23 0.07 0.03 0.00 ind:pre:1s;ind:pre:3s; -officialiser officialiser ver 0.23 0.07 0.14 0.00 inf; -officialisez officialiser ver 0.23 0.07 0.01 0.00 imp:pre:2p; -officialisé officialiser ver m s 0.23 0.07 0.04 0.00 par:pas; -officialité officialité nom f s 0.00 0.20 0.00 0.20 -officiant officiant nom m s 0.21 1.62 0.21 1.08 -officiants officiant adj m p 0.01 0.20 0.01 0.07 -officie officier ver 7.15 6.69 0.08 0.61 ind:pre:1s;ind:pre:3s; -officiel officiel adj m s 21.36 32.84 9.54 11.89 -officielle officiel adj f s 21.36 32.84 8.45 12.09 -officiellement officiellement adv 10.41 7.36 10.41 7.36 -officielles officiel adj f p 21.36 32.84 1.59 4.05 -officiels officiel adj m p 21.36 32.84 1.78 4.80 -officient officier ver 7.15 6.69 0.01 0.07 ind:pre:3p; -officier officier nom m s 55.35 79.05 35.47 35.68 -officiers officier nom m p 55.35 79.05 19.87 43.38 -officieuse officielle adj f s 0.53 0.47 0.38 0.20 -officieusement officieusement adv 1.13 0.54 1.13 0.54 -officieuses officielle adj f p 0.53 0.47 0.15 0.27 -officieux officieux adj m 0.92 0.88 0.92 0.88 -officiez officier ver 7.15 6.69 0.02 0.00 ind:pre:2p; -officine officine nom f s 0.17 2.64 0.17 1.96 -officines officine nom f p 0.17 2.64 0.00 0.68 -officions officier ver 7.15 6.69 0.01 0.00 ind:pre:1p; -officière officier nom f s 55.35 79.05 0.01 0.00 -officié officier ver m s 7.15 6.69 0.05 0.00 par:pas; -offrît offrir ver 177.80 213.99 0.00 0.47 sub:imp:3s; -offraient offrir ver 177.80 213.99 0.71 8.38 ind:imp:3p; -offrais offrir ver 177.80 213.99 0.81 1.96 ind:imp:1s;ind:imp:2s; -offrait offrir ver 177.80 213.99 2.96 31.76 ind:imp:3s; -offrande offrande nom f s 4.54 6.89 3.97 4.53 -offrandes offrande nom f p 4.54 6.89 0.57 2.36 -offrant offrir ver 177.80 213.99 2.13 10.54 par:pre; -offrante offrant adj f s 1.09 0.47 0.01 0.00 -offrantes offrant adj f p 1.09 0.47 0.00 0.07 -offrants offrant adj m p 1.09 0.47 0.02 0.00 -offre offrir ver 177.80 213.99 51.81 29.80 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:1s;sub:pre:3s; -offrent offrir ver 177.80 213.99 4.29 4.53 ind:pre:3p; -offres offrir ver 177.80 213.99 4.78 0.68 ind:pre:2s;sub:pre:2s; -offrez offrir ver 177.80 213.99 5.50 1.01 imp:pre:2p;ind:pre:2p; -offriez offrir ver 177.80 213.99 0.26 0.14 ind:imp:2p; -offrions offrir ver 177.80 213.99 0.07 0.34 ind:imp:1p; -offrir offrir ver 177.80 213.99 52.06 50.34 inf;; -offrira offrir ver 177.80 213.99 1.15 1.15 ind:fut:3s; -offrirai offrir ver 177.80 213.99 1.92 0.81 ind:fut:1s; -offriraient offrir ver 177.80 213.99 0.02 0.54 cnd:pre:3p; -offrirais offrir ver 177.80 213.99 1.23 0.34 cnd:pre:1s;cnd:pre:2s; -offrirait offrir ver 177.80 213.99 0.70 2.43 cnd:pre:3s; -offriras offrir ver 177.80 213.99 0.73 0.00 ind:fut:2s; -offrirent offrir ver 177.80 213.99 0.02 1.35 ind:pas:3p; -offrirez offrir ver 177.80 213.99 0.13 0.20 ind:fut:2p; -offririez offrir ver 177.80 213.99 0.06 0.07 cnd:pre:2p; -offrirons offrir ver 177.80 213.99 0.37 0.07 ind:fut:1p; -offriront offrir ver 177.80 213.99 0.24 0.27 ind:fut:3p; -offris offrir ver 177.80 213.99 0.06 1.69 ind:pas:1s; -offrit offrir ver 177.80 213.99 1.55 16.55 ind:pas:3s; -offrons offrir ver 177.80 213.99 2.81 0.74 imp:pre:1p;ind:pre:1p; -offset offset nom s 0.01 0.20 0.01 0.20 -offshore offshore adj 0.43 0.00 0.43 0.00 -offuscation offuscation nom f s 0.00 0.14 0.00 0.07 -offuscations offuscation nom f p 0.00 0.14 0.00 0.07 -offusqua offusquer ver 1.04 4.93 0.01 0.47 ind:pas:3s; -offusquaient offusquer ver 1.04 4.93 0.00 0.41 ind:imp:3p; -offusquais offusquer ver 1.04 4.93 0.01 0.07 ind:imp:1s; -offusquait offusquer ver 1.04 4.93 0.01 0.68 ind:imp:3s; -offusquant offusquant adj m s 0.03 0.07 0.03 0.07 -offusque offusquer ver 1.04 4.93 0.30 0.61 imp:pre:2s;ind:pre:1s;ind:pre:3s; -offusquent offusquer ver 1.04 4.93 0.01 0.20 ind:pre:3p; -offusquer offusquer ver 1.04 4.93 0.23 0.74 inf; -offusquerai offusquer ver 1.04 4.93 0.04 0.00 ind:fut:1s; -offusquerait offusquer ver 1.04 4.93 0.01 0.00 cnd:pre:3s; -offusquerez offusquer ver 1.04 4.93 0.01 0.00 ind:fut:2p; -offusques offusquer ver 1.04 4.93 0.00 0.07 ind:pre:2s; -offusquât offusquer ver 1.04 4.93 0.00 0.07 sub:imp:3s; -offusquèrent offusquer ver 1.04 4.93 0.00 0.14 ind:pas:3p; -offusqué offusquer ver m s 1.04 4.93 0.27 0.34 par:pas; -offusquée offusquer ver f s 1.04 4.93 0.12 0.61 par:pas; -offusquées offusquer ver f p 1.04 4.93 0.00 0.14 par:pas; -offusqués offusquer ver m p 1.04 4.93 0.00 0.20 par:pas; -oflag oflag nom m s 0.00 0.27 0.00 0.20 -oflags oflag nom m p 0.00 0.27 0.00 0.07 -âge âge nom m s 152.59 217.43 150.45 205.27 -âges âge nom m p 152.59 217.43 2.13 12.16 -âgisme âgisme nom m s 0.02 0.00 0.02 0.00 -ogival ogival adj m s 0.00 0.41 0.00 0.41 -ogive ogive nom f s 2.35 3.45 1.40 1.69 -ogives ogive nom f p 2.35 3.45 0.95 1.76 -ognons ognon nom m p 0.11 0.00 0.11 0.00 -ogre ogre nom m s 2.83 5.95 2.52 4.66 -ogres ogre nom m p 2.83 5.95 0.30 1.28 -ogresse ogresse nom f s 0.31 1.89 0.31 1.55 -ogresses ogresse nom f p 0.31 1.89 0.00 0.34 -âgé âgé adj m s 19.81 30.74 7.67 14.39 -âgée âgé adj f s 19.81 30.74 7.75 8.92 -âgées âgé adj f p 19.81 30.74 1.91 1.69 -âgés âgé adj m p 19.81 30.74 2.48 5.74 -oh oh ono 897.52 197.09 897.52 197.09 -ohms ohm nom m p 0.02 0.14 0.02 0.14 -ohé ohé ono 5.24 1.28 5.24 1.28 -oie oie nom f s 9.15 9.32 5.42 5.20 -oies oie nom f p 9.15 9.32 3.73 4.12 -oignait oindre ver 0.56 1.62 0.00 0.14 ind:imp:3s; -oignant oindre ver 0.56 1.62 0.00 0.07 par:pre; -oigne oindre ver 0.56 1.62 0.14 0.07 sub:pre:1s;sub:pre:3s; -oignes oindre ver 0.56 1.62 0.00 0.20 sub:pre:2s; -oignez oindre ver 0.56 1.62 0.03 0.00 imp:pre:2p; -oignit oindre ver 0.56 1.62 0.00 0.07 ind:pas:3s; -oignon oignon nom m s 19.98 15.54 4.35 5.34 -oignons oignon nom m p 19.98 15.54 15.63 10.20 -oille oille nom f s 0.00 0.07 0.00 0.07 -oindra oindre ver 0.56 1.62 0.00 0.07 ind:fut:3s; -oindre oindre ver 0.56 1.62 0.12 0.20 inf; -oing oing nom m s 0.00 0.07 0.00 0.07 -oins oindre ver 0.56 1.62 0.16 0.07 ind:pre:1s;ind:pre:2s; -oint oint nom m s 0.10 0.27 0.10 0.14 -ointe oindre ver f s 0.56 1.62 0.00 0.20 par:pas; -ointes oindre ver f p 0.56 1.62 0.00 0.27 par:pas; -oints oint nom m p 0.10 0.27 0.00 0.14 -ois ouïr ver 5.72 3.78 1.16 0.07 imp:pre:2s;ind:pre:1s;ind:pre:2s; -oiseau_clé oiseau_clé nom m s 0.01 0.00 0.01 0.00 -oiseau_lyre oiseau_lyre nom m s 0.00 0.07 0.00 0.07 -oiseau_mouche oiseau_mouche nom m s 0.10 0.27 0.08 0.14 -oiseau_vedette oiseau_vedette nom m s 0.01 0.00 0.01 0.00 -oiseau oiseau nom m s 77.73 113.04 43.78 47.97 -oiseau_mouche oiseau_mouche nom m p 0.10 0.27 0.01 0.14 -oiseaux oiseau nom m p 77.73 113.04 33.96 65.07 -oiselet oiselet nom m s 0.13 0.54 0.12 0.34 -oiselets oiselet nom m p 0.13 0.54 0.01 0.20 -oiseleur oiseleur nom m s 0.07 0.54 0.06 0.47 -oiseleurs oiseleur nom m p 0.07 0.54 0.01 0.07 -oiselez oiseler ver 0.00 0.07 0.00 0.07 imp:pre:2p; -oiselier oiselier nom m s 0.01 0.20 0.00 0.07 -oiseliers oiselier nom m p 0.01 0.20 0.01 0.07 -oiselière oiselier nom f s 0.01 0.20 0.00 0.07 -oiselle oiselle nom f s 0.08 0.41 0.06 0.34 -oisellerie oisellerie nom f s 0.04 0.00 0.04 0.00 -oiselles oiselle nom f p 0.08 0.41 0.02 0.07 -oiseuse oiseux adj f s 0.28 2.36 0.01 0.47 -oiseuses oiseux adj f p 0.28 2.36 0.13 1.01 -oiseux oiseux adj m 0.28 2.36 0.14 0.88 -oisif oisif adj m s 0.85 2.03 0.36 0.41 -oisifs oisif nom m p 0.10 1.28 0.06 1.01 -oisillon oisillon nom m s 0.46 1.22 0.30 0.68 -oisillons oisillon nom m p 0.46 1.22 0.15 0.54 -oisive oisif adj f s 0.85 2.03 0.35 0.95 -oisivement oisivement adv 0.02 0.00 0.02 0.00 -oisives oisif adj f p 0.85 2.03 0.08 0.20 -oisiveté oisiveté nom f s 0.59 3.65 0.59 3.65 -oison oison nom m s 0.02 0.07 0.02 0.00 -oisons oison nom m p 0.02 0.07 0.00 0.07 -oit ouïr ver 5.72 3.78 0.13 0.00 ind:pre:3s; -ok ok adj_sup 234.89 1.15 234.89 1.15 -oka oka nom m s 0.00 0.07 0.00 0.07 -okapi okapi nom m s 0.08 0.00 0.08 0.00 -okoumé okoumé nom m s 0.00 0.14 0.00 0.14 -ola ola nom f s 1.31 0.00 1.31 0.00 -olfactif olfactif adj m s 0.47 1.01 0.11 0.54 -olfactifs olfactif adj m p 0.47 1.01 0.03 0.07 -olfactive olfactif adj f s 0.47 1.01 0.06 0.27 -olfactives olfactif adj f p 0.47 1.01 0.28 0.14 -olfactomètre olfactomètre nom m s 0.00 0.07 0.00 0.07 -olibrius olibrius nom m 0.03 0.20 0.03 0.20 -olifant olifant nom m s 0.14 0.41 0.14 0.41 -oligarchie oligarchie nom f s 0.12 0.07 0.12 0.07 -oligo_élément oligo_élément nom m p 0.00 0.14 0.00 0.14 -olivaies olivaie nom f p 0.00 0.07 0.00 0.07 -olive olive nom f s 5.42 8.85 2.54 4.12 -oliver oliver nom m s 0.06 0.00 0.06 0.00 -oliveraie oliveraie nom f s 1.08 0.47 1.08 0.07 -oliveraies oliveraie nom f p 1.08 0.47 0.00 0.41 -olives olive nom f p 5.42 8.85 2.88 4.73 -olivette olivette nom f s 0.00 0.68 0.00 0.07 -olivettes olivette nom f p 0.00 0.68 0.00 0.61 -olivier olivier nom m s 2.09 12.84 0.77 4.19 -oliviers olivier nom m p 2.09 12.84 1.32 8.65 -olivine olivine nom f s 0.05 0.00 0.05 0.00 -olivâtre olivâtre adj s 0.00 1.15 0.00 0.81 -olivâtres olivâtre adj f p 0.00 1.15 0.00 0.34 -olla_podrida olla_podrida nom f 0.00 0.07 0.00 0.07 -ollé ollé ono 0.02 0.00 0.02 0.00 -olmèque olmèque adj s 0.01 0.00 0.01 0.00 -olmèques olmèque nom p 0.00 0.07 0.00 0.07 -olographe olographe adj m s 0.00 0.14 0.00 0.14 -olé_olé olé_olé adj m p 0.00 0.14 0.00 0.14 -olé olé ono 2.37 0.47 2.37 0.47 -oléagineux oléagineux nom m 0.00 0.07 0.00 0.07 -olécrane olécrane nom m s 0.01 0.00 0.01 0.00 -olécrâne olécrâne nom m s 0.00 0.07 0.00 0.07 -oléfine oléfine nom f s 0.03 0.00 0.03 0.00 -oléiculteurs oléiculteur nom m p 0.00 0.07 0.00 0.07 -oléine oléine nom f s 0.00 0.07 0.00 0.07 -oléoduc oléoduc nom m s 0.31 0.07 0.26 0.00 -oléoducs oléoduc nom m p 0.31 0.07 0.05 0.07 -olympe olympe nom m s 0.01 0.20 0.01 0.14 -olympes olympe nom m p 0.01 0.20 0.00 0.07 -olympiade olympiade nom f s 0.36 0.20 0.10 0.07 -olympiades olympiade nom f p 0.36 0.20 0.26 0.14 -olympien olympien adj m s 0.08 2.03 0.07 1.35 -olympienne olympien adj f s 0.08 2.03 0.00 0.54 -olympiens olympien adj m p 0.08 2.03 0.01 0.14 -olympique olympique adj s 3.62 1.69 1.68 1.28 -olympiques olympique adj p 3.62 1.69 1.94 0.41 -omît omettre ver 2.73 6.42 0.00 0.07 sub:imp:3s; -omani omani adj m s 0.01 0.00 0.01 0.00 -ombelle ombelle nom f s 0.01 0.74 0.00 0.07 -ombelles ombelle nom f p 0.01 0.74 0.01 0.68 -ombellifères ombellifère nom f p 0.00 0.20 0.00 0.20 -ombilic ombilic nom m s 0.07 0.20 0.07 0.20 -ombilical ombilical adj m s 0.78 1.89 0.57 1.76 -ombilicale ombilical adj f s 0.78 1.89 0.19 0.00 -ombilicaux ombilical adj m p 0.78 1.89 0.02 0.14 -omble omble nom m s 0.03 0.14 0.01 0.07 -ombles omble nom m p 0.03 0.14 0.02 0.07 -ombra ombrer ver 0.54 2.50 0.00 0.07 ind:pas:3s; -ombrage ombrage nom m s 0.57 2.64 0.46 1.28 -ombragea ombrager ver 0.03 2.77 0.00 0.07 ind:pas:3s; -ombrageaient ombrager ver 0.03 2.77 0.00 0.20 ind:imp:3p; -ombrageait ombrager ver 0.03 2.77 0.00 0.27 ind:imp:3s; -ombragent ombrager ver 0.03 2.77 0.00 0.27 ind:pre:3p; -ombrager ombrager ver 0.03 2.77 0.00 0.20 inf; -ombrages ombrage nom m p 0.57 2.64 0.11 1.35 -ombrageuse ombrageux adj f s 0.45 2.84 0.14 0.81 -ombrageusement ombrageusement adv 0.00 0.07 0.00 0.07 -ombrageuses ombrageux adj f p 0.45 2.84 0.00 0.14 -ombrageux ombrageux adj m 0.45 2.84 0.31 1.89 -ombragé ombragé adj m s 0.17 0.95 0.13 0.68 -ombragée ombragé adj f s 0.17 0.95 0.01 0.20 -ombragées ombrager ver f p 0.03 2.77 0.00 0.27 par:pas; -ombragés ombragé adj m p 0.17 0.95 0.03 0.00 -ombraient ombrer ver 0.54 2.50 0.00 0.07 ind:imp:3p; -ombrait ombrer ver 0.54 2.50 0.00 0.20 ind:imp:3s; -ombrant ombrer ver 0.54 2.50 0.00 0.14 par:pre; -ombre ombre nom s 45.67 233.45 35.98 190.61 -ombrelle ombrelle nom f s 0.97 4.80 0.86 3.72 -ombrelles ombrelle nom f p 0.97 4.80 0.11 1.08 -ombrer ombrer ver 0.54 2.50 0.13 0.20 inf; -ombres ombre nom p 45.67 233.45 9.70 42.84 -ombreuse ombreux adj f s 0.00 2.43 0.00 0.68 -ombreuses ombreux adj f p 0.00 2.43 0.00 0.95 -ombreux ombreux adj m 0.00 2.43 0.00 0.81 -ombré ombrer ver m s 0.54 2.50 0.01 0.34 par:pas; -ombrée ombrer ver f s 0.54 2.50 0.00 0.27 par:pas; -ombrées ombrée nom f p 0.54 0.07 0.54 0.00 -ombrés ombrer ver m p 0.54 2.50 0.00 0.47 par:pas; -âme_soeur âme_soeur nom f s 0.04 0.14 0.04 0.14 -âme âme nom f s 141.59 151.62 122.22 129.53 -omelette omelette nom f s 6.87 6.42 6.42 5.14 -omelettes omelette nom f p 6.87 6.42 0.45 1.28 -omerta omerta nom f s 0.14 0.14 0.14 0.14 -âmes âme nom f p 141.59 151.62 19.37 22.09 -omet omettre ver 2.73 6.42 0.13 0.20 ind:pre:3s; -omets omettre ver 2.73 6.42 0.04 0.07 imp:pre:2s;ind:pre:1s;ind:pre:2s; -omettaient omettre ver 2.73 6.42 0.00 0.07 ind:imp:3p; -omettais omettre ver 2.73 6.42 0.00 0.07 ind:imp:1s; -omettait omettre ver 2.73 6.42 0.00 0.27 ind:imp:3s; -omettant omettre ver 2.73 6.42 0.10 0.54 par:pre; -omette omettre ver 2.73 6.42 0.00 0.07 sub:pre:3s; -omettent omettre ver 2.73 6.42 0.01 0.20 ind:pre:3p; -omettez omettre ver 2.73 6.42 0.24 0.00 imp:pre:2p;ind:pre:2p; -omettiez omettre ver 2.73 6.42 0.01 0.07 ind:imp:2p; -omettrai omettre ver 2.73 6.42 0.03 0.07 ind:fut:1s; -omettre omettre ver 2.73 6.42 0.35 0.74 inf; -omettrez omettre ver 2.73 6.42 0.01 0.00 ind:fut:2p; -omicron omicron nom m s 0.12 0.07 0.12 0.07 -omis omettre ver m 2.73 6.42 1.74 3.58 par:pas; -omise omettre ver f s 2.73 6.42 0.04 0.14 par:pas; -omises omettre ver f p 2.73 6.42 0.03 0.07 par:pas; -omission omission nom f s 1.02 2.09 0.78 1.76 -omissions omission nom f p 1.02 2.09 0.25 0.34 -omit omettre ver 2.73 6.42 0.00 0.20 ind:pas:3s; -omni omni adv 0.21 0.27 0.21 0.27 -omnibus omnibus nom m 0.37 1.28 0.37 1.28 -omnidirectionnel omnidirectionnel adj m s 0.03 0.00 0.02 0.00 -omnidirectionnelle omnidirectionnel adj f s 0.03 0.00 0.01 0.00 -omnipotence omnipotence nom f s 0.16 0.74 0.16 0.74 -omnipotent omnipotent adj m s 0.16 1.28 0.14 0.54 -omnipotente omnipotent adj f s 0.16 1.28 0.01 0.74 -omnipotentes omnipotent adj f p 0.16 1.28 0.01 0.00 -omniprésence omniprésence nom f s 0.11 0.34 0.11 0.34 -omniprésent omniprésent adj m s 0.69 2.16 0.53 0.81 -omniprésente omniprésent adj f s 0.69 2.16 0.08 1.08 -omniprésentes omniprésent adj f p 0.69 2.16 0.03 0.20 -omniprésents omniprésent adj m p 0.69 2.16 0.06 0.07 -omnipuissance omnipuissance nom f s 0.00 0.07 0.00 0.07 -omniscience omniscience nom f s 0.09 0.00 0.09 0.00 -omniscient omniscient adj m s 0.33 0.47 0.14 0.34 -omnisciente omniscient adj f s 0.33 0.47 0.05 0.07 -omniscients omniscient adj m p 0.33 0.47 0.14 0.07 -omnisports omnisports adj m s 0.01 1.28 0.01 1.28 -omnium omnium nom m s 0.00 0.20 0.00 0.20 -omnivore omnivore adj m s 0.16 0.14 0.02 0.07 -omnivores omnivore adj f p 0.16 0.14 0.14 0.07 -omoplate omoplate nom f s 0.66 5.74 0.48 1.55 -omoplates omoplate nom f p 0.66 5.74 0.18 4.19 -omphalos omphalos nom m 0.00 0.07 0.00 0.07 -oméga oméga nom m s 0.88 0.88 0.88 0.88 -on_dit on_dit nom m 0.14 0.81 0.14 0.81 -on_line on_line adv 0.07 0.00 0.07 0.00 -on on pro_per s 8586.40 4838.38 8586.40 4838.38 -onagre onagre nom s 0.00 0.14 0.00 0.14 -onanisme onanisme nom m s 0.10 0.47 0.10 0.41 -onanismes onanisme nom m p 0.10 0.47 0.00 0.07 -onaniste onaniste nom s 0.02 0.14 0.02 0.14 -onc onc adv 0.03 0.14 0.03 0.14 -once once nom f s 4.66 1.89 3.77 1.76 -onces once nom f p 4.66 1.89 0.89 0.14 -oncle oncle nom m s 126.71 127.70 124.11 121.96 -oncles oncle nom m p 126.71 127.70 2.60 5.74 -oncologie oncologie nom f s 0.35 0.00 0.35 0.00 -oncologique oncologique adj f s 0.01 0.00 0.01 0.00 -oncologue oncologue nom s 0.22 0.00 0.21 0.00 -oncologues oncologue nom p 0.22 0.00 0.01 0.00 -onction onction nom f s 0.28 1.28 0.28 1.15 -onctions onction nom f p 0.28 1.28 0.00 0.14 -onctueuse onctueux adj f s 0.24 4.73 0.17 1.96 -onctueusement onctueusement adv 0.00 0.07 0.00 0.07 -onctueuses onctueux adj f p 0.24 4.73 0.00 0.27 -onctueux onctueux adj m 0.24 4.73 0.07 2.50 -onctuosité onctuosité nom f s 0.01 0.61 0.01 0.61 -ondatra ondatra nom m s 0.02 0.00 0.02 0.00 -onde onde nom f s 11.91 17.70 4.39 6.01 -onder onder ver 0.01 0.00 0.01 0.00 inf; -ondes onde nom f p 11.91 17.70 7.52 11.69 -ondin ondin nom m s 0.20 0.81 0.00 0.20 -ondine ondin nom f s 0.20 0.81 0.20 0.34 -ondines ondine nom f p 0.01 0.00 0.01 0.00 -ondins ondin nom m p 0.20 0.81 0.00 0.20 -ondoie ondoyer ver 0.01 2.84 0.00 0.07 ind:pre:1s; -ondoiement ondoiement nom m s 0.00 0.54 0.00 0.47 -ondoiements ondoiement nom m p 0.00 0.54 0.00 0.07 -ondoient ondoyer ver 0.01 2.84 0.00 0.14 ind:pre:3p; -ondoyaient ondoyer ver 0.01 2.84 0.00 0.47 ind:imp:3p; -ondoyait ondoyer ver 0.01 2.84 0.00 0.54 ind:imp:3s; -ondoyant ondoyer ver 0.01 2.84 0.01 0.95 par:pre; -ondoyante ondoyant adj f s 0.10 1.15 0.10 0.47 -ondoyantes ondoyant adj f p 0.10 1.15 0.00 0.14 -ondoyants ondoyant adj m p 0.10 1.15 0.00 0.27 -ondoyer ondoyer ver 0.01 2.84 0.00 0.47 inf; -ondoyons ondoyer ver 0.01 2.84 0.00 0.07 imp:pre:1p; -ondoyé ondoyer ver m s 0.01 2.84 0.00 0.14 par:pas; -ondée ondée adj f s 0.01 0.07 0.01 0.00 -ondées ondée nom f p 0.16 2.30 0.16 0.47 -ondula onduler ver 1.28 12.03 0.00 0.47 ind:pas:3s; -ondulaient onduler ver 1.28 12.03 0.14 0.81 ind:imp:3p; -ondulait onduler ver 1.28 12.03 0.11 2.64 ind:imp:3s; -ondulant onduler ver 1.28 12.03 0.24 1.96 par:pre; -ondulante ondulant adj f s 0.20 1.55 0.17 0.95 -ondulantes ondulant adj f p 0.20 1.55 0.01 0.20 -ondulants ondulant adj m p 0.20 1.55 0.01 0.14 -ondulation ondulation nom f s 0.26 6.01 0.05 2.03 -ondulations ondulation nom f p 0.26 6.01 0.21 3.99 -ondulatoire ondulatoire adj s 0.01 0.34 0.00 0.27 -ondulatoires ondulatoire adj m p 0.01 0.34 0.01 0.07 -ondule onduler ver 1.28 12.03 0.27 1.55 imp:pre:2s;ind:pre:1s;ind:pre:3s; -ondulent onduler ver 1.28 12.03 0.23 1.01 ind:pre:3p; -onduler onduler ver 1.28 12.03 0.23 2.09 inf; -ondulerait onduler ver 1.28 12.03 0.00 0.07 cnd:pre:3s; -onduleuse onduleux adj f s 0.00 1.62 0.00 0.68 -onduleuses onduleux adj f p 0.00 1.62 0.00 0.34 -onduleux onduleux adj m s 0.00 1.62 0.00 0.61 -ondulons onduler ver 1.28 12.03 0.00 0.07 ind:pre:1p; -ondulèrent onduler ver 1.28 12.03 0.00 0.07 ind:pas:3p; -ondulé ondulé adj m s 0.73 4.59 0.04 0.95 -ondulée ondulé adj f s 0.73 4.59 0.38 2.03 -ondulées ondulé adj f p 0.73 4.59 0.02 0.41 -ondulés ondulé adj m p 0.73 4.59 0.29 1.22 -ondés ondé adj m p 0.00 0.14 0.00 0.14 -one_step one_step nom m s 0.00 0.20 0.00 0.20 -âne âne nom m s 14.19 18.58 12.33 14.32 -ânerie ânerie nom f s 1.96 2.70 0.32 0.81 -âneries ânerie nom f p 1.96 2.70 1.64 1.89 -ânes âne nom m p 14.19 18.58 1.86 4.26 -ânesse ânesse nom f s 0.90 0.41 0.90 0.20 -ânesses ânesse nom f p 0.90 0.41 0.00 0.20 -ongle ongle nom m s 20.37 45.47 2.35 10.14 -ongles ongle nom m p 20.37 45.47 18.02 35.34 -onglet onglet nom m s 0.67 0.34 0.52 0.14 -onglets onglet nom m p 0.67 0.34 0.14 0.20 -onglon onglon nom m s 0.00 0.07 0.00 0.07 -onglée onglée adj f s 0.01 0.00 0.01 0.00 -onguent onguent nom m s 0.93 1.82 0.79 0.54 -onguents onguent nom m p 0.93 1.82 0.14 1.28 -ongulé ongulé nom m s 0.09 0.00 0.08 0.00 -ongulés ongulé nom m p 0.09 0.00 0.01 0.00 -ânier ânier nom m s 0.00 0.54 0.00 0.54 -onirique onirique adj s 0.17 0.41 0.04 0.34 -oniriques onirique adj p 0.17 0.41 0.13 0.07 -onirisme onirisme nom m s 0.14 0.00 0.14 0.00 -onirologie onirologie nom f s 0.00 0.07 0.00 0.07 -onomatopée onomatopée nom f s 0.05 2.03 0.03 0.74 -onomatopées onomatopée nom f p 0.05 2.03 0.02 1.28 -onomatopéique onomatopéique adj s 0.40 0.00 0.40 0.00 -ânon ânon nom m s 0.17 0.47 0.16 0.41 -ânonna ânonner ver 0.16 2.50 0.00 0.27 ind:pas:3s; -ânonnaient ânonner ver 0.16 2.50 0.00 0.14 ind:imp:3p; -ânonnait ânonner ver 0.16 2.50 0.14 0.68 ind:imp:3s; -ânonnant ânonner ver 0.16 2.50 0.00 0.47 par:pre; -ânonne ânonner ver 0.16 2.50 0.00 0.27 ind:pre:1s;ind:pre:3s; -ânonnement ânonnement nom m s 0.00 0.14 0.00 0.07 -ânonnements ânonnement nom m p 0.00 0.14 0.00 0.07 -ânonner ânonner ver 0.16 2.50 0.02 0.54 inf; -ânonnions ânonner ver 0.16 2.50 0.00 0.07 ind:imp:1p; -ânonnés ânonner ver m p 0.16 2.50 0.00 0.07 par:pas; -ânons ânon nom m p 0.17 0.47 0.01 0.07 -onopordons onopordon nom m p 0.00 0.07 0.00 0.07 -ont avoir aux 18559.23 12800.81 1063.32 553.31 ind:pre:3p; -onto onto adv 0.05 0.07 0.05 0.07 -ontologie ontologie nom f s 0.02 0.14 0.02 0.14 -ontologique ontologique adj s 0.04 0.34 0.04 0.34 -ontologiquement ontologiquement adv 0.02 0.00 0.02 0.00 -onéreuse onéreux adj f s 0.84 1.08 0.21 0.14 -onéreuses onéreux adj f p 0.84 1.08 0.04 0.27 -onéreux onéreux adj m 0.84 1.08 0.60 0.68 -onusienne onusien adj f s 0.03 0.07 0.02 0.00 -onusiennes onusien adj f p 0.03 0.07 0.01 0.00 -onusiens onusien adj m p 0.03 0.07 0.00 0.07 -onyx onyx nom m 0.34 0.61 0.34 0.61 -onze onze adj_num 11.27 38.85 11.27 38.85 -onzième onzième adj 0.34 1.49 0.34 1.49 -opacifiait opacifier ver 0.03 0.54 0.00 0.07 ind:imp:3s; -opacifiant opacifier ver 0.03 0.54 0.00 0.07 par:pre; -opacification opacification nom f s 0.01 0.00 0.01 0.00 -opacifie opacifier ver 0.03 0.54 0.00 0.20 ind:pre:1s;ind:pre:3s; -opacifient opacifier ver 0.03 0.54 0.01 0.07 ind:pre:3p; -opacifier opacifier ver 0.03 0.54 0.01 0.07 inf; -opacifié opacifier ver m s 0.03 0.54 0.00 0.07 par:pas; -opacité opacité nom f s 0.23 2.03 0.21 1.96 -opacités opacité nom f p 0.23 2.03 0.03 0.07 -opale opale nom f s 0.24 0.81 0.16 0.68 -opales opale nom f p 0.24 0.81 0.08 0.14 -opalescence opalescence nom f s 0.00 0.07 0.00 0.07 -opalescent opalescent adj m s 0.00 0.68 0.00 0.27 -opalescente opalescent adj f s 0.00 0.68 0.00 0.27 -opalescentes opalescent adj f p 0.00 0.68 0.00 0.14 -opalin opalin adj m s 0.02 0.74 0.00 0.41 -opaline opalin nom f s 0.02 1.35 0.02 1.28 -opalines opalin nom f p 0.02 1.35 0.00 0.07 -opalins opalin adj m p 0.02 0.74 0.01 0.14 -opaque opaque adj s 0.50 13.11 0.31 9.59 -opaques opaque adj p 0.50 13.11 0.19 3.51 -ope ope nom s 0.08 0.00 0.08 0.00 -open open adj 1.75 0.00 1.75 0.00 -opercule opercule nom m s 0.01 0.07 0.01 0.07 -ophidien ophidien nom m s 0.02 0.07 0.01 0.00 -ophidiens ophidien nom m p 0.02 0.07 0.01 0.07 -ophite ophite nom m s 0.00 0.07 0.00 0.07 -ophtalmique ophtalmique adj f s 0.01 0.00 0.01 0.00 -ophtalmologie ophtalmologie nom f s 0.09 0.07 0.09 0.07 -ophtalmologique ophtalmologique adj m s 0.02 0.00 0.02 0.00 -ophtalmologiste ophtalmologiste nom s 0.09 0.61 0.09 0.54 -ophtalmologistes ophtalmologiste nom p 0.09 0.61 0.00 0.07 -ophtalmologue ophtalmologue nom s 0.04 0.07 0.04 0.07 -ophtalmoscope ophtalmoscope nom m s 0.02 0.00 0.02 0.00 -opiacé opiacé nom m s 0.58 0.00 0.06 0.00 -opiacées opiacé adj f p 0.19 0.00 0.14 0.00 -opiacés opiacé nom m p 0.58 0.00 0.52 0.00 -opiat opiat nom m s 0.03 0.20 0.01 0.00 -opiats opiat nom m p 0.03 0.20 0.01 0.20 -opimes opimes adj f p 0.01 0.00 0.01 0.00 -opina opiner ver 0.38 4.46 0.10 0.95 ind:pas:3s; -opinai opiner ver 0.38 4.46 0.00 0.20 ind:pas:1s; -opinaient opiner ver 0.38 4.46 0.00 0.07 ind:imp:3p; -opinais opiner ver 0.38 4.46 0.00 0.14 ind:imp:1s; -opinait opiner ver 0.38 4.46 0.10 0.47 ind:imp:3s; -opinant opiner ver 0.38 4.46 0.00 0.14 par:pre; -opine opiner ver 0.38 4.46 0.02 1.69 imp:pre:2s;ind:pre:1s;ind:pre:3s; -opinel opinel nom m s 0.00 1.22 0.00 1.15 -opinels opinel nom m p 0.00 1.22 0.00 0.07 -opiner opiner ver 0.38 4.46 0.02 0.41 inf; -opines opiner ver 0.38 4.46 0.11 0.00 ind:pre:2s; -opinion opinion nom f s 33.89 44.66 28.43 33.24 -opinions opinion nom f p 33.89 44.66 5.47 11.42 -opiniâtra opiniâtrer ver 0.02 0.27 0.00 0.14 ind:pas:3s; -opiniâtre opiniâtre adj s 0.06 2.77 0.06 2.23 -opiniâtrement opiniâtrement adv 0.02 0.27 0.02 0.27 -opiniâtres opiniâtre adj p 0.06 2.77 0.00 0.54 -opiniâtreté opiniâtreté nom f s 0.01 1.76 0.01 1.76 -opiniâtrez opiniâtrer ver 0.02 0.27 0.00 0.07 ind:pre:2p; -opinèrent opiner ver 0.38 4.46 0.00 0.07 ind:pas:3p; -opiné opiner ver m s 0.38 4.46 0.01 0.34 par:pas; -opiomane opiomane adj f s 0.03 0.07 0.03 0.07 -opium opium nom m s 3.95 5.61 3.95 5.61 -opopanax opopanax nom m 0.00 0.07 0.00 0.07 -opoponax opoponax nom m 0.00 0.07 0.00 0.07 -opossum opossum nom m s 0.52 0.27 0.41 0.27 -opossums opossum nom m p 0.52 0.27 0.12 0.00 -opothérapiques opothérapique adj f p 0.00 0.07 0.00 0.07 -oppidum oppidum nom m s 0.00 0.27 0.00 0.27 -opportun opportun adj m s 1.68 2.57 1.45 1.89 -opportune opportun adj f s 1.68 2.57 0.08 0.54 -opportunes opportun adj f p 1.68 2.57 0.02 0.00 -opportunisme opportunisme nom m s 0.11 0.20 0.11 0.20 -opportuniste opportuniste adj s 0.44 0.47 0.38 0.34 -opportunistes opportuniste nom p 0.62 0.20 0.26 0.20 -opportunité opportunité nom f s 11.84 2.50 9.50 2.36 -opportunités opportunité nom f p 11.84 2.50 2.33 0.14 -opportuns opportun adj m p 1.68 2.57 0.14 0.14 -opportunément opportunément adv 0.07 0.68 0.07 0.68 -opposa opposer ver 18.20 46.01 0.12 2.30 ind:pas:3s; -opposable opposable adj m s 0.14 0.07 0.05 0.00 -opposables opposable adj p 0.14 0.07 0.09 0.07 -opposai opposer ver 18.20 46.01 0.00 0.34 ind:pas:1s; -opposaient opposer ver 18.20 46.01 0.07 2.23 ind:imp:3p; -opposais opposer ver 18.20 46.01 0.18 0.41 ind:imp:1s;ind:imp:2s; -opposait opposer ver 18.20 46.01 0.53 7.03 ind:imp:3s; -opposant opposer ver 18.20 46.01 0.35 1.69 par:pre; -opposante opposant nom f s 1.63 1.42 0.01 0.00 -opposants opposant nom m p 1.63 1.42 1.28 0.95 -oppose opposer ver 18.20 46.01 4.27 5.74 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -opposent opposer ver 18.20 46.01 0.85 1.89 ind:pre:3p; -opposer opposer ver 18.20 46.01 6.48 9.93 ind:pre:2p;inf; -opposera opposer ver 18.20 46.01 0.28 0.54 ind:fut:3s; -opposerai opposer ver 18.20 46.01 0.55 0.00 ind:fut:1s; -opposeraient opposer ver 18.20 46.01 0.01 0.47 cnd:pre:3p; -opposerais opposer ver 18.20 46.01 0.03 0.00 cnd:pre:1s;cnd:pre:2s; -opposerait opposer ver 18.20 46.01 0.15 0.34 cnd:pre:3s; -opposerez opposer ver 18.20 46.01 0.11 0.07 ind:fut:2p; -opposerions opposer ver 18.20 46.01 0.00 0.07 cnd:pre:1p; -opposerons opposer ver 18.20 46.01 0.14 0.07 ind:fut:1p; -opposeront opposer ver 18.20 46.01 0.28 0.00 ind:fut:3p; -opposes opposer ver 18.20 46.01 0.35 0.07 ind:pre:2s; -opposez opposer ver 18.20 46.01 0.29 0.20 imp:pre:2p;ind:pre:2p; -opposions opposer ver 18.20 46.01 0.02 0.27 ind:imp:1p; -opposition opposition nom f s 5.28 11.49 5.26 10.68 -oppositionnel oppositionnel adj m s 0.01 0.07 0.01 0.00 -oppositionnelle oppositionnel adj f s 0.01 0.07 0.00 0.07 -oppositions opposition nom f p 5.28 11.49 0.02 0.81 -opposons opposer ver 18.20 46.01 0.06 0.14 imp:pre:1p;ind:pre:1p; -opposât opposer ver 18.20 46.01 0.00 0.34 sub:imp:3s; -opposèrent opposer ver 18.20 46.01 0.03 0.61 ind:pas:3p; -opposé opposé nom m s 2.38 5.34 2.13 5.20 -opposée opposé adj f s 3.51 14.46 0.92 3.18 -opposées opposé adj f p 3.51 14.46 0.69 1.89 -opposés opposer ver m p 18.20 46.01 0.60 1.42 par:pas; -oppressa oppresser ver 1.11 4.80 0.00 0.07 ind:pas:3s; -oppressaient oppresser ver 1.11 4.80 0.10 0.34 ind:imp:3p; -oppressait oppresser ver 1.11 4.80 0.17 1.35 ind:imp:3s; -oppressant oppressant adj m s 1.01 3.38 0.38 1.49 -oppressante oppressant adj f s 1.01 3.38 0.61 1.55 -oppressantes oppressant adj f p 1.01 3.38 0.01 0.20 -oppressants oppressant adj m p 1.01 3.38 0.01 0.14 -oppresse oppresser ver 1.11 4.80 0.38 1.15 ind:pre:1s;ind:pre:3s; -oppressent oppresser ver 1.11 4.80 0.06 0.27 ind:pre:3p; -oppresser oppresser ver 1.11 4.80 0.14 0.07 inf; -oppresseur oppresseur nom m s 1.26 0.74 0.67 0.41 -oppresseurs oppresseur nom m p 1.26 0.74 0.59 0.34 -oppressif oppressif adj m s 0.06 0.14 0.04 0.07 -oppression oppression nom f s 2.25 6.82 2.17 6.69 -oppressions oppression nom f p 2.25 6.82 0.07 0.14 -oppressive oppressif adj f s 0.06 0.14 0.02 0.07 -oppressé oppresser ver m s 1.11 4.80 0.25 0.68 par:pas; -oppressée oppressé adj f s 0.29 1.08 0.20 0.68 -oppressées oppressé adj f p 0.29 1.08 0.02 0.00 -opprimait opprimer ver 1.69 2.03 0.01 0.20 ind:imp:3s; -opprimant opprimer ver 1.69 2.03 0.01 0.07 par:pre; -opprime opprimer ver 1.69 2.03 0.40 0.14 imp:pre:2s;ind:pre:1s;ind:pre:3s; -oppriment opprimer ver 1.69 2.03 0.06 0.20 ind:pre:3p; -opprimer opprimer ver 1.69 2.03 0.07 0.68 inf; -opprimez opprimer ver 1.69 2.03 0.04 0.00 ind:pre:2p; -opprimé opprimer ver m s 1.69 2.03 0.35 0.20 par:pas; -opprimée opprimer ver f s 1.69 2.03 0.28 0.27 par:pas; -opprimées opprimé nom f p 1.91 1.89 0.22 0.00 -opprimés opprimé nom m p 1.91 1.89 1.48 1.28 -opprobre opprobre nom m s 0.33 1.89 0.33 1.82 -opprobres opprobre nom m p 0.33 1.89 0.00 0.07 -âpre âpre adj s 1.60 9.86 1.32 7.70 -âprement âprement adv 0.13 3.11 0.13 3.11 -âpres âpre adj p 1.60 9.86 0.27 2.16 -âpreté âpreté nom f s 0.04 2.77 0.04 2.70 -âpretés âpreté nom f p 0.04 2.77 0.00 0.07 -opta opter ver 1.98 5.14 0.01 1.08 ind:pas:3s; -optai opter ver 1.98 5.14 0.00 0.34 ind:pas:1s; -optaient opter ver 1.98 5.14 0.00 0.20 ind:imp:3p; -optais opter ver 1.98 5.14 0.03 0.07 ind:imp:1s; -optait opter ver 1.98 5.14 0.01 0.07 ind:imp:3s; -optalidon optalidon nom m s 0.14 0.07 0.14 0.07 -optant optant nom m s 0.00 0.14 0.00 0.14 -optatif optatif adj m s 0.00 0.20 0.00 0.14 -optatifs optatif adj m p 0.00 0.20 0.00 0.07 -opte opter ver 1.98 5.14 0.31 0.54 ind:pre:1s;ind:pre:3s; -optent opter ver 1.98 5.14 0.14 0.14 ind:pre:3p; -opter opter ver 1.98 5.14 0.37 0.88 inf; -opterais opter ver 1.98 5.14 0.04 0.07 cnd:pre:1s; -optes opter ver 1.98 5.14 0.02 0.00 ind:pre:2s; -opère opérer ver 29.59 24.53 4.75 2.97 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -opèrent opérer ver 29.59 24.53 1.06 0.47 ind:pre:3p; -opticien opticien nom m s 0.18 0.47 0.13 0.34 -opticienne opticien nom f s 0.18 0.47 0.02 0.00 -opticiens opticien nom m p 0.18 0.47 0.04 0.14 -optima optimum nom m p 0.15 0.14 0.00 0.07 -optimal optimal adj m s 0.48 0.34 0.19 0.20 -optimale optimal adj f s 0.48 0.34 0.24 0.14 -optimales optimal adj f p 0.48 0.34 0.04 0.00 -optimaux optimal adj m p 0.48 0.34 0.02 0.00 -optime optime adv 0.00 0.20 0.00 0.20 -optimisation optimisation nom f s 0.14 0.00 0.14 0.00 -optimise optimiser ver 0.23 0.07 0.06 0.00 ind:pre:1s;ind:pre:3s; -optimiser optimiser ver 0.23 0.07 0.12 0.00 inf; -optimisez optimiser ver 0.23 0.07 0.01 0.00 ind:pre:2p; -optimisme optimisme nom m s 1.66 6.55 1.66 6.55 -optimiste optimiste adj s 4.21 4.19 3.52 3.11 -optimistes optimiste adj p 4.21 4.19 0.70 1.08 -optimisé optimiser ver m s 0.23 0.07 0.05 0.00 par:pas; -optimisées optimiser ver f p 0.23 0.07 0.00 0.07 par:pas; -optimum optimum nom m s 0.15 0.14 0.15 0.07 -option option nom f s 12.31 2.09 7.37 1.08 -optionnel optionnel adj m s 0.19 0.00 0.16 0.00 -optionnelle optionnel adj f s 0.19 0.00 0.03 0.00 -options option nom f p 12.31 2.09 4.94 1.01 -optique optique adj s 1.73 1.08 1.36 1.01 -optiques optique adj p 1.73 1.08 0.38 0.07 -optométrie optométrie nom f s 0.01 0.00 0.01 0.00 -optométriste optométriste nom s 0.05 0.00 0.05 0.00 -optons opter ver 1.98 5.14 0.03 0.00 imp:pre:1p;ind:pre:1p; -optât opter ver 1.98 5.14 0.00 0.14 sub:imp:3s; -optèrent opter ver 1.98 5.14 0.01 0.14 ind:pas:3p; -opté opter ver m s 1.98 5.14 0.90 1.49 par:pas; -opulence opulence nom f s 0.54 3.31 0.54 3.24 -opulences opulence nom f p 0.54 3.31 0.00 0.07 -opulent opulent adj m s 0.47 4.39 0.01 1.08 -opulente opulent adj f s 0.47 4.39 0.32 1.42 -opulentes opulent adj f p 0.47 4.39 0.02 1.08 -opulents opulent adj m p 0.47 4.39 0.11 0.81 -opéra_comique opéra_comique nom m s 0.00 0.34 0.00 0.34 -opéra opéra nom m s 19.61 20.07 18.93 18.99 -opérable opérable adj f s 0.13 0.07 0.13 0.07 -opéraient opérer ver 29.59 24.53 0.03 1.69 ind:imp:3p; -opérais opérer ver 29.59 24.53 0.05 0.34 ind:imp:1s;ind:imp:2s; -opérait opérer ver 29.59 24.53 0.56 3.11 ind:imp:3s; -opérant opérer ver 29.59 24.53 0.26 1.28 par:pre; -opéras opéra nom m p 19.61 20.07 0.68 1.08 -opérateur opérateur nom m s 6.54 2.84 5.07 2.03 -opérateurs opérateur nom m p 6.54 2.84 0.28 0.74 -opération_miracle opération_miracle nom f s 0.00 0.07 0.00 0.07 -opération opération nom f s 61.94 70.20 50.01 41.42 -opérationnel opérationnel adj m s 5.07 0.34 2.21 0.14 -opérationnelle opérationnel adj f s 5.07 0.34 1.19 0.14 -opérationnelles opérationnel adj f p 5.07 0.34 0.26 0.07 -opérationnels opérationnel adj m p 5.07 0.34 1.42 0.00 -opérations opération nom f p 61.94 70.20 11.94 28.78 -opératique opératique adj f s 0.01 0.00 0.01 0.00 -opératoire opératoire adj s 1.54 0.68 1.49 0.68 -opératoires opératoire adj p 1.54 0.68 0.05 0.00 -opératrice opérateur nom f s 6.54 2.84 1.19 0.07 -opératrices opératrice nom f p 0.19 0.00 0.19 0.00 -opérer opérer ver 29.59 24.53 14.94 8.58 ind:pre:2p;inf; -opérera opérer ver 29.59 24.53 0.20 0.27 ind:fut:3s; -opérerai opérer ver 29.59 24.53 0.28 0.00 ind:fut:1s; -opéreraient opérer ver 29.59 24.53 0.00 0.27 cnd:pre:3p; -opérerait opérer ver 29.59 24.53 0.04 0.41 cnd:pre:3s; -opéreras opérer ver 29.59 24.53 0.02 0.00 ind:fut:2s; -opérerez opérer ver 29.59 24.53 0.05 0.07 ind:fut:2p; -opérerons opérer ver 29.59 24.53 0.18 0.00 ind:fut:1p; -opéreront opérer ver 29.59 24.53 0.08 0.07 ind:fut:3p; -opérette opérette nom f s 0.58 4.19 0.54 3.11 -opérettes opérette nom f p 0.58 4.19 0.04 1.08 -opérez opérer ver 29.59 24.53 0.49 0.14 imp:pre:2p;ind:pre:2p; -opériez opérer ver 29.59 24.53 0.13 0.00 ind:imp:2p; -opérions opérer ver 29.59 24.53 0.00 0.27 ind:imp:1p; -opérons opérer ver 29.59 24.53 0.19 0.07 imp:pre:1p;ind:pre:1p; -opérât opérer ver 29.59 24.53 0.00 0.07 sub:imp:3s; -opérèrent opérer ver 29.59 24.53 0.00 0.07 ind:pas:3p; -opéré opérer ver m s 29.59 24.53 4.92 2.43 par:pas; -opérée opérer ver f s 29.59 24.53 1.00 0.88 par:pas; -opérées opérer ver f p 29.59 24.53 0.03 0.14 par:pas; -opérés opérer ver m p 29.59 24.53 0.06 0.54 par:pas; -opus opus nom m 0.35 1.01 0.35 1.01 -opuscule opuscule nom m s 0.04 0.88 0.03 0.61 -opuscules opuscule nom m p 0.04 0.88 0.01 0.27 -or or con 17.13 65.27 17.13 65.27 -oracle oracle nom m s 3.21 2.77 2.32 2.16 -oracles oracle nom m p 3.21 2.77 0.89 0.61 -orage orage nom m s 17.14 35.41 14.50 30.61 -orages orage nom m p 17.14 35.41 2.64 4.80 -orageuse orageux adj f s 0.61 4.12 0.11 1.82 -orageuses orageux adj f p 0.61 4.12 0.17 0.74 -orageux orageux adj m 0.61 4.12 0.33 1.55 -oraison oraison nom f s 0.63 3.65 0.20 3.11 -oraisons oraison nom f p 0.63 3.65 0.43 0.54 -oral oral nom m s 1.42 2.70 1.42 2.70 -orale oral adj f s 2.31 1.96 1.31 0.88 -oralement oralement adv 0.20 0.74 0.20 0.74 -orales oral adj f p 2.31 1.96 0.22 0.27 -oralité oralité nom f s 0.01 0.07 0.01 0.07 -oranais oranais adj m s 0.00 0.41 0.00 0.34 -oranaise oranais adj f s 0.00 0.41 0.00 0.07 -orang_outan orang_outan nom m s 0.28 0.20 0.22 0.07 -orang_outang orang_outang nom m s 0.08 0.74 0.08 0.61 -orange orange nom s 16.29 19.59 11.56 12.03 -orangeade orangeade nom f s 1.91 2.03 1.44 1.76 -orangeades orangeade nom f p 1.91 2.03 0.48 0.27 -oranger oranger nom m s 1.67 5.27 1.03 2.09 -orangeraie orangeraie nom f s 0.31 0.34 0.11 0.20 -orangeraies orangeraie nom f p 0.31 0.34 0.20 0.14 -orangerie orangerie nom f s 0.03 0.41 0.03 0.34 -orangeries orangerie nom f p 0.03 0.41 0.00 0.07 -orangers oranger nom m p 1.67 5.27 0.64 3.18 -oranges orange nom p 16.29 19.59 4.73 7.57 -orangistes orangiste nom p 0.04 0.00 0.04 0.00 -orang_outang orang_outang nom m p 0.08 0.74 0.00 0.14 -orang_outan orang_outan nom m p 0.28 0.20 0.06 0.14 -orangé orangé adj m s 0.32 4.93 0.17 1.96 -orangée orangé adj f s 0.32 4.93 0.14 1.62 -orangées orangé adj f p 0.32 4.93 0.01 0.61 -orangés orangé adj m p 0.32 4.93 0.00 0.74 -orant orant nom m s 0.00 0.47 0.00 0.07 -orante orant nom f s 0.00 0.47 0.00 0.34 -orantes orant adj f p 0.02 0.07 0.02 0.00 -orants orant nom m p 0.00 0.47 0.00 0.07 -orateur orateur nom m s 1.70 5.34 1.42 3.58 -orateurs orateur nom m p 1.70 5.34 0.23 1.76 -oratoire oratoire nom m s 0.42 1.49 0.42 1.28 -oratoires oratoire adj p 0.23 1.76 0.06 0.81 -oratorien oratorien nom m s 0.00 0.34 0.00 0.14 -oratoriens oratorien nom m p 0.00 0.34 0.00 0.20 -oratorio oratorio nom m s 0.02 0.61 0.02 0.54 -oratorios oratorio nom m p 0.02 0.61 0.00 0.07 -oratrice orateur nom f s 1.70 5.34 0.05 0.00 -oraux oral adj m p 2.31 1.96 0.10 0.27 -orbe orbe nom m s 0.59 1.22 0.46 1.01 -orbes orbe nom m p 0.59 1.22 0.14 0.20 -orbiculaire orbiculaire adj m s 0.00 0.14 0.00 0.14 -orbitaire orbitaire adj f s 0.04 0.07 0.02 0.07 -orbitaires orbitaire adj f p 0.04 0.07 0.02 0.00 -orbital orbital adj m s 0.61 0.07 0.17 0.00 -orbitale orbital adj f s 0.61 0.07 0.29 0.07 -orbitales orbital adj f p 0.61 0.07 0.11 0.00 -orbitaux orbital adj m p 0.61 0.07 0.04 0.00 -orbite orbite nom f s 9.81 8.31 8.59 2.64 -orbiter orbiter ver 0.03 0.00 0.01 0.00 inf; -orbites orbite nom f p 9.81 8.31 1.22 5.68 -orbitons orbiter ver 0.03 0.00 0.02 0.00 ind:pre:1p; -orbitèle orbitèle adj m s 0.05 0.00 0.03 0.00 -orbitèles orbitèle adj m p 0.05 0.00 0.02 0.00 -orchestra orchestrer ver 4.29 1.08 2.99 0.00 ind:pas:3s; -orchestraient orchestrer ver 4.29 1.08 0.00 0.07 ind:imp:3p; -orchestrait orchestrer ver 4.29 1.08 0.03 0.07 ind:imp:3s; -orchestral orchestral adj m s 1.10 0.14 0.02 0.00 -orchestrale orchestral adj f s 1.10 0.14 1.08 0.07 -orchestration orchestration nom f s 0.23 0.07 0.22 0.07 -orchestrations orchestration nom f p 0.23 0.07 0.01 0.00 -orchestraux orchestral adj m p 1.10 0.14 0.00 0.07 -orchestre orchestre nom m s 14.69 19.73 13.71 18.04 -orchestrent orchestrer ver 4.29 1.08 0.00 0.07 ind:pre:3p; -orchestrer orchestrer ver 4.29 1.08 0.12 0.20 inf; -orchestres orchestre nom m p 14.69 19.73 0.98 1.69 -orchestré orchestrer ver m s 4.29 1.08 0.85 0.27 par:pas; -orchestrée orchestrer ver f s 4.29 1.08 0.18 0.07 par:pas; -orchestrées orchestrer ver f p 4.29 1.08 0.04 0.07 par:pas; -orchestrés orchestrer ver m p 4.29 1.08 0.03 0.00 par:pas; -orchidée orchidée nom f s 3.88 2.57 1.98 1.42 -orchidées orchidée nom f p 3.88 2.57 1.90 1.15 -orchis orchis nom m 0.14 0.27 0.14 0.27 -ord ord adj m s 0.39 0.00 0.39 0.00 -ordalie ordalie nom f s 0.04 0.20 0.04 0.20 -ordinaire ordinaire adj s 20.55 27.97 15.54 19.86 -ordinairement ordinairement adv 0.21 2.70 0.21 2.70 -ordinaires ordinaire adj p 20.55 27.97 5.01 8.11 -ordinal ordinal adj m s 0.00 0.07 0.00 0.07 -ordinant ordinant nom m s 0.00 0.07 0.00 0.07 -ordinateur ordinateur nom m s 37.15 4.26 30.20 2.30 -ordinateurs ordinateur nom m p 37.15 4.26 6.95 1.96 -ordination ordination nom f s 0.12 0.34 0.12 0.34 -ordo ordo nom m 0.01 0.07 0.01 0.07 -ordonna ordonner ver 36.73 35.68 1.34 9.05 ind:pas:3s; -ordonnai ordonner ver 36.73 35.68 0.10 0.68 ind:pas:1s; -ordonnaient ordonner ver 36.73 35.68 0.02 0.41 ind:imp:3p; -ordonnais ordonner ver 36.73 35.68 0.02 0.27 ind:imp:1s; -ordonnait ordonner ver 36.73 35.68 0.11 3.18 ind:imp:3s; -ordonnance ordonnance nom s 9.71 23.65 7.94 19.66 -ordonnancement ordonnancement nom m s 0.01 0.27 0.01 0.27 -ordonnancer ordonnancer ver 0.00 0.20 0.00 0.14 inf; -ordonnances ordonnance nom p 9.71 23.65 1.78 3.99 -ordonnancée ordonnancer ver f s 0.00 0.20 0.00 0.07 par:pas; -ordonnant ordonner ver 36.73 35.68 0.11 1.15 par:pre; -ordonnateur ordonnateur nom m s 0.16 0.68 0.16 0.47 -ordonnateurs ordonnateur nom m p 0.16 0.68 0.00 0.14 -ordonnatrice ordonnateur nom f s 0.16 0.68 0.00 0.07 -ordonne ordonner ver 36.73 35.68 16.69 6.76 imp:pre:2s;ind:pre:1s;ind:pre:3s; -ordonnent ordonner ver 36.73 35.68 0.32 0.88 ind:pre:3p; -ordonner ordonner ver 36.73 35.68 2.36 3.78 inf; -ordonnera ordonner ver 36.73 35.68 0.11 0.20 ind:fut:3s; -ordonnerai ordonner ver 36.73 35.68 0.55 0.14 ind:fut:1s; -ordonnerais ordonner ver 36.73 35.68 0.01 0.00 cnd:pre:1s; -ordonnerait ordonner ver 36.73 35.68 0.05 0.07 cnd:pre:3s; -ordonneront ordonner ver 36.73 35.68 0.01 0.00 ind:fut:3p; -ordonnes ordonner ver 36.73 35.68 0.77 0.00 ind:pre:2s; -ordonnez ordonner ver 36.73 35.68 1.23 0.14 imp:pre:2p;ind:pre:2p; -ordonniez ordonner ver 36.73 35.68 0.01 0.00 ind:imp:2p; -ordonnons ordonner ver 36.73 35.68 0.97 0.41 imp:pre:1p;ind:pre:1p; -ordonnèrent ordonner ver 36.73 35.68 0.02 0.27 ind:pas:3p; -ordonné ordonner ver m s 36.73 35.68 11.52 6.82 par:pas;par:pas;par:pas; -ordonnée ordonné adj f s 0.99 4.39 0.38 1.76 -ordonnées ordonner ver f p 36.73 35.68 0.02 0.41 par:pas; -ordonnés ordonner ver m p 36.73 35.68 0.18 0.47 par:pas; -ordre ordre nom m s 217.25 235.34 132.50 179.26 -ordres ordre nom m p 217.25 235.34 84.75 56.08 -ordure ordure nom f s 31.07 26.55 16.97 10.41 -ordureries ordurerie nom f p 0.00 0.07 0.00 0.07 -ordures ordure nom f p 31.07 26.55 14.10 16.15 -ordurier ordurier adj m s 0.30 2.97 0.16 1.08 -orduriers ordurier adj m p 0.30 2.97 0.08 0.68 -ordurière ordurier adj f s 0.30 2.97 0.04 0.54 -ordurières ordurier adj f p 0.30 2.97 0.03 0.68 -ore ore adv 0.04 0.00 0.04 0.00 -oreille oreille nom f s 73.54 194.12 34.46 103.45 -oreiller oreiller nom m s 9.34 33.72 7.93 26.35 -oreillers oreiller nom m p 9.34 33.72 1.41 7.36 -oreilles oreille nom f p 73.54 194.12 39.08 90.68 -oreillette oreillette nom f s 0.83 1.08 0.69 0.14 -oreillettes oreillette nom f p 0.83 1.08 0.14 0.95 -oreillons oreillon nom m p 1.07 0.54 1.07 0.54 -orfraie orfraie nom f s 0.01 0.14 0.01 0.14 -orfèvre orfèvre nom s 0.80 3.24 0.49 1.35 -orfèvrerie orfèvrerie nom f s 0.02 0.74 0.02 0.54 -orfèvreries orfèvrerie nom f p 0.02 0.74 0.00 0.20 -orfèvres orfèvre nom p 0.80 3.24 0.31 1.89 -orfévrée orfévré adj f s 0.00 0.07 0.00 0.07 -organdi organdi nom m s 0.45 1.22 0.45 1.15 -organdis organdi nom m p 0.45 1.22 0.00 0.07 -organe organe nom m s 13.69 15.68 3.14 6.55 -organes organe nom m p 13.69 15.68 10.55 9.12 -organiciser organiciser adj m s 0.01 0.00 0.01 0.00 -organigramme organigramme nom m s 0.13 0.07 0.13 0.07 -organique organique adj s 3.67 2.77 2.56 2.16 -organiquement organiquement adv 0.02 0.74 0.02 0.74 -organiques organique adj p 3.67 2.77 1.11 0.61 -organisa organiser ver 47.90 47.16 0.38 2.09 ind:pas:3s; -organisai organiser ver 47.90 47.16 0.01 0.34 ind:pas:1s; -organisaient organiser ver 47.90 47.16 0.05 1.76 ind:imp:3p; -organisais organiser ver 47.90 47.16 0.31 0.07 ind:imp:1s;ind:imp:2s; -organisait organiser ver 47.90 47.16 1.08 4.46 ind:imp:3s; -organisant organiser ver 47.90 47.16 0.19 0.81 par:pre; -organisateur organisateur nom m s 2.37 3.24 1.31 1.55 -organisateurs organisateur nom m p 2.37 3.24 0.75 1.69 -organisation organisation nom f s 20.97 39.12 18.96 34.32 -organisationnelle organisationnel adj f s 0.20 0.00 0.20 0.00 -organisations organisation nom f p 20.97 39.12 2.02 4.80 -organisatrice organisateur nom f s 2.37 3.24 0.30 0.00 -organise organiser ver 47.90 47.16 10.59 4.19 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:1s;sub:pre:3s; -organisent organiser ver 47.90 47.16 1.83 0.88 ind:pre:3p; -organiser organiser ver 47.90 47.16 13.93 16.01 inf; -organisera organiser ver 47.90 47.16 0.38 0.27 ind:fut:3s; -organiserai organiser ver 47.90 47.16 0.38 0.07 ind:fut:1s; -organiserais organiser ver 47.90 47.16 0.05 0.00 cnd:pre:1s;cnd:pre:2s; -organiserait organiser ver 47.90 47.16 0.07 0.41 cnd:pre:3s; -organiserez organiser ver 47.90 47.16 0.05 0.00 ind:fut:2p; -organiseriez organiser ver 47.90 47.16 0.02 0.00 cnd:pre:2p; -organiserons organiser ver 47.90 47.16 0.20 0.07 ind:fut:1p; -organiseront organiser ver 47.90 47.16 0.16 0.00 ind:fut:3p; -organises organiser ver 47.90 47.16 1.29 0.07 ind:pre:2s; -organiseur organiseur nom m s 0.01 0.00 0.01 0.00 -organisez organiser ver 47.90 47.16 1.01 0.07 imp:pre:2p;ind:pre:2p; -organisiez organiser ver 47.90 47.16 0.11 0.07 ind:imp:2p; -organisions organiser ver 47.90 47.16 0.13 0.34 ind:imp:1p; -organisme organisme nom m s 6.84 10.81 4.83 8.45 -organismes organisme nom m p 6.84 10.81 2.02 2.36 -organisâmes organiser ver 47.90 47.16 0.00 0.07 ind:pas:1p; -organisons organiser ver 47.90 47.16 1.55 0.00 imp:pre:1p;ind:pre:1p; -organisât organiser ver 47.90 47.16 0.00 0.14 sub:imp:3s; -organiste organiste nom s 0.52 1.01 0.51 1.01 -organistes organiste nom p 0.52 1.01 0.01 0.00 -organisèrent organiser ver 47.90 47.16 0.11 0.54 ind:pas:3p; -organistique organistique adj m s 0.00 0.07 0.00 0.07 -organisé organiser ver m s 47.90 47.16 10.55 7.16 par:pas; -organisée organiser ver f s 47.90 47.16 2.13 3.99 par:pas; -organisées organisé adj f p 5.58 7.50 0.20 0.61 -organisés organisé adj m p 5.58 7.50 1.33 1.76 -organométallique organométallique adj m s 0.01 0.00 0.01 0.00 -organon organon nom m s 0.01 0.00 0.01 0.00 -orgasme orgasme nom m s 6.37 3.38 4.89 3.18 -orgasmes orgasme nom m p 6.37 3.38 1.48 0.20 -orgasmique orgasmique adj s 0.08 0.00 0.08 0.00 -orgastique orgastique adj m s 0.00 0.14 0.00 0.14 -orge orge nom s 1.98 3.72 1.96 3.58 -orgeat orgeat nom m s 0.19 0.74 0.19 0.74 -orgelet orgelet nom m s 0.89 0.27 0.78 0.07 -orgelets orgelet nom m p 0.89 0.27 0.11 0.20 -orges orge nom p 1.98 3.72 0.01 0.14 -orgiaque orgiaque adj m s 0.31 0.07 0.31 0.07 -orgiastique orgiastique adj m s 0.00 0.14 0.00 0.07 -orgiastiques orgiastique adj p 0.00 0.14 0.00 0.07 -orgie orgie nom f s 3.46 3.72 2.09 2.36 -orgies orgie nom f p 3.46 3.72 1.38 1.35 -orgue orgue nom m s 3.12 8.31 3.08 5.41 -orgueil orgueil nom m s 11.56 33.45 11.56 33.24 -orgueilleuse orgueilleux adj f s 1.81 9.19 0.37 4.59 -orgueilleusement orgueilleusement adv 0.14 1.35 0.14 1.35 -orgueilleuses orgueilleux adj f p 1.81 9.19 0.23 0.54 -orgueilleux orgueilleux adj m 1.81 9.19 1.20 4.05 -orgueils orgueil nom m p 11.56 33.45 0.00 0.20 -orgues orgue nom f p 3.12 8.31 0.04 2.91 -oribus oribus nom m 0.00 0.07 0.00 0.07 -orient orient nom m s 0.78 3.78 0.78 3.72 -orienta orienter ver 3.90 11.89 0.10 0.81 ind:pas:3s; -orientable orientable adj s 0.14 0.34 0.14 0.34 -orientai orienter ver 3.90 11.89 0.01 0.07 ind:pas:1s; -orientaient orienter ver 3.90 11.89 0.01 0.41 ind:imp:3p; -orientais orienter ver 3.90 11.89 0.01 0.20 ind:imp:1s; -orientait orienter ver 3.90 11.89 0.00 0.81 ind:imp:3s; -oriental oriental adj m s 4.16 14.32 0.92 3.51 -orientale oriental adj f s 4.16 14.32 2.52 6.82 -orientales oriental adj f p 4.16 14.32 0.40 2.50 -orientalisme orientalisme nom m s 0.00 0.14 0.00 0.14 -orientaliste orientaliste adj f s 0.01 0.07 0.01 0.07 -orientalistes orientaliste nom p 0.00 0.20 0.00 0.14 -orientant orienter ver 3.90 11.89 0.01 0.54 par:pre; -orientateurs orientateur nom m p 0.00 0.07 0.00 0.07 -orientation orientation nom f s 3.86 6.89 3.76 6.62 -orientations orientation nom f p 3.86 6.89 0.10 0.27 -orientaux oriental adj m p 4.16 14.32 0.32 1.49 -oriente orienter ver 3.90 11.89 0.96 1.35 imp:pre:2s;ind:pre:1s;ind:pre:3s; -orientent orienter ver 3.90 11.89 0.16 0.00 ind:pre:3p; -orienter orienter ver 3.90 11.89 1.39 3.65 inf; -orienterai orienter ver 3.90 11.89 0.04 0.00 ind:fut:1s; -orienterait orienter ver 3.90 11.89 0.01 0.07 cnd:pre:3s; -orienterez orienter ver 3.90 11.89 0.01 0.00 ind:fut:2p; -orienteur orienteur nom m s 0.27 0.14 0.27 0.00 -orienteurs orienteur nom m p 0.27 0.14 0.00 0.07 -orienteuse orienteur nom f s 0.27 0.14 0.00 0.07 -orientez orienter ver 3.90 11.89 0.15 0.07 imp:pre:2p;ind:pre:2p; -orients orient nom m p 0.78 3.78 0.00 0.07 -orientèrent orienter ver 3.90 11.89 0.00 0.07 ind:pas:3p; -orienté orienter ver m s 3.90 11.89 0.40 1.55 par:pas; -orientée orienter ver f s 3.90 11.89 0.27 1.08 par:pas; -orientées orienter ver f p 3.90 11.89 0.20 0.47 par:pas; -orientés orienter ver m p 3.90 11.89 0.17 0.74 par:pas; -orifice orifice nom m s 1.85 4.05 1.23 3.24 -orifices orifice nom m p 1.85 4.05 0.61 0.81 -oriflamme oriflamme nom f s 0.22 2.84 0.01 1.08 -oriflammes oriflamme nom f p 0.22 2.84 0.21 1.76 -origami origami nom m s 0.23 0.07 0.23 0.07 -origan origan nom m s 0.32 0.95 0.32 0.95 -originaire originaire adj s 2.58 5.41 2.06 4.19 -originairement originairement adv 0.00 0.14 0.00 0.14 -originaires originaire adj p 2.58 5.41 0.51 1.22 -original original nom m s 10.44 4.32 8.48 2.84 -originale original adj f s 14.45 10.54 4.15 3.24 -originalement originalement adv 0.01 0.00 0.01 0.00 -originales original adj f p 14.45 10.54 1.03 1.55 -originalité originalité nom f s 1.34 4.53 1.34 4.39 -originalités originalité nom f p 1.34 4.53 0.00 0.14 -originaux original nom m p 10.44 4.32 1.44 1.08 -origine origine nom f s 28.07 46.82 22.18 34.19 -originel originel adj m s 1.84 6.49 1.03 3.11 -originelle originel adj f s 1.84 6.49 0.58 2.91 -originellement originellement adv 0.09 0.34 0.09 0.34 -originelles originel adj f p 1.84 6.49 0.12 0.20 -originels originel adj m p 1.84 6.49 0.11 0.27 -origines origine nom f p 28.07 46.82 5.88 12.64 -orignal orignal nom m s 0.42 0.47 0.26 0.20 -orignaux orignal nom m p 0.42 0.47 0.16 0.27 -orillon orillon nom m s 0.00 0.14 0.00 0.07 -orillons orillon nom m p 0.00 0.14 0.00 0.07 -orin orin nom m s 0.21 0.00 0.21 0.00 -oriol oriol nom m s 0.00 0.14 0.00 0.14 -oripeaux oripeau nom m p 0.38 1.55 0.38 1.55 -orlon orlon nom m s 0.04 0.00 0.04 0.00 -orléanais orléanais adj m 0.00 0.27 0.00 0.07 -orléanaise orléanais adj f s 0.00 0.27 0.00 0.14 -orléanaises orléanais adj f p 0.00 0.27 0.00 0.07 -orléanisme orléanisme nom m s 0.00 0.20 0.00 0.20 -orléaniste orléaniste adj f s 0.14 0.20 0.00 0.14 -orléanistes orléaniste adj f p 0.14 0.20 0.14 0.07 -orme orme nom m s 0.39 3.58 0.33 1.28 -ormeau ormeau nom m s 0.03 1.08 0.01 0.47 -ormeaux ormeau nom m p 0.03 1.08 0.02 0.61 -ormes orme nom m p 0.39 3.58 0.06 2.30 -orna orner ver 3.11 31.15 0.00 0.20 ind:pas:3s; -ornaient orner ver 3.11 31.15 0.10 2.03 ind:imp:3p; -ornait orner ver 3.11 31.15 0.02 3.11 ind:imp:3s; -ornant orner ver 3.11 31.15 0.23 0.88 par:pre; -orne orner ver 3.11 31.15 0.44 1.08 imp:pre:2s;ind:pre:3s; -ornement ornement nom m s 0.96 7.03 0.33 3.24 -ornemental ornemental adj m s 0.17 0.34 0.13 0.14 -ornementale ornemental adj f s 0.17 0.34 0.02 0.20 -ornementales ornemental adj f p 0.17 0.34 0.02 0.00 -ornementation ornementation nom f s 0.14 0.81 0.14 0.74 -ornementations ornementation nom f p 0.14 0.81 0.00 0.07 -ornementer ornementer ver 0.01 0.61 0.00 0.07 inf; -ornements ornement nom m p 0.96 7.03 0.64 3.78 -ornementé ornementer ver m s 0.01 0.61 0.00 0.27 par:pas; -ornementée ornementer ver f s 0.01 0.61 0.01 0.14 par:pas; -ornementés ornementer ver m p 0.01 0.61 0.00 0.14 par:pas; -ornent orner ver 3.11 31.15 0.17 0.81 ind:pre:3p; -orner orner ver 3.11 31.15 1.11 1.82 inf; -ornera orner ver 3.11 31.15 0.07 0.07 ind:fut:3s; -ornerait orner ver 3.11 31.15 0.00 0.07 cnd:pre:3s; -orneront orner ver 3.11 31.15 0.11 0.07 ind:fut:3p; -ornez orner ver 3.11 31.15 0.25 0.00 imp:pre:2p; -ornithologie ornithologie nom f s 0.20 0.07 0.20 0.07 -ornithologique ornithologique adj s 0.17 0.00 0.17 0.00 -ornithologue ornithologue nom s 0.13 0.14 0.12 0.07 -ornithologues ornithologue nom p 0.13 0.14 0.01 0.07 -ornithoptère ornithoptère nom m s 0.01 0.00 0.01 0.00 -ornithorynque ornithorynque nom m s 0.26 0.20 0.25 0.07 -ornithorynques ornithorynque nom m p 0.26 0.20 0.01 0.14 -ornière ornière nom f s 0.49 6.42 0.17 1.42 -ornières ornière nom f p 0.49 6.42 0.31 5.00 -ornât orner ver 3.11 31.15 0.00 0.14 sub:imp:3s; -ornèrent orner ver 3.11 31.15 0.00 0.14 ind:pas:3p; -orné orner ver m s 3.11 31.15 0.26 8.38 par:pas; -ornée orner ver f s 3.11 31.15 0.08 6.01 par:pas; -ornées orner ver f p 3.11 31.15 0.26 2.77 par:pas; -ornés orné adj m p 0.04 0.88 0.03 0.27 -orographie orographie nom f s 0.40 0.00 0.40 0.00 -oronge oronge nom f s 0.00 0.20 0.00 0.07 -oronges oronge nom f p 0.00 0.20 0.00 0.14 -oropharynx oropharynx nom m 0.04 0.00 0.04 0.00 -orpailleur orpailleur nom m s 0.02 0.07 0.01 0.07 -orpailleurs orpailleur nom m p 0.02 0.07 0.01 0.00 -orphelin orphelin adj m s 7.57 6.49 3.92 3.78 -orphelinat orphelinat nom m s 6.13 3.18 5.86 2.91 -orphelinats orphelinat nom m p 6.13 3.18 0.28 0.27 -orpheline orphelin adj f s 7.57 6.49 2.11 1.35 -orphelines orphelin nom f p 7.55 9.53 0.79 0.20 -orphelins orphelin nom m p 7.55 9.53 3.91 2.30 -orphie orphie nom f s 0.02 0.00 0.02 0.00 -orphique orphique adj m s 0.00 0.14 0.00 0.07 -orphiques orphique adj m p 0.00 0.14 0.00 0.07 -orphisme orphisme nom m s 0.00 0.07 0.00 0.07 -orphée orphée nom f s 0.00 0.07 0.00 0.07 -orphéon orphéon nom m s 0.10 0.95 0.10 0.74 -orphéoniste orphéoniste nom s 0.00 0.14 0.00 0.07 -orphéonistes orphéoniste nom p 0.00 0.14 0.00 0.07 -orphéons orphéon nom m p 0.10 0.95 0.00 0.20 -orpiment orpiment nom m s 0.10 0.00 0.10 0.00 -orpin orpin nom m s 0.00 0.14 0.00 0.14 -orque orque nom f s 1.43 0.07 0.61 0.07 -orques orque nom f p 1.43 0.07 0.82 0.00 -ors or nom m p 110.28 130.00 0.32 2.77 -orsec orsec nom m 0.00 0.07 0.00 0.07 -ort ort adj 0.16 0.00 0.16 0.00 -orteil orteil nom m s 9.71 9.12 4.04 1.96 -orteils orteil nom m p 9.71 9.12 5.67 7.16 -ortho ortho adv 0.56 0.27 0.56 0.27 -orthodontie orthodontie nom f s 0.04 0.00 0.04 0.00 -orthodontique orthodontique adj m s 0.01 0.00 0.01 0.00 -orthodontiste orthodontiste nom s 0.28 0.00 0.22 0.00 -orthodontistes orthodontiste nom p 0.28 0.00 0.05 0.00 -orthodoxe orthodoxe adj s 2.13 4.73 1.56 3.24 -orthodoxes orthodoxe nom p 0.73 1.22 0.58 0.88 -orthodoxie orthodoxie nom f s 0.15 1.42 0.15 1.42 -orthogonal orthogonal adj m s 0.04 0.07 0.03 0.00 -orthogonaux orthogonal adj m p 0.04 0.07 0.01 0.07 -orthographe orthographe nom f s 3.34 5.88 3.34 5.88 -orthographiait orthographier ver 0.20 0.47 0.00 0.14 ind:imp:3s; -orthographie orthographier ver 0.20 0.47 0.02 0.07 ind:pre:3s; -orthographier orthographier ver 0.20 0.47 0.04 0.14 inf; -orthographique orthographique adj s 0.02 0.07 0.02 0.00 -orthographiques orthographique adj f p 0.02 0.07 0.00 0.07 -orthographié orthographier ver m s 0.20 0.47 0.13 0.14 par:pas; -orthographiées orthographier ver f p 0.20 0.47 0.01 0.00 par:pas; -orthophonie orthophonie nom f s 0.07 0.00 0.07 0.00 -orthophoniste orthophoniste nom s 0.30 0.14 0.30 0.07 -orthophonistes orthophoniste nom p 0.30 0.14 0.00 0.07 -orthoptère orthoptère nom m s 0.01 0.14 0.01 0.00 -orthoptères orthoptère nom m p 0.01 0.14 0.00 0.14 -orthopédie orthopédie nom f s 0.51 0.14 0.51 0.14 -orthopédique orthopédique adj s 0.28 0.81 0.18 0.54 -orthopédiques orthopédique adj p 0.28 0.81 0.09 0.27 -orthopédiste orthopédiste nom s 0.10 0.00 0.10 0.00 -orthostatique orthostatique adj f s 0.01 0.00 0.01 0.00 -ortie ortie nom f s 2.04 6.82 0.41 0.74 -orties ortie nom f p 2.04 6.82 1.63 6.08 -ortolan ortolan nom m s 0.41 1.89 0.11 0.27 -ortolans ortolan nom m p 0.41 1.89 0.30 1.62 -ortédrine ortédrine nom f s 0.00 0.07 0.00 0.07 -oréade oréade nom f s 0.00 0.07 0.00 0.07 -orée orée nom f s 0.67 4.86 0.67 4.86 -orémus orémus nom m 0.00 0.14 0.00 0.14 -orvet orvet nom m s 0.04 0.14 0.04 0.14 -oryctérope oryctérope nom m s 0.03 0.00 0.03 0.00 -oryx oryx nom m 0.08 0.00 0.08 0.00 -os os nom m 40.77 49.73 40.77 49.73 -osa oser ver 90.06 155.47 0.05 11.35 ind:pas:3s; -osai oser ver 90.06 155.47 0.14 2.36 ind:pas:1s; -osaient oser ver 90.06 155.47 0.17 3.38 ind:imp:3p; -osais oser ver 90.06 155.47 2.73 12.77 ind:imp:1s;ind:imp:2s; -osait oser ver 90.06 155.47 1.91 27.30 ind:imp:3s; -osant oser ver 90.06 155.47 0.05 5.68 par:pre; -oscar oscar nom m s 1.71 0.47 0.65 0.14 -oscars oscar nom m p 1.71 0.47 1.07 0.34 -oscilla osciller ver 0.63 13.11 0.00 0.61 ind:pas:3s; -oscillai osciller ver 0.63 13.11 0.00 0.07 ind:pas:1s; -oscillaient osciller ver 0.63 13.11 0.00 0.81 ind:imp:3p; -oscillais osciller ver 0.63 13.11 0.01 0.20 ind:imp:1s; -oscillait osciller ver 0.63 13.11 0.01 3.18 ind:imp:3s; -oscillant oscillant adj m s 0.06 0.81 0.04 0.47 -oscillante oscillant adj f s 0.06 0.81 0.01 0.14 -oscillants oscillant adj m p 0.06 0.81 0.00 0.20 -oscillateur oscillateur nom m s 0.17 0.07 0.17 0.07 -oscillation oscillation nom f s 0.25 1.96 0.13 0.88 -oscillations oscillation nom f p 0.25 1.96 0.12 1.08 -oscillatoire oscillatoire adj m s 0.01 0.14 0.01 0.07 -oscillatoires oscillatoire adj m p 0.01 0.14 0.00 0.07 -oscille osciller ver 0.63 13.11 0.46 2.91 imp:pre:2s;ind:pre:1s;ind:pre:3s; -oscillent osciller ver 0.63 13.11 0.09 0.61 ind:pre:3p; -osciller osciller ver 0.63 13.11 0.04 1.76 inf; -oscillez osciller ver 0.63 13.11 0.01 0.00 imp:pre:2p; -oscillographe oscillographe nom s 0.07 0.00 0.07 0.00 -oscillomètre oscillomètre nom m s 0.01 0.07 0.01 0.07 -oscilloscope oscilloscope nom m s 0.08 0.00 0.08 0.00 -oscillèrent osciller ver 0.63 13.11 0.00 0.14 ind:pas:3p; -oscillé osciller ver m s 0.63 13.11 0.00 0.27 par:pas; -ose oser ver 90.06 155.47 22.97 28.51 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -oseille oseille nom f s 1.78 4.32 1.78 4.19 -oseilles oseille nom f p 1.78 4.32 0.00 0.14 -osent oser ver 90.06 155.47 3.23 3.92 ind:pre:3p; -oser oser ver 90.06 155.47 3.15 11.42 inf;; -osera oser ver 90.06 155.47 1.50 1.89 ind:fut:3s; -oserai oser ver 90.06 155.47 1.60 2.03 ind:fut:1s; -oseraie oseraie nom f s 0.00 0.14 0.00 0.07 -oseraient oseraient adv 0.00 0.07 0.00 0.07 -oseraies oseraie nom f p 0.00 0.14 0.00 0.07 -oserais oser ver 90.06 155.47 3.86 3.99 cnd:pre:1s;cnd:pre:2s; -oserait oser ver 90.06 155.47 2.71 5.34 cnd:pre:3s; -oseras oser ver 90.06 155.47 1.42 0.14 ind:fut:2s; -oserez oser ver 90.06 155.47 0.33 0.27 ind:fut:2p; -oseriez oser ver 90.06 155.47 0.91 0.07 cnd:pre:2p; -oserions oser ver 90.06 155.47 0.04 0.14 cnd:pre:1p; -oserons oser ver 90.06 155.47 0.04 0.00 ind:fut:1p; -oseront oser ver 90.06 155.47 0.76 0.47 ind:fut:3p; -oses oser ver 90.06 155.47 18.16 1.89 ind:pre:2s; -osez oser ver 90.06 155.47 10.71 1.49 imp:pre:2p;ind:pre:2p; -osier osier nom m s 0.35 12.64 0.35 12.30 -osiers osier nom m p 0.35 12.64 0.00 0.34 -osiez oser ver 90.06 155.47 0.34 0.14 ind:imp:2p; -osions oser ver 90.06 155.47 0.16 1.55 ind:imp:1p; -osmium osmium nom m s 0.02 0.00 0.02 0.00 -osmonde osmonde nom f s 0.02 0.00 0.02 0.00 -osmose osmose nom f s 0.50 1.08 0.50 1.01 -osmoses osmose nom f p 0.50 1.08 0.00 0.07 -osâmes oser ver 90.06 155.47 0.00 0.20 ind:pas:1p; -osons oser ver 90.06 155.47 0.23 0.81 imp:pre:1p;ind:pre:1p; -osât oser ver 90.06 155.47 0.10 0.88 sub:imp:3s; -ossature ossature nom f s 0.52 1.62 0.52 1.49 -ossatures ossature nom f p 0.52 1.62 0.00 0.14 -osselet osselet nom m s 0.39 3.31 0.00 0.14 -osselets osselet nom m p 0.39 3.31 0.39 3.18 -ossement ossement nom m s 1.33 3.78 0.02 0.14 -ossements ossement nom m p 1.33 3.78 1.30 3.65 -osseuse osseux adj f s 1.73 9.32 1.33 2.64 -osseuses osseux adj f p 1.73 9.32 0.08 1.42 -osseux osseux adj m 1.73 9.32 0.32 5.27 -ossification ossification nom f s 0.00 0.14 0.00 0.14 -ossifié ossifier ver m s 0.00 0.07 0.00 0.07 par:pas; -osso_buco osso_buco nom m s 0.05 0.00 0.05 0.00 -ossuaire ossuaire nom m s 0.43 0.54 0.42 0.41 -ossuaires ossuaire nom m p 0.43 0.54 0.01 0.14 -ossue ossu adj f s 0.00 0.07 0.00 0.07 -ost ost nom m s 0.18 0.00 0.18 0.00 -ostensible ostensible adj s 0.00 0.54 0.00 0.54 -ostensiblement ostensiblement adv 0.04 4.66 0.04 4.66 -ostensoir ostensoir nom m s 0.27 1.62 0.14 1.28 -ostensoirs ostensoir nom m p 0.27 1.62 0.14 0.34 -ostentation ostentation nom f s 0.32 3.38 0.32 3.38 -ostentatoire ostentatoire adj s 0.08 1.42 0.08 1.42 -ostentatoirement ostentatoirement adv 0.00 0.14 0.00 0.14 -osèrent oser ver 90.06 155.47 0.34 0.54 ind:pas:3p; -ostinato ostinato adv 0.02 0.00 0.02 0.00 -ostracisme ostracisme nom m s 0.47 1.08 0.47 1.08 -ostrogoth ostrogoth nom m s 0.02 0.20 0.01 0.14 -ostrogoths ostrogoth nom m p 0.02 0.20 0.01 0.07 -ostréiculteur ostréiculteur nom m s 0.01 0.14 0.00 0.07 -ostréiculteurs ostréiculteur nom m p 0.01 0.14 0.01 0.07 -ostréiculture ostréiculture nom f s 0.01 0.00 0.01 0.00 -ostéoarthrite ostéoarthrite nom f s 0.01 0.00 0.01 0.00 -ostéogenèse ostéogenèse nom f s 0.02 0.00 0.02 0.00 -ostéogéniques ostéogénique adj f p 0.01 0.00 0.01 0.00 -ostéologique ostéologique adj f s 0.01 0.00 0.01 0.00 -ostéomyélite ostéomyélite nom f s 0.03 0.00 0.03 0.00 -ostéopathe ostéopathe nom s 0.36 0.00 0.33 0.00 -ostéopathes ostéopathe nom p 0.36 0.00 0.03 0.00 -ostéopathie ostéopathie nom f s 0.01 0.07 0.01 0.07 -ostéoporose ostéoporose nom f s 0.07 0.00 0.07 0.00 -ostéosarcome ostéosarcome nom m s 0.04 0.00 0.04 0.00 -ostéotomie ostéotomie nom f s 0.01 0.00 0.01 0.00 -osé oser ver m s 90.06 155.47 12.12 26.82 par:pas; -osée oser ver f s 90.06 155.47 0.21 0.07 par:pas; -osées osé adj f p 1.24 0.88 0.39 0.27 -osés osé adj m p 1.24 0.88 0.12 0.14 -otage otage nom m s 26.40 5.74 15.22 2.97 -otages otage nom m p 26.40 5.74 11.17 2.77 -otalgie otalgie nom f s 0.03 0.00 0.03 0.00 -otarie otarie nom f s 1.05 1.15 0.13 0.68 -otaries otarie nom f p 1.05 1.15 0.92 0.47 -otite otite nom f s 1.16 0.81 0.84 0.47 -otites otite nom f p 1.16 0.81 0.31 0.34 -oto_rhino_laryngologique oto_rhino_laryngologique adj f s 0.00 0.07 0.00 0.07 -oto_rhino_laryngologiste oto_rhino_laryngologiste nom s 0.02 0.00 0.02 0.00 -oto_rhino oto_rhino nom s 0.49 1.22 0.48 1.08 -oto_rhino oto_rhino nom p 0.49 1.22 0.01 0.07 -oto_rhino oto_rhino nom s 0.49 1.22 0.00 0.07 -otoscope otoscope nom m s 0.01 0.00 0.01 0.00 -otospongiose otospongiose nom s 0.10 0.00 0.10 0.00 -âtre âtre nom m s 0.10 5.88 0.08 5.61 -âtres âtre nom m p 0.10 5.88 0.01 0.27 -ottoman ottoman adj m s 0.28 1.35 0.18 0.27 -ottomane ottomane nom f s 0.01 0.27 0.01 0.27 -ottomanes ottoman adj f p 0.28 1.35 0.00 0.07 -ottomans ottoman adj m p 0.28 1.35 0.10 0.14 -ou ou con 1583.95 2429.86 1583.95 2429.86 -ouï_dire ouï_dire nom m 0.00 1.01 0.00 1.01 -ouï ouïr ver m s 5.72 3.78 0.87 0.68 par:pas; -ouïe ouïe nom f s 2.38 4.46 2.21 3.38 -ouïes ouïe nom f p 2.38 4.46 0.16 1.08 -ouïgour ouïgour nom s 0.00 0.07 0.00 0.07 -ouïr ouïr ver 5.72 3.78 0.77 1.22 inf; -ouïrais ouïr ver 5.72 3.78 0.00 0.07 cnd:pre:1s; -ouïs ouïr ver m p 5.72 3.78 0.02 0.47 ind:pas:1s;par:pas; -ouït ouïr ver 5.72 3.78 0.00 0.41 ind:pas:3s; -ouah ouah ono 9.30 1.28 9.30 1.28 -ouaille ouaille nom f s 0.57 1.15 0.01 0.07 -ouailles ouaille nom f p 0.57 1.15 0.56 1.08 -ouais ouais adv_sup 533.02 39.05 533.02 39.05 -ouananiche ouananiche nom f s 0.06 0.07 0.04 0.00 -ouananiches ouananiche nom f p 0.06 0.07 0.02 0.07 -ouaouaron ouaouaron nom m s 0.01 0.00 0.01 0.00 -ouata ouater ver 0.00 1.82 0.00 0.07 ind:pas:3s; -ouatant ouater ver 0.00 1.82 0.00 0.07 par:pre; -ouate ouate nom f s 0.27 3.72 0.26 3.58 -ouates ouate nom f p 0.27 3.72 0.01 0.14 -ouateuse ouateux adj f s 0.00 0.14 0.00 0.07 -ouateux ouateux adj m s 0.00 0.14 0.00 0.07 -ouatiner ouatiner ver 0.00 0.41 0.00 0.07 inf; -ouatiné ouatiner ver m s 0.00 0.41 0.00 0.07 par:pas; -ouatinée ouatiner ver f s 0.00 0.41 0.00 0.14 par:pas; -ouatinées ouatiner ver f p 0.00 0.41 0.00 0.14 par:pas; -ouaté ouaté adj m s 0.01 2.23 0.01 0.74 -ouatée ouaté adj f s 0.01 2.23 0.00 1.01 -ouatées ouaté adj f p 0.01 2.23 0.00 0.14 -ouatés ouater ver m p 0.00 1.82 0.00 0.47 par:pas; -oubli oubli nom m s 8.02 29.93 6.92 28.65 -oublia oublier ver 487.06 286.96 0.58 6.15 ind:pas:3s; -oubliable oubliable adj f s 0.03 0.14 0.03 0.14 -oubliai oublier ver 487.06 286.96 0.42 1.96 ind:pas:1s; -oubliaient oublier ver 487.06 286.96 0.17 2.16 ind:imp:3p; -oubliais oublier ver 487.06 286.96 9.17 9.12 ind:imp:1s;ind:imp:2s; -oubliait oublier ver 487.06 286.96 1.22 14.32 ind:imp:3s; -oubliant oublier ver 487.06 286.96 1.52 8.11 par:pre; -oublias oublier ver 487.06 286.96 0.00 0.07 ind:pas:2s; -oubliasse oublier ver 487.06 286.96 0.00 0.07 sub:imp:1s; -oublie oublier ver 487.06 286.96 104.78 34.66 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:1s;sub:pre:3s; -oublient oublier ver 487.06 286.96 3.94 3.51 ind:pre:3p; -oublier oublier ver 487.06 286.96 85.96 74.19 ind:pre:2p;inf; -oubliera oublier ver 487.06 286.96 4.03 1.62 ind:fut:3s; -oublierai oublier ver 487.06 286.96 15.98 6.55 ind:fut:1s; -oublieraient oublier ver 487.06 286.96 0.09 0.20 cnd:pre:3p; -oublierais oublier ver 487.06 286.96 2.42 0.34 cnd:pre:1s;cnd:pre:2s; -oublierait oublier ver 487.06 286.96 0.89 2.97 cnd:pre:3s; -oublieras oublier ver 487.06 286.96 4.74 0.81 ind:fut:2s; -oublierez oublier ver 487.06 286.96 1.89 0.54 ind:fut:2p; -oublierions oublier ver 487.06 286.96 0.00 0.07 cnd:pre:1p; -oublierons oublier ver 487.06 286.96 1.56 0.27 ind:fut:1p; -oublieront oublier ver 487.06 286.96 1.10 0.34 ind:fut:3p; -oublies oublier ver 487.06 286.96 15.34 4.39 ind:pre:2s;sub:pre:2s; -oubliette oubliette nom f s 1.21 1.62 0.19 0.14 -oubliettes oubliette nom f p 1.21 1.62 1.01 1.49 -oublieuse oublieux adj f s 0.65 2.23 0.00 0.68 -oublieuses oublieux adj f p 0.65 2.23 0.20 0.27 -oublieux oublieux adj m 0.65 2.23 0.45 1.28 -oubliez oublier ver 487.06 286.96 49.48 11.15 imp:pre:2p;ind:pre:2p; -oubliiez oublier ver 487.06 286.96 0.00 0.07 ind:imp:2p; -oubliions oublier ver 487.06 286.96 0.00 0.27 ind:imp:1p; -oubliâmes oublier ver 487.06 286.96 0.14 0.07 ind:pas:1p; -oublions oublier ver 487.06 286.96 13.28 3.72 imp:pre:1p;ind:pre:1p; -oubliât oublier ver 487.06 286.96 0.00 0.41 sub:imp:3s; -oublis oubli nom m p 8.02 29.93 0.20 1.22 -oublièrent oublier ver 487.06 286.96 0.02 1.08 ind:pas:3p; -oublié oublier ver m s 487.06 286.96 154.09 80.27 par:pas;par:pas;par:pas; -oubliée oublier ver f s 487.06 286.96 8.81 8.92 par:pas; -oubliées oublier ver f p 487.06 286.96 1.65 2.64 par:pas; -oubliés oublier ver m p 487.06 286.96 3.72 5.95 par:pas; -ouche ouche nom f s 0.42 0.07 0.42 0.07 -oued oued nom m s 0.27 0.61 0.27 0.47 -oueds oued nom m p 0.27 0.61 0.00 0.14 -ouest_allemand ouest_allemand adj m s 0.12 0.00 0.12 0.00 -ouest ouest nom m 27.79 27.77 27.79 27.77 -ouf ouf ono 4.57 7.03 4.57 7.03 -ougandais ougandais nom m 0.06 0.07 0.06 0.07 -ougandaise ougandais adj f s 0.04 0.00 0.04 0.00 -ouh ouh ono 5.50 1.28 5.50 1.28 -oui_da oui_da ono 0.27 0.07 0.27 0.07 -oui oui adv_sup 3207.35 637.57 3207.35 637.57 -ouiche ouiche ono 0.02 1.96 0.02 1.96 -ouighour ouighour nom m s 0.00 1.01 0.00 0.61 -ouighours ouighour nom m p 0.00 1.01 0.00 0.41 -ouille ouille ono 0.79 1.69 0.79 1.69 -ouistiti ouistiti nom m s 1.51 0.81 1.46 0.61 -ouistitis ouistiti nom m p 1.51 0.81 0.05 0.20 -oukases oukase nom m p 0.00 0.07 0.00 0.07 -ouléma ouléma nom m s 0.01 1.69 0.01 0.14 -oulémas ouléma nom m p 0.01 1.69 0.00 1.55 -ounce ounce nom f s 0.01 0.00 0.01 0.00 -ouragan ouragan nom m s 6.05 4.19 5.09 3.72 -ouragans ouragan nom m p 6.05 4.19 0.96 0.47 -ouralienne ouralien adj f s 0.00 0.07 0.00 0.07 -ouraniennes ouranien adj f p 0.00 0.07 0.00 0.07 -ourdi ourdir ver m s 0.72 1.55 0.39 0.27 par:pas; -ourdie ourdir ver f s 0.72 1.55 0.10 0.14 par:pas; -ourdies ourdir ver f p 0.72 1.55 0.00 0.07 par:pas; -ourdir ourdir ver 0.72 1.55 0.01 0.14 inf; -ourdira ourdir ver 0.72 1.55 0.00 0.07 ind:fut:3s; -ourdis ourdir ver 0.72 1.55 0.01 0.07 ind:pre:1s;ind:pre:2s; -ourdissage ourdissage nom m s 0.00 0.54 0.00 0.54 -ourdissait ourdir ver 0.72 1.55 0.10 0.07 ind:imp:3s; -ourdissant ourdir ver 0.72 1.55 0.00 0.20 par:pre; -ourdissent ourdir ver 0.72 1.55 0.00 0.14 ind:pre:3p; -ourdisseur ourdisseur nom m s 0.00 0.41 0.00 0.07 -ourdisseurs ourdisseur nom m p 0.00 0.41 0.00 0.07 -ourdisseuses ourdisseur nom f p 0.00 0.41 0.00 0.27 -ourdissoir ourdissoir nom m s 0.00 0.27 0.00 0.27 -ourdit ourdir ver 0.72 1.55 0.11 0.41 ind:pre:3s;ind:pas:3s; -ourdou ourdou nom m s 0.42 0.00 0.42 0.00 -ourlaient ourler ver 0.02 5.14 0.00 0.20 ind:imp:3p; -ourlait ourler ver 0.02 5.14 0.00 0.41 ind:imp:3s; -ourlant ourler ver 0.02 5.14 0.00 0.34 par:pre; -ourle ourler ver 0.02 5.14 0.00 0.34 ind:pre:3s; -ourlent ourler ver 0.02 5.14 0.00 0.20 ind:pre:3p; -ourler ourler ver 0.02 5.14 0.00 0.34 inf; -ourlet ourlet nom m s 0.93 3.11 0.69 2.36 -ourlets ourlet nom m p 0.93 3.11 0.24 0.74 -ourlé ourler ver m s 0.02 5.14 0.00 0.74 par:pas; -ourlée ourler ver f s 0.02 5.14 0.00 0.81 par:pas; -ourlées ourler ver f p 0.02 5.14 0.02 1.42 par:pas; -ourlés ourler ver m p 0.02 5.14 0.00 0.34 par:pas; -ouroboros ouroboros nom m 0.02 0.00 0.02 0.00 -ours ours nom m s 24.57 17.91 23.96 17.36 -ourse ours nom f s 24.57 17.91 0.58 0.47 -ourses ours nom f p 24.57 17.91 0.02 0.07 -oursin oursin nom m s 0.38 2.03 0.04 0.54 -oursins oursin nom m p 0.38 2.03 0.34 1.49 -ourson ourson nom m s 1.62 0.74 1.52 0.41 -oursonne ourson nom f s 1.62 0.74 0.01 0.07 -oursonnes oursonne nom f p 0.01 0.00 0.01 0.00 -oursons ourson nom m p 1.62 0.74 0.09 0.27 -ousque ousque adv 0.01 0.07 0.01 0.07 -oust oust ono 0.25 0.14 0.25 0.14 -oustachi oustachi nom m s 0.28 0.27 0.14 0.00 -oustachis oustachi nom m p 0.28 0.27 0.14 0.27 -ouste ouste ono 5.24 1.82 5.24 1.82 -out out adj 8.04 0.68 8.04 0.68 -outarde outarde nom f s 0.00 0.14 0.00 0.07 -outardes outarde nom f p 0.00 0.14 0.00 0.07 -outil outil nom m s 14.18 30.88 3.63 10.14 -outillage outillage nom m s 0.36 2.70 0.25 2.23 -outillages outillage nom m p 0.36 2.70 0.11 0.47 -outiller outiller ver 0.06 0.20 0.01 0.00 inf; -outilleur outilleur nom m s 0.10 0.00 0.10 0.00 -outillé outiller ver m s 0.06 0.20 0.04 0.07 par:pas; -outillée outillé adj f s 0.01 0.41 0.00 0.07 -outillées outillé adj f p 0.01 0.41 0.00 0.07 -outillés outiller ver m p 0.06 0.20 0.01 0.07 par:pas; -outils outil nom m p 14.18 30.88 10.56 20.74 -outlaw outlaw nom m s 0.00 0.14 0.00 0.07 -outlaws outlaw nom m p 0.00 0.14 0.00 0.07 -outrage outrage nom m s 3.89 5.14 3.40 2.97 -outrageant outrageant adj m s 0.36 0.61 0.15 0.27 -outrageante outrageant adj f s 0.36 0.61 0.20 0.20 -outrageantes outrageant adj f p 0.36 0.61 0.00 0.07 -outrageants outrageant adj m p 0.36 0.61 0.02 0.07 -outragent outrager ver 2.36 4.66 0.01 0.07 ind:pre:3p; -outrager outrager ver 2.36 4.66 0.26 0.27 inf; -outragerais outrager ver 2.36 4.66 0.00 0.07 cnd:pre:1s; -outrages outrage nom m p 3.89 5.14 0.49 2.16 -outrageuse outrageux adj f s 0.10 0.27 0.05 0.00 -outrageusement outrageusement adv 0.08 1.35 0.08 1.35 -outrageuses outrageux adj f p 0.10 0.27 0.01 0.07 -outrageux outrageux adj m s 0.10 0.27 0.03 0.20 -outragez outrager ver 2.36 4.66 0.17 0.00 imp:pre:2p;ind:pre:2p; -outragèrent outrager ver 2.36 4.66 0.00 0.07 ind:pas:3p; -outragé outrager ver m s 2.36 4.66 0.26 1.42 par:pas; -outragée outrager ver f s 2.36 4.66 0.27 1.55 par:pas; -outragées outrager ver f p 2.36 4.66 0.01 0.20 par:pas; -outragés outrager ver m p 2.36 4.66 0.31 0.54 par:pas; -outrait outrer ver 0.57 3.11 0.00 0.34 ind:imp:3s; -outrance outrance nom f s 0.17 3.51 0.17 2.77 -outrances outrance nom f p 0.17 3.51 0.00 0.74 -outrancier outrancier adj m s 0.16 0.68 0.14 0.41 -outrancière outrancier adj f s 0.16 0.68 0.01 0.14 -outrancières outrancier adj f p 0.16 0.68 0.01 0.14 -outrant outrer ver 0.57 3.11 0.00 0.07 par:pre; -outre_atlantique outre_atlantique adv 0.04 0.68 0.04 0.68 -outre_manche outre_manche adv 0.00 0.20 0.00 0.20 -outre_mer outre_mer adv 0.89 4.05 0.89 4.05 -outre_rhin outre_rhin adv 0.00 0.27 0.00 0.27 -outre_tombe outre_tombe adj s 0.26 2.16 0.26 2.16 -outre outre pre 3.03 15.27 3.03 15.27 -outrecuidance outrecuidance nom f s 0.01 0.74 0.01 0.74 -outrecuidant outrecuidant adj m s 0.11 0.54 0.11 0.20 -outrecuidante outrecuidant adj f s 0.11 0.54 0.00 0.14 -outrecuidantes outrecuidant adj f p 0.11 0.54 0.00 0.14 -outrecuidants outrecuidant adj m p 0.11 0.54 0.00 0.07 -outremer outremer nom m s 0.21 0.47 0.21 0.47 -outrepassa outrepasser ver 0.83 0.68 0.01 0.07 ind:pas:3s; -outrepassaient outrepasser ver 0.83 0.68 0.00 0.14 ind:imp:3p; -outrepassait outrepasser ver 0.83 0.68 0.03 0.07 ind:imp:3s; -outrepassant outrepasser ver 0.83 0.68 0.01 0.00 par:pre; -outrepasse outrepasser ver 0.83 0.68 0.13 0.20 imp:pre:2s;ind:pre:1s;ind:pre:3s; -outrepassent outrepasser ver 0.83 0.68 0.02 0.00 ind:pre:3p; -outrepasser outrepasser ver 0.83 0.68 0.23 0.07 inf; -outrepasserai outrepasser ver 0.83 0.68 0.00 0.07 ind:fut:1s; -outrepasses outrepasser ver 0.83 0.68 0.20 0.00 ind:pre:2s; -outrepassez outrepasser ver 0.83 0.68 0.07 0.00 ind:pre:2p; -outrepassé outrepasser ver m s 0.83 0.68 0.13 0.07 par:pas; -outrer outrer ver 0.57 3.11 0.00 0.07 inf; -outres outre nom_sup f p 4.45 24.59 0.02 1.42 -outrigger outrigger nom m s 0.16 0.00 0.16 0.00 -outré outrer ver m s 0.57 3.11 0.27 0.61 par:pas; -outrée outré adj f s 0.47 2.23 0.26 0.68 -outrées outrer ver f p 0.57 3.11 0.01 0.07 par:pas; -outrés outré adj m p 0.47 2.23 0.01 0.34 -outsider outsider nom m s 0.54 0.74 0.44 0.54 -outsiders outsider nom m p 0.54 0.74 0.10 0.20 -ouvert ouvrir ver m s 413.32 492.50 56.83 56.35 par:pas; -ouverte ouvrir ver f s 413.32 492.50 22.29 27.97 par:pas; -ouvertement ouvertement adv 2.50 6.96 2.50 6.96 -ouvertes ouvert adj f p 39.97 132.36 2.88 15.14 -ouverts ouvert adj m p 39.97 132.36 7.22 23.31 -ouverture ouverture nom f s 18.31 26.69 16.87 23.04 -ouvertures ouverture nom f p 18.31 26.69 1.44 3.65 -ouvrîmes ouvrir ver 413.32 492.50 0.00 0.34 ind:pas:1p; -ouvrît ouvrir ver 413.32 492.50 0.01 1.28 sub:imp:3s; -ouvrable ouvrable adj m s 0.31 1.35 0.03 0.47 -ouvrables ouvrable adj p 0.31 1.35 0.28 0.88 -ouvrage ouvrage nom m s 5.50 37.30 4.72 26.15 -ouvrageant ouvrager ver 0.14 0.68 0.00 0.07 par:pre; -ouvrager ouvrager ver 0.14 0.68 0.00 0.07 inf; -ouvrages ouvrage nom m p 5.50 37.30 0.78 11.15 -ouvragé ouvragé adj m s 0.15 2.30 0.02 0.88 -ouvragée ouvragé adj f s 0.15 2.30 0.12 0.54 -ouvragées ouvragé adj f p 0.15 2.30 0.00 0.61 -ouvragés ouvragé adj m p 0.15 2.30 0.01 0.27 -ouvraient ouvrir ver 413.32 492.50 0.52 12.50 ind:imp:3p; -ouvrais ouvrir ver 413.32 492.50 1.39 4.12 ind:imp:1s;ind:imp:2s; -ouvrait ouvrir ver 413.32 492.50 2.40 46.62 ind:imp:3s; -ouvrant ouvrir ver 413.32 492.50 1.86 18.65 par:pre; -ouvrants ouvrant adj m p 0.32 3.18 0.00 0.07 -ouvre_boîte ouvre_boîte nom m s 0.32 0.20 0.32 0.20 -ouvre_boîtes ouvre_boîtes nom m 0.16 0.34 0.16 0.34 -ouvre_bouteille ouvre_bouteille nom m s 0.12 0.14 0.08 0.00 -ouvre_bouteille ouvre_bouteille nom m p 0.12 0.14 0.04 0.14 -ouvre ouvrir ver 413.32 492.50 141.45 80.07 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -ouvrent ouvrir ver 413.32 492.50 6.24 10.88 ind:pre:3p;sub:pre:3p; -ouvrer ouvrer ver 0.02 0.14 0.00 0.07 inf; -ouvres ouvrir ver 413.32 492.50 10.20 1.62 ind:pre:2s;sub:pre:2s; -ouvreur ouvreur nom m s 1.21 2.36 1.00 0.00 -ouvreurs ouvreur nom m p 1.21 2.36 0.01 0.14 -ouvreuse ouvreur nom f s 1.21 2.36 0.20 1.62 -ouvreuses ouvreuse nom f p 0.17 0.00 0.17 0.00 -ouvrez ouvrir ver 413.32 492.50 64.17 6.22 imp:pre:2p;imp:pre:2p;ind:pre:2p; -ouvrier ouvrier nom m s 22.38 51.35 7.17 12.64 -ouvriers ouvrier nom m p 22.38 51.35 14.56 34.46 -ouvriez ouvrir ver 413.32 492.50 0.41 0.00 ind:imp:2p; -ouvrions ouvrir ver 413.32 492.50 0.10 0.88 ind:imp:1p; -ouvrir ouvrir ver 413.32 492.50 79.61 88.58 inf; -ouvrira ouvrir ver 413.32 492.50 4.13 1.96 ind:fut:3s; -ouvrirai ouvrir ver 413.32 492.50 2.45 0.95 ind:fut:1s; -ouvriraient ouvrir ver 413.32 492.50 0.09 1.28 cnd:pre:3p; -ouvrirais ouvrir ver 413.32 492.50 0.41 0.61 cnd:pre:1s;cnd:pre:2s; -ouvrirait ouvrir ver 413.32 492.50 0.75 4.26 cnd:pre:3s; -ouvriras ouvrir ver 413.32 492.50 0.85 0.27 ind:fut:2s; -ouvrirent ouvrir ver 413.32 492.50 0.51 3.78 ind:pas:3p; -ouvrirez ouvrir ver 413.32 492.50 0.60 0.07 ind:fut:2p; -ouvririez ouvrir ver 413.32 492.50 0.18 0.07 cnd:pre:2p; -ouvririons ouvrir ver 413.32 492.50 0.15 0.00 cnd:pre:1p; -ouvrirons ouvrir ver 413.32 492.50 0.77 0.00 ind:fut:1p; -ouvriront ouvrir ver 413.32 492.50 1.35 0.68 ind:fut:3p; -ouvris ouvrir ver 413.32 492.50 0.36 7.97 ind:pas:1s;ind:pas:2s; -ouvrissent ouvrir ver 413.32 492.50 0.00 0.20 sub:imp:3p; -ouvrit ouvrir ver 413.32 492.50 2.54 86.62 ind:pas:3s; -ouvrière ouvrier adj f s 6.07 15.88 2.48 6.69 -ouvrières ouvrière nom f p 1.56 0.00 1.56 0.00 -ouvriérisme ouvriérisme nom m s 0.00 0.07 0.00 0.07 -ouvriériste ouvriériste adj m s 0.00 0.20 0.00 0.20 -ouvroir ouvroir nom m s 0.00 0.88 0.00 0.68 -ouvroirs ouvroir nom m p 0.00 0.88 0.00 0.20 -ouvrons ouvrir ver 413.32 492.50 3.39 0.95 imp:pre:1p;ind:pre:1p; -ouvré ouvrer ver m s 0.02 0.14 0.02 0.07 par:pas; -ouvrées ouvré adj f p 0.04 0.27 0.00 0.14 -ouvrés ouvré adj m p 0.04 0.27 0.03 0.07 -ouzbeks ouzbek adj p 0.00 0.07 0.00 0.07 -ouzo ouzo nom m s 0.58 2.36 0.48 2.30 -ouzos ouzo nom m p 0.58 2.36 0.10 0.07 -ovaire ovaire nom m s 1.20 1.35 0.49 0.14 -ovaires ovaire nom m p 1.20 1.35 0.71 1.22 -ovalaire ovalaire adj f s 0.00 0.07 0.00 0.07 -ovale ovale adj s 1.88 10.54 1.83 8.18 -ovales ovale adj p 1.88 10.54 0.06 2.36 -ovalisées ovaliser ver f p 0.00 0.07 0.00 0.07 par:pas; -ovariectomie ovariectomie nom f s 0.01 0.00 0.01 0.00 -ovarien ovarien adj m s 0.07 0.00 0.02 0.00 -ovarienne ovarien adj f s 0.07 0.00 0.05 0.00 -ovariotomie ovariotomie nom f s 0.00 0.07 0.00 0.07 -ovation ovation nom f s 0.96 2.50 0.91 1.49 -ovationnaient ovationner ver 0.03 0.34 0.00 0.07 ind:imp:3p; -ovationner ovationner ver 0.03 0.34 0.01 0.14 inf; -ovationné ovationner ver m s 0.03 0.34 0.01 0.07 par:pas; -ovationnés ovationner ver m p 0.03 0.34 0.01 0.07 par:pas; -ovations ovation nom f p 0.96 2.50 0.06 1.01 -ove ove nom m s 0.20 0.07 0.20 0.07 -overdose overdose nom f s 5.11 1.28 4.81 1.28 -overdoses overdose nom f p 5.11 1.28 0.29 0.00 -overdrive overdrive nom m s 0.05 0.07 0.05 0.07 -ovibos ovibos nom m 0.00 0.07 0.00 0.07 -ovin ovin adj m s 0.01 0.00 0.01 0.00 -ovins ovin nom m p 0.04 0.07 0.04 0.07 -ovipare ovipare adj s 0.02 0.00 0.01 0.00 -ovipares ovipare adj p 0.02 0.00 0.01 0.00 -ovni ovni nom m 2.98 0.27 1.07 0.14 -ovnis ovni nom m p 2.98 0.27 1.91 0.14 -ovoïdal ovoïdal adj m s 0.01 0.61 0.00 0.61 -ovoïdale ovoïdal adj f s 0.01 0.61 0.01 0.00 -ovoïde ovoïde adj s 0.00 1.08 0.00 0.95 -ovoïdes ovoïde adj p 0.00 1.08 0.00 0.14 -ovocyte ovocyte nom m s 0.03 0.41 0.00 0.14 -ovocytes ovocyte nom m p 0.03 0.41 0.03 0.27 -ovée ové adj f s 0.01 0.00 0.01 0.00 -ovulaire ovulaire adj f s 0.01 0.00 0.01 0.00 -ovulation ovulation nom f s 0.53 0.07 0.53 0.07 -ovule ovule nom m s 1.16 0.47 0.64 0.27 -ovuler ovuler ver 0.11 0.00 0.04 0.00 inf; -ovules ovule nom m p 1.16 0.47 0.52 0.20 -oxalate oxalate nom m s 0.01 0.00 0.01 0.00 -oxer oxer nom m s 0.00 0.07 0.00 0.07 -oxfordien oxfordien adj m s 0.00 0.14 0.00 0.07 -oxfordiennes oxfordien adj f p 0.00 0.14 0.00 0.07 -oxfords oxford nom m p 0.03 0.14 0.03 0.14 -oxhydrique oxhydrique adj s 0.00 0.07 0.00 0.07 -oxo oxo adj 0.00 0.07 0.00 0.07 -oxonienne oxonien nom f s 0.00 0.07 0.00 0.07 -oxychlorure oxychlorure nom m s 0.01 0.00 0.01 0.00 -oxydant oxydant nom m s 0.05 0.00 0.01 0.00 -oxydants oxydant nom m p 0.05 0.00 0.04 0.00 -oxydation oxydation nom f s 0.16 0.20 0.16 0.20 -oxyde oxyde nom m s 1.03 0.41 0.99 0.34 -oxyder oxyder ver 0.10 0.61 0.00 0.07 inf; -oxydes oxyde nom m p 1.03 0.41 0.04 0.07 -oxydé oxyder ver m s 0.10 0.61 0.07 0.14 par:pas; -oxydée oxyder ver f s 0.10 0.61 0.00 0.14 par:pas; -oxydées oxyder ver f p 0.10 0.61 0.00 0.14 par:pas; -oxygène oxygène nom m s 14.03 4.39 14.03 4.39 -oxygènent oxygéner ver 0.53 0.20 0.01 0.07 ind:pre:3p; -oxygénation oxygénation nom f s 0.15 0.07 0.15 0.07 -oxygéner oxygéner ver 0.53 0.20 0.19 0.00 inf; -oxygéné oxygéné adj m s 0.49 0.95 0.05 0.07 -oxygénée oxygéné adj f s 0.49 0.95 0.42 0.54 -oxygénées oxygéné adj f p 0.49 0.95 0.00 0.07 -oxygénés oxygéné adj m p 0.49 0.95 0.02 0.27 -oxymore oxymore nom m s 0.04 0.00 0.03 0.00 -oxymores oxymore nom m p 0.04 0.00 0.01 0.00 -oxymoron oxymoron nom m s 0.05 0.00 0.05 0.00 -oxymétrie oxymétrie nom f s 0.03 0.00 0.03 0.00 -oyant oyant adj m s 0.10 0.00 0.10 0.00 -oyat oyat nom m s 0.11 0.14 0.00 0.07 -oyats oyat nom m p 0.11 0.14 0.11 0.07 -oye oye nom f s 0.21 0.95 0.21 0.95 -oyez ouïr ver 5.72 3.78 1.69 0.20 imp:pre:2p;ind:pre:2p; -oyons ouïr ver 5.72 3.78 0.01 0.07 imp:pre:1p; -ozone ozone nom m s 1.35 0.54 1.35 0.54 -p. p. nom m 3.66 0.34 3.66 0.34 -p.m. p.m. nom m s 0.01 0.00 0.01 0.00 -pôle pôle nom m s 3.59 3.99 3.12 2.77 -pôles pôle nom m p 3.59 3.99 0.47 1.22 -pûmes pouvoir ver_sup 5524.52 2659.80 0.16 1.62 ind:pas:1p; -pût pouvoir ver_sup 5524.52 2659.80 0.50 42.70 sub:imp:3s; -pûtes pouvoir ver_sup 5524.52 2659.80 0.04 0.00 ind:pas:2p; -pa pa art_ind m s 0.01 0.00 0.01 0.00 -paît paître ver 2.29 4.46 0.20 0.00 ind:pre:3s; -paître paître ver 2.29 4.46 0.97 1.76 inf; -paîtront paître ver 2.29 4.46 0.12 0.00 ind:fut:3p; -païen païen adj m s 1.39 3.38 0.51 1.42 -païenne païen adj f s 1.39 3.38 0.39 1.28 -païennes païen adj f p 1.39 3.38 0.29 0.20 -païens païen nom m p 2.22 2.57 1.91 1.28 -pacage pacage nom m s 0.00 0.74 0.00 0.34 -pacages pacage nom m p 0.00 0.74 0.00 0.41 -pacas paca adj m p 0.01 0.00 0.01 0.00 -pacemaker pacemaker nom m s 0.56 0.34 0.41 0.34 -pacemakers pacemaker nom m p 0.56 0.34 0.15 0.00 -pacha pacha nom m s 7.28 11.96 7.11 11.15 -pachas pacha nom m p 7.28 11.96 0.17 0.81 -pachinko pachinko nom m s 0.00 0.07 0.00 0.07 -pachon pachon nom m s 0.00 0.07 0.00 0.07 -pachyderme pachyderme nom m s 0.21 1.01 0.14 0.74 -pachydermes pachyderme nom m p 0.21 1.01 0.07 0.27 -pachydermique pachydermique adj s 0.01 0.74 0.01 0.68 -pachydermiques pachydermique adj p 0.01 0.74 0.00 0.07 -pacifiait pacifier ver 0.65 2.30 0.00 0.14 ind:imp:3s; -pacifiant pacifier ver 0.65 2.30 0.00 0.07 par:pre; -pacifiante pacifiant adj f s 0.00 0.27 0.00 0.20 -pacifiantes pacifiant adj f p 0.00 0.27 0.00 0.07 -pacificateur pacificateur nom m s 4.01 0.07 1.10 0.07 -pacificateurs pacificateur nom m p 4.01 0.07 2.74 0.00 -pacification pacification nom f s 0.12 0.41 0.12 0.41 -pacificatrice pacificateur nom f s 4.01 0.07 0.17 0.00 -pacifie pacifier ver 0.65 2.30 0.00 0.14 ind:pre:3s; -pacifier pacifier ver 0.65 2.30 0.45 0.61 inf; -pacifique pacifique adj s 4.00 4.26 2.90 3.11 -pacifiquement pacifiquement adv 0.93 0.27 0.93 0.27 -pacifiques pacifique adj p 4.00 4.26 1.10 1.15 -pacifisme pacifisme nom m s 0.14 0.54 0.14 0.54 -pacifiste pacifiste adj s 0.98 0.95 0.88 0.61 -pacifistes pacifiste nom p 0.46 0.68 0.17 0.34 -pacifié pacifier ver m s 0.65 2.30 0.17 0.74 par:pas; -pacifiée pacifier ver f s 0.65 2.30 0.03 0.34 par:pas; -pacifiées pacifier ver f p 0.65 2.30 0.00 0.14 par:pas; -pacifiés pacifier ver m p 0.65 2.30 0.00 0.14 par:pas; -pack pack nom m s 1.72 0.88 1.50 0.27 -package package nom m s 0.09 0.00 0.09 0.00 -packaging packaging nom m s 0.01 0.00 0.01 0.00 -packs pack nom m p 1.72 0.88 0.22 0.61 -packson packson nom m s 0.04 0.07 0.04 0.07 -pacotille pacotille nom f s 1.63 3.24 1.61 2.91 -pacotilles pacotille nom f p 1.63 3.24 0.02 0.34 -pacs pacs nom m 0.58 0.00 0.58 0.00 -pacsif pacsif nom m s 0.00 0.34 0.00 0.20 -pacsifs pacsif nom m p 0.00 0.34 0.00 0.14 -pacson pacson nom m s 0.06 0.61 0.04 0.61 -pacsons pacson nom m p 0.06 0.61 0.02 0.00 -pacsés pacser ver m p 0.37 0.00 0.37 0.00 par:pas; -pacte pacte nom m s 8.12 11.89 7.29 11.49 -pactes pacte nom m p 8.12 11.89 0.83 0.41 -pactisaient pactiser ver 0.52 1.42 0.00 0.07 ind:imp:3p; -pactisait pactiser ver 0.52 1.42 0.01 0.20 ind:imp:3s; -pactisant pactiser ver 0.52 1.42 0.00 0.07 par:pre; -pactise pactiser ver 0.52 1.42 0.05 0.07 ind:pre:1s;ind:pre:3s; -pactiser pactiser ver 0.52 1.42 0.25 0.74 inf; -pactiseras pactiser ver 0.52 1.42 0.00 0.07 ind:fut:2s; -pactiseurs pactiseur nom m p 0.00 0.07 0.00 0.07 -pactisez pactiser ver 0.52 1.42 0.01 0.00 imp:pre:2p; -pactisions pactiser ver 0.52 1.42 0.00 0.07 ind:imp:1p; -pactisé pactiser ver m s 0.52 1.42 0.20 0.14 par:pas; -pactole pactole nom m s 1.14 0.74 1.14 0.61 -pactoles pactole nom m p 1.14 0.74 0.00 0.14 -pad pad nom m s 0.11 0.27 0.11 0.27 -paddock paddock nom m s 0.28 2.64 0.27 2.36 -paddocker paddocker ver 0.00 0.07 0.00 0.07 inf; -paddocks paddock nom m p 0.28 2.64 0.01 0.27 -paddy paddy nom m s 1.52 0.47 1.52 0.47 -padouanes padouan adj f p 0.00 0.07 0.00 0.07 -paella paella nom f s 1.98 0.68 1.71 0.54 -paellas paella nom f p 1.98 0.68 0.27 0.14 -paf paf adj 1.31 2.23 1.31 2.23 -pagaïe pagaïe nom f s 0.07 0.74 0.07 0.74 -pagaie pagaie nom f s 0.72 1.08 0.65 0.47 -pagaient pagayer ver 0.42 1.08 0.02 0.00 ind:pre:3p; -pagaiera pagayer ver 0.42 1.08 0.01 0.00 ind:fut:3s; -pagaies pagaie nom f p 0.72 1.08 0.07 0.61 -pagaille pagaille nom f s 5.21 4.80 5.09 4.73 -pagailles pagaille nom f p 5.21 4.80 0.13 0.07 -pagailleux pagailleux adj m 0.00 0.07 0.00 0.07 -paganisme paganisme nom m s 0.04 0.47 0.04 0.47 -pagaya pagayer ver 0.42 1.08 0.00 0.07 ind:pas:3s; -pagayait pagayer ver 0.42 1.08 0.00 0.07 ind:imp:3s; -pagayant pagayer ver 0.42 1.08 0.02 0.07 par:pre; -pagaye pagaye nom f s 0.02 0.41 0.02 0.41 -pagayer pagayer ver 0.42 1.08 0.13 0.34 inf; -pagayeur pagayeur nom m s 0.03 0.14 0.00 0.07 -pagayeurs pagayeur nom m p 0.03 0.14 0.03 0.07 -pagayez pagayer ver 0.42 1.08 0.09 0.00 imp:pre:2p; -pagayèrent pagayer ver 0.42 1.08 0.00 0.07 ind:pas:3p; -pagayé pagayer ver m s 0.42 1.08 0.05 0.14 par:pas; -page page nom s 39.41 115.54 25.16 55.88 -pageais pager ver 1.01 0.61 0.00 0.07 ind:imp:1s; -pageait pager ver 1.01 0.61 0.00 0.07 ind:imp:3s; -pageant pager ver 1.01 0.61 0.01 0.00 par:pre; -pagels pagel nom m p 0.01 0.00 0.01 0.00 -pageot pageot nom m s 0.02 2.09 0.02 1.62 -pageots pageot nom m p 0.02 2.09 0.00 0.47 -pager pager ver 1.01 0.61 0.99 0.27 inf; -pages page nom p 39.41 115.54 14.25 59.66 -pagination pagination nom f s 0.01 0.07 0.01 0.07 -paginer paginer ver 0.01 0.00 0.01 0.00 inf; -pagne pagne nom m s 0.40 1.69 0.37 1.42 -pagnes pagne nom m p 0.40 1.69 0.03 0.27 -pagnon pagnon nom m s 0.00 0.07 0.00 0.07 -pagnote pagnoter ver 0.00 0.14 0.00 0.07 ind:pre:1s; -pagnoter pagnoter ver 0.00 0.14 0.00 0.07 inf; -pagode pagode nom f s 0.40 2.84 0.23 2.36 -pagodes pagode nom f p 0.40 2.84 0.16 0.47 -pagodon pagodon nom m s 0.00 0.07 0.00 0.07 -pagé pager ver m s 1.01 0.61 0.01 0.07 par:pas; -pagée pager ver f s 1.01 0.61 0.00 0.07 par:pas; -pagure pagure nom m s 0.00 0.14 0.00 0.07 -pagures pagure nom m p 0.00 0.14 0.00 0.07 -pagus pagus nom m 0.01 0.07 0.01 0.07 -pagés pager ver m p 1.01 0.61 0.00 0.07 par:pas; -paie payer ver 416.67 150.20 53.51 11.01 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:1s;sub:pre:3s; -paiement paiement nom m s 5.56 2.03 4.36 1.62 -paiements paiement nom m p 5.56 2.03 1.20 0.41 -paient payer ver 416.67 150.20 6.98 2.09 ind:pre:3p; -paiera payer ver 416.67 150.20 8.71 1.96 ind:fut:3s; -paierai payer ver 416.67 150.20 14.53 2.57 ind:fut:1s; -paieraient payer ver 416.67 150.20 0.93 0.41 cnd:pre:3p; -paierais payer ver 416.67 150.20 2.84 0.41 cnd:pre:1s;cnd:pre:2s; -paierait payer ver 416.67 150.20 2.20 1.62 cnd:pre:3s; -paieras payer ver 416.67 150.20 6.30 1.22 ind:fut:2s; -paierez payer ver 416.67 150.20 4.70 0.34 ind:fut:2p; -paierie paierie nom f s 0.01 0.20 0.01 0.20 -paieriez payer ver 416.67 150.20 0.11 0.00 cnd:pre:2p; -paierions payer ver 416.67 150.20 0.01 0.07 cnd:pre:1p; -paierons payer ver 416.67 150.20 1.01 0.27 ind:fut:1p; -paieront payer ver 416.67 150.20 2.84 0.54 ind:fut:3p; -paies payer ver 416.67 150.20 8.97 0.74 ind:pre:2s; -paillard paillard adj m s 0.35 0.95 0.17 0.61 -paillardait paillarder ver 0.00 0.07 0.00 0.07 ind:imp:3s; -paillarde paillard adj f s 0.35 0.95 0.01 0.14 -paillardement paillardement adv 0.00 0.07 0.00 0.07 -paillardes paillard adj f p 0.35 0.95 0.17 0.14 -paillardise paillardise nom f s 0.16 0.20 0.16 0.20 -paillards paillard adj m p 0.35 0.95 0.00 0.07 -paillasse paillasse nom s 2.38 8.78 1.98 7.43 -paillasses paillasse nom f p 2.38 8.78 0.40 1.35 -paillasson paillasson nom m s 1.06 4.39 0.93 3.51 -paillassons paillasson nom m p 1.06 4.39 0.14 0.88 -paille paille nom f s 9.43 44.05 8.57 42.97 -pailler pailler ver 0.01 0.27 0.01 0.00 inf; -pailles paille nom f p 9.43 44.05 0.86 1.08 -pailleter pailleter ver 0.03 1.35 0.00 0.14 inf; -paillette paillette nom f s 1.71 5.14 0.08 0.41 -paillettes paillette nom f p 1.71 5.14 1.63 4.73 -pailleté pailleter ver m s 0.03 1.35 0.02 0.34 par:pas; -pailletée pailleté adj f s 0.03 1.15 0.01 0.34 -pailletées pailleté adj f p 0.03 1.15 0.01 0.20 -pailletés pailleter ver m p 0.03 1.35 0.00 0.27 par:pas; -pailleux pailleux adj m 0.00 0.07 0.00 0.07 -paillis paillis nom m 0.04 0.00 0.04 0.00 -paillon paillon nom m s 0.00 0.41 0.00 0.20 -paillons paillon nom m p 0.00 0.41 0.00 0.20 -paillot paillot nom m s 0.00 0.81 0.00 0.81 -paillote paillote nom f s 0.02 1.22 0.02 0.34 -paillotes paillote nom f p 0.02 1.22 0.00 0.88 -paillé paillé adj m s 0.00 1.62 0.00 0.14 -paillu paillu adj m s 0.00 0.07 0.00 0.07 -paillée paillé adj f s 0.00 1.62 0.00 0.81 -paillées paillé adj f p 0.00 1.62 0.00 0.68 -paimpolaise paimpolais nom f s 0.00 0.47 0.00 0.41 -paimpolaises paimpolais nom f p 0.00 0.47 0.00 0.07 -pain pain nom m s 67.58 105.41 62.81 99.32 -pains pain nom m p 67.58 105.41 4.77 6.08 -pair pair nom m s 3.54 6.62 2.27 3.92 -paire paire nom f s 21.59 32.84 18.31 26.89 -paires paire nom f p 21.59 32.84 3.28 5.95 -pairesses pairesse nom f p 0.00 0.07 0.00 0.07 -pairie pairie nom f s 0.03 0.07 0.03 0.07 -pairs pair nom m p 3.54 6.62 1.27 2.70 -pais paître ver 2.29 4.46 0.39 0.07 imp:pre:2s;ind:pre:1s;ind:pre:2s; -paisible paisible adj s 7.55 36.42 6.32 27.84 -paisiblement paisiblement adv 2.10 9.12 2.10 9.12 -paisibles paisible adj p 7.55 36.42 1.23 8.58 -paissaient paître ver 2.29 4.46 0.01 1.49 ind:imp:3p; -paissait paître ver 2.29 4.46 0.14 0.20 ind:imp:3s; -paissant paître ver 2.29 4.46 0.03 0.34 par:pre; -paissent paître ver 2.29 4.46 0.42 0.61 ind:pre:3p; -paiute paiute nom s 0.05 0.07 0.04 0.07 -paiutes paiute nom p 0.05 0.07 0.01 0.00 -paix paix nom f 144.86 103.72 144.86 103.72 -pakistanais pakistanais nom m 1.56 0.27 1.36 0.20 -pakistanaise pakistanais adj f s 1.22 0.47 0.23 0.20 -pakistanaises pakistanais adj f p 1.22 0.47 0.04 0.00 -pakistano pakistano adv 0.01 0.07 0.01 0.07 -pal pal nom m s 0.19 0.88 0.14 0.68 -palabra palabrer ver 0.64 2.03 0.09 0.07 ind:pas:3s; -palabraient palabrer ver 0.64 2.03 0.00 0.34 ind:imp:3p; -palabrait palabrer ver 0.64 2.03 0.00 0.34 ind:imp:3s; -palabrant palabrer ver 0.64 2.03 0.01 0.20 par:pre; -palabre palabrer ver 0.64 2.03 0.11 0.00 ind:pre:3s; -palabrent palabrer ver 0.64 2.03 0.02 0.20 ind:pre:3p; -palabrer palabrer ver 0.64 2.03 0.35 0.88 inf; -palabres palabre nom p 0.14 3.51 0.13 3.04 -palabreur palabreur nom m s 0.00 0.14 0.00 0.07 -palabreurs palabreur nom m p 0.00 0.14 0.00 0.07 -palabré palabrer ver m s 0.64 2.03 0.06 0.00 par:pas; -palace palace nom m s 4.85 7.77 4.56 5.47 -palaces palace nom m p 4.85 7.77 0.29 2.30 -paladin paladin nom m s 0.18 0.81 0.16 0.54 -paladins paladin nom m p 0.18 0.81 0.03 0.27 -palais palais nom m 29.55 58.72 29.55 58.72 -palan palan nom m s 0.11 0.74 0.07 0.54 -palanche palanche nom f s 0.10 0.14 0.00 0.14 -palanches palanche nom f p 0.10 0.14 0.10 0.00 -palangrotte palangrotte nom f s 0.00 0.14 0.00 0.14 -palanquer palanquer ver 0.01 0.14 0.01 0.00 inf; -palanquin palanquin nom m s 0.32 0.41 0.32 0.34 -palanquins palanquin nom m p 0.32 0.41 0.00 0.07 -palanquée palanquer ver f s 0.01 0.14 0.00 0.07 par:pas; -palanquées palanquer ver f p 0.01 0.14 0.00 0.07 par:pas; -palans palan nom m p 0.11 0.74 0.04 0.20 -palastre palastre nom m s 0.00 0.07 0.00 0.07 -palatales palatal adj f p 0.00 0.07 0.00 0.07 -palatin palatin adj m s 0.03 0.20 0.02 0.14 -palatine palatin adj f s 0.03 0.20 0.01 0.07 -palatines palatine nom f p 0.00 0.07 0.00 0.07 -palatisation palatisation nom f s 0.00 0.07 0.00 0.07 -palazzo palazzo nom m s 0.56 1.62 0.56 1.62 -pale pale nom f s 1.11 1.62 0.74 0.41 -palefrenier palefrenier nom m s 0.69 1.01 0.64 0.68 -palefreniers palefrenier nom m p 0.69 1.01 0.04 0.34 -palefrenière palefrenier nom f s 0.69 1.01 0.01 0.00 -palefroi palefroi nom m s 0.01 0.61 0.01 0.20 -palefrois palefroi nom m p 0.01 0.61 0.00 0.41 -paleron paleron nom m s 0.01 0.00 0.01 0.00 -pales pale nom f p 1.11 1.62 0.37 1.22 -palestinien palestinien adj m s 3.09 0.74 1.78 0.20 -palestinienne palestinien adj f s 3.09 0.74 0.35 0.34 -palestiniens palestinien nom m p 3.22 0.47 2.81 0.47 -palestre palestre nom f s 0.00 0.41 0.00 0.27 -palestres palestre nom f p 0.00 0.41 0.00 0.14 -palet palet nom m s 1.08 0.41 0.93 0.34 -paletot paletot nom m s 0.03 2.03 0.03 1.89 -paletots paletot nom m p 0.03 2.03 0.00 0.14 -palets palet nom m p 1.08 0.41 0.15 0.07 -palette palette nom f s 0.87 5.68 0.28 4.12 -palettes palette nom f p 0.87 5.68 0.58 1.55 -palier palier nom m s 3.47 29.80 3.24 27.91 -paliers palier nom m p 3.47 29.80 0.23 1.89 -palikare palikare nom m s 0.00 0.54 0.00 0.20 -palikares palikare nom m p 0.00 0.54 0.00 0.34 -palilalie palilalie nom f s 0.01 0.00 0.01 0.00 -palimpseste palimpseste nom m s 0.00 0.20 0.00 0.20 -palindrome palindrome nom m s 0.55 0.00 0.45 0.00 -palindromes palindrome nom m p 0.55 0.00 0.10 0.00 -palinodie palinodie nom f s 0.01 0.54 0.00 0.27 -palinodier palinodier ver 0.00 0.07 0.00 0.07 inf; -palinodies palinodie nom f p 0.01 0.54 0.01 0.27 -palis palis nom m 0.00 0.07 0.00 0.07 -palissade palissade nom f s 0.64 5.34 0.59 3.11 -palissades palissade nom f p 0.64 5.34 0.05 2.23 -palissadé palissader ver m s 0.00 0.34 0.00 0.20 par:pas; -palissadée palissader ver f s 0.00 0.34 0.00 0.07 par:pas; -palissadés palissader ver m p 0.00 0.34 0.00 0.07 par:pas; -palissandre palissandre nom m s 0.00 0.74 0.00 0.74 -palissant palisser ver 0.00 0.07 0.00 0.07 par:pre; -palissonnage palissonnage nom m s 0.00 0.07 0.00 0.07 -palière palier adj f s 0.00 0.68 0.00 0.68 -palladiennes palladien adj f p 0.01 0.07 0.01 0.07 -palladium palladium nom m s 0.17 0.34 0.17 0.34 -palle palle nom f s 0.91 0.00 0.91 0.00 -palliait pallier ver 0.47 1.01 0.00 0.07 ind:imp:3s; -palliatif palliatif adj m s 0.14 0.07 0.05 0.07 -palliatifs palliatif adj m p 0.14 0.07 0.09 0.00 -pallient pallier ver 0.47 1.01 0.01 0.00 ind:pre:3p; -pallier pallier ver 0.47 1.01 0.44 0.88 inf; -palliera pallier ver 0.47 1.01 0.01 0.00 ind:fut:3s; -pallié pallier ver m s 0.47 1.01 0.01 0.07 par:pas; -palma_christi palma_christi nom m 0.00 0.07 0.00 0.07 -palmaient palmer ver 0.02 0.47 0.00 0.07 ind:imp:3p; -palmaire palmaire adj m s 0.02 0.07 0.02 0.07 -palmarès palmarès nom m 0.41 1.08 0.41 1.08 -palmas palma nom f p 0.04 0.07 0.04 0.07 -palme palme nom f s 2.09 9.53 1.25 2.91 -palmer palmer nom m s 0.17 0.14 0.17 0.14 -palmeraie palmeraie nom f s 0.31 1.28 0.29 0.74 -palmeraies palmeraie nom f p 0.31 1.28 0.01 0.54 -palmes palme nom f p 2.09 9.53 0.84 6.62 -palmette palmette nom f s 0.00 0.20 0.00 0.07 -palmettes palmette nom f p 0.00 0.20 0.00 0.14 -palmier palmier nom m s 4.57 14.26 1.69 3.04 -palmiers palmier nom m p 4.57 14.26 2.89 11.22 -palmipède palmipède nom m s 0.00 0.27 0.00 0.14 -palmipèdes palmipède adj m p 0.27 0.14 0.27 0.14 -palmiste palmiste nom m s 0.00 0.27 0.00 0.14 -palmistes palmiste nom m p 0.00 0.27 0.00 0.14 -palmé palmer ver m s 0.02 0.47 0.00 0.20 par:pas; -palmée palmé adj f s 0.17 0.41 0.01 0.07 -palmées palmé adj f p 0.17 0.41 0.00 0.27 -palmure palmure nom f s 0.01 0.07 0.01 0.00 -palmures palmure nom f p 0.01 0.07 0.00 0.07 -palmés palmé adj m p 0.17 0.41 0.16 0.07 -palombe palombe nom f s 0.11 0.61 0.01 0.27 -palombes palombe nom f p 0.11 0.61 0.10 0.34 -palonnier palonnier nom m s 0.01 0.07 0.01 0.07 -palot palot nom m s 0.20 0.14 0.05 0.07 -palots palot nom m p 0.20 0.14 0.15 0.07 -palourde palourde nom f s 1.52 0.54 0.34 0.00 -palourdes palourde nom f p 1.52 0.54 1.17 0.54 -palpa palper ver 1.81 13.04 0.00 1.62 ind:pas:3s; -palpable palpable adj s 0.65 2.77 0.52 2.50 -palpables palpable adj p 0.65 2.77 0.13 0.27 -palpaient palper ver 1.81 13.04 0.01 0.74 ind:imp:3p; -palpais palper ver 1.81 13.04 0.01 0.27 ind:imp:1s; -palpait palper ver 1.81 13.04 0.01 1.82 ind:imp:3s; -palpant palper ver 1.81 13.04 0.02 1.08 par:pre; -palpation palpation nom f s 0.04 0.34 0.04 0.27 -palpations palpation nom f p 0.04 0.34 0.00 0.07 -palpe palper ver 1.81 13.04 0.34 1.82 imp:pre:2s;ind:pre:1s;ind:pre:3s; -palpent palper ver 1.81 13.04 0.01 0.34 ind:pre:3p; -palper palper ver 1.81 13.04 0.97 4.19 inf; -palpera palper ver 1.81 13.04 0.01 0.00 ind:fut:3s; -palperai palper ver 1.81 13.04 0.00 0.07 ind:fut:1s; -palpes palper ver 1.81 13.04 0.08 0.00 ind:pre:2s; -palpeur palpeur nom m s 0.02 0.14 0.01 0.07 -palpeurs palpeur nom m p 0.02 0.14 0.01 0.07 -palpez palper ver 1.81 13.04 0.04 0.00 imp:pre:2p;ind:pre:2p; -palpita palpiter ver 1.64 10.41 0.00 0.14 ind:pas:3s; -palpitaient palpiter ver 1.64 10.41 0.01 1.08 ind:imp:3p; -palpitait palpiter ver 1.64 10.41 0.06 2.30 ind:imp:3s; -palpitant palpitant adj m s 2.13 6.82 1.53 3.31 -palpitante palpitant adj f s 2.13 6.82 0.42 1.96 -palpitantes palpitant adj f p 2.13 6.82 0.15 0.61 -palpitants palpitant adj m p 2.13 6.82 0.03 0.95 -palpitation palpitation nom f s 0.86 3.65 0.04 2.30 -palpitations palpitation nom f p 0.86 3.65 0.81 1.35 -palpite palpiter ver 1.64 10.41 1.07 2.50 imp:pre:2s;ind:pre:1s;ind:pre:3s; -palpitement palpitement nom m s 0.00 0.07 0.00 0.07 -palpitent palpiter ver 1.64 10.41 0.16 1.28 ind:pre:3p; -palpiter palpiter ver 1.64 10.41 0.26 1.62 inf; -palpiterait palpiter ver 1.64 10.41 0.00 0.07 cnd:pre:3s; -palpites palpiter ver 1.64 10.41 0.00 0.07 ind:pre:2s; -palpitèrent palpiter ver 1.64 10.41 0.00 0.20 ind:pas:3p; -palpité palpiter ver m s 1.64 10.41 0.00 0.07 par:pas; -palpons palper ver 1.81 13.04 0.00 0.07 imp:pre:1p; -palpèrent palper ver 1.81 13.04 0.00 0.07 ind:pas:3p; -palpé palper ver m s 1.81 13.04 0.28 0.74 par:pas; -palpées palper ver f p 1.81 13.04 0.00 0.07 par:pas; -palpés palper ver m p 1.81 13.04 0.02 0.14 par:pas; -pals pal nom m p 0.19 0.88 0.04 0.20 -palsambleu palsambleu ono 0.03 0.20 0.03 0.20 -paltoquet paltoquet nom m s 0.01 0.20 0.01 0.20 -palé palé adj m s 0.01 0.07 0.01 0.07 -palu palu nom m s 0.80 0.14 0.80 0.14 -paluchait palucher ver 0.20 0.34 0.00 0.07 ind:imp:3s; -paluche paluche nom f s 0.33 5.47 0.20 3.11 -palucher palucher ver 0.20 0.34 0.20 0.27 inf; -paluches paluche nom f p 0.33 5.47 0.13 2.36 -paludamentum paludamentum nom m s 0.00 0.07 0.00 0.07 -paludes palude nom m p 0.00 0.20 0.00 0.20 -paludiers paludier nom m p 0.00 0.14 0.00 0.14 -paludiques paludique adj p 0.00 0.07 0.00 0.07 -paludisme paludisme nom m s 0.25 1.35 0.25 1.35 -paludière paludière nom f s 0.00 0.07 0.00 0.07 -paludéenne paludéen adj f s 0.00 0.34 0.00 0.07 -paludéennes paludéen adj f p 0.00 0.34 0.00 0.20 -paludéens paludéen adj m p 0.00 0.34 0.00 0.07 -paléo paléo adv 0.01 0.00 0.01 0.00 -paléographie paléographie nom f s 0.00 0.14 0.00 0.14 -paléolithique paléolithique adj s 0.03 0.14 0.03 0.07 -paléolithiques paléolithique adj m p 0.03 0.14 0.00 0.07 -paléontologie paléontologie nom f s 0.14 0.14 0.14 0.14 -paléontologiques paléontologique adj m p 0.00 0.07 0.00 0.07 -paléontologiste paléontologiste nom s 0.05 0.00 0.04 0.00 -paléontologistes paléontologiste nom p 0.05 0.00 0.01 0.00 -paléontologue paléontologue nom s 0.20 0.07 0.18 0.00 -paléontologues paléontologue nom p 0.20 0.07 0.02 0.07 -paléozoïque paléozoïque nom m s 0.01 0.00 0.01 0.00 -palus palus nom m 0.01 0.07 0.01 0.07 -palustre palustre adj s 0.00 0.07 0.00 0.07 -palétuvier palétuvier nom m s 0.04 0.81 0.03 0.14 -palétuviers palétuvier nom m p 0.04 0.81 0.01 0.68 -palynologie palynologie nom f s 0.01 0.00 0.01 0.00 -pampa pampa nom f s 0.61 0.95 0.34 0.81 -pampas pampa nom f p 0.61 0.95 0.28 0.14 -pampero pampero nom m s 0.00 0.07 0.00 0.07 -pamphlet pamphlet nom m s 2.84 1.42 1.11 0.68 -pamphlets pamphlet nom m p 2.84 1.42 1.73 0.74 -pamphlétaire pamphlétaire nom s 0.00 0.41 0.00 0.34 -pamphlétaires pamphlétaire nom p 0.00 0.41 0.00 0.07 -pamplemousse pamplemousse nom s 2.01 1.55 1.56 0.95 -pamplemousses pamplemousse nom p 2.01 1.55 0.45 0.61 -pamplemoussier pamplemoussier nom m s 0.00 0.14 0.00 0.07 -pamplemoussiers pamplemoussier nom m p 0.00 0.14 0.00 0.07 -pampre pampre nom m s 0.41 1.01 0.27 0.20 -pampres pampre nom m p 0.41 1.01 0.14 0.81 -pan_bagnat pan_bagnat nom m s 0.00 0.14 0.00 0.14 -pan pan ono 3.57 1.76 3.57 1.76 -pana paner ver 0.13 0.41 0.02 0.00 ind:pas:3s; -panachage panachage nom m s 0.01 0.00 0.01 0.00 -panachait panacher ver 0.03 0.20 0.00 0.07 ind:imp:3s; -panache panache nom m s 1.09 7.36 0.95 5.14 -panacher panacher ver 0.03 0.20 0.01 0.00 inf; -panaches panache nom m p 1.09 7.36 0.14 2.23 -panaché panaché nom m s 0.12 0.47 0.10 0.27 -panachée panacher ver f s 0.03 0.20 0.00 0.07 par:pas; -panachés panaché nom m p 0.12 0.47 0.02 0.20 -panacée panacée nom f s 0.29 0.81 0.27 0.74 -panacées panacée nom f p 0.29 0.81 0.02 0.07 -panade panade nom f s 0.96 1.22 0.96 0.95 -panades panade nom f p 0.96 1.22 0.00 0.27 -panais panais nom m 0.01 0.14 0.01 0.14 -panama panama nom m s 0.15 1.35 0.15 1.22 -panamas panama nom m p 0.15 1.35 0.00 0.14 -panamienne panamien adj f s 0.00 0.14 0.00 0.07 -panamiens panamien adj m p 0.00 0.14 0.00 0.07 -panaméen panaméen adj m s 0.09 0.34 0.09 0.34 -panaméenne panaméenne adj f s 0.14 0.00 0.14 0.00 -panaméricain panaméricain adj m s 0.11 0.00 0.10 0.00 -panaméricaine panaméricain adj f s 0.11 0.00 0.01 0.00 -panarabisme panarabisme nom m s 0.00 0.41 0.00 0.41 -panard panard nom m s 0.26 2.16 0.19 0.74 -panards panard nom m p 0.26 2.16 0.07 1.42 -panaris panaris nom m 0.03 0.34 0.03 0.34 -panatella panatella nom m s 0.01 0.00 0.01 0.00 -panathénaïque panathénaïque adj m s 0.00 0.07 0.00 0.07 -panathénées panathénées nom f p 0.00 0.07 0.00 0.07 -pancake pancake nom m s 2.97 0.20 0.44 0.14 -pancakes pancake nom m p 2.97 0.20 2.54 0.07 -pancarte pancarte nom f s 3.90 8.99 3.28 5.95 -pancartes pancarte nom f p 3.90 8.99 0.61 3.04 -panceltique panceltique adj m s 0.00 0.07 0.00 0.07 -pancetta pancetta nom f s 0.03 0.00 0.03 0.00 -panclastite panclastite nom f s 0.00 0.07 0.00 0.07 -pancrace pancrace nom m s 0.00 0.47 0.00 0.34 -pancraces pancrace nom m p 0.00 0.47 0.00 0.14 -pancréas pancréas nom m 1.13 2.03 1.13 2.03 -pancréatectomie pancréatectomie nom f s 0.09 0.00 0.09 0.00 -pancréatique pancréatique adj s 0.18 0.20 0.06 0.20 -pancréatiques pancréatique adj f p 0.18 0.20 0.12 0.00 -pancréatite pancréatite nom f s 0.14 0.00 0.14 0.00 -panda panda nom m s 1.71 0.14 1.46 0.14 -pandanus pandanus nom m 0.00 0.14 0.00 0.14 -pandas panda nom m p 1.71 0.14 0.26 0.00 -pandit pandit nom m s 0.08 0.00 0.08 0.00 -pandore pandore nom s 0.11 1.08 0.11 0.34 -pandores pandore nom p 0.11 1.08 0.00 0.74 -pandémie pandémie nom f s 0.17 0.00 0.17 0.00 -pandémonium pandémonium nom m s 0.03 0.20 0.02 0.20 -pandémoniums pandémonium nom m p 0.03 0.20 0.01 0.00 -pane paner ver 0.13 0.41 0.02 0.00 ind:pre:3s; -panel panel nom m s 0.28 0.00 0.28 0.00 -paner paner ver 0.13 0.41 0.04 0.00 inf; -panetier panetier nom m s 0.00 0.27 0.00 0.07 -panetière panetier nom f s 0.00 0.27 0.00 0.14 -panetières panetier nom f p 0.00 0.27 0.00 0.07 -pangermanisme pangermanisme nom m s 0.01 0.20 0.01 0.20 -panic panic nom m s 0.46 0.00 0.46 0.00 -panicules panicule nom f p 0.00 0.14 0.00 0.14 -panier_repas panier_repas nom m 0.21 0.07 0.21 0.07 -panier panier nom m s 15.72 33.18 13.82 24.39 -paniers panier nom m p 15.72 33.18 1.90 8.78 -panification panification nom f s 0.00 0.14 0.00 0.14 -panini panini nom m s 0.02 0.00 0.02 0.00 -paniqua paniquer ver 19.76 6.15 0.05 0.20 ind:pas:3s; -paniquaient paniquer ver 19.76 6.15 0.13 0.20 ind:imp:3p; -paniquais paniquer ver 19.76 6.15 0.12 0.20 ind:imp:1s;ind:imp:2s; -paniquait paniquer ver 19.76 6.15 0.22 0.54 ind:imp:3s; -paniquant paniquant adj m s 0.04 0.07 0.04 0.07 -paniquards paniquard nom m p 0.00 0.20 0.00 0.20 -panique panique nom f s 16.23 25.61 16.17 24.86 -paniquent paniquer ver 19.76 6.15 0.63 0.07 ind:pre:3p; -paniquer paniquer ver 19.76 6.15 4.25 0.88 inf; -paniquera paniquer ver 19.76 6.15 0.01 0.00 ind:fut:3s; -paniquerai paniquer ver 19.76 6.15 0.06 0.00 ind:fut:1s; -paniqueraient paniquer ver 19.76 6.15 0.05 0.00 cnd:pre:3p; -paniquerais paniquer ver 19.76 6.15 0.06 0.07 cnd:pre:1s;cnd:pre:2s; -paniqueras paniquer ver 19.76 6.15 0.01 0.00 ind:fut:2s; -paniqueront paniquer ver 19.76 6.15 0.01 0.00 ind:fut:3p; -paniques paniquer ver 19.76 6.15 1.08 0.14 ind:pre:2s;sub:pre:2s; -paniquez paniquer ver 19.76 6.15 1.66 0.00 imp:pre:2p;ind:pre:2p; -paniquons paniquer ver 19.76 6.15 0.34 0.00 imp:pre:1p; -paniquèrent paniquer ver 19.76 6.15 0.02 0.00 ind:pas:3p; -paniqué paniquer ver m s 19.76 6.15 5.56 0.95 par:pas; -paniquée paniquer ver f s 19.76 6.15 0.68 0.34 par:pas; -paniqués paniqué adj m p 1.52 1.01 0.24 0.20 -panis panis nom m 0.14 0.07 0.14 0.07 -panière panière nom f s 0.16 0.54 0.16 0.34 -panières panière nom f p 0.16 0.54 0.00 0.20 -panka panka nom m s 0.00 0.27 0.00 0.07 -pankas panka nom m p 0.00 0.27 0.00 0.20 -panna panner ver 0.14 0.34 0.02 0.07 ind:pas:3s; -pannais panner ver 0.14 0.34 0.00 0.07 ind:imp:1s; -pannait panner ver 0.14 0.34 0.00 0.07 ind:imp:3s; -panne panne nom f s 24.59 11.69 23.84 10.81 -panneau_réclame panneau_réclame nom m s 0.00 0.68 0.00 0.68 -panneau panneau nom m s 12.67 26.69 9.87 16.55 -panneaux panneau nom m p 12.67 26.69 2.80 10.14 -panner panner ver 0.14 0.34 0.00 0.14 inf; -pannes panne nom f p 24.59 11.69 0.74 0.88 -panneton panneton nom m s 0.01 0.00 0.01 0.00 -panné panner ver m s 0.14 0.34 0.11 0.00 par:pas; -pano pano adj m s 0.46 0.00 0.29 0.00 -panonceau panonceau nom m s 0.00 0.88 0.00 0.68 -panonceaux panonceau nom m p 0.00 0.88 0.00 0.20 -panoplie panoplie nom f s 1.44 4.73 1.42 3.99 -panoplies panoplie nom f p 1.44 4.73 0.02 0.74 -panorama panorama nom m s 1.24 5.14 1.11 4.26 -panoramas panorama nom m p 1.24 5.14 0.14 0.88 -panoramique panoramique adj s 0.61 1.15 0.60 0.81 -panoramiquer panoramiquer ver 0.00 0.14 0.00 0.07 inf; -panoramiques panoramique nom m p 0.36 0.14 0.15 0.00 -panoramiqué panoramiquer ver m s 0.00 0.14 0.00 0.07 par:pas; -panos pano adj m p 0.46 0.00 0.17 0.00 -panosse panosse nom f s 0.00 0.14 0.00 0.14 -panouille panouille nom s 0.01 0.54 0.01 0.41 -panouilles panouille nom p 0.01 0.54 0.00 0.14 -pans pan nom m p 3.73 26.01 0.25 12.16 -pansa panser ver 1.34 3.65 0.14 0.20 ind:pas:3s; -pansage pansage nom m s 0.00 0.14 0.00 0.14 -pansait panser ver 1.34 3.65 0.00 0.27 ind:imp:3s; -pansant panser ver 1.34 3.65 0.00 0.07 par:pre; -pansas panser ver 1.34 3.65 0.00 0.07 ind:pas:2s; -panse panse nom f s 2.13 3.04 2.02 2.91 -pansement pansement nom m s 6.52 13.45 4.70 8.38 -pansements pansement nom m p 6.52 13.45 1.82 5.07 -pansent panser ver 1.34 3.65 0.01 0.00 ind:pre:3p; -panser panser ver 1.34 3.65 0.50 1.42 inf; -panserai panser ver 1.34 3.65 0.01 0.00 ind:fut:1s; -panses panse nom f p 2.13 3.04 0.11 0.14 -pansez panser ver 1.34 3.65 0.07 0.07 imp:pre:2p;ind:pre:2p; -pansiez panser ver 1.34 3.65 0.00 0.07 ind:imp:2p; -pansions panser ver 1.34 3.65 0.14 0.00 ind:imp:1p; -panspermie panspermie nom f s 0.01 0.00 0.01 0.00 -pansèrent panser ver 1.34 3.65 0.00 0.07 ind:pas:3p; -pansé panser ver m s 1.34 3.65 0.28 0.54 par:pas; -pansu pansu adj m s 0.00 1.01 0.00 0.34 -pansée panser ver f s 1.34 3.65 0.00 0.14 par:pas; -pansue pansu adj f s 0.00 1.01 0.00 0.14 -pansées panser ver f p 1.34 3.65 0.04 0.14 par:pas; -pansues pansu adj f p 0.00 1.01 0.00 0.34 -pansés panser ver m p 1.34 3.65 0.00 0.14 par:pas; -pansus pansu adj m p 0.00 1.01 0.00 0.20 -pantagruélique pantagruélique adj m s 0.00 0.34 0.00 0.20 -pantagruéliques pantagruélique adj p 0.00 0.34 0.00 0.14 -pantalon pantalon nom m s 37.55 71.76 31.49 57.91 -pantalonnade pantalonnade nom f s 0.00 0.27 0.00 0.20 -pantalonnades pantalonnade nom f p 0.00 0.27 0.00 0.07 -pantalons pantalon nom m p 37.55 71.76 6.06 13.85 -pante pante nom m s 0.01 0.81 0.00 0.27 -pantela panteler ver 0.00 1.01 0.00 0.07 ind:pas:3s; -pantelaient panteler ver 0.00 1.01 0.00 0.07 ind:imp:3p; -pantelait panteler ver 0.00 1.01 0.00 0.20 ind:imp:3s; -pantelant pantelant adj m s 0.10 3.24 0.03 1.35 -pantelante pantelant adj f s 0.10 3.24 0.07 1.22 -pantelantes pantelant adj f p 0.10 3.24 0.00 0.27 -pantelants pantelant adj m p 0.10 3.24 0.00 0.41 -panteler panteler ver 0.00 1.01 0.00 0.14 inf; -pantelle panteler ver 0.00 1.01 0.00 0.20 ind:pre:3s; -pantelé panteler ver m s 0.00 1.01 0.00 0.07 par:pas; -pantes pante nom m p 0.01 0.81 0.01 0.54 -panthère panthère nom f s 2.08 5.41 1.84 3.65 -panthères panthère nom f p 2.08 5.41 0.24 1.76 -panthéisme panthéisme nom m s 0.00 0.20 0.00 0.20 -panthéiste panthéiste adj s 0.03 0.20 0.03 0.20 -panthéon panthéon nom m s 0.79 6.42 0.78 6.35 -panthéons panthéon nom m p 0.79 6.42 0.01 0.07 -pantin pantin nom m s 3.96 5.88 3.25 4.19 -pantins pantin nom m p 3.96 5.88 0.72 1.69 -pantière pantière nom f s 0.00 0.14 0.00 0.14 -pantocrator pantocrator adj m s 0.14 0.00 0.14 0.00 -pantographe pantographe nom m s 0.01 0.07 0.01 0.00 -pantographes pantographe nom m p 0.01 0.07 0.00 0.07 -pantois pantois adj m 0.09 2.30 0.06 2.23 -pantoise pantois adj f s 0.09 2.30 0.01 0.00 -pantoises pantois adj f p 0.09 2.30 0.01 0.07 -pantomime pantomime nom f s 0.41 1.82 0.41 1.42 -pantomimes pantomime nom f p 0.41 1.82 0.00 0.41 -pantomètres pantomètre nom m p 0.00 0.07 0.00 0.07 -pantouflard pantouflard adj m s 0.23 0.07 0.13 0.07 -pantouflarde pantouflard adj f s 0.23 0.07 0.10 0.00 -pantouflards pantouflard nom m p 0.07 0.20 0.02 0.07 -pantoufle pantoufle nom f s 3.08 8.78 0.57 0.95 -pantoufler pantoufler ver 0.01 0.34 0.01 0.00 inf; -pantoufles pantoufle nom f p 3.08 8.78 2.51 7.84 -panty panty nom m s 0.05 0.07 0.05 0.07 -pané pané adj m s 0.19 0.41 0.14 0.14 -panée paner ver f s 0.13 0.41 0.01 0.14 par:pas; -panées pané adj f p 0.19 0.41 0.01 0.20 -panégyrique panégyrique nom m s 0.23 0.34 0.22 0.20 -panégyriques panégyrique nom m p 0.23 0.34 0.01 0.14 -panégyristes panégyriste nom p 0.00 0.07 0.00 0.07 -panurge panurge nom m s 0.04 0.47 0.04 0.47 -panurgisme panurgisme nom m s 0.00 0.07 0.00 0.07 -panés pané adj m p 0.19 0.41 0.04 0.00 -panzer panzer nom m s 0.71 1.42 0.25 0.68 -panzers panzer nom m p 0.71 1.42 0.46 0.74 -paolistes paoliste adj m p 0.00 0.14 0.00 0.14 -paolo paolo nom m s 0.07 0.00 0.07 0.00 -paon paon nom m s 1.30 5.34 0.60 3.85 -paonne paon nom f s 1.30 5.34 0.10 0.07 -paons paon nom m p 1.30 5.34 0.60 1.42 -papa_cadeau papa_cadeau nom m s 0.01 0.00 0.01 0.00 -papa papa nom m s 259.01 77.16 259.01 77.16 -papable papable adj m s 0.00 0.07 0.00 0.07 -papal papal adj m s 0.41 0.68 0.02 0.27 -papale papal adj f s 0.41 0.68 0.37 0.41 -papamobile papamobile nom f s 0.14 0.00 0.14 0.00 -paparazzi paparazzi nom m 1.46 0.34 0.67 0.34 -paparazzis paparazzi nom m p 1.46 0.34 0.79 0.00 -paparazzo paparazzo nom m s 0.03 0.07 0.03 0.07 -papas papas nom m 1.25 1.08 1.25 1.08 -papauté papauté nom f s 0.01 0.81 0.01 0.81 -papaux papal adj m p 0.41 0.68 0.02 0.00 -papaver papaver nom m s 0.01 0.00 0.01 0.00 -papavérine papavérine nom f s 0.00 0.07 0.00 0.07 -papaye papaye nom f s 0.59 0.20 0.49 0.14 -papayer papayer nom m s 0.00 0.14 0.00 0.07 -papayers papayer nom m p 0.00 0.14 0.00 0.07 -papayes papaye nom f p 0.59 0.20 0.10 0.07 -pape pape nom m s 7.17 19.32 6.57 14.59 -papegai papegai nom m s 0.00 0.14 0.00 0.07 -papegais papegai nom m p 0.00 0.14 0.00 0.07 -papelard papelard nom m s 0.17 2.43 0.16 1.62 -papelarde papelard adj f s 0.01 0.27 0.00 0.07 -papelards papelard nom m p 0.17 2.43 0.01 0.81 -paperasse paperasse nom f s 4.80 5.74 4.11 0.95 -paperasser paperasser ver 0.00 0.07 0.00 0.07 inf; -paperasserie paperasserie nom f s 1.07 0.88 1.05 0.74 -paperasseries paperasserie nom f p 1.07 0.88 0.01 0.14 -paperasses paperasse nom f p 4.80 5.74 0.69 4.80 -paperassier paperassier nom m s 0.01 0.07 0.01 0.07 -papes pape nom m p 7.17 19.32 0.60 4.73 -papesse papesse nom f s 0.39 0.14 0.39 0.14 -papet papet nom m s 4.25 0.27 4.25 0.27 -papeterie papeterie nom f s 0.91 2.84 0.82 1.28 -papeteries papeterie nom f p 0.91 2.84 0.08 1.55 -papetier papetier nom m s 0.44 0.27 0.44 0.07 -papetiers papetier nom m p 0.44 0.27 0.00 0.20 -papi papi nom m s 7.23 0.00 7.05 0.00 -papier_cadeau papier_cadeau nom m s 0.07 0.07 0.07 0.07 -papier_monnaie papier_monnaie nom m s 0.00 0.14 0.00 0.14 -papier papier nom m s 120.51 203.11 56.32 144.59 -papier_calque papier_calque nom m p 0.00 0.07 0.00 0.07 -papiers papier nom m p 120.51 203.11 64.19 58.51 -papilionacé papilionacé adj m s 0.01 0.14 0.01 0.00 -papilionacée papilionacé adj f s 0.01 0.14 0.00 0.07 -papilionacées papilionacé adj f p 0.01 0.14 0.00 0.07 -papillaire papillaire adj m s 0.00 0.07 0.00 0.07 -papille papille nom f s 0.35 1.15 0.01 0.07 -papilles papille nom f p 0.35 1.15 0.34 1.08 -papillomavirus papillomavirus nom m 0.04 0.00 0.04 0.00 -papillomes papillome nom m p 0.01 0.14 0.01 0.14 -papillon papillon nom m s 12.28 20.07 8.12 10.68 -papillonna papillonner ver 0.33 0.81 0.00 0.07 ind:pas:3s; -papillonnage papillonnage nom m s 0.01 0.14 0.01 0.14 -papillonnaient papillonner ver 0.33 0.81 0.00 0.07 ind:imp:3p; -papillonnais papillonner ver 0.33 0.81 0.15 0.00 ind:imp:1s; -papillonnait papillonner ver 0.33 0.81 0.03 0.07 ind:imp:3s; -papillonnant papillonnant adj m s 0.00 0.14 0.00 0.07 -papillonnante papillonnant adj f s 0.00 0.14 0.00 0.07 -papillonne papillonner ver 0.33 0.81 0.04 0.27 ind:pre:1s;ind:pre:3s; -papillonnement papillonnement nom m s 0.00 0.14 0.00 0.14 -papillonnent papillonner ver 0.33 0.81 0.01 0.14 ind:pre:3p; -papillonner papillonner ver 0.33 0.81 0.07 0.14 inf; -papillonnes papillonner ver 0.33 0.81 0.02 0.00 ind:pre:2s; -papillonné papillonner ver m s 0.33 0.81 0.00 0.07 par:pas; -papillons papillon nom m p 12.28 20.07 4.16 9.39 -papillotaient papilloter ver 0.00 1.01 0.00 0.41 ind:imp:3p; -papillotait papilloter ver 0.00 1.01 0.00 0.07 ind:imp:3s; -papillotant papillotant adj m s 0.00 0.47 0.00 0.14 -papillotantes papillotant adj f p 0.00 0.47 0.00 0.14 -papillotants papillotant adj m p 0.00 0.47 0.00 0.20 -papillote papillote nom f s 0.33 1.89 0.02 0.07 -papillotent papilloter ver 0.00 1.01 0.00 0.14 ind:pre:3p; -papilloter papilloter ver 0.00 1.01 0.00 0.20 inf; -papillotes papillote nom f p 0.33 1.89 0.31 1.82 -papillotèrent papilloter ver 0.00 1.01 0.00 0.07 ind:pas:3p; -papis papi nom m p 7.23 0.00 0.17 0.00 -papisme papisme nom m s 0.04 0.07 0.04 0.07 -papiste papiste adj s 0.55 0.61 0.43 0.47 -papistes papiste adj f p 0.55 0.61 0.12 0.14 -papotage papotage nom m s 0.27 0.61 0.19 0.14 -papotages papotage nom m p 0.27 0.61 0.08 0.47 -papotaient papoter ver 1.77 1.62 0.02 0.20 ind:imp:3p; -papotait papoter ver 1.77 1.62 0.06 0.20 ind:imp:3s; -papotant papoter ver 1.77 1.62 0.03 0.27 par:pre; -papote papoter ver 1.77 1.62 0.28 0.20 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -papotent papoter ver 1.77 1.62 0.04 0.00 ind:pre:3p; -papoter papoter ver 1.77 1.62 1.16 0.61 inf; -papotera papoter ver 1.77 1.62 0.03 0.00 ind:fut:3s; -papotez papoter ver 1.77 1.62 0.04 0.00 imp:pre:2p; -papotèrent papoter ver 1.77 1.62 0.00 0.07 ind:pas:3p; -papoté papoter ver m s 1.77 1.62 0.13 0.07 par:pas; -papou papou nom m s 0.04 0.07 0.02 0.00 -papouille papouille nom f s 0.08 0.54 0.00 0.07 -papouillent papouiller ver 0.02 0.14 0.01 0.00 ind:pre:3p; -papouiller papouiller ver 0.02 0.14 0.01 0.00 inf; -papouilles papouille nom f p 0.08 0.54 0.08 0.47 -papouillez papouiller ver 0.02 0.14 0.00 0.07 ind:pre:2p; -papouillé papouiller ver m s 0.02 0.14 0.00 0.07 par:pas; -papous papou nom m p 0.04 0.07 0.02 0.07 -paprika paprika nom m s 0.75 0.61 0.75 0.61 -papé papé nom m s 0.00 0.14 0.00 0.14 -papy papy nom m s 6.79 1.08 6.76 1.08 -papyrus papyrus nom m 1.57 0.95 1.57 0.95 -papys papy nom m p 6.79 1.08 0.04 0.00 -paqson paqson nom m s 0.01 0.00 0.01 0.00 -paquebot paquebot nom m s 1.18 7.43 1.10 5.07 -paquebots paquebot nom m p 1.18 7.43 0.09 2.36 -paquet_cadeau paquet_cadeau nom m s 0.19 0.20 0.19 0.20 -paquet paquet nom m s 44.96 89.19 36.90 62.77 -paqueta paqueter ver 0.04 0.07 0.01 0.07 ind:pas:3s; -paquetage paquetage nom m s 0.60 2.91 0.44 2.16 -paquetages paquetage nom m p 0.60 2.91 0.16 0.74 -paquets_cadeaux paquets_cadeaux nom m p 0.01 0.54 0.01 0.54 -paquets paquet nom m p 44.96 89.19 8.06 26.42 -paquette paqueter ver 0.04 0.07 0.03 0.00 imp:pre:2s; -paqueté paqueté adj m s 0.02 0.00 0.02 0.00 -par_ci par_ci adv 3.10 9.12 3.10 9.12 -par_dedans par_dedans pre 0.00 0.07 0.00 0.07 -par_delà par_delà pre 1.32 9.05 1.32 9.05 -par_derrière par_derrière pre 2.04 6.35 2.04 6.35 -par_dessous par_dessous pre 0.32 2.16 0.32 2.16 -par_dessus par_dessus pre 16.10 69.19 16.10 69.19 -par_devant par_devant pre 0.16 1.96 0.16 1.96 -par_devers par_devers pre 0.01 1.08 0.01 1.08 -par_mégarde par_mégarde adv 0.61 2.91 0.61 2.91 -par par pre 1753.02 3727.09 1753.02 3727.09 -parût paraître ver 122.14 448.11 0.00 4.46 sub:imp:3s; -para_humain para_humain nom m s 0.00 0.14 0.00 0.14 -para parer ver 30.50 19.66 4.71 0.20 ind:pas:3s; -paraît paraître ver 122.14 448.11 81.22 113.92 ind:pre:3s; -paraîtra paraître ver 122.14 448.11 1.99 3.24 ind:fut:3s; -paraîtrai paraître ver 122.14 448.11 0.02 0.14 ind:fut:1s; -paraîtraient paraître ver 122.14 448.11 0.10 0.81 cnd:pre:3p; -paraîtrais paraître ver 122.14 448.11 0.00 0.14 cnd:pre:1s; -paraîtrait paraître ver 122.14 448.11 0.43 3.11 cnd:pre:3s; -paraîtras paraître ver 122.14 448.11 0.25 0.00 ind:fut:2s; -paraître paraître ver 122.14 448.11 15.31 40.27 inf; -paraîtrez paraître ver 122.14 448.11 0.05 0.00 ind:fut:2p; -paraîtront paraître ver 122.14 448.11 0.47 0.61 ind:fut:3p; -parabellum parabellum nom m s 0.24 0.61 0.23 0.54 -parabellums parabellum nom m p 0.24 0.61 0.01 0.07 -parabole parabole nom f s 1.90 2.57 1.78 1.96 -paraboles parabole nom f p 1.90 2.57 0.12 0.61 -parabolique parabolique adj s 0.42 0.47 0.38 0.20 -paraboliquement paraboliquement adv 0.01 0.00 0.01 0.00 -paraboliques parabolique adj p 0.42 0.47 0.04 0.27 -paraboloïde paraboloïde nom m s 0.01 0.00 0.01 0.00 -parachevaient parachever ver 0.57 1.28 0.01 0.07 ind:imp:3p; -parachevait parachever ver 0.57 1.28 0.00 0.14 ind:imp:3s; -parachevant parachever ver 0.57 1.28 0.01 0.14 par:pre; -parachever parachever ver 0.57 1.28 0.28 0.47 inf; -parachevèrent parachever ver 0.57 1.28 0.00 0.07 ind:pas:3p; -parachevé parachever ver m s 0.57 1.28 0.26 0.20 par:pas; -parachèvement parachèvement nom m s 0.01 0.14 0.01 0.14 -parachèvent parachever ver 0.57 1.28 0.00 0.14 ind:pre:3p; -parachèvera parachever ver 0.57 1.28 0.01 0.00 ind:fut:3s; -parachèveraient parachever ver 0.57 1.28 0.00 0.07 cnd:pre:3p; -parachutage parachutage nom m s 0.22 0.95 0.17 0.41 -parachutages parachutage nom m p 0.22 0.95 0.05 0.54 -parachute parachute nom m s 4.79 3.58 4.12 3.04 -parachutent parachuter ver 1.12 1.96 0.01 0.14 ind:pre:3p; -parachuter parachuter ver 1.12 1.96 0.11 0.14 inf; -parachuterais parachuter ver 1.12 1.96 0.01 0.00 cnd:pre:1s; -parachuterons parachuter ver 1.12 1.96 0.01 0.00 ind:fut:1p; -parachutes parachute nom m p 4.79 3.58 0.67 0.54 -parachutez parachuter ver 1.12 1.96 0.01 0.07 imp:pre:2p;ind:pre:2p; -parachutisme parachutisme nom m s 0.29 0.07 0.29 0.07 -parachutiste parachutiste nom s 2.50 4.80 0.57 1.49 -parachutistes parachutiste nom p 2.50 4.80 1.93 3.31 -parachutèrent parachuter ver 1.12 1.96 0.00 0.07 ind:pas:3p; -parachuté parachuter ver m s 1.12 1.96 0.39 0.74 par:pas; -parachutée parachuter ver f s 1.12 1.96 0.02 0.07 par:pas; -parachutées parachuter ver f p 1.12 1.96 0.00 0.14 par:pas; -parachutés parachuter ver m p 1.12 1.96 0.07 0.41 par:pas; -paraclet paraclet nom m s 0.04 0.68 0.04 0.68 -paracétamol paracétamol nom m s 0.11 0.14 0.11 0.14 -parada parader ver 1.48 3.58 0.04 0.07 ind:pas:3s; -paradaient parader ver 1.48 3.58 0.00 0.47 ind:imp:3p; -paradais parader ver 1.48 3.58 0.01 0.14 ind:imp:1s; -paradait parader ver 1.48 3.58 0.14 0.68 ind:imp:3s; -paradant parader ver 1.48 3.58 0.04 0.41 par:pre; -parade parade nom f s 5.10 11.22 4.79 9.93 -paradent parader ver 1.48 3.58 0.10 0.27 ind:pre:3p; -parader parader ver 1.48 3.58 0.72 0.81 inf; -paradera parader ver 1.48 3.58 0.00 0.07 ind:fut:3s; -parades parade nom f p 5.10 11.22 0.30 1.28 -paradeurs paradeur nom m p 0.00 0.07 0.00 0.07 -paradigme paradigme nom m s 0.25 0.20 0.13 0.14 -paradigmes paradigme nom m p 0.25 0.20 0.13 0.07 -paradis paradis nom m 33.23 28.04 33.23 28.04 -paradisiaque paradisiaque adj s 0.61 1.01 0.59 0.95 -paradisiaques paradisiaque adj p 0.61 1.01 0.02 0.07 -paradisiers paradisier nom m p 0.00 0.07 0.00 0.07 -paradons parader ver 1.48 3.58 0.01 0.00 ind:pre:1p; -parador parador nom m s 0.10 0.14 0.10 0.14 -parados parados nom m 0.00 0.81 0.00 0.81 -paradoxal paradoxal adj m s 0.78 5.14 0.65 2.16 -paradoxale paradoxal adj f s 0.78 5.14 0.12 1.96 -paradoxalement paradoxalement adv 0.22 3.78 0.22 3.78 -paradoxales paradoxal adj f p 0.78 5.14 0.01 0.68 -paradoxaux paradoxal adj m p 0.78 5.14 0.00 0.34 -paradoxe paradoxe nom m s 1.90 8.11 1.50 6.01 -paradoxes paradoxe nom m p 1.90 8.11 0.40 2.09 -paradoxie paradoxie nom f s 0.00 0.07 0.00 0.07 -paradèrent parader ver 1.48 3.58 0.00 0.07 ind:pas:3p; -paradé parader ver m s 1.48 3.58 0.01 0.14 par:pas; -paradée parader ver f s 1.48 3.58 0.01 0.00 par:pas; -parafer parafer ver 0.01 0.00 0.01 0.00 inf; -paraffine paraffine nom f s 0.22 0.68 0.22 0.68 -paraffiné paraffiné adj m s 0.01 0.27 0.00 0.20 -paraffinée paraffiné adj f s 0.01 0.27 0.01 0.00 -paraffinés paraffiné adj m p 0.01 0.27 0.00 0.07 -parage parage nom m s 5.99 5.74 0.01 0.00 -parages parage nom m p 5.99 5.74 5.98 5.74 -paragouvernementales paragouvernemental adj f p 0.00 0.07 0.00 0.07 -paragraphe paragraphe nom m s 3.58 3.65 3.21 2.57 -paragraphes paragraphe nom m p 3.58 3.65 0.37 1.08 -paraguayen paraguayen adj m s 0.35 0.47 0.00 0.34 -paraguayenne paraguayen adj f s 0.35 0.47 0.23 0.07 -paraguayennes paraguayen adj f p 0.35 0.47 0.00 0.07 -paraguayens paraguayen nom m p 0.14 0.14 0.14 0.07 -parai parer ver 30.50 19.66 0.02 0.14 ind:pas:1s; -paraient parer ver 30.50 19.66 0.00 0.34 ind:imp:3p; -parais parer ver 30.50 19.66 1.98 0.47 imp:pre:2s;ind:imp:1s;ind:imp:2s; -paraissaient paraître ver 122.14 448.11 0.73 26.96 ind:imp:3p; -paraissais paraître ver 122.14 448.11 0.46 0.61 ind:imp:1s;ind:imp:2s; -paraissait paraître ver 122.14 448.11 4.63 118.31 ind:imp:3s; -paraissant paraître ver 122.14 448.11 0.41 3.51 par:pre; -paraisse paraître ver 122.14 448.11 1.45 2.84 sub:pre:1s;sub:pre:3s; -paraissent paraître ver 122.14 448.11 2.88 13.04 ind:pre:3p; -paraissez paraître ver 122.14 448.11 2.30 0.68 imp:pre:2p;ind:pre:2p; -paraissiez paraître ver 122.14 448.11 0.03 0.41 ind:imp:2p; -paraissions paraître ver 122.14 448.11 0.02 0.14 ind:imp:1p; -paraissons paraître ver 122.14 448.11 0.04 0.27 imp:pre:1p;ind:pre:1p; -parait parer ver 30.50 19.66 12.53 2.09 ind:imp:3s; -parallaxe parallaxe nom f s 0.03 0.07 0.02 0.00 -parallaxes parallaxe nom f p 0.03 0.07 0.01 0.07 -parallèle parallèle adj s 2.79 13.11 1.36 3.51 -parallèlement parallèlement adv 0.20 3.45 0.20 3.45 -parallèles parallèle adj p 2.79 13.11 1.42 9.59 -parallélisme parallélisme nom m s 0.20 0.41 0.20 0.41 -paralléliste paralléliste adj s 0.01 0.00 0.01 0.00 -parallélogramme parallélogramme nom m s 0.00 0.07 0.00 0.07 -parallélépipède parallélépipède nom m s 0.00 0.54 0.00 0.20 -parallélépipèdes parallélépipède nom m p 0.00 0.54 0.00 0.34 -parallélépipédique parallélépipédique adj s 0.00 0.20 0.00 0.20 -paralogismes paralogisme nom m p 0.00 0.07 0.00 0.07 -paralympiques paralympique nom m p 0.10 0.00 0.10 0.00 -paralysa paralyser ver 7.84 13.99 0.05 0.20 ind:pas:3s; -paralysaient paralyser ver 7.84 13.99 0.01 0.47 ind:imp:3p; -paralysais paralyser ver 7.84 13.99 0.00 0.07 ind:imp:1s; -paralysait paralyser ver 7.84 13.99 0.03 2.16 ind:imp:3s; -paralysant paralysant adj m s 0.86 1.01 0.52 0.41 -paralysante paralysant adj f s 0.86 1.01 0.17 0.54 -paralysantes paralysant adj f p 0.86 1.01 0.11 0.07 -paralysants paralysant adj m p 0.86 1.01 0.06 0.00 -paralyse paralyser ver 7.84 13.99 0.72 2.09 imp:pre:2s;ind:pre:1s;ind:pre:3s; -paralysent paralyser ver 7.84 13.99 0.07 0.47 ind:pre:3p; -paralyser paralyser ver 7.84 13.99 0.69 1.08 inf; -paralysera paralyser ver 7.84 13.99 0.15 0.07 ind:fut:3s; -paralyserait paralyser ver 7.84 13.99 0.19 0.00 cnd:pre:3s; -paralyserez paralyser ver 7.84 13.99 0.01 0.00 ind:fut:2p; -paralysie paralysie nom f s 2.61 4.32 2.60 4.19 -paralysies paralysie nom f p 2.61 4.32 0.01 0.14 -paralysât paralyser ver 7.84 13.99 0.00 0.14 sub:imp:3s; -paralysèrent paralyser ver 7.84 13.99 0.00 0.14 ind:pas:3p; -paralysé paralyser ver m s 7.84 13.99 3.69 4.12 par:pas; -paralysée paralyser ver f s 7.84 13.99 1.71 1.96 par:pas; -paralysées paralyser ver f p 7.84 13.99 0.18 0.14 par:pas; -paralysés paralyser ver m p 7.84 13.99 0.27 0.68 par:pas; -paralytique paralytique adj s 0.84 1.76 0.82 1.35 -paralytiques paralytique adj m p 0.84 1.76 0.02 0.41 -paramagnétique paramagnétique adj s 0.01 0.00 0.01 0.00 -paramilitaire paramilitaire adj s 0.30 1.01 0.12 0.27 -paramilitaires paramilitaire adj p 0.30 1.01 0.18 0.74 -paramnésie paramnésie nom f s 0.01 0.14 0.01 0.14 -paramètre paramètre nom m s 1.50 0.41 0.07 0.00 -paramètres paramètre nom m p 1.50 0.41 1.43 0.41 -paramédical paramédical adj m s 0.37 0.14 0.30 0.14 -paramédicale paramédical adj f s 0.37 0.14 0.03 0.00 -paramédicaux paramédical adj m p 0.37 0.14 0.04 0.00 -paramétrique paramétrique adj f s 0.01 0.00 0.01 0.00 -parangon parangon nom m s 0.13 1.22 0.12 1.08 -parangonnages parangonnage nom m p 0.00 0.07 0.00 0.07 -parangons parangon nom m p 0.13 1.22 0.01 0.14 -parano parano adj s 4.23 0.47 3.98 0.47 -paranoïa paranoïa nom f s 2.03 1.15 2.03 1.15 -paranoïaque paranoïaque adj s 3.33 0.54 2.97 0.41 -paranoïaques paranoïaque adj p 3.33 0.54 0.35 0.14 -paranoïde paranoïde adj s 0.09 0.27 0.09 0.27 -paranormal paranormal nom m s 0.61 0.07 0.61 0.07 -paranormale paranormal adj f s 2.04 0.07 1.02 0.07 -paranormales paranormal adj f p 2.04 0.07 0.14 0.00 -paranormaux paranormal adj m p 2.04 0.07 0.57 0.00 -paranos parano adj f p 4.23 0.47 0.25 0.00 -parant parer ver 30.50 19.66 0.01 1.28 par:pre; -paranéoplasique paranéoplasique adj m s 0.07 0.00 0.07 0.00 -parapente parapente nom m s 0.31 0.00 0.31 0.00 -parapet parapet nom m s 0.88 12.91 0.73 10.88 -parapets parapet nom m p 0.88 12.91 0.16 2.03 -paraphait parapher ver 0.64 0.74 0.00 0.07 ind:imp:3s; -paraphant parapher ver 0.64 0.74 0.00 0.14 par:pre; -parapharmacie parapharmacie nom f s 0.03 0.07 0.03 0.07 -paraphe paraphe nom m s 0.10 1.55 0.10 1.01 -parapher parapher ver 0.64 0.74 0.06 0.00 inf; -paraphes parapher ver 0.64 0.74 0.02 0.00 ind:pre:2s; -parapheurs parapheur nom m p 0.00 0.07 0.00 0.07 -paraphez parapher ver 0.64 0.74 0.24 0.00 imp:pre:2p;ind:pre:2p; -paraphrasa paraphraser ver 0.24 0.41 0.00 0.07 ind:pas:3s; -paraphrasait paraphraser ver 0.24 0.41 0.00 0.14 ind:imp:3s; -paraphrasant paraphraser ver 0.24 0.41 0.01 0.00 par:pre; -paraphrase paraphrase nom f s 0.12 0.34 0.12 0.27 -paraphraser paraphraser ver 0.24 0.41 0.13 0.14 inf; -paraphrases paraphraser ver 0.24 0.41 0.01 0.00 ind:pre:2s; -paraphrasé paraphraser ver m s 0.24 0.41 0.00 0.07 par:pas; -paraphé parapher ver m s 0.64 0.74 0.25 0.34 par:pas; -paraphée parapher ver f s 0.64 0.74 0.03 0.07 par:pas; -paraphés parapher ver m p 0.64 0.74 0.02 0.07 par:pas; -paraplégique paraplégique adj s 0.29 0.14 0.25 0.07 -paraplégiques paraplégique adj m p 0.29 0.14 0.04 0.07 -parapluie parapluie nom m s 7.38 16.28 6.37 12.50 -parapluies parapluie nom m p 7.38 16.28 1.01 3.78 -parapsychique parapsychique adj s 0.04 0.00 0.04 0.00 -parapsychologie parapsychologie nom f s 0.61 0.14 0.61 0.14 -parapsychologique parapsychologique adj s 0.03 0.07 0.02 0.00 -parapsychologiques parapsychologique adj m p 0.03 0.07 0.01 0.07 -parapsychologue parapsychologue nom s 0.09 0.00 0.06 0.00 -parapsychologues parapsychologue nom p 0.09 0.00 0.03 0.00 -parareligieuse parareligieux adj f s 0.10 0.00 0.10 0.00 -paras para nom m p 3.23 1.49 0.90 0.61 -parascolaire parascolaire adj m s 0.04 0.07 0.00 0.07 -parascolaires parascolaire adj p 0.04 0.07 0.04 0.00 -parascève parascève nom f s 0.00 0.47 0.00 0.47 -parasitaire parasitaire adj s 0.25 0.81 0.23 0.61 -parasitaires parasitaire adj p 0.25 0.81 0.03 0.20 -parasitait parasiter ver 0.39 0.27 0.00 0.07 ind:imp:3s; -parasite parasite nom m s 8.72 4.53 4.66 1.22 -parasitent parasiter ver 0.39 0.27 0.12 0.00 ind:pre:3p; -parasiter parasiter ver 0.39 0.27 0.07 0.07 inf; -parasites parasite nom m p 8.72 4.53 4.06 3.31 -parasiticide parasiticide adj m s 0.10 0.00 0.10 0.00 -parasitisme parasitisme nom m s 0.01 0.74 0.01 0.74 -parasitologie parasitologie nom f s 0.00 0.07 0.00 0.07 -parasitose parasitose nom f s 0.01 0.00 0.01 0.00 -parasité parasiter ver m s 0.39 0.27 0.05 0.07 par:pas; -parasitée parasiter ver f s 0.39 0.27 0.01 0.07 par:pas; -parasités parasiter ver m p 0.39 0.27 0.06 0.00 par:pas; -parasol parasol nom m s 0.80 6.69 0.72 3.72 -parasols parasol nom m p 0.80 6.69 0.08 2.97 -parathyroïdienne parathyroïdien adj f s 0.01 0.00 0.01 0.00 -paratonnerre paratonnerre nom m s 0.55 0.61 0.41 0.41 -paratonnerres paratonnerre nom m p 0.55 0.61 0.14 0.20 -paravent paravent nom m s 1.77 4.32 1.51 3.85 -paravents paravent nom m p 1.77 4.32 0.26 0.47 -parbleu parbleu ono 1.54 1.96 1.54 1.96 -parc parc nom m s 32.85 43.99 31.02 38.72 -parcage parcage nom m s 0.00 0.07 0.00 0.07 -parce_qu parce_qu con 4.13 2.36 4.13 2.36 -parce_que parce_que con 548.52 327.43 548.52 327.43 -parce parce adv_sup 3.49 0.95 3.49 0.95 -parcellaire parcellaire adj s 0.00 0.34 0.00 0.34 -parcelle parcelle nom f s 2.73 11.15 1.99 7.09 -parcelles parcelle nom f p 2.73 11.15 0.74 4.05 -parchemin parchemin nom m s 3.61 4.80 3.47 3.85 -parchemineuse parchemineux adj f s 0.00 0.07 0.00 0.07 -parchemins parchemin nom m p 3.61 4.80 0.14 0.95 -parcheminé parcheminé adj m s 0.04 1.49 0.03 0.47 -parcheminée parcheminé adj f s 0.04 1.49 0.01 0.47 -parcheminées parcheminé adj f p 0.04 1.49 0.00 0.34 -parcheminés parcheminé adj m p 0.04 1.49 0.00 0.20 -parcimonie parcimonie nom f s 0.22 0.95 0.22 0.95 -parcimonieuse parcimonieux adj f s 0.00 1.55 0.00 0.61 -parcimonieusement parcimonieusement adv 0.00 0.88 0.00 0.88 -parcimonieuses parcimonieux adj f p 0.00 1.55 0.00 0.07 -parcimonieux parcimonieux adj m 0.00 1.55 0.00 0.88 -parcmètre parcmètre nom m s 0.38 0.00 0.22 0.00 -parcmètres parcmètre nom m p 0.38 0.00 0.16 0.00 -parcomètre parcomètre nom m s 0.01 0.00 0.01 0.00 -parcourûmes parcourir ver 15.46 61.82 0.00 0.47 ind:pas:1p; -parcouraient parcourir ver 15.46 61.82 0.16 1.89 ind:imp:3p; -parcourais parcourir ver 15.46 61.82 0.32 1.22 ind:imp:1s; -parcourait parcourir ver 15.46 61.82 0.47 6.28 ind:imp:3s; -parcourant parcourir ver 15.46 61.82 0.50 4.12 par:pre; -parcoure parcourir ver 15.46 61.82 0.06 0.07 sub:pre:1s;sub:pre:3s; -parcourent parcourir ver 15.46 61.82 0.57 1.15 ind:pre:3p; -parcourez parcourir ver 15.46 61.82 0.22 0.07 imp:pre:2p;ind:pre:2p; -parcouriez parcourir ver 15.46 61.82 0.05 0.07 ind:imp:2p; -parcourions parcourir ver 15.46 61.82 0.16 0.14 ind:imp:1p; -parcourir parcourir ver 15.46 61.82 3.50 13.65 inf; -parcourons parcourir ver 15.46 61.82 0.11 0.20 imp:pre:1p;ind:pre:1p; -parcourra parcourir ver 15.46 61.82 0.02 0.00 ind:fut:3s; -parcourrai parcourir ver 15.46 61.82 0.04 0.07 ind:fut:1s; -parcourraient parcourir ver 15.46 61.82 0.01 0.00 cnd:pre:3p; -parcourrais parcourir ver 15.46 61.82 0.02 0.00 cnd:pre:1s;cnd:pre:2s; -parcourrait parcourir ver 15.46 61.82 0.01 0.14 cnd:pre:3s; -parcourrez parcourir ver 15.46 61.82 0.00 0.14 ind:fut:2p; -parcourrions parcourir ver 15.46 61.82 0.10 0.00 cnd:pre:1p; -parcourront parcourir ver 15.46 61.82 0.01 0.00 ind:fut:3p; -parcours parcours nom m 7.42 17.64 7.42 17.64 -parcourt parcourir ver 15.46 61.82 2.30 4.59 ind:pre:3s; -parcouru parcourir ver m s 15.46 61.82 4.74 11.08 par:pas; -parcourue parcourir ver f s 15.46 61.82 0.38 2.97 par:pas; -parcourues parcourir ver f p 15.46 61.82 0.03 1.42 par:pas; -parcoururent parcourir ver 15.46 61.82 0.02 1.55 ind:pas:3p; -parcourus parcourir ver m p 15.46 61.82 0.20 2.77 ind:pas:1s;par:pas; -parcourut parcourir ver 15.46 61.82 0.15 6.49 ind:pas:3s; -parcs parc nom m p 32.85 43.99 1.84 5.27 -pardessus pardessus nom m 1.43 9.05 1.43 9.05 -pardi pardi ono 2.66 6.22 2.66 6.22 -pardieu pardieu ono 0.54 0.20 0.54 0.20 -pardingue pardingue nom m s 0.00 0.07 0.00 0.07 -pardon pardon ono 209.13 18.04 209.13 18.04 -pardonna pardonner ver 139.45 44.59 0.04 0.54 ind:pas:3s; -pardonnable pardonnable adj m s 0.03 0.20 0.03 0.20 -pardonnaient pardonner ver 139.45 44.59 0.00 0.68 ind:imp:3p; -pardonnais pardonner ver 139.45 44.59 0.07 0.07 ind:imp:1s;ind:imp:2s; -pardonnait pardonner ver 139.45 44.59 0.33 2.64 ind:imp:3s; -pardonnant pardonner ver 139.45 44.59 0.05 0.20 par:pre; -pardonne pardonner ver 139.45 44.59 53.11 12.30 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:1s; -pardonnent pardonner ver 139.45 44.59 1.09 0.81 ind:pre:3p; -pardonner pardonner ver 139.45 44.59 21.71 11.49 inf;; -pardonnera pardonner ver 139.45 44.59 3.72 0.74 ind:fut:3s; -pardonnerai pardonner ver 139.45 44.59 4.58 0.81 ind:fut:1s; -pardonneraient pardonner ver 139.45 44.59 0.13 0.07 cnd:pre:3p; -pardonnerais pardonner ver 139.45 44.59 1.02 0.20 cnd:pre:1s;cnd:pre:2s; -pardonnerait pardonner ver 139.45 44.59 0.55 1.08 cnd:pre:3s; -pardonneras pardonner ver 139.45 44.59 1.45 0.14 ind:fut:2s; -pardonnerez pardonner ver 139.45 44.59 0.66 0.81 ind:fut:2p; -pardonneriez pardonner ver 139.45 44.59 0.04 0.00 cnd:pre:2p; -pardonnerons pardonner ver 139.45 44.59 0.02 0.07 ind:fut:1p; -pardonneront pardonner ver 139.45 44.59 0.63 0.27 ind:fut:3p; -pardonnes pardonner ver 139.45 44.59 4.41 0.54 ind:pre:2s;sub:pre:2s; -pardonnez pardonner ver 139.45 44.59 34.31 5.74 imp:pre:2p;ind:pre:2p; -pardonniez pardonner ver 139.45 44.59 0.16 0.07 ind:imp:2p; -pardonnions pardonner ver 139.45 44.59 0.02 0.20 ind:imp:1p; -pardonnons pardonner ver 139.45 44.59 1.02 0.07 imp:pre:1p;ind:pre:1p; -pardonnât pardonner ver 139.45 44.59 0.00 0.07 sub:imp:3s; -pardonnèrent pardonner ver 139.45 44.59 0.02 0.07 ind:pas:3p; -pardonné pardonner ver m s 139.45 44.59 8.31 4.32 par:pas; -pardonnée pardonner ver f s 139.45 44.59 1.18 0.27 par:pas; -pardonnées pardonner ver f p 139.45 44.59 0.02 0.07 par:pas; -pardonnés pardonner ver m p 139.45 44.59 0.80 0.27 par:pas; -pardons pardon nom m p 55.62 26.89 0.92 0.81 -pare_balle pare_balle adj s 0.13 0.00 0.13 0.00 -pare_balles pare_balles adj 1.92 0.34 1.92 0.34 -pare_boue pare_boue nom m 0.04 0.00 0.04 0.00 -pare_brise pare_brise nom m 4.12 7.16 4.08 7.16 -pare_brise pare_brise nom m p 4.12 7.16 0.04 0.00 -pare_chocs pare_chocs nom m 1.85 1.82 1.85 1.82 -pare_feu pare_feu nom m 0.24 0.07 0.24 0.07 -pare_feux pare_feux nom m p 0.05 0.00 0.05 0.00 -pare_soleil pare_soleil nom m 0.26 0.54 0.26 0.54 -pare_éclats pare_éclats nom m 0.00 0.07 0.00 0.07 -pare_étincelles pare_étincelles nom m 0.00 0.07 0.00 0.07 -pare parer ver 30.50 19.66 1.64 1.69 imp:pre:2s;ind:pre:1s;ind:pre:3s; -pareil pareil adj m s 133.45 149.66 95.18 70.47 -pareille pareil adj f s 133.45 149.66 21.01 41.22 -pareillement pareillement adv 1.57 3.72 1.57 3.72 -pareilles pareil adj f p 133.45 149.66 6.97 16.82 -pareils pareil adj m p 133.45 149.66 10.29 21.15 -parement parement nom m s 0.03 1.76 0.03 0.00 -parements parement nom m p 0.03 1.76 0.00 1.76 -parenchyme parenchyme nom m s 0.01 0.00 0.01 0.00 -parent parent nom m s 188.38 146.35 10.03 4.53 -parentage parentage nom m s 0.00 0.07 0.00 0.07 -parental parental adj m s 1.65 0.81 0.50 0.07 -parentale parental adj f s 1.65 0.81 0.72 0.61 -parentales parental adj f p 1.65 0.81 0.10 0.07 -parentaux parental adj m p 1.65 0.81 0.32 0.07 -parente parent nom f s 188.38 146.35 1.12 2.30 -parentes parent nom f p 188.38 146.35 0.20 0.81 -parenthèse parenthèse nom f s 1.80 9.32 1.00 5.47 -parenthèses parenthèse nom f p 1.80 9.32 0.80 3.85 -parents parent nom m p 188.38 146.35 177.04 138.72 -parentèle parentèle nom f s 0.11 0.34 0.11 0.27 -parentèles parentèle nom f p 0.11 0.34 0.00 0.07 -parenté parenté nom f s 1.42 6.42 1.42 5.68 -parentés parenté nom f p 1.42 6.42 0.00 0.74 -parer parer ver 30.50 19.66 0.69 5.14 inf; -parerai parer ver 30.50 19.66 0.00 0.07 ind:fut:1s; -parerait parer ver 30.50 19.66 0.00 0.07 cnd:pre:3s; -paressaient paresser ver 0.42 0.95 0.00 0.07 ind:imp:3p; -paressais paresser ver 0.42 0.95 0.02 0.07 ind:imp:1s;ind:imp:2s; -paressait paresser ver 0.42 0.95 0.00 0.20 ind:imp:3s; -paressant paresser ver 0.42 0.95 0.01 0.07 par:pre; -paresse paresse nom f s 2.65 12.43 2.54 11.89 -paresser paresser ver 0.42 0.95 0.25 0.34 inf; -paresses paresse nom f p 2.65 12.43 0.10 0.54 -paresseuse paresseux adj f s 5.46 10.34 2.08 3.65 -paresseusement paresseusement adv 0.01 2.97 0.01 2.97 -paresseuses paresseux adj f p 5.46 10.34 0.20 0.41 -paresseux paresseux adj m 5.46 10.34 3.19 6.28 -paressions paresser ver 0.42 0.95 0.10 0.07 ind:imp:1p; -paressé paresser ver m s 0.42 0.95 0.02 0.14 par:pas; -paresthésie paresthésie nom f s 0.05 0.00 0.05 0.00 -pareur pareur nom m s 0.01 0.00 0.01 0.00 -parez parer ver 30.50 19.66 1.44 0.14 imp:pre:2p;ind:pre:2p; -parfaire parfaire ver 60.06 19.86 0.58 2.64 inf; -parfais parfaire ver 60.06 19.86 0.09 0.00 imp:pre:2s;ind:pre:1s; -parfaisais parfaire ver 60.06 19.86 0.00 0.07 ind:imp:1s; -parfaisait parfaire ver 60.06 19.86 0.00 0.07 ind:imp:3s; -parfait parfaire ver m s 60.06 19.86 45.92 11.89 ind:pre:3s;par:pas; -parfaite parfait adj f s 58.77 43.45 19.32 18.45 -parfaitement parfaitement adv 45.48 71.08 45.48 71.08 -parfaites parfait adj f p 58.77 43.45 1.52 2.03 -parfaits parfait adj m p 58.77 43.45 2.36 2.30 -parferont parfaire ver 60.06 19.86 0.00 0.07 ind:fut:3p; -parfit parfaire ver 60.06 19.86 0.00 0.07 ind:pas:3s; -parfois parfois adv_sup 152.86 287.36 152.86 287.36 -parfum parfum nom m s 30.00 65.74 24.44 52.36 -parfuma parfumer ver 1.89 10.27 0.00 0.41 ind:pas:3s; -parfumaient parfumer ver 1.89 10.27 0.00 0.07 ind:imp:3p; -parfumait parfumer ver 1.89 10.27 0.01 1.22 ind:imp:3s; -parfume parfumer ver 1.89 10.27 0.14 0.81 imp:pre:2s;ind:pre:1s;ind:pre:3s; -parfument parfumer ver 1.89 10.27 0.06 0.41 ind:pre:3p; -parfumer parfumer ver 1.89 10.27 0.27 0.95 inf; -parfumera parfumer ver 1.89 10.27 0.00 0.07 ind:fut:3s; -parfumerie parfumerie nom f s 0.47 1.42 0.47 1.22 -parfumeries parfumerie nom f p 0.47 1.42 0.00 0.20 -parfumeur parfumeur nom m s 0.13 1.15 0.12 0.47 -parfumeurs parfumeur nom m p 0.13 1.15 0.00 0.41 -parfumeuse parfumeur nom f s 0.13 1.15 0.01 0.27 -parfumez parfumer ver 1.89 10.27 0.11 0.00 imp:pre:2p;ind:pre:2p; -parfums parfum nom m p 30.00 65.74 5.55 13.38 -parfumé parfumé adj m s 2.24 10.20 0.64 3.99 -parfumée parfumé adj f s 2.24 10.20 1.12 3.51 -parfumées parfumé adj f p 2.24 10.20 0.23 1.89 -parfumés parfumé adj m p 2.24 10.20 0.25 0.81 -pari pari nom m s 26.61 12.57 13.93 4.59 -paria paria nom m s 1.12 2.09 0.82 1.35 -pariade pariade nom f s 0.01 0.14 0.01 0.14 -pariaient parier ver 81.96 15.61 0.15 0.20 ind:imp:3p; -pariais parier ver 81.96 15.61 0.25 0.07 ind:imp:1s;ind:imp:2s; -pariait parier ver 81.96 15.61 0.48 0.27 ind:imp:3s; -pariant parier ver 81.96 15.61 0.52 0.07 par:pre; -parias paria nom m p 1.12 2.09 0.29 0.74 -parie parier ver 81.96 15.61 52.59 8.58 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:1s; -parient parier ver 81.96 15.61 0.33 0.00 ind:pre:3p; -parier parier ver 81.96 15.61 9.93 2.70 ind:pre:2p;inf; -parierai parier ver 81.96 15.61 0.51 0.07 ind:fut:1s; -parierais parier ver 81.96 15.61 1.81 1.01 cnd:pre:1s;cnd:pre:2s; -parierait parier ver 81.96 15.61 0.02 0.14 cnd:pre:3s; -parieriez parier ver 81.96 15.61 0.05 0.00 cnd:pre:2p; -paries parier ver 81.96 15.61 3.61 0.54 ind:pre:2s; -parieur parieur nom m s 0.81 0.54 0.39 0.07 -parieurs parieur nom m p 0.81 0.54 0.41 0.47 -parieuse parieur nom f s 0.81 0.54 0.01 0.00 -pariez parier ver 81.96 15.61 1.69 0.14 imp:pre:2p;ind:pre:2p; -parigot parigot adj m s 0.40 1.22 0.27 0.81 -parigote parigot nom f s 0.00 1.01 0.00 0.20 -parigotes parigot adj f p 0.40 1.22 0.00 0.14 -parigots parigot adj m p 0.40 1.22 0.14 0.14 -parions parier ver 81.96 15.61 0.38 0.20 imp:pre:1p;ind:imp:1p;ind:pre:1p; -paris_brest paris_brest nom m 0.19 0.20 0.19 0.20 -paris pari nom m p 26.61 12.57 12.68 7.97 -parisien parisien adj m s 2.73 30.61 0.94 12.09 -parisienne parisien adj f s 2.73 30.61 1.11 10.07 -parisiennes parisien adj f p 2.73 30.61 0.16 2.30 -parisiens parisien nom m p 2.20 9.12 1.36 6.49 -paritaire paritaire adj s 0.00 0.07 0.00 0.07 -parité parité nom f s 0.31 0.14 0.31 0.14 -parié parier ver m s 81.96 15.61 9.61 1.42 par:pas; -pariétal pariétal adj m s 0.26 0.20 0.20 0.14 -pariétale pariétal adj f s 0.26 0.20 0.04 0.07 -pariétaux pariétal adj m p 0.26 0.20 0.02 0.00 -parjurant parjurer ver 0.79 0.47 0.00 0.07 par:pre; -parjure parjure nom m s 1.35 0.74 1.16 0.68 -parjurer parjurer ver 0.79 0.47 0.14 0.34 ind:pre:2p;inf; -parjurera parjurer ver 0.79 0.47 0.01 0.00 ind:fut:3s; -parjures parjure nom m p 1.35 0.74 0.19 0.07 -parjuré parjurer ver m s 0.79 0.47 0.21 0.00 par:pas; -parjurée parjurer ver f s 0.79 0.47 0.03 0.00 par:pas; -parka parka nom m s 0.28 0.41 0.28 0.41 -parking parking nom m s 18.23 9.86 17.38 8.65 -parkings parking nom m p 18.23 9.86 0.84 1.22 -parkinson parkinson nom m 0.03 0.07 0.03 0.07 -parkinsonien parkinsonien adj m s 0.07 0.14 0.04 0.07 -parkinsonienne parkinsonien adj f s 0.07 0.14 0.00 0.07 -parkinsoniens parkinsonien adj m p 0.07 0.14 0.03 0.00 -parla parler ver 1970.58 1086.01 2.71 38.99 ind:pas:3s; -parlai parler ver 1970.58 1086.01 0.59 3.78 ind:pas:1s; -parlaient parler ver 1970.58 1086.01 5.94 40.27 ind:imp:3p; -parlais parler ver 1970.58 1086.01 32.98 19.53 ind:imp:1s;ind:imp:2s; -parlait parler ver 1970.58 1086.01 44.37 157.09 ind:imp:3s; -parlant parler ver 1970.58 1086.01 15.70 36.15 par:pre; -parlante parlant adj f s 5.62 5.47 1.01 0.68 -parlantes parlant adj f p 5.62 5.47 0.46 0.14 -parlants parlant adj m p 5.62 5.47 0.12 0.34 -parlas parler ver 1970.58 1086.01 0.01 0.07 ind:pas:2s; -parlassent parler ver 1970.58 1086.01 0.00 0.20 sub:imp:3p; -parlasses parler ver 1970.58 1086.01 0.00 0.07 sub:imp:2s; -parle parler ver 1970.58 1086.01 451.68 168.78 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:1s;sub:pre:3s; -parlement parlement nom m s 4.71 5.68 4.71 5.54 -parlementaire parlementaire adj s 0.77 3.72 0.72 2.70 -parlementaires parlementaire nom p 0.27 2.91 0.16 2.70 -parlementait parlementer ver 0.82 1.69 0.00 0.34 ind:imp:3s; -parlementant parlementer ver 0.82 1.69 0.00 0.07 par:pre; -parlementarisme parlementarisme nom m s 0.00 0.20 0.00 0.20 -parlementariste parlementariste adj s 0.00 0.07 0.00 0.07 -parlemente parlementer ver 0.82 1.69 0.15 0.27 ind:pre:1s;ind:pre:3s; -parlementent parlementer ver 0.82 1.69 0.01 0.14 ind:pre:3p; -parlementer parlementer ver 0.82 1.69 0.61 0.74 inf; -parlementons parlementer ver 0.82 1.69 0.01 0.07 imp:pre:1p;ind:pre:1p; -parlements parlement nom m p 4.71 5.68 0.00 0.14 -parlementèrent parlementer ver 0.82 1.69 0.00 0.07 ind:pas:3p; -parlementé parlementer ver m s 0.82 1.69 0.04 0.00 par:pas; -parlent parler ver 1970.58 1086.01 32.08 29.39 ind:pre:3p;sub:pre:3p; -parler parler ver 1970.58 1086.01 728.02 341.82 inf;;inf;;inf;;inf;; -parlera parler ver 1970.58 1086.01 23.70 6.22 ind:fut:3s; -parlerai parler ver 1970.58 1086.01 22.47 8.24 ind:fut:1s; -parleraient parler ver 1970.58 1086.01 0.14 1.42 cnd:pre:3p; -parlerais parler ver 1970.58 1086.01 3.96 2.03 cnd:pre:1s;cnd:pre:2s; -parlerait parler ver 1970.58 1086.01 3.17 6.49 cnd:pre:3s; -parleras parler ver 1970.58 1086.01 3.89 1.28 ind:fut:2s; -parlerez parler ver 1970.58 1086.01 2.71 0.47 ind:fut:2p; -parlerie parlerie nom f s 0.00 0.07 0.00 0.07 -parleriez parler ver 1970.58 1086.01 0.50 0.14 cnd:pre:2p; -parlerions parler ver 1970.58 1086.01 0.26 0.47 cnd:pre:1p; -parlerons parler ver 1970.58 1086.01 6.53 2.03 ind:fut:1p; -parleront parler ver 1970.58 1086.01 1.75 1.22 ind:fut:3p; -parlers parler nom m p 11.58 9.05 0.00 0.14 -parles parler ver 1970.58 1086.01 152.20 35.34 ind:pre:2s;sub:pre:2s; -parleur parleur nom m s 1.36 2.03 1.20 1.76 -parleurs parleur nom m p 1.36 2.03 0.16 0.20 -parleuse parleur nom f s 1.36 2.03 0.00 0.07 -parlez parler ver 1970.58 1086.01 120.79 22.03 imp:pre:2p;ind:pre:2p; -parliez parler ver 1970.58 1086.01 10.93 3.11 ind:imp:2p;sub:pre:2p; -parlions parler ver 1970.58 1086.01 6.69 12.16 ind:imp:1p; -parloir parloir nom m s 2.64 4.39 2.64 4.19 -parloirs parloir nom m p 2.64 4.39 0.00 0.20 -parlâmes parler ver 1970.58 1086.01 0.02 1.55 ind:pas:1p; -parlons parler ver 1970.58 1086.01 46.28 16.22 imp:pre:1p;ind:pre:1p; -parlophone parlophone nom s 0.00 0.34 0.00 0.34 -parlât parler ver 1970.58 1086.01 0.10 3.11 sub:imp:3s; -parlotaient parloter ver 0.00 0.14 0.00 0.07 ind:imp:3p; -parlote parlote nom f s 0.27 1.35 0.24 0.27 -parloter parloter ver 0.00 0.14 0.00 0.07 inf; -parlotes parlote nom f p 0.27 1.35 0.03 1.08 -parlotte parlotte nom f s 0.19 0.47 0.16 0.14 -parlottes parlotte nom f p 0.19 0.47 0.04 0.34 -parlèrent parler ver 1970.58 1086.01 0.08 7.77 ind:pas:3p; -parlé parler ver m s 1970.58 1086.01 248.94 118.04 par:pas;par:pas;par:pas;par:pas; -parlée parler ver f s 1970.58 1086.01 0.39 0.27 par:pas; -parlées parler ver f p 1970.58 1086.01 0.30 0.07 par:pas; -parlés parler ver m p 1970.58 1086.01 0.65 0.20 par:pas; -parme parme adj 0.01 0.81 0.01 0.81 -parmentier parmentier nom m s 0.04 0.27 0.04 0.27 -parmentures parmenture nom f p 0.00 0.07 0.00 0.07 -parmesan parmesan nom m s 0.66 0.54 0.66 0.47 -parmesane parmesan adj f s 0.18 0.20 0.01 0.07 -parmesans parmesan nom m p 0.66 0.54 0.00 0.07 -parmi parmi pre 69.17 171.96 69.17 171.96 -parmélies parmélie nom f p 0.00 0.20 0.00 0.20 -parménidien parménidien adj m s 0.00 0.07 0.00 0.07 -parnassienne parnassien adj f s 0.00 0.14 0.00 0.14 -parodiai parodier ver 0.21 1.55 0.00 0.14 ind:pas:1s; -parodiait parodier ver 0.21 1.55 0.00 0.20 ind:imp:3s; -parodiant parodier ver 0.21 1.55 0.04 0.34 par:pre; -parodie parodie nom f s 1.13 2.43 1.09 2.16 -parodier parodier ver 0.21 1.55 0.01 0.61 inf; -parodies parodie nom f p 1.13 2.43 0.05 0.27 -parodique parodique adj s 0.06 1.08 0.05 0.95 -parodiquement parodiquement adv 0.00 0.14 0.00 0.14 -parodiques parodique adj m p 0.06 1.08 0.01 0.14 -parodontal parodontal adj m s 0.02 0.00 0.01 0.00 -parodontale parodontal adj f s 0.02 0.00 0.01 0.00 -paroi paroi nom f s 4.88 30.00 3.01 16.01 -paroir paroir nom m s 0.00 0.14 0.00 0.07 -paroirs paroir nom m p 0.00 0.14 0.00 0.07 -parois paroi nom f p 4.88 30.00 1.87 13.99 -paroisse paroisse nom f s 5.75 6.62 5.42 5.88 -paroisses paroisse nom f p 5.75 6.62 0.33 0.74 -paroissial paroissial adj m s 0.67 1.35 0.24 0.27 -paroissiale paroissial adj f s 0.67 1.35 0.38 0.61 -paroissiales paroissial adj f p 0.67 1.35 0.00 0.20 -paroissiaux paroissial adj m p 0.67 1.35 0.04 0.27 -paroissien paroissien nom m s 1.06 1.76 0.10 0.14 -paroissienne paroissien nom f s 1.06 1.76 0.02 0.00 -paroissiennes paroissienne nom f p 0.04 0.00 0.04 0.00 -paroissiens paroissien nom m p 1.06 1.76 0.94 1.42 -parole parole nom f s 103.48 178.31 71.07 81.82 -paroles parole nom f p 103.48 178.31 32.41 96.49 -paroli paroli nom m s 0.00 0.07 0.00 0.07 -parolier parolier nom m s 0.07 0.07 0.06 0.07 -parolière parolier nom f s 0.07 0.07 0.01 0.00 -paronomasie paronomasie nom f s 0.00 0.07 0.00 0.07 -paros paros nom m 0.27 1.08 0.27 1.08 -parotidienne parotidien adj f s 0.01 0.00 0.01 0.00 -parâtre parâtre nom m s 0.02 0.00 0.02 0.00 -parousie parousie nom f s 0.00 0.27 0.00 0.27 -paroxysme paroxysme nom m s 0.27 3.24 0.27 3.18 -paroxysmes paroxysme nom m p 0.27 3.24 0.00 0.07 -paroxysmique paroxysmique adj f s 0.01 0.07 0.01 0.00 -paroxysmiques paroxysmique adj p 0.01 0.07 0.00 0.07 -paroxystique paroxystique adj s 0.01 0.20 0.01 0.14 -paroxystiques paroxystique adj m p 0.01 0.20 0.00 0.07 -parpaillot parpaillot nom m s 0.00 0.27 0.00 0.14 -parpaillote parpaillot nom f s 0.00 0.27 0.00 0.07 -parpaillotes parpaillot nom f p 0.00 0.27 0.00 0.07 -parpaing parpaing nom m s 0.64 1.42 0.22 0.20 -parpaings parpaing nom m p 0.64 1.42 0.42 1.22 -parquait parquer ver 0.41 2.36 0.00 0.14 ind:imp:3s; -parque parquer ver 0.41 2.36 0.06 0.14 imp:pre:2s;ind:pre:3s; -parquent parquer ver 0.41 2.36 0.14 0.14 ind:pre:3p; -parquer parquer ver 0.41 2.36 0.09 0.20 inf; -parquet parquet nom m s 4.43 22.43 4.12 18.51 -parquetage parquetage nom m s 0.00 0.14 0.00 0.14 -parqueteur parqueteur nom m s 0.00 0.14 0.00 0.07 -parqueteuse parqueteur nom f s 0.00 0.14 0.00 0.07 -parquets parquet nom m p 4.43 22.43 0.32 3.92 -parqueté parqueter ver m s 0.00 0.61 0.00 0.07 par:pas; -parquetée parqueter ver f s 0.00 0.61 0.00 0.47 par:pas; -parquetées parqueter ver f p 0.00 0.61 0.00 0.07 par:pas; -parquez parquer ver 0.41 2.36 0.02 0.00 imp:pre:2p; -parqué parquer ver m s 0.41 2.36 0.05 0.20 par:pas; -parquée parqué adj f s 0.01 0.14 0.01 0.00 -parquées parquer ver f p 0.41 2.36 0.02 0.20 par:pas; -parqués parquer ver m p 0.41 2.36 0.02 1.28 par:pas; -parr parr nom m s 0.12 0.14 0.12 0.14 -parrain parrain nom m s 10.37 7.64 9.76 7.50 -parrainage parrainage nom m s 0.11 0.14 0.11 0.14 -parrainait parrainer ver 0.96 0.27 0.04 0.14 ind:imp:3s; -parrainant parrainer ver 0.96 0.27 0.01 0.07 par:pre; -parraine parrainer ver 0.96 0.27 0.24 0.00 ind:pre:1s;ind:pre:3s; -parrainent parrainer ver 0.96 0.27 0.01 0.00 ind:pre:3p; -parrainer parrainer ver 0.96 0.27 0.26 0.07 inf; -parrainerai parrainer ver 0.96 0.27 0.01 0.00 ind:fut:1s; -parraineuse parraineur nom f s 0.00 0.07 0.00 0.07 -parrains parrain nom m p 10.37 7.64 0.61 0.14 -parrainé parrainer ver m s 0.96 0.27 0.33 0.00 par:pas; -parrainée parrainer ver f s 0.96 0.27 0.03 0.00 par:pas; -parrainés parrainer ver m p 0.96 0.27 0.03 0.00 par:pas; -parricide parricide nom s 0.56 0.20 0.56 0.20 -parricides parricide adj m p 0.01 0.14 0.00 0.14 -pars partir ver 1111.97 485.68 109.45 14.53 imp:pre:2s;ind:pre:1s;ind:pre:2s; -parsec parsec nom m s 0.27 0.07 0.01 0.00 -parsecs parsec nom m p 0.27 0.07 0.25 0.07 -parsemaient parsemer ver 0.35 7.36 0.00 0.68 ind:imp:3p; -parsemant parsemer ver 0.35 7.36 0.01 0.61 par:pre; -parsemer parsemer ver 0.35 7.36 0.01 0.07 inf; -parsemé parsemer ver m s 0.35 7.36 0.10 2.09 par:pas; -parsemée parsemer ver f s 0.35 7.36 0.19 1.76 par:pas; -parsemées parsemer ver f p 0.35 7.36 0.00 0.54 par:pas; -parsemés parsemer ver m p 0.35 7.36 0.01 0.88 par:pas; -parsi parsi adj m s 0.27 0.00 0.27 0.00 -parsis parsi nom m p 0.02 0.14 0.00 0.14 -parsème parsemer ver 0.35 7.36 0.00 0.14 ind:pre:3s; -parsèment parsemer ver 0.35 7.36 0.03 0.61 ind:pre:3p; -part_time part_time nom f s 0.00 0.14 0.00 0.14 -part part nom s 305.89 320.41 299.31 306.22 -partîmes partir ver 1111.97 485.68 0.26 1.76 ind:pas:1p; -partît partir ver 1111.97 485.68 0.00 0.47 sub:imp:3s; -partage partager ver 79.09 78.99 16.43 7.64 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:1s; -partagea partager ver 79.09 78.99 0.03 1.22 ind:pas:3s; -partageable partageable adj s 0.01 0.07 0.01 0.07 -partageai partager ver 79.09 78.99 0.00 0.41 ind:pas:1s; -partageaient partager ver 79.09 78.99 0.61 4.32 ind:imp:3p; -partageais partager ver 79.09 78.99 0.80 2.77 ind:imp:1s;ind:imp:2s; -partageait partager ver 79.09 78.99 1.74 11.62 ind:imp:3s; -partageant partager ver 79.09 78.99 0.57 2.03 par:pre; -partagent partager ver 79.09 78.99 3.44 3.11 ind:pre:3p; -partageâmes partager ver 79.09 78.99 0.02 0.07 ind:pas:1p; -partageons partager ver 79.09 78.99 3.48 1.15 imp:pre:1p;ind:pre:1p; -partageât partager ver 79.09 78.99 0.00 0.47 sub:imp:3s; -partager partager ver 79.09 78.99 34.05 24.93 inf; -partagera partager ver 79.09 78.99 1.42 0.14 ind:fut:3s; -partagerai partager ver 79.09 78.99 0.66 0.20 ind:fut:1s; -partageraient partager ver 79.09 78.99 0.15 0.41 cnd:pre:3p; -partagerais partager ver 79.09 78.99 0.61 0.47 cnd:pre:1s;cnd:pre:2s; -partagerait partager ver 79.09 78.99 0.33 0.54 cnd:pre:3s; -partageras partager ver 79.09 78.99 0.29 0.00 ind:fut:2s; -partagerez partager ver 79.09 78.99 0.42 0.00 ind:fut:2p; -partageriez partager ver 79.09 78.99 0.09 0.00 cnd:pre:2p; -partagerions partager ver 79.09 78.99 0.04 0.07 cnd:pre:1p; -partagerons partager ver 79.09 78.99 0.69 0.20 ind:fut:1p; -partageront partager ver 79.09 78.99 0.11 0.20 ind:fut:3p; -partages partager ver 79.09 78.99 1.63 0.14 ind:pre:2s; -partageur partageur adj m s 0.02 0.07 0.02 0.00 -partageurs partageur adj m p 0.02 0.07 0.00 0.07 -partageuse partageux adj f s 0.01 0.07 0.01 0.07 -partageux partageux nom m 0.00 0.07 0.00 0.07 -partagez partager ver 79.09 78.99 2.54 0.20 imp:pre:2p;ind:pre:2p; -partagiez partager ver 79.09 78.99 0.21 0.00 ind:imp:2p; -partagions partager ver 79.09 78.99 0.80 1.28 ind:imp:1p; -partagèrent partager ver 79.09 78.99 0.12 1.01 ind:pas:3p; -partagé partager ver m s 79.09 78.99 5.73 8.51 par:pas; -partagée partager ver f s 79.09 78.99 1.01 3.04 par:pas; -partagées partager ver f p 79.09 78.99 0.21 1.35 par:pas; -partagés partager ver m p 79.09 78.99 0.85 1.49 par:pas; -partaient partir ver 1111.97 485.68 1.58 11.62 ind:imp:3p; -partais partir ver 1111.97 485.68 6.69 5.41 ind:imp:1s;ind:imp:2s; -partait partir ver 1111.97 485.68 8.52 25.81 ind:imp:3s; -partance partance nom f s 0.77 1.76 0.77 1.76 -partant partir ver 1111.97 485.68 6.90 13.04 par:pre; -partante partant adj f s 5.07 1.82 1.25 0.20 -partantes partant adj f p 5.07 1.82 0.19 0.07 -partants partant adj m p 5.07 1.82 0.55 0.20 -parte partir ver 1111.97 485.68 22.87 7.84 sub:pre:1s;sub:pre:3s; -partenaire_robot partenaire_robot nom s 0.01 0.00 0.01 0.00 -partenaire partenaire nom s 28.54 15.00 22.22 10.47 -partenaires partenaire nom p 28.54 15.00 6.33 4.53 -partenariat partenariat nom m s 1.47 0.07 1.47 0.07 -partent partir ver 1111.97 485.68 14.19 8.45 ind:pre:3p; -parterre parterre nom m s 2.76 6.82 2.31 4.05 -parterres parterre nom m p 2.76 6.82 0.45 2.77 -partes partir ver 1111.97 485.68 7.50 0.95 sub:pre:2s; -partez partir ver 1111.97 485.68 73.82 6.62 imp:pre:2p;ind:pre:2p; -parthe parthe adj s 0.00 1.15 0.00 0.95 -parthes parthe adj p 0.00 1.15 0.00 0.20 -parthique parthique adj s 0.00 0.07 0.00 0.07 -parthénogenèse parthénogenèse nom f s 0.04 0.07 0.04 0.07 -parthénogénèse parthénogénèse nom f s 0.00 0.07 0.00 0.07 -parthénogénétique parthénogénétique adj m s 0.15 0.00 0.15 0.00 -parti partir ver m s 1111.97 485.68 162.93 58.72 par:pas; -partial partial adj m s 0.51 1.08 0.20 0.81 -partiale partial adj f s 0.51 1.08 0.30 0.20 -partiales partial adj f p 0.51 1.08 0.00 0.07 -partialité partialité nom f s 0.25 1.22 0.25 1.22 -partiaux partial adj m p 0.51 1.08 0.01 0.00 -participa participer ver 33.56 40.07 0.34 0.61 ind:pas:3s; -participai participer ver 33.56 40.07 0.10 0.54 ind:pas:1s; -participaient participer ver 33.56 40.07 0.21 2.36 ind:imp:3p; -participais participer ver 33.56 40.07 0.18 1.15 ind:imp:1s;ind:imp:2s; -participait participer ver 33.56 40.07 0.30 4.73 ind:imp:3s; -participant participer ver 33.56 40.07 0.38 1.22 par:pre; -participante participant nom f s 1.50 2.23 0.04 0.00 -participantes participant nom f p 1.50 2.23 0.04 0.00 -participants participant nom m p 1.50 2.23 1.23 1.96 -participation participation nom f s 3.17 8.58 3.11 8.51 -participations participation nom f p 3.17 8.58 0.05 0.07 -participative participatif adj f s 0.02 0.00 0.02 0.00 -participe participer ver 33.56 40.07 3.29 3.92 imp:pre:2s;ind:pre:1s;ind:pre:3s; -participent participer ver 33.56 40.07 1.47 2.57 ind:pre:3p; -participer participer ver 33.56 40.07 16.02 15.34 inf; -participera participer ver 33.56 40.07 0.49 0.20 ind:fut:3s; -participerai participer ver 33.56 40.07 0.38 0.00 ind:fut:1s; -participeraient participer ver 33.56 40.07 0.03 0.27 cnd:pre:3p; -participerais participer ver 33.56 40.07 0.09 0.07 cnd:pre:1s; -participerait participer ver 33.56 40.07 0.14 0.20 cnd:pre:3s; -participeras participer ver 33.56 40.07 0.16 0.07 ind:fut:2s; -participerez participer ver 33.56 40.07 0.09 0.00 ind:fut:2p; -participerons participer ver 33.56 40.07 0.34 0.00 ind:fut:1p; -participeront participer ver 33.56 40.07 0.13 0.27 ind:fut:3p; -participes participer ver 33.56 40.07 0.67 0.00 ind:pre:2s; -participez participer ver 33.56 40.07 1.25 0.07 imp:pre:2p;ind:pre:2p; -participiez participer ver 33.56 40.07 0.23 0.14 ind:imp:2p; -participions participer ver 33.56 40.07 0.10 0.27 ind:imp:1p; -participons participer ver 33.56 40.07 0.24 0.34 imp:pre:1p;ind:pre:1p; -participât participer ver 33.56 40.07 0.00 0.47 sub:imp:3s; -participèrent participer ver 33.56 40.07 0.01 0.20 ind:pas:3p; -participé participer ver m s 33.56 40.07 6.94 5.07 par:pas; -participés participer ver m p 33.56 40.07 0.01 0.00 par:pas; -particularisme particularisme nom m s 0.00 0.41 0.00 0.14 -particularismes particularisme nom m p 0.00 0.41 0.00 0.27 -particularisées particulariser ver f p 0.00 0.07 0.00 0.07 par:pas; -particularité particularité nom f s 1.16 5.00 0.82 2.50 -particularités particularité nom f p 1.16 5.00 0.34 2.50 -particule particule nom f s 3.46 5.27 0.66 2.03 -particules particule nom f p 3.46 5.27 2.80 3.24 -particulier particulier adj m s 24.91 53.99 13.88 23.65 -particuliers particulier adj m p 24.91 53.99 3.07 6.08 -particulière particulier adj f s 24.91 53.99 6.63 20.00 -particulièrement particulièrement adv 14.78 36.62 14.78 36.62 -particulières particulier adj f p 24.91 53.99 1.33 4.26 -partie partie nom f s 191.19 211.49 177.81 187.97 -partiel partiel adj m s 3.33 2.09 1.19 0.88 -partielle partiel adj f s 3.33 2.09 1.67 0.81 -partiellement partiellement adv 1.03 2.97 1.03 2.97 -partielles partiel adj f p 3.33 2.09 0.41 0.27 -partiels partiel nom m p 1.10 0.27 0.81 0.00 -parties partie nom f p 191.19 211.49 13.39 23.51 -partiez partir ver 1111.97 485.68 5.93 1.42 ind:imp:2p;sub:pre:2p; -partions partir ver 1111.97 485.68 2.24 4.73 ind:imp:1p; -partir partir ver 1111.97 485.68 388.25 167.77 inf; -partira partir ver 1111.97 485.68 12.15 3.18 ind:fut:3s; -partirai partir ver 1111.97 485.68 11.98 3.99 ind:fut:1s; -partiraient partir ver 1111.97 485.68 0.61 0.81 cnd:pre:3p; -partirais partir ver 1111.97 485.68 3.12 2.30 cnd:pre:1s;cnd:pre:2s; -partirait partir ver 1111.97 485.68 2.37 5.47 cnd:pre:3s; -partiras partir ver 1111.97 485.68 4.25 1.01 ind:fut:2s; -partirent partir ver 1111.97 485.68 1.11 5.20 ind:pas:3p; -partirez partir ver 1111.97 485.68 3.31 0.88 ind:fut:2p; -partiriez partir ver 1111.97 485.68 0.27 0.14 cnd:pre:2p; -partirions partir ver 1111.97 485.68 0.34 0.47 cnd:pre:1p; -partirons partir ver 1111.97 485.68 4.76 1.82 ind:fut:1p; -partiront partir ver 1111.97 485.68 1.84 0.61 ind:fut:3p; -partis partir ver m p 1111.97 485.68 46.29 29.66 ind:pas:1s;ind:pas:2s;par:pas; -partisan partisan nom m s 4.75 12.97 1.04 1.69 -partisane partisan adj f s 1.35 2.77 0.20 0.34 -partisanes partisan adj f p 1.35 2.77 0.10 0.20 -partisans partisan nom m p 4.75 12.97 3.70 11.15 -partisse partir ver 1111.97 485.68 0.00 0.07 sub:imp:1s; -partissent partir ver 1111.97 485.68 0.00 0.07 sub:imp:3p; -partit partir ver 1111.97 485.68 4.17 28.78 ind:pas:3s; -partita partita nom f s 0.00 0.20 0.00 0.14 -partitas partita nom f p 0.00 0.20 0.00 0.07 -partitif partitif adj m s 0.00 0.07 0.00 0.07 -partition partition nom f s 3.49 5.95 2.88 3.72 -partitions partition nom f p 3.49 5.95 0.61 2.23 -partner partner nom m s 0.26 0.00 0.26 0.00 -partons partir ver 1111.97 485.68 50.52 7.97 imp:pre:1p;ind:pre:1p;;imp:pre:1p;ind:pre:1p; -partouse partouse nom f s 0.11 0.07 0.11 0.07 -partouser partouser ver 0.01 0.00 0.01 0.00 inf; -partout partout adv_sup 141.94 179.39 141.94 179.39 -partouzait partouzer ver 0.17 0.34 0.00 0.14 ind:imp:3s; -partouzarde partouzard adj f s 0.00 0.20 0.00 0.07 -partouzardes partouzard adj f p 0.00 0.20 0.00 0.07 -partouzards partouzard nom m p 0.01 0.00 0.01 0.00 -partouze partouze nom f s 2.33 2.16 1.95 1.28 -partouzent partouzer ver 0.17 0.34 0.14 0.07 ind:pre:3p; -partouzer partouzer ver 0.17 0.34 0.04 0.14 inf; -partouzes partouze nom f p 2.33 2.16 0.38 0.88 -partouzeur partouzeur nom m s 0.00 0.20 0.00 0.14 -partouzeurs partouzeur nom m p 0.00 0.20 0.00 0.07 -parts part nom f p 305.89 320.41 6.58 14.19 -parturiente parturiente nom f s 0.00 0.34 0.00 0.27 -parturientes parturiente nom f p 0.00 0.34 0.00 0.07 -parturition parturition nom f s 0.01 0.27 0.01 0.14 -parturitions parturition nom f p 0.01 0.27 0.00 0.14 -party party nom f s 1.54 0.81 1.54 0.81 -paré parer ver m s 30.50 19.66 3.62 2.57 par:pas; -paru paraître ver m s 122.14 448.11 5.92 34.12 par:pas; -parée parer ver f s 30.50 19.66 1.21 2.43 par:pas; -parue paraître ver f s 122.14 448.11 0.36 0.61 par:pas; -parées parer ver f p 30.50 19.66 0.19 1.08 par:pas; -parégorique parégorique adj s 0.04 0.34 0.04 0.34 -paréo paréo nom m s 0.01 0.47 0.01 0.20 -paréos paréo nom m p 0.01 0.47 0.00 0.27 -parure parure nom f s 1.00 4.05 0.48 2.70 -parurent paraître ver 122.14 448.11 0.11 7.36 ind:pas:3p; -parures parure nom f p 1.00 4.05 0.52 1.35 -parés parer ver m p 30.50 19.66 2.31 1.62 par:pas; -parus paraître ver m p 122.14 448.11 0.23 0.54 ind:pas:1s;ind:pas:2s;par:pas; -parésie parésie nom f s 0.01 0.00 0.01 0.00 -parussent paraître ver 122.14 448.11 0.00 0.34 sub:imp:3p; -parut paraître ver 122.14 448.11 1.48 71.28 ind:pas:3s; -parution parution nom f s 0.36 1.15 0.36 1.15 -parvînmes parvenir ver 22.73 156.42 0.00 0.47 ind:pas:1p; -parvînt parvenir ver 22.73 156.42 0.01 1.01 sub:imp:3s; -parvenaient parvenir ver 22.73 156.42 0.04 10.68 ind:imp:3p; -parvenais parvenir ver 22.73 156.42 0.30 5.07 ind:imp:1s; -parvenait parvenir ver 22.73 156.42 0.48 25.88 ind:imp:3s; -parvenant parvenir ver 22.73 156.42 0.04 3.65 par:pre; -parvenez parvenir ver 22.73 156.42 0.48 0.20 ind:pre:2p; -parveniez parvenir ver 22.73 156.42 0.07 0.07 ind:imp:2p; -parvenions parvenir ver 22.73 156.42 0.03 0.61 ind:imp:1p; -parvenir parvenir ver 22.73 156.42 6.45 22.70 inf; -parvenons parvenir ver 22.73 156.42 0.52 0.68 imp:pre:1p;ind:pre:1p; -parvenu parvenir ver m s 22.73 156.42 2.63 14.93 par:pas; -parvenue parvenir ver f s 22.73 156.42 0.98 4.53 par:pas; -parvenues parvenir ver f p 22.73 156.42 0.29 1.22 par:pas; -parvenus parvenir ver m p 22.73 156.42 0.81 5.20 par:pas; -parviendra parvenir ver 22.73 156.42 0.80 1.22 ind:fut:3s; -parviendrai parvenir ver 22.73 156.42 0.41 0.54 ind:fut:1s; -parviendraient parvenir ver 22.73 156.42 0.00 0.54 cnd:pre:3p; -parviendrais parvenir ver 22.73 156.42 0.01 0.61 cnd:pre:1s; -parviendrait parvenir ver 22.73 156.42 0.27 3.18 cnd:pre:3s; -parviendras parvenir ver 22.73 156.42 0.12 0.14 ind:fut:2s; -parviendrez parvenir ver 22.73 156.42 0.34 0.07 ind:fut:2p; -parviendrions parvenir ver 22.73 156.42 0.00 0.20 cnd:pre:1p; -parviendrons parvenir ver 22.73 156.42 0.33 0.27 ind:fut:1p; -parviendront parvenir ver 22.73 156.42 0.24 0.54 ind:fut:3p; -parvienne parvenir ver 22.73 156.42 0.62 2.57 sub:pre:1s;sub:pre:3s; -parviennent parvenir ver 22.73 156.42 0.98 6.22 ind:pre:3p; -parviens parvenir ver 22.73 156.42 1.71 5.88 imp:pre:2s;ind:pre:1s;ind:pre:2s; -parvient parvenir ver 22.73 156.42 2.52 12.36 ind:pre:3s; -parvinrent parvenir ver 22.73 156.42 0.04 3.38 ind:pas:3p; -parvins parvenir ver 22.73 156.42 0.24 2.30 ind:pas:1s; -parvinssent parvenir ver 22.73 156.42 0.00 0.14 sub:imp:3p; -parvint parvenir ver 22.73 156.42 0.98 19.39 ind:pas:3s; -parvis parvis nom m 0.19 6.28 0.19 6.28 -pas_de_porte pas_de_porte nom m 0.00 0.20 0.00 0.20 -pas_je pas_je adv 0.01 0.00 0.01 0.00 -pas pas adv_sup 18189.04 8795.20 18188.15 8795.14 -pascal pascal adj m s 0.79 18.24 0.23 17.64 -pascale pascal adj f s 0.79 18.24 0.56 0.41 -pascales pascal adj f p 0.79 18.24 0.00 0.20 -pascalien pascalien adj m s 0.00 0.27 0.00 0.07 -pascaliennes pascalien adj f p 0.00 0.27 0.00 0.14 -pascaliens pascalien adj m p 0.00 0.27 0.00 0.07 -paseo paseo nom m s 0.00 0.88 0.00 0.88 -pasionaria pasionaria nom f s 0.12 0.27 0.02 0.20 -pasionarias pasionaria nom f p 0.12 0.27 0.10 0.07 -paso_doble paso_doble nom m s 0.00 0.07 0.00 0.07 -paso_doble paso_doble nom m 0.69 0.81 0.69 0.81 -paso paso nom m s 0.23 0.14 0.23 0.00 -pasos paso nom m p 0.23 0.14 0.00 0.14 -pasque pasque con 0.05 1.69 0.05 1.69 -pasquins pasquin nom m p 0.00 0.07 0.00 0.07 -passa passer ver 1495.48 1165.27 3.79 82.50 ind:pas:3s; -passable passable adj s 0.36 1.15 0.34 1.01 -passablement passablement adv 0.51 3.72 0.51 3.72 -passables passable adj f p 0.36 1.15 0.02 0.14 -passade passade nom f s 0.82 1.28 0.72 0.95 -passades passade nom f p 0.82 1.28 0.10 0.34 -passage passage nom m s 44.73 154.39 40.20 136.82 -passager passager nom m s 19.23 13.24 3.75 3.24 -passagers passager nom m p 19.23 13.24 14.23 8.31 -passages passage nom m p 44.73 154.39 4.53 17.57 -passagère passager adj f s 5.09 6.82 1.69 3.31 -passagèrement passagèrement adv 0.00 0.74 0.00 0.74 -passagères passager adj f p 5.09 6.82 0.25 0.74 -passai passer ver 1495.48 1165.27 0.25 10.74 ind:pas:1s; -passaient passer ver 1495.48 1165.27 3.44 42.23 ind:imp:3p; -passais passer ver 1495.48 1165.27 13.12 13.92 ind:imp:1s;ind:imp:2s; -passait passer ver 1495.48 1165.27 28.50 131.28 ind:imp:3s; -passant passer ver 1495.48 1165.27 10.91 60.88 par:pre; -passante passant nom f s 2.76 32.57 0.27 1.08 -passantes passant nom f p 2.76 32.57 0.01 0.61 -passants passant nom m p 2.76 32.57 1.82 24.39 -passas passer ver 1495.48 1165.27 0.00 0.14 ind:pas:2s; -passation passation nom f s 0.29 0.34 0.29 0.34 -passavant passavant nom m s 0.44 0.00 0.44 0.00 -passe_boule passe_boule nom m s 0.00 0.07 0.00 0.07 -passe_boules passe_boules nom m 0.00 0.07 0.00 0.07 -passe_crassane passe_crassane nom f 0.00 0.14 0.00 0.14 -passe_droit passe_droit nom m s 0.25 0.47 0.08 0.27 -passe_droit passe_droit nom m p 0.25 0.47 0.17 0.20 -passe_la_moi passe_la_moi nom f s 0.35 0.07 0.35 0.07 -passe_lacet passe_lacet nom m s 0.00 0.20 0.00 0.07 -passe_lacet passe_lacet nom m p 0.00 0.20 0.00 0.14 -passe_montagne passe_montagne nom m s 0.41 1.69 0.39 1.35 -passe_montagne passe_montagne nom m p 0.41 1.69 0.02 0.34 -passe_muraille passe_muraille nom m 0.01 0.07 0.01 0.07 -passe_partout passe_partout nom m 0.45 1.22 0.45 1.22 -passe_passe passe_passe nom m 0.97 1.15 0.97 1.15 -passe_pied passe_pied nom m s 0.00 0.07 0.00 0.07 -passe_plat passe_plat nom m s 0.04 0.14 0.04 0.14 -passe_rose passe_rose nom f p 0.00 0.07 0.00 0.07 -passe_temps passe_temps nom m 4.21 2.77 4.21 2.77 -passe passer ver 1495.48 1165.27 523.58 185.61 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:1s;sub:pre:3s; -passement passement nom m s 0.14 0.07 0.14 0.07 -passementaient passementer ver 0.01 0.20 0.00 0.14 ind:imp:3p; -passementent passementer ver 0.01 0.20 0.00 0.07 ind:pre:3p; -passementerie passementerie nom f s 0.01 1.01 0.01 0.74 -passementeries passementerie nom f p 0.01 1.01 0.00 0.27 -passementier passementier nom m s 0.10 0.14 0.10 0.07 -passementière passementier nom f s 0.10 0.14 0.00 0.07 -passementé passementer ver m s 0.01 0.20 0.01 0.00 par:pas; -passent passer ver 1495.48 1165.27 27.56 37.91 ind:pre:3p;sub:pre:3p; -passepoil passepoil nom m s 0.01 0.14 0.01 0.14 -passeport passeport nom m s 25.55 10.00 19.81 7.16 -passeports passeport nom m p 25.55 10.00 5.75 2.84 -passer passer ver 1495.48 1165.27 345.67 288.78 inf;; -passera passer ver 1495.48 1165.27 39.92 13.99 ind:fut:3s; -passerai passer ver 1495.48 1165.27 15.96 4.39 ind:fut:1s; -passeraient passer ver 1495.48 1165.27 1.19 3.51 cnd:pre:3p; -passerais passer ver 1495.48 1165.27 3.77 2.91 cnd:pre:1s;cnd:pre:2s; -passerait passer ver 1495.48 1165.27 7.09 12.36 cnd:pre:3s; -passeras passer ver 1495.48 1165.27 4.39 1.15 ind:fut:2s; -passereau passereau nom m s 0.55 0.95 0.25 0.34 -passereaux passereau nom m p 0.55 0.95 0.30 0.61 -passerelle passerelle nom f s 4.49 11.49 4.41 8.45 -passerelles passerelle nom f p 4.49 11.49 0.09 3.04 -passerez passer ver 1495.48 1165.27 5.10 1.82 ind:fut:2p; -passeriez passer ver 1495.48 1165.27 0.97 0.20 cnd:pre:2p; -passerions passer ver 1495.48 1165.27 0.22 0.34 cnd:pre:1p; -passerons passer ver 1495.48 1165.27 2.32 2.30 ind:fut:1p; -passeront passer ver 1495.48 1165.27 3.58 1.96 ind:fut:3p; -passeroses passerose nom f p 0.00 0.07 0.00 0.07 -passes passer ver 1495.48 1165.27 21.65 4.39 ind:pre:2s;sub:pre:2s; -passeur passeur nom m s 2.24 2.77 1.65 1.96 -passeurs passeur nom m p 2.24 2.77 0.56 0.74 -passeuse passeur nom f s 2.24 2.77 0.04 0.07 -passez passer ver 1495.48 1165.27 52.84 6.62 imp:pre:2p;ind:pre:2p; -passible passible adj m s 1.04 0.61 0.82 0.34 -passibles passible adj m p 1.04 0.61 0.22 0.27 -passiez passer ver 1495.48 1165.27 2.19 1.08 ind:imp:2p;sub:pre:2p; -passif passif adj m s 4.00 7.23 1.89 1.82 -passiflore passiflore nom f s 0.14 0.07 0.14 0.07 -passifs passif adj m p 4.00 7.23 0.36 0.74 -passim passim adv 0.00 0.07 0.00 0.07 -passing passing nom m s 0.04 0.00 0.04 0.00 -passion passion nom f s 33.78 87.64 30.71 68.72 -passionna passionner ver 5.75 17.50 0.01 0.20 ind:pas:3s; -passionnai passionner ver 5.75 17.50 0.00 0.27 ind:pas:1s; -passionnaient passionner ver 5.75 17.50 0.12 0.27 ind:imp:3p; -passionnais passionner ver 5.75 17.50 0.00 0.34 ind:imp:1s;ind:imp:2s; -passionnait passionner ver 5.75 17.50 0.11 2.57 ind:imp:3s; -passionnant passionnant adj m s 8.93 7.03 6.17 4.19 -passionnante passionnant adj f s 8.93 7.03 2.23 1.42 -passionnantes passionnant adj f p 8.93 7.03 0.30 0.95 -passionnants passionnant adj m p 8.93 7.03 0.23 0.47 -passionne passionner ver 5.75 17.50 1.16 3.58 imp:pre:2s;ind:pre:1s;ind:pre:3s; -passionnel passionnel adj m s 1.43 3.92 1.05 1.89 -passionnelle passionnel adj f s 1.43 3.92 0.13 1.08 -passionnellement passionnellement adv 0.00 0.07 0.00 0.07 -passionnelles passionnel adj f p 1.43 3.92 0.02 0.34 -passionnels passionnel adj m p 1.43 3.92 0.22 0.61 -passionnent passionner ver 5.75 17.50 0.34 0.68 ind:pre:3p; -passionner passionner ver 5.75 17.50 0.41 1.76 inf; -passionnera passionner ver 5.75 17.50 0.01 0.14 ind:fut:3s; -passionnerait passionner ver 5.75 17.50 0.03 0.07 cnd:pre:3s; -passionneras passionner ver 5.75 17.50 0.01 0.00 ind:fut:2s; -passionnons passionner ver 5.75 17.50 0.00 0.14 ind:pre:1p; -passionnèrent passionner ver 5.75 17.50 0.00 0.14 ind:pas:3p; -passionné passionner ver m s 5.75 17.50 1.84 3.58 par:pas; -passionnée passionné adj f s 4.14 14.80 1.44 5.74 -passionnées passionné adj f p 4.14 14.80 0.24 2.09 -passionnément passionnément adv 1.38 9.39 1.38 9.39 -passionnés passionné adj m p 4.14 14.80 0.70 2.03 -passions passion nom f p 33.78 87.64 3.07 18.92 -passive passif adj f s 4.00 7.23 1.73 4.32 -passivement passivement adv 0.29 1.08 0.29 1.08 -passiver passiver ver 0.14 0.27 0.14 0.00 inf; -passives passif adj f p 4.00 7.23 0.03 0.34 -passiveté passiveté nom f s 0.00 0.07 0.00 0.07 -passivité passivité nom f s 0.46 3.38 0.46 3.38 -passoire passoire nom f s 1.44 2.23 1.27 2.09 -passoires passoire nom f p 1.44 2.23 0.17 0.14 -passâmes passer ver 1495.48 1165.27 0.46 3.85 ind:pas:1p; -passons passer ver 1495.48 1165.27 17.85 9.66 imp:pre:1p;ind:pre:1p; -passât passer ver 1495.48 1165.27 0.00 1.35 sub:imp:3s; -passâtes passer ver 1495.48 1165.27 0.00 0.07 ind:pas:2p; -passèrent passer ver 1495.48 1165.27 2.13 20.07 ind:pas:3p; -passé passer ver m s 1495.48 1165.27 297.63 157.09 par:pas;par:pas;par:pas;par:pas; -passée passer ver f s 1495.48 1165.27 32.14 25.68 par:pas; -passées passer ver f p 1495.48 1165.27 7.98 11.89 par:pas; -passéiste passéiste adj f s 0.16 0.07 0.16 0.07 -passés passer ver m p 1495.48 1165.27 18.16 18.18 par:pas; -past past nom m s 0.58 0.00 0.58 0.00 -pastaga pastaga nom m s 0.00 1.69 0.00 1.35 -pastagas pastaga nom m p 0.00 1.69 0.00 0.34 -pastel pastel nom m s 0.55 1.89 0.40 1.01 -pastels pastel nom m p 0.55 1.89 0.14 0.88 -pastenague pastenague nom f s 0.04 0.00 0.04 0.00 -pasteur pasteur nom m s 17.74 11.35 16.61 10.07 -pasteurella pasteurella nom f s 0.02 0.00 0.02 0.00 -pasteurisation pasteurisation nom f s 0.10 0.14 0.10 0.14 -pasteuriser pasteuriser ver 0.00 0.07 0.00 0.07 inf; -pasteurisé pasteurisé adj m s 0.05 0.41 0.05 0.14 -pasteurisée pasteurisé adj f s 0.05 0.41 0.00 0.20 -pasteurisés pasteurisé adj m p 0.05 0.41 0.00 0.07 -pasteurs pasteur nom m p 17.74 11.35 1.13 1.28 -pasticha pasticher ver 0.00 0.41 0.00 0.07 ind:pas:3s; -pastichai pasticher ver 0.00 0.41 0.00 0.07 ind:pas:1s; -pastichait pasticher ver 0.00 0.41 0.00 0.07 ind:imp:3s; -pastiche pastiche nom m s 0.03 1.01 0.03 0.68 -pasticher pasticher ver 0.00 0.41 0.00 0.14 inf; -pastiches pastiche nom m p 0.03 1.01 0.00 0.34 -pasticheur pasticheur nom m s 0.00 0.14 0.00 0.14 -pastiché pasticher ver m s 0.00 0.41 0.00 0.07 par:pas; -pastille pastille nom f s 1.51 5.81 0.56 1.35 -pastiller pastiller ver 0.01 0.00 0.01 0.00 inf; -pastilles pastille nom f p 1.51 5.81 0.95 4.46 -pastis pastis nom m 1.43 4.73 1.43 4.73 -pastophore pastophore nom m s 0.00 0.14 0.00 0.14 -pastoral pastoral adj m s 0.57 1.08 0.14 0.27 -pastorale pastoral adj f s 0.57 1.08 0.33 0.54 -pastorales pastoral adj f p 0.57 1.08 0.10 0.20 -pastoraux pastoral adj m p 0.57 1.08 0.00 0.07 -pastour pastour nom m s 0.00 0.07 0.00 0.07 -pastoureau pastoureau nom m s 0.02 0.41 0.02 0.14 -pastoureaux pastoureau nom m p 0.02 0.41 0.00 0.07 -pastourelle pastoureau nom f s 0.02 0.41 0.00 0.07 -pastourelles pastoureau nom f p 0.02 0.41 0.00 0.14 -pastèque pastèque nom f s 4.16 2.50 2.39 1.62 -pastèques pastèque nom f p 4.16 2.50 1.77 0.88 -pat pat adj m s 0.46 0.34 0.46 0.34 -patache patache nom f s 0.30 0.20 0.30 0.20 -patachon patachon nom m s 0.16 0.54 0.16 0.54 -patafiole patafioler ver 0.04 0.00 0.04 0.00 imp:pre:2s; -patagon patagon adj m s 0.01 0.07 0.01 0.07 -patagonien patagonien adj m s 0.02 0.07 0.02 0.07 -patagons patagon nom m p 0.00 0.07 0.00 0.07 -patapouf patapouf ono 0.03 0.00 0.03 0.00 -patapoufs patapouf nom m p 0.17 0.34 0.00 0.07 -pataquès pataquès nom m 0.02 0.34 0.02 0.34 -patarin patarin nom m s 0.00 0.14 0.00 0.14 -patata patata ono 0.32 1.15 0.32 1.15 -patate patate nom f s 14.47 10.74 4.59 3.38 -patates patate nom f p 14.47 10.74 9.88 7.36 -patati patati ono 0.33 1.76 0.33 1.76 -patatras patatras ono 0.04 0.54 0.04 0.54 -pataud pataud adj m s 0.03 1.35 0.01 0.34 -pataude pataud adj f s 0.03 1.35 0.01 0.41 -pataudes pataud adj f p 0.03 1.35 0.00 0.34 -patauds pataud adj m p 0.03 1.35 0.01 0.27 -pataugas pataugas nom m 0.00 0.68 0.00 0.68 -patauge patauger ver 1.69 8.99 0.42 1.35 ind:pre:1s;ind:pre:3s; -pataugea patauger ver 1.69 8.99 0.00 0.41 ind:pas:3s; -pataugeaient patauger ver 1.69 8.99 0.01 0.81 ind:imp:3p; -pataugeais patauger ver 1.69 8.99 0.02 0.07 ind:imp:1s; -pataugeait patauger ver 1.69 8.99 0.18 0.74 ind:imp:3s; -pataugeant patauger ver 1.69 8.99 0.03 1.96 par:pre; -pataugent patauger ver 1.69 8.99 0.32 0.54 ind:pre:3p; -pataugeoire pataugeoire nom f s 0.04 0.00 0.04 0.00 -pataugeons patauger ver 1.69 8.99 0.04 0.34 imp:pre:1p;ind:pre:1p; -patauger patauger ver 1.69 8.99 0.48 1.89 inf; -pataugera patauger ver 1.69 8.99 0.01 0.00 ind:fut:3s; -pataugerais patauger ver 1.69 8.99 0.01 0.00 cnd:pre:1s; -pataugerons patauger ver 1.69 8.99 0.00 0.07 ind:fut:1p; -patauges patauger ver 1.69 8.99 0.04 0.07 ind:pre:2s; -pataugez patauger ver 1.69 8.99 0.06 0.14 imp:pre:2p;ind:pre:2p; -pataugis pataugis nom m 0.00 0.07 0.00 0.07 -pataugèrent patauger ver 1.69 8.99 0.00 0.14 ind:pas:3p; -pataugé patauger ver m s 1.69 8.99 0.05 0.47 par:pas; -patch patch nom m s 1.11 0.14 0.88 0.07 -patches patch nom m p 1.11 0.14 0.02 0.07 -patchouli patchouli nom m s 0.31 0.20 0.31 0.20 -patchs patch nom m p 1.11 0.14 0.22 0.00 -patchwork patchwork nom m s 0.00 0.61 0.00 0.61 -patelin patelin nom m s 1.62 3.51 1.56 3.31 -pateline patelin adj f s 0.63 0.47 0.01 0.07 -patelins patelin nom m p 1.62 3.51 0.05 0.20 -patellaire patellaire adj m s 0.01 0.00 0.01 0.00 -patelles patelle nom f p 0.00 0.27 0.00 0.27 -patenôtres patenôtre nom f p 0.00 0.41 0.00 0.41 -patent patent adj m s 0.41 1.28 0.14 0.54 -patente patent adj f s 0.41 1.28 0.14 0.54 -patentes patente nom f p 0.16 0.41 0.02 0.14 -patents patent adj m p 0.41 1.28 0.11 0.07 -patenté patenté adj m s 0.20 1.42 0.14 0.61 -patentée patenté adj f s 0.20 1.42 0.01 0.00 -patentées patenté adj f p 0.20 1.42 0.00 0.20 -patentés patenté adj m p 0.20 1.42 0.04 0.61 -pater_familias pater_familias nom m 0.03 0.07 0.03 0.07 -pater_noster pater_noster nom m s 0.10 0.41 0.10 0.41 -pater pater nom m 0.56 1.62 0.56 1.62 -paternalisme paternalisme nom m s 0.12 0.74 0.12 0.74 -paternaliste paternaliste adj s 0.17 0.27 0.16 0.20 -paternalistes paternaliste adj p 0.17 0.27 0.01 0.07 -paterne paterne adj m s 0.00 0.47 0.00 0.47 -paternel paternel adj m s 3.29 13.92 1.33 5.00 -paternelle paternel adj f s 3.29 13.92 1.48 6.82 -paternellement paternellement adv 0.01 0.54 0.01 0.54 -paternelles paternel adj f p 3.29 13.92 0.16 0.88 -paternels paternel adj m p 3.29 13.92 0.32 1.22 -paternité paternité nom f s 1.98 3.11 1.97 3.04 -paternités paternité nom f p 1.98 3.11 0.01 0.07 -pathogène pathogène adj s 0.58 0.14 0.58 0.14 -pathogénique pathogénique adj m s 0.01 0.00 0.01 0.00 -pathologie pathologie nom f s 1.58 0.20 1.58 0.20 -pathologique pathologique adj s 1.26 1.22 1.05 1.08 -pathologiquement pathologiquement adv 0.08 0.14 0.08 0.14 -pathologiques pathologique adj m p 1.26 1.22 0.21 0.14 -pathologiste pathologiste nom s 0.29 0.07 0.29 0.07 -pathos pathos nom m 0.38 0.68 0.38 0.68 -pathétique pathétique adj s 9.17 11.08 7.92 8.18 -pathétiquement pathétiquement adv 0.05 0.41 0.05 0.41 -pathétiques pathétique adj p 9.17 11.08 1.25 2.91 -pathétisme pathétisme nom m s 0.01 0.14 0.01 0.14 -patibulaire patibulaire adj s 0.03 1.96 0.01 0.95 -patibulaires patibulaire adj p 0.03 1.96 0.02 1.01 -patiemment patiemment adv 1.75 11.15 1.75 11.15 -patience patience nom f s 30.68 33.58 29.93 32.97 -patiences patience nom f p 30.68 33.58 0.75 0.61 -patient patient nom m s 61.69 10.00 29.58 4.05 -patienta patienter ver 10.10 8.45 0.01 0.20 ind:pas:3s; -patientai patienter ver 10.10 8.45 0.00 0.07 ind:pas:1s; -patientaient patienter ver 10.10 8.45 0.00 0.34 ind:imp:3p; -patientait patienter ver 10.10 8.45 0.03 0.68 ind:imp:3s; -patientant patienter ver 10.10 8.45 0.01 0.07 par:pre; -patiente patient nom f s 61.69 10.00 7.69 2.16 -patientent patienter ver 10.10 8.45 0.04 0.14 ind:pre:3p; -patienter patienter ver 10.10 8.45 4.71 4.66 inf; -patientera patienter ver 10.10 8.45 0.05 0.00 ind:fut:3s; -patienteraient patienter ver 10.10 8.45 0.00 0.07 cnd:pre:3p; -patienterait patienter ver 10.10 8.45 0.00 0.07 cnd:pre:3s; -patienteras patienter ver 10.10 8.45 0.00 0.07 ind:fut:2s; -patienterez patienter ver 10.10 8.45 0.23 0.07 ind:fut:2p; -patienterons patienter ver 10.10 8.45 0.01 0.00 ind:fut:1p; -patientes patient nom f p 61.69 10.00 1.94 0.27 -patientez patienter ver 10.10 8.45 2.82 0.47 imp:pre:2p;ind:pre:2p; -patientions patienter ver 10.10 8.45 0.00 0.07 ind:imp:1p; -patientons patienter ver 10.10 8.45 0.14 0.07 imp:pre:1p;ind:pre:1p; -patients patient nom m p 61.69 10.00 22.49 3.51 -patientèrent patienter ver 10.10 8.45 0.01 0.07 ind:pas:3p; -patienté patienter ver m s 10.10 8.45 0.54 0.27 par:pas; -patin patin nom m s 3.77 5.61 1.12 1.35 -patina patiner ver 2.54 5.27 0.02 0.07 ind:pas:3s; -patinage patinage nom m s 1.25 0.07 1.25 0.07 -patinaient patiner ver 2.54 5.27 0.00 0.34 ind:imp:3p; -patinais patiner ver 2.54 5.27 0.15 0.00 ind:imp:1s; -patinait patiner ver 2.54 5.27 0.06 0.74 ind:imp:3s; -patinant patiner ver 2.54 5.27 0.01 0.20 par:pre; -patine patiner ver 2.54 5.27 0.36 0.34 ind:pre:1s;ind:pre:3s; -patinent patiner ver 2.54 5.27 0.16 0.41 ind:pre:3p; -patiner patiner ver 2.54 5.27 1.26 0.27 inf; -patinerais patiner ver 2.54 5.27 0.02 0.00 cnd:pre:1s;cnd:pre:2s; -patinerons patiner ver 2.54 5.27 0.00 0.07 ind:fut:1p; -patines patiner ver 2.54 5.27 0.03 0.00 ind:pre:2s; -patinette patinette nom f s 0.02 0.27 0.01 0.20 -patinettes patinette nom f p 0.02 0.27 0.01 0.07 -patineur patineur nom m s 0.67 1.28 0.11 0.34 -patineurs patineur nom m p 0.67 1.28 0.27 0.74 -patineuse patineur nom f s 0.67 1.28 0.29 0.14 -patineuses patineuse nom f p 0.16 0.00 0.16 0.00 -patinez patiner ver 2.54 5.27 0.10 0.00 imp:pre:2p;ind:pre:2p; -patiniez patiner ver 2.54 5.27 0.02 0.00 ind:imp:2p; -patinions patiner ver 2.54 5.27 0.00 0.07 ind:imp:1p; -patinoire patinoire nom f s 1.37 0.41 1.21 0.41 -patinoires patinoire nom f p 1.37 0.41 0.16 0.00 -patinons patiner ver 2.54 5.27 0.03 0.00 imp:pre:1p;ind:pre:1p; -patins patin nom m p 3.77 5.61 2.65 4.26 -patiné patiner ver m s 2.54 5.27 0.27 1.01 par:pas; -patinée patiner ver f s 2.54 5.27 0.01 0.54 par:pas; -patinées patiner ver f p 2.54 5.27 0.02 0.68 par:pas; -patinés patiner ver m p 2.54 5.27 0.01 0.54 par:pas; -patio patio nom m s 2.02 6.42 2.02 4.46 -patios patio nom m p 2.02 6.42 0.00 1.96 -patoche patoche nom f s 0.01 0.14 0.01 0.07 -patoches patoche nom f p 0.01 0.14 0.00 0.07 -patois patois nom m 0.85 8.58 0.85 8.58 -patoisante patoisant adj f s 0.00 0.14 0.00 0.14 -patoise patoiser ver 0.00 0.07 0.00 0.07 ind:pre:3s; -patouillard patouillard nom m s 0.00 0.07 0.00 0.07 -patouille patouiller ver 0.03 0.14 0.03 0.07 imp:pre:2s;ind:pre:3s; -patouillons patouiller ver 0.03 0.14 0.00 0.07 ind:pre:1p; -patraque patraque adj s 0.97 0.81 0.97 0.81 -patri patri adv 0.15 0.07 0.15 0.07 -patriarcal patriarcal adj m s 0.34 1.01 0.04 0.41 -patriarcale patriarcal adj f s 0.34 1.01 0.29 0.27 -patriarcales patriarcal adj f p 0.34 1.01 0.01 0.20 -patriarcat patriarcat nom m s 0.15 0.34 0.15 0.27 -patriarcats patriarcat nom m p 0.15 0.34 0.00 0.07 -patriarcaux patriarcal adj m p 0.34 1.01 0.00 0.14 -patriarche patriarche nom m s 1.30 4.59 1.04 4.12 -patriarches patriarche nom m p 1.30 4.59 0.26 0.47 -patriarchie patriarchie nom f s 0.02 0.00 0.02 0.00 -patriciat patriciat nom m s 0.00 0.07 0.00 0.07 -patricien patricien nom m s 0.21 0.54 0.05 0.20 -patricienne patricien nom f s 0.21 0.54 0.10 0.00 -patriciennes patricien adj f p 0.05 0.88 0.01 0.34 -patriciens patricien nom m p 0.21 0.54 0.06 0.27 -patrie patrie nom f s 23.36 29.19 23.36 28.65 -patries patrie nom f p 23.36 29.19 0.00 0.54 -patrilinéaire patrilinéaire adj f s 0.00 0.07 0.00 0.07 -patrimoine patrimoine nom m s 2.34 2.97 2.19 2.91 -patrimoines patrimoine nom m p 2.34 2.97 0.15 0.07 -patrimonial patrimonial adj m s 0.00 0.34 0.00 0.34 -patriotard patriotard adj m s 0.00 0.34 0.00 0.27 -patriotardes patriotard adj f p 0.00 0.34 0.00 0.07 -patriotards patriotard nom m p 0.00 0.07 0.00 0.07 -patriote patriote nom s 3.29 5.47 1.96 1.76 -patriotes patriote nom p 3.29 5.47 1.33 3.72 -patriotique patriotique adj s 1.95 5.34 1.73 3.31 -patriotiquement patriotiquement adv 0.00 0.07 0.00 0.07 -patriotiques patriotique adj p 1.95 5.34 0.21 2.03 -patriotisme patriotisme nom m s 2.54 3.65 2.54 3.65 -patron patron nom m s 141.18 132.03 122.44 93.85 -patronage patronage nom m s 0.07 2.43 0.07 1.96 -patronages patronage nom m p 0.07 2.43 0.00 0.47 -patronal patronal adj m s 0.30 0.61 0.01 0.07 -patronale patronal adj f s 0.30 0.61 0.14 0.20 -patronales patronal adj f p 0.30 0.61 0.14 0.20 -patronat patronat nom m s 0.51 0.47 0.51 0.47 -patronaux patronal adj m p 0.30 0.61 0.02 0.14 -patronna patronner ver 0.16 0.81 0.01 0.00 ind:pas:3s; -patronne patron nom f s 141.18 132.03 11.23 26.82 -patronner patronner ver 0.16 0.81 0.00 0.14 inf; -patronnes patronne nom f p 0.26 0.00 0.26 0.00 -patronnesse patronnesse adj f s 0.22 0.95 0.14 0.61 -patronnesses patronnesse adj f p 0.22 0.95 0.07 0.34 -patronné patronner ver m s 0.16 0.81 0.03 0.14 par:pas; -patronnée patronner ver f s 0.16 0.81 0.03 0.07 par:pas; -patronnés patronner ver m p 0.16 0.81 0.00 0.07 par:pas; -patrons patron nom m p 141.18 132.03 7.50 10.88 -patronyme patronyme nom m s 0.28 3.24 0.25 2.50 -patronymes patronyme nom m p 0.28 3.24 0.03 0.74 -patronymique patronymique adj m s 0.20 0.20 0.20 0.07 -patronymiques patronymique adj m p 0.20 0.20 0.00 0.14 -patrouilla patrouiller ver 2.54 2.97 0.00 0.14 ind:pas:3s; -patrouillaient patrouiller ver 2.54 2.97 0.14 0.95 ind:imp:3p; -patrouillais patrouiller ver 2.54 2.97 0.08 0.00 ind:imp:1s; -patrouillait patrouiller ver 2.54 2.97 0.12 0.41 ind:imp:3s; -patrouillant patrouiller ver 2.54 2.97 0.09 0.34 par:pre; -patrouille patrouille nom f s 14.45 10.47 10.83 6.42 -patrouillent patrouiller ver 2.54 2.97 0.28 0.27 ind:pre:3p; -patrouiller patrouiller ver 2.54 2.97 1.02 0.41 inf; -patrouillerai patrouiller ver 2.54 2.97 0.03 0.00 ind:fut:1s; -patrouilleras patrouiller ver 2.54 2.97 0.01 0.00 ind:fut:2s; -patrouillerez patrouiller ver 2.54 2.97 0.02 0.00 ind:fut:2p; -patrouilleront patrouiller ver 2.54 2.97 0.01 0.00 ind:fut:3p; -patrouilles patrouille nom f p 14.45 10.47 3.61 4.05 -patrouilleur patrouilleur nom m s 1.43 0.47 1.15 0.07 -patrouilleurs patrouilleur nom m p 1.43 0.47 0.28 0.41 -patrouillez patrouiller ver 2.54 2.97 0.12 0.00 imp:pre:2p;ind:pre:2p; -patrouilliez patrouiller ver 2.54 2.97 0.04 0.00 ind:imp:2p; -patrouillions patrouiller ver 2.54 2.97 0.01 0.00 ind:imp:1p; -patrouillé patrouiller ver m s 2.54 2.97 0.12 0.07 par:pas; -patrouillée patrouiller ver f s 2.54 2.97 0.02 0.00 par:pas; -patrouillées patrouiller ver f p 2.54 2.97 0.02 0.14 par:pas; -patte patte nom f s 34.60 85.14 6.45 21.28 -pattemouille pattemouille nom f s 0.14 0.41 0.14 0.34 -pattemouilles pattemouille nom f p 0.14 0.41 0.00 0.07 -pattern pattern nom m s 0.06 0.00 0.06 0.00 -pattes patte nom f p 34.60 85.14 28.16 63.85 -patène patène nom f s 0.10 0.34 0.10 0.27 -patènes patène nom f p 0.10 0.34 0.00 0.07 -patère patère nom f s 0.08 1.76 0.08 1.08 -patères patère nom f p 0.08 1.76 0.00 0.68 -pattu pattu adj m s 0.00 0.14 0.00 0.07 -pattée patté adj f s 0.00 0.14 0.00 0.14 -pattus pattu adj m p 0.00 0.14 0.00 0.07 -paturon paturon nom m s 0.00 1.42 0.00 0.41 -paturons paturon nom m p 0.00 1.42 0.00 1.01 -pauchouse pauchouse nom f s 0.00 0.20 0.00 0.20 -pauline pauline nom f s 0.00 0.07 0.00 0.07 -paulinienne paulinien adj f s 0.00 0.07 0.00 0.07 -paulownias paulownia nom m p 0.00 0.07 0.00 0.07 -pauma paumer ver 4.27 8.92 0.00 0.14 ind:pas:3s; -paumais paumer ver 4.27 8.92 0.00 0.20 ind:imp:1s; -paumait paumer ver 4.27 8.92 0.00 0.20 ind:imp:3s; -paumant paumer ver 4.27 8.92 0.00 0.34 par:pre; -paume paume nom f s 3.17 35.47 2.18 22.57 -paumelle paumelle nom f s 0.00 0.14 0.00 0.07 -paumelles paumelle nom f p 0.00 0.14 0.00 0.07 -paument paumer ver 4.27 8.92 0.01 0.20 ind:pre:3p; -paumer paumer ver 4.27 8.92 0.38 1.82 inf; -paumes paume nom f p 3.17 35.47 0.99 12.91 -paumé paumer ver m s 4.27 8.92 2.58 2.97 par:pas; -paumée paumer ver f s 4.27 8.92 0.46 0.61 par:pas; -paumées paumé adj f p 2.46 2.84 0.02 0.27 -paumés paumé nom m p 2.23 5.54 0.90 2.23 -paupiette paupiette nom f s 0.19 0.07 0.02 0.00 -paupiettes paupiette nom f p 0.19 0.07 0.17 0.07 -paupière paupière nom f s 4.75 63.45 0.97 7.03 -paupières paupière nom f p 4.75 63.45 3.77 56.42 -paupérisation paupérisation nom f s 0.00 0.27 0.00 0.27 -paupérise paupériser ver 0.00 0.07 0.00 0.07 ind:pre:3s; -paupérisme paupérisme nom m s 0.00 0.20 0.00 0.20 -pause_café pause_café nom f s 0.29 0.14 0.26 0.07 -pause pause nom f s 28.24 11.89 27.30 10.14 -pauser pauser ver 0.02 0.07 0.01 0.07 inf; -pause_café pause_café nom f p 0.29 0.14 0.03 0.07 -pauses_repas pauses_repas nom f p 0.01 0.07 0.01 0.07 -pauses pause nom f p 28.24 11.89 0.94 1.76 -pausez pauser ver 0.02 0.07 0.01 0.00 imp:pre:2p; -pauvre pauvre adj s 178.03 187.77 148.93 148.78 -pauvrement pauvrement adv 0.31 1.89 0.31 1.89 -pauvres pauvre adj p 178.03 187.77 29.09 38.99 -pauvresse pauvresse nom f s 0.34 0.54 0.23 0.47 -pauvresses pauvresse nom f p 0.34 0.54 0.11 0.07 -pauvret pauvret nom m s 0.05 0.41 0.05 0.14 -pauvrets pauvret nom m p 0.05 0.41 0.00 0.27 -pauvrette pauvrette nom f s 1.16 0.95 1.16 0.81 -pauvrettes pauvrette nom f p 1.16 0.95 0.00 0.14 -pauvreté pauvreté nom f s 7.04 10.27 7.04 10.14 -pauvretés pauvreté nom f p 7.04 10.27 0.00 0.14 -pavage pavage nom m s 0.04 1.42 0.04 1.42 -pavait paver ver 0.33 1.01 0.00 0.07 ind:imp:3s; -pavana pavaner ver 1.53 2.23 0.00 0.14 ind:pas:3s; -pavanaient pavaner ver 1.53 2.23 0.03 0.41 ind:imp:3p; -pavanait pavaner ver 1.53 2.23 0.09 0.54 ind:imp:3s; -pavanant pavaner ver 1.53 2.23 0.10 0.27 par:pre; -pavane pavaner ver 1.53 2.23 0.47 0.27 imp:pre:2s;ind:pre:1s;ind:pre:3s; -pavanent pavaner ver 1.53 2.23 0.07 0.14 ind:pre:3p; -pavaner pavaner ver 1.53 2.23 0.65 0.34 inf; -pavanera pavaner ver 1.53 2.23 0.01 0.00 ind:fut:3s; -pavanerez pavaner ver 1.53 2.23 0.01 0.07 ind:fut:2p; -pavanes pavaner ver 1.53 2.23 0.08 0.00 ind:pre:2s; -pavanons pavaner ver 1.53 2.23 0.00 0.07 ind:pre:1p; -pavané pavaner ver m s 1.53 2.23 0.03 0.00 par:pas; -pave paver ver 0.33 1.01 0.14 0.14 ind:pre:1s;ind:pre:3s; -pavement pavement nom m s 0.00 1.76 0.00 1.28 -pavements pavement nom m p 0.00 1.76 0.00 0.47 -paver paver ver 0.33 1.01 0.06 0.07 inf; -paveton paveton nom m s 0.00 0.47 0.00 0.34 -pavetons paveton nom m p 0.00 0.47 0.00 0.14 -paveur paveur nom m s 0.00 0.20 0.00 0.14 -paveurs paveur nom m p 0.00 0.20 0.00 0.07 -pavez paver ver 0.33 1.01 0.02 0.07 imp:pre:2p; -pavillon pavillon nom m s 5.95 25.61 5.39 20.07 -pavillonnaire pavillonnaire adj s 0.03 0.20 0.03 0.14 -pavillonnaires pavillonnaire adj m p 0.03 0.20 0.00 0.07 -pavillons pavillon nom m p 5.95 25.61 0.56 5.54 -pavlovien pavlovien adj m s 0.08 0.27 0.05 0.27 -pavlovienne pavlovien adj f s 0.08 0.27 0.03 0.00 -pavois pavois nom m 0.01 1.49 0.01 1.49 -pavoisa pavoiser ver 0.38 3.65 0.00 0.14 ind:pas:3s; -pavoisaient pavoiser ver 0.38 3.65 0.00 0.07 ind:imp:3p; -pavoisait pavoiser ver 0.38 3.65 0.14 0.07 ind:imp:3s; -pavoise pavoiser ver 0.38 3.65 0.03 0.34 imp:pre:2s;ind:pre:3s; -pavoisement pavoisement nom m s 0.00 0.07 0.00 0.07 -pavoisent pavoiser ver 0.38 3.65 0.03 0.54 ind:pre:3p; -pavoiser pavoiser ver 0.38 3.65 0.17 0.61 inf; -pavoisera pavoiser ver 0.38 3.65 0.01 0.00 ind:fut:3s; -pavoiseraient pavoiser ver 0.38 3.65 0.00 0.07 cnd:pre:3p; -pavoisé pavoiser ver m s 0.38 3.65 0.00 0.54 par:pas; -pavoisée pavoiser ver f s 0.38 3.65 0.00 0.61 par:pas; -pavoisées pavoiser ver f p 0.38 3.65 0.00 0.27 par:pas; -pavoisés pavoiser ver m p 0.38 3.65 0.00 0.41 par:pas; -pavot pavot nom m s 0.85 1.49 0.74 1.15 -pavots pavot nom m p 0.85 1.49 0.11 0.34 -pavé pavé nom m s 3.00 26.62 2.08 13.24 -pavée pavé adj f s 0.92 5.68 0.33 3.51 -pavées pavé adj f p 0.92 5.68 0.17 0.74 -pavés pavé nom m p 3.00 26.62 0.92 13.38 -pax_americana pax_americana nom f 0.01 0.00 0.01 0.00 -paxon paxon nom m s 0.07 0.07 0.07 0.07 -paya payer ver 416.67 150.20 0.76 5.14 ind:pas:3s; -payable payable adj s 0.74 0.61 0.58 0.34 -payables payable adj m p 0.74 0.61 0.16 0.27 -payai payer ver 416.67 150.20 0.01 0.41 ind:pas:1s; -payaient payer ver 416.67 150.20 0.66 2.50 ind:imp:3p; -payais payer ver 416.67 150.20 1.07 1.08 ind:imp:1s;ind:imp:2s; -payait payer ver 416.67 150.20 5.12 8.85 ind:imp:3s; -payant payant adj m s 2.09 2.03 1.23 0.74 -payante payant adj f s 2.09 2.03 0.39 0.74 -payantes payant adj f p 2.09 2.03 0.19 0.34 -payants payant adj m p 2.09 2.03 0.28 0.20 -payassent payer ver 416.67 150.20 0.00 0.07 sub:imp:3p; -payassiez payer ver 416.67 150.20 0.00 0.07 sub:imp:2p; -paye payer ver 416.67 150.20 29.91 10.34 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:1s;sub:pre:3s; -payement payement nom m s 0.06 0.34 0.03 0.34 -payements payement nom m p 0.06 0.34 0.03 0.00 -payent payer ver 416.67 150.20 4.30 1.35 ind:pre:3p; -payer payer ver 416.67 150.20 149.10 58.31 inf;;inf;;inf;; -payera payer ver 416.67 150.20 2.24 0.20 ind:fut:3s; -payerai payer ver 416.67 150.20 2.40 0.34 ind:fut:1s; -payeraient payer ver 416.67 150.20 0.10 0.14 cnd:pre:3p; -payerais payer ver 416.67 150.20 0.33 0.34 cnd:pre:1s;cnd:pre:2s; -payerait payer ver 416.67 150.20 0.20 0.47 cnd:pre:3s; -payeras payer ver 416.67 150.20 0.37 0.34 ind:fut:2s; -payerez payer ver 416.67 150.20 1.49 0.20 ind:fut:2p; -payeriez payer ver 416.67 150.20 0.10 0.07 cnd:pre:2p; -payerons payer ver 416.67 150.20 0.58 0.14 ind:fut:1p; -payeront payer ver 416.67 150.20 0.55 0.14 ind:fut:3p; -payes payer ver 416.67 150.20 4.59 1.15 ind:pre:2s;sub:pre:2s; -payeur payeur nom m s 0.21 0.27 0.07 0.14 -payeurs payeur nom m p 0.21 0.27 0.14 0.14 -payez payer ver 416.67 150.20 13.15 1.01 imp:pre:2p;ind:pre:2p; -payiez payer ver 416.67 150.20 0.55 0.00 ind:imp:2p; -payions payer ver 416.67 150.20 0.03 0.07 ind:imp:1p; -payâmes payer ver 416.67 150.20 0.00 0.07 ind:pas:1p; -payons payer ver 416.67 150.20 1.68 0.74 imp:pre:1p;ind:pre:1p; -payât payer ver 416.67 150.20 0.00 0.34 sub:imp:3s; -pays pays nom m 202.57 241.55 202.57 241.55 -paysage paysage nom m s 13.19 64.12 10.57 50.47 -paysager paysager adj m s 0.06 0.07 0.06 0.07 -paysages paysage nom m p 13.19 64.12 2.62 13.65 -paysagiste paysagiste nom s 0.73 0.68 0.66 0.61 -paysagistes paysagiste nom p 0.73 0.68 0.08 0.07 -paysagé paysagé adj m s 0.00 0.47 0.00 0.41 -paysagés paysagé adj m p 0.00 0.47 0.00 0.07 -paysan paysan nom m s 22.34 57.30 9.06 17.77 -paysanne paysan nom f s 22.34 57.30 2.66 6.82 -paysannerie paysannerie nom f s 0.23 0.54 0.23 0.54 -paysannes paysanne nom f p 0.95 0.00 0.95 0.00 -paysans paysan nom m p 22.34 57.30 10.62 29.80 -payse payse nom m 0.01 0.07 0.01 0.07 -payèrent payer ver 416.67 150.20 0.11 0.41 ind:pas:3p; -payé payer ver m s 416.67 150.20 66.22 23.24 par:pas; -payée payer ver f s 416.67 150.20 9.16 2.91 par:pas; -payées payer ver f p 416.67 150.20 1.53 1.01 par:pas; -payés payer ver m p 416.67 150.20 5.56 3.31 par:pas; -pc pc nom m 0.16 0.00 0.16 0.00 -pchitt pchitt ono 0.00 0.20 0.00 0.20 -peanuts peanuts nom m p 0.07 0.07 0.07 0.07 -peau_rouge peau_rouge nom s 0.51 0.54 0.49 0.27 -peau peau nom f s 87.47 187.77 83.83 174.26 -peaucier peaucier nom m s 0.00 0.14 0.00 0.07 -peauciers peaucier nom m p 0.00 0.14 0.00 0.07 -peaufina peaufiner ver 0.67 1.08 0.00 0.14 ind:pas:3s; -peaufinage peaufinage nom m s 0.01 0.00 0.01 0.00 -peaufinait peaufiner ver 0.67 1.08 0.03 0.20 ind:imp:3s; -peaufinant peaufiner ver 0.67 1.08 0.00 0.07 par:pre; -peaufiner peaufiner ver 0.67 1.08 0.44 0.34 inf; -peaufiné peaufiner ver m s 0.67 1.08 0.20 0.20 par:pas; -peaufinée peaufiner ver f s 0.67 1.08 0.00 0.07 par:pas; -peaufinés peaufiner ver m p 0.67 1.08 0.00 0.07 par:pas; -peausserie peausserie nom f s 0.00 0.27 0.00 0.14 -peausseries peausserie nom f p 0.00 0.27 0.00 0.14 -peaussier peaussier nom m s 0.01 0.07 0.01 0.07 -peau_rouge peau_rouge nom p 0.51 0.54 0.02 0.27 -peaux peau nom f p 87.47 187.77 3.63 13.51 -pec pec adj m s 0.01 0.00 0.01 0.00 -peccable peccable adj m s 0.01 0.00 0.01 0.00 -peccadille peccadille nom f s 0.08 1.08 0.04 0.34 -peccadilles peccadille nom f p 0.08 1.08 0.04 0.74 -peccata peccata nom m s 0.20 0.00 0.20 0.00 -peccavi peccavi nom m s 0.10 0.14 0.10 0.14 -pecnots pecnot nom m p 0.03 0.00 0.03 0.00 -pecorino pecorino nom m s 0.25 0.00 0.25 0.00 -pectoral pectoral adj m s 0.19 1.08 0.07 0.00 -pectorale pectoral adj f s 0.19 1.08 0.04 0.27 -pectorales pectoral adj f p 0.19 1.08 0.03 0.41 -pectoraux pectoral nom m p 0.70 2.09 0.66 1.76 -pedigree pedigree nom m s 0.67 1.82 0.65 1.76 -pedigrees pedigree nom m p 0.67 1.82 0.02 0.07 -pedzouille pedzouille nom m s 0.04 0.54 0.04 0.41 -pedzouilles pedzouille nom m p 0.04 0.54 0.00 0.14 -peeling peeling nom m s 0.14 0.00 0.14 0.00 -peignît peindre ver 36.05 80.27 0.00 0.07 sub:imp:3s; -peigna peigner ver 2.25 4.39 0.00 0.41 ind:pas:3s; -peignaient peindre ver 36.05 80.27 0.16 0.88 ind:imp:3p; -peignais peindre ver 36.05 80.27 0.35 1.42 ind:imp:1s; -peignait peindre ver 36.05 80.27 1.61 4.86 ind:imp:3s; -peignant peindre ver 36.05 80.27 0.51 1.55 par:pre; -peigne_cul peigne_cul nom m s 0.23 0.34 0.07 0.27 -peigne_cul peigne_cul nom m p 0.23 0.34 0.17 0.07 -peigne_zizi peigne_zizi nom s 0.00 0.07 0.00 0.07 -peigne peigne nom m s 6.81 10.81 6.07 8.85 -peignent peindre ver 36.05 80.27 0.43 0.81 ind:pre:3p;sub:pre:3p; -peigner peigner ver 2.25 4.39 0.85 1.28 inf; -peignerais peigner ver 2.25 4.39 0.00 0.07 cnd:pre:2s; -peignerait peigner ver 2.25 4.39 0.00 0.07 cnd:pre:3s; -peignes peigne nom m p 6.81 10.81 0.74 1.96 -peignez peindre ver 36.05 80.27 0.57 0.20 imp:pre:2p;ind:pre:2p; -peigniez peigner ver 2.25 4.39 0.03 0.00 ind:imp:2p; -peignions peigner ver 2.25 4.39 0.00 0.20 ind:imp:1p; -peignis peindre ver 36.05 80.27 0.00 1.22 ind:pas:1s; -peignit peindre ver 36.05 80.27 0.14 1.82 ind:pas:3s; -peignoir peignoir nom m s 6.65 16.96 5.94 14.73 -peignoirs peignoir nom m p 6.65 16.96 0.72 2.23 -peignons peindre ver 36.05 80.27 0.18 0.00 imp:pre:1p;ind:pre:1p; -peigné peigner ver m s 2.25 4.39 0.08 0.41 par:pas; -peignée peignée nom f s 0.17 1.49 0.17 1.22 -peignées peignée nom f p 0.17 1.49 0.00 0.27 -peignés peigné adj m p 0.06 1.89 0.02 1.01 -peina peiner ver 7.65 12.36 0.00 0.14 ind:pas:3s; -peinaient peiner ver 7.65 12.36 0.01 0.61 ind:imp:3p; -peinais peiner ver 7.65 12.36 0.02 0.07 ind:imp:1s; -peinait peiner ver 7.65 12.36 0.03 2.43 ind:imp:3s; -peinant peiner ver 7.65 12.36 0.15 0.68 par:pre; -peinard peinard adj m s 3.92 9.59 2.91 5.88 -peinarde peinard adj f s 3.92 9.59 0.33 1.35 -peinardement peinardement adv 0.00 0.20 0.00 0.20 -peinardes peinard adj f p 3.92 9.59 0.02 0.20 -peinards peinard adj m p 3.92 9.59 0.67 2.16 -peindra peindre ver 36.05 80.27 0.19 0.07 ind:fut:3s; -peindrai peindre ver 36.05 80.27 0.51 0.34 ind:fut:1s; -peindrais peindre ver 36.05 80.27 0.06 0.27 cnd:pre:1s;cnd:pre:2s; -peindrait peindre ver 36.05 80.27 0.16 0.34 cnd:pre:3s; -peindras peindre ver 36.05 80.27 0.17 0.14 ind:fut:2s; -peindre peindre ver 36.05 80.27 12.75 22.64 inf;; -peine peine nom f s 199.75 399.53 193.42 388.24 -peinent peiner ver 7.65 12.36 0.54 0.27 ind:pre:3p; -peiner peiner ver 7.65 12.36 0.45 2.36 ind:pre:2p;inf; -peinera peiner ver 7.65 12.36 0.14 0.07 ind:fut:3s; -peinerait peiner ver 7.65 12.36 0.18 0.00 cnd:pre:3s; -peinerez peiner ver 7.65 12.36 0.01 0.00 ind:fut:2p; -peines peine nom f p 199.75 399.53 6.34 11.28 -peineuse peineuse adj m s 0.00 0.07 0.00 0.07 -peinez peiner ver 7.65 12.36 0.54 0.07 imp:pre:2p;ind:pre:2p; -peinions peiner ver 7.65 12.36 0.00 0.07 ind:imp:1p; -peinons peiner ver 7.65 12.36 0.14 0.07 ind:pre:1p; -peinât peiner ver 7.65 12.36 0.00 0.07 sub:imp:3s; -peins peindre ver 36.05 80.27 3.77 2.70 imp:pre:2s;ind:pre:1s;ind:pre:2s; -peint peindre ver m s 36.05 80.27 11.95 17.84 ind:pre:3s;par:pas;par:pas; -peinte peindre ver f s 36.05 80.27 0.95 9.53 par:pas; -peintes peindre ver f p 36.05 80.27 0.61 5.95 par:pas; -peinèrent peiner ver 7.65 12.36 0.00 0.07 ind:pas:3p; -peintre peintre nom s 17.02 45.07 13.60 31.22 -peintres peintre nom p 17.02 45.07 3.42 13.85 -peints peindre ver m p 36.05 80.27 1.00 7.64 par:pas; -peinture peinture nom f s 29.53 67.64 25.83 59.39 -peintures peinture nom f p 29.53 67.64 3.70 8.24 -peinturlure peinturlurer ver 0.47 2.23 0.14 0.00 ind:pre:1s;ind:pre:3s; -peinturlurent peinturlurer ver 0.47 2.23 0.00 0.07 ind:pre:3p; -peinturlurer peinturlurer ver 0.47 2.23 0.11 0.41 inf; -peinturlures peinturlurer ver 0.47 2.23 0.00 0.07 ind:pre:2s; -peinturlureur peinturlureur nom m s 0.00 0.14 0.00 0.07 -peinturlureurs peinturlureur nom m p 0.00 0.14 0.00 0.07 -peinturluré peinturlurer ver m s 0.47 2.23 0.12 0.74 par:pas; -peinturlurée peinturlurer ver f s 0.47 2.23 0.02 0.47 par:pas; -peinturlurées peinturlurer ver f p 0.47 2.23 0.03 0.14 par:pas; -peinturlurés peinturlurer ver m p 0.47 2.23 0.05 0.34 par:pas; -peinturé peinturer ver m s 0.02 0.20 0.02 0.14 par:pas; -peinturée peinturer ver f s 0.02 0.20 0.00 0.07 par:pas; -peiné peiner ver m s 7.65 12.36 1.68 2.50 par:pas; -peinée peiner ver f s 7.65 12.36 0.14 0.74 par:pas; -peinées peiner ver f p 7.65 12.36 0.11 0.00 par:pas; -peinés peiner ver m p 7.65 12.36 0.22 0.20 par:pas; -pela peler ver 1.78 4.93 0.00 0.20 ind:pas:3s; -pelade pelade nom f s 0.16 0.47 0.16 0.41 -pelades pelade nom f p 0.16 0.47 0.00 0.07 -pelage pelage nom m s 0.44 6.01 0.44 5.74 -pelages pelage nom m p 0.44 6.01 0.00 0.27 -pelaient peler ver 1.78 4.93 0.00 0.07 ind:imp:3p; -pelait peler ver 1.78 4.93 0.01 0.41 ind:imp:3s; -pelant peler ver 1.78 4.93 0.00 0.27 par:pre; -peler peler ver 1.78 4.93 0.44 1.22 inf; -pelisse pelisse nom f s 0.11 3.51 0.11 2.84 -pelisses pelisse nom f p 0.11 3.51 0.00 0.68 -pellagre pellagre nom f s 0.04 0.00 0.04 0.00 -pelle_bêche pelle_bêche nom f s 0.00 0.14 0.00 0.07 -pelle_pioche pelle_pioche nom f s 0.00 0.41 0.00 0.07 -pelle pelle nom f s 10.10 15.61 8.75 11.35 -pelle_bêche pelle_bêche nom f p 0.00 0.14 0.00 0.07 -pelle_pioche pelle_pioche nom f p 0.00 0.41 0.00 0.34 -pelles pelle nom f p 10.10 15.61 1.35 4.26 -pelletage pelletage nom m s 0.02 0.00 0.02 0.00 -pelletaient pelleter ver 0.27 0.95 0.00 0.14 ind:imp:3p; -pelletait pelleter ver 0.27 0.95 0.00 0.27 ind:imp:3s; -pelletant pelleter ver 0.27 0.95 0.00 0.14 par:pre; -pelleter pelleter ver 0.27 0.95 0.27 0.34 inf; -pelleterie pelleterie nom f s 0.00 0.07 0.00 0.07 -pelleteur pelleteur nom m s 0.44 0.27 0.04 0.00 -pelleteuse pelleteur nom f s 0.44 0.27 0.40 0.14 -pelleteuses pelleteuse nom f p 0.02 0.00 0.02 0.00 -pelletiers pelletier nom m p 0.02 0.14 0.02 0.14 -pellette pelleter ver 0.27 0.95 0.00 0.07 ind:pre:3s; -pelletée pelletée nom f s 0.31 2.03 0.29 0.47 -pelletées pelletée nom f p 0.31 2.03 0.02 1.55 -pelliculages pelliculage nom m p 0.00 0.07 0.00 0.07 -pelliculaire pelliculaire adj f s 0.00 0.07 0.00 0.07 -pellicule pellicule nom f s 7.52 6.82 6.29 5.68 -pellicules pellicule nom f p 7.52 6.82 1.23 1.15 -pelliculé pelliculer ver m s 0.00 0.14 0.00 0.07 par:pas; -pelliculée pelliculer ver f s 0.00 0.14 0.00 0.07 par:pas; -pelloche pelloche nom f s 0.10 0.20 0.10 0.20 -pelota peloter ver 5.36 3.38 0.10 0.14 ind:pas:3s; -pelotage pelotage nom m s 0.21 0.61 0.19 0.34 -pelotages pelotage nom m p 0.21 0.61 0.02 0.27 -pelotaient peloter ver 5.36 3.38 0.03 0.14 ind:imp:3p; -pelotais peloter ver 5.36 3.38 0.07 0.00 ind:imp:1s;ind:imp:2s; -pelotait peloter ver 5.36 3.38 0.32 0.61 ind:imp:3s; -pelotant peloter ver 5.36 3.38 0.14 0.34 par:pre; -pelote pelote nom f s 0.98 6.01 0.94 4.19 -pelotent peloter ver 5.36 3.38 0.14 0.00 ind:pre:3p; -peloter peloter ver 5.36 3.38 2.90 1.22 inf; -peloterai peloter ver 5.36 3.38 0.04 0.07 ind:fut:1s; -peloterait peloter ver 5.36 3.38 0.01 0.00 cnd:pre:3s; -pelotes peloter ver 5.36 3.38 0.17 0.00 ind:pre:2s; -peloteur peloteur nom m s 0.03 0.14 0.02 0.00 -peloteurs peloteur nom m p 0.03 0.14 0.01 0.14 -peloteuse peloteur adj f s 0.00 0.20 0.00 0.14 -pelotez peloter ver 5.36 3.38 0.11 0.00 imp:pre:2p;ind:pre:2p; -peloton peloton nom m s 7.15 10.74 6.83 9.73 -pelotonna pelotonner ver 0.07 4.12 0.00 0.34 ind:pas:3s; -pelotonnai pelotonner ver 0.07 4.12 0.00 0.14 ind:pas:1s; -pelotonnaient pelotonner ver 0.07 4.12 0.01 0.07 ind:imp:3p; -pelotonnais pelotonner ver 0.07 4.12 0.00 0.07 ind:imp:1s; -pelotonnait pelotonner ver 0.07 4.12 0.00 0.14 ind:imp:3s; -pelotonnant pelotonner ver 0.07 4.12 0.00 0.07 par:pre; -pelotonne pelotonner ver 0.07 4.12 0.00 0.34 ind:pre:1s;ind:pre:3s; -pelotonnent pelotonner ver 0.07 4.12 0.00 0.14 ind:pre:3p; -pelotonner pelotonner ver 0.07 4.12 0.01 0.68 inf; -pelotonné pelotonner ver m s 0.07 4.12 0.00 1.22 par:pas; -pelotonnée pelotonner ver f s 0.07 4.12 0.02 0.61 par:pas; -pelotonnées pelotonner ver f p 0.07 4.12 0.00 0.14 par:pas; -pelotonnés pelotonner ver m p 0.07 4.12 0.02 0.20 par:pas; -pelotons peloton nom m p 7.15 10.74 0.32 1.01 -peloté peloter ver m s 5.36 3.38 0.28 0.00 par:pas; -pelotée peloter ver f s 5.36 3.38 0.38 0.14 par:pas; -pelotés peloter ver m p 5.36 3.38 0.32 0.00 par:pas; -pelouse pelouse nom f s 4.79 19.39 4.28 12.97 -pelouses pelouse nom f p 4.79 19.39 0.52 6.42 -pelé peler ver m s 1.78 4.93 0.14 0.95 par:pas; -peluche peluche nom f s 4.21 5.54 3.25 5.34 -peluches peluche nom f p 4.21 5.54 0.96 0.20 -pelucheuse pelucheux adj f s 0.31 1.76 0.03 0.54 -pelucheuses pelucheux adj f p 0.31 1.76 0.01 0.27 -pelucheux pelucheux adj m 0.31 1.76 0.27 0.95 -peluchée peluché adj f s 0.00 0.20 0.00 0.20 -pelée pelé adj f s 0.44 3.24 0.30 1.08 -pelées peler ver f p 1.78 4.93 0.00 0.34 par:pas; -pelure pelure nom f s 0.37 3.24 0.10 2.03 -pelures pelure nom f p 0.37 3.24 0.28 1.22 -pelés peler ver m p 1.78 4.93 0.02 0.41 par:pas; -pelvien pelvien adj m s 0.55 0.00 0.18 0.00 -pelvienne pelvien adj f s 0.55 0.00 0.37 0.00 -pelvis pelvis nom m 0.34 0.07 0.34 0.07 -pembina pembina nom f s 0.00 0.07 0.00 0.07 -pemmican pemmican nom m s 0.01 0.14 0.01 0.14 -penalties penalties nom m p 0.29 0.14 0.29 0.14 -penalty penalty nom m s 1.50 0.47 1.50 0.47 -penaud penaud adj m s 0.21 4.86 0.20 3.04 -penaude penaud adj f s 0.21 4.86 0.01 0.81 -penaudes penaud adj f p 0.21 4.86 0.00 0.07 -penauds penaud adj m p 0.21 4.86 0.00 0.95 -pence pence nom m p 1.71 0.14 1.71 0.14 -pencha pencher ver 16.90 155.88 0.10 34.05 ind:pas:3s; -penchai pencher ver 16.90 155.88 0.00 2.36 ind:pas:1s; -penchaient pencher ver 16.90 155.88 0.00 2.30 ind:imp:3p; -penchais pencher ver 16.90 155.88 0.23 1.22 ind:imp:1s;ind:imp:2s; -penchait pencher ver 16.90 155.88 0.26 13.92 ind:imp:3s; -penchant penchant nom m s 3.26 5.27 2.54 3.45 -penchante penchant adj f s 0.01 0.74 0.00 0.20 -penchants penchant nom m p 3.26 5.27 0.72 1.82 -penche pencher ver 16.90 155.88 7.30 26.89 imp:pre:2s;ind:pre:1s;ind:pre:3s; -penchement penchement nom m s 0.00 0.20 0.00 0.20 -penchent pencher ver 16.90 155.88 0.44 2.91 ind:pre:3p; -pencher pencher ver 16.90 155.88 2.08 11.76 inf; -penchera pencher ver 16.90 155.88 0.18 0.27 ind:fut:3s; -pencherai pencher ver 16.90 155.88 0.20 0.00 ind:fut:1s; -pencheraient pencher ver 16.90 155.88 0.04 0.07 cnd:pre:3p; -pencherais pencher ver 16.90 155.88 0.13 0.34 cnd:pre:1s; -pencherait pencher ver 16.90 155.88 0.04 0.14 cnd:pre:3s; -pencheras pencher ver 16.90 155.88 0.01 0.00 ind:fut:2s; -pencherez pencher ver 16.90 155.88 0.01 0.00 ind:fut:2p; -pencheriez pencher ver 16.90 155.88 0.01 0.00 cnd:pre:2p; -pencherons pencher ver 16.90 155.88 0.01 0.00 ind:fut:1p; -pencheront pencher ver 16.90 155.88 0.37 0.14 ind:fut:3p; -penches pencher ver 16.90 155.88 0.28 0.14 ind:pre:2s; -penchez pencher ver 16.90 155.88 1.75 0.27 imp:pre:2p;ind:pre:2p; -penchiez pencher ver 16.90 155.88 0.04 0.00 ind:imp:2p; -penchions pencher ver 16.90 155.88 0.02 0.34 ind:imp:1p; -penchâmes pencher ver 16.90 155.88 0.01 0.20 ind:pas:1p; -penchons pencher ver 16.90 155.88 0.11 0.27 imp:pre:1p;ind:pre:1p; -penchât pencher ver 16.90 155.88 0.00 0.14 sub:imp:3s; -penchèrent pencher ver 16.90 155.88 0.00 0.81 ind:pas:3p; -penché pencher ver m s 16.90 155.88 1.61 25.07 par:pas; -penchée pencher ver f s 16.90 155.88 1.32 12.36 par:pas; -penchées pencher ver f p 16.90 155.88 0.01 1.35 par:pas; -penchés penché adj m p 1.30 11.01 0.21 1.55 -pend pendre ver 43.03 58.04 2.50 6.69 ind:pre:3s; -pendable pendable adj s 0.04 0.88 0.02 0.61 -pendables pendable adj m p 0.04 0.88 0.02 0.27 -pendaient pendre ver 43.03 58.04 0.51 7.30 ind:imp:3p; -pendais pendre ver 43.03 58.04 0.02 0.00 ind:imp:1s; -pendaison pendaison nom f s 3.02 1.08 2.78 1.08 -pendaisons pendaison nom f p 3.02 1.08 0.24 0.00 -pendait pendre ver 43.03 58.04 0.86 13.38 ind:imp:3s; -pendant pendant pre 312.62 450.14 312.62 450.14 -pendante pendant adj_sup f s 3.56 12.50 0.36 3.24 -pendantes pendant adj_sup f p 3.56 12.50 0.19 3.92 -pendants pendant adj_sup m p 3.56 12.50 0.18 1.49 -pendard pendard nom m s 0.05 0.07 0.03 0.07 -pendarde pendard nom f s 0.05 0.07 0.01 0.00 -pendards pendard nom m p 0.05 0.07 0.01 0.00 -pende pendre ver 43.03 58.04 1.15 0.34 sub:pre:1s;sub:pre:3s; -pendeloque pendeloque nom f s 0.01 1.08 0.01 0.14 -pendeloques pendeloque nom f p 0.01 1.08 0.00 0.95 -pendent pendre ver 43.03 58.04 1.41 4.53 ind:pre:3p; -pendentif pendentif nom m s 1.04 1.22 1.00 0.74 -pendentifs pendentif nom m p 1.04 1.22 0.03 0.47 -penderie penderie nom f s 1.88 3.11 1.84 2.50 -penderies penderie nom f p 1.88 3.11 0.04 0.61 -pendeur pendeur nom m s 0.01 0.00 0.01 0.00 -pendez pendre ver 43.03 58.04 1.60 0.14 imp:pre:2p;ind:pre:2p; -pendillaient pendiller ver 0.01 0.41 0.00 0.14 ind:imp:3p; -pendillait pendiller ver 0.01 0.41 0.00 0.07 ind:imp:3s; -pendillant pendiller ver 0.01 0.41 0.00 0.14 par:pre; -pendille pendiller ver 0.01 0.41 0.01 0.07 ind:pre:3s; -pendirent pendre ver 43.03 58.04 0.00 0.07 ind:pas:3p; -pendit pendre ver 43.03 58.04 0.09 1.08 ind:pas:3s; -pendjabi pendjabi nom m s 0.04 0.00 0.04 0.00 -pendons pendre ver 43.03 58.04 0.63 0.00 imp:pre:1p;ind:pre:1p; -pendouillaient pendouiller ver 0.47 2.23 0.01 0.27 ind:imp:3p; -pendouillait pendouiller ver 0.47 2.23 0.00 0.47 ind:imp:3s; -pendouillant pendouiller ver 0.47 2.23 0.02 0.47 par:pre; -pendouille pendouiller ver 0.47 2.23 0.30 0.61 ind:pre:1s;ind:pre:3s; -pendouillent pendouiller ver 0.47 2.23 0.03 0.27 ind:pre:3p; -pendouiller pendouiller ver 0.47 2.23 0.11 0.07 inf; -pendouilles pendouiller ver 0.47 2.23 0.00 0.07 ind:pre:2s; -pendra pendre ver 43.03 58.04 1.83 0.34 ind:fut:3s; -pendrai pendre ver 43.03 58.04 0.28 0.00 ind:fut:1s; -pendrais pendre ver 43.03 58.04 0.19 0.07 cnd:pre:1s;cnd:pre:2s; -pendrait pendre ver 43.03 58.04 0.28 0.07 cnd:pre:3s; -pendras pendre ver 43.03 58.04 0.17 0.00 ind:fut:2s; -pendre pendre ver 43.03 58.04 12.40 8.51 inf; -pendrez pendre ver 43.03 58.04 0.05 0.00 ind:fut:2p; -pendrons pendre ver 43.03 58.04 0.07 0.00 ind:fut:1p; -pendront pendre ver 43.03 58.04 0.82 0.07 ind:fut:3p; -pends pendre ver 43.03 58.04 1.13 0.20 imp:pre:2s;ind:pre:1s;ind:pre:2s; -pendu pendre ver m s 43.03 58.04 11.02 5.74 par:pas; -pendue pendre ver f s 43.03 58.04 2.19 2.97 par:pas; -pendues pendu adj f p 2.90 3.78 0.18 0.47 -pendulaire pendulaire adj s 0.00 0.20 0.00 0.20 -pendulait penduler ver 0.00 0.07 0.00 0.07 ind:imp:3s; -pendule pendule nom s 4.78 11.82 3.37 9.86 -pendules pendule nom f p 4.78 11.82 1.42 1.96 -pendulette pendulette nom f s 0.03 1.15 0.03 0.95 -pendulettes pendulette nom f p 0.03 1.15 0.00 0.20 -pendus pendre ver m p 43.03 58.04 1.52 2.50 par:pas; -pennage pennage nom m s 0.12 0.00 0.12 0.00 -penne penne nom f s 0.39 0.54 0.34 0.34 -pennes penne nom f p 0.39 0.54 0.05 0.20 -pennies pennies nom m p 0.62 0.20 0.62 0.20 -pennon pennon nom m s 0.02 0.07 0.01 0.00 -pennons pennon nom m p 0.02 0.07 0.01 0.07 -pennées penné adj f p 0.00 0.07 0.00 0.07 -penny penny nom f s 3.49 0.14 3.49 0.14 -penon penon nom m s 0.00 0.07 0.00 0.07 -pensa penser ver 1485.46 869.80 1.52 78.11 ind:pas:3s; -pensable pensable adj f s 0.19 0.81 0.19 0.81 -pensai penser ver 1485.46 869.80 0.86 16.28 ind:pas:1s; -pensaient penser ver 1485.46 869.80 6.32 10.61 ind:imp:3p; -pensais penser ver 1485.46 869.80 199.51 69.66 ind:imp:1s;ind:imp:2s; -pensait penser ver 1485.46 869.80 32.53 109.05 ind:imp:3s; -pensant penser ver 1485.46 869.80 10.22 32.50 par:pre; -pensante pensant adj f s 1.09 6.08 0.19 1.22 -pensantes pensant adj f p 1.09 6.08 0.06 0.14 -pensants pensant adj m p 1.09 6.08 0.03 0.41 -pense_bête pense_bête nom m s 0.34 0.41 0.17 0.41 -pense_bête pense_bête nom m p 0.34 0.41 0.17 0.00 -pense penser ver 1485.46 869.80 517.64 178.04 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:1s;sub:pre:3s; -pensent penser ver 1485.46 869.80 37.42 12.30 ind:pre:3p; -penser penser ver 1485.46 869.80 140.23 161.62 inf; -pensera penser ver 1485.46 869.80 3.66 1.62 ind:fut:3s; -penserai penser ver 1485.46 869.80 3.44 1.28 ind:fut:1s; -penseraient penser ver 1485.46 869.80 0.90 0.88 cnd:pre:3p; -penserais penser ver 1485.46 869.80 2.38 1.22 cnd:pre:1s;cnd:pre:2s; -penserait penser ver 1485.46 869.80 3.17 2.16 cnd:pre:3s; -penseras penser ver 1485.46 869.80 1.84 0.95 ind:fut:2s; -penserez penser ver 1485.46 869.80 0.93 0.61 ind:fut:2p; -penseriez penser ver 1485.46 869.80 0.66 0.20 cnd:pre:2p; -penserions penser ver 1485.46 869.80 0.01 0.20 cnd:pre:1p; -penserons penser ver 1485.46 869.80 0.30 0.14 ind:fut:1p; -penseront penser ver 1485.46 869.80 2.19 0.61 ind:fut:3p; -penses penser ver 1485.46 869.80 186.90 38.24 ind:pre:2s;sub:pre:2s; -penseur penseur nom m s 1.64 3.92 0.84 1.96 -penseurs penseur nom m p 1.64 3.92 0.80 1.69 -penseuse penseur nom f s 1.64 3.92 0.00 0.14 -penseuses penseur nom f p 1.64 3.92 0.00 0.14 -pensez penser ver 1485.46 869.80 148.70 41.69 imp:pre:2p;ind:pre:2p; -pensiez penser ver 1485.46 869.80 12.33 2.16 ind:imp:2p;sub:pre:2p; -pensif pensif adj m s 0.80 9.80 0.58 5.95 -pensifs pensif adj m p 0.80 9.80 0.01 1.42 -pension pension nom f s 17.75 19.19 16.45 18.18 -pensionna pensionner ver 0.02 0.20 0.00 0.07 ind:pas:3s; -pensionnaire pensionnaire nom s 2.41 10.54 1.42 4.19 -pensionnaires pensionnaire nom p 2.41 10.54 0.99 6.35 -pensionnat pensionnat nom m s 1.88 2.77 1.87 2.64 -pensionnats pensionnat nom m p 1.88 2.77 0.01 0.14 -pensionner pensionner ver 0.02 0.20 0.00 0.07 inf; -pensionné pensionner ver m s 0.02 0.20 0.01 0.00 par:pas; -pensionnés pensionné nom m p 0.21 0.20 0.21 0.00 -pensions penser ver 1485.46 869.80 5.41 4.26 ind:imp:1p; -pensive pensif adj f s 0.80 9.80 0.21 2.43 -pensivement pensivement adv 0.01 5.20 0.01 5.20 -pensâmes penser ver 1485.46 869.80 0.00 0.07 ind:pas:1p; -pensons penser ver 1485.46 869.80 13.89 3.65 imp:pre:1p;ind:pre:1p; -pensât penser ver 1485.46 869.80 0.00 0.74 sub:imp:3s; -pensèrent penser ver 1485.46 869.80 0.07 1.01 ind:pas:3p; -pensé penser ver m s 1485.46 869.80 151.67 97.57 imp:pre:2s;par:pas;par:pas;par:pas;par:pas;par:pas; -pensée pensée nom f s 57.87 151.55 26.25 98.92 -pensées pensée nom f p 57.87 151.55 31.61 52.64 -pensum pensum nom m s 0.03 1.22 0.02 0.95 -pensums pensum nom m p 0.03 1.22 0.01 0.27 -pensés penser ver m p 1485.46 869.80 0.09 0.41 par:pas; -pentacle pentacle nom m s 0.57 0.20 0.54 0.20 -pentacles pentacle nom m p 0.57 0.20 0.04 0.00 -pentagonal pentagonal adj m s 0.01 0.00 0.01 0.00 -pentagone pentagone nom m s 0.26 0.20 0.25 0.14 -pentagones pentagone nom m p 0.26 0.20 0.01 0.07 -pentagramme pentagramme nom m s 0.70 0.00 0.67 0.00 -pentagrammes pentagramme nom m p 0.70 0.00 0.04 0.00 -pentamètre pentamètre nom s 0.17 0.00 0.12 0.00 -pentamètres pentamètre nom p 0.17 0.00 0.05 0.00 -pentasyllabe pentasyllabe nom m s 0.00 0.07 0.00 0.07 -pentateuque pentateuque nom m s 0.00 0.07 0.00 0.07 -pentathlon pentathlon nom m s 0.00 0.07 0.00 0.07 -pente pente nom f s 4.82 49.66 4.46 39.19 -pentecôte pentecôte nom f s 0.57 3.85 0.57 3.85 -pentecôtiste pentecôtiste nom s 0.04 0.20 0.02 0.20 -pentecôtistes pentecôtiste nom p 0.04 0.20 0.02 0.00 -pentes pente nom f p 4.82 49.66 0.36 10.47 -penthiobarbital penthiobarbital nom m s 0.01 0.00 0.01 0.00 -penthotal penthotal nom m s 0.06 0.20 0.06 0.20 -penthouse penthouse nom m s 0.90 0.00 0.90 0.00 -pentothal pentothal nom m s 0.17 0.00 0.17 0.00 -pentu pentu adj m s 0.05 1.22 0.05 0.61 -pentue pentu adj f s 0.05 1.22 0.00 0.27 -pentues pentu adj f p 0.05 1.22 0.00 0.07 -pentélique pentélique adj m s 0.00 0.07 0.00 0.07 -penture penture nom f s 0.00 0.14 0.00 0.07 -pentures penture nom f p 0.00 0.14 0.00 0.07 -pentus pentu adj m p 0.05 1.22 0.00 0.27 -people people adj 3.55 0.20 3.55 0.20 -pep pep nom m s 0.33 0.14 0.15 0.14 -peppermint peppermint nom m s 0.05 0.34 0.05 0.34 -peps pep nom m p 0.33 0.14 0.18 0.00 -pepsine pepsine nom f s 0.01 0.00 0.01 0.00 -peptide peptide nom m s 0.03 0.00 0.03 0.00 -peptique peptique adj s 0.03 0.00 0.03 0.00 -percale percale nom f s 0.11 0.68 0.11 0.61 -percales percale nom f p 0.11 0.68 0.00 0.07 -perce_oreille perce_oreille nom m s 0.04 0.20 0.03 0.07 -perce_oreille perce_oreille nom m p 0.04 0.20 0.01 0.14 -perce_pierre perce_pierre nom f s 0.00 0.07 0.00 0.07 -perce percer ver 15.77 42.03 2.09 3.45 imp:pre:2s;ind:pre:1s;ind:pre:3s; -percement percement nom m s 0.01 0.41 0.01 0.41 -percent percer ver 15.77 42.03 0.42 1.08 ind:pre:3p; -percepteur percepteur nom m s 1.03 1.42 0.93 1.28 -percepteurs percepteur nom m p 1.03 1.42 0.09 0.14 -perceptible perceptible adj s 0.46 7.43 0.40 6.01 -perceptibles perceptible adj p 0.46 7.43 0.06 1.42 -perceptif perceptif adj m s 0.09 0.14 0.01 0.14 -perception perception nom f s 2.92 3.72 2.62 2.70 -perceptions perception nom f p 2.92 3.72 0.31 1.01 -perceptive perceptif adj f s 0.09 0.14 0.07 0.00 -perceptives perceptif adj f p 0.09 0.14 0.01 0.00 -perceptrice percepteur nom f s 1.03 1.42 0.01 0.00 -perceptuels perceptuel adj m p 0.01 0.00 0.01 0.00 -percer percer ver 15.77 42.03 6.19 11.22 inf; -percera percer ver 15.77 42.03 0.26 0.20 ind:fut:3s; -percerai percer ver 15.77 42.03 0.08 0.00 ind:fut:1s; -percerait percer ver 15.77 42.03 0.03 0.00 cnd:pre:3s; -percerez percer ver 15.77 42.03 0.11 0.07 ind:fut:2p; -perceur perceur nom m s 1.21 1.01 0.12 0.20 -perceurs perceur nom m p 1.21 1.01 0.12 0.47 -perceuse perceur nom f s 1.21 1.01 0.97 0.20 -perceuses perceuse nom f p 0.01 0.00 0.01 0.00 -percevaient percevoir ver 7.39 41.01 0.01 0.81 ind:imp:3p; -percevais percevoir ver 7.39 41.01 0.26 2.30 ind:imp:1s;ind:imp:2s; -percevait percevoir ver 7.39 41.01 0.15 6.62 ind:imp:3s; -percevant percevoir ver 7.39 41.01 0.20 1.15 par:pre; -percevez percevoir ver 7.39 41.01 0.26 0.00 imp:pre:2p;ind:pre:2p; -perceviez percevoir ver 7.39 41.01 0.00 0.07 ind:imp:2p; -percevions percevoir ver 7.39 41.01 0.01 0.27 ind:imp:1p; -percevoir percevoir ver 7.39 41.01 1.19 9.19 inf; -percevons percevoir ver 7.39 41.01 0.20 0.20 ind:pre:1p; -percevra percevoir ver 7.39 41.01 0.17 0.00 ind:fut:3s; -percevrais percevoir ver 7.39 41.01 0.01 0.00 cnd:pre:1s; -percevrait percevoir ver 7.39 41.01 0.01 0.14 cnd:pre:3s; -percevrez percevoir ver 7.39 41.01 0.01 0.00 ind:fut:2p; -percez percer ver 15.77 42.03 0.33 0.00 imp:pre:2p;ind:pre:2p; -percha percher ver 2.37 12.97 0.04 0.20 ind:pas:3s; -perchaient percher ver 2.37 12.97 0.10 0.34 ind:imp:3p; -perchais percher ver 2.37 12.97 0.01 0.14 ind:imp:1s; -perchait percher ver 2.37 12.97 0.11 0.14 ind:imp:3s; -perche perche nom f s 6.11 7.43 5.67 4.93 -perchent percher ver 2.37 12.97 0.00 0.14 ind:pre:3p; -percher percher ver 2.37 12.97 0.23 0.68 inf;; -percheron percheron nom m s 0.02 2.30 0.02 1.22 -percheronne percheron adj f s 0.00 0.68 0.00 0.14 -percheronnes percheron nom f p 0.02 2.30 0.00 0.07 -percherons percheron nom m p 0.02 2.30 0.00 1.01 -perches perche nom f p 6.11 7.43 0.45 2.50 -perchettes perchette nom f p 0.00 0.07 0.00 0.07 -percheurs percheur adj m p 0.01 0.00 0.01 0.00 -perchiste perchiste nom s 0.00 0.07 0.00 0.07 -perchlorate perchlorate nom m s 0.04 0.00 0.04 0.00 -perchlorique perchlorique adj m s 0.01 0.00 0.01 0.00 -perchman perchman nom m s 0.14 0.07 0.14 0.00 -perchmans perchman nom m p 0.14 0.07 0.00 0.07 -perchoir perchoir nom m s 0.46 3.78 0.43 3.58 -perchoirs perchoir nom m p 0.46 3.78 0.03 0.20 -perchèrent percher ver 2.37 12.97 0.00 0.07 ind:pas:3p; -perché percher ver m s 2.37 12.97 1.12 4.59 par:pas; -perchée percher ver f s 2.37 12.97 0.49 2.97 par:pas; -perchées percher ver f p 2.37 12.97 0.00 0.68 par:pas; -perchés percher ver m p 2.37 12.97 0.10 2.70 par:pas; -percions percer ver 15.77 42.03 0.00 0.07 ind:imp:1p; -perclus perclus adj m 0.03 1.62 0.03 1.28 -percluse perclus adj f s 0.03 1.62 0.00 0.27 -percluses perclus adj f p 0.03 1.62 0.00 0.07 -perco perco nom m s 0.07 0.27 0.07 0.14 -percolateur percolateur nom m s 0.11 1.28 0.09 0.95 -percolateurs percolateur nom m p 0.11 1.28 0.02 0.34 -percolation percolation nom f s 0.01 0.00 0.01 0.00 -percoler percoler ver 0.01 0.00 0.01 0.00 inf; -percos perco nom m p 0.07 0.27 0.00 0.14 -percèrent percer ver 15.77 42.03 0.10 0.47 ind:pas:3p; -percé percer ver m s 15.77 42.03 3.67 7.57 par:pas; -percée percée nom f s 1.37 3.99 1.20 3.58 -percées percer ver f p 15.77 42.03 0.46 2.03 par:pas; -percés percer ver m p 15.77 42.03 0.51 2.77 par:pas; -percussion percussion nom f s 1.04 1.76 0.16 0.61 -percussionniste percussionniste nom s 0.09 0.00 0.08 0.00 -percussionnistes percussionniste nom p 0.09 0.00 0.01 0.00 -percussions percussion nom f p 1.04 1.76 0.89 1.15 -percuta percuter ver 3.87 2.77 0.01 0.61 ind:pas:3s; -percutait percuter ver 3.87 2.77 0.02 0.14 ind:imp:3s; -percutant percutant adj m s 0.38 1.01 0.32 0.41 -percutante percutant adj f s 0.38 1.01 0.01 0.00 -percutantes percutant adj f p 0.38 1.01 0.02 0.07 -percutants percutant adj m p 0.38 1.01 0.03 0.54 -percute percuter ver 3.87 2.77 0.49 0.27 imp:pre:2s;ind:pre:1s;ind:pre:3s; -percutent percuter ver 3.87 2.77 0.04 0.07 ind:pre:3p; -percuter percuter ver 3.87 2.77 0.69 0.74 inf; -percuterait percuter ver 3.87 2.77 0.00 0.07 cnd:pre:3s; -percutes percuter ver 3.87 2.77 0.26 0.00 ind:pre:2s; -percuteur percuteur nom m s 0.25 0.07 0.22 0.07 -percuteurs percuteur nom m p 0.25 0.07 0.02 0.00 -percutez percuter ver 3.87 2.77 0.06 0.00 imp:pre:2p;ind:pre:2p; -percuté percuter ver m s 3.87 2.77 2.07 0.54 par:pas; -percutée percuter ver f s 3.87 2.77 0.12 0.00 par:pas; -percutées percuter ver f p 3.87 2.77 0.02 0.00 par:pas; -percutés percuter ver m p 3.87 2.77 0.06 0.00 par:pas; -perd perdre ver 546.08 377.36 39.97 25.00 ind:pre:3s; -perdîmes perdre ver 546.08 377.36 0.02 0.20 ind:pas:1p; -perdît perdre ver 546.08 377.36 0.00 0.61 sub:imp:3s; -perdaient perdre ver 546.08 377.36 0.53 7.64 ind:imp:3p; -perdais perdre ver 546.08 377.36 2.85 4.80 ind:imp:1s;ind:imp:2s; -perdait perdre ver 546.08 377.36 2.52 24.73 ind:imp:3s; -perdant perdant nom m s 6.71 1.42 4.04 0.74 -perdante perdant nom f s 6.71 1.42 0.68 0.07 -perdants perdant nom m p 6.71 1.42 2.00 0.61 -perde perdre ver 546.08 377.36 5.62 4.19 sub:pre:1s;sub:pre:3s; -perdent perdre ver 546.08 377.36 8.12 8.72 ind:pre:3p; -perdes perdre ver 546.08 377.36 0.89 0.20 sub:pre:2s; -perdez perdre ver 546.08 377.36 15.04 2.16 imp:pre:2p;ind:pre:2p; -perdiez perdre ver 546.08 377.36 0.59 0.20 ind:imp:2p; -perdions perdre ver 546.08 377.36 0.43 0.88 ind:imp:1p; -perdirent perdre ver 546.08 377.36 0.35 1.82 ind:pas:3p; -perdis perdre ver 546.08 377.36 0.27 2.16 ind:pas:1s; -perdisse perdre ver 546.08 377.36 0.00 0.07 sub:imp:1s; -perdit perdre ver 546.08 377.36 1.39 11.35 ind:pas:3s; -perdition perdition nom f s 1.18 2.36 1.18 2.36 -perdons perdre ver 546.08 377.36 9.38 2.36 imp:pre:1p;ind:pre:1p; -perdra perdre ver 546.08 377.36 5.23 1.82 ind:fut:3s; -perdrai perdre ver 546.08 377.36 3.10 0.68 ind:fut:1s; -perdraient perdre ver 546.08 377.36 0.17 0.47 cnd:pre:3p; -perdrais perdre ver 546.08 377.36 2.26 1.01 cnd:pre:1s;cnd:pre:2s; -perdrait perdre ver 546.08 377.36 1.94 3.31 cnd:pre:3s; -perdras perdre ver 546.08 377.36 3.79 0.27 ind:fut:2s; -perdre perdre ver 546.08 377.36 131.47 97.70 inf; -perdreau perdreau nom m s 1.45 2.84 0.84 1.15 -perdreaux perdreau nom m p 1.45 2.84 0.61 1.69 -perdrez perdre ver 546.08 377.36 2.66 0.34 ind:fut:2p; -perdriez perdre ver 546.08 377.36 0.57 0.41 cnd:pre:2p; -perdrions perdre ver 546.08 377.36 0.11 0.68 cnd:pre:1p; -perdrix perdrix nom f 2.83 1.49 2.83 1.49 -perdrons perdre ver 546.08 377.36 1.08 0.34 ind:fut:1p; -perdront perdre ver 546.08 377.36 0.50 0.34 ind:fut:3p; -perds perdre ver 546.08 377.36 48.13 11.35 imp:pre:2s;ind:pre:1s;ind:pre:2s; -perdu perdre ver m s 546.08 377.36 217.23 115.07 par:pas; -perdue perdre ver f s 546.08 377.36 22.38 22.70 par:pas; -perdues perdu adj f p 36.46 58.45 3.43 6.15 -perdurable perdurable adj m s 0.00 0.07 0.00 0.07 -perdurait perdurer ver 0.73 0.74 0.01 0.14 ind:imp:3s; -perdure perdurer ver 0.73 0.74 0.32 0.27 ind:pre:3s; -perdurent perdurer ver 0.73 0.74 0.05 0.20 ind:pre:3p; -perdurer perdurer ver 0.73 0.74 0.27 0.07 inf; -perdurera perdurer ver 0.73 0.74 0.05 0.00 ind:fut:3s; -perduré perdurer ver m s 0.73 0.74 0.03 0.07 par:pas; -perdus perdre ver m p 546.08 377.36 12.18 13.31 par:pas; -perestroïka perestroïka nom f s 0.00 0.07 0.00 0.07 -perfectibilité perfectibilité nom f s 0.00 0.07 0.00 0.07 -perfectible perfectible adj f s 0.00 0.14 0.00 0.07 -perfectibles perfectible adj p 0.00 0.14 0.00 0.07 -perfection perfection nom f s 7.76 16.82 7.66 16.01 -perfectionna perfectionner ver 2.27 5.61 0.00 0.14 ind:pas:3s; -perfectionnaient perfectionner ver 2.27 5.61 0.00 0.07 ind:imp:3p; -perfectionnais perfectionner ver 2.27 5.61 0.00 0.07 ind:imp:1s; -perfectionnait perfectionner ver 2.27 5.61 0.02 0.14 ind:imp:3s; -perfectionnant perfectionner ver 2.27 5.61 0.00 0.47 par:pre; -perfectionne perfectionner ver 2.27 5.61 0.09 0.54 ind:pre:1s;ind:pre:3s; -perfectionnement perfectionnement nom m s 0.31 1.35 0.30 0.95 -perfectionnements perfectionnement nom m p 0.31 1.35 0.01 0.41 -perfectionnent perfectionner ver 2.27 5.61 0.00 0.07 ind:pre:3p; -perfectionner perfectionner ver 2.27 5.61 1.01 1.28 inf; -perfectionnerais perfectionner ver 2.27 5.61 0.00 0.07 cnd:pre:1s; -perfectionnions perfectionner ver 2.27 5.61 0.01 0.00 ind:imp:1p; -perfectionnisme perfectionnisme nom m s 0.21 0.14 0.21 0.14 -perfectionniste perfectionniste adj s 0.51 0.14 0.43 0.14 -perfectionnistes perfectionniste adj m p 0.51 0.14 0.09 0.00 -perfectionnèrent perfectionner ver 2.27 5.61 0.02 0.00 ind:pas:3p; -perfectionné perfectionner ver m s 2.27 5.61 0.73 1.62 par:pas; -perfectionnée perfectionner ver f s 2.27 5.61 0.06 0.34 par:pas; -perfectionnées perfectionner ver f p 2.27 5.61 0.13 0.34 par:pas; -perfectionnés perfectionner ver m p 2.27 5.61 0.19 0.47 par:pas; -perfections perfection nom f p 7.76 16.82 0.10 0.81 -perfecto perfecto nom m s 0.19 0.27 0.19 0.20 -perfectos perfecto nom m p 0.19 0.27 0.00 0.07 -perfide perfide adj s 2.48 4.86 1.69 3.18 -perfidement perfidement adv 0.10 0.61 0.10 0.61 -perfides perfide adj p 2.48 4.86 0.79 1.69 -perfidie perfidie nom f s 1.30 3.65 1.17 3.24 -perfidies perfidie nom f p 1.30 3.65 0.14 0.41 -perfora perforer ver 1.45 1.35 0.00 0.14 ind:pas:3s; -perforage perforage nom m s 0.01 0.00 0.01 0.00 -perforait perforer ver 1.45 1.35 0.01 0.14 ind:imp:3s; -perforant perforant adj m s 0.32 0.14 0.04 0.00 -perforante perforant adj f s 0.32 0.14 0.11 0.07 -perforantes perforant adj f p 0.32 0.14 0.05 0.07 -perforants perforant adj m p 0.32 0.14 0.12 0.00 -perforateur perforateur nom m s 0.05 0.14 0.05 0.07 -perforation perforation nom f s 0.67 0.88 0.53 0.47 -perforations perforation nom f p 0.67 0.88 0.14 0.41 -perforatrice perforateur nom f s 0.05 0.14 0.00 0.07 -perfore perforer ver 1.45 1.35 0.22 0.07 imp:pre:2s;ind:pre:1s;ind:pre:3s; -perforer perforer ver 1.45 1.35 0.21 0.47 inf; -perforera perforer ver 1.45 1.35 0.01 0.00 ind:fut:3s; -perforeuse perforeuse nom f s 0.04 0.14 0.04 0.14 -perforez perforer ver 1.45 1.35 0.01 0.00 imp:pre:2p; -perforions perforer ver 1.45 1.35 0.00 0.07 ind:imp:1p; -performance performance nom f s 4.71 4.19 3.48 2.23 -performances performance nom f p 4.71 4.19 1.23 1.96 -performant performant adj m s 0.90 0.41 0.48 0.14 -performante performant adj f s 0.90 0.41 0.11 0.00 -performantes performant adj f p 0.90 0.41 0.04 0.07 -performants performant adj m p 0.90 0.41 0.27 0.20 -performer performer nom m s 0.00 0.07 0.00 0.07 -perforé perforer ver m s 1.45 1.35 0.87 0.27 par:pas; -perforée perforer ver f s 1.45 1.35 0.07 0.14 par:pas; -perforées perforé adj f p 0.62 0.81 0.03 0.27 -perforés perforé adj m p 0.62 0.81 0.10 0.14 -perfuse perfuser ver 0.25 0.00 0.15 0.00 ind:pre:3s; -perfuser perfuser ver 0.25 0.00 0.08 0.00 inf; -perfusion perfusion nom f s 2.14 0.81 1.95 0.54 -perfusions perfusion nom f p 2.14 0.81 0.19 0.27 -perfusé perfuser ver m s 0.25 0.00 0.02 0.00 par:pas; -pergola pergola nom f s 0.10 0.68 0.10 0.68 -pergélisol pergélisol nom m s 0.01 0.00 0.01 0.00 -perla perler ver 0.38 7.77 0.01 0.14 ind:pas:3s; -perlaient perler ver 0.38 7.77 0.00 0.81 ind:imp:3p; -perlait perler ver 0.38 7.77 0.00 1.89 ind:imp:3s; -perlant perler ver 0.38 7.77 0.00 0.34 par:pre; -perle perle nom f s 10.57 23.85 4.13 7.30 -perlent perler ver 0.38 7.77 0.14 0.41 ind:pre:3p; -perler perler ver 0.38 7.77 0.02 1.42 inf; -perleront perler ver 0.38 7.77 0.01 0.00 ind:fut:3p; -perles perle nom f p 10.57 23.85 6.44 16.55 -perlimpinpin perlimpinpin nom m s 0.03 0.20 0.03 0.20 -perlière perlière adj f s 0.01 0.00 0.01 0.00 -perlières perlier adj f p 0.00 0.27 0.00 0.07 -perlot perlot nom m s 0.00 0.34 0.00 0.27 -perlots perlot nom m p 0.00 0.34 0.00 0.07 -perlouse perlouse nom f s 0.00 0.74 0.00 0.20 -perlouses perlouse nom f p 0.00 0.74 0.00 0.54 -perlouze perlouze nom f s 0.00 0.47 0.00 0.34 -perlouzes perlouze nom f p 0.00 0.47 0.00 0.14 -perlèrent perler ver 0.38 7.77 0.00 0.07 ind:pas:3p; -perlé perler ver m s 0.38 7.77 0.14 0.20 par:pas; -perlée perlé adj f s 0.11 1.01 0.01 0.34 -perlées perlé adj f p 0.11 1.01 0.00 0.14 -perlés perlé adj m p 0.11 1.01 0.10 0.07 -perm perm nom f s 1.38 1.22 1.38 1.01 -permît permettre ver 172.86 184.19 0.00 2.23 sub:imp:3s; -permafrost permafrost nom m s 0.07 0.14 0.07 0.14 -permalloy permalloy nom m s 0.01 0.00 0.01 0.00 -permane permaner ver 0.00 0.14 0.00 0.14 ind:pre:3s; -permanence permanence nom f s 5.87 12.64 5.85 12.30 -permanences permanence nom f p 5.87 12.64 0.02 0.34 -permanent permanent adj m s 8.86 14.80 3.73 7.97 -permanente permanent adj f s 8.86 14.80 4.03 5.20 -permanenter permanenter ver 0.07 0.14 0.02 0.00 inf; -permanentes permanent adj f p 8.86 14.80 0.63 0.41 -permanents permanent adj m p 8.86 14.80 0.48 1.22 -permanenté permanenter ver m s 0.07 0.14 0.01 0.00 par:pas; -permanentée permanenter ver f s 0.07 0.14 0.01 0.00 par:pas; -permanentés permanenter ver m p 0.07 0.14 0.01 0.14 par:pas; -permanganate permanganate nom m s 0.04 0.20 0.04 0.20 -perme perme nom f s 0.58 1.22 0.57 1.22 -permes perme nom f p 0.58 1.22 0.01 0.00 -permet permettre ver 172.86 184.19 22.88 23.99 ind:pre:3s; -permets permettre ver 172.86 184.19 16.70 6.28 imp:pre:2s;ind:pre:1s;ind:pre:2s; -permettaient permettre ver 172.86 184.19 0.17 7.43 ind:imp:3p; -permettais permettre ver 172.86 184.19 0.10 0.61 ind:imp:1s;ind:imp:2s; -permettait permettre ver 172.86 184.19 2.04 26.22 ind:imp:3s; -permettant permettre ver 172.86 184.19 2.23 6.15 par:pre; -permette permettre ver 172.86 184.19 1.68 2.03 sub:pre:1s;sub:pre:3s; -permettent permettre ver 172.86 184.19 4.38 7.23 ind:pre:3p; -permettes permettre ver 172.86 184.19 0.04 0.00 sub:pre:2s; -permettez permettre ver 172.86 184.19 48.28 10.14 imp:pre:2p;ind:pre:2p; -permettiez permettre ver 172.86 184.19 0.03 0.07 ind:imp:2p; -permettions permettre ver 172.86 184.19 0.02 0.27 ind:imp:1p; -permettons permettre ver 172.86 184.19 0.17 0.14 imp:pre:1p;ind:pre:1p; -permettra permettre ver 172.86 184.19 6.38 3.85 ind:fut:3s; -permettrai permettre ver 172.86 184.19 3.96 0.88 ind:fut:1s; -permettraient permettre ver 172.86 184.19 0.42 2.16 cnd:pre:3p; -permettrais permettre ver 172.86 184.19 1.11 0.54 cnd:pre:1s;cnd:pre:2s; -permettrait permettre ver 172.86 184.19 3.11 8.24 cnd:pre:3s; -permettras permettre ver 172.86 184.19 0.05 0.27 ind:fut:2s; -permettre permettre ver 172.86 184.19 26.32 25.81 inf;; -permettrez permettre ver 172.86 184.19 0.84 0.14 ind:fut:2p; -permettriez permettre ver 172.86 184.19 0.02 0.07 cnd:pre:2p; -permettrions permettre ver 172.86 184.19 0.01 0.00 cnd:pre:1p; -permettrons permettre ver 172.86 184.19 0.12 0.00 ind:fut:1p; -permettront permettre ver 172.86 184.19 0.91 1.62 ind:fut:3p; -permirent permettre ver 172.86 184.19 0.24 1.89 ind:pas:3p; -permis permettre ver m 172.86 184.19 28.04 35.54 ind:pas:1s;par:pas;par:pas; -permise permettre ver f s 172.86 184.19 0.94 1.28 par:pas; -permises permettre ver f p 172.86 184.19 0.30 0.47 par:pas; -permissent permettre ver 172.86 184.19 0.00 0.07 sub:imp:3p; -permissifs permissif adj m p 0.09 0.07 0.01 0.07 -permission permission nom f s 31.18 19.12 30.11 17.70 -permissionnaire permissionnaire nom s 0.16 1.96 0.01 0.47 -permissionnaires permissionnaire nom p 0.16 1.96 0.14 1.49 -permissions permission nom f p 31.18 19.12 1.07 1.42 -permissive permissif adj f s 0.09 0.07 0.08 0.00 -permissivité permissivité nom f s 0.00 0.14 0.00 0.14 -permit permettre ver 172.86 184.19 1.39 8.58 ind:pas:3s; -perméabilité perméabilité nom f s 0.01 0.00 0.01 0.00 -perméable perméable adj s 0.23 1.01 0.19 0.88 -perméables perméable adj p 0.23 1.01 0.04 0.14 -permutant permutant adj m s 0.01 0.07 0.01 0.07 -permutation permutation nom f s 0.37 0.81 0.26 0.41 -permutations permutation nom f p 0.37 0.81 0.11 0.41 -permute permuter ver 0.41 0.41 0.24 0.00 ind:pre:1s;ind:pre:3s; -permutent permuter ver 0.41 0.41 0.00 0.07 ind:pre:3p; -permuter permuter ver 0.41 0.41 0.13 0.20 inf; -permutèrent permuter ver 0.41 0.41 0.00 0.07 ind:pas:3p; -permuté permuter ver m s 0.41 0.41 0.03 0.07 par:pas; -pernicieuse pernicieux adj f s 0.40 2.16 0.20 0.74 -pernicieuses pernicieux adj f p 0.40 2.16 0.02 0.34 -pernicieux pernicieux adj m 0.40 2.16 0.18 1.08 -pernod pernod nom m s 0.17 4.73 0.17 4.46 -pernods pernod nom m p 0.17 4.73 0.00 0.27 -peroxydase peroxydase nom f s 0.01 0.00 0.01 0.00 -peroxyde peroxyde nom m s 0.17 0.00 0.17 0.00 -peroxydé peroxyder ver m s 0.15 0.07 0.15 0.07 par:pas; -perpendiculaire perpendiculaire adj s 0.23 1.89 0.21 1.35 -perpendiculairement perpendiculairement adv 0.02 1.15 0.02 1.15 -perpendiculaires perpendiculaire adj p 0.23 1.89 0.02 0.54 -perpette perpette nom f s 0.21 0.41 0.21 0.41 -perpignan perpignan nom m s 0.00 0.14 0.00 0.14 -perplexe perplexe adj s 2.27 10.81 2.03 9.39 -perplexes perplexe adj p 2.27 10.81 0.24 1.42 -perplexité perplexité nom f s 0.21 5.54 0.21 4.66 -perplexités perplexité nom f p 0.21 5.54 0.00 0.88 -perpète perpète adv 1.46 1.49 1.46 1.49 -perpètrent perpétrer ver 1.86 2.03 0.01 0.00 ind:pre:3p; -perpètres perpétrer ver 1.86 2.03 0.00 0.07 ind:pre:2s; -perpétra perpétrer ver 1.86 2.03 0.01 0.00 ind:pas:3s; -perpétrait perpétrer ver 1.86 2.03 0.01 0.14 ind:imp:3s; -perpétration perpétration nom f s 0.11 0.07 0.11 0.07 -perpétrer perpétrer ver 1.86 2.03 0.35 0.68 inf; -perpétrons perpétrer ver 1.86 2.03 0.00 0.07 ind:pre:1p; -perpétré perpétrer ver m s 1.86 2.03 0.94 0.41 par:pas; -perpétrée perpétrer ver f s 1.86 2.03 0.09 0.20 par:pas; -perpétrées perpétrer ver f p 1.86 2.03 0.09 0.07 par:pas; -perpétrés perpétrer ver m p 1.86 2.03 0.36 0.41 par:pas; -perpétua perpétuer ver 2.81 3.92 0.32 0.00 ind:pas:3s; -perpétuaient perpétuer ver 2.81 3.92 0.00 0.47 ind:imp:3p; -perpétuait perpétuer ver 2.81 3.92 0.01 0.47 ind:imp:3s; -perpétuant perpétuer ver 2.81 3.92 0.03 0.07 par:pre; -perpétuation perpétuation nom f s 0.04 0.54 0.04 0.54 -perpétue perpétuer ver 2.81 3.92 0.18 0.68 ind:pre:1s;ind:pre:3s; -perpétuel perpétuel adj m s 3.00 18.24 1.87 8.04 -perpétuelle perpétuel adj f s 3.00 18.24 0.83 7.43 -perpétuellement perpétuellement adv 0.26 4.66 0.26 4.66 -perpétuelles perpétuel adj f p 3.00 18.24 0.15 1.62 -perpétuels perpétuel adj m p 3.00 18.24 0.15 1.15 -perpétuent perpétuer ver 2.81 3.92 0.05 0.20 ind:pre:3p; -perpétuer perpétuer ver 2.81 3.92 1.73 1.62 inf; -perpétuera perpétuer ver 2.81 3.92 0.38 0.00 ind:fut:3s; -perpétuerait perpétuer ver 2.81 3.92 0.00 0.07 cnd:pre:3s; -perpétuité perpétuité nom f s 3.24 2.09 3.11 2.09 -perpétuités perpétuité nom f p 3.24 2.09 0.13 0.00 -perpétué perpétuer ver m s 2.81 3.92 0.09 0.27 par:pas; -perpétuée perpétuer ver f s 2.81 3.92 0.03 0.00 par:pas; -perpétués perpétuer ver m p 2.81 3.92 0.00 0.07 par:pas; -perquise perquise nom f s 0.14 0.54 0.14 0.54 -perquisition perquisition nom f s 3.75 2.30 3.54 1.82 -perquisitionne perquisitionner ver 1.30 0.74 0.14 0.20 ind:pre:1s;ind:pre:3s; -perquisitionnent perquisitionner ver 1.30 0.74 0.11 0.00 ind:pre:3p; -perquisitionner perquisitionner ver 1.30 0.74 0.72 0.47 inf; -perquisitionnera perquisitionner ver 1.30 0.74 0.01 0.00 ind:fut:3s; -perquisitionné perquisitionner ver m s 1.30 0.74 0.31 0.07 par:pas; -perquisitions perquisition nom f p 3.75 2.30 0.21 0.47 -perrier perrier nom m s 0.01 0.00 0.01 0.00 -perrières perrière nom f p 0.00 0.14 0.00 0.14 -perron perron nom m s 1.27 18.24 1.27 17.91 -perrons perron nom m p 1.27 18.24 0.00 0.34 -perroquet perroquet nom m s 5.55 8.78 4.39 7.36 -perroquets perroquet nom m p 5.55 8.78 1.17 1.42 -perré perré nom m s 0.00 0.41 0.00 0.27 -perruche perruche nom f s 0.78 2.84 0.47 0.81 -perruches perruche nom f p 0.78 2.84 0.31 2.03 -perruque perruque nom f s 9.68 9.59 8.03 7.03 -perruques perruque nom f p 9.68 9.59 1.65 2.57 -perruquier perruquier nom m s 0.07 0.27 0.04 0.14 -perruquiers perruquier nom m p 0.07 0.27 0.02 0.07 -perruquière perruquier nom f s 0.07 0.27 0.01 0.07 -perrés perré nom m p 0.00 0.41 0.00 0.14 -pers pers adj m 0.25 0.27 0.25 0.27 -persan persan adj m s 0.53 3.04 0.25 1.08 -persane persan adj f s 0.53 3.04 0.06 0.68 -persanes persan adj f p 0.53 3.04 0.00 0.54 -persans persan adj m p 0.53 3.04 0.22 0.74 -perse perse adj s 0.92 0.74 0.48 0.47 -perses perse adj p 0.92 0.74 0.44 0.27 -persienne persienne nom f s 0.37 7.16 0.01 0.41 -persiennes persienne nom f p 0.37 7.16 0.36 6.76 -persifla persifler ver 0.17 0.68 0.00 0.27 ind:pas:3s; -persiflage persiflage nom m s 0.19 0.41 0.19 0.34 -persiflages persiflage nom m p 0.19 0.41 0.00 0.07 -persiflait persifler ver 0.17 0.68 0.00 0.27 ind:imp:3s; -persifle persifler ver 0.17 0.68 0.02 0.00 ind:pre:3s; -persifler persifler ver 0.17 0.68 0.14 0.14 inf; -persifleur persifleur adj m s 0.00 0.41 0.00 0.20 -persifleurs persifleur nom m p 0.00 0.20 0.00 0.14 -persifleuse persifleur adj f s 0.00 0.41 0.00 0.14 -persiflé persifler ver m s 0.17 0.68 0.01 0.00 par:pas; -persil persil nom m s 1.75 2.36 1.75 2.36 -persillé persillé adj m s 0.01 0.41 0.00 0.34 -persillée persillé adj f s 0.01 0.41 0.01 0.00 -persillées persillé adj f p 0.01 0.41 0.00 0.07 -persique persique adj m s 0.17 0.34 0.17 0.34 -persista persister ver 3.66 15.41 0.02 0.81 ind:pas:3s; -persistai persister ver 3.66 15.41 0.01 0.07 ind:pas:1s; -persistaient persister ver 3.66 15.41 0.02 1.22 ind:imp:3p; -persistais persister ver 3.66 15.41 0.02 0.14 ind:imp:1s; -persistait persister ver 3.66 15.41 0.04 4.32 ind:imp:3s; -persistance persistance nom f s 0.17 1.76 0.17 1.76 -persistant persistant adj m s 0.67 2.64 0.17 1.22 -persistante persistant adj f s 0.67 2.64 0.31 1.08 -persistantes persistant adj f p 0.67 2.64 0.11 0.34 -persistants persistant adj m p 0.67 2.64 0.07 0.00 -persiste persister ver 3.66 15.41 1.11 4.32 imp:pre:2s;ind:pre:1s;ind:pre:3s; -persistent persister ver 3.66 15.41 0.32 0.81 ind:pre:3p; -persister persister ver 3.66 15.41 0.27 0.88 inf; -persistera persister ver 3.66 15.41 0.12 0.07 ind:fut:3s; -persisterai persister ver 3.66 15.41 0.01 0.07 ind:fut:1s; -persisterait persister ver 3.66 15.41 0.01 0.07 cnd:pre:3s; -persisteriez persister ver 3.66 15.41 0.00 0.07 cnd:pre:2p; -persistes persister ver 3.66 15.41 0.47 0.34 ind:pre:2s; -persistez persister ver 3.66 15.41 1.06 0.74 imp:pre:2p;ind:pre:2p; -persistions persister ver 3.66 15.41 0.00 0.14 ind:imp:1p; -persistons persister ver 3.66 15.41 0.01 0.07 imp:pre:1p;ind:pre:1p; -persistèrent persister ver 3.66 15.41 0.01 0.07 ind:pas:3p; -persisté persister ver m s 3.66 15.41 0.14 0.54 par:pas; -perso perso adj s 2.38 0.20 2.33 0.20 -persona_grata persona_grata adj 0.01 0.00 0.01 0.00 -persona_non_grata persona_non_grata nom f 0.08 0.07 0.08 0.07 -personnage_clé personnage_clé nom m s 0.02 0.00 0.02 0.00 -personnage personnage nom m s 31.62 86.96 20.65 49.80 -personnages personnage nom m p 31.62 86.96 10.97 37.16 -personnalisaient personnaliser ver 0.30 0.47 0.00 0.07 ind:imp:3p; -personnalisation personnalisation nom f s 0.05 0.00 0.05 0.00 -personnalise personnaliser ver 0.30 0.47 0.00 0.07 ind:pre:3s; -personnalisent personnaliser ver 0.30 0.47 0.00 0.07 ind:pre:3p; -personnaliser personnaliser ver 0.30 0.47 0.10 0.07 inf; -personnalisez personnaliser ver 0.30 0.47 0.01 0.00 imp:pre:2p; -personnalisme personnalisme nom m s 0.00 0.20 0.00 0.20 -personnalisons personnaliser ver 0.30 0.47 0.01 0.00 imp:pre:1p; -personnalisé personnalisé adj m s 0.64 0.27 0.39 0.07 -personnalisée personnalisé adj f s 0.64 0.27 0.20 0.07 -personnalisées personnalisé adj f p 0.64 0.27 0.05 0.14 -personnalité personnalité nom f s 16.90 19.86 13.85 13.24 -personnalités personnalité nom f p 16.90 19.86 3.04 6.62 -personne personne pro_ind m s 577.60 312.16 577.60 312.16 -personnel personnel adj m s 61.02 50.00 28.48 18.38 -personnelle personnel adj f s 61.02 50.00 15.28 17.30 -personnellement personnellement adv 18.39 14.93 18.39 14.93 -personnelles personnel adj f p 61.02 50.00 7.66 7.36 -personnels personnel adj m p 61.02 50.00 9.60 6.96 -personnes personne nom_sup f p 296.74 209.80 105.79 63.85 -personnifiaient personnifier ver 0.28 0.74 0.00 0.07 ind:imp:3p; -personnifiait personnifier ver 0.28 0.74 0.03 0.07 ind:imp:3s; -personnifiant personnifier ver 0.28 0.74 0.00 0.07 par:pre; -personnification personnification nom f s 0.30 0.20 0.30 0.14 -personnifications personnification nom f p 0.30 0.20 0.00 0.07 -personnifie personnifier ver 0.28 0.74 0.05 0.14 ind:pre:1s;ind:pre:3s; -personnifier personnifier ver 0.28 0.74 0.04 0.07 inf; -personnifié personnifié adj m s 0.30 0.54 0.17 0.41 -personnifiée personnifié adj f s 0.30 0.54 0.14 0.14 -persos perso adj p 2.38 0.20 0.06 0.00 -perspective perspective nom f s 7.33 36.76 5.47 27.64 -perspectives perspective nom f p 7.33 36.76 1.86 9.12 -perspicace perspicace adj s 2.31 2.50 2.16 1.69 -perspicaces perspicace adj m p 2.31 2.50 0.15 0.81 -perspicacité perspicacité nom f s 0.95 1.28 0.95 1.28 -perspiration perspiration nom f s 0.03 0.00 0.03 0.00 -persuada persuader ver 19.86 36.55 0.24 1.76 ind:pas:3s; -persuadai persuader ver 19.86 36.55 0.01 0.68 ind:pas:1s; -persuadaient persuader ver 19.86 36.55 0.02 0.34 ind:imp:3p; -persuadais persuader ver 19.86 36.55 0.01 0.88 ind:imp:1s; -persuadait persuader ver 19.86 36.55 0.28 1.15 ind:imp:3s; -persuadant persuader ver 19.86 36.55 0.24 1.22 par:pre; -persuade persuader ver 19.86 36.55 1.55 2.16 imp:pre:2s;ind:pre:1s;ind:pre:3s; -persuadent persuader ver 19.86 36.55 0.36 0.07 ind:pre:3p; -persuader persuader ver 19.86 36.55 4.50 12.23 inf; -persuadera persuader ver 19.86 36.55 0.29 0.07 ind:fut:3s; -persuaderai persuader ver 19.86 36.55 0.03 0.07 ind:fut:1s; -persuaderais persuader ver 19.86 36.55 0.02 0.07 cnd:pre:1s; -persuaderait persuader ver 19.86 36.55 0.00 0.14 cnd:pre:3s; -persuaderas persuader ver 19.86 36.55 0.03 0.00 ind:fut:2s; -persuaderez persuader ver 19.86 36.55 0.05 0.00 ind:fut:2p; -persuaderons persuader ver 19.86 36.55 0.02 0.00 ind:fut:1p; -persuadez persuader ver 19.86 36.55 0.83 0.00 imp:pre:2p;ind:pre:2p; -persuadiez persuader ver 19.86 36.55 0.04 0.00 ind:imp:2p; -persuadons persuader ver 19.86 36.55 0.04 0.07 imp:pre:1p;ind:pre:1p; -persuadèrent persuader ver 19.86 36.55 0.01 0.20 ind:pas:3p; -persuadé persuader ver m s 19.86 36.55 7.17 10.07 par:pas; -persuadée persuader ver f s 19.86 36.55 2.65 3.78 ind:imp:3s;par:pas; -persuadées persuader ver f p 19.86 36.55 0.01 0.00 par:pas; -persuadés persuader ver m p 19.86 36.55 1.46 1.62 par:pas; -persuasif persuasif adj m s 1.28 2.50 0.80 1.15 -persuasifs persuasif adj m p 1.28 2.50 0.16 0.27 -persuasion persuasion nom f s 0.81 2.09 0.81 2.09 -persuasive persuasif adj f s 1.28 2.50 0.33 0.81 -persuasives persuasif adj f p 1.28 2.50 0.00 0.27 -persécutaient persécuter ver 4.52 4.19 0.00 0.07 ind:imp:3p; -persécutait persécuter ver 4.52 4.19 0.05 0.07 ind:imp:3s; -persécutant persécuter ver 4.52 4.19 0.01 0.34 par:pre; -persécute persécuter ver 4.52 4.19 1.22 0.54 imp:pre:2s;ind:pre:1s;ind:pre:3s; -persécutent persécuter ver 4.52 4.19 0.47 0.27 ind:pre:3p; -persécuter persécuter ver 4.52 4.19 0.75 0.47 inf; -persécuteraient persécuter ver 4.52 4.19 0.00 0.07 cnd:pre:3p; -persécuterez persécuter ver 4.52 4.19 0.14 0.00 ind:fut:2p; -persécutes persécuter ver 4.52 4.19 0.16 0.00 ind:pre:2s; -persécuteur persécuteur nom m s 0.25 0.95 0.05 0.20 -persécuteurs persécuteur nom m p 0.25 0.95 0.20 0.68 -persécutez persécuter ver 4.52 4.19 0.08 0.00 imp:pre:2p;ind:pre:2p; -persécution persécution nom f s 2.40 4.66 1.79 2.09 -persécutions persécution nom f p 2.40 4.66 0.61 2.57 -persécutrices persécuteur nom f p 0.25 0.95 0.00 0.07 -persécuté persécuter ver m s 4.52 4.19 0.60 1.49 par:pas; -persécutée persécuter ver f s 4.52 4.19 0.37 0.20 par:pas; -persécutées persécuter ver f p 4.52 4.19 0.04 0.20 par:pas; -persécutés persécuter ver m p 4.52 4.19 0.63 0.47 par:pas; -perséides perséides nom f p 0.01 0.00 0.01 0.00 -persévère persévérer ver 1.47 3.24 0.38 0.47 imp:pre:2s;ind:pre:1s;ind:pre:3s; -persévères persévérer ver 1.47 3.24 0.12 0.00 ind:pre:2s; -persévéra persévérer ver 1.47 3.24 0.00 0.14 ind:pas:3s; -persévérai persévérer ver 1.47 3.24 0.00 0.27 ind:pas:1s; -persévéraient persévérer ver 1.47 3.24 0.00 0.07 ind:imp:3p; -persévérait persévérer ver 1.47 3.24 0.01 0.20 ind:imp:3s; -persévéramment persévéramment adv 0.00 0.07 0.00 0.07 -persévérance persévérance nom f s 0.75 2.09 0.75 2.09 -persévérant persévérant adj m s 0.36 0.34 0.30 0.14 -persévérante persévérant adj f s 0.36 0.34 0.04 0.00 -persévérantes persévérant adj f p 0.36 0.34 0.00 0.14 -persévérants persévérant adj m p 0.36 0.34 0.02 0.07 -persévérer persévérer ver 1.47 3.24 0.48 1.28 inf; -persévérerai persévérer ver 1.47 3.24 0.02 0.00 ind:fut:1s; -persévérerait persévérer ver 1.47 3.24 0.01 0.00 cnd:pre:3s; -persévérez persévérer ver 1.47 3.24 0.24 0.20 imp:pre:2p;ind:pre:2p; -persévériez persévérer ver 1.47 3.24 0.00 0.07 ind:imp:2p; -persévérions persévérer ver 1.47 3.24 0.01 0.00 ind:imp:1p; -persévérons persévérer ver 1.47 3.24 0.04 0.20 imp:pre:1p;ind:pre:1p; -persévéré persévérer ver m s 1.47 3.24 0.12 0.27 par:pas; -perte perte nom f s 37.80 36.28 30.20 26.62 -pertes perte nom f p 37.80 36.28 7.60 9.66 -perçût percevoir ver 7.39 41.01 0.00 0.14 sub:imp:3s; -perça percer ver 15.77 42.03 0.04 1.15 ind:pas:3s; -perçage perçage nom m s 0.03 0.07 0.03 0.07 -perçaient percer ver 15.77 42.03 0.23 2.03 ind:imp:3p; -perçais percer ver 15.77 42.03 0.01 0.20 ind:imp:1s; -perçait percer ver 15.77 42.03 0.31 5.00 ind:imp:3s; -perçant perçant adj m s 0.90 5.74 0.41 2.50 -perçante perçant adj f s 0.90 5.74 0.22 0.81 -perçantes perçant adj f p 0.90 5.74 0.00 0.14 -perçants perçant adj m p 0.90 5.74 0.27 2.30 -perçois percevoir ver 7.39 41.01 1.50 2.43 imp:pre:2s;ind:pre:1s;ind:pre:2s; -perçoit percevoir ver 7.39 41.01 0.90 4.73 ind:pre:3s; -perçoive percevoir ver 7.39 41.01 0.13 0.47 sub:pre:1s;sub:pre:3s; -perçoivent percevoir ver 7.39 41.01 0.26 0.81 ind:pre:3p; -perçons percer ver 15.77 42.03 0.05 0.00 imp:pre:1p;ind:pre:1p; -perçât percer ver 15.77 42.03 0.00 0.07 sub:imp:3s; -perçu percevoir ver m s 7.39 41.01 1.41 4.53 par:pas; -perçue percevoir ver f s 7.39 41.01 0.40 0.81 par:pas; -perçues perçu adj f p 0.31 1.35 0.06 0.07 -perçurent percevoir ver 7.39 41.01 0.01 0.41 ind:pas:3p; -perçus percevoir ver m p 7.39 41.01 0.24 1.35 ind:pas:1s;par:pas; -perçut percevoir ver 7.39 41.01 0.05 4.32 ind:pas:3s; -pertinemment pertinemment adv 0.77 1.49 0.77 1.49 -pertinence pertinence nom f s 0.57 0.34 0.57 0.34 -pertinent pertinent adj m s 2.22 1.28 1.10 0.41 -pertinente pertinent adj f s 2.22 1.28 0.58 0.27 -pertinentes pertinent adj f p 2.22 1.28 0.33 0.41 -pertinents pertinent adj m p 2.22 1.28 0.21 0.20 -pertuis pertuis nom m 0.00 0.34 0.00 0.34 -pertuisane pertuisane nom f s 0.00 0.20 0.00 0.07 -pertuisanes pertuisane nom f p 0.00 0.20 0.00 0.14 -perturba perturber ver 11.79 3.58 0.03 0.00 ind:pas:3s; -perturbaient perturber ver 11.79 3.58 0.01 0.07 ind:imp:3p; -perturbait perturber ver 11.79 3.58 0.28 0.27 ind:imp:3s; -perturbant perturbant adj m s 1.00 0.14 0.83 0.07 -perturbante perturbant adj f s 1.00 0.14 0.13 0.00 -perturbants perturbant adj m p 1.00 0.14 0.04 0.07 -perturbateur perturbateur adj m s 0.36 0.54 0.27 0.34 -perturbateurs perturbateur nom m p 0.17 0.20 0.06 0.00 -perturbation perturbation nom f s 1.79 1.55 1.20 0.47 -perturbations perturbation nom f p 1.79 1.55 0.59 1.08 -perturbatrice perturbateur adj f s 0.36 0.54 0.04 0.07 -perturbe perturber ver 11.79 3.58 2.54 0.47 imp:pre:2s;ind:pre:1s;ind:pre:3s; -perturbent perturber ver 11.79 3.58 0.32 0.07 ind:pre:3p; -perturber perturber ver 11.79 3.58 2.66 1.15 inf; -perturbera perturber ver 11.79 3.58 0.10 0.00 ind:fut:3s; -perturberait perturber ver 11.79 3.58 0.12 0.00 cnd:pre:3s; -perturberont perturber ver 11.79 3.58 0.02 0.00 ind:fut:3p; -perturbez perturber ver 11.79 3.58 0.12 0.00 ind:pre:2p; -perturbé perturber ver m s 11.79 3.58 2.83 1.01 par:pas; -perturbée perturber ver f s 11.79 3.58 2.08 0.34 par:pas; -perturbées perturber ver f p 11.79 3.58 0.20 0.00 par:pas; -perturbés perturbé adj m p 3.81 0.74 0.52 0.34 -pervenche pervenche adj 0.33 1.08 0.33 1.08 -pervenches pervenche nom f p 0.37 0.81 0.08 0.47 -pervers pervers nom m 8.01 0.88 7.77 0.54 -perverse pervers adj f s 5.83 6.15 1.27 2.23 -perversement perversement adv 0.00 0.14 0.00 0.14 -perverses pervers adj f p 5.83 6.15 0.41 0.54 -perversion perversion nom f s 3.00 1.69 1.61 1.22 -perversions perversion nom f p 3.00 1.69 1.39 0.47 -perversité perversité nom f s 0.72 1.49 0.72 1.49 -perverti perverti adj m s 0.74 0.61 0.45 0.14 -pervertie pervertir ver f s 1.55 1.49 0.17 0.20 par:pas; -perverties perverti adj f p 0.74 0.61 0.03 0.07 -pervertir pervertir ver 1.55 1.49 0.65 0.74 inf; -pervertis perverti adj m p 0.74 0.61 0.16 0.20 -pervertissaient pervertir ver 1.55 1.49 0.00 0.07 ind:imp:3p; -pervertissait pervertir ver 1.55 1.49 0.00 0.07 ind:imp:3s; -pervertissant pervertir ver 1.55 1.49 0.01 0.00 par:pre; -pervertisse pervertir ver 1.55 1.49 0.02 0.00 sub:pre:1s;sub:pre:3s; -pervertit pervertir ver 1.55 1.49 0.29 0.00 ind:pre:3s; -pesa peser ver 23.41 70.88 0.01 2.16 ind:pas:3s; -pesage pesage nom m s 0.00 0.68 0.00 0.68 -pesai peser ver 23.41 70.88 0.00 0.07 ind:pas:1s; -pesaient peser ver 23.41 70.88 0.35 3.99 ind:imp:3p; -pesais peser ver 23.41 70.88 0.27 0.81 ind:imp:1s;ind:imp:2s; -pesait peser ver 23.41 70.88 1.95 18.72 ind:imp:3s; -pesamment pesamment adv 0.00 4.93 0.00 4.93 -pesant pesant adj m s 2.62 17.64 1.21 6.76 -pesante pesant adj f s 2.62 17.64 0.79 6.69 -pesantes pesant adj f p 2.62 17.64 0.01 2.16 -pesanteur pesanteur nom f s 1.12 6.96 1.12 6.69 -pesanteurs pesanteur nom f p 1.12 6.96 0.00 0.27 -pesants pesant adj m p 2.62 17.64 0.61 2.03 -peser peser ver 23.41 70.88 3.92 13.72 inf; -peseta peseta nom f s 6.92 0.68 0.11 0.07 -pesetas peseta nom f p 6.92 0.68 6.81 0.61 -peseurs peseur nom m p 0.00 0.07 0.00 0.07 -pesez peser ver 23.41 70.88 0.88 0.14 imp:pre:2p;ind:pre:2p; -pesions peser ver 23.41 70.88 0.00 0.14 ind:imp:1p; -peso peso nom m s 11.02 0.81 0.73 0.20 -peson peson nom m s 0.00 0.20 0.00 0.20 -pesons peser ver 23.41 70.88 0.16 0.27 imp:pre:1p;ind:pre:1p; -pesos peso nom m p 11.02 0.81 10.29 0.61 -pesât peser ver 23.41 70.88 0.00 0.07 sub:imp:3s; -pessah pessah nom s 0.03 0.00 0.03 0.00 -pessaire pessaire nom m s 0.01 0.00 0.01 0.00 -pesse pesse nom f s 0.01 0.00 0.01 0.00 -pessimisme pessimisme nom m s 0.75 2.30 0.75 2.30 -pessimiste pessimiste adj s 1.45 3.65 1.38 2.50 -pessimistes pessimiste nom p 0.41 0.81 0.07 0.20 -pesta pester ver 0.34 4.59 0.00 0.54 ind:pas:3s; -pestaient pester ver 0.34 4.59 0.00 0.07 ind:imp:3p; -pestais pester ver 0.34 4.59 0.03 0.14 ind:imp:1s;ind:imp:2s; -pestait pester ver 0.34 4.59 0.01 1.15 ind:imp:3s; -pestant pester ver 0.34 4.59 0.02 1.08 par:pre; -peste peste ono 0.40 0.20 0.40 0.20 -pestent pester ver 0.34 4.59 0.16 0.20 ind:pre:3p; -pester pester ver 0.34 4.59 0.02 0.61 inf; -pestes peste nom f p 16.95 8.31 0.27 0.07 -pesteuse pesteux adj f s 0.00 0.07 0.00 0.07 -pestez pester ver 0.34 4.59 0.00 0.07 ind:pre:2p; -pesèrent peser ver 23.41 70.88 0.01 0.07 ind:pas:3p; -pesticide pesticide nom m s 1.11 0.00 0.21 0.00 -pesticides pesticide nom m p 1.11 0.00 0.90 0.00 -pestiféré pestiféré nom m s 0.71 1.01 0.15 0.20 -pestiférée pestiféré nom f s 0.71 1.01 0.21 0.07 -pestiférées pestiféré nom f p 0.71 1.01 0.00 0.07 -pestiférés pestiféré nom m p 0.71 1.01 0.36 0.68 -pestilence pestilence nom f s 0.08 1.22 0.06 1.15 -pestilences pestilence nom f p 0.08 1.22 0.02 0.07 -pestilentiel pestilentiel adj m s 0.63 1.08 0.27 0.14 -pestilentielle pestilentiel adj f s 0.63 1.08 0.04 0.54 -pestilentielles pestilentiel adj f p 0.63 1.08 0.30 0.27 -pestilentiels pestilentiel adj m p 0.63 1.08 0.01 0.14 -pesté pester ver m s 0.34 4.59 0.00 0.20 par:pas; -pesé peser ver m s 23.41 70.88 0.97 5.27 par:pas; -pesée pesée nom f s 0.61 2.36 0.61 2.09 -pesées peser ver f p 23.41 70.88 0.02 0.14 par:pas; -pesés peser ver m p 23.41 70.88 0.02 0.61 par:pas; -pet_de_loup pet_de_loup nom m s 0.00 0.07 0.00 0.07 -pet pet nom m s 4.30 5.41 3.51 4.53 -petiot petiot adj m s 0.69 1.49 0.56 0.81 -petiote petiot adj f s 0.69 1.49 0.11 0.54 -petiots petiot adj m p 0.69 1.49 0.03 0.14 -petit_beurre petit_beurre nom m s 0.00 0.95 0.00 0.14 -petit_bourgeois petit_bourgeois adj m 0.77 1.42 0.77 1.42 -petit_cousin petit_cousin nom m s 0.00 0.07 0.00 0.07 -petit_déjeuner petit_déjeuner nom m s 13.51 0.07 13.37 0.00 -petit_fils petit_fils nom m 12.90 12.70 12.50 11.01 -petit_four petit_four nom m s 0.08 0.07 0.03 0.00 -petit_gris petit_gris nom m 0.51 0.00 0.27 0.00 -petit_lait petit_lait nom m s 0.05 0.54 0.05 0.54 -petit_maître petit_maître nom m s 0.20 0.07 0.20 0.07 -petit_neveu petit_neveu nom m s 0.04 0.95 0.04 0.61 -petit_nègre petit_nègre nom m s 0.00 0.14 0.00 0.14 -petit_salé petit_salé nom m s 0.00 0.07 0.00 0.07 -petit_suisse petit_suisse nom m s 0.01 0.20 0.01 0.00 -petit petit adj m s 1106.80 1541.96 573.72 653.78 -petite_bourgeoise petite_bourgeoise adj f s 0.11 0.27 0.11 0.27 -petite_cousine petite_cousine nom f s 0.00 0.14 0.00 0.14 -petite_fille petite_fille nom f s 5.30 6.35 4.97 5.74 -petite_nièce petite_nièce nom f s 0.02 0.20 0.02 0.20 -petite petit adj f s 1106.80 1541.96 355.66 491.82 -petitement petitement adv 0.14 1.15 0.14 1.15 -petite_bourgeoise petite_bourgeoise nom f p 0.00 0.34 0.00 0.14 -petite_fille petite_fille nom f p 5.30 6.35 0.33 0.61 -petites petit adj f p 1106.80 1541.96 64.50 152.16 -petitesse petitesse nom f s 0.09 2.16 0.08 1.82 -petitesses petitesse nom f p 0.09 2.16 0.01 0.34 -petit_beurre petit_beurre nom m p 0.00 0.95 0.00 0.81 -petit_bourgeois petit_bourgeois nom m p 0.71 2.16 0.32 1.42 -petit_déjeuner petit_déjeuner nom m p 13.51 0.07 0.14 0.07 -petit_enfant petit_enfant nom m p 5.76 3.04 5.76 3.04 -petit_fils petit_fils nom m p 12.90 12.70 0.40 1.69 -petit_four petit_four nom m p 0.08 0.07 0.04 0.07 -petit_gris petit_gris nom m p 0.51 0.00 0.25 0.00 -petit_neveu petit_neveu nom m p 0.04 0.95 0.00 0.34 -petits_pois petits_pois nom m p 0.10 0.00 0.10 0.00 -petit_suisse petit_suisse nom m p 0.01 0.20 0.00 0.20 -petits petit adj m p 1106.80 1541.96 112.92 244.19 -peton peton nom m s 0.09 0.47 0.01 0.07 -petons peton nom m p 0.09 0.47 0.08 0.41 -petros petro nom m p 0.00 1.28 0.00 1.28 -pet_de_nonne pet_de_nonne nom m p 0.00 0.41 0.00 0.41 -pets pet nom m p 4.30 5.41 0.79 0.88 -petzouille petzouille nom s 0.01 0.20 0.00 0.07 -petzouilles petzouille nom p 0.01 0.20 0.01 0.14 -peu_ou_prou peu_ou_prou adv 0.40 0.68 0.40 0.68 -peu peu nom_sup m 894.78 1023.38 894.78 1023.38 -peuchère peuchère ono 0.14 0.41 0.14 0.41 -peuh peuh ono 0.08 1.96 0.08 1.96 -peuhl peuhl adj m s 0.00 0.14 0.00 0.14 -peul peul adj m s 0.02 0.07 0.02 0.07 -peulh peulh nom s 0.00 0.07 0.00 0.07 -peupla peupler ver 4.58 19.66 0.02 0.34 ind:pas:3s; -peuplade peuplade nom f s 0.16 1.35 0.01 0.61 -peuplades peuplade nom f p 0.16 1.35 0.15 0.74 -peuplaient peupler ver 4.58 19.66 0.00 1.28 ind:imp:3p; -peuplait peupler ver 4.58 19.66 0.04 1.15 ind:imp:3s; -peuplant peupler ver 4.58 19.66 0.12 0.47 par:pre; -peuple peuple nom m s 111.36 107.30 105.65 89.39 -peuplement peuplement nom m s 0.04 0.88 0.04 0.47 -peuplements peuplement nom m p 0.04 0.88 0.00 0.41 -peuplent peupler ver 4.58 19.66 0.56 1.62 ind:pre:3p; -peupler peupler ver 4.58 19.66 0.23 1.22 inf; -peuplera peupler ver 4.58 19.66 0.01 0.00 ind:fut:3s; -peupleraie peupleraie nom f s 0.00 0.07 0.00 0.07 -peuplerait peupler ver 4.58 19.66 0.00 0.14 cnd:pre:3s; -peupleront peupler ver 4.58 19.66 0.11 0.07 ind:fut:3p; -peuples peuple nom m p 111.36 107.30 5.71 17.91 -peuplier peuplier nom m s 1.08 9.93 0.70 3.04 -peupliers peuplier nom m p 1.08 9.93 0.37 6.89 -peuplèrent peupler ver 4.58 19.66 0.01 0.07 ind:pas:3p; -peuplé peupler ver m s 4.58 19.66 1.48 5.27 par:pas; -peuplée peupler ver f s 4.58 19.66 0.80 4.59 par:pas; -peuplées peupler ver f p 4.58 19.66 0.23 1.35 par:pas; -peuplés peupler ver m p 4.58 19.66 0.05 0.74 par:pas; -peur peur nom f s 557.21 311.69 551.83 307.23 -peureuse peureux adj f s 2.31 3.51 0.94 1.15 -peureusement peureusement adv 0.00 0.88 0.00 0.88 -peureuses peureux adj f p 2.31 3.51 0.12 0.20 -peureux peureux adj m 2.31 3.51 1.25 2.16 -peurs peur nom f p 557.21 311.69 5.38 4.46 -peut_être peut_être adv 907.68 697.97 907.68 697.97 -peut pouvoir ver_sup 5524.52 2659.80 1209.64 508.99 ind:pre:3s; -peuvent pouvoir ver_sup 5524.52 2659.80 133.30 69.32 ind:pre:3p; -peux pouvoir ver_sup 5524.52 2659.80 1743.78 245.41 ind:pre:1s;ind:pre:2s; -peyotl peyotl nom m s 0.16 0.07 0.16 0.07 -pfennig pfennig nom m s 0.61 0.14 0.01 0.07 -pfennigs pfennig nom m p 0.61 0.14 0.60 0.07 -pff pff ono 1.59 0.41 1.59 0.41 -pfft pfft ono 0.98 0.27 0.98 0.27 -pfutt pfutt ono 0.00 0.07 0.00 0.07 -ph ph nom m s 0.30 0.20 0.30 0.20 -phacochère phacochère nom m s 0.50 0.20 0.47 0.14 -phacochères phacochère nom m p 0.50 0.20 0.03 0.07 -phagocyte phagocyte nom m s 0.04 0.07 0.01 0.00 -phagocyter phagocyter ver 0.00 0.14 0.00 0.07 inf; -phagocytes phagocyte nom m p 0.04 0.07 0.03 0.07 -phalange phalange nom f s 1.00 5.20 0.58 1.69 -phalanges phalange nom f p 1.00 5.20 0.42 3.51 -phalangettes phalangette nom f p 0.00 0.14 0.00 0.14 -phalangine phalangine nom f s 0.00 0.07 0.00 0.07 -phalangisme phalangisme nom m s 0.00 0.07 0.00 0.07 -phalangiste phalangiste nom s 0.01 0.20 0.00 0.07 -phalangistes phalangiste nom p 0.01 0.20 0.01 0.14 -phalanstère phalanstère nom m s 0.00 0.41 0.00 0.41 -phalarope phalarope nom m s 0.05 0.00 0.05 0.00 -phallique phallique adj s 0.43 1.08 0.38 0.95 -phalliques phallique adj p 0.43 1.08 0.05 0.14 -phallo phallo nom m s 0.14 0.07 0.14 0.07 -phalloïdes phalloïde adj p 0.00 0.07 0.00 0.07 -phallocentrique phallocentrique adj s 0.01 0.00 0.01 0.00 -phallocrate phallocrate adj f s 0.03 0.14 0.03 0.14 -phallocratie phallocratie nom f s 0.01 0.14 0.01 0.14 -phallocratique phallocratique adj m s 0.00 0.14 0.00 0.07 -phallocratiques phallocratique adj p 0.00 0.14 0.00 0.07 -phallologie phallologie nom f s 0.00 0.14 0.00 0.14 -phallophore phallophore nom m s 0.00 0.14 0.00 0.14 -phallus phallus nom m 0.44 1.42 0.44 1.42 -phalène phalène nom f s 0.06 0.68 0.05 0.34 -phalènes phalène nom f p 0.06 0.68 0.01 0.34 -phalère phalère nom f s 0.05 0.20 0.05 0.20 -phantasme phantasme nom m s 0.27 2.36 0.00 0.41 -phantasmes phantasme nom m p 0.27 2.36 0.27 1.96 -phanères phanère nom m p 0.00 0.07 0.00 0.07 -phanérogames phanérogame nom f p 0.00 0.14 0.00 0.14 -pharamineuses pharamineux adj f p 0.01 0.34 0.00 0.14 -pharamineux pharamineux adj m s 0.01 0.34 0.01 0.20 -pharaon pharaon nom m s 3.63 2.64 2.50 1.62 -pharaonique pharaonique adj m s 0.02 0.68 0.01 0.61 -pharaoniques pharaonique adj f p 0.02 0.68 0.01 0.07 -pharaonnes pharaon nom f p 3.63 2.64 0.00 0.07 -pharaons pharaon nom m p 3.63 2.64 1.12 0.95 -phare phare nom m s 11.88 31.49 7.17 10.68 -phares phare nom m p 11.88 31.49 4.70 20.81 -pharisaïque pharisaïque adj s 0.06 0.07 0.04 0.00 -pharisaïques pharisaïque adj f p 0.06 0.07 0.02 0.07 -pharisaïsme pharisaïsme nom m s 0.01 0.20 0.01 0.14 -pharisaïsmes pharisaïsme nom m p 0.01 0.20 0.00 0.07 -pharisien pharisien nom m s 1.46 0.74 0.02 0.14 -pharisiens pharisien nom m p 1.46 0.74 1.44 0.61 -pharma pharma nom s 0.04 0.14 0.04 0.14 -pharmaceutique pharmaceutique adj s 2.82 1.42 1.48 0.54 -pharmaceutiques pharmaceutique adj p 2.82 1.42 1.35 0.88 -pharmacie pharmacie nom f s 10.46 10.20 10.08 9.32 -pharmacien pharmacien nom m s 3.71 7.30 3.19 4.86 -pharmacienne pharmacien nom f s 3.71 7.30 0.35 1.76 -pharmaciens pharmacien nom m p 3.71 7.30 0.17 0.68 -pharmacies pharmacie nom f p 10.46 10.20 0.38 0.88 -pharmaco pharmaco nom f s 0.01 0.20 0.01 0.20 -pharmacognosie pharmacognosie nom f s 0.01 0.00 0.01 0.00 -pharmacologie pharmacologie nom f s 0.37 0.07 0.37 0.07 -pharmacologique pharmacologique adj m s 0.02 0.00 0.02 0.00 -pharmacomanie pharmacomanie nom f s 0.00 0.14 0.00 0.14 -pharmacopée pharmacopée nom f s 0.25 0.20 0.25 0.20 -pharmacothérapie pharmacothérapie nom f s 0.03 0.07 0.03 0.07 -pharyngite pharyngite nom f s 0.01 0.00 0.01 0.00 -pharynx pharynx nom m 0.01 0.41 0.01 0.41 -phascolome phascolome nom m s 0.01 0.00 0.01 0.00 -phase phase nom f s 13.22 9.32 12.42 6.76 -phases phase nom f p 13.22 9.32 0.80 2.57 -phasmes phasme nom m p 0.01 0.07 0.01 0.07 -phaéton phaéton nom m s 0.00 0.27 0.00 0.27 -phi phi nom m 0.39 0.20 0.39 0.20 -philanthrope philanthrope nom s 0.87 0.68 0.84 0.54 -philanthropes philanthrope nom p 0.87 0.68 0.03 0.14 -philanthropie philanthropie nom f s 0.17 0.47 0.17 0.47 -philanthropique philanthropique adj s 0.07 0.54 0.03 0.27 -philanthropiques philanthropique adj f p 0.07 0.54 0.04 0.27 -philarète philarète adj s 0.00 0.07 0.00 0.07 -philarète philarète nom s 0.00 0.07 0.00 0.07 -philatélie philatélie nom f s 0.02 0.00 0.02 0.00 -philatéliste philatéliste nom s 0.12 0.27 0.11 0.14 -philatélistes philatéliste nom p 0.12 0.27 0.01 0.14 -philharmonie philharmonie nom f s 0.21 0.00 0.21 0.00 -philharmonique philharmonique adj m s 0.59 0.34 0.59 0.34 -philhellène philhellène nom m s 0.00 0.14 0.00 0.07 -philhellènes philhellène nom m p 0.00 0.14 0.00 0.07 -philippin philippin nom m s 0.25 0.41 0.03 0.41 -philippine philippin adj f s 0.41 1.15 0.23 0.20 -philippines philippin adj f p 0.41 1.15 0.13 0.54 -philippins philippin nom m p 0.25 0.41 0.22 0.00 -philistin philistin nom m s 0.12 0.07 0.05 0.07 -philistins philistin nom m p 0.12 0.07 0.06 0.00 -philo philo nom f s 2.35 3.24 2.35 3.18 -philodendron philodendron nom m s 0.03 0.74 0.03 0.34 -philodendrons philodendron nom m p 0.03 0.74 0.00 0.41 -philologie philologie nom f s 0.21 0.74 0.21 0.74 -philologique philologique adj f s 0.00 0.14 0.00 0.07 -philologiques philologique adj f p 0.00 0.14 0.00 0.07 -philologue philologue nom s 0.26 1.35 0.26 0.88 -philologues philologue nom p 0.26 1.35 0.00 0.47 -philos philo nom f p 2.35 3.24 0.00 0.07 -philosophaient philosopher ver 0.64 2.09 0.00 0.14 ind:imp:3p; -philosophaillerie philosophaillerie nom f s 0.00 0.14 0.00 0.14 -philosophait philosopher ver 0.64 2.09 0.00 0.27 ind:imp:3s; -philosophal philosophal adj m s 0.07 0.68 0.00 0.07 -philosophale philosophal adj f s 0.07 0.68 0.07 0.54 -philosophales philosophal adj f p 0.07 0.68 0.00 0.07 -philosophant philosopher ver 0.64 2.09 0.00 0.07 par:pre; -philosophard philosophard adj m s 0.00 0.07 0.00 0.07 -philosophe philosophe nom s 6.02 19.39 4.11 11.62 -philosopher philosopher ver 0.64 2.09 0.37 0.81 inf; -philosophes philosophe nom p 6.02 19.39 1.91 7.77 -philosophie philosophie nom f s 10.32 24.73 9.82 24.32 -philosophies philosophie nom f p 10.32 24.73 0.50 0.41 -philosophique philosophique adj s 1.48 4.19 1.06 2.50 -philosophiquement philosophiquement adv 0.09 0.68 0.09 0.68 -philosophiques philosophique adj p 1.48 4.19 0.42 1.69 -philosophons philosopher ver 0.64 2.09 0.01 0.00 imp:pre:1p; -philosophé philosopher ver m s 0.64 2.09 0.10 0.14 par:pas; -philosémites philosémite nom m p 0.00 0.07 0.00 0.07 -philosémitisme philosémitisme nom m s 0.00 0.07 0.00 0.07 -philotechnique philotechnique adj f s 0.00 0.07 0.00 0.07 -philtre philtre nom m s 0.96 1.69 0.84 1.01 -philtres philtre nom m p 0.96 1.69 0.11 0.68 -phimosis phimosis nom m 0.00 0.20 0.00 0.20 -phlox phlox nom m 0.00 0.34 0.00 0.34 -phlébite phlébite nom f s 0.08 0.34 0.08 0.27 -phlébites phlébite nom f p 0.08 0.34 0.00 0.07 -phlébographie phlébographie nom f s 0.01 0.00 0.01 0.00 -phlébologue phlébologue nom s 0.01 0.00 0.01 0.00 -phlébotomie phlébotomie nom f s 0.01 0.00 0.01 0.00 -phobie phobie nom f s 2.62 1.08 1.43 0.47 -phobies phobie nom f p 2.62 1.08 1.20 0.61 -phobique phobique adj f s 0.04 0.14 0.04 0.14 -phobiques phobique adj p 0.04 0.14 0.01 0.00 -phocéenne phocéen adj f s 0.00 0.07 0.00 0.07 -phoenix phoenix nom m 0.48 0.07 0.48 0.07 -phonatoire phonatoire adj s 0.00 0.07 0.00 0.07 -phone phone nom m s 0.67 0.14 0.64 0.07 -phones phone nom m p 0.67 0.14 0.04 0.07 -phonique phonique adj s 0.18 0.00 0.17 0.00 -phoniques phonique adj p 0.18 0.00 0.01 0.00 -phono phono nom m s 0.75 5.47 0.75 5.20 -phonographe phonographe nom m s 0.87 6.01 0.86 5.41 -phonographes phonographe nom m p 0.87 6.01 0.01 0.61 -phonographiques phonographique adj f p 0.00 0.14 0.00 0.14 -phonologie phonologie nom f s 0.00 0.14 0.00 0.14 -phonos phono nom m p 0.75 5.47 0.00 0.27 -phonèmes phonème nom m p 0.00 0.41 0.00 0.41 -phonéticien phonéticien nom m s 0.00 0.07 0.00 0.07 -phonétique phonétique adj s 0.20 0.41 0.19 0.27 -phonétiquement phonétiquement adv 0.03 0.07 0.03 0.07 -phonétiques phonétique adj m p 0.20 0.41 0.01 0.14 -phoque phoque nom m s 2.81 4.19 2.24 2.77 -phoques phoque nom m p 2.81 4.19 0.57 1.42 -phosgène phosgène nom m s 0.23 0.00 0.23 0.00 -phosphatase phosphatase nom f s 0.02 0.00 0.02 0.00 -phosphate phosphate nom m s 0.43 0.68 0.38 0.41 -phosphates phosphate nom m p 0.43 0.68 0.05 0.27 -phosphatine phosphatine nom f s 0.10 0.07 0.10 0.07 -phospholipide phospholipide nom m s 0.01 0.00 0.01 0.00 -phosphore phosphore nom m s 1.46 2.16 1.46 2.16 -phosphorescence phosphorescence nom f s 0.02 0.88 0.02 0.68 -phosphorescences phosphorescence nom f p 0.02 0.88 0.00 0.20 -phosphorescent phosphorescent adj m s 0.38 5.47 0.08 1.42 -phosphorescente phosphorescent adj f s 0.38 5.47 0.23 2.03 -phosphorescentes phosphorescent adj f p 0.38 5.47 0.01 1.01 -phosphorescents phosphorescent adj m p 0.38 5.47 0.06 1.01 -phosphoré phosphorer ver m s 0.14 0.07 0.01 0.00 par:pas; -phosphorylation phosphorylation nom f s 0.03 0.00 0.03 0.00 -phosphène phosphène nom m s 0.00 0.27 0.00 0.07 -phosphènes phosphène nom m p 0.00 0.27 0.00 0.20 -phot phot nom m s 1.00 0.00 1.00 0.00 -photique photique adj f s 0.01 0.00 0.01 0.00 -photo_finish photo_finish nom f s 0.01 0.00 0.01 0.00 -photo_robot photo_robot nom f s 0.01 0.14 0.01 0.14 -photo_électrique photo_électrique adj f s 0.00 0.14 0.00 0.14 -photo photo nom f s 209.10 94.59 122.47 54.66 -photochimique photochimique adj m s 0.01 0.00 0.01 0.00 -photocomposition photocomposition nom f s 0.14 0.07 0.14 0.07 -photoconducteur photoconducteur adj m s 0.01 0.00 0.01 0.00 -photocopie photocopie nom f s 3.89 0.88 1.50 0.41 -photocopient photocopier ver 1.83 0.41 0.01 0.00 ind:pre:3p; -photocopier photocopier ver 1.83 0.41 0.72 0.07 inf; -photocopiera photocopier ver 1.83 0.41 0.01 0.00 ind:fut:3s; -photocopierai photocopier ver 1.83 0.41 0.01 0.00 ind:fut:1s; -photocopies photocopie nom f p 3.89 0.88 2.39 0.47 -photocopieur photocopieur nom m s 2.46 0.20 0.11 0.00 -photocopieurs photocopieur nom m p 2.46 0.20 0.07 0.00 -photocopieuse photocopieur nom f s 2.46 0.20 2.28 0.00 -photocopieuses photocopieuse nom f p 0.14 0.00 0.14 0.00 -photocopié photocopier ver m s 1.83 0.41 0.50 0.07 par:pas; -photocopiée photocopier ver f s 1.83 0.41 0.13 0.07 par:pas; -photocopiées photocopier ver f p 1.83 0.41 0.00 0.07 par:pas; -photocopiés photocopier ver m p 1.83 0.41 0.04 0.07 par:pas; -photogramme photogramme nom m s 0.01 0.00 0.01 0.00 -photographe photographe nom s 15.82 17.64 12.51 11.96 -photographes photographe nom p 15.82 17.64 3.31 5.68 -photographia photographier ver 10.35 13.65 0.03 0.68 ind:pas:3s; -photographiable photographiable nom f s 0.01 0.00 0.01 0.00 -photographiaient photographier ver 10.35 13.65 0.28 0.27 ind:imp:3p; -photographiais photographier ver 10.35 13.65 0.20 0.14 ind:imp:1s;ind:imp:2s; -photographiait photographier ver 10.35 13.65 0.34 0.34 ind:imp:3s; -photographiant photographier ver 10.35 13.65 0.03 0.47 par:pre; -photographie photographie nom f s 8.36 41.08 7.42 23.78 -photographient photographier ver 10.35 13.65 0.19 0.07 ind:pre:3p; -photographier photographier ver 10.35 13.65 4.42 5.54 inf; -photographierai photographier ver 10.35 13.65 0.02 0.07 ind:fut:1s; -photographierait photographier ver 10.35 13.65 0.01 0.27 cnd:pre:3s; -photographierions photographier ver 10.35 13.65 0.00 0.07 cnd:pre:1p; -photographierons photographier ver 10.35 13.65 0.01 0.00 ind:fut:1p; -photographieront photographier ver 10.35 13.65 0.01 0.00 ind:fut:3p; -photographies photographie nom f p 8.36 41.08 0.94 17.30 -photographiez photographier ver 10.35 13.65 0.35 0.00 imp:pre:2p;ind:pre:2p; -photographiât photographier ver 10.35 13.65 0.00 0.07 sub:imp:3s; -photographique photographique adj s 1.30 3.78 1.25 3.24 -photographiques photographique adj p 1.30 3.78 0.05 0.54 -photographièrent photographier ver 10.35 13.65 0.10 0.14 ind:pas:3p; -photographié photographier ver m s 10.35 13.65 1.73 2.57 par:pas; -photographiée photographier ver f s 10.35 13.65 0.23 0.88 par:pas; -photographiées photographier ver f p 10.35 13.65 0.11 0.14 par:pas; -photographiés photographier ver m p 10.35 13.65 0.48 0.95 par:pas; -photograveur photograveur nom m s 0.00 0.07 0.00 0.07 -photogravure photogravure nom f s 0.04 0.07 0.04 0.07 -photogénie photogénie nom f s 0.34 0.07 0.34 0.07 -photogénique photogénique adj s 2.01 0.41 1.97 0.34 -photogéniques photogénique adj p 2.01 0.41 0.04 0.07 -photojournalisme photojournalisme nom m s 0.02 0.00 0.02 0.00 -photojournaliste photojournaliste nom s 0.01 0.00 0.01 0.00 -photomaton photomaton adj m s 0.92 1.01 0.37 0.81 -photomatons photomaton adj m p 0.92 1.01 0.55 0.20 -photomicrographie photomicrographie nom f s 0.01 0.00 0.01 0.00 -photomontage photomontage nom m s 0.00 0.14 0.00 0.07 -photomontages photomontage nom m p 0.00 0.14 0.00 0.07 -photon photon nom m s 0.24 0.00 0.09 0.00 -photonique photonique adj f s 0.15 0.00 0.15 0.00 -photons photon nom m p 0.24 0.00 0.16 0.00 -photophobie photophobie nom f s 0.04 0.00 0.04 0.00 -photopile photopile nom f s 0.12 0.00 0.12 0.00 -photopériodique photopériodique adj f s 0.01 0.00 0.01 0.00 -photos photo nom f p 209.10 94.59 86.63 39.93 -photosensibilité photosensibilité nom f s 0.04 0.00 0.04 0.00 -photosensible photosensible adj m s 0.08 0.07 0.06 0.07 -photosensibles photosensible adj p 0.08 0.07 0.02 0.00 -photostat photostat nom m s 0.06 0.00 0.06 0.00 -photosynthèse photosynthèse nom f s 0.25 0.00 0.25 0.00 -phototaxie phototaxie nom f s 0.02 0.00 0.02 0.00 -phototype phototype nom m s 0.01 0.00 0.01 0.00 -photoélectrique photoélectrique adj s 0.02 0.00 0.02 0.00 -photovoltaïque photovoltaïque adj m s 0.01 0.00 0.01 0.00 -phragmites phragmite nom m p 0.00 0.07 0.00 0.07 -phrase_clé phrase_clé nom f s 0.02 0.00 0.02 0.00 -phrase_robot phrase_robot nom f s 0.00 0.07 0.00 0.07 -phrase phrase nom f s 22.01 140.47 15.40 86.76 -phraser phraser ver 0.19 0.74 0.01 0.00 inf; -phrases_clé phrases_clé nom f p 0.00 0.07 0.00 0.07 -phrases phrase nom f p 22.01 140.47 6.61 53.72 -phraseur phraseur nom m s 0.02 0.14 0.01 0.07 -phraseurs phraseur nom m p 0.02 0.14 0.01 0.07 -phrasé phrasé nom m s 0.05 0.20 0.05 0.20 -phrasée phraser ver f s 0.19 0.74 0.00 0.07 par:pas; -phraséologie phraséologie nom f s 0.02 0.27 0.02 0.20 -phraséologies phraséologie nom f p 0.02 0.27 0.00 0.07 -phraséologique phraséologique adj f s 0.00 0.07 0.00 0.07 -phréatique phréatique adj f s 0.17 0.27 0.16 0.20 -phréatiques phréatique adj f p 0.17 0.27 0.01 0.07 -phrénique phrénique adj m s 0.01 0.00 0.01 0.00 -phrénologie phrénologie nom f s 0.03 0.00 0.03 0.00 -phrénologiste phrénologiste nom s 0.01 0.07 0.01 0.00 -phrénologistes phrénologiste nom p 0.01 0.07 0.00 0.07 -phrénologues phrénologue nom p 0.00 0.07 0.00 0.07 -phrygien phrygien adj m s 0.00 0.74 0.00 0.54 -phrygiens phrygien adj m p 0.00 0.74 0.00 0.20 -phtaléine phtaléine nom f s 0.03 0.00 0.03 0.00 -phtiriasis phtiriasis nom m 0.00 0.07 0.00 0.07 -phtisie phtisie nom f s 0.05 0.81 0.05 0.81 -phtisiologie phtisiologie nom f s 0.00 0.14 0.00 0.14 -phtisique phtisique adj s 0.01 1.22 0.00 0.88 -phtisiques phtisique adj f p 0.01 1.22 0.01 0.34 -phénate phénate nom m s 0.01 0.00 0.01 0.00 -phénicien phénicien nom m s 0.57 0.07 0.04 0.00 -phénicienne phénicien adj f s 0.77 0.41 0.44 0.14 -phéniciennes phénicien adj f p 0.77 0.41 0.01 0.14 -phéniciens phénicien nom m p 0.57 0.07 0.54 0.07 -phénique phénique adj m s 0.00 0.07 0.00 0.07 -phéniqués phéniqué adj m p 0.00 0.07 0.00 0.07 -phénix phénix nom m 0.28 0.68 0.28 0.68 -phénobarbital phénobarbital nom m s 0.10 0.00 0.10 0.00 -phénol phénol nom m s 0.07 0.14 0.07 0.14 -phénomène phénomène nom m s 10.77 13.72 8.62 10.81 -phénomènes phénomène nom m p 10.77 13.72 2.15 2.91 -phénoménal phénoménal adj m s 1.36 1.62 0.77 0.74 -phénoménale phénoménal adj f s 1.36 1.62 0.46 0.68 -phénoménalement phénoménalement adv 0.05 0.00 0.05 0.00 -phénoménales phénoménal adj f p 1.36 1.62 0.05 0.07 -phénoménaux phénoménal adj m p 1.36 1.62 0.08 0.14 -phénoménologie phénoménologie nom f s 0.04 0.34 0.04 0.34 -phénoménologique phénoménologique adj s 0.02 0.00 0.02 0.00 -phénoménologues phénoménologue nom p 0.00 0.07 0.00 0.07 -phénothiazine phénothiazine nom f s 0.01 0.00 0.01 0.00 -phénotype phénotype nom m s 0.01 0.00 0.01 0.00 -phéochromocytome phéochromocytome nom m s 0.07 0.00 0.07 0.00 -phéromone phéromone nom f s 0.69 0.00 0.10 0.00 -phéromones phéromone nom f p 0.69 0.00 0.59 0.00 -phylactère phylactère nom m s 0.00 0.34 0.00 0.34 -phylloxera phylloxera nom m s 0.10 0.00 0.10 0.00 -phylloxéra phylloxéra nom m s 0.10 0.47 0.10 0.47 -phylogenèse phylogenèse nom f s 0.14 0.00 0.14 0.00 -phylum phylum nom m s 0.03 0.00 0.03 0.00 -phynances phynances nom f p 0.00 0.07 0.00 0.07 -physicien physicien nom m s 1.18 1.55 0.75 0.95 -physicienne physicien nom f s 1.18 1.55 0.15 0.07 -physiciennes physicienne nom f p 0.01 0.00 0.01 0.00 -physiciens physicien nom m p 1.18 1.55 0.29 0.54 -physico_chimique physico_chimique adj f p 0.00 0.07 0.00 0.07 -physio physio adv 0.94 0.00 0.94 0.00 -physiologie physiologie nom f s 0.76 1.42 0.75 1.35 -physiologies physiologie nom f p 0.76 1.42 0.01 0.07 -physiologique physiologique adj s 1.59 2.09 0.84 1.49 -physiologiquement physiologiquement adv 0.24 0.27 0.24 0.27 -physiologiques physiologique adj p 1.59 2.09 0.75 0.61 -physiologiste physiologiste adj s 0.10 0.00 0.10 0.00 -physionomie physionomie nom f s 0.48 5.27 0.48 4.93 -physionomies physionomie nom f p 0.48 5.27 0.00 0.34 -physionomique physionomique adj s 0.01 0.14 0.01 0.14 -physionomiste physionomiste nom s 0.12 0.07 0.11 0.07 -physionomistes physionomiste adj p 0.11 0.14 0.02 0.00 -physiothérapie physiothérapie nom f s 0.24 0.00 0.24 0.00 -physique physique adj s 19.42 33.18 14.76 27.50 -physiquement physiquement adv 8.72 8.72 8.72 8.72 -physiques physique adj p 19.42 33.18 4.66 5.68 -phytoplancton phytoplancton nom m s 0.01 0.00 0.01 0.00 -pi pi nom m 0.69 1.28 0.69 1.28 -più più adv 0.01 0.07 0.01 0.07 -piaf piaf nom m s 2.00 5.14 1.75 1.82 -piaffa piaffer ver 0.14 2.57 0.00 0.14 ind:pas:3s; -piaffaient piaffer ver 0.14 2.57 0.00 0.14 ind:imp:3p; -piaffait piaffer ver 0.14 2.57 0.00 0.68 ind:imp:3s; -piaffant piaffer ver 0.14 2.57 0.00 0.54 par:pre; -piaffante piaffant adj f s 0.01 0.74 0.00 0.14 -piaffantes piaffant adj f p 0.01 0.74 0.01 0.14 -piaffants piaffant adj m p 0.01 0.74 0.00 0.20 -piaffe piaffer ver 0.14 2.57 0.12 0.34 ind:pre:1s;ind:pre:3s; -piaffement piaffement nom m s 0.00 0.20 0.00 0.14 -piaffements piaffement nom m p 0.00 0.20 0.00 0.07 -piaffent piaffer ver 0.14 2.57 0.02 0.34 ind:pre:3p; -piaffer piaffer ver 0.14 2.57 0.00 0.20 inf; -piaffes piaffer ver 0.14 2.57 0.00 0.14 ind:pre:2s; -piaffé piaffer ver m s 0.14 2.57 0.00 0.07 par:pas; -piafs piaf nom m p 2.00 5.14 0.25 3.31 -piailla piailler ver 0.84 4.73 0.00 0.14 ind:pas:3s; -piaillaient piailler ver 0.84 4.73 0.02 0.74 ind:imp:3p; -piaillais piailler ver 0.84 4.73 0.00 0.07 ind:imp:2s; -piaillait piailler ver 0.84 4.73 0.22 0.74 ind:imp:3s; -piaillant piailler ver 0.84 4.73 0.00 1.08 par:pre; -piaillante piaillant adj f s 0.00 0.68 0.00 0.27 -piaillantes piaillant adj f p 0.00 0.68 0.00 0.07 -piaillarde piaillard adj f s 0.00 0.14 0.00 0.07 -piaillards piaillard adj m p 0.00 0.14 0.00 0.07 -piaille piailler ver 0.84 4.73 0.26 0.54 ind:pre:1s;ind:pre:3s; -piaillement piaillement nom m s 5.37 2.57 0.70 0.68 -piaillements piaillement nom m p 5.37 2.57 4.67 1.89 -piaillent piailler ver 0.84 4.73 0.13 0.61 ind:pre:3p; -piailler piailler ver 0.84 4.73 0.21 0.68 inf; -piaillerie piaillerie nom f s 0.00 0.20 0.00 0.07 -piailleries piaillerie nom f p 0.00 0.20 0.00 0.14 -piailleurs piailleur adj m p 0.00 0.20 0.00 0.14 -piailleuse piailleur adj f s 0.00 0.20 0.00 0.07 -piaillèrent piailler ver 0.84 4.73 0.00 0.14 ind:pas:3p; -pian pian nom m s 0.03 0.00 0.03 0.00 -pianissimo pianissimo adv_sup 0.12 0.20 0.12 0.20 -pianissimos pianissimo nom_sup m p 0.10 0.14 0.00 0.07 -pianiste pianiste nom s 5.75 5.20 5.52 4.80 -pianistes pianiste nom p 5.75 5.20 0.23 0.41 -piano_bar piano_bar nom m s 0.05 0.00 0.05 0.00 -piano piano nom m s 22.22 31.28 21.50 28.51 -pianola pianola nom m s 0.35 0.14 0.35 0.14 -pianos piano nom m p 22.22 31.28 0.71 2.77 -pianota pianoter ver 0.41 2.36 0.10 0.34 ind:pas:3s; -pianotage pianotage nom m s 0.10 0.07 0.10 0.07 -pianotaient pianoter ver 0.41 2.36 0.00 0.14 ind:imp:3p; -pianotait pianoter ver 0.41 2.36 0.00 0.68 ind:imp:3s; -pianotant pianoter ver 0.41 2.36 0.00 0.27 par:pre; -pianote pianoter ver 0.41 2.36 0.04 0.34 ind:pre:1s;ind:pre:3s; -pianoter pianoter ver 0.41 2.36 0.27 0.41 inf; -pianotèrent pianoter ver 0.41 2.36 0.00 0.07 ind:pas:3p; -pianoté pianoter ver m s 0.41 2.36 0.00 0.07 par:pas; -pianotée pianoter ver f s 0.41 2.36 0.00 0.07 par:pas; -piastre piastre nom f s 1.36 0.54 0.14 0.14 -piastres piastre nom f p 1.36 0.54 1.23 0.41 -piaula piauler ver 0.02 1.49 0.00 0.27 ind:pas:3s; -piaulaient piauler ver 0.02 1.49 0.01 0.27 ind:imp:3p; -piaulait piauler ver 0.02 1.49 0.00 0.20 ind:imp:3s; -piaulant piauler ver 0.02 1.49 0.00 0.20 par:pre; -piaulante piaulant adj f s 0.00 0.14 0.00 0.07 -piaule piaule nom f s 3.36 12.16 3.02 11.42 -piaulement piaulement nom m s 0.00 0.54 0.00 0.14 -piaulements piaulement nom m p 0.00 0.54 0.00 0.41 -piaulent piauler ver 0.02 1.49 0.00 0.07 ind:pre:3p; -piauler piauler ver 0.02 1.49 0.00 0.14 inf; -piaulera piauler ver 0.02 1.49 0.00 0.07 ind:fut:3s; -piaules piaule nom f p 3.36 12.16 0.34 0.74 -piauleur piauleur nom m s 0.00 0.07 0.00 0.07 -piaulèrent piauler ver 0.02 1.49 0.00 0.14 ind:pas:3p; -piaye piaye nom m s 0.00 0.07 0.00 0.07 -piazza piazza nom f s 1.89 3.18 1.89 3.18 -piazzetta piazzetta nom f 0.00 0.20 0.00 0.20 -pibloque pibloque nom m s 0.00 0.34 0.00 0.34 -pic_vert pic_vert nom m s 0.28 0.27 0.27 0.27 -pic pic nom m s 5.30 12.43 4.61 10.34 -pica pica nom m s 0.01 0.07 0.01 0.07 -picador picador nom m s 0.01 0.34 0.00 0.27 -picadors picador nom m p 0.01 0.34 0.01 0.07 -picaillon picaillon nom m s 0.02 0.20 0.01 0.07 -picaillons picaillon nom m p 0.02 0.20 0.01 0.14 -picard picard adj m s 0.00 0.61 0.00 0.14 -picarde picard adj f s 0.00 0.61 0.00 0.07 -picardes picard adj f p 0.00 0.61 0.00 0.20 -picards picard adj m p 0.00 0.61 0.00 0.20 -picaresque picaresque adj s 0.03 0.54 0.03 0.34 -picaresques picaresque adj p 0.03 0.54 0.00 0.20 -picaro picaro nom m s 0.40 0.07 0.40 0.07 -picassien picassien adj m s 0.00 0.07 0.00 0.07 -piccolo piccolo nom m s 0.41 0.07 0.40 0.07 -piccolos piccolo nom m p 0.41 0.07 0.01 0.00 -pichenette pichenette nom f s 0.27 2.30 0.27 2.09 -pichenettes pichenette nom f p 0.27 2.30 0.00 0.20 -pichet pichet nom m s 1.29 1.42 1.21 0.95 -pichets pichet nom m p 1.29 1.42 0.09 0.47 -pick_up pick_up nom m 1.98 2.64 1.98 2.64 -picker picker nom m s 0.19 0.00 0.19 0.00 -pickles pickle nom m p 0.47 0.20 0.47 0.20 -pickpocket pickpocket nom m s 0.87 0.74 0.63 0.47 -pickpockets pickpocket nom m p 0.87 0.74 0.24 0.27 -pico pico adv 0.31 0.20 0.31 0.20 -picolaient picoler ver 5.89 4.66 0.00 0.07 ind:imp:3p; -picolais picoler ver 5.89 4.66 0.09 0.14 ind:imp:1s; -picolait picoler ver 5.89 4.66 0.21 0.14 ind:imp:3s; -picolant picoler ver 5.89 4.66 0.03 0.07 par:pre; -picole picoler ver 5.89 4.66 1.64 1.08 imp:pre:2s;ind:pre:1s;ind:pre:3s; -picolent picoler ver 5.89 4.66 0.08 0.00 ind:pre:3p; -picoler picoler ver 5.89 4.66 2.32 1.76 inf; -picolerait picoler ver 5.89 4.66 0.00 0.07 cnd:pre:3s; -picoles picoler ver 5.89 4.66 0.69 0.14 ind:pre:2s; -picoleur picoleur nom m s 0.00 0.27 0.00 0.20 -picoleurs picoleur nom m p 0.00 0.27 0.00 0.07 -picolez picoler ver 5.89 4.66 0.04 0.00 ind:pre:2p; -picoliez picoler ver 5.89 4.66 0.01 0.00 ind:imp:2p; -picolo picolo nom m s 0.00 0.14 0.00 0.14 -picolé picoler ver m s 5.89 4.66 0.77 1.22 par:pas; -picora picorer ver 0.74 3.58 0.00 0.07 ind:pas:3s; -picoraient picorer ver 0.74 3.58 0.02 0.47 ind:imp:3p; -picorait picorer ver 0.74 3.58 0.00 0.47 ind:imp:3s; -picorant picorer ver 0.74 3.58 0.02 0.14 par:pre; -picore picorer ver 0.74 3.58 0.18 0.34 ind:pre:1s;ind:pre:3s; -picorent picorer ver 0.74 3.58 0.02 0.41 ind:pre:3p; -picorer picorer ver 0.74 3.58 0.33 1.28 inf; -picoreur picoreur nom m s 0.00 0.07 0.00 0.07 -picorez picorer ver 0.74 3.58 0.14 0.00 ind:pre:2p; -picoré picorer ver m s 0.74 3.58 0.02 0.14 par:pas; -picorée picorer ver f s 0.74 3.58 0.00 0.07 par:pas; -picorées picorer ver f p 0.74 3.58 0.00 0.07 par:pas; -picorés picorer ver m p 0.74 3.58 0.01 0.14 par:pas; -picot picot nom m s 0.26 1.35 0.03 1.22 -picota picoter ver 0.74 1.62 0.04 0.14 ind:pas:3s; -picotaient picoter ver 0.74 1.62 0.00 0.27 ind:imp:3p; -picotait picoter ver 0.74 1.62 0.00 0.47 ind:imp:3s; -picotant picoter ver 0.74 1.62 0.02 0.00 par:pre; -picote picoter ver 0.74 1.62 0.63 0.27 ind:pre:1s;ind:pre:3s; -picotement picotement nom m s 0.50 1.62 0.22 0.95 -picotements picotement nom m p 0.50 1.62 0.28 0.68 -picotent picoter ver 0.74 1.62 0.03 0.27 ind:pre:3p; -picoter picoter ver 0.74 1.62 0.01 0.07 inf; -picotin picotin nom m s 0.24 0.61 0.24 0.61 -picotis picotis nom m 0.00 0.07 0.00 0.07 -picots picot nom m p 0.26 1.35 0.23 0.14 -picoté picoter ver m s 0.74 1.62 0.01 0.07 par:pas; -picotées picoter ver f p 0.74 1.62 0.00 0.07 par:pas; -picrate picrate nom m s 0.01 1.35 0.01 1.35 -picrique picrique adj s 0.00 0.27 0.00 0.27 -pic_vert pic_vert nom m p 0.28 0.27 0.01 0.00 -pics pic nom m p 5.30 12.43 0.69 2.09 -picsou picsou nom m s 0.43 0.00 0.43 0.00 -pictogramme pictogramme nom m s 0.14 0.00 0.03 0.00 -pictogrammes pictogramme nom m p 0.14 0.00 0.11 0.00 -picton picton nom s 0.00 0.41 0.00 0.41 -picté picter ver m s 0.00 0.07 0.00 0.07 par:pas; -pictural pictural adj m s 0.15 0.95 0.01 0.47 -picturale pictural adj f s 0.15 0.95 0.14 0.20 -picturalement picturalement adv 0.00 0.07 0.00 0.07 -picturales pictural adj f p 0.15 0.95 0.00 0.27 -pidgin pidgin nom m s 0.00 0.14 0.00 0.14 -pie_grièche pie_grièche nom f s 0.00 0.07 0.00 0.07 -pie_mère pie_mère nom f s 0.01 0.07 0.01 0.07 -pie pie nom f s 1.59 4.32 1.06 3.18 -pied_bot pied_bot nom m s 0.28 0.61 0.28 0.61 -pied_d_alouette pied_d_alouette nom m s 0.01 0.00 0.01 0.00 -pied_d_oeuvre pied_d_oeuvre nom m s 0.00 0.07 0.00 0.07 -pied_de_biche pied_de_biche nom m s 0.32 0.27 0.28 0.20 -pied_de_poule pied_de_poule adj 0.02 0.54 0.02 0.54 -pied_noir pied_noir nom m s 0.28 3.78 0.09 0.54 -pied_plat pied_plat nom m s 0.05 0.00 0.05 0.00 -pied pied nom m s 214.08 486.42 105.51 248.18 -piedmont piedmont nom m s 0.23 0.00 0.23 0.00 -pied_de_biche pied_de_biche nom m p 0.32 0.27 0.04 0.07 -pied_de_coq pied_de_coq nom m p 0.00 0.07 0.00 0.07 -pied_droit pied_droit nom m p 0.00 0.07 0.00 0.07 -pied_noir pied_noir nom m p 0.28 3.78 0.19 3.24 -pieds pied nom m p 214.08 486.42 108.57 238.24 -pier pier nom m s 0.01 0.00 0.01 0.00 -piercing piercing nom m s 1.69 0.00 1.29 0.00 -piercings piercing nom m p 1.69 0.00 0.40 0.00 -pierraille pierraille nom f s 0.12 3.85 0.12 2.23 -pierrailles pierraille nom f p 0.12 3.85 0.00 1.62 -pierre pierre nom f s 67.17 189.86 40.58 119.39 -pierreries pierreries nom f p 0.28 1.89 0.28 1.89 -pierres pierre nom f p 67.17 189.86 26.60 70.47 -pierreuse pierreux adj f s 0.11 2.64 0.11 0.54 -pierreuses pierreux adj f p 0.11 2.64 0.00 0.47 -pierreux pierreux adj m 0.11 2.64 0.00 1.62 -pierrier pierrier nom m s 0.00 0.20 0.00 0.14 -pierriers pierrier nom m p 0.00 0.20 0.00 0.07 -pierrière pierrière nom f s 0.00 0.07 0.00 0.07 -pierrot pierrot nom m s 0.14 1.35 0.14 0.88 -pierrots pierrot nom m p 0.14 1.35 0.01 0.47 -pierrures pierrure nom f p 0.00 0.07 0.00 0.07 -pies pie nom f p 1.59 4.32 0.53 1.15 -pietà pietà nom f s 0.18 0.88 0.18 0.88 -pieu pieu nom m s 5.45 5.34 5.45 5.34 -pieuse pieux adj f s 3.93 12.43 1.33 4.12 -pieusement pieusement adv 0.41 3.11 0.41 3.11 -pieuses pieux adj f p 3.93 12.43 0.75 2.77 -pieutait pieuter ver 1.24 2.03 0.00 0.07 ind:imp:3s; -pieute pieuter ver 1.24 2.03 0.20 0.27 imp:pre:2s;ind:pre:1s;ind:pre:3s; -pieuter pieuter ver 1.24 2.03 0.85 1.22 inf; -pieuterez pieuter ver 1.24 2.03 0.01 0.00 ind:fut:2p; -pieutes pieuter ver 1.24 2.03 0.03 0.14 ind:pre:2s; -pieutez pieuter ver 1.24 2.03 0.10 0.00 imp:pre:2p; -pieuté pieuter ver m s 1.24 2.03 0.04 0.20 par:pas; -pieutée pieuter ver f s 1.24 2.03 0.00 0.07 par:pas; -pieutés pieuter ver m p 1.24 2.03 0.01 0.07 par:pas; -pieuvre pieuvre nom f s 1.73 2.97 1.65 1.82 -pieuvres pieuvre nom f p 1.73 2.97 0.08 1.15 -pieux pieux adj m 3.93 12.43 1.86 5.54 -pif pif nom m s 1.58 7.23 1.58 7.23 -pifer pifer ver 0.01 0.00 0.01 0.00 inf; -piffait piffer ver 0.16 0.68 0.00 0.14 ind:imp:3s; -piffer piffer ver 0.16 0.68 0.16 0.47 inf; -piffre piffre nom s 0.00 0.07 0.00 0.07 -piffrer piffrer adj m s 0.16 0.00 0.16 0.00 -piffé piffer ver m s 0.16 0.68 0.00 0.07 par:pas; -pifomètre pifomètre nom m s 0.02 0.61 0.02 0.61 -pige piger ver 41.77 11.96 6.40 2.23 imp:pre:2s;ind:pre:1s;ind:pre:3s; -pigeais piger ver 41.77 11.96 0.17 0.54 ind:imp:1s;ind:imp:2s; -pigeait piger ver 41.77 11.96 0.09 0.88 ind:imp:3s; -pigent piger ver 41.77 11.96 0.50 0.14 ind:pre:3p; -pigeon_voyageur pigeon_voyageur nom m s 0.14 0.00 0.14 0.00 -pigeon pigeon nom m s 15.05 19.26 8.56 7.97 -pigeonnant pigeonnant adj m s 0.07 0.34 0.07 0.20 -pigeonnante pigeonnant adj f s 0.07 0.34 0.00 0.07 -pigeonnants pigeonnant adj m p 0.07 0.34 0.00 0.07 -pigeonne pigeon nom f s 15.05 19.26 0.03 0.68 -pigeonneau pigeonneau nom m s 0.29 0.34 0.06 0.27 -pigeonneaux pigeonneau nom m p 0.29 0.34 0.23 0.07 -pigeonner pigeonner ver 0.24 0.34 0.05 0.14 inf; -pigeonnier pigeonnier nom m s 0.27 3.45 0.27 3.18 -pigeonniers pigeonnier nom m p 0.27 3.45 0.00 0.27 -pigeonné pigeonner ver m s 0.24 0.34 0.17 0.07 par:pas; -pigeons pigeon nom m p 15.05 19.26 6.46 10.61 -piger piger ver 41.77 11.96 1.78 1.96 inf; -pigera piger ver 41.77 11.96 0.04 0.07 ind:fut:3s; -pigerai piger ver 41.77 11.96 0.01 0.00 ind:fut:1s; -pigeraient piger ver 41.77 11.96 0.01 0.00 cnd:pre:3p; -pigerait piger ver 41.77 11.96 0.02 0.00 cnd:pre:3s; -pigeras piger ver 41.77 11.96 0.06 0.07 ind:fut:2s; -pigerez piger ver 41.77 11.96 0.02 0.00 ind:fut:2p; -piges piger ver 41.77 11.96 10.99 2.03 ind:pre:2s;sub:pre:2s; -pigez piger ver 41.77 11.96 2.08 0.47 imp:pre:2p;ind:pre:2p; -pigiste pigiste nom s 0.24 0.54 0.21 0.27 -pigistes pigiste nom p 0.24 0.54 0.03 0.27 -pigment pigment nom m s 0.35 0.61 0.07 0.34 -pigmentaire pigmentaire adj f s 0.04 0.07 0.04 0.07 -pigmentation pigmentation nom f s 0.51 0.14 0.51 0.14 -pigments pigment nom m p 0.35 0.61 0.28 0.27 -pigne pigne nom f s 0.07 0.47 0.02 0.27 -pigner pigner ver 0.01 0.00 0.01 0.00 inf; -pignes pigne nom f p 0.07 0.47 0.04 0.20 -pignochait pignocher ver 0.00 0.07 0.00 0.07 ind:imp:3s; -pignole pignole nom f s 0.01 0.07 0.01 0.07 -pignon pignon nom m s 4.94 8.31 4.79 6.55 -pignons pignon nom m p 4.94 8.31 0.15 1.76 -pignouf pignouf nom m s 0.27 0.54 0.25 0.34 -pignoufs pignouf nom m p 0.27 0.54 0.02 0.20 -pigé piger ver m s 41.77 11.96 19.46 3.51 par:pas; -pila piler ver 3.34 6.15 0.00 0.34 ind:pas:3s; -pilaf pilaf nom m s 0.26 0.27 0.26 0.27 -pilaient piler ver 3.34 6.15 0.00 0.14 ind:imp:3p; -pilait piler ver 3.34 6.15 0.00 0.54 ind:imp:3s; -pilant piler ver 3.34 6.15 0.07 0.07 par:pre; -pilastre pilastre nom m s 0.03 1.15 0.02 0.20 -pilastres pilastre nom m p 0.03 1.15 0.01 0.95 -pilchards pilchard nom m p 0.00 0.27 0.00 0.27 -pile_poil pile_poil nom f s 0.07 0.00 0.07 0.00 -pile pile nom f s 21.30 32.50 16.22 21.62 -pilent piler ver 3.34 6.15 0.00 0.07 ind:pre:3p; -piler piler ver 3.34 6.15 0.35 0.27 inf; -piles pile nom f p 21.30 32.50 5.08 10.88 -pileuse pileux adj f s 0.06 0.61 0.00 0.20 -pileuses pileux adj f p 0.06 0.61 0.00 0.07 -pileux pileux adj m 0.06 0.61 0.06 0.34 -pilier pilier nom m s 3.82 16.15 2.43 7.23 -piliers pilier nom m p 3.82 16.15 1.39 8.92 -pilifère pilifère adj s 0.00 0.07 0.00 0.07 -pilla piller ver 7.66 8.38 0.01 0.27 ind:pas:3s; -pillage pillage nom m s 1.76 3.38 1.21 2.64 -pillages pillage nom m p 1.76 3.38 0.56 0.74 -pillaient piller ver 7.66 8.38 0.06 0.41 ind:imp:3p; -pillais piller ver 7.66 8.38 0.01 0.00 ind:imp:1s; -pillait piller ver 7.66 8.38 0.16 0.34 ind:imp:3s; -pillant piller ver 7.66 8.38 0.17 0.68 par:pre; -pillard pillard nom m s 1.00 1.89 0.15 0.47 -pillarde pillard nom f s 1.00 1.89 0.00 0.07 -pillards pillard nom m p 1.00 1.89 0.85 1.35 -pille piller ver 7.66 8.38 1.02 0.47 imp:pre:2s;ind:pre:1s;ind:pre:3s; -pillent piller ver 7.66 8.38 0.78 0.07 ind:pre:3p; -piller piller ver 7.66 8.38 2.12 2.70 inf; -pillera piller ver 7.66 8.38 0.02 0.00 ind:fut:3s; -pillerait piller ver 7.66 8.38 0.02 0.00 cnd:pre:3s; -pillerons piller ver 7.66 8.38 0.02 0.07 ind:fut:1p; -pilleront piller ver 7.66 8.38 0.16 0.00 ind:fut:3p; -pilles piller ver 7.66 8.38 0.04 0.07 ind:pre:2s; -pilleur pilleur nom m s 1.05 1.35 0.44 0.34 -pilleurs pilleur nom m p 1.05 1.35 0.47 0.95 -pilleuse pilleur nom f s 1.05 1.35 0.14 0.07 -pillez piller ver 7.66 8.38 0.35 0.07 imp:pre:2p;ind:pre:2p; -pilliez piller ver 7.66 8.38 0.02 0.00 ind:imp:2p; -pillons piller ver 7.66 8.38 0.03 0.00 imp:pre:1p;ind:pre:1p; -pillèrent piller ver 7.66 8.38 0.02 0.07 ind:pas:3p; -pillé piller ver m s 7.66 8.38 1.87 1.62 par:pas; -pillée piller ver f s 7.66 8.38 0.58 0.47 par:pas; -pillées piller ver f p 7.66 8.38 0.04 0.47 par:pas; -pillés piller ver m p 7.66 8.38 0.18 0.61 par:pas; -piloches piloche nom f p 0.00 0.07 0.00 0.07 -pilon pilon nom m s 0.62 1.69 0.47 1.28 -pilonnage pilonnage nom m s 0.16 0.61 0.12 0.54 -pilonnages pilonnage nom m p 0.16 0.61 0.04 0.07 -pilonnaient pilonner ver 0.60 1.35 0.01 0.20 ind:imp:3p; -pilonnait pilonner ver 0.60 1.35 0.01 0.20 ind:imp:3s; -pilonnant pilonner ver 0.60 1.35 0.01 0.07 par:pre; -pilonnent pilonner ver 0.60 1.35 0.13 0.14 ind:pre:3p; -pilonner pilonner ver 0.60 1.35 0.10 0.27 inf; -pilonnera pilonner ver 0.60 1.35 0.00 0.07 ind:fut:3s; -pilonneurs pilonneur nom m p 0.00 0.07 0.00 0.07 -pilonnez pilonner ver 0.60 1.35 0.02 0.00 imp:pre:2p;ind:pre:2p; -pilonné pilonner ver m s 0.60 1.35 0.28 0.14 par:pas; -pilonnée pilonner ver f s 0.60 1.35 0.02 0.07 par:pas; -pilonnées pilonner ver f p 0.60 1.35 0.00 0.07 par:pas; -pilonnés pilonner ver m p 0.60 1.35 0.02 0.14 par:pas; -pilons pilon nom m p 0.62 1.69 0.14 0.41 -pilori pilori nom m s 0.79 2.50 0.78 2.36 -piloris pilori nom m p 0.79 2.50 0.01 0.14 -pilosité pilosité nom f s 0.09 0.27 0.09 0.27 -pilot pilot nom m s 1.10 0.00 1.10 0.00 -pilota piloter ver 13.18 4.12 0.00 0.07 ind:pas:3s; -pilotage pilotage nom m s 2.44 1.35 2.44 1.35 -pilotaient piloter ver 13.18 4.12 0.01 0.00 ind:imp:3p; -pilotais piloter ver 13.18 4.12 0.28 0.14 ind:imp:1s;ind:imp:2s; -pilotait piloter ver 13.18 4.12 0.79 0.61 ind:imp:3s; -pilotant piloter ver 13.18 4.12 0.06 0.27 par:pre; -pilote pilote nom s 37.69 8.72 29.10 5.61 -pilotent piloter ver 13.18 4.12 0.06 0.07 ind:pre:3p; -piloter piloter ver 13.18 4.12 6.12 1.82 inf; -pilotera piloter ver 13.18 4.12 0.13 0.00 ind:fut:3s; -piloterai piloter ver 13.18 4.12 0.17 0.00 ind:fut:1s; -piloterait piloter ver 13.18 4.12 0.03 0.14 cnd:pre:3s; -piloteras piloter ver 13.18 4.12 0.02 0.00 ind:fut:2s; -piloteront piloter ver 13.18 4.12 0.01 0.00 ind:fut:3p; -pilotes pilote nom p 37.69 8.72 8.59 3.11 -pilotez piloter ver 13.18 4.12 0.36 0.00 imp:pre:2p;ind:pre:2p; -pilotiez piloter ver 13.18 4.12 0.08 0.00 ind:imp:2p; -pilotin pilotin nom m s 0.10 0.00 0.10 0.00 -pilotis pilotis nom m 0.33 2.30 0.33 2.30 -pilotèrent piloter ver 13.18 4.12 0.00 0.07 ind:pas:3p; -piloté piloter ver m s 13.18 4.12 1.65 0.41 par:pas; -pilotée piloter ver f s 13.18 4.12 0.19 0.00 par:pas; -pilotées piloter ver f p 13.18 4.12 0.01 0.07 par:pas; -pilotés piloter ver m p 13.18 4.12 0.06 0.14 par:pas; -pilou pilou nom m s 0.00 0.95 0.00 0.95 -pilsen pilsen nom f s 0.00 0.07 0.00 0.07 -pilé piler ver m s 3.34 6.15 0.30 1.15 par:pas; -pilée piler ver f s 3.34 6.15 0.19 1.01 par:pas; -pilées piler ver f p 3.34 6.15 0.00 0.27 par:pas; -pilule pilule nom f s 22.64 12.91 6.10 4.86 -pilules pilule nom f p 22.64 12.91 16.54 8.04 -pilum pilum nom m s 0.00 0.07 0.00 0.07 -pilés piler ver m p 3.34 6.15 0.04 0.41 par:pas; -pimbêche pimbêche nom f s 0.45 0.47 0.42 0.34 -pimbêches pimbêche nom f p 0.45 0.47 0.03 0.14 -piment piment nom m s 4.76 4.66 2.94 2.77 -pimenta pimenter ver 0.82 0.88 0.00 0.07 ind:pas:3s; -pimentait pimenter ver 0.82 0.88 0.00 0.20 ind:imp:3s; -pimentant pimenter ver 0.82 0.88 0.00 0.07 par:pre; -pimente pimenter ver 0.82 0.88 0.17 0.07 imp:pre:2s;ind:pre:1s;ind:pre:3s; -pimentent pimenter ver 0.82 0.88 0.01 0.00 ind:pre:3p; -pimenter pimenter ver 0.82 0.88 0.56 0.27 inf; -piments piment nom m p 4.76 4.66 1.82 1.89 -pimenté pimenté adj m s 0.13 0.27 0.06 0.20 -pimentée pimenter ver f s 0.82 0.88 0.04 0.07 par:pas; -pimentées pimenté adj f p 0.13 0.27 0.01 0.00 -pimentés pimenté adj m p 0.13 0.27 0.03 0.00 -pimpant pimpant adj m s 0.81 4.05 0.34 0.54 -pimpante pimpant adj f s 0.81 4.05 0.12 2.09 -pimpantes pimpant adj f p 0.81 4.05 0.34 1.22 -pimpants pimpant adj m p 0.81 4.05 0.01 0.20 -pimpon pimpon nom m s 0.01 0.41 0.00 0.14 -pimpons pimpon nom m p 0.01 0.41 0.01 0.27 -pimprenelle pimprenelle nom f s 0.08 0.14 0.08 0.07 -pimprenelles pimprenelle nom f p 0.08 0.14 0.00 0.07 -pin_s pin_s nom m 0.30 0.00 0.30 0.00 -pin_pon pin_pon ono 0.00 0.34 0.00 0.34 -pin_up pin_up nom f 0.71 0.54 0.71 0.54 -pin pin nom m s 5.06 26.62 2.79 9.53 -pina piner ver 0.81 0.20 0.44 0.00 ind:pas:3s; -pinacle pinacle nom m s 0.02 0.61 0.02 0.54 -pinacles pinacle nom m p 0.02 0.61 0.00 0.07 -pinacothèque pinacothèque nom f s 0.00 0.20 0.00 0.20 -pinaillage pinaillage nom m s 0.02 0.00 0.02 0.00 -pinaillait pinailler ver 0.50 0.34 0.00 0.07 ind:imp:3s; -pinaille pinailler ver 0.50 0.34 0.02 0.14 imp:pre:2s;ind:pre:1s;ind:pre:3s; -pinailler pinailler ver 0.50 0.34 0.41 0.14 inf; -pinailles pinailler ver 0.50 0.34 0.05 0.00 ind:pre:2s; -pinailleur pinailleur nom m s 0.02 0.00 0.02 0.00 -pinaillé pinailler ver m s 0.50 0.34 0.02 0.00 par:pas; -pinard pinard nom m s 0.39 6.89 0.39 6.76 -pinardiers pinardier nom m p 0.00 0.14 0.00 0.07 -pinardière pinardier nom f s 0.00 0.14 0.00 0.07 -pinards pinard nom m p 0.39 6.89 0.00 0.14 -pinasse pinasse nom f s 0.00 0.54 0.00 0.14 -pinasses pinasse nom f p 0.00 0.54 0.00 0.41 -pince_fesse pince_fesse nom m p 0.05 0.14 0.05 0.14 -pince_maille pince_maille nom m p 0.00 0.07 0.00 0.07 -pince_monseigneur pince_monseigneur nom f s 0.03 0.54 0.03 0.54 -pince_nez pince_nez nom m 0.07 1.35 0.07 1.35 -pince_sans_rire pince_sans_rire adj s 0.05 0.47 0.05 0.47 -pince pince nom f s 9.00 14.73 5.62 7.64 -pinceau pinceau nom m s 4.59 17.91 2.96 10.27 -pinceaux pinceau nom m p 4.59 17.91 1.63 7.64 -pincement pincement nom m s 0.19 3.92 0.18 3.65 -pincements pincement nom m p 0.19 3.92 0.01 0.27 -pincent pincer ver 10.84 23.65 0.14 0.54 ind:pre:3p; -pincer pincer ver 10.84 23.65 4.06 3.72 inf; -pincera pincer ver 10.84 23.65 0.20 0.07 ind:fut:3s; -pincerai pincer ver 10.84 23.65 0.02 0.00 ind:fut:1s; -pinceras pincer ver 10.84 23.65 0.01 0.00 ind:fut:2s; -pincerez pincer ver 10.84 23.65 0.01 0.00 ind:fut:2p; -pincerons pincer ver 10.84 23.65 0.01 0.00 ind:fut:1p; -pinces pince nom f p 9.00 14.73 3.38 7.09 -pincette pincette nom f s 0.29 1.49 0.05 0.34 -pincettes pincette nom f p 0.29 1.49 0.25 1.15 -pinceur pinceur nom m s 0.00 0.07 0.00 0.07 -pincez pincer ver 10.84 23.65 0.82 0.00 imp:pre:2p;ind:pre:2p; -pinchart pinchart nom m s 0.00 0.07 0.00 0.07 -pinciez pincer ver 10.84 23.65 0.16 0.00 ind:imp:2p; -pincions pincer ver 10.84 23.65 0.01 0.20 ind:imp:1p; -pincèrent pincer ver 10.84 23.65 0.00 0.07 ind:pas:3p; -pincé pincer ver m s 10.84 23.65 1.27 2.03 par:pas; -pincée pincée nom f s 1.37 3.31 1.30 2.91 -pincées pincer ver f p 10.84 23.65 0.10 3.04 par:pas; -pincés pincer ver m p 10.84 23.65 0.10 0.47 par:pas; -pine pine nom f s 1.59 0.88 1.48 0.68 -pineau pineau nom m s 0.00 0.14 0.00 0.14 -piner piner ver 0.81 0.20 0.16 0.07 inf; -pines pine nom f p 1.59 0.88 0.11 0.20 -ping_pong ping_pong nom m s 2.67 2.36 2.67 2.36 -pinglot pinglot nom m s 0.00 0.14 0.00 0.07 -pinglots pinglot nom m p 0.00 0.14 0.00 0.07 -pingouin pingouin nom m s 3.51 2.64 2.29 1.35 -pingouins pingouin nom m p 3.51 2.64 1.23 1.28 -pingre pingre adj s 0.58 0.74 0.56 0.54 -pingrerie pingrerie nom f s 0.02 0.20 0.02 0.20 -pingres pingre nom p 0.19 0.34 0.15 0.07 -pink pink nom f s 1.00 0.34 1.00 0.34 -pinot pinot nom m s 0.47 0.14 0.46 0.07 -pinots pinot nom m p 0.47 0.14 0.01 0.07 -pins pin nom m p 5.06 26.62 2.27 17.09 -pinson pinson nom m s 2.86 1.82 2.68 1.08 -pinsons pinson nom m p 2.86 1.82 0.18 0.74 -pinta pinter ver 0.33 0.68 0.05 0.20 ind:pas:3s;;ind:pas:3s; -pintade pintade nom f s 0.44 2.16 0.44 0.54 -pintades pintade nom f p 0.44 2.16 0.00 1.62 -pintait pinter ver 0.33 0.68 0.00 0.07 ind:imp:3s; -pinte pinte nom f s 1.34 0.61 0.90 0.34 -pinter pinter ver 0.33 0.68 0.12 0.14 inf; -pintes pinte nom f p 1.34 0.61 0.44 0.27 -pinça pincer ver 10.84 23.65 0.00 2.43 ind:pas:3s; -pinçage pinçage nom m s 0.10 0.00 0.10 0.00 -pinçai pincer ver 10.84 23.65 0.00 0.07 ind:pas:1s; -pinçaient pincer ver 10.84 23.65 0.05 0.61 ind:imp:3p; -pinçais pincer ver 10.84 23.65 0.07 0.34 ind:imp:1s; -pinçait pincer ver 10.84 23.65 0.52 2.23 ind:imp:3s; -pinçant pincer ver 10.84 23.65 0.08 2.09 par:pre; -pinçard pinçard adj m s 0.00 0.07 0.00 0.07 -pinède pinède nom f s 0.72 3.72 0.58 2.70 -pinèdes pinède nom f p 0.72 3.72 0.15 1.01 -pinçon pinçon nom m s 0.04 0.20 0.04 0.07 -pinçons pincer ver 10.84 23.65 0.01 0.00 imp:pre:1p; -pinçotait pinçoter ver 0.00 0.20 0.00 0.07 ind:imp:3s; -pinçotant pinçoter ver 0.00 0.20 0.00 0.07 par:pre; -pinçote pinçoter ver 0.00 0.20 0.00 0.07 ind:pre:3s; -pinçure pinçure nom f s 0.00 0.07 0.00 0.07 -pinté pinter ver m s 0.33 0.68 0.04 0.00 par:pas; -pintée pinter ver f s 0.33 0.68 0.01 0.14 par:pas; -pintés pinter ver m p 0.33 0.68 0.00 0.07 par:pas; -piné piner ver m s 0.81 0.20 0.10 0.00 par:pas; -pinéal pinéal adj m s 0.23 0.07 0.02 0.07 -pinéale pinéal adj f s 0.23 0.07 0.19 0.00 -pinéales pinéal adj f p 0.23 0.07 0.02 0.00 -piochaient piocher ver 1.11 2.91 0.00 0.14 ind:imp:3p; -piochais piocher ver 1.11 2.91 0.00 0.14 ind:imp:1s; -piochait piocher ver 1.11 2.91 0.00 0.54 ind:imp:3s; -piochant piocher ver 1.11 2.91 0.01 0.14 par:pre; -pioche pioche nom f s 4.36 6.42 4.18 4.39 -piochent piocher ver 1.11 2.91 0.01 0.07 ind:pre:3p; -piocher piocher ver 1.11 2.91 0.50 1.42 inf; -pioches pioche nom f p 4.36 6.42 0.18 2.03 -piocheur piocheur nom m s 0.00 0.07 0.00 0.07 -piochez piocher ver 1.11 2.91 0.25 0.00 imp:pre:2p;ind:pre:2p; -pioché piocher ver m s 1.11 2.91 0.18 0.00 par:pas; -piochée piocher ver f s 1.11 2.91 0.00 0.07 par:pas; -piochées piocher ver f p 1.11 2.91 0.00 0.07 par:pas; -piolet piolet nom m s 0.31 0.14 0.31 0.14 -pion pion nom m s 4.91 6.49 2.98 3.58 -pionce pioncer ver 1.63 2.64 0.28 0.81 imp:pre:2s;ind:pre:1s;ind:pre:3s; -pioncent pioncer ver 1.63 2.64 0.00 0.20 ind:pre:3p; -pioncer pioncer ver 1.63 2.64 0.62 0.81 inf; -pioncera pioncer ver 1.63 2.64 0.01 0.00 ind:fut:3s; -pionces pioncer ver 1.63 2.64 0.15 0.14 ind:pre:2s; -pioncez pioncer ver 1.63 2.64 0.16 0.00 imp:pre:2p;ind:pre:2p; -pioncé pioncer ver m s 1.63 2.64 0.05 0.14 par:pas; -pionne pion nom f s 4.91 6.49 0.01 0.14 -pionner pionner ver 0.01 0.00 0.01 0.00 inf; -pionnier pionnier nom m s 4.17 9.73 1.27 2.50 -pionniers pionnier nom m p 4.17 9.73 2.62 7.03 -pionnière pionnier nom f s 4.17 9.73 0.28 0.07 -pionnières pionnière nom f p 0.03 0.00 0.03 0.00 -pions pion nom m p 4.91 6.49 1.92 2.77 -pionçais pioncer ver 1.63 2.64 0.33 0.07 ind:imp:1s;ind:imp:2s; -pionçait pioncer ver 1.63 2.64 0.03 0.41 ind:imp:3s; -pionçant pioncer ver 1.63 2.64 0.00 0.07 par:pre; -piot piot nom m s 0.00 0.34 0.00 0.14 -piots piot nom m p 0.00 0.34 0.00 0.20 -pioupiou pioupiou nom m s 0.05 0.34 0.05 0.27 -pioupious pioupiou nom m p 0.05 0.34 0.00 0.07 -pipa pipa nom m s 0.02 0.07 0.02 0.07 -pipai piper ver 20.57 2.57 0.00 0.07 ind:pas:1s; -pipais piper ver 20.57 2.57 0.01 0.07 ind:imp:1s; -pipait piper ver 20.57 2.57 0.01 0.14 ind:imp:3s; -pipant piper ver 20.57 2.57 0.10 0.00 par:pre; -pipasse piper ver 20.57 2.57 0.00 0.07 sub:imp:1s; -pipe_line pipe_line nom m s 0.11 0.34 0.09 0.34 -pipe_line pipe_line nom m p 0.11 0.34 0.02 0.00 -pipe pipe nom f s 16.38 32.84 12.74 25.74 -pipeau pipeau nom m s 2.09 1.22 1.84 0.95 -pipeaux pipeau nom m p 2.09 1.22 0.25 0.27 -pipelet pipelet nom m s 0.00 0.47 0.00 0.34 -pipelets pipelet nom m p 0.00 0.47 0.00 0.14 -pipelette pipelette nom f s 0.35 1.82 0.27 1.62 -pipelettes pipelette nom f p 0.35 1.82 0.09 0.20 -pipeline pipeline nom m s 0.51 0.14 0.42 0.07 -pipelines pipeline nom m p 0.51 0.14 0.08 0.07 -piper piper ver 20.57 2.57 19.94 0.88 inf; -pipera piper ver 20.57 2.57 0.01 0.00 ind:fut:3s; -piperade piperade nom f s 0.00 0.07 0.00 0.07 -piperie piperie nom f s 0.00 0.07 0.00 0.07 -pipes pipe nom f p 16.38 32.84 3.64 7.09 -pipette pipette nom f s 0.55 0.68 0.54 0.54 -pipettes pipette nom f p 0.55 0.68 0.01 0.14 -pipeur pipeur nom m s 0.00 0.47 0.00 0.14 -pipeuse pipeur nom f s 0.00 0.47 0.00 0.14 -pipeuses pipeuse nom f p 0.14 0.00 0.14 0.00 -pipi_room pipi_room nom m s 0.05 0.00 0.05 0.00 -pipi pipi nom m s 15.36 10.07 15.33 9.19 -pipiers pipier nom m p 0.00 0.07 0.00 0.07 -pipis pipi nom m p 15.36 10.07 0.03 0.88 -pipistrelle pipistrelle nom f s 0.13 0.00 0.13 0.00 -pipo pipo nom m s 0.18 0.00 0.18 0.00 -pipé piper ver m s 20.57 2.57 0.16 0.20 par:pas; -pipée pipée nom f s 0.02 0.07 0.02 0.00 -pipées pipée nom f p 0.02 0.07 0.00 0.07 -pipés piper ver m p 20.57 2.57 0.24 0.41 par:pas; -piqûre piqûre nom f s 11.41 10.95 7.59 6.08 -piqûres piqûre nom f p 11.41 10.95 3.82 4.86 -piqua piquer ver 50.05 64.86 0.03 3.72 ind:pas:3s; -piquage piquage nom m s 0.02 0.07 0.02 0.00 -piquages piquage nom m p 0.02 0.07 0.00 0.07 -piquai piquer ver 50.05 64.86 0.01 0.34 ind:pas:1s; -piquaient piquer ver 50.05 64.86 0.11 2.36 ind:imp:3p; -piquais piquer ver 50.05 64.86 0.91 0.88 ind:imp:1s;ind:imp:2s; -piquait piquer ver 50.05 64.86 0.90 6.55 ind:imp:3s; -piquant piquant nom m s 1.17 1.76 0.74 1.15 -piquante piquant adj f s 2.59 6.82 1.60 2.57 -piquantes piquant adj f p 2.59 6.82 0.31 1.22 -piquants piquant nom m p 1.17 1.76 0.43 0.61 -pique_assiette pique_assiette nom s 0.39 0.34 0.27 0.27 -pique_assiette pique_assiette nom p 0.39 0.34 0.12 0.07 -pique_boeuf pique_boeuf nom m p 0.00 0.07 0.00 0.07 -pique_feu pique_feu nom m 0.03 0.81 0.03 0.81 -pique_niquer pique_niquer ver 1.03 0.74 0.01 0.00 ind:imp:3p; -pique_nique pique_nique nom m s 6.05 4.12 5.57 3.18 -pique_niquer pique_niquer ver 1.03 0.74 0.03 0.07 ind:pre:3p; -pique_niquer pique_niquer ver 1.03 0.74 0.83 0.47 inf;; -pique_niquer pique_niquer ver 1.03 0.74 0.01 0.00 cnd:pre:3p; -pique_niquer pique_niquer ver 1.03 0.74 0.01 0.00 ind:fut:1p; -pique_nique pique_nique nom m p 6.05 4.12 0.48 0.95 -pique_niqueur pique_niqueur nom m p 0.02 0.27 0.02 0.27 -pique_niquer pique_niquer ver 1.03 0.74 0.01 0.07 ind:pre:2p; -pique_niquer pique_niquer ver m s 1.03 0.74 0.05 0.07 par:pas; -pique piquer ver 50.05 64.86 7.74 10.07 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -piquent piquer ver 50.05 64.86 1.54 2.57 ind:pre:3p; -piquer piquer ver 50.05 64.86 15.35 14.26 inf; -piquera piquer ver 50.05 64.86 0.55 0.20 ind:fut:3s; -piquerai piquer ver 50.05 64.86 0.16 0.07 ind:fut:1s; -piqueraient piquer ver 50.05 64.86 0.02 0.07 cnd:pre:3p; -piquerais piquer ver 50.05 64.86 0.04 0.00 cnd:pre:1s;cnd:pre:2s; -piquerait piquer ver 50.05 64.86 0.08 0.27 cnd:pre:3s; -piqueras piquer ver 50.05 64.86 0.17 0.14 ind:fut:2s; -piquerez piquer ver 50.05 64.86 0.01 0.00 ind:fut:2p; -piquerons piqueron nom m p 0.14 0.00 0.14 0.00 -piqueront piquer ver 50.05 64.86 0.04 0.14 ind:fut:3p; -piques piquer ver 50.05 64.86 1.92 0.61 ind:pre:2s; -piquet piquet nom m s 3.64 9.39 1.48 4.73 -piquetage piquetage nom m s 0.00 0.07 0.00 0.07 -piquetaient piqueter ver 0.00 3.18 0.00 0.41 ind:imp:3p; -piquetait piqueter ver 0.00 3.18 0.00 0.07 ind:imp:3s; -piqueter piqueter ver 0.00 3.18 0.00 0.14 inf; -piquetis piquetis nom m 0.00 0.14 0.00 0.14 -piquets piquet nom m p 3.64 9.39 2.16 4.66 -piquette piquette nom f s 0.99 1.15 0.99 1.08 -piquettes piquette nom f p 0.99 1.15 0.00 0.07 -piqueté piqueter ver m s 0.00 3.18 0.00 0.95 par:pas; -piquetée piqueter ver f s 0.00 3.18 0.00 0.88 par:pas; -piquetées piqueter ver f p 0.00 3.18 0.00 0.47 par:pas; -piquetés piqueter ver m p 0.00 3.18 0.00 0.27 par:pas; -piqueur piqueur adj m s 0.76 0.61 0.61 0.54 -piqueurs piqueur nom m p 0.32 1.35 0.14 0.34 -piqueuse piqueur nom f s 0.32 1.35 0.00 0.27 -piqueuses piqueur nom f p 0.32 1.35 0.00 0.41 -piqueux piqueux nom m 0.01 0.20 0.01 0.20 -piquez piquer ver 50.05 64.86 1.15 0.20 imp:pre:2p;ind:pre:2p; -piquier piquier nom m s 0.01 0.07 0.01 0.07 -piquiez piquer ver 50.05 64.86 0.13 0.07 ind:imp:2p; -piquions piquer ver 50.05 64.86 0.00 0.07 ind:imp:1p; -piquons piquer ver 50.05 64.86 0.04 0.27 imp:pre:1p;ind:pre:1p; -piquouse piquouse nom f s 0.04 0.95 0.02 0.54 -piquouser piquouser ver 0.01 0.00 0.01 0.00 inf; -piquouses piquouse nom f p 0.04 0.95 0.02 0.41 -piquouze piquouze nom f s 0.05 0.34 0.02 0.20 -piquouzes piquouze nom f p 0.05 0.34 0.03 0.14 -piquèrent piquer ver 50.05 64.86 0.00 0.47 ind:pas:3p; -piqué piquer ver m s 50.05 64.86 15.18 11.55 par:pas; -piquée piquer ver f s 50.05 64.86 2.79 3.78 par:pas; -piquées piquer ver f p 50.05 64.86 0.38 1.15 par:pas; -piqués piquer ver m p 50.05 64.86 0.58 2.57 par:pas; -pirandellienne pirandellien adj f s 0.00 0.07 0.00 0.07 -piranha piranha nom m s 1.32 0.14 0.26 0.00 -piranhas piranha nom m p 1.32 0.14 1.06 0.14 -piratage piratage nom m s 0.56 0.07 0.53 0.07 -piratages piratage nom m p 0.56 0.07 0.03 0.00 -pirataient pirater ver 2.84 0.47 0.00 0.07 ind:imp:3p; -piratant pirater ver 2.84 0.47 0.02 0.07 par:pre; -pirate pirate nom m s 8.14 5.47 3.88 1.69 -piratent pirater ver 2.84 0.47 0.06 0.00 ind:pre:3p; -pirater pirater ver 2.84 0.47 0.90 0.14 inf; -piraterie piraterie nom f s 0.51 0.61 0.49 0.41 -pirateries piraterie nom f p 0.51 0.61 0.02 0.20 -pirates pirate nom m p 8.14 5.47 4.26 3.78 -piratez pirater ver 2.84 0.47 0.06 0.00 imp:pre:2p;ind:pre:2p; -piraté pirater ver m s 2.84 0.47 1.14 0.14 par:pas; -piratée pirater ver f s 2.84 0.47 0.07 0.00 par:pas; -piratés pirater ver m p 2.84 0.47 0.25 0.07 par:pas; -pire pire adj s 98.83 57.70 83.22 39.80 -pires pire adj p 98.83 57.70 15.61 17.91 -piriforme piriforme adj m s 0.00 0.47 0.00 0.34 -piriformes piriforme adj f p 0.00 0.47 0.00 0.14 -pirogue pirogue nom f s 0.76 4.73 0.65 2.50 -pirogues pirogue nom f p 0.76 4.73 0.11 2.23 -pirojki pirojki nom m 0.28 0.20 0.00 0.14 -pirojkis pirojki nom m p 0.28 0.20 0.28 0.07 -pirolle pirolle nom f s 0.00 0.20 0.00 0.20 -pirouetta pirouetter ver 0.10 0.81 0.00 0.20 ind:pas:3s; -pirouettais pirouetter ver 0.10 0.81 0.00 0.07 ind:imp:1s; -pirouettait pirouetter ver 0.10 0.81 0.00 0.07 ind:imp:3s; -pirouettant pirouetter ver 0.10 0.81 0.00 0.07 par:pre; -pirouette pirouette nom f s 1.39 3.51 0.42 3.04 -pirouetter pirouetter ver 0.10 0.81 0.07 0.20 inf; -pirouettes pirouette nom f p 1.39 3.51 0.96 0.47 -pis_aller pis_aller nom m 0.14 0.81 0.14 0.81 -pis pis adv_sup 30.15 37.16 30.15 37.16 -pisa piser ver 0.50 0.00 0.50 0.00 ind:pas:3s; -pisan pisan adj m s 0.10 0.07 0.10 0.00 -pisans pisan adj m p 0.10 0.07 0.00 0.07 -pisans pisan nom m p 0.00 0.07 0.00 0.07 -piscicole piscicole adj s 0.07 0.07 0.06 0.00 -piscicoles piscicole adj p 0.07 0.07 0.01 0.07 -pisciculteur pisciculteur nom m s 0.01 0.07 0.01 0.07 -pisciculture pisciculture nom f s 0.04 0.14 0.04 0.14 -pisciforme pisciforme adj f s 0.00 0.07 0.00 0.07 -piscine piscine nom f s 23.62 17.09 22.19 15.74 -piscines piscine nom f p 23.62 17.09 1.43 1.35 -pisiforme pisiforme nom m s 0.03 0.00 0.03 0.00 -pissa pisser ver 39.03 26.49 0.01 0.54 ind:pas:3s; -pissaient pisser ver 39.03 26.49 0.04 0.68 ind:imp:3p; -pissais pisser ver 39.03 26.49 0.67 0.27 ind:imp:1s;ind:imp:2s; -pissait pisser ver 39.03 26.49 0.78 1.96 ind:imp:3s; -pissaladière pissaladière nom f s 0.00 0.07 0.00 0.07 -pissant pisser ver 39.03 26.49 0.45 0.68 par:pre; -pissat pissat nom m s 0.10 0.41 0.10 0.41 -pisse_copie pisse_copie nom s 0.01 0.27 0.01 0.20 -pisse_copie pisse_copie nom p 0.01 0.27 0.00 0.07 -pisse_froid pisse_froid nom m 0.10 0.34 0.10 0.34 -pisse_vinaigre pisse_vinaigre nom m 0.04 0.07 0.04 0.07 -pisse pisser ver 39.03 26.49 6.84 5.20 imp:pre:2s;ind:pre:1s;ind:pre:3s; -pissenlit pissenlit nom m s 1.32 3.24 0.68 1.28 -pissenlits pissenlit nom m p 1.32 3.24 0.65 1.96 -pissent pisser ver 39.03 26.49 0.60 0.68 ind:pre:3p; -pisser pisser ver 39.03 26.49 20.83 13.65 inf; -pissera pisser ver 39.03 26.49 0.25 0.00 ind:fut:3s; -pisserai pisser ver 39.03 26.49 0.43 0.00 ind:fut:1s; -pisseraient pisser ver 39.03 26.49 0.01 0.14 cnd:pre:3p; -pisserais pisser ver 39.03 26.49 0.14 0.00 cnd:pre:1s;cnd:pre:2s; -pisserait pisser ver 39.03 26.49 0.07 0.14 cnd:pre:3s; -pisseras pisser ver 39.03 26.49 0.06 0.27 ind:fut:2s; -pisses pisser ver 39.03 26.49 1.05 0.07 ind:pre:2s; -pissette pissette nom f s 0.14 0.20 0.14 0.20 -pisseur pisseur nom m s 0.51 0.88 0.25 0.14 -pisseurs pisseur nom m p 0.51 0.88 0.03 0.07 -pisseuse pisseux adj f s 0.71 2.84 0.30 0.68 -pisseuses pisseuse nom f p 0.14 0.00 0.14 0.00 -pisseux pisseux adj m 0.71 2.84 0.40 1.89 -pissez pisser ver 39.03 26.49 1.07 0.20 imp:pre:2p;ind:pre:2p; -pissoir pissoir nom m s 0.02 0.00 0.02 0.00 -pissons pisser ver 39.03 26.49 0.14 0.00 imp:pre:1p;ind:pre:1p; -pissât pisser ver 39.03 26.49 0.00 0.07 sub:imp:3s; -pissotière pissotière nom f s 0.61 3.45 0.41 2.03 -pissotières pissotière nom f p 0.61 3.45 0.20 1.42 -pissou pissou nom m s 5.28 0.07 5.28 0.07 -pissèrent pisser ver 39.03 26.49 0.00 0.07 ind:pas:3p; -pissé pisser ver m s 39.03 26.49 5.46 1.89 par:pas; -pissée pisser ver f s 39.03 26.49 0.13 0.00 par:pas; -pista pister ver 1.90 1.28 0.00 0.07 ind:pas:3s; -pistache pistache nom f s 0.69 1.69 0.41 0.74 -pistaches pistache nom f p 0.69 1.69 0.27 0.95 -pistachier pistachier nom m s 0.00 0.14 0.00 0.07 -pistachiers pistachier nom m p 0.00 0.14 0.00 0.07 -pistage pistage nom m s 0.30 0.00 0.30 0.00 -pistais pister ver 1.90 1.28 0.00 0.07 ind:imp:1s; -pistait pister ver 1.90 1.28 0.06 0.07 ind:imp:3s; -pistant pister ver 1.90 1.28 0.00 0.20 par:pre; -pistard pistard nom m s 0.01 0.47 0.01 0.20 -pistards pistard nom m p 0.01 0.47 0.00 0.27 -piste piste nom f s 51.77 41.15 43.01 34.86 -pistent pister ver 1.90 1.28 0.08 0.14 ind:pre:3p; -pister pister ver 1.90 1.28 0.76 0.47 inf; -pistera pister ver 1.90 1.28 0.01 0.00 ind:fut:3s; -pisterai pister ver 1.90 1.28 0.02 0.00 ind:fut:1s; -pistes piste nom f p 51.77 41.15 8.77 6.28 -pisteur pisteur nom m s 0.54 0.95 0.47 0.81 -pisteurs pisteur nom m p 0.54 0.95 0.06 0.14 -pistez pister ver 1.90 1.28 0.15 0.00 imp:pre:2p;ind:pre:2p; -pistil pistil nom m s 0.02 0.81 0.02 0.47 -pistils pistil nom m p 0.02 0.81 0.00 0.34 -pistole pistole nom f s 1.09 0.34 0.16 0.27 -pistolero pistolero nom m s 0.24 0.14 0.08 0.07 -pistoleros pistolero nom m p 0.24 0.14 0.16 0.07 -pistoles pistole nom f p 1.09 0.34 0.93 0.07 -pistolet_mitrailleur pistolet_mitrailleur nom m s 0.02 0.00 0.02 0.00 -pistolet pistolet nom m s 34.92 18.78 31.63 14.80 -pistolets pistolet nom m p 34.92 18.78 3.29 3.99 -pistoleurs pistoleur nom m p 0.00 0.07 0.00 0.07 -pistolétade pistolétade nom f s 0.00 0.14 0.00 0.14 -piston piston nom m s 2.46 3.18 1.79 2.50 -pistonnais pistonner ver 1.03 0.47 0.00 0.07 ind:imp:2s; -pistonner pistonner ver 1.03 0.47 0.29 0.20 inf; -pistonnera pistonner ver 1.03 0.47 0.01 0.00 ind:fut:3s; -pistonnerai pistonner ver 1.03 0.47 0.01 0.00 ind:fut:1s; -pistonnions pistonner ver 1.03 0.47 0.01 0.00 ind:imp:1p; -pistonné pistonner ver m s 1.03 0.47 0.67 0.14 par:pas; -pistonnée pistonner ver f s 1.03 0.47 0.04 0.00 par:pas; -pistonnés pistonné nom m p 0.35 0.07 0.10 0.07 -pistons piston nom m p 2.46 3.18 0.68 0.68 -pistou pistou nom m s 0.38 0.00 0.38 0.00 -pisté pister ver m s 1.90 1.28 0.17 0.14 par:pas; -pistée pister ver f s 1.90 1.28 0.03 0.00 par:pas; -pistées pister ver f p 1.90 1.28 0.00 0.07 par:pas; -pistés pister ver m p 1.90 1.28 0.08 0.00 par:pas; -pisé pisé nom m s 0.02 0.47 0.02 0.47 -pit_bull pit_bull nom m s 0.63 0.00 0.26 0.00 -pit_bull pit_bull nom m p 0.63 0.00 0.06 0.00 -pit_bull pit_bull nom m s 0.63 0.00 0.31 0.00 -pita pita nom m s 0.73 0.00 0.70 0.00 -pitaine pitaine nom m s 0.00 2.09 0.00 2.09 -pitance pitance nom f s 0.35 2.70 0.35 2.57 -pitances pitance nom f p 0.35 2.70 0.00 0.14 -pitancher pitancher ver 0.00 0.14 0.00 0.07 inf; -pitancherai pitancher ver 0.00 0.14 0.00 0.07 ind:fut:1s; -pitancier pitancier nom m s 0.00 0.07 0.00 0.07 -pitas pita nom m p 0.73 0.00 0.03 0.00 -pitbull pitbull nom m s 1.02 0.00 0.82 0.00 -pitbulls pitbull nom m p 1.02 0.00 0.20 0.00 -pitch pitch nom m s 0.29 0.00 0.29 0.00 -pitcher pitcher ver 0.03 0.00 0.03 0.00 inf; -pitchoun pitchoun nom m s 0.03 0.07 0.02 0.00 -pitchoune pitchoun adj f s 0.03 0.00 0.03 0.00 -pitchounet pitchounet nom m s 0.14 0.00 0.14 0.00 -pitchounette pitchounette nom f s 0.14 0.00 0.14 0.00 -pitchpin pitchpin nom m s 0.00 0.47 0.00 0.47 -piteuse piteux adj f s 0.82 4.46 0.12 1.69 -piteusement piteusement adv 0.14 1.42 0.14 1.42 -piteuses piteux adj f p 0.82 4.46 0.00 0.07 -piteux piteux adj m 0.82 4.46 0.70 2.70 -pièce pièce nom f s 151.10 276.35 110.66 193.78 -pièces pièce nom f p 151.10 276.35 40.44 82.57 -piège piège nom m s 33.12 30.20 27.53 19.93 -piègent piéger ver 21.77 7.09 0.20 0.14 ind:pre:3p; -pièges piège nom m p 33.12 30.20 5.59 10.27 -pithiviers pithiviers nom m 0.00 0.07 0.00 0.07 -piète piéter ver 0.01 0.54 0.00 0.07 ind:pre:3s; -piètement piètement nom m s 0.00 0.07 0.00 0.07 -piètre piètre adj s 2.65 4.19 2.47 3.45 -piètrement piètrement adv 0.03 0.00 0.03 0.00 -piètres piètre adj p 2.65 4.19 0.18 0.74 -pithécanthrope pithécanthrope nom m s 0.00 0.34 0.00 0.20 -pithécanthropes pithécanthrope nom m p 0.00 0.34 0.00 0.14 -pitié pitié nom f s 76.38 58.11 76.38 57.91 -pitiés pitié nom f p 76.38 58.11 0.00 0.20 -piton piton nom m s 0.46 7.30 0.40 6.42 -pitonnant pitonner ver 0.00 0.14 0.00 0.07 par:pre; -pitonner pitonner ver 0.00 0.14 0.00 0.07 inf; -pitons piton nom m p 0.46 7.30 0.06 0.88 -pitoyable pitoyable adj s 6.26 9.19 5.63 6.96 -pitoyablement pitoyablement adv 0.17 0.47 0.17 0.47 -pitoyables pitoyable adj p 6.26 9.19 0.63 2.23 -pitre pitre nom m s 1.70 1.96 1.55 1.69 -pitrerie pitrerie nom f s 0.99 1.28 0.16 0.34 -pitreries pitrerie nom f p 0.99 1.28 0.83 0.95 -pitres pitre nom m p 1.70 1.96 0.15 0.27 -pittoresque pittoresque adj s 1.71 6.49 1.47 4.53 -pittoresques pittoresque adj p 1.71 6.49 0.25 1.96 -pituitaire pituitaire adj s 0.15 0.20 0.12 0.14 -pituitaires pituitaire adj p 0.15 0.20 0.03 0.07 -pituite pituite nom f s 0.01 0.07 0.01 0.07 -pityriasis pityriasis nom m 0.01 0.07 0.01 0.07 -piu piu adv 0.02 0.07 0.02 0.07 -piécette piécette nom f s 0.09 1.89 0.07 0.68 -piécettes piécette nom f p 0.09 1.89 0.02 1.22 -piédestal piédestal nom m s 0.80 2.09 0.79 2.09 -piédestaux piédestal nom m p 0.80 2.09 0.01 0.00 -piédroit piédroit nom m s 0.00 0.20 0.00 0.14 -piédroits piédroit nom m p 0.00 0.20 0.00 0.07 -piégeage piégeage nom m s 0.01 0.27 0.01 0.14 -piégeages piégeage nom m p 0.01 0.27 0.00 0.14 -piégeais piéger ver 21.77 7.09 0.02 0.07 ind:imp:1s; -piégeait piéger ver 21.77 7.09 0.04 0.41 ind:imp:3s; -piégeant piéger ver 21.77 7.09 0.04 0.00 par:pre; -piéger piéger ver 21.77 7.09 6.33 2.36 inf; -piégerai piéger ver 21.77 7.09 0.04 0.07 ind:fut:1s; -piégerais piéger ver 21.77 7.09 0.02 0.00 cnd:pre:1s;cnd:pre:2s; -piégerait piéger ver 21.77 7.09 0.01 0.07 cnd:pre:3s; -piégerez piéger ver 21.77 7.09 0.03 0.00 ind:fut:2p; -piégeront piéger ver 21.77 7.09 0.01 0.07 ind:fut:3p; -piégeur piégeur nom m s 0.23 0.34 0.08 0.20 -piégeurs piégeur nom m p 0.23 0.34 0.00 0.07 -piégeuse piégeur nom f s 0.23 0.34 0.15 0.00 -piégeuses piégeur nom f p 0.23 0.34 0.00 0.07 -piégez piéger ver 21.77 7.09 0.07 0.00 imp:pre:2p;ind:pre:2p; -piégé piéger ver m s 21.77 7.09 9.12 1.69 par:pas; -piégée piéger ver f s 21.77 7.09 2.34 0.61 par:pas; -piégées piéger ver f p 21.77 7.09 0.43 0.54 par:pas; -piégés piéger ver m p 21.77 7.09 2.53 0.68 par:pas; -piémont piémont nom m s 0.01 0.14 0.01 0.14 -piémontais piémontais nom m 0.60 0.34 0.60 0.34 -piémontaise piémontais adj f s 0.34 0.34 0.01 0.07 -piéride piéride nom f s 0.00 0.14 0.00 0.07 -piérides piéride nom f p 0.00 0.14 0.00 0.07 -piéta piéta nom f s 0.15 0.07 0.15 0.07 -piétaille piétaille nom f s 0.20 1.28 0.20 1.28 -piétait piéter ver 0.01 0.54 0.00 0.07 ind:imp:3s; -piétant piéter ver 0.01 0.54 0.00 0.07 par:pre; -piétement piétement nom m s 0.00 0.47 0.00 0.47 -piéter piéter ver 0.01 0.54 0.00 0.07 inf; -piétin piétin nom m s 0.00 0.07 0.00 0.07 -piétina piétiner ver 6.78 20.61 0.10 0.74 ind:pas:3s; -piétinai piétiner ver 6.78 20.61 0.00 0.07 ind:pas:1s; -piétinaient piétiner ver 6.78 20.61 0.11 1.62 ind:imp:3p; -piétinais piétiner ver 6.78 20.61 0.29 0.14 ind:imp:1s;ind:imp:2s; -piétinait piétiner ver 6.78 20.61 0.03 1.89 ind:imp:3s; -piétinant piétiner ver 6.78 20.61 0.01 2.43 par:pre; -piétinante piétinant adj f s 0.00 0.34 0.00 0.07 -piétine piétiner ver 6.78 20.61 1.66 2.43 imp:pre:2s;ind:pre:1s;ind:pre:3s; -piétinement piétinement nom m s 0.11 5.34 0.09 4.53 -piétinements piétinement nom m p 0.11 5.34 0.01 0.81 -piétinent piétiner ver 6.78 20.61 0.39 1.28 ind:pre:3p; -piétiner piétiner ver 6.78 20.61 1.39 3.45 inf; -piétinera piétiner ver 6.78 20.61 0.26 0.14 ind:fut:3s; -piétinerai piétiner ver 6.78 20.61 0.14 0.00 ind:fut:1s; -piétinerais piétiner ver 6.78 20.61 0.03 0.00 cnd:pre:2s; -piétinerait piétiner ver 6.78 20.61 0.02 0.00 cnd:pre:3s; -piétineront piétiner ver 6.78 20.61 0.01 0.00 ind:fut:3p; -piétinez piétiner ver 6.78 20.61 0.20 0.07 imp:pre:2p;ind:pre:2p; -piétinons piétiner ver 6.78 20.61 0.02 0.14 ind:pre:1p; -piétinèrent piétiner ver 6.78 20.61 0.00 0.20 ind:pas:3p; -piétiné piétiner ver m s 6.78 20.61 1.35 2.57 par:pas; -piétinée piétiner ver f s 6.78 20.61 0.34 1.55 par:pas; -piétinées piétiner ver f p 6.78 20.61 0.05 0.74 par:pas; -piétinés piétiner ver m p 6.78 20.61 0.37 1.15 par:pas; -piétiste piétiste adj f s 0.00 0.07 0.00 0.07 -piéton piéton nom m s 0.75 3.72 0.54 1.28 -piétonne piéton adj f s 0.85 1.82 0.04 0.14 -piétonnes piéton adj f p 0.85 1.82 0.01 0.00 -piétonnier piétonnier adj m s 0.14 0.20 0.02 0.07 -piétonnière piétonnier adj f s 0.14 0.20 0.02 0.07 -piétonnières piétonnier adj f p 0.14 0.20 0.10 0.07 -piétons piéton adj m p 0.85 1.82 0.26 1.62 -piété piété nom f s 1.47 7.70 1.47 7.70 -pive pive nom f s 0.00 0.07 0.00 0.07 -pivert pivert nom m s 0.22 0.88 0.16 0.81 -piverts pivert nom m p 0.22 0.88 0.06 0.07 -pivoine pivoine nom f s 0.73 1.96 0.19 0.74 -pivoines pivoine nom f p 0.73 1.96 0.54 1.22 -pivot pivot nom m s 0.68 1.69 0.61 1.55 -pivota pivoter ver 1.19 9.39 0.00 2.09 ind:pas:3s; -pivotai pivoter ver 1.19 9.39 0.00 0.07 ind:pas:1s; -pivotaient pivoter ver 1.19 9.39 0.01 0.14 ind:imp:3p; -pivotait pivoter ver 1.19 9.39 0.04 0.54 ind:imp:3s; -pivotant pivotant adj m s 0.08 0.81 0.04 0.47 -pivotante pivotant adj f s 0.08 0.81 0.03 0.20 -pivotantes pivotant adj f p 0.08 0.81 0.00 0.07 -pivotants pivotant adj m p 0.08 0.81 0.00 0.07 -pivote pivoter ver 1.19 9.39 0.36 1.42 imp:pre:2s;ind:pre:1s;ind:pre:3s; -pivotement pivotement nom m s 0.01 0.07 0.01 0.07 -pivotent pivoter ver 1.19 9.39 0.01 0.14 ind:pre:3p; -pivoter pivoter ver 1.19 9.39 0.33 2.91 inf; -pivotes pivoter ver 1.19 9.39 0.01 0.00 ind:pre:2s; -pivotez pivoter ver 1.19 9.39 0.29 0.00 imp:pre:2p; -pivots pivot nom m p 0.68 1.69 0.07 0.14 -pivotèrent pivoter ver 1.19 9.39 0.00 0.14 ind:pas:3p; -pivoté pivoter ver m s 1.19 9.39 0.13 0.27 par:pas; -pixel pixel nom m s 0.36 0.00 0.03 0.00 -pixellisés pixelliser ver m p 0.03 0.00 0.03 0.00 par:pas; -pixels pixel nom m p 0.36 0.00 0.34 0.00 -pizza pizza nom f s 23.09 3.24 18.60 2.09 -pizzaiolo pizzaiolo nom m s 0.02 0.00 0.02 0.00 -pizzas pizza nom f p 23.09 3.24 4.49 1.15 -pizzeria pizzeria nom f s 2.12 1.42 2.01 1.35 -pizzerias pizzeria nom f p 2.12 1.42 0.10 0.07 -pizzicato pizzicato nom m s 0.29 0.14 0.29 0.14 -plût plaire ver 607.24 139.80 0.22 1.69 sub:imp:3s; -plaît plaire ver 607.24 139.80 499.91 55.00 ind:pre:3s; -placage placage nom m s 0.22 0.34 0.22 0.20 -placages placage nom m p 0.22 0.34 0.00 0.14 -placard placard nom m s 21.47 34.39 19.26 25.74 -placardait placarder ver 0.56 3.18 0.00 0.20 ind:imp:3s; -placarde placarder ver 0.56 3.18 0.11 1.08 imp:pre:2s;ind:pre:1s;ind:pre:3s; -placarder placarder ver 0.56 3.18 0.04 0.54 inf; -placardes placarder ver 0.56 3.18 0.00 0.07 ind:pre:2s; -placardier placardier nom m s 0.00 0.14 0.00 0.14 -placards placard nom m p 21.47 34.39 2.20 8.65 -placardé placarder ver m s 0.56 3.18 0.16 0.41 par:pas; -placardée placarder ver f s 0.56 3.18 0.07 0.41 par:pas; -placardées placarder ver f p 0.56 3.18 0.02 0.34 par:pas; -placardés placarder ver m p 0.56 3.18 0.16 0.14 par:pas; -place place nom f s 301.30 468.58 280.54 437.97 -placebo placebo nom m s 0.52 0.14 0.47 0.14 -placebos placebo nom m p 0.52 0.14 0.05 0.00 -placement placement nom m s 3.12 3.11 2.13 2.03 -placements placement nom m p 3.12 3.11 0.99 1.08 -placent placer ver 52.95 101.76 0.58 0.74 ind:pre:3p; -placenta placenta nom m s 0.70 0.61 0.69 0.54 -placentaire placentaire adj s 0.04 0.00 0.04 0.00 -placentas placenta nom m p 0.70 0.61 0.02 0.07 -placer placer ver 52.95 101.76 10.24 21.69 inf; -placera placer ver 52.95 101.76 0.35 0.34 ind:fut:3s; -placerai placer ver 52.95 101.76 0.55 0.27 ind:fut:1s; -placeraient placer ver 52.95 101.76 0.00 0.07 cnd:pre:3p; -placerais placer ver 52.95 101.76 0.05 0.27 cnd:pre:1s; -placerait placer ver 52.95 101.76 0.17 0.68 cnd:pre:3s; -placeras placer ver 52.95 101.76 0.08 0.00 ind:fut:2s; -placerez placer ver 52.95 101.76 0.20 0.20 ind:fut:2p; -placerons placer ver 52.95 101.76 0.06 0.20 ind:fut:1p; -placeront placer ver 52.95 101.76 0.25 0.00 ind:fut:3p; -places place nom f p 301.30 468.58 20.76 30.61 -placet placet nom m s 0.01 0.27 0.00 0.20 -placets placet nom m p 0.01 0.27 0.01 0.07 -placette placette nom f s 0.00 1.82 0.00 1.49 -placettes placette nom f p 0.00 1.82 0.00 0.34 -placeur placeur nom m s 0.06 0.34 0.03 0.07 -placeurs placeur nom m p 0.06 0.34 0.03 0.00 -placeuse placeur nom f s 0.06 0.34 0.00 0.20 -placeuses placeur nom f p 0.06 0.34 0.00 0.07 -placez placer ver 52.95 101.76 4.01 1.15 imp:pre:2p;ind:pre:2p; -placide placide adj s 0.29 5.95 0.19 5.20 -placidement placidement adv 0.00 1.35 0.00 1.35 -placides placide adj p 0.29 5.95 0.11 0.74 -placidité placidité nom f s 0.00 2.03 0.00 2.03 -placier placier nom m s 0.03 0.14 0.03 0.07 -placiers placier nom m p 0.03 0.14 0.00 0.07 -placiez placer ver 52.95 101.76 0.03 0.00 ind:imp:2p; -placions placer ver 52.95 101.76 0.04 0.07 ind:imp:1p; -placoplâtre placoplâtre nom m s 0.06 0.00 0.06 0.00 -placèrent placer ver 52.95 101.76 0.14 0.68 ind:pas:3p; -placé placer ver m s 52.95 101.76 11.81 22.91 par:pas; -placée placer ver f s 52.95 101.76 4.51 8.18 par:pas; -placées placer ver f p 52.95 101.76 1.09 2.84 par:pas; -placés placer ver m p 52.95 101.76 2.19 6.96 par:pas; -plafond plafond nom m s 10.34 50.34 9.44 46.35 -plafonds plafond nom m p 10.34 50.34 0.90 3.99 -plafonnant plafonner ver 0.17 0.34 0.00 0.07 par:pre; -plafonne plafonner ver 0.17 0.34 0.07 0.07 imp:pre:2s;ind:pre:3s; -plafonnement plafonnement nom m s 0.04 0.07 0.04 0.07 -plafonner plafonner ver 0.17 0.34 0.05 0.07 inf; -plafonnier plafonnier nom m s 0.13 1.42 0.13 1.15 -plafonniers plafonnier nom m p 0.13 1.42 0.00 0.20 -plafonnière plafonnier nom f s 0.13 1.42 0.00 0.07 -plafonnons plafonner ver 0.17 0.34 0.00 0.07 ind:pre:1p; -plafonné plafonner ver m s 0.17 0.34 0.04 0.07 par:pas; -plafonnée plafonner ver f s 0.17 0.34 0.01 0.00 par:pas; -plafonnées plafonné adj f p 0.01 0.14 0.00 0.14 -plage plage nom f s 48.19 86.89 44.99 72.03 -plages plage nom f p 48.19 86.89 3.20 14.86 -plagiaire plagiaire nom m s 0.19 0.07 0.17 0.00 -plagiaires plagiaire nom m p 0.19 0.07 0.02 0.07 -plagiant plagier ver 0.40 0.47 0.00 0.14 par:pre; -plagiat plagiat nom m s 0.38 0.41 0.35 0.20 -plagiats plagiat nom m p 0.38 0.41 0.02 0.20 -plagie plagier ver 0.40 0.47 0.03 0.07 ind:pre:1s;ind:pre:3s; -plagier plagier ver 0.40 0.47 0.11 0.07 inf; -plagies plagier ver 0.40 0.47 0.01 0.00 ind:pre:2s; -plagioclase plagioclase nom m s 0.01 0.00 0.01 0.00 -plagié plagier ver m s 0.40 0.47 0.25 0.20 par:pas; -plaid plaid nom m s 0.34 1.15 0.28 0.95 -plaida plaider ver 11.46 12.70 0.14 0.81 ind:pas:3s; -plaidable plaidable adj f s 0.02 0.00 0.02 0.00 -plaidai plaider ver 11.46 12.70 0.00 0.07 ind:pas:1s; -plaidaient plaider ver 11.46 12.70 0.00 0.41 ind:imp:3p; -plaidais plaider ver 11.46 12.70 0.01 0.20 ind:imp:1s;ind:imp:2s; -plaidait plaider ver 11.46 12.70 0.06 0.88 ind:imp:3s; -plaidant plaider ver 11.46 12.70 0.21 0.41 par:pre; -plaidants plaidant adj m p 0.00 0.07 0.00 0.07 -plaide plaider ver 11.46 12.70 2.75 1.76 imp:pre:2s;ind:pre:1s;ind:pre:3s; -plaident plaider ver 11.46 12.70 0.13 0.20 ind:pre:3p; -plaider plaider ver 11.46 12.70 4.07 5.61 inf; -plaidera plaider ver 11.46 12.70 0.42 0.00 ind:fut:3s; -plaiderai plaider ver 11.46 12.70 0.61 0.14 ind:fut:1s; -plaiderait plaider ver 11.46 12.70 0.12 0.27 cnd:pre:3s; -plaideras plaider ver 11.46 12.70 0.13 0.07 ind:fut:2s; -plaiderez plaider ver 11.46 12.70 0.24 0.07 ind:fut:2p; -plaiderons plaider ver 11.46 12.70 0.08 0.14 ind:fut:1p; -plaideront plaider ver 11.46 12.70 0.01 0.00 ind:fut:3p; -plaides plaider ver 11.46 12.70 0.24 0.14 ind:pre:2s; -plaideur plaideur nom m s 0.05 0.47 0.04 0.14 -plaideurs plaideur nom m p 0.05 0.47 0.01 0.34 -plaidez plaider ver 11.46 12.70 1.03 0.20 imp:pre:2p;ind:pre:2p; -plaidiez plaider ver 11.46 12.70 0.03 0.07 ind:imp:2p; -plaidions plaider ver 11.46 12.70 0.00 0.07 ind:imp:1p; -plaidoirie plaidoirie nom f s 1.27 2.36 1.14 1.22 -plaidoiries plaidoirie nom f p 1.27 2.36 0.13 1.15 -plaidons plaider ver 11.46 12.70 0.09 0.14 imp:pre:1p;ind:pre:1p; -plaidoyer plaidoyer nom m s 0.64 1.28 0.60 0.88 -plaidoyers plaidoyer nom m p 0.64 1.28 0.04 0.41 -plaids plaid nom m p 0.34 1.15 0.05 0.20 -plaidèrent plaider ver 11.46 12.70 0.00 0.14 ind:pas:3p; -plaidé plaider ver m s 11.46 12.70 1.03 0.81 par:pas; -plaidée plaider ver f s 11.46 12.70 0.05 0.14 par:pas; -plaie plaie nom f s 15.02 24.26 10.42 14.32 -plaies plaie nom f p 15.02 24.26 4.59 9.93 -plaignît plaindre ver 61.25 67.84 0.00 0.20 sub:imp:3s; -plaignaient plaindre ver 61.25 67.84 0.28 2.30 ind:imp:3p; -plaignais plaindre ver 61.25 67.84 0.70 1.49 ind:imp:1s;ind:imp:2s; -plaignait plaindre ver 61.25 67.84 0.94 8.92 ind:imp:3s; -plaignant plaignant nom m s 1.56 0.74 0.86 0.34 -plaignante plaignant nom f s 1.56 0.74 0.33 0.14 -plaignantes plaignant nom f p 1.56 0.74 0.03 0.07 -plaignants plaignant nom m p 1.56 0.74 0.34 0.20 -plaigne plaindre ver 61.25 67.84 0.34 0.81 sub:pre:1s;sub:pre:3s; -plaignent plaindre ver 61.25 67.84 2.71 1.49 ind:pre:3p; -plaignes plaindre ver 61.25 67.84 0.04 0.00 sub:pre:2s; -plaignez plaindre ver 61.25 67.84 1.60 0.74 imp:pre:2p;ind:pre:2p; -plaigniez plaindre ver 61.25 67.84 0.05 0.00 ind:imp:2p; -plaignions plaindre ver 61.25 67.84 0.02 0.20 ind:imp:1p; -plaignirent plaindre ver 61.25 67.84 0.01 0.27 ind:pas:3p; -plaignis plaindre ver 61.25 67.84 0.00 0.20 ind:pas:1s; -plaignit plaindre ver 61.25 67.84 0.14 2.84 ind:pas:3s; -plaignons plaindre ver 61.25 67.84 0.34 0.47 imp:pre:1p;ind:pre:1p; -plain_chant plain_chant nom m s 0.10 0.27 0.10 0.27 -plain_pied plain_pied nom m s 0.12 3.65 0.12 3.65 -plain plain adj m s 0.60 0.27 0.31 0.14 -plaindra plaindre ver 61.25 67.84 0.41 0.07 ind:fut:3s; -plaindrai plaindre ver 61.25 67.84 0.82 0.07 ind:fut:1s; -plaindraient plaindre ver 61.25 67.84 0.16 0.07 cnd:pre:3p; -plaindrais plaindre ver 61.25 67.84 0.40 0.20 cnd:pre:1s;cnd:pre:2s; -plaindrait plaindre ver 61.25 67.84 0.12 0.81 cnd:pre:3s; -plaindras plaindre ver 61.25 67.84 0.05 0.00 ind:fut:2s; -plaindre plaindre ver 61.25 67.84 17.27 24.53 inf;;inf;;inf;;inf;; -plaindrez plaindre ver 61.25 67.84 0.03 0.00 ind:fut:2p; -plaindriez plaindre ver 61.25 67.84 0.01 0.07 cnd:pre:2p; -plaindrions plaindre ver 61.25 67.84 0.00 0.07 cnd:pre:1p; -plaindront plaindre ver 61.25 67.84 0.11 0.14 ind:fut:3p; -plaine plaine nom f s 3.52 39.86 3.52 39.86 -plaines plain nom f p 1.63 7.43 1.63 7.43 -plains plaindre ver 61.25 67.84 12.84 5.61 imp:pre:2s;ind:pre:1s;ind:pre:2s; -plaint plaindre ver m s 61.25 67.84 7.28 7.84 ind:pre:3s;par:pas; -plainte plaindre ver f s 61.25 67.84 13.79 6.35 par:pas; -plaintes plainte nom f p 15.07 26.69 5.46 9.59 -plaintif plaintif adj m s 1.12 6.82 0.81 3.31 -plaintifs plaintif adj m p 1.12 6.82 0.06 1.01 -plaintive plaintif adj f s 1.12 6.82 0.26 2.09 -plaintivement plaintivement adv 0.00 0.81 0.00 0.81 -plaintives plaintif adj f p 1.12 6.82 0.00 0.41 -plaints plaindre ver m p 61.25 67.84 0.44 0.47 par:pas; -plaira plaire ver 607.24 139.80 12.63 3.45 ind:fut:3s; -plairai plaire ver 607.24 139.80 0.16 0.14 ind:fut:1s; -plairaient plaire ver 607.24 139.80 0.21 0.41 cnd:pre:3p; -plairais plaire ver 607.24 139.80 0.61 0.27 cnd:pre:1s;cnd:pre:2s; -plairait plaire ver 607.24 139.80 14.60 4.46 cnd:pre:3s; -plairas plaire ver 607.24 139.80 0.70 0.14 ind:fut:2s; -plaire plaire ver 607.24 139.80 19.00 19.66 inf;; -plairez plaire ver 607.24 139.80 1.07 0.34 ind:fut:2p; -plairiez plaire ver 607.24 139.80 0.30 0.00 cnd:pre:2p; -plairont plaire ver 607.24 139.80 0.81 0.20 ind:fut:3p; -plais plaire ver 607.24 139.80 21.48 4.66 imp:pre:2s;ind:pre:1s;ind:pre:2s; -plaisaient plaire ver 607.24 139.80 0.55 2.97 ind:imp:3p; -plaisais plaire ver 607.24 139.80 1.75 2.70 ind:imp:1s;ind:imp:2s; -plaisait plaire ver 607.24 139.80 8.75 27.50 ind:imp:3s; -plaisamment plaisamment adv 0.02 2.03 0.02 2.03 -plaisance plaisance nom f s 0.35 2.03 0.35 2.03 -plaisancier plaisancier nom m s 0.19 0.20 0.00 0.07 -plaisanciers plaisancier nom m p 0.19 0.20 0.19 0.14 -plaisant plaisant adj m s 4.88 9.73 2.11 4.32 -plaisanta plaisanter ver 87.13 27.43 0.00 2.03 ind:pas:3s; -plaisantai plaisanter ver 87.13 27.43 0.10 0.14 ind:pas:1s; -plaisantaient plaisanter ver 87.13 27.43 0.13 0.68 ind:imp:3p; -plaisantais plaisanter ver 87.13 27.43 7.92 1.22 ind:imp:1s;ind:imp:2s; -plaisantait plaisanter ver 87.13 27.43 2.08 5.95 ind:imp:3s; -plaisantant plaisanter ver 87.13 27.43 0.62 2.64 par:pre; -plaisante plaisanter ver 87.13 27.43 28.50 3.92 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -plaisantent plaisanter ver 87.13 27.43 0.61 0.27 ind:pre:3p; -plaisanter plaisanter ver 87.13 27.43 6.24 6.01 inf; -plaisantera plaisanter ver 87.13 27.43 0.00 0.07 ind:fut:3s; -plaisanterai plaisanter ver 87.13 27.43 0.03 0.07 ind:fut:1s; -plaisanteraient plaisanter ver 87.13 27.43 0.00 0.07 cnd:pre:3p; -plaisanterais plaisanter ver 87.13 27.43 0.15 0.00 cnd:pre:1s; -plaisanteras plaisanter ver 87.13 27.43 0.00 0.07 ind:fut:2s; -plaisanterie plaisanterie nom f s 17.75 26.49 13.41 14.05 -plaisanteries plaisanterie nom f p 17.75 26.49 4.33 12.43 -plaisanterons plaisanter ver 87.13 27.43 0.02 0.07 ind:fut:1p; -plaisantes plaisanter ver 87.13 27.43 24.29 0.95 ind:pre:2s; -plaisantez plaisanter ver 87.13 27.43 14.96 1.55 imp:pre:2p;ind:pre:2p; -plaisantiez plaisanter ver 87.13 27.43 0.32 0.00 ind:imp:2p; -plaisantin plaisantin nom m s 0.86 0.95 0.68 0.68 -plaisantins plaisantin nom m p 0.86 0.95 0.19 0.27 -plaisantions plaisanter ver 87.13 27.43 0.04 0.14 ind:imp:1p; -plaisantons plaisanter ver 87.13 27.43 0.28 0.20 imp:pre:1p;ind:pre:1p; -plaisants plaisant adj m p 4.88 9.73 0.22 0.61 -plaisantèrent plaisanter ver 87.13 27.43 0.00 0.07 ind:pas:3p; -plaisanté plaisanter ver m s 87.13 27.43 0.84 1.35 par:pas; -plaise plaire ver 607.24 139.80 6.49 3.65 sub:pre:1s;sub:pre:3s; -plaisent plaire ver 607.24 139.80 6.92 3.45 ind:pre:3p; -plaises plaire ver 607.24 139.80 0.35 0.20 sub:pre:2s; -plaisez plaire ver 607.24 139.80 3.83 1.42 ind:pre:2p; -plaisiez plaire ver 607.24 139.80 0.27 0.20 ind:imp:2p; -plaisions plaire ver 607.24 139.80 0.00 0.27 ind:imp:1p; -plaisir plaisir nom m s 186.37 233.85 177.40 208.78 -plaisirs plaisir nom m p 186.37 233.85 8.97 25.07 -plaisons plaire ver 607.24 139.80 0.04 0.20 ind:pre:1p; -plan_séquence plan_séquence nom m s 0.10 0.00 0.10 0.00 -plan plan nom m s 147.54 88.99 119.54 67.84 -plana planer ver 7.86 16.55 0.00 0.34 ind:pas:3s; -planaient planer ver 7.86 16.55 0.13 0.95 ind:imp:3p; -planais planer ver 7.86 16.55 0.24 0.41 ind:imp:1s;ind:imp:2s; -planait planer ver 7.86 16.55 0.70 3.99 ind:imp:3s; -planant planant adj m s 0.56 1.22 0.25 0.68 -planante planant adj f s 0.56 1.22 0.27 0.20 -planantes planant adj f p 0.56 1.22 0.02 0.34 -planants planant adj m p 0.56 1.22 0.03 0.00 -planas planer ver 7.86 16.55 0.00 0.07 ind:pas:2s; -planchais plancher ver 1.37 1.35 0.02 0.07 ind:imp:1s; -planche planche nom f s 13.37 41.55 10.01 14.53 -planchent plancher ver 1.37 1.35 0.04 0.00 ind:pre:3p; -plancher plancher nom m s 7.50 31.15 6.67 29.39 -planchers plancher nom m p 7.50 31.15 0.84 1.76 -planche_contact planche_contact nom f p 0.00 0.07 0.00 0.07 -planches planche nom f p 13.37 41.55 3.36 27.03 -planchette planchette nom f s 0.01 2.50 0.01 1.82 -planchettes planchette nom f p 0.01 2.50 0.00 0.68 -planchiste planchiste nom s 0.20 0.00 0.20 0.00 -planché plancher ver m s 1.37 1.35 0.24 0.07 par:pas; -plancton plancton nom m s 0.65 0.47 0.52 0.47 -planctons plancton nom m p 0.65 0.47 0.14 0.00 -plane planer ver 7.86 16.55 2.48 2.57 ind:pre:1s;ind:pre:3s;sub:pre:3s; -planelle planelle nom f s 0.01 0.00 0.01 0.00 -planement planement nom m s 0.00 0.07 0.00 0.07 -planent planer ver 7.86 16.55 0.45 0.88 ind:pre:3p; -planer planer ver 7.86 16.55 2.25 3.99 inf;; -planera planer ver 7.86 16.55 0.02 0.00 ind:fut:3s; -planerait planer ver 7.86 16.55 0.00 0.07 cnd:pre:3s; -planerions planer ver 7.86 16.55 0.00 0.07 cnd:pre:1p; -planeront planer ver 7.86 16.55 0.00 0.07 ind:fut:3p; -planes planer ver 7.86 16.55 0.58 0.14 ind:pre:2s; -planeur planeur nom m s 1.31 0.61 0.66 0.27 -planeurs planeur nom m p 1.31 0.61 0.65 0.34 -planez planer ver 7.86 16.55 0.12 0.07 imp:pre:2p;ind:pre:2p; -planiez planer ver 7.86 16.55 0.02 0.00 ind:imp:2p; -planifiable planifiable adj s 0.01 0.00 0.01 0.00 -planifiaient planifier ver 8.15 0.68 0.01 0.00 ind:imp:3p; -planifiait planifier ver 8.15 0.68 0.18 0.00 ind:imp:3s; -planifiant planifier ver 8.15 0.68 0.05 0.07 par:pre; -planificateur planificateur nom m s 0.06 0.00 0.04 0.00 -planification planification nom f s 0.42 0.34 0.42 0.34 -planificatrice planificateur nom f s 0.06 0.00 0.01 0.00 -planifie planifier ver 8.15 0.68 0.87 0.07 imp:pre:2s;ind:pre:1s;ind:pre:3s; -planifient planifier ver 8.15 0.68 0.09 0.00 ind:pre:3p; -planifier planifier ver 8.15 0.68 1.94 0.07 inf; -planifierais planifier ver 8.15 0.68 0.01 0.07 cnd:pre:1s; -planifiez planifier ver 8.15 0.68 0.11 0.00 imp:pre:2p;ind:pre:2p; -planifions planifier ver 8.15 0.68 0.08 0.00 imp:pre:1p;ind:pre:1p; -planifié planifier ver m s 8.15 0.68 4.42 0.27 par:pas; -planifiée planifier ver f s 8.15 0.68 0.31 0.07 par:pas; -planifiés planifier ver m p 8.15 0.68 0.08 0.07 par:pas; -planisphère planisphère nom m s 0.01 1.15 0.01 1.01 -planisphères planisphère nom m p 0.01 1.15 0.00 0.14 -planitude planitude nom f s 0.00 0.14 0.00 0.14 -planning planning nom m s 4.77 0.81 4.55 0.81 -plannings planning nom m p 4.77 0.81 0.22 0.00 -planqua planquer ver 18.79 21.76 0.00 0.07 ind:pas:3s; -planquaient planquer ver 18.79 21.76 0.12 0.41 ind:imp:3p; -planquais planquer ver 18.79 21.76 0.26 0.20 ind:imp:1s;ind:imp:2s; -planquait planquer ver 18.79 21.76 0.21 1.35 ind:imp:3s; -planquant planquer ver 18.79 21.76 0.01 0.27 par:pre; -planque planque nom f s 9.10 7.30 8.21 6.42 -planquent planquer ver 18.79 21.76 0.68 0.74 ind:pre:3p; -planquer planquer ver 18.79 21.76 3.81 6.49 inf; -planquera planquer ver 18.79 21.76 0.05 0.07 ind:fut:3s; -planquerai planquer ver 18.79 21.76 0.02 0.07 ind:fut:1s; -planquerais planquer ver 18.79 21.76 0.04 0.00 cnd:pre:1s; -planquerait planquer ver 18.79 21.76 0.04 0.07 cnd:pre:3s; -planqueras planquer ver 18.79 21.76 0.03 0.00 ind:fut:2s; -planques planque nom f p 9.10 7.30 0.90 0.88 -planquez planquer ver 18.79 21.76 1.77 0.34 imp:pre:2p;ind:pre:2p; -planquiez planquer ver 18.79 21.76 0.00 0.07 ind:imp:2p; -planquions planquer ver 18.79 21.76 0.00 0.07 ind:imp:1p; -planquons planquer ver 18.79 21.76 0.22 0.14 imp:pre:1p;ind:pre:1p; -planquèrent planquer ver 18.79 21.76 0.00 0.07 ind:pas:3p; -planqué planquer ver m s 18.79 21.76 3.87 4.66 par:pas; -planquée planquer ver f s 18.79 21.76 0.94 1.28 par:pas; -planquées planqué adj f p 1.67 1.69 0.14 0.14 -planqués planqué adj m p 1.67 1.69 0.74 0.88 -plans plan nom m p 147.54 88.99 28.00 21.15 -plant plant nom m s 2.54 4.53 1.07 1.62 -planta planter ver 38.29 75.88 0.19 7.84 ind:pas:3s; -plantage plantage nom m s 0.04 0.00 0.04 0.00 -plantai planter ver 38.29 75.88 0.01 0.54 ind:pas:1s; -plantaient planter ver 38.29 75.88 0.14 0.74 ind:imp:3p; -plantain plantain nom m s 0.04 0.14 0.01 0.00 -plantains plantain nom m p 0.04 0.14 0.04 0.14 -plantaire plantaire adj s 0.14 0.20 0.10 0.14 -plantaires plantaire adj f p 0.14 0.20 0.04 0.07 -plantais planter ver 38.29 75.88 0.33 1.01 ind:imp:1s;ind:imp:2s; -plantait planter ver 38.29 75.88 0.43 3.24 ind:imp:3s; -plantant planter ver 38.29 75.88 0.43 2.03 par:pre; -plantation plantation nom f s 5.73 6.35 2.25 3.72 -plantations plantation nom f p 5.73 6.35 3.48 2.64 -plante plante nom f s 21.86 35.00 9.00 11.49 -plantent planter ver 38.29 75.88 0.43 0.61 ind:pre:3p; -planter planter ver 38.29 75.88 10.58 12.16 inf;; -plantera planter ver 38.29 75.88 0.30 0.07 ind:fut:3s; -planterai planter ver 38.29 75.88 0.81 0.07 ind:fut:1s; -planterais planter ver 38.29 75.88 0.17 0.00 cnd:pre:1s;cnd:pre:2s; -planterait planter ver 38.29 75.88 0.06 0.20 cnd:pre:3s; -planteras planter ver 38.29 75.88 0.17 0.00 ind:fut:2s; -planterez planter ver 38.29 75.88 0.02 0.00 ind:fut:2p; -planterons planter ver 38.29 75.88 0.05 0.14 ind:fut:1p; -planteront planter ver 38.29 75.88 0.13 0.00 ind:fut:3p; -plantes plante nom f p 21.86 35.00 12.85 23.51 -planteur planteur nom m s 0.64 2.23 0.42 1.15 -planteurs planteur nom m p 0.64 2.23 0.22 1.08 -plantez planter ver 38.29 75.88 0.68 0.14 imp:pre:2p;ind:pre:2p; -planète planète nom f s 61.11 22.91 55.29 19.86 -planètes planète nom f p 61.11 22.91 5.82 3.04 -plantier plantier nom m s 0.70 0.14 0.70 0.14 -plantiez planter ver 38.29 75.88 0.04 0.07 ind:imp:2p; -plantigrade plantigrade nom m s 0.13 0.20 0.13 0.20 -plantions planter ver 38.29 75.88 0.02 0.14 ind:imp:1p; -plantoir plantoir nom m s 0.14 0.07 0.14 0.07 -planton planton nom m s 0.53 2.91 0.50 2.50 -plantons planter ver 38.29 75.88 0.25 0.14 imp:pre:1p;ind:pre:1p; -plants plant nom m p 2.54 4.53 1.47 2.91 -plantèrent planter ver 38.29 75.88 0.01 0.68 ind:pas:3p; -planté planter ver m s 38.29 75.88 11.20 20.07 par:pas; -plantée planter ver f s 38.29 75.88 2.68 10.47 par:pas; -plantées planter ver f p 38.29 75.88 0.89 3.31 par:pas; -plantureuse plantureux adj f s 0.11 1.42 0.07 0.68 -plantureuses plantureux adj f p 0.11 1.42 0.04 0.27 -plantureux plantureux adj m s 0.11 1.42 0.01 0.47 -plantés planter ver m p 38.29 75.88 2.31 7.09 par:pas; -plané planer ver m s 7.86 16.55 0.76 1.76 par:pas; -planétaire planétaire adj s 2.27 1.35 1.93 0.95 -planétaires planétaire adj p 2.27 1.35 0.34 0.41 -planétarium planétarium nom m s 0.31 0.27 0.31 0.20 -planétariums planétarium nom m p 0.31 0.27 0.00 0.07 -planétoïde planétoïde nom m s 0.04 0.00 0.04 0.00 -plaqua plaquer ver 12.46 27.70 0.01 2.64 ind:pas:3s; -plaquage plaquage nom m s 0.26 0.20 0.22 0.07 -plaquages plaquage nom m p 0.26 0.20 0.04 0.14 -plaquai plaquer ver 12.46 27.70 0.00 0.34 ind:pas:1s; -plaquaient plaquer ver 12.46 27.70 0.01 0.27 ind:imp:3p; -plaquais plaquer ver 12.46 27.70 0.14 0.14 ind:imp:1s;ind:imp:2s; -plaquait plaquer ver 12.46 27.70 0.13 2.23 ind:imp:3s; -plaquant plaquer ver 12.46 27.70 0.02 1.49 par:pre; -plaque plaque nom f s 20.48 46.15 13.87 26.01 -plaqueminiers plaqueminier nom m p 0.00 0.14 0.00 0.14 -plaquent plaquer ver 12.46 27.70 0.14 0.34 ind:pre:3p; -plaquer plaquer ver 12.46 27.70 2.48 3.92 inf; -plaquera plaquer ver 12.46 27.70 0.03 0.00 ind:fut:3s; -plaquerai plaquer ver 12.46 27.70 0.05 0.00 ind:fut:1s; -plaquerais plaquer ver 12.46 27.70 0.17 0.00 cnd:pre:1s;cnd:pre:2s; -plaquerait plaquer ver 12.46 27.70 0.03 0.07 cnd:pre:3s; -plaqueras plaquer ver 12.46 27.70 0.01 0.00 ind:fut:2s; -plaques plaque nom f p 20.48 46.15 6.62 20.14 -plaquettaire plaquettaire adj f s 0.01 0.00 0.01 0.00 -plaquette plaquette nom f s 1.02 4.26 0.28 1.55 -plaquettes plaquette nom f p 1.02 4.26 0.74 2.70 -plaqueur plaqueur nom m s 0.07 0.07 0.07 0.07 -plaquez plaquer ver 12.46 27.70 0.20 0.20 imp:pre:2p;ind:pre:2p; -plaquèrent plaquer ver 12.46 27.70 0.00 0.27 ind:pas:3p; -plaqué plaquer ver m s 12.46 27.70 4.37 5.00 par:pas; -plaquée plaquer ver f s 12.46 27.70 2.07 4.32 par:pas; -plaquées plaquer ver f p 12.46 27.70 0.04 1.76 par:pas; -plaqués plaquer ver m p 12.46 27.70 0.42 1.76 par:pas; -plasma plasma nom m s 2.85 0.34 2.85 0.34 -plasmagène plasmagène adj m s 0.01 0.00 0.01 0.00 -plasmaphérèse plasmaphérèse nom f s 0.08 0.00 0.08 0.00 -plasmique plasmique adj m s 0.01 0.00 0.01 0.00 -plaste plaste nom m s 0.01 0.00 0.01 0.00 -plastic plastic nom m s 0.81 1.15 0.81 1.15 -plasticage plasticage nom m s 0.01 0.34 0.01 0.00 -plasticages plasticage nom m p 0.01 0.34 0.00 0.34 -plasticien plasticien nom m s 0.40 0.00 0.38 0.00 -plasticienne plasticien nom f s 0.40 0.00 0.01 0.00 -plasticité plasticité nom f s 0.04 0.27 0.04 0.27 -plastie plastie nom f s 0.03 0.00 0.03 0.00 -plastifiant plastifiant nom m s 0.01 0.00 0.01 0.00 -plastification plastification nom f s 0.01 0.00 0.01 0.00 -plastifier plastifier ver 0.23 0.95 0.06 0.00 inf; -plastifié plastifier ver m s 0.23 0.95 0.09 0.61 par:pas; -plastifiée plastifier ver f s 0.23 0.95 0.07 0.14 par:pas; -plastifiées plastifier ver f p 0.23 0.95 0.01 0.07 par:pas; -plastifiés plastifier ver m p 0.23 0.95 0.00 0.14 par:pas; -plastiquage plastiquage nom m s 0.16 0.00 0.16 0.00 -plastiquais plastiquer ver 0.41 0.41 0.01 0.00 ind:imp:1s; -plastique plastique nom s 13.44 16.96 12.89 16.82 -plastiquer plastiquer ver 0.41 0.41 0.16 0.07 inf; -plastiques plastique adj p 4.67 6.96 0.72 1.42 -plastiqueur plastiqueur nom m s 0.22 0.14 0.22 0.14 -plastiqué plastiquer ver m s 0.41 0.41 0.18 0.07 par:pas; -plastisol plastisol nom m s 0.01 0.00 0.01 0.00 -plastoc plastoc nom m s 0.09 0.20 0.09 0.20 -plastron plastron nom m s 0.11 2.57 0.09 2.30 -plastronnaient plastronner ver 0.02 1.35 0.00 0.07 ind:imp:3p; -plastronnait plastronner ver 0.02 1.35 0.00 0.20 ind:imp:3s; -plastronnant plastronner ver 0.02 1.35 0.00 0.20 par:pre; -plastronne plastronner ver 0.02 1.35 0.00 0.07 ind:pre:3s; -plastronnent plastronner ver 0.02 1.35 0.00 0.14 ind:pre:3p; -plastronner plastronner ver 0.02 1.35 0.02 0.61 inf; -plastronnes plastronner ver 0.02 1.35 0.00 0.07 ind:pre:2s; -plastronneur plastronneur nom m s 0.00 0.07 0.00 0.07 -plastrons plastron nom m p 0.11 2.57 0.02 0.27 -plat_bord plat_bord nom m s 0.01 0.61 0.00 0.54 -plat_ventre plat_ventre nom m s 0.11 0.07 0.11 0.07 -plat plat nom s 30.24 61.35 21.87 44.26 -platane platane nom m s 0.44 13.99 0.31 4.26 -platanes platane nom m p 0.44 13.99 0.14 9.73 -plate_bande plate_bande nom f s 0.82 2.77 0.12 0.54 -plate_forme plate_forme nom f s 3.06 11.15 2.49 8.45 -plate plat adj f s 14.66 61.76 3.09 17.50 -plateau_repas plateau_repas nom m 0.04 0.14 0.04 0.14 -plateau plateau nom m s 17.17 54.53 15.73 45.74 -plateaux_repas plateaux_repas nom m p 0.04 0.07 0.04 0.07 -plateaux plateau nom m p 17.17 54.53 1.44 8.78 -platebandes platebande nom f p 0.06 0.00 0.06 0.00 -plateforme plateforme nom f s 0.59 0.34 0.59 0.34 -platelage platelage nom m s 0.00 0.07 0.00 0.07 -platement platement adv 0.14 1.08 0.14 1.08 -plateresque plateresque adj m s 0.00 0.20 0.00 0.14 -plateresques plateresque adj f p 0.00 0.20 0.00 0.07 -plate_bande plate_bande nom f p 0.82 2.77 0.70 2.23 -plate_forme plate_forme nom f p 3.06 11.15 0.57 2.70 -plates plat adj f p 14.66 61.76 0.92 7.23 -plaça placer ver 52.95 101.76 0.58 6.76 ind:pas:3s; -plaçai placer ver 52.95 101.76 0.02 0.74 ind:pas:1s; -plaçaient placer ver 52.95 101.76 0.03 1.55 ind:imp:3p; -plaçais placer ver 52.95 101.76 0.07 0.61 ind:imp:1s;ind:imp:2s; -plaçait placer ver 52.95 101.76 0.46 6.01 ind:imp:3s; -plaçant placer ver 52.95 101.76 0.79 3.38 par:pre; -plaçons placer ver 52.95 101.76 0.60 0.14 imp:pre:1p;ind:pre:1p; -plaçât placer ver 52.95 101.76 0.00 0.07 sub:imp:3s; -platine platine nom s 2.06 3.31 1.73 3.18 -platines platine nom p 2.06 3.31 0.32 0.14 -platiné platiné adj m s 0.01 1.15 0.00 0.07 -platinée platiné adj f s 0.01 1.15 0.00 0.61 -platinées platiné adj f p 0.01 1.15 0.01 0.34 -platinés platiné adj m p 0.01 1.15 0.00 0.14 -platière platière nom f s 0.00 0.07 0.00 0.07 -platitude platitude nom f s 0.29 2.30 0.18 1.55 -platitudes platitude nom f p 0.29 2.30 0.12 0.74 -platonicien platonicien adj m s 0.14 0.41 0.00 0.27 -platonicienne platonicien adj f s 0.14 0.41 0.14 0.07 -platoniciens platonicien adj m p 0.14 0.41 0.00 0.07 -platonique platonique adj s 0.76 1.55 0.66 0.88 -platoniquement platoniquement adv 0.05 0.27 0.05 0.27 -platoniques platonique adj p 0.76 1.55 0.10 0.68 -platonisant platonisant adj m s 0.00 0.07 0.00 0.07 -plat_bord plat_bord nom m p 0.01 0.61 0.01 0.07 -plats plat nom m p 30.24 61.35 8.37 17.09 -platée platée nom f s 0.04 0.61 0.04 0.47 -platées platée nom f p 0.04 0.61 0.00 0.14 -platures plature nom m p 0.00 0.14 0.00 0.14 -platyrrhiniens platyrrhinien adj m p 0.00 0.07 0.00 0.07 -plausibilité plausibilité nom f s 0.04 0.00 0.04 0.00 -plausible plausible adj s 2.68 3.92 2.48 3.24 -plausiblement plausiblement adv 0.00 0.07 0.00 0.07 -plausibles plausible adj p 2.68 3.92 0.20 0.68 -play_back play_back nom m 0.59 0.14 0.57 0.14 -play_boy play_boy nom m s 0.69 1.08 0.58 0.95 -play_boy play_boy nom m p 0.69 1.08 0.11 0.14 -play_back play_back nom m 0.59 0.14 0.02 0.00 -play play adv 0.01 0.00 0.01 0.00 -playboy playboy nom m s 0.38 0.00 0.38 0.00 -playmate playmate nom f s 0.36 0.34 0.30 0.27 -playmates playmate nom f p 0.36 0.34 0.06 0.07 -playon playon nom m s 0.02 0.00 0.02 0.00 -plaza plaza nom f s 1.53 2.91 1.53 2.91 -plazza plazza nom f s 0.05 0.14 0.05 0.14 -please please adv 3.18 0.88 3.18 0.88 -plectre plectre nom m s 0.00 0.07 0.00 0.07 -plein_air plein_air adj m s 0.00 0.07 0.00 0.07 -plein_air plein_air nom m s 0.00 0.20 0.00 0.20 -plein_cintre plein_cintre nom m s 0.00 0.07 0.00 0.07 -plein_emploi plein_emploi nom m s 0.01 0.00 0.01 0.00 -plein_temps plein_temps nom m 0.12 0.00 0.12 0.00 -plein plein pre 89.11 52.77 89.11 52.77 -pleine plein adj f s 208.75 370.41 82.13 139.19 -pleinement pleinement adv 3.44 7.77 3.44 7.77 -pleines plein adj f p 208.75 370.41 8.60 32.43 -pleins plein adj m p 208.75 370.41 13.46 40.95 -plessis plessis nom m 0.00 0.07 0.00 0.07 -plet plet nom m s 0.00 0.07 0.00 0.07 -pleur pleur nom m s 9.52 12.50 0.20 0.81 -pleura pleurer ver 191.64 163.31 0.81 5.88 ind:pas:3s; -pleurai pleurer ver 191.64 163.31 0.00 1.22 ind:pas:1s; -pleuraient pleurer ver 191.64 163.31 1.16 3.72 ind:imp:3p; -pleurais pleurer ver 191.64 163.31 4.01 5.07 ind:imp:1s;ind:imp:2s; -pleurait pleurer ver 191.64 163.31 7.54 26.49 ind:imp:3s; -pleural pleural adj m s 0.32 0.00 0.12 0.00 -pleurale pleural adj f s 0.32 0.00 0.20 0.00 -pleurant pleurer ver 191.64 163.31 3.26 7.16 par:pre; -pleurante pleurant adj f s 0.20 2.09 0.00 0.95 -pleurantes pleurant adj f p 0.20 2.09 0.00 0.07 -pleurants pleurant adj m p 0.20 2.09 0.01 0.20 -pleurard pleurard adj m s 0.01 0.54 0.01 0.14 -pleurarde pleurard adj f s 0.01 0.54 0.00 0.20 -pleurards pleurard adj m p 0.01 0.54 0.00 0.20 -pleure pleurer ver 191.64 163.31 60.17 24.93 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -pleurement pleurement nom m s 0.00 0.20 0.00 0.14 -pleurements pleurement nom m p 0.00 0.20 0.00 0.07 -pleurent pleurer ver 191.64 163.31 5.41 4.19 ind:pre:3p;sub:pre:3p; -pleurer pleurer ver 191.64 163.31 61.60 63.51 inf; -pleurera pleurer ver 191.64 163.31 1.25 0.61 ind:fut:3s; -pleurerai pleurer ver 191.64 163.31 1.34 0.14 ind:fut:1s; -pleureraient pleurer ver 191.64 163.31 0.12 0.00 cnd:pre:3p; -pleurerais pleurer ver 191.64 163.31 1.19 0.47 cnd:pre:1s;cnd:pre:2s; -pleurerait pleurer ver 191.64 163.31 0.38 0.68 cnd:pre:3s; -pleureras pleurer ver 191.64 163.31 0.55 0.14 ind:fut:2s; -pleurerez pleurer ver 191.64 163.31 0.20 0.14 ind:fut:2p; -pleurerons pleurer ver 191.64 163.31 0.02 0.00 ind:fut:1p; -pleureront pleurer ver 191.64 163.31 0.16 0.00 ind:fut:3p; -pleures pleurer ver 191.64 163.31 17.00 2.84 ind:pre:2s; -pleureur pleureur adj m s 0.11 1.15 0.06 0.47 -pleureurs pleureur nom m p 0.33 1.22 0.14 0.14 -pleureuse pleureur nom f s 0.33 1.22 0.17 0.20 -pleureuses pleureuse nom f p 0.14 0.00 0.14 0.00 -pleureux pleureur adj m 0.11 1.15 0.01 0.00 -pleurez pleurer ver 191.64 163.31 7.26 1.08 imp:pre:2p;ind:pre:2p; -pleuriez pleurer ver 191.64 163.31 0.31 0.14 ind:imp:2p; -pleurions pleurer ver 191.64 163.31 0.13 0.34 ind:imp:1p;sub:pre:1p; -pleurite pleurite nom f s 0.10 0.07 0.10 0.07 -pleurnicha pleurnicher ver 5.75 6.08 0.00 0.95 ind:pas:3s; -pleurnichage pleurnichage nom m s 0.03 0.00 0.01 0.00 -pleurnichages pleurnichage nom m p 0.03 0.00 0.01 0.00 -pleurnichais pleurnicher ver 5.75 6.08 0.11 0.07 ind:imp:1s;ind:imp:2s; -pleurnichait pleurnicher ver 5.75 6.08 0.02 0.81 ind:imp:3s; -pleurnichant pleurnicher ver 5.75 6.08 0.05 0.68 par:pre; -pleurnichard pleurnichard nom m s 0.55 0.07 0.47 0.07 -pleurnicharde pleurnichard adj f s 0.34 0.74 0.05 0.20 -pleurnichardes pleurnichard adj f p 0.34 0.74 0.01 0.00 -pleurnichards pleurnichard nom m p 0.55 0.07 0.08 0.00 -pleurniche pleurnicher ver 5.75 6.08 1.35 0.81 imp:pre:2s;ind:pre:1s;ind:pre:3s; -pleurnichement pleurnichement nom m s 0.01 0.34 0.00 0.14 -pleurnichements pleurnichement nom m p 0.01 0.34 0.01 0.20 -pleurnichent pleurnicher ver 5.75 6.08 0.07 0.27 ind:pre:3p; -pleurnicher pleurnicher ver 5.75 6.08 3.35 1.62 inf; -pleurnicherais pleurnicher ver 5.75 6.08 0.01 0.00 cnd:pre:2s; -pleurnicherait pleurnicher ver 5.75 6.08 0.00 0.07 cnd:pre:3s; -pleurnicheras pleurnicher ver 5.75 6.08 0.03 0.00 ind:fut:2s; -pleurnicherie pleurnicherie nom f s 0.20 0.54 0.02 0.07 -pleurnicheries pleurnicherie nom f p 0.20 0.54 0.17 0.47 -pleurniches pleurnicher ver 5.75 6.08 0.54 0.00 ind:pre:2s; -pleurnicheur pleurnicheur adj m s 0.28 0.34 0.22 0.14 -pleurnicheurs pleurnicheur nom m p 0.25 0.14 0.04 0.00 -pleurnicheuse pleurnicheur nom f s 0.25 0.14 0.06 0.07 -pleurnicheuses pleurnicheuse nom f p 0.03 0.00 0.03 0.00 -pleurnichez pleurnicher ver 5.75 6.08 0.14 0.07 imp:pre:2p;ind:pre:2p; -pleurniché pleurnicher ver m s 5.75 6.08 0.08 0.74 par:pas; -pleurons pleurer ver 191.64 163.31 0.73 0.61 imp:pre:1p;ind:pre:1p; -pleurât pleurer ver 191.64 163.31 0.00 0.14 sub:imp:3s; -pleurotes pleurote nom m p 0.00 0.07 0.00 0.07 -pleurs pleur nom m p 9.52 12.50 9.32 11.69 -pleurèrent pleurer ver 191.64 163.31 0.01 0.41 ind:pas:3p; -pleuré pleurer ver m s 191.64 163.31 16.91 13.04 par:pas; -pleurée pleurer ver f s 191.64 163.31 0.07 0.14 par:pas; -pleurées pleurer ver f p 191.64 163.31 0.00 0.20 par:pas; -pleurés pleurer ver m p 191.64 163.31 0.03 0.07 par:pas; -pleurésie pleurésie nom f s 0.17 0.54 0.17 0.54 -pleurétique pleurétique adj f s 0.01 0.00 0.01 0.00 -pleut pleuvoir ver 67.22 47.09 20.50 10.41 ind:pre:3s; -pleutre pleutre nom m s 0.18 0.61 0.16 0.41 -pleutrerie pleutrerie nom f s 0.00 0.14 0.00 0.14 -pleutres pleutre nom m p 0.18 0.61 0.02 0.20 -pleuvaient pleuvoir ver 67.22 47.09 0.13 2.23 ind:imp:3p; -pleuvait pleuvoir ver 67.22 47.09 4.43 11.62 ind:imp:3s; -pleuvant pleuvoir ver 67.22 47.09 0.01 0.20 par:pre; -pleuve pleuvoir ver 67.22 47.09 3.29 0.95 sub:pre:3s; -pleuvent pleuvoir ver 67.22 47.09 0.38 0.88 ind:pre:3p; -pleuvinait pleuviner ver 0.02 0.14 0.00 0.07 ind:imp:3s; -pleuvine pleuviner ver 0.02 0.14 0.02 0.00 ind:pre:3s; -pleuviner pleuviner ver 0.02 0.14 0.00 0.07 inf; -pleuvioter pleuvioter ver 0.00 0.07 0.00 0.07 inf; -pleuvoir pleuvoir ver 67.22 47.09 7.98 6.69 inf; -pleuvra pleuvoir ver 67.22 47.09 0.87 0.68 ind:fut:3s; -pleuvrait pleuvoir ver 67.22 47.09 0.05 0.34 cnd:pre:3s; -plexi plexi nom m s 0.01 0.00 0.01 0.00 -plexiglas plexiglas nom m 0.13 0.47 0.13 0.47 -plexus plexus nom m 0.43 0.88 0.43 0.88 -pleyel pleyel nom m s 0.02 0.07 0.02 0.07 -pli pli nom m s 6.00 41.42 4.42 16.76 -plia plier ver 14.37 50.20 0.00 3.99 ind:pas:3s; -pliable pliable adj s 0.19 0.00 0.19 0.00 -pliage pliage nom m s 0.12 0.54 0.11 0.47 -pliages pliage nom m p 0.12 0.54 0.01 0.07 -pliai plier ver 14.37 50.20 0.00 0.27 ind:pas:1s; -pliaient plier ver 14.37 50.20 0.02 1.08 ind:imp:3p; -pliais plier ver 14.37 50.20 0.01 0.34 ind:imp:1s; -pliait plier ver 14.37 50.20 0.13 3.18 ind:imp:3s; -pliant pliant adj m s 0.54 3.92 0.34 2.09 -pliante pliant adj f s 0.54 3.92 0.06 1.15 -pliantes pliant adj f p 0.54 3.92 0.12 0.27 -pliants pliant adj m p 0.54 3.92 0.03 0.41 -plie plier ver 14.37 50.20 3.54 5.00 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -plient plier ver 14.37 50.20 0.22 0.74 ind:pre:3p; -plier plier ver 14.37 50.20 5.02 10.68 inf; -pliera plier ver 14.37 50.20 0.08 0.07 ind:fut:3s; -plierai plier ver 14.37 50.20 0.28 0.14 ind:fut:1s; -plieraient plier ver 14.37 50.20 0.02 0.00 cnd:pre:3p; -plierait plier ver 14.37 50.20 0.04 0.27 cnd:pre:3s; -plieras plier ver 14.37 50.20 0.03 0.00 ind:fut:2s; -plierez plier ver 14.37 50.20 0.03 0.07 ind:fut:2p; -plierons plier ver 14.37 50.20 0.17 0.00 ind:fut:1p; -plies plier ver 14.37 50.20 0.28 0.14 ind:pre:2s; -plieur plieur nom m s 0.02 0.00 0.01 0.00 -plieuse plieur nom f s 0.02 0.00 0.01 0.00 -pliez plier ver 14.37 50.20 1.32 0.07 imp:pre:2p;ind:pre:2p; -plinthe plinthe nom f s 0.26 2.43 0.10 1.01 -plinthes plinthe nom f p 0.26 2.43 0.16 1.42 -pliocène pliocène nom m s 0.01 0.00 0.01 0.00 -plioir plioir nom m s 0.00 0.14 0.00 0.14 -plions plier ver 14.37 50.20 0.22 0.00 imp:pre:1p;ind:pre:1p; -pliât plier ver 14.37 50.20 0.00 0.07 sub:imp:3s; -plique plique nom f s 0.03 0.00 0.03 0.00 -plis pli nom m p 6.00 41.42 1.58 24.66 -plissa plisser ver 0.59 16.49 0.00 3.31 ind:pas:3s; -plissai plisser ver 0.59 16.49 0.00 0.14 ind:pas:1s; -plissaient plisser ver 0.59 16.49 0.00 0.54 ind:imp:3p; -plissais plisser ver 0.59 16.49 0.00 0.07 ind:imp:1s; -plissait plisser ver 0.59 16.49 0.00 1.69 ind:imp:3s; -plissant plisser ver 0.59 16.49 0.02 3.38 par:pre; -plisse plisser ver 0.59 16.49 0.10 2.50 imp:pre:2s;ind:pre:3s; -plissement plissement nom m s 0.03 1.08 0.02 0.68 -plissements plissement nom m p 0.03 1.08 0.01 0.41 -plissent plisser ver 0.59 16.49 0.02 0.41 ind:pre:3p; -plisser plisser ver 0.59 16.49 0.15 1.08 inf; -plisseront plisser ver 0.59 16.49 0.00 0.07 ind:fut:3p; -plisseur plisseur nom m s 0.00 0.07 0.00 0.07 -plissèrent plisser ver 0.59 16.49 0.00 0.27 ind:pas:3p; -plissé plisser ver m s 0.59 16.49 0.12 1.42 par:pas; -plissée plissé adj f s 0.33 8.72 0.08 3.18 -plissées plissé adj f p 0.33 8.72 0.02 1.01 -plissure plissure nom f s 0.00 0.20 0.00 0.07 -plissures plissure nom f p 0.00 0.20 0.00 0.14 -plissés plissé adj m p 0.33 8.72 0.17 1.76 -plièrent plier ver 14.37 50.20 0.00 0.20 ind:pas:3p; -plié plier ver m s 14.37 50.20 1.43 10.27 par:pas; -pliée plier ver f s 14.37 50.20 0.68 5.34 par:pas; -pliées plier ver f p 14.37 50.20 0.37 1.62 par:pas; -pliure pliure nom f s 0.03 0.95 0.03 0.41 -pliures pliure nom f p 0.03 0.95 0.00 0.54 -pliés plier ver m p 14.37 50.20 0.32 3.92 par:pas; -ploc ploc ono 0.65 0.61 0.65 0.61 -ploie ployer ver 0.44 7.36 0.03 0.95 ind:pre:1s;ind:pre:3s; -ploiement ploiement nom m s 0.00 0.27 0.00 0.27 -ploient ployer ver 0.44 7.36 0.01 0.34 ind:pre:3p; -plomb plomb nom m s 20.24 22.64 10.62 20.27 -plombage plombage nom m s 0.99 0.41 0.43 0.14 -plombages plombage nom m p 0.99 0.41 0.56 0.27 -plombaient plomber ver 1.77 2.70 0.00 0.14 ind:imp:3p; -plombait plomber ver 1.77 2.70 0.00 0.41 ind:imp:3s; -plombant plomber ver 1.77 2.70 0.01 0.14 par:pre; -plombe plombe nom f s 1.00 7.09 0.45 1.55 -plombent plomber ver 1.77 2.70 0.01 0.07 ind:pre:3p; -plomber plomber ver 1.77 2.70 0.78 0.54 inf; -plomberie plomberie nom f s 2.32 0.81 2.31 0.74 -plomberies plomberie nom f p 2.32 0.81 0.01 0.07 -plombes plombe nom f p 1.00 7.09 0.55 5.54 -plombez plomber ver 1.77 2.70 0.03 0.00 imp:pre:2p;ind:pre:2p; -plombier plombier nom m s 5.85 3.99 5.22 3.31 -plombiers plombier nom m p 5.85 3.99 0.63 0.68 -plombières plombières nom f 0.00 0.20 0.00 0.20 -plombs plomb nom m p 20.24 22.64 9.62 2.36 -plombé plomber ver m s 1.77 2.70 0.32 0.61 par:pas; -plombée plomber ver f s 1.77 2.70 0.16 0.07 par:pas; -plombées plombé adj f p 0.20 3.85 0.01 0.47 -plombure plombure nom f s 0.00 0.07 0.00 0.07 -plombés plombé adj m p 0.20 3.85 0.01 0.54 -plonge plonger ver 31.96 86.22 5.37 12.91 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:1s;sub:pre:3s; -plongea plonger ver 31.96 86.22 0.49 10.88 ind:pas:3s; -plongeai plonger ver 31.96 86.22 0.13 1.22 ind:pas:1s; -plongeaient plonger ver 31.96 86.22 0.16 2.64 ind:imp:3p; -plongeais plonger ver 31.96 86.22 0.29 2.43 ind:imp:1s;ind:imp:2s; -plongeait plonger ver 31.96 86.22 0.41 10.27 ind:imp:3s; -plongeant plonger ver 31.96 86.22 1.41 5.41 par:pre; -plongeante plongeant adj f s 0.20 1.28 0.04 0.47 -plongeantes plongeant adj f p 0.20 1.28 0.00 0.07 -plongeants plongeant adj m p 0.20 1.28 0.00 0.07 -plongement plongement nom m s 0.00 0.07 0.00 0.07 -plongent plonger ver 31.96 86.22 1.04 2.09 ind:pre:3p; -plongeoir plongeoir nom m s 0.44 1.08 0.44 1.01 -plongeoirs plongeoir nom m p 0.44 1.08 0.00 0.07 -plongeâmes plonger ver 31.96 86.22 0.01 0.07 ind:pas:1p; -plongeon plongeon nom m s 2.98 4.05 2.71 3.18 -plongeons plongeon nom m p 2.98 4.05 0.27 0.88 -plongeât plonger ver 31.96 86.22 0.00 0.14 sub:imp:3s; -plonger plonger ver 31.96 86.22 9.36 14.66 inf; -plongera plonger ver 31.96 86.22 0.36 0.27 ind:fut:3s; -plongerai plonger ver 31.96 86.22 0.30 0.00 ind:fut:1s; -plongeraient plonger ver 31.96 86.22 0.02 0.00 cnd:pre:3p; -plongerais plonger ver 31.96 86.22 0.02 0.20 cnd:pre:1s; -plongerait plonger ver 31.96 86.22 0.21 0.47 cnd:pre:3s; -plongeras plonger ver 31.96 86.22 0.15 0.00 ind:fut:2s; -plongerez plonger ver 31.96 86.22 0.44 0.00 ind:fut:2p; -plongeriez plonger ver 31.96 86.22 0.01 0.00 cnd:pre:2p; -plongerons plonger ver 31.96 86.22 0.06 0.00 ind:fut:1p; -plongeront plonger ver 31.96 86.22 0.16 0.07 ind:fut:3p; -plonges plonger ver 31.96 86.22 0.61 0.20 ind:pre:2s; -plongeur plongeur nom m s 3.88 3.11 2.06 1.69 -plongeurs plongeur nom m p 3.88 3.11 1.70 0.68 -plongeuse plongeur nom f s 3.88 3.11 0.13 0.68 -plongeuses plongeuse nom f p 0.01 0.00 0.01 0.00 -plongez plonger ver 31.96 86.22 2.13 0.14 imp:pre:2p;ind:pre:2p; -plongiez plonger ver 31.96 86.22 0.37 0.00 ind:imp:2p; -plongions plonger ver 31.96 86.22 0.04 0.41 ind:imp:1p; -plongèrent plonger ver 31.96 86.22 0.16 0.95 ind:pas:3p; -plongé plonger ver m s 31.96 86.22 5.87 14.19 par:pas; -plongée plongée nom f s 6.74 6.55 6.63 5.34 -plongées plonger ver f p 31.96 86.22 0.13 0.68 par:pas; -plongés plonger ver m p 31.96 86.22 0.72 2.50 par:pas; -plot plot nom m s 0.32 0.61 0.26 0.54 -plâtra plâtrer ver 0.60 0.88 0.00 0.07 ind:pas:3s; -plâtrait plâtrer ver 0.60 0.88 0.00 0.07 ind:imp:3s; -plâtras plâtras nom m 0.00 0.95 0.00 0.95 -plâtre plâtre nom m s 5.42 15.81 5.06 14.59 -plâtrent plâtrer ver 0.60 0.88 0.00 0.07 ind:pre:3p; -plâtrer plâtrer ver 0.60 0.88 0.29 0.00 inf; -plâtres plâtre nom m p 5.42 15.81 0.36 1.22 -plâtreuse plâtreux adj f s 0.00 0.95 0.00 0.20 -plâtreuses plâtreux adj f p 0.00 0.95 0.00 0.07 -plâtreux plâtreux adj m 0.00 0.95 0.00 0.68 -plâtrier plâtrier nom m s 0.10 1.01 0.10 0.88 -plâtriers plâtrier nom m p 0.10 1.01 0.00 0.14 -plâtré plâtré adj m s 0.25 0.47 0.13 0.20 -plâtrée plâtrer ver f s 0.60 0.88 0.05 0.34 par:pas; -plâtrées plâtrer ver f p 0.60 0.88 0.01 0.07 par:pas; -plâtrés plâtré adj m p 0.25 0.47 0.11 0.00 -plots plot nom m p 0.32 0.61 0.06 0.07 -plouc plouc nom m s 3.90 1.82 2.35 0.47 -ploucs plouc nom m p 3.90 1.82 1.55 1.35 -plouf plouf ono 1.31 1.55 1.31 1.55 -plouk plouk nom m s 0.01 0.68 0.01 0.68 -ploutocrate ploutocrate nom m s 0.02 0.07 0.01 0.00 -ploutocrates ploutocrate nom m p 0.02 0.07 0.01 0.07 -ploutocratie ploutocratie nom f s 0.20 0.00 0.20 0.00 -ploya ployer ver 0.44 7.36 0.00 0.14 ind:pas:3s; -ployaient ployer ver 0.44 7.36 0.01 0.34 ind:imp:3p; -ployait ployer ver 0.44 7.36 0.10 0.74 ind:imp:3s; -ployant ployant adj m s 0.01 0.20 0.01 0.07 -ployante ployant adj f s 0.01 0.20 0.00 0.14 -ployer ployer ver 0.44 7.36 0.14 1.42 inf; -ployé ployer ver m s 0.44 7.36 0.14 1.01 par:pas; -ployée ployer ver f s 0.44 7.36 0.00 0.95 par:pas; -ployées ployer ver f p 0.44 7.36 0.00 0.20 par:pas; -ployés ployer ver m p 0.44 7.36 0.00 0.27 par:pas; -plèbe plèbe nom f s 0.70 0.41 0.70 0.41 -plèvre plèvre nom f s 0.31 0.14 0.31 0.07 -plèvres plèvre nom f p 0.31 0.14 0.00 0.07 -plu pleuvoir ver m s 67.22 47.09 29.54 13.11 par:pas; -plébiscite plébiscite nom m s 0.43 0.95 0.42 0.95 -plébisciter plébisciter ver 0.02 0.14 0.01 0.00 inf; -plébiscites plébiscite nom m p 0.43 0.95 0.01 0.00 -plébiscité plébisciter ver m s 0.02 0.14 0.01 0.00 par:pas; -plébiscités plébisciter ver m p 0.02 0.14 0.00 0.07 par:pas; -plébéien plébéien adj m s 0.06 0.68 0.04 0.34 -plébéienne plébéien adj f s 0.06 0.68 0.01 0.14 -plébéiennes plébéien nom f p 0.14 0.07 0.01 0.00 -plébéiens plébéien nom m p 0.14 0.07 0.09 0.00 -pluche plucher ver 0.01 1.01 0.01 0.95 imp:pre:2s;ind:pre:3s; -plucher plucher ver 0.01 1.01 0.00 0.07 inf; -pluches pluches nom f p 0.01 0.54 0.01 0.54 -plue plue adv 0.26 0.00 0.26 0.00 -pléiade pléiade nom f s 0.16 1.82 0.16 1.69 -pléiades pléiade nom f p 0.16 1.82 0.00 0.14 -pluie pluie nom f s 46.10 122.57 42.91 111.76 -pluies pluie nom f p 46.10 122.57 3.19 10.81 -pléistocène pléistocène nom m s 0.02 0.00 0.02 0.00 -plum_pudding plum_pudding nom m s 0.02 0.07 0.02 0.07 -plum plume nom m s 15.29 60.00 0.11 0.61 -pluma plumer ver 2.44 3.78 0.00 0.07 ind:pas:3s; -plumage plumage nom m s 0.41 2.64 0.41 2.30 -plumages plumage nom m p 0.41 2.64 0.00 0.34 -plumaient plumer ver 2.44 3.78 0.00 0.27 ind:imp:3p; -plumait plumer ver 2.44 3.78 0.03 0.47 ind:imp:3s; -plumant plumer ver 2.44 3.78 0.04 0.20 par:pre; -plumard plumard nom m s 0.84 5.95 0.70 5.68 -plumards plumard nom m p 0.84 5.95 0.14 0.27 -plumassière plumassier nom f s 0.00 0.07 0.00 0.07 -plume plume nom f s 15.29 60.00 6.49 33.38 -plumeau plumeau nom m s 0.59 2.70 0.48 2.30 -plumeaux plumeau nom m p 0.59 2.70 0.11 0.41 -plument plumer ver 2.44 3.78 0.01 0.07 ind:pre:3p; -plumer plumer ver 2.44 3.78 1.06 1.01 inf; -plumes plume nom f p 15.29 60.00 8.69 26.01 -plumet plumet nom m s 0.23 2.03 0.23 0.74 -plumetis plumetis nom m 0.00 0.20 0.00 0.20 -plumets plumet nom m p 0.23 2.03 0.00 1.28 -plumeuse plumeux adj f s 0.00 0.74 0.00 0.20 -plumeuses plumeux adj f p 0.00 0.74 0.00 0.20 -plumeux plumeux adj m 0.00 0.74 0.00 0.34 -plumez plumer ver 2.44 3.78 0.04 0.00 imp:pre:2p;ind:pre:2p; -plumier plumier nom m s 0.03 1.35 0.03 0.95 -plumiers plumier nom m p 0.03 1.35 0.00 0.41 -plumitif plumitif nom m s 0.32 1.15 0.31 0.41 -plumitifs plumitif nom m p 0.32 1.15 0.01 0.74 -plumitives plumitive nom f p 0.00 0.07 0.00 0.07 -plumé plumer ver m s 2.44 3.78 0.37 0.47 par:pas; -plumée plumer ver f s 2.44 3.78 0.26 0.27 par:pas; -plumées plumer ver f p 2.44 3.78 0.00 0.14 par:pas; -plumules plumule nom f p 0.00 0.07 0.00 0.07 -plumés plumer ver m p 2.44 3.78 0.08 0.14 par:pas; -plénier plénier adj m s 0.00 1.42 0.00 0.20 -pléniers plénier adj m p 0.00 1.42 0.00 0.07 -plénipotentiaire plénipotentiaire adj m s 0.01 1.15 0.01 1.08 -plénipotentiaires plénipotentiaire nom p 0.00 1.28 0.00 0.41 -plénière plénier adj f s 0.00 1.42 0.00 0.88 -plénières plénier adj f p 0.00 1.42 0.00 0.27 -plénitude plénitude nom f s 1.27 6.96 1.27 6.76 -plénitudes plénitude nom f p 1.27 6.96 0.00 0.20 -plénum plénum nom m s 0.11 0.00 0.11 0.00 -pléonasme pléonasme nom m s 0.17 0.47 0.17 0.27 -pléonasmes pléonasme nom m p 0.17 0.47 0.00 0.20 -pléonastiques pléonastique adj p 0.01 0.00 0.01 0.00 -plupart plupart adv_sup 0.01 0.07 0.01 0.07 -pluralisme pluralisme nom m s 0.16 0.07 0.16 0.07 -pluraliste pluraliste adj f s 0.22 0.14 0.22 0.14 -pluralité pluralité nom f s 0.00 0.27 0.00 0.27 -plurent plaire ver 607.24 139.80 0.11 0.54 ind:pas:3p; -pluriannuel pluriannuel adj m s 0.01 0.00 0.01 0.00 -pluridisciplinaire pluridisciplinaire adj s 0.01 0.00 0.01 0.00 -pluriel pluriel nom m s 0.82 3.11 0.81 2.97 -plurielle pluriel adj f s 0.27 0.41 0.00 0.20 -pluriels pluriel nom m p 0.82 3.11 0.01 0.14 -plurinational plurinational adj m s 0.10 0.00 0.10 0.00 -plus_que_parfait plus_que_parfait nom m s 0.02 0.14 0.02 0.07 -plus_que_parfait plus_que_parfait nom m p 0.02 0.14 0.00 0.07 -plus_value plus_value nom f s 0.72 0.68 0.48 0.54 -plus_value plus_value nom f p 0.72 0.68 0.25 0.14 -plus plus adv_sup 4062.45 5014.53 4062.45 5014.53 -plusieurs plusieurs adj_ind p 66.98 203.58 66.98 203.58 -plésiosaure plésiosaure nom m s 0.02 0.14 0.02 0.14 -plusse plaire ver 607.24 139.80 0.00 0.07 sub:imp:1s; -plut plaire ver 607.24 139.80 0.76 4.86 ind:pas:3p;ind:pas:3s;ind:pas:3s; -plutôt plutôt adv 210.40 280.74 210.40 280.74 -pléthore pléthore nom f s 0.32 0.27 0.32 0.27 -pléthorique pléthorique adj m s 0.00 0.41 0.00 0.34 -pléthoriques pléthorique adj f p 0.00 0.41 0.00 0.07 -pluton pluton nom m s 0.14 0.00 0.14 0.00 -plutonien plutonien adj m s 0.03 0.00 0.02 0.00 -plutonienne plutonien adj f s 0.03 0.00 0.01 0.00 -plutonienne plutonienne adj f s 0.01 0.00 0.01 0.00 -plutonique plutonique adj s 0.01 0.00 0.01 0.00 -plutonium plutonium nom m s 1.48 0.07 1.48 0.07 -pluviôse pluviôse nom m s 0.00 0.14 0.00 0.14 -pluvial pluvial adj m s 0.10 0.00 0.06 0.00 -pluviale pluvial adj f s 0.10 0.00 0.01 0.00 -pluviales pluvial adj f p 0.10 0.00 0.02 0.00 -pluviaux pluvial adj m p 0.10 0.00 0.01 0.00 -pluvier pluvier nom m s 0.04 0.27 0.03 0.07 -pluviers pluvier nom m p 0.04 0.27 0.01 0.20 -pluvieuse pluvieux adj f s 0.79 4.46 0.20 1.89 -pluvieuses pluvieux adj f p 0.79 4.46 0.17 0.27 -pluvieux pluvieux adj m 0.79 4.46 0.42 2.30 -pluviomètre pluviomètre nom m s 0.00 0.14 0.00 0.07 -pluviomètres pluviomètre nom m p 0.00 0.14 0.00 0.07 -pluviométrie pluviométrie nom f s 0.02 0.00 0.02 0.00 -pluviométrique pluviométrique adj s 0.00 0.07 0.00 0.07 -pluviosité pluviosité nom f s 0.01 0.07 0.01 0.07 -pneu pneu nom m s 13.44 17.03 5.64 4.93 -pneumatique pneumatique adj s 0.47 2.16 0.31 1.49 -pneumatiques pneumatique adj p 0.47 2.16 0.17 0.68 -pneumatophore pneumatophore nom m s 0.00 0.07 0.00 0.07 -pneumo pneumo nom m s 0.26 0.34 0.26 0.07 -pneumoconiose pneumoconiose nom f s 0.01 0.00 0.01 0.00 -pneumocoque pneumocoque nom m s 0.01 0.07 0.01 0.00 -pneumocoques pneumocoque nom m p 0.01 0.07 0.00 0.07 -pneumocystose pneumocystose nom f s 0.01 0.34 0.01 0.34 -pneumologue pneumologue nom s 0.01 0.00 0.01 0.00 -pneumonectomie pneumonectomie nom f s 0.01 0.00 0.01 0.00 -pneumonie pneumonie nom f s 4.96 0.81 4.67 0.81 -pneumonies pneumonie nom f p 4.96 0.81 0.29 0.00 -pneumonique pneumonique adj f s 0.09 0.00 0.09 0.00 -pneumopathie pneumopathie nom f s 0.00 0.07 0.00 0.07 -pneumos pneumo nom m p 0.26 0.34 0.00 0.27 -pneumothorax pneumothorax nom m 0.45 0.27 0.45 0.27 -pneus_neige pneus_neige nom m p 0.02 0.00 0.02 0.00 -pneus pneu nom m p 13.44 17.03 7.79 12.09 -pochade pochade nom f s 0.02 0.41 0.02 0.20 -pochades pochade nom f p 0.02 0.41 0.00 0.20 -pochage pochage nom m s 0.00 0.07 0.00 0.07 -pochard pochard nom m s 0.73 1.01 0.49 0.54 -pocharde pochard nom f s 0.73 1.01 0.11 0.34 -pochards pochard nom m p 0.73 1.01 0.13 0.14 -poche_revolver poche_revolver nom s 0.00 0.27 0.00 0.27 -poche poche nom s 49.65 146.28 36.23 101.82 -pocher pocher ver 0.36 0.61 0.07 0.14 inf; -poches poche nom p 49.65 146.28 13.42 44.46 -pochetron pochetron nom m s 0.14 0.14 0.14 0.07 -pochetrons pochetron nom m p 0.14 0.14 0.01 0.07 -pochette_surprise pochette_surprise nom f s 0.20 0.34 0.20 0.20 -pochette pochette nom f s 2.34 8.85 1.89 6.69 -pochette_surprise pochette_surprise nom f p 0.20 0.34 0.00 0.14 -pochettes pochette nom f p 2.34 8.85 0.44 2.16 -pocheté pocheté adj m s 0.00 0.07 0.00 0.07 -pochetée pocheté nom f s 0.00 0.14 0.00 0.07 -pochetées pocheté nom f p 0.00 0.14 0.00 0.07 -pochoir pochoir nom m s 0.08 0.95 0.08 0.95 -pochon pochon nom m s 0.01 0.47 0.01 0.27 -pochons pochon nom m p 0.01 0.47 0.00 0.20 -pochtron pochtron nom m s 0.12 0.00 0.11 0.00 -pochtrons pochtron nom m p 0.12 0.00 0.01 0.00 -poché poché adj m s 0.61 0.81 0.28 0.41 -pochée poché adj f s 0.61 0.81 0.01 0.14 -pochées poché adj f p 0.61 0.81 0.03 0.00 -pochés poché adj m p 0.61 0.81 0.28 0.27 -podagre podagre adj s 0.00 0.20 0.00 0.20 -podestat podestat nom m s 0.00 0.27 0.00 0.07 -podestats podestat nom m p 0.00 0.27 0.00 0.20 -podium podium nom m s 2.16 1.08 2.12 0.95 -podiums podium nom m p 2.16 1.08 0.04 0.14 -podologue podologue nom s 0.05 0.07 0.05 0.07 -podomètre podomètre nom m s 0.01 0.00 0.01 0.00 -poecile poecile nom m s 0.00 0.07 0.00 0.07 -pogne pogne nom f s 0.76 13.38 0.69 8.31 -pognes pogne nom f p 0.76 13.38 0.07 5.07 -pognon pognon nom m s 13.85 11.96 13.85 11.96 -pogo pogo nom m s 0.16 0.00 0.16 0.00 -pogrom pogrom nom m s 0.05 1.08 0.04 0.41 -pogrome pogrome nom m s 0.01 0.47 0.01 0.07 -pogromes pogrome nom m p 0.01 0.47 0.00 0.41 -pogroms pogrom nom m p 0.05 1.08 0.01 0.68 -poids_lourds poids_lourds nom m 0.02 0.07 0.02 0.07 -poids poids nom m 34.42 89.05 34.42 89.05 -poignaient poigner ver 0.17 1.08 0.00 0.14 ind:imp:3p; -poignait poigner ver 0.17 1.08 0.00 0.47 ind:imp:3s; -poignant poignant adj m s 0.78 6.22 0.38 2.23 -poignante poignant adj f s 0.78 6.22 0.22 2.84 -poignantes poignant adj f p 0.78 6.22 0.02 0.47 -poignants poignant adj m p 0.78 6.22 0.16 0.68 -poignard poignard nom m s 9.89 10.14 9.38 8.11 -poignarda poignarder ver 14.32 3.31 0.02 0.07 ind:pas:3s; -poignardaient poignarder ver 14.32 3.31 0.01 0.27 ind:imp:3p; -poignardais poignarder ver 14.32 3.31 0.07 0.00 ind:imp:1s;ind:imp:2s; -poignardait poignarder ver 14.32 3.31 0.07 0.14 ind:imp:3s; -poignardant poignarder ver 14.32 3.31 0.05 0.07 par:pre; -poignarde poignarder ver 14.32 3.31 1.61 0.41 imp:pre:2s;ind:pre:1s;ind:pre:3s; -poignardent poignarder ver 14.32 3.31 0.36 0.00 ind:pre:3p; -poignarder poignarder ver 14.32 3.31 3.25 0.81 inf; -poignardera poignarder ver 14.32 3.31 0.03 0.00 ind:fut:3s; -poignarderai poignarder ver 14.32 3.31 0.07 0.07 ind:fut:1s; -poignarderais poignarder ver 14.32 3.31 0.05 0.00 cnd:pre:1s; -poignarderait poignarder ver 14.32 3.31 0.03 0.00 cnd:pre:3s; -poignarderont poignarder ver 14.32 3.31 0.00 0.07 ind:fut:3p; -poignardez poignarder ver 14.32 3.31 0.07 0.00 imp:pre:2p;ind:pre:2p; -poignards poignard nom m p 9.89 10.14 0.51 2.03 -poignardé poignarder ver m s 14.32 3.31 5.91 0.95 par:pas; -poignardée poignarder ver f s 14.32 3.31 2.39 0.34 par:pas; -poignardées poignarder ver f p 14.32 3.31 0.05 0.00 par:pas; -poignardés poignarder ver m p 14.32 3.31 0.28 0.14 par:pas; -poigne poigne nom f s 1.96 5.41 1.95 5.00 -poignent poigner ver 0.17 1.08 0.00 0.07 ind:pre:3p; -poigner poigner ver 0.17 1.08 0.14 0.00 inf; -poignerait poigner ver 0.17 1.08 0.00 0.07 cnd:pre:3s; -poignes poigne nom f p 1.96 5.41 0.01 0.41 -poignet poignet nom m s 10.00 42.84 6.38 27.70 -poignets poignet nom m p 10.00 42.84 3.62 15.14 -poignons poigner ver 0.17 1.08 0.00 0.07 imp:pre:1p; -poignée poignée nom f s 13.61 46.08 11.65 36.35 -poignées poignée nom f p 13.61 46.08 1.95 9.73 -poil_de_carotte poil_de_carotte nom m s 0.00 0.07 0.00 0.07 -poil poil nom m s 39.33 76.01 27.09 42.91 -poilaient poiler ver 0.06 1.28 0.00 0.07 ind:imp:3p; -poilais poiler ver 0.06 1.28 0.00 0.20 ind:imp:1s; -poilait poiler ver 0.06 1.28 0.00 0.34 ind:imp:3s; -poilant poilant adj m s 0.10 0.14 0.10 0.14 -poile poiler ver 0.06 1.28 0.03 0.07 ind:pre:1s;ind:pre:3s; -poiler poiler ver 0.06 1.28 0.03 0.14 inf; -poileux poileux adj m 0.00 0.07 0.00 0.07 -poils poil nom m p 39.33 76.01 12.24 33.11 -poilé poiler ver m s 0.06 1.28 0.00 0.07 par:pas; -poilu poilu adj m s 4.30 9.05 1.94 3.04 -poilue poilu adj f s 4.30 9.05 0.75 1.42 -poilues poilu adj f p 4.30 9.05 0.70 1.42 -poilés poiler ver m p 0.06 1.28 0.00 0.14 par:pas; -poilus poilu adj m p 4.30 9.05 0.92 3.18 -poindra poindre ver 5.28 5.61 0.11 0.07 ind:fut:3s; -poindre poindre ver 5.28 5.61 0.06 2.70 inf; -poing poing nom m s 17.52 76.08 13.25 47.97 -poings poing nom m p 17.52 76.08 4.27 28.11 -poinsettia poinsettia nom f s 0.04 0.00 0.04 0.00 -point_clé point_clé nom m s 0.02 0.00 0.02 0.00 -point_virgule point_virgule nom m s 0.04 0.07 0.04 0.00 -point point nom_sup m s 225.32 323.58 186.70 272.57 -pointa pointer ver 25.45 38.51 0.03 1.89 ind:pas:3s; -pointage pointage nom m s 0.31 0.41 0.30 0.41 -pointages pointage nom m p 0.31 0.41 0.01 0.00 -pointai pointer ver 25.45 38.51 0.00 0.07 ind:pas:1s; -pointaient pointer ver 25.45 38.51 0.17 2.30 ind:imp:3p; -pointais pointer ver 25.45 38.51 0.11 0.27 ind:imp:1s;ind:imp:2s; -pointait pointer ver 25.45 38.51 0.61 5.00 ind:imp:3s; -pointant pointer ver 25.45 38.51 0.27 3.72 par:pre; -pointe pointe nom f s 13.32 83.85 11.37 69.05 -pointeau pointeau nom m s 0.01 0.14 0.01 0.14 -pointement pointement nom m s 0.00 0.07 0.00 0.07 -pointent pointer ver 25.45 38.51 1.37 1.62 ind:pre:3p; -pointer pointer ver 25.45 38.51 4.63 5.14 inf; -pointera pointer ver 25.45 38.51 0.47 0.27 ind:fut:3s; -pointerai pointer ver 25.45 38.51 0.17 0.00 ind:fut:1s; -pointeraient pointer ver 25.45 38.51 0.01 0.14 cnd:pre:3p; -pointerais pointer ver 25.45 38.51 0.07 0.00 cnd:pre:1s;cnd:pre:2s; -pointerait pointer ver 25.45 38.51 0.07 0.20 cnd:pre:3s; -pointeras pointer ver 25.45 38.51 0.02 0.00 ind:fut:2s; -pointerez pointer ver 25.45 38.51 0.04 0.00 ind:fut:2p; -pointeront pointer ver 25.45 38.51 0.06 0.00 ind:fut:3p; -pointers pointer nom m p 0.12 0.00 0.01 0.00 -pointes pointe nom f p 13.32 83.85 1.96 14.80 -pointeur pointeur nom m s 0.35 0.61 0.03 0.41 -pointeurs pointeur nom m p 0.35 0.61 0.00 0.14 -pointeuse pointeur nom f s 0.35 0.61 0.33 0.07 -pointeuses pointeur adj f p 0.01 0.20 0.00 0.07 -pointez pointer ver 25.45 38.51 2.06 0.20 imp:pre:2p;ind:pre:2p; -poinçon poinçon nom m s 0.37 1.89 0.35 1.55 -poinçonnait poinçonner ver 0.06 0.54 0.00 0.07 ind:imp:3s; -poinçonner poinçonner ver 0.06 0.54 0.04 0.14 inf; -poinçonneraient poinçonner ver 0.06 0.54 0.00 0.07 cnd:pre:3p; -poinçonneur poinçonneur nom m s 0.16 0.20 0.16 0.14 -poinçonneurs poinçonneur nom m p 0.16 0.20 0.00 0.07 -poinçonné poinçonner ver m s 0.06 0.54 0.01 0.07 par:pas; -poinçonnée poinçonner ver f s 0.06 0.54 0.01 0.07 par:pas; -poinçonnés poinçonner ver m p 0.06 0.54 0.00 0.14 par:pas; -poinçons poinçon nom m p 0.37 1.89 0.02 0.34 -pointiez pointer ver 25.45 38.51 0.10 0.00 ind:imp:2p; -pointillaient pointiller ver 0.03 1.62 0.00 0.07 ind:imp:3p; -pointillant pointiller ver 0.03 1.62 0.00 0.27 par:pre; -pointille pointiller ver 0.03 1.62 0.00 0.07 ind:pre:3s; -pointilleuse pointilleux adj f s 1.01 1.76 0.06 0.74 -pointilleuses pointilleux adj f p 1.01 1.76 0.02 0.14 -pointilleux pointilleux adj m 1.01 1.76 0.92 0.88 -pointillisme pointillisme nom m s 0.01 0.00 0.01 0.00 -pointilliste pointilliste adj m s 0.00 0.34 0.00 0.14 -pointillistes pointilliste adj p 0.00 0.34 0.00 0.20 -pointillé pointillé nom m s 0.36 2.97 0.16 1.62 -pointillée pointiller ver f s 0.03 1.62 0.02 0.47 par:pas; -pointillées pointiller ver f p 0.03 1.62 0.00 0.27 par:pas; -pointillés pointillé nom m p 0.36 2.97 0.20 1.35 -pointâmes pointer ver 25.45 38.51 0.00 0.07 ind:pas:1p; -pointons pointer ver 25.45 38.51 0.04 0.00 imp:pre:1p;ind:pre:1p; -point_virgule point_virgule nom m p 0.04 0.07 0.00 0.07 -points point nom_sup m p 225.32 323.58 38.62 51.01 -pointèrent pointer ver 25.45 38.51 0.00 0.34 ind:pas:3p; -pointé pointer ver m s 25.45 38.51 3.17 6.28 par:pas; -pointu pointu adj m s 4.38 21.62 2.17 9.19 -pointée pointer ver f s 25.45 38.51 0.97 1.89 par:pas; -pointue pointu adj f s 4.38 21.62 0.48 3.65 -pointées pointer ver f p 25.45 38.51 0.32 0.20 par:pas; -pointues pointu adj f p 4.38 21.62 0.78 3.72 -pointure pointure nom f s 3.27 1.49 2.67 1.01 -pointures pointure nom f p 3.27 1.49 0.60 0.47 -pointés pointer ver m p 25.45 38.51 0.40 0.88 par:pas; -pointus pointu adj m p 4.38 21.62 0.95 5.07 -poire_vérité poire_vérité nom f s 0.00 0.07 0.00 0.07 -poire poire nom f s 7.58 15.07 5.67 10.81 -poireau poireau nom m s 1.31 2.84 0.61 0.88 -poireautai poireauter ver 1.87 2.30 0.00 0.07 ind:pas:1s; -poireautaient poireauter ver 1.87 2.30 0.00 0.07 ind:imp:3p; -poireautais poireauter ver 1.87 2.30 0.02 0.20 ind:imp:1s; -poireautait poireauter ver 1.87 2.30 0.00 0.20 ind:imp:3s; -poireaute poireauter ver 1.87 2.30 0.58 0.20 ind:pre:1s;ind:pre:3s; -poireauter poireauter ver 1.87 2.30 1.18 1.28 inf; -poireautes poireauter ver 1.87 2.30 0.01 0.07 ind:pre:2s; -poireautions poireauter ver 1.87 2.30 0.00 0.07 ind:imp:1p; -poireauté poireauter ver m s 1.87 2.30 0.08 0.14 par:pas; -poireaux poireau nom m p 1.31 2.84 0.70 1.96 -poirer poirer ver 0.00 0.14 0.00 0.14 inf; -poires poire nom f p 7.58 15.07 1.91 4.26 -poirier poirier nom m s 0.56 3.65 0.42 2.57 -poiriers poirier nom m p 0.56 3.65 0.15 1.08 -poirota poiroter ver 0.02 0.27 0.00 0.14 ind:pas:3s; -poirotait poiroter ver 0.02 0.27 0.00 0.14 ind:imp:3s; -poiroter poiroter ver 0.02 0.27 0.02 0.00 inf; -poiré poiré nom m s 0.00 0.27 0.00 0.14 -poirée poiré nom f s 0.00 0.27 0.00 0.14 -pois pois nom m 8.09 13.72 8.09 13.72 -poiscaille poiscaille nom f s 0.23 0.81 0.21 0.41 -poiscailles poiscaille nom f p 0.23 0.81 0.03 0.41 -poison poison nom m s 19.76 12.23 18.59 9.86 -poisons poison nom m p 19.76 12.23 1.18 2.36 -poissaient poisser ver 0.33 2.64 0.00 0.27 ind:imp:3p; -poissait poisser ver 0.33 2.64 0.00 0.41 ind:imp:3s; -poissard poissard nom m s 0.00 0.14 0.00 0.07 -poissardes poissard nom f p 0.00 0.14 0.00 0.07 -poisse poisse nom f s 5.62 1.42 5.61 1.35 -poissent poisser ver 0.33 2.64 0.00 0.07 ind:pre:3p; -poisser poisser ver 0.33 2.64 0.11 0.61 inf; -poisses poisse nom f p 5.62 1.42 0.01 0.07 -poisseuse poisseux adj f s 0.72 8.99 0.12 3.11 -poisseuses poisseux adj f p 0.72 8.99 0.06 1.89 -poisseux poisseux adj m 0.72 8.99 0.54 3.99 -poisson_chat poisson_chat nom m s 0.64 0.54 0.54 0.34 -poisson_globe poisson_globe nom m s 0.02 0.00 0.02 0.00 -poisson_lune poisson_lune nom m s 0.15 0.07 0.15 0.07 -poisson_pilote poisson_pilote nom m s 0.00 0.07 0.00 0.07 -poisson_épée poisson_épée nom m s 0.09 0.00 0.09 0.00 -poisson poisson nom m s 81.51 54.46 53.61 30.14 -poissonnerie poissonnerie nom f s 0.22 0.47 0.22 0.47 -poissonneuse poissonneux adj f s 0.32 0.47 0.01 0.07 -poissonneuses poissonneux adj f p 0.32 0.47 0.10 0.07 -poissonneux poissonneux adj m 0.32 0.47 0.21 0.34 -poissonnier poissonnier nom m s 0.69 0.88 0.69 0.41 -poissonniers poissonnier nom m p 0.69 0.88 0.01 0.27 -poissonnière poissonnière nom f s 0.09 3.92 0.07 3.92 -poissonnières poissonnière nom f p 0.09 3.92 0.02 0.00 -poisson_chat poisson_chat nom m p 0.64 0.54 0.11 0.20 -poissons poisson nom m p 81.51 54.46 27.90 24.32 -poissé poisser ver m s 0.33 2.64 0.00 0.34 par:pas; -poissée poisser ver f s 0.33 2.64 0.00 0.20 par:pas; -poissées poisser ver f p 0.33 2.64 0.00 0.14 par:pas; -poissés poisser ver m p 0.33 2.64 0.00 0.07 par:pas; -poitevin poitevin adj m s 0.00 0.41 0.00 0.20 -poitevins poitevin adj m p 0.00 0.41 0.00 0.20 -poitrail poitrail nom m s 0.20 5.07 0.20 4.73 -poitrails poitrail nom m p 0.20 5.07 0.00 0.34 -poitrinaire poitrinaire adj s 0.02 1.08 0.02 0.88 -poitrinaires poitrinaire adj m p 0.02 1.08 0.00 0.20 -poitrinant poitriner ver 0.00 0.07 0.00 0.07 par:pre; -poitrine poitrine nom f s 26.45 104.46 25.31 99.59 -poitrines poitrine nom f p 26.45 104.46 1.14 4.86 -poitrinières poitrinière nom f p 0.00 0.14 0.00 0.14 -poivra poivrer ver 0.17 2.30 0.00 0.07 ind:pas:3s; -poivrade poivrade nom f s 0.14 0.68 0.14 0.27 -poivrades poivrade nom f p 0.14 0.68 0.00 0.41 -poivrais poivrer ver 0.17 2.30 0.01 0.07 ind:imp:1s; -poivrait poivrer ver 0.17 2.30 0.00 0.14 ind:imp:3s; -poivre poivre nom m s 3.80 6.89 3.79 6.69 -poivrent poivrer ver 0.17 2.30 0.00 0.14 ind:pre:3p; -poivrer poivrer ver 0.17 2.30 0.03 0.20 inf; -poivres poivre nom m p 3.80 6.89 0.01 0.20 -poivrez poivrer ver 0.17 2.30 0.01 0.07 imp:pre:2p;ind:pre:2p; -poivrier poivrier nom m s 0.08 0.88 0.08 0.34 -poivriers poivrier nom m p 0.08 0.88 0.00 0.54 -poivrière poivrière nom f s 0.08 0.34 0.05 0.07 -poivrières poivrière nom f p 0.08 0.34 0.03 0.27 -poivron poivron nom m s 2.35 1.15 0.51 0.27 -poivrons poivron nom m p 2.35 1.15 1.85 0.88 -poivrot poivrot nom m s 3.53 3.51 2.16 2.03 -poivrote poivrot nom f s 3.53 3.51 0.38 0.20 -poivrotes poivrot nom f p 3.53 3.51 0.00 0.20 -poivrots poivrot nom m p 3.53 3.51 0.99 1.08 -poivré poivrer ver m s 0.17 2.30 0.04 0.20 par:pas; -poivrée poivré adj f s 0.11 1.22 0.09 0.68 -poivrées poivré adj f p 0.11 1.22 0.00 0.14 -poivrés poivrer ver m p 0.17 2.30 0.01 0.20 par:pas; -poix poix nom f 0.14 1.22 0.14 1.22 -poker poker nom m s 10.76 3.92 10.62 3.78 -pokers poker nom m p 10.76 3.92 0.14 0.14 -polack polack nom s 1.48 0.00 1.37 0.00 -polacks polack nom p 1.48 0.00 0.11 0.00 -polaire polaire adj s 2.00 2.50 1.71 1.55 -polaires polaire adj p 2.00 2.50 0.28 0.95 -polak polak nom m s 0.17 0.41 0.12 0.34 -polaks polak nom m p 0.17 0.41 0.05 0.07 -polaque polaque nom m s 0.05 0.47 0.05 0.07 -polaques polaque nom m p 0.05 0.47 0.00 0.41 -polar polar nom m s 0.86 1.49 0.23 1.08 -polarde polard adj f s 0.01 0.27 0.01 0.07 -polardes polard adj f p 0.01 0.27 0.00 0.14 -polards polard adj m p 0.01 0.27 0.00 0.07 -polarisaient polariser ver 0.41 0.34 0.00 0.07 ind:imp:3p; -polarisait polariser ver 0.41 0.34 0.01 0.07 ind:imp:3s; -polarisant polariser ver 0.41 0.34 0.01 0.00 par:pre; -polarisants polarisant adj m p 0.01 0.07 0.00 0.07 -polarisation polarisation nom f s 0.06 0.00 0.06 0.00 -polarise polariser ver 0.41 0.34 0.01 0.00 imp:pre:2s; -polarisent polariser ver 0.41 0.34 0.01 0.00 ind:pre:3p; -polariser polariser ver 0.41 0.34 0.04 0.07 inf; -polarisé polariser ver m s 0.41 0.34 0.16 0.00 par:pas; -polarisée polariser ver f s 0.41 0.34 0.17 0.14 par:pas; -polarité polarité nom f s 0.54 0.00 0.54 0.00 -polaroïd polaroïd nom m s 0.74 0.95 0.47 0.88 -polaroïds polaroïd nom m p 0.74 0.95 0.28 0.07 -polaroid polaroid nom m s 0.39 0.00 0.39 0.00 -polars polar nom m p 0.86 1.49 0.63 0.41 -polder polder nom m s 0.00 0.20 0.00 0.07 -polders polder nom m p 0.00 0.20 0.00 0.14 -pâle pâle adj s 16.50 83.58 14.52 67.23 -pole pole nom m s 0.22 0.00 0.22 0.00 -pâlement pâlement adv 0.00 0.54 0.00 0.54 -polenta polenta nom f s 0.88 0.27 0.88 0.27 -pâles pâle adj p 16.50 83.58 1.98 16.35 -pâleur pâleur nom f s 1.38 10.41 1.38 10.00 -pâleurs pâleur nom f p 1.38 10.41 0.00 0.41 -pâli pâlir ver m s 1.19 15.14 0.31 2.50 par:pas; -poli polir ver m s 9.45 11.01 6.04 5.07 par:pas; -police_secours police_secours nom f s 0.16 0.47 0.16 0.47 -police police nom f s 276.21 83.72 274.31 81.69 -policeman policeman nom m s 0.04 0.41 0.03 0.34 -policemen policeman nom m p 0.04 0.41 0.01 0.07 -policer policer ver 1.27 0.61 0.04 0.00 inf; -polices police nom f p 276.21 83.72 1.90 2.03 -polichinelle polichinelle nom m s 0.50 2.09 0.49 1.76 -polichinelles polichinelle nom m p 0.50 2.09 0.01 0.34 -pâlichon pâlichon adj m s 0.06 0.81 0.06 0.47 -pâlichonne pâlichon adj f s 0.06 0.81 0.00 0.20 -pâlichons pâlichon adj m p 0.06 0.81 0.00 0.14 -policier policier nom m s 34.12 21.62 19.94 10.00 -policiers policier nom m p 34.12 21.62 14.02 11.62 -policière policier adj f s 9.29 6.82 2.31 1.76 -policières policier adj f p 9.29 6.82 0.58 1.01 -policlinique policlinique nom f s 0.10 0.00 0.10 0.00 -policé policer ver m s 1.27 0.61 0.01 0.07 par:pas; -policée policé adj f s 0.02 1.82 0.01 0.54 -policées policer ver f p 1.27 0.61 0.01 0.14 par:pas; -policés policé adj m p 0.02 1.82 0.01 0.27 -pâlie pâlir ver f s 1.19 15.14 0.10 0.68 par:pas; -polie polir ver f s 9.45 11.01 2.23 2.03 par:pas; -pâlies pâlir ver f p 1.19 15.14 0.00 0.54 par:pas; -polies poli adj f p 4.68 16.69 0.08 1.28 -poliment poliment adv 3.29 10.00 3.29 10.00 -polio polio nom f s 1.10 0.34 1.08 0.27 -poliomyélite poliomyélite nom f s 0.28 0.27 0.28 0.27 -poliomyélitique poliomyélitique adj m s 0.01 0.27 0.00 0.14 -poliomyélitiques poliomyélitique adj p 0.01 0.27 0.01 0.14 -poliorcétique poliorcétique adj m s 0.00 0.07 0.00 0.07 -polios polio nom f p 1.10 0.34 0.02 0.07 -pâlir pâlir ver 1.19 15.14 0.54 4.39 inf; -polir polir ver 9.45 11.01 0.38 1.42 inf; -pâlirait pâlir ver 1.19 15.14 0.00 0.07 cnd:pre:3s; -poliras polir ver 9.45 11.01 0.01 0.00 ind:fut:2s; -pâlirent pâlir ver 1.19 15.14 0.00 0.07 ind:pas:3p; -pâlis pâlir ver m p 1.19 15.14 0.05 0.47 imp:pre:2s;ind:pre:1s;ind:pre:2s;par:pas; -polis poli adj m p 4.68 16.69 0.80 2.64 -polish polish nom m s 0.06 0.07 0.06 0.07 -polissage polissage nom m s 0.11 0.41 0.11 0.34 -polissages polissage nom m p 0.11 0.41 0.00 0.07 -pâlissaient pâlir ver 1.19 15.14 0.00 0.68 ind:imp:3p; -polissaient polir ver 9.45 11.01 0.00 0.07 ind:imp:3p; -polissais polir ver 9.45 11.01 0.01 0.07 ind:imp:1s; -pâlissait pâlir ver 1.19 15.14 0.00 1.22 ind:imp:3s; -polissait polir ver 9.45 11.01 0.02 0.14 ind:imp:3s; -pâlissant pâlissant adj m s 0.10 0.74 0.10 0.61 -polissant polir ver 9.45 11.01 0.04 0.34 par:pre; -pâlissante pâlissant adj f s 0.10 0.74 0.00 0.07 -pâlissantes pâlissant adj f p 0.10 0.74 0.00 0.07 -pâlissent pâlir ver 1.19 15.14 0.03 0.61 ind:pre:3p; -polissent polir ver 9.45 11.01 0.01 0.14 ind:pre:3p; -polisseur polisseur nom m s 0.01 0.14 0.01 0.00 -polisseurs polisseur nom m p 0.01 0.14 0.00 0.07 -polisseuse polisseur nom f s 0.01 0.14 0.00 0.07 -pâlissions pâlir ver 1.19 15.14 0.00 0.14 ind:imp:1p; -polissoir polissoir nom m s 0.02 0.07 0.02 0.07 -polisson polisson nom m s 1.12 0.47 0.83 0.27 -polissonnait polissonner ver 0.11 0.07 0.10 0.00 ind:imp:3s; -polissonne polisson adj f s 1.06 0.68 0.16 0.07 -polissonner polissonner ver 0.11 0.07 0.01 0.00 inf; -polissonnerie polissonnerie nom f s 0.00 0.20 0.00 0.14 -polissonneries polissonnerie nom f p 0.00 0.20 0.00 0.07 -polissonnes polisson adj f p 1.06 0.68 0.23 0.14 -polissons polisson nom m p 1.12 0.47 0.28 0.14 -polissure polissure nom f s 0.00 0.07 0.00 0.07 -pâlit pâlir ver 1.19 15.14 0.15 3.18 ind:pre:3s;ind:pas:3s; -polit polir ver 9.45 11.01 0.03 0.20 ind:pre:3s;ind:pas:3s; -politburo politburo nom m s 0.03 0.47 0.03 0.47 -politesse politesse nom f s 5.00 20.54 4.29 17.97 -politesses politesse nom f p 5.00 20.54 0.70 2.57 -politicard politicard nom m s 0.41 0.34 0.08 0.14 -politicards politicard nom m p 0.41 0.34 0.33 0.20 -politicien politicien nom m s 7.67 2.43 2.34 0.61 -politicienne politicien nom f s 7.67 2.43 0.10 0.00 -politiciennes politicien adj f p 0.83 0.68 0.12 0.14 -politiciens politicien nom m p 7.67 2.43 5.23 1.82 -politico_religieux politico_religieux adj f s 0.00 0.07 0.00 0.07 -politico politico adv 0.17 0.27 0.17 0.27 -politique_fiction politique_fiction nom f s 0.00 0.07 0.00 0.07 -politique politique nom s 38.38 70.34 34.84 65.88 -politiquement politiquement adv 2.73 2.77 2.73 2.77 -politiques politique adj p 38.09 70.81 13.20 26.42 -politisation politisation nom f s 0.01 0.00 0.01 0.00 -politiser politiser ver 0.29 0.34 0.07 0.00 inf; -politisé politiser ver m s 0.29 0.34 0.06 0.07 par:pas; -politisée politiser ver f s 0.29 0.34 0.14 0.07 par:pas; -politisés politiser ver m p 0.29 0.34 0.02 0.20 par:pas; -polka polka nom f s 1.98 7.64 1.90 7.50 -polkas polka nom f p 1.98 7.64 0.08 0.14 -pollen pollen nom m s 1.37 1.89 1.20 1.82 -pollens pollen nom m p 1.37 1.89 0.17 0.07 -pollinies pollinie nom f p 0.00 0.07 0.00 0.07 -pollinique pollinique adj f s 0.00 0.07 0.00 0.07 -pollinisateur pollinisateur adj m s 0.03 0.00 0.03 0.00 -pollinisation pollinisation nom f s 0.09 0.00 0.09 0.00 -polliniser polliniser ver 0.02 0.00 0.01 0.00 inf; -pollinisé polliniser ver m s 0.02 0.00 0.01 0.00 par:pas; -pollope pollope ono 0.00 0.07 0.00 0.07 -polluait polluer ver 3.38 2.09 0.12 0.07 ind:imp:3s; -polluant polluer ver 3.38 2.09 0.04 0.00 par:pre; -polluante polluant adj f s 0.21 0.14 0.02 0.00 -polluants polluant adj m p 0.21 0.14 0.16 0.07 -pollue polluer ver 3.38 2.09 0.45 0.07 ind:pre:1s;ind:pre:3s; -polluent polluer ver 3.38 2.09 0.22 0.14 ind:pre:3p; -polluer polluer ver 3.38 2.09 0.65 0.34 inf; -pollueront polluer ver 3.38 2.09 0.01 0.00 ind:fut:3p; -pollues polluer ver 3.38 2.09 0.12 0.07 ind:pre:2s; -pollueur pollueur nom m s 0.25 0.14 0.04 0.00 -pollueurs pollueur nom m p 0.25 0.14 0.18 0.14 -pollueuse pollueur nom f s 0.25 0.14 0.02 0.00 -polluez polluer ver 3.38 2.09 0.04 0.00 imp:pre:2p;ind:pre:2p; -pollution pollution nom f s 2.38 1.28 2.35 1.15 -pollutions pollution nom f p 2.38 1.28 0.04 0.14 -pollué polluer ver m s 3.38 2.09 0.57 0.68 par:pas; -polluée polluer ver f s 3.38 2.09 0.86 0.20 par:pas; -polluées polluer ver f p 3.38 2.09 0.17 0.47 par:pas; -pollués polluer ver m p 3.38 2.09 0.14 0.07 par:pas; -polo polo nom m s 1.51 2.03 1.46 1.96 -poloche poloche nom f s 0.00 0.34 0.00 0.34 -polochon polochon nom m s 0.19 0.81 0.06 0.41 -polochons polochon nom m p 0.19 0.81 0.12 0.41 -polonais polonais nom m 8.26 9.32 7.06 8.18 -polonaise polonais adj f s 8.41 14.73 1.87 4.39 -polonaises polonais adj f p 8.41 14.73 0.27 0.95 -polope polope ono 0.00 0.41 0.00 0.41 -polos polo nom m p 1.51 2.03 0.05 0.07 -pâlot pâlot adj m s 0.60 1.22 0.44 0.34 -pâlots pâlot adj m p 0.60 1.22 0.01 0.20 -pâlotte pâlot adj f s 0.60 1.22 0.15 0.61 -pâlottes pâlot adj f p 0.60 1.22 0.00 0.07 -polski polski nom m s 0.14 0.14 0.14 0.14 -poltron poltron nom m s 0.74 0.41 0.58 0.27 -poltronne poltron adj f s 0.32 0.34 0.03 0.07 -poltronnerie poltronnerie nom f s 0.55 0.00 0.55 0.00 -poltrons poltron nom m p 0.74 0.41 0.16 0.14 -polémique polémique nom f s 0.73 1.35 0.46 1.22 -polémiquer polémiquer ver 0.07 0.14 0.03 0.14 inf; -polémiques polémique nom f p 0.73 1.35 0.27 0.14 -polémiste polémiste nom s 0.14 0.47 0.14 0.41 -polémistes polémiste nom p 0.14 0.47 0.00 0.07 -poly_sexuel poly_sexuel adj f s 0.01 0.00 0.01 0.00 -poly poly nom m s 0.30 0.14 0.30 0.14 -polyacrylate polyacrylate nom m s 0.03 0.00 0.03 0.00 -polyamide polyamide nom m s 0.00 0.20 0.00 0.14 -polyamides polyamide nom m p 0.00 0.20 0.00 0.07 -polyandre polyandre adj f s 0.00 0.07 0.00 0.07 -polyarthrite polyarthrite nom f s 0.03 0.00 0.03 0.00 -polycarbonate polycarbonate nom m s 0.03 0.00 0.03 0.00 -polychlorure polychlorure nom m s 0.01 0.00 0.01 0.00 -polychrome polychrome adj s 0.00 1.08 0.00 0.74 -polychromes polychrome adj m p 0.00 1.08 0.00 0.34 -polychromie polychromie nom f s 0.00 0.27 0.00 0.27 -polychromé polychromé adj m s 0.00 0.27 0.00 0.14 -polychromées polychromé adj f p 0.00 0.27 0.00 0.14 -polyclinique polyclinique nom f s 0.23 0.14 0.23 0.14 -polycopiait polycopier ver 0.12 0.54 0.00 0.07 ind:imp:3s; -polycopie polycopie nom f s 0.01 0.07 0.01 0.07 -polycopier polycopier ver 0.12 0.54 0.01 0.34 inf; -polycopié polycopié nom m s 0.00 0.20 0.00 0.07 -polycopiée polycopier ver f s 0.12 0.54 0.00 0.14 par:pas; -polycopiés polycopier ver m p 0.12 0.54 0.11 0.00 par:pas; -polyculture polyculture nom f s 0.00 0.07 0.00 0.07 -polycéphale polycéphale adj m s 0.01 0.00 0.01 0.00 -polydactylie polydactylie nom f s 0.01 0.00 0.01 0.00 -polyester polyester nom m s 0.46 0.34 0.46 0.34 -polygame polygame adj s 0.15 0.00 0.15 0.00 -polygamie polygamie nom f s 0.49 0.27 0.49 0.27 -polyglotte polyglotte adj s 0.08 1.01 0.08 0.61 -polyglottes polyglotte nom p 0.03 0.14 0.01 0.00 -polygonal polygonal adj m s 0.01 0.20 0.01 0.00 -polygonales polygonal adj f p 0.01 0.20 0.00 0.14 -polygonaux polygonal adj m p 0.01 0.20 0.00 0.07 -polygone polygone nom m s 0.13 0.88 0.12 0.47 -polygones polygone nom m p 0.13 0.88 0.01 0.41 -polygraphe polygraphe nom s 0.37 0.14 0.34 0.07 -polygraphes polygraphe nom p 0.37 0.14 0.04 0.07 -polygénique polygénique adj f s 0.01 0.00 0.01 0.00 -polykystique polykystique adj m s 0.04 0.00 0.04 0.00 -polymorphe polymorphe adj s 0.06 0.07 0.05 0.07 -polymorphes polymorphe adj p 0.06 0.07 0.01 0.00 -polymorphie polymorphie nom f s 0.02 0.00 0.02 0.00 -polymorphismes polymorphisme nom m p 0.03 0.00 0.03 0.00 -polymère polymère nom m s 0.16 0.00 0.16 0.00 -polymérase polymérase nom f s 0.05 0.00 0.05 0.00 -polymérique polymérique adj m s 0.02 0.00 0.01 0.00 -polymériques polymérique adj m p 0.02 0.00 0.01 0.00 -polynésien polynésien adj m s 0.08 0.47 0.03 0.07 -polynésienne polynésienne adj f s 0.03 0.00 0.03 0.00 -polynésiennes polynésien adj f p 0.08 0.47 0.03 0.14 -polynésiens polynésien nom m p 0.04 0.07 0.02 0.00 -polype polype nom m s 0.32 0.74 0.23 0.54 -polypes polype nom m p 0.32 0.74 0.09 0.20 -polyphone polyphone adj s 0.00 0.07 0.00 0.07 -polyphonie polyphonie nom f s 0.02 0.14 0.02 0.14 -polyphonique polyphonique adj m s 0.23 0.14 0.23 0.14 -polypier polypier nom m s 0.00 0.14 0.00 0.07 -polypiers polypier nom m p 0.00 0.14 0.00 0.07 -polypropylène polypropylène nom m s 0.01 0.14 0.01 0.14 -polysaccharides polysaccharide nom m p 0.01 0.00 0.01 0.00 -polystyrène polystyrène nom m s 0.38 0.14 0.38 0.14 -polysyllabe polysyllabe adj s 0.01 0.00 0.01 0.00 -polysyllabique polysyllabique adj m s 0.01 0.07 0.01 0.07 -polytechnicien polytechnicien nom m s 0.25 1.35 0.14 0.81 -polytechnicienne polytechnicien nom f s 0.25 1.35 0.01 0.00 -polytechniciens polytechnicien nom m p 0.25 1.35 0.10 0.54 -polytechnique polytechnique nom f s 0.44 0.47 0.44 0.47 -polyèdre polyèdre nom m s 0.00 0.20 0.00 0.14 -polyèdres polyèdre nom m p 0.00 0.20 0.00 0.07 -polythène polythène nom m s 0.01 0.00 0.01 0.00 -polythéiste polythéiste adj s 0.01 0.00 0.01 0.00 -polytonal polytonal adj m s 0.00 0.07 0.00 0.07 -polytonalité polytonalité nom f s 0.00 0.07 0.00 0.07 -polyuréthane polyuréthane nom m s 0.05 0.00 0.05 0.00 -polyéthylène polyéthylène nom m s 0.13 0.14 0.13 0.14 -polyvalence polyvalence nom f s 0.01 0.14 0.01 0.14 -polyvalent polyvalent adj m s 0.15 0.14 0.02 0.14 -polyvalente polyvalent adj f s 0.15 0.14 0.12 0.00 -polyvalents polyvalent adj m p 0.15 0.14 0.01 0.00 -polyvinyle polyvinyle nom m s 0.01 0.07 0.01 0.07 -polyvinylique polyvinylique adj m s 0.03 0.00 0.03 0.00 -pom_pom_girl pom_pom_girl nom f s 2.06 0.00 0.95 0.00 -pom_pom_girl pom_pom_girl nom f p 2.06 0.00 1.11 0.00 -pâma pâmer ver 0.47 3.18 0.01 0.07 ind:pas:3s; -pâmaient pâmer ver 0.47 3.18 0.01 0.20 ind:imp:3p; -pâmait pâmer ver 0.47 3.18 0.02 0.27 ind:imp:3s; -pâmant pâmer ver 0.47 3.18 0.00 0.27 par:pre; -pâme pâmer ver 0.47 3.18 0.07 0.27 ind:pre:1s;ind:pre:3s; -pomelo pomelo nom m s 0.01 0.00 0.01 0.00 -pâment pâmer ver 0.47 3.18 0.04 0.00 ind:pre:3p; -pâmer pâmer ver 0.47 3.18 0.06 0.61 inf; -pâmerais pâmer ver 0.47 3.18 0.00 0.07 cnd:pre:1s; -pâmerait pâmer ver 0.47 3.18 0.01 0.00 cnd:pre:3s; -pomerols pomerol nom m p 0.00 0.07 0.00 0.07 -pâmeront pâmer ver 0.47 3.18 0.03 0.00 ind:fut:3p; -pâmez pâmer ver 0.47 3.18 0.10 0.07 imp:pre:2p;ind:pre:2p; -pommade pommade nom f s 2.35 3.04 2.21 2.16 -pommader pommader ver 0.02 0.54 0.00 0.41 inf; -pommades pommade nom f p 2.35 3.04 0.14 0.88 -pommadin pommadin nom m s 0.00 0.07 0.00 0.07 -pommadé pommadé adj m s 0.00 0.74 0.00 0.47 -pommadées pommadé adj f p 0.00 0.74 0.00 0.07 -pommadés pommadé adj m p 0.00 0.74 0.00 0.20 -pommaient pommer ver 0.38 1.96 0.00 0.07 ind:imp:3p; -pommard pommard nom m s 0.00 0.20 0.00 0.07 -pommards pommard nom m p 0.00 0.20 0.00 0.14 -pomme pomme nom f s 42.35 82.36 19.77 46.08 -pommeau pommeau nom m s 0.22 4.26 0.22 3.92 -pommeaux pommeau nom m p 0.22 4.26 0.00 0.34 -pommeler pommeler ver 0.00 0.27 0.00 0.07 inf; -pommelé pommelé adj m s 0.28 1.49 0.26 0.95 -pommelées pommelé adj f p 0.28 1.49 0.00 0.07 -pommelés pommelé adj m p 0.28 1.49 0.02 0.47 -pommer pommer ver 0.38 1.96 0.04 0.00 inf; -pommeraie pommeraie nom f s 0.01 0.14 0.01 0.14 -pommes pomme nom f p 42.35 82.36 22.57 36.28 -pommette pommette nom f s 0.90 16.35 0.21 2.70 -pommettes pommette nom f p 0.90 16.35 0.69 13.65 -pommier pommier nom m s 1.93 8.78 1.55 5.88 -pommiers pommier nom m p 1.93 8.78 0.38 2.91 -pommé pommer ver m s 0.38 1.96 0.04 0.07 par:pas; -pommée pommé adj f s 0.01 0.27 0.01 0.07 -pommées pommé adj f p 0.01 0.27 0.00 0.14 -pommés pommé adj m p 0.01 0.27 0.00 0.07 -pâmoison pâmoison nom f s 0.00 1.22 0.00 0.74 -pâmoisons pâmoison nom f p 0.00 1.22 0.00 0.47 -pompadour pompadour adj 0.03 0.00 0.03 0.00 -pompage pompage nom m s 0.35 0.14 0.35 0.14 -pompai pomper ver 5.24 4.59 0.00 0.07 ind:pas:1s; -pompaient pomper ver 5.24 4.59 0.01 0.14 ind:imp:3p; -pompais pomper ver 5.24 4.59 0.02 0.07 ind:imp:1s; -pompait pomper ver 5.24 4.59 0.15 0.61 ind:imp:3s; -pompant pomper ver 5.24 4.59 0.03 0.47 par:pre; -pompe pompe nom f s 22.92 35.14 10.51 18.45 -pompent pomper ver 5.24 4.59 0.24 0.34 ind:pre:3p; -pomper pomper ver 5.24 4.59 1.72 1.15 inf; -pompera pomper ver 5.24 4.59 0.02 0.07 ind:fut:3s; -pomperais pomper ver 5.24 4.59 0.02 0.00 cnd:pre:2s; -pomperait pomper ver 5.24 4.59 0.01 0.00 cnd:pre:3s; -pompes pompe nom f p 22.92 35.14 12.41 16.69 -pompette pompette adj s 1.21 0.41 1.21 0.41 -pompeur pompeur nom m s 0.04 0.27 0.04 0.27 -pompeuse pompeux adj f s 0.97 4.26 0.09 1.15 -pompeusement pompeusement adv 0.01 1.15 0.01 1.15 -pompeuses pompeux adj f p 0.97 4.26 0.04 0.61 -pompeux pompeux adj m 0.97 4.26 0.85 2.50 -pompez pomper ver 5.24 4.59 0.66 0.07 imp:pre:2p;ind:pre:2p; -pompidoliens pompidolien adj m p 0.00 0.07 0.00 0.07 -pompier pompier nom m s 13.01 10.07 2.67 1.01 -pompiers pompier nom m p 13.01 10.07 10.35 9.05 -pompions pomper ver 5.24 4.59 0.00 0.07 ind:imp:1p; -pompiste pompiste nom s 2.10 4.05 2.05 3.51 -pompistes pompiste nom p 2.10 4.05 0.05 0.54 -pompiérisme pompiérisme nom m s 0.00 0.07 0.00 0.07 -pompon pompon nom m s 1.56 3.92 1.22 1.35 -pomponna pomponner ver 0.94 1.69 0.00 0.07 ind:pas:3s; -pomponnaient pomponner ver 0.94 1.69 0.00 0.07 ind:imp:3p; -pomponnait pomponner ver 0.94 1.69 0.00 0.20 ind:imp:3s; -pomponnant pomponner ver 0.94 1.69 0.00 0.07 par:pre; -pomponne pomponner ver 0.94 1.69 0.08 0.07 imp:pre:2s;ind:pre:1s;ind:pre:3s; -pomponnent pomponner ver 0.94 1.69 0.01 0.00 ind:pre:3p; -pomponner pomponner ver 0.94 1.69 0.32 0.14 inf; -pomponniez pomponner ver 0.94 1.69 0.00 0.07 ind:imp:2p; -pomponné pomponner ver m s 0.94 1.69 0.10 0.34 par:pas; -pomponnée pomponner ver f s 0.94 1.69 0.41 0.34 par:pas; -pomponnées pomponner ver f p 0.94 1.69 0.01 0.27 par:pas; -pomponnés pomponner ver m p 0.94 1.69 0.01 0.07 par:pas; -pompons pompon nom m p 1.56 3.92 0.34 2.57 -pompé pomper ver m s 5.24 4.59 0.40 0.54 par:pas; -pompée pomper ver f s 5.24 4.59 0.25 0.00 par:pas; -pompéien pompéien adj m s 0.17 0.54 0.01 0.20 -pompéienne pompéien adj f s 0.17 0.54 0.01 0.20 -pompéiennes pompéien adj f p 0.17 0.54 0.00 0.07 -pompéiens pompéien adj m p 0.17 0.54 0.15 0.07 -pompés pomper ver m p 5.24 4.59 0.01 0.07 par:pas; -pâmèrent pâmer ver 0.47 3.18 0.01 0.07 ind:pas:3p; -pâmé pâmer ver m s 0.47 3.18 0.10 0.41 par:pas; -pâmée pâmer ver f s 0.47 3.18 0.01 0.54 par:pas; -pâmées pâmer ver f p 0.47 3.18 0.01 0.20 par:pas; -pomélo pomélo nom m s 0.01 0.00 0.01 0.00 -poméranien poméranien adj m s 0.01 0.14 0.01 0.07 -poméranienne poméranien nom f s 0.00 0.47 0.00 0.07 -poméraniennes poméranien nom f p 0.00 0.47 0.00 0.34 -poméraniens poméranien nom m p 0.00 0.47 0.00 0.07 -pâmés pâmer ver m p 0.47 3.18 0.00 0.14 par:pas; -ponant ponant nom m s 0.04 0.34 0.04 0.34 -ponce poncer ver 0.42 2.43 0.18 1.15 imp:pre:2s;ind:pre:1s;ind:pre:3s; -ponceau ponceau nom m s 0.00 0.41 0.00 0.34 -ponceaux ponceau nom m p 0.00 0.41 0.00 0.07 -poncer poncer ver 0.42 2.43 0.16 0.07 inf; -ponces poncer ver 0.42 2.43 0.00 0.27 sub:pre:2s; -ponceuse ponceur nom f s 0.31 0.41 0.31 0.41 -poncho poncho nom m s 1.04 0.20 1.00 0.20 -ponchos poncho nom m p 1.04 0.20 0.04 0.00 -poncif poncif nom m s 0.01 0.95 0.00 0.47 -poncifs poncif nom m p 0.01 0.95 0.01 0.47 -ponction ponction nom f s 1.72 1.08 1.68 0.74 -ponctionna ponctionner ver 0.02 0.27 0.00 0.07 ind:pas:3s; -ponctionnait ponctionner ver 0.02 0.27 0.00 0.07 ind:imp:3s; -ponctionne ponctionner ver 0.02 0.27 0.01 0.07 ind:pre:3s; -ponctionner ponctionner ver 0.02 0.27 0.01 0.07 inf; -ponctions ponction nom f p 1.72 1.08 0.04 0.34 -ponctua ponctuer ver 0.12 9.32 0.00 0.27 ind:pas:3s; -ponctuaient ponctuer ver 0.12 9.32 0.00 0.47 ind:imp:3p; -ponctuait ponctuer ver 0.12 9.32 0.01 1.69 ind:imp:3s; -ponctualité ponctualité nom f s 1.01 1.42 1.01 1.42 -ponctuant ponctuer ver 0.12 9.32 0.01 0.88 par:pre; -ponctuation ponctuation nom f s 0.30 1.55 0.30 1.35 -ponctuations ponctuation nom f p 0.30 1.55 0.00 0.20 -ponctue ponctuer ver 0.12 9.32 0.01 0.88 ind:pre:1s;ind:pre:3s; -ponctuel ponctuel adj m s 3.55 1.82 1.82 0.81 -ponctuelle ponctuel adj f s 3.55 1.82 1.13 0.27 -ponctuellement ponctuellement adv 0.26 1.01 0.26 1.01 -ponctuelles ponctuel adj f p 3.55 1.82 0.06 0.41 -ponctuels ponctuel adj m p 3.55 1.82 0.54 0.34 -ponctuent ponctuer ver 0.12 9.32 0.01 0.27 ind:pre:3p; -ponctuer ponctuer ver 0.12 9.32 0.02 0.61 inf; -ponctuèrent ponctuer ver 0.12 9.32 0.00 0.07 ind:pas:3p; -ponctué ponctuer ver m s 0.12 9.32 0.02 2.16 par:pas; -ponctuée ponctuer ver f s 0.12 9.32 0.00 1.08 par:pas; -ponctuées ponctuer ver f p 0.12 9.32 0.00 0.47 par:pas; -ponctués ponctuer ver m p 0.12 9.32 0.03 0.47 par:pas; -poncé poncer ver m s 0.42 2.43 0.07 0.20 par:pas; -poncée poncer ver f s 0.42 2.43 0.00 0.27 par:pas; -poncées poncer ver f p 0.42 2.43 0.00 0.14 par:pas; -poncés poncer ver m p 0.42 2.43 0.00 0.07 par:pas; -pond pondre ver 5.41 6.82 1.18 0.74 ind:pre:3s; -pondaient pondre ver 5.41 6.82 0.01 0.20 ind:imp:3p; -pondait pondre ver 5.41 6.82 0.15 0.41 ind:imp:3s; -pondant pondre ver 5.41 6.82 0.02 0.07 par:pre; -ponde pondre ver 5.41 6.82 0.10 0.00 sub:pre:1s;sub:pre:3s; -pondent pondre ver 5.41 6.82 0.55 0.34 ind:pre:3p; -pondes pondre ver 5.41 6.82 0.00 0.07 sub:pre:2s; -pondeur pondeur nom m s 0.08 0.20 0.00 0.07 -pondeuse pondeur nom f s 0.08 0.20 0.08 0.00 -pondeuses pondeuse nom f p 0.03 0.00 0.03 0.00 -pondez pondre ver 5.41 6.82 0.06 0.00 imp:pre:2p;ind:pre:2p; -pondiez pondre ver 5.41 6.82 0.00 0.07 ind:imp:2p; -pondoir pondoir nom m s 0.00 0.20 0.00 0.14 -pondoirs pondoir nom m p 0.00 0.20 0.00 0.07 -pondra pondre ver 5.41 6.82 0.04 0.07 ind:fut:3s; -pondrai pondre ver 5.41 6.82 0.16 0.07 ind:fut:1s; -pondraient pondre ver 5.41 6.82 0.01 0.14 cnd:pre:3p; -pondrais pondre ver 5.41 6.82 0.00 0.07 cnd:pre:2s; -pondras pondre ver 5.41 6.82 0.02 0.07 ind:fut:2s; -pondre pondre ver 5.41 6.82 1.64 1.69 inf; -pondront pondre ver 5.41 6.82 0.01 0.00 ind:fut:3p; -ponds pondre ver 5.41 6.82 0.04 0.07 imp:pre:2s;ind:pre:1s;ind:pre:2s; -pondu pondre ver m s 5.41 6.82 1.39 1.76 par:pas; -pondue pondre ver f s 5.41 6.82 0.01 0.27 par:pas; -pondérable pondérable adj f s 0.00 0.20 0.00 0.14 -pondérables pondérable adj p 0.00 0.20 0.00 0.07 -pondérale pondéral adj f s 0.05 0.00 0.05 0.00 -pondération pondération nom f s 0.12 0.47 0.12 0.47 -pondérer pondérer ver 0.04 0.14 0.01 0.00 inf; -pondéré pondéré adj m s 0.18 1.15 0.03 0.68 -pondérée pondéré adj f s 0.18 1.15 0.13 0.14 -pondérées pondéré adj f p 0.18 1.15 0.00 0.07 -pondérés pondéré adj m p 0.18 1.15 0.02 0.27 -pondus pondre ver m p 5.41 6.82 0.02 0.74 par:pas; -ponette ponette nom f s 0.00 0.47 0.00 0.27 -ponettes ponette nom f p 0.00 0.47 0.00 0.20 -poney poney nom m s 4.80 1.01 3.70 0.47 -poneys poney nom m p 4.80 1.01 1.10 0.54 -pongiste pongiste nom s 0.30 0.00 0.10 0.00 -pongistes pongiste nom p 0.30 0.00 0.20 0.00 -pongo pongo nom m s 1.72 0.00 1.72 0.00 -pongé pongé nom m s 0.00 0.20 0.00 0.20 -pont_l_évêque pont_l_évêque nom m s 0.00 0.07 0.00 0.07 -pont_levis pont_levis nom m 0.46 1.42 0.46 1.42 -pont_neuf pont_neuf nom m s 0.14 2.43 0.14 2.43 -pont_promenade pont_promenade nom m s 0.00 0.07 0.00 0.07 -pont pont nom m s 56.43 90.81 50.45 74.59 -pontage pontage nom m s 0.65 0.07 0.60 0.07 -pontages pontage nom m p 0.65 0.07 0.04 0.00 -ponte ponte nom s 2.35 2.30 1.46 1.62 -ponter ponter ver 0.52 0.20 0.21 0.00 inf; -pontes ponte nom p 2.35 2.30 0.89 0.68 -pontet pontet nom m s 0.01 0.20 0.01 0.14 -pontets pontet nom m p 0.01 0.20 0.00 0.07 -ponçage ponçage nom m s 0.01 0.14 0.01 0.14 -ponçait poncer ver 0.42 2.43 0.01 0.20 ind:imp:3s; -ponçant poncer ver 0.42 2.43 0.00 0.07 par:pre; -pontife pontife nom m s 0.26 1.28 0.23 0.88 -pontifes pontife nom m p 0.26 1.28 0.03 0.41 -pontifia pontifier ver 0.04 0.54 0.00 0.07 ind:pas:3s; -pontifiait pontifier ver 0.04 0.54 0.00 0.14 ind:imp:3s; -pontifiant pontifiant adj m s 0.04 0.41 0.02 0.27 -pontifiante pontifiant adj f s 0.04 0.41 0.02 0.07 -pontifiants pontifiant adj m p 0.04 0.41 0.00 0.07 -pontifical pontifical adj m s 0.30 1.35 0.16 0.47 -pontificale pontifical adj f s 0.30 1.35 0.14 0.47 -pontificales pontifical adj f p 0.30 1.35 0.00 0.27 -pontificat pontificat nom m s 0.01 0.14 0.01 0.14 -pontificaux pontifical adj m p 0.30 1.35 0.00 0.14 -pontifie pontifier ver 0.04 0.54 0.00 0.14 ind:pre:3s; -pontifier pontifier ver 0.04 0.54 0.04 0.07 inf; -pontifièrent pontifier ver 0.04 0.54 0.00 0.07 ind:pas:3p; -pontil pontil nom m s 0.00 0.07 0.00 0.07 -pontin pontin adj m s 0.11 0.20 0.10 0.07 -pontins pontin adj m p 0.11 0.20 0.01 0.14 -ponton ponton nom m s 1.01 3.99 0.98 2.16 -pontonnier pontonnier nom m s 0.00 0.81 0.00 0.14 -pontonniers pontonnier nom m p 0.00 0.81 0.00 0.68 -pontons ponton nom m p 1.01 3.99 0.03 1.82 -ponts_levis ponts_levis nom m p 0.00 0.27 0.00 0.27 -ponts pont nom m p 56.43 90.81 5.97 16.22 -ponté ponter ver m s 0.52 0.20 0.01 0.07 par:pas; -pool pool nom m s 1.19 0.20 1.19 0.20 -pop_club pop_club nom s 0.00 0.07 0.00 0.07 -pop_corn pop_corn nom m 3.79 0.14 3.79 0.14 -pop pop adj s 3.10 1.28 3.10 1.28 -popaul popaul nom m s 0.28 0.07 0.28 0.07 -pope pope nom m s 1.07 6.42 0.83 5.20 -popeline popeline nom f s 0.00 4.66 0.00 4.66 -popes pope nom m p 1.07 6.42 0.23 1.22 -popistes popiste adj f p 0.00 0.07 0.00 0.07 -poplité poplité adj m s 0.05 0.00 0.01 0.00 -poplitée poplité adj f s 0.05 0.00 0.04 0.00 -popote popote nom f s 0.40 2.57 0.39 2.09 -popotes popote nom f p 0.40 2.57 0.01 0.47 -popotin popotin nom m s 0.79 0.74 0.79 0.74 -populace populace nom f s 1.53 2.36 1.53 2.36 -populacier populacier adj m s 0.00 0.68 0.00 0.20 -populacière populacier adj f s 0.00 0.68 0.00 0.20 -populacières populacier adj f p 0.00 0.68 0.00 0.27 -populaire populaire adj s 19.34 31.28 16.23 23.45 -populairement populairement adv 0.14 0.07 0.14 0.07 -populaires populaire adj p 19.34 31.28 3.11 7.84 -populariser populariser ver 0.12 0.14 0.12 0.07 inf; -popularisé populariser ver m s 0.12 0.14 0.00 0.07 par:pas; -popularité popularité nom f s 2.03 1.82 2.03 1.76 -popularités popularité nom f p 2.03 1.82 0.00 0.07 -population population nom f s 15.68 33.65 14.86 23.58 -populations population nom f p 15.68 33.65 0.82 10.07 -populeuse populeux adj f s 0.02 1.15 0.01 0.27 -populeuses populeux adj f p 0.02 1.15 0.00 0.14 -populeux populeux adj m 0.02 1.15 0.01 0.74 -populisme populisme nom m s 0.02 0.14 0.02 0.07 -populismes populisme nom m p 0.02 0.14 0.00 0.07 -populiste populiste adj s 0.17 0.41 0.16 0.27 -populistes populiste adj m p 0.17 0.41 0.01 0.14 -populo populo nom m s 0.17 1.55 0.17 1.55 -poquait poquer ver 0.00 0.07 0.00 0.07 ind:imp:3s; -pâque pâque nom f s 0.51 0.95 0.51 0.95 -poque poque nom f s 0.16 0.07 0.16 0.07 -pâquerette pâquerette nom f s 0.69 2.09 0.27 0.20 -pâquerettes pâquerette nom f p 0.69 2.09 0.43 1.89 -pâques pâques nom m s 0.26 1.01 0.26 1.01 -poquette poquette nom f s 0.00 0.07 0.00 0.07 -pâquis pâquis nom m 0.00 0.07 0.00 0.07 -porc_épic porc_épic nom m s 0.55 0.27 0.55 0.27 -porc porc nom m s 41.07 14.46 30.18 11.15 -porcelaine porcelaine nom f s 3.07 12.43 2.85 10.74 -porcelaines porcelaine nom f p 3.07 12.43 0.22 1.69 -porcelainiers porcelainier nom m p 0.00 0.07 0.00 0.07 -porcelet porcelet nom m s 0.57 0.54 0.44 0.27 -porcelets porcelet nom m p 0.57 0.54 0.13 0.27 -porche porche nom m s 3.10 17.03 2.95 15.34 -porcher porcher nom m s 1.47 0.00 1.46 0.00 -porcherie porcherie nom f s 2.76 1.22 2.73 1.22 -porcheries porcherie nom f p 2.76 1.22 0.03 0.00 -porches porche nom m p 3.10 17.03 0.14 1.69 -porchère porcher nom f s 1.47 0.00 0.01 0.00 -porchères porchère nom f p 0.01 0.00 0.01 0.00 -porcif porcif nom f s 0.00 0.34 0.00 0.14 -porcifs porcif nom f p 0.00 0.34 0.00 0.20 -porcin porcin adj m s 0.29 0.74 0.19 0.20 -porcine porcin adj f s 0.29 0.74 0.06 0.07 -porcins porcin nom m p 0.12 0.00 0.10 0.00 -porcs porc nom m p 41.07 14.46 10.89 3.31 -pore pore nom m s 1.54 3.51 0.57 0.47 -pores pore nom m p 1.54 3.51 0.97 3.04 -poreuse poreux adj f s 0.70 2.84 0.16 1.15 -poreuses poreux adj f p 0.70 2.84 0.04 0.14 -poreux poreux adj m 0.70 2.84 0.49 1.55 -porno porno nom m s 9.77 1.08 8.73 0.47 -pornocrate pornocrate nom s 0.00 0.14 0.00 0.07 -pornocrates pornocrate nom p 0.00 0.14 0.00 0.07 -pornographe pornographe nom s 0.19 0.47 0.17 0.47 -pornographes pornographe nom p 0.19 0.47 0.02 0.00 -pornographie pornographie nom f s 1.81 1.22 1.81 1.15 -pornographies pornographie nom f p 1.81 1.22 0.00 0.07 -pornographique pornographique adj s 1.39 1.82 0.56 0.68 -pornographiques pornographique adj p 1.39 1.82 0.83 1.15 -pornos porno adj p 7.20 2.03 2.07 0.95 -porosité porosité nom f s 0.04 0.34 0.04 0.34 -porphyre porphyre nom m s 0.10 1.49 0.10 1.35 -porphyres porphyre nom m p 0.10 1.49 0.00 0.14 -porphyrie porphyrie nom f s 0.12 0.00 0.12 0.00 -porque porque nom f s 0.32 0.00 0.32 0.00 -porridge porridge nom m s 1.13 0.74 1.13 0.74 -port_salut port_salut nom m 0.00 0.20 0.00 0.20 -port port nom m s 31.68 76.42 29.40 64.86 -porta porter ver 319.85 474.93 1.41 16.55 ind:pas:3s; -portabilité portabilité nom f s 0.01 0.00 0.01 0.00 -portable portable adj s 35.82 0.61 31.70 0.61 -portables portable adj p 35.82 0.61 4.12 0.00 -portage portage nom m s 0.08 0.74 0.08 0.74 -portager portager ver 0.00 0.07 0.00 0.07 inf; -portai porter ver 319.85 474.93 0.12 1.01 ind:pas:1s; -portaient porter ver 319.85 474.93 2.81 28.72 ind:imp:3p; -portail portail nom m s 8.61 22.97 7.97 21.82 -portails portail nom m p 8.61 22.97 0.64 1.15 -portais porter ver 319.85 474.93 7.96 9.19 ind:imp:1s;ind:imp:2s; -portait porter ver 319.85 474.93 25.75 113.85 ind:imp:3s; -portal portal adj m s 0.05 0.14 0.05 0.14 -portance portance nom f s 0.29 0.00 0.29 0.00 -portant portant adj m s 5.46 9.73 5.00 8.72 -portante portant adj f s 5.46 9.73 0.20 0.34 -portants portant adj m p 5.46 9.73 0.26 0.68 -portassent porter ver 319.85 474.93 0.00 0.07 sub:imp:3p; -portatif portatif adj m s 0.65 2.64 0.40 1.08 -portatifs portatif adj m p 0.65 2.64 0.10 0.41 -portative portatif adj f s 0.65 2.64 0.14 0.88 -portatives portatif adj f p 0.65 2.64 0.01 0.27 -porte_aiguille porte_aiguille nom m s 0.07 0.00 0.07 0.00 -porte_avion porte_avion nom m s 0.04 0.07 0.04 0.07 -porte_avions porte_avions nom m 1.21 1.22 1.21 1.22 -porte_bagages porte_bagages nom m 0.02 3.11 0.02 3.11 -porte_bannière porte_bannière nom m s 0.00 0.07 0.00 0.07 -porte_billets porte_billets nom m 0.00 0.14 0.00 0.14 -porte_bois porte_bois nom m 0.00 0.07 0.00 0.07 -porte_bonheur porte_bonheur nom m 4.58 1.08 4.58 1.08 -porte_bouteilles porte_bouteilles nom m 0.00 0.27 0.00 0.27 -porte_bébé porte_bébé nom m s 0.02 0.00 0.02 0.00 -porte_cannes porte_cannes nom m 0.00 0.07 0.00 0.07 -porte_carte porte_carte nom m s 0.00 0.07 0.00 0.07 -porte_cartes porte_cartes nom m 0.00 0.34 0.00 0.34 -porte_chance porte_chance nom m 0.17 0.07 0.17 0.07 -porte_chapeaux porte_chapeaux nom m 0.04 0.00 0.04 0.00 -porte_cigarette porte_cigarette nom m s 0.00 0.20 0.00 0.20 -porte_cigarettes porte_cigarettes nom m 0.65 0.74 0.65 0.74 -porte_clef porte_clef nom m s 0.02 0.14 0.02 0.14 -porte_clefs porte_clefs nom m 0.27 0.34 0.27 0.34 -porte_clé porte_clé nom m s 0.10 0.00 0.10 0.00 -porte_clés porte_clés nom m 1.44 0.54 1.44 0.54 -porte_conteneurs porte_conteneurs nom m 0.01 0.00 0.01 0.00 -porte_coton porte_coton nom m s 0.00 0.07 0.00 0.07 -porte_couilles porte_couilles nom m 0.00 0.07 0.00 0.07 -porte_couteau porte_couteau nom m s 0.00 0.07 0.00 0.07 -porte_couteaux porte_couteaux nom m p 0.00 0.07 0.00 0.07 -porte_cravate porte_cravate nom m s 0.00 0.07 0.00 0.07 -porte_crayon porte_crayon nom m s 0.01 0.00 0.01 0.00 -porte_document porte_document nom m s 0.01 0.00 0.01 0.00 -porte_documents porte_documents nom m 0.86 0.68 0.86 0.68 -porte_drapeau porte_drapeau nom m s 0.19 0.68 0.19 0.68 -porte_drapeaux porte_drapeaux nom m p 0.01 0.07 0.01 0.07 -porte_fanion porte_fanion nom m s 0.00 0.14 0.00 0.14 -porte_fenêtre porte_fenêtre nom f s 0.14 4.46 0.03 3.11 -porte_flingue porte_flingue nom m s 0.08 0.07 0.08 0.00 -porte_flingue porte_flingue nom m p 0.08 0.07 0.00 0.07 -porte_foret porte_foret nom m p 0.00 0.07 0.00 0.07 -porte_glaive porte_glaive nom m 0.10 1.01 0.10 1.01 -porte_jarretelles porte_jarretelles nom m 0.59 1.89 0.59 1.89 -porte_malheur porte_malheur nom m 0.19 0.07 0.19 0.07 -porte_mine porte_mine nom m s 0.00 0.14 0.00 0.14 -porte_monnaie porte_monnaie nom m 2.24 6.01 2.24 6.01 -porte_musique porte_musique nom m s 0.00 0.07 0.00 0.07 -porte_à_faux porte_à_faux nom m 0.00 0.61 0.00 0.61 -porte_à_porte porte_à_porte nom m 0.00 0.41 0.00 0.41 -porte_objet porte_objet nom m s 0.01 0.00 0.01 0.00 -porte_papier porte_papier nom m 0.01 0.07 0.01 0.07 -porte_parapluie porte_parapluie nom m s 0.00 0.07 0.00 0.07 -porte_parapluies porte_parapluies nom m 0.14 0.47 0.14 0.47 -porte_plume porte_plume nom m 0.29 3.78 0.29 3.72 -porte_plume porte_plume nom m p 0.29 3.78 0.00 0.07 -porte_queue porte_queue nom m 0.01 0.00 0.01 0.00 -porte_savon porte_savon nom m s 0.09 0.27 0.09 0.27 -porte_serviette porte_serviette nom m s 0.00 0.20 0.00 0.20 -porte_serviettes porte_serviettes nom m 0.12 0.20 0.12 0.20 -porte_tambour porte_tambour nom m 0.01 0.34 0.01 0.34 -porte_épée porte_épée nom m s 0.00 0.14 0.00 0.14 -porte_étendard porte_étendard nom m s 0.01 0.34 0.01 0.27 -porte_étendard porte_étendard nom m p 0.01 0.34 0.00 0.07 -porte_étrier porte_étrier nom m s 0.00 0.07 0.00 0.07 -porte_voix porte_voix nom m 0.55 2.64 0.55 2.64 -porte porte nom f s 333.85 617.43 288.39 536.96 -portefaix portefaix nom m 0.01 1.15 0.01 1.15 -portefeuille portefeuille nom m s 17.91 21.15 16.53 19.66 -portefeuilles portefeuille nom m p 17.91 21.15 1.38 1.49 -portemanteau portemanteau nom m s 0.36 4.05 0.30 2.97 -portemanteaux portemanteau nom m p 0.36 4.05 0.07 1.08 -portement portement nom m s 0.00 0.07 0.00 0.07 -portent porter ver 319.85 474.93 11.90 19.39 ind:pre:3p;sub:pre:3p; -porter porter ver 319.85 474.93 78.91 79.93 inf; -portera porter ver 319.85 474.93 7.54 3.11 ind:fut:3s; -porterai porter ver 319.85 474.93 5.49 1.62 ind:fut:1s; -porteraient porter ver 319.85 474.93 0.20 1.15 cnd:pre:3p; -porterais porter ver 319.85 474.93 1.14 0.81 cnd:pre:1s;cnd:pre:2s; -porterait porter ver 319.85 474.93 2.16 3.65 cnd:pre:3s; -porteras porter ver 319.85 474.93 2.10 0.47 ind:fut:2s; -porterez porter ver 319.85 474.93 1.53 0.54 ind:fut:2p; -porterie porterie nom f s 0.01 0.14 0.01 0.14 -porteriez porter ver 319.85 474.93 0.30 0.07 cnd:pre:2p; -porterons porter ver 319.85 474.93 0.46 0.27 ind:fut:1p; -porteront porter ver 319.85 474.93 1.73 0.74 ind:fut:3p; -porte_fenêtre porte_fenêtre nom f p 0.14 4.46 0.10 1.35 -portes porte nom f p 333.85 617.43 45.46 80.47 -porteur porteur nom m s 6.15 13.31 4.01 5.54 -porteurs porteur nom m p 6.15 13.31 1.89 6.49 -porteuse porteur adj f s 4.31 11.15 0.98 1.82 -porteuses porteur adj f p 4.31 11.15 0.44 0.88 -portez porter ver 319.85 474.93 16.22 2.84 imp:pre:2p;ind:pre:2p; -portfolio portfolio nom m s 0.68 0.00 0.68 0.00 -portier portier nom m s 7.39 45.00 3.07 6.89 -portiers portier nom m p 7.39 45.00 0.21 0.68 -portiez porter ver 319.85 474.93 2.56 1.15 ind:imp:2p; -portillon portillon nom m s 0.36 3.24 0.35 3.04 -portillons portillon nom m p 0.36 3.24 0.01 0.20 -portion portion nom f s 3.13 7.57 2.30 5.61 -portions portion nom f p 3.13 7.57 0.83 1.96 -portique portique nom m s 0.40 4.53 0.35 3.11 -portiques portique nom m p 0.40 4.53 0.04 1.42 -portière portier nom f s 7.39 45.00 4.12 29.19 -portières portière nom f p 0.84 0.00 0.84 0.00 -portland portland nom m s 0.05 0.07 0.05 0.07 -porto porto nom m s 2.30 5.00 2.27 4.46 -portâmes porter ver 319.85 474.93 0.00 0.14 ind:pas:1p; -portons porter ver 319.85 474.93 4.34 2.43 imp:pre:1p;ind:pre:1p; -portor portor nom m s 0.00 0.07 0.00 0.07 -portoricain portoricain adj m s 1.09 0.07 0.53 0.00 -portoricaine portoricain adj f s 1.09 0.07 0.48 0.00 -portoricaines portoricain adj f p 1.09 0.07 0.03 0.07 -portoricains portoricain nom m p 1.27 0.07 0.80 0.07 -portos porto nom m p 2.30 5.00 0.03 0.54 -portât porter ver 319.85 474.93 0.01 0.95 sub:imp:3s; -portraire portraire ver 0.36 1.01 0.00 0.07 inf; -portrait_robot portrait_robot nom m s 1.17 0.54 0.77 0.47 -portrait portrait nom m s 25.73 54.59 22.64 39.19 -portraitiste portraitiste nom s 0.28 0.47 0.26 0.27 -portraitistes portraitiste nom p 0.28 0.47 0.03 0.20 -portrait_robot portrait_robot nom m p 1.17 0.54 0.40 0.07 -portraits portrait nom m p 25.73 54.59 3.09 15.41 -portraiturant portraiturer ver 0.00 0.54 0.00 0.07 par:pre; -portraiture portraiturer ver 0.00 0.54 0.00 0.14 ind:pre:3s; -portraiturer portraiturer ver 0.00 0.54 0.00 0.20 inf; -portraituré portraiturer ver m s 0.00 0.54 0.00 0.07 par:pas; -portraiturés portraiturer ver m p 0.00 0.54 0.00 0.07 par:pas; -ports port nom m p 31.68 76.42 2.28 11.55 -portèrent porter ver 319.85 474.93 0.29 2.50 ind:pas:3p; -porté porter ver m s 319.85 474.93 20.56 38.65 par:pas;par:pas;par:pas; -portuaire portuaire adj f s 0.56 0.81 0.29 0.54 -portuaires portuaire adj f p 0.56 0.81 0.26 0.27 -portée portée nom f s 13.38 33.85 13.05 33.18 -portées porter ver f p 319.85 474.93 1.00 3.38 par:pas; -portugais portugais nom m 7.89 3.45 7.58 2.70 -portugaise portugais adj f s 3.88 3.51 0.55 1.49 -portugaises portugais adj f p 3.88 3.51 0.30 0.41 -portulan portulan nom m s 0.00 0.61 0.00 0.34 -portulans portulan nom m p 0.00 0.61 0.00 0.27 -portés porter ver m p 319.85 474.93 2.70 7.64 par:pas; -portus portus nom m 0.00 0.07 0.00 0.07 -posa poser ver 217.20 409.05 1.77 65.68 ind:pas:3s; -posada posada nom f s 0.12 0.81 0.12 0.74 -posadas posada nom f p 0.12 0.81 0.00 0.07 -posai poser ver 217.20 409.05 0.03 5.20 ind:pas:1s; -posaient poser ver 217.20 409.05 0.73 7.30 ind:imp:3p; -posais poser ver 217.20 409.05 1.77 5.41 ind:imp:1s;ind:imp:2s; -posait poser ver 217.20 409.05 3.38 32.43 ind:imp:3s; -posant poser ver 217.20 409.05 1.47 16.28 par:pre; -posas poser ver 217.20 409.05 0.00 0.07 ind:pas:2s; -pose_la_moi pose_la_moi nom f s 0.01 0.00 0.01 0.00 -pose poser ver 217.20 409.05 57.41 48.85 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:1s;sub:pre:3s; -posemètre posemètre nom m s 0.02 0.00 0.02 0.00 -posent poser ver 217.20 409.05 3.54 7.50 ind:pre:3p; -poser poser ver 217.20 409.05 73.73 73.85 inf;;inf;;inf;;inf;; -posera poser ver 217.20 409.05 3.04 1.08 ind:fut:3s; -poserai poser ver 217.20 409.05 1.73 0.74 ind:fut:1s; -poseraient poser ver 217.20 409.05 0.06 0.34 cnd:pre:3p; -poserais poser ver 217.20 409.05 0.40 0.14 cnd:pre:1s;cnd:pre:2s; -poserait poser ver 217.20 409.05 0.74 1.76 cnd:pre:3s; -poseras poser ver 217.20 409.05 0.41 0.07 ind:fut:2s; -poserez poser ver 217.20 409.05 0.35 0.07 ind:fut:2p; -poseriez poser ver 217.20 409.05 0.24 0.00 cnd:pre:2p; -poserions poser ver 217.20 409.05 0.01 0.00 cnd:pre:1p; -poserons poser ver 217.20 409.05 0.43 0.07 ind:fut:1p; -poseront poser ver 217.20 409.05 1.02 0.95 ind:fut:3p; -poses poser ver 217.20 409.05 6.12 0.95 ind:pre:2s;sub:pre:2s; -poseur poseur nom m s 0.96 0.95 0.67 0.74 -poseurs poseur nom m p 0.96 0.95 0.23 0.20 -poseuse poseur nom f s 0.96 0.95 0.07 0.00 -posez poser ver 217.20 409.05 23.70 2.77 imp:pre:2p;ind:pre:2p; -posiez poser ver 217.20 409.05 0.47 0.27 ind:imp:2p; -posions poser ver 217.20 409.05 0.06 0.14 ind:imp:1p; -positif positif adj m s 17.27 7.70 9.69 3.99 -positifs positif adj m p 17.27 7.70 1.69 0.54 -position_clé position_clé nom f s 0.01 0.00 0.01 0.00 -position position nom f s 61.74 63.38 55.24 53.85 -positionne positionner ver 1.11 0.14 0.22 0.00 imp:pre:2s;ind:pre:1s;ind:pre:3s; -positionnel positionnel adj m s 0.01 0.00 0.01 0.00 -positionnement positionnement nom m s 0.23 0.07 0.23 0.07 -positionnent positionner ver 1.11 0.14 0.03 0.00 ind:pre:3p; -positionner positionner ver 1.11 0.14 0.57 0.07 inf; -positionnera positionner ver 1.11 0.14 0.02 0.00 ind:fut:3s; -positionneur positionneur nom m s 0.01 0.00 0.01 0.00 -positionné positionner ver m s 1.11 0.14 0.16 0.07 par:pas; -positionnée positionner ver f s 1.11 0.14 0.11 0.00 par:pas; -positions position nom f p 61.74 63.38 6.49 9.53 -positive positif adj f s 17.27 7.70 4.63 2.57 -positivement positivement adv 1.58 3.11 1.58 3.11 -positiver positiver ver 0.23 0.00 0.23 0.00 inf; -positives positif adj f p 17.27 7.70 1.25 0.61 -positivisme positivisme nom m s 0.04 0.14 0.04 0.14 -positiviste positiviste adj s 0.20 0.20 0.20 0.14 -positivistes positiviste adj m p 0.20 0.20 0.00 0.07 -positivité positivité nom f s 0.17 0.07 0.17 0.07 -positon positon nom m s 0.01 0.00 0.01 0.00 -positron positron nom m s 0.04 0.14 0.01 0.07 -positrons positron nom m p 0.04 0.14 0.02 0.07 -posologie posologie nom f s 0.26 0.34 0.15 0.27 -posologies posologie nom f p 0.26 0.34 0.11 0.07 -posâmes poser ver 217.20 409.05 0.00 0.27 ind:pas:1p; -posons poser ver 217.20 409.05 1.38 0.34 imp:pre:1p;ind:pre:1p; -posât poser ver 217.20 409.05 0.00 0.81 sub:imp:3s; -possesseur possesseur nom m s 0.53 3.78 0.50 2.57 -possesseurs possesseur nom m p 0.53 3.78 0.04 1.22 -possessif possessif adj m s 1.04 1.76 0.41 0.81 -possessifs possessif adj m p 1.04 1.76 0.09 0.07 -possession possession nom f s 12.76 27.64 11.56 24.19 -possessions possession nom f p 12.76 27.64 1.20 3.45 -possessive possessif adj f s 1.04 1.76 0.53 0.81 -possessives possessif adj f p 1.04 1.76 0.02 0.07 -possessivité possessivité nom f s 0.03 0.20 0.03 0.20 -possibilité possibilité nom f s 25.87 30.54 16.79 19.46 -possibilités possibilité nom f p 25.87 30.54 9.08 11.08 -possible possible adj s 201.41 211.96 193.91 197.16 -possiblement possiblement adv 0.21 0.20 0.21 0.20 -possibles possible adj p 201.41 211.96 7.50 14.80 -possède posséder ver 42.76 82.23 17.80 20.00 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -possèdent posséder ver 42.76 82.23 3.27 4.59 ind:pre:3p; -possèdes posséder ver 42.76 82.23 1.44 0.47 ind:pre:2s; -posséda posséder ver 42.76 82.23 0.12 0.61 ind:pas:3s; -possédaient posséder ver 42.76 82.23 0.38 5.14 ind:imp:3p; -possédais posséder ver 42.76 82.23 0.72 3.11 ind:imp:1s;ind:imp:2s; -possédait posséder ver 42.76 82.23 2.84 21.42 ind:imp:3s; -possédant posséder ver 42.76 82.23 0.59 1.55 par:pre; -possédante possédant adj f s 0.27 0.34 0.21 0.20 -possédants possédant nom m p 0.09 0.68 0.01 0.34 -possédasse posséder ver 42.76 82.23 0.00 0.07 sub:imp:1s; -posséder posséder ver 42.76 82.23 6.36 13.24 inf; -possédera posséder ver 42.76 82.23 0.39 0.27 ind:fut:3s; -posséderai posséder ver 42.76 82.23 0.27 0.20 ind:fut:1s; -posséderaient posséder ver 42.76 82.23 0.04 0.07 cnd:pre:3p; -posséderais posséder ver 42.76 82.23 0.00 0.07 cnd:pre:1s; -posséderait posséder ver 42.76 82.23 0.05 0.27 cnd:pre:3s; -posséderas posséder ver 42.76 82.23 0.01 0.07 ind:fut:2s; -posséderez posséder ver 42.76 82.23 0.05 0.00 ind:fut:2p; -posséderont posséder ver 42.76 82.23 0.20 0.07 ind:fut:3p; -possédez posséder ver 42.76 82.23 2.18 0.81 imp:pre:2p;ind:pre:2p; -possédiez posséder ver 42.76 82.23 0.29 0.07 ind:imp:2p; -possédions posséder ver 42.76 82.23 0.13 0.81 ind:imp:1p; -possédons posséder ver 42.76 82.23 1.09 1.01 imp:pre:1p;ind:pre:1p; -possédât posséder ver 42.76 82.23 0.01 0.74 sub:imp:3s; -possédé posséder ver m s 42.76 82.23 2.67 4.93 par:pas; -possédée posséder ver f s 42.76 82.23 1.44 1.55 par:pas; -possédées posséder ver f p 42.76 82.23 0.14 0.14 par:pas; -possédés posséder ver m p 42.76 82.23 0.29 0.95 par:pas; -post_apocalyptique post_apocalyptique adj s 0.04 0.00 0.04 0.00 -post_empire post_empire nom m s 0.00 0.07 0.00 0.07 -post_hypnotique post_hypnotique adj f s 0.02 0.00 0.02 0.00 -post_impressionnisme post_impressionnisme nom m s 0.01 0.00 0.01 0.00 -post_it post_it nom m 1.85 0.00 1.84 0.00 -post_moderne post_moderne adj s 0.14 0.00 0.14 0.00 -post_natal post_natal adj m s 0.18 0.07 0.03 0.07 -post_natal post_natal adj f s 0.18 0.07 0.16 0.00 -post_opératoire post_opératoire adj s 0.19 0.00 0.17 0.00 -post_opératoire post_opératoire adj m p 0.19 0.00 0.02 0.00 -post_partum post_partum nom m 0.04 0.00 0.04 0.00 -post_production post_production nom f s 0.14 0.00 0.14 0.00 -post_punk post_punk nom s 0.00 0.14 0.00 0.14 -post_romantique post_romantique adj m s 0.00 0.07 0.00 0.07 -post_rupture post_rupture nom f s 0.01 0.00 0.01 0.00 -post_scriptum post_scriptum nom m 0.29 1.96 0.29 1.96 -post_surréaliste post_surréaliste adj p 0.00 0.07 0.00 0.07 -post_synchro post_synchro adj s 0.05 0.00 0.05 0.00 -post_traumatique post_traumatique adj s 0.82 0.07 0.79 0.00 -post_traumatique post_traumatique adj p 0.82 0.07 0.03 0.07 -post_victorien post_victorien adj m s 0.01 0.00 0.01 0.00 -post_zoo post_zoo nom m s 0.01 0.00 0.01 0.00 -post_it post_it nom m 1.85 0.00 0.01 0.00 -post_mortem post_mortem adv 0.28 0.20 0.28 0.20 -post post adv 0.69 0.41 0.69 0.41 -posta poster ver 9.54 10.47 0.07 0.95 ind:pas:3s; -postage postage nom m s 0.01 0.00 0.01 0.00 -postai poster ver 9.54 10.47 0.01 0.14 ind:pas:1s; -postaient poster ver 9.54 10.47 0.00 0.07 ind:imp:3p; -postais poster ver 9.54 10.47 0.02 0.14 ind:imp:1s; -postait poster ver 9.54 10.47 0.01 0.20 ind:imp:3s; -postal postal adj m s 9.04 16.76 1.69 1.35 -postale postal adj f s 9.04 16.76 5.18 6.89 -postales postal adj f p 9.04 16.76 1.94 8.11 -postant poster ver 9.54 10.47 0.05 0.14 par:pre; -postaux postal adj m p 9.04 16.76 0.22 0.41 -postcombustion postcombustion nom f s 0.12 0.00 0.12 0.00 -postcure postcure nom f s 0.04 0.27 0.04 0.27 -postdater postdater ver 0.04 0.00 0.01 0.00 inf; -postdaté postdater ver m s 0.04 0.00 0.02 0.00 par:pas; -postdoctoral postdoctoral adj m s 0.01 0.00 0.01 0.00 -poste_clé poste_clé nom s 0.02 0.00 0.02 0.00 -poste poste nom s 82.87 90.68 72.64 73.58 -postent poster ver 9.54 10.47 0.15 0.07 ind:pre:3p; -poster poster ver 9.54 10.47 2.51 2.16 inf; -postera poster ver 9.54 10.47 0.09 0.00 ind:fut:3s; -posterai poster ver 9.54 10.47 0.40 0.27 ind:fut:1s; -posterait poster ver 9.54 10.47 0.01 0.07 cnd:pre:3s; -posteras poster ver 9.54 10.47 0.02 0.07 ind:fut:2s; -posterons poster ver 9.54 10.47 0.12 0.07 ind:fut:1p; -posters poster nom m p 2.41 2.03 0.81 1.01 -postes_clé postes_clé nom p 0.01 0.00 0.01 0.00 -postes poste nom p 82.87 90.68 10.23 17.09 -postez poster ver 9.54 10.47 0.80 0.00 imp:pre:2p;ind:pre:2p; -postface postface nom f s 0.00 0.27 0.00 0.20 -postfaces postface nom f p 0.00 0.27 0.00 0.07 -posèrent poser ver 217.20 409.05 0.02 2.91 ind:pas:3p; -posthume posthume adj s 0.83 4.32 0.81 3.78 -posthumes posthume adj p 0.83 4.32 0.02 0.54 -postiche postiche nom m s 0.48 0.74 0.33 0.34 -postiches postiche adj p 0.44 1.28 0.17 0.61 -postier postier nom m s 0.66 2.03 0.58 0.54 -postiers postier nom m p 0.66 2.03 0.04 1.08 -postillon postillon nom m s 0.22 1.42 0.03 0.68 -postillonna postillonner ver 0.20 2.30 0.00 0.14 ind:pas:3s; -postillonnait postillonner ver 0.20 2.30 0.00 0.34 ind:imp:3s; -postillonnant postillonner ver 0.20 2.30 0.01 0.88 par:pre; -postillonne postillonner ver 0.20 2.30 0.05 0.47 ind:pre:1s;ind:pre:3s; -postillonnent postillonner ver 0.20 2.30 0.02 0.07 ind:pre:3p; -postillonner postillonner ver 0.20 2.30 0.00 0.34 inf; -postillonnes postillonner ver 0.20 2.30 0.04 0.00 ind:pre:2s; -postillonneur postillonneur nom m s 0.01 0.14 0.01 0.00 -postillonneurs postillonneur nom m p 0.01 0.14 0.00 0.14 -postillonnez postillonner ver 0.20 2.30 0.03 0.00 ind:pre:2p; -postillonné postillonner ver m s 0.20 2.30 0.04 0.07 par:pas; -postillons postillon nom m p 0.22 1.42 0.19 0.74 -postière postier nom f s 0.66 2.03 0.04 0.41 -postmoderne postmoderne adj s 0.08 0.07 0.08 0.07 -postmodernisme postmodernisme nom m s 0.01 0.07 0.01 0.07 -postmoderniste postmoderniste adj s 0.01 0.00 0.01 0.00 -postnatal postnatal adj m s 0.02 0.00 0.01 0.00 -postnatale postnatal adj f s 0.02 0.00 0.01 0.00 -postopératoire postopératoire adj s 0.18 0.07 0.13 0.00 -postopératoires postopératoire adj m p 0.18 0.07 0.05 0.07 -postproduction postproduction nom f s 0.02 0.00 0.02 0.00 -postsynchronisation postsynchronisation nom f s 0.00 0.07 0.00 0.07 -posté poster ver m s 9.54 10.47 1.94 2.23 par:pas; -postée poster ver f s 9.54 10.47 0.68 0.74 par:pas; -postées poster ver f p 9.54 10.47 0.14 0.54 par:pas; -postulai postuler ver 2.44 1.49 0.00 0.07 ind:pas:1s; -postulaient postuler ver 2.44 1.49 0.00 0.07 ind:imp:3p; -postulait postuler ver 2.44 1.49 0.07 0.20 ind:imp:3s; -postulant postulant nom m s 0.78 1.28 0.05 0.27 -postulante postulant nom f s 0.78 1.28 0.01 0.14 -postulantes postulant nom f p 0.78 1.28 0.04 0.27 -postulants postulant nom m p 0.78 1.28 0.68 0.61 -postulat postulat nom m s 0.17 0.95 0.14 0.61 -postulations postulation nom f p 0.00 0.07 0.00 0.07 -postulats postulat nom m p 0.17 0.95 0.03 0.34 -postule postuler ver 2.44 1.49 0.36 0.14 ind:pre:1s;ind:pre:3s; -postulent postuler ver 2.44 1.49 0.19 0.07 ind:pre:3p; -postuler postuler ver 2.44 1.49 0.88 0.54 inf; -postuleras postuler ver 2.44 1.49 0.01 0.00 ind:fut:2s; -postules postuler ver 2.44 1.49 0.04 0.00 ind:pre:2s; -postulé postuler ver m s 2.44 1.49 0.87 0.20 par:pas; -posturaux postural adj m p 0.01 0.00 0.01 0.00 -posture posture nom f s 1.30 9.46 1.26 7.84 -postures posture nom f p 1.30 9.46 0.04 1.62 -postérieur postérieur nom m s 0.90 1.35 0.73 1.01 -postérieure postérieur adj f s 0.68 1.76 0.37 0.74 -postérieurement postérieurement adv 0.03 0.27 0.03 0.27 -postérieures postérieur adj f p 0.68 1.76 0.06 0.27 -postérieurs postérieur nom m p 0.90 1.35 0.16 0.34 -postérité postérité nom f s 1.54 2.30 1.54 2.23 -postérités postérité nom f p 1.54 2.30 0.00 0.07 -postés poster ver m p 9.54 10.47 0.70 0.95 par:pas; -posé poser ver m s 217.20 409.05 28.09 69.26 par:pas; -posée poser ver f s 217.20 409.05 2.67 34.80 par:pas; -posées poser ver f p 217.20 409.05 1.13 14.39 par:pas; -posément posément adv 0.10 8.38 0.10 8.38 -posés poser ver m p 217.20 409.05 1.33 14.39 par:pas; -pot_au_feu pot_au_feu nom m 0.90 0.88 0.90 0.88 -pot_bouille pot_bouille nom m 0.01 0.00 0.01 0.00 -pot_de_vin pot_de_vin nom m s 1.22 0.41 1.22 0.41 -pot_pourri pot_pourri nom m s 0.49 0.68 0.34 0.68 -pât pâte nom m s 16.48 24.73 0.10 0.07 -pot pot nom m s 29.89 48.04 25.72 32.30 -pâtît pâtir ver 1.41 2.64 0.00 0.07 sub:imp:3s; -potable potable adj s 2.26 1.28 2.15 1.08 -potables potable adj p 2.26 1.28 0.11 0.20 -potache potache nom m s 0.09 0.54 0.08 0.47 -potaches potache nom m p 0.09 0.54 0.01 0.07 -potage potage nom m s 3.28 6.22 3.07 6.01 -potager potager nom m s 2.21 3.24 1.93 3.04 -potagers potager nom m p 2.21 3.24 0.29 0.20 -potages potage nom m p 3.28 6.22 0.21 0.20 -potagère potager adj f s 0.41 1.35 0.00 0.07 -potagères potager adj f p 0.41 1.35 0.14 0.14 -potard potard nom m s 0.00 0.68 0.00 0.68 -potassa potasser ver 0.83 0.81 0.00 0.07 ind:pas:3s; -potassait potasser ver 0.83 0.81 0.02 0.14 ind:imp:3s; -potasse potasse nom f s 0.21 0.27 0.21 0.27 -potassent potasser ver 0.83 0.81 0.00 0.07 ind:pre:3p; -potasser potasser ver 0.83 0.81 0.17 0.14 inf; -potasserai potasser ver 0.83 0.81 0.00 0.07 ind:fut:1s; -potasses potasser ver 0.83 0.81 0.11 0.00 ind:pre:2s; -potassez potasser ver 0.83 0.81 0.01 0.07 imp:pre:2p; -potassium potassium nom m s 1.68 0.47 1.68 0.47 -potassé potasser ver m s 0.83 0.81 0.37 0.14 par:pas; -pâte pâte nom f s 16.48 24.73 7.04 18.45 -pote pote nom m s 84.92 36.35 65.03 22.97 -poteau poteau nom m s 5.17 13.04 3.88 7.70 -poteaux poteau nom m p 5.17 13.04 1.28 5.34 -potelé potelé adj m s 0.79 3.38 0.33 0.54 -potelée potelé adj f s 0.79 3.38 0.38 1.22 -potelées potelé adj f p 0.79 3.38 0.06 1.15 -potelés potelé adj m p 0.79 3.38 0.02 0.47 -potence potence nom f s 3.40 2.03 3.04 1.35 -potences potence nom f p 3.40 2.03 0.35 0.68 -potencée potencé adj f s 0.00 0.07 0.00 0.07 -potentat potentat nom m s 0.12 0.41 0.10 0.34 -potentats potentat nom m p 0.12 0.41 0.02 0.07 -potentialisation potentialisation nom f s 0.01 0.00 0.01 0.00 -potentialiser potentialiser ver 0.01 0.00 0.01 0.00 inf; -potentialité potentialité nom f s 0.38 0.07 0.38 0.07 -potentiel potentiel nom m s 6.04 1.01 5.94 0.95 -potentielle potentiel adj f s 5.69 0.95 0.88 0.20 -potentiellement potentiellement adv 1.12 0.14 1.12 0.14 -potentielles potentiel adj f p 5.69 0.95 0.54 0.07 -potentiels potentiel adj m p 5.69 0.95 1.96 0.41 -potentiomètre potentiomètre nom m s 0.14 0.20 0.14 0.20 -poter poter ver 0.02 0.00 0.02 0.00 inf; -poterie poterie nom f s 0.95 4.32 0.78 1.89 -poteries poterie nom f p 0.95 4.32 0.17 2.43 -poterne poterne nom f s 0.02 2.03 0.02 1.76 -poternes poterne nom f p 0.02 2.03 0.00 0.27 -pâtes pâte nom f p 16.48 24.73 9.35 6.22 -potes pote nom m p 84.92 36.35 19.89 13.38 -pâteuse pâteux adj f s 0.08 5.07 0.06 2.84 -pâteusement pâteusement adv 0.00 0.20 0.00 0.20 -pâteuses pâteux adj f p 0.08 5.07 0.00 0.27 -pâteux pâteux adj m 0.08 5.07 0.02 1.96 -poème poème nom m s 27.03 31.22 15.98 15.95 -poèmes poème nom m p 27.03 31.22 11.05 15.27 -poète poète nom m s 22.63 35.95 16.98 23.45 -poètes poète nom m p 22.63 35.95 5.17 11.55 -pâti pâtir ver m s 1.41 2.64 0.18 0.61 par:pas; -potiche potiche nom f s 0.64 1.15 0.55 0.61 -potiches potiche nom f p 0.64 1.15 0.09 0.54 -potier potier nom m s 0.47 0.68 0.26 0.61 -potiers potier nom m p 0.47 0.68 0.20 0.07 -potimarron potimarron nom m s 0.01 0.00 0.01 0.00 -potin potin nom m s 2.02 3.85 0.61 1.55 -potinais potiner ver 0.01 0.81 0.00 0.07 ind:imp:1s; -potine potiner ver 0.01 0.81 0.01 0.20 ind:pre:3s; -potines potiner ver 0.01 0.81 0.00 0.54 ind:pre:2s; -potins potin nom m p 2.02 3.85 1.41 2.30 -potion potion nom f s 11.59 2.97 10.01 2.30 -potions potion nom f p 11.59 2.97 1.58 0.68 -pâtir pâtir ver 1.41 2.64 0.56 1.08 inf; -pâtira pâtir ver 1.41 2.64 0.28 0.14 ind:fut:3s; -pâtiraient pâtir ver 1.41 2.64 0.01 0.07 cnd:pre:3p; -pâtirait pâtir ver 1.41 2.64 0.16 0.07 cnd:pre:3s; -pâtirent pâtir ver 1.41 2.64 0.01 0.07 ind:pas:3p; -potiron potiron nom m s 1.08 0.95 0.99 0.61 -potirons potiron nom m p 1.08 0.95 0.09 0.34 -pâtiront pâtir ver 1.41 2.64 0.04 0.00 ind:fut:3p; -pâtis pâtis nom m 0.01 0.54 0.01 0.54 -pâtissaient pâtisser ver 0.38 0.88 0.00 0.07 ind:imp:3p; -pâtissais pâtisser ver 0.38 0.88 0.00 0.14 ind:imp:1s; -pâtissait pâtisser ver 0.38 0.88 0.00 0.14 ind:imp:3s; -pâtisse pâtisser ver 0.38 0.88 0.07 0.14 imp:pre:2s;ind:pre:3s; -pâtissent pâtisser ver 0.38 0.88 0.29 0.27 ind:pre:3p; -pâtisserie pâtisserie nom f s 5.10 13.11 4.20 9.32 -pâtisseries pâtisserie nom f p 5.10 13.11 0.90 3.78 -pâtisses pâtisser ver 0.38 0.88 0.01 0.07 ind:pre:2s; -pâtissez pâtisser ver 0.38 0.88 0.00 0.07 ind:pre:2p; -pâtissier pâtissier nom m s 2.37 8.51 1.81 6.49 -pâtissiers pâtissier nom m p 2.37 8.51 0.16 1.15 -pâtissière pâtissier nom f s 2.37 8.51 0.41 0.88 -pâtissons pâtir ver 1.41 2.64 0.00 0.14 ind:pre:1p; -pâtit pâtir ver 1.41 2.64 0.17 0.34 ind:pre:3s;ind:pas:3s; -potière potier nom f s 0.47 0.68 0.01 0.00 -potlatch potlatch nom m s 0.00 0.20 0.00 0.20 -poto_poto poto_poto nom m s 0.00 0.14 0.00 0.14 -pâton pâton nom m s 0.00 0.20 0.00 0.07 -pâtons pâton nom m p 0.00 0.20 0.00 0.14 -potos potos nom m 0.00 0.07 0.00 0.07 -pâtour pâtour nom m s 0.00 0.07 0.00 0.07 -pâtre pâtre nom m s 0.11 1.62 0.11 1.15 -pâtres pâtre nom m p 0.11 1.62 0.00 0.47 -potron_minet potron_minet nom m s 0.03 0.27 0.03 0.27 -pots_de_vin pots_de_vin nom m p 1.98 0.34 1.98 0.34 -pot_pourri pot_pourri nom m p 0.49 0.68 0.15 0.00 -pots pot nom m p 29.89 48.04 4.17 15.74 -pâté pâté nom m s 7.18 16.55 5.22 11.01 -pâtée pâtée nom f s 1.78 2.97 1.78 2.77 -potée potée nom f s 0.04 1.35 0.04 0.95 -pâtées pâtée nom f p 1.78 2.97 0.00 0.20 -potées potée nom f p 0.04 1.35 0.00 0.41 -pâturage pâturage nom m s 1.98 4.53 0.69 0.81 -pâturages pâturage nom m p 1.98 4.53 1.29 3.72 -pâturaient pâturer ver 0.03 0.74 0.00 0.20 ind:imp:3p; -pâture pâture nom f s 1.94 3.31 1.73 2.77 -pâturent pâturer ver 0.03 0.74 0.00 0.20 ind:pre:3p; -pâturer pâturer ver 0.03 0.74 0.01 0.34 inf; -pâtures pâture nom f p 1.94 3.31 0.22 0.54 -pâturin pâturin nom m s 0.02 0.07 0.02 0.07 -pâturé pâturer ver m s 0.03 0.74 0.01 0.00 par:pas; -pâtés pâté nom m p 7.18 16.55 1.96 5.54 -pou pou nom m s 10.41 8.51 1.92 1.42 -pouacre pouacre nom m s 0.01 0.07 0.01 0.07 -pouah pouah ono 0.89 1.82 0.89 1.82 -poubelle poubelle nom f s 21.34 22.91 14.85 10.27 -poubelles poubelle nom f p 21.34 22.91 6.49 12.64 -pouce_pied pouce_pied nom m s 0.01 0.00 0.01 0.00 -pouce pouce ono 0.50 0.54 0.50 0.54 -pouces pouce nom m p 15.72 35.34 3.83 5.47 -poucet poucet nom m s 0.84 1.08 0.84 0.95 -poucets poucet nom m p 0.84 1.08 0.00 0.14 -poucette poucettes nom f s 1.18 0.00 0.76 0.00 -poucettes poucettes nom f p 1.18 0.00 0.41 0.00 -pouding pouding nom m s 0.16 0.07 0.16 0.07 -poudingue poudingue nom m s 0.00 0.07 0.00 0.07 -poudra poudrer ver 0.95 4.32 0.00 0.14 ind:pas:3s; -poudrage poudrage nom m s 0.01 0.07 0.01 0.07 -poudraient poudrer ver 0.95 4.32 0.00 0.07 ind:imp:3p; -poudrait poudrer ver 0.95 4.32 0.00 0.34 ind:imp:3s; -poudrant poudrer ver 0.95 4.32 0.01 0.34 par:pre; -poudre poudre nom f s 23.11 30.27 22.09 27.57 -poudrent poudrer ver 0.95 4.32 0.14 0.00 ind:pre:3p; -poudrer poudrer ver 0.95 4.32 0.42 0.41 inf; -poudres poudre nom f p 23.11 30.27 1.02 2.70 -poudrette poudrette nom f s 0.00 0.07 0.00 0.07 -poudreuse poudreux nom f s 0.26 0.00 0.26 0.00 -poudreuses poudreux adj f p 0.07 3.18 0.00 0.47 -poudreux poudreux adj m 0.07 3.18 0.02 1.62 -poudrier poudrier nom m s 0.25 1.42 0.25 1.35 -poudriers poudrier nom m p 0.25 1.42 0.00 0.07 -poudrière poudrière nom f s 0.25 0.61 0.25 0.61 -poudroie poudroyer ver 0.00 0.34 0.00 0.20 ind:pre:3s; -poudroiement poudroiement nom m s 0.00 1.15 0.00 1.08 -poudroiements poudroiement nom m p 0.00 1.15 0.00 0.07 -poudroyaient poudroyer ver 0.00 0.34 0.00 0.07 ind:imp:3p; -poudroyait poudroyer ver 0.00 0.34 0.00 0.07 ind:imp:3s; -poudroyante poudroyant adj f s 0.00 0.27 0.00 0.20 -poudroyantes poudroyant adj f p 0.00 0.27 0.00 0.07 -poudré poudrer ver m s 0.95 4.32 0.19 0.81 par:pas; -poudrée poudré adj f s 0.09 2.30 0.02 0.74 -poudrées poudré adj f p 0.09 2.30 0.02 0.47 -poudrés poudré adj m p 0.09 2.30 0.02 0.47 -pouf pouf ono 0.53 0.20 0.53 0.20 -pouffa pouffer ver 0.98 9.12 0.00 1.69 ind:pas:3s; -pouffaient pouffer ver 0.98 9.12 0.00 0.74 ind:imp:3p; -pouffait pouffer ver 0.98 9.12 0.11 0.74 ind:imp:3s; -pouffant pouffer ver 0.98 9.12 0.00 1.22 par:pre; -pouffante pouffant adj f s 0.00 0.27 0.00 0.14 -pouffantes pouffant adj f p 0.00 0.27 0.00 0.07 -pouffe pouffer ver 0.98 9.12 0.41 1.96 imp:pre:2s;ind:pre:1s;ind:pre:3s; -pouffement pouffement nom m s 0.00 0.14 0.00 0.07 -pouffements pouffement nom m p 0.00 0.14 0.00 0.07 -pouffent pouffer ver 0.98 9.12 0.27 0.27 ind:pre:3p; -pouffer pouffer ver 0.98 9.12 0.05 1.35 inf; -poufferais pouffer ver 0.98 9.12 0.00 0.14 cnd:pre:1s; -poufferait pouffer ver 0.98 9.12 0.00 0.07 cnd:pre:3s; -pouffes pouffer ver 0.98 9.12 0.14 0.00 ind:pre:2s; -pouffiasse pouffiasse nom f s 3.09 2.09 2.73 1.35 -pouffiasses pouffiasse nom f p 3.09 2.09 0.36 0.74 -pouffions pouffer ver 0.98 9.12 0.00 0.07 ind:imp:1p; -pouffons pouffer ver 0.98 9.12 0.00 0.14 ind:pre:1p; -pouffèrent pouffer ver 0.98 9.12 0.00 0.41 ind:pas:3p; -pouffé pouffer ver m s 0.98 9.12 0.00 0.34 par:pas; -poufiasse poufiasse nom f s 1.64 0.34 1.50 0.20 -poufiasses poufiasse nom f p 1.64 0.34 0.14 0.14 -poufs pouf nom m p 0.83 5.07 0.07 1.15 -pouh pouh ono 0.28 0.14 0.28 0.14 -pouic pouic ono 0.04 0.41 0.04 0.41 -pouille pouille nom f s 0.01 0.07 0.01 0.00 -pouillerie pouillerie nom f s 0.00 0.54 0.00 0.41 -pouilleries pouillerie nom f p 0.00 0.54 0.00 0.14 -pouilles pouille nom f p 0.01 0.07 0.00 0.07 -pouilleuse pouilleux adj f s 0.61 1.22 0.14 0.27 -pouilleuses pouilleux adj f p 0.61 1.22 0.00 0.07 -pouilleux pouilleux nom m 1.27 0.27 1.25 0.27 -pouillot pouillot nom m s 0.01 0.07 0.01 0.00 -pouillots pouillot nom m p 0.01 0.07 0.00 0.07 -pouillés pouillé nom m p 0.01 0.00 0.01 0.00 -pouilly pouilly nom m s 0.01 0.34 0.01 0.34 -poujadisme poujadisme nom m s 0.00 0.07 0.00 0.07 -poujadiste poujadiste nom s 0.10 0.20 0.10 0.14 -poujadistes poujadiste nom p 0.10 0.20 0.00 0.07 -poulaga poulaga nom m s 0.14 2.43 0.14 1.22 -poulagas poulaga nom m p 0.14 2.43 0.00 1.22 -poulaille poulaille nom f s 0.26 0.41 0.26 0.41 -poulailler poulailler nom m s 2.45 3.51 2.43 3.04 -poulaillers poulailler nom m p 2.45 3.51 0.02 0.47 -poulain poulain nom m s 3.46 3.78 3.20 3.04 -poulaine poulain nom f s 3.46 3.78 0.00 0.07 -poulaines poulain nom f p 3.46 3.78 0.00 0.07 -poulains poulain nom m p 3.46 3.78 0.26 0.61 -poularde poularde nom f s 0.16 0.54 0.16 0.27 -poulardes poularde nom f p 0.16 0.54 0.00 0.27 -poulardin poulardin nom m s 0.00 0.34 0.00 0.20 -poulardins poulardin nom m p 0.00 0.34 0.00 0.14 -poulbot poulbot nom m s 0.00 0.54 0.00 0.20 -poulbots poulbot nom m p 0.00 0.54 0.00 0.34 -poule poule nom f s 36.70 31.82 23.50 16.69 -poêle poêle nom s 5.12 19.93 4.58 17.84 -poules poule nom f p 36.70 31.82 13.21 15.14 -poêles poêle nom p 5.12 19.93 0.55 2.09 -poulet poulet nom m s 41.25 25.34 32.33 14.53 -poulets poulet nom m p 41.25 25.34 8.93 10.81 -poulette poulette nom f s 3.41 1.15 2.71 0.95 -poulettes poulette nom f p 3.41 1.15 0.70 0.20 -pouliche pouliche nom f s 1.10 2.09 0.90 1.55 -pouliches pouliche nom f p 1.10 2.09 0.20 0.54 -poulie poulie nom f s 0.83 3.11 0.57 1.49 -poulies poulie nom f p 0.83 3.11 0.27 1.62 -poulinière poulinière adj f s 0.14 0.07 0.14 0.07 -poêlon poêlon nom m s 0.16 0.41 0.16 0.41 -poulot poulot nom m s 0.00 0.20 0.00 0.07 -poulots poulot nom m p 0.00 0.20 0.00 0.14 -poulottant poulotter ver 0.00 0.14 0.00 0.07 par:pre; -poulotter poulotter ver 0.00 0.14 0.00 0.07 inf; -poulpe poulpe nom m s 1.77 3.11 1.48 1.22 -poulpes poulpe nom m p 1.77 3.11 0.29 1.89 -pouls pouls nom m 15.64 5.54 15.64 5.54 -poêlées poêler ver f p 0.10 0.14 0.10 0.07 par:pas; -poumon poumon nom m s 16.65 21.55 4.55 3.58 -poumons poumon nom m p 16.65 21.55 12.09 17.97 -pound pound nom m s 0.20 0.07 0.03 0.00 -pounds pound nom m p 0.20 0.07 0.16 0.07 -poupard poupard nom m s 0.00 0.68 0.00 0.47 -poupards poupard nom m p 0.00 0.68 0.00 0.20 -poupe poupe nom f s 1.30 2.97 1.30 2.97 -poupin poupin adj m s 0.00 1.55 0.00 1.35 -poupine poupin adj f s 0.00 1.55 0.00 0.20 -poupon poupon nom m s 0.33 2.77 0.33 2.30 -pouponnage pouponnage nom m s 0.04 0.07 0.04 0.07 -pouponne pouponner ver 0.21 0.54 0.03 0.00 ind:pre:3s; -pouponnent pouponner ver 0.21 0.54 0.00 0.07 ind:pre:3p; -pouponner pouponner ver 0.21 0.54 0.14 0.47 inf; -pouponnière pouponnière nom f s 0.23 0.20 0.20 0.14 -pouponnières pouponnière nom f p 0.23 0.20 0.03 0.07 -pouponné pouponner ver m s 0.21 0.54 0.04 0.00 par:pas; -poupons poupon nom m p 0.33 2.77 0.00 0.47 -poupoule poupoule nom f s 0.10 0.74 0.10 0.74 -poupée poupée nom f s 27.59 27.57 22.05 18.58 -poupées poupée nom f p 27.59 27.57 5.54 8.99 -pour_cent pour_cent nom m 0.56 0.00 0.56 0.00 -pour pour pre 7078.55 6198.24 7078.55 6198.24 -pourboire pourboire nom m s 8.77 8.24 6.00 5.20 -pourboires pourboire nom m p 8.77 8.24 2.77 3.04 -pourceau pourceau nom m s 0.74 0.95 0.30 0.34 -pourceaux pourceau nom m p 0.74 0.95 0.44 0.61 -pourcent pourcent nom m s 0.45 0.00 0.35 0.00 -pourcentage pourcentage nom m s 4.75 2.43 3.83 1.76 -pourcentages pourcentage nom m p 4.75 2.43 0.93 0.68 -pourcents pourcent nom m p 0.45 0.00 0.10 0.00 -pourchas pourchas nom m 0.00 0.27 0.00 0.27 -pourchassa pourchasser ver 4.66 4.93 0.01 0.34 ind:pas:3s; -pourchassaient pourchasser ver 4.66 4.93 0.08 0.47 ind:imp:3p; -pourchassais pourchasser ver 4.66 4.93 0.07 0.07 ind:imp:1s;ind:imp:2s; -pourchassait pourchasser ver 4.66 4.93 0.14 0.81 ind:imp:3s; -pourchassant pourchasser ver 4.66 4.93 0.14 0.41 par:pre; -pourchasse pourchasser ver 4.66 4.93 0.65 0.27 imp:pre:2s;ind:pre:1s;ind:pre:3s; -pourchassent pourchasser ver 4.66 4.93 0.34 0.27 ind:pre:3p; -pourchasser pourchasser ver 4.66 4.93 0.82 0.27 inf; -pourchassera pourchasser ver 4.66 4.93 0.16 0.00 ind:fut:3s; -pourchasserai pourchasser ver 4.66 4.93 0.02 0.00 ind:fut:1s; -pourchasseraient pourchasser ver 4.66 4.93 0.02 0.00 cnd:pre:3p; -pourchasserait pourchasser ver 4.66 4.93 0.03 0.00 cnd:pre:3s; -pourchasserons pourchasser ver 4.66 4.93 0.02 0.00 ind:fut:1p; -pourchasseront pourchasser ver 4.66 4.93 0.09 0.00 ind:fut:3p; -pourchasseur pourchasseur nom m s 0.00 0.07 0.00 0.07 -pourchassez pourchasser ver 4.66 4.93 0.31 0.00 imp:pre:2p;ind:pre:2p; -pourchassons pourchasser ver 4.66 4.93 0.07 0.00 imp:pre:1p;ind:pre:1p; -pourchassèrent pourchasser ver 4.66 4.93 0.00 0.07 ind:pas:3p; -pourchassé pourchasser ver m s 4.66 4.93 1.23 0.81 par:pas; -pourchassée pourchasser ver f s 4.66 4.93 0.26 0.20 par:pas; -pourchassées pourchasser ver f p 4.66 4.93 0.01 0.14 par:pas; -pourchassés pourchasser ver m p 4.66 4.93 0.17 0.81 par:pas; -pourcif pourcif nom m s 0.00 0.07 0.00 0.07 -pourfendait pourfendre ver 0.10 1.01 0.00 0.07 ind:imp:3s; -pourfendant pourfendre ver 0.10 1.01 0.00 0.20 par:pre; -pourfende pourfendre ver 0.10 1.01 0.00 0.07 sub:pre:3s; -pourfendeur pourfendeur nom m s 0.16 0.14 0.16 0.14 -pourfendions pourfendre ver 0.10 1.01 0.00 0.07 ind:imp:1p; -pourfendre pourfendre ver 0.10 1.01 0.04 0.54 inf; -pourfends pourfendre ver 0.10 1.01 0.02 0.00 imp:pre:2s;ind:pre:1s; -pourfendu pourfendre ver m s 0.10 1.01 0.04 0.07 par:pas; -pourim pourim nom m s 0.68 0.27 0.68 0.27 -pourliche pourliche nom m s 0.07 1.76 0.06 0.81 -pourliches pourliche nom m p 0.07 1.76 0.01 0.95 -pourlèche pourlécher ver 0.10 1.35 0.10 0.27 imp:pre:2s;ind:pre:3s; -pourlèchent pourlécher ver 0.10 1.35 0.00 0.20 ind:pre:3p; -pourléchaient pourlécher ver 0.10 1.35 0.00 0.20 ind:imp:3p; -pourléchait pourlécher ver 0.10 1.35 0.00 0.20 ind:imp:3s; -pourléchant pourlécher ver 0.10 1.35 0.00 0.27 par:pre; -pourlécher pourlécher ver 0.10 1.35 0.00 0.14 inf; -pourléchée pourlécher ver f s 0.10 1.35 0.00 0.07 par:pas; -pourparler pourparler nom m s 0.15 0.07 0.15 0.07 -pourparlers pourparlers nom m p 0.96 2.23 0.96 2.23 -pourpier pourpier nom m s 0.00 0.20 0.00 0.14 -pourpiers pourpier nom m p 0.00 0.20 0.00 0.07 -pourpoint pourpoint nom m s 0.59 1.49 0.59 1.15 -pourpoints pourpoint nom m p 0.59 1.49 0.00 0.34 -pourpre pourpre adj s 2.25 6.82 1.35 4.73 -pourpres pourpre adj p 2.25 6.82 0.90 2.09 -pourpré pourpré adj m s 0.01 0.14 0.01 0.00 -pourprée pourpré adj f s 0.01 0.14 0.00 0.14 -pourprées pourprer ver f p 0.00 0.14 0.00 0.07 par:pas; -pourquoi pourquoi con 655.75 297.64 655.75 297.64 -pourra pouvoir ver_sup 5524.52 2659.80 85.18 37.36 ind:fut:3s; -pourrai pouvoir ver_sup 5524.52 2659.80 46.71 23.11 ind:fut:1s; -pourraient pouvoir ver_sup 5524.52 2659.80 32.66 26.62 cnd:pre:3p; -pourrais pouvoir ver_sup 5524.52 2659.80 247.90 64.93 cnd:pre:1s;cnd:pre:2s; -pourrait pouvoir ver_sup 5524.52 2659.80 313.54 159.32 cnd:pre:3s; -pourras pouvoir ver_sup 5524.52 2659.80 44.35 10.00 ind:fut:2s; -pourrez pouvoir ver_sup 5524.52 2659.80 38.28 11.08 ind:fut:2p; -pourri pourri adj m s 18.09 22.84 9.23 8.18 -pourrie pourri adj f s 18.09 22.84 4.95 6.89 -pourries pourri adj f p 18.09 22.84 1.49 4.39 -pourriez pouvoir ver_sup 5524.52 2659.80 82.51 12.09 cnd:pre:2p; -pourrions pouvoir ver_sup 5524.52 2659.80 24.56 12.23 cnd:pre:1p; -pourrir pourrir ver 22.64 21.89 5.79 5.95 inf; -pourrira pourrir ver 22.64 21.89 0.25 0.27 ind:fut:3s; -pourrirai pourrir ver 22.64 21.89 0.30 0.07 ind:fut:1s; -pourrirait pourrir ver 22.64 21.89 0.03 0.07 cnd:pre:3s; -pourriras pourrir ver 22.64 21.89 0.31 0.07 ind:fut:2s; -pourrirent pourrir ver 22.64 21.89 0.00 0.20 ind:pas:3p; -pourrirez pourrir ver 22.64 21.89 0.22 0.00 ind:fut:2p; -pourririez pourrir ver 22.64 21.89 0.14 0.00 cnd:pre:2p; -pourrirons pourrir ver 22.64 21.89 0.02 0.00 ind:fut:1p; -pourriront pourrir ver 22.64 21.89 0.17 0.27 ind:fut:3p; -pourris pourri adj m p 18.09 22.84 2.42 3.38 -pourrissaient pourrir ver 22.64 21.89 0.00 1.49 ind:imp:3p; -pourrissais pourrir ver 22.64 21.89 0.02 0.07 ind:imp:1s; -pourrissait pourrir ver 22.64 21.89 0.18 1.22 ind:imp:3s; -pourrissant pourrissant adj m s 0.26 2.30 0.06 0.81 -pourrissante pourrissant adj f s 0.26 2.30 0.14 0.34 -pourrissantes pourrissant adj f p 0.26 2.30 0.04 0.47 -pourrissants pourrissant adj m p 0.26 2.30 0.02 0.68 -pourrisse pourrir ver 22.64 21.89 1.23 0.20 sub:pre:1s;sub:pre:3s; -pourrissement pourrissement nom m s 0.46 0.88 0.46 0.88 -pourrissent pourrir ver 22.64 21.89 0.84 1.42 ind:pre:3p; -pourrisseur pourrisseur adj m s 0.00 0.07 0.00 0.07 -pourrissez pourrir ver 22.64 21.89 0.20 0.00 imp:pre:2p;ind:pre:2p; -pourrissoir pourrissoir nom m s 0.00 0.41 0.00 0.41 -pourrissons pourrir ver 22.64 21.89 0.03 0.00 imp:pre:1p;ind:pre:1p; -pourrit pourrir ver 22.64 21.89 2.13 1.62 ind:pre:3s;ind:pas:3s; -pourriture pourriture nom f s 4.36 6.89 3.93 6.55 -pourritures pourriture nom f p 4.36 6.89 0.43 0.34 -pourrons pouvoir ver_sup 5524.52 2659.80 15.15 6.08 ind:fut:1p; -pourront pouvoir ver_sup 5524.52 2659.80 12.79 11.35 ind:fut:3p; -poursuis poursuivre ver 64.84 106.42 4.58 1.62 imp:pre:2s;ind:pre:1s;ind:pre:2s; -poursuit poursuivre ver 64.84 106.42 10.56 13.45 ind:pre:3s; -poursuite poursuite nom f s 11.03 15.47 6.92 12.36 -poursuites poursuite nom f p 11.03 15.47 4.11 3.11 -poursuivîmes poursuivre ver 64.84 106.42 0.01 0.07 ind:pas:1p; -poursuivît poursuivre ver 64.84 106.42 0.00 0.14 sub:imp:3s; -poursuivaient poursuivre ver 64.84 106.42 0.68 5.81 ind:imp:3p; -poursuivais poursuivre ver 64.84 106.42 0.34 0.95 ind:imp:1s;ind:imp:2s; -poursuivait poursuivre ver 64.84 106.42 2.43 15.41 ind:imp:3s; -poursuivant poursuivre ver 64.84 106.42 0.90 5.14 par:pre; -poursuivante poursuivant nom f s 0.74 2.43 0.01 0.07 -poursuivants poursuivant nom m p 0.74 2.43 0.41 1.82 -poursuive poursuivre ver 64.84 106.42 0.63 0.68 sub:pre:1s;sub:pre:3s; -poursuivent poursuivre ver 64.84 106.42 2.77 3.11 ind:pre:3p; -poursuives poursuivre ver 64.84 106.42 0.04 0.00 sub:pre:2s; -poursuiveurs poursuiveur nom m p 0.01 0.00 0.01 0.00 -poursuivez poursuivre ver 64.84 106.42 4.81 0.20 imp:pre:2p;ind:pre:2p; -poursuivi poursuivre ver m s 64.84 106.42 6.88 9.59 par:pas; -poursuivie poursuivre ver f s 64.84 106.42 2.40 2.91 par:pas; -poursuivies poursuivre ver f p 64.84 106.42 0.01 0.47 par:pas; -poursuiviez poursuivre ver 64.84 106.42 0.32 0.07 ind:imp:2p; -poursuivions poursuivre ver 64.84 106.42 0.11 0.68 ind:imp:1p; -poursuivirent poursuivre ver 64.84 106.42 0.26 1.35 ind:pas:3p; -poursuivis poursuivre ver m p 64.84 106.42 1.62 3.65 ind:pas:1s;par:pas; -poursuivit poursuivre ver 64.84 106.42 0.72 15.14 ind:pas:3s; -poursuivons poursuivre ver 64.84 106.42 2.50 0.88 imp:pre:1p;ind:pre:1p; -poursuivra poursuivre ver 64.84 106.42 1.45 0.68 ind:fut:3s; -poursuivrai poursuivre ver 64.84 106.42 1.08 0.20 ind:fut:1s; -poursuivraient poursuivre ver 64.84 106.42 0.17 0.20 cnd:pre:3p; -poursuivrais poursuivre ver 64.84 106.42 0.31 0.34 cnd:pre:1s;cnd:pre:2s; -poursuivrait poursuivre ver 64.84 106.42 0.43 1.08 cnd:pre:3s; -poursuivras poursuivre ver 64.84 106.42 0.07 0.00 ind:fut:2s; -poursuivre poursuivre ver 64.84 106.42 17.35 22.23 imp:pre:2p;ind:pre:2p;inf; -poursuivrez poursuivre ver 64.84 106.42 0.05 0.07 ind:fut:2p; -poursuivrions poursuivre ver 64.84 106.42 0.01 0.14 cnd:pre:1p; -poursuivrons poursuivre ver 64.84 106.42 0.96 0.14 ind:fut:1p; -poursuivront poursuivre ver 64.84 106.42 0.36 0.07 ind:fut:3p; -pourtant pourtant adv_sup 95.80 375.68 95.80 375.68 -pourtour pourtour nom m s 0.09 2.84 0.09 2.57 -pourtours pourtour nom m p 0.09 2.84 0.00 0.27 -pourvoi pourvoi nom m s 0.31 0.07 0.31 0.00 -pourvoie pourvoir ver 21.48 33.78 0.02 0.00 sub:pre:3s; -pourvoient pourvoir ver 21.48 33.78 0.15 0.07 ind:pre:3p; -pourvoir pourvoir ver 21.48 33.78 1.25 2.57 inf; -pourvoira pourvoir ver 21.48 33.78 0.32 0.14 ind:fut:3s; -pourvoirai pourvoir ver 21.48 33.78 0.14 0.00 ind:fut:1s; -pourvoiraient pourvoir ver 21.48 33.78 0.00 0.07 cnd:pre:3p; -pourvoirait pourvoir ver 21.48 33.78 0.04 0.07 cnd:pre:3s; -pourvoirons pourvoir ver 21.48 33.78 0.00 0.07 ind:fut:1p; -pourvoiront pourvoir ver 21.48 33.78 0.01 0.07 ind:fut:3p; -pourvois pourvoir ver 21.48 33.78 0.04 0.00 ind:pre:1s;ind:pre:2s; -pourvoit pourvoir ver 21.48 33.78 0.45 0.14 ind:pre:3s; -pourvoyaient pourvoir ver 21.48 33.78 0.10 0.14 ind:imp:3p; -pourvoyait pourvoir ver 21.48 33.78 0.01 0.34 ind:imp:3s; -pourvoyant pourvoir ver 21.48 33.78 0.01 0.07 par:pre; -pourvoyeur pourvoyeur nom m s 0.52 1.35 0.47 0.74 -pourvoyeurs pourvoyeur nom m p 0.52 1.35 0.04 0.41 -pourvoyeuse pourvoyeur nom f s 0.52 1.35 0.01 0.20 -pourvoyons pourvoir ver 21.48 33.78 0.01 0.00 ind:pre:1p; -pourvu pourvoir ver m s 21.48 33.78 18.50 24.59 par:pas; -pourvue pourvoir ver f s 21.48 33.78 0.24 1.89 par:pas; -pourvues pourvoir ver f p 21.48 33.78 0.02 1.15 par:pas; -pourvus pourvoir ver m p 21.48 33.78 0.18 2.30 par:pas; -pourvut pourvoir ver 21.48 33.78 0.00 0.14 ind:pas:3s; -poésie poésie nom f s 19.07 21.89 17.56 19.86 -poésies poésie nom f p 19.07 21.89 1.52 2.03 -poussa pousser ver 125.61 288.92 0.98 37.64 ind:pas:3s; -poussah poussah nom m s 0.00 0.27 0.00 0.27 -poussai pousser ver 125.61 288.92 0.02 4.26 ind:pas:1s; -poussaient pousser ver 125.61 288.92 0.45 12.91 ind:imp:3p; -poussais pousser ver 125.61 288.92 0.46 2.30 ind:imp:1s;ind:imp:2s; -poussait pousser ver 125.61 288.92 2.59 33.78 ind:imp:3s; -poussant pousser ver 125.61 288.92 1.83 30.61 par:pre; -poussas pousser ver 125.61 288.92 0.00 0.07 ind:pas:2s; -pousse_au_crime pousse_au_crime nom m 0.02 0.07 0.02 0.07 -pousse_café pousse_café nom m 0.13 0.68 0.13 0.68 -pousse_cailloux pousse_cailloux nom m s 0.00 0.07 0.00 0.07 -pousse_pousse pousse_pousse nom m 1.43 0.41 1.43 0.41 -pousse pousser ver 125.61 288.92 29.60 41.82 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:1s; -poussent pousser ver 125.61 288.92 5.17 10.00 ind:pre:3p;sub:pre:3p; -pousser pousser ver 125.61 288.92 27.51 45.68 inf; -poussera pousser ver 125.61 288.92 1.25 1.01 ind:fut:3s; -pousserai pousser ver 125.61 288.92 0.50 0.20 ind:fut:1s; -pousseraient pousser ver 125.61 288.92 0.19 0.68 cnd:pre:3p; -pousserais pousser ver 125.61 288.92 0.28 0.07 cnd:pre:1s;cnd:pre:2s; -pousserait pousser ver 125.61 288.92 0.35 2.09 cnd:pre:3s; -pousseras pousser ver 125.61 288.92 0.04 0.14 ind:fut:2s; -pousserez pousser ver 125.61 288.92 0.04 0.07 ind:fut:2p; -pousseriez pousser ver 125.61 288.92 0.02 0.00 cnd:pre:2p; -pousserions pousser ver 125.61 288.92 0.01 0.07 cnd:pre:1p; -pousserons pousser ver 125.61 288.92 0.09 0.00 ind:fut:1p; -pousseront pousser ver 125.61 288.92 0.36 0.14 ind:fut:3p; -pousses pousser ver 125.61 288.92 5.63 1.35 ind:pre:2s; -poussette poussette nom f s 1.96 2.43 1.83 1.96 -poussettes poussette nom f p 1.96 2.43 0.13 0.47 -pousseur pousseur nom m s 0.04 0.34 0.02 0.20 -pousseurs pousseur nom m p 0.04 0.34 0.02 0.14 -poussez pousser ver 125.61 288.92 21.60 1.69 imp:pre:2p;ind:pre:2p; -poussier poussier nom m s 0.00 0.81 0.00 0.81 -poussiez pousser ver 125.61 288.92 0.10 0.07 ind:imp:2p; -poussif poussif adj m s 0.13 3.58 0.02 1.55 -poussifs poussif adj m p 0.13 3.58 0.00 0.95 -poussin poussin nom m s 7.50 3.04 5.81 1.55 -poussine poussine nom f s 0.00 0.07 0.00 0.07 -poussinière poussinière nom f s 0.00 0.07 0.00 0.07 -poussins poussin nom m p 7.50 3.04 1.69 1.49 -poussions pousser ver 125.61 288.92 0.19 0.61 ind:imp:1p; -poussière poussière nom f s 24.40 78.45 22.77 73.38 -poussières poussière nom f p 24.40 78.45 1.63 5.07 -poussiéreuse poussiéreux adj f s 2.02 16.55 0.76 4.53 -poussiéreuses poussiéreux adj f p 2.02 16.55 0.14 3.24 -poussiéreux poussiéreux adj m 2.02 16.55 1.12 8.78 -poussive poussif adj f s 0.13 3.58 0.10 0.88 -poussivement poussivement adv 0.00 0.14 0.00 0.14 -poussives poussif adj f p 0.13 3.58 0.01 0.20 -poussoir poussoir nom m s 0.02 0.07 0.02 0.07 -poussâmes pousser ver 125.61 288.92 0.00 0.41 ind:pas:1p; -poussons pousser ver 125.61 288.92 0.67 0.41 imp:pre:1p;ind:pre:1p; -poussât pousser ver 125.61 288.92 0.00 0.68 sub:imp:3s; -poussèrent pousser ver 125.61 288.92 0.24 3.85 ind:pas:3p; -poussé pousser ver m s 125.61 288.92 18.46 42.03 par:pas; -poussée pousser ver f s 125.61 288.92 4.63 8.24 par:pas; -poussées pousser ver f p 125.61 288.92 0.43 1.15 par:pas; -poussés pousser ver m p 125.61 288.92 1.92 4.93 par:pas; -poutargue poutargue nom f s 0.00 0.07 0.00 0.07 -poétesse poète nom f s 22.63 35.95 0.48 0.95 -poétesses poétesse nom f p 0.02 0.00 0.02 0.00 -poéticien poéticien nom m s 0.00 0.07 0.00 0.07 -poutine poutine adj f s 0.06 0.00 0.06 0.00 -poétique poétique adj s 2.60 8.11 2.34 6.15 -poétiquement poétiquement adv 0.04 0.47 0.04 0.47 -poétiques poétique adj p 2.60 8.11 0.26 1.96 -poétisait poétiser ver 0.00 0.41 0.00 0.07 ind:imp:3s; -poétisant poétiser ver 0.00 0.41 0.00 0.07 par:pre; -poétise poétiser ver 0.00 0.41 0.00 0.14 imp:pre:2s;ind:pre:3s; -poétiser poétiser ver 0.00 0.41 0.00 0.07 inf; -poétisez poétiser ver 0.00 0.41 0.00 0.07 imp:pre:2p; -poutou poutou nom m s 0.06 0.34 0.06 0.34 -poutrages poutrage nom m p 0.00 0.07 0.00 0.07 -poutraison poutraison nom f s 0.00 0.14 0.00 0.14 -poutre poutre nom f s 2.04 15.74 1.38 5.34 -poutrelle poutrelle nom f s 0.30 2.03 0.06 0.41 -poutrelles poutrelle nom f p 0.30 2.03 0.24 1.62 -poutres poutre nom f p 2.04 15.74 0.66 10.41 -pouvaient pouvoir ver_sup 5524.52 2659.80 15.50 67.16 ind:imp:3p; -pouvais pouvoir ver_sup 5524.52 2659.80 122.61 113.24 ind:imp:1s;ind:imp:2s; -pouvait pouvoir ver_sup 5524.52 2659.80 108.02 445.00 ind:imp:3s; -pouvant pouvoir ver_sup 5524.52 2659.80 4.43 18.65 par:pre; -pouvez pouvoir ver_sup 5524.52 2659.80 353.43 53.11 ind:pre:2p; -pouviez pouvoir ver_sup 5524.52 2659.80 17.64 4.59 ind:imp:2p; -pouvions pouvoir ver_sup 5524.52 2659.80 6.86 14.73 ind:imp:1p; -pouvoir pouvoir ver_sup 5524.52 2659.80 134.56 114.39 inf; -pouvoirs pouvoir nom_sup m p 117.87 107.91 28.36 21.42 -pouvons pouvoir ver_sup 5524.52 2659.80 82.09 21.01 ind:pre:1p; -poux pou nom m p 10.41 8.51 8.49 7.09 -pouzzolane pouzzolane nom f s 0.00 0.14 0.00 0.14 -prîmes prendre ver 1913.83 1466.42 0.22 2.77 ind:pas:1p; -prît prendre ver 1913.83 1466.42 0.24 6.42 sub:imp:3s; -prônais prôner ver 1.34 1.49 0.01 0.00 ind:imp:2s; -prônait prôner ver 1.34 1.49 0.15 0.61 ind:imp:3s; -prônant prôner ver 1.34 1.49 0.13 0.20 par:pre; -prône prôner ver 1.34 1.49 0.46 0.27 ind:pre:1s;ind:pre:3s; -prônent prôner ver 1.34 1.49 0.18 0.07 ind:pre:3p; -prôner prôner ver 1.34 1.49 0.10 0.00 inf; -prônera prôner ver 1.34 1.49 0.01 0.00 ind:fut:3s; -prônerez prôner ver 1.34 1.49 0.01 0.00 ind:fut:2p; -prônes prôner ver 1.34 1.49 0.05 0.00 ind:pre:2s; -prôneur prôneur nom m s 0.00 0.07 0.00 0.07 -prônez prôner ver 1.34 1.49 0.05 0.00 ind:pre:2p; -prônons prôner ver 1.34 1.49 0.02 0.00 imp:pre:1p;ind:pre:1p; -prôné prôner ver m s 1.34 1.49 0.03 0.07 par:pas; -prônée prôner ver f s 1.34 1.49 0.14 0.14 par:pas; -prônées prôner ver f p 1.34 1.49 0.00 0.07 par:pas; -prônés prôner ver m p 1.34 1.49 0.00 0.07 par:pas; -practice practice nom m s 0.15 0.00 0.15 0.00 -pradelle pradelle nom f s 0.00 6.08 0.00 6.08 -praesidium praesidium nom m s 0.10 0.14 0.10 0.14 -pragmatique pragmatique adj s 0.51 0.41 0.43 0.34 -pragmatiquement pragmatiquement adv 0.01 0.00 0.01 0.00 -pragmatiques pragmatique adj f p 0.51 0.41 0.08 0.07 -pragmatisme pragmatisme nom m s 0.24 0.27 0.24 0.27 -pragmatiste pragmatiste nom s 0.01 0.07 0.01 0.07 -praire praire nom f s 0.13 0.20 0.01 0.07 -praires praire nom f p 0.13 0.20 0.12 0.14 -prairial prairial nom m s 0.00 0.20 0.00 0.20 -prairie prairie nom f s 3.44 19.66 2.38 9.80 -prairies prairie nom f p 3.44 19.66 1.06 9.86 -praline praline nom f s 0.87 1.76 0.41 0.47 -pralines praline nom f p 0.87 1.76 0.46 1.28 -praliné praliné adj m s 0.05 0.20 0.05 0.07 -pralinés praliné adj m p 0.05 0.20 0.00 0.14 -prang prang nom m s 0.11 0.07 0.11 0.07 -praticable praticable adj s 0.48 1.28 0.30 1.01 -praticables praticable adj p 0.48 1.28 0.18 0.27 -praticien praticien nom m s 0.57 1.76 0.30 1.35 -praticienne praticien nom f s 0.57 1.76 0.00 0.14 -praticiens praticien nom m p 0.57 1.76 0.26 0.27 -pratiqua pratiquer ver 13.87 24.59 0.02 0.34 ind:pas:3s; -pratiquai pratiquer ver 13.87 24.59 0.00 0.07 ind:pas:1s; -pratiquaient pratiquer ver 13.87 24.59 0.64 1.42 ind:imp:3p; -pratiquais pratiquer ver 13.87 24.59 0.11 0.61 ind:imp:1s; -pratiquait pratiquer ver 13.87 24.59 0.34 3.65 ind:imp:3s; -pratiquant pratiquant adj m s 0.75 0.88 0.56 0.54 -pratiquante pratiquant adj f s 0.75 0.88 0.13 0.34 -pratiquants pratiquant nom m p 0.22 0.34 0.09 0.07 -pratique pratique adj s 13.18 16.69 11.00 10.54 -pratiquement pratiquement adv 14.68 17.03 14.68 17.03 -pratiquent pratiquer ver 13.87 24.59 1.22 0.95 ind:pre:3p; -pratiquer pratiquer ver 13.87 24.59 3.65 4.53 inf; -pratiquera pratiquer ver 13.87 24.59 0.02 0.07 ind:fut:3s; -pratiquerai pratiquer ver 13.87 24.59 0.04 0.00 ind:fut:1s; -pratiquerais pratiquer ver 13.87 24.59 0.00 0.07 cnd:pre:1s; -pratiquerait pratiquer ver 13.87 24.59 0.00 0.07 cnd:pre:3s; -pratiquerons pratiquer ver 13.87 24.59 0.03 0.00 ind:fut:1p; -pratiques pratique nom p 10.15 15.00 2.55 3.58 -pratiquez pratiquer ver 13.87 24.59 0.89 0.47 imp:pre:2p;ind:pre:2p; -pratiquiez pratiquer ver 13.87 24.59 0.03 0.14 ind:imp:2p; -pratiquions pratiquer ver 13.87 24.59 0.02 0.14 ind:imp:1p; -pratiquons pratiquer ver 13.87 24.59 0.25 0.14 imp:pre:1p;ind:pre:1p; -pratiquât pratiquer ver 13.87 24.59 0.00 0.07 sub:imp:3s; -pratiquèrent pratiquer ver 13.87 24.59 0.00 0.07 ind:pas:3p; -pratiqué pratiquer ver m s 13.87 24.59 1.87 3.31 par:pas; -pratiquée pratiquer ver f s 13.87 24.59 0.54 1.76 par:pas; -pratiquées pratiquer ver f p 13.87 24.59 0.19 0.88 par:pas; -pratiqués pratiquer ver m p 13.87 24.59 0.12 0.81 par:pas; -praxie praxie nom f s 0.10 0.00 0.10 0.00 -premier_maître premier_maître nom m s 0.16 0.00 0.16 0.00 -premier_né premier_né nom m s 0.91 0.20 0.77 0.14 -premier premier adj m s 376.98 672.57 146.12 237.91 -premier_né premier_né nom m p 0.91 0.20 0.14 0.07 -premiers premier adj m p 376.98 672.57 19.36 77.70 -première_née première_née nom f s 0.11 0.00 0.11 0.00 -première premier adj f s 376.98 672.57 197.34 296.76 -premièrement premièrement adv 5.51 1.76 5.51 1.76 -premières premier adj f p 376.98 672.57 14.16 60.20 -premium premium nom m s 0.05 0.00 0.05 0.00 -prenable prenable adj m s 0.01 0.14 0.01 0.00 -prenables prenable adj f p 0.01 0.14 0.00 0.14 -prenaient prendre ver 1913.83 1466.42 3.31 30.68 ind:imp:3p; -prenais prendre ver 1913.83 1466.42 10.15 19.53 ind:imp:1s;ind:imp:2s; -prenait prendre ver 1913.83 1466.42 18.66 113.92 ind:imp:3s; -prenant prendre ver 1913.83 1466.42 6.62 48.04 par:pre; -prenante prenant adj f s 1.59 3.18 0.41 0.88 -prenantes prenant adj f p 1.59 3.18 0.02 0.34 -prenants prenant adj m p 1.59 3.18 0.02 0.07 -prend prendre ver 1913.83 1466.42 179.02 129.05 ind:pre:3s; -prendra prendre ver 1913.83 1466.42 37.82 9.66 ind:fut:3s; -prendrai prendre ver 1913.83 1466.42 27.68 5.14 ind:fut:1s; -prendraient prendre ver 1913.83 1466.42 1.24 2.57 cnd:pre:3p; -prendrais prendre ver 1913.83 1466.42 11.04 3.58 cnd:pre:1s;cnd:pre:2s; -prendrait prendre ver 1913.83 1466.42 7.91 14.80 cnd:pre:3s; -prendras prendre ver 1913.83 1466.42 7.86 2.50 ind:fut:2s; -prendre prendre ver 1913.83 1466.42 465.77 344.05 inf;;inf;;inf;; -prendrez prendre ver 1913.83 1466.42 8.49 2.64 ind:fut:2p; -prendriez prendre ver 1913.83 1466.42 1.36 0.74 cnd:pre:2p; -prendrions prendre ver 1913.83 1466.42 0.16 0.27 cnd:pre:1p; -prendrons prendre ver 1913.83 1466.42 6.12 1.49 ind:fut:1p; -prendront prendre ver 1913.83 1466.42 4.47 3.72 ind:fut:3p; -prends prendre ver 1913.83 1466.42 431.50 70.20 imp:pre:2s;ind:pre:1s;ind:pre:2s; -preneur preneur nom m s 2.21 1.62 1.97 1.42 -preneurs preneur nom m p 2.21 1.62 0.22 0.14 -preneuse preneur nom f s 2.21 1.62 0.03 0.07 -prenez prendre ver 1913.83 1466.42 175.12 25.47 imp:pre:2p;ind:pre:2p; -preniez prendre ver 1913.83 1466.42 3.58 1.62 ind:imp:2p; -prenions prendre ver 1913.83 1466.42 1.40 4.66 ind:imp:1p; -prenne prendre ver 1913.83 1466.42 21.02 16.08 sub:pre:1s;sub:pre:3s; -prennent prendre ver 1913.83 1466.42 27.90 29.12 ind:pre:3p; -prennes prendre ver 1913.83 1466.42 5.01 2.03 sub:pre:2s; -prenons prendre ver 1913.83 1466.42 20.80 7.03 imp:pre:1p;ind:pre:1p; -presbyte presbyte adj s 0.19 0.14 0.19 0.14 -presbyterium presbyterium nom m s 0.00 0.07 0.00 0.07 -presbytie presbytie nom f s 0.00 0.34 0.00 0.34 -presbytère presbytère nom m s 1.07 3.51 1.07 3.51 -presbytérien presbytérien adj m s 0.23 0.20 0.12 0.07 -presbytérienne presbytérien adj f s 0.23 0.20 0.11 0.07 -presbytériennes presbytérien adj f p 0.23 0.20 0.00 0.07 -prescience prescience nom f s 0.04 1.01 0.04 1.01 -presciente prescient adj f s 0.01 0.00 0.01 0.00 -prescription prescription nom f s 2.24 2.50 1.77 1.28 -prescriptions prescription nom f p 2.24 2.50 0.47 1.22 -prescrirait prescrire ver 8.70 12.30 0.01 0.07 cnd:pre:3s; -prescrire prescrire ver 8.70 12.30 1.72 1.62 inf; -prescris prescrire ver 8.70 12.30 0.84 0.88 imp:pre:2s;ind:pre:1s;ind:pre:2s; -prescrit prescrire ver m s 8.70 12.30 4.49 4.12 ind:pre:3s;par:pas; -prescrite prescrire ver f s 8.70 12.30 0.34 1.01 par:pas; -prescrites prescrire ver f p 8.70 12.30 0.58 0.68 par:pas; -prescrits prescrire ver m p 8.70 12.30 0.38 0.41 par:pas; -prescrivaient prescrire ver 8.70 12.30 0.00 0.20 ind:imp:3p; -prescrivais prescrire ver 8.70 12.30 0.00 0.34 ind:imp:1s; -prescrivait prescrire ver 8.70 12.30 0.01 1.01 ind:imp:3s; -prescrivant prescrire ver 8.70 12.30 0.01 0.54 par:pre; -prescrive prescrire ver 8.70 12.30 0.17 0.07 sub:pre:1s;sub:pre:3s; -prescrivent prescrire ver 8.70 12.30 0.07 0.20 ind:pre:3p; -prescrivez prescrire ver 8.70 12.30 0.09 0.00 imp:pre:2p;ind:pre:2p; -prescrivis prescrire ver 8.70 12.30 0.00 0.41 ind:pas:1s; -prescrivit prescrire ver 8.70 12.30 0.00 0.74 ind:pas:3s; -presqu_île presqu_île nom f s 0.16 1.49 0.16 1.35 -presqu_île presqu_île nom f p 0.16 1.49 0.00 0.14 -presque presque adv_sup 181.81 465.54 181.81 465.54 -press_book press_book nom m s 0.03 0.00 0.03 0.00 -pressa presser ver 52.28 71.01 0.03 6.35 ind:pas:3s; -pressage pressage nom m s 0.07 0.00 0.07 0.00 -pressai presser ver 52.28 71.01 0.02 0.74 ind:pas:1s; -pressaient presser ver 52.28 71.01 0.06 5.68 ind:imp:3p; -pressais presser ver 52.28 71.01 0.13 1.22 ind:imp:1s;ind:imp:2s; -pressait presser ver 52.28 71.01 0.47 10.61 ind:imp:3s; -pressant pressant adj m s 2.09 7.70 0.97 2.50 -pressante pressant adj f s 2.09 7.70 0.72 3.72 -pressantes pressant adj f p 2.09 7.70 0.04 1.22 -pressants pressant adj m p 2.09 7.70 0.36 0.27 -presse_agrumes presse_agrumes nom m 0.04 0.00 0.04 0.00 -presse_bouton presse_bouton adj f s 0.04 0.07 0.04 0.07 -presse_citron presse_citron nom m s 0.02 0.00 0.02 0.00 -presse_fruits presse_fruits nom m 0.07 0.00 0.07 0.00 -presse_papier presse_papier nom m s 0.16 0.27 0.16 0.27 -presse_papiers presse_papiers nom m 0.24 0.47 0.24 0.47 -presse_purée presse_purée nom m 0.04 0.41 0.04 0.41 -presse_raquette presse_raquette nom m s 0.00 0.07 0.00 0.07 -presse presse nom f s 45.77 41.82 45.10 40.68 -pressement pressement nom m s 0.01 0.34 0.01 0.20 -pressements pressement nom m p 0.01 0.34 0.00 0.14 -pressens pressentir ver 2.18 19.12 0.28 1.15 ind:pre:1s;ind:pre:2s; -pressent pressentir ver 2.18 19.12 0.63 3.45 ind:pre:3s; -pressentîmes pressentir ver 2.18 19.12 0.00 0.14 ind:pas:1p; -pressentît pressentir ver 2.18 19.12 0.00 0.07 sub:imp:3s; -pressentaient pressentir ver 2.18 19.12 0.00 0.34 ind:imp:3p; -pressentais pressentir ver 2.18 19.12 0.12 2.43 ind:imp:1s;ind:imp:2s; -pressentait pressentir ver 2.18 19.12 0.15 3.18 ind:imp:3s; -pressentant pressentir ver 2.18 19.12 0.00 1.96 par:pre; -pressentent pressentir ver 2.18 19.12 0.04 0.20 ind:pre:3p; -pressentez pressentir ver 2.18 19.12 0.06 0.00 ind:pre:2p; -pressenti pressentir ver m s 2.18 19.12 0.68 2.09 par:pas; -pressentie pressentir ver f s 2.18 19.12 0.01 0.41 par:pas; -pressenties pressenti adj f p 0.01 1.01 0.00 0.07 -pressentiez pressentir ver 2.18 19.12 0.04 0.00 ind:imp:2p; -pressentiment pressentiment nom m s 8.34 8.72 7.17 6.76 -pressentiments pressentiment nom m p 8.34 8.72 1.17 1.96 -pressentions pressentir ver 2.18 19.12 0.00 0.20 ind:imp:1p; -pressentir pressentir ver 2.18 19.12 0.14 2.70 inf; -pressentirez pressentir ver 2.18 19.12 0.00 0.07 ind:fut:2p; -pressentis pressentir ver m p 2.18 19.12 0.03 0.27 ind:pas:1s;par:pas; -pressentit pressentir ver 2.18 19.12 0.00 0.47 ind:pas:3s; -pressentons pressentir ver 2.18 19.12 0.01 0.00 imp:pre:1p; -presser presser ver 52.28 71.01 5.64 12.43 inf; -pressera presser ver 52.28 71.01 0.03 0.07 ind:fut:3s; -presserai presser ver 52.28 71.01 0.16 0.00 ind:fut:1s; -presseraient presser ver 52.28 71.01 0.00 0.07 cnd:pre:3p; -presserait presser ver 52.28 71.01 0.11 0.07 cnd:pre:3s; -presseront presser ver 52.28 71.01 0.00 0.07 ind:fut:3p; -presses presse nom f p 45.77 41.82 0.67 1.15 -presseur presseur adj m s 0.01 0.14 0.01 0.14 -pressez presser ver 52.28 71.01 2.46 0.54 imp:pre:2p;ind:pre:2p; -pressiez presser ver 52.28 71.01 0.01 0.00 ind:imp:2p; -pressing pressing nom m s 2.63 0.81 2.52 0.74 -pressings pressing nom m p 2.63 0.81 0.10 0.07 -pression pression nom f s 37.28 21.76 35.33 19.05 -pressionnée pressionné adj f s 0.00 0.07 0.00 0.07 -pressions pression nom f p 37.28 21.76 1.96 2.70 -pressoir pressoir nom m s 0.19 1.15 0.17 0.95 -pressoirs pressoir nom m p 0.19 1.15 0.01 0.20 -pressons presser ver 52.28 71.01 2.02 1.89 imp:pre:1p;ind:pre:1p; -pressât presser ver 52.28 71.01 0.00 0.14 sub:imp:3s; -pressèrent presser ver 52.28 71.01 0.01 0.54 ind:pas:3p; -pressé presser ver m s 52.28 71.01 17.12 12.23 par:pas; -pressée pressé adj f s 25.09 31.42 11.26 8.58 -pressées pressé adj f p 25.09 31.42 0.62 3.18 -pressurant pressurer ver 0.28 0.61 0.00 0.07 par:pre; -pressure pressurer ver 0.28 0.61 0.17 0.20 imp:pre:2s;ind:pre:3s; -pressurer pressurer ver 0.28 0.61 0.06 0.20 inf; -pressures pressurer ver 0.28 0.61 0.03 0.00 ind:pre:2s; -pressurisation pressurisation nom f s 0.38 0.00 0.38 0.00 -pressuriser pressuriser ver 0.17 0.07 0.02 0.00 inf; -pressurisez pressuriser ver 0.17 0.07 0.02 0.00 imp:pre:2p; -pressurisé pressurisé adj m s 0.60 0.00 0.14 0.00 -pressurisée pressurisé adj f s 0.60 0.00 0.27 0.00 -pressurisées pressuriser ver f p 0.17 0.07 0.00 0.07 par:pas; -pressurisés pressurisé adj m p 0.60 0.00 0.19 0.00 -pressurée pressurer ver f s 0.28 0.61 0.00 0.07 par:pas; -pressurés pressurer ver m p 0.28 0.61 0.02 0.07 par:pas; -pressés presser ver m p 52.28 71.01 4.45 4.32 par:pas; -prestance prestance nom f s 0.27 2.30 0.27 2.30 -prestataire prestataire nom s 0.34 0.07 0.12 0.00 -prestataires prestataire nom p 0.34 0.07 0.22 0.07 -prestation prestation nom f s 1.95 2.30 1.58 1.28 -prestations prestation nom f p 1.95 2.30 0.37 1.01 -preste preste adj s 0.04 2.50 0.04 1.55 -prestement prestement adv 0.09 4.05 0.09 4.05 -prestes preste adj p 0.04 2.50 0.00 0.95 -prestesse prestesse nom f s 0.00 0.61 0.00 0.61 -prestidigitateur prestidigitateur nom m s 0.51 1.89 0.48 1.55 -prestidigitateurs prestidigitateur nom m p 0.51 1.89 0.00 0.27 -prestidigitation prestidigitation nom f s 0.10 0.41 0.10 0.34 -prestidigitations prestidigitation nom f p 0.10 0.41 0.00 0.07 -prestidigitatrice prestidigitateur nom f s 0.51 1.89 0.02 0.07 -prestige prestige nom m s 2.54 16.96 2.54 14.73 -prestiges prestige nom m p 2.54 16.96 0.00 2.23 -prestigieuse prestigieux adj f s 2.03 6.35 0.65 1.22 -prestigieuses prestigieux adj f p 2.03 6.35 0.11 0.41 -prestigieux prestigieux adj m 2.03 6.35 1.27 4.73 -presto presto adv 1.18 1.22 1.18 1.22 -preuve preuve nom f s 107.54 65.34 60.79 50.54 -preuves preuve nom f p 107.54 65.34 46.75 14.80 -preux preux adj m 0.88 0.54 0.88 0.54 -pria prier ver 313.12 105.74 0.52 6.15 ind:pas:3s; -priai prier ver 313.12 105.74 0.20 1.76 ind:pas:1s; -priaient prier ver 313.12 105.74 0.34 1.01 ind:imp:3p; -priais prier ver 313.12 105.74 1.16 1.08 ind:imp:1s;ind:imp:2s; -priait prier ver 313.12 105.74 1.34 7.36 ind:imp:3s; -priant prier ver 313.12 105.74 1.61 3.31 par:pre; -priapique priapique adj m s 0.00 0.61 0.00 0.41 -priapiques priapique adj f p 0.00 0.61 0.00 0.20 -priapisme priapisme nom m s 0.17 0.14 0.17 0.14 -priasse prier ver 313.12 105.74 0.00 0.07 sub:imp:1s; -prie_dieu prie_dieu nom m 0.01 2.64 0.01 2.64 -prie prier ver 313.12 105.74 247.29 44.19 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:1s; -prient prier ver 313.12 105.74 1.52 1.55 ind:pre:3p; -prier prier ver 313.12 105.74 25.46 21.62 inf; -priera prier ver 313.12 105.74 0.29 0.07 ind:fut:3s; -prierai prier ver 313.12 105.74 2.83 1.22 ind:fut:1s; -prieraient prier ver 313.12 105.74 0.00 0.07 cnd:pre:3p; -prierais prier ver 313.12 105.74 0.38 0.20 cnd:pre:1s; -prierait prier ver 313.12 105.74 0.16 0.41 cnd:pre:3s; -prieras prier ver 313.12 105.74 0.51 0.34 ind:fut:2s; -prierez prier ver 313.12 105.74 0.07 0.07 ind:fut:2p; -prierons prier ver 313.12 105.74 0.42 0.14 ind:fut:1p; -prieront prier ver 313.12 105.74 0.14 0.07 ind:fut:3p; -pries prier ver 313.12 105.74 2.06 0.74 ind:pre:2s; -prieur prieur adj m s 0.38 0.95 0.38 0.95 -prieure prieur nom f s 0.29 8.85 0.00 0.14 -prieurs prieur nom m p 0.29 8.85 0.00 0.07 -prieuré prieuré nom m s 0.22 0.68 0.22 0.61 -prieurés prieuré nom m p 0.22 0.68 0.00 0.07 -priez prier ver 313.12 105.74 9.13 1.76 imp:pre:2p;ind:pre:2p; -priions prier ver 313.12 105.74 0.00 0.27 ind:imp:1p; -prima primer ver 2.01 2.09 0.83 0.74 ind:pas:3s; -primaire primaire adj s 4.95 5.54 3.98 4.26 -primaires primaire adj p 4.95 5.54 0.97 1.28 -primait primer ver 2.01 2.09 0.02 0.41 ind:imp:3s; -primal primal adj m s 0.29 0.07 0.11 0.00 -primale primal adj f s 0.29 0.07 0.18 0.07 -primant primer ver 2.01 2.09 0.01 0.07 par:pre; -primat primat nom m s 0.09 0.34 0.09 0.34 -primate primate nom m s 1.29 1.62 0.72 0.61 -primates primate nom m p 1.29 1.62 0.57 1.01 -primatologue primatologue nom s 0.01 0.00 0.01 0.00 -primauté primauté nom f s 0.01 0.95 0.01 0.95 -prime_saut prime_saut nom s 0.00 0.07 0.00 0.07 -prime_time prime_time nom m 0.41 0.00 0.41 0.00 -prime prime nom f s 17.79 8.11 10.63 7.09 -priment primer ver 2.01 2.09 0.16 0.20 ind:pre:3p; -primer primer ver 2.01 2.09 0.15 0.07 inf; -primerait primer ver 2.01 2.09 0.00 0.07 cnd:pre:3s; -primerose primerose nom f s 0.01 0.07 0.01 0.07 -primes prime nom f p 17.79 8.11 7.17 1.01 -primesautier primesautier adj m s 0.00 0.95 0.00 0.27 -primesautiers primesautier adj m p 0.00 0.95 0.00 0.07 -primesautière primesautier adj f s 0.00 0.95 0.00 0.61 -primeur primeur nom f s 0.20 1.96 0.16 1.01 -primeurs primeur nom f p 0.20 1.96 0.04 0.95 -primevère primevère nom f s 0.06 1.01 0.01 0.14 -primevères primevère nom f p 0.06 1.01 0.05 0.88 -primidi primidi nom m s 0.00 0.07 0.00 0.07 -primitif primitif adj m s 7.00 10.20 2.84 3.31 -primitifs primitif adj m p 7.00 10.20 0.87 1.28 -primitive primitif adj f s 7.00 10.20 2.08 4.59 -primitivement primitivement adv 0.02 0.54 0.02 0.54 -primitives primitif adj f p 7.00 10.20 1.22 1.01 -primitivisme primitivisme nom m s 0.10 0.14 0.10 0.14 -primo_infection primo_infection nom f s 0.00 0.07 0.00 0.07 -primo primo adv_sup 4.10 2.16 4.10 2.16 -primordial primordial adj m s 2.39 2.97 1.52 0.88 -primordiale primordial adj f s 2.39 2.97 0.63 1.82 -primordialement primordialement adv 0.00 0.41 0.00 0.41 -primordiales primordial adj f p 2.39 2.97 0.18 0.00 -primordiaux primordial adj m p 2.39 2.97 0.06 0.27 -primé primé adj m s 0.14 0.07 0.09 0.00 -primée primer ver f s 2.01 2.09 0.05 0.07 par:pas; -primées primer ver f p 2.01 2.09 0.02 0.00 par:pas; -primés primé adj m p 0.14 0.07 0.03 0.00 -prin prin nom m s 0.10 0.14 0.10 0.14 -prince_de_galles prince_de_galles nom m 0.00 0.27 0.00 0.27 -prince_évêque prince_évêque nom m s 0.00 0.14 0.00 0.14 -prince prince nom m s 96.42 101.22 44.83 65.61 -princeps princeps adj f p 0.00 0.07 0.00 0.07 -princes prince nom m p 96.42 101.22 5.29 11.08 -princesse prince nom f s 96.42 101.22 46.31 21.01 -princesses princesse nom f p 2.48 0.00 2.48 0.00 -princier princier adj m s 0.59 3.65 0.22 1.08 -princiers princier adj m p 0.59 3.65 0.02 0.74 -principal principal adj m s 36.68 38.92 17.53 15.81 -principale principal adj f s 36.68 38.92 10.68 12.30 -principalement principalement adv 3.60 6.08 3.60 6.08 -principales principal adj f p 36.68 38.92 3.35 3.65 -principat principat nom m s 0.00 0.34 0.00 0.34 -principauté principauté nom f s 0.25 1.01 0.20 0.81 -principautés principauté nom f p 0.25 1.01 0.05 0.20 -principaux principal adj m p 36.68 38.92 5.12 7.16 -principe principe nom m s 26.36 47.57 15.62 30.88 -principes principe nom m p 26.36 47.57 10.75 16.69 -princière princier adj f s 0.59 3.65 0.35 1.28 -princièrement princièrement adv 0.11 0.20 0.11 0.20 -princières princier adj f p 0.59 3.65 0.00 0.54 -printanier printanier adj m s 0.66 4.32 0.33 1.89 -printaniers printanier adj m p 0.66 4.32 0.11 0.81 -printanière printanier adj f s 0.66 4.32 0.21 1.35 -printanières printanier adj f p 0.66 4.32 0.02 0.27 -printemps printemps nom m 27.85 60.88 27.85 60.88 -priâmes prier ver 313.12 105.74 0.00 0.14 ind:pas:1p; -prion prion nom m s 3.11 0.54 0.43 0.00 -prions prier ver 313.12 105.74 6.14 1.49 imp:pre:1p;ind:pre:1p; -prioritaire prioritaire adj s 3.07 0.54 2.43 0.34 -prioritaires prioritaire adj p 3.07 0.54 0.64 0.20 -priorité priorité nom f s 12.15 4.80 8.84 4.53 -priorités priorité nom f p 12.15 4.80 3.31 0.27 -priât prier ver 313.12 105.74 0.00 0.27 sub:imp:3s; -prirent prendre ver 1913.83 1466.42 0.80 15.20 ind:pas:3p; -pris prendre ver m 1913.83 1466.42 374.60 333.04 ind:pas:1s;ind:pas:2s;par:pas;par:pas;par:pas; -prisa priser ver 2.59 5.20 0.02 0.07 ind:pas:3s; -prisaient priser ver 2.59 5.20 0.00 0.14 ind:imp:3p; -prisait priser ver 2.59 5.20 0.10 0.61 ind:imp:3s; -prisant priser ver 2.59 5.20 0.00 0.07 par:pre; -prise prendre ver f s 1913.83 1466.42 38.26 42.64 par:pas; -prisent priser ver 2.59 5.20 0.14 0.14 ind:pre:3p; -priser priser ver 2.59 5.20 0.06 0.81 inf; -prises prendre ver f p 1913.83 1466.42 8.42 12.16 par:pas; -priseur priseur nom m s 0.01 0.14 0.01 0.07 -priseurs priseur nom m p 0.01 0.14 0.00 0.07 -prisez priser ver 2.59 5.20 0.00 0.07 imp:pre:2p; -prismatique prismatique adj m s 0.02 0.07 0.02 0.00 -prismatiques prismatique adj f p 0.02 0.07 0.00 0.07 -prisme prisme nom m s 0.11 1.42 0.10 0.88 -prismes prisme nom m p 0.11 1.42 0.01 0.54 -prison prison nom f s 147.49 72.43 142.97 64.66 -prisonnier prisonnier nom m s 37.80 40.00 16.97 11.69 -prisonniers prisonnier nom m p 37.80 40.00 19.55 26.42 -prisonnière prisonnier adj f s 19.64 29.46 3.40 4.73 -prisonnières prisonnier adj f p 19.64 29.46 0.65 1.22 -prisons_école prisons_école nom f p 0.00 0.07 0.00 0.07 -prisons prison nom f p 147.49 72.43 4.52 7.77 -prisse prendre ver 1913.83 1466.42 0.01 0.14 sub:imp:1s; -prissent prendre ver 1913.83 1466.42 0.00 0.61 sub:imp:3p; -prissions prendre ver 1913.83 1466.42 0.00 0.07 sub:imp:1p; -pristi pristi ono 0.00 0.20 0.00 0.20 -prisé priser ver m s 2.59 5.20 0.30 0.54 par:pas; -prisée priser ver f s 2.59 5.20 0.06 0.41 par:pas; -prisées priser ver f p 2.59 5.20 0.21 0.68 par:pas; -prisunic prisunic nom m s 0.03 3.11 0.03 3.11 -prisés priser ver m p 2.59 5.20 0.28 0.07 par:pas; -prit prendre ver 1913.83 1466.42 7.27 164.80 ind:pas:3s; -prière prière nom f s 32.73 45.95 19.15 30.00 -prièrent prier ver 313.12 105.74 0.03 0.34 ind:pas:3p; -prières prière nom f p 32.73 45.95 13.58 15.95 -prié prier ver m s 313.12 105.74 9.03 7.84 par:pas; -priée prier ver f s 313.12 105.74 0.52 1.15 par:pas; -priées prier ver f p 313.12 105.74 0.05 0.14 par:pas; -priés prier ver m p 313.12 105.74 1.91 0.95 par:pas; -priva priver ver 24.06 42.70 0.16 0.74 ind:pas:3s; -privai priver ver 24.06 42.70 0.00 0.07 ind:pas:1s; -privaient priver ver 24.06 42.70 0.02 0.88 ind:imp:3p; -privais priver ver 24.06 42.70 0.02 0.61 ind:imp:1s;ind:imp:2s; -privait priver ver 24.06 42.70 0.09 3.65 ind:imp:3s; -privant priver ver 24.06 42.70 0.33 1.69 par:pre; -privasse priver ver 24.06 42.70 0.00 0.07 sub:imp:1s; -privatif privatif adj m s 0.06 0.47 0.02 0.27 -privatifs privatif adj m p 0.06 0.47 0.00 0.07 -privation privation nom f s 1.55 4.53 0.70 1.49 -privations privation nom f p 1.55 4.53 0.85 3.04 -privatisation privatisation nom f s 0.41 0.07 0.41 0.07 -privatiser privatiser ver 0.36 0.00 0.31 0.00 inf; -privatisé privatiser ver m s 0.36 0.00 0.03 0.00 par:pas; -privatisée privatiser ver f s 0.36 0.00 0.01 0.00 par:pas; -privatisés privatiser ver m p 0.36 0.00 0.01 0.00 par:pas; -privative privatif adj f s 0.06 0.47 0.02 0.00 -privatives privatif adj f p 0.06 0.47 0.01 0.14 -privauté privauté nom f s 0.02 0.54 0.00 0.07 -privautés privauté nom f p 0.02 0.54 0.02 0.47 -prive priver ver 24.06 42.70 1.49 2.97 imp:pre:2s;ind:pre:1s;ind:pre:3s; -privent priver ver 24.06 42.70 0.46 0.47 ind:pre:3p; -priver priver ver 24.06 42.70 4.19 6.15 inf; -privera priver ver 24.06 42.70 0.44 0.27 ind:fut:3s; -priverai priver ver 24.06 42.70 0.27 0.00 ind:fut:1s; -priveraient priver ver 24.06 42.70 0.01 0.07 cnd:pre:3p; -priverais priver ver 24.06 42.70 0.16 0.07 cnd:pre:1s;cnd:pre:2s; -priverait priver ver 24.06 42.70 0.17 0.27 cnd:pre:3s; -priveras priver ver 24.06 42.70 0.02 0.00 ind:fut:2s; -priveriez priver ver 24.06 42.70 0.12 0.00 cnd:pre:2p; -prives priver ver 24.06 42.70 0.47 0.14 ind:pre:2s; -privez priver ver 24.06 42.70 0.54 0.41 imp:pre:2p;ind:pre:2p; -priviez priver ver 24.06 42.70 0.02 0.00 ind:imp:2p; -privilège privilège nom m s 10.41 17.70 7.06 11.96 -privilèges privilège nom m p 10.41 17.70 3.35 5.74 -privilégiait privilégier ver 2.92 3.11 0.01 0.14 ind:imp:3s; -privilégiant privilégier ver 2.92 3.11 0.00 0.07 par:pre; -privilégie privilégier ver 2.92 3.11 0.42 0.27 ind:pre:1s;ind:pre:3s; -privilégient privilégier ver 2.92 3.11 0.04 0.00 ind:pre:3p; -privilégier privilégier ver 2.92 3.11 0.84 0.20 inf; -privilégions privilégier ver 2.92 3.11 0.02 0.00 ind:pre:1p; -privilégié privilégié adj m s 2.15 9.46 1.01 4.05 -privilégiée privilégié adj f s 2.15 9.46 0.56 2.84 -privilégiées privilégié adj f p 2.15 9.46 0.23 0.68 -privilégiés privilégié nom m p 0.87 5.07 0.65 3.31 -privions priver ver 24.06 42.70 0.00 0.14 ind:imp:1p; -privons priver ver 24.06 42.70 0.03 0.00 ind:pre:1p; -privât priver ver 24.06 42.70 0.00 0.14 sub:imp:3s; -privèrent priver ver 24.06 42.70 0.00 0.07 ind:pas:3p; -privé privé adj m s 36.44 21.89 11.99 7.09 -privée privé adj f s 36.44 21.89 18.80 9.39 -privées privé adj f p 36.44 21.89 2.61 2.30 -privément privément adv 0.01 0.00 0.01 0.00 -privés privé adj m p 36.44 21.89 3.04 3.11 -prix_choc prix_choc nom m 0.00 0.07 0.00 0.07 -prix prix nom m 126.55 107.50 126.55 107.50 -pro_occidental pro_occidental adj m s 0.01 0.00 0.01 0.00 -pro pro nom s 19.45 2.03 14.45 1.62 -proactif proactif adj m s 0.07 0.00 0.07 0.00 -probabilité probabilité nom f s 3.66 2.23 1.68 1.28 -probabilités probabilité nom f p 3.66 2.23 1.99 0.95 -probable probable adj s 10.98 18.18 10.61 17.36 -probablement probablement adv 69.41 37.64 69.41 37.64 -probables probable adj p 10.98 18.18 0.38 0.81 -probant probant adj m s 0.47 1.08 0.31 0.54 -probante probant adj f s 0.47 1.08 0.06 0.27 -probantes probant adj f p 0.47 1.08 0.04 0.00 -probants probant adj m p 0.47 1.08 0.06 0.27 -probation probation nom f s 1.39 0.14 1.39 0.14 -probatoire probatoire adj s 0.12 0.27 0.12 0.27 -probe probe adj f s 0.38 0.20 0.36 0.14 -probes probe adj p 0.38 0.20 0.01 0.07 -probité probité nom f s 0.10 1.89 0.10 1.89 -probloc probloc nom m s 0.00 0.54 0.00 0.47 -problocs probloc nom m p 0.00 0.54 0.00 0.07 -probloque probloque nom m s 0.00 1.01 0.00 0.61 -probloques probloque nom m p 0.00 1.01 0.00 0.41 -problème problème nom m s 520.07 95.00 391.20 55.20 -problèmes problème nom m p 520.07 95.00 128.87 39.80 -problématique problématique adj s 1.39 1.22 1.22 0.95 -problématiques problématique adj p 1.39 1.22 0.17 0.27 -proc proc nom m s 0.27 0.68 0.27 0.61 -procaïne procaïne nom f s 0.02 0.00 0.02 0.00 -procalmadiol procalmadiol nom m s 0.00 0.07 0.00 0.07 -process process nom m 0.07 0.07 0.07 0.07 -processeur processeur nom m s 0.69 0.00 0.54 0.00 -processeurs processeur nom m p 0.69 0.00 0.15 0.00 -procession procession nom f s 3.81 10.20 3.21 7.91 -processionnaient processionner ver 0.00 0.14 0.00 0.07 ind:imp:3p; -processionnaire processionnaire adj f s 0.00 0.20 0.00 0.20 -processionnaires processionnaire nom m p 0.00 0.20 0.00 0.20 -processionnant processionner ver 0.00 0.14 0.00 0.07 par:pre; -processionnelle processionnel adj f s 0.01 0.20 0.01 0.07 -processionnelles processionnel adj f p 0.01 0.20 0.00 0.14 -processions procession nom f p 3.81 10.20 0.59 2.30 -processus processus nom m 10.86 5.47 10.86 5.47 -prochain prochain adj m s 160.27 59.32 51.95 21.96 -prochaine prochain adj f s 160.27 59.32 100.44 32.50 -prochainement prochainement adv 0.86 2.77 0.86 2.77 -prochaines prochain adj f p 160.27 59.32 4.27 2.70 -prochains prochain adj m p 160.27 59.32 3.62 2.16 -proche_oriental proche_oriental adj m s 0.01 0.00 0.01 0.00 -proche proche adj s 55.34 82.91 38.29 63.04 -proches proche adj p 55.34 82.91 17.05 19.86 -prochinois prochinois adj m 0.00 0.14 0.00 0.07 -prochinoise prochinois adj f s 0.00 0.14 0.00 0.07 -proclama proclamer ver 6.50 16.42 0.02 1.08 ind:pas:3s; -proclamai proclamer ver 6.50 16.42 0.00 0.14 ind:pas:1s; -proclamaient proclamer ver 6.50 16.42 0.00 0.61 ind:imp:3p; -proclamais proclamer ver 6.50 16.42 0.23 0.07 ind:imp:1s;ind:imp:2s; -proclamait proclamer ver 6.50 16.42 0.03 3.38 ind:imp:3s; -proclamant proclamer ver 6.50 16.42 0.41 1.01 par:pre; -proclamation proclamation nom f s 0.60 4.19 0.60 3.45 -proclamations proclamation nom f p 0.60 4.19 0.00 0.74 -proclamatrices proclamateur nom f p 0.01 0.00 0.01 0.00 -proclame proclamer ver 6.50 16.42 2.37 2.23 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -proclament proclamer ver 6.50 16.42 0.17 0.68 ind:pre:3p; -proclamer proclamer ver 6.50 16.42 0.81 3.18 inf; -proclamera proclamer ver 6.50 16.42 0.03 0.00 ind:fut:3s; -proclamerai proclamer ver 6.50 16.42 0.01 0.07 ind:fut:1s; -proclameraient proclamer ver 6.50 16.42 0.00 0.07 cnd:pre:3p; -proclamerait proclamer ver 6.50 16.42 0.00 0.27 cnd:pre:3s; -proclamerons proclamer ver 6.50 16.42 0.02 0.07 ind:fut:1p; -proclamez proclamer ver 6.50 16.42 0.27 0.20 imp:pre:2p;ind:pre:2p; -proclamiez proclamer ver 6.50 16.42 0.00 0.07 ind:imp:2p; -proclamions proclamer ver 6.50 16.42 0.00 0.14 ind:imp:1p; -proclamons proclamer ver 6.50 16.42 0.24 0.07 imp:pre:1p;ind:pre:1p; -proclamât proclamer ver 6.50 16.42 0.00 0.14 sub:imp:3s; -proclamèrent proclamer ver 6.50 16.42 0.00 0.14 ind:pas:3p; -proclamé proclamer ver m s 6.50 16.42 1.38 1.96 par:pas; -proclamée proclamer ver f s 6.50 16.42 0.49 0.68 par:pas; -proclamées proclamer ver f p 6.50 16.42 0.03 0.07 par:pas; -proclamés proclamer ver m p 6.50 16.42 0.01 0.14 par:pas; -procommuniste procommuniste adj s 0.00 0.07 0.00 0.07 -proconsul proconsul nom m s 0.51 1.35 0.51 0.41 -proconsuls proconsul nom m p 0.51 1.35 0.00 0.95 -procrastination procrastination nom f s 0.01 0.00 0.01 0.00 -procréa procréer ver 1.13 1.55 0.00 0.07 ind:pas:3s; -procréant procréer ver 1.13 1.55 0.01 0.14 par:pre; -procréateur procréateur nom m s 0.01 0.14 0.01 0.07 -procréateurs procréateur nom m p 0.01 0.14 0.00 0.07 -procréation procréation nom f s 0.40 1.22 0.40 1.08 -procréations procréation nom f p 0.40 1.22 0.00 0.14 -procréative procréatif adj f s 0.00 0.07 0.00 0.07 -procréatrice procréateur adj f s 0.05 0.07 0.03 0.00 -procréatrices procréateur adj f p 0.05 0.07 0.02 0.00 -procrée procréer ver 1.13 1.55 0.03 0.34 imp:pre:2s;ind:pre:1s;ind:pre:3s; -procréent procréer ver 1.13 1.55 0.01 0.07 ind:pre:3p; -procréer procréer ver 1.13 1.55 1.01 0.61 inf; -procréerons procréer ver 1.13 1.55 0.02 0.00 ind:fut:1p; -procréé procréer ver m s 1.13 1.55 0.04 0.34 par:pas; -procs proc nom m p 0.27 0.68 0.00 0.07 -procède procéder ver 12.91 25.88 1.75 3.85 imp:pre:2s;ind:pre:1s;ind:pre:3s; -procèdent procéder ver 12.91 25.88 0.38 0.81 ind:pre:3p; -procès_test procès_test nom m 0.02 0.00 0.02 0.00 -procès_verbal procès_verbal nom m s 3.86 2.30 3.55 1.76 -procès_verbal procès_verbal nom m p 3.86 2.30 0.31 0.54 -procès procès nom m 45.41 24.32 45.41 24.32 -proctologie proctologie nom f s 0.01 0.00 0.01 0.00 -proctologue proctologue nom s 0.28 0.00 0.22 0.00 -proctologues proctologue nom p 0.28 0.00 0.07 0.00 -procéda procéder ver 12.91 25.88 0.02 0.34 ind:pas:3s; -procédaient procéder ver 12.91 25.88 0.00 0.54 ind:imp:3p; -procédais procéder ver 12.91 25.88 0.01 0.14 ind:imp:1s; -procédait procéder ver 12.91 25.88 0.04 2.97 ind:imp:3s; -procédant procéder ver 12.91 25.88 0.07 0.81 par:pre; -procéder procéder ver 12.91 25.88 6.75 10.14 inf; -procédera procéder ver 12.91 25.88 0.27 0.54 ind:fut:3s; -procéderaient procéder ver 12.91 25.88 0.00 0.20 cnd:pre:3p; -procéderais procéder ver 12.91 25.88 0.03 0.00 cnd:pre:1s; -procéderait procéder ver 12.91 25.88 0.00 0.54 cnd:pre:3s; -procéderez procéder ver 12.91 25.88 0.08 0.00 ind:fut:2p; -procéderiez procéder ver 12.91 25.88 0.01 0.00 cnd:pre:2p; -procéderons procéder ver 12.91 25.88 0.45 0.14 ind:fut:1p; -procéderont procéder ver 12.91 25.88 0.00 0.27 ind:fut:3p; -procédez procéder ver 12.91 25.88 0.76 0.14 imp:pre:2p;ind:pre:2p; -procédiez procéder ver 12.91 25.88 0.01 0.07 ind:imp:2p; -procédions procéder ver 12.91 25.88 0.04 0.14 ind:imp:1p; -procédâmes procéder ver 12.91 25.88 0.00 0.07 ind:pas:1p; -procédons procéder ver 12.91 25.88 1.15 0.61 imp:pre:1p;ind:pre:1p; -procédât procéder ver 12.91 25.88 0.00 0.14 sub:imp:3s; -procédé procédé nom m s 4.17 8.85 3.28 4.46 -procédural procédural adj m s 0.03 0.00 0.01 0.00 -procédurale procédural adj f s 0.03 0.00 0.01 0.00 -procédure procédure nom f s 16.16 3.58 13.26 3.38 -procédures procédure nom f p 16.16 3.58 2.91 0.20 -procédurier procédurier adj m s 0.04 0.14 0.03 0.07 -procédurière procédurier adj f s 0.04 0.14 0.01 0.00 -procédurières procédurier adj f p 0.04 0.14 0.00 0.07 -procédés procédé nom m p 4.17 8.85 0.89 4.39 -procura procurer ver 12.77 27.97 0.16 1.01 ind:pas:3s; -procurai procurer ver 12.77 27.97 0.00 0.07 ind:pas:1s; -procuraient procurer ver 12.77 27.97 0.03 1.35 ind:imp:3p; -procurais procurer ver 12.77 27.97 0.01 0.14 ind:imp:1s; -procurait procurer ver 12.77 27.97 0.39 3.72 ind:imp:3s; -procurant procurer ver 12.77 27.97 0.04 0.61 par:pre; -procurateur procurateur nom m s 0.03 0.88 0.03 0.20 -procurateurs procurateur nom m p 0.03 0.88 0.00 0.07 -procuraties procuratie nom f p 0.00 0.14 0.00 0.14 -procuration procuration nom f s 1.69 2.50 1.69 2.50 -procuratrice procurateur nom f s 0.03 0.88 0.00 0.61 -procure procurer ver 12.77 27.97 1.67 4.19 imp:pre:2s;ind:pre:1s;ind:pre:3s; -procurent procurer ver 12.77 27.97 0.34 0.88 ind:pre:3p; -procurer procurer ver 12.77 27.97 7.29 9.66 imp:pre:2p;inf; -procurera procurer ver 12.77 27.97 0.21 0.07 ind:fut:3s; -procurerai procurer ver 12.77 27.97 0.19 0.14 ind:fut:1s; -procureraient procurer ver 12.77 27.97 0.01 0.20 cnd:pre:3p; -procurerais procurer ver 12.77 27.97 0.01 0.00 cnd:pre:1s; -procurerait procurer ver 12.77 27.97 0.14 0.61 cnd:pre:3s; -procureras procurer ver 12.77 27.97 0.03 0.00 ind:fut:2s; -procureriez procurer ver 12.77 27.97 0.01 0.00 cnd:pre:2p; -procurerons procurer ver 12.77 27.97 0.04 0.00 ind:fut:1p; -procureront procurer ver 12.77 27.97 0.02 0.07 ind:fut:3p; -procures procurer ver 12.77 27.97 0.09 0.00 ind:pre:2s; -procureur procureur nom m s 29.45 6.15 28.68 5.54 -procureurs procureur nom m p 29.45 6.15 0.78 0.41 -procureuse procureur nom f s 29.45 6.15 0.00 0.14 -procureuses procureur nom f p 29.45 6.15 0.00 0.07 -procurez procurer ver 12.77 27.97 0.20 0.00 imp:pre:2p;ind:pre:2p; -procuriez procurer ver 12.77 27.97 0.01 0.07 ind:imp:2p; -procurions procurer ver 12.77 27.97 0.00 0.14 ind:imp:1p;sub:pre:1p; -procurât procurer ver 12.77 27.97 0.00 0.07 sub:imp:3s; -procurèrent procurer ver 12.77 27.97 0.00 0.14 ind:pas:3p; -procuré procurer ver m s 12.77 27.97 1.78 4.26 par:pas; -procurée procurer ver f s 12.77 27.97 0.03 0.41 par:pas; -procurées procurer ver f p 12.77 27.97 0.00 0.14 par:pas; -procurés procurer ver m p 12.77 27.97 0.08 0.07 par:pas; -prodigalité prodigalité nom f s 0.04 1.01 0.03 0.95 -prodigalités prodigalité nom f p 0.04 1.01 0.01 0.07 -prodige prodige nom m s 5.83 8.78 4.62 5.61 -prodiges prodige nom m p 5.83 8.78 1.21 3.18 -prodigieuse prodigieux adj f s 3.66 13.24 1.29 5.47 -prodigieusement prodigieusement adv 0.67 3.65 0.67 3.65 -prodigieuses prodigieux adj f p 3.66 13.24 0.17 1.22 -prodigieux prodigieux adj m 3.66 13.24 2.19 6.55 -prodigua prodiguer ver 0.89 11.42 0.02 0.41 ind:pas:3s; -prodiguaient prodiguer ver 0.89 11.42 0.00 0.81 ind:imp:3p; -prodiguais prodiguer ver 0.89 11.42 0.01 0.14 ind:imp:1s;ind:imp:2s; -prodiguait prodiguer ver 0.89 11.42 0.01 1.82 ind:imp:3s; -prodiguant prodiguer ver 0.89 11.42 0.06 0.47 par:pre; -prodigue prodigue adj s 1.90 3.65 1.88 3.04 -prodiguent prodiguer ver 0.89 11.42 0.00 0.61 ind:pre:3p; -prodiguer prodiguer ver 0.89 11.42 0.09 1.76 inf; -prodiguera prodiguer ver 0.89 11.42 0.01 0.07 ind:fut:3s; -prodiguerais prodiguer ver 0.89 11.42 0.00 0.07 cnd:pre:2s; -prodigueras prodiguer ver 0.89 11.42 0.01 0.00 ind:fut:2s; -prodigueront prodiguer ver 0.89 11.42 0.00 0.07 ind:fut:3p; -prodigues prodiguer ver 0.89 11.42 0.04 0.07 ind:pre:2s; -prodiguions prodiguer ver 0.89 11.42 0.14 0.07 ind:imp:1p; -prodiguèrent prodiguer ver 0.89 11.42 0.00 0.27 ind:pas:3p; -prodigué prodiguer ver m s 0.89 11.42 0.31 1.49 par:pas; -prodiguée prodiguer ver f s 0.89 11.42 0.01 0.20 par:pas; -prodiguées prodiguer ver f p 0.89 11.42 0.11 0.81 par:pas; -prodigués prodiguer ver m p 0.89 11.42 0.03 0.88 par:pas; -prodrome prodrome nom m s 0.00 0.47 0.00 0.07 -prodromes prodrome nom m p 0.00 0.47 0.00 0.41 -producteur producteur nom m s 12.82 5.74 9.01 3.45 -producteurs producteur nom m p 12.82 5.74 3.19 2.03 -productif productif adj m s 1.66 0.81 0.89 0.34 -productifs productif adj m p 1.66 0.81 0.14 0.27 -production production nom f s 18.73 14.59 17.10 12.30 -productions production nom f p 18.73 14.59 1.63 2.30 -productive productif adj f s 1.66 0.81 0.46 0.07 -productives productif adj f p 1.66 0.81 0.17 0.14 -productivité productivité nom f s 0.75 0.34 0.75 0.34 -productrice producteur nom f s 12.82 5.74 0.63 0.27 -productrices producteur adj f p 1.34 1.01 0.07 0.07 -produira produire ver 49.81 68.92 1.71 0.61 ind:fut:3s; -produiraient produire ver 49.81 68.92 0.12 0.27 cnd:pre:3p; -produirais produire ver 49.81 68.92 0.05 0.00 cnd:pre:1s; -produirait produire ver 49.81 68.92 0.49 1.49 cnd:pre:3s; -produiras produire ver 49.81 68.92 0.00 0.07 ind:fut:2s; -produire produire ver 49.81 68.92 11.84 16.76 inf; -produirez produire ver 49.81 68.92 0.03 0.00 ind:fut:2p; -produiriez produire ver 49.81 68.92 0.01 0.00 cnd:pre:2p; -produirons produire ver 49.81 68.92 0.06 0.00 ind:fut:1p; -produiront produire ver 49.81 68.92 0.22 0.07 ind:fut:3p; -produis produire ver 49.81 68.92 1.05 0.34 imp:pre:2s;ind:pre:1s;ind:pre:2s; -produisît produire ver 49.81 68.92 0.01 0.61 sub:imp:3s; -produisaient produire ver 49.81 68.92 0.09 1.69 ind:imp:3p; -produisais produire ver 49.81 68.92 0.07 0.07 ind:imp:1s;ind:imp:2s; -produisait produire ver 49.81 68.92 1.50 6.28 ind:imp:3s; -produisant produire ver 49.81 68.92 0.53 2.03 par:pre; -produise produire ver 49.81 68.92 2.15 1.08 sub:pre:1s;sub:pre:3s; -produisent produire ver 49.81 68.92 3.91 2.70 ind:pre:3p; -produises produire ver 49.81 68.92 0.01 0.00 sub:pre:2s; -produisez produire ver 49.81 68.92 0.27 0.07 imp:pre:2p;ind:pre:2p; -produisions produire ver 49.81 68.92 0.02 0.00 ind:imp:1p; -produisirent produire ver 49.81 68.92 0.01 0.27 ind:pas:3p; -produisis produire ver 49.81 68.92 0.00 0.07 ind:pas:1s; -produisit produire ver 49.81 68.92 0.74 5.88 ind:pas:3s; -produisons produire ver 49.81 68.92 0.84 0.07 imp:pre:1p;ind:pre:1p; -produit produire ver m s 49.81 68.92 20.16 22.57 ind:pre:3s;par:pas; -produite produire ver f s 49.81 68.92 1.34 3.31 par:pas; -produites produire ver f p 49.81 68.92 0.82 0.47 par:pas; -produits produit nom m p 28.80 23.99 14.17 11.28 -prof prof nom s 37.82 20.20 30.36 15.07 -profana profaner ver 3.12 2.50 0.23 0.07 ind:pas:3s; -profanaient profaner ver 3.12 2.50 0.00 0.07 ind:imp:3p; -profanait profaner ver 3.12 2.50 0.00 0.14 ind:imp:3s; -profanant profaner ver 3.12 2.50 0.01 0.14 par:pre; -profanateur profanateur nom m s 0.28 0.14 0.07 0.14 -profanateurs profanateur nom m p 0.28 0.14 0.21 0.00 -profanation profanation nom f s 1.21 1.08 1.04 0.95 -profanations profanation nom f p 1.21 1.08 0.16 0.14 -profanatoire profanatoire adj f s 0.00 0.07 0.00 0.07 -profane profane adj s 1.11 2.84 0.88 1.89 -profanent profaner ver 3.12 2.50 0.40 0.00 ind:pre:3p; -profaner profaner ver 3.12 2.50 0.70 0.41 inf; -profanera profaner ver 3.12 2.50 0.12 0.07 ind:fut:3s; -profanes profane adj p 1.11 2.84 0.23 0.95 -profanez profaner ver 3.12 2.50 0.15 0.07 imp:pre:2p;ind:pre:2p; -profanèrent profaner ver 3.12 2.50 0.00 0.07 ind:pas:3p; -profané profaner ver m s 3.12 2.50 0.89 0.47 par:pas; -profanée profaner ver f s 3.12 2.50 0.19 0.47 par:pas; -profanées profaner ver f p 3.12 2.50 0.11 0.20 par:pas; -profanés profaner ver m p 3.12 2.50 0.01 0.14 par:pas; -professa professer ver 0.47 3.51 0.00 0.07 ind:pas:3s; -professaient professer ver 0.47 3.51 0.00 0.34 ind:imp:3p; -professait professer ver 0.47 3.51 0.00 1.42 ind:imp:3s; -professant professer ver 0.47 3.51 0.00 0.20 par:pre; -professe professer ver 0.47 3.51 0.22 0.41 ind:pre:1s;ind:pre:3s; -professent professer ver 0.47 3.51 0.00 0.20 ind:pre:3p; -professer professer ver 0.47 3.51 0.11 0.07 inf; -professeur professeur nom s 98.55 63.92 90.02 49.53 -professeure professeur nom f s 98.55 63.92 0.17 0.00 -professeurs professeur nom p 98.55 63.92 8.35 14.39 -professiez professer ver 0.47 3.51 0.01 0.07 ind:imp:2p; -profession profession nom f s 9.93 15.81 9.46 13.99 -professionnalisme professionnalisme nom m s 1.03 0.34 1.03 0.34 -professionnel professionnel adj m s 23.09 20.61 11.75 7.23 -professionnelle professionnel adj f s 23.09 20.61 7.13 6.96 -professionnellement professionnellement adv 1.13 0.74 1.13 0.74 -professionnelles professionnel adj f p 23.09 20.61 1.24 3.51 -professionnels professionnel nom m p 12.91 6.82 4.29 3.24 -professions profession nom f p 9.93 15.81 0.46 1.82 -professons professer ver 0.47 3.51 0.00 0.07 ind:pre:1p; -professoral professoral adj m s 0.06 0.41 0.06 0.41 -professorat professorat nom m s 0.02 0.34 0.02 0.34 -professé professer ver m s 0.47 3.51 0.12 0.27 par:pas; -professées professer ver f p 0.47 3.51 0.00 0.20 par:pas; -profil profil nom m s 14.44 29.12 13.38 26.69 -profila profiler ver 1.67 6.62 0.00 0.68 ind:pas:3s; -profilage profilage nom m s 0.12 0.07 0.12 0.07 -profilaient profiler ver 1.67 6.62 0.00 0.74 ind:imp:3p; -profilait profiler ver 1.67 6.62 0.02 0.88 ind:imp:3s; -profilant profiler ver 1.67 6.62 0.00 0.61 par:pre; -profile profiler ver 1.67 6.62 1.16 1.08 imp:pre:2s;ind:pre:1s;ind:pre:3s; -profilent profiler ver 1.67 6.62 0.04 0.61 ind:pre:3p; -profiler profiler ver 1.67 6.62 0.35 1.15 inf; -profileur profileur nom m s 0.13 0.00 0.11 0.00 -profileuse profileur nom f s 0.13 0.00 0.01 0.00 -profils profil nom m p 14.44 29.12 1.06 2.43 -profilèrent profiler ver 1.67 6.62 0.00 0.07 ind:pas:3p; -profilé profiler ver m s 1.67 6.62 0.06 0.07 par:pas; -profilée profiler ver f s 1.67 6.62 0.02 0.47 par:pas; -profilées profiler ver f p 1.67 6.62 0.00 0.20 par:pas; -profilés profiler ver m p 1.67 6.62 0.02 0.07 par:pas; -profit profit nom m s 14.29 25.00 12.26 22.77 -profita profiter ver 67.20 91.22 0.13 7.84 ind:pas:3s; -profitabilité profitabilité nom f s 0.01 0.00 0.01 0.00 -profitable profitable adj s 1.64 1.96 1.32 1.42 -profitables profitable adj p 1.64 1.96 0.32 0.54 -profitai profiter ver 67.20 91.22 0.01 1.35 ind:pas:1s; -profitaient profiter ver 67.20 91.22 0.09 3.04 ind:imp:3p; -profitais profiter ver 67.20 91.22 0.60 1.28 ind:imp:1s;ind:imp:2s; -profitait profiter ver 67.20 91.22 0.52 5.95 ind:imp:3s; -profitant profiter ver 67.20 91.22 0.59 10.20 par:pre; -profite profiter ver 67.20 91.22 13.06 12.91 imp:pre:2s;ind:pre:1s;ind:pre:3s; -profitent profiter ver 67.20 91.22 1.67 3.24 ind:pre:3p; -profiter profiter ver 67.20 91.22 22.50 25.14 inf; -profitera profiter ver 67.20 91.22 0.76 0.74 ind:fut:3s; -profiterai profiter ver 67.20 91.22 1.00 0.47 ind:fut:1s; -profiteraient profiter ver 67.20 91.22 0.05 0.47 cnd:pre:3p; -profiterais profiter ver 67.20 91.22 0.31 0.27 cnd:pre:1s;cnd:pre:2s; -profiterait profiter ver 67.20 91.22 0.27 1.22 cnd:pre:3s; -profiteras profiter ver 67.20 91.22 0.23 0.07 ind:fut:2s; -profiterez profiter ver 67.20 91.22 0.18 0.07 ind:fut:2p; -profiteriez profiter ver 67.20 91.22 0.04 0.00 cnd:pre:2p; -profiterole profiterole nom f s 0.06 0.07 0.00 0.07 -profiteroles profiterole nom f p 0.06 0.07 0.06 0.00 -profiterons profiter ver 67.20 91.22 0.54 0.14 ind:fut:1p; -profiteront profiter ver 67.20 91.22 0.27 0.14 ind:fut:3p; -profites profiter ver 67.20 91.22 6.34 0.61 ind:pre:2s;sub:pre:2s; -profiteur profiteur nom m s 1.00 1.35 0.50 0.54 -profiteurs profiteur nom m p 1.00 1.35 0.47 0.74 -profiteuse profiteur nom f s 1.00 1.35 0.03 0.07 -profitez profiter ver 67.20 91.22 8.51 1.49 imp:pre:2p;ind:pre:2p; -profitiez profiter ver 67.20 91.22 0.19 0.07 ind:imp:2p; -profitions profiter ver 67.20 91.22 0.04 0.47 ind:imp:1p; -profitâmes profiter ver 67.20 91.22 0.00 0.14 ind:pas:1p; -profitons profiter ver 67.20 91.22 2.41 0.41 imp:pre:1p;ind:pre:1p; -profitât profiter ver 67.20 91.22 0.00 0.34 sub:imp:3s; -profits profit nom m p 14.29 25.00 2.04 2.23 -profitèrent profiter ver 67.20 91.22 0.00 0.95 ind:pas:3p; -profité profiter ver m s 67.20 91.22 6.89 12.16 par:pas; -profitée profiter ver f s 67.20 91.22 0.00 0.07 par:pas; -profond profond adj m s 42.41 105.74 24.72 47.77 -profonde profond adj f s 42.41 105.74 11.71 37.97 -profondes profond adj f p 42.41 105.74 3.80 11.55 -profondeur profondeur nom f s 13.30 32.64 8.84 17.84 -profondeurs profondeur nom f p 13.30 32.64 4.46 14.80 -profonds profond adj m p 42.41 105.74 2.19 8.45 -profondément profondément adv 19.00 34.59 19.00 34.59 -profs prof nom p 37.82 20.20 7.46 5.14 -profère proférer ver 0.88 8.24 0.22 1.01 ind:pre:3s; -profèrent proférer ver 0.88 8.24 0.01 0.14 ind:pre:3p; -proféra proférer ver 0.88 8.24 0.02 1.62 ind:pas:3s; -proféraient proférer ver 0.88 8.24 0.00 0.07 ind:imp:3p; -proférait proférer ver 0.88 8.24 0.01 0.95 ind:imp:3s; -proférant proférer ver 0.88 8.24 0.05 0.54 par:pre; -proférations profération nom f p 0.00 0.07 0.00 0.07 -proférer proférer ver 0.88 8.24 0.36 1.89 inf; -proféreraient proférer ver 0.88 8.24 0.00 0.07 cnd:pre:3p; -proférez proférer ver 0.88 8.24 0.02 0.00 ind:pre:2p; -proférions proférer ver 0.88 8.24 0.00 0.07 ind:imp:1p; -proférât proférer ver 0.88 8.24 0.00 0.07 sub:imp:3s; -proféré proférer ver m s 0.88 8.24 0.16 0.88 par:pas; -proférée proférer ver f s 0.88 8.24 0.02 0.34 par:pas; -proférées proférer ver f p 0.88 8.24 0.01 0.27 par:pas; -proférés proférer ver m p 0.88 8.24 0.00 0.34 par:pas; -profus profus adj m s 0.01 0.47 0.00 0.14 -profuse profus adj f s 0.01 0.47 0.01 0.27 -profuses profus adj f p 0.01 0.47 0.00 0.07 -profusion profusion nom f s 0.24 4.73 0.24 4.66 -profusions profusion nom f p 0.24 4.73 0.00 0.07 -progestérone progestérone nom f s 0.07 0.07 0.07 0.07 -prognathe prognathe adj s 0.00 0.47 0.00 0.47 -prognathisme prognathisme nom m s 0.01 0.00 0.01 0.00 -programma programmer ver 7.14 2.30 0.01 0.14 ind:pas:3s; -programmable programmable adj f s 0.06 0.00 0.04 0.00 -programmables programmable adj p 0.06 0.00 0.01 0.00 -programmaient programmer ver 7.14 2.30 0.01 0.07 ind:imp:3p; -programmait programmer ver 7.14 2.30 0.01 0.14 ind:imp:3s; -programmateur programmateur nom m s 0.19 0.14 0.04 0.07 -programmateurs programmateur nom m p 0.19 0.14 0.14 0.07 -programmation programmation nom f s 1.09 0.41 1.09 0.41 -programmatrice programmateur adj f s 0.14 0.00 0.10 0.00 -programme programme nom m s 49.11 26.49 44.16 21.89 -programment programmer ver 7.14 2.30 0.06 0.14 ind:pre:3p; -programmer programmer ver 7.14 2.30 1.36 0.14 inf; -programmerai programmer ver 7.14 2.30 0.04 0.00 ind:fut:1s; -programmes programme nom m p 49.11 26.49 4.95 4.59 -programmeur programmeur nom m s 0.64 0.00 0.38 0.00 -programmeurs programmeur nom m p 0.64 0.00 0.21 0.00 -programmeuse programmeur nom f s 0.64 0.00 0.05 0.00 -programmez programmer ver 7.14 2.30 0.33 0.07 imp:pre:2p;ind:pre:2p; -programmons programmer ver 7.14 2.30 0.01 0.00 imp:pre:1p; -programmé programmer ver m s 7.14 2.30 3.10 0.68 par:pas; -programmée programmer ver f s 7.14 2.30 0.78 0.27 par:pas; -programmées programmer ver f p 7.14 2.30 0.32 0.27 par:pas; -programmés programmer ver m p 7.14 2.30 0.45 0.27 par:pas; -progressa progresser ver 9.92 15.81 0.01 0.47 ind:pas:3s; -progressai progresser ver 9.92 15.81 0.00 0.14 ind:pas:1s; -progressaient progresser ver 9.92 15.81 0.01 0.95 ind:imp:3p; -progressais progresser ver 9.92 15.81 0.13 0.27 ind:imp:1s; -progressait progresser ver 9.92 15.81 0.22 2.91 ind:imp:3s; -progressant progresser ver 9.92 15.81 0.04 1.82 par:pre; -progresse progresser ver 9.92 15.81 3.74 2.91 imp:pre:2s;ind:pre:1s;ind:pre:3s; -progressent progresser ver 9.92 15.81 0.52 1.08 ind:pre:3p; -progresser progresser ver 9.92 15.81 2.23 3.04 inf; -progressera progresser ver 9.92 15.81 0.22 0.00 ind:fut:3s; -progresseraient progresser ver 9.92 15.81 0.00 0.07 cnd:pre:3p; -progresserais progresser ver 9.92 15.81 0.02 0.14 cnd:pre:1s;cnd:pre:2s; -progresserait progresser ver 9.92 15.81 0.01 0.07 cnd:pre:3s; -progresserez progresser ver 9.92 15.81 0.04 0.00 ind:fut:2p; -progresserons progresser ver 9.92 15.81 0.16 0.00 ind:fut:1p; -progresseront progresser ver 9.92 15.81 0.03 0.07 ind:fut:3p; -progresses progresser ver 9.92 15.81 0.63 0.00 ind:pre:2s; -progressez progresser ver 9.92 15.81 0.36 0.00 imp:pre:2p;ind:pre:2p; -progressif progressif adj m s 1.01 5.27 0.42 2.09 -progression progression nom f s 1.73 6.62 1.61 6.62 -progressions progression nom f p 1.73 6.62 0.13 0.00 -progressisme progressisme nom m s 0.01 0.34 0.01 0.34 -progressiste progressiste adj s 1.08 1.08 0.81 0.68 -progressistes progressiste adj p 1.08 1.08 0.28 0.41 -progressive progressif adj f s 1.01 5.27 0.57 2.97 -progressivement progressivement adv 1.44 8.24 1.44 8.24 -progressives progressif adj f p 1.01 5.27 0.02 0.20 -progressons progresser ver 9.92 15.81 0.55 0.27 imp:pre:1p;ind:pre:1p; -progressèrent progresser ver 9.92 15.81 0.00 0.07 ind:pas:3p; -progressé progresser ver m s 9.92 15.81 0.98 1.15 par:pas; -progressée progresser ver f s 9.92 15.81 0.01 0.00 par:pas; -progrès progrès nom m 18.52 29.73 18.52 29.73 -progéniteur progéniteur nom m s 0.00 0.07 0.00 0.07 -progéniture progéniture nom f s 1.64 2.64 1.60 2.57 -progénitures progéniture nom f p 1.64 2.64 0.04 0.07 -prohibait prohiber ver 0.41 1.01 0.01 0.27 ind:imp:3s; -prohibe prohiber ver 0.41 1.01 0.02 0.14 ind:pre:3s; -prohibent prohiber ver 0.41 1.01 0.01 0.00 ind:pre:3p; -prohibition prohibition nom f s 0.79 0.54 0.79 0.54 -prohibitive prohibitif adj f s 0.02 0.00 0.02 0.00 -prohibé prohiber ver m s 0.41 1.01 0.19 0.27 par:pas; -prohibée prohibé adj f s 0.41 0.61 0.18 0.20 -prohibées prohibé adj f p 0.41 0.61 0.04 0.07 -prohibés prohibé adj m p 0.41 0.61 0.15 0.07 -proie proie nom f s 10.61 32.50 9.19 29.59 -proies proie nom f p 10.61 32.50 1.42 2.91 -projecteur projecteur nom m s 5.02 12.91 3.09 5.14 -projecteurs projecteur nom m p 5.02 12.91 1.93 7.77 -projectif projectif adj m s 0.01 0.00 0.01 0.00 -projectile projectile nom m s 1.40 4.46 0.82 1.69 -projectiles projectile nom m p 1.40 4.46 0.58 2.77 -projection projection nom f s 4.66 6.69 3.75 5.41 -projectionniste projectionniste nom s 0.52 0.14 0.50 0.14 -projectionnistes projectionniste nom p 0.52 0.14 0.02 0.00 -projections projection nom f p 4.66 6.69 0.91 1.28 -projet projet nom m s 69.59 70.00 44.18 39.86 -projeta projeter ver 9.75 32.77 0.03 1.28 ind:pas:3s; -projetai projeter ver 9.75 32.77 0.00 0.41 ind:pas:1s; -projetaient projeter ver 9.75 32.77 0.19 1.76 ind:imp:3p; -projetais projeter ver 9.75 32.77 0.24 0.74 ind:imp:1s;ind:imp:2s; -projetait projeter ver 9.75 32.77 0.00 6.69 ind:imp:3s; -projetant projeter ver 9.75 32.77 0.25 2.16 par:pre; -projeter projeter ver 9.75 32.77 1.59 3.11 inf; -projetez projeter ver 9.75 32.77 0.28 0.00 imp:pre:2p;ind:pre:2p; -projetiez projeter ver 9.75 32.77 0.05 0.00 ind:imp:2p; -projetions projeter ver 9.75 32.77 0.05 0.20 ind:imp:1p; -projetâmes projeter ver 9.75 32.77 0.01 0.07 ind:pas:1p; -projetons projeter ver 9.75 32.77 0.38 0.07 imp:pre:1p;ind:pre:1p; -projetât projeter ver 9.75 32.77 0.00 0.14 sub:imp:3s; -projets projet nom m p 69.59 70.00 25.41 30.14 -projette projeter ver 9.75 32.77 2.34 4.73 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -projettent projeter ver 9.75 32.77 0.39 0.81 ind:pre:3p; -projettera projeter ver 9.75 32.77 0.05 0.07 ind:fut:3s; -projetterait projeter ver 9.75 32.77 0.00 0.07 cnd:pre:3s; -projetteriez projeter ver 9.75 32.77 0.00 0.07 cnd:pre:2p; -projetterons projeter ver 9.75 32.77 0.02 0.00 ind:fut:1p; -projettes projeter ver 9.75 32.77 0.33 0.00 ind:pre:2s; -projetèrent projeter ver 9.75 32.77 0.01 0.07 ind:pas:3p; -projeté projeter ver m s 9.75 32.77 2.31 5.54 par:pas; -projetée projeter ver f s 9.75 32.77 0.47 2.57 par:pas; -projetées projeter ver f p 9.75 32.77 0.14 0.41 par:pas; -projetés projeter ver m p 9.75 32.77 0.62 1.82 par:pas; -projo projo nom m s 0.66 0.14 0.36 0.00 -projos projo nom m p 0.66 0.14 0.30 0.14 -prolapsus prolapsus nom m 0.15 0.00 0.15 0.00 -prolifique prolifique adj s 0.20 1.62 0.17 0.95 -prolifiques prolifique adj p 0.20 1.62 0.03 0.68 -prolifère proliférer ver 0.73 2.09 0.16 0.61 ind:pre:1s;ind:pre:3s; -prolifèrent proliférer ver 0.73 2.09 0.21 0.27 ind:pre:3p; -proliféraient proliférer ver 0.73 2.09 0.00 0.27 ind:imp:3p; -proliférait proliférer ver 0.73 2.09 0.01 0.14 ind:imp:3s; -proliférant proliférer ver 0.73 2.09 0.01 0.00 par:pre; -proliférante proliférant adj f s 0.00 0.54 0.00 0.14 -proliférantes proliférant adj f p 0.00 0.54 0.00 0.27 -proliférants proliférant adj m p 0.00 0.54 0.00 0.07 -prolifération prolifération nom f s 0.37 1.08 0.37 1.08 -proliférer proliférer ver 0.73 2.09 0.30 0.54 inf; -proliférera proliférer ver 0.73 2.09 0.01 0.00 ind:fut:3s; -proliféré proliférer ver m s 0.73 2.09 0.03 0.27 par:pas; -proline proline nom f s 0.03 0.00 0.03 0.00 -prolixe prolixe adj s 0.18 1.62 0.18 1.28 -prolixes prolixe adj p 0.18 1.62 0.00 0.34 -prolixité prolixité nom f s 0.00 0.20 0.00 0.20 -prolo prolo nom s 0.90 3.04 0.58 1.35 -prologue prologue nom m s 1.38 1.42 1.38 1.42 -prolongateur prolongateur nom m s 0.01 0.00 0.01 0.00 -prolongation prolongation nom f s 0.97 0.81 0.74 0.54 -prolongations prolongation nom f p 0.97 0.81 0.23 0.27 -prolonge prolonger ver 5.27 35.00 0.99 4.86 imp:pre:2s;ind:pre:1s;ind:pre:3s; -prolongea prolonger ver 5.27 35.00 0.13 1.89 ind:pas:3s; -prolongeaient prolonger ver 5.27 35.00 0.00 2.09 ind:imp:3p; -prolongeais prolonger ver 5.27 35.00 0.00 0.27 ind:imp:1s; -prolongeait prolonger ver 5.27 35.00 0.11 4.46 ind:imp:3s; -prolongeant prolonger ver 5.27 35.00 0.16 2.57 par:pre; -prolongement prolongement nom m s 0.36 4.66 0.35 3.65 -prolongements prolongement nom m p 0.36 4.66 0.01 1.01 -prolongent prolonger ver 5.27 35.00 0.19 0.95 ind:pre:3p; -prolongeât prolonger ver 5.27 35.00 0.00 0.34 sub:imp:3s; -prolonger prolonger ver 5.27 35.00 2.42 9.39 inf; -prolongera prolonger ver 5.27 35.00 0.11 0.14 ind:fut:3s; -prolongeraient prolonger ver 5.27 35.00 0.00 0.27 cnd:pre:3p; -prolongerait prolonger ver 5.27 35.00 0.00 0.74 cnd:pre:3s; -prolongerons prolonger ver 5.27 35.00 0.01 0.07 ind:fut:1p; -prolonges prolonger ver 5.27 35.00 0.04 0.07 ind:pre:2s; -prolongez prolonger ver 5.27 35.00 0.00 0.07 ind:pre:2p; -prolongèrent prolonger ver 5.27 35.00 0.01 0.41 ind:pas:3p; -prolongé prolonger ver m s 5.27 35.00 0.41 2.97 par:pas; -prolongée prolongé adj f s 1.14 6.49 0.59 2.23 -prolongées prolongé adj f p 1.14 6.49 0.06 0.74 -prolongés prolongé adj m p 1.14 6.49 0.17 0.81 -prolos prolo nom p 0.90 3.04 0.32 1.69 -prolégomènes prolégomènes nom m p 0.00 0.68 0.00 0.68 -prolétaire prolétaire nom s 1.79 3.78 0.83 1.35 -prolétaires prolétaire nom p 1.79 3.78 0.96 2.43 -prolétariat prolétariat nom m s 1.12 3.65 1.12 3.58 -prolétariats prolétariat nom m p 1.12 3.65 0.00 0.07 -prolétarien prolétarien adj m s 0.56 2.36 0.14 0.47 -prolétarienne prolétarien adj f s 0.56 2.36 0.42 1.55 -prolétariennes prolétarien adj f p 0.56 2.36 0.00 0.20 -prolétariens prolétarien adj m p 0.56 2.36 0.00 0.14 -prolétarisation prolétarisation nom f s 0.00 0.14 0.00 0.14 -prolétariser prolétariser ver 0.00 0.14 0.00 0.14 inf; -promîmes promettre ver 185.26 101.42 0.01 0.07 ind:pas:1p; -promît promettre ver 185.26 101.42 0.00 0.14 sub:imp:3s; -promazine promazine nom f s 0.01 0.00 0.01 0.00 -promena promener ver 37.80 97.77 0.01 4.26 ind:pas:3s; -promenade promenade nom f s 15.34 58.11 13.45 42.43 -promenades promenade nom f p 15.34 58.11 1.88 15.68 -promenai promener ver 37.80 97.77 0.01 1.42 ind:pas:1s; -promenaient promener ver 37.80 97.77 0.23 5.68 ind:imp:3p; -promenais promener ver 37.80 97.77 1.84 2.84 ind:imp:1s;ind:imp:2s; -promenait promener ver 37.80 97.77 1.33 12.50 ind:imp:3s; -promenant promener ver 37.80 97.77 0.68 6.82 par:pre; -promener promener ver 37.80 97.77 20.02 32.43 inf;;inf;;inf;; -promeneur promeneur nom m s 0.57 8.92 0.22 2.77 -promeneurs promeneur nom m p 0.57 8.92 0.33 5.47 -promeneuse promeneur nom f s 0.57 8.92 0.02 0.27 -promeneuses promeneur nom f p 0.57 8.92 0.00 0.41 -promenez promener ver 37.80 97.77 0.91 0.61 imp:pre:2p;ind:pre:2p; -promeniez promener ver 37.80 97.77 0.03 0.20 ind:imp:2p; -promenions promener ver 37.80 97.77 0.21 1.89 ind:imp:1p; -promenoir promenoir nom m s 0.00 0.54 0.00 0.54 -promenâmes promener ver 37.80 97.77 0.01 0.20 ind:pas:1p; -promenons promener ver 37.80 97.77 0.15 0.74 imp:pre:1p;ind:pre:1p; -promenât promener ver 37.80 97.77 0.00 0.07 sub:imp:3s; -promenèrent promener ver 37.80 97.77 0.00 1.35 ind:pas:3p; -promené promener ver m s 37.80 97.77 0.85 4.26 par:pas; -promenée promener ver f s 37.80 97.77 0.39 2.09 par:pas; -promenées promener ver f p 37.80 97.77 0.02 0.34 par:pas; -promenés promener ver m p 37.80 97.77 0.75 2.57 par:pas; -promesse promesse nom f s 32.20 40.20 20.45 21.76 -promesses promesse nom f p 32.20 40.20 11.75 18.45 -promet promettre ver 185.26 101.42 8.16 6.35 ind:pre:3s; -promets promettre ver 185.26 101.42 68.81 12.30 imp:pre:2s;ind:pre:1s;ind:pre:2s; -promettaient promettre ver 185.26 101.42 0.17 1.82 ind:imp:3p; -promettais promettre ver 185.26 101.42 0.39 1.69 ind:imp:1s;ind:imp:2s; -promettait promettre ver 185.26 101.42 0.82 8.72 ind:imp:3s; -promettant promettre ver 185.26 101.42 0.77 3.38 par:pre; -promette promettre ver 185.26 101.42 0.67 0.34 sub:pre:1s;sub:pre:3s; -promettent promettre ver 185.26 101.42 0.77 1.28 ind:pre:3p; -promettes promettre ver 185.26 101.42 0.67 0.07 sub:pre:2s; -prometteur prometteur adj m s 3.96 2.57 2.75 1.15 -prometteurs prometteur adj m p 3.96 2.57 0.29 0.61 -prometteuse prometteur adj f s 3.96 2.57 0.76 0.54 -prometteuses prometteur adj f p 3.96 2.57 0.16 0.27 -promettez promettre ver 185.26 101.42 7.25 1.42 imp:pre:2p;ind:pre:2p; -promettiez promettre ver 185.26 101.42 0.19 0.14 ind:imp:2p; -promettons promettre ver 185.26 101.42 0.76 0.20 imp:pre:1p;ind:pre:1p; -promettra promettre ver 185.26 101.42 0.03 0.00 ind:fut:3s; -promettrai promettre ver 185.26 101.42 0.28 0.00 ind:fut:1s; -promettraient promettre ver 185.26 101.42 0.00 0.07 cnd:pre:3p; -promettrais promettre ver 185.26 101.42 0.03 0.07 cnd:pre:1s;cnd:pre:2s; -promettrait promettre ver 185.26 101.42 0.00 0.14 cnd:pre:3s; -promettras promettre ver 185.26 101.42 0.00 0.07 ind:fut:2s; -promettre promettre ver 185.26 101.42 10.05 7.16 inf; -promettriez promettre ver 185.26 101.42 0.01 0.00 cnd:pre:2p; -promettront promettre ver 185.26 101.42 0.01 0.14 ind:fut:3p; -promeut promouvoir ver 6.08 3.11 0.04 0.00 ind:pre:3s; -promirent promettre ver 185.26 101.42 0.01 0.34 ind:pas:3p; -promis promettre ver m 185.26 101.42 82.83 42.43 ind:pas:1s;ind:pas:2s;par:pas;par:pas;par:pas; -promiscuité promiscuité nom f s 0.57 4.26 0.57 3.85 -promiscuités promiscuité nom f p 0.57 4.26 0.00 0.41 -promise promis adj f s 10.21 6.62 2.26 4.12 -promises promettre ver f p 185.26 101.42 0.34 0.81 par:pas; -promit promettre ver 185.26 101.42 0.52 10.61 ind:pas:3s; -promo promo nom f s 4.86 0.34 4.74 0.34 -promontoire promontoire nom m s 0.18 3.24 0.18 2.77 -promontoires promontoire nom m p 0.18 3.24 0.00 0.47 -promos promo nom f p 4.86 0.34 0.12 0.00 -promoteur promoteur nom m s 1.41 1.82 1.12 0.81 -promoteurs promoteur nom m p 1.41 1.82 0.28 1.01 -promotion promotion nom f s 14.81 7.64 14.12 6.55 -promotionnait promotionner ver 0.00 0.07 0.00 0.07 ind:imp:3s; -promotionnel promotionnel adj m s 0.23 0.14 0.10 0.07 -promotionnelle promotionnel adj f s 0.23 0.14 0.08 0.00 -promotionnelles promotionnel adj f p 0.23 0.14 0.05 0.07 -promotions promotion nom f p 14.81 7.64 0.70 1.08 -promotrice promoteur nom f s 1.41 1.82 0.01 0.00 -promouvaient promouvoir ver 6.08 3.11 0.01 0.07 ind:imp:3p; -promouvez promouvoir ver 6.08 3.11 0.01 0.00 ind:pre:2p; -promouvoir promouvoir ver 6.08 3.11 1.56 0.74 inf; -prompt prompt adj m s 2.06 8.65 1.70 3.72 -prompte prompt adj f s 2.06 8.65 0.22 2.57 -promptement promptement adv 0.35 2.70 0.35 2.70 -promptes prompt adj f p 2.06 8.65 0.03 0.61 -prompteur prompteur nom m s 0.24 0.07 0.21 0.00 -prompteurs prompteur nom m p 0.24 0.07 0.03 0.07 -promptitude promptitude nom f s 0.21 2.23 0.21 2.23 -prompto prompto adv 0.00 0.07 0.00 0.07 -prompts prompt adj m p 2.06 8.65 0.12 1.76 -promène promener ver 37.80 97.77 6.97 11.55 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -promènent promener ver 37.80 97.77 1.58 3.11 ind:pre:3p; -promènera promener ver 37.80 97.77 0.30 0.14 ind:fut:3s; -promènerai promener ver 37.80 97.77 0.06 0.81 ind:fut:1s; -promèneraient promener ver 37.80 97.77 0.12 0.20 cnd:pre:3p; -promènerais promener ver 37.80 97.77 0.01 0.27 cnd:pre:1s; -promènerait promener ver 37.80 97.77 0.16 0.34 cnd:pre:3s; -promèneras promener ver 37.80 97.77 0.03 0.14 ind:fut:2s; -promènerez promener ver 37.80 97.77 0.04 0.07 ind:fut:2p; -promènerions promener ver 37.80 97.77 0.00 0.07 cnd:pre:1p; -promènerons promener ver 37.80 97.77 0.01 0.14 ind:fut:1p; -promènes promener ver 37.80 97.77 1.08 0.68 ind:pre:2s; -promu promouvoir ver m s 6.08 3.11 3.56 1.62 par:pas; -promue promouvoir ver f s 6.08 3.11 0.65 0.34 par:pas; -promues promouvoir ver f p 6.08 3.11 0.00 0.07 par:pas; -promulgation promulgation nom f s 0.04 0.34 0.04 0.34 -promulguait promulguer ver 0.24 1.82 0.00 0.20 ind:imp:3s; -promulguant promulguer ver 0.24 1.82 0.10 0.07 par:pre; -promulguer promulguer ver 0.24 1.82 0.06 0.41 inf; -promulguera promulguer ver 0.24 1.82 0.00 0.07 ind:fut:3s; -promulgué promulguer ver m s 0.24 1.82 0.04 0.20 par:pas; -promulguée promulguer ver f s 0.24 1.82 0.01 0.34 par:pas; -promulguées promulguer ver f p 0.24 1.82 0.03 0.41 par:pas; -promulgués promulguer ver m p 0.24 1.82 0.00 0.14 par:pas; -promus promouvoir ver m p 6.08 3.11 0.23 0.20 ind:pas:1s;par:pas; -promut promouvoir ver 6.08 3.11 0.01 0.07 ind:pas:3s; -prométhéen prométhéen adj m s 0.04 0.00 0.03 0.00 -prométhéenne prométhéen adj f s 0.04 0.00 0.01 0.00 -pronateurs pronateur adj m p 0.01 0.00 0.01 0.00 -pronation pronation nom f s 0.04 0.14 0.04 0.14 -pronom pronom nom m s 0.22 0.74 0.12 0.68 -pronominal pronominal adj m s 0.00 0.20 0.00 0.07 -pronominale pronominal adj f s 0.00 0.20 0.00 0.07 -pronominaux pronominal adj m p 0.00 0.20 0.00 0.07 -pronoms pronom nom m p 0.22 0.74 0.10 0.07 -prononce prononcer ver 24.81 86.08 5.82 9.19 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -prononcent prononcer ver 24.81 86.08 0.51 0.74 ind:pre:3p; -prononcer prononcer ver 24.81 86.08 7.56 21.76 inf; -prononcera prononcer ver 24.81 86.08 0.10 0.54 ind:fut:3s; -prononcerai prononcer ver 24.81 86.08 0.20 0.00 ind:fut:1s; -prononceraient prononcer ver 24.81 86.08 0.00 0.14 cnd:pre:3p; -prononcerais prononcer ver 24.81 86.08 0.02 0.00 cnd:pre:1s;cnd:pre:2s; -prononcerait prononcer ver 24.81 86.08 0.03 0.47 cnd:pre:3s; -prononceras prononcer ver 24.81 86.08 0.03 0.00 ind:fut:2s; -prononcerez prononcer ver 24.81 86.08 0.02 0.14 ind:fut:2p; -prononceriez prononcer ver 24.81 86.08 0.00 0.07 cnd:pre:2p; -prononcerons prononcer ver 24.81 86.08 0.12 0.00 ind:fut:1p; -prononceront prononcer ver 24.81 86.08 0.02 0.14 ind:fut:3p; -prononces prononcer ver 24.81 86.08 0.85 0.00 ind:pre:2s; -prononcez prononcer ver 24.81 86.08 0.91 0.41 imp:pre:2p;ind:pre:2p; -prononciation prononciation nom f s 0.68 1.69 0.67 1.55 -prononciations prononciation nom f p 0.68 1.69 0.01 0.14 -prononciez prononcer ver 24.81 86.08 0.18 0.00 ind:imp:2p; -prononcions prononcer ver 24.81 86.08 0.04 0.14 ind:imp:1p; -prononcèrent prononcer ver 24.81 86.08 0.00 0.41 ind:pas:3p; -prononcé prononcer ver m s 24.81 86.08 4.99 16.69 par:pas; -prononcée prononcer ver f s 24.81 86.08 0.57 4.59 par:pas; -prononcées prononcer ver f p 24.81 86.08 0.18 1.69 par:pas; -prononcés prononcer ver m p 24.81 86.08 0.50 4.12 par:pas; -prononça prononcer ver 24.81 86.08 0.58 8.78 ind:pas:3s; -prononçable prononçable adj s 0.00 0.27 0.00 0.27 -prononçai prononcer ver 24.81 86.08 0.01 1.28 ind:pas:1s; -prononçaient prononcer ver 24.81 86.08 0.01 1.15 ind:imp:3p; -prononçais prononcer ver 24.81 86.08 0.05 0.47 ind:imp:1s; -prononçait prononcer ver 24.81 86.08 0.38 8.58 ind:imp:3s; -prononçant prononcer ver 24.81 86.08 0.95 3.85 par:pre; -prononças prononcer ver 24.81 86.08 0.10 0.00 ind:pas:2s; -prononçons prononcer ver 24.81 86.08 0.07 0.20 imp:pre:1p;ind:pre:1p; -prononçât prononcer ver 24.81 86.08 0.00 0.54 sub:imp:3s; -pronostic pronostic nom m s 1.78 2.70 0.90 1.01 -pronostics pronostic nom m p 1.78 2.70 0.89 1.69 -pronostiquait pronostiquer ver 0.12 0.47 0.01 0.20 ind:imp:3s; -pronostique pronostiquer ver 0.12 0.47 0.06 0.14 ind:pre:1s;ind:pre:3s; -pronostiquer pronostiquer ver 0.12 0.47 0.04 0.14 inf; -pronostiqueur pronostiqueur nom m s 0.06 0.00 0.06 0.00 -pronostiquiez pronostiquer ver 0.12 0.47 0.01 0.00 ind:imp:2p; -pronunciamiento pronunciamiento nom m s 0.00 0.14 0.00 0.14 -propagande propagande nom f s 4.98 10.07 4.98 9.86 -propagandes propagande nom f p 4.98 10.07 0.00 0.20 -propagandiste propagandiste nom s 0.02 0.54 0.01 0.20 -propagandistes propagandiste nom p 0.02 0.54 0.01 0.34 -propagateur propagateur nom m s 0.03 0.41 0.02 0.14 -propagateurs propagateur nom m p 0.03 0.41 0.01 0.27 -propagation propagation nom f s 0.59 0.95 0.59 0.88 -propagations propagation nom f p 0.59 0.95 0.00 0.07 -propage propager ver 6.42 6.01 1.98 0.81 ind:pre:1s;ind:pre:3s; -propagea propager ver 6.42 6.01 0.01 0.61 ind:pas:3s; -propageaient propager ver 6.42 6.01 0.00 0.61 ind:imp:3p; -propageait propager ver 6.42 6.01 0.20 1.01 ind:imp:3s; -propageant propager ver 6.42 6.01 0.08 0.27 par:pre; -propagent propager ver 6.42 6.01 0.30 0.68 ind:pre:3p; -propageât propager ver 6.42 6.01 0.00 0.07 sub:imp:3s; -propager propager ver 6.42 6.01 1.99 0.88 inf; -propagera propager ver 6.42 6.01 0.41 0.00 ind:fut:3s; -propageraient propager ver 6.42 6.01 0.00 0.07 cnd:pre:3p; -propagerait propager ver 6.42 6.01 0.08 0.00 cnd:pre:3s; -propagez propager ver 6.42 6.01 0.05 0.14 imp:pre:2p;ind:pre:2p; -propagèrent propager ver 6.42 6.01 0.01 0.20 ind:pas:3p; -propagé propager ver m s 6.42 6.01 0.96 0.34 par:pas; -propagée propager ver f s 6.42 6.01 0.30 0.14 par:pas; -propagées propager ver f p 6.42 6.01 0.02 0.14 par:pas; -propagés propager ver m p 6.42 6.01 0.02 0.07 par:pas; -propane propane nom m s 0.39 0.00 0.39 0.00 -propension propension nom f s 0.41 1.96 0.41 1.96 -propergol propergol nom m s 0.01 0.00 0.01 0.00 -prophase prophase nom f s 0.02 0.00 0.02 0.00 -prophète prophète nom m s 12.36 10.61 8.49 6.42 -prophètes prophète nom m p 12.36 10.61 2.83 4.05 -prophétesse prophète nom f s 12.36 10.61 1.04 0.14 -prophétie prophétie nom f s 5.36 3.51 3.69 1.89 -prophéties prophétie nom f p 5.36 3.51 1.66 1.62 -prophétique prophétique adj s 0.84 1.55 0.55 1.01 -prophétiquement prophétiquement adv 0.00 0.07 0.00 0.07 -prophétiques prophétique adj p 0.84 1.55 0.29 0.54 -prophétisaient prophétiser ver 0.43 1.35 0.00 0.20 ind:imp:3p; -prophétisait prophétiser ver 0.43 1.35 0.00 0.47 ind:imp:3s; -prophétisant prophétiser ver 0.43 1.35 0.02 0.00 par:pre; -prophétise prophétiser ver 0.43 1.35 0.02 0.27 imp:pre:2s;ind:pre:3s; -prophétisent prophétiser ver 0.43 1.35 0.02 0.07 ind:pre:3p; -prophétiser prophétiser ver 0.43 1.35 0.14 0.14 inf; -prophétisez prophétiser ver 0.43 1.35 0.00 0.07 ind:pre:2p; -prophétisé prophétiser ver m s 0.43 1.35 0.22 0.14 par:pas; -prophylactique prophylactique adj s 0.17 0.41 0.14 0.14 -prophylactiques prophylactique adj m p 0.17 0.41 0.03 0.27 -prophylaxie prophylaxie nom f s 0.04 0.14 0.04 0.14 -propice propice adj s 2.86 9.80 2.13 7.77 -propices propice adj p 2.86 9.80 0.73 2.03 -propionate propionate nom m s 0.01 0.07 0.01 0.07 -propitiatoire propitiatoire adj s 0.00 0.68 0.00 0.47 -propitiatoires propitiatoire adj f p 0.00 0.68 0.00 0.20 -propolis propolis nom m 0.10 0.00 0.10 0.00 -proportion proportion nom f s 3.17 12.70 1.30 4.26 -proportionnalité proportionnalité nom f s 0.12 0.00 0.12 0.00 -proportionnel proportionnel adj m s 0.86 1.08 0.20 0.34 -proportionnelle proportionnel adj f s 0.86 1.08 0.51 0.74 -proportionnellement proportionnellement adv 0.08 0.34 0.08 0.34 -proportionnelles proportionnel adj f p 0.86 1.08 0.15 0.00 -proportionner proportionner ver 0.07 1.22 0.00 0.14 inf; -proportionné proportionné adj m s 0.46 0.74 0.16 0.41 -proportionnée proportionné adj f s 0.46 0.74 0.26 0.20 -proportionnées proportionner ver f p 0.07 1.22 0.02 0.00 par:pas; -proportionnés proportionné adj m p 0.46 0.74 0.04 0.07 -proportions proportion nom f p 3.17 12.70 1.87 8.45 -propos propos nom m 115.21 106.28 115.21 106.28 -proposa proposer ver 70.00 119.66 0.52 22.91 ind:pas:3s; -proposai proposer ver 70.00 119.66 0.01 2.50 ind:pas:1s; -proposaient proposer ver 70.00 119.66 0.10 3.11 ind:imp:3p; -proposais proposer ver 70.00 119.66 0.80 3.11 ind:imp:1s;ind:imp:2s; -proposait proposer ver 70.00 119.66 0.48 15.61 ind:imp:3s; -proposant proposer ver 70.00 119.66 0.64 3.38 par:pre; -propose proposer ver 70.00 119.66 23.57 21.55 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -proposent proposer ver 70.00 119.66 1.21 2.16 ind:pre:3p; -proposer proposer ver 70.00 119.66 13.44 15.54 inf;; -proposera proposer ver 70.00 119.66 0.28 0.34 ind:fut:3s; -proposerai proposer ver 70.00 119.66 0.48 0.14 ind:fut:1s; -proposeraient proposer ver 70.00 119.66 0.03 0.14 cnd:pre:3p; -proposerais proposer ver 70.00 119.66 0.28 0.41 cnd:pre:1s;cnd:pre:2s; -proposerait proposer ver 70.00 119.66 0.01 0.74 cnd:pre:3s; -proposeras proposer ver 70.00 119.66 0.05 0.07 ind:fut:2s; -proposerez proposer ver 70.00 119.66 0.04 0.14 ind:fut:2p; -proposeriez proposer ver 70.00 119.66 0.01 0.00 cnd:pre:2p; -proposerions proposer ver 70.00 119.66 0.00 0.07 cnd:pre:1p; -proposerons proposer ver 70.00 119.66 0.19 0.00 ind:fut:1p; -proposeront proposer ver 70.00 119.66 0.13 0.14 ind:fut:3p; -proposes proposer ver 70.00 119.66 5.20 0.61 ind:pre:2s; -proposez proposer ver 70.00 119.66 3.30 1.82 imp:pre:2p;ind:pre:2p; -proposiez proposer ver 70.00 119.66 0.09 0.00 ind:imp:2p; -proposions proposer ver 70.00 119.66 0.04 0.41 ind:imp:1p; -proposition proposition nom f s 22.43 20.14 19.28 12.64 -propositions proposition nom f p 22.43 20.14 3.15 7.50 -proposâmes proposer ver 70.00 119.66 0.00 0.07 ind:pas:1p; -proposons proposer ver 70.00 119.66 1.13 0.27 imp:pre:1p;ind:pre:1p; -proposât proposer ver 70.00 119.66 0.00 0.41 sub:imp:3s; -proposèrent proposer ver 70.00 119.66 0.01 1.08 ind:pas:3p; -proposé proposer ver m s 70.00 119.66 16.86 18.92 imp:pre:2s;par:pas; -proposée proposer ver f s 70.00 119.66 0.44 1.96 par:pas; -proposées proposé adj f p 0.54 1.15 0.14 0.27 -proposés proposer ver m p 70.00 119.66 0.63 1.22 par:pas; -propre_à_rien propre_à_rien nom m s 0.00 0.07 0.00 0.07 -propre propre adj s 163.24 207.50 120.61 149.80 -proprement proprement adv 4.54 16.22 4.54 16.22 -propres propre adj p 163.24 207.50 42.63 57.70 -propret propret adj m s 0.18 2.03 0.02 0.81 -proprets propret adj m p 0.18 2.03 0.03 0.07 -proprette propret adj f s 0.18 2.03 0.10 0.54 -proprettes propret adj f p 0.18 2.03 0.02 0.61 -propreté propreté nom f s 2.17 7.97 2.17 7.97 -proprio proprio nom m s 3.55 4.12 3.08 3.78 -proprios proprio nom m p 3.55 4.12 0.47 0.34 -propriétaire propriétaire nom s 37.27 32.77 29.77 23.51 -propriétaires propriétaire nom p 37.27 32.77 7.50 9.26 -propriété propriété nom f s 22.70 20.61 19.18 17.43 -propriétés propriété nom f p 22.70 20.61 3.52 3.18 -propédeute propédeute nom s 0.00 0.07 0.00 0.07 -propulsa propulser ver 1.37 5.95 0.01 0.61 ind:pas:3s; -propulsaient propulser ver 1.37 5.95 0.00 0.14 ind:imp:3p; -propulsais propulser ver 1.37 5.95 0.00 0.07 ind:imp:1s; -propulsait propulser ver 1.37 5.95 0.01 0.47 ind:imp:3s; -propulsant propulser ver 1.37 5.95 0.04 0.27 par:pre; -propulse propulser ver 1.37 5.95 0.32 0.88 imp:pre:2s;ind:pre:1s;ind:pre:3s; -propulsent propulser ver 1.37 5.95 0.02 0.20 ind:pre:3p; -propulser propulser ver 1.37 5.95 0.22 0.74 inf; -propulsera propulser ver 1.37 5.95 0.07 0.00 ind:fut:3s; -propulserait propulser ver 1.37 5.95 0.01 0.00 cnd:pre:3s; -propulseur propulseur nom m s 1.88 0.07 0.69 0.07 -propulseurs propulseur nom m p 1.88 0.07 1.18 0.00 -propulsif propulsif adj m s 0.01 0.00 0.01 0.00 -propulsion propulsion nom f s 2.07 0.34 2.05 0.34 -propulsions propulsion nom f p 2.07 0.34 0.02 0.00 -propulsât propulser ver 1.37 5.95 0.00 0.07 sub:imp:3s; -propulsé propulser ver m s 1.37 5.95 0.36 1.35 par:pas; -propulsée propulser ver f s 1.37 5.95 0.19 0.88 par:pas; -propulsées propulser ver f p 1.37 5.95 0.02 0.07 par:pas; -propulsés propulser ver m p 1.37 5.95 0.10 0.20 par:pas; -propylène propylène nom m s 0.05 0.00 0.05 0.00 -propylées propylée nom m p 0.00 0.14 0.00 0.14 -prorata prorata nom m 0.15 0.20 0.15 0.20 -prorogation prorogation nom f s 0.04 0.07 0.04 0.07 -proroger proroger ver 0.10 0.14 0.10 0.00 inf; -prorogé proroger ver m s 0.10 0.14 0.00 0.14 par:pas; -pros pro nom p 19.45 2.03 5.00 0.41 -prosaïque prosaïque adj s 0.30 1.55 0.28 0.88 -prosaïquement prosaïquement adv 0.00 0.47 0.00 0.47 -prosaïques prosaïque adj p 0.30 1.55 0.03 0.68 -prosaïsme prosaïsme nom m s 0.00 0.14 0.00 0.14 -prosateur prosateur nom m s 0.00 0.20 0.00 0.14 -prosateurs prosateur nom m p 0.00 0.20 0.00 0.07 -proscenium proscenium nom m s 0.01 0.14 0.01 0.14 -proscription proscription nom f s 0.01 0.27 0.01 0.20 -proscriptions proscription nom f p 0.01 0.27 0.00 0.07 -proscrire proscrire ver 1.19 1.28 0.35 0.14 inf; -proscrit proscrire ver m s 1.19 1.28 0.53 0.27 ind:pre:3s;par:pas; -proscrite proscrire ver f s 1.19 1.28 0.02 0.07 par:pas; -proscrites proscrire ver f p 1.19 1.28 0.11 0.07 par:pas; -proscrits proscrit nom m p 0.55 0.54 0.33 0.41 -proscrivait proscrire ver 1.19 1.28 0.00 0.14 ind:imp:3s; -proscrivant proscrire ver 1.19 1.28 0.00 0.14 par:pre; -proscrivit proscrire ver 1.19 1.28 0.00 0.14 ind:pas:3s; -prose prose nom f s 0.81 3.31 0.81 3.31 -prosit prosit ono 0.38 0.41 0.38 0.41 -prosodie prosodie nom f s 0.00 0.27 0.00 0.27 -prosodique prosodique adj f s 0.00 0.07 0.00 0.07 -prosopopées prosopopée nom f p 0.00 0.07 0.00 0.07 -prosoviétique prosoviétique adj s 0.00 0.07 0.00 0.07 -prospect prospect nom m s 0.18 0.00 0.18 0.00 -prospectais prospecter ver 0.82 1.49 0.01 0.07 ind:imp:1s; -prospectait prospecter ver 0.82 1.49 0.01 0.20 ind:imp:3s; -prospectant prospecter ver 0.82 1.49 0.00 0.20 par:pre; -prospecte prospecter ver 0.82 1.49 0.04 0.14 imp:pre:2s;ind:pre:1s;ind:pre:3s; -prospecter prospecter ver 0.82 1.49 0.66 0.68 inf; -prospecteur prospecteur nom m s 0.94 0.27 0.34 0.07 -prospecteurs prospecteur nom m p 0.94 0.27 0.60 0.20 -prospectif prospectif adj m s 0.00 0.34 0.00 0.20 -prospection prospection nom f s 0.17 2.70 0.17 2.30 -prospections prospection nom f p 0.17 2.70 0.00 0.41 -prospective prospective nom f s 0.02 0.14 0.02 0.14 -prospecté prospecter ver m s 0.82 1.49 0.11 0.14 par:pas; -prospectus prospectus nom m 2.06 6.49 2.06 6.49 -prospère prospère adj s 3.54 3.18 3.19 2.23 -prospèrent prospérer ver 1.31 2.03 0.16 0.41 ind:pre:3p; -prospères prospère adj p 3.54 3.18 0.35 0.95 -prospéra prospérer ver 1.31 2.03 0.05 0.14 ind:pas:3s; -prospéraient prospérer ver 1.31 2.03 0.00 0.41 ind:imp:3p; -prospérait prospérer ver 1.31 2.03 0.04 0.41 ind:imp:3s; -prospérer prospérer ver 1.31 2.03 0.44 0.47 inf; -prospérera prospérer ver 1.31 2.03 0.05 0.00 ind:fut:3s; -prospéreraient prospérer ver 1.31 2.03 0.01 0.00 cnd:pre:3p; -prospérité prospérité nom f s 3.09 5.14 3.08 4.93 -prospérités prospérité nom f p 3.09 5.14 0.01 0.20 -prospérons prospérer ver 1.31 2.03 0.01 0.00 ind:pre:1p; -prospérèrent prospérer ver 1.31 2.03 0.00 0.07 ind:pas:3p; -prospéré prospérer ver m s 1.31 2.03 0.34 0.00 par:pas; -prostate prostate nom f s 1.59 1.42 1.59 1.42 -prostatectomie prostatectomie nom f s 0.01 0.00 0.01 0.00 -prostatique prostatique adj s 0.04 0.20 0.04 0.20 -prostatite prostatite nom f s 0.11 0.00 0.11 0.00 -prosterna prosterner ver 1.75 4.73 0.01 0.68 ind:pas:3s; -prosternaient prosterner ver 1.75 4.73 0.04 0.07 ind:imp:3p; -prosternais prosterner ver 1.75 4.73 0.14 0.07 ind:imp:1s; -prosternait prosterner ver 1.75 4.73 0.00 0.20 ind:imp:3s; -prosternant prosterner ver 1.75 4.73 0.18 0.14 par:pre; -prosternation prosternation nom f s 0.11 0.27 0.09 0.07 -prosternations prosternation nom f p 0.11 0.27 0.02 0.20 -prosterne prosterner ver 1.75 4.73 0.52 0.27 imp:pre:2s;ind:pre:1s;ind:pre:3s; -prosternent prosterner ver 1.75 4.73 0.12 0.07 ind:pre:3p; -prosterner prosterner ver 1.75 4.73 0.12 0.95 inf; -prosternera prosterner ver 1.75 4.73 0.07 0.00 ind:fut:3s; -prosternerait prosterner ver 1.75 4.73 0.00 0.07 cnd:pre:3s; -prosterneras prosterner ver 1.75 4.73 0.00 0.14 ind:fut:2s; -prosternerons prosterner ver 1.75 4.73 0.03 0.00 ind:fut:1p; -prosterneront prosterner ver 1.75 4.73 0.01 0.00 ind:fut:3p; -prosternez prosterner ver 1.75 4.73 0.49 0.14 imp:pre:2p;ind:pre:2p; -prosternons prosterner ver 1.75 4.73 0.01 0.00 imp:pre:1p; -prosternèrent prosterner ver 1.75 4.73 0.01 0.14 ind:pas:3p; -prosterné prosterner ver m s 1.75 4.73 0.01 1.15 par:pas; -prosternée prosterner ver f s 1.75 4.73 0.00 0.27 par:pas; -prosternées prosterner ver f p 1.75 4.73 0.00 0.14 par:pas; -prosternés prosterner ver m p 1.75 4.73 0.01 0.27 par:pas; -prosthétique prosthétique adj m s 0.01 0.00 0.01 0.00 -prostitua prostituer ver 3.24 1.49 0.00 0.07 ind:pas:3s; -prostituais prostituer ver 3.24 1.49 0.03 0.00 ind:imp:1s; -prostituait prostituer ver 3.24 1.49 0.16 0.20 ind:imp:3s; -prostituant prostituer ver 3.24 1.49 0.01 0.07 par:pre; -prostitue prostituer ver 3.24 1.49 0.92 0.07 ind:pre:1s;ind:pre:3s; -prostituent prostituer ver 3.24 1.49 0.13 0.07 ind:pre:3p; -prostituer prostituer ver 3.24 1.49 0.77 0.47 inf; -prostituerais prostituer ver 3.24 1.49 0.14 0.00 cnd:pre:2s; -prostitution prostitution nom f s 6.72 2.97 6.72 2.77 -prostitutionnel prostitutionnel adj m s 0.00 0.07 0.00 0.07 -prostitutions prostitution nom f p 6.72 2.97 0.00 0.20 -prostitué prostituer ver m s 3.24 1.49 0.44 0.00 par:pas; -prostituée prostitué nom f s 14.21 9.46 7.53 5.68 -prostituées prostitué nom f p 14.21 9.46 5.63 3.58 -prostitués prostitué nom m p 14.21 9.46 0.61 0.14 -prostrant prostrer ver 0.00 0.07 0.00 0.07 par:pre; -prostration prostration nom f s 0.14 1.01 0.14 0.95 -prostrations prostration nom f p 0.14 1.01 0.00 0.07 -prostré prostré adj m s 0.42 4.93 0.25 2.03 -prostrée prostré adj f s 0.42 4.93 0.15 2.36 -prostrées prostré adj f p 0.42 4.93 0.00 0.07 -prostrés prostré adj m p 0.42 4.93 0.02 0.47 -prosélyte prosélyte nom s 0.14 0.20 0.14 0.00 -prosélytes prosélyte nom p 0.14 0.20 0.00 0.20 -prosélytique prosélytique adj m s 0.00 0.07 0.00 0.07 -prosélytisme prosélytisme nom m s 0.20 0.47 0.20 0.47 -protagoniste protagoniste nom s 0.72 2.03 0.42 0.54 -protagonistes protagoniste nom p 0.72 2.03 0.30 1.49 -protal protal nom m s 0.01 0.20 0.01 0.20 -prote prote nom m s 0.00 1.35 0.00 1.22 -protecteur protecteur nom m s 3.79 5.61 2.71 4.26 -protecteurs protecteur nom m p 3.79 5.61 0.79 0.68 -protection protection nom f s 24.78 17.64 23.88 17.09 -protectionnisme protectionnisme nom m s 0.02 0.14 0.02 0.14 -protections protection nom f p 24.78 17.64 0.91 0.54 -protectorat protectorat nom m s 0.18 1.01 0.18 0.88 -protectorats protectorat nom m p 0.18 1.01 0.00 0.14 -protectrice protecteur adj f s 3.98 10.68 0.92 3.58 -protectrices protecteur adj f p 3.98 10.68 0.21 0.74 -protes prote nom m p 0.00 1.35 0.00 0.14 -protesta protester ver 10.13 38.58 0.04 8.99 ind:pas:3s; -protestai protester ver 10.13 38.58 0.00 2.43 ind:pas:1s; -protestaient protester ver 10.13 38.58 0.05 0.61 ind:imp:3p; -protestais protester ver 10.13 38.58 0.03 1.01 ind:imp:1s; -protestait protester ver 10.13 38.58 0.08 4.12 ind:imp:3s; -protestant protestant adj m s 2.66 3.99 0.91 1.42 -protestante protestant adj f s 2.66 3.99 0.91 1.15 -protestantes protestant adj f p 2.66 3.99 0.14 0.61 -protestantisme protestantisme nom m s 0.31 0.81 0.31 0.81 -protestants protestant nom m p 2.43 4.12 1.79 1.76 -protestataires protestataire nom p 0.07 0.07 0.07 0.07 -protestation protestation nom f s 3.14 13.45 1.69 6.49 -protestations protestation nom f p 3.14 13.45 1.45 6.96 -proteste protester ver 10.13 38.58 3.06 6.82 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -protestent protester ver 10.13 38.58 1.06 0.61 ind:pre:3p; -protester protester ver 10.13 38.58 3.44 8.65 inf; -protestera protester ver 10.13 38.58 0.31 0.14 ind:fut:3s; -protesterai protester ver 10.13 38.58 0.05 0.14 ind:fut:1s; -protesterais protester ver 10.13 38.58 0.01 0.20 cnd:pre:1s;cnd:pre:2s; -protesterait protester ver 10.13 38.58 0.02 0.07 cnd:pre:3s; -protesterons protester ver 10.13 38.58 0.02 0.00 ind:fut:1p; -protestes protester ver 10.13 38.58 0.04 0.14 ind:pre:2s; -protestez protester ver 10.13 38.58 0.52 0.61 imp:pre:2p;ind:pre:2p; -protestions protester ver 10.13 38.58 0.00 0.14 ind:imp:1p; -protestâmes protester ver 10.13 38.58 0.00 0.07 ind:pas:1p; -protestons protester ver 10.13 38.58 0.36 0.00 imp:pre:1p;ind:pre:1p; -protestât protester ver 10.13 38.58 0.00 0.07 sub:imp:3s; -protestèrent protester ver 10.13 38.58 0.01 0.20 ind:pas:3p; -protesté protester ver m s 10.13 38.58 0.88 2.64 par:pas; -protestés protester ver m p 10.13 38.58 0.01 0.00 par:pas; -proteus proteus nom m 0.62 0.00 0.62 0.00 -proèdre proèdre nom m s 0.00 0.07 0.00 0.07 -prothrombine prothrombine nom f s 0.04 0.00 0.04 0.00 -prothèse prothèse nom f s 2.11 1.69 1.73 0.68 -prothèses prothèse nom f p 2.11 1.69 0.39 1.01 -prothésiste prothésiste nom s 0.23 0.00 0.10 0.00 -prothésistes prothésiste nom p 0.23 0.00 0.14 0.00 -prothétique prothétique adj f s 0.01 0.00 0.01 0.00 -protide protide nom m s 0.14 0.07 0.00 0.07 -protides protide nom m p 0.14 0.07 0.14 0.00 -protidique protidique adj m s 0.01 0.00 0.01 0.00 -protistes protiste nom m p 0.01 0.00 0.01 0.00 -protococcus protococcus nom m 0.01 0.00 0.01 0.00 -protocolaire protocolaire adj s 0.06 1.22 0.06 0.95 -protocolaires protocolaire adj p 0.06 1.22 0.00 0.27 -protocole protocole nom m s 6.01 5.61 4.36 5.34 -protocoles protocole nom m p 6.01 5.61 1.66 0.27 -protocoques protocoque nom m p 0.01 0.00 0.01 0.00 -protohistoire protohistoire nom f s 0.00 0.14 0.00 0.14 -proton proton nom m s 0.53 0.14 0.21 0.07 -protonique protonique adj s 0.09 0.00 0.09 0.00 -protonotaire protonotaire nom m s 0.00 0.34 0.00 0.34 -protons proton nom m p 0.53 0.14 0.32 0.07 -protoplasme protoplasme nom m s 0.09 0.00 0.08 0.00 -protoplasmes protoplasme nom m p 0.09 0.00 0.01 0.00 -protoplasmique protoplasmique adj f s 0.00 0.07 0.00 0.07 -protoplaste protoplaste nom m s 0.01 0.00 0.01 0.00 -prototype prototype nom m s 2.81 1.08 2.29 0.74 -prototypes prototype nom m p 2.81 1.08 0.53 0.34 -protoxyde protoxyde nom m s 0.11 0.00 0.11 0.00 -protozoaire protozoaire nom m s 0.04 0.00 0.04 0.00 -protrusion protrusion nom f s 0.01 0.00 0.01 0.00 -protège_cahier protège_cahier nom m s 0.01 0.07 0.01 0.07 -protège_dents protège_dents nom m 0.10 0.27 0.10 0.27 -protège_slip protège_slip nom m s 0.03 0.00 0.03 0.00 -protège_tibia protège_tibia nom m s 0.02 0.00 0.02 0.00 -protège protéger ver 130.71 72.23 27.45 9.53 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -protègent protéger ver 130.71 72.23 3.87 2.43 ind:pre:3p;sub:pre:3p; -protèges protéger ver 130.71 72.23 2.37 0.27 ind:pre:2s;sub:pre:2s; -protéase protéase nom f s 0.01 0.00 0.01 0.00 -protubérance protubérance nom f s 0.42 0.74 0.33 0.47 -protubérances protubérance nom f p 0.42 0.74 0.09 0.27 -protubérant protubérant adj m s 0.04 0.34 0.04 0.07 -protubérante protubérant adj f s 0.04 0.34 0.00 0.07 -protubérantes protubérant adj f p 0.04 0.34 0.00 0.14 -protubérants protubérant adj m p 0.04 0.34 0.00 0.07 -protégea protéger ver 130.71 72.23 0.03 0.41 ind:pas:3s; -protégeai protéger ver 130.71 72.23 0.00 0.14 ind:pas:1s; -protégeaient protéger ver 130.71 72.23 0.81 2.97 ind:imp:3p; -protégeais protéger ver 130.71 72.23 1.10 0.47 ind:imp:1s;ind:imp:2s; -protégeait protéger ver 130.71 72.23 2.42 8.45 ind:imp:3s; -protégeant protéger ver 130.71 72.23 1.15 3.65 par:pre; -protégeons protéger ver 130.71 72.23 0.81 0.00 imp:pre:1p;ind:pre:1p; -protégeât protéger ver 130.71 72.23 0.00 0.07 sub:imp:3s; -protéger protéger ver 130.71 72.23 62.53 26.82 inf;;inf;;inf;;inf;; -protégera protéger ver 130.71 72.23 4.26 0.34 ind:fut:3s; -protégerai protéger ver 130.71 72.23 1.90 0.07 ind:fut:1s; -protégeraient protéger ver 130.71 72.23 0.09 0.27 cnd:pre:3p; -protégerais protéger ver 130.71 72.23 0.21 0.07 cnd:pre:1s;cnd:pre:2s; -protégerait protéger ver 130.71 72.23 0.40 0.95 cnd:pre:3s; -protégeras protéger ver 130.71 72.23 0.31 0.00 ind:fut:2s; -protégerez protéger ver 130.71 72.23 0.29 0.00 ind:fut:2p; -protégeriez protéger ver 130.71 72.23 0.06 0.00 cnd:pre:2p; -protégerons protéger ver 130.71 72.23 0.18 0.00 ind:fut:1p; -protégeront protéger ver 130.71 72.23 0.49 0.14 ind:fut:3p; -protégez protéger ver 130.71 72.23 5.38 0.34 imp:pre:2p;ind:pre:2p; -protégiez protéger ver 130.71 72.23 0.27 0.00 ind:imp:2p; -protégions protéger ver 130.71 72.23 0.14 0.20 ind:imp:1p; -protégé protéger ver m s 130.71 72.23 7.76 6.69 par:pas; -protégée protéger ver f s 130.71 72.23 3.68 3.85 par:pas; -protégées protéger ver f p 130.71 72.23 0.73 1.15 par:pas; -protégés protéger ver m p 130.71 72.23 2.03 2.97 par:pas; -protéiforme protéiforme adj s 0.01 0.14 0.01 0.14 -protéine protéine nom f s 3.59 0.47 0.89 0.07 -protéines protéine nom f p 3.59 0.47 2.71 0.41 -protéinique protéinique adj m s 0.01 0.00 0.01 0.00 -protéiné protéiné adj m s 0.20 0.00 0.08 0.00 -protéinée protéiné adj f s 0.20 0.00 0.12 0.00 -protéinurie protéinurie nom f s 0.04 0.00 0.04 0.00 -protéique protéique adj s 0.11 0.00 0.11 0.00 -protéolytique protéolytique adj f s 0.00 0.07 0.00 0.07 -protêt protêt nom m s 0.00 0.14 0.00 0.07 -protêts protêt nom m p 0.00 0.14 0.00 0.07 -proudhonisme proudhonisme nom m s 0.00 0.07 0.00 0.07 -proue proue nom f s 1.30 5.47 1.30 5.34 -proues proue nom f p 1.30 5.47 0.00 0.14 -prouesse prouesse nom f s 1.15 5.14 0.27 1.42 -prouesses prouesse nom f p 1.15 5.14 0.88 3.72 -proéminait proéminer ver 0.00 0.14 0.00 0.07 ind:imp:3s; -proémine proéminer ver 0.00 0.14 0.00 0.07 ind:pre:3s; -proéminence proéminence nom f s 0.01 0.14 0.01 0.00 -proéminences proéminence nom f p 0.01 0.14 0.00 0.14 -proéminent proéminent adj m s 0.46 2.36 0.04 1.15 -proéminente proéminent adj f s 0.46 2.36 0.03 0.68 -proéminentes proéminent adj f p 0.46 2.36 0.15 0.20 -proéminents proéminent adj m p 0.46 2.36 0.25 0.34 -proustien proustien adj m s 0.02 0.14 0.02 0.00 -proustienne proustien adj f s 0.02 0.14 0.00 0.14 -prout prout ono 0.04 0.27 0.04 0.27 -prouts prout nom m p 0.32 0.00 0.07 0.00 -prouva prouver ver 88.82 52.43 0.04 0.88 ind:pas:3s; -prouvable prouvable adj s 0.02 0.07 0.02 0.07 -prouvai prouver ver 88.82 52.43 0.00 0.07 ind:pas:1s; -prouvaient prouver ver 88.82 52.43 0.14 1.22 ind:imp:3p; -prouvais prouver ver 88.82 52.43 0.08 0.07 ind:imp:1s; -prouvait prouver ver 88.82 52.43 0.53 5.14 ind:imp:3s; -prouvant prouver ver 88.82 52.43 1.09 1.42 par:pre; -prouve prouver ver 88.82 52.43 23.25 13.45 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:1s;sub:pre:3s; -prouvent prouver ver 88.82 52.43 2.71 1.35 ind:pre:3p; -prouver prouver ver 88.82 52.43 41.05 21.15 inf; -prouvera prouver ver 88.82 52.43 2.18 0.27 ind:fut:3s; -prouverai prouver ver 88.82 52.43 2.82 0.34 ind:fut:1s; -prouveraient prouver ver 88.82 52.43 0.01 0.07 cnd:pre:3p; -prouverait prouver ver 88.82 52.43 0.91 0.54 cnd:pre:3s; -prouveras prouver ver 88.82 52.43 0.34 0.07 ind:fut:2s; -prouverez prouver ver 88.82 52.43 0.26 0.14 ind:fut:2p; -prouverons prouver ver 88.82 52.43 0.29 0.00 ind:fut:1p; -prouveront prouver ver 88.82 52.43 0.62 0.20 ind:fut:3p; -prouves prouver ver 88.82 52.43 0.45 0.00 ind:pre:2s; -prouvez prouver ver 88.82 52.43 2.44 0.07 imp:pre:2p;ind:pre:2p; -prouviez prouver ver 88.82 52.43 0.33 0.00 ind:imp:2p; -prouvons prouver ver 88.82 52.43 0.27 0.07 imp:pre:1p;ind:pre:1p; -prouvèrent prouver ver 88.82 52.43 0.01 0.20 ind:pas:3p; -prouvé prouver ver m s 88.82 52.43 8.53 5.41 par:pas; -prouvée prouver ver f s 88.82 52.43 0.24 0.34 par:pas; -prouvées prouver ver f p 88.82 52.43 0.05 0.00 par:pas; -prouvés prouver ver m p 88.82 52.43 0.20 0.00 par:pas; -provenaient provenir ver 13.66 15.34 0.41 1.55 ind:imp:3p; -provenait provenir ver 13.66 15.34 0.98 3.04 ind:imp:3s; -provenance provenance nom f s 3.73 5.27 3.73 4.80 -provenances provenance nom f p 3.73 5.27 0.00 0.47 -provenant provenir ver 13.66 15.34 3.74 6.15 par:pre; -provende provende nom f s 0.00 0.95 0.00 0.95 -provenir provenir ver 13.66 15.34 1.36 1.89 inf; -provençal provençal adj m s 0.05 3.58 0.01 1.28 -provençale provençal adj f s 0.05 3.58 0.03 1.69 -provençales provençal adj f p 0.05 3.58 0.01 0.20 -provençaux provençal adj m p 0.05 3.58 0.00 0.41 -provenu provenir ver m s 13.66 15.34 0.01 0.00 par:pas; -proverbe proverbe nom m s 4.90 4.19 3.90 2.64 -proverbes proverbe nom m p 4.90 4.19 1.00 1.55 -proverbial proverbial adj m s 0.04 0.81 0.01 0.14 -proverbiale proverbial adj f s 0.04 0.81 0.02 0.68 -providence providence nom f s 2.04 2.50 2.04 2.50 -providentiel providentiel adj m s 0.54 3.38 0.48 1.49 -providentielle providentiel adj f s 0.54 3.38 0.04 1.55 -providentiellement providentiellement adv 0.00 0.61 0.00 0.61 -providentielles providentiel adj f p 0.54 3.38 0.01 0.07 -providentiels providentiel adj m p 0.54 3.38 0.01 0.27 -provider provider nom m s 0.03 0.00 0.03 0.00 -proviendrait provenir ver 13.66 15.34 0.03 0.07 cnd:pre:3s; -provienne provenir ver 13.66 15.34 0.16 0.07 sub:pre:3s; -proviennent provenir ver 13.66 15.34 1.77 0.61 ind:pre:3p; -provient provenir ver 13.66 15.34 5.19 1.96 ind:pre:3s; -provietnamien provietnamien adj m s 0.00 0.07 0.00 0.07 -province province nom f s 12.01 30.68 10.21 24.73 -provinces province nom f p 12.01 30.68 1.79 5.95 -provincial provincial adj m s 1.26 5.74 0.28 1.55 -provinciale provincial adj f s 1.26 5.74 0.96 3.11 -provincialement provincialement adv 0.00 0.07 0.00 0.07 -provinciales provincial adj f p 1.26 5.74 0.00 0.88 -provinciaux provincial nom m p 0.78 2.09 0.51 0.81 -proviseur proviseur nom m s 4.45 3.58 4.43 3.45 -proviseurs proviseur nom m p 4.45 3.58 0.02 0.14 -provision provision nom f s 7.46 18.04 1.01 5.34 -provisionnel provisionnel adj m s 0.01 0.20 0.01 0.20 -provisionner provisionner ver 0.00 0.14 0.00 0.07 inf; -provisionnons provisionner ver 0.00 0.14 0.00 0.07 imp:pre:1p; -provisions provision nom f p 7.46 18.04 6.45 12.70 -provisoire provisoire adj s 5.80 16.28 5.44 13.85 -provisoirement provisoirement adv 1.52 7.84 1.52 7.84 -provisoires provisoire adj p 5.80 16.28 0.36 2.43 -provo provo nom m s 0.17 0.14 0.12 0.00 -provoc provoc nom f s 0.21 0.14 0.21 0.14 -provocant provocant adj m s 1.23 5.68 0.17 1.76 -provocante provocant adj f s 1.23 5.68 0.73 2.91 -provocantes provocant adj f p 1.23 5.68 0.15 0.47 -provocants provocant adj m p 1.23 5.68 0.17 0.54 -provocateur provocateur nom m s 0.56 1.01 0.53 0.61 -provocateurs provocateur adj m p 0.32 1.15 0.04 0.47 -provocation provocation nom f s 4.19 11.01 3.32 8.99 -provocations provocation nom f p 4.19 11.01 0.87 2.03 -provocatrice provocateur adj f s 0.32 1.15 0.02 0.07 -provolone provolone nom m s 0.18 0.00 0.18 0.00 -provoqua provoquer ver 34.19 48.85 0.44 3.38 ind:pas:3s; -provoquai provoquer ver 34.19 48.85 0.00 0.07 ind:pas:1s; -provoquaient provoquer ver 34.19 48.85 0.08 2.30 ind:imp:3p; -provoquais provoquer ver 34.19 48.85 0.37 0.34 ind:imp:1s;ind:imp:2s; -provoquait provoquer ver 34.19 48.85 1.06 6.89 ind:imp:3s; -provoquant provoquer ver 34.19 48.85 0.95 2.97 par:pre; -provoque provoquer ver 34.19 48.85 7.12 5.27 imp:pre:2s;ind:pre:1s;ind:pre:3s; -provoquent provoquer ver 34.19 48.85 1.20 1.22 ind:pre:3p; -provoquer provoquer ver 34.19 48.85 9.30 12.23 inf; -provoquera provoquer ver 34.19 48.85 0.65 0.27 ind:fut:3s; -provoquerai provoquer ver 34.19 48.85 0.04 0.00 ind:fut:1s; -provoqueraient provoquer ver 34.19 48.85 0.01 0.14 cnd:pre:3p; -provoquerais provoquer ver 34.19 48.85 0.14 0.00 cnd:pre:1s;cnd:pre:2s; -provoquerait provoquer ver 34.19 48.85 0.39 0.68 cnd:pre:3s; -provoquerez provoquer ver 34.19 48.85 0.04 0.07 ind:fut:2p; -provoqueriez provoquer ver 34.19 48.85 0.11 0.07 cnd:pre:2p; -provoquerions provoquer ver 34.19 48.85 0.01 0.07 cnd:pre:1p; -provoquerons provoquer ver 34.19 48.85 0.03 0.00 ind:fut:1p; -provoqueront provoquer ver 34.19 48.85 0.02 0.07 ind:fut:3p; -provoques provoquer ver 34.19 48.85 1.19 0.00 ind:pre:2s; -provoquez provoquer ver 34.19 48.85 0.50 0.00 imp:pre:2p;ind:pre:2p; -provoquions provoquer ver 34.19 48.85 0.00 0.07 ind:imp:1p; -provoquons provoquer ver 34.19 48.85 0.23 0.00 imp:pre:1p;ind:pre:1p; -provoquât provoquer ver 34.19 48.85 0.01 0.34 sub:imp:3s; -provoquèrent provoquer ver 34.19 48.85 0.01 0.27 ind:pas:3p; -provoqué provoquer ver m s 34.19 48.85 8.07 7.36 par:pas; -provoquée provoquer ver f s 34.19 48.85 1.27 2.50 par:pas; -provoquées provoquer ver f p 34.19 48.85 0.34 1.42 par:pas; -provoqués provoquer ver m p 34.19 48.85 0.59 0.88 par:pas; -provos provo nom m p 0.17 0.14 0.05 0.14 -provéditeur provéditeur nom m s 0.00 0.14 0.00 0.07 -provéditeurs provéditeur nom m p 0.00 0.14 0.00 0.07 -proximal proximal adj m s 0.11 0.27 0.07 0.27 -proximale proximal adj f s 0.11 0.27 0.04 0.00 -proximité proximité nom f s 3.99 14.46 3.99 14.46 -proxo proxo nom m s 0.06 0.41 0.06 0.34 -proxos proxo nom m p 0.06 0.41 0.00 0.07 -proxénète proxénète nom s 0.71 1.01 0.52 0.74 -proxénètes proxénète nom p 0.71 1.01 0.20 0.27 -proxénétisme proxénétisme nom m s 0.42 0.41 0.42 0.41 -proze proze nom m s 0.00 0.41 0.00 0.41 -prèle prèle nom f s 0.02 0.00 0.02 0.00 -près_de près_de adv 4.10 16.35 4.10 16.35 -près près pre 134.13 285.41 134.13 285.41 -pré_salé pré_salé nom m s 0.00 0.20 0.00 0.20 -pré_établi pré_établi adj m s 0.00 0.07 0.00 0.07 -pré pré nom m s 21.59 32.50 5.03 19.80 -préadolescence préadolescence nom f s 0.01 0.00 0.01 0.00 -préadolescente préadolescent nom f s 0.01 0.00 0.01 0.00 -préalable préalable nom m s 0.91 2.03 0.91 1.96 -préalablement préalablement adv 0.08 2.03 0.08 2.03 -préalables préalable adj p 0.59 2.70 0.04 0.34 -préambule préambule nom m s 0.29 2.77 0.25 2.57 -préambules préambule nom m p 0.29 2.77 0.05 0.20 -préau préau nom m s 0.10 4.59 0.10 3.51 -préaux préau nom m p 0.10 4.59 0.00 1.08 -préavis préavis nom m 2.00 1.08 2.00 1.08 -prébendes prébende nom f p 0.00 0.20 0.00 0.20 -précaire précaire adj s 0.98 6.35 0.86 5.41 -précairement précairement adv 0.00 0.47 0.00 0.47 -précaires précaire adj p 0.98 6.35 0.13 0.95 -précambrien précambrien adj m s 0.02 0.00 0.01 0.00 -précambrienne précambrien adj f s 0.02 0.00 0.01 0.00 -précarité précarité nom f s 0.19 1.35 0.19 1.35 -précaution précaution nom f s 10.26 36.01 4.80 19.39 -précautionneuse précautionneux adj f s 0.06 3.24 0.03 0.47 -précautionneusement précautionneusement adv 0.01 3.72 0.01 3.72 -précautionneuses précautionneux adj f p 0.06 3.24 0.00 0.27 -précautionneux précautionneux adj m 0.06 3.24 0.04 2.50 -précautions précaution nom f p 10.26 36.01 5.45 16.62 -précellence précellence nom f s 0.00 0.07 0.00 0.07 -précelles précelles nom f p 0.00 0.07 0.00 0.07 -précepte précepte nom m s 1.55 2.23 0.17 1.08 -préceptes précepte nom m p 1.55 2.23 1.38 1.15 -précepteur précepteur nom m s 0.80 2.91 0.32 2.16 -précepteurs précepteur nom m p 0.80 2.91 0.04 0.68 -préceptrice précepteur nom f s 0.80 2.91 0.44 0.07 -précession précession nom f s 0.00 0.20 0.00 0.20 -prêcha prêcher ver 7.82 7.43 0.12 0.20 ind:pas:3s; -prêchaient prêcher ver 7.82 7.43 0.03 0.61 ind:imp:3p; -prêchais prêcher ver 7.82 7.43 0.04 0.07 ind:imp:1s;ind:imp:2s; -prêchait prêcher ver 7.82 7.43 0.49 1.55 ind:imp:3s; -prêchant prêcher ver 7.82 7.43 0.34 0.27 par:pre; -préchauffage préchauffage nom m s 0.02 0.00 0.02 0.00 -préchauffer préchauffer ver 0.01 0.00 0.01 0.00 inf; -prêche prêcher ver 7.82 7.43 1.70 0.74 imp:pre:2s;ind:pre:1s;ind:pre:3s; -prêchent prêcher ver 7.82 7.43 0.77 0.41 ind:pre:3p; -prêcher prêcher ver 7.82 7.43 3.06 2.36 inf; -prêches prêcher ver 7.82 7.43 0.20 0.14 ind:pre:2s; -prêcheur prêcheur nom m s 0.82 4.59 0.58 0.74 -prêcheurs prêcheur nom m p 0.82 4.59 0.20 3.78 -prêcheuse prêcheur nom f s 0.82 4.59 0.03 0.07 -prêchez prêcher ver 7.82 7.43 0.25 0.07 imp:pre:2p;ind:pre:2p; -prêchi_prêcha prêchi_prêcha nom m 0.11 0.14 0.11 0.14 -prêché prêcher ver m s 7.82 7.43 0.63 0.88 par:pas; -prêchée prêcher ver f s 7.82 7.43 0.20 0.14 par:pas; -précieuse précieux adj f s 24.66 39.19 6.96 8.85 -précieusement précieusement adv 0.44 1.76 0.44 1.76 -précieuses précieux adj f p 24.66 39.19 1.58 7.43 -précieux précieux adj m 24.66 39.19 16.13 22.91 -préciosité préciosité nom f s 0.02 1.28 0.02 1.08 -préciosités préciosité nom f p 0.02 1.28 0.00 0.20 -précipice précipice nom m s 1.67 3.38 1.44 1.62 -précipices précipice nom m p 1.67 3.38 0.24 1.76 -précipita précipiter ver 11.89 66.96 0.19 14.05 ind:pas:3s; -précipitai précipiter ver 11.89 66.96 0.01 2.09 ind:pas:1s; -précipitaient précipiter ver 11.89 66.96 0.02 2.91 ind:imp:3p; -précipitais précipiter ver 11.89 66.96 0.04 0.88 ind:imp:1s;ind:imp:2s; -précipitait précipiter ver 11.89 66.96 0.08 5.95 ind:imp:3s; -précipitamment précipitamment adv 0.99 10.14 0.99 10.14 -précipitant précipiter ver 11.89 66.96 0.31 2.23 par:pre; -précipitation précipitation nom f s 2.35 6.35 1.90 6.15 -précipitations précipitation nom f p 2.35 6.35 0.45 0.20 -précipite précipiter ver 11.89 66.96 2.10 11.08 imp:pre:2s;ind:pre:1s;ind:pre:3s; -précipitent précipiter ver 11.89 66.96 0.51 2.84 ind:pre:3p; -précipiter précipiter ver 11.89 66.96 2.53 9.46 inf;; -précipitera précipiter ver 11.89 66.96 0.05 0.00 ind:fut:3s; -précipiterai précipiter ver 11.89 66.96 0.04 0.14 ind:fut:1s; -précipiteraient précipiter ver 11.89 66.96 0.05 0.20 cnd:pre:3p; -précipiterais précipiter ver 11.89 66.96 0.20 0.00 cnd:pre:1s;cnd:pre:2s; -précipiterait précipiter ver 11.89 66.96 0.02 0.74 cnd:pre:3s; -précipiteras précipiter ver 11.89 66.96 0.01 0.07 ind:fut:2s; -précipiterez précipiter ver 11.89 66.96 0.00 0.07 ind:fut:2p; -précipiterions précipiter ver 11.89 66.96 0.00 0.14 cnd:pre:1p; -précipiteront précipiter ver 11.89 66.96 0.02 0.14 ind:fut:3p; -précipites précipiter ver 11.89 66.96 0.37 0.20 ind:pre:2s;sub:pre:2s; -précipitez précipiter ver 11.89 66.96 0.44 0.14 imp:pre:2p;ind:pre:2p; -précipitiez précipiter ver 11.89 66.96 0.03 0.00 ind:imp:2p; -précipitions précipiter ver 11.89 66.96 0.00 0.14 ind:imp:1p; -précipitâmes précipiter ver 11.89 66.96 0.00 0.34 ind:pas:1p; -précipitons précipiter ver 11.89 66.96 0.36 0.47 imp:pre:1p;ind:pre:1p; -précipitât précipiter ver 11.89 66.96 0.00 0.27 sub:imp:3s; -précipitèrent précipiter ver 11.89 66.96 0.20 1.82 ind:pas:3p; -précipité précipiter ver m s 11.89 66.96 2.67 6.55 par:pas; -précipitée précipiter ver f s 11.89 66.96 1.36 2.09 par:pas; -précipitées précipité adj f p 1.83 8.45 0.10 0.95 -précipités précipiter ver m p 11.89 66.96 0.23 1.55 par:pas; -préciputs préciput nom m p 0.00 0.07 0.00 0.07 -précis précis adj m 31.59 61.82 20.18 38.24 -précisa préciser ver 9.29 48.31 0.00 8.65 ind:pas:3s; -précisai préciser ver 9.29 48.31 0.00 0.74 ind:pas:1s; -précisaient préciser ver 9.29 48.31 0.02 0.95 ind:imp:3p; -précisais préciser ver 9.29 48.31 0.01 0.47 ind:imp:1s;ind:imp:2s; -précisait préciser ver 9.29 48.31 0.06 4.26 ind:imp:3s; -précisant préciser ver 9.29 48.31 0.12 2.77 par:pre; -précise précis adj f s 31.59 61.82 6.97 15.68 -précisent préciser ver 9.29 48.31 0.39 0.81 ind:pre:3p; -préciser préciser ver 9.29 48.31 3.77 13.04 inf; -précisera préciser ver 9.29 48.31 0.00 0.20 ind:fut:3s; -préciserai préciser ver 9.29 48.31 0.02 0.20 ind:fut:1s; -préciserais préciser ver 9.29 48.31 0.01 0.07 cnd:pre:1s; -préciserait préciser ver 9.29 48.31 0.00 0.14 cnd:pre:3s; -préciserez préciser ver 9.29 48.31 0.00 0.07 ind:fut:2p; -préciseront préciser ver 9.29 48.31 0.00 0.07 ind:fut:3p; -précises précis adj f p 31.59 61.82 4.43 7.91 -précisez préciser ver 9.29 48.31 0.38 0.14 imp:pre:2p; -précision précision nom f s 6.86 24.26 5.50 18.99 -précisions précision nom f p 6.86 24.26 1.35 5.27 -précisons préciser ver 9.29 48.31 0.02 0.00 imp:pre:1p;ind:pre:1p; -précisât préciser ver 9.29 48.31 0.00 0.34 sub:imp:3s; -précisèrent préciser ver 9.29 48.31 0.00 0.47 ind:pas:3p; -précisé préciser ver m s 9.29 48.31 2.48 5.34 par:pas; -précisée préciser ver f s 9.29 48.31 0.14 0.74 par:pas; -précisées préciser ver f p 9.29 48.31 0.01 0.68 par:pas; -précisément précisément adv 12.80 34.80 12.80 34.80 -précisés préciser ver m p 9.29 48.31 0.01 0.07 par:pas; -précité précité adj m s 0.04 0.41 0.01 0.14 -précitée précité adj f s 0.04 0.41 0.01 0.00 -précitées précité adj f p 0.04 0.41 0.01 0.20 -précités précité adj m p 0.04 0.41 0.01 0.07 -précoce précoce adj s 2.66 5.61 2.31 4.39 -précocement précocement adv 0.01 1.15 0.01 1.15 -précoces précoce adj p 2.66 5.61 0.35 1.22 -précocité précocité nom f s 0.12 1.35 0.12 1.35 -précognition précognition nom f s 0.03 0.00 0.03 0.00 -précolombien précolombien adj m s 0.06 0.07 0.02 0.00 -précolombienne précolombien adj f s 0.06 0.07 0.04 0.00 -précolombiennes précolombien adj f p 0.06 0.07 0.00 0.07 -préconisa préconiser ver 1.80 1.96 0.00 0.14 ind:pas:3s; -préconisaient préconiser ver 1.80 1.96 0.00 0.20 ind:imp:3p; -préconisais préconiser ver 1.80 1.96 0.03 0.00 ind:imp:1s;ind:imp:2s; -préconisait préconiser ver 1.80 1.96 0.02 0.41 ind:imp:3s; -préconisant préconiser ver 1.80 1.96 0.01 0.00 par:pre; -préconisation préconisation nom f s 0.01 0.00 0.01 0.00 -préconise préconiser ver 1.80 1.96 0.82 0.41 ind:pre:1s;ind:pre:3s; -préconisent préconiser ver 1.80 1.96 0.17 0.14 ind:pre:3p; -préconiser préconiser ver 1.80 1.96 0.15 0.20 inf; -préconiserais préconiser ver 1.80 1.96 0.11 0.00 cnd:pre:1s; -préconises préconiser ver 1.80 1.96 0.01 0.07 ind:pre:2s; -préconisez préconiser ver 1.80 1.96 0.14 0.00 imp:pre:2p;ind:pre:2p; -préconisiez préconiser ver 1.80 1.96 0.02 0.00 ind:imp:2p; -préconisât préconiser ver 1.80 1.96 0.00 0.07 sub:imp:3s; -préconisé préconiser ver m s 1.80 1.96 0.19 0.20 par:pas; -préconisée préconiser ver f s 1.80 1.96 0.11 0.07 par:pas; -préconisées préconiser ver f p 1.80 1.96 0.00 0.07 par:pas; -préconisés préconiser ver m p 1.80 1.96 0.01 0.00 par:pas; -préconçu préconçu adj m s 0.06 0.81 0.00 0.07 -préconçue préconçu adj f s 0.06 0.81 0.04 0.20 -préconçues préconcevoir ver f p 0.04 0.00 0.04 0.00 par:pas; -précède précéder ver 6.09 41.22 1.30 7.03 imp:pre:2s;ind:pre:1s;ind:pre:3s; -précèdent précéder ver 6.09 41.22 0.30 2.16 ind:pre:3p; -précéda précéder ver 6.09 41.22 0.01 2.09 ind:pas:3s; -précédai précéder ver 6.09 41.22 0.00 0.07 ind:pas:1s; -précédaient précéder ver 6.09 41.22 0.04 1.76 ind:imp:3p; -précédais précéder ver 6.09 41.22 0.00 0.14 ind:imp:1s; -précédait précéder ver 6.09 41.22 0.20 5.54 ind:imp:3s; -précédant précéder ver 6.09 41.22 0.87 3.78 par:pre; -précédassent précéder ver 6.09 41.22 0.00 0.07 sub:imp:3p; -précédemment précédemment adv 11.48 2.16 11.48 2.16 -précédent précédent nom m s 5.08 10.07 3.36 4.66 -précédente précédent adj f s 7.63 24.12 2.21 8.99 -précédentes précédent adj f p 7.63 24.12 0.94 3.38 -précédents précédent adj m p 7.63 24.12 2.16 5.61 -précéder précéder ver 6.09 41.22 0.09 2.23 inf; -précédera précéder ver 6.09 41.22 0.13 0.14 ind:fut:3s; -précéderai précéder ver 6.09 41.22 0.14 0.00 ind:fut:1s; -précéderaient précéder ver 6.09 41.22 0.00 0.14 cnd:pre:3p; -précéderait précéder ver 6.09 41.22 0.01 0.20 cnd:pre:3s; -précéderions précéder ver 6.09 41.22 0.00 0.07 cnd:pre:1p; -précédez précéder ver 6.09 41.22 0.50 0.07 imp:pre:2p;ind:pre:2p; -précédons précéder ver 6.09 41.22 0.02 0.00 ind:pre:1p; -précédèrent précéder ver 6.09 41.22 0.02 1.76 ind:pas:3p; -précédé précéder ver m s 6.09 41.22 1.27 7.77 par:pas; -précédée précéder ver f s 6.09 41.22 0.56 2.97 par:pas; -précédées précéder ver f p 6.09 41.22 0.18 0.41 par:pas; -précédés précéder ver m p 6.09 41.22 0.45 2.84 par:pas; -précuit précuit adj m s 0.12 0.00 0.01 0.00 -précuites précuit adj f p 0.12 0.00 0.11 0.00 -précurseur précurseur nom m s 0.34 1.49 0.14 1.01 -précurseurs précurseur nom m p 0.34 1.49 0.20 0.47 -prud_homme prud_homme nom m s 0.21 0.07 0.01 0.00 -prud_homme prud_homme nom m p 0.21 0.07 0.20 0.07 -prédateur prédateur nom m s 2.38 0.68 1.54 0.34 -prédateurs prédateur nom m p 2.38 0.68 0.84 0.34 -prédation prédation nom f s 0.04 0.00 0.04 0.00 -prédatrice prédateur adj f s 0.40 0.54 0.11 0.07 -prude prude adj s 0.52 0.81 0.50 0.61 -prédelle prédelle nom f s 0.00 0.14 0.00 0.14 -prudemment prudemment adv 2.76 9.86 2.76 9.86 -prudence prudence nom f s 5.04 20.07 5.04 19.32 -prudences prudence nom f p 5.04 20.07 0.00 0.74 -prudent prudent adj m s 37.60 20.41 23.79 12.43 -prudente prudent adj f s 37.60 20.41 6.15 4.53 -prudentes prudent adj f p 37.60 20.41 0.54 0.68 -prudents prudent adj m p 37.60 20.41 7.13 2.77 -pruderie pruderie nom f s 0.01 0.68 0.01 0.54 -pruderies pruderie nom f p 0.01 0.68 0.00 0.14 -prudes prude nom p 0.51 0.47 0.20 0.14 -prédestinaient prédestiner ver 0.65 0.74 0.00 0.14 ind:imp:3p; -prédestination prédestination nom f s 0.04 1.01 0.04 0.95 -prédestinations prédestination nom f p 0.04 1.01 0.00 0.07 -prédestiné prédestiner ver m s 0.65 0.74 0.41 0.27 par:pas; -prédestinée prédestiner ver f s 0.65 0.74 0.20 0.07 par:pas; -prédestinées prédestiné adj f p 0.08 0.81 0.00 0.07 -prédestinés prédestiner ver m p 0.65 0.74 0.04 0.27 par:pas; -prudhommesque prudhommesque adj m s 0.14 0.07 0.14 0.00 -prudhommesques prudhommesque adj f p 0.14 0.07 0.00 0.07 -prédicant prédicant nom m s 0.00 0.54 0.00 0.27 -prédicants prédicant nom m p 0.00 0.54 0.00 0.27 -prédicat prédicat nom m s 0.01 0.00 0.01 0.00 -prédicateur prédicateur nom m s 0.84 1.69 0.66 1.01 -prédicateurs prédicateur nom m p 0.84 1.69 0.19 0.68 -prédication prédication nom f s 0.29 0.61 0.25 0.41 -prédications prédication nom f p 0.29 0.61 0.05 0.20 -prédictible prédictible adj s 0.01 0.00 0.01 0.00 -prédictif prédictif adj m s 0.05 0.00 0.01 0.00 -prédiction prédiction nom f s 2.06 3.24 1.08 1.89 -prédictions prédiction nom f p 2.06 3.24 0.98 1.35 -prédictive prédictif adj f s 0.05 0.00 0.04 0.00 -prédigestion prédigestion nom f s 0.00 0.07 0.00 0.07 -prédigéré prédigéré adj m s 0.01 0.00 0.01 0.00 -prédilection prédilection nom f s 0.35 3.18 0.34 3.11 -prédilections prédilection nom f p 0.35 3.18 0.01 0.07 -prédira prédire ver 9.05 6.82 0.01 0.00 ind:fut:3s; -prédire prédire ver 9.05 6.82 2.52 1.28 inf; -prédirent prédire ver 9.05 6.82 0.00 0.07 ind:pas:3p; -prédirez prédire ver 9.05 6.82 0.01 0.00 ind:fut:2p; -prédis prédire ver 9.05 6.82 1.02 0.81 imp:pre:2s;ind:pre:1s;ind:pre:2s; -prédisaient prédire ver 9.05 6.82 0.03 0.14 ind:imp:3p; -prédisait prédire ver 9.05 6.82 0.12 0.61 ind:imp:3s; -prédisant prédire ver 9.05 6.82 0.12 0.20 par:pre; -prédise prédire ver 9.05 6.82 0.16 0.00 sub:pre:1s;sub:pre:3s; -prédisent prédire ver 9.05 6.82 0.25 0.20 ind:pre:3p; -prédisez prédire ver 9.05 6.82 0.04 0.00 ind:pre:2p; -prédisiez prédire ver 9.05 6.82 0.00 0.07 ind:imp:2p; -prédisposait prédisposer ver 0.27 0.68 0.00 0.07 ind:imp:3s; -prédisposant prédisposer ver 0.27 0.68 0.00 0.07 par:pre; -prédispose prédisposer ver 0.27 0.68 0.03 0.27 imp:pre:2s;ind:pre:3s; -prédisposition prédisposition nom f s 0.46 0.41 0.21 0.27 -prédispositions prédisposition nom f p 0.46 0.41 0.25 0.14 -prédisposé prédisposer ver m s 0.27 0.68 0.09 0.14 par:pas; -prédisposée prédisposer ver f s 0.27 0.68 0.13 0.07 par:pas; -prédisposées prédisposer ver f p 0.27 0.68 0.01 0.07 par:pas; -prédisposés prédisposer ver m p 0.27 0.68 0.01 0.00 par:pas; -prédit prédire ver m s 9.05 6.82 4.46 3.38 ind:pre:3s;par:pas; -prédite prédire ver f s 9.05 6.82 0.32 0.07 par:pas; -prédominaient prédominer ver 0.12 0.27 0.00 0.07 ind:imp:3p; -prédominait prédominer ver 0.12 0.27 0.00 0.14 ind:imp:3s; -prédominance prédominance nom f s 0.01 0.47 0.01 0.47 -prédominant prédominant adj m s 0.11 0.34 0.04 0.14 -prédominante prédominant adj f s 0.11 0.34 0.07 0.20 -prédomine prédominer ver 0.12 0.27 0.08 0.00 ind:pre:3s; -prédominer prédominer ver 0.12 0.27 0.01 0.00 inf; -prédécesseur prédécesseur nom m s 2.27 3.18 1.60 1.96 -prédécesseurs prédécesseur nom m p 2.27 3.18 0.67 1.22 -prédécoupée prédécoupé adj f s 0.01 0.00 0.01 0.00 -prédéfini prédéfinir ver m s 0.03 0.00 0.01 0.00 par:pas; -prédéfinies prédéfinir ver f p 0.03 0.00 0.01 0.00 par:pas; -prédéterminer prédéterminer ver 0.55 0.07 0.00 0.07 inf; -prédéterminé prédéterminer ver m s 0.55 0.07 0.24 0.00 par:pas; -prédéterminée prédéterminer ver f s 0.55 0.07 0.26 0.00 par:pas; -prédéterminées prédéterminer ver f p 0.55 0.07 0.02 0.00 par:pas; -prédéterminés prédéterminer ver m p 0.55 0.07 0.02 0.00 par:pas; -préemption préemption nom f s 0.05 0.07 0.05 0.07 -préemptive préemptif adj f s 0.01 0.00 0.01 0.00 -préencollé préencollé adj m s 0.01 0.00 0.01 0.00 -préexistaient préexister ver 0.01 0.27 0.00 0.07 ind:imp:3p; -préexistait préexister ver 0.01 0.27 0.00 0.07 ind:imp:3s; -préexistant préexistant adj m s 0.04 0.00 0.01 0.00 -préexistante préexistant adj f s 0.04 0.00 0.03 0.00 -préexistants préexistant adj m p 0.04 0.00 0.01 0.00 -préexiste préexister ver 0.01 0.27 0.00 0.14 ind:pre:3s; -préexisté préexister ver m s 0.01 0.27 0.01 0.00 par:pas; -préfabriqué préfabriqué adj m s 0.62 1.42 0.19 0.88 -préfabriquée préfabriqué adj f s 0.62 1.42 0.23 0.14 -préfabriquées préfabriqué adj f p 0.62 1.42 0.00 0.20 -préfabriqués préfabriqué adj m p 0.62 1.42 0.20 0.20 -préface préface nom f s 0.42 2.97 0.42 2.64 -préfacent préfacer ver 0.04 0.34 0.00 0.07 ind:pre:3p; -préfacer préfacer ver 0.04 0.34 0.04 0.00 inf; -préfaces préface nom f p 0.42 2.97 0.00 0.34 -préfacier préfacier nom m s 0.00 0.07 0.00 0.07 -préfacé préfacer ver m s 0.04 0.34 0.00 0.14 par:pas; -préfacées préfacer ver f p 0.04 0.34 0.00 0.07 par:pas; -préfectance préfectance nom f s 0.00 0.14 0.00 0.14 -préfectorale préfectoral adj f s 0.00 0.07 0.00 0.07 -préfecture préfecture nom f s 3.98 7.91 3.97 7.36 -préfectures préfecture nom f p 3.98 7.91 0.01 0.54 -préfet préfet nom m s 7.56 8.45 7.42 7.09 -préfets préfet nom m p 7.56 8.45 0.14 1.35 -préfiguraient préfigurer ver 0.02 1.69 0.00 0.34 ind:imp:3p; -préfigurait préfigurer ver 0.02 1.69 0.00 0.34 ind:imp:3s; -préfigurant préfigurer ver 0.02 1.69 0.00 0.07 par:pre; -préfiguration préfiguration nom f s 0.00 0.61 0.00 0.61 -préfigure préfigurer ver 0.02 1.69 0.01 0.41 ind:pre:3s; -préfigurent préfigurer ver 0.02 1.69 0.00 0.14 ind:pre:3p; -préfigurer préfigurer ver 0.02 1.69 0.01 0.07 inf; -préfiguré préfigurer ver m s 0.02 1.69 0.00 0.07 par:pas; -préfigurée préfigurer ver f s 0.02 1.69 0.00 0.27 par:pas; -préfix préfix adj m 0.01 0.00 0.01 0.00 -préfixation préfixation nom f s 0.01 0.00 0.01 0.00 -préfixe préfixe nom m s 0.35 0.34 0.23 0.14 -préfixes préfixe nom m p 0.35 0.34 0.12 0.20 -préformait préformer ver 0.00 0.14 0.00 0.07 ind:imp:3s; -préformation préformation nom f s 0.00 0.07 0.00 0.07 -préformer préformer ver 0.00 0.14 0.00 0.07 inf; -préfrontal préfrontal adj m s 0.06 0.07 0.05 0.00 -préfrontale préfrontal adj f s 0.06 0.07 0.01 0.07 -préfère préférer ver 179.44 133.38 90.34 36.15 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -préfèrent préférer ver 179.44 133.38 5.94 3.85 ind:pre:3p;sub:pre:3p; -préfères préférer ver 179.44 133.38 21.62 5.68 ind:pre:2s; -préféra préférer ver 179.44 133.38 0.32 4.66 ind:pas:3s; -préférable préférable adj s 4.56 7.70 4.39 7.30 -préférablement préférablement adv 0.01 0.00 0.01 0.00 -préférables préférable adj p 4.56 7.70 0.17 0.41 -préférai préférer ver 179.44 133.38 0.13 0.95 ind:pas:1s; -préféraient préférer ver 179.44 133.38 0.67 3.72 ind:imp:3p; -préférais préférer ver 179.44 133.38 3.66 9.19 ind:imp:1s;ind:imp:2s; -préférait préférer ver 179.44 133.38 2.85 21.55 ind:imp:3s; -préférant préférer ver 179.44 133.38 0.21 3.65 par:pre; -préférence préférence nom f s 5.73 13.92 4.65 12.16 -préférences préférence nom f p 5.73 13.92 1.09 1.76 -préférentiel préférentiel adj m s 0.16 0.14 0.06 0.07 -préférentielle préférentiel adj f s 0.16 0.14 0.10 0.07 -préférer préférer ver 179.44 133.38 1.68 5.95 inf; -préférera préférer ver 179.44 133.38 0.66 0.27 ind:fut:3s; -préférerai préférer ver 179.44 133.38 0.40 0.07 ind:fut:1s; -préféreraient préférer ver 179.44 133.38 0.43 0.47 cnd:pre:3p; -préférerais préférer ver 179.44 133.38 14.52 5.14 cnd:pre:1s;cnd:pre:2s; -préférerait préférer ver 179.44 133.38 1.73 1.22 cnd:pre:3s; -préféreras préférer ver 179.44 133.38 0.20 0.00 ind:fut:2s; -préférerez préférer ver 179.44 133.38 0.09 0.07 ind:fut:2p; -préféreriez préférer ver 179.44 133.38 1.17 0.68 cnd:pre:2p; -préférerions préférer ver 179.44 133.38 0.28 0.07 cnd:pre:1p; -préféreront préférer ver 179.44 133.38 0.03 0.00 ind:fut:3p; -préférez préférer ver 179.44 133.38 12.19 5.81 imp:pre:2p;ind:pre:2p; -préfériez préférer ver 179.44 133.38 0.39 0.20 ind:imp:2p; -préférions préférer ver 179.44 133.38 0.02 1.35 ind:imp:1p; -préférâmes préférer ver 179.44 133.38 0.00 0.07 ind:pas:1p; -préférons préférer ver 179.44 133.38 1.67 0.95 imp:pre:1p;ind:pre:1p; -préférât préférer ver 179.44 133.38 0.00 0.47 sub:imp:3s; -préférèrent préférer ver 179.44 133.38 0.00 0.47 ind:pas:3p; -préféré préférer ver m s 179.44 133.38 17.57 19.73 par:pas; -préférée préféré adj f s 27.42 11.01 9.82 3.45 -préférées préféré adj f p 27.42 11.01 1.80 1.15 -préférés préféré adj m p 27.42 11.01 2.04 1.96 -prégnance prégnance nom f s 0.00 0.14 0.00 0.14 -prégnante prégnant adj f s 0.01 0.00 0.01 0.00 -préhenseur préhenseur adj m s 1.00 0.00 1.00 0.00 -préhensile préhensile adj m s 0.01 0.07 0.01 0.07 -préhension préhension nom f s 0.10 0.07 0.10 0.07 -préhensives préhensif adj f p 0.00 0.07 0.00 0.07 -préhistoire préhistoire nom f s 0.73 2.84 0.73 2.84 -préhistorien préhistorien nom m s 0.00 0.07 0.00 0.07 -préhistorique préhistorique adj s 1.28 2.91 0.83 1.55 -préhistoriques préhistorique adj p 1.28 2.91 0.45 1.35 -préhominien préhominien nom m s 0.00 0.07 0.00 0.07 -préindustriel préindustriel adj m s 0.01 0.00 0.01 0.00 -préjudice préjudice nom m s 1.80 2.03 1.56 1.96 -préjudices préjudice nom m p 1.80 2.03 0.25 0.07 -préjudiciable préjudiciable adj s 0.34 0.88 0.30 0.47 -préjudiciables préjudiciable adj m p 0.34 0.88 0.03 0.41 -préjuge préjuger ver 0.16 1.69 0.00 0.20 ind:pre:3s; -préjugeait préjuger ver 0.16 1.69 0.00 0.07 ind:imp:3s; -préjugeant préjuger ver 0.16 1.69 0.00 0.20 par:pre; -préjuger préjuger ver 0.16 1.69 0.02 0.88 inf; -préjugé préjugé nom m s 4.79 10.61 0.93 2.43 -préjugée préjuger ver f s 0.16 1.69 0.00 0.07 par:pas; -préjugés préjugé nom m p 4.79 10.61 3.86 8.18 -prélassaient prélasser ver 0.73 2.57 0.00 0.20 ind:imp:3p; -prélassais prélasser ver 0.73 2.57 0.02 0.07 ind:imp:1s; -prélassait prélasser ver 0.73 2.57 0.01 0.34 ind:imp:3s; -prélassant prélasser ver 0.73 2.57 0.01 0.14 par:pre; -prélasse prélasser ver 0.73 2.57 0.33 0.41 ind:pre:1s;ind:pre:3s; -prélassent prélasser ver 0.73 2.57 0.02 0.27 ind:pre:3p; -prélasser prélasser ver 0.73 2.57 0.33 0.88 inf; -prélassera prélasser ver 0.73 2.57 0.00 0.07 ind:fut:3s; -prélasseront prélasser ver 0.73 2.57 0.00 0.07 ind:fut:3p; -prélassez prélasser ver 0.73 2.57 0.00 0.07 ind:pre:2p; -prélassiez prélasser ver 0.73 2.57 0.01 0.00 ind:imp:2p; -prélassèrent prélasser ver 0.73 2.57 0.00 0.07 ind:pas:3p; -prélat prélat nom m s 0.14 2.77 0.04 1.76 -prélats prélat nom m p 0.14 2.77 0.10 1.01 -prélavage prélavage nom m s 0.01 0.00 0.01 0.00 -prélaver prélaver ver 0.01 0.00 0.01 0.00 inf; -prélegs prélegs nom m 0.00 0.07 0.00 0.07 -prêles prêle nom f p 0.00 0.14 0.00 0.14 -préleva prélever ver 6.07 5.81 0.00 0.27 ind:pas:3s; -prélevaient prélever ver 6.07 5.81 0.11 0.14 ind:imp:3p; -prélevais prélever ver 6.07 5.81 0.11 0.07 ind:imp:1s; -prélevait prélever ver 6.07 5.81 0.01 0.47 ind:imp:3s; -prélevant prélever ver 6.07 5.81 0.16 0.14 par:pre; -prélever prélever ver 6.07 5.81 1.75 1.35 inf; -prélevez prélever ver 6.07 5.81 0.18 0.00 imp:pre:2p;ind:pre:2p; -prélevons prélever ver 6.07 5.81 0.07 0.00 imp:pre:1p;ind:pre:1p; -prélevèrent prélever ver 6.07 5.81 0.01 0.07 ind:pas:3p; -prélevé prélever ver m s 6.07 5.81 1.87 0.81 par:pas; -prélevée prélever ver f s 6.07 5.81 0.40 0.74 par:pas; -prélevées prélever ver f p 6.07 5.81 0.39 0.54 par:pas; -prélevés prélever ver m p 6.07 5.81 0.32 0.54 par:pas; -préliminaire préliminaire adj s 3.12 1.69 2.21 0.74 -préliminaires préliminaire nom m p 1.67 1.08 1.56 0.88 -prélève prélever ver 6.07 5.81 0.59 0.41 imp:pre:2s;ind:pre:1s;ind:pre:3s; -prélèvement prélèvement nom m s 4.33 1.28 2.43 0.54 -prélèvements prélèvement nom m p 4.33 1.28 1.89 0.74 -prélèvent prélever ver 6.07 5.81 0.05 0.14 ind:pre:3p; -prélèveraient prélever ver 6.07 5.81 0.00 0.07 cnd:pre:3p; -prélèverait prélever ver 6.07 5.81 0.00 0.07 cnd:pre:3s; -prélèverez prélever ver 6.07 5.81 0.03 0.00 ind:fut:2p; -prélèverions prélever ver 6.07 5.81 0.02 0.00 cnd:pre:1p; -préluda préluder ver 0.00 2.57 0.00 0.20 ind:pas:3s; -préludaient préluder ver 0.00 2.57 0.00 0.07 ind:imp:3p; -préludait préluder ver 0.00 2.57 0.00 0.34 ind:imp:3s; -préludant préluder ver 0.00 2.57 0.00 0.14 par:pre; -prélude prélude nom m s 1.23 2.91 0.89 2.36 -préludent préluder ver 0.00 2.57 0.00 0.14 ind:pre:3p; -préluder préluder ver 0.00 2.57 0.00 0.27 inf; -préluderait préluder ver 0.00 2.57 0.00 0.07 cnd:pre:3s; -préludes prélude nom m p 1.23 2.91 0.34 0.54 -préludât préluder ver 0.00 2.57 0.00 0.07 sub:imp:3s; -préludèrent préluder ver 0.00 2.57 0.00 0.07 ind:pas:3p; -préludé préluder ver m s 0.00 2.57 0.00 0.27 par:pas; -prématurité prématurité nom f s 0.01 0.00 0.01 0.00 -prématuré prématuré adj m s 2.39 3.18 1.51 1.22 -prématurée prématuré adj f s 2.39 3.18 0.68 1.28 -prématurées prématuré adj f p 2.39 3.18 0.14 0.61 -prématurément prématurément adv 1.22 2.03 1.22 2.03 -prématurés prématuré nom m p 1.00 0.20 0.20 0.00 -prémenstruel prémenstruel adj m s 0.26 0.00 0.21 0.00 -prémenstruelle prémenstruel adj f s 0.26 0.00 0.05 0.00 -prémices prémices nom f p 0.34 1.35 0.34 1.35 -prémisse prémisse nom f s 0.11 0.68 0.05 0.07 -prémisses prémisse nom f p 0.11 0.68 0.05 0.61 -prémolaire prémolaire nom f s 0.23 0.14 0.19 0.07 -prémolaires prémolaire nom f p 0.23 0.14 0.04 0.07 -prémonition prémonition nom f s 3.54 2.64 2.46 2.03 -prémonitions prémonition nom f p 3.54 2.64 1.08 0.61 -prémonitoire prémonitoire adj s 0.43 1.62 0.24 1.22 -prémonitoires prémonitoire adj p 0.43 1.62 0.19 0.41 -prémontrés prémontré adj m p 0.00 0.07 0.00 0.07 -préméditait préméditer ver 0.66 1.89 0.00 0.14 ind:imp:3s; -préméditation préméditation nom f s 1.30 1.82 1.30 1.69 -préméditations préméditation nom f p 1.30 1.82 0.00 0.14 -prémédite préméditer ver 0.66 1.89 0.01 0.14 ind:pre:3s; -préméditer préméditer ver 0.66 1.89 0.02 0.00 inf; -préméditera préméditer ver 0.66 1.89 0.00 0.07 ind:fut:3s; -préméditons préméditer ver 0.66 1.89 0.00 0.07 ind:pre:1p; -prémédité prémédité adj m s 1.46 0.95 1.25 0.27 -préméditée prémédité adj f s 1.46 0.95 0.11 0.41 -préméditées préméditer ver f p 0.66 1.89 0.00 0.07 par:pas; -prémédités prémédité adj m p 1.46 0.95 0.11 0.20 -prémuni prémunir ver m s 0.07 0.95 0.02 0.14 par:pas; -prémunie prémunir ver f s 0.07 0.95 0.00 0.07 par:pas; -prémunir prémunir ver 0.07 0.95 0.04 0.54 inf; -prémuniraient prémunir ver 0.07 0.95 0.00 0.07 cnd:pre:3p; -prémunis prémunir ver m p 0.07 0.95 0.00 0.07 par:pas; -prémunissent prémunir ver 0.07 0.95 0.00 0.07 ind:pre:3p; -prénatal prénatal adj m s 0.46 0.54 0.27 0.14 -prénatale prénatal adj f s 0.46 0.54 0.12 0.41 -prénatales prénatal adj f p 0.46 0.54 0.05 0.00 -prénataux prénatal adj m p 0.46 0.54 0.02 0.00 -prune prune nom f s 2.94 5.68 1.07 1.55 -pruneau pruneau nom m s 1.59 3.65 0.92 1.35 -pruneaux pruneau nom m p 1.59 3.65 0.67 2.30 -prunelle prunelle nom f s 1.10 15.74 0.94 3.11 -prunelles prunelle nom f p 1.10 15.74 0.16 12.64 -prunellier prunellier nom m s 0.00 0.47 0.00 0.07 -prunelliers prunellier nom m p 0.00 0.47 0.00 0.41 -prunes prune nom f p 2.94 5.68 1.87 4.12 -prunier prunier nom m s 0.96 2.57 0.49 1.28 -pruniers prunier nom m p 0.96 2.57 0.47 1.28 -prénom_type prénom_type nom m s 0.00 0.07 0.00 0.07 -prénom prénom nom m s 25.88 30.47 23.18 24.19 -prénomma prénommer ver 0.83 2.36 0.00 0.07 ind:pas:3s; -prénommaient prénommer ver 0.83 2.36 0.00 0.07 ind:imp:3p; -prénommais prénommer ver 0.83 2.36 0.03 0.00 ind:imp:1s; -prénommait prénommer ver 0.83 2.36 0.02 0.81 ind:imp:3s; -prénommant prénommer ver 0.83 2.36 0.00 0.14 par:pre; -prénomme prénommer ver 0.83 2.36 0.06 0.47 imp:pre:2s;ind:pre:3s; -prénomment prénommer ver 0.83 2.36 0.14 0.07 ind:pre:3p; -prénommer prénommer ver 0.83 2.36 0.00 0.27 inf; -prénommez prénommer ver 0.83 2.36 0.02 0.00 ind:pre:2p; -prénommât prénommer ver 0.83 2.36 0.00 0.07 sub:imp:3s; -prénommèrent prénommer ver 0.83 2.36 0.01 0.00 ind:pas:3p; -prénommé prénommer ver m s 0.83 2.36 0.38 0.41 par:pas; -prénommée prénommé nom f s 0.26 0.47 0.17 0.20 -prénoms prénom nom m p 25.88 30.47 2.70 6.28 -prénuptial prénuptial adj m s 0.47 0.20 0.30 0.07 -prénuptiale prénuptial adj f s 0.47 0.20 0.17 0.14 -prunus prunus nom m 0.00 0.07 0.00 0.07 -préoccupa préoccuper ver 17.43 18.92 0.01 0.07 ind:pas:3s; -préoccupai préoccuper ver 17.43 18.92 0.00 0.14 ind:pas:1s; -préoccupaient préoccuper ver 17.43 18.92 0.02 0.68 ind:imp:3p; -préoccupais préoccuper ver 17.43 18.92 0.23 0.27 ind:imp:1s;ind:imp:2s; -préoccupait préoccuper ver 17.43 18.92 0.52 3.78 ind:imp:3s; -préoccupant préoccupant adj m s 0.35 0.88 0.27 0.27 -préoccupante préoccupant adj f s 0.35 0.88 0.06 0.41 -préoccupantes préoccupant adj f p 0.35 0.88 0.02 0.20 -préoccupation préoccupation nom f s 3.23 11.82 1.53 3.99 -préoccupations préoccupation nom f p 3.23 11.82 1.69 7.84 -préoccupe préoccuper ver 17.43 18.92 7.48 2.57 imp:pre:2s;ind:pre:1s;ind:pre:3s; -préoccupent préoccuper ver 17.43 18.92 0.34 0.41 ind:pre:3p; -préoccuper préoccuper ver 17.43 18.92 2.68 3.45 inf; -préoccupera préoccuper ver 17.43 18.92 0.04 0.07 ind:fut:3s; -préoccuperai préoccuper ver 17.43 18.92 0.03 0.00 ind:fut:1s; -préoccuperaient préoccuper ver 17.43 18.92 0.01 0.00 cnd:pre:3p; -préoccuperais préoccuper ver 17.43 18.92 0.03 0.00 cnd:pre:1s; -préoccuperait préoccuper ver 17.43 18.92 0.06 0.00 cnd:pre:3s; -préoccupes préoccuper ver 17.43 18.92 0.81 0.14 ind:pre:2s; -préoccupez préoccuper ver 17.43 18.92 0.85 0.07 imp:pre:2p;ind:pre:2p; -préoccupiez préoccuper ver 17.43 18.92 0.02 0.00 ind:imp:2p; -préoccupions préoccuper ver 17.43 18.92 0.00 0.07 ind:imp:1p; -préoccupons préoccuper ver 17.43 18.92 0.02 0.20 imp:pre:1p;ind:pre:1p; -préoccupât préoccuper ver 17.43 18.92 0.00 0.20 sub:imp:3s; -préoccupâtes préoccuper ver 17.43 18.92 0.01 0.00 ind:pas:2p; -préoccupèrent préoccuper ver 17.43 18.92 0.00 0.07 ind:pas:3p; -préoccupé préoccuper ver m s 17.43 18.92 2.84 3.85 par:pas; -préoccupée préoccuper ver f s 17.43 18.92 0.71 1.35 par:pas; -préoccupées préoccupé adj f p 1.44 4.86 0.01 0.20 -préoccupés préoccuper ver m p 17.43 18.92 0.68 1.22 par:pas; -préopératoire préopératoire adj s 0.05 0.00 0.05 0.00 -prépa prépa nom f s 0.78 0.00 0.78 0.00 -prépara préparer ver 174.32 154.12 0.30 5.00 ind:pas:3s; -préparai préparer ver 174.32 154.12 0.02 1.22 ind:pas:1s; -préparaient préparer ver 174.32 154.12 0.90 5.41 ind:imp:3p; -préparais préparer ver 174.32 154.12 1.68 2.43 ind:imp:1s;ind:imp:2s; -préparait préparer ver 174.32 154.12 3.38 25.00 ind:imp:3s; -préparant préparer ver 174.32 154.12 1.00 5.14 par:pre; -préparateur préparateur nom m s 0.05 1.15 0.04 0.88 -préparateurs préparateur nom m p 0.05 1.15 0.00 0.14 -préparatif préparatif nom m s 3.09 7.36 0.00 0.07 -préparatifs préparatif nom m p 3.09 7.36 3.09 7.30 -préparation préparation nom f s 6.13 10.54 5.17 9.73 -préparations préparation nom f p 6.13 10.54 0.95 0.81 -préparatoire préparatoire adj s 0.52 2.64 0.43 1.55 -préparatoires préparatoire adj p 0.52 2.64 0.09 1.08 -préparatrice préparateur nom f s 0.05 1.15 0.01 0.07 -préparatrices préparateur nom f p 0.05 1.15 0.00 0.07 -prépare préparer ver 174.32 154.12 45.54 19.59 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:1s; -préparent préparer ver 174.32 154.12 6.09 3.72 ind:pre:3p; -préparer préparer ver 174.32 154.12 46.70 43.24 ind:pre:2p;inf; -préparera préparer ver 174.32 154.12 0.85 0.41 ind:fut:3s; -préparerai préparer ver 174.32 154.12 1.65 0.47 ind:fut:1s; -prépareraient préparer ver 174.32 154.12 0.15 0.14 cnd:pre:3p; -préparerais préparer ver 174.32 154.12 0.24 0.14 cnd:pre:1s;cnd:pre:2s; -préparerait préparer ver 174.32 154.12 0.03 0.68 cnd:pre:3s; -prépareras préparer ver 174.32 154.12 0.05 0.00 ind:fut:2s; -préparerez préparer ver 174.32 154.12 0.04 0.00 ind:fut:2p; -préparerons préparer ver 174.32 154.12 0.30 0.07 ind:fut:1p; -prépareront préparer ver 174.32 154.12 0.04 0.07 ind:fut:3p; -prépares préparer ver 174.32 154.12 3.35 0.61 ind:pre:2s;sub:pre:2s; -préparez préparer ver 174.32 154.12 26.72 2.03 imp:pre:2p;ind:pre:2p; -prépariez préparer ver 174.32 154.12 0.38 0.07 ind:imp:2p; -préparions préparer ver 174.32 154.12 0.12 0.61 ind:imp:1p; -préparons préparer ver 174.32 154.12 2.92 0.74 imp:pre:1p;ind:pre:1p; -préparât préparer ver 174.32 154.12 0.00 0.54 sub:imp:3s; -préparèrent préparer ver 174.32 154.12 0.11 0.34 ind:pas:3p; -préparé préparer ver m s 174.32 154.12 25.19 21.96 par:pas; -préparée préparer ver f s 174.32 154.12 2.97 6.82 par:pas; -préparées préparer ver f p 174.32 154.12 0.75 2.77 par:pas; -préparés préparer ver m p 174.32 154.12 2.86 4.93 par:pas; -prépayée prépayer ver f s 0.01 0.00 0.01 0.00 par:pas; -prépondérance prépondérance nom f s 0.07 0.61 0.07 0.61 -prépondérant prépondérant adj m s 0.15 1.35 0.12 0.27 -prépondérante prépondérant adj f s 0.15 1.35 0.03 0.88 -prépondérants prépondérant adj m p 0.15 1.35 0.00 0.20 -préposition préposition nom f s 0.23 0.20 0.20 0.07 -prépositions préposition nom f p 0.23 0.20 0.03 0.14 -préposé préposé nom m s 0.91 3.99 0.77 2.84 -préposée préposé nom f s 0.91 3.99 0.10 0.41 -préposées préposé nom f p 0.91 3.99 0.00 0.07 -préposés préposé nom m p 0.91 3.99 0.04 0.68 -prépotence prépotence nom f s 0.00 0.07 0.00 0.07 -préprogrammé préprogrammé adj m s 0.09 0.00 0.07 0.00 -préprogrammée préprogrammé adj f s 0.09 0.00 0.03 0.00 -prépubère prépubère adj s 0.08 0.00 0.08 0.00 -prépuce prépuce nom m s 0.89 0.47 0.88 0.41 -prépuces prépuce nom m p 0.89 0.47 0.01 0.07 -préraphaélite préraphaélite adj s 0.00 0.07 0.00 0.07 -prérentrée prérentrée nom f s 0.01 0.00 0.01 0.00 -préretraite préretraite nom f s 0.04 0.00 0.04 0.00 -prurigo prurigo nom m s 0.00 0.07 0.00 0.07 -prurit prurit nom m s 2.15 0.88 2.15 0.88 -prérogative prérogative nom f s 0.59 1.35 0.28 0.27 -prérogatives prérogative nom f p 0.59 1.35 0.31 1.08 -préroman préroman adj m s 0.00 0.07 0.00 0.07 -préréglé prérégler ver m s 0.03 0.00 0.03 0.00 par:pas; -prérévolutionnaire prérévolutionnaire adj f s 0.00 0.07 0.00 0.07 -prés pré nom m p 21.59 32.50 16.56 12.70 -présage présage nom m s 2.99 4.59 1.95 2.77 -présagea présager ver 0.79 3.31 0.00 0.14 ind:pas:3s; -présageaient présager ver 0.79 3.31 0.01 0.27 ind:imp:3p; -présageait présager ver 0.79 3.31 0.13 0.95 ind:imp:3s; -présagent présager ver 0.79 3.31 0.01 0.00 ind:pre:3p; -présager présager ver 0.79 3.31 0.14 1.49 inf; -présagerait présager ver 0.79 3.31 0.01 0.07 cnd:pre:3s; -présages présage nom m p 2.99 4.59 1.04 1.82 -présagé présager ver m s 0.79 3.31 0.01 0.00 par:pas; -préscolaire préscolaire adj f s 0.07 0.00 0.05 0.00 -préscolaires préscolaire adj p 0.07 0.00 0.02 0.00 -présence présence nom f s 45.03 135.54 44.95 133.11 -présences présence nom f p 45.03 135.54 0.07 2.43 -présent présent nom m s 66.72 141.01 65.14 137.23 -présenta présenter ver 165.86 135.14 0.93 13.18 ind:pas:3s; -présentable présentable adj s 3.17 2.09 2.65 1.82 -présentables présentable adj p 3.17 2.09 0.52 0.27 -présentai présenter ver 165.86 135.14 0.17 1.28 ind:pas:1s; -présentaient présenter ver 165.86 135.14 0.21 4.32 ind:imp:3p; -présentais présenter ver 165.86 135.14 0.40 0.74 ind:imp:1s;ind:imp:2s; -présentait présenter ver 165.86 135.14 1.59 20.14 ind:imp:3s; -présentant présenter ver 165.86 135.14 1.09 5.54 par:pre; -présentassent présenter ver 165.86 135.14 0.00 0.07 sub:imp:3p; -présentateur présentateur nom m s 2.91 1.49 1.76 1.08 -présentateurs présentateur nom m p 2.91 1.49 0.20 0.14 -présentation présentation nom f s 7.88 8.38 5.52 4.80 -présentations présentation nom f p 7.88 8.38 2.37 3.58 -présentatrice présentateur nom f s 2.91 1.49 0.95 0.20 -présentatrices présentatrice nom f p 0.20 0.00 0.20 0.00 -présente présenter ver 165.86 135.14 61.59 27.50 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -présentement présentement adv 1.27 3.78 1.27 3.78 -présentent présenter ver 165.86 135.14 3.81 4.73 ind:pre:3p; -présenter présenter ver 165.86 135.14 56.14 28.99 inf;; -présentera présenter ver 165.86 135.14 1.91 0.61 ind:fut:3s; -présenterai présenter ver 165.86 135.14 2.89 0.88 ind:fut:1s; -présenteraient présenter ver 165.86 135.14 0.00 0.61 cnd:pre:3p; -présenterais présenter ver 165.86 135.14 0.43 0.07 cnd:pre:1s;cnd:pre:2s; -présenterait présenter ver 165.86 135.14 0.36 2.03 cnd:pre:3s; -présenteras présenter ver 165.86 135.14 0.24 0.20 ind:fut:2s; -présenterez présenter ver 165.86 135.14 0.82 0.41 ind:fut:2p; -présenteriez présenter ver 165.86 135.14 0.03 0.00 cnd:pre:2p; -présenterons présenter ver 165.86 135.14 0.36 0.00 ind:fut:1p; -présenteront présenter ver 165.86 135.14 0.51 0.41 ind:fut:3p; -présentes présenter ver 165.86 135.14 3.44 0.41 ind:pre:2s; -présentez présenter ver 165.86 135.14 5.83 0.81 imp:pre:2p;ind:pre:2p; -présentiez présenter ver 165.86 135.14 0.40 0.14 ind:imp:2p; -présentions présenter ver 165.86 135.14 0.02 0.20 ind:imp:1p; -présentoir présentoir nom m s 0.38 1.35 0.38 0.88 -présentoirs présentoir nom m p 0.38 1.35 0.00 0.47 -présentons présenter ver 165.86 135.14 0.79 0.54 imp:pre:1p;ind:pre:1p; -présentât présenter ver 165.86 135.14 0.00 0.27 sub:imp:3s; -présents présent adj m p 53.70 80.74 5.38 8.85 -présentèrent présenter ver 165.86 135.14 0.15 1.28 ind:pas:3p; -présenté présenter ver m s 165.86 135.14 12.58 11.42 par:pas; -présentée présenter ver f s 165.86 135.14 3.86 3.99 par:pas; -présentées présenter ver f p 165.86 135.14 0.73 1.76 par:pas; -présentés présenter ver m p 165.86 135.14 4.57 2.64 par:pas; -préserva préserver ver 14.61 21.15 0.01 0.20 ind:pas:3s; -préservaient préserver ver 14.61 21.15 0.00 0.47 ind:imp:3p; -préservais préserver ver 14.61 21.15 0.11 0.07 ind:imp:1s; -préservait préserver ver 14.61 21.15 0.17 1.01 ind:imp:3s; -préservant préserver ver 14.61 21.15 0.45 0.41 par:pre; -préservateur préservateur nom m s 0.01 0.00 0.01 0.00 -préservatif préservatif nom m s 5.19 0.47 2.16 0.07 -préservatifs préservatif nom m p 5.19 0.47 3.03 0.41 -préservation préservation nom f s 1.00 0.47 1.00 0.47 -préserve préserver ver 14.61 21.15 2.99 1.62 imp:pre:2s;ind:pre:1s;ind:pre:3s; -préservent préserver ver 14.61 21.15 0.10 0.34 ind:pre:3p; -préserver préserver ver 14.61 21.15 7.26 9.66 ind:pre:2p;inf; -préservera préserver ver 14.61 21.15 0.23 0.07 ind:fut:3s; -préserverai préserver ver 14.61 21.15 0.03 0.00 ind:fut:1s; -préserverait préserver ver 14.61 21.15 0.00 0.20 cnd:pre:3s; -préservez préserver ver 14.61 21.15 0.54 0.20 imp:pre:2p;ind:pre:2p; -préservons préserver ver 14.61 21.15 0.21 0.00 imp:pre:1p;ind:pre:1p; -préservé préserver ver m s 14.61 21.15 1.49 3.65 par:pas; -préservée préserver ver f s 14.61 21.15 0.59 2.36 par:pas; -préservées préserver ver f p 14.61 21.15 0.32 0.41 par:pas; -préservés préserver ver m p 14.61 21.15 0.12 0.47 par:pas; -présida présider ver 4.72 10.61 0.14 0.27 ind:pas:3s; -présidai présider ver 4.72 10.61 0.00 0.20 ind:pas:1s; -présidaient présider ver 4.72 10.61 0.00 0.41 ind:imp:3p; -présidais présider ver 4.72 10.61 0.17 0.00 ind:imp:1s; -présidait présider ver 4.72 10.61 0.46 2.16 ind:imp:3s; -présidant présider ver 4.72 10.61 0.00 0.47 par:pre; -préside présider ver 4.72 10.61 1.20 1.69 imp:pre:2s;ind:pre:1s;ind:pre:3s; -présidence présidence nom f s 4.27 5.95 4.26 5.88 -présidences présidence nom f p 4.27 5.95 0.01 0.07 -président_directeur président_directeur nom m s 0.02 0.27 0.02 0.27 -président président nom m s 143.39 79.66 131.53 76.22 -présidente président nom f s 143.39 79.66 9.21 1.08 -présidentes président nom f p 143.39 79.66 0.17 0.07 -présidentiable présidentiable adj s 0.04 0.34 0.04 0.27 -présidentiables présidentiable adj p 0.04 0.34 0.00 0.07 -présidentiel présidentiel adj m s 3.80 1.69 1.86 0.68 -présidentielle présidentiel adj f s 3.80 1.69 1.85 0.95 -présidentielles présidentielle adj f p 0.62 0.27 0.62 0.27 -présidentiels présidentiel adj m p 3.80 1.69 0.09 0.07 -présidents_directeur présidents_directeur nom m p 0.00 0.14 0.00 0.14 -présidents président nom m p 143.39 79.66 2.48 2.30 -présider présider ver 4.72 10.61 1.01 1.89 inf; -présidera présider ver 4.72 10.61 0.38 0.07 ind:fut:3s; -présiderai présider ver 4.72 10.61 0.07 0.00 ind:fut:1s; -présiderais présider ver 4.72 10.61 0.00 0.07 cnd:pre:1s; -présiderait présider ver 4.72 10.61 0.03 0.14 cnd:pre:3s; -présideras présider ver 4.72 10.61 0.00 0.14 ind:fut:2s; -présiderez présider ver 4.72 10.61 0.01 0.07 ind:fut:2p; -présides présider ver 4.72 10.61 0.01 0.00 ind:pre:2s; -présidiez présider ver 4.72 10.61 0.02 0.00 ind:imp:2p; -présidium présidium nom m s 0.02 0.14 0.02 0.14 -présidons présider ver 4.72 10.61 0.01 0.07 ind:pre:1p; -présidât présider ver 4.72 10.61 0.00 0.07 sub:imp:3s; -présidèrent présider ver 4.72 10.61 0.00 0.07 ind:pas:3p; -présidé présider ver m s 4.72 10.61 0.41 1.96 par:pas; -présidée présider ver f s 4.72 10.61 0.38 0.41 par:pas; -présidés présider ver m p 4.72 10.61 0.01 0.20 par:pas; -présocratique présocratique adj s 0.00 0.20 0.00 0.14 -présocratiques présocratique adj p 0.00 0.20 0.00 0.07 -présomptif présomptif adj m s 0.23 0.20 0.23 0.14 -présomption présomption nom f s 1.46 1.76 1.06 1.08 -présomptions présomption nom f p 1.46 1.76 0.39 0.68 -présomptive présomptif adj f s 0.23 0.20 0.00 0.07 -présomptueuse présomptueux nom f s 0.42 0.20 0.14 0.00 -présomptueuses présomptueux adj f p 1.00 1.22 0.01 0.14 -présomptueux présomptueux adj m s 1.00 1.22 0.91 0.88 -prussianisé prussianiser ver m s 0.00 0.07 0.00 0.07 par:pas; -prussien prussien adj m s 0.41 3.38 0.16 1.01 -prussienne prussien adj f s 0.41 3.38 0.04 1.42 -prussiennes prussien adj f p 0.41 3.38 0.03 0.41 -prussiens prussien nom m p 0.46 2.97 0.38 2.03 -prussik prussik nom m s 0.02 0.00 0.02 0.00 -prussique prussique adj m s 0.41 0.20 0.41 0.20 -préséance préséance nom f s 0.06 0.81 0.05 0.47 -préséances préséance nom f p 0.06 0.81 0.01 0.34 -présélection présélection nom f s 0.06 0.00 0.04 0.00 -présélectionné présélectionner ver m s 0.04 0.00 0.03 0.00 par:pas; -présélectionnée présélectionner ver f s 0.04 0.00 0.02 0.00 par:pas; -présélections présélection nom f p 0.06 0.00 0.02 0.00 -présumables présumable adj m p 0.00 0.07 0.00 0.07 -présumai présumer ver 9.29 3.65 0.00 0.20 ind:pas:1s; -présumais présumer ver 9.29 3.65 0.16 0.00 ind:imp:1s;ind:imp:2s; -présumait présumer ver 9.29 3.65 0.01 0.47 ind:imp:3s; -présumant présumer ver 9.29 3.65 0.08 0.14 par:pre; -présume présumer ver 9.29 3.65 6.36 1.62 imp:pre:2s;ind:pre:1s;ind:pre:3s; -présumer présumer ver 9.29 3.65 0.82 0.61 inf; -présumerai présumer ver 9.29 3.65 0.02 0.00 ind:fut:1s; -présumez présumer ver 9.29 3.65 0.11 0.00 imp:pre:2p;ind:pre:2p; -présumons présumer ver 9.29 3.65 0.11 0.00 imp:pre:1p;ind:pre:1p; -présumé présumé adj m s 1.62 0.88 1.22 0.47 -présumée présumer ver f s 9.29 3.65 0.38 0.20 par:pas; -présumées présumé adj f p 1.62 0.88 0.02 0.07 -présumés présumer ver m p 9.29 3.65 0.21 0.00 par:pas; -préséniles présénile adj p 0.10 0.00 0.10 0.00 -présupposant présupposer ver 0.15 0.20 0.00 0.14 par:pre; -présuppose présupposer ver 0.15 0.20 0.14 0.00 ind:pre:3s; -présupposent présupposer ver 0.15 0.20 0.01 0.00 ind:pre:3p; -présupposée présupposer ver f s 0.15 0.20 0.00 0.07 par:pas; -prêt_bail prêt_bail nom m s 0.00 0.27 0.00 0.27 -prêt_à_porter prêt_à_porter nom m s 0.00 0.95 0.00 0.95 -prêt prêt adj m s 314.64 121.28 170.23 60.41 -prêta prêter ver 62.00 87.09 0.21 4.59 ind:pas:3s; -prêtai prêter ver 62.00 87.09 0.00 0.41 ind:pas:1s; -prêtaient prêter ver 62.00 87.09 0.28 2.77 ind:imp:3p; -prêtais prêter ver 62.00 87.09 0.38 1.42 ind:imp:1s;ind:imp:2s; -prêtait prêter ver 62.00 87.09 0.29 13.24 ind:imp:3s; -prêtant prêter ver 62.00 87.09 0.33 2.91 par:pre; -prêtassent prêter ver 62.00 87.09 0.00 0.14 sub:imp:3p; -prête_nom prête_nom nom m s 0.00 0.27 0.00 0.27 -prête prêt adj f s 314.64 121.28 66.25 28.31 -prétend prétendre ver 35.64 67.43 11.42 13.24 ind:pre:3s; -prétendît prétendre ver 35.64 67.43 0.00 0.34 sub:imp:3s; -prétendaient prétendre ver 35.64 67.43 0.42 3.65 ind:imp:3p; -prétendais prétendre ver 35.64 67.43 0.55 1.49 ind:imp:1s;ind:imp:2s; -prétendait prétendre ver 35.64 67.43 1.24 16.49 ind:imp:3s; -prétendant prétendant nom m s 3.16 2.16 1.96 1.01 -prétendante prétendant nom f s 3.16 2.16 0.01 0.00 -prétendants prétendant nom m p 3.16 2.16 1.20 1.15 -prétende prétendre ver 35.64 67.43 0.26 0.41 sub:pre:1s;sub:pre:3s; -prétendent prétendre ver 35.64 67.43 2.67 4.32 ind:pre:3p; -prétendez prétendre ver 35.64 67.43 3.10 1.22 imp:pre:2p;ind:pre:2p; -prétendiez prétendre ver 35.64 67.43 0.16 0.07 ind:imp:2p; -prétendions prétendre ver 35.64 67.43 0.02 0.34 ind:imp:1p; -prétendirent prétendre ver 35.64 67.43 0.02 0.54 ind:pas:3p; -prétendis prétendre ver 35.64 67.43 0.00 0.74 ind:pas:1s; -prétendissent prétendre ver 35.64 67.43 0.00 0.07 sub:imp:3p; -prétendit prétendre ver 35.64 67.43 0.17 1.82 ind:pas:3s; -prétendons prétendre ver 35.64 67.43 0.19 0.81 imp:pre:1p;ind:pre:1p; -prétendra prétendre ver 35.64 67.43 0.21 0.27 ind:fut:3s; -prétendrai prétendre ver 35.64 67.43 0.09 0.07 ind:fut:1s; -prétendraient prétendre ver 35.64 67.43 0.00 0.14 cnd:pre:3p; -prétendrais prétendre ver 35.64 67.43 0.14 0.07 cnd:pre:1s;cnd:pre:2s; -prétendrait prétendre ver 35.64 67.43 0.13 0.34 cnd:pre:3s; -prétendras prétendre ver 35.64 67.43 0.29 0.00 ind:fut:2s; -prétendre prétendre ver 35.64 67.43 6.00 10.54 inf; -prétendront prétendre ver 35.64 67.43 0.03 0.20 ind:fut:3p; -prétends prétendre ver 35.64 67.43 4.84 3.72 imp:pre:2s;ind:pre:1s;ind:pre:2s; -prétendu prétendre ver m s 35.64 67.43 2.41 3.65 par:pas; -prétendue prétendu adj f s 2.82 7.64 0.75 2.43 -prétendues prétendu adj f p 2.82 7.64 0.14 0.88 -prétendument prétendument adv 0.37 1.76 0.37 1.76 -prétendus prétendu adj m p 2.82 7.64 0.61 1.82 -prêtent prêter ver 62.00 87.09 0.42 2.50 ind:pre:3p; -prétentaine prétentaine nom f s 0.02 0.07 0.02 0.07 -prétentiard prétentiard adj m s 0.14 0.00 0.14 0.00 -prétentiarde prétentiard nom f s 0.01 0.20 0.00 0.07 -prétentiards prétentiard nom m p 0.01 0.20 0.00 0.07 -prétentieuse prétentieux adj f s 4.51 5.95 1.05 2.03 -prétentieuses prétentieux adj f p 4.51 5.95 0.10 0.68 -prétentieux prétentieux adj m 4.51 5.95 3.37 3.24 -prétention prétention nom f s 2.63 10.68 1.51 6.28 -prétentions prétention nom f p 2.63 10.68 1.12 4.39 -prêter prêter ver 62.00 87.09 14.40 21.22 inf;; -prêtera prêter ver 62.00 87.09 1.37 0.41 ind:fut:3s; -prêterai prêter ver 62.00 87.09 1.56 0.88 ind:fut:1s; -prêteraient prêter ver 62.00 87.09 0.03 0.41 cnd:pre:3p; -prêterais prêter ver 62.00 87.09 0.55 0.41 cnd:pre:1s;cnd:pre:2s; -prêterait prêter ver 62.00 87.09 0.48 1.08 cnd:pre:3s; -prêteras prêter ver 62.00 87.09 0.22 0.07 ind:fut:2s; -prêterez prêter ver 62.00 87.09 0.09 0.07 ind:fut:2p; -prêteriez prêter ver 62.00 87.09 0.16 0.27 cnd:pre:2p; -prêterions prêter ver 62.00 87.09 0.01 0.14 cnd:pre:1p; -préternaturel préternaturel adj m s 0.03 0.00 0.03 0.00 -prêterons prêter ver 62.00 87.09 0.02 0.20 ind:fut:1p; -prêteront prêter ver 62.00 87.09 0.41 0.20 ind:fut:3p; -prêtes prêt adj f p 314.64 121.28 10.78 7.64 -prêteur prêteur adj m s 0.27 0.41 0.23 0.20 -préteur préteur nom m s 0.02 0.20 0.02 0.14 -prêteur prêteur nom m s 1.56 0.61 1.13 0.27 -prêteurs prêteur adj m p 0.27 0.41 0.02 0.14 -préteurs préteur nom m p 0.02 0.20 0.00 0.07 -prêteurs prêteur nom m p 1.56 0.61 0.43 0.27 -prêteuse prêteur adj f s 0.27 0.41 0.01 0.07 -prétexta prétexter ver 0.87 5.61 0.01 0.61 ind:pas:3s; -prétextai prétexter ver 0.87 5.61 0.00 0.20 ind:pas:1s; -prétextait prétexter ver 0.87 5.61 0.01 0.41 ind:imp:3s; -prétextant prétexter ver 0.87 5.61 0.34 3.11 par:pre; -prétexte prétexte nom m s 14.04 42.91 12.10 36.82 -prétextent prétexter ver 0.87 5.61 0.01 0.00 ind:pre:3p; -prétexter prétexter ver 0.87 5.61 0.19 0.07 inf; -prétextes prétexte nom m p 14.04 42.91 1.94 6.08 -prétexté prétexter ver m s 0.87 5.61 0.19 0.54 par:pas; -prêtez prêter ver 62.00 87.09 4.16 0.74 imp:pre:2p;ind:pre:2p; -prêtiez prêter ver 62.00 87.09 0.22 0.07 ind:imp:2p; -prêtions prêter ver 62.00 87.09 0.02 0.20 ind:imp:1p; -prétoire prétoire nom m s 0.24 2.30 0.09 2.16 -prétoires prétoire nom m p 0.24 2.30 0.16 0.14 -prêtâmes prêter ver 62.00 87.09 0.00 0.07 ind:pas:1p; -prêtons prêter ver 62.00 87.09 0.26 0.41 imp:pre:1p;ind:pre:1p; -prétorien prétorien nom m s 0.18 0.07 0.03 0.00 -prétorienne prétorien adj f s 0.36 0.34 0.35 0.14 -prétoriennes prétorien adj f p 0.36 0.34 0.00 0.07 -prétoriens prétorien nom m p 0.18 0.07 0.15 0.07 -prêtât prêter ver 62.00 87.09 0.00 0.34 sub:imp:3s; -prêtraille prêtraille nom f s 0.00 0.07 0.00 0.07 -prêtre_ouvrier prêtre_ouvrier nom m s 0.00 0.07 0.00 0.07 -prêtre prêtre nom m s 51.20 45.27 38.37 29.39 -prêtres prêtre nom m p 51.20 45.27 11.31 14.66 -prêtresse prêtre nom f s 51.20 45.27 1.52 0.88 -prêtresses prêtresse nom f p 0.49 0.00 0.49 0.00 -prêtrise prêtrise nom f s 0.28 0.41 0.28 0.41 -prêts prêt adj 314.64 121.28 67.39 24.93 -prêtèrent prêter ver 62.00 87.09 0.30 0.14 ind:pas:3p; -prêté prêter ver m s 62.00 87.09 10.73 11.08 par:pas; -prêtée prêter ver f s 62.00 87.09 1.28 2.57 par:pas; -prêtées prêter ver f p 62.00 87.09 0.12 0.54 par:pas; -préture préture nom f s 0.01 0.00 0.01 0.00 -prêtés prêter ver m p 62.00 87.09 0.37 1.15 par:pas; -préélectoral préélectoral adj m s 0.02 0.00 0.01 0.00 -préélectorale préélectoral adj f s 0.02 0.00 0.01 0.00 -prééminence prééminence nom f s 0.01 0.41 0.01 0.41 -prééminente prééminent adj f s 0.00 0.07 0.00 0.07 -préétabli préétabli adj m s 0.28 0.41 0.25 0.14 -préétablie préétabli adj f s 0.28 0.41 0.01 0.20 -préétablies préétabli adj f p 0.28 0.41 0.01 0.00 -préétablis préétabli adj m p 0.28 0.41 0.01 0.07 -prévînt prévenir ver 129.26 73.72 0.00 0.07 sub:imp:3s; -prévôt prévôt nom m s 0.47 1.42 0.39 1.35 -prévôts prévôt nom m p 0.47 1.42 0.08 0.07 -prévôté prévôté nom f s 0.01 0.20 0.01 0.20 -prévalaient prévaloir ver 1.44 2.64 0.01 0.27 ind:imp:3p; -prévalait prévaloir ver 1.44 2.64 0.14 0.27 ind:imp:3s; -prévalant prévaloir ver 1.44 2.64 0.10 0.07 par:pre; -prévalence prévalence nom f s 0.11 0.00 0.11 0.00 -prévalent prévalent adj m s 0.14 0.00 0.14 0.00 -prévalez prévaloir ver 1.44 2.64 0.00 0.07 ind:pre:2p; -prévaloir prévaloir ver 1.44 2.64 0.42 1.15 inf; -prévalu prévaloir ver m s 1.44 2.64 0.08 0.20 par:pas; -prévalut prévaloir ver 1.44 2.64 0.01 0.20 ind:pas:3s; -prévaricateur prévaricateur nom m s 0.00 0.14 0.00 0.14 -prévaudra prévaloir ver 1.44 2.64 0.36 0.00 ind:fut:3s; -prévaudrait prévaloir ver 1.44 2.64 0.03 0.14 cnd:pre:3s; -prévaudront prévaloir ver 1.44 2.64 0.01 0.00 ind:fut:3p; -prévaut prévaloir ver 1.44 2.64 0.26 0.27 ind:pre:3s; -prévenaient prévenir ver 129.26 73.72 0.00 0.20 ind:imp:3p; -prévenais prévenir ver 129.26 73.72 0.06 0.07 ind:imp:1s;ind:imp:2s; -prévenait prévenir ver 129.26 73.72 0.32 2.23 ind:imp:3s; -prévenance prévenance nom f s 0.43 2.50 0.23 0.41 -prévenances prévenance nom f p 0.43 2.50 0.20 2.09 -prévenant prévenant adj m s 1.12 1.35 0.74 0.74 -prévenante prévenant adj f s 1.12 1.35 0.29 0.47 -prévenants prévenant adj m p 1.12 1.35 0.09 0.14 -prévenez prévenir ver 129.26 73.72 10.22 1.42 imp:pre:2p;ind:pre:2p; -préveniez prévenir ver 129.26 73.72 0.07 0.07 ind:imp:2p; -prévenions prévenir ver 129.26 73.72 0.11 0.07 ind:imp:1p; -prévenir prévenir ver 129.26 73.72 42.49 31.49 inf; -prévenons prévenir ver 129.26 73.72 0.67 0.00 imp:pre:1p;ind:pre:1p; -préventif préventif adj m s 1.85 1.22 0.26 0.41 -prévention prévention nom f s 1.40 2.57 1.33 1.35 -préventions prévention nom f p 1.40 2.57 0.07 1.22 -préventive préventif adj f s 1.85 1.22 1.50 0.61 -préventivement préventivement adv 0.00 0.34 0.00 0.34 -préventives préventif adj f p 1.85 1.22 0.09 0.20 -préventorium préventorium nom m s 0.00 0.41 0.00 0.41 -prévenu prévenir ver m s 129.26 73.72 24.25 14.53 par:pas; -prévenue prévenir ver f s 129.26 73.72 7.24 3.65 par:pas; -prévenues prévenir ver f p 129.26 73.72 0.33 0.20 par:pas; -prévenus prévenir ver m p 129.26 73.72 4.64 3.58 par:pas; -préviendra prévenir ver 129.26 73.72 1.06 0.20 ind:fut:3s; -préviendrai prévenir ver 129.26 73.72 1.96 0.41 ind:fut:1s; -préviendrais prévenir ver 129.26 73.72 0.07 0.07 cnd:pre:1s; -préviendrait prévenir ver 129.26 73.72 0.08 0.47 cnd:pre:3s; -préviendras prévenir ver 129.26 73.72 0.12 0.20 ind:fut:2s; -préviendrez prévenir ver 129.26 73.72 0.14 0.14 ind:fut:2p; -préviendrons prévenir ver 129.26 73.72 0.18 0.00 ind:fut:1p; -préviendront prévenir ver 129.26 73.72 0.10 0.07 ind:fut:3p; -prévienne prévenir ver 129.26 73.72 1.37 1.69 sub:pre:1s;sub:pre:3s; -préviennent prévenir ver 129.26 73.72 0.63 0.47 ind:pre:3p; -préviennes prévenir ver 129.26 73.72 0.23 0.00 sub:pre:2s; -préviens prévenir ver 129.26 73.72 29.86 6.62 imp:pre:2s;ind:pre:1s;ind:pre:2s; -prévient prévenir ver 129.26 73.72 2.50 2.03 ind:pre:3s; -prévins prévenir ver 129.26 73.72 0.00 0.54 ind:pas:1s; -prévint prévenir ver 129.26 73.72 0.00 2.30 ind:pas:3s; -prévis prévis nom f 0.00 0.14 0.00 0.14 -prévisibilité prévisibilité nom f s 0.04 0.00 0.04 0.00 -prévisible prévisible adj s 2.79 3.45 2.40 2.77 -prévisibles prévisible adj p 2.79 3.45 0.39 0.68 -prévision prévision nom f s 3.29 7.03 1.28 3.58 -prévisionnel prévisionnel adj m s 0.12 0.07 0.08 0.00 -prévisionnelles prévisionnel adj f p 0.12 0.07 0.01 0.00 -prévisionnels prévisionnel adj m p 0.12 0.07 0.03 0.07 -prévisions prévision nom f p 3.29 7.03 2.00 3.45 -prévit prévoir ver 78.22 77.09 0.00 0.07 ind:pas:3s; -prévoie prévoir ver 78.22 77.09 0.44 0.00 sub:pre:1s;sub:pre:3s; -prévoient prévoir ver 78.22 77.09 0.54 0.34 ind:pre:3p; -prévoies prévoir ver 78.22 77.09 0.09 0.00 sub:pre:2s; -prévoir prévoir ver 78.22 77.09 8.23 17.70 inf; -prévoira prévoir ver 78.22 77.09 0.01 0.00 ind:fut:3s; -prévoirait prévoir ver 78.22 77.09 0.01 0.07 cnd:pre:3s; -prévois prévoir ver 78.22 77.09 1.86 1.08 imp:pre:2s;ind:pre:1s;ind:pre:2s; -prévoit prévoir ver 78.22 77.09 3.05 1.96 ind:pre:3s; -prévoyaient prévoir ver 78.22 77.09 0.19 0.54 ind:imp:3p; -prévoyais prévoir ver 78.22 77.09 0.40 1.62 ind:imp:1s;ind:imp:2s; -prévoyait prévoir ver 78.22 77.09 0.55 4.05 ind:imp:3s; -prévoyance prévoyance nom f s 0.43 1.28 0.43 1.22 -prévoyances prévoyance nom f p 0.43 1.28 0.00 0.07 -prévoyant prévoyant adj m s 0.78 1.89 0.58 0.88 -prévoyante prévoyant adj f s 0.78 1.89 0.06 0.47 -prévoyantes prévoyant adj f p 0.78 1.89 0.00 0.14 -prévoyants prévoyant adj m p 0.78 1.89 0.14 0.41 -prévoyez prévoir ver 78.22 77.09 0.96 0.14 imp:pre:2p;ind:pre:2p; -prévoyions prévoir ver 78.22 77.09 0.01 0.07 ind:imp:1p; -prévoyons prévoir ver 78.22 77.09 0.49 0.20 imp:pre:1p;ind:pre:1p; -prévu prévoir ver m s 78.22 77.09 55.54 33.45 par:pas; -prévue prévoir ver f s 78.22 77.09 4.35 7.70 par:pas; -prévues prévoir ver f p 78.22 77.09 0.65 3.51 par:pas; -prévus prévoir ver m p 78.22 77.09 0.76 2.43 par:pas; -prytanée prytanée nom m s 0.00 0.27 0.00 0.27 -psalliotes psalliote nom f p 0.00 0.20 0.00 0.20 -psalmiste psalmiste nom s 0.00 0.14 0.00 0.14 -psalmodia psalmodier ver 0.33 3.24 0.00 0.20 ind:pas:3s; -psalmodiaient psalmodier ver 0.33 3.24 0.00 0.14 ind:imp:3p; -psalmodiais psalmodier ver 0.33 3.24 0.03 0.14 ind:imp:1s;ind:imp:2s; -psalmodiait psalmodier ver 0.33 3.24 0.01 0.81 ind:imp:3s; -psalmodiant psalmodier ver 0.33 3.24 0.01 0.81 par:pre; -psalmodie psalmodier ver 0.33 3.24 0.06 0.41 ind:pre:1s;ind:pre:3s; -psalmodient psalmodier ver 0.33 3.24 0.00 0.14 ind:pre:3p; -psalmodier psalmodier ver 0.33 3.24 0.16 0.47 inf; -psalmodies psalmodie nom f p 0.15 0.74 0.12 0.41 -psalmodié psalmodier ver m s 0.33 3.24 0.01 0.14 par:pas; -psalmodiés psalmodier ver m p 0.33 3.24 0.01 0.00 par:pas; -psaume psaume nom m s 1.73 4.39 0.83 1.96 -psaumes psaume nom m p 1.73 4.39 0.90 2.43 -psautier psautier nom m s 0.00 0.14 0.00 0.14 -pschent pschent nom m s 0.00 0.07 0.00 0.07 -pschitt pschitt ono 0.02 0.95 0.02 0.95 -pseudo_gouvernement pseudo_gouvernement nom m s 0.00 0.14 0.00 0.14 -pseudo pseudo nom_sup m s 1.62 1.08 1.37 1.01 -pseudobulbaire pseudobulbaire adj f s 0.01 0.00 0.01 0.00 -pseudomonas pseudomonas nom m 0.05 0.00 0.05 0.00 -pseudonyme pseudonyme nom m s 1.62 4.05 1.46 3.38 -pseudonymes pseudonyme nom m p 1.62 4.05 0.16 0.68 -pseudopodes pseudopode nom m p 0.00 0.14 0.00 0.14 -pseudos pseudo nom_sup m p 1.62 1.08 0.25 0.07 -psi psi nom m 0.04 0.00 0.04 0.00 -psilocybine psilocybine nom f s 0.05 0.00 0.05 0.00 -psitt psitt ono 0.01 0.20 0.01 0.20 -psittacose psittacose nom f s 0.05 0.00 0.05 0.00 -psoriasis psoriasis nom m 0.14 0.00 0.14 0.00 -pst pst ono 0.43 0.00 0.43 0.00 -psy psy nom s 17.22 3.85 15.94 3.85 -psychanalyse psychanalyse nom f s 1.35 4.73 1.35 4.66 -psychanalyser psychanalyser ver 0.22 1.42 0.14 1.01 inf; -psychanalyserai psychanalyser ver 0.22 1.42 0.00 0.20 ind:fut:1s; -psychanalyses psychanalyser ver 0.22 1.42 0.01 0.00 ind:pre:2s; -psychanalyste psychanalyste nom s 0.91 3.38 0.83 2.77 -psychanalystes psychanalyste nom p 0.91 3.38 0.08 0.61 -psychanalysé psychanalyser ver m s 0.22 1.42 0.04 0.07 par:pas; -psychanalytique psychanalytique adj s 0.15 0.54 0.13 0.41 -psychanalytiques psychanalytique adj p 0.15 0.54 0.02 0.14 -psychasthéniques psychasthénique adj p 0.00 0.07 0.00 0.07 -psychiatre_conseil psychiatre_conseil nom s 0.02 0.00 0.02 0.00 -psychiatre psychiatre nom s 13.52 8.11 11.39 6.82 -psychiatres psychiatre nom p 13.52 8.11 2.13 1.28 -psychiatrie psychiatrie nom f s 3.59 1.22 3.59 1.22 -psychiatrique psychiatrique adj s 9.16 3.65 7.68 3.04 -psychiatriques psychiatrique adj p 9.16 3.65 1.48 0.61 -psychique psychique adj s 3.34 2.84 1.75 1.76 -psychiquement psychiquement adv 0.13 0.00 0.13 0.00 -psychiques psychique adj p 3.34 2.84 1.59 1.08 -psychisme psychisme nom m s 0.38 1.15 0.38 1.08 -psychismes psychisme nom m p 0.38 1.15 0.00 0.07 -psycho psycho adv 2.11 0.27 2.11 0.27 -psychochirurgie psychochirurgie nom f s 0.02 0.00 0.02 0.00 -psychodrame psychodrame nom m s 0.33 0.20 0.33 0.20 -psychodysleptique psychodysleptique adj s 0.01 0.00 0.01 0.00 -psychogène psychogène adj f s 0.01 1.08 0.01 0.20 -psychogènes psychogène adj p 0.01 1.08 0.00 0.88 -psychokinésie psychokinésie nom f s 0.20 0.00 0.20 0.00 -psycholinguistes psycholinguiste nom p 0.00 0.07 0.00 0.07 -psycholinguistique psycholinguistique adj s 0.01 0.00 0.01 0.00 -psychologie_fiction psychologie_fiction nom f s 0.00 0.07 0.00 0.07 -psychologie psychologie nom f s 5.64 8.24 5.64 8.11 -psychologies psychologie nom f p 5.64 8.24 0.00 0.14 -psychologique psychologique adj s 8.07 6.69 6.79 4.93 -psychologiquement psychologiquement adv 1.68 0.34 1.68 0.34 -psychologiques psychologique adj p 8.07 6.69 1.28 1.76 -psychologisation psychologisation nom f s 0.00 0.07 0.00 0.07 -psychologue psychologue nom s 6.67 3.72 5.98 2.64 -psychologues psychologue nom p 6.67 3.72 0.69 1.08 -psychomotrice psychomoteur adj f s 0.14 0.00 0.14 0.00 -psychométrique psychométrique adj s 0.02 0.00 0.02 0.00 -psychonévrose psychonévrose nom f s 0.01 0.00 0.01 0.00 -psychopathe psychopathe nom s 9.38 0.14 8.01 0.14 -psychopathes psychopathe nom p 9.38 0.14 1.38 0.00 -psychopathie psychopathie nom f s 0.02 0.00 0.02 0.00 -psychopathique psychopathique adj f s 0.13 0.00 0.13 0.00 -psychopathologie psychopathologie nom f s 0.05 0.07 0.05 0.07 -psychopathologique psychopathologique adj f s 0.01 0.07 0.01 0.07 -psychopharmacologie psychopharmacologie nom f s 0.03 0.00 0.03 0.00 -psychophysiologie psychophysiologie nom f s 0.01 0.00 0.01 0.00 -psychophysiologique psychophysiologique adj f s 0.01 0.00 0.01 0.00 -psychorigide psychorigide adj m s 0.02 0.00 0.02 0.00 -psychose psychose nom f s 1.79 0.95 1.79 0.95 -psychosexuel psychosexuel adj m s 0.01 0.00 0.01 0.00 -psychosociologie psychosociologie nom f s 0.00 0.07 0.00 0.07 -psychosociologue psychosociologue nom s 0.10 0.00 0.10 0.00 -psychosomaticien psychosomaticien nom m s 0.00 0.20 0.00 0.20 -psychosomatique psychosomatique adj s 0.66 0.47 0.55 0.41 -psychosomatiques psychosomatique adj p 0.66 0.47 0.11 0.07 -psychotechnicien psychotechnicien nom m s 0.00 0.20 0.00 0.14 -psychotechniciens psychotechnicien nom m p 0.00 0.20 0.00 0.07 -psychotechnique psychotechnique adj m s 0.20 0.00 0.20 0.00 -psychothérapeute psychothérapeute nom s 0.23 0.14 0.23 0.14 -psychothérapie psychothérapie nom f s 0.69 0.20 0.69 0.20 -psychotique psychotique adj s 2.66 0.27 2.25 0.00 -psychotiques psychotique adj p 2.66 0.27 0.42 0.27 -psychotoniques psychotonique nom p 0.01 0.00 0.01 0.00 -psychotrope psychotrope nom s 0.34 0.00 0.07 0.00 -psychotropes psychotrope nom p 0.34 0.00 0.26 0.00 -psyché psyché nom f s 0.73 1.08 0.70 1.01 -psychédélique psychédélique adj s 0.89 0.61 0.79 0.41 -psychédéliques psychédélique adj p 0.89 0.61 0.11 0.20 -psychés psyché nom f p 0.73 1.08 0.03 0.07 -psyllium psyllium nom m s 0.01 0.00 0.01 0.00 -psys psy nom p 17.22 3.85 1.28 0.00 -pèche pécher ver 9.87 4.59 0.96 0.47 imp:pre:2s;ind:pre:1s;ind:pre:3s; -pèchent pécher ver 9.87 4.59 0.01 0.07 ind:pre:3p; -pègre pègre nom f s 1.34 1.42 1.34 1.42 -pèle peler ver 1.78 4.93 0.88 0.54 imp:pre:2s;ind:pre:1s;ind:pre:3s; -pèlent peler ver 1.78 4.93 0.27 0.20 ind:pre:3p; -pèlerai peler ver 1.78 4.93 0.02 0.00 ind:fut:1s; -pèlerin pèlerin nom m s 4.04 12.70 1.31 1.89 -pèlerinage pèlerinage nom m s 2.32 8.58 2.02 7.23 -pèlerinages pèlerinage nom m p 2.32 8.58 0.30 1.35 -pèlerine pèlerin nom f s 4.04 12.70 0.27 4.80 -pèlerines pèlerin nom f p 4.04 12.70 0.01 0.95 -pèlerins pèlerin nom m p 4.04 12.70 2.45 5.07 -pèles peler ver 1.78 4.93 0.00 0.14 ind:pre:2s; -père père nom m s 895.55 723.51 879.31 708.11 -pères père nom m p 895.55 723.51 16.25 15.41 -pèse_acide pèse_acide nom m s 0.00 0.07 0.00 0.07 -pèse_bébé pèse_bébé nom m s 0.00 0.14 0.00 0.14 -pèse_lettre pèse_lettre nom m s 0.00 0.07 0.00 0.07 -pèse_personne pèse_personne nom m s 0.02 0.07 0.02 0.00 -pèse_personne pèse_personne nom m p 0.02 0.07 0.00 0.07 -pèse peser ver 23.41 70.88 10.47 13.18 imp:pre:2s;ind:pre:1s;ind:pre:3s; -pèsent peser ver 23.41 70.88 2.02 4.32 ind:pre:3p; -pèsera peser ver 23.41 70.88 0.30 0.54 ind:fut:3s; -pèserai peser ver 23.41 70.88 0.02 0.20 ind:fut:1s; -pèseraient peser ver 23.41 70.88 0.04 0.07 cnd:pre:3p; -pèserais peser ver 23.41 70.88 0.12 0.14 cnd:pre:1s;cnd:pre:2s; -pèserait peser ver 23.41 70.88 0.05 0.74 cnd:pre:3s; -pèseras peser ver 23.41 70.88 0.01 0.00 ind:fut:2s; -pèseront peser ver 23.41 70.88 0.13 0.07 ind:fut:3p; -pèses peser ver 23.41 70.88 0.61 0.14 ind:pre:2s; -pète_sec pète_sec adj 0.03 0.41 0.03 0.41 -pète péter ver 31.66 16.28 8.16 5.81 imp:pre:2s;ind:pre:1s;ind:pre:3s; -pètent péter ver 31.66 16.28 0.79 0.68 ind:pre:3p; -pètes péter ver 31.66 16.28 0.85 0.27 ind:pre:2s; -pètesec pètesec adj f s 0.00 0.07 0.00 0.07 -pèze pèze nom m s 0.82 0.95 0.82 0.95 -ptosis ptosis nom m 0.01 0.00 0.01 0.00 -ptérodactyle ptérodactyle nom m s 0.21 0.20 0.19 0.07 -ptérodactyles ptérodactyle nom m p 0.21 0.20 0.02 0.14 -ptyx ptyx nom m 0.00 0.07 0.00 0.07 -pu pouvoir ver_sup m s 5524.52 2659.80 366.22 349.32 par:pas; -puîné puîné nom m s 0.00 0.27 0.00 0.14 -puînée puîné adj f s 0.00 0.07 0.00 0.07 -puînés puîné nom m p 0.00 0.27 0.00 0.14 -pua puer ver 36.29 18.65 0.01 0.07 ind:pas:3s; -péage péage nom m s 1.08 1.01 0.90 0.88 -péages péage nom m p 1.08 1.01 0.18 0.14 -péagiste péagiste nom s 0.00 0.07 0.00 0.07 -puaient puer ver 36.29 18.65 0.04 0.47 ind:imp:3p; -puais puer ver 36.29 18.65 0.37 0.20 ind:imp:1s;ind:imp:2s; -puait puer ver 36.29 18.65 1.19 3.51 ind:imp:3s; -péan péan nom m s 0.00 0.07 0.00 0.07 -puant puant adj m s 7.02 11.49 2.74 4.59 -puante puant adj f s 7.02 11.49 1.91 3.11 -puantes puant adj f p 7.02 11.49 0.77 2.30 -puanteur puanteur nom f s 3.44 9.05 3.32 7.91 -puanteurs puanteur nom f p 3.44 9.05 0.12 1.15 -puants puant adj m p 7.02 11.49 1.60 1.49 -pub pub nom s 25.65 4.53 21.39 3.99 -pubertaire pubertaire adj s 0.14 0.20 0.14 0.07 -pubertaires pubertaire adj f p 0.14 0.20 0.00 0.14 -puberté puberté nom f s 1.32 2.36 1.32 2.36 -pubescentes pubescent adj f p 0.01 0.00 0.01 0.00 -pubien pubien adj m s 1.51 0.41 0.57 0.07 -pubienne pubien adj f s 1.51 0.41 0.20 0.20 -pubiennes pubien adj f p 1.51 0.41 0.01 0.07 -pubiens pubien adj m p 1.51 0.41 0.72 0.07 -pubis pubis nom m 0.59 1.15 0.59 1.15 -publia publier ver 21.07 33.92 0.03 1.35 ind:pas:3s; -publiable publiable adj s 0.03 0.07 0.01 0.07 -publiables publiable adj m p 0.03 0.07 0.02 0.00 -publiai publier ver 21.07 33.92 0.01 0.27 ind:pas:1s; -publiaient publier ver 21.07 33.92 0.02 1.01 ind:imp:3p; -publiais publier ver 21.07 33.92 0.00 0.14 ind:imp:1s; -publiait publier ver 21.07 33.92 0.27 1.89 ind:imp:3s; -publiant publier ver 21.07 33.92 0.07 0.61 par:pre; -public_relations public_relations nom f p 0.01 0.20 0.01 0.20 -public_school public_school nom f p 0.00 0.07 0.00 0.07 -public public nom m s 46.97 38.04 46.72 37.91 -publicain publicain nom m s 0.39 0.34 0.01 0.14 -publicains publicain nom m p 0.39 0.34 0.38 0.20 -publication publication nom f s 1.85 7.23 1.40 5.00 -publications publication nom f p 1.85 7.23 0.45 2.23 -publiciste publiciste nom s 0.18 0.74 0.12 0.47 -publicistes publiciste nom p 0.18 0.74 0.06 0.27 -publicitaire publicitaire adj s 3.26 6.49 1.93 3.72 -publicitairement publicitairement adv 0.00 0.07 0.00 0.07 -publicitaires publicitaire adj p 3.26 6.49 1.34 2.77 -publicité publicité nom f s 13.30 14.66 12.12 12.57 -publicités publicité nom f p 13.30 14.66 1.18 2.09 -publico publico adv 0.01 0.07 0.01 0.07 -publics public adj m p 44.81 65.27 4.84 14.46 -publie publier ver 21.07 33.92 1.71 2.70 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -publient publier ver 21.07 33.92 0.41 0.34 ind:pre:3p; -publier publier ver 21.07 33.92 6.85 8.92 inf; -publiera publier ver 21.07 33.92 0.47 0.27 ind:fut:3s; -publierai publier ver 21.07 33.92 0.12 0.07 ind:fut:1s; -publieraient publier ver 21.07 33.92 0.01 0.00 cnd:pre:3p; -publierais publier ver 21.07 33.92 0.02 0.14 cnd:pre:1s; -publierait publier ver 21.07 33.92 0.01 0.34 cnd:pre:3s; -publierez publier ver 21.07 33.92 0.05 0.14 ind:fut:2p; -publierions publier ver 21.07 33.92 0.00 0.07 cnd:pre:1p; -publierons publier ver 21.07 33.92 0.05 0.07 ind:fut:1p; -publieront publier ver 21.07 33.92 0.08 0.14 ind:fut:3p; -publies publier ver 21.07 33.92 0.31 0.20 ind:pre:2s; -publieur publieur nom m s 0.01 0.00 0.01 0.00 -publiez publier ver 21.07 33.92 1.06 0.07 imp:pre:2p;ind:pre:2p; -publions publier ver 21.07 33.92 0.31 0.34 imp:pre:1p;ind:pre:1p; -publiât publier ver 21.07 33.92 0.00 0.07 sub:imp:3s; -publiphone publiphone nom m s 0.01 0.00 0.01 0.00 -publique public adj f s 44.81 65.27 16.50 24.93 -publiquement publiquement adv 2.47 7.57 2.47 7.57 -publiques public adj f p 44.81 65.27 5.56 7.84 -publireportage publireportage nom m s 0.03 0.00 0.03 0.00 -publièrent publier ver 21.07 33.92 0.00 0.34 ind:pas:3p; -publié publier ver m s 21.07 33.92 6.54 8.85 par:pas; -publiée publier ver f s 21.07 33.92 1.09 2.97 par:pas; -publiées publier ver f p 21.07 33.92 0.56 1.08 par:pas; -publiés publier ver m p 21.07 33.92 1.01 1.55 par:pas; -pébroc pébroc nom m s 0.00 0.07 0.00 0.07 -pébroque pébroque nom m s 0.00 1.62 0.00 1.49 -pébroques pébroque nom m p 0.00 1.62 0.00 0.14 -pubs pub nom p 25.65 4.53 4.26 0.54 -pubère pubère adj s 0.28 0.41 0.20 0.20 -pubères pubère adj p 0.28 0.41 0.09 0.20 -pécan pécan nom m s 0.32 0.00 0.32 0.00 -pécari pécari nom m s 0.00 0.81 0.00 0.61 -pécaris pécari nom m p 0.00 0.81 0.00 0.20 -puce puce nom f s 27.65 12.43 22.15 3.58 -puceau puceau adj m s 2.17 1.08 2.15 1.01 -puceaux puceau nom m p 1.99 2.84 0.30 0.27 -pucelage pucelage nom m s 0.38 1.15 0.38 0.95 -pucelages pucelage nom m p 0.38 1.15 0.00 0.20 -pucelle puceau nom f s 1.99 2.84 1.09 1.35 -pucelles pucelle nom f p 0.31 0.00 0.31 0.00 -puceron puceron nom m s 0.17 0.47 0.06 0.20 -pucerons puceron nom m p 0.17 0.47 0.11 0.27 -puces puce nom f p 27.65 12.43 5.50 8.85 -pêcha pêcher ver 16.52 12.84 0.00 0.27 ind:pas:3s; -pêchaient pêcher ver 16.52 12.84 0.05 0.74 ind:imp:3p; -pêchais pêcher ver 16.52 12.84 0.44 0.34 ind:imp:1s;ind:imp:2s; -péchais pécher ver 9.87 4.59 0.02 0.07 ind:imp:1s; -pêchait pêcher ver 16.52 12.84 0.76 0.95 ind:imp:3s; -péchait pécher ver 9.87 4.59 0.02 0.27 ind:imp:3s; -pêchant pêcher ver 16.52 12.84 0.14 0.54 par:pre; -péchant pécher ver 9.87 4.59 0.01 0.07 par:pre; -pêche pêche nom f s 24.39 30.41 21.13 26.76 -pêchent pêcher ver 16.52 12.84 0.16 0.47 ind:pre:3p; -pêcher pêcher ver 16.52 12.84 9.04 5.47 inf; -pécher pécher ver 9.87 4.59 1.88 0.95 inf; -pucher pucher ver 0.02 0.00 0.02 0.00 inf; -pêchera pêcher ver 16.52 12.84 0.09 0.14 ind:fut:3s; -pécherai pécher ver 9.87 4.59 0.04 0.00 ind:fut:1s; -pêcherais pêcher ver 16.52 12.84 0.03 0.07 cnd:pre:1s;cnd:pre:2s; -pécherais pécher ver 9.87 4.59 0.02 0.07 cnd:pre:1s;cnd:pre:2s; -pécherait pécher ver 9.87 4.59 0.00 0.07 cnd:pre:3s; -pêcheras pêcher ver 16.52 12.84 0.01 0.07 ind:fut:2s; -pécheresse pécheur nom f s 8.02 4.53 0.77 0.54 -pécheresses pécheur adj f p 1.75 1.55 0.07 0.07 -pêcherie pêcherie nom f s 0.23 0.88 0.14 0.14 -pêcheries pêcherie nom f p 0.23 0.88 0.10 0.74 -pêcherons pêcher ver 16.52 12.84 0.01 0.00 ind:fut:1p; -pêchers pêcher nom m p 0.58 1.55 0.34 0.68 -pêches pêche nom f p 24.39 30.41 3.25 3.65 -pécheur pécheur adj m s 1.75 1.55 0.62 0.74 -pêcheur pêcheur nom m s 10.33 27.43 5.08 13.11 -pécheur pécheur nom m s 8.02 4.53 3.54 1.82 -pécheurs pécheur adj m p 1.75 1.55 0.40 0.34 -pêcheurs pêcheur nom m p 10.33 27.43 5.21 14.19 -pécheurs pécheur nom m p 8.02 4.53 3.70 2.03 -pêcheuse pêcheur nom f s 10.33 27.43 0.04 0.14 -pêcheuses pêcheuse nom f p 0.01 0.00 0.01 0.00 -pucheux pucheux nom m 0.00 0.07 0.00 0.07 -pêchez pêcher ver 16.52 12.84 0.45 0.07 imp:pre:2p;ind:pre:2p; -péchez pécher ver 9.87 4.59 0.01 0.14 imp:pre:2p;ind:pre:2p; -pêchions pêcher ver 16.52 12.84 0.04 0.20 ind:imp:1p; -péchons péchon nom m p 0.03 0.00 0.03 0.00 -pêché pêcher ver m s 16.52 12.84 3.03 1.01 par:pas; -péché pécher ver m s 9.87 4.59 6.84 2.30 par:pas; -pêché pêché adj m s 1.77 0.20 0.94 0.20 -péché péché nom m s 41.22 30.34 26.14 22.64 -pêchée pêcher ver f s 16.52 12.84 0.04 0.27 par:pas; -pêchées pêcher ver f p 16.52 12.84 0.01 0.14 par:pas; -pêchés pêcher ver m p 16.52 12.84 0.25 0.27 par:pas; -péchés pécher ver m p 9.87 4.59 0.05 0.14 par:pas; -pêchés pêché adj m p 1.77 0.20 0.83 0.00 -péchés péché nom m p 41.22 30.34 15.08 7.70 -pucier pucier nom m s 0.05 0.41 0.05 0.34 -puciers pucier nom m p 0.05 0.41 0.00 0.07 -pécore pécore nom s 0.62 1.01 0.49 0.61 -pécores pécore nom p 0.62 1.01 0.14 0.41 -pécule pécule nom m s 0.64 2.30 0.64 2.09 -pécules pécule nom m p 0.64 2.30 0.00 0.20 -pécune pécune nom f s 0.00 0.07 0.00 0.07 -pécuniaire pécuniaire adj s 0.13 0.41 0.11 0.14 -pécuniairement pécuniairement adv 0.00 0.07 0.00 0.07 -pécuniaires pécuniaire adj p 0.13 0.41 0.02 0.27 -pécunieux pécunieux adj m 0.00 0.07 0.00 0.07 -pédagogie pédagogie nom f s 0.45 1.22 0.45 1.22 -pédagogique pédagogique adj s 0.74 2.36 0.69 1.55 -pédagogiques pédagogique adj p 0.74 2.36 0.05 0.81 -pédagogue pédagogue nom s 0.86 1.49 0.76 1.08 -pédagogues pédagogue nom p 0.86 1.49 0.10 0.41 -pédala pédaler ver 1.58 7.03 0.01 0.27 ind:pas:3s; -pédalage pédalage nom m s 0.00 0.14 0.00 0.14 -pédalai pédaler ver 1.58 7.03 0.00 0.14 ind:pas:1s; -pédalaient pédaler ver 1.58 7.03 0.00 0.20 ind:imp:3p; -pédalais pédaler ver 1.58 7.03 0.16 0.14 ind:imp:1s; -pédalait pédaler ver 1.58 7.03 0.19 1.55 ind:imp:3s; -pédalant pédaler ver 1.58 7.03 0.08 1.35 par:pre; -pédale pédale nom f s 10.01 12.23 5.08 5.20 -pédalent pédaler ver 1.58 7.03 0.00 0.07 ind:pre:3p; -pédaler pédaler ver 1.58 7.03 0.37 2.57 inf; -pédalerait pédaler ver 1.58 7.03 0.00 0.07 cnd:pre:3s; -pédalerons pédaler ver 1.58 7.03 0.00 0.07 ind:fut:1p; -pédales pédale nom f p 10.01 12.23 4.92 7.03 -pédaleur pédaleur nom m s 0.00 0.14 0.00 0.07 -pédaleuses pédaleur nom f p 0.00 0.14 0.00 0.07 -pédalier pédalier nom m s 0.11 1.01 0.01 0.81 -pédaliers pédalier nom m p 0.11 1.01 0.10 0.20 -pédalo pédalo nom m s 0.05 0.41 0.03 0.20 -pédalos pédalo nom m p 0.05 0.41 0.02 0.20 -pédalèrent pédaler ver 1.58 7.03 0.00 0.07 ind:pas:3p; -pédalé pédaler ver m s 1.58 7.03 0.14 0.07 par:pas; -pédalées pédaler ver f p 1.58 7.03 0.00 0.07 par:pas; -pédant pédant adj m s 0.43 1.55 0.18 0.68 -pédante pédant adj f s 0.43 1.55 0.11 0.34 -pédanterie pédanterie nom f s 0.00 0.47 0.00 0.41 -pédanteries pédanterie nom f p 0.00 0.47 0.00 0.07 -pédantes pédant adj f p 0.43 1.55 0.01 0.27 -pédantesque pédantesque adj s 0.00 0.07 0.00 0.07 -pédantisme pédantisme nom m s 0.00 0.61 0.00 0.61 -pédants pédant adj m p 0.43 1.55 0.14 0.27 -pudding pudding nom m s 2.86 0.68 2.80 0.54 -puddings pudding nom m p 2.86 0.68 0.06 0.14 -puddle puddler ver 0.16 0.00 0.16 0.00 imp:pre:2s;ind:pre:1s;ind:pre:3s; -pédestre pédestre adj s 0.01 0.54 0.01 0.34 -pédestrement pédestrement adv 0.00 0.14 0.00 0.14 -pédestres pédestre adj f p 0.01 0.54 0.00 0.20 -pudeur pudeur nom f s 5.08 20.07 4.98 19.32 -pudeurs pudeur nom f p 5.08 20.07 0.10 0.74 -pédezouille pédezouille nom s 0.00 0.07 0.00 0.07 -pédiatre pédiatre nom s 2.55 0.95 2.03 0.81 -pédiatres pédiatre nom p 2.55 0.95 0.52 0.14 -pédiatrie pédiatrie nom f s 1.08 0.14 1.08 0.14 -pédiatrique pédiatrique adj s 0.48 0.00 0.48 0.00 -pudibond pudibond adj m s 0.06 0.41 0.02 0.14 -pudibonde pudibond adj f s 0.06 0.41 0.04 0.14 -pudibonderie pudibonderie nom f s 0.01 0.47 0.01 0.34 -pudibonderies pudibonderie nom f p 0.01 0.47 0.00 0.14 -pudibondes pudibond adj f p 0.06 0.41 0.00 0.07 -pudibonds pudibond adj m p 0.06 0.41 0.00 0.07 -pédibus pédibus adv 0.00 0.20 0.00 0.20 -pudicité pudicité nom f s 0.00 0.07 0.00 0.07 -pédicule pédicule nom m s 0.03 0.07 0.03 0.07 -pédicure pédicure nom s 0.76 0.41 0.71 0.34 -pédicures pédicure nom p 0.76 0.41 0.05 0.07 -pédicurie pédicurie nom f s 0.01 0.00 0.01 0.00 -pédieuse pédieux adj f s 0.03 0.00 0.01 0.00 -pédieux pédieux adj m 0.03 0.00 0.01 0.00 -pudique pudique adj s 1.12 5.27 0.98 4.39 -pudiquement pudiquement adv 0.02 2.03 0.02 2.03 -pudiques pudique adj p 1.12 5.27 0.14 0.88 -pédologue pédologue nom s 0.03 0.00 0.03 0.00 -pédomètre pédomètre nom m s 0.01 0.00 0.01 0.00 -pédoncule pédoncule nom m s 0.06 0.20 0.06 0.14 -pédoncules pédoncule nom m p 0.06 0.20 0.00 0.07 -pédonculé pédonculé adj m s 0.00 0.07 0.00 0.07 -pédophile pédophile nom m s 1.34 0.34 0.95 0.20 -pédophiles pédophile nom m p 1.34 0.34 0.39 0.14 -pédophilie pédophilie nom f s 0.58 0.14 0.58 0.14 -pédophiliques pédophilique adj m p 0.00 0.07 0.00 0.07 -pédopsychiatre pédopsychiatre nom s 0.32 0.00 0.32 0.00 -pédoque pédoque nom m s 0.00 0.54 0.00 0.54 -pédé pédé nom m s 33.12 8.18 25.64 4.86 -pédégé pédégé nom m s 0.00 0.07 0.00 0.07 -pédéraste pédéraste nom m s 0.48 3.38 0.36 1.96 -pédérastes pédéraste nom m p 0.48 3.38 0.13 1.42 -pédérastie pédérastie nom f s 0.29 0.61 0.29 0.61 -pédérastique pédérastique adj s 0.00 0.27 0.00 0.27 -pédés pédé nom m p 33.12 8.18 7.48 3.31 -pue puer ver 36.29 18.65 23.80 8.92 imp:pre:2s;ind:pre:1s;ind:pre:3s; -pueblo pueblo adj m s 0.05 0.95 0.05 0.95 -puent puer ver 36.29 18.65 2.29 1.89 ind:pre:3p; -puer puer ver 36.29 18.65 1.44 1.49 inf; -puera puer ver 36.29 18.65 0.05 0.00 ind:fut:3s; -puerait puer ver 36.29 18.65 0.01 0.00 cnd:pre:3s; -pueras puer ver 36.29 18.65 0.23 0.00 ind:fut:2s; -puerez puer ver 36.29 18.65 0.01 0.00 ind:fut:2p; -puerpérale puerpéral adj f s 0.12 0.07 0.12 0.07 -pues puer ver 36.29 18.65 5.66 0.54 ind:pre:2s; -puez puer ver 36.29 18.65 0.67 0.14 imp:pre:2p;ind:pre:2p; -puff puff nom m s 0.57 0.14 0.57 0.14 -puffin puffin nom m s 0.54 0.00 0.54 0.00 -pégamoïd pégamoïd nom m s 0.00 0.07 0.00 0.07 -pugilat pugilat nom m s 0.12 1.08 0.11 0.74 -pugilats pugilat nom m p 0.12 1.08 0.01 0.34 -pugiler pugiler ver 0.00 0.07 0.00 0.07 inf; -pugiliste pugiliste nom s 0.20 0.41 0.20 0.20 -pugilistes pugiliste nom p 0.20 0.41 0.00 0.20 -pugilistique pugilistique adj f s 0.00 0.07 0.00 0.07 -pugnace pugnace adj s 0.06 0.14 0.06 0.14 -pugnacité pugnacité nom f s 0.04 0.20 0.04 0.20 -pégriot pégriot nom m s 0.00 0.41 0.00 0.20 -pégriots pégriot nom m p 0.00 0.41 0.00 0.20 -puis puis con 256.19 836.42 256.19 836.42 -puisa puiser ver 2.97 14.46 0.02 0.68 ind:pas:3s; -puisai puiser ver 2.97 14.46 0.14 0.20 ind:pas:1s; -puisaient puiser ver 2.97 14.46 0.00 0.81 ind:imp:3p; -puisais puiser ver 2.97 14.46 0.00 0.61 ind:imp:1s; -puisait puiser ver 2.97 14.46 0.16 3.11 ind:imp:3s; -puisant puiser ver 2.97 14.46 0.17 1.01 par:pre; -puisard puisard nom m s 0.29 0.20 0.29 0.14 -puisards puisard nom m p 0.29 0.20 0.00 0.07 -puisatier puisatier nom m s 0.00 0.07 0.00 0.07 -puise puiser ver 2.97 14.46 0.82 1.15 imp:pre:2s;ind:pre:1s;ind:pre:3s; -puisent puiser ver 2.97 14.46 0.02 0.20 ind:pre:3p; -puiser puiser ver 2.97 14.46 1.08 3.51 inf; -puisera puiser ver 2.97 14.46 0.01 0.07 ind:fut:3s; -puiserai puiser ver 2.97 14.46 0.00 0.07 ind:fut:1s; -puiserait puiser ver 2.97 14.46 0.00 0.07 cnd:pre:3s; -puiserez puiser ver 2.97 14.46 0.02 0.00 ind:fut:2p; -puiseront puiser ver 2.97 14.46 0.00 0.14 ind:fut:3p; -puises puiser ver 2.97 14.46 0.08 0.07 ind:pre:2s; -puisette puisette nom f s 0.00 0.14 0.00 0.14 -puisez puiser ver 2.97 14.46 0.04 0.00 imp:pre:2p;ind:pre:2p; -puisions puiser ver 2.97 14.46 0.00 0.07 ind:imp:1p; -puisons puiser ver 2.97 14.46 0.03 0.27 imp:pre:1p;ind:pre:1p; -puisqu puisqu con 0.03 0.00 0.03 0.00 -puisque puisque con 59.09 131.82 59.09 131.82 -puissamment puissamment con 0.12 0.95 0.12 0.95 -puissance puissance nom f s 33.69 55.20 30.37 44.12 -puissances puissance nom f p 33.69 55.20 3.33 11.08 -puissant puissant adj m s 39.99 47.70 22.65 19.86 -puissante puissant adj f s 39.99 47.70 9.16 14.26 -puissantes puissant adj f p 39.99 47.70 2.85 5.20 -puissants puissant adj m p 39.99 47.70 5.34 8.38 -puisse pouvoir ver_sup 5524.52 2659.80 90.37 74.80 sub:pre:1s;sub:pre:3s; -puissent pouvoir ver_sup 5524.52 2659.80 10.18 14.05 sub:pre:3p; -puisses pouvoir ver_sup 5524.52 2659.80 13.79 2.50 sub:pre:2s; -puissiez pouvoir ver_sup 5524.52 2659.80 8.59 2.97 sub:pre:2p; -puissions pouvoir ver_sup 5524.52 2659.80 6.20 3.58 sub:pre:1p; -puisé puiser ver m s 2.97 14.46 0.35 1.35 par:pas; -puisée puiser ver f s 2.97 14.46 0.01 0.54 par:pas; -puisées puiser ver f p 2.97 14.46 0.02 0.34 par:pas; -puisés puiser ver m p 2.97 14.46 0.00 0.20 par:pas; -puits puits nom m 19.52 21.69 19.52 21.69 -péjoratif péjoratif adj m s 0.09 1.28 0.07 1.01 -péjoratifs péjoratif adj m p 0.09 1.28 0.00 0.14 -péjorative péjoratif adj f s 0.09 1.28 0.01 0.07 -péjorativement péjorativement adv 0.01 0.07 0.01 0.07 -péjoratives péjoratif adj f p 0.09 1.28 0.01 0.07 -pékan pékan nom m s 0.03 0.00 0.03 0.00 -pékin pékin nom m s 0.32 1.28 0.27 0.47 -pékinois pékinois nom m 1.68 0.47 1.68 0.47 -pékinoise pékinois adj f s 0.07 0.20 0.03 0.00 -pékins pékin nom m p 0.32 1.28 0.05 0.81 -pélagique pélagique adj m s 0.29 0.00 0.29 0.00 -pélasgiques pélasgique adj p 0.00 0.07 0.00 0.07 -pêle_mêle pêle_mêle adv 0.00 8.24 0.00 8.24 -pélican pélican nom m s 0.43 1.28 0.28 0.81 -pélicans pélican nom m p 0.43 1.28 0.16 0.47 -pull_over pull_over nom m s 0.80 6.35 0.78 5.27 -pull_over pull_over nom m p 0.80 6.35 0.02 1.08 -pull pull nom m s 13.43 8.65 11.41 7.03 -pullman pullman nom m s 0.06 0.54 0.05 0.47 -pullmans pullman nom m p 0.06 0.54 0.01 0.07 -pulls pull nom m p 13.43 8.65 2.02 1.62 -pullula pulluler ver 0.78 2.91 0.00 0.07 ind:pas:3s; -pullulaient pulluler ver 0.78 2.91 0.01 0.74 ind:imp:3p; -pullulait pulluler ver 0.78 2.91 0.00 0.34 ind:imp:3s; -pullulant pulluler ver 0.78 2.91 0.00 0.14 par:pre; -pullulantes pullulant adj f p 0.00 0.20 0.00 0.07 -pullulants pullulant adj m p 0.00 0.20 0.00 0.14 -pullule pulluler ver 0.78 2.91 0.41 0.61 ind:pre:3s; -pullulement pullulement nom m s 0.00 0.74 0.00 0.74 -pullulent pulluler ver 0.78 2.91 0.19 0.74 ind:pre:3p; -pulluler pulluler ver 0.78 2.91 0.16 0.27 inf; -pulluleront pulluler ver 0.78 2.91 0.01 0.00 ind:fut:3p; -pulmonaire pulmonaire adj s 2.31 1.35 2.00 0.95 -pulmonaires pulmonaire adj p 2.31 1.35 0.32 0.41 -pulmonie pulmonie nom f s 0.00 0.07 0.00 0.07 -pulmonique pulmonique adj s 0.00 0.07 0.00 0.07 -pélot pélot nom m s 0.00 0.07 0.00 0.07 -pulpe pulpe nom f s 0.72 2.36 0.62 2.16 -pulpes pulpe nom f p 0.72 2.36 0.10 0.20 -pulpeuse pulpeux adj f s 0.22 2.23 0.11 1.28 -pulpeuses pulpeux adj f p 0.22 2.23 0.09 0.41 -pulpeux pulpeux adj m 0.22 2.23 0.02 0.54 -pulque pulque nom m s 0.60 0.00 0.60 0.00 -pulsait pulser ver 0.51 0.61 0.01 0.20 ind:imp:3s; -pulsant pulser ver 0.51 0.61 0.00 0.14 par:pre; -pulsar pulsar nom m s 0.46 0.00 0.46 0.00 -pulsatile pulsatile adj f s 0.01 0.00 0.01 0.00 -pulsation pulsation nom f s 1.24 4.19 0.54 2.09 -pulsations pulsation nom f p 1.24 4.19 0.70 2.09 -pulsative pulsatif adj f s 0.01 0.00 0.01 0.00 -pulse pulser ver 0.51 0.61 0.21 0.20 imp:pre:2s;ind:pre:3s; -pulser pulser ver 0.51 0.61 0.11 0.07 inf; -pulseur pulseur nom m s 0.15 0.07 0.15 0.07 -pulsion pulsion nom f s 4.15 1.69 1.19 0.74 -pulsions pulsion nom f p 4.15 1.69 2.96 0.95 -pulso_réacteur pulso_réacteur nom m p 0.01 0.00 0.01 0.00 -pulsoréacteurs pulsoréacteur nom m p 0.01 0.00 0.01 0.00 -pulsé pulser ver m s 0.51 0.61 0.17 0.00 par:pas; -pulvérin pulvérin nom m s 0.00 0.07 0.00 0.07 -pulvérisa pulvériser ver 3.11 6.69 0.00 0.47 ind:pas:3s; -pulvérisaient pulvériser ver 3.11 6.69 0.00 0.07 ind:imp:3p; -pulvérisais pulvériser ver 3.11 6.69 0.01 0.00 ind:imp:2s; -pulvérisait pulvériser ver 3.11 6.69 0.12 0.61 ind:imp:3s; -pulvérisant pulvériser ver 3.11 6.69 0.08 0.61 par:pre; -pulvérisateur pulvérisateur nom m s 0.22 0.14 0.18 0.07 -pulvérisateurs pulvérisateur nom m p 0.22 0.14 0.03 0.07 -pulvérisation pulvérisation nom f s 0.09 0.27 0.06 0.14 -pulvérisations pulvérisation nom f p 0.09 0.27 0.02 0.14 -pulvérise pulvériser ver 3.11 6.69 0.42 0.41 imp:pre:2s;ind:pre:1s;ind:pre:3s; -pulvérisent pulvériser ver 3.11 6.69 0.01 0.20 ind:pre:3p; -pulvériser pulvériser ver 3.11 6.69 1.14 1.15 inf; -pulvériserai pulvériser ver 3.11 6.69 0.02 0.07 ind:fut:1s; -pulvériserait pulvériser ver 3.11 6.69 0.01 0.07 cnd:pre:3s; -pulvériserons pulvériser ver 3.11 6.69 0.01 0.00 ind:fut:1p; -pulvériseront pulvériser ver 3.11 6.69 0.14 0.00 ind:fut:3p; -pulvérises pulvériser ver 3.11 6.69 0.00 0.07 ind:pre:2s; -pulvérisez pulvériser ver 3.11 6.69 0.06 0.00 imp:pre:2p;ind:pre:2p; -pulvérisé pulvériser ver m s 3.11 6.69 0.74 1.22 par:pas; -pulvérisée pulvériser ver f s 3.11 6.69 0.10 1.08 par:pas; -pulvérisées pulvériser ver f p 3.11 6.69 0.06 0.14 par:pas; -pulvérisés pulvériser ver m p 3.11 6.69 0.17 0.54 par:pas; -pulvérulence pulvérulence nom f s 0.00 0.07 0.00 0.07 -pulvérulentes pulvérulent adj f p 0.00 0.07 0.00 0.07 -puma puma nom m s 1.34 2.03 0.42 1.89 -pumas puma nom m p 1.34 2.03 0.92 0.14 -punais punais adj m s 0.00 0.20 0.00 0.20 -punaisait punaiser ver 0.12 0.81 0.00 0.07 ind:imp:3s; -punaise punaise nom f s 2.46 7.84 1.41 1.76 -punaises punaise nom f p 2.46 7.84 1.05 6.08 -punaisé punaiser ver m s 0.12 0.81 0.01 0.27 par:pas; -punaisée punaiser ver f s 0.12 0.81 0.01 0.34 par:pas; -punaisées punaiser ver f p 0.12 0.81 0.00 0.14 par:pas; -punaisés punaiser ver m p 0.12 0.81 0.10 0.00 par:pas; -pénal pénal adj m s 4.64 3.38 3.78 2.91 -pénale pénal adj f s 4.64 3.38 0.54 0.20 -pénalement pénalement adv 0.03 0.07 0.03 0.07 -pénales pénal adj f p 4.64 3.38 0.20 0.27 -pénalisaient pénaliser ver 0.46 0.34 0.01 0.00 ind:imp:3p; -pénalisation pénalisation nom f s 0.01 0.00 0.01 0.00 -pénalise pénaliser ver 0.46 0.34 0.03 0.00 imp:pre:2s;ind:pre:1s; -pénaliser pénaliser ver 0.46 0.34 0.12 0.07 inf; -pénalisera pénaliser ver 0.46 0.34 0.01 0.07 ind:fut:3s; -pénaliserai pénaliser ver 0.46 0.34 0.03 0.00 ind:fut:1s; -pénaliste pénaliste nom s 0.04 0.00 0.04 0.00 -pénalistes pénaliste nom p 0.04 0.00 0.01 0.00 -pénalisé pénaliser ver m s 0.46 0.34 0.15 0.07 par:pas; -pénalisée pénaliser ver f s 0.46 0.34 0.04 0.00 par:pas; -pénalisés pénaliser ver m p 0.46 0.34 0.08 0.14 par:pas; -pénalité pénalité nom f s 1.11 0.07 0.60 0.00 -pénalités pénalité nom f p 1.11 0.07 0.51 0.07 -pénard pénard adj m s 0.02 1.08 0.01 0.54 -pénarde pénard adj f s 0.02 1.08 0.00 0.27 -pénardement pénardement adv 0.00 0.07 0.00 0.07 -pénardes pénard adj f p 0.02 1.08 0.00 0.07 -pénards pénard adj m p 0.02 1.08 0.01 0.20 -pénates pénates nom m p 0.15 0.88 0.15 0.88 -pénaux pénal adj m p 4.64 3.38 0.14 0.00 -punch punch nom m s 3.67 3.11 3.65 2.97 -puncheur puncheur nom m s 0.02 0.00 0.02 0.00 -punching_ball punching_ball nom m s 0.71 0.61 0.64 0.61 -punching_ball punching_ball nom m s 0.71 0.61 0.08 0.00 -punchs punch nom m p 3.67 3.11 0.02 0.14 -punctiforme punctiforme adj f s 0.01 0.00 0.01 0.00 -puncture puncture nom f s 0.10 0.00 0.10 0.00 -pêne pêne nom m s 0.15 0.81 0.15 0.81 -puni punir ver m s 41.70 20.14 10.09 3.99 par:pas; -pénible pénible adj s 13.75 27.43 12.07 21.96 -péniblement péniblement adv 0.74 11.01 0.74 11.01 -pénibles pénible adj p 13.75 27.43 1.69 5.47 -péniche péniche nom f s 1.55 7.97 1.47 5.27 -péniches péniche nom f p 1.55 7.97 0.08 2.70 -pénicilline pénicilline nom f s 1.44 0.95 1.44 0.95 -punie punir ver f s 41.70 20.14 2.79 1.42 par:pas; -pénien pénien adj m s 0.04 0.00 0.02 0.00 -pénienne pénien adj f s 0.04 0.00 0.01 0.00 -punies punir ver f p 41.70 20.14 0.20 0.14 par:pas; -pénil pénil nom m s 0.01 0.00 0.01 0.00 -péninsulaire péninsulaire adj s 0.00 0.14 0.00 0.07 -péninsulaires péninsulaire adj p 0.00 0.14 0.00 0.07 -péninsule péninsule nom f s 0.89 3.31 0.88 3.18 -péninsules péninsule nom f p 0.89 3.31 0.01 0.14 -punique punique adj m s 0.00 0.20 0.00 0.14 -puniques punique adj p 0.00 0.20 0.00 0.07 -punir punir ver 41.70 20.14 13.82 8.45 inf; -punira punir ver 41.70 20.14 1.89 0.27 ind:fut:3s; -punirai punir ver 41.70 20.14 0.91 0.00 ind:fut:1s; -punirais punir ver 41.70 20.14 0.04 0.07 cnd:pre:1s; -punirait punir ver 41.70 20.14 0.06 0.07 cnd:pre:3s; -puniras punir ver 41.70 20.14 0.02 0.07 ind:fut:2s; -punirez punir ver 41.70 20.14 0.03 0.00 ind:fut:2p; -punirons punir ver 41.70 20.14 0.17 0.00 ind:fut:1p; -puniront punir ver 41.70 20.14 0.03 0.00 ind:fut:3p; -pénis pénis nom m 8.11 1.96 8.11 1.96 -punis punir ver m p 41.70 20.14 6.09 1.69 imp:pre:2s;ind:pre:1s;ind:pre:2s;par:pas; -punissable punissable adj m s 0.21 0.14 0.21 0.07 -punissables punissable adj m p 0.21 0.14 0.00 0.07 -punissaient punir ver 41.70 20.14 0.02 0.20 ind:imp:3p; -punissais punir ver 41.70 20.14 0.26 0.14 ind:imp:1s;ind:imp:2s; -punissait punir ver 41.70 20.14 0.29 1.01 ind:imp:3s; -punissant punir ver 41.70 20.14 0.71 0.47 par:pre; -punisse punir ver 41.70 20.14 0.61 0.27 sub:pre:1s;sub:pre:3s; -punissent punir ver 41.70 20.14 0.26 0.20 ind:pre:3p; -punisses punir ver 41.70 20.14 0.30 0.00 sub:pre:2s; -punisseur punisseur nom m s 0.11 0.00 0.11 0.00 -punissez punir ver 41.70 20.14 0.99 0.07 imp:pre:2p;ind:pre:2p; -punissions punir ver 41.70 20.14 0.01 0.07 ind:imp:1p; -punissons punir ver 41.70 20.14 0.15 0.00 imp:pre:1p;ind:pre:1p; -punit punir ver 41.70 20.14 1.98 1.55 ind:pre:3s;ind:pas:3s; -pénitence pénitence nom f s 2.96 5.95 2.96 5.00 -pénitences pénitence nom f p 2.96 5.95 0.00 0.95 -pénitencier pénitencier nom m s 2.09 1.15 2.04 1.15 -pénitenciers pénitencier nom m p 2.09 1.15 0.06 0.00 -pénitent pénitent nom m s 0.90 2.84 0.27 0.61 -pénitente pénitent nom f s 0.90 2.84 0.14 0.14 -pénitentes pénitent nom f p 0.90 2.84 0.00 0.20 -pénitentiaire pénitentiaire adj s 3.21 2.77 2.79 2.23 -pénitentiaires pénitentiaire adj p 3.21 2.77 0.42 0.54 -pénitentielle pénitentiel adj f s 0.00 0.07 0.00 0.07 -pénitents pénitent nom m p 0.90 2.84 0.49 1.89 -punitif punitif adj m s 0.42 1.08 0.27 0.14 -punition punition nom f s 13.16 9.46 11.97 7.64 -punitions punition nom f p 13.16 9.46 1.19 1.82 -punitive punitif adj f s 0.42 1.08 0.12 0.61 -punitives punitif adj f p 0.42 1.08 0.03 0.34 -punk punk nom s 6.39 4.12 5.45 2.50 -punkette punkette nom f s 0.00 0.14 0.00 0.14 -punks punk nom p 6.39 4.12 0.94 1.62 -pénologie pénologie nom f s 0.02 0.00 0.02 0.00 -pénombre pénombre nom f s 1.23 28.24 1.22 28.04 -pénombres pénombre nom f p 1.23 28.24 0.01 0.20 -punt punt nom m s 0.23 0.00 0.23 0.00 -pénètre pénétrer ver 19.00 87.23 4.64 12.36 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -pénètrent pénétrer ver 19.00 87.23 0.84 2.77 ind:pre:3p; -pénètres pénétrer ver 19.00 87.23 0.11 0.20 ind:pre:2s; -pénultième pénultième nom f s 0.03 0.07 0.03 0.07 -pénéplaines pénéplaine nom f p 0.00 0.07 0.00 0.07 -pénurie pénurie nom f s 2.15 2.84 2.12 2.70 -pénuries pénurie nom f p 2.15 2.84 0.04 0.14 -pénétra pénétrer ver 19.00 87.23 0.32 9.66 ind:pas:3s; -pénétrable pénétrable adj f s 0.14 0.07 0.14 0.00 -pénétrables pénétrable adj p 0.14 0.07 0.00 0.07 -pénétrai pénétrer ver 19.00 87.23 0.00 1.42 ind:pas:1s; -pénétraient pénétrer ver 19.00 87.23 0.14 3.04 ind:imp:3p; -pénétrais pénétrer ver 19.00 87.23 0.00 1.08 ind:imp:1s;ind:imp:2s; -pénétrait pénétrer ver 19.00 87.23 0.26 9.66 ind:imp:3s; -pénétrant pénétrer ver 19.00 87.23 0.41 4.86 par:pre; -pénétrante pénétrante adj f s 0.29 2.43 0.20 2.23 -pénétrantes pénétrante adj f p 0.29 2.43 0.10 0.20 -pénétrants pénétrant adj m p 0.59 2.09 0.18 0.20 -pénétration pénétration nom f s 2.20 3.38 1.91 3.18 -pénétrations pénétration nom f p 2.20 3.38 0.29 0.20 -pénétrer pénétrer ver 19.00 87.23 6.94 24.19 inf; -pénétrera pénétrer ver 19.00 87.23 0.14 0.20 ind:fut:3s; -pénétrerai pénétrer ver 19.00 87.23 0.02 0.07 ind:fut:1s; -pénétreraient pénétrer ver 19.00 87.23 0.00 0.27 cnd:pre:3p; -pénétrerait pénétrer ver 19.00 87.23 0.01 0.54 cnd:pre:3s; -pénétrerons pénétrer ver 19.00 87.23 0.04 0.07 ind:fut:1p; -pénétreront pénétrer ver 19.00 87.23 0.01 0.07 ind:fut:3p; -pénétrez pénétrer ver 19.00 87.23 0.41 0.34 imp:pre:2p;ind:pre:2p; -pénétrions pénétrer ver 19.00 87.23 0.00 0.27 ind:imp:1p; -pénétrâmes pénétrer ver 19.00 87.23 0.00 0.61 ind:pas:1p; -pénétrons pénétrer ver 19.00 87.23 0.07 0.95 imp:pre:1p;ind:pre:1p; -pénétrât pénétrer ver 19.00 87.23 0.00 0.34 sub:imp:3s; -pénétrèrent pénétrer ver 19.00 87.23 0.02 3.24 ind:pas:3p; -pénétré pénétrer ver m s 19.00 87.23 4.07 8.72 par:pas; -pénétrée pénétrer ver f s 19.00 87.23 0.49 1.28 par:pas; -pénétrées pénétrer ver f p 19.00 87.23 0.00 0.07 par:pas; -pénétrés pénétrer ver m p 19.00 87.23 0.04 0.95 par:pas; -péon péon nom m s 0.02 0.14 0.01 0.00 -péons péon nom m p 0.02 0.14 0.01 0.14 -péottes péotte nom f p 0.00 0.14 0.00 0.14 -pupazzo pupazzo nom m s 0.00 0.14 0.00 0.14 -pupe pupe nom f s 0.01 0.00 0.01 0.00 -pépettes pépettes nom f p 0.03 0.20 0.03 0.20 -pépia pépier ver 0.35 1.28 0.00 0.07 ind:pas:3s; -pépiaient pépier ver 0.35 1.28 0.00 0.47 ind:imp:3p; -pépiait pépier ver 0.35 1.28 0.00 0.14 ind:imp:3s; -pépiant pépiant adj m s 0.14 0.20 0.14 0.20 -pépie pépier ver 0.35 1.28 0.20 0.07 imp:pre:2s;ind:pre:1s;ind:pre:3s; -pépiement pépiement nom m s 1.16 2.77 0.09 1.49 -pépiements pépiement nom m p 1.16 2.77 1.07 1.28 -pépient pépier ver 0.35 1.28 0.04 0.34 ind:pre:3p; -pépier pépier ver 0.35 1.28 0.11 0.14 inf; -pupillaire pupillaire adj s 0.07 0.00 0.06 0.00 -pupillaires pupillaire adj m p 0.07 0.00 0.01 0.00 -pupille pupille nom s 3.92 5.54 2.04 2.43 -pupilles pupille nom p 3.92 5.54 1.88 3.11 -pépin pépin nom m s 5.15 3.51 4.31 1.96 -pépinière pépinière nom f s 0.51 0.95 0.45 0.68 -pépinières pépinière nom f p 0.51 0.95 0.06 0.27 -pépiniériste pépiniériste nom s 0.04 0.41 0.03 0.27 -pépiniéristes pépiniériste nom p 0.04 0.41 0.01 0.14 -pépins pépin nom m p 5.15 3.51 0.84 1.55 -pépite pépite nom f s 2.04 0.61 0.77 0.20 -pépites pépite nom f p 2.04 0.61 1.27 0.41 -pupitre pupitre nom m s 0.80 6.89 0.73 5.74 -pupitres pupitre nom m p 0.80 6.89 0.07 1.15 -pupitreur pupitreur nom m s 0.01 0.00 0.01 0.00 -pépiés pépier ver m p 0.35 1.28 0.00 0.07 par:pas; -péplum péplum nom m s 0.10 0.54 0.00 0.14 -péplums péplum nom m p 0.10 0.54 0.10 0.41 -pépère pépère adj s 1.21 3.18 1.00 2.50 -pépères pépère adj p 1.21 3.18 0.20 0.68 -pépètes pépètes nom f p 0.08 0.34 0.08 0.34 -pépé pépé nom m s 4.95 16.96 4.81 16.76 -pépée pépée nom f s 0.69 0.54 0.49 0.20 -pépées pépée nom f p 0.69 0.54 0.20 0.34 -pépés pépé nom m p 4.95 16.96 0.13 0.20 -péquenaud péquenaud nom m s 1.60 0.27 1.00 0.07 -péquenaude péquenaud nom f s 1.60 0.27 0.20 0.00 -péquenaudes péquenaud nom f p 1.60 0.27 0.00 0.07 -péquenauds péquenaud nom m p 1.60 0.27 0.41 0.14 -péquenot péquenot nom m s 1.80 1.82 0.97 1.01 -péquenots péquenot nom m p 1.80 1.82 0.83 0.81 -péquin péquin nom m s 0.00 0.20 0.00 0.14 -péquins péquin nom m p 0.00 0.20 0.00 0.07 -pur_sang pur_sang nom m 1.01 2.23 1.01 2.23 -pur pur adj m s 58.46 90.34 26.48 44.59 -pérît périr ver 11.20 10.34 0.00 0.07 sub:imp:3s; -pure pur adj f s 58.46 90.34 26.97 34.19 -pureau pureau nom m s 0.00 0.07 0.00 0.07 -purement purement adv 3.99 9.32 3.99 9.32 -péremptoire péremptoire adj s 0.00 5.07 0.00 3.85 -péremptoirement péremptoirement adv 0.00 0.61 0.00 0.61 -péremptoires péremptoire adj p 0.00 5.07 0.00 1.22 -pérenne pérenne adj s 0.00 0.14 0.00 0.07 -pérennes pérenne adj p 0.00 0.14 0.00 0.07 -pérennise pérenniser ver 0.00 0.07 0.00 0.07 ind:pre:3s; -pérennité pérennité nom f s 0.00 0.74 0.00 0.74 -purent pouvoir ver_sup 5524.52 2659.80 0.24 6.89 ind:pas:3p; -pures pur adj f p 58.46 90.34 1.35 4.66 -pureté pureté nom f s 6.77 13.99 6.77 13.92 -puretés pureté nom f p 6.77 13.99 0.00 0.07 -purgatif purgatif adj m s 0.40 0.14 0.30 0.07 -purgation purgation nom f s 0.02 0.20 0.02 0.07 -purgations purgation nom f p 0.02 0.20 0.00 0.14 -purgative purgatif adj f s 0.40 0.14 0.10 0.07 -purgatoire purgatoire nom m s 1.92 2.84 1.92 2.77 -purgatoires purgatoire nom m p 1.92 2.84 0.00 0.07 -purge purger ver 5.46 3.24 1.30 0.34 imp:pre:2s;ind:pre:1s;ind:pre:3s; -purgea purger ver 5.46 3.24 0.02 0.07 ind:pas:3s; -purgeaient purger ver 5.46 3.24 0.01 0.14 ind:imp:3p; -purgeais purger ver 5.46 3.24 0.02 0.00 ind:imp:1s;ind:imp:2s; -purgeait purger ver 5.46 3.24 0.28 0.41 ind:imp:3s; -purgeant purger ver 5.46 3.24 0.03 0.07 par:pre; -purgent purger ver 5.46 3.24 0.15 0.14 ind:pre:3p; -purger purger ver 5.46 3.24 1.59 1.08 inf; -purgera purger ver 5.46 3.24 0.11 0.00 ind:fut:3s; -purgerai purger ver 5.46 3.24 0.05 0.00 ind:fut:1s; -purgerais purger ver 5.46 3.24 0.02 0.00 cnd:pre:1s;cnd:pre:2s; -purgeras purger ver 5.46 3.24 0.07 0.00 ind:fut:2s; -purgerez purger ver 5.46 3.24 0.07 0.00 ind:fut:2p; -purgeriez purger ver 5.46 3.24 0.01 0.00 cnd:pre:2p; -purges purge nom f p 1.34 1.89 0.84 0.54 -purgez purger ver 5.46 3.24 0.23 0.00 imp:pre:2p;ind:pre:2p; -purgiez purger ver 5.46 3.24 0.02 0.00 ind:imp:2p; -purgé purger ver m s 5.46 3.24 0.93 0.81 par:pas; -purgée purger ver f s 5.46 3.24 0.21 0.00 par:pas; -purgées purger ver f p 5.46 3.24 0.01 0.07 par:pas; -purgés purger ver m p 5.46 3.24 0.23 0.14 par:pas; -péri périr ver m s 11.20 10.34 2.56 1.89 par:pas; -péricarde péricarde nom m s 0.33 0.00 0.33 0.00 -péricardique péricardique adj s 0.12 0.00 0.12 0.00 -péricardite péricardite nom f s 0.05 0.00 0.05 0.00 -péricarpe péricarpe nom m s 0.01 0.00 0.01 0.00 -périclita péricliter ver 0.10 1.01 0.00 0.07 ind:pas:3s; -périclitait péricliter ver 0.10 1.01 0.02 0.20 ind:imp:3s; -périclitant péricliter ver 0.10 1.01 0.00 0.07 par:pre; -périclitent péricliter ver 0.10 1.01 0.01 0.07 ind:pre:3p; -péricliter péricliter ver 0.10 1.01 0.03 0.27 inf; -périclitèrent péricliter ver 0.10 1.01 0.01 0.07 ind:pas:3p; -périclité péricliter ver m s 0.10 1.01 0.04 0.27 par:pas; -péridurale péridural nom f s 0.37 0.07 0.37 0.07 -périe périr ver f s 11.20 10.34 0.01 0.00 par:pas; -périf périf nom m s 0.14 0.27 0.14 0.27 -purifiaient purifier ver 7.92 4.86 0.00 0.14 ind:imp:3p; -purifiais purifier ver 7.92 4.86 0.10 0.00 ind:imp:2s; -purifiait purifier ver 7.92 4.86 0.14 0.20 ind:imp:3s; -purifiant purifier ver 7.92 4.86 0.20 0.27 par:pre; -purificateur purificateur adj m s 0.75 0.68 0.47 0.54 -purificateurs purificateur nom m p 0.22 0.07 0.07 0.00 -purification purification nom f s 1.31 1.08 1.31 0.95 -purifications purification nom f p 1.31 1.08 0.00 0.14 -purificatoire purificatoire adj m s 0.00 0.07 0.00 0.07 -purificatrice purificateur adj f s 0.75 0.68 0.02 0.07 -purificatrices purificateur adj f p 0.75 0.68 0.27 0.00 -purifie purifier ver 7.92 4.86 2.04 0.34 imp:pre:2s;ind:pre:1s;ind:pre:3s; -purifient purifier ver 7.92 4.86 0.30 0.07 ind:pre:3p; -purifier purifier ver 7.92 4.86 2.59 1.15 inf; -purifiera purifier ver 7.92 4.86 0.14 0.00 ind:fut:3s; -purifiez purifier ver 7.92 4.86 0.34 0.14 imp:pre:2p;ind:pre:2p; -purifions purifier ver 7.92 4.86 0.02 0.07 imp:pre:1p;ind:pre:1p; -purifiât purifier ver 7.92 4.86 0.00 0.07 sub:imp:3s; -purifié purifier ver m s 7.92 4.86 1.05 1.35 par:pas; -purifiée purifier ver f s 7.92 4.86 0.68 0.68 par:pas; -purifiées purifier ver f p 7.92 4.86 0.00 0.07 par:pas; -purifiés purifier ver m p 7.92 4.86 0.32 0.34 par:pas; -périgourdin périgourdin adj m s 0.02 0.27 0.00 0.07 -périgourdine périgourdin adj f s 0.02 0.27 0.01 0.20 -périgourdins périgourdin adj m p 0.02 0.27 0.01 0.00 -périgée périgée nom m s 0.02 0.07 0.02 0.07 -péril péril nom m s 7.76 13.78 6.32 10.00 -périlleuse périlleux adj f s 1.43 6.76 0.35 2.30 -périlleusement périlleusement adv 0.00 0.20 0.00 0.20 -périlleuses périlleux adj f p 1.43 6.76 0.21 0.88 -périlleux périlleux adj m 1.43 6.76 0.87 3.58 -périls péril nom m p 7.76 13.78 1.45 3.78 -périme périmer ver 1.68 0.54 0.02 0.00 ind:pre:3s; -périment périmer ver 1.68 0.54 0.01 0.00 ind:pre:3p; -périmer périmer ver 1.68 0.54 0.01 0.00 inf; -périmètre périmètre nom m s 6.81 2.84 6.71 2.64 -périmètres périmètre nom m p 6.81 2.84 0.10 0.20 -périmé périmer ver m s 1.68 0.54 0.69 0.27 par:pas; -périmée périmer ver f s 1.68 0.54 0.59 0.20 par:pas; -périmées périmé adj f p 0.79 2.36 0.09 0.47 -périmés périmer ver m p 1.68 0.54 0.28 0.00 par:pas; -purin purin nom m s 0.38 2.23 0.38 2.23 -périnée périnée nom m s 0.16 0.47 0.16 0.47 -période période nom f s 25.65 41.89 23.72 32.09 -périodes période nom f p 25.65 41.89 1.94 9.80 -périodicité périodicité nom f s 0.01 0.07 0.01 0.07 -périodique périodique adj s 0.23 1.89 0.15 1.28 -périodiquement périodiquement adv 0.17 3.18 0.17 3.18 -périodiques périodique adj p 0.23 1.89 0.09 0.61 -péripatéticiennes péripatéticienne nom f p 0.14 0.00 0.14 0.00 -périph périph nom m s 0.16 0.20 0.16 0.20 -périphrase périphrase nom f s 0.11 0.27 0.11 0.14 -périphrases périphrase nom f p 0.11 0.27 0.00 0.14 -périphérie périphérie nom f s 1.30 3.04 1.21 2.91 -périphéries périphérie nom f p 1.30 3.04 0.10 0.14 -périphérique périphérique nom m s 0.53 1.15 0.52 1.15 -périphériques périphérique adj p 0.50 1.55 0.19 0.95 -périple périple nom m s 1.14 2.64 0.98 2.09 -périples périple nom m p 1.14 2.64 0.15 0.54 -péripétie péripétie nom f s 0.85 6.69 0.59 1.35 -péripéties péripétie nom f p 0.85 6.69 0.26 5.34 -périr périr ver 11.20 10.34 3.83 4.93 inf; -périra périr ver 11.20 10.34 1.01 0.20 ind:fut:3s; -périrais périr ver 11.20 10.34 0.01 0.14 cnd:pre:1s; -périrait périr ver 11.20 10.34 0.31 0.14 cnd:pre:3s; -périras périr ver 11.20 10.34 0.06 0.00 ind:fut:2s; -périrent périr ver 11.20 10.34 0.49 0.61 ind:pas:3p; -périrez périr ver 11.20 10.34 0.06 0.07 ind:fut:2p; -péririez périr ver 11.20 10.34 0.01 0.00 cnd:pre:2p; -périrons périr ver 11.20 10.34 0.14 0.07 ind:fut:1p; -périront périr ver 11.20 10.34 0.75 0.20 ind:fut:3p; -péris périr ver m p 11.20 10.34 0.05 0.07 ind:pre:1s;ind:pre:2s;par:pas; -périscolaire périscolaire adj f s 0.01 0.00 0.01 0.00 -périscope périscope nom m s 1.28 0.88 1.24 0.68 -périscopes périscope nom m p 1.28 0.88 0.04 0.20 -périscopique périscopique adj f s 0.31 0.00 0.31 0.00 -périssable périssable adj s 0.38 1.82 0.12 1.35 -périssables périssable adj p 0.38 1.82 0.27 0.47 -périssaient périr ver 11.20 10.34 0.01 0.27 ind:imp:3p; -périssait périr ver 11.20 10.34 0.00 0.34 ind:imp:3s; -périssant périr ver 11.20 10.34 0.01 0.07 par:pre; -périsse périr ver 11.20 10.34 0.34 0.47 sub:pre:3s; -périssent périr ver 11.20 10.34 0.54 0.27 ind:pre:3p; -périssez périr ver 11.20 10.34 0.10 0.00 imp:pre:2p; -périssodactyle périssodactyle nom m s 0.14 0.00 0.14 0.00 -périssoire périssoire nom f s 0.00 0.20 0.00 0.14 -périssoires périssoire nom f p 0.00 0.20 0.00 0.07 -périssons périr ver 11.20 10.34 0.14 0.07 imp:pre:1p;ind:pre:1p; -péristaltique péristaltique adj f s 0.01 0.14 0.01 0.07 -péristaltiques péristaltique adj f p 0.01 0.14 0.00 0.07 -péristaltisme péristaltisme nom m s 0.01 0.00 0.01 0.00 -puriste puriste nom s 0.13 0.00 0.11 0.00 -puristes puriste nom p 0.13 0.00 0.02 0.00 -péristyle péristyle nom m s 0.00 1.49 0.00 1.49 -périt périr ver 11.20 10.34 0.76 0.47 ind:pre:3s;ind:pas:3s; -puritain puritain nom m s 0.53 0.81 0.28 0.07 -puritaine puritain adj f s 1.16 2.03 0.67 0.54 -puritaines puritain adj f p 1.16 2.03 0.20 0.20 -puritains puritain nom m p 0.53 0.81 0.20 0.61 -puritanisme puritanisme nom m s 0.05 1.22 0.05 1.22 -péritoine péritoine nom m s 0.13 0.14 0.13 0.14 -péritonite péritonite nom f s 0.32 0.47 0.32 0.47 -péritonéal péritonéal adj m s 0.32 0.07 0.18 0.00 -péritonéale péritonéal adj f s 0.32 0.07 0.14 0.07 -périurbaines périurbain adj f p 0.01 0.00 0.01 0.00 -pérodictique pérodictique nom m s 0.01 0.00 0.01 0.00 -péroniste péroniste adj m s 0.17 0.00 0.17 0.00 -péronnelle péronnelle nom f s 0.04 0.07 0.04 0.07 -péroné péroné nom m s 0.27 0.14 0.27 0.00 -péronés péroné nom m p 0.27 0.14 0.00 0.14 -pérorais pérorer ver 0.22 3.24 0.00 0.07 ind:imp:1s; -péroraison péroraison nom f s 0.00 1.08 0.00 0.95 -péroraisons péroraison nom f p 0.00 1.08 0.00 0.14 -pérorait pérorer ver 0.22 3.24 0.00 1.49 ind:imp:3s; -pérorant pérorer ver 0.22 3.24 0.00 0.54 par:pre; -pérore pérorer ver 0.22 3.24 0.15 0.61 ind:pre:1s;ind:pre:3s; -pérorer pérorer ver 0.22 3.24 0.07 0.47 inf; -péroreur péroreur nom m s 0.00 0.07 0.00 0.07 -pérorons pérorer ver 0.22 3.24 0.00 0.07 ind:pre:1p; -pérot pérot nom m s 0.11 0.00 0.11 0.00 -purotin purotin nom m s 0.00 0.41 0.00 0.14 -purotins purotin nom m p 0.00 0.41 0.00 0.27 -pérou pérou nom s 0.01 0.00 0.01 0.00 -purpura purpura nom m s 0.09 0.00 0.09 0.00 -purpurin purpurin adj m s 0.01 0.61 0.00 0.27 -purpurine purpurin adj f s 0.01 0.61 0.01 0.14 -purpurines purpurin adj f p 0.01 0.61 0.00 0.07 -purpurins purpurin adj m p 0.01 0.61 0.00 0.14 -purs pur adj m p 58.46 90.34 3.67 6.89 -purée purée nom f s 5.75 6.28 5.74 6.08 -purées purée nom f p 5.75 6.28 0.01 0.20 -pérégrinant pérégriner ver 0.00 0.47 0.00 0.07 par:pre; -pérégrination pérégrination nom f s 0.06 1.62 0.00 0.20 -pérégrinations pérégrination nom f p 0.06 1.62 0.06 1.42 -pérégrine pérégriner ver 0.00 0.47 0.00 0.14 ind:pre:3s; -pérégriner pérégriner ver 0.00 0.47 0.00 0.20 inf; -pérégrines pérégriner ver 0.00 0.47 0.00 0.07 ind:pre:2s; -purulence purulence nom f s 0.02 0.41 0.02 0.20 -purulences purulence nom f p 0.02 0.41 0.00 0.20 -purulent purulent adj m s 0.26 0.74 0.06 0.20 -purulente purulent adj f s 0.26 0.74 0.10 0.20 -purulentes purulent adj f p 0.26 0.74 0.04 0.34 -purulents purulent adj m p 0.26 0.74 0.06 0.00 -péréquation péréquation nom f s 0.00 0.20 0.00 0.14 -péréquations péréquation nom f p 0.00 0.20 0.00 0.07 -péruvien péruvien adj m s 1.52 0.68 1.15 0.34 -péruvienne péruvien adj f s 1.52 0.68 0.19 0.27 -péruviens péruvien adj m p 1.52 0.68 0.19 0.07 -pus pus adj m s 1.90 5.00 1.90 5.00 -pusillanime pusillanime adj s 0.05 0.95 0.03 0.81 -pusillanimes pusillanime adj p 0.05 0.95 0.02 0.14 -pusillanimité pusillanimité nom f s 0.00 0.34 0.00 0.34 -pusse pouvoir ver_sup 5524.52 2659.80 0.00 1.28 sub:imp:1s; -pussent pouvoir ver_sup 5524.52 2659.80 0.00 2.77 sub:imp:3p; -pusses pouvoir ver_sup 5524.52 2659.80 0.00 0.07 sub:imp:2s; -pussiez pouvoir ver_sup 5524.52 2659.80 0.00 0.07 sub:imp:2p; -pustule pustule nom f s 0.69 1.35 0.28 0.14 -pustules pustule nom f p 0.69 1.35 0.41 1.22 -pustuleuse pustuleux adj f s 0.02 0.61 0.00 0.27 -pustuleux pustuleux adj m p 0.02 0.61 0.02 0.34 -put pouvoir ver_sup 5524.52 2659.80 5.10 49.66 ind:pas:3s; -pétaient péter ver 31.66 16.28 0.03 0.81 ind:imp:3p; -putain putain nom f s 306.74 40.41 287.83 33.58 -pétainiste pétainiste adj m s 0.00 0.54 0.00 0.34 -pétainistes pétainiste adj f p 0.00 0.54 0.00 0.20 -putains putain nom f p 306.74 40.41 18.91 6.82 -pétais péter ver 31.66 16.28 0.13 0.07 ind:imp:1s;ind:imp:2s; -pétait péter ver 31.66 16.28 0.38 1.28 ind:imp:3s; -pétale pétale nom m s 3.47 8.24 1.17 1.42 -pétales pétale nom m p 3.47 8.24 2.31 6.82 -pétaloïdes pétaloïde adj m p 0.01 0.00 0.01 0.00 -putanat putanat nom m s 0.00 0.20 0.00 0.20 -pétanque pétanque nom f s 0.17 1.49 0.17 1.49 -pétant péter ver 31.66 16.28 0.25 0.34 par:pre; -pétante pétant adj f s 0.33 0.68 0.02 0.00 -pétantes pétant adj f p 0.33 0.68 0.13 0.41 -pétants pétant adj m p 0.33 0.68 0.00 0.07 -pétaradaient pétarader ver 0.10 1.55 0.00 0.07 ind:imp:3p; -pétaradait pétarader ver 0.10 1.55 0.01 0.20 ind:imp:3s; -pétaradant pétarader ver 0.10 1.55 0.01 0.34 par:pre; -pétaradante pétaradant adj f s 0.01 0.88 0.00 0.14 -pétaradantes pétaradant adj f p 0.01 0.88 0.00 0.20 -pétaradants pétaradant adj m p 0.01 0.88 0.00 0.20 -pétarade pétarade nom f s 0.30 2.36 0.16 1.55 -pétarader pétarader ver 0.10 1.55 0.04 0.47 inf; -pétarades pétarade nom f p 0.30 2.36 0.14 0.81 -pétaradé pétarader ver m s 0.10 1.55 0.00 0.07 par:pas; -pétard pétard nom m s 7.19 9.93 4.77 5.47 -pétarde pétarder ver 0.00 0.07 0.00 0.07 ind:pre:3s; -pétardier pétardier nom m s 0.00 0.47 0.00 0.34 -pétardière pétardier nom f s 0.00 0.47 0.00 0.14 -pétards pétard nom m p 7.19 9.93 2.42 4.46 -pétase pétase nom m s 0.00 0.14 0.00 0.14 -pétasse pétasse nom f s 8.03 0.95 6.91 0.61 -putasse putasser ver 0.17 0.34 0.17 0.27 imp:pre:2s;ind:pre:1s;ind:pre:3s; -pétassent pétasser ver 0.00 0.07 0.00 0.07 ind:pre:3p; -putasserie putasserie nom f s 0.34 0.41 0.10 0.41 -putasseries putasserie nom f p 0.34 0.41 0.23 0.00 -pétasses pétasse nom f p 8.03 0.95 1.12 0.34 -putasses putasser ver 0.17 0.34 0.01 0.07 ind:pre:2s; -putassier putassier adj m s 0.02 0.41 0.01 0.07 -putassiers putassier adj m p 0.02 0.41 0.00 0.14 -putassière putassier adj f s 0.02 0.41 0.01 0.14 -putassières putassier adj f p 0.02 0.41 0.00 0.07 -putatif putatif adj m s 0.00 0.74 0.00 0.47 -putatifs putatif adj m p 0.00 0.74 0.00 0.14 -putative putatif adj f s 0.00 0.74 0.00 0.14 -pétaudière pétaudière nom f s 0.01 0.07 0.01 0.07 -pute pute nom f s 105.25 20.27 87.91 13.65 -péter péter ver 31.66 16.28 11.08 5.34 inf; -pétera péter ver 31.66 16.28 0.34 0.14 ind:fut:3s; -péterai péter ver 31.66 16.28 0.05 0.00 ind:fut:1s; -péterais péter ver 31.66 16.28 0.04 0.00 cnd:pre:1s;cnd:pre:2s; -péterait péter ver 31.66 16.28 0.10 0.07 cnd:pre:3s; -péteras péter ver 31.66 16.28 0.01 0.00 ind:fut:2s; -putes pute nom f p 105.25 20.27 17.34 6.62 -péteur péteur nom m s 0.11 0.07 0.11 0.07 -péteuse péteuse nom f s 0.06 0.54 0.06 0.54 -péteux péteux nom m 0.30 0.61 0.30 0.61 -pétez péter ver 31.66 16.28 0.21 0.00 imp:pre:2p;ind:pre:2p; -putier putier nom m s 0.00 0.14 0.00 0.14 -pétiez péter ver 31.66 16.28 0.02 0.00 ind:imp:2p; -pétilla pétiller ver 0.32 4.39 0.00 0.14 ind:pas:3s; -pétillaient pétiller ver 0.32 4.39 0.00 0.54 ind:imp:3p; -pétillait pétiller ver 0.32 4.39 0.00 0.95 ind:imp:3s; -pétillant pétillant adj m s 1.27 3.24 0.55 1.55 -pétillante pétillant adj f s 1.27 3.24 0.44 0.81 -pétillantes pétillant adj f p 1.27 3.24 0.15 0.27 -pétillants pétillant adj m p 1.27 3.24 0.14 0.61 -pétille pétiller ver 0.32 4.39 0.21 1.01 ind:pre:1s;ind:pre:3s; -pétillement pétillement nom m s 0.01 1.15 0.01 1.01 -pétillements pétillement nom m p 0.01 1.15 0.00 0.14 -pétillent pétiller ver 0.32 4.39 0.03 0.47 ind:pre:3p; -pétiller pétiller ver 0.32 4.39 0.05 0.54 inf; -pétilles pétiller ver 0.32 4.39 0.01 0.00 ind:pre:2s; -pétillèrent pétiller ver 0.32 4.39 0.00 0.07 ind:pas:3p; -pétillé pétiller ver m s 0.32 4.39 0.00 0.07 par:pas; -pétiole pétiole nom m s 0.00 0.07 0.00 0.07 -pétition pétition nom f s 3.54 1.76 3.00 0.95 -pétitionnaires pétitionnaire nom p 0.01 0.07 0.01 0.07 -pétitionnent pétitionner ver 0.01 0.07 0.00 0.07 ind:pre:3p; -pétitionner pétitionner ver 0.01 0.07 0.01 0.00 inf; -pétitions pétition nom f p 3.54 1.76 0.55 0.81 -pétochais pétocher ver 0.01 0.07 0.00 0.07 ind:imp:1s; -pétochait pétocher ver 0.01 0.07 0.01 0.00 ind:imp:3s; -pétochard pétochard adj m s 0.02 0.14 0.02 0.14 -pétoche pétoche nom f s 0.52 2.77 0.50 2.57 -pétoches pétoche nom f p 0.52 2.77 0.02 0.20 -pétoire pétoire nom f s 0.42 1.62 0.41 1.08 -pétoires pétoire nom f p 0.42 1.62 0.01 0.54 -putois putois nom m 1.06 1.28 1.06 1.28 -pétomane pétomane nom s 0.05 0.47 0.03 0.34 -pétomanes pétomane nom p 0.05 0.47 0.03 0.14 -pétoncle pétoncle nom m s 0.08 0.00 0.05 0.00 -pétoncles pétoncle nom m p 0.08 0.00 0.03 0.00 -pétons péter ver 31.66 16.28 0.01 0.00 imp:pre:1p; -pétouille pétouiller ver 0.00 0.07 0.00 0.07 ind:pre:3s; -pétoulet pétoulet nom m s 0.00 0.41 0.00 0.41 -pétrarquistes pétrarquiste nom p 0.00 0.07 0.00 0.07 -pétrel pétrel nom m s 0.02 0.07 0.02 0.07 -putrescence putrescence nom f s 0.01 0.14 0.01 0.07 -putrescences putrescence nom f p 0.01 0.14 0.00 0.07 -putrescent putrescent adj m s 0.20 0.07 0.20 0.00 -putrescents putrescent adj m p 0.20 0.07 0.00 0.07 -putrescible putrescible adj f s 0.00 0.20 0.00 0.20 -putrescine putrescine nom f s 0.01 0.00 0.01 0.00 -pétreux pétreux adj m 0.01 0.00 0.01 0.00 -pétri pétrir ver m s 1.48 11.01 0.42 1.76 par:pas; -putride putride adj s 1.04 0.95 0.74 0.54 -putrides putride adj p 1.04 0.95 0.30 0.41 -pétrie pétrir ver f s 1.48 11.01 0.17 1.15 par:pas; -pétries pétrir ver f p 1.48 11.01 0.01 0.34 par:pas; -pétrifia pétrifier ver 2.17 8.38 0.01 0.14 ind:pas:3s; -pétrifiaient pétrifier ver 2.17 8.38 0.00 0.14 ind:imp:3p; -pétrifiais pétrifier ver 2.17 8.38 0.00 0.07 ind:imp:1s; -pétrifiait pétrifier ver 2.17 8.38 0.10 0.74 ind:imp:3s; -pétrifiant pétrifier ver 2.17 8.38 0.00 0.14 par:pre; -pétrifiante pétrifiant adj f s 0.00 0.27 0.00 0.20 -pétrifiantes pétrifiant adj f p 0.00 0.27 0.00 0.07 -pétrification pétrification nom f s 0.01 0.27 0.01 0.27 -pétrifie pétrifier ver 2.17 8.38 0.11 0.27 ind:pre:3s; -pétrifient pétrifier ver 2.17 8.38 0.01 0.07 ind:pre:3p; -pétrifier pétrifier ver 2.17 8.38 0.04 0.54 inf; -pétrifieront pétrifier ver 2.17 8.38 0.00 0.07 ind:fut:3p; -pétrifiez pétrifier ver 2.17 8.38 0.00 0.07 ind:pre:2p; -pétrifiât pétrifier ver 2.17 8.38 0.00 0.07 sub:imp:3s; -pétrifièrent pétrifier ver 2.17 8.38 0.00 0.07 ind:pas:3p; -pétrifié pétrifier ver m s 2.17 8.38 1.14 2.57 par:pas; -pétrifiée pétrifier ver f s 2.17 8.38 0.56 1.82 par:pas; -pétrifiées pétrifier ver f p 2.17 8.38 0.15 0.20 par:pas; -pétrifiés pétrifier ver m p 2.17 8.38 0.07 1.42 par:pas; -pétrin pétrin nom m s 10.89 3.31 10.82 3.18 -pétrins pétrin nom m p 10.89 3.31 0.07 0.14 -pétrir pétrir ver 1.48 11.01 0.68 3.31 inf; -pétrirai pétrir ver 1.48 11.01 0.00 0.07 ind:fut:1s; -pétrirent pétrir ver 1.48 11.01 0.00 0.07 ind:pas:3p; -pétris pétri adj m p 0.27 0.34 0.14 0.14 -pétrissage pétrissage nom m s 0.00 0.14 0.00 0.14 -pétrissaient pétrir ver 1.48 11.01 0.00 0.34 ind:imp:3p; -pétrissait pétrir ver 1.48 11.01 0.10 1.42 ind:imp:3s; -pétrissant pétrir ver 1.48 11.01 0.00 0.68 par:pre; -pétrisse pétrir ver 1.48 11.01 0.00 0.14 sub:pre:3s; -pétrissent pétrir ver 1.48 11.01 0.01 0.07 ind:pre:3p; -pétrisseur pétrisseur nom m s 0.00 0.07 0.00 0.07 -pétrissez pétrir ver 1.48 11.01 0.00 0.07 ind:pre:2p; -pétrit pétrir ver 1.48 11.01 0.03 1.15 ind:pre:3s;ind:pas:3s; -pétrochimie pétrochimie nom f s 0.00 0.14 0.00 0.14 -pétrochimique pétrochimique adj s 0.04 0.00 0.04 0.00 -pétrodollars pétrodollar nom m p 0.30 0.00 0.30 0.00 -pétrole pétrole nom m s 13.84 15.41 13.71 14.73 -pétroles pétrole nom m p 13.84 15.41 0.13 0.68 -pétrolette pétrolette nom f s 0.02 0.20 0.02 0.20 -pétroleuse pétroleur nom f s 0.03 0.20 0.03 0.14 -pétroleuses pétroleuse nom f p 0.01 0.00 0.01 0.00 -pétrolier pétrolier adj m s 1.75 1.22 0.38 0.27 -pétroliers pétrolier nom m p 0.73 2.23 0.36 0.61 -pétrolifère pétrolifère adj s 0.11 0.27 0.04 0.14 -pétrolifères pétrolifère adj p 0.11 0.27 0.06 0.14 -pétrolière pétrolier adj f s 1.75 1.22 0.79 0.14 -pétrolières pétrolier adj f p 1.75 1.22 0.37 0.61 -pétrousquin pétrousquin nom m s 0.00 0.14 0.00 0.14 -pétrée pétré adj f s 0.00 0.07 0.00 0.07 -putréfaction putréfaction nom f s 0.49 1.15 0.49 1.15 -putréfiaient putréfier ver 0.32 0.68 0.00 0.07 ind:imp:3p; -putréfiait putréfier ver 0.32 0.68 0.00 0.14 ind:imp:3s; -putréfiant putréfier ver 0.32 0.68 0.00 0.07 par:pre; -putréfient putréfier ver 0.32 0.68 0.00 0.07 ind:pre:3p; -putréfier putréfier ver 0.32 0.68 0.02 0.07 inf; -putréfié putréfier ver m s 0.32 0.68 0.09 0.00 par:pas; -putréfiée putréfier ver f s 0.32 0.68 0.17 0.07 par:pas; -putréfiées putréfier ver f p 0.32 0.68 0.01 0.14 par:pas; -putréfiés putréfier ver m p 0.32 0.68 0.02 0.07 par:pas; -pétrus pétrus nom m 0.03 0.34 0.03 0.34 -putsch putsch nom m s 1.46 1.55 1.46 1.55 -putschiste putschiste adj f s 0.27 0.00 0.27 0.00 -putt putt nom m s 0.21 0.00 0.21 0.00 -putter putter ver 0.35 0.00 0.35 0.00 inf; -putti putto nom m p 0.02 0.00 0.02 0.00 -putting putting nom m s 0.17 0.00 0.17 0.00 -pété péter ver m s 31.66 16.28 8.47 1.01 par:pas; -pétéchiale pétéchial adj f s 0.10 0.00 0.10 0.00 -pétéchie pétéchie nom f s 0.22 0.00 0.04 0.00 -pétéchies pétéchie nom f p 0.22 0.00 0.17 0.00 -pétée péter ver f s 31.66 16.28 0.57 0.14 par:pas; -pétées pété adj f p 1.66 0.81 0.11 0.20 -pétulance pétulance nom f s 0.02 0.34 0.02 0.34 -pétulant pétulant adj m s 0.05 0.54 0.01 0.20 -pétulante pétulant adj f s 0.05 0.54 0.03 0.07 -pétulantes pétulant adj f p 0.05 0.54 0.00 0.07 -pétulants pétulant adj m p 0.05 0.54 0.01 0.20 -pétunant pétuner ver 0.01 0.20 0.00 0.07 par:pre; -pétuner pétuner ver 0.01 0.20 0.00 0.07 inf; -pétunez pétuner ver 0.01 0.20 0.01 0.00 ind:pre:2p; -pétunia pétunia nom m s 0.63 1.01 0.50 0.07 -pétunias pétunia nom m p 0.63 1.01 0.13 0.95 -pétuné pétuner ver m s 0.01 0.20 0.00 0.07 par:pas; -pétés péter ver m p 31.66 16.28 0.17 0.34 par:pas; -puéricultrice puériculteur nom f s 0.03 0.20 0.03 0.07 -puéricultrices puériculteur nom f p 0.03 0.20 0.00 0.14 -puériculture puériculture nom f s 0.01 0.47 0.01 0.47 -puéril puéril adj m s 3.73 9.59 2.08 3.18 -puérile puéril adj f s 3.73 9.59 1.01 3.92 -puérilement puérilement adv 0.01 0.20 0.01 0.20 -puériles puéril adj f p 3.73 9.59 0.22 1.28 -puérilité puérilité nom f s 0.47 1.28 0.32 1.08 -puérilités puérilité nom f p 0.47 1.28 0.15 0.20 -puérils puéril adj m p 3.73 9.59 0.43 1.22 -puy puy nom m s 0.00 0.14 0.00 0.14 -puzzle puzzle nom m s 4.81 11.82 4.38 7.77 -puzzles puzzle nom m p 4.81 11.82 0.43 4.05 -pygmée pygmée nom s 0.58 0.47 0.28 0.00 -pygmées pygmée nom p 0.58 0.47 0.30 0.47 -pyjama pyjama nom m s 8.11 17.57 7.10 15.07 -pyjamas pyjama nom m p 8.11 17.57 1.01 2.50 -pylône pylône nom m s 0.36 1.96 0.31 0.88 -pylônes pylône nom m p 0.36 1.96 0.05 1.08 -pylore pylore nom m s 0.02 0.07 0.02 0.07 -pylorique pylorique adj s 0.03 0.00 0.03 0.00 -pyogène pyogène adj m s 0.01 0.00 0.01 0.00 -pyralène pyralène nom m s 0.01 0.00 0.01 0.00 -pyrame pyrame nom m s 0.01 0.14 0.01 0.14 -pyramidal pyramidal adj m s 0.36 1.15 0.26 0.34 -pyramidale pyramidal adj f s 0.36 1.15 0.07 0.47 -pyramidalement pyramidalement adv 0.00 0.07 0.00 0.07 -pyramidales pyramidal adj f p 0.36 1.15 0.02 0.20 -pyramidaux pyramidal adj m p 0.36 1.15 0.01 0.14 -pyramide pyramide nom f s 7.02 10.14 5.25 4.80 -pyramides pyramide nom f p 7.02 10.14 1.77 5.34 -pyramidé pyramidé adj m s 0.00 0.07 0.00 0.07 -pyrex pyrex nom m 0.01 0.07 0.01 0.07 -pyrexie pyrexie nom f s 0.01 0.00 0.01 0.00 -pyridoxine pyridoxine nom f s 0.01 0.00 0.01 0.00 -pyrite pyrite nom f s 0.06 0.00 0.04 0.00 -pyrites pyrite nom f p 0.06 0.00 0.02 0.00 -pyroclastique pyroclastique adj s 0.03 0.00 0.02 0.00 -pyroclastiques pyroclastique adj p 0.03 0.00 0.01 0.00 -pyrogravées pyrograver ver f p 0.00 0.07 0.00 0.07 par:pas; -pyrogène pyrogène adj s 0.00 0.14 0.00 0.14 -pyrolyse pyrolyse nom f s 0.01 0.00 0.01 0.00 -pyromane pyromane nom s 1.69 0.88 1.29 0.74 -pyromanes pyromane nom p 1.69 0.88 0.40 0.14 -pyromanie pyromanie nom f s 0.03 0.07 0.03 0.07 -pyromètre pyromètre nom m s 0.00 0.27 0.00 0.27 -pyrosphère pyrosphère nom f s 0.00 0.07 0.00 0.07 -pyrotechnicien pyrotechnicien nom s 0.02 0.00 0.02 0.00 -pyrotechnie pyrotechnie nom f s 0.15 0.41 0.15 0.41 -pyrotechnique pyrotechnique adj s 0.06 0.41 0.06 0.41 -pyroxène pyroxène nom m s 0.01 0.00 0.01 0.00 -pyrrhique pyrrhique nom f s 0.14 0.07 0.14 0.07 -pyrrhonien pyrrhonien nom m s 0.00 0.14 0.00 0.14 -pyrrhonisme pyrrhonisme nom m s 0.00 0.14 0.00 0.14 -pyrèthre pyrèthre nom m s 0.00 0.07 0.00 0.07 -pyrénéen pyrénéen adj m s 0.00 0.07 0.00 0.07 -pyrénéenne pyrénéenne adj f s 0.00 0.07 0.00 0.07 -pyréthrine pyréthrine nom f s 0.03 0.00 0.03 0.00 -pythagoricien pythagoricien adj m s 0.00 0.07 0.00 0.07 -pythagoriques pythagorique adj m p 0.01 0.00 0.01 0.00 -pythie pythie nom f s 0.02 0.54 0.02 0.47 -pythies pythie nom f p 0.02 0.54 0.00 0.07 -python python nom m s 2.33 0.54 2.21 0.47 -pythonisse pythonisse nom f s 0.00 0.20 0.00 0.20 -pythons python nom m p 2.33 0.54 0.12 0.07 -pyxides pyxide nom f p 0.00 0.07 0.00 0.07 -q q nom m 3.49 0.61 3.49 0.61 -qu_en_dira_t_on qu_en_dira_t_on nom m 0.10 0.41 0.10 0.41 -qu qu con 22.07 1.55 22.07 1.55 -quadra quadra nom s 0.05 0.00 0.03 0.00 -quadragénaire quadragénaire nom s 0.40 1.01 0.19 0.74 -quadragénaires quadragénaire nom p 0.40 1.01 0.21 0.27 -quadrangle quadrangle nom m s 0.03 0.00 0.03 0.00 -quadrangulaire quadrangulaire adj f s 0.02 0.41 0.02 0.34 -quadrangulaires quadrangulaire adj m p 0.02 0.41 0.00 0.07 -quadrant quadrant nom m s 0.73 0.00 0.64 0.00 -quadrants quadrant nom m p 0.73 0.00 0.09 0.00 -quadras quadra nom p 0.05 0.00 0.02 0.00 -quadratique quadratique adj s 0.01 0.00 0.01 0.00 -quadrature quadrature nom f s 0.11 1.15 0.11 1.15 -quadri quadri nom f s 0.02 0.07 0.02 0.07 -quadriceps quadriceps nom m 0.11 0.07 0.11 0.07 -quadrichromie quadrichromie nom f s 0.00 0.47 0.00 0.34 -quadrichromies quadrichromie nom f p 0.00 0.47 0.00 0.14 -quadridimensionnel quadridimensionnel adj m s 0.01 0.00 0.01 0.00 -quadriennal quadriennal adj m s 0.09 0.00 0.09 0.00 -quadrige quadrige nom m s 0.01 0.07 0.01 0.07 -quadrilatère quadrilatère nom m s 0.16 1.76 0.16 1.62 -quadrilatères quadrilatère nom m p 0.16 1.76 0.00 0.14 -quadrillage quadrillage nom m s 0.51 1.01 0.49 0.88 -quadrillages quadrillage nom m p 0.51 1.01 0.01 0.14 -quadrillaient quadriller ver 1.32 3.85 0.00 0.07 ind:imp:3p; -quadrillais quadriller ver 1.32 3.85 0.01 0.00 ind:imp:1s; -quadrillait quadriller ver 1.32 3.85 0.00 0.07 ind:imp:3s; -quadrille quadrille nom s 0.23 0.88 0.20 0.88 -quadrillent quadriller ver 1.32 3.85 0.19 0.00 ind:pre:3p; -quadriller quadriller ver 1.32 3.85 0.38 0.20 inf; -quadrillerez quadriller ver 1.32 3.85 0.01 0.00 ind:fut:2p; -quadrilles quadrille nom p 0.23 0.88 0.03 0.00 -quadrillez quadriller ver 1.32 3.85 0.19 0.00 imp:pre:2p;ind:pre:2p; -quadrillion quadrillion nom m s 0.04 0.00 0.04 0.00 -quadrillons quadriller ver 1.32 3.85 0.02 0.00 imp:pre:1p;ind:pre:1p; -quadrillé quadriller ver m s 1.32 3.85 0.19 2.03 par:pas; -quadrillée quadriller ver f s 1.32 3.85 0.28 0.74 par:pas; -quadrillées quadriller ver f p 1.32 3.85 0.01 0.34 par:pas; -quadrillés quadriller ver m p 1.32 3.85 0.00 0.34 par:pas; -quadrilobé quadrilobé adj m s 0.00 0.07 0.00 0.07 -quadrimestre quadrimestre nom m s 0.01 0.00 0.01 0.00 -quadrimoteur quadrimoteur adj m s 0.02 0.00 0.02 0.00 -quadripartite quadripartite adj s 0.02 0.07 0.02 0.00 -quadripartites quadripartite adj p 0.02 0.07 0.00 0.07 -quadriphonie quadriphonie nom f s 0.02 0.14 0.02 0.14 -quadriphonique quadriphonique adj s 0.11 0.00 0.11 0.00 -quadriplégique quadriplégique adj s 0.03 0.00 0.03 0.00 -quadriréacteur quadriréacteur nom m s 0.00 0.07 0.00 0.07 -quadrivium quadrivium nom m s 0.00 0.07 0.00 0.07 -quadrumane quadrumane nom m s 0.00 0.07 0.00 0.07 -quadrupla quadrupler ver 0.21 0.68 0.00 0.07 ind:pas:3s; -quadruplait quadrupler ver 0.21 0.68 0.00 0.14 ind:imp:3s; -quadruple quadruple adj 0.42 0.54 0.42 0.54 -quadrupler quadrupler ver 0.21 0.68 0.07 0.14 inf; -quadruples quadruple nom m p 0.19 0.47 0.01 0.27 -quadruplé quadrupler ver m s 0.21 0.68 0.06 0.14 par:pas; -quadruplées quadruplée nom f p 0.00 0.07 0.00 0.07 -quadruplés quadruplé nom m p 0.06 0.00 0.06 0.00 -quadrupède quadrupède nom m s 0.36 1.01 0.34 0.81 -quadrupèdes quadrupède nom m p 0.36 1.01 0.01 0.20 -quai quai nom m s 14.01 73.99 10.37 55.14 -quais quai nom m p 14.01 73.99 3.64 18.85 -quaker quaker nom m s 0.67 0.74 0.49 0.47 -quakeresse quakeresse nom f s 0.02 0.14 0.02 0.14 -quakers quaker nom m p 0.67 0.74 0.19 0.27 -qualifia qualifier ver 6.18 11.62 0.04 0.41 ind:pas:3s; -qualifiable qualifiable adj m s 0.00 0.07 0.00 0.07 -qualifiaient qualifier ver 6.18 11.62 0.00 0.27 ind:imp:3p; -qualifiais qualifier ver 6.18 11.62 0.00 0.14 ind:imp:1s; -qualifiait qualifier ver 6.18 11.62 0.06 0.88 ind:imp:3s; -qualifiant qualifier ver 6.18 11.62 0.03 0.34 par:pre; -qualifiassent qualifier ver 6.18 11.62 0.00 0.07 sub:imp:3p; -qualificatif qualificatif nom m s 0.11 0.74 0.05 0.34 -qualificatifs qualificatif nom m p 0.11 0.74 0.05 0.41 -qualification qualification nom f s 2.45 0.81 0.68 0.68 -qualifications qualification nom f p 2.45 0.81 1.78 0.14 -qualifie qualifier ver 6.18 11.62 0.63 0.81 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -qualifient qualifier ver 6.18 11.62 0.38 0.14 ind:pre:3p; -qualifier qualifier ver 6.18 11.62 0.96 3.04 inf; -qualifiera qualifier ver 6.18 11.62 0.01 0.20 ind:fut:3s; -qualifierai qualifier ver 6.18 11.62 0.16 0.07 ind:fut:1s; -qualifierais qualifier ver 6.18 11.62 0.26 0.20 cnd:pre:1s;cnd:pre:2s; -qualifierait qualifier ver 6.18 11.62 0.03 0.00 cnd:pre:3s; -qualifieriez qualifier ver 6.18 11.62 0.07 0.00 cnd:pre:2p; -qualifiez qualifier ver 6.18 11.62 0.06 0.07 ind:pre:2p; -qualifiât qualifier ver 6.18 11.62 0.00 0.07 sub:imp:3s; -qualifié qualifié adj m s 4.62 3.78 2.25 1.76 -qualifiée qualifié adj f s 4.62 3.78 1.13 0.68 -qualifiées qualifier ver f p 6.18 11.62 0.10 0.27 par:pas; -qualifiés qualifié adj m p 4.62 3.78 1.18 1.28 -qualitatif qualitatif adj m s 0.03 0.14 0.01 0.00 -qualitatifs qualitatif adj m p 0.03 0.14 0.00 0.07 -qualitative qualitatif adj f s 0.03 0.14 0.02 0.07 -qualité qualité nom f s 29.13 59.12 20.84 42.70 -qualités qualité nom f p 29.13 59.12 8.28 16.42 -quand quand con 1827.92 1480.07 1827.92 1480.07 -quant_à_moi quant_à_moi nom m 0.00 0.14 0.00 0.14 -quant_à_soi quant_à_soi nom m 0.00 1.22 0.00 1.22 -quant quant nom_sup f s 7.94 32.30 7.94 32.30 -quanta quantum nom m p 0.48 0.20 0.04 0.14 -quantifiable quantifiable adj s 0.15 0.00 0.15 0.00 -quantifier quantifier ver 0.23 0.07 0.20 0.07 inf; -quantifiée quantifier ver f s 0.23 0.07 0.03 0.00 par:pas; -quantique quantique adj s 1.36 0.07 1.16 0.07 -quantiques quantique adj p 1.36 0.07 0.20 0.00 -quantitatif quantitatif adj m s 0.05 0.14 0.03 0.00 -quantitative quantitatif adj f s 0.05 0.14 0.01 0.07 -quantitativement quantitativement adv 0.10 0.00 0.10 0.00 -quantitatives quantitatif adj f p 0.05 0.14 0.01 0.07 -quantième quantième nom m s 0.02 0.07 0.02 0.00 -quantièmes quantième nom m p 0.02 0.07 0.00 0.07 -quantité quantité nom f s 10.30 18.99 8.67 15.27 -quantités quantité nom f p 10.30 18.99 1.63 3.72 -quanto quanto adv 0.01 0.07 0.01 0.07 -quantum quantum nom m s 0.48 0.20 0.45 0.07 -quarantaine quarantaine nom f s 7.57 10.14 7.56 10.07 -quarantaines quarantaine nom f p 7.57 10.14 0.01 0.07 -quarante_cinq quarante_cinq adj_num 1.16 8.85 1.16 8.85 -quarante_cinquième quarante_cinquième adj 0.10 0.07 0.10 0.07 -quarante_deux quarante_deux adj_num 0.29 2.09 0.29 2.09 -quarante_deuxième quarante_deuxième adj 0.03 0.07 0.03 0.07 -quarante_huit quarante_huit adj_num 1.11 6.76 1.11 6.76 -quarante_huitard quarante_huitard nom m p 0.00 0.07 0.00 0.07 -quarante_huitième quarante_huitième adj 0.02 0.07 0.02 0.07 -quarante_neuf quarante_neuf adj_num 0.28 0.47 0.28 0.47 -quarante_quatre quarante_quatre adj_num 0.10 0.88 0.10 0.88 -quarante_sept quarante_sept adj_num 0.40 0.74 0.40 0.74 -quarante_septième quarante_septième adj 0.03 0.20 0.03 0.20 -quarante_six quarante_six adj_num 0.23 0.47 0.23 0.47 -quarante_trois quarante_trois adj_num 0.68 1.28 0.68 1.28 -quarante_troisième quarante_troisième adj 0.00 0.07 0.00 0.07 -quarante quarante adj_num 8.16 43.78 8.16 43.78 -quarantenaire quarantenaire adj m s 0.05 0.07 0.01 0.07 -quarantenaires quarantenaire adj p 0.05 0.07 0.04 0.00 -quarantième quarantième adj 0.03 0.27 0.03 0.27 -quarantièmes quarantième nom p 0.04 0.14 0.01 0.07 -quark quark nom m s 0.22 0.14 0.13 0.07 -quarks quark nom m p 0.22 0.14 0.09 0.07 -quarre quarre nom f s 0.04 0.00 0.04 0.00 -quarrez quarrer ver 0.00 0.07 0.00 0.07 imp:pre:2p; -quart_monde quart_monde nom m s 0.02 0.00 0.02 0.00 -quart quart nom m s 23.02 77.30 20.58 57.36 -quartaut quartaut nom m s 0.00 0.20 0.00 0.20 -quarte quarte nom f s 0.04 0.14 0.04 0.14 -quartenier quartenier nom m s 0.00 0.07 0.00 0.07 -quarter quarter ver 0.44 0.00 0.44 0.00 inf;; -quarteron quarteron nom m s 0.03 0.81 0.01 0.61 -quarteronnes quarteron nom f p 0.03 0.81 0.00 0.07 -quarterons quarteron nom m p 0.03 0.81 0.02 0.14 -quartet quartet nom m s 0.20 0.00 0.20 0.00 -quartette quartette nom m s 0.00 0.14 0.00 0.07 -quartettes quartette nom m p 0.00 0.14 0.00 0.07 -quartidi quartidi nom m s 0.00 0.07 0.00 0.07 -quartier_maître quartier_maître nom m s 0.84 0.27 0.83 0.27 -quartier quartier nom m s 65.70 112.16 55.23 89.86 -quartier_maître quartier_maître nom m p 0.84 0.27 0.01 0.00 -quartiers quartier nom m p 65.70 112.16 10.48 22.30 -quarto quarto adv 0.02 0.14 0.02 0.14 -quarts quart nom m p 23.02 77.30 2.43 19.93 -quarté quarté nom m s 0.01 0.07 0.01 0.07 -quartz quartz nom m 0.45 1.69 0.45 1.69 -quasar quasar nom m s 0.09 0.00 0.09 0.00 -quasi_agonie quasi_agonie nom f s 0.00 0.07 0.00 0.07 -quasi_blasphème quasi_blasphème nom m s 0.00 0.07 0.00 0.07 -quasi_bonheur quasi_bonheur nom m s 0.00 0.07 0.00 0.07 -quasi_certitude quasi_certitude nom f s 0.04 0.41 0.04 0.41 -quasi_chômage quasi_chômage nom m s 0.02 0.00 0.02 0.00 -quasi_débutant quasi_débutant adv 0.01 0.00 0.01 0.00 -quasi_décapitation quasi_décapitation nom f s 0.01 0.00 0.01 0.00 -quasi_désertification quasi_désertification nom f s 0.00 0.07 0.00 0.07 -quasi_facétieux quasi_facétieux adj m 0.01 0.00 0.01 0.00 -quasi_fiancé quasi_fiancé nom f s 0.00 0.07 0.00 0.07 -quasi_futuriste quasi_futuriste adj m p 0.01 0.00 0.01 0.00 -quasi_génocide quasi_génocide nom m s 0.01 0.00 0.01 0.00 -quasi_hérétique quasi_hérétique nom s 0.00 0.07 0.00 0.07 -quasi_ignare quasi_ignare nom s 0.00 0.07 0.00 0.07 -quasi_impossibilité quasi_impossibilité nom f s 0.00 0.14 0.00 0.14 -quasi_impunité quasi_impunité nom f s 0.00 0.07 0.00 0.07 -quasi_inconnu quasi_inconnu adv 0.02 0.07 0.02 0.07 -quasi_indifférence quasi_indifférence nom f s 0.00 0.07 0.00 0.07 -quasi_infirme quasi_infirme nom s 0.00 0.07 0.00 0.07 -quasi_instantanée quasi_instantanée adv 0.02 0.00 0.02 0.00 -quasi_jungienne quasi_jungienne nom f s 0.01 0.00 0.01 0.00 -quasi_mariage quasi_mariage nom m s 0.00 0.07 0.00 0.07 -quasi_maximum quasi_maximum adv 0.01 0.00 0.01 0.00 -quasi_mendiant quasi_mendiant nom m s 0.14 0.00 0.14 0.00 -quasi_miracle quasi_miracle nom m s 0.00 0.07 0.00 0.07 -quasi_monopole quasi_monopole nom m s 0.10 0.00 0.10 0.00 -quasi_morceau quasi_morceau nom m s 0.00 0.07 0.00 0.07 -quasi_noyade quasi_noyade nom f s 0.01 0.00 0.01 0.00 -quasi_nudité quasi_nudité nom f s 0.00 0.14 0.00 0.14 -quasi_permanence quasi_permanence nom f s 0.00 0.07 0.00 0.07 -quasi_protection quasi_protection nom f s 0.00 0.07 0.00 0.07 -quasi_religieux quasi_religieux adj m s 0.01 0.07 0.01 0.07 -quasi_respect quasi_respect nom m s 0.00 0.07 0.00 0.07 -quasi_totalité quasi_totalité nom f s 0.16 0.88 0.16 0.88 -quasi_émeute quasi_émeute nom f s 0.02 0.00 0.02 0.00 -quasi_unanime quasi_unanime adj s 0.00 0.14 0.00 0.14 -quasi_unanimité quasi_unanimité nom f s 0.00 0.07 0.00 0.07 -quasi_équitable quasi_équitable adj m s 0.01 0.00 0.01 0.00 -quasi_veuvage quasi_veuvage nom m s 0.00 0.07 0.00 0.07 -quasi_ville quasi_ville nom f s 0.00 0.07 0.00 0.07 -quasi_voisines quasi_voisines adv 0.00 0.07 0.00 0.07 -quasi quasi adv_sup 2.69 17.36 2.69 17.36 -quasiment quasiment adv 7.66 6.62 7.66 6.62 -quasimodo quasimodo nom f s 0.04 0.07 0.04 0.00 -quasimodos quasimodo nom f p 0.04 0.07 0.00 0.07 -quat_zarts quat_zarts nom m p 0.00 0.07 0.00 0.07 -quater quater adv 0.01 0.00 0.01 0.00 -quaternaire quaternaire nom m s 0.27 0.14 0.27 0.14 -quatorze quatorze adj_num 6.70 22.09 6.70 22.09 -quatorzième quatorzième nom s 0.07 0.54 0.07 0.54 -quatrain quatrain nom m s 0.23 0.68 0.22 0.14 -quatrains quatrain nom m p 0.23 0.68 0.01 0.54 -quatre_feuilles quatre_feuilles nom m 0.01 0.07 0.01 0.07 -quatre_heures quatre_heures nom m 0.04 0.41 0.04 0.41 -quatre_mâts quatre_mâts nom m 0.27 0.14 0.27 0.14 -quatre_quarts quatre_quarts nom m 0.26 0.14 0.26 0.14 -quatre_saisons quatre_saisons nom f 0.47 1.15 0.47 1.15 -quatre_vingt_cinq quatre_vingt_cinq adj_num 0.07 0.88 0.07 0.88 -quatre_vingt_deux quatre_vingt_deux adj_num 0.00 0.27 0.00 0.27 -quatre_vingt_dix_huit quatre_vingt_dix_huit adj_num 0.02 0.34 0.02 0.34 -quatre_vingt_dix_neuf quatre_vingt_dix_neuf adj_num 0.21 0.47 0.21 0.47 -quatre_vingt_dix_sept quatre_vingt_dix_sept adj_num 0.00 0.27 0.00 0.27 -quatre_vingt_dix quatre_vingt_dix nom m 0.33 0.61 0.33 0.61 -quatre_vingt_dixième quatre_vingt_dixième adj 0.01 0.14 0.01 0.14 -quatre_vingt_douze quatre_vingt_douze adj_num 0.11 0.54 0.11 0.54 -quatre_vingt_douzième quatre_vingt_douzième adj 0.00 0.07 0.00 0.07 -quatre_vingt_huit quatre_vingt_huit adj_num 0.02 0.20 0.02 0.20 -quatre_vingt_neuf quatre_vingt_neuf adj_num 0.14 0.61 0.14 0.61 -quatre_vingt_onze quatre_vingt_onze adj_num 0.10 0.34 0.10 0.34 -quatre_vingt_quatorze quatre_vingt_quatorze adj_num 0.10 0.07 0.10 0.07 -quatre_vingt_quatre quatre_vingt_quatre adj_num 0.03 0.74 0.03 0.74 -quatre_vingt_quinze quatre_vingt_quinze adj_num 0.14 2.16 0.14 2.16 -quatre_vingt_seize quatre_vingt_seize adj_num 0.10 0.07 0.10 0.07 -quatre_vingt_sept quatre_vingt_sept adj_num 0.07 0.27 0.07 0.27 -quatre_vingt_six quatre_vingt_six adj_num 0.19 0.34 0.19 0.34 -quatre_vingt_treize quatre_vingt_treize adj_num 0.11 0.95 0.11 0.95 -quatre_vingt_treizième quatre_vingt_treizième adj 0.00 0.07 0.00 0.07 -quatre_vingt_trois quatre_vingt_trois adj_num 0.06 0.41 0.06 0.41 -quatre_vingt_un quatre_vingt_un adj_num 0.02 0.14 0.02 0.14 -quatre_vingt quatre_vingt adj_num 0.93 1.01 0.93 1.01 -quatre_vingtième quatre_vingtième adj 0.00 0.14 0.00 0.14 -quatre_vingtième quatre_vingtième nom s 0.00 0.14 0.00 0.14 -quatre_vingts quatre_vingts adj_num 0.36 9.05 0.36 9.05 -quatre quatre adj_num 150.93 282.64 150.93 282.64 -quatrillion quatrillion nom m s 0.01 0.00 0.01 0.00 -quatrième quatrième adj 8.65 15.74 8.65 15.74 -quatrièmement quatrièmement adv 0.41 0.14 0.41 0.14 -quatrièmes quatrième nom p 7.14 13.04 0.05 0.27 -quattrocento quattrocento nom m s 0.10 0.27 0.10 0.27 -quatuor quatuor nom m s 1.07 3.45 1.04 3.04 -quatuors quatuor nom m p 1.07 3.45 0.03 0.41 -que que pro_rel 4100.90 3315.95 3330.88 2975.34 -quechua quechua nom m s 0.05 0.00 0.05 0.00 -quel quel adj_int m s 657.71 265.34 657.71 265.34 -quelconque quelconque adj_sup s 10.08 28.85 9.79 27.57 -quelconques quelconque adj_sup p 10.08 28.85 0.29 1.28 -quelle quelle adj_int f s 512.55 244.39 512.55 244.39 -quelles quelles adj_int f p 46.92 35.95 46.92 35.95 -quelqu_un quelqu_un pro_ind s 629.00 128.92 629.00 128.92 -quelqu_une quelqu_une pro_ind f s 0.08 0.61 0.08 0.61 -quelque quelque adj_ind s 884.61 557.77 884.61 557.77 -quelquefois quelquefois adv_sup 11.87 60.47 11.87 60.47 -quelques_unes quelques_unes pro_ind f p 3.50 8.51 3.50 8.51 -quelques_uns quelques_uns pro_ind m p 8.33 22.09 8.33 22.09 -quelques quelques adj_ind p 337.35 732.57 337.35 732.57 -quels quels adj_int m p 56.44 37.23 56.44 37.23 -quenelle quenelle nom f s 0.35 0.74 0.19 0.00 -quenelles quenelle nom f p 0.35 0.74 0.16 0.74 -quenotte quenotte nom f s 0.18 0.74 0.00 0.20 -quenottes quenotte nom f p 0.18 0.74 0.18 0.54 -quenouille quenouille nom f s 0.23 0.74 0.22 0.47 -quenouilles quenouille nom f p 0.23 0.74 0.01 0.27 -querella quereller ver 2.15 2.16 0.00 0.07 ind:pas:3s; -querellaient quereller ver 2.15 2.16 0.14 0.54 ind:imp:3p; -querellais quereller ver 2.15 2.16 0.00 0.07 ind:imp:1s; -querellait quereller ver 2.15 2.16 0.03 0.14 ind:imp:3s; -querellant quereller ver 2.15 2.16 0.01 0.00 par:pre; -querelle querelle nom f s 12.84 12.77 10.63 6.42 -querellent quereller ver 2.15 2.16 0.14 0.20 ind:pre:3p; -quereller quereller ver 2.15 2.16 0.91 0.27 inf; -querelles querelle nom f p 12.84 12.77 2.21 6.35 -querelleur querelleur adj m s 0.33 0.14 0.14 0.07 -querelleurs querelleur adj m p 0.33 0.14 0.19 0.07 -querelleuse querelleux adj f s 0.02 0.00 0.02 0.00 -querellez quereller ver 2.15 2.16 0.13 0.00 imp:pre:2p;ind:pre:2p; -querellons quereller ver 2.15 2.16 0.14 0.00 imp:pre:1p;ind:pre:1p; -querellèrent quereller ver 2.15 2.16 0.00 0.07 ind:pas:3p; -querellé quereller ver m s 2.15 2.16 0.05 0.07 par:pas; -querellée quereller ver f s 2.15 2.16 0.02 0.14 par:pas; -querellées quereller ver f p 2.15 2.16 0.11 0.00 par:pas; -querellés quereller ver m p 2.15 2.16 0.07 0.34 par:pas; -questeur questeur nom m s 0.13 0.07 0.10 0.00 -questeurs questeur nom m p 0.13 0.07 0.03 0.07 -question_clé question_clé nom f s 0.02 0.00 0.02 0.00 -question_réponse question_réponse nom f s 0.02 0.00 0.02 0.00 -question question nom f s 411.82 328.45 293.63 232.50 -questionna questionner ver 6.30 15.88 0.01 2.84 ind:pas:3s; -questionnai questionner ver 6.30 15.88 0.01 0.47 ind:pas:1s; -questionnaient questionner ver 6.30 15.88 0.02 0.47 ind:imp:3p; -questionnaire questionnaire nom m s 2.05 1.82 1.69 1.15 -questionnaires questionnaire nom m p 2.05 1.82 0.36 0.68 -questionnais questionner ver 6.30 15.88 0.04 0.34 ind:imp:1s; -questionnait questionner ver 6.30 15.88 0.23 1.35 ind:imp:3s; -questionnant questionner ver 6.30 15.88 0.04 0.27 par:pre; -questionne questionner ver 6.30 15.88 1.48 3.11 imp:pre:2s;ind:pre:1s;ind:pre:3s; -questionnement questionnement nom m s 0.36 0.14 0.32 0.07 -questionnements questionnement nom m p 0.36 0.14 0.04 0.07 -questionnent questionner ver 6.30 15.88 0.08 0.41 ind:pre:3p; -questionner questionner ver 6.30 15.88 2.66 3.51 ind:pre:2p;inf; -questionnera questionner ver 6.30 15.88 0.08 0.07 ind:fut:3s; -questionnerai questionner ver 6.30 15.88 0.02 0.00 ind:fut:1s; -questionnerait questionner ver 6.30 15.88 0.00 0.14 cnd:pre:3s; -questionnerons questionner ver 6.30 15.88 0.01 0.07 ind:fut:1p; -questionneront questionner ver 6.30 15.88 0.01 0.00 ind:fut:3p; -questionneur questionneur nom m s 0.03 0.81 0.03 0.34 -questionneurs questionneur nom m p 0.03 0.81 0.00 0.27 -questionneuse questionneur nom f s 0.03 0.81 0.00 0.20 -questionnez questionner ver 6.30 15.88 0.34 0.14 imp:pre:2p;ind:pre:2p; -questionnions questionner ver 6.30 15.88 0.00 0.14 ind:imp:1p; -questionnons questionner ver 6.30 15.88 0.01 0.07 ind:pre:1p; -questionnât questionner ver 6.30 15.88 0.00 0.07 sub:imp:3s; -questionnèrent questionner ver 6.30 15.88 0.00 0.14 ind:pas:3p; -questionné questionner ver m s 6.30 15.88 0.98 1.42 par:pas; -questionnée questionner ver f s 6.30 15.88 0.16 0.41 par:pas; -questionnés questionner ver m p 6.30 15.88 0.12 0.47 par:pas; -questions_réponse questions_réponse nom f p 0.07 0.07 0.07 0.07 -questions question nom f p 411.82 328.45 118.19 95.95 -questure questure nom f s 0.10 0.00 0.10 0.00 -quetsche quetsche nom f s 0.00 0.74 0.00 0.34 -quetsches quetsche nom f p 0.00 0.74 0.00 0.41 -quette quette nom f s 0.01 0.00 0.01 0.00 -quetzal quetzal nom m s 0.01 0.00 0.01 0.00 -queue_d_aronde queue_d_aronde nom f s 0.00 0.14 0.00 0.07 -queue_de_cheval queue_de_cheval nom f s 0.14 0.00 0.14 0.00 -queue_de_pie queue_de_pie nom f s 0.05 0.27 0.05 0.27 -queue queue nom f s 41.59 57.84 38.93 51.49 -queue_d_aronde queue_d_aronde nom f p 0.00 0.14 0.00 0.07 -queue_de_rat queue_de_rat nom f p 0.00 0.07 0.00 0.07 -queues queue nom f p 41.59 57.84 2.66 6.35 -queursoir queursoir nom m s 0.00 0.07 0.00 0.07 -queutard queutard nom m s 0.19 0.00 0.19 0.00 -queuté queuter ver m s 0.00 0.14 0.00 0.07 par:pas; -queutée queuter ver f s 0.00 0.14 0.00 0.07 par:pas; -qui_vive qui_vive ono 0.00 0.14 0.00 0.14 -qui qui pro_rel 5516.52 7923.24 5344.98 7897.91 -quibus quibus nom m 0.00 0.20 0.00 0.20 -quiche quiche nom f s 1.21 0.68 1.10 0.41 -quiches quiche nom f p 1.21 0.68 0.11 0.27 -quichotte quichotte nom m s 0.00 0.07 0.00 0.07 -quick quick nom m s 0.27 0.20 0.27 0.20 -quiconque quiconque pro_rel s 22.81 9.12 15.43 6.08 -quidam quidam nom m s 0.70 2.23 0.66 1.89 -quidams quidam nom m p 0.70 2.23 0.04 0.34 -quiet quiet adj m s 0.39 0.74 0.28 0.07 -quiets quiet adj m p 0.39 0.74 0.00 0.20 -quignon quignon nom m s 0.25 2.43 0.11 2.16 -quignons quignon nom m p 0.25 2.43 0.14 0.27 -quillai quiller ver 0.06 0.27 0.00 0.20 ind:pas:1s; -quillards quillard nom m p 0.00 0.34 0.00 0.34 -quille quille nom f s 2.89 5.81 1.49 2.57 -quiller quiller ver 0.06 0.27 0.05 0.00 inf; -quilles quille nom f p 2.89 5.81 1.40 3.24 -quillon quillon nom m s 0.00 0.20 0.00 0.07 -quillons quillon nom m p 0.00 0.20 0.00 0.14 -quillée quiller ver f s 0.06 0.27 0.00 0.07 par:pas; -quimpe quimper ver 0.00 1.15 0.00 0.27 ind:pre:1s;ind:pre:3s; -quimpent quimper ver 0.00 1.15 0.00 0.07 ind:pre:3p; -quimper quimper ver 0.00 1.15 0.00 0.68 inf; -quimpé quimper ver m s 0.00 1.15 0.00 0.14 par:pas; -quincaille quincaille nom f s 0.00 0.34 0.00 0.34 -quincaillerie quincaillerie nom f s 1.97 2.91 1.89 2.70 -quincailleries quincaillerie nom f p 1.97 2.91 0.08 0.20 -quincaillier quincaillier nom m s 0.30 1.49 0.21 1.28 -quincailliers quincaillier nom m p 0.30 1.49 0.09 0.07 -quincaillière quincaillier nom f s 0.30 1.49 0.00 0.14 -quinconce quinconce nom m s 0.01 1.42 0.00 1.22 -quinconces quinconce nom m p 0.01 1.42 0.01 0.20 -quine quine nom m s 0.23 0.34 0.23 0.34 -quinine quinine nom f s 0.54 0.95 0.54 0.95 -quinium quinium nom m s 0.00 0.07 0.00 0.07 -quinoa quinoa nom m s 0.01 0.00 0.01 0.00 -quinqua quinqua nom m s 0.00 0.20 0.00 0.20 -quinquagénaire quinquagénaire adj s 0.16 0.68 0.16 0.54 -quinquagénaires quinquagénaire nom p 0.15 1.35 0.02 0.27 -quinquagésime quinquagésime nom f s 0.00 0.07 0.00 0.07 -quinquennal quinquennal adj m s 0.26 0.34 0.26 0.34 -quinquennat quinquennat nom m s 0.10 0.00 0.10 0.00 -quinquet quinquet nom m s 0.25 2.30 0.04 0.34 -quinquets quinquet nom m p 0.25 2.30 0.21 1.96 -quinquina quinquina nom m s 0.00 0.54 0.00 0.54 -quint quint adj 0.20 0.20 0.20 0.20 -quintaine quintaine nom f s 0.00 0.07 0.00 0.07 -quintal quintal nom m s 0.56 1.01 0.19 0.68 -quintaux quintal nom m p 0.56 1.01 0.38 0.34 -quinte quinte nom f s 1.42 4.86 1.25 3.85 -quintes quinte nom f p 1.42 4.86 0.16 1.01 -quintessence quintessence nom f s 0.43 1.22 0.43 1.22 -quintessencié quintessencié adj m s 0.00 0.41 0.00 0.27 -quintessenciée quintessencié adj f s 0.00 0.41 0.00 0.07 -quintessenciées quintessencié adj f p 0.00 0.41 0.00 0.07 -quintet quintet nom m s 0.05 0.00 0.05 0.00 -quintette quintette nom m s 0.09 1.22 0.09 1.15 -quintettes quintette nom m p 0.09 1.22 0.00 0.07 -quinteux quinteux adj m s 0.00 0.20 0.00 0.20 -quintidi quintidi nom m s 0.00 0.07 0.00 0.07 -quinto quinto adv 0.22 0.00 0.22 0.00 -quintolet quintolet nom m s 0.02 0.00 0.02 0.00 -quinton quinton nom m s 0.01 0.00 0.01 0.00 -quinté quinté nom m s 0.14 0.00 0.14 0.00 -quintupla quintupler ver 0.19 0.14 0.00 0.07 ind:pas:3s; -quintuple quintuple adj s 0.03 0.20 0.03 0.07 -quintuples quintuple adj f p 0.03 0.20 0.00 0.14 -quintuplé quintupler ver m s 0.19 0.14 0.15 0.00 par:pas; -quintuplées quintuplée nom f p 0.08 0.14 0.08 0.14 -quintuplés quintuplé nom m p 0.35 0.07 0.35 0.07 -quinzaine quinzaine nom f s 2.02 11.89 2.01 11.69 -quinzaines quinzaine nom f p 2.02 11.89 0.01 0.20 -quinze quinze adj_num 21.92 94.80 21.92 94.80 -quinzième quinzième nom s 0.28 0.74 0.28 0.74 -quipos quipo nom m p 0.00 0.07 0.00 0.07 -quiproquo quiproquo nom m s 0.38 0.88 0.37 0.61 -quiproquos quiproquo nom m p 0.38 0.88 0.01 0.27 -quipu quipu nom m s 0.00 0.07 0.00 0.07 -quiquette quiquette nom f s 0.00 0.07 0.00 0.07 -quiqui quiqui nom m s 0.00 0.41 0.00 0.41 -quiscale quiscale nom m s 0.11 0.00 0.11 0.00 -quite quite nom m s 0.47 0.07 0.47 0.07 -quiète quiet adj f s 0.39 0.74 0.00 0.41 -quiètement quiètement adv 0.00 0.14 0.00 0.14 -quiètes quiet adj f p 0.39 0.74 0.10 0.07 -quitta quitter ver 276.23 318.72 1.82 27.30 ind:pas:3s; -quittai quitter ver 276.23 318.72 0.23 6.62 ind:pas:1s; -quittaient quitter ver 276.23 318.72 0.36 7.36 ind:imp:3p; -quittais quitter ver 276.23 318.72 1.37 3.85 ind:imp:1s;ind:imp:2s; -quittait quitter ver 276.23 318.72 2.88 24.93 ind:imp:3s; -quittance quittance nom f s 0.55 1.15 0.40 0.54 -quittances quittance nom f p 0.55 1.15 0.14 0.61 -quittant quitter ver 276.23 318.72 3.60 18.38 par:pre; -quittas quitter ver 276.23 318.72 0.00 0.07 ind:pas:2s; -quittassent quitter ver 276.23 318.72 0.00 0.07 sub:imp:3p; -quitte quitter ver 276.23 318.72 49.07 32.03 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:1s;sub:pre:3s; -quittent quitter ver 276.23 318.72 4.39 5.47 ind:pre:3p; -quitter quitter ver 276.23 318.72 88.02 85.95 ind:pre:2p;inf; -quittera quitter ver 276.23 318.72 4.62 2.09 ind:fut:3s; -quitterai quitter ver 276.23 318.72 6.18 1.89 ind:fut:1s; -quitteraient quitter ver 276.23 318.72 0.02 1.08 cnd:pre:3p; -quitterais quitter ver 276.23 318.72 1.73 1.01 cnd:pre:1s;cnd:pre:2s; -quitterait quitter ver 276.23 318.72 0.78 2.57 cnd:pre:3s; -quitteras quitter ver 276.23 318.72 1.75 0.47 ind:fut:2s; -quitterez quitter ver 276.23 318.72 1.11 0.41 ind:fut:2p; -quitteriez quitter ver 276.23 318.72 0.34 0.07 cnd:pre:2p; -quitterions quitter ver 276.23 318.72 0.02 0.07 cnd:pre:1p; -quitterons quitter ver 276.23 318.72 0.63 0.47 ind:fut:1p; -quitteront quitter ver 276.23 318.72 0.40 0.41 ind:fut:3p; -quittes quitter ver 276.23 318.72 6.03 1.42 ind:pre:2s;sub:pre:2s; -quittez quitter ver 276.23 318.72 19.72 1.96 imp:pre:2p;ind:pre:2p; -quittiez quitter ver 276.23 318.72 1.19 0.27 ind:imp:2p;sub:pre:2p; -quittions quitter ver 276.23 318.72 0.39 2.77 ind:imp:1p;sub:pre:1p; -quittâmes quitter ver 276.23 318.72 0.16 2.16 ind:pas:1p; -quittons quitter ver 276.23 318.72 3.44 1.96 imp:pre:1p;ind:pre:1p; -quittât quitter ver 276.23 318.72 0.01 1.01 sub:imp:3s; -quittèrent quitter ver 276.23 318.72 0.38 6.69 ind:pas:3p; -quitté quitter ver m s 276.23 318.72 62.92 60.14 par:pas; -quittée quitter ver f s 276.23 318.72 7.40 8.85 par:pas; -quittées quitter ver f p 276.23 318.72 0.36 0.95 par:pas; -quittés quitter ver m p 276.23 318.72 4.95 7.97 par:pas; -quitus quitus nom m 0.14 0.07 0.14 0.07 -quiétisme quiétisme nom m s 0.00 0.34 0.00 0.34 -quiétiste quiétiste nom s 0.00 0.07 0.00 0.07 -quiétude quiétude nom f s 0.64 5.14 0.64 5.07 -quiétudes quiétude nom f p 0.64 5.14 0.00 0.07 -quiz quiz nom m 0.53 0.00 0.53 0.00 -quoaillant quoailler ver 0.00 0.07 0.00 0.07 par:pre; -quoi quoi pro_rel 923.03 380.07 904.12 376.89 -quoique quoique con 11.68 19.05 11.68 19.05 -quolibet quolibet nom m s 0.04 2.91 0.00 0.14 -quolibets quolibet nom m p 0.04 2.91 0.04 2.77 -quorum quorum nom m s 0.67 0.20 0.67 0.20 -quota quota nom m s 2.12 0.47 1.39 0.27 -quotas quota nom m p 2.12 0.47 0.73 0.20 -quote_part quote_part nom f s 0.03 0.47 0.03 0.47 -quotidien quotidien adj m s 10.15 37.43 3.66 10.47 -quotidienne quotidien adj f s 10.15 37.43 3.91 17.30 -quotidiennement quotidiennement adv 0.97 4.80 0.97 4.80 -quotidiennes quotidien adj f p 10.15 37.43 1.29 4.80 -quotidienneté quotidienneté nom f s 0.00 0.14 0.00 0.14 -quotidiens quotidien adj m p 10.15 37.43 1.30 4.86 -quotient quotient nom m s 0.42 0.61 0.42 0.47 -quotients quotient nom m p 0.42 0.61 0.00 0.14 -quotité quotité nom f s 0.00 0.07 0.00 0.07 -québécois québécois adj m s 0.25 0.07 0.11 0.00 -québécoise québécois adj f s 0.25 0.07 0.14 0.07 -quémanda quémander ver 0.60 2.70 0.00 0.07 ind:pas:3s; -quémandaient quémander ver 0.60 2.70 0.00 0.27 ind:imp:3p; -quémandait quémander ver 0.60 2.70 0.01 0.20 ind:imp:3s; -quémandant quémander ver 0.60 2.70 0.00 0.47 par:pre; -quémande quémander ver 0.60 2.70 0.03 0.14 ind:pre:3s; -quémandent quémander ver 0.60 2.70 0.12 0.07 ind:pre:3p; -quémander quémander ver 0.60 2.70 0.41 1.42 inf; -quémandeur quémandeur nom m s 0.32 0.88 0.02 0.41 -quémandeurs quémandeur nom m p 0.32 0.88 0.30 0.27 -quémandeuse quémandeur nom f s 0.32 0.88 0.00 0.07 -quémandeuses quémandeur nom f p 0.32 0.88 0.00 0.14 -quémandons quémander ver 0.60 2.70 0.01 0.00 ind:pre:1p; -quémandé quémander ver m s 0.60 2.70 0.02 0.07 par:pas; -quéquette quéquette nom f s 1.30 2.36 1.27 2.09 -quéquettes quéquette nom f p 1.30 2.36 0.03 0.27 -quérir quérir ver 0.65 1.76 0.65 1.76 inf; -quêta quêter ver 0.21 3.38 0.00 0.20 ind:pas:3s; -quêtai quêter ver 0.21 3.38 0.00 0.07 ind:pas:1s; -quêtaient quêter ver 0.21 3.38 0.00 0.27 ind:imp:3p; -quêtais quêter ver 0.21 3.38 0.01 0.20 ind:imp:1s;ind:imp:2s; -quêtait quêter ver 0.21 3.38 0.00 0.41 ind:imp:3s; -quêtant quêter ver 0.21 3.38 0.01 0.88 par:pre; -quête quête nom f s 10.24 14.53 9.97 13.92 -quêtent quêter ver 0.21 3.38 0.00 0.14 ind:pre:3p; -quêter quêter ver 0.21 3.38 0.13 0.88 inf; -quêtes quête nom f p 10.24 14.53 0.28 0.61 -quêteur quêteur nom m s 0.04 0.81 0.04 0.20 -quêteurs quêteur nom m p 0.04 0.81 0.00 0.34 -quêteuse quêteur nom f s 0.04 0.81 0.00 0.27 -quêtez quêter ver 0.21 3.38 0.00 0.07 imp:pre:2p; -quêté quêter ver m s 0.21 3.38 0.00 0.07 par:pas; -quêtées quêter ver f p 0.21 3.38 0.00 0.07 par:pas; -rîmes rire ver 140.25 320.54 0.01 0.20 ind:pas:1p; -rît rire ver 140.25 320.54 0.00 0.07 sub:imp:3s; -röntgens röntgen nom m p 0.02 0.00 0.02 0.00 -rôda rôder ver 5.76 20.07 0.00 0.07 ind:pas:3s; -rôdai rôder ver 5.76 20.07 0.00 0.20 ind:pas:1s; -rôdaient rôder ver 5.76 20.07 0.06 2.36 ind:imp:3p; -rôdailler rôdailler ver 0.00 0.20 0.00 0.20 inf; -rôdais rôder ver 5.76 20.07 0.07 0.47 ind:imp:1s;ind:imp:2s; -rôdait rôder ver 5.76 20.07 0.35 3.51 ind:imp:3s; -rôdant rôder ver 5.76 20.07 0.44 1.28 par:pre; -rôde rôder ver 5.76 20.07 1.93 3.72 imp:pre:2s;ind:pre:1s;ind:pre:3s; -rôdent rôder ver 5.76 20.07 0.61 1.49 ind:pre:3p; -rôder rôder ver 5.76 20.07 1.63 5.41 inf; -rôdera rôder ver 5.76 20.07 0.01 0.07 ind:fut:3s; -rôderai rôder ver 5.76 20.07 0.00 0.07 ind:fut:1s; -rôderait rôder ver 5.76 20.07 0.00 0.07 cnd:pre:3s; -rôdes rôder ver 5.76 20.07 0.23 0.20 ind:pre:2s; -rôdeur rôdeur nom m s 1.37 2.57 0.94 1.28 -rôdeurs rôdeur nom m p 1.37 2.57 0.40 1.08 -rôdeuse rôdeur nom f s 1.37 2.57 0.03 0.14 -rôdeuses rôdeur nom f p 1.37 2.57 0.00 0.07 -rôdez rôder ver 5.76 20.07 0.04 0.00 imp:pre:2p;ind:pre:2p; -rôdiez rôder ver 5.76 20.07 0.01 0.00 ind:imp:2p; -rôdions rôder ver 5.76 20.07 0.14 0.14 ind:imp:1p; -rôdâmes rôder ver 5.76 20.07 0.00 0.07 ind:pas:1p; -rôdèrent rôder ver 5.76 20.07 0.00 0.14 ind:pas:3p; -rôdé rôder ver m s 5.76 20.07 0.20 0.68 par:pas; -rôdée rôder ver f s 5.76 20.07 0.01 0.14 par:pas; -rôdés rôder ver m p 5.76 20.07 0.01 0.00 par:pas; -rôle_titre rôle_titre nom m s 0.01 0.00 0.01 0.00 -rôle rôle nom m s 69.38 96.96 61.20 88.51 -rôles rôle nom m p 69.38 96.96 8.18 8.45 -rônier rônier nom m s 0.01 0.07 0.01 0.00 -rôniers rônier nom m p 0.01 0.07 0.00 0.07 -rônin rônin nom m s 0.10 0.00 0.07 0.00 -rônins rônin nom m p 0.10 0.00 0.03 0.00 -rôt rôt nom m s 0.05 0.07 0.04 0.00 -rôti rôti nom m s 4.33 3.24 4.02 2.30 -rôtie rôti adj f s 2.13 3.78 0.33 0.41 -rôties rôti adj f p 2.13 3.78 0.15 0.34 -rôtir rôtir ver 2.90 5.27 1.73 2.16 inf; -rôtiront rôtir ver 2.90 5.27 0.00 0.07 ind:fut:3p; -rôtis rôti nom m p 4.33 3.24 0.30 0.95 -rôtissaient rôtir ver 2.90 5.27 0.03 0.00 ind:imp:3p; -rôtissait rôtir ver 2.90 5.27 0.00 0.34 ind:imp:3s; -rôtissant rôtir ver 2.90 5.27 0.01 0.07 par:pre; -rôtissent rôtir ver 2.90 5.27 0.20 0.14 ind:pre:3p; -rôtisserie rôtisserie nom f s 0.35 0.27 0.35 0.27 -rôtisseur rôtisseur nom m s 0.07 0.20 0.05 0.14 -rôtisseurs rôtisseur nom m p 0.07 0.20 0.01 0.00 -rôtisseuse rôtisseur nom f s 0.07 0.20 0.01 0.00 -rôtisseuses rôtisseur nom f p 0.07 0.20 0.00 0.07 -rôtissez rôtir ver 2.90 5.27 0.01 0.00 imp:pre:2p; -rôtissions rôtir ver 2.90 5.27 0.01 0.00 ind:imp:1p; -rôtissoire rôtissoire nom f s 0.04 0.41 0.04 0.27 -rôtissoires rôtissoire nom f p 0.04 0.41 0.00 0.14 -rôtit rôtir ver 2.90 5.27 0.20 0.07 ind:pre:3s;ind:pas:3s; -rôts rôt nom m p 0.05 0.07 0.01 0.07 -ra ra nom m 3.63 3.45 3.63 3.45 -raïa raïa nom m s 0.10 0.00 0.10 0.00 -raïs raïs nom m 0.00 0.14 0.00 0.14 -rab rab nom m s 1.92 1.76 1.92 1.69 -rabais rabais nom m 1.57 1.55 1.57 1.55 -rabaissa rabaisser ver 3.79 3.38 0.00 0.20 ind:pas:3s; -rabaissaient rabaisser ver 3.79 3.38 0.00 0.07 ind:imp:3p; -rabaissais rabaisser ver 3.79 3.38 0.04 0.07 ind:imp:1s; -rabaissait rabaisser ver 3.79 3.38 0.10 0.34 ind:imp:3s; -rabaissant rabaisser ver 3.79 3.38 0.04 0.34 par:pre; -rabaisse rabaisser ver 3.79 3.38 0.69 0.47 imp:pre:2s;ind:pre:1s;ind:pre:3s; -rabaissement rabaissement nom m s 0.01 0.07 0.01 0.07 -rabaissent rabaisser ver 3.79 3.38 0.15 0.14 ind:pre:3p; -rabaisser rabaisser ver 3.79 3.38 1.65 1.22 inf; -rabaissera rabaisser ver 3.79 3.38 0.02 0.00 ind:fut:3s; -rabaisserait rabaisser ver 3.79 3.38 0.12 0.00 cnd:pre:3s; -rabaisses rabaisser ver 3.79 3.38 0.17 0.00 ind:pre:2s; -rabaissez rabaisser ver 3.79 3.38 0.26 0.07 imp:pre:2p;ind:pre:2p; -rabaissé rabaisser ver m s 3.79 3.38 0.32 0.27 par:pas; -rabaissée rabaisser ver f s 3.79 3.38 0.23 0.14 par:pas; -rabaissées rabaisser ver f p 3.79 3.38 0.00 0.07 par:pas; -raban raban nom m s 0.32 0.00 0.09 0.00 -rabane rabane nom f s 0.00 0.14 0.00 0.07 -rabanes rabane nom f p 0.00 0.14 0.00 0.07 -rabans raban nom m p 0.32 0.00 0.24 0.00 -rabat_joie rabat_joie adj 0.91 0.14 0.91 0.14 -rabat rabattre ver 2.21 21.76 0.32 2.97 ind:pre:3s; -rabats rabattre ver 2.21 21.76 0.21 0.34 imp:pre:2s;ind:pre:1s;ind:pre:2s; -rabattable rabattable adj s 0.01 0.00 0.01 0.00 -rabattaient rabattre ver 2.21 21.76 0.00 0.68 ind:imp:3p; -rabattais rabattre ver 2.21 21.76 0.01 0.07 ind:imp:1s; -rabattait rabattre ver 2.21 21.76 0.01 2.16 ind:imp:3s; -rabattant rabattre ver 2.21 21.76 0.00 0.68 par:pre; -rabatte rabattre ver 2.21 21.76 0.04 0.27 sub:pre:1s;sub:pre:3s; -rabattent rabattre ver 2.21 21.76 0.04 0.81 ind:pre:3p; -rabatteur rabatteur nom m s 0.68 1.82 0.22 0.47 -rabatteurs rabatteur nom m p 0.68 1.82 0.45 0.95 -rabatteuse rabatteur nom f s 0.68 1.82 0.01 0.41 -rabatteuses rabatteuse nom f p 0.01 0.00 0.01 0.00 -rabattez rabattre ver 2.21 21.76 0.11 0.07 imp:pre:2p;ind:pre:2p; -rabattions rabattre ver 2.21 21.76 0.00 0.07 ind:imp:1p; -rabattirent rabattre ver 2.21 21.76 0.00 0.34 ind:pas:3p; -rabattis rabattre ver 2.21 21.76 0.00 0.27 ind:pas:1s; -rabattit rabattre ver 2.21 21.76 0.01 2.91 ind:pas:3s; -rabattra rabattre ver 2.21 21.76 0.04 0.14 ind:fut:3s; -rabattraient rabattre ver 2.21 21.76 0.00 0.07 cnd:pre:3p; -rabattrait rabattre ver 2.21 21.76 0.00 0.14 cnd:pre:3s; -rabattras rabattre ver 2.21 21.76 0.00 0.07 ind:fut:2s; -rabattre rabattre ver 2.21 21.76 1.01 4.46 inf; -rabattrons rabattre ver 2.21 21.76 0.00 0.07 ind:fut:1p; -rabattu rabattre ver m s 2.21 21.76 0.28 3.11 par:pas; -rabattue rabattu adj f s 0.14 2.03 0.12 0.07 -rabattues rabattre ver f p 2.21 21.76 0.03 0.34 par:pas; -rabattus rabattre ver m p 2.21 21.76 0.07 0.41 par:pas; -rabbi rabbi nom m s 4.83 0.74 4.83 0.74 -rabbin rabbin nom m s 9.36 7.57 9.04 6.35 -rabbinat rabbinat nom m s 0.00 0.20 0.00 0.20 -rabbinique rabbinique adj s 0.01 0.41 0.01 0.34 -rabbiniques rabbinique adj m p 0.01 0.41 0.00 0.07 -rabbins rabbin nom m p 9.36 7.57 0.32 1.22 -rabe rabe nom m s 0.05 0.14 0.05 0.07 -rabelaisien rabelaisien adj m s 0.00 0.68 0.00 0.27 -rabelaisienne rabelaisien adj f s 0.00 0.68 0.00 0.27 -rabelaisiennes rabelaisien adj f p 0.00 0.68 0.00 0.07 -rabelaisiens rabelaisien adj m p 0.00 0.68 0.00 0.07 -rabes rabe nom m p 0.05 0.14 0.00 0.07 -rabibochage rabibochage nom m s 0.00 0.14 0.00 0.14 -rabiboche rabibocher ver 0.84 0.54 0.06 0.00 ind:pre:1s;ind:pre:3s; -rabibochent rabibocher ver 0.84 0.54 0.01 0.00 ind:pre:3p; -rabibocher rabibocher ver 0.84 0.54 0.17 0.41 inf; -rabibocherez rabibocher ver 0.84 0.54 0.00 0.07 ind:fut:2p; -rabiboché rabibocher ver m s 0.84 0.54 0.40 0.00 par:pas; -rabibochées rabibocher ver f p 0.84 0.54 0.01 0.00 par:pas; -rabibochés rabibocher ver m p 0.84 0.54 0.19 0.07 par:pas; -rabiot rabiot nom m s 0.06 0.88 0.06 0.88 -rabiotait rabioter ver 0.00 0.27 0.00 0.07 ind:imp:3s; -rabioter rabioter ver 0.00 0.27 0.00 0.20 inf; -rabique rabique adj f s 0.00 0.14 0.00 0.14 -rabâcha rabâcher ver 1.46 4.32 0.00 0.14 ind:pas:3s; -rabâchage rabâchage nom m s 0.10 0.34 0.10 0.20 -rabâchages rabâchage nom m p 0.10 0.34 0.00 0.14 -rabâchaient rabâcher ver 1.46 4.32 0.00 0.20 ind:imp:3p; -rabâchais rabâcher ver 1.46 4.32 0.01 0.00 ind:imp:2s; -rabâchait rabâcher ver 1.46 4.32 0.01 0.61 ind:imp:3s; -rabâchant rabâcher ver 1.46 4.32 0.15 0.14 par:pre; -rabâche rabâcher ver 1.46 4.32 0.32 0.81 ind:pre:1s;ind:pre:3s; -rabâchent rabâcher ver 1.46 4.32 0.04 0.00 ind:pre:3p; -rabâcher rabâcher ver 1.46 4.32 0.68 1.01 inf; -rabâcherait rabâcher ver 1.46 4.32 0.00 0.07 cnd:pre:3s; -rabâches rabâcher ver 1.46 4.32 0.15 0.54 ind:pre:2s; -rabâcheur rabâcheur adj m s 0.01 0.00 0.01 0.00 -rabâché rabâcher ver m s 1.46 4.32 0.12 0.34 par:pas; -rabâchée rabâcher ver f s 1.46 4.32 0.00 0.07 par:pas; -rabâchées rabâcher ver f p 1.46 4.32 0.00 0.41 par:pas; -rabonnir rabonnir ver 0.00 0.07 0.00 0.07 inf; -rabot rabot nom m s 0.01 1.28 0.01 0.95 -rabotage rabotage nom m s 0.00 0.14 0.00 0.14 -rabotais raboter ver 0.15 2.91 0.00 0.07 ind:imp:1s; -rabotait raboter ver 0.15 2.91 0.00 0.47 ind:imp:3s; -rabotant raboter ver 0.15 2.91 0.00 0.20 par:pre; -rabotent raboter ver 0.15 2.91 0.10 0.20 ind:pre:3p; -raboter raboter ver 0.15 2.91 0.03 0.41 inf; -raboteur raboteur nom m s 0.01 0.07 0.01 0.07 -raboteuse raboteux adj f s 0.10 0.88 0.00 0.34 -raboteuses raboteux adj f p 0.10 0.88 0.00 0.07 -raboteux raboteux adj m 0.10 0.88 0.10 0.47 -rabotin rabotin nom m s 0.00 0.34 0.00 0.34 -rabots rabot nom m p 0.01 1.28 0.00 0.34 -raboté raboter ver m s 0.15 2.91 0.01 0.34 par:pas; -rabotée raboter ver f s 0.15 2.91 0.00 0.34 par:pas; -rabotées raboter ver f p 0.15 2.91 0.00 0.41 par:pas; -rabotés raboter ver m p 0.15 2.91 0.01 0.47 par:pas; -rabougri rabougri adj m s 0.25 3.38 0.19 1.55 -rabougrie rabougri adj f s 0.25 3.38 0.02 0.27 -rabougries rabougri adj f p 0.25 3.38 0.01 0.20 -rabougrir rabougrir ver 0.19 0.95 0.16 0.07 inf; -rabougris rabougri adj m p 0.25 3.38 0.03 1.35 -rabougrissent rabougrir ver 0.19 0.95 0.00 0.07 ind:pre:3p; -rabougrit rabougrir ver 0.19 0.95 0.00 0.20 ind:pre:3s; -rabouillères rabouiller nom f p 0.00 0.07 0.00 0.07 -rabouin rabouin nom m s 0.00 0.07 0.00 0.07 -rabouler rabouler ver 0.01 0.00 0.01 0.00 inf; -rabouter rabouter ver 0.00 0.14 0.00 0.07 inf; -rabouté rabouter ver m s 0.00 0.14 0.00 0.07 par:pas; -rabroua rabrouer ver 0.40 2.84 0.00 0.20 ind:pas:3s; -rabrouai rabrouer ver 0.40 2.84 0.00 0.07 ind:pas:1s; -rabrouaient rabrouer ver 0.40 2.84 0.00 0.14 ind:imp:3p; -rabrouait rabrouer ver 0.40 2.84 0.03 0.34 ind:imp:3s; -rabrouant rabrouer ver 0.40 2.84 0.00 0.14 par:pre; -rabroue rabrouer ver 0.40 2.84 0.05 0.20 ind:pre:1s;ind:pre:3s; -rabrouer rabrouer ver 0.40 2.84 0.04 0.68 inf; -rabrouât rabrouer ver 0.40 2.84 0.00 0.07 sub:imp:3s; -rabrouèrent rabrouer ver 0.40 2.84 0.00 0.07 ind:pas:3p; -rabroué rabrouer ver m s 0.40 2.84 0.05 0.41 par:pas; -rabrouée rabrouer ver f s 0.40 2.84 0.23 0.54 par:pas; -rabs rab nom m p 1.92 1.76 0.00 0.07 -rac rac adj 0.00 0.95 0.00 0.95 -racaille racaille nom f s 6.30 2.97 5.67 2.97 -racailles racaille nom f p 6.30 2.97 0.62 0.00 -raccommoda raccommoder ver 0.68 3.04 0.00 0.14 ind:pas:3s; -raccommodage raccommodage nom m s 0.04 0.61 0.04 0.47 -raccommodages raccommodage nom m p 0.04 0.61 0.00 0.14 -raccommodaient raccommoder ver 0.68 3.04 0.00 0.07 ind:imp:3p; -raccommodait raccommoder ver 0.68 3.04 0.01 0.41 ind:imp:3s; -raccommodant raccommoder ver 0.68 3.04 0.01 0.07 par:pre; -raccommode raccommoder ver 0.68 3.04 0.18 0.20 imp:pre:2s;ind:pre:1s;ind:pre:3s; -raccommodements raccommodement nom m p 0.00 0.07 0.00 0.07 -raccommodent raccommoder ver 0.68 3.04 0.14 0.00 ind:pre:3p; -raccommoder raccommoder ver 0.68 3.04 0.25 1.22 inf; -raccommodera raccommoder ver 0.68 3.04 0.00 0.07 ind:fut:3s; -raccommoderai raccommoder ver 0.68 3.04 0.02 0.00 ind:fut:1s; -raccommodeurs raccommodeur nom m p 0.00 0.07 0.00 0.07 -raccommodez raccommoder ver 0.68 3.04 0.00 0.07 ind:pre:2p; -raccommodions raccommoder ver 0.68 3.04 0.01 0.00 ind:imp:1p; -raccommodé raccommoder ver m s 0.68 3.04 0.04 0.54 par:pas; -raccommodée raccommoder ver f s 0.68 3.04 0.01 0.14 par:pas; -raccommodées raccommoder ver f p 0.68 3.04 0.00 0.07 par:pas; -raccommodés raccommoder ver m p 0.68 3.04 0.02 0.07 par:pas; -raccompagna raccompagner ver 25.90 14.39 0.01 2.09 ind:pas:3s; -raccompagnai raccompagner ver 25.90 14.39 0.00 0.34 ind:pas:1s; -raccompagnaient raccompagner ver 25.90 14.39 0.00 0.20 ind:imp:3p; -raccompagnais raccompagner ver 25.90 14.39 0.34 0.41 ind:imp:1s;ind:imp:2s; -raccompagnait raccompagner ver 25.90 14.39 0.30 1.42 ind:imp:3s; -raccompagnant raccompagner ver 25.90 14.39 0.16 0.74 par:pre; -raccompagne raccompagner ver 25.90 14.39 11.86 2.57 imp:pre:2s;ind:pre:1s;ind:pre:3s; -raccompagnent raccompagner ver 25.90 14.39 0.04 0.14 ind:pre:3p; -raccompagner raccompagner ver 25.90 14.39 6.60 3.65 inf; -raccompagnera raccompagner ver 25.90 14.39 0.51 0.07 ind:fut:3s; -raccompagnerai raccompagner ver 25.90 14.39 0.60 0.00 ind:fut:1s; -raccompagnerais raccompagner ver 25.90 14.39 0.17 0.00 cnd:pre:1s;cnd:pre:2s; -raccompagnerait raccompagner ver 25.90 14.39 0.01 0.34 cnd:pre:3s; -raccompagneras raccompagner ver 25.90 14.39 0.02 0.07 ind:fut:2s; -raccompagnerez raccompagner ver 25.90 14.39 0.00 0.07 ind:fut:2p; -raccompagnes raccompagner ver 25.90 14.39 0.71 0.14 ind:pre:2s; -raccompagnez raccompagner ver 25.90 14.39 1.52 0.14 imp:pre:2p;ind:pre:2p; -raccompagnons raccompagner ver 25.90 14.39 0.23 0.00 imp:pre:1p;ind:pre:1p; -raccompagnèrent raccompagner ver 25.90 14.39 0.00 0.20 ind:pas:3p; -raccompagné raccompagner ver m s 25.90 14.39 1.16 1.08 par:pas; -raccompagnée raccompagner ver f s 25.90 14.39 1.65 0.61 par:pas; -raccompagnés raccompagner ver m p 25.90 14.39 0.00 0.14 par:pas; -raccord raccord nom m s 1.02 1.28 0.81 0.68 -raccordaient raccorder ver 0.73 2.64 0.02 0.14 ind:imp:3p; -raccordait raccorder ver 0.73 2.64 0.00 0.41 ind:imp:3s; -raccordant raccorder ver 0.73 2.64 0.03 0.14 par:pre; -raccorde raccorder ver 0.73 2.64 0.13 0.54 imp:pre:2s;ind:pre:1s;ind:pre:3s; -raccordement raccordement nom m s 0.20 0.27 0.09 0.14 -raccordements raccordement nom m p 0.20 0.27 0.11 0.14 -raccordent raccorder ver 0.73 2.64 0.00 0.14 ind:pre:3p; -raccorder raccorder ver 0.73 2.64 0.21 0.61 inf; -raccorderait raccorder ver 0.73 2.64 0.00 0.07 cnd:pre:3s; -raccordez raccorder ver 0.73 2.64 0.02 0.00 imp:pre:2p;ind:pre:2p; -raccords raccord nom m p 1.02 1.28 0.21 0.61 -raccordé raccorder ver m s 0.73 2.64 0.23 0.41 par:pas; -raccordée raccorder ver f s 0.73 2.64 0.01 0.07 par:pas; -raccordées raccorder ver f p 0.73 2.64 0.01 0.00 par:pas; -raccordés raccorder ver m p 0.73 2.64 0.06 0.14 par:pas; -raccourci raccourci nom m s 5.78 4.32 4.57 3.24 -raccourcie raccourcir ver f s 2.46 5.95 0.16 0.54 par:pas; -raccourcies raccourcir ver f p 2.46 5.95 0.01 0.07 par:pas; -raccourcir raccourcir ver 2.46 5.95 1.09 1.62 inf; -raccourcira raccourcir ver 2.46 5.95 0.04 0.07 ind:fut:3s; -raccourciras raccourcir ver 2.46 5.95 0.01 0.00 ind:fut:2s; -raccourcirons raccourcir ver 2.46 5.95 0.00 0.07 ind:fut:1p; -raccourcis raccourci nom m p 5.78 4.32 1.21 1.08 -raccourcissaient raccourcir ver 2.46 5.95 0.00 0.20 ind:imp:3p; -raccourcissait raccourcir ver 2.46 5.95 0.01 0.20 ind:imp:3s; -raccourcissant raccourcir ver 2.46 5.95 0.10 0.61 par:pre; -raccourcisse raccourcir ver 2.46 5.95 0.01 0.07 sub:pre:1s;sub:pre:3s; -raccourcissement raccourcissement nom m s 0.01 0.27 0.01 0.27 -raccourcissent raccourcir ver 2.46 5.95 0.14 0.54 ind:pre:3p; -raccourcit raccourcir ver 2.46 5.95 0.23 0.68 ind:pre:3s;ind:pas:3s; -raccroc raccroc nom m s 0.00 0.47 0.00 0.34 -raccrocha raccrocher ver 28.09 26.08 0.02 5.07 ind:pas:3s; -raccrochage raccrochage nom m s 0.01 0.14 0.01 0.07 -raccrochages raccrochage nom m p 0.01 0.14 0.00 0.07 -raccrochai raccrocher ver 28.09 26.08 0.01 1.42 ind:pas:1s; -raccrochaient raccrocher ver 28.09 26.08 0.01 0.20 ind:imp:3p; -raccrochais raccrocher ver 28.09 26.08 0.12 0.27 ind:imp:1s;ind:imp:2s; -raccrochait raccrocher ver 28.09 26.08 0.29 0.95 ind:imp:3s; -raccrochant raccrocher ver 28.09 26.08 0.04 1.22 par:pre; -raccroche raccrocher ver 28.09 26.08 10.58 5.61 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:1s; -raccrochent raccrocher ver 28.09 26.08 0.49 0.14 ind:pre:3p; -raccrocher raccrocher ver 28.09 26.08 5.41 5.27 inf; -raccrochera raccrocher ver 28.09 26.08 0.04 0.00 ind:fut:3s; -raccrocherai raccrocher ver 28.09 26.08 0.13 0.00 ind:fut:1s; -raccrocheraient raccrocher ver 28.09 26.08 0.00 0.07 cnd:pre:3p; -raccrocherais raccrocher ver 28.09 26.08 0.02 0.00 cnd:pre:1s; -raccrocherait raccrocher ver 28.09 26.08 0.11 0.07 cnd:pre:3s; -raccrocheras raccrocher ver 28.09 26.08 0.04 0.00 ind:fut:2s; -raccroches raccrocher ver 28.09 26.08 0.53 0.20 ind:pre:2s; -raccrocheur raccrocheur adj m s 0.00 0.20 0.00 0.14 -raccrocheurs raccrocheur adj m p 0.00 0.20 0.00 0.07 -raccrochez raccrocher ver 28.09 26.08 3.49 0.20 imp:pre:2p;ind:pre:2p; -raccrochons raccrocher ver 28.09 26.08 0.03 0.00 imp:pre:1p;ind:pre:1p; -raccrochèrent raccrocher ver 28.09 26.08 0.00 0.07 ind:pas:3p; -raccroché raccrocher ver m s 28.09 26.08 6.67 5.00 par:pas; -raccrochée raccrocher ver f s 28.09 26.08 0.04 0.20 par:pas; -raccrochées raccrocher ver f p 28.09 26.08 0.00 0.07 par:pas; -raccrochés raccrocher ver m p 28.09 26.08 0.03 0.07 par:pas; -raccrocs raccroc nom m p 0.00 0.47 0.00 0.14 -raccusa raccuser ver 0.00 0.07 0.00 0.07 ind:pas:3s; -race race nom f s 30.56 34.93 27.09 28.72 -races race nom f p 30.56 34.93 3.46 6.22 -rachat rachat nom m s 1.79 1.01 1.75 0.95 -rachats rachat nom m p 1.79 1.01 0.04 0.07 -racheta racheter ver 17.33 12.91 0.00 0.20 ind:pas:3s; -rachetai racheter ver 17.33 12.91 0.00 0.07 ind:pas:1s; -rachetaient racheter ver 17.33 12.91 0.01 0.20 ind:imp:3p; -rachetait racheter ver 17.33 12.91 0.00 0.68 ind:imp:3s; -rachetant racheter ver 17.33 12.91 0.19 0.20 par:pre; -racheter racheter ver 17.33 12.91 9.30 6.08 ind:pre:2p;inf; -rachetez racheter ver 17.33 12.91 0.09 0.07 imp:pre:2p;ind:pre:2p; -rachetiez racheter ver 17.33 12.91 0.03 0.07 ind:imp:2p; -rachetât racheter ver 17.33 12.91 0.00 0.07 sub:imp:3s; -rachetèrent racheter ver 17.33 12.91 0.00 0.07 ind:pas:3p; -racheté racheter ver m s 17.33 12.91 3.77 1.22 par:pas; -rachetée racheter ver f s 17.33 12.91 0.60 0.41 par:pas; -rachetées racheter ver f p 17.33 12.91 0.00 0.14 par:pas; -rachetés racheter ver m p 17.33 12.91 0.32 0.47 par:pas; -rachianesthésie rachianesthésie nom f s 0.10 0.00 0.10 0.00 -rachidien rachidien adj m s 0.23 0.14 0.18 0.14 -rachidienne rachidien adj f s 0.23 0.14 0.04 0.00 -rachis rachis nom m 0.04 0.07 0.04 0.07 -rachitique rachitique adj s 0.14 0.61 0.11 0.47 -rachitiques rachitique adj p 0.14 0.61 0.03 0.14 -rachitisme rachitisme nom m s 0.05 0.14 0.05 0.14 -racho racho adj s 0.03 0.07 0.03 0.07 -rachète racheter ver 17.33 12.91 1.48 1.49 imp:pre:2s;ind:pre:1s;ind:pre:3s; -rachètent racheter ver 17.33 12.91 0.20 0.41 ind:pre:3p; -rachètera racheter ver 17.33 12.91 0.64 0.41 ind:fut:3s; -rachèterai racheter ver 17.33 12.91 0.47 0.34 ind:fut:1s; -rachèterais racheter ver 17.33 12.91 0.06 0.00 cnd:pre:1s;cnd:pre:2s; -rachèterait racheter ver 17.33 12.91 0.03 0.34 cnd:pre:3s; -rachèterez racheter ver 17.33 12.91 0.14 0.00 ind:fut:2p; -rachèteront racheter ver 17.33 12.91 0.01 0.00 ind:fut:3p; -racial racial adj m s 3.08 1.35 0.66 0.07 -raciale racial adj f s 3.08 1.35 1.50 0.61 -racialement racialement adv 0.02 0.14 0.02 0.14 -raciales racial adj f p 3.08 1.35 0.71 0.47 -raciaux racial adj m p 3.08 1.35 0.22 0.20 -racinait raciner ver 0.00 0.34 0.00 0.07 ind:imp:3s; -racine racine nom f s 12.53 31.96 5.17 11.01 -raciner raciner ver 0.00 0.34 0.00 0.07 inf; -racines racine nom f p 12.53 31.96 7.36 20.95 -racingman racingman nom m s 0.00 0.07 0.00 0.07 -racinienne racinien adj f s 0.00 0.20 0.00 0.07 -raciniennes racinien adj f p 0.00 0.20 0.00 0.07 -raciniens racinien adj m p 0.00 0.20 0.00 0.07 -racinée raciner ver f s 0.00 0.34 0.00 0.07 par:pas; -racinées raciner ver f p 0.00 0.34 0.00 0.07 par:pas; -racinés raciner ver m p 0.00 0.34 0.00 0.07 par:pas; -racisme racisme nom m s 2.09 2.97 2.09 2.77 -racismes racisme nom m p 2.09 2.97 0.00 0.20 -raciste raciste adj s 4.97 3.45 3.89 2.03 -racistes raciste nom p 3.54 2.70 1.18 1.28 -rack rack nom m s 0.25 0.07 0.25 0.07 -racket racket nom m s 2.33 0.68 2.07 0.68 -rackets racket nom m p 2.33 0.68 0.27 0.00 -rackette racketter ver 0.23 0.00 0.05 0.00 ind:pre:3s; -racketter racketter ver 0.23 0.00 0.16 0.00 inf; -racketteur racketteur nom m s 0.22 0.00 0.22 0.00 -rackettez racketter ver 0.23 0.00 0.01 0.00 ind:pre:2p; -rackettons racketter ver 0.23 0.00 0.01 0.00 ind:pre:1p; -racketté racketter ver m s 0.23 0.00 0.01 0.00 par:pas; -racla racler ver 1.36 12.50 0.00 1.89 ind:pas:3s; -raclages raclage nom m p 0.00 0.07 0.00 0.07 -raclaient racler ver 1.36 12.50 0.00 0.54 ind:imp:3p; -raclais racler ver 1.36 12.50 0.01 0.20 ind:imp:1s; -raclait racler ver 1.36 12.50 0.04 2.09 ind:imp:3s; -raclant racler ver 1.36 12.50 0.06 1.49 par:pre; -raclante raclant adj f s 0.00 0.27 0.00 0.07 -racle racler ver 1.36 12.50 0.26 1.55 imp:pre:2s;ind:pre:1s;ind:pre:3s; -raclement raclement nom m s 0.07 2.09 0.07 1.15 -raclements raclement nom m p 0.07 2.09 0.00 0.95 -raclent racler ver 1.36 12.50 0.02 0.61 ind:pre:3p; -racler racler ver 1.36 12.50 0.51 2.03 inf; -raclerai racler ver 1.36 12.50 0.01 0.00 ind:fut:1s; -racleras racler ver 1.36 12.50 0.01 0.00 ind:fut:2s; -racles racler ver 1.36 12.50 0.01 0.07 ind:pre:2s; -raclette raclette nom f s 1.13 0.81 1.13 0.81 -racleur racleur nom m s 0.04 0.00 0.03 0.00 -racleuse racleur nom f s 0.04 0.00 0.01 0.00 -racloir racloir nom m s 0.25 0.07 0.25 0.07 -raclons raclon nom m p 0.01 0.07 0.01 0.07 -raclèrent racler ver 1.36 12.50 0.00 0.20 ind:pas:3p; -raclé racler ver m s 1.36 12.50 0.43 0.95 par:pas; -raclée raclée nom f s 6.88 3.24 6.43 2.57 -raclées raclée nom f p 6.88 3.24 0.45 0.68 -raclure raclure nom f s 1.73 1.49 1.48 0.88 -raclures raclure nom f p 1.73 1.49 0.25 0.61 -raclés racler ver m p 1.36 12.50 0.00 0.20 par:pas; -racolage racolage nom m s 0.57 0.61 0.57 0.54 -racolages racolage nom m p 0.57 0.61 0.00 0.07 -racolaient racoler ver 0.59 1.42 0.00 0.07 ind:imp:3p; -racolais racoler ver 0.59 1.42 0.00 0.07 ind:imp:1s; -racolait racoler ver 0.59 1.42 0.07 0.20 ind:imp:3s; -racolant racoler ver 0.59 1.42 0.01 0.07 par:pre; -racole racoler ver 0.59 1.42 0.12 0.14 ind:pre:1s;ind:pre:3s; -racolent racoler ver 0.59 1.42 0.02 0.14 ind:pre:3p; -racoler racoler ver 0.59 1.42 0.16 0.54 inf; -racoles racoler ver 0.59 1.42 0.06 0.07 ind:pre:2s; -racoleur racoleur adj m s 0.33 0.41 0.15 0.20 -racoleurs racoleur nom m p 0.09 0.14 0.03 0.07 -racoleuse racoleur adj f s 0.33 0.41 0.05 0.07 -racoleuses racoleur adj f p 0.33 0.41 0.12 0.14 -racolé racoler ver m s 0.59 1.42 0.16 0.14 par:pas; -raconta raconter ver 253.84 261.89 1.08 18.04 ind:pas:3s; -racontable racontable adj f s 0.12 0.20 0.10 0.14 -racontables racontable adj f p 0.12 0.20 0.02 0.07 -racontai raconter ver 253.84 261.89 0.26 3.11 ind:pas:1s; -racontaient raconter ver 253.84 261.89 1.05 4.05 ind:imp:3p; -racontais raconter ver 253.84 261.89 2.41 5.00 ind:imp:1s;ind:imp:2s; -racontait raconter ver 253.84 261.89 4.50 29.46 ind:imp:3s; -racontant raconter ver 253.84 261.89 0.93 6.15 par:pre; -racontar racontar nom m s 1.11 2.23 0.02 0.47 -racontars racontar nom m p 1.11 2.23 1.08 1.76 -racontas raconter ver 253.84 261.89 0.00 0.07 ind:pas:2s; -raconte raconter ver 253.84 261.89 78.06 54.12 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -racontent raconter ver 253.84 261.89 4.32 6.35 ind:pre:3p;sub:pre:3p; -raconter raconter ver 253.84 261.89 57.79 64.86 inf;; -racontera raconter ver 253.84 261.89 2.02 1.82 ind:fut:3s; -raconterai raconter ver 253.84 261.89 6.80 5.07 ind:fut:1s; -raconteraient raconter ver 253.84 261.89 0.03 0.20 cnd:pre:3p; -raconterais raconter ver 253.84 261.89 0.63 0.54 cnd:pre:1s;cnd:pre:2s; -raconterait raconter ver 253.84 261.89 0.08 2.09 cnd:pre:3s; -raconteras raconter ver 253.84 261.89 3.19 1.28 ind:fut:2s; -raconterez raconter ver 253.84 261.89 0.96 0.95 ind:fut:2p; -raconterons raconter ver 253.84 261.89 0.14 0.14 ind:fut:1p; -raconteront raconter ver 253.84 261.89 0.13 0.07 ind:fut:3p; -racontes raconter ver 253.84 261.89 34.95 7.23 ind:pre:1p;ind:pre:2s;sub:pre:2s; -raconteur raconteur nom m s 0.18 0.14 0.17 0.00 -raconteuse raconteur nom f s 0.18 0.14 0.01 0.14 -racontez raconter ver 253.84 261.89 17.02 5.74 imp:pre:2p;ind:pre:2p; -racontiez raconter ver 253.84 261.89 0.45 0.61 ind:imp:2p; -racontions raconter ver 253.84 261.89 0.04 0.47 ind:imp:1p; -racontons raconter ver 253.84 261.89 0.47 0.27 imp:pre:1p;ind:pre:1p; -racontât raconter ver 253.84 261.89 0.00 0.07 sub:imp:3s; -racontèrent raconter ver 253.84 261.89 0.03 1.22 ind:pas:3p; -raconté raconter ver m s 253.84 261.89 33.87 38.18 par:pas; -racontée raconter ver f s 253.84 261.89 1.93 2.91 par:pas; -racontées raconter ver f p 253.84 261.89 0.49 1.22 par:pas; -racontés raconter ver m p 253.84 261.89 0.24 0.61 par:pas; -racorni racornir ver m s 0.59 3.45 0.40 1.15 par:pas; -racornie racornir ver f s 0.59 3.45 0.02 0.95 par:pas; -racornies racornir ver f p 0.59 3.45 0.00 0.54 par:pas; -racornir racornir ver 0.59 3.45 0.02 0.07 inf; -racornis racornir ver m p 0.59 3.45 0.00 0.41 par:pas; -racornissait racornir ver 0.59 3.45 0.00 0.14 ind:imp:3s; -racornissent racornir ver 0.59 3.45 0.14 0.07 ind:pre:3p; -racornit racornir ver 0.59 3.45 0.01 0.14 ind:pre:3s;ind:pas:3s; -racé racé adj m s 0.07 1.69 0.03 0.81 -racée racé adj f s 0.07 1.69 0.01 0.68 -racés racé adj m p 0.07 1.69 0.03 0.20 -rad rad nom m s 0.20 0.07 0.18 0.07 -radôme radôme nom m s 0.01 0.00 0.01 0.00 -rada rader ver 0.47 0.61 0.02 0.00 ind:pas:3s; -radada radada nom m s 0.00 0.07 0.00 0.07 -radar radar nom m s 10.36 2.70 8.05 1.96 -radars radar nom m p 10.36 2.70 2.31 0.74 -radasse rader ver 0.47 0.61 0.30 0.54 sub:imp:1s; -radasses rader ver 0.47 0.61 0.01 0.07 sub:imp:2s; -rade rade nom f s 2.33 10.88 2.18 9.26 -radeau_radar radeau_radar nom m s 0.00 0.07 0.00 0.07 -radeau radeau nom m s 3.27 5.20 2.97 4.32 -radeaux radeau nom m p 3.27 5.20 0.30 0.88 -rader rader ver 0.47 0.61 0.14 0.00 inf; -rades rade nom f p 2.33 10.88 0.16 1.62 -radeuse radeuse nom f s 0.00 0.34 0.00 0.27 -radeuses radeuse nom f p 0.00 0.34 0.00 0.07 -radial radial adj m s 0.34 0.34 0.12 0.00 -radiale radial adj f s 0.34 0.34 0.19 0.27 -radiales radial adj f p 0.34 0.34 0.01 0.07 -radiant radiant nom m s 0.02 0.00 0.02 0.00 -radiante radiant adj f s 0.02 0.14 0.01 0.07 -radiateur radiateur nom m s 3.65 7.43 3.02 6.35 -radiateurs radiateur nom m p 3.65 7.43 0.63 1.08 -radiation radiation nom f s 6.89 0.74 2.71 0.34 -radiations radiation nom f p 6.89 0.74 4.17 0.41 -radiative radiatif adj f s 0.01 0.00 0.01 0.00 -radiaux radial adj m p 0.34 0.34 0.02 0.00 -radical_socialisme radical_socialisme nom m s 0.00 0.27 0.00 0.27 -radical_socialiste radical_socialiste adj m s 0.00 0.34 0.00 0.34 -radical radical adj m s 6.25 8.11 2.96 3.51 -radicale_socialiste radicale_socialiste nom f s 0.00 0.20 0.00 0.20 -radicale radical adj f s 6.25 8.11 1.75 2.57 -radicalement radicalement adv 0.99 3.65 0.99 3.65 -radicales radical adj f p 6.25 8.11 0.33 0.27 -radicalisation radicalisation nom f s 0.10 0.14 0.10 0.14 -radicaliser radicaliser ver 0.02 0.00 0.01 0.00 inf; -radicalisme radicalisme nom m s 0.02 0.47 0.02 0.47 -radicalisé radicaliser ver m s 0.02 0.00 0.01 0.00 par:pas; -radical_socialiste radical_socialiste nom m p 0.00 0.34 0.00 0.27 -radicaux radical adj m p 6.25 8.11 1.22 1.76 -radicelles radicelle nom f p 0.00 0.74 0.00 0.74 -radiculaire radiculaire adj s 0.16 0.07 0.16 0.07 -radicule radicule nom f s 0.01 0.07 0.01 0.00 -radicules radicule nom f p 0.01 0.07 0.00 0.07 -radier radier ver 1.33 0.27 0.20 0.07 inf; -radiers radier nom m p 0.03 0.14 0.00 0.14 -radiesthésiste radiesthésiste nom s 0.14 0.00 0.14 0.00 -radieuse radieux adj f s 3.88 12.09 1.47 4.39 -radieusement radieusement adv 0.01 0.20 0.01 0.20 -radieuses radieux adj f p 3.88 12.09 0.22 1.15 -radieux radieux adj m 3.88 12.09 2.19 6.55 -radin radin adj m s 3.51 1.55 2.69 1.28 -radinait radiner ver 0.29 2.03 0.00 0.20 ind:imp:3s; -radine radin adj f s 3.51 1.55 0.50 0.20 -radinent radiner ver 0.29 2.03 0.01 0.47 ind:pre:3p; -radiner radiner ver 0.29 2.03 0.09 0.20 inf; -radinerie radinerie nom f s 0.02 0.07 0.02 0.07 -radines radin nom f p 1.10 0.34 0.10 0.00 -radinez radiner ver 0.29 2.03 0.00 0.07 imp:pre:2p; -radins radin adj m p 3.51 1.55 0.31 0.07 -radiné radiner ver m s 0.29 2.03 0.14 0.41 par:pas; -radinée radiner ver f s 0.29 2.03 0.02 0.07 par:pas; -radio_isotope radio_isotope nom m s 0.04 0.00 0.04 0.00 -radio_réveil radio_réveil nom m s 0.10 0.14 0.10 0.14 -radio_taxi radio_taxi nom m s 0.14 0.07 0.14 0.07 -radio radio nom s 78.23 55.00 71.31 50.54 -radioactif radioactif adj m s 2.65 0.68 1.11 0.47 -radioactifs radioactif adj m p 2.65 0.68 0.54 0.07 -radioactive radioactif adj f s 2.65 0.68 0.65 0.07 -radioactives radioactif adj f p 2.65 0.68 0.35 0.07 -radioactivité radioactivité nom f s 0.86 0.07 0.86 0.07 -radioamateur radioamateur nom m s 0.01 0.00 0.01 0.00 -radioastronome radioastronome nom s 0.01 0.00 0.01 0.00 -radiobalisage radiobalisage nom m s 0.01 0.00 0.01 0.00 -radiobalise radiobalise nom f s 0.07 0.00 0.07 0.00 -radiocassette radiocassette nom f s 0.02 0.00 0.02 0.00 -radiodiffusion radiodiffusion nom f s 0.01 0.14 0.01 0.14 -radiodiffusé radiodiffuser ver m s 0.03 0.68 0.03 0.47 par:pas; -radiodiffusée radiodiffuser ver f s 0.03 0.68 0.00 0.14 par:pas; -radiodiffusées radiodiffuser ver f p 0.03 0.68 0.00 0.07 par:pas; -radiogoniomètre radiogoniomètre nom m s 0.01 0.00 0.01 0.00 -radiogoniométrique radiogoniométrique adj s 0.10 0.00 0.10 0.00 -radiogramme radiogramme nom m s 0.11 0.07 0.11 0.00 -radiogrammes radiogramme nom m p 0.11 0.07 0.00 0.07 -radiographiant radiographier ver 0.10 0.34 0.00 0.07 par:pre; -radiographie radiographie nom f s 0.93 0.88 0.79 0.34 -radiographient radiographier ver 0.10 0.34 0.00 0.07 ind:pre:3p; -radiographier radiographier ver 0.10 0.34 0.04 0.07 inf; -radiographies radiographie nom f p 0.93 0.88 0.14 0.54 -radiographique radiographique adj f s 0.01 0.00 0.01 0.00 -radiographié radiographier ver m s 0.10 0.34 0.03 0.07 par:pas; -radiographiée radiographier ver f s 0.10 0.34 0.01 0.00 par:pas; -radiographiés radiographier ver m p 0.10 0.34 0.00 0.07 par:pas; -radioguidage radioguidage nom m s 0.02 0.07 0.02 0.07 -radioguidera radioguider ver 0.01 0.00 0.01 0.00 ind:fut:3s; -radiologie radiologie nom f s 1.16 0.07 1.16 0.07 -radiologique radiologique adj f s 0.09 0.07 0.09 0.00 -radiologiques radiologique adj f p 0.09 0.07 0.00 0.07 -radiologiste radiologiste nom s 0.05 0.00 0.05 0.00 -radiologue radiologue nom s 0.55 0.27 0.51 0.20 -radiologues radiologue nom p 0.55 0.27 0.04 0.07 -radiomètre radiomètre nom m s 0.01 0.07 0.01 0.00 -radiomètres radiomètre nom m p 0.01 0.07 0.00 0.07 -radiométrie radiométrie nom f s 0.01 0.00 0.01 0.00 -radiophare radiophare nom m s 0.01 0.07 0.01 0.07 -radiophonie radiophonie nom f s 0.00 0.27 0.00 0.27 -radiophonique radiophonique adj s 0.78 1.49 0.76 0.68 -radiophoniques radiophonique adj p 0.78 1.49 0.02 0.81 -radioréveil radioréveil nom m s 0.01 0.00 0.01 0.00 -radios radio nom p 78.23 55.00 6.92 4.46 -radioscopie radioscopie nom f s 0.03 0.14 0.03 0.14 -radioscopique radioscopique adj f s 0.01 0.07 0.01 0.00 -radioscopiques radioscopique adj p 0.01 0.07 0.00 0.07 -radiosonde radiosonde nom f s 0.01 0.00 0.01 0.00 -radiothérapie radiothérapie nom f s 0.21 0.00 0.21 0.00 -radiotélescope radiotélescope nom m s 0.10 0.00 0.09 0.00 -radiotélescopes radiotélescope nom m p 0.10 0.00 0.01 0.00 -radiotélégraphie radiotélégraphie nom f s 0.00 0.07 0.00 0.07 -radiotélégraphiste radiotélégraphiste nom s 0.00 0.14 0.00 0.14 -radiotéléphone radiotéléphone nom m s 0.03 0.00 0.02 0.00 -radiotéléphones radiotéléphone nom m p 0.03 0.00 0.01 0.00 -radiotéléphonie radiotéléphonie nom f s 0.10 0.00 0.10 0.00 -radiotéléphonique radiotéléphonique adj s 0.01 0.00 0.01 0.00 -radioélectrique radioélectrique adj s 0.01 0.00 0.01 0.00 -radioélément radioélément nom m s 0.01 0.00 0.01 0.00 -radis radis nom m 1.81 3.11 1.81 3.11 -radié radier ver m s 1.33 0.27 0.98 0.14 par:pas; -radiée radier ver f s 1.33 0.27 0.09 0.07 par:pas; -radium radium nom m s 0.32 0.07 0.32 0.07 -radiés radié adj m p 0.18 0.07 0.14 0.00 -radius radius nom m 0.15 0.07 0.15 0.07 -radja radja nom m s 0.00 0.07 0.00 0.07 -radjah radjah nom m s 0.00 0.14 0.00 0.07 -radjahs radjah nom m p 0.00 0.14 0.00 0.07 -radon radon nom m s 0.07 0.00 0.07 0.00 -radotage radotage nom m s 0.36 0.81 0.28 0.34 -radotages radotage nom m p 0.36 0.81 0.09 0.47 -radotait radoter ver 2.04 2.30 0.00 0.41 ind:imp:3s; -radotant radoter ver 2.04 2.30 0.03 0.27 par:pre; -radote radoter ver 2.04 2.30 0.69 0.68 imp:pre:2s;ind:pre:1s;ind:pre:3s; -radotent radoter ver 2.04 2.30 0.04 0.34 ind:pre:3p; -radoter radoter ver 2.04 2.30 0.59 0.41 inf; -radotes radoter ver 2.04 2.30 0.60 0.07 ind:pre:2s; -radoteur radoteur nom m s 0.22 0.27 0.21 0.07 -radoteurs radoteur nom m p 0.22 0.27 0.01 0.07 -radoteuses radoteur nom f p 0.22 0.27 0.00 0.14 -radotez radoter ver 2.04 2.30 0.10 0.00 ind:pre:2p; -radoté radoter ver m s 2.04 2.30 0.00 0.14 par:pas; -radoub radoub nom m s 0.03 0.41 0.03 0.41 -radoubait radouber ver 0.11 0.14 0.00 0.07 ind:imp:3s; -radouber radouber ver 0.11 0.14 0.11 0.07 inf; -radoubeur radoubeur nom m s 0.00 0.07 0.00 0.07 -radouci radoucir ver m s 0.29 2.09 0.12 0.54 par:pas; -radoucie radoucir ver f s 0.29 2.09 0.03 0.61 par:pas; -radoucir radoucir ver 0.29 2.09 0.07 0.00 inf; -radouciraient radoucir ver 0.29 2.09 0.00 0.07 cnd:pre:3p; -radoucis radoucir ver m p 0.29 2.09 0.04 0.14 ind:pre:1s;ind:pre:2s;par:pas; -radoucissais radoucir ver 0.29 2.09 0.00 0.07 ind:imp:1s; -radoucissait radoucir ver 0.29 2.09 0.00 0.07 ind:imp:3s; -radoucissement radoucissement nom m s 0.00 0.07 0.00 0.07 -radoucit radoucir ver 0.29 2.09 0.03 0.61 ind:pre:3s;ind:pas:3s; -rads rad nom m p 0.20 0.07 0.02 0.00 -rafa rafer ver 2.44 0.00 2.11 0.00 ind:pas:3s; -rafale rafale nom f s 1.59 19.46 0.79 8.85 -rafales rafale nom f p 1.59 19.46 0.81 10.61 -rafe rafer ver 2.44 0.00 0.33 0.00 imp:pre:2s; -raff raff nom m s 0.09 0.00 0.09 0.00 -raffermi raffermir ver m s 0.23 1.82 0.01 0.14 par:pas; -raffermie raffermir ver f s 0.23 1.82 0.01 0.27 par:pas; -raffermir raffermir ver 0.23 1.82 0.18 0.68 inf; -raffermira raffermir ver 0.23 1.82 0.03 0.00 ind:fut:3s; -raffermis raffermir ver m p 0.23 1.82 0.00 0.07 par:pas; -raffermissait raffermir ver 0.23 1.82 0.00 0.20 ind:imp:3s; -raffermissent raffermir ver 0.23 1.82 0.00 0.07 ind:pre:3p; -raffermit raffermir ver 0.23 1.82 0.00 0.41 ind:pre:3s;ind:pas:3s; -raffinage raffinage nom m s 0.01 0.07 0.01 0.07 -raffinait raffiner ver 1.06 2.03 0.00 0.14 ind:imp:3s; -raffinant raffiner ver 1.06 2.03 0.00 0.20 par:pre; -raffine raffiner ver 1.06 2.03 0.05 0.20 imp:pre:2s;ind:pre:3s; -raffinement raffinement nom m s 0.89 7.36 0.73 5.07 -raffinements raffinement nom m p 0.89 7.36 0.16 2.30 -raffiner raffiner ver 1.06 2.03 0.06 0.20 inf; -raffinerie raffinerie nom f s 0.85 1.01 0.73 0.88 -raffineries raffinerie nom f p 0.85 1.01 0.12 0.14 -raffineur raffineur nom m s 0.03 0.00 0.03 0.00 -raffiné raffiné adj m s 4.34 6.15 1.80 2.70 -raffinée raffiné adj f s 4.34 6.15 1.23 1.55 -raffinées raffiné adj f p 4.34 6.15 0.33 0.61 -raffinés raffiné adj m p 4.34 6.15 0.97 1.28 -raffolaient raffoler ver 3.16 3.85 0.01 0.14 ind:imp:3p; -raffolais raffoler ver 3.16 3.85 0.02 0.20 ind:imp:1s; -raffolait raffoler ver 3.16 3.85 0.19 1.62 ind:imp:3s; -raffolant raffoler ver 3.16 3.85 0.01 0.00 par:pre; -raffole raffoler ver 3.16 3.85 1.65 0.74 imp:pre:2s;ind:pre:1s;ind:pre:3s; -raffolent raffoler ver 3.16 3.85 0.94 0.68 ind:pre:3p; -raffoler raffoler ver 3.16 3.85 0.05 0.27 inf; -raffoleront raffoler ver 3.16 3.85 0.01 0.07 ind:fut:3p; -raffoles raffoler ver 3.16 3.85 0.23 0.07 ind:pre:2s; -raffolez raffoler ver 3.16 3.85 0.04 0.00 ind:pre:2p; -raffoliez raffoler ver 3.16 3.85 0.00 0.07 ind:imp:2p; -raffolé raffoler ver m s 3.16 3.85 0.02 0.00 par:pas; -raffut raffut nom m s 1.56 1.69 1.56 1.49 -raffuts raffut nom m p 1.56 1.69 0.01 0.20 -rafiau rafiau nom m s 0.00 0.07 0.00 0.07 -rafiot rafiot nom m s 1.08 1.42 0.91 1.22 -rafiots rafiot nom m p 1.08 1.42 0.17 0.20 -rafistola rafistoler ver 0.61 3.31 0.00 0.20 ind:pas:3s; -rafistolage rafistolage nom m s 0.05 0.27 0.04 0.14 -rafistolages rafistolage nom m p 0.05 0.27 0.01 0.14 -rafistolaient rafistoler ver 0.61 3.31 0.00 0.27 ind:imp:3p; -rafistolais rafistoler ver 0.61 3.31 0.01 0.07 ind:imp:1s; -rafistolait rafistoler ver 0.61 3.31 0.01 0.27 ind:imp:3s; -rafistole rafistoler ver 0.61 3.31 0.19 0.27 imp:pre:2s;ind:pre:1s;ind:pre:3s; -rafistoler rafistoler ver 0.61 3.31 0.12 0.34 inf; -rafistolez rafistoler ver 0.61 3.31 0.05 0.00 imp:pre:2p;ind:pre:2p; -rafistolé rafistoler ver m s 0.61 3.31 0.13 0.74 par:pas; -rafistolée rafistoler ver f s 0.61 3.31 0.04 0.54 par:pas; -rafistolées rafistoler ver f p 0.61 3.31 0.04 0.20 par:pas; -rafistolés rafistoler ver m p 0.61 3.31 0.01 0.41 par:pas; -rafla rafler ver 3.56 5.20 0.01 0.41 ind:pas:3s; -raflais rafler ver 3.56 5.20 0.01 0.14 ind:imp:1s; -raflait rafler ver 3.56 5.20 0.05 0.27 ind:imp:3s; -raflant rafler ver 3.56 5.20 0.01 0.20 par:pre; -rafle rafle nom f s 1.23 3.11 0.78 1.96 -raflent rafler ver 3.56 5.20 0.41 0.07 ind:pre:3p; -rafler rafler ver 3.56 5.20 0.81 1.42 inf; -raflera rafler ver 3.56 5.20 0.06 0.07 ind:fut:3s; -raflerai rafler ver 3.56 5.20 0.02 0.00 ind:fut:1s; -raflerait rafler ver 3.56 5.20 0.02 0.07 cnd:pre:3s; -rafles rafle nom f p 1.23 3.11 0.46 1.15 -raflez rafler ver 3.56 5.20 0.04 0.00 imp:pre:2p;ind:pre:2p; -raflé rafler ver m s 3.56 5.20 1.09 1.49 par:pas; -raflée rafler ver f s 3.56 5.20 0.16 0.07 par:pas; -raflées rafler ver f p 3.56 5.20 0.03 0.14 par:pas; -raflés rafler ver m p 3.56 5.20 0.00 0.27 par:pas; -rafraîchi rafraîchir ver m s 8.94 10.41 0.44 1.01 par:pas; -rafraîchie rafraîchir ver f s 8.94 10.41 0.04 0.47 par:pas; -rafraîchies rafraîchir ver f p 8.94 10.41 0.00 0.27 par:pas; -rafraîchir rafraîchir ver 8.94 10.41 4.61 4.19 inf; -rafraîchira rafraîchir ver 8.94 10.41 0.25 0.14 ind:fut:3s; -rafraîchirais rafraîchir ver 8.94 10.41 0.01 0.00 cnd:pre:1s; -rafraîchirait rafraîchir ver 8.94 10.41 0.06 0.07 cnd:pre:3s; -rafraîchirent rafraîchir ver 8.94 10.41 0.00 0.07 ind:pas:3p; -rafraîchiront rafraîchir ver 8.94 10.41 0.04 0.00 ind:fut:3p; -rafraîchis rafraîchir ver m p 8.94 10.41 0.90 0.68 imp:pre:2s;ind:pre:1s;ind:pre:2s;par:pas; -rafraîchissaient rafraîchir ver 8.94 10.41 0.00 0.34 ind:imp:3p; -rafraîchissais rafraîchir ver 8.94 10.41 0.14 0.14 ind:imp:1s;ind:imp:2s; -rafraîchissait rafraîchir ver 8.94 10.41 0.02 1.08 ind:imp:3s; -rafraîchissant rafraîchissant adj m s 0.72 2.16 0.50 1.08 -rafraîchissante rafraîchissant adj f s 0.72 2.16 0.16 0.47 -rafraîchissantes rafraîchissant adj f p 0.72 2.16 0.03 0.34 -rafraîchissants rafraîchissant adj m p 0.72 2.16 0.02 0.27 -rafraîchisse rafraîchir ver 8.94 10.41 0.49 0.14 sub:pre:1s;sub:pre:3s; -rafraîchissement rafraîchissement nom m s 2.48 1.62 1.39 0.54 -rafraîchissements rafraîchissement nom m p 2.48 1.62 1.09 1.08 -rafraîchissent rafraîchir ver 8.94 10.41 0.01 0.14 ind:pre:3p; -rafraîchisseur rafraîchisseur nom m s 0.00 0.07 0.00 0.07 -rafraîchissez rafraîchir ver 8.94 10.41 0.19 0.00 imp:pre:2p;ind:pre:2p; -rafraîchissoir rafraîchissoir nom m s 0.00 1.28 0.00 1.01 -rafraîchissoirs rafraîchissoir nom m p 0.00 1.28 0.00 0.27 -rafraîchissons rafraîchir ver 8.94 10.41 0.12 0.00 imp:pre:1p; -rafraîchit rafraîchir ver 8.94 10.41 1.50 1.35 ind:pre:3s;ind:pas:3s; -raft raft nom m s 0.10 0.07 0.10 0.07 -rafting rafting nom m s 0.22 0.00 0.22 0.00 -rag rag nom m s 0.01 0.00 0.01 0.00 -raga raga nom m s 0.10 0.00 0.10 0.00 -ragaillardi ragaillardir ver m s 0.06 2.57 0.01 1.35 par:pas; -ragaillardie ragaillardir ver f s 0.06 2.57 0.00 0.27 par:pas; -ragaillardir ragaillardir ver 0.06 2.57 0.02 0.07 inf; -ragaillardira ragaillardir ver 0.06 2.57 0.00 0.07 ind:fut:3s; -ragaillardirait ragaillardir ver 0.06 2.57 0.00 0.07 cnd:pre:3s; -ragaillardis ragaillardir ver m p 0.06 2.57 0.02 0.20 ind:pas:2s;par:pas; -ragaillardissaient ragaillardir ver 0.06 2.57 0.00 0.07 ind:imp:3p; -ragaillardisse ragaillardir ver 0.06 2.57 0.00 0.07 sub:pre:1s; -ragaillardit ragaillardir ver 0.06 2.57 0.00 0.41 ind:pre:3s;ind:pas:3s; -rage rage nom f s 15.97 45.34 15.54 44.12 -ragea rager ver 0.71 2.64 0.00 0.81 ind:pas:3s; -rageaient rager ver 0.71 2.64 0.00 0.14 ind:imp:3p; -rageais rager ver 0.71 2.64 0.01 0.20 ind:imp:1s; -rageait rager ver 0.71 2.64 0.02 0.54 ind:imp:3s; -rageant rageant adj m s 0.25 0.20 0.25 0.20 -ragent rager ver 0.71 2.64 0.02 0.00 ind:pre:3p; -rager rager ver 0.71 2.64 0.09 0.27 inf; -rages rage nom f p 15.97 45.34 0.44 1.22 -rageur rageur adj m s 0.07 9.26 0.05 4.46 -rageurs rageur adj m p 0.07 9.26 0.01 1.62 -rageuse rageur adj f s 0.07 9.26 0.01 2.57 -rageusement rageusement adv 0.03 5.61 0.03 5.61 -rageuses rageur adj f p 0.07 9.26 0.00 0.61 -ragez rager ver 0.71 2.64 0.02 0.00 imp:pre:2p;ind:pre:2p; -raglan raglan nom m s 0.00 0.54 0.00 0.47 -raglans raglan nom m p 0.00 0.54 0.00 0.07 -ragnagnas ragnagnas nom m p 0.21 0.07 0.21 0.07 -ragoût ragoût nom m s 3.44 4.46 3.37 3.65 -ragoûtant ragoûtant adj m s 0.08 1.22 0.04 0.61 -ragoûtante ragoûtant adj f s 0.08 1.22 0.01 0.14 -ragoûtantes ragoûtant adj f p 0.08 1.22 0.01 0.20 -ragoûtants ragoûtant adj m p 0.08 1.22 0.01 0.27 -ragoûts ragoût nom m p 3.44 4.46 0.07 0.81 -ragondins ragondin nom m p 0.28 0.14 0.28 0.14 -ragot ragot nom m s 5.67 4.32 0.07 0.54 -ragota ragoter ver 0.04 0.27 0.00 0.07 ind:pas:3s; -ragotait ragoter ver 0.04 0.27 0.00 0.07 ind:imp:3s; -ragote ragoter ver 0.04 0.27 0.01 0.00 ind:pre:3s; -ragoter ragoter ver 0.04 0.27 0.03 0.14 inf; -ragots ragot nom m p 5.67 4.32 5.60 3.78 -ragougnasse ragougnasse nom f s 0.23 0.14 0.23 0.07 -ragougnasses ragougnasse nom f p 0.23 0.14 0.00 0.07 -ragrafait ragrafer ver 0.00 0.20 0.00 0.07 ind:imp:3s; -ragrafant ragrafer ver 0.00 0.20 0.00 0.07 par:pre; -ragrafe ragrafer ver 0.00 0.20 0.00 0.07 ind:pre:1s; -ragtime ragtime nom m s 0.13 0.00 0.13 0.00 -rahat_lokoum rahat_lokoum nom m s 0.00 0.47 0.00 0.41 -rahat_lokoum rahat_lokoum nom m p 0.00 0.47 0.00 0.07 -rahat_loukoum rahat_loukoum nom m p 0.00 0.07 0.00 0.07 -rai rai nom m s 2.50 5.41 1.57 3.31 -raid raid nom m s 3.98 2.84 2.82 1.62 -raide raide adj s 7.76 39.39 6.61 24.53 -raidement raidement adv 0.00 0.14 0.00 0.14 -raider raider nom m s 1.57 0.41 0.90 0.00 -raiders raider nom m p 1.57 0.41 0.67 0.41 -raides raide adj p 7.76 39.39 1.15 14.86 -raideur raideur nom f s 0.62 7.03 0.62 7.03 -raidi raidir ver m s 0.57 19.59 0.03 3.04 par:pas; -raidie raidir ver f s 0.57 19.59 0.00 2.09 par:pas; -raidies raidir ver f p 0.57 19.59 0.01 1.49 par:pas; -raidillon raidillon nom m s 0.00 4.12 0.00 3.31 -raidillons raidillon nom m p 0.00 4.12 0.00 0.81 -raidir raidir ver 0.57 19.59 0.17 1.55 inf; -raidirent raidir ver 0.57 19.59 0.00 0.20 ind:pas:3p; -raidis raidir ver m p 0.57 19.59 0.03 2.23 imp:pre:2s;ind:pre:1s;ind:pre:2s;par:pas; -raidissaient raidir ver 0.57 19.59 0.00 0.27 ind:imp:3p; -raidissais raidir ver 0.57 19.59 0.00 0.20 ind:imp:1s; -raidissait raidir ver 0.57 19.59 0.00 1.49 ind:imp:3s; -raidissant raidir ver 0.57 19.59 0.00 0.68 par:pre; -raidisse raidir ver 0.57 19.59 0.01 0.34 sub:pre:1s;sub:pre:3s; -raidissement raidissement nom m s 0.00 0.61 0.00 0.47 -raidissements raidissement nom m p 0.00 0.61 0.00 0.14 -raidissent raidir ver 0.57 19.59 0.04 0.41 ind:pre:3p; -raidissez raidir ver 0.57 19.59 0.02 0.07 imp:pre:2p;ind:pre:2p; -raidit raidir ver 0.57 19.59 0.27 5.54 ind:pre:3s;ind:pas:3s; -raids raid nom m p 3.98 2.84 1.16 1.22 -raie raie nom f s 2.49 11.01 1.71 7.50 -raient rayer ver 7.42 11.22 0.00 0.27 ind:pre:3p; -raies raie nom f p 2.49 11.01 0.78 3.51 -raifort raifort nom m s 0.21 0.27 0.21 0.27 -rail rail nom m s 9.31 16.22 1.70 2.50 -railla railler ver 2.77 3.31 0.00 0.61 ind:pas:3s; -raillaient railler ver 2.77 3.31 0.00 0.27 ind:imp:3p; -raillait railler ver 2.77 3.31 0.03 0.20 ind:imp:3s; -raillant railler ver 2.77 3.31 0.34 0.07 par:pre; -raille railler ver 2.77 3.31 0.38 0.20 imp:pre:2s;ind:pre:1s;ind:pre:3s; -railler railler ver 2.77 3.31 0.70 0.88 inf; -raillera railler ver 2.77 3.31 0.01 0.00 ind:fut:3s; -raillerai railler ver 2.77 3.31 0.01 0.00 ind:fut:1s; -raillerie raillerie nom f s 0.90 3.04 0.54 1.15 -railleries raillerie nom f p 0.90 3.04 0.36 1.89 -railleur railleur nom m s 0.17 0.14 0.16 0.07 -railleurs railleur nom m p 0.17 0.14 0.01 0.07 -railleuse railleur adj f s 0.04 1.89 0.01 0.54 -railleuses railleur adj f p 0.04 1.89 0.00 0.07 -raillez railler ver 2.77 3.31 0.47 0.20 imp:pre:2p;ind:pre:2p; -raillèrent railler ver 2.77 3.31 0.00 0.14 ind:pas:3p; -raillé railler ver m s 2.77 3.31 0.81 0.61 par:pas; -raillée railler ver f s 2.77 3.31 0.02 0.00 par:pas; -raillés railler ver m p 2.77 3.31 0.00 0.14 par:pas; -rails rail nom m p 9.31 16.22 7.61 13.72 -railway railway nom m s 0.00 0.07 0.00 0.07 -rain rain nom m s 1.03 0.00 1.03 0.00 -raine rainer ver 0.82 0.27 0.00 0.14 ind:pre:3s; -rainer rainer ver 0.82 0.27 0.00 0.07 inf; -raines rainer ver 0.82 0.27 0.82 0.07 ind:pre:2s; -rainette rainette nom f s 0.04 0.88 0.04 0.41 -rainettes rainette nom f p 0.04 0.88 0.00 0.47 -raineuse raineuse nom f s 0.00 0.07 0.00 0.07 -rainure rainure nom f s 0.43 3.51 0.20 1.42 -rainurer rainurer ver 0.01 0.20 0.00 0.07 inf; -rainures rainure nom f p 0.43 3.51 0.23 2.09 -rainuré rainurer ver m s 0.01 0.20 0.01 0.00 par:pas; -rainurés rainurer ver m p 0.01 0.20 0.00 0.14 par:pas; -raiponce raiponce nom f s 0.03 0.00 0.03 0.00 -raire raire ver 0.31 2.09 0.01 0.07 inf; -rais rai nom m p 2.50 5.41 0.93 2.09 -raisin raisin nom m s 9.40 9.53 5.88 4.86 -raisinets raisinet nom m p 0.02 0.00 0.02 0.00 -raisins raisin nom m p 9.40 9.53 3.52 4.66 -raisiné raisiné nom m s 0.01 1.35 0.01 1.35 -raison raison nom f s 467.94 308.78 424.28 247.50 -raisonna raisonner ver 8.72 10.27 0.00 0.47 ind:pas:3s; -raisonnable raisonnable adj s 28.25 23.51 25.04 19.39 -raisonnablement raisonnablement adv 1.03 2.36 1.03 2.36 -raisonnables raisonnable adj p 28.25 23.51 3.21 4.12 -raisonnai raisonner ver 8.72 10.27 0.00 0.07 ind:pas:1s; -raisonnaient raisonner ver 8.72 10.27 0.00 0.14 ind:imp:3p; -raisonnais raisonner ver 8.72 10.27 0.07 0.47 ind:imp:1s; -raisonnait raisonner ver 8.72 10.27 0.01 0.81 ind:imp:3s; -raisonnant raisonner ver 8.72 10.27 0.16 0.20 par:pre; -raisonnante raisonnant adj f s 0.00 0.07 0.00 0.07 -raisonnassent raisonner ver 8.72 10.27 0.00 0.07 sub:imp:3p; -raisonne raisonner ver 8.72 10.27 1.50 1.49 imp:pre:2s;ind:pre:1s;ind:pre:3s; -raisonnement raisonnement nom m s 4.16 11.35 3.69 7.91 -raisonnements raisonnement nom m p 4.16 11.35 0.47 3.45 -raisonnent raisonner ver 8.72 10.27 0.31 0.20 ind:pre:3p; -raisonner raisonner ver 8.72 10.27 4.66 5.27 inf; -raisonnes raisonner ver 8.72 10.27 0.35 0.27 ind:pre:2s; -raisonneur raisonneur nom m s 0.17 0.34 0.17 0.07 -raisonneurs raisonneur nom m p 0.17 0.34 0.00 0.20 -raisonneuse raisonneur adj f s 0.00 0.54 0.00 0.14 -raisonnez raisonner ver 8.72 10.27 0.77 0.14 imp:pre:2p;ind:pre:2p; -raisonniez raisonner ver 8.72 10.27 0.00 0.14 ind:imp:2p; -raisonnons raisonner ver 8.72 10.27 0.47 0.20 imp:pre:1p;ind:pre:1p; -raisonné raisonné adj m s 0.51 0.68 0.50 0.27 -raisonnée raisonner ver f s 8.72 10.27 0.02 0.14 par:pas; -raisons raison nom f p 467.94 308.78 43.67 61.28 -rait raire ver m s 0.31 2.09 0.29 2.03 ind:pre:3s;par:pas; -raites raire ver f p 0.31 2.09 0.01 0.00 par:pas; -raja raja nom m s 0.03 0.00 0.03 0.00 -rajah rajah nom m s 0.06 0.20 0.04 0.07 -rajahs rajah nom m p 0.06 0.20 0.01 0.14 -rajeuni rajeunir ver m s 5.20 7.91 1.10 2.16 par:pas; -rajeunie rajeunir ver f s 5.20 7.91 0.20 0.88 par:pas; -rajeunies rajeunir ver f p 5.20 7.91 0.00 0.07 par:pas; -rajeunir rajeunir ver 5.20 7.91 1.26 0.88 inf; -rajeunira rajeunir ver 5.20 7.91 0.03 0.00 ind:fut:3s; -rajeunirai rajeunir ver 5.20 7.91 0.01 0.00 ind:fut:1s; -rajeunirait rajeunir ver 5.20 7.91 0.02 0.07 cnd:pre:3s; -rajeunirez rajeunir ver 5.20 7.91 0.01 0.07 ind:fut:2p; -rajeunis rajeunir ver m p 5.20 7.91 1.11 0.61 imp:pre:2s;ind:pre:1s;ind:pre:2s;par:pas; -rajeunissaient rajeunir ver 5.20 7.91 0.00 0.14 ind:imp:3p; -rajeunissais rajeunir ver 5.20 7.91 0.01 0.07 ind:imp:1s; -rajeunissait rajeunir ver 5.20 7.91 0.04 1.22 ind:imp:3s; -rajeunissant rajeunissant adj m s 0.04 0.00 0.02 0.00 -rajeunissante rajeunissant adj f s 0.04 0.00 0.02 0.00 -rajeunisse rajeunir ver 5.20 7.91 0.00 0.07 sub:pre:3s; -rajeunissement rajeunissement nom m s 0.26 0.68 0.26 0.68 -rajeunissent rajeunir ver 5.20 7.91 0.03 0.14 ind:pre:3p; -rajeunisseurs rajeunisseur nom m p 0.00 0.07 0.00 0.07 -rajeunissez rajeunir ver 5.20 7.91 0.17 0.00 ind:pre:2p; -rajeunissons rajeunir ver 5.20 7.91 0.00 0.07 ind:pre:1p; -rajeunit rajeunir ver 5.20 7.91 1.20 1.49 ind:pre:3s;ind:pas:3s; -rajout rajout nom m s 0.27 0.20 0.23 0.07 -rajouta rajouter ver 13.09 9.32 0.01 0.54 ind:pas:3s; -rajoutaient rajouter ver 13.09 9.32 0.12 0.14 ind:imp:3p; -rajoutais rajouter ver 13.09 9.32 0.01 0.41 ind:imp:1s;ind:imp:2s; -rajoutait rajouter ver 13.09 9.32 0.05 1.01 ind:imp:3s; -rajoutant rajouter ver 13.09 9.32 0.16 0.20 par:pre; -rajoute rajouter ver 13.09 9.32 4.11 2.36 imp:pre:2s;ind:pre:1s;ind:pre:3s; -rajoutent rajouter ver 13.09 9.32 0.19 0.14 ind:pre:3p; -rajouter rajouter ver 13.09 9.32 3.73 2.30 inf; -rajoutera rajouter ver 13.09 9.32 0.15 0.00 ind:fut:3s; -rajouterais rajouter ver 13.09 9.32 0.15 0.07 cnd:pre:1s; -rajouterait rajouter ver 13.09 9.32 0.01 0.07 cnd:pre:3s; -rajouteras rajouter ver 13.09 9.32 0.10 0.07 ind:fut:2s; -rajouterez rajouter ver 13.09 9.32 0.00 0.07 ind:fut:2p; -rajoutes rajouter ver 13.09 9.32 1.04 0.07 ind:pre:2s; -rajoutez rajouter ver 13.09 9.32 0.75 0.20 imp:pre:2p;ind:pre:2p; -rajoutons rajouter ver 13.09 9.32 0.07 0.00 imp:pre:1p; -rajouts rajout nom m p 0.27 0.20 0.04 0.14 -rajouté rajouter ver m s 13.09 9.32 2.13 1.35 par:pas; -rajoutée rajouter ver f s 13.09 9.32 0.12 0.07 par:pas; -rajoutées rajouter ver f p 13.09 9.32 0.01 0.20 par:pas; -rajoutés rajouter ver m p 13.09 9.32 0.15 0.07 par:pas; -rajusta rajuster ver 0.41 6.08 0.00 0.95 ind:pas:3s; -rajustaient rajuster ver 0.41 6.08 0.00 0.20 ind:imp:3p; -rajustais rajuster ver 0.41 6.08 0.00 0.07 ind:imp:1s; -rajustait rajuster ver 0.41 6.08 0.00 0.47 ind:imp:3s; -rajustant rajuster ver 0.41 6.08 0.10 1.15 par:pre; -rajuste rajuster ver 0.41 6.08 0.02 1.28 imp:pre:2s;ind:pre:1s;ind:pre:3s; -rajustement rajustement nom m s 0.00 0.20 0.00 0.20 -rajustent rajuster ver 0.41 6.08 0.27 0.14 ind:pre:3p; -rajuster rajuster ver 0.41 6.08 0.02 1.01 inf; -rajusteront rajuster ver 0.41 6.08 0.00 0.07 ind:fut:3p; -rajusté rajuster ver m s 0.41 6.08 0.00 0.54 par:pas; -rajustée rajuster ver f s 0.41 6.08 0.00 0.07 par:pas; -rajustées rajuster ver f p 0.41 6.08 0.00 0.14 par:pas; -raki raki nom m s 0.28 1.15 0.28 1.15 -ralbol ralbol nom m s 0.00 0.20 0.00 0.20 -ralentît ralentir ver 17.42 30.95 0.00 0.07 sub:imp:3s; -ralenti ralenti nom m s 9.20 10.61 3.08 10.20 -ralentie ralentir ver f s 17.42 30.95 0.22 1.49 par:pas; -ralenties ralentir ver f p 17.42 30.95 0.17 0.07 par:pas; -ralentir ralentir ver 17.42 30.95 5.25 5.20 inf; -ralentira ralentir ver 17.42 30.95 0.31 0.20 ind:fut:3s; -ralentirai ralentir ver 17.42 30.95 0.24 0.00 ind:fut:1s; -ralentiraient ralentir ver 17.42 30.95 0.03 0.00 cnd:pre:3p; -ralentirais ralentir ver 17.42 30.95 0.04 0.00 cnd:pre:1s;cnd:pre:2s; -ralentirait ralentir ver 17.42 30.95 0.30 0.20 cnd:pre:3s; -ralentirent ralentir ver 17.42 30.95 0.02 0.61 ind:pas:3p; -ralentirez ralentir ver 17.42 30.95 0.02 0.07 ind:fut:2p; -ralentiriez ralentir ver 17.42 30.95 0.01 0.00 cnd:pre:2p; -ralentiront ralentir ver 17.42 30.95 0.07 0.00 ind:fut:3p; -ralentis ralenti nom m p 9.20 10.61 6.12 0.41 -ralentissaient ralentir ver 17.42 30.95 0.04 1.22 ind:imp:3p; -ralentissais ralentir ver 17.42 30.95 0.17 0.34 ind:imp:1s;ind:imp:2s; -ralentissait ralentir ver 17.42 30.95 0.20 2.23 ind:imp:3s; -ralentissant ralentir ver 17.42 30.95 0.04 1.82 par:pre; -ralentisse ralentir ver 17.42 30.95 0.29 0.34 sub:pre:1s;sub:pre:3s; -ralentissement ralentissement nom m s 0.38 1.89 0.34 1.55 -ralentissements ralentissement nom m p 0.38 1.89 0.03 0.34 -ralentissent ralentir ver 17.42 30.95 0.83 0.68 ind:pre:3p; -ralentisseur ralentisseur nom m s 0.09 0.00 0.04 0.00 -ralentisseurs ralentisseur nom m p 0.09 0.00 0.04 0.00 -ralentissez ralentir ver 17.42 30.95 1.94 0.14 imp:pre:2p;ind:pre:2p; -ralentissiez ralentir ver 17.42 30.95 0.04 0.00 ind:imp:2p; -ralentissions ralentir ver 17.42 30.95 0.02 0.00 ind:imp:1p; -ralentissons ralentir ver 17.42 30.95 0.27 0.07 imp:pre:1p;ind:pre:1p; -ralentit ralentir ver 17.42 30.95 3.23 10.68 ind:pre:3s;ind:pas:3s; -ralingue ralingue nom f s 0.00 0.14 0.00 0.07 -ralingues ralingue nom f p 0.00 0.14 0.00 0.07 -raller raller ver 0.01 0.27 0.01 0.07 inf; -rallia rallier ver 2.35 13.78 0.10 0.41 ind:pas:3s; -ralliai rallier ver 2.35 13.78 0.00 0.20 ind:pas:1s; -ralliaient rallier ver 2.35 13.78 0.00 0.41 ind:imp:3p; -ralliais rallier ver 2.35 13.78 0.00 0.20 ind:imp:1s; -ralliait rallier ver 2.35 13.78 0.03 1.01 ind:imp:3s; -ralliant rallier ver 2.35 13.78 0.11 0.34 par:pre; -ralliassent rallier ver 2.35 13.78 0.00 0.07 sub:imp:3p; -rallie rallier ver 2.35 13.78 0.37 0.54 ind:pre:1s;ind:pre:3s; -ralliement ralliement nom m s 1.16 8.18 1.16 7.50 -ralliements ralliement nom m p 1.16 8.18 0.00 0.68 -rallient rallier ver 2.35 13.78 0.07 0.74 ind:pre:3p; -rallier rallier ver 2.35 13.78 0.89 4.86 inf; -ralliera rallier ver 2.35 13.78 0.06 0.14 ind:fut:3s; -rallierai rallier ver 2.35 13.78 0.02 0.00 ind:fut:1s; -rallieraient rallier ver 2.35 13.78 0.01 0.20 cnd:pre:3p; -rallierait rallier ver 2.35 13.78 0.02 0.07 cnd:pre:3s; -rallieriez rallier ver 2.35 13.78 0.00 0.07 cnd:pre:2p; -rallierons rallier ver 2.35 13.78 0.04 0.00 ind:fut:1p; -rallieront rallier ver 2.35 13.78 0.01 0.07 ind:fut:3p; -rallies rallier ver 2.35 13.78 0.03 0.07 ind:pre:2s; -ralliez rallier ver 2.35 13.78 0.08 0.07 imp:pre:2p;ind:pre:2p; -rallions raller ver 0.01 0.27 0.00 0.20 ind:imp:1p; -rallièrent rallier ver 2.35 13.78 0.01 0.14 ind:pas:3p; -rallié rallier ver m s 2.35 13.78 0.17 2.50 par:pas; -ralliée rallier ver f s 2.35 13.78 0.14 0.27 par:pas; -ralliées rallier ver f p 2.35 13.78 0.14 0.20 par:pas; -ralliés rallié adj m p 0.11 0.81 0.10 0.54 -rallonge rallonge nom f s 0.91 2.09 0.72 1.22 -rallongea rallonger ver 1.45 1.35 0.00 0.14 ind:pas:3s; -rallongeaient rallonger ver 1.45 1.35 0.10 0.00 ind:imp:3p; -rallongeait rallonger ver 1.45 1.35 0.01 0.14 ind:imp:3s; -rallongement rallongement nom m s 0.01 0.00 0.01 0.00 -rallongent rallonger ver 1.45 1.35 0.03 0.14 ind:pre:3p; -rallonger rallonger ver 1.45 1.35 0.56 0.27 inf; -rallongerait rallonger ver 1.45 1.35 0.01 0.00 cnd:pre:3s; -rallonges rallonge nom f p 0.91 2.09 0.20 0.88 -rallongez rallonger ver 1.45 1.35 0.17 0.00 imp:pre:2p; -rallongé rallonger ver m s 1.45 1.35 0.07 0.27 par:pas; -rallongée rallonger ver f s 1.45 1.35 0.01 0.20 par:pas; -rallège ralléger ver 0.00 0.27 0.00 0.07 ind:pre:3s; -ralléger ralléger ver 0.00 0.27 0.00 0.14 inf; -rallégé ralléger ver m s 0.00 0.27 0.00 0.07 par:pas; -ralluma rallumer ver 4.85 8.99 0.00 2.03 ind:pas:3s; -rallumage rallumage nom m s 0.01 0.07 0.01 0.07 -rallumai rallumer ver 4.85 8.99 0.00 0.07 ind:pas:1s; -rallumaient rallumer ver 4.85 8.99 0.11 0.20 ind:imp:3p; -rallumais rallumer ver 4.85 8.99 0.00 0.07 ind:imp:1s; -rallumait rallumer ver 4.85 8.99 0.01 0.88 ind:imp:3s; -rallumant rallumer ver 4.85 8.99 0.01 0.54 par:pre; -rallume rallumer ver 4.85 8.99 1.88 1.22 imp:pre:2s;ind:pre:1s;ind:pre:3s; -rallument rallumer ver 4.85 8.99 0.12 0.20 ind:pre:3p; -rallumer rallumer ver 4.85 8.99 1.50 2.36 inf; -rallumerai rallumer ver 4.85 8.99 0.01 0.00 ind:fut:1s; -rallumeront rallumer ver 4.85 8.99 0.02 0.00 ind:fut:3p; -rallumes rallumer ver 4.85 8.99 0.17 0.00 ind:pre:2s; -rallumez rallumer ver 4.85 8.99 0.42 0.00 imp:pre:2p;ind:pre:2p; -rallumons rallumer ver 4.85 8.99 0.20 0.07 imp:pre:1p;ind:pre:1p; -rallumèrent rallumer ver 4.85 8.99 0.00 0.14 ind:pas:3p; -rallumé rallumer ver m s 4.85 8.99 0.22 0.74 par:pas; -rallumée rallumer ver f s 4.85 8.99 0.12 0.27 par:pas; -rallumées rallumer ver f p 4.85 8.99 0.04 0.07 par:pas; -rallumés rallumer ver m p 4.85 8.99 0.01 0.14 par:pas; -rallye rallye nom m s 1.74 0.54 1.68 0.41 -rallyes rallye nom m p 1.74 0.54 0.06 0.14 -ram ram nom m s 0.11 0.07 0.11 0.07 -rama ramer ver 5.37 6.42 0.03 0.27 ind:pas:3s; -ramadan ramadan nom m s 1.07 0.95 1.07 0.95 -ramage ramage nom m s 0.16 2.57 0.16 0.61 -ramageait ramager ver 0.00 0.14 0.00 0.07 ind:imp:3s; -ramager ramager ver 0.00 0.14 0.00 0.07 inf; -ramages ramage nom m p 0.16 2.57 0.00 1.96 -ramai ramer ver 5.37 6.42 0.00 0.07 ind:pas:1s; -ramaient ramer ver 5.37 6.42 0.01 0.27 ind:imp:3p; -ramais ramer ver 5.37 6.42 0.04 0.27 ind:imp:1s; -ramait ramer ver 5.37 6.42 0.03 0.81 ind:imp:3s; -ramant ramer ver 5.37 6.42 0.02 0.41 par:pre; -ramarraient ramarrer ver 0.00 0.14 0.00 0.07 ind:imp:3p; -ramarrer ramarrer ver 0.00 0.14 0.00 0.07 inf; -ramas ramer ver 5.37 6.42 0.10 0.00 ind:pas:2s; -ramassa ramasser ver 43.76 74.80 0.26 11.82 ind:pas:3s; -ramassage ramassage nom m s 0.91 1.35 0.90 1.35 -ramassages ramassage nom m p 0.91 1.35 0.01 0.00 -ramassai ramasser ver 43.76 74.80 0.01 0.88 ind:pas:1s; -ramassaient ramasser ver 43.76 74.80 0.18 1.55 ind:imp:3p; -ramassais ramasser ver 43.76 74.80 0.81 1.08 ind:imp:1s;ind:imp:2s; -ramassait ramasser ver 43.76 74.80 0.66 4.93 ind:imp:3s; -ramassant ramasser ver 43.76 74.80 0.30 3.92 par:pre; -ramasse_miettes ramasse_miettes nom m 0.02 0.27 0.02 0.27 -ramasse_poussière ramasse_poussière nom m 0.02 0.00 0.02 0.00 -ramasse ramasser ver 43.76 74.80 13.87 10.68 imp:pre:2s;ind:pre:1s;ind:pre:3s; -ramassent ramasser ver 43.76 74.80 0.86 1.76 ind:pre:3p; -ramasser ramasser ver 43.76 74.80 13.15 17.91 inf; -ramassera ramasser ver 43.76 74.80 0.25 0.27 ind:fut:3s; -ramasserai ramasser ver 43.76 74.80 0.14 0.00 ind:fut:1s; -ramasseraient ramasser ver 43.76 74.80 0.00 0.14 cnd:pre:3p; -ramasserais ramasser ver 43.76 74.80 0.06 0.07 cnd:pre:1s;cnd:pre:2s; -ramasserait ramasser ver 43.76 74.80 0.04 0.41 cnd:pre:3s; -ramasseras ramasser ver 43.76 74.80 0.04 0.07 ind:fut:2s; -ramasseront ramasser ver 43.76 74.80 0.07 0.20 ind:fut:3p; -ramasses ramasser ver 43.76 74.80 1.61 0.20 ind:pre:2s; -ramasseur ramasseur nom m s 0.73 2.70 0.56 1.15 -ramasseurs ramasseur nom m p 0.73 2.70 0.17 1.42 -ramasseuse ramasseur nom f s 0.73 2.70 0.00 0.14 -ramassez ramasser ver 43.76 74.80 3.37 0.68 imp:pre:2p;ind:pre:2p; -ramassiez ramasser ver 43.76 74.80 0.05 0.00 ind:imp:2p; -ramassions ramasser ver 43.76 74.80 0.00 0.20 ind:imp:1p; -ramassis ramassis nom m 1.50 1.62 1.50 1.62 -ramassons ramasser ver 43.76 74.80 0.30 0.14 imp:pre:1p;ind:pre:1p; -ramassât ramasser ver 43.76 74.80 0.00 0.07 sub:imp:3s; -ramassèrent ramasser ver 43.76 74.80 0.01 1.35 ind:pas:3p; -ramassé ramasser ver m s 43.76 74.80 5.62 10.34 par:pas; -ramassée ramasser ver f s 43.76 74.80 1.07 2.91 par:pas; -ramassées ramasser ver f p 43.76 74.80 0.42 0.68 par:pas; -ramassés ramasser ver m p 43.76 74.80 0.59 2.57 par:pas; -rambarde rambarde nom f s 0.45 3.04 0.45 2.64 -rambardes rambarde nom f p 0.45 3.04 0.00 0.41 -rambin rambin nom m s 0.00 0.34 0.00 0.34 -rambinait rambiner ver 0.00 0.88 0.00 0.07 ind:imp:3s; -rambine rambiner ver 0.00 0.88 0.00 0.27 ind:pre:3s; -rambinent rambiner ver 0.00 0.88 0.00 0.07 ind:pre:3p; -rambiner rambiner ver 0.00 0.88 0.00 0.27 inf; -rambineur rambineur nom m s 0.00 0.07 0.00 0.07 -rambiné rambiner ver m s 0.00 0.88 0.00 0.20 par:pas; -rambla rambla nom f s 0.00 0.07 0.00 0.07 -rambot rambot nom m s 0.01 0.07 0.01 0.07 -rambour rambour nom m s 0.00 0.34 0.00 0.34 -ramdam ramdam nom m s 0.21 1.01 0.21 0.95 -ramdams ramdam nom m p 0.21 1.01 0.00 0.07 -rame rame nom f s 4.38 11.55 2.47 5.74 -rameau rameau nom m s 1.92 6.22 1.29 2.57 -rameaux rameau nom m p 1.92 6.22 0.63 3.65 -ramena ramener ver 172.70 109.26 0.70 9.86 ind:pas:3s; -ramenai ramener ver 172.70 109.26 0.00 0.61 ind:pas:1s; -ramenaient ramener ver 172.70 109.26 0.13 3.72 ind:imp:3p; -ramenais ramener ver 172.70 109.26 0.88 1.28 ind:imp:1s;ind:imp:2s; -ramenait ramener ver 172.70 109.26 1.76 12.57 ind:imp:3s; -ramenant ramener ver 172.70 109.26 0.66 4.59 par:pre; -ramenard ramenard adj m s 0.02 0.20 0.01 0.20 -ramenards ramenard adj m p 0.02 0.20 0.01 0.00 -ramendé ramender ver m s 0.01 0.00 0.01 0.00 par:pas; -ramener ramener ver 172.70 109.26 51.43 24.93 inf;;inf;;inf;;inf;; -ramenez ramener ver 172.70 109.26 13.02 1.08 imp:pre:2p;ind:pre:2p; -rameniez ramener ver 172.70 109.26 0.59 0.00 ind:imp:2p;sub:pre:2p; -ramenions ramener ver 172.70 109.26 0.05 0.20 ind:imp:1p; -ramenâmes ramener ver 172.70 109.26 0.15 0.20 ind:pas:1p; -ramenons ramener ver 172.70 109.26 1.60 0.27 imp:pre:1p;ind:pre:1p; -ramenât ramener ver 172.70 109.26 0.00 0.41 sub:imp:3s; -rament ramer ver 5.37 6.42 0.17 0.27 ind:pre:3p; -ramenèrent ramener ver 172.70 109.26 0.50 1.08 ind:pas:3p; -ramené ramener ver m s 172.70 109.26 23.84 13.31 par:pas; -ramenée ramener ver f s 172.70 109.26 5.25 4.93 par:pas; -ramenées ramener ver f p 172.70 109.26 0.50 1.01 par:pas; -ramenés ramener ver m p 172.70 109.26 1.27 3.78 par:pas; -ramer ramer ver 5.37 6.42 1.73 1.82 inf; -ramera ramer ver 5.37 6.42 0.00 0.07 ind:fut:3s; -rameras ramer ver 5.37 6.42 0.01 0.00 ind:fut:2s; -ramerons ramer ver 5.37 6.42 0.01 0.20 ind:fut:1p; -rameront ramer ver 5.37 6.42 0.01 0.00 ind:fut:3p; -rames rame nom f p 4.38 11.55 1.91 5.81 -ramette ramette nom f s 0.00 0.14 0.00 0.14 -rameur rameur nom m s 1.00 2.43 0.40 0.47 -rameurs rameur nom m p 1.00 2.43 0.60 1.96 -rameutais rameuter ver 0.72 2.43 0.01 0.07 ind:imp:1s; -rameutait rameuter ver 0.72 2.43 0.00 0.47 ind:imp:3s; -rameutant rameuter ver 0.72 2.43 0.00 0.07 par:pre; -rameute rameuter ver 0.72 2.43 0.23 0.27 imp:pre:2s;ind:pre:1s;ind:pre:3s; -rameutent rameuter ver 0.72 2.43 0.00 0.07 ind:pre:3p; -rameuter rameuter ver 0.72 2.43 0.32 0.68 inf; -rameutez rameuter ver 0.72 2.43 0.06 0.14 imp:pre:2p;ind:pre:2p; -rameutons rameuter ver 0.72 2.43 0.02 0.00 imp:pre:1p;ind:pre:1p; -rameuté rameuter ver m s 0.72 2.43 0.07 0.14 par:pas; -rameutées rameuter ver f p 0.72 2.43 0.00 0.20 par:pas; -rameutés rameuter ver m p 0.72 2.43 0.01 0.34 par:pas; -ramez ramer ver 5.37 6.42 1.17 0.00 imp:pre:2p;ind:pre:2p; -rami rami nom m s 0.48 0.20 0.47 0.14 -ramier ramier adj m s 0.01 0.27 0.01 0.00 -ramiers ramier nom m p 0.00 1.01 0.00 0.47 -ramies ramie nom f p 0.00 0.07 0.00 0.07 -ramifia ramifier ver 0.06 0.74 0.00 0.07 ind:pas:3s; -ramifiaient ramifier ver 0.06 0.74 0.00 0.07 ind:imp:3p; -ramifiait ramifier ver 0.06 0.74 0.00 0.07 ind:imp:3s; -ramifiant ramifiant adj m s 0.00 0.54 0.00 0.54 -ramification ramification nom f s 0.50 1.42 0.05 0.07 -ramifications ramification nom f p 0.50 1.42 0.45 1.35 -ramifie ramifier ver 0.06 0.74 0.04 0.00 ind:pre:3s; -ramifient ramifier ver 0.06 0.74 0.00 0.07 ind:pre:3p; -ramifier ramifier ver 0.06 0.74 0.00 0.07 inf; -ramifié ramifier ver m s 0.06 0.74 0.02 0.20 par:pas; -ramifiée ramifié adj f s 0.04 0.61 0.02 0.27 -ramifiées ramifié adj f p 0.04 0.61 0.01 0.20 -ramifiés ramifié adj m p 0.04 0.61 0.01 0.07 -ramille ramille nom f s 0.00 0.54 0.00 0.07 -ramilles ramille nom f p 0.00 0.54 0.00 0.47 -raminagrobis raminagrobis nom m 0.00 0.14 0.00 0.14 -ramions ramer ver 5.37 6.42 0.01 0.00 ind:imp:1p; -ramis rami nom m p 0.48 0.20 0.01 0.07 -ramolli ramollir ver m s 2.30 1.49 0.26 0.27 par:pas; -ramollie ramolli adj f s 0.44 1.08 0.05 0.27 -ramollies ramollir ver f p 2.30 1.49 0.04 0.07 par:pas; -ramollir ramollir ver 2.30 1.49 0.53 0.27 inf; -ramollirent ramollir ver 2.30 1.49 0.00 0.07 ind:pas:3p; -ramollis ramollir ver m p 2.30 1.49 0.49 0.14 imp:pre:2s;ind:pre:1s;ind:pre:2s;par:pas; -ramollissait ramollir ver 2.30 1.49 0.04 0.20 ind:imp:3s; -ramollisse ramollir ver 2.30 1.49 0.16 0.00 sub:pre:3s; -ramollissement ramollissement nom m s 0.12 0.20 0.12 0.20 -ramollissent ramollir ver 2.30 1.49 0.28 0.00 ind:pre:3p; -ramollit ramollir ver 2.30 1.49 0.47 0.41 ind:pre:3s;ind:pas:3s; -ramollo ramollo adj m s 0.32 0.27 0.23 0.20 -ramollos ramollo adj m p 0.32 0.27 0.09 0.07 -ramon ramon nom m s 0.00 0.14 0.00 0.14 -ramonage ramonage nom m s 0.02 0.34 0.02 0.27 -ramonages ramonage nom m p 0.02 0.34 0.00 0.07 -ramonait ramoner ver 0.60 1.55 0.00 0.14 ind:imp:3s; -ramonant ramoner ver 0.60 1.55 0.00 0.07 par:pre; -ramone ramoner ver 0.60 1.55 0.26 0.47 imp:pre:2s;ind:pre:1s;ind:pre:3s; -ramonent ramoner ver 0.60 1.55 0.00 0.07 ind:pre:3p; -ramoner ramoner ver 0.60 1.55 0.17 0.61 inf; -ramones ramoner ver 0.60 1.55 0.02 0.00 ind:pre:2s; -ramoneur ramoneur nom m s 0.12 0.88 0.08 0.74 -ramoneurs ramoneur nom m p 0.12 0.88 0.03 0.14 -ramons ramer ver 5.37 6.42 0.04 0.07 imp:pre:1p;ind:pre:1p; -ramoné ramoner ver m s 0.60 1.55 0.03 0.07 par:pas; -ramonée ramoner ver f s 0.60 1.55 0.03 0.07 par:pas; -ramonées ramoner ver f p 0.60 1.55 0.10 0.07 par:pas; -rampa ramper ver 11.55 19.39 0.02 1.08 ind:pas:3s; -rampai ramper ver 11.55 19.39 0.01 0.20 ind:pas:1s; -rampaient ramper ver 11.55 19.39 0.27 0.95 ind:imp:3p; -rampais ramper ver 11.55 19.39 0.16 0.27 ind:imp:1s;ind:imp:2s; -rampait ramper ver 11.55 19.39 0.23 2.09 ind:imp:3s; -rampant ramper ver 11.55 19.39 1.51 3.51 par:pre; -rampante rampant adj f s 0.68 2.84 0.15 0.68 -rampantes rampant adj f p 0.68 2.84 0.20 0.68 -rampants rampant adj m p 0.68 2.84 0.19 0.68 -rampe rampe nom f s 5.76 20.81 5.32 18.18 -rampement rampement nom m s 0.00 0.20 0.00 0.07 -rampements rampement nom m p 0.00 0.20 0.00 0.14 -rampent ramper ver 11.55 19.39 0.68 1.42 ind:pre:3p; -ramper ramper ver 11.55 19.39 3.32 5.20 inf; -rampera ramper ver 11.55 19.39 0.05 0.07 ind:fut:3s; -ramperai ramper ver 11.55 19.39 0.04 0.00 ind:fut:1s; -ramperaient ramper ver 11.55 19.39 0.00 0.07 cnd:pre:3p; -ramperais ramper ver 11.55 19.39 0.19 0.00 cnd:pre:1s;cnd:pre:2s; -ramperas ramper ver 11.55 19.39 0.13 0.00 ind:fut:2s; -ramperez ramper ver 11.55 19.39 0.02 0.07 ind:fut:2p; -rampes ramper ver 11.55 19.39 0.95 0.00 ind:pre:2s; -rampez ramper ver 11.55 19.39 1.32 0.07 imp:pre:2p;ind:pre:2p; -rampiez ramper ver 11.55 19.39 0.03 0.00 ind:imp:2p; -rampions ramper ver 11.55 19.39 0.02 0.07 ind:imp:1p; -ramponneau ramponneau nom m s 0.00 0.34 0.00 0.34 -rampons ramper ver 11.55 19.39 0.01 0.07 ind:pre:1p; -rampèrent ramper ver 11.55 19.39 0.00 0.14 ind:pas:3p; -rampé ramper ver m s 11.55 19.39 0.64 0.74 par:pas; -rampée ramper ver f s 11.55 19.39 0.01 0.00 par:pas; -rams rams nom m 0.35 0.00 0.35 0.00 -ramser ramser ver 0.01 0.00 0.01 0.00 inf; -ramène ramener ver 172.70 109.26 49.52 17.03 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:1s;sub:pre:3s; -ramènent ramener ver 172.70 109.26 2.04 2.16 ind:pre:3p;sub:pre:3p; -ramènera ramener ver 172.70 109.26 3.95 1.15 ind:fut:3s; -ramènerai ramener ver 172.70 109.26 3.52 0.68 ind:fut:1s; -ramèneraient ramener ver 172.70 109.26 0.14 0.20 cnd:pre:3p; -ramènerais ramener ver 172.70 109.26 0.44 0.47 cnd:pre:1s;cnd:pre:2s; -ramènerait ramener ver 172.70 109.26 0.73 2.03 cnd:pre:3s; -ramèneras ramener ver 172.70 109.26 0.42 0.14 ind:fut:2s; -ramènerez ramener ver 172.70 109.26 0.48 0.14 ind:fut:2p; -ramèneriez ramener ver 172.70 109.26 0.17 0.14 cnd:pre:2p; -ramènerions ramener ver 172.70 109.26 0.03 0.07 cnd:pre:1p; -ramènerons ramener ver 172.70 109.26 0.76 0.20 ind:fut:1p; -ramèneront ramener ver 172.70 109.26 0.94 0.27 ind:fut:3p; -ramènes ramener ver 172.70 109.26 7.23 0.74 ind:pre:2s;sub:pre:2s; -ramèrent ramer ver 5.37 6.42 0.02 0.07 ind:pas:3p; -ramé ramer ver m s 5.37 6.42 0.28 0.27 par:pas; -ramée ramée nom f s 0.00 0.34 0.00 0.14 -ramées ramée nom f p 0.00 0.34 0.00 0.20 -ramure ramure nom f s 0.12 4.12 0.01 1.55 -ramures ramure nom f p 0.12 4.12 0.11 2.57 -ramés ramer ver m p 5.37 6.42 0.00 0.07 par:pas; -ran ran nom m s 0.34 0.74 0.34 0.74 -ranatres ranatre nom f p 0.00 0.07 0.00 0.07 -rancard rancard nom m s 2.80 1.22 2.60 1.15 -rancardait rancarder ver 0.35 0.61 0.00 0.07 ind:imp:3s; -rancarde rancarder ver 0.35 0.61 0.10 0.14 imp:pre:2s;ind:pre:1s;ind:pre:3s; -rancarder rancarder ver 0.35 0.61 0.07 0.34 inf; -rancardez rancarder ver 0.35 0.61 0.01 0.00 ind:pre:2p; -rancards rancard nom m p 2.80 1.22 0.20 0.07 -rancardé rancarder ver m s 0.35 0.61 0.11 0.00 par:pas; -rancardée rancarder ver f s 0.35 0.61 0.01 0.07 par:pas; -rancardés rancarder ver m p 0.35 0.61 0.04 0.00 par:pas; -rancart rancart nom m s 0.82 1.76 0.76 1.62 -rancarts rancart nom m p 0.82 1.76 0.06 0.14 -rance rance adj s 1.34 4.26 1.18 3.65 -rances rance adj p 1.34 4.26 0.16 0.61 -ranch ranch nom m s 7.31 0.81 6.95 0.61 -ranche ranch nom f s 7.31 0.81 0.10 0.00 -rancher rancher nom m s 0.15 0.00 0.15 0.00 -ranches ranche nom f p 0.10 0.00 0.10 0.00 -rancho rancho nom m s 0.87 0.00 0.87 0.00 -ranchs ranch nom m p 7.31 0.81 0.26 0.00 -ranci ranci adj m s 0.04 0.27 0.02 0.07 -rancie ranci adj f s 0.04 0.27 0.01 0.07 -rancies rancir ver f p 0.01 0.54 0.00 0.07 par:pas; -rancio rancio nom m s 0.00 0.20 0.00 0.20 -rancir rancir ver 0.01 0.54 0.00 0.20 inf; -rancis rancir ver 0.01 0.54 0.01 0.00 ind:pre:2s; -rancissait rancir ver 0.01 0.54 0.00 0.14 ind:imp:3s; -rancissure rancissure nom f s 0.00 0.07 0.00 0.07 -rancit rancir ver 0.01 0.54 0.00 0.07 ind:pas:3s; -rancoeur rancoeur nom f s 1.31 6.15 1.09 4.46 -rancoeurs rancoeur nom f p 1.31 6.15 0.22 1.69 -rancune rancune nom f s 7.20 17.23 6.76 14.86 -rancunes rancune nom f p 7.20 17.23 0.44 2.36 -rancuneuses rancuneux adj f p 0.00 0.07 0.00 0.07 -rancunier rancunier adj m s 1.46 1.69 1.09 1.01 -rancuniers rancunier adj m p 1.46 1.69 0.17 0.14 -rancunière rancunier adj f s 1.46 1.69 0.17 0.54 -rancunières rancunier adj f p 1.46 1.69 0.02 0.00 -randonnait randonner ver 0.13 0.20 0.00 0.07 ind:imp:3s; -randonne randonner ver 0.13 0.20 0.01 0.07 imp:pre:2s;ind:pre:3s; -randonner randonner ver 0.13 0.20 0.04 0.00 inf; -randonneur randonneur nom m s 0.40 0.20 0.17 0.00 -randonneurs randonneur nom m p 0.40 0.20 0.20 0.20 -randonneuse randonneur nom f s 0.40 0.20 0.03 0.00 -randonnez randonner ver 0.13 0.20 0.01 0.00 ind:pre:2p; -randonnée randonnée nom f s 2.22 4.66 1.74 2.64 -randonnées randonnée nom f p 2.22 4.66 0.48 2.03 -rang rang nom m s 28.21 58.24 19.40 37.16 -range ranger ver 47.67 67.91 17.59 7.57 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:1s;sub:pre:3s; -rangea ranger ver 47.67 67.91 0.02 8.78 ind:pas:3s; -rangeai ranger ver 47.67 67.91 0.00 0.74 ind:pas:1s; -rangeaient ranger ver 47.67 67.91 0.03 1.82 ind:imp:3p; -rangeais ranger ver 47.67 67.91 0.50 1.08 ind:imp:1s;ind:imp:2s; -rangeait ranger ver 47.67 67.91 0.18 6.69 ind:imp:3s; -rangeant ranger ver 47.67 67.91 0.20 2.70 par:pre; -rangement rangement nom m s 1.21 2.16 1.14 1.49 -rangements rangement nom m p 1.21 2.16 0.07 0.68 -rangent ranger ver 47.67 67.91 0.47 1.08 ind:pre:3p; -rangeâmes ranger ver 47.67 67.91 0.00 0.07 ind:pas:1p; -rangeons ranger ver 47.67 67.91 0.20 0.14 imp:pre:1p;ind:pre:1p; -rangeât ranger ver 47.67 67.91 0.00 0.07 sub:imp:3s; -ranger ranger ver 47.67 67.91 14.95 14.53 inf; -rangera ranger ver 47.67 67.91 0.31 0.20 ind:fut:3s; -rangerai ranger ver 47.67 67.91 0.58 0.07 ind:fut:1s; -rangerais ranger ver 47.67 67.91 0.19 0.07 cnd:pre:1s;cnd:pre:2s; -rangerait ranger ver 47.67 67.91 0.02 0.07 cnd:pre:3s; -rangeras ranger ver 47.67 67.91 0.10 0.14 ind:fut:2s; -rangerez ranger ver 47.67 67.91 0.16 0.00 ind:fut:2p; -rangerons ranger ver 47.67 67.91 0.00 0.07 ind:fut:1p; -rangeront ranger ver 47.67 67.91 0.06 0.07 ind:fut:3p; -rangers ranger nom m p 4.60 3.38 2.36 2.36 -ranges ranger ver 47.67 67.91 1.21 0.14 ind:pre:2s;sub:pre:2s; -rangez ranger ver 47.67 67.91 4.54 0.68 imp:pre:2p;ind:pre:2p; -rangions ranger ver 47.67 67.91 0.01 0.20 ind:imp:1p; -rangs rang nom m p 28.21 58.24 8.81 21.08 -rangèrent ranger ver 47.67 67.91 0.00 0.47 ind:pas:3p; -rangé ranger ver m s 47.67 67.91 4.09 8.78 par:pas; -rangée rangée nom f s 3.29 20.47 2.54 10.88 -rangées rangée nom f p 3.29 20.47 0.74 9.59 -rangés ranger ver m p 47.67 67.91 1.03 6.35 par:pas; -rani rani nom f s 0.00 1.08 0.00 1.08 -ranima ranimer ver 2.92 9.19 0.14 0.74 ind:pas:3s; -ranimaient ranimer ver 2.92 9.19 0.00 0.34 ind:imp:3p; -ranimait ranimer ver 2.92 9.19 0.01 0.74 ind:imp:3s; -ranimant ranimer ver 2.92 9.19 0.02 0.20 par:pre; -ranimation ranimation nom f s 0.00 0.07 0.00 0.07 -ranime ranimer ver 2.92 9.19 0.77 0.81 imp:pre:2s;ind:pre:1s;ind:pre:3s; -raniment ranimer ver 2.92 9.19 0.04 0.20 ind:pre:3p; -ranimer ranimer ver 2.92 9.19 1.26 3.45 inf; -ranimera ranimer ver 2.92 9.19 0.05 0.00 ind:fut:3s; -ranimez ranimer ver 2.92 9.19 0.03 0.00 imp:pre:2p; -ranimions ranimer ver 2.92 9.19 0.00 0.07 ind:imp:1p; -ranimât ranimer ver 2.92 9.19 0.00 0.07 sub:imp:3s; -ranimèrent ranimer ver 2.92 9.19 0.00 0.27 ind:pas:3p; -ranimé ranimer ver m s 2.92 9.19 0.22 1.22 par:pas; -ranimée ranimer ver f s 2.92 9.19 0.22 0.54 par:pas; -ranimées ranimer ver f p 2.92 9.19 0.00 0.14 par:pas; -ranimés ranimer ver m p 2.92 9.19 0.17 0.41 par:pas; -rantanplan rantanplan ono 0.03 0.07 0.03 0.07 -rançon rançon nom f s 10.60 2.84 10.49 2.70 -rançonnage rançonnage nom m s 0.01 0.00 0.01 0.00 -rançonnaient rançonner ver 0.13 0.95 0.00 0.14 ind:imp:3p; -rançonnait rançonner ver 0.13 0.95 0.00 0.27 ind:imp:3s; -rançonne rançonner ver 0.13 0.95 0.04 0.00 ind:pre:1s;ind:pre:3s; -rançonnement rançonnement nom m s 0.00 0.07 0.00 0.07 -rançonner rançonner ver 0.13 0.95 0.04 0.20 inf; -rançonneurs rançonneur nom m p 0.01 0.00 0.01 0.00 -rançonné rançonner ver m s 0.13 0.95 0.02 0.14 par:pas; -rançonnée rançonner ver f s 0.13 0.95 0.02 0.00 par:pas; -rançonnées rançonner ver f p 0.13 0.95 0.00 0.14 par:pas; -rançonnés rançonner ver m p 0.13 0.95 0.00 0.07 par:pas; -rançons rançon nom f p 10.60 2.84 0.10 0.14 -ranz ranz nom m 0.00 0.14 0.00 0.14 -raout raout nom m s 0.10 0.74 0.08 0.41 -raouts raout nom m p 0.10 0.74 0.02 0.34 -rap rap nom m s 3.17 0.07 3.17 0.07 -rapace rapace adj s 0.95 1.28 0.86 0.47 -rapaces rapace nom m p 0.92 2.70 0.39 1.22 -rapacité rapacité nom f s 0.05 0.81 0.05 0.81 -rapatria rapatrier ver 2.48 3.11 0.00 0.07 ind:pas:3s; -rapatriait rapatrier ver 2.48 3.11 0.01 0.14 ind:imp:3s; -rapatriant rapatrier ver 2.48 3.11 0.01 0.07 par:pre; -rapatrie rapatrier ver 2.48 3.11 0.09 0.07 imp:pre:2s;ind:pre:1s;ind:pre:3s; -rapatriement rapatriement nom m s 0.29 1.96 0.29 1.89 -rapatriements rapatriement nom m p 0.29 1.96 0.00 0.07 -rapatrient rapatrier ver 2.48 3.11 0.02 0.00 ind:pre:3p; -rapatrier rapatrier ver 2.48 3.11 1.36 0.88 inf; -rapatriera rapatrier ver 2.48 3.11 0.16 0.00 ind:fut:3s; -rapatriez rapatrier ver 2.48 3.11 0.13 0.00 imp:pre:2p;ind:pre:2p; -rapatrié rapatrier ver m s 2.48 3.11 0.33 0.81 par:pas; -rapatriée rapatrier ver f s 2.48 3.11 0.01 0.20 par:pas; -rapatriées rapatrier ver f p 2.48 3.11 0.01 0.14 par:pas; -rapatriés rapatrier ver m p 2.48 3.11 0.35 0.74 par:pas; -rapetassage rapetassage nom m s 0.00 0.14 0.00 0.07 -rapetassages rapetassage nom m p 0.00 0.14 0.00 0.07 -rapetasser rapetasser ver 0.00 0.61 0.00 0.14 inf; -rapetasseur rapetasseur nom m s 0.00 0.07 0.00 0.07 -rapetassions rapetasser ver 0.00 0.61 0.00 0.07 ind:imp:1p; -rapetassé rapetasser ver m s 0.00 0.61 0.00 0.20 par:pas; -rapetassées rapetasser ver f p 0.00 0.61 0.00 0.07 par:pas; -rapetassés rapetasser ver m p 0.00 0.61 0.00 0.14 par:pas; -rapetissaient rapetisser ver 0.76 4.86 0.00 0.27 ind:imp:3p; -rapetissais rapetisser ver 0.76 4.86 0.00 0.07 ind:imp:1s; -rapetissait rapetisser ver 0.76 4.86 0.03 1.08 ind:imp:3s; -rapetissant rapetisser ver 0.76 4.86 0.00 0.47 par:pre; -rapetisse rapetisser ver 0.76 4.86 0.26 0.54 ind:pre:1s;ind:pre:3s; -rapetissement rapetissement nom m s 0.01 0.27 0.01 0.27 -rapetissent rapetisser ver 0.76 4.86 0.04 0.47 ind:pre:3p; -rapetisser rapetisser ver 0.76 4.86 0.19 0.47 inf; -rapetissera rapetisser ver 0.76 4.86 0.00 0.07 ind:fut:3s; -rapetissez rapetisser ver 0.76 4.86 0.01 0.00 ind:pre:2p; -rapetissons rapetisser ver 0.76 4.86 0.01 0.07 ind:pre:1p; -rapetissèrent rapetisser ver 0.76 4.86 0.00 0.07 ind:pas:3p; -rapetissé rapetisser ver m s 0.76 4.86 0.20 0.61 par:pas; -rapetissée rapetisser ver f s 0.76 4.86 0.03 0.14 par:pas; -rapetissées rapetisser ver f p 0.76 4.86 0.00 0.27 par:pas; -rapetissés rapetisser ver m p 0.76 4.86 0.00 0.27 par:pas; -raphaélesque raphaélesque adj f s 0.00 0.07 0.00 0.07 -raphia raphia nom m s 0.16 1.28 0.16 1.28 -raphé raphé nom m s 0.00 0.07 0.00 0.07 -rapiat rapiat nom m s 0.20 0.14 0.05 0.07 -rapiater rapiater ver 0.00 0.07 0.00 0.07 inf; -rapiaterie rapiaterie nom f s 0.00 0.07 0.00 0.07 -rapiats rapiat nom m p 0.20 0.14 0.15 0.07 -rapide rapide adj s 48.73 71.82 42.28 53.99 -rapidement rapidement adv 26.49 62.64 26.49 62.64 -rapides rapide adj p 48.73 71.82 6.45 17.84 -rapidité rapidité nom f s 2.36 10.54 2.36 10.41 -rapidités rapidité nom f p 2.36 10.54 0.00 0.14 -rapidos rapidos adv 0.53 1.89 0.53 1.89 -rapin rapin nom m s 0.00 1.22 0.00 0.74 -rapine rapine nom f s 0.13 1.69 0.08 1.15 -rapinent rapiner ver 0.00 0.14 0.00 0.07 ind:pre:3p; -rapines rapine nom f p 0.13 1.69 0.05 0.54 -rapins rapin nom m p 0.00 1.22 0.00 0.47 -rapinés rapiner ver m p 0.00 0.14 0.00 0.07 par:pas; -rapière rapière nom f s 0.17 0.74 0.17 0.74 -rapiécer rapiécer ver 0.18 4.53 0.14 0.00 inf; -rapiécerait rapiécer ver 0.18 4.53 0.00 0.07 cnd:pre:3s; -rapiécé rapiécer ver m s 0.18 4.53 0.02 0.88 par:pas; -rapiécée rapiécer ver f s 0.18 4.53 0.02 1.62 par:pas; -rapiécées rapiécer ver f p 0.18 4.53 0.00 0.74 par:pas; -rapiécés rapiécer ver m p 0.18 4.53 0.00 1.22 par:pas; -rapiéçage rapiéçage nom m s 0.01 0.20 0.01 0.00 -rapiéçages rapiéçage nom m p 0.01 0.20 0.00 0.20 -raplapla raplapla adj 0.11 0.00 0.11 0.00 -rapointir rapointir ver 0.00 0.14 0.00 0.14 inf; -rappel rappel nom m s 4.24 10.34 3.77 8.31 -rappela rappeler ver 281.75 202.23 0.36 14.53 ind:pas:3s; -rappelai rappeler ver 281.75 202.23 0.04 5.14 ind:pas:1s; -rappelaient rappeler ver 281.75 202.23 0.37 7.50 ind:imp:3p; -rappelais rappeler ver 281.75 202.23 1.94 7.43 ind:imp:1s;ind:imp:2s; -rappelait rappeler ver 281.75 202.23 2.22 29.73 ind:imp:3s; -rappelant rappeler ver 281.75 202.23 0.54 6.69 par:pre; -rappeler rappeler ver 281.75 202.23 46.03 33.11 inf;; -rappelez rappeler ver 281.75 202.23 36.35 8.04 imp:pre:2p;ind:pre:2p; -rappeliez rappeler ver 281.75 202.23 0.46 0.34 ind:imp:2p; -rappelions rappeler ver 281.75 202.23 0.15 0.07 ind:imp:1p; -rappelle rappeler ver 281.75 202.23 117.92 57.70 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:1s;sub:pre:3s; -rappellent rappeler ver 281.75 202.23 2.79 3.45 ind:pre:3p; -rappellera rappeler ver 281.75 202.23 4.08 1.28 ind:fut:3s; -rappellerai rappeler ver 281.75 202.23 7.96 0.95 ind:fut:1s; -rappelleraient rappeler ver 281.75 202.23 0.05 0.14 cnd:pre:3p; -rappellerais rappeler ver 281.75 202.23 0.79 0.27 cnd:pre:1s;cnd:pre:2s; -rappellerait rappeler ver 281.75 202.23 0.36 1.42 cnd:pre:3s; -rappelleras rappeler ver 281.75 202.23 1.00 0.34 ind:fut:2s; -rappellerez rappeler ver 281.75 202.23 0.62 0.14 ind:fut:2p; -rappelleriez rappeler ver 281.75 202.23 0.19 0.07 cnd:pre:2p; -rappellerons rappeler ver 281.75 202.23 0.37 0.07 ind:fut:1p; -rappelleront rappeler ver 281.75 202.23 0.45 0.00 ind:fut:3p; -rappelles rappeler ver 281.75 202.23 37.34 8.38 ind:pre:1p;ind:pre:2s;sub:pre:2s; -rappelâmes rappeler ver 281.75 202.23 0.10 0.00 ind:pas:1p; -rappelons rappeler ver 281.75 202.23 1.90 0.41 imp:pre:1p;ind:pre:1p; -rappelât rappeler ver 281.75 202.23 0.00 0.47 sub:imp:3s; -rappels rappel nom m p 4.24 10.34 0.47 2.03 -rappelèrent rappeler ver 281.75 202.23 0.01 1.01 ind:pas:3p; -rappelé rappeler ver m s 281.75 202.23 14.60 11.49 par:pas; -rappelée rappeler ver f s 281.75 202.23 1.82 1.15 par:pas; -rappelés rappeler ver m p 281.75 202.23 0.94 0.95 par:pas; -rapper rapper ver 0.40 0.00 0.40 0.00 inf; -rappeur rappeur nom m s 1.01 0.00 0.65 0.00 -rappeurs rappeur nom m p 1.01 0.00 0.34 0.00 -rappeuse rappeur nom f s 1.01 0.00 0.02 0.00 -rappliqua rappliquer ver 4.22 5.74 0.00 0.20 ind:pas:3s; -rappliquaient rappliquer ver 4.22 5.74 0.01 0.41 ind:imp:3p; -rappliquais rappliquer ver 4.22 5.74 0.00 0.07 ind:imp:2s; -rappliquait rappliquer ver 4.22 5.74 0.00 0.47 ind:imp:3s; -rapplique rappliquer ver 4.22 5.74 1.38 0.74 imp:pre:2s;ind:pre:1s;ind:pre:3s; -rappliquent rappliquer ver 4.22 5.74 0.50 1.01 ind:pre:3p; -rappliquer rappliquer ver 4.22 5.74 1.31 1.76 inf; -rappliquera rappliquer ver 4.22 5.74 0.04 0.00 ind:fut:3s; -rappliquerais rappliquer ver 4.22 5.74 0.05 0.00 cnd:pre:1s;cnd:pre:2s; -rappliquerait rappliquer ver 4.22 5.74 0.01 0.00 cnd:pre:3s; -rappliqueriez rappliquer ver 4.22 5.74 0.00 0.07 cnd:pre:2p; -rappliqueront rappliquer ver 4.22 5.74 0.15 0.14 ind:fut:3p; -rappliques rappliquer ver 4.22 5.74 0.07 0.20 ind:pre:2s; -rappliquez rappliquer ver 4.22 5.74 0.28 0.14 imp:pre:2p;ind:pre:2p; -rappliquèrent rappliquer ver 4.22 5.74 0.00 0.07 ind:pas:3p; -rappliqué rappliquer ver m s 4.22 5.74 0.43 0.47 par:pas; -rapport rapport nom m s 140.08 130.95 115.57 87.23 -rapporta rapporter ver 56.99 62.43 0.43 3.45 ind:pas:3s; -rapportage rapportage nom m s 0.01 0.00 0.01 0.00 -rapportai rapporter ver 56.99 62.43 0.00 1.01 ind:pas:1s; -rapportaient rapporter ver 56.99 62.43 0.26 2.03 ind:imp:3p; -rapportais rapporter ver 56.99 62.43 0.35 0.95 ind:imp:1s;ind:imp:2s; -rapportait rapporter ver 56.99 62.43 1.12 7.64 ind:imp:3s; -rapportant rapporter ver 56.99 62.43 0.28 1.76 par:pre; -rapporte rapporter ver 56.99 62.43 21.03 10.74 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:1s;sub:pre:3s; -rapportent rapporter ver 56.99 62.43 1.98 2.03 ind:pre:3p; -rapporter rapporter ver 56.99 62.43 12.12 11.96 inf; -rapportera rapporter ver 56.99 62.43 2.13 0.68 ind:fut:3s; -rapporterai rapporter ver 56.99 62.43 1.94 0.54 ind:fut:1s; -rapporteraient rapporter ver 56.99 62.43 0.08 0.00 cnd:pre:3p; -rapporterais rapporter ver 56.99 62.43 0.09 0.00 cnd:pre:1s;cnd:pre:2s; -rapporterait rapporter ver 56.99 62.43 0.52 0.95 cnd:pre:3s; -rapporteras rapporter ver 56.99 62.43 0.40 0.27 ind:fut:2s; -rapporterez rapporter ver 56.99 62.43 0.46 0.27 ind:fut:2p; -rapporteriez rapporter ver 56.99 62.43 0.02 0.00 cnd:pre:2p; -rapporterons rapporter ver 56.99 62.43 0.03 0.00 ind:fut:1p; -rapporteront rapporter ver 56.99 62.43 0.11 0.07 ind:fut:3p; -rapportes rapporter ver 56.99 62.43 0.94 0.41 ind:pre:2s; -rapporteur rapporteur nom m s 0.55 0.61 0.10 0.41 -rapporteurs rapporteur nom m p 0.55 0.61 0.01 0.14 -rapporteuse rapporteur nom f s 0.55 0.61 0.43 0.07 -rapporteuses rapporteuse nom f p 0.03 0.00 0.03 0.00 -rapportez rapporter ver 56.99 62.43 2.19 0.47 imp:pre:2p;ind:pre:2p; -rapportiez rapporter ver 56.99 62.43 0.19 0.00 ind:imp:2p; -rapportions rapporter ver 56.99 62.43 0.01 0.14 ind:imp:1p; -rapportons rapporter ver 56.99 62.43 0.09 0.20 imp:pre:1p;ind:pre:1p; -rapportât rapporter ver 56.99 62.43 0.00 0.14 sub:imp:3s; -rapports rapport nom m p 140.08 130.95 24.51 43.72 -rapportèrent rapporter ver 56.99 62.43 0.02 0.34 ind:pas:3p; -rapporté rapporter ver m s 56.99 62.43 8.58 11.89 par:pas; -rapportée rapporter ver f s 56.99 62.43 1.00 1.69 par:pas; -rapportées rapporter ver f p 56.99 62.43 0.42 1.55 par:pas; -rapportés rapporter ver m p 56.99 62.43 0.21 1.28 par:pas; -rapprendre rapprendre ver 0.02 0.27 0.02 0.20 inf; -rappris rapprendre ver 0.02 0.27 0.00 0.07 ind:pas:2s; -rapprocha rapprocher ver 25.18 54.66 0.15 6.62 ind:pas:3s; -rapprochai rapprocher ver 25.18 54.66 0.01 0.34 ind:pas:1s; -rapprochaient rapprocher ver 25.18 54.66 0.30 3.65 ind:imp:3p; -rapprochais rapprocher ver 25.18 54.66 0.05 0.27 ind:imp:1s;ind:imp:2s; -rapprochait rapprocher ver 25.18 54.66 0.69 7.57 ind:imp:3s; -rapprochant rapprocher ver 25.18 54.66 0.50 2.70 par:pre; -rapproche rapprocher ver 25.18 54.66 9.74 8.11 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -rapprochement rapprochement nom m s 1.69 7.23 1.66 6.55 -rapprochements rapprochement nom m p 1.69 7.23 0.02 0.68 -rapprochent rapprocher ver 25.18 54.66 1.44 3.11 ind:pre:3p; -rapprocher rapprocher ver 25.18 54.66 6.53 9.93 inf; -rapprochera rapprocher ver 25.18 54.66 0.34 0.41 ind:fut:3s; -rapprocherais rapprocher ver 25.18 54.66 0.02 0.07 cnd:pre:1s;cnd:pre:2s; -rapprocherait rapprocher ver 25.18 54.66 0.14 0.41 cnd:pre:3s; -rapprocheront rapprocher ver 25.18 54.66 0.00 0.07 ind:fut:3p; -rapprocheur rapprocheur nom m s 0.00 0.14 0.00 0.14 -rapprochez rapprocher ver 25.18 54.66 2.65 0.34 imp:pre:2p;ind:pre:2p; -rapprochiez rapprocher ver 25.18 54.66 0.03 0.07 ind:imp:2p; -rapprochions rapprocher ver 25.18 54.66 0.01 0.14 ind:imp:1p; -rapprochons rapprocher ver 25.18 54.66 0.54 0.34 imp:pre:1p;ind:pre:1p; -rapprochât rapprocher ver 25.18 54.66 0.00 0.07 sub:imp:3s; -rapprochèrent rapprocher ver 25.18 54.66 0.04 1.96 ind:pas:3p; -rapproché rapprocher ver m s 25.18 54.66 0.86 3.51 par:pas; -rapprochée rapproché adj f s 1.70 3.72 0.78 0.41 -rapprochées rapproché adj f p 1.70 3.72 0.22 1.08 -rapprochés rapprocher ver m p 25.18 54.66 0.54 2.30 par:pas; -rappropriait rapproprier ver 0.00 0.07 0.00 0.07 ind:imp:3s; -rapsodie rapsodie nom f s 0.02 0.00 0.02 0.00 -rapt rapt nom m s 1.31 1.62 1.13 1.62 -rapts rapt nom m p 1.31 1.62 0.18 0.00 -raquaient raquer ver 0.93 2.36 0.00 0.14 ind:imp:3p; -raquait raquer ver 0.93 2.36 0.00 0.07 ind:imp:3s; -raque raquer ver 0.93 2.36 0.34 0.61 imp:pre:2s;ind:pre:1s;ind:pre:3s; -raquent raquer ver 0.93 2.36 0.04 0.07 ind:pre:3p; -raquer raquer ver 0.93 2.36 0.40 0.88 inf; -raques raquer ver 0.93 2.36 0.07 0.00 ind:pre:2s; -raquette raquette nom f s 2.05 3.51 1.77 1.69 -raquettes raquette nom f p 2.05 3.51 0.28 1.82 -raquez raquer ver 0.93 2.36 0.02 0.00 imp:pre:2p;ind:pre:2p; -raquons raquer ver 0.93 2.36 0.00 0.07 ind:pre:1p; -raqué raquer ver m s 0.93 2.36 0.05 0.41 par:pas; -raquée raquer ver f s 0.93 2.36 0.01 0.07 par:pas; -raquées raquer ver f p 0.93 2.36 0.00 0.07 par:pas; -rare rare adj s 33.27 87.23 22.58 37.23 -rarement rarement adv 14.05 31.62 14.05 31.62 -rares rare adj p 33.27 87.23 10.70 50.00 -rareté rareté nom f s 0.63 2.43 0.51 2.30 -raretés rareté nom f p 0.63 2.43 0.13 0.14 -rarissime rarissime adj s 0.54 1.96 0.38 1.35 -rarissimement rarissimement adv 0.00 0.07 0.00 0.07 -rarissimes rarissime adj p 0.54 1.96 0.16 0.61 -raréfaction raréfaction nom f s 0.01 0.27 0.01 0.27 -raréfia raréfier ver 0.35 1.89 0.00 0.14 ind:pas:3s; -raréfiaient raréfier ver 0.35 1.89 0.00 0.07 ind:imp:3p; -raréfiait raréfier ver 0.35 1.89 0.00 0.20 ind:imp:3s; -raréfiant raréfier ver 0.35 1.89 0.00 0.14 par:pre; -raréfie raréfier ver 0.35 1.89 0.06 0.00 ind:pre:3s; -raréfient raréfier ver 0.35 1.89 0.01 0.14 ind:pre:3p; -raréfier raréfier ver 0.35 1.89 0.10 0.27 inf; -raréfièrent raréfier ver 0.35 1.89 0.10 0.20 ind:pas:3p; -raréfié raréfier ver m s 0.35 1.89 0.06 0.34 par:pas; -raréfiée raréfié adj f s 0.06 0.34 0.04 0.07 -raréfiées raréfié adj f p 0.06 0.34 0.00 0.07 -raréfiés raréfier ver m p 0.35 1.89 0.00 0.20 par:pas; -ras_le_bol ras_le_bol nom m 1.62 0.47 1.62 0.47 -ras ras adj m 7.51 16.89 5.92 9.32 -rasa raser ver 28.54 43.78 0.06 1.49 ind:pas:3s; -rasade rasade nom f s 0.47 4.86 0.46 3.11 -rasades rasade nom f p 0.47 4.86 0.01 1.76 -rasage rasage nom m s 0.95 0.41 0.83 0.41 -rasages rasage nom m p 0.95 0.41 0.12 0.00 -rasai raser ver 28.54 43.78 0.00 0.07 ind:pas:1s; -rasaient raser ver 28.54 43.78 0.01 0.68 ind:imp:3p; -rasais raser ver 28.54 43.78 0.51 0.47 ind:imp:1s;ind:imp:2s; -rasait raser ver 28.54 43.78 0.44 2.77 ind:imp:3s; -rasant raser ver 28.54 43.78 0.64 3.92 par:pre; -rasante rasant adj f s 0.33 1.89 0.15 0.74 -rasantes rasant adj f p 0.33 1.89 0.01 0.07 -rasants rasant adj m p 0.33 1.89 0.00 0.07 -rascasse rascasse nom f s 0.41 0.41 0.40 0.00 -rascasses rascasse nom f p 0.41 0.41 0.01 0.41 -rase_mottes rase_mottes nom m 0.30 0.47 0.30 0.47 -rase_pet rase_pet nom m s 0.02 0.20 0.00 0.20 -rase_pet rase_pet nom m p 0.02 0.20 0.02 0.00 -rase raser ver 28.54 43.78 4.75 2.64 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:1s;sub:pre:3s; -rasent raser ver 28.54 43.78 0.50 0.68 ind:pre:3p; -raser raser ver 28.54 43.78 10.27 7.50 inf;; -rasera raser ver 28.54 43.78 0.32 0.14 ind:fut:3s; -raserai raser ver 28.54 43.78 0.55 0.14 ind:fut:1s; -raserais raser ver 28.54 43.78 0.08 0.07 cnd:pre:1s;cnd:pre:2s; -raserait raser ver 28.54 43.78 0.05 0.27 cnd:pre:3s; -raseras raser ver 28.54 43.78 0.02 0.14 ind:fut:2s; -raserez raser ver 28.54 43.78 0.01 0.00 ind:fut:2p; -raseront raser ver 28.54 43.78 0.16 0.00 ind:fut:3p; -rases raser ver 28.54 43.78 1.13 0.34 ind:pre:2s; -raseur raseur nom m s 0.65 1.15 0.46 0.47 -raseurs raseur nom m p 0.65 1.15 0.16 0.14 -raseuse raseur nom f s 0.65 1.15 0.03 0.47 -raseuses raseur nom f p 0.65 1.15 0.00 0.07 -rasez raser ver 28.54 43.78 0.64 0.20 imp:pre:2p;ind:pre:2p; -rash rash nom m s 0.03 0.07 0.03 0.07 -rasibus rasibus adv_sup 0.01 0.34 0.01 0.34 -rasiez raser ver 28.54 43.78 0.04 0.00 ind:imp:2p; -rasif rasif nom m s 0.00 0.54 0.00 0.47 -rasifs rasif nom m p 0.00 0.54 0.00 0.07 -rasoir rasoir nom m s 8.92 16.82 8.18 15.61 -rasoirs rasoir nom m p 8.92 16.82 0.74 1.22 -rasons raser ver 28.54 43.78 0.29 0.00 imp:pre:1p;ind:pre:1p; -rassasiaient rassasier ver 1.48 3.58 0.00 0.27 ind:imp:3p; -rassasiais rassasier ver 1.48 3.58 0.00 0.07 ind:imp:1s; -rassasiait rassasier ver 1.48 3.58 0.00 0.20 ind:imp:3s; -rassasiant rassasiant adj m s 0.01 0.07 0.01 0.00 -rassasiantes rassasiant adj f p 0.01 0.07 0.00 0.07 -rassasie rassasier ver 1.48 3.58 0.14 0.27 imp:pre:2s;ind:pre:1s;ind:pre:3s; -rassasient rassasier ver 1.48 3.58 0.02 0.00 ind:pre:3p; -rassasier rassasier ver 1.48 3.58 0.39 0.88 inf; -rassasieraient rassasier ver 1.48 3.58 0.00 0.07 cnd:pre:3p; -rassasiez rassasier ver 1.48 3.58 0.11 0.00 imp:pre:2p; -rassasiât rassasier ver 1.48 3.58 0.00 0.07 sub:imp:3s; -rassasié rassasier ver m s 1.48 3.58 0.50 1.08 par:pas; -rassasiée rassasier ver f s 1.48 3.58 0.18 0.41 par:pas; -rassasiées rassasié adj f p 0.53 1.35 0.01 0.07 -rassasiés rassasier ver m p 1.48 3.58 0.14 0.20 par:pas; -rasse rasse nom f s 0.00 0.07 0.00 0.07 -rassembla rassembler ver 25.99 52.70 0.14 2.97 ind:pas:3s; -rassemblai rassembler ver 25.99 52.70 0.01 0.54 ind:pas:1s; -rassemblaient rassembler ver 25.99 52.70 0.18 2.50 ind:imp:3p; -rassemblais rassembler ver 25.99 52.70 0.07 0.81 ind:imp:1s; -rassemblait rassembler ver 25.99 52.70 0.18 2.97 ind:imp:3s; -rassemblant rassembler ver 25.99 52.70 0.45 2.97 par:pre; -rassemble rassembler ver 25.99 52.70 5.75 5.14 imp:pre:2s;ind:pre:1s;ind:pre:3s; -rassemblement rassemblement nom m s 4.96 8.24 4.39 7.30 -rassemblements rassemblement nom m p 4.96 8.24 0.57 0.95 -rassemblent rassembler ver 25.99 52.70 1.59 1.35 ind:pre:3p; -rassembler rassembler ver 25.99 52.70 6.89 11.76 inf; -rassemblera rassembler ver 25.99 52.70 0.26 0.27 ind:fut:3s; -rassemblerai rassembler ver 25.99 52.70 0.05 0.07 ind:fut:1s; -rassembleraient rassembler ver 25.99 52.70 0.00 0.07 cnd:pre:3p; -rassemblerais rassembler ver 25.99 52.70 0.00 0.07 cnd:pre:1s; -rassemblerait rassembler ver 25.99 52.70 0.01 0.20 cnd:pre:3s; -rassembleras rassembler ver 25.99 52.70 0.14 0.00 ind:fut:2s; -rassemblerez rassembler ver 25.99 52.70 0.02 0.00 ind:fut:2p; -rassemblerons rassembler ver 25.99 52.70 0.05 0.00 ind:fut:1p; -rassembleront rassembler ver 25.99 52.70 0.10 0.14 ind:fut:3p; -rassembles rassembler ver 25.99 52.70 0.09 0.07 ind:pre:2s; -rassembleur rassembleur nom m s 0.00 0.14 0.00 0.14 -rassemblez rassembler ver 25.99 52.70 4.35 0.07 imp:pre:2p;ind:pre:2p; -rassemblons rassembler ver 25.99 52.70 1.06 0.00 imp:pre:1p;ind:pre:1p; -rassemblèrent rassembler ver 25.99 52.70 0.02 0.81 ind:pas:3p; -rassemblé rassembler ver m s 25.99 52.70 2.09 5.54 par:pas; -rassemblée rassembler ver f s 25.99 52.70 0.20 2.77 par:pas; -rassemblées rassembler ver f p 25.99 52.70 0.45 3.45 par:pas; -rassemblés rassembler ver m p 25.99 52.70 1.84 8.18 par:pas; -rasseoir rasseoir ver 1.97 14.05 0.52 2.91 inf; -rasseyaient rasseoir ver 1.97 14.05 0.00 0.07 ind:imp:3p; -rasseyais rasseoir ver 1.97 14.05 0.01 0.14 ind:imp:1s; -rasseyait rasseoir ver 1.97 14.05 0.00 0.41 ind:imp:3s; -rasseyant rasseoir ver 1.97 14.05 0.00 0.61 par:pre; -rasseyent rasseoir ver 1.97 14.05 0.00 0.07 ind:pre:3p; -rasseyez rasseoir ver 1.97 14.05 0.45 0.00 imp:pre:2p;ind:pre:2p; -rasseyons rasseoir ver 1.97 14.05 0.00 0.14 ind:pre:1p; -rassied rasseoir ver 1.97 14.05 0.01 0.74 ind:pre:3s; -rassieds rasseoir ver 1.97 14.05 0.22 0.00 imp:pre:2s;ind:pre:1s; -rassir rassir ver 0.01 0.00 0.01 0.00 inf; -rassirent rasseoir ver 1.97 14.05 0.00 0.14 ind:pas:3p; -rassis rasseoir ver m 1.97 14.05 0.47 3.24 ind:pas:1s;par:pas;par:pas; -rassise rasseoir ver f s 1.97 14.05 0.00 0.61 par:pas; -rassit rasseoir ver 1.97 14.05 0.01 4.12 ind:pas:3s; -rassoie rasseoir ver 1.97 14.05 0.01 0.00 sub:pre:3s; -rassoient rasseoir ver 1.97 14.05 0.00 0.07 ind:pre:3p; -rassoies rasseoir ver 1.97 14.05 0.01 0.00 sub:pre:2s; -rassois rasseoir ver 1.97 14.05 0.01 0.20 ind:pre:1s; -rassoit rasseoir ver 1.97 14.05 0.25 0.54 ind:pre:3s; -rassortiment rassortiment nom m s 0.00 0.07 0.00 0.07 -rassortir rassortir ver 0.01 0.07 0.01 0.07 inf; -rassoté rassoter ver m s 0.00 0.07 0.00 0.07 par:pas; -rassoyait rasseoir ver 1.97 14.05 0.00 0.07 ind:imp:3s; -rassura rassurer ver 29.25 68.04 0.00 3.65 ind:pas:3s; -rassurai rassurer ver 29.25 68.04 0.01 0.88 ind:pas:1s; -rassuraient rassurer ver 29.25 68.04 0.01 1.42 ind:imp:3p; -rassurais rassurer ver 29.25 68.04 0.00 0.41 ind:imp:1s; -rassurait rassurer ver 29.25 68.04 0.46 5.07 ind:imp:3s; -rassurant rassurant adj m s 3.16 16.69 2.81 7.64 -rassurante rassurant adj f s 3.16 16.69 0.21 5.34 -rassurantes rassurant adj f p 3.16 16.69 0.09 2.50 -rassurants rassurant adj m p 3.16 16.69 0.05 1.22 -rassure rassurer ver 29.25 68.04 9.62 9.66 imp:pre:2s;ind:pre:1s;ind:pre:3s; -rassurement rassurement nom m s 0.00 0.07 0.00 0.07 -rassurent rassurer ver 29.25 68.04 0.42 0.54 ind:pre:3p; -rassurer rassurer ver 29.25 68.04 6.06 17.57 inf; -rassurera rassurer ver 29.25 68.04 0.34 0.20 ind:fut:3s; -rassurerait rassurer ver 29.25 68.04 0.34 0.54 cnd:pre:3s; -rassureront rassurer ver 29.25 68.04 0.14 0.07 ind:fut:3p; -rassures rassurer ver 29.25 68.04 0.58 0.14 ind:pre:2s; -rassurez rassurer ver 29.25 68.04 5.42 3.51 imp:pre:2p;ind:pre:2p; -rassuriez rassurer ver 29.25 68.04 0.00 0.07 ind:imp:2p; -rassurâmes rassurer ver 29.25 68.04 0.00 0.07 ind:pas:1p; -rassurons rassurer ver 29.25 68.04 0.02 0.20 imp:pre:1p;ind:pre:1p; -rassurât rassurer ver 29.25 68.04 0.00 0.14 sub:imp:3s; -rassérène rasséréner ver 0.02 4.39 0.00 0.41 ind:pre:1s;ind:pre:3s; -rassurèrent rassurer ver 29.25 68.04 0.00 0.34 ind:pas:3p; -rassuré rassurer ver m s 29.25 68.04 2.56 12.50 par:pas; -rassurée rassurer ver f s 29.25 68.04 2.44 5.88 par:pas; -rassurées rassurer ver f p 29.25 68.04 0.19 0.27 par:pas; -rasséréna rasséréner ver 0.02 4.39 0.00 0.54 ind:pas:3s; -rassérénai rasséréner ver 0.02 4.39 0.00 0.27 ind:pas:1s; -rassérénait rasséréner ver 0.02 4.39 0.01 0.34 ind:imp:3s; -rassérénant rasséréner ver 0.02 4.39 0.00 0.07 par:pre; -rasséréner rasséréner ver 0.02 4.39 0.00 0.20 inf; -rassérénera rasséréner ver 0.02 4.39 0.00 0.07 ind:fut:3s; -rasséréné rasséréner ver m s 0.02 4.39 0.00 1.82 par:pas; -rassérénée rasséréner ver f s 0.02 4.39 0.00 0.54 par:pas; -rassérénées rasséréner ver f p 0.02 4.39 0.00 0.07 par:pas; -rassérénés rasséréner ver m p 0.02 4.39 0.01 0.07 par:pas; -rassurés rassurer ver m p 29.25 68.04 0.55 2.64 par:pas; -rasta rasta nom m s 0.43 0.34 0.32 0.20 -rastafari rastafari adj m s 0.03 0.00 0.03 0.00 -rastafari rastafari nom m s 0.03 0.00 0.03 0.00 -rastaquouère rastaquouère nom m s 0.05 0.41 0.01 0.20 -rastaquouères rastaquouère nom m p 0.05 0.41 0.04 0.20 -rastas rasta nom m p 0.43 0.34 0.12 0.14 -rasèrent raser ver 28.54 43.78 0.00 0.14 ind:pas:3p; -rasé raser ver m s 28.54 43.78 5.35 13.92 par:pas; -rasée raser ver f s 28.54 43.78 1.83 3.51 par:pas; -rasées raser ver f p 28.54 43.78 0.16 1.82 par:pas; -rasés raser ver m p 28.54 43.78 0.76 2.91 par:pas; -rat_de_cave rat_de_cave nom m s 0.00 0.07 0.00 0.07 -rat rat nom m s 45.60 37.64 24.21 20.81 -rata rata nom m s 0.53 0.27 0.53 0.27 -ratafia ratafia nom m s 0.02 0.54 0.02 0.54 -ratage ratage nom m s 0.63 1.01 0.16 0.68 -ratages ratage nom m p 0.63 1.01 0.47 0.34 -ratai rater ver 80.45 22.70 0.00 0.27 ind:pas:1s; -rataient rater ver 80.45 22.70 0.03 0.14 ind:imp:3p; -ratais rater ver 80.45 22.70 0.31 0.34 ind:imp:1s;ind:imp:2s; -ratait rater ver 80.45 22.70 0.23 1.22 ind:imp:3s; -ratant rater ver 80.45 22.70 0.09 0.07 par:pre; -rataplan rataplan ono 0.00 0.07 0.00 0.07 -ratatinai ratatiner ver 0.69 3.65 0.00 0.07 ind:pas:1s; -ratatinaient ratatiner ver 0.69 3.65 0.00 0.14 ind:imp:3p; -ratatinais ratatiner ver 0.69 3.65 0.01 0.00 ind:imp:1s; -ratatinait ratatiner ver 0.69 3.65 0.00 0.47 ind:imp:3s; -ratatine ratatiner ver 0.69 3.65 0.13 0.27 imp:pre:2s;ind:pre:1s;ind:pre:3s; -ratatinent ratatiner ver 0.69 3.65 0.01 0.00 ind:pre:3p; -ratatiner ratatiner ver 0.69 3.65 0.21 0.54 inf; -ratatinerait ratatiner ver 0.69 3.65 0.01 0.07 cnd:pre:3s; -ratatineront ratatiner ver 0.69 3.65 0.01 0.07 ind:fut:3p; -ratatiné ratatiner ver m s 0.69 3.65 0.24 1.08 par:pas; -ratatinée ratatiner ver f s 0.69 3.65 0.04 0.61 par:pas; -ratatinées ratatiné adj f p 0.40 2.09 0.11 0.27 -ratatinés ratatiner ver m p 0.69 3.65 0.03 0.27 par:pas; -ratatouille ratatouille nom f s 0.54 0.74 0.54 0.61 -ratatouilles ratatouille nom f p 0.54 0.74 0.00 0.14 -rate rater ver 80.45 22.70 8.32 2.91 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:1s; -ratent rater ver 80.45 22.70 0.54 0.61 ind:pre:3p; -rater rater ver 80.45 22.70 24.71 6.28 inf; -ratera rater ver 80.45 22.70 0.42 0.00 ind:fut:3s; -raterai rater ver 80.45 22.70 0.64 0.00 ind:fut:1s; -raterais rater ver 80.45 22.70 0.63 0.14 cnd:pre:1s;cnd:pre:2s; -raterait rater ver 80.45 22.70 0.40 0.07 cnd:pre:3s; -rateras rater ver 80.45 22.70 0.21 0.07 ind:fut:2s; -raterez rater ver 80.45 22.70 0.34 0.00 ind:fut:2p; -rateriez rater ver 80.45 22.70 0.03 0.00 cnd:pre:2p; -raterons rater ver 80.45 22.70 0.14 0.00 ind:fut:1p; -rateront rater ver 80.45 22.70 0.27 0.07 ind:fut:3p; -rates rater ver 80.45 22.70 3.75 0.27 ind:pre:2s;sub:pre:2s; -ratez rater ver 80.45 22.70 2.10 0.14 imp:pre:2p;ind:pre:2p; -ratiboisaient ratiboiser ver 0.09 0.81 0.00 0.07 ind:imp:3p; -ratiboisait ratiboiser ver 0.09 0.81 0.00 0.14 ind:imp:3s; -ratiboiser ratiboiser ver 0.09 0.81 0.06 0.07 inf; -ratiboises ratiboiser ver 0.09 0.81 0.00 0.07 ind:pre:2s; -ratiboisé ratiboiser ver m s 0.09 0.81 0.01 0.47 par:pas; -ratiboisés ratiboiser ver m p 0.09 0.81 0.02 0.00 par:pas; -ratiche ratiche nom f s 0.04 1.76 0.00 0.47 -ratiches ratiche nom f p 0.04 1.76 0.04 1.28 -ratichon ratichon nom m s 0.00 0.61 0.00 0.41 -ratichons ratichon nom m p 0.00 0.61 0.00 0.20 -raticide raticide nom m s 0.04 0.00 0.04 0.00 -ratier ratier nom m s 0.00 0.88 0.00 0.88 -ratiez rater ver 80.45 22.70 0.20 0.07 ind:imp:2p;sub:pre:2p; -ratifia ratifier ver 0.80 1.22 0.00 0.07 ind:pas:3s; -ratifiant ratifier ver 0.80 1.22 0.00 0.07 par:pre; -ratification ratification nom f s 0.28 1.08 0.28 1.08 -ratifie ratifier ver 0.80 1.22 0.04 0.07 ind:pre:3s; -ratifient ratifier ver 0.80 1.22 0.00 0.07 ind:pre:3p; -ratifier ratifier ver 0.80 1.22 0.30 0.27 inf; -ratifieront ratifier ver 0.80 1.22 0.02 0.00 ind:fut:3p; -ratifié ratifier ver m s 0.80 1.22 0.34 0.27 par:pas; -ratifiée ratifier ver f s 0.80 1.22 0.10 0.27 par:pas; -ratifiés ratifier ver m p 0.80 1.22 0.00 0.14 par:pas; -ratine ratine nom f s 0.00 0.47 0.00 0.47 -ratio ratio nom m s 0.40 0.00 0.40 0.00 -ratiocinait ratiociner ver 0.00 0.14 0.00 0.07 ind:imp:3s; -ratiocinant ratiociner ver 0.00 0.14 0.00 0.07 par:pre; -ratiocination ratiocination nom f s 0.02 0.54 0.02 0.00 -ratiocinations ratiocination nom f p 0.02 0.54 0.00 0.54 -ratiocineur ratiocineur nom m s 0.01 0.14 0.01 0.14 -ration ration nom f s 3.54 8.18 2.24 5.95 -rational rational nom m s 0.02 0.00 0.02 0.00 -rationalisation rationalisation nom f s 0.08 0.20 0.08 0.20 -rationalise rationaliser ver 0.58 0.00 0.22 0.00 ind:pre:1s;ind:pre:3s; -rationaliser rationaliser ver 0.58 0.00 0.34 0.00 inf; -rationalisez rationaliser ver 0.58 0.00 0.01 0.00 ind:pre:2p; -rationalisme rationalisme nom m s 0.34 0.41 0.34 0.41 -rationaliste rationaliste nom s 0.14 0.27 0.14 0.20 -rationalistes rationaliste adj f p 0.01 0.47 0.00 0.07 -rationalisé rationaliser ver m s 0.58 0.00 0.01 0.00 par:pas; -rationalisée rationalisé adj f s 0.01 0.20 0.01 0.20 -rationalité rationalité nom f s 0.11 0.27 0.11 0.27 -rationne rationner ver 0.66 1.01 0.06 0.07 ind:pre:1s;ind:pre:3s; -rationnel rationnel adj m s 3.50 3.04 1.26 1.08 -rationnelle rationnel adj f s 3.50 3.04 1.73 1.42 -rationnellement rationnellement adv 0.41 0.41 0.41 0.41 -rationnelles rationnel adj f p 3.50 3.04 0.14 0.34 -rationnels rationnel adj m p 3.50 3.04 0.35 0.20 -rationnement rationnement nom m s 1.12 1.55 1.12 1.55 -rationner rationner ver 0.66 1.01 0.19 0.20 inf; -rationnez rationner ver 0.66 1.01 0.01 0.00 ind:pre:2p; -rationné rationner ver m s 0.66 1.01 0.20 0.41 par:pas; -rationnée rationner ver f s 0.66 1.01 0.02 0.14 par:pas; -rationnées rationner ver f p 0.66 1.01 0.02 0.00 par:pas; -rationnés rationner ver m p 0.66 1.01 0.17 0.20 par:pas; -rations ration nom f p 3.54 8.18 1.30 2.23 -ratissa ratisser ver 3.45 5.27 0.00 0.20 ind:pas:3s; -ratissage ratissage nom m s 0.40 0.20 0.40 0.20 -ratissaient ratisser ver 3.45 5.27 0.01 0.20 ind:imp:3p; -ratissais ratisser ver 3.45 5.27 0.01 0.07 ind:imp:1s; -ratissait ratisser ver 3.45 5.27 0.03 0.47 ind:imp:3s; -ratissant ratisser ver 3.45 5.27 0.01 0.27 par:pre; -ratisse ratisser ver 3.45 5.27 0.81 0.54 imp:pre:2s;ind:pre:1s;ind:pre:3s; -ratissent ratisser ver 3.45 5.27 0.58 0.00 ind:pre:3p; -ratisser ratisser ver 3.45 5.27 1.13 1.28 inf; -ratisserai ratisser ver 3.45 5.27 0.01 0.00 ind:fut:1s; -ratisseront ratisser ver 3.45 5.27 0.02 0.00 ind:fut:3p; -ratisseur ratisseur adj m s 0.00 0.07 0.00 0.07 -ratissez ratisser ver 3.45 5.27 0.27 0.00 imp:pre:2p; -ratissons ratisser ver 3.45 5.27 0.13 0.00 imp:pre:1p;ind:pre:1p; -ratissé ratisser ver m s 3.45 5.27 0.40 1.49 par:pas; -ratissée ratisser ver f s 3.45 5.27 0.01 0.41 par:pas; -ratissées ratisser ver f p 3.45 5.27 0.00 0.27 par:pas; -ratissés ratisser ver m p 3.45 5.27 0.01 0.07 par:pas; -ratite ratite nom m s 0.05 0.00 0.03 0.00 -ratites ratite nom m p 0.05 0.00 0.02 0.00 -ratière ratière nom f s 0.12 1.49 0.12 1.42 -ratières ratière nom f p 0.12 1.49 0.00 0.07 -raton raton nom m s 1.70 5.41 1.37 3.11 -ratonnade ratonnade nom f s 0.01 0.34 0.00 0.14 -ratonnades ratonnade nom f p 0.01 0.34 0.01 0.20 -ratonnent ratonner ver 0.00 0.20 0.00 0.07 ind:pre:3p; -ratonner ratonner ver 0.00 0.20 0.00 0.14 inf; -ratons raton nom m p 1.70 5.41 0.33 2.30 -rats rat nom m p 45.60 37.64 21.39 16.82 -rattacha rattacher ver 2.13 12.03 0.00 0.07 ind:pas:3s; -rattachaient rattacher ver 2.13 12.03 0.00 0.68 ind:imp:3p; -rattachais rattacher ver 2.13 12.03 0.00 0.14 ind:imp:1s; -rattachait rattacher ver 2.13 12.03 0.05 2.43 ind:imp:3s; -rattachant rattacher ver 2.13 12.03 0.11 0.27 par:pre; -rattache rattacher ver 2.13 12.03 0.70 1.08 imp:pre:2s;ind:pre:3s; -rattachement rattachement nom m s 0.13 0.68 0.13 0.68 -rattachent rattacher ver 2.13 12.03 0.07 0.68 ind:pre:3p; -rattacher rattacher ver 2.13 12.03 0.37 2.30 inf;; -rattachera rattacher ver 2.13 12.03 0.03 0.07 ind:fut:3s; -rattacherait rattacher ver 2.13 12.03 0.00 0.07 cnd:pre:3s; -rattachez rattacher ver 2.13 12.03 0.03 0.07 imp:pre:2p;ind:pre:2p; -rattachions rattacher ver 2.13 12.03 0.00 0.07 ind:imp:1p; -rattachons rattacher ver 2.13 12.03 0.00 0.07 ind:pre:1p; -rattachât rattacher ver 2.13 12.03 0.00 0.07 sub:imp:3s; -rattaché rattacher ver m s 2.13 12.03 0.45 1.35 par:pas; -rattachée rattacher ver f s 2.13 12.03 0.08 1.08 par:pas; -rattachées rattacher ver f p 2.13 12.03 0.06 0.34 par:pas; -rattachés rattacher ver m p 2.13 12.03 0.17 1.22 par:pas; -ratte ratte nom f s 0.01 0.00 0.01 0.00 -ratèrent rater ver 80.45 22.70 0.00 0.14 ind:pas:3p; -rattrapa rattraper ver 38.32 39.39 0.05 3.99 ind:pas:3s; -rattrapage rattrapage nom m s 0.88 0.68 0.84 0.61 -rattrapages rattrapage nom m p 0.88 0.68 0.04 0.07 -rattrapai rattraper ver 38.32 39.39 0.00 0.41 ind:pas:1s; -rattrapaient rattraper ver 38.32 39.39 0.03 0.34 ind:imp:3p; -rattrapais rattraper ver 38.32 39.39 0.06 0.41 ind:imp:1s; -rattrapait rattraper ver 38.32 39.39 0.19 1.82 ind:imp:3s; -rattrapant rattraper ver 38.32 39.39 0.05 1.42 par:pre; -rattrape rattraper ver 38.32 39.39 7.35 4.32 imp:pre:2s;ind:pre:1s;ind:pre:3s; -rattrapent rattraper ver 38.32 39.39 0.91 0.47 ind:pre:3p; -rattraper rattraper ver 38.32 39.39 16.35 16.49 inf; -rattrapera rattraper ver 38.32 39.39 1.67 0.54 ind:fut:3s; -rattraperai rattraper ver 38.32 39.39 1.41 0.34 ind:fut:1s; -rattraperaient rattraper ver 38.32 39.39 0.04 0.00 cnd:pre:3p; -rattraperais rattraper ver 38.32 39.39 0.23 0.20 cnd:pre:1s;cnd:pre:2s; -rattraperait rattraper ver 38.32 39.39 0.15 0.54 cnd:pre:3s; -rattraperas rattraper ver 38.32 39.39 0.53 0.27 ind:fut:2s; -rattraperez rattraper ver 38.32 39.39 0.34 0.14 ind:fut:2p; -rattraperons rattraper ver 38.32 39.39 0.42 0.14 ind:fut:1p; -rattraperont rattraper ver 38.32 39.39 0.50 0.07 ind:fut:3p; -rattrapes rattraper ver 38.32 39.39 0.37 0.07 ind:pre:2s; -rattrapez rattraper ver 38.32 39.39 3.11 0.07 imp:pre:2p;ind:pre:2p; -rattrapiez rattraper ver 38.32 39.39 0.01 0.00 ind:imp:2p; -rattrapions rattraper ver 38.32 39.39 0.00 0.41 ind:imp:1p; -rattrapons rattraper ver 38.32 39.39 0.82 0.07 imp:pre:1p;ind:pre:1p; -rattrapât rattraper ver 38.32 39.39 0.00 0.07 sub:imp:3s; -rattrapèrent rattraper ver 38.32 39.39 0.02 0.41 ind:pas:3p; -rattrapé rattraper ver m s 38.32 39.39 2.30 3.85 par:pas; -rattrapée rattraper ver f s 38.32 39.39 0.92 1.55 par:pas; -rattrapées rattraper ver f p 38.32 39.39 0.00 0.27 par:pas; -rattrapés rattraper ver m p 38.32 39.39 0.49 0.74 par:pas; -raté rater ver m s 80.45 22.70 34.33 7.70 par:pas; -ratée rater ver f s 80.45 22.70 1.59 1.08 par:pas; -ratées raté adj f p 4.52 4.05 0.44 0.34 -ratura raturer ver 0.04 2.09 0.00 0.14 ind:pas:3s; -raturai raturer ver 0.04 2.09 0.00 0.07 ind:pas:1s; -raturais raturer ver 0.04 2.09 0.00 0.07 ind:imp:1s; -raturait raturer ver 0.04 2.09 0.00 0.14 ind:imp:3s; -rature raturer ver 0.04 2.09 0.02 0.07 ind:pre:3s; -raturer raturer ver 0.04 2.09 0.00 0.41 inf; -ratures rature nom f p 0.13 1.96 0.11 1.49 -raturé raturer ver m s 0.04 2.09 0.02 0.54 par:pas; -raturée raturer ver f s 0.04 2.09 0.00 0.41 par:pas; -raturées raturer ver f p 0.04 2.09 0.00 0.14 par:pas; -raturés raturer ver m p 0.04 2.09 0.00 0.14 par:pas; -ratés raté nom m p 8.45 4.93 1.27 1.96 -raucité raucité nom f s 0.00 0.61 0.00 0.61 -rauqua rauquer ver 0.00 0.20 0.00 0.07 ind:pas:3s; -rauque rauque adj s 0.44 18.85 0.30 14.80 -rauquement rauquement nom m s 0.00 0.20 0.00 0.20 -rauques rauque adj p 0.44 18.85 0.14 4.05 -ravage ravager ver 3.65 9.26 0.34 0.54 ind:pre:3s; -ravagea ravager ver 3.65 9.26 0.14 0.34 ind:pas:3s; -ravageaient ravager ver 3.65 9.26 0.16 0.68 ind:imp:3p; -ravageais ravager ver 3.65 9.26 0.01 0.00 ind:imp:2s; -ravageait ravager ver 3.65 9.26 0.02 1.22 ind:imp:3s; -ravageant ravageant adj m s 0.05 0.27 0.05 0.20 -ravageante ravageant adj f s 0.05 0.27 0.00 0.07 -ravagent ravager ver 3.65 9.26 0.76 0.41 ind:pre:3p; -ravager ravager ver 3.65 9.26 0.28 1.22 inf; -ravagera ravager ver 3.65 9.26 0.02 0.00 ind:fut:3s; -ravagerai ravager ver 3.65 9.26 0.00 0.07 ind:fut:1s; -ravageraient ravager ver 3.65 9.26 0.00 0.07 cnd:pre:3p; -ravages ravage nom m p 2.16 5.54 2.04 5.14 -ravageur ravageur adj m s 0.12 1.42 0.07 1.01 -ravageurs ravageur adj m p 0.12 1.42 0.02 0.14 -ravageuse ravageuse nom f s 0.03 0.00 0.03 0.00 -ravageuses ravageur adj f p 0.12 1.42 0.01 0.00 -ravagez ravager ver 3.65 9.26 0.14 0.00 ind:pre:2p; -ravagèrent ravager ver 3.65 9.26 0.00 0.14 ind:pas:3p; -ravagé ravager ver m s 3.65 9.26 1.03 2.64 par:pas; -ravagée ravager ver f s 3.65 9.26 0.21 0.74 par:pas; -ravagées ravager ver f p 3.65 9.26 0.06 0.27 par:pas; -ravagés ravager ver m p 3.65 9.26 0.36 0.95 par:pas; -raval raval nom m s 0.20 0.00 0.20 0.00 -ravala ravaler ver 1.42 8.99 0.00 0.88 ind:pas:3s; -ravalai ravaler ver 1.42 8.99 0.01 0.20 ind:pas:1s; -ravalaient ravaler ver 1.42 8.99 0.00 0.14 ind:imp:3p; -ravalais ravaler ver 1.42 8.99 0.00 0.14 ind:imp:1s; -ravalait ravaler ver 1.42 8.99 0.00 0.81 ind:imp:3s; -ravalant ravaler ver 1.42 8.99 0.11 0.95 par:pre; -ravale ravaler ver 1.42 8.99 0.46 1.35 imp:pre:2s;ind:pre:1s;ind:pre:3s; -ravalement ravalement nom m s 0.19 0.41 0.19 0.41 -ravalent ravaler ver 1.42 8.99 0.10 0.14 ind:pre:3p; -ravaler ravaler ver 1.42 8.99 0.47 2.09 inf; -ravalera ravaler ver 1.42 8.99 0.01 0.00 ind:fut:3s; -ravaleront ravaler ver 1.42 8.99 0.00 0.07 ind:fut:3p; -ravales ravaler ver 1.42 8.99 0.04 0.07 ind:pre:2s; -ravaleur ravaleur nom m s 0.00 0.07 0.00 0.07 -ravalez ravaler ver 1.42 8.99 0.01 0.00 imp:pre:2p; -ravalons ravaler ver 1.42 8.99 0.02 0.00 imp:pre:1p; -ravalât ravaler ver 1.42 8.99 0.00 0.07 sub:imp:3s; -ravalé ravaler ver m s 1.42 8.99 0.07 1.01 par:pas; -ravalée ravaler ver f s 1.42 8.99 0.02 0.34 par:pas; -ravalées ravaler ver f p 1.42 8.99 0.10 0.34 par:pas; -ravalés ravaler ver m p 1.42 8.99 0.00 0.41 par:pas; -ravaudage ravaudage nom m s 0.01 0.20 0.01 0.20 -ravaudait ravauder ver 0.00 1.08 0.00 0.34 ind:imp:3s; -ravaudant ravauder ver 0.00 1.08 0.00 0.14 par:pre; -ravaude ravauder ver 0.00 1.08 0.00 0.14 ind:pre:3s; -ravauder ravauder ver 0.00 1.08 0.00 0.27 inf; -ravaudé ravauder ver m s 0.00 1.08 0.00 0.07 par:pas; -ravaudées ravauder ver f p 0.00 1.08 0.00 0.07 par:pas; -ravaudés ravauder ver m p 0.00 1.08 0.00 0.07 par:pas; -rave rave nom f s 1.57 1.01 1.27 0.00 -ravenelles ravenelle nom f p 0.00 0.14 0.00 0.14 -ravennate ravennate adj s 0.00 0.07 0.00 0.07 -raves rave nom f p 1.57 1.01 0.30 1.01 -ravi ravir ver m s 72.67 27.91 40.64 11.42 par:pas; -ravie ravir ver f s 72.67 27.91 23.25 5.20 par:pas; -ravier ravier nom m s 0.00 1.01 0.00 0.61 -raviers ravier nom m p 0.00 1.01 0.00 0.41 -ravies ravir ver f p 72.67 27.91 0.82 0.47 par:pas; -ravigotait ravigoter ver 0.02 0.07 0.00 0.07 ind:imp:3s; -ravigotant ravigotant adj m s 0.02 0.14 0.02 0.07 -ravigotants ravigotant adj m p 0.02 0.14 0.00 0.07 -ravigote ravigote nom f s 0.00 0.14 0.00 0.14 -ravigoter ravigoter ver 0.02 0.07 0.02 0.00 inf; -ravin ravin nom m s 4.93 11.35 4.30 9.12 -ravina raviner ver 0.08 2.57 0.04 0.07 ind:pas:3s; -ravinaient raviner ver 0.08 2.57 0.00 0.14 ind:imp:3p; -ravinant raviner ver 0.08 2.57 0.00 0.14 par:pre; -ravine ravine nom f s 0.30 0.95 0.25 0.54 -ravinement ravinement nom m s 0.00 0.14 0.00 0.07 -ravinements ravinement nom m p 0.00 0.14 0.00 0.07 -ravinent raviner ver 0.08 2.57 0.00 0.07 ind:pre:3p; -raviner raviner ver 0.08 2.57 0.00 0.14 inf; -ravines ravine nom f p 0.30 0.95 0.05 0.41 -ravins ravin nom m p 4.93 11.35 0.63 2.23 -raviné raviner ver m s 0.08 2.57 0.00 0.61 par:pas; -ravinée raviner ver f s 0.08 2.57 0.01 0.54 par:pas; -ravinées raviner ver f p 0.08 2.57 0.01 0.27 par:pas; -ravinés raviner ver m p 0.08 2.57 0.01 0.54 par:pas; -ravioli ravioli nom m 2.71 1.22 0.95 0.88 -raviolis ravioli nom m p 2.71 1.22 1.76 0.34 -ravir ravir ver 72.67 27.91 2.08 3.45 inf; -ravirait ravir ver 72.67 27.91 0.13 0.20 cnd:pre:3s; -ravirent ravir ver 72.67 27.91 0.00 0.20 ind:pas:3p; -raviront ravir ver 72.67 27.91 0.11 0.00 ind:fut:3p; -ravis ravir ver m p 72.67 27.91 3.81 2.50 imp:pre:2s;par:pas; -ravisa raviser ver 0.99 5.95 0.02 2.57 ind:pas:3s; -ravisais raviser ver 0.99 5.95 0.04 0.00 ind:imp:1s;ind:imp:2s; -ravisait raviser ver 0.99 5.95 0.02 0.34 ind:imp:3s; -ravisant raviser ver 0.99 5.95 0.10 1.08 par:pre; -ravise raviser ver 0.99 5.95 0.22 0.81 ind:pre:1s;ind:pre:3s; -ravisent raviser ver 0.99 5.95 0.02 0.00 ind:pre:3p; -raviser raviser ver 0.99 5.95 0.07 0.61 inf; -ravisera raviser ver 0.99 5.95 0.03 0.00 ind:fut:3s; -raviserais raviser ver 0.99 5.95 0.04 0.00 cnd:pre:2s; -ravises raviser ver 0.99 5.95 0.02 0.00 ind:pre:2s; -ravisez raviser ver 0.99 5.95 0.02 0.00 imp:pre:2p;ind:pre:2p; -ravissaient ravir ver 72.67 27.91 0.02 0.34 ind:imp:3p; -ravissait ravir ver 72.67 27.91 0.02 2.43 ind:imp:3s; -ravissant ravissant adj m s 15.85 13.51 4.62 4.59 -ravissante ravissant adj f s 15.85 13.51 9.22 5.88 -ravissantes ravissant adj f p 15.85 13.51 1.47 1.62 -ravissants ravissant adj m p 15.85 13.51 0.54 1.42 -ravisse ravir ver 72.67 27.91 0.27 0.00 sub:pre:3s; -ravissement ravissement nom m s 1.34 6.55 1.34 6.49 -ravissements ravissement nom m p 1.34 6.55 0.00 0.07 -ravissent ravir ver 72.67 27.91 0.11 0.54 ind:pre:3p; -ravisseur ravisseur nom m s 5.75 1.69 2.21 1.01 -ravisseurs ravisseur nom m p 5.75 1.69 3.52 0.68 -ravisseuse ravisseur nom f s 5.75 1.69 0.03 0.00 -ravisé raviser ver m s 0.99 5.95 0.32 0.34 par:pas; -ravisée raviser ver f s 0.99 5.95 0.07 0.20 par:pas; -ravit ravir ver 72.67 27.91 1.15 1.01 ind:pre:3s;ind:pas:3s; -ravitaillaient ravitailler ver 1.49 3.85 0.00 0.34 ind:imp:3p; -ravitaillait ravitailler ver 1.49 3.85 0.00 0.27 ind:imp:3s; -ravitaille ravitailler ver 1.49 3.85 0.36 0.34 imp:pre:2s;ind:pre:3s; -ravitaillement ravitaillement nom m s 2.83 12.57 2.66 11.42 -ravitaillements ravitaillement nom m p 2.83 12.57 0.17 1.15 -ravitaillent ravitailler ver 1.49 3.85 0.05 0.14 ind:pre:3p; -ravitailler ravitailler ver 1.49 3.85 0.82 1.69 inf; -ravitaillera ravitailler ver 1.49 3.85 0.05 0.00 ind:fut:3s; -ravitaillerait ravitailler ver 1.49 3.85 0.01 0.14 cnd:pre:3s; -ravitailleras ravitailler ver 1.49 3.85 0.00 0.07 ind:fut:2s; -ravitaillerez ravitailler ver 1.49 3.85 0.01 0.00 ind:fut:2p; -ravitailleur ravitailleur nom m s 0.85 0.20 0.75 0.14 -ravitailleurs ravitailleur nom m p 0.85 0.20 0.09 0.07 -ravitailleuse ravitailleur nom f s 0.85 0.20 0.01 0.00 -ravitaillons ravitailler ver 1.49 3.85 0.01 0.00 ind:pre:1p; -ravitaillé ravitailler ver m s 1.49 3.85 0.08 0.41 par:pas; -ravitaillée ravitailler ver f s 1.49 3.85 0.01 0.27 par:pas; -ravitaillées ravitailler ver f p 1.49 3.85 0.01 0.20 par:pas; -ravitaillés ravitailler ver m p 1.49 3.85 0.08 0.00 par:pas; -raviva raviver ver 2.17 4.46 0.01 0.47 ind:pas:3s; -ravivaient raviver ver 2.17 4.46 0.00 0.07 ind:imp:3p; -ravivait raviver ver 2.17 4.46 0.00 0.61 ind:imp:3s; -ravivant raviver ver 2.17 4.46 0.11 0.14 par:pre; -ravive raviver ver 2.17 4.46 0.70 0.27 imp:pre:2s;ind:pre:1s;ind:pre:3s; -ravivement ravivement nom m s 0.00 0.07 0.00 0.07 -ravivent raviver ver 2.17 4.46 0.12 0.27 ind:pre:3p; -raviver raviver ver 2.17 4.46 0.79 1.62 inf; -ravivez raviver ver 2.17 4.46 0.16 0.00 imp:pre:2p;ind:pre:2p; -ravivât raviver ver 2.17 4.46 0.00 0.07 sub:imp:3s; -ravivé raviver ver m s 2.17 4.46 0.12 0.47 par:pas; -ravivée raviver ver f s 2.17 4.46 0.14 0.47 par:pas; -ravoir ravoir ver 1.16 1.08 1.16 1.08 inf; -ray_grass ray_grass nom m 0.00 0.14 0.00 0.14 -raya rayer ver 7.42 11.22 0.02 0.54 ind:pas:3s; -rayables rayable adj p 0.00 0.07 0.00 0.07 -rayaient rayer ver 7.42 11.22 0.00 0.27 ind:imp:3p; -rayait rayer ver 7.42 11.22 0.02 0.61 ind:imp:3s; -rayant rayer ver 7.42 11.22 0.14 0.41 par:pre; -raye rayer ver 7.42 11.22 0.83 0.54 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:1s; -rayent rayer ver 7.42 11.22 0.09 0.07 ind:pre:3p; -rayer rayer ver 7.42 11.22 2.26 1.76 inf; -rayera rayer ver 7.42 11.22 0.02 0.00 ind:fut:3s; -rayerai rayer ver 7.42 11.22 0.02 0.00 ind:fut:1s; -rayerais rayer ver 7.42 11.22 0.00 0.07 cnd:pre:1s; -rayeras rayer ver 7.42 11.22 0.10 0.00 ind:fut:2s; -rayeront rayer ver 7.42 11.22 0.01 0.00 ind:fut:3p; -rayez rayer ver 7.42 11.22 0.60 0.14 imp:pre:2p;ind:pre:2p; -rayions rayer ver 7.42 11.22 0.00 0.07 ind:imp:1p; -rayon_éclair rayon_éclair nom m s 0.00 0.07 0.00 0.07 -rayon rayon nom m s 27.00 55.74 19.32 27.03 -rayonna rayonner ver 2.28 10.34 0.00 0.14 ind:pas:3s; -rayonnage rayonnage nom m s 0.06 4.73 0.01 0.88 -rayonnages rayonnage nom m p 0.06 4.73 0.05 3.85 -rayonnaient rayonner ver 2.28 10.34 0.00 1.01 ind:imp:3p; -rayonnais rayonner ver 2.28 10.34 0.03 0.07 ind:imp:1s; -rayonnait rayonner ver 2.28 10.34 0.32 3.85 ind:imp:3s; -rayonnant rayonnant adj m s 1.65 4.80 0.50 1.22 -rayonnante rayonnant adj f s 1.65 4.80 1.00 2.70 -rayonnantes rayonnant adj f p 1.65 4.80 0.03 0.41 -rayonnants rayonnant adj m p 1.65 4.80 0.12 0.47 -rayonne rayonner ver 2.28 10.34 1.00 2.23 imp:pre:2s;ind:pre:1s;ind:pre:3s; -rayonnement rayonnement nom m s 1.07 6.69 1.02 6.55 -rayonnements rayonnement nom m p 1.07 6.69 0.05 0.14 -rayonnent rayonner ver 2.28 10.34 0.05 0.47 ind:pre:3p; -rayonner rayonner ver 2.28 10.34 0.21 0.81 inf; -rayonnera rayonner ver 2.28 10.34 0.01 0.07 ind:fut:3s; -rayonnerait rayonner ver 2.28 10.34 0.00 0.20 cnd:pre:3s; -rayonnes rayonner ver 2.28 10.34 0.25 0.07 ind:pre:2s; -rayonneur rayonneur nom m s 0.03 0.00 0.03 0.00 -rayonnez rayonner ver 2.28 10.34 0.06 0.00 imp:pre:2p;ind:pre:2p; -rayonné rayonner ver m s 2.28 10.34 0.05 0.07 par:pas; -rayons rayon nom m p 27.00 55.74 7.62 28.04 -rayât rayer ver 7.42 11.22 0.00 0.07 sub:imp:3s; -rayé rayer ver m s 7.42 11.22 2.09 3.04 par:pas; -rayée rayé adj f s 2.02 6.82 0.98 1.15 -rayées rayer ver f p 7.42 11.22 0.20 0.47 par:pas; -rayure rayure nom f s 2.82 7.36 0.36 0.61 -rayures rayure nom f p 2.82 7.36 2.46 6.76 -rayés rayer ver m p 7.42 11.22 0.30 1.01 par:pas; -raz_de_marée raz_de_marée nom m 0.57 0.20 0.57 0.20 -raz raz nom m 0.23 1.28 0.23 1.28 -razzia razzia nom f s 0.55 1.28 0.45 0.95 -razziais razzier ver 0.00 0.27 0.00 0.07 ind:imp:1s; -razzias razzia nom f p 0.55 1.28 0.10 0.34 -razzier razzier ver 0.00 0.27 0.00 0.20 inf; -reaboyer reaboyer ver 0.00 0.07 0.00 0.07 ind:pre:3s; -rebalbutiant rebalbutiant adj m s 0.00 0.07 0.00 0.07 -rebaptême rebaptême nom m s 0.00 0.07 0.00 0.07 -re_belote re_belote ono 0.01 0.00 0.01 0.00 -rebiberonner rebiberonner ver 0.00 0.07 0.00 0.07 inf; -rebide rebide nom m s 0.00 0.07 0.00 0.07 -reblinder reblinder ver 0.00 0.07 0.00 0.07 inf; -rebombardon rebombardon nom m p 0.01 0.00 0.01 0.00 -reboucler reboucler ver 0.14 1.01 0.01 0.00 inf; -recabosser recabosser ver m s 0.00 0.07 0.00 0.07 par:pas; -recafé recafé adj 0.00 0.07 0.00 0.07 -recailloux recailloux nom m p 0.00 0.07 0.00 0.07 -recalibrer recalibrer ver 0.01 0.00 0.01 0.00 ind:imp:1s; -recasser recasser ver f s 0.24 0.07 0.01 0.00 par:pas; -rechanteur rechanteur nom m s 0.01 0.00 0.01 0.00 -rechiader rechiader ver 0.00 0.07 0.00 0.07 inf; -reciseler reciseler ver 0.00 0.07 0.00 0.07 ind:pre:3s; -reclasser reclasser ver 0.09 0.20 0.00 0.07 ind:pre:3s; -reclasser reclasser ver 0.09 0.20 0.00 0.07 inf; -reconnaître reconnaître ver 140.73 229.19 0.00 0.07 inf; -recontacter recontacter ver 0.38 0.07 0.03 0.00 ind:pre:1s; -recontacter recontacter ver 0.38 0.07 0.01 0.00 ind:pre:3p; -recontacter recontacter ver 0.38 0.07 0.01 0.00 inf; -recontacter recontacter ver 0.38 0.07 0.06 0.00 ind:fut:1s; -reconvaincre reconvaincre ver 0.00 0.07 0.00 0.07 ind:fut:3s; -recoup recoup nom m s 0.00 0.07 0.00 0.07 -recrac recrac nom m s 0.00 0.07 0.00 0.07 -recreuser recreuser ver m p 0.14 0.20 0.00 0.07 par:pas; -recroquis recroquis nom m 0.00 0.07 0.00 0.07 -recréation recréation nom f s 0.04 0.27 0.03 0.07 -recréer recréer ver f s 2.23 4.39 0.00 0.07 par:pas; -recul recul nom m s 3.59 15.61 0.00 0.07 -rediffuser rediffuser ver 0.20 0.07 0.01 0.00 ind:pre:2s; -redose redose nom f s 0.00 0.07 0.00 0.07 -redrapeau redrapeau nom m s 0.00 0.07 0.00 0.07 -redéchirer redéchirer ver 0.00 0.07 0.00 0.07 ind:pre:3s; -redéclic redéclic nom m s 0.00 0.07 0.00 0.07 -redécorer redécorer ver 0.08 0.00 0.01 0.00 ind:pre:1s; -redécorer redécorer ver 0.08 0.00 0.07 0.00 inf; -redéménager redéménager ver 0.00 0.07 0.00 0.07 inf; -reexpliquer reexpliquer ver 0.00 0.07 0.00 0.07 ind:pre:3s; -refaim refaim nom f s 0.14 0.00 0.14 0.00 -refrapper refrapper ver 0.07 0.14 0.00 0.07 ind:pre:3s; -refrapper refrapper ver m s 0.07 0.14 0.01 0.07 par:pas; -refuser refuser ver 143.96 152.77 0.00 0.07 ind:pre:1s; -regomme regomme nom f s 0.00 0.07 0.00 0.07 -rehistoire rehistoire nom f p 0.00 0.07 0.00 0.07 -rehygiène rehygiène nom f s 0.00 0.07 0.00 0.07 -re_inter re_inter nom m s 0.00 0.07 0.00 0.07 -rekidnapper rekidnapper ver 0.01 0.00 0.01 0.00 ind:imp:1s; -relettre relettre nom f s 0.00 0.07 0.00 0.07 -remain remain nom f s 0.00 0.07 0.00 0.07 -rematérialisation rematérialisation nom f s 0.01 0.00 0.01 0.00 -remorphine remorphine nom f s 0.00 0.07 0.00 0.07 -rené rené adj m p 0.01 0.00 0.01 0.00 -repayer repayer ver 0.23 0.41 0.00 0.07 imp:pre:2s; -repenser repenser ver 9.68 12.16 0.01 0.00 inf; -repotasser repotasser ver m s 0.00 0.07 0.00 0.07 par:pas; -reprogrammation reprogrammation nom f s 0.01 0.00 0.01 0.00 -reprogrammer reprogrammer ver f s 1.11 0.00 0.01 0.00 par:pas; -reraconter reraconter ver 0.00 0.14 0.00 0.07 ind:pre:3s; -reraconter reraconter ver f p 0.00 0.14 0.00 0.07 par:pas; -reremplir reremplir ver 0.01 0.07 0.01 0.07 inf; -rerentrer rerentrer ver 0.05 0.07 0.05 0.07 inf; -rerespirer rerespirer ver 0.00 0.07 0.00 0.07 inf; -reressortir reressortir ver 0.00 0.07 0.00 0.07 ind:imp:3s; -reretirer reretirer ver 0.00 0.07 0.00 0.07 ind:pre:3p; -rerigole rerigole nom f s 0.00 0.07 0.00 0.07 -rerécurer rerécurer ver 0.00 0.07 0.00 0.07 ind:imp:3s; -reréparer reréparer ver 0.01 0.00 0.01 0.00 inf; -rerêvé rerêvé adj m s 0.00 0.07 0.00 0.07 -resaluer resaluer ver m s 0.00 0.07 0.00 0.07 par:pas; -resavater resavater ver m s 0.01 0.00 0.01 0.00 par:pas; -resculpter resculpter ver 0.00 0.07 0.00 0.07 ind:pre:3s; -resevrage resevrage nom m s 0.00 0.07 0.00 0.07 -resigner resigner ver 0.02 0.00 0.02 0.00 inf; -resommeil resommeil nom m s 0.00 0.07 0.00 0.07 -resonner resonner ver 0.00 0.07 0.00 0.07 ind:pre:3s; -restructuration restructuration nom f s 0.91 0.34 0.00 0.07 -reséparé reséparé adj m p 0.00 0.07 0.00 0.07 -retaloche retaloche nom f s 0.00 0.14 0.00 0.14 -retitiller retitiller ver 0.00 0.14 0.00 0.14 ind:pre:3s; -retraité retraité adj f s 0.68 1.15 0.00 0.07 -retravail retravail nom m s 0.00 0.07 0.00 0.07 -retuage retuage nom m s 0.04 0.00 0.04 0.00 -retuer retuer ver 0.08 0.07 0.07 0.07 inf; -retu retu adj f p 0.01 0.00 0.01 0.00 -reébranler reébranler ver m p 0.00 0.07 0.00 0.07 par:pas; -reéchanger reéchanger ver 0.01 0.00 0.01 0.00 inf; -revouloir revouloir ver 0.45 0.41 0.04 0.00 ind:pre:2s; -revie revie nom f s 0.00 0.07 0.00 0.07 -revisiter revisiter ver 0.21 0.61 0.00 0.07 ind:pre:3s; -revivre revivre ver 10.37 20.68 0.00 0.07 ind:pre:3s; -revérifier revérifier ver 0.67 0.00 0.10 0.00 inf; -revérifié revérifié adj m s 0.34 0.07 0.10 0.00 -re r adv 21.43 7.50 21.43 7.50 -reître reître nom m s 0.00 1.62 0.00 0.68 -reîtres reître nom m p 0.00 1.62 0.00 0.95 -reader reader nom m s 0.11 0.07 0.11 0.07 -ready_made ready_made nom m s 0.00 0.07 0.00 0.07 -rebab rebab nom m s 0.00 0.07 0.00 0.07 -rebaise rebaiser ver 0.12 0.27 0.12 0.00 ind:pre:1s;ind:pre:3s; -rebaisent rebaiser ver 0.12 0.27 0.00 0.07 ind:pre:3p; -rebaiser rebaiser ver 0.12 0.27 0.00 0.07 inf; -rebaissa rebaisser ver 0.01 0.74 0.00 0.27 ind:pas:3s; -rebaissait rebaisser ver 0.01 0.74 0.00 0.07 ind:imp:3s; -rebaisse rebaisser ver 0.01 0.74 0.01 0.27 imp:pre:2s;ind:pre:3s; -rebaissé rebaisser ver m s 0.01 0.74 0.00 0.14 par:pas; -rebaisé rebaiser ver m s 0.12 0.27 0.00 0.14 par:pas; -rebander rebander ver 0.01 0.14 0.01 0.14 inf; -rebaptisa rebaptiser ver 0.71 0.88 0.03 0.07 ind:pas:3s; -rebaptise rebaptiser ver 0.71 0.88 0.04 0.00 ind:pre:1s;ind:pre:3s; -rebaptiser rebaptiser ver 0.71 0.88 0.23 0.14 inf; -rebaptisé rebaptiser ver m s 0.71 0.88 0.18 0.34 par:pas; -rebaptisée rebaptiser ver f s 0.71 0.88 0.22 0.27 par:pas; -rebaptisées rebaptiser ver f p 0.71 0.88 0.00 0.07 par:pas; -rebarré rebarré adj m s 0.00 0.20 0.00 0.20 -rebasculait rebasculer ver 0.01 0.20 0.00 0.07 ind:imp:3s; -rebascule rebasculer ver 0.01 0.20 0.01 0.07 ind:pre:1s;ind:pre:3s; -rebasculera rebasculer ver 0.01 0.20 0.00 0.07 ind:fut:3s; -rebat rebattre ver 0.22 1.49 0.11 0.20 ind:pre:3s; -rebats rebattre ver 0.22 1.49 0.02 0.00 ind:pre:1s;ind:pre:2s; -rebattait rebattre ver 0.22 1.49 0.00 0.27 ind:imp:3s; -rebattent rebattre ver 0.22 1.49 0.01 0.07 ind:pre:3p; -rebattez rebattre ver 0.22 1.49 0.03 0.00 imp:pre:2p;ind:pre:2p; -rebattit rebattre ver 0.22 1.49 0.00 0.07 ind:pas:3s; -rebattre rebattre ver 0.22 1.49 0.04 0.34 inf; -rebattu rebattu adj m s 0.02 0.34 0.02 0.00 -rebattue rebattu adj f s 0.02 0.34 0.00 0.20 -rebattues rebattre ver f p 0.22 1.49 0.00 0.07 par:pas; -rebattus rebattu adj m p 0.02 0.34 0.00 0.07 -rebec rebec nom m s 0.01 0.00 0.01 0.00 -rebecter rebecter ver 0.00 0.41 0.00 0.20 inf; -rebecté rebecter ver m s 0.00 0.41 0.00 0.20 par:pas; -rebella rebeller ver 3.77 1.62 0.02 0.07 ind:pas:3s; -rebellaient rebeller ver 3.77 1.62 0.03 0.07 ind:imp:3p; -rebellais rebeller ver 3.77 1.62 0.04 0.07 ind:imp:1s;ind:imp:2s; -rebellait rebeller ver 3.77 1.62 0.03 0.07 ind:imp:3s; -rebellant rebeller ver 3.77 1.62 0.01 0.00 par:pre; -rebelle rebelle adj s 5.95 4.32 3.73 2.77 -rebellent rebeller ver 3.77 1.62 0.76 0.00 ind:pre:3p; -rebeller rebeller ver 3.77 1.62 0.82 0.41 inf; -rebelles rebelle nom p 8.66 6.08 6.41 4.26 -rebellez rebeller ver 3.77 1.62 0.03 0.07 imp:pre:2p;ind:pre:2p; -rebellât rebeller ver 3.77 1.62 0.00 0.07 sub:imp:3s; -rebellèrent rebeller ver 3.77 1.62 0.04 0.00 ind:pas:3p; -rebellé rebeller ver m s 3.77 1.62 0.47 0.20 par:pas; -rebellée rebeller ver f s 3.77 1.62 0.15 0.27 par:pas; -rebellés rebeller ver m p 3.77 1.62 0.19 0.00 par:pas; -rebelote rebelote ono 0.27 0.68 0.27 0.68 -rebiffa rebiffer ver 0.29 3.58 0.01 0.20 ind:pas:3s; -rebiffai rebiffer ver 0.29 3.58 0.00 0.07 ind:pas:1s; -rebiffaient rebiffer ver 0.29 3.58 0.00 0.20 ind:imp:3p; -rebiffais rebiffer ver 0.29 3.58 0.01 0.00 ind:imp:2s; -rebiffait rebiffer ver 0.29 3.58 0.00 0.20 ind:imp:3s; -rebiffant rebiffer ver 0.29 3.58 0.00 0.07 par:pre; -rebiffe rebiffer ver 0.29 3.58 0.14 1.49 ind:pre:1s;ind:pre:3s; -rebiffent rebiffer ver 0.29 3.58 0.03 0.20 ind:pre:3p; -rebiffer rebiffer ver 0.29 3.58 0.04 0.88 inf; -rebifferai rebiffer ver 0.29 3.58 0.01 0.00 ind:fut:1s; -rebiffes rebiffer ver 0.29 3.58 0.03 0.00 ind:pre:2s; -rebiffèrent rebiffer ver 0.29 3.58 0.00 0.07 ind:pas:3p; -rebiffé rebiffer ver m s 0.29 3.58 0.02 0.00 par:pas; -rebiffée rebiffer ver f s 0.29 3.58 0.01 0.20 par:pas; -rebiquaient rebiquer ver 0.00 0.74 0.00 0.34 ind:imp:3p; -rebiquait rebiquer ver 0.00 0.74 0.00 0.07 ind:imp:3s; -rebique rebiquer ver 0.00 0.74 0.00 0.20 imp:pre:2s;ind:pre:3s; -rebiquer rebiquer ver 0.00 0.74 0.00 0.07 inf; -rebiquée rebiquer ver f s 0.00 0.74 0.00 0.07 par:pas; -reblanchir reblanchir ver 0.00 0.07 0.00 0.07 inf; -reblochon reblochon nom m s 0.02 0.41 0.02 0.14 -reblochons reblochon nom m p 0.02 0.41 0.00 0.27 -rebloquer rebloquer ver 0.14 0.00 0.14 0.00 inf; -rebobiner rebobiner ver 0.01 0.00 0.01 0.00 inf; -reboire reboire ver 0.40 0.47 0.17 0.14 inf; -rebois reboire ver 0.40 0.47 0.00 0.07 ind:pre:1s; -reboise reboiser ver 0.00 0.14 0.00 0.07 ind:pre:3s; -reboisement reboisement nom m s 0.10 0.14 0.10 0.14 -reboisées reboiser ver f p 0.00 0.14 0.00 0.07 par:pas; -reboit reboire ver 0.40 0.47 0.04 0.00 ind:pre:3s; -rebond rebond nom m s 0.62 0.74 0.55 0.68 -rebondi rebondir ver m s 3.42 10.68 0.47 0.81 par:pas; -rebondie rebondi adj f s 0.25 2.30 0.03 0.47 -rebondies rebondi adj f p 0.25 2.30 0.04 0.81 -rebondir rebondir ver 3.42 10.68 1.56 2.84 inf; -rebondira rebondir ver 3.42 10.68 0.05 0.00 ind:fut:3s; -rebondiraient rebondir ver 3.42 10.68 0.00 0.07 cnd:pre:3p; -rebondirait rebondir ver 3.42 10.68 0.01 0.07 cnd:pre:3s; -rebondirent rebondir ver 3.42 10.68 0.00 0.27 ind:pas:3p; -rebondis rebondi adj m p 0.25 2.30 0.14 0.34 -rebondissaient rebondir ver 3.42 10.68 0.27 0.74 ind:imp:3p; -rebondissais rebondir ver 3.42 10.68 0.00 0.14 ind:imp:1s; -rebondissait rebondir ver 3.42 10.68 0.03 1.55 ind:imp:3s; -rebondissant rebondissant adj m s 0.06 2.09 0.04 1.82 -rebondissante rebondissant adj f s 0.06 2.09 0.01 0.07 -rebondissantes rebondissant adj f p 0.06 2.09 0.01 0.07 -rebondissants rebondissant adj m p 0.06 2.09 0.00 0.14 -rebondisse rebondir ver 3.42 10.68 0.11 0.00 sub:pre:3s; -rebondissement rebondissement nom m s 0.50 1.89 0.27 0.68 -rebondissements rebondissement nom m p 0.50 1.89 0.22 1.22 -rebondissent rebondir ver 3.42 10.68 0.17 0.54 ind:pre:3p; -rebondit rebondir ver 3.42 10.68 0.65 3.31 ind:pre:3s;ind:pas:3s; -rebonds rebond nom m p 0.62 0.74 0.07 0.07 -rebonjour rebonjour nom m s 0.02 0.00 0.02 0.00 -rebooter rebooter ver 0.04 0.00 0.04 0.00 inf; -rebord rebord nom m s 2.69 18.65 2.66 17.30 -reborder reborder ver 0.01 0.07 0.01 0.00 inf; -rebords rebord nom m p 2.69 18.65 0.04 1.35 -rebordée reborder ver f s 0.01 0.07 0.00 0.07 par:pas; -rebâti rebâtir ver m s 0.97 2.36 0.04 0.41 par:pas; -rebâtie rebâtir ver f s 0.97 2.36 0.01 0.14 par:pas; -rebâties rebâtir ver f p 0.97 2.36 0.01 0.27 par:pas; -rebâtir rebâtir ver 0.97 2.36 0.82 0.88 inf; -rebâtirai rebâtir ver 0.97 2.36 0.01 0.00 ind:fut:1s; -rebâtirent rebâtir ver 0.97 2.36 0.00 0.07 ind:pas:3p; -rebâtirons rebâtir ver 0.97 2.36 0.01 0.00 ind:fut:1p; -rebâtis rebâtir ver m p 0.97 2.36 0.01 0.20 ind:pre:1s;par:pas; -rebâtissaient rebâtir ver 0.97 2.36 0.00 0.07 ind:imp:3p; -rebâtissant rebâtir ver 0.97 2.36 0.00 0.07 par:pre; -rebâtissent rebâtir ver 0.97 2.36 0.02 0.00 ind:pre:3p; -rebâtissons rebâtir ver 0.97 2.36 0.00 0.07 imp:pre:1p; -rebâtit rebâtir ver 0.97 2.36 0.05 0.20 ind:pre:3s;ind:pas:3s; -reboucha reboucher ver 0.80 1.42 0.00 0.20 ind:pas:3s; -rebouchait reboucher ver 0.80 1.42 0.00 0.07 ind:imp:3s; -rebouchant reboucher ver 0.80 1.42 0.00 0.07 par:pre; -rebouche reboucher ver 0.80 1.42 0.07 0.07 imp:pre:2s;ind:pre:1s;ind:pre:3s; -rebouchent reboucher ver 0.80 1.42 0.01 0.07 ind:pre:3p; -reboucher reboucher ver 0.80 1.42 0.36 0.47 inf; -reboucheront reboucher ver 0.80 1.42 0.10 0.00 ind:fut:3p; -rebouchez reboucher ver 0.80 1.42 0.04 0.00 imp:pre:2p; -rebouchèrent reboucher ver 0.80 1.42 0.00 0.07 ind:pas:3p; -rebouché reboucher ver m s 0.80 1.42 0.18 0.14 par:pas; -rebouchée reboucher ver f s 0.80 1.42 0.02 0.07 par:pas; -rebouchées reboucher ver f p 0.80 1.42 0.00 0.07 par:pas; -rebouchés reboucher ver m p 0.80 1.42 0.01 0.14 par:pas; -reboucla reboucler ver 0.14 1.01 0.00 0.07 ind:pas:3s; -reboucle reboucler ver 0.14 1.01 0.12 0.27 imp:pre:2s;ind:pre:3s; -reboucler reboucler ver 0.14 1.01 0.01 0.47 inf; -rebouclé reboucler ver m s 0.14 1.01 0.00 0.14 par:pas; -rebouclée reboucler ver f s 0.14 1.01 0.00 0.07 par:pas; -reboule reboule nom f s 0.27 0.00 0.27 0.00 -rebourrer rebourrer ver 0.00 0.07 0.00 0.07 inf; -rebours rebours adv 3.52 2.91 3.52 2.91 -reboute rebouter ver 0.14 0.34 0.00 0.20 ind:pre:1s; -rebouter rebouter ver 0.14 0.34 0.14 0.07 inf; -rebouteuse rebouteur nom f s 0.14 0.00 0.14 0.00 -rebouteux rebouteux nom m 0.26 0.54 0.26 0.54 -reboutez rebouter ver 0.14 0.34 0.00 0.07 ind:pre:2p; -reboutonna reboutonner ver 0.38 1.49 0.00 0.34 ind:pas:3s; -reboutonnaient reboutonner ver 0.38 1.49 0.00 0.07 ind:imp:3p; -reboutonnais reboutonner ver 0.38 1.49 0.00 0.07 ind:imp:1s; -reboutonnant reboutonner ver 0.38 1.49 0.00 0.20 par:pre; -reboutonne reboutonner ver 0.38 1.49 0.06 0.20 imp:pre:2s;ind:pre:1s;ind:pre:3s; -reboutonner reboutonner ver 0.38 1.49 0.01 0.20 inf; -reboutonnerait reboutonner ver 0.38 1.49 0.00 0.07 cnd:pre:3s; -reboutonnez reboutonner ver 0.38 1.49 0.17 0.00 imp:pre:2p;ind:pre:2p; -reboutonnèrent reboutonner ver 0.38 1.49 0.00 0.07 ind:pas:3p; -reboutonné reboutonner ver m s 0.38 1.49 0.00 0.20 par:pas; -reboutonnée reboutonner ver f s 0.38 1.49 0.14 0.00 par:pas; -reboutonnés reboutonner ver m p 0.38 1.49 0.00 0.07 par:pas; -rebrûlé rebrûler ver m s 0.00 0.07 0.00 0.07 par:pas; -rebraguetter rebraguetter ver 0.00 0.14 0.00 0.07 inf; -rebraguetté rebraguetter ver m s 0.00 0.14 0.00 0.07 par:pas; -rebrancha rebrancher ver 0.73 0.81 0.00 0.07 ind:pas:3s; -rebranche rebrancher ver 0.73 0.81 0.22 0.34 imp:pre:2s;ind:pre:1s;ind:pre:3s; -rebrancher rebrancher ver 0.73 0.81 0.23 0.07 inf; -rebranchez rebrancher ver 0.73 0.81 0.12 0.00 imp:pre:2p; -rebranché rebrancher ver m s 0.73 0.81 0.16 0.34 par:pas; -rebranchée rebrancher ver f s 0.73 0.81 0.01 0.00 par:pas; -rebrodait rebroder ver 0.00 0.20 0.00 0.07 ind:imp:3s; -rebrodée rebroder ver f s 0.00 0.20 0.00 0.07 par:pas; -rebrodés rebroder ver m p 0.00 0.20 0.00 0.07 par:pas; -rebrosser rebrosser ver 0.02 0.00 0.02 0.00 inf; -rebroussa rebrousser ver 1.52 6.76 0.01 1.08 ind:pas:3s; -rebroussai rebrousser ver 1.52 6.76 0.01 0.07 ind:pas:1s; -rebroussaient rebrousser ver 1.52 6.76 0.01 0.14 ind:imp:3p; -rebroussait rebrousser ver 1.52 6.76 0.00 0.20 ind:imp:3s; -rebroussant rebrousser ver 1.52 6.76 0.14 0.27 par:pre; -rebrousse rebrousser ver 1.52 6.76 0.17 1.15 imp:pre:2s;ind:pre:1s;ind:pre:3s; -rebroussement rebroussement nom m s 0.00 0.07 0.00 0.07 -rebroussent rebrousser ver 1.52 6.76 0.03 0.20 ind:pre:3p; -rebrousser rebrousser ver 1.52 6.76 0.69 1.89 inf; -rebrousserai rebrousser ver 1.52 6.76 0.01 0.00 ind:fut:1s; -rebrousserez rebrousser ver 1.52 6.76 0.00 0.07 ind:fut:2p; -rebroussez rebrousser ver 1.52 6.76 0.14 0.00 imp:pre:2p;ind:pre:2p; -rebroussâmes rebrousser ver 1.52 6.76 0.00 0.07 ind:pas:1p; -rebroussons rebrousser ver 1.52 6.76 0.11 0.14 imp:pre:1p;ind:pre:1p; -rebroussât rebrousser ver 1.52 6.76 0.00 0.07 sub:imp:3s; -rebroussèrent rebrousser ver 1.52 6.76 0.00 0.27 ind:pas:3p; -rebroussé rebrousser ver m s 1.52 6.76 0.20 0.88 par:pas; -rebroussée rebrousser ver f s 1.52 6.76 0.00 0.07 par:pas; -rebroussées rebrousser ver f p 1.52 6.76 0.00 0.07 par:pas; -rebroussés rebrousser ver m p 1.52 6.76 0.00 0.14 par:pas; -rebu reboire ver m s 0.40 0.47 0.00 0.14 par:pas; -rebuffade rebuffade nom f s 0.07 1.35 0.03 0.27 -rebuffades rebuffade nom f p 0.07 1.35 0.04 1.08 -rebéquer rebéquer ver 0.00 0.07 0.00 0.07 inf; -rebus reboire ver m p 0.40 0.47 0.16 0.00 par:pas; -rebut rebut nom m s 2.15 4.26 1.43 2.97 -rebuta rebuter ver 0.71 5.34 0.00 0.07 ind:pas:3s; -rebutaient rebuter ver 0.71 5.34 0.01 0.20 ind:imp:3p; -rebutait rebuter ver 0.71 5.34 0.00 1.08 ind:imp:3s; -rebutant rebutant adj m s 0.17 1.62 0.02 0.68 -rebutante rebutant adj f s 0.17 1.62 0.00 0.41 -rebutantes rebutant adj f p 0.17 1.62 0.01 0.27 -rebutants rebutant adj m p 0.17 1.62 0.14 0.27 -rebute rebuter ver 0.71 5.34 0.45 0.95 ind:pre:3s; -rebutent rebuter ver 0.71 5.34 0.01 0.27 ind:pre:3p; -rebuter rebuter ver 0.71 5.34 0.02 0.61 inf; -rebutera rebuter ver 0.71 5.34 0.00 0.07 ind:fut:3s; -rebuterait rebuter ver 0.71 5.34 0.00 0.07 cnd:pre:3s; -rebuts rebut nom m p 2.15 4.26 0.72 1.28 -rebutèrent rebuter ver 0.71 5.34 0.00 0.07 ind:pas:3p; -rebuté rebuter ver m s 0.71 5.34 0.06 1.01 par:pas; -rebutée rebuter ver f s 0.71 5.34 0.03 0.47 par:pas; -rebutées rebuter ver f p 0.71 5.34 0.01 0.07 par:pas; -rebutés rebuter ver m p 0.71 5.34 0.12 0.20 par:pas; -rebuvait reboire ver 0.40 0.47 0.00 0.07 ind:imp:3s; -recache recacher ver 0.02 0.07 0.01 0.00 ind:pre:1s; -recacher recacher ver 0.02 0.07 0.01 0.07 inf; -recacheter recacheter ver 0.00 0.14 0.00 0.07 inf; -recachetée recacheter ver f s 0.00 0.14 0.00 0.07 par:pas; -recadre recadrer ver 0.23 0.14 0.02 0.00 imp:pre:2s;ind:pre:1s; -recadrer recadrer ver 0.23 0.14 0.20 0.14 inf; -recadrez recadrer ver 0.23 0.14 0.01 0.00 imp:pre:2p; -recala recaler ver 1.72 1.01 0.00 0.07 ind:pas:3s; -recalage recalage nom m s 0.01 0.00 0.01 0.00 -recalculant recalculer ver 0.10 0.07 0.00 0.07 par:pre; -recalcule recalculer ver 0.10 0.07 0.01 0.00 ind:pre:3s; -recalculer recalculer ver 0.10 0.07 0.06 0.00 inf; -recalculez recalculer ver 0.10 0.07 0.01 0.00 imp:pre:2p; -recalculé recalculer ver m s 0.10 0.07 0.02 0.00 par:pas; -recaler recaler ver 1.72 1.01 0.32 0.07 inf; -recalez recaler ver 1.72 1.01 0.03 0.00 imp:pre:2p;ind:pre:2p; -recalé recaler ver m s 1.72 1.01 1.03 0.41 par:pas; -recalée recaler ver f s 1.72 1.01 0.28 0.34 par:pas; -recalés recaler ver m p 1.72 1.01 0.07 0.14 par:pas; -recarreler recarreler ver 0.01 0.00 0.01 0.00 inf; -recasa recaser ver 0.23 0.34 0.00 0.07 ind:pas:3s; -recasable recasable adj s 0.00 0.07 0.00 0.07 -recaser recaser ver 0.23 0.34 0.20 0.14 inf; -recaserai recaser ver 0.23 0.34 0.01 0.00 ind:fut:1s; -recasser recasser ver 0.24 0.07 0.14 0.00 inf; -recasses recasser ver 0.24 0.07 0.02 0.00 ind:pre:2s; -recassé recasser ver m s 0.24 0.07 0.05 0.00 par:pas; -recassée recasser ver f s 0.24 0.07 0.01 0.07 par:pas; -recasé recaser ver m s 0.23 0.34 0.01 0.14 par:pas; -recel recel nom m s 0.77 1.01 0.77 1.01 -recelaient receler ver 1.02 3.72 0.00 0.20 ind:imp:3p; -recelait receler ver 1.02 3.72 0.04 0.95 ind:imp:3s; -recelant receler ver 1.02 3.72 0.00 0.27 par:pre; -receler receler ver 1.02 3.72 0.06 0.47 inf; -receleur_miracle receleur_miracle nom m s 0.00 0.07 0.00 0.07 -receleur receleur nom m s 0.45 1.28 0.34 0.68 -receleurs receleur nom m p 0.45 1.28 0.10 0.47 -receleuse receleur nom f s 0.45 1.28 0.01 0.07 -receleuses receleur nom f p 0.45 1.28 0.00 0.07 -recelons receler ver 1.02 3.72 0.02 0.00 ind:pre:1p; -recelé receler ver m s 1.02 3.72 0.00 0.07 par:pas; -recelée receler ver f s 1.02 3.72 0.00 0.07 par:pas; -recelées receler ver f p 1.02 3.72 0.01 0.00 par:pas; -recelés receler ver m p 1.02 3.72 0.00 0.07 par:pas; -recensa recenser ver 1.29 1.96 0.00 0.20 ind:pas:3s; -recensais recenser ver 1.29 1.96 0.00 0.07 ind:imp:1s; -recensait recenser ver 1.29 1.96 0.00 0.07 ind:imp:3s; -recensant recenser ver 1.29 1.96 0.01 0.00 par:pre; -recense recenser ver 1.29 1.96 0.22 0.34 imp:pre:2s;ind:pre:1s;ind:pre:3s; -recensement recensement nom m s 1.17 1.08 1.14 0.95 -recensements recensement nom m p 1.17 1.08 0.03 0.14 -recensent recenser ver 1.29 1.96 0.04 0.00 ind:pre:3p; -recenser recenser ver 1.29 1.96 0.20 0.54 inf; -recenseur recenseur nom m s 0.03 0.00 0.03 0.00 -recension recension nom f s 0.00 0.27 0.00 0.27 -recensâmes recenser ver 1.29 1.96 0.00 0.07 ind:pas:1p; -recensèrent recenser ver 1.29 1.96 0.00 0.07 ind:pas:3p; -recensé recenser ver m s 1.29 1.96 0.55 0.20 par:pas; -recensées recenser ver f p 1.29 1.96 0.04 0.14 par:pas; -recensés recenser ver m p 1.29 1.96 0.25 0.27 par:pas; -recentrage recentrage nom m s 0.14 0.07 0.14 0.07 -recentre recentrer ver 0.44 0.20 0.24 0.07 imp:pre:2s;ind:pre:1s;ind:pre:3s; -recentrer recentrer ver 0.44 0.20 0.17 0.07 inf; -recentrons recentrer ver 0.44 0.20 0.01 0.00 ind:pre:1p; -recentré recentrer ver m s 0.44 0.20 0.03 0.00 par:pas; -recentrée recentrer ver f s 0.44 0.20 0.00 0.07 par:pas; -recette recette nom f s 12.56 13.38 9.56 6.89 -recettes recette nom f p 12.56 13.38 3.00 6.49 -recevabilité recevabilité nom f s 0.01 0.00 0.01 0.00 -recevable recevable adj s 0.87 0.27 0.78 0.14 -recevables recevable adj f p 0.87 0.27 0.09 0.14 -recevaient recevoir ver 192.73 224.46 0.32 4.93 ind:imp:3p; -recevais recevoir ver 192.73 224.46 0.87 2.77 ind:imp:1s;ind:imp:2s; -recevait recevoir ver 192.73 224.46 2.16 21.42 ind:imp:3s; -recevant recevoir ver 192.73 224.46 0.55 5.68 par:pre; -receveur receveur nom m s 1.90 1.62 1.61 1.42 -receveurs receveur nom m p 1.90 1.62 0.27 0.07 -receveuse receveur nom f s 1.90 1.62 0.02 0.07 -receveuses receveur nom f p 1.90 1.62 0.00 0.07 -recevez recevoir ver 192.73 224.46 11.20 1.15 imp:pre:2p;ind:pre:2p; -receviez recevoir ver 192.73 224.46 0.41 0.34 ind:imp:2p; -recevions recevoir ver 192.73 224.46 0.38 0.81 ind:imp:1p; -recevoir recevoir ver 192.73 224.46 37.20 49.12 inf; -recevons recevoir ver 192.73 224.46 3.02 1.15 imp:pre:1p;ind:pre:1p; -recevra recevoir ver 192.73 224.46 4.69 1.22 ind:fut:3s; -recevrai recevoir ver 192.73 224.46 1.29 0.54 ind:fut:1s; -recevraient recevoir ver 192.73 224.46 0.07 0.47 cnd:pre:3p; -recevrais recevoir ver 192.73 224.46 0.25 0.07 cnd:pre:1s;cnd:pre:2s; -recevrait recevoir ver 192.73 224.46 0.39 2.70 cnd:pre:3s; -recevras recevoir ver 192.73 224.46 1.77 0.61 ind:fut:2s; -recevrez recevoir ver 192.73 224.46 2.50 0.47 ind:fut:2p; -recevriez recevoir ver 192.73 224.46 0.06 0.07 cnd:pre:2p; -recevrions recevoir ver 192.73 224.46 0.11 0.07 cnd:pre:1p; -recevrons recevoir ver 192.73 224.46 0.41 0.27 ind:fut:1p; -recevront recevoir ver 192.73 224.46 1.03 0.47 ind:fut:3p; -rechampi rechampi nom m s 0.00 0.07 0.00 0.07 -rechampis rechampir ver m p 0.00 0.14 0.00 0.07 par:pas; -rechampit rechampir ver 0.00 0.14 0.00 0.07 ind:pre:3s; -rechange rechange nom m s 4.73 2.77 4.71 2.70 -rechanger rechanger ver 0.17 0.07 0.10 0.00 inf; -rechanges rechange nom m p 4.73 2.77 0.02 0.07 -rechangé rechanger ver m s 0.17 0.07 0.07 0.07 par:pas; -rechanta rechanter ver 0.05 0.14 0.00 0.07 ind:pas:3s; -rechanter rechanter ver 0.05 0.14 0.04 0.00 inf; -rechanté rechanter ver m s 0.05 0.14 0.01 0.07 par:pas; -rechaper rechaper ver 0.12 0.07 0.12 0.07 inf; -recharge recharger ver 4.07 3.99 0.81 0.47 imp:pre:2s;ind:pre:1s;ind:pre:3s; -rechargea recharger ver 4.07 3.99 0.00 0.07 ind:pas:3s; -rechargeable rechargeable adj m s 0.02 0.00 0.02 0.00 -rechargeaient recharger ver 4.07 3.99 0.01 0.20 ind:imp:3p; -rechargeais recharger ver 4.07 3.99 0.01 0.00 ind:imp:1s; -rechargeait recharger ver 4.07 3.99 0.01 0.41 ind:imp:3s; -rechargeant recharger ver 4.07 3.99 0.00 0.20 par:pre; -rechargement rechargement nom m s 0.04 0.00 0.04 0.00 -rechargent recharger ver 4.07 3.99 0.02 0.07 ind:pre:3p; -recharger recharger ver 4.07 3.99 1.76 1.89 inf; -rechargerai recharger ver 4.07 3.99 0.01 0.07 ind:fut:1s; -rechargerait recharger ver 4.07 3.99 0.00 0.07 cnd:pre:3s; -rechargerons recharger ver 4.07 3.99 0.01 0.00 ind:fut:1p; -recharges recharge nom f p 0.83 0.34 0.27 0.07 -rechargez recharger ver 4.07 3.99 0.95 0.07 imp:pre:2p;ind:pre:2p; -rechargé recharger ver m s 4.07 3.99 0.32 0.41 par:pas; -rechargée recharger ver f s 4.07 3.99 0.03 0.00 par:pas; -rechargées recharger ver f p 4.07 3.99 0.05 0.07 par:pas; -rechargés recharger ver m p 4.07 3.99 0.04 0.00 par:pas; -rechasser rechasser ver 0.02 0.00 0.02 0.00 inf; -rechaussaient rechausser ver 0.01 0.68 0.00 0.07 ind:imp:3p; -rechaussant rechausser ver 0.01 0.68 0.00 0.07 par:pre; -rechausser rechausser ver 0.01 0.68 0.01 0.41 inf; -rechausserait rechausser ver 0.01 0.68 0.00 0.07 cnd:pre:3s; -rechaussée rechausser ver f s 0.01 0.68 0.00 0.07 par:pas; -rechercha rechercher ver 45.51 22.43 0.16 0.34 ind:pas:3s; -recherchai rechercher ver 45.51 22.43 0.01 0.07 ind:pas:1s; -recherchaient rechercher ver 45.51 22.43 0.36 1.01 ind:imp:3p; -recherchais rechercher ver 45.51 22.43 0.80 0.88 ind:imp:1s;ind:imp:2s; -recherchait rechercher ver 45.51 22.43 1.59 2.77 ind:imp:3s; -recherchant rechercher ver 45.51 22.43 0.39 0.47 par:pre; -recherche recherche nom f s 77.30 54.80 48.70 39.93 -recherchent rechercher ver 45.51 22.43 4.25 1.35 ind:pre:3p; -rechercher rechercher ver 45.51 22.43 5.88 7.23 inf; -recherchera rechercher ver 45.51 22.43 0.05 0.07 ind:fut:3s; -rechercherai rechercher ver 45.51 22.43 0.03 0.14 ind:fut:1s; -rechercherais rechercher ver 45.51 22.43 0.02 0.00 cnd:pre:1s;cnd:pre:2s; -rechercherait rechercher ver 45.51 22.43 0.15 0.14 cnd:pre:3s; -rechercherions rechercher ver 45.51 22.43 0.01 0.00 cnd:pre:1p; -rechercherons rechercher ver 45.51 22.43 0.04 0.00 ind:fut:1p; -rechercheront rechercher ver 45.51 22.43 0.07 0.00 ind:fut:3p; -recherches recherche nom f p 77.30 54.80 28.60 14.86 -recherchez rechercher ver 45.51 22.43 2.86 0.27 imp:pre:2p;ind:pre:2p; -recherchiez rechercher ver 45.51 22.43 0.60 0.00 ind:imp:2p; -recherchions rechercher ver 45.51 22.43 0.12 0.14 ind:imp:1p; -recherchiste recherchiste nom s 0.01 0.00 0.01 0.00 -recherchons rechercher ver 45.51 22.43 3.89 0.27 imp:pre:1p;ind:pre:1p; -recherché rechercher ver m s 45.51 22.43 5.39 2.77 par:pas; -recherchée rechercher ver f s 45.51 22.43 1.62 0.61 par:pas; -recherchées recherché adj f p 3.54 2.09 0.38 0.27 -recherchés recherché adj m p 3.54 2.09 0.97 0.41 -rechigna rechigner ver 0.71 3.92 0.00 0.14 ind:pas:3s; -rechignaient rechigner ver 0.71 3.92 0.01 0.14 ind:imp:3p; -rechignais rechigner ver 0.71 3.92 0.01 0.14 ind:imp:1s;ind:imp:2s; -rechignait rechigner ver 0.71 3.92 0.00 0.61 ind:imp:3s; -rechignant rechigner ver 0.71 3.92 0.00 0.41 par:pre; -rechigne rechigner ver 0.71 3.92 0.49 0.47 imp:pre:2s;ind:pre:1s;ind:pre:3s; -rechignent rechigner ver 0.71 3.92 0.06 0.07 ind:pre:3p; -rechigner rechigner ver 0.71 3.92 0.08 1.49 inf; -rechignerais rechigner ver 0.71 3.92 0.01 0.00 cnd:pre:1s; -rechignes rechigner ver 0.71 3.92 0.03 0.00 ind:pre:2s; -rechigné rechigner ver m s 0.71 3.92 0.01 0.34 par:pas; -rechignée rechigner ver f s 0.71 3.92 0.00 0.07 par:pas; -rechignées rechigner ver f p 0.71 3.92 0.00 0.07 par:pas; -rechuta rechuter ver 0.69 0.74 0.00 0.07 ind:pas:3s; -rechutant rechuter ver 0.69 0.74 0.00 0.07 par:pre; -rechute rechute nom f s 1.26 1.89 1.19 1.28 -rechuter rechuter ver 0.69 0.74 0.36 0.14 inf; -rechutera rechuter ver 0.69 0.74 0.01 0.00 ind:fut:3s; -rechuterait rechuter ver 0.69 0.74 0.00 0.07 cnd:pre:3s; -rechuteront rechuter ver 0.69 0.74 0.01 0.00 ind:fut:3p; -rechutes rechute nom f p 1.26 1.89 0.07 0.61 -rechuté rechuter ver m s 0.69 0.74 0.10 0.34 par:pas; -reclassement reclassement nom m s 0.14 0.27 0.14 0.27 -reclasser reclasser ver 0.09 0.20 0.04 0.07 inf; -reclassé reclasser ver m s 0.09 0.20 0.03 0.00 par:pas; -reclassée reclasser ver f s 0.09 0.20 0.02 0.00 par:pas; -reclouer reclouer ver 0.01 0.00 0.01 0.00 inf; -reclure reclure ver 0.00 0.07 0.00 0.07 inf; -reclus reclus adj m 0.56 1.76 0.37 0.81 -recluse reclus nom f s 0.70 0.95 0.35 0.14 -recluses reclus nom f p 0.70 0.95 0.01 0.14 -recâbler recâbler ver 0.03 0.00 0.03 0.00 inf; -recodage recodage nom m s 0.01 0.00 0.01 0.00 -recogner recogner ver 0.00 0.07 0.00 0.07 inf; -recognition recognition nom f s 0.00 0.07 0.00 0.07 -recoiffa recoiffer ver 0.25 2.09 0.00 0.07 ind:pas:3s; -recoiffai recoiffer ver 0.25 2.09 0.00 0.07 ind:pas:1s; -recoiffaient recoiffer ver 0.25 2.09 0.00 0.07 ind:imp:3p; -recoiffait recoiffer ver 0.25 2.09 0.01 0.20 ind:imp:3s; -recoiffant recoiffer ver 0.25 2.09 0.01 0.14 par:pre; -recoiffe recoiffer ver 0.25 2.09 0.07 0.20 imp:pre:2s;ind:pre:1s;ind:pre:3s; -recoiffent recoiffer ver 0.25 2.09 0.01 0.07 ind:pre:3p; -recoiffer recoiffer ver 0.25 2.09 0.12 0.54 inf; -recoiffez recoiffer ver 0.25 2.09 0.02 0.00 imp:pre:2p;ind:pre:2p; -recoiffèrent recoiffer ver 0.25 2.09 0.00 0.07 ind:pas:3p; -recoiffé recoiffer ver m s 0.25 2.09 0.00 0.20 par:pas; -recoiffée recoiffer ver f s 0.25 2.09 0.00 0.41 par:pas; -recoiffés recoiffer ver m p 0.25 2.09 0.00 0.07 par:pas; -recoin recoin nom m s 2.27 12.36 0.83 5.14 -recoins recoin nom m p 2.27 12.36 1.44 7.23 -recolla recoller ver 2.84 2.70 0.00 0.20 ind:pas:3s; -recollage recollage nom m s 0.00 0.14 0.00 0.14 -recollait recoller ver 2.84 2.70 0.00 0.34 ind:imp:3s; -recolle recoller ver 2.84 2.70 0.53 0.34 imp:pre:2s;ind:pre:1s;ind:pre:3s; -recollent recoller ver 2.84 2.70 0.03 0.00 ind:pre:3p; -recoller recoller ver 2.84 2.70 1.94 1.15 inf; -recollera recoller ver 2.84 2.70 0.05 0.00 ind:fut:3s; -recollé recoller ver m s 2.84 2.70 0.13 0.27 par:pas; -recollée recoller ver f s 2.84 2.70 0.16 0.20 par:pas; -recollés recoller ver m p 2.84 2.70 0.00 0.20 par:pas; -recoloration recoloration nom f s 0.08 0.00 0.08 0.00 -recombinaison recombinaison nom f s 0.06 0.00 0.06 0.00 -recombinant recombinant adj m s 0.01 0.00 0.01 0.00 -recombinant recombiner ver 0.10 0.00 0.01 0.00 par:pre; -recombiner recombiner ver 0.10 0.00 0.04 0.00 inf; -recombiné recombiner ver m s 0.10 0.00 0.05 0.00 par:pas; -recommanda recommander ver 16.86 21.35 0.00 2.30 ind:pas:3s; -recommandable recommandable adj s 0.42 0.68 0.32 0.68 -recommandables recommandable adj p 0.42 0.68 0.11 0.00 -recommandai recommander ver 16.86 21.35 0.00 0.14 ind:pas:1s; -recommandaient recommander ver 16.86 21.35 0.04 0.34 ind:imp:3p; -recommandais recommander ver 16.86 21.35 0.01 0.27 ind:imp:1s; -recommandait recommander ver 16.86 21.35 0.19 2.03 ind:imp:3s; -recommandant recommander ver 16.86 21.35 0.21 1.82 par:pre; -recommandation recommandation nom f s 5.20 8.85 2.89 3.92 -recommandations recommandation nom f p 5.20 8.85 2.30 4.93 -recommande recommander ver 16.86 21.35 6.13 2.84 imp:pre:2s;ind:pre:1s;ind:pre:3s; -recommandent recommander ver 16.86 21.35 0.31 0.27 ind:pre:3p; -recommander recommander ver 16.86 21.35 2.58 2.91 inf; -recommandera recommander ver 16.86 21.35 0.10 0.14 ind:fut:3s; -recommanderai recommander ver 16.86 21.35 0.32 0.14 ind:fut:1s; -recommanderais recommander ver 16.86 21.35 0.25 0.00 cnd:pre:1s;cnd:pre:2s; -recommanderait recommander ver 16.86 21.35 0.12 0.07 cnd:pre:3s; -recommanderiez recommander ver 16.86 21.35 0.09 0.00 cnd:pre:2p; -recommandes recommander ver 16.86 21.35 0.24 0.07 ind:pre:2s;sub:pre:2s; -recommandez recommander ver 16.86 21.35 0.73 0.27 imp:pre:2p;ind:pre:2p; -recommandiez recommander ver 16.86 21.35 0.07 0.07 ind:imp:2p; -recommandons recommander ver 16.86 21.35 0.28 0.07 imp:pre:1p;ind:pre:1p; -recommandât recommander ver 16.86 21.35 0.00 0.07 sub:imp:3s; -recommandèrent recommander ver 16.86 21.35 0.11 0.14 ind:pas:3p; -recommandé recommander ver m s 16.86 21.35 4.07 5.68 par:pas; -recommandée recommander ver f s 16.86 21.35 0.80 0.95 par:pas; -recommandées recommander ver f p 16.86 21.35 0.03 0.54 par:pas; -recommandés recommander ver m p 16.86 21.35 0.21 0.27 par:pas; -recommence recommencer ver 84.69 83.31 31.98 17.23 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -recommencement recommencement nom m s 0.08 0.81 0.07 0.47 -recommencements recommencement nom m p 0.08 0.81 0.01 0.34 -recommencent recommencer ver 84.69 83.31 1.72 2.36 ind:pre:3p; -recommencer recommencer ver 84.69 83.31 26.90 22.50 inf; -recommencera recommencer ver 84.69 83.31 2.52 1.42 ind:fut:3s; -recommencerai recommencer ver 84.69 83.31 1.65 1.01 ind:fut:1s; -recommenceraient recommencer ver 84.69 83.31 0.02 0.20 cnd:pre:3p; -recommencerais recommencer ver 84.69 83.31 0.25 0.54 cnd:pre:1s;cnd:pre:2s; -recommencerait recommencer ver 84.69 83.31 0.70 1.42 cnd:pre:3s; -recommenceras recommencer ver 84.69 83.31 0.78 0.14 ind:fut:2s; -recommencerez recommencer ver 84.69 83.31 0.21 0.14 ind:fut:2p; -recommenceriez recommencer ver 84.69 83.31 0.06 0.00 cnd:pre:2p; -recommencerions recommencer ver 84.69 83.31 0.01 0.07 cnd:pre:1p; -recommencerons recommencer ver 84.69 83.31 0.54 0.14 ind:fut:1p; -recommenceront recommencer ver 84.69 83.31 0.42 0.07 ind:fut:3p; -recommences recommencer ver 84.69 83.31 4.02 0.95 ind:pre:2s; -recommencez recommencer ver 84.69 83.31 4.88 0.68 imp:pre:2p;ind:pre:2p; -recommenciez recommencer ver 84.69 83.31 0.19 0.07 ind:imp:2p; -recommencions recommencer ver 84.69 83.31 0.02 0.41 ind:imp:1p; -recommencèrent recommencer ver 84.69 83.31 0.00 1.55 ind:pas:3p; -recommencé recommencer ver m s 84.69 83.31 3.84 6.82 par:pas; -recommencée recommencer ver f s 84.69 83.31 0.12 0.81 par:pas; -recommencées recommencer ver f p 84.69 83.31 0.00 0.47 par:pas; -recommencés recommencer ver m p 84.69 83.31 0.00 0.41 par:pas; -recommença recommencer ver 84.69 83.31 0.06 7.77 ind:pas:3s; -recommençai recommencer ver 84.69 83.31 0.00 0.74 ind:pas:1s; -recommençaient recommencer ver 84.69 83.31 0.02 1.76 ind:imp:3p; -recommençais recommencer ver 84.69 83.31 0.11 1.22 ind:imp:1s;ind:imp:2s; -recommençait recommencer ver 84.69 83.31 1.22 10.41 ind:imp:3s; -recommençant recommencer ver 84.69 83.31 0.03 0.95 par:pre; -recommençâmes recommencer ver 84.69 83.31 0.02 0.20 ind:pas:1p; -recommençons recommencer ver 84.69 83.31 2.39 0.74 imp:pre:1p;ind:pre:1p; -recommençât recommencer ver 84.69 83.31 0.00 0.14 sub:imp:3s; -recommercer recommercer ver 0.00 0.07 0.00 0.07 inf; -recompléter recompléter ver 0.00 0.14 0.00 0.07 inf; -recomplété recompléter ver m s 0.00 0.14 0.00 0.07 par:pas; -recomposa recomposer ver 0.52 3.18 0.00 0.34 ind:pas:3s; -recomposaient recomposer ver 0.52 3.18 0.00 0.14 ind:imp:3p; -recomposais recomposer ver 0.52 3.18 0.00 0.07 ind:imp:1s; -recomposait recomposer ver 0.52 3.18 0.00 0.34 ind:imp:3s; -recompose recomposer ver 0.52 3.18 0.18 0.61 imp:pre:2s;ind:pre:1s;ind:pre:3s; -recomposent recomposer ver 0.52 3.18 0.00 0.14 ind:pre:3p; -recomposer recomposer ver 0.52 3.18 0.28 1.01 inf; -recomposera recomposer ver 0.52 3.18 0.00 0.07 ind:fut:3s; -recomposition recomposition nom f s 0.00 0.07 0.00 0.07 -recomposèrent recomposer ver 0.52 3.18 0.00 0.14 ind:pas:3p; -recomposé recomposer ver m s 0.52 3.18 0.03 0.20 par:pas; -recomposée recomposer ver f s 0.52 3.18 0.01 0.00 par:pas; -recomposés recomposer ver m p 0.52 3.18 0.01 0.14 par:pas; -recompta recompter ver 1.67 1.82 0.00 0.20 ind:pas:3s; -recomptaient recompter ver 1.67 1.82 0.00 0.07 ind:imp:3p; -recomptais recompter ver 1.67 1.82 0.00 0.20 ind:imp:1s; -recomptait recompter ver 1.67 1.82 0.01 0.27 ind:imp:3s; -recomptant recompter ver 1.67 1.82 0.00 0.07 par:pre; -recompte recompter ver 1.67 1.82 0.75 0.27 imp:pre:2s;ind:pre:1s;ind:pre:3s; -recompter recompter ver 1.67 1.82 0.55 0.47 inf; -recomptez recompter ver 1.67 1.82 0.05 0.00 imp:pre:2p;ind:pre:2p; -recomptons recompter ver 1.67 1.82 0.11 0.00 ind:pre:1p; -recompté recompter ver m s 1.67 1.82 0.20 0.20 par:pas; -recomptées recompter ver f p 1.67 1.82 0.00 0.07 par:pas; -reconditionne reconditionner ver 0.03 0.07 0.01 0.00 ind:pre:3s; -reconditionnement reconditionnement nom m s 0.05 0.00 0.05 0.00 -reconditionnons reconditionner ver 0.03 0.07 0.01 0.00 imp:pre:1p; -reconditionné reconditionner ver m s 0.03 0.07 0.01 0.00 par:pas; -reconditionnée reconditionner ver f s 0.03 0.07 0.00 0.07 par:pas; -reconductible reconductible adj s 0.01 0.07 0.01 0.07 -reconduction reconduction nom f s 0.01 0.00 0.01 0.00 -reconduirai reconduire ver 5.83 7.23 0.03 0.07 ind:fut:1s; -reconduirais reconduire ver 5.83 7.23 0.01 0.00 cnd:pre:1s; -reconduirait reconduire ver 5.83 7.23 0.00 0.07 cnd:pre:3s; -reconduire reconduire ver 5.83 7.23 2.97 2.84 inf; -reconduirez reconduire ver 5.83 7.23 0.01 0.00 ind:fut:2p; -reconduirons reconduire ver 5.83 7.23 0.01 0.07 ind:fut:1p; -reconduis reconduire ver 5.83 7.23 1.04 0.34 imp:pre:2s;ind:pre:1s;ind:pre:2s; -reconduisît reconduire ver 5.83 7.23 0.00 0.07 sub:imp:3s; -reconduisaient reconduire ver 5.83 7.23 0.00 0.07 ind:imp:3p; -reconduisais reconduire ver 5.83 7.23 0.00 0.14 ind:imp:1s; -reconduisait reconduire ver 5.83 7.23 0.02 0.27 ind:imp:3s; -reconduisant reconduire ver 5.83 7.23 0.00 0.14 par:pre; -reconduise reconduire ver 5.83 7.23 0.33 0.07 sub:pre:1s;sub:pre:3s; -reconduisent reconduire ver 5.83 7.23 0.01 0.07 ind:pre:3p; -reconduisez reconduire ver 5.83 7.23 0.76 0.07 imp:pre:2p;ind:pre:2p; -reconduisions reconduire ver 5.83 7.23 0.00 0.07 ind:imp:1p; -reconduisirent reconduire ver 5.83 7.23 0.00 0.07 ind:pas:3p; -reconduisit reconduire ver 5.83 7.23 0.00 1.15 ind:pas:3s; -reconduit reconduire ver m s 5.83 7.23 0.43 1.22 ind:pre:3s;par:pas; -reconduite reconduire ver f s 5.83 7.23 0.16 0.27 par:pas; -reconduits reconduire ver m p 5.83 7.23 0.04 0.20 par:pas; -reconfiguration reconfiguration nom f s 0.02 0.00 0.02 0.00 -reconfigure reconfigurer ver 0.39 0.00 0.05 0.00 ind:pre:1s;ind:pre:3s; -reconfigurer reconfigurer ver 0.39 0.00 0.18 0.00 inf; -reconfigurez reconfigurer ver 0.39 0.00 0.05 0.00 imp:pre:2p; -reconfiguré reconfigurer ver m s 0.39 0.00 0.09 0.00 par:pas; -reconfigurés reconfigurer ver m p 0.39 0.00 0.03 0.00 par:pas; -recongeler recongeler ver 0.01 0.00 0.01 0.00 inf; -reconnûmes reconnaître ver 140.73 229.19 0.01 0.34 ind:pas:1p; -reconnût reconnaître ver 140.73 229.19 0.00 1.22 sub:imp:3s; -reconnaît reconnaître ver 140.73 229.19 10.73 15.61 ind:pre:3s; -reconnaîtra reconnaître ver 140.73 229.19 2.80 1.49 ind:fut:3s; -reconnaîtrai reconnaître ver 140.73 229.19 0.66 0.68 ind:fut:1s; -reconnaîtraient reconnaître ver 140.73 229.19 0.10 0.41 cnd:pre:3p; -reconnaîtrais reconnaître ver 140.73 229.19 2.06 0.95 cnd:pre:1s;cnd:pre:2s; -reconnaîtrait reconnaître ver 140.73 229.19 0.56 2.09 cnd:pre:3s; -reconnaîtras reconnaître ver 140.73 229.19 1.54 0.54 ind:fut:2s; -reconnaître reconnaître ver 140.73 229.19 25.24 62.30 inf; -reconnaîtrez reconnaître ver 140.73 229.19 0.72 0.81 ind:fut:2p; -reconnaîtriez reconnaître ver 140.73 229.19 0.31 0.14 cnd:pre:2p; -reconnaîtrions reconnaître ver 140.73 229.19 0.00 0.07 cnd:pre:1p; -reconnaîtrons reconnaître ver 140.73 229.19 0.49 0.07 ind:fut:1p; -reconnaîtront reconnaître ver 140.73 229.19 1.01 0.34 ind:fut:3p; -reconnais reconnaître ver 140.73 229.19 37.36 24.12 imp:pre:2s;ind:pre:1s;ind:pre:2s; -reconnaissable reconnaissable adj s 0.56 4.66 0.50 3.45 -reconnaissables reconnaissable adj p 0.56 4.66 0.06 1.22 -reconnaissaient reconnaître ver 140.73 229.19 0.18 2.50 ind:imp:3p; -reconnaissais reconnaître ver 140.73 229.19 1.41 7.30 ind:imp:1s;ind:imp:2s; -reconnaissait reconnaître ver 140.73 229.19 0.65 17.50 ind:imp:3s; -reconnaissance reconnaissance nom f s 15.28 22.77 15.08 21.49 -reconnaissances reconnaissance nom f p 15.28 22.77 0.20 1.28 -reconnaissant reconnaissant adj m s 20.59 9.19 10.32 5.41 -reconnaissante reconnaissant adj f s 20.59 9.19 6.41 2.70 -reconnaissantes reconnaissant adj f p 20.59 9.19 0.17 0.27 -reconnaissants reconnaissant adj m p 20.59 9.19 3.69 0.81 -reconnaisse reconnaître ver 140.73 229.19 2.09 1.15 sub:pre:1s;sub:pre:3s; -reconnaissent reconnaître ver 140.73 229.19 2.10 3.65 ind:pre:3p; -reconnaisses reconnaître ver 140.73 229.19 0.13 0.07 sub:pre:2s; -reconnaissez reconnaître ver 140.73 229.19 13.49 2.97 imp:pre:2p;ind:pre:2p; -reconnaissiez reconnaître ver 140.73 229.19 0.22 0.27 ind:imp:2p; -reconnaissions reconnaître ver 140.73 229.19 0.11 1.08 ind:imp:1p; -reconnaissons reconnaître ver 140.73 229.19 0.69 1.08 imp:pre:1p;ind:pre:1p; -reconnecte reconnecter ver 0.52 0.00 0.07 0.00 imp:pre:2s;ind:pre:3s; -reconnecter reconnecter ver 0.52 0.00 0.29 0.00 inf; -reconnectez reconnecter ver 0.52 0.00 0.03 0.00 imp:pre:2p; -reconnecté reconnecter ver m s 0.52 0.00 0.06 0.00 par:pas; -reconnectés reconnecter ver m p 0.52 0.00 0.07 0.00 par:pas; -reconnu reconnaître ver m s 140.73 229.19 25.93 32.09 par:pas; -reconnue reconnaître ver f s 140.73 229.19 6.86 5.95 par:pas; -reconnues reconnaître ver f p 140.73 229.19 0.39 0.61 par:pas; -reconnurent reconnaître ver 140.73 229.19 0.03 1.42 ind:pas:3p; -reconnus reconnaître ver m p 140.73 229.19 1.34 8.72 ind:pas:1s;par:pas; -reconnusse reconnaître ver 140.73 229.19 0.00 0.07 sub:imp:1s; -reconnussent reconnaître ver 140.73 229.19 0.01 0.07 sub:imp:3p; -reconnut reconnaître ver 140.73 229.19 0.44 25.74 ind:pas:3s; -reconquerra reconquérir ver 1.54 3.18 0.01 0.07 ind:fut:3s; -reconquerrait reconquérir ver 1.54 3.18 0.00 0.07 cnd:pre:3s; -reconquerrons reconquérir ver 1.54 3.18 0.01 0.07 ind:fut:1p; -reconquiert reconquérir ver 1.54 3.18 0.01 0.07 ind:pre:3s; -reconquirent reconquérir ver 1.54 3.18 0.00 0.07 ind:pas:3p; -reconquis reconquérir ver m 1.54 3.18 0.07 0.68 par:pas; -reconquise reconquis adj f s 0.10 0.47 0.10 0.20 -reconquises reconquis adj f p 0.10 0.47 0.00 0.14 -reconquista reconquista nom f s 0.00 0.07 0.00 0.07 -reconquit reconquérir ver 1.54 3.18 0.00 0.07 ind:pas:3s; -reconquière reconquérir ver 1.54 3.18 0.01 0.07 sub:pre:3s; -reconquérais reconquérir ver 1.54 3.18 0.00 0.07 ind:imp:1s; -reconquérait reconquérir ver 1.54 3.18 0.00 0.07 ind:imp:3s; -reconquérir reconquérir ver 1.54 3.18 1.41 1.55 inf; -reconquérons reconquérir ver 1.54 3.18 0.01 0.00 imp:pre:1p; -reconquête reconquête nom f s 0.06 1.15 0.06 1.15 -reconsidère reconsidérer ver 1.51 1.55 0.08 0.07 imp:pre:2s;ind:pre:1s;ind:pre:3s; -reconsidèrent reconsidérer ver 1.51 1.55 0.01 0.00 ind:pre:3p; -reconsidéra reconsidérer ver 1.51 1.55 0.00 0.27 ind:pas:3s; -reconsidérant reconsidérer ver 1.51 1.55 0.01 0.00 par:pre; -reconsidérer reconsidérer ver 1.51 1.55 1.06 1.01 inf; -reconsidérez reconsidérer ver 1.51 1.55 0.17 0.00 imp:pre:2p;ind:pre:2p; -reconsidéré reconsidérer ver m s 1.51 1.55 0.16 0.14 par:pas; -reconsidérée reconsidérer ver f s 1.51 1.55 0.01 0.07 par:pas; -reconstitua reconstituer ver 4.05 16.28 0.00 0.07 ind:pas:3s; -reconstituaient reconstituer ver 4.05 16.28 0.01 0.34 ind:imp:3p; -reconstituais reconstituer ver 4.05 16.28 0.04 0.14 ind:imp:1s;ind:imp:2s; -reconstituait reconstituer ver 4.05 16.28 0.01 1.01 ind:imp:3s; -reconstituant reconstituant nom m s 0.15 0.27 0.15 0.20 -reconstituante reconstituant adj f s 0.02 0.27 0.00 0.14 -reconstituantes reconstituant adj f p 0.02 0.27 0.01 0.07 -reconstituants reconstituant adj m p 0.02 0.27 0.00 0.07 -reconstituants reconstituant nom m p 0.15 0.27 0.00 0.07 -reconstitue reconstituer ver 4.05 16.28 0.42 1.69 imp:pre:2s;ind:pre:1s;ind:pre:3s; -reconstituent reconstituer ver 4.05 16.28 0.03 0.47 ind:pre:3p; -reconstituer reconstituer ver 4.05 16.28 2.12 7.84 inf; -reconstitueraient reconstituer ver 4.05 16.28 0.00 0.07 cnd:pre:3p; -reconstituerais reconstituer ver 4.05 16.28 0.01 0.00 cnd:pre:1s; -reconstituerait reconstituer ver 4.05 16.28 0.00 0.20 cnd:pre:3s; -reconstituerons reconstituer ver 4.05 16.28 0.00 0.07 ind:fut:1p; -reconstitues reconstituer ver 4.05 16.28 0.02 0.07 ind:pre:2s; -reconstituâmes reconstituer ver 4.05 16.28 0.00 0.07 ind:pas:1p; -reconstituons reconstituer ver 4.05 16.28 0.08 0.00 imp:pre:1p;ind:pre:1p; -reconstituât reconstituer ver 4.05 16.28 0.00 0.14 sub:imp:3s; -reconstitution reconstitution nom f s 2.23 2.57 2.12 2.23 -reconstitutions reconstitution nom f p 2.23 2.57 0.11 0.34 -reconstitué reconstituer ver m s 4.05 16.28 1.05 1.69 par:pas; -reconstituée reconstituer ver f s 4.05 16.28 0.05 1.01 par:pas; -reconstituées reconstituer ver f p 4.05 16.28 0.16 0.14 par:pas; -reconstitués reconstituer ver m p 4.05 16.28 0.02 0.81 par:pas; -reconstructeur reconstructeur nom m s 0.01 0.00 0.01 0.00 -reconstruction reconstruction nom f s 2.25 4.19 2.07 4.12 -reconstructions reconstruction nom f p 2.25 4.19 0.17 0.07 -reconstructrice reconstructeur adj f s 0.04 0.00 0.04 0.00 -reconstruira reconstruire ver 7.24 7.84 0.02 0.07 ind:fut:3s; -reconstruirai reconstruire ver 7.24 7.84 0.02 0.00 ind:fut:1s; -reconstruirais reconstruire ver 7.24 7.84 0.01 0.00 cnd:pre:1s; -reconstruirait reconstruire ver 7.24 7.84 0.02 0.07 cnd:pre:3s; -reconstruiras reconstruire ver 7.24 7.84 0.01 0.00 ind:fut:2s; -reconstruire reconstruire ver 7.24 7.84 4.59 3.24 inf; -reconstruirons reconstruire ver 7.24 7.84 0.36 0.07 ind:fut:1p; -reconstruiront reconstruire ver 7.24 7.84 0.04 0.00 ind:fut:3p; -reconstruis reconstruire ver 7.24 7.84 0.13 0.07 imp:pre:2s;ind:pre:1s;ind:pre:2s; -reconstruisaient reconstruire ver 7.24 7.84 0.01 0.27 ind:imp:3p; -reconstruisait reconstruire ver 7.24 7.84 0.01 0.41 ind:imp:3s; -reconstruisant reconstruire ver 7.24 7.84 0.00 0.14 par:pre; -reconstruisent reconstruire ver 7.24 7.84 0.14 0.07 ind:pre:3p; -reconstruisez reconstruire ver 7.24 7.84 0.04 0.00 imp:pre:2p;ind:pre:2p; -reconstruisirent reconstruire ver 7.24 7.84 0.00 0.14 ind:pas:3p; -reconstruisons reconstruire ver 7.24 7.84 0.04 0.00 imp:pre:1p;ind:pre:1p; -reconstruit reconstruire ver m s 7.24 7.84 1.39 1.76 ind:pre:3s;par:pas; -reconstruite reconstruire ver f s 7.24 7.84 0.29 1.15 par:pas; -reconstruites reconstruire ver f p 7.24 7.84 0.06 0.27 par:pas; -reconstruits reconstruire ver m p 7.24 7.84 0.06 0.14 par:pas; -reconsulter reconsulter ver 0.01 0.00 0.01 0.00 inf; -recontacter recontacter ver 0.38 0.07 0.27 0.07 inf; -reconter reconter ver 0.00 0.07 0.00 0.07 inf; -recontrer recontrer ver 0.20 0.00 0.20 0.00 inf; -reconventionnelle reconventionnel adj f s 0.01 0.00 0.01 0.00 -reconversion reconversion nom f s 0.36 0.74 0.36 0.74 -reconverti reconvertir ver m s 0.40 2.30 0.13 0.68 par:pas; -reconvertie reconvertir ver f s 0.40 2.30 0.10 0.20 par:pas; -reconvertir reconvertir ver 0.40 2.30 0.12 0.81 inf; -reconvertirent reconvertir ver 0.40 2.30 0.00 0.07 ind:pas:3p; -reconvertis reconvertir ver m p 0.40 2.30 0.02 0.27 imp:pre:2s;ind:pre:2s;ind:pas:2s;par:pas; -reconvertissant reconvertir ver 0.40 2.30 0.00 0.07 par:pre; -reconvertisse reconvertir ver 0.40 2.30 0.00 0.07 sub:pre:1s; -reconvertit reconvertir ver 0.40 2.30 0.02 0.14 ind:pre:3s;ind:pas:3s; -reconvoquer reconvoquer ver 0.02 0.00 0.02 0.00 inf; -recopia recopier ver 2.41 7.30 0.00 0.27 ind:pas:3s; -recopiage recopiage nom m s 0.00 0.07 0.00 0.07 -recopiai recopier ver 2.41 7.30 0.00 0.14 ind:pas:1s; -recopiaient recopier ver 2.41 7.30 0.00 0.07 ind:imp:3p; -recopiais recopier ver 2.41 7.30 0.00 0.41 ind:imp:1s; -recopiait recopier ver 2.41 7.30 0.00 0.54 ind:imp:3s; -recopiant recopier ver 2.41 7.30 0.16 0.47 par:pre; -recopie recopier ver 2.41 7.30 0.50 0.81 imp:pre:2s;ind:pre:1s;ind:pre:3s; -recopient recopier ver 2.41 7.30 0.00 0.07 ind:pre:3p; -recopier recopier ver 2.41 7.30 0.82 2.23 inf; -recopierai recopier ver 2.41 7.30 0.25 0.00 ind:fut:1s; -recopierait recopier ver 2.41 7.30 0.00 0.07 cnd:pre:3s; -recopies recopier ver 2.41 7.30 0.01 0.07 ind:pre:2s; -recopiez recopier ver 2.41 7.30 0.16 0.00 imp:pre:2p;ind:pre:2p; -recopiât recopier ver 2.41 7.30 0.00 0.07 sub:imp:3s; -recopié recopier ver m s 2.41 7.30 0.23 1.01 par:pas; -recopiée recopier ver f s 2.41 7.30 0.02 0.20 par:pas; -recopiées recopier ver f p 2.41 7.30 0.23 0.41 par:pas; -recopiés recopier ver m p 2.41 7.30 0.03 0.47 par:pas; -record record nom m s 13.34 5.95 10.14 3.11 -recorder recorder ver 0.03 0.00 0.03 0.00 inf; -recordman recordman nom m s 0.04 0.20 0.04 0.14 -recordmen recordman nom m p 0.04 0.20 0.00 0.07 -records record nom m p 13.34 5.95 3.20 2.84 -recors recors nom m 0.01 0.00 0.01 0.00 -recoucha recoucher ver 3.69 8.11 0.00 1.69 ind:pas:3s; -recouchai recoucher ver 3.69 8.11 0.00 0.41 ind:pas:1s; -recouchais recoucher ver 3.69 8.11 0.00 0.07 ind:imp:1s; -recouchait recoucher ver 3.69 8.11 0.00 0.74 ind:imp:3s; -recouchant recoucher ver 3.69 8.11 0.00 0.20 par:pre; -recouche recoucher ver 3.69 8.11 1.54 1.42 imp:pre:2s;ind:pre:1s;ind:pre:3s; -recoucher recoucher ver 3.69 8.11 1.79 2.23 inf; -recoucherais recoucher ver 3.69 8.11 0.04 0.00 cnd:pre:1s;cnd:pre:2s; -recoucheriez recoucher ver 3.69 8.11 0.01 0.00 cnd:pre:2p; -recouchez recoucher ver 3.69 8.11 0.08 0.07 imp:pre:2p; -recouchèrent recoucher ver 3.69 8.11 0.00 0.07 ind:pas:3p; -recouché recoucher ver m s 3.69 8.11 0.20 0.47 par:pas; -recouchée recoucher ver f s 3.69 8.11 0.03 0.61 par:pas; -recouchées recoucher ver f p 3.69 8.11 0.01 0.07 par:pas; -recouchés recoucher ver m p 3.69 8.11 0.00 0.07 par:pas; -recoud recoudre ver 5.80 3.92 0.11 0.41 ind:pre:3s; -recoudra recoudre ver 5.80 3.92 0.25 0.07 ind:fut:3s; -recoudrai recoudre ver 5.80 3.92 0.16 0.07 ind:fut:1s; -recoudras recoudre ver 5.80 3.92 0.01 0.07 ind:fut:2s; -recoudre recoudre ver 5.80 3.92 2.96 1.28 inf; -recouds recoudre ver 5.80 3.92 0.53 0.14 imp:pre:2s;ind:pre:1s;ind:pre:2s; -recouler recouler ver 0.01 0.07 0.01 0.07 inf; -recoupa recouper ver 0.81 1.96 0.00 0.07 ind:pas:3s; -recoupaient recouper ver 0.81 1.96 0.00 0.14 ind:imp:3p; -recoupait recouper ver 0.81 1.96 0.02 0.27 ind:imp:3s; -recoupant recouper ver 0.81 1.96 0.01 0.20 par:pre; -recoupe recouper ver 0.81 1.96 0.25 0.34 imp:pre:2s;ind:pre:1s;ind:pre:3s; -recoupement recoupement nom m s 0.24 1.42 0.08 0.27 -recoupements recoupement nom m p 0.24 1.42 0.17 1.15 -recoupent recouper ver 0.81 1.96 0.10 0.41 ind:pre:3p; -recouper recouper ver 0.81 1.96 0.25 0.27 inf; -recouperait recouper ver 0.81 1.96 0.00 0.07 cnd:pre:3s; -recouperont recouper ver 0.81 1.96 0.01 0.00 ind:fut:3p; -recoupez recouper ver 0.81 1.96 0.04 0.00 imp:pre:2p; -recoupions recouper ver 0.81 1.96 0.00 0.07 ind:imp:1p; -recoupé recouper ver m s 0.81 1.96 0.10 0.14 par:pas; -recoupés recouper ver m p 0.81 1.96 0.02 0.00 par:pas; -recourait recourir ver 1.92 4.73 0.10 0.47 ind:imp:3s; -recourant recourir ver 1.92 4.73 0.04 0.07 par:pre; -recourba recourber ver 0.06 2.09 0.00 0.07 ind:pas:3s; -recourbaient recourber ver 0.06 2.09 0.00 0.07 ind:imp:3p; -recourbait recourber ver 0.06 2.09 0.00 0.14 ind:imp:3s; -recourbant recourber ver 0.06 2.09 0.00 0.14 par:pre; -recourbe recourber ver 0.06 2.09 0.03 0.27 imp:pre:2s;ind:pre:1s;ind:pre:3s; -recourber recourber ver 0.06 2.09 0.01 0.14 inf; -recourbé recourbé adj m s 0.07 2.97 0.03 1.15 -recourbée recourber ver f s 0.06 2.09 0.01 0.47 par:pas; -recourbées recourbé adj f p 0.07 2.97 0.01 0.34 -recourbés recourbé adj m p 0.07 2.97 0.01 1.22 -recoure recourir ver 1.92 4.73 0.01 0.00 sub:pre:3s; -recourent recourir ver 1.92 4.73 0.10 0.20 ind:pre:3p; -recourez recourir ver 1.92 4.73 0.04 0.00 imp:pre:2p; -recourir recourir ver 1.92 4.73 1.25 2.77 inf; -recourons recourir ver 1.92 4.73 0.01 0.07 ind:pre:1p; -recourrait recourir ver 1.92 4.73 0.00 0.07 cnd:pre:3s; -recours recours nom m 6.45 15.34 6.45 15.34 -recourt recourir ver 1.92 4.73 0.08 0.27 ind:pre:3s; -recouru recourir ver m s 1.92 4.73 0.11 0.20 par:pas; -recoururent recourir ver 1.92 4.73 0.00 0.14 ind:pas:3p; -recourus recourir ver 1.92 4.73 0.00 0.07 ind:pas:1s; -recourut recourir ver 1.92 4.73 0.01 0.20 ind:pas:3s; -recousais recoudre ver 5.80 3.92 0.02 0.00 ind:imp:1s; -recousait recoudre ver 5.80 3.92 0.13 0.27 ind:imp:3s; -recousant recoudre ver 5.80 3.92 0.02 0.27 par:pre; -recouse recoudre ver 5.80 3.92 0.07 0.07 sub:pre:1s;sub:pre:3s; -recousez recoudre ver 5.80 3.92 0.13 0.00 imp:pre:2p; -recousu recoudre ver m s 5.80 3.92 0.78 0.81 par:pas; -recousue recoudre ver f s 5.80 3.92 0.60 0.27 par:pas; -recousus recoudre ver m p 5.80 3.92 0.04 0.20 par:pas; -recouvert recouvrir ver m s 11.04 69.26 2.79 16.82 par:pas; -recouverte recouvrir ver f s 11.04 69.26 0.90 7.77 par:pas; -recouvertes recouvrir ver f p 11.04 69.26 0.14 3.65 par:pas; -recouverts recouvrir ver m p 11.04 69.26 0.88 9.59 par:pas; -recouvrît recouvrir ver 11.04 69.26 0.00 0.14 sub:imp:3s; -recouvra recouvrer ver 2.02 5.27 0.02 0.41 ind:pas:3s; -recouvrables recouvrable adj f p 0.00 0.07 0.00 0.07 -recouvrai recouvrer ver 2.02 5.27 0.00 0.07 ind:pas:1s; -recouvraient recouvrir ver 11.04 69.26 0.23 2.30 ind:imp:3p; -recouvrais recouvrir ver 11.04 69.26 0.00 0.34 ind:imp:1s; -recouvrait recouvrir ver 11.04 69.26 0.46 7.91 ind:imp:3s; -recouvrance recouvrance nom f s 0.00 0.27 0.00 0.27 -recouvrant recouvrir ver 11.04 69.26 0.47 2.91 par:pre; -recouvre recouvrir ver 11.04 69.26 2.28 8.04 imp:pre:2s;ind:pre:1s;ind:pre:3s; -recouvrement recouvrement nom m s 0.28 0.14 0.28 0.14 -recouvrent recouvrir ver 11.04 69.26 0.25 1.62 ind:pre:3p;sub:pre:3p; -recouvrer recouvrer ver 2.02 5.27 0.46 2.30 inf; -recouvrerai recouvrer ver 2.02 5.27 0.01 0.00 ind:fut:1s; -recouvrerait recouvrer ver 2.02 5.27 0.03 0.14 cnd:pre:3s; -recouvrerez recouvrer ver 2.02 5.27 0.02 0.00 ind:fut:2p; -recouvreront recouvrer ver 2.02 5.27 0.00 0.07 ind:fut:3p; -recouvrez recouvrir ver 11.04 69.26 0.71 0.07 imp:pre:2p;imp:pre:2p;ind:pre:2p; -recouvriez recouvrir ver 11.04 69.26 0.02 0.00 ind:imp:2p; -recouvrir recouvrir ver 11.04 69.26 1.74 5.27 inf; -recouvrira recouvrir ver 11.04 69.26 0.06 0.34 ind:fut:3s; -recouvrirai recouvrir ver 11.04 69.26 0.02 0.07 ind:fut:1s; -recouvriraient recouvrir ver 11.04 69.26 0.00 0.07 cnd:pre:3p; -recouvrirait recouvrir ver 11.04 69.26 0.02 0.27 cnd:pre:3s; -recouvrirent recouvrir ver 11.04 69.26 0.00 0.34 ind:pas:3p; -recouvris recouvrir ver 11.04 69.26 0.01 0.07 ind:pas:1s; -recouvrissent recouvrir ver 11.04 69.26 0.00 0.07 sub:imp:3p; -recouvrit recouvrir ver 11.04 69.26 0.04 1.55 ind:pas:3s; -recouvrons recouvrir ver 11.04 69.26 0.03 0.07 imp:pre:1p;ind:pre:1p; -recouvrât recouvrer ver 2.02 5.27 0.00 0.07 sub:imp:3s; -recouvré recouvrer ver m s 2.02 5.27 0.66 1.62 par:pas; -recouvrée recouvrer ver f s 2.02 5.27 0.02 0.47 par:pas; -recouvrées recouvrer ver f p 2.02 5.27 0.21 0.07 par:pas; -recouvrés recouvrer ver m p 2.02 5.27 0.01 0.07 par:pas; -recracha recracher ver 2.26 2.36 0.00 0.74 ind:pas:3s; -recrachaient recracher ver 2.26 2.36 0.01 0.14 ind:imp:3p; -recrachais recracher ver 2.26 2.36 0.01 0.07 ind:imp:1s; -recrachait recracher ver 2.26 2.36 0.03 0.20 ind:imp:3s; -recrachant recracher ver 2.26 2.36 0.01 0.00 par:pre; -recrache recracher ver 2.26 2.36 0.61 0.41 imp:pre:2s;ind:pre:1s;ind:pre:3s; -recrachent recracher ver 2.26 2.36 0.06 0.07 ind:pre:3p; -recracher recracher ver 2.26 2.36 0.66 0.34 inf; -recrachera recracher ver 2.26 2.36 0.02 0.07 ind:fut:3s; -recraches recracher ver 2.26 2.36 0.15 0.00 ind:pre:2s; -recrachez recracher ver 2.26 2.36 0.17 0.00 imp:pre:2p;ind:pre:2p; -recraché recracher ver m s 2.26 2.36 0.47 0.27 par:pas; -recrachée recracher ver f s 2.26 2.36 0.05 0.07 par:pas; -recreuse recreuser ver 0.14 0.20 0.00 0.07 ind:pre:3s; -recreuser recreuser ver 0.14 0.20 0.14 0.07 inf; -recroisait recroiser ver 0.17 0.88 0.00 0.07 ind:imp:3s; -recroisant recroiser ver 0.17 0.88 0.00 0.14 par:pre; -recroise recroiser ver 0.17 0.88 0.03 0.34 ind:pre:1s;ind:pre:3s; -recroiser recroiser ver 0.17 0.88 0.05 0.07 inf; -recroiseras recroiser ver 0.17 0.88 0.03 0.00 ind:fut:2s; -recroiserons recroiser ver 0.17 0.88 0.01 0.00 ind:fut:1p; -recroisé recroiser ver m s 0.17 0.88 0.04 0.14 par:pas; -recroisés recroiser ver m p 0.17 0.88 0.01 0.14 par:pas; -recroquevilla recroqueviller ver 0.29 14.05 0.00 0.95 ind:pas:3s; -recroquevillai recroqueviller ver 0.29 14.05 0.01 0.14 ind:pas:1s; -recroquevillaient recroqueviller ver 0.29 14.05 0.00 0.41 ind:imp:3p; -recroquevillais recroqueviller ver 0.29 14.05 0.00 0.27 ind:imp:1s; -recroquevillait recroqueviller ver 0.29 14.05 0.00 0.74 ind:imp:3s; -recroquevillant recroqueviller ver 0.29 14.05 0.00 0.20 par:pre; -recroqueville recroqueviller ver 0.29 14.05 0.03 1.49 imp:pre:2s;ind:pre:1s;ind:pre:3s; -recroquevillement recroquevillement nom m s 0.00 0.14 0.00 0.14 -recroquevillent recroqueviller ver 0.29 14.05 0.01 0.61 ind:pre:3p; -recroqueviller recroqueviller ver 0.29 14.05 0.03 1.22 inf; -recroquevillions recroqueviller ver 0.29 14.05 0.00 0.14 ind:imp:1p; -recroquevillé recroqueviller ver m s 0.29 14.05 0.12 4.59 par:pas; -recroquevillée recroqueviller ver f s 0.29 14.05 0.09 1.96 par:pas; -recroquevillées recroquevillé adj f p 0.12 3.72 0.00 0.61 -recroquevillés recroquevillé adj m p 0.12 3.72 0.10 0.41 -recru recroître ver m s 0.00 0.47 0.00 0.34 par:pas; -recréa recréer ver 2.23 4.39 0.00 0.14 ind:pas:3s; -recréaient recréer ver 2.23 4.39 0.01 0.14 ind:imp:3p; -recréais recréer ver 2.23 4.39 0.01 0.07 ind:imp:1s; -recréait recréer ver 2.23 4.39 0.00 0.07 ind:imp:3s; -recréant recréer ver 2.23 4.39 0.04 0.27 par:pre; -recréation recréation nom f s 0.04 0.27 0.01 0.20 -recrudescence recrudescence nom f s 0.21 0.81 0.21 0.81 -recrudescente recrudescent adj f s 0.01 0.00 0.01 0.00 -recrée recréer ver 2.23 4.39 0.28 0.34 ind:pre:1s;ind:pre:3s; -recrue recrue nom f s 4.61 3.85 1.73 1.35 -recréent recréer ver 2.23 4.39 0.00 0.14 ind:pre:3p; -recréer recréer ver 2.23 4.39 1.61 2.16 inf; -recréerait recréer ver 2.23 4.39 0.01 0.14 cnd:pre:3s; -recrues recrue nom f p 4.61 3.85 2.87 2.50 -recrépi recrépir ver m s 0.00 0.34 0.00 0.07 par:pas; -recrépie recrépir ver f s 0.00 0.34 0.00 0.07 par:pas; -recrépir recrépir ver 0.00 0.34 0.00 0.07 inf; -recrépis recrépir ver m p 0.00 0.34 0.00 0.07 par:pas; -recrépit recrépir ver 0.00 0.34 0.00 0.07 ind:pre:3s; -recrus recroître ver m p 0.00 0.47 0.00 0.14 par:pas; -recruta recruter ver 7.45 6.15 0.01 0.20 ind:pas:3s; -recrutaient recruter ver 7.45 6.15 0.03 0.27 ind:imp:3p; -recrutais recruter ver 7.45 6.15 0.02 0.00 ind:imp:1s;ind:imp:2s; -recrutait recruter ver 7.45 6.15 0.24 0.54 ind:imp:3s; -recrutant recruter ver 7.45 6.15 0.08 0.07 par:pre; -recrute recruter ver 7.45 6.15 1.01 0.41 imp:pre:2s;ind:pre:1s;ind:pre:3s; -recrutement recrutement nom m s 1.66 3.51 1.66 3.51 -recrutent recruter ver 7.45 6.15 0.24 0.27 ind:pre:3p; -recruter recruter ver 7.45 6.15 2.59 1.76 inf; -recrutera recruter ver 7.45 6.15 0.04 0.00 ind:fut:3s; -recruterai recruter ver 7.45 6.15 0.04 0.00 ind:fut:1s; -recruterez recruter ver 7.45 6.15 0.00 0.07 ind:fut:2p; -recruteur recruteur nom m s 1.34 0.20 0.87 0.14 -recruteurs recruteur nom m p 1.34 0.20 0.47 0.07 -recrutez recruter ver 7.45 6.15 0.13 0.00 imp:pre:2p;ind:pre:2p; -recrutiez recruter ver 7.45 6.15 0.02 0.00 ind:imp:2p; -recrutions recruter ver 7.45 6.15 0.01 0.07 ind:imp:1p; -recrutons recruter ver 7.45 6.15 0.07 0.00 imp:pre:1p;ind:pre:1p; -recruté recruter ver m s 7.45 6.15 2.27 1.08 par:pas; -recrutée recruter ver f s 7.45 6.15 0.29 0.34 par:pas; -recrutées recruter ver f p 7.45 6.15 0.02 0.20 par:pas; -recrutés recruter ver m p 7.45 6.15 0.34 0.88 par:pas; -recréé recréer ver m s 2.23 4.39 0.16 0.61 par:pas; -recréée recréer ver f s 2.23 4.39 0.02 0.20 par:pas; -recréées recréer ver f p 2.23 4.39 0.01 0.07 par:pas; -recréés recréer ver m p 2.23 4.39 0.07 0.00 par:pas; -recta recta adv_sup 0.08 1.08 0.08 1.08 -rectal rectal adj m s 0.66 0.14 0.33 0.00 -rectale rectal adj f s 0.66 0.14 0.29 0.14 -rectangle rectangle nom m s 0.47 16.69 0.38 12.91 -rectangles rectangle nom m p 0.47 16.69 0.09 3.78 -rectangulaire rectangulaire adj s 0.25 8.18 0.09 5.14 -rectangulaires rectangulaire adj p 0.25 8.18 0.16 3.04 -rectaux rectal adj m p 0.66 0.14 0.03 0.00 -recteur recteur nom m s 2.17 1.55 2.13 1.42 -recteurs recteur nom m p 2.17 1.55 0.04 0.07 -recèle receler ver 1.02 3.72 0.58 0.95 ind:pre:1s;ind:pre:3s; -recèlent receler ver 1.02 3.72 0.31 0.68 ind:pre:3p; -recèles receler ver 1.02 3.72 0.01 0.00 ind:pre:2s; -recès recès nom m 0.00 0.07 0.00 0.07 -rectifia rectifier ver 2.04 10.68 0.00 2.64 ind:pas:3s; -rectifiai rectifier ver 2.04 10.68 0.00 0.20 ind:pas:1s; -rectifiait rectifier ver 2.04 10.68 0.01 0.81 ind:imp:3s; -rectifiant rectifier ver 2.04 10.68 0.00 0.34 par:pre; -rectificatif rectificatif nom m s 0.05 0.07 0.05 0.07 -rectification rectification nom f s 0.93 0.61 0.91 0.34 -rectifications rectification nom f p 0.93 0.61 0.02 0.27 -rectifie rectifier ver 2.04 10.68 0.26 1.35 imp:pre:2s;ind:pre:1s;ind:pre:3s; -rectifient rectifier ver 2.04 10.68 0.01 0.14 ind:pre:3p; -rectifier rectifier ver 2.04 10.68 0.92 2.50 inf; -rectifiera rectifier ver 2.04 10.68 0.02 0.00 ind:fut:3s; -rectifierai rectifier ver 2.04 10.68 0.00 0.07 ind:fut:1s; -rectifierez rectifier ver 2.04 10.68 0.00 0.07 ind:fut:2p; -rectifies rectifier ver 2.04 10.68 0.01 0.07 ind:pre:2s; -rectifiez rectifier ver 2.04 10.68 0.34 0.14 imp:pre:2p;ind:pre:2p; -rectifions rectifier ver 2.04 10.68 0.03 0.07 imp:pre:1p; -rectifièrent rectifier ver 2.04 10.68 0.00 0.14 ind:pas:3p; -rectifié rectifier ver m s 2.04 10.68 0.36 1.22 par:pas; -rectifiée rectifier ver f s 2.04 10.68 0.06 0.47 par:pas; -rectifiées rectifier ver f p 2.04 10.68 0.00 0.34 par:pas; -rectifiés rectifier ver m p 2.04 10.68 0.01 0.14 par:pas; -rectiligne rectiligne adj s 0.16 6.08 0.16 4.46 -rectilignes rectiligne adj p 0.16 6.08 0.00 1.62 -rectilinéaire rectilinéaire adj m s 0.01 0.00 0.01 0.00 -rectitude rectitude nom f s 0.05 0.68 0.05 0.68 -recto_tono recto_tono adv 0.00 0.20 0.00 0.20 -recto recto nom m s 0.30 0.95 0.30 0.88 -rectorat rectorat nom m s 0.18 0.00 0.18 0.00 -rectos recto nom m p 0.30 0.95 0.00 0.07 -rectrices recteur nom f p 2.17 1.55 0.00 0.07 -rectum rectum nom m s 0.50 0.81 0.50 0.81 -recueil recueil nom m s 1.52 3.78 1.33 2.97 -recueillît recueillir ver 8.54 31.42 0.00 0.34 sub:imp:3s; -recueillaient recueillir ver 8.54 31.42 0.02 0.34 ind:imp:3p; -recueillais recueillir ver 8.54 31.42 0.04 0.20 ind:imp:1s; -recueillait recueillir ver 8.54 31.42 0.05 1.96 ind:imp:3s; -recueillant recueillir ver 8.54 31.42 0.05 1.01 par:pre; -recueille recueillir ver 8.54 31.42 1.12 3.38 imp:pre:2s;ind:pre:1s;ind:pre:3s; -recueillement recueillement nom m s 0.20 3.04 0.20 2.97 -recueillements recueillement nom m p 0.20 3.04 0.00 0.07 -recueillent recueillir ver 8.54 31.42 0.21 0.81 ind:pre:3p; -recueillera recueillir ver 8.54 31.42 0.05 0.47 ind:fut:3s; -recueillerai recueillir ver 8.54 31.42 0.02 0.07 ind:fut:1s; -recueilleraient recueillir ver 8.54 31.42 0.00 0.07 cnd:pre:3p; -recueillerait recueillir ver 8.54 31.42 0.01 0.27 cnd:pre:3s; -recueilleront recueillir ver 8.54 31.42 0.00 0.07 ind:fut:3p; -recueillez recueillir ver 8.54 31.42 0.22 0.00 imp:pre:2p;ind:pre:2p; -recueilli recueillir ver m s 8.54 31.42 2.20 5.88 par:pas; -recueillie recueillir ver f s 8.54 31.42 0.42 1.15 par:pas; -recueillies recueillir ver f p 8.54 31.42 0.29 0.74 par:pas; -recueillions recueillir ver 8.54 31.42 0.00 0.07 ind:imp:1p; -recueillir recueillir ver 8.54 31.42 2.59 9.46 inf; -recueillirent recueillir ver 8.54 31.42 0.11 0.41 ind:pas:3p; -recueillis recueillir ver m p 8.54 31.42 0.58 2.09 ind:pas:1s;par:pas; -recueillit recueillir ver 8.54 31.42 0.18 2.57 ind:pas:3s; -recueillons recueillir ver 8.54 31.42 0.38 0.07 imp:pre:1p;ind:pre:1p; -recueils recueil nom m p 1.52 3.78 0.19 0.81 -recuire recuire ver 0.02 0.68 0.02 0.07 inf; -recuisson recuisson nom f s 0.00 0.07 0.00 0.07 -recuit recuit adj m s 0.03 1.55 0.03 0.54 -recuite recuit adj f s 0.03 1.55 0.00 0.54 -recuites recuire ver f p 0.02 0.68 0.00 0.27 par:pas; -recuits recuit adj m p 0.03 1.55 0.00 0.34 -recul recul nom m s 3.59 15.61 3.59 14.73 -recula reculer ver 52.15 69.05 0.02 13.31 ind:pas:3s; -reculade reculade nom f s 0.00 0.54 0.00 0.47 -reculades reculade nom f p 0.00 0.54 0.00 0.07 -reculai reculer ver 52.15 69.05 0.03 0.68 ind:pas:1s; -reculaient reculer ver 52.15 69.05 0.01 1.62 ind:imp:3p; -reculais reculer ver 52.15 69.05 0.04 0.54 ind:imp:1s;ind:imp:2s; -reculait reculer ver 52.15 69.05 0.20 4.86 ind:imp:3s; -recélait recéler ver 0.02 0.54 0.02 0.34 ind:imp:3s; -reculant reculer ver 52.15 69.05 0.25 3.78 par:pre; -recélant recéler ver 0.02 0.54 0.00 0.07 par:pre; -recule reculer ver 52.15 69.05 15.11 11.15 imp:pre:2s;ind:pre:1s;ind:pre:3s; -reculent reculer ver 52.15 69.05 1.31 1.49 ind:pre:3p; -reculer reculer ver 52.15 69.05 6.83 15.41 inf; -recéler recéler ver 0.02 0.54 0.00 0.14 inf; -reculera reculer ver 52.15 69.05 0.14 0.14 ind:fut:3s; -reculerai reculer ver 52.15 69.05 0.24 0.00 ind:fut:1s; -reculeraient reculer ver 52.15 69.05 0.01 0.07 cnd:pre:3p; -reculerais reculer ver 52.15 69.05 0.05 0.00 cnd:pre:1s;cnd:pre:2s; -reculerait reculer ver 52.15 69.05 0.01 0.14 cnd:pre:3s; -reculeras reculer ver 52.15 69.05 0.26 0.00 ind:fut:2s; -reculerons reculer ver 52.15 69.05 0.02 0.00 ind:fut:1p; -reculeront reculer ver 52.15 69.05 0.20 0.00 ind:fut:3p; -recules reculer ver 52.15 69.05 1.00 0.07 ind:pre:2s;sub:pre:2s; -reculez reculer ver 52.15 69.05 22.91 0.20 imp:pre:2p;ind:pre:2p; -reculons reculer ver 52.15 69.05 1.67 6.62 imp:pre:1p;ind:pre:1p; -reculât reculer ver 52.15 69.05 0.00 0.07 sub:imp:3s; -reculotta reculotter ver 0.02 0.47 0.00 0.20 ind:pas:3s; -reculotte reculotter ver 0.02 0.47 0.02 0.07 imp:pre:2s;ind:pre:3s; -reculotter reculotter ver 0.02 0.47 0.00 0.07 inf; -reculotté reculotter ver m s 0.02 0.47 0.00 0.07 par:pas; -reculottée reculotter ver f s 0.02 0.47 0.00 0.07 par:pas; -reculs recul nom m p 3.59 15.61 0.00 0.81 -reculèrent reculer ver 52.15 69.05 0.01 1.22 ind:pas:3p; -reculé reculer ver m s 52.15 69.05 1.71 6.96 par:pas; -reculée reculé adj f s 0.71 3.78 0.14 0.54 -reculées reculer ver f p 52.15 69.05 0.02 0.00 par:pas; -reculés reculé adj m p 0.71 3.78 0.18 1.15 -recépages recépage nom m p 0.00 0.07 0.00 0.07 -recyclable recyclable adj s 0.14 0.00 0.06 0.00 -recyclables recyclable adj p 0.14 0.00 0.09 0.00 -recyclage recyclage nom m s 0.78 0.47 0.78 0.47 -recyclaient recycler ver 1.77 1.15 0.02 0.00 ind:imp:3p; -recyclait recycler ver 1.77 1.15 0.01 0.00 ind:imp:3s; -recycle recycler ver 1.77 1.15 0.46 0.00 imp:pre:2s;ind:pre:1s;ind:pre:3s; -recyclent recycler ver 1.77 1.15 0.06 0.07 ind:pre:3p; -recycler recycler ver 1.77 1.15 0.56 0.41 inf; -recyclerai recycler ver 1.77 1.15 0.01 0.00 ind:fut:1s; -recycleur recycleur nom m s 0.01 0.00 0.01 0.00 -recyclez recycler ver 1.77 1.15 0.07 0.00 imp:pre:2p;ind:pre:2p; -recycliez recycler ver 1.77 1.15 0.00 0.07 ind:imp:2p; -recyclé recycler ver m s 1.77 1.15 0.39 0.41 par:pas; -recyclée recycler ver f s 1.77 1.15 0.10 0.14 par:pas; -recyclées recycler ver f p 1.77 1.15 0.03 0.00 par:pas; -recyclés recycler ver m p 1.77 1.15 0.06 0.07 par:pas; -red_river red_river nom s 0.00 0.14 0.00 0.14 -redan redan nom m s 0.00 0.27 0.00 0.27 -reddition reddition nom f s 2.21 3.24 2.21 3.24 -redemanda redemander ver 3.72 4.19 0.00 0.61 ind:pas:3s; -redemandai redemander ver 3.72 4.19 0.14 0.00 ind:pas:1s; -redemandaient redemander ver 3.72 4.19 0.00 0.27 ind:imp:3p; -redemandais redemander ver 3.72 4.19 0.13 0.00 ind:imp:1s;ind:imp:2s; -redemandait redemander ver 3.72 4.19 0.16 0.68 ind:imp:3s; -redemandant redemander ver 3.72 4.19 0.00 0.07 par:pre; -redemande redemander ver 3.72 4.19 1.16 0.95 imp:pre:2s;ind:pre:1s;ind:pre:3s; -redemandent redemander ver 3.72 4.19 0.23 0.14 ind:pre:3p; -redemander redemander ver 3.72 4.19 0.54 0.41 inf; -redemanderai redemander ver 3.72 4.19 0.36 0.00 ind:fut:1s; -redemanderait redemander ver 3.72 4.19 0.01 0.00 cnd:pre:3s; -redemanderas redemander ver 3.72 4.19 0.20 0.00 ind:fut:2s; -redemanderez redemander ver 3.72 4.19 0.03 0.00 ind:fut:2p; -redemanderont redemander ver 3.72 4.19 0.00 0.07 ind:fut:3p; -redemandes redemander ver 3.72 4.19 0.28 0.00 ind:pre:2s; -redemandez redemander ver 3.72 4.19 0.20 0.00 imp:pre:2p;ind:pre:2p; -redemandions redemander ver 3.72 4.19 0.00 0.07 ind:imp:1p; -redemandé redemander ver m s 3.72 4.19 0.29 0.95 par:pas; -redents redent nom m p 0.00 0.07 0.00 0.07 -redescend redescendre ver 11.61 28.38 1.82 2.84 ind:pre:3s; -redescendît redescendre ver 11.61 28.38 0.00 0.07 sub:imp:3s; -redescendaient redescendre ver 11.61 28.38 0.00 0.88 ind:imp:3p; -redescendais redescendre ver 11.61 28.38 0.01 0.41 ind:imp:1s; -redescendait redescendre ver 11.61 28.38 0.12 2.30 ind:imp:3s; -redescendant redescendre ver 11.61 28.38 0.29 1.55 par:pre; -redescende redescendre ver 11.61 28.38 0.50 0.41 sub:pre:1s;sub:pre:3s; -redescendent redescendre ver 11.61 28.38 0.33 0.41 ind:pre:3p; -redescendes redescendre ver 11.61 28.38 0.12 0.00 sub:pre:2s; -redescendez redescendre ver 11.61 28.38 0.92 0.14 imp:pre:2p;ind:pre:2p; -redescendiez redescendre ver 11.61 28.38 0.01 0.00 ind:imp:2p; -redescendions redescendre ver 11.61 28.38 0.00 0.14 ind:imp:1p; -redescendirent redescendre ver 11.61 28.38 0.00 1.01 ind:pas:3p; -redescendis redescendre ver 11.61 28.38 0.00 0.47 ind:pas:1s;ind:pas:2s; -redescendit redescendre ver 11.61 28.38 0.01 4.19 ind:pas:3s; -redescendons redescendre ver 11.61 28.38 0.14 0.41 imp:pre:1p;ind:pre:1p; -redescendra redescendre ver 11.61 28.38 0.06 0.14 ind:fut:3s; -redescendrai redescendre ver 11.61 28.38 0.19 0.20 ind:fut:1s; -redescendrais redescendre ver 11.61 28.38 0.01 0.00 cnd:pre:1s; -redescendrait redescendre ver 11.61 28.38 0.00 0.20 cnd:pre:3s; -redescendre redescendre ver 11.61 28.38 3.08 5.88 inf; -redescendrons redescendre ver 11.61 28.38 0.01 0.07 ind:fut:1p; -redescendront redescendre ver 11.61 28.38 0.02 0.00 ind:fut:3p; -redescends redescendre ver 11.61 28.38 3.05 1.69 imp:pre:2s;ind:pre:1s;ind:pre:2s; -redescendu redescendre ver m s 11.61 28.38 0.51 3.04 par:pas; -redescendue redescendre ver f s 11.61 28.38 0.25 0.41 par:pas; -redescendues redescendre ver f p 11.61 28.38 0.00 0.14 par:pas; -redescendus redescendre ver m p 11.61 28.38 0.16 1.42 par:pas; -redescente redescente nom f s 0.01 0.14 0.01 0.14 -redessina redessiner ver 0.13 1.08 0.00 0.14 ind:pas:3s; -redessinaient redessiner ver 0.13 1.08 0.00 0.07 ind:imp:3p; -redessinait redessiner ver 0.13 1.08 0.00 0.14 ind:imp:3s; -redessine redessiner ver 0.13 1.08 0.08 0.07 imp:pre:2s;ind:pre:1s;ind:pre:3s; -redessinent redessiner ver 0.13 1.08 0.00 0.07 ind:pre:3p; -redessiner redessiner ver 0.13 1.08 0.04 0.34 inf; -redessiné redessiner ver m s 0.13 1.08 0.00 0.20 par:pas; -redessinée redessiner ver f s 0.13 1.08 0.00 0.07 par:pas; -redevînt redevenir ver 17.88 37.57 0.00 0.20 sub:imp:3s; -redevable redevable adj s 3.76 0.81 3.46 0.74 -redevables redevable adj p 3.76 0.81 0.30 0.07 -redevais redevoir ver 0.03 0.20 0.00 0.07 ind:imp:1s; -redevait redevoir ver 0.03 0.20 0.00 0.07 ind:imp:3s; -redevance redevance nom f s 0.04 0.47 0.03 0.27 -redevances redevance nom f p 0.04 0.47 0.01 0.20 -redevenaient redevenir ver 17.88 37.57 0.01 0.74 ind:imp:3p; -redevenais redevenir ver 17.88 37.57 0.17 0.47 ind:imp:1s; -redevenait redevenir ver 17.88 37.57 0.11 4.73 ind:imp:3s; -redevenant redevenir ver 17.88 37.57 0.05 0.47 par:pre; -redevenez redevenir ver 17.88 37.57 0.39 0.14 imp:pre:2p;ind:pre:2p; -redeveniez redevenir ver 17.88 37.57 0.09 0.14 ind:imp:2p; -redevenir redevenir ver 17.88 37.57 5.52 5.88 inf; -redevenons redevenir ver 17.88 37.57 0.04 0.07 imp:pre:1p;ind:pre:1p; -redevenu redevenir ver m s 17.88 37.57 1.65 6.35 par:pas; -redevenue redevenir ver f s 17.88 37.57 0.56 4.53 par:pas; -redevenues redevenir ver f p 17.88 37.57 0.08 0.61 par:pas; -redevenus redevenir ver m p 17.88 37.57 0.40 1.42 par:pas; -redeviendra redevenir ver 17.88 37.57 1.50 0.54 ind:fut:3s; -redeviendrai redevenir ver 17.88 37.57 0.25 0.07 ind:fut:1s; -redeviendraient redevenir ver 17.88 37.57 0.01 0.14 cnd:pre:3p; -redeviendrais redevenir ver 17.88 37.57 0.38 0.07 cnd:pre:1s;cnd:pre:2s; -redeviendrait redevenir ver 17.88 37.57 0.15 0.61 cnd:pre:3s; -redeviendras redevenir ver 17.88 37.57 0.37 0.00 ind:fut:2s; -redeviendrez redevenir ver 17.88 37.57 0.13 0.00 ind:fut:2p; -redeviendriez redevenir ver 17.88 37.57 0.14 0.00 cnd:pre:2p; -redeviendrons redevenir ver 17.88 37.57 0.03 0.07 ind:fut:1p; -redeviendront redevenir ver 17.88 37.57 0.28 0.07 ind:fut:3p; -redevienne redevenir ver 17.88 37.57 1.65 0.34 sub:pre:1s;sub:pre:3s; -redeviennent redevenir ver 17.88 37.57 0.44 0.61 ind:pre:3p; -redeviennes redevenir ver 17.88 37.57 0.17 0.00 sub:pre:2s; -redeviens redevenir ver 17.88 37.57 1.88 1.22 imp:pre:2s;ind:pre:1s;ind:pre:2s; -redevient redevenir ver 17.88 37.57 1.21 4.05 ind:pre:3s; -redevinrent redevenir ver 17.88 37.57 0.01 0.20 ind:pas:3p; -redevins redevenir ver 17.88 37.57 0.00 0.20 ind:pas:1s; -redevint redevenir ver 17.88 37.57 0.23 3.65 ind:pas:3s; -redevoir redevoir ver 0.03 0.20 0.01 0.00 inf; -redevra redevoir ver 0.03 0.20 0.00 0.07 ind:fut:3s; -redevrez redevoir ver 0.03 0.20 0.01 0.00 ind:fut:2p; -rediffusent rediffuser ver 0.20 0.07 0.02 0.00 ind:pre:3p; -rediffuser rediffuser ver 0.20 0.07 0.05 0.00 inf; -rediffuserons rediffuser ver 0.20 0.07 0.02 0.00 ind:fut:1p; -rediffusez rediffuser ver 0.20 0.07 0.01 0.00 imp:pre:2p; -rediffusion rediffusion nom f s 0.64 0.00 0.44 0.00 -rediffusions rediffusion nom f p 0.64 0.00 0.20 0.00 -rediffusé rediffuser ver m s 0.20 0.07 0.05 0.00 par:pas; -rediffusés rediffuser ver m p 0.20 0.07 0.03 0.07 par:pas; -redimensionner redimensionner ver 0.03 0.00 0.01 0.00 inf; -redimensionnées redimensionner ver f p 0.03 0.00 0.01 0.00 par:pas; -redingote redingote nom f s 0.81 5.07 0.54 4.66 -redingotes redingote nom f p 0.81 5.07 0.27 0.41 -redirai redire ver 8.61 10.20 0.47 0.07 ind:fut:1s; -redirais redire ver 8.61 10.20 0.03 0.00 cnd:pre:1s; -redirait redire ver 8.61 10.20 0.01 0.07 cnd:pre:3s; -redire redire ver 8.61 10.20 3.04 5.07 inf; -redirez redire ver 8.61 10.20 0.01 0.07 ind:fut:2p; -rediriez redire ver 8.61 10.20 0.01 0.00 cnd:pre:2p; -redirige rediriger ver 0.37 0.00 0.08 0.00 ind:pre:1s;ind:pre:3s; -rediriger rediriger ver 0.37 0.00 0.15 0.00 inf; -redirigé rediriger ver m s 0.37 0.00 0.14 0.00 par:pas; -redis redire ver 8.61 10.20 3.46 1.62 imp:pre:2s;ind:pre:1s;ind:pre:2s; -redisais redire ver 8.61 10.20 0.01 0.20 ind:imp:1s; -redisait redire ver 8.61 10.20 0.00 0.34 ind:imp:3s; -redisant redire ver 8.61 10.20 0.01 0.20 par:pre; -rediscuter rediscuter ver 0.20 0.07 0.10 0.07 inf; -rediscutera rediscuter ver 0.20 0.07 0.05 0.00 ind:fut:3s; -rediscuterons rediscuter ver 0.20 0.07 0.05 0.00 ind:fut:1p; -redise redire ver 8.61 10.20 0.02 0.20 sub:pre:1s;sub:pre:3s; -redisent redire ver 8.61 10.20 0.01 0.07 ind:pre:3p; -redises redire ver 8.61 10.20 0.27 0.00 sub:pre:2s; -redisposer redisposer ver 0.16 0.14 0.16 0.14 inf; -redistribua redistribuer ver 0.34 0.61 0.01 0.00 ind:pas:3s; -redistribuais redistribuer ver 0.34 0.61 0.02 0.07 ind:imp:1s;ind:imp:2s; -redistribuait redistribuer ver 0.34 0.61 0.00 0.20 ind:imp:3s; -redistribue redistribuer ver 0.34 0.61 0.09 0.07 imp:pre:2s;ind:pre:1s;ind:pre:3s; -redistribuent redistribuer ver 0.34 0.61 0.01 0.00 ind:pre:3p; -redistribuer redistribuer ver 0.34 0.61 0.13 0.14 inf; -redistribueras redistribuer ver 0.34 0.61 0.01 0.00 ind:fut:2s; -redistribuons redistribuer ver 0.34 0.61 0.01 0.00 imp:pre:1p; -redistribution redistribution nom f s 0.10 0.41 0.10 0.34 -redistributions redistribution nom f p 0.10 0.41 0.00 0.07 -redistribué redistribuer ver m s 0.34 0.61 0.04 0.07 par:pas; -redistribués redistribuer ver m p 0.34 0.61 0.03 0.07 par:pas; -redit redire ver m s 8.61 10.20 0.39 1.96 ind:pre:3s;par:pas; -redite redire ver f s 8.61 10.20 0.01 0.00 par:pas; -redites redire ver f p 8.61 10.20 0.85 0.20 par:pas; -redits redire ver m p 8.61 10.20 0.00 0.14 par:pas; -redondance redondance nom f s 0.07 0.34 0.04 0.07 -redondances redondance nom f p 0.07 0.34 0.04 0.27 -redondant redondant adj m s 0.39 0.27 0.32 0.14 -redondante redondant adj f s 0.39 0.27 0.03 0.07 -redondantes redondant adj f p 0.39 0.27 0.01 0.07 -redondants redondant adj m p 0.39 0.27 0.04 0.00 -redonna redonner ver 9.43 11.49 0.03 0.54 ind:pas:3s; -redonnai redonner ver 9.43 11.49 0.00 0.07 ind:pas:1s; -redonnaient redonner ver 9.43 11.49 0.00 0.20 ind:imp:3p; -redonnais redonner ver 9.43 11.49 0.01 0.07 ind:imp:1s; -redonnait redonner ver 9.43 11.49 0.05 1.55 ind:imp:3s; -redonnant redonner ver 9.43 11.49 0.03 0.47 par:pre; -redonne redonner ver 9.43 11.49 2.77 1.62 imp:pre:2s;ind:pre:1s;ind:pre:3s; -redonnent redonner ver 9.43 11.49 0.25 0.20 ind:pre:3p; -redonner redonner ver 9.43 11.49 2.87 4.73 inf; -redonnera redonner ver 9.43 11.49 0.27 0.20 ind:fut:3s; -redonnerai redonner ver 9.43 11.49 0.11 0.00 ind:fut:1s; -redonneraient redonner ver 9.43 11.49 0.01 0.07 cnd:pre:3p; -redonnerais redonner ver 9.43 11.49 0.00 0.07 cnd:pre:1s; -redonnerait redonner ver 9.43 11.49 0.04 0.14 cnd:pre:3s; -redonneras redonner ver 9.43 11.49 0.14 0.00 ind:fut:2s; -redonnerons redonner ver 9.43 11.49 0.01 0.00 ind:fut:1p; -redonneront redonner ver 9.43 11.49 0.02 0.00 ind:fut:3p; -redonnes redonner ver 9.43 11.49 0.56 0.00 ind:pre:2s; -redonnez redonner ver 9.43 11.49 0.54 0.07 imp:pre:2p;ind:pre:2p; -redonniez redonner ver 9.43 11.49 0.01 0.00 ind:imp:2p; -redonnons redonner ver 9.43 11.49 0.42 0.00 imp:pre:1p;ind:pre:1p; -redonnât redonner ver 9.43 11.49 0.00 0.07 sub:imp:3s; -redonné redonner ver m s 9.43 11.49 1.28 1.42 par:pas; -redorer redorer ver 0.18 0.41 0.18 0.27 inf; -redormir redormir ver 0.01 0.27 0.01 0.14 inf; -redors redormir ver 0.01 0.27 0.00 0.07 ind:pre:1s; -redort redormir ver 0.01 0.27 0.00 0.07 ind:pre:3s; -redoré redorer ver m s 0.18 0.41 0.00 0.07 par:pas; -redorées redorer ver f p 0.18 0.41 0.00 0.07 par:pas; -redoubla redoubler ver 2.73 11.01 0.00 1.08 ind:pas:3s; -redoublai redoubler ver 2.73 11.01 0.01 0.20 ind:pas:1s; -redoublaient redoubler ver 2.73 11.01 0.00 0.74 ind:imp:3p; -redoublais redoubler ver 2.73 11.01 0.01 0.07 ind:imp:1s; -redoublait redoubler ver 2.73 11.01 0.02 1.96 ind:imp:3s; -redoublant redoubler ver 2.73 11.01 0.01 0.20 par:pre; -redoublants redoublant nom m p 0.00 0.07 0.00 0.07 -redouble redoubler ver 2.73 11.01 0.57 2.23 imp:pre:2s;ind:pre:1s;ind:pre:3s; -redoublement redoublement nom m s 0.03 0.47 0.03 0.47 -redoublent redoubler ver 2.73 11.01 0.17 0.74 ind:pre:3p; -redoubler redoubler ver 2.73 11.01 1.16 1.96 inf; -redoublera redoubler ver 2.73 11.01 0.11 0.07 ind:fut:3s; -redoublerai redoubler ver 2.73 11.01 0.12 0.07 ind:fut:1s; -redoublerait redoubler ver 2.73 11.01 0.00 0.14 cnd:pre:3s; -redoubleront redoubler ver 2.73 11.01 0.01 0.07 ind:fut:3p; -redoublez redoubler ver 2.73 11.01 0.04 0.00 imp:pre:2p;ind:pre:2p; -redoublions redoubler ver 2.73 11.01 0.00 0.07 ind:imp:1p; -redoublons redoubler ver 2.73 11.01 0.00 0.07 imp:pre:1p; -redoublèrent redoubler ver 2.73 11.01 0.00 0.27 ind:pas:3p; -redoublé redoubler ver m s 2.73 11.01 0.35 0.61 par:pas; -redoublée redoubler ver f s 2.73 11.01 0.00 0.20 par:pas; -redoublées redoublé adj f p 0.05 1.28 0.00 0.14 -redoublés redoubler ver m p 2.73 11.01 0.14 0.27 par:pas; -redouta redouter ver 6.58 38.58 0.00 0.54 ind:pas:3s; -redoutable redoutable adj s 6.61 23.18 5.94 17.77 -redoutablement redoutablement adv 0.01 0.41 0.01 0.41 -redoutables redoutable adj p 6.61 23.18 0.67 5.41 -redoutaient redouter ver 6.58 38.58 0.08 0.74 ind:imp:3p; -redoutais redouter ver 6.58 38.58 0.66 3.65 ind:imp:1s;ind:imp:2s; -redoutait redouter ver 6.58 38.58 0.73 11.49 ind:imp:3s; -redoutant redouter ver 6.58 38.58 0.12 3.18 par:pre; -redoutasse redouter ver 6.58 38.58 0.00 0.07 sub:imp:1s; -redoute redouter ver 6.58 38.58 1.51 4.86 imp:pre:2s;ind:pre:1s;ind:pre:3s; -redoutent redouter ver 6.58 38.58 0.40 1.15 ind:pre:3p;sub:pre:3p; -redouter redouter ver 6.58 38.58 1.03 4.80 inf; -redouterait redouter ver 6.58 38.58 0.00 0.07 cnd:pre:3s; -redouteras redouter ver 6.58 38.58 0.00 0.07 ind:fut:2s; -redoutes redouter ver 6.58 38.58 0.15 0.07 ind:pre:2s; -redoutez redouter ver 6.58 38.58 0.44 0.07 imp:pre:2p;ind:pre:2p; -redoutiez redouter ver 6.58 38.58 0.37 0.00 ind:imp:2p; -redoutions redouter ver 6.58 38.58 0.04 0.54 ind:imp:1p;sub:pre:1p; -redoutons redouter ver 6.58 38.58 0.04 0.14 imp:pre:1p;ind:pre:1p; -redoutât redouter ver 6.58 38.58 0.00 0.20 sub:imp:3s; -redoutèrent redouter ver 6.58 38.58 0.00 0.07 ind:pas:3p; -redouté redouter ver m s 6.58 38.58 0.79 4.05 par:pas; -redoutée redouter ver f s 6.58 38.58 0.20 1.69 par:pas; -redoutées redouter ver f p 6.58 38.58 0.00 0.47 par:pas; -redoutés redouter ver m p 6.58 38.58 0.02 0.68 par:pas; -redoux redoux nom m 0.01 0.88 0.01 0.88 -redressa redresser ver 8.93 64.39 0.03 22.16 ind:pas:3s; -redressai redresser ver 8.93 64.39 0.00 1.08 ind:pas:1s; -redressaient redresser ver 8.93 64.39 0.00 0.74 ind:imp:3p; -redressais redresser ver 8.93 64.39 0.00 0.34 ind:imp:1s; -redressait redresser ver 8.93 64.39 0.01 4.26 ind:imp:3s; -redressant redresser ver 8.93 64.39 0.04 5.47 par:pre; -redresse redresser ver 8.93 64.39 3.91 10.88 imp:pre:2s;ind:pre:1s;ind:pre:3s; -redressement redressement nom m s 1.63 6.62 1.63 6.55 -redressements redressement nom m p 1.63 6.62 0.00 0.07 -redressent redresser ver 8.93 64.39 0.17 0.68 ind:pre:3p; -redresser redresser ver 8.93 64.39 2.28 8.24 inf; -redressera redresser ver 8.93 64.39 0.12 0.07 ind:fut:3s; -redresserai redresser ver 8.93 64.39 0.13 0.00 ind:fut:1s; -redresserait redresser ver 8.93 64.39 0.01 0.27 cnd:pre:3s; -redresserons redresser ver 8.93 64.39 0.00 0.07 ind:fut:1p; -redresses redresser ver 8.93 64.39 0.23 0.00 ind:pre:2s;sub:pre:2s; -redresseur redresseur nom m s 0.32 0.34 0.27 0.20 -redresseurs redresseur nom m p 0.32 0.34 0.03 0.14 -redresseuse redresseur nom f s 0.32 0.34 0.02 0.00 -redressez redresser ver 8.93 64.39 1.40 0.14 imp:pre:2p;ind:pre:2p; -redressons redresser ver 8.93 64.39 0.13 0.07 imp:pre:1p;ind:pre:1p; -redressât redresser ver 8.93 64.39 0.00 0.20 sub:imp:3s; -redressèrent redresser ver 8.93 64.39 0.00 0.47 ind:pas:3p; -redressé redresser ver m s 8.93 64.39 0.30 5.61 par:pas; -redressée redresser ver f s 8.93 64.39 0.15 2.77 par:pas; -redressées redresser ver f p 8.93 64.39 0.00 0.34 par:pas; -redressés redresser ver m p 8.93 64.39 0.01 0.54 par:pas; -redéconner redéconner ver 0.01 0.00 0.01 0.00 inf; -redécoré redécoré adj m s 0.26 0.14 0.26 0.14 -redécoupage redécoupage nom m s 0.01 0.00 0.01 0.00 -redécouvert redécouvrir ver m s 0.70 3.18 0.13 0.41 par:pas; -redécouverte redécouverte nom f s 0.03 0.14 0.03 0.14 -redécouvertes redécouvrir ver f p 0.70 3.18 0.00 0.07 par:pas; -redécouverts redécouvert adj m p 0.00 0.07 0.00 0.07 -redécouvrît redécouvrir ver 0.70 3.18 0.00 0.07 sub:imp:3s; -redécouvraient redécouvrir ver 0.70 3.18 0.01 0.07 ind:imp:3p; -redécouvrait redécouvrir ver 0.70 3.18 0.00 0.34 ind:imp:3s; -redécouvrant redécouvrir ver 0.70 3.18 0.10 0.14 par:pre; -redécouvre redécouvrir ver 0.70 3.18 0.01 0.41 ind:pre:1s;ind:pre:3s; -redécouvrent redécouvrir ver 0.70 3.18 0.10 0.07 ind:pre:3p; -redécouvrions redécouvrir ver 0.70 3.18 0.00 0.14 ind:imp:1p; -redécouvrir redécouvrir ver 0.70 3.18 0.29 1.22 inf; -redécouvrira redécouvrir ver 0.70 3.18 0.00 0.07 ind:fut:3s; -redécouvriront redécouvrir ver 0.70 3.18 0.00 0.07 ind:fut:3p; -redécouvris redécouvrir ver 0.70 3.18 0.00 0.07 ind:pas:1s; -redécouvrit redécouvrir ver 0.70 3.18 0.02 0.07 ind:pas:3s; -redécouvrons redécouvrir ver 0.70 3.18 0.04 0.00 ind:pre:1p; -redéfini redéfinir ver m s 0.29 0.07 0.03 0.00 par:pas; -redéfinir redéfinir ver 0.29 0.07 0.13 0.00 inf; -redéfinis redéfinir ver m p 0.29 0.07 0.03 0.07 ind:pre:1s;par:pas; -redéfinissons redéfinir ver 0.29 0.07 0.11 0.00 imp:pre:1p;ind:pre:1p; -redéfinition redéfinition nom f s 0.01 0.00 0.01 0.00 -redégringoler redégringoler ver 0.00 0.07 0.00 0.07 inf; -redémarra redémarrer ver 1.90 2.16 0.00 0.14 ind:pas:3s; -redémarrage redémarrage nom m s 0.13 0.00 0.13 0.00 -redémarraient redémarrer ver 1.90 2.16 0.00 0.07 ind:imp:3p; -redémarrais redémarrer ver 1.90 2.16 0.01 0.07 ind:imp:1s; -redémarrait redémarrer ver 1.90 2.16 0.00 0.14 ind:imp:3s; -redémarrant redémarrer ver 1.90 2.16 0.01 0.07 par:pre; -redémarre redémarrer ver 1.90 2.16 0.40 1.01 imp:pre:2s;ind:pre:1s;ind:pre:3s; -redémarrent redémarrer ver 1.90 2.16 0.00 0.07 ind:pre:3p; -redémarrer redémarrer ver 1.90 2.16 1.00 0.47 inf; -redémarrera redémarrer ver 1.90 2.16 0.01 0.07 ind:fut:3s; -redémarrerait redémarrer ver 1.90 2.16 0.01 0.00 cnd:pre:3s; -redémarrez redémarrer ver 1.90 2.16 0.18 0.00 imp:pre:2p;ind:pre:2p; -redémarrons redémarrer ver 1.90 2.16 0.02 0.00 imp:pre:1p; -redémarré redémarrer ver m s 1.90 2.16 0.25 0.07 par:pas; -redémolir redémolir ver 0.01 0.00 0.01 0.00 inf; -redéploie redéployer ver 0.14 0.00 0.03 0.00 ind:pre:3s; -redéploiement redéploiement nom m s 0.04 0.07 0.04 0.07 -redéployer redéployer ver 0.14 0.00 0.09 0.00 inf; -redéployez redéployer ver 0.14 0.00 0.04 0.00 imp:pre:2p;ind:pre:2p; -redéposer redéposer ver 0.08 0.07 0.01 0.00 inf; -redéposé redéposer ver m s 0.08 0.07 0.07 0.07 par:pas; -refîmes refaire ver 58.27 40.81 0.00 0.07 ind:pas:1p; -refît refaire ver 58.27 40.81 0.00 0.14 sub:imp:3s; -refabriquer refabriquer ver 0.01 0.00 0.01 0.00 inf; -refaire refaire ver 58.27 40.81 26.29 18.24 inf; -refais refaire ver 58.27 40.81 8.71 1.15 imp:pre:2s;ind:pre:1s;ind:pre:2s; -refaisaient refaire ver 58.27 40.81 0.01 0.41 ind:imp:3p; -refaisais refaire ver 58.27 40.81 0.11 0.41 ind:imp:1s;ind:imp:2s; -refaisait refaire ver 58.27 40.81 0.18 1.89 ind:imp:3s; -refaisant refaire ver 58.27 40.81 0.03 1.28 par:pre; -refaisions refaire ver 58.27 40.81 0.01 0.54 ind:imp:1p; -refaisons refaire ver 58.27 40.81 0.79 0.00 imp:pre:1p;ind:pre:1p; -refait refaire ver m s 58.27 40.81 11.23 8.58 ind:pre:3s;par:pas;par:pas; -refaite refaire ver f s 58.27 40.81 0.44 0.88 par:pas; -refaites refaire ver f p 58.27 40.81 2.55 0.54 imp:pre:2p;ind:pre:2p;par:pas; -refaits refaire ver m p 58.27 40.81 0.19 0.14 par:pas; -refamiliariser refamiliariser ver 0.01 0.00 0.01 0.00 inf; -refasse refaire ver 58.27 40.81 1.18 0.41 sub:pre:1s;sub:pre:3s; -refassent refaire ver 58.27 40.81 0.02 0.07 sub:pre:3p; -refasses refaire ver 58.27 40.81 0.41 0.00 sub:pre:2s; -refassiez refaire ver 58.27 40.81 0.04 0.00 sub:pre:2p; -refaçonner refaçonner ver 0.01 0.00 0.01 0.00 inf; -refaufile refaufiler ver 0.00 0.07 0.00 0.07 ind:pre:3s; -refendre refendre ver 0.00 0.27 0.00 0.14 inf; -refendu refendre ver m s 0.00 0.27 0.00 0.14 par:pas; -refera refaire ver 58.27 40.81 1.28 0.27 ind:fut:3s; -referai refaire ver 58.27 40.81 1.49 0.34 ind:fut:1s; -referais refaire ver 58.27 40.81 1.56 0.54 cnd:pre:1s;cnd:pre:2s; -referait refaire ver 58.27 40.81 0.21 0.47 cnd:pre:3s; -referas refaire ver 58.27 40.81 0.49 0.00 ind:fut:2s; -referendum referendum nom m s 0.13 0.00 0.13 0.00 -referions refaire ver 58.27 40.81 0.01 0.00 cnd:pre:1p; -referma refermer ver 11.97 91.76 0.33 20.34 ind:pas:3s; -refermai refermer ver 11.97 91.76 0.00 1.35 ind:pas:1s; -refermaient refermer ver 11.97 91.76 0.03 1.42 ind:imp:3p; -refermais refermer ver 11.97 91.76 0.00 0.68 ind:imp:1s; -refermait refermer ver 11.97 91.76 0.05 7.09 ind:imp:3s; -refermant refermer ver 11.97 91.76 0.05 4.80 par:pre; -refermassent refermer ver 11.97 91.76 0.00 0.07 sub:imp:3p; -referme refermer ver 11.97 91.76 3.50 14.93 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -referment refermer ver 11.97 91.76 0.35 1.82 ind:pre:3p; -refermer refermer ver 11.97 91.76 3.26 13.11 inf; -refermera refermer ver 11.97 91.76 0.36 0.20 ind:fut:3s; -refermeraient refermer ver 11.97 91.76 0.00 0.27 cnd:pre:3p; -refermerais refermer ver 11.97 91.76 0.02 0.00 cnd:pre:1s;cnd:pre:2s; -refermerait refermer ver 11.97 91.76 0.11 0.27 cnd:pre:3s; -refermeront refermer ver 11.97 91.76 0.15 0.00 ind:fut:3p; -refermes refermer ver 11.97 91.76 0.21 0.00 ind:pre:2s; -refermez refermer ver 11.97 91.76 0.73 0.20 imp:pre:2p;ind:pre:2p; -refermâmes refermer ver 11.97 91.76 0.00 0.07 ind:pas:1p; -refermons refermer ver 11.97 91.76 0.26 0.14 imp:pre:1p;ind:pre:1p; -refermât refermer ver 11.97 91.76 0.00 0.47 sub:imp:3s; -refermèrent refermer ver 11.97 91.76 0.00 1.08 ind:pas:3p; -refermé refermer ver m s 11.97 91.76 0.98 11.15 par:pas; -refermée refermer ver f s 11.97 91.76 1.19 9.59 par:pas; -refermées refermer ver f p 11.97 91.76 0.17 1.49 par:pas; -refermés refermer ver m p 11.97 91.76 0.20 1.22 par:pas; -referons refaire ver 58.27 40.81 0.14 0.41 ind:fut:1p; -referont refaire ver 58.27 40.81 0.30 0.07 ind:fut:3p; -refeuilleter refeuilleter ver 0.00 0.07 0.00 0.07 inf; -reficelai reficeler ver 0.00 0.14 0.00 0.07 ind:pas:1s; -reficelle reficeler ver 0.00 0.14 0.00 0.07 ind:pre:1s; -refil refil nom m s 0.00 0.14 0.00 0.14 -refila refiler ver 9.70 12.09 0.14 0.14 ind:pas:3s; -refilai refiler ver 9.70 12.09 0.00 0.07 ind:pas:1s; -refilaient refiler ver 9.70 12.09 0.01 0.14 ind:imp:3p; -refilais refiler ver 9.70 12.09 0.00 0.14 ind:imp:1s; -refilait refiler ver 9.70 12.09 0.33 0.81 ind:imp:3s; -refilant refiler ver 9.70 12.09 0.15 0.47 par:pre; -refile refiler ver 9.70 12.09 2.00 2.64 imp:pre:2s;ind:pre:1s;ind:pre:3s; -refilent refiler ver 9.70 12.09 0.17 0.41 ind:pre:3p; -refiler refiler ver 9.70 12.09 2.58 3.99 inf; -refilera refiler ver 9.70 12.09 0.03 0.14 ind:fut:3s; -refilerait refiler ver 9.70 12.09 0.04 0.07 cnd:pre:3s; -refiles refiler ver 9.70 12.09 0.37 0.07 ind:pre:2s; -refilez refiler ver 9.70 12.09 0.25 0.00 imp:pre:2p;ind:pre:2p; -refilé refiler ver m s 9.70 12.09 3.13 2.43 par:pas; -refilée refiler ver f s 9.70 12.09 0.37 0.41 par:pas; -refilées refiler ver f p 9.70 12.09 0.02 0.07 par:pas; -refilés refiler ver m p 9.70 12.09 0.13 0.14 par:pas; -refinancement refinancement nom m s 0.04 0.00 0.04 0.00 -refinancée refinancer ver f s 0.01 0.00 0.01 0.00 par:pas; -refirent refaire ver 58.27 40.81 0.01 0.47 ind:pas:3p; -refis refaire ver 58.27 40.81 0.14 0.34 ind:pas:1s; -refit refaire ver 58.27 40.81 0.03 2.77 ind:pas:3s; -reflet reflet nom m s 6.41 50.74 5.63 27.36 -reflets reflet nom m p 6.41 50.74 0.77 23.38 -refleurir refleurir ver 0.28 0.88 0.14 0.34 inf; -refleurira refleurir ver 0.28 0.88 0.11 0.07 ind:fut:3s; -refleurissaient refleurir ver 0.28 0.88 0.00 0.14 ind:imp:3p; -refleurissait refleurir ver 0.28 0.88 0.00 0.14 ind:imp:3s; -refleurissent refleurir ver 0.28 0.88 0.01 0.07 ind:pre:3p; -refleurit refleurir ver 0.28 0.88 0.02 0.14 ind:pre:3s;ind:pas:3s; -reflex reflex nom m 0.14 0.00 0.14 0.00 -reflète refléter ver 5.57 22.23 2.89 2.91 imp:pre:2s;ind:pre:1s;ind:pre:3s; -reflètent refléter ver 5.57 22.23 0.68 2.16 ind:pre:3p; -reflua refluer ver 0.40 8.04 0.00 0.88 ind:pas:3s; -refluaient refluer ver 0.40 8.04 0.01 0.68 ind:imp:3p; -refluait refluer ver 0.40 8.04 0.00 1.28 ind:imp:3s; -refluant refluer ver 0.40 8.04 0.00 0.81 par:pre; -reflue refluer ver 0.40 8.04 0.00 1.35 imp:pre:2s;ind:pre:1s;ind:pre:3s; -refluent refluer ver 0.40 8.04 0.10 0.61 ind:pre:3p; -refluer refluer ver 0.40 8.04 0.13 1.28 inf; -refluera refluer ver 0.40 8.04 0.00 0.07 ind:fut:3s; -refléta refléter ver 5.57 22.23 0.00 0.20 ind:pas:3s; -reflétaient refléter ver 5.57 22.23 0.19 4.26 ind:imp:3p; -reflétait refléter ver 5.57 22.23 0.35 6.15 ind:imp:3s; -reflétant refléter ver 5.57 22.23 0.08 1.22 par:pre; -refléter refléter ver 5.57 22.23 0.80 1.42 inf; -reflétera refléter ver 5.57 22.23 0.08 0.14 ind:fut:3s; -refléteraient refléter ver 5.57 22.23 0.00 0.07 cnd:pre:3p; -refléterait refléter ver 5.57 22.23 0.02 0.07 cnd:pre:3s; -refluèrent refluer ver 0.40 8.04 0.00 0.54 ind:pas:3p; -reflétons refléter ver 5.57 22.23 0.00 0.07 ind:pre:1p; -reflétèrent refléter ver 5.57 22.23 0.00 0.07 ind:pas:3p; -reflété refléter ver m s 5.57 22.23 0.22 1.76 par:pas; -reflétée refléter ver f s 5.57 22.23 0.12 1.28 par:pas; -reflétées refléter ver f p 5.57 22.23 0.14 0.34 par:pas; -reflétés refléter ver m p 5.57 22.23 0.00 0.14 par:pas; -reflué refluer ver m s 0.40 8.04 0.16 0.47 par:pas; -refluée refluer ver f s 0.40 8.04 0.00 0.07 par:pas; -reflux reflux nom m 0.47 3.45 0.47 3.45 -refoncer refoncer ver 0.01 0.00 0.01 0.00 inf; -refondant refonder ver 0.00 0.20 0.00 0.07 par:pre; -refonde refonder ver 0.00 0.20 0.00 0.14 ind:pre:3s; -refondre refondre ver 0.17 0.68 0.14 0.34 inf; -refonds refondre ver 0.17 0.68 0.01 0.00 imp:pre:2s; -refondu refondre ver m s 0.17 0.68 0.01 0.07 par:pas; -refondus refondre ver m p 0.17 0.68 0.00 0.27 par:pas; -refont refaire ver 58.27 40.81 0.42 0.41 ind:pre:3p; -refonte refonte nom f s 0.28 0.47 0.28 0.47 -reforger reforger ver 0.54 0.14 0.14 0.14 inf; -reforgé reforger ver m s 0.54 0.14 0.14 0.00 par:pas; -reforgée reforger ver f s 0.54 0.14 0.27 0.00 par:pas; -reforma reformer ver 0.71 6.49 0.04 0.61 ind:pas:3s; -reformaient reformer ver 0.71 6.49 0.00 0.88 ind:imp:3p; -reformait reformer ver 0.71 6.49 0.00 1.01 ind:imp:3s; -reformant reformer ver 0.71 6.49 0.00 0.20 par:pre; -reformassent reformer ver 0.71 6.49 0.00 0.07 sub:imp:3p; -reformater reformater ver 0.01 0.00 0.01 0.00 inf; -reformation reformation nom f s 0.02 0.07 0.02 0.07 -reforme reformer ver 0.71 6.49 0.16 1.08 ind:pre:1s;ind:pre:3s; -reforment reformer ver 0.71 6.49 0.03 0.27 ind:pre:3p; -reformer reformer ver 0.71 6.49 0.29 1.01 inf; -reformerons reformer ver 0.71 6.49 0.00 0.07 ind:fut:1p; -reformeront reformer ver 0.71 6.49 0.02 0.14 ind:fut:3p; -reformez reformer ver 0.71 6.49 0.08 0.00 imp:pre:2p; -reformèrent reformer ver 0.71 6.49 0.00 0.07 ind:pas:3p; -reformé reformer ver m s 0.71 6.49 0.05 0.47 par:pas; -reformée reformer ver f s 0.71 6.49 0.04 0.27 par:pas; -reformulation reformulation nom f s 0.01 0.00 0.01 0.00 -reformuler reformuler ver 0.55 0.14 0.50 0.00 inf; -reformulé reformuler ver m s 0.55 0.14 0.04 0.00 par:pas; -reformulée reformuler ver f s 0.55 0.14 0.00 0.14 par:pas; -reformés reformer ver m p 0.71 6.49 0.01 0.34 par:pas; -refouiller refouiller ver 0.03 0.07 0.01 0.00 inf; -refouillé refouiller ver m s 0.03 0.07 0.01 0.07 par:pas; -refoula refouler ver 1.88 7.36 0.00 0.41 ind:pas:3s; -refoulai refouler ver 1.88 7.36 0.00 0.07 ind:pas:1s; -refoulaient refouler ver 1.88 7.36 0.00 0.14 ind:imp:3p; -refoulais refouler ver 1.88 7.36 0.03 0.07 ind:imp:1s;ind:imp:2s; -refoulait refouler ver 1.88 7.36 0.03 0.41 ind:imp:3s; -refoulant refouler ver 1.88 7.36 0.01 0.27 par:pre; -refoulante refoulant adj f s 0.00 0.27 0.00 0.20 -refoule refouler ver 1.88 7.36 0.30 0.88 imp:pre:2s;ind:pre:1s;ind:pre:3s; -refoulement refoulement nom m s 0.17 1.08 0.15 0.88 -refoulements refoulement nom m p 0.17 1.08 0.02 0.20 -refoulent refouler ver 1.88 7.36 0.03 0.14 ind:pre:3p; -refouler refouler ver 1.88 7.36 0.72 2.30 inf; -refoulerait refouler ver 1.88 7.36 0.00 0.07 cnd:pre:3s; -refoulez refouler ver 1.88 7.36 0.05 0.07 imp:pre:2p;ind:pre:2p; -refouloir refouloir nom m s 0.01 0.00 0.01 0.00 -refoulé refouler ver m s 1.88 7.36 0.53 1.35 par:pas; -refoulée refoulé adj f s 1.24 1.69 0.34 0.47 -refoulées refoulé adj f p 1.24 1.69 0.27 0.27 -refoulés refoulé adj m p 1.24 1.69 0.27 0.47 -refourgua refourguer ver 0.95 1.82 0.00 0.07 ind:pas:3s; -refourgue refourguer ver 0.95 1.82 0.12 0.54 imp:pre:2s;ind:pre:1s;ind:pre:3s; -refourguer refourguer ver 0.95 1.82 0.44 0.88 inf; -refourguera refourguer ver 0.95 1.82 0.01 0.00 ind:fut:3s; -refourguerait refourguer ver 0.95 1.82 0.00 0.07 cnd:pre:3s; -refourguions refourguer ver 0.95 1.82 0.01 0.00 ind:imp:1p; -refourgué refourguer ver m s 0.95 1.82 0.36 0.00 par:pas; -refourguées refourguer ver f p 0.95 1.82 0.00 0.07 par:pas; -refourgués refourguer ver m p 0.95 1.82 0.01 0.20 par:pas; -refourrait refourrer ver 0.00 0.07 0.00 0.07 ind:imp:3s; -refous refoutre ver 0.11 0.95 0.06 0.07 ind:pre:1s;ind:pre:2s; -refout refoutre ver 0.11 0.95 0.00 0.14 ind:pre:3s; -refoutait refoutre ver 0.11 0.95 0.00 0.14 ind:imp:3s; -refoute refoutre ver 0.11 0.95 0.01 0.00 sub:pre:3s; -refoutent refoutre ver 0.11 0.95 0.01 0.00 ind:pre:3p; -refoutes refoutre ver 0.11 0.95 0.00 0.07 sub:pre:2s; -refoutez refoutre ver 0.11 0.95 0.00 0.07 imp:pre:2p; -refoutre refoutre ver 0.11 0.95 0.03 0.41 inf; -refoutu refoutre ver m s 0.11 0.95 0.00 0.07 par:pas; -refrain refrain nom m s 2.39 10.68 1.98 8.24 -refrains refrain nom m p 2.39 10.68 0.41 2.43 -refranchies refranchir ver f p 0.01 0.07 0.00 0.07 par:pas; -refranchir refranchir ver 0.01 0.07 0.01 0.00 inf; -refrappe refrapper ver 0.07 0.14 0.04 0.00 imp:pre:2s;ind:pre:3s; -refrapper refrapper ver 0.07 0.14 0.01 0.00 inf; -refroidi refroidir ver m s 10.57 8.58 1.32 0.88 par:pas; -refroidie refroidir ver f s 10.57 8.58 0.17 0.34 par:pas; -refroidies refroidir ver f p 10.57 8.58 0.17 0.14 par:pas; -refroidir refroidir ver 10.57 8.58 3.17 3.11 inf; -refroidira refroidir ver 10.57 8.58 0.06 0.14 ind:fut:3s; -refroidiraient refroidir ver 10.57 8.58 0.00 0.14 cnd:pre:3p; -refroidirais refroidir ver 10.57 8.58 0.01 0.00 cnd:pre:2s; -refroidirait refroidir ver 10.57 8.58 0.05 0.14 cnd:pre:3s; -refroidis refroidir ver m p 10.57 8.58 0.80 0.41 imp:pre:2s;ind:pre:1s;ind:pre:2s;par:pas; -refroidissaient refroidir ver 10.57 8.58 0.01 0.14 ind:imp:3p; -refroidissais refroidir ver 10.57 8.58 0.00 0.07 ind:imp:1s; -refroidissait refroidir ver 10.57 8.58 0.06 1.01 ind:imp:3s; -refroidissant refroidir ver 10.57 8.58 0.06 0.07 par:pre; -refroidisse refroidir ver 10.57 8.58 1.43 0.41 sub:pre:1s;sub:pre:3s; -refroidissement refroidissement nom m s 1.56 1.01 1.56 1.01 -refroidissent refroidir ver 10.57 8.58 0.22 0.20 ind:pre:3p; -refroidisseur refroidisseur nom m s 0.10 0.00 0.10 0.00 -refroidissiez refroidir ver 10.57 8.58 0.00 0.07 ind:imp:2p; -refroidit refroidir ver 10.57 8.58 3.03 1.35 ind:pre:3s;ind:pas:3s; -refrène refréner ver 0.01 1.82 0.00 0.14 ind:pre:3s; -refréna refréner ver 0.01 1.82 0.00 0.07 ind:pas:3s; -refrénai refréner ver 0.01 1.82 0.00 0.14 ind:pas:1s; -refrénait refréner ver 0.01 1.82 0.00 0.07 ind:imp:3s; -refrénant refréner ver 0.01 1.82 0.00 0.27 par:pre; -refréner refréner ver 0.01 1.82 0.01 0.88 inf; -refrénerait refréner ver 0.01 1.82 0.00 0.07 cnd:pre:3s; -refréné refréner ver m s 0.01 1.82 0.00 0.14 par:pas; -refrénés refréner ver m p 0.01 1.82 0.00 0.07 par:pas; -refuge refuge nom m s 8.38 18.65 8.02 16.89 -refuges refuge nom m p 8.38 18.65 0.36 1.76 -refuites refuite nom f p 0.00 0.07 0.00 0.07 -refumer refumer ver 0.03 0.07 0.03 0.07 inf; -refus refus nom m 9.02 27.03 9.02 27.03 -refusa refuser ver 143.96 152.77 1.82 14.59 ind:pas:3s; -refusai refuser ver 143.96 152.77 0.13 3.24 ind:pas:1s; -refusaient refuser ver 143.96 152.77 0.85 4.53 ind:imp:3p; -refusais refuser ver 143.96 152.77 2.15 4.59 ind:imp:1s;ind:imp:2s; -refusait refuser ver 143.96 152.77 4.17 21.82 ind:imp:3s; -refusant refuser ver 143.96 152.77 1.90 6.89 par:pre; -refuse refuser ver 143.96 152.77 49.29 24.19 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:1s; -refusent refuser ver 143.96 152.77 7.76 4.26 ind:pre:3p; -refuser refuser ver 143.96 152.77 21.34 27.84 inf;; -refusera refuser ver 143.96 152.77 2.03 0.81 ind:fut:3s; -refuserai refuser ver 143.96 152.77 0.85 0.47 ind:fut:1s; -refuseraient refuser ver 143.96 152.77 0.09 0.41 cnd:pre:3p; -refuserais refuser ver 143.96 152.77 1.08 0.61 cnd:pre:1s;cnd:pre:2s; -refuserait refuser ver 143.96 152.77 1.43 2.03 cnd:pre:3s; -refuseras refuser ver 143.96 152.77 0.15 0.27 ind:fut:2s; -refuserez refuser ver 143.96 152.77 0.58 0.27 ind:fut:2p; -refuseriez refuser ver 143.96 152.77 0.17 0.20 cnd:pre:2p; -refuserions refuser ver 143.96 152.77 0.02 0.07 cnd:pre:1p; -refuseront refuser ver 143.96 152.77 0.58 0.14 ind:fut:3p; -refuses refuser ver 143.96 152.77 8.60 1.28 ind:pre:2s; -refusez refuser ver 143.96 152.77 8.29 2.43 imp:pre:2p;ind:pre:2p; -refusiez refuser ver 143.96 152.77 0.59 0.20 ind:imp:2p; -refusions refuser ver 143.96 152.77 0.12 0.61 ind:imp:1p; -refusons refuser ver 143.96 152.77 1.29 1.01 imp:pre:1p;ind:pre:1p; -refusât refuser ver 143.96 152.77 0.00 0.88 sub:imp:3s; -refusèrent refuser ver 143.96 152.77 0.05 1.76 ind:pas:3p; -refusé refuser ver m s 143.96 152.77 26.03 22.70 par:pas; -refusée refuser ver f s 143.96 152.77 2.12 3.31 par:pas; -refusées refuser ver f p 143.96 152.77 0.23 0.54 par:pas; -refusés refuser ver m p 143.96 152.77 0.27 0.74 par:pas; -reg reg nom m s 1.52 0.14 1.52 0.14 -regagna regagner ver 9.54 49.80 0.02 9.05 ind:pas:3s; -regagnai regagner ver 9.54 49.80 0.01 1.96 ind:pas:1s; -regagnaient regagner ver 9.54 49.80 0.02 1.01 ind:imp:3p; -regagnais regagner ver 9.54 49.80 0.03 0.74 ind:imp:1s; -regagnait regagner ver 9.54 49.80 0.13 4.05 ind:imp:3s; -regagnant regagner ver 9.54 49.80 0.06 2.70 par:pre; -regagne regagner ver 9.54 49.80 1.30 3.24 imp:pre:2s;ind:pre:1s;ind:pre:3s; -regagnent regagner ver 9.54 49.80 0.22 0.68 ind:pre:3p; -regagner regagner ver 9.54 49.80 3.90 16.49 inf; -regagnera regagner ver 9.54 49.80 0.24 0.07 ind:fut:3s; -regagnerai regagner ver 9.54 49.80 0.15 0.00 ind:fut:1s; -regagneraient regagner ver 9.54 49.80 0.00 0.07 cnd:pre:3p; -regagnerais regagner ver 9.54 49.80 0.10 0.07 cnd:pre:1s; -regagnerait regagner ver 9.54 49.80 0.00 0.34 cnd:pre:3s; -regagneras regagner ver 9.54 49.80 0.06 0.00 ind:fut:2s; -regagnerez regagner ver 9.54 49.80 0.04 0.07 ind:fut:2p; -regagnerons regagner ver 9.54 49.80 0.02 0.27 ind:fut:1p; -regagneront regagner ver 9.54 49.80 0.00 0.07 ind:fut:3p; -regagnez regagner ver 9.54 49.80 1.84 0.07 imp:pre:2p;ind:pre:2p; -regagniez regagner ver 9.54 49.80 0.02 0.07 ind:imp:2p; -regagnions regagner ver 9.54 49.80 0.01 0.41 ind:imp:1p; -regagnâmes regagner ver 9.54 49.80 0.14 0.47 ind:pas:1p; -regagnons regagner ver 9.54 49.80 0.50 0.95 imp:pre:1p;ind:pre:1p; -regagnât regagner ver 9.54 49.80 0.00 0.07 sub:imp:3s; -regagnèrent regagner ver 9.54 49.80 0.01 1.55 ind:pas:3p; -regagné regagner ver m s 9.54 49.80 0.71 5.07 par:pas; -regagnée regagner ver f s 9.54 49.80 0.01 0.20 par:pas; -regagnés regagner ver m p 9.54 49.80 0.00 0.07 par:pas; -regain regain nom m s 0.14 3.24 0.14 3.18 -regains regain nom m p 0.14 3.24 0.00 0.07 -regard regard nom m s 61.35 423.18 52.39 354.93 -regarda regarder ver 1197.37 997.91 2.18 149.05 ind:pas:3s; -regardable regardable adj s 0.10 0.74 0.09 0.47 -regardables regardable adj p 0.10 0.74 0.01 0.27 -regardai regarder ver 1197.37 997.91 0.82 14.73 ind:pas:1s; -regardaient regarder ver 1197.37 997.91 3.49 33.51 ind:imp:3p; -regardais regarder ver 1197.37 997.91 16.18 36.01 ind:imp:1s;ind:imp:2s; -regardait regarder ver 1197.37 997.91 16.30 160.81 ind:imp:3s; -regardant regarder ver 1197.37 997.91 13.99 73.78 par:pre; -regardante regardant adj f s 0.65 6.15 0.04 0.41 -regardants regardant adj m p 0.65 6.15 0.04 0.27 -regarde regarder ver 1197.37 997.91 613.45 203.65 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:1s;sub:pre:3s; -regardent regarder ver 1197.37 997.91 14.68 22.30 ind:pre:3p; -regarder regarder ver 1197.37 997.91 138.28 163.51 inf;;inf;;inf;; -regardera regarder ver 1197.37 997.91 3.55 1.49 ind:fut:3s; -regarderai regarder ver 1197.37 997.91 3.30 1.08 ind:fut:1s; -regarderaient regarder ver 1197.37 997.91 0.09 0.68 cnd:pre:3p; -regarderais regarder ver 1197.37 997.91 0.82 0.68 cnd:pre:1s;cnd:pre:2s; -regarderait regarder ver 1197.37 997.91 0.95 1.76 cnd:pre:3s; -regarderas regarder ver 1197.37 997.91 1.30 0.47 ind:fut:2s; -regarderez regarder ver 1197.37 997.91 0.53 0.34 ind:fut:2p; -regarderiez regarder ver 1197.37 997.91 0.26 0.07 cnd:pre:2p; -regarderions regarder ver 1197.37 997.91 0.01 0.20 cnd:pre:1p; -regarderons regarder ver 1197.37 997.91 0.14 0.61 ind:fut:1p; -regarderont regarder ver 1197.37 997.91 0.87 0.88 ind:fut:3p; -regardes regarder ver 1197.37 997.91 43.64 5.34 ind:pre:2s;sub:pre:2s; -regardeur regardeur nom m s 0.01 0.07 0.01 0.07 -regardez regarder ver 1197.37 997.91 261.81 30.95 imp:pre:2p;ind:pre:2p; -regardiez regarder ver 1197.37 997.91 2.53 0.54 ind:imp:2p; -regardions regarder ver 1197.37 997.91 0.56 4.39 ind:imp:1p; -regardâmes regarder ver 1197.37 997.91 0.00 1.28 ind:pas:1p; -regardons regarder ver 1197.37 997.91 6.65 4.86 imp:pre:1p;ind:pre:1p; -regardât regarder ver 1197.37 997.91 0.00 0.34 sub:imp:3s; -regards regard nom m p 61.35 423.18 8.96 68.24 -regardèrent regarder ver 1197.37 997.91 0.32 15.68 ind:pas:3p; -regardé regarder ver m s 1197.37 997.91 41.29 51.55 par:pas; -regardée regarder ver f s 1197.37 997.91 7.61 11.01 ind:imp:3s;par:pas; -regardées regarder ver f p 1197.37 997.91 0.20 1.15 par:pas; -regardés regarder ver m p 1197.37 997.91 1.47 5.20 par:pas; -regarni regarnir ver m s 0.16 0.81 0.01 0.00 par:pas; -regarnies regarnir ver f p 0.16 0.81 0.00 0.07 par:pas; -regarnir regarnir ver 0.16 0.81 0.14 0.41 inf; -regarnirez regarnir ver 0.16 0.81 0.00 0.14 ind:fut:2p; -regarnis regarnir ver 0.16 0.81 0.00 0.14 ind:pre:1s; -regarnissez regarnir ver 0.16 0.81 0.00 0.07 imp:pre:2p; -regelés regeler ver m p 0.00 0.07 0.00 0.07 par:pas; -regency regency nom m 0.09 0.41 0.09 0.41 -reggae reggae nom m s 1.79 0.20 1.79 0.14 -reggaes reggae nom m p 1.79 0.20 0.00 0.07 -regimba regimber ver 0.23 0.88 0.01 0.14 ind:pas:3s; -regimbais regimber ver 0.23 0.88 0.00 0.14 ind:imp:1s; -regimbait regimber ver 0.23 0.88 0.00 0.14 ind:imp:3s; -regimbe regimber ver 0.23 0.88 0.11 0.27 imp:pre:2s;ind:pre:3s; -regimbements regimbement nom m p 0.00 0.07 0.00 0.07 -regimber regimber ver 0.23 0.88 0.11 0.14 inf; -regimbé regimber ver m s 0.23 0.88 0.00 0.07 par:pas; -registre registre nom m s 8.62 12.84 6.39 8.11 -registres registre nom m p 8.62 12.84 2.23 4.73 -reglissé reglisser ver m s 0.14 0.20 0.14 0.20 par:pas; -regoûter regoûter ver 0.03 0.14 0.03 0.07 inf; -regoûté regoûter ver m s 0.03 0.14 0.00 0.07 par:pas; -regonflage regonflage nom m s 0.01 0.00 0.01 0.00 -regonflait regonfler ver 0.39 1.42 0.00 0.20 ind:imp:3s; -regonfle regonfler ver 0.39 1.42 0.06 0.20 imp:pre:2s;ind:pre:1s;ind:pre:3s; -regonfler regonfler ver 0.39 1.42 0.29 0.41 inf; -regonflera regonfler ver 0.39 1.42 0.01 0.00 ind:fut:3s; -regonflerais regonfler ver 0.39 1.42 0.01 0.00 cnd:pre:1s; -regonflerait regonfler ver 0.39 1.42 0.00 0.07 cnd:pre:3s; -regonflé regonfler ver m s 0.39 1.42 0.01 0.47 par:pas; -regonflés regonfler ver m p 0.39 1.42 0.01 0.07 par:pas; -regorge regorger ver 1.75 3.92 1.34 0.68 ind:pre:3s; -regorgea regorger ver 1.75 3.92 0.01 0.00 ind:pas:3s; -regorgeaient regorger ver 1.75 3.92 0.00 0.81 ind:imp:3p; -regorgeais regorger ver 1.75 3.92 0.00 0.07 ind:imp:1s; -regorgeait regorger ver 1.75 3.92 0.11 1.35 ind:imp:3s; -regorgeant regorger ver 1.75 3.92 0.02 0.47 par:pre; -regorgent regorger ver 1.75 3.92 0.23 0.47 ind:pre:3p; -regorger regorger ver 1.75 3.92 0.03 0.07 inf; -regorges regorger ver 1.75 3.92 0.01 0.00 ind:pre:2s; -regrattières regrattier nom f p 0.00 0.07 0.00 0.07 -regreffe regreffer ver 0.00 0.07 0.00 0.07 ind:pre:3s; -regret regret nom m s 13.77 40.00 7.25 29.32 -regrets regret nom m p 13.77 40.00 6.53 10.68 -regretta regretter ver 89.11 75.88 0.15 4.53 ind:pas:3s; -regrettable regrettable adj s 3.41 3.51 3.27 3.04 -regrettablement regrettablement adv 0.02 0.07 0.02 0.07 -regrettables regrettable adj p 3.41 3.51 0.14 0.47 -regrettai regretter ver 89.11 75.88 0.00 1.22 ind:pas:1s; -regrettaient regretter ver 89.11 75.88 0.01 0.81 ind:imp:3p; -regrettais regretter ver 89.11 75.88 0.38 4.86 ind:imp:1s;ind:imp:2s; -regrettait regretter ver 89.11 75.88 0.32 9.12 ind:imp:3s; -regrettant regretter ver 89.11 75.88 0.21 3.11 par:pre; -regrette regretter ver 89.11 75.88 51.99 21.55 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:1s;sub:pre:3s; -regrettent regretter ver 89.11 75.88 0.88 0.88 ind:pre:3p; -regretter regretter ver 89.11 75.88 12.05 12.57 inf; -regrettera regretter ver 89.11 75.88 1.50 0.74 ind:fut:3s; -regretterai regretter ver 89.11 75.88 0.78 1.49 ind:fut:1s; -regretteraient regretter ver 89.11 75.88 0.03 0.34 cnd:pre:3p; -regretterais regretter ver 89.11 75.88 0.65 0.68 cnd:pre:1s;cnd:pre:2s; -regretterait regretter ver 89.11 75.88 0.13 0.68 cnd:pre:3s; -regretteras regretter ver 89.11 75.88 5.58 1.49 ind:fut:2s; -regretterez regretter ver 89.11 75.88 4.47 0.74 ind:fut:2p; -regretteriez regretter ver 89.11 75.88 0.13 0.07 cnd:pre:2p; -regretterons regretter ver 89.11 75.88 0.10 0.07 ind:fut:1p; -regretteront regretter ver 89.11 75.88 0.46 0.14 ind:fut:3p; -regrettes regretter ver 89.11 75.88 4.46 1.28 ind:pre:2s; -regrettez regretter ver 89.11 75.88 1.31 1.28 imp:pre:2p;ind:pre:2p; -regrettiez regretter ver 89.11 75.88 0.14 0.27 ind:imp:2p; -regrettions regretter ver 89.11 75.88 0.02 0.20 ind:imp:1p; -regrettons regretter ver 89.11 75.88 0.76 0.20 imp:pre:1p;ind:pre:1p; -regrettât regretter ver 89.11 75.88 0.00 0.27 sub:imp:3s; -regrettèrent regretter ver 89.11 75.88 0.00 0.27 ind:pas:3p; -regretté regretter ver m s 89.11 75.88 2.43 6.22 par:pas; -regrettée regretter ver f s 89.11 75.88 0.15 0.54 par:pas; -regrettées regretter ver f p 89.11 75.88 0.02 0.07 par:pas; -regrettés regretter ver m p 89.11 75.88 0.01 0.20 par:pas; -regrimpa regrimper ver 0.17 1.15 0.00 0.07 ind:pas:3s; -regrimpaient regrimper ver 0.17 1.15 0.00 0.07 ind:imp:3p; -regrimpait regrimper ver 0.17 1.15 0.00 0.07 ind:imp:3s; -regrimpe regrimper ver 0.17 1.15 0.01 0.27 imp:pre:2s;ind:pre:1s;ind:pre:3s; -regrimpent regrimper ver 0.17 1.15 0.00 0.07 ind:pre:3p; -regrimper regrimper ver 0.17 1.15 0.12 0.27 inf; -regrimperas regrimper ver 0.17 1.15 0.01 0.00 ind:fut:2s; -regrimperons regrimper ver 0.17 1.15 0.01 0.00 ind:fut:1p; -regrimpez regrimper ver 0.17 1.15 0.01 0.00 imp:pre:2p; -regrimpé regrimper ver m s 0.17 1.15 0.01 0.34 par:pas; -regrossir regrossir ver 0.01 0.00 0.01 0.00 inf; -regroupa regrouper ver 3.09 6.42 0.00 0.07 ind:pas:3s; -regroupaient regrouper ver 3.09 6.42 0.03 0.54 ind:imp:3p; -regroupait regrouper ver 3.09 6.42 0.26 0.41 ind:imp:3s; -regroupant regrouper ver 3.09 6.42 0.06 0.74 par:pre; -regroupe regrouper ver 3.09 6.42 0.76 0.61 imp:pre:2s;ind:pre:1s;ind:pre:3s; -regroupement regroupement nom m s 0.65 1.76 0.52 1.55 -regroupements regroupement nom m p 0.65 1.76 0.14 0.20 -regroupent regrouper ver 3.09 6.42 0.37 0.34 ind:pre:3p; -regrouper regrouper ver 3.09 6.42 0.59 1.69 inf; -regrouperaient regrouper ver 3.09 6.42 0.02 0.07 cnd:pre:3p; -regrouperions regrouper ver 3.09 6.42 0.01 0.00 cnd:pre:1p; -regroupez regrouper ver 3.09 6.42 0.40 0.00 imp:pre:2p;ind:pre:2p; -regroupèrent regrouper ver 3.09 6.42 0.02 0.20 ind:pas:3p; -regroupé regrouper ver m s 3.09 6.42 0.12 0.34 par:pas; -regroupée regrouper ver f s 3.09 6.42 0.02 0.20 par:pas; -regroupées regrouper ver f p 3.09 6.42 0.02 0.20 par:pas; -regroupés regrouper ver m p 3.09 6.42 0.41 1.01 par:pas; -regréaient regréer ver 0.00 0.34 0.00 0.07 ind:imp:3p; -regréer regréer ver 0.00 0.34 0.00 0.07 inf; -regréé regréer ver m s 0.00 0.34 0.00 0.20 par:pas; -rehaussaient rehausser ver 0.77 5.81 0.00 0.20 ind:imp:3p; -rehaussait rehausser ver 0.77 5.81 0.01 1.01 ind:imp:3s; -rehaussant rehausser ver 0.77 5.81 0.00 0.47 par:pre; -rehausse rehausser ver 0.77 5.81 0.20 0.41 ind:pre:3s; -rehaussement rehaussement nom m s 0.01 0.00 0.01 0.00 -rehaussent rehausser ver 0.77 5.81 0.00 0.34 ind:pre:3p; -rehausser rehausser ver 0.77 5.81 0.34 0.88 inf; -rehaussera rehausser ver 0.77 5.81 0.01 0.14 ind:fut:3s; -rehausses rehausse nom f p 0.00 0.14 0.00 0.07 -rehausseur rehausseur nom m s 0.11 0.00 0.11 0.00 -rehaussez rehausser ver 0.77 5.81 0.01 0.00 imp:pre:2p; -rehaussé rehausser ver m s 0.77 5.81 0.03 1.15 par:pas; -rehaussée rehausser ver f s 0.77 5.81 0.03 0.68 par:pas; -rehaussées rehausser ver f p 0.77 5.81 0.14 0.20 par:pas; -rehaussés rehausser ver m p 0.77 5.81 0.00 0.34 par:pas; -rehaut rehaut nom m s 0.00 0.20 0.00 0.07 -rehauts rehaut nom m p 0.00 0.20 0.00 0.14 -reich reich nom m s 0.03 4.26 0.03 4.26 -reichsmark reichsmark nom m 0.01 0.00 0.01 0.00 -reichstag reichstag nom m s 0.85 0.68 0.85 0.68 -reichswehr reichswehr nom f s 0.00 0.14 0.00 0.14 -rein rein nom m s 13.96 34.05 4.53 1.76 -reine_claude reine_claude nom f s 0.01 0.41 0.00 0.14 -reine_mère reine_mère nom f s 0.00 0.34 0.00 0.34 -reine reine nom f s 59.05 33.78 56.26 30.00 -reine_claude reine_claude nom f p 0.01 0.41 0.01 0.27 -reine_marguerite reine_marguerite nom f p 0.00 0.27 0.00 0.27 -reines reine nom f p 59.05 33.78 2.79 3.78 -reinette reinette nom f s 0.30 0.95 0.01 0.34 -reinettes reinette nom f p 0.30 0.95 0.29 0.61 -reins rein nom m p 13.96 34.05 9.43 32.30 -reis reis nom m 0.52 0.20 0.52 0.20 -rejailli rejaillir ver m s 1.05 2.64 0.14 0.27 par:pas; -rejaillir rejaillir ver 1.05 2.64 0.24 0.54 inf; -rejailliraient rejaillir ver 1.05 2.64 0.00 0.07 cnd:pre:3p; -rejaillirait rejaillir ver 1.05 2.64 0.11 0.20 cnd:pre:3s; -rejaillissaient rejaillir ver 1.05 2.64 0.00 0.07 ind:imp:3p; -rejaillissait rejaillir ver 1.05 2.64 0.00 0.61 ind:imp:3s; -rejaillissant rejaillir ver 1.05 2.64 0.00 0.14 par:pre; -rejaillissements rejaillissement nom m p 0.00 0.07 0.00 0.07 -rejaillissent rejaillir ver 1.05 2.64 0.02 0.07 ind:pre:3p; -rejaillit rejaillir ver 1.05 2.64 0.54 0.68 ind:pre:3s;ind:pas:3s; -rejet rejet nom m s 2.94 3.31 2.71 3.04 -rejeta rejeter ver 23.16 47.84 0.18 5.74 ind:pas:3s; -rejetable rejetable adj s 0.00 0.07 0.00 0.07 -rejetai rejeter ver 23.16 47.84 0.00 0.68 ind:pas:1s; -rejetaient rejeter ver 23.16 47.84 0.17 0.95 ind:imp:3p; -rejetais rejeter ver 23.16 47.84 0.22 0.74 ind:imp:1s;ind:imp:2s; -rejetait rejeter ver 23.16 47.84 0.00 5.74 ind:imp:3s; -rejetant rejeter ver 23.16 47.84 0.44 4.12 par:pre; -rejeter rejeter ver 23.16 47.84 3.94 6.82 inf; -rejetez rejeter ver 23.16 47.84 1.24 0.07 imp:pre:2p;ind:pre:2p; -rejetiez rejeter ver 23.16 47.84 0.11 0.07 ind:imp:2p; -rejetions rejeter ver 23.16 47.84 0.01 0.20 ind:imp:1p; -rejeton rejeton nom m s 1.25 3.92 0.61 2.30 -rejetons rejeton nom m p 1.25 3.92 0.64 1.62 -rejetât rejeter ver 23.16 47.84 0.00 0.07 sub:imp:3s; -rejets rejet nom m p 2.94 3.31 0.23 0.27 -rejette rejeter ver 23.16 47.84 4.43 5.34 imp:pre:2s;ind:pre:1s;ind:pre:3s; -rejettent rejeter ver 23.16 47.84 0.93 1.22 ind:pre:3p; -rejettera rejeter ver 23.16 47.84 0.57 0.27 ind:fut:3s; -rejetterai rejeter ver 23.16 47.84 0.29 0.07 ind:fut:1s; -rejetteraient rejeter ver 23.16 47.84 0.02 0.00 cnd:pre:3p; -rejetterais rejeter ver 23.16 47.84 0.17 0.00 cnd:pre:1s;cnd:pre:2s; -rejetterait rejeter ver 23.16 47.84 0.06 0.20 cnd:pre:3s; -rejetteras rejeter ver 23.16 47.84 0.00 0.07 ind:fut:2s; -rejetteront rejeter ver 23.16 47.84 0.17 0.14 ind:fut:3p; -rejettes rejeter ver 23.16 47.84 0.77 0.00 ind:pre:2s;sub:pre:2s; -rejetèrent rejeter ver 23.16 47.84 0.00 0.07 ind:pas:3p; -rejeté rejeter ver m s 23.16 47.84 5.65 7.84 par:pas; -rejetée rejeté adj f s 4.03 1.62 2.18 0.47 -rejetées rejeter ver f p 23.16 47.84 0.37 1.28 par:pas; -rejetés rejeter ver m p 23.16 47.84 0.98 2.16 par:pas; -rejoignîmes rejoindre ver 96.98 134.80 0.01 0.41 ind:pas:1p; -rejoignît rejoindre ver 96.98 134.80 0.00 0.27 sub:imp:3s; -rejoignaient rejoindre ver 96.98 134.80 0.15 4.80 ind:imp:3p; -rejoignais rejoindre ver 96.98 134.80 0.35 0.34 ind:imp:1s;ind:imp:2s; -rejoignait rejoindre ver 96.98 134.80 0.16 6.35 ind:imp:3s; -rejoignant rejoindre ver 96.98 134.80 0.31 2.91 par:pre; -rejoigne rejoindre ver 96.98 134.80 1.96 1.15 sub:pre:1s;sub:pre:3s; -rejoignent rejoindre ver 96.98 134.80 1.69 5.07 ind:pre:3p; -rejoignes rejoindre ver 96.98 134.80 0.47 0.00 sub:pre:2s; -rejoignez rejoindre ver 96.98 134.80 6.00 0.61 imp:pre:2p;ind:pre:2p; -rejoigniez rejoindre ver 96.98 134.80 0.15 0.07 ind:imp:2p;sub:pre:2p; -rejoignions rejoindre ver 96.98 134.80 0.13 0.20 ind:imp:1p; -rejoignirent rejoindre ver 96.98 134.80 0.15 2.84 ind:pas:3p; -rejoignis rejoindre ver 96.98 134.80 0.01 1.69 ind:pas:1s; -rejoignisse rejoindre ver 96.98 134.80 0.00 0.07 sub:imp:1s; -rejoignissent rejoindre ver 96.98 134.80 0.00 0.07 sub:imp:3p; -rejoignit rejoindre ver 96.98 134.80 0.37 13.58 ind:pas:3s; -rejoignons rejoindre ver 96.98 134.80 1.52 0.54 imp:pre:1p;ind:pre:1p; -rejoindra rejoindre ver 96.98 134.80 2.42 0.81 ind:fut:3s; -rejoindrai rejoindre ver 96.98 134.80 3.25 0.54 ind:fut:1s; -rejoindraient rejoindre ver 96.98 134.80 0.04 0.47 cnd:pre:3p; -rejoindrais rejoindre ver 96.98 134.80 0.50 0.47 cnd:pre:1s;cnd:pre:2s; -rejoindrait rejoindre ver 96.98 134.80 0.14 1.15 cnd:pre:3s; -rejoindras rejoindre ver 96.98 134.80 0.55 0.07 ind:fut:2s; -rejoindre rejoindre ver 96.98 134.80 41.59 59.66 ind:pre:2p;inf; -rejoindrez rejoindre ver 96.98 134.80 0.93 0.14 ind:fut:2p; -rejoindrions rejoindre ver 96.98 134.80 0.00 0.20 cnd:pre:1p; -rejoindrons rejoindre ver 96.98 134.80 0.76 0.34 ind:fut:1p; -rejoindront rejoindre ver 96.98 134.80 0.58 0.41 ind:fut:3p; -rejoins rejoindre ver 96.98 134.80 20.16 3.65 imp:pre:2s;ind:pre:1s;ind:pre:2s; -rejoint rejoindre ver m s 96.98 134.80 11.16 20.27 ind:pre:3s;par:pas; -rejointe rejoindre ver f s 96.98 134.80 0.31 1.35 par:pas; -rejointes rejoindre ver f p 96.98 134.80 0.01 0.54 par:pas; -rejointoyer rejointoyer ver 0.00 0.27 0.00 0.07 inf; -rejointoyé rejointoyer ver m s 0.00 0.27 0.00 0.07 par:pas; -rejointoyés rejointoyer ver m p 0.00 0.27 0.00 0.14 par:pas; -rejoints rejoindre ver m p 96.98 134.80 1.19 3.78 par:pas; -rejoua rejouer ver 3.51 1.69 0.00 0.20 ind:pas:3s; -rejouaient rejouer ver 3.51 1.69 0.02 0.00 ind:imp:3p; -rejouais rejouer ver 3.51 1.69 0.02 0.07 ind:imp:1s; -rejouant rejouer ver 3.51 1.69 0.02 0.14 par:pre; -rejoue rejouer ver 3.51 1.69 1.18 0.00 imp:pre:2s;ind:pre:1s;ind:pre:3s; -rejouent rejouer ver 3.51 1.69 0.21 0.07 ind:pre:3p; -rejouer rejouer ver 3.51 1.69 1.48 0.88 inf; -rejouerait rejouer ver 3.51 1.69 0.02 0.07 cnd:pre:3s; -rejoueras rejouer ver 3.51 1.69 0.03 0.00 ind:fut:2s; -rejouerez rejouer ver 3.51 1.69 0.16 0.07 ind:fut:2p; -rejouerons rejouer ver 3.51 1.69 0.00 0.07 ind:fut:1p; -rejoues rejouer ver 3.51 1.69 0.04 0.00 ind:pre:2s; -rejouez rejouer ver 3.51 1.69 0.10 0.00 imp:pre:2p;ind:pre:2p; -rejouons rejouer ver 3.51 1.69 0.03 0.00 imp:pre:1p; -rejoué rejouer ver m s 3.51 1.69 0.19 0.14 par:pas; -rejuger rejuger ver 0.34 0.14 0.07 0.07 inf; -rejugez rejuger ver 0.34 0.14 0.02 0.00 imp:pre:2p; -rejugé rejuger ver m s 0.34 0.14 0.22 0.07 par:pas; -rejugés rejuger ver m p 0.34 0.14 0.02 0.00 par:pas; -relacent relacer ver 0.01 0.41 0.00 0.07 ind:pre:3p; -relacer relacer ver 0.01 0.41 0.00 0.07 inf; -relaie relayer ver 2.63 5.81 0.27 0.14 imp:pre:2s;ind:pre:1s;ind:pre:3s; -relaient relayer ver 2.63 5.81 0.52 0.27 ind:pre:3p; -relaiera relayer ver 2.63 5.81 0.07 0.14 ind:fut:3s; -relaieraient relayer ver 2.63 5.81 0.00 0.07 cnd:pre:3p; -relaierait relayer ver 2.63 5.81 0.00 0.07 cnd:pre:3s; -relaieront relayer ver 2.63 5.81 0.17 0.00 ind:fut:3p; -relais relais nom m 7.09 8.51 7.09 8.51 -relaisser relaisser ver 0.00 0.07 0.00 0.07 inf; -relance relancer ver 4.95 7.43 1.87 0.68 imp:pre:2s;ind:pre:1s;ind:pre:3s; -relancement relancement nom m s 0.03 0.00 0.03 0.00 -relancent relancer ver 4.95 7.43 0.01 0.07 ind:pre:3p; -relancer relancer ver 4.95 7.43 1.96 2.77 inf; -relancera relancer ver 4.95 7.43 0.02 0.00 ind:fut:3s; -relancerait relancer ver 4.95 7.43 0.04 0.00 cnd:pre:3s; -relanceront relancer ver 4.95 7.43 0.01 0.00 ind:fut:3p; -relances relancer ver 4.95 7.43 0.05 0.00 ind:pre:2s; -relanceur relanceur nom m s 0.01 0.00 0.01 0.00 -relancez relancer ver 4.95 7.43 0.27 0.00 imp:pre:2p;ind:pre:2p; -relancèrent relancer ver 4.95 7.43 0.00 0.07 ind:pas:3p; -relancé relancer ver m s 4.95 7.43 0.48 1.22 par:pas; -relancée relancer ver f s 4.95 7.43 0.16 0.20 par:pas; -relancées relancer ver f p 4.95 7.43 0.01 0.07 par:pas; -relancés relancer ver m p 4.95 7.43 0.01 0.07 par:pas; -relança relancer ver 4.95 7.43 0.01 0.41 ind:pas:3s; -relançai relancer ver 4.95 7.43 0.00 0.07 ind:pas:1s; -relançaient relancer ver 4.95 7.43 0.00 0.41 ind:imp:3p; -relançais relancer ver 4.95 7.43 0.00 0.07 ind:imp:1s; -relançait relancer ver 4.95 7.43 0.01 0.81 ind:imp:3s; -relançant relancer ver 4.95 7.43 0.00 0.41 par:pre; -relançons relancer ver 4.95 7.43 0.05 0.00 imp:pre:1p; -relançât relancer ver 4.95 7.43 0.00 0.14 sub:imp:3s; -relaps relaps nom m 0.01 0.34 0.00 0.34 -relapse relaps adj f s 0.00 0.34 0.00 0.07 -relapses relaps nom f p 0.01 0.34 0.01 0.00 -relargué relargué adj m s 0.00 0.14 0.00 0.14 -relata relater ver 1.18 5.61 0.03 0.47 ind:pas:3s; -relatai relater ver 1.18 5.61 0.00 0.07 ind:pas:1s; -relataient relater ver 1.18 5.61 0.01 0.27 ind:imp:3p; -relatais relater ver 1.18 5.61 0.00 0.20 ind:imp:1s; -relatait relater ver 1.18 5.61 0.02 0.81 ind:imp:3s; -relatant relater ver 1.18 5.61 0.05 0.95 par:pre; -relate relater ver 1.18 5.61 0.19 1.01 imp:pre:2s;ind:pre:1s;ind:pre:3s; -relatent relater ver 1.18 5.61 0.06 0.14 ind:pre:3p; -relater relater ver 1.18 5.61 0.39 0.54 inf; -relateraient relater ver 1.18 5.61 0.00 0.07 cnd:pre:3p; -relateront relater ver 1.18 5.61 0.01 0.00 ind:fut:3p; -relaça relacer ver 0.01 0.41 0.00 0.07 ind:pas:3s; -relaçaient relacer ver 0.01 0.41 0.00 0.07 ind:imp:3p; -relaçait relacer ver 0.01 0.41 0.01 0.14 ind:imp:3s; -relatif relatif adj m s 3.12 14.05 1.05 3.78 -relatifs relatif adj m p 3.12 14.05 0.56 1.22 -relation relation nom f s 74.95 52.36 44.03 10.20 -relationnel relationnel adj m s 0.38 0.00 0.14 0.00 -relationnelle relationnel adj f s 0.38 0.00 0.01 0.00 -relationnelles relationnel adj f p 0.38 0.00 0.09 0.00 -relationnels relationnel adj m p 0.38 0.00 0.14 0.00 -relations relation nom f p 74.95 52.36 30.92 42.16 -relative relatif adj f s 3.12 14.05 0.93 7.09 -relativement relativement adv 4.48 8.65 4.48 8.65 -relatives relatif adj f p 3.12 14.05 0.57 1.96 -relativisant relativiser ver 0.39 0.20 0.00 0.07 par:pre; -relativisation relativisation nom f s 0.00 0.14 0.00 0.14 -relativise relativiser ver 0.39 0.20 0.14 0.00 imp:pre:2s;ind:pre:3s; -relativisent relativiser ver 0.39 0.20 0.00 0.07 ind:pre:3p; -relativiser relativiser ver 0.39 0.20 0.23 0.07 inf; -relativisme relativisme nom m s 0.05 0.00 0.05 0.00 -relativiste relativiste adj f s 0.02 0.00 0.02 0.00 -relativisé relativiser ver m s 0.39 0.20 0.02 0.00 par:pas; -relativité relativité nom f s 0.50 1.22 0.50 1.22 -relaté relater ver m s 1.18 5.61 0.13 0.68 par:pas; -relatée relater ver f s 1.18 5.61 0.02 0.07 par:pas; -relatées relater ver f p 1.18 5.61 0.01 0.14 par:pas; -relatés relater ver m p 1.18 5.61 0.25 0.14 par:pas; -relavait relaver ver 0.13 0.47 0.00 0.07 ind:imp:3s; -relave relaver ver 0.13 0.47 0.07 0.07 imp:pre:2s;ind:pre:1s;ind:pre:3s; -relaver relaver ver 0.13 0.47 0.06 0.27 inf; -relavés relaver ver m p 0.13 0.47 0.00 0.07 par:pas; -relax relax adj 8.16 0.88 8.16 0.88 -relaxais relaxer ver 5.46 0.74 0.00 0.07 ind:imp:1s; -relaxant relaxant adj m s 0.72 0.07 0.61 0.00 -relaxante relaxant adj f s 0.72 0.07 0.08 0.00 -relaxantes relaxant adj f p 0.72 0.07 0.01 0.07 -relaxants relaxant adj m p 0.72 0.07 0.03 0.00 -relaxation relaxation nom f s 0.63 0.68 0.63 0.68 -relaxe relaxer ver 5.46 0.74 1.47 0.00 imp:pre:2s;ind:pre:1s;ind:pre:3s; -relaxer relaxer ver 5.46 0.74 2.64 0.20 ind:pre:2p;inf; -relaxes relaxe nom f p 1.63 0.61 0.21 0.07 -relaxez relaxer ver 5.46 0.74 0.77 0.14 imp:pre:2p;ind:pre:2p; -relaxons relaxer ver 5.46 0.74 0.03 0.00 imp:pre:1p;ind:pre:1p; -relaxé relaxer ver m s 5.46 0.74 0.27 0.27 par:pas; -relaxée relaxer ver f s 5.46 0.74 0.07 0.07 par:pas; -relaya relayer ver 2.63 5.81 0.00 0.14 ind:pas:3s; -relayaient relayer ver 2.63 5.81 0.25 1.22 ind:imp:3p; -relayait relayer ver 2.63 5.81 0.01 0.47 ind:imp:3s; -relayant relayer ver 2.63 5.81 0.01 0.54 par:pre; -relaye relayer ver 2.63 5.81 0.01 0.07 ind:pre:1s;ind:pre:3s; -relayent relayer ver 2.63 5.81 0.00 0.14 ind:pre:3p; -relayer relayer ver 2.63 5.81 0.93 1.01 inf; -relayera relayer ver 2.63 5.81 0.01 0.07 ind:fut:3s; -relayerai relayer ver 2.63 5.81 0.10 0.00 ind:fut:1s; -relayeur relayeur nom m s 0.02 0.00 0.02 0.00 -relayez relayer ver 2.63 5.81 0.05 0.00 imp:pre:2p; -relayions relayer ver 2.63 5.81 0.00 0.07 ind:imp:1p; -relayâmes relayer ver 2.63 5.81 0.00 0.14 ind:pas:1p; -relayons relayer ver 2.63 5.81 0.02 0.07 imp:pre:1p;ind:pre:1p; -relayèrent relayer ver 2.63 5.81 0.00 0.20 ind:pas:3p; -relayé relayer ver m s 2.63 5.81 0.14 0.61 par:pas; -relayée relayer ver f s 2.63 5.81 0.02 0.14 par:pas; -relayées relayer ver f p 2.63 5.81 0.01 0.07 par:pas; -relayés relayer ver m p 2.63 5.81 0.03 0.20 par:pas; -relecture relecture nom f s 0.80 0.47 0.80 0.47 -relent relent nom m s 0.32 9.12 0.10 2.64 -relents relent nom m p 0.32 9.12 0.23 6.49 -releva relever ver 39.49 124.93 0.05 25.74 ind:pas:3s; -relevable relevable adj m s 0.00 0.07 0.00 0.07 -relevai relever ver 39.49 124.93 0.14 1.82 ind:pas:1s; -relevaient relever ver 39.49 124.93 0.06 3.51 ind:imp:3p; -relevailles relevailles nom f p 0.00 0.07 0.00 0.07 -relevais relever ver 39.49 124.93 0.06 0.95 ind:imp:1s;ind:imp:2s; -relevait relever ver 39.49 124.93 0.53 9.80 ind:imp:3s; -relevant relever ver 39.49 124.93 0.53 10.68 par:pre; -relever relever ver 39.49 124.93 10.46 24.39 inf; -releveur releveur adj m s 0.03 0.07 0.03 0.00 -releveurs releveur nom m p 0.02 0.00 0.01 0.00 -relevez relever ver 39.49 124.93 5.95 0.34 imp:pre:2p;ind:pre:2p; -releviez relever ver 39.49 124.93 0.14 0.07 ind:imp:2p; -relevions relever ver 39.49 124.93 0.00 0.27 ind:imp:1p; -relevâmes relever ver 39.49 124.93 0.00 0.07 ind:pas:1p; -relevons relever ver 39.49 124.93 0.33 0.27 imp:pre:1p;ind:pre:1p; -relevât relever ver 39.49 124.93 0.00 0.54 sub:imp:3s; -relevèrent relever ver 39.49 124.93 0.01 1.28 ind:pas:3p; -relevé relever ver m s 39.49 124.93 6.04 13.72 par:pas; -relevée relevé adj f s 2.30 10.14 0.64 2.03 -relevées relever ver f p 39.49 124.93 0.30 1.35 par:pas; -relevés relevé nom m p 5.00 2.36 3.12 0.81 -reliage reliage nom m s 0.01 0.00 0.01 0.00 -reliaient relier ver 12.83 20.47 0.22 0.88 ind:imp:3p; -reliait relier ver 12.83 20.47 0.20 2.64 ind:imp:3s; -reliant relier ver 12.83 20.47 0.78 1.55 par:pre; -relie relier ver 12.83 20.47 1.95 2.77 imp:pre:2s;ind:pre:1s;ind:pre:3s; -relief relief nom m s 1.25 19.32 1.11 13.51 -reliefs relief nom m p 1.25 19.32 0.14 5.81 -relient relier ver 12.83 20.47 0.30 1.01 ind:pre:3p; -relier relier ver 12.83 20.47 2.34 2.64 inf; -reliera relier ver 12.83 20.47 0.29 0.14 ind:fut:3s; -relieur relieur nom m s 0.33 0.41 0.33 0.27 -relieurs relieur nom m p 0.33 0.41 0.00 0.14 -reliez relier ver 12.83 20.47 0.11 0.00 imp:pre:2p; -religieuse religieux adj f s 15.52 24.26 4.85 11.42 -religieusement religieusement adv 0.80 3.04 0.80 3.04 -religieuses religieux adj f p 15.52 24.26 2.17 3.78 -religieux religieux adj m 15.52 24.26 8.51 9.05 -religion religion nom f s 24.68 35.07 22.86 30.88 -religionnaires religionnaire nom p 0.00 0.07 0.00 0.07 -religions religion nom f p 24.68 35.07 1.81 4.19 -religiosité religiosité nom f s 0.01 0.41 0.01 0.41 -reliât relier ver 12.83 20.47 0.00 0.14 sub:imp:3s; -reliquaire reliquaire nom s 0.28 0.95 0.28 0.68 -reliquaires reliquaire nom p 0.28 0.95 0.00 0.27 -reliquat reliquat nom m s 0.04 1.76 0.04 1.35 -reliquats reliquat nom m p 0.04 1.76 0.00 0.41 -relique relique nom f s 2.59 5.95 1.41 2.23 -reliques relique nom f p 2.59 5.95 1.19 3.72 -relirai relire ver 6.31 25.81 0.04 0.07 ind:fut:1s; -relirais relire ver 6.31 25.81 0.02 0.07 cnd:pre:1s;cnd:pre:2s; -relirait relire ver 6.31 25.81 0.00 0.27 cnd:pre:3s; -reliras relire ver 6.31 25.81 0.00 0.07 ind:fut:2s; -relire relire ver 6.31 25.81 1.84 6.42 inf; -relirez relire ver 6.31 25.81 0.01 0.07 ind:fut:2p; -relirons relire ver 6.31 25.81 0.01 0.07 ind:fut:1p; -relis relire ver 6.31 25.81 1.78 2.57 imp:pre:2s;ind:pre:1s;ind:pre:2s; -relisaient relire ver 6.31 25.81 0.00 0.07 ind:imp:3p; -relisais relire ver 6.31 25.81 0.12 1.55 ind:imp:1s;ind:imp:2s; -relisait relire ver 6.31 25.81 0.01 2.03 ind:imp:3s; -relisant relire ver 6.31 25.81 0.07 1.69 par:pre; -relise relire ver 6.31 25.81 0.07 0.27 sub:pre:1s;sub:pre:3s; -relisez relire ver 6.31 25.81 0.70 0.54 imp:pre:2p;ind:pre:2p; -relisions relire ver 6.31 25.81 0.00 0.07 ind:imp:1p; -relit relire ver 6.31 25.81 0.22 1.49 ind:pre:3s; -relié relier ver m s 12.83 20.47 3.03 2.77 par:pas; -reliée relier ver f s 12.83 20.47 0.95 1.08 par:pas; -reliées relier ver f p 12.83 20.47 0.53 2.09 par:pas; -reliure reliure nom f s 0.67 4.12 0.61 2.23 -reliures reliure nom f p 0.67 4.12 0.06 1.89 -reliés relier ver m p 12.83 20.47 2.12 2.77 par:pas; -relâcha relâcher ver 21.40 13.45 0.13 1.69 ind:pas:3s; -relâchai relâcher ver 21.40 13.45 0.00 0.20 ind:pas:1s; -relâchaient relâcher ver 21.40 13.45 0.01 0.41 ind:imp:3p; -relâchais relâcher ver 21.40 13.45 0.01 0.07 ind:imp:1s; -relâchait relâcher ver 21.40 13.45 0.02 1.89 ind:imp:3s; -relâchant relâcher ver 21.40 13.45 0.04 0.68 par:pre; -relâche relâcher ver 21.40 13.45 4.25 1.28 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -relâchement relâchement nom m s 0.47 2.70 0.44 2.36 -relâchements relâchement nom m p 0.47 2.70 0.02 0.34 -relâchent relâcher ver 21.40 13.45 0.35 0.61 ind:pre:3p; -relâcher relâcher ver 21.40 13.45 4.09 3.24 imp:pre:2p;inf; -relâchera relâcher ver 21.40 13.45 0.41 0.07 ind:fut:3s; -relâcherai relâcher ver 21.40 13.45 0.54 0.00 ind:fut:1s; -relâcheraient relâcher ver 21.40 13.45 0.04 0.00 cnd:pre:3p; -relâcherait relâcher ver 21.40 13.45 0.02 0.07 cnd:pre:3s; -relâcheras relâcher ver 21.40 13.45 0.01 0.00 ind:fut:2s; -relâcherez relâcher ver 21.40 13.45 0.06 0.00 ind:fut:2p; -relâcherons relâcher ver 21.40 13.45 0.04 0.00 ind:fut:1p; -relâcheront relâcher ver 21.40 13.45 0.44 0.20 ind:fut:3p; -relâchez relâcher ver 21.40 13.45 4.77 0.00 imp:pre:2p;ind:pre:2p; -relâchiez relâcher ver 21.40 13.45 0.11 0.00 ind:imp:2p; -relâchons relâcher ver 21.40 13.45 0.27 0.07 imp:pre:1p;ind:pre:1p; -relâchèrent relâcher ver 21.40 13.45 0.01 0.54 ind:pas:3p; -relâché relâcher ver m s 21.40 13.45 4.08 1.76 par:pas; -relâchée relâcher ver f s 21.40 13.45 0.92 0.41 par:pas; -relâchées relâcher ver f p 21.40 13.45 0.07 0.20 par:pas; -relâchés relâcher ver m p 21.40 13.45 0.72 0.07 par:pas; -reloge reloger ver 0.52 0.34 0.14 0.14 ind:pre:3s; -relogement relogement nom m s 0.08 0.14 0.07 0.07 -relogements relogement nom m p 0.08 0.14 0.01 0.07 -reloger reloger ver 0.52 0.34 0.23 0.14 ind:pre:2p;inf; -relogerais reloger ver 0.52 0.34 0.00 0.07 cnd:pre:1s; -relogé reloger ver m s 0.52 0.34 0.15 0.00 par:pas; -relooker relooker ver 0.18 0.00 0.07 0.00 inf; -relookerai relooker ver 0.18 0.00 0.01 0.00 ind:fut:1s; -relooké relooker ver m s 0.18 0.00 0.06 0.00 par:pas; -relookée relooker ver f s 0.18 0.00 0.03 0.00 par:pas; -reloquer reloquer ver 0.00 0.07 0.00 0.07 inf; -relouer relouer ver 0.14 0.07 0.04 0.00 inf; -relouerons relouer ver 0.14 0.07 0.00 0.07 ind:fut:1p; -relourde relourder ver 0.00 0.20 0.00 0.07 ind:pre:3s; -relourder relourder ver 0.00 0.20 0.00 0.07 inf; -relourdé relourder ver m s 0.00 0.20 0.00 0.07 par:pas; -reloué relouer ver m s 0.14 0.07 0.10 0.00 par:pas; -relègue reléguer ver 0.54 4.53 0.06 0.47 ind:pre:1s;ind:pre:3s; -relèguent reléguer ver 0.54 4.53 0.00 0.07 ind:pre:3p; -relève relever ver 39.49 124.93 11.74 19.26 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -relèvement relèvement nom m s 0.45 0.95 0.43 0.88 -relèvements relèvement nom m p 0.45 0.95 0.02 0.07 -relèvent relever ver 39.49 124.93 0.68 2.57 ind:pre:3p; -relèvera relever ver 39.49 124.93 0.51 0.41 ind:fut:3s; -relèverai relever ver 39.49 124.93 0.19 0.00 ind:fut:1s; -relèveraient relever ver 39.49 124.93 0.04 0.34 cnd:pre:3p; -relèverais relever ver 39.49 124.93 0.16 0.00 cnd:pre:1s;cnd:pre:2s; -relèverait relever ver 39.49 124.93 0.09 0.81 cnd:pre:3s; -relèveras relever ver 39.49 124.93 0.12 0.07 ind:fut:2s; -relèverez relever ver 39.49 124.93 0.01 0.14 ind:fut:2p; -relèverions relever ver 39.49 124.93 0.00 0.07 cnd:pre:1p; -relèverons relever ver 39.49 124.93 0.17 0.00 ind:fut:1p; -relèveront relever ver 39.49 124.93 0.09 0.07 ind:fut:3p; -relèves relever ver 39.49 124.93 0.15 0.20 ind:pre:2s;sub:pre:2s; -relu relire ver m s 6.31 25.81 1.35 3.65 par:pas; -relue relire ver f s 6.31 25.81 0.02 0.20 par:pas; -relues relire ver f p 6.31 25.81 0.01 0.14 par:pas; -relégation relégation nom f s 0.10 0.68 0.10 0.68 -relégua reléguer ver 0.54 4.53 0.00 0.14 ind:pas:3s; -reléguai reléguer ver 0.54 4.53 0.00 0.07 ind:pas:1s; -reléguaient reléguer ver 0.54 4.53 0.00 0.14 ind:imp:3p; -reléguait reléguer ver 0.54 4.53 0.00 0.34 ind:imp:3s; -reléguant reléguer ver 0.54 4.53 0.00 0.27 par:pre; -reléguer reléguer ver 0.54 4.53 0.06 0.68 inf; -reléguera reléguer ver 0.54 4.53 0.00 0.07 ind:fut:3s; -relégueraient reléguer ver 0.54 4.53 0.00 0.07 cnd:pre:3p; -reléguerait reléguer ver 0.54 4.53 0.00 0.07 cnd:pre:3s; -reléguons reléguer ver 0.54 4.53 0.00 0.07 ind:pre:1p; -reléguèrent reléguer ver 0.54 4.53 0.00 0.07 ind:pas:3p; -relégué reléguer ver m s 0.54 4.53 0.31 0.95 par:pas; -reléguée reléguer ver f s 0.54 4.53 0.05 0.61 par:pas; -reléguées reléguer ver f p 0.54 4.53 0.00 0.27 par:pas; -relégués relégué adj m p 0.13 0.74 0.10 0.20 -relui reluire ver m s 0.54 4.05 0.02 0.07 par:pas; -reluire reluire ver 0.54 4.05 0.34 2.77 inf; -reluiront reluire ver 0.54 4.05 0.00 0.07 ind:fut:3p; -reluis reluire ver 0.54 4.05 0.00 0.07 ind:pre:2s; -reluisaient reluire ver 0.54 4.05 0.00 0.14 ind:imp:3p; -reluisais reluire ver 0.54 4.05 0.00 0.07 ind:imp:1s; -reluisant reluisant adj m s 0.27 1.96 0.14 0.81 -reluisante reluisant adj f s 0.27 1.96 0.06 0.34 -reluisantes reluisant adj f p 0.27 1.96 0.01 0.34 -reluisants reluisant adj m p 0.27 1.96 0.06 0.47 -reluise reluire ver 0.54 4.05 0.16 0.07 sub:pre:3s; -reluisent reluire ver 0.54 4.05 0.01 0.20 ind:pre:3p; -reluit reluire ver 0.54 4.05 0.00 0.41 ind:pre:3s; -reluqua reluquer ver 2.16 5.47 0.00 0.07 ind:pas:3s; -reluquaient reluquer ver 2.16 5.47 0.05 0.47 ind:imp:3p; -reluquais reluquer ver 2.16 5.47 0.12 0.20 ind:imp:1s;ind:imp:2s; -reluquait reluquer ver 2.16 5.47 0.10 0.41 ind:imp:3s; -reluquant reluquer ver 2.16 5.47 0.01 0.68 par:pre; -reluque reluquer ver 2.16 5.47 0.36 1.69 imp:pre:2s;ind:pre:1s;ind:pre:3s; -reluquent reluquer ver 2.16 5.47 0.13 0.07 ind:pre:3p; -reluquer reluquer ver 2.16 5.47 1.09 1.49 inf; -reluques reluquer ver 2.16 5.47 0.12 0.07 ind:pre:2s; -reluquiez reluquer ver 2.16 5.47 0.01 0.00 ind:imp:2p; -reluqué reluquer ver m s 2.16 5.47 0.04 0.14 par:pas; -reluquée reluquer ver f s 2.16 5.47 0.09 0.14 par:pas; -reluqués reluquer ver m p 2.16 5.47 0.04 0.07 par:pas; -relus relire ver m p 6.31 25.81 0.04 0.95 ind:pas:1s;par:pas; -relut relire ver 6.31 25.81 0.01 3.58 ind:pas:3s; -remîmes remettre ver 144.94 202.50 0.01 0.20 ind:pas:1p; -remît remettre ver 144.94 202.50 0.01 1.22 sub:imp:3s; -remaigrir remaigrir ver 0.01 0.00 0.01 0.00 inf; -remaillage remaillage nom m s 0.00 0.20 0.00 0.20 -remaillaient remailler ver 0.00 0.27 0.00 0.07 ind:imp:3p; -remaillant remailler ver 0.00 0.27 0.00 0.07 par:pre; -remailler remailler ver 0.00 0.27 0.00 0.07 inf; -remailleuse mailleur nom f s 0.00 0.07 0.00 0.07 -remaillés remailler ver m p 0.00 0.27 0.00 0.07 par:pas; -remake remake nom m s 0.66 0.54 0.66 0.54 -remange remanger ver 0.07 0.07 0.03 0.00 ind:pre:1s; -remanger remanger ver 0.07 0.07 0.04 0.00 inf; -remangerait remanger ver 0.07 0.07 0.00 0.07 cnd:pre:3s; -remania remanier ver 0.79 0.88 0.00 0.07 ind:pas:3s; -remaniait remanier ver 0.79 0.88 0.00 0.07 ind:imp:3s; -remaniant remanier ver 0.79 0.88 0.00 0.14 par:pre; -remanie remanier ver 0.79 0.88 0.16 0.00 ind:pre:1s;ind:pre:3s; -remaniement remaniement nom m s 0.16 1.08 0.09 0.95 -remaniements remaniement nom m p 0.16 1.08 0.07 0.14 -remanier remanier ver 0.79 0.88 0.12 0.27 inf; -remanié remanier ver m s 0.79 0.88 0.48 0.20 par:pas; -remaniée remanier ver f s 0.79 0.88 0.01 0.14 par:pas; -remaniés remanier ver m p 0.79 0.88 0.02 0.00 par:pas; -remaquilla remaquiller ver 0.28 0.81 0.00 0.27 ind:pas:3s; -remaquillait remaquiller ver 0.28 0.81 0.00 0.14 ind:imp:3s; -remaquille remaquiller ver 0.28 0.81 0.02 0.00 ind:pre:1s;ind:pre:3s; -remaquiller remaquiller ver 0.28 0.81 0.26 0.20 inf; -remaquillé remaquiller ver m s 0.28 0.81 0.01 0.00 par:pas; -remaquillée remaquiller ver f s 0.28 0.81 0.00 0.20 par:pas; -remarchait remarcher ver 1.32 0.41 0.00 0.14 ind:imp:3s; -remarche remarcher ver 1.32 0.41 0.47 0.07 ind:pre:3s; -remarchent remarcher ver 1.32 0.41 0.02 0.00 ind:pre:3p; -remarcher remarcher ver 1.32 0.41 0.67 0.20 inf; -remarchera remarcher ver 1.32 0.41 0.13 0.00 ind:fut:3s; -remarcheras remarcher ver 1.32 0.41 0.02 0.00 ind:fut:2s; -remaria remarier ver 6.14 4.32 0.08 0.14 ind:pas:3s; -remariage remariage nom m s 0.10 0.54 0.10 0.54 -remariaient remarier ver 6.14 4.32 0.01 0.00 ind:imp:3p; -remariait remarier ver 6.14 4.32 0.05 0.07 ind:imp:3s; -remariant remarier ver 6.14 4.32 0.01 0.07 par:pre; -remarie remarier ver 6.14 4.32 0.72 0.20 imp:pre:2s;ind:pre:1s;ind:pre:3s; -remarient remarier ver 6.14 4.32 0.04 0.14 ind:pre:3p; -remarier remarier ver 6.14 4.32 2.48 1.28 inf;; -remariera remarier ver 6.14 4.32 0.07 0.20 ind:fut:3s; -remarierai remarier ver 6.14 4.32 0.14 0.00 ind:fut:1s; -remarierais remarier ver 6.14 4.32 0.05 0.00 cnd:pre:1s;cnd:pre:2s; -remarierait remarier ver 6.14 4.32 0.02 0.07 cnd:pre:3s; -remarieras remarier ver 6.14 4.32 0.04 0.00 ind:fut:2s; -remarierez remarier ver 6.14 4.32 0.01 0.00 ind:fut:2p; -remarieront remarier ver 6.14 4.32 0.00 0.07 ind:fut:3p; -remaries remarier ver 6.14 4.32 0.06 0.07 ind:pre:2s; -remariez remarier ver 6.14 4.32 0.18 0.07 imp:pre:2p;ind:pre:2p; -remariions remarier ver 6.14 4.32 0.00 0.07 ind:imp:1p; -remarié remarier ver m s 6.14 4.32 0.81 1.15 par:pas; -remariée remarier ver f s 6.14 4.32 1.20 0.74 par:pas; -remariés remarier ver m p 6.14 4.32 0.17 0.00 par:pas; -remarqua remarquer ver 80.56 142.16 0.88 22.36 ind:pas:3s; -remarquable remarquable adj s 13.22 13.24 12.20 10.74 -remarquablement remarquablement adv 0.99 1.89 0.99 1.89 -remarquables remarquable adj p 13.22 13.24 1.02 2.50 -remarquai remarquer ver 80.56 142.16 0.31 6.35 ind:pas:1s; -remarquaient remarquer ver 80.56 142.16 0.10 0.54 ind:imp:3p; -remarquais remarquer ver 80.56 142.16 0.07 1.76 ind:imp:1s;ind:imp:2s; -remarquait remarquer ver 80.56 142.16 0.41 5.20 ind:imp:3s; -remarquant remarquer ver 80.56 142.16 0.01 1.42 par:pre; -remarquas remarquer ver 80.56 142.16 0.00 0.07 ind:pas:2s; -remarque remarquer ver 80.56 142.16 7.76 12.97 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -remarquent remarquer ver 80.56 142.16 1.01 1.01 ind:pre:3p; -remarquer remarquer ver 80.56 142.16 11.32 32.70 inf; -remarquera remarquer ver 80.56 142.16 1.05 0.68 ind:fut:3s; -remarquerai remarquer ver 80.56 142.16 0.04 0.00 ind:fut:1s; -remarqueraient remarquer ver 80.56 142.16 0.08 0.00 cnd:pre:3p; -remarquerais remarquer ver 80.56 142.16 0.41 0.20 cnd:pre:1s;cnd:pre:2s; -remarquerait remarquer ver 80.56 142.16 0.66 0.68 cnd:pre:3s; -remarqueras remarquer ver 80.56 142.16 0.37 0.20 ind:fut:2s; -remarquerez remarquer ver 80.56 142.16 0.92 0.61 ind:fut:2p; -remarqueriez remarquer ver 80.56 142.16 0.19 0.00 cnd:pre:2p; -remarqueront remarquer ver 80.56 142.16 0.53 0.07 ind:fut:3p; -remarques remarque nom f p 11.24 21.28 3.59 5.07 -remarquez remarquer ver 80.56 142.16 4.07 6.35 imp:pre:2p;ind:pre:2p; -remarquiez remarquer ver 80.56 142.16 0.14 0.14 ind:imp:2p;sub:pre:2p; -remarquions remarquer ver 80.56 142.16 0.03 0.20 ind:imp:1p; -remarquâmes remarquer ver 80.56 142.16 0.00 0.34 ind:pas:1p; -remarquons remarquer ver 80.56 142.16 0.05 0.00 imp:pre:1p;ind:pre:1p; -remarquât remarquer ver 80.56 142.16 0.00 0.54 sub:imp:3s; -remarquèrent remarquer ver 80.56 142.16 0.01 0.34 ind:pas:3p; -remarqué remarquer ver m s 80.56 142.16 47.20 39.86 par:pas; -remarquée remarquer ver f s 80.56 142.16 1.30 5.47 par:pas; -remarquées remarquer ver f p 80.56 142.16 0.08 0.68 par:pas; -remarqués remarquer ver m p 80.56 142.16 0.36 1.08 par:pas; -remballa remballer ver 3.06 1.96 0.00 0.20 ind:pas:3s; -remballage remballage nom m s 0.01 0.07 0.01 0.07 -remballaient remballer ver 3.06 1.96 0.00 0.07 ind:imp:3p; -remballait remballer ver 3.06 1.96 0.00 0.07 ind:imp:3s; -remballant remballer ver 3.06 1.96 0.00 0.20 par:pre; -remballe remballer ver 3.06 1.96 1.68 0.47 imp:pre:2s;ind:pre:1s;ind:pre:3s; -remballent remballer ver 3.06 1.96 0.01 0.14 ind:pre:3p; -remballer remballer ver 3.06 1.96 0.66 0.34 inf; -remballez remballer ver 3.06 1.96 0.58 0.00 imp:pre:2p;ind:pre:2p; -remballé remballer ver m s 3.06 1.96 0.13 0.34 par:pas; -remballés remballer ver m p 3.06 1.96 0.01 0.14 par:pas; -rembarqua rembarquer ver 0.21 0.95 0.00 0.07 ind:pas:3s; -rembarquaient rembarquer ver 0.21 0.95 0.00 0.07 ind:imp:3p; -rembarque rembarquer ver 0.21 0.95 0.04 0.07 imp:pre:2s;ind:pre:1s;ind:pre:3s; -rembarquement rembarquement nom m s 0.00 0.47 0.00 0.41 -rembarquements rembarquement nom m p 0.00 0.47 0.00 0.07 -rembarquer rembarquer ver 0.21 0.95 0.04 0.41 inf; -rembarquez rembarquer ver 0.21 0.95 0.12 0.00 imp:pre:2p;ind:pre:2p; -rembarquèrent rembarquer ver 0.21 0.95 0.00 0.20 ind:pas:3p; -rembarqué rembarquer ver m s 0.21 0.95 0.01 0.00 par:pas; -rembarquées rembarquer ver f p 0.21 0.95 0.00 0.14 par:pas; -rembarra rembarrer ver 0.68 0.88 0.00 0.07 ind:pas:3s; -rembarrais rembarrer ver 0.68 0.88 0.01 0.14 ind:imp:1s; -rembarrait rembarrer ver 0.68 0.88 0.01 0.07 ind:imp:3s; -rembarre rembarrer ver 0.68 0.88 0.22 0.14 imp:pre:2s;ind:pre:1s;ind:pre:3s; -rembarrer rembarrer ver 0.68 0.88 0.25 0.34 inf; -rembarres rembarrer ver 0.68 0.88 0.05 0.00 ind:pre:2s; -rembarré rembarrer ver m s 0.68 0.88 0.11 0.07 par:pas; -rembarrée rembarrer ver f s 0.68 0.88 0.03 0.07 par:pas; -rembauche rembaucher ver 0.00 0.14 0.00 0.07 ind:pre:3s; -rembauchés rembaucher ver m p 0.00 0.14 0.00 0.07 par:pas; -remblai remblai nom m s 0.09 5.34 0.07 4.66 -remblaiement remblaiement nom m s 0.00 0.14 0.00 0.14 -remblais remblai nom m p 0.09 5.34 0.02 0.68 -remblaya remblayer ver 0.01 0.34 0.00 0.07 ind:pas:3s; -remblayer remblayer ver 0.01 0.34 0.01 0.14 inf; -remblayé remblayer ver m s 0.01 0.34 0.00 0.07 par:pas; -remblayée remblayer ver f s 0.01 0.34 0.00 0.07 par:pas; -remboîter remboîter ver 0.00 0.07 0.00 0.07 inf; -rembobinage rembobinage nom m s 0.23 0.00 0.23 0.00 -rembobine rembobiner ver 1.59 0.20 1.10 0.14 imp:pre:2s;ind:pre:1s;ind:pre:3s; -rembobiner rembobiner ver 1.59 0.20 0.33 0.07 inf; -rembobinez rembobiner ver 1.59 0.20 0.16 0.00 imp:pre:2p; -rembour rembour nom m s 0.00 0.07 0.00 0.07 -rembourrage rembourrage nom m s 0.52 0.47 0.51 0.34 -rembourrages rembourrage nom m p 0.52 0.47 0.01 0.14 -rembourraient rembourrer ver 0.74 2.36 0.01 0.07 ind:imp:3p; -rembourrait rembourrer ver 0.74 2.36 0.01 0.14 ind:imp:3s; -rembourrant rembourrer ver 0.74 2.36 0.00 0.07 par:pre; -rembourre rembourrer ver 0.74 2.36 0.06 0.07 ind:pre:3s; -rembourrer rembourrer ver 0.74 2.36 0.06 0.00 inf; -rembourré rembourrer ver m s 0.74 2.36 0.35 0.81 par:pas; -rembourrée rembourrer ver f s 0.74 2.36 0.19 0.27 par:pas; -rembourrées rembourrer ver f p 0.74 2.36 0.03 0.34 par:pas; -rembourrés rembourrer ver m p 0.74 2.36 0.02 0.61 par:pas; -remboursa rembourser ver 27.71 9.26 0.01 0.00 ind:pas:3s; -remboursable remboursable adj s 0.38 0.00 0.38 0.00 -remboursaient rembourser ver 27.71 9.26 0.00 0.07 ind:imp:3p; -remboursais rembourser ver 27.71 9.26 0.03 0.00 ind:imp:1s;ind:imp:2s; -remboursait rembourser ver 27.71 9.26 0.17 0.14 ind:imp:3s; -remboursant rembourser ver 27.71 9.26 0.01 0.07 par:pre; -rembourse rembourser ver 27.71 9.26 3.81 0.81 imp:pre:2s;ind:pre:1s;ind:pre:3s; -remboursement remboursement nom m s 2.09 1.15 1.89 1.01 -remboursements remboursement nom m p 2.09 1.15 0.20 0.14 -remboursent rembourser ver 27.71 9.26 0.16 0.14 ind:pre:3p; -rembourser rembourser ver 27.71 9.26 11.77 4.39 inf;; -remboursera rembourser ver 27.71 9.26 1.31 0.34 ind:fut:3s; -rembourserai rembourser ver 27.71 9.26 4.24 0.34 ind:fut:1s; -rembourserais rembourser ver 27.71 9.26 0.14 0.00 cnd:pre:1s;cnd:pre:2s; -rembourserait rembourser ver 27.71 9.26 0.08 0.07 cnd:pre:3s; -rembourseras rembourser ver 27.71 9.26 0.74 0.34 ind:fut:2s; -rembourserez rembourser ver 27.71 9.26 0.12 0.14 ind:fut:2p; -rembourserons rembourser ver 27.71 9.26 0.06 0.14 ind:fut:1p; -rembourseront rembourser ver 27.71 9.26 0.05 0.14 ind:fut:3p; -rembourses rembourser ver 27.71 9.26 0.56 0.07 ind:pre:2s; -remboursez rembourser ver 27.71 9.26 0.72 0.34 imp:pre:2p;ind:pre:2p; -remboursons rembourser ver 27.71 9.26 0.15 0.07 imp:pre:1p;ind:pre:1p; -remboursât rembourser ver 27.71 9.26 0.00 0.14 sub:imp:3s; -remboursèrent rembourser ver 27.71 9.26 0.00 0.07 ind:pas:3p; -remboursé rembourser ver m s 27.71 9.26 2.71 0.88 par:pas; -remboursée rembourser ver f s 27.71 9.26 0.48 0.27 par:pas; -remboursées rembourser ver f p 27.71 9.26 0.06 0.14 par:pas; -remboursés rembourser ver m p 27.71 9.26 0.34 0.20 par:pas; -rembruni rembrunir ver m s 0.01 2.36 0.00 0.14 par:pas; -rembrunir rembrunir ver 0.01 2.36 0.00 0.20 inf; -rembrunis rembrunir ver m p 0.01 2.36 0.00 0.07 par:pas; -rembrunissait rembrunir ver 0.01 2.36 0.00 0.27 ind:imp:3s; -rembrunissent rembrunir ver 0.01 2.36 0.00 0.07 ind:pre:3p; -rembrunit rembrunir ver 0.01 2.36 0.01 1.62 ind:pre:3s;ind:pas:3s; -remembrance remembrance nom f s 0.01 0.14 0.01 0.14 -remembrement remembrement nom m s 0.01 0.14 0.01 0.14 -remembrés remembrer ver m p 0.00 0.07 0.00 0.07 par:pas; -remercia remercier ver 113.70 54.46 0.04 8.31 ind:pas:3s; -remerciai remercier ver 113.70 54.46 0.01 1.15 ind:pas:1s; -remerciaient remercier ver 113.70 54.46 0.11 0.54 ind:imp:3p; -remerciais remercier ver 113.70 54.46 0.14 0.54 ind:imp:1s; -remerciait remercier ver 113.70 54.46 0.06 2.50 ind:imp:3s; -remerciant remercier ver 113.70 54.46 0.40 1.76 par:pre; -remercie remercier ver 113.70 54.46 51.61 17.09 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:1s;sub:pre:3s; -remerciement remerciement nom m s 5.52 6.22 2.53 2.64 -remerciements remerciement nom m p 5.52 6.22 2.99 3.58 -remercient remercier ver 113.70 54.46 0.98 0.27 ind:pre:3p; -remercier remercier ver 113.70 54.46 38.60 15.47 inf;; -remerciera remercier ver 113.70 54.46 0.47 0.14 ind:fut:3s; -remercierai remercier ver 113.70 54.46 0.84 0.20 ind:fut:1s; -remercierais remercier ver 113.70 54.46 0.12 0.07 cnd:pre:1s;cnd:pre:2s; -remercierait remercier ver 113.70 54.46 0.06 0.20 cnd:pre:3s; -remercieras remercier ver 113.70 54.46 1.39 0.20 ind:fut:2s; -remercierez remercier ver 113.70 54.46 1.00 0.14 ind:fut:2p; -remercierons remercier ver 113.70 54.46 0.02 0.00 ind:fut:1p; -remercieront remercier ver 113.70 54.46 0.30 0.00 ind:fut:3p; -remercies remercier ver 113.70 54.46 1.37 0.07 ind:pre:2s; -remerciez remercier ver 113.70 54.46 6.25 0.88 imp:pre:2p;ind:pre:2p; -remerciâmes remercier ver 113.70 54.46 0.00 0.07 ind:pas:1p; -remercions remercier ver 113.70 54.46 5.00 0.68 imp:pre:1p;ind:pre:1p; -remercièrent remercier ver 113.70 54.46 0.00 0.54 ind:pas:3p; -remercié remercier ver m s 113.70 54.46 3.59 2.91 par:pas; -remerciée remercier ver f s 113.70 54.46 0.94 0.54 par:pas; -remerciés remercier ver m p 113.70 54.46 0.38 0.20 par:pas; -remet remettre ver 144.94 202.50 12.56 15.74 ind:pre:3s; -remets remettre ver 144.94 202.50 24.72 6.76 imp:pre:2s;ind:pre:1s;ind:pre:2s; -remettaient remettre ver 144.94 202.50 0.06 2.30 ind:imp:3p; -remettais remettre ver 144.94 202.50 0.56 1.69 ind:imp:1s;ind:imp:2s; -remettait remettre ver 144.94 202.50 0.63 12.84 ind:imp:3s; -remettant remettre ver 144.94 202.50 0.31 5.61 par:pre; -remette remettre ver 144.94 202.50 2.94 2.64 sub:pre:1s;sub:pre:3s; -remettent remettre ver 144.94 202.50 2.26 2.91 ind:pre:3p; -remettes remettre ver 144.94 202.50 0.33 0.07 sub:pre:2s; -remettez remettre ver 144.94 202.50 10.44 2.03 imp:pre:2p;ind:pre:2p; -remettiez remettre ver 144.94 202.50 0.52 0.14 ind:imp:2p; -remettions remettre ver 144.94 202.50 0.07 0.07 ind:imp:1p; -remettons remettre ver 144.94 202.50 2.10 0.47 imp:pre:1p;ind:pre:1p; -remettra remettre ver 144.94 202.50 5.79 2.23 ind:fut:3s; -remettrai remettre ver 144.94 202.50 3.32 0.81 ind:fut:1s; -remettraient remettre ver 144.94 202.50 0.04 0.07 cnd:pre:3p; -remettrais remettre ver 144.94 202.50 0.45 0.34 cnd:pre:1s;cnd:pre:2s; -remettrait remettre ver 144.94 202.50 0.67 2.43 cnd:pre:3s; -remettras remettre ver 144.94 202.50 1.54 0.61 ind:fut:2s; -remettre remettre ver 144.94 202.50 46.99 56.08 inf; -remettrez remettre ver 144.94 202.50 1.09 0.27 ind:fut:2p; -remettriez remettre ver 144.94 202.50 0.07 0.07 cnd:pre:2p; -remettrions remettre ver 144.94 202.50 0.00 0.07 cnd:pre:1p; -remettrons remettre ver 144.94 202.50 0.25 0.00 ind:fut:1p; -remettront remettre ver 144.94 202.50 0.27 0.14 ind:fut:3p; -remeublé remeubler ver m s 0.01 0.00 0.01 0.00 par:pas; -remirent remettre ver 144.94 202.50 0.04 2.97 ind:pas:3p; -remis remettre ver m 144.94 202.50 20.27 39.12 ind:pas:1s;ind:pas:2s;par:pas;par:pas;par:pas;par:pas; -remisa remiser ver 1.43 4.19 0.00 0.20 ind:pas:3s; -remisai remiser ver 1.43 4.19 0.00 0.14 ind:pas:1s; -remisaient remiser ver 1.43 4.19 0.01 0.07 ind:imp:3p; -remisait remiser ver 1.43 4.19 0.00 0.27 ind:imp:3s; -remise remise nom f s 9.77 12.09 8.81 10.95 -remisent remiser ver 1.43 4.19 0.00 0.07 ind:pre:3p; -remiser remiser ver 1.43 4.19 0.18 0.47 inf; -remises remise nom f p 9.77 12.09 0.96 1.15 -remisez remiser ver 1.43 4.19 0.11 0.00 imp:pre:2p; -remisons remiser ver 1.43 4.19 0.00 0.07 ind:pre:1p; -remisse remettre ver 144.94 202.50 0.00 0.07 sub:imp:1s; -remisèrent remiser ver 1.43 4.19 0.00 0.20 ind:pas:3p; -remisé remiser ver m s 1.43 4.19 0.12 0.74 par:pas; -remisée remiser ver f s 1.43 4.19 0.00 0.27 par:pas; -remisés remiser ver m p 1.43 4.19 0.01 0.34 par:pas; -remit remettre ver 144.94 202.50 0.66 32.16 ind:pas:3s; -remix remix nom m 0.15 0.00 0.15 0.00 -remixer remixer ver 0.02 0.00 0.02 0.00 inf; -remmailleuses remmailleuse nom f p 0.00 0.14 0.00 0.14 -remmenaient remmener ver 0.41 0.14 0.00 0.07 ind:imp:3p; -remmener remmener ver 0.41 0.14 0.16 0.07 inf; -remmenez remmener ver 0.41 0.14 0.14 0.00 imp:pre:2p;ind:pre:2p; -remmenée remmener ver f s 0.41 0.14 0.01 0.00 par:pas; -remmène remmener ver 0.41 0.14 0.09 0.00 imp:pre:2s;ind:pre:1s;ind:pre:3s; -remmènes remmener ver 0.41 0.14 0.01 0.00 ind:pre:2s; -remobilisés remobiliser ver m p 0.00 0.07 0.00 0.07 par:pas; -remâcha remâcher ver 0.03 2.16 0.00 0.14 ind:pas:3s; -remâchaient remâcher ver 0.03 2.16 0.00 0.14 ind:imp:3p; -remâchais remâcher ver 0.03 2.16 0.00 0.14 ind:imp:1s; -remâchait remâcher ver 0.03 2.16 0.00 0.27 ind:imp:3s; -remâchant remâcher ver 0.03 2.16 0.00 0.34 par:pre; -remâche remâcher ver 0.03 2.16 0.01 0.27 ind:pre:1s;ind:pre:3s; -remâchent remâcher ver 0.03 2.16 0.00 0.14 ind:pre:3p; -remâcher remâcher ver 0.03 2.16 0.01 0.41 inf; -remâchez remâcher ver 0.03 2.16 0.00 0.07 ind:pre:2p; -remâché remâcher ver m s 0.03 2.16 0.00 0.07 par:pas; -remâchée remâcher ver f s 0.03 2.16 0.01 0.14 par:pas; -remâchées remâcher ver f p 0.03 2.16 0.00 0.07 par:pas; -remodela remodeler ver 0.35 0.88 0.00 0.14 ind:pas:3s; -remodelage remodelage nom m s 0.03 0.14 0.03 0.14 -remodelant remodeler ver 0.35 0.88 0.01 0.07 par:pre; -remodeler remodeler ver 0.35 0.88 0.20 0.07 inf; -remodelé remodeler ver m s 0.35 0.88 0.10 0.27 par:pas; -remodelée remodeler ver f s 0.35 0.88 0.04 0.07 par:pas; -remodelées remodeler ver f p 0.35 0.88 0.00 0.07 par:pas; -remodèle remodeler ver 0.35 0.88 0.00 0.14 ind:pre:3s; -remodèles remodeler ver 0.35 0.88 0.00 0.07 ind:pre:2s; -remonta remonter ver 71.33 160.14 0.32 16.22 ind:pas:3s; -remontage remontage nom m s 0.03 0.07 0.03 0.07 -remontai remonter ver 71.33 160.14 0.01 1.76 ind:pas:1s; -remontaient remonter ver 71.33 160.14 0.38 6.15 ind:imp:3p; -remontais remonter ver 71.33 160.14 0.33 2.36 ind:imp:1s;ind:imp:2s; -remontait remonter ver 71.33 160.14 0.65 17.84 ind:imp:3s; -remontant remontant nom m s 2.61 1.01 2.30 0.81 -remontantes remontant adj f p 0.11 0.61 0.00 0.07 -remontants remontant nom m p 2.61 1.01 0.31 0.20 -remonte_pente remonte_pente nom m s 0.02 0.07 0.02 0.07 -remonte_pentes remonte_pentes nom m 0.00 0.07 0.00 0.07 -remonte remonter ver 71.33 160.14 25.55 26.89 imp:pre:2s;ind:pre:1s;ind:pre:3s; -remontent remonter ver 71.33 160.14 2.78 5.61 ind:pre:3p; -remonter remonter ver 71.33 160.14 19.13 38.51 inf; -remontera remonter ver 71.33 160.14 1.83 0.88 ind:fut:3s; -remonterai remonter ver 71.33 160.14 0.40 0.14 ind:fut:1s; -remonteraient remonter ver 71.33 160.14 0.04 0.14 cnd:pre:3p; -remonterait remonter ver 71.33 160.14 0.35 0.74 cnd:pre:3s; -remonteras remonter ver 71.33 160.14 0.06 0.20 ind:fut:2s; -remonterez remonter ver 71.33 160.14 0.08 0.07 ind:fut:2p; -remonteriez remonter ver 71.33 160.14 0.01 0.00 cnd:pre:2p; -remonterons remonter ver 71.33 160.14 0.14 0.27 ind:fut:1p; -remonteront remonter ver 71.33 160.14 0.30 0.14 ind:fut:3p; -remontes remonter ver 71.33 160.14 1.02 0.54 ind:pre:2s; -remontez remonter ver 71.33 160.14 6.73 0.81 imp:pre:2p;ind:pre:2p; -remontiez remonter ver 71.33 160.14 0.06 0.07 ind:imp:2p; -remontions remonter ver 71.33 160.14 0.30 0.74 ind:imp:1p; -remontoir remontoir nom m s 0.12 0.27 0.12 0.27 -remontâmes remonter ver 71.33 160.14 0.00 0.27 ind:pas:1p; -remontons remonter ver 71.33 160.14 1.21 2.16 imp:pre:1p;ind:pre:1p; -remontât remonter ver 71.33 160.14 0.00 0.41 sub:imp:3s; -remontrait remontrer ver 0.55 1.42 0.06 0.20 ind:imp:3s; -remontrance remontrance nom f s 0.87 1.69 0.16 0.20 -remontrances remontrance nom f p 0.87 1.69 0.71 1.49 -remontrassent remontrer ver 0.55 1.42 0.00 0.07 sub:imp:3p; -remontre remontrer ver 0.55 1.42 0.19 0.14 imp:pre:2s;ind:pre:3s; -remontrer remontrer ver 0.55 1.42 0.19 0.14 inf; -remontrera remontrer ver 0.55 1.42 0.00 0.07 ind:fut:3s; -remontrerai remontrer ver 0.55 1.42 0.01 0.07 ind:fut:1s; -remontrerais remontrer ver 0.55 1.42 0.00 0.07 cnd:pre:1s; -remontrerait remontrer ver 0.55 1.42 0.00 0.27 cnd:pre:3s; -remontreras remontrer ver 0.55 1.42 0.00 0.07 ind:fut:2s; -remontres remontrer ver 0.55 1.42 0.01 0.07 ind:pre:2s; -remontrez remontrer ver 0.55 1.42 0.08 0.00 imp:pre:2p; -remontré remontrer ver m s 0.55 1.42 0.01 0.27 par:pas; -remontèrent remonter ver 71.33 160.14 0.01 3.85 ind:pas:3p; -remonté remonter ver m s 71.33 160.14 5.83 14.39 par:pas; -remontée remonter ver f s 71.33 160.14 1.25 3.31 par:pas; -remontées remontée nom f p 0.38 1.76 0.16 0.27 -remontés remonter ver m p 71.33 160.14 1.04 3.11 par:pas; -remord remordre ver 0.61 0.41 0.43 0.20 ind:pre:3s; -remordait remordre ver 0.61 0.41 0.00 0.14 ind:imp:3s; -remords remords nom m 10.67 27.64 10.67 27.64 -remordu remordre ver m s 0.61 0.41 0.01 0.00 par:pas; -remorqua remorquer ver 1.60 1.35 0.00 0.20 ind:pas:3s; -remorquage remorquage nom m s 0.49 0.07 0.49 0.07 -remorquaient remorquer ver 1.60 1.35 0.00 0.07 ind:imp:3p; -remorquait remorquer ver 1.60 1.35 0.01 0.14 ind:imp:3s; -remorquant remorquer ver 1.60 1.35 0.02 0.34 par:pre; -remorque remorque nom f s 1.31 5.54 1.16 5.14 -remorquer remorquer ver 1.60 1.35 0.85 0.41 inf; -remorquera remorquer ver 1.60 1.35 0.00 0.07 ind:fut:3s; -remorquerai remorquer ver 1.60 1.35 0.02 0.00 ind:fut:1s; -remorques remorque nom f p 1.31 5.54 0.15 0.41 -remorqueur remorqueur nom m s 0.36 1.55 0.28 0.27 -remorqueurs remorqueur nom m p 0.36 1.55 0.08 1.28 -remorqueuse remorqueur adj f s 0.12 0.34 0.09 0.00 -remorquez remorquer ver 1.60 1.35 0.02 0.00 imp:pre:2p; -remorquions remorquer ver 1.60 1.35 0.01 0.00 ind:imp:1p; -remorquons remorquer ver 1.60 1.35 0.03 0.00 imp:pre:1p;ind:pre:1p; -remorqué remorquer ver m s 1.60 1.35 0.37 0.14 par:pas; -remorquée remorquer ver f s 1.60 1.35 0.08 0.00 par:pas; -remoucha remoucher ver 0.00 0.07 0.00 0.07 ind:pas:3s; -remouillaient remouiller ver 0.02 0.20 0.00 0.07 ind:imp:3p; -remouiller remouiller ver 0.02 0.20 0.02 0.14 inf; -remous remous nom m 1.49 14.66 1.49 14.66 -rempaillaient rempailler ver 0.01 0.20 0.00 0.07 ind:imp:3p; -rempailler rempailler ver 0.01 0.20 0.01 0.07 inf; -rempailleur rempailleur nom m s 0.00 0.34 0.00 0.20 -rempailleurs rempailleur nom m p 0.00 0.34 0.00 0.07 -rempailleuses rempailleur nom f p 0.00 0.34 0.00 0.07 -rempaillée rempailler ver f s 0.01 0.20 0.00 0.07 par:pas; -rempaquette rempaqueter ver 0.00 0.14 0.00 0.07 ind:pre:3s; -rempaqueté rempaqueter ver m s 0.00 0.14 0.00 0.07 par:pas; -rempart rempart nom m s 2.95 20.00 1.56 8.31 -remparts rempart nom m p 2.95 20.00 1.39 11.69 -rempilait rempiler ver 0.75 1.15 0.00 0.07 ind:imp:3s; -rempile rempiler ver 0.75 1.15 0.17 0.14 ind:pre:1s;ind:pre:3s; -rempilent rempiler ver 0.75 1.15 0.00 0.07 ind:pre:3p; -rempiler rempiler ver 0.75 1.15 0.20 0.54 inf; -rempilerai rempiler ver 0.75 1.15 0.01 0.07 ind:fut:1s; -rempilerais rempiler ver 0.75 1.15 0.00 0.07 cnd:pre:1s; -rempilerez rempiler ver 0.75 1.15 0.00 0.07 ind:fut:2p; -rempiles rempiler ver 0.75 1.15 0.03 0.00 ind:pre:2s; -rempilez rempiler ver 0.75 1.15 0.04 0.07 imp:pre:2p;ind:pre:2p; -rempilé rempiler ver m s 0.75 1.15 0.29 0.07 par:pas; -remplît remplir ver 61.21 81.42 0.00 0.20 sub:imp:3s; -remplace remplacer ver 52.84 60.61 11.59 5.81 imp:pre:2s;ind:pre:1s;ind:pre:3s; -remplacement remplacement nom m s 2.03 4.59 1.86 3.92 -remplacements remplacement nom m p 2.03 4.59 0.17 0.68 -remplacent remplacer ver 52.84 60.61 0.84 1.08 ind:pre:3p; -remplacer remplacer ver 52.84 60.61 22.95 18.38 inf;;inf;;inf;; -remplacera remplacer ver 52.84 60.61 2.13 1.22 ind:fut:3s; -remplacerai remplacer ver 52.84 60.61 0.56 0.07 ind:fut:1s; -remplaceraient remplacer ver 52.84 60.61 0.02 0.20 cnd:pre:3p; -remplacerais remplacer ver 52.84 60.61 0.22 0.20 cnd:pre:1s;cnd:pre:2s; -remplacerait remplacer ver 52.84 60.61 0.20 1.22 cnd:pre:3s; -remplaceras remplacer ver 52.84 60.61 0.33 0.07 ind:fut:2s; -remplacerez remplacer ver 52.84 60.61 0.26 0.41 ind:fut:2p; -remplaceriez remplacer ver 52.84 60.61 0.01 0.00 cnd:pre:2p; -remplacerons remplacer ver 52.84 60.61 0.27 0.14 ind:fut:1p; -remplaceront remplacer ver 52.84 60.61 0.30 0.00 ind:fut:3p; -remplaces remplacer ver 52.84 60.61 0.84 0.14 ind:pre:2s; -remplacez remplacer ver 52.84 60.61 1.81 0.07 imp:pre:2p;ind:pre:2p; -remplaciez remplacer ver 52.84 60.61 0.30 0.00 ind:imp:2p; -remplacèrent remplacer ver 52.84 60.61 0.01 0.47 ind:pas:3p; -remplacé remplacer ver m s 52.84 60.61 6.47 11.96 par:pas; -remplacée remplacer ver f s 52.84 60.61 0.92 2.84 par:pas; -remplacées remplacer ver f p 52.84 60.61 0.54 1.42 par:pas; -remplacés remplacer ver m p 52.84 60.61 0.81 3.11 par:pas; -remplaça remplacer ver 52.84 60.61 0.07 1.82 ind:pas:3s; -remplaçable remplaçable adj s 0.41 0.20 0.28 0.07 -remplaçables remplaçable adj m p 0.41 0.20 0.13 0.14 -remplaçai remplacer ver 52.84 60.61 0.02 0.14 ind:pas:1s; -remplaçaient remplacer ver 52.84 60.61 0.05 2.43 ind:imp:3p; -remplaçais remplacer ver 52.84 60.61 0.06 0.47 ind:imp:1s;ind:imp:2s; -remplaçait remplacer ver 52.84 60.61 0.53 5.41 ind:imp:3s; -remplaçant remplaçant nom m s 7.92 2.03 5.20 1.28 -remplaçante remplaçant nom f s 7.92 2.03 1.72 0.47 -remplaçantes remplaçant nom f p 7.92 2.03 0.09 0.00 -remplaçants remplaçant nom m p 7.92 2.03 0.91 0.27 -remplaçons remplacer ver 52.84 60.61 0.10 0.07 imp:pre:1p;ind:pre:1p; -remplaçât remplacer ver 52.84 60.61 0.00 0.07 sub:imp:3s; -rempli remplir ver m s 61.21 81.42 16.17 16.82 par:pas; -remplie rempli adj f s 12.74 20.74 6.64 9.93 -remplies rempli adj f p 12.74 20.74 1.82 4.59 -remplir remplir ver 61.21 81.42 18.92 22.50 inf; -remplira remplir ver 61.21 81.42 1.00 0.74 ind:fut:3s; -remplirai remplir ver 61.21 81.42 0.90 0.27 ind:fut:1s; -rempliraient remplir ver 61.21 81.42 0.01 0.20 cnd:pre:3p; -remplirais remplir ver 61.21 81.42 0.24 0.00 cnd:pre:1s; -remplirait remplir ver 61.21 81.42 0.20 0.74 cnd:pre:3s; -rempliras remplir ver 61.21 81.42 0.16 0.00 ind:fut:2s; -remplirent remplir ver 61.21 81.42 0.25 1.69 ind:pas:3p; -remplirez remplir ver 61.21 81.42 0.17 0.00 ind:fut:2p; -remplirons remplir ver 61.21 81.42 0.28 0.07 ind:fut:1p; -rempliront remplir ver 61.21 81.42 0.21 0.14 ind:fut:3p; -remplis remplir ver m p 61.21 81.42 7.08 3.78 imp:pre:2s;ind:pre:1s;ind:pre:2s;par:pas; -remplissage remplissage nom m s 0.37 0.27 0.37 0.27 -remplissaient remplir ver 61.21 81.42 0.07 3.45 ind:imp:3p; -remplissais remplir ver 61.21 81.42 0.28 0.61 ind:imp:1s;ind:imp:2s; -remplissait remplir ver 61.21 81.42 1.15 9.59 ind:imp:3s; -remplissant remplir ver 61.21 81.42 0.48 2.43 par:pre; -remplisse remplir ver 61.21 81.42 1.09 0.61 sub:pre:1s;sub:pre:3s; -remplissent remplir ver 61.21 81.42 2.17 2.50 ind:pre:3p; -remplisses remplir ver 61.21 81.42 0.17 0.20 sub:pre:2s; -remplisseur remplisseur nom m s 0.00 0.07 0.00 0.07 -remplissez remplir ver 61.21 81.42 4.65 0.41 imp:pre:2p;ind:pre:2p; -remplissiez remplir ver 61.21 81.42 0.17 0.00 ind:imp:2p; -remplissions remplir ver 61.21 81.42 0.01 0.07 ind:imp:1p; -remplissons remplir ver 61.21 81.42 0.18 0.14 imp:pre:1p;ind:pre:1p; -remplit remplir ver 61.21 81.42 5.20 14.26 ind:pre:3s;ind:pas:3s; -remploi remploi nom m s 0.00 0.20 0.00 0.20 -remployée remployer ver f s 0.00 0.07 0.00 0.07 par:pas; -remplumer remplumer ver 0.09 0.34 0.04 0.27 inf; -remplumez remplumer ver 0.09 0.34 0.02 0.00 imp:pre:2p;ind:pre:2p; -remplumé remplumer ver m s 0.09 0.34 0.03 0.07 par:pas; -rempochait rempocher ver 0.00 0.20 0.00 0.07 ind:imp:3s; -rempoche rempocher ver 0.00 0.20 0.00 0.14 ind:pre:1s;ind:pre:3s; -remporta remporter ver 9.27 10.61 0.27 0.27 ind:pas:3s; -remportai remporter ver 9.27 10.61 0.00 0.14 ind:pas:1s; -remportaient remporter ver 9.27 10.61 0.01 0.20 ind:imp:3p; -remportais remporter ver 9.27 10.61 0.00 0.07 ind:imp:2s; -remportait remporter ver 9.27 10.61 0.17 0.74 ind:imp:3s; -remportant remporter ver 9.27 10.61 0.07 0.41 par:pre; -remportassent remporter ver 9.27 10.61 0.00 0.07 sub:imp:3p; -remporte remporter ver 9.27 10.61 1.93 0.88 imp:pre:2s;ind:pre:1s;ind:pre:3s; -remportent remporter ver 9.27 10.61 0.24 0.20 ind:pre:3p; -remporter remporter ver 9.27 10.61 3.06 2.09 inf; -remportera remporter ver 9.27 10.61 0.22 0.07 ind:fut:3s; -remporterai remporter ver 9.27 10.61 0.04 0.00 ind:fut:1s; -remporterait remporter ver 9.27 10.61 0.04 0.34 cnd:pre:3s; -remporterez remporter ver 9.27 10.61 0.02 0.00 ind:fut:2p; -remporterons remporter ver 9.27 10.61 0.10 0.00 ind:fut:1p; -remportez remporter ver 9.27 10.61 0.71 0.14 imp:pre:2p;ind:pre:2p; -remportiez remporter ver 9.27 10.61 0.01 0.00 ind:imp:2p; -remportions remporter ver 9.27 10.61 0.00 0.07 ind:imp:1p; -remportât remporter ver 9.27 10.61 0.00 0.07 sub:imp:3s; -remportèrent remporter ver 9.27 10.61 0.00 0.14 ind:pas:3p; -remporté remporter ver m s 9.27 10.61 2.11 2.84 par:pas; -remportée remporter ver f s 9.27 10.61 0.22 1.35 par:pas; -remportées remporter ver f p 9.27 10.61 0.01 0.07 par:pas; -remportés remporter ver m p 9.27 10.61 0.04 0.47 par:pas; -rempoter rempoter ver 0.01 0.00 0.01 0.00 inf; -remprunter remprunter ver 0.03 0.00 0.03 0.00 inf; -remède_miracle remède_miracle nom m s 0.01 0.00 0.01 0.00 -remède remède nom m s 16.14 13.45 14.09 10.07 -remèdes remède nom m p 16.14 13.45 2.05 3.38 -remua remuer ver 24.42 62.84 0.03 3.99 ind:pas:3s; -remuage remuage nom m s 0.01 0.00 0.01 0.00 -remuai remuer ver 24.42 62.84 0.02 0.27 ind:pas:1s; -remuaient remuer ver 24.42 62.84 0.08 3.78 ind:imp:3p; -remuais remuer ver 24.42 62.84 0.01 0.41 ind:imp:1s;ind:imp:2s; -remuait remuer ver 24.42 62.84 0.59 9.93 ind:imp:3s; -remuant remuer ver 24.42 62.84 0.42 5.81 par:pre; -remuante remuant adj f s 0.32 3.24 0.05 1.35 -remuantes remuant adj f p 0.32 3.24 0.00 0.41 -remuants remuant adj m p 0.32 3.24 0.01 0.27 -remédia remédier ver 3.80 3.18 0.01 0.07 ind:pas:3s; -remédiable remédiable adj m s 0.01 0.00 0.01 0.00 -remédiait remédier ver 3.80 3.18 0.01 0.07 ind:imp:3s; -remédie remédier ver 3.80 3.18 0.07 0.07 imp:pre:2s;ind:pre:1s;ind:pre:3s; -remédier remédier ver 3.80 3.18 3.21 2.50 inf; -remédiera remédier ver 3.80 3.18 0.05 0.07 ind:fut:3s; -remédierait remédier ver 3.80 3.18 0.00 0.07 cnd:pre:3s; -remédierons remédier ver 3.80 3.18 0.10 0.00 ind:fut:1p; -remédiez remédier ver 3.80 3.18 0.04 0.00 imp:pre:2p;ind:pre:2p; -remédions remédier ver 3.80 3.18 0.10 0.00 ind:pre:1p; -remédié remédier ver m s 3.80 3.18 0.20 0.34 par:pas; -remue_ménage remue_ménage nom m 0.78 4.80 0.78 4.80 -remue_méninges remue_méninges nom m 0.05 0.07 0.05 0.07 -remue remuer ver 24.42 62.84 8.30 8.24 imp:pre:2s;ind:pre:1s;ind:pre:3s; -remuement remuement nom m s 0.00 2.03 0.00 1.49 -remuements remuement nom m p 0.00 2.03 0.00 0.54 -remuent remuer ver 24.42 62.84 0.41 1.96 ind:pre:3p; -remuer remuer ver 24.42 62.84 6.38 15.34 inf; -remuera remuer ver 24.42 62.84 0.32 0.20 ind:fut:3s; -remuerai remuer ver 24.42 62.84 0.19 0.14 ind:fut:1s; -remueraient remuer ver 24.42 62.84 0.00 0.07 cnd:pre:3p; -remuerais remuer ver 24.42 62.84 0.02 0.14 cnd:pre:1s; -remuerait remuer ver 24.42 62.84 0.04 0.27 cnd:pre:3s; -remueront remuer ver 24.42 62.84 0.02 0.00 ind:fut:3p; -remues remuer ver 24.42 62.84 1.14 0.27 ind:pre:2s; -remueur remueur nom m s 0.04 0.14 0.04 0.00 -remueurs remueur nom m p 0.04 0.14 0.00 0.14 -remuez remuer ver 24.42 62.84 4.06 0.34 imp:pre:2p;ind:pre:2p; -remugle remugle nom m s 0.01 2.36 0.00 0.81 -remugles remugle nom m p 0.01 2.36 0.01 1.55 -remuions remuer ver 24.42 62.84 0.00 0.07 ind:imp:1p; -remémora remémorer ver 1.28 4.12 0.00 0.47 ind:pas:3s; -remémorais remémorer ver 1.28 4.12 0.03 0.27 ind:imp:1s; -remémorait remémorer ver 1.28 4.12 0.00 0.27 ind:imp:3s; -remémorant remémorer ver 1.28 4.12 0.02 0.34 par:pre; -remémoration remémoration nom f s 0.02 0.00 0.02 0.00 -remémorative remémoratif adj f s 0.00 0.07 0.00 0.07 -remémore remémorer ver 1.28 4.12 0.34 0.81 imp:pre:2s;ind:pre:1s;ind:pre:3s; -remémorent remémorer ver 1.28 4.12 0.01 0.00 ind:pre:3p; -remémorer remémorer ver 1.28 4.12 0.74 1.55 inf; -remémoré remémorer ver m s 1.28 4.12 0.14 0.41 par:pas; -remuâmes remuer ver 24.42 62.84 0.00 0.07 ind:pas:1p; -remuons remuer ver 24.42 62.84 0.20 0.00 imp:pre:1p;ind:pre:1p; -remuât remuer ver 24.42 62.84 0.00 0.20 sub:imp:3s; -remuscle remuscler ver 0.17 0.00 0.01 0.00 imp:pre:2s; -remuscler remuscler ver 0.17 0.00 0.16 0.00 inf; -remuèrent remuer ver 24.42 62.84 0.00 1.15 ind:pas:3p; -remué remuer ver m s 24.42 62.84 1.68 5.47 par:pas; -remuée remuer ver f s 24.42 62.84 0.44 2.97 par:pas; -remuées remuer ver f p 24.42 62.84 0.01 0.81 par:pas; -remués remuer ver m p 24.42 62.84 0.06 0.95 par:pas; -renaît renaître ver 7.45 13.04 0.96 1.96 ind:pre:3s; -renaîtra renaître ver 7.45 13.04 0.44 0.74 ind:fut:3s; -renaîtrai renaître ver 7.45 13.04 0.01 0.00 ind:fut:1s; -renaîtraient renaître ver 7.45 13.04 0.00 0.07 cnd:pre:3p; -renaîtrais renaître ver 7.45 13.04 0.02 0.00 cnd:pre:1s;cnd:pre:2s; -renaîtrait renaître ver 7.45 13.04 0.01 0.20 cnd:pre:3s; -renaîtras renaître ver 7.45 13.04 0.29 0.00 ind:fut:2s; -renaître renaître ver 7.45 13.04 3.07 4.86 inf; -renaîtrez renaître ver 7.45 13.04 0.04 0.00 ind:fut:2p; -renaîtrons renaître ver 7.45 13.04 0.03 0.00 ind:fut:1p; -renaîtront renaître ver 7.45 13.04 0.03 0.14 ind:fut:3p; -renais renaître ver 7.45 13.04 0.35 0.34 imp:pre:2s;ind:pre:1s;ind:pre:2s; -renaissaient renaître ver 7.45 13.04 0.00 0.41 ind:imp:3p; -renaissais renaître ver 7.45 13.04 0.16 0.00 ind:imp:1s; -renaissait renaître ver 7.45 13.04 0.00 1.15 ind:imp:3s; -renaissance renaissance nom f s 2.77 10.61 2.75 10.34 -renaissances renaissance nom f p 2.77 10.61 0.02 0.27 -renaissant renaître ver 7.45 13.04 0.04 0.68 par:pre; -renaissante renaissant adj f s 0.39 2.43 0.34 0.74 -renaissantes renaissant adj f p 0.39 2.43 0.00 0.88 -renaissants renaissant adj m p 0.39 2.43 0.00 0.27 -renaisse renaître ver 7.45 13.04 0.10 0.54 sub:pre:3s; -renaissent renaître ver 7.45 13.04 0.11 0.41 ind:pre:3p; -renaisses renaître ver 7.45 13.04 0.02 0.00 sub:pre:2s; -renaissons renaître ver 7.45 13.04 0.03 0.00 ind:pre:1p; -renaquit renaître ver 7.45 13.04 0.02 0.00 ind:pas:3s; -renard renard nom m s 6.66 11.96 4.69 8.58 -renarde renard nom f s 6.66 11.96 0.22 0.20 -renardeau renardeau nom m s 0.01 0.54 0.01 0.41 -renardeaux renardeau nom m p 0.01 0.54 0.00 0.14 -renardes renard nom f p 6.66 11.96 0.01 0.00 -renards renard nom m p 6.66 11.96 1.74 3.18 -renaud renaud nom s 0.00 0.68 0.00 0.68 -renaudais renauder ver 0.00 2.64 0.00 0.07 ind:imp:1s; -renaudait renauder ver 0.00 2.64 0.00 0.47 ind:imp:3s; -renaudant renauder ver 0.00 2.64 0.00 0.20 par:pre; -renaude renauder ver 0.00 2.64 0.00 0.61 imp:pre:2s;ind:pre:1s;ind:pre:3s; -renaudent renauder ver 0.00 2.64 0.00 0.07 ind:pre:3p; -renauder renauder ver 0.00 2.64 0.00 1.08 inf; -renaudeur renaudeur nom m s 0.00 0.07 0.00 0.07 -renaudé renauder ver m s 0.00 2.64 0.00 0.14 par:pas; -rencard rencard nom m s 10.76 1.42 9.62 1.08 -rencardaient rencarder ver 1.07 2.30 0.00 0.14 ind:imp:3p; -rencardait rencarder ver 1.07 2.30 0.01 0.14 ind:imp:3s; -rencarde rencarder ver 1.07 2.30 0.34 0.27 imp:pre:2s;ind:pre:1s;ind:pre:3s; -rencarder rencarder ver 1.07 2.30 0.17 0.68 inf; -rencards rencard nom m p 10.76 1.42 1.14 0.34 -rencardé rencarder ver m s 1.07 2.30 0.38 0.68 par:pas; -rencardée rencarder ver f s 1.07 2.30 0.04 0.07 par:pas; -rencardées rencarder ver f p 1.07 2.30 0.00 0.07 par:pas; -rencardés rencarder ver m p 1.07 2.30 0.12 0.27 par:pas; -renchéri renchérir ver m s 0.18 3.58 0.05 0.14 par:pas; -renchérir renchérir ver 0.18 3.58 0.06 0.68 inf; -renchériront renchérir ver 0.18 3.58 0.00 0.14 ind:fut:3p; -renchéris renchérir ver 0.18 3.58 0.05 0.14 ind:pre:1s;ind:pre:2s; -renchérissais renchérir ver 0.18 3.58 0.00 0.07 ind:imp:1s; -renchérissait renchérir ver 0.18 3.58 0.00 0.41 ind:imp:3s; -renchérissant renchérir ver 0.18 3.58 0.00 0.14 par:pre; -renchérissent renchérir ver 0.18 3.58 0.00 0.07 ind:pre:3p; -renchérit renchérir ver 0.18 3.58 0.02 1.82 ind:pre:3s;ind:pas:3s; -rencogna rencogner ver 0.00 1.49 0.00 0.34 ind:pas:3s; -rencognait rencogner ver 0.00 1.49 0.00 0.14 ind:imp:3s; -rencognant rencogner ver 0.00 1.49 0.00 0.07 par:pre; -rencogne rencogner ver 0.00 1.49 0.00 0.07 ind:pre:3s; -rencogner rencogner ver 0.00 1.49 0.00 0.27 inf; -rencognerait rencogner ver 0.00 1.49 0.00 0.07 cnd:pre:3s; -rencogné rencogner ver m s 0.00 1.49 0.00 0.47 par:pas; -rencognés rencogner ver m p 0.00 1.49 0.00 0.07 par:pas; -rencontra rencontrer ver 241.04 188.51 1.64 11.49 ind:pas:3s; -rencontrai rencontrer ver 241.04 188.51 0.25 4.73 ind:pas:1s; -rencontraient rencontrer ver 241.04 188.51 0.49 3.24 ind:imp:3p; -rencontrais rencontrer ver 241.04 188.51 1.12 4.05 ind:imp:1s;ind:imp:2s; -rencontrait rencontrer ver 241.04 188.51 1.11 11.08 ind:imp:3s; -rencontrant rencontrer ver 241.04 188.51 0.82 3.18 par:pre; -rencontrasse rencontrer ver 241.04 188.51 0.00 0.07 sub:imp:1s; -rencontre rencontre nom f s 35.68 81.76 30.61 63.24 -rencontrent rencontrer ver 241.04 188.51 2.76 3.92 ind:pre:3p; -rencontrer rencontrer ver 241.04 188.51 82.72 43.92 inf;; -rencontrera rencontrer ver 241.04 188.51 1.10 0.95 ind:fut:3s; -rencontrerai rencontrer ver 241.04 188.51 0.67 0.68 ind:fut:1s; -rencontreraient rencontrer ver 241.04 188.51 0.05 0.27 cnd:pre:3p; -rencontrerais rencontrer ver 241.04 188.51 0.97 0.47 cnd:pre:1s;cnd:pre:2s; -rencontrerait rencontrer ver 241.04 188.51 0.48 1.69 cnd:pre:3s; -rencontreras rencontrer ver 241.04 188.51 1.55 0.54 ind:fut:2s; -rencontrerez rencontrer ver 241.04 188.51 1.18 0.54 ind:fut:2p; -rencontreriez rencontrer ver 241.04 188.51 0.05 0.00 cnd:pre:2p; -rencontrerions rencontrer ver 241.04 188.51 0.04 0.34 cnd:pre:1p; -rencontrerons rencontrer ver 241.04 188.51 0.37 0.34 ind:fut:1p; -rencontreront rencontrer ver 241.04 188.51 0.22 0.34 ind:fut:3p; -rencontres rencontre nom f p 35.68 81.76 5.07 18.51 -rencontrez rencontrer ver 241.04 188.51 1.80 0.88 imp:pre:2p;ind:pre:2p; -rencontriez rencontrer ver 241.04 188.51 0.92 0.27 ind:imp:2p; -rencontrions rencontrer ver 241.04 188.51 0.23 0.95 ind:imp:1p; -rencontrâmes rencontrer ver 241.04 188.51 0.01 0.68 ind:pas:1p; -rencontrons rencontrer ver 241.04 188.51 1.21 1.42 imp:pre:1p;ind:pre:1p; -rencontrât rencontrer ver 241.04 188.51 0.00 0.47 sub:imp:3s; -rencontrèrent rencontrer ver 241.04 188.51 0.83 4.19 ind:pas:3p; -rencontré rencontrer ver m s 241.04 188.51 77.82 45.00 par:pas; -rencontrée rencontrer ver f s 241.04 188.51 12.09 7.23 par:pas; -rencontrées rencontrer ver f p 241.04 188.51 2.61 1.35 par:pas; -rencontrés rencontrer ver m p 241.04 188.51 18.45 10.27 par:pas; -rend rendre ver 508.81 468.11 82.91 40.00 ind:pre:3s; -rendîmes rendre ver 508.81 468.11 0.00 0.68 ind:pas:1p; -rendît rendre ver 508.81 468.11 0.00 2.43 sub:imp:3s; -rendaient rendre ver 508.81 468.11 1.40 14.59 ind:imp:3p; -rendais rendre ver 508.81 468.11 3.25 8.92 ind:imp:1s;ind:imp:2s; -rendait rendre ver 508.81 468.11 9.17 58.24 ind:imp:3s; -rendant rendre ver 508.81 468.11 1.96 9.80 par:pre; -rende rendre ver 508.81 468.11 9.30 5.54 sub:pre:1s;sub:pre:3s; -rendement rendement nom m s 1.37 2.97 1.34 2.84 -rendements rendement nom m p 1.37 2.97 0.02 0.14 -rendent rendre ver 508.81 468.11 13.16 9.73 ind:pre:3p;sub:pre:3p; -rendes rendre ver 508.81 468.11 2.06 0.61 sub:pre:2s; -rendez_vous rendez_vous nom m 91.95 53.72 91.95 53.72 -rendez rendre ver 508.81 468.11 46.77 14.19 imp:pre:2p;ind:pre:2p; -rendiez rendre ver 508.81 468.11 1.12 0.47 ind:imp:2p; -rendions rendre ver 508.81 468.11 0.10 1.35 ind:imp:1p;sub:pre:1p; -rendirent rendre ver 508.81 468.11 0.57 3.92 ind:pas:3p; -rendis rendre ver 508.81 468.11 0.37 9.39 ind:pas:1s; -rendisse rendre ver 508.81 468.11 0.00 0.14 sub:imp:1s; -rendissent rendre ver 508.81 468.11 0.00 0.20 sub:imp:3p; -rendit rendre ver 508.81 468.11 2.13 27.23 ind:pas:3s; -rendons rendre ver 508.81 468.11 4.93 0.95 imp:pre:1p;ind:pre:1p; -rendormît rendormir ver 5.36 8.31 0.00 0.07 sub:imp:3s; -rendormais rendormir ver 5.36 8.31 0.12 0.14 ind:imp:1s; -rendormait rendormir ver 5.36 8.31 0.01 0.20 ind:imp:3s; -rendormant rendormir ver 5.36 8.31 0.00 0.07 par:pre; -rendorme rendormir ver 5.36 8.31 0.02 0.00 sub:pre:3s; -rendorment rendormir ver 5.36 8.31 0.01 0.20 ind:pre:3p; -rendormez rendormir ver 5.36 8.31 0.34 0.00 imp:pre:2p;ind:pre:2p; -rendormi rendormir ver m s 5.36 8.31 0.64 0.81 par:pas; -rendormiez rendormir ver 5.36 8.31 0.00 0.07 ind:imp:2p; -rendormir rendormir ver 5.36 8.31 1.62 3.58 inf; -rendormira rendormir ver 5.36 8.31 0.14 0.14 ind:fut:3s; -rendormirai rendormir ver 5.36 8.31 0.22 0.00 ind:fut:1s; -rendormirait rendormir ver 5.36 8.31 0.00 0.07 cnd:pre:3s; -rendormis rendormir ver m p 5.36 8.31 0.01 0.54 ind:pas:1s;par:pas; -rendormit rendormir ver 5.36 8.31 0.00 1.82 ind:pas:3s; -rendors rendormir ver 5.36 8.31 2.04 0.27 imp:pre:2s;ind:pre:1s;ind:pre:2s; -rendort rendormir ver 5.36 8.31 0.20 0.34 ind:pre:3s; -rendra rendre ver 508.81 468.11 13.01 3.78 ind:fut:3s; -rendrai rendre ver 508.81 468.11 10.69 2.50 ind:fut:1s; -rendraient rendre ver 508.81 468.11 0.59 0.27 cnd:pre:3p; -rendrais rendre ver 508.81 468.11 2.17 1.22 cnd:pre:1s;cnd:pre:2s; -rendrait rendre ver 508.81 468.11 6.09 5.95 cnd:pre:3s; -rendras rendre ver 508.81 468.11 2.54 1.42 ind:fut:2s; -rendre rendre ver 508.81 468.11 141.31 150.07 inf;;inf;;inf;;inf;; -rendrez rendre ver 508.81 468.11 2.68 1.08 ind:fut:2p; -rendriez rendre ver 508.81 468.11 0.85 0.14 cnd:pre:2p; -rendrons rendre ver 508.81 468.11 1.18 0.27 ind:fut:1p; -rendront rendre ver 508.81 468.11 2.16 1.08 ind:fut:3p; -rends rendre ver 508.81 468.11 84.13 27.16 imp:pre:2s;ind:pre:1s;ind:pre:2s; -rendu rendre ver m s 508.81 468.11 48.31 46.08 par:pas; -rendue rendre ver f s 508.81 468.11 8.88 9.46 par:pas; -rendues rendre ver f p 508.81 468.11 1.01 1.82 par:pas; -rendus rendre ver m p 508.81 468.11 4.00 7.43 par:pas; -reneige reneiger ver 0.01 0.07 0.00 0.07 ind:pre:3s; -reneiger reneiger ver 0.01 0.07 0.01 0.00 inf; -renettoyer renettoyer ver 0.01 0.00 0.01 0.00 inf; -renferma renfermer ver 3.25 4.59 0.10 0.14 ind:pas:3s; -renfermaient renfermer ver 3.25 4.59 0.00 0.34 ind:imp:3p; -renfermait renfermer ver 3.25 4.59 0.17 0.88 ind:imp:3s; -renfermant renfermer ver 3.25 4.59 0.16 0.14 par:pre; -renferme renfermer ver 3.25 4.59 1.08 1.35 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -renfermement renfermement nom m s 0.00 0.14 0.00 0.14 -renferment renfermer ver 3.25 4.59 0.23 0.34 ind:pre:3p; -renfermer renfermer ver 3.25 4.59 0.57 0.41 inf; -renfermerait renfermer ver 3.25 4.59 0.00 0.07 cnd:pre:3s; -renfermez renfermer ver 3.25 4.59 0.03 0.07 imp:pre:2p; -renfermé renfermé adj m s 1.42 1.01 1.22 0.74 -renfermée renfermé adj f s 1.42 1.01 0.19 0.20 -renfermées renfermé nom f p 0.48 2.03 0.01 0.00 -renfermés renfermer ver m p 3.25 4.59 0.05 0.07 par:pas; -renfila renfiler ver 0.10 0.88 0.00 0.07 ind:pas:3s; -renfilait renfiler ver 0.10 0.88 0.00 0.07 ind:imp:3s; -renfilant renfiler ver 0.10 0.88 0.00 0.07 par:pre; -renfile renfiler ver 0.10 0.88 0.10 0.20 imp:pre:2s;ind:pre:3s; -renfiler renfiler ver 0.10 0.88 0.00 0.14 inf; -renfilé renfiler ver m s 0.10 0.88 0.00 0.34 par:pas; -renflait renfler ver 0.00 1.15 0.00 0.14 ind:imp:3s; -renflant renfler ver 0.00 1.15 0.00 0.07 par:pre; -renflement renflement nom m s 0.17 1.49 0.17 1.22 -renflements renflement nom m p 0.17 1.49 0.00 0.27 -renflent renfler ver 0.00 1.15 0.00 0.07 ind:pre:3p; -renfloua renflouer ver 0.48 1.15 0.00 0.14 ind:pas:3s; -renflouage renflouage nom m s 0.01 0.14 0.01 0.14 -renflouait renflouer ver 0.48 1.15 0.00 0.07 ind:imp:3s; -renflouant renflouer ver 0.48 1.15 0.00 0.07 par:pre; -renfloue renflouer ver 0.48 1.15 0.17 0.00 ind:pre:1s;ind:pre:3s; -renflouement renflouement nom m s 0.01 0.07 0.01 0.07 -renflouent renflouer ver 0.48 1.15 0.02 0.00 ind:pre:3p; -renflouer renflouer ver 0.48 1.15 0.23 0.54 inf; -renfloué renflouer ver m s 0.48 1.15 0.03 0.14 par:pas; -renflouée renflouer ver f s 0.48 1.15 0.01 0.07 par:pas; -renfloués renflouer ver m p 0.48 1.15 0.02 0.14 par:pas; -renflé renflé adj m s 0.00 0.74 0.00 0.41 -renflée renfler ver f s 0.00 1.15 0.00 0.34 par:pas; -renflées renfler ver f p 0.00 1.15 0.00 0.07 par:pas; -renflés renfler ver m p 0.00 1.15 0.00 0.14 par:pas; -renfonce renfoncer ver 0.07 1.35 0.02 0.20 imp:pre:2s;ind:pre:1s;ind:pre:3s; -renfoncement renfoncement nom m s 0.04 3.51 0.03 3.11 -renfoncements renfoncement nom m p 0.04 3.51 0.01 0.41 -renfoncer renfoncer ver 0.07 1.35 0.00 0.14 inf; -renfoncé renfoncer ver m s 0.07 1.35 0.02 0.54 par:pas; -renfoncée renfoncer ver f s 0.07 1.35 0.02 0.14 par:pas; -renfoncées renfoncer ver f p 0.07 1.35 0.01 0.00 par:pas; -renfoncés renfoncer ver m p 0.07 1.35 0.00 0.14 par:pas; -renfonça renfoncer ver 0.07 1.35 0.00 0.14 ind:pas:3s; -renfonçait renfoncer ver 0.07 1.35 0.00 0.07 ind:imp:3s; -renforce renforcer ver 10.34 17.84 2.05 1.62 imp:pre:2s;ind:pre:1s;ind:pre:3s; -renforcement renforcement nom m s 0.19 0.74 0.16 0.74 -renforcements renforcement nom m p 0.19 0.74 0.03 0.00 -renforcent renforcer ver 10.34 17.84 0.51 0.74 ind:pre:3p; -renforcer renforcer ver 10.34 17.84 4.29 6.35 inf; -renforcera renforcer ver 10.34 17.84 0.35 0.14 ind:fut:3s; -renforcerai renforcer ver 10.34 17.84 0.04 0.00 ind:fut:1s; -renforceraient renforcer ver 10.34 17.84 0.01 0.07 cnd:pre:3p; -renforcerait renforcer ver 10.34 17.84 0.14 0.07 cnd:pre:3s; -renforcerez renforcer ver 10.34 17.84 0.15 0.00 ind:fut:2p; -renforcerons renforcer ver 10.34 17.84 0.01 0.07 ind:fut:1p; -renforcez renforcer ver 10.34 17.84 0.48 0.07 imp:pre:2p;ind:pre:2p; -renforciez renforcer ver 10.34 17.84 0.04 0.00 ind:imp:2p; -renforcèrent renforcer ver 10.34 17.84 0.00 0.20 ind:pas:3p; -renforcé renforcer ver m s 10.34 17.84 0.90 1.89 par:pas; -renforcée renforcer ver f s 10.34 17.84 0.76 2.09 par:pas; -renforcées renforcer ver f p 10.34 17.84 0.10 1.01 par:pas; -renforcés renforcer ver m p 10.34 17.84 0.26 0.34 par:pas; -renfort renfort nom m s 21.41 13.45 7.50 7.50 -renforça renforcer ver 10.34 17.84 0.01 0.47 ind:pas:3s; -renforçaient renforcer ver 10.34 17.84 0.00 0.47 ind:imp:3p; -renforçait renforcer ver 10.34 17.84 0.17 1.49 ind:imp:3s; -renforçant renforcer ver 10.34 17.84 0.03 0.61 par:pre; -renforçons renforcer ver 10.34 17.84 0.05 0.07 imp:pre:1p;ind:pre:1p; -renforçât renforcer ver 10.34 17.84 0.00 0.07 sub:imp:3s; -renforts renfort nom m p 21.41 13.45 13.91 5.95 -renfourché renfourcher ver m s 0.00 0.07 0.00 0.07 par:pas; -renfournait renfourner ver 0.00 0.07 0.00 0.07 ind:imp:3s; -renfrogna renfrogner ver 0.27 2.57 0.01 0.74 ind:pas:3s; -renfrognait renfrogner ver 0.27 2.57 0.00 0.27 ind:imp:3s; -renfrognant renfrogner ver 0.27 2.57 0.00 0.07 par:pre; -renfrogne renfrogner ver 0.27 2.57 0.02 0.34 imp:pre:2s;ind:pre:1s;ind:pre:3s; -renfrognement renfrognement nom m s 0.01 0.14 0.01 0.14 -renfrogner renfrogner ver 0.27 2.57 0.01 0.14 inf; -renfrognerait renfrogner ver 0.27 2.57 0.00 0.07 cnd:pre:3s; -renfrogné renfrogner ver m s 0.27 2.57 0.21 0.47 par:pas; -renfrognée renfrogné adj f s 0.30 2.36 0.16 0.54 -renfrognés renfrogner ver m p 0.27 2.57 0.02 0.07 par:pas; -rengageait rengager ver 0.12 0.61 0.00 0.07 ind:imp:3s; -rengagement rengagement nom m s 0.01 0.07 0.01 0.07 -rengager rengager ver 0.12 0.61 0.09 0.34 inf; -rengagerais rengager ver 0.12 0.61 0.01 0.00 cnd:pre:1s; -rengagez rengager ver 0.12 0.61 0.02 0.07 imp:pre:2p;ind:pre:2p; -rengagés rengager ver m p 0.12 0.61 0.00 0.14 par:pas; -rengaina rengainer ver 0.60 1.42 0.00 0.27 ind:pas:3s; -rengainait rengainer ver 0.60 1.42 0.00 0.07 ind:imp:3s; -rengainant rengainer ver 0.60 1.42 0.01 0.07 par:pre; -rengaine rengaine nom f s 1.48 4.59 1.41 3.31 -rengainer rengainer ver 0.60 1.42 0.05 0.20 inf; -rengaines rengaine nom f p 1.48 4.59 0.06 1.28 -rengainez rengainer ver 0.60 1.42 0.35 0.07 imp:pre:2p; -rengainèrent rengainer ver 0.60 1.42 0.00 0.07 ind:pas:3p; -rengainé rengainer ver m s 0.60 1.42 0.01 0.47 par:pas; -rengainés rengainer ver m p 0.60 1.42 0.01 0.00 par:pas; -rengorge rengorger ver 0.04 2.97 0.03 0.61 ind:pre:3s; -rengorgea rengorger ver 0.04 2.97 0.00 0.88 ind:pas:3s; -rengorgeai rengorger ver 0.04 2.97 0.00 0.07 ind:pas:1s; -rengorgeaient rengorger ver 0.04 2.97 0.00 0.07 ind:imp:3p; -rengorgeais rengorger ver 0.04 2.97 0.00 0.14 ind:imp:1s; -rengorgeait rengorger ver 0.04 2.97 0.00 0.27 ind:imp:3s; -rengorgeant rengorger ver 0.04 2.97 0.00 0.34 par:pre; -rengorgement rengorgement nom m s 0.00 0.14 0.00 0.07 -rengorgements rengorgement nom m p 0.00 0.14 0.00 0.07 -rengorgent rengorger ver 0.04 2.97 0.01 0.14 ind:pre:3p; -rengorger rengorger ver 0.04 2.97 0.00 0.27 inf; -rengorges rengorger ver 0.04 2.97 0.00 0.07 ind:pre:2s; -rengorgé rengorger ver m s 0.04 2.97 0.00 0.07 par:pas; -rengorgés rengorger ver m p 0.04 2.97 0.00 0.07 par:pas; -rengracie rengracier ver 0.00 0.20 0.00 0.14 ind:pre:3s; -rengracié rengracier ver m s 0.00 0.20 0.00 0.07 par:pas; -renia renier ver 6.88 13.85 0.20 0.20 ind:pas:3s; -reniai renier ver 6.88 13.85 0.00 0.20 ind:pas:1s; -reniaient renier ver 6.88 13.85 0.00 0.41 ind:imp:3p; -reniais renier ver 6.88 13.85 0.11 0.54 ind:imp:1s;ind:imp:2s; -reniait renier ver 6.88 13.85 0.01 0.95 ind:imp:3s; -reniant renier ver 6.88 13.85 0.18 0.61 par:pre; -renie renier ver 6.88 13.85 1.65 2.16 imp:pre:2s;ind:pre:1s;ind:pre:3s; -reniement reniement nom m s 0.02 2.09 0.02 1.42 -reniements reniement nom m p 0.02 2.09 0.00 0.68 -renient renier ver 6.88 13.85 0.07 0.20 ind:pre:3p; -renier renier ver 6.88 13.85 1.93 4.80 inf; -renierai renier ver 6.88 13.85 0.33 0.14 ind:fut:1s; -renierais renier ver 6.88 13.85 0.02 0.07 cnd:pre:1s; -renierait renier ver 6.88 13.85 0.33 0.27 cnd:pre:3s; -renieras renier ver 6.88 13.85 0.28 0.00 ind:fut:2s; -renieront renier ver 6.88 13.85 0.10 0.00 ind:fut:3p; -renies renier ver 6.88 13.85 0.25 0.27 ind:pre:2s; -reniez renier ver 6.88 13.85 0.03 0.14 imp:pre:2p;ind:pre:2p; -renifla renifler ver 5.56 24.39 0.00 3.31 ind:pas:3s; -reniflage reniflage nom m s 0.05 0.00 0.05 0.00 -reniflai renifler ver 5.56 24.39 0.00 0.20 ind:pas:1s; -reniflaient renifler ver 5.56 24.39 0.00 0.88 ind:imp:3p; -reniflais renifler ver 5.56 24.39 0.04 0.34 ind:imp:1s;ind:imp:2s; -reniflait renifler ver 5.56 24.39 0.07 3.58 ind:imp:3s; -reniflant renifler ver 5.56 24.39 0.05 3.38 par:pre; -renifle renifler ver 5.56 24.39 2.67 4.39 imp:pre:2s;ind:pre:1s;ind:pre:3s; -reniflement reniflement nom m s 0.04 1.28 0.01 0.47 -reniflements reniflement nom m p 0.04 1.28 0.02 0.81 -reniflent renifler ver 5.56 24.39 0.11 0.68 ind:pre:3p; -renifler renifler ver 5.56 24.39 1.64 5.20 inf; -reniflera renifler ver 5.56 24.39 0.02 0.00 ind:fut:3s; -reniflerait renifler ver 5.56 24.39 0.01 0.07 cnd:pre:3s; -renifleries reniflerie nom f p 0.00 0.14 0.00 0.14 -reniflette reniflette nom f s 0.00 0.07 0.00 0.07 -renifleur renifleur nom m s 0.25 0.14 0.20 0.07 -renifleurs renifleur nom m p 0.25 0.14 0.05 0.07 -renifleuse renifleur adj f s 0.12 0.07 0.01 0.00 -reniflez renifler ver 5.56 24.39 0.17 0.27 imp:pre:2p;ind:pre:2p; -reniflé renifler ver m s 5.56 24.39 0.63 1.69 par:pas; -reniflée renifler ver f s 5.56 24.39 0.15 0.41 par:pas; -reniflées renifler ver f p 5.56 24.39 0.01 0.00 par:pas; -renions renier ver 6.88 13.85 0.03 0.00 imp:pre:1p;ind:pre:1p; -renièrent renier ver 6.88 13.85 0.00 0.07 ind:pas:3p; -renié renier ver m s 6.88 13.85 1.01 1.76 par:pas; -reniée renier ver f s 6.88 13.85 0.30 0.81 par:pas; -reniées renier ver f p 6.88 13.85 0.00 0.14 par:pas; -reniés renier ver m p 6.88 13.85 0.03 0.14 par:pas; -rennais rennais adj m 0.00 0.20 0.00 0.07 -rennaises rennais adj f p 0.00 0.20 0.00 0.14 -renne renne nom m s 1.79 1.15 0.81 0.47 -rennes renne nom m p 1.79 1.15 0.98 0.68 -renâcla renâcler ver 0.09 2.36 0.00 0.07 ind:pas:3s; -renâclaient renâcler ver 0.09 2.36 0.00 0.07 ind:imp:3p; -renâclais renâcler ver 0.09 2.36 0.00 0.20 ind:imp:1s; -renâclait renâcler ver 0.09 2.36 0.01 0.20 ind:imp:3s; -renâclant renâcler ver 0.09 2.36 0.00 0.54 par:pre; -renâcle renâcler ver 0.09 2.36 0.06 0.34 ind:pre:1s;ind:pre:3s; -renâclent renâcler ver 0.09 2.36 0.00 0.07 ind:pre:3p; -renâcler renâcler ver 0.09 2.36 0.01 0.54 inf; -renâcles renâcler ver 0.09 2.36 0.00 0.07 ind:pre:2s; -renâclez renâcler ver 0.09 2.36 0.01 0.00 ind:pre:2p; -renâclions renâcler ver 0.09 2.36 0.00 0.07 ind:imp:1p; -renâclé renâcler ver m s 0.09 2.36 0.00 0.20 par:pas; -renom renom nom m s 1.15 2.43 1.15 2.43 -renommait renommer ver 0.77 1.22 0.00 0.07 ind:imp:3s; -renommer renommer ver 0.77 1.22 0.22 0.00 inf; -renommera renommer ver 0.77 1.22 0.01 0.00 ind:fut:3s; -renommez renommer ver 0.77 1.22 0.00 0.27 imp:pre:2p;ind:pre:2p; -renommé renommé adj m s 0.97 1.08 0.45 0.47 -renommée renommée nom f s 1.89 3.11 1.89 3.11 -renommées renommé adj f p 0.97 1.08 0.01 0.07 -renommés renommé adj m p 0.97 1.08 0.15 0.27 -renonce renoncer ver 41.65 64.46 9.28 5.61 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -renoncement renoncement nom m s 0.70 6.82 0.69 5.95 -renoncements renoncement nom m p 0.70 6.82 0.02 0.88 -renoncent renoncer ver 41.65 64.46 0.75 1.28 ind:pre:3p; -renoncer renoncer ver 41.65 64.46 15.23 21.55 inf; -renoncera renoncer ver 41.65 64.46 0.50 0.27 ind:fut:3s; -renoncerai renoncer ver 41.65 64.46 1.06 0.27 ind:fut:1s; -renonceraient renoncer ver 41.65 64.46 0.01 0.00 cnd:pre:3p; -renoncerais renoncer ver 41.65 64.46 0.99 0.34 cnd:pre:1s;cnd:pre:2s; -renoncerait renoncer ver 41.65 64.46 0.14 0.34 cnd:pre:3s; -renonceras renoncer ver 41.65 64.46 0.06 0.00 ind:fut:2s; -renoncerez renoncer ver 41.65 64.46 0.07 0.07 ind:fut:2p; -renonceriez renoncer ver 41.65 64.46 0.05 0.00 cnd:pre:2p; -renoncerions renoncer ver 41.65 64.46 0.14 0.00 cnd:pre:1p; -renoncerons renoncer ver 41.65 64.46 0.16 0.00 ind:fut:1p; -renonceront renoncer ver 41.65 64.46 0.19 0.07 ind:fut:3p; -renonces renoncer ver 41.65 64.46 1.50 0.07 ind:pre:2s;sub:pre:2s; -renoncez renoncer ver 41.65 64.46 2.91 0.68 imp:pre:2p;ind:pre:2p; -renonciateur renonciateur nom m s 0.00 0.07 0.00 0.07 -renonciation renonciation nom f s 0.38 0.41 0.35 0.34 -renonciations renonciation nom f p 0.38 0.41 0.03 0.07 -renonciez renoncer ver 41.65 64.46 0.23 0.14 ind:imp:2p; -renoncions renoncer ver 41.65 64.46 0.04 0.47 ind:imp:1p; -renoncèrent renoncer ver 41.65 64.46 0.03 0.47 ind:pas:3p; -renoncé renoncer ver m s 41.65 64.46 6.43 17.30 par:pas; -renoncée renoncer ver f s 41.65 64.46 0.00 0.07 par:pas; -renonculacées renonculacée nom f p 0.01 0.00 0.01 0.00 -renoncule renoncule nom f s 0.07 0.54 0.01 0.07 -renoncules renoncule nom f p 0.07 0.54 0.05 0.47 -renonça renoncer ver 41.65 64.46 0.16 4.19 ind:pas:3s; -renonçai renoncer ver 41.65 64.46 0.14 1.69 ind:pas:1s; -renonçaient renoncer ver 41.65 64.46 0.00 0.68 ind:imp:3p; -renonçais renoncer ver 41.65 64.46 0.20 0.54 ind:imp:1s; -renonçait renoncer ver 41.65 64.46 0.18 3.18 ind:imp:3s; -renonçant renoncer ver 41.65 64.46 0.71 4.46 par:pre; -renonçons renoncer ver 41.65 64.46 0.47 0.47 imp:pre:1p;ind:pre:1p; -renonçât renoncer ver 41.65 64.46 0.01 0.27 sub:imp:3s; -renoter renoter ver 0.01 0.00 0.01 0.00 inf; -renoua renouer ver 1.56 7.91 0.00 0.27 ind:pas:3s; -renouai renouer ver 1.56 7.91 0.00 0.20 ind:pas:1s; -renouaient renouer ver 1.56 7.91 0.00 0.20 ind:imp:3p; -renouais renouer ver 1.56 7.91 0.01 0.07 ind:imp:1s; -renouait renouer ver 1.56 7.91 0.01 0.81 ind:imp:3s; -renouant renouer ver 1.56 7.91 0.01 0.47 par:pre; -renoue renouer ver 1.56 7.91 0.40 0.81 ind:pre:1s;ind:pre:3s; -renouent renouer ver 1.56 7.91 0.10 0.07 ind:pre:3p; -renouer renouer ver 1.56 7.91 0.70 3.18 inf; -renouerait renouer ver 1.56 7.91 0.00 0.07 cnd:pre:3s; -renoueront renouer ver 1.56 7.91 0.00 0.14 ind:fut:3p; -renouons renouer ver 1.56 7.91 0.01 0.14 imp:pre:1p;ind:pre:1p; -renouèrent renouer ver 1.56 7.91 0.00 0.14 ind:pas:3p; -renoué renouer ver m s 1.56 7.91 0.32 1.08 par:pas; -renouée renouée nom f s 0.00 0.34 0.00 0.34 -renoués renouer ver m p 1.56 7.91 0.00 0.07 par:pas; -renouveau renouveau nom m s 1.38 3.85 1.38 3.72 -renouveaux renouveau nom m p 1.38 3.85 0.00 0.14 -renouvela renouveler ver 4.71 19.39 0.12 0.61 ind:pas:3s; -renouvelable renouvelable adj s 0.09 0.07 0.09 0.07 -renouvelai renouveler ver 4.71 19.39 0.00 0.34 ind:pas:1s; -renouvelaient renouveler ver 4.71 19.39 0.00 0.20 ind:imp:3p; -renouvelais renouveler ver 4.71 19.39 0.00 0.14 ind:imp:1s; -renouvelait renouveler ver 4.71 19.39 0.02 1.62 ind:imp:3s; -renouvelant renouveler ver 4.71 19.39 0.00 0.68 par:pre; -renouveler renouveler ver 4.71 19.39 1.98 5.81 inf; -renouvelez renouveler ver 4.71 19.39 0.08 0.00 imp:pre:2p;ind:pre:2p; -renouvelions renouveler ver 4.71 19.39 0.00 0.07 ind:imp:1p; -renouvelle renouveler ver 4.71 19.39 1.06 1.62 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -renouvellement renouvellement nom m s 0.94 2.43 0.89 2.30 -renouvellements renouvellement nom m p 0.94 2.43 0.05 0.14 -renouvellent renouveler ver 4.71 19.39 0.34 0.27 ind:pre:3p; -renouvellera renouveler ver 4.71 19.39 0.10 0.14 ind:fut:3s; -renouvellerai renouveler ver 4.71 19.39 0.01 0.07 ind:fut:1s; -renouvellerait renouveler ver 4.71 19.39 0.00 0.41 cnd:pre:3s; -renouvellerons renouveler ver 4.71 19.39 0.01 0.00 ind:fut:1p; -renouvelleront renouveler ver 4.71 19.39 0.04 0.07 ind:fut:3p; -renouvelles renouveler ver 4.71 19.39 0.03 0.00 ind:pre:2s; -renouvelâmes renouveler ver 4.71 19.39 0.00 0.07 ind:pas:1p; -renouvelons renouveler ver 4.71 19.39 0.04 0.07 imp:pre:1p;ind:pre:1p; -renouvelât renouveler ver 4.71 19.39 0.00 0.14 sub:imp:3s; -renouvelèrent renouveler ver 4.71 19.39 0.00 0.07 ind:pas:3p; -renouvelé renouveler ver m s 4.71 19.39 0.52 2.70 par:pas; -renouvelée renouveler ver f s 4.71 19.39 0.15 2.36 par:pas; -renouvelées renouveler ver f p 4.71 19.39 0.03 1.15 par:pas; -renouvelés renouveler ver m p 4.71 19.39 0.18 0.81 par:pas; -renquillait renquiller ver 0.00 0.34 0.00 0.07 ind:imp:3s; -renquille renquiller ver 0.00 0.34 0.00 0.07 ind:pre:3s; -renquillé renquiller ver m s 0.00 0.34 0.00 0.20 par:pas; -renseigna renseigner ver 20.46 24.26 0.00 1.01 ind:pas:3s; -renseignai renseigner ver 20.46 24.26 0.00 0.20 ind:pas:1s; -renseignaient renseigner ver 20.46 24.26 0.00 0.34 ind:imp:3p; -renseignais renseigner ver 20.46 24.26 0.26 0.00 ind:imp:1s;ind:imp:2s; -renseignait renseigner ver 20.46 24.26 0.08 1.01 ind:imp:3s; -renseignant renseigner ver 20.46 24.26 0.02 0.14 par:pre; -renseigne renseigner ver 20.46 24.26 3.44 2.70 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -renseignement renseignement nom m s 18.98 22.91 5.07 5.68 -renseignements renseignement nom m p 18.98 22.91 13.91 17.23 -renseignent renseigner ver 20.46 24.26 0.14 0.47 ind:pre:3p; -renseigner renseigner ver 20.46 24.26 9.07 7.03 inf; -renseignera renseigner ver 20.46 24.26 0.59 0.27 ind:fut:3s; -renseignerai renseigner ver 20.46 24.26 0.19 0.20 ind:fut:1s; -renseigneraient renseigner ver 20.46 24.26 0.01 0.14 cnd:pre:3p; -renseignerais renseigner ver 20.46 24.26 0.22 0.00 cnd:pre:1s;cnd:pre:2s; -renseignerait renseigner ver 20.46 24.26 0.17 0.27 cnd:pre:3s; -renseigneras renseigner ver 20.46 24.26 0.01 0.07 ind:fut:2s; -renseigneriez renseigner ver 20.46 24.26 0.02 0.00 cnd:pre:2p; -renseignerons renseigner ver 20.46 24.26 0.16 0.00 ind:fut:1p; -renseigneront renseigner ver 20.46 24.26 0.00 0.20 ind:fut:3p; -renseignez renseigner ver 20.46 24.26 0.86 0.34 imp:pre:2p;ind:pre:2p; -renseignât renseigner ver 20.46 24.26 0.00 0.07 sub:imp:3s; -renseignèrent renseigner ver 20.46 24.26 0.00 0.07 ind:pas:3p; -renseigné renseigner ver m s 20.46 24.26 3.04 5.81 par:pas; -renseignée renseigner ver f s 20.46 24.26 1.23 1.62 par:pas; -renseignées renseigner ver f p 20.46 24.26 0.03 0.14 par:pas; -renseignés renseigner ver m p 20.46 24.26 0.93 2.16 par:pas; -renta renter ver 0.47 0.00 0.11 0.00 ind:pas:3s; -rentabilisation rentabilisation nom f s 0.00 0.07 0.00 0.07 -rentabilise rentabiliser ver 0.47 0.14 0.07 0.00 imp:pre:2s;ind:pre:1s;ind:pre:3s; -rentabiliser rentabiliser ver 0.47 0.14 0.37 0.07 inf; -rentabilisé rentabiliser ver m s 0.47 0.14 0.04 0.00 par:pas; -rentabilisée rentabiliser ver f s 0.47 0.14 0.00 0.07 par:pas; -rentabilité rentabilité nom f s 0.27 0.61 0.27 0.61 -rentable rentable adj s 2.58 1.69 2.21 1.42 -rentables rentable adj p 2.58 1.69 0.36 0.27 -rentamer rentamer ver 0.01 0.00 0.01 0.00 inf; -rente rente nom f s 1.61 3.78 1.17 1.96 -renter renter ver 0.47 0.00 0.34 0.00 inf; -rentes rente nom f p 1.61 3.78 0.44 1.82 -rentier rentier nom m s 0.17 3.11 0.12 1.08 -rentiers rentier nom m p 0.17 3.11 0.05 1.42 -rentière rentier nom f s 0.17 3.11 0.00 0.47 -rentières rentier nom f p 0.17 3.11 0.00 0.14 -rentoilages rentoilage nom m p 0.00 0.07 0.00 0.07 -rentoilée rentoiler ver f s 0.00 0.07 0.00 0.07 par:pas; -rentra rentrer ver 532.51 279.93 1.11 18.51 ind:pas:3s; -rentrai rentrer ver 532.51 279.93 0.39 5.20 ind:pas:1s; -rentraient rentrer ver 532.51 279.93 1.29 6.49 ind:imp:3p;ind:pre:3p; -rentrais rentrer ver 532.51 279.93 5.36 5.95 ind:imp:1s;ind:imp:2s;ind:pre:2s; -rentrait rentrer ver 532.51 279.93 6.21 17.57 ind:imp:3s;ind:pre:3s; -rentrant rentrer ver 532.51 279.93 9.50 21.49 par:pre; -rentrante rentrant adj f s 0.04 1.01 0.01 0.00 -rentrantes rentrant adj f p 0.04 1.01 0.00 0.20 -rentrants rentrant adj m p 0.04 1.01 0.00 0.07 -rentre_dedans rentre_dedans nom m 0.47 0.07 0.47 0.07 -rentre rentrer ver 532.51 279.93 151.42 41.76 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -rentrent rentrer ver 532.51 279.93 6.04 5.07 ind:pre:3p; -rentrer rentrer ver 532.51 279.93 166.36 77.23 inf; -rentrera rentrer ver 532.51 279.93 9.64 2.70 ind:fut:3s; -rentrerai rentrer ver 532.51 279.93 9.91 2.23 ind:fut:1s; -rentreraient rentrer ver 532.51 279.93 0.07 0.88 cnd:pre:3p; -rentrerais rentrer ver 532.51 279.93 1.09 0.74 cnd:pre:1s;cnd:pre:2s; -rentrerait rentrer ver 532.51 279.93 1.45 3.24 cnd:pre:3s; -rentreras rentrer ver 532.51 279.93 3.16 0.74 ind:fut:2s; -rentrerez rentrer ver 532.51 279.93 1.12 0.34 ind:fut:2p; -rentreriez rentrer ver 532.51 279.93 0.23 0.07 cnd:pre:2p; -rentrerions rentrer ver 532.51 279.93 0.07 0.41 cnd:pre:1p; -rentrerons rentrer ver 532.51 279.93 1.05 0.74 ind:fut:1p; -rentreront rentrer ver 532.51 279.93 0.98 0.68 ind:fut:3p; -rentres rentrer ver 532.51 279.93 24.90 2.36 ind:pre:2s;sub:pre:2s; -rentrez rentrer ver 532.51 279.93 31.60 2.57 imp:pre:2p;ind:pre:2p; -rentriez rentrer ver 532.51 279.93 0.61 0.68 ind:imp:2p;sub:pre:2p; -rentrions rentrer ver 532.51 279.93 0.48 2.36 ind:imp:1p; -rentrâmes rentrer ver 532.51 279.93 0.01 1.01 ind:pas:1p; -rentrons rentrer ver 532.51 279.93 19.04 5.54 imp:pre:1p;ind:pre:1p; -rentrât rentrer ver 532.51 279.93 0.00 0.47 sub:imp:3s; -rentrèrent rentrer ver 532.51 279.93 0.09 2.36 ind:pas:3p; -rentré rentrer ver m s 532.51 279.93 44.27 24.05 par:pas; -rentrée rentrer ver f s 532.51 279.93 25.00 14.66 par:pas; -rentrées rentrer ver f p 532.51 279.93 0.78 3.11 par:pas; -rentrés rentrer ver m p 532.51 279.93 9.29 8.72 par:pas; -rentée renter ver f s 0.47 0.00 0.02 0.00 par:pas; -rené renaître ver m s 7.45 13.04 1.46 1.42 par:pas; -renée renaître ver f s 7.45 13.04 0.25 0.14 par:pas; -renégat renégat nom m s 1.60 1.96 0.89 1.15 -renégate renégat nom f s 1.60 1.96 0.15 0.14 -renégats renégat nom m p 1.60 1.96 0.56 0.68 -renégociation renégociation nom f s 0.05 0.00 0.05 0.00 -renégocie renégocier ver 0.36 0.00 0.03 0.00 ind:pre:1s;ind:pre:3s; -renégocier renégocier ver 0.36 0.00 0.30 0.00 inf; -renégociées renégocier ver f p 0.36 0.00 0.01 0.00 par:pas; -renégociés renégocier ver m p 0.36 0.00 0.02 0.00 par:pas; -renverra renvoyer ver 59.22 42.70 1.40 0.14 ind:fut:3s; -renverrai renvoyer ver 59.22 42.70 0.98 0.14 ind:fut:1s; -renverraient renvoyer ver 59.22 42.70 0.10 0.07 cnd:pre:3p; -renverrais renvoyer ver 59.22 42.70 0.16 0.07 cnd:pre:1s;cnd:pre:2s; -renverrait renvoyer ver 59.22 42.70 0.27 0.20 cnd:pre:3s; -renverras renvoyer ver 59.22 42.70 0.16 0.00 ind:fut:2s; -renverrez renvoyer ver 59.22 42.70 0.09 0.00 ind:fut:2p; -renverrions renvoyer ver 59.22 42.70 0.01 0.07 cnd:pre:1p; -renverrons renvoyer ver 59.22 42.70 0.12 0.07 ind:fut:1p; -renverront renvoyer ver 59.22 42.70 0.54 0.07 ind:fut:3p; -renversa renverser ver 24.02 39.46 0.27 5.34 ind:pas:3s; -renversai renverser ver 24.02 39.46 0.01 0.07 ind:pas:1s; -renversaient renverser ver 24.02 39.46 0.02 1.01 ind:imp:3p; -renversais renverser ver 24.02 39.46 0.02 0.07 ind:imp:1s; -renversait renverser ver 24.02 39.46 0.12 2.97 ind:imp:3s; -renversant renversant adj m s 1.31 0.95 0.87 0.68 -renversante renversant adj f s 1.31 0.95 0.40 0.07 -renversantes renversant adj f p 1.31 0.95 0.04 0.20 -renverse renverser ver 24.02 39.46 1.93 4.39 imp:pre:2s;ind:pre:1s;ind:pre:3s; -renversement renversement nom m s 0.27 2.23 0.25 1.96 -renversements renversement nom m p 0.27 2.23 0.03 0.27 -renversent renverser ver 24.02 39.46 0.10 0.54 ind:pre:3p; -renverser renverser ver 24.02 39.46 7.00 7.64 inf; -renversera renverser ver 24.02 39.46 0.15 0.00 ind:fut:3s; -renverserai renverser ver 24.02 39.46 0.16 0.00 ind:fut:1s; -renverserais renverser ver 24.02 39.46 0.02 0.14 cnd:pre:1s;cnd:pre:2s; -renverserait renverser ver 24.02 39.46 0.07 0.41 cnd:pre:3s; -renverseras renverser ver 24.02 39.46 0.02 0.00 ind:fut:2s; -renverseront renverser ver 24.02 39.46 0.01 0.14 ind:fut:3p; -renverses renverser ver 24.02 39.46 0.48 0.20 ind:pre:2s; -renverseur renverseur nom m s 0.00 0.07 0.00 0.07 -renversez renverser ver 24.02 39.46 0.35 0.07 imp:pre:2p;ind:pre:2p; -renversons renverser ver 24.02 39.46 0.04 0.07 imp:pre:1p;ind:pre:1p; -renversât renverser ver 24.02 39.46 0.00 0.07 sub:imp:3s; -renversèrent renverser ver 24.02 39.46 0.01 0.20 ind:pas:3p; -renversé renverser ver m s 24.02 39.46 10.41 6.62 par:pas; -renversée renverser ver f s 24.02 39.46 2.04 4.26 par:pas; -renversées renversé adj f p 1.33 10.47 0.08 1.69 -renversés renverser ver m p 24.02 39.46 0.50 1.42 par:pas; -renvoi renvoi nom m s 3.50 4.80 3.19 3.38 -renvoie renvoyer ver 59.22 42.70 11.56 6.15 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:1s;sub:pre:3s; -renvoient renvoyer ver 59.22 42.70 1.62 1.89 ind:pre:3p; -renvoies renvoyer ver 59.22 42.70 0.67 0.14 ind:pre:2s; -renvois renvoi nom m p 3.50 4.80 0.31 1.42 -renvoya renvoyer ver 59.22 42.70 0.17 3.58 ind:pas:3s; -renvoyai renvoyer ver 59.22 42.70 0.01 0.14 ind:pas:1s; -renvoyaient renvoyer ver 59.22 42.70 0.07 1.69 ind:imp:3p; -renvoyais renvoyer ver 59.22 42.70 0.12 0.20 ind:imp:1s;ind:imp:2s; -renvoyait renvoyer ver 59.22 42.70 0.53 5.61 ind:imp:3s; -renvoyant renvoyer ver 59.22 42.70 0.09 1.28 par:pre; -renvoyer renvoyer ver 59.22 42.70 16.45 8.45 inf; -renvoyez renvoyer ver 59.22 42.70 5.48 0.20 imp:pre:2p;ind:pre:2p; -renvoyiez renvoyer ver 59.22 42.70 0.05 0.00 ind:imp:2p;sub:pre:2p; -renvoyions renvoyer ver 59.22 42.70 0.02 0.00 ind:imp:1p; -renvoyons renvoyer ver 59.22 42.70 0.22 0.00 imp:pre:1p;ind:pre:1p; -renvoyât renvoyer ver 59.22 42.70 0.00 0.20 sub:imp:3s; -renvoyèrent renvoyer ver 59.22 42.70 0.02 0.54 ind:pas:3p; -renvoyé renvoyer ver m s 59.22 42.70 11.06 7.36 par:pas; -renvoyée renvoyer ver f s 59.22 42.70 4.71 1.96 par:pas; -renvoyées renvoyer ver f p 59.22 42.70 0.50 0.81 par:pas; -renvoyés renvoyer ver m p 59.22 42.70 2.04 1.69 par:pas; -rep rep nom m s 0.00 0.07 0.00 0.07 -repaît repaître ver 0.48 2.57 0.12 0.07 ind:pre:3s; -repaître repaître ver 0.48 2.57 0.20 1.42 inf; -repaie repayer ver 0.23 0.41 0.01 0.07 ind:pre:3s; -repaies repayer ver 0.23 0.41 0.01 0.00 ind:pre:2s; -repaire repaire nom m s 3.19 3.31 3.02 2.43 -repaires repaire nom m p 3.19 3.31 0.17 0.88 -repais repaître ver 0.48 2.57 0.01 0.41 imp:pre:2s;ind:pre:1s; -repaissaient repaître ver 0.48 2.57 0.01 0.07 ind:imp:3p; -repaissais repaître ver 0.48 2.57 0.00 0.07 ind:imp:1s; -repaissait repaître ver 0.48 2.57 0.00 0.47 ind:imp:3s; -repaissant repaître ver 0.48 2.57 0.01 0.00 par:pre; -repaissent repaître ver 0.48 2.57 0.14 0.07 ind:pre:3p; -reparût reparaître ver 0.80 15.68 0.00 0.20 sub:imp:3s; -reparaît reparaître ver 0.80 15.68 0.16 2.23 ind:pre:3s; -reparaîtra reparaître ver 0.80 15.68 0.01 0.27 ind:fut:3s; -reparaîtrait reparaître ver 0.80 15.68 0.00 0.07 cnd:pre:3s; -reparaître reparaître ver 0.80 15.68 0.06 3.38 inf; -reparais reparaître ver 0.80 15.68 0.14 0.00 ind:pre:2s; -reparaissaient reparaître ver 0.80 15.68 0.01 0.74 ind:imp:3p; -reparaissait reparaître ver 0.80 15.68 0.00 1.28 ind:imp:3s; -reparaissant reparaître ver 0.80 15.68 0.00 0.41 par:pre; -reparaisse reparaître ver 0.80 15.68 0.01 0.41 sub:pre:3s; -reparaissent reparaître ver 0.80 15.68 0.00 0.34 ind:pre:3p; -reparaissez reparaître ver 0.80 15.68 0.00 0.07 ind:pre:2p; -reparaissons reparaître ver 0.80 15.68 0.00 0.07 ind:pre:1p; -reparcourant reparcourir ver 0.14 0.34 0.00 0.20 par:pre; -reparcourir reparcourir ver 0.14 0.34 0.13 0.07 inf; -reparcouru reparcourir ver m s 0.14 0.34 0.01 0.07 par:pas; -reparla reparler ver 19.93 8.65 0.03 0.95 ind:pas:3s; -reparlaient reparler ver 19.93 8.65 0.00 0.14 ind:imp:3p; -reparlais reparler ver 19.93 8.65 0.04 0.07 ind:imp:1s;ind:imp:2s; -reparlait reparler ver 19.93 8.65 0.09 0.20 ind:imp:3s; -reparlant reparler ver 19.93 8.65 0.00 0.07 par:pre; -reparle reparler ver 19.93 8.65 3.02 0.61 imp:pre:2s;ind:pre:1s;ind:pre:3s; -reparlent reparler ver 19.93 8.65 0.03 0.07 ind:pre:3p; -reparler reparler ver 19.93 8.65 2.88 1.28 inf; -reparlera reparler ver 19.93 8.65 8.40 0.88 ind:fut:3s; -reparlerai reparler ver 19.93 8.65 0.33 0.41 ind:fut:1s; -reparlerez reparler ver 19.93 8.65 0.01 0.00 ind:fut:2p; -reparlerions reparler ver 19.93 8.65 0.03 0.07 cnd:pre:1p; -reparlerons reparler ver 19.93 8.65 2.58 1.96 ind:fut:1p; -reparles reparler ver 19.93 8.65 0.45 0.07 ind:pre:2s; -reparlez reparler ver 19.93 8.65 0.12 0.07 imp:pre:2p;ind:pre:2p; -reparliez reparler ver 19.93 8.65 0.03 0.07 ind:imp:2p; -reparlâmes reparler ver 19.93 8.65 0.00 0.20 ind:pas:1p; -reparlons reparler ver 19.93 8.65 0.56 0.14 imp:pre:1p;ind:pre:1p; -reparlé reparler ver m s 19.93 8.65 1.36 1.42 par:pas; -repars repartir ver 58.84 87.57 6.61 2.43 imp:pre:2s;ind:pre:1s;ind:pre:2s; -repart repartir ver 58.84 87.57 8.08 8.11 ind:pre:3s; -repartîmes repartir ver 58.84 87.57 0.01 0.41 ind:pas:1p; -repartît repartir ver 58.84 87.57 0.01 0.20 sub:imp:3s; -repartaient repartir ver 58.84 87.57 0.16 2.57 ind:imp:3p; -repartais repartir ver 58.84 87.57 0.46 1.22 ind:imp:1s;ind:imp:2s; -repartait repartir ver 58.84 87.57 0.83 10.20 ind:imp:3s; -repartant repartir ver 58.84 87.57 0.16 1.62 par:pre; -reparte repartir ver 58.84 87.57 1.09 0.81 sub:pre:1s;sub:pre:3s; -repartent repartir ver 58.84 87.57 1.53 1.89 ind:pre:3p; -repartes repartir ver 58.84 87.57 0.24 0.20 sub:pre:2s; -repartez repartir ver 58.84 87.57 1.58 0.68 imp:pre:2p;ind:pre:2p; -reparti repartir ver m s 58.84 87.57 9.19 9.05 par:pas; -repartie repartir ver f s 58.84 87.57 2.54 3.72 par:pas; -reparties repartir ver f p 58.84 87.57 0.07 0.41 par:pas; -repartiez repartir ver 58.84 87.57 0.13 0.07 ind:imp:2p; -repartions repartir ver 58.84 87.57 0.05 0.74 ind:imp:1p; -repartir repartir ver 58.84 87.57 19.56 22.91 inf; -repartira repartir ver 58.84 87.57 0.89 0.54 ind:fut:3s; -repartirai repartir ver 58.84 87.57 0.66 0.41 ind:fut:1s; -repartiraient repartir ver 58.84 87.57 0.03 0.07 cnd:pre:3p; -repartirais repartir ver 58.84 87.57 0.19 0.41 cnd:pre:1s;cnd:pre:2s; -repartirait repartir ver 58.84 87.57 0.06 0.41 cnd:pre:3s; -repartiras repartir ver 58.84 87.57 0.55 0.47 ind:fut:2s; -repartirent repartir ver 58.84 87.57 0.01 1.55 ind:pas:3p; -repartirez repartir ver 58.84 87.57 0.46 0.20 ind:fut:2p; -repartirons repartir ver 58.84 87.57 0.21 0.41 ind:fut:1p; -repartiront repartir ver 58.84 87.57 0.20 0.14 ind:fut:3p; -repartis repartir ver m p 58.84 87.57 1.52 3.65 ind:pas:1s;par:pas; -repartisse repartir ver 58.84 87.57 0.00 0.07 sub:imp:1s; -repartit repartir ver 58.84 87.57 0.36 10.14 ind:pas:3s; -repartons repartir ver 58.84 87.57 1.40 1.89 imp:pre:1p;ind:pre:1p; -reparu reparaître ver m s 0.80 15.68 0.32 2.64 par:pas; -reparue reparaître ver f s 0.80 15.68 0.00 0.14 par:pas; -reparurent reparaître ver 0.80 15.68 0.00 0.27 ind:pas:3p; -reparut reparaître ver 0.80 15.68 0.10 3.18 ind:pas:3s; -repas repas nom m 48.53 76.62 48.53 76.62 -repassa repasser ver 26.91 34.19 0.00 1.49 ind:pas:3s; -repassage repassage nom m s 1.06 2.03 1.05 1.82 -repassages repassage nom m p 1.06 2.03 0.01 0.20 -repassai repasser ver 26.91 34.19 0.00 0.61 ind:pas:1s; -repassaient repasser ver 26.91 34.19 0.02 1.15 ind:imp:3p; -repassais repasser ver 26.91 34.19 0.13 0.47 ind:imp:1s;ind:imp:2s; -repassait repasser ver 26.91 34.19 0.21 3.45 ind:imp:3s; -repassant repasser ver 26.91 34.19 0.31 1.96 par:pre; -repasse repasser ver 26.91 34.19 6.34 4.46 imp:pre:2s;ind:pre:1s;ind:pre:3s; -repassent repasser ver 26.91 34.19 0.37 1.15 ind:pre:3p; -repasser repasser ver 26.91 34.19 7.27 9.39 inf; -repassera repasser ver 26.91 34.19 0.73 0.81 ind:fut:3s; -repasserai repasser ver 26.91 34.19 4.89 1.01 ind:fut:1s; -repasseraient repasser ver 26.91 34.19 0.01 0.14 cnd:pre:3p; -repasserais repasser ver 26.91 34.19 0.18 0.00 cnd:pre:1s;cnd:pre:2s; -repasserait repasser ver 26.91 34.19 0.03 0.47 cnd:pre:3s; -repasseras repasser ver 26.91 34.19 0.11 0.41 ind:fut:2s; -repasserez repasser ver 26.91 34.19 0.25 0.47 ind:fut:2p; -repasserons repasser ver 26.91 34.19 0.07 0.00 ind:fut:1p; -repasseront repasser ver 26.91 34.19 0.12 0.14 ind:fut:3p; -repasses repasser ver 26.91 34.19 0.60 0.07 ind:pre:2s; -repasseur repasseur nom m s 0.00 0.68 0.00 0.41 -repasseuse repasseur nom f s 0.00 0.68 0.00 0.20 -repasseuses repasseur nom f p 0.00 0.68 0.00 0.07 -repassez repasser ver 26.91 34.19 1.85 0.41 imp:pre:2p;ind:pre:2p; -repassiez repasser ver 26.91 34.19 0.03 0.00 ind:imp:2p; -repassions repasser ver 26.91 34.19 0.03 0.14 ind:imp:1p; -repassons repasser ver 26.91 34.19 0.22 0.07 imp:pre:1p;ind:pre:1p; -repassé repasser ver m s 26.91 34.19 1.79 3.51 par:pas; -repassée repasser ver f s 26.91 34.19 0.52 1.15 par:pas; -repassées repasser ver f p 26.91 34.19 0.14 0.34 par:pas; -repassés repasser ver m p 26.91 34.19 0.70 0.95 par:pas; -repavage repavage nom m s 0.04 0.00 0.04 0.00 -repaver repaver ver 0.01 0.07 0.01 0.00 inf; -repavé repaver ver m s 0.01 0.07 0.00 0.07 par:pas; -repayais repayer ver 0.23 0.41 0.00 0.07 ind:imp:1s; -repayait repayer ver 0.23 0.41 0.00 0.07 ind:imp:3s; -repaye repayer ver 0.23 0.41 0.00 0.07 ind:pre:1s; -repayer repayer ver 0.23 0.41 0.21 0.00 inf;; -repayé repayer ver m s 0.23 0.41 0.00 0.07 par:pas; -repeigna repeigner ver 0.35 1.35 0.00 0.07 ind:pas:3s; -repeignais repeigner ver 0.35 1.35 0.01 0.14 ind:imp:1s; -repeignait repeigner ver 0.35 1.35 0.01 0.41 ind:imp:3s; -repeignant repeigner ver 0.35 1.35 0.02 0.00 par:pre; -repeigne repeigner ver 0.35 1.35 0.06 0.14 ind:pre:1s;ind:pre:3s; -repeignent repeigner ver 0.35 1.35 0.19 0.27 ind:pre:3p; -repeignez repeigner ver 0.35 1.35 0.06 0.00 imp:pre:2p;ind:pre:2p; -repeignit repeindre ver 5.05 6.96 0.00 0.07 ind:pas:3s; -repeigné repeigner ver m s 0.35 1.35 0.00 0.07 par:pas; -repeignée repeigner ver f s 0.35 1.35 0.00 0.20 par:pas; -repeignées repeigner ver f p 0.35 1.35 0.00 0.07 par:pas; -repeindra repeindre ver 5.05 6.96 0.03 0.00 ind:fut:3s; -repeindrai repeindre ver 5.05 6.96 0.01 0.00 ind:fut:1s; -repeindrait repeindre ver 5.05 6.96 0.25 0.00 cnd:pre:3s; -repeindre repeindre ver 5.05 6.96 2.79 2.70 inf; -repeins repeindre ver 5.05 6.96 0.29 0.00 imp:pre:2s;ind:pre:1s; -repeint repeindre ver m s 5.05 6.96 1.46 1.35 ind:pre:3s;par:pas; -repeinte repeindre ver f s 5.05 6.96 0.20 1.69 par:pas; -repeintes repeindre ver f p 5.05 6.96 0.02 0.61 par:pas; -repeints repeindre ver m p 5.05 6.96 0.01 0.54 par:pas; -rependra rependre ver 0.38 0.14 0.00 0.07 ind:fut:3s; -rependre rependre ver 0.38 0.14 0.22 0.00 inf; -repends rependre ver 0.38 0.14 0.15 0.00 imp:pre:2s;ind:pre:1s; -rependu rependre ver m s 0.38 0.14 0.01 0.00 par:pas; -rependus rependre ver m p 0.38 0.14 0.00 0.07 par:pas; -repens repentir ver 9.49 6.28 1.47 0.81 imp:pre:2s;ind:pre:1s;ind:pre:2s; -repensa repenser ver 9.68 12.16 0.01 0.95 ind:pas:3s; -repensai repenser ver 9.68 12.16 0.02 0.74 ind:pas:1s; -repensais repenser ver 9.68 12.16 0.56 0.81 ind:imp:1s; -repensait repenser ver 9.68 12.16 0.26 0.88 ind:imp:3s; -repensant repenser ver 9.68 12.16 0.98 1.01 par:pre; -repense repenser ver 9.68 12.16 2.91 3.51 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:1s; -repensent repenser ver 9.68 12.16 0.01 0.07 ind:pre:3p; -repenser repenser ver 9.68 12.16 1.74 2.36 inf; -repensera repenser ver 9.68 12.16 0.13 0.07 ind:fut:3s; -repenserai repenser ver 9.68 12.16 0.02 0.00 ind:fut:1s; -repenserais repenser ver 9.68 12.16 0.08 0.00 cnd:pre:1s;cnd:pre:2s; -repenserez repenser ver 9.68 12.16 0.03 0.14 ind:fut:2p; -repenses repenser ver 9.68 12.16 0.55 0.07 ind:pre:2s;sub:pre:2s; -repensez repenser ver 9.68 12.16 0.22 0.00 imp:pre:2p;ind:pre:2p; -repensons repenser ver 9.68 12.16 0.02 0.00 imp:pre:1p; -repensé repenser ver m s 9.68 12.16 2.12 1.55 par:pas; -repensée repenser ver f s 9.68 12.16 0.01 0.00 par:pas; -repent repentir ver 9.49 6.28 0.96 0.34 ind:pre:3s; -repentaient repentir ver 9.49 6.28 0.00 0.07 ind:imp:3p; -repentait repentir ver 9.49 6.28 0.00 0.61 ind:imp:3s; -repentance repentance nom f s 0.15 0.20 0.15 0.20 -repentant repentir ver 9.49 6.28 0.13 0.07 par:pre; -repentante repentant adj f s 0.17 0.74 0.02 0.41 -repentantes repentant adj f p 0.17 0.74 0.00 0.07 -repentants repentant adj m p 0.17 0.74 0.12 0.07 -repentent repentir ver 9.49 6.28 0.02 0.14 ind:pre:3p; -repentez repentir ver 9.49 6.28 0.80 0.34 imp:pre:2p;ind:pre:2p; -repenti repenti adj m s 0.84 1.15 0.76 0.61 -repentie repentir ver f s 9.49 6.28 0.05 0.20 par:pas; -repenties repenti adj f p 0.84 1.15 0.00 0.14 -repentir repentir ver 9.49 6.28 3.59 2.50 inf; -repentira repentir ver 9.49 6.28 0.34 0.07 ind:fut:3s; -repentirai repentir ver 9.49 6.28 0.25 0.14 ind:fut:1s; -repentirais repentir ver 9.49 6.28 0.00 0.07 cnd:pre:2s; -repentiras repentir ver 9.49 6.28 0.76 0.00 ind:fut:2s; -repentirez repentir ver 9.49 6.28 0.56 0.14 ind:fut:2p; -repentirs repentir nom m p 2.59 5.20 0.00 0.61 -repentis repenti adj m p 0.84 1.15 0.07 0.27 -repentisse repentir ver 9.49 6.28 0.01 0.00 sub:imp:1s; -repentissent repentir ver 9.49 6.28 0.01 0.07 sub:imp:3p; -repentit repentir ver 9.49 6.28 0.02 0.20 ind:pas:3s; -repentons repentir ver 9.49 6.28 0.02 0.00 imp:pre:1p;ind:pre:1p; -reperdaient reperdre ver 0.32 0.88 0.00 0.07 ind:imp:3p; -reperdais reperdre ver 0.32 0.88 0.00 0.07 ind:imp:1s; -reperdons reperdre ver 0.32 0.88 0.00 0.07 imp:pre:1p; -reperdre reperdre ver 0.32 0.88 0.16 0.14 inf; -reperds reperdre ver 0.32 0.88 0.01 0.14 imp:pre:2s;ind:pre:1s;ind:pre:2s; -reperdu reperdre ver m s 0.32 0.88 0.15 0.20 par:pas; -reperdue reperdre ver f s 0.32 0.88 0.00 0.14 par:pas; -reperdues reperdre ver f p 0.32 0.88 0.00 0.07 par:pas; -repeuplaient repeupler ver 0.62 0.74 0.00 0.07 ind:imp:3p; -repeuplait repeupler ver 0.62 0.74 0.00 0.07 ind:imp:3s; -repeuple repeupler ver 0.62 0.74 0.28 0.20 imp:pre:2s;ind:pre:1s;ind:pre:3s; -repeuplement repeuplement nom m s 0.01 0.00 0.01 0.00 -repeupler repeupler ver 0.62 0.74 0.32 0.07 inf; -repeuplée repeupler ver f s 0.62 0.74 0.01 0.27 par:pas; -repeuplées repeupler ver f p 0.62 0.74 0.00 0.07 par:pas; -repincer repincer ver 0.15 0.27 0.15 0.07 inf; -repincé repincer ver m s 0.15 0.27 0.00 0.20 par:pas; -repiqua repiquer ver 0.53 2.09 0.00 0.27 ind:pas:3s; -repiquage repiquage nom m s 0.10 0.61 0.10 0.61 -repiquaient repiquer ver 0.53 2.09 0.00 0.07 ind:imp:3p; -repiquait repiquer ver 0.53 2.09 0.00 0.20 ind:imp:3s; -repique repiquer ver 0.53 2.09 0.16 0.68 ind:pre:1s;ind:pre:3s; -repiquer repiquer ver 0.53 2.09 0.07 0.47 inf; -repiquerai repiquer ver 0.53 2.09 0.00 0.07 ind:fut:1s; -repiqué repiquer ver m s 0.53 2.09 0.30 0.27 par:pas; -repiquées repiquer ver f p 0.53 2.09 0.00 0.07 par:pas; -replace replacer ver 1.54 7.70 0.32 0.95 imp:pre:2s;ind:pre:1s;ind:pre:3s; -replacement replacement nom m s 0.02 0.00 0.02 0.00 -replacent replacer ver 1.54 7.70 0.02 0.00 ind:pre:3p; -replacer replacer ver 1.54 7.70 0.41 2.36 inf; -replacerai replacer ver 1.54 7.70 0.02 0.00 ind:fut:1s; -replacerez replacer ver 1.54 7.70 0.01 0.00 ind:fut:2p; -replacez replacer ver 1.54 7.70 0.26 0.07 imp:pre:2p; -replacèrent replacer ver 1.54 7.70 0.00 0.07 ind:pas:3p; -replacé replacer ver m s 1.54 7.70 0.39 1.01 par:pas; -replacée replacer ver f s 1.54 7.70 0.05 0.07 par:pas; -replacés replacer ver m p 1.54 7.70 0.02 0.20 par:pas; -replanta replanter ver 0.25 1.69 0.00 0.07 ind:pas:3s; -replantait replanter ver 0.25 1.69 0.00 0.20 ind:imp:3s; -replantation replantation nom f s 0.00 0.07 0.00 0.07 -replante replanter ver 0.25 1.69 0.00 0.14 ind:pre:3s; -replantent replanter ver 0.25 1.69 0.00 0.07 ind:pre:3p; -replanter replanter ver 0.25 1.69 0.21 0.47 inf; -replantez replanter ver 0.25 1.69 0.00 0.07 imp:pre:2p; -replanté replanter ver m s 0.25 1.69 0.00 0.14 par:pas; -replantée replanter ver f s 0.25 1.69 0.01 0.27 par:pas; -replantées replanter ver f p 0.25 1.69 0.01 0.20 par:pas; -replantés replanter ver m p 0.25 1.69 0.02 0.07 par:pas; -replat replat nom m s 0.16 0.61 0.16 0.54 -replaça replacer ver 1.54 7.70 0.01 1.22 ind:pas:3s; -replaçaient replacer ver 1.54 7.70 0.00 0.14 ind:imp:3p; -replaçais replacer ver 1.54 7.70 0.00 0.14 ind:imp:1s; -replaçait replacer ver 1.54 7.70 0.02 0.61 ind:imp:3s; -replaçant replacer ver 1.54 7.70 0.00 0.74 par:pre; -replaçons replacer ver 1.54 7.70 0.01 0.14 imp:pre:1p;ind:pre:1p; -replats replat nom m p 0.16 0.61 0.00 0.07 -replet replet adj m s 0.14 1.62 0.03 0.74 -replets replet adj m p 0.14 1.62 0.00 0.14 -repli repli nom m s 1.40 10.14 1.12 5.88 -replia replier ver 6.78 33.18 0.00 3.31 ind:pas:3s; -repliai replier ver 6.78 33.18 0.00 0.14 ind:pas:1s; -repliaient replier ver 6.78 33.18 0.01 0.47 ind:imp:3p; -repliais replier ver 6.78 33.18 0.10 0.14 ind:imp:1s; -repliait replier ver 6.78 33.18 0.12 2.23 ind:imp:3s; -repliant replier ver 6.78 33.18 0.11 0.95 par:pre; -replie replier ver 6.78 33.18 1.42 2.57 imp:pre:2s;ind:pre:1s;ind:pre:3s; -repliement repliement nom m s 0.01 0.54 0.01 0.54 -replient replier ver 6.78 33.18 0.28 0.47 ind:pre:3p; -replier replier ver 6.78 33.18 1.56 3.31 inf; -repliera replier ver 6.78 33.18 0.02 0.00 ind:fut:3s; -replierai replier ver 6.78 33.18 0.02 0.00 ind:fut:1s; -replierez replier ver 6.78 33.18 0.00 0.07 ind:fut:2p; -replierons replier ver 6.78 33.18 0.04 0.00 ind:fut:1p; -replieront replier ver 6.78 33.18 0.01 0.00 ind:fut:3p; -replies replier ver 6.78 33.18 0.02 0.14 ind:pre:2s; -repliez replier ver 6.78 33.18 1.81 0.07 imp:pre:2p;ind:pre:2p; -replions replier ver 6.78 33.18 0.13 0.14 imp:pre:1p;ind:pre:1p; -repliât replier ver 6.78 33.18 0.00 0.14 sub:imp:3s; -replis repli nom m p 1.40 10.14 0.28 4.26 -replièrent replier ver 6.78 33.18 0.01 0.34 ind:pas:3p; -replié replier ver m s 6.78 33.18 0.37 7.91 par:pas; -repliée replier ver f s 6.78 33.18 0.23 3.04 par:pas; -repliées replier ver f p 6.78 33.18 0.21 3.65 par:pas; -repliés replier ver m p 6.78 33.18 0.29 4.12 par:pas; -replonge replonger ver 2.14 11.08 0.50 1.28 imp:pre:2s;ind:pre:1s;ind:pre:3s; -replongea replonger ver 2.14 11.08 0.01 1.42 ind:pas:3s; -replongeai replonger ver 2.14 11.08 0.01 0.20 ind:pas:1s; -replongeaient replonger ver 2.14 11.08 0.00 0.07 ind:imp:3p; -replongeais replonger ver 2.14 11.08 0.16 0.68 ind:imp:1s;ind:imp:2s; -replongeait replonger ver 2.14 11.08 0.02 0.81 ind:imp:3s; -replongeant replonger ver 2.14 11.08 0.00 0.68 par:pre; -replongent replonger ver 2.14 11.08 0.02 0.41 ind:pre:3p; -replonger replonger ver 2.14 11.08 0.86 2.97 inf; -replongera replonger ver 2.14 11.08 0.01 0.07 ind:fut:3s; -replongerai replonger ver 2.14 11.08 0.02 0.07 ind:fut:1s; -replongerais replonger ver 2.14 11.08 0.01 0.00 cnd:pre:2s; -replongerait replonger ver 2.14 11.08 0.02 0.20 cnd:pre:3s; -replonges replonger ver 2.14 11.08 0.06 0.20 ind:pre:2s;sub:pre:2s; -replongiez replonger ver 2.14 11.08 0.01 0.00 ind:imp:2p; -replongé replonger ver m s 2.14 11.08 0.42 1.35 par:pas; -replongée replonger ver f s 2.14 11.08 0.00 0.54 par:pas; -replongées replonger ver f p 2.14 11.08 0.00 0.07 par:pas; -replongés replonger ver m p 2.14 11.08 0.00 0.07 par:pas; -replâtra replâtrer ver 0.03 0.81 0.00 0.14 ind:pas:3s; -replâtrage replâtrage nom m s 0.00 0.34 0.00 0.34 -replâtraient replâtrer ver 0.03 0.81 0.00 0.07 ind:imp:3p; -replâtrer replâtrer ver 0.03 0.81 0.01 0.14 inf; -replâtrerait replâtrer ver 0.03 0.81 0.00 0.07 cnd:pre:3s; -replâtré replâtrer ver m s 0.03 0.81 0.00 0.14 par:pas; -replâtrée replâtrer ver f s 0.03 0.81 0.01 0.20 par:pas; -replâtrées replâtrer ver f p 0.03 0.81 0.00 0.07 par:pas; -reployait reployer ver 0.00 0.07 0.00 0.07 ind:imp:3s; -replète replet adj f s 0.14 1.62 0.11 0.68 -replètes replet adj f p 0.14 1.62 0.00 0.07 -report report nom m s 1.03 0.27 0.61 0.14 -reporta reporter ver 5.32 7.70 0.03 0.88 ind:pas:3s; -reportage_vérité reportage_vérité nom m s 0.00 0.14 0.00 0.14 -reportage reportage nom m s 11.16 7.16 10.07 5.07 -reportages reportage nom m p 11.16 7.16 1.09 2.09 -reportait reporter ver 5.32 7.70 0.03 0.81 ind:imp:3s; -reportant reporter ver 5.32 7.70 0.01 0.61 par:pre; -reporte reporter ver 5.32 7.70 0.57 0.88 imp:pre:2s;ind:pre:1s;ind:pre:3s; -reportent reporter ver 5.32 7.70 0.09 0.07 ind:pre:3p; -reporter reporter nom m s 5.12 3.04 3.01 1.49 -reportera reporter ver 5.32 7.70 0.04 0.00 ind:fut:3s; -reporterai reporter ver 5.32 7.70 0.02 0.00 ind:fut:1s; -reporterait reporter ver 5.32 7.70 0.01 0.07 cnd:pre:3s; -reporters reporter nom m p 5.12 3.04 2.11 1.55 -reportez reporter ver 5.32 7.70 0.38 0.07 imp:pre:2p;ind:pre:2p; -reportons reporter ver 5.32 7.70 0.07 0.07 imp:pre:1p;ind:pre:1p; -reports report nom m p 1.03 0.27 0.43 0.14 -reportèrent reporter ver 5.32 7.70 0.00 0.14 ind:pas:3p; -reporté reporter ver m s 5.32 7.70 0.90 1.69 par:pas; -reportée reporter ver f s 5.32 7.70 0.74 0.47 par:pas; -reportées reporter ver f p 5.32 7.70 0.03 0.14 par:pas; -reportés reporter ver m p 5.32 7.70 0.05 0.14 par:pas; -repos repos nom m 42.29 43.58 42.29 43.58 -reposa reposer ver 95.19 83.92 0.03 7.16 ind:pas:3s; -reposai reposer ver 95.19 83.92 0.00 0.41 ind:pas:1s; -reposaient reposer ver 95.19 83.92 0.07 5.00 ind:imp:3p; -reposais reposer ver 95.19 83.92 0.58 0.41 ind:imp:1s;ind:imp:2s; -reposait reposer ver 95.19 83.92 1.05 15.41 ind:imp:3s; -reposant reposant adj m s 1.14 3.58 0.84 1.96 -reposante reposant adj f s 1.14 3.58 0.25 1.28 -reposantes reposant adj f p 1.14 3.58 0.04 0.27 -reposants reposant adj m p 1.14 3.58 0.02 0.07 -repose_pied repose_pied nom m s 0.02 0.07 0.01 0.00 -repose_pied repose_pied nom m p 0.02 0.07 0.01 0.07 -repose reposer ver 95.19 83.92 33.27 14.32 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:1s;sub:pre:3s; -reposent reposer ver 95.19 83.92 3.26 4.39 ind:pre:3p; -reposer reposer ver 95.19 83.92 39.81 20.95 inf;; -reposera reposer ver 95.19 83.92 1.06 0.47 ind:fut:3s; -reposerai reposer ver 95.19 83.92 0.24 0.14 ind:fut:1s; -reposeraient reposer ver 95.19 83.92 0.00 0.07 cnd:pre:3p; -reposerais reposer ver 95.19 83.92 0.07 0.00 cnd:pre:1s;cnd:pre:2s; -reposerait reposer ver 95.19 83.92 0.01 0.54 cnd:pre:3s; -reposeras reposer ver 95.19 83.92 0.55 0.27 ind:fut:2s; -reposerez reposer ver 95.19 83.92 0.28 0.00 ind:fut:2p; -reposerions reposer ver 95.19 83.92 0.00 0.07 cnd:pre:1p; -reposerons reposer ver 95.19 83.92 0.37 0.14 ind:fut:1p; -reposeront reposer ver 95.19 83.92 0.18 0.07 ind:fut:3p; -reposes reposer ver 95.19 83.92 2.45 0.34 ind:pre:2s;sub:pre:2s; -reposez reposer ver 95.19 83.92 7.81 0.74 imp:pre:2p;ind:pre:2p; -reposiez reposer ver 95.19 83.92 0.39 0.00 ind:imp:2p; -reposions reposer ver 95.19 83.92 0.05 0.20 ind:imp:1p; -repositionnent repositionner ver 0.20 0.00 0.03 0.00 ind:pre:3p; -repositionner repositionner ver 0.20 0.00 0.17 0.00 inf; -repositionnez repositionner ver 0.20 0.00 0.01 0.00 imp:pre:2p; -reposoir reposoir nom m s 0.17 1.01 0.17 0.81 -reposoirs reposoir nom m p 0.17 1.01 0.00 0.20 -reposons reposer ver 95.19 83.92 1.04 0.27 imp:pre:1p;ind:pre:1p; -reposât reposer ver 95.19 83.92 0.00 0.14 sub:imp:3s; -reposséder reposséder ver 0.03 0.00 0.03 0.00 inf; -repostait reposter ver 0.00 0.07 0.00 0.07 ind:imp:3s; -reposèrent reposer ver 95.19 83.92 0.00 0.41 ind:pas:3p; -reposé reposer ver m s 95.19 83.92 0.76 3.38 par:pas; -reposée reposer ver f s 95.19 83.92 1.16 1.62 par:pas; -reposées reposer ver f p 95.19 83.92 0.03 0.27 par:pas; -reposés reposer ver m p 95.19 83.92 0.29 0.61 par:pas; -repoudraient repoudrer ver 0.43 0.41 0.00 0.07 ind:imp:3p; -repoudrait repoudrer ver 0.43 0.41 0.00 0.14 ind:imp:3s; -repoudrant repoudrer ver 0.43 0.41 0.00 0.14 par:pre; -repoudre repoudrer ver 0.43 0.41 0.04 0.00 imp:pre:2s;ind:pre:1s; -repoudrer repoudrer ver 0.43 0.41 0.37 0.00 inf; -repoudré repoudrer ver m s 0.43 0.41 0.02 0.00 par:pas; -repoudrée repoudrer ver f s 0.43 0.41 0.00 0.07 par:pas; -repoussa repousser ver 22.62 63.45 0.03 11.15 ind:pas:3s; -repoussage repoussage nom m s 0.02 0.00 0.02 0.00 -repoussai repousser ver 22.62 63.45 0.01 1.01 ind:pas:1s; -repoussaient repousser ver 22.62 63.45 0.06 1.49 ind:imp:3p; -repoussais repousser ver 22.62 63.45 0.13 0.74 ind:imp:1s;ind:imp:2s; -repoussait repousser ver 22.62 63.45 0.22 6.22 ind:imp:3s; -repoussant repoussant adj m s 2.29 2.57 1.33 1.22 -repoussante repoussant adj f s 2.29 2.57 0.87 0.81 -repoussantes repoussant adj f p 2.29 2.57 0.03 0.14 -repoussants repoussant adj m p 2.29 2.57 0.07 0.41 -repousse repousser ver 22.62 63.45 6.53 9.46 imp:pre:2s;ind:pre:1s;ind:pre:3s; -repoussent repousser ver 22.62 63.45 0.59 0.95 ind:pre:3p; -repousser repousser ver 22.62 63.45 6.14 12.03 inf; -repoussera repousser ver 22.62 63.45 0.79 0.07 ind:fut:3s; -repousserai repousser ver 22.62 63.45 0.04 0.07 ind:fut:1s; -repousseraient repousser ver 22.62 63.45 0.01 0.41 cnd:pre:3p; -repousserais repousser ver 22.62 63.45 0.18 0.00 cnd:pre:1s;cnd:pre:2s; -repousserait repousser ver 22.62 63.45 0.17 0.14 cnd:pre:3s; -repousserons repousser ver 22.62 63.45 0.14 0.07 ind:fut:1p; -repousseront repousser ver 22.62 63.45 0.42 0.27 ind:fut:3p; -repousses repousser ver 22.62 63.45 0.51 0.07 ind:pre:2s; -repoussez repousser ver 22.62 63.45 0.96 0.07 imp:pre:2p;ind:pre:2p; -repoussions repousser ver 22.62 63.45 0.03 0.07 ind:imp:1p; -repoussoir repoussoir nom m s 0.01 0.68 0.00 0.47 -repoussoirs repoussoir nom m p 0.01 0.68 0.01 0.20 -repoussâmes repousser ver 22.62 63.45 0.00 0.14 ind:pas:1p; -repoussons repousser ver 22.62 63.45 0.15 0.07 imp:pre:1p;ind:pre:1p; -repoussât repousser ver 22.62 63.45 0.00 0.07 sub:imp:3s; -repoussèrent repousser ver 22.62 63.45 0.05 0.41 ind:pas:3p; -repoussé repousser ver m s 22.62 63.45 3.31 7.36 par:pas; -repoussée repousser ver f s 22.62 63.45 1.01 2.30 par:pas; -repoussées repousser ver f p 22.62 63.45 0.13 0.68 par:pas; -repoussés repousser ver m p 22.62 63.45 0.62 1.42 par:pas; -reprîmes reprendre ver 126.91 340.14 0.00 0.61 ind:pas:1p; -reprît reprendre ver 126.91 340.14 0.00 0.81 sub:imp:3s; -reprenaient reprendre ver 126.91 340.14 0.14 5.88 ind:imp:3p; -reprenais reprendre ver 126.91 340.14 0.40 3.18 ind:imp:1s;ind:imp:2s; -reprenait reprendre ver 126.91 340.14 0.75 27.36 ind:imp:3s; -reprenant reprendre ver 126.91 340.14 0.35 13.92 par:pre; -reprend reprendre ver 126.91 340.14 14.24 31.35 ind:pre:3s; -reprendra reprendre ver 126.91 340.14 4.04 2.03 ind:fut:3s; -reprendrai reprendre ver 126.91 340.14 1.86 1.01 ind:fut:1s; -reprendraient reprendre ver 126.91 340.14 0.32 0.68 cnd:pre:3p; -reprendrais reprendre ver 126.91 340.14 0.67 0.47 cnd:pre:1s;cnd:pre:2s; -reprendrait reprendre ver 126.91 340.14 0.17 2.36 cnd:pre:3s; -reprendras reprendre ver 126.91 340.14 0.49 0.07 ind:fut:2s; -reprendre reprendre ver 126.91 340.14 36.98 67.70 inf; -reprendrez reprendre ver 126.91 340.14 0.72 0.47 ind:fut:2p; -reprendriez reprendre ver 126.91 340.14 0.02 0.07 cnd:pre:2p; -reprendrions reprendre ver 126.91 340.14 0.01 0.14 cnd:pre:1p; -reprendrons reprendre ver 126.91 340.14 1.88 0.88 ind:fut:1p; -reprendront reprendre ver 126.91 340.14 0.89 0.34 ind:fut:3p; -reprends reprendre ver 126.91 340.14 20.08 7.16 imp:pre:2s;ind:pre:1s;ind:pre:2s; -repreneur repreneur nom m s 0.04 0.07 0.03 0.00 -repreneurs repreneur nom m p 0.04 0.07 0.01 0.07 -reprenez reprendre ver 126.91 340.14 9.97 1.15 imp:pre:2p;ind:pre:2p; -repreniez reprendre ver 126.91 340.14 0.53 0.14 ind:imp:2p; -reprenions reprendre ver 126.91 340.14 0.20 0.68 ind:imp:1p; -reprenne reprendre ver 126.91 340.14 3.42 4.12 sub:pre:1s;sub:pre:3s; -reprennent reprendre ver 126.91 340.14 3.13 5.54 ind:pre:3p; -reprennes reprendre ver 126.91 340.14 0.93 0.27 sub:pre:2s; -reprenons reprendre ver 126.91 340.14 5.59 2.09 imp:pre:1p;ind:pre:1p; -reprirent reprendre ver 126.91 340.14 0.12 6.49 ind:pas:3p; -repris reprendre ver m 126.91 340.14 16.65 51.55 ind:pas:1s;ind:pas:2s;par:pas;par:pas; -reprisaient repriser ver 0.64 4.66 0.00 0.07 ind:imp:3p; -reprisait repriser ver 0.64 4.66 0.01 0.74 ind:imp:3s; -reprisant repriser ver 0.64 4.66 0.01 0.14 par:pre; -reprise reprise nom f s 6.23 36.42 2.27 8.38 -reprisent repriser ver 0.64 4.66 0.01 0.07 ind:pre:3p; -repriser repriser ver 0.64 4.66 0.25 1.76 inf; -reprises reprise nom f p 6.23 36.42 3.96 28.04 -reprisse reprendre ver 126.91 340.14 0.00 0.07 sub:imp:1s; -reprissent reprendre ver 126.91 340.14 0.00 0.14 sub:imp:3p; -reprisé repriser ver m s 0.64 4.66 0.01 0.74 par:pas; -reprisée repriser ver f s 0.64 4.66 0.01 0.20 par:pas; -reprisées repriser ver f p 0.64 4.66 0.00 0.27 par:pas; -reprisés repriser ver m p 0.64 4.66 0.00 0.41 par:pas; -reprit reprendre ver 126.91 340.14 0.52 96.01 ind:pas:3s; -reprocha reprocher ver 19.85 44.73 0.04 2.30 ind:pas:3s; -reprochai reprocher ver 19.85 44.73 0.00 0.61 ind:pas:1s; -reprochaient reprocher ver 19.85 44.73 0.01 1.01 ind:imp:3p; -reprochais reprocher ver 19.85 44.73 0.17 1.69 ind:imp:1s;ind:imp:2s; -reprochait reprocher ver 19.85 44.73 0.54 10.27 ind:imp:3s; -reprochant reprocher ver 19.85 44.73 0.01 1.01 par:pre; -reproche reprocher ver 19.85 44.73 5.05 6.82 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -reprochent reprocher ver 19.85 44.73 0.20 0.54 ind:pre:3p; -reprocher reprocher ver 19.85 44.73 7.53 11.76 inf; -reprochera reprocher ver 19.85 44.73 0.48 0.34 ind:fut:3s; -reprocherai reprocher ver 19.85 44.73 0.39 0.00 ind:fut:1s; -reprocherais reprocher ver 19.85 44.73 0.05 0.27 cnd:pre:1s; -reprocherait reprocher ver 19.85 44.73 0.20 0.47 cnd:pre:3s; -reprocheras reprocher ver 19.85 44.73 0.13 0.14 ind:fut:2s; -reprocheriez reprocher ver 19.85 44.73 0.01 0.14 cnd:pre:2p; -reprocherons reprocher ver 19.85 44.73 0.00 0.07 ind:fut:1p; -reprocheront reprocher ver 19.85 44.73 0.03 0.07 ind:fut:3p; -reproches reproche nom m p 6.01 30.68 3.13 13.31 -reprochez reprocher ver 19.85 44.73 1.21 1.08 imp:pre:2p;ind:pre:2p; -reprochiez reprocher ver 19.85 44.73 0.05 0.00 ind:imp:2p; -reprochions reprocher ver 19.85 44.73 0.00 0.34 ind:imp:1p; -reprochons reprocher ver 19.85 44.73 0.10 0.07 ind:pre:1p; -reprochât reprocher ver 19.85 44.73 0.00 0.20 sub:imp:3s; -reprochèrent reprocher ver 19.85 44.73 0.00 0.07 ind:pas:3p; -reproché reprocher ver m s 19.85 44.73 1.26 3.58 par:pas; -reprochée reprocher ver f s 19.85 44.73 0.07 0.20 par:pas; -reprochées reprocher ver f p 19.85 44.73 0.01 0.20 par:pas; -reprochés reprocher ver m p 19.85 44.73 0.24 0.68 par:pas; -reproducteur reproducteur nom m s 0.53 0.27 0.29 0.14 -reproducteurs reproducteur nom m p 0.53 0.27 0.23 0.00 -reproductible reproductible adj m s 0.00 0.07 0.00 0.07 -reproductif reproductif adj m s 0.15 0.20 0.12 0.20 -reproductifs reproductif adj m p 0.15 0.20 0.02 0.00 -reproduction reproduction nom f s 4.24 7.97 4.08 5.34 -reproductions reproduction nom f p 4.24 7.97 0.16 2.64 -reproductive reproductif adj f s 0.15 0.20 0.01 0.00 -reproductrice reproducteur adj f s 0.20 0.27 0.03 0.07 -reproductrices reproductrice nom f p 0.10 0.00 0.10 0.00 -reproduira reproduire ver 16.31 16.01 4.27 0.41 ind:fut:3s; -reproduirai reproduire ver 16.31 16.01 0.05 0.14 ind:fut:1s; -reproduiraient reproduire ver 16.31 16.01 0.00 0.07 cnd:pre:3p; -reproduirait reproduire ver 16.31 16.01 0.23 0.14 cnd:pre:3s; -reproduire reproduire ver 16.31 16.01 4.68 4.73 inf; -reproduirons reproduire ver 16.31 16.01 0.02 0.00 ind:fut:1p; -reproduiront reproduire ver 16.31 16.01 0.20 0.14 ind:fut:3p; -reproduis reproduire ver 16.31 16.01 0.39 0.34 imp:pre:2s;ind:pre:1s;ind:pre:2s; -reproduisît reproduire ver 16.31 16.01 0.00 0.14 sub:imp:3s; -reproduisaient reproduire ver 16.31 16.01 0.04 0.34 ind:imp:3p; -reproduisait reproduire ver 16.31 16.01 0.11 1.55 ind:imp:3s; -reproduisant reproduire ver 16.31 16.01 0.13 1.49 par:pre; -reproduise reproduire ver 16.31 16.01 1.70 0.27 sub:pre:1s;sub:pre:3s; -reproduisent reproduire ver 16.31 16.01 1.03 0.95 ind:pre:3p; -reproduisez reproduire ver 16.31 16.01 0.02 0.00 imp:pre:2p; -reproduisirent reproduire ver 16.31 16.01 0.00 0.07 ind:pas:3p; -reproduisit reproduire ver 16.31 16.01 0.01 0.20 ind:pas:3s; -reproduisons reproduire ver 16.31 16.01 0.02 0.07 ind:pre:1p; -reproduit reproduire ver m s 16.31 16.01 2.98 3.11 ind:pre:3s;par:pas; -reproduite reproduire ver f s 16.31 16.01 0.12 0.68 par:pas; -reproduites reproduire ver f p 16.31 16.01 0.15 0.61 par:pas; -reproduits reproduire ver m p 16.31 16.01 0.15 0.61 par:pas; -reprogrammant reprogrammer ver 1.11 0.00 0.01 0.00 par:pre; -reprogramme reprogrammer ver 1.11 0.00 0.14 0.00 imp:pre:2s;ind:pre:1s;ind:pre:3s; -reprogramment reprogrammer ver 1.11 0.00 0.03 0.00 ind:pre:3p; -reprogrammer reprogrammer ver 1.11 0.00 0.70 0.00 inf; -reprogrammera reprogrammer ver 1.11 0.00 0.02 0.00 ind:fut:3s; -reprogrammé reprogrammer ver m s 1.11 0.00 0.15 0.00 par:pas; -reprogrammée reprogrammer ver f s 1.11 0.00 0.04 0.00 par:pas; -reprogrammés reprogrammer ver m p 1.11 0.00 0.01 0.00 par:pas; -reprographie reprographie nom f s 0.08 0.07 0.08 0.07 -reproposer reproposer ver 0.01 0.00 0.01 0.00 inf; -représaille représailles nom f s 3.08 4.93 0.01 0.07 -représailles représailles nom f p 3.08 4.93 3.07 4.86 -représenta représenter ver 48.78 85.54 0.16 0.95 ind:pas:3s; -représentai représenter ver 48.78 85.54 0.00 0.27 ind:pas:1s; -représentaient représenter ver 48.78 85.54 0.56 5.47 ind:imp:3p; -représentais représenter ver 48.78 85.54 0.32 1.15 ind:imp:1s;ind:imp:2s; -représentait représenter ver 48.78 85.54 2.57 19.12 ind:imp:3s; -représentant représentant nom m s 10.81 25.88 6.28 12.30 -représentante représentant nom f s 10.81 25.88 0.80 0.41 -représentantes représentant nom f p 10.81 25.88 0.13 0.07 -représentants représentant nom m p 10.81 25.88 3.59 13.11 -représentatif représentatif adj m s 1.06 2.16 0.46 0.61 -représentatifs représentatif adj m p 1.06 2.16 0.09 0.61 -représentation représentation nom f s 8.67 18.99 7.61 16.08 -représentations représentation nom f p 8.67 18.99 1.07 2.91 -représentative représentatif adj f s 1.06 2.16 0.48 0.54 -représentatives représentatif adj f p 1.06 2.16 0.04 0.41 -représente représenter ver 48.78 85.54 23.52 17.64 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -représentent représenter ver 48.78 85.54 3.63 3.78 ind:pre:3p;sub:pre:3p; -représenter représenter ver 48.78 85.54 5.38 11.08 inf; -représentera représenter ver 48.78 85.54 0.71 0.61 ind:fut:3s; -représenterai représenter ver 48.78 85.54 0.10 0.00 ind:fut:1s; -représenteraient représenter ver 48.78 85.54 0.02 0.07 cnd:pre:3p; -représenterais représenter ver 48.78 85.54 0.03 0.07 cnd:pre:1s;cnd:pre:2s; -représenterait représenter ver 48.78 85.54 0.14 0.41 cnd:pre:3s; -représenteras représenter ver 48.78 85.54 0.05 0.00 ind:fut:2s; -représenterez représenter ver 48.78 85.54 0.06 0.00 ind:fut:2p; -représenteront représenter ver 48.78 85.54 0.11 0.07 ind:fut:3p; -représentes représenter ver 48.78 85.54 1.76 0.34 ind:pre:2s; -représentez représenter ver 48.78 85.54 2.12 0.34 imp:pre:2p;ind:pre:2p; -représentiez représenter ver 48.78 85.54 0.11 0.07 ind:imp:2p; -représentions représenter ver 48.78 85.54 0.04 0.20 ind:imp:1p; -représentons représenter ver 48.78 85.54 1.09 0.47 imp:pre:1p;ind:pre:1p; -représentât représenter ver 48.78 85.54 0.00 0.14 sub:imp:3s; -représentèrent représenter ver 48.78 85.54 0.00 0.07 ind:pas:3p; -représenté représenter ver m s 48.78 85.54 1.58 3.38 par:pas; -représentée représenter ver f s 48.78 85.54 1.42 1.49 par:pas; -représentées représenter ver f p 48.78 85.54 0.18 0.47 par:pas; -représentés représenter ver m p 48.78 85.54 0.81 1.49 par:pas; -reps reps nom m 0.01 1.49 0.01 1.49 -reptation reptation nom f s 0.00 0.88 0.00 0.74 -reptations reptation nom f p 0.00 0.88 0.00 0.14 -repère repère nom m s 3.52 9.59 2.44 5.34 -repèrent repérer ver 27.23 31.15 0.71 0.27 ind:pre:3p; -repères repère nom m p 3.52 9.59 1.09 4.26 -reptile reptile nom m s 3.46 2.36 1.90 1.01 -reptiles reptile nom m p 3.46 2.36 1.56 1.35 -reptilien reptilien adj m s 0.16 0.47 0.07 0.07 -reptilienne reptilien adj f s 0.16 0.47 0.07 0.20 -reptiliennes reptilien adj f p 0.16 0.47 0.01 0.07 -reptiliens reptilien adj m p 0.16 0.47 0.00 0.14 -repu repu adj m s 1.10 3.18 0.54 1.49 -republication republication nom f s 0.01 0.00 0.01 0.00 -republier republier ver 0.01 0.07 0.00 0.07 inf; -republions republier ver 0.01 0.07 0.01 0.00 imp:pre:1p; -repêcha repêcher ver 3.27 4.05 0.00 0.20 ind:pas:3s; -repêchage repêchage nom m s 0.16 0.27 0.15 0.20 -repêchages repêchage nom m p 0.16 0.27 0.01 0.07 -repêchai repêcher ver 3.27 4.05 0.00 0.14 ind:pas:1s; -repêchait repêcher ver 3.27 4.05 0.01 0.34 ind:imp:3s; -repêchant repêcher ver 3.27 4.05 0.01 0.00 par:pre; -repêche repêcher ver 3.27 4.05 0.39 0.81 imp:pre:2s;ind:pre:1s;ind:pre:3s; -repêcher repêcher ver 3.27 4.05 0.91 1.08 inf; -repêchera repêcher ver 3.27 4.05 0.11 0.07 ind:fut:3s; -repêcherait repêcher ver 3.27 4.05 0.02 0.07 cnd:pre:3s; -repêches repêcher ver 3.27 4.05 0.00 0.07 ind:pre:2s; -repêchèrent repêcher ver 3.27 4.05 0.00 0.07 ind:pas:3p; -repêché repêcher ver m s 3.27 4.05 1.27 0.81 par:pas; -repêchée repêcher ver f s 3.27 4.05 0.36 0.27 par:pas; -repêchées repêcher ver f p 3.27 4.05 0.00 0.07 par:pas; -repêchés repêcher ver m p 3.27 4.05 0.20 0.07 par:pas; -repue repu adj f s 1.10 3.18 0.17 0.47 -repues repu adj f p 1.10 3.18 0.14 0.27 -repuiser repuiser ver 0.00 0.07 0.00 0.07 inf; -repéra repérer ver 27.23 31.15 0.02 1.35 ind:pas:3s; -repérable repérable adj s 0.21 1.22 0.16 0.95 -repérables repérable adj f p 0.21 1.22 0.05 0.27 -repérage repérage nom m s 1.75 1.15 1.62 0.88 -repérages repérage nom m p 1.75 1.15 0.14 0.27 -repéraient repérer ver 27.23 31.15 0.00 0.20 ind:imp:3p; -repérais repérer ver 27.23 31.15 0.05 0.14 ind:imp:1s; -repérait repérer ver 27.23 31.15 0.08 1.22 ind:imp:3s; -repérant repérer ver 27.23 31.15 0.02 0.47 par:pre; -repérer repérer ver 27.23 31.15 7.92 9.93 inf; -repérera repérer ver 27.23 31.15 0.14 0.00 ind:fut:3s; -repérerai repérer ver 27.23 31.15 0.02 0.00 ind:fut:1s; -repéreraient repérer ver 27.23 31.15 0.01 0.07 cnd:pre:3p; -repérerais repérer ver 27.23 31.15 0.01 0.00 cnd:pre:2s; -repérerait repérer ver 27.23 31.15 0.01 0.07 cnd:pre:3s; -repérerons repérer ver 27.23 31.15 0.01 0.00 ind:fut:1p; -repéreront repérer ver 27.23 31.15 0.07 0.07 ind:fut:3p; -repéreur repéreur nom m s 0.05 0.00 0.05 0.00 -repérez repérer ver 27.23 31.15 0.75 0.00 imp:pre:2p;ind:pre:2p; -repériez repérer ver 27.23 31.15 0.03 0.00 ind:imp:2p; -repérions repérer ver 27.23 31.15 0.00 0.20 ind:imp:1p; -repérèrent repérer ver 27.23 31.15 0.00 0.20 ind:pas:3p; -repéré repérer ver m s 27.23 31.15 9.98 10.27 par:pas; -repérée repérer ver f s 27.23 31.15 1.44 1.49 par:pas; -repérées repérer ver f p 27.23 31.15 0.11 0.34 par:pas; -repérés repérer ver m p 27.23 31.15 3.52 2.30 par:pas; -repus repu adj m p 1.10 3.18 0.25 0.95 -repétrir repétrir ver 0.00 0.20 0.00 0.07 inf; -repétrissait repétrir ver 0.00 0.20 0.00 0.07 ind:imp:3s; -repétrit repétrir ver 0.00 0.20 0.00 0.07 ind:pas:3s; -requalifier requalifier ver 0.01 0.00 0.01 0.00 inf; -requiem requiem nom m s 2.76 0.68 2.76 0.61 -requiems requiem nom m p 2.76 0.68 0.00 0.07 -requiers requérir ver 6.24 6.35 0.76 0.00 ind:pre:1s; -requiert requérir ver 6.24 6.35 2.33 0.95 ind:pre:3s; -requiescat_in_pace requiescat_in_pace nom m s 0.00 0.07 0.00 0.07 -requin_baleine requin_baleine nom m s 0.01 0.00 0.01 0.00 -requin_tigre requin_tigre nom m s 0.04 0.00 0.04 0.00 -requin requin nom m s 12.24 4.80 8.15 1.62 -requinqua requinquer ver 1.30 1.89 0.00 0.20 ind:pas:3s; -requinquait requinquer ver 1.30 1.89 0.00 0.07 ind:imp:3s; -requinque requinquer ver 1.30 1.89 0.20 0.27 imp:pre:2s;ind:pre:1s;ind:pre:3s; -requinquent requinquer ver 1.30 1.89 0.01 0.07 ind:pre:3p; -requinquer requinquer ver 1.30 1.89 0.66 0.27 inf; -requinquera requinquer ver 1.30 1.89 0.19 0.00 ind:fut:3s; -requinquerait requinquer ver 1.30 1.89 0.02 0.00 cnd:pre:3s; -requinqué requinquer ver m s 1.30 1.89 0.04 0.81 par:pas; -requinquée requinquer ver f s 1.30 1.89 0.03 0.20 par:pas; -requinqués requinquer ver m p 1.30 1.89 0.14 0.00 par:pas; -requin_marteau requin_marteau nom m p 0.00 0.07 0.00 0.07 -requins requin nom m p 12.24 4.80 4.09 3.18 -requis requérir ver m 6.24 6.35 1.63 2.57 par:pas; -requise requis adj f s 1.17 0.68 0.61 0.20 -requises requis adj f p 1.17 0.68 0.45 0.27 -requière requérir ver 6.24 6.35 0.10 0.00 sub:pre:3s; -requièrent requérir ver 6.24 6.35 0.20 0.41 ind:pre:3p; -requéraient requérir ver 6.24 6.35 0.00 0.14 ind:imp:3p; -requérais requérir ver 6.24 6.35 0.00 0.07 ind:imp:1s; -requérait requérir ver 6.24 6.35 0.03 0.47 ind:imp:3s; -requérant requérir ver 6.24 6.35 0.13 0.20 par:pre; -requérante requérant nom f s 0.16 0.00 0.02 0.00 -requérants requérant nom m p 0.16 0.00 0.01 0.00 -requérir requérir ver 6.24 6.35 0.14 0.41 inf; -requérons requérir ver 6.24 6.35 0.04 0.07 imp:pre:1p;ind:pre:1p; -requête requête nom f s 8.82 1.96 7.75 1.69 -requêtes requête nom f p 8.82 1.96 1.07 0.27 -resalir resalir ver 0.01 0.00 0.01 0.00 inf; -resape resaper ver 0.00 0.34 0.00 0.07 ind:pre:1s; -resapent resaper ver 0.00 0.34 0.00 0.07 ind:pre:3p; -resapée resaper ver f s 0.00 0.34 0.00 0.14 par:pas; -resapés resaper ver m p 0.00 0.34 0.00 0.07 par:pas; -rescaper rescaper ver 0.34 1.82 0.00 0.07 inf; -rescapes rescaper ver 0.34 1.82 0.03 0.00 ind:pre:2s; -rescapé rescapé nom m s 1.70 4.93 0.89 1.69 -rescapée rescapé nom f s 1.70 4.93 0.18 0.47 -rescapées rescapé adj f p 0.12 1.89 0.00 0.27 -rescapés rescapé nom m p 1.70 4.93 0.63 2.70 -rescision rescision nom f s 0.00 0.07 0.00 0.07 -rescousse rescousse nom f s 1.43 3.18 1.43 3.18 -rescrit rescrit nom m s 0.00 0.14 0.00 0.14 -reservir reservir ver 0.04 0.00 0.04 0.00 inf; -reset reset nom m s 0.05 0.00 0.05 0.00 -resocialisation resocialisation nom f s 0.01 0.00 0.01 0.00 -resongeait resonger ver 0.00 0.27 0.00 0.14 ind:imp:3s; -resonger resonger ver 0.00 0.27 0.00 0.14 inf; -respect respect nom m s 54.78 43.85 50.47 42.43 -respecta respecter ver 65.41 33.58 0.01 0.20 ind:pas:3s; -respectabilité respectabilité nom f s 1.22 2.30 1.22 2.30 -respectable respectable adj s 7.03 6.82 5.73 5.20 -respectables respectable adj p 7.03 6.82 1.30 1.62 -respectai respecter ver 65.41 33.58 0.00 0.07 ind:pas:1s; -respectaient respecter ver 65.41 33.58 0.34 1.49 ind:imp:3p; -respectais respecter ver 65.41 33.58 0.75 0.88 ind:imp:1s;ind:imp:2s; -respectait respecter ver 65.41 33.58 1.49 3.45 ind:imp:3s; -respectant respecter ver 65.41 33.58 0.66 1.89 par:pre; -respecte respecter ver 65.41 33.58 21.80 6.01 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:1s;sub:pre:3s; -respectent respecter ver 65.41 33.58 4.49 1.69 ind:pre:3p; -respecter respecter ver 65.41 33.58 17.54 10.14 inf; -respectera respecter ver 65.41 33.58 0.67 0.41 ind:fut:3s; -respecterai respecter ver 65.41 33.58 0.58 0.00 ind:fut:1s; -respecteraient respecter ver 65.41 33.58 0.01 0.07 cnd:pre:3p; -respecterais respecter ver 65.41 33.58 0.18 0.00 cnd:pre:1s;cnd:pre:2s; -respecterait respecter ver 65.41 33.58 0.14 0.20 cnd:pre:3s; -respecteras respecter ver 65.41 33.58 0.68 0.00 ind:fut:2s; -respecterez respecter ver 65.41 33.58 0.16 0.00 ind:fut:2p; -respecterons respecter ver 65.41 33.58 0.31 0.07 ind:fut:1p; -respecteront respecter ver 65.41 33.58 0.53 0.07 ind:fut:3p; -respectes respecter ver 65.41 33.58 2.68 0.27 ind:pre:2s; -respectez respecter ver 65.41 33.58 3.22 0.95 imp:pre:2p;ind:pre:2p; -respectiez respecter ver 65.41 33.58 0.33 0.07 ind:imp:2p; -respectif respectif adj m s 1.17 7.70 0.02 0.41 -respectifs respectif adj m p 1.17 7.70 0.63 3.92 -respections respecter ver 65.41 33.58 0.06 0.34 ind:imp:1p; -respective respectif adj f s 1.17 7.70 0.03 0.54 -respectivement respectivement adv 0.16 4.26 0.16 4.26 -respectives respectif adj f p 1.17 7.70 0.49 2.84 -respectons respecter ver 65.41 33.58 1.75 0.34 imp:pre:1p;ind:pre:1p; -respectât respecter ver 65.41 33.58 0.00 0.20 sub:imp:3s; -respects respect nom m p 54.78 43.85 4.32 1.42 -respecté respecter ver m s 65.41 33.58 4.79 2.84 par:pas; -respectée respecter ver f s 65.41 33.58 1.10 0.81 par:pas; -respectées respecter ver f p 65.41 33.58 0.68 0.41 par:pas; -respectueuse respectueux adj f s 4.17 8.92 0.52 3.18 -respectueusement respectueusement adv 0.79 3.85 0.79 3.85 -respectueuses respectueux adj f p 4.17 8.92 0.17 0.34 -respectueux respectueux adj m 4.17 8.92 3.47 5.41 -respectés respecté adj m p 3.58 3.45 0.65 0.74 -respir respir nom m s 0.00 0.14 0.00 0.14 -respira respirer ver 76.08 102.43 0.11 8.78 ind:pas:3s; -respirable respirable adj s 0.45 0.88 0.44 0.81 -respirables respirable adj m p 0.45 0.88 0.01 0.07 -respirai respirer ver 76.08 102.43 0.02 1.01 ind:pas:1s; -respiraient respirer ver 76.08 102.43 0.03 1.28 ind:imp:3p; -respirais respirer ver 76.08 102.43 0.86 4.32 ind:imp:1s;ind:imp:2s; -respirait respirer ver 76.08 102.43 2.40 17.43 ind:imp:3s; -respirant respirer ver 76.08 102.43 0.69 7.57 par:pre; -respirateur respirateur nom m s 1.68 0.34 1.64 0.34 -respirateurs respirateur nom m p 1.68 0.34 0.04 0.00 -respiration respiration nom f s 9.56 31.82 9.19 28.65 -respirations respiration nom f p 9.56 31.82 0.38 3.18 -respiratoire respiratoire adj s 3.73 1.49 2.26 0.88 -respiratoires respiratoire adj p 3.73 1.49 1.48 0.61 -respire respirer ver 76.08 102.43 29.20 17.77 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -respirent respirer ver 76.08 102.43 1.17 2.09 ind:pre:3p; -respirer respirer ver 76.08 102.43 27.58 33.51 inf; -respirera respirer ver 76.08 102.43 0.11 0.20 ind:fut:3s; -respirerai respirer ver 76.08 102.43 0.08 0.34 ind:fut:1s; -respirerais respirer ver 76.08 102.43 0.04 0.14 cnd:pre:1s; -respirerait respirer ver 76.08 102.43 0.11 0.27 cnd:pre:3s; -respireras respirer ver 76.08 102.43 0.16 0.00 ind:fut:2s; -respirerez respirer ver 76.08 102.43 0.02 0.00 ind:fut:2p; -respirerons respirer ver 76.08 102.43 0.00 0.07 ind:fut:1p; -respireront respirer ver 76.08 102.43 0.05 0.07 ind:fut:3p; -respires respirer ver 76.08 102.43 1.88 0.54 ind:pre:2s; -respirez respirer ver 76.08 102.43 9.23 0.68 imp:pre:2p;ind:pre:2p; -respiriez respirer ver 76.08 102.43 0.11 0.00 ind:imp:2p; -respirions respirer ver 76.08 102.43 0.14 0.34 ind:imp:1p; -respirons respirer ver 76.08 102.43 0.96 1.15 imp:pre:1p;ind:pre:1p; -respirât respirer ver 76.08 102.43 0.00 0.07 sub:imp:3s; -respirèrent respirer ver 76.08 102.43 0.01 0.07 ind:pas:3p; -respiré respirer ver m s 76.08 102.43 1.07 4.12 par:pas; -respirée respirer ver f s 76.08 102.43 0.02 0.41 par:pas; -respirées respirer ver f p 76.08 102.43 0.01 0.07 par:pas; -respirés respirer ver m p 76.08 102.43 0.03 0.14 par:pas; -resplendi resplendir ver m s 2.42 4.66 0.00 0.14 par:pas; -resplendir resplendir ver 2.42 4.66 0.32 0.61 inf; -resplendira resplendir ver 2.42 4.66 0.58 0.00 ind:fut:3s; -resplendiraient resplendir ver 2.42 4.66 0.00 0.07 cnd:pre:3p; -resplendirent resplendir ver 2.42 4.66 0.00 0.07 ind:pas:3p; -resplendis resplendir ver 2.42 4.66 0.11 0.07 ind:pre:1s;ind:pre:2s; -resplendissaient resplendir ver 2.42 4.66 0.00 0.27 ind:imp:3p; -resplendissait resplendir ver 2.42 4.66 0.49 1.49 ind:imp:3s; -resplendissant resplendissant adj m s 1.85 1.89 0.30 0.41 -resplendissante resplendissant adj f s 1.85 1.89 1.12 0.95 -resplendissantes resplendissant adj f p 1.85 1.89 0.07 0.27 -resplendissants resplendissant adj m p 1.85 1.89 0.35 0.27 -resplendisse resplendir ver 2.42 4.66 0.16 0.07 sub:pre:3s; -resplendissement resplendissement nom m s 0.00 0.07 0.00 0.07 -resplendissent resplendir ver 2.42 4.66 0.00 0.27 ind:pre:3p; -resplendissez resplendir ver 2.42 4.66 0.21 0.00 ind:pre:2p; -resplendit resplendir ver 2.42 4.66 0.52 1.22 ind:pre:3s;ind:pas:3s; -responsabilisation responsabilisation nom f s 0.01 0.00 0.01 0.00 -responsabilise responsabiliser ver 0.30 0.07 0.00 0.07 ind:pre:1s; -responsabiliser responsabiliser ver 0.30 0.07 0.30 0.00 inf; -responsabilité responsabilité nom f s 37.46 28.72 26.04 18.11 -responsabilités responsabilité nom f p 37.46 28.72 11.42 10.61 -responsable responsable adj s 46.01 21.82 40.66 17.43 -responsables responsable adj p 46.01 21.82 5.35 4.39 -resquillaient resquiller ver 0.45 0.68 0.00 0.07 ind:imp:3p; -resquillant resquiller ver 0.45 0.68 0.03 0.14 par:pre; -resquille resquiller ver 0.45 0.68 0.23 0.14 ind:pre:1s;ind:pre:3s; -resquiller resquiller ver 0.45 0.68 0.14 0.34 inf; -resquillera resquiller ver 0.45 0.68 0.01 0.00 ind:fut:3s; -resquilles resquiller ver 0.45 0.68 0.01 0.00 ind:pre:2s; -resquilleur resquilleur adj m s 0.10 0.07 0.10 0.07 -resquilleurs resquilleur nom m p 0.24 0.61 0.17 0.41 -resquilleuse resquilleur nom f s 0.24 0.61 0.01 0.00 -resquilleuses resquilleur nom f p 0.24 0.61 0.00 0.07 -resquillé resquiller ver m s 0.45 0.68 0.03 0.00 par:pas; -ressac ressac nom m s 0.14 4.39 0.14 4.32 -ressacs ressac nom m p 0.14 4.39 0.00 0.07 -ressaie ressayer ver 0.17 0.00 0.05 0.00 imp:pre:2s;ind:pre:1s;ind:pre:3s; -ressaisît ressaisir ver 5.87 7.77 0.00 0.07 sub:imp:3s; -ressaisi ressaisir ver m s 5.87 7.77 0.22 0.81 par:pas; -ressaisie ressaisir ver f s 5.87 7.77 0.06 0.47 par:pas; -ressaisir ressaisir ver 5.87 7.77 1.26 2.57 inf; -ressaisira ressaisir ver 5.87 7.77 0.10 0.14 ind:fut:3s; -ressaisirais ressaisir ver 5.87 7.77 0.01 0.00 cnd:pre:1s; -ressaisis ressaisir ver m p 5.87 7.77 3.06 0.61 imp:pre:2s;ind:pre:1s;ind:pre:2s;par:pas; -ressaisissaient ressaisir ver 5.87 7.77 0.00 0.07 ind:imp:3p; -ressaisissais ressaisir ver 5.87 7.77 0.01 0.07 ind:imp:1s; -ressaisissait ressaisir ver 5.87 7.77 0.01 0.14 ind:imp:3s; -ressaisissant ressaisir ver 5.87 7.77 0.00 0.20 par:pre; -ressaisisse ressaisir ver 5.87 7.77 0.02 0.34 sub:pre:1s;sub:pre:3s; -ressaisissement ressaisissement nom m s 0.00 0.07 0.00 0.07 -ressaisisses ressaisir ver 5.87 7.77 0.05 0.00 sub:pre:2s; -ressaisissez ressaisir ver 5.87 7.77 0.86 0.20 imp:pre:2p;ind:pre:2p; -ressaisissions ressaisir ver 5.87 7.77 0.00 0.07 ind:imp:1p; -ressaisissons ressaisir ver 5.87 7.77 0.03 0.07 imp:pre:1p; -ressaisit ressaisir ver 5.87 7.77 0.17 1.96 ind:pre:3s;ind:pas:3s; -ressassaient ressasser ver 1.31 5.27 0.00 0.14 ind:imp:3p; -ressassais ressasser ver 1.31 5.27 0.01 0.14 ind:imp:1s;ind:imp:2s; -ressassait ressasser ver 1.31 5.27 0.01 1.28 ind:imp:3s; -ressassant ressasser ver 1.31 5.27 0.05 0.54 par:pre; -ressasse ressasser ver 1.31 5.27 0.27 0.34 imp:pre:2s;ind:pre:1s;ind:pre:3s; -ressassement ressassement nom m s 0.00 0.47 0.00 0.47 -ressassent ressasser ver 1.31 5.27 0.01 0.20 ind:pre:3p; -ressasser ressasser ver 1.31 5.27 0.77 1.28 inf; -ressasseur ressasseur nom m s 0.00 0.07 0.00 0.07 -ressassez ressasser ver 1.31 5.27 0.00 0.07 ind:pre:2p; -ressassions ressasser ver 1.31 5.27 0.00 0.07 ind:imp:1p; -ressassèrent ressasser ver 1.31 5.27 0.01 0.00 ind:pas:3p; -ressassé ressasser ver m s 1.31 5.27 0.16 0.41 par:pas; -ressassée ressasser ver f s 1.31 5.27 0.00 0.14 par:pas; -ressassées ressasser ver f p 1.31 5.27 0.01 0.14 par:pas; -ressassés ressasser ver m p 1.31 5.27 0.02 0.54 par:pas; -ressaut ressaut nom m s 0.01 1.15 0.01 0.74 -ressauter ressauter ver 0.09 0.00 0.07 0.00 inf; -ressauts ressaut nom m p 0.01 1.15 0.00 0.41 -ressauté ressauter ver m s 0.09 0.00 0.01 0.00 par:pas; -ressayer ressayer ver 0.17 0.00 0.12 0.00 inf; -ressembla ressembler ver 148.60 157.50 0.00 1.01 ind:pas:3s; -ressemblaient ressembler ver 148.60 157.50 2.17 15.54 ind:imp:3p; -ressemblais ressembler ver 148.60 157.50 2.23 1.15 ind:imp:1s;ind:imp:2s; -ressemblait ressembler ver 148.60 157.50 13.41 54.26 ind:imp:3s; -ressemblance ressemblance nom f s 5.02 10.54 4.46 9.26 -ressemblances ressemblance nom f p 5.02 10.54 0.56 1.28 -ressemblant ressemblant adj m s 2.07 2.77 1.57 1.49 -ressemblante ressemblant adj f s 2.07 2.77 0.29 0.61 -ressemblantes ressemblant adj f p 2.07 2.77 0.14 0.20 -ressemblants ressemblant adj m p 2.07 2.77 0.06 0.47 -ressemblassent ressembler ver 148.60 157.50 0.00 0.14 sub:imp:3p; -ressemble ressembler ver 148.60 157.50 83.47 40.41 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:1s;sub:pre:3s; -ressemblent ressembler ver 148.60 157.50 11.21 13.18 ind:pre:3p; -ressembler ressembler ver 148.60 157.50 11.44 18.72 inf; -ressemblera ressembler ver 148.60 157.50 1.14 0.68 ind:fut:3s; -ressemblerai ressembler ver 148.60 157.50 0.09 0.14 ind:fut:1s; -ressembleraient ressembler ver 148.60 157.50 0.05 0.27 cnd:pre:3p; -ressemblerais ressembler ver 148.60 157.50 0.53 0.00 cnd:pre:1s;cnd:pre:2s; -ressemblerait ressembler ver 148.60 157.50 1.12 2.16 cnd:pre:3s; -ressembleras ressembler ver 148.60 157.50 0.21 0.07 ind:fut:2s; -ressemblerez ressembler ver 148.60 157.50 0.05 0.07 ind:fut:2p; -ressembleront ressembler ver 148.60 157.50 0.28 0.14 ind:fut:3p; -ressembles ressembler ver 148.60 157.50 11.93 1.01 ind:pre:2s;sub:pre:2s; -ressemblez ressembler ver 148.60 157.50 6.92 1.35 imp:pre:2p;ind:pre:2p; -ressembliez ressembler ver 148.60 157.50 0.26 0.14 ind:imp:2p; -ressemblions ressembler ver 148.60 157.50 0.03 0.61 ind:imp:1p; -ressemblons ressembler ver 148.60 157.50 0.89 0.74 ind:pre:1p; -ressemblât ressembler ver 148.60 157.50 0.01 1.28 sub:imp:3s; -ressemblèrent ressembler ver 148.60 157.50 0.00 0.20 ind:pas:3p; -ressemblé ressembler ver m s 148.60 157.50 0.17 1.49 par:pas; -ressemelage ressemelage nom m s 0.00 0.41 0.00 0.27 -ressemelages ressemelage nom m p 0.00 0.41 0.00 0.14 -ressemelait ressemeler ver 0.02 0.34 0.00 0.07 ind:imp:3s; -ressemeler ressemeler ver 0.02 0.34 0.02 0.14 inf; -ressemellent ressemeler ver 0.02 0.34 0.00 0.07 ind:pre:3p; -ressemelée ressemeler ver f s 0.02 0.34 0.00 0.07 par:pas; -ressemer ressemer ver 0.01 0.00 0.01 0.00 inf; -ressens ressentir ver 78.78 70.14 27.91 5.68 imp:pre:2s;ind:pre:1s;ind:pre:2s; -ressent ressentir ver 78.78 70.14 10.23 7.23 ind:pre:3s; -ressentîmes ressentir ver 78.78 70.14 0.00 0.07 ind:pas:1p; -ressentît ressentir ver 78.78 70.14 0.00 0.34 sub:imp:3s; -ressentaient ressentir ver 78.78 70.14 0.12 1.28 ind:imp:3p; -ressentais ressentir ver 78.78 70.14 2.72 5.81 ind:imp:1s;ind:imp:2s; -ressentait ressentir ver 78.78 70.14 1.66 12.77 ind:imp:3s; -ressentant ressentir ver 78.78 70.14 0.08 0.61 par:pre; -ressente ressentir ver 78.78 70.14 0.72 0.47 sub:pre:1s;sub:pre:3s; -ressentent ressentir ver 78.78 70.14 2.49 1.28 ind:pre:3p; -ressentes ressentir ver 78.78 70.14 0.41 0.00 sub:pre:2s; -ressentez ressentir ver 78.78 70.14 6.70 0.27 imp:pre:2p;ind:pre:2p; -ressenti ressentir ver m s 78.78 70.14 11.36 10.68 par:pas; -ressentie ressentir ver f s 78.78 70.14 0.60 2.64 par:pas; -ressenties ressentir ver f p 78.78 70.14 0.07 0.34 par:pas; -ressentiez ressentir ver 78.78 70.14 0.50 0.00 ind:imp:2p; -ressentiment ressentiment nom m s 1.83 5.00 1.56 4.59 -ressentiments ressentiment nom m p 1.83 5.00 0.27 0.41 -ressentions ressentir ver 78.78 70.14 0.04 0.34 ind:imp:1p; -ressentir ressentir ver 78.78 70.14 9.76 10.54 inf; -ressentira ressentir ver 78.78 70.14 0.26 0.00 ind:fut:3s; -ressentirai ressentir ver 78.78 70.14 0.11 0.00 ind:fut:1s; -ressentirais ressentir ver 78.78 70.14 0.42 0.14 cnd:pre:1s;cnd:pre:2s; -ressentirait ressentir ver 78.78 70.14 0.16 0.14 cnd:pre:3s; -ressentiras ressentir ver 78.78 70.14 0.06 0.07 ind:fut:2s; -ressentirent ressentir ver 78.78 70.14 0.00 0.27 ind:pas:3p; -ressentirez ressentir ver 78.78 70.14 0.16 0.00 ind:fut:2p; -ressentiriez ressentir ver 78.78 70.14 0.17 0.00 cnd:pre:2p; -ressentirions ressentir ver 78.78 70.14 0.01 0.00 cnd:pre:1p; -ressentiront ressentir ver 78.78 70.14 0.04 0.07 ind:fut:3p; -ressentis ressentir ver m p 78.78 70.14 0.66 3.24 ind:pas:1s;par:pas; -ressentit ressentir ver 78.78 70.14 0.45 5.74 ind:pas:3s; -ressentons ressentir ver 78.78 70.14 0.90 0.14 imp:pre:1p;ind:pre:1p; -resserra resserrer ver 3.74 11.08 0.00 1.01 ind:pas:3s; -resserrage resserrage nom m s 0.10 0.00 0.10 0.00 -resserraient resserrer ver 3.74 11.08 0.02 0.34 ind:imp:3p; -resserrait resserrer ver 3.74 11.08 0.02 1.82 ind:imp:3s; -resserrant resserrer ver 3.74 11.08 0.00 0.61 par:pre; -resserre resserrer ver 3.74 11.08 1.15 1.69 imp:pre:2s;ind:pre:1s;ind:pre:3s; -resserrement resserrement nom m s 0.00 1.15 0.00 1.15 -resserrent resserrer ver 3.74 11.08 0.35 0.95 ind:pre:3p; -resserrer resserrer ver 3.74 11.08 1.19 2.23 inf; -resserrera resserrer ver 3.74 11.08 0.04 0.07 ind:fut:3s; -resserrerai resserrer ver 3.74 11.08 0.01 0.14 ind:fut:1s; -resserrerait resserrer ver 3.74 11.08 0.02 0.07 cnd:pre:3s; -resserres resserrer ver 3.74 11.08 0.02 0.00 ind:pre:2s; -resserrez resserrer ver 3.74 11.08 0.45 0.00 imp:pre:2p;ind:pre:2p; -resserrions resserrer ver 3.74 11.08 0.00 0.07 ind:imp:1p; -resserrons resserrer ver 3.74 11.08 0.02 0.07 imp:pre:1p;ind:pre:1p; -resserrèrent resserrer ver 3.74 11.08 0.00 0.20 ind:pas:3p; -resserré resserrer ver m s 3.74 11.08 0.42 0.95 par:pas; -resserrée resserrer ver f s 3.74 11.08 0.01 0.34 par:pas; -resserrées resserrer ver f p 3.74 11.08 0.01 0.41 par:pas; -resserrés resserré adj m p 0.06 1.69 0.04 0.54 -ressers resservir ver 2.25 3.04 1.13 0.27 imp:pre:2s;ind:pre:1s;ind:pre:2s; -ressert resservir ver 2.25 3.04 0.07 0.27 ind:pre:3s; -resservais resservir ver 2.25 3.04 0.01 0.00 ind:imp:2s; -resservait resservir ver 2.25 3.04 0.01 0.47 ind:imp:3s; -resservez resservir ver 2.25 3.04 0.17 0.00 imp:pre:2p;ind:pre:2p; -resservi resservir ver m s 2.25 3.04 0.06 0.68 par:pas; -resservir resservir ver 2.25 3.04 0.58 0.81 inf; -resservirai resservir ver 2.25 3.04 0.02 0.00 ind:fut:1s; -resservirais resservir ver 2.25 3.04 0.10 0.00 cnd:pre:1s; -resservirait resservir ver 2.25 3.04 0.00 0.14 cnd:pre:3s; -resservis resservir ver m p 2.25 3.04 0.10 0.07 par:pas; -resservit resservir ver 2.25 3.04 0.00 0.34 ind:pas:3s; -ressors ressortir ver 15.23 31.69 1.35 0.81 imp:pre:2s;ind:pre:1s;ind:pre:2s; -ressort ressort nom m s 6.95 20.54 5.69 13.65 -ressortîmes ressortir ver 15.23 31.69 0.00 0.14 ind:pas:1p; -ressortaient ressortir ver 15.23 31.69 0.05 1.35 ind:imp:3p; -ressortais ressortir ver 15.23 31.69 0.04 0.20 ind:imp:1s;ind:imp:2s; -ressortait ressortir ver 15.23 31.69 0.12 4.19 ind:imp:3s; -ressortant ressortir ver 15.23 31.69 0.08 0.95 par:pre; -ressorte ressortir ver 15.23 31.69 0.41 0.20 sub:pre:1s;sub:pre:3s; -ressortent ressortir ver 15.23 31.69 0.79 1.22 ind:pre:3p; -ressortes ressortir ver 15.23 31.69 0.03 0.00 sub:pre:2s; -ressortez ressortir ver 15.23 31.69 0.22 0.20 imp:pre:2p;ind:pre:2p; -ressorti ressortir ver m s 15.23 31.69 1.91 2.84 par:pas; -ressortie ressortir ver f s 15.23 31.69 1.27 1.22 par:pas; -ressorties ressortir ver f p 15.23 31.69 0.04 0.14 par:pas; -ressortions ressortir ver 15.23 31.69 0.02 0.20 ind:imp:1p; -ressortir ressortir ver 15.23 31.69 4.64 7.91 inf; -ressortira ressortir ver 15.23 31.69 0.26 0.41 ind:fut:3s; -ressortirai ressortir ver 15.23 31.69 0.37 0.00 ind:fut:1s; -ressortiraient ressortir ver 15.23 31.69 0.00 0.07 cnd:pre:3p; -ressortirais ressortir ver 15.23 31.69 0.07 0.07 cnd:pre:1s;cnd:pre:2s; -ressortirait ressortir ver 15.23 31.69 0.09 0.14 cnd:pre:3s; -ressortiras ressortir ver 15.23 31.69 0.17 0.14 ind:fut:2s; -ressortirent ressortir ver 15.23 31.69 0.01 0.54 ind:pas:3p; -ressortirez ressortir ver 15.23 31.69 0.03 0.00 ind:fut:2p; -ressortiront ressortir ver 15.23 31.69 0.05 0.07 ind:fut:3p; -ressortis ressortir ver m p 15.23 31.69 0.43 1.01 ind:pas:1s;par:pas; -ressortissant ressortissant nom m s 0.46 1.49 0.11 0.47 -ressortissante ressortissant nom f s 0.46 1.49 0.01 0.14 -ressortissants ressortissant nom m p 0.46 1.49 0.34 0.88 -ressortit ressortir ver 15.23 31.69 0.26 4.05 ind:pas:3s; -ressortons ressortir ver 15.23 31.69 0.04 0.00 imp:pre:1p;ind:pre:1p; -ressorts ressort nom m p 6.95 20.54 1.27 6.89 -ressoudant ressouder ver 0.39 1.01 0.00 0.07 par:pre; -ressoude ressouder ver 0.39 1.01 0.01 0.07 ind:pre:3s; -ressouder ressouder ver 0.39 1.01 0.20 0.41 inf; -ressoudé ressouder ver m s 0.39 1.01 0.01 0.27 par:pas; -ressoudée ressouder ver f s 0.39 1.01 0.12 0.14 par:pas; -ressoudés ressouder ver m p 0.39 1.01 0.04 0.07 par:pas; -ressource ressource nom f s 8.81 22.50 1.13 5.95 -ressourcement ressourcement nom m s 0.01 0.07 0.01 0.07 -ressourcer ressourcer ver 0.40 0.47 0.40 0.27 ind:pre:2p;inf; -ressources ressource nom f p 8.81 22.50 7.68 16.55 -ressourcé ressourcer ver m s 0.40 0.47 0.00 0.07 par:pas; -ressourçais ressourcer ver 0.40 0.47 0.00 0.07 ind:imp:1s; -ressourçait ressourcer ver 0.40 0.47 0.00 0.07 ind:imp:3s; -ressouvenait ressouvenir ver 0.68 0.88 0.00 0.14 ind:imp:3s; -ressouvenant ressouvenir ver 0.68 0.88 0.00 0.07 par:pre; -ressouvenir ressouvenir ver 0.68 0.88 0.68 0.47 inf; -ressouvenue ressouvenir ver f s 0.68 0.88 0.00 0.07 par:pas; -ressouviens ressouvenir ver 0.68 0.88 0.00 0.07 ind:pre:1s; -ressouvint ressouvenir ver 0.68 0.88 0.00 0.07 ind:pas:3s; -ressui ressui nom m s 0.00 0.07 0.00 0.07 -ressuiement ressuiement nom m s 0.00 0.07 0.00 0.07 -ressurgi ressurgir ver m s 0.70 1.55 0.04 0.34 par:pas; -ressurgie ressurgir ver f s 0.70 1.55 0.00 0.14 par:pas; -ressurgir ressurgir ver 0.70 1.55 0.36 0.41 inf; -ressurgirait ressurgir ver 0.70 1.55 0.00 0.07 cnd:pre:3s; -ressurgirent ressurgir ver 0.70 1.55 0.00 0.07 ind:pas:3p; -ressurgiront ressurgir ver 0.70 1.55 0.02 0.00 ind:fut:3p; -ressurgissait ressurgir ver 0.70 1.55 0.01 0.14 ind:imp:3s; -ressurgissant ressurgir ver 0.70 1.55 0.00 0.20 par:pre; -ressurgissent ressurgir ver 0.70 1.55 0.09 0.00 ind:pre:3p; -ressurgit ressurgir ver 0.70 1.55 0.18 0.20 ind:pre:3s; -ressuscita ressusciter ver 11.44 17.91 0.06 0.27 ind:pas:3s; -ressuscitai ressusciter ver 11.44 17.91 0.00 0.14 ind:pas:1s; -ressuscitaient ressusciter ver 11.44 17.91 0.02 0.95 ind:imp:3p; -ressuscitais ressusciter ver 11.44 17.91 0.01 0.20 ind:imp:1s; -ressuscitait ressusciter ver 11.44 17.91 0.11 1.35 ind:imp:3s; -ressuscitant ressusciter ver 11.44 17.91 0.03 0.68 par:pre; -ressuscite ressusciter ver 11.44 17.91 0.82 1.42 imp:pre:2s;ind:pre:1s;ind:pre:3s; -ressuscitent ressusciter ver 11.44 17.91 0.51 1.08 ind:pre:3p; -ressusciter ressusciter ver 11.44 17.91 2.94 4.80 inf; -ressuscitera ressusciter ver 11.44 17.91 1.03 0.27 ind:fut:3s; -ressusciterai ressusciter ver 11.44 17.91 0.11 0.07 ind:fut:1s; -ressusciteraient ressusciter ver 11.44 17.91 0.01 0.20 cnd:pre:3p; -ressusciterait ressusciter ver 11.44 17.91 0.29 0.47 cnd:pre:3s; -ressusciteras ressusciter ver 11.44 17.91 0.00 0.07 ind:fut:2s; -ressusciterez ressusciter ver 11.44 17.91 0.01 0.07 ind:fut:2p; -ressusciterons ressusciter ver 11.44 17.91 0.27 0.14 ind:fut:1p; -ressusciteront ressusciter ver 11.44 17.91 0.06 0.14 ind:fut:3p; -ressuscites ressusciter ver 11.44 17.91 0.22 0.07 ind:pre:2s; -ressuscitez ressusciter ver 11.44 17.91 0.27 0.00 imp:pre:2p;ind:pre:2p; -ressuscitons ressusciter ver 11.44 17.91 0.01 0.00 imp:pre:1p; -ressuscitât ressusciter ver 11.44 17.91 0.00 0.07 sub:imp:3s; -ressuscité ressusciter ver m s 11.44 17.91 3.86 3.72 par:pas; -ressuscitée ressusciter ver f s 11.44 17.91 0.56 0.81 par:pas; -ressuscitées ressusciter ver f p 11.44 17.91 0.01 0.20 par:pas; -ressuscités ressusciter ver m p 11.44 17.91 0.23 0.74 par:pas; -ressué ressuer ver m s 0.00 0.07 0.00 0.07 par:pas; -ressuyé ressuyer ver m s 0.00 0.34 0.00 0.20 par:pas; -ressuyée ressuyer ver f s 0.00 0.34 0.00 0.14 par:pas; -resta rester ver 1003.57 793.78 3.53 52.70 ind:pas:3s; -restai rester ver 1003.57 793.78 1.27 13.92 ind:pas:1s; -restaient rester ver 1003.57 793.78 2.81 32.23 ind:imp:3p; -restais rester ver 1003.57 793.78 4.84 13.58 ind:imp:1s;ind:imp:2s; -restait rester ver 1003.57 793.78 18.34 152.64 ind:imp:3s; -restant restant nom m s 5.74 5.68 5.54 5.41 -restante restant adj f s 2.42 3.24 0.83 1.35 -restantes restant adj f p 2.42 3.24 0.28 0.47 -restants restant adj m p 2.42 3.24 0.81 0.14 -restassent rester ver 1003.57 793.78 0.00 0.27 sub:imp:3p; -restau restau nom m s 3.65 2.50 3.31 2.09 -restaura restaurer ver 6.31 9.26 0.00 0.07 ind:pas:3s; -restaurait restaurer ver 6.31 9.26 0.04 0.34 ind:imp:3s; -restaurant restaurant nom m s 50.04 48.99 44.29 38.85 -restaurants restaurant nom m p 50.04 48.99 5.75 10.14 -restaurateur restaurateur nom m s 1.25 2.57 1.09 1.62 -restaurateurs restaurateur nom m p 1.25 2.57 0.09 0.61 -restauration restauration nom f s 2.96 5.27 2.90 5.07 -restaurations restauration nom f p 2.96 5.27 0.06 0.20 -restauratrice restaurateur nom f s 1.25 2.57 0.07 0.34 -restaure restaurer ver 6.31 9.26 1.24 0.41 imp:pre:2s;ind:pre:1s;ind:pre:3s; -restaurent restaurer ver 6.31 9.26 0.23 0.14 ind:pre:3p; -restaurer restaurer ver 6.31 9.26 2.20 4.32 inf;; -restaurera restaurer ver 6.31 9.26 0.01 0.00 ind:fut:3s; -restaurerai restaurer ver 6.31 9.26 0.01 0.00 ind:fut:1s; -restaureraient restaurer ver 6.31 9.26 0.00 0.07 cnd:pre:3p; -restaurerait restaurer ver 6.31 9.26 0.01 0.07 cnd:pre:3s; -restaurez restaurer ver 6.31 9.26 0.22 0.00 imp:pre:2p;ind:pre:2p; -restaurons restaurer ver 6.31 9.26 0.03 0.00 imp:pre:1p; -restauroute restauroute nom m s 0.00 0.41 0.00 0.41 -restauré restaurer ver m s 6.31 9.26 0.93 1.49 par:pas; -restaurée restaurer ver f s 6.31 9.26 0.49 0.81 par:pas; -restaurées restaurer ver f p 6.31 9.26 0.14 0.47 par:pas; -restaurés restaurer ver m p 6.31 9.26 0.05 0.14 par:pas; -restaus restau nom m p 3.65 2.50 0.34 0.41 -reste rester ver 1003.57 793.78 320.44 153.99 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -restent rester ver 1003.57 793.78 21.75 25.20 ind:pre:3p; -rester rester ver 1003.57 793.78 310.37 123.78 inf;;inf;;inf;; -restera rester ver 1003.57 793.78 25.73 15.68 ind:fut:3s; -resterai rester ver 1003.57 793.78 11.80 3.85 ind:fut:1s; -resteraient rester ver 1003.57 793.78 0.43 3.04 cnd:pre:3p; -resterais rester ver 1003.57 793.78 4.68 2.50 cnd:pre:1s;cnd:pre:2s; -resterait rester ver 1003.57 793.78 5.30 12.09 cnd:pre:3s; -resteras rester ver 1003.57 793.78 6.32 1.82 ind:fut:2s; -resterez rester ver 1003.57 793.78 5.75 1.35 ind:fut:2p; -resteriez rester ver 1003.57 793.78 1.00 0.20 cnd:pre:2p; -resterions rester ver 1003.57 793.78 0.05 0.61 cnd:pre:1p; -resterons rester ver 1003.57 793.78 3.63 1.49 ind:fut:1p; -resteront rester ver 1003.57 793.78 3.98 2.23 ind:fut:3p; -restes rester ver 1003.57 793.78 44.15 6.28 ind:pre:2s;sub:pre:2s; -restez rester ver 1003.57 793.78 105.52 10.81 imp:pre:2p;ind:pre:2p; -restiez rester ver 1003.57 793.78 4.42 1.01 ind:imp:2p; -restions rester ver 1003.57 793.78 0.94 4.86 ind:imp:1p; -restituaient restituer ver 2.44 9.39 0.00 0.14 ind:imp:3p; -restituait restituer ver 2.44 9.39 0.00 1.49 ind:imp:3s; -restituant restituer ver 2.44 9.39 0.00 0.61 par:pre; -restitue restituer ver 2.44 9.39 0.43 1.55 imp:pre:2s;ind:pre:1s;ind:pre:3s; -restituent restituer ver 2.44 9.39 0.02 0.27 ind:pre:3p; -restituer restituer ver 2.44 9.39 1.10 2.84 inf; -restituera restituer ver 2.44 9.39 0.02 0.14 ind:fut:3s; -restituerai restituer ver 2.44 9.39 0.03 0.00 ind:fut:1s; -restituerait restituer ver 2.44 9.39 0.00 0.20 cnd:pre:3s; -restituerons restituer ver 2.44 9.39 0.14 0.07 ind:fut:1p; -restituez restituer ver 2.44 9.39 0.04 0.00 imp:pre:2p; -restituiez restituer ver 2.44 9.39 0.00 0.07 ind:imp:2p; -restitution restitution nom f s 0.28 0.88 0.28 0.88 -restitué restituer ver m s 2.44 9.39 0.38 0.81 par:pas; -restituée restituer ver f s 2.44 9.39 0.20 0.61 par:pas; -restituées restituer ver f p 2.44 9.39 0.04 0.27 par:pas; -restitués restituer ver m p 2.44 9.39 0.03 0.34 par:pas; -resto resto nom m s 10.47 1.62 9.36 1.42 -restâmes rester ver 1003.57 793.78 0.04 3.04 ind:pas:1p; -restons rester ver 1003.57 793.78 16.36 6.82 imp:pre:1p;ind:pre:1p; -restoroute restoroute nom m s 0.16 0.14 0.16 0.14 -restos resto nom m p 10.47 1.62 1.10 0.20 -restât rester ver 1003.57 793.78 0.03 4.19 sub:imp:3s; -restreignait restreindre ver 1.14 2.30 0.00 0.07 ind:imp:3s; -restreignant restreindre ver 1.14 2.30 0.02 0.07 par:pre; -restreignent restreindre ver 1.14 2.30 0.00 0.07 ind:pre:3p; -restreignez restreindre ver 1.14 2.30 0.01 0.00 ind:pre:2p; -restreignit restreindre ver 1.14 2.30 0.00 0.07 ind:pas:3s; -restreindre restreindre ver 1.14 2.30 0.30 0.41 inf; -restreins restreindre ver 1.14 2.30 0.04 0.00 imp:pre:2s;ind:pre:1s; -restreint restreindre ver m s 1.14 2.30 0.58 0.68 ind:pre:3s;par:pas; -restreinte restreint adj f s 0.54 5.41 0.20 1.42 -restreintes restreint adj f p 0.54 5.41 0.03 0.34 -restreints restreint adj m p 0.54 5.41 0.01 0.74 -restrictif restrictif adj m s 0.80 0.20 0.20 0.07 -restriction restriction nom f s 1.94 6.69 1.07 2.36 -restrictions restriction nom f p 1.94 6.69 0.88 4.32 -restrictive restrictif adj f s 0.80 0.20 0.58 0.07 -restrictives restrictif adj f p 0.80 0.20 0.02 0.07 -restructurant restructurer ver 0.94 0.07 0.01 0.00 par:pre; -restructuration restructuration nom f s 0.91 0.34 0.91 0.20 -restructurations restructuration nom f p 0.91 0.34 0.00 0.07 -restructurer restructurer ver 0.94 0.07 0.45 0.00 inf; -restructureront restructurer ver 0.94 0.07 0.01 0.00 ind:fut:3p; -restructurons restructurer ver 0.94 0.07 0.00 0.07 ind:pre:1p; -restructuré restructurer ver m s 0.94 0.07 0.34 0.00 par:pas; -restructurée restructurer ver f s 0.94 0.07 0.13 0.00 par:pas; -restèrent rester ver 1003.57 793.78 0.45 14.19 ind:pas:3p; -resté rester ver m s 1003.57 793.78 43.45 62.09 par:pas; -restée rester ver f s 1003.57 793.78 19.08 31.08 ind:imp:3p;par:pas; -restées rester ver f p 1003.57 793.78 1.62 6.01 par:pas; -restés rester ver m p 1003.57 793.78 10.74 21.08 par:pas; -resucée resucée nom f s 0.03 0.14 0.03 0.14 -resurgît resurgir ver 0.85 3.92 0.00 0.07 sub:imp:3s; -resurgi resurgir ver m s 0.85 3.92 0.04 0.20 par:pas; -resurgies resurgir ver f p 0.85 3.92 0.00 0.14 par:pas; -resurgir resurgir ver 0.85 3.92 0.39 1.42 inf; -resurgira resurgir ver 0.85 3.92 0.05 0.07 ind:fut:3s; -resurgirai resurgir ver 0.85 3.92 0.01 0.00 ind:fut:1s; -resurgirait resurgir ver 0.85 3.92 0.01 0.07 cnd:pre:3s; -resurgirent resurgir ver 0.85 3.92 0.00 0.07 ind:pas:3p; -resurgiront resurgir ver 0.85 3.92 0.00 0.07 ind:fut:3p; -resurgis resurgir ver m p 0.85 3.92 0.00 0.07 par:pas; -resurgissaient resurgir ver 0.85 3.92 0.00 0.20 ind:imp:3p; -resurgissait resurgir ver 0.85 3.92 0.01 0.41 ind:imp:3s; -resurgissant resurgir ver 0.85 3.92 0.01 0.14 par:pre; -resurgisse resurgir ver 0.85 3.92 0.03 0.07 sub:pre:3s; -resurgissent resurgir ver 0.85 3.92 0.02 0.34 ind:pre:3p; -resurgit resurgir ver 0.85 3.92 0.28 0.61 ind:pre:3s;ind:pas:3s; -retînmes retenir ver 71.58 143.92 0.00 0.14 ind:pas:1p; -retînt retenir ver 71.58 143.92 0.00 0.34 sub:imp:3s; -retable retable nom m s 0.34 1.15 0.24 0.81 -retables retable nom m p 0.34 1.15 0.10 0.34 -retaillaient retailler ver 0.05 1.01 0.00 0.07 ind:imp:3p; -retaillait retailler ver 0.05 1.01 0.00 0.07 ind:imp:3s; -retaille retailler ver 0.05 1.01 0.00 0.14 ind:pre:1s;ind:pre:3s; -retailler retailler ver 0.05 1.01 0.02 0.27 inf; -retaillé retailler ver m s 0.05 1.01 0.01 0.27 par:pas; -retaillée retailler ver f s 0.05 1.01 0.00 0.07 par:pas; -retaillées retailler ver f p 0.05 1.01 0.01 0.07 par:pas; -retaillés retailler ver m p 0.05 1.01 0.00 0.07 par:pas; -retapa retaper ver 3.50 4.05 0.00 0.14 ind:pas:3s; -retapaient retaper ver 3.50 4.05 0.00 0.07 ind:imp:3p; -retapait retaper ver 3.50 4.05 0.01 0.14 ind:imp:3s; -retapant retaper ver 3.50 4.05 0.00 0.14 par:pre; -retape retaper ver 3.50 4.05 0.36 0.47 imp:pre:2s;ind:pre:1s;ind:pre:3s; -retapent retaper ver 3.50 4.05 0.01 0.07 ind:pre:3p; -retaper retaper ver 3.50 4.05 1.60 1.28 inf; -retaperait retaper ver 3.50 4.05 0.00 0.07 cnd:pre:3s; -retapeur retapeur nom m s 0.01 0.00 0.01 0.00 -retapez retaper ver 3.50 4.05 0.08 0.00 imp:pre:2p;ind:pre:2p; -retapissant retapisser ver 0.32 3.31 0.00 0.07 par:pre; -retapisse retapisser ver 0.32 3.31 0.25 0.95 ind:pre:1s;ind:pre:3s; -retapissent retapisser ver 0.32 3.31 0.00 0.27 ind:pre:3p; -retapisser retapisser ver 0.32 3.31 0.05 0.88 inf; -retapisserait retapisser ver 0.32 3.31 0.00 0.07 cnd:pre:3s; -retapisses retapisser ver 0.32 3.31 0.00 0.07 ind:pre:2s; -retapissé retapisser ver m s 0.32 3.31 0.03 0.61 par:pas; -retapissée retapisser ver f s 0.32 3.31 0.00 0.34 par:pas; -retapissées retapisser ver f p 0.32 3.31 0.00 0.07 par:pas; -retapé retaper ver m s 3.50 4.05 1.14 1.01 par:pas; -retapée retaper ver f s 3.50 4.05 0.28 0.47 par:pas; -retapées retaper ver f p 3.50 4.05 0.00 0.14 par:pas; -retapés retaper ver m p 3.50 4.05 0.01 0.07 par:pas; -retard retard nom m s 126.45 46.62 125.65 43.45 -retarda retarder ver 11.89 14.53 0.00 0.47 ind:pas:3s; -retardaient retarder ver 11.89 14.53 0.01 0.54 ind:imp:3p; -retardais retarder ver 11.89 14.53 0.17 0.27 ind:imp:1s;ind:imp:2s; -retardait retarder ver 11.89 14.53 0.21 1.08 ind:imp:3s; -retardant retarder ver 11.89 14.53 0.03 0.88 par:pre; -retardataire retardataire adj s 0.33 0.68 0.32 0.47 -retardataires retardataire nom p 0.70 1.01 0.52 0.88 -retardateur retardateur nom m s 0.14 0.00 0.14 0.00 -retarde retarder ver 11.89 14.53 1.95 1.55 imp:pre:2s;ind:pre:1s;ind:pre:3s; -retardement retardement nom m s 1.61 2.03 1.61 2.03 -retardent retarder ver 11.89 14.53 0.36 0.47 ind:pre:3p; -retarder retarder ver 11.89 14.53 3.09 4.46 inf;; -retardera retarder ver 11.89 14.53 0.24 0.00 ind:fut:3s; -retarderai retarder ver 11.89 14.53 0.04 0.14 ind:fut:1s; -retarderaient retarder ver 11.89 14.53 0.02 0.07 cnd:pre:3p; -retarderait retarder ver 11.89 14.53 0.10 0.41 cnd:pre:3s; -retarderez retarder ver 11.89 14.53 0.01 0.00 ind:fut:2p; -retarderiez retarder ver 11.89 14.53 0.01 0.00 cnd:pre:2p; -retardes retarder ver 11.89 14.53 0.87 0.14 ind:pre:2s; -retardez retarder ver 11.89 14.53 0.56 0.20 imp:pre:2p;ind:pre:2p; -retardions retarder ver 11.89 14.53 0.00 0.07 ind:imp:1p; -retardons retarder ver 11.89 14.53 0.20 0.14 imp:pre:1p;ind:pre:1p; -retardât retarder ver 11.89 14.53 0.00 0.07 sub:imp:3s; -retards retard nom m p 126.45 46.62 0.81 3.18 -retardèrent retarder ver 11.89 14.53 0.00 0.07 ind:pas:3p; -retardé retarder ver m s 11.89 14.53 2.90 2.36 par:pas; -retardée retarder ver f s 11.89 14.53 0.67 1.01 par:pas; -retardées retarder ver f p 11.89 14.53 0.06 0.07 par:pas; -retardés retarder ver m p 11.89 14.53 0.39 0.07 par:pas; -reteindre reteindre ver 0.12 0.20 0.11 0.07 inf; -reteints reteindre ver m p 0.12 0.20 0.01 0.14 par:pas; -retenaient retenir ver 71.58 143.92 0.42 4.66 ind:imp:3p; -retenais retenir ver 71.58 143.92 0.34 2.23 ind:imp:1s;ind:imp:2s; -retenait retenir ver 71.58 143.92 1.10 15.34 ind:imp:3s; -retenant retenir ver 71.58 143.92 0.70 8.78 par:pre; -retendait retendre ver 0.16 0.61 0.00 0.20 ind:imp:3s; -retendre retendre ver 0.16 0.61 0.01 0.20 inf; -retends retendre ver 0.16 0.61 0.00 0.07 ind:pre:2s; -retendu retendre ver m s 0.16 0.61 0.15 0.07 par:pas; -retendues retendre ver f p 0.16 0.61 0.00 0.07 par:pas; -retenez retenir ver 71.58 143.92 6.15 0.88 imp:pre:2p;ind:pre:2p; -reteniez retenir ver 71.58 143.92 0.05 0.07 ind:imp:2p; -retenions retenir ver 71.58 143.92 0.02 0.34 ind:imp:1p; -retenir retenir ver 71.58 143.92 19.63 38.65 inf; -retenons retenir ver 71.58 143.92 0.19 0.14 imp:pre:1p;ind:pre:1p; -retente retenter ver 0.70 0.00 0.23 0.00 imp:pre:2s;ind:pre:1s;ind:pre:3s; -retenter retenter ver 0.70 0.00 0.44 0.00 inf; -retentes retenter ver 0.70 0.00 0.04 0.00 ind:pre:2s; -retenti retentir ver m s 2.86 25.34 0.48 2.16 par:pas; -retentir retentir ver 2.86 25.34 0.27 3.58 inf; -retentira retentir ver 2.86 25.34 0.15 0.20 ind:fut:3s; -retentirait retentir ver 2.86 25.34 0.00 0.34 cnd:pre:3s; -retentirent retentir ver 2.86 25.34 0.00 1.62 ind:pas:3p; -retentiront retentir ver 2.86 25.34 0.04 0.07 ind:fut:3p; -retentissaient retentir ver 2.86 25.34 0.00 1.76 ind:imp:3p; -retentissait retentir ver 2.86 25.34 0.04 2.43 ind:imp:3s; -retentissant retentissant adj m s 0.20 2.50 0.14 1.01 -retentissante retentissant adj f s 0.20 2.50 0.03 0.68 -retentissantes retentissant adj f p 0.20 2.50 0.00 0.20 -retentissants retentissant adj m p 0.20 2.50 0.03 0.61 -retentisse retentir ver 2.86 25.34 0.03 0.14 sub:pre:3s; -retentissement retentissement nom m s 0.02 1.55 0.02 1.55 -retentissent retentir ver 2.86 25.34 0.19 1.22 ind:pre:3p; -retentit retentir ver 2.86 25.34 1.62 11.01 ind:pre:3s;ind:pas:3s; -retenu retenir ver m s 71.58 143.92 10.20 21.22 par:pas; -retenue retenue nom f s 3.74 8.04 3.47 7.64 -retenues retenir ver f p 71.58 143.92 0.59 1.55 par:pas; -retenus retenir ver m p 71.58 143.92 0.98 4.12 par:pas; -reçûmes recevoir ver 192.73 224.46 0.01 0.54 ind:pas:1p; -reçût recevoir ver 192.73 224.46 0.01 0.54 sub:imp:3s; -reçois recevoir ver 192.73 224.46 17.48 7.43 imp:pre:2s;ind:pre:1s;ind:pre:2s; -reçoit recevoir ver 192.73 224.46 14.90 14.19 ind:pre:3s; -reçoive recevoir ver 192.73 224.46 2.11 1.55 sub:pre:1s;sub:pre:3s; -reçoivent recevoir ver 192.73 224.46 3.08 4.19 ind:pre:3p;sub:pre:3p; -reçoives recevoir ver 192.73 224.46 0.20 0.00 sub:pre:2s; -reçu recevoir ver m s 192.73 224.46 76.46 56.15 par:pas; -reçue recevoir ver f s 192.73 224.46 4.55 7.03 par:pas; -reçues recevoir ver f p 192.73 224.46 1.29 3.18 par:pas; -reçurent recevoir ver 192.73 224.46 0.23 2.64 ind:pas:3p; -reçus recevoir ver m p 192.73 224.46 1.85 10.88 ind:pas:1s;ind:pas:2s;par:pas; -reçut recevoir ver 192.73 224.46 1.87 21.82 ind:pas:3s; -retiendra retenir ver 71.58 143.92 0.68 0.54 ind:fut:3s; -retiendrai retenir ver 71.58 143.92 1.05 0.54 ind:fut:1s; -retiendraient retenir ver 71.58 143.92 0.01 0.20 cnd:pre:3p; -retiendrais retenir ver 71.58 143.92 0.20 0.14 cnd:pre:1s;cnd:pre:2s; -retiendrait retenir ver 71.58 143.92 0.11 1.08 cnd:pre:3s; -retiendras retenir ver 71.58 143.92 0.20 0.00 ind:fut:2s; -retiendrez retenir ver 71.58 143.92 0.14 0.00 ind:fut:2p; -retiendrions retenir ver 71.58 143.92 0.00 0.07 cnd:pre:1p; -retiendrons retenir ver 71.58 143.92 0.08 0.07 ind:fut:1p; -retiendront retenir ver 71.58 143.92 0.14 0.07 ind:fut:3p; -retienne retenir ver 71.58 143.92 0.89 0.61 sub:pre:1s;sub:pre:3s; -retiennent retenir ver 71.58 143.92 1.69 3.58 ind:pre:3p; -retiennes retenir ver 71.58 143.92 0.22 0.00 sub:pre:2s; -retiens retenir ver 71.58 143.92 12.91 5.88 imp:pre:2s;ind:pre:1s;ind:pre:2s; -retient retenir ver 71.58 143.92 9.17 13.11 ind:pre:3s; -retinrent retenir ver 71.58 143.92 0.14 1.01 ind:pas:3p; -retins retenir ver 71.58 143.92 0.02 1.82 ind:pas:1s; -retint retenir ver 71.58 143.92 0.35 11.22 ind:pas:3s; -retira retirer ver 80.26 98.31 0.45 15.81 ind:pas:3s; -retirable retirable adj f s 0.01 0.00 0.01 0.00 -retirai retirer ver 80.26 98.31 0.01 1.76 ind:pas:1s; -retiraient retirer ver 80.26 98.31 0.14 1.69 ind:imp:3p; -retirais retirer ver 80.26 98.31 0.23 0.68 ind:imp:1s;ind:imp:2s; -retirait retirer ver 80.26 98.31 0.45 7.16 ind:imp:3s; -retirant retirer ver 80.26 98.31 0.38 3.58 par:pre; -retire retirer ver 80.26 98.31 21.56 14.80 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -retirement retirement nom m s 0.14 0.00 0.14 0.00 -retirent retirer ver 80.26 98.31 1.19 1.42 ind:pre:3p; -retirer retirer ver 80.26 98.31 27.39 21.96 ind:pre:2p;inf; -retirera retirer ver 80.26 98.31 0.72 0.68 ind:fut:3s; -retirerai retirer ver 80.26 98.31 0.38 0.54 ind:fut:1s; -retireraient retirer ver 80.26 98.31 0.28 0.34 cnd:pre:3p; -retirerais retirer ver 80.26 98.31 0.15 0.07 cnd:pre:1s;cnd:pre:2s; -retirerait retirer ver 80.26 98.31 0.32 0.61 cnd:pre:3s; -retireras retirer ver 80.26 98.31 0.14 0.07 ind:fut:2s; -retirerez retirer ver 80.26 98.31 0.09 0.00 ind:fut:2p; -retireriez retirer ver 80.26 98.31 0.00 0.07 cnd:pre:2p; -retirerions retirer ver 80.26 98.31 0.00 0.07 cnd:pre:1p; -retirerons retirer ver 80.26 98.31 0.23 0.07 ind:fut:1p; -retireront retirer ver 80.26 98.31 0.32 0.14 ind:fut:3p; -retires retirer ver 80.26 98.31 1.45 0.27 ind:pre:2s; -retirez retirer ver 80.26 98.31 6.20 0.95 imp:pre:2p;ind:pre:2p; -retiriez retirer ver 80.26 98.31 0.24 0.07 ind:imp:2p; -retirions retirer ver 80.26 98.31 0.15 0.27 ind:imp:1p; -retiro retiro nom m s 0.10 0.07 0.10 0.07 -retirâmes retirer ver 80.26 98.31 0.01 0.07 ind:pas:1p; -retirons retirer ver 80.26 98.31 0.83 0.14 imp:pre:1p;ind:pre:1p; -retirât retirer ver 80.26 98.31 0.00 0.20 sub:imp:3s; -retirèrent retirer ver 80.26 98.31 0.21 1.55 ind:pas:3p; -retiré retirer ver m s 80.26 98.31 12.70 15.07 par:pas; -retirée retirer ver f s 80.26 98.31 2.02 4.73 par:pas; -retirées retirer ver f p 80.26 98.31 0.68 0.74 par:pas; -retirés retirer ver m p 80.26 98.31 1.36 2.77 par:pas; -retissaient retisser ver 0.00 0.34 0.00 0.07 ind:imp:3p; -retissait retisser ver 0.00 0.34 0.00 0.07 ind:imp:3s; -retisser retisser ver 0.00 0.34 0.00 0.20 inf; -retomba retomber ver 11.04 58.58 0.28 7.23 ind:pas:3s; -retombai retomber ver 11.04 58.58 0.00 0.27 ind:pas:1s; -retombaient retomber ver 11.04 58.58 0.15 3.45 ind:imp:3p; -retombais retomber ver 11.04 58.58 0.26 0.68 ind:imp:1s;ind:imp:2s; -retombait retomber ver 11.04 58.58 0.15 6.35 ind:imp:3s; -retombant retomber ver 11.04 58.58 0.02 2.84 par:pre; -retombante retombant adj f s 0.02 0.61 0.00 0.14 -retombantes retombant adj f p 0.02 0.61 0.00 0.14 -retombe retomber ver 11.04 58.58 3.89 9.32 imp:pre:2s;ind:pre:1s;ind:pre:3s; -retombement retombement nom m s 0.00 0.14 0.00 0.14 -retombent retomber ver 11.04 58.58 0.70 2.70 ind:pre:3p; -retomber retomber ver 11.04 58.58 2.74 15.95 inf; -retombera retomber ver 11.04 58.58 0.69 0.68 ind:fut:3s; -retomberai retomber ver 11.04 58.58 0.06 0.00 ind:fut:1s; -retomberaient retomber ver 11.04 58.58 0.01 0.27 cnd:pre:3p; -retomberais retomber ver 11.04 58.58 0.01 0.07 cnd:pre:1s;cnd:pre:2s; -retomberait retomber ver 11.04 58.58 0.27 0.47 cnd:pre:3s; -retomberas retomber ver 11.04 58.58 0.05 0.07 ind:fut:2s; -retomberez retomber ver 11.04 58.58 0.03 0.00 ind:fut:2p; -retomberont retomber ver 11.04 58.58 0.00 0.07 ind:fut:3p; -retombes retomber ver 11.04 58.58 0.25 0.14 ind:pre:2s; -retombez retomber ver 11.04 58.58 0.17 0.07 imp:pre:2p;ind:pre:2p; -retombions retomber ver 11.04 58.58 0.00 0.27 ind:imp:1p; -retombâmes retomber ver 11.04 58.58 0.00 0.14 ind:pas:1p; -retombons retomber ver 11.04 58.58 0.12 0.41 imp:pre:1p;ind:pre:1p; -retombât retomber ver 11.04 58.58 0.00 0.14 sub:imp:3s; -retombèrent retomber ver 11.04 58.58 0.00 0.81 ind:pas:3p; -retombé retomber ver m s 11.04 58.58 0.71 3.65 par:pas; -retombée retomber ver f s 11.04 58.58 0.28 1.96 par:pas; -retombées retombée nom f p 0.79 2.36 0.73 1.01 -retombés retomber ver m p 11.04 58.58 0.19 0.34 par:pas; -retordre retordre ver 1.29 0.61 1.29 0.61 inf; -retors retors adj m 0.53 1.69 0.48 1.28 -retorse retors adj f s 0.53 1.69 0.03 0.41 -retorses retors adj f p 0.53 1.69 0.02 0.00 -retâté retâter ver m s 0.00 0.07 0.00 0.07 par:pas; -retoucha retoucher ver 1.98 2.09 0.00 0.14 ind:pas:3s; -retouchai retoucher ver 1.98 2.09 0.00 0.14 ind:pas:1s; -retouchait retoucher ver 1.98 2.09 0.01 0.20 ind:imp:3s; -retouchant retoucher ver 1.98 2.09 0.00 0.14 par:pre; -retouche retouche nom f s 1.30 2.30 0.61 0.74 -retouchent retoucher ver 1.98 2.09 0.01 0.07 ind:pre:3p; -retoucher retoucher ver 1.98 2.09 1.10 0.54 inf; -retouchera retoucher ver 1.98 2.09 0.03 0.00 ind:fut:3s; -retoucherais retoucher ver 1.98 2.09 0.00 0.07 cnd:pre:1s; -retoucherait retoucher ver 1.98 2.09 0.00 0.14 cnd:pre:3s; -retouches retouche nom f p 1.30 2.30 0.69 1.55 -retoucheur retoucheur nom m s 0.01 0.00 0.01 0.00 -retouchez retoucher ver 1.98 2.09 0.07 0.00 imp:pre:2p;ind:pre:2p; -retouché retoucher ver m s 1.98 2.09 0.20 0.20 par:pas; -retouchée retoucher ver f s 1.98 2.09 0.22 0.14 par:pas; -retouchées retoucher ver f p 1.98 2.09 0.02 0.07 par:pas; -retouchés retoucher ver m p 1.98 2.09 0.02 0.20 par:pas; -retour retour nom m s 138.94 158.65 138.02 153.31 -retourna retourner ver 245.33 290.88 1.14 61.62 ind:pas:3s; -retournai retourner ver 245.33 290.88 0.22 6.55 ind:pas:1s; -retournaient retourner ver 245.33 290.88 0.15 4.80 ind:imp:3p; -retournais retourner ver 245.33 290.88 0.96 3.85 ind:imp:1s;ind:imp:2s; -retournait retourner ver 245.33 290.88 0.93 18.51 ind:imp:3s; -retournant retourner ver 245.33 290.88 0.69 16.89 par:pre; -retourne retourner ver 245.33 290.88 77.27 50.54 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:1s;sub:pre:3s; -retournement retournement nom m s 0.86 2.91 0.82 2.30 -retournements retournement nom m p 0.86 2.91 0.04 0.61 -retournent retourner ver 245.33 290.88 2.29 5.00 ind:pre:3p; -retourner retourner ver 245.33 290.88 76.94 57.16 imp:pre:2p;inf; -retournera retourner ver 245.33 290.88 3.56 1.08 ind:fut:3s; -retournerai retourner ver 245.33 290.88 5.58 1.89 ind:fut:1s; -retourneraient retourner ver 245.33 290.88 0.14 0.68 cnd:pre:3p; -retournerais retourner ver 245.33 290.88 0.60 1.01 cnd:pre:1s;cnd:pre:2s; -retournerait retourner ver 245.33 290.88 0.77 1.96 cnd:pre:3s; -retourneras retourner ver 245.33 290.88 1.86 0.20 ind:fut:2s; -retournerez retourner ver 245.33 290.88 0.79 0.34 ind:fut:2p; -retourneriez retourner ver 245.33 290.88 0.13 0.00 cnd:pre:2p; -retournerions retourner ver 245.33 290.88 0.02 0.14 cnd:pre:1p; -retournerons retourner ver 245.33 290.88 0.98 0.68 ind:fut:1p; -retourneront retourner ver 245.33 290.88 0.73 0.41 ind:fut:3p; -retournes retourner ver 245.33 290.88 10.40 1.42 ind:pre:2s;sub:pre:2s; -retournez retourner ver 245.33 290.88 23.55 2.36 imp:pre:2p;ind:pre:2p; -retourniez retourner ver 245.33 290.88 0.80 0.20 ind:imp:2p; -retournions retourner ver 245.33 290.88 0.13 0.95 ind:imp:1p; -retournâmes retourner ver 245.33 290.88 0.00 0.81 ind:pas:1p; -retournons retourner ver 245.33 290.88 9.53 1.22 imp:pre:1p;ind:pre:1p; -retournât retourner ver 245.33 290.88 0.00 0.54 sub:imp:3s; -retournèrent retourner ver 245.33 290.88 0.17 4.39 ind:pas:3p; -retourné retourner ver m s 245.33 290.88 15.05 26.69 par:pas; -retournée retourner ver f s 245.33 290.88 7.81 11.82 par:pas; -retournées retourner ver f p 245.33 290.88 0.34 1.89 par:pas; -retournés retourner ver m p 245.33 290.88 1.79 5.27 par:pas; -retours retour nom m p 138.94 158.65 0.92 5.34 -retrace retracer ver 1.50 3.58 0.16 0.20 imp:pre:2s;ind:pre:1s;ind:pre:3s; -retracent retracer ver 1.50 3.58 0.04 0.14 ind:pre:3p; -retracer retracer ver 1.50 3.58 1.03 1.55 inf; -retracera retracer ver 1.50 3.58 0.01 0.07 ind:fut:3s; -retracerais retracer ver 1.50 3.58 0.00 0.07 cnd:pre:1s; -retracerait retracer ver 1.50 3.58 0.01 0.07 cnd:pre:3s; -retraceront retracer ver 1.50 3.58 0.01 0.00 ind:fut:3p; -retracez retracer ver 1.50 3.58 0.05 0.00 imp:pre:2p; -retracions retracer ver 1.50 3.58 0.01 0.07 ind:imp:1p; -retracé retracer ver m s 1.50 3.58 0.13 0.14 par:pas; -retracée retracer ver f s 1.50 3.58 0.00 0.07 par:pas; -retraduction retraduction nom f s 0.01 0.00 0.01 0.00 -retraduit retraduire ver m s 0.01 0.14 0.01 0.14 ind:pre:3s;par:pas; -retraire retraire ver 0.12 0.07 0.01 0.00 inf; -retrait retrait nom m s 4.87 13.72 4.63 13.04 -retraitait retraiter ver 0.79 0.61 0.00 0.14 ind:imp:3s; -retraite retraite nom f s 39.45 40.14 38.30 38.78 -retraitement retraitement nom m s 0.06 0.07 0.06 0.07 -retraites retraite nom f p 39.45 40.14 1.16 1.35 -retraitions retraiter ver 0.79 0.61 0.00 0.07 ind:imp:1p; -retraits retrait nom m p 4.87 13.72 0.24 0.68 -retraité retraité nom m s 2.25 5.95 1.17 3.31 -retraitée retraité nom f s 2.25 5.95 0.11 0.14 -retraitées retraité nom f p 2.25 5.95 0.10 0.07 -retraités retraité nom m p 2.25 5.95 0.86 2.43 -retranchai retrancher ver 1.00 7.64 0.00 0.07 ind:pas:1s; -retranchaient retrancher ver 1.00 7.64 0.01 0.14 ind:imp:3p; -retranchait retrancher ver 1.00 7.64 0.00 0.68 ind:imp:3s; -retranchant retrancher ver 1.00 7.64 0.02 0.14 par:pre; -retranche retrancher ver 1.00 7.64 0.04 0.47 ind:pre:3s; -retranchement retranchement nom m s 0.20 1.69 0.03 0.41 -retranchements retranchement nom m p 0.20 1.69 0.17 1.28 -retranchent retrancher ver 1.00 7.64 0.04 0.34 ind:pre:3p; -retrancher retrancher ver 1.00 7.64 0.29 1.01 inf; -retranchera retrancher ver 1.00 7.64 0.01 0.07 ind:fut:3s; -retranchez retrancher ver 1.00 7.64 0.01 0.07 imp:pre:2p;ind:pre:2p; -retranchions retrancher ver 1.00 7.64 0.00 0.07 ind:imp:1p; -retranché retrancher ver m s 1.00 7.64 0.47 2.23 par:pas; -retranchée retrancher ver f s 1.00 7.64 0.02 1.08 par:pas; -retranchées retrancher ver f p 1.00 7.64 0.00 0.14 par:pas; -retranchés retrancher ver m p 1.00 7.64 0.09 1.15 par:pas; -retranscription retranscription nom f s 0.03 0.00 0.03 0.00 -retranscrire retranscrire ver 0.26 0.34 0.21 0.07 inf; -retranscris retranscrire ver 0.26 0.34 0.01 0.14 ind:pre:1s; -retranscrit retranscrire ver m s 0.26 0.34 0.04 0.07 ind:pre:3s;par:pas; -retranscrits retranscrire ver m p 0.26 0.34 0.00 0.07 par:pas; -retransforme retransformer ver 0.20 0.07 0.02 0.07 ind:pre:1s; -retransformer retransformer ver 0.20 0.07 0.16 0.00 inf; -retransformera retransformer ver 0.20 0.07 0.02 0.00 ind:fut:3s; -retransférer retransférer ver 0.01 0.00 0.01 0.00 inf; -retransmet retransmettre ver 1.03 0.74 0.05 0.07 ind:pre:3s; -retransmettait retransmettre ver 1.03 0.74 0.01 0.00 ind:imp:3s; -retransmettant retransmettre ver 1.03 0.74 0.01 0.00 par:pre; -retransmettez retransmettre ver 1.03 0.74 0.02 0.00 imp:pre:2p;ind:pre:2p; -retransmettra retransmettre ver 1.03 0.74 0.02 0.00 ind:fut:3s; -retransmettre retransmettre ver 1.03 0.74 0.25 0.00 inf; -retransmettrons retransmettre ver 1.03 0.74 0.11 0.00 ind:fut:1p; -retransmis retransmettre ver m 1.03 0.74 0.39 0.34 ind:pas:1s;par:pas;par:pas; -retransmise retransmettre ver f s 1.03 0.74 0.16 0.27 par:pas; -retransmission retransmission nom f s 0.47 0.47 0.36 0.34 -retransmissions retransmission nom f p 0.47 0.47 0.11 0.14 -retransmit retransmettre ver 1.03 0.74 0.01 0.07 ind:pas:3s; -retraçaient retracer ver 1.50 3.58 0.00 0.20 ind:imp:3p; -retraçais retracer ver 1.50 3.58 0.00 0.07 ind:imp:1s; -retraçait retracer ver 1.50 3.58 0.01 0.68 ind:imp:3s; -retraçant retracer ver 1.50 3.58 0.04 0.27 par:pre; -retravaillait retravailler ver 3.12 0.20 0.03 0.00 ind:imp:3s; -retravaille retravailler ver 3.12 0.20 0.65 0.00 ind:pre:1s;ind:pre:3s; -retravaillent retravailler ver 3.12 0.20 0.01 0.00 ind:pre:3p; -retravailler retravailler ver 3.12 0.20 1.89 0.14 inf; -retravaillera retravailler ver 3.12 0.20 0.05 0.00 ind:fut:3s; -retravaillerai retravailler ver 3.12 0.20 0.04 0.00 ind:fut:1s; -retravaillerait retravailler ver 3.12 0.20 0.03 0.00 cnd:pre:3s; -retravaillerez retravailler ver 3.12 0.20 0.01 0.00 ind:fut:2p; -retravailles retravailler ver 3.12 0.20 0.17 0.00 ind:pre:2s; -retravaillez retravailler ver 3.12 0.20 0.13 0.00 imp:pre:2p;ind:pre:2p; -retravaillé retravailler ver m s 3.12 0.20 0.09 0.07 par:pas; -retravaillée retravailler ver f s 3.12 0.20 0.02 0.00 par:pas; -retraversa retraverser ver 0.17 3.04 0.00 0.41 ind:pas:3s; -retraversai retraverser ver 0.17 3.04 0.00 0.20 ind:pas:1s; -retraversaient retraverser ver 0.17 3.04 0.00 0.07 ind:imp:3p; -retraversais retraverser ver 0.17 3.04 0.00 0.07 ind:imp:1s; -retraversait retraverser ver 0.17 3.04 0.00 0.07 ind:imp:3s; -retraversant retraverser ver 0.17 3.04 0.00 0.27 par:pre; -retraverse retraverser ver 0.17 3.04 0.03 0.27 ind:pre:1s;ind:pre:3s; -retraversent retraverser ver 0.17 3.04 0.00 0.07 ind:pre:3p; -retraverser retraverser ver 0.17 3.04 0.12 0.81 inf; -retraverserait retraverser ver 0.17 3.04 0.00 0.07 cnd:pre:3s; -retraversions retraverser ver 0.17 3.04 0.00 0.07 ind:imp:1p; -retraversons retraverser ver 0.17 3.04 0.01 0.20 imp:pre:1p;ind:pre:1p; -retraversé retraverser ver m s 0.17 3.04 0.01 0.27 par:pas; -retraversée retraverser ver f s 0.17 3.04 0.00 0.20 par:pas; -retreinte retreinte nom f s 0.01 0.00 0.01 0.00 -retrempai retremper ver 0.01 0.95 0.00 0.07 ind:pas:1s; -retrempaient retremper ver 0.01 0.95 0.01 0.14 ind:imp:3p; -retrempait retremper ver 0.01 0.95 0.00 0.07 ind:imp:3s; -retremper retremper ver 0.01 0.95 0.00 0.54 inf; -retrempé retremper ver m s 0.01 0.95 0.00 0.14 par:pas; -retriever retriever nom m s 0.17 0.00 0.17 0.00 -retroussa retrousser ver 0.92 9.46 0.01 0.54 ind:pas:3s; -retroussage retroussage nom m s 0.00 0.07 0.00 0.07 -retroussaient retrousser ver 0.92 9.46 0.00 0.20 ind:imp:3p; -retroussais retrousser ver 0.92 9.46 0.00 0.07 ind:imp:1s; -retroussait retrousser ver 0.92 9.46 0.00 1.28 ind:imp:3s; -retroussant retrousser ver 0.92 9.46 0.00 1.55 par:pre; -retrousse retrousser ver 0.92 9.46 0.39 1.28 imp:pre:2s;ind:pre:1s;ind:pre:3s; -retroussent retrousser ver 0.92 9.46 0.00 0.27 ind:pre:3p; -retrousser retrousser ver 0.92 9.46 0.21 0.95 inf; -retroussette retroussette nom f s 0.00 0.27 0.00 0.27 -retroussez retrousser ver 0.92 9.46 0.14 0.00 imp:pre:2p; -retroussis retroussis nom m 0.00 0.41 0.00 0.41 -retroussé retroussé adj m s 0.35 6.49 0.20 1.89 -retroussée retroussé adj f s 0.35 6.49 0.01 1.08 -retroussées retroussé adj f p 0.35 6.49 0.03 3.11 -retroussés retroussé adj m p 0.35 6.49 0.11 0.41 -retrouva retrouver ver 295.09 416.22 1.60 28.24 ind:pas:3s; -retrouvai retrouver ver 295.09 416.22 0.32 13.85 ind:pas:1s; -retrouvaient retrouver ver 295.09 416.22 0.48 9.05 ind:imp:3p; -retrouvaille retrouvaille nom f s 2.46 6.82 0.03 0.47 -retrouvailles retrouvaille nom f p 2.46 6.82 2.43 6.35 -retrouvais retrouver ver 295.09 416.22 1.42 12.77 ind:imp:1s;ind:imp:2s; -retrouvait retrouver ver 295.09 416.22 1.89 31.01 ind:imp:3s; -retrouvant retrouver ver 295.09 416.22 0.47 9.86 par:pre; -retrouvas retrouver ver 295.09 416.22 0.00 0.07 ind:pas:2s; -retrouve retrouver ver 295.09 416.22 61.54 47.57 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:1s;sub:pre:3s; -retrouvent retrouver ver 295.09 416.22 4.47 7.23 ind:pre:3p; -retrouver retrouver ver 295.09 416.22 100.83 125.20 inf;; -retrouvera retrouver ver 295.09 416.22 11.55 5.07 ind:fut:3s; -retrouverai retrouver ver 295.09 416.22 8.23 3.04 ind:fut:1s; -retrouveraient retrouver ver 295.09 416.22 0.26 2.43 cnd:pre:3p; -retrouverais retrouver ver 295.09 416.22 1.24 3.11 cnd:pre:1s;cnd:pre:2s; -retrouverait retrouver ver 295.09 416.22 1.17 6.62 cnd:pre:3s; -retrouveras retrouver ver 295.09 416.22 3.36 0.95 ind:fut:2s; -retrouverez retrouver ver 295.09 416.22 3.13 0.95 ind:fut:2p; -retrouveriez retrouver ver 295.09 416.22 0.09 0.27 cnd:pre:2p; -retrouverions retrouver ver 295.09 416.22 0.06 0.81 cnd:pre:1p; -retrouverons retrouver ver 295.09 416.22 2.52 2.30 ind:fut:1p; -retrouveront retrouver ver 295.09 416.22 2.21 1.42 ind:fut:3p; -retrouves retrouver ver 295.09 416.22 5.05 1.28 ind:pre:2s;sub:pre:2s; -retrouvez retrouver ver 295.09 416.22 5.79 0.81 imp:pre:2p;ind:pre:2p; -retrouviez retrouver ver 295.09 416.22 0.72 0.34 ind:imp:2p;sub:pre:2p; -retrouvions retrouver ver 295.09 416.22 0.47 5.41 ind:imp:1p; -retrouvâmes retrouver ver 295.09 416.22 0.04 2.16 ind:pas:1p; -retrouvons retrouver ver 295.09 416.22 3.60 3.85 imp:pre:1p;ind:pre:1p; -retrouvât retrouver ver 295.09 416.22 0.00 0.68 sub:imp:3s; -retrouvèrent retrouver ver 295.09 416.22 0.36 6.42 ind:pas:3p; -retrouvé retrouver ver m s 295.09 416.22 50.38 55.00 par:pas;par:pas;par:pas; -retrouvée retrouver ver f s 295.09 416.22 13.51 15.20 par:pas; -retrouvées retrouver ver f p 295.09 416.22 1.90 2.64 par:pas; -retrouvés retrouver ver m p 295.09 416.22 6.44 10.61 par:pas; -rets rets nom m 0.12 0.27 0.12 0.27 -retsina retsina nom m s 0.13 0.00 0.13 0.00 -retuber retuber ver 0.03 0.00 0.03 0.00 inf; -retuer retuer ver 0.08 0.07 0.01 0.00 inf; -retéléphone retéléphoner ver 0.29 0.07 0.14 0.07 imp:pre:2s;ind:pre:1s;ind:pre:3s; -retéléphoner retéléphoner ver 0.29 0.07 0.15 0.00 inf; -reubeu reubeu nom m s 0.01 0.61 0.01 0.47 -reubeus reubeu nom m p 0.01 0.61 0.00 0.14 -revîmes revoir ver 162.83 139.46 0.10 0.20 ind:pas:1p; -revînt revenir ver 618.61 490.54 0.00 1.69 sub:imp:3s; -revalidation revalidation nom f s 0.01 0.00 0.01 0.00 -revalider revalider ver 0.02 0.00 0.02 0.00 inf; -revaloir revaloir ver 3.46 0.74 0.11 0.07 inf; -revalorisait revaloriser ver 0.03 0.34 0.00 0.14 ind:imp:3s; -revalorisation revalorisation nom f s 0.00 0.14 0.00 0.14 -revalorisent revaloriser ver 0.03 0.34 0.00 0.07 ind:pre:3p; -revaloriser revaloriser ver 0.03 0.34 0.02 0.00 inf; -revalorisé revaloriser ver m s 0.03 0.34 0.01 0.14 par:pas; -revancha revancher ver 0.00 0.34 0.00 0.07 ind:pas:3s; -revanchaient revancher ver 0.00 0.34 0.00 0.07 ind:imp:3p; -revanchard revanchard adj m s 0.06 0.34 0.04 0.14 -revancharde revanchard adj f s 0.06 0.34 0.02 0.07 -revanchardes revanchard adj f p 0.06 0.34 0.00 0.14 -revanchards revanchard nom m p 0.03 0.27 0.00 0.27 -revanche revanche nom f s 13.81 41.62 13.73 41.01 -revanchent revancher ver 0.00 0.34 0.00 0.07 ind:pre:3p; -revancher revancher ver 0.00 0.34 0.00 0.14 inf; -revanches revanche nom f p 13.81 41.62 0.08 0.61 -revaudra revaloir ver 3.46 0.74 0.25 0.07 ind:fut:3s; -revaudrai revaloir ver 3.46 0.74 2.80 0.54 ind:fut:1s; -revaudraient revaloir ver 3.46 0.74 0.01 0.00 cnd:pre:3p; -revaudrais revaloir ver 3.46 0.74 0.13 0.00 cnd:pre:1s;cnd:pre:2s; -revaudrait revaloir ver 3.46 0.74 0.02 0.07 cnd:pre:3s; -revaudras revaloir ver 3.46 0.74 0.13 0.00 ind:fut:2s; -revenaient revenir ver 618.61 490.54 1.27 17.64 ind:imp:3p; -revenais revenir ver 618.61 490.54 3.95 8.24 ind:imp:1s;ind:imp:2s; -revenait revenir ver 618.61 490.54 7.47 56.76 ind:imp:3s; -revenant revenir ver 618.61 490.54 4.49 17.23 par:pre; -revenante revenant adj f s 0.35 1.69 0.23 0.27 -revenants revenant nom m p 1.82 3.99 0.95 1.55 -revend revendre ver 6.76 6.89 0.51 0.14 ind:pre:3s; -revendable revendable adj s 0.01 0.07 0.01 0.07 -revendaient revendre ver 6.76 6.89 0.01 0.34 ind:imp:3p; -revendais revendre ver 6.76 6.89 0.02 0.00 ind:imp:1s; -revendait revendre ver 6.76 6.89 0.39 0.54 ind:imp:3s; -revendant revendre ver 6.76 6.89 0.09 0.07 par:pre; -revendent revendre ver 6.76 6.89 0.29 0.34 ind:pre:3p; -revendes revendre ver 6.76 6.89 0.00 0.07 sub:pre:2s; -revendeur revendeur nom m s 1.23 0.88 0.86 0.47 -revendeurs revendeur nom m p 1.23 0.88 0.34 0.34 -revendeuse revendeur nom f s 1.23 0.88 0.03 0.07 -revendez revendre ver 6.76 6.89 0.14 0.00 imp:pre:2p;ind:pre:2p; -revendicateur revendicateur adj m s 0.00 0.27 0.00 0.07 -revendicateurs revendicateur nom m p 0.00 0.07 0.00 0.07 -revendicatif revendicatif adj m s 0.00 0.27 0.00 0.07 -revendicatifs revendicatif adj m p 0.00 0.27 0.00 0.07 -revendication revendication nom f s 1.98 3.78 0.94 1.42 -revendications revendication nom f p 1.98 3.78 1.04 2.36 -revendicative revendicatif adj f s 0.00 0.27 0.00 0.07 -revendicatives revendicatif adj f p 0.00 0.27 0.00 0.07 -revendicatrice revendicateur adj f s 0.00 0.27 0.00 0.14 -revendicatrices revendicateur adj f p 0.00 0.27 0.00 0.07 -revendiqua revendiquer ver 2.89 5.07 0.01 0.07 ind:pas:3s; -revendiquai revendiquer ver 2.89 5.07 0.00 0.07 ind:pas:1s; -revendiquaient revendiquer ver 2.89 5.07 0.00 0.34 ind:imp:3p; -revendiquais revendiquer ver 2.89 5.07 0.02 0.20 ind:imp:1s;ind:imp:2s; -revendiquait revendiquer ver 2.89 5.07 0.03 0.61 ind:imp:3s; -revendiquant revendiquer ver 2.89 5.07 0.17 0.47 par:pre; -revendique revendiquer ver 2.89 5.07 0.73 0.74 imp:pre:2s;ind:pre:1s;ind:pre:3s; -revendiquent revendiquer ver 2.89 5.07 0.12 0.34 ind:pre:3p; -revendiquer revendiquer ver 2.89 5.07 0.82 1.42 inf; -revendiquera revendiquer ver 2.89 5.07 0.04 0.07 ind:fut:3s; -revendiquerais revendiquer ver 2.89 5.07 0.01 0.00 cnd:pre:2s; -revendiquerait revendiquer ver 2.89 5.07 0.00 0.07 cnd:pre:3s; -revendiquez revendiquer ver 2.89 5.07 0.02 0.14 imp:pre:2p;ind:pre:2p; -revendiquons revendiquer ver 2.89 5.07 0.02 0.14 imp:pre:1p;ind:pre:1p; -revendiquât revendiquer ver 2.89 5.07 0.00 0.07 sub:imp:3s; -revendiqué revendiquer ver m s 2.89 5.07 0.69 0.27 par:pas; -revendiquée revendiquer ver f s 2.89 5.07 0.20 0.07 par:pas; -revendis revendre ver 6.76 6.89 0.00 0.07 ind:pas:1s; -revendit revendre ver 6.76 6.89 0.00 0.47 ind:pas:3s; -revendra revendre ver 6.76 6.89 0.13 0.00 ind:fut:3s; -revendrai revendre ver 6.76 6.89 0.29 0.14 ind:fut:1s; -revendraient revendre ver 6.76 6.89 0.00 0.07 cnd:pre:3p; -revendrais revendre ver 6.76 6.89 0.13 0.00 cnd:pre:1s; -revendrait revendre ver 6.76 6.89 0.01 0.14 cnd:pre:3s; -revendre revendre ver 6.76 6.89 3.25 2.91 inf; -revendrons revendre ver 6.76 6.89 0.03 0.00 ind:fut:1p; -revendront revendre ver 6.76 6.89 0.03 0.00 ind:fut:3p; -revends revendre ver 6.76 6.89 0.34 0.27 imp:pre:2s;ind:pre:1s;ind:pre:2s; -revendu revendre ver m s 6.76 6.89 0.55 0.95 par:pas; -revendue revendre ver f s 6.76 6.89 0.12 0.14 par:pas; -revendues revendre ver f p 6.76 6.89 0.28 0.00 par:pas; -revendus revendre ver m p 6.76 6.89 0.14 0.27 par:pas; -revenez revenir ver 618.61 490.54 33.64 6.49 imp:pre:2p;ind:pre:2p; -reveniez revenir ver 618.61 490.54 1.13 0.54 ind:imp:2p;sub:pre:2p; -revenions revenir ver 618.61 490.54 0.80 2.03 ind:imp:1p; -revenir revenir ver 618.61 490.54 105.46 76.28 inf; -revenons revenir ver 618.61 490.54 8.01 4.59 imp:pre:1p;ind:pre:1p; -revente revente nom f s 0.28 0.34 0.27 0.20 -reventes revente nom f p 0.28 0.34 0.01 0.14 -revenu revenir ver m s 618.61 490.54 57.30 42.43 par:pas; -revenue revenir ver f s 618.61 490.54 23.46 19.32 par:pas; -revenues revenir ver f p 618.61 490.54 1.50 2.03 par:pas; -revenus revenir ver m p 618.61 490.54 8.69 9.46 par:pas; -reverdi reverdir ver m s 0.17 1.08 0.14 0.20 par:pas; -reverdie reverdir ver f s 0.17 1.08 0.00 0.20 par:pas; -reverdies reverdir ver f p 0.17 1.08 0.00 0.14 par:pas; -reverdir reverdir ver 0.17 1.08 0.02 0.20 inf; -reverdiront reverdir ver 0.17 1.08 0.00 0.07 ind:fut:3p; -reverdissaient reverdir ver 0.17 1.08 0.00 0.14 ind:imp:3p; -reverdit reverdir ver 0.17 1.08 0.02 0.14 ind:pre:3s; -reverni revernir ver m s 0.03 0.00 0.01 0.00 par:pas; -revernie reverni ver f s 0.01 0.07 0.01 0.07 par:pas; -revernir revernir ver 0.03 0.00 0.01 0.00 inf; -reverra revoir ver 162.83 139.46 14.31 3.24 ind:fut:3s; -reverrai revoir ver 162.83 139.46 9.07 4.05 ind:fut:1s; -reverraient revoir ver 162.83 139.46 0.03 0.88 cnd:pre:3p; -reverrais revoir ver 162.83 139.46 1.15 1.76 cnd:pre:1s;cnd:pre:2s; -reverrait revoir ver 162.83 139.46 1.09 3.38 cnd:pre:3s; -reverras revoir ver 162.83 139.46 5.30 0.95 ind:fut:2s; -reverrez revoir ver 162.83 139.46 2.74 0.47 ind:fut:2p; -reverrions revoir ver 162.83 139.46 0.40 0.27 cnd:pre:1p; -reverrons revoir ver 162.83 139.46 5.41 2.77 ind:fut:1p; -reverront revoir ver 162.83 139.46 0.55 0.74 ind:fut:3p; -revers revers nom m 3.60 25.00 3.60 25.00 -reversa reverser ver 0.48 1.22 0.00 0.27 ind:pas:3s; -reversaient reverser ver 0.48 1.22 0.01 0.00 ind:imp:3p; -reversait reverser ver 0.48 1.22 0.02 0.07 ind:imp:3s; -reversant reverser ver 0.48 1.22 0.00 0.07 par:pre; -reverse reverser ver 0.48 1.22 0.08 0.34 imp:pre:2s;ind:pre:3s; -reverser reverser ver 0.48 1.22 0.09 0.14 inf; -reverserait reverser ver 0.48 1.22 0.00 0.07 cnd:pre:3s; -reversez reverser ver 0.48 1.22 0.11 0.00 imp:pre:2p; -reversé reverser ver m s 0.48 1.22 0.17 0.27 par:pas; -reveuille revouloir ver 0.45 0.41 0.00 0.07 sub:pre:1s; -reveulent revouloir ver 0.45 0.41 0.02 0.07 ind:pre:3p; -reveux revouloir ver 0.45 0.41 0.24 0.07 ind:pre:1s;ind:pre:2s; -revida revider ver 0.00 0.14 0.00 0.07 ind:pas:3s; -revidèrent revider ver 0.00 0.14 0.00 0.07 ind:pas:3p; -reviendra revenir ver 618.61 490.54 34.48 11.62 ind:fut:3s; -reviendrai revenir ver 618.61 490.54 29.57 8.65 ind:fut:1s; -reviendraient revenir ver 618.61 490.54 0.99 1.96 cnd:pre:3p; -reviendrais revenir ver 618.61 490.54 5.80 1.76 cnd:pre:1s;cnd:pre:2s; -reviendrait revenir ver 618.61 490.54 5.18 11.76 cnd:pre:3s; -reviendras revenir ver 618.61 490.54 7.64 2.09 ind:fut:2s; -reviendrez revenir ver 618.61 490.54 4.05 2.64 ind:fut:2p; -reviendriez revenir ver 618.61 490.54 0.70 0.34 cnd:pre:2p; -reviendrions revenir ver 618.61 490.54 0.11 0.27 cnd:pre:1p; -reviendrons revenir ver 618.61 490.54 4.21 1.82 ind:fut:1p; -reviendront revenir ver 618.61 490.54 5.40 3.45 ind:fut:3p; -revienne revenir ver 618.61 490.54 14.99 7.57 sub:pre:1s;sub:pre:3s; -reviennent revenir ver 618.61 490.54 15.50 14.86 ind:pre:3p;sub:pre:3p; -reviennes revenir ver 618.61 490.54 3.25 0.95 sub:pre:2s; -reviens revenir ver 618.61 490.54 163.19 22.36 imp:pre:2s;ind:pre:1s;ind:pre:2s; -revient revenir ver 618.61 490.54 63.17 51.49 ind:pre:3s; -revigoraient revigorer ver 0.29 0.54 0.00 0.07 ind:imp:3p; -revigorant revigorant adj m s 0.28 0.74 0.28 0.20 -revigorante revigorant adj f s 0.28 0.74 0.01 0.41 -revigorantes revigorant adj f p 0.28 0.74 0.00 0.14 -revigore revigorer ver 0.29 0.54 0.04 0.07 ind:pre:3s; -revigorent revigorer ver 0.29 0.54 0.00 0.07 ind:pre:3p; -revigorer revigorer ver 0.29 0.54 0.11 0.07 inf; -revigoré revigorer ver m s 0.29 0.54 0.07 0.07 par:pas; -revigorée revigorer ver f s 0.29 0.54 0.01 0.07 par:pas; -revigorées revigorer ver f p 0.29 0.54 0.01 0.00 par:pas; -revinrent revenir ver 618.61 490.54 0.47 7.64 ind:pas:3p; -revins revenir ver 618.61 490.54 0.50 4.12 ind:pas:1s;ind:pas:2s; -revinssent revenir ver 618.61 490.54 0.00 0.07 sub:imp:3p; -revint revenir ver 618.61 490.54 2.24 70.41 ind:pas:3s; -revirement revirement nom m s 0.66 1.62 0.57 1.35 -revirements revirement nom m p 0.66 1.62 0.09 0.27 -revirent revoir ver 162.83 139.46 0.01 0.34 ind:pas:3p; -revirer revirer ver 0.01 0.34 0.01 0.00 inf; -revis revivre ver 10.37 20.68 1.16 4.86 imp:pre:2s;ind:pre:1s;ind:pre:2s; -revisita revisiter ver 0.21 0.61 0.00 0.07 ind:pas:3s; -revisite revisiter ver 0.21 0.61 0.02 0.00 ind:pre:3s; -revisitent revisiter ver 0.21 0.61 0.00 0.07 ind:pre:3p; -revisiter revisiter ver 0.21 0.61 0.16 0.14 inf; -revisité revisiter ver m s 0.21 0.61 0.02 0.14 par:pas; -revisitée revisiter ver f s 0.21 0.61 0.01 0.14 par:pas; -revissa revisser ver 0.15 0.27 0.00 0.07 ind:pas:3s; -revisse revisser ver 0.15 0.27 0.01 0.07 ind:pre:1s; -revisser revisser ver 0.15 0.27 0.00 0.07 inf; -revissé revisser ver m s 0.15 0.27 0.14 0.00 par:pas; -revissées revisser ver f p 0.15 0.27 0.00 0.07 par:pas; -revit revivre ver 10.37 20.68 0.70 1.01 ind:pre:3s; -revitalisant revitalisant adj m s 0.04 0.00 0.04 0.00 -revitalisation revitalisation nom f s 0.04 0.07 0.04 0.07 -revitalise revitaliser ver 0.19 0.00 0.03 0.00 imp:pre:2s;ind:pre:3s; -revitaliser revitaliser ver 0.19 0.00 0.15 0.00 inf; -revitalisera revitaliser ver 0.19 0.00 0.01 0.00 ind:fut:3s; -revivaient revivre ver 10.37 20.68 0.01 0.47 ind:imp:3p; -revivais revivre ver 10.37 20.68 0.03 0.47 ind:imp:1s;ind:imp:2s; -revivait revivre ver 10.37 20.68 0.28 2.23 ind:imp:3s; -revival revival nom m s 0.14 0.00 0.14 0.00 -revivant revivre ver 10.37 20.68 0.12 0.95 par:pre; -revive revivre ver 10.37 20.68 0.47 0.07 sub:pre:1s;sub:pre:3s; -revivent revivre ver 10.37 20.68 0.57 0.34 ind:pre:3p; -revivez revivre ver 10.37 20.68 0.14 0.00 imp:pre:2p;ind:pre:2p; -revivifiant revivifier ver 0.06 0.20 0.04 0.00 par:pre; -revivifie revivifier ver 0.06 0.20 0.01 0.07 ind:pre:1s;ind:pre:3s; -revivifier revivifier ver 0.06 0.20 0.01 0.00 inf; -revivifié revivifié adj m s 0.00 0.07 0.00 0.07 -revivifiée revivifier ver f s 0.06 0.20 0.00 0.07 par:pas; -revivifiées revivifier ver f p 0.06 0.20 0.00 0.07 par:pas; -revivions revivre ver 10.37 20.68 0.01 0.07 ind:imp:1p; -reviviscence reviviscence nom f s 0.00 0.07 0.00 0.07 -revivons revivre ver 10.37 20.68 0.02 0.00 ind:pre:1p; -revivra revivre ver 10.37 20.68 0.13 0.20 ind:fut:3s; -revivrai revivre ver 10.37 20.68 0.14 0.14 ind:fut:1s; -revivraient revivre ver 10.37 20.68 0.01 0.14 cnd:pre:3p; -revivrais revivre ver 10.37 20.68 0.04 0.00 cnd:pre:1s;cnd:pre:2s; -revivrait revivre ver 10.37 20.68 0.02 0.34 cnd:pre:3s; -revivras revivre ver 10.37 20.68 0.03 0.00 ind:fut:2s; -revivre revivre ver 10.37 20.68 6.04 8.45 inf; -revivrez revivre ver 10.37 20.68 0.05 0.00 ind:fut:2p; -revivrons revivre ver 10.37 20.68 0.14 0.07 ind:fut:1p; -revoici revoici pre 0.67 1.62 0.67 1.62 -revoie revoir ver 162.83 139.46 3.92 2.16 sub:pre:1s;sub:pre:3s; -revoient revoir ver 162.83 139.46 0.10 0.41 ind:pre:3p;sub:pre:3p; -revoies revoir ver 162.83 139.46 0.15 0.00 sub:pre:2s; -revoilà revoilà pre 7.56 3.04 7.56 3.04 -revoir revoir nom m s 262.05 36.01 262.05 36.01 -revois revoir ver 162.83 139.46 10.32 17.77 imp:pre:2s;ind:pre:1s;ind:pre:2s; -revoit revoir ver 162.83 139.46 5.92 5.81 ind:pre:3s; -revolait revoler ver 0.08 0.20 0.00 0.07 ind:imp:3s; -revole revoler ver 0.08 0.20 0.01 0.07 ind:pre:3s; -revolent revoler ver 0.08 0.20 0.00 0.07 ind:pre:3p; -revoler revoler ver 0.08 0.20 0.03 0.00 inf; -revolera revoler ver 0.08 0.20 0.02 0.00 ind:fut:3s; -revolé revoler ver m s 0.08 0.20 0.02 0.00 par:pas; -revolver revolver nom m s 30.74 25.20 28.05 23.31 -revolvers revolver nom m p 30.74 25.20 2.69 1.89 -revomir revomir ver 0.01 0.07 0.01 0.00 inf; -revomissant revomir ver 0.01 0.07 0.00 0.07 par:pre; -revoter revoter ver 0.03 0.00 0.03 0.00 inf; -revoulait revouloir ver 0.45 0.41 0.01 0.14 ind:imp:3s; -revoulez revouloir ver 0.45 0.41 0.14 0.00 ind:pre:2p; -revouloir revouloir ver 0.45 0.41 0.00 0.07 inf; -revoyaient revoir ver 162.83 139.46 0.00 0.34 ind:imp:3p; -revoyais revoir ver 162.83 139.46 0.96 4.73 ind:imp:1s;ind:imp:2s; -revoyait revoir ver 162.83 139.46 0.40 9.73 ind:imp:3s; -revoyant revoir ver 162.83 139.46 0.39 1.82 par:pre; -revoyez revoir ver 162.83 139.46 0.95 0.14 imp:pre:2p;ind:pre:2p; -revoyiez revoir ver 162.83 139.46 0.11 0.00 ind:imp:2p;sub:pre:2p; -revoyions revoir ver 162.83 139.46 0.18 0.14 ind:imp:1p; -revoyons revoir ver 162.83 139.46 1.44 0.41 imp:pre:1p;ind:pre:1p; -revoyure revoyure nom f s 0.28 0.47 0.28 0.47 -revu revoir ver m s 162.83 139.46 14.38 14.80 par:pas; -revêche revêche adj s 0.28 1.76 0.23 1.35 -revêches revêche adj p 0.28 1.76 0.05 0.41 -revécu revivre ver m s 10.37 20.68 0.27 0.27 par:pas; -revécue revivre ver f s 10.37 20.68 0.00 0.07 par:pas; -revécues revécu adj f p 0.00 0.07 0.00 0.07 -revécurent revivre ver 10.37 20.68 0.00 0.07 ind:pas:3p; -revécut revivre ver 10.37 20.68 0.00 0.41 ind:pas:3s; -revue revue nom f s 10.10 33.92 7.79 25.14 -revues revue nom f p 10.10 33.92 2.31 8.78 -revuistes revuiste nom p 0.01 0.00 0.01 0.00 -revérifier revérifier ver 0.67 0.00 0.57 0.00 inf; -revérifié revérifié adj m s 0.34 0.07 0.25 0.07 -revus revoir ver m p 162.83 139.46 2.02 3.31 par:pas; -revêt revêtir ver 2.68 26.08 0.25 2.09 ind:pre:3s; -revêtît revêtir ver 2.68 26.08 0.00 0.07 sub:imp:3s; -revêtaient revêtir ver 2.68 26.08 0.04 0.68 ind:imp:3p; -revêtais revêtir ver 2.68 26.08 0.00 0.20 ind:imp:1s; -revêtait revêtir ver 2.68 26.08 0.02 2.97 ind:imp:3s; -revêtant revêtir ver 2.68 26.08 0.01 0.88 par:pre; -revêtement revêtement nom m s 1.11 0.74 0.99 0.68 -revêtements revêtement nom m p 1.11 0.74 0.12 0.07 -revêtent revêtir ver 2.68 26.08 0.11 0.61 ind:pre:3p; -revêtez revêtir ver 2.68 26.08 0.32 0.07 imp:pre:2p; -revêtir revêtir ver 2.68 26.08 0.60 3.11 inf; -revêtira revêtir ver 2.68 26.08 0.02 0.14 ind:fut:3s; -revêtirait revêtir ver 2.68 26.08 0.00 0.41 cnd:pre:3s; -revêtirent revêtir ver 2.68 26.08 0.00 0.14 ind:pas:3p; -revêtiront revêtir ver 2.68 26.08 0.00 0.07 ind:fut:3p; -revêtis revêtir ver 2.68 26.08 0.01 0.20 ind:pas:1s; -revêtit revêtir ver 2.68 26.08 0.01 1.15 ind:pas:3s; -revêts revêtir ver 2.68 26.08 0.03 0.07 ind:pre:1s;ind:pre:2s; -revêtu revêtir ver m s 2.68 26.08 1.16 8.45 par:pas; -revêtue revêtir ver f s 2.68 26.08 0.02 2.36 par:pas; -revêtues revêtir ver f p 2.68 26.08 0.00 0.41 par:pas; -revêtus revêtir ver m p 2.68 26.08 0.07 2.03 par:pas; -rewrité rewriter ver m s 0.00 0.07 0.00 0.07 par:pas; -rex rex nom m 10.57 1.28 10.57 1.28 -rexiste rexiste adj f s 0.01 0.00 0.01 0.00 -rexistes rexiste nom p 0.00 0.07 0.00 0.07 -rez_de_chaussée rez_de_chaussée nom m 2.34 16.96 2.34 16.96 -rez_de_jardin rez_de_jardin nom m 0.01 0.00 0.01 0.00 -rez rez pre 0.36 0.34 0.36 0.34 -rezzou rezzou nom m s 0.00 0.20 0.00 0.07 -rezzous rezzou nom m p 0.00 0.20 0.00 0.14 -rhô rhô nom m 0.01 0.00 0.01 0.00 -rhabilla rhabiller ver 5.50 9.53 0.00 0.95 ind:pas:3s; -rhabillage rhabillage nom m s 0.01 0.00 0.01 0.00 -rhabillaient rhabiller ver 5.50 9.53 0.00 0.14 ind:imp:3p; -rhabillais rhabiller ver 5.50 9.53 0.03 0.00 ind:imp:1s;ind:imp:2s; -rhabillait rhabiller ver 5.50 9.53 0.01 0.20 ind:imp:3s; -rhabillant rhabiller ver 5.50 9.53 0.14 0.68 par:pre; -rhabille rhabiller ver 5.50 9.53 0.79 1.42 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:1s; -rhabillent rhabiller ver 5.50 9.53 0.00 0.20 ind:pre:3p; -rhabiller rhabiller ver 5.50 9.53 2.22 3.45 inf; -rhabilles rhabiller ver 5.50 9.53 0.28 0.14 ind:pre:2s; -rhabilleur rhabilleur nom m s 0.00 0.07 0.00 0.07 -rhabillez rhabiller ver 5.50 9.53 1.42 0.14 imp:pre:2p;ind:pre:2p; -rhabilliez rhabiller ver 5.50 9.53 0.01 0.00 ind:imp:2p; -rhabillons rhabiller ver 5.50 9.53 0.02 0.00 imp:pre:1p; -rhabillèrent rhabiller ver 5.50 9.53 0.00 0.20 ind:pas:3p; -rhabillé rhabiller ver m s 5.50 9.53 0.41 0.68 par:pas; -rhabillée rhabiller ver f s 5.50 9.53 0.17 0.74 par:pas; -rhabillées rhabiller ver f p 5.50 9.53 0.01 0.07 par:pas; -rhabillés rhabiller ver m p 5.50 9.53 0.00 0.54 par:pas; -rhapsodie rhapsodie nom f s 0.07 0.41 0.07 0.34 -rhapsodies rhapsodie nom f p 0.07 0.41 0.00 0.07 -rhingraves rhingrave nom m p 0.00 0.07 0.00 0.07 -rhinite rhinite nom f s 0.03 0.14 0.03 0.07 -rhinites rhinite nom f p 0.03 0.14 0.00 0.07 -rhino rhino nom m s 0.90 0.61 0.83 0.54 -rhinocéros rhinocéros nom m 2.51 2.50 2.51 2.50 -rhinoplastie rhinoplastie nom f s 0.23 0.00 0.23 0.00 -rhinos rhino nom m p 0.90 0.61 0.07 0.07 -rhinoscopie rhinoscopie nom f s 0.10 0.00 0.10 0.00 -rhizome rhizome nom m s 0.01 0.00 0.01 0.00 -rhizopus rhizopus nom m 0.04 0.00 0.04 0.00 -rho rho nom m s 0.06 0.00 0.06 0.00 -rhodamine rhodamine nom f s 0.01 0.00 0.01 0.00 -rhodanien rhodanien adj m s 0.00 0.14 0.00 0.14 -rhodia rhodia nom m s 0.00 0.07 0.00 0.07 -rhodium rhodium nom m s 0.04 0.00 0.04 0.00 -rhodo rhodo nom m s 0.00 0.07 0.00 0.07 -rhodoïd rhodoïd nom m s 0.00 0.14 0.00 0.14 -rhododendron rhododendron nom m s 0.06 0.81 0.02 0.07 -rhododendrons rhododendron nom m p 0.06 0.81 0.04 0.74 -rhombe rhombe nom m s 0.00 0.07 0.00 0.07 -rhomboïdal rhomboïdal adj m s 0.00 0.14 0.00 0.14 -rhomboïdes rhomboïde nom m p 0.00 0.07 0.00 0.07 -rhovyl rhovyl nom m s 0.00 0.07 0.00 0.07 -rhubarbe rhubarbe nom f s 0.26 6.55 0.26 6.49 -rhubarbes rhubarbe nom f p 0.26 6.55 0.00 0.07 -rhum rhum nom m s 6.29 12.70 6.29 12.70 -rhumatisant rhumatisant adj m s 0.14 0.61 0.00 0.34 -rhumatisante rhumatisant adj f s 0.14 0.61 0.14 0.07 -rhumatisants rhumatisant adj m p 0.14 0.61 0.00 0.20 -rhumatismal rhumatismal adj m s 0.03 0.20 0.00 0.07 -rhumatismale rhumatismal adj f s 0.03 0.20 0.03 0.07 -rhumatismales rhumatismal adj f p 0.03 0.20 0.00 0.07 -rhumatisme rhumatisme nom m s 2.31 3.78 0.96 0.95 -rhumatismes rhumatisme nom m p 2.31 3.78 1.35 2.84 -rhumatoïde rhumatoïde adj f s 0.01 0.00 0.01 0.00 -rhumatologie rhumatologie nom f s 0.16 0.00 0.16 0.00 -rhumatologue rhumatologue nom s 0.04 0.00 0.04 0.00 -rhumbs rhumb nom m p 0.00 0.14 0.00 0.14 -rhume rhume nom m s 8.17 5.61 7.72 4.93 -rhumerie rhumerie nom f s 0.03 0.14 0.03 0.14 -rhumes rhume nom m p 8.17 5.61 0.45 0.68 -rhénan rhénan adj m s 0.00 1.69 0.00 0.20 -rhénane rhénan adj f s 0.00 1.69 0.00 0.41 -rhénans rhénan adj m p 0.00 1.69 0.00 1.08 -rhéostat rhéostat nom m s 0.00 0.34 0.00 0.34 -rhésus rhésus nom m 0.37 0.14 0.37 0.14 -rhéteur rhéteur nom m s 0.00 0.47 0.00 0.20 -rhéteurs rhéteur nom m p 0.00 0.47 0.00 0.27 -rhétoricien rhétoricien adj m s 0.01 0.00 0.01 0.00 -rhétorique rhétorique nom f s 0.89 2.03 0.88 2.03 -rhétoriques rhétorique adj f p 0.48 0.47 0.04 0.20 -rhynchites rhynchite nom m p 0.00 0.07 0.00 0.07 -rhyolite rhyolite nom f s 0.02 0.00 0.02 0.00 -rhythm_n_blues rhythm_n_blues nom m 0.02 0.00 0.02 0.00 -rhythm_and_blues rhythm_and_blues nom m 0.08 0.00 0.08 0.00 -ri rire ver m s 140.25 320.54 8.22 15.00 par:pas; -ria ria nom f s 2.21 0.00 2.21 0.00 -riaient rire ver 140.25 320.54 1.60 12.70 ind:imp:3p; -riais rire ver 140.25 320.54 1.32 3.85 ind:imp:1s;ind:imp:2s; -riait rire ver 140.25 320.54 3.34 37.97 ind:imp:3s; -rial rial nom m s 0.04 0.00 0.01 0.00 -rials rial nom m p 0.04 0.00 0.03 0.00 -riant rire ver 140.25 320.54 1.89 41.96 par:pre; -riante riant adj f s 0.53 3.04 0.28 1.01 -riantes riant adj f p 0.53 3.04 0.10 0.34 -riants riant adj m p 0.53 3.04 0.00 0.34 -ribambelle ribambelle nom f s 0.82 2.36 0.81 1.82 -ribambelles ribambelle nom f p 0.82 2.36 0.01 0.54 -ribaud ribaud nom m s 0.15 0.47 0.14 0.07 -ribaude ribaud adj f s 1.06 0.27 0.68 0.14 -ribaudes ribaud adj f p 1.06 0.27 0.38 0.14 -ribauds ribaud nom m p 0.15 0.47 0.01 0.41 -ribes ribes nom m 0.14 0.00 0.14 0.00 -rible ribler ver 0.00 0.07 0.00 0.07 ind:pre:3s; -ribleur ribleur nom m s 0.00 0.07 0.00 0.07 -riboflavine riboflavine nom f s 0.05 0.00 0.05 0.00 -ribosomes ribosome nom m p 0.19 0.00 0.19 0.00 -ribot ribot nom m s 0.00 0.20 0.00 0.07 -ribote ribot nom f s 0.00 0.20 0.00 0.14 -riboter riboter ver 0.00 0.07 0.00 0.07 inf; -riboteur riboteur nom m s 0.01 0.00 0.01 0.00 -ribouis ribouis nom m 0.00 0.20 0.00 0.20 -riboulait ribouler ver 0.01 0.27 0.01 0.07 ind:imp:3s; -riboulant ribouler ver 0.01 0.27 0.00 0.14 par:pre; -riboulants riboulant adj m p 0.00 0.07 0.00 0.07 -ribouldingue ribouldingue nom f s 0.02 0.41 0.02 0.41 -ribouler ribouler ver 0.01 0.27 0.00 0.07 inf; -ric_à_rac ric_à_rac adv 0.00 0.20 0.00 0.20 -ric_rac ric_rac adv 0.04 0.47 0.04 0.47 -ric_et_rac ric_et_rac adv 0.00 0.61 0.00 0.61 -ricain ricain nom m s 2.55 1.08 0.33 0.14 -ricaine ricain adj f s 0.36 0.41 0.14 0.00 -ricaines ricain adj f p 0.36 0.41 0.01 0.00 -ricains ricain nom m p 2.55 1.08 2.22 0.88 -ricana ricaner ver 2.04 30.61 0.02 7.50 ind:pas:3s; -ricanai ricaner ver 2.04 30.61 0.00 0.14 ind:pas:1s; -ricanaient ricaner ver 2.04 30.61 0.02 0.68 ind:imp:3p; -ricanais ricaner ver 2.04 30.61 0.02 0.61 ind:imp:1s;ind:imp:2s; -ricanait ricaner ver 2.04 30.61 0.04 3.85 ind:imp:3s; -ricanant ricaner ver 2.04 30.61 0.03 4.12 par:pre; -ricanante ricanant adj f s 0.11 1.89 0.00 0.54 -ricanantes ricanant adj f p 0.11 1.89 0.10 0.47 -ricanants ricanant adj m p 0.11 1.89 0.00 0.27 -ricane ricaner ver 2.04 30.61 1.17 5.34 imp:pre:2s;ind:pre:1s;ind:pre:3s; -ricanement ricanement nom m s 0.39 10.14 0.27 6.96 -ricanements ricanement nom m p 0.39 10.14 0.12 3.18 -ricanent ricaner ver 2.04 30.61 0.08 0.81 ind:pre:3p; -ricaner ricaner ver 2.04 30.61 0.33 4.59 inf; -ricaneraient ricaner ver 2.04 30.61 0.00 0.07 cnd:pre:3p; -ricaneront ricaner ver 2.04 30.61 0.01 0.00 ind:fut:3p; -ricanes ricaner ver 2.04 30.61 0.20 0.20 ind:pre:2s; -ricaneur ricaneur nom m s 0.03 0.27 0.03 0.14 -ricaneurs ricaneur adj m p 0.00 0.68 0.00 0.34 -ricaneuse ricaneur adj f s 0.00 0.68 0.00 0.14 -ricanions ricaner ver 2.04 30.61 0.00 0.14 ind:imp:1p; -ricanèrent ricaner ver 2.04 30.61 0.00 0.47 ind:pas:3p; -ricané ricaner ver m s 2.04 30.61 0.12 2.09 par:pas;par:pas;par:pas; -ricassant ricasser ver 0.00 0.14 0.00 0.07 par:pre; -ricasser ricasser ver 0.00 0.14 0.00 0.07 inf; -richard richard adj m s 3.57 0.81 2.01 0.20 -richarde richard nom f s 2.05 1.08 0.01 0.00 -richards richard adj m p 3.57 0.81 1.56 0.61 -riche riche adj s 73.85 65.47 54.28 42.57 -richelieu richelieu nom m s 0.05 0.14 0.02 0.00 -richelieus richelieu nom m p 0.05 0.14 0.03 0.14 -richement richement adv 0.22 1.76 0.22 1.76 -riches riche adj p 73.85 65.47 19.57 22.91 -richesse richesse nom f s 13.21 22.16 8.44 14.66 -richesses richesse nom f p 13.21 22.16 4.76 7.50 -richissime richissime adj s 0.39 1.08 0.35 0.74 -richissimes richissime adj f p 0.39 1.08 0.04 0.34 -richomme richomme nom m s 0.00 0.74 0.00 0.74 -ricin ricin nom m s 0.28 0.47 0.28 0.47 -ricocha ricocher ver 0.70 2.16 0.00 0.27 ind:pas:3s; -ricochaient ricocher ver 0.70 2.16 0.20 0.14 ind:imp:3p; -ricochait ricocher ver 0.70 2.16 0.00 0.14 ind:imp:3s; -ricochant ricocher ver 0.70 2.16 0.00 0.41 par:pre; -ricoche ricocher ver 0.70 2.16 0.10 0.14 ind:pre:3s; -ricochent ricocher ver 0.70 2.16 0.04 0.41 ind:pre:3p; -ricocher ricocher ver 0.70 2.16 0.08 0.54 inf; -ricochet ricochet nom m s 1.03 2.09 0.44 0.74 -ricochets ricochet nom m p 1.03 2.09 0.59 1.35 -ricoché ricocher ver m s 0.70 2.16 0.27 0.14 par:pas; -ricotta ricotta nom f s 0.45 0.00 0.45 0.00 -rictus rictus nom m 0.25 6.35 0.25 6.35 -rida rider ver 2.06 3.99 0.00 0.34 ind:pas:3s; -ridaient rider ver 2.06 3.99 0.00 0.07 ind:imp:3p; -ridait rider ver 2.06 3.99 0.01 0.41 ind:imp:3s; -ridant rider ver 2.06 3.99 0.01 0.14 par:pre; -ride ride nom f s 4.20 24.26 1.18 3.51 -rideau rideau nom m s 19.11 84.53 10.81 43.65 -rideaux rideau nom m p 19.11 84.53 8.29 37.97 -ridelle rideau nom f s 19.11 84.53 0.01 0.81 -ridelles rideau nom f p 19.11 84.53 0.00 2.09 -rident rider ver 2.06 3.99 0.01 0.00 ind:pre:3p; -rider rider ver 2.06 3.99 1.05 0.47 inf; -rides ride nom f p 4.20 24.26 3.02 20.74 -ridicule ridicule adj s 61.57 45.54 57.05 36.49 -ridiculement ridiculement adv 0.30 2.57 0.30 2.57 -ridicules ridicule adj p 61.57 45.54 4.53 9.05 -ridiculisa ridiculiser ver 7.54 4.32 0.00 0.07 ind:pas:3s; -ridiculisaient ridiculiser ver 7.54 4.32 0.00 0.20 ind:imp:3p; -ridiculisais ridiculiser ver 7.54 4.32 0.01 0.14 ind:imp:1s; -ridiculisait ridiculiser ver 7.54 4.32 0.03 0.34 ind:imp:3s; -ridiculisant ridiculiser ver 7.54 4.32 0.02 0.34 par:pre; -ridiculisation ridiculisation nom f s 0.01 0.00 0.01 0.00 -ridiculise ridiculiser ver 7.54 4.32 1.16 0.34 imp:pre:2s;ind:pre:1s;ind:pre:3s; -ridiculisent ridiculiser ver 7.54 4.32 0.33 0.14 ind:pre:3p; -ridiculiser ridiculiser ver 7.54 4.32 3.02 1.69 inf; -ridiculisera ridiculiser ver 7.54 4.32 0.03 0.07 ind:fut:3s; -ridiculiserai ridiculiser ver 7.54 4.32 0.16 0.00 ind:fut:1s; -ridiculiserais ridiculiser ver 7.54 4.32 0.02 0.00 cnd:pre:1s; -ridiculiserait ridiculiser ver 7.54 4.32 0.01 0.07 cnd:pre:3s; -ridiculiseras ridiculiser ver 7.54 4.32 0.03 0.00 ind:fut:2s; -ridiculises ridiculiser ver 7.54 4.32 0.54 0.07 ind:pre:2s;sub:pre:2s; -ridiculisez ridiculiser ver 7.54 4.32 0.38 0.00 imp:pre:2p;ind:pre:2p; -ridiculisiez ridiculiser ver 7.54 4.32 0.01 0.00 ind:imp:2p; -ridiculisé ridiculiser ver m s 7.54 4.32 1.09 0.61 par:pas; -ridiculisée ridiculiser ver f s 7.54 4.32 0.51 0.07 par:pas; -ridiculisées ridiculiser ver f p 7.54 4.32 0.10 0.07 par:pas; -ridiculisés ridiculiser ver m p 7.54 4.32 0.10 0.14 par:pas; -ridiculités ridiculité nom f p 0.14 0.00 0.14 0.00 -ridé ridé adj m s 1.04 7.16 0.45 2.77 -ridée ridé adj f s 1.04 7.16 0.30 2.16 -ridées ridé adj f p 1.04 7.16 0.14 1.49 -ridule ridule nom f s 0.16 0.07 0.01 0.00 -ridules ridule nom f p 0.16 0.07 0.15 0.07 -ridés ridé adj m p 1.04 7.16 0.16 0.74 -rie rire ver 140.25 320.54 1.09 0.81 sub:pre:1s;sub:pre:3s; -riel riel nom m s 0.16 0.00 0.16 0.00 -rien rien pro_ind s 2374.91 1522.91 2374.91 1522.91 -riens rien nom_sup m p 7.26 24.19 0.62 3.38 -rient rire ver 140.25 320.54 5.17 5.54 ind:pre:3p; -ries rire ver 140.25 320.54 0.10 0.20 sub:pre:2s; -riesling riesling nom m s 0.71 0.20 0.71 0.20 -rieur rieur adj m s 0.45 4.93 0.41 2.84 -rieurs rieur adj m p 0.45 4.93 0.04 2.09 -rieuse rieux adj f s 0.07 4.12 0.06 3.24 -rieuses rieux adj f p 0.07 4.12 0.01 0.88 -riez rire ver 140.25 320.54 8.51 3.04 imp:pre:2p;ind:pre:2p; -rif rif nom m s 0.07 1.42 0.07 1.42 -rifain rifain nom m s 0.03 0.00 0.01 0.00 -rifains rifain nom m p 0.03 0.00 0.02 0.00 -riff riff nom m s 0.53 0.27 0.43 0.20 -riffaude riffauder ver 0.00 0.20 0.00 0.07 ind:pre:1s; -riffauder riffauder ver 0.00 0.20 0.00 0.07 inf; -riffaudé riffauder ver m s 0.00 0.20 0.00 0.07 par:pas; -riffs riff nom m p 0.53 0.27 0.10 0.07 -rififi rififi nom m s 0.09 0.47 0.09 0.47 -riflard riflard nom m s 0.01 0.41 0.01 0.41 -rifle rifle nom m s 0.12 0.74 0.02 0.74 -rifles rifle nom m p 0.12 0.74 0.10 0.00 -riflette riflette nom f s 0.00 0.61 0.00 0.61 -rift rift nom m s 0.03 0.20 0.03 0.20 -rigaudon rigaudon nom m s 0.01 0.07 0.01 0.00 -rigaudons rigaudon nom m p 0.01 0.07 0.00 0.07 -rigide rigide adj s 3.27 9.93 2.96 6.42 -rigidement rigidement adv 0.00 0.14 0.00 0.14 -rigides rigide adj p 3.27 9.93 0.32 3.51 -rigidifier rigidifier ver 0.01 0.00 0.01 0.00 inf; -rigidité rigidité nom f s 0.88 1.89 0.88 1.82 -rigidités rigidité nom f p 0.88 1.89 0.00 0.07 -rigodon rigodon nom m s 0.00 0.61 0.00 0.61 -rigola rigoler ver 47.56 33.85 0.02 1.42 ind:pas:3s; -rigolade rigolade nom f s 2.43 9.19 2.41 8.38 -rigolades rigolade nom f p 2.43 9.19 0.02 0.81 -rigolage rigolage nom m s 0.00 0.07 0.00 0.07 -rigolaient rigoler ver 47.56 33.85 0.47 0.74 ind:imp:3p; -rigolais rigoler ver 47.56 33.85 1.32 0.47 ind:imp:1s;ind:imp:2s; -rigolait rigoler ver 47.56 33.85 1.00 3.11 ind:imp:3s; -rigolant rigoler ver 47.56 33.85 0.23 2.64 par:pre; -rigolard rigolard adj m s 0.01 2.70 0.01 1.69 -rigolarde rigolard nom f s 0.01 0.34 0.01 0.00 -rigolardes rigolard adj f p 0.01 2.70 0.00 0.20 -rigolards rigolard adj m p 0.01 2.70 0.00 0.41 -rigole rigoler ver 47.56 33.85 12.08 6.42 imp:pre:2s;ind:pre:1s;ind:pre:3s; -rigolent rigoler ver 47.56 33.85 1.46 0.95 ind:pre:3p; -rigoler rigoler ver 47.56 33.85 10.48 9.80 inf; -rigolera rigoler ver 47.56 33.85 0.19 0.54 ind:fut:3s; -rigolerai rigoler ver 47.56 33.85 0.17 0.00 ind:fut:1s; -rigoleraient rigoler ver 47.56 33.85 0.03 0.07 cnd:pre:3p; -rigolerais rigoler ver 47.56 33.85 0.28 0.07 cnd:pre:1s;cnd:pre:2s; -rigolerait rigoler ver 47.56 33.85 0.07 0.27 cnd:pre:3s; -rigoleras rigoler ver 47.56 33.85 0.24 0.07 ind:fut:2s; -rigolerez rigoler ver 47.56 33.85 0.03 0.00 ind:fut:2p; -rigoleront rigoler ver 47.56 33.85 0.02 0.00 ind:fut:3p; -rigoles rigoler ver 47.56 33.85 13.56 3.31 ind:pre:2s;sub:pre:2s; -rigoleur rigoleur adj m s 0.00 0.07 0.00 0.07 -rigolez rigoler ver 47.56 33.85 3.90 0.68 imp:pre:2p;ind:pre:2p; -rigoliez rigoler ver 47.56 33.85 0.07 0.07 ind:imp:2p; -rigolions rigoler ver 47.56 33.85 0.01 0.07 ind:imp:1p; -rigollot rigollot nom m s 0.00 0.07 0.00 0.07 -rigolo rigolo adj m s 6.25 3.85 5.00 2.64 -rigolons rigoler ver 47.56 33.85 0.11 0.07 imp:pre:1p;ind:pre:1p; -rigolos rigolo nom m p 3.99 2.30 1.17 0.88 -rigolote rigolo adj f s 6.25 3.85 0.73 0.27 -rigolotes rigolo adj f p 6.25 3.85 0.23 0.14 -rigolèrent rigoler ver 47.56 33.85 0.00 0.34 ind:pas:3p; -rigolé rigoler ver m s 47.56 33.85 1.82 2.77 par:pas; -rigorisme rigorisme nom m s 0.00 0.20 0.00 0.20 -rigoriste rigoriste adj f s 0.14 0.20 0.14 0.20 -rigoristes rigoriste nom p 0.00 0.07 0.00 0.07 -rigoureuse rigoureux adj f s 1.94 8.31 0.27 3.38 -rigoureusement rigoureusement adv 0.23 4.73 0.23 4.73 -rigoureuses rigoureux adj f p 1.94 8.31 0.17 1.55 -rigoureux rigoureux adj m 1.94 8.31 1.50 3.38 -rigueur rigueur nom f s 4.87 40.34 4.72 37.77 -rigueurs rigueur nom f p 4.87 40.34 0.15 2.57 -riiez rire ver 140.25 320.54 0.00 0.14 ind:imp:2p; -riions rire ver 140.25 320.54 0.00 1.15 ind:imp:1p; -rikiki rikiki adj m s 0.09 2.97 0.09 2.97 -rillettes rillettes nom f p 0.17 2.43 0.17 2.43 -rillons rillons nom m p 0.00 0.41 0.00 0.41 -rima rimer ver 6.89 5.27 0.00 0.34 ind:pas:3s; -rimaient rimer ver 6.89 5.27 0.02 0.20 ind:imp:3p; -rimaillerie rimaillerie nom f s 0.00 0.07 0.00 0.07 -rimailles rimailler ver 0.01 0.07 0.01 0.07 ind:pre:2s; -rimailleur rimailleur nom m s 0.01 0.07 0.01 0.00 -rimailleurs rimailleur nom m p 0.01 0.07 0.00 0.07 -rimait rimer ver 6.89 5.27 0.28 1.08 ind:imp:3s; -rimante rimant adj f s 0.00 0.07 0.00 0.07 -rimaye rimaye nom f s 0.01 0.00 0.01 0.00 -rimbaldien rimbaldien adj m s 0.00 0.07 0.00 0.07 -rime rimer ver 6.89 5.27 5.66 2.36 imp:pre:2s;ind:pre:3s; -riment rimer ver 6.89 5.27 0.50 0.20 ind:pre:3p; -rimer rimer ver 6.89 5.27 0.15 0.27 inf; -rimes rime nom f p 3.08 2.16 1.75 1.22 -rimeur rimeur nom m s 0.04 0.00 0.02 0.00 -rimeurs rimeur nom m p 0.04 0.00 0.01 0.00 -rimeuse rimeur nom f s 0.04 0.00 0.01 0.00 -rimez rimer ver 6.89 5.27 0.03 0.07 imp:pre:2p;ind:pre:2p; -rimions rimer ver 6.89 5.27 0.00 0.07 ind:imp:1p; -rimmel rimmel nom m s 0.16 3.04 0.16 3.04 -rimé rimer ver m s 6.89 5.27 0.22 0.27 par:pas; -rimée rimer ver f s 6.89 5.27 0.00 0.20 par:pas; -rimés rimer ver m p 6.89 5.27 0.01 0.20 par:pas; -rince_bouche rince_bouche nom m 0.03 0.00 0.03 0.00 -rince_doigts rince_doigts nom m 0.08 0.27 0.08 0.27 -rince rincer ver 4.46 11.15 1.29 2.03 imp:pre:2s;ind:pre:1s;ind:pre:3s; -rinceau rinceau nom m s 0.00 0.68 0.00 0.07 -rinceaux rinceau nom m p 0.00 0.68 0.00 0.61 -rincent rincer ver 4.46 11.15 0.16 0.34 ind:pre:3p; -rincer rincer ver 4.46 11.15 1.86 3.18 inf; -rincera rincer ver 4.46 11.15 0.01 0.00 ind:fut:3s; -rincerai rincer ver 4.46 11.15 0.10 0.07 ind:fut:1s; -rinceraient rincer ver 4.46 11.15 0.00 0.07 cnd:pre:3p; -rinces rincer ver 4.46 11.15 0.28 0.07 ind:pre:2s; -rincette rincette nom f s 0.00 0.27 0.00 0.27 -rinceur rinceur nom m s 0.00 0.07 0.00 0.07 -rincez rincer ver 4.46 11.15 0.27 0.07 imp:pre:2p;ind:pre:2p; -rincèrent rincer ver 4.46 11.15 0.00 0.07 ind:pas:3p; -rincé rincer ver m s 4.46 11.15 0.18 1.28 par:pas; -rincée rincer ver f s 4.46 11.15 0.02 0.20 par:pas; -rincées rincer ver f p 4.46 11.15 0.02 0.07 par:pas; -rincés rincer ver m p 4.46 11.15 0.14 0.68 par:pas; -rinforzando rinforzando adv 0.00 0.07 0.00 0.07 -ring ring nom m s 6.49 4.66 6.19 4.39 -ringard ringard adj m s 2.94 1.42 1.99 0.88 -ringarde ringard adj f s 2.94 1.42 0.27 0.27 -ringardes ringard adj f p 2.94 1.42 0.39 0.00 -ringardise ringardise nom f s 0.06 0.14 0.04 0.14 -ringardises ringardise nom f p 0.06 0.14 0.01 0.00 -ringards ringard nom m p 2.54 0.95 0.64 0.20 -rings ring nom m p 6.49 4.66 0.29 0.27 -rink rink nom m s 0.14 2.84 0.14 2.84 -rinker rinker ver 0.02 0.00 0.02 0.00 inf; -rinça rincer ver 4.46 11.15 0.00 1.15 ind:pas:3s; -rinçage rinçage nom m s 0.43 0.74 0.28 0.68 -rinçages rinçage nom m p 0.43 0.74 0.14 0.07 -rinçaient rincer ver 4.46 11.15 0.00 0.07 ind:imp:3p; -rinçais rincer ver 4.46 11.15 0.01 0.14 ind:imp:1s;ind:imp:2s; -rinçait rincer ver 4.46 11.15 0.01 1.42 ind:imp:3s; -rinçant rincer ver 4.46 11.15 0.11 0.27 par:pre; -rioja rioja nom m s 0.01 0.00 0.01 0.00 -rions rire ver 140.25 320.54 0.63 1.49 imp:pre:1p;ind:pre:1p; -ripa riper ver 0.35 0.81 0.00 0.07 ind:pas:3s; -ripaillait ripailler ver 0.14 0.81 0.00 0.07 ind:imp:3s; -ripaille ripailler ver 0.14 0.81 0.14 0.20 ind:pre:3s; -ripailler ripailler ver 0.14 0.81 0.00 0.20 inf; -ripailles ripaille nom f p 0.20 1.62 0.14 0.54 -ripaillons ripailler ver 0.14 0.81 0.00 0.07 ind:pre:1p; -ripaillé ripailler ver m s 0.14 0.81 0.00 0.27 par:pas; -ripant riper ver 0.35 0.81 0.00 0.14 par:pre; -ripaton ripaton nom m s 0.01 0.20 0.00 0.07 -ripatons ripaton nom m p 0.01 0.20 0.01 0.14 -ripe ripe nom f s 0.18 0.27 0.18 0.27 -riper riper ver 0.35 0.81 0.03 0.34 inf; -ripes riper ver 0.35 0.81 0.14 0.00 ind:pre:2s; -ripeur ripeur nom m s 0.00 0.07 0.00 0.07 -ripolin ripolin nom m s 0.00 0.41 0.00 0.41 -ripoliner ripoliner ver 0.00 1.55 0.00 0.07 inf; -ripolines ripoliner ver 0.00 1.55 0.00 0.07 ind:pre:2s; -ripoliné ripoliner ver m s 0.00 1.55 0.00 0.41 par:pas; -ripolinée ripoliner ver f s 0.00 1.55 0.00 0.54 par:pas; -ripolinées ripoliner ver f p 0.00 1.55 0.00 0.27 par:pas; -ripolinés ripoliner ver m p 0.00 1.55 0.00 0.20 par:pas; -riposta riposter ver 3.61 5.34 0.01 1.55 ind:pas:3s; -ripostai riposter ver 3.61 5.34 0.00 0.20 ind:pas:1s; -ripostaient riposter ver 3.61 5.34 0.01 0.07 ind:imp:3p; -ripostais riposter ver 3.61 5.34 0.01 0.07 ind:imp:1s; -ripostait riposter ver 3.61 5.34 0.00 0.41 ind:imp:3s; -ripostant riposter ver 3.61 5.34 0.03 0.14 par:pre; -riposte riposte nom f s 1.75 2.97 1.70 2.64 -ripostent riposter ver 3.61 5.34 0.21 0.07 ind:pre:3p; -riposter riposter ver 3.61 5.34 1.41 1.28 inf; -ripostera riposter ver 3.61 5.34 0.05 0.00 ind:fut:3s; -riposterai riposter ver 3.61 5.34 0.19 0.00 ind:fut:1s; -riposterez riposter ver 3.61 5.34 0.02 0.00 ind:fut:2p; -riposterons riposter ver 3.61 5.34 0.05 0.00 ind:fut:1p; -riposteront riposter ver 3.61 5.34 0.08 0.00 ind:fut:3p; -ripostes riposte nom f p 1.75 2.97 0.05 0.34 -ripostez riposter ver 3.61 5.34 0.14 0.00 imp:pre:2p;ind:pre:2p; -ripostions riposter ver 3.61 5.34 0.01 0.00 ind:imp:1p; -ripostons riposter ver 3.61 5.34 0.05 0.00 imp:pre:1p;ind:pre:1p; -riposté riposter ver m s 3.61 5.34 0.60 1.01 par:pas; -ripou ripou adj s 0.66 0.27 0.66 0.27 -ripoux ripoux nom m p 1.54 0.00 1.54 0.00 -ripper ripper nom m s 0.31 0.00 0.31 0.00 -ripé riper ver m s 0.35 0.81 0.19 0.27 par:pas; -ripuaire ripuaire adj s 0.00 0.07 0.00 0.07 -riquiqui riquiqui adj 0.50 0.68 0.50 0.68 -rira rire ver 140.25 320.54 2.99 0.74 ind:fut:3s; -rirai rire ver 140.25 320.54 0.88 0.47 ind:fut:1s; -riraient rire ver 140.25 320.54 0.07 0.27 cnd:pre:3p; -rirais rire ver 140.25 320.54 0.66 0.34 cnd:pre:1s;cnd:pre:2s; -rirait rire ver 140.25 320.54 0.20 0.81 cnd:pre:3s; -riras rire ver 140.25 320.54 0.80 0.07 ind:fut:2s; -rire rire ver 140.25 320.54 63.29 144.19 inf; -rirent rire ver 140.25 320.54 0.01 2.57 ind:pas:3p; -rires rire nom m p 38.88 155.47 16.09 42.91 -rirez rire ver 140.25 320.54 0.60 0.14 ind:fut:2p; -rirons rire ver 140.25 320.54 0.23 0.34 ind:fut:1p; -riront rire ver 140.25 320.54 0.30 0.14 ind:fut:3p; -ris rire ver 140.25 320.54 20.86 8.65 imp:pre:2s;ind:pre:1s;ind:pre:2s; -rise ris nom f s 1.74 0.34 0.24 0.00 -riser riser nom m s 0.06 0.00 0.06 0.00 -risette risette nom f s 0.75 1.08 0.70 0.81 -risettes risette nom f p 0.75 1.08 0.05 0.27 -risibilité risibilité nom f s 0.01 0.14 0.01 0.14 -risible risible adj s 1.05 3.45 0.88 2.70 -risiblement risiblement adv 0.00 0.07 0.00 0.07 -risibles risible adj p 1.05 3.45 0.17 0.74 -risorius risorius nom m 0.01 0.14 0.01 0.14 -risotto risotto nom m s 0.54 0.07 0.54 0.07 -risqua risquer ver 100.40 99.32 0.45 3.58 ind:pas:3s; -risquai risquer ver 100.40 99.32 0.00 0.81 ind:pas:1s; -risquaient risquer ver 100.40 99.32 0.68 4.66 ind:imp:3p; -risquais risquer ver 100.40 99.32 0.92 3.51 ind:imp:1s;ind:imp:2s; -risquait risquer ver 100.40 99.32 2.59 21.62 ind:imp:3s; -risquant risquer ver 100.40 99.32 0.99 1.82 par:pre; -risque_tout risque_tout adj 0.00 0.07 0.00 0.07 -risque risque nom m s 69.33 50.27 45.98 30.27 -risquent risquer ver 100.40 99.32 4.59 3.85 ind:pre:3p; -risquer risquer ver 100.40 99.32 13.06 14.19 inf; -risquera risquer ver 100.40 99.32 0.38 0.54 ind:fut:3s; -risquerai risquer ver 100.40 99.32 0.30 0.14 ind:fut:1s; -risqueraient risquer ver 100.40 99.32 0.45 0.81 cnd:pre:3p; -risquerais risquer ver 100.40 99.32 1.47 0.88 cnd:pre:1s;cnd:pre:2s; -risquerait risquer ver 100.40 99.32 1.59 3.11 cnd:pre:3s; -risqueras risquer ver 100.40 99.32 0.03 0.07 ind:fut:2s; -risquerez risquer ver 100.40 99.32 0.17 0.07 ind:fut:2p; -risqueriez risquer ver 100.40 99.32 0.32 0.41 cnd:pre:2p; -risquerions risquer ver 100.40 99.32 0.09 0.14 cnd:pre:1p; -risquerons risquer ver 100.40 99.32 0.00 0.07 ind:fut:1p; -risqueront risquer ver 100.40 99.32 0.12 0.20 ind:fut:3p; -risques risque nom m p 69.33 50.27 23.36 20.00 -risquez risquer ver 100.40 99.32 7.54 1.96 imp:pre:2p;ind:pre:2p; -risquiez risquer ver 100.40 99.32 0.20 0.61 ind:imp:2p; -risquions risquer ver 100.40 99.32 0.06 0.74 ind:imp:1p; -risquons risquer ver 100.40 99.32 1.80 0.95 imp:pre:1p;ind:pre:1p; -risquât risquer ver 100.40 99.32 0.00 0.54 sub:imp:3s; -risqué risquer ver m s 100.40 99.32 10.77 5.00 par:pas; -risquée risqué adj f s 8.29 2.70 0.47 0.68 -risquées risqué adj f p 8.29 2.70 0.13 0.27 -risqués risqué adj m p 8.29 2.70 0.08 0.20 -rissolaient rissoler ver 0.01 0.74 0.00 0.14 ind:imp:3p; -rissolait rissoler ver 0.01 0.74 0.00 0.07 ind:imp:3s; -rissole rissole nom f s 0.02 0.34 0.00 0.14 -rissolent rissoler ver 0.01 0.74 0.00 0.14 ind:pre:3p; -rissoler rissoler ver 0.01 0.74 0.01 0.27 inf; -rissoles rissole nom f p 0.02 0.34 0.02 0.20 -rissolé rissoler ver m s 0.01 0.74 0.00 0.07 par:pas; -rissolée rissolé adj f s 0.03 0.34 0.00 0.07 -rissolées rissolé adj f p 0.03 0.34 0.03 0.20 -rissolés rissolé adj m p 0.03 0.34 0.00 0.07 -ristournait ristourner ver 0.14 0.07 0.00 0.07 ind:imp:3s; -ristourne ristourne nom f s 0.54 0.54 0.50 0.54 -ristournes ristourne nom f p 0.54 0.54 0.04 0.00 -risée risée nom f s 2.22 2.50 2.12 1.76 -risées risée nom f p 2.22 2.50 0.10 0.74 -rit rire ver 140.25 320.54 17.47 37.70 ind:pre:3s;ind:pas:3s; -rital rital nom m s 2.66 3.51 1.36 2.09 -ritale rital nom f s 2.66 3.51 0.14 0.34 -ritales rital nom f p 2.66 3.51 0.00 0.14 -ritals rital nom m p 2.66 3.51 1.16 0.95 -rite rite nom m s 5.43 17.84 3.77 8.45 -rites rite nom m p 5.43 17.84 1.66 9.39 -ritournelle ritournelle nom f s 0.03 2.03 0.01 1.28 -ritournelles ritournelle nom f p 0.03 2.03 0.02 0.74 -rittes rittes nom f p 0.00 0.07 0.00 0.07 -ritualisa ritualiser ver 0.01 0.14 0.00 0.07 ind:pas:3s; -ritualisation ritualisation nom f s 0.00 0.07 0.00 0.07 -ritualiste ritualiste adj m s 0.16 0.00 0.01 0.00 -ritualistes ritualiste adj m p 0.16 0.00 0.15 0.00 -ritualisé ritualiser ver m s 0.01 0.14 0.01 0.00 par:pas; -ritualisés ritualiser ver m p 0.01 0.14 0.00 0.07 par:pas; -rituel rituel nom m s 8.82 6.22 7.03 5.54 -rituelle rituel adj f s 3.29 12.97 0.45 4.73 -rituellement rituellement adv 0.14 1.76 0.14 1.76 -rituelles rituel adj f p 3.29 12.97 0.39 2.23 -rituels rituel nom m p 8.82 6.22 1.79 0.68 -riva river ver 3.47 10.88 0.02 0.47 ind:pas:3s; -rivage rivage nom m s 5.46 17.23 4.38 12.36 -rivages rivage nom m p 5.46 17.23 1.08 4.86 -rivaient river ver 3.47 10.88 0.00 0.20 ind:imp:3p; -rivais river ver 3.47 10.88 0.00 0.07 ind:imp:1s; -rivait river ver 3.47 10.88 0.00 0.61 ind:imp:3s; -rival rival nom m s 4.75 10.20 2.68 4.80 -rivale rival nom f s 4.75 10.20 1.23 2.97 -rivales rival adj f p 1.34 4.05 0.44 1.96 -rivalisaient rivaliser ver 1.99 4.39 0.04 1.15 ind:imp:3p; -rivalisait rivaliser ver 1.99 4.39 0.12 0.54 ind:imp:3s; -rivalisant rivaliser ver 1.99 4.39 0.08 0.20 par:pre; -rivalise rivaliser ver 1.99 4.39 0.20 0.20 ind:pre:1s;ind:pre:3s; -rivalisent rivaliser ver 1.99 4.39 0.10 0.41 ind:pre:3p; -rivaliser rivaliser ver 1.99 4.39 1.40 1.55 inf; -rivalisera rivaliser ver 1.99 4.39 0.03 0.00 ind:fut:3s; -rivaliserait rivaliser ver 1.99 4.39 0.01 0.00 cnd:pre:3s; -rivalisèrent rivaliser ver 1.99 4.39 0.00 0.27 ind:pas:3p; -rivalisé rivaliser ver m s 1.99 4.39 0.01 0.07 par:pas; -rivalité rivalité nom f s 2.25 4.93 1.58 2.97 -rivalités rivalité nom f p 2.25 4.93 0.67 1.96 -rivant river ver 3.47 10.88 0.00 0.20 par:pre; -rivaux rival nom m p 4.75 10.20 0.69 1.76 -rive rive nom f s 7.92 46.15 6.03 35.14 -river river ver 3.47 10.88 2.70 1.15 inf; -riverain riverain nom m s 0.36 0.81 0.00 0.07 -riveraines riverain adj f p 0.00 0.47 0.00 0.27 -riverains riverain nom m p 0.36 0.81 0.36 0.74 -riverait river ver 3.47 10.88 0.00 0.07 cnd:pre:3s; -rives rive nom f p 7.92 46.15 1.89 11.01 -rivet rivet nom m s 0.56 1.08 0.35 0.14 -rivetage rivetage nom m s 0.01 0.20 0.01 0.20 -riveteuse riveteur nom f s 0.01 0.00 0.01 0.00 -riveteuse riveteuse nom f s 0.01 0.00 0.01 0.00 -rivets rivet nom m p 0.56 1.08 0.22 0.95 -rivette riveter ver 0.16 0.27 0.14 0.00 imp:pre:2s; -riveté riveter ver m s 0.16 0.27 0.00 0.07 par:pas; -rivetées riveter ver f p 0.16 0.27 0.03 0.20 par:pas; -riviera riviera nom f s 0.00 0.14 0.00 0.07 -rivieras riviera nom f p 0.00 0.14 0.00 0.07 -rivière rivière nom f s 32.73 43.72 28.17 36.49 -rivières rivière nom f p 32.73 43.72 4.56 7.23 -rivoir rivoir nom m s 0.01 0.27 0.01 0.27 -rivé river ver m s 3.47 10.88 0.22 3.24 par:pas; -rivée river ver f s 3.47 10.88 0.02 1.08 par:pas; -rivées river ver f p 3.47 10.88 0.00 0.47 par:pas; -rivés river ver m p 3.47 10.88 0.49 2.64 par:pas; -rixdales rixdale nom f p 0.00 0.07 0.00 0.07 -rixe rixe nom f s 0.84 2.16 0.80 1.28 -rixes rixe nom f p 0.84 2.16 0.04 0.88 -riz_minute riz_minute nom m 0.00 0.07 0.00 0.07 -riz_pain_sel riz_pain_sel nom m s 0.00 0.07 0.00 0.07 -riz riz nom m 18.49 17.70 18.49 17.70 -rizière rizière nom f s 6.45 3.78 5.30 1.15 -rizières rizière nom f p 6.45 3.78 1.15 2.64 -roadster roadster nom m s 0.03 0.27 0.03 0.27 -roast_beef roast_beef nom m s 0.16 0.00 0.14 0.00 -roast_beef roast_beef nom m s 0.16 0.00 0.02 0.00 -robe robe nom f s 84.43 148.18 72.72 111.96 -rober rober ver 0.02 0.00 0.02 0.00 inf; -robert robert nom m s 1.51 1.49 1.44 0.27 -roberts robert nom m p 1.51 1.49 0.07 1.22 -robes robe nom f p 84.43 148.18 11.71 36.22 -robette robette nom f s 0.00 0.07 0.00 0.07 -robin robin nom m s 0.41 0.34 0.03 0.07 -robinet robinet nom m s 5.89 18.24 5.12 13.65 -robinets robinet nom m p 5.89 18.24 0.77 4.59 -robinetterie robinetterie nom f s 0.03 0.27 0.03 0.27 -robiniers robinier nom m p 0.00 0.07 0.00 0.07 -robins robin nom m p 0.41 0.34 0.38 0.27 -robinsonnade robinsonnade nom m s 0.00 0.07 0.00 0.07 -robinsons robinson nom m p 0.00 0.20 0.00 0.20 -râble râble nom m s 0.01 1.96 0.01 1.96 -roblot roblot nom m s 0.00 1.15 0.00 1.15 -râblé râblé adj m s 0.01 1.82 0.01 1.28 -râblée râblé adj f s 0.01 1.82 0.00 0.07 -râblés râblé adj m p 0.01 1.82 0.00 0.47 -roboratif roboratif adj m s 0.00 0.54 0.00 0.34 -roborative roboratif adj f s 0.00 0.54 0.00 0.07 -roboratives roboratif adj f p 0.00 0.54 0.00 0.14 -robot robot nom m s 22.89 3.18 14.97 1.69 -robotique robotique nom f s 0.72 0.00 0.69 0.00 -robotiques robotique nom f p 0.72 0.00 0.04 0.00 -robotisé robotiser ver m s 0.10 0.20 0.07 0.07 par:pas; -robotisée robotiser ver f s 0.10 0.20 0.01 0.07 par:pas; -robotisées robotiser ver f p 0.10 0.20 0.01 0.07 par:pas; -robots robot nom m p 22.89 3.18 7.92 1.49 -roburite roburite nom f s 0.00 0.07 0.00 0.07 -robuste robuste adj s 2.90 10.07 2.14 7.03 -robustement robustement adv 0.00 0.14 0.00 0.14 -robustes robuste adj p 2.90 10.07 0.76 3.04 -robustesse robustesse nom f s 0.17 0.81 0.17 0.81 -roc roc nom m s 3.58 11.76 3.37 7.50 -rocade rocade nom f s 0.27 0.27 0.27 0.20 -rocades rocade nom f p 0.27 0.27 0.00 0.07 -rocaille rocaille nom f s 0.16 2.16 0.16 1.28 -rocailles rocaille nom f p 0.16 2.16 0.00 0.88 -rocailleuse rocailleux adj f s 0.17 3.18 0.07 1.22 -rocailleuses rocailleux adj f p 0.17 3.18 0.00 0.07 -rocailleux rocailleux adj m 0.17 3.18 0.10 1.89 -rocaillé rocailler ver m s 0.00 0.07 0.00 0.07 par:pas; -rocambole rocambole nom f s 0.00 0.41 0.00 0.41 -rocambolesque rocambolesque adj s 0.18 0.41 0.18 0.27 -rocambolesques rocambolesque adj p 0.18 0.41 0.00 0.14 -rochas rocher ver 0.08 0.47 0.00 0.34 ind:pas:2s; -rochassier rochassier nom m s 0.00 0.07 0.00 0.07 -roche roche nom f s 5.81 23.38 3.68 14.12 -rochelle rochelle nom f s 0.74 0.00 0.74 0.00 -rocher rocher nom m s 16.97 39.53 10.37 17.50 -rochers rocher nom m p 16.97 39.53 6.61 22.03 -roches roche nom f p 5.81 23.38 2.13 9.26 -rochet rochet nom m s 0.01 0.14 0.01 0.14 -rocheuse rocheux adj f s 1.06 10.00 0.17 2.64 -rocheuses rocheux adj f p 1.06 10.00 0.73 2.70 -rocheux rocheux adj m 1.06 10.00 0.16 4.66 -rochiers rochier nom m p 0.00 0.07 0.00 0.07 -roché rocher ver m s 0.08 0.47 0.01 0.00 par:pas; -rock_n_roll rock_n_roll nom m 0.19 0.14 0.19 0.14 -rock_n_roll rock_n_roll nom m s 0.01 0.00 0.01 0.00 -rock rock nom m s 22.11 20.00 21.47 19.59 -rocker rocker nom s 1.52 2.91 0.86 1.15 -rockers rocker nom p 1.52 2.91 0.66 1.76 -rocket rocket nom m s 1.40 0.07 1.04 0.07 -rockets rocket nom m p 1.40 0.07 0.35 0.00 -rockeur rockeur nom m s 0.30 0.14 0.11 0.07 -rockeurs rockeur nom m p 0.30 0.14 0.05 0.00 -rockeuse rockeur nom f s 0.30 0.14 0.14 0.07 -rocking_chair rocking_chair nom m s 0.36 1.15 0.28 0.95 -rocking_chair rocking_chair nom m p 0.36 1.15 0.01 0.20 -rocking_chair rocking_chair nom m s 0.36 1.15 0.06 0.00 -rocks rock nom m p 22.11 20.00 0.64 0.41 -rococo rococo nom m s 0.14 0.20 0.13 0.07 -rococos rococo nom m p 0.14 0.20 0.01 0.14 -rocs roc nom m p 3.58 11.76 0.21 4.26 -rodage rodage nom m s 0.32 0.41 0.32 0.34 -rodages rodage nom m p 0.32 0.41 0.00 0.07 -rodait roder ver 1.35 1.76 0.17 0.07 ind:imp:3s; -rode roder ver 1.35 1.76 0.40 0.00 ind:pre:1s;ind:pre:3s; -rodeo rodeo nom m s 0.23 0.00 0.23 0.00 -roder roder ver 1.35 1.76 0.30 0.34 inf; -roderait roder ver 1.35 1.76 0.00 0.07 cnd:pre:3s; -rodomontades rodomontade nom f p 0.01 0.47 0.01 0.47 -rodé roder ver m s 1.35 1.76 0.13 0.47 par:pas; -rodée roder ver f s 1.35 1.76 0.05 0.61 par:pas; -rodées roder ver f p 1.35 1.76 0.00 0.14 par:pas; -rodéo rodéo nom m s 2.01 0.74 1.92 0.74 -rodéos rodéo nom m p 2.01 0.74 0.09 0.00 -rodés roder ver m p 1.35 1.76 0.30 0.07 par:pas; -roentgens roentgen nom m p 0.02 0.00 0.02 0.00 -rogations rogation nom f p 0.00 0.34 0.00 0.34 -rogatoire rogatoire adj f s 0.16 0.81 0.16 0.47 -rogatoires rogatoire adj f p 0.16 0.81 0.00 0.34 -rogaton rogaton nom m s 0.11 1.15 0.11 0.14 -rogatons rogaton nom m p 0.11 1.15 0.00 1.01 -rogna rogner ver 0.39 2.97 0.00 0.07 ind:pas:3s; -rognais rogner ver 0.39 2.97 0.00 0.07 ind:imp:1s; -rognait rogner ver 0.39 2.97 0.00 0.07 ind:imp:3s; -rognant rogner ver 0.39 2.97 0.00 0.14 par:pre; -rogne_pied rogne_pied nom m s 0.00 0.07 0.00 0.07 -rogne rogne nom f s 3.68 2.43 3.67 2.23 -rognent rogner ver 0.39 2.97 0.00 0.07 ind:pre:3p; -rogner rogner ver 0.39 2.97 0.09 0.74 inf; -rognes rogne nom f p 3.68 2.43 0.01 0.20 -rogneux rogneux adj m p 0.00 0.14 0.00 0.14 -rognez rogner ver 0.39 2.97 0.01 0.00 imp:pre:2p; -rognon rognon nom m s 1.12 1.28 0.06 0.74 -rognonnait rognonner ver 0.00 0.07 0.00 0.07 ind:imp:3s; -rognons rognon nom m p 1.12 1.28 1.06 0.54 -rogné rogner ver m s 0.39 2.97 0.04 0.47 par:pas; -rognée rogner ver f s 0.39 2.97 0.00 0.27 par:pas; -rognées rogner ver f p 0.39 2.97 0.16 0.41 par:pas; -rognure rognure nom f s 0.35 0.74 0.16 0.20 -rognures rognure nom f p 0.35 0.74 0.20 0.54 -rognés rogner ver m p 0.39 2.97 0.00 0.47 par:pas; -rogomme rogomme nom m s 0.00 0.54 0.00 0.41 -rogommes rogomme nom m p 0.00 0.54 0.00 0.14 -rogue rogue adj s 0.66 1.96 0.65 1.69 -rogues rogue adj m p 0.66 1.96 0.01 0.27 -roi_roi roi_roi nom m s 0.01 0.00 0.01 0.00 -roi_soleil roi_soleil nom m s 0.00 0.14 0.00 0.14 -roi roi nom m s 177.53 98.92 166.34 85.95 -roide roide adj s 0.04 2.57 0.03 1.49 -roidement roidement adv 0.00 0.34 0.00 0.34 -roides roide adj p 0.04 2.57 0.01 1.08 -roideur roideur nom f s 0.00 0.20 0.00 0.20 -roidi roidir ver m s 0.02 0.27 0.01 0.14 par:pas; -roidie roidir ver f s 0.02 0.27 0.00 0.07 par:pas; -roidir roidir ver 0.02 0.27 0.01 0.00 inf; -roidissait roidir ver 0.02 0.27 0.00 0.07 ind:imp:3s; -rois roi nom m p 177.53 98.92 11.19 12.97 -roitelet roitelet nom m s 0.22 0.41 0.19 0.27 -roitelets roitelet nom m p 0.22 0.41 0.03 0.14 -râla râler ver 6.61 10.41 0.00 0.54 ind:pas:3s; -râlai râler ver 6.61 10.41 0.00 0.07 ind:pas:1s; -râlaient râler ver 6.61 10.41 0.00 0.47 ind:imp:3p; -râlais râler ver 6.61 10.41 0.19 0.07 ind:imp:1s;ind:imp:2s; -râlait râler ver 6.61 10.41 0.15 2.36 ind:imp:3s; -râlant râler ver 6.61 10.41 0.16 0.54 par:pre; -râlante râlant adj f s 0.02 0.47 0.02 0.14 -râle râler ver 6.61 10.41 1.70 2.03 imp:pre:2s;ind:pre:1s;ind:pre:3s; -râlement râlement nom m s 0.00 0.07 0.00 0.07 -râlent râler ver 6.61 10.41 0.37 0.20 ind:pre:3p; -râler râler ver 6.61 10.41 3.05 2.77 inf; -râlera râler ver 6.61 10.41 0.01 0.14 ind:fut:3s; -râlerai râler ver 6.61 10.41 0.02 0.00 ind:fut:1s; -râlerait râler ver 6.61 10.41 0.01 0.34 cnd:pre:3s; -râles râle nom m p 1.89 9.46 0.84 3.58 -râleur râleur nom m s 0.48 0.47 0.34 0.14 -râleurs râleur adj m p 0.33 0.47 0.21 0.27 -râleuse râleur nom f s 0.48 0.47 0.03 0.14 -râleuses râleur nom f p 0.48 0.47 0.00 0.07 -râleux râleux nom m 0.00 0.14 0.00 0.14 -râlez râler ver 6.61 10.41 0.21 0.14 imp:pre:2p;ind:pre:2p; -roll roll nom m s 5.67 1.35 5.67 1.35 -rolle rolle nom m s 0.01 0.00 0.01 0.00 -roller roller nom m s 1.41 0.00 0.88 0.00 -rollers roller nom m p 1.41 0.00 0.53 0.00 -rollmops rollmops nom m 0.03 0.20 0.03 0.20 -râlé râler ver m s 6.61 10.41 0.15 0.54 par:pas; -rom rom nom s 0.16 0.14 0.01 0.07 -romain romain adj m s 11.02 21.55 5.28 8.04 -romaine romain adj f s 11.02 21.55 3.77 6.55 -romaines romain adj f p 11.02 21.55 0.75 3.58 -romains romain adj m p 11.02 21.55 1.23 3.38 -roman_feuilleton roman_feuilleton nom m s 0.13 0.41 0.03 0.27 -roman_fleuve roman_fleuve nom m s 0.00 0.07 0.00 0.07 -roman_photo roman_photo nom m s 0.28 0.41 0.14 0.20 -roman roman nom m s 23.73 74.80 17.79 51.28 -romance romance nom s 3.12 3.99 2.98 2.91 -romancer romancer ver 0.17 0.27 0.08 0.07 inf; -romancero romancero nom m s 0.00 0.07 0.00 0.07 -romances romance nom p 3.12 3.99 0.14 1.08 -romanche romanche nom m s 0.00 0.07 0.00 0.07 -romancier romancier nom m s 0.93 11.89 0.68 8.18 -romanciers romancier nom m p 0.93 11.89 0.09 2.97 -romancière romancier nom f s 0.93 11.89 0.16 0.61 -romancières romancier nom f p 0.93 11.89 0.00 0.14 -romancé romancé adj m s 0.07 0.34 0.03 0.00 -romancée romancé adj f s 0.07 0.34 0.04 0.20 -romancées romancé adj f p 0.07 0.34 0.01 0.14 -romande romand adj f s 0.00 0.07 0.00 0.07 -romane roman adj f s 2.09 13.11 0.02 1.76 -romanes roman adj f p 2.09 13.11 0.02 1.69 -romanesque romanesque adj s 1.03 10.07 0.95 8.11 -romanesques romanesque adj p 1.03 10.07 0.09 1.96 -romani romani nom m s 0.11 0.07 0.11 0.07 -romanichel romanichel nom m s 0.17 1.35 0.01 0.34 -romanichelle romanichel nom f s 0.17 1.35 0.14 0.14 -romanichelles romanichel nom f p 0.17 1.35 0.00 0.07 -romanichels romanichel nom m p 0.17 1.35 0.02 0.81 -romanisation romanisation nom f s 0.00 0.07 0.00 0.07 -romanistes romaniste nom p 0.01 0.07 0.01 0.07 -romanité romanité nom f s 0.00 0.14 0.00 0.14 -romano romano nom s 0.28 0.54 0.22 0.20 -romanos romano nom p 0.28 0.54 0.06 0.34 -roman_feuilleton roman_feuilleton nom m p 0.13 0.41 0.10 0.14 -roman_photo roman_photo nom m p 0.28 0.41 0.14 0.20 -romans roman nom m p 23.73 74.80 5.94 23.51 -romanticisme romanticisme nom m s 0.01 0.00 0.01 0.00 -romantique romantique adj s 22.48 10.27 20.58 7.64 -romantiquement romantiquement adv 0.09 0.27 0.09 0.27 -romantiques romantique adj p 22.48 10.27 1.89 2.64 -romantisme romantisme nom m s 1.48 3.85 1.48 3.72 -romantismes romantisme nom m p 1.48 3.85 0.00 0.14 -romarin romarin nom m s 1.47 1.01 1.47 1.01 -rombière rombière nom f s 0.18 2.70 0.05 1.96 -rombières rombière nom f p 0.18 2.70 0.13 0.74 -rompît rompre ver 41.37 52.64 0.01 0.61 sub:imp:3s; -rompaient rompre ver 41.37 52.64 0.13 0.61 ind:imp:3p; -rompais rompre ver 41.37 52.64 0.18 0.14 ind:imp:1s;ind:imp:2s; -rompait rompre ver 41.37 52.64 0.06 1.82 ind:imp:3s; -rompant rompre ver 41.37 52.64 0.20 2.36 par:pre; -rompe rompre ver 41.37 52.64 0.72 0.61 sub:pre:1s;sub:pre:3s; -rompent rompre ver 41.37 52.64 0.29 0.47 ind:pre:3p; -rompez rompre ver 41.37 52.64 6.20 1.15 imp:pre:2p;ind:pre:2p; -rompiez rompre ver 41.37 52.64 0.01 0.00 ind:imp:2p; -rompirent rompre ver 41.37 52.64 0.00 0.34 ind:pas:3p; -rompis rompre ver 41.37 52.64 0.00 0.14 ind:pas:1s; -rompissent rompre ver 41.37 52.64 0.00 0.07 sub:imp:3p; -rompit rompre ver 41.37 52.64 0.28 3.24 ind:pas:3s; -rompons rompre ver 41.37 52.64 0.02 0.14 imp:pre:1p;ind:pre:1p; -rompra rompre ver 41.37 52.64 0.20 0.27 ind:fut:3s; -romprai rompre ver 41.37 52.64 0.15 0.00 ind:fut:1s; -rompraient rompre ver 41.37 52.64 0.00 0.14 cnd:pre:3p; -romprais rompre ver 41.37 52.64 0.06 0.00 cnd:pre:1s;cnd:pre:2s; -romprait rompre ver 41.37 52.64 0.05 0.27 cnd:pre:3s; -rompre rompre ver 41.37 52.64 12.61 21.82 inf; -romprez rompre ver 41.37 52.64 0.04 0.07 ind:fut:2p; -romprions rompre ver 41.37 52.64 0.00 0.07 cnd:pre:1p; -romprons rompre ver 41.37 52.64 0.01 0.00 ind:fut:1p; -romps rompre ver 41.37 52.64 2.01 0.41 imp:pre:2s;ind:pre:1s;ind:pre:2s; -rompt rompre ver 41.37 52.64 1.66 2.57 ind:pre:3s; -rompu rompre ver m s 41.37 52.64 15.16 10.68 par:pas; -rompue rompre ver f s 41.37 52.64 0.84 2.03 par:pas; -rompues rompre ver f p 41.37 52.64 0.15 0.61 par:pas; -rompus rompu adj m p 1.13 5.07 0.33 1.62 -roms rom nom p 0.16 0.14 0.14 0.07 -ron ron nom m s 0.23 0.34 0.23 0.34 -ronce ronce nom f s 1.10 13.78 0.14 1.28 -ronces ronce nom f p 1.10 13.78 0.95 12.50 -roncet roncet nom m s 0.00 0.07 0.00 0.07 -ronceux ronceux adj m 0.00 0.07 0.00 0.07 -ronchon ronchon adj m s 0.45 0.14 0.41 0.14 -ronchonna ronchonner ver 0.41 4.32 0.00 0.95 ind:pas:3s; -ronchonnaient ronchonner ver 0.41 4.32 0.00 0.07 ind:imp:3p; -ronchonnais ronchonner ver 0.41 4.32 0.00 0.14 ind:imp:1s; -ronchonnait ronchonner ver 0.41 4.32 0.00 0.74 ind:imp:3s; -ronchonnant ronchonner ver 0.41 4.32 0.11 0.47 par:pre; -ronchonne ronchonner ver 0.41 4.32 0.09 0.74 imp:pre:2s;ind:pre:1s;ind:pre:3s; -ronchonnent ronchonner ver 0.41 4.32 0.01 0.14 ind:pre:3p; -ronchonner ronchonner ver 0.41 4.32 0.16 0.95 inf; -ronchonnes ronchonner ver 0.41 4.32 0.02 0.00 ind:pre:2s; -ronchonneur ronchonneur nom m s 0.02 0.20 0.02 0.07 -ronchonneuse ronchonneur nom f s 0.02 0.20 0.00 0.14 -ronchonnot ronchonnot nom m s 0.00 0.14 0.00 0.14 -ronchonné ronchonner ver m s 0.41 4.32 0.02 0.14 par:pas; -roncier roncier nom m s 0.00 2.64 0.00 1.76 -ronciers roncier nom m p 0.00 2.64 0.00 0.88 -rond_de_cuir rond_de_cuir nom m s 0.26 0.34 0.23 0.27 -rond_point rond_point nom m s 0.44 2.50 0.44 2.43 -rond rond nom m s 16.84 33.65 15.11 24.46 -rondache rondache nom f s 0.02 0.07 0.02 0.07 -ronde_bosse ronde_bosse nom f s 0.00 0.61 0.00 0.61 -ronde ronde nom f s 9.54 20.81 7.93 17.97 -rondeau rondeau nom m s 0.02 0.07 0.02 0.07 -rondelet rondelet adj m s 0.34 1.22 0.06 0.54 -rondelette rondelet adj f s 0.34 1.22 0.28 0.54 -rondelettes rondelet adj f p 0.34 1.22 0.00 0.14 -rondelle rondelle nom f s 1.16 5.34 0.42 2.23 -rondelles rondelle nom f p 1.16 5.34 0.73 3.11 -rondement rondement adv 0.22 1.28 0.22 1.28 -rondes ronde nom f p 9.54 20.81 1.61 2.84 -rondeur rondeur nom f s 0.41 6.49 0.19 3.99 -rondeurs rondeur nom f p 0.41 6.49 0.23 2.50 -rondin rondin nom m s 0.76 8.78 0.23 1.08 -rondins rondin nom m p 0.76 8.78 0.53 7.70 -rondo rondo nom m s 0.34 0.68 0.34 0.61 -rondos rondo nom m p 0.34 0.68 0.00 0.07 -rondouillard rondouillard adj m s 0.04 1.55 0.03 1.01 -rondouillarde rondouillard adj f s 0.04 1.55 0.01 0.41 -rondouillards rondouillard adj m p 0.04 1.55 0.00 0.14 -rond_de_cuir rond_de_cuir nom m p 0.26 0.34 0.03 0.07 -rond_point rond_point nom m p 0.44 2.50 0.00 0.07 -ronds rond nom m p 16.84 33.65 1.73 9.19 -ronfla ronfler ver 6.62 18.24 0.00 0.47 ind:pas:3s; -ronflaient ronfler ver 6.62 18.24 0.01 0.81 ind:imp:3p; -ronflais ronfler ver 6.62 18.24 0.25 0.20 ind:imp:1s;ind:imp:2s; -ronflait ronfler ver 6.62 18.24 0.19 4.80 ind:imp:3s; -ronflant ronflant adj m s 0.33 2.16 0.27 0.68 -ronflante ronflant adj f s 0.33 2.16 0.00 0.47 -ronflantes ronflant adj f p 0.33 2.16 0.01 0.27 -ronflants ronflant adj m p 0.33 2.16 0.05 0.74 -ronfle ronfler ver 6.62 18.24 2.52 3.65 imp:pre:2s;ind:pre:1s;ind:pre:3s; -ronflement ronflement nom m s 1.39 10.41 0.67 6.49 -ronflements ronflement nom m p 1.39 10.41 0.72 3.92 -ronflent ronfler ver 6.62 18.24 0.30 1.22 ind:pre:3p; -ronfler ronfler ver 6.62 18.24 1.14 5.47 inf; -ronflerais ronfler ver 6.62 18.24 0.10 0.07 cnd:pre:1s;cnd:pre:2s; -ronfleras ronfler ver 6.62 18.24 0.11 0.00 ind:fut:2s; -ronfles ronfler ver 6.62 18.24 0.78 0.14 ind:pre:2s; -ronflette ronflette nom f s 0.14 0.81 0.14 0.81 -ronfleur ronfleur nom m s 0.00 0.68 0.00 0.54 -ronfleurs ronfleur nom m p 0.00 0.68 0.00 0.07 -ronfleuse ronfleur nom f s 0.00 0.68 0.00 0.07 -ronflez ronfler ver 6.62 18.24 0.32 0.00 imp:pre:2p;ind:pre:2p; -ronfliez ronfler ver 6.62 18.24 0.01 0.00 ind:imp:2p; -ronflotait ronfloter ver 0.00 0.20 0.00 0.07 ind:imp:3s; -ronflotant ronfloter ver 0.00 0.20 0.00 0.07 par:pre; -ronflote ronfloter ver 0.00 0.20 0.00 0.07 ind:pre:3s; -ronflèrent ronfler ver 6.62 18.24 0.00 0.07 ind:pas:3p; -ronflé ronfler ver m s 6.62 18.24 0.90 0.27 par:pas; -ronge ronger ver 11.68 28.38 4.23 4.12 imp:pre:2s;ind:pre:1s;ind:pre:3s; -rongea ronger ver 11.68 28.38 0.00 0.14 ind:pas:3s; -rongeai ronger ver 11.68 28.38 0.00 0.20 ind:pas:1s; -rongeaient ronger ver 11.68 28.38 0.18 0.88 ind:imp:3p; -rongeais ronger ver 11.68 28.38 0.02 0.27 ind:imp:1s;ind:imp:2s; -rongeait ronger ver 11.68 28.38 0.88 3.85 ind:imp:3s; -rongeant ronger ver 11.68 28.38 0.16 1.01 par:pre; -rongeante rongeant adj f s 0.00 0.27 0.00 0.14 -rongeantes rongeant adj f p 0.00 0.27 0.00 0.07 -rongement rongement nom m s 0.00 0.14 0.00 0.14 -rongent ronger ver 11.68 28.38 0.53 1.08 ind:pre:3p; -rongeât ronger ver 11.68 28.38 0.00 0.14 sub:imp:3s; -ronger ronger ver 11.68 28.38 1.54 2.84 inf; -rongera ronger ver 11.68 28.38 0.36 0.07 ind:fut:3s; -rongerait ronger ver 11.68 28.38 0.05 0.07 cnd:pre:3s; -ronges ronger ver 11.68 28.38 0.38 0.14 ind:pre:2s; -rongeur rongeur nom m s 1.43 2.91 0.52 1.01 -rongeurs rongeur nom m p 1.43 2.91 0.91 1.89 -rongeuse rongeuse adj f s 0.01 0.00 0.01 0.00 -rongeuses rongeur adj f p 0.27 0.95 0.10 0.07 -rongez ronger ver 11.68 28.38 0.21 0.00 imp:pre:2p;ind:pre:2p; -rongicide rongicide adj s 0.00 0.07 0.00 0.07 -rongèrent ronger ver 11.68 28.38 0.00 0.07 ind:pas:3p; -rongé ronger ver m s 11.68 28.38 2.10 4.66 par:pas; -rongée ronger ver f s 11.68 28.38 0.68 3.38 par:pas; -rongées ronger ver f p 11.68 28.38 0.17 1.96 par:pas; -rongés ronger ver m p 11.68 28.38 0.19 3.51 par:pas; -ronin ronin nom m s 0.30 0.07 0.30 0.07 -ronron ronron nom m s 0.16 3.51 0.16 2.70 -ronronna ronronner ver 0.76 11.08 0.00 0.47 ind:pas:3s; -ronronnaient ronronner ver 0.76 11.08 0.00 0.68 ind:imp:3p; -ronronnais ronronner ver 0.76 11.08 0.01 0.20 ind:imp:1s;ind:imp:2s; -ronronnait ronronner ver 0.76 11.08 0.03 2.50 ind:imp:3s; -ronronnant ronronner ver 0.76 11.08 0.02 1.42 par:pre; -ronronnante ronronnant adj f s 0.01 0.81 0.01 0.34 -ronronnantes ronronnant adj f p 0.01 0.81 0.00 0.14 -ronronnants ronronnant adj m p 0.01 0.81 0.00 0.07 -ronronne ronronner ver 0.76 11.08 0.48 2.77 imp:pre:2s;ind:pre:1s;ind:pre:3s; -ronronnement ronronnement nom m s 0.04 5.27 0.04 4.93 -ronronnements ronronnement nom m p 0.04 5.27 0.00 0.34 -ronronnent ronronner ver 0.76 11.08 0.00 0.41 ind:pre:3p; -ronronner ronronner ver 0.76 11.08 0.17 2.03 inf; -ronronnerait ronronner ver 0.76 11.08 0.00 0.07 cnd:pre:3s; -ronronnons ronronner ver 0.76 11.08 0.00 0.07 imp:pre:1p; -ronronnèrent ronronner ver 0.76 11.08 0.00 0.07 ind:pas:3p; -ronronné ronronner ver m s 0.76 11.08 0.04 0.41 par:pas; -ronrons ronron nom m p 0.16 3.51 0.00 0.81 -ronéo ronéo nom f s 0.02 0.14 0.02 0.14 -ronéotions ronéoter ver 0.00 0.14 0.00 0.07 ind:imp:1p; -ronéoté ronéoter ver m s 0.00 0.14 0.00 0.07 par:pas; -ronéotyper ronéotyper ver 0.00 0.34 0.00 0.07 inf; -ronéotypé ronéotyper ver m s 0.00 0.34 0.00 0.14 par:pas; -ronéotypés ronéotyper ver m p 0.00 0.34 0.00 0.14 par:pas; -roof roof nom m s 0.03 0.20 0.03 0.20 -râpa râper ver 1.22 4.39 0.00 0.07 ind:pas:3s; -râpaient râper ver 1.22 4.39 0.00 0.27 ind:imp:3p; -râpait râper ver 1.22 4.39 0.00 0.34 ind:imp:3s; -râpant râper ver 1.22 4.39 0.00 0.14 par:pre; -râpe râpe nom f s 1.25 1.55 1.02 1.35 -râpent râper ver 1.22 4.39 0.00 0.20 ind:pre:3p; -râper râper ver 1.22 4.39 0.07 0.47 inf; -râperait râper ver 1.22 4.39 0.00 0.07 cnd:pre:3s; -râperas râper ver 1.22 4.39 0.00 0.07 ind:fut:2s; -râpes râpe nom f p 1.25 1.55 0.23 0.20 -râpeuse râpeux adj f s 0.30 3.85 0.01 1.69 -râpeuses râpeux adj f p 0.30 3.85 0.00 0.68 -râpeux râpeux adj m 0.30 3.85 0.29 1.49 -roploplos roploplo nom m p 0.01 0.07 0.01 0.07 -râpé râper ver m s 1.22 4.39 0.96 1.76 par:pas; -râpée râpé adj f s 0.49 3.51 0.30 0.54 -râpées râpé adj f p 0.49 3.51 0.03 0.88 -râpés râpé adj m p 0.49 3.51 0.02 0.47 -roque roque nom m s 1.14 0.74 1.14 0.34 -roquefort roquefort nom m s 0.07 0.61 0.07 0.61 -roquentin roquentin nom m s 0.00 0.14 0.00 0.14 -roquer roquer ver 0.20 0.07 0.00 0.07 inf; -roques roque nom m p 1.14 0.74 0.00 0.41 -roquet roquet nom m s 0.25 1.89 0.23 1.35 -roquets roquet nom m p 0.25 1.89 0.02 0.54 -roquette roquette nom f s 1.68 1.01 0.91 0.74 -roquettes roquette nom f p 1.68 1.01 0.76 0.27 -rorqual rorqual nom m s 0.00 0.20 0.00 0.14 -rorquals rorqual nom m p 0.00 0.20 0.00 0.07 -rosa roser ver 0.51 3.31 0.01 0.14 ind:pas:3s; -rosace rosace nom f s 0.00 2.16 0.00 1.08 -rosaces rosace nom f p 0.00 2.16 0.00 1.08 -rosages rosage nom m p 0.00 0.07 0.00 0.07 -rosaire rosaire nom m s 1.54 0.74 1.33 0.61 -rosaires rosaire nom m p 1.54 0.74 0.21 0.14 -rosales rosales nom f p 0.36 0.00 0.36 0.00 -rosat rosat adj f s 0.00 0.20 0.00 0.20 -rosbif rosbif nom m s 1.81 0.54 1.38 0.47 -rosbifs rosbif nom m p 1.81 0.54 0.43 0.07 -rose_croix rose_croix nom m 0.00 0.07 0.00 0.07 -rose_thé rose_thé adj m s 0.00 0.07 0.00 0.07 -rose_thé rose_thé nom s 0.00 0.07 0.00 0.07 -rose rose adj s 23.72 96.08 18.43 66.62 -roseau roseau nom m s 1.13 16.55 0.63 2.97 -roseaux roseau nom m p 1.13 16.55 0.50 13.58 -roselière roselier nom f s 0.00 0.61 0.00 0.14 -roselières roselier nom f p 0.00 0.61 0.00 0.47 -roser roser ver 0.51 3.31 0.00 0.07 inf; -roseraie roseraie nom f s 0.31 0.20 0.30 0.14 -roseraies roseraie nom f p 0.31 0.20 0.01 0.07 -roses rose nom p 24.67 57.30 13.56 26.96 -rosette rosette nom f s 0.10 2.03 0.07 1.76 -rosettes rosette nom f p 0.10 2.03 0.03 0.27 -roseur roseur nom f s 0.00 0.68 0.00 0.54 -roseurs roseur nom f p 0.00 0.68 0.00 0.14 -rosi rosir ver m s 1.44 3.51 0.10 0.20 par:pas; -rosicrucien rosicrucien adj m s 0.01 0.07 0.01 0.00 -rosicrucienne rosicrucien nom f s 0.02 0.00 0.01 0.00 -rosicrucienne rosicrucienne adj f s 0.01 0.00 0.01 0.00 -rosicruciens rosicrucien nom m p 0.02 0.00 0.01 0.00 -rosie rosir ver f s 1.44 3.51 1.24 0.00 par:pas; -rosier rosier nom m s 0.85 5.41 0.24 1.22 -rosiers rosier nom m p 0.85 5.41 0.61 4.19 -rosies rosir ver f p 1.44 3.51 0.00 0.14 par:pas; -rosir rosir ver 1.44 3.51 0.04 0.74 inf; -rosis rosir ver m p 1.44 3.51 0.00 0.14 ind:pas:1s;par:pas; -rosissaient rosir ver 1.44 3.51 0.00 0.27 ind:imp:3p; -rosissait rosir ver 1.44 3.51 0.00 0.54 ind:imp:3s; -rosissant rosir ver 1.44 3.51 0.00 0.34 par:pre; -rosissent rosir ver 1.44 3.51 0.00 0.14 ind:pre:3p; -rosit rosir ver 1.44 3.51 0.06 1.01 ind:pre:3s;ind:pas:3s; -rosière rosière nom f s 0.00 0.14 0.00 0.14 -rosâtre rosâtre adj s 0.04 2.16 0.04 1.55 -rosâtres rosâtre adj p 0.04 2.16 0.00 0.61 -rossa rosser ver 2.49 2.43 0.02 0.07 ind:pas:3s; -rossaient rosser ver 2.49 2.43 0.01 0.07 ind:imp:3p; -rossait rosser ver 2.49 2.43 0.01 0.07 ind:imp:3s; -rossant rosser ver 2.49 2.43 0.00 0.07 par:pre; -rossard rossard nom m s 0.00 0.20 0.00 0.07 -rossards rossard nom m p 0.00 0.20 0.00 0.14 -rosse rosser ver 2.49 2.43 0.45 0.14 ind:pre:1s;ind:pre:3s; -rossent rosser ver 2.49 2.43 0.01 0.07 ind:pre:3p; -rosser rosser ver 2.49 2.43 0.79 0.74 inf; -rosserai rosser ver 2.49 2.43 0.12 0.07 ind:fut:1s; -rosserie rosserie nom f s 0.02 0.47 0.00 0.14 -rosseries rosserie nom f p 0.02 0.47 0.02 0.34 -rosses rosse adj f p 0.61 0.41 0.20 0.14 -rossez rosser ver 2.49 2.43 0.16 0.00 imp:pre:2p;ind:pre:2p; -rossignol rossignol nom m s 2.56 3.51 2.06 1.76 -rossignols rossignol nom m p 2.56 3.51 0.50 1.76 -rossinante rossinante nom f s 0.09 0.07 0.09 0.00 -rossinantes rossinante nom f p 0.09 0.07 0.00 0.07 -rossé rosser ver m s 2.49 2.43 0.52 0.81 par:pas; -rossée rosser ver f s 2.49 2.43 0.14 0.20 par:pas; -rossés rosser ver m p 2.49 2.43 0.26 0.14 par:pas; -rostre rostre nom m s 0.03 0.14 0.02 0.00 -rostres rostre nom m p 0.03 0.14 0.01 0.14 -rosé rosé nom m s 0.86 2.70 0.86 2.43 -rosée rosée nom f s 3.19 9.46 3.19 9.26 -rosées roser ver f p 0.51 3.31 0.02 0.41 par:pas; -roséole roséole nom f s 0.01 0.07 0.01 0.07 -rosés rosé adj m p 0.50 2.64 0.27 0.34 -rot rot nom m s 1.85 1.69 1.76 1.08 -rota roter ver 1.30 3.45 0.23 0.47 ind:pas:3s; -rotaient roter ver 1.30 3.45 0.01 0.27 ind:imp:3p; -rotais roter ver 1.30 3.45 0.00 0.07 ind:imp:1s; -rotait roter ver 1.30 3.45 0.01 0.41 ind:imp:3s; -rotant roter ver 1.30 3.45 0.04 0.00 par:pre; -rotariens rotarien adj m p 0.01 0.00 0.01 0.00 -rotary rotary nom m s 0.76 0.34 0.76 0.34 -rotateur rotateur adj m s 0.02 0.00 0.02 0.00 -rotatif rotatif adj m s 0.17 0.81 0.07 0.47 -rotatifs rotatif adj m p 0.17 0.81 0.04 0.00 -rotation rotation nom f s 2.30 3.58 2.08 3.38 -rotationnel rotationnel adj m s 0.01 0.00 0.01 0.00 -rotations rotation nom f p 2.30 3.58 0.22 0.20 -rotative rotatif adj f s 0.17 0.81 0.03 0.27 -rotatives rotative nom f p 0.07 1.08 0.07 0.95 -rotativistes rotativiste nom p 0.00 0.07 0.00 0.07 -rotatoire rotatoire adj m s 0.01 0.07 0.01 0.07 -rote roter ver 1.30 3.45 0.43 0.88 ind:pre:1s;ind:pre:3s; -râteau râteau nom m s 0.83 2.50 0.77 1.62 -râteaux râteau nom m p 0.83 2.50 0.07 0.88 -râtelait râteler ver 0.01 0.14 0.00 0.07 ind:imp:3s; -râteler râteler ver 0.01 0.14 0.01 0.00 inf; -râtelier râtelier nom m s 0.39 2.77 0.36 2.43 -râteliers râtelier nom m p 0.39 2.77 0.03 0.34 -râtelées râteler ver f p 0.01 0.14 0.00 0.07 par:pas; -rotengles rotengle nom m p 0.00 0.07 0.00 0.07 -rotent roter ver 1.30 3.45 0.04 0.14 ind:pre:3p; -roter roter ver 1.30 3.45 0.45 0.81 inf; -rotera roter ver 1.30 3.45 0.00 0.07 ind:fut:3s; -rotes roter ver 1.30 3.45 0.02 0.00 ind:pre:2s; -roteur roteur nom m s 0.01 0.68 0.01 0.00 -roteuse roteuse nom f s 0.01 0.00 0.01 0.00 -roteuses roteur nom f p 0.01 0.68 0.00 0.07 -rotez roter ver 1.30 3.45 0.00 0.07 ind:pre:2p; -rotin rotin nom m s 0.13 3.38 0.13 3.38 -roto roto nom f s 0.04 0.07 0.03 0.07 -rotonde rotonde nom f s 0.21 1.69 0.21 1.62 -rotondes rotonde nom f p 0.21 1.69 0.00 0.07 -rotondité rotondité nom f s 0.01 0.54 0.01 0.27 -rotondités rotondité nom f p 0.01 0.54 0.00 0.27 -rotoplos rotoplos nom m p 0.01 0.27 0.01 0.27 -rotoplots rotoplots nom m p 0.01 0.07 0.01 0.07 -rotor rotor nom m s 0.37 0.41 0.31 0.41 -rotors rotor nom m p 0.37 0.41 0.06 0.00 -rotos roto nom f p 0.04 0.07 0.01 0.00 -rototo rototo nom m s 0.03 0.07 0.02 0.00 -rototos rototo nom m p 0.03 0.07 0.01 0.07 -rots rot nom m p 1.85 1.69 0.09 0.61 -roté roter ver m s 1.30 3.45 0.06 0.20 par:pas; -rotées roter ver f p 1.30 3.45 0.00 0.07 par:pas; -rotule rotule nom f s 1.29 1.76 0.57 0.61 -rotules rotule nom f p 1.29 1.76 0.72 1.15 -rotulien rotulien adj m s 0.03 0.00 0.03 0.00 -roténone roténone nom f s 0.09 0.00 0.09 0.00 -roture roture nom f s 0.14 0.47 0.14 0.47 -roturier roturier nom m s 0.17 0.54 0.06 0.27 -roturiers roturier nom m p 0.17 0.54 0.05 0.14 -roturière roturier nom f s 0.17 0.54 0.06 0.14 -roua rouer ver 2.20 2.57 0.00 0.07 ind:pas:3s; -rouage rouage nom m s 1.18 4.05 0.30 0.47 -rouages rouage nom m p 1.18 4.05 0.88 3.58 -rouaient rouer ver 2.20 2.57 0.01 0.07 ind:imp:3p; -rouais rouer ver 2.20 2.57 0.02 0.00 ind:imp:2s; -rouait rouer ver 2.20 2.57 0.13 0.14 ind:imp:3s; -rouan rouan nom m s 0.16 0.20 0.16 0.20 -rouant rouer ver 2.20 2.57 0.01 0.14 par:pre; -roubaisienne roubaisien nom f s 0.00 0.07 0.00 0.07 -roubignoles roubignoles nom f p 0.06 0.27 0.06 0.27 -roublard roublard nom m s 0.33 0.27 0.32 0.27 -roublarde roublard adj f s 0.10 0.74 0.01 0.14 -roublarder roublarder ver 0.00 0.07 0.00 0.07 inf; -roublardes roublard adj f p 0.10 0.74 0.01 0.07 -roublardise roublardise nom f s 0.00 0.20 0.00 0.14 -roublardises roublardise nom f p 0.00 0.20 0.00 0.07 -rouble rouble nom m s 7.88 0.68 1.22 0.14 -roubles rouble nom m p 7.88 0.68 6.66 0.54 -roucoula roucouler ver 0.70 3.45 0.00 0.47 ind:pas:3s; -roucoulade roucoulade nom f s 0.16 0.68 0.16 0.14 -roucoulades roucoulade nom f p 0.16 0.68 0.00 0.54 -roucoulaient roucouler ver 0.70 3.45 0.00 0.20 ind:imp:3p; -roucoulais roucouler ver 0.70 3.45 0.01 0.00 ind:imp:2s; -roucoulait roucouler ver 0.70 3.45 0.03 0.68 ind:imp:3s; -roucoulant roucouler ver 0.70 3.45 0.00 0.47 par:pre; -roucoulante roucoulant adj f s 0.02 0.61 0.02 0.27 -roucoulantes roucoulant adj f p 0.02 0.61 0.00 0.14 -roucoulants roucoulant adj m p 0.02 0.61 0.00 0.14 -roucoule roucouler ver 0.70 3.45 0.38 0.34 ind:pre:1s;ind:pre:3s; -roucoulement roucoulement nom m s 0.33 1.42 0.16 0.61 -roucoulements roucoulement nom m p 0.33 1.42 0.16 0.81 -roucoulent roucouler ver 0.70 3.45 0.03 0.20 ind:pre:3p; -roucouler roucouler ver 0.70 3.45 0.23 0.81 inf; -roucoulerez roucouler ver 0.70 3.45 0.01 0.00 ind:fut:2p; -roucouleur roucouleur nom m s 0.02 0.07 0.02 0.07 -roucoulé roucouler ver m s 0.70 3.45 0.01 0.20 par:pas; -roucoulés roucouler ver m p 0.70 3.45 0.00 0.07 par:pas; -roudoudou roudoudou nom m s 0.28 0.68 0.28 0.54 -roudoudous roudoudou nom m p 0.28 0.68 0.00 0.14 -roue roue nom f s 21.87 42.43 13.49 17.77 -rouelle rouelle nom f s 0.00 0.14 0.00 0.14 -rouennaise rouennais nom f s 0.27 0.00 0.27 0.00 -rouenneries rouennerie nom f p 0.00 0.07 0.00 0.07 -rouent rouer ver 2.20 2.57 0.12 0.00 ind:pre:3p; -rouer rouer ver 2.20 2.57 0.46 0.34 inf; -rouerai rouer ver 2.20 2.57 0.20 0.00 ind:fut:1s; -rouergat rouergat adj m s 0.00 0.07 0.00 0.07 -rouerie rouerie nom f s 0.01 0.95 0.01 0.74 -roueries rouerie nom f p 0.01 0.95 0.00 0.20 -roueront rouer ver 2.20 2.57 0.14 0.00 ind:fut:3p; -roues roue nom f p 21.87 42.43 8.38 24.66 -rouet rouet nom m s 0.15 0.54 0.15 0.54 -rouf rouf nom m s 0.00 0.27 0.00 0.27 -rouflaquettes rouflaquette nom f p 0.13 0.81 0.13 0.81 -rougît rougir ver 9.01 42.09 0.00 0.07 sub:imp:3s; -rouge_brun rouge_brun adj m s 0.00 0.20 0.00 0.20 -rouge_feu rouge_feu adj m s 0.00 0.07 0.00 0.07 -rouge_gorge rouge_gorge nom m s 0.44 1.08 0.30 0.68 -rouge_queue rouge_queue nom m s 0.00 0.07 0.00 0.07 -rouge_sang rouge_sang nom s 0.00 0.07 0.00 0.07 -rouge rouge adj s 102.93 273.24 79.70 195.27 -rougeaud rougeaud nom m s 0.10 0.74 0.10 0.68 -rougeaude rougeaud adj f s 0.04 3.78 0.00 0.61 -rougeaudes rougeaud adj f p 0.04 3.78 0.00 0.27 -rougeauds rougeaud adj m p 0.04 3.78 0.00 0.81 -rougeoie rougeoyer ver 0.38 3.51 0.14 0.68 imp:pre:2s;ind:pre:3s; -rougeoiement rougeoiement nom m s 0.03 1.42 0.03 1.15 -rougeoiements rougeoiement nom m p 0.03 1.42 0.00 0.27 -rougeoient rougeoyer ver 0.38 3.51 0.00 0.27 ind:pre:3p; -rougeole rougeole nom f s 1.27 1.69 1.27 1.69 -rougeâtre rougeâtre adj s 0.17 6.08 0.15 3.85 -rougeâtres rougeâtre adj p 0.17 6.08 0.02 2.23 -rougeoya rougeoyer ver 0.38 3.51 0.00 0.07 ind:pas:3s; -rougeoyaient rougeoyer ver 0.38 3.51 0.00 0.41 ind:imp:3p; -rougeoyait rougeoyer ver 0.38 3.51 0.00 1.35 ind:imp:3s; -rougeoyant rougeoyant adj m s 0.28 2.03 0.15 0.54 -rougeoyante rougeoyant adj f s 0.28 2.03 0.11 0.61 -rougeoyantes rougeoyant adj f p 0.28 2.03 0.00 0.54 -rougeoyants rougeoyant adj m p 0.28 2.03 0.01 0.34 -rougeoyer rougeoyer ver 0.38 3.51 0.22 0.61 inf; -rougeoyé rougeoyer ver m s 0.38 3.51 0.00 0.07 par:pas; -rouge_gorge rouge_gorge nom m p 0.44 1.08 0.13 0.41 -rouges rouge adj p 102.93 273.24 23.23 77.97 -rouget rouget nom m s 0.35 1.49 0.35 0.54 -rougets rouget nom m p 0.35 1.49 0.00 0.95 -rougeur rougeur nom f s 1.16 3.04 0.63 1.89 -rougeurs rougeur nom f p 1.16 3.04 0.53 1.15 -rough rough nom m s 0.20 0.00 0.20 0.00 -rougi rougir ver m s 9.01 42.09 0.72 4.19 par:pas; -rougie rougir ver f s 9.01 42.09 0.17 1.62 par:pas; -rougies rougir ver f p 9.01 42.09 0.10 1.22 par:pas; -rougir rougir ver 9.01 42.09 2.51 10.68 inf; -rougira rougir ver 9.01 42.09 0.01 0.07 ind:fut:3s; -rougiraient rougir ver 9.01 42.09 0.00 0.07 cnd:pre:3p; -rougirais rougir ver 9.01 42.09 0.13 0.14 cnd:pre:1s; -rougirait rougir ver 9.01 42.09 0.29 0.00 cnd:pre:3s; -rougirent rougir ver 9.01 42.09 0.00 0.20 ind:pas:3p; -rougirez rougir ver 9.01 42.09 0.27 0.00 ind:fut:2p; -rougis rougir ver m p 9.01 42.09 1.75 4.32 imp:pre:2s;ind:pre:1s;ind:pre:2s;par:pas; -rougissaient rougir ver 9.01 42.09 0.02 0.54 ind:imp:3p; -rougissais rougir ver 9.01 42.09 0.19 0.68 ind:imp:1s;ind:imp:2s; -rougissait rougir ver 9.01 42.09 0.03 2.36 ind:imp:3s; -rougissant rougir ver 9.01 42.09 0.02 3.78 par:pre; -rougissante rougissant adj f s 0.20 2.16 0.15 1.28 -rougissantes rougissant adj f p 0.20 2.16 0.02 0.14 -rougissants rougissant adj m p 0.20 2.16 0.01 0.07 -rougisse rougir ver 9.01 42.09 0.01 0.07 sub:pre:1s;sub:pre:3s; -rougissement rougissement nom m s 0.06 0.07 0.03 0.07 -rougissements rougissement nom m p 0.06 0.07 0.04 0.00 -rougissent rougir ver 9.01 42.09 0.68 0.27 ind:pre:3p; -rougissez rougir ver 9.01 42.09 0.46 0.34 imp:pre:2p;ind:pre:2p; -rougit rougir ver 9.01 42.09 1.65 11.49 ind:pre:3s;ind:pas:3s; -roui rouir ver m s 0.00 0.27 0.00 0.07 par:pas; -rouies rouir ver f p 0.00 0.27 0.00 0.07 par:pas; -rouillaient rouiller ver 6.75 19.46 0.00 0.47 ind:imp:3p; -rouillait rouiller ver 6.75 19.46 0.00 0.54 ind:imp:3s; -rouillant rouiller ver 6.75 19.46 0.00 0.14 par:pre; -rouillarde rouillarde nom f s 0.00 0.07 0.00 0.07 -rouille rouille nom f s 1.97 8.85 1.96 8.72 -rouillent rouiller ver 6.75 19.46 0.75 0.20 ind:pre:3p; -rouiller rouiller ver 6.75 19.46 0.90 0.54 inf; -rouillerait rouiller ver 6.75 19.46 0.02 0.14 cnd:pre:3s; -rouilleront rouiller ver 6.75 19.46 0.01 0.00 ind:fut:3p; -rouilles rouille nom f p 1.97 8.85 0.01 0.14 -rouilleux rouilleux adj m 0.00 0.14 0.00 0.14 -rouillé rouiller ver m s 6.75 19.46 2.26 5.41 par:pas; -rouillée rouiller ver f s 6.75 19.46 1.46 2.91 par:pas; -rouillées rouiller ver f p 6.75 19.46 0.49 3.65 par:pas; -rouillures rouillure nom f p 0.00 0.07 0.00 0.07 -rouillés rouiller ver m p 6.75 19.46 0.42 4.26 par:pas; -rouissant rouir ver 0.00 0.27 0.00 0.07 par:pre; -rouissent rouir ver 0.00 0.27 0.00 0.07 ind:pre:3p; -roula rouler ver 61.82 163.45 0.16 12.43 ind:pas:3s; -roulade roulade nom f s 0.20 1.28 0.14 0.47 -roulades roulade nom f p 0.20 1.28 0.06 0.81 -roulage roulage nom m s 0.02 0.20 0.02 0.14 -roulages roulage nom m p 0.02 0.20 0.00 0.07 -roulai rouler ver 61.82 163.45 0.02 0.41 ind:pas:1s; -roulaient rouler ver 61.82 163.45 0.34 10.41 ind:imp:3p; -roulais rouler ver 61.82 163.45 1.21 2.43 ind:imp:1s;ind:imp:2s; -roulait rouler ver 61.82 163.45 2.43 22.91 ind:imp:3s; -roulant roulant adj m s 7.03 10.54 4.84 6.69 -roulante roulant adj f s 7.03 10.54 1.75 2.16 -roulantes roulant adj f p 7.03 10.54 0.17 0.88 -roulants roulant adj m p 7.03 10.54 0.27 0.81 -roule rouler ver 61.82 163.45 22.86 24.32 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -rouleau rouleau nom m s 5.93 19.19 3.87 10.88 -rouleaux rouleau nom m p 5.93 19.19 2.06 8.31 -roulement roulement nom m s 2.94 10.41 2.17 7.97 -roulements roulement nom m p 2.94 10.41 0.77 2.43 -roulent rouler ver 61.82 163.45 2.02 6.28 ind:pre:3p; -rouler rouler ver 61.82 163.45 14.41 33.78 ind:pre:2p;inf; -roulera rouler ver 61.82 163.45 0.62 0.34 ind:fut:3s; -roulerai rouler ver 61.82 163.45 0.09 0.14 ind:fut:1s; -rouleraient rouler ver 61.82 163.45 0.01 0.34 cnd:pre:3p; -roulerais rouler ver 61.82 163.45 0.24 0.00 cnd:pre:1s;cnd:pre:2s; -roulerait rouler ver 61.82 163.45 0.27 0.81 cnd:pre:3s; -rouleras rouler ver 61.82 163.45 0.07 0.00 ind:fut:2s; -roulerez rouler ver 61.82 163.45 0.29 0.00 ind:fut:2p; -rouleriez rouler ver 61.82 163.45 0.02 0.00 cnd:pre:2p; -roulerons rouler ver 61.82 163.45 0.08 0.07 ind:fut:1p; -rouleront rouler ver 61.82 163.45 0.17 0.27 ind:fut:3p; -roules rouler ver 61.82 163.45 1.89 0.61 ind:pre:2s; -roulette roulette nom f s 5.55 8.78 2.50 2.77 -roulettes roulette nom f p 5.55 8.78 3.05 6.01 -rouleur rouleur adj m s 0.03 0.41 0.03 0.20 -rouleurs rouleur nom m p 0.06 0.41 0.03 0.27 -rouleuse rouleur adj f s 0.03 0.41 0.00 0.14 -rouleuses rouleur adj f p 0.03 0.41 0.00 0.07 -roulez rouler ver 61.82 163.45 3.83 0.95 imp:pre:2p;ind:pre:2p; -roulier roulier nom m s 0.30 1.01 0.16 0.61 -rouliers roulier nom m p 0.30 1.01 0.14 0.41 -rouliez rouler ver 61.82 163.45 0.75 0.07 ind:imp:2p; -roulions rouler ver 61.82 163.45 0.09 2.09 ind:imp:1p; -roulis roulis nom m 0.56 3.04 0.56 3.04 -roulâmes rouler ver 61.82 163.45 0.00 0.54 ind:pas:1p; -roulons rouler ver 61.82 163.45 0.44 2.91 imp:pre:1p;ind:pre:1p;;imp:pre:1p;ind:pre:1p; -roulât rouler ver 61.82 163.45 0.00 0.07 sub:imp:3s; -roulottait roulotter ver 0.00 0.20 0.00 0.07 ind:imp:3s; -roulotte roulotte nom f s 1.59 4.80 1.32 3.58 -roulottent roulotter ver 0.00 0.20 0.00 0.14 ind:pre:3p; -roulottes roulotte nom f p 1.59 4.80 0.27 1.22 -roulottiers roulottier nom m p 0.00 0.20 0.00 0.14 -roulottière roulottier nom f s 0.00 0.20 0.00 0.07 -roulèrent rouler ver 61.82 163.45 0.28 4.26 ind:pas:3p; -roulé_boulé roulé_boulé nom m s 0.00 0.27 0.00 0.14 -roulé rouler ver m s 61.82 163.45 6.25 16.28 par:pas; -roulée roulé adj f s 2.15 8.99 1.18 2.23 -roulées rouler ver f p 61.82 163.45 0.17 1.08 par:pas; -roulure roulure nom f s 0.86 0.88 0.71 0.68 -roulures roulure nom f p 0.86 0.88 0.14 0.20 -roulé_boulé roulé_boulé nom m p 0.00 0.27 0.00 0.14 -roulés rouler ver m p 61.82 163.45 1.00 3.65 par:pas; -roumain roumain adj m s 3.11 1.42 2.23 0.41 -roumaine roumain adj f s 3.11 1.42 0.78 0.68 -roumaines roumain nom f p 2.58 1.76 0.14 0.00 -roumains roumain nom m p 2.58 1.76 0.87 0.88 -roumi roumi nom m s 0.14 0.47 0.14 0.00 -roumis roumi nom m p 0.14 0.47 0.00 0.47 -round round nom m s 7.59 2.84 5.75 2.30 -rounds round nom m p 7.59 2.84 1.84 0.54 -roupane roupane nom f s 0.00 0.27 0.00 0.27 -roupette roupette nom f s 0.15 0.00 0.15 0.00 -roupettes roupettes nom f p 0.56 0.20 0.56 0.20 -roupie roupie nom f s 1.30 0.95 0.29 0.41 -roupies roupie nom f p 1.30 0.95 1.01 0.54 -roupillaient roupiller ver 2.47 6.82 0.00 0.07 ind:imp:3p; -roupillais roupiller ver 2.47 6.82 0.06 0.14 ind:imp:1s;ind:imp:2s; -roupillait roupiller ver 2.47 6.82 0.04 0.54 ind:imp:3s; -roupille roupiller ver 2.47 6.82 0.64 1.69 imp:pre:2s;ind:pre:1s;ind:pre:3s; -roupillent roupiller ver 2.47 6.82 0.12 0.81 ind:pre:3p; -roupiller roupiller ver 2.47 6.82 1.22 2.43 inf; -roupillerai roupiller ver 2.47 6.82 0.00 0.07 ind:fut:1s; -roupillerais roupiller ver 2.47 6.82 0.01 0.00 cnd:pre:1s; -roupillerait roupiller ver 2.47 6.82 0.00 0.07 cnd:pre:3s; -roupilles roupiller ver 2.47 6.82 0.06 0.27 ind:pre:2s; -roupillez roupiller ver 2.47 6.82 0.19 0.07 imp:pre:2p;ind:pre:2p; -roupillon roupillon nom m s 0.56 1.08 0.42 1.01 -roupillons roupillon nom m p 0.56 1.08 0.14 0.07 -roupillé roupiller ver m s 2.47 6.82 0.14 0.68 par:pas; -rouquemoute rouquemoute nom s 0.00 3.85 0.00 3.85 -rouquette rouquette nom f s 0.00 0.07 0.00 0.07 -rouquin rouquin nom m s 2.84 10.07 1.33 8.31 -rouquine rouquin nom f s 2.84 10.07 1.06 1.35 -rouquines rouquin nom f p 2.84 10.07 0.05 0.07 -rouquins rouquin nom m p 2.84 10.07 0.39 0.34 -rouscaillait rouscailler ver 0.04 0.54 0.00 0.07 ind:imp:3s; -rouscaillant rouscailler ver 0.04 0.54 0.00 0.07 par:pre; -rouscaille rouscailler ver 0.04 0.54 0.04 0.14 imp:pre:2s;ind:pre:3s; -rouscaillent rouscailler ver 0.04 0.54 0.00 0.07 ind:pre:3p; -rouscailler rouscailler ver 0.04 0.54 0.00 0.20 inf; -rouspète rouspéter ver 1.02 1.69 0.16 0.41 imp:pre:2s;ind:pre:1s;ind:pre:3s; -rouspètent rouspéter ver 1.02 1.69 0.05 0.07 ind:pre:3p; -rouspètes rouspéter ver 1.02 1.69 0.13 0.00 ind:pre:2s; -rouspéta rouspéter ver 1.02 1.69 0.01 0.20 ind:pas:3s; -rouspétage rouspétage nom m s 0.00 0.07 0.00 0.07 -rouspétaient rouspéter ver 1.02 1.69 0.00 0.07 ind:imp:3p; -rouspétais rouspéter ver 1.02 1.69 0.01 0.00 ind:imp:1s; -rouspétait rouspéter ver 1.02 1.69 0.03 0.34 ind:imp:3s; -rouspétance rouspétance nom f s 0.01 0.27 0.01 0.27 -rouspétant rouspéter ver 1.02 1.69 0.17 0.14 par:pre; -rouspéter rouspéter ver 1.02 1.69 0.46 0.27 inf; -rouspétera rouspéter ver 1.02 1.69 0.00 0.07 ind:fut:3s; -rouspéteur rouspéteur nom m s 0.04 0.00 0.01 0.00 -rouspéteurs rouspéteur nom m p 0.04 0.00 0.02 0.00 -rouspétez rouspéter ver 1.02 1.69 0.01 0.14 imp:pre:2p;ind:pre:2p; -rousse roux nom f s 4.50 11.08 3.69 5.61 -rousseau rousseau nom m s 0.00 0.20 0.00 0.14 -rousseauiste rousseauiste adj f s 0.01 0.07 0.01 0.07 -rousseaux rousseau nom m p 0.00 0.20 0.00 0.07 -rousselée rousseler ver f s 0.10 0.00 0.10 0.00 par:pas; -rousserolle rousserolle nom f s 0.00 0.07 0.00 0.07 -rousses rousse nom f p 0.53 0.00 0.53 0.00 -roussette roussette nom f s 0.01 1.69 0.01 1.55 -roussettes roussette nom f p 0.01 1.69 0.00 0.14 -rousseur rousseur nom f s 1.45 5.54 1.40 5.14 -rousseurs rousseur nom f p 1.45 5.54 0.05 0.41 -roussi roussi nom m s 1.00 1.22 1.00 1.15 -roussie roussi adj f s 0.04 2.23 0.01 0.61 -roussies roussir ver f p 0.23 1.76 0.10 0.14 par:pas; -roussin roussin nom m s 0.00 0.68 0.00 0.34 -roussins roussin nom m p 0.00 0.68 0.00 0.34 -roussir roussir ver 0.23 1.76 0.02 0.27 inf; -roussis roussi adj m p 0.04 2.23 0.01 0.61 -roussissaient roussir ver 0.23 1.76 0.00 0.07 ind:imp:3p; -roussissait roussir ver 0.23 1.76 0.00 0.14 ind:imp:3s; -roussissant roussir ver 0.23 1.76 0.00 0.07 par:pre; -roussissures roussissure nom f p 0.00 0.07 0.00 0.07 -roussit roussir ver 0.23 1.76 0.01 0.20 ind:pre:3s;ind:pas:3s; -roussâtre roussâtre adj s 0.00 1.22 0.00 0.81 -roussâtres roussâtre adj p 0.00 1.22 0.00 0.41 -roussé rousser ver m s 0.00 0.07 0.00 0.07 par:pas; -rouste rouste nom f s 0.34 0.41 0.32 0.34 -roustes rouste nom f p 0.34 0.41 0.02 0.07 -rousti roustir ver m s 0.01 0.34 0.01 0.14 par:pas; -rousties roustir ver f p 0.01 0.34 0.00 0.07 par:pas; -roustis roustir ver m p 0.01 0.34 0.00 0.14 par:pas; -rouston rouston nom m s 0.01 0.00 0.01 0.00 -roustons roustons nom m p 0.24 0.20 0.24 0.20 -routage routage nom m s 0.16 0.07 0.16 0.07 -routard routard nom m s 0.32 0.07 0.26 0.00 -routarde routard adj f s 0.01 0.07 0.00 0.07 -routards routard nom m p 0.32 0.07 0.06 0.07 -route route nom f s 166.72 288.04 152.83 251.35 -router router ver 0.05 0.00 0.03 0.00 inf; -routes route nom f p 166.72 288.04 13.89 36.69 -routeur routeur nom m s 0.17 0.00 0.11 0.00 -routeurs routeur nom m p 0.17 0.00 0.06 0.00 -routier routier adj m s 4.63 4.26 1.41 0.74 -routiers routier nom m p 2.00 5.54 0.98 2.97 -routin routin nom m s 0.00 0.47 0.00 0.47 -routine routine nom f s 12.14 12.77 11.67 9.53 -routines routine nom f p 12.14 12.77 0.47 3.24 -routinier routinier adj m s 0.15 1.62 0.09 0.41 -routiniers routinier adj m p 0.15 1.62 0.00 0.47 -routinière routinier adj f s 0.15 1.62 0.05 0.47 -routinières routinier adj f p 0.15 1.62 0.01 0.27 -routière routier adj f s 4.63 4.26 2.34 2.30 -routières routier adj f p 4.63 4.26 0.39 0.54 -routé router ver m s 0.05 0.00 0.02 0.00 par:pas; -roué rouer ver m s 2.20 2.57 0.53 1.22 par:pas; -rouée rouer ver f s 2.20 2.57 0.36 0.41 par:pas; -roués roué adj m p 0.02 0.54 0.01 0.20 -rouvert rouvrir ver m s 6.76 18.45 0.62 1.89 par:pas; -rouverte rouvrir ver f s 6.76 18.45 0.19 0.81 par:pas; -rouvertes rouvrir ver f p 6.76 18.45 0.14 0.41 par:pas; -rouverts rouvrir ver m p 6.76 18.45 0.02 0.27 par:pas; -rouvrît rouvrir ver 6.76 18.45 0.00 0.14 sub:imp:3s; -rouvraient rouvrir ver 6.76 18.45 0.01 0.20 ind:imp:3p; -rouvrais rouvrir ver 6.76 18.45 0.02 0.47 ind:imp:1s;ind:imp:2s; -rouvrait rouvrir ver 6.76 18.45 0.01 1.01 ind:imp:3s; -rouvrant rouvrir ver 6.76 18.45 0.01 0.61 par:pre; -rouvre rouvrir ver 6.76 18.45 0.94 2.91 imp:pre:2s;ind:pre:1s;ind:pre:3s; -rouvrent rouvrir ver 6.76 18.45 0.35 0.41 ind:pre:3p; -rouvres rouvrir ver 6.76 18.45 0.02 0.27 ind:pre:2s;sub:pre:2s; -rouvrez rouvrir ver 6.76 18.45 0.25 0.00 imp:pre:2p;ind:pre:2p; -rouvriez rouvrir ver 6.76 18.45 0.01 0.00 ind:imp:2p; -rouvrir rouvrir ver 6.76 18.45 3.46 3.65 inf; -rouvrira rouvrir ver 6.76 18.45 0.28 0.07 ind:fut:3s; -rouvrirai rouvrir ver 6.76 18.45 0.09 0.20 ind:fut:1s; -rouvriraient rouvrir ver 6.76 18.45 0.00 0.14 cnd:pre:3p; -rouvrirais rouvrir ver 6.76 18.45 0.00 0.14 cnd:pre:1s;cnd:pre:2s; -rouvrirait rouvrir ver 6.76 18.45 0.01 0.14 cnd:pre:3s; -rouvrirent rouvrir ver 6.76 18.45 0.00 0.41 ind:pas:3p; -rouvrirez rouvrir ver 6.76 18.45 0.04 0.07 ind:fut:2p; -rouvriront rouvrir ver 6.76 18.45 0.14 0.00 ind:fut:3p; -rouvris rouvrir ver 6.76 18.45 0.01 0.34 ind:pas:1s; -rouvrit rouvrir ver 6.76 18.45 0.12 3.92 ind:pas:3s; -rouvrons rouvrir ver 6.76 18.45 0.03 0.00 imp:pre:1p;ind:pre:1p; -roux roux adj m 3.66 20.68 3.66 20.68 -roy roy nom m s 0.17 0.27 0.17 0.27 -royal royal adj m s 22.65 29.26 10.51 16.49 -royale royal adj f s 22.65 29.26 9.64 9.59 -royalement royalement adv 0.83 1.82 0.83 1.82 -royales royal adj f p 22.65 29.26 1.50 1.69 -royaliste royaliste adj s 0.35 0.68 0.20 0.47 -royalistes royaliste nom p 0.28 0.34 0.16 0.27 -royalties royalties nom f p 0.54 0.14 0.54 0.14 -royalty royalty nom f s 0.01 0.07 0.01 0.07 -royaume royaume nom m s 27.79 20.68 24.16 18.78 -royaumes royaume nom m p 27.79 20.68 3.62 1.89 -royauté royauté nom f s 0.59 1.28 0.58 1.15 -royautés royauté nom f p 0.59 1.28 0.01 0.14 -royaux royal adj m p 22.65 29.26 1.00 1.49 -règle règle nom f s 79.51 49.93 33.17 27.91 -règlement règlement nom m s 21.27 17.16 19.40 12.16 -règlements règlement nom m p 21.27 17.16 1.87 5.00 -règlent régler ver 85.81 54.19 0.76 0.47 ind:pre:3p; -règles règle nom f p 79.51 49.93 46.34 22.03 -règne régner ver 22.75 47.43 8.06 10.14 imp:pre:2s;ind:pre:1s;ind:pre:3s; -règnent régner ver 22.75 47.43 1.52 1.89 ind:pre:3p; -règnes régner ver 22.75 47.43 0.16 0.07 ind:pre:2s; -ré ré nom m 3.06 0.54 3.06 0.54 -ru ru nom m s 0.26 0.88 0.14 0.61 -rua ruer ver 3.27 20.81 0.03 3.11 ind:pas:3s; -réa réa nom m s 0.88 0.00 0.88 0.00 -réabonnement réabonnement nom m s 0.03 0.07 0.03 0.07 -réabonner réabonner ver 0.03 0.00 0.03 0.00 inf; -réabsorption réabsorption nom f s 0.03 0.00 0.03 0.00 -réac réac adj m s 0.59 0.47 0.42 0.41 -réaccoutumer réaccoutumer ver 0.00 0.20 0.00 0.14 inf; -réaccoutumerait réaccoutumer ver 0.00 0.20 0.00 0.07 cnd:pre:3s; -réacheminer réacheminer ver 0.01 0.00 0.01 0.00 inf; -réacs réac adj m p 0.59 0.47 0.17 0.07 -réactant réactant nom m s 0.01 0.00 0.01 0.00 -réacteur réacteur nom m s 5.24 0.81 3.62 0.14 -réacteurs réacteur nom m p 5.24 0.81 1.62 0.68 -réactif réactif nom m s 0.38 0.20 0.27 0.20 -réactifs réactif nom m p 0.38 0.20 0.11 0.00 -réaction réaction nom f s 26.41 30.68 21.23 20.00 -réactionnaire réactionnaire adj s 1.55 2.43 0.54 1.76 -réactionnaires réactionnaire adj p 1.55 2.43 1.01 0.68 -réactionnel réactionnel adj m s 0.01 0.00 0.01 0.00 -réactions réaction nom f p 26.41 30.68 5.17 10.68 -réactiva réactiver ver 1.21 0.34 0.00 0.07 ind:pas:3s; -réactivait réactiver ver 1.21 0.34 0.00 0.07 ind:imp:3s; -réactivation réactivation nom f s 0.03 0.07 0.03 0.07 -réactive réactiver ver 1.21 0.34 0.09 0.07 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -réactiver réactiver ver 1.21 0.34 0.49 0.00 inf; -réactiveront réactiver ver 1.21 0.34 0.01 0.00 ind:fut:3p; -réactives réactif adj f p 0.63 0.07 0.24 0.00 -réactivez réactiver ver 1.21 0.34 0.13 0.00 imp:pre:2p; -réactiviez réactiver ver 1.21 0.34 0.01 0.00 ind:imp:2p; -réactivité réactivité nom f s 0.20 0.00 0.20 0.00 -réactivé réactiver ver m s 1.21 0.34 0.37 0.14 par:pas; -réactivée réactiver ver f s 1.21 0.34 0.09 0.00 par:pas; -réactivées réactiver ver f p 1.21 0.34 0.01 0.00 par:pas; -réactualisation réactualisation nom f s 0.01 0.00 0.01 0.00 -réactualise réactualiser ver 0.05 0.14 0.00 0.07 ind:pre:3s; -réactualiser réactualiser ver 0.05 0.14 0.03 0.07 inf; -réactualisé réactualiser ver m s 0.05 0.14 0.03 0.00 par:pas; -réadaptait réadapter ver 0.09 0.27 0.00 0.07 ind:imp:3s; -réadaptant réadapter ver 0.09 0.27 0.00 0.07 par:pre; -réadaptation réadaptation nom f s 0.24 0.14 0.24 0.14 -réadapte réadapter ver 0.09 0.27 0.01 0.00 ind:pre:3s; -réadapter réadapter ver 0.09 0.27 0.08 0.14 inf; -ruade ruade nom f s 0.28 2.09 0.28 0.95 -ruades ruade nom f p 0.28 2.09 0.01 1.15 -réadmis réadmettre ver m s 0.06 0.00 0.04 0.00 par:pas; -réadmise réadmettre ver f s 0.06 0.00 0.01 0.00 par:pas; -réadmission réadmission nom f s 0.04 0.00 0.04 0.00 -réadopter réadopter ver 0.00 0.07 0.00 0.07 inf; -réaffûtée réaffûter ver f s 0.00 0.07 0.00 0.07 par:pas; -réaffectait réaffecter ver 0.51 0.00 0.01 0.00 ind:imp:3s; -réaffectation réaffectation nom f s 0.16 0.00 0.16 0.00 -réaffecter réaffecter ver 0.51 0.00 0.11 0.00 inf; -réaffectons réaffecter ver 0.51 0.00 0.01 0.00 imp:pre:1p; -réaffecté réaffecter ver m s 0.51 0.00 0.28 0.00 par:pas; -réaffectée réaffecter ver f s 0.51 0.00 0.07 0.00 par:pas; -réaffectés réaffecter ver m p 0.51 0.00 0.03 0.00 par:pas; -réaffichées réafficher ver f p 0.00 0.07 0.00 0.07 par:pas; -réaffirmai réaffirmer ver 0.46 0.47 0.00 0.07 ind:pas:1s; -réaffirmaient réaffirmer ver 0.46 0.47 0.00 0.07 ind:imp:3p; -réaffirmait réaffirmer ver 0.46 0.47 0.01 0.00 ind:imp:3s; -réaffirmation réaffirmation nom f s 0.01 0.00 0.01 0.00 -réaffirme réaffirmer ver 0.46 0.47 0.22 0.00 ind:pre:1s;ind:pre:3s; -réaffirmer réaffirmer ver 0.46 0.47 0.13 0.27 inf; -réaffirmé réaffirmer ver m s 0.46 0.47 0.07 0.00 par:pas; -réaffirmée réaffirmer ver f s 0.46 0.47 0.03 0.07 par:pas; -réagît réagir ver 33.19 23.45 0.00 0.20 sub:imp:3s; -réagencement réagencement nom m s 0.00 0.07 0.00 0.07 -réagi réagir ver m s 33.19 23.45 5.95 3.85 par:pas; -réagir réagir ver 33.19 23.45 9.92 7.97 inf; -réagira réagir ver 33.19 23.45 0.93 0.00 ind:fut:3s; -réagirai réagir ver 33.19 23.45 0.06 0.07 ind:fut:1s; -réagiraient réagir ver 33.19 23.45 0.34 0.00 cnd:pre:3p; -réagirais réagir ver 33.19 23.45 1.19 0.00 cnd:pre:1s;cnd:pre:2s; -réagirait réagir ver 33.19 23.45 0.40 0.47 cnd:pre:3s; -réagiras réagir ver 33.19 23.45 0.02 0.00 ind:fut:2s; -réagirent réagir ver 33.19 23.45 0.00 0.34 ind:pas:3p; -réagirez réagir ver 33.19 23.45 0.08 0.00 ind:fut:2p; -réagiriez réagir ver 33.19 23.45 0.12 0.07 cnd:pre:2p; -réagirons réagir ver 33.19 23.45 0.15 0.00 ind:fut:1p; -réagiront réagir ver 33.19 23.45 0.15 0.00 ind:fut:3p; -réagis réagir ver m p 33.19 23.45 4.01 1.55 imp:pre:2s;ind:pre:1s;ind:pre:2s;par:pas; -réagissaient réagir ver 33.19 23.45 0.03 0.41 ind:imp:3p; -réagissais réagir ver 33.19 23.45 0.01 0.61 ind:imp:1s; -réagissait réagir ver 33.19 23.45 0.17 1.49 ind:imp:3s; -réagissant réagir ver 33.19 23.45 0.07 0.20 par:pre; -réagissante réagissant adj f s 0.00 0.07 0.00 0.07 -réagisse réagir ver 33.19 23.45 0.84 0.41 sub:pre:1s;sub:pre:3s; -réagissent réagir ver 33.19 23.45 2.06 0.81 ind:pre:3p; -réagisses réagir ver 33.19 23.45 0.07 0.00 sub:pre:2s; -réagissez réagir ver 33.19 23.45 1.39 0.27 imp:pre:2p;ind:pre:2p; -réagissiez réagir ver 33.19 23.45 0.12 0.07 ind:imp:2p; -réagissions réagir ver 33.19 23.45 0.00 0.20 ind:imp:1p; -réagissons réagir ver 33.19 23.45 0.04 0.07 imp:pre:1p;ind:pre:1p; -réagit réagir ver 33.19 23.45 5.09 4.39 ind:pre:3s;ind:pas:3s; -ruai ruer ver 3.27 20.81 0.01 0.47 ind:pas:1s; -ruaient ruer ver 3.27 20.81 0.01 0.74 ind:imp:3p; -ruais ruer ver 3.27 20.81 0.01 0.34 ind:imp:1s; -ruait ruer ver 3.27 20.81 0.13 1.42 ind:imp:3s; -réait réer ver 0.09 0.07 0.00 0.07 ind:imp:3s; -réajusta réajuster ver 0.38 1.22 0.00 0.14 ind:pas:3s; -réajustaient réajuster ver 0.38 1.22 0.00 0.07 ind:imp:3p; -réajustait réajuster ver 0.38 1.22 0.00 0.07 ind:imp:3s; -réajustant réajuster ver 0.38 1.22 0.00 0.34 par:pre; -réajuste réajuster ver 0.38 1.22 0.06 0.07 imp:pre:2s;ind:pre:1s;ind:pre:3s; -réajustement réajustement nom m s 0.18 0.07 0.15 0.00 -réajustements réajustement nom m p 0.18 0.07 0.03 0.07 -réajuster réajuster ver 0.38 1.22 0.26 0.41 inf; -réajusté réajuster ver m s 0.38 1.22 0.03 0.07 par:pas; -réajustées réajuster ver f p 0.38 1.22 0.00 0.07 par:pas; -réajustés réajuster ver m p 0.38 1.22 0.02 0.00 par:pas; -réal réal nom m s 0.16 0.00 0.16 0.00 -réaligne réaligner ver 0.11 0.00 0.06 0.00 ind:pre:1s;ind:pre:3s; -réalignement réalignement nom m s 0.07 0.00 0.07 0.00 -réaligner réaligner ver 0.11 0.00 0.05 0.00 inf; -réalimenter réalimenter ver 0.01 0.00 0.01 0.00 inf; -réalisa réaliser ver 71.27 35.95 1.44 2.03 ind:pas:3s; -réalisable réalisable adj s 0.63 0.68 0.61 0.68 -réalisables réalisable adj p 0.63 0.68 0.02 0.00 -réalisai réaliser ver 71.27 35.95 0.13 1.82 ind:pas:1s; -réalisaient réaliser ver 71.27 35.95 0.47 0.68 ind:imp:3p; -réalisais réaliser ver 71.27 35.95 0.69 0.41 ind:imp:1s;ind:imp:2s; -réalisait réaliser ver 71.27 35.95 0.59 1.28 ind:imp:3s; -réalisant réaliser ver 71.27 35.95 0.72 1.08 par:pre; -réalisateur réalisateur nom m s 17.06 1.08 13.96 0.74 -réalisateurs réalisateur nom m p 17.06 1.08 2.50 0.27 -réalisation réalisation nom f s 3.31 4.19 2.86 3.24 -réalisations réalisation nom f p 3.31 4.19 0.45 0.95 -réalisatrice réalisateur nom f s 17.06 1.08 0.60 0.00 -réalisatrices réalisatrice nom f p 0.02 0.00 0.02 0.00 -réalise réaliser ver 71.27 35.95 9.95 3.51 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:1s; -réalisent réaliser ver 71.27 35.95 2.74 1.15 ind:pre:3p; -réaliser réaliser ver 71.27 35.95 16.95 12.97 inf; -réalisera réaliser ver 71.27 35.95 1.39 0.14 ind:fut:3s; -réaliserai réaliser ver 71.27 35.95 0.12 0.00 ind:fut:1s; -réaliseraient réaliser ver 71.27 35.95 0.03 0.07 cnd:pre:3p; -réaliserais réaliser ver 71.27 35.95 0.20 0.07 cnd:pre:1s;cnd:pre:2s; -réaliserait réaliser ver 71.27 35.95 0.17 0.27 cnd:pre:3s; -réaliseras réaliser ver 71.27 35.95 0.35 0.00 ind:fut:2s; -réaliserez réaliser ver 71.27 35.95 0.19 0.00 ind:fut:2p; -réaliserions réaliser ver 71.27 35.95 0.00 0.07 cnd:pre:1p; -réaliseront réaliser ver 71.27 35.95 0.81 0.20 ind:fut:3p; -réalises réaliser ver 71.27 35.95 5.29 0.34 ind:pre:2p;ind:pre:2s; -réalisez réaliser ver 71.27 35.95 4.33 0.07 imp:pre:2p;ind:pre:2p; -réalisiez réaliser ver 71.27 35.95 0.14 0.07 ind:imp:2p; -réalisions réaliser ver 71.27 35.95 0.04 0.07 ind:imp:1p; -réalisme réalisme nom m s 1.19 5.41 1.19 5.41 -réalisâmes réaliser ver 71.27 35.95 0.14 0.07 ind:pas:1p; -réalisons réaliser ver 71.27 35.95 0.39 0.07 imp:pre:1p;ind:pre:1p; -réalisât réaliser ver 71.27 35.95 0.00 0.07 sub:imp:3s; -réaliste réaliste adj s 7.05 5.81 5.54 3.92 -réalistes réaliste adj p 7.05 5.81 1.52 1.89 -réalisèrent réaliser ver 71.27 35.95 0.14 0.07 ind:pas:3p; -réalisé réaliser ver m s 71.27 35.95 21.23 6.22 par:pas; -réalisée réaliser ver f s 71.27 35.95 0.71 1.69 par:pas; -réalisées réaliser ver f p 71.27 35.95 0.74 0.81 par:pas; -réalisés réaliser ver m p 71.27 35.95 1.23 0.68 par:pas; -réalité réalité nom f s 53.77 82.77 52.15 75.95 -réalités réalité nom f p 53.77 82.77 1.62 6.82 -réamorce réamorcer ver 0.07 0.27 0.01 0.07 ind:pre:1s;ind:pre:3s; -réamorcent réamorcer ver 0.07 0.27 0.00 0.07 ind:pre:3p; -réamorcer réamorcer ver 0.07 0.27 0.06 0.07 inf; -réamorçage réamorçage nom m s 0.01 0.00 0.01 0.00 -réamorçait réamorcer ver 0.07 0.27 0.00 0.07 ind:imp:3s; -réaménageait réaménager ver 0.19 0.27 0.00 0.07 ind:imp:3s; -réaménagement réaménagement nom m s 0.19 0.14 0.19 0.07 -réaménagements réaménagement nom m p 0.19 0.14 0.00 0.07 -réaménager réaménager ver 0.19 0.27 0.12 0.07 inf; -réaménagé réaménager ver m s 0.19 0.27 0.06 0.14 par:pas; -réanimait réanimer ver 1.65 0.20 0.01 0.00 ind:imp:3s; -réanimateur réanimateur nom m s 0.04 0.00 0.04 0.00 -réanimation réanimation nom f s 2.16 1.35 2.16 1.35 -réanime réanimer ver 1.65 0.20 0.09 0.14 imp:pre:2s;ind:pre:1s;ind:pre:3s; -réanimer réanimer ver 1.65 0.20 1.08 0.00 inf; -réanimeraient réanimer ver 1.65 0.20 0.00 0.07 cnd:pre:3p; -réanimez réanimer ver 1.65 0.20 0.04 0.00 imp:pre:2p; -réanimions réanimer ver 1.65 0.20 0.01 0.00 ind:imp:1p; -réanimé réanimer ver m s 1.65 0.20 0.35 0.00 par:pas; -réanimée réanimer ver f s 1.65 0.20 0.07 0.00 par:pas; -ruant ruer ver 3.27 20.81 0.05 1.49 par:pre; -réapercevoir réapercevoir ver 0.00 0.07 0.00 0.07 inf; -réapparût réapparaître ver 4.81 12.23 0.00 0.07 sub:imp:3s; -réapparaît réapparaître ver 4.81 12.23 0.52 1.35 ind:pre:3s; -réapparaîtra réapparaître ver 4.81 12.23 0.47 0.14 ind:fut:3s; -réapparaîtrai réapparaître ver 4.81 12.23 0.00 0.14 ind:fut:1s; -réapparaîtraient réapparaître ver 4.81 12.23 0.01 0.07 cnd:pre:3p; -réapparaîtrait réapparaître ver 4.81 12.23 0.07 0.20 cnd:pre:3s; -réapparaître réapparaître ver 4.81 12.23 0.83 1.96 inf; -réapparaîtront réapparaître ver 4.81 12.23 0.01 0.00 ind:fut:3p; -réapparais réapparaître ver 4.81 12.23 0.21 0.07 ind:pre:1s;ind:pre:2s; -réapparaissaient réapparaître ver 4.81 12.23 0.01 0.34 ind:imp:3p; -réapparaissais réapparaître ver 4.81 12.23 0.01 0.14 ind:imp:1s;ind:imp:2s; -réapparaissait réapparaître ver 4.81 12.23 0.05 1.76 ind:imp:3s; -réapparaissant réapparaître ver 4.81 12.23 0.01 0.27 par:pre; -réapparaisse réapparaître ver 4.81 12.23 0.26 0.20 sub:pre:1s;sub:pre:3s; -réapparaissent réapparaître ver 4.81 12.23 0.58 0.54 ind:pre:3p; -réapparaisses réapparaître ver 4.81 12.23 0.02 0.00 sub:pre:2s; -réapparition réapparition nom f s 0.17 1.69 0.16 1.55 -réapparitions réapparition nom f p 0.17 1.69 0.01 0.14 -réapparu réapparaître ver m s 4.81 12.23 1.19 0.74 par:pas; -réapparue réapparaître ver f s 4.81 12.23 0.11 0.54 par:pas; -réapparues réapparaître ver f p 4.81 12.23 0.01 0.00 par:pas; -réapparurent réapparaître ver 4.81 12.23 0.04 0.41 ind:pas:3p; -réapparus réapparaître ver m p 4.81 12.23 0.32 0.27 par:pas; -réapparut réapparaître ver 4.81 12.23 0.07 3.04 ind:pas:3s; -réappeler réappeler ver 0.01 0.00 0.01 0.00 inf; -réapprenaient réapprendre ver 0.91 1.89 0.00 0.14 ind:imp:3p; -réapprenais réapprendre ver 0.91 1.89 0.00 0.07 ind:imp:1s; -réapprenait réapprendre ver 0.91 1.89 0.01 0.27 ind:imp:3s; -réapprend réapprendre ver 0.91 1.89 0.01 0.14 ind:pre:3s; -réapprendraient réapprendre ver 0.91 1.89 0.00 0.07 cnd:pre:3p; -réapprendre réapprendre ver 0.91 1.89 0.70 0.81 inf; -réapprendrez réapprendre ver 0.91 1.89 0.01 0.00 ind:fut:2p; -réapprends réapprendre ver 0.91 1.89 0.01 0.07 ind:pre:1s; -réapprenne réapprendre ver 0.91 1.89 0.01 0.20 sub:pre:1s; -réappris réapprendre ver m s 0.91 1.89 0.14 0.00 par:pas; -réapprises réapprendre ver f p 0.91 1.89 0.00 0.07 par:pas; -réapprit réapprendre ver 0.91 1.89 0.01 0.07 ind:pas:3s; -réapprovisionne réapprovisionner ver 0.47 0.47 0.04 0.00 ind:pre:3s; -réapprovisionnement réapprovisionnement nom m s 0.21 0.14 0.21 0.14 -réapprovisionner réapprovisionner ver 0.47 0.47 0.38 0.34 inf; -réapprovisionnerait réapprovisionner ver 0.47 0.47 0.00 0.07 cnd:pre:3s; -réapprovisionné réapprovisionner ver m s 0.47 0.47 0.04 0.00 par:pas; -réapprovisionnée réapprovisionner ver f s 0.47 0.47 0.01 0.07 par:pas; -réargenter réargenter ver 0.01 0.00 0.01 0.00 inf; -réarma réarmer ver 0.10 0.47 0.00 0.07 ind:pas:3s; -réarmant réarmer ver 0.10 0.47 0.01 0.00 par:pre; -réarme réarmer ver 0.10 0.47 0.00 0.07 ind:pre:3s; -réarmement réarmement nom m s 0.09 0.34 0.09 0.34 -réarmer réarmer ver 0.10 0.47 0.05 0.14 inf; -réarmé réarmer ver m s 0.10 0.47 0.03 0.07 par:pas; -réarmées réarmer ver f p 0.10 0.47 0.00 0.14 par:pas; -réarrange réarranger ver 0.23 0.27 0.06 0.00 ind:pre:1s;ind:pre:3s; -réarrangeait réarranger ver 0.23 0.27 0.00 0.07 ind:imp:3s; -réarrangeant réarranger ver 0.23 0.27 0.01 0.00 par:pre; -réarrangement réarrangement nom m s 0.03 0.00 0.03 0.00 -réarrangent réarranger ver 0.23 0.27 0.01 0.07 ind:pre:3p; -réarranger réarranger ver 0.23 0.27 0.14 0.14 inf; -réarrangé réarranger ver m s 0.23 0.27 0.01 0.00 par:pas; -réassembler réassembler ver 0.14 0.00 0.14 0.00 inf; -réassignation réassignation nom f s 0.03 0.00 0.03 0.00 -réassigner réassigner ver 0.14 0.07 0.07 0.00 inf; -réassigneront réassigner ver 0.14 0.07 0.00 0.07 ind:fut:3p; -réassigné réassigner ver m s 0.14 0.07 0.07 0.00 par:pas; -réassimilé réassimiler ver m s 0.02 0.00 0.02 0.00 par:pas; -réassorties réassortir ver f p 0.00 0.20 0.00 0.07 par:pas; -réassortir réassortir ver 0.00 0.20 0.00 0.14 inf; -réassumer réassumer ver 0.00 0.14 0.00 0.14 inf; -réassurer réassurer ver 0.02 0.07 0.02 0.07 inf; -réattaquai réattaquer ver 0.03 0.41 0.00 0.07 ind:pas:1s; -réattaquait réattaquer ver 0.03 0.41 0.00 0.14 ind:imp:3s; -réattaque réattaquer ver 0.03 0.41 0.02 0.07 ind:pre:3s; -réattaquer réattaquer ver 0.03 0.41 0.01 0.00 inf; -réattaqué réattaquer ver m s 0.03 0.41 0.00 0.14 par:pas; -réaux réal adj m p 0.40 0.54 0.40 0.54 -ruban ruban nom m s 8.49 23.18 6.56 15.20 -rubans ruban nom m p 8.49 23.18 1.93 7.97 -rébarbatif rébarbatif adj m s 0.17 1.35 0.16 0.61 -rébarbatifs rébarbatif adj m p 0.17 1.35 0.00 0.27 -rébarbative rébarbatif adj f s 0.17 1.35 0.00 0.27 -rébarbatives rébarbatif adj f p 0.17 1.35 0.01 0.20 -rubato rubato adv 0.00 0.07 0.00 0.07 -rébecca rébecca nom f s 0.00 0.07 0.00 0.07 -rébellion rébellion nom f s 4.04 3.85 4.00 3.65 -rébellions rébellion nom f p 4.04 3.85 0.04 0.20 -rubia rubia nom m s 0.01 0.00 0.01 0.00 -rubican rubican adj m s 0.00 0.07 0.00 0.07 -rubicond rubicond adj m s 0.00 1.49 0.00 0.88 -rubiconde rubicond adj f s 0.00 1.49 0.00 0.34 -rubicondes rubicond adj f p 0.00 1.49 0.00 0.14 -rubiconds rubicond adj m p 0.00 1.49 0.00 0.14 -rubis rubis nom m 2.22 3.11 2.22 3.11 -rubricard rubricard nom m s 0.00 0.07 0.00 0.07 -rubrique rubrique nom f s 3.06 6.69 2.90 5.00 -rubriques rubrique nom f p 3.06 6.69 0.16 1.69 -rubénienne rubénien adj f s 0.00 0.07 0.00 0.07 -rubéole rubéole nom f s 0.14 0.14 0.14 0.14 -rébus rébus nom m p 0.10 1.28 0.10 1.28 -récalcitrant récalcitrant adj m s 0.48 1.08 0.21 0.61 -récalcitrante récalcitrant adj f s 0.48 1.08 0.03 0.07 -récalcitrantes récalcitrant adj f p 0.48 1.08 0.10 0.00 -récalcitrants récalcitrant adj m p 0.48 1.08 0.14 0.41 -récapitula récapituler ver 2.65 1.62 0.00 0.07 ind:pas:3s; -récapitulai récapituler ver 2.65 1.62 0.00 0.07 ind:pas:1s; -récapitulais récapituler ver 2.65 1.62 0.02 0.07 ind:imp:1s; -récapitulait récapituler ver 2.65 1.62 0.00 0.27 ind:imp:3s; -récapitulant récapituler ver 2.65 1.62 0.01 0.20 par:pre; -récapitulatif récapitulatif nom m s 0.06 0.20 0.06 0.20 -récapitulation récapitulation nom f s 0.20 0.47 0.20 0.47 -récapitule récapituler ver 2.65 1.62 0.61 0.27 imp:pre:2s;ind:pre:1s;ind:pre:3s; -récapitulent récapituler ver 2.65 1.62 0.00 0.07 ind:pre:3p; -récapituler récapituler ver 2.65 1.62 0.40 0.34 inf; -récapitulez récapituler ver 2.65 1.62 0.04 0.00 imp:pre:2p; -récapitulions récapituler ver 2.65 1.62 0.01 0.00 ind:imp:1p; -récapitulons récapituler ver 2.65 1.62 1.51 0.07 imp:pre:1p; -récapitulé récapituler ver m s 2.65 1.62 0.04 0.14 par:pas; -récapitulée récapituler ver f s 2.65 1.62 0.00 0.07 par:pas; -récemment récemment adv 21.07 15.07 21.07 15.07 -récent récent adj m s 12.42 23.45 3.96 5.61 -récente récent adj f s 12.42 23.45 3.72 8.72 -récentes récent adj f p 12.42 23.45 2.09 4.39 -récents récent adj m p 12.42 23.45 2.65 4.73 -réceptacle réceptacle nom m s 0.70 0.54 0.64 0.47 -réceptacles réceptacle nom m p 0.70 0.54 0.06 0.07 -récepteur récepteur nom m s 0.85 3.58 0.56 3.24 -récepteurs récepteur nom m p 0.85 3.58 0.29 0.34 -réceptif réceptif adj m s 1.44 0.68 0.88 0.41 -réceptifs réceptif adj m p 1.44 0.68 0.14 0.07 -réception réception nom f s 17.47 16.82 16.60 12.70 -réceptionna réceptionner ver 0.69 0.88 0.00 0.07 ind:pas:3s; -réceptionnant réceptionner ver 0.69 0.88 0.00 0.07 par:pre; -réceptionne réceptionner ver 0.69 0.88 0.32 0.34 imp:pre:2s;ind:pre:1s;ind:pre:3s; -réceptionnent réceptionner ver 0.69 0.88 0.01 0.00 ind:pre:3p; -réceptionner réceptionner ver 0.69 0.88 0.13 0.14 inf; -réceptionnera réceptionner ver 0.69 0.88 0.01 0.00 ind:fut:3s; -réceptionniste réceptionniste nom s 1.69 1.96 1.64 1.76 -réceptionnistes réceptionniste nom p 1.69 1.96 0.04 0.20 -réceptionné réceptionner ver m s 0.69 0.88 0.23 0.20 par:pas; -réceptionnées réceptionner ver f p 0.69 0.88 0.00 0.07 par:pas; -réceptions réception nom f p 17.47 16.82 0.86 4.12 -réceptive réceptif adj f s 1.44 0.68 0.38 0.14 -réceptives réceptif adj f p 1.44 0.68 0.04 0.07 -réceptivité réceptivité nom f s 0.04 0.20 0.04 0.20 -réceptrice récepteur adj f s 0.27 0.27 0.02 0.14 -récessif récessif adj m s 0.12 0.00 0.09 0.00 -récessifs récessif adj m p 0.12 0.00 0.02 0.00 -récession récession nom f s 0.96 0.20 0.96 0.20 -récessive récessif adj f s 0.12 0.00 0.01 0.00 -réchappai réchapper ver 2.42 1.55 0.01 0.00 ind:pas:1s; -réchappais réchapper ver 2.42 1.55 0.03 0.07 ind:imp:1s;ind:imp:2s; -réchappait réchapper ver 2.42 1.55 0.00 0.07 ind:imp:3s; -réchappe réchapper ver 2.42 1.55 0.92 0.27 ind:pre:1s;ind:pre:3s; -réchappent réchapper ver 2.42 1.55 0.02 0.07 ind:pre:3p; -réchapper réchapper ver 2.42 1.55 0.64 0.14 inf; -réchappera réchapper ver 2.42 1.55 0.05 0.00 ind:fut:3s; -réchapperaient réchapper ver 2.42 1.55 0.00 0.07 cnd:pre:3p; -réchapperais réchapper ver 2.42 1.55 0.01 0.07 cnd:pre:1s;cnd:pre:2s; -réchapperait réchapper ver 2.42 1.55 0.00 0.27 cnd:pre:3s; -réchappes réchapper ver 2.42 1.55 0.12 0.07 ind:pre:2s; -réchappez réchapper ver 2.42 1.55 0.01 0.00 ind:pre:2p; -réchappons réchapper ver 2.42 1.55 0.11 0.00 ind:pre:1p; -réchappé réchapper ver m s 2.42 1.55 0.50 0.47 par:pas; -réchappés réchapper ver m p 2.42 1.55 0.01 0.00 par:pas; -réchaud réchaud nom m s 1.00 6.82 0.83 6.22 -réchauds réchaud nom m p 1.00 6.82 0.17 0.61 -réchauffa réchauffer ver 16.27 22.16 0.01 0.95 ind:pas:3s; -réchauffage réchauffage nom m s 0.01 0.00 0.01 0.00 -réchauffai réchauffer ver 16.27 22.16 0.00 0.14 ind:pas:1s; -réchauffaient réchauffer ver 16.27 22.16 0.03 0.34 ind:imp:3p; -réchauffais réchauffer ver 16.27 22.16 0.03 0.00 ind:imp:1s;ind:imp:2s; -réchauffait réchauffer ver 16.27 22.16 0.08 2.23 ind:imp:3s; -réchauffant réchauffer ver 16.27 22.16 0.03 0.41 par:pre; -réchauffante réchauffant adj f s 0.00 0.27 0.00 0.07 -réchauffantes réchauffant adj f p 0.00 0.27 0.00 0.14 -réchauffants réchauffant adj m p 0.00 0.27 0.00 0.07 -réchauffe réchauffer ver 16.27 22.16 5.06 3.24 imp:pre:2s;ind:pre:1s;ind:pre:3s; -réchauffement réchauffement nom m s 1.02 0.07 1.02 0.07 -réchauffent réchauffer ver 16.27 22.16 0.34 0.68 ind:pre:3p; -réchauffer réchauffer ver 16.27 22.16 7.64 11.62 inf; -réchauffera réchauffer ver 16.27 22.16 0.79 0.47 ind:fut:3s; -réchaufferai réchauffer ver 16.27 22.16 0.07 0.07 ind:fut:1s; -réchaufferait réchauffer ver 16.27 22.16 0.04 0.07 cnd:pre:3s; -réchaufferas réchauffer ver 16.27 22.16 0.10 0.00 ind:fut:2s; -réchaufferez réchauffer ver 16.27 22.16 0.12 0.00 ind:fut:2p; -réchaufferont réchauffer ver 16.27 22.16 0.02 0.07 ind:fut:3p; -réchauffeur réchauffeur nom m s 0.03 0.00 0.03 0.00 -réchauffez réchauffer ver 16.27 22.16 0.81 0.00 imp:pre:2p;ind:pre:2p; -réchauffions réchauffer ver 16.27 22.16 0.00 0.07 ind:imp:1p; -réchauffons réchauffer ver 16.27 22.16 0.03 0.00 imp:pre:1p;ind:pre:1p; -réchauffât réchauffer ver 16.27 22.16 0.00 0.07 sub:imp:3s; -réchauffèrent réchauffer ver 16.27 22.16 0.00 0.07 ind:pas:3p; -réchauffé réchauffer ver m s 16.27 22.16 0.79 0.81 par:pas; -réchauffée réchauffer ver f s 16.27 22.16 0.28 0.47 par:pas; -réchauffées réchauffé adj f p 1.04 1.15 0.01 0.07 -réchauffés réchauffé adj m p 1.04 1.15 0.15 0.14 -rêche rêche adj s 0.51 8.11 0.47 6.08 -ruche ruche nom f s 3.57 3.51 2.64 2.03 -rucher rucher nom m s 0.11 0.20 0.11 0.14 -ruchers rucher nom m p 0.11 0.20 0.00 0.07 -rêches rêche adj p 0.51 8.11 0.04 2.03 -ruches ruche nom f p 3.57 3.51 0.93 1.49 -ruché ruché nom m s 0.00 0.14 0.00 0.07 -ruchée ruché nom f s 0.00 0.14 0.00 0.07 -récidivai récidiver ver 0.48 0.68 0.00 0.07 ind:pas:1s; -récidivaient récidiver ver 0.48 0.68 0.00 0.07 ind:imp:3p; -récidivant récidivant adj m s 0.03 0.00 0.01 0.00 -récidivante récidivant adj f s 0.03 0.00 0.01 0.00 -récidive récidive nom f s 0.61 0.81 0.57 0.61 -récidiver récidiver ver 0.48 0.68 0.12 0.14 inf; -récidiveras récidiver ver 0.48 0.68 0.01 0.00 ind:fut:2s; -récidives récidive nom f p 0.61 0.81 0.04 0.20 -récidivez récidiver ver 0.48 0.68 0.01 0.00 ind:pre:2p; -récidiviste récidiviste nom s 0.79 0.27 0.65 0.20 -récidivistes récidiviste nom p 0.79 0.27 0.14 0.07 -récidivé récidiver ver m s 0.48 0.68 0.07 0.07 par:pas; -récif récif nom m s 1.44 2.03 0.75 0.54 -récifale récifal adj f s 0.01 0.00 0.01 0.00 -récifs récif nom m p 1.44 2.03 0.69 1.49 -récipiendaire récipiendaire nom s 0.03 0.41 0.01 0.20 -récipiendaires récipiendaire nom p 0.03 0.41 0.02 0.20 -récipient récipient nom m s 1.64 4.12 1.36 2.77 -récipients récipient nom m p 1.64 4.12 0.27 1.35 -réciprocité réciprocité nom f s 0.28 1.55 0.28 1.55 -réciproque réciproque adj s 3.91 8.24 3.59 5.68 -réciproquement réciproquement adv 0.26 3.45 0.26 3.45 -réciproques réciproque adj p 3.91 8.24 0.32 2.57 -récit récit nom m s 9.89 56.15 7.12 37.84 -récita réciter ver 11.89 28.51 0.01 3.24 ind:pas:3s; -récitai réciter ver 11.89 28.51 0.00 0.41 ind:pas:1s; -récitaient réciter ver 11.89 28.51 0.00 1.08 ind:imp:3p; -récitais réciter ver 11.89 28.51 0.12 1.15 ind:imp:1s;ind:imp:2s; -récitait réciter ver 11.89 28.51 0.39 4.86 ind:imp:3s; -récital récital nom m s 1.41 1.89 1.33 1.28 -récitals récital nom m p 1.41 1.89 0.08 0.61 -récitant réciter ver 11.89 28.51 0.04 1.89 par:pre; -récitante récitant nom f s 0.02 1.28 0.00 0.07 -récitants récitant nom m p 0.02 1.28 0.00 0.20 -récitassent réciter ver 11.89 28.51 0.00 0.07 sub:imp:3p; -récitatif récitatif adj m s 0.01 0.00 0.01 0.00 -récitatifs récitatif nom m p 0.00 0.20 0.00 0.07 -récitation récitation nom f s 0.19 2.91 0.17 2.03 -récitations récitation nom f p 0.19 2.91 0.02 0.88 -récite réciter ver 11.89 28.51 3.44 3.72 imp:pre:2s;ind:pre:1s;ind:pre:3s; -récitent réciter ver 11.89 28.51 0.47 0.27 ind:pre:3p; -réciter réciter ver 11.89 28.51 4.21 7.97 inf; -récitera réciter ver 11.89 28.51 0.23 0.07 ind:fut:3s; -réciterai réciter ver 11.89 28.51 0.27 0.07 ind:fut:1s; -réciteraient réciter ver 11.89 28.51 0.00 0.07 cnd:pre:3p; -réciterait réciter ver 11.89 28.51 0.01 0.34 cnd:pre:3s; -réciteras réciter ver 11.89 28.51 0.04 0.00 ind:fut:2s; -réciterez réciter ver 11.89 28.51 0.16 0.00 ind:fut:2p; -réciterons réciter ver 11.89 28.51 0.14 0.07 ind:fut:1p; -réciteront réciter ver 11.89 28.51 0.00 0.07 ind:fut:3p; -récites réciter ver 11.89 28.51 0.45 0.14 ind:pre:2s; -récitez réciter ver 11.89 28.51 0.83 0.27 imp:pre:2p;ind:pre:2p; -récitions réciter ver 11.89 28.51 0.01 0.27 ind:imp:1p; -récitons réciter ver 11.89 28.51 0.28 0.20 imp:pre:1p;ind:pre:1p; -récits récit nom m p 9.89 56.15 2.77 18.31 -récitèrent réciter ver 11.89 28.51 0.00 0.14 ind:pas:3p; -récité réciter ver m s 11.89 28.51 0.69 1.35 par:pas; -récitée réciter ver f s 11.89 28.51 0.00 0.41 par:pas; -récitées réciter ver f p 11.89 28.51 0.00 0.20 par:pas; -récités réciter ver m p 11.89 28.51 0.12 0.20 par:pas; -rucksack rucksack nom m s 0.00 0.07 0.00 0.07 -réclama réclamer ver 21.00 49.26 0.12 4.32 ind:pas:3s; -réclamai réclamer ver 21.00 49.26 0.00 0.20 ind:pas:1s; -réclamaient réclamer ver 21.00 49.26 0.26 4.05 ind:imp:3p; -réclamais réclamer ver 21.00 49.26 0.07 0.68 ind:imp:1s;ind:imp:2s; -réclamait réclamer ver 21.00 49.26 0.91 8.51 ind:imp:3s; -réclamant réclamer ver 21.00 49.26 0.52 2.43 par:pre; -réclamantes réclamant nom f p 0.00 0.07 0.00 0.07 -réclamation réclamation nom f s 2.15 1.42 1.02 0.68 -réclamations réclamation nom f p 2.15 1.42 1.13 0.74 -réclame réclamer ver 21.00 49.26 8.98 7.84 imp:pre:2s;ind:pre:1s;ind:pre:3s; -réclament réclamer ver 21.00 49.26 2.20 2.50 ind:pre:3p; -réclamer réclamer ver 21.00 49.26 3.18 11.76 inf; -réclamera réclamer ver 21.00 49.26 0.31 0.14 ind:fut:3s; -réclamerai réclamer ver 21.00 49.26 0.04 0.07 ind:fut:1s; -réclameraient réclamer ver 21.00 49.26 0.04 0.00 cnd:pre:3p; -réclamerais réclamer ver 21.00 49.26 0.00 0.14 cnd:pre:1s; -réclamerait réclamer ver 21.00 49.26 0.06 0.41 cnd:pre:3s; -réclameras réclamer ver 21.00 49.26 0.02 0.07 ind:fut:2s; -réclamerez réclamer ver 21.00 49.26 0.05 0.14 ind:fut:2p; -réclameriez réclamer ver 21.00 49.26 0.01 0.00 cnd:pre:2p; -réclamerons réclamer ver 21.00 49.26 0.01 0.07 ind:fut:1p; -réclameront réclamer ver 21.00 49.26 0.08 0.07 ind:fut:3p; -réclames réclame nom f p 1.43 6.15 0.28 2.91 -réclamez réclamer ver 21.00 49.26 0.55 0.20 imp:pre:2p;ind:pre:2p; -réclamiez réclamer ver 21.00 49.26 0.04 0.20 ind:imp:2p; -réclamions réclamer ver 21.00 49.26 0.01 0.14 ind:imp:1p; -réclamons réclamer ver 21.00 49.26 0.40 0.41 imp:pre:1p;ind:pre:1p; -réclamèrent réclamer ver 21.00 49.26 0.01 0.61 ind:pas:3p; -réclamé réclamer ver m s 21.00 49.26 1.85 2.64 par:pas; -réclamée réclamer ver f s 21.00 49.26 0.60 1.15 par:pas; -réclamées réclamer ver f p 21.00 49.26 0.39 0.14 par:pas; -réclamés réclamer ver m p 21.00 49.26 0.13 0.27 par:pas; -réclusion réclusion nom f s 1.10 3.04 1.09 3.04 -réclusionnaires réclusionnaire nom p 0.00 0.07 0.00 0.07 -réclusions réclusion nom f p 1.10 3.04 0.01 0.00 -récollet récollet nom m s 0.00 0.81 0.00 0.07 -récollets récollet nom m p 0.00 0.81 0.00 0.74 -récolta récolter ver 10.65 7.36 0.00 0.07 ind:pas:3s; -récoltable récoltable adj s 0.01 0.00 0.01 0.00 -récoltai récolter ver 10.65 7.36 0.00 0.07 ind:pas:1s; -récoltaient récolter ver 10.65 7.36 0.06 0.07 ind:imp:3p; -récoltais récolter ver 10.65 7.36 0.05 0.14 ind:imp:1s;ind:imp:2s; -récoltait récolter ver 10.65 7.36 0.07 0.81 ind:imp:3s; -récoltant récolter ver 10.65 7.36 0.08 0.14 par:pre; -récolte récolte nom f s 9.83 8.99 7.93 5.54 -récoltent récolter ver 10.65 7.36 0.45 0.34 ind:pre:3p; -récolter récolter ver 10.65 7.36 3.66 2.43 inf; -récoltera récolter ver 10.65 7.36 0.07 0.00 ind:fut:3s; -récolterai récolter ver 10.65 7.36 0.03 0.00 ind:fut:1s; -récolteraient récolter ver 10.65 7.36 0.01 0.07 cnd:pre:3p; -récolterais récolter ver 10.65 7.36 0.10 0.00 cnd:pre:2s; -récolterait récolter ver 10.65 7.36 0.02 0.14 cnd:pre:3s; -récolteras récolter ver 10.65 7.36 0.07 0.00 ind:fut:2s; -récolterons récolter ver 10.65 7.36 0.16 0.07 ind:fut:1p; -récolteront récolter ver 10.65 7.36 0.02 0.00 ind:fut:3p; -récoltes récolte nom f p 9.83 8.99 1.90 3.45 -récolteurs récolteur nom m p 0.03 0.07 0.02 0.07 -récolteuse récolteur nom f s 0.03 0.07 0.01 0.00 -récoltez récolter ver 10.65 7.36 0.14 0.00 imp:pre:2p;ind:pre:2p; -récoltions récolter ver 10.65 7.36 0.00 0.14 ind:imp:1p; -récoltons récolter ver 10.65 7.36 0.29 0.00 imp:pre:1p;ind:pre:1p; -récolté récolter ver m s 10.65 7.36 1.42 1.42 par:pas; -récoltée récolter ver f s 10.65 7.36 0.09 0.07 par:pas; -récoltées récolter ver f p 10.65 7.36 0.20 0.20 par:pas; -récoltés récolter ver m p 10.65 7.36 0.22 0.41 par:pas; -récompensa récompenser ver 9.96 8.38 0.01 0.14 ind:pas:3s; -récompensaient récompenser ver 9.96 8.38 0.00 0.20 ind:imp:3p; -récompensait récompenser ver 9.96 8.38 0.17 1.22 ind:imp:3s; -récompensant récompenser ver 9.96 8.38 0.04 0.14 par:pre; -récompense récompense nom f s 19.66 9.73 18.39 8.31 -récompensent récompenser ver 9.96 8.38 0.23 0.00 ind:pre:3p; -récompenser récompenser ver 9.96 8.38 2.29 2.77 inf;;inf;;inf;; -récompensera récompenser ver 9.96 8.38 0.76 0.00 ind:fut:3s; -récompenserai récompenser ver 9.96 8.38 0.37 0.14 ind:fut:1s; -récompenserais récompenser ver 9.96 8.38 0.00 0.07 cnd:pre:1s; -récompenserons récompenser ver 9.96 8.38 0.06 0.00 ind:fut:1p; -récompenseront récompenser ver 9.96 8.38 0.04 0.00 ind:fut:3p; -récompenses récompense nom f p 19.66 9.73 1.27 1.42 -récompensez récompenser ver 9.96 8.38 0.13 0.14 imp:pre:2p;ind:pre:2p; -récompensons récompenser ver 9.96 8.38 0.03 0.00 imp:pre:1p;ind:pre:1p; -récompensèrent récompenser ver 9.96 8.38 0.00 0.07 ind:pas:3p; -récompensé récompenser ver m s 9.96 8.38 2.39 1.28 par:pas; -récompensée récompenser ver f s 9.96 8.38 1.15 0.47 par:pas; -récompensées récompenser ver f p 9.96 8.38 0.21 0.14 par:pas; -récompensés récompenser ver m p 9.96 8.38 0.69 0.61 par:pas; -réconcilia réconcilier ver 9.04 10.61 0.01 0.07 ind:pas:3s; -réconciliaient réconcilier ver 9.04 10.61 0.01 0.34 ind:imp:3p; -réconciliait réconcilier ver 9.04 10.61 0.04 0.74 ind:imp:3s; -réconciliant réconcilier ver 9.04 10.61 0.03 0.14 par:pre; -réconciliateur réconciliateur nom m s 0.02 0.07 0.02 0.07 -réconciliation réconciliation nom f s 2.62 5.47 2.38 4.73 -réconciliations réconciliation nom f p 2.62 5.47 0.23 0.74 -réconciliatrice réconciliateur adj f s 0.00 0.07 0.00 0.07 -réconcilie réconcilier ver 9.04 10.61 0.90 0.68 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -réconcilient réconcilier ver 9.04 10.61 0.25 0.20 ind:pre:3p; -réconcilier réconcilier ver 9.04 10.61 3.61 3.38 inf; -réconciliera réconcilier ver 9.04 10.61 0.15 0.00 ind:fut:3s; -réconcilierai réconcilier ver 9.04 10.61 0.02 0.07 ind:fut:1s; -réconcilieraient réconcilier ver 9.04 10.61 0.00 0.07 cnd:pre:3p; -réconcilierait réconcilier ver 9.04 10.61 0.00 0.20 cnd:pre:3s; -réconcilierez réconcilier ver 9.04 10.61 0.04 0.00 ind:fut:2p; -réconciliez réconcilier ver 9.04 10.61 0.23 0.00 imp:pre:2p;ind:pre:2p; -réconciliions réconcilier ver 9.04 10.61 0.00 0.14 ind:imp:1p; -réconciliâmes réconcilier ver 9.04 10.61 0.00 0.07 ind:pas:1p; -réconcilions réconcilier ver 9.04 10.61 0.30 0.07 imp:pre:1p;ind:pre:1p; -réconcilié réconcilier ver m s 9.04 10.61 0.59 2.03 par:pas; -réconciliée réconcilier ver f s 9.04 10.61 0.42 0.61 par:pas; -réconciliées réconcilier ver f p 9.04 10.61 0.65 0.07 par:pas; -réconciliés réconcilier ver m p 9.04 10.61 1.78 1.76 par:pas; -réconfort réconfort nom m s 4.75 6.42 4.71 6.35 -réconforta réconforter ver 6.86 9.19 0.02 0.95 ind:pas:3s; -réconfortaient réconforter ver 6.86 9.19 0.01 0.27 ind:imp:3p; -réconfortait réconforter ver 6.86 9.19 0.02 1.08 ind:imp:3s; -réconfortant réconfortant adj m s 2.00 6.08 1.62 2.91 -réconfortante réconfortant adj f s 2.00 6.08 0.20 2.36 -réconfortantes réconfortant adj f p 2.00 6.08 0.11 0.68 -réconfortants réconfortant adj m p 2.00 6.08 0.07 0.14 -réconforte réconforter ver 6.86 9.19 1.73 0.88 imp:pre:2s;ind:pre:1s;ind:pre:3s; -réconfortent réconforter ver 6.86 9.19 0.41 0.41 ind:pre:3p; -réconforter réconforter ver 6.86 9.19 3.21 2.77 ind:pre:2p;inf; -réconfortera réconforter ver 6.86 9.19 0.16 0.00 ind:fut:3s; -réconforterai réconforter ver 6.86 9.19 0.01 0.00 ind:fut:1s; -réconforterait réconforter ver 6.86 9.19 0.02 0.07 cnd:pre:3s; -réconforteras réconforter ver 6.86 9.19 0.01 0.00 ind:fut:2s; -réconforterez réconforter ver 6.86 9.19 0.01 0.00 ind:fut:2p; -réconfortez réconforter ver 6.86 9.19 0.30 0.00 imp:pre:2p; -réconforts réconfort nom m p 4.75 6.42 0.04 0.07 -réconforté réconforter ver m s 6.86 9.19 0.48 1.62 par:pas; -réconfortée réconforter ver f s 6.86 9.19 0.19 0.34 par:pas; -réconfortés réconforter ver m p 6.86 9.19 0.18 0.27 par:pas; -récri récri nom m s 0.02 0.14 0.00 0.14 -récria récrier ver 0.00 2.91 0.00 0.68 ind:pas:3s; -récriai récrier ver 0.00 2.91 0.00 0.14 ind:pas:1s; -récriaient récrier ver 0.00 2.91 0.00 0.14 ind:imp:3p; -récriait récrier ver 0.00 2.91 0.00 0.34 ind:imp:3s; -récrie récrier ver 0.00 2.91 0.00 0.54 ind:pre:1s;ind:pre:3s; -récrient récrier ver 0.00 2.91 0.00 0.07 ind:pre:3p; -récrier récrier ver 0.00 2.91 0.00 0.14 inf; -récriminait récriminer ver 0.16 0.68 0.00 0.27 ind:imp:3s; -récrimination récrimination nom f s 0.64 3.11 0.03 0.61 -récriminations récrimination nom f p 0.64 3.11 0.61 2.50 -récriminer récriminer ver 0.16 0.68 0.16 0.41 inf; -récrirai récrire ver 0.46 0.95 0.03 0.07 ind:fut:1s; -récrire récrire ver 0.46 0.95 0.29 0.61 inf; -récris récrire ver 0.46 0.95 0.02 0.00 imp:pre:2s; -récrit récrire ver m s 0.46 0.95 0.11 0.14 ind:pre:3s;par:pas; -récrites récrire ver f p 0.46 0.95 0.00 0.07 par:pas; -récrièrent récrier ver 0.00 2.91 0.00 0.27 ind:pas:3p; -récrié récrier ver m s 0.00 2.91 0.00 0.20 par:pas; -récriée récrier ver f s 0.00 2.91 0.00 0.20 par:pas; -récriées récrier ver f p 0.00 2.91 0.00 0.07 par:pas; -récriés récrier ver m p 0.00 2.91 0.00 0.14 par:pas; -récrivent récrire ver 0.46 0.95 0.01 0.00 ind:pre:3p; -récrivit récrire ver 0.46 0.95 0.00 0.07 ind:pas:3s; -récré récré nom f s 2.29 2.70 2.25 2.16 -récréatif récréatif adj m s 0.38 0.47 0.06 0.00 -récréation récréation nom f s 2.88 11.28 2.43 9.26 -récréations récréation nom f p 2.88 11.28 0.45 2.03 -récréative récréatif adj f s 0.38 0.47 0.24 0.41 -récréatives récréatif adj f p 0.38 0.47 0.07 0.07 -récrée récréer ver 0.06 0.00 0.04 0.00 ind:pre:3s; -récréer récréer ver 0.06 0.00 0.01 0.00 inf; -récrés récré nom f p 2.29 2.70 0.05 0.54 -récréé récréer ver m s 0.06 0.00 0.01 0.00 par:pas; -récup récup nom m s 0.13 0.14 0.13 0.00 -récupe récup nom f s 0.13 0.14 0.00 0.14 -récépissé récépissé nom m s 0.09 0.34 0.09 0.34 -récupère récupérer ver 75.93 31.82 9.77 2.77 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -récupèrent récupérer ver 75.93 31.82 0.61 0.20 ind:pre:3p; -récupères récupérer ver 75.93 31.82 1.28 0.20 ind:pre:2s; -récupéra récupérer ver 75.93 31.82 0.06 1.82 ind:pas:3s; -récupérable récupérable adj m s 0.43 0.88 0.14 0.61 -récupérables récupérable adj p 0.43 0.88 0.28 0.27 -récupérai récupérer ver 75.93 31.82 0.00 0.54 ind:pas:1s; -récupéraient récupérer ver 75.93 31.82 0.01 0.14 ind:imp:3p; -récupérais récupérer ver 75.93 31.82 0.16 0.20 ind:imp:1s;ind:imp:2s; -récupérait récupérer ver 75.93 31.82 0.32 1.49 ind:imp:3s; -récupérant récupérer ver 75.93 31.82 0.19 1.22 par:pre; -récupérateur récupérateur nom m s 0.27 0.07 0.12 0.07 -récupérateurs récupérateur nom m p 0.27 0.07 0.15 0.00 -récupération récupération nom f s 2.04 1.89 2.01 1.82 -récupérations récupération nom f p 2.04 1.89 0.04 0.07 -récupérer récupérer ver 75.93 31.82 44.59 14.19 inf; -récupérera récupérer ver 75.93 31.82 0.72 0.07 ind:fut:3s; -récupérerai récupérer ver 75.93 31.82 0.84 0.07 ind:fut:1s; -récupérerais récupérer ver 75.93 31.82 0.09 0.07 cnd:pre:1s;cnd:pre:2s; -récupérerait récupérer ver 75.93 31.82 0.09 0.20 cnd:pre:3s; -récupéreras récupérer ver 75.93 31.82 0.45 0.07 ind:fut:2s; -récupérerez récupérer ver 75.93 31.82 0.49 0.00 ind:fut:2p; -récupérerons récupérer ver 75.93 31.82 0.32 0.00 ind:fut:1p; -récupéreront récupérer ver 75.93 31.82 0.06 0.00 ind:fut:3p; -récupérez récupérer ver 75.93 31.82 1.80 0.20 imp:pre:2p;ind:pre:2p; -récupériez récupérer ver 75.93 31.82 0.04 0.00 ind:imp:2p; -récupérions récupérer ver 75.93 31.82 0.07 0.07 ind:imp:1p; -récupérâmes récupérer ver 75.93 31.82 0.02 0.07 ind:pas:1p; -récupérons récupérer ver 75.93 31.82 0.65 0.07 imp:pre:1p;ind:pre:1p; -récupérèrent récupérer ver 75.93 31.82 0.00 0.14 ind:pas:3p; -récupéré récupérer ver m s 75.93 31.82 10.33 5.41 par:pas; -récupérée récupérer ver f s 75.93 31.82 1.26 0.95 par:pas; -récupérées récupérer ver f p 75.93 31.82 0.80 0.74 par:pas; -récupérés récupérer ver m p 75.93 31.82 0.90 0.95 par:pas; -récurage récurage nom m s 0.03 0.27 0.03 0.27 -récuraient récurer ver 0.54 2.84 0.00 0.14 ind:imp:3p; -récurais récurer ver 0.54 2.84 0.00 0.14 ind:imp:1s; -récurait récurer ver 0.54 2.84 0.01 0.14 ind:imp:3s; -récurant récurer ver 0.54 2.84 0.00 0.20 par:pre; -récure récurer ver 0.54 2.84 0.07 0.27 imp:pre:2s;ind:pre:1s;ind:pre:3s; -récurent récurer ver 0.54 2.84 0.01 0.20 ind:pre:3p; -récurer récurer ver 0.54 2.84 0.35 0.74 inf; -récurerai récurer ver 0.54 2.84 0.00 0.07 ind:fut:1s; -récurrence récurrence nom f s 0.19 0.14 0.17 0.14 -récurrences récurrence nom f p 0.19 0.14 0.01 0.00 -récurrent récurrent adj m s 1.38 0.41 0.56 0.07 -récurrente récurrent adj f s 1.38 0.41 0.28 0.14 -récurrentes récurrent adj f p 1.38 0.41 0.21 0.07 -récurrents récurrent adj m p 1.38 0.41 0.33 0.14 -récursif récursif adj m s 0.03 0.00 0.03 0.00 -récuré récurer ver m s 0.54 2.84 0.08 0.34 par:pas; -récurée récurer ver f s 0.54 2.84 0.00 0.20 par:pas; -récurées récurer ver f p 0.54 2.84 0.01 0.14 par:pas; -récurés récurer ver m p 0.54 2.84 0.01 0.27 par:pas; -récusa récuser ver 0.78 3.04 0.00 0.14 ind:pas:3s; -récusable récusable adj m s 0.00 0.14 0.00 0.07 -récusables récusable adj p 0.00 0.14 0.00 0.07 -récusaient récuser ver 0.78 3.04 0.00 0.14 ind:imp:3p; -récusais récuser ver 0.78 3.04 0.00 0.27 ind:imp:1s; -récusait récuser ver 0.78 3.04 0.01 0.41 ind:imp:3s; -récusant récuser ver 0.78 3.04 0.03 0.14 par:pre; -récusation récusation nom f s 0.09 0.07 0.07 0.07 -récusations récusation nom f p 0.09 0.07 0.02 0.00 -récuse récuser ver 0.78 3.04 0.19 0.14 imp:pre:2s;ind:pre:1s;ind:pre:3s; -récuser récuser ver 0.78 3.04 0.31 1.08 inf; -récuserait récuser ver 0.78 3.04 0.00 0.07 cnd:pre:3s; -récuserons récuser ver 0.78 3.04 0.01 0.00 ind:fut:1p; -récusons récuser ver 0.78 3.04 0.07 0.00 imp:pre:1p;ind:pre:1p; -récusèrent récuser ver 0.78 3.04 0.00 0.14 ind:pas:3p; -récusé récuser ver m s 0.78 3.04 0.14 0.34 par:pas; -récusée récuser ver f s 0.78 3.04 0.01 0.20 par:pas; -rédacteur rédacteur nom m s 4.93 5.68 3.32 3.85 -rédacteurs rédacteur nom m p 4.93 5.68 0.67 1.35 -rédaction rédaction nom f s 2.93 12.23 2.82 11.22 -rédactionnel rédactionnel adj m s 0.02 0.07 0.01 0.00 -rédactionnelle rédactionnel adj f s 0.02 0.07 0.01 0.07 -rédactions rédaction nom f p 2.93 12.23 0.11 1.01 -rédactrice rédacteur nom f s 4.93 5.68 0.94 0.27 -rédactrices rédactrice nom f p 0.02 0.00 0.02 0.00 -rude rude adj s 6.85 29.80 5.68 22.64 -rudement rudement adv 2.42 10.07 2.42 10.07 -rédempteur rédempteur nom m s 0.78 0.27 0.78 0.20 -rédemption rédemption nom f s 2.35 1.35 2.35 1.22 -rédemptions rédemption nom f p 2.35 1.35 0.00 0.14 -rédemptoriste rédemptoriste nom s 0.10 0.00 0.10 0.00 -rédemptrice rédempteur adj f s 0.40 0.34 0.00 0.07 -rudes rude adj p 6.85 29.80 1.17 7.16 -rudesse rudesse nom f s 0.42 3.65 0.42 3.38 -rudesses rudesse nom f p 0.42 3.65 0.00 0.27 -rédhibition rédhibition nom f s 0.00 0.07 0.00 0.07 -rédhibitoire rédhibitoire adj s 0.06 0.47 0.06 0.34 -rédhibitoires rédhibitoire adj p 0.06 0.47 0.00 0.14 -rédige rédiger ver 8.49 22.16 0.72 1.49 imp:pre:2s;ind:pre:1s;ind:pre:3s; -rédigea rédiger ver 8.49 22.16 0.02 1.35 ind:pas:3s; -rédigeai rédiger ver 8.49 22.16 0.00 0.47 ind:pas:1s; -rédigeaient rédiger ver 8.49 22.16 0.01 0.27 ind:imp:3p; -rédigeais rédiger ver 8.49 22.16 0.05 0.20 ind:imp:1s; -rédigeait rédiger ver 8.49 22.16 0.05 1.01 ind:imp:3s; -rédigeant rédiger ver 8.49 22.16 0.04 0.41 par:pre; -rédigent rédiger ver 8.49 22.16 0.06 0.07 ind:pre:3p; -rédigeons rédiger ver 8.49 22.16 0.05 0.34 imp:pre:1p;ind:pre:1p; -rédiger rédiger ver 8.49 22.16 2.27 6.96 inf; -rédigera rédiger ver 8.49 22.16 0.02 0.00 ind:fut:3s; -rédigerai rédiger ver 8.49 22.16 0.05 0.14 ind:fut:1s; -rédigerais rédiger ver 8.49 22.16 0.01 0.00 cnd:pre:1s; -rédigeras rédiger ver 8.49 22.16 0.03 0.07 ind:fut:2s; -rédigerez rédiger ver 8.49 22.16 0.03 0.14 ind:fut:2p; -rédiges rédiger ver 8.49 22.16 0.06 0.20 ind:pre:2s; -rédigez rédiger ver 8.49 22.16 0.83 0.00 imp:pre:2p;ind:pre:2p; -rédigiez rédiger ver 8.49 22.16 0.04 0.07 ind:imp:2p; -rédigions rédiger ver 8.49 22.16 0.00 0.14 ind:imp:1p; -rédigèrent rédiger ver 8.49 22.16 0.00 0.14 ind:pas:3p; -rédigé rédiger ver m s 8.49 22.16 2.55 4.19 par:pas; -rédigée rédiger ver f s 8.49 22.16 1.31 2.16 par:pas; -rédigées rédiger ver f p 8.49 22.16 0.03 1.08 par:pas; -rédigés rédiger ver m p 8.49 22.16 0.26 1.28 par:pas; -rédimaient rédimer ver 0.00 0.07 0.00 0.07 ind:imp:3p; -rudiment rudiment nom m s 0.24 1.89 0.01 0.27 -rudimentaire rudimentaire adj s 0.87 3.11 0.73 2.09 -rudimentaires rudimentaire adj p 0.87 3.11 0.14 1.01 -rudiments rudiment nom m p 0.24 1.89 0.23 1.62 -rudoie rudoyer ver 0.45 1.22 0.01 0.00 ind:pre:3s; -rudoiement rudoiement nom m s 0.00 0.14 0.00 0.07 -rudoiements rudoiement nom m p 0.00 0.14 0.00 0.07 -rudoient rudoyer ver 0.45 1.22 0.00 0.07 ind:pre:3p; -rudoies rudoyer ver 0.45 1.22 0.01 0.00 ind:pre:2s; -rudoya rudoyer ver 0.45 1.22 0.00 0.07 ind:pas:3s; -rudoyais rudoyer ver 0.45 1.22 0.00 0.07 ind:imp:1s; -rudoyait rudoyer ver 0.45 1.22 0.02 0.41 ind:imp:3s; -rudoyant rudoyer ver 0.45 1.22 0.00 0.07 par:pre; -rudoyer rudoyer ver 0.45 1.22 0.32 0.20 inf; -rudoyèrent rudoyer ver 0.45 1.22 0.00 0.07 ind:pas:3p; -rudoyé rudoyer ver m s 0.45 1.22 0.08 0.20 par:pas; -rudoyés rudoyer ver m p 0.45 1.22 0.01 0.07 par:pas; -réducteur réducteur adj m s 0.12 0.07 0.12 0.07 -réducteurs réducteur nom m p 0.26 0.14 0.23 0.07 -réduction réduction nom f s 4.51 3.18 3.37 2.91 -réductionnisme réductionnisme nom m s 0.03 0.00 0.03 0.00 -réductionniste réductionniste adj s 0.01 0.00 0.01 0.00 -réductions réduction nom f p 4.51 3.18 1.14 0.27 -réduira réduire ver 27.88 50.61 0.53 0.34 ind:fut:3s; -réduirai réduire ver 27.88 50.61 0.26 0.20 ind:fut:1s; -réduiraient réduire ver 27.88 50.61 0.02 0.07 cnd:pre:3p; -réduirait réduire ver 27.88 50.61 0.44 0.34 cnd:pre:3s; -réduire réduire ver 27.88 50.61 8.85 13.04 ind:pre:2p;inf; -réduirons réduire ver 27.88 50.61 0.05 0.07 ind:fut:1p; -réduiront réduire ver 27.88 50.61 0.22 0.07 ind:fut:3p; -réduis réduire ver 27.88 50.61 1.35 0.20 imp:pre:2s;ind:pre:1s;ind:pre:2s; -réduisît réduire ver 27.88 50.61 0.00 0.14 sub:imp:3s; -réduisaient réduire ver 27.88 50.61 0.01 0.88 ind:imp:3p; -réduisais réduire ver 27.88 50.61 0.04 0.20 ind:imp:1s;ind:imp:2s; -réduisait réduire ver 27.88 50.61 0.13 4.46 ind:imp:3s; -réduisant réduire ver 27.88 50.61 0.24 1.55 par:pre; -réduise réduire ver 27.88 50.61 0.32 0.68 sub:pre:1s;sub:pre:3s; -réduisent réduire ver 27.88 50.61 1.03 1.01 ind:pre:3p; -réduises réduire ver 27.88 50.61 0.04 0.00 sub:pre:2s; -réduisez réduire ver 27.88 50.61 0.56 0.14 imp:pre:2p;ind:pre:2p; -réduisions réduire ver 27.88 50.61 0.01 0.07 ind:imp:1p; -réduisirent réduire ver 27.88 50.61 0.00 0.27 ind:pas:3p; -réduisis réduire ver 27.88 50.61 0.00 0.07 ind:pas:1s; -réduisit réduire ver 27.88 50.61 0.01 0.74 ind:pas:3s; -réduisons réduire ver 27.88 50.61 0.27 0.14 imp:pre:1p;ind:pre:1p; -réduit réduire ver m s 27.88 50.61 8.48 13.51 ind:pre:3s;par:pas; -réduite réduire ver f s 27.88 50.61 2.82 6.55 par:pas; -réduites réduire ver f p 27.88 50.61 0.43 2.03 par:pas; -réduits réduire ver m p 27.88 50.61 1.78 3.85 par:pas; -réduplication réduplication nom f s 0.00 0.07 0.00 0.07 -rue rue nom f s 157.81 562.97 127.35 449.53 -réel réel adj m s 38.70 40.95 23.97 15.20 -ruelle ruelle nom f s 6.25 30.47 4.04 13.51 -réelle réel adj f s 38.70 40.95 8.88 17.50 -réellement réellement adv 18.27 26.62 18.27 26.62 -ruelles ruelle nom f p 6.25 30.47 2.21 16.96 -réelles réel adj f p 38.70 40.95 2.35 4.12 -réels réel adj m p 38.70 40.95 3.50 4.12 -réemballer réemballer ver 0.01 0.00 0.01 0.00 inf; -réembarque réembarquer ver 0.00 0.27 0.00 0.07 ind:pre:3s; -réembarquement réembarquement nom m s 0.00 0.07 0.00 0.07 -réembarquer réembarquer ver 0.00 0.27 0.00 0.20 inf; -réembauche réembaucher ver 0.22 0.00 0.09 0.00 ind:pre:1s;ind:pre:3s; -réembaucher réembaucher ver 0.22 0.00 0.08 0.00 inf; -réembauché réembaucher ver m s 0.22 0.00 0.05 0.00 par:pas; -réemploi réemploi nom m s 0.00 0.14 0.00 0.14 -réemployant réemployer ver 0.00 0.20 0.00 0.07 par:pre; -réemployer réemployer ver 0.00 0.20 0.00 0.14 inf; -réemprunter réemprunter ver 0.00 0.07 0.00 0.07 inf; -réencadrer réencadrer ver 0.00 0.07 0.00 0.07 inf; -réenclenches réenclencher ver 0.01 0.00 0.01 0.00 ind:pre:2s; -réendossant réendosser ver 0.02 0.14 0.00 0.07 par:pre; -réendosser réendosser ver 0.02 0.14 0.02 0.07 inf; -réengage réengager ver 0.24 0.07 0.04 0.00 imp:pre:2s;ind:pre:1s;ind:pre:3s; -réengagement réengagement nom m s 0.00 0.07 0.00 0.07 -réengager réengager ver 0.24 0.07 0.10 0.00 inf; -réengagé réengager ver m s 0.24 0.07 0.10 0.00 par:pas; -réengagées réengager ver f p 0.24 0.07 0.00 0.07 par:pas; -réenregistrer réenregistrer ver 0.12 0.00 0.11 0.00 inf; -réenregistré réenregistrer ver m s 0.12 0.00 0.01 0.00 par:pas; -ruent ruer ver 3.27 20.81 0.38 1.08 ind:pre:3p; -réentendaient réentendre ver 0.26 1.01 0.00 0.07 ind:imp:3p; -réentendais réentendre ver 0.26 1.01 0.00 0.07 ind:imp:1s; -réentendons réentendre ver 0.26 1.01 0.00 0.07 ind:pre:1p; -réentendre réentendre ver 0.26 1.01 0.25 0.61 inf; -réentends réentendre ver 0.26 1.01 0.00 0.20 ind:pre:1s; -réentendu réentendre ver m s 0.26 1.01 0.01 0.00 par:pas; -réenterrer réenterrer ver 0.01 0.00 0.01 0.00 inf; -réentraîner réentraîner ver 0.01 0.00 0.01 0.00 inf; -réenvahir réenvahir ver 0.01 0.00 0.01 0.00 inf; -réenvisager réenvisager ver 0.15 0.00 0.15 0.00 inf; -ruer ruer ver 3.27 20.81 0.59 3.18 inf; -rueront ruer ver 3.27 20.81 0.00 0.07 ind:fut:3p; -rues rue nom p 157.81 562.97 30.46 113.45 -réessaie réessayer ver 5.30 0.14 0.75 0.00 imp:pre:2s;ind:pre:1s;ind:pre:3s; -réessaient réessayer ver 5.30 0.14 0.07 0.00 ind:pre:3p; -réessaiera réessayer ver 5.30 0.14 0.22 0.00 ind:fut:3s; -réessaierai réessayer ver 5.30 0.14 0.33 0.00 ind:fut:1s; -réessaieras réessayer ver 5.30 0.14 0.03 0.00 ind:fut:2s; -réessaieront réessayer ver 5.30 0.14 0.03 0.00 ind:fut:3p; -réessayant réessayer ver 5.30 0.14 0.00 0.07 par:pre; -réessaye réessayer ver 5.30 0.14 0.37 0.00 imp:pre:2s;ind:pre:1s;ind:pre:3s; -réessayer réessayer ver 5.30 0.14 2.40 0.07 inf; -réessayez réessayer ver 5.30 0.14 0.61 0.00 imp:pre:2p;ind:pre:2p; -réessayiez réessayer ver 5.30 0.14 0.01 0.00 ind:imp:2p; -réessayons réessayer ver 5.30 0.14 0.31 0.00 imp:pre:1p;ind:pre:1p; -réessayé réessayer ver m s 5.30 0.14 0.16 0.00 par:pas; -réexamen réexamen nom m s 0.07 0.00 0.07 0.00 -réexaminant réexaminer ver 0.89 0.20 0.00 0.07 par:pre; -réexamine réexaminer ver 0.89 0.20 0.08 0.00 ind:pre:1s;ind:pre:3s; -réexaminer réexaminer ver 0.89 0.20 0.44 0.00 inf; -réexaminerons réexaminer ver 0.89 0.20 0.03 0.00 ind:fut:1p; -réexamines réexaminer ver 0.89 0.20 0.02 0.00 ind:pre:2s; -réexaminez réexaminer ver 0.89 0.20 0.04 0.00 imp:pre:2p;ind:pre:2p; -réexaminiez réexaminer ver 0.89 0.20 0.04 0.00 ind:imp:2p; -réexaminions réexaminer ver 0.89 0.20 0.01 0.07 ind:imp:1p; -réexaminé réexaminer ver m s 0.89 0.20 0.21 0.00 par:pas; -réexaminée réexaminer ver f s 0.89 0.20 0.01 0.00 par:pas; -réexaminées réexaminer ver f p 0.89 0.20 0.00 0.07 par:pas; -réexpédia réexpédier ver 0.37 0.68 0.00 0.07 ind:pas:3s; -réexpédiait réexpédier ver 0.37 0.68 0.01 0.14 ind:imp:3s; -réexpédiant réexpédier ver 0.37 0.68 0.01 0.00 par:pre; -réexpédier réexpédier ver 0.37 0.68 0.07 0.07 inf; -réexpédiez réexpédier ver 0.37 0.68 0.02 0.00 imp:pre:2p; -réexpédions réexpédier ver 0.37 0.68 0.01 0.00 imp:pre:1p; -réexpédition réexpédition nom f s 0.05 0.00 0.05 0.00 -réexpédié réexpédier ver m s 0.37 0.68 0.24 0.27 par:pas; -réexpédiés réexpédier ver m p 0.37 0.68 0.01 0.14 par:pas; -réf réf nom f s 0.02 0.00 0.02 0.00 -réfection réfection nom f s 0.23 1.96 0.23 1.69 -réfections réfection nom f p 0.23 1.96 0.00 0.27 -réfectoire réfectoire nom m s 1.13 9.66 1.11 9.59 -réfectoires réfectoire nom m p 1.13 9.66 0.01 0.07 -ruffian ruffian nom m s 0.55 0.81 0.48 0.41 -ruffians ruffian nom m p 0.55 0.81 0.07 0.41 -rufian rufian nom m s 0.01 0.00 0.01 0.00 -réflecteur réflecteur nom m s 0.32 0.54 0.20 0.27 -réflecteurs réflecteur nom m p 0.32 0.54 0.13 0.27 -réflexe réflexe nom m s 6.13 18.85 2.55 11.89 -réflexes réflexe nom m p 6.13 18.85 3.57 6.96 -réflexif réflexif adj m s 0.10 0.14 0.00 0.07 -réflexion réflexion nom f s 7.47 37.03 6.29 23.38 -réflexions réflexion nom f p 7.47 37.03 1.18 13.65 -réflexive réflexif adj f s 0.10 0.14 0.10 0.07 -réflexologie réflexologie nom f s 0.02 0.00 0.02 0.00 -réfléchît réfléchir ver 116.71 89.05 0.00 0.14 sub:imp:3s; -réfléchi réfléchir ver m s 116.71 89.05 27.23 11.01 par:pas; -réfléchie réfléchi adj f s 20.28 6.69 0.36 1.22 -réfléchies réfléchi adj f p 20.28 6.69 0.01 0.07 -réfléchir réfléchir ver 116.71 89.05 47.59 36.55 inf; -réfléchira réfléchir ver 116.71 89.05 0.31 0.27 ind:fut:3s; -réfléchirai réfléchir ver 116.71 89.05 1.30 0.34 ind:fut:1s; -réfléchirais réfléchir ver 116.71 89.05 0.31 0.07 cnd:pre:1s;cnd:pre:2s; -réfléchirait réfléchir ver 116.71 89.05 0.09 0.14 cnd:pre:3s; -réfléchiras réfléchir ver 116.71 89.05 0.13 0.27 ind:fut:2s; -réfléchirent réfléchir ver 116.71 89.05 0.01 0.34 ind:pas:3p; -réfléchirez réfléchir ver 116.71 89.05 0.14 0.07 ind:fut:2p; -réfléchiriez réfléchir ver 116.71 89.05 0.03 0.00 cnd:pre:2p; -réfléchirons réfléchir ver 116.71 89.05 0.28 0.07 ind:fut:1p; -réfléchiront réfléchir ver 116.71 89.05 0.07 0.00 ind:fut:3p; -réfléchis réfléchi adj m p 20.28 6.69 18.86 2.77 -réfléchissaient réfléchir ver 116.71 89.05 0.16 0.27 ind:imp:3p; -réfléchissais réfléchir ver 116.71 89.05 2.10 1.96 ind:imp:1s;ind:imp:2s; -réfléchissait réfléchir ver 116.71 89.05 0.48 5.14 ind:imp:3s; -réfléchissant réfléchir ver 116.71 89.05 1.09 2.64 par:pre; -réfléchissante réfléchissant adj f s 0.73 0.68 0.04 0.07 -réfléchissantes réfléchissant adj f p 0.73 0.68 0.06 0.00 -réfléchissants réfléchissant adj m p 0.73 0.68 0.00 0.07 -réfléchisse réfléchir ver 116.71 89.05 2.28 0.95 sub:pre:1s;sub:pre:3s; -réfléchissent réfléchir ver 116.71 89.05 0.54 0.54 ind:pre:3p; -réfléchisses réfléchir ver 116.71 89.05 0.63 0.07 sub:pre:2s; -réfléchissez réfléchir ver 116.71 89.05 10.10 2.50 imp:pre:2p;ind:pre:2p; -réfléchissiez réfléchir ver 116.71 89.05 0.35 0.07 ind:imp:2p;sub:pre:2p; -réfléchissons réfléchir ver 116.71 89.05 1.71 0.34 imp:pre:1p;ind:pre:1p; -réfléchit réfléchir ver 116.71 89.05 3.81 19.39 ind:pre:3s;ind:pas:3s; -réforma réformer ver 1.52 2.70 0.00 0.07 ind:pas:3s; -réformateur réformateur nom m s 0.16 1.49 0.09 0.61 -réformateurs réformateur nom m p 0.16 1.49 0.08 0.88 -réformation réformation nom f s 0.00 0.07 0.00 0.07 -réforme réforme nom f s 3.10 11.35 2.24 4.93 -réformer réformer ver 1.52 2.70 0.75 1.35 inf; -réformera réformer ver 1.52 2.70 0.14 0.00 ind:fut:3s; -réformes réforme nom f p 3.10 11.35 0.86 6.42 -réformisme réformisme nom m s 0.01 0.00 0.01 0.00 -réformiste réformiste adj m s 0.44 0.41 0.38 0.14 -réformistes réformiste adj m p 0.44 0.41 0.06 0.27 -réformons réformer ver 1.52 2.70 0.01 0.00 ind:pre:1p; -réformé réformer ver m s 1.52 2.70 0.40 1.01 par:pas; -réformée réformé adj f s 0.26 1.28 0.03 0.41 -réformées réformé adj f p 0.26 1.28 0.00 0.07 -réformés réformé nom m p 0.14 0.54 0.07 0.27 -réfractaire réfractaire adj s 0.17 1.89 0.15 1.28 -réfractaires réfractaire nom p 0.07 1.22 0.05 0.95 -réfractant réfracter ver 0.01 0.27 0.00 0.07 par:pre; -réfractera réfracter ver 0.01 0.27 0.00 0.07 ind:fut:3s; -réfracterait réfracter ver 0.01 0.27 0.00 0.07 cnd:pre:3s; -réfraction réfraction nom f s 0.27 0.41 0.27 0.41 -réfractionniste réfractionniste nom s 0.01 0.00 0.01 0.00 -réfracté réfracter ver m s 0.01 0.27 0.01 0.07 par:pas; -réfrigèrent réfrigérer ver 0.20 0.34 0.01 0.00 ind:pre:3p; -réfrigérant réfrigérant adj m s 0.18 0.27 0.09 0.14 -réfrigérante réfrigérant adj f s 0.18 0.27 0.04 0.07 -réfrigérantes réfrigérant adj f p 0.18 0.27 0.01 0.07 -réfrigérants réfrigérant adj m p 0.18 0.27 0.04 0.00 -réfrigérateur réfrigérateur nom m s 3.58 2.77 2.94 2.43 -réfrigérateurs réfrigérateur nom m p 3.58 2.77 0.64 0.34 -réfrigération réfrigération nom f s 0.23 0.00 0.23 0.00 -réfrigérer réfrigérer ver 0.20 0.34 0.06 0.00 inf; -réfrigéré réfrigérer ver m s 0.20 0.34 0.09 0.14 par:pas; -réfrigérée réfrigéré adj f s 0.16 0.34 0.09 0.07 -réfrigérées réfrigérer ver f p 0.20 0.34 0.00 0.14 par:pas; -réfrigérés réfrigérer ver m p 0.20 0.34 0.02 0.00 par:pas; -réfrène réfréner ver 0.45 0.27 0.22 0.00 imp:pre:2s;ind:pre:1s; -réfréna réfréner ver 0.45 0.27 0.00 0.07 ind:pas:3s; -réfréner réfréner ver 0.45 0.27 0.20 0.07 inf; -réfrénez réfréner ver 0.45 0.27 0.02 0.00 imp:pre:2p; -réfrénée réfréner ver f s 0.45 0.27 0.01 0.14 par:pas; -réfère référer ver 3.02 3.78 1.00 0.41 imp:pre:2s;ind:pre:1s;ind:pre:3s; -réfèrent référer ver 3.02 3.78 0.09 0.07 ind:pre:3p; -réfugia réfugier ver 6.72 25.20 0.05 1.01 ind:pas:3s; -réfugiai réfugier ver 6.72 25.20 0.01 0.68 ind:pas:1s; -réfugiaient réfugier ver 6.72 25.20 0.05 0.74 ind:imp:3p; -réfugiais réfugier ver 6.72 25.20 0.30 0.74 ind:imp:1s;ind:imp:2s; -réfugiait réfugier ver 6.72 25.20 0.16 1.49 ind:imp:3s; -réfugiant réfugier ver 6.72 25.20 0.01 0.47 par:pre; -réfugie réfugier ver 6.72 25.20 1.31 2.36 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:1s; -réfugient réfugier ver 6.72 25.20 0.11 0.74 ind:pre:3p; -réfugier réfugier ver 6.72 25.20 1.86 6.49 inf; -réfugiera réfugier ver 6.72 25.20 0.03 0.14 ind:fut:3s; -réfugierais réfugier ver 6.72 25.20 0.01 0.07 cnd:pre:1s; -réfugies réfugier ver 6.72 25.20 0.04 0.14 ind:pre:2s; -réfugiez réfugier ver 6.72 25.20 0.05 0.00 imp:pre:2p;ind:pre:2p; -réfugiions réfugier ver 6.72 25.20 0.00 0.41 ind:imp:1p; -réfugions réfugier ver 6.72 25.20 0.03 0.14 imp:pre:1p;ind:pre:1p; -réfugièrent réfugier ver 6.72 25.20 0.04 0.34 ind:pas:3p; -réfugié réfugier ver m s 6.72 25.20 1.49 4.12 par:pas; -réfugiée réfugier ver f s 6.72 25.20 0.34 2.16 par:pas; -réfugiées réfugier ver f p 6.72 25.20 0.02 0.61 par:pas; -réfugiés réfugié nom m p 6.02 10.20 4.96 8.18 -référaient référer ver 3.02 3.78 0.01 0.14 ind:imp:3p; -référait référer ver 3.02 3.78 0.32 0.34 ind:imp:3s; -référant référer ver 3.02 3.78 0.11 0.68 par:pre; -référence référence nom f s 10.45 7.23 6.54 3.58 -référencement référencement nom m s 0.01 0.00 0.01 0.00 -référencer référencer ver 0.17 0.00 0.05 0.00 inf; -références référence nom f p 10.45 7.23 3.91 3.65 -référencé référencer ver m s 0.17 0.00 0.09 0.00 par:pas; -référencée référencer ver f s 0.17 0.00 0.04 0.00 par:pas; -référendaire référendaire adj m s 0.00 0.20 0.00 0.20 -référendum référendum nom m s 0.65 2.57 0.65 2.50 -référendums référendum nom m p 0.65 2.57 0.00 0.07 -référent référent nom m s 0.02 0.00 0.02 0.00 -référer référer ver 3.02 3.78 0.88 1.42 inf; -référera référer ver 3.02 3.78 0.01 0.00 ind:fut:3s; -référerai référer ver 3.02 3.78 0.29 0.00 ind:fut:1s; -référerez référer ver 3.02 3.78 0.01 0.14 ind:fut:2p; -référez référer ver 3.02 3.78 0.19 0.07 imp:pre:2p;ind:pre:2p; -référiez référer ver 3.02 3.78 0.00 0.07 ind:imp:2p; -référèrent référer ver 3.02 3.78 0.00 0.07 ind:pas:3p; -référé référé nom m s 0.14 0.07 0.13 0.07 -référée référer ver f s 3.02 3.78 0.04 0.00 par:pas; -référés référé nom m p 0.14 0.07 0.01 0.00 -réfuta réfuter ver 1.46 1.69 0.10 0.07 ind:pas:3s; -réfutable réfutable adj s 0.01 0.00 0.01 0.00 -réfutaient réfuter ver 1.46 1.69 0.00 0.07 ind:imp:3p; -réfutant réfuter ver 1.46 1.69 0.01 0.00 par:pre; -réfutation réfutation nom f s 0.22 0.41 0.22 0.34 -réfutations réfutation nom f p 0.22 0.41 0.00 0.07 -réfute réfuter ver 1.46 1.69 0.20 0.27 imp:pre:2s;ind:pre:1s;ind:pre:3s; -réfutent réfuter ver 1.46 1.69 0.01 0.07 ind:pre:3p; -réfuter réfuter ver 1.46 1.69 0.89 0.81 inf; -réfutons réfuter ver 1.46 1.69 0.14 0.00 ind:pre:1p; -réfutèrent réfuter ver 1.46 1.69 0.00 0.07 ind:pas:3p; -réfuté réfuter ver m s 1.46 1.69 0.05 0.20 par:pas; -réfutée réfuter ver f s 1.46 1.69 0.03 0.07 par:pas; -réfutées réfuter ver f p 1.46 1.69 0.02 0.07 par:pas; -régal régal nom m s 2.19 2.97 2.18 2.91 -régala régaler ver 7.54 11.76 0.00 0.20 ind:pas:3s; -régalade régalade nom f s 0.00 0.81 0.00 0.81 -régalai régaler ver 7.54 11.76 0.00 0.07 ind:pas:1s; -régalaient régaler ver 7.54 11.76 0.02 0.47 ind:imp:3p; -régalais régaler ver 7.54 11.76 0.06 0.41 ind:imp:1s;ind:imp:2s; -régalait régaler ver 7.54 11.76 0.19 1.96 ind:imp:3s; -régalant régaler ver 7.54 11.76 0.02 0.47 par:pre; -régale régaler ver 7.54 11.76 3.02 1.89 imp:pre:2s;ind:pre:1s;ind:pre:3s; -régalent régaler ver 7.54 11.76 0.14 0.41 ind:pre:3p; -régaler régaler ver 7.54 11.76 2.57 2.91 inf;; -régalera régaler ver 7.54 11.76 0.02 0.14 ind:fut:3s; -régaleraient régaler ver 7.54 11.76 0.00 0.14 cnd:pre:3p; -régalerais régaler ver 7.54 11.76 0.01 0.07 cnd:pre:1s; -régalerait régaler ver 7.54 11.76 0.00 0.20 cnd:pre:3s; -régaleras régaler ver 7.54 11.76 0.12 0.07 ind:fut:2s; -régalerez régaler ver 7.54 11.76 0.02 0.00 ind:fut:2p; -régaleront régaler ver 7.54 11.76 0.16 0.20 ind:fut:3p; -régaleur régaleur nom m s 0.00 0.07 0.00 0.07 -régalez régaler ver 7.54 11.76 0.60 0.07 imp:pre:2p;ind:pre:2p; -régalien régalien adj m s 0.01 0.07 0.01 0.07 -régalions régaler ver 7.54 11.76 0.00 0.07 ind:imp:1p; -régalât régaler ver 7.54 11.76 0.00 0.07 sub:imp:3s; -régals régal nom m p 2.19 2.97 0.01 0.07 -régalèrent régaler ver 7.54 11.76 0.00 0.27 ind:pas:3p; -régalé régaler ver m s 7.54 11.76 0.24 0.95 par:pas; -régalée régaler ver f s 7.54 11.76 0.06 0.27 par:pas; -régalés régaler ver m p 7.54 11.76 0.28 0.47 par:pas; -régate régate nom f s 1.13 0.81 0.93 0.41 -régates régate nom f p 1.13 0.81 0.19 0.41 -rugby rugby nom m s 1.14 3.11 1.14 3.11 -rugbyman rugbyman nom m s 0.03 1.28 0.03 0.34 -rugbymen rugbyman nom m p 0.03 1.28 0.00 0.95 -régence régence nom f s 0.07 1.69 0.07 1.69 -régent régent nom m s 1.14 2.30 0.77 1.08 -régentaient régenter ver 0.32 1.22 0.00 0.07 ind:imp:3p; -régentait régenter ver 0.32 1.22 0.00 0.27 ind:imp:3s; -régentant régenter ver 0.32 1.22 0.10 0.07 par:pre; -régente régent nom f s 1.14 2.30 0.37 1.15 -régentent régenter ver 0.32 1.22 0.01 0.00 ind:pre:3p; -régenter régenter ver 0.32 1.22 0.16 0.47 inf; -régenteraient régenter ver 0.32 1.22 0.00 0.07 cnd:pre:3p; -régentes régenter ver 0.32 1.22 0.01 0.00 ind:pre:2s; -régenté régenter ver m s 0.32 1.22 0.01 0.07 par:pas; -régentée régenter ver f s 0.32 1.22 0.00 0.14 par:pas; -régi régir ver m s 3.10 8.45 0.50 0.68 par:pas; -rugi rugir ver m s 1.73 7.50 0.00 0.61 par:pas; -régicide régicide nom s 0.20 1.01 0.20 0.88 -régicides régicide nom p 0.20 1.01 0.00 0.14 -régie régie nom f s 0.92 0.54 0.92 0.47 -régies régir ver f p 3.10 8.45 0.00 0.07 par:pas; -régime régime nom m s 19.43 39.73 18.52 36.69 -régiment régiment nom m s 12.30 25.54 11.48 19.86 -régimentaire régimentaire adj s 0.10 0.41 0.10 0.20 -régimentaires régimentaire adj f p 0.10 0.41 0.00 0.20 -régiments régiment nom m p 12.30 25.54 0.82 5.68 -régimes régime nom m p 19.43 39.73 0.92 3.04 -région région nom f s 28.16 53.31 25.80 39.05 -régional régional adj m s 2.63 2.70 1.23 1.69 -régionale régional adj f s 2.63 2.70 1.01 0.54 -régionales régional adj f p 2.63 2.70 0.39 0.47 -régionaliser régionaliser ver 0.00 0.07 0.00 0.07 inf; -régionalisme régionalisme nom m s 0.00 0.14 0.00 0.14 -régionaliste régionaliste adj m s 0.00 0.14 0.00 0.07 -régionalistes régionaliste adj p 0.00 0.14 0.00 0.07 -régionaux régional nom m p 0.32 1.22 0.20 1.08 -régions région nom f p 28.16 53.31 2.36 14.26 -régir régir ver 3.10 8.45 0.36 0.07 inf; -rugir rugir ver 1.73 7.50 0.52 0.88 inf; -régira régir ver 3.10 8.45 0.05 0.00 ind:fut:3s; -régiraient régir ver 3.10 8.45 0.00 0.07 cnd:pre:3p; -rugiraient rugir ver 1.73 7.50 0.00 0.07 cnd:pre:3p; -régirait régir ver 3.10 8.45 0.01 0.00 cnd:pre:3s; -rugirent rugir ver 1.73 7.50 0.00 0.07 ind:pas:3p; -régiront régir ver 3.10 8.45 0.14 0.00 ind:fut:3p; -rugiront rugir ver 1.73 7.50 0.01 0.00 ind:fut:3p; -régis régir ver m p 3.10 8.45 0.50 6.08 imp:pre:2s;par:pas; -rugis rugir ver m p 1.73 7.50 0.04 0.14 imp:pre:2s;ind:pre:1s;ind:pre:2s;par:pas; -régissaient régir ver 3.10 8.45 0.02 0.07 ind:imp:3p; -rugissaient rugir ver 1.73 7.50 0.02 0.34 ind:imp:3p; -régissait régir ver 3.10 8.45 0.00 0.41 ind:imp:3s; -rugissait rugir ver 1.73 7.50 0.05 1.22 ind:imp:3s; -régissant régir ver 3.10 8.45 0.05 0.14 par:pre; -rugissant rugissant adj m s 0.12 1.22 0.09 0.61 -rugissante rugissant adj f s 0.12 1.22 0.01 0.27 -rugissantes rugissant adj f p 0.12 1.22 0.00 0.07 -rugissants rugissant adj m p 0.12 1.22 0.02 0.27 -rugisse rugir ver 1.73 7.50 0.02 0.00 sub:pre:3s; -rugissement rugissement nom m s 0.66 4.93 0.61 2.91 -rugissements rugissement nom m p 0.66 4.93 0.05 2.03 -régissent régir ver 3.10 8.45 0.39 0.41 ind:pre:3p; -rugissent rugir ver 1.73 7.50 0.05 0.07 ind:pre:3p; -régisseur régisseur nom m s 1.40 4.26 1.28 3.65 -régisseurs régisseur nom m p 1.40 4.26 0.11 0.61 -régisseuse régisseur nom f s 1.40 4.26 0.01 0.00 -rugissez rugir ver 1.73 7.50 0.03 0.00 imp:pre:2p; -régit régir ver 3.10 8.45 0.72 0.41 ind:pre:3s;ind:pas:3s; -rugit rugir ver 1.73 7.50 0.95 3.51 ind:pre:3s;ind:pas:3s; -régla régler ver 85.81 54.19 0.25 1.42 ind:pas:3s; -réglable réglable adj s 0.20 0.54 0.18 0.41 -réglables réglable adj m p 0.20 0.54 0.02 0.14 -réglage réglage nom m s 0.90 1.15 0.59 1.01 -réglages réglage nom m p 0.90 1.15 0.30 0.14 -réglai régler ver 85.81 54.19 0.00 0.41 ind:pas:1s; -réglaient régler ver 85.81 54.19 0.20 0.74 ind:imp:3p; -réglais régler ver 85.81 54.19 0.19 0.00 ind:imp:1s;ind:imp:2s; -réglait régler ver 85.81 54.19 0.41 3.31 ind:imp:3s; -réglant régler ver 85.81 54.19 0.14 1.15 par:pre; -réglasse régler ver 85.81 54.19 0.00 0.07 sub:imp:1s; -réglementaire réglementaire adj s 0.90 6.96 0.73 4.46 -réglementairement réglementairement adv 0.15 0.61 0.15 0.61 -réglementaires réglementaire adj p 0.90 6.96 0.17 2.50 -réglementait réglementer ver 0.22 0.81 0.00 0.07 ind:imp:3s; -réglementant réglementer ver 0.22 0.81 0.02 0.27 par:pre; -réglementation réglementation nom f s 0.56 0.47 0.31 0.41 -réglementations réglementation nom f p 0.56 0.47 0.25 0.07 -réglemente réglementer ver 0.22 0.81 0.00 0.07 ind:pre:3s; -réglementer réglementer ver 0.22 0.81 0.04 0.07 inf; -réglementé réglementer ver m s 0.22 0.81 0.05 0.07 par:pas; -réglementée réglementer ver f s 0.22 0.81 0.07 0.07 par:pas; -réglementées réglementer ver f p 0.22 0.81 0.00 0.20 par:pas; -réglementés réglementer ver m p 0.22 0.81 0.04 0.00 par:pas; -régler régler ver 85.81 54.19 42.27 22.36 ind:pre:2p;inf; -réglera régler ver 85.81 54.19 2.02 0.74 ind:fut:3s; -réglerai régler ver 85.81 54.19 0.73 0.07 ind:fut:1s; -réglerais régler ver 85.81 54.19 0.06 0.00 cnd:pre:1s;cnd:pre:2s; -réglerait régler ver 85.81 54.19 0.16 0.68 cnd:pre:3s; -régleras régler ver 85.81 54.19 0.26 0.07 ind:fut:2s; -réglerez régler ver 85.81 54.19 0.37 0.14 ind:fut:2p; -réglerions régler ver 85.81 54.19 0.01 0.00 cnd:pre:1p; -réglerons régler ver 85.81 54.19 0.56 0.27 ind:fut:1p; -régleront régler ver 85.81 54.19 0.04 0.34 ind:fut:3p; -réglette réglette nom f s 0.01 0.20 0.01 0.20 -régleur régleur nom m s 0.10 1.82 0.10 1.82 -réglez régler ver 85.81 54.19 3.06 0.00 imp:pre:2p;ind:pre:2p; -régliez régler ver 85.81 54.19 0.06 0.00 ind:imp:2p; -réglions régler ver 85.81 54.19 0.00 0.07 ind:imp:1p; -réglisse réglisse nom f s 0.77 2.57 0.71 2.43 -réglisses réglisse nom f p 0.77 2.57 0.06 0.14 -réglo réglo adj s 6.61 1.22 5.99 1.08 -réglons régler ver 85.81 54.19 1.19 0.41 imp:pre:1p;ind:pre:1p; -réglos réglo adj m p 6.61 1.22 0.62 0.14 -réglât régler ver 85.81 54.19 0.00 0.14 sub:imp:3s; -réglèrent régler ver 85.81 54.19 0.00 0.34 ind:pas:3p; -réglé régler ver m s 85.81 54.19 21.02 10.47 par:pas; -réglée régler ver f s 85.81 54.19 2.37 4.26 par:pas; -réglées régler ver f p 85.81 54.19 0.88 1.49 par:pas; -réglure réglure nom f s 0.00 0.20 0.00 0.20 -réglés régler ver m p 85.81 54.19 0.39 0.88 par:pas; -régna régner ver 22.75 47.43 0.08 0.74 ind:pas:3s; -régnaient régner ver 22.75 47.43 0.29 2.30 ind:imp:3p; -régnais régner ver 22.75 47.43 0.02 0.47 ind:imp:1s;ind:imp:2s; -régnait régner ver 22.75 47.43 2.63 20.47 ind:imp:3s; -régnant régner ver 22.75 47.43 0.28 1.01 par:pre; -régnante régnant adj f s 0.17 1.15 0.05 0.41 -régnants régnant adj m p 0.17 1.15 0.10 0.14 -régnas régner ver 22.75 47.43 0.00 0.07 ind:pas:2s; -régner régner ver 22.75 47.43 5.52 7.64 inf; -régnera régner ver 22.75 47.43 1.33 0.61 ind:fut:3s; -régnerai régner ver 22.75 47.43 0.13 0.07 ind:fut:1s; -régneraient régner ver 22.75 47.43 0.11 0.14 cnd:pre:3p; -régnerais régner ver 22.75 47.43 0.01 0.00 cnd:pre:2s; -régnerait régner ver 22.75 47.43 0.18 0.27 cnd:pre:3s; -régneras régner ver 22.75 47.43 0.14 0.07 ind:fut:2s; -régnerez régner ver 22.75 47.43 0.03 0.00 ind:fut:2p; -régnerons régner ver 22.75 47.43 0.32 0.00 ind:fut:1p; -régneront régner ver 22.75 47.43 0.27 0.07 ind:fut:3p; -régnez régner ver 22.75 47.43 1.04 0.07 imp:pre:2p;ind:pre:2p; -régnions régner ver 22.75 47.43 0.00 0.07 ind:imp:1p; -régnons régner ver 22.75 47.43 0.20 0.00 ind:pre:1p; -régnèrent régner ver 22.75 47.43 0.02 0.00 ind:pas:3p; -régné régner ver m s 22.75 47.43 0.40 1.28 par:pas; -rugosité rugosité nom f s 0.00 0.81 0.00 0.47 -rugosités rugosité nom f p 0.00 0.81 0.00 0.34 -régressait régresser ver 0.85 0.88 0.00 0.07 ind:imp:3s; -régressant régresser ver 0.85 0.88 0.00 0.07 par:pre; -régresse régresser ver 0.85 0.88 0.23 0.14 ind:pre:1s;ind:pre:3s; -régresser régresser ver 0.85 0.88 0.39 0.34 inf; -régressera régresser ver 0.85 0.88 0.05 0.00 ind:fut:3s; -régressif régressif adj m s 0.07 0.00 0.03 0.00 -régression régression nom f s 0.52 1.55 0.51 1.35 -régressions régression nom f p 0.52 1.55 0.01 0.20 -régressive régressif adj f s 0.07 0.00 0.04 0.00 -régressé régresser ver m s 0.85 0.88 0.19 0.27 par:pas; -rugueuse rugueux adj f s 1.08 8.78 0.45 3.31 -rugueuses rugueux adj f p 1.08 8.78 0.13 0.88 -rugueux rugueux adj m 1.08 8.78 0.50 4.59 -régul régul adj m s 0.04 0.34 0.04 0.34 -régulant réguler ver 0.61 0.14 0.03 0.00 par:pre; -régularisa régulariser ver 0.38 0.88 0.00 0.07 ind:pas:3s; -régularisation régularisation nom f s 0.11 0.14 0.01 0.14 -régularisations régularisation nom f p 0.11 0.14 0.10 0.00 -régulariser régulariser ver 0.38 0.88 0.33 0.61 inf; -régularisera régulariser ver 0.38 0.88 0.02 0.00 ind:fut:3s; -régularisé régulariser ver m s 0.38 0.88 0.03 0.20 par:pas; -régularité régularité nom f s 0.55 6.96 0.55 6.96 -régulateur régulateur nom m s 1.05 0.27 0.65 0.07 -régulateurs régulateur nom m p 1.05 0.27 0.41 0.20 -régulation régulation nom f s 0.46 0.34 0.46 0.34 -régulatrice régulateur adj f s 0.14 0.27 0.01 0.00 -régulatrices régulateur adj f p 0.14 0.27 0.01 0.00 -régule régule nom m s 0.28 0.20 0.28 0.20 -régulent réguler ver 0.61 0.14 0.20 0.00 ind:pre:3p; -réguler réguler ver 0.61 0.14 0.28 0.14 inf; -régulera réguler ver 0.61 0.14 0.01 0.00 ind:fut:3s; -régulier régulier adj m s 8.29 41.35 4.48 16.42 -réguliers régulier adj m p 8.29 41.35 1.48 9.59 -régulière régulier adj f s 8.29 41.35 1.55 9.66 -régulièrement régulièrement adv 5.72 27.77 5.72 27.77 -régulières régulier adj f p 8.29 41.35 0.79 5.68 -régulé réguler ver m s 0.61 0.14 0.03 0.00 par:pas; -régulée réguler ver f s 0.61 0.14 0.04 0.00 par:pas; -régulées réguler ver f p 0.61 0.14 0.01 0.00 par:pas; -régulés réguler ver m p 0.61 0.14 0.02 0.00 par:pas; -régénère régénérer ver 1.83 1.55 0.60 0.07 ind:pre:3s; -régénèrent régénérer ver 1.83 1.55 0.06 0.00 ind:pre:3p; -régénérait régénérer ver 1.83 1.55 0.00 0.07 ind:imp:3s; -régénérant régénérer ver 1.83 1.55 0.07 0.14 par:pre; -régénérateur régénérateur nom m s 0.19 0.07 0.17 0.07 -régénérateurs régénérateur adj m p 0.05 0.41 0.01 0.00 -régénération régénération nom f s 0.67 0.14 0.67 0.14 -régénératrice régénérateur adj f s 0.05 0.41 0.01 0.27 -régénérer régénérer ver 1.83 1.55 0.72 0.68 inf; -régénérera régénérer ver 1.83 1.55 0.02 0.00 ind:fut:3s; -régénérerait régénérer ver 1.83 1.55 0.00 0.07 cnd:pre:3s; -régénérescence régénérescence nom f s 0.02 0.27 0.02 0.27 -régénéré régénérer ver m s 1.83 1.55 0.17 0.27 par:pas; -régénérée régénérer ver f s 1.83 1.55 0.03 0.14 par:pas; -régénérées régénéré adj f p 0.15 0.41 0.01 0.00 -régénérés régénérer ver m p 1.83 1.55 0.17 0.14 par:pas; -régurgitaient régurgiter ver 0.21 0.20 0.00 0.07 ind:imp:3p; -régurgitant régurgiter ver 0.21 0.20 0.01 0.07 par:pre; -régurgitation régurgitation nom f s 0.09 0.07 0.04 0.07 -régurgitations régurgitation nom f p 0.09 0.07 0.05 0.00 -régurgite régurgiter ver 0.21 0.20 0.07 0.00 ind:pre:3s; -régurgiter régurgiter ver 0.21 0.20 0.09 0.07 inf; -régurgiteras régurgiter ver 0.21 0.20 0.01 0.00 ind:fut:2s; -régurgité régurgiter ver m s 0.21 0.20 0.02 0.00 par:pas; -réhabilitaient réhabiliter ver 1.14 2.23 0.00 0.07 ind:imp:3p; -réhabilitait réhabiliter ver 1.14 2.23 0.00 0.14 ind:imp:3s; -réhabilitant réhabiliter ver 1.14 2.23 0.14 0.00 par:pre; -réhabilitation réhabilitation nom f s 1.55 0.68 1.55 0.68 -réhabilite réhabiliter ver 1.14 2.23 0.04 0.14 imp:pre:2s;ind:pre:1s;ind:pre:3s; -réhabilitent réhabiliter ver 1.14 2.23 0.02 0.07 ind:pre:3p; -réhabiliter réhabiliter ver 1.14 2.23 0.28 1.01 inf; -réhabilitera réhabiliter ver 1.14 2.23 0.01 0.00 ind:fut:3s; -réhabiliterait réhabiliter ver 1.14 2.23 0.02 0.07 cnd:pre:3s; -réhabilité réhabiliter ver m s 1.14 2.23 0.46 0.47 par:pas; -réhabilitée réhabiliter ver f s 1.14 2.23 0.03 0.14 par:pas; -réhabilitées réhabiliter ver f p 1.14 2.23 0.01 0.00 par:pas; -réhabilités réhabiliter ver m p 1.14 2.23 0.12 0.14 par:pas; -réhabituais réhabituer ver 0.20 0.81 0.00 0.14 ind:imp:1s; -réhabituait réhabituer ver 0.20 0.81 0.00 0.07 ind:imp:3s; -réhabitue réhabituer ver 0.20 0.81 0.14 0.20 ind:pre:1s;ind:pre:3s; -réhabituer réhabituer ver 0.20 0.81 0.07 0.41 inf; -réhydratation réhydratation nom f s 0.03 0.00 0.03 0.00 -réhydrater réhydrater ver 0.09 0.07 0.08 0.07 inf; -réhydraté réhydrater ver m s 0.09 0.07 0.01 0.00 par:pas; -réifiés réifier ver m p 0.00 0.07 0.00 0.07 par:pas; -réimplantation réimplantation nom f s 0.09 0.00 0.09 0.00 -réimplanter réimplanter ver 0.11 0.00 0.06 0.00 inf; -réimplanté réimplanter ver m s 0.11 0.00 0.02 0.00 par:pas; -réimplantée réimplanter ver f s 0.11 0.00 0.02 0.00 par:pas; -réimpression réimpression nom f s 0.02 0.14 0.02 0.14 -réimprima réimprimer ver 0.04 0.27 0.00 0.07 ind:pas:3s; -réimprimer réimprimer ver 0.04 0.27 0.04 0.14 inf; -réimprimé réimprimer ver m s 0.04 0.27 0.00 0.07 par:pas; -ruina ruiner ver 20.39 12.09 0.03 0.20 ind:pas:3s; -ruinaient ruiner ver 20.39 12.09 0.01 0.47 ind:imp:3p; -ruinais ruiner ver 20.39 12.09 0.02 0.00 ind:imp:1s;ind:imp:2s; -ruinait ruiner ver 20.39 12.09 0.37 0.47 ind:imp:3s; -ruinant ruiner ver 20.39 12.09 0.11 0.27 par:pre; -réincarcérer réincarcérer ver 0.01 0.00 0.01 0.00 inf; -réincarnait réincarner ver 1.25 0.88 0.00 0.07 ind:imp:3s; -réincarnation réincarnation nom f s 1.75 1.55 1.68 1.49 -réincarnations réincarnation nom f p 1.75 1.55 0.07 0.07 -réincarne réincarner ver 1.25 0.88 0.12 0.07 ind:pre:1s;ind:pre:3s; -réincarnent réincarner ver 1.25 0.88 0.10 0.07 ind:pre:3p; -réincarner réincarner ver 1.25 0.88 0.30 0.07 inf; -réincarnera réincarner ver 1.25 0.88 0.01 0.00 ind:fut:3s; -réincarnerait réincarner ver 1.25 0.88 0.00 0.07 cnd:pre:3s; -réincarneront réincarner ver 1.25 0.88 0.01 0.00 ind:fut:3p; -réincarnons réincarner ver 1.25 0.88 0.01 0.00 ind:pre:1p; -réincarnèrent réincarner ver 1.25 0.88 0.01 0.00 ind:pas:3p; -réincarné réincarner ver m s 1.25 0.88 0.47 0.27 par:pas; -réincarnée réincarner ver f s 1.25 0.88 0.15 0.14 par:pas; -réincarnés réincarner ver m p 1.25 0.88 0.06 0.14 par:pas; -réincorpora réincorporer ver 0.04 0.07 0.00 0.07 ind:pas:3s; -réincorporé réincorporer ver m s 0.04 0.07 0.02 0.00 par:pas; -réincorporés réincorporer ver m p 0.04 0.07 0.02 0.00 par:pas; -ruine ruine nom f s 17.93 39.39 9.23 15.47 -ruinent ruiner ver 20.39 12.09 0.67 0.47 ind:pre:3p; -ruiner ruiner ver 20.39 12.09 7.21 2.91 inf; -ruinera ruiner ver 20.39 12.09 0.54 0.20 ind:fut:3s; -ruinerai ruiner ver 20.39 12.09 0.26 0.00 ind:fut:1s; -ruinerais ruiner ver 20.39 12.09 0.27 0.07 cnd:pre:1s;cnd:pre:2s; -ruinerait ruiner ver 20.39 12.09 0.40 0.00 cnd:pre:3s; -ruineras ruiner ver 20.39 12.09 0.03 0.14 ind:fut:2s; -ruinerez ruiner ver 20.39 12.09 0.03 0.00 ind:fut:2p; -ruinerons ruiner ver 20.39 12.09 0.02 0.00 ind:fut:1p; -ruineront ruiner ver 20.39 12.09 0.01 0.07 ind:fut:3p; -ruines ruine nom f p 17.93 39.39 8.70 23.92 -ruineuse ruineux adj f s 0.30 1.82 0.06 0.61 -ruineuses ruineux adj f p 0.30 1.82 0.02 0.41 -ruineux ruineux adj m 0.30 1.82 0.22 0.81 -ruinez ruiner ver 20.39 12.09 0.35 0.07 imp:pre:2p;ind:pre:2p; -réinfecter réinfecter ver 0.05 0.00 0.01 0.00 inf; -réinfecté réinfecter ver m s 0.05 0.00 0.04 0.00 par:pas; -ruiniez ruiner ver 20.39 12.09 0.02 0.00 ind:imp:2p; -réinitialisation réinitialisation nom f s 0.13 0.00 0.13 0.00 -réinitialiser réinitialiser ver 0.23 0.00 0.17 0.00 inf; -réinitialisez réinitialiser ver 0.23 0.00 0.03 0.00 imp:pre:2p; -réinitialisé réinitialiser ver m s 0.23 0.00 0.03 0.00 par:pas; -réinjecter réinjecter ver 0.02 0.00 0.02 0.00 inf; -réinjection réinjection nom f s 0.00 0.14 0.00 0.14 -ruinât ruiner ver 20.39 12.09 0.00 0.14 sub:imp:3s; -réinscrire réinscrire ver 0.08 0.00 0.04 0.00 inf; -réinscrit réinscrire ver m s 0.08 0.00 0.04 0.00 par:pas; -réinsertion réinsertion nom f s 1.51 0.88 1.51 0.88 -réinstalla réinstaller ver 0.28 1.89 0.01 0.07 ind:pas:3s; -réinstallaient réinstaller ver 0.28 1.89 0.00 0.07 ind:imp:3p; -réinstallait réinstaller ver 0.28 1.89 0.00 0.27 ind:imp:3s; -réinstallant réinstaller ver 0.28 1.89 0.00 0.14 par:pre; -réinstallation réinstallation nom f s 0.03 0.14 0.03 0.14 -réinstalle réinstaller ver 0.28 1.89 0.04 0.14 ind:pre:1s;ind:pre:3s; -réinstallent réinstaller ver 0.28 1.89 0.01 0.07 ind:pre:3p; -réinstaller réinstaller ver 0.28 1.89 0.13 0.54 inf; -réinstallez réinstaller ver 0.28 1.89 0.01 0.00 imp:pre:2p; -réinstallons réinstaller ver 0.28 1.89 0.00 0.07 ind:pre:1p; -réinstallé réinstaller ver m s 0.28 1.89 0.04 0.27 par:pas; -réinstallée réinstaller ver f s 0.28 1.89 0.02 0.14 par:pas; -réinstallées réinstaller ver f p 0.28 1.89 0.00 0.07 par:pas; -réinstallés réinstaller ver m p 0.28 1.89 0.01 0.07 par:pas; -réinstaurer réinstaurer ver 0.02 0.00 0.02 0.00 inf; -réinsérer réinsérer ver 0.41 0.47 0.23 0.41 inf; -réinséré réinsérer ver m s 0.41 0.47 0.17 0.07 par:pas; -réinterprète réinterpréter ver 0.03 0.14 0.00 0.07 ind:pre:3s; -réinterprétation réinterprétation nom f s 0.10 0.07 0.10 0.07 -réinterpréter réinterpréter ver 0.03 0.14 0.03 0.07 inf; -réinterroge réinterroger ver 0.22 0.00 0.05 0.00 ind:pre:3s; -réinterroger réinterroger ver 0.22 0.00 0.17 0.00 inf; -réintroduire réintroduire ver 0.23 0.27 0.18 0.07 inf; -réintroduisait réintroduire ver 0.23 0.27 0.00 0.07 ind:imp:3s; -réintroduisit réintroduire ver 0.23 0.27 0.00 0.07 ind:pas:3s; -réintroduit réintroduire ver m s 0.23 0.27 0.05 0.00 ind:pre:3s;par:pas; -réintroduite réintroduire ver f s 0.23 0.27 0.00 0.07 par:pas; -réintègre réintégrer ver 2.94 5.20 0.32 0.14 imp:pre:2s;ind:pre:1s;ind:pre:3s; -réintègrent réintégrer ver 2.94 5.20 0.00 0.14 ind:pre:3p; -réintégra réintégrer ver 2.94 5.20 0.00 0.41 ind:pas:3s; -réintégrai réintégrer ver 2.94 5.20 0.00 0.14 ind:pas:1s; -réintégraient réintégrer ver 2.94 5.20 0.00 0.20 ind:imp:3p; -réintégrais réintégrer ver 2.94 5.20 0.00 0.07 ind:imp:1s; -réintégrait réintégrer ver 2.94 5.20 0.01 0.34 ind:imp:3s; -réintégrant réintégrer ver 2.94 5.20 0.01 0.20 par:pre; -réintégration réintégration nom f s 0.26 0.34 0.26 0.27 -réintégrations réintégration nom f p 0.26 0.34 0.00 0.07 -réintégrer réintégrer ver 2.94 5.20 1.38 2.16 inf; -réintégrerait réintégrer ver 2.94 5.20 0.00 0.07 cnd:pre:3s; -réintégrez réintégrer ver 2.94 5.20 0.22 0.00 imp:pre:2p;ind:pre:2p; -réintégrions réintégrer ver 2.94 5.20 0.00 0.07 ind:imp:1p; -réintégrons réintégrer ver 2.94 5.20 0.02 0.00 imp:pre:1p;ind:pre:1p; -réintégrèrent réintégrer ver 2.94 5.20 0.00 0.20 ind:pas:3p; -réintégré réintégrer ver m s 2.94 5.20 0.53 1.01 par:pas; -réintégrée réintégrer ver f s 2.94 5.20 0.21 0.00 par:pas; -réintégrés réintégrer ver m p 2.94 5.20 0.24 0.07 par:pas; -ruiné ruiner ver m s 20.39 12.09 5.81 3.92 par:pas; -ruinée ruiner ver f s 20.39 12.09 1.09 0.68 par:pas; -ruinées ruiner ver f p 20.39 12.09 0.15 0.14 par:pas; -ruinés ruiner ver m p 20.39 12.09 1.02 1.01 par:pas; -réinventa réinventer ver 0.73 2.43 0.01 0.07 ind:pas:3s; -réinventaient réinventer ver 0.73 2.43 0.01 0.14 ind:imp:3p; -réinventait réinventer ver 0.73 2.43 0.00 0.20 ind:imp:3s; -réinventant réinventer ver 0.73 2.43 0.00 0.14 par:pre; -réinvente réinventer ver 0.73 2.43 0.19 0.41 imp:pre:2s;ind:pre:3s; -réinventent réinventer ver 0.73 2.43 0.00 0.07 ind:pre:3p; -réinventer réinventer ver 0.73 2.43 0.41 1.01 inf; -réinventeraient réinventer ver 0.73 2.43 0.00 0.14 cnd:pre:3p; -réinvention réinvention nom f s 0.01 0.07 0.01 0.07 -réinventé réinventer ver m s 0.73 2.43 0.11 0.20 par:pas; -réinventées réinventer ver f p 0.73 2.43 0.00 0.07 par:pas; -réinvesti réinvestir ver m s 0.33 0.81 0.04 0.34 par:pas; -réinvestir réinvestir ver 0.33 0.81 0.10 0.14 inf; -réinvestirent réinvestir ver 0.33 0.81 0.00 0.07 ind:pas:3p; -réinvestis réinvestir ver 0.33 0.81 0.16 0.00 imp:pre:2s;ind:pre:1s; -réinvestissait réinvestir ver 0.33 0.81 0.00 0.14 ind:imp:3s; -réinvestissement réinvestissement nom m s 0.01 0.00 0.01 0.00 -réinvestissent réinvestir ver 0.33 0.81 0.00 0.14 ind:pre:3p; -réinvestit réinvestir ver 0.33 0.81 0.03 0.00 ind:pre:3s; -réinvita réinviter ver 0.05 0.07 0.00 0.07 ind:pas:3s; -réinvite réinviter ver 0.05 0.07 0.02 0.00 ind:pre:1s; -réinviter réinviter ver 0.05 0.07 0.01 0.00 inf; -réinviterai réinviter ver 0.05 0.07 0.02 0.00 ind:fut:1s; -ruisseau ruisseau nom m s 7.50 24.59 6.10 18.72 -ruisseaux ruisseau nom m p 7.50 24.59 1.40 5.88 -ruissela ruisseler ver 0.81 19.12 0.00 0.27 ind:pas:3s; -ruisselaient ruisseler ver 0.81 19.12 0.00 1.96 ind:imp:3p; -ruisselait ruisseler ver 0.81 19.12 0.02 4.80 ind:imp:3s; -ruisselant ruisseler ver 0.81 19.12 0.16 4.05 par:pre; -ruisselante ruisselant adj f s 0.33 6.82 0.03 3.11 -ruisselantes ruisselant adj f p 0.33 6.82 0.02 0.68 -ruisselants ruisselant adj m p 0.33 6.82 0.14 1.69 -ruisseler ruisseler ver 0.81 19.12 0.03 2.30 inf; -ruisselet ruisselet nom m s 0.01 1.01 0.01 0.54 -ruisselets ruisselet nom m p 0.01 1.01 0.00 0.47 -ruisselle ruisseler ver 0.81 19.12 0.50 3.78 imp:pre:2s;ind:pre:1s;ind:pre:3s; -ruissellement ruissellement nom m s 0.01 4.53 0.01 4.12 -ruissellements ruissellement nom m p 0.01 4.53 0.00 0.41 -ruissellent ruisseler ver 0.81 19.12 0.10 1.22 ind:pre:3p; -ruissellerait ruisseler ver 0.81 19.12 0.00 0.07 cnd:pre:3s; -ruisselât ruisseler ver 0.81 19.12 0.00 0.07 sub:imp:3s; -ruisselèrent ruisseler ver 0.81 19.12 0.00 0.14 ind:pas:3p; -ruisselé ruisseler ver m s 0.81 19.12 0.00 0.47 par:pas; -ruisson ruisson nom m s 0.00 0.07 0.00 0.07 -réitère réitérer ver 1.13 2.77 0.34 0.41 ind:pre:1s;ind:pre:3s; -réitéra réitérer ver 1.13 2.77 0.00 0.54 ind:pas:3s; -réitérait réitérer ver 1.13 2.77 0.00 0.07 ind:imp:3s; -réitérant réitérer ver 1.13 2.77 0.00 0.07 par:pre; -réitération réitération nom f s 0.00 0.14 0.00 0.07 -réitérations réitération nom f p 0.00 0.14 0.00 0.07 -réitérer réitérer ver 1.13 2.77 0.35 0.41 inf; -réitérera réitérer ver 1.13 2.77 0.01 0.00 ind:fut:3s; -réitérèrent réitérer ver 1.13 2.77 0.00 0.07 ind:pas:3p; -réitéré réitérer ver m s 1.13 2.77 0.15 0.27 par:pas; -réitérée réitérer ver f s 1.13 2.77 0.14 0.27 par:pas; -réitérées réitérer ver f p 1.13 2.77 0.01 0.47 par:pas; -réitérés réitérer ver m p 1.13 2.77 0.14 0.20 par:pas; -réjouît réjouir ver 21.02 25.61 0.00 0.07 sub:imp:3s; -réjoui réjouir ver m s 21.02 25.61 0.50 1.89 par:pas; -réjouie réjouir ver f s 21.02 25.61 0.33 1.08 par:pas; -réjouies réjoui adj f p 0.45 2.43 0.02 0.20 -réjouir réjouir ver 21.02 25.61 3.96 6.15 inf; -réjouira réjouir ver 21.02 25.61 0.38 0.07 ind:fut:3s; -réjouirai réjouir ver 21.02 25.61 0.05 0.00 ind:fut:1s; -réjouirais réjouir ver 21.02 25.61 0.02 0.14 cnd:pre:1s;cnd:pre:2s; -réjouirait réjouir ver 21.02 25.61 0.10 0.34 cnd:pre:3s; -réjouirent réjouir ver 21.02 25.61 0.01 0.14 ind:pas:3p; -réjouirez réjouir ver 21.02 25.61 0.00 0.07 ind:fut:2p; -réjouirons réjouir ver 21.02 25.61 0.04 0.00 ind:fut:1p; -réjouiront réjouir ver 21.02 25.61 0.64 0.14 ind:fut:3p; -réjouis réjouir ver m p 21.02 25.61 8.42 2.36 imp:pre:2s;ind:pre:1s;ind:pre:2s;par:pas; -réjouissaient réjouir ver 21.02 25.61 0.01 0.61 ind:imp:3p; -réjouissais réjouir ver 21.02 25.61 0.33 1.28 ind:imp:1s;ind:imp:2s; -réjouissait réjouir ver 21.02 25.61 0.44 4.73 ind:imp:3s; -réjouissance réjouissance nom f s 0.72 2.91 0.22 1.22 -réjouissances réjouissance nom f p 0.72 2.91 0.50 1.69 -réjouissant réjouissant adj m s 1.06 1.76 0.95 0.81 -réjouissante réjouissant adj f s 1.06 1.76 0.11 0.54 -réjouissantes réjouissant adj f p 1.06 1.76 0.00 0.27 -réjouissants réjouissant adj m p 1.06 1.76 0.00 0.14 -réjouisse réjouir ver 21.02 25.61 0.37 0.41 sub:pre:1s;sub:pre:3s; -réjouissent réjouir ver 21.02 25.61 0.74 0.61 ind:pre:3p; -réjouissez réjouir ver 21.02 25.61 1.15 0.27 imp:pre:2p;ind:pre:2p; -réjouissiez réjouir ver 21.02 25.61 0.01 0.00 ind:imp:2p; -réjouissions réjouir ver 21.02 25.61 0.01 0.07 ind:imp:1p; -réjouissons réjouir ver 21.02 25.61 0.65 0.27 imp:pre:1p;ind:pre:1p; -réjouit réjouir ver 21.02 25.61 2.75 4.32 ind:pre:3s;ind:pas:3s; -rémanence rémanence nom f s 0.01 0.20 0.01 0.20 -rémanent rémanent adj m s 0.02 0.14 0.02 0.00 -rémanente rémanent adj f s 0.02 0.14 0.00 0.14 -rumba rumba nom f s 0.68 0.68 0.68 0.61 -rumbas rumba nom f p 0.68 0.68 0.00 0.07 -rumeur rumeur nom f s 22.11 37.97 10.15 27.03 -rumeurs rumeur nom f p 22.11 37.97 11.96 10.95 -rémiges rémige nom f p 0.00 0.68 0.00 0.68 -rumina ruminer ver 1.65 8.85 0.01 0.34 ind:pas:3s; -ruminaient ruminer ver 1.65 8.85 0.00 0.27 ind:imp:3p; -ruminais ruminer ver 1.65 8.85 0.20 0.20 ind:imp:1s; -ruminait ruminer ver 1.65 8.85 0.16 1.62 ind:imp:3s; -ruminant ruminant nom m s 0.11 1.08 0.01 0.47 -ruminante ruminant adj f s 0.03 0.27 0.01 0.07 -ruminants ruminant nom m p 0.11 1.08 0.10 0.61 -rumination rumination nom f s 0.14 2.16 0.00 1.35 -ruminations rumination nom f p 0.14 2.16 0.14 0.81 -rumine ruminer ver 1.65 8.85 0.36 1.22 imp:pre:2s;ind:pre:1s;ind:pre:3s; -ruminement ruminement nom m s 0.00 0.27 0.00 0.20 -ruminements ruminement nom m p 0.00 0.27 0.00 0.07 -ruminent ruminer ver 1.65 8.85 0.03 0.41 ind:pre:3p; -ruminer ruminer ver 1.65 8.85 0.82 2.77 inf; -ruminerez ruminer ver 1.65 8.85 0.00 0.07 ind:fut:2p; -rumineront ruminer ver 1.65 8.85 0.01 0.00 ind:fut:3p; -réminiscence réminiscence nom f s 0.12 3.92 0.04 1.49 -réminiscences réminiscence nom f p 0.12 3.92 0.07 2.43 -ruminé ruminer ver m s 1.65 8.85 0.04 0.61 par:pas; -ruminée ruminer ver f s 1.65 8.85 0.00 0.14 par:pas; -ruminées ruminer ver f p 1.65 8.85 0.00 0.07 par:pas; -ruminés ruminer ver m p 1.65 8.85 0.01 0.14 par:pas; -rémission rémission nom f s 1.71 2.77 1.69 2.36 -rémissions rémission nom f p 1.71 2.77 0.02 0.41 -rémiz rémiz nom f 0.00 0.07 0.00 0.07 -rémora rémora nom m s 0.02 0.00 0.02 0.00 -rémoulade rémoulade nom f s 0.02 0.20 0.02 0.20 -rémouleur rémouleur nom m s 0.02 0.95 0.02 0.68 -rémouleurs rémouleur nom m p 0.02 0.95 0.00 0.27 -rumsteck rumsteck nom m s 0.03 0.07 0.03 0.07 -rémunère rémunérer ver 1.20 0.54 0.12 0.00 ind:pre:1s;ind:pre:3s; -rémunéraient rémunérer ver 1.20 0.54 0.00 0.07 ind:imp:3p; -rémunérateur rémunérateur adj m s 0.18 0.34 0.07 0.27 -rémunérateurs rémunérateur adj m p 0.18 0.34 0.01 0.07 -rémunération rémunération nom f s 0.22 0.81 0.22 0.61 -rémunérations rémunération nom f p 0.22 0.81 0.00 0.20 -rémunératoires rémunératoire adj p 0.00 0.07 0.00 0.07 -rémunératrice rémunérateur adj f s 0.18 0.34 0.10 0.00 -rémunérer rémunérer ver 1.20 0.54 0.04 0.00 inf; -rémunéré rémunérer ver m s 1.20 0.54 0.68 0.27 par:pas; -rémunérées rémunérer ver f p 1.20 0.54 0.01 0.07 par:pas; -rémunérés rémunérer ver m p 1.20 0.54 0.36 0.14 par:pas; -run rune nom m s 4.75 0.14 2.36 0.00 -rénal rénal adj m s 1.57 0.47 0.32 0.14 -rénale rénal adj f s 1.57 0.47 0.82 0.27 -rénales rénal adj f p 1.57 0.47 0.12 0.07 -rénaux rénal adj m p 1.57 0.47 0.32 0.00 -rêne rêne nom f s 2.23 5.74 0.02 0.14 -rune rune nom f s 4.75 0.14 1.08 0.00 -rênes rêne nom f p 2.23 5.74 2.21 5.61 -runes rune nom f p 4.75 0.14 1.32 0.14 -rénettes rénette nom f p 0.00 0.07 0.00 0.07 -rénine rénine nom f s 0.01 0.00 0.01 0.00 -runique runique adj f s 0.20 0.00 0.16 0.00 -runiques runique adj m p 0.20 0.00 0.04 0.00 -running running nom m s 0.66 0.00 0.66 0.00 -rénovait rénover ver 2.33 2.50 0.01 0.07 ind:imp:3s; -rénovant rénover ver 2.33 2.50 0.10 0.07 par:pre; -rénovateur rénovateur nom m s 0.01 0.20 0.01 0.07 -rénovateurs rénovateur adj m p 0.02 0.07 0.01 0.07 -rénovation rénovation nom f s 1.11 3.65 0.51 3.58 -rénovations rénovation nom f p 1.11 3.65 0.60 0.07 -rénovatrice rénovateur adj f s 0.02 0.07 0.01 0.00 -rénove rénover ver 2.33 2.50 0.24 0.27 ind:pre:1s;ind:pre:3s; -rénover rénover ver 2.33 2.50 1.12 1.08 inf; -rénové rénover ver m s 2.33 2.50 0.53 0.54 par:pas; -rénovée rénover ver f s 2.33 2.50 0.31 0.20 par:pas; -rénovées rénover ver f p 2.33 2.50 0.02 0.14 par:pas; -rénovés rénover ver m p 2.33 2.50 0.00 0.14 par:pas; -réoccupait réoccuper ver 0.01 0.41 0.00 0.07 ind:imp:3s; -réoccuper réoccuper ver 0.01 0.41 0.01 0.27 inf; -réoccupons réoccuper ver 0.01 0.41 0.00 0.07 ind:pre:1p; -ruâmes ruer ver 3.27 20.81 0.00 0.07 ind:pas:1p; -ruons ruer ver 3.27 20.81 0.01 0.07 imp:pre:1p;ind:pre:1p; -réopère réopérer ver 0.20 0.20 0.04 0.00 ind:pre:3s; -réopérer réopérer ver 0.20 0.20 0.16 0.20 inf; -réordonnant réordonner ver 0.00 0.20 0.00 0.07 par:pre; -réordonner réordonner ver 0.00 0.20 0.00 0.14 inf; -réorganisa réorganiser ver 1.29 1.42 0.01 0.07 ind:pas:3s; -réorganisait réorganiser ver 1.29 1.42 0.01 0.14 ind:imp:3s; -réorganisant réorganiser ver 1.29 1.42 0.01 0.00 par:pre; -réorganisation réorganisation nom f s 0.36 1.42 0.36 1.35 -réorganisations réorganisation nom f p 0.36 1.42 0.00 0.07 -réorganise réorganiser ver 1.29 1.42 0.42 0.20 ind:pre:1s;ind:pre:3s; -réorganiser réorganiser ver 1.29 1.42 0.70 0.68 inf; -réorganisez réorganiser ver 1.29 1.42 0.02 0.00 imp:pre:2p;ind:pre:2p; -réorganisé réorganiser ver m s 1.29 1.42 0.12 0.20 par:pas; -réorganisées réorganiser ver f p 1.29 1.42 0.00 0.07 par:pas; -réorganisés réorganiser ver m p 1.29 1.42 0.00 0.07 par:pas; -réorientation réorientation nom f s 0.08 0.00 0.08 0.00 -réorienter réorienter ver 0.09 0.00 0.07 0.00 inf; -réorienté réorienter ver m s 0.09 0.00 0.01 0.00 par:pas; -ruât ruer ver 3.27 20.81 0.00 0.14 sub:imp:3s; -réouverture réouverture nom f s 0.48 0.61 0.48 0.54 -réouvertures réouverture nom f p 0.48 0.61 0.00 0.07 -répand répandre ver 20.39 44.32 4.14 4.73 ind:pre:3s; -répandît répandre ver 20.39 44.32 0.14 0.14 sub:imp:3s; -répandaient répandre ver 20.39 44.32 0.15 3.38 ind:imp:3p; -répandais répandre ver 20.39 44.32 0.01 0.07 ind:imp:1s; -répandait répandre ver 20.39 44.32 0.13 8.04 ind:imp:3s; -répandant répandre ver 20.39 44.32 0.41 2.23 par:pre; -répande répandre ver 20.39 44.32 0.59 0.20 sub:pre:1s;sub:pre:3s; -répandent répandre ver 20.39 44.32 1.75 1.42 ind:pre:3p; -répandeur répandeur nom m s 0.00 0.07 0.00 0.07 -répandez répandre ver 20.39 44.32 0.23 0.20 imp:pre:2p;ind:pre:2p; -répandirent répandre ver 20.39 44.32 0.15 0.68 ind:pas:3p; -répandit répandre ver 20.39 44.32 0.54 4.32 ind:pas:3s; -répandons répandre ver 20.39 44.32 0.06 0.00 imp:pre:1p;ind:pre:1p; -répandra répandre ver 20.39 44.32 0.35 0.00 ind:fut:3s; -répandrai répandre ver 20.39 44.32 0.19 0.14 ind:fut:1s; -répandraient répandre ver 20.39 44.32 0.01 0.20 cnd:pre:3p; -répandrait répandre ver 20.39 44.32 0.04 0.20 cnd:pre:3s; -répandras répandre ver 20.39 44.32 0.14 0.00 ind:fut:2s; -répandre répandre ver 20.39 44.32 5.53 6.82 inf; -répandrez répandre ver 20.39 44.32 0.04 0.00 ind:fut:2p; -répandrons répandre ver 20.39 44.32 0.15 0.00 ind:fut:1p; -répandront répandre ver 20.39 44.32 0.07 0.07 ind:fut:3p; -répands répandre ver 20.39 44.32 1.24 0.34 imp:pre:2s;ind:pre:1s;ind:pre:2s; -répandu répandre ver m s 20.39 44.32 2.67 4.53 par:pas; -répandue répandre ver f s 20.39 44.32 1.38 3.38 par:pas; -répandues répandre ver f p 20.39 44.32 0.16 1.49 par:pas; -répandus répandre ver m p 20.39 44.32 0.14 1.76 par:pas; -répara réparer ver 67.70 25.14 0.01 0.41 ind:pas:3s; -réparable réparable adj s 0.85 0.41 0.80 0.07 -réparables réparable adj f p 0.85 0.41 0.05 0.34 -réparaient réparer ver 67.70 25.14 0.08 0.41 ind:imp:3p; -réparais réparer ver 67.70 25.14 0.52 0.27 ind:imp:1s;ind:imp:2s; -réparait réparer ver 67.70 25.14 0.41 1.49 ind:imp:3s; -réparant réparer ver 67.70 25.14 0.14 0.54 par:pre; -réparateur réparateur nom m s 1.04 0.54 0.95 0.34 -réparateurs réparateur nom m p 1.04 0.54 0.06 0.20 -réparation réparation nom f s 8.35 7.97 5.07 4.80 -réparations réparation nom f p 8.35 7.97 3.28 3.18 -réparatrice réparateur adj f s 0.76 1.69 0.09 0.20 -réparatrices réparateur adj f p 0.76 1.69 0.02 0.00 -répare réparer ver 67.70 25.14 7.29 1.55 imp:pre:2s;ind:pre:1s;ind:pre:3s; -réparent réparer ver 67.70 25.14 2.34 0.68 ind:pre:3p;sub:pre:3p; -réparer réparer ver 67.70 25.14 39.13 13.92 inf; -réparera réparer ver 67.70 25.14 0.64 0.07 ind:fut:3s; -réparerai réparer ver 67.70 25.14 1.26 0.14 ind:fut:1s; -répareraient réparer ver 67.70 25.14 0.00 0.07 cnd:pre:3p; -réparerait réparer ver 67.70 25.14 0.07 0.07 cnd:pre:3s; -répareras réparer ver 67.70 25.14 0.16 0.00 ind:fut:2s; -réparerez réparer ver 67.70 25.14 0.01 0.00 ind:fut:2p; -réparerons réparer ver 67.70 25.14 0.04 0.07 ind:fut:1p; -répareront réparer ver 67.70 25.14 0.02 0.00 ind:fut:3p; -réparez réparer ver 67.70 25.14 2.71 0.00 imp:pre:2p;ind:pre:2p; -répariez réparer ver 67.70 25.14 0.17 0.00 ind:imp:2p; -réparions réparer ver 67.70 25.14 0.00 0.07 ind:imp:1p; -réparons réparer ver 67.70 25.14 0.21 0.07 imp:pre:1p;ind:pre:1p; -répartîmes répartir ver 2.87 9.93 0.00 0.07 ind:pas:1p; -réparèrent réparer ver 67.70 25.14 0.00 0.07 ind:pas:3p; -réparti répartir ver m s 2.87 9.93 0.39 0.88 par:pas; -répartie répartie nom f s 0.88 0.14 0.79 0.07 -réparties répartie nom f p 0.88 0.14 0.09 0.07 -répartir répartir ver 2.87 9.93 1.23 1.82 inf; -répartirent répartir ver 2.87 9.93 0.01 0.07 ind:pas:3p; -répartiront répartir ver 2.87 9.93 0.02 0.00 ind:fut:3p; -répartis répartir ver m p 2.87 9.93 0.59 2.30 imp:pre:2s;ind:pre:1s;ind:pre:2s;par:pas; -répartissaient répartir ver 2.87 9.93 0.00 0.54 ind:imp:3p; -répartissait répartir ver 2.87 9.93 0.01 0.41 ind:imp:3s; -répartissant répartir ver 2.87 9.93 0.04 0.27 par:pre; -répartissent répartir ver 2.87 9.93 0.01 0.41 ind:pre:3p; -répartissez répartir ver 2.87 9.93 0.10 0.00 imp:pre:2p; -répartissons répartir ver 2.87 9.93 0.01 0.00 imp:pre:1p; -répartit répartir ver 2.87 9.93 0.22 0.95 ind:pre:3s;ind:pas:3s; -répartiteur répartiteur nom m s 0.07 0.00 0.07 0.00 -répartition répartition nom f s 1.65 3.11 1.62 2.97 -répartitions répartition nom f p 1.65 3.11 0.03 0.14 -réparé réparer ver m s 67.70 25.14 9.35 2.97 par:pas; -réparée réparer ver f s 67.70 25.14 2.38 1.08 par:pas; -réparées réparer ver f p 67.70 25.14 0.42 0.88 par:pas; -réparés réparer ver m p 67.70 25.14 0.34 0.34 par:pas; -répercussion répercussion nom f s 1.05 1.69 0.11 0.68 -répercussions répercussion nom f p 1.05 1.69 0.94 1.01 -répercuta répercuter ver 0.35 7.91 0.00 0.34 ind:pas:3s; -répercutaient répercuter ver 0.35 7.91 0.00 0.74 ind:imp:3p; -répercutait répercuter ver 0.35 7.91 0.01 1.08 ind:imp:3s; -répercutant répercuter ver 0.35 7.91 0.00 0.74 par:pre; -répercute répercuter ver 0.35 7.91 0.25 1.22 ind:pre:3s; -répercutent répercuter ver 0.35 7.91 0.03 0.47 ind:pre:3p; -répercuter répercuter ver 0.35 7.91 0.04 0.74 inf; -répercuterait répercuter ver 0.35 7.91 0.00 0.14 cnd:pre:3s; -répercuteront répercuter ver 0.35 7.91 0.01 0.00 ind:fut:3p; -répercutons répercuter ver 0.35 7.91 0.00 0.07 ind:pre:1p; -répercutèrent répercuter ver 0.35 7.91 0.00 0.07 ind:pas:3p; -répercuté répercuter ver m s 0.35 7.91 0.00 1.42 par:pas; -répercutée répercuter ver f s 0.35 7.91 0.00 0.41 par:pas; -répercutées répercuter ver f p 0.35 7.91 0.00 0.20 par:pas; -répercutés répercuter ver m p 0.35 7.91 0.00 0.27 par:pas; -répertoire répertoire nom m s 2.17 5.68 2.04 5.34 -répertoires répertoire nom m p 2.17 5.68 0.14 0.34 -répertoriant répertorier ver 1.73 2.43 0.03 0.00 par:pre; -répertorier répertorier ver 1.73 2.43 0.14 0.34 inf; -répertorié répertorier ver m s 1.73 2.43 0.50 0.41 par:pas; -répertoriée répertorier ver f s 1.73 2.43 0.21 0.41 par:pas; -répertoriées répertorier ver f p 1.73 2.43 0.52 0.41 par:pas; -répertoriés répertorier ver m p 1.73 2.43 0.34 0.88 par:pas; -rupestre rupestre adj s 0.20 0.47 0.14 0.20 -rupestres rupestre adj p 0.20 0.47 0.06 0.27 -rupin rupin adj m s 0.34 1.28 0.32 0.54 -rupinasse rupiner ver 0.00 0.14 0.00 0.07 sub:imp:1s; -rupine rupin adj f s 0.34 1.28 0.00 0.27 -rupines rupin nom f p 0.68 1.69 0.00 0.07 -rupiniez rupiner ver 0.00 0.14 0.00 0.07 ind:imp:2p; -rupins rupin nom m p 0.68 1.69 0.43 1.22 -répit répit nom m s 3.87 11.76 3.86 11.01 -répits répit nom m p 3.87 11.76 0.01 0.74 -réplication réplication nom f s 0.23 0.00 0.23 0.00 -répliqua répliquer ver 1.53 17.91 0.19 7.50 ind:pas:3s; -répliquai répliquer ver 1.53 17.91 0.00 1.42 ind:pas:1s; -répliquaient répliquer ver 1.53 17.91 0.00 0.41 ind:imp:3p; -répliquais répliquer ver 1.53 17.91 0.01 0.14 ind:imp:1s;ind:imp:2s; -répliquait répliquer ver 1.53 17.91 0.02 1.62 ind:imp:3s; -répliquant répliquer ver 1.53 17.91 0.04 0.07 par:pre; -réplique réplique nom f s 8.94 16.82 6.16 12.77 -répliquent répliquer ver 1.53 17.91 0.07 0.07 ind:pre:3p; -répliquer répliquer ver 1.53 17.91 0.42 1.15 inf; -répliquera répliquer ver 1.53 17.91 0.01 0.07 ind:fut:3s; -répliquerons répliquer ver 1.53 17.91 0.02 0.00 ind:fut:1p; -répliqueront répliquer ver 1.53 17.91 0.01 0.00 ind:fut:3p; -répliques réplique nom f p 8.94 16.82 2.78 4.05 -répliquât répliquer ver 1.53 17.91 0.00 0.14 sub:imp:3s; -répliquèrent répliquer ver 1.53 17.91 0.01 0.07 ind:pas:3p; -répliqué répliquer ver m s 1.53 17.91 0.37 3.38 par:pas; -répond répondre ver 251.57 466.76 27.42 51.55 ind:pre:3s; -répondîmes répondre ver 251.57 466.76 0.10 0.07 ind:pas:1p; -répondît répondre ver 251.57 466.76 0.00 1.15 sub:imp:3s; -répondaient répondre ver 251.57 466.76 0.65 5.95 ind:imp:3p; -répondais répondre ver 251.57 466.76 1.93 7.70 ind:imp:1s;ind:imp:2s; -répondait répondre ver 251.57 466.76 4.18 45.14 ind:imp:3s; -répondant répondre ver 251.57 466.76 0.99 9.59 par:pre; -répondants répondant nom m p 0.25 1.82 0.03 0.27 -réponde répondre ver 251.57 466.76 2.96 4.39 sub:pre:1s;sub:pre:3s; -répondent répondre ver 251.57 466.76 5.96 6.82 ind:pre:3p; -répondes répondre ver 251.57 466.76 1.20 0.34 sub:pre:2s; -répondeur répondeur nom m s 7.95 1.55 7.76 1.49 -répondeurs répondeur nom m p 7.95 1.55 0.18 0.07 -répondeuse répondeur adj f s 0.20 0.07 0.01 0.00 -répondez répondre ver 251.57 466.76 31.77 3.65 imp:pre:2p;ind:pre:2p; -répondiez répondre ver 251.57 466.76 0.93 0.41 ind:imp:2p; -répondions répondre ver 251.57 466.76 0.04 0.41 ind:imp:1p;sub:pre:1p; -répondirent répondre ver 251.57 466.76 0.16 2.91 ind:pas:3p; -répondis répondre ver 251.57 466.76 0.73 20.74 ind:pas:1s; -répondit répondre ver 251.57 466.76 2.94 107.30 ind:pas:3s; -répondons répondre ver 251.57 466.76 0.51 0.95 imp:pre:1p;ind:pre:1p; -répondra répondre ver 251.57 466.76 3.42 2.23 ind:fut:3s; -répondrai répondre ver 251.57 466.76 4.30 2.23 ind:fut:1s; -répondraient répondre ver 251.57 466.76 0.28 0.27 cnd:pre:3p; -répondrais répondre ver 251.57 466.76 1.06 0.95 cnd:pre:1s;cnd:pre:2s; -répondrait répondre ver 251.57 466.76 0.77 3.04 cnd:pre:3s; -répondras répondre ver 251.57 466.76 0.67 0.27 ind:fut:2s; -répondre répondre ver 251.57 466.76 57.76 98.58 inf;; -répondrez répondre ver 251.57 466.76 0.94 0.61 ind:fut:2p; -répondriez répondre ver 251.57 466.76 0.24 0.34 cnd:pre:2p; -répondrons répondre ver 251.57 466.76 0.77 0.07 ind:fut:1p; -répondront répondre ver 251.57 466.76 0.37 0.27 ind:fut:3p; -réponds répondre ver 251.57 466.76 63.59 28.65 imp:pre:2s;ind:pre:1s;ind:pre:2s; -répondu répondre ver m s 251.57 466.76 34.90 60.14 par:pas; -répondues répondre ver f p 251.57 466.76 0.02 0.07 par:pas; -répons répons nom m 0.04 0.68 0.04 0.68 -réponse réponse nom f s 97.06 99.93 79.19 83.72 -réponses réponse nom f p 97.06 99.93 17.87 16.22 -répresseur répresseur nom m s 0.01 0.00 0.01 0.00 -répressif répressif adj m s 0.60 0.47 0.32 0.20 -répression répression nom f s 2.49 4.05 2.49 3.72 -répressions répression nom f p 2.49 4.05 0.00 0.34 -répressive répressif adj f s 0.60 0.47 0.24 0.27 -répressives répressif adj f p 0.60 0.47 0.05 0.00 -réprima réprimer ver 2.71 11.08 0.00 1.69 ind:pas:3s; -réprimai réprimer ver 2.71 11.08 0.00 0.07 ind:pas:1s; -réprimaient réprimer ver 2.71 11.08 0.01 0.07 ind:imp:3p; -réprimais réprimer ver 2.71 11.08 0.00 0.14 ind:imp:1s; -réprimait réprimer ver 2.71 11.08 0.01 0.20 ind:imp:3s; -réprimanda réprimander ver 1.08 1.49 0.00 0.14 ind:pas:3s; -réprimandait réprimander ver 1.08 1.49 0.00 0.14 ind:imp:3s; -réprimande réprimande nom f s 0.34 1.96 0.23 0.81 -réprimander réprimander ver 1.08 1.49 0.55 0.68 inf; -réprimandes réprimande nom f p 0.34 1.96 0.11 1.15 -réprimandiez réprimander ver 1.08 1.49 0.01 0.00 ind:imp:2p; -réprimandé réprimander ver m s 1.08 1.49 0.35 0.14 par:pas; -réprimandée réprimander ver f s 1.08 1.49 0.02 0.07 par:pas; -réprimant réprimer ver 2.71 11.08 0.03 0.88 par:pre; -réprime réprimer ver 2.71 11.08 0.39 1.01 imp:pre:2s;ind:pre:1s;ind:pre:3s; -réprimer réprimer ver 2.71 11.08 0.94 4.26 inf; -réprimerai réprimer ver 2.71 11.08 0.01 0.00 ind:fut:1s; -réprimerait réprimer ver 2.71 11.08 0.00 0.07 cnd:pre:3s; -réprimerez réprimer ver 2.71 11.08 0.01 0.00 ind:fut:2p; -réprimâmes réprimer ver 2.71 11.08 0.00 0.14 ind:pas:1p; -réprimèrent réprimer ver 2.71 11.08 0.00 0.14 ind:pas:3p; -réprimé réprimer ver m s 2.71 11.08 0.28 1.35 par:pas; -réprimée réprimer ver f s 2.71 11.08 0.47 0.47 par:pas; -réprimées réprimer ver f p 2.71 11.08 0.38 0.20 par:pas; -réprimés réprimer ver m p 2.71 11.08 0.18 0.41 par:pas; -réprobateur réprobateur adj m s 0.01 2.43 0.00 1.82 -réprobateurs réprobateur adj m p 0.01 2.43 0.00 0.27 -réprobation réprobation nom f s 0.04 5.27 0.04 5.27 -réprobatrice réprobateur adj f s 0.01 2.43 0.01 0.34 -réprouvais réprouver ver 1.25 2.64 0.00 0.07 ind:imp:1s; -réprouvait réprouver ver 1.25 2.64 0.12 0.74 ind:imp:3s; -réprouvant réprouver ver 1.25 2.64 0.00 0.14 par:pre; -réprouve réprouver ver 1.25 2.64 0.49 0.54 ind:pre:1s;ind:pre:3s; -réprouvent réprouver ver 1.25 2.64 0.23 0.07 ind:pre:3p; -réprouver réprouver ver 1.25 2.64 0.05 0.27 inf; -réprouverait réprouver ver 1.25 2.64 0.00 0.07 cnd:pre:3s; -réprouveront réprouver ver 1.25 2.64 0.01 0.00 ind:fut:3p; -réprouves réprouver ver 1.25 2.64 0.01 0.20 ind:pre:2s; -réprouvez réprouver ver 1.25 2.64 0.19 0.07 imp:pre:2p;ind:pre:2p; -réprouvons réprouver ver 1.25 2.64 0.02 0.00 ind:pre:1p; -réprouvât réprouver ver 1.25 2.64 0.00 0.14 sub:imp:3s; -réprouvé réprouvé nom m s 0.00 1.42 0.00 0.41 -réprouvées réprouver ver f p 1.25 2.64 0.14 0.07 par:pas; -réprouvés réprouvé nom m p 0.00 1.42 0.00 0.95 -répréhensible répréhensible adj s 0.69 1.55 0.65 1.22 -répréhensibles répréhensible adj p 0.69 1.55 0.04 0.34 -rupteur rupteur nom m s 0.02 0.00 0.02 0.00 -répète répéter ver 98.30 200.14 45.14 37.30 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -répètent répéter ver 98.30 200.14 1.58 3.51 ind:pre:3p; -répètes répéter ver 98.30 200.14 2.91 0.81 ind:pre:2s;sub:pre:2s; -rupture rupture nom f s 8.39 21.49 7.87 19.73 -ruptures rupture nom f p 8.39 21.49 0.52 1.76 -républicain républicain adj m s 4.14 8.85 1.92 2.84 -républicaine républicain adj f s 4.14 8.85 1.22 3.18 -républicaines républicain adj f p 4.14 8.85 0.09 1.42 -républicains républicain nom m p 4.19 3.38 3.67 2.77 -république république nom f s 3.69 21.96 3.44 20.41 -républiques république nom f p 3.69 21.96 0.25 1.55 -répudiant répudier ver 1.33 1.82 0.00 0.07 par:pre; -répudiation répudiation nom f s 0.02 0.34 0.02 0.34 -répudie répudier ver 1.33 1.82 0.33 0.34 ind:pre:1s;ind:pre:3s; -répudier répudier ver 1.33 1.82 0.05 0.47 inf; -répudiera répudier ver 1.33 1.82 0.14 0.00 ind:fut:3s; -répudierai répudier ver 1.33 1.82 0.14 0.00 ind:fut:1s; -répudies répudier ver 1.33 1.82 0.00 0.07 ind:pre:2s; -répudié répudier ver m s 1.33 1.82 0.14 0.27 par:pas; -répudiée répudier ver f s 1.33 1.82 0.54 0.47 par:pas; -répudiées répudier ver f p 1.33 1.82 0.00 0.07 par:pas; -répudiés répudier ver m p 1.33 1.82 0.00 0.07 par:pas; -répugna répugner ver 4.55 10.34 0.00 0.07 ind:pas:3s; -répugnai répugner ver 4.55 10.34 0.00 0.07 ind:pas:1s; -répugnaient répugner ver 4.55 10.34 0.01 0.88 ind:imp:3p; -répugnais répugner ver 4.55 10.34 0.10 0.74 ind:imp:1s; -répugnait répugner ver 4.55 10.34 0.24 3.51 ind:imp:3s; -répugnance répugnance nom f s 0.56 7.91 0.56 6.96 -répugnances répugnance nom f p 0.56 7.91 0.00 0.95 -répugnant répugnant adj m s 11.59 8.58 7.47 3.04 -répugnante répugnant adj f s 11.59 8.58 2.46 3.31 -répugnantes répugnant adj f p 11.59 8.58 0.57 1.35 -répugnants répugnant adj m p 11.59 8.58 1.09 0.88 -répugne répugner ver 4.55 10.34 2.59 2.70 ind:pre:1s;ind:pre:3s; -répugnent répugner ver 4.55 10.34 0.30 0.34 ind:pre:3p; -répugner répugner ver 4.55 10.34 0.01 0.20 inf; -répugnerait répugner ver 4.55 10.34 0.01 0.07 cnd:pre:3s; -répugneront répugner ver 4.55 10.34 0.00 0.07 ind:fut:3p; -répugnes répugner ver 4.55 10.34 0.22 0.00 ind:pre:2s; -répugnez répugner ver 4.55 10.34 0.32 0.07 imp:pre:2p;ind:pre:2p; -répugniez répugner ver 4.55 10.34 0.02 0.07 ind:imp:2p; -répugnons répugner ver 4.55 10.34 0.10 0.07 ind:pre:1p; -répugnât répugner ver 4.55 10.34 0.00 0.27 sub:imp:3s; -répugné répugner ver m s 4.55 10.34 0.01 0.47 par:pas; -répugnée répugner ver f s 4.55 10.34 0.01 0.07 par:pas; -répulsif répulsif adj m s 0.08 0.00 0.03 0.00 -répulsion répulsion nom f s 0.56 5.27 0.56 4.66 -répulsions répulsion nom f p 0.56 5.27 0.00 0.61 -répulsive répulsif adj f s 0.08 0.00 0.04 0.00 -répéta répéter ver 98.30 200.14 0.15 41.62 ind:pas:3s; -répétai répéter ver 98.30 200.14 0.02 2.91 ind:pas:1s; -répétaient répéter ver 98.30 200.14 0.47 4.46 ind:imp:3p; -réputaient réputer ver 2.10 3.65 0.00 0.07 ind:imp:3p; -répétais répéter ver 98.30 200.14 1.02 4.12 ind:imp:1s;ind:imp:2s; -répétait répéter ver 98.30 200.14 3.01 33.18 ind:imp:3s; -réputait réputer ver 2.10 3.65 0.00 0.14 ind:imp:3s; -répétant répéter ver 98.30 200.14 0.85 16.55 par:pre; -réputation réputation nom f s 21.40 22.50 21.14 22.16 -réputations réputation nom f p 21.40 22.50 0.26 0.34 -répute réputer ver 2.10 3.65 0.00 0.07 ind:pre:3s; -réputent réputer ver 2.10 3.65 0.00 0.14 ind:pre:3p; -répéter répéter ver 98.30 200.14 22.20 30.88 ind:pre:2p;inf; -réputer réputer ver 2.10 3.65 0.00 0.14 inf; -répétera répéter ver 98.30 200.14 0.59 0.74 ind:fut:3s; -répéterai répéter ver 98.30 200.14 2.63 0.95 ind:fut:1s; -répéteraient répéter ver 98.30 200.14 0.00 0.34 cnd:pre:3p; -répéterais répéter ver 98.30 200.14 0.16 0.34 cnd:pre:1s;cnd:pre:2s; -répéterait répéter ver 98.30 200.14 0.02 0.34 cnd:pre:3s; -répéteras répéter ver 98.30 200.14 0.36 0.20 ind:fut:2s; -répéterez répéter ver 98.30 200.14 0.11 0.20 ind:fut:2p; -répéteriez répéter ver 98.30 200.14 0.03 0.00 cnd:pre:2p; -répétez répéter ver 98.30 200.14 7.95 1.01 imp:pre:2p;ind:pre:2p; -répétiez répéter ver 98.30 200.14 0.67 0.20 ind:imp:2p; -répétions répéter ver 98.30 200.14 0.16 0.81 ind:imp:1p; -répétiteur répétiteur nom m s 0.07 1.15 0.05 0.88 -répétiteurs répétiteur nom m p 0.07 1.15 0.00 0.14 -répétitif répétitif adj m s 0.90 0.88 0.52 0.27 -répétitifs répétitif adj m p 0.90 0.88 0.03 0.14 -répétition répétition nom f s 15.06 12.97 11.31 9.80 -répétitions répétition nom f p 15.06 12.97 3.75 3.18 -répétitive répétitif adj f s 0.90 0.88 0.27 0.14 -répétitives répétitif adj f p 0.90 0.88 0.08 0.34 -répétitrice répétiteur nom f s 0.07 1.15 0.03 0.14 -répétons répéter ver 98.30 200.14 1.78 0.34 imp:pre:1p;ind:pre:1p; -répétât répéter ver 98.30 200.14 0.00 0.27 sub:imp:3s; -répétèrent répéter ver 98.30 200.14 0.00 0.81 ind:pas:3p; -répété répéter ver m s 98.30 200.14 5.35 13.45 par:pas; -réputé réputer ver m s 2.10 3.65 1.21 1.42 par:pas; -répétée répéter ver f s 98.30 200.14 0.44 1.62 par:pas; -réputée réputer ver f s 2.10 3.65 0.54 0.95 par:pas; -répétées répéter ver f p 98.30 200.14 0.33 1.55 par:pas; -réputées réputer ver f p 2.10 3.65 0.08 0.20 par:pas; -répétés répéter ver m p 98.30 200.14 0.36 1.62 par:pas; -réputés réputer ver m p 2.10 3.65 0.27 0.54 par:pas; -réquisition réquisition nom f s 0.52 2.77 0.48 1.82 -réquisitionnais réquisitionner ver 2.12 4.59 0.00 0.07 ind:imp:1s; -réquisitionnait réquisitionner ver 2.12 4.59 0.00 0.34 ind:imp:3s; -réquisitionnant réquisitionner ver 2.12 4.59 0.00 0.27 par:pre; -réquisitionne réquisitionner ver 2.12 4.59 0.38 0.20 imp:pre:2s;ind:pre:1s;ind:pre:3s; -réquisitionner réquisitionner ver 2.12 4.59 0.53 0.68 inf; -réquisitionnez réquisitionner ver 2.12 4.59 0.17 0.07 imp:pre:2p; -réquisitionnons réquisitionner ver 2.12 4.59 0.03 0.00 imp:pre:1p;ind:pre:1p; -réquisitionné réquisitionner ver m s 2.12 4.59 0.80 1.42 par:pas; -réquisitionnée réquisitionner ver f s 2.12 4.59 0.04 0.34 par:pas; -réquisitionnées réquisitionner ver f p 2.12 4.59 0.01 0.61 par:pas; -réquisitionnés réquisitionner ver m p 2.12 4.59 0.16 0.61 par:pas; -réquisitions réquisition nom f p 0.52 2.77 0.04 0.95 -réquisitoire réquisitoire nom m s 0.40 2.50 0.39 2.03 -réquisitoires réquisitoire nom m p 0.40 2.50 0.01 0.47 -rural rural adj m s 1.19 3.51 0.66 1.15 -rurale rural adj f s 1.19 3.51 0.23 0.88 -rurales rural adj f p 1.19 3.51 0.25 0.34 -ruraux rural adj m p 1.19 3.51 0.05 1.15 -rus ru nom m p 0.26 0.88 0.11 0.27 -rusa ruser ver 3.12 4.66 0.03 0.14 ind:pas:3s; -rusais ruser ver 3.12 4.66 0.01 0.07 ind:imp:1s; -rusait ruser ver 3.12 4.66 0.02 0.14 ind:imp:3s; -rusant ruser ver 3.12 4.66 0.02 0.07 par:pre; -ruse ruse nom f s 9.98 19.93 8.09 13.31 -réseau réseau nom m s 14.41 18.92 13.23 14.66 -réseaux réseau nom m p 14.41 18.92 1.18 4.26 -résection résection nom f s 0.18 0.14 0.18 0.14 -rusent ruser ver 3.12 4.66 0.01 0.07 ind:pre:3p; -ruser ruser ver 3.12 4.66 0.61 2.03 inf; -rusera ruser ver 3.12 4.66 0.00 0.07 ind:fut:3s; -ruserai ruser ver 3.12 4.66 0.00 0.14 ind:fut:1s; -ruserais ruser ver 3.12 4.66 0.00 0.07 cnd:pre:1s; -réserva réserver ver 34.33 47.57 0.01 0.88 ind:pas:3s; -réservai réserver ver 34.33 47.57 0.00 0.14 ind:pas:1s; -réservaient réserver ver 34.33 47.57 0.04 1.42 ind:imp:3p; -réservais réserver ver 34.33 47.57 0.32 0.61 ind:imp:1s;ind:imp:2s; -réservait réserver ver 34.33 47.57 0.37 5.95 ind:imp:3s; -réservant réserver ver 34.33 47.57 0.01 2.03 par:pre; -réservataire réservataire adj s 0.00 0.07 0.00 0.07 -réservation réservation nom f s 4.99 0.41 3.69 0.27 -réservations réservation nom f p 4.99 0.41 1.29 0.14 -réserve réserve nom f s 21.11 51.55 14.47 38.99 -réservent réserver ver 34.33 47.57 0.32 0.95 ind:pre:3p; -réserver réserver ver 34.33 47.57 4.40 4.26 inf; -réservera réserver ver 34.33 47.57 0.07 0.07 ind:fut:3s; -réserverai réserver ver 34.33 47.57 0.12 0.07 ind:fut:1s; -réserverait réserver ver 34.33 47.57 0.02 0.20 cnd:pre:3s; -réserveriez réserver ver 34.33 47.57 0.01 0.00 cnd:pre:2p; -réserveront réserver ver 34.33 47.57 0.00 0.07 ind:fut:3p; -réserves réserve nom f p 21.11 51.55 6.64 12.57 -réservez réserver ver 34.33 47.57 1.05 0.20 imp:pre:2p;ind:pre:2p; -réserviez réserver ver 34.33 47.57 0.05 0.00 ind:imp:2p; -réservions réserver ver 34.33 47.57 0.00 0.27 ind:imp:1p; -réserviste réserviste nom s 0.48 1.42 0.16 0.54 -réservistes réserviste nom p 0.48 1.42 0.33 0.88 -réservoir réservoir nom m s 8.53 5.95 6.83 4.59 -réservoirs réservoir nom m p 8.53 5.95 1.70 1.35 -réservons réserver ver 34.33 47.57 0.47 0.34 imp:pre:1p;ind:pre:1p; -réservât réserver ver 34.33 47.57 0.00 0.07 sub:imp:3s; -réservèrent réserver ver 34.33 47.57 0.00 0.07 ind:pas:3p; -réservé réserver ver m s 34.33 47.57 14.65 11.55 par:pas; -réservée réserver ver f s 34.33 47.57 2.69 6.96 par:pas; -réservées réserver ver f p 34.33 47.57 0.85 2.77 par:pas; -réservés réserver ver m p 34.33 47.57 0.95 3.45 par:pas; -ruses ruse nom f p 9.98 19.93 1.89 6.62 -rush rush nom m s 2.02 0.88 1.04 0.54 -rushes rush nom m p 2.02 0.88 0.98 0.34 -résidaient résider ver 4.95 6.82 0.04 0.41 ind:imp:3p; -résidais résider ver 4.95 6.82 0.06 0.07 ind:imp:1s;ind:imp:2s; -résidait résider ver 4.95 6.82 0.29 1.96 ind:imp:3s; -résidant résider ver 4.95 6.82 0.15 0.95 par:pre; -réside résider ver 4.95 6.82 3.51 1.76 imp:pre:2s;ind:pre:1s;ind:pre:3s; -résidence résidence nom f s 8.04 10.95 7.56 8.85 -résidences résidence nom f p 8.04 10.95 0.48 2.09 -résident résident nom m s 1.66 1.49 0.48 0.54 -résidente résident nom f s 1.66 1.49 0.11 0.00 -résidentiel résidentiel adj m s 1.91 1.35 0.70 0.61 -résidentielle résidentiel adj f s 1.91 1.35 0.33 0.34 -résidentielles résidentiel adj f p 1.91 1.35 0.69 0.20 -résidentiels résidentiel adj m p 1.91 1.35 0.19 0.20 -résidents résident nom m p 1.66 1.49 1.08 0.95 -résider résider ver 4.95 6.82 0.35 1.08 inf; -résidera résider ver 4.95 6.82 0.02 0.00 ind:fut:3s; -résiderez résider ver 4.95 6.82 0.01 0.00 ind:fut:2p; -résides résider ver 4.95 6.82 0.05 0.00 ind:pre:2s; -résidez résider ver 4.95 6.82 0.11 0.00 ind:pre:2p; -résidons résider ver 4.95 6.82 0.00 0.07 ind:pre:1p; -résidé résider ver m s 4.95 6.82 0.04 0.20 par:pas; -résidu résidu nom m s 2.72 2.70 0.89 1.76 -résiduel résiduel adj m s 0.55 0.27 0.11 0.07 -résiduelle résiduel adj f s 0.55 0.27 0.26 0.14 -résiduelles résiduel adj f p 0.55 0.27 0.07 0.00 -résiduels résiduel adj m p 0.55 0.27 0.12 0.07 -résidus résidu nom m p 2.72 2.70 1.83 0.95 -résigna résigner ver 3.84 20.34 0.00 1.28 ind:pas:3s; -résignai résigner ver 3.84 20.34 0.00 0.81 ind:pas:1s; -résignaient résigner ver 3.84 20.34 0.00 0.41 ind:imp:3p; -résignais résigner ver 3.84 20.34 0.00 0.74 ind:imp:1s; -résignait résigner ver 3.84 20.34 0.01 1.76 ind:imp:3s; -résignant résigner ver 3.84 20.34 0.00 0.41 par:pre; -résignassent résigner ver 3.84 20.34 0.00 0.07 sub:imp:3p; -résignation résignation nom f s 0.98 9.93 0.98 9.86 -résignations résignation nom f p 0.98 9.93 0.00 0.07 -résigne résigner ver 3.84 20.34 1.07 1.62 imp:pre:2s;ind:pre:1s;ind:pre:3s; -résignent résigner ver 3.84 20.34 0.03 0.27 ind:pre:3p; -résigner résigner ver 3.84 20.34 1.50 5.68 inf; -résignera résigner ver 3.84 20.34 0.00 0.07 ind:fut:3s; -résignerais résigner ver 3.84 20.34 0.00 0.07 cnd:pre:1s; -résignerait résigner ver 3.84 20.34 0.00 0.20 cnd:pre:3s; -résigneront résigner ver 3.84 20.34 0.01 0.00 ind:fut:3p; -résignez résigner ver 3.84 20.34 0.22 0.07 imp:pre:2p;ind:pre:2p; -résignions résigner ver 3.84 20.34 0.00 0.14 ind:imp:1p; -résignâmes résigner ver 3.84 20.34 0.00 0.14 ind:pas:1p; -résignât résigner ver 3.84 20.34 0.00 0.20 sub:imp:3s; -résignèrent résigner ver 3.84 20.34 0.00 0.14 ind:pas:3p; -résigné résigner ver m s 3.84 20.34 0.67 3.31 par:pas; -résignée résigner ver f s 3.84 20.34 0.16 1.89 par:pas; -résignées résigner ver f p 3.84 20.34 0.01 0.34 par:pas; -résignés résigner ver m p 3.84 20.34 0.15 0.74 par:pas; -résilia résilier ver 0.72 0.27 0.00 0.07 ind:pas:3s; -résiliable résiliable adj s 0.01 0.07 0.01 0.07 -résiliation résiliation nom f s 0.07 0.00 0.07 0.00 -résilie résilier ver 0.72 0.27 0.06 0.00 ind:pre:1s;ind:pre:3s; -résilience résilience nom f s 0.02 0.00 0.02 0.00 -résilier résilier ver 0.72 0.27 0.20 0.07 inf; -résilierait résilier ver 0.72 0.27 0.01 0.00 cnd:pre:3s; -résilié résilier ver m s 0.72 0.27 0.40 0.07 par:pas; -résiliée résilier ver f s 0.72 0.27 0.04 0.00 par:pas; -résiliées résilier ver f p 0.72 0.27 0.01 0.07 par:pas; -résille résille nom f s 0.36 1.96 0.27 1.89 -résilles résille nom f p 0.36 1.96 0.09 0.07 -résine résine nom f s 0.84 5.54 0.83 5.20 -résines résine nom f p 0.84 5.54 0.01 0.34 -résineuse résineux adj f s 0.13 1.01 0.01 0.61 -résineuses résineux adj f p 0.13 1.01 0.00 0.27 -résineux résineux adj m s 0.13 1.01 0.11 0.14 -résiné résiné nom m s 0.00 2.43 0.00 2.43 -résinée résiner ver f s 0.00 0.07 0.00 0.07 par:pas; -résipiscence résipiscence nom f s 0.00 0.47 0.00 0.47 -résista résister ver 38.91 52.16 0.17 2.16 ind:pas:3s; -résistai résister ver 38.91 52.16 0.00 0.47 ind:pas:1s; -résistaient résister ver 38.91 52.16 0.07 1.15 ind:imp:3p; -résistais résister ver 38.91 52.16 0.23 0.20 ind:imp:1s;ind:imp:2s; -résistait résister ver 38.91 52.16 0.38 5.68 ind:imp:3s; -résistance résistance nom f s 13.23 56.49 12.99 54.32 -résistances résistance nom f p 13.23 56.49 0.23 2.16 -résistant résistant adj m s 3.63 3.58 1.77 1.15 -résistante résistant adj f s 3.63 3.58 0.78 0.81 -résistantes résistant adj f p 3.63 3.58 0.42 0.20 -résistants résistant nom m p 1.38 6.15 0.86 4.59 -résiste résister ver 38.91 52.16 8.18 9.46 imp:pre:2s;ind:pre:1s;ind:pre:3s; -résistent résister ver 38.91 52.16 1.35 1.89 ind:pre:3p;sub:pre:3p; -résister résister ver 38.91 52.16 17.54 19.93 inf; -résistera résister ver 38.91 52.16 1.93 0.54 ind:fut:3s; -résisterai résister ver 38.91 52.16 0.28 0.47 ind:fut:1s; -résisteraient résister ver 38.91 52.16 0.18 0.61 cnd:pre:3p; -résisterais résister ver 38.91 52.16 0.08 0.14 cnd:pre:1s;cnd:pre:2s; -résisterait résister ver 38.91 52.16 0.23 1.22 cnd:pre:3s; -résisteras résister ver 38.91 52.16 0.05 0.00 ind:fut:2s; -résisterez résister ver 38.91 52.16 0.06 0.00 ind:fut:2p; -résisteriez résister ver 38.91 52.16 0.04 0.00 cnd:pre:2p; -résisterions résister ver 38.91 52.16 0.01 0.00 cnd:pre:1p; -résisterons résister ver 38.91 52.16 0.16 0.00 ind:fut:1p; -résisteront résister ver 38.91 52.16 0.22 0.20 ind:fut:3p; -résistes résister ver 38.91 52.16 0.83 0.07 ind:pre:2s;sub:pre:2s; -résistez résister ver 38.91 52.16 1.43 0.20 imp:pre:2p;ind:pre:2p; -résistible résistible adj s 0.01 0.00 0.01 0.00 -résistiez résister ver 38.91 52.16 0.00 0.07 ind:imp:2p; -résistions résister ver 38.91 52.16 0.02 0.07 ind:imp:1p; -résistons résister ver 38.91 52.16 0.04 0.07 ind:pre:1p; -résistât résister ver 38.91 52.16 0.00 0.41 sub:imp:3s; -résistèrent résister ver 38.91 52.16 0.01 0.47 ind:pas:3p; -résisté résister ver m s 38.91 52.16 5.16 5.74 par:pas; -résolu résoudre ver m s 40.95 36.96 9.28 11.82 par:pas; -résoluble résoluble adj m s 0.03 0.00 0.03 0.00 -résolue résolu adj f s 6.05 11.28 2.63 4.59 -résolues résolu adj f p 6.05 11.28 0.90 0.61 -résolument résolument adv 0.39 5.34 0.39 5.34 -résolurent résoudre ver 40.95 36.96 0.00 0.07 ind:pas:3p; -résolus résoudre ver m p 40.95 36.96 1.23 3.04 ind:pas:1s;ind:pas:2s;par:pas; -résolut résoudre ver 40.95 36.96 0.13 3.11 ind:pas:3s; -résolution résolution nom f s 4.51 14.39 3.24 10.47 -résolutions résolution nom f p 4.51 14.39 1.27 3.92 -résolvaient résoudre ver 40.95 36.96 0.03 0.34 ind:imp:3p; -résolvais résoudre ver 40.95 36.96 0.02 0.07 ind:imp:1s;ind:imp:2s; -résolvait résoudre ver 40.95 36.96 0.13 1.15 ind:imp:3s; -résolvant résoudre ver 40.95 36.96 0.01 0.20 par:pre; -résolve résoudre ver 40.95 36.96 0.58 0.14 sub:pre:1s;sub:pre:3s; -résolvent résoudre ver 40.95 36.96 0.55 0.27 ind:pre:3p; -résolves résoudre ver 40.95 36.96 0.05 0.00 sub:pre:2s; -résolvez résoudre ver 40.95 36.96 0.36 0.00 imp:pre:2p;ind:pre:2p; -résolviez résoudre ver 40.95 36.96 0.04 0.07 ind:imp:2p; -résolvons résoudre ver 40.95 36.96 0.08 0.00 imp:pre:1p;ind:pre:1p; -rusâmes ruser ver 3.12 4.66 0.00 0.07 ind:pas:1p; -résonance résonance nom f s 0.71 5.27 0.69 3.72 -résonances résonance nom f p 0.71 5.27 0.03 1.55 -résonateur résonateur nom m s 0.13 0.00 0.13 0.00 -résonna résonner ver 5.07 31.96 0.24 4.26 ind:pas:3s; -résonnaient résonner ver 5.07 31.96 0.16 4.53 ind:imp:3p; -résonnait résonner ver 5.07 31.96 0.64 7.09 ind:imp:3s; -résonnant résonner ver 5.07 31.96 0.14 0.74 par:pre; -résonnante résonnant adj f s 0.12 0.47 0.03 0.07 -résonnants résonnant adj m p 0.12 0.47 0.00 0.07 -résonne résonner ver 5.07 31.96 1.38 4.59 imp:pre:2s;ind:pre:1s;ind:pre:3s; -résonnent résonner ver 5.07 31.96 1.11 2.70 ind:pre:3p; -résonner résonner ver 5.07 31.96 0.81 5.47 inf; -résonnera résonner ver 5.07 31.96 0.17 0.07 ind:fut:3s; -résonneraient résonner ver 5.07 31.96 0.02 0.07 cnd:pre:3p; -résonneront résonner ver 5.07 31.96 0.11 0.07 ind:fut:3p; -résonnez résonner ver 5.07 31.96 0.02 0.20 imp:pre:2p; -résonnèrent résonner ver 5.07 31.96 0.01 1.28 ind:pas:3p; -résonné résonner ver m s 5.07 31.96 0.27 0.88 par:pas; -résorba résorber ver 0.26 2.97 0.00 0.07 ind:pas:3s; -résorbable résorbable adj s 0.01 0.00 0.01 0.00 -résorbaient résorber ver 0.26 2.97 0.00 0.20 ind:imp:3p; -résorbait résorber ver 0.26 2.97 0.00 0.14 ind:imp:3s; -résorbant résorber ver 0.26 2.97 0.00 0.07 par:pre; -résorbe résorber ver 0.26 2.97 0.04 0.74 ind:pre:3s; -résorbent résorber ver 0.26 2.97 0.00 0.14 ind:pre:3p; -résorber résorber ver 0.26 2.97 0.06 0.54 inf; -résorberait résorber ver 0.26 2.97 0.00 0.07 cnd:pre:3s; -résorberons résorber ver 0.26 2.97 0.01 0.00 ind:fut:1p; -résorbé résorber ver m s 0.26 2.97 0.14 0.54 par:pas; -résorbée résorber ver f s 0.26 2.97 0.01 0.34 par:pas; -résorbés résorber ver m p 0.26 2.97 0.00 0.14 par:pas; -résorption résorption nom f s 0.00 0.20 0.00 0.14 -résorptions résorption nom f p 0.00 0.20 0.00 0.07 -résoudra résoudre ver 40.95 36.96 1.67 0.41 ind:fut:3s; -résoudrai résoudre ver 40.95 36.96 0.12 0.00 ind:fut:1s; -résoudraient résoudre ver 40.95 36.96 0.00 0.07 cnd:pre:3p; -résoudrais résoudre ver 40.95 36.96 0.34 0.14 cnd:pre:1s;cnd:pre:2s; -résoudrait résoudre ver 40.95 36.96 0.32 0.41 cnd:pre:3s; -résoudras résoudre ver 40.95 36.96 0.05 0.00 ind:fut:2s; -résoudre résoudre ver 40.95 36.96 20.89 13.58 inf; -résoudrez résoudre ver 40.95 36.96 0.10 0.00 ind:fut:2p; -résoudrons résoudre ver 40.95 36.96 0.07 0.00 ind:fut:1p; -résoudront résoudre ver 40.95 36.96 0.47 0.00 ind:fut:3p; -résous résoudre ver 40.95 36.96 1.04 0.27 imp:pre:2s;ind:pre:1s;ind:pre:2s; -résout résoudre ver 40.95 36.96 3.38 1.82 ind:pre:3s; -russe russe adj s 32.27 48.51 24.85 35.34 -russes russe nom p 35.44 40.27 19.76 24.73 -russifiant russifier ver 0.00 0.27 0.00 0.07 par:pre; -russification russification nom f s 0.00 0.14 0.00 0.14 -russifié russifier ver m s 0.00 0.27 0.00 0.14 par:pas; -russifiée russifier ver f s 0.00 0.27 0.00 0.07 par:pas; -russo_allemand russo_allemand adj m s 0.00 0.14 0.00 0.07 -russo_allemand russo_allemand adj f s 0.00 0.14 0.00 0.07 -russo_américain russo_américain adj m s 0.00 0.07 0.00 0.07 -russo_japonais russo_japonais adj f s 0.00 0.20 0.00 0.20 -russo_polonais russo_polonais adj m 0.00 0.14 0.00 0.07 -russo_polonais russo_polonais adj f s 0.00 0.14 0.00 0.07 -russo_turque russo_turque adj f s 0.00 0.14 0.00 0.14 -russophone russophone adj m s 0.01 0.00 0.01 0.00 -russules russule nom f p 0.00 0.14 0.00 0.14 -rustaud rustaud nom m s 0.39 0.20 0.33 0.14 -rustaude rustaud adj f s 0.12 0.68 0.02 0.27 -rustaudes rustaud nom f p 0.39 0.20 0.01 0.00 -rustauds rustaud nom m p 0.39 0.20 0.05 0.07 -rusticité rusticité nom f s 0.02 1.08 0.02 1.08 -rustine rustine nom f s 0.10 1.69 0.08 0.95 -rustines rustine nom f p 0.10 1.69 0.02 0.74 -rustique rustique adj s 1.29 6.22 0.95 4.26 -rustiques rustique adj p 1.29 6.22 0.34 1.96 -rustre rustre nom s 2.26 1.28 1.63 0.74 -rustres rustre nom p 2.26 1.28 0.63 0.54 -rusé rusé adj m s 3.27 4.80 2.46 2.77 -réséda réséda nom m s 0.10 0.41 0.10 0.34 -résédas réséda nom m p 0.10 0.41 0.00 0.07 -rusée rusé adj f s 3.27 4.80 0.52 0.95 -rusées ruser ver f p 3.12 4.66 0.13 0.00 par:pas; -résulta résulter ver 2.58 9.46 0.11 0.47 ind:pas:3s; -résultaient résulter ver 2.58 9.46 0.00 0.27 ind:imp:3p; -résultais résulter ver 2.58 9.46 0.00 0.07 ind:imp:1s; -résultait résulter ver 2.58 9.46 0.15 1.62 ind:imp:3s; -résultant résulter ver 2.58 9.46 0.42 0.74 par:pre; -résultante résultant adj f s 0.07 0.07 0.06 0.00 -résultantes résultante nom f p 0.01 0.54 0.00 0.14 -résultat résultat nom m s 59.47 38.38 25.15 27.43 -résultats résultat nom m p 59.47 38.38 34.31 10.95 -résulte résulter ver 2.58 9.46 1.19 3.38 imp:pre:2s;ind:pre:3s; -résultent résulter ver 2.58 9.46 0.23 0.54 ind:pre:3p; -résulter résulter ver 2.58 9.46 0.26 0.81 inf; -résulteraient résulter ver 2.58 9.46 0.00 0.34 cnd:pre:3p; -résulterait résulter ver 2.58 9.46 0.13 0.47 cnd:pre:3s; -résulteront résulter ver 2.58 9.46 0.00 0.07 ind:fut:3p; -résulté résulter ver m s 2.58 9.46 0.09 0.54 par:pas; -résultées résulter ver f p 2.58 9.46 0.00 0.14 par:pas; -résuma résumer ver 7.48 14.53 0.01 0.68 ind:pas:3s; -résumai résumer ver 7.48 14.53 0.00 0.07 ind:pas:1s; -résumaient résumer ver 7.48 14.53 0.04 0.61 ind:imp:3p; -résumais résumer ver 7.48 14.53 0.00 0.27 ind:imp:1s; -résumait résumer ver 7.48 14.53 0.26 2.03 ind:imp:3s; -résumant résumer ver 7.48 14.53 0.00 0.68 par:pre; -résume résumer ver 7.48 14.53 3.50 3.31 imp:pre:2s;ind:pre:1s;ind:pre:3s; -résument résumer ver 7.48 14.53 0.18 0.68 ind:pre:3p; -résumer résumer ver 7.48 14.53 2.31 3.31 inf; -résumera résumer ver 7.48 14.53 0.04 0.14 ind:fut:3s; -résumerai résumer ver 7.48 14.53 0.02 0.27 ind:fut:1s; -résumerait résumer ver 7.48 14.53 0.04 0.07 cnd:pre:3s; -résumeriez résumer ver 7.48 14.53 0.00 0.07 cnd:pre:2p; -résumez résumer ver 7.48 14.53 0.08 0.00 imp:pre:2p;ind:pre:2p; -résumons résumer ver 7.48 14.53 0.38 0.54 imp:pre:1p;ind:pre:1p; -résumé résumé nom m s 3.95 3.72 3.86 3.24 -résumée résumer ver f s 7.48 14.53 0.07 0.61 par:pas; -résumées résumer ver f p 7.48 14.53 0.02 0.27 par:pas; -résumés résumé nom m p 3.95 3.72 0.09 0.47 -réséquer réséquer ver 0.01 0.07 0.01 0.07 inf; -résurgence résurgence nom f s 0.46 1.08 0.46 0.88 -résurgences résurgence nom f p 0.46 1.08 0.00 0.20 -résurgente résurgent adj f s 0.00 0.07 0.00 0.07 -résurrection résurrection nom f s 4.29 8.11 4.15 7.50 -résurrections résurrection nom f p 4.29 8.11 0.14 0.61 -rusés ruser ver m p 3.12 4.66 0.24 0.14 par:pas; -rut rut nom m s 2.00 2.09 2.00 2.09 -rutabaga rutabaga nom m s 0.26 1.49 0.24 0.74 -rutabagas rutabaga nom m p 0.26 1.49 0.03 0.74 -rétabli rétablir ver m s 12.38 22.36 2.78 3.65 par:pas; -rétablie rétablir ver f s 12.38 22.36 1.55 1.42 par:pas; -rétablies rétablir ver f p 12.38 22.36 0.18 0.41 par:pas; -rétablir rétablir ver 12.38 22.36 5.19 11.15 inf; -rétablira rétablir ver 12.38 22.36 0.49 0.20 ind:fut:3s; -rétablirai rétablir ver 12.38 22.36 0.01 0.07 ind:fut:1s; -rétablirait rétablir ver 12.38 22.36 0.04 0.34 cnd:pre:3s; -rétabliras rétablir ver 12.38 22.36 0.15 0.00 ind:fut:2s; -rétablirent rétablir ver 12.38 22.36 0.00 0.07 ind:pas:3p; -rétablirez rétablir ver 12.38 22.36 0.02 0.00 ind:fut:2p; -rétablirons rétablir ver 12.38 22.36 0.06 0.07 ind:fut:1p; -rétabliront rétablir ver 12.38 22.36 0.01 0.07 ind:fut:3p; -rétablis rétablir ver m p 12.38 22.36 0.52 0.74 imp:pre:2s;ind:pre:1s;ind:pre:2s;par:pas; -rétablissaient rétablir ver 12.38 22.36 0.00 0.34 ind:imp:3p; -rétablissais rétablir ver 12.38 22.36 0.00 0.07 ind:imp:1s; -rétablissait rétablir ver 12.38 22.36 0.01 0.88 ind:imp:3s; -rétablissant rétablir ver 12.38 22.36 0.03 0.54 par:pre; -rétablisse rétablir ver 12.38 22.36 0.26 0.07 sub:pre:1s;sub:pre:3s; -rétablissement rétablissement nom m s 2.08 3.85 2.08 3.65 -rétablissements rétablissement nom m p 2.08 3.85 0.00 0.20 -rétablissent rétablir ver 12.38 22.36 0.06 0.14 ind:pre:3p; -rétablisses rétablir ver 12.38 22.36 0.01 0.00 sub:pre:2s; -rétablissez rétablir ver 12.38 22.36 0.26 0.00 imp:pre:2p;ind:pre:2p; -rétablissons rétablir ver 12.38 22.36 0.16 0.34 imp:pre:1p;ind:pre:1p; -rétablit rétablir ver 12.38 22.36 0.60 1.82 ind:pre:3s;ind:pas:3s; -rétamai rétamer ver 0.56 1.55 0.00 0.07 ind:pas:1s; -rétamait rétamer ver 0.56 1.55 0.00 0.07 ind:imp:3s; -rétame rétamer ver 0.56 1.55 0.04 0.14 imp:pre:2s;ind:pre:1s;ind:pre:3s; -rétamer rétamer ver 0.56 1.55 0.23 0.47 inf; -rétameras rétamer ver 0.56 1.55 0.01 0.00 ind:fut:2s; -rétameur rétameur nom m s 0.05 0.14 0.05 0.14 -rétamé rétamer ver m s 0.56 1.55 0.25 0.68 par:pas; -rétamées rétamer ver f p 0.56 1.55 0.00 0.07 par:pas; -rétamés rétamer ver m p 0.56 1.55 0.03 0.07 par:pas; -rétention rétention nom f s 0.48 0.47 0.48 0.47 -rutherford rutherford nom m s 0.04 0.00 0.04 0.00 -ruèrent ruer ver 3.27 20.81 0.03 1.15 ind:pas:3p; -réticence réticence nom f s 1.10 7.64 0.69 3.24 -réticences réticence nom f p 1.10 7.64 0.41 4.39 -réticent réticent adj m s 1.49 3.92 0.90 1.62 -réticente réticent adj f s 1.49 3.92 0.17 1.35 -réticentes réticent adj f p 1.49 3.92 0.12 0.14 -réticents réticent adj m p 1.49 3.92 0.29 0.81 -réticulaire réticulaire adj m s 0.06 0.00 0.02 0.00 -réticulaires réticulaire adj p 0.06 0.00 0.03 0.00 -réticulation réticulation nom f s 0.00 0.07 0.00 0.07 -réticule réticule nom m s 0.02 0.81 0.02 0.81 -réticulé réticulé adj m s 0.04 0.00 0.01 0.00 -réticulée réticuler ver f s 0.03 0.00 0.03 0.00 par:pas; -réticulée réticulé adj f s 0.04 0.00 0.03 0.00 -réticulum réticulum nom m s 0.04 0.00 0.04 0.00 -rétif rétif adj m s 0.21 4.26 0.04 1.62 -rétifs rétif adj m p 0.21 4.26 0.14 0.41 -rutilaient rutiler ver 0.02 1.76 0.00 0.14 ind:imp:3p; -rutilait rutiler ver 0.02 1.76 0.00 0.47 ind:imp:3s; -rutilances rutilance nom f p 0.00 0.07 0.00 0.07 -rutilant rutilant adj m s 0.42 3.11 0.15 0.95 -rutilante rutilant adj f s 0.42 3.11 0.23 0.81 -rutilantes rutilant adj f p 0.42 3.11 0.04 0.61 -rutilants rutilant adj m p 0.42 3.11 0.01 0.74 -rutile rutiler ver 0.02 1.76 0.01 0.54 ind:pre:3s; -rutilent rutiler ver 0.02 1.76 0.00 0.14 ind:pre:3p; -rutiler rutiler ver 0.02 1.76 0.00 0.14 inf; -rétinal rétinal nom m s 0.01 0.00 0.01 0.00 -rétine rétine nom f s 0.80 2.97 0.69 2.36 -rétines rétine nom f p 0.80 2.97 0.11 0.61 -rétinien rétinien adj m s 0.26 0.14 0.10 0.00 -rétinienne rétinien adj f s 0.26 0.14 0.14 0.07 -rétiniennes rétinien adj f p 0.26 0.14 0.02 0.07 -rétinite rétinite nom f s 0.02 0.07 0.02 0.07 -rétinopathie rétinopathie nom f s 0.02 0.00 0.02 0.00 -rétive rétif adj f s 0.21 4.26 0.02 2.03 -rétives rétif adj f p 0.21 4.26 0.01 0.20 -rétorqua rétorquer ver 0.20 9.32 0.02 2.77 ind:pas:3s; -rétorquai rétorquer ver 0.20 9.32 0.00 0.81 ind:pas:1s; -rétorquais rétorquer ver 0.20 9.32 0.00 0.27 ind:imp:1s; -rétorquait rétorquer ver 0.20 9.32 0.01 1.35 ind:imp:3s; -rétorquant rétorquer ver 0.20 9.32 0.00 0.07 par:pre; -rétorque rétorquer ver 0.20 9.32 0.11 2.36 imp:pre:2s;ind:pre:1s;ind:pre:3s; -rétorquer rétorquer ver 0.20 9.32 0.01 0.74 inf; -rétorquera rétorquer ver 0.20 9.32 0.01 0.07 ind:fut:3s; -rétorquèrent rétorquer ver 0.20 9.32 0.00 0.07 ind:pas:3p; -rétorqué rétorquer ver m s 0.20 9.32 0.04 0.81 par:pas; -rétorsion rétorsion nom f s 0.03 0.07 0.03 0.07 -rétracta rétracter ver 1.71 5.14 0.01 0.34 ind:pas:3s; -rétractable rétractable adj s 0.07 0.07 0.07 0.07 -rétractais rétracter ver 1.71 5.14 0.00 0.07 ind:imp:1s; -rétractait rétracter ver 1.71 5.14 0.01 0.47 ind:imp:3s; -rétractant rétracter ver 1.71 5.14 0.01 0.47 par:pre; -rétractation rétractation nom f s 0.18 0.34 0.17 0.27 -rétractations rétractation nom f p 0.18 0.34 0.01 0.07 -rétracte rétracter ver 1.71 5.14 0.36 1.35 imp:pre:2s;ind:pre:1s;ind:pre:3s; -rétractent rétracter ver 1.71 5.14 0.04 0.14 ind:pre:3p; -rétracter rétracter ver 1.71 5.14 0.50 1.15 inf; -rétractera rétracter ver 1.71 5.14 0.04 0.00 ind:fut:3s; -rétracterait rétracter ver 1.71 5.14 0.10 0.00 cnd:pre:3s; -rétracteur rétracteur nom m s 0.08 0.00 0.07 0.00 -rétracteurs rétracteur nom m p 0.08 0.00 0.01 0.00 -rétractez rétracter ver 1.71 5.14 0.06 0.14 imp:pre:2p;ind:pre:2p; -rétractile rétractile adj f s 0.02 0.20 0.01 0.07 -rétractiles rétractile adj f p 0.02 0.20 0.01 0.14 -rétraction rétraction nom f s 0.06 0.20 0.06 0.20 -rétractèrent rétracter ver 1.71 5.14 0.00 0.14 ind:pas:3p; -rétracté rétracter ver m s 1.71 5.14 0.39 0.54 par:pas; -rétractée rétracter ver f s 1.71 5.14 0.13 0.20 par:pas; -rétractées rétracter ver f p 1.71 5.14 0.02 0.00 par:pas; -rétractés rétracter ver m p 1.71 5.14 0.04 0.14 par:pas; -rétreint rétreindre ver 0.01 0.00 0.01 0.00 ind:pre:3s; -rétribuant rétribuer ver 0.35 0.68 0.00 0.14 par:pre; -rétribue rétribuer ver 0.35 0.68 0.02 0.07 ind:pre:1s;ind:pre:3s; -rétribuer rétribuer ver 0.35 0.68 0.14 0.14 inf; -rétribution rétribution nom f s 0.60 0.41 0.60 0.34 -rétributions rétribution nom f p 0.60 0.41 0.00 0.07 -rétribué rétribué adj m s 0.12 0.20 0.12 0.07 -rétribuée rétribuer ver f s 0.35 0.68 0.15 0.14 par:pas; -rétribués rétribuer ver m p 0.35 0.68 0.01 0.07 par:pas; -rétro rétro adj 1.12 0.81 1.12 0.81 -rétroactif rétroactif adj m s 0.29 0.14 0.22 0.14 -rétroaction rétroaction nom f s 0.13 0.07 0.13 0.07 -rétroactive rétroactif adj f s 0.29 0.14 0.07 0.00 -rétroactivement rétroactivement adv 0.05 0.14 0.05 0.14 -rétrocession rétrocession nom f s 0.00 0.07 0.00 0.07 -rétrocède rétrocéder ver 0.01 0.27 0.01 0.07 ind:pre:3s; -rétrocédait rétrocéder ver 0.01 0.27 0.00 0.07 ind:imp:3s; -rétrocéder rétrocéder ver 0.01 0.27 0.00 0.14 inf; -rétrofusée rétrofusée nom f s 0.25 0.00 0.02 0.00 -rétrofusées rétrofusée nom f p 0.25 0.00 0.23 0.00 -rétrograda rétrograder ver 0.97 0.74 0.00 0.07 ind:pas:3s; -rétrogradation rétrogradation nom f s 0.09 0.20 0.07 0.14 -rétrogradations rétrogradation nom f p 0.09 0.20 0.01 0.07 -rétrograde rétrograde adj s 0.57 0.95 0.50 0.81 -rétrogradent rétrograder ver 0.97 0.74 0.00 0.07 ind:pre:3p; -rétrograder rétrograder ver 0.97 0.74 0.16 0.34 inf; -rétrogrades rétrograde adj p 0.57 0.95 0.07 0.14 -rétrogradez rétrograder ver 0.97 0.74 0.03 0.00 imp:pre:2p;ind:pre:2p; -rétrogradé rétrograder ver m s 0.97 0.74 0.55 0.07 par:pas; -rétrogradée rétrograder ver f s 0.97 0.74 0.06 0.00 par:pas; -rétrogradés rétrograder ver m p 0.97 0.74 0.01 0.07 par:pas; -rétrogression rétrogression nom f s 0.01 0.00 0.01 0.00 -rétroprojecteur rétroprojecteur nom m s 0.11 0.07 0.11 0.07 -rétropropulsion rétropropulsion nom f s 0.03 0.00 0.03 0.00 -rétros rétro nom m p 0.92 3.65 0.12 0.27 -rétrospectif rétrospectif adj m s 0.15 2.91 0.00 0.88 -rétrospectifs rétrospectif adj m p 0.15 2.91 0.00 0.14 -rétrospection rétrospection nom f s 0.03 0.00 0.03 0.00 -rétrospective rétrospective nom f s 0.36 0.61 0.36 0.54 -rétrospectivement rétrospectivement adv 0.36 1.08 0.36 1.08 -rétrospectives rétrospectif adj f p 0.15 2.91 0.00 0.27 -rétroversion rétroversion nom f s 0.00 0.07 0.00 0.07 -rétrovirale rétroviral adj f s 0.01 0.00 0.01 0.00 -rétrovirus rétrovirus nom m 1.11 0.14 1.11 0.14 -rétroviseur rétroviseur nom m s 0.93 5.20 0.86 5.07 -rétroviseurs rétroviseur nom m p 0.93 5.20 0.07 0.14 -rétréci rétrécir ver m s 3.51 7.57 1.06 1.22 par:pas; -rétrécie rétrécir ver f s 3.51 7.57 0.13 0.47 par:pas; -rétrécies rétrécir ver f p 3.51 7.57 0.01 0.07 par:pas; -rétrécir rétrécir ver 3.51 7.57 0.53 1.42 inf; -rétrécirent rétrécir ver 3.51 7.57 0.00 0.27 ind:pas:3p; -rétrécis rétrécir ver m p 3.51 7.57 0.06 0.00 imp:pre:2s;par:pas; -rétrécissaient rétrécir ver 3.51 7.57 0.00 0.27 ind:imp:3p; -rétrécissait rétrécir ver 3.51 7.57 0.02 1.08 ind:imp:3s; -rétrécissant rétrécir ver 3.51 7.57 0.02 0.81 par:pre; -rétrécisse rétrécir ver 3.51 7.57 0.04 0.00 sub:pre:3s; -rétrécissement rétrécissement nom m s 0.15 0.88 0.14 0.81 -rétrécissements rétrécissement nom m p 0.15 0.88 0.01 0.07 -rétrécissent rétrécir ver 3.51 7.57 0.31 0.34 ind:pre:3p; -rétrécissez rétrécir ver 3.51 7.57 0.03 0.00 imp:pre:2p; -rétrécit rétrécir ver 3.51 7.57 1.31 1.62 ind:pre:3s;ind:pas:3s; -rué ruer ver m s 3.27 20.81 0.67 1.69 par:pas; -rééchelonnement rééchelonnement nom m s 0.00 0.07 0.00 0.07 -réécoutais réécouter ver 0.63 0.68 0.00 0.14 ind:imp:1s; -réécoutait réécouter ver 0.63 0.68 0.00 0.07 ind:imp:3s; -réécoute réécouter ver 0.63 0.68 0.03 0.07 imp:pre:2s;ind:pre:1s; -réécoutent réécouter ver 0.63 0.68 0.00 0.07 ind:pre:3p; -réécouter réécouter ver 0.63 0.68 0.57 0.34 inf; -réécouterez réécouter ver 0.63 0.68 0.01 0.00 ind:fut:2p; -réécouté réécouter ver m s 0.63 0.68 0.02 0.00 par:pas; -réécrira réécrire ver 2.64 0.81 0.04 0.00 ind:fut:3s; -réécrirai réécrire ver 2.64 0.81 0.01 0.00 ind:fut:1s; -réécrire réécrire ver 2.64 0.81 1.27 0.07 inf; -réécris réécrire ver 2.64 0.81 0.39 0.07 imp:pre:2s;ind:pre:1s;ind:pre:2s; -réécrit réécrire ver m s 2.64 0.81 0.67 0.47 ind:pre:3s;par:pas; -réécrite réécrire ver f s 2.64 0.81 0.11 0.07 par:pas; -réécrits réécrire ver m p 2.64 0.81 0.08 0.07 par:pas; -réécriture réécriture nom f s 0.13 0.00 0.11 0.00 -réécritures réécriture nom f p 0.13 0.00 0.02 0.00 -réécrivaient réécrire ver 2.64 0.81 0.01 0.00 ind:imp:3p; -réécrive réécrire ver 2.64 0.81 0.02 0.07 sub:pre:1s;sub:pre:3s; -réécrivez réécrire ver 2.64 0.81 0.05 0.00 imp:pre:2p;ind:pre:2p; -réédifier réédifier ver 0.01 0.14 0.01 0.07 inf; -réédifieras réédifier ver 0.01 0.14 0.00 0.07 ind:fut:2s; -rééditait rééditer ver 0.05 0.95 0.00 0.20 ind:imp:3s; -rééditant rééditer ver 0.05 0.95 0.00 0.07 par:pre; -rééditer rééditer ver 0.05 0.95 0.01 0.34 inf; -réédition réédition nom f s 0.19 0.68 0.18 0.47 -rééditions réédition nom f p 0.19 0.68 0.01 0.20 -réédité rééditer ver m s 0.05 0.95 0.04 0.20 par:pas; -rééditées rééditer ver f p 0.05 0.95 0.00 0.07 par:pas; -réédités rééditer ver m p 0.05 0.95 0.00 0.07 par:pas; -rééducateur rééducateur nom m s 0.00 0.07 0.00 0.07 -rééducation rééducation nom f s 2.48 0.68 2.48 0.68 -rééduquais rééduquer ver 1.66 0.68 0.00 0.07 ind:imp:1s; -rééduquait rééduquer ver 1.66 0.68 0.00 0.07 ind:imp:3s; -rééduque rééduquer ver 1.66 0.68 0.01 0.07 ind:pre:3s; -rééduquer rééduquer ver 1.66 0.68 0.42 0.34 inf;; -rééduqué rééduquer ver m s 1.66 0.68 0.41 0.07 par:pas; -rééduqués rééduquer ver m p 1.66 0.68 0.81 0.07 par:pas; -ruée ruée nom f s 0.86 4.73 0.85 4.66 -ruées ruer ver f p 3.27 20.81 0.01 0.14 par:pas; -réélection réélection nom f s 0.56 0.07 0.56 0.07 -rééligible rééligible adj s 0.03 0.00 0.03 0.00 -réélira réélire ver 0.94 0.27 0.10 0.00 ind:fut:3s; -réélire réélire ver 0.94 0.27 0.17 0.00 inf; -réélisent réélire ver 0.94 0.27 0.02 0.00 ind:pre:3p; -réélisez réélire ver 0.94 0.27 0.06 0.00 imp:pre:2p; -réélu réélire ver m s 0.94 0.27 0.56 0.20 par:pas; -réélus réélire ver m p 0.94 0.27 0.03 0.00 par:pas; -réélut réélire ver 0.94 0.27 0.00 0.07 ind:pas:3s; -réunîmes réunir ver 41.93 56.69 0.00 0.07 ind:pas:1p; -réuni réunir ver m s 41.93 56.69 3.95 4.32 par:pas; -réunie réunir ver f s 41.93 56.69 1.61 3.18 par:pas; -réunies réunir ver f p 41.93 56.69 2.35 4.93 par:pas; -réunification réunification nom f s 1.30 0.14 1.30 0.14 -réunifier réunifier ver 0.17 0.27 0.04 0.00 inf; -réunifié réunifier ver m s 0.17 0.27 0.03 0.00 par:pas; -réunifiée réunifier ver f s 0.17 0.27 0.10 0.20 par:pas; -réunifiées réunifier ver f p 0.17 0.27 0.00 0.07 par:pas; -réunion réunion nom f s 56.82 28.18 49.17 19.12 -réunionnais réunionnais nom m 0.00 0.07 0.00 0.07 -réunionnite réunionnite nom f s 0.01 0.00 0.01 0.00 -réunions réunion nom f p 56.82 28.18 7.66 9.05 -réunir réunir ver 41.93 56.69 9.11 8.45 inf; -réunira réunir ver 41.93 56.69 0.52 0.47 ind:fut:3s; -réunirai réunir ver 41.93 56.69 0.06 0.00 ind:fut:1s; -réuniraient réunir ver 41.93 56.69 0.05 0.27 cnd:pre:3p; -réunirais réunir ver 41.93 56.69 0.12 0.00 cnd:pre:1s;cnd:pre:2s; -réunirait réunir ver 41.93 56.69 0.09 0.41 cnd:pre:3s; -réuniras réunir ver 41.93 56.69 0.00 0.07 ind:fut:2s; -réunirent réunir ver 41.93 56.69 0.06 0.88 ind:pas:3p; -réunirons réunir ver 41.93 56.69 0.14 0.07 ind:fut:1p; -réuniront réunir ver 41.93 56.69 0.15 0.07 ind:fut:3p; -réunis réunir ver m p 41.93 56.69 15.85 18.18 imp:pre:2s;ind:pre:1s;ind:pre:2s;par:pas; -réunissaient réunir ver 41.93 56.69 0.24 2.91 ind:imp:3p; -réunissais réunir ver 41.93 56.69 0.14 0.07 ind:imp:1s; -réunissait réunir ver 41.93 56.69 0.69 3.72 ind:imp:3s; -réunissant réunir ver 41.93 56.69 0.34 1.62 par:pre; -réunisse réunir ver 41.93 56.69 0.81 0.14 sub:pre:1s;sub:pre:3s; -réunissent réunir ver 41.93 56.69 1.26 1.42 ind:pre:3p; -réunisses réunir ver 41.93 56.69 0.02 0.00 sub:pre:2s; -réunissez réunir ver 41.93 56.69 0.37 0.20 imp:pre:2p;ind:pre:2p; -réunissions réunir ver 41.93 56.69 0.19 0.20 ind:imp:1p; -réunissons réunir ver 41.93 56.69 0.42 0.07 imp:pre:1p;ind:pre:1p; -réunit réunir ver 41.93 56.69 3.39 5.00 ind:pre:3s;ind:pas:3s; -rééquilibrage rééquilibrage nom m s 0.01 0.07 0.01 0.07 -rééquilibrait rééquilibrer ver 0.13 0.20 0.00 0.07 ind:imp:3s; -rééquilibrant rééquilibrer ver 0.13 0.20 0.01 0.00 par:pre; -rééquilibre rééquilibrer ver 0.13 0.20 0.04 0.00 ind:pre:3s; -rééquilibrer rééquilibrer ver 0.13 0.20 0.08 0.07 inf; -rééquilibrera rééquilibrer ver 0.13 0.20 0.00 0.07 ind:fut:3s; -rééquipent rééquiper ver 0.02 0.27 0.01 0.07 ind:pre:3p; -rééquiper rééquiper ver 0.02 0.27 0.01 0.00 inf; -rééquipé rééquiper ver m s 0.02 0.27 0.00 0.07 par:pas; -rééquipée rééquiper ver f s 0.02 0.27 0.00 0.14 par:pas; -rués ruer ver m p 3.27 20.81 0.06 0.54 par:pas; -réussîmes réussir ver 131.88 122.16 0.00 0.20 ind:pas:1p; -réussît réussir ver 131.88 122.16 0.01 0.34 sub:imp:3s; -réussi réussir ver m s 131.88 122.16 78.63 55.74 par:pas; -réussie réussi adj f s 6.11 7.70 2.17 2.77 -réussies réussi adj f p 6.11 7.70 0.61 0.81 -réussir réussir ver 131.88 122.16 20.99 16.55 inf; -réussira réussir ver 131.88 122.16 2.27 0.81 ind:fut:3s; -réussirai réussir ver 131.88 122.16 1.50 0.34 ind:fut:1s; -réussiraient réussir ver 131.88 122.16 0.02 0.14 cnd:pre:3p; -réussirais réussir ver 131.88 122.16 0.64 0.95 cnd:pre:1s;cnd:pre:2s; -réussirait réussir ver 131.88 122.16 0.50 0.74 cnd:pre:3s; -réussiras réussir ver 131.88 122.16 1.51 0.41 ind:fut:2s; -réussirent réussir ver 131.88 122.16 0.04 1.55 ind:pas:3p; -réussirez réussir ver 131.88 122.16 1.37 0.20 ind:fut:2p; -réussiriez réussir ver 131.88 122.16 0.22 0.00 cnd:pre:2p; -réussirions réussir ver 131.88 122.16 0.04 0.14 cnd:pre:1p; -réussirons réussir ver 131.88 122.16 0.93 0.34 ind:fut:1p; -réussiront réussir ver 131.88 122.16 0.57 0.27 ind:fut:3p; -réussis réussir ver m p 131.88 122.16 4.48 5.00 ind:pre:1s;ind:pre:2s;par:pas; -réussissaient réussir ver 131.88 122.16 0.12 1.76 ind:imp:3p; -réussissais réussir ver 131.88 122.16 0.24 2.30 ind:imp:1s;ind:imp:2s; -réussissait réussir ver 131.88 122.16 0.41 6.69 ind:imp:3s; -réussissant réussir ver 131.88 122.16 0.10 1.89 par:pre; -réussisse réussir ver 131.88 122.16 1.88 1.55 sub:pre:1s;sub:pre:3s; -réussissent réussir ver 131.88 122.16 1.85 1.82 ind:pre:3p; -réussisses réussir ver 131.88 122.16 0.47 0.00 sub:pre:2s; -réussissez réussir ver 131.88 122.16 1.25 0.47 imp:pre:2p;ind:pre:2p; -réussissiez réussir ver 131.88 122.16 0.39 0.27 ind:imp:2p; -réussissions réussir ver 131.88 122.16 0.05 0.34 ind:imp:1p; -réussissons réussir ver 131.88 122.16 0.59 0.20 imp:pre:1p;ind:pre:1p; -réussit réussir ver 131.88 122.16 9.70 19.39 ind:pre:3s;ind:pas:3s; -réussite réussite nom f s 9.46 20.74 8.80 18.18 -réussites réussite nom f p 9.46 20.74 0.66 2.57 -réutilisables réutilisable adj p 0.03 0.00 0.03 0.00 -réutilisait réutiliser ver 0.38 0.27 0.02 0.14 ind:imp:3s; -réutilisation réutilisation nom f s 0.15 0.00 0.15 0.00 -réutilise réutiliser ver 0.38 0.27 0.10 0.00 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -réutiliser réutiliser ver 0.38 0.27 0.20 0.07 inf; -réutilisé réutiliser ver m s 0.38 0.27 0.04 0.00 par:pas; -réutilisés réutiliser ver m p 0.38 0.27 0.01 0.07 par:pas; -réétudier réétudier ver 0.02 0.07 0.02 0.00 inf; -réétudiez réétudier ver 0.02 0.07 0.00 0.07 ind:pre:2p; -réévaluation réévaluation nom f s 0.07 0.07 0.07 0.07 -réévalue réévaluer ver 0.72 0.34 0.28 0.14 imp:pre:2s;ind:pre:1s;ind:pre:3s; -réévaluer réévaluer ver 0.72 0.34 0.31 0.14 inf; -réévaluera réévaluer ver 0.72 0.34 0.06 0.00 ind:fut:3s; -réévaluez réévaluer ver 0.72 0.34 0.01 0.00 imp:pre:2p; -réévalué réévaluer ver m s 0.72 0.34 0.02 0.00 par:pas; -réévaluée réévaluer ver f s 0.72 0.34 0.01 0.00 par:pas; -réévaluées réévaluer ver f p 0.72 0.34 0.02 0.00 par:pas; -réévalués réévaluer ver m p 0.72 0.34 0.00 0.07 par:pas; -rêva rêver ver 122.96 128.18 0.03 3.04 ind:pas:3s; -rêvai rêver ver 122.96 128.18 0.31 0.54 ind:pas:1s; -rêvaient rêver ver 122.96 128.18 0.52 4.53 ind:imp:3p; -rêvais rêver ver 122.96 128.18 11.00 11.28 ind:imp:1s;ind:imp:2s; -rêvait rêver ver 122.96 128.18 3.59 18.65 ind:imp:3s; -rêvant rêver ver 122.96 128.18 1.26 6.28 par:pre; -rêvassa rêvasser ver 0.92 6.01 0.00 0.27 ind:pas:3s; -rêvassai rêvasser ver 0.92 6.01 0.00 0.07 ind:pas:1s; -rêvassaient rêvasser ver 0.92 6.01 0.00 0.20 ind:imp:3p; -rêvassais rêvasser ver 0.92 6.01 0.20 0.61 ind:imp:1s;ind:imp:2s; -rêvassait rêvasser ver 0.92 6.01 0.02 1.22 ind:imp:3s; -rêvassant rêvasser ver 0.92 6.01 0.04 0.54 par:pre; -rêvasse rêvasser ver 0.92 6.01 0.14 1.08 imp:pre:2s;ind:pre:1s;ind:pre:3s; -rêvassent rêvasser ver 0.92 6.01 0.00 0.14 ind:pre:3p; -rêvasser rêvasser ver 0.92 6.01 0.51 1.89 inf; -rêvasserie rêvasserie nom f s 0.02 0.41 0.01 0.07 -rêvasseries rêvasserie nom f p 0.02 0.41 0.01 0.34 -rêvassé rêvasser ver m s 0.92 6.01 0.01 0.00 par:pas; -rêve rêve nom m s 158.75 128.58 99.39 80.20 -réveil réveil nom m s 18.43 28.58 18.16 26.22 -réveilla réveiller ver 175.94 125.41 0.46 11.89 ind:pas:3s; -réveillai réveiller ver 175.94 125.41 0.27 2.70 ind:pas:1s; -réveillaient réveiller ver 175.94 125.41 0.07 2.09 ind:imp:3p; -réveillais réveiller ver 175.94 125.41 0.96 1.89 ind:imp:1s;ind:imp:2s; -réveillait réveiller ver 175.94 125.41 1.21 10.74 ind:imp:3s; -réveillant réveiller ver 175.94 125.41 0.89 3.85 par:pre; -réveille_matin réveille_matin nom m 0.19 0.88 0.19 0.88 -réveille réveiller ver 175.94 125.41 59.67 17.57 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:1s;sub:pre:3s; -réveillent réveiller ver 175.94 125.41 1.75 2.30 ind:pre:3p; -réveiller réveiller ver 175.94 125.41 36.66 28.92 ind:pre:2p;inf; -réveillera réveiller ver 175.94 125.41 4.42 1.35 ind:fut:3s; -réveillerai réveiller ver 175.94 125.41 1.54 0.41 ind:fut:1s; -réveilleraient réveiller ver 175.94 125.41 0.17 0.20 cnd:pre:3p; -réveillerais réveiller ver 175.94 125.41 0.61 0.41 cnd:pre:1s;cnd:pre:2s; -réveillerait réveiller ver 175.94 125.41 0.56 1.22 cnd:pre:3s; -réveilleras réveiller ver 175.94 125.41 1.44 0.47 ind:fut:2s; -réveillerez réveiller ver 175.94 125.41 0.33 0.14 ind:fut:2p; -réveilleriez réveiller ver 175.94 125.41 0.07 0.00 cnd:pre:2p; -réveillerons réveiller ver 175.94 125.41 0.20 0.07 ind:fut:1p; -réveilleront réveiller ver 175.94 125.41 0.38 0.27 ind:fut:3p; -réveilles réveiller ver 175.94 125.41 4.27 0.68 ind:pre:2s;sub:pre:2s; -réveilleurs réveilleur nom m p 0.00 0.07 0.00 0.07 -réveillez réveiller ver 175.94 125.41 11.33 0.95 imp:pre:2p;ind:pre:2p; -réveilliez réveiller ver 175.94 125.41 0.07 0.00 ind:imp:2p; -réveillions réveiller ver 175.94 125.41 0.03 0.27 ind:imp:1p; -réveillâmes réveiller ver 175.94 125.41 0.00 0.07 ind:pas:1p; -réveillon réveillon nom m s 4.64 5.07 4.46 4.73 -réveillonnaient réveillonner ver 0.34 1.22 0.00 0.07 ind:imp:3p; -réveillonnait réveillonner ver 0.34 1.22 0.00 0.14 ind:imp:3s; -réveillonne réveillonner ver 0.34 1.22 0.30 0.07 ind:pre:3s; -réveillonner réveillonner ver 0.34 1.22 0.03 0.68 inf; -réveillonnerons réveillonner ver 0.34 1.22 0.00 0.07 ind:fut:1p; -réveillonneurs réveillonneur nom m p 0.00 0.20 0.00 0.20 -réveillonnâmes réveillonner ver 0.34 1.22 0.00 0.07 ind:pas:1p; -réveillonnons réveillonner ver 0.34 1.22 0.00 0.07 imp:pre:1p; -réveillonnèrent réveillonner ver 0.34 1.22 0.00 0.07 ind:pas:3p; -réveillonné réveillonner ver m s 0.34 1.22 0.01 0.00 par:pas; -réveillons réveiller ver 175.94 125.41 0.38 0.47 imp:pre:1p;ind:pre:1p; -réveillât réveiller ver 175.94 125.41 0.00 0.27 sub:imp:3s; -réveillèrent réveiller ver 175.94 125.41 0.17 1.62 ind:pas:3p; -réveillé réveiller ver m s 175.94 125.41 30.63 18.78 par:pas; -réveillée réveiller ver f s 175.94 125.41 15.63 10.88 par:pas; -réveillées réveiller ver f p 175.94 125.41 0.18 0.68 par:pas; -réveillés réveiller ver m p 175.94 125.41 1.61 4.26 par:pas; -réveils réveil nom m p 18.43 28.58 0.27 2.36 -rêvent rêver ver 122.96 128.18 3.63 4.19 ind:pre:3p; -rêver rêver ver 122.96 128.18 20.80 29.39 inf; -rêvera rêver ver 122.96 128.18 0.08 0.20 ind:fut:3s; -rêverai rêver ver 122.96 128.18 0.12 0.41 ind:fut:1s; -rêveraient rêver ver 122.96 128.18 0.05 0.14 cnd:pre:3p; -rêverait rêver ver 122.96 128.18 0.07 0.20 cnd:pre:3s; -réverbère réverbère nom m s 0.53 10.81 0.42 4.86 -réverbèrent réverbérer ver 0.02 1.28 0.00 0.07 ind:pre:3p; -réverbères réverbère nom m p 0.53 10.81 0.11 5.95 -réverbéra réverbérer ver 0.02 1.28 0.00 0.07 ind:pas:3s; -réverbéraient réverbérer ver 0.02 1.28 0.00 0.27 ind:imp:3p; -réverbérait réverbérer ver 0.02 1.28 0.01 0.20 ind:imp:3s; -réverbérant réverbérer ver 0.02 1.28 0.00 0.14 par:pre; -réverbération réverbération nom f s 0.06 1.69 0.05 1.55 -réverbérations réverbération nom f p 0.06 1.69 0.01 0.14 -réverbérer réverbérer ver 0.02 1.28 0.00 0.20 inf; -réverbéré réverbérer ver m s 0.02 1.28 0.00 0.07 par:pas; -réverbérée réverbérer ver f s 0.02 1.28 0.00 0.20 par:pas; -rêverie rêverie nom f s 0.65 19.46 0.26 12.36 -rêveries rêverie nom f p 0.65 19.46 0.40 7.09 -rêveront rêver ver 122.96 128.18 0.00 0.27 ind:fut:3p; -réversibilité réversibilité nom f s 0.01 0.61 0.01 0.61 -réversible réversible adj s 0.21 0.54 0.17 0.47 -réversibles réversible adj f p 0.21 0.54 0.04 0.07 -réversion réversion nom f s 0.07 0.14 0.07 0.14 -rêves rêve nom m p 158.75 128.58 59.35 48.38 -rêveur rêveur nom m s 2.50 4.66 1.48 3.31 -rêveurs rêveur nom m p 2.50 4.66 0.90 0.88 -rêveuse rêveur adj f s 1.77 15.34 0.61 4.66 -rêveusement rêveusement adv 0.10 3.45 0.10 3.45 -rêveuses rêveur adj f p 1.77 15.34 0.03 0.81 -rêvez rêver ver 122.96 128.18 4.31 0.81 imp:pre:2p;ind:pre:2p; -rêviez rêver ver 122.96 128.18 0.58 0.34 ind:imp:2p; -rêvions rêver ver 122.96 128.18 0.28 1.01 ind:imp:1p; -révisa réviser ver 8.21 3.72 0.00 0.07 ind:pas:3s; -révisai réviser ver 8.21 3.72 0.00 0.14 ind:pas:1s; -révisaient réviser ver 8.21 3.72 0.00 0.14 ind:imp:3p; -révisais réviser ver 8.21 3.72 0.12 0.34 ind:imp:1s;ind:imp:2s; -révisait réviser ver 8.21 3.72 0.06 0.20 ind:imp:3s; -révisant réviser ver 8.21 3.72 0.03 0.14 par:pre; -révise réviser ver 8.21 3.72 1.65 0.20 imp:pre:2s;ind:pre:1s;ind:pre:3s; -révisent réviser ver 8.21 3.72 0.02 0.00 ind:pre:3p; -réviser réviser ver 8.21 3.72 4.35 2.03 inf; -réviserais réviser ver 8.21 3.72 0.01 0.00 cnd:pre:1s; -réviserait réviser ver 8.21 3.72 0.01 0.00 cnd:pre:3s; -révises réviser ver 8.21 3.72 0.21 0.07 ind:pre:2s; -réviseur réviseur nom m s 0.01 0.00 0.01 0.00 -révisez réviser ver 8.21 3.72 0.08 0.00 imp:pre:2p; -révisiez réviser ver 8.21 3.72 0.01 0.00 ind:imp:2p; -révision révision nom f s 3.99 3.78 3.09 3.11 -révisionnisme révisionnisme nom m s 0.00 0.07 0.00 0.07 -révisionniste révisionniste adj s 0.09 0.34 0.07 0.27 -révisionnistes révisionniste nom p 0.29 0.20 0.28 0.20 -révisions révision nom f p 3.99 3.78 0.90 0.68 -réviso réviso nom s 0.00 0.07 0.00 0.07 -révisons réviser ver 8.21 3.72 0.19 0.00 imp:pre:1p;ind:pre:1p; -révisé réviser ver m s 8.21 3.72 1.10 0.14 par:pas; -révisée réviser ver f s 8.21 3.72 0.29 0.07 par:pas; -révisées réviser ver f p 8.21 3.72 0.02 0.14 par:pas; -révisés réviser ver m p 8.21 3.72 0.06 0.07 par:pas; -révocable révocable adj f s 0.03 0.41 0.03 0.20 -révocables révocable adj m p 0.03 0.41 0.00 0.20 -révocation révocation nom f s 0.32 0.61 0.32 0.54 -révocations révocation nom f p 0.32 0.61 0.00 0.07 -révolta révolter ver 4.65 10.81 0.10 1.08 ind:pas:3s; -révoltai révolter ver 4.65 10.81 0.00 0.07 ind:pas:1s; -révoltaient révolter ver 4.65 10.81 0.03 0.41 ind:imp:3p; -révoltais révolter ver 4.65 10.81 0.00 0.20 ind:imp:1s; -révoltait révolter ver 4.65 10.81 0.02 2.36 ind:imp:3s; -révoltant révoltant adj m s 0.92 1.96 0.60 0.88 -révoltante révoltant adj f s 0.92 1.96 0.14 0.61 -révoltantes révoltant adj f p 0.92 1.96 0.16 0.34 -révoltants révoltant adj m p 0.92 1.96 0.02 0.14 -révolte révolte nom f s 6.66 25.07 6.35 21.82 -révoltent révolter ver 4.65 10.81 0.44 0.54 ind:pre:3p; -révolter révolter ver 4.65 10.81 1.19 1.08 inf; -révolteront révolter ver 4.65 10.81 0.15 0.00 ind:fut:3p; -révoltes révolte nom f p 6.66 25.07 0.31 3.24 -révoltez révolter ver 4.65 10.81 0.04 0.00 imp:pre:2p;ind:pre:2p; -révoltions révolter ver 4.65 10.81 0.00 0.07 ind:imp:1p; -révoltons révolter ver 4.65 10.81 0.14 0.07 imp:pre:1p;ind:pre:1p; -révoltât révolter ver 4.65 10.81 0.00 0.14 sub:imp:3s; -révoltèrent révolter ver 4.65 10.81 0.24 0.27 ind:pas:3p; -révolté révolter ver m s 4.65 10.81 0.36 1.01 par:pas; -révoltée révolter ver f s 4.65 10.81 0.05 0.88 par:pas; -révoltées révolté adj f p 0.17 2.97 0.01 0.20 -révoltés révolté nom m p 1.08 2.43 0.87 1.35 -révolu révolu adj m s 2.25 5.34 0.60 2.09 -révolue révolu adj f s 2.25 5.34 1.20 1.35 -révolues révolu adj f p 2.25 5.34 0.06 0.27 -révolus révolu adj m p 2.25 5.34 0.40 1.62 -révolution révolution nom f s 25.00 46.08 23.07 41.08 -révolutionna révolutionner ver 0.97 0.88 0.01 0.14 ind:pas:3s; -révolutionnaient révolutionner ver 0.97 0.88 0.00 0.07 ind:imp:3p; -révolutionnaire révolutionnaire adj s 7.30 12.09 4.76 8.78 -révolutionnairement révolutionnairement adv 0.01 0.00 0.01 0.00 -révolutionnaires révolutionnaire adj p 7.30 12.09 2.54 3.31 -révolutionnait révolutionner ver 0.97 0.88 0.00 0.07 ind:imp:3s; -révolutionner révolutionner ver 0.97 0.88 0.55 0.20 inf; -révolutionnera révolutionner ver 0.97 0.88 0.12 0.00 ind:fut:3s; -révolutionnerait révolutionner ver 0.97 0.88 0.02 0.00 cnd:pre:3s; -révolutionneront révolutionner ver 0.97 0.88 0.01 0.00 ind:fut:3p; -révolutionné révolutionner ver m s 0.97 0.88 0.27 0.34 par:pas; -révolutionnées révolutionner ver f p 0.97 0.88 0.00 0.07 par:pas; -révolutions révolution nom f p 25.00 46.08 1.94 5.00 -rêvons rêver ver 122.96 128.18 0.68 0.68 imp:pre:1p;ind:pre:1p; -révoquais révoquer ver 0.82 0.88 0.01 0.00 ind:imp:1s; -révoque révoquer ver 0.82 0.88 0.20 0.14 imp:pre:2s;ind:pre:1s;ind:pre:3s; -révoquer révoquer ver 0.82 0.88 0.25 0.14 inf; -révoqué révoquer ver m s 0.82 0.88 0.23 0.20 par:pas; -révoquée révoquer ver f s 0.82 0.88 0.05 0.07 par:pas; -révoquées révoquer ver f p 0.82 0.88 0.00 0.07 par:pas; -révoqués révoquer ver m p 0.82 0.88 0.08 0.27 par:pas; -rêvât rêver ver 122.96 128.18 0.00 0.14 sub:imp:3s; -révèle révéler ver 32.70 60.34 6.32 8.31 imp:pre:2s;ind:pre:1s;ind:pre:3s; -révèlent révéler ver 32.70 60.34 1.62 2.50 ind:pre:3p; -révèles révéler ver 32.70 60.34 0.14 0.07 ind:pre:2s; -révère révérer ver 0.96 0.95 0.21 0.14 imp:pre:2s;ind:pre:1s;ind:pre:3s; -rêvèrent rêver ver 122.96 128.18 0.00 0.34 ind:pas:3p; -révèrent révérer ver 0.96 0.95 0.33 0.07 ind:pre:3p; -rêvé rêver ver m s 122.96 128.18 32.08 20.88 par:pas; -rêvée rêvé adj f s 2.61 3.38 1.62 1.55 -rêvées rêver ver f p 122.96 128.18 0.05 0.07 par:pas; -révéla révéler ver 32.70 60.34 0.66 5.14 ind:pas:3s; -révélai révéler ver 32.70 60.34 0.01 0.41 ind:pas:1s; -révélaient révéler ver 32.70 60.34 0.20 3.18 ind:imp:3p; -révélais révéler ver 32.70 60.34 0.11 0.20 ind:imp:1s;ind:imp:2s; -révélait révéler ver 32.70 60.34 0.65 9.39 ind:imp:3s; -révélant révéler ver 32.70 60.34 0.38 3.11 par:pre; -révélateur révélateur adj m s 1.04 2.91 0.66 1.15 -révélateurs révélateur adj m p 1.04 2.91 0.28 0.41 -révélation révélation nom f s 7.33 20.61 4.66 14.86 -révélations révélation nom f p 7.33 20.61 2.67 5.74 -révélatrice révélateur adj f s 1.04 2.91 0.06 0.95 -révélatrices révélateur adj f p 1.04 2.91 0.04 0.41 -révéler révéler ver 32.70 60.34 10.33 13.31 inf;; -révélera révéler ver 32.70 60.34 0.46 0.34 ind:fut:3s; -révélerai révéler ver 32.70 60.34 0.37 0.07 ind:fut:1s; -révéleraient révéler ver 32.70 60.34 0.06 0.20 cnd:pre:3p; -révélerais révéler ver 32.70 60.34 0.06 0.07 cnd:pre:1s;cnd:pre:2s; -révélerait révéler ver 32.70 60.34 0.14 0.95 cnd:pre:3s; -révéleras révéler ver 32.70 60.34 0.10 0.00 ind:fut:2s; -révélerez révéler ver 32.70 60.34 0.05 0.14 ind:fut:2p; -révélerons révéler ver 32.70 60.34 0.17 0.00 ind:fut:1p; -révéleront révéler ver 32.70 60.34 0.34 0.14 ind:fut:3p; -révélez révéler ver 32.70 60.34 0.38 0.07 imp:pre:2p;ind:pre:2p; -révéliez révéler ver 32.70 60.34 0.06 0.00 ind:imp:2p; -révélons révéler ver 32.70 60.34 0.05 0.00 ind:pre:1p; -révélât révéler ver 32.70 60.34 0.00 0.20 sub:imp:3s; -révulsaient révulser ver 0.44 2.57 0.00 0.27 ind:imp:3p; -révulsait révulser ver 0.44 2.57 0.01 0.41 ind:imp:3s; -révulsant révulser ver 0.44 2.57 0.00 0.07 par:pre; -révulse révulser ver 0.44 2.57 0.35 0.74 imp:pre:2s;ind:pre:1s;ind:pre:3s; -révulser révulser ver 0.44 2.57 0.02 0.00 inf; -révulserait révulser ver 0.44 2.57 0.00 0.07 cnd:pre:3s; -révulsif révulsif nom m s 0.00 0.34 0.00 0.34 -révulsifs révulsif adj m p 0.00 0.27 0.00 0.07 -révulsion révulsion nom f s 0.02 0.20 0.02 0.20 -révulsive révulsif adj f s 0.00 0.27 0.00 0.07 -révulsèrent révulser ver 0.44 2.57 0.00 0.14 ind:pas:3p; -révulsé révulser ver m s 0.44 2.57 0.02 0.41 par:pas; -révulsée révulser ver f s 0.44 2.57 0.02 0.20 par:pas; -révulsés révulsé adj m p 0.01 1.08 0.01 0.74 -révélèrent révéler ver 32.70 60.34 0.23 1.22 ind:pas:3p; -révélé révéler ver m s 32.70 60.34 7.86 8.45 par:pas; -révélée révéler ver f s 32.70 60.34 1.22 1.69 par:pas; -révélées révéler ver f p 32.70 60.34 0.38 0.74 par:pas; -révélés révéler ver m p 32.70 60.34 0.36 0.47 par:pas; -révérait révérer ver 0.96 0.95 0.01 0.14 ind:imp:3s; -révérant révérer ver 0.96 0.95 0.09 0.00 par:pre; -révérence révérence nom f s 2.69 6.49 2.45 6.01 -révérences révérence nom f p 2.69 6.49 0.23 0.47 -révérenciel révérenciel adj m s 0.01 0.00 0.01 0.00 -révérencieuse révérencieux adj f s 0.00 0.41 0.00 0.34 -révérencieusement révérencieusement adv 0.00 0.27 0.00 0.27 -révérencieux révérencieux adj m p 0.00 0.41 0.00 0.07 -révérend révérend nom m s 7.64 1.01 7.51 0.95 -révérende révérend adj f s 5.24 0.74 0.90 0.14 -révérendissime révérendissime adj m s 0.00 0.41 0.00 0.41 -révérends révérend nom m p 7.64 1.01 0.14 0.07 -révérer révérer ver 0.96 0.95 0.12 0.07 inf; -révérerait révérer ver 0.96 0.95 0.00 0.07 cnd:pre:3s; -révérons révérer ver 0.96 0.95 0.00 0.07 ind:pre:1p; -révéré révérer ver m s 0.96 0.95 0.07 0.34 par:pas; -révérée révérer ver f s 0.96 0.95 0.14 0.07 par:pas; -rêvés rêver ver m p 122.96 128.18 0.17 0.20 par:pas; -rythmaient rythmer ver 0.47 6.76 0.00 0.34 ind:imp:3p; -rythmait rythmer ver 0.47 6.76 0.00 0.88 ind:imp:3s; -rythmant rythmer ver 0.47 6.76 0.00 0.34 par:pre; -rythme rythme nom m s 20.43 45.95 19.15 42.57 -rythment rythmer ver 0.47 6.76 0.00 0.41 ind:pre:3p; -rythmer rythmer ver 0.47 6.76 0.11 0.81 inf; -rythmera rythmer ver 0.47 6.76 0.00 0.07 ind:fut:3s; -rythmes rythme nom m p 20.43 45.95 1.28 3.38 -rythmique rythmique nom f s 0.26 0.54 0.25 0.47 -rythmiquement rythmiquement adv 0.02 0.20 0.02 0.20 -rythmiques rythmique adj p 0.52 1.15 0.31 0.41 -rythmé rythmé adj m s 0.91 1.96 0.30 0.68 -rythmée rythmé adj f s 0.91 1.96 0.57 0.68 -rythmées rythmé adj f p 0.91 1.96 0.01 0.20 -rythmés rythmé adj m p 0.91 1.96 0.03 0.41 -s s pro_per 2418.95 5391.62 2418.95 5391.62 -sûmes savoir ver_sup 4516.72 2003.58 0.00 0.61 ind:pas:1p; -sûr sûr adj m s 943.56 412.97 801.64 343.51 -sûre sûr adj f s 943.56 412.97 122.03 56.55 -sûrement sûrement adv 133.67 74.12 133.67 74.12 -sûres sûr adj f p 943.56 412.97 2.47 2.91 -sûreté sûreté nom f s 7.04 10.07 7.01 9.86 -sûretés sûreté nom f p 7.04 10.07 0.03 0.20 -sûrs sûr adj m p 943.56 412.97 17.43 10.00 -sût savoir ver_sup 4516.72 2003.58 0.08 6.62 sub:imp:3s; -sa sa adj_pos 1276.29 3732.43 1276.29 3732.43 -saï saï nom m s 0.01 0.47 0.01 0.47 -sabayon sabayon nom m s 0.30 0.27 0.30 0.07 -sabayons sabayon nom m p 0.30 0.27 0.00 0.20 -sabbat sabbat nom m s 3.28 2.77 3.14 2.77 -sabbatique sabbatique adj s 0.78 0.47 0.76 0.41 -sabbatiques sabbatique adj f p 0.78 0.47 0.02 0.07 -sabbats sabbat nom m p 3.28 2.77 0.14 0.00 -sabelles sabelle nom f p 0.00 0.07 0.00 0.07 -sabin sabin adj s 0.00 0.41 0.00 0.27 -sabines sabine nom f p 0.00 0.14 0.00 0.14 -sabins sabin adj m p 0.00 0.41 0.00 0.14 -sabir sabir nom m s 0.00 0.74 0.00 0.74 -sabla sabler ver 0.28 1.42 0.00 0.20 ind:pas:3s; -sablaient sabler ver 0.28 1.42 0.00 0.07 ind:imp:3p; -sablait sabler ver 0.28 1.42 0.00 0.14 ind:imp:3s; -sablant sabler ver 0.28 1.42 0.01 0.14 par:pre; -sable sable nom m s 25.23 96.55 23.14 87.91 -sabler sabler ver 0.28 1.42 0.16 0.27 inf; -sablera sabler ver 0.28 1.42 0.01 0.07 ind:fut:3s; -sablerais sabler ver 0.28 1.42 0.00 0.07 cnd:pre:1s; -sables sable nom m p 25.23 96.55 2.09 8.65 -sableuse sableux adj f s 0.23 1.01 0.21 0.41 -sableuses sableux adj f p 0.23 1.01 0.00 0.14 -sableux sableux adj m 0.23 1.01 0.03 0.47 -sablez sabler ver 0.28 1.42 0.02 0.07 imp:pre:2p;ind:pre:2p; -sablier sablier nom m s 1.18 3.11 1.03 2.64 -sabliers sablier nom m p 1.18 3.11 0.14 0.47 -sablière sablière nom f s 0.01 0.47 0.01 0.27 -sablières sablière nom f p 0.01 0.47 0.00 0.20 -sablonneuse sablonneux adj f s 0.06 3.92 0.00 1.76 -sablonneuses sablonneux adj f p 0.06 3.92 0.03 0.41 -sablonneux sablonneux adj m 0.06 3.92 0.03 1.76 -sablons sablon nom m p 0.00 0.20 0.00 0.20 -sablé sablé adj m s 0.40 0.68 0.14 0.14 -sablée sabler ver f s 0.28 1.42 0.01 0.14 par:pas; -sablées sablé adj f p 0.40 0.68 0.00 0.07 -sablés sablé adj m p 0.40 0.68 0.25 0.34 -sabord sabord nom m s 0.17 1.89 0.03 1.28 -sabordage sabordage nom m s 0.02 0.20 0.02 0.20 -sabordait saborder ver 0.74 1.42 0.01 0.07 ind:imp:3s; -saborde saborder ver 0.74 1.42 0.07 0.20 imp:pre:2s;ind:pre:1s;ind:pre:3s; -sabordent saborder ver 0.74 1.42 0.02 0.00 ind:pre:3p; -saborder saborder ver 0.74 1.42 0.45 0.47 inf; -sabordez saborder ver 0.74 1.42 0.04 0.00 imp:pre:2p;ind:pre:2p; -sabords sabord nom m p 0.17 1.89 0.14 0.61 -sabordé saborder ver m s 0.74 1.42 0.14 0.34 par:pas; -sabordée saborder ver f s 0.74 1.42 0.01 0.07 par:pas; -sabordés saborder ver m p 0.74 1.42 0.01 0.27 par:pas; -sabot sabot nom m s 4.95 24.66 1.79 5.74 -sabotage sabotage nom m s 4.69 2.97 4.32 2.30 -sabotages sabotage nom m p 4.69 2.97 0.37 0.68 -sabotais saboter ver 6.25 2.77 0.02 0.07 ind:imp:1s; -sabotait saboter ver 6.25 2.77 0.04 0.34 ind:imp:3s; -sabotant saboter ver 6.25 2.77 0.03 0.00 par:pre; -sabote saboter ver 6.25 2.77 0.34 0.14 imp:pre:2s;ind:pre:1s;ind:pre:3s; -sabotent saboter ver 6.25 2.77 0.14 0.14 ind:pre:3p; -saboter saboter ver 6.25 2.77 2.84 1.22 inf; -saboterai saboter ver 6.25 2.77 0.02 0.00 ind:fut:1s; -saboterait saboter ver 6.25 2.77 0.01 0.07 cnd:pre:3s; -saboterie saboterie nom f s 0.00 0.07 0.00 0.07 -saboteront saboter ver 6.25 2.77 0.01 0.00 ind:fut:3p; -saboteur saboteur nom m s 1.15 0.54 0.66 0.14 -saboteurs saboteur nom m p 1.15 0.54 0.48 0.41 -saboteuse saboteur nom f s 1.15 0.54 0.01 0.00 -sabotez saboter ver 6.25 2.77 0.38 0.00 ind:pre:2p; -sabotier sabotier nom m s 0.00 0.61 0.00 0.41 -sabotiers sabotier nom m p 0.00 0.61 0.00 0.20 -sabotons saboter ver 6.25 2.77 0.02 0.07 imp:pre:1p;ind:pre:1p; -sabots sabot nom m p 4.95 24.66 3.16 18.92 -saboté saboter ver m s 6.25 2.77 2.05 0.41 par:pas; -sabotée saboter ver f s 6.25 2.77 0.13 0.14 par:pas; -sabotées saboter ver f p 6.25 2.77 0.01 0.14 par:pas; -sabotés saboter ver m p 6.25 2.77 0.22 0.07 par:pas; -saboule sabouler ver 0.00 0.41 0.00 0.07 ind:pre:3s; -saboulent sabouler ver 0.00 0.41 0.00 0.07 ind:pre:3p; -sabouler sabouler ver 0.00 0.41 0.00 0.07 inf; -saboulé sabouler ver m s 0.00 0.41 0.00 0.07 par:pas; -saboulés sabouler ver m p 0.00 0.41 0.00 0.14 par:pas; -sabra sabra nom m s 0.12 0.00 0.12 0.00 -sabrait sabrer ver 0.39 3.04 0.00 0.54 ind:imp:3s; -sabrant sabrer ver 0.39 3.04 0.01 0.14 par:pre; -sabre sabre nom m s 6.95 17.03 5.44 13.85 -sabrent sabrer ver 0.39 3.04 0.00 0.07 ind:pre:3p; -sabrer sabrer ver 0.39 3.04 0.11 0.41 inf; -sabrerai sabrer ver 0.39 3.04 0.00 0.07 ind:fut:1s; -sabreraient sabrer ver 0.39 3.04 0.00 0.07 cnd:pre:3p; -sabrerais sabrer ver 0.39 3.04 0.01 0.00 cnd:pre:2s; -sabreras sabrer ver 0.39 3.04 0.00 0.07 ind:fut:2s; -sabrerons sabrer ver 0.39 3.04 0.00 0.07 ind:fut:1p; -sabres sabre nom m p 6.95 17.03 1.50 3.18 -sabretache sabretache nom f s 0.00 0.27 0.00 0.20 -sabretaches sabretache nom f p 0.00 0.27 0.00 0.07 -sabreur sabreur nom m s 0.14 0.47 0.00 0.27 -sabreurs sabreur nom m p 0.14 0.47 0.14 0.20 -sabrez sabrer ver 0.39 3.04 0.03 0.00 imp:pre:2p; -sabré sabrer ver m s 0.39 3.04 0.17 0.34 par:pas; -sabrée sabrer ver f s 0.39 3.04 0.00 0.07 par:pas; -sabrées sabrer ver f p 0.39 3.04 0.00 0.20 par:pas; -sabrés sabrer ver m p 0.39 3.04 0.01 0.07 par:pas; -sabéen sabéen adj m s 0.01 0.00 0.01 0.00 -sabéenne sabéenne adj f s 0.05 0.00 0.05 0.00 -sac_poubelle sac_poubelle nom m s 0.24 0.41 0.19 0.34 -sac sac nom m s 124.60 174.26 105.96 125.47 -saccade saccader ver 0.04 1.96 0.01 0.07 ind:pre:3s; -saccader saccader ver 0.04 1.96 0.00 0.07 inf; -saccades saccade nom f p 0.01 6.15 0.01 5.68 -saccadé saccadé adj m s 1.17 5.20 0.21 1.69 -saccadée saccadé adj f s 1.17 5.20 0.44 1.82 -saccadées saccadé adj f p 1.17 5.20 0.01 0.47 -saccadés saccadé adj m p 1.17 5.20 0.51 1.22 -saccage saccager ver 4.00 6.69 0.29 0.20 imp:pre:2s;ind:pre:1s;ind:pre:3s; -saccagea saccager ver 4.00 6.69 0.10 0.27 ind:pas:3s; -saccageaient saccager ver 4.00 6.69 0.00 0.14 ind:imp:3p; -saccageais saccager ver 4.00 6.69 0.00 0.07 ind:imp:1s; -saccageait saccager ver 4.00 6.69 0.01 0.27 ind:imp:3s; -saccageant saccager ver 4.00 6.69 0.13 0.27 par:pre; -saccagent saccager ver 4.00 6.69 0.15 0.07 ind:pre:3p; -saccageons saccager ver 4.00 6.69 0.02 0.00 imp:pre:1p; -saccager saccager ver 4.00 6.69 0.82 1.69 inf; -saccageraient saccager ver 4.00 6.69 0.01 0.00 cnd:pre:3p; -saccages saccager ver 4.00 6.69 0.02 0.00 ind:pre:2s; -saccageurs saccageur nom m p 0.00 0.07 0.00 0.07 -saccagez saccager ver 4.00 6.69 0.04 0.00 imp:pre:2p;ind:pre:2p; -saccagiez saccager ver 4.00 6.69 0.01 0.07 ind:imp:2p; -saccagne saccagne nom f s 0.00 0.68 0.00 0.68 -saccagèrent saccager ver 4.00 6.69 0.00 0.14 ind:pas:3p; -saccagé saccager ver m s 4.00 6.69 1.81 1.96 par:pas; -saccagée saccager ver f s 4.00 6.69 0.58 0.68 par:pas; -saccagées saccager ver f p 4.00 6.69 0.00 0.27 par:pas; -saccagés saccager ver m p 4.00 6.69 0.00 0.61 par:pas; -saccharine saccharine nom f s 0.09 0.54 0.09 0.54 -saccharomyces saccharomyces nom m p 0.01 0.00 0.01 0.00 -saccharose saccharose nom m s 0.04 0.00 0.04 0.00 -sacculine sacculine nom f s 0.03 0.00 0.02 0.00 -sacculines sacculine nom f p 0.03 0.00 0.01 0.00 -sacerdoce sacerdoce nom m s 0.77 0.74 0.76 0.74 -sacerdoces sacerdoce nom m p 0.77 0.74 0.01 0.00 -sacerdotal sacerdotal adj m s 0.31 0.81 0.03 0.27 -sacerdotale sacerdotal adj f s 0.31 0.81 0.01 0.27 -sacerdotales sacerdotal adj f p 0.31 0.81 0.14 0.20 -sacerdotaux sacerdotal adj m p 0.31 0.81 0.14 0.07 -sachant savoir ver_sup 4516.72 2003.58 14.39 34.59 par:pre; -sache savoir ver_sup 4516.72 2003.58 54.06 27.09 imp:pre:2s;sub:pre:1s;sub:pre:3s; -sachem sachem nom m s 0.05 0.07 0.05 0.07 -sachent savoir ver_sup 4516.72 2003.58 6.46 3.04 sub:pre:3p; -saches savoir ver_sup 4516.72 2003.58 17.03 3.04 sub:pre:2s; -sachet sachet nom m s 4.38 5.41 2.84 2.09 -sachets sachet nom m p 4.38 5.41 1.53 3.31 -sachez savoir ver_sup 4516.72 2003.58 13.07 5.20 imp:pre:2p; -sachiez savoir ver_sup 4516.72 2003.58 8.97 2.30 sub:pre:2p; -sachions savoir ver_sup 4516.72 2003.58 0.94 0.88 sub:pre:1p; -sachons savoir ver_sup 4516.72 2003.58 0.14 0.27 imp:pre:1p; -sacoche sacoche nom f s 3.16 6.82 2.79 4.80 -sacoches sacoche nom f p 3.16 6.82 0.37 2.03 -sacqua sacquer ver 0.20 0.34 0.00 0.07 ind:pas:3s; -sacquais sacquer ver 0.20 0.34 0.00 0.07 ind:imp:1s; -sacquant sacquer ver 0.20 0.34 0.00 0.07 par:pre; -sacque sacquer ver 0.20 0.34 0.03 0.00 imp:pre:2s;ind:pre:3s; -sacquer sacquer ver 0.20 0.34 0.12 0.14 inf; -sacqué sacquer ver m s 0.20 0.34 0.05 0.00 par:pas; -sacra sacrer ver 25.16 16.82 0.14 0.34 ind:pas:3s; -sacrait sacrer ver 25.16 16.82 0.00 0.20 ind:imp:3s; -sacralisation sacralisation nom f s 0.00 0.07 0.00 0.07 -sacralisés sacraliser ver m p 0.00 0.07 0.00 0.07 par:pas; -sacramentel sacramentel adj m s 0.00 0.47 0.00 0.20 -sacramentelle sacramentel adj f s 0.00 0.47 0.00 0.20 -sacramentelles sacramentel adj f p 0.00 0.47 0.00 0.07 -sacrant sacrer ver 25.16 16.82 0.00 0.41 par:pre; -sacre sacre nom m s 0.75 0.74 0.73 0.61 -sacrebleu sacrebleu ono 0.94 0.61 0.94 0.61 -sacredieu sacredieu ono 0.33 0.00 0.33 0.00 -sacrement sacrement nom m s 2.45 4.93 1.58 2.57 -sacrements sacrement nom m p 2.45 4.93 0.88 2.36 -sacrer sacrer ver 25.16 16.82 0.06 0.00 inf; -sacrera sacrer ver 25.16 16.82 0.01 0.00 ind:fut:3s; -sacrerai sacrer ver 25.16 16.82 0.00 0.07 ind:fut:1s; -sacres sacrer ver 25.16 16.82 0.03 0.00 ind:pre:2s;sub:pre:2s; -sacret sacret nom m s 0.03 0.00 0.03 0.00 -sacrifia sacrifier ver 25.67 20.20 0.30 0.47 ind:pas:3s; -sacrifiaient sacrifier ver 25.67 20.20 0.06 0.61 ind:imp:3p; -sacrifiais sacrifier ver 25.67 20.20 0.04 0.07 ind:imp:1s;ind:imp:2s; -sacrifiait sacrifier ver 25.67 20.20 0.28 1.15 ind:imp:3s; -sacrifiant sacrifier ver 25.67 20.20 0.66 1.01 par:pre; -sacrificateur sacrificateur nom m s 0.02 1.22 0.00 0.88 -sacrificateurs sacrificateur nom m p 0.02 1.22 0.02 0.34 -sacrifice sacrifice nom m s 23.11 26.08 15.90 16.96 -sacrifices sacrifice nom m p 23.11 26.08 7.21 9.12 -sacrificiel sacrificiel adj m s 0.25 0.74 0.21 0.41 -sacrificielle sacrificiel adj f s 0.25 0.74 0.04 0.27 -sacrificiels sacrificiel adj m p 0.25 0.74 0.00 0.07 -sacrifie sacrifier ver 25.67 20.20 2.49 1.96 imp:pre:2s;ind:pre:1s;ind:pre:3s; -sacrifient sacrifier ver 25.67 20.20 0.22 0.14 ind:pre:3p; -sacrifier sacrifier ver 25.67 20.20 9.05 7.36 inf; -sacrifiera sacrifier ver 25.67 20.20 0.17 0.27 ind:fut:3s; -sacrifierai sacrifier ver 25.67 20.20 0.43 0.00 ind:fut:1s; -sacrifieraient sacrifier ver 25.67 20.20 0.05 0.00 cnd:pre:3p; -sacrifierais sacrifier ver 25.67 20.20 0.56 0.00 cnd:pre:1s;cnd:pre:2s; -sacrifierait sacrifier ver 25.67 20.20 0.13 0.07 cnd:pre:3s; -sacrifieras sacrifier ver 25.67 20.20 0.02 0.00 ind:fut:2s; -sacrifierez sacrifier ver 25.67 20.20 0.04 0.00 ind:fut:2p; -sacrifieriez sacrifier ver 25.67 20.20 0.07 0.07 cnd:pre:2p; -sacrifierions sacrifier ver 25.67 20.20 0.10 0.00 cnd:pre:1p; -sacrifierons sacrifier ver 25.67 20.20 0.16 0.00 ind:fut:1p; -sacrifies sacrifier ver 25.67 20.20 0.55 0.07 ind:pre:2s; -sacrifiez sacrifier ver 25.67 20.20 0.55 0.14 imp:pre:2p;ind:pre:2p; -sacrifiiez sacrifier ver 25.67 20.20 0.00 0.07 ind:imp:2p; -sacrifions sacrifier ver 25.67 20.20 0.55 0.07 imp:pre:1p;ind:pre:1p; -sacrifiât sacrifier ver 25.67 20.20 0.00 0.07 sub:imp:3s; -sacrifièrent sacrifier ver 25.67 20.20 0.04 0.14 ind:pas:3p; -sacrifié sacrifier ver m s 25.67 20.20 5.98 4.26 par:pas; -sacrifiée sacrifier ver f s 25.67 20.20 1.94 1.22 par:pas; -sacrifiées sacrifier ver f p 25.67 20.20 0.34 0.34 par:pas; -sacrifiés sacrifier ver m p 25.67 20.20 0.89 0.68 par:pas; -sacrilège sacrilège nom m s 1.93 3.24 1.69 2.64 -sacrilèges sacrilège nom m p 1.93 3.24 0.25 0.61 -sacripant sacripant nom m s 0.47 0.47 0.47 0.27 -sacripants sacripant nom m p 0.47 0.47 0.00 0.20 -sacristain sacristain nom m s 1.38 3.92 1.25 3.72 -sacristaine sacristain nom f s 1.38 3.92 0.00 0.07 -sacristaines sacristaine nom f p 0.14 0.00 0.14 0.00 -sacristains sacristain nom m p 1.38 3.92 0.14 0.14 -sacristie sacristie nom f s 1.23 4.39 1.13 3.65 -sacristies sacristie nom f p 1.23 4.39 0.10 0.74 -sacristine sacristine nom f s 0.10 0.07 0.10 0.07 -sacro_iliaque sacro_iliaque adj s 0.03 0.00 0.02 0.00 -sacro_iliaque sacro_iliaque adj f p 0.03 0.00 0.01 0.00 -sacro_saint sacro_saint adj m s 0.65 1.35 0.21 0.68 -sacro_saint sacro_saint adj f s 0.65 1.35 0.41 0.47 -sacro_saint sacro_saint adj f p 0.65 1.35 0.00 0.14 -sacro_saint sacro_saint adj m p 0.65 1.35 0.02 0.07 -sacro sacro adv 0.11 0.68 0.11 0.68 -sacré_coeur sacré_coeur nom m s 0.00 0.20 0.00 0.20 -sacré sacré adj m s 56.88 45.20 29.19 20.47 -sacrédié sacrédié ono 0.00 0.07 0.00 0.07 -sacrée sacré adj f s 56.88 45.20 20.68 16.55 -sacrées sacré adj f p 56.88 45.20 2.11 2.43 -sacrum sacrum nom m s 0.04 0.07 0.04 0.07 -sacrément sacrément adv 6.01 2.16 6.01 2.16 -sacrés sacré adj m p 56.88 45.20 4.90 5.74 -sac_poubelle sac_poubelle nom m p 0.24 0.41 0.06 0.07 -sacs sac nom m p 124.60 174.26 18.64 48.78 -sadducéen sadducéen nom m s 0.00 0.07 0.00 0.07 -sadienne sadien adj f s 0.00 0.07 0.00 0.07 -sadique sadique nom s 2.89 2.30 2.23 1.49 -sadiquement sadiquement adv 0.01 0.20 0.01 0.20 -sadiques sadique nom p 2.89 2.30 0.66 0.81 -sadisme sadisme nom m s 0.36 1.96 0.36 1.89 -sadismes sadisme nom m p 0.36 1.96 0.00 0.07 -sado sado adj m s 0.37 0.00 0.37 0.00 -sadomasochisme sadomasochisme nom m s 0.02 0.00 0.02 0.00 -sadomasochiste sadomasochiste adj s 0.13 0.07 0.13 0.07 -sados sado nom p 0.00 0.07 0.00 0.07 -saducéen saducéen nom m s 0.02 0.14 0.02 0.14 -safari_photo safari_photo nom m s 0.01 0.00 0.01 0.00 -safari safari nom m s 1.77 1.28 1.58 0.88 -safaris safari nom m p 1.77 1.28 0.20 0.41 -safran safran nom m s 0.38 1.89 0.38 1.89 -safrane safraner ver 0.14 0.00 0.14 0.00 ind:pre:3s; -safrané safrané adj m s 0.00 0.14 0.00 0.14 -saga saga nom f s 0.95 1.01 0.73 0.81 -sagace sagace adj s 0.11 1.55 0.09 0.95 -sagaces sagace adj p 0.11 1.55 0.02 0.61 -sagacité sagacité nom f s 0.09 1.42 0.09 1.42 -sagaie sagaie nom f s 0.14 0.41 0.01 0.07 -sagaies sagaie nom f p 0.14 0.41 0.13 0.34 -sagard sagard nom m s 0.00 0.07 0.00 0.07 -sagas saga nom f p 0.95 1.01 0.22 0.20 -sage_femme sage_femme nom f s 1.52 1.22 1.35 1.22 -sage sage adj s 39.09 31.15 31.93 23.45 -sagement sagement adv 2.39 9.46 2.39 9.46 -sage_femme sage_femme nom f p 1.52 1.22 0.17 0.00 -sages sage adj p 39.09 31.15 7.17 7.70 -sagesse sagesse nom f s 13.58 21.55 13.56 21.42 -sagesses sagesse nom f p 13.58 21.55 0.02 0.14 -sagettes sagette nom f p 0.00 0.07 0.00 0.07 -sagittaire sagittaire nom s 0.16 0.14 0.14 0.00 -sagittaires sagittaire nom p 0.16 0.14 0.02 0.14 -sagittal sagittal adj m s 0.07 0.00 0.04 0.00 -sagittale sagittal adj f s 0.07 0.00 0.03 0.00 -sagouin sagouin nom m s 0.35 1.22 0.34 1.08 -sagouins sagouin nom m p 0.35 1.22 0.01 0.14 -sagoutier sagoutier nom m s 0.00 0.14 0.00 0.14 -sagum sagum nom m s 0.00 0.07 0.00 0.07 -saharien saharien adj m s 0.02 1.55 0.01 0.41 -saharienne saharien nom f s 0.62 0.74 0.61 0.41 -sahariennes saharien adj f p 0.02 1.55 0.01 0.41 -sahariens saharien adj m p 0.02 1.55 0.00 0.34 -sahib sahib nom m s 1.63 0.07 1.61 0.07 -sahibs sahib nom m p 1.63 0.07 0.02 0.00 -saie saie nom f s 0.04 0.00 0.04 0.00 -saigna saigner ver 34.86 21.82 0.00 0.27 ind:pas:3s; -saignaient saigner ver 34.86 21.82 0.16 1.08 ind:imp:3p; -saignais saigner ver 34.86 21.82 0.45 0.20 ind:imp:1s;ind:imp:2s; -saignait saigner ver 34.86 21.82 1.66 3.31 ind:imp:3s; -saignant saignant adj m s 1.94 4.32 1.25 1.55 -saignante saignant adj f s 1.94 4.32 0.26 1.08 -saignantes saignant adj f p 1.94 4.32 0.04 0.81 -saignants saignant adj m p 1.94 4.32 0.39 0.88 -saignasse saigner ver 34.86 21.82 0.00 0.07 sub:imp:1s; -saigne saigner ver 34.86 21.82 14.30 5.34 imp:pre:2s;ind:pre:1s;ind:pre:3s; -saignement saignement nom m s 2.67 0.54 1.81 0.34 -saignements saignement nom m p 2.67 0.54 0.86 0.20 -saignent saigner ver 34.86 21.82 1.30 0.74 ind:pre:3p; -saigner saigner ver 34.86 21.82 7.63 6.01 inf; -saignera saigner ver 34.86 21.82 0.28 0.14 ind:fut:3s; -saignerai saigner ver 34.86 21.82 0.09 0.00 ind:fut:1s; -saignerais saigner ver 34.86 21.82 0.06 0.14 cnd:pre:1s;cnd:pre:2s; -saignerait saigner ver 34.86 21.82 0.02 0.20 cnd:pre:3s; -saigneras saigner ver 34.86 21.82 0.03 0.00 ind:fut:2s; -saignerez saigner ver 34.86 21.82 0.02 0.00 ind:fut:2p; -saigneront saigner ver 34.86 21.82 0.03 0.07 ind:fut:3p; -saignes saigner ver 34.86 21.82 3.23 0.34 ind:pre:2s; -saigneur saigneur nom m s 0.02 0.07 0.02 0.07 -saignez saigner ver 34.86 21.82 1.50 0.07 imp:pre:2p;ind:pre:2p; -saigniez saigner ver 34.86 21.82 0.07 0.00 ind:imp:2p; -saignons saigner ver 34.86 21.82 0.07 0.00 imp:pre:1p;ind:pre:1p; -saigné saigner ver m s 34.86 21.82 2.87 2.09 par:pas; -saignée saignée nom f s 0.59 2.84 0.56 2.36 -saignées saigner ver f p 34.86 21.82 0.14 0.00 par:pas; -saignés saigner ver m p 34.86 21.82 0.35 0.41 par:pas; -saillaient saillir ver 0.04 6.82 0.00 1.35 ind:imp:3p; -saillait saillir ver 0.04 6.82 0.00 0.81 ind:imp:3s; -saillant saillant adj m s 0.18 10.07 0.07 1.76 -saillante saillant adj f s 0.18 10.07 0.02 0.95 -saillantes saillant adj f p 0.18 10.07 0.05 4.59 -saillants saillant adj m p 0.18 10.07 0.04 2.77 -saille saillir ver 0.04 6.82 0.00 0.14 ind:pre:3s; -saillent saillir ver 0.04 6.82 0.01 0.27 ind:pre:3p; -sailli saillir ver m s 0.04 6.82 0.00 0.27 par:pas; -saillie saillie nom f s 0.68 5.54 0.61 3.24 -saillies saillie nom f p 0.68 5.54 0.06 2.30 -saillir saillir ver 0.04 6.82 0.01 2.64 inf; -saillissent saillir ver 0.04 6.82 0.02 0.07 sub:imp:3p; -saillit saillir ver 0.04 6.82 0.00 0.07 ind:pas:3s; -sain sain adj m s 26.61 18.65 13.89 8.58 -saindoux saindoux nom m 0.68 9.80 0.68 9.80 -saine sain adj f s 26.61 18.65 6.96 6.15 -sainement sainement adv 0.47 0.47 0.47 0.47 -saines sain adj f p 26.61 18.65 1.35 2.09 -sainfoin sainfoin nom m s 0.00 0.81 0.00 0.74 -sainfoins sainfoin nom m p 0.00 0.81 0.00 0.07 -sains sain adj m p 26.61 18.65 4.42 1.82 -saint_bernard saint_bernard nom m 0.17 0.68 0.17 0.68 -saint_crépin saint_crépin nom m 0.05 0.00 0.05 0.00 -saint_cyrien saint_cyrien nom m s 0.00 1.01 0.00 0.68 -saint_cyrien saint_cyrien nom m p 0.00 1.01 0.00 0.34 -saint_esprit saint_esprit nom m 0.20 0.47 0.20 0.47 -saint_frusquin saint_frusquin nom m 0.17 0.74 0.17 0.74 -saint_germain saint_germain nom m 0.00 0.34 0.00 0.34 -saint_glinglin saint_glinglin nom f s 0.01 0.07 0.01 0.07 -saint_guy saint_guy nom m 0.03 0.00 0.03 0.00 -saint_honoré saint_honoré nom m 0.14 0.20 0.14 0.20 -saint_hubert saint_hubert nom f s 0.00 0.07 0.00 0.07 -saint_michel saint_michel nom s 0.00 0.07 0.00 0.07 -saint_nectaire saint_nectaire nom m 0.00 0.14 0.00 0.14 -saint_paulin saint_paulin nom m 0.00 0.34 0.00 0.34 -saint_pierre saint_pierre nom m 0.16 0.20 0.16 0.20 -saint_père saint_père nom m s 0.14 2.16 0.14 0.20 -saint_siège saint_siège nom m s 0.30 1.28 0.30 1.28 -saint_synode saint_synode nom m s 0.00 0.07 0.00 0.07 -saint_émilion saint_émilion nom m 0.00 0.41 0.00 0.41 -saint saint nom s 39.23 63.31 12.37 35.88 -sainte_nitouche sainte_nitouche nom f s 0.46 0.20 0.35 0.20 -sainte_nitouche sainte_nitouche nom f s 0.51 0.14 0.51 0.14 -sainte saint nom f s 39.23 63.31 17.17 11.89 -saintement saintement adv 0.00 0.20 0.00 0.20 -sainte_nitouche sainte_nitouche nom f p 0.46 0.20 0.11 0.00 -saintes saint adj f p 23.22 42.77 2.30 4.39 -sainteté sainteté nom f s 4.74 5.54 4.64 5.41 -saintetés sainteté nom f p 4.74 5.54 0.10 0.14 -saint_père saint_père nom m p 0.14 2.16 0.00 1.96 -saints saint nom m p 39.23 63.31 9.69 14.46 -sais savoir ver_sup 4516.72 2003.58 2492.92 615.27 ind:pre:1s;ind:pre:2s; -saisît saisir ver 36.81 135.74 0.00 0.41 sub:imp:3s; -saisi saisir ver m s 36.81 135.74 10.15 25.54 par:pas; -saisie_arrêt saisie_arrêt nom f s 0.00 0.20 0.00 0.20 -saisie saisie nom f s 2.75 1.62 1.73 1.42 -saisies saisie nom f p 2.75 1.62 1.02 0.20 -saisir saisir ver 36.81 135.74 9.40 33.78 inf; -saisira saisir ver 36.81 135.74 0.40 0.34 ind:fut:3s; -saisirai saisir ver 36.81 135.74 0.17 0.07 ind:fut:1s; -saisirais saisir ver 36.81 135.74 0.04 0.14 cnd:pre:1s;cnd:pre:2s; -saisirait saisir ver 36.81 135.74 0.03 0.47 cnd:pre:3s; -saisiras saisir ver 36.81 135.74 0.03 0.20 ind:fut:2s; -saisirent saisir ver 36.81 135.74 0.14 1.15 ind:pas:3p; -saisirez saisir ver 36.81 135.74 0.03 0.00 ind:fut:2p; -saisirions saisir ver 36.81 135.74 0.00 0.07 cnd:pre:1p; -saisirons saisir ver 36.81 135.74 0.04 0.20 ind:fut:1p; -saisiront saisir ver 36.81 135.74 0.04 0.07 ind:fut:3p; -saisis saisir ver m p 36.81 135.74 8.34 10.20 imp:pre:2s;ind:pre:1s;ind:pre:2s;par:pas;par:pas; -saisissable saisissable adj s 0.00 0.20 0.00 0.14 -saisissables saisissable adj p 0.00 0.20 0.00 0.07 -saisissaient saisir ver 36.81 135.74 0.01 1.42 ind:imp:3p; -saisissais saisir ver 36.81 135.74 0.16 0.81 ind:imp:1s;ind:imp:2s; -saisissait saisir ver 36.81 135.74 0.05 7.09 ind:imp:3s; -saisissant saisissant adj m s 0.61 5.00 0.33 2.23 -saisissante saisissant adj f s 0.61 5.00 0.11 2.43 -saisissantes saisissant adj f p 0.61 5.00 0.04 0.20 -saisissants saisissant adj m p 0.61 5.00 0.13 0.14 -saisisse saisir ver 36.81 135.74 0.19 0.47 sub:pre:1s;sub:pre:3s; -saisissement saisissement nom m s 0.14 1.96 0.14 1.89 -saisissements saisissement nom m p 0.14 1.96 0.00 0.07 -saisissent saisir ver 36.81 135.74 0.20 1.49 ind:pre:3p; -saisisses saisir ver 36.81 135.74 0.09 0.07 sub:pre:2s; -saisissez saisir ver 36.81 135.74 2.84 0.47 imp:pre:2p;ind:pre:2p; -saisissiez saisir ver 36.81 135.74 0.13 0.00 ind:imp:2p; -saisissions saisir ver 36.81 135.74 0.01 0.20 ind:imp:1p; -saisissons saisir ver 36.81 135.74 0.25 0.14 imp:pre:1p;ind:pre:1p; -saisit saisir ver 36.81 135.74 2.39 36.69 ind:pre:3s;ind:pas:3s; -saison saison nom f s 31.95 49.59 28.72 35.54 -saisonnier saisonnier adj m s 0.55 1.42 0.17 0.54 -saisonniers saisonnier nom m p 0.44 0.27 0.43 0.07 -saisonnière saisonnier adj f s 0.55 1.42 0.16 0.07 -saisonnières saisonnier adj f p 0.55 1.42 0.04 0.41 -saisons saison nom f p 31.95 49.59 3.23 14.05 -sait savoir ver_sup 4516.72 2003.58 401.46 245.00 ind:pre:3s; -saki saki nom m s 0.05 0.00 0.05 0.00 -saké saké nom m s 2.55 0.61 2.55 0.54 -sakés saké nom m p 2.55 0.61 0.00 0.07 -sala saler ver 7.65 6.35 0.10 0.20 ind:pas:3s; -salace salace adj s 0.55 1.28 0.33 0.47 -salaces salace adj p 0.55 1.28 0.21 0.81 -salacité salacité nom f s 0.00 0.20 0.00 0.14 -salacités salacité nom f p 0.00 0.20 0.00 0.07 -salade salade nom f s 21.80 24.26 15.88 15.41 -salader salader ver 0.00 0.07 0.00 0.07 inf; -salades salade nom f p 21.80 24.26 5.92 8.85 -saladier saladier nom m s 0.77 2.43 0.68 2.30 -saladiers saladier nom m p 0.77 2.43 0.09 0.14 -salaient saler ver 7.65 6.35 0.01 0.07 ind:imp:3p; -salaire salaire nom m s 26.43 12.50 22.99 8.92 -salaires salaire nom m p 26.43 12.50 3.44 3.58 -salaison salaison nom f s 0.14 1.22 0.14 0.27 -salaisons salaison nom f p 0.14 1.22 0.00 0.95 -salait saler ver 7.65 6.35 0.01 0.14 ind:imp:3s; -salam salam nom m s 0.03 0.00 0.03 0.00 -salamalec salamalec nom m s 0.32 1.49 0.00 0.41 -salamalecs salamalec nom m p 0.32 1.49 0.32 1.08 -salamandre salamandre nom f s 0.50 1.62 0.48 1.35 -salamandres salamandre nom f p 0.50 1.62 0.01 0.27 -salami salami nom m s 2.06 0.47 2.04 0.34 -salamis salami nom m p 2.06 0.47 0.02 0.14 -salanque salanque nom f s 0.00 0.07 0.00 0.07 -salant salant adj m s 0.07 1.01 0.02 0.20 -salants salant adj m p 0.07 1.01 0.05 0.81 -salariait salarier ver 0.38 0.07 0.00 0.07 ind:imp:3s; -salariale salarial adj f s 0.18 0.00 0.17 0.00 -salariat salariat nom m s 0.00 0.27 0.00 0.27 -salariaux salarial adj m p 0.18 0.00 0.01 0.00 -salarier salarier ver 0.38 0.07 0.14 0.00 inf; -salarié salarié adj m s 0.39 0.20 0.20 0.14 -salariée salarié nom f s 0.52 0.95 0.12 0.07 -salariés salarié nom m p 0.52 0.95 0.28 0.20 -salas saler ver 7.65 6.35 1.37 0.00 ind:pas:2s; -salat salat nom f s 0.03 0.00 0.03 0.00 -salaud salaud nom m s 87.40 37.84 66.74 24.86 -salauds salaud nom m p 87.40 37.84 20.66 12.97 -salazariste salazariste adj s 0.00 0.07 0.00 0.07 -sale sale adj s 146.86 102.03 120.13 74.86 -salement salement adv 2.28 6.01 2.28 6.01 -saler saler ver 7.65 6.35 0.30 0.41 inf; -salera saler ver 7.65 6.35 0.00 0.07 ind:fut:3s; -sales sale adj p 146.86 102.03 26.73 27.16 -saleté saleté nom f s 17.55 12.91 11.96 9.66 -saletés saleté nom f p 17.55 12.91 5.59 3.24 -saleur saleur nom m s 0.00 0.07 0.00 0.07 -salez saler ver 7.65 6.35 0.11 0.14 imp:pre:2p;ind:pre:2p; -sali salir ver m s 17.51 15.95 2.66 2.36 par:pas; -salicaires salicaire nom f p 0.00 0.07 0.00 0.07 -salicine salicine nom f s 0.10 0.00 0.10 0.00 -salicole salicole adj s 0.00 0.07 0.00 0.07 -salicorne salicorne nom f s 0.00 0.07 0.00 0.07 -salie salir ver f s 17.51 15.95 2.12 1.42 par:pas; -salies salir ver f p 17.51 15.95 0.10 0.74 par:pas; -saligaud saligaud nom m s 3.36 1.01 2.46 0.95 -saligauds saligaud nom m p 3.36 1.01 0.90 0.07 -salin salin adj m s 0.31 1.01 0.01 0.61 -saline salin adj f s 0.31 1.01 0.28 0.14 -salines salin nom f p 0.02 2.16 0.02 2.09 -salingue salingue adj m s 0.00 2.03 0.00 1.55 -salingues salingue adj p 0.00 2.03 0.00 0.47 -salinité salinité nom f s 0.06 0.07 0.06 0.07 -salins salin nom m p 0.02 2.16 0.00 0.07 -salique salique adj f s 0.06 0.14 0.06 0.14 -salir salir ver 17.51 15.95 6.81 6.08 inf; -salira salir ver 17.51 15.95 0.06 0.00 ind:fut:3s; -salirai salir ver 17.51 15.95 0.09 0.07 ind:fut:1s; -saliraient salir ver 17.51 15.95 0.14 0.00 cnd:pre:3p; -salirais salir ver 17.51 15.95 0.07 0.00 cnd:pre:1s;cnd:pre:2s; -salirait salir ver 17.51 15.95 0.05 0.07 cnd:pre:3s; -salirez salir ver 17.51 15.95 0.02 0.00 ind:fut:2p; -salis salir ver m p 17.51 15.95 2.59 1.89 imp:pre:2s;ind:pre:1s;ind:pre:2s;par:pas; -salissaient salir ver 17.51 15.95 0.03 0.54 ind:imp:3p; -salissait salir ver 17.51 15.95 0.26 0.68 ind:imp:3s; -salissant salissant adj m s 0.65 0.81 0.62 0.54 -salissante salissant adj f s 0.65 0.81 0.03 0.00 -salissantes salissant adj f p 0.65 0.81 0.00 0.14 -salissants salissant adj m p 0.65 0.81 0.00 0.14 -salisse salir ver 17.51 15.95 0.23 0.27 sub:pre:1s;sub:pre:3s; -salissent salir ver 17.51 15.95 0.56 0.41 ind:pre:3p; -salisses salir ver 17.51 15.95 0.01 0.00 sub:pre:2s; -salisseur salisseur adj m s 0.01 0.00 0.01 0.00 -salissez salir ver 17.51 15.95 0.44 0.00 imp:pre:2p;ind:pre:2p; -salissiez salir ver 17.51 15.95 0.10 0.00 ind:imp:2p; -salissure salissure nom f s 0.02 0.74 0.02 0.61 -salissures salissure nom f p 0.02 0.74 0.00 0.14 -salit salir ver 17.51 15.95 1.10 1.01 ind:pre:3s;ind:pas:3s; -salière salière nom f s 0.28 2.03 0.20 1.28 -salières salière nom f p 0.28 2.03 0.09 0.74 -saliva saliver ver 0.61 2.70 0.00 0.14 ind:pas:3s; -salivaient saliver ver 0.61 2.70 0.00 0.14 ind:imp:3p; -salivaire salivaire adj s 0.22 0.07 0.04 0.00 -salivaires salivaire adj f p 0.22 0.07 0.19 0.07 -salivais saliver ver 0.61 2.70 0.00 0.07 ind:imp:1s; -salivait saliver ver 0.61 2.70 0.01 0.47 ind:imp:3s; -salivant saliver ver 0.61 2.70 0.01 0.34 par:pre; -salivation salivation nom f s 0.01 0.07 0.01 0.07 -salive salive nom f s 4.94 18.65 4.91 18.51 -salivent saliver ver 0.61 2.70 0.02 0.07 ind:pre:3p; -saliver saliver ver 0.61 2.70 0.36 1.49 inf; -salives salive nom f p 4.94 18.65 0.03 0.14 -saliveur saliveur nom m s 0.00 0.07 0.00 0.07 -saliveuse saliveux adj f s 0.00 0.34 0.00 0.27 -saliveuses saliveux adj f p 0.00 0.34 0.00 0.07 -salivez saliver ver 0.61 2.70 0.01 0.00 ind:pre:2p; -salivé saliver ver m s 0.61 2.70 0.01 0.00 par:pas; -salle salle nom f s 116.91 215.81 111.10 197.64 -salles salle nom f p 116.91 215.81 5.81 18.18 -salmigondis salmigondis nom m 0.00 0.34 0.00 0.34 -salmis salmis nom m 0.00 0.47 0.00 0.47 -salmonelle salmonelle nom f s 0.45 0.00 0.45 0.00 -salmonellose salmonellose nom f s 0.02 0.00 0.02 0.00 -salmonidé salmonidé nom m s 0.01 0.00 0.01 0.00 -saloir saloir nom m s 0.10 0.74 0.10 0.68 -saloirs saloir nom m p 0.10 0.74 0.00 0.07 -salon salon nom m s 39.24 101.22 37.06 84.12 -salonnard salonnard nom m s 0.00 0.07 0.00 0.07 -salonniers salonnier nom m p 0.00 0.07 0.00 0.07 -salonnières salonnière nom f p 0.14 0.00 0.14 0.00 -salons salon nom m p 39.24 101.22 2.19 17.09 -saloon saloon nom m s 5.08 0.47 4.65 0.34 -saloons saloon nom m p 5.08 0.47 0.42 0.14 -salop salop nom m s 0.82 0.54 0.73 0.41 -salopard salopard nom m s 21.80 4.80 16.41 2.77 -salopards salopard nom m p 21.80 4.80 5.38 2.03 -salope salope nom f s 66.97 20.54 62.54 17.97 -salopent saloper ver 0.66 1.01 0.01 0.14 ind:pre:3p; -saloper saloper ver 0.66 1.01 0.16 0.47 inf; -saloperie saloperie nom f s 25.27 19.46 19.38 13.04 -saloperies saloperie nom f p 25.27 19.46 5.89 6.42 -salopes salope nom f p 66.97 20.54 4.42 2.57 -salopette salopette nom f s 0.59 5.61 0.53 4.73 -salopettes salopette nom f p 0.59 5.61 0.07 0.88 -salopez saloper ver 0.66 1.01 0.01 0.00 ind:pre:2p; -salopiaud salopiaud nom m s 0.16 0.14 0.16 0.00 -salopiauds salopiaud nom m p 0.16 0.14 0.00 0.14 -salopiaux salopiau nom m p 0.00 0.07 0.00 0.07 -salopiot salopiot nom m s 0.11 0.74 0.09 0.20 -salopiots salopiot nom m p 0.11 0.74 0.02 0.54 -salops salop nom m p 0.82 0.54 0.09 0.14 -salopé saloper ver m s 0.66 1.01 0.45 0.20 par:pas; -salopée saloper ver f s 0.66 1.01 0.00 0.14 par:pas; -salopées saloper ver f p 0.66 1.01 0.01 0.07 par:pas; -salopés saloper ver m p 0.66 1.01 0.02 0.00 par:pas; -salpicon salpicon nom m s 0.00 0.14 0.00 0.14 -salpingite salpingite nom f s 0.01 0.00 0.01 0.00 -salpêtre salpêtre nom m s 0.72 2.16 0.72 2.16 -salpêtreux salpêtreux adj m p 0.00 0.07 0.00 0.07 -salpêtrière salpêtrière nom f s 0.00 0.07 0.00 0.07 -salpêtrées salpêtrer ver f p 0.00 0.14 0.00 0.07 par:pas; -salpêtrés salpêtrer ver m p 0.00 0.14 0.00 0.07 par:pas; -sals sal nom m p 0.06 0.00 0.06 0.00 -salsa salsa nom f s 1.43 0.14 1.43 0.14 -salsepareille salsepareille nom f s 0.19 0.00 0.19 0.00 -salsifis salsifis nom m 0.00 1.01 0.00 1.01 -saltimbanque saltimbanque nom s 0.51 2.16 0.33 1.96 -saltimbanques saltimbanque nom p 0.51 2.16 0.17 0.20 -salto salto nom m s 0.08 0.00 0.08 0.00 -salé saler ver m s 7.65 6.35 1.33 0.95 par:pas; -salua saluer ver 45.09 67.64 0.48 10.27 ind:pas:3s; -saluai saluer ver 45.09 67.64 0.10 1.08 ind:pas:1s; -saluaient saluer ver 45.09 67.64 0.13 3.24 ind:imp:3p; -saluais saluer ver 45.09 67.64 0.08 0.41 ind:imp:1s;ind:imp:2s; -saluait saluer ver 45.09 67.64 0.69 5.34 ind:imp:3s; -saluant saluer ver 45.09 67.64 0.41 3.72 par:pre; -salubre salubre adj s 0.29 1.22 0.01 1.22 -salubres salubre adj p 0.29 1.22 0.28 0.00 -salubrité salubrité nom f s 0.04 0.34 0.04 0.34 -salée salé adj f s 4.47 11.01 2.30 4.26 -salue saluer ver 45.09 67.64 17.53 11.01 imp:pre:2s;ind:pre:1s;ind:pre:3s; -saluent saluer ver 45.09 67.64 1.56 2.43 ind:pre:3p; -saluer saluer ver 45.09 67.64 11.85 16.49 ind:pre:2p;inf; -saluera saluer ver 45.09 67.64 0.57 0.20 ind:fut:3s; -saluerai saluer ver 45.09 67.64 0.23 0.07 ind:fut:1s; -salueraient saluer ver 45.09 67.64 0.00 0.07 cnd:pre:3p; -saluerais saluer ver 45.09 67.64 0.03 0.00 cnd:pre:1s; -saluerait saluer ver 45.09 67.64 0.03 0.07 cnd:pre:3s; -salueras saluer ver 45.09 67.64 0.30 0.07 ind:fut:2s; -saluerons saluer ver 45.09 67.64 0.02 0.07 ind:fut:1p; -salueront saluer ver 45.09 67.64 0.06 0.07 ind:fut:3p; -salées salé adj f p 4.47 11.01 0.40 1.55 -salues saluer ver 45.09 67.64 0.99 0.07 ind:pre:2s; -salueur salueur nom m s 0.01 0.00 0.01 0.00 -saluez saluer ver 45.09 67.64 4.48 0.68 imp:pre:2p;ind:pre:2p; -saluiez saluer ver 45.09 67.64 0.01 0.07 ind:imp:2p; -saluions saluer ver 45.09 67.64 0.00 0.14 ind:imp:1p; -saluâmes saluer ver 45.09 67.64 0.00 0.20 ind:pas:1p; -saluons saluer ver 45.09 67.64 2.09 0.61 imp:pre:1p;ind:pre:1p; -saluât saluer ver 45.09 67.64 0.00 0.14 sub:imp:3s; -salés salé adj m p 4.47 11.01 0.49 1.82 -salésienne salésien adj f s 0.00 0.07 0.00 0.07 -salut salut ono 203.10 6.55 203.10 6.55 -salutaire salutaire adj s 1.29 2.50 1.28 2.16 -salutairement salutairement adv 0.00 0.07 0.00 0.07 -salutaires salutaire adj p 1.29 2.50 0.01 0.34 -salutation salutation nom f s 5.79 2.36 0.24 0.81 -salutations salutation nom f p 5.79 2.36 5.55 1.55 -saluèrent saluer ver 45.09 67.64 0.00 2.84 ind:pas:3p; -salutiste salutiste nom s 0.01 0.34 0.00 0.07 -salutistes salutiste nom p 0.01 0.34 0.01 0.27 -saluts salut nom m p 277.42 61.82 0.07 2.84 -salué saluer ver m s 45.09 67.64 2.36 5.61 par:pas; -saluée saluer ver f s 45.09 67.64 0.69 1.76 par:pas; -saluées saluer ver f p 45.09 67.64 0.14 0.07 par:pas; -salués saluer ver m p 45.09 67.64 0.25 0.88 par:pas; -salvadorien salvadorien nom m s 0.78 0.00 0.14 0.00 -salvadorienne salvadorien adj f s 0.18 0.00 0.02 0.00 -salvadoriens salvadorien nom m p 0.78 0.00 0.64 0.00 -salvateur salvateur adj m s 0.19 0.95 0.02 0.74 -salvateurs salvateur adj m p 0.19 0.95 0.01 0.00 -salvation salvation nom f s 0.04 0.00 0.04 0.00 -salvatrice salvateur adj f s 0.19 0.95 0.16 0.20 -salve salve nom f s 1.69 7.43 1.29 4.53 -salves salve nom f p 1.69 7.43 0.40 2.91 -salvifique salvifique adj s 0.00 0.07 0.00 0.07 -salzbourgeoises salzbourgeois adj f p 0.00 0.07 0.00 0.07 -samaras samara nom m p 0.00 0.07 0.00 0.07 -samaritain samaritain nom m s 0.50 0.41 0.28 0.07 -samaritaine samaritaine nom f s 0.27 1.08 0.27 1.08 -samaritains samaritain nom m p 0.50 0.41 0.22 0.34 -samba samba nom f s 2.91 7.50 2.91 7.50 -sambenito sambenito nom m s 0.00 0.14 0.00 0.14 -sambo sambo nom m s 0.20 0.00 0.20 0.00 -samedi samedi nom m s 46.53 37.43 44.51 34.26 -samedis samedi nom m p 46.53 37.43 2.03 3.18 -samizdats samizdat nom m p 0.00 0.07 0.00 0.07 -sammy sammy nom m s 0.13 0.00 0.13 0.00 -samoan samoan adj m s 0.15 0.00 0.13 0.00 -samoans samoan adj m p 0.15 0.00 0.02 0.00 -samouraï samouraï nom m s 1.66 2.77 1.30 1.69 -samouraïs samouraï nom m p 1.66 2.77 0.36 1.08 -samovar samovar nom m s 0.45 3.78 0.45 2.23 -samovars samovar nom m p 0.45 3.78 0.00 1.55 -samoyède samoyède nom m s 0.00 0.07 0.00 0.07 -sampan sampan nom m s 0.09 0.07 0.09 0.07 -sampang sampang nom m s 0.14 0.34 0.14 0.27 -sampangs sampang nom m p 0.14 0.34 0.00 0.07 -sample sample nom m s 0.07 0.00 0.07 0.00 -sampler sampler nom m s 0.10 0.00 0.10 0.00 -samurai samurai nom m s 0.68 0.00 0.68 0.00 -san_francisco san_francisco nom s 0.02 0.07 0.02 0.07 -sana sana nom m s 0.53 2.43 0.53 2.30 -sanas sana nom m p 0.53 2.43 0.00 0.14 -sanatorium sanatorium nom m s 1.69 4.39 1.59 4.19 -sanatoriums sanatorium nom m p 1.69 4.39 0.10 0.20 -sancerre sancerre nom m s 0.00 0.20 0.00 0.20 -sanctifiai sanctifier ver 3.82 1.69 0.00 0.07 ind:pas:1s; -sanctifiait sanctifier ver 3.82 1.69 0.00 0.07 ind:imp:3s; -sanctifiante sanctifiant adj f s 0.00 0.14 0.00 0.14 -sanctification sanctification nom f s 0.01 0.07 0.01 0.07 -sanctificatrice sanctificateur adj f s 0.00 0.07 0.00 0.07 -sanctifie sanctifier ver 3.82 1.69 0.25 0.20 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -sanctifier sanctifier ver 3.82 1.69 0.48 0.20 inf; -sanctifiez sanctifier ver 3.82 1.69 0.00 0.07 imp:pre:2p; -sanctifié sanctifier ver m s 3.82 1.69 2.87 0.81 par:pas; -sanctifiée sanctifier ver f s 3.82 1.69 0.06 0.14 par:pas; -sanctifiées sanctifier ver f p 3.82 1.69 0.01 0.07 par:pas; -sanctifiés sanctifier ver m p 3.82 1.69 0.14 0.07 par:pas; -sanction sanction nom f s 2.35 4.86 1.23 2.30 -sanctionnaient sanctionner ver 1.01 2.91 0.00 0.14 ind:imp:3p; -sanctionnait sanctionner ver 1.01 2.91 0.00 0.14 ind:imp:3s; -sanctionnant sanctionner ver 1.01 2.91 0.01 0.07 par:pre; -sanctionne sanctionner ver 1.01 2.91 0.13 0.14 ind:pre:3s; -sanctionner sanctionner ver 1.01 2.91 0.15 0.74 inf; -sanctionnera sanctionner ver 1.01 2.91 0.03 0.00 ind:fut:3s; -sanctionnerait sanctionner ver 1.01 2.91 0.00 0.14 cnd:pre:3s; -sanctionnez sanctionner ver 1.01 2.91 0.01 0.00 ind:pre:2p; -sanctionnions sanctionner ver 1.01 2.91 0.00 0.07 ind:imp:1p; -sanctionnèrent sanctionner ver 1.01 2.91 0.00 0.07 ind:pas:3p; -sanctionné sanctionner ver m s 1.01 2.91 0.35 0.34 par:pas; -sanctionnée sanctionner ver f s 1.01 2.91 0.15 0.68 par:pas; -sanctionnées sanctionner ver f p 1.01 2.91 0.15 0.20 par:pas; -sanctionnés sanctionner ver m p 1.01 2.91 0.04 0.20 par:pas; -sanctions sanction nom f p 2.35 4.86 1.12 2.57 -sanctuaire sanctuaire nom m s 4.34 6.42 4.26 5.20 -sanctuaires sanctuaire nom m p 4.34 6.42 0.08 1.22 -sanctus sanctus nom m 0.23 0.68 0.23 0.68 -sandale sandale nom f s 3.21 8.72 0.22 0.74 -sandales sandale nom f p 3.21 8.72 2.99 7.97 -sandalettes sandalette nom f p 0.01 0.61 0.01 0.61 -sandalier sandalier nom m s 0.00 0.07 0.00 0.07 -sanderling sanderling nom m s 0.03 0.00 0.03 0.00 -sandiniste sandiniste adj m s 0.02 0.00 0.02 0.00 -sandinistes sandiniste nom p 0.11 0.00 0.11 0.00 -sandjak sandjak nom m s 0.00 0.20 0.00 0.20 -sandow sandow nom m s 0.00 0.27 0.00 0.07 -sandows sandow nom m p 0.00 0.27 0.00 0.20 -sandre sandre nom m s 0.02 0.07 0.01 0.00 -sandres sandre nom m p 0.02 0.07 0.01 0.07 -sandwich sandwich nom m s 0.00 9.93 0.00 8.18 -sandwiches sandwiche nom m p 0.00 4.93 0.00 4.93 -sandwichs sandwich nom m p 0.00 9.93 0.00 1.76 -sang_froid sang_froid nom m 5.41 9.26 5.41 9.26 -sang sang nom m s 304.75 207.30 304.30 205.20 -sangla sangler ver 0.86 6.49 0.00 0.07 ind:pas:3s; -sanglai sangler ver 0.86 6.49 0.00 0.07 ind:pas:1s; -sanglait sangler ver 0.86 6.49 0.00 0.20 ind:imp:3s; -sanglant sanglant adj m s 6.69 20.00 3.23 6.01 -sanglante sanglant adj f s 6.69 20.00 1.69 6.22 -sanglantes sanglant adj f p 6.69 20.00 0.86 3.58 -sanglants sanglant adj m p 6.69 20.00 0.91 4.19 -sangle sangle nom f s 1.68 3.78 1.08 1.55 -sanglent sangler ver 0.86 6.49 0.00 0.07 ind:pre:3p; -sangler sangler ver 0.86 6.49 0.07 0.07 inf; -sangles sangle nom f p 1.68 3.78 0.59 2.23 -sanglez sangler ver 0.86 6.49 0.04 0.00 imp:pre:2p; -sanglier sanglier nom m s 6.05 8.78 4.59 5.34 -sangliers sanglier nom m p 6.05 8.78 1.47 3.45 -sanglot sanglot nom m s 3.79 29.12 0.30 9.59 -sanglota sangloter ver 2.27 14.66 0.04 1.69 ind:pas:3s; -sanglotai sangloter ver 2.27 14.66 0.00 0.34 ind:pas:1s; -sanglotaient sangloter ver 2.27 14.66 0.00 0.14 ind:imp:3p; -sanglotais sangloter ver 2.27 14.66 0.05 0.27 ind:imp:1s;ind:imp:2s; -sanglotait sangloter ver 2.27 14.66 0.28 3.45 ind:imp:3s; -sanglotant sangloter ver 2.27 14.66 0.05 2.03 par:pre; -sanglotante sanglotant adj f s 0.01 0.95 0.00 0.47 -sanglotants sanglotant adj m p 0.01 0.95 0.00 0.07 -sanglote sangloter ver 2.27 14.66 1.06 2.09 ind:pre:1s;ind:pre:3s; -sanglotent sangloter ver 2.27 14.66 0.32 0.27 ind:pre:3p; -sangloter sangloter ver 2.27 14.66 0.31 3.45 inf; -sanglotez sangloter ver 2.27 14.66 0.05 0.00 imp:pre:2p;ind:pre:2p; -sanglotâmes sangloter ver 2.27 14.66 0.00 0.07 ind:pas:1p; -sanglots sanglot nom m p 3.79 29.12 3.49 19.53 -sangloté sangloter ver m s 2.27 14.66 0.11 0.81 par:pas; -sanglotés sangloter ver m p 2.27 14.66 0.00 0.07 par:pas; -sanglé sangler ver m s 0.86 6.49 0.04 2.43 par:pas; -sanglée sangler ver f s 0.86 6.49 0.04 0.81 par:pas; -sanglées sangler ver f p 0.86 6.49 0.00 0.20 par:pas; -sanglés sangler ver m p 0.86 6.49 0.00 1.35 par:pas; -sangria sangria nom f s 0.72 0.34 0.72 0.34 -sangs sang nom m p 304.75 207.30 0.45 2.09 -sangsue sangsue nom f s 2.90 1.28 1.05 0.54 -sangsues sangsue nom f p 2.90 1.28 1.85 0.74 -sanguin sanguin adj m s 8.84 3.78 4.33 2.30 -sanguinaire sanguinaire adj s 3.06 2.30 2.14 1.82 -sanguinaires sanguinaire adj p 3.06 2.30 0.91 0.47 -sanguine sanguin adj f s 8.84 3.78 1.81 0.95 -sanguines sanguin adj f p 8.84 3.78 0.27 0.00 -sanguinolent sanguinolent adj m s 0.28 3.18 0.05 0.95 -sanguinolente sanguinolent adj f s 0.28 3.18 0.07 1.22 -sanguinolentes sanguinolent adj f p 0.28 3.18 0.01 0.54 -sanguinolents sanguinolent adj m p 0.28 3.18 0.15 0.47 -sanguins sanguin adj m p 8.84 3.78 2.44 0.54 -sanhédrin sanhédrin nom m s 0.00 0.41 0.00 0.41 -sanie sanie nom f s 0.01 1.08 0.00 0.61 -sanies sanie nom f p 0.01 1.08 0.01 0.47 -sanieuses sanieux adj f p 0.00 0.14 0.00 0.07 -sanieux sanieux adj m 0.00 0.14 0.00 0.07 -sanitaire sanitaire adj s 3.52 1.55 2.42 1.08 -sanitaires sanitaire adj p 3.52 1.55 1.11 0.47 -sans_coeur sans_coeur adj 0.01 0.07 0.01 0.07 -sans_culotte sans_culotte nom m s 0.16 0.41 0.16 0.00 -sans_culotte sans_culotte nom m p 0.16 0.41 0.00 0.41 -sans_culottide sans_culottide nom f p 0.00 0.07 0.00 0.07 -sans_façon sans_façon nom m 0.10 0.14 0.10 0.14 -sans_faute sans_faute nom m 0.05 0.00 0.05 0.00 -sans_fil sans_fil nom m 0.21 0.20 0.21 0.20 -sans_filiste sans_filiste nom m s 0.00 0.74 0.00 0.61 -sans_filiste sans_filiste nom m p 0.00 0.74 0.00 0.14 -sans_grade sans_grade nom m 0.05 0.14 0.05 0.14 -sans_pareil sans_pareil nom m 0.00 5.20 0.00 5.20 -sans sans pre 1003.44 2224.12 1003.44 2224.12 -sanscrit sanscrit adj m s 0.05 0.20 0.04 0.14 -sanscrite sanscrit adj f s 0.05 0.20 0.01 0.00 -sanscrits sanscrit adj m p 0.05 0.20 0.00 0.07 -sanskrit sanskrit nom m s 0.11 0.14 0.11 0.14 -sansonnet sansonnet nom m s 0.32 0.47 0.32 0.41 -sansonnets sansonnet nom m p 0.32 0.47 0.00 0.07 -santal santal nom m s 0.15 1.08 0.15 0.81 -santals santal nom m p 0.15 1.08 0.00 0.27 -santiag santiag nom f s 0.08 1.49 0.01 0.07 -santiags santiag nom m p 0.08 1.49 0.07 1.42 -santoche santoche nom f s 0.00 0.07 0.00 0.07 -santon santon nom m s 0.03 0.34 0.03 0.00 -santons santon nom m p 0.03 0.34 0.00 0.34 -santé santé nom f s 88.69 52.70 88.58 52.43 -santés santé nom f p 88.69 52.70 0.11 0.27 -saoudien saoudien adj m s 0.60 0.14 0.37 0.00 -saoudienne saoudien adj f s 0.60 0.14 0.07 0.00 -saoudiennes saoudienne nom f p 0.05 0.00 0.03 0.00 -saoudiens saoudien nom m p 0.47 0.00 0.45 0.00 -saoudite saoudite adj f s 0.05 0.07 0.05 0.07 -saoul saoul adj m s 11.97 13.18 7.81 9.46 -saoula saouler ver 6.84 8.38 0.01 0.07 ind:pas:3s; -saoulaient saouler ver 6.84 8.38 0.01 0.27 ind:imp:3p; -saoulais saouler ver 6.84 8.38 0.01 0.14 ind:imp:1s; -saoulait saouler ver 6.84 8.38 0.11 0.88 ind:imp:3s; -saoulant saouler ver 6.84 8.38 0.04 0.07 par:pre; -saoulard saoulard nom m s 0.17 0.07 0.17 0.07 -saoule saoul adj f s 11.97 13.18 2.87 2.09 -saoulent saouler ver 6.84 8.38 0.30 0.07 ind:pre:3p; -saouler saouler ver 6.84 8.38 2.21 1.82 inf; -saoulerait saouler ver 6.84 8.38 0.01 0.14 cnd:pre:3s; -saouleras saouler ver 6.84 8.38 0.00 0.07 ind:fut:2s; -saoulerez saouler ver 6.84 8.38 0.02 0.00 ind:fut:2p; -saoulerie saoulerie nom f s 0.03 0.47 0.03 0.27 -saouleries saoulerie nom f p 0.03 0.47 0.00 0.20 -saoules saouler ver 6.84 8.38 0.83 0.07 ind:pre:2s; -saoulez saouler ver 6.84 8.38 0.14 0.20 imp:pre:2p;ind:pre:2p; -saoulions saouler ver 6.84 8.38 0.00 0.07 ind:imp:1p; -saouls saoul adj m p 11.97 13.18 1.24 1.55 -saoulé saouler ver m s 6.84 8.38 0.89 1.89 par:pas; -saoulée saouler ver f s 6.84 8.38 0.30 0.41 par:pas; -saoulées saouler ver f p 6.84 8.38 0.01 0.00 par:pas; -saoulés saouler ver m p 6.84 8.38 0.07 0.68 par:pas; -sapaient saper ver 3.23 7.91 0.00 0.20 ind:imp:3p; -sapait saper ver 3.23 7.91 0.03 0.41 ind:imp:3s; -sapajou sapajou nom m s 0.01 0.47 0.01 0.41 -sapajous sapajou nom m p 0.01 0.47 0.00 0.07 -sape saper ver 3.23 7.91 0.35 0.68 imp:pre:2s;ind:pre:1s;ind:pre:3s; -sapement sapement nom m s 0.00 0.95 0.00 0.61 -sapements sapement nom m p 0.00 0.95 0.00 0.34 -sapent saper ver 3.23 7.91 0.08 0.27 ind:pre:3p; -saper saper ver 3.23 7.91 1.13 1.22 inf; -saperai saper ver 3.23 7.91 0.02 0.00 ind:fut:1s; -saperlipopette saperlipopette ono 0.62 0.07 0.62 0.07 -saperlotte saperlotte nom m s 0.07 0.14 0.07 0.14 -sapes sape nom f p 0.59 5.95 0.48 1.82 -sapeur_pompier sapeur_pompier nom m s 0.11 0.61 0.07 0.00 -sapeur sapeur nom m s 0.78 4.80 0.56 1.69 -sapeur_pompier sapeur_pompier nom m p 0.11 0.61 0.04 0.61 -sapeurs sapeur nom m p 0.78 4.80 0.21 3.11 -sapez saper ver 3.23 7.91 0.08 0.00 ind:pre:2p; -saphir saphir nom m s 0.64 1.96 0.34 1.22 -saphirs saphir nom m p 0.64 1.96 0.30 0.74 -saphisme saphisme nom m s 0.00 0.07 0.00 0.07 -saphène saphène adj f s 0.07 0.00 0.07 0.00 -sapide sapide adj m s 0.00 0.20 0.00 0.14 -sapides sapide adj p 0.00 0.20 0.00 0.07 -sapidité sapidité nom f s 0.00 0.07 0.00 0.07 -sapien sapiens adj m s 0.64 0.68 0.09 0.00 -sapience sapience nom f s 0.00 0.07 0.00 0.07 -sapiens sapiens adj m p 0.64 0.68 0.56 0.68 -sapin sapin nom m s 6.91 26.28 5.95 9.86 -sapines sapine nom f p 0.00 0.27 0.00 0.27 -sapinette sapinette nom f s 0.00 0.20 0.00 0.07 -sapinettes sapinette nom f p 0.00 0.20 0.00 0.14 -sapinière sapinière nom f s 0.00 1.42 0.00 0.81 -sapinières sapinière nom f p 0.00 1.42 0.00 0.61 -sapins sapin nom m p 6.91 26.28 0.95 16.42 -saponaires saponaire nom f p 0.00 0.07 0.00 0.07 -saponification saponification nom f s 0.03 0.14 0.03 0.14 -saponifiées saponifier ver f p 0.00 0.07 0.00 0.07 par:pas; -saponite saponite nom f s 0.02 0.27 0.02 0.27 -sapotille sapotille nom f s 0.10 0.00 0.10 0.00 -sapotillier sapotillier nom m s 0.00 0.27 0.00 0.27 -sapristi sapristi ono 1.69 0.68 1.69 0.68 -sapé saper ver m s 3.23 7.91 0.99 2.84 par:pas; -sapée saper ver f s 3.23 7.91 0.20 1.55 par:pas; -sapées saper ver f p 3.23 7.91 0.02 0.14 par:pas; -sapés saper ver m p 3.23 7.91 0.10 0.61 par:pas; -saque saquer ver 1.37 1.08 0.03 0.07 ind:pre:1s; -saquent saquer ver 1.37 1.08 0.14 0.00 ind:pre:3p; -saquer saquer ver 1.37 1.08 0.87 0.68 inf; -saqué saquer ver m s 1.37 1.08 0.20 0.14 par:pas; -saquée saquer ver f s 1.37 1.08 0.01 0.07 par:pas; -saqués saquer ver m p 1.37 1.08 0.12 0.14 par:pas; -sar sar nom m s 0.00 0.07 0.00 0.07 -sara sara nom f s 0.10 0.00 0.10 0.00 -sarabande sarabande nom f s 0.31 1.89 0.21 1.69 -sarabandes sarabande nom f p 0.31 1.89 0.10 0.20 -sarbacane sarbacane nom f s 0.21 0.95 0.14 0.47 -sarbacanes sarbacane nom f p 0.21 0.95 0.07 0.47 -sarcasme sarcasme nom m s 2.37 4.66 1.13 1.35 -sarcasmes sarcasme nom m p 2.37 4.66 1.24 3.31 -sarcastique sarcastique adj s 2.23 2.84 2.05 2.43 -sarcastiquement sarcastiquement adv 0.00 0.20 0.00 0.20 -sarcastiques sarcastique adj p 2.23 2.84 0.18 0.41 -sarcelle sarcelle nom f s 0.16 0.81 0.16 0.27 -sarcelles sarcelle nom f p 0.16 0.81 0.00 0.54 -sarcine sarcine nom f s 0.01 0.00 0.01 0.00 -sarclage sarclage nom m s 0.00 0.07 0.00 0.07 -sarclait sarcler ver 0.13 1.89 0.01 0.47 ind:imp:3s; -sarclant sarcler ver 0.13 1.89 0.00 0.27 par:pre; -sarcle sarcler ver 0.13 1.89 0.01 0.07 ind:pre:3s; -sarclent sarcler ver 0.13 1.89 0.00 0.07 ind:pre:3p; -sarcler sarcler ver 0.13 1.89 0.10 0.95 inf; -sarclette sarclette nom f s 0.01 0.00 0.01 0.00 -sarcleuse sarcleur nom f s 0.06 0.00 0.06 0.00 -sarcloir sarcloir nom m s 0.00 0.14 0.00 0.14 -sarclées sarcler ver f p 0.13 1.89 0.01 0.07 par:pas; -sarcoïdose sarcoïdose nom f s 0.10 0.00 0.10 0.00 -sarcome sarcome nom m s 0.34 0.00 0.34 0.00 -sarcophage sarcophage nom m s 2.43 1.28 2.34 0.95 -sarcophages sarcophage nom m p 2.43 1.28 0.09 0.34 -sardanapalesques sardanapalesque adj m p 0.00 0.07 0.00 0.07 -sardanes sardane nom f p 0.00 0.07 0.00 0.07 -sarde sarde adj m s 0.31 0.00 0.31 0.00 -sardinaient sardiner ver 0.00 0.07 0.00 0.07 ind:imp:3p; -sardine sardine nom f s 3.88 8.38 0.84 1.28 -sardines sardine nom f p 3.88 8.38 3.04 7.09 -sardiniers sardinier nom m p 0.01 0.07 0.01 0.07 -sardoine sardoine nom f s 0.00 0.07 0.00 0.07 -sardonique sardonique adj s 0.10 1.01 0.10 0.95 -sardoniquement sardoniquement adv 0.00 0.07 0.00 0.07 -sardoniques sardonique adj m p 0.10 1.01 0.00 0.07 -sargasse sargasse nom f s 0.00 0.14 0.00 0.07 -sargasses sargasse nom f p 0.00 0.14 0.00 0.07 -sari sari nom m s 0.98 0.20 0.72 0.14 -sarigue sarigue nom f s 0.00 0.07 0.00 0.07 -sarin sarin adj f s 0.25 0.00 0.25 0.00 -saris sari nom m p 0.98 0.20 0.26 0.07 -sarment sarment nom m s 0.11 1.28 0.11 0.27 -sarments sarment nom m p 0.11 1.28 0.00 1.01 -sarong sarong nom m s 0.19 0.00 0.19 0.00 -saroual saroual nom m s 0.01 0.07 0.01 0.07 -sarouel sarouel nom m s 0.00 0.14 0.00 0.14 -sarracénie sarracénie nom f s 0.01 0.00 0.01 0.00 -sarrasin sarrasin nom m s 0.20 0.68 0.20 0.41 -sarrasine sarrasin adj f s 0.30 0.74 0.16 0.20 -sarrasines sarrasin adj f p 0.30 0.74 0.00 0.07 -sarrasins sarrasin adj m p 0.30 0.74 0.00 0.20 -sarrau sarrau nom m s 0.14 1.42 0.04 1.28 -sarraus sarrau nom m p 0.14 1.42 0.10 0.14 -sarreau sarreau nom m s 0.00 0.20 0.00 0.20 -sarriette sarriette nom f s 0.01 0.07 0.01 0.07 -sarrois sarrois adj m 0.00 0.20 0.00 0.14 -sarroise sarrois adj f s 0.00 0.20 0.00 0.07 -sarrussophone sarrussophone nom m s 0.00 0.07 0.00 0.07 -sas sas nom m 3.26 0.74 3.26 0.74 -sashimi sashimi nom m s 0.23 0.00 0.23 0.00 -sassafras sassafras nom m 0.07 0.00 0.07 0.00 -sassanide sassanide adj f s 0.00 0.20 0.00 0.14 -sassanides sassanide adj p 0.00 0.20 0.00 0.07 -sasse sasser ver 0.14 0.07 0.14 0.07 ind:pre:3s; -sasseur sasseur nom m s 0.54 0.00 0.54 0.00 -satan satan nom m s 0.42 0.14 0.42 0.14 -satana sataner ver 1.12 0.81 0.01 0.34 ind:pas:3s; -satanaient sataner ver 1.12 0.81 0.00 0.07 ind:imp:3p; -satanas sataner ver 1.12 0.81 0.64 0.14 ind:pas:2s; -sataner sataner ver 1.12 0.81 0.00 0.20 inf; -satanique satanique adj s 3.11 1.49 1.80 0.95 -sataniques satanique adj p 3.11 1.49 1.31 0.54 -sataniser sataniser ver 0.12 0.00 0.12 0.00 inf; -satanisme satanisme nom m s 0.31 0.34 0.31 0.34 -sataniste sataniste adj s 0.21 0.07 0.21 0.07 -satané satané adj m s 6.89 2.36 3.16 0.81 -satanée satané adj f s 6.89 2.36 2.08 0.74 -satanées satané adj f p 6.89 2.36 0.53 0.41 -satanés satané adj m p 6.89 2.36 1.12 0.41 -satelliser satelliser ver 0.02 0.07 0.02 0.00 inf; -satellisée satelliser ver f s 0.02 0.07 0.00 0.07 par:pas; -satellitaire satellitaire adj s 0.02 0.00 0.02 0.00 -satellite satellite nom m s 13.41 1.96 10.63 0.81 -satellites_espion satellites_espion nom m p 0.02 0.00 0.02 0.00 -satellites satellite nom m p 13.41 1.96 2.79 1.15 -sati sati nom m s 0.02 0.00 0.02 0.00 -satiation satiation nom f s 0.00 0.07 0.00 0.07 -satin satin nom m s 2.65 8.58 2.65 8.11 -satinait satiner ver 0.07 0.41 0.00 0.07 ind:imp:3s; -satine satiner ver 0.07 0.41 0.06 0.00 imp:pre:2s; -satinette satinette nom f s 0.00 0.41 0.00 0.41 -satins satin nom m p 2.65 8.58 0.00 0.47 -satiné satiné adj m s 0.11 1.35 0.03 0.20 -satinée satiné adj f s 0.11 1.35 0.05 0.68 -satinées satiné adj f p 0.11 1.35 0.02 0.27 -satinés satiné adj m p 0.11 1.35 0.01 0.20 -satire satire nom f s 0.35 0.47 0.27 0.41 -satires satire nom f p 0.35 0.47 0.08 0.07 -satirique satirique adj s 0.24 0.68 0.22 0.41 -satiriques satirique adj p 0.24 0.68 0.02 0.27 -satirisaient satiriser ver 0.00 0.07 0.00 0.07 ind:imp:3p; -satiriste satiriste nom s 0.12 0.07 0.12 0.07 -satisfaction satisfaction nom f s 7.37 41.22 7.03 37.09 -satisfactions satisfaction nom f p 7.37 41.22 0.34 4.12 -satisfaire satisfaire ver 25.10 38.11 9.60 12.36 ind:pre:2p;inf; -satisfais satisfaire ver 25.10 38.11 0.33 0.20 imp:pre:2s;ind:pre:1s;ind:pre:2s; -satisfaisaient satisfaire ver 25.10 38.11 0.04 0.07 ind:imp:3p; -satisfaisais satisfaire ver 25.10 38.11 0.18 0.20 ind:imp:1s;ind:imp:2s; -satisfaisait satisfaire ver 25.10 38.11 0.13 2.43 ind:imp:3s; -satisfaisant satisfaisant adj m s 2.64 8.18 1.35 2.64 -satisfaisante satisfaisant adj f s 2.64 8.18 0.78 3.92 -satisfaisantes satisfaisant adj f p 2.64 8.18 0.23 1.15 -satisfaisants satisfaisant adj m p 2.64 8.18 0.29 0.47 -satisfait satisfaire ver m s 25.10 38.11 7.89 13.45 ind:pre:3s;par:pas;par:pas; -satisfaite satisfaire ver f s 25.10 38.11 2.29 4.53 par:pas; -satisfaites satisfaire ver f p 25.10 38.11 0.29 0.27 ind:pre:2p;par:pas; -satisfaits satisfaire ver m p 25.10 38.11 2.30 1.96 par:pas; -satisfasse satisfaire ver 25.10 38.11 0.07 0.14 sub:pre:3s; -satisfassent satisfaire ver 25.10 38.11 0.01 0.07 sub:pre:3p; -satisfecit satisfecit nom m 0.02 0.34 0.02 0.34 -satisfera satisfaire ver 25.10 38.11 0.52 0.07 ind:fut:3s; -satisferai satisfaire ver 25.10 38.11 0.15 0.00 ind:fut:1s; -satisferaient satisfaire ver 25.10 38.11 0.04 0.00 cnd:pre:3p; -satisferais satisfaire ver 25.10 38.11 0.14 0.00 cnd:pre:1s; -satisferait satisfaire ver 25.10 38.11 0.28 0.20 cnd:pre:3s; -satisferiez satisfaire ver 25.10 38.11 0.03 0.00 cnd:pre:2p; -satisferons satisfaire ver 25.10 38.11 0.23 0.00 ind:fut:1p; -satisferont satisfaire ver 25.10 38.11 0.02 0.07 ind:fut:3p; -satisfirent satisfaire ver 25.10 38.11 0.00 0.14 ind:pas:3p; -satisfis satisfaire ver 25.10 38.11 0.00 0.07 ind:pas:1s; -satisfit satisfaire ver 25.10 38.11 0.01 0.47 ind:pas:3s; -satisfont satisfaire ver 25.10 38.11 0.43 0.20 ind:pre:3p; -satiété satiété nom f s 0.43 1.42 0.43 1.42 -satonne satonner ver 0.00 0.54 0.00 0.07 ind:pre:3s; -satonner satonner ver 0.00 0.54 0.00 0.34 inf; -satonné satonner ver m s 0.00 0.54 0.00 0.14 par:pas; -satrape satrape nom m s 0.02 0.88 0.02 0.34 -satrapes satrape nom m p 0.02 0.88 0.00 0.54 -satrapie satrapie nom f s 0.01 0.00 0.01 0.00 -saturait saturer ver 1.81 4.32 0.01 0.27 ind:imp:3s; -saturant saturer ver 1.81 4.32 0.00 0.14 par:pre; -saturation saturation nom f s 1.08 1.08 1.08 1.08 -sature saturer ver 1.81 4.32 0.47 0.07 imp:pre:2s;ind:pre:1s;ind:pre:3s; -saturent saturer ver 1.81 4.32 0.01 0.00 ind:pre:3p; -saturer saturer ver 1.81 4.32 0.29 0.27 inf; -saturnales saturnales nom f p 0.14 0.34 0.14 0.34 -saturnien saturnien adj m s 0.00 0.20 0.00 0.07 -saturniennes saturnienne nom f p 0.00 0.07 0.00 0.07 -saturniens saturnien adj m p 0.00 0.20 0.00 0.14 -saturnisme saturnisme nom m s 0.00 0.07 0.00 0.07 -saturons saturer ver 1.81 4.32 0.01 0.00 ind:pre:1p; -saturé saturer ver m s 1.81 4.32 0.50 1.82 par:pas; -saturée saturer ver f s 1.81 4.32 0.06 1.42 par:pas; -saturées saturer ver f p 1.81 4.32 0.30 0.14 par:pas; -saturés saturer ver m p 1.81 4.32 0.16 0.20 par:pas; -satyre satyre nom m s 0.99 5.54 0.42 3.85 -satyres satyre nom m p 0.99 5.54 0.57 1.69 -satyrique satyrique adj s 0.01 0.00 0.01 0.00 -sauce sauce nom f s 19.24 13.72 18.33 11.76 -saucent saucer ver 0.69 2.30 0.00 0.07 ind:pre:3p; -saucer saucer ver 0.69 2.30 0.06 0.34 inf; -sauces sauce nom f p 19.24 13.72 0.91 1.96 -saucier saucier nom m s 0.14 0.00 0.14 0.00 -sauciflard sauciflard nom m s 0.00 0.34 0.00 0.34 -saucisse saucisse nom f s 15.89 8.78 7.37 3.18 -saucisses saucisse nom f p 15.89 8.78 8.53 5.61 -saucisson saucisson nom m s 2.09 8.04 2.08 6.08 -saucissonnage saucissonnage nom m s 0.00 0.14 0.00 0.07 -saucissonnages saucissonnage nom m p 0.00 0.14 0.00 0.07 -saucissonnant saucissonner ver 0.03 0.95 0.00 0.07 par:pre; -saucissonne saucissonner ver 0.03 0.95 0.00 0.14 ind:pre:3s; -saucissonner saucissonner ver 0.03 0.95 0.01 0.20 inf; -saucissonné saucissonner ver m s 0.03 0.95 0.01 0.20 par:pas; -saucissonnée saucissonner ver f s 0.03 0.95 0.00 0.20 par:pas; -saucissonnés saucissonner ver m p 0.03 0.95 0.01 0.14 par:pas; -saucissons saucisson nom m p 2.09 8.04 0.01 1.96 -saucière saucière nom f s 0.27 0.47 0.24 0.34 -saucières saucière nom f p 0.27 0.47 0.03 0.14 -saucée saucée nom f s 0.13 0.00 0.13 0.00 -sauf_conduit sauf_conduit nom m s 1.14 1.01 0.77 0.88 -sauf_conduit sauf_conduit nom m p 1.14 1.01 0.37 0.14 -sauf sauf pre 108.54 83.99 108.54 83.99 -saufs sauf adj_sup m p 12.52 6.69 2.38 0.74 -sauge sauge nom f s 0.81 0.74 0.81 0.74 -saugrenu saugrenu adj m s 0.62 7.23 0.20 2.09 -saugrenue saugrenu adj f s 0.62 7.23 0.32 2.84 -saugrenues saugrenu adj f p 0.62 7.23 0.09 1.42 -saugrenus saugrenu adj m p 0.62 7.23 0.01 0.88 -saulaie saulaie nom f s 0.00 0.20 0.00 0.07 -saulaies saulaie nom f p 0.00 0.20 0.00 0.14 -saule saule nom m s 1.90 8.65 1.27 1.96 -saules saule nom m p 1.90 8.65 0.63 6.69 -saulnier saulnier nom m s 0.00 0.07 0.00 0.07 -saumon saumon nom m s 5.92 4.73 5.28 3.65 -saumoneau saumoneau nom m s 0.00 0.07 0.00 0.07 -saumonette saumonette nom f s 0.00 0.14 0.00 0.14 -saumons saumon nom m p 5.92 4.73 0.64 1.08 -saumoné saumoné adj m s 0.00 0.47 0.00 0.07 -saumonée saumoné adj f s 0.00 0.47 0.00 0.20 -saumonées saumoné adj f p 0.00 0.47 0.00 0.20 -saumâtre saumâtre adj s 0.41 2.03 0.20 1.49 -saumâtres saumâtre adj p 0.41 2.03 0.21 0.54 -saumurage saumurage nom m s 0.01 0.00 0.01 0.00 -saumure saumure nom f s 0.42 1.76 0.42 1.76 -saumurer saumurer ver 0.01 0.00 0.01 0.00 inf; -saumurées saumuré adj f p 0.14 0.00 0.14 0.00 -sauna sauna nom m s 3.85 1.08 3.45 0.61 -saunas sauna nom m p 3.85 1.08 0.40 0.47 -saunier saunier nom m s 0.00 0.68 0.00 0.34 -sauniers saunier nom m p 0.00 0.68 0.00 0.34 -saunières saunière nom f p 0.00 0.07 0.00 0.07 -saupoudra saupoudrer ver 0.57 4.80 0.00 0.41 ind:pas:3s; -saupoudrage saupoudrage nom m s 0.02 0.00 0.02 0.00 -saupoudrai saupoudrer ver 0.57 4.80 0.00 0.07 ind:pas:1s; -saupoudraient saupoudrer ver 0.57 4.80 0.00 0.14 ind:imp:3p; -saupoudrait saupoudrer ver 0.57 4.80 0.00 0.34 ind:imp:3s; -saupoudrant saupoudrer ver 0.57 4.80 0.03 0.47 par:pre; -saupoudre saupoudrer ver 0.57 4.80 0.16 0.41 imp:pre:2s;ind:pre:1s;ind:pre:3s; -saupoudrer saupoudrer ver 0.57 4.80 0.10 0.27 inf; -saupoudreur saupoudreur nom m s 0.02 0.00 0.02 0.00 -saupoudrez saupoudrer ver 0.57 4.80 0.03 0.14 imp:pre:2p;ind:pre:2p; -saupoudriez saupoudrer ver 0.57 4.80 0.00 0.07 ind:imp:2p; -saupoudrons saupoudrer ver 0.57 4.80 0.02 0.00 imp:pre:1p; -saupoudré saupoudrer ver m s 0.57 4.80 0.12 0.74 par:pas; -saupoudrée saupoudrer ver f s 0.57 4.80 0.04 0.81 par:pas; -saupoudrées saupoudrer ver f p 0.57 4.80 0.01 0.34 par:pas; -saupoudrés saupoudrer ver m p 0.57 4.80 0.06 0.61 par:pas; -saur saur adj m s 0.09 0.88 0.08 0.34 -saura savoir ver_sup 4516.72 2003.58 34.23 14.93 ind:fut:3s;ind:pas:3s; -saurai savoir ver_sup 4516.72 2003.58 18.40 8.85 ind:fut:1s; -sauraient savoir ver_sup 4516.72 2003.58 1.48 5.47 cnd:pre:3p; -saurais savoir ver_sup 4516.72 2003.58 13.01 10.14 cnd:pre:1s;cnd:pre:2s; -saurait savoir ver_sup 4516.72 2003.58 11.90 33.92 cnd:pre:3s; -sauras savoir ver_sup 4516.72 2003.58 15.22 4.59 ind:fut:2s;ind:pas:2s; -saurer saurer ver 22.06 10.27 0.00 0.41 inf; -sauret sauret adj m s 0.00 0.47 0.00 0.27 -saurets sauret adj m p 0.00 0.47 0.00 0.20 -saurez saurer ver 22.06 10.27 4.76 2.23 ind:pre:2p; -sauri saurir ver m s 0.01 0.00 0.01 0.00 par:pas; -saurien saurien nom m s 0.01 0.47 0.01 0.20 -sauriens saurien nom m p 0.01 0.47 0.00 0.27 -sauriez saurer ver 22.06 10.27 3.29 0.74 ind:imp:2p;sub:pre:2p; -saurin saurin nom m s 0.00 0.07 0.00 0.07 -saurions saurer ver 22.06 10.27 0.56 0.74 ind:imp:1p; -saurons saurer ver 22.06 10.27 3.17 1.76 imp:pre:1p;ind:pre:1p; -sauront savoir ver_sup 4516.72 2003.58 7.72 2.77 ind:fut:3p; -saurs saur adj m p 0.09 0.88 0.01 0.54 -saussaies saussaie nom f p 0.00 1.22 0.00 1.22 -saut_de_lit saut_de_lit nom m s 0.00 0.20 0.00 0.14 -saut saut nom m s 14.77 17.03 13.53 14.26 -sauta sauter ver 123.04 134.59 0.84 15.27 ind:pas:3s; -sautai sauter ver 123.04 134.59 0.04 2.50 ind:pas:1s; -sautaient sauter ver 123.04 134.59 0.15 4.12 ind:imp:3p; -sautais sauter ver 123.04 134.59 1.00 0.88 ind:imp:1s;ind:imp:2s; -sautait sauter ver 123.04 134.59 1.81 9.39 ind:imp:3s; -sautant sauter ver 123.04 134.59 1.60 8.92 par:pre; -sautante sautant adj f s 0.04 0.14 0.01 0.14 -saute_mouton saute_mouton nom m 0.14 0.54 0.14 0.54 -saute_ruisseau saute_ruisseau nom m s 0.00 0.07 0.00 0.07 -saute sauter ver 123.04 134.59 22.66 19.39 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -sautelant sauteler ver 0.00 0.07 0.00 0.07 par:pre; -sautelle sautelle nom f s 0.01 0.00 0.01 0.00 -sautent sauter ver 123.04 134.59 2.09 4.59 ind:pre:3p; -sauter sauter ver 123.04 134.59 57.89 43.31 inf; -sautera sauter ver 123.04 134.59 0.90 0.41 ind:fut:3s; -sauterai sauter ver 123.04 134.59 1.05 0.20 ind:fut:1s; -sauteraient sauter ver 123.04 134.59 0.06 0.14 cnd:pre:3p; -sauterais sauter ver 123.04 134.59 0.59 0.14 cnd:pre:1s;cnd:pre:2s; -sauterait sauter ver 123.04 134.59 0.39 0.74 cnd:pre:3s; -sauteras sauter ver 123.04 134.59 0.60 0.00 ind:fut:2s; -sauterelle sauterelle nom f s 3.29 1.62 1.63 1.62 -sauterelles sauterelle nom f p 3.29 1.62 1.67 0.00 -sauterez sauter ver 123.04 134.59 0.23 0.00 ind:fut:2p; -sauterie sauterie nom f s 0.63 0.41 0.51 0.14 -sauteries sauterie nom f p 0.63 0.41 0.12 0.27 -sauteriez sauter ver 123.04 134.59 0.04 0.00 cnd:pre:2p; -sauternes sauternes nom m 0.67 1.08 0.67 1.08 -sauterons sauter ver 123.04 134.59 0.19 0.07 ind:fut:1p; -sauteront sauter ver 123.04 134.59 0.33 0.47 ind:fut:3p; -sautes sauter ver 123.04 134.59 3.25 0.61 ind:pre:2s; -sauteur sauteur nom m s 1.12 1.89 0.66 0.61 -sauteurs sauteur nom m p 1.12 1.89 0.10 0.20 -sauteuse sauteur nom f s 1.12 1.89 0.33 0.95 -sauteuses sauteur nom f p 1.12 1.89 0.03 0.14 -sautez sauter ver 123.04 134.59 5.62 0.54 imp:pre:2p;ind:pre:2p; -sauça saucer ver 0.69 2.30 0.00 0.20 ind:pas:3s; -sauçant saucer ver 0.69 2.30 0.00 0.14 par:pre; -sauçons saucer ver 0.69 2.30 0.00 0.07 ind:pre:1p; -sautiez sauter ver 123.04 134.59 0.36 0.00 ind:imp:2p; -sautilla sautiller ver 1.48 7.97 0.00 0.41 ind:pas:3s; -sautillaient sautiller ver 1.48 7.97 0.11 0.54 ind:imp:3p; -sautillais sautiller ver 1.48 7.97 0.04 0.07 ind:imp:1s; -sautillait sautiller ver 1.48 7.97 0.01 1.69 ind:imp:3s; -sautillant sautiller ver 1.48 7.97 0.16 2.64 par:pre; -sautillante sautillant adj f s 0.11 2.57 0.06 1.15 -sautillantes sautillant adj f p 0.11 2.57 0.00 0.41 -sautillants sautillant adj m p 0.11 2.57 0.02 0.20 -sautille sautiller ver 1.48 7.97 0.73 1.28 imp:pre:2s;ind:pre:1s;ind:pre:3s; -sautillement sautillement nom m s 0.03 0.74 0.00 0.34 -sautillements sautillement nom m p 0.03 0.74 0.03 0.41 -sautillent sautiller ver 1.48 7.97 0.02 0.34 ind:pre:3p; -sautiller sautiller ver 1.48 7.97 0.30 0.81 inf; -sautilles sautiller ver 1.48 7.97 0.05 0.00 ind:pre:2s; -sautillez sautiller ver 1.48 7.97 0.04 0.00 imp:pre:2p;ind:pre:2p; -sautillèrent sautiller ver 1.48 7.97 0.01 0.14 ind:pas:3p; -sautillé sautiller ver m s 1.48 7.97 0.01 0.07 par:pas; -sautions sauter ver 123.04 134.59 0.13 0.27 ind:imp:1p; -sautoir sautoir nom m s 0.18 2.70 0.18 2.50 -sautoirs sautoir nom m p 0.18 2.70 0.00 0.20 -sautâmes sauter ver 123.04 134.59 0.00 0.14 ind:pas:1p; -sauton sauton nom m s 0.14 0.20 0.09 0.00 -sautons sauter ver 123.04 134.59 0.54 0.47 imp:pre:1p;ind:pre:1p; -sautât sauter ver 123.04 134.59 0.00 0.07 sub:imp:3s; -saut_de_lit saut_de_lit nom m p 0.00 0.20 0.00 0.07 -sauts saut nom m p 14.77 17.03 1.23 2.77 -sautèrent sauter ver 123.04 134.59 0.01 2.43 ind:pas:3p; -sauté sauter ver m s 123.04 134.59 18.77 18.78 par:pas; -sautée sauter ver f s 123.04 134.59 1.46 0.41 par:pas; -sautées sauté adj f p 0.80 0.95 0.46 0.27 -sautés sauter ver m p 123.04 134.59 0.22 0.34 par:pas; -sauva sauver ver 246.51 99.05 0.61 2.97 ind:pas:3s; -sauvage sauvage adj s 24.68 54.66 16.67 34.46 -sauvagement sauvagement adv 1.48 6.28 1.48 6.28 -sauvageon sauvageon nom m s 0.65 0.41 0.01 0.00 -sauvageonne sauvageon nom f s 0.65 0.41 0.60 0.27 -sauvageonnes sauvageon nom f p 0.65 0.41 0.00 0.07 -sauvageons sauvageon nom m p 0.65 0.41 0.03 0.07 -sauvagerie sauvagerie nom f s 0.95 7.70 0.95 7.36 -sauvageries sauvagerie nom f p 0.95 7.70 0.00 0.34 -sauvages sauvage adj p 24.68 54.66 8.01 20.20 -sauvagesse sauvagesse nom f s 0.02 0.14 0.02 0.07 -sauvagesses sauvagesse nom f p 0.02 0.14 0.00 0.07 -sauvagin sauvagin nom m s 0.00 1.28 0.00 0.20 -sauvagine sauvagin nom f s 0.00 1.28 0.00 0.68 -sauvagines sauvagin nom f p 0.00 1.28 0.00 0.41 -sauvai sauver ver 246.51 99.05 0.01 0.27 ind:pas:1s; -sauvaient sauver ver 246.51 99.05 0.04 0.88 ind:imp:3p; -sauvais sauver ver 246.51 99.05 0.58 0.54 ind:imp:1s;ind:imp:2s; -sauvait sauver ver 246.51 99.05 0.57 2.43 ind:imp:3s; -sauvant sauver ver 246.51 99.05 1.62 1.15 par:pre; -sauve_qui_peut sauve_qui_peut nom m 0.10 0.68 0.10 0.68 -sauve sauver ver 246.51 99.05 24.34 10.41 imp:pre:2s;ind:pre:1s;ind:pre:3s; -sauvegardaient sauvegarder ver 2.77 3.65 0.00 0.07 ind:imp:3p; -sauvegardait sauvegarder ver 2.77 3.65 0.00 0.14 ind:imp:3s; -sauvegardant sauvegarder ver 2.77 3.65 0.00 0.20 par:pre; -sauvegarde sauvegarde nom f s 1.19 2.57 1.03 2.50 -sauvegarder sauvegarder ver 2.77 3.65 1.36 2.03 inf; -sauvegarderaient sauvegarder ver 2.77 3.65 0.00 0.07 cnd:pre:3p; -sauvegarderait sauvegarder ver 2.77 3.65 0.00 0.07 cnd:pre:3s; -sauvegardes sauvegarde nom f p 1.19 2.57 0.16 0.07 -sauvegardât sauvegarder ver 2.77 3.65 0.00 0.07 sub:imp:3s; -sauvegardé sauvegarder ver m s 2.77 3.65 0.94 0.41 par:pas; -sauvegardée sauvegarder ver f s 2.77 3.65 0.14 0.07 par:pas; -sauvegardées sauvegarder ver f p 2.77 3.65 0.07 0.14 par:pas; -sauvegardés sauvegarder ver m p 2.77 3.65 0.07 0.20 par:pas; -sauvent sauver ver 246.51 99.05 1.02 1.28 ind:pre:3p; -sauver sauver ver 246.51 99.05 103.06 36.89 inf;;inf;;inf;; -sauvera sauver ver 246.51 99.05 4.17 1.49 ind:fut:3s; -sauverai sauver ver 246.51 99.05 2.21 0.20 ind:fut:1s; -sauveraient sauver ver 246.51 99.05 0.07 0.20 cnd:pre:3p; -sauverais sauver ver 246.51 99.05 1.21 0.14 cnd:pre:1s;cnd:pre:2s; -sauverait sauver ver 246.51 99.05 1.31 1.55 cnd:pre:3s; -sauveras sauver ver 246.51 99.05 1.18 0.00 ind:fut:2s; -sauverez sauver ver 246.51 99.05 0.68 0.07 ind:fut:2p; -sauverons sauver ver 246.51 99.05 0.42 0.14 ind:fut:1p; -sauveront sauver ver 246.51 99.05 0.39 0.14 ind:fut:3p; -sauves sauver ver 246.51 99.05 3.51 0.47 ind:pre:2s; -sauvetage sauvetage nom m s 8.32 3.72 8.20 3.45 -sauvetages sauvetage nom m p 8.32 3.72 0.12 0.27 -sauveteur sauveteur nom m s 1.38 1.35 0.75 0.27 -sauveteurs sauveteur nom m p 1.38 1.35 0.64 1.08 -sauvette sauveter ver 0.25 3.38 0.25 3.38 imp:pre:2s;ind:pre:1s;ind:pre:3s; -sauveté sauveté nom f s 0.00 0.27 0.00 0.27 -sauveur sauveur nom m s 6.93 3.31 5.87 2.77 -sauveurs sauveur nom m p 6.93 3.31 0.82 0.47 -sauveuse sauveur nom f s 6.93 3.31 0.12 0.07 -sauvez sauver ver 246.51 99.05 12.63 1.08 imp:pre:2p;ind:pre:2p; -sauviez sauver ver 246.51 99.05 0.23 0.00 ind:imp:2p; -sauvignon sauvignon nom m s 0.04 0.20 0.04 0.20 -sauvions sauver ver 246.51 99.05 0.17 0.07 ind:imp:1p; -sauvâmes sauver ver 246.51 99.05 0.00 0.07 ind:pas:1p; -sauvons sauver ver 246.51 99.05 1.48 0.27 imp:pre:1p;ind:pre:1p; -sauvât sauver ver 246.51 99.05 0.00 0.20 sub:imp:3s; -sauvèrent sauver ver 246.51 99.05 0.18 0.41 ind:pas:3p; -sauvé sauver ver m s 246.51 99.05 61.62 23.18 par:pas;par:pas;par:pas; -sauvée sauver ver f s 246.51 99.05 12.58 6.35 par:pas; -sauvées sauver ver f p 246.51 99.05 1.35 1.22 par:pas; -sauvés sauver ver m p 246.51 99.05 9.28 5.00 par:pas; -savaient savoir ver_sup 4516.72 2003.58 14.72 30.20 ind:imp:3p; -savais savoir ver_sup 4516.72 2003.58 236.66 132.09 ind:imp:1s;ind:imp:2s; -savait savoir ver_sup 4516.72 2003.58 80.85 237.84 ind:imp:3s; -savamment savamment adv 0.03 4.80 0.03 4.80 -savane savane nom f s 0.34 2.57 0.34 1.76 -savanes savane nom f p 0.34 2.57 0.00 0.81 -savant savant nom m s 5.66 12.03 3.16 5.54 -savantasses savantasse nom m p 0.00 0.07 0.00 0.07 -savante savant adj f s 3.99 17.30 0.44 3.72 -savantes savant adj f p 3.99 17.30 0.24 3.18 -savantissimes savantissime adj p 0.00 0.07 0.00 0.07 -savants savant nom m p 5.66 12.03 2.42 6.42 -savarin savarin nom m s 0.20 0.07 0.20 0.07 -savata savater ver 0.05 0.27 0.00 0.07 ind:pas:3s; -savatait savater ver 0.05 0.27 0.00 0.07 ind:imp:3s; -savate savate nom f s 0.44 3.99 0.30 1.76 -savater savater ver 0.05 0.27 0.02 0.07 inf; -savates savate nom f p 0.44 3.99 0.13 2.23 -savent savoir ver_sup 4516.72 2003.58 64.32 44.53 ind:pre:3p; -savetier savetier nom m s 0.39 0.34 0.39 0.20 -savetiers savetier nom m p 0.39 0.34 0.00 0.14 -saveur saveur nom f s 3.52 12.36 3.11 10.41 -saveurs saveur nom f p 3.52 12.36 0.42 1.96 -savez savoir ver_sup 4516.72 2003.58 407.94 132.91 ind:pre:2p; -saviez savoir ver_sup 4516.72 2003.58 32.68 8.24 ind:imp:2p; -savions savoir ver_sup 4516.72 2003.58 5.30 12.30 ind:imp:1p; -savoir_faire savoir_faire nom m 1.23 2.03 1.23 2.03 -savoir_vivre savoir_vivre nom m 1.67 1.76 1.67 1.76 -savoir savoir ver_sup 4516.72 2003.58 421.10 250.00 inf; -savoirs savoir nom_sup m p 37.32 41.42 0.05 0.47 -savon savon nom m s 16.68 18.04 15.65 16.55 -savonna savonner ver 0.79 4.19 0.00 0.41 ind:pas:3s; -savonnage savonnage nom m s 0.10 0.07 0.10 0.00 -savonnages savonnage nom m p 0.10 0.07 0.00 0.07 -savonnai savonner ver 0.79 4.19 0.00 0.07 ind:pas:1s; -savonnaient savonner ver 0.79 4.19 0.00 0.07 ind:imp:3p; -savonnais savonner ver 0.79 4.19 0.02 0.14 ind:imp:1s;ind:imp:2s; -savonnait savonner ver 0.79 4.19 0.01 0.54 ind:imp:3s; -savonnant savonner ver 0.79 4.19 0.03 0.41 par:pre; -savonne savonner ver 0.79 4.19 0.38 0.41 imp:pre:2s;ind:pre:1s;ind:pre:3s; -savonnent savonner ver 0.79 4.19 0.02 0.14 ind:pre:3p; -savonner savonner ver 0.79 4.19 0.26 1.22 inf; -savonnera savonner ver 0.79 4.19 0.01 0.00 ind:fut:3s; -savonneries savonnerie nom f p 0.00 0.14 0.00 0.14 -savonnette savonnette nom f s 0.72 3.92 0.62 2.84 -savonnettes savonnette nom f p 0.72 3.92 0.10 1.08 -savonneuse savonneux adj f s 0.29 2.23 0.27 1.76 -savonneuses savonneux adj f p 0.29 2.23 0.00 0.34 -savonneux savonneux adj m 0.29 2.23 0.02 0.14 -savonnier savonnier adj m s 0.00 0.07 0.00 0.07 -savonné savonner ver m s 0.79 4.19 0.02 0.47 par:pas; -savonnée savonner ver f s 0.79 4.19 0.04 0.20 par:pas; -savonnées savonner ver f p 0.79 4.19 0.00 0.14 par:pas; -savons savoir ver_sup 4516.72 2003.58 47.84 19.05 ind:pre:1p; -savoura savourer ver 4.24 14.26 0.01 0.47 ind:pas:3s; -savourai savourer ver 4.24 14.26 0.00 0.27 ind:pas:1s; -savouraient savourer ver 4.24 14.26 0.01 0.54 ind:imp:3p; -savourais savourer ver 4.24 14.26 0.14 0.61 ind:imp:1s; -savourait savourer ver 4.24 14.26 0.06 1.69 ind:imp:3s; -savourant savourer ver 4.24 14.26 0.03 2.36 par:pre; -savoure savourer ver 4.24 14.26 1.28 2.09 imp:pre:2s;ind:pre:1s;ind:pre:3s; -savourent savourer ver 4.24 14.26 0.03 0.41 ind:pre:3p; -savourer savourer ver 4.24 14.26 1.71 4.12 inf; -savourera savourer ver 4.24 14.26 0.15 0.07 ind:fut:3s; -savourerai savourer ver 4.24 14.26 0.03 0.00 ind:fut:1s; -savourerait savourer ver 4.24 14.26 0.01 0.07 cnd:pre:3s; -savourerons savourer ver 4.24 14.26 0.01 0.00 ind:fut:1p; -savoureuse savoureux adj f s 1.34 6.89 0.15 1.82 -savoureusement savoureusement adv 0.00 0.14 0.00 0.14 -savoureuses savoureux adj f p 1.34 6.89 0.11 0.68 -savoureux savoureux adj m 1.34 6.89 1.08 4.39 -savourez savourer ver 4.24 14.26 0.46 0.07 imp:pre:2p;ind:pre:2p; -savourions savourer ver 4.24 14.26 0.01 0.14 ind:imp:1p; -savourons savourer ver 4.24 14.26 0.19 0.00 imp:pre:1p;ind:pre:1p; -savourèrent savourer ver 4.24 14.26 0.00 0.07 ind:pas:3p; -savouré savourer ver m s 4.24 14.26 0.10 0.68 par:pas; -savourée savourer ver f s 4.24 14.26 0.01 0.41 par:pas; -savourés savourer ver m p 4.24 14.26 0.01 0.20 par:pas; -savoyard savoyard nom m s 0.50 3.24 0.10 2.91 -savoyarde savoyard nom f s 0.50 3.24 0.14 0.27 -savoyardes savoyard adj f p 0.00 1.42 0.00 0.07 -savoyards savoyard nom m p 0.50 3.24 0.27 0.07 -sax sax nom m 0.36 0.14 0.36 0.14 -saxes saxe nom m p 0.00 0.14 0.00 0.14 -saxhorn saxhorn nom m s 0.40 0.00 0.40 0.00 -saxifragacées saxifragacée nom f p 0.00 0.07 0.00 0.07 -saxifrage saxifrage nom f s 0.00 0.14 0.00 0.07 -saxifrages saxifrage nom f p 0.00 0.14 0.00 0.07 -saxo saxo nom m s 0.73 1.01 0.72 0.81 -saxon saxon adj m s 0.39 0.81 0.19 0.27 -saxonne saxon adj f s 0.39 0.81 0.11 0.20 -saxonnes saxonne nom f p 0.10 0.00 0.10 0.00 -saxons saxon adj m p 0.39 0.81 0.04 0.27 -saxophone saxophone nom m s 1.32 1.28 1.30 1.22 -saxophones saxophone nom m p 1.32 1.28 0.02 0.07 -saxophoniste saxophoniste nom s 0.45 0.14 0.41 0.14 -saxophonistes saxophoniste nom p 0.45 0.14 0.04 0.00 -saxos saxo nom m p 0.73 1.01 0.01 0.20 -saynète saynète nom f s 0.10 0.74 0.06 0.47 -saynètes saynète nom f p 0.10 0.74 0.04 0.27 -sayon sayon nom m s 0.00 0.14 0.00 0.14 -sbire sbire nom m s 1.35 1.62 0.43 0.07 -sbires sbire nom m p 1.35 1.62 0.92 1.55 -scabieuse scabieux adj f s 0.00 0.14 0.00 0.14 -scabreuse scabreux adj f s 0.55 1.49 0.03 0.27 -scabreuses scabreux adj f p 0.55 1.49 0.24 0.14 -scabreux scabreux adj m 0.55 1.49 0.28 1.08 -scaferlati scaferlati nom m s 0.00 0.14 0.00 0.14 -scalaire scalaire nom m s 0.03 0.00 0.03 0.00 -scalp scalp nom m s 1.44 0.74 1.02 0.54 -scalpa scalper ver 1.45 0.47 0.01 0.07 ind:pas:3s; -scalpaient scalper ver 1.45 0.47 0.02 0.07 ind:imp:3p; -scalpait scalper ver 1.45 0.47 0.01 0.00 ind:imp:3s; -scalpe scalper ver 1.45 0.47 0.43 0.00 imp:pre:2s;ind:pre:1s;ind:pre:3s; -scalpel scalpel nom m s 2.45 1.01 2.26 0.88 -scalpels scalpel nom m p 2.45 1.01 0.19 0.14 -scalpent scalper ver 1.45 0.47 0.12 0.00 ind:pre:3p; -scalper scalper ver 1.45 0.47 0.35 0.14 inf; -scalpera scalper ver 1.45 0.47 0.01 0.07 ind:fut:3s; -scalpeur scalpeur nom m s 0.01 0.00 0.01 0.00 -scalpez scalper ver 1.45 0.47 0.03 0.00 imp:pre:2p; -scalps scalp nom m p 1.44 0.74 0.42 0.20 -scalpé scalper ver m s 1.45 0.47 0.33 0.14 par:pas; -scalpés scalper ver m p 1.45 0.47 0.14 0.00 par:pas; -scalène scalène adj m s 0.04 0.00 0.04 0.00 -scampi scampi nom m p 0.09 0.07 0.09 0.07 -scanda scander ver 0.36 7.30 0.00 0.34 ind:pas:3s; -scandaient scander ver 0.36 7.30 0.00 0.61 ind:imp:3p; -scandait scander ver 0.36 7.30 0.00 1.01 ind:imp:3s; -scandale scandale nom m s 20.92 24.05 19.09 21.49 -scandales scandale nom m p 20.92 24.05 1.84 2.57 -scandaleuse scandaleux adj f s 4.83 8.31 1.10 3.04 -scandaleusement scandaleusement adv 0.26 0.41 0.26 0.41 -scandaleuses scandaleux adj f p 4.83 8.31 0.28 0.74 -scandaleux scandaleux adj m 4.83 8.31 3.45 4.53 -scandalisa scandaliser ver 1.28 7.30 0.00 0.61 ind:pas:3s; -scandalisai scandaliser ver 1.28 7.30 0.00 0.14 ind:pas:1s; -scandalisaient scandaliser ver 1.28 7.30 0.00 0.34 ind:imp:3p; -scandalisais scandaliser ver 1.28 7.30 0.00 0.20 ind:imp:1s; -scandalisait scandaliser ver 1.28 7.30 0.01 1.08 ind:imp:3s; -scandalisant scandaliser ver 1.28 7.30 0.00 0.20 par:pre; -scandalise scandaliser ver 1.28 7.30 0.18 0.74 imp:pre:2s;ind:pre:1s;ind:pre:3s; -scandalisent scandaliser ver 1.28 7.30 0.00 0.34 ind:pre:3p; -scandaliser scandaliser ver 1.28 7.30 0.05 0.74 inf; -scandalisera scandaliser ver 1.28 7.30 0.14 0.00 ind:fut:3s; -scandaliserait scandaliser ver 1.28 7.30 0.00 0.07 cnd:pre:3s; -scandalisons scandaliser ver 1.28 7.30 0.00 0.07 imp:pre:1p; -scandalisèrent scandaliser ver 1.28 7.30 0.00 0.07 ind:pas:3p; -scandalisé scandaliser ver m s 1.28 7.30 0.56 1.69 par:pas; -scandalisée scandaliser ver f s 1.28 7.30 0.29 0.74 par:pas; -scandalisées scandalisé adj f p 0.39 3.04 0.00 0.20 -scandalisés scandalisé adj m p 0.39 3.04 0.32 0.47 -scandant scander ver 0.36 7.30 0.03 1.28 par:pre; -scande scander ver 0.36 7.30 0.01 0.41 imp:pre:2s;ind:pre:3s; -scandent scander ver 0.36 7.30 0.16 0.61 ind:pre:3p; -scander scander ver 0.36 7.30 0.05 0.61 inf; -scandera scander ver 0.36 7.30 0.00 0.07 ind:fut:3s; -scandinave scandinave adj s 0.39 2.43 0.29 1.49 -scandinaves scandinave nom p 0.37 1.28 0.36 0.95 -scandé scander ver m s 0.36 7.30 0.01 0.81 par:pas; -scandée scander ver f s 0.36 7.30 0.00 0.61 par:pas; -scandées scander ver f p 0.36 7.30 0.00 0.34 par:pas; -scandés scander ver m p 0.36 7.30 0.10 0.61 par:pas; -scannage scannage nom m s 0.10 0.00 0.10 0.00 -scannais scanner ver 2.90 0.00 0.01 0.00 ind:imp:1s; -scanne scanner ver 2.90 0.00 0.58 0.00 imp:pre:2s;ind:pre:1s;ind:pre:3s; -scannent scanner ver 2.90 0.00 0.13 0.00 ind:pre:3p; -scanner scanner nom m s 8.56 0.14 6.90 0.14 -scannera scanner ver 2.90 0.00 0.02 0.00 ind:fut:3s; -scanneront scanner ver 2.90 0.00 0.01 0.00 ind:fut:3p; -scanners scanner nom m p 8.56 0.14 1.66 0.00 -scannes scanner ver 2.90 0.00 0.06 0.00 ind:pre:2s; -scanneur scanneur nom m s 0.04 0.00 0.04 0.00 -scannez scanner ver 2.90 0.00 0.16 0.00 imp:pre:2p;ind:pre:2p; -scanning scanning nom m s 0.17 0.00 0.17 0.00 -scannons scanner ver 2.90 0.00 0.02 0.00 imp:pre:1p;ind:pre:1p; -scanné scanner ver m s 2.90 0.00 0.54 0.00 par:pas; -scannée scanner ver f s 2.90 0.00 0.10 0.00 par:pas; -scannés scanner ver m p 2.90 0.00 0.11 0.00 par:pas; -scanographie scanographie nom f s 0.08 0.00 0.08 0.00 -scansion scansion nom f s 0.00 0.34 0.00 0.27 -scansions scansion nom f p 0.00 0.34 0.00 0.07 -scaphandre scaphandre nom m s 0.79 0.61 0.49 0.61 -scaphandres scaphandre nom m p 0.79 0.61 0.30 0.00 -scaphandrier scaphandrier nom m s 0.04 0.34 0.03 0.27 -scaphandriers scaphandrier nom m p 0.04 0.34 0.01 0.07 -scaphoïde scaphoïde adj s 0.08 0.00 0.08 0.00 -scapin scapin nom m s 0.00 0.07 0.00 0.07 -scapulaire scapulaire nom m s 0.04 0.68 0.03 0.54 -scapulaires scapulaire nom m p 0.04 0.68 0.01 0.14 -scarabée scarabée nom m s 1.33 1.42 0.60 0.95 -scarabées scarabée nom m p 1.33 1.42 0.73 0.47 -scare scare nom m s 0.06 0.00 0.06 0.00 -scarifiant scarifier ver 0.02 0.14 0.00 0.14 par:pre; -scarification scarification nom f s 0.14 0.07 0.14 0.00 -scarifications scarification nom f p 0.14 0.07 0.00 0.07 -scarifié scarifier ver m s 0.02 0.14 0.02 0.00 par:pas; -scarlatin scarlatine adj m s 0.01 0.00 0.01 0.00 -scarlatine scarlatine nom f s 0.35 1.08 0.35 1.01 -scarlatines scarlatine nom f p 0.35 1.08 0.00 0.07 -scarole scarole nom f s 0.12 0.14 0.12 0.07 -scaroles scarole nom f p 0.12 0.14 0.00 0.07 -scat scat nom m s 0.06 0.00 0.06 0.00 -scato scato adj f s 0.04 0.07 0.04 0.00 -scatologie scatologie nom f s 0.01 0.00 0.01 0.00 -scatologique scatologique adj s 0.03 0.54 0.01 0.20 -scatologiques scatologique adj p 0.03 0.54 0.01 0.34 -scatologue scatologue nom m s 0.00 0.07 0.00 0.07 -scatophiles scatophile adj m p 0.01 0.07 0.01 0.07 -scatos scato adj f p 0.04 0.07 0.00 0.07 -scatter scatter nom m s 0.14 0.00 0.14 0.00 -scazons scazon nom m p 0.00 0.14 0.00 0.14 -sceau sceau nom m s 3.72 4.93 3.54 3.45 -sceaux sceau nom m p 3.72 4.93 0.18 1.49 -scella sceller ver 5.62 7.30 0.02 0.14 ind:pas:3s; -scellage scellage nom m s 0.01 0.00 0.01 0.00 -scellaient sceller ver 5.62 7.30 0.23 0.00 ind:imp:3p; -scellait sceller ver 5.62 7.30 0.11 0.47 ind:imp:3s; -scellant sceller ver 5.62 7.30 0.18 0.41 par:pre; -scelle sceller ver 5.62 7.30 0.63 0.14 imp:pre:2s;ind:pre:1s;ind:pre:3s; -scellement scellement nom m s 0.01 0.27 0.01 0.14 -scellements scellement nom m p 0.01 0.27 0.00 0.14 -scellent sceller ver 5.62 7.30 0.23 0.00 ind:pre:3p; -sceller sceller ver 5.62 7.30 0.90 1.08 inf; -scellera sceller ver 5.62 7.30 0.03 0.00 ind:fut:3s; -scellerait sceller ver 5.62 7.30 0.00 0.07 cnd:pre:3s; -scelleront sceller ver 5.62 7.30 0.01 0.14 ind:fut:3p; -scellez sceller ver 5.62 7.30 0.53 0.00 imp:pre:2p; -scellons sceller ver 5.62 7.30 0.16 0.00 imp:pre:1p;ind:pre:1p; -scellèrent sceller ver 5.62 7.30 0.01 0.00 ind:pas:3p; -scellé sceller ver m s 5.62 7.30 1.23 2.16 par:pas; -scellée sceller ver f s 5.62 7.30 0.69 1.42 par:pas; -scellées sceller ver f p 5.62 7.30 0.44 0.61 par:pas; -scellés scellé nom m p 1.91 1.62 1.58 1.55 -scenarii scenarii nom m p 0.00 0.07 0.00 0.07 -scenic_railway scenic_railway nom m s 0.00 0.20 0.00 0.20 -scepticisme scepticisme nom m s 0.62 5.00 0.62 5.00 -sceptique sceptique adj s 2.52 5.81 2.21 4.59 -sceptiques sceptique nom p 0.87 1.22 0.43 0.68 -sceptre sceptre nom m s 1.62 1.69 1.61 1.42 -sceptres sceptre nom m p 1.62 1.69 0.01 0.27 -schah schah nom m s 0.02 0.00 0.02 0.00 -schako schako nom m s 0.00 0.07 0.00 0.07 -schampooing schampooing nom m s 0.00 0.07 0.00 0.07 -schbeb schbeb nom m s 0.00 0.41 0.00 0.41 -scheik scheik nom m s 0.01 0.00 0.01 0.00 -schilling schilling nom m s 1.42 0.00 0.13 0.00 -schillings schilling nom m p 1.42 0.00 1.29 0.00 -schismatique schismatique adj m s 0.00 0.20 0.00 0.14 -schismatiques schismatique adj p 0.00 0.20 0.00 0.07 -schisme schisme nom m s 0.32 0.81 0.09 0.61 -schismes schisme nom m p 0.32 0.81 0.23 0.20 -schiste schiste nom m s 0.07 1.28 0.05 1.01 -schistes schiste nom m p 0.07 1.28 0.02 0.27 -schisteuses schisteux adj f p 0.00 0.07 0.00 0.07 -schizoïde schizoïde adj s 0.14 0.14 0.14 0.07 -schizoïdes schizoïde adj m p 0.14 0.14 0.00 0.07 -schizophasie schizophasie nom f s 0.01 0.00 0.01 0.00 -schizophrène schizophrène adj s 1.09 0.41 1.03 0.27 -schizophrènes schizophrène nom p 0.93 0.88 0.49 0.34 -schizophrénie schizophrénie nom f s 1.83 0.95 1.83 0.95 -schizophrénique schizophrénique adj s 0.14 0.14 0.13 0.07 -schizophréniques schizophrénique adj p 0.14 0.14 0.01 0.07 -schlague schlague nom f s 0.00 0.20 0.00 0.20 -schlass schlass nom m 0.14 0.07 0.14 0.07 -schlem schlem nom m s 0.06 0.07 0.06 0.07 -schleu schleu adj m s 0.03 0.07 0.03 0.07 -schlinguait schlinguer ver 0.32 1.01 0.02 0.20 ind:imp:3s; -schlinguant schlinguer ver 0.32 1.01 0.00 0.07 par:pre; -schlingue schlinguer ver 0.32 1.01 0.23 0.54 imp:pre:2s;ind:pre:3s; -schlinguer schlinguer ver 0.32 1.01 0.02 0.14 inf; -schlingues schlinguer ver 0.32 1.01 0.05 0.07 ind:pre:2s; -schlitte schlitte nom f s 0.00 0.07 0.00 0.07 -schmecte schmecter ver 0.00 0.07 0.00 0.07 ind:pre:3s; -schnaps schnaps nom m 1.86 1.08 1.86 1.08 -schnauzer schnauzer nom m s 0.04 0.00 0.04 0.00 -schnick schnick nom m s 0.00 0.14 0.00 0.14 -schnitzel schnitzel nom m s 0.46 0.00 0.46 0.00 -schnock schnock nom s 1.06 0.81 0.93 0.81 -schnocks schnock nom p 1.06 0.81 0.14 0.00 -schnoque schnoque nom s 0.26 0.47 0.25 0.34 -schnoques schnoque nom p 0.26 0.47 0.01 0.14 -schnouf schnouf nom f s 0.01 0.00 0.01 0.00 -schnouff schnouff nom f s 0.01 0.00 0.01 0.00 -schnouffe schnouffer ver 0.01 0.07 0.01 0.07 ind:pre:3s; -schooner schooner nom m s 0.04 0.00 0.03 0.00 -schooners schooner nom m p 0.04 0.00 0.01 0.00 -schpile schpile nom m s 0.00 1.28 0.00 1.28 -schproum schproum nom m s 0.00 0.41 0.00 0.41 -schème schème nom m s 0.00 0.14 0.00 0.07 -schèmes schème nom m p 0.00 0.14 0.00 0.07 -schtroumf schtroumf nom m s 0.02 0.00 0.02 0.00 -schtroumpf schtroumpf nom m s 0.55 0.14 0.19 0.07 -schtroumpfs schtroumpf nom m p 0.55 0.14 0.37 0.07 -schéma schéma nom m s 4.03 2.64 3.02 1.82 -schémas schéma nom m p 4.03 2.64 1.01 0.81 -schématique schématique adj s 0.12 0.68 0.12 0.41 -schématiquement schématiquement adv 0.01 0.61 0.01 0.61 -schématiques schématique adj f p 0.12 0.68 0.00 0.27 -schématise schématiser ver 0.05 0.14 0.02 0.07 imp:pre:2s;ind:pre:1s;ind:pre:3s; -schématiser schématiser ver 0.05 0.14 0.03 0.00 inf; -schématisme schématisme nom m s 0.00 0.07 0.00 0.07 -schématisée schématiser ver f s 0.05 0.14 0.00 0.07 par:pas; -schupo schupo nom m s 0.00 0.54 0.00 0.41 -schupos schupo nom m p 0.00 0.54 0.00 0.14 -schuss schuss nom m 0.14 0.41 0.14 0.41 -scia scier ver 5.01 9.86 0.01 0.14 ind:pas:3s; -sciage sciage nom m s 0.06 0.14 0.06 0.14 -sciaient scier ver 5.01 9.86 0.00 0.20 ind:imp:3p; -sciais scier ver 5.01 9.86 0.02 0.07 ind:imp:1s;ind:imp:2s; -sciait scier ver 5.01 9.86 0.01 1.69 ind:imp:3s; -scialytique scialytique adj m s 0.00 0.27 0.00 0.27 -sciant scier ver 5.01 9.86 0.01 0.20 par:pre; -sciatique sciatique nom s 0.57 0.20 0.57 0.20 -scie scie nom f s 5.36 10.07 5.21 8.11 -sciemment sciemment adv 0.48 1.49 0.48 1.49 -science_fiction science_fiction nom f s 2.36 1.22 2.36 1.22 -science science nom f s 32.97 31.08 25.28 24.93 -sciences science nom f p 32.97 31.08 7.69 6.15 -scient scier ver 5.01 9.86 0.05 0.14 ind:pre:3p; -scientificité scientificité nom f s 0.01 0.00 0.01 0.00 -scientifique scientifique adj s 17.07 6.55 13.62 4.46 -scientifiquement scientifiquement adv 2.22 1.08 2.22 1.08 -scientifiques scientifique nom p 14.59 1.42 6.40 0.74 -scientisme scientisme nom m s 0.02 0.00 0.02 0.00 -scientiste scientiste adj s 0.15 0.14 0.15 0.14 -scientologie scientologie nom f s 0.30 0.00 0.30 0.00 -scientologue scientologue nom s 0.20 0.00 0.07 0.00 -scientologues scientologue nom p 0.20 0.00 0.13 0.00 -scier scier ver 5.01 9.86 1.12 2.43 inf; -sciera scier ver 5.01 9.86 0.01 0.07 ind:fut:3s; -scierait scier ver 5.01 9.86 0.02 0.00 cnd:pre:3s; -scierie scierie nom f s 0.92 2.30 0.76 1.96 -scieries scierie nom f p 0.92 2.30 0.16 0.34 -scieront scier ver 5.01 9.86 0.01 0.00 ind:fut:3p; -scies scier ver 5.01 9.86 0.28 0.07 ind:pre:2s; -scieur scieur nom m s 0.01 0.54 0.00 0.47 -scieurs scieur nom m p 0.01 0.54 0.01 0.07 -sciez scier ver 5.01 9.86 0.12 0.07 imp:pre:2p;ind:pre:2p; -scindaient scinder ver 0.52 1.49 0.00 0.07 ind:imp:3p; -scindait scinder ver 0.52 1.49 0.00 0.34 ind:imp:3s; -scindant scinder ver 0.52 1.49 0.00 0.07 par:pre; -scinde scinder ver 0.52 1.49 0.41 0.34 ind:pre:3s; -scinder scinder ver 0.52 1.49 0.05 0.14 inf; -scinderas scinder ver 0.52 1.49 0.01 0.00 ind:fut:2s; -scindez scinder ver 0.52 1.49 0.01 0.00 imp:pre:2p; -scindèrent scinder ver 0.52 1.49 0.00 0.07 ind:pas:3p; -scindé scinder ver m s 0.52 1.49 0.02 0.20 par:pas; -scindée scinder ver f s 0.52 1.49 0.01 0.20 par:pas; -scindés scinder ver m p 0.52 1.49 0.00 0.07 par:pas; -scintigraphie scintigraphie nom f s 0.36 0.00 0.36 0.00 -scintillaient scintiller ver 1.77 12.36 0.01 2.64 ind:imp:3p; -scintillait scintiller ver 1.77 12.36 0.19 2.84 ind:imp:3s; -scintillant scintillant adj m s 1.10 6.01 0.35 1.28 -scintillante scintillant adj f s 1.10 6.01 0.24 2.91 -scintillantes scintillant adj f p 1.10 6.01 0.40 1.15 -scintillants scintillant adj m p 1.10 6.01 0.11 0.68 -scintillation scintillation nom f s 0.00 0.41 0.00 0.07 -scintillations scintillation nom f p 0.00 0.41 0.00 0.34 -scintille scintiller ver 1.77 12.36 0.88 1.89 imp:pre:2s;ind:pre:3s; -scintillement scintillement nom m s 0.23 4.53 0.17 3.24 -scintillements scintillement nom m p 0.23 4.53 0.05 1.28 -scintillent scintiller ver 1.77 12.36 0.32 1.35 ind:pre:3p; -scintiller scintiller ver 1.77 12.36 0.24 1.49 inf; -scintilleraient scintiller ver 1.77 12.36 0.01 0.07 cnd:pre:3p; -scintillerais scintiller ver 1.77 12.36 0.00 0.07 cnd:pre:1s; -scintilleront scintiller ver 1.77 12.36 0.00 0.07 ind:fut:3p; -scintilles scintiller ver 1.77 12.36 0.02 0.07 ind:pre:2s; -scintillons scintiller ver 1.77 12.36 0.02 0.00 ind:pre:1p; -scintillèrent scintiller ver 1.77 12.36 0.00 0.14 ind:pas:3p; -scintillé scintiller ver m s 1.77 12.36 0.00 0.14 par:pas; -scion scion nom m s 0.28 0.61 0.27 0.47 -scions scion nom m p 0.28 0.61 0.01 0.14 -scirpe scirpe nom m s 0.01 0.07 0.01 0.00 -scirpes scirpe nom m p 0.01 0.07 0.00 0.07 -scission scission nom f s 0.03 0.68 0.03 0.68 -scissionniste scissionniste adj m s 0.00 0.07 0.00 0.07 -scissiparité scissiparité nom f s 0.01 0.00 0.01 0.00 -scissures scissure nom f p 0.00 0.07 0.00 0.07 -sciène sciène nom f s 0.14 0.00 0.14 0.00 -scièrent scier ver 5.01 9.86 0.01 0.00 ind:pas:3p; -scié scier ver m s 5.01 9.86 1.25 2.30 par:pas; -sciée scier ver f s 5.01 9.86 0.45 0.54 par:pas; -sciées scier ver f p 5.01 9.86 0.01 0.41 par:pas; -sciure sciure nom f s 0.69 6.08 0.69 6.01 -sciures sciure nom f p 0.69 6.08 0.00 0.07 -sciés scier ver m p 5.01 9.86 0.50 0.47 par:pas; -scléreux scléreux adj m 0.01 0.00 0.01 0.00 -sclérodermie sclérodermie nom f s 0.03 0.00 0.03 0.00 -sclérosante sclérosant adj f s 0.01 0.00 0.01 0.00 -sclérose sclérose nom f s 0.79 0.88 0.79 0.81 -scléroserai scléroser ver 0.16 0.34 0.01 0.00 ind:fut:1s; -scléroses sclérose nom f p 0.79 0.88 0.00 0.07 -sclérosé scléroser ver m s 0.16 0.34 0.14 0.20 par:pas; -sclérosée scléroser ver f s 0.16 0.34 0.00 0.14 par:pas; -sclérosés sclérosé adj m p 0.02 0.20 0.00 0.07 -sclérotique sclérotique nom f s 0.00 0.54 0.00 0.41 -sclérotiques sclérotique nom f p 0.00 0.54 0.00 0.14 -scolaire scolaire adj s 7.00 14.12 5.61 9.66 -scolairement scolairement adv 0.01 0.07 0.01 0.07 -scolaires scolaire adj p 7.00 14.12 1.39 4.46 -scolarisation scolarisation nom f s 0.01 0.07 0.01 0.07 -scolariser scolariser ver 0.01 0.00 0.01 0.00 inf; -scolarité scolarité nom f s 1.63 0.81 1.61 0.81 -scolarités scolarité nom f p 1.63 0.81 0.02 0.00 -scolastique scolastique adj m s 0.01 0.20 0.01 0.14 -scolastiques scolastique adj f p 0.01 0.20 0.00 0.07 -scolie scolie nom s 0.00 0.47 0.00 0.47 -scoliose scoliose nom f s 0.24 0.34 0.23 0.27 -scolioses scoliose nom f p 0.24 0.34 0.01 0.07 -scolopendre scolopendre nom f s 0.00 0.34 0.00 0.07 -scolopendres scolopendre nom f p 0.00 0.34 0.00 0.27 -scolyte scolyte nom m s 0.01 0.00 0.01 0.00 -scone scone nom m s 0.45 0.20 0.11 0.00 -scones scone nom m p 0.45 0.20 0.34 0.20 -sconse sconse nom m s 0.04 0.00 0.04 0.00 -scoop scoop nom m s 5.29 1.22 5.12 1.08 -scoops scoop nom m p 5.29 1.22 0.17 0.14 -scooter scooter nom m s 3.62 2.77 3.41 2.30 -scooters scooter nom m p 3.62 2.77 0.20 0.47 -scope scope nom m s 0.41 0.07 0.36 0.07 -scopes scope nom m p 0.41 0.07 0.04 0.00 -scopie scopie nom f s 0.01 0.00 0.01 0.00 -scopitones scopitone nom m p 0.00 0.07 0.00 0.07 -scopolamine scopolamine nom f s 0.02 0.00 0.02 0.00 -scorbut scorbut nom m s 0.46 0.95 0.46 0.95 -score score nom m s 5.92 0.74 5.29 0.61 -scores score nom m p 5.92 0.74 0.64 0.14 -scories scorie nom f p 0.17 0.74 0.17 0.74 -scorpion scorpion nom m s 3.54 2.64 1.78 0.88 -scorpions scorpion nom m p 3.54 2.64 1.75 1.76 -scotch_terrier scotch_terrier nom m s 0.01 0.00 0.01 0.00 -scotch scotch nom m s 9.45 6.35 9.30 6.28 -scotchais scotcher ver 1.63 0.74 0.01 0.00 ind:imp:1s; -scotcher scotcher ver 1.63 0.74 0.17 0.00 inf; -scotches scotcher ver 1.63 0.74 0.10 0.20 ind:pre:2s; -scotchons scotcher ver 1.63 0.74 0.00 0.07 ind:pre:1p; -scotchs scotch nom m p 9.45 6.35 0.15 0.07 -scotché scotcher ver m s 1.63 0.74 0.85 0.20 par:pas; -scotchée scotcher ver f s 1.63 0.74 0.26 0.07 par:pas; -scotchées scotcher ver f p 1.63 0.74 0.04 0.00 par:pas; -scotchés scotcher ver m p 1.63 0.74 0.20 0.20 par:pas; -scotomisant scotomiser ver 0.00 0.14 0.00 0.07 par:pre; -scotomiser scotomiser ver 0.00 0.14 0.00 0.07 inf; -scottish scottish nom f s 0.14 0.14 0.14 0.14 -scoubidou scoubidou nom m s 0.23 0.34 0.20 0.27 -scoubidous scoubidou nom m p 0.23 0.34 0.03 0.07 -scoumoune scoumoune nom f s 0.10 0.20 0.10 0.20 -scout scout adj m s 1.94 2.50 1.63 1.62 -scoute scout adj f s 1.94 2.50 0.07 0.41 -scoutisme scoutisme nom m s 0.05 0.54 0.05 0.54 -scouts scout nom m p 3.73 2.09 2.48 1.08 -scrabble scrabble nom m s 1.39 0.20 1.39 0.20 -scratch scratch nom m s 0.41 0.07 0.41 0.07 -scratcher scratcher ver 0.02 0.00 0.02 0.00 inf; -scratching scratching nom m s 0.17 0.00 0.17 0.00 -scriban scriban nom m s 0.00 0.07 0.00 0.07 -scribe scribe nom m s 2.05 3.18 0.65 1.55 -scribes scribe nom m p 2.05 3.18 1.40 1.62 -scribouillages scribouillage nom m p 0.00 0.07 0.00 0.07 -scribouillard scribouillard nom m s 0.17 1.01 0.06 0.88 -scribouillards scribouillard nom m p 0.17 1.01 0.11 0.14 -scribouille scribouiller ver 0.03 0.20 0.02 0.07 ind:pre:1s;ind:pre:3s; -scribouiller scribouiller ver 0.03 0.20 0.01 0.14 inf; -script_girl script_girl nom f s 0.00 0.20 0.00 0.20 -script script nom m s 6.45 0.41 5.73 0.41 -scripte scripte nom s 1.23 0.00 1.23 0.00 -scripteur scripteur nom m s 0.00 0.14 0.00 0.07 -scripteurs scripteur nom m p 0.00 0.14 0.00 0.07 -scripts script nom m p 6.45 0.41 0.72 0.00 -scrofulaire scrofulaire nom f s 0.01 0.00 0.01 0.00 -scrofule scrofule nom f s 0.03 0.14 0.02 0.07 -scrofules scrofule nom f p 0.03 0.14 0.01 0.07 -scrofuleux scrofuleux adj m s 0.02 0.34 0.02 0.34 -scrogneugneu scrogneugneu ono 0.00 0.20 0.00 0.20 -scrotal scrotal adj m s 0.01 0.00 0.01 0.00 -scrotum scrotum nom m s 0.77 0.07 0.77 0.07 -scrub scrub nom m s 2.72 0.07 0.07 0.00 -scrubs scrub nom m p 2.72 0.07 2.66 0.07 -scrupule scrupule nom m s 6.66 16.42 0.94 6.28 -scrupules scrupule nom m p 6.66 16.42 5.71 10.14 -scrupuleuse scrupuleux adj f s 0.76 3.78 0.11 1.28 -scrupuleusement scrupuleusement adv 0.56 3.04 0.56 3.04 -scrupuleuses scrupuleux adj f p 0.76 3.78 0.01 0.07 -scrupuleux scrupuleux adj m 0.76 3.78 0.64 2.43 -scrupulosité scrupulosité nom f s 0.01 0.00 0.01 0.00 -scruta scruter ver 2.30 15.54 0.00 1.89 ind:pas:3s; -scrutai scruter ver 2.30 15.54 0.00 0.20 ind:pas:1s; -scrutaient scruter ver 2.30 15.54 0.10 0.41 ind:imp:3p; -scrutais scruter ver 2.30 15.54 0.03 0.41 ind:imp:1s; -scrutait scruter ver 2.30 15.54 0.16 2.36 ind:imp:3s; -scrutant scruter ver 2.30 15.54 0.26 2.70 par:pre; -scrutateur scrutateur adj m s 0.39 0.41 0.39 0.20 -scrutateurs scrutateur adj m p 0.39 0.41 0.00 0.14 -scrutation scrutation nom f s 0.04 0.00 0.04 0.00 -scrutatrices scrutateur adj f p 0.39 0.41 0.00 0.07 -scrute scruter ver 2.30 15.54 0.59 2.64 imp:pre:2s;ind:pre:1s;ind:pre:3s; -scrutent scruter ver 2.30 15.54 0.17 0.47 ind:pre:3p; -scruter scruter ver 2.30 15.54 0.47 2.91 inf; -scrutera scruter ver 2.30 15.54 0.01 0.07 ind:fut:3s; -scruterai scruter ver 2.30 15.54 0.01 0.00 ind:fut:1s; -scruterait scruter ver 2.30 15.54 0.00 0.07 cnd:pre:3s; -scruteront scruter ver 2.30 15.54 0.01 0.00 ind:fut:3p; -scrutez scruter ver 2.30 15.54 0.06 0.00 imp:pre:2p;ind:pre:2p; -scrutin scrutin nom m s 0.71 1.49 0.62 1.28 -scrutins scrutin nom m p 0.71 1.49 0.09 0.20 -scrutions scruter ver 2.30 15.54 0.00 0.20 ind:imp:1p; -scrutâmes scruter ver 2.30 15.54 0.00 0.14 ind:pas:1p; -scrutons scruter ver 2.30 15.54 0.02 0.00 imp:pre:1p;ind:pre:1p; -scrutèrent scruter ver 2.30 15.54 0.00 0.07 ind:pas:3p; -scruté scruter ver m s 2.30 15.54 0.38 0.74 par:pas; -scrutée scruter ver f s 2.30 15.54 0.02 0.07 par:pas; -scrutés scruter ver m p 2.30 15.54 0.01 0.20 par:pas; -scène_clé scène_clé nom f s 0.01 0.00 0.01 0.00 -scène scène nom f s 107.96 114.93 96.66 95.27 -scènes_clé scènes_clé nom f p 0.01 0.00 0.01 0.00 -scènes scène nom f p 107.96 114.93 11.30 19.66 -sculpta sculpter ver 2.92 13.72 0.04 0.34 ind:pas:3s; -sculptaient sculpter ver 2.92 13.72 0.00 0.07 ind:imp:3p; -sculptais sculpter ver 2.92 13.72 0.11 0.07 ind:imp:1s; -sculptait sculpter ver 2.92 13.72 0.02 1.15 ind:imp:3s; -sculptant sculpter ver 2.92 13.72 0.10 0.41 par:pre; -sculpte sculpter ver 2.92 13.72 0.63 1.35 imp:pre:2s;ind:pre:1s;ind:pre:3s; -sculptent sculpter ver 2.92 13.72 0.03 0.14 ind:pre:3p; -sculpter sculpter ver 2.92 13.72 0.87 2.16 inf; -sculptera sculpter ver 2.92 13.72 0.01 0.14 ind:fut:3s; -sculpterai sculpter ver 2.92 13.72 0.02 0.00 ind:fut:1s; -sculpterait sculpter ver 2.92 13.72 0.00 0.07 cnd:pre:3s; -sculpteras sculpter ver 2.92 13.72 0.01 0.07 ind:fut:2s; -sculpterez sculpter ver 2.92 13.72 0.01 0.07 ind:fut:2p; -sculptes sculpter ver 2.92 13.72 0.14 0.20 ind:pre:2s; -sculpteur sculpteur nom m s 3.63 7.50 3.31 4.93 -sculpteurs sculpteur nom m p 3.63 7.50 0.29 2.57 -sculptez sculpter ver 2.92 13.72 0.04 0.07 imp:pre:2p;ind:pre:2p; -sculptiez sculpter ver 2.92 13.72 0.00 0.07 ind:imp:2p; -sculptâtes sculpter ver 2.92 13.72 0.00 0.07 ind:pas:2p; -sculptrice sculpteur nom f s 3.63 7.50 0.02 0.00 -sculpté sculpter ver m s 2.92 13.72 0.56 3.38 par:pas; -sculptée sculpté adj f s 0.50 7.23 0.15 1.28 -sculptées sculpter ver f p 2.92 13.72 0.17 0.74 par:pas; -sculptural sculptural adj m s 0.02 0.68 0.00 0.20 -sculpturale sculptural adj f s 0.02 0.68 0.02 0.34 -sculpturales sculptural adj f p 0.02 0.68 0.00 0.07 -sculpturaux sculptural adj m p 0.02 0.68 0.00 0.07 -sculpture sculpture nom f s 7.12 7.91 5.48 3.78 -sculptures sculpture nom f p 7.12 7.91 1.64 4.12 -sculptés sculpter ver m p 2.92 13.72 0.06 1.76 par:pas; -scélérat scélérat nom m s 2.87 0.74 2.19 0.27 -scélérate scélérat adj f s 1.05 0.27 0.12 0.00 -scélérates scélérat adj f p 1.05 0.27 0.01 0.07 -scélératesse scélératesse nom f s 0.00 0.14 0.00 0.07 -scélératesses scélératesse nom f p 0.00 0.14 0.00 0.07 -scélérats scélérat nom m p 2.87 0.74 0.66 0.47 -scénar scénar nom m s 0.51 0.34 0.46 0.34 -scénarii scénario nom m p 19.14 9.26 0.00 0.07 -scénarimage scénarimage nom m s 0.01 0.00 0.01 0.00 -scénario scénario nom m s 19.14 9.26 16.70 8.18 -scénarios scénario nom m p 19.14 9.26 2.44 1.01 -scénariste scénariste nom s 2.70 0.68 1.98 0.41 -scénaristes scénariste nom p 2.70 0.68 0.72 0.27 -scénaristique scénaristique adj f s 0.01 0.14 0.01 0.14 -scénars scénar nom m p 0.51 0.34 0.04 0.00 -scénique scénique adj f s 0.12 0.20 0.11 0.00 -scéniques scénique adj p 0.12 0.20 0.01 0.20 -scénographe scénographe nom s 0.03 0.00 0.03 0.00 -scénographie scénographie nom f s 0.35 0.07 0.35 0.07 -scénographique scénographique adj m s 0.01 0.00 0.01 0.00 -scutigère scutigère nom f s 0.00 0.61 0.00 0.54 -scutigères scutigère nom f p 0.00 0.61 0.00 0.07 -scythe scythe adj s 0.04 0.34 0.04 0.20 -scythes scythe adj m p 0.04 0.34 0.00 0.14 -se se pro_per 2813.77 6587.77 2813.77 6587.77 -señor señor nom m s 9.75 0.00 9.75 0.00 -seaborgium seaborgium nom m s 0.10 0.00 0.10 0.00 -seau seau nom m s 9.01 24.05 7.02 14.73 -seaux seau nom m p 9.01 24.05 2.00 9.32 -sec sec adj m s 43.02 142.84 27.40 72.30 -secco secco nom m s 0.00 0.61 0.00 0.34 -seccos secco nom m p 0.00 0.61 0.00 0.27 -seccotine seccotine nom f s 0.00 0.34 0.00 0.34 -second_maître second_maître nom m s 0.05 0.07 0.05 0.07 -second second adj m s 52.50 88.58 15.32 32.30 -secondaient seconder ver 1.76 5.00 0.00 0.07 ind:imp:3p; -secondaire secondaire adj s 8.06 8.65 4.16 5.07 -secondairement secondairement adv 0.00 0.27 0.00 0.27 -secondaires secondaire adj p 8.06 8.65 3.91 3.58 -secondais seconder ver 1.76 5.00 0.03 0.00 ind:imp:1s; -secondait seconder ver 1.76 5.00 0.10 0.41 ind:imp:3s; -secondant seconder ver 1.76 5.00 0.00 0.07 par:pre; -seconde seconde nom f s 124.54 121.49 72.34 66.22 -secondement secondement adv 0.00 0.14 0.00 0.14 -secondent seconder ver 1.76 5.00 0.01 0.27 ind:pre:3p; -seconder seconder ver 1.76 5.00 0.37 1.96 inf; -secondera seconder ver 1.76 5.00 0.07 0.00 ind:fut:3s; -seconderai seconder ver 1.76 5.00 0.03 0.00 ind:fut:1s; -seconderas seconder ver 1.76 5.00 0.02 0.00 ind:fut:2s; -seconderez seconder ver 1.76 5.00 0.02 0.00 ind:fut:2p; -seconderont seconder ver 1.76 5.00 0.02 0.00 ind:fut:3p; -secondes seconde nom f p 124.54 121.49 52.20 55.27 -secondo secondo nom m s 0.20 0.07 0.20 0.07 -seconds second adj m p 52.50 88.58 0.28 0.34 -secondé seconder ver m s 1.76 5.00 0.24 1.01 par:pas; -secondée seconder ver f s 1.76 5.00 0.01 0.34 par:pas; -secondés seconder ver m p 1.76 5.00 0.04 0.20 par:pas; -secoua secouer ver 19.00 116.35 0.26 25.68 ind:pas:3s; -secouai secouer ver 19.00 116.35 0.01 1.82 ind:pas:1s; -secouaient secouer ver 19.00 116.35 0.01 3.24 ind:imp:3p; -secouais secouer ver 19.00 116.35 0.04 0.47 ind:imp:1s;ind:imp:2s; -secouait secouer ver 19.00 116.35 0.67 12.84 ind:imp:3s; -secouant secouer ver 19.00 116.35 0.39 11.49 par:pre; -secouassent secouer ver 19.00 116.35 0.00 0.07 sub:imp:3p; -secoue secouer ver 19.00 116.35 4.77 17.64 imp:pre:2s;ind:pre:1s;ind:pre:3s; -secouement secouement nom m s 0.00 0.07 0.00 0.07 -secouent secouer ver 19.00 116.35 0.29 1.76 ind:pre:3p; -secouer secouer ver 19.00 116.35 4.50 14.19 ind:pre:2p;inf; -secouera secouer ver 19.00 116.35 0.04 0.14 ind:fut:3s; -secouerai secouer ver 19.00 116.35 0.02 0.14 ind:fut:1s; -secoueraient secouer ver 19.00 116.35 0.01 0.14 cnd:pre:3p; -secouerais secouer ver 19.00 116.35 0.01 0.14 cnd:pre:1s; -secouerait secouer ver 19.00 116.35 0.04 0.41 cnd:pre:3s; -secouerez secouer ver 19.00 116.35 0.01 0.00 ind:fut:2p; -secoueront secouer ver 19.00 116.35 0.01 0.07 ind:fut:3p; -secoues secouer ver 19.00 116.35 0.56 0.20 ind:pre:2s; -secoueur secoueur nom m s 0.09 0.07 0.02 0.07 -secoueurs secoueur nom m p 0.09 0.07 0.06 0.00 -secouez secouer ver 19.00 116.35 1.24 0.61 imp:pre:2p;ind:pre:2p; -secouions secouer ver 19.00 116.35 0.00 0.14 ind:imp:1p; -secouâmes secouer ver 19.00 116.35 0.00 0.27 ind:pas:1p; -secouons secouer ver 19.00 116.35 0.04 0.14 imp:pre:1p;ind:pre:1p; -secourût secourir ver 6.05 4.93 0.00 0.14 sub:imp:3s; -secourable secourable adj s 0.69 1.42 0.66 1.22 -secourables secourable adj p 0.69 1.42 0.03 0.20 -secouraient secourir ver 6.05 4.93 0.00 0.07 ind:imp:3p; -secourait secourir ver 6.05 4.93 0.02 0.07 ind:imp:3s; -secourant secourir ver 6.05 4.93 0.12 0.00 par:pre; -secoures secourir ver 6.05 4.93 0.11 0.00 sub:pre:2s; -secourez secourir ver 6.05 4.93 0.74 0.00 imp:pre:2p;ind:pre:2p; -secourions secourir ver 6.05 4.93 0.03 0.07 ind:imp:1p; -secourir secourir ver 6.05 4.93 2.97 2.64 inf; -secourisme secourisme nom m s 0.26 0.07 0.26 0.07 -secouriste secouriste nom s 0.94 0.34 0.43 0.20 -secouristes secouriste nom p 0.94 0.34 0.51 0.14 -secourra secourir ver 6.05 4.93 0.01 0.00 ind:fut:3s; -secours secours nom m 70.36 40.47 70.36 40.47 -secourt secourir ver 6.05 4.93 0.06 0.00 ind:pre:3s; -secouru secourir ver m s 6.05 4.93 1.10 0.88 par:pas; -secourue secourir ver f s 6.05 4.93 0.30 0.54 par:pas; -secourues secourir ver f p 6.05 4.93 0.02 0.14 par:pas; -secourus secourir ver m p 6.05 4.93 0.31 0.00 par:pas; -secourut secourir ver 6.05 4.93 0.00 0.20 ind:pas:3s; -secousse secousse nom f s 2.59 16.28 1.44 8.72 -secousses secousse nom f p 2.59 16.28 1.15 7.57 -secouèrent secouer ver 19.00 116.35 0.01 0.81 ind:pas:3p; -secoué secouer ver m s 19.00 116.35 3.96 13.99 par:pas; -secouée secouer ver f s 19.00 116.35 1.49 6.35 par:pas; -secouées secouer ver f p 19.00 116.35 0.04 0.81 par:pas; -secoués secouer ver m p 19.00 116.35 0.59 2.84 par:pas; -secret secret nom m s 103.49 96.01 81.34 70.81 -secrets secret nom m p 103.49 96.01 22.15 25.20 -secrète secret adj f s 62.68 83.11 14.43 28.51 -secrètement secrètement adv 3.20 13.04 3.20 13.04 -secrètent secréter ver 0.52 0.74 0.04 0.00 ind:pre:3p; -secrètes secret adj f p 62.68 83.11 3.79 10.47 -secrétaient secréter ver 0.52 0.74 0.00 0.07 ind:imp:3p; -secrétaire secrétaire nom s 31.22 43.78 29.43 38.58 -secrétairerie secrétairerie nom f s 0.00 0.07 0.00 0.07 -secrétaires secrétaire nom p 31.22 43.78 1.79 5.20 -secrétariat secrétariat nom m s 1.43 3.31 1.43 3.24 -secrétariats secrétariat nom m p 1.43 3.31 0.00 0.07 -secréter secréter ver 0.52 0.74 0.01 0.07 inf; -secrété secréter ver m s 0.52 0.74 0.01 0.14 par:pas; -secrétée secréter ver f s 0.52 0.74 0.01 0.07 par:pas; -secs sec adj m p 43.02 142.84 4.91 17.09 -sectaire sectaire adj s 0.35 0.68 0.22 0.34 -sectaires sectaire adj p 0.35 0.68 0.13 0.34 -sectarisme sectarisme nom m s 0.06 0.34 0.06 0.34 -sectateur sectateur nom m s 0.01 0.34 0.00 0.14 -sectateurs sectateur nom m p 0.01 0.34 0.01 0.20 -secte secte nom f s 5.02 4.19 4.15 3.11 -sectes secte nom f p 5.02 4.19 0.87 1.08 -secteur secteur nom m s 26.50 20.34 24.57 18.45 -secteurs secteur nom m p 26.50 20.34 1.93 1.89 -section section nom f s 20.34 22.23 18.03 16.35 -sectionna sectionner ver 1.75 1.89 0.00 0.14 ind:pas:3s; -sectionnaient sectionner ver 1.75 1.89 0.00 0.07 ind:imp:3p; -sectionnant sectionner ver 1.75 1.89 0.04 0.00 par:pre; -sectionne sectionner ver 1.75 1.89 0.27 0.20 imp:pre:2s;ind:pre:1s;ind:pre:3s; -sectionnement sectionnement nom m s 0.01 0.07 0.01 0.07 -sectionnent sectionner ver 1.75 1.89 0.00 0.14 ind:pre:3p; -sectionner sectionner ver 1.75 1.89 0.33 0.07 inf; -sectionnera sectionner ver 1.75 1.89 0.02 0.00 ind:fut:3s; -sectionnez sectionner ver 1.75 1.89 0.06 0.00 imp:pre:2p; -sectionné sectionner ver m s 1.75 1.89 0.53 0.54 par:pas; -sectionnée sectionner ver f s 1.75 1.89 0.34 0.41 par:pas; -sectionnées sectionner ver f p 1.75 1.89 0.06 0.20 par:pas; -sectionnés sectionner ver m p 1.75 1.89 0.09 0.14 par:pas; -sections section nom f p 20.34 22.23 2.31 5.88 -sectorielles sectoriel adj f p 0.00 0.14 0.00 0.07 -sectoriels sectoriel adj m p 0.00 0.14 0.00 0.07 -sectorisation sectorisation nom f s 0.01 0.00 0.01 0.00 -secundo secundo adv_sup 1.64 0.88 1.64 0.88 -sedan sedan nom m s 0.04 0.07 0.04 0.07 -sedia_gestatoria sedia_gestatoria nom f 0.00 0.20 0.00 0.20 -sedums sedum nom m p 0.00 0.07 0.00 0.07 -seersucker seersucker nom m s 0.02 0.00 0.02 0.00 -segment segment nom m s 0.69 1.42 0.36 0.88 -segmentaire segmentaire adj s 0.03 0.00 0.03 0.00 -segmentale segmental adj f s 0.01 0.00 0.01 0.00 -segmentez segmenter ver 0.03 0.00 0.01 0.00 imp:pre:2p; -segments segment nom m p 0.69 1.42 0.33 0.54 -segmenté segmenter ver m s 0.03 0.00 0.01 0.00 par:pas; -seguedilla seguedilla nom f s 0.00 0.20 0.00 0.07 -seguedillas seguedilla nom f p 0.00 0.20 0.00 0.14 -seiche seiche nom f s 0.23 0.88 0.23 0.61 -seiches seiche nom f p 0.23 0.88 0.00 0.27 -seigle seigle nom m s 0.69 2.36 0.69 2.09 -seigles seigle nom m p 0.69 2.36 0.00 0.27 -seigneur seigneur nom m s 153.82 60.14 147.72 51.82 -seigneurial seigneurial adj m s 0.02 1.01 0.01 0.34 -seigneuriale seigneurial adj f s 0.02 1.01 0.00 0.41 -seigneuriales seigneurial adj f p 0.02 1.01 0.01 0.20 -seigneuriaux seigneurial adj m p 0.02 1.01 0.00 0.07 -seigneurie seigneurie nom f s 3.00 4.86 2.81 4.59 -seigneuries seigneurie nom f p 3.00 4.86 0.19 0.27 -seigneurs seigneur nom m p 153.82 60.14 6.10 8.31 -seille seille nom f s 0.00 0.27 0.00 0.07 -seilles seille nom f p 0.00 0.27 0.00 0.20 -seillon seillon nom m s 0.00 0.07 0.00 0.07 -sein sein nom m s 44.90 84.05 16.93 32.23 -seine seine nom f s 0.14 0.47 0.14 0.27 -seing seing nom m s 0.01 0.07 0.01 0.07 -seins sein nom m p 44.90 84.05 27.97 51.82 -seize seize adj_num 7.71 31.42 7.71 31.42 -seizième seizième nom s 0.68 1.08 0.68 1.08 -sel sel nom m s 21.83 33.24 20.93 31.01 -seldjoukide seldjoukide adj m s 0.00 0.14 0.00 0.14 -seldjoukides seldjoukide nom p 0.00 0.07 0.00 0.07 -select select adj m s 0.14 0.34 0.12 0.27 -selects select adj m p 0.14 0.34 0.02 0.07 -self_contrôle self_contrôle nom m s 0.19 0.07 0.19 0.07 -self_control self_control nom m s 0.16 0.34 0.16 0.34 -self_défense self_défense nom f s 0.18 0.00 0.18 0.00 -self_made_man self_made_man nom m s 0.02 0.07 0.02 0.07 -self_made_men self_made_men nom m p 0.01 0.07 0.01 0.07 -self_made_man self_made_man nom m s 0.14 0.07 0.14 0.07 -self_service self_service nom m s 0.37 0.47 0.36 0.47 -self_service self_service nom m p 0.37 0.47 0.01 0.00 -self self nom m s 0.67 0.34 0.67 0.27 -selfs self nom m p 0.67 0.34 0.00 0.07 -sellait seller ver 1.81 1.96 0.00 0.07 ind:imp:3s; -selle selle nom f s 10.26 19.05 8.90 16.08 -seller seller ver 1.81 1.96 0.52 0.68 inf; -sellerie sellerie nom f s 0.05 0.27 0.05 0.20 -selleries sellerie nom f p 0.05 0.27 0.00 0.07 -selles selle nom f p 10.26 19.05 1.36 2.97 -sellette sellette nom f s 0.36 0.88 0.36 0.88 -sellez seller ver 1.81 1.96 0.42 0.00 imp:pre:2p;ind:pre:2p; -sellier sellier nom m s 0.02 0.47 0.02 0.47 -sellé seller ver m s 1.81 1.96 0.28 0.54 par:pas; -sellée seller ver f s 1.81 1.96 0.02 0.00 par:pas; -sellées seller ver f p 1.81 1.96 0.00 0.14 par:pas; -sellés seller ver m p 1.81 1.96 0.05 0.41 par:pas; -selon selon pre 81.40 110.88 81.40 110.88 -sels sel nom m p 21.83 33.24 0.90 2.23 -seltz seltz nom m 0.17 0.00 0.17 0.00 -selva selva nom f s 0.44 0.00 0.44 0.00 -sema semer ver 19.80 25.41 0.20 0.34 ind:pas:3s; -semaient semer ver 19.80 25.41 0.03 0.54 ind:imp:3p; -semailles semailles nom f p 0.19 0.81 0.19 0.81 -semaine semaine nom f s 290.85 197.50 186.01 111.89 -semaines semaine nom f p 290.85 197.50 104.84 85.61 -semainier semainier nom m s 0.00 0.34 0.00 0.34 -semait semer ver 19.80 25.41 0.03 1.49 ind:imp:3s; -semant semer ver 19.80 25.41 0.62 1.35 par:pre; -sembla sembler ver 229.25 572.84 0.87 32.43 ind:pas:3s; -semblable semblable adj s 8.93 52.91 5.99 31.42 -semblablement semblablement adv 0.01 0.81 0.01 0.81 -semblables semblable nom p 5.35 13.31 3.17 9.53 -semblaient sembler ver 229.25 572.84 2.99 55.81 ind:imp:3p; -semblais sembler ver 229.25 572.84 1.31 0.88 ind:imp:1s;ind:imp:2s; -semblait sembler ver 229.25 572.84 26.84 260.54 ind:imp:3s; -semblance semblance nom f s 0.02 0.27 0.02 0.27 -semblant semblant nom m s 25.63 32.09 25.55 31.89 -semblants semblant nom m p 25.63 32.09 0.08 0.20 -semble sembler ver 229.25 572.84 128.91 154.19 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -semblent sembler ver 229.25 572.84 14.09 22.23 ind:pre:3p;sub:pre:3p; -sembler sembler ver 229.25 572.84 6.01 4.53 inf;; -semblera sembler ver 229.25 572.84 2.15 1.42 ind:fut:3s; -sembleraient sembler ver 229.25 572.84 0.05 0.20 cnd:pre:3p; -semblerait sembler ver 229.25 572.84 10.04 2.57 cnd:pre:3s; -sembleront sembler ver 229.25 572.84 0.20 0.20 ind:fut:3p; -sembles sembler ver 229.25 572.84 5.11 1.22 ind:pre:2s; -semblez sembler ver 229.25 572.84 14.02 1.96 imp:pre:2p;ind:pre:2p; -sembliez sembler ver 229.25 572.84 0.94 0.34 ind:imp:2p; -semblions sembler ver 229.25 572.84 0.05 0.34 ind:imp:1p; -semblons sembler ver 229.25 572.84 0.53 0.00 imp:pre:1p;ind:pre:1p; -semblât sembler ver 229.25 572.84 0.00 0.74 sub:imp:3s; -semblèrent sembler ver 229.25 572.84 0.01 1.69 ind:pas:3p; -semblé sembler ver m s 229.25 572.84 7.21 16.96 par:pas; -semelle semelle nom f s 4.10 21.96 2.83 7.43 -semelles semelle nom f p 4.10 21.96 1.27 14.53 -semen_contra semen_contra nom m s 0.00 0.07 0.00 0.07 -semence semence nom f s 4.80 5.27 4.20 4.05 -semences semence nom f p 4.80 5.27 0.60 1.22 -semer semer ver 19.80 25.41 6.09 5.07 inf; -semestre semestre nom m s 3.53 1.49 3.24 1.49 -semestres semestre nom m p 3.53 1.49 0.29 0.00 -semestriel semestriel adj m s 0.05 0.07 0.01 0.07 -semestrielle semestriel adj f s 0.05 0.07 0.04 0.00 -semestriellement semestriellement adv 0.01 0.00 0.01 0.00 -semeur semeur nom m s 0.44 0.74 0.40 0.34 -semeurs semeur nom m p 0.44 0.74 0.04 0.27 -semeuse semeuse nom f s 0.11 0.47 0.11 0.47 -semeuses semeur nom f p 0.44 0.74 0.00 0.14 -semez semer ver 19.80 25.41 0.46 0.07 imp:pre:2p;ind:pre:2p; -semi_aride semi_aride adj f p 0.01 0.00 0.01 0.00 -semi_automatique semi_automatique adj s 0.71 0.07 0.59 0.07 -semi_automatique semi_automatique adj f p 0.71 0.07 0.12 0.00 -semi_circulaire semi_circulaire adj s 0.01 0.14 0.01 0.14 -semi_conducteur semi_conducteur nom m s 0.08 0.00 0.02 0.00 -semi_conducteur semi_conducteur nom m p 0.08 0.00 0.06 0.00 -semi_liberté semi_liberté nom f s 0.26 0.07 0.26 0.07 -semi_lunaire semi_lunaire adj f s 0.02 0.00 0.02 0.00 -semi_nomade semi_nomade adj m p 0.00 0.07 0.00 0.07 -semi_officiel semi_officiel adj m s 0.01 0.14 0.01 0.07 -semi_officiel semi_officiel adj f s 0.01 0.14 0.00 0.07 -semi_ouvert semi_ouvert adj m s 0.01 0.00 0.01 0.00 -semi_perméable semi_perméable adj f s 0.01 0.00 0.01 0.00 -semi_phonétique semi_phonétique adj f s 0.00 0.07 0.00 0.07 -semi_précieuse semi_précieuse adj f s 0.01 0.00 0.01 0.00 -semi_précieux semi_précieux adj f p 0.00 0.14 0.00 0.07 -semi_public semi_public adj m s 0.01 0.00 0.01 0.00 -semi_remorque semi_remorque nom m s 0.48 0.61 0.45 0.54 -semi_remorque semi_remorque nom m p 0.48 0.61 0.04 0.07 -semi_rigide semi_rigide adj f s 0.01 0.07 0.01 0.07 -semi semi nom m s 0.52 1.28 0.52 1.28 -semis semis nom m 0.04 2.84 0.04 2.84 -semoir semoir nom m s 0.04 0.34 0.04 0.20 -semoirs semoir nom m p 0.04 0.34 0.00 0.14 -semonce semonce nom f s 0.30 1.49 0.29 1.35 -semoncer semoncer ver 0.00 0.41 0.00 0.14 inf; -semonces semonce nom f p 0.30 1.49 0.01 0.14 -semoncé semoncer ver m s 0.00 0.41 0.00 0.07 par:pas; -semons semer ver 19.80 25.41 0.34 0.00 imp:pre:1p;ind:pre:1p; -semonça semoncer ver 0.00 0.41 0.00 0.07 ind:pas:3s; -semonçait semoncer ver 0.00 0.41 0.00 0.07 ind:imp:3s; -semonçant semoncer ver 0.00 0.41 0.00 0.07 par:pre; -semât semer ver 19.80 25.41 0.00 0.07 sub:imp:3s; -semoule semoule nom f s 0.89 1.35 0.89 1.35 -sempiternel sempiternel adj m s 0.07 2.77 0.00 0.88 -sempiternelle sempiternel adj f s 0.07 2.77 0.03 0.47 -sempiternellement sempiternellement adv 0.01 0.07 0.01 0.07 -sempiternelles sempiternel adj f p 0.07 2.77 0.01 0.88 -sempiternels sempiternel adj m p 0.07 2.77 0.03 0.54 -semtex semtex nom m 0.10 0.00 0.10 0.00 -semé semer ver m s 19.80 25.41 4.10 6.08 par:pas; -semée semer ver f s 19.80 25.41 0.40 3.99 par:pas; -semées semer ver f p 19.80 25.41 0.17 1.76 par:pas; -semés semer ver m p 19.80 25.41 1.44 1.69 par:pas; -sen sen nom m s 0.48 0.07 0.48 0.07 -senestre senestre adj f s 0.00 0.27 0.00 0.27 -senior senior adj m s 0.99 0.20 0.71 0.14 -seniors senior nom m p 0.64 0.07 0.30 0.07 -senne seine nom f s 0.14 0.47 0.00 0.20 -sens sentir ver 535.41 718.78 240.85 82.91 imp:pre:2s;ind:pre:1s;ind:pre:2s; -sensas sensas adj s 0.44 0.00 0.44 0.00 -sensass sensass adj s 2.05 0.20 2.05 0.20 -sensation sensation nom f s 17.26 46.89 13.20 37.09 -sensationnalisme sensationnalisme nom m s 0.07 0.00 0.07 0.00 -sensationnel sensationnel adj m s 4.36 3.45 2.69 1.55 -sensationnelle sensationnel adj f s 4.36 3.45 1.37 1.35 -sensationnellement sensationnellement adv 0.00 0.07 0.00 0.07 -sensationnelles sensationnel adj f p 4.36 3.45 0.18 0.27 -sensationnels sensationnel adj m p 4.36 3.45 0.12 0.27 -sensations sensation nom f p 17.26 46.89 4.06 9.80 -senseur senseur nom m s 0.42 0.07 0.04 0.07 -senseurs senseur nom m p 0.42 0.07 0.38 0.00 -sensibilisait sensibiliser ver 0.27 0.68 0.00 0.07 ind:imp:3s; -sensibilisation sensibilisation nom f s 0.09 0.07 0.09 0.07 -sensibilise sensibiliser ver 0.27 0.68 0.02 0.14 imp:pre:2s;ind:pre:3s; -sensibiliser sensibiliser ver 0.27 0.68 0.16 0.07 inf; -sensibilisé sensibiliser ver m s 0.27 0.68 0.05 0.07 par:pas; -sensibilisée sensibiliser ver f s 0.27 0.68 0.01 0.27 par:pas; -sensibilisés sensibiliser ver m p 0.27 0.68 0.02 0.07 par:pas; -sensibilité sensibilité nom f s 5.95 12.36 5.72 12.03 -sensibilités sensibilité nom f p 5.95 12.36 0.23 0.34 -sensible sensible adj s 26.79 38.85 21.11 30.88 -sensiblement sensiblement adv 0.13 3.58 0.13 3.58 -sensiblerie sensiblerie nom f s 0.50 1.15 0.48 1.08 -sensibleries sensiblerie nom f p 0.50 1.15 0.02 0.07 -sensibles sensible adj p 26.79 38.85 5.67 7.97 -sensitif sensitif adj m s 0.21 0.54 0.00 0.20 -sensitifs sensitif adj m p 0.21 0.54 0.03 0.00 -sensitive sensitif adj f s 0.21 0.54 0.19 0.27 -sensitives sensitif adj f p 0.21 0.54 0.00 0.07 -sensorialité sensorialité nom f s 0.00 0.07 0.00 0.07 -sensoriel sensoriel adj m s 0.86 0.54 0.22 0.07 -sensorielle sensoriel adj f s 0.86 0.54 0.23 0.34 -sensorielles sensoriel adj f p 0.86 0.54 0.10 0.14 -sensoriels sensoriel adj m p 0.86 0.54 0.32 0.00 -sensé sensé adj m s 10.50 2.64 6.47 1.28 -sensualiste sensualiste nom s 0.00 0.07 0.00 0.07 -sensualité sensualité nom f s 1.14 6.76 1.14 6.69 -sensualités sensualité nom f p 1.14 6.76 0.00 0.07 -sensée sensé adj f s 10.50 2.64 2.86 0.88 -sensuel sensuel adj m s 4.10 10.68 1.28 4.05 -sensuelle sensuel adj f s 4.10 10.68 1.82 5.07 -sensuellement sensuellement adv 0.28 0.54 0.28 0.54 -sensuelles sensuel adj f p 4.10 10.68 0.33 0.95 -sensuels sensuel adj m p 4.10 10.68 0.67 0.61 -sensées sensé adj f p 10.50 2.64 0.37 0.07 -sensément sensément adv 0.00 0.07 0.00 0.07 -sensés sensé adj m p 10.50 2.64 0.80 0.41 -sent_bon sent_bon nom m s 0.00 0.54 0.00 0.54 -sent sentir ver 535.41 718.78 74.27 84.73 ind:pre:3s; -sentîmes sentir ver 535.41 718.78 0.00 0.41 ind:pas:1p; -sentît sentir ver 535.41 718.78 0.00 1.76 sub:imp:3s; -sentaient sentir ver 535.41 718.78 0.80 13.99 ind:imp:3p; -sentais sentir ver 535.41 718.78 23.21 84.59 ind:imp:1s;ind:imp:2s; -sentait sentir ver 535.41 718.78 13.37 170.47 ind:imp:3s; -sentant sentir ver 535.41 718.78 1.93 14.39 par:pre; -sente sentir ver 535.41 718.78 4.89 4.46 sub:pre:1s;sub:pre:3s; -sentence sentence nom f s 7.70 5.68 7.17 4.19 -sentences sentence nom f p 7.70 5.68 0.52 1.49 -sentencieuse sentencieux adj f s 0.06 2.70 0.01 0.54 -sentencieusement sentencieusement adv 0.00 1.22 0.00 1.22 -sentencieuses sentencieux adj f p 0.06 2.70 0.00 0.20 -sentencieux sentencieux adj m 0.06 2.70 0.05 1.96 -sentent sentir ver 535.41 718.78 11.21 11.08 ind:pre:3p;sub:pre:3p; -sentes sentir ver 535.41 718.78 2.60 0.41 sub:pre:2s; -senteur senteur nom f s 0.71 11.69 0.51 6.01 -senteurs senteur nom f p 0.71 11.69 0.20 5.68 -sentez sentir ver 535.41 718.78 32.56 5.34 imp:pre:2p;ind:pre:2p; -senti sentir ver m s 535.41 718.78 34.33 49.05 par:pas; -sentie sentir ver f s 535.41 718.78 7.30 7.91 par:pas; -sentier sentier nom m s 5.72 36.62 3.88 28.45 -sentiers sentier nom m p 5.72 36.62 1.85 8.18 -senties sentir ver f p 535.41 718.78 0.06 0.61 par:pas; -sentiez sentir ver 535.41 718.78 1.86 1.01 ind:imp:2p;sub:pre:2p; -sentiment sentiment nom m s 75.72 157.30 36.87 106.42 -sentimental sentimental adj m s 8.69 17.16 4.40 6.01 -sentimentale sentimental adj f s 8.69 17.16 2.30 5.81 -sentimentalement sentimentalement adv 0.82 0.54 0.82 0.54 -sentimentales sentimental adj f p 8.69 17.16 1.35 3.24 -sentimentaliser sentimentaliser ver 0.01 0.00 0.01 0.00 inf; -sentimentalisme sentimentalisme nom m s 0.75 0.27 0.75 0.27 -sentimentalité sentimentalité nom f s 0.18 1.22 0.18 1.15 -sentimentalités sentimentalité nom f p 0.18 1.22 0.00 0.07 -sentimentaux sentimental adj m p 8.69 17.16 0.64 2.09 -sentiments sentiment nom m p 75.72 157.30 38.86 50.88 -sentine sentine nom f s 0.00 0.54 0.00 0.34 -sentinelle sentinelle nom f s 4.50 12.57 2.91 7.64 -sentinelles sentinelle nom f p 4.50 12.57 1.59 4.93 -sentines sentine nom f p 0.00 0.54 0.00 0.20 -sentions sentir ver 535.41 718.78 0.59 3.11 ind:imp:1p;sub:pre:1p; -sentir sentir ver 535.41 718.78 58.48 74.19 inf; -sentira sentir ver 535.41 718.78 2.50 1.08 ind:fut:3s; -sentirai sentir ver 535.41 718.78 2.08 1.42 ind:fut:1s; -sentiraient sentir ver 535.41 718.78 0.09 0.47 cnd:pre:3p; -sentirais sentir ver 535.41 718.78 3.82 1.28 cnd:pre:1s;cnd:pre:2s; -sentirait sentir ver 535.41 718.78 1.20 2.91 cnd:pre:3s; -sentiras sentir ver 535.41 718.78 7.07 0.47 ind:fut:2s; -sentirent sentir ver 535.41 718.78 0.05 2.09 ind:pas:3p; -sentirez sentir ver 535.41 718.78 3.74 0.74 ind:fut:2p; -sentiriez sentir ver 535.41 718.78 0.37 0.14 cnd:pre:2p; -sentirons sentir ver 535.41 718.78 0.08 0.07 ind:fut:1p; -sentiront sentir ver 535.41 718.78 0.51 0.61 ind:fut:3p; -sentis sentir ver m p 535.41 718.78 2.60 24.12 ind:pas:1s;par:pas; -sentisse sentir ver 535.41 718.78 0.00 0.34 sub:imp:1s; -sentissent sentir ver 535.41 718.78 0.00 0.20 sub:imp:3p; -sentit sentir ver 535.41 718.78 1.98 69.66 ind:pas:3s; -sentons sentir ver 535.41 718.78 1.03 2.77 imp:pre:1p;ind:pre:1p; -seppuku seppuku nom m s 0.07 0.00 0.07 0.00 -seps seps nom m 0.00 0.07 0.00 0.07 -sept sept adj_num 66.07 75.61 66.07 75.61 -septale septal adj f s 0.04 0.00 0.03 0.00 -septante_cinq septante_cinq adj_num 0.00 0.07 0.00 0.07 -septante_sept septante_sept adj_num 0.20 0.07 0.20 0.07 -septante septante adj_num 0.11 0.07 0.11 0.07 -septaux septal adj m p 0.04 0.00 0.01 0.00 -septembre septembre nom m 16.01 43.58 16.01 43.58 -septembriseur septembriseur nom m s 0.00 0.07 0.00 0.07 -septennat septennat nom m s 0.00 0.14 0.00 0.14 -septentrion septentrion nom m s 0.16 0.07 0.16 0.07 -septentrional septentrional adj m s 0.02 0.74 0.01 0.14 -septentrionale septentrional adj f s 0.02 0.74 0.01 0.41 -septentrionales septentrional adj f p 0.02 0.74 0.00 0.20 -septicité septicité nom f s 0.03 0.00 0.03 0.00 -septicémie septicémie nom f s 0.23 0.20 0.23 0.20 -septicémique septicémique adj f s 0.04 0.00 0.04 0.00 -septidi septidi nom m s 0.00 0.07 0.00 0.07 -septime septime nom f s 0.81 0.00 0.81 0.00 -septique septique adj s 0.58 0.41 0.58 0.41 -septième septième adj 4.25 5.61 4.25 5.61 -septièmes septième nom p 2.81 3.18 0.01 0.00 -septuagénaire septuagénaire nom s 0.05 0.88 0.04 0.74 -septuagénaires septuagénaire nom p 0.05 0.88 0.01 0.14 -septum septum nom m s 0.09 0.00 0.09 0.00 -septuor septuor nom m s 0.01 0.00 0.01 0.00 -septuple septuple nom m s 0.03 0.00 0.03 0.00 -sepuku sepuku nom m s 0.00 0.07 0.00 0.07 -sequin sequin nom m s 0.29 0.27 0.01 0.07 -sequins sequin nom m p 0.29 0.27 0.28 0.20 -sera être aux 8074.24 6501.82 159.41 66.69 ind:fut:3s; -serai être aux 8074.24 6501.82 28.15 10.20 ind:fut:1s; -seraient être aux 8074.24 6501.82 10.47 30.81 cnd:pre:3p; -serais être aux 8074.24 6501.82 45.02 36.42 cnd:pre:2s; -serait être aux 8074.24 6501.82 59.74 111.35 cnd:pre:3s; -seras être aux 8074.24 6501.82 25.57 4.39 ind:fut:2s; -serbe serbe adj s 3.48 0.88 2.44 0.54 -serbes serbe nom p 2.85 0.95 2.31 0.74 -serbo_croate serbo_croate nom s 0.14 0.20 0.14 0.20 -serein serein adj m s 5.22 10.61 3.38 3.72 -sereine serein adj f s 5.22 10.61 1.04 5.81 -sereinement sereinement adv 0.43 0.74 0.43 0.74 -sereines serein adj f p 5.22 10.61 0.31 0.41 -sereins serein adj m p 5.22 10.61 0.50 0.68 -serez être aux 8074.24 6501.82 26.65 6.76 ind:fut:2p; -serf serf nom m s 0.56 1.08 0.23 0.27 -serfouette serfouette nom f s 0.00 0.07 0.00 0.07 -serfs serf nom m p 0.56 1.08 0.33 0.81 -serge serge nom f s 1.10 2.64 1.10 2.50 -sergent_chef sergent_chef nom m s 1.52 1.49 1.38 1.42 -sergent_major sergent_major nom m s 0.71 1.35 0.71 1.28 -sergent_pilote sergent_pilote nom m s 0.00 0.07 0.00 0.07 -sergent sergent nom m s 27.36 23.65 26.48 20.88 -sergent_chef sergent_chef nom m p 1.52 1.49 0.14 0.07 -sergent_major sergent_major nom m p 0.71 1.35 0.00 0.07 -sergents sergent nom m p 27.36 23.65 0.88 2.77 -serges serge nom f p 1.10 2.64 0.00 0.14 -sergot sergot nom m s 0.01 0.14 0.01 0.07 -sergots sergot nom m p 0.01 0.14 0.00 0.07 -sergé sergé nom m s 0.00 0.20 0.00 0.20 -serial serial nom m s 0.69 0.07 0.69 0.07 -seriez être aux 8074.24 6501.82 6.69 3.24 cnd:pre:2p; -serin serin nom m s 0.07 3.24 0.05 1.49 -serinais seriner ver 0.25 2.03 0.01 0.07 ind:imp:1s;ind:imp:2s; -serinait seriner ver 0.25 2.03 0.01 0.54 ind:imp:3s; -serine seriner ver 0.25 2.03 0.01 0.47 ind:pre:1s;ind:pre:3s; -seriner seriner ver 0.25 2.03 0.19 0.47 inf; -serinera seriner ver 0.25 2.03 0.00 0.07 ind:fut:3s; -serines seriner ver 0.25 2.03 0.03 0.07 ind:pre:2s; -seringa seringa nom m s 0.14 0.81 0.14 0.54 -seringas seringa nom m p 0.14 0.81 0.00 0.27 -seringuaient seringuer ver 0.00 0.34 0.00 0.07 ind:imp:3p; -seringuait seringuer ver 0.00 0.34 0.00 0.07 ind:imp:3s; -seringue seringue nom f s 6.15 5.00 4.39 4.39 -seringueiros seringueiro nom m p 0.00 0.07 0.00 0.07 -seringuer seringuer ver 0.00 0.34 0.00 0.14 inf; -seringues seringue nom f p 6.15 5.00 1.76 0.61 -seringuée seringuer ver f s 0.00 0.34 0.00 0.07 par:pas; -serinions seriner ver 0.25 2.03 0.00 0.07 ind:imp:1p; -serins serin nom m p 0.07 3.24 0.01 1.49 -seriné seriner ver m s 0.25 2.03 0.00 0.20 par:pas; -serinées seriner ver f p 0.25 2.03 0.00 0.07 par:pas; -serions être aux 8074.24 6501.82 2.56 3.99 cnd:pre:1p; -serment serment nom m s 21.19 12.23 18.18 8.85 -serments serment nom m p 21.19 12.23 3.01 3.38 -sermon sermon nom m s 7.61 6.42 4.38 3.85 -sermonna sermonner ver 1.40 1.89 0.00 0.34 ind:pas:3s; -sermonnaient sermonner ver 1.40 1.89 0.00 0.14 ind:imp:3p; -sermonnait sermonner ver 1.40 1.89 0.00 0.20 ind:imp:3s; -sermonnant sermonner ver 1.40 1.89 0.04 0.07 par:pre; -sermonne sermonner ver 1.40 1.89 0.14 0.27 imp:pre:2s;ind:pre:1s;ind:pre:3s; -sermonner sermonner ver 1.40 1.89 0.78 0.47 inf; -sermonnerai sermonner ver 1.40 1.89 0.01 0.00 ind:fut:1s; -sermonnes sermonner ver 1.40 1.89 0.02 0.00 ind:pre:2s; -sermonneur sermonneur nom m s 0.28 0.00 0.27 0.00 -sermonneurs sermonneur nom m p 0.28 0.00 0.01 0.00 -sermonnez sermonner ver 1.40 1.89 0.33 0.00 imp:pre:2p;ind:pre:2p; -sermonné sermonner ver m s 1.40 1.89 0.05 0.34 par:pas; -sermonnée sermonner ver f s 1.40 1.89 0.03 0.07 par:pas; -sermons sermon nom m p 7.61 6.42 3.22 2.57 -serons être aux 8074.24 6501.82 8.50 5.41 ind:fut:1p; -seront être aux 8074.24 6501.82 39.61 23.65 ind:fut:3p; -serpe serpe nom f s 0.01 4.32 0.01 4.12 -serpent serpent nom m s 32.20 21.08 20.91 13.24 -serpentaient serpenter ver 0.09 5.88 0.00 0.61 ind:imp:3p; -serpentaire serpentaire nom s 0.00 0.07 0.00 0.07 -serpentait serpenter ver 0.09 5.88 0.02 1.89 ind:imp:3s; -serpentant serpenter ver 0.09 5.88 0.04 0.74 par:pre; -serpente serpenter ver 0.09 5.88 0.01 1.62 ind:pre:1s;ind:pre:3s; -serpenteau serpenteau nom m s 0.01 0.00 0.01 0.00 -serpentement serpentement nom m s 0.00 0.14 0.00 0.07 -serpentements serpentement nom m p 0.00 0.14 0.00 0.07 -serpentent serpenter ver 0.09 5.88 0.01 0.27 ind:pre:3p; -serpenter serpenter ver 0.09 5.88 0.00 0.61 inf; -serpentiforme serpentiforme adj m s 0.00 0.07 0.00 0.07 -serpentin serpentin adj m s 0.22 0.47 0.03 0.07 -serpentine serpentin adj f s 0.22 0.47 0.04 0.20 -serpentines serpentin adj f p 0.22 0.47 0.15 0.14 -serpentins serpentin nom m p 0.22 1.49 0.20 1.08 -serpentons serpenter ver 0.09 5.88 0.00 0.07 ind:pre:1p; -serpents serpent nom m p 32.20 21.08 11.29 7.84 -serpenté serpenter ver m s 0.09 5.88 0.00 0.07 par:pas; -serpes serpe nom f p 0.01 4.32 0.00 0.20 -serpette serpette nom f s 0.00 0.47 0.00 0.47 -serpillière serpillière nom f s 1.85 4.46 1.65 3.11 -serpillières serpillière nom f p 1.85 4.46 0.21 1.35 -serpolet serpolet nom m s 0.00 0.14 0.00 0.14 -serra serra nom f s 0.82 2.09 0.82 2.09 -serrage serrage nom m s 0.01 0.47 0.01 0.47 -serrai serrer ver 50.99 207.50 0.01 2.84 ind:pas:1s; -serraient serrer ver 50.99 207.50 0.04 5.81 ind:imp:3p; -serrais serrer ver 50.99 207.50 0.68 2.77 ind:imp:1s;ind:imp:2s; -serrait serrer ver 50.99 207.50 1.29 26.96 ind:imp:3s; -serrant serrer ver 50.99 207.50 1.08 22.84 par:pre; -serrante serrante nom f s 0.00 0.20 0.00 0.20 -serre_file serre_file nom m s 0.04 0.34 0.04 0.34 -serre_joint serre_joint nom m s 0.04 0.14 0.01 0.00 -serre_joint serre_joint nom m p 0.04 0.14 0.03 0.14 -serre_livres serre_livres nom m 0.03 0.07 0.03 0.07 -serre_tête serre_tête nom m s 0.22 0.74 0.21 0.74 -serre_tête serre_tête nom m p 0.22 0.74 0.01 0.00 -serre serrer ver 50.99 207.50 11.84 27.36 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:1s;sub:pre:3s; -serrement serrement nom m s 0.03 1.76 0.03 1.55 -serrements serrement nom m p 0.03 1.76 0.00 0.20 -serrent serrer ver 50.99 207.50 1.78 3.38 ind:pre:3p;sub:pre:3p; -serrer serrer ver 50.99 207.50 13.68 23.24 inf; -serrera serrer ver 50.99 207.50 0.69 0.20 ind:fut:3s; -serrerai serrer ver 50.99 207.50 0.32 0.34 ind:fut:1s; -serreraient serrer ver 50.99 207.50 0.00 0.34 cnd:pre:3p; -serrerais serrer ver 50.99 207.50 0.12 0.41 cnd:pre:1s; -serrerait serrer ver 50.99 207.50 0.13 0.47 cnd:pre:3s; -serrerez serrer ver 50.99 207.50 0.06 0.07 ind:fut:2p; -serrerons serrer ver 50.99 207.50 0.00 0.07 ind:fut:1p; -serreront serrer ver 50.99 207.50 0.01 0.20 ind:fut:3p; -serres serrer ver 50.99 207.50 1.60 0.34 ind:pre:2s;sub:pre:2s; -serrez serrer ver 50.99 207.50 5.34 1.28 imp:pre:2p;ind:pre:2p; -serriez serrer ver 50.99 207.50 0.06 0.07 ind:imp:2p; -serrions serrer ver 50.99 207.50 0.12 0.47 ind:imp:1p; -serrâmes serrer ver 50.99 207.50 0.00 0.41 ind:pas:1p; -serrons serrer ver 50.99 207.50 0.97 1.22 imp:pre:1p;ind:pre:1p; -serrât serrer ver 50.99 207.50 0.00 0.07 sub:imp:3s; -serrèrent serrer ver 50.99 207.50 0.00 3.78 ind:pas:3p; -serré serré adj m s 12.00 41.28 7.31 9.53 -serrée serré adj f s 12.00 41.28 1.68 8.72 -serrées serré adj f p 12.00 41.28 0.78 13.31 -serrure serrure nom f s 10.07 19.26 7.40 16.08 -serrurerie serrurerie nom f s 0.22 0.54 0.22 0.54 -serrures serrure nom f p 10.07 19.26 2.67 3.18 -serrurier serrurier nom m s 2.25 2.23 2.20 1.96 -serruriers serrurier nom m p 2.25 2.23 0.04 0.27 -serrurière serrurier nom f s 2.25 2.23 0.01 0.00 -serrés serré adj m p 12.00 41.28 2.23 9.73 -sers servir ver 309.81 286.22 44.58 5.41 imp:pre:2s;ind:pre:1s;ind:pre:2s; -sert servir ver 309.81 286.22 73.13 45.47 ind:pre:3s; -sertao sertao nom m s 0.10 0.07 0.10 0.07 -serti sertir ver m s 0.52 3.04 0.19 0.95 par:pas; -sertie sertir ver f s 0.52 3.04 0.17 0.95 par:pas; -serties sertir ver f p 0.52 3.04 0.01 0.34 par:pas; -sertir sertir ver 0.52 3.04 0.01 0.07 inf; -sertirait sertir ver 0.52 3.04 0.00 0.07 cnd:pre:3s; -sertis sertir ver m p 0.52 3.04 0.14 0.41 par:pas; -sertissage sertissage nom m s 0.00 0.07 0.00 0.07 -sertissaient sertir ver 0.52 3.04 0.00 0.07 ind:imp:3p; -sertissait sertir ver 0.52 3.04 0.00 0.07 ind:imp:3s; -sertissant sertir ver 0.52 3.04 0.00 0.07 par:pre; -sertissent sertir ver 0.52 3.04 0.00 0.07 ind:pre:3p; -sertisseur sertisseur nom m s 0.00 0.07 0.00 0.07 -sertão sertão nom m s 2.00 0.00 2.00 0.00 -servîmes servir ver 309.81 286.22 0.00 0.07 ind:pas:1p; -servît servir ver 309.81 286.22 0.00 0.74 sub:imp:3s; -servage servage nom m s 0.03 0.54 0.03 0.54 -servaient servir ver 309.81 286.22 1.98 12.30 ind:imp:3p; -servais servir ver 309.81 286.22 1.19 1.69 ind:imp:1s;ind:imp:2s; -servait servir ver 309.81 286.22 6.41 42.43 ind:imp:3s; -serval serval nom m s 0.01 0.00 0.01 0.00 -servant servir ver 309.81 286.22 2.20 7.64 par:pre; -servante servant nom f s 7.41 18.65 6.36 12.30 -servantes servant nom f p 7.41 18.65 0.77 4.46 -servants servant adj m p 1.09 1.15 0.26 0.27 -serve servir ver 309.81 286.22 5.83 4.12 sub:pre:1s;sub:pre:3s; -servent servir ver 309.81 286.22 14.43 11.82 ind:pre:3p; -serves servir ver 309.81 286.22 0.62 0.00 sub:pre:2s; -serveur serveur nom m s 21.57 16.42 9.21 5.27 -serveurs serveur nom m p 21.57 16.42 2.41 2.84 -serveuse serveur nom f s 21.57 16.42 9.96 6.62 -serveuses serveuse nom f p 1.64 0.00 1.64 0.00 -servez servir ver 309.81 286.22 13.39 1.89 imp:pre:2p;ind:pre:2p; -servi servir ver m s 309.81 286.22 36.58 38.72 par:pas; -serviabilité serviabilité nom f s 0.01 0.00 0.01 0.00 -serviable serviable adj s 1.88 2.23 1.48 2.03 -serviables serviable adj m p 1.88 2.23 0.39 0.20 -service service nom m s 187.67 142.77 156.00 106.28 -services service nom m p 187.67 142.77 31.67 36.49 -servie servir ver f s 309.81 286.22 3.04 3.45 par:pas; -servies servir ver f p 309.81 286.22 0.44 0.88 par:pas; -serviette_éponge serviette_éponge nom f s 0.00 1.49 0.00 1.22 -serviette serviette nom f s 25.64 35.07 17.16 26.62 -serviette_éponge serviette_éponge nom f p 0.00 1.49 0.00 0.27 -serviettes serviette nom f p 25.64 35.07 8.48 8.45 -serviez servir ver 309.81 286.22 0.19 0.34 ind:imp:2p; -servile servile adj s 1.14 3.65 0.89 2.77 -servilement servilement adv 0.02 0.47 0.02 0.47 -serviles servile adj p 1.14 3.65 0.25 0.88 -servilité servilité nom f s 0.01 1.22 0.01 1.15 -servilités servilité nom f p 0.01 1.22 0.00 0.07 -servions servir ver 309.81 286.22 0.19 0.61 ind:imp:1p; -servir servir ver 309.81 286.22 73.55 74.59 inf; -servira servir ver 309.81 286.22 12.20 3.58 ind:fut:3s; -servirai servir ver 309.81 286.22 3.13 0.68 ind:fut:1s; -serviraient servir ver 309.81 286.22 0.23 1.49 cnd:pre:3p; -servirais servir ver 309.81 286.22 0.77 0.41 cnd:pre:1s;cnd:pre:2s; -servirait servir ver 309.81 286.22 6.40 7.09 cnd:pre:3s; -serviras servir ver 309.81 286.22 0.88 0.27 ind:fut:2s; -servirent servir ver 309.81 286.22 0.04 1.15 ind:pas:3p; -servirez servir ver 309.81 286.22 1.14 0.07 ind:fut:2p; -serviriez servir ver 309.81 286.22 0.07 0.07 cnd:pre:2p; -servirions servir ver 309.81 286.22 0.02 0.07 cnd:pre:1p; -servirons servir ver 309.81 286.22 0.64 0.14 ind:fut:1p; -serviront servir ver 309.81 286.22 2.02 2.03 ind:fut:3p; -servis servir ver m p 309.81 286.22 2.71 4.05 ind:pas:1s;par:pas; -servissent servir ver 309.81 286.22 0.00 0.27 sub:imp:3p; -servit servir ver 309.81 286.22 0.46 12.23 ind:pas:3s; -serviteur serviteur nom m s 16.43 17.77 10.63 7.16 -serviteurs serviteur nom m p 16.43 17.77 5.80 10.61 -servitude servitude nom f s 0.57 7.43 0.42 4.73 -servitudes servitude nom f p 0.57 7.43 0.16 2.70 -servofrein servofrein nom m s 0.03 0.00 0.03 0.00 -servomoteur servomoteur nom m s 0.02 0.00 0.01 0.00 -servomoteurs servomoteur nom m p 0.02 0.00 0.01 0.00 -servomécanisme servomécanisme nom m s 0.01 0.00 0.01 0.00 -servons servir ver 309.81 286.22 1.36 0.47 imp:pre:1p;ind:pre:1p; -ses ses adj_pos 757.68 3105.41 757.68 3105.41 -session session nom f s 3.29 2.30 2.36 1.89 -sessions session nom f p 3.29 2.30 0.93 0.41 -sesterces sesterce nom m p 0.85 0.34 0.85 0.34 -set set nom m s 3.76 0.61 3.05 0.34 -sets set nom m p 3.76 0.61 0.71 0.27 -setter setter nom m s 0.07 0.61 0.07 0.41 -setters setter nom m p 0.07 0.61 0.00 0.20 -seuil seuil nom m s 5.49 49.86 5.45 48.85 -seuils seuil nom m p 5.49 49.86 0.04 1.01 -seul seul adj m s 891.45 915.27 461.20 478.58 -seulabre seulabre adj m s 0.00 0.88 0.00 0.81 -seulabres seulabre adj p 0.00 0.88 0.00 0.07 -seule seul adj f s 891.45 915.27 349.74 318.85 -seulement seulement adv 279.25 397.97 279.25 397.97 -seules seul adj f p 891.45 915.27 17.22 30.27 -seulet seulet adj m s 0.51 1.22 0.20 0.00 -seulette seulet adj f s 0.51 1.22 0.31 1.15 -seulettes seulet adj f p 0.51 1.22 0.00 0.07 -seuls seul adj m p 891.45 915.27 63.29 87.57 -seventies seventies nom p 0.07 0.07 0.07 0.07 -sevrage sevrage nom m s 0.51 1.08 0.51 1.01 -sevrages sevrage nom m p 0.51 1.08 0.00 0.07 -sevrait sevrer ver 0.42 2.36 0.00 0.07 ind:imp:3s; -sevrer sevrer ver 0.42 2.36 0.12 0.27 inf; -sevré sevrer ver m s 0.42 2.36 0.07 0.95 par:pas; -sevrée sevrer ver f s 0.42 2.36 0.05 0.81 par:pas; -sevrées sevrer ver f p 0.42 2.36 0.01 0.00 par:pas; -sevrés sevrer ver m p 0.42 2.36 0.17 0.27 par:pas; -sex_appeal sex_appeal nom m s 0.44 0.74 0.38 0.68 -sex_shop sex_shop nom m s 0.57 0.54 0.41 0.34 -sex_shop sex_shop nom m p 0.57 0.54 0.07 0.20 -sex_symbol sex_symbol nom m s 0.08 0.07 0.08 0.07 -sex_appeal sex_appeal nom m s 0.44 0.74 0.06 0.07 -sex_shop sex_shop nom m s 0.57 0.54 0.08 0.00 -sex_shop sex_shop nom m p 0.57 0.54 0.01 0.00 -sexagénaire sexagénaire nom s 0.17 0.74 0.15 0.61 -sexagénaires sexagénaire nom p 0.17 0.74 0.02 0.14 -sexe sexe nom m s 52.09 52.70 50.44 46.49 -sexes sexe nom m p 52.09 52.70 1.65 6.22 -sexisme sexisme nom m s 0.39 0.20 0.39 0.20 -sexiste sexiste adj s 1.09 0.07 0.96 0.07 -sexistes sexiste adj p 1.09 0.07 0.13 0.00 -sexologie sexologie nom f s 0.21 0.27 0.21 0.27 -sexologique sexologique adj s 0.00 0.07 0.00 0.07 -sexologue sexologue nom s 0.07 0.20 0.07 0.00 -sexologues sexologue nom p 0.07 0.20 0.00 0.20 -sextant sextant nom m s 0.22 0.54 0.22 0.54 -sextidi sextidi nom m s 0.00 0.07 0.00 0.07 -sextile sextil adj f s 0.00 0.07 0.00 0.07 -sexto sexto adv 0.01 0.00 0.01 0.00 -sextuor sextuor nom m s 0.07 0.14 0.07 0.14 -sextuple sextuple adj m s 0.01 0.07 0.01 0.07 -sexualiser sexualiser ver 0.02 0.00 0.01 0.00 inf; -sexualisé sexualiser ver m s 0.02 0.00 0.01 0.00 par:pas; -sexualité sexualité nom f s 6.02 5.14 6.02 5.14 -sexuel sexuel adj m s 46.15 20.54 15.97 6.62 -sexuelle sexuel adj f s 46.15 20.54 14.74 8.31 -sexuellement sexuellement adv 4.61 0.88 4.61 0.88 -sexuelles sexuel adj f p 46.15 20.54 6.37 2.57 -sexuels sexuel adj m p 46.15 20.54 9.07 3.04 -sexué sexué adj m s 0.01 0.20 0.00 0.14 -sexués sexué adj m p 0.01 0.20 0.01 0.07 -sexy sexy adj 26.83 1.49 26.83 1.49 -seyait seoir ver 1.75 3.78 0.00 0.74 ind:imp:3s; -seyant seyant adj m s 0.67 1.15 0.54 0.88 -seyante seyant adj f s 0.67 1.15 0.07 0.00 -seyantes seyant adj f p 0.67 1.15 0.02 0.14 -seyants seyant adj m p 0.67 1.15 0.03 0.14 -shôgun shôgun nom m s 0.00 0.07 0.00 0.07 -shabbat shabbat nom m s 4.25 0.74 4.25 0.74 -shah shah nom m s 1.13 0.61 1.13 0.54 -shahs shah nom m p 1.13 0.61 0.00 0.07 -shake_hand shake_hand nom m s 0.00 0.14 0.00 0.14 -shaker shaker nom m s 0.50 0.81 0.50 0.81 -shakespearien shakespearien adj m s 0.21 0.41 0.15 0.27 -shakespearienne shakespearien adj f s 0.21 0.41 0.05 0.14 -shakespeariens shakespearien adj m p 0.21 0.41 0.01 0.00 -shako shako nom m s 0.01 1.22 0.01 0.81 -shakos shako nom m p 0.01 1.22 0.00 0.41 -shale shale nom m s 0.17 0.00 0.17 0.00 -shaman shaman nom m s 0.92 0.07 0.81 0.07 -shamans shaman nom m p 0.92 0.07 0.11 0.00 -shamisen shamisen nom m s 0.01 0.07 0.01 0.07 -shampoing shampoing nom m s 1.57 0.07 1.38 0.07 -shampoings shampoing nom m p 1.57 0.07 0.19 0.00 -shampooiner shampooiner ver 0.03 0.00 0.03 0.00 inf; -shampooing shampooing nom m s 2.61 2.30 2.35 1.69 -shampooings shampooing nom m p 2.61 2.30 0.25 0.61 -shampouine shampouiner ver 0.14 0.14 0.01 0.07 ind:pre:3s; -shampouiner shampouiner ver 0.14 0.14 0.12 0.00 inf; -shampouineur shampouineur nom m s 0.24 1.62 0.11 0.00 -shampouineuse shampouineur nom f s 0.24 1.62 0.13 1.42 -shampouineuses shampouineur nom f p 0.24 1.62 0.00 0.20 -shampouiné shampouiner ver m s 0.14 0.14 0.00 0.07 par:pas; -shanghaien shanghaien adj m s 0.01 0.00 0.01 0.00 -shanghaien shanghaien nom m s 0.02 0.00 0.01 0.00 -shanghaiens shanghaien nom m p 0.02 0.00 0.01 0.00 -shantung shantung nom m s 0.00 1.08 0.00 1.08 -shed shed nom m s 0.17 0.00 0.17 0.00 -shekels shekel nom m p 1.03 0.00 1.03 0.00 -sheriff sheriff nom m s 2.61 0.14 2.61 0.14 -sherpa sherpa nom m s 0.18 0.07 0.14 0.00 -sherpas sherpa nom m p 0.18 0.07 0.04 0.07 -sherry sherry nom m s 2.75 0.27 2.75 0.27 -shetland shetland nom m s 0.00 0.74 0.00 0.61 -shetlands shetland nom m p 0.00 0.74 0.00 0.14 -shiatsu shiatsu nom m s 0.28 0.00 0.28 0.00 -shift shift adj s 0.19 0.00 0.19 0.00 -shilling shilling nom m s 2.28 0.20 0.55 0.00 -shillings shilling nom m p 2.28 0.20 1.73 0.20 -shilom shilom nom m s 0.01 0.00 0.01 0.00 -shimmy shimmy nom m s 0.11 0.20 0.11 0.20 -shingle shingle nom m s 0.01 0.00 0.01 0.00 -shintô shintô nom m s 0.01 0.00 0.01 0.00 -shintoïsme shintoïsme nom m s 0.00 0.07 0.00 0.07 -shintoïste shintoïste adj m s 0.02 0.07 0.02 0.07 -shipchandler shipchandler nom m s 0.00 0.07 0.00 0.07 -shipping shipping nom m s 0.04 0.07 0.04 0.07 -shirting shirting nom m s 0.00 0.07 0.00 0.07 -shit shit nom m s 3.00 1.35 3.00 1.35 -shocking shocking adj m s 0.03 0.07 0.03 0.07 -shogoun shogoun nom m s 0.10 0.00 0.10 0.00 -shogun shogun nom m s 0.32 0.00 0.32 0.00 -shogunal shogunal adj m s 0.03 0.00 0.01 0.00 -shogunale shogunal adj f s 0.03 0.00 0.02 0.00 -shogunat shogunat nom m s 0.06 0.00 0.06 0.00 -shoot shoot nom m s 1.29 2.50 1.21 2.23 -shoota shooter ver 6.84 5.14 0.00 0.14 ind:pas:3s; -shootai shooter ver 6.84 5.14 0.00 0.07 ind:pas:1s; -shootais shooter ver 6.84 5.14 0.05 0.14 ind:imp:1s;ind:imp:2s; -shootait shooter ver 6.84 5.14 0.16 0.27 ind:imp:3s; -shootant shooter ver 6.84 5.14 0.04 0.14 par:pre; -shoote shooter ver 6.84 5.14 2.67 1.42 imp:pre:2s;ind:pre:1s;ind:pre:3s; -shootent shooter ver 6.84 5.14 0.14 0.20 ind:pre:3p; -shooter shooter ver 6.84 5.14 1.88 1.22 inf;; -shootera shooter ver 6.84 5.14 0.04 0.00 ind:fut:3s; -shooterai shooter ver 6.84 5.14 0.02 0.07 ind:fut:1s; -shooteraient shooter ver 6.84 5.14 0.01 0.00 cnd:pre:3p; -shooteras shooter ver 6.84 5.14 0.01 0.07 ind:fut:2s; -shootes shooter ver 6.84 5.14 0.22 0.20 ind:pre:2s; -shooteuse shooteur nom f s 0.03 0.27 0.03 0.27 -shootiez shooter ver 6.84 5.14 0.01 0.00 ind:imp:2p; -shootions shooter ver 6.84 5.14 0.00 0.07 ind:imp:1p; -shootons shooter ver 6.84 5.14 0.01 0.00 imp:pre:1p; -shoots shoot nom m p 1.29 2.50 0.08 0.27 -shooté shooter ver m s 6.84 5.14 0.96 1.01 par:pas; -shootée shooter ver f s 6.84 5.14 0.45 0.14 par:pas; -shootés shooter ver m p 6.84 5.14 0.19 0.00 par:pas; -shopping shopping nom m s 5.75 0.54 5.64 0.47 -shoppings shopping nom m p 5.75 0.54 0.10 0.07 -short short nom m s 4.42 8.24 3.79 6.55 -shorts short nom m p 4.42 8.24 0.62 1.69 -shoshones shoshone nom p 0.07 0.00 0.07 0.00 -show_business show_business nom m 0.00 0.27 0.00 0.27 -show show nom m s 0.09 2.64 0.09 2.57 -showbiz showbiz nom m 0.00 0.68 0.00 0.68 -shows show nom m p 0.09 2.64 0.00 0.07 -shrapnel shrapnel nom m s 0.10 0.34 0.09 0.00 -shrapnell shrapnell nom m s 0.01 1.42 0.01 0.54 -shrapnells shrapnell nom m p 0.01 1.42 0.00 0.88 -shrapnels shrapnel nom m p 0.10 0.34 0.01 0.34 -shunt shunt nom m s 0.16 0.00 0.16 0.00 -shunte shunter ver 0.03 0.07 0.01 0.07 ind:pre:1s;ind:pre:3s; -shunter shunter ver 0.03 0.07 0.02 0.00 inf; -shéol shéol nom m s 0.00 0.07 0.00 0.07 -shérif shérif nom m s 46.65 1.28 45.75 1.08 -shérifs shérif nom m p 46.65 1.28 0.90 0.20 -si si con 1374.43 933.99 1374.43 933.99 -siam siam nom m s 0.01 0.00 0.01 0.00 -siamois siamois nom m 1.57 2.36 1.48 2.23 -siamoise siamois adj f s 0.85 1.62 0.01 0.20 -siamoises siamois nom f p 1.57 2.36 0.08 0.00 -sibilant sibilant adj m s 0.00 0.07 0.00 0.07 -sibérien sibérien adj m s 0.71 3.99 0.22 0.74 -sibérienne sibérien adj f s 0.71 3.99 0.05 2.77 -sibériennes sibérien adj f p 0.71 3.99 0.20 0.34 -sibériens sibérien adj m p 0.71 3.99 0.24 0.14 -sibylle sibylle nom f s 0.37 0.61 0.34 0.34 -sibylles sibylle nom f p 0.37 0.61 0.04 0.27 -sibyllin sibyllin adj m s 0.07 2.36 0.02 0.95 -sibylline sibyllin adj f s 0.07 2.36 0.03 0.68 -sibyllines sibyllin adj f p 0.07 2.36 0.01 0.47 -sibyllins sibyllin adj m p 0.07 2.36 0.01 0.27 -sic_transit_gloria_mundi sic_transit_gloria_mundi adv 0.03 0.07 0.03 0.07 -sic sic adv_sup 0.20 1.35 0.20 1.35 -sicaire sicaire nom m s 0.00 0.14 0.00 0.07 -sicaires sicaire nom m p 0.00 0.14 0.00 0.07 -sicilien sicilien nom m s 3.27 1.96 1.03 1.69 -sicilienne sicilien adj f s 2.61 1.22 0.84 0.20 -siciliennes sicilien adj f p 2.61 1.22 0.25 0.34 -siciliens sicilien nom m p 3.27 1.96 2.21 0.27 -sicle sicle nom m s 0.02 0.00 0.02 0.00 -sida sida nom m s 5.02 5.20 5.02 5.14 -sidaïque sidaïque adj m s 0.02 0.00 0.02 0.00 -sidas sida nom m p 5.02 5.20 0.00 0.07 -side_car side_car nom m s 0.23 1.08 0.23 0.81 -side_car side_car nom m p 0.23 1.08 0.00 0.27 -sidi sidi nom m s 0.00 0.81 0.00 0.68 -sidis sidi nom m p 0.00 0.81 0.00 0.14 -sidère sidérer ver 1.03 2.16 0.29 0.07 imp:pre:2s;ind:pre:1s;ind:pre:3s; -sidéenne sidéen adj f s 0.03 0.00 0.01 0.00 -sidéens sidéen nom m p 0.18 0.00 0.18 0.00 -sidérais sidérer ver 1.03 2.16 0.00 0.07 ind:imp:1s; -sidérait sidérer ver 1.03 2.16 0.01 0.20 ind:imp:3s; -sidéral sidéral adj m s 0.11 0.88 0.04 0.41 -sidérale sidéral adj f s 0.11 0.88 0.07 0.27 -sidérales sidéral adj f p 0.11 0.88 0.00 0.14 -sidérant sidérant adj m s 0.20 0.27 0.17 0.14 -sidérante sidérant adj f s 0.20 0.27 0.03 0.14 -sidération sidération nom f s 0.03 0.00 0.03 0.00 -sidéraux sidéral adj m p 0.11 0.88 0.00 0.07 -sidérer sidérer ver 1.03 2.16 0.02 0.00 inf; -sidérite sidérite nom f s 0.01 0.00 0.01 0.00 -sidéré sidérer ver m s 1.03 2.16 0.42 1.15 par:pas; -sidérée sidérer ver f s 1.03 2.16 0.22 0.34 par:pas; -sidérées sidérer ver f p 1.03 2.16 0.00 0.07 par:pas; -sidérurgie sidérurgie nom f s 0.12 0.27 0.12 0.27 -sidérurgique sidérurgique adj f s 0.03 0.27 0.03 0.20 -sidérurgiques sidérurgique adj p 0.03 0.27 0.00 0.07 -sidérurgistes sidérurgiste nom p 0.02 0.00 0.02 0.00 -sidérés sidérer ver m p 1.03 2.16 0.06 0.27 par:pas; -sied seoir ver 1.75 3.78 1.67 2.84 ind:pre:3s; -sien sien pro_pos m s 13.40 36.08 13.40 36.08 -sienne sienne pro_pos f s 14.21 40.68 14.21 40.68 -siennes siennes pro_pos f p 2.74 9.73 2.74 9.73 -siennois siennois nom m 0.00 0.20 0.00 0.20 -siennoise siennois adj f s 0.00 0.41 0.00 0.20 -siennoises siennois adj f p 0.00 0.41 0.00 0.14 -siens siens pro_pos m p 7.54 29.80 7.54 29.80 -sierra sierra nom f s 4.27 3.51 4.00 2.77 -sierras sierra nom f p 4.27 3.51 0.27 0.74 -siesta siester ver 0.06 0.07 0.06 0.00 ind:pas:3s; -siestant siester ver 0.06 0.07 0.00 0.07 par:pre; -sieste sieste nom f s 9.58 14.86 9.23 13.38 -siestes sieste nom f p 9.58 14.86 0.34 1.49 -sieur sieur nom m s 8.06 21.35 7.66 20.81 -sieurs sieur nom m p 8.06 21.35 0.41 0.54 -siffla siffler ver 13.04 40.20 0.06 5.47 ind:pas:3s; -sifflai siffler ver 13.04 40.20 0.00 0.14 ind:pas:1s; -sifflaient siffler ver 13.04 40.20 0.22 2.57 ind:imp:3p; -sifflais siffler ver 13.04 40.20 0.19 0.14 ind:imp:1s;ind:imp:2s; -sifflait siffler ver 13.04 40.20 0.65 5.88 ind:imp:3s; -sifflant siffler ver 13.04 40.20 0.41 3.45 par:pre; -sifflante sifflante adj f s 0.24 3.58 0.06 3.11 -sifflantes sifflante adj f p 0.24 3.58 0.17 0.47 -sifflants sifflant adj m p 0.05 1.76 0.01 0.47 -sifflard sifflard nom m s 0.00 0.34 0.00 0.34 -siffle siffler ver 13.04 40.20 4.62 7.23 imp:pre:2s;ind:pre:1s;ind:pre:3s; -sifflement sifflement nom m s 4.83 13.78 4.45 10.47 -sifflements sifflement nom m p 4.83 13.78 0.38 3.31 -sifflent siffler ver 13.04 40.20 0.96 2.64 ind:pre:3p; -siffler siffler ver 13.04 40.20 3.02 8.24 inf; -sifflera siffler ver 13.04 40.20 0.63 0.14 ind:fut:3s; -sifflerai siffler ver 13.04 40.20 0.12 0.00 ind:fut:1s; -siffleraient siffler ver 13.04 40.20 0.00 0.14 cnd:pre:3p; -sifflerait siffler ver 13.04 40.20 0.16 0.07 cnd:pre:3s; -siffleras siffler ver 13.04 40.20 0.03 0.00 ind:fut:2s; -siffles siffler ver 13.04 40.20 0.65 0.07 ind:pre:2s; -sifflet sifflet nom m s 4.61 17.91 3.76 13.31 -sifflets sifflet nom m p 4.61 17.91 0.84 4.59 -siffleur siffleur adj m s 0.05 0.07 0.05 0.07 -sifflez siffler ver 13.04 40.20 0.38 0.14 imp:pre:2p;ind:pre:2p; -siffliez siffler ver 13.04 40.20 0.04 0.00 ind:imp:2p; -sifflota siffloter ver 0.28 10.81 0.00 1.15 ind:pas:3s; -sifflotais siffloter ver 0.28 10.81 0.00 0.14 ind:imp:1s; -sifflotait siffloter ver 0.28 10.81 0.00 1.82 ind:imp:3s; -sifflotant siffloter ver 0.28 10.81 0.06 3.85 par:pre; -sifflote siffloter ver 0.28 10.81 0.16 1.28 imp:pre:2s;ind:pre:1s;ind:pre:3s; -sifflotement sifflotement nom m s 0.01 0.34 0.01 0.34 -siffloter siffloter ver 0.28 10.81 0.05 2.16 inf; -siffloterai siffloter ver 0.28 10.81 0.01 0.00 ind:fut:1s; -sifflotiez siffloter ver 0.28 10.81 0.00 0.07 ind:imp:2p; -sifflotis sifflotis nom m 0.00 0.14 0.00 0.14 -sifflotèrent siffloter ver 0.28 10.81 0.00 0.07 ind:pas:3p; -siffloté siffloter ver m s 0.28 10.81 0.00 0.27 par:pas; -sifflèrent siffler ver 13.04 40.20 0.00 0.61 ind:pas:3p; -sifflé siffler ver m s 13.04 40.20 0.86 2.97 par:pas; -sifflée siffler ver f s 13.04 40.20 0.06 0.20 par:pas; -sifflées siffler ver f p 13.04 40.20 0.00 0.07 par:pas; -sifflés siffler ver m p 13.04 40.20 0.00 0.07 par:pas; -sigillaire sigillaire adj m s 0.04 0.07 0.04 0.07 -sigillé sigillé adj m s 0.00 0.27 0.00 0.07 -sigillée sigillé adj f s 0.00 0.27 0.00 0.20 -sigisbée sigisbée nom m s 0.00 0.20 0.00 0.14 -sigisbées sigisbée nom m p 0.00 0.20 0.00 0.07 -sigle sigle nom m s 0.70 1.62 0.56 1.01 -sigles sigle nom m p 0.70 1.62 0.14 0.61 -sigmoïde sigmoïde adj s 0.01 0.07 0.01 0.07 -signa signer ver 98.19 55.81 0.29 3.38 ind:pas:3s; -signai signer ver 98.19 55.81 0.42 0.34 ind:pas:1s; -signaient signer ver 98.19 55.81 0.04 0.68 ind:imp:3p; -signais signer ver 98.19 55.81 0.25 0.47 ind:imp:1s;ind:imp:2s; -signait signer ver 98.19 55.81 0.44 3.31 ind:imp:3s; -signal signal nom m s 37.74 23.11 33.98 18.72 -signala signaler ver 27.92 27.50 0.00 1.42 ind:pas:3s; -signalai signaler ver 27.92 27.50 0.00 0.14 ind:pas:1s; -signalaient signaler ver 27.92 27.50 0.02 0.74 ind:imp:3p; -signalais signaler ver 27.92 27.50 0.01 0.07 ind:imp:1s; -signalait signaler ver 27.92 27.50 0.08 3.04 ind:imp:3s; -signalant signaler ver 27.92 27.50 0.18 1.82 par:pre; -signale signaler ver 27.92 27.50 7.26 5.88 imp:pre:2s;ind:pre:1s;ind:pre:3s; -signalement signalement nom m s 3.43 2.70 3.38 2.30 -signalements signalement nom m p 3.43 2.70 0.05 0.41 -signalent signaler ver 27.92 27.50 0.81 1.01 ind:pre:3p; -signaler signaler ver 27.92 27.50 9.51 6.62 inf; -signalera signaler ver 27.92 27.50 0.38 0.07 ind:fut:3s; -signalerai signaler ver 27.92 27.50 0.26 0.07 ind:fut:1s; -signalerait signaler ver 27.92 27.50 0.01 0.34 cnd:pre:3s; -signaleront signaler ver 27.92 27.50 0.04 0.00 ind:fut:3p; -signales signaler ver 27.92 27.50 0.24 0.00 ind:pre:2s; -signaleur signaleur nom m s 0.83 0.20 0.83 0.07 -signaleurs signaleur nom m p 0.83 0.20 0.00 0.14 -signalez signaler ver 27.92 27.50 1.20 0.14 imp:pre:2p;ind:pre:2p; -signalisation signalisation nom f s 0.52 1.08 0.41 1.08 -signalisations signalisation nom f p 0.52 1.08 0.11 0.00 -signaliser signaliser ver 0.01 0.00 0.01 0.00 inf; -signalons signaler ver 27.92 27.50 0.22 0.27 imp:pre:1p;ind:pre:1p; -signalât signaler ver 27.92 27.50 0.00 0.14 sub:imp:3s; -signalé signaler ver m s 27.92 27.50 6.82 3.78 par:pas; -signalée signaler ver f s 27.92 27.50 0.57 0.95 par:pas; -signalées signaler ver f p 27.92 27.50 0.10 0.41 par:pas; -signalés signaler ver m p 27.92 27.50 0.23 0.61 par:pas; -signalétique signalétique adj s 0.15 0.41 0.04 0.34 -signalétiques signalétique adj m p 0.15 0.41 0.11 0.07 -signant signer ver 98.19 55.81 0.39 1.35 par:pre; -signasse signer ver 98.19 55.81 0.00 0.07 sub:imp:1s; -signataire signataire nom s 0.26 0.95 0.17 0.68 -signataires signataire nom p 0.26 0.95 0.09 0.27 -signature signature nom f s 18.47 15.20 16.55 13.45 -signatures signature nom f p 18.47 15.20 1.92 1.76 -signaux signal nom m p 37.74 23.11 3.76 4.39 -signe signe nom m s 82.73 161.28 67.74 119.19 -signent signer ver 98.19 55.81 0.62 0.54 ind:pre:3p; -signer signer ver 98.19 55.81 29.25 13.51 ind:pre:2p;inf; -signera signer ver 98.19 55.81 1.20 0.41 ind:fut:3s; -signerai signer ver 98.19 55.81 1.64 0.27 ind:fut:1s; -signeraient signer ver 98.19 55.81 0.11 0.14 cnd:pre:3p; -signerais signer ver 98.19 55.81 0.27 0.27 cnd:pre:1s;cnd:pre:2s; -signerait signer ver 98.19 55.81 0.06 0.34 cnd:pre:3s; -signeras signer ver 98.19 55.81 0.13 0.00 ind:fut:2s; -signerez signer ver 98.19 55.81 0.39 0.14 ind:fut:2p; -signeriez signer ver 98.19 55.81 0.17 0.00 cnd:pre:2p; -signerions signer ver 98.19 55.81 0.00 0.07 cnd:pre:1p; -signerons signer ver 98.19 55.81 0.04 0.07 ind:fut:1p; -signeront signer ver 98.19 55.81 0.33 0.14 ind:fut:3p; -signes signe nom m p 82.73 161.28 15.00 42.09 -signet signet nom m s 0.16 0.74 0.13 0.47 -signets signet nom m p 0.16 0.74 0.02 0.27 -signez signer ver 98.19 55.81 13.62 0.68 imp:pre:2p;ind:pre:2p; -signiez signer ver 98.19 55.81 0.34 0.14 ind:imp:2p; -signifia signifier ver 67.72 47.23 0.12 1.08 ind:pas:3s; -signifiaient signifier ver 67.72 47.23 0.08 2.70 ind:imp:3p; -signifiais signifier ver 67.72 47.23 0.04 0.07 ind:imp:1s;ind:imp:2s; -signifiait signifier ver 67.72 47.23 3.59 15.34 ind:imp:3s; -signifiance signifiance nom f s 0.14 0.07 0.14 0.07 -signifiant signifiant adj m s 0.31 0.81 0.27 0.61 -signifiante signifiant adj f s 0.31 0.81 0.04 0.07 -signifiantes signifiant adj f p 0.31 0.81 0.00 0.07 -signifiants signifiant adj m p 0.31 0.81 0.00 0.07 -significatif significatif adj m s 1.81 4.46 1.02 2.16 -significatifs significatif adj m p 1.81 4.46 0.17 0.81 -signification signification nom f s 5.77 16.76 5.62 15.61 -significations signification nom f p 5.77 16.76 0.16 1.15 -significative significatif adj f s 1.81 4.46 0.46 1.15 -significativement significativement adv 0.14 0.07 0.14 0.07 -significatives significatif adj f p 1.81 4.46 0.16 0.34 -signifie signifier ver 67.72 47.23 56.66 15.07 imp:pre:2s;ind:pre:1s;ind:pre:3s; -signifient signifier ver 67.72 47.23 2.62 2.23 ind:pre:3p; -signifier signifier ver 67.72 47.23 2.08 6.62 inf; -signifiera signifier ver 67.72 47.23 0.27 0.41 ind:fut:3s; -signifierai signifier ver 67.72 47.23 0.07 0.00 ind:fut:1s; -signifierait signifier ver 67.72 47.23 1.36 0.54 cnd:pre:3s; -signifiât signifier ver 67.72 47.23 0.00 0.14 sub:imp:3s; -signifièrent signifier ver 67.72 47.23 0.00 0.07 ind:pas:3p; -signifié signifier ver m s 67.72 47.23 0.64 1.28 par:pas; -signifiée signifier ver f s 67.72 47.23 0.00 0.27 par:pas; -signifiées signifier ver f p 67.72 47.23 0.00 0.07 par:pas; -signâmes signer ver 98.19 55.81 0.00 0.07 ind:pas:1p; -signons signer ver 98.19 55.81 0.48 0.41 imp:pre:1p;ind:pre:1p; -signor signor nom m s 5.36 2.64 3.39 0.88 -signora signor nom f s 5.36 2.64 1.96 1.76 -signorina signorina nom f s 0.64 0.34 0.64 0.34 -signât signer ver 98.19 55.81 0.00 0.07 sub:imp:3s; -signèrent signer ver 98.19 55.81 0.00 0.41 ind:pas:3p; -signé signer ver m s 98.19 55.81 24.19 14.66 par:pas; -signée signer ver f s 98.19 55.81 3.58 3.92 par:pas; -signées signer ver f p 98.19 55.81 0.48 0.68 par:pas; -signés signer ver m p 98.19 55.81 1.28 1.42 par:pas; -sikh sikh nom s 0.17 1.49 0.03 0.20 -sikhs sikh nom p 0.17 1.49 0.14 1.28 -sil sil nom m s 2.65 0.00 2.29 0.00 -silence silence nom m s 106.43 325.54 105.53 313.24 -silences silence nom m p 106.43 325.54 0.90 12.30 -silencieuse silencieux adj f s 10.98 74.05 1.86 25.68 -silencieusement silencieusement adv 0.99 17.16 0.99 17.16 -silencieuses silencieux adj f p 10.98 74.05 0.82 5.74 -silencieux silencieux adj m 10.98 74.05 8.30 42.64 -silex silex nom m 0.33 5.14 0.33 5.14 -silhouettait silhouetter ver 0.00 1.08 0.00 0.20 ind:imp:3s; -silhouettant silhouetter ver 0.00 1.08 0.00 0.07 par:pre; -silhouette silhouette nom f s 4.11 73.31 3.44 52.57 -silhouettent silhouetter ver 0.00 1.08 0.00 0.14 ind:pre:3p; -silhouetter silhouetter ver 0.00 1.08 0.00 0.07 inf; -silhouettes silhouette nom f p 4.11 73.31 0.67 20.74 -silhouetté silhouetter ver m s 0.00 1.08 0.00 0.14 par:pas; -silhouettée silhouetter ver f s 0.00 1.08 0.00 0.14 par:pas; -silicate silicate nom m s 0.07 0.00 0.07 0.00 -silice silice nom f s 0.18 0.34 0.18 0.20 -silices silice nom f p 0.18 0.34 0.00 0.14 -siliceuse siliceux adj f s 0.01 0.07 0.01 0.00 -siliceux siliceux adj m 0.01 0.07 0.00 0.07 -silicium silicium nom m s 0.24 0.00 0.24 0.00 -silicone silicone nom f s 2.42 0.00 2.42 0.00 -siliconer siliconer ver 0.20 0.07 0.01 0.00 inf; -siliconé siliconer ver m s 0.20 0.07 0.02 0.00 par:pas; -siliconée siliconer ver f s 0.20 0.07 0.03 0.00 par:pas; -siliconées siliconer ver f p 0.20 0.07 0.14 0.07 par:pas; -silicose silicose nom f s 0.19 0.34 0.19 0.34 -silicosé silicosé adj m s 0.00 0.27 0.00 0.20 -silicosée silicosé adj f s 0.00 0.27 0.00 0.07 -silionne silionne nom f s 0.01 0.00 0.01 0.00 -sillage sillage nom m s 1.43 10.88 1.27 10.07 -sillages sillage nom m p 1.43 10.88 0.16 0.81 -sillet sillet nom m s 0.01 0.00 0.01 0.00 -sillon sillon nom m s 0.72 12.30 0.46 7.30 -sillonna sillonner ver 2.00 8.58 0.00 0.14 ind:pas:3s; -sillonnaient sillonner ver 2.00 8.58 0.05 0.95 ind:imp:3p; -sillonnais sillonner ver 2.00 8.58 0.03 0.07 ind:imp:1s;ind:imp:2s; -sillonnait sillonner ver 2.00 8.58 0.04 0.95 ind:imp:3s; -sillonnant sillonner ver 2.00 8.58 0.17 0.54 par:pre; -sillonne sillonner ver 2.00 8.58 0.20 0.41 imp:pre:2s;ind:pre:1s;ind:pre:3s; -sillonnent sillonner ver 2.00 8.58 0.29 1.22 ind:pre:3p; -sillonner sillonner ver 2.00 8.58 0.58 1.15 inf; -sillonnes sillonner ver 2.00 8.58 0.00 0.07 ind:pre:2s; -sillonnez sillonner ver 2.00 8.58 0.02 0.00 ind:pre:2p; -sillonnons sillonner ver 2.00 8.58 0.00 0.07 ind:pre:1p; -sillonnèrent sillonner ver 2.00 8.58 0.00 0.07 ind:pas:3p; -sillonné sillonner ver m s 2.00 8.58 0.61 1.49 par:pas; -sillonnée sillonner ver f s 2.00 8.58 0.01 0.81 par:pas; -sillonnées sillonner ver f p 2.00 8.58 0.00 0.61 par:pas; -sillonnés sillonner ver m p 2.00 8.58 0.00 0.07 par:pas; -sillons sillon nom m p 0.72 12.30 0.27 5.00 -silo silo nom m s 1.23 1.69 0.66 0.27 -silos silo nom m p 1.23 1.69 0.56 1.42 -sils sil nom m p 2.65 0.00 0.37 0.00 -silène silène nom m s 0.00 0.14 0.00 0.07 -silènes silène nom m p 0.00 0.14 0.00 0.07 -silésien silésien adj m s 0.00 0.07 0.00 0.07 -silvaner silvaner nom m s 0.00 0.14 0.00 0.14 -sima sima nom m s 0.37 0.00 0.37 0.00 -simagrée simagrée nom f s 1.03 3.18 0.14 0.20 -simagrées simagrée nom f p 1.03 3.18 0.90 2.97 -simarre simarre nom f s 0.00 0.14 0.00 0.14 -simien simien adj m s 0.08 0.00 0.02 0.00 -simienne simien adj f s 0.08 0.00 0.03 0.00 -simiens simien nom m p 0.05 0.07 0.04 0.07 -simiesque simiesque adj s 0.17 1.15 0.15 0.88 -simiesques simiesque adj p 0.17 1.15 0.02 0.27 -similaire similaire adj s 6.03 1.35 2.43 0.95 -similairement similairement adv 0.00 0.07 0.00 0.07 -similaires similaire adj p 6.03 1.35 3.60 0.41 -similarité similarité nom f s 0.31 0.00 0.15 0.00 -similarités similarité nom f p 0.31 0.00 0.16 0.00 -simili simili nom m s 0.04 1.01 0.04 1.01 -similicuir similicuir nom m s 0.01 0.00 0.01 0.00 -similitude similitude nom f s 0.87 1.55 0.34 0.95 -similitudes similitude nom f p 0.87 1.55 0.54 0.61 -similor similor nom m s 0.01 0.07 0.01 0.00 -similors similor nom m p 0.01 0.07 0.00 0.07 -simoniaque simoniaque adj s 0.00 0.07 0.00 0.07 -simoun simoun nom m s 0.01 0.54 0.01 0.54 -simple simple adj s 137.69 148.58 124.57 124.26 -simplement simplement adv 84.76 134.32 84.76 134.32 -simples simple adj p 137.69 148.58 13.12 24.32 -simplesse simplesse nom f s 0.00 0.20 0.00 0.20 -simplet simplet nom m s 0.78 0.34 0.63 0.20 -simplets simplet nom m p 0.78 0.34 0.15 0.14 -simplette simplette nom f s 0.17 0.14 0.17 0.14 -simplettes simplet adj f p 0.44 1.35 0.00 0.20 -simplicité simplicité nom f s 2.75 21.69 2.75 21.69 -simplifiaient simplifier ver 2.80 7.84 0.00 0.41 ind:imp:3p; -simplifiais simplifier ver 2.80 7.84 0.01 0.00 ind:imp:1s; -simplifiait simplifier ver 2.80 7.84 0.02 0.61 ind:imp:3s; -simplifiant simplifier ver 2.80 7.84 0.00 0.14 par:pre; -simplification simplification nom f s 0.15 0.61 0.15 0.54 -simplifications simplification nom f p 0.15 0.61 0.00 0.07 -simplifie simplifier ver 2.80 7.84 0.60 1.28 imp:pre:2s;ind:pre:1s;ind:pre:3s; -simplifient simplifier ver 2.80 7.84 0.01 0.20 ind:pre:3p; -simplifier simplifier ver 2.80 7.84 1.32 1.89 inf; -simplifiera simplifier ver 2.80 7.84 0.14 0.14 ind:fut:3s; -simplifierait simplifier ver 2.80 7.84 0.10 0.14 cnd:pre:3s; -simplifiez simplifier ver 2.80 7.84 0.19 0.07 imp:pre:2p;ind:pre:2p; -simplifions simplifier ver 2.80 7.84 0.08 0.27 imp:pre:1p;ind:pre:1p; -simplifié simplifier ver m s 2.80 7.84 0.15 1.35 par:pas; -simplifiée simplifier ver f s 2.80 7.84 0.18 0.74 par:pas; -simplifiées simplifier ver f p 2.80 7.84 0.00 0.41 par:pas; -simplifiés simplifier ver m p 2.80 7.84 0.00 0.20 par:pas; -simplissime simplissime adj f s 0.04 0.07 0.04 0.07 -simpliste simpliste adj s 0.58 1.28 0.45 0.95 -simplistes simpliste adj p 0.58 1.28 0.13 0.34 -simula simuler ver 5.46 6.22 0.14 0.34 ind:pas:3s; -simulacre simulacre nom m s 0.84 6.22 0.69 4.59 -simulacres simulacre nom m p 0.84 6.22 0.16 1.62 -simulaient simuler ver 5.46 6.22 0.14 0.14 ind:imp:3p; -simulais simuler ver 5.46 6.22 0.12 0.07 ind:imp:1s;ind:imp:2s; -simulait simuler ver 5.46 6.22 0.26 0.68 ind:imp:3s; -simulant simuler ver 5.46 6.22 0.07 1.55 par:pre; -simulateur simulateur nom m s 1.05 0.68 0.80 0.20 -simulateurs simulateur nom m p 1.05 0.68 0.20 0.07 -simulation simulation nom f s 3.69 0.61 3.11 0.54 -simulations simulation nom f p 3.69 0.61 0.58 0.07 -simulatrice simulateur nom f s 1.05 0.68 0.04 0.41 -simule simuler ver 5.46 6.22 1.08 0.81 imp:pre:2s;ind:pre:1s;ind:pre:3s; -simulent simuler ver 5.46 6.22 0.12 0.14 ind:pre:3p; -simuler simuler ver 5.46 6.22 1.76 1.89 inf; -simulera simuler ver 5.46 6.22 0.02 0.00 ind:fut:3s; -simulerai simuler ver 5.46 6.22 0.01 0.00 ind:fut:1s; -simulerez simuler ver 5.46 6.22 0.01 0.00 ind:fut:2p; -simules simuler ver 5.46 6.22 0.28 0.07 ind:pre:2s; -simulez simuler ver 5.46 6.22 0.15 0.00 imp:pre:2p;ind:pre:2p; -simuliez simuler ver 5.46 6.22 0.01 0.00 ind:imp:2p; -simulons simuler ver 5.46 6.22 0.09 0.07 imp:pre:1p;ind:pre:1p; -simultané simultané adj m s 0.57 3.11 0.25 0.61 -simultanée simultané adj f s 0.57 3.11 0.19 1.15 -simultanées simultané adj f p 0.57 3.11 0.09 0.68 -simultanéité simultanéité nom f s 0.00 1.15 0.00 1.15 -simultanément simultanément adv 1.29 5.81 1.29 5.81 -simultanés simultané adj m p 0.57 3.11 0.05 0.68 -simulèrent simuler ver 5.46 6.22 0.00 0.07 ind:pas:3p; -simulé simuler ver m s 5.46 6.22 0.86 0.27 par:pas; -simulée simulé adj f s 0.62 0.61 0.18 0.34 -simulées simuler ver f p 5.46 6.22 0.16 0.00 par:pas; -simulés simulé adj m p 0.62 0.61 0.11 0.07 -sinapisme sinapisme nom m s 0.00 0.20 0.00 0.14 -sinapismes sinapisme nom m p 0.00 0.20 0.00 0.07 -sinciput sinciput nom m s 0.00 0.20 0.00 0.20 -sincère sincère adj s 19.51 22.50 15.20 18.65 -sincèrement sincèrement adv 13.58 13.11 13.58 13.11 -sincères sincère adj p 19.51 22.50 4.31 3.85 -sincérité sincérité nom f s 3.77 9.66 3.77 9.66 -sindon sindon nom m s 0.00 0.27 0.00 0.27 -sine_die sine_die adv 0.00 0.34 0.00 0.34 -sine_qua_non sine_qua_non adv 0.16 0.47 0.16 0.47 -singe_araignée singe_araignée nom m s 0.01 0.00 0.01 0.00 -singe singe nom m s 35.48 22.57 21.59 15.00 -singea singer ver 0.45 3.92 0.00 0.61 ind:pas:3s; -singeaient singer ver 0.45 3.92 0.01 0.34 ind:imp:3p; -singeait singer ver 0.45 3.92 0.00 0.61 ind:imp:3s; -singeant singer ver 0.45 3.92 0.05 0.54 par:pre; -singent singer ver 0.45 3.92 0.00 0.14 ind:pre:3p; -singer singer ver 0.45 3.92 0.15 1.28 inf; -singerie singerie nom f s 0.90 2.23 0.01 0.41 -singeries singerie nom f p 0.90 2.23 0.89 1.82 -singes singe nom m p 35.48 22.57 13.90 7.57 -singiez singer ver 0.45 3.92 0.01 0.00 ind:imp:2p; -single single nom m s 1.10 0.14 0.67 0.14 -singles single nom m p 1.10 0.14 0.43 0.00 -singleton singleton nom m s 0.17 0.00 0.17 0.00 -singé singer ver m s 0.45 3.92 0.00 0.20 par:pas; -singées singer ver f p 0.45 3.92 0.00 0.07 par:pas; -singularisait singulariser ver 0.05 1.08 0.00 0.07 ind:imp:3s; -singularise singulariser ver 0.05 1.08 0.01 0.27 imp:pre:2s;ind:pre:3s; -singulariser singulariser ver 0.05 1.08 0.04 0.68 inf; -singularises singulariser ver 0.05 1.08 0.00 0.07 ind:pre:2s; -singularité singularité nom f s 0.89 3.11 0.86 2.43 -singularités singularité nom f p 0.89 3.11 0.03 0.68 -singulier singulier adj m s 2.31 21.42 1.20 9.80 -singuliers singulier adj m p 2.31 21.42 0.05 2.03 -singulière singulier adj f s 2.31 21.42 1.00 8.31 -singulièrement singulièrement adv 0.13 8.58 0.13 8.58 -singulières singulier adj f p 2.31 21.42 0.07 1.28 -sinistre sinistre adj s 8.27 25.88 7.39 19.86 -sinistrement sinistrement adv 0.01 1.28 0.01 1.28 -sinistres sinistre adj p 8.27 25.88 0.88 6.01 -sinistrose sinistrose nom f s 0.00 0.07 0.00 0.07 -sinistré sinistré adj m s 0.28 0.81 0.02 0.20 -sinistrée sinistré adj f s 0.28 0.81 0.25 0.27 -sinistrées sinistré adj f p 0.28 0.81 0.02 0.20 -sinistrés sinistré nom m p 0.26 0.61 0.25 0.54 -sino_américain sino_américain nom m s 0.02 0.00 0.02 0.00 -sino_arabe sino_arabe adj f s 0.01 0.00 0.01 0.00 -sino_japonais sino_japonais adj f s 0.00 0.14 0.00 0.14 -sino sino adv 0.12 0.00 0.12 0.00 -sinologie sinologie nom f s 0.00 0.07 0.00 0.07 -sinon sinon con 164.85 89.26 164.85 89.26 -sinople sinople nom m s 0.00 0.14 0.00 0.14 -sinoque sinoque adj s 0.01 0.34 0.00 0.27 -sinoques sinoque adj p 0.01 0.34 0.01 0.07 -sinoquet sinoquet nom m s 0.00 0.88 0.00 0.88 -sinuaient sinuer ver 0.01 1.76 0.00 0.20 ind:imp:3p; -sinuait sinuer ver 0.01 1.76 0.00 0.74 ind:imp:3s; -sinuant sinuer ver 0.01 1.76 0.01 0.07 par:pre; -sinécure sinécure nom f s 0.52 0.88 0.52 0.81 -sinécures sinécure nom f p 0.52 0.88 0.00 0.07 -sinue sinuer ver 0.01 1.76 0.00 0.34 ind:pre:3s; -sinuent sinuer ver 0.01 1.76 0.00 0.20 ind:pre:3p; -sinuer sinuer ver 0.01 1.76 0.00 0.14 inf; -sinueuse sinueux adj f s 0.97 5.61 0.07 2.23 -sinueusement sinueusement adv 0.00 0.07 0.00 0.07 -sinueuses sinueux adj f p 0.97 5.61 0.32 0.95 -sinueux sinueux adj m 0.97 5.61 0.58 2.43 -sinuosité sinuosité nom f s 0.00 0.68 0.00 0.14 -sinuosités sinuosité nom f p 0.00 0.68 0.00 0.54 -sinus sinus nom m 1.30 1.01 1.30 1.01 -sinusal sinusal adj m s 0.46 0.00 0.29 0.00 -sinusale sinusal adj f s 0.46 0.00 0.17 0.00 -sinusite sinusite nom f s 0.33 0.14 0.32 0.14 -sinusites sinusite nom f p 0.33 0.14 0.01 0.00 -sinusoïdal sinusoïdal adj m s 0.07 0.14 0.04 0.07 -sinusoïdale sinusoïdal adj f s 0.07 0.14 0.03 0.00 -sinusoïdaux sinusoïdal adj m p 0.07 0.14 0.00 0.07 -sinusoïdes sinusoïde nom f p 0.00 0.14 0.00 0.14 -sinué sinuer ver m s 0.01 1.76 0.00 0.07 par:pas; -sionisme sionisme nom m s 0.04 0.27 0.04 0.27 -sioniste sioniste adj s 0.49 0.14 0.39 0.14 -sionistes sioniste nom p 0.32 0.07 0.28 0.07 -sioux sioux adj 0.36 0.34 0.36 0.34 -siphon siphon nom m s 0.83 2.23 0.43 1.96 -siphonnage siphonnage nom m s 0.00 0.07 0.00 0.07 -siphonnait siphonner ver 0.35 0.68 0.04 0.07 ind:imp:3s; -siphonne siphonner ver 0.35 0.68 0.07 0.07 imp:pre:2s;ind:pre:1s;ind:pre:3s; -siphonner siphonner ver 0.35 0.68 0.10 0.20 inf; -siphonné siphonné adj m s 0.18 0.20 0.17 0.14 -siphonnée siphonner ver f s 0.35 0.68 0.01 0.14 par:pas; -siphonnés siphonné adj m p 0.18 0.20 0.01 0.00 -siphons siphon nom m p 0.83 2.23 0.40 0.27 -sipo sipo nom m s 0.03 0.00 0.03 0.00 -sir sir nom m s 10.48 2.57 10.48 2.57 -sirdar sirdar nom m s 0.00 0.41 0.00 0.41 -sire sire nom m s 3.37 0.74 3.37 0.47 -sires sire nom m p 3.37 0.74 0.00 0.27 -sirocco sirocco nom m s 1.52 0.68 1.52 0.68 -sirop sirop nom m s 5.75 8.18 5.70 7.64 -sirops sirop nom m p 5.75 8.18 0.05 0.54 -sirota siroter ver 1.59 5.74 0.00 0.14 ind:pas:3s; -sirotaient siroter ver 1.59 5.74 0.01 0.27 ind:imp:3p; -sirotais siroter ver 1.59 5.74 0.05 0.14 ind:imp:1s;ind:imp:2s; -sirotait siroter ver 1.59 5.74 0.04 1.01 ind:imp:3s; -sirotant siroter ver 1.59 5.74 0.28 1.08 par:pre; -sirote siroter ver 1.59 5.74 0.12 0.88 imp:pre:2s;ind:pre:1s;ind:pre:3s; -sirotent siroter ver 1.59 5.74 0.06 0.20 ind:pre:3p; -siroter siroter ver 1.59 5.74 0.99 1.35 inf; -siroterais siroter ver 1.59 5.74 0.01 0.00 cnd:pre:1s; -sirotiez siroter ver 1.59 5.74 0.01 0.00 ind:imp:2p; -sirotions siroter ver 1.59 5.74 0.00 0.07 ind:imp:1p; -siroté siroter ver m s 1.59 5.74 0.02 0.61 par:pas; -sirène sirène nom f s 11.35 17.50 8.06 10.34 -sirènes sirène nom f p 11.35 17.50 3.28 7.16 -sirupeuse sirupeux adj f s 0.19 1.55 0.13 0.54 -sirupeuses sirupeux adj f p 0.19 1.55 0.01 0.20 -sirupeux sirupeux adj m 0.19 1.55 0.06 0.81 -sirventès sirventès nom m 0.00 0.14 0.00 0.14 -sis sis adj m s 1.77 1.55 1.77 0.74 -sisal sisal nom m s 0.03 0.34 0.03 0.34 -sise sis adj f s 1.77 1.55 0.00 0.74 -sises sis adj f p 1.77 1.55 0.00 0.07 -sismique sismique adj s 0.75 0.41 0.56 0.34 -sismiques sismique adj p 0.75 0.41 0.19 0.07 -sismographe sismographe nom s 0.10 0.14 0.04 0.00 -sismographes sismographe nom p 0.10 0.14 0.07 0.14 -sismologie sismologie nom f s 0.02 0.00 0.02 0.00 -sismologique sismologique adj f s 0.01 0.00 0.01 0.00 -sismologue sismologue nom s 0.14 0.07 0.07 0.00 -sismologues sismologue nom p 0.14 0.07 0.06 0.07 -sismomètre sismomètre nom m s 0.01 0.00 0.01 0.00 -sismothérapie sismothérapie nom f s 0.01 0.00 0.01 0.00 -sisymbre sisymbre nom m s 0.00 0.07 0.00 0.07 -sit_in sit_in nom m 0.30 0.00 0.30 0.00 -sitôt sitôt adv 3.59 19.12 3.59 19.12 -sitar sitar nom m s 0.16 0.00 0.16 0.00 -sitariste sitariste nom s 0.01 0.00 0.01 0.00 -sitcom sitcom nom f s 0.85 0.00 0.63 0.00 -sitcoms sitcom nom f p 0.85 0.00 0.23 0.00 -site site nom m s 17.17 4.46 13.91 3.58 -sites site nom m p 17.17 4.46 3.26 0.88 -siècle siècle nom m s 45.77 132.91 27.29 79.05 -siècles siècle nom m p 45.77 132.91 18.48 53.85 -siège siège nom m s 29.44 57.91 23.69 46.08 -siègent siéger ver 2.87 5.34 0.31 0.27 ind:pre:3p; -sièges siège nom m p 29.44 57.91 5.75 11.82 -sittelle sittelle nom f s 0.03 0.00 0.03 0.00 -situ situ nom m s 0.95 0.00 0.95 0.00 -situa situer ver 10.44 37.84 0.00 0.47 ind:pas:3s; -situable situable adj f s 0.00 0.14 0.00 0.14 -situaient situer ver 10.44 37.84 0.01 1.15 ind:imp:3p; -situais situer ver 10.44 37.84 0.02 0.07 ind:imp:1s; -situait situer ver 10.44 37.84 0.26 3.72 ind:imp:3s; -situant situer ver 10.44 37.84 0.01 0.41 par:pre; -situasse situer ver 10.44 37.84 0.00 0.95 sub:imp:1s; -situation situation nom f s 108.99 104.86 101.39 96.62 -situationnel situationnel adj m s 0.01 0.00 0.01 0.00 -situationnisme situationnisme nom m s 0.01 0.00 0.01 0.00 -situationnistes situationniste adj p 0.00 0.14 0.00 0.14 -situations situation nom f p 108.99 104.86 7.60 8.24 -situe situer ver 10.44 37.84 2.34 4.86 imp:pre:2s;ind:pre:1s;ind:pre:3s; -situent situer ver 10.44 37.84 0.44 0.54 ind:pre:3p; -situer situer ver 10.44 37.84 1.16 6.55 inf; -situera situer ver 10.44 37.84 0.03 0.14 ind:fut:3s; -situerai situer ver 10.44 37.84 0.01 0.00 ind:fut:1s; -situeraient situer ver 10.44 37.84 0.01 0.00 cnd:pre:3p; -situerais situer ver 10.44 37.84 0.01 0.14 cnd:pre:1s; -situerait situer ver 10.44 37.84 0.22 0.07 cnd:pre:3s; -situes situer ver 10.44 37.84 0.04 0.07 ind:pre:2s;sub:pre:2s; -situez situer ver 10.44 37.84 0.10 0.27 ind:pre:2p; -situions situer ver 10.44 37.84 0.00 0.14 ind:imp:1p; -situons situer ver 10.44 37.84 0.13 0.20 imp:pre:1p;ind:pre:1p; -situât situer ver 10.44 37.84 0.00 0.07 sub:imp:3s; -situèrent situer ver 10.44 37.84 0.00 0.07 ind:pas:3p; -situé situer ver m s 10.44 37.84 2.70 7.84 par:pas; -située situer ver f s 10.44 37.84 2.15 7.23 par:pas; -situées situer ver f p 10.44 37.84 0.14 1.49 par:pas; -situés situer ver m p 10.44 37.84 0.64 1.42 par:pas; -siéent seoir ver 1.75 3.78 0.01 0.14 ind:pre:3p; -siégeaient siéger ver 2.87 5.34 0.00 0.61 ind:imp:3p; -siégeais siéger ver 2.87 5.34 0.01 0.07 ind:imp:1s; -siégeait siéger ver 2.87 5.34 0.11 1.35 ind:imp:3s; -siégeant siéger ver 2.87 5.34 0.03 0.54 par:pre; -siégeons siéger ver 2.87 5.34 0.06 0.07 imp:pre:1p;ind:pre:1p; -siéger siéger ver 2.87 5.34 0.60 0.68 inf; -siégera siéger ver 2.87 5.34 0.41 0.00 ind:fut:3s; -siégerai siéger ver 2.87 5.34 0.02 0.07 ind:fut:1s; -siégeraient siéger ver 2.87 5.34 0.00 0.14 cnd:pre:3p; -siégerait siéger ver 2.87 5.34 0.00 0.14 cnd:pre:3s; -siégeras siéger ver 2.87 5.34 0.03 0.00 ind:fut:2s; -siégerons siéger ver 2.87 5.34 0.01 0.00 ind:fut:1p; -siégeront siéger ver 2.87 5.34 0.00 0.07 ind:fut:3p; -siégez siéger ver 2.87 5.34 0.03 0.00 ind:pre:2p; -siégiez siéger ver 2.87 5.34 0.02 0.00 ind:imp:2p; -siégions siéger ver 2.87 5.34 0.00 0.14 ind:imp:1p; -siégé siéger ver m s 2.87 5.34 0.13 0.27 par:pas; -siéra seoir ver 1.75 3.78 0.05 0.00 ind:fut:3s; -siérait seoir ver 1.75 3.78 0.02 0.07 cnd:pre:3s; -six_quatre six_quatre nom m 0.00 0.07 0.00 0.07 -six six adj_num 117.37 156.22 117.37 156.22 -sixain sixain nom m s 0.00 0.20 0.00 0.20 -sixième sixième adj m 3.77 7.23 3.76 7.16 -sixièmement sixièmement adv 0.01 0.00 0.01 0.00 -sixièmes sixième nom p 2.11 6.01 0.23 0.27 -sixte sixte nom f s 0.02 0.14 0.02 0.14 -sixties sixties nom p 0.40 0.20 0.40 0.20 -sixtus sixtus nom m 0.01 0.00 0.01 0.00 -sizain sizain nom m s 0.00 0.14 0.00 0.14 -ska ska nom m s 0.35 0.00 0.35 0.00 -skaï skaï nom m s 0.12 1.82 0.12 1.82 -skaal skaal ono 0.00 0.07 0.00 0.07 -skate_board skate_board nom m s 0.57 0.07 0.57 0.07 -skate skate nom m s 2.50 0.07 2.14 0.07 -skateboard skateboard nom m s 1.13 0.00 1.06 0.00 -skateboards skateboard nom m p 1.13 0.00 0.07 0.00 -skates skate nom m p 2.50 0.07 0.36 0.00 -skating skating nom m s 0.00 0.07 0.00 0.07 -skeet skeet nom m s 0.04 0.00 0.02 0.00 -skeets skeet nom m p 0.04 0.00 0.02 0.00 -sketch sketch nom m s 2.54 1.28 1.50 0.74 -sketches sketch nom m p 2.54 1.28 0.69 0.54 -sketchs sketch nom m p 2.54 1.28 0.34 0.00 -ski ski nom m s 16.57 6.49 13.84 5.00 -skiable skiable adj m s 0.01 0.00 0.01 0.00 -skiais skier ver 3.81 0.81 0.12 0.07 ind:imp:1s;ind:imp:2s; -skiait skier ver 3.81 0.81 0.14 0.14 ind:imp:3s; -skiant skier ver 3.81 0.81 0.06 0.00 par:pre; -skie skier ver 3.81 0.81 0.30 0.07 imp:pre:2s;ind:pre:1s;ind:pre:3s; -skient skier ver 3.81 0.81 0.04 0.00 ind:pre:3p; -skier skier ver 3.81 0.81 2.52 0.27 inf; -skierai skier ver 3.81 0.81 0.01 0.00 ind:fut:1s; -skierait skier ver 3.81 0.81 0.00 0.07 cnd:pre:3s; -skies skier ver 3.81 0.81 0.22 0.00 ind:pre:2s; -skieur skieur nom m s 1.11 1.28 0.20 0.61 -skieurs skieur nom m p 1.11 1.28 0.74 0.20 -skieuse skieur nom f s 1.11 1.28 0.17 0.41 -skieuses skieuse nom f p 0.02 0.00 0.02 0.00 -skiez skier ver 3.81 0.81 0.05 0.07 imp:pre:2p;ind:pre:2p; -skiff skiff nom m s 0.14 0.27 0.14 0.20 -skiffs skiff nom m p 0.14 0.27 0.00 0.07 -skin skin nom m s 0.93 0.14 0.44 0.14 -skinhead skinhead nom m s 1.59 0.20 0.38 0.14 -skinheads skinhead nom m p 1.59 0.20 1.22 0.07 -skins skin nom m p 0.93 0.14 0.48 0.00 -skip skip nom m s 2.27 0.14 2.27 0.14 -skipper skipper nom m s 1.32 0.07 1.32 0.07 -skis ski nom m p 16.57 6.49 2.73 1.49 -skié skier ver m s 3.81 0.81 0.37 0.14 par:pas; -skunks skunks nom m 0.00 1.55 0.00 1.55 -skydome skydome nom m s 0.01 0.00 0.01 0.00 -slalom slalom nom m s 0.20 0.95 0.20 0.81 -slalomant slalomer ver 0.07 0.41 0.00 0.14 par:pre; -slalomer slalomer ver 0.07 0.41 0.05 0.20 inf; -slaloms slalom nom m p 0.20 0.95 0.00 0.14 -slalomé slalomer ver m s 0.07 0.41 0.03 0.07 par:pas; -slang slang nom m 0.00 0.07 0.00 0.07 -slash slash nom m s 0.07 0.00 0.07 0.00 -slave slave adj s 0.22 3.38 0.19 2.36 -slaves slave adj p 0.22 3.38 0.03 1.01 -slavisant slaviser ver 0.00 0.07 0.00 0.07 par:pre; -slavisme slavisme nom m s 0.00 0.07 0.00 0.07 -slavon slavon adj m s 0.00 0.07 0.00 0.07 -slavon slavon nom m s 0.00 0.07 0.00 0.07 -slavophiles slavophile adj p 0.00 0.07 0.00 0.07 -sleeping sleeping nom m s 0.37 0.34 0.37 0.27 -sleepings sleeping nom m p 0.37 0.34 0.00 0.07 -slibard slibard nom m s 0.11 0.47 0.11 0.47 -slice slice nom m s 0.19 0.00 0.19 0.00 -slip slip nom m s 11.35 12.77 9.29 10.07 -slips slip nom m p 11.35 12.77 2.06 2.70 -slogan slogan nom m s 4.96 6.96 3.96 2.36 -slogans slogan nom m p 4.96 6.96 1.00 4.59 -sloop sloop nom m s 0.06 0.07 0.06 0.07 -sloughi sloughi nom m s 0.00 0.07 0.00 0.07 -slovaque slovaque adj s 0.01 0.00 0.01 0.00 -slovaques slovaque nom p 0.03 0.07 0.03 0.07 -slovène slovène adj f s 0.00 0.20 0.00 0.20 -slow slow nom m s 0.10 2.16 0.10 1.82 -slows slow nom m p 0.10 2.16 0.00 0.34 -slug slug nom m s 0.10 0.00 0.10 0.00 -slush slush nom s 0.01 0.07 0.01 0.07 -smack smack nom m s 0.15 0.14 0.14 0.14 -smacks smack nom m p 0.15 0.14 0.01 0.00 -smala smala nom f s 0.20 0.61 0.20 0.61 -smalah smalah nom f s 0.00 0.20 0.00 0.20 -smaragdin smaragdin adj m s 0.00 0.07 0.00 0.07 -smart smart adj s 0.20 0.27 0.20 0.27 -smash smash nom m s 0.40 0.20 0.40 0.20 -smashe smasher ver 0.41 0.00 0.25 0.00 imp:pre:2s;ind:pre:3s; -smasher smasher ver 0.41 0.00 0.15 0.00 inf; -smegma smegma nom m s 0.04 0.00 0.04 0.00 -smicard smicard nom m s 0.03 0.14 0.03 0.07 -smicards smicard nom m p 0.03 0.14 0.00 0.07 -smigard smigard nom m s 0.00 0.07 0.00 0.07 -smiley smiley nom m s 0.78 0.00 0.78 0.00 -smocks smocks nom m p 0.01 0.34 0.01 0.34 -smog smog nom m s 0.29 0.07 0.29 0.07 -smoking smoking nom m s 4.90 4.53 4.74 3.92 -smokings smoking nom m p 4.90 4.53 0.16 0.61 -smorrebrod smorrebrod nom m s 0.00 0.07 0.00 0.07 -smurf smurf nom m s 0.03 0.00 0.03 0.00 -smyrniote smyrniote nom s 0.00 0.07 0.00 0.07 -snack_bar snack_bar nom m s 0.23 0.61 0.23 0.54 -snack_bar snack_bar nom m p 0.23 0.61 0.00 0.07 -snack snack nom m s 1.21 0.95 1.06 0.74 -snacks snack nom m p 1.21 0.95 0.15 0.20 -snif snif ono 0.26 0.20 0.26 0.20 -snifer snifer ver 0.03 0.00 0.03 0.00 inf; -sniff sniff ono 0.12 0.34 0.12 0.34 -sniffaient sniffer ver 3.28 2.70 0.00 0.07 ind:imp:3p; -sniffais sniffer ver 3.28 2.70 0.08 0.07 ind:imp:1s;ind:imp:2s; -sniffait sniffer ver 3.28 2.70 0.14 0.20 ind:imp:3s; -sniffant sniffer ver 3.28 2.70 0.02 0.14 par:pre; -sniffe sniffer ver 3.28 2.70 0.77 0.95 imp:pre:2s;ind:pre:1s;ind:pre:3s; -sniffent sniffer ver 3.28 2.70 0.03 0.07 ind:pre:3p; -sniffer sniffer ver 3.28 2.70 1.25 0.74 inf; -snifferai sniffer ver 3.28 2.70 0.01 0.07 ind:fut:1s; -sniffes sniffer ver 3.28 2.70 0.24 0.07 ind:pre:2s; -sniffette sniffette nom f s 0.00 0.07 0.00 0.07 -sniffez sniffer ver 3.28 2.70 0.08 0.00 imp:pre:2p;ind:pre:2p; -sniffé sniffer ver m s 3.28 2.70 0.66 0.14 par:pas; -sniffée sniffer ver f s 3.28 2.70 0.01 0.14 par:pas; -sniffées sniffer ver f p 3.28 2.70 0.00 0.07 par:pas; -snipe snipe nom m s 0.07 0.00 0.07 0.00 -sniper sniper nom m s 4.50 0.00 2.46 0.00 -snipers sniper nom m p 4.50 0.00 2.03 0.00 -snob snob adj s 1.75 3.31 1.61 2.64 -snobaient snober ver 0.67 0.68 0.00 0.20 ind:imp:3p; -snobais snober ver 0.67 0.68 0.01 0.00 ind:imp:2s; -snobe snober ver 0.67 0.68 0.10 0.00 imp:pre:2s;ind:pre:1s;ind:pre:3s; -snobent snober ver 0.67 0.68 0.02 0.00 ind:pre:3p; -snober snober ver 0.67 0.68 0.21 0.20 inf; -snoberez snober ver 0.67 0.68 0.01 0.00 ind:fut:2p; -snobez snober ver 0.67 0.68 0.07 0.00 imp:pre:2p;ind:pre:2p; -snobinard snobinard nom m s 0.46 0.07 0.22 0.00 -snobinarde snobinard nom f s 0.46 0.07 0.02 0.00 -snobinardes snobinard nom f p 0.46 0.07 0.01 0.00 -snobinards snobinard nom m p 0.46 0.07 0.22 0.07 -snobisme snobisme nom m s 0.79 3.45 0.79 3.38 -snobismes snobisme nom m p 0.79 3.45 0.00 0.07 -snobs snob nom p 1.35 1.82 0.39 0.68 -snobé snober ver m s 0.67 0.68 0.23 0.14 par:pas; -snobée snober ver f s 0.67 0.68 0.00 0.07 par:pas; -snobés snober ver m p 0.67 0.68 0.03 0.07 par:pas; -snow_boot snow_boot nom m p 0.00 0.07 0.00 0.07 -soûl soûl adj m s 12.96 2.77 10.22 2.03 -soûlait soûler ver 6.13 2.43 0.14 0.14 ind:imp:3s; -soûlant soûler ver 6.13 2.43 0.02 0.00 par:pre; -soûlante soûlant adj f s 0.01 0.07 0.00 0.07 -soûlard soûlard nom m s 1.19 0.14 0.82 0.14 -soûlarde soûlard nom f s 1.19 0.14 0.23 0.00 -soûlards soûlard nom m p 1.19 0.14 0.14 0.00 -soûlaud soûlaud adj m s 0.01 0.20 0.01 0.14 -soûlauds soûlaud adj m p 0.01 0.20 0.00 0.07 -soûle soûl adj f s 12.96 2.77 1.96 0.68 -soûlent soûler ver 6.13 2.43 0.30 0.27 ind:pre:3p; -soûler soûler ver 6.13 2.43 2.54 0.81 inf; -soûlerais soûler ver 6.13 2.43 0.16 0.00 cnd:pre:1s; -soûlerait soûler ver 6.13 2.43 0.00 0.07 cnd:pre:3s; -soûlerie soûlerie nom f s 0.08 0.20 0.08 0.20 -soûlez soûler ver 6.13 2.43 0.22 0.00 imp:pre:2p;ind:pre:2p; -soûlographe soûlographe nom s 0.00 0.14 0.00 0.14 -soûlographie soûlographie nom f s 0.00 0.14 0.00 0.14 -soûlons soûler ver 6.13 2.43 0.01 0.00 imp:pre:1p; -soûlot soûlot nom m s 0.29 0.27 0.28 0.20 -soûlots soûlot nom m p 0.29 0.27 0.01 0.07 -soûls soûl adj m p 12.96 2.77 0.78 0.07 -soûlèrent soûler ver 6.13 2.43 0.01 0.00 ind:pas:3p; -soûlé soûler ver m s 6.13 2.43 0.85 0.27 par:pas; -soûlée soûler ver f s 6.13 2.43 0.43 0.07 par:pas; -soûlées soûler ver f p 6.13 2.43 0.03 0.00 par:pas; -soûlés soûler ver m p 6.13 2.43 0.14 0.34 par:pas; -soap_opéra soap_opéra nom m s 0.17 0.00 0.15 0.00 -soap_opéra soap_opéra nom m s 0.17 0.00 0.02 0.00 -sobre sobre adj s 6.18 4.66 5.80 3.24 -sobrement sobrement adv 0.06 1.28 0.06 1.28 -sobres sobre adj p 6.18 4.66 0.37 1.42 -sobriquet sobriquet nom m s 0.52 4.86 0.48 3.45 -sobriquets sobriquet nom m p 0.52 4.86 0.04 1.42 -sobriété sobriété nom f s 0.70 1.62 0.70 1.62 -soc soc nom m s 0.57 1.89 0.31 1.62 -soccer soccer nom m s 0.64 0.00 0.64 0.00 -sociabiliser sociabiliser ver 0.01 0.00 0.01 0.00 inf; -sociabilité sociabilité nom f s 0.09 0.41 0.09 0.41 -sociable sociable adj s 2.08 0.81 1.79 0.54 -sociables sociable adj p 2.08 0.81 0.29 0.27 -social_démocrate social_démocrate adj m s 0.21 0.14 0.21 0.14 -social_démocratie social_démocratie nom f s 0.02 0.34 0.02 0.34 -social_traître social_traître nom m s 0.00 0.27 0.00 0.27 -social social adj m s 34.40 49.80 9.16 12.30 -sociale social adj f s 34.40 49.80 16.06 24.80 -socialement socialement adv 1.04 0.95 1.04 0.95 -sociales social adj f p 34.40 49.80 4.59 8.85 -socialisation socialisation nom f s 0.10 0.00 0.10 0.00 -socialise socialiser ver 0.16 0.00 0.02 0.00 ind:pre:1s;ind:pre:3s; -socialiser socialiser ver 0.16 0.00 0.13 0.00 inf; -socialisez socialiser ver 0.16 0.00 0.01 0.00 ind:pre:2p; -socialisme socialisme nom m s 4.90 6.76 4.90 6.69 -socialismes socialisme nom m p 4.90 6.76 0.00 0.07 -socialiste socialiste adj s 6.68 10.41 5.00 7.97 -socialistes socialiste adj p 6.68 10.41 1.68 2.43 -socialo socialo nom s 0.03 0.14 0.01 0.00 -socialos socialo nom p 0.03 0.14 0.02 0.14 -sociaux_démocrates sociaux_démocrates adj m 0.23 0.00 0.23 0.00 -sociaux social adj m p 34.40 49.80 4.59 3.85 -sociniens socinien nom m p 0.00 0.07 0.00 0.07 -socio_culturel socio_culturel adj f p 0.01 0.14 0.00 0.07 -socio_culturel socio_culturel adj m p 0.01 0.14 0.01 0.07 -socio_économique socio_économique adj m s 0.08 0.07 0.06 0.00 -socio_économique socio_économique adj m p 0.08 0.07 0.02 0.07 -socio socio adv 0.09 0.14 0.09 0.14 -sociobiologie sociobiologie nom f s 0.01 0.00 0.01 0.00 -socioculturel socioculturel adj m s 0.01 0.14 0.00 0.07 -socioculturelles socioculturel adj f p 0.01 0.14 0.01 0.07 -sociologie sociologie nom f s 1.09 1.28 1.09 1.28 -sociologique sociologique adj s 0.64 0.68 0.39 0.47 -sociologiquement sociologiquement adv 0.00 0.07 0.00 0.07 -sociologiques sociologique adj f p 0.64 0.68 0.25 0.20 -sociologue sociologue nom s 0.93 1.55 0.48 0.54 -sociologues sociologue nom p 0.93 1.55 0.45 1.01 -sociopathe sociopathe adj s 0.88 0.00 0.67 0.00 -sociopathes sociopathe adj p 0.88 0.00 0.21 0.00 -sociopathie sociopathie nom f s 0.04 0.00 0.04 0.00 -sociopolitique sociopolitique adj f s 0.01 0.00 0.01 0.00 -socius socius nom m 0.00 0.07 0.00 0.07 -sociétaire sociétaire adj f s 0.01 0.07 0.01 0.07 -sociétaires sociétaire nom p 0.00 0.34 0.00 0.20 -sociétal sociétal adj m s 0.05 0.00 0.03 0.00 -sociétale sociétal adj f s 0.05 0.00 0.03 0.00 -société société nom f s 75.46 62.23 69.38 56.55 -sociétés société nom f p 75.46 62.23 6.08 5.68 -socket socket nom m s 0.03 0.00 0.03 0.00 -socle socle nom m s 0.72 8.45 0.70 7.91 -socles socle nom m p 0.72 8.45 0.02 0.54 -socque socque nom m s 0.00 0.47 0.00 0.07 -socques socque nom m p 0.00 0.47 0.00 0.41 -socquette socquette nom f s 0.38 2.16 0.02 0.41 -socquettes socquette nom f p 0.38 2.16 0.36 1.76 -socratique socratique adj s 0.07 0.20 0.07 0.14 -socratiques socratique adj p 0.07 0.20 0.00 0.07 -socs soc nom m p 0.57 1.89 0.27 0.27 -soda soda nom m s 10.23 1.55 9.12 1.01 -sodas soda nom m p 10.23 1.55 1.11 0.54 -sodique sodique adj s 0.02 0.00 0.02 0.00 -sodium sodium nom m s 1.13 0.00 1.13 0.00 -sodomie sodomie nom f s 1.44 0.47 1.44 0.47 -sodomisa sodomiser ver 1.33 1.49 0.00 0.07 ind:pas:3s; -sodomisait sodomiser ver 1.33 1.49 0.00 0.14 ind:imp:3s; -sodomisant sodomiser ver 1.33 1.49 0.10 0.14 par:pre; -sodomisation sodomisation nom f s 0.00 0.34 0.00 0.34 -sodomise sodomiser ver 1.33 1.49 0.17 0.41 ind:pre:1s;ind:pre:3s; -sodomiser sodomiser ver 1.33 1.49 0.59 0.27 inf; -sodomiseront sodomiser ver 1.33 1.49 0.14 0.00 ind:fut:3p; -sodomisez sodomiser ver 1.33 1.49 0.00 0.07 ind:pre:2p; -sodomisé sodomiser ver m s 1.33 1.49 0.23 0.27 par:pas; -sodomisée sodomiser ver f s 1.33 1.49 0.10 0.07 par:pas; -sodomisés sodomiser ver m p 1.33 1.49 0.00 0.07 par:pas; -sodomite sodomite nom m s 0.86 0.47 0.68 0.27 -sodomites sodomite nom m p 0.86 0.47 0.19 0.20 -sodomitiques sodomitique adj p 0.00 0.07 0.00 0.07 -soeur soeur nom f s 184.99 161.01 155.22 116.55 -soeurette soeurette nom f s 2.12 0.95 2.12 0.95 -soeurs soeur nom f p 184.99 161.01 29.76 44.46 -sofa sofa nom m s 4.77 5.68 4.43 4.73 -sofas sofa nom m p 4.77 5.68 0.33 0.95 -soft soft adj s 0.79 0.20 0.79 0.20 -softball softball nom m s 0.69 0.00 0.69 0.00 -soi_disant soi_disant adj 9.46 13.11 9.46 13.11 -soi_même soi_même pro_per s 6.86 24.86 6.86 24.86 -soi soi pro_per s 28.23 83.65 28.23 83.65 -soie soie nom f s 10.38 51.62 9.95 50.00 -soient être aux 8074.24 6501.82 17.35 21.89 sub:pre:3p; -soierie soierie nom f s 0.32 1.96 0.27 0.54 -soieries soierie nom f p 0.32 1.96 0.05 1.42 -soies soie nom f p 10.38 51.62 0.42 1.62 -soif soif nom f s 31.82 35.54 31.28 35.27 -soiffard soiffard adj m s 0.03 0.27 0.03 0.14 -soiffarde soiffard nom f s 0.33 0.54 0.02 0.07 -soiffards soiffard nom m p 0.33 0.54 0.29 0.41 -soifs soif nom f p 31.82 35.54 0.54 0.27 -soigna soigner ver 47.77 42.84 0.26 0.81 ind:pas:3s; -soignable soignable adj f s 0.16 0.00 0.16 0.00 -soignai soigner ver 47.77 42.84 0.00 0.07 ind:pas:1s; -soignaient soigner ver 47.77 42.84 0.02 0.68 ind:imp:3p; -soignais soigner ver 47.77 42.84 0.40 0.41 ind:imp:1s;ind:imp:2s; -soignait soigner ver 47.77 42.84 0.57 4.66 ind:imp:3s; -soignant soignant adj m s 0.17 0.07 0.12 0.07 -soignante soignant adj f s 0.17 0.07 0.03 0.00 -soignantes soignant adj f p 0.17 0.07 0.01 0.00 -soignants soignant nom m p 0.10 0.27 0.06 0.00 -soigne soigner ver 47.77 42.84 9.23 4.66 imp:pre:2s;ind:pre:1s;ind:pre:3s; -soignent soigner ver 47.77 42.84 1.01 0.88 ind:pre:3p; -soigner soigner ver 47.77 42.84 22.82 17.64 ind:imp:3s;inf; -soignera soigner ver 47.77 42.84 1.19 0.54 ind:fut:3s; -soignerai soigner ver 47.77 42.84 0.50 0.61 ind:fut:1s; -soigneraient soigner ver 47.77 42.84 0.17 0.00 cnd:pre:3p; -soignerais soigner ver 47.77 42.84 0.19 0.07 cnd:pre:1s;cnd:pre:2s; -soignerait soigner ver 47.77 42.84 0.08 0.47 cnd:pre:3s; -soigneras soigner ver 47.77 42.84 0.04 0.00 ind:fut:2s; -soignerez soigner ver 47.77 42.84 0.17 0.00 ind:fut:2p; -soignerons soigner ver 47.77 42.84 0.17 0.00 ind:fut:1p; -soigneront soigner ver 47.77 42.84 0.34 0.14 ind:fut:3p; -soignes soigner ver 47.77 42.84 1.06 0.54 ind:pre:2s; -soigneur soigneur nom m s 0.16 0.95 0.09 0.34 -soigneurs soigneur nom m p 0.16 0.95 0.07 0.61 -soigneuse soigneux adj f s 0.78 3.78 0.22 1.28 -soigneusement soigneusement adv 3.52 34.39 3.52 34.39 -soigneuses soigneux adj f p 0.78 3.78 0.00 0.20 -soigneux soigneux adj m 0.78 3.78 0.56 2.30 -soignez soigner ver 47.77 42.84 2.04 0.41 imp:pre:2p;ind:pre:2p; -soigniez soigner ver 47.77 42.84 0.08 0.00 ind:imp:2p;sub:pre:2p; -soignons soigner ver 47.77 42.84 0.18 0.00 imp:pre:1p;ind:pre:1p; -soignèrent soigner ver 47.77 42.84 0.00 0.27 ind:pas:3p; -soigné soigner ver m s 47.77 42.84 5.42 6.35 par:pas; -soignée soigner ver f s 47.77 42.84 1.10 1.76 par:pas; -soignées soigné adj f p 1.91 9.80 0.19 1.35 -soignés soigner ver m p 47.77 42.84 0.47 0.81 par:pas; -soin soin nom m s 71.99 68.24 54.45 45.41 -soins soin nom m p 71.99 68.24 17.55 22.84 -soir soir nom m s 575.70 562.64 555.85 527.23 -soirs soir nom m p 575.70 562.64 19.86 35.41 -soirée soirée nom f s 102.37 76.69 94.36 58.24 -soirées soirée nom f p 102.37 76.69 8.02 18.45 -sois être aux 8074.24 6501.82 49.52 14.19 sub:pre:2s; -soissonnais soissonnais nom m 0.00 0.14 0.00 0.14 -soit être aux 8074.24 6501.82 100.79 76.01 sub:pre:3s; -soixantaine soixantaine nom f s 0.42 4.53 0.42 4.53 -soixante_cinq soixante_cinq adj_num 0.12 3.58 0.12 3.58 -soixante_deux soixante_deux adj_num 0.15 0.34 0.15 0.34 -soixante_deuxième soixante_deuxième adj 0.00 0.07 0.00 0.07 -soixante_dix_huit soixante_dix_huit adj_num 0.16 0.47 0.16 0.47 -soixante_dix_neuf soixante_dix_neuf adj_num 0.01 0.20 0.01 0.20 -soixante_dix_neuvième soixante_dix_neuvième adj 0.00 0.07 0.00 0.07 -soixante_dix_sept soixante_dix_sept adj_num 0.21 0.74 0.21 0.74 -soixante_dix soixante_dix adj_num 1.12 8.85 1.12 8.85 -soixante_dixième soixante_dixième nom s 0.00 0.47 0.00 0.47 -soixante_douze soixante_douze adj_num 0.23 1.15 0.23 1.15 -soixante_huit soixante_huit adj_num 0.16 0.81 0.16 0.81 -soixante_huitard soixante_huitard nom m s 0.01 0.14 0.01 0.00 -soixante_huitard soixante_huitard adj f s 0.00 0.07 0.00 0.07 -soixante_huitard soixante_huitard nom m p 0.01 0.14 0.00 0.14 -soixante_neuf soixante_neuf adj_num 0.16 0.41 0.16 0.41 -soixante_quatorze soixante_quatorze adj_num 0.03 0.61 0.03 0.61 -soixante_quatre soixante_quatre adj_num 0.04 0.61 0.04 0.61 -soixante_quinze soixante_quinze adj_num 0.27 3.85 0.27 3.85 -soixante_seize soixante_seize adj_num 0.07 0.68 0.07 0.68 -soixante_sept soixante_sept adj_num 0.20 0.81 0.20 0.81 -soixante_six soixante_six adj_num 0.08 0.81 0.08 0.81 -soixante_treize soixante_treize adj_num 0.01 1.08 0.01 1.08 -soixante_trois soixante_trois adj_num 0.15 0.20 0.15 0.20 -soixante soixante adj_num 3.92 22.70 3.92 22.70 -soixantième soixantième nom s 0.01 0.20 0.01 0.20 -soja soja nom m s 2.28 0.61 2.28 0.61 -sol_air sol_air adj 0.32 0.00 0.32 0.00 -sol sol nom m s 47.17 150.34 45.83 148.31 -solaire solaire adj s 8.53 7.43 7.04 6.49 -solaires solaire adj p 8.53 7.43 1.49 0.95 -solanacée solanacée nom f s 0.03 0.07 0.01 0.07 -solanacées solanacée nom f p 0.03 0.07 0.02 0.00 -solarium solarium nom m s 0.36 0.74 0.36 0.68 -solariums solarium nom m p 0.36 0.74 0.00 0.07 -solda solder ver 1.52 3.72 0.01 0.07 ind:pas:3s; -soldaient solder ver 1.52 3.72 0.00 0.07 ind:imp:3p; -soldait solder ver 1.52 3.72 0.01 0.20 ind:imp:3s; -soldat soldat nom m s 107.92 128.92 52.78 46.22 -soldate soldat nom f s 107.92 128.92 0.18 0.20 -soldatesque soldatesque nom f s 0.00 0.81 0.00 0.81 -soldats soldat nom m p 107.92 128.92 54.96 82.50 -solde solde nom s 6.76 9.05 5.09 6.89 -soldent solder ver 1.52 3.72 0.01 0.20 ind:pre:3p; -solder solder ver 1.52 3.72 0.33 0.74 inf; -soldera solder ver 1.52 3.72 0.15 0.07 ind:fut:3s; -solderais solder ver 1.52 3.72 0.01 0.00 cnd:pre:1s; -solderait solder ver 1.52 3.72 0.00 0.27 cnd:pre:3s; -solderie solderie nom f s 0.05 0.00 0.05 0.00 -soldes solde nom p 6.76 9.05 1.67 2.16 -soldeur soldeur nom m s 0.01 0.20 0.01 0.07 -soldeurs soldeur nom m p 0.01 0.20 0.00 0.14 -soldez solder ver 1.52 3.72 0.02 0.00 imp:pre:2p;ind:pre:2p; -soldât solder ver 1.52 3.72 0.00 0.14 sub:imp:3s; -soldèrent solder ver 1.52 3.72 0.01 0.07 ind:pas:3p; -soldé solder ver m s 1.52 3.72 0.28 0.47 par:pas; -soldée solder ver f s 1.52 3.72 0.19 0.47 par:pas; -soldées solder ver f p 1.52 3.72 0.05 0.14 par:pas; -soldés solder ver m p 1.52 3.72 0.17 0.41 par:pas; -sole sole nom f s 1.35 2.50 1.29 1.89 -soleil_roi soleil_roi nom m s 0.00 0.07 0.00 0.07 -soleil soleil nom m s 123.34 334.39 120.72 328.78 -soleilleux soleilleux adj m s 0.00 0.07 0.00 0.07 -soleils soleil nom m p 123.34 334.39 2.61 5.61 -solen solen nom m s 0.03 0.07 0.03 0.07 -solennel solennel adj m s 4.58 19.66 2.30 8.11 -solennelle solennel adj f s 4.58 19.66 1.85 8.24 -solennellement solennellement adv 1.77 6.15 1.77 6.15 -solennelles solennel adj f p 4.58 19.66 0.19 1.35 -solennels solennel adj m p 4.58 19.66 0.25 1.96 -solenniser solenniser ver 0.01 0.07 0.01 0.00 inf; -solennisèrent solenniser ver 0.01 0.07 0.00 0.07 ind:pas:3p; -solennité solennité nom f s 0.15 8.11 0.15 7.77 -solennités solennité nom f p 0.15 8.11 0.00 0.34 -soles sole nom f p 1.35 2.50 0.06 0.61 -solex solex nom m 0.25 3.38 0.25 3.38 -solfatares solfatare nom f p 0.00 0.14 0.00 0.14 -solfège solfège nom m s 0.16 0.95 0.16 0.95 -soli solo nom m p 5.22 3.38 0.00 0.20 -solicitor solicitor nom m s 0.00 0.14 0.00 0.07 -solicitors solicitor nom m p 0.00 0.14 0.00 0.07 -solidaire solidaire adj s 2.17 4.80 0.91 2.50 -solidairement solidairement adv 0.00 0.20 0.00 0.20 -solidaires solidaire adj p 2.17 4.80 1.26 2.30 -solidariser solidariser ver 0.00 0.27 0.00 0.20 inf; -solidarisez solidariser ver 0.00 0.27 0.00 0.07 ind:pre:2p; -solidarité solidarité nom f s 2.87 9.05 2.87 8.99 -solidarités solidarité nom f p 2.87 9.05 0.00 0.07 -solide solide adj s 21.71 42.77 17.31 31.49 -solidement solidement adv 0.81 10.00 0.81 10.00 -solides solide adj p 21.71 42.77 4.40 11.28 -solidifia solidifier ver 0.45 1.42 0.00 0.27 ind:pas:3s; -solidifiait solidifier ver 0.45 1.42 0.00 0.07 ind:imp:3s; -solidification solidification nom f s 0.01 0.00 0.01 0.00 -solidifie solidifier ver 0.45 1.42 0.17 0.14 ind:pre:1s;ind:pre:3s; -solidifient solidifier ver 0.45 1.42 0.10 0.00 ind:pre:3p; -solidifier solidifier ver 0.45 1.42 0.08 0.20 inf; -solidifié solidifier ver m s 0.45 1.42 0.06 0.27 par:pas; -solidifiée solidifier ver f s 0.45 1.42 0.02 0.27 par:pas; -solidifiées solidifier ver f p 0.45 1.42 0.00 0.14 par:pas; -solidifiés solidifier ver m p 0.45 1.42 0.01 0.07 par:pas; -solidité solidité nom f s 0.65 4.66 0.65 4.66 -solidus solidus nom m 0.00 0.07 0.00 0.07 -soliflore soliflore nom m s 0.00 0.20 0.00 0.20 -soliloqua soliloquer ver 0.01 0.95 0.00 0.14 ind:pas:3s; -soliloquait soliloquer ver 0.01 0.95 0.00 0.34 ind:imp:3s; -soliloque soliloque nom m s 0.02 1.22 0.01 0.81 -soliloquer soliloquer ver 0.01 0.95 0.00 0.14 inf; -soliloques soliloque nom m p 0.02 1.22 0.01 0.41 -solipsisme solipsisme nom m s 0.01 0.00 0.01 0.00 -solipsiste solipsiste adj s 0.04 0.00 0.04 0.00 -soliste soliste nom s 0.95 1.08 0.94 0.61 -solistes soliste nom p 0.95 1.08 0.01 0.47 -solitaire solitaire adj s 13.19 26.96 11.04 20.88 -solitairement solitairement adv 0.01 1.22 0.01 1.22 -solitaires solitaire adj p 13.19 26.96 2.15 6.08 -solitude solitude nom f s 19.64 69.73 19.48 66.96 -solitudes solitude nom f p 19.64 69.73 0.16 2.77 -solive solive nom f s 0.22 0.95 0.04 0.27 -soliveau soliveau nom m s 0.00 0.14 0.00 0.14 -solives solive nom f p 0.22 0.95 0.18 0.68 -sollicita solliciter ver 4.44 11.82 0.01 0.47 ind:pas:3s; -sollicitai solliciter ver 4.44 11.82 0.00 0.34 ind:pas:1s; -sollicitaient solliciter ver 4.44 11.82 0.00 0.54 ind:imp:3p; -sollicitais solliciter ver 4.44 11.82 0.00 0.27 ind:imp:1s; -sollicitait solliciter ver 4.44 11.82 0.01 0.88 ind:imp:3s; -sollicitant solliciter ver 4.44 11.82 0.06 0.47 par:pre; -sollicitation sollicitation nom f s 0.24 2.30 0.23 0.61 -sollicitations sollicitation nom f p 0.24 2.30 0.01 1.69 -sollicite solliciter ver 4.44 11.82 1.00 1.35 imp:pre:2s;ind:pre:1s;ind:pre:3s; -sollicitent solliciter ver 4.44 11.82 0.09 0.34 ind:pre:3p;sub:pre:3p; -solliciter solliciter ver 4.44 11.82 0.74 3.11 inf; -sollicitera solliciter ver 4.44 11.82 0.17 0.00 ind:fut:3s; -solliciteraient solliciter ver 4.44 11.82 0.00 0.07 cnd:pre:3p; -solliciteur solliciteur nom m s 0.40 0.68 0.13 0.14 -solliciteurs solliciteur nom m p 0.40 0.68 0.27 0.47 -solliciteuse solliciteur nom f s 0.40 0.68 0.00 0.07 -sollicitez solliciter ver 4.44 11.82 0.43 0.07 imp:pre:2p;ind:pre:2p; -sollicitons solliciter ver 4.44 11.82 0.12 0.00 imp:pre:1p;ind:pre:1p; -sollicitât solliciter ver 4.44 11.82 0.00 0.14 sub:imp:3s; -sollicitèrent solliciter ver 4.44 11.82 0.00 0.07 ind:pas:3p; -sollicité solliciter ver m s 4.44 11.82 1.28 2.30 par:pas; -sollicitude sollicitude nom f s 1.85 9.46 1.84 8.99 -sollicitudes sollicitude nom f p 1.85 9.46 0.01 0.47 -sollicitée solliciter ver f s 4.44 11.82 0.22 0.61 par:pas; -sollicitées solliciter ver f p 4.44 11.82 0.11 0.27 par:pas; -sollicités solliciter ver m p 4.44 11.82 0.22 0.54 par:pas; -solo solo nom m s 5.22 3.38 4.81 2.57 -solognot solognot adj m s 0.00 0.54 0.00 0.27 -solognote solognot adj f s 0.00 0.54 0.00 0.07 -solognots solognot adj m p 0.00 0.54 0.00 0.20 -solos solo nom m p 5.22 3.38 0.41 0.61 -sols sol nom m p 47.17 150.34 1.34 2.03 -solstice solstice nom m s 0.54 1.42 0.54 1.28 -solstices solstice nom m p 0.54 1.42 0.00 0.14 -solubilité solubilité nom f s 0.01 0.00 0.01 0.00 -soluble soluble adj s 0.41 0.34 0.39 0.20 -solubles soluble adj p 0.41 0.34 0.02 0.14 -solucamphre solucamphre nom m s 0.00 0.07 0.00 0.07 -solécismes solécisme nom m p 0.00 0.14 0.00 0.14 -solénoïde solénoïde nom m s 0.11 0.00 0.09 0.00 -solénoïdes solénoïde nom m p 0.11 0.00 0.02 0.00 -solution solution nom f s 61.96 43.51 56.46 36.89 -solutionnait solutionner ver 0.13 0.14 0.00 0.07 ind:imp:3s; -solutionner solutionner ver 0.13 0.14 0.12 0.07 inf; -solutionneur solutionneur nom m s 0.03 0.00 0.03 0.00 -solutionnons solutionner ver 0.13 0.14 0.01 0.00 imp:pre:1p; -solutions solution nom f p 61.96 43.51 5.50 6.62 -soluté soluté nom m s 0.17 0.07 0.15 0.07 -solutés soluté nom m p 0.17 0.07 0.01 0.00 -solvabilité solvabilité nom f s 0.15 0.14 0.15 0.14 -solvable solvable adj m s 0.36 0.00 0.36 0.00 -solvant solvant nom m s 0.24 0.27 0.18 0.20 -solvants solvant nom m p 0.24 0.27 0.06 0.07 -soma soma nom m s 0.48 0.00 0.48 0.00 -somalien somalien adj m s 0.07 0.00 0.04 0.00 -somalienne somalien adj f s 0.07 0.00 0.01 0.00 -somaliens somalien nom m p 0.32 0.14 0.32 0.14 -somalis somali adj m p 0.00 0.07 0.00 0.07 -somatique somatique adj m s 0.20 0.14 0.04 0.14 -somatiques somatique adj p 0.20 0.14 0.16 0.00 -somatisant somatiser ver 0.01 0.47 0.00 0.07 par:pre; -somatise somatiser ver 0.01 0.47 0.01 0.14 ind:pre:3s; -somatiser somatiser ver 0.01 0.47 0.00 0.14 inf; -somatiserez somatiser ver 0.01 0.47 0.00 0.07 ind:fut:2p; -somatisée somatiser ver f s 0.01 0.47 0.00 0.07 par:pas; -sombra sombrer ver 5.51 19.32 0.53 1.62 ind:pas:3s; -sombrai sombrer ver 5.51 19.32 0.01 0.41 ind:pas:1s; -sombraient sombrer ver 5.51 19.32 0.01 0.88 ind:imp:3p; -sombrais sombrer ver 5.51 19.32 0.01 0.68 ind:imp:1s;ind:imp:2s; -sombrait sombrer ver 5.51 19.32 0.19 1.76 ind:imp:3s; -sombrant sombrer ver 5.51 19.32 0.04 0.41 par:pre; -sombre sombre adj s 31.86 125.74 24.66 93.72 -sombrement sombrement adv 0.12 2.03 0.12 2.03 -sombrent sombrer ver 5.51 19.32 0.33 0.41 ind:pre:3p; -sombrer sombrer ver 5.51 19.32 2.22 6.49 inf; -sombrera sombrer ver 5.51 19.32 0.21 0.41 ind:fut:3s; -sombreraient sombrer ver 5.51 19.32 0.00 0.07 cnd:pre:3p; -sombrerais sombrer ver 5.51 19.32 0.01 0.00 cnd:pre:2s; -sombrerait sombrer ver 5.51 19.32 0.03 0.07 cnd:pre:3s; -sombrerez sombrer ver 5.51 19.32 0.01 0.00 ind:fut:2p; -sombrero sombrero nom m s 0.57 0.68 0.44 0.34 -sombrerons sombrer ver 5.51 19.32 0.02 0.07 ind:fut:1p; -sombreros sombrero nom m p 0.57 0.68 0.13 0.34 -sombres sombre adj p 31.86 125.74 7.21 32.03 -sombrez sombrer ver 5.51 19.32 0.03 0.00 ind:pre:2p; -sombrions sombrer ver 5.51 19.32 0.00 0.27 ind:imp:1p; -sombrons sombrer ver 5.51 19.32 0.02 0.14 imp:pre:1p;ind:pre:1p; -sombrèrent sombrer ver 5.51 19.32 0.00 0.14 ind:pas:3p; -sombré sombrer ver m s 5.51 19.32 1.22 2.70 par:pas; -sombrée sombrer ver f s 5.51 19.32 0.00 0.20 par:pas; -sombrées sombrer ver f p 5.51 19.32 0.00 0.14 par:pas; -sombrés sombrer ver m p 5.51 19.32 0.01 0.07 par:pas; -somma sommer ver 3.17 6.01 0.00 0.47 ind:pas:3s; -sommai sommer ver 3.17 6.01 0.00 0.20 ind:pas:1s; -sommaire sommaire adj s 0.56 4.80 0.46 3.45 -sommairement sommairement adv 0.13 2.16 0.13 2.16 -sommaires sommaire adj p 0.56 4.80 0.10 1.35 -sommais sommer ver 3.17 6.01 0.00 0.07 ind:imp:1s; -sommait sommer ver 3.17 6.01 0.01 0.47 ind:imp:3s; -sommant sommer ver 3.17 6.01 0.00 0.27 par:pre; -sommation sommation nom f s 1.00 3.24 0.94 1.69 -sommations sommation nom f p 1.00 3.24 0.07 1.55 -somme somme nom s 32.89 79.26 28.27 72.70 -sommeil sommeil nom m s 44.53 114.80 44.51 112.03 -sommeilla sommeiller ver 1.67 6.89 0.00 0.14 ind:pas:3s; -sommeillaient sommeiller ver 1.67 6.89 0.02 0.81 ind:imp:3p; -sommeillais sommeiller ver 1.67 6.89 0.03 0.07 ind:imp:1s; -sommeillait sommeiller ver 1.67 6.89 0.05 1.89 ind:imp:3s; -sommeillant sommeillant adj m s 0.00 1.08 0.00 0.61 -sommeillante sommeillant adj f s 0.00 1.08 0.00 0.27 -sommeillants sommeillant adj m p 0.00 1.08 0.00 0.20 -sommeille sommeiller ver 1.67 6.89 0.89 1.62 imp:pre:2s;ind:pre:1s;ind:pre:3s; -sommeillent sommeiller ver 1.67 6.89 0.17 0.61 ind:pre:3p; -sommeiller sommeiller ver 1.67 6.89 0.50 1.08 inf; -sommeilleux sommeilleux adj m p 0.00 0.34 0.00 0.34 -sommeillèrent sommeiller ver 1.67 6.89 0.00 0.07 ind:pas:3p; -sommeillé sommeiller ver m s 1.67 6.89 0.01 0.41 par:pas; -sommeils sommeil nom m p 44.53 114.80 0.02 2.77 -sommelier sommelier nom m s 0.34 1.15 0.34 1.15 -somment sommer ver 3.17 6.01 0.14 0.07 ind:pre:3p; -sommer sommer ver 3.17 6.01 0.36 0.27 inf; -sommes être aux 8074.24 6501.82 109.26 99.46 ind:pre:1p; -sommet sommet nom m s 17.44 47.50 15.15 38.85 -sommets sommet nom m p 17.44 47.50 2.29 8.65 -sommier sommier nom m s 0.30 7.97 0.28 6.82 -sommiers sommier nom m p 0.30 7.97 0.02 1.15 -sommiez sommer ver 3.17 6.01 0.01 0.00 ind:imp:2p; -sommitales sommital adj f p 0.00 0.07 0.00 0.07 -sommité sommité nom f s 0.50 2.64 0.24 2.03 -sommités sommité nom f p 0.50 2.64 0.26 0.61 -sommons sommer ver 3.17 6.01 0.02 0.07 ind:pre:1p; -sommèrent sommer ver 3.17 6.01 0.00 0.07 ind:pas:3p; -sommé sommer ver m s 3.17 6.01 0.14 1.42 par:pas; -sommée sommer ver f s 3.17 6.01 0.01 0.68 par:pas; -sommés sommer ver m p 3.17 6.01 0.02 0.27 par:pas; -somnambulant somnambuler ver 0.00 0.14 0.00 0.14 par:pre; -somnambule somnambule nom s 2.71 4.73 2.33 4.05 -somnambules somnambule nom p 2.71 4.73 0.38 0.68 -somnambulique somnambulique adj s 0.02 1.62 0.02 1.28 -somnambuliquement somnambuliquement adv 0.00 0.07 0.00 0.07 -somnambuliques somnambulique adj p 0.02 1.62 0.00 0.34 -somnambulisme somnambulisme nom m s 0.27 0.74 0.27 0.74 -somnifère somnifère nom m s 5.73 2.97 2.01 1.55 -somnifères somnifère nom m p 5.73 2.97 3.72 1.42 -somno somno nom m s 0.00 0.07 0.00 0.07 -somnola somnoler ver 0.50 10.47 0.00 0.14 ind:pas:3s; -somnolai somnoler ver 0.50 10.47 0.00 0.07 ind:pas:1s; -somnolaient somnoler ver 0.50 10.47 0.00 0.88 ind:imp:3p; -somnolais somnoler ver 0.50 10.47 0.05 0.54 ind:imp:1s; -somnolait somnoler ver 0.50 10.47 0.02 3.45 ind:imp:3s; -somnolant somnoler ver 0.50 10.47 0.03 1.01 par:pre; -somnole somnoler ver 0.50 10.47 0.17 1.89 ind:pre:1s;ind:pre:3s; -somnolence somnolence nom f s 0.37 3.58 0.36 3.18 -somnolences somnolence nom f p 0.37 3.58 0.01 0.41 -somnolent somnolent adj m s 0.18 4.05 0.08 1.69 -somnolente somnolent adj f s 0.18 4.05 0.08 1.01 -somnolentes somnolent adj f p 0.18 4.05 0.01 0.54 -somnolents somnolent adj m p 0.18 4.05 0.01 0.81 -somnoler somnoler ver 0.50 10.47 0.11 1.35 inf; -somnolerais somnoler ver 0.50 10.47 0.00 0.07 cnd:pre:1s; -somnolez somnoler ver 0.50 10.47 0.00 0.07 ind:pre:2p; -somnolé somnoler ver m s 0.50 10.47 0.11 0.34 par:pas; -somozistes somoziste nom p 0.01 0.00 0.01 0.00 -somptuaire somptuaire adj s 0.02 0.41 0.00 0.14 -somptuaires somptuaire adj f p 0.02 0.41 0.02 0.27 -somptueuse somptueux adj f s 3.06 13.18 0.68 3.78 -somptueusement somptueusement adv 0.50 0.95 0.50 0.95 -somptueuses somptueux adj f p 3.06 13.18 0.19 1.96 -somptueux somptueux adj m 3.06 13.18 2.20 7.43 -somptuosité somptuosité nom f s 0.03 1.08 0.03 0.81 -somptuosités somptuosité nom f p 0.03 1.08 0.00 0.27 -son son adj_pos 1740.43 4696.15 1740.43 4696.15 -sonagramme sonagramme nom m s 0.01 0.00 0.01 0.00 -sonar sonar nom m s 1.71 0.07 1.54 0.07 -sonars sonar nom m p 1.71 0.07 0.17 0.00 -sonate sonate nom f s 2.98 1.69 2.95 1.15 -sonates sonate nom f p 2.98 1.69 0.03 0.54 -sonatine sonatine nom f s 0.14 1.62 0.14 1.62 -sonda sonder ver 3.31 5.07 0.00 0.61 ind:pas:3s; -sondage sondage nom m s 4.64 2.16 2.33 0.74 -sondages sondage nom m p 4.64 2.16 2.32 1.42 -sondaient sonder ver 3.31 5.07 0.00 0.07 ind:imp:3p; -sondait sonder ver 3.31 5.07 0.01 0.27 ind:imp:3s; -sondant sonder ver 3.31 5.07 0.19 0.34 par:pre; -sondas sonder ver 3.31 5.07 0.00 0.07 ind:pas:2s; -sonde sonde nom f s 6.31 0.95 5.30 0.81 -sondent sonder ver 3.31 5.07 0.08 0.14 ind:pre:3p; -sonder sonder ver 3.31 5.07 1.69 2.23 inf; -sonderai sonder ver 3.31 5.07 0.00 0.07 ind:fut:1s; -sondes sonde nom f p 6.31 0.95 1.01 0.14 -sondeur sondeur nom m s 0.13 0.20 0.07 0.07 -sondeurs sondeur nom m p 0.13 0.20 0.04 0.14 -sondeuse sondeur nom f s 0.13 0.20 0.01 0.00 -sondez sonder ver 3.31 5.07 0.20 0.07 imp:pre:2p;ind:pre:2p; -sondions sonder ver 3.31 5.07 0.01 0.00 ind:imp:1p; -sondons sonder ver 3.31 5.07 0.04 0.00 imp:pre:1p;ind:pre:1p; -sondèrent sonder ver 3.31 5.07 0.00 0.14 ind:pas:3p; -sondé sonder ver m s 3.31 5.07 0.46 0.41 par:pas; -sondée sonder ver f s 3.31 5.07 0.05 0.00 par:pas; -sondés sonder ver m p 3.31 5.07 0.03 0.00 par:pas; -song song nom m 0.40 0.14 0.40 0.14 -songe_creux songe_creux nom m 0.01 0.41 0.01 0.41 -songe songer ver 24.59 104.86 4.28 17.03 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -songea songer ver 24.59 104.86 0.24 14.80 ind:pas:3s; -songeai songer ver 24.59 104.86 0.15 2.77 ind:pas:1s; -songeaient songer ver 24.59 104.86 0.01 1.69 ind:imp:3p; -songeais songer ver 24.59 104.86 0.92 6.08 ind:imp:1s;ind:imp:2s; -songeait songer ver 24.59 104.86 0.34 17.30 ind:imp:3s; -songeant songer ver 24.59 104.86 0.61 8.11 par:pre; -songeasse songer ver 24.59 104.86 0.00 0.14 sub:imp:1s; -songent songer ver 24.59 104.86 0.58 0.74 ind:pre:3p; -songeons songer ver 24.59 104.86 0.35 0.34 imp:pre:1p;ind:pre:1p; -songeât songer ver 24.59 104.86 0.00 0.41 sub:imp:3s; -songer songer ver 24.59 104.86 5.56 18.31 inf; -songera songer ver 24.59 104.86 0.03 0.41 ind:fut:3s; -songerai songer ver 24.59 104.86 0.26 0.27 ind:fut:1s; -songeraient songer ver 24.59 104.86 0.02 0.07 cnd:pre:3p; -songerais songer ver 24.59 104.86 0.19 0.27 cnd:pre:1s;cnd:pre:2s; -songerait songer ver 24.59 104.86 0.05 0.61 cnd:pre:3s; -songerie songerie nom f s 0.16 1.69 0.14 0.81 -songeries songerie nom f p 0.16 1.69 0.02 0.88 -songeriez songer ver 24.59 104.86 0.04 0.07 cnd:pre:2p; -songerons songer ver 24.59 104.86 0.28 0.07 ind:fut:1p; -songes songer ver 24.59 104.86 0.86 0.68 ind:pre:2s;sub:pre:2s; -songeur songeur adj m s 0.26 6.08 0.25 3.45 -songeurs songeur adj m p 0.26 6.08 0.00 0.34 -songeuse songeur adj f s 0.26 6.08 0.01 1.96 -songeusement songeusement adv 0.00 0.20 0.00 0.20 -songeuses songeur adj f p 0.26 6.08 0.00 0.34 -songez songer ver 24.59 104.86 5.00 3.45 imp:pre:2p;ind:pre:2p; -songiez songer ver 24.59 104.86 0.14 0.00 ind:imp:2p; -songions songer ver 24.59 104.86 0.00 0.14 ind:imp:1p; -songèrent songer ver 24.59 104.86 0.00 0.27 ind:pas:3p; -songé songer ver m s 24.59 104.86 4.69 10.88 par:pas; -sonique sonique adj s 0.45 0.07 0.35 0.07 -soniques sonique adj p 0.45 0.07 0.09 0.00 -sonna sonner ver 73.67 92.57 0.67 12.23 ind:pas:3s; -sonnai sonner ver 73.67 92.57 0.01 0.81 ind:pas:1s; -sonnaient sonner ver 73.67 92.57 0.59 6.22 ind:imp:3p; -sonnaillaient sonnailler ver 0.00 0.20 0.00 0.14 ind:imp:3p; -sonnaille sonnaille nom f s 0.00 1.15 0.00 0.20 -sonnailler sonnailler ver 0.00 0.20 0.00 0.07 inf; -sonnailles sonnaille nom f p 0.00 1.15 0.00 0.95 -sonnais sonner ver 73.67 92.57 0.33 0.41 ind:imp:1s;ind:imp:2s; -sonnait sonner ver 73.67 92.57 2.78 12.84 ind:imp:3s; -sonnant sonner ver 73.67 92.57 0.32 1.96 par:pre; -sonnante sonnant adj f s 0.20 6.89 0.00 0.34 -sonnantes sonnant adj f p 0.20 6.89 0.14 5.54 -sonnants sonnant adj m p 0.20 6.89 0.01 0.14 -sonne sonner ver 73.67 92.57 31.69 16.82 imp:pre:2s;ind:pre:1s;ind:pre:3s; -sonnent sonner ver 73.67 92.57 2.92 3.85 ind:pre:3p;sub:pre:3p; -sonner sonner ver 73.67 92.57 11.77 18.04 inf; -sonnera sonner ver 73.67 92.57 1.69 1.15 ind:fut:3s; -sonnerai sonner ver 73.67 92.57 0.25 0.27 ind:fut:1s; -sonnerais sonner ver 73.67 92.57 0.13 0.20 cnd:pre:1s;cnd:pre:2s; -sonnerait sonner ver 73.67 92.57 0.50 1.08 cnd:pre:3s; -sonneras sonner ver 73.67 92.57 0.02 0.07 ind:fut:2s; -sonnerez sonner ver 73.67 92.57 0.01 0.14 ind:fut:2p; -sonnerie sonnerie nom f s 6.65 18.31 6.03 15.68 -sonneries sonnerie nom f p 6.65 18.31 0.63 2.64 -sonneront sonner ver 73.67 92.57 0.37 0.20 ind:fut:3p; -sonnes sonner ver 73.67 92.57 0.48 0.14 ind:pre:2s; -sonnet sonnet nom m s 1.21 2.09 0.72 1.35 -sonnets sonnet nom m p 1.21 2.09 0.49 0.74 -sonnette sonnette nom f s 9.55 16.15 8.47 14.12 -sonnettes sonnette nom f p 9.55 16.15 1.08 2.03 -sonneur sonneur nom m s 1.34 0.61 1.31 0.34 -sonneurs sonneur nom m p 1.34 0.61 0.03 0.27 -sonnez sonner ver 73.67 92.57 2.09 0.14 imp:pre:2p;ind:pre:2p; -sonniez sonner ver 73.67 92.57 0.04 0.00 ind:imp:2p; -sonnons sonner ver 73.67 92.57 0.04 0.14 imp:pre:1p;ind:pre:1p; -sonnât sonner ver 73.67 92.57 0.01 0.34 sub:imp:3s; -sonnèrent sonner ver 73.67 92.57 0.13 1.76 ind:pas:3p; -sonné sonner ver m s 73.67 92.57 16.04 12.23 par:pas; -sonnée sonner ver f s 73.67 92.57 0.71 0.81 par:pas; -sonnées sonné adj f p 0.66 3.58 0.01 0.14 -sonnés sonner ver m p 73.67 92.57 0.07 0.54 par:pas; -sono sono nom f s 1.23 1.89 1.18 1.89 -sonoluminescence sonoluminescence nom f s 0.01 0.00 0.01 0.00 -sonomètres sonomètre nom m p 0.01 0.00 0.01 0.00 -sonore sonore adj s 4.17 27.30 3.26 19.80 -sonorement sonorement adv 0.00 0.07 0.00 0.07 -sonores sonore adj p 4.17 27.30 0.91 7.50 -sonorisateurs sonorisateur nom m p 0.00 0.07 0.00 0.07 -sonorisation sonorisation nom f s 0.03 0.27 0.03 0.27 -sonorise sonoriser ver 0.06 0.27 0.01 0.07 ind:pre:3s; -sonoriser sonoriser ver 0.06 0.27 0.03 0.14 inf; -sonorisé sonoriser ver m s 0.06 0.27 0.02 0.00 par:pas; -sonorisées sonoriser ver f p 0.06 0.27 0.00 0.07 par:pas; -sonorité sonorité nom f s 0.29 6.15 0.26 4.53 -sonorités sonorité nom f p 0.29 6.15 0.04 1.62 -sonos sono nom f p 1.23 1.89 0.05 0.00 -sonothèque sonothèque nom f s 0.01 0.00 0.01 0.00 -sonotone sonotone nom m s 0.17 0.07 0.16 0.00 -sonotones sonotone nom m p 0.17 0.07 0.01 0.07 -sons son nom_sup m p 47.51 67.84 7.83 18.51 -sont être aux 8074.24 6501.82 511.66 386.35 ind:pre:3p; -sopha sopha nom m s 0.00 0.27 0.00 0.27 -sophie sophie nom f s 1.23 0.00 1.23 0.00 -sophisme sophisme nom m s 0.29 0.54 0.29 0.20 -sophismes sophisme nom m p 0.29 0.54 0.00 0.34 -sophiste sophiste nom s 0.10 0.47 0.10 0.27 -sophistes sophiste nom p 0.10 0.47 0.00 0.20 -sophistication sophistication nom f s 0.22 0.68 0.22 0.61 -sophistications sophistication nom f p 0.22 0.68 0.00 0.07 -sophistique sophistique adj s 0.11 0.00 0.11 0.00 -sophistiqué sophistiqué adj m s 3.57 2.23 1.79 0.34 -sophistiquée sophistiqué adj f s 3.57 2.23 0.94 0.95 -sophistiquées sophistiqué adj f p 3.57 2.23 0.32 0.41 -sophistiqués sophistiqué adj m p 3.57 2.23 0.53 0.54 -sophora sophora nom m s 0.14 0.00 0.14 0.00 -sopor sopor nom m s 0.00 0.07 0.00 0.07 -soporifique soporifique adj s 0.62 0.20 0.59 0.20 -soporifiques soporifique adj f p 0.62 0.20 0.04 0.00 -soprano soprano nom s 5.21 2.03 4.80 1.76 -sopranos soprano nom p 5.21 2.03 0.41 0.27 -sorbes sorbe nom f p 0.00 0.07 0.00 0.07 -sorbet sorbet nom m s 0.55 1.55 0.37 0.81 -sorbetière sorbetière nom f s 0.09 0.27 0.09 0.07 -sorbetières sorbetière nom f p 0.09 0.27 0.00 0.20 -sorbets sorbet nom m p 0.55 1.55 0.19 0.74 -sorbier sorbier nom m s 1.18 0.47 1.18 0.34 -sorbiers sorbier nom m p 1.18 0.47 0.00 0.14 -sorbitol sorbitol nom m s 0.03 0.00 0.03 0.00 -sorbonnarde sorbonnard nom f s 0.00 0.07 0.00 0.07 -sorbonne sorbon nom f s 0.00 0.20 0.00 0.20 -sorcellerie sorcellerie nom f s 5.24 1.35 5.21 1.22 -sorcelleries sorcellerie nom f p 5.24 1.35 0.04 0.14 -sorcier sorcier nom m s 54.09 14.66 4.49 4.32 -sorciers sorcier nom m p 54.09 14.66 2.42 1.62 -sorcière sorcier nom f s 54.09 14.66 33.84 6.42 -sorcières sorcier nom f p 54.09 14.66 13.34 2.30 -sordide sordide adj s 6.37 10.95 4.39 7.57 -sordidement sordidement adv 0.14 0.20 0.14 0.20 -sordides sordide adj p 6.37 10.95 1.98 3.38 -sordidité sordidité nom f s 0.03 0.14 0.03 0.14 -sorgho sorgho nom m s 0.03 0.07 0.03 0.07 -sorite sorite nom m s 0.01 0.00 0.01 0.00 -sornette sornette nom f s 1.83 1.69 0.11 0.07 -sornettes sornette nom f p 1.83 1.69 1.72 1.62 -sororal sororal adj m s 0.01 0.27 0.01 0.07 -sororale sororal adj f s 0.01 0.27 0.00 0.14 -sororales sororal adj f p 0.01 0.27 0.00 0.07 -sororité sororité nom f s 0.11 0.14 0.11 0.14 -sors sortir ver 884.26 627.57 156.13 25.47 imp:pre:2s;ind:pre:1s;ind:pre:2s; -sort sortir ver 884.26 627.57 82.41 58.51 ind:pre:3s; -sortîmes sortir ver 884.26 627.57 0.16 1.35 ind:pas:1p; -sortît sortir ver 884.26 627.57 0.00 0.61 sub:imp:3s; -sortable sortable adj s 0.29 0.07 0.28 0.07 -sortables sortable adj p 0.29 0.07 0.01 0.00 -sortaient sortir ver 884.26 627.57 2.76 21.42 ind:imp:3p; -sortais sortir ver 884.26 627.57 6.38 6.28 ind:imp:1s;ind:imp:2s; -sortait sortir ver 884.26 627.57 12.62 50.81 ind:imp:3s; -sortant sortir ver 884.26 627.57 10.57 34.66 par:pre; -sortante sortant adj f s 1.17 1.49 0.09 0.00 -sortantes sortant adj f p 1.17 1.49 0.02 0.07 -sortants sortant adj m p 1.17 1.49 0.27 0.14 -sorte sorte nom f s 114.73 307.16 98.33 273.38 -sortent sortir ver 884.26 627.57 18.97 17.43 ind:pre:3p; -sortes sorte nom f p 114.73 307.16 16.41 33.78 -sortez sortir ver 884.26 627.57 87.79 5.27 imp:pre:2p;ind:pre:2p; -sorti sortir ver m s 884.26 627.57 81.08 67.97 par:pas; -sortie sortie nom f s 47.81 75.27 42.58 66.01 -sorties sortie nom f p 47.81 75.27 5.23 9.26 -sortiez sortir ver 884.26 627.57 2.87 0.54 ind:imp:2p; -sortilège sortilège nom m s 3.19 3.18 2.46 1.62 -sortilèges sortilège nom m p 3.19 3.18 0.72 1.55 -sortions sortir ver 884.26 627.57 0.67 3.38 ind:imp:1p; -sortir sortir ver 884.26 627.57 285.45 145.34 inf; -sortira sortir ver 884.26 627.57 18.31 6.55 ind:fut:3s; -sortirai sortir ver 884.26 627.57 7.69 1.89 ind:fut:1s; -sortiraient sortir ver 884.26 627.57 0.38 2.03 cnd:pre:3p; -sortirais sortir ver 884.26 627.57 3.06 0.81 cnd:pre:1s;cnd:pre:2s; -sortirait sortir ver 884.26 627.57 3.02 5.47 cnd:pre:3s; -sortiras sortir ver 884.26 627.57 9.37 1.42 ind:fut:2s; -sortirent sortir ver 884.26 627.57 0.39 12.91 ind:pas:3p; -sortirez sortir ver 884.26 627.57 3.12 0.61 ind:fut:2p; -sortiriez sortir ver 884.26 627.57 0.40 0.07 cnd:pre:2p; -sortirions sortir ver 884.26 627.57 0.21 0.14 cnd:pre:1p; -sortirons sortir ver 884.26 627.57 2.50 0.88 ind:fut:1p; -sortiront sortir ver 884.26 627.57 2.61 0.95 ind:fut:3p; -sortis sortir ver m p 884.26 627.57 15.65 26.76 ind:pas:1s;ind:pas:2s;par:pas; -sortit sortir ver 884.26 627.57 2.31 86.96 ind:pas:3s; -sortons sortir ver 884.26 627.57 13.57 4.19 imp:pre:1p;ind:pre:1p; -sorts sort nom m p 44.80 58.92 1.88 1.42 -sosie sosie nom m s 1.89 1.22 1.54 0.88 -sosies sosie nom m p 1.89 1.22 0.34 0.34 -sostenuto sostenuto adv 0.00 0.07 0.00 0.07 -sot sot nom m s 5.61 3.99 2.38 1.01 -sotie sotie nom f s 0.00 0.07 0.00 0.07 -sots sot nom m p 5.61 3.99 1.27 0.88 -sotte sot adj f s 6.34 8.11 2.73 3.78 -sottement sottement adv 0.33 2.30 0.33 2.30 -sottes sot adj f p 6.34 8.11 0.99 0.88 -sottise sottise nom f s 6.97 11.82 2.44 6.96 -sottises sottise nom f p 6.97 11.82 4.54 4.86 -sou sou nom m s 35.92 41.22 14.43 12.57 -souabe souabe adj s 0.14 0.07 0.14 0.00 -souabes souabe nom p 0.20 0.34 0.20 0.34 -soubassement soubassement nom m s 0.13 2.23 0.02 1.82 -soubassements soubassement nom m p 0.13 2.23 0.11 0.41 -soubise soubise nom f s 0.00 0.07 0.00 0.07 -soubresaut soubresaut nom m s 0.53 6.96 0.26 1.49 -soubresautaient soubresauter ver 0.00 0.14 0.00 0.07 ind:imp:3p; -soubresautait soubresauter ver 0.00 0.14 0.00 0.07 ind:imp:3s; -soubresauts soubresaut nom m p 0.53 6.96 0.27 5.47 -soubrette soubrette nom f s 1.11 3.11 0.95 2.36 -soubrettes soubrette nom f p 1.11 3.11 0.16 0.74 -souche souche nom f s 4.93 10.54 3.45 7.36 -souches souche nom f p 4.93 10.54 1.48 3.18 -souchet souchet nom m s 0.01 0.07 0.01 0.07 -souchette souchette nom f s 0.00 0.07 0.00 0.07 -souci souci nom m s 49.47 61.22 26.73 39.80 -soucia soucier ver 22.45 26.62 0.00 0.41 ind:pas:3s; -souciai soucier ver 22.45 26.62 0.01 0.20 ind:pas:1s; -souciaient soucier ver 22.45 26.62 0.28 1.22 ind:imp:3p; -souciais soucier ver 22.45 26.62 0.63 1.49 ind:imp:1s;ind:imp:2s; -souciait soucier ver 22.45 26.62 0.88 5.54 ind:imp:3s; -souciant soucier ver 22.45 26.62 0.05 0.41 par:pre; -soucie soucier ver 22.45 26.62 7.01 4.12 imp:pre:2s;ind:pre:1s;ind:pre:3s; -soucient soucier ver 22.45 26.62 0.95 0.47 ind:pre:3p; -soucier soucier ver 22.45 26.62 5.62 8.92 inf; -souciera soucier ver 22.45 26.62 0.27 0.14 ind:fut:3s; -soucierai soucier ver 22.45 26.62 0.12 0.14 ind:fut:1s; -soucieraient soucier ver 22.45 26.62 0.04 0.14 cnd:pre:3p; -soucierais soucier ver 22.45 26.62 0.13 0.00 cnd:pre:1s;cnd:pre:2s; -soucierait soucier ver 22.45 26.62 0.22 0.27 cnd:pre:3s; -soucierez soucier ver 22.45 26.62 0.02 0.00 ind:fut:2p; -soucies soucier ver 22.45 26.62 2.19 0.20 ind:pre:2s; -soucieuse soucieux adj f s 2.28 16.62 0.37 3.45 -soucieuses soucieux adj f p 2.28 16.62 0.11 0.34 -soucieux soucieux adj m 2.28 16.62 1.79 12.84 -souciez soucier ver 22.45 26.62 1.86 0.41 imp:pre:2p;ind:pre:2p; -soucions soucier ver 22.45 26.62 0.16 0.07 imp:pre:1p;ind:pre:1p; -souciât soucier ver 22.45 26.62 0.00 0.34 sub:imp:3s; -soucis souci nom m p 49.47 61.22 22.73 21.42 -soucièrent soucier ver 22.45 26.62 0.00 0.07 ind:pas:3p; -soucié soucier ver m s 22.45 26.62 1.39 1.62 par:pas; -souciée soucier ver f s 22.45 26.62 0.36 0.20 par:pas; -souciées soucier ver f p 22.45 26.62 0.00 0.07 par:pas; -souciés soucier ver m p 22.45 26.62 0.28 0.20 par:pas; -soucoupe soucoupe nom f s 4.14 8.85 2.92 5.95 -soucoupes soucoupe nom f p 4.14 8.85 1.23 2.91 -soudage soudage nom m s 0.04 0.00 0.04 0.00 -soudaient souder ver 3.20 8.04 0.00 0.68 ind:imp:3p; -soudain soudain adv_sup 21.16 207.30 21.16 207.30 -soudaine soudain adj_sup f s 13.62 65.27 3.42 17.16 -soudainement soudainement adv 6.98 5.54 6.98 5.54 -soudaines soudain adj_sup f p 13.62 65.27 0.28 1.69 -soudaineté soudaineté nom f s 0.05 1.28 0.05 1.28 -soudains soudain adj_sup m p 13.62 65.27 0.15 1.62 -soudait souder ver 3.20 8.04 0.01 0.47 ind:imp:3s; -soudanais soudanais nom m 0.24 0.07 0.24 0.07 -soudanaise soudanais adj f s 0.20 0.20 0.00 0.07 -soudant souder ver 3.20 8.04 0.00 0.20 par:pre; -soudard soudard nom m s 0.16 2.23 0.01 1.08 -soudards soudard nom m p 0.16 2.23 0.15 1.15 -soude soude nom f s 0.88 0.88 0.88 0.88 -soudent souder ver 3.20 8.04 0.04 0.34 ind:pre:3p; -souder souder ver 3.20 8.04 1.10 1.08 inf; -souderait souder ver 3.20 8.04 0.01 0.07 cnd:pre:3s; -soudeur soudeur nom m s 1.42 0.27 1.29 0.20 -soudeurs soudeur nom m p 1.42 0.27 0.08 0.07 -soudeuse soudeur nom f s 1.42 0.27 0.05 0.00 -soudez souder ver 3.20 8.04 0.03 0.00 imp:pre:2p;ind:pre:2p; -soudoie soudoyer ver 1.92 1.01 0.04 0.00 ind:pre:1s;ind:pre:3s; -soudoya soudoyer ver 1.92 1.01 0.00 0.07 ind:pas:3s; -soudoyaient soudoyer ver 1.92 1.01 0.01 0.07 ind:imp:3p; -soudoyait soudoyer ver 1.92 1.01 0.02 0.07 ind:imp:3s; -soudoyant soudoyer ver 1.92 1.01 0.21 0.14 par:pre; -soudoyer soudoyer ver 1.92 1.01 0.60 0.34 inf; -soudoyez soudoyer ver 1.92 1.01 0.09 0.00 imp:pre:2p;ind:pre:2p; -soudoyé soudoyer ver m s 1.92 1.01 0.75 0.20 par:pas; -soudoyée soudoyer ver f s 1.92 1.01 0.04 0.07 par:pas; -soudoyés soudoyer ver m p 1.92 1.01 0.16 0.07 par:pas; -soudèrent souder ver 3.20 8.04 0.00 0.07 ind:pas:3p; -soudé souder ver m s 3.20 8.04 0.57 1.35 par:pas; -soudée souder ver f s 3.20 8.04 0.19 0.95 par:pas; -soudées souder ver f p 3.20 8.04 0.17 1.22 par:pas; -soudure soudure nom f s 1.35 1.08 1.09 0.95 -soudures soudure nom f p 1.35 1.08 0.26 0.14 -soudés souder ver m p 3.20 8.04 0.92 1.35 par:pas; -soue soue nom f s 0.11 0.34 0.11 0.34 -souffert souffrir ver m s 113.83 119.26 18.45 18.78 par:pas; -soufferte souffrir ver f s 113.83 119.26 0.00 0.07 par:pas; -souffertes souffrir ver f p 113.83 119.26 0.00 0.14 par:pas; -soufferts souffrir ver m p 113.83 119.26 0.03 0.00 par:pas; -souffla souffler ver 28.33 83.65 0.30 14.80 ind:pas:3s; -soufflages soufflage nom m p 0.00 0.07 0.00 0.07 -soufflai souffler ver 28.33 83.65 0.00 0.54 ind:pas:1s; -soufflaient souffler ver 28.33 83.65 0.06 1.49 ind:imp:3p; -soufflais souffler ver 28.33 83.65 0.05 0.54 ind:imp:1s;ind:imp:2s; -soufflait souffler ver 28.33 83.65 0.86 15.34 ind:imp:3s; -soufflant souffler ver 28.33 83.65 0.38 8.72 par:pre; -soufflante soufflant adj f s 0.03 1.08 0.01 0.34 -soufflants soufflant nom m p 0.02 0.34 0.00 0.14 -souffle souffle nom m s 26.98 100.20 26.55 93.18 -soufflement soufflement nom m s 0.01 0.27 0.01 0.20 -soufflements soufflement nom m p 0.01 0.27 0.00 0.07 -soufflent souffler ver 28.33 83.65 0.81 1.49 ind:pre:3p; -souffler souffler ver 28.33 83.65 6.26 13.65 inf; -soufflera souffler ver 28.33 83.65 0.39 0.14 ind:fut:3s; -soufflerai souffler ver 28.33 83.65 0.28 0.07 ind:fut:1s; -soufflerais souffler ver 28.33 83.65 0.02 0.07 cnd:pre:1s; -soufflerait souffler ver 28.33 83.65 0.14 0.54 cnd:pre:3s; -soufflerez souffler ver 28.33 83.65 0.01 0.00 ind:fut:2p; -soufflerie soufflerie nom f s 0.98 0.88 0.98 0.88 -souffleront souffler ver 28.33 83.65 0.02 0.00 ind:fut:3p; -souffles souffler ver 28.33 83.65 0.60 0.27 ind:pre:2s; -soufflet soufflet nom m s 0.47 6.22 0.43 4.26 -souffletai souffleter ver 0.02 2.09 0.00 0.07 ind:pas:1s; -souffletaient souffleter ver 0.02 2.09 0.00 0.07 ind:imp:3p; -souffletait souffleter ver 0.02 2.09 0.00 0.20 ind:imp:3s; -souffletant souffleter ver 0.02 2.09 0.00 0.07 par:pre; -souffleter souffleter ver 0.02 2.09 0.00 0.41 inf; -soufflets soufflet nom m p 0.47 6.22 0.04 1.96 -soufflette souffleter ver 0.02 2.09 0.02 0.14 imp:pre:2s;ind:pre:3s; -soufflettent souffleter ver 0.02 2.09 0.00 0.14 ind:pre:3p; -soufflettes souffleter ver 0.02 2.09 0.00 0.07 ind:pre:2s; -souffleté souffleter ver m s 0.02 2.09 0.00 0.47 par:pas; -souffletée souffleter ver f s 0.02 2.09 0.00 0.20 par:pas; -souffletés souffleter ver m p 0.02 2.09 0.00 0.27 par:pas; -souffleur souffleur nom m s 1.35 1.22 0.92 1.01 -souffleurs souffleur nom m p 1.35 1.22 0.32 0.20 -souffleuse souffleur nom f s 1.35 1.22 0.11 0.00 -soufflez souffler ver 28.33 83.65 2.60 0.07 imp:pre:2p;ind:pre:2p; -soufflons souffler ver 28.33 83.65 0.26 0.34 imp:pre:1p;ind:pre:1p; -soufflât souffler ver 28.33 83.65 0.00 0.20 sub:imp:3s; -soufflèrent souffler ver 28.33 83.65 0.00 0.47 ind:pas:3p; -soufflé souffler ver m s 28.33 83.65 3.40 7.64 par:pas; -soufflée souffler ver f s 28.33 83.65 0.43 0.95 par:pas; -soufflées souffler ver f p 28.33 83.65 0.11 0.54 par:pas; -soufflure soufflure nom f s 0.00 0.20 0.00 0.14 -soufflures soufflure nom f p 0.00 0.20 0.00 0.07 -soufflés soufflé nom m p 1.33 1.22 0.47 0.00 -souffrît souffrir ver 113.83 119.26 0.00 0.74 sub:imp:3s; -souffraient souffrir ver 113.83 119.26 0.25 2.43 ind:imp:3p; -souffrais souffrir ver 113.83 119.26 0.86 4.26 ind:imp:1s;ind:imp:2s; -souffrait souffrir ver 113.83 119.26 4.14 18.18 ind:imp:3s; -souffrance souffrance nom f s 30.02 47.16 20.05 33.58 -souffrances souffrance nom f p 30.02 47.16 9.97 13.58 -souffrant souffrant adj m s 6.47 5.14 2.88 1.96 -souffrante souffrant adj f s 6.47 5.14 3.12 2.84 -souffrantes souffrant adj f p 6.47 5.14 0.03 0.00 -souffrants souffrant adj m p 6.47 5.14 0.44 0.34 -souffre_douleur souffre_douleur nom m 0.27 1.22 0.27 1.22 -souffre souffrir ver 113.83 119.26 31.52 16.22 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -souffrent souffrir ver 113.83 119.26 5.25 4.86 ind:pre:3p; -souffres souffrir ver 113.83 119.26 5.27 1.15 ind:pre:2s; -souffreteuse souffreteux adj f s 0.24 2.50 0.22 0.68 -souffreteuses souffreteux adj f p 0.24 2.50 0.00 0.14 -souffreteux souffreteux adj m 0.24 2.50 0.02 1.69 -souffrez souffrir ver 113.83 119.26 4.97 1.01 imp:pre:2p;ind:pre:2p; -souffriez souffrir ver 113.83 119.26 0.37 0.07 ind:imp:2p; -souffrions souffrir ver 113.83 119.26 0.12 0.20 ind:imp:1p; -souffrir souffrir ver 113.83 119.26 34.26 40.41 inf; -souffrira souffrir ver 113.83 119.26 1.77 0.74 ind:fut:3s; -souffrirai souffrir ver 113.83 119.26 0.79 0.47 ind:fut:1s; -souffriraient souffrir ver 113.83 119.26 0.04 0.14 cnd:pre:3p; -souffrirais souffrir ver 113.83 119.26 0.41 0.68 cnd:pre:1s;cnd:pre:2s; -souffrirait souffrir ver 113.83 119.26 0.34 1.42 cnd:pre:3s; -souffriras souffrir ver 113.83 119.26 1.56 0.41 ind:fut:2s; -souffrirent souffrir ver 113.83 119.26 0.04 0.61 ind:pas:3p; -souffrirez souffrir ver 113.83 119.26 0.25 0.14 ind:fut:2p; -souffririez souffrir ver 113.83 119.26 0.03 0.07 cnd:pre:2p; -souffririons souffrir ver 113.83 119.26 0.00 0.14 cnd:pre:1p; -souffrirons souffrir ver 113.83 119.26 0.44 0.07 ind:fut:1p; -souffriront souffrir ver 113.83 119.26 0.27 0.07 ind:fut:3p; -souffris souffrir ver 113.83 119.26 0.03 0.68 ind:pas:1s;ind:pas:2s; -souffrisse souffrir ver 113.83 119.26 0.00 0.14 sub:imp:1s; -souffrissent souffrir ver 113.83 119.26 0.00 0.14 sub:imp:3p; -souffrit souffrir ver 113.83 119.26 0.29 1.49 ind:pas:3s; -souffrons souffrir ver 113.83 119.26 1.06 0.74 imp:pre:1p;ind:pre:1p; -soufi soufi adj m s 0.02 0.07 0.02 0.00 -soufis soufi nom m p 0.44 0.00 0.44 0.00 -soufrages soufrage nom m p 0.00 0.07 0.00 0.07 -soufre soufre nom m s 2.37 4.53 2.37 4.53 -soufré soufré adj m s 0.01 0.47 0.01 0.07 -soufrée soufré adj f s 0.01 0.47 0.00 0.20 -soufrées soufré adj f p 0.01 0.47 0.00 0.14 -soufrés soufré adj m p 0.01 0.47 0.00 0.07 -souhait souhait nom m s 10.41 8.65 5.69 6.22 -souhaita souhaiter ver 85.59 82.16 0.16 2.84 ind:pas:3s; -souhaitable souhaitable adj s 1.40 3.72 1.23 3.24 -souhaitables souhaitable adj p 1.40 3.72 0.17 0.47 -souhaitai souhaiter ver 85.59 82.16 0.02 0.74 ind:pas:1s; -souhaitaient souhaiter ver 85.59 82.16 0.63 2.03 ind:imp:3p; -souhaitais souhaiter ver 85.59 82.16 1.72 6.76 ind:imp:1s;ind:imp:2s; -souhaitait souhaiter ver 85.59 82.16 1.96 13.72 ind:imp:3s; -souhaitant souhaiter ver 85.59 82.16 0.72 2.84 par:pre; -souhaite souhaiter ver 85.59 82.16 39.98 17.30 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:1s; -souhaitent souhaiter ver 85.59 82.16 2.87 0.95 ind:pre:3p; -souhaiter souhaiter ver 85.59 82.16 8.87 10.41 inf;; -souhaitera souhaiter ver 85.59 82.16 0.10 0.14 ind:fut:3s; -souhaiterai souhaiter ver 85.59 82.16 0.40 0.00 ind:fut:1s; -souhaiteraient souhaiter ver 85.59 82.16 0.27 0.14 cnd:pre:3p; -souhaiterais souhaiter ver 85.59 82.16 3.11 1.55 cnd:pre:1s;cnd:pre:2s; -souhaiterait souhaiter ver 85.59 82.16 1.49 1.28 cnd:pre:3s; -souhaiteras souhaiter ver 85.59 82.16 0.11 0.00 ind:fut:2s; -souhaiterez souhaiter ver 85.59 82.16 0.22 0.20 ind:fut:2p; -souhaiteriez souhaiter ver 85.59 82.16 0.57 0.14 cnd:pre:2p; -souhaiterions souhaiter ver 85.59 82.16 0.34 0.07 cnd:pre:1p; -souhaiterons souhaiter ver 85.59 82.16 0.16 0.00 ind:fut:1p; -souhaiteront souhaiter ver 85.59 82.16 0.00 0.14 ind:fut:3p; -souhaites souhaiter ver 85.59 82.16 3.14 0.81 ind:pre:2s; -souhaitez souhaiter ver 85.59 82.16 7.19 1.55 imp:pre:2p;ind:pre:2p; -souhaitiez souhaiter ver 85.59 82.16 0.85 0.47 ind:imp:2p;sub:pre:2p; -souhaitions souhaiter ver 85.59 82.16 0.10 0.74 ind:imp:1p; -souhaitâmes souhaiter ver 85.59 82.16 0.00 0.14 ind:pas:1p; -souhaitons souhaiter ver 85.59 82.16 4.28 1.96 imp:pre:1p;ind:pre:1p; -souhaitât souhaiter ver 85.59 82.16 0.00 0.20 sub:imp:3s; -souhaits souhait nom m p 10.41 8.65 4.72 2.43 -souhaitèrent souhaiter ver 85.59 82.16 0.02 0.27 ind:pas:3p; -souhaité souhaiter ver m s 85.59 82.16 5.91 12.50 par:pas; -souhaitée souhaiter ver f s 85.59 82.16 0.07 1.55 par:pas; -souhaitées souhaiter ver f p 85.59 82.16 0.04 0.27 par:pas; -souhaités souhaiter ver m p 85.59 82.16 0.31 0.47 par:pas; -souilla souiller ver 6.52 15.81 0.10 0.07 ind:pas:3s; -souillage souillage nom m s 0.00 0.07 0.00 0.07 -souillaient souiller ver 6.52 15.81 0.01 0.20 ind:imp:3p; -souillait souiller ver 6.52 15.81 0.02 1.01 ind:imp:3s; -souillant souiller ver 6.52 15.81 0.04 0.20 par:pre; -souillarde souillard nom f s 0.00 2.03 0.00 2.03 -souille souiller ver 6.52 15.81 0.38 0.81 imp:pre:2s;ind:pre:1s;ind:pre:3s; -souillent souiller ver 6.52 15.81 0.07 0.54 ind:pre:3p; -souiller souiller ver 6.52 15.81 1.57 1.62 inf; -souillerai souiller ver 6.52 15.81 0.05 0.07 ind:fut:1s; -souilleraient souiller ver 6.52 15.81 0.01 0.00 cnd:pre:3p; -souillerait souiller ver 6.52 15.81 0.03 0.07 cnd:pre:3s; -souilleras souiller ver 6.52 15.81 0.16 0.00 ind:fut:2s; -souilleront souiller ver 6.52 15.81 0.00 0.07 ind:fut:3p; -souilles souiller ver 6.52 15.81 0.02 0.00 ind:pre:2s; -souillez souiller ver 6.52 15.81 0.16 0.00 imp:pre:2p;ind:pre:2p; -souillon souillon nom s 0.99 1.08 0.82 0.88 -souillonnes souillonner ver 0.00 0.07 0.00 0.07 ind:pre:2s; -souillons souillon nom p 0.99 1.08 0.17 0.20 -souillé souiller ver m s 6.52 15.81 2.29 4.19 par:pas; -souillée souiller ver f s 6.52 15.81 1.10 3.45 par:pas; -souillées souiller ver f p 6.52 15.81 0.06 1.76 par:pas; -souillure souillure nom f s 0.79 2.91 0.45 1.49 -souillures souillure nom f p 0.79 2.91 0.35 1.42 -souillés souiller ver m p 6.52 15.81 0.45 1.76 par:pas; -souk souk nom m s 0.81 2.64 0.81 1.49 -souks souk nom m p 0.81 2.64 0.00 1.15 -soul soul nom f s 1.71 0.20 1.71 0.20 -soulage soulager ver 21.57 29.12 4.10 2.64 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -soulagea soulager ver 21.57 29.12 0.01 0.68 ind:pas:3s; -soulageai soulager ver 21.57 29.12 0.00 0.14 ind:pas:1s; -soulageaient soulager ver 21.57 29.12 0.03 0.14 ind:imp:3p; -soulageait soulager ver 21.57 29.12 0.17 1.28 ind:imp:3s; -soulageant soulager ver 21.57 29.12 0.11 0.20 par:pre; -soulagement soulagement nom m s 4.94 21.22 4.84 21.22 -soulagements soulagement nom m p 4.94 21.22 0.10 0.00 -soulagent soulager ver 21.57 29.12 0.34 0.34 ind:pre:3p; -soulageâmes soulager ver 21.57 29.12 0.00 0.07 ind:pas:1p; -soulageons soulager ver 21.57 29.12 0.01 0.07 ind:pre:1p; -soulager soulager ver 21.57 29.12 6.62 6.49 inf; -soulagera soulager ver 21.57 29.12 0.59 0.41 ind:fut:3s; -soulagerai soulager ver 21.57 29.12 0.06 0.00 ind:fut:1s; -soulageraient soulager ver 21.57 29.12 0.00 0.07 cnd:pre:3p; -soulagerait soulager ver 21.57 29.12 0.78 0.54 cnd:pre:3s; -soulagerez soulager ver 21.57 29.12 0.15 0.00 ind:fut:2p; -soulages soulager ver 21.57 29.12 0.24 0.00 ind:pre:2s; -soulagez soulager ver 21.57 29.12 0.15 0.00 imp:pre:2p;ind:pre:2p; -soulagèrent soulager ver 21.57 29.12 0.00 0.20 ind:pas:3p; -soulagé soulager ver m s 21.57 29.12 4.67 10.00 par:pas; -soulagée soulager ver f s 21.57 29.12 2.98 4.53 par:pas; -soulagées soulager ver f p 21.57 29.12 0.04 0.14 par:pas; -soulagés soulager ver m p 21.57 29.12 0.53 1.22 par:pas; -soule soule adj m s 0.30 0.00 0.30 0.00 -souleva soulever ver 24.26 113.38 0.60 19.39 ind:pas:3s; -soulevai soulever ver 24.26 113.38 0.00 1.15 ind:pas:1s; -soulevaient soulever ver 24.26 113.38 0.23 4.80 ind:imp:3p; -soulevais soulever ver 24.26 113.38 0.10 0.34 ind:imp:1s;ind:imp:2s; -soulevait soulever ver 24.26 113.38 0.26 14.80 ind:imp:3s; -soulevant soulever ver 24.26 113.38 0.50 10.20 par:pre; -soulever soulever ver 24.26 113.38 5.92 17.16 inf; -soulevez soulever ver 24.26 113.38 2.44 0.54 imp:pre:2p;ind:pre:2p; -soulevions soulever ver 24.26 113.38 0.00 0.07 ind:imp:1p; -soulevons soulever ver 24.26 113.38 0.35 0.14 imp:pre:1p;ind:pre:1p; -soulevât soulever ver 24.26 113.38 0.00 0.14 sub:imp:3s; -soulevèrent soulever ver 24.26 113.38 0.02 1.96 ind:pas:3p; -soulevé soulever ver m s 24.26 113.38 3.04 11.08 par:pas; -soulevée soulever ver f s 24.26 113.38 0.56 5.54 par:pas; -soulevées soulever ver f p 24.26 113.38 0.02 1.08 par:pas; -soulevés soulever ver m p 24.26 113.38 0.54 2.16 par:pas; -soulier soulier nom m s 9.76 35.68 2.53 4.80 -souliers soulier nom m p 9.76 35.68 7.23 30.88 -souligna souligner ver 4.72 22.57 0.00 0.95 ind:pas:3s; -soulignai souligner ver 4.72 22.57 0.00 0.41 ind:pas:1s; -soulignaient souligner ver 4.72 22.57 0.10 1.28 ind:imp:3p; -soulignais souligner ver 4.72 22.57 0.00 0.20 ind:imp:1s; -soulignait souligner ver 4.72 22.57 0.04 2.84 ind:imp:3s; -soulignant souligner ver 4.72 22.57 0.27 2.30 par:pre; -souligne souligner ver 4.72 22.57 0.73 2.64 imp:pre:2s;ind:pre:1s;ind:pre:3s; -soulignent souligner ver 4.72 22.57 0.14 0.74 ind:pre:3p; -souligner souligner ver 4.72 22.57 1.65 4.86 inf; -soulignera souligner ver 4.72 22.57 0.00 0.07 ind:fut:3s; -souligneraient souligner ver 4.72 22.57 0.00 0.07 cnd:pre:3p; -soulignerait souligner ver 4.72 22.57 0.00 0.07 cnd:pre:3s; -soulignez souligner ver 4.72 22.57 0.04 0.07 imp:pre:2p; -souligniez souligner ver 4.72 22.57 0.01 0.00 ind:imp:2p; -soulignions souligner ver 4.72 22.57 0.00 0.07 ind:imp:1p; -souligné souligner ver m s 4.72 22.57 1.41 2.91 par:pas; -soulignée souligner ver f s 4.72 22.57 0.01 1.08 par:pas; -soulignées souligner ver f p 4.72 22.57 0.02 0.81 par:pas; -soulignés souligner ver m p 4.72 22.57 0.29 1.22 par:pas; -soulève soulever ver 24.26 113.38 7.72 17.50 imp:pre:2s;ind:pre:1s;ind:pre:3s; -soulèvement soulèvement nom m s 1.04 2.36 0.77 2.23 -soulèvements soulèvement nom m p 1.04 2.36 0.28 0.14 -soulèvent soulever ver 24.26 113.38 0.47 4.26 ind:pre:3p; -soulèvera soulever ver 24.26 113.38 0.22 0.20 ind:fut:3s; -soulèverai soulever ver 24.26 113.38 0.27 0.14 ind:fut:1s; -soulèveraient soulever ver 24.26 113.38 0.00 0.27 cnd:pre:3p; -soulèverais soulever ver 24.26 113.38 0.03 0.07 cnd:pre:1s; -soulèverait soulever ver 24.26 113.38 0.04 0.34 cnd:pre:3s; -soulèverez soulever ver 24.26 113.38 0.01 0.00 ind:fut:2p; -soulèveriez soulever ver 24.26 113.38 0.01 0.00 cnd:pre:2p; -soulèverons soulever ver 24.26 113.38 0.04 0.00 ind:fut:1p; -soulèveront soulever ver 24.26 113.38 0.28 0.00 ind:fut:3p; -soulèves soulever ver 24.26 113.38 0.57 0.07 ind:pre:2s; -soumît soumettre ver 17.51 37.57 0.00 0.07 sub:imp:3s; -soumet soumettre ver 17.51 37.57 0.88 1.49 ind:pre:3s; -soumets soumettre ver 17.51 37.57 1.89 0.54 imp:pre:2s;ind:pre:1s;ind:pre:2s; -soumettaient soumettre ver 17.51 37.57 0.00 0.41 ind:imp:3p; -soumettais soumettre ver 17.51 37.57 0.01 0.41 ind:imp:1s; -soumettait soumettre ver 17.51 37.57 0.00 1.96 ind:imp:3s; -soumettant soumettre ver 17.51 37.57 0.07 0.34 par:pre; -soumette soumettre ver 17.51 37.57 0.23 0.41 sub:pre:1s;sub:pre:3s; -soumettent soumettre ver 17.51 37.57 0.06 0.54 ind:pre:3p; -soumettez soumettre ver 17.51 37.57 0.25 0.20 imp:pre:2p;ind:pre:2p; -soumettions soumettre ver 17.51 37.57 0.01 0.14 ind:imp:1p; -soumettons soumettre ver 17.51 37.57 0.12 0.00 imp:pre:1p;ind:pre:1p; -soumettra soumettre ver 17.51 37.57 0.27 0.20 ind:fut:3s; -soumettrai soumettre ver 17.51 37.57 0.47 0.14 ind:fut:1s; -soumettraient soumettre ver 17.51 37.57 0.00 0.07 cnd:pre:3p; -soumettrais soumettre ver 17.51 37.57 0.02 0.20 cnd:pre:1s; -soumettrait soumettre ver 17.51 37.57 0.01 0.20 cnd:pre:3s; -soumettras soumettre ver 17.51 37.57 0.03 0.00 ind:fut:2s; -soumettre soumettre ver 17.51 37.57 5.84 9.26 inf; -soumettrez soumettre ver 17.51 37.57 0.05 0.07 ind:fut:2p; -soumettront soumettre ver 17.51 37.57 0.04 0.07 ind:fut:3p; -soumirent soumettre ver 17.51 37.57 0.21 0.20 ind:pas:3p; -soumis soumettre ver m 17.51 37.57 5.22 13.65 ind:pas:1s;par:pas;par:pas; -soumise soumettre ver f s 17.51 37.57 1.21 3.78 par:pas; -soumises soumettre ver f p 17.51 37.57 0.58 1.69 par:pas; -soumission soumission nom f s 1.63 10.95 1.63 10.27 -soumissionner soumissionner ver 0.01 0.00 0.01 0.00 inf; -soumissions soumission nom f p 1.63 10.95 0.00 0.68 -soumit soumettre ver 17.51 37.57 0.02 1.55 ind:pas:3s; -soupa souper ver 8.81 6.96 0.00 0.20 ind:pas:3s; -soupaient souper ver 8.81 6.96 0.00 0.20 ind:imp:3p; -soupais souper ver 8.81 6.96 0.11 0.14 ind:imp:1s; -soupait souper ver 8.81 6.96 0.23 0.20 ind:imp:3s; -soupant souper ver 8.81 6.96 0.00 0.14 par:pre; -soupape soupape nom f s 0.92 1.28 0.39 0.61 -soupapes soupape nom f p 0.92 1.28 0.54 0.68 -soupasse souper ver 8.81 6.96 0.10 0.07 sub:imp:1s; -soupe soupe nom f s 32.26 38.04 31.72 35.74 -soupent souper ver 8.81 6.96 0.00 0.07 ind:pre:3p; -soupente soupente nom f s 0.19 3.11 0.19 2.70 -soupentes soupente nom f p 0.19 3.11 0.00 0.41 -souper souper nom m s 6.48 7.70 6.39 6.82 -soupera souper ver 8.81 6.96 0.03 0.20 ind:fut:3s; -souperaient souper ver 8.81 6.96 0.00 0.07 cnd:pre:3p; -souperait souper ver 8.81 6.96 0.00 0.07 cnd:pre:3s; -souperons souper ver 8.81 6.96 0.04 0.07 ind:fut:1p; -soupers souper nom m p 6.48 7.70 0.09 0.88 -soupes soupe nom f p 32.26 38.04 0.54 2.30 -soupesa soupeser ver 0.34 5.14 0.00 0.81 ind:pas:3s; -soupesait soupeser ver 0.34 5.14 0.00 0.88 ind:imp:3s; -soupesant soupeser ver 0.34 5.14 0.02 0.34 par:pre; -soupeser soupeser ver 0.34 5.14 0.05 1.55 inf; -soupesez soupeser ver 0.34 5.14 0.06 0.07 imp:pre:2p;ind:pre:2p; -soupesé soupeser ver m s 0.34 5.14 0.02 0.07 par:pas; -soupesée soupeser ver f s 0.34 5.14 0.00 0.14 par:pas; -soupesés soupeser ver m p 0.34 5.14 0.00 0.07 par:pas; -soupeur soupeur nom m s 0.00 0.20 0.00 0.07 -soupeurs soupeur nom m p 0.00 0.20 0.00 0.14 -soupez souper ver 8.81 6.96 0.06 0.00 imp:pre:2p;ind:pre:2p; -soupier soupier adj m s 0.00 2.57 0.00 2.57 -soupir soupir nom m s 7.85 35.95 4.75 26.82 -soupira soupirer ver 9.81 65.47 0.03 30.74 ind:pas:3s; -soupirai soupirer ver 9.81 65.47 0.00 1.15 ind:pas:1s; -soupiraient soupirer ver 9.81 65.47 0.00 0.41 ind:imp:3p; -soupirail soupirail nom m s 0.16 3.24 0.16 2.84 -soupirais soupirer ver 9.81 65.47 0.01 0.47 ind:imp:1s;ind:imp:2s; -soupirait soupirer ver 9.81 65.47 0.13 6.96 ind:imp:3s; -soupirant soupirant nom m s 0.96 2.23 0.61 1.55 -soupirants soupirant nom m p 0.96 2.23 0.35 0.68 -soupiraux soupirail nom m p 0.16 3.24 0.00 0.41 -soupire soupirer ver 9.81 65.47 6.71 10.27 imp:pre:2s;ind:pre:1s;ind:pre:3s; -soupirent soupirer ver 9.81 65.47 0.19 0.27 ind:pre:3p; -soupirer soupirer ver 9.81 65.47 0.99 2.91 inf; -soupirerait soupirer ver 9.81 65.47 0.00 0.07 cnd:pre:3s; -soupires soupirer ver 9.81 65.47 0.36 0.34 ind:pre:2s; -soupirez soupirer ver 9.81 65.47 0.38 0.20 imp:pre:2p;ind:pre:2p; -soupirions soupirer ver 9.81 65.47 0.00 0.07 ind:imp:1p; -soupirons soupirer ver 9.81 65.47 0.00 0.14 ind:pre:1p; -soupirât soupirer ver 9.81 65.47 0.00 0.20 sub:imp:3s; -soupirs soupir nom m p 7.85 35.95 3.10 9.12 -soupirèrent soupirer ver 9.81 65.47 0.00 0.20 ind:pas:3p; -soupiré soupirer ver m s 9.81 65.47 0.69 5.47 par:pas; -soupière soupière nom f s 0.10 2.43 0.07 2.23 -soupières soupière nom f p 0.10 2.43 0.02 0.20 -souple souple adj s 4.22 27.23 3.21 20.00 -souplement souplement adv 0.00 1.55 0.00 1.55 -souples souple adj p 4.22 27.23 1.02 7.23 -souplesse souplesse nom f s 1.28 9.86 1.28 9.73 -souplesses souplesse nom f p 1.28 9.86 0.00 0.14 -soupâmes souper ver 8.81 6.96 0.00 0.07 ind:pas:1p; -soupons souper ver 8.81 6.96 0.13 0.14 imp:pre:1p;ind:pre:1p; -soupçon soupçon nom m s 15.53 23.58 5.75 15.61 -soupçonna soupçonner ver 19.88 34.59 0.04 0.54 ind:pas:3s; -soupçonnable soupçonnable adj s 0.00 0.07 0.00 0.07 -soupçonnai soupçonner ver 19.88 34.59 0.00 0.27 ind:pas:1s; -soupçonnaient soupçonner ver 19.88 34.59 0.34 1.08 ind:imp:3p; -soupçonnais soupçonner ver 19.88 34.59 0.83 3.11 ind:imp:1s;ind:imp:2s; -soupçonnait soupçonner ver 19.88 34.59 0.65 5.14 ind:imp:3s; -soupçonnant soupçonner ver 19.88 34.59 0.12 0.74 par:pre; -soupçonne soupçonner ver 19.88 34.59 6.25 6.08 imp:pre:2s;ind:pre:1s;ind:pre:3s; -soupçonnent soupçonner ver 19.88 34.59 0.79 0.61 ind:pre:3p; -soupçonner soupçonner ver 19.88 34.59 2.82 7.84 inf; -soupçonnera soupçonner ver 19.88 34.59 0.58 0.14 ind:fut:3s; -soupçonnerais soupçonner ver 19.88 34.59 0.04 0.14 cnd:pre:1s;cnd:pre:2s; -soupçonnerait soupçonner ver 19.88 34.59 0.32 0.41 cnd:pre:3s; -soupçonneriez soupçonner ver 19.88 34.59 0.01 0.07 cnd:pre:2p; -soupçonneront soupçonner ver 19.88 34.59 0.19 0.07 ind:fut:3p; -soupçonnes soupçonner ver 19.88 34.59 0.48 0.34 ind:pre:2s; -soupçonneuse soupçonneux adj f s 1.25 6.22 0.30 1.08 -soupçonneuses soupçonneux adj f p 1.25 6.22 0.00 0.20 -soupçonneux soupçonneux adj m 1.25 6.22 0.95 4.93 -soupçonnez soupçonner ver 19.88 34.59 1.32 0.20 imp:pre:2p;ind:pre:2p; -soupçonniez soupçonner ver 19.88 34.59 0.41 0.20 ind:imp:2p; -soupçonnions soupçonner ver 19.88 34.59 0.16 0.14 ind:imp:1p; -soupçonnons soupçonner ver 19.88 34.59 0.15 0.27 ind:pre:1p; -soupçonnât soupçonner ver 19.88 34.59 0.00 0.20 sub:imp:3s; -soupçonnèrent soupçonner ver 19.88 34.59 0.01 0.14 ind:pas:3p; -soupçonné soupçonner ver m s 19.88 34.59 3.49 4.86 par:pas; -soupçonnée soupçonner ver f s 19.88 34.59 0.64 1.28 par:pas; -soupçonnées soupçonner ver f p 19.88 34.59 0.03 0.27 par:pas; -soupçonnés soupçonner ver m p 19.88 34.59 0.22 0.47 par:pas; -soupçons soupçon nom m p 15.53 23.58 9.78 7.97 -soupèrent souper ver 8.81 6.96 0.01 0.20 ind:pas:3p; -soupèse soupeser ver 0.34 5.14 0.19 1.15 imp:pre:2s;ind:pre:1s;ind:pre:3s; -soupèserait soupeser ver 0.34 5.14 0.00 0.07 cnd:pre:3s; -soupé souper ver m s 8.81 6.96 1.73 0.95 par:pas; -souquaient souquer ver 0.43 0.20 0.00 0.07 ind:imp:3p; -souque souquer ver 0.43 0.20 0.01 0.07 imp:pre:2s;ind:pre:3s; -souquenille souquenille nom f s 0.00 0.41 0.00 0.27 -souquenilles souquenille nom f p 0.00 0.41 0.00 0.14 -souquer souquer ver 0.43 0.20 0.01 0.00 inf; -souquez souquer ver 0.43 0.20 0.40 0.00 imp:pre:2p; -souqué souquer ver m s 0.43 0.20 0.01 0.07 par:pas; -sourîmes sourire ver 53.97 262.91 0.00 0.07 ind:pas:1p; -sourît sourire ver 53.97 262.91 0.00 0.20 sub:imp:3s; -sourate sourate nom f s 0.14 0.20 0.14 0.14 -sourates sourate nom f p 0.14 0.20 0.00 0.07 -source source nom f s 46.44 49.19 37.34 35.41 -sources source nom f p 46.44 49.19 9.11 13.78 -sourcier sourcier nom m s 0.40 0.81 0.40 0.74 -sourciers sourcier nom m p 0.40 0.81 0.00 0.07 -sourcil sourcil nom m s 5.85 47.64 1.42 8.65 -sourcilière sourcilier adj f s 0.20 1.62 0.20 0.95 -sourcilières sourcilier adj f p 0.20 1.62 0.00 0.68 -sourcilla sourciller ver 0.61 2.09 0.00 0.34 ind:pas:3s; -sourcillai sourciller ver 0.61 2.09 0.00 0.07 ind:pas:1s; -sourcille sourciller ver 0.61 2.09 0.00 0.07 ind:pre:3s; -sourciller sourciller ver 0.61 2.09 0.54 1.49 inf; -sourcilleuse sourcilleux adj f s 0.01 1.96 0.00 0.61 -sourcilleuses sourcilleux adj f p 0.01 1.96 0.00 0.20 -sourcilleux sourcilleux adj m 0.01 1.96 0.01 1.15 -sourcillé sourciller ver m s 0.61 2.09 0.07 0.14 par:pas; -sourcils sourcil nom m p 5.85 47.64 4.43 38.99 -sourd_muet sourd_muet adj m s 0.78 0.20 0.77 0.20 -sourd sourd adj m s 25.69 50.68 16.96 19.73 -sourdaient sourdaient ver 0.00 0.20 0.00 0.20 inf; -sourdait sourdait ver 0.00 1.08 0.00 1.08 inf; -sourdant sourdre ver 0.42 5.47 0.00 0.20 par:pre; -sourde_muette sourde_muette nom f s 0.24 0.07 0.24 0.07 -sourde sourd adj f s 25.69 50.68 5.58 21.76 -sourdement sourdement adv 0.00 6.55 0.00 6.55 -sourdes sourd adj f p 25.69 50.68 0.48 2.91 -sourdine sourdine nom f s 0.73 6.49 0.73 6.49 -sourdingue sourdingue adj s 0.10 1.42 0.10 1.28 -sourdingues sourdingue adj m p 0.10 1.42 0.00 0.14 -sourdre sourdre ver 0.42 5.47 0.00 3.45 inf; -sourdront sourdre ver 0.42 5.47 0.00 0.07 ind:fut:3p; -sourd_muet sourd_muet nom m p 1.48 1.01 0.88 0.68 -sourds sourd adj m p 25.69 50.68 2.66 6.28 -souri sourire ver m s 53.97 262.91 3.19 12.97 par:pas; -souriaient sourire ver 53.97 262.91 0.39 5.34 ind:imp:3p; -souriais sourire ver 53.97 262.91 0.67 3.31 ind:imp:1s;ind:imp:2s; -souriait sourire ver 53.97 262.91 2.00 44.26 ind:imp:3s; -souriant souriant adj m s 4.02 23.45 2.22 9.46 -souriante souriant adj f s 4.02 23.45 1.07 10.95 -souriantes souriant adj f p 4.02 23.45 0.25 1.28 -souriants souriant adj m p 4.02 23.45 0.47 1.76 -souriceau souriceau nom m s 0.35 0.41 0.35 0.34 -souriceaux souriceau nom m p 0.35 0.41 0.00 0.07 -souricière souricière nom f s 0.27 0.34 0.23 0.34 -souricières souricière nom f p 0.27 0.34 0.04 0.00 -sourie sourire ver 53.97 262.91 0.50 0.14 sub:pre:1s;sub:pre:3s; -sourient sourire ver 53.97 262.91 1.49 3.38 ind:pre:3p; -souries sourire ver 53.97 262.91 0.09 0.00 sub:pre:2s; -souriez sourire ver 53.97 262.91 10.00 0.88 imp:pre:2p;ind:pre:2p; -souriions sourire ver 53.97 262.91 0.00 0.20 ind:imp:1p; -sourions sourire ver 53.97 262.91 0.08 0.34 imp:pre:1p;ind:pre:1p; -sourira sourire ver 53.97 262.91 0.46 0.41 ind:fut:3s; -sourirai sourire ver 53.97 262.91 0.35 0.07 ind:fut:1s; -souriraient sourire ver 53.97 262.91 0.01 0.14 cnd:pre:3p; -sourirais sourire ver 53.97 262.91 0.04 0.07 cnd:pre:1s;cnd:pre:2s; -sourirait sourire ver 53.97 262.91 0.04 0.88 cnd:pre:3s; -souriras sourire ver 53.97 262.91 0.20 0.00 ind:fut:2s; -sourire sourire nom m s 36.08 215.34 33.79 196.55 -sourirent sourire ver 53.97 262.91 0.00 2.03 ind:pas:3p; -sourires sourire nom m p 36.08 215.34 2.29 18.78 -sourirons sourire ver 53.97 262.91 0.02 0.00 ind:fut:1p; -souriront sourire ver 53.97 262.91 0.02 0.00 ind:fut:3p; -souris souris nom 21.94 22.57 21.94 22.57 -sourit sourire ver 53.97 262.91 11.70 95.74 ind:pre:3s;ind:pas:3s; -sournois sournois adj m 2.64 16.89 1.87 8.92 -sournoise sournois adj f s 2.64 16.89 0.72 6.28 -sournoisement sournoisement adv 0.12 4.80 0.12 4.80 -sournoiserie sournoiserie nom f s 0.04 0.95 0.04 0.61 -sournoiseries sournoiserie nom f p 0.04 0.95 0.00 0.34 -sournoises sournois adj f p 2.64 16.89 0.04 1.69 -sous_alimentation sous_alimentation nom f s 0.03 0.27 0.03 0.27 -sous_alimenter sous_alimenter ver m s 0.04 0.00 0.02 0.00 par:pas; -sous_alimenté sous_alimenté adj f s 0.04 0.20 0.04 0.07 -sous_alimenté sous_alimenté nom m p 0.01 0.27 0.01 0.14 -sous_bibliothécaire sous_bibliothécaire nom s 0.00 0.47 0.00 0.47 -sous_bois sous_bois nom m 0.49 7.57 0.49 7.57 -sous_chef sous_chef nom m s 0.73 0.88 0.69 0.74 -sous_chef sous_chef nom m p 0.73 0.88 0.04 0.14 -sous_classe sous_classe nom f s 0.01 0.00 0.01 0.00 -sous_clavier sous_clavier adj f s 0.28 0.00 0.28 0.00 -sous_comité sous_comité nom m s 0.26 0.07 0.26 0.07 -sous_commission sous_commission nom f s 0.18 0.07 0.18 0.07 -sous_continent sous_continent nom m s 0.06 0.07 0.05 0.07 -sous_continent sous_continent nom m p 0.06 0.07 0.01 0.00 -sous_couche sous_couche nom f s 0.03 0.00 0.03 0.00 -sous_cul sous_cul nom m s 0.00 0.07 0.00 0.07 -sous_cutané sous_cutané adj m s 0.28 0.07 0.10 0.00 -sous_cutané sous_cutané adj f s 0.28 0.07 0.10 0.00 -sous_cutané sous_cutané adj f p 0.28 0.07 0.05 0.07 -sous_cutané sous_cutané adj m p 0.28 0.07 0.03 0.00 -sous_diacre sous_diacre nom m s 0.00 0.07 0.00 0.07 -sous_directeur sous_directeur nom m s 0.66 1.96 0.63 1.82 -sous_directeur sous_directeur nom m p 0.66 1.96 0.00 0.07 -sous_directeur sous_directeur nom f s 0.66 1.96 0.03 0.07 -sous_division sous_division nom f s 0.04 0.00 0.04 0.00 -sous_dominante sous_dominante nom f s 0.01 0.07 0.01 0.07 -sous_développement sous_développement nom m s 0.30 0.27 0.30 0.27 -sous_développé sous_développé adj m s 0.31 0.68 0.09 0.27 -sous_développé sous_développé adj f s 0.31 0.68 0.02 0.00 -sous_développé sous_développé adj f p 0.31 0.68 0.02 0.07 -sous_développé sous_développé adj m p 0.31 0.68 0.19 0.34 -sous_effectif sous_effectif nom m s 0.11 0.00 0.10 0.00 -sous_effectif sous_effectif nom m p 0.11 0.00 0.01 0.00 -sous_emploi sous_emploi nom m s 0.00 0.07 0.00 0.07 -sous_ensemble sous_ensemble nom m s 0.08 0.14 0.08 0.14 -sous_entendre sous_entendre ver 2.03 1.82 0.39 0.20 ind:pre:3s; -sous_entendre sous_entendre ver 2.03 1.82 0.17 0.00 ind:imp:1s; -sous_entendre sous_entendre ver 2.03 1.82 0.03 0.54 ind:imp:3s; -sous_entendre sous_entendre ver 2.03 1.82 0.01 0.47 par:pre; -sous_entendre sous_entendre ver 2.03 1.82 0.01 0.00 ind:pre:3p; -sous_entendre sous_entendre ver 2.03 1.82 0.42 0.00 ind:pre:2p; -sous_entendre sous_entendre ver 2.03 1.82 0.10 0.00 ind:imp:2p; -sous_entendre sous_entendre ver 2.03 1.82 0.01 0.00 cnd:pre:3s; -sous_entendre sous_entendre ver 2.03 1.82 0.11 0.27 inf; -sous_entendre sous_entendre ver 2.03 1.82 0.39 0.00 ind:pre:1s;ind:pre:2s; -sous_entendre sous_entendre ver m s 2.03 1.82 0.38 0.14 par:pas; -sous_entendu sous_entendu adj f s 0.06 0.68 0.01 0.07 -sous_entendu sous_entendu nom m p 0.77 5.34 0.45 3.38 -sous_espace sous_espace nom m s 0.22 0.00 0.22 0.00 -sous_espèce sous_espèce nom f s 0.11 0.00 0.11 0.00 -sous_estimer sous_estimer ver 7.27 1.08 0.05 0.00 ind:imp:1s; -sous_estimer sous_estimer ver 7.27 1.08 0.03 0.34 ind:imp:3s; -sous_estimation sous_estimation nom f s 0.06 0.07 0.06 0.07 -sous_estimer sous_estimer ver 7.27 1.08 1.52 0.07 imp:pre:2s;ind:pre:1s;ind:pre:3s; -sous_estimer sous_estimer ver 7.27 1.08 0.22 0.00 ind:pre:3p; -sous_estimer sous_estimer ver 7.27 1.08 1.05 0.54 inf; -sous_estimer sous_estimer ver 7.27 1.08 0.03 0.00 ind:fut:1s; -sous_estimer sous_estimer ver 7.27 1.08 0.72 0.00 ind:pre:2s; -sous_estimer sous_estimer ver 7.27 1.08 1.53 0.00 imp:pre:2p;ind:pre:2p; -sous_estimer sous_estimer ver 7.27 1.08 0.11 0.00 imp:pre:1p;ind:pre:1p; -sous_estimer sous_estimer ver m s 7.27 1.08 1.71 0.14 par:pas; -sous_estimer sous_estimer ver f s 7.27 1.08 0.14 0.00 par:pas; -sous_estimer sous_estimer ver f p 7.27 1.08 0.07 0.00 par:pas; -sous_estimer sous_estimer ver m p 7.27 1.08 0.09 0.00 par:pas; -sous_exposer sous_exposer ver m s 0.02 0.00 0.01 0.00 par:pas; -sous_exposer sous_exposer ver f p 0.02 0.00 0.01 0.00 par:pas; -sous_fifre sous_fifre nom m s 0.72 0.41 0.45 0.20 -sous_fifre sous_fifre nom m p 0.72 0.41 0.27 0.20 -sous_garde sous_garde nom f s 0.01 0.07 0.01 0.07 -sous_genre sous_genre nom m s 0.02 0.00 0.02 0.00 -sous_gorge sous_gorge nom f 0.00 0.07 0.00 0.07 -sous_groupe sous_groupe nom m s 0.01 0.00 0.01 0.00 -sous_homme sous_homme nom m s 0.20 0.61 0.16 0.00 -sous_homme sous_homme nom m p 0.20 0.61 0.05 0.61 -sous_humanité sous_humanité nom f s 0.01 0.20 0.01 0.20 -sous_intendant sous_intendant nom m s 0.30 0.00 0.10 0.00 -sous_intendant sous_intendant nom m p 0.30 0.00 0.20 0.00 -sous_jacent sous_jacent adj m s 0.81 0.34 0.19 0.20 -sous_jacent sous_jacent adj f s 0.81 0.34 0.22 0.07 -sous_jacent sous_jacent adj f p 0.81 0.34 0.01 0.07 -sous_jacent sous_jacent adj m p 0.81 0.34 0.39 0.00 -sous_lieutenant sous_lieutenant nom m s 0.81 5.61 0.76 4.93 -sous_lieutenant sous_lieutenant nom m p 0.81 5.61 0.05 0.68 -sous_locataire sous_locataire nom s 0.02 0.14 0.02 0.00 -sous_locataire sous_locataire nom p 0.02 0.14 0.00 0.14 -sous_location sous_location nom f s 0.09 0.07 0.06 0.07 -sous_location sous_location nom f p 0.09 0.07 0.03 0.00 -sous_louer sous_louer ver 0.63 0.47 0.00 0.07 ind:pas:3s; -sous_louer sous_louer ver 0.63 0.47 0.03 0.00 ind:imp:3s; -sous_louer sous_louer ver 0.63 0.47 0.21 0.00 ind:pre:1s;ind:pre:3s; -sous_louer sous_louer ver 0.63 0.47 0.17 0.14 inf; -sous_louer sous_louer ver 0.63 0.47 0.11 0.00 ind:fut:1s; -sous_louer sous_louer ver 0.63 0.47 0.02 0.00 ind:pre:2p; -sous_louer sous_louer ver 0.63 0.47 0.00 0.07 ind:pas:3p; -sous_louer sous_louer ver m s 0.63 0.47 0.08 0.20 par:pas; -sous_maîtresse sous_maîtresse nom f s 0.07 0.20 0.07 0.20 -sous_main sous_main nom m s 0.28 1.96 0.28 1.96 -sous_marin sous_marin nom m s 11.14 6.42 9.07 2.70 -sous_marin sous_marin adj f s 4.47 5.00 1.06 1.89 -sous_marin sous_marin adj f p 4.47 5.00 0.41 0.88 -sous_marinier sous_marinier nom m s 0.26 0.00 0.04 0.00 -sous_marinier sous_marinier nom m p 0.26 0.00 0.22 0.00 -sous_marin sous_marin nom m p 11.14 6.42 2.07 3.72 -sous_marque sous_marque nom f s 0.01 0.14 0.01 0.07 -sous_marque sous_marque nom f p 0.01 0.14 0.00 0.07 -sous_merde sous_merde nom f s 0.59 0.14 0.54 0.14 -sous_merde sous_merde nom f p 0.59 0.14 0.05 0.00 -sous_ministre sous_ministre nom m s 0.17 0.07 0.17 0.07 -sous_off sous_off nom m s 0.14 4.26 0.11 2.16 -sous_officier sous_officier nom m s 0.65 9.53 0.28 4.80 -sous_officier sous_officier nom m p 0.65 9.53 0.36 4.73 -sous_off sous_off nom m p 0.14 4.26 0.03 2.09 -sous_ordre sous_ordre nom m s 0.01 0.61 0.01 0.54 -sous_ordre sous_ordre nom m p 0.01 0.61 0.00 0.07 -sous_payer sous_payer ver 0.28 0.07 0.04 0.00 inf; -sous_payer sous_payer ver m s 0.28 0.07 0.14 0.07 par:pas; -sous_payer sous_payer ver m p 0.28 0.07 0.10 0.00 par:pas; -sous_pied sous_pied nom m s 0.00 0.20 0.00 0.07 -sous_pied sous_pied nom m p 0.00 0.20 0.00 0.14 -sous_plat sous_plat nom m s 0.00 0.07 0.00 0.07 -sous_prieur sous_prieur pre 0.00 0.47 0.00 0.47 -sous_produit sous_produit nom m s 0.48 0.54 0.42 0.27 -sous_produit sous_produit nom m p 0.48 0.54 0.06 0.27 -sous_programme sous_programme nom m s 0.12 0.00 0.09 0.00 -sous_programme sous_programme nom m p 0.12 0.00 0.03 0.00 -sous_prolétaire sous_prolétaire nom s 0.11 0.07 0.11 0.07 -sous_prolétariat sous_prolétariat nom m s 0.34 0.27 0.34 0.27 -sous_préfecture sous_préfecture nom f s 0.17 1.62 0.03 1.35 -sous_préfecture sous_préfecture nom f p 0.17 1.62 0.14 0.27 -sous_préfet sous_préfet nom m s 0.02 1.01 0.02 0.95 -sous_préfet sous_préfet nom m p 0.02 1.01 0.00 0.07 -sous_pull sous_pull nom m p 0.01 0.00 0.01 0.00 -sous_qualifié sous_qualifié adj m s 0.04 0.00 0.03 0.00 -sous_qualifié sous_qualifié adj f s 0.04 0.00 0.01 0.00 -sous_secrétaire sous_secrétaire nom m s 0.65 1.15 0.65 0.74 -sous_secrétaire sous_secrétaire nom m p 0.65 1.15 0.00 0.41 -sous_secrétariat sous_secrétariat nom m s 0.10 0.00 0.10 0.00 -sous_secteur sous_secteur nom m s 0.02 0.27 0.02 0.27 -sous_section sous_section nom f s 0.09 0.00 0.09 0.00 -sous_sol sous_sol nom m s 13.50 10.54 12.80 8.31 -sous_sol sous_sol nom m p 13.50 10.54 0.70 2.23 -sous_station sous_station nom f s 0.17 0.07 0.17 0.07 -sous_système sous_système nom m s 0.04 0.00 0.04 0.00 -sous_tasse sous_tasse nom f s 0.11 0.20 0.11 0.14 -sous_tasse sous_tasse nom f p 0.11 0.20 0.00 0.07 -sous_tendre sous_tendre ver 0.07 0.54 0.02 0.00 ind:pre:3s; -sous_tendre sous_tendre ver 0.07 0.54 0.00 0.07 ind:imp:3p; -sous_tendre sous_tendre ver 0.07 0.54 0.01 0.20 ind:imp:3s; -sous_tendre sous_tendre ver 0.07 0.54 0.01 0.14 ind:pre:3p; -sous_tendre sous_tendre ver m s 0.07 0.54 0.03 0.07 par:pas; -sous_tendre sous_tendre ver f s 0.07 0.54 0.00 0.07 par:pas; -sous_tension sous_tension nom f s 0.03 0.00 0.03 0.00 -sous_titrage sous_titrage nom m s 54.64 0.00 54.64 0.00 -sous_titre sous_titre nom m s 23.09 0.95 0.83 0.68 -sous_titrer sous_titrer ver 5.81 0.14 0.01 0.00 inf; -sous_titre sous_titre nom m p 23.09 0.95 22.26 0.27 -sous_titrer sous_titrer ver m s 5.81 0.14 5.72 0.00 par:pas; -sous_titrer sous_titrer ver f s 5.81 0.14 0.00 0.07 par:pas; -sous_titrer sous_titrer ver m p 5.81 0.14 0.09 0.07 par:pas; -sous_traitance sous_traitance nom f s 0.04 0.00 0.04 0.00 -sous_traitant sous_traitant nom m s 0.23 0.00 0.10 0.00 -sous_traitant sous_traitant nom m p 0.23 0.00 0.13 0.00 -sous_traiter sous_traiter ver 0.13 0.14 0.04 0.00 ind:pre:3s; -sous_traiter sous_traiter ver 0.13 0.14 0.01 0.00 ind:pre:3p; -sous_traiter sous_traiter ver 0.13 0.14 0.06 0.07 inf; -sous_traiter sous_traiter ver m p 0.13 0.14 0.00 0.07 par:pas; -sous_équipé sous_équipé adj m p 0.07 0.00 0.07 0.00 -sous_évaluer sous_évaluer ver 0.10 0.00 0.01 0.00 ind:imp:3s; -sous_évaluer sous_évaluer ver m s 0.10 0.00 0.06 0.00 par:pas; -sous_évaluer sous_évaluer ver f p 0.10 0.00 0.02 0.00 par:pas; -sous_ventrière sous_ventrière nom f s 0.03 0.47 0.03 0.47 -sous_verge sous_verge nom m 0.00 0.54 0.00 0.54 -sous_verre sous_verre nom m 0.06 0.20 0.06 0.20 -sous_vêtement sous_vêtement nom m s 6.57 2.77 0.33 0.41 -sous_vêtement sous_vêtement nom m p 6.57 2.77 6.24 2.36 -sous sous pre 315.49 1032.70 315.49 1032.70 -souscripteur souscripteur nom m s 0.02 0.20 0.01 0.00 -souscripteurs souscripteur nom m p 0.02 0.20 0.01 0.20 -souscription souscription nom f s 0.16 0.41 0.14 0.27 -souscriptions souscription nom f p 0.16 0.41 0.03 0.14 -souscrira souscrire ver 0.95 3.11 0.04 0.00 ind:fut:3s; -souscrirai souscrire ver 0.95 3.11 0.00 0.07 ind:fut:1s; -souscrirait souscrire ver 0.95 3.11 0.00 0.07 cnd:pre:3s; -souscrire souscrire ver 0.95 3.11 0.20 0.88 inf; -souscris souscrire ver 0.95 3.11 0.27 0.20 imp:pre:2s;ind:pre:1s;ind:pre:2s; -souscrit souscrire ver m s 0.95 3.11 0.22 1.15 ind:pre:3s;par:pas; -souscrite souscrire ver f s 0.95 3.11 0.03 0.14 par:pas; -souscrites souscrire ver f p 0.95 3.11 0.01 0.14 par:pas; -souscrits souscrire ver m p 0.95 3.11 0.00 0.20 par:pas; -souscrivais souscrire ver 0.95 3.11 0.01 0.07 ind:imp:1s; -souscrivait souscrire ver 0.95 3.11 0.00 0.14 ind:imp:3s; -souscrivez souscrire ver 0.95 3.11 0.17 0.00 imp:pre:2p;ind:pre:2p; -souscrivons souscrire ver 0.95 3.11 0.00 0.07 ind:pre:1p; -soussigner sous-signer ver 0.00 0.07 0.00 0.07 inf; -soussigné soussigné adj m s 1.83 0.61 1.44 0.61 -soussignée soussigné adj f s 1.83 0.61 0.03 0.00 -soussignés soussigné adj m p 1.83 0.61 0.36 0.00 -soussou soussou nom s 0.00 0.54 0.00 0.47 -soussous soussou nom p 0.00 0.54 0.00 0.07 -soustraction soustraction nom f s 0.15 1.08 0.11 0.68 -soustractions soustraction nom f p 0.15 1.08 0.04 0.41 -soustrairait soustraire ver 2.17 7.84 0.00 0.07 cnd:pre:3s; -soustraire soustraire ver 2.17 7.84 1.72 4.73 inf; -soustrais soustraire ver 2.17 7.84 0.02 0.00 imp:pre:2s;ind:pre:1s; -soustrait soustraire ver m s 2.17 7.84 0.36 1.15 ind:pre:3s;par:pas; -soustraite soustraire ver f s 2.17 7.84 0.00 0.20 par:pas; -soustraites soustraire ver f p 2.17 7.84 0.00 0.07 par:pas; -soustraits soustraire ver m p 2.17 7.84 0.04 1.08 par:pas; -soustrayaient soustraire ver 2.17 7.84 0.00 0.07 ind:imp:3p; -soustrayait soustraire ver 2.17 7.84 0.00 0.27 ind:imp:3s; -soustrayant soustraire ver 2.17 7.84 0.00 0.20 par:pre; -soustrayez soustraire ver 2.17 7.84 0.03 0.00 imp:pre:2p; -soutînt soutenir ver 35.56 61.22 0.01 0.07 sub:imp:3s; -soutachait soutacher ver 0.00 0.81 0.00 0.07 ind:imp:3s; -soutache soutache nom f s 0.00 0.14 0.00 0.07 -soutaches soutache nom f p 0.00 0.14 0.00 0.07 -soutaché soutacher ver m s 0.00 0.81 0.00 0.20 par:pas; -soutachée soutacher ver f s 0.00 0.81 0.00 0.27 par:pas; -soutachées soutacher ver f p 0.00 0.81 0.00 0.07 par:pas; -soutachés soutacher ver m p 0.00 0.81 0.00 0.20 par:pas; -soutane soutane nom f s 1.75 6.89 1.49 6.08 -soutanelle soutanelle nom f s 0.00 0.07 0.00 0.07 -soutanes soutane nom f p 1.75 6.89 0.26 0.81 -soute soute nom f s 2.62 2.16 2.33 0.95 -soutenable soutenable adj s 0.00 0.14 0.00 0.14 -soutenaient soutenir ver 35.56 61.22 0.34 2.77 ind:imp:3p; -soutenais soutenir ver 35.56 61.22 0.34 0.68 ind:imp:1s;ind:imp:2s; -soutenait soutenir ver 35.56 61.22 0.96 7.23 ind:imp:3s; -soutenance soutenance nom f s 0.03 0.14 0.03 0.14 -soutenant soutenir ver 35.56 61.22 0.27 3.31 par:pre; -souteneur souteneur nom m s 1.36 1.89 0.75 1.08 -souteneurs souteneur nom m p 1.36 1.89 0.61 0.81 -soutenez soutenir ver 35.56 61.22 1.70 0.27 imp:pre:2p;ind:pre:2p; -souteniez soutenir ver 35.56 61.22 0.14 0.07 ind:imp:2p; -soutenions soutenir ver 35.56 61.22 0.14 0.34 ind:imp:1p; -soutenir soutenir ver 35.56 61.22 10.17 18.45 inf; -soutenons soutenir ver 35.56 61.22 0.92 0.00 imp:pre:1p;ind:pre:1p; -soutenu soutenir ver m s 35.56 61.22 5.46 8.92 par:pas; -soutenue soutenir ver f s 35.56 61.22 1.36 3.45 par:pas; -soutenues soutenir ver f p 35.56 61.22 0.07 0.95 par:pas; -soutenus soutenir ver m p 35.56 61.22 0.45 1.69 par:pas; -souter souter ver 0.03 0.00 0.03 0.00 inf; -souterrain souterrain adj m s 4.88 13.04 2.63 4.86 -souterraine souterrain adj f s 4.88 13.04 0.98 3.72 -souterrainement souterrainement adv 0.00 0.27 0.00 0.27 -souterraines souterrain adj f p 4.88 13.04 0.40 2.23 -souterrains souterrain nom m p 2.90 5.07 1.60 1.82 -soutes soute nom f p 2.62 2.16 0.29 1.22 -soutien_gorge soutien_gorge nom m s 5.86 8.65 4.89 7.91 -soutien soutien nom m s 18.87 9.53 18.21 8.92 -soutiendra soutenir ver 35.56 61.22 0.58 0.34 ind:fut:3s; -soutiendrai soutenir ver 35.56 61.22 0.70 0.07 ind:fut:1s; -soutiendraient soutenir ver 35.56 61.22 0.07 0.20 cnd:pre:3p; -soutiendrais soutenir ver 35.56 61.22 0.09 0.27 cnd:pre:1s;cnd:pre:2s; -soutiendrait soutenir ver 35.56 61.22 0.10 0.54 cnd:pre:3s; -soutiendras soutenir ver 35.56 61.22 0.05 0.00 ind:fut:2s; -soutiendrez soutenir ver 35.56 61.22 0.07 0.00 ind:fut:2p; -soutiendriez soutenir ver 35.56 61.22 0.02 0.00 cnd:pre:2p; -soutiendrons soutenir ver 35.56 61.22 0.08 0.07 ind:fut:1p; -soutiendront soutenir ver 35.56 61.22 0.39 0.34 ind:fut:3p; -soutienne soutenir ver 35.56 61.22 0.43 0.41 sub:pre:1s;sub:pre:3s; -soutiennent soutenir ver 35.56 61.22 1.85 2.84 ind:pre:3p; -soutiennes soutenir ver 35.56 61.22 0.16 0.00 sub:pre:2s; -soutien_gorge soutien_gorge nom m p 5.86 8.65 0.96 0.74 -soutiens soutenir ver 35.56 61.22 3.34 1.28 imp:pre:2s;ind:pre:1s;ind:pre:2s; -soutient soutenir ver 35.56 61.22 5.14 4.59 ind:pre:3s; -soutier soutier nom m s 0.03 0.54 0.03 0.47 -soutiers soutier nom m p 0.03 0.54 0.00 0.07 -soutif soutif nom m s 2.11 0.20 1.81 0.14 -soutifs soutif nom m p 2.11 0.20 0.29 0.07 -soutinrent soutenir ver 35.56 61.22 0.14 0.27 ind:pas:3p; -soutins soutenir ver 35.56 61.22 0.00 0.07 ind:pas:1s; -soutint soutenir ver 35.56 61.22 0.02 1.76 ind:pas:3s; -soutirage soutirage nom m s 0.00 0.07 0.00 0.07 -soutiraient soutirer ver 2.32 1.82 0.00 0.07 ind:imp:3p; -soutire soutirer ver 2.32 1.82 0.14 0.14 ind:pre:1s;ind:pre:3s; -soutirent soutirer ver 2.32 1.82 0.03 0.00 ind:pre:3p; -soutirer soutirer ver 2.32 1.82 1.88 1.42 inf; -soutirerai soutirer ver 2.32 1.82 0.03 0.00 ind:fut:1s; -soutirez soutirer ver 2.32 1.82 0.02 0.00 ind:pre:2p; -soutiré soutirer ver m s 2.32 1.82 0.21 0.14 par:pas; -soutirée soutirer ver f s 2.32 1.82 0.01 0.00 par:pas; -soutirées soutirer ver f p 2.32 1.82 0.00 0.07 par:pas; -soutra soutra nom m s 0.20 0.00 0.20 0.00 -soutènement soutènement nom m s 0.04 0.54 0.04 0.54 -souvînt souvenir ver 315.05 215.41 0.00 0.81 sub:imp:3s; -souvenaient souvenir ver 315.05 215.41 0.10 2.16 ind:imp:3p; -souvenais souvenir ver 315.05 215.41 1.76 8.99 ind:imp:1s;ind:imp:2s; -souvenait souvenir ver 315.05 215.41 1.23 24.12 ind:imp:3s; -souvenance souvenance nom f s 0.03 0.81 0.03 0.47 -souvenances souvenance nom f p 0.03 0.81 0.00 0.34 -souvenant souvenir ver 315.05 215.41 0.26 3.72 par:pre; -souvenez souvenir ver 315.05 215.41 36.70 10.88 imp:pre:2p;ind:pre:2p; -souveniez souvenir ver 315.05 215.41 0.54 0.54 ind:imp:2p;sub:pre:2p; -souvenions souvenir ver 315.05 215.41 0.01 0.27 ind:imp:1p; -souvenir souvenir ver 315.05 215.41 31.36 38.65 inf; -souvenirs souvenir nom m p 63.24 197.03 32.79 90.34 -souvenons souvenir ver 315.05 215.41 0.97 0.27 imp:pre:1p;ind:pre:1p; -souvent souvent adv_sup 135.54 286.96 135.54 286.96 -souventefois souventefois adv 0.00 0.14 0.00 0.14 -souventes_fois souventes_fois adv 0.00 0.27 0.00 0.27 -souvenu souvenir ver m s 315.05 215.41 3.71 3.38 par:pas; -souvenue souvenir ver f s 315.05 215.41 0.89 1.35 par:pas; -souvenus souvenir ver m p 315.05 215.41 0.20 0.00 par:pas; -souverain souverain nom m s 5.33 8.18 3.97 4.19 -souveraine souverain adj f s 3.36 10.00 1.54 5.14 -souverainement souverainement adv 0.16 2.09 0.16 2.09 -souveraines souverain adj f p 3.36 10.00 0.02 0.27 -souveraineté souveraineté nom f s 0.63 10.81 0.63 10.74 -souverainetés souveraineté nom f p 0.63 10.81 0.00 0.07 -souverains souverain nom m p 5.33 8.18 0.43 2.03 -souviendra souvenir ver 315.05 215.41 3.56 1.76 ind:fut:3s; -souviendrai souvenir ver 315.05 215.41 5.67 1.69 ind:fut:1s; -souviendraient souvenir ver 315.05 215.41 0.05 0.54 cnd:pre:3p; -souviendrais souvenir ver 315.05 215.41 1.44 0.68 cnd:pre:1s;cnd:pre:2s; -souviendrait souvenir ver 315.05 215.41 0.60 1.76 cnd:pre:3s; -souviendras souvenir ver 315.05 215.41 2.79 0.68 ind:fut:2s; -souviendrez souvenir ver 315.05 215.41 0.73 0.34 ind:fut:2p; -souviendriez souvenir ver 315.05 215.41 0.14 0.00 cnd:pre:2p; -souviendrons souvenir ver 315.05 215.41 0.22 0.07 ind:fut:1p; -souviendront souvenir ver 315.05 215.41 0.73 0.68 ind:fut:3p; -souvienne souvenir ver 315.05 215.41 5.55 3.38 sub:pre:1s;sub:pre:3s; -souviennent souvenir ver 315.05 215.41 2.83 3.04 ind:pre:3p; -souviennes souvenir ver 315.05 215.41 1.58 0.27 sub:pre:2s; -souviens souvenir ver 315.05 215.41 198.30 72.84 imp:pre:2s;ind:pre:1s;ind:pre:2s; -souvient souvenir ver 315.05 215.41 12.60 15.68 ind:pre:3s; -souvinrent souvenir ver 315.05 215.41 0.01 0.20 ind:pas:3p; -souvins souvenir ver 315.05 215.41 0.31 2.91 ind:pas:1s; -souvinssent souvenir ver 315.05 215.41 0.00 0.07 sub:imp:3p; -souvint souvenir ver 315.05 215.41 0.23 13.72 ind:pas:3s; -souvlaki souvlaki nom m s 0.02 0.14 0.02 0.14 -soviet soviet nom m s 2.54 7.70 0.73 2.43 -soviets soviet nom m p 2.54 7.70 1.81 5.27 -soviétique soviétique adj s 10.68 24.59 8.89 20.47 -soviétiques soviétique adj p 10.68 24.59 1.79 4.12 -soviétisation soviétisation nom f s 0.00 0.14 0.00 0.14 -soviétisme soviétisme nom m s 0.00 0.34 0.00 0.34 -soviétologues soviétologue nom p 0.00 0.07 0.00 0.07 -sovkhoze sovkhoze nom m s 0.01 0.07 0.01 0.00 -sovkhozes sovkhoze nom m p 0.01 0.07 0.00 0.07 -soya soya nom m s 0.09 0.00 0.09 0.00 -soyeuse soyeux adj f s 0.61 13.04 0.10 4.12 -soyeusement soyeusement adv 0.00 0.07 0.00 0.07 -soyeuses soyeux adj f p 0.61 13.04 0.04 1.76 -soyeux soyeux adj m 0.61 13.04 0.47 7.16 -soyez être aux 8074.24 6501.82 24.16 5.34 sub:pre:2p; -soyons être aux 8074.24 6501.82 4.79 3.11 sub:pre:1p; -spa spa nom m s 1.05 0.00 0.79 0.00 -spacieuse spacieux adj f s 2.00 4.26 0.68 1.62 -spacieuses spacieux adj f p 2.00 4.26 0.20 0.54 -spacieux spacieux adj m 2.00 4.26 1.12 2.09 -spadassin spadassin nom m s 0.02 1.15 0.02 0.68 -spadassins spadassin nom m p 0.02 1.15 0.00 0.47 -spadille spadille nom m s 0.00 0.07 0.00 0.07 -spaghetti spaghetti nom m s 7.02 2.97 3.73 1.89 -spaghettis spaghetti nom m p 7.02 2.97 3.29 1.08 -spahi spahi nom m s 0.00 2.30 0.00 0.41 -spahis spahi nom m p 0.00 2.30 0.00 1.89 -spamming spamming nom m s 0.01 0.00 0.01 0.00 -sparadrap sparadrap nom m s 1.78 1.96 1.66 1.89 -sparadraps sparadrap nom m p 1.78 1.96 0.12 0.07 -sparring_partner sparring_partner nom m s 0.00 0.07 0.00 0.07 -spartakistes spartakiste adj p 0.01 0.00 0.01 0.00 -sparte sparte nom f s 0.00 0.14 0.00 0.14 -sparterie sparterie nom f s 0.00 0.34 0.00 0.34 -spartiate spartiate adj s 0.60 0.41 0.50 0.34 -spartiates spartiate nom p 0.36 0.34 0.26 0.14 -spartéine spartéine nom f s 0.01 0.00 0.01 0.00 -spas spa nom m p 1.05 0.00 0.26 0.00 -spasme spasme nom m s 2.13 6.76 0.47 3.38 -spasmes spasme nom m p 2.13 6.76 1.66 3.38 -spasmodique spasmodique adj s 0.34 0.81 0.15 0.41 -spasmodiquement spasmodiquement adv 0.01 0.88 0.01 0.88 -spasmodiques spasmodique adj p 0.34 0.81 0.20 0.41 -spasmophile spasmophile adj m s 0.02 0.07 0.02 0.07 -spasmophilie spasmophilie nom f s 0.01 0.20 0.01 0.20 -spasticité spasticité nom f s 0.03 0.00 0.03 0.00 -spastique spastique adj f s 0.01 0.00 0.01 0.00 -spath spath nom m s 0.07 0.00 0.07 0.00 -spatial spatial adj m s 10.94 1.35 5.90 0.61 -spatiale spatial adj f s 10.94 1.35 3.42 0.41 -spatialement spatialement adv 0.01 0.00 0.01 0.00 -spatiales spatial adj f p 10.94 1.35 0.57 0.14 -spatiaux spatial adj m p 10.94 1.35 1.05 0.20 -spatio_temporel spatio_temporel adj m s 0.21 0.20 0.09 0.07 -spatio_temporel spatio_temporel adj f s 0.21 0.20 0.13 0.14 -spationaute spationaute nom s 0.09 0.00 0.09 0.00 -spatiotemporel spatiotemporel adj m s 0.05 0.00 0.05 0.00 -spatule spatule nom f s 0.45 1.82 0.44 1.62 -spatuler spatuler ver 0.01 0.00 0.01 0.00 inf; -spatules spatule nom f p 0.45 1.82 0.01 0.20 -spatulée spatulé adj f s 0.15 0.14 0.01 0.00 -spatulées spatulé adj f p 0.15 0.14 0.14 0.07 -spatulés spatulé adj m p 0.15 0.14 0.00 0.07 -speakeasy speakeasy nom m s 0.05 0.07 0.05 0.07 -speaker speaker nom m s 1.12 3.99 0.95 2.70 -speakerine speaker nom f s 1.12 3.99 0.15 0.34 -speakerines speakerine nom f p 0.14 0.00 0.14 0.00 -speakers speaker nom m p 1.12 3.99 0.02 0.68 -species species nom m 0.10 0.07 0.10 0.07 -spectacle spectacle nom m s 55.19 73.78 51.14 66.76 -spectacles spectacle nom m p 55.19 73.78 4.05 7.03 -spectaculaire spectaculaire adj s 3.88 6.22 3.50 4.59 -spectaculairement spectaculairement adv 0.04 0.34 0.04 0.34 -spectaculaires spectaculaire adj p 3.88 6.22 0.37 1.62 -spectateur spectateur nom m s 8.41 21.69 2.50 6.49 -spectateurs spectateur nom m p 8.41 21.69 5.48 13.45 -spectatrice spectateur nom f s 8.41 21.69 0.43 1.08 -spectatrices spectatrice nom f p 0.01 0.00 0.01 0.00 -spectral spectral adj m s 0.94 0.81 0.17 0.34 -spectrale spectral adj f s 0.94 0.81 0.58 0.14 -spectrales spectral adj f p 0.94 0.81 0.13 0.34 -spectraux spectral adj m p 0.94 0.81 0.05 0.00 -spectre spectre nom m s 4.25 6.96 3.87 4.73 -spectres spectre nom m p 4.25 6.96 0.37 2.23 -spectrogramme spectrogramme nom m s 0.03 0.00 0.03 0.00 -spectrographe spectrographe nom m s 0.05 0.00 0.05 0.00 -spectrographie spectrographie nom f s 0.14 0.00 0.14 0.00 -spectrographique spectrographique adj s 0.09 0.00 0.09 0.00 -spectrohéliographe spectrohéliographe nom m s 0.01 0.00 0.01 0.00 -spectromètre spectromètre nom m s 0.34 0.00 0.34 0.00 -spectrométrie spectrométrie nom f s 0.09 0.00 0.09 0.00 -spectrométrique spectrométrique adj f s 0.01 0.00 0.01 0.00 -spectrophotomètre spectrophotomètre nom m s 0.01 0.00 0.01 0.00 -spectroscope spectroscope nom m s 0.07 0.00 0.07 0.00 -spectroscopie spectroscopie nom f s 0.01 0.00 0.01 0.00 -speech speech nom m s 1.88 0.74 1.88 0.74 -speed speed nom m s 3.45 1.49 3.45 1.49 -speede speeder ver 0.33 0.54 0.01 0.07 ind:pre:1s;ind:pre:3s; -speeder speeder ver 0.33 0.54 0.20 0.07 inf; -speedes speeder ver 0.33 0.54 0.10 0.07 ind:pre:2s; -speedé speedé adj m s 0.21 0.61 0.04 0.07 -speedée speedé adj f s 0.21 0.61 0.01 0.14 -speedés speedé adj m p 0.21 0.61 0.16 0.41 -spencer spencer nom m s 0.04 0.27 0.03 0.20 -spencers spencer nom m p 0.04 0.27 0.02 0.07 -spenglérienne spenglérienne nom f s 0.00 0.07 0.00 0.07 -spermaceti spermaceti nom m s 0.08 0.00 0.08 0.00 -spermatique spermatique adj s 0.01 0.27 0.01 0.27 -spermato spermato nom m s 0.03 0.41 0.01 0.14 -spermatogenèse spermatogenèse nom f s 0.04 0.00 0.04 0.00 -spermatos spermato nom m p 0.03 0.41 0.02 0.27 -spermatozoïde spermatozoïde nom m s 0.51 0.74 0.23 0.14 -spermatozoïdes spermatozoïde nom m p 0.51 0.74 0.28 0.61 -sperme sperme nom m s 8.47 5.07 8.31 4.93 -spermes sperme nom m p 8.47 5.07 0.15 0.14 -spermicide spermicide nom m s 0.07 0.07 0.07 0.07 -spermogramme spermogramme nom m s 0.01 0.00 0.01 0.00 -spermophiles spermophile nom m p 0.01 0.00 0.01 0.00 -spetsnaz spetsnaz nom f p 0.02 0.00 0.02 0.00 -sphaigne sphaigne nom f s 0.01 0.07 0.01 0.00 -sphaignes sphaigne nom f p 0.01 0.07 0.00 0.07 -sphincter sphincter nom m s 0.34 1.01 0.31 0.14 -sphincters sphincter nom m p 0.34 1.01 0.02 0.88 -sphinge sphinge nom f s 0.00 0.20 0.00 0.07 -sphinges sphinge nom f p 0.00 0.20 0.00 0.14 -sphinx sphinx nom m 1.27 3.04 1.27 3.04 -sphère sphère nom f s 3.90 9.19 2.48 5.74 -sphères sphère nom f p 3.90 9.19 1.42 3.45 -sphénoïde sphénoïde adj s 0.01 0.00 0.01 0.00 -sphéricité sphéricité nom f s 0.00 0.07 0.00 0.07 -sphérique sphérique adj s 0.26 1.62 0.23 1.01 -sphériquement sphériquement adv 0.01 0.00 0.01 0.00 -sphériques sphérique adj p 0.26 1.62 0.02 0.61 -sphéroïde sphéroïde nom m s 0.01 0.14 0.00 0.14 -sphéroïdes sphéroïde nom m p 0.01 0.14 0.01 0.00 -sphygmomanomètre sphygmomanomètre nom m s 0.02 0.00 0.02 0.00 -spi spi nom m s 0.01 0.00 0.01 0.00 -spic spic nom m s 0.14 0.00 0.05 0.00 -spica spica nom m s 0.08 0.14 0.08 0.14 -spics spic nom m p 0.14 0.00 0.09 0.00 -spicules spicule nom m p 0.01 0.00 0.01 0.00 -spider spider nom m s 3.27 0.41 3.27 0.41 -spin spin nom m s 0.14 0.00 0.14 0.00 -spina_bifida spina_bifida nom m s 0.04 0.00 0.04 0.00 -spina_ventosa spina_ventosa nom m s 0.00 0.07 0.00 0.07 -spina spina nom f s 0.05 0.00 0.05 0.00 -spinal spinal adj m s 0.64 0.00 0.50 0.00 -spinale spinal adj f s 0.64 0.00 0.13 0.00 -spinaux spinal adj m p 0.64 0.00 0.01 0.00 -spinnaker spinnaker nom m s 0.02 0.14 0.02 0.07 -spinnakers spinnaker nom m p 0.02 0.14 0.00 0.07 -spinozisme spinozisme nom m s 0.00 0.07 0.00 0.07 -spirale spirale nom f s 1.31 6.08 1.20 3.45 -spiraler spiraler ver 0.00 0.07 0.00 0.07 inf; -spirales spirale nom f p 1.31 6.08 0.11 2.64 -spiralé spiralé adj m s 0.01 0.20 0.01 0.07 -spiralées spiralé adj f p 0.01 0.20 0.00 0.07 -spiralés spiralé adj m p 0.01 0.20 0.00 0.07 -spire spire nom f s 0.23 0.81 0.06 0.14 -spires spire nom f p 0.23 0.81 0.17 0.68 -spirite spirite adj f s 0.03 0.07 0.02 0.00 -spirites spirite nom p 0.04 0.07 0.04 0.00 -spiritisme spiritisme nom m s 1.81 0.20 1.81 0.20 -spiritualisaient spiritualiser ver 0.10 0.74 0.00 0.07 ind:imp:3p; -spiritualise spiritualiser ver 0.10 0.74 0.00 0.20 ind:pre:3s; -spiritualiser spiritualiser ver 0.10 0.74 0.00 0.07 inf; -spiritualisme spiritualisme nom m s 0.14 0.00 0.14 0.00 -spiritualiste spiritualiste adj s 0.02 0.41 0.01 0.34 -spiritualistes spiritualiste nom p 0.02 0.00 0.02 0.00 -spiritualisé spiritualiser ver m s 0.10 0.74 0.10 0.41 par:pas; -spiritualité spiritualité nom f s 0.79 1.15 0.79 1.08 -spiritualités spiritualité nom f p 0.79 1.15 0.00 0.07 -spirituel spirituel adj m s 12.10 14.53 6.83 4.93 -spirituelle spirituel adj f s 12.10 14.53 3.89 6.15 -spirituellement spirituellement adv 0.78 0.81 0.78 0.81 -spirituelles spirituel adj f p 12.10 14.53 0.58 1.76 -spirituels spirituel adj m p 12.10 14.53 0.80 1.69 -spiritueux spiritueux nom m 0.41 0.61 0.41 0.61 -spirochète spirochète nom m s 0.02 0.00 0.02 0.00 -spirographe spirographe nom m s 0.03 0.00 0.03 0.00 -spiromètres spiromètre nom m p 0.00 0.07 0.00 0.07 -spirées spirée nom f p 0.00 0.07 0.00 0.07 -spiruline spiruline nom f s 0.01 0.00 0.01 0.00 -spitz spitz nom m s 0.01 0.00 0.01 0.00 -splash splash ono 0.27 0.27 0.27 0.27 -spleen spleen nom m s 0.11 1.55 0.11 1.35 -spleens spleen nom m p 0.11 1.55 0.00 0.20 -splendeur splendeur nom f s 5.02 14.59 4.67 10.95 -splendeurs splendeur nom f p 5.02 14.59 0.35 3.65 -splendide splendide adj s 16.73 10.14 15.45 7.30 -splendidement splendidement adv 0.21 0.07 0.21 0.07 -splendides splendide adj p 16.73 10.14 1.28 2.84 -splittaient splitter ver 0.01 0.07 0.00 0.07 ind:imp:3p; -splitter splitter ver 0.01 0.07 0.01 0.00 inf; -splénectomie splénectomie nom f s 0.09 0.00 0.09 0.00 -splénique splénique nom m s 0.05 0.00 0.05 0.00 -spoiler spoiler nom m s 0.01 0.00 0.01 0.00 -spoliait spolier ver 0.59 0.54 0.00 0.07 ind:imp:3s; -spoliation spoliation nom f s 0.00 0.61 0.00 0.47 -spoliations spoliation nom f p 0.00 0.61 0.00 0.14 -spolie spolier ver 0.59 0.54 0.14 0.00 ind:pre:3s; -spolier spolier ver 0.59 0.54 0.04 0.00 inf; -spolié spolier ver m s 0.59 0.54 0.29 0.14 par:pas; -spoliée spolier ver f s 0.59 0.54 0.00 0.07 par:pas; -spoliées spolié nom f p 0.01 0.07 0.00 0.07 -spoliés spolier ver m p 0.59 0.54 0.11 0.27 par:pas; -spondées spondée nom m p 0.00 0.07 0.00 0.07 -spondylarthrose spondylarthrose nom f s 0.01 0.00 0.01 0.00 -spondylite spondylite nom f s 0.01 0.00 0.01 0.00 -spongieuse spongieux adj f s 0.20 4.26 0.04 1.82 -spongieuses spongieux adj f p 0.20 4.26 0.00 0.34 -spongieux spongieux adj m 0.20 4.26 0.16 2.09 -spongiforme spongiforme adj f s 0.03 0.00 0.03 0.00 -sponsor sponsor nom m s 2.72 0.20 1.72 0.14 -sponsoring sponsoring nom m s 0.09 0.07 0.09 0.07 -sponsorisait sponsoriser ver 1.19 0.00 0.04 0.00 ind:imp:3s; -sponsorise sponsoriser ver 1.19 0.00 0.16 0.00 ind:pre:1s;ind:pre:3s; -sponsoriser sponsoriser ver 1.19 0.00 0.33 0.00 inf; -sponsorisera sponsoriser ver 1.19 0.00 0.03 0.00 ind:fut:3s; -sponsorisé sponsoriser ver m s 1.19 0.00 0.22 0.00 par:pas; -sponsorisée sponsoriser ver f s 1.19 0.00 0.37 0.00 par:pas; -sponsorisés sponsoriser ver m p 1.19 0.00 0.04 0.00 par:pas; -sponsors sponsor nom m p 2.72 0.20 1.00 0.07 -spontané spontané adj m s 4.14 7.97 2.02 2.77 -spontanée spontané adj f s 4.14 7.97 1.67 3.51 -spontanées spontané adj f p 4.14 7.97 0.31 0.81 -spontanéistes spontanéiste adj p 0.00 0.07 0.00 0.07 -spontanéité spontanéité nom f s 0.91 2.50 0.91 2.50 -spontanément spontanément adv 1.35 8.11 1.35 8.11 -spontanés spontané adj m p 4.14 7.97 0.15 0.88 -spoon spoon nom m s 0.31 0.00 0.31 0.00 -sporadique sporadique adj s 0.31 1.62 0.11 0.54 -sporadiquement sporadiquement adv 0.17 0.54 0.17 0.54 -sporadiques sporadique adj p 0.31 1.62 0.20 1.08 -spore spore nom f s 0.91 0.14 0.01 0.00 -spores spore nom f p 0.91 0.14 0.90 0.14 -sport sport nom m s 30.04 20.81 24.61 15.54 -sportif sportif adj m s 7.72 9.39 4.58 3.45 -sportifs sportif nom m p 2.98 4.80 1.46 2.16 -sportive sportif adj f s 7.72 9.39 1.40 2.91 -sportivement sportivement adv 0.00 0.20 0.00 0.20 -sportives sportif adj f p 7.72 9.39 0.49 0.88 -sportivité sportivité nom f s 0.02 0.00 0.02 0.00 -sports sport nom m p 30.04 20.81 5.42 5.27 -sportsman sportsman nom m s 0.00 0.61 0.00 0.41 -sportsmen sportsman nom m p 0.00 0.61 0.00 0.20 -sportswear sportswear nom m s 0.00 0.07 0.00 0.07 -spot spot nom m s 3.50 1.49 2.50 0.47 -spots spot nom m p 3.50 1.49 1.00 1.01 -spoutnik spoutnik nom m s 0.24 0.07 0.13 0.07 -spoutniks spoutnik nom m p 0.24 0.07 0.11 0.00 -sprat sprat nom m s 0.40 0.14 0.18 0.00 -sprats sprat nom m p 0.40 0.14 0.22 0.14 -spray spray nom m s 2.71 0.27 2.65 0.27 -sprays spray nom m p 2.71 0.27 0.06 0.00 -sprechgesang sprechgesang nom m s 0.00 0.07 0.00 0.07 -spring spring nom m s 0.83 0.68 0.83 0.68 -springer springer nom m s 0.59 0.00 0.59 0.00 -sprinkler sprinkler nom m s 0.05 0.00 0.02 0.00 -sprinklers sprinkler nom m p 0.05 0.00 0.03 0.00 -sprint sprint nom m s 0.89 2.23 0.85 1.82 -sprinta sprinter ver 0.41 0.68 0.00 0.07 ind:pas:3s; -sprintait sprinter ver 0.41 0.68 0.00 0.07 ind:imp:3s; -sprintant sprinter ver 0.41 0.68 0.06 0.07 par:pre; -sprinte sprinter ver 0.41 0.68 0.14 0.20 ind:pre:1s;ind:pre:3s; -sprinter sprinter nom m s 0.34 0.27 0.23 0.14 -sprinters sprinter nom m p 0.34 0.27 0.11 0.14 -sprinteur sprinteur nom m s 0.03 0.00 0.01 0.00 -sprinteurs sprinteur nom m p 0.03 0.00 0.02 0.00 -sprints sprint nom m p 0.89 2.23 0.04 0.41 -spruce spruce nom m s 0.04 0.00 0.04 0.00 -spécial spécial adj m s 83.73 31.22 48.12 14.46 -spéciale spécial adj f s 83.73 31.22 22.77 7.09 -spécialement spécialement adv 9.60 14.80 9.60 14.80 -spéciales spécial adj f p 83.73 31.22 6.48 5.00 -spécialisa spécialiser ver 4.05 5.68 0.00 0.14 ind:pas:3s; -spécialisaient spécialiser ver 4.05 5.68 0.10 0.00 ind:imp:3p; -spécialisait spécialiser ver 4.05 5.68 0.00 0.14 ind:imp:3s; -spécialisant spécialiser ver 4.05 5.68 0.02 0.07 par:pre; -spécialisation spécialisation nom f s 0.43 0.41 0.43 0.41 -spécialise spécialiser ver 4.05 5.68 0.44 0.00 imp:pre:2s;ind:pre:1s;ind:pre:3s; -spécialiser spécialiser ver 4.05 5.68 0.21 0.27 inf; -spécialiste spécialiste nom s 16.69 16.96 11.91 10.07 -spécialistes spécialiste nom p 16.69 16.96 4.79 6.89 -spécialisé spécialiser ver m s 4.05 5.68 1.80 2.43 par:pas; -spécialisée spécialiser ver f s 4.05 5.68 0.89 1.22 par:pas; -spécialisées spécialisé adj f p 1.60 5.41 0.14 1.08 -spécialisés spécialiser ver m p 4.05 5.68 0.51 0.95 par:pas; -spécialité spécialité nom f s 10.06 9.73 8.70 7.91 -spécialités spécialité nom f p 10.06 9.73 1.36 1.82 -spéciaux spécial adj m p 83.73 31.22 6.36 4.66 -spécieuse spécieux adj f s 0.11 0.41 0.04 0.07 -spécieusement spécieusement adv 0.00 0.07 0.00 0.07 -spécieuses spécieux adj f p 0.11 0.41 0.01 0.20 -spécieux spécieux adj m 0.11 0.41 0.06 0.14 -spécifiais spécifier ver 1.19 2.16 0.00 0.07 ind:imp:1s; -spécifiait spécifier ver 1.19 2.16 0.04 0.41 ind:imp:3s; -spécifiant spécifier ver 1.19 2.16 0.00 0.20 par:pre; -spécification spécification nom f s 0.48 0.07 0.02 0.00 -spécifications spécification nom f p 0.48 0.07 0.46 0.07 -spécificité spécificité nom f s 0.25 0.34 0.07 0.34 -spécificités spécificité nom f p 0.25 0.34 0.17 0.00 -spécifie spécifier ver 1.19 2.16 0.37 0.27 imp:pre:2s;ind:pre:3s; -spécifient spécifier ver 1.19 2.16 0.00 0.07 ind:pre:3p; -spécifier spécifier ver 1.19 2.16 0.19 0.27 inf; -spécifiera spécifier ver 1.19 2.16 0.03 0.00 ind:fut:3s; -spécifiez spécifier ver 1.19 2.16 0.02 0.00 imp:pre:2p; -spécifique spécifique adj s 4.80 1.96 3.59 1.42 -spécifiquement spécifiquement adv 1.18 1.22 1.18 1.22 -spécifiques spécifique adj p 4.80 1.96 1.22 0.54 -spécifié spécifier ver m s 1.19 2.16 0.53 0.88 par:pas; -spécifiée spécifié adj f s 0.15 0.07 0.03 0.00 -spécifiées spécifié adj f p 0.15 0.07 0.04 0.00 -spécifiés spécifié adj m p 0.15 0.07 0.02 0.00 -spécimen spécimen nom m s 5.26 3.31 3.46 1.49 -spécimens spécimen nom m p 5.26 3.31 1.80 1.82 -spéculaient spéculer ver 1.86 1.62 0.01 0.07 ind:imp:3p; -spéculaire spéculaire adj s 0.00 0.14 0.00 0.14 -spéculait spéculer ver 1.86 1.62 0.00 0.07 ind:imp:3s; -spéculant spéculer ver 1.86 1.62 0.03 0.34 par:pre; -spéculateur spéculateur nom m s 0.88 0.68 0.13 0.54 -spéculateurs spéculateur nom m p 0.88 0.68 0.64 0.07 -spéculatif spéculatif adj m s 0.08 0.61 0.02 0.14 -spéculatifs spéculatif adj m p 0.08 0.61 0.04 0.14 -spéculation spéculation nom f s 2.13 3.92 1.08 1.35 -spéculations spéculation nom f p 2.13 3.92 1.04 2.57 -spéculative spéculatif adj f s 0.08 0.61 0.02 0.27 -spéculatives spéculatif adj f p 0.08 0.61 0.00 0.07 -spéculatrice spéculateur nom f s 0.88 0.68 0.10 0.00 -spéculatrices spéculateur nom f p 0.88 0.68 0.00 0.07 -spécule spéculer ver 1.86 1.62 0.51 0.41 imp:pre:2s;ind:pre:1s;ind:pre:3s; -spéculent spéculer ver 1.86 1.62 0.15 0.14 ind:pre:3p; -spéculer spéculer ver 1.86 1.62 0.77 0.47 inf; -spéculeraient spéculer ver 1.86 1.62 0.00 0.07 cnd:pre:3p; -spéculez spéculer ver 1.86 1.62 0.34 0.00 imp:pre:2p;ind:pre:2p; -spéculoos spéculoos nom m 0.14 0.00 0.14 0.00 -spéculé spéculer ver m s 1.86 1.62 0.05 0.07 par:pas; -spéculum spéculum nom m s 0.13 0.14 0.13 0.14 -spéléo spéléo nom f s 0.27 0.00 0.27 0.00 -spéléologie spéléologie nom f s 0.02 0.07 0.02 0.07 -spéléologue spéléologue nom s 0.29 0.27 0.12 0.07 -spéléologues spéléologue nom p 0.29 0.27 0.17 0.20 -spéléotomie spéléotomie nom f s 0.00 0.14 0.00 0.14 -spumescent spumescent adj m s 0.00 0.07 0.00 0.07 -spumosité spumosité nom f s 0.00 0.07 0.00 0.07 -squale squale nom m s 0.47 0.20 0.23 0.00 -squales squale nom m p 0.47 0.20 0.24 0.20 -squames squame nom f p 0.01 0.14 0.01 0.14 -squameuse squameux adj f s 0.05 0.41 0.01 0.34 -squameux squameux adj m s 0.05 0.41 0.04 0.07 -square square nom m s 5.89 16.69 5.51 14.39 -squares square nom m p 5.89 16.69 0.38 2.30 -squash squash nom m s 0.73 0.07 0.73 0.07 -squat squat nom m s 1.23 0.00 1.20 0.00 -squats squat nom m p 1.23 0.00 0.03 0.00 -squattait squatter ver 1.28 0.41 0.04 0.00 ind:imp:3s; -squatte squatter ver 1.28 0.41 0.50 0.14 imp:pre:2s;ind:pre:1s;ind:pre:3s; -squatter squatter ver 1.28 0.41 0.43 0.07 inf; -squatteras squatter ver 1.28 0.41 0.01 0.00 ind:fut:2s; -squatters squatter nom m p 0.46 0.27 0.30 0.14 -squatteur squatteur nom m s 0.17 0.00 0.05 0.00 -squatteurs squatteur nom m p 0.17 0.00 0.12 0.00 -squattez squatter ver 1.28 0.41 0.03 0.00 ind:pre:2p; -squatté squatter ver m s 1.28 0.41 0.28 0.00 par:pas; -squattée squatter ver f s 1.28 0.41 0.00 0.07 par:pas; -squattées squatter ver f p 1.28 0.41 0.00 0.07 par:pas; -squattérisé squattériser ver m s 0.00 0.07 0.00 0.07 par:pas; -squattés squatter ver m p 1.28 0.41 0.00 0.07 par:pas; -squaw squaw nom f s 0.00 6.08 0.00 6.01 -squaws squaw nom f p 0.00 6.08 0.00 0.07 -squeeze squeeze nom m s 0.10 0.07 0.10 0.07 -squeezent squeezer ver 0.02 0.00 0.01 0.00 ind:pre:3p; -squeezer squeezer ver 0.02 0.00 0.01 0.00 inf; -squelette squelette nom m s 6.75 11.69 5.09 8.58 -squelettes squelette nom m p 6.75 11.69 1.65 3.11 -squelettique squelettique adj s 0.39 3.45 0.29 2.09 -squelettiques squelettique adj p 0.39 3.45 0.10 1.35 -squire squire nom m s 0.04 0.07 0.01 0.07 -squires squire nom m p 0.04 0.07 0.03 0.00 -sri_lankais sri_lankais adj m 0.01 0.00 0.01 0.00 -sri_lankais sri_lankais nom m 0.01 0.00 0.01 0.00 -stabat_mater stabat_mater nom m 0.00 0.07 0.00 0.07 -stabilisa stabiliser ver 4.84 1.42 0.01 0.00 ind:pas:3s; -stabilisait stabiliser ver 4.84 1.42 0.00 0.14 ind:imp:3s; -stabilisant stabilisant nom m s 0.02 0.00 0.02 0.00 -stabilisante stabilisant adj f s 0.03 0.00 0.03 0.00 -stabilisateur stabilisateur nom m s 0.84 0.00 0.41 0.00 -stabilisateurs stabilisateur nom m p 0.84 0.00 0.43 0.00 -stabilisation stabilisation nom f s 0.36 0.41 0.36 0.41 -stabilisatrice stabilisateur adj f s 0.35 0.00 0.03 0.00 -stabilise stabiliser ver 4.84 1.42 1.02 0.34 imp:pre:2s;ind:pre:1s;ind:pre:3s; -stabilisent stabiliser ver 4.84 1.42 0.09 0.07 ind:pre:3p; -stabiliser stabiliser ver 4.84 1.42 1.65 0.61 inf; -stabilisez stabiliser ver 4.84 1.42 0.37 0.00 imp:pre:2p; -stabilisons stabiliser ver 4.84 1.42 0.02 0.00 imp:pre:1p;ind:pre:1p; -stabilisèrent stabiliser ver 4.84 1.42 0.00 0.07 ind:pas:3p; -stabilisé stabiliser ver m s 4.84 1.42 1.20 0.20 par:pas; -stabilisée stabiliser ver f s 4.84 1.42 0.45 0.00 par:pas; -stabilisées stabilisé adj f p 0.56 0.41 0.01 0.14 -stabilisés stabiliser ver m p 4.84 1.42 0.04 0.00 par:pas; -stabilité stabilité nom f s 1.81 3.18 1.81 3.18 -stable stable adj s 10.09 4.53 8.67 3.78 -stablement stablement adv 0.00 0.07 0.00 0.07 -stables stable adj p 10.09 4.53 1.42 0.74 -stabulation stabulation nom f s 0.00 0.14 0.00 0.14 -staccato staccato nom m s 0.02 0.41 0.02 0.41 -stade stade nom m s 15.14 14.80 14.34 13.18 -stades stade nom m p 15.14 14.80 0.80 1.62 -stadium stadium nom m s 0.22 0.07 0.22 0.07 -staff staff nom m s 1.39 0.54 1.36 0.47 -staffs staff nom m p 1.39 0.54 0.03 0.07 -stage stage nom m s 6.16 5.54 4.87 4.80 -stages stage nom m p 6.16 5.54 1.28 0.74 -stagflation stagflation nom f s 0.01 0.00 0.01 0.00 -stagiaire stagiaire nom s 2.47 1.55 1.79 1.22 -stagiaires stagiaire nom p 2.47 1.55 0.69 0.34 -stagna stagner ver 0.59 5.41 0.00 0.20 ind:pas:3s; -stagnaient stagner ver 0.59 5.41 0.00 0.27 ind:imp:3p; -stagnait stagner ver 0.59 5.41 0.04 1.69 ind:imp:3s; -stagnant stagnant adj m s 0.41 2.97 0.04 0.61 -stagnante stagnant adj f s 0.41 2.97 0.26 1.69 -stagnantes stagnant adj f p 0.41 2.97 0.11 0.68 -stagnation stagnation nom f s 0.19 0.61 0.19 0.61 -stagne stagner ver 0.59 5.41 0.24 1.28 imp:pre:2s;ind:pre:1s;ind:pre:3s; -stagnent stagner ver 0.59 5.41 0.06 0.20 ind:pre:3p; -stagner stagner ver 0.59 5.41 0.21 0.74 inf; -stagnez stagner ver 0.59 5.41 0.02 0.00 ind:pre:2p; -stagné stagner ver m s 0.59 5.41 0.02 0.27 par:pas; -stakhanoviste stakhanoviste nom s 0.27 0.07 0.27 0.07 -stalactite stalactite nom f s 0.15 0.61 0.11 0.07 -stalactites stalactite nom f p 0.15 0.61 0.04 0.54 -stalag stalag nom m s 0.37 0.74 0.37 0.61 -stalagmite stalagmite nom f s 0.12 0.34 0.11 0.07 -stalagmites stalagmite nom f p 0.12 0.34 0.01 0.27 -stalags stalag nom m p 0.37 0.74 0.00 0.14 -stalinien stalinien adj m s 0.48 3.72 0.02 1.42 -stalinienne stalinien adj f s 0.48 3.72 0.42 1.35 -staliniennes stalinien adj f p 0.48 3.72 0.03 0.54 -staliniens stalinien nom m p 0.05 1.69 0.04 1.28 -stalinisme stalinisme nom m s 0.14 1.01 0.14 1.01 -stalinisée staliniser ver f s 0.00 0.07 0.00 0.07 par:pas; -stalino stalino adv 0.00 0.07 0.00 0.07 -stalle stalle nom f s 0.32 2.43 0.19 0.74 -stalles stalle nom f p 0.32 2.43 0.13 1.69 -stals stal nom p 0.00 0.20 0.00 0.20 -stance stance nom f s 0.25 0.41 0.25 0.00 -stances stance nom f p 0.25 0.41 0.00 0.41 -stand_by stand_by nom m 0.83 0.07 0.83 0.07 -stand stand nom m s 7.02 3.72 5.66 2.64 -standard standard adj 4.17 1.01 4.17 1.01 -standardisation standardisation nom f s 0.00 0.07 0.00 0.07 -standardiste standardiste nom s 0.56 1.55 0.53 1.28 -standardistes standardiste nom p 0.56 1.55 0.03 0.27 -standardisé standardiser ver m s 0.03 0.00 0.01 0.00 par:pas; -standardisée standardisé adj f s 0.13 0.14 0.11 0.00 -standardisées standardiser ver f p 0.03 0.00 0.01 0.00 par:pas; -standardisés standardisé adj m p 0.13 0.14 0.01 0.00 -standards standard nom m p 3.24 2.30 0.72 0.27 -standing standing nom m s 1.00 2.03 1.00 2.03 -stands stand nom m p 7.02 3.72 1.36 1.08 -staphylococcie staphylococcie nom f s 0.01 0.00 0.01 0.00 -staphylococcique staphylococcique adj m s 0.01 0.00 0.01 0.00 -staphylocoque staphylocoque nom m s 0.11 0.00 0.09 0.00 -staphylocoques staphylocoque nom m p 0.11 0.00 0.02 0.00 -star_system star_system nom m s 0.01 0.00 0.01 0.00 -star star nom f s 39.34 9.86 28.91 6.35 -starking starking nom f s 0.00 0.14 0.00 0.14 -starlette starlette nom f s 0.39 1.22 0.21 0.54 -starlettes starlette nom f p 0.39 1.22 0.18 0.68 -staroste staroste nom m s 0.60 0.14 0.60 0.14 -stars star nom f p 39.34 9.86 10.44 3.51 -start_up start_up nom f 0.35 0.00 0.35 0.00 -starter starter nom m s 1.00 0.34 1.00 0.34 -starting_gate starting_gate nom f s 0.04 0.14 0.04 0.14 -stase stase nom f s 1.23 0.07 1.23 0.07 -stat stat nom s 0.05 0.00 0.05 0.00 -state stater ver 0.58 1.69 0.57 1.69 imp:pre:2s;ind:pre:1s;ind:pre:3s; -stater stater ver 0.58 1.69 0.01 0.00 inf; -statices statice nom m p 0.00 0.07 0.00 0.07 -station_service station_service nom f s 4.22 3.58 3.95 3.24 -station_éclair station_éclair nom f s 0.00 0.07 0.00 0.07 -station station nom f s 29.71 24.26 26.73 17.97 -stationna stationner ver 1.67 8.85 0.00 0.07 ind:pas:3s; -stationnaient stationner ver 1.67 8.85 0.00 2.03 ind:imp:3p; -stationnaire stationnaire adj s 0.64 0.41 0.64 0.41 -stationnait stationner ver 1.67 8.85 0.00 1.89 ind:imp:3s; -stationnant stationner ver 1.67 8.85 0.01 0.41 par:pre; -stationne stationner ver 1.67 8.85 0.30 0.61 imp:pre:2s;ind:pre:3s; -stationnement stationnement nom m s 1.83 2.64 1.79 2.64 -stationnements stationnement nom m p 1.83 2.64 0.04 0.00 -stationnent stationner ver 1.67 8.85 0.10 0.41 ind:pre:3p; -stationner stationner ver 1.67 8.85 0.47 0.81 inf; -stationnera stationner ver 1.67 8.85 0.01 0.07 ind:fut:3s; -stationnez stationner ver 1.67 8.85 0.07 0.00 imp:pre:2p;ind:pre:2p; -stationnions stationner ver 1.67 8.85 0.00 0.07 ind:imp:1p; -stationnèrent stationner ver 1.67 8.85 0.00 0.07 ind:pas:3p; -stationné stationner ver m s 1.67 8.85 0.41 0.68 par:pas; -stationnée stationner ver f s 1.67 8.85 0.09 0.81 par:pas; -stationnées stationner ver f p 1.67 8.85 0.14 0.61 par:pas; -stationnés stationner ver m p 1.67 8.85 0.06 0.34 par:pas; -station_service station_service nom f p 4.22 3.58 0.27 0.34 -stations station nom f p 29.71 24.26 2.98 6.28 -statique statique adj s 0.65 1.42 0.61 1.28 -statiques statique adj p 0.65 1.42 0.03 0.14 -statisticien statisticien nom m s 0.10 0.00 0.09 0.00 -statisticienne statisticien nom f s 0.10 0.00 0.01 0.00 -statistique statistique adj s 1.13 0.88 0.61 0.47 -statistiquement statistiquement adv 0.91 0.07 0.91 0.07 -statistiquer statistiquer ver 0.00 0.07 0.00 0.07 inf; -statistiques statistique nom f p 5.11 3.45 4.59 3.31 -statère statère nom m s 0.00 0.74 0.00 0.68 -statères statère nom m p 0.00 0.74 0.00 0.07 -statu_quo statu_quo nom m s 0.94 1.08 0.94 1.08 -statuaient statuer ver 0.71 1.01 0.00 0.07 ind:imp:3p; -statuaire statuaire nom s 0.00 0.88 0.00 0.88 -statuant statuer ver 0.71 1.01 0.01 0.07 par:pre; -statue statue nom f s 19.50 42.84 15.42 25.54 -statuer statuer ver 0.71 1.01 0.27 0.34 inf; -statuera statuer ver 0.71 1.01 0.02 0.07 ind:fut:3s; -statuerai statuer ver 0.71 1.01 0.01 0.00 ind:fut:1s; -statuerait statuer ver 0.71 1.01 0.00 0.07 cnd:pre:3s; -statues statue nom f p 19.50 42.84 4.08 17.30 -statuette statuette nom f s 0.54 4.93 0.37 3.45 -statuettes statuette nom f p 0.54 4.93 0.17 1.49 -statufia statufier ver 0.06 1.28 0.00 0.07 ind:pas:3s; -statufiais statufier ver 0.06 1.28 0.00 0.07 ind:imp:1s; -statufiait statufier ver 0.06 1.28 0.00 0.07 ind:imp:3s; -statufiant statufier ver 0.06 1.28 0.00 0.14 par:pre; -statufier statufier ver 0.06 1.28 0.01 0.14 inf; -statufièrent statufier ver 0.06 1.28 0.01 0.00 ind:pas:3p; -statufié statufier ver m s 0.06 1.28 0.03 0.27 par:pas; -statufiée statufier ver f s 0.06 1.28 0.00 0.41 par:pas; -statufiées statufier ver f p 0.06 1.28 0.00 0.07 par:pas; -statufiés statufier ver m p 0.06 1.28 0.01 0.07 par:pas; -stature stature nom f s 0.75 4.05 0.75 3.92 -statures stature nom f p 0.75 4.05 0.00 0.14 -staturo_pondéral staturo_pondéral adj m s 0.01 0.00 0.01 0.00 -status status nom m 0.22 0.14 0.22 0.14 -statut statut nom m s 6.13 5.74 5.66 4.66 -statutaire statutaire adj f s 0.11 0.00 0.11 0.00 -statuts statut nom m p 6.13 5.74 0.48 1.08 -statué statuer ver m s 0.71 1.01 0.19 0.00 par:pas; -stayer stayer nom m s 0.00 0.47 0.00 0.47 -steak steak nom m s 10.76 2.57 8.15 1.69 -steaks steak nom m p 10.76 2.57 2.61 0.88 -steamboat steamboat nom m s 0.04 0.00 0.04 0.00 -steamer steamer nom m s 0.06 0.27 0.05 0.20 -steamers steamer nom m p 0.06 0.27 0.01 0.07 -steeple_chase steeple_chase nom m s 0.02 0.07 0.02 0.07 -steeple steeple nom m s 0.09 0.07 0.08 0.07 -steeples steeple nom m p 0.09 0.07 0.01 0.00 -stegomya stegomya nom f s 0.00 0.07 0.00 0.07 -stellaire stellaire adj s 1.76 0.88 1.55 0.54 -stellaires stellaire adj p 1.76 0.88 0.21 0.34 -stem stem nom m s 0.00 0.07 0.00 0.07 -stencil stencil nom m s 0.01 0.07 0.01 0.07 -stendhalien stendhalien adj m s 0.00 0.07 0.00 0.07 -stendhalien stendhalien nom m s 0.00 0.07 0.00 0.07 -stentor stentor nom m s 0.04 0.88 0.04 0.81 -stentors stentor nom m p 0.04 0.88 0.00 0.07 -steppe steppe nom f s 2.78 18.65 1.57 12.97 -stepper stepper nom m s 0.09 0.00 0.07 0.00 -steppers stepper nom m p 0.09 0.00 0.01 0.00 -steppes steppe nom f p 2.78 18.65 1.21 5.68 -stercoraire stercoraire adj m s 0.00 0.07 0.00 0.07 -stercoraires stercoraire nom m p 0.00 0.07 0.00 0.07 -sterling sterling adj 0.93 0.61 0.93 0.61 -sternal sternal adj m s 0.26 0.14 0.04 0.14 -sternale sternal adj f s 0.26 0.14 0.22 0.00 -sterne sterne nom f s 0.01 0.14 0.00 0.07 -sternes sterne nom f p 0.01 0.14 0.01 0.07 -sterno_cléido_mastoïdien sterno_cléido_mastoïdien adj m s 0.01 0.00 0.01 0.00 -sternum sternum nom m s 0.97 0.81 0.97 0.81 -stetson stetson nom m s 0.21 0.07 0.21 0.07 -steward steward nom m s 0.00 1.35 0.00 1.35 -sèche_cheveux sèche_cheveux nom m 0.97 0.00 0.97 0.00 -sèche_linge sèche_linge nom m 0.74 0.00 0.74 0.00 -sèche_mains sèche_mains nom m 0.04 0.00 0.04 0.00 -sèche sec adj f s 43.02 142.84 8.72 35.00 -sèchement sèchement adv 0.35 11.55 0.35 11.55 -sèchent sécher ver 19.49 40.41 0.57 2.57 ind:pre:3p; -sèches sec adj f p 43.02 142.84 2.00 18.45 -sème semer ver 19.80 25.41 4.35 1.89 imp:pre:2s;ind:pre:1s;ind:pre:3s; -sèment semer ver 19.80 25.41 0.94 0.54 ind:pre:3p; -sèmera semer ver 19.80 25.41 0.18 0.00 ind:fut:3s; -sèmerai semer ver 19.80 25.41 0.01 0.07 ind:fut:1s; -sèmerais semer ver 19.80 25.41 0.01 0.00 cnd:pre:2s; -sèmerait semer ver 19.80 25.41 0.06 0.14 cnd:pre:3s; -sèmeras semer ver 19.80 25.41 0.01 0.00 ind:fut:2s; -sèmerez semer ver 19.80 25.41 0.01 0.00 ind:fut:2p; -sèmerions semer ver 19.80 25.41 0.00 0.07 cnd:pre:1p; -sèmerons semer ver 19.80 25.41 0.01 0.07 ind:fut:1p; -sèmeront semer ver 19.80 25.41 0.01 0.07 ind:fut:3p; -sèmes semer ver 19.80 25.41 0.32 0.14 ind:pre:2s; -sève sève nom f s 3.19 7.91 3.19 7.03 -sèves sève nom f p 3.19 7.91 0.00 0.88 -sèvres sèvres nom m 0.01 0.07 0.01 0.07 -stick stick nom m s 0.78 0.95 0.54 0.95 -sticker sticker nom m s 0.04 0.00 0.04 0.00 -sticks stick nom m p 0.78 0.95 0.23 0.00 -stigma stigma nom m s 0.00 0.07 0.00 0.07 -stigmate stigmate nom m s 0.99 3.11 0.16 0.27 -stigmates stigmate nom m p 0.99 3.11 0.83 2.84 -stigmatisaient stigmatiser ver 0.18 0.74 0.00 0.07 ind:imp:3p; -stigmatisait stigmatiser ver 0.18 0.74 0.00 0.14 ind:imp:3s; -stigmatisant stigmatiser ver 0.18 0.74 0.01 0.20 par:pre; -stigmatiser stigmatiser ver 0.18 0.74 0.01 0.14 inf; -stigmatisé stigmatiser ver m s 0.18 0.74 0.02 0.00 par:pas; -stigmatisée stigmatiser ver f s 0.18 0.74 0.14 0.14 par:pas; -stigmatisés stigmatisé adj m p 0.06 0.07 0.05 0.00 -stilton stilton nom m s 0.04 0.20 0.04 0.20 -stimula stimuler ver 4.60 4.05 0.00 0.14 ind:pas:3s; -stimulaient stimuler ver 4.60 4.05 0.01 0.07 ind:imp:3p; -stimulait stimuler ver 4.60 4.05 0.03 0.41 ind:imp:3s; -stimulant stimulant nom m s 1.81 0.47 1.47 0.27 -stimulante stimulant adj f s 1.97 1.55 0.33 0.41 -stimulantes stimulant adj f p 1.97 1.55 0.04 0.07 -stimulants stimulant nom m p 1.81 0.47 0.35 0.20 -stimulateur stimulateur nom m s 0.42 0.00 0.42 0.00 -stimulation stimulation nom f s 1.29 0.27 1.23 0.27 -stimulations stimulation nom f p 1.29 0.27 0.05 0.00 -stimule stimuler ver 4.60 4.05 1.58 0.68 imp:pre:2s;ind:pre:1s;ind:pre:3s; -stimulent stimuler ver 4.60 4.05 0.08 0.20 ind:pre:3p; -stimuler stimuler ver 4.60 4.05 1.45 1.22 inf; -stimulera stimuler ver 4.60 4.05 0.09 0.00 ind:fut:3s; -stimulerait stimuler ver 4.60 4.05 0.12 0.07 cnd:pre:3s; -stimuleront stimuler ver 4.60 4.05 0.02 0.00 ind:fut:3p; -stimulez stimuler ver 4.60 4.05 0.01 0.00 imp:pre:2p; -stimuli stimulus nom m p 0.84 0.14 0.45 0.00 -stimulons stimuler ver 4.60 4.05 0.02 0.00 imp:pre:1p;ind:pre:1p; -stimulé stimuler ver m s 4.60 4.05 0.66 0.41 par:pas; -stimulée stimuler ver f s 4.60 4.05 0.09 0.27 par:pas; -stimulées stimuler ver f p 4.60 4.05 0.03 0.07 par:pas; -stimulus_réponse stimulus_réponse nom m 0.00 0.14 0.00 0.14 -stimulés stimuler ver m p 4.60 4.05 0.16 0.20 par:pas; -stimulus stimulus nom m 0.84 0.14 0.39 0.14 -stipendiés stipendier ver m p 0.00 0.14 0.00 0.14 par:pas; -stipes stipe nom m p 0.01 0.07 0.01 0.07 -stipulait stipuler ver 1.81 0.54 0.21 0.00 ind:imp:3s; -stipulant stipuler ver 1.81 0.54 0.10 0.27 par:pre; -stipulation stipulation nom f s 0.02 0.20 0.01 0.00 -stipulations stipulation nom f p 0.02 0.20 0.01 0.20 -stipule stipuler ver 1.81 0.54 0.98 0.20 imp:pre:2s;ind:pre:3s; -stipulent stipuler ver 1.81 0.54 0.14 0.00 ind:pre:3p; -stipuler stipuler ver 1.81 0.54 0.03 0.00 inf; -stipulé stipuler ver m s 1.81 0.54 0.29 0.07 par:pas; -stipulée stipuler ver f s 1.81 0.54 0.01 0.00 par:pas; -stipulées stipuler ver f p 1.81 0.54 0.03 0.00 par:pas; -stipulés stipuler ver m p 1.81 0.54 0.01 0.00 par:pas; -stoïcien stoïcien adj m s 0.01 0.34 0.01 0.34 -stoïciens stoïcien nom m p 0.01 0.61 0.01 0.41 -stoïcisme stoïcisme nom m s 0.07 0.61 0.07 0.61 -stoïque stoïque adj s 0.39 0.95 0.35 0.88 -stoïquement stoïquement adv 0.00 0.27 0.00 0.27 -stoïques stoïque adj p 0.39 0.95 0.03 0.07 -stochastique stochastique adj m s 0.01 0.00 0.01 0.00 -stock_car stock_car nom m s 0.19 0.14 0.16 0.14 -stock_car stock_car nom m p 0.19 0.14 0.03 0.00 -stock_option stock_option nom f p 0.18 0.00 0.18 0.00 -stock stock nom m s 5.66 7.91 4.23 4.80 -stockage stockage nom m s 1.33 0.47 1.32 0.41 -stockages stockage nom m p 1.33 0.47 0.01 0.07 -stockaient stocker ver 3.54 1.15 0.07 0.07 ind:imp:3p; -stockait stocker ver 3.54 1.15 0.06 0.20 ind:imp:3s; -stocke stocker ver 3.54 1.15 0.48 0.00 ind:pre:1s;ind:pre:3s; -stockent stocker ver 3.54 1.15 0.20 0.14 ind:pre:3p; -stocker stocker ver 3.54 1.15 1.22 0.14 inf; -stockez stocker ver 3.54 1.15 0.17 0.00 imp:pre:2p;ind:pre:2p; -stockons stocker ver 3.54 1.15 0.04 0.00 imp:pre:1p;ind:pre:1p; -stocks stock nom m p 5.66 7.91 1.44 3.11 -stocké stocker ver m s 3.54 1.15 0.31 0.27 par:pas; -stockée stocker ver f s 3.54 1.15 0.24 0.00 par:pas; -stockées stocker ver f p 3.54 1.15 0.50 0.14 par:pas; -stockés stocker ver m p 3.54 1.15 0.24 0.20 par:pas; -stoker stoker nom m s 0.65 0.00 0.65 0.00 -stokes stokes nom m 0.10 0.00 0.10 0.00 -stomacal stomacal adj m s 0.06 0.61 0.03 0.27 -stomacale stomacal adj f s 0.06 0.61 0.03 0.14 -stomacales stomacal adj f p 0.06 0.61 0.00 0.14 -stomacaux stomacal adj m p 0.06 0.61 0.00 0.07 -stomates stomate nom m p 0.01 0.00 0.01 0.00 -stomie stomie nom f s 0.02 0.00 0.02 0.00 -stomoxys stomoxys nom m 0.27 0.00 0.27 0.00 -stone stone adj s 2.06 2.16 1.11 0.34 -stones stone adj p 2.06 2.16 0.94 1.82 -stop stop nom m s 44.50 6.76 44.36 6.49 -stoppa stopper ver 9.46 15.61 0.11 2.36 ind:pas:3s; -stoppage stoppage nom m s 0.00 0.14 0.00 0.14 -stoppai stopper ver 9.46 15.61 0.00 0.07 ind:pas:1s; -stoppaient stopper ver 9.46 15.61 0.00 0.20 ind:imp:3p; -stoppais stopper ver 9.46 15.61 0.00 0.07 ind:imp:1s; -stoppait stopper ver 9.46 15.61 0.01 0.68 ind:imp:3s; -stoppant stopper ver 9.46 15.61 0.01 0.34 par:pre; -stoppe stopper ver 9.46 15.61 0.54 2.91 imp:pre:2s;ind:pre:1s;ind:pre:3s; -stoppent stopper ver 9.46 15.61 0.06 0.14 ind:pre:3p; -stopper stopper ver 9.46 15.61 4.88 3.11 inf; -stoppera stopper ver 9.46 15.61 0.09 0.00 ind:fut:3s; -stopperai stopper ver 9.46 15.61 0.02 0.00 ind:fut:1s; -stopperiez stopper ver 9.46 15.61 0.01 0.00 cnd:pre:2p; -stoppes stopper ver 9.46 15.61 0.01 0.14 ind:pre:2s; -stoppeur stoppeur nom m s 0.07 0.14 0.04 0.07 -stoppeurs stoppeur nom m p 0.07 0.14 0.02 0.00 -stoppeuse stoppeur nom f s 0.07 0.14 0.00 0.07 -stoppez stopper ver 9.46 15.61 1.33 0.00 imp:pre:2p;ind:pre:2p; -stoppions stopper ver 9.46 15.61 0.01 0.07 ind:imp:1p; -stoppons stopper ver 9.46 15.61 0.08 0.00 imp:pre:1p;ind:pre:1p; -stoppât stopper ver 9.46 15.61 0.00 0.07 sub:imp:3s; -stoppèrent stopper ver 9.46 15.61 0.10 0.61 ind:pas:3p; -stoppé stopper ver m s 9.46 15.61 1.60 3.38 par:pas; -stoppée stopper ver f s 9.46 15.61 0.44 0.74 par:pas; -stoppées stopper ver f p 9.46 15.61 0.03 0.20 par:pas; -stoppés stopper ver m p 9.46 15.61 0.13 0.54 par:pas; -stops stop nom m p 44.50 6.76 0.14 0.27 -storage storage nom m s 0.01 0.00 0.01 0.00 -store store nom m s 3.59 7.09 1.35 4.12 -stores store nom m p 3.59 7.09 2.23 2.97 -story_board story_board nom m s 0.28 0.07 0.23 0.00 -story_board story_board nom m p 0.28 0.07 0.03 0.00 -story_board story_board nom m s 0.28 0.07 0.03 0.07 -stout stout nom m s 0.45 0.14 0.45 0.14 -strabisme strabisme nom m s 0.02 0.95 0.02 0.88 -strabismes strabisme nom m p 0.02 0.95 0.00 0.07 -stradivarius stradivarius nom m 0.04 0.07 0.04 0.07 -straight straight adj s 0.40 0.14 0.40 0.14 -stramoine stramoine nom f s 0.01 0.00 0.01 0.00 -stramonium stramonium nom m s 0.04 0.00 0.04 0.00 -strangula stranguler ver 0.02 0.47 0.01 0.07 ind:pas:3s; -strangulant stranguler ver 0.02 0.47 0.00 0.14 par:pre; -strangulation strangulation nom f s 1.28 0.68 1.28 0.68 -stranguler stranguler ver 0.02 0.47 0.00 0.07 inf; -strangulé stranguler ver m s 0.02 0.47 0.00 0.20 par:pas; -strangulées stranguler ver f p 0.02 0.47 0.01 0.00 par:pas; -strapontin strapontin nom m s 0.18 1.89 0.16 1.35 -strapontins strapontin nom m p 0.18 1.89 0.03 0.54 -strasbourgeois strasbourgeois adj m s 0.14 0.54 0.14 0.47 -strasbourgeoise strasbourgeois adj f s 0.14 0.54 0.00 0.07 -strass strass nom m 0.21 1.69 0.21 1.69 -strasse strasse nom f s 0.39 0.20 0.39 0.20 -stratagème stratagème nom m s 1.89 1.76 1.54 1.35 -stratagèmes stratagème nom m p 1.89 1.76 0.34 0.41 -strate strate nom f s 0.34 0.47 0.17 0.00 -strates strate nom f p 0.34 0.47 0.17 0.47 -stratification stratification nom f s 0.01 0.41 0.01 0.14 -stratifications stratification nom f p 0.01 0.41 0.00 0.27 -stratifié stratifié adj m s 0.04 0.54 0.04 0.41 -stratifiée stratifier ver f s 0.01 0.00 0.01 0.00 par:pas; -stratifiées stratifié adj f p 0.04 0.54 0.00 0.07 -stratigraphique stratigraphique adj s 0.00 0.07 0.00 0.07 -stratosphère stratosphère nom f s 0.62 0.68 0.62 0.68 -stratosphérique stratosphérique adj m s 0.02 0.14 0.02 0.07 -stratosphériques stratosphérique adj f p 0.02 0.14 0.00 0.07 -stratège stratège nom m s 1.31 1.62 1.11 1.01 -stratèges stratège nom m p 1.31 1.62 0.20 0.61 -stratégie stratégie nom f s 9.80 7.23 8.96 6.89 -stratégies stratégie nom f p 9.80 7.23 0.84 0.34 -stratégique stratégique adj s 3.21 10.14 2.26 6.96 -stratégiquement stratégiquement adv 0.30 0.54 0.30 0.54 -stratégiques stratégique adj p 3.21 10.14 0.95 3.18 -stratégiste stratégiste nom s 0.01 0.00 0.01 0.00 -stratus stratus nom m 0.01 0.00 0.01 0.00 -strelitzia strelitzia nom m s 0.01 0.00 0.01 0.00 -streptococcie streptococcie nom f s 0.01 0.00 0.01 0.00 -streptococcique streptococcique adj f s 0.01 0.00 0.01 0.00 -streptocoque streptocoque nom m s 0.18 0.07 0.18 0.07 -streptokinase streptokinase nom f s 0.01 0.00 0.01 0.00 -streptomycine streptomycine nom f s 0.04 0.14 0.04 0.14 -stress stress nom m 10.85 0.41 10.85 0.41 -stressais stresser ver 7.34 0.34 0.11 0.00 ind:imp:1s; -stressait stresser ver 7.34 0.34 0.02 0.00 ind:imp:3s; -stressant stressant adj m s 1.81 0.00 1.16 0.00 -stressante stressant adj f s 1.81 0.00 0.45 0.00 -stressantes stressant adj f p 1.81 0.00 0.13 0.00 -stressants stressant adj m p 1.81 0.00 0.07 0.00 -stresse stresser ver 7.34 0.34 1.13 0.00 imp:pre:2s;ind:pre:1s;ind:pre:3s; -stressent stresser ver 7.34 0.34 0.13 0.00 ind:pre:3p; -stresser stresser ver 7.34 0.34 0.75 0.00 inf; -stressera stresser ver 7.34 0.34 0.01 0.00 ind:fut:3s; -stresserai stresser ver 7.34 0.34 0.01 0.00 ind:fut:1s; -stressé stresser ver m s 7.34 0.34 2.94 0.14 par:pas; -stressée stresser ver f s 7.34 0.34 1.81 0.14 par:pas; -stressées stresser ver f p 7.34 0.34 0.07 0.00 par:pas; -stressés stresser ver m p 7.34 0.34 0.35 0.07 par:pas; -stretch stretch nom m s 0.29 0.20 0.29 0.20 -stretching stretching nom m s 0.28 0.00 0.28 0.00 -striaient strier ver 0.03 4.26 0.01 0.20 ind:imp:3p; -striait strier ver 0.03 4.26 0.00 0.27 ind:imp:3s; -striations striation nom f p 0.09 0.00 0.09 0.00 -strict strict adj m s 7.66 14.39 3.36 7.03 -stricte strict adj f s 7.66 14.39 2.58 5.27 -strictement strictement adv 4.95 7.91 4.95 7.91 -strictes strict adj f p 7.66 14.39 1.18 1.22 -stricto_sensu stricto_sensu adv 0.01 0.00 0.01 0.00 -stricts strict adj m p 7.66 14.39 0.54 0.88 -stridence stridence nom f s 0.01 1.96 0.01 0.95 -stridences stridence nom f p 0.01 1.96 0.00 1.01 -strident strident adj m s 0.74 7.30 0.40 3.04 -stridente strident adj f s 0.74 7.30 0.14 1.15 -stridentes strident adj f p 0.74 7.30 0.02 1.01 -stridents strident adj m p 0.74 7.30 0.19 2.09 -strider strider ver 0.12 0.00 0.12 0.00 inf; -stridor stridor nom m s 0.04 0.00 0.04 0.00 -stridulait striduler ver 0.00 0.20 0.00 0.07 ind:imp:3s; -stridulation stridulation nom f s 0.16 0.27 0.02 0.14 -stridulations stridulation nom f p 0.16 0.27 0.14 0.14 -stridule striduler ver 0.00 0.20 0.00 0.07 ind:pre:3s; -striduler striduler ver 0.00 0.20 0.00 0.07 inf; -striduleuse striduleux adj f s 0.00 0.07 0.00 0.07 -strie strie nom f s 0.73 1.82 0.05 0.07 -strient strier ver 0.03 4.26 0.00 0.07 ind:pre:3p; -strier strier ver 0.03 4.26 0.00 0.14 inf; -stries strie nom f p 0.73 1.82 0.68 1.76 -string string nom m s 3.90 0.34 2.59 0.34 -strings string nom m p 3.90 0.34 1.31 0.00 -strip_poker strip_poker nom m s 0.08 0.07 0.08 0.07 -strip_tease strip_tease nom m s 4.04 1.01 3.63 0.95 -strip_tease strip_tease nom m p 4.04 1.01 0.41 0.07 -strip_teaseur strip_teaseur nom m s 3.23 0.47 0.11 0.00 -strip_teaseur strip_teaseur nom m p 3.23 0.47 0.14 0.00 -strip_teaseur strip_teaseur nom f s 3.23 0.47 2.98 0.27 -strip_teaseuse strip_teaseuse nom f p 0.79 0.00 0.79 0.00 -strip strip nom m s 2.44 0.27 2.44 0.27 -stripper stripper ver 0.01 0.00 0.01 0.00 inf; -striptease striptease nom m s 0.60 0.00 0.60 0.00 -stripteaseuse stripteaseur nom f s 0.26 0.20 0.26 0.14 -stripteaseuses stripteaseuse nom f p 0.19 0.00 0.19 0.00 -strié strié adj m s 0.06 0.74 0.03 0.14 -striée strier ver f s 0.03 4.26 0.01 0.81 par:pas; -striées strié adj f p 0.06 0.74 0.01 0.14 -striures striure nom f p 0.05 0.41 0.05 0.41 -striés strié adj m p 0.06 0.74 0.01 0.20 -stroboscope stroboscope nom m s 0.05 0.00 0.05 0.00 -stroboscopique stroboscopique adj m s 0.10 0.00 0.10 0.00 -strontiane strontiane nom f s 0.00 0.07 0.00 0.07 -strontium strontium nom m s 0.06 0.07 0.06 0.07 -strophe strophe nom f s 0.30 2.16 0.26 0.81 -strophes strophe nom f p 0.30 2.16 0.04 1.35 -stropiats stropiat nom m p 0.00 0.68 0.00 0.68 -structura structurer ver 0.51 1.22 0.00 0.47 ind:pas:3s; -structuraient structurer ver 0.51 1.22 0.00 0.07 ind:imp:3p; -structurait structurer ver 0.51 1.22 0.00 0.14 ind:imp:3s; -structural structural adj m s 0.06 0.27 0.00 0.20 -structurale structural adj f s 0.06 0.27 0.04 0.07 -structuralement structuralement adv 0.00 0.07 0.00 0.07 -structurales structural adj f p 0.06 0.27 0.01 0.00 -structuralisme structuralisme nom m s 0.00 0.14 0.00 0.14 -structuraliste structuraliste adj s 0.01 0.07 0.01 0.00 -structuralistes structuraliste adj m p 0.01 0.07 0.00 0.07 -structurant structurer ver 0.51 1.22 0.01 0.00 par:pre; -structurations structuration nom f p 0.00 0.07 0.00 0.07 -structuraux structural adj m p 0.06 0.27 0.01 0.00 -structure structure nom f s 8.74 7.70 7.81 5.88 -structurel structurel adj m s 0.59 0.00 0.12 0.00 -structurelle structurel adj f s 0.59 0.00 0.27 0.00 -structurellement structurellement adv 0.05 0.00 0.05 0.00 -structurels structurel adj m p 0.59 0.00 0.20 0.00 -structurent structurer ver 0.51 1.22 0.00 0.14 ind:pre:3p; -structurer structurer ver 0.51 1.22 0.14 0.00 inf; -structures structure nom f p 8.74 7.70 0.93 1.82 -structuré structurer ver m s 0.51 1.22 0.29 0.27 par:pas; -structurée structuré adj f s 0.25 0.54 0.07 0.07 -structurés structuré adj m p 0.25 0.54 0.14 0.00 -strudel strudel nom m s 0.46 0.41 0.37 0.07 -strudels strudel nom m p 0.46 0.41 0.09 0.34 -struggle_for_life struggle_for_life nom m 0.00 0.07 0.00 0.07 -strychnine strychnine nom f s 0.74 0.20 0.74 0.20 -strychnos strychnos nom m 0.01 0.00 0.01 0.00 -stryges stryge nom f p 0.00 0.07 0.00 0.07 -stèle stèle nom f s 0.35 2.57 0.31 1.49 -stèles stèle nom f p 0.35 2.57 0.04 1.08 -stère stère nom m s 0.04 0.61 0.01 0.14 -stères stère nom m p 0.04 0.61 0.03 0.47 -stéarate stéarate nom m s 0.01 0.00 0.01 0.00 -stéarique stéarique adj s 0.01 0.00 0.01 0.00 -stéatopyges stéatopyge adj m p 0.00 0.07 0.00 0.07 -stuc stuc nom m s 0.16 1.89 0.15 1.55 -stucs stuc nom m p 0.16 1.89 0.01 0.34 -studette studette nom f s 0.00 0.07 0.00 0.07 -studieuse studieux adj f s 0.67 4.05 0.09 1.42 -studieusement studieusement adv 0.00 0.27 0.00 0.27 -studieuses studieux adj f p 0.67 4.05 0.04 0.81 -studieux studieux adj m 0.67 4.05 0.54 1.82 -studio studio nom m s 27.77 22.09 20.95 18.85 -studiolo studiolo nom m s 0.01 0.00 0.01 0.00 -studios studio nom m p 27.77 22.09 6.82 3.24 -stégosaure stégosaure nom m s 0.06 0.00 0.06 0.00 -stuka stuka nom m s 0.05 1.15 0.02 0.34 -stukas stuka nom m p 0.05 1.15 0.03 0.81 -sténo sténo nom s 0.86 0.61 0.80 0.54 -sténodactylo sténodactylo nom s 0.02 0.14 0.02 0.14 -sténodactylographie sténodactylographie nom f s 0.00 0.07 0.00 0.07 -sténographe sténographe nom s 0.08 0.00 0.08 0.00 -sténographiai sténographier ver 0.00 0.07 0.00 0.07 ind:pas:1s; -sténographie sténographie nom f s 0.32 0.14 0.32 0.14 -sténographique sténographique adj m s 0.02 0.07 0.02 0.00 -sténographiques sténographique adj m p 0.02 0.07 0.00 0.07 -sténopé sténopé nom m s 0.07 0.14 0.07 0.07 -sténopés sténopé nom m p 0.07 0.14 0.00 0.07 -sténos sténo nom p 0.86 0.61 0.06 0.07 -sténose sténose nom f s 0.07 0.00 0.07 0.00 -sténotype sténotype nom f s 0.01 0.00 0.01 0.00 -sténotypiste sténotypiste nom s 0.02 0.07 0.02 0.00 -sténotypistes sténotypiste nom p 0.02 0.07 0.00 0.07 -stup stups nom m s 2.47 0.20 0.20 0.00 -stupas stupa nom m p 0.00 0.07 0.00 0.07 -stupeur stupeur nom f s 1.57 24.05 1.57 24.05 -stéphanois stéphanois nom m 0.27 0.14 0.27 0.14 -stupide stupide adj s 71.75 27.50 60.06 21.76 -stupidement stupidement adv 0.82 5.07 0.82 5.07 -stupides stupide adj p 71.75 27.50 11.70 5.74 -stupidité stupidité nom f s 3.63 3.31 2.98 2.77 -stupidités stupidité nom f p 3.63 3.31 0.65 0.54 -stuporeuse stuporeux adj f s 0.00 0.07 0.00 0.07 -stupre stupre nom m s 0.14 0.81 0.14 0.81 -stups stups nom m p 2.47 0.20 2.26 0.20 -stupéfaction stupéfaction nom f s 0.36 8.04 0.36 8.04 -stupéfait stupéfait adj m s 2.25 14.73 1.43 8.24 -stupéfaite stupéfait adj f s 2.25 14.73 0.48 4.05 -stupéfaites stupéfait adj f p 2.25 14.73 0.00 0.14 -stupéfaits stupéfait adj m p 2.25 14.73 0.34 2.30 -stupéfia stupéfier ver 0.98 5.07 0.02 0.54 ind:pas:3s; -stupéfiaient stupéfier ver 0.98 5.07 0.00 0.07 ind:imp:3p; -stupéfiait stupéfier ver 0.98 5.07 0.00 1.08 ind:imp:3s; -stupéfiant stupéfiant adj m s 2.80 6.49 1.77 2.36 -stupéfiante stupéfiant adj f s 2.80 6.49 0.60 3.58 -stupéfiantes stupéfiant adj f p 2.80 6.49 0.09 0.34 -stupéfiants stupéfiant nom m p 2.69 0.88 1.54 0.47 -stupéfie stupéfier ver 0.98 5.07 0.22 0.68 ind:pre:3s; -stupéfient stupéfier ver 0.98 5.07 0.04 0.14 ind:pre:3p; -stupéfier stupéfier ver 0.98 5.07 0.15 0.20 inf; -stupéfierait stupéfier ver 0.98 5.07 0.00 0.07 cnd:pre:3s; -stupéfiez stupéfier ver 0.98 5.07 0.04 0.00 ind:pre:2p; -stupéfié stupéfier ver m s 0.98 5.07 0.26 1.55 par:pas; -stupéfiée stupéfier ver f s 0.98 5.07 0.11 0.54 par:pas; -stupéfiées stupéfier ver f p 0.98 5.07 0.10 0.07 par:pas; -stupéfiés stupéfier ver m p 0.98 5.07 0.01 0.07 par:pas; -stérile stérile adj s 7.07 11.69 5.59 9.59 -stérilement stérilement adv 0.00 0.20 0.00 0.20 -stériles stérile adj p 7.07 11.69 1.48 2.09 -stérilet stérilet nom m s 0.11 0.61 0.11 0.61 -stérilisa stériliser ver 1.49 0.81 0.00 0.07 ind:pas:3s; -stérilisait stériliser ver 1.49 0.81 0.00 0.07 ind:imp:3s; -stérilisant stériliser ver 1.49 0.81 0.02 0.00 par:pre; -stérilisante stérilisant adj f s 0.01 0.14 0.00 0.07 -stérilisantes stérilisant adj f p 0.01 0.14 0.00 0.07 -stérilisateur stérilisateur nom m s 0.18 0.00 0.18 0.00 -stérilisation stérilisation nom f s 0.37 0.07 0.37 0.00 -stérilisations stérilisation nom f p 0.37 0.07 0.00 0.07 -stérilise stériliser ver 1.49 0.81 0.22 0.00 imp:pre:2s;ind:pre:1s;ind:pre:3s; -stérilisent stériliser ver 1.49 0.81 0.04 0.00 ind:pre:3p; -stériliser stériliser ver 1.49 0.81 0.76 0.27 inf; -stérilisez stériliser ver 1.49 0.81 0.17 0.00 imp:pre:2p;ind:pre:2p; -stérilisé stériliser ver m s 1.49 0.81 0.17 0.20 par:pas; -stérilisée stérilisé adj f s 0.23 0.41 0.06 0.34 -stérilisées stériliser ver f p 1.49 0.81 0.02 0.07 par:pas; -stérilisés stériliser ver m p 1.49 0.81 0.06 0.00 par:pas; -stérilité stérilité nom f s 1.09 2.91 1.09 2.91 -stéroïde stéroïde adj m s 2.00 0.00 0.13 0.00 -stéroïdes stéroïde adj p 2.00 0.00 1.88 0.00 -stéréo stéréo nom f s 2.51 1.15 2.47 1.15 -stéréophonie stéréophonie nom f s 0.01 0.27 0.01 0.27 -stéréophonique stéréophonique adj m s 0.04 0.14 0.04 0.14 -stéréos stéréo nom f p 2.51 1.15 0.04 0.00 -stéréoscope stéréoscope nom m s 0.01 0.27 0.01 0.27 -stéréoscopie stéréoscopie nom f s 0.00 0.07 0.00 0.07 -stéréoscopique stéréoscopique adj s 0.02 0.20 0.02 0.20 -stéréotype stéréotype nom m s 0.54 1.22 0.23 0.54 -stéréotyper stéréotyper ver 0.05 0.61 0.01 0.00 inf; -stéréotypes stéréotype nom m p 0.54 1.22 0.31 0.68 -stéréotypie stéréotypie nom f s 0.00 0.07 0.00 0.07 -stéréotypé stéréotypé adj m s 0.16 0.68 0.03 0.20 -stéréotypée stéréotypé adj f s 0.16 0.68 0.01 0.20 -stéréotypées stéréotyper ver f p 0.05 0.61 0.02 0.07 par:pas; -stéréotypés stéréotypé adj m p 0.16 0.68 0.11 0.14 -stéthoscope stéthoscope nom m s 0.50 0.68 0.48 0.54 -stéthoscopes stéthoscope nom m p 0.50 0.68 0.02 0.14 -stygien stygien adj m s 0.01 0.00 0.01 0.00 -style style nom m s 32.34 46.62 31.08 45.14 -styler styler ver 0.29 1.55 0.04 0.00 inf; -styles style nom m p 32.34 46.62 1.26 1.49 -stylet stylet nom m s 0.07 0.74 0.07 0.61 -stylets stylet nom m p 0.07 0.74 0.00 0.14 -stylisa styliser ver 0.44 1.96 0.00 0.07 ind:pas:3s; -stylisation stylisation nom f s 0.01 0.00 0.01 0.00 -stylise styliser ver 0.44 1.96 0.02 0.07 ind:pre:1s;ind:pre:3s; -stylisme stylisme nom m s 0.23 0.07 0.23 0.07 -styliste styliste nom s 1.34 0.54 1.17 0.34 -stylistes styliste nom p 1.34 0.54 0.17 0.20 -stylistique stylistique adj m s 0.11 0.20 0.11 0.14 -stylistiques stylistique adj p 0.11 0.20 0.00 0.07 -stylisé styliser ver m s 0.44 1.96 0.30 0.74 par:pas; -stylisée styliser ver f s 0.44 1.96 0.12 0.41 par:pas; -stylisées styliser ver f p 0.44 1.96 0.00 0.34 par:pas; -stylisés styliser ver m p 0.44 1.96 0.00 0.34 par:pas; -stylite stylite nom m s 0.00 0.27 0.00 0.27 -stylo_bille stylo_bille nom m s 0.17 0.14 0.17 0.14 -stylo_feutre stylo_feutre nom m s 0.00 0.27 0.00 0.14 -stylo stylo nom m s 17.73 12.77 15.34 10.61 -styloïde styloïde adj s 0.01 0.00 0.01 0.00 -stylobille stylobille nom m s 0.00 0.27 0.00 0.27 -stylographe stylographe nom m s 0.01 0.47 0.01 0.41 -stylographes stylographe nom m p 0.01 0.47 0.00 0.07 -stylomine stylomine nom m s 0.00 0.54 0.00 0.54 -stylo_feutre stylo_feutre nom m p 0.00 0.27 0.00 0.14 -stylos stylo nom m p 17.73 12.77 2.39 2.16 -stylé stylé adj m s 0.20 0.88 0.11 0.54 -stylée stylé adj f s 0.20 0.88 0.05 0.27 -stylées stylé adj f p 0.20 0.88 0.01 0.07 -stylés stylé adj m p 0.20 0.88 0.03 0.00 -styrax styrax nom m 0.00 0.07 0.00 0.07 -styrène styrène nom m s 0.04 0.00 0.04 0.00 -su savoir ver_sup m s 4516.72 2003.58 83.37 77.64 par:pas; -sua suer ver 7.28 10.34 0.00 0.47 ind:pas:3s; -suaient suer ver 7.28 10.34 0.00 0.41 ind:imp:3p; -suaire suaire nom m s 0.30 2.64 0.28 1.82 -suaires suaire nom m p 0.30 2.64 0.02 0.81 -suais suer ver 7.28 10.34 0.07 0.54 ind:imp:1s; -suait suer ver 7.28 10.34 0.04 2.09 ind:imp:3s; -séance séance nom f s 22.91 32.36 18.49 22.30 -séances séance nom f p 22.91 32.36 4.43 10.07 -suant suant adj m s 0.25 2.43 0.20 1.15 -séant séant nom m s 0.04 1.42 0.04 1.42 -suante suant adj f s 0.25 2.43 0.02 0.34 -séante séant adj f s 0.04 0.27 0.01 0.00 -suantes suant adj f p 0.25 2.43 0.01 0.20 -suants suant adj m p 0.25 2.43 0.02 0.74 -suave suave adj s 1.11 7.43 0.94 5.47 -suavement suavement adv 0.01 0.61 0.01 0.61 -suaves suave adj p 1.11 7.43 0.17 1.96 -suavité suavité nom f s 0.02 1.55 0.02 1.55 -sub_aquatique sub_aquatique adj f s 0.00 0.07 0.00 0.07 -sub_atomique sub_atomique adj s 0.07 0.00 0.04 0.00 -sub_atomique sub_atomique adj p 0.07 0.00 0.04 0.00 -sub_claquant sub_claquant adj m s 0.01 0.00 0.01 0.00 -sub_espace sub_espace nom m s 0.08 0.00 0.08 0.00 -sub_normaux sub_normaux adj m p 0.14 0.00 0.14 0.00 -sub_nucléaire sub_nucléaire adj f p 0.01 0.00 0.01 0.00 -sub_vocal sub_vocal adj m s 0.01 0.07 0.01 0.07 -sub_véhiculaire sub_véhiculaire adj s 0.01 0.00 0.01 0.00 -sub_zéro sub_zéro nom m s 0.01 0.00 0.01 0.00 -sub sub adv 0.22 0.20 0.22 0.20 -subît subir ver 30.13 53.72 0.00 0.07 sub:imp:3s; -subîtes subir ver 30.13 53.72 0.00 0.07 ind:pas:2p; -sébacé sébacé adj m s 0.10 0.14 0.05 0.00 -sébacée sébacé adj f s 0.10 0.14 0.01 0.00 -sébacées sébacé adj f p 0.10 0.14 0.04 0.14 -subaiguë subaigu adj f s 0.01 0.00 0.01 0.00 -subalterne subalterne nom s 0.42 1.49 0.28 0.47 -subalternes subalterne adj p 0.58 2.36 0.46 1.42 -subaquatique subaquatique adj s 0.03 0.00 0.03 0.00 -sébaste sébaste nom m s 0.01 0.00 0.01 0.00 -subatomique subatomique adj s 0.33 0.00 0.13 0.00 -subatomiques subatomique adj p 0.33 0.00 0.19 0.00 -subcarpatique subcarpatique adj f s 0.00 0.07 0.00 0.07 -subcellulaire subcellulaire adj s 0.02 0.00 0.02 0.00 -subconsciemment subconsciemment adv 0.04 0.00 0.04 0.00 -subconscient subconscient nom m s 2.17 1.28 2.16 1.28 -subconsciente subconscient adj f s 0.27 0.34 0.04 0.00 -subconscientes subconscient adj f p 0.27 0.34 0.00 0.14 -subconscients subconscient nom m p 2.17 1.28 0.01 0.00 -subculture subculture nom f s 0.02 0.00 0.02 0.00 -subdivisa subdiviser ver 0.02 0.41 0.00 0.07 ind:pas:3s; -subdivisaient subdiviser ver 0.02 0.41 0.00 0.07 ind:imp:3p; -subdivisait subdiviser ver 0.02 0.41 0.00 0.14 ind:imp:3s; -subdivisent subdiviser ver 0.02 0.41 0.00 0.07 ind:pre:3p; -subdivision subdivision nom f s 0.16 0.47 0.06 0.34 -subdivisions subdivision nom f p 0.16 0.47 0.10 0.14 -subdivisé subdiviser ver m s 0.02 0.41 0.01 0.00 par:pas; -subdivisée subdiviser ver f s 0.02 0.41 0.01 0.00 par:pas; -subdivisés subdiviser ver m p 0.02 0.41 0.00 0.07 par:pas; -subduction subduction nom f s 0.04 0.00 0.04 0.00 -suber suber nom m s 0.01 0.00 0.01 0.00 -subi subir ver m s 30.13 53.72 10.22 10.81 par:pas; -subie subir ver f s 30.13 53.72 0.10 1.28 par:pas; -subies subir ver f p 30.13 53.72 0.40 2.50 par:pas; -sébile sébile nom f s 0.04 0.47 0.04 0.41 -sébiles sébile nom f p 0.04 0.47 0.01 0.07 -subir subir ver 30.13 53.72 10.64 21.28 inf; -subira subir ver 30.13 53.72 0.68 0.34 ind:fut:3s; -subirai subir ver 30.13 53.72 0.12 0.07 ind:fut:1s; -subiraient subir ver 30.13 53.72 0.04 0.14 cnd:pre:3p; -subirais subir ver 30.13 53.72 0.02 0.07 cnd:pre:1s; -subirait subir ver 30.13 53.72 0.04 0.14 cnd:pre:3s; -subiras subir ver 30.13 53.72 0.17 0.00 ind:fut:2s; -subirent subir ver 30.13 53.72 0.12 0.20 ind:pas:3p; -subirez subir ver 30.13 53.72 0.67 0.14 ind:fut:2p; -subirions subir ver 30.13 53.72 0.00 0.07 cnd:pre:1p; -subirons subir ver 30.13 53.72 0.16 0.20 ind:fut:1p; -subiront subir ver 30.13 53.72 0.26 0.27 ind:fut:3p; -subis subir ver m p 30.13 53.72 1.59 2.09 imp:pre:2s;ind:pre:1s;ind:pre:2s;par:pas; -subissaient subir ver 30.13 53.72 0.01 1.35 ind:imp:3p; -subissais subir ver 30.13 53.72 0.04 1.01 ind:imp:1s;ind:imp:2s; -subissait subir ver 30.13 53.72 0.54 4.46 ind:imp:3s; -subissant subir ver 30.13 53.72 0.10 1.01 par:pre; -subisse subir ver 30.13 53.72 0.31 0.41 sub:pre:1s;sub:pre:3s; -subissent subir ver 30.13 53.72 1.13 1.82 ind:pre:3p; -subisses subir ver 30.13 53.72 0.05 0.00 sub:pre:2s; -subissez subir ver 30.13 53.72 0.25 0.20 imp:pre:2p;ind:pre:2p; -subissiez subir ver 30.13 53.72 0.04 0.00 ind:imp:2p; -subissions subir ver 30.13 53.72 0.10 0.07 ind:imp:1p; -subissons subir ver 30.13 53.72 0.26 0.27 imp:pre:1p;ind:pre:1p; -subit subir ver 30.13 53.72 2.07 3.38 ind:pre:3s; -subite subit adj f s 3.06 16.49 1.45 9.19 -subitement subitement adv 4.39 15.54 4.39 15.54 -subites subit adj f p 3.06 16.49 0.15 1.28 -subito subito adv_sup 0.05 1.15 0.05 1.15 -subits subit adj m p 3.06 16.49 0.12 1.01 -subjectif subjectif adj m s 1.25 1.49 0.65 0.54 -subjectifs subjectif adj m p 1.25 1.49 0.03 0.07 -subjective subjectif adj f s 1.25 1.49 0.43 0.61 -subjectivement subjectivement adv 0.01 0.00 0.01 0.00 -subjectives subjectif adj f p 1.25 1.49 0.14 0.27 -subjectivisme subjectivisme nom m s 0.00 0.20 0.00 0.20 -subjectiviste subjectiviste adj m s 0.00 0.07 0.00 0.07 -subjectivité subjectivité nom f s 0.44 0.20 0.44 0.20 -subjonctif subjonctif nom m s 0.22 1.55 0.22 1.35 -subjonctifs subjonctif nom m p 0.22 1.55 0.00 0.20 -subjugation subjugation nom f s 0.01 0.00 0.01 0.00 -subjugua subjuguer ver 0.88 5.27 0.01 0.34 ind:pas:3s; -subjuguaient subjuguer ver 0.88 5.27 0.00 0.07 ind:imp:3p; -subjuguait subjuguer ver 0.88 5.27 0.00 0.27 ind:imp:3s; -subjuguant subjuguer ver 0.88 5.27 0.00 0.07 par:pre; -subjugue subjuguer ver 0.88 5.27 0.04 0.47 imp:pre:2s;ind:pre:3s; -subjuguer subjuguer ver 0.88 5.27 0.28 0.81 inf; -subjuguerais subjuguer ver 0.88 5.27 0.00 0.07 cnd:pre:1s; -subjuguerait subjuguer ver 0.88 5.27 0.00 0.07 cnd:pre:3s; -subjugues subjuguer ver 0.88 5.27 0.01 0.07 ind:pre:2s; -subjugué subjuguer ver m s 0.88 5.27 0.35 1.55 par:pas; -subjuguée subjuguer ver f s 0.88 5.27 0.17 1.01 par:pas; -subjuguées subjuguer ver f p 0.88 5.27 0.00 0.20 par:pas; -subjugués subjuguer ver m p 0.88 5.27 0.03 0.27 par:pas; -sublimable sublimable adj f s 0.00 0.07 0.00 0.07 -sublimais sublimer ver 0.67 1.42 0.02 0.07 ind:imp:1s; -sublimait sublimer ver 0.67 1.42 0.00 0.14 ind:imp:3s; -sublimant sublimer ver 0.67 1.42 0.01 0.07 par:pre; -sublimation sublimation nom f s 0.04 0.41 0.03 0.27 -sublimations sublimation nom f p 0.04 0.41 0.01 0.14 -sublime sublime adj s 11.74 12.91 9.51 9.39 -sublimement sublimement adv 0.02 0.14 0.02 0.14 -subliment sublimer ver 0.67 1.42 0.00 0.07 ind:pre:3p; -sublimer sublimer ver 0.67 1.42 0.11 0.14 inf; -sublimes sublime adj p 11.74 12.91 2.23 3.51 -subliminal subliminal adj m s 0.53 0.07 0.14 0.00 -subliminale subliminal adj f s 0.53 0.07 0.05 0.07 -subliminales subliminal adj f p 0.53 0.07 0.06 0.00 -subliminaux subliminal adj m p 0.53 0.07 0.27 0.00 -sublimissime sublimissime adj f s 0.00 0.07 0.00 0.07 -sublimité sublimité nom f s 0.01 0.20 0.01 0.07 -sublimités sublimité nom f p 0.01 0.20 0.00 0.14 -sublimé sublimer ver m s 0.67 1.42 0.03 0.00 par:pas; -sublimée sublimer ver f s 0.67 1.42 0.03 0.27 par:pas; -sublimées sublimer ver f p 0.67 1.42 0.01 0.07 par:pas; -sublimés sublimer ver m p 0.67 1.42 0.01 0.07 par:pas; -sublingual sublingual adj m s 0.04 0.07 0.04 0.00 -sublinguaux sublingual adj m p 0.04 0.07 0.00 0.07 -sublunaire sublunaire adj s 0.00 0.20 0.00 0.14 -sublunaires sublunaire adj p 0.00 0.20 0.00 0.07 -submerge submerger ver 3.57 12.91 0.44 2.03 ind:pre:1s;ind:pre:3s; -submergea submerger ver 3.57 12.91 0.02 1.01 ind:pas:3s; -submergeaient submerger ver 3.57 12.91 0.01 0.14 ind:imp:3p; -submergeait submerger ver 3.57 12.91 0.14 1.15 ind:imp:3s; -submergeant submerger ver 3.57 12.91 0.01 0.34 par:pre; -submergent submerger ver 3.57 12.91 0.16 0.54 ind:pre:3p; -submergeât submerger ver 3.57 12.91 0.00 0.14 sub:imp:3s; -submerger submerger ver 3.57 12.91 0.53 1.22 inf; -submergera submerger ver 3.57 12.91 0.04 0.07 ind:fut:3s; -submergerait submerger ver 3.57 12.91 0.00 0.20 cnd:pre:3s; -submergèrent submerger ver 3.57 12.91 0.01 0.00 ind:pas:3p; -submergé submerger ver m s 3.57 12.91 1.23 2.97 par:pas; -submergée submerger ver f s 3.57 12.91 0.39 1.49 par:pas; -submergées submerger ver f p 3.57 12.91 0.14 0.47 par:pas; -submergés submerger ver m p 3.57 12.91 0.46 1.15 par:pas; -submersible submersible nom m s 0.19 0.27 0.17 0.00 -submersibles submersible nom m p 0.19 0.27 0.02 0.27 -submersion submersion nom f s 0.05 0.00 0.05 0.00 -subodora subodorer ver 0.30 2.50 0.00 0.07 ind:pas:3s; -subodorais subodorer ver 0.30 2.50 0.00 0.27 ind:imp:1s; -subodorait subodorer ver 0.30 2.50 0.01 0.41 ind:imp:3s; -subodorant subodorer ver 0.30 2.50 0.01 0.07 par:pre; -subodore subodorer ver 0.30 2.50 0.16 0.88 ind:pre:1s;ind:pre:3s; -subodorent subodorer ver 0.30 2.50 0.00 0.07 ind:pre:3p; -subodorer subodorer ver 0.30 2.50 0.11 0.14 inf; -subodorèrent subodorer ver 0.30 2.50 0.00 0.07 ind:pas:3p; -subodoré subodorer ver m s 0.30 2.50 0.01 0.47 par:pas; -subodorés subodorer ver m p 0.30 2.50 0.00 0.07 par:pas; -suborbitale suborbital adj f s 0.01 0.00 0.01 0.00 -subordination subordination nom f s 0.01 1.55 0.01 1.55 -subordonnaient subordonner ver 0.31 2.23 0.00 0.07 ind:imp:3p; -subordonnais subordonner ver 0.31 2.23 0.00 0.07 ind:imp:1s; -subordonnant subordonner ver 0.31 2.23 0.00 0.07 par:pre; -subordonne subordonner ver 0.31 2.23 0.00 0.14 ind:pre:3s;sub:pre:1s; -subordonner subordonner ver 0.31 2.23 0.14 0.68 inf; -subordonné subordonné nom m s 0.81 2.77 0.14 1.01 -subordonnée subordonné adj f s 0.24 0.47 0.16 0.00 -subordonnées subordonner ver f p 0.31 2.23 0.00 0.34 par:pas; -subordonnés subordonné nom m p 0.81 2.77 0.67 1.76 -subornation subornation nom f s 0.09 0.07 0.09 0.07 -suborner suborner ver 0.21 0.07 0.04 0.00 inf; -suborneur suborneur nom m s 0.01 0.41 0.01 0.34 -suborneurs suborneur nom m p 0.01 0.41 0.00 0.07 -suborné suborner ver m s 0.21 0.07 0.03 0.00 par:pas; -subornée suborner ver f s 0.21 0.07 0.00 0.07 par:pas; -subornés suborner ver m p 0.21 0.07 0.14 0.00 par:pas; -séborrhée séborrhée nom f s 0.00 0.07 0.00 0.07 -séborrhéique séborrhéique adj f s 0.01 0.00 0.01 0.00 -subreptice subreptice adj s 0.02 0.61 0.02 0.41 -subrepticement subrepticement adv 0.15 2.64 0.15 2.64 -subreptices subreptice adj m p 0.02 0.61 0.00 0.20 -subrogation subrogation nom f s 0.02 0.00 0.02 0.00 -subrogé subroger ver m s 0.00 0.07 0.00 0.07 par:pas; -subrécargue subrécargue nom m s 0.01 0.07 0.01 0.07 -subsaharienne subsaharien adj f s 0.00 0.07 0.00 0.07 -subside subside nom m s 0.51 0.88 0.28 0.00 -subsides subside nom m p 0.51 0.88 0.23 0.88 -subsidiaire subsidiaire adj s 0.11 0.20 0.06 0.14 -subsidiairement subsidiairement adv 0.00 0.07 0.00 0.07 -subsidiaires subsidiaire adj p 0.11 0.20 0.04 0.07 -subsista subsister ver 2.08 17.09 0.01 0.34 ind:pas:3s; -subsistaient subsister ver 2.08 17.09 0.12 1.62 ind:imp:3p; -subsistait subsister ver 2.08 17.09 0.04 3.78 ind:imp:3s; -subsistance subsistance nom f s 0.67 1.55 0.64 1.42 -subsistances subsistance nom f p 0.67 1.55 0.02 0.14 -subsistant subsistant adj m s 0.01 0.20 0.01 0.07 -subsistantes subsistant adj f p 0.01 0.20 0.00 0.07 -subsistants subsistant adj m p 0.01 0.20 0.00 0.07 -subsiste subsister ver 2.08 17.09 1.17 4.39 imp:pre:2s;ind:pre:1s;ind:pre:3s; -subsistent subsister ver 2.08 17.09 0.05 1.82 ind:pre:3p; -subsister subsister ver 2.08 17.09 0.45 3.92 inf; -subsistera subsister ver 2.08 17.09 0.04 0.07 ind:fut:3s; -subsisteraient subsister ver 2.08 17.09 0.00 0.07 cnd:pre:3p; -subsisterait subsister ver 2.08 17.09 0.00 0.34 cnd:pre:3s; -subsisteront subsister ver 2.08 17.09 0.03 0.07 ind:fut:3p; -subsistions subsister ver 2.08 17.09 0.00 0.07 ind:imp:1p; -subsistâmes subsister ver 2.08 17.09 0.01 0.00 ind:pas:1p; -subsistons subsister ver 2.08 17.09 0.01 0.00 ind:pre:1p; -subsistât subsister ver 2.08 17.09 0.00 0.20 sub:imp:3s; -subsistèrent subsister ver 2.08 17.09 0.00 0.07 ind:pas:3p; -subsisté subsister ver m s 2.08 17.09 0.14 0.20 par:pas; -subsonique subsonique adj s 0.19 0.00 0.19 0.00 -substance substance nom f s 8.87 14.39 6.60 12.84 -substances substance nom f p 8.87 14.39 2.27 1.55 -substantiel substantiel adj m s 1.08 2.43 0.46 0.41 -substantielle substantiel adj f s 1.08 2.43 0.45 0.81 -substantiellement substantiellement adv 0.04 0.27 0.04 0.27 -substantielles substantiel adj f p 1.08 2.43 0.08 0.68 -substantiels substantiel adj m p 1.08 2.43 0.10 0.54 -substantif substantif nom m s 0.01 0.34 0.01 0.20 -substantifique substantifique adj f s 0.00 0.20 0.00 0.20 -substantifs substantif nom m p 0.01 0.34 0.00 0.14 -substitua substituer ver 1.23 8.11 0.00 0.61 ind:pas:3s; -substituai substituer ver 1.23 8.11 0.01 0.07 ind:pas:1s; -substituaient substituer ver 1.23 8.11 0.01 0.41 ind:imp:3p; -substituait substituer ver 1.23 8.11 0.11 0.81 ind:imp:3s; -substituant substituer ver 1.23 8.11 0.05 0.41 par:pre; -substitue substituer ver 1.23 8.11 0.03 0.88 ind:pre:3s; -substituent substituer ver 1.23 8.11 0.01 0.07 ind:pre:3p; -substituer substituer ver 1.23 8.11 0.58 3.45 inf; -substituerait substituer ver 1.23 8.11 0.00 0.07 cnd:pre:3s; -substituerez substituer ver 1.23 8.11 0.01 0.00 ind:fut:2p; -substituez substituer ver 1.23 8.11 0.06 0.07 imp:pre:2p;ind:pre:2p; -substituons substituer ver 1.23 8.11 0.00 0.14 imp:pre:1p; -substitut substitut nom m s 2.37 2.70 2.05 2.09 -substitution substitution nom f s 0.69 2.30 0.67 2.03 -substitutions substitution nom f p 0.69 2.30 0.02 0.27 -substituts substitut nom m p 2.37 2.70 0.32 0.61 -substitué substituer ver m s 1.23 8.11 0.34 0.68 par:pas; -substituées substituer ver f p 1.23 8.11 0.00 0.14 par:pas; -substitués substituer ver m p 1.23 8.11 0.00 0.34 par:pas; -substrat substrat nom m s 0.09 0.00 0.09 0.00 -substratum substratum nom m s 0.00 0.27 0.00 0.27 -substruction substruction nom f s 0.00 0.07 0.00 0.07 -subséquemment subséquemment adv 0.23 0.20 0.23 0.20 -subséquent subséquent adj m s 0.09 0.34 0.02 0.00 -subséquente subséquent adj f s 0.09 0.34 0.04 0.14 -subséquentes subséquent adj f p 0.09 0.34 0.01 0.14 -subséquents subséquent adj m p 0.09 0.34 0.02 0.07 -subterfuge subterfuge nom m s 0.80 1.35 0.48 0.88 -subterfuges subterfuge nom m p 0.80 1.35 0.32 0.47 -subtil subtil adj m s 7.54 22.91 4.54 10.88 -subtile subtil adj f s 7.54 22.91 2.12 5.68 -subtilement subtilement adv 0.44 2.30 0.44 2.30 -subtiles subtil adj f p 7.54 22.91 0.37 3.11 -subtilisa subtiliser ver 0.52 2.16 0.00 0.27 ind:pas:3s; -subtilisait subtiliser ver 0.52 2.16 0.00 0.07 ind:imp:3s; -subtilisant subtiliser ver 0.52 2.16 0.02 0.07 par:pre; -subtilisassent subtiliser ver 0.52 2.16 0.00 0.07 sub:imp:3p; -subtilise subtiliser ver 0.52 2.16 0.00 0.14 ind:pre:1s;ind:pre:3s; -subtiliser subtiliser ver 0.52 2.16 0.16 0.41 inf; -subtilisera subtiliser ver 0.52 2.16 0.00 0.07 ind:fut:3s; -subtilisé subtiliser ver m s 0.52 2.16 0.28 0.54 par:pas; -subtilisée subtiliser ver f s 0.52 2.16 0.02 0.20 par:pas; -subtilisées subtiliser ver f p 0.52 2.16 0.04 0.07 par:pas; -subtilisés subtiliser ver m p 0.52 2.16 0.00 0.27 par:pas; -subtilité subtilité nom f s 0.97 5.20 0.55 3.45 -subtilités subtilité nom f p 0.97 5.20 0.41 1.76 -subtils subtil adj m p 7.54 22.91 0.52 3.24 -subtropical subtropical adj m s 0.04 0.14 0.00 0.07 -subtropicale subtropical adj f s 0.04 0.14 0.03 0.00 -subtropicales subtropical adj f p 0.04 0.14 0.01 0.07 -sébum sébum nom m s 0.00 0.07 0.00 0.07 -suburbain suburbain adj m s 0.05 0.34 0.01 0.07 -suburbaine suburbain adj f s 0.05 0.34 0.01 0.00 -suburbaines suburbain adj f p 0.05 0.34 0.02 0.14 -suburbains suburbain adj m p 0.05 0.34 0.00 0.14 -subvenant subvenir ver 1.52 1.08 0.03 0.00 par:pre; -subvenez subvenir ver 1.52 1.08 0.02 0.00 ind:pre:2p; -subvenir subvenir ver 1.52 1.08 1.30 1.01 inf; -subvention subvention nom f s 3.00 0.88 1.66 0.54 -subventionnant subventionner ver 0.79 0.68 0.01 0.07 par:pre; -subventionne subventionner ver 0.79 0.68 0.30 0.00 imp:pre:2s;ind:pre:3s; -subventionnent subventionner ver 0.79 0.68 0.05 0.00 ind:pre:3p; -subventionner subventionner ver 0.79 0.68 0.24 0.20 inf; -subventionnera subventionner ver 0.79 0.68 0.00 0.07 ind:fut:3s; -subventionné subventionner ver m s 0.79 0.68 0.11 0.20 par:pas; -subventionnée subventionné adj f s 0.10 0.14 0.07 0.00 -subventionnées subventionné adj f p 0.10 0.14 0.00 0.07 -subventionnés subventionner ver m p 0.79 0.68 0.04 0.14 par:pas; -subventions subvention nom f p 3.00 0.88 1.34 0.34 -subvenu subvenir ver m s 1.52 1.08 0.07 0.00 par:pas; -subversif subversif adj m s 3.61 2.43 1.30 0.54 -subversifs subversif adj m p 3.61 2.43 0.97 0.47 -subversion subversion nom f s 0.66 0.95 0.56 0.95 -subversions subversion nom f p 0.66 0.95 0.10 0.00 -subversive subversif adj f s 3.61 2.43 0.41 0.54 -subversives subversif adj f p 3.61 2.43 0.94 0.88 -subvertir subvertir ver 0.00 0.07 0.00 0.07 inf; -subviendra subvenir ver 1.52 1.08 0.00 0.07 ind:fut:3s; -subviendrait subvenir ver 1.52 1.08 0.01 0.00 cnd:pre:3s; -subviens subvenir ver 1.52 1.08 0.03 0.00 ind:pre:1s; -subvient subvenir ver 1.52 1.08 0.06 0.00 ind:pre:3s; -suc suc nom m s 0.61 3.18 0.53 1.89 -sécateur sécateur nom m s 0.17 1.49 0.15 1.35 -sécateurs sécateur nom m p 0.17 1.49 0.03 0.14 -successeur successeur nom m s 2.80 6.96 2.59 5.47 -successeurs successeur nom m p 2.80 6.96 0.21 1.49 -successibles successible adj p 0.00 0.07 0.00 0.07 -successif successif adj m s 0.69 18.99 0.00 0.20 -successifs successif adj m p 0.69 18.99 0.26 8.78 -succession succession nom f s 2.92 11.35 2.72 11.01 -successions succession nom f p 2.92 11.35 0.20 0.34 -successive successif adj f s 0.69 18.99 0.00 0.41 -successivement successivement adv 0.32 12.57 0.32 12.57 -successives successif adj f p 0.69 18.99 0.43 9.59 -successoral successoral adj m s 0.03 0.00 0.02 0.00 -successorale successoral adj f s 0.03 0.00 0.01 0.00 -succinct succinct adj m s 0.20 0.88 0.12 0.54 -succincte succinct adj f s 0.20 0.88 0.06 0.14 -succinctement succinctement adv 0.07 0.41 0.07 0.41 -succinctes succinct adj f p 0.20 0.88 0.02 0.20 -succion succion nom f s 0.33 1.69 0.33 1.49 -succions succion nom f p 0.33 1.69 0.00 0.20 -succomba succomber ver 4.79 9.66 0.14 0.88 ind:pas:3s; -succombai succomber ver 4.79 9.66 0.00 0.20 ind:pas:1s; -succombaient succomber ver 4.79 9.66 0.00 0.34 ind:imp:3p; -succombais succomber ver 4.79 9.66 0.00 0.14 ind:imp:1s; -succombait succomber ver 4.79 9.66 0.02 0.61 ind:imp:3s; -succombant succomber ver 4.79 9.66 0.17 0.34 par:pre; -succombe succomber ver 4.79 9.66 1.21 0.95 imp:pre:2s;ind:pre:1s;ind:pre:3s; -succombent succomber ver 4.79 9.66 0.32 0.68 ind:pre:3p; -succomber succomber ver 4.79 9.66 1.15 2.43 inf; -succombera succomber ver 4.79 9.66 0.13 0.20 ind:fut:3s; -succomberai succomber ver 4.79 9.66 0.01 0.07 ind:fut:1s; -succomberaient succomber ver 4.79 9.66 0.00 0.07 cnd:pre:3p; -succomberais succomber ver 4.79 9.66 0.01 0.00 cnd:pre:1s; -succomberait succomber ver 4.79 9.66 0.03 0.07 cnd:pre:3s; -succomberont succomber ver 4.79 9.66 0.31 0.07 ind:fut:3p; -succombes succomber ver 4.79 9.66 0.01 0.00 ind:pre:2s; -succombez succomber ver 4.79 9.66 0.03 0.00 imp:pre:2p;ind:pre:2p; -succombions succomber ver 4.79 9.66 0.00 0.07 ind:imp:1p; -succombèrent succomber ver 4.79 9.66 0.00 0.14 ind:pas:3p; -succombé succomber ver m s 4.79 9.66 1.24 2.43 par:pas; -succède succéder ver 4.25 33.78 0.60 2.36 imp:pre:2s;ind:pre:1s;ind:pre:3s; -succèdent succéder ver 4.25 33.78 0.32 5.07 ind:pre:3p; -succès succès nom m 39.58 53.72 39.58 53.72 -succube succube nom m s 0.46 0.34 0.39 0.27 -succubes succube nom m p 0.46 0.34 0.07 0.07 -succéda succéder ver 4.25 33.78 0.16 1.82 ind:pas:3s; -succédaient succéder ver 4.25 33.78 0.06 5.74 ind:imp:3p; -succédait succéder ver 4.25 33.78 0.10 2.64 ind:imp:3s; -succédant succéder ver 4.25 33.78 0.00 2.77 par:pre; -succédané succédané nom m s 0.04 0.95 0.03 0.68 -succédanés succédané nom m p 0.04 0.95 0.01 0.27 -succédassent succéder ver 4.25 33.78 0.00 0.07 sub:imp:3p; -succéder succéder ver 4.25 33.78 1.78 4.53 inf; -succédera succéder ver 4.25 33.78 0.36 0.54 ind:fut:3s; -succéderai succéder ver 4.25 33.78 0.01 0.00 ind:fut:1s; -succéderaient succéder ver 4.25 33.78 0.00 0.07 cnd:pre:3p; -succéderait succéder ver 4.25 33.78 0.16 0.47 cnd:pre:3s; -succéderas succéder ver 4.25 33.78 0.01 0.00 ind:fut:2s; -succéderez succéder ver 4.25 33.78 0.02 0.00 ind:fut:2p; -succéderiez succéder ver 4.25 33.78 0.01 0.00 cnd:pre:2p; -succéderont succéder ver 4.25 33.78 0.21 0.20 ind:fut:3p; -succédions succéder ver 4.25 33.78 0.00 0.07 ind:imp:1p; -succédâmes succéder ver 4.25 33.78 0.00 0.07 ind:pas:1p; -succédât succéder ver 4.25 33.78 0.00 0.07 sub:imp:3s; -succédèrent succéder ver 4.25 33.78 0.02 2.50 ind:pas:3p; -succédé succéder ver m s 4.25 33.78 0.41 4.73 par:pas; -succédées succéder ver f p 4.25 33.78 0.02 0.07 par:pas; -succulence succulence nom f s 0.01 0.68 0.01 0.68 -succulent succulent adj m s 1.46 2.77 0.71 1.15 -succulente succulent adj f s 1.46 2.77 0.51 0.61 -succulentes succulent adj f p 1.46 2.77 0.14 0.47 -succulents succulent adj m p 1.46 2.77 0.09 0.54 -succursale succursale nom f s 1.17 1.42 1.05 1.15 -succursales succursale nom f p 1.17 1.42 0.12 0.27 -suce sucer ver 23.45 18.51 7.84 4.59 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:1s; -sucent sucer ver 23.45 18.51 0.51 0.27 ind:pre:3p; -sucer sucer ver 23.45 18.51 9.68 4.86 ind:imp:3s;ind:pre:2p;inf; -sucera sucer ver 23.45 18.51 0.22 0.07 ind:fut:3s; -sucerai sucer ver 23.45 18.51 0.10 0.27 ind:fut:1s; -suceraient sucer ver 23.45 18.51 0.02 0.07 cnd:pre:3p; -sucerais sucer ver 23.45 18.51 0.06 0.00 cnd:pre:1s;cnd:pre:2s; -sucerait sucer ver 23.45 18.51 0.07 0.14 cnd:pre:3s; -suces sucer ver 23.45 18.51 0.94 0.07 ind:pre:2s;sub:pre:2s; -sécession sécession nom f s 0.26 0.74 0.26 0.74 -sécessionniste sécessionniste nom s 0.06 0.00 0.02 0.00 -sécessionnistes sécessionniste nom p 0.06 0.00 0.04 0.00 -sucette sucette nom f s 2.29 2.64 1.27 1.49 -sucettes sucette nom f p 2.29 2.64 1.02 1.15 -suceur suceur nom m s 2.15 0.54 0.96 0.07 -suceurs suceur nom m p 2.15 0.54 0.65 0.14 -suceuse suceur nom f s 2.15 0.54 0.55 0.34 -suceuses suceuse nom f p 0.73 0.00 0.73 0.00 -sucez sucer ver 23.45 18.51 0.39 0.07 imp:pre:2p;ind:pre:2p; -sécha sécher ver 19.49 40.41 0.01 0.61 ind:pas:3s; -séchage séchage nom m s 0.17 0.41 0.17 0.41 -séchai sécher ver 19.49 40.41 0.00 0.14 ind:pas:1s; -séchaient sécher ver 19.49 40.41 0.05 3.24 ind:imp:3p; -séchais sécher ver 19.49 40.41 0.35 0.20 ind:imp:1s;ind:imp:2s; -séchait sécher ver 19.49 40.41 0.54 2.57 ind:imp:3s; -séchant sécher ver 19.49 40.41 0.15 1.42 par:pre; -séchard séchard nom m s 0.01 0.14 0.01 0.14 -sécher sécher ver 19.49 40.41 5.84 10.27 inf; -séchera sécher ver 19.49 40.41 0.05 0.41 ind:fut:3s; -sécherai sécher ver 19.49 40.41 0.13 0.00 ind:fut:1s; -sécheraient sécher ver 19.49 40.41 0.00 0.07 cnd:pre:3p; -sécherais sécher ver 19.49 40.41 0.05 0.00 cnd:pre:1s;cnd:pre:2s; -sécherait sécher ver 19.49 40.41 0.02 0.20 cnd:pre:3s; -sécheresse sécheresse nom f s 2.63 11.15 2.30 10.81 -sécheresses sécheresse nom f p 2.63 11.15 0.33 0.34 -sécherez sécher ver 19.49 40.41 0.01 0.00 ind:fut:2p; -sécherie sécherie nom f s 0.03 0.20 0.01 0.14 -sécheries sécherie nom f p 0.03 0.20 0.01 0.07 -sécheront sécher ver 19.49 40.41 0.01 0.07 ind:fut:3p; -sécheuse sécheur nom f s 0.05 0.00 0.05 0.00 -séchez sécher ver 19.49 40.41 0.79 0.20 imp:pre:2p;ind:pre:2p; -séchiez sécher ver 19.49 40.41 0.03 0.00 ind:imp:2p; -séchions sécher ver 19.49 40.41 0.01 0.07 ind:imp:1p; -séchoir séchoir nom m s 0.95 1.28 0.91 1.08 -séchoirs séchoir nom m p 0.95 1.28 0.04 0.20 -séchons sécher ver 19.49 40.41 0.11 0.00 imp:pre:1p;ind:pre:1p; -séchât sécher ver 19.49 40.41 0.00 0.07 sub:imp:3s; -séchèrent sécher ver 19.49 40.41 0.00 0.47 ind:pas:3p; -séché sécher ver m s 19.49 40.41 3.68 5.34 par:pas; -séchée sécher ver f s 19.49 40.41 1.09 3.11 par:pas; -séchées sécher ver f p 19.49 40.41 0.56 2.23 par:pas; -séchés sécher ver m p 19.49 40.41 0.16 1.42 par:pas; -sécolle sécolle pro_per 0.00 0.14 0.00 0.14 -sécot sécot nom m s 0.00 0.07 0.00 0.07 -sucra sucrer ver 1.90 4.73 0.00 0.14 ind:pas:3s; -sucrait sucrer ver 1.90 4.73 0.05 0.07 ind:imp:3s; -sucrant sucrer ver 1.90 4.73 0.00 0.07 par:pre; -sucre sucre nom m s 32.01 32.77 30.57 30.54 -sucrent sucrer ver 1.90 4.73 0.05 0.07 ind:pre:3p; -sucrer sucrer ver 1.90 4.73 0.38 0.74 inf; -sucrerait sucrer ver 1.90 4.73 0.00 0.14 cnd:pre:3s; -sucrerie sucrerie nom f s 2.82 3.58 0.25 0.88 -sucreries sucrerie nom f p 2.82 3.58 2.57 2.70 -sucres sucre nom m p 32.01 32.77 1.44 2.23 -sucrette sucrette nom f s 0.52 0.14 0.04 0.00 -sucrettes sucrette nom f p 0.52 0.14 0.48 0.14 -sucrier sucrier nom m s 0.58 1.08 0.51 0.95 -sucriers sucrier nom m p 0.58 1.08 0.05 0.14 -sucrins sucrin adj m p 0.00 0.07 0.00 0.07 -sucrière sucrier adj f s 1.79 0.20 1.47 0.07 -sucrières sucrier adj f p 1.79 0.20 0.32 0.00 -sécrète sécréter ver 0.85 3.24 0.41 0.68 ind:pre:3s; -sécrètent sécréter ver 0.85 3.24 0.12 0.27 ind:pre:3p; -sécrètes sécréter ver 0.85 3.24 0.01 0.00 ind:pre:2s; -sucré sucré adj m s 3.69 9.05 2.19 4.39 -sucrée sucré adj f s 3.69 9.05 0.96 2.77 -sucrées sucré adj f p 3.69 9.05 0.42 0.88 -sucrés sucré adj m p 3.69 9.05 0.13 1.01 -sécrétaient sécréter ver 0.85 3.24 0.00 0.07 ind:imp:3p; -sécrétais sécréter ver 0.85 3.24 0.00 0.07 ind:imp:1s; -sécrétait sécréter ver 0.85 3.24 0.00 0.47 ind:imp:3s; -sécrétant sécréter ver 0.85 3.24 0.00 0.27 par:pre; -sécréter sécréter ver 0.85 3.24 0.02 0.47 inf; -sécréteur sécréteur nom m s 0.02 0.00 0.01 0.00 -sécréteurs sécréteur nom m p 0.02 0.00 0.01 0.00 -sécrétez sécréter ver 0.85 3.24 0.00 0.07 ind:pre:2p; -sécrétine sécrétine nom f s 0.01 0.00 0.01 0.00 -sécrétion sécrétion nom f s 0.83 1.49 0.17 0.41 -sécrétions sécrétion nom f p 0.83 1.49 0.66 1.08 -sécrétât sécréter ver 0.85 3.24 0.00 0.07 sub:imp:3s; -sécrété sécréter ver m s 0.85 3.24 0.15 0.41 par:pas; -sécrétée sécréter ver f s 0.85 3.24 0.14 0.27 par:pas; -sécrétés sécréter ver m p 0.85 3.24 0.00 0.14 par:pas; -sucs suc nom m p 0.61 3.18 0.08 1.28 -sucèrent sucer ver 23.45 18.51 0.00 0.07 ind:pas:3p; -sécu sécu nom f s 1.50 0.74 1.50 0.74 -sucé sucer ver m s 23.45 18.51 2.34 1.76 par:pas; -sucée sucer ver f s 23.45 18.51 0.12 0.27 par:pas; -sucées sucer ver f p 23.45 18.51 0.04 0.07 par:pas; -séculaire séculaire adj s 0.26 4.73 0.12 3.04 -séculairement séculairement adv 0.00 0.14 0.00 0.14 -séculaires séculaire adj p 0.26 4.73 0.14 1.69 -séculariser séculariser ver 0.01 0.07 0.01 0.00 inf; -sécularisées séculariser ver f p 0.01 0.07 0.00 0.07 par:pas; -séculier séculier adj m s 0.02 1.49 0.00 1.15 -séculiers séculier adj m p 0.02 1.49 0.00 0.07 -séculière séculier adj f s 0.02 1.49 0.02 0.27 -sécurisait sécuriser ver 6.48 0.34 0.00 0.07 ind:imp:3s; -sécurisant sécurisant adj m s 0.37 0.20 0.34 0.00 -sécurisante sécurisant adj f s 0.37 0.20 0.04 0.20 -sécurisation sécurisation nom f s 0.01 0.00 0.01 0.00 -sécuriser sécuriser ver 6.48 0.34 1.09 0.00 inf; -sécurisez sécuriser ver 6.48 0.34 0.79 0.00 imp:pre:2p;ind:pre:2p; -sécurisé sécuriser ver m s 6.48 0.34 2.16 0.07 par:pas; -sécurisée sécuriser ver f s 6.48 0.34 1.94 0.07 par:pas; -sécurisées sécuriser ver f p 6.48 0.34 0.20 0.00 par:pas; -sécurisés sécuriser ver m p 6.48 0.34 0.28 0.07 par:pas; -sécurit sécurit nom m s 0.15 0.14 0.15 0.14 -sécuritaire sécuritaire adj s 0.23 0.00 0.23 0.00 -sécurité sécurité nom f s 113.17 39.12 112.69 38.92 -sécurités sécurité nom f p 113.17 39.12 0.48 0.20 -sucés sucer ver m p 23.45 18.51 0.06 0.07 par:pas; -sud_africain sud_africain nom m s 0.28 0.07 0.15 0.00 -sud_africain sud_africain adj f s 0.29 0.47 0.07 0.34 -sud_africain sud_africain adj f p 0.29 0.47 0.04 0.00 -sud_africain sud_africain nom m p 0.28 0.07 0.10 0.07 -sud_américain sud_américain adj m s 0.77 1.55 0.29 0.41 -sud_américain sud_américain adj f s 0.77 1.55 0.35 0.54 -sud_américain sud_américain adj f p 0.77 1.55 0.01 0.20 -sud_américain sud_américain adj m p 0.77 1.55 0.11 0.41 -sud_coréen sud_coréen adj m s 0.21 0.00 0.01 0.00 -sud_coréen sud_coréen nom m s 0.01 0.00 0.01 0.00 -sud_coréen sud_coréen adj f s 0.21 0.00 0.15 0.00 -sud_coréen sud_coréen adj f p 0.21 0.00 0.02 0.00 -sud_coréen sud_coréen adj m p 0.21 0.00 0.02 0.00 -sud_est sud_est nom m 3.30 2.30 3.30 2.30 -sud_ouest sud_ouest nom m 2.10 3.51 2.10 3.51 -sud_sud_est sud_sud_est nom m s 0.03 0.00 0.03 0.00 -sud_vietnamien sud_vietnamien adj m s 0.10 0.07 0.05 0.00 -sud_vietnamien sud_vietnamien adj f s 0.10 0.07 0.03 0.00 -sud_vietnamien sud_vietnamien nom m p 0.12 0.20 0.11 0.20 -sud sud nom m s 23.95 28.38 23.95 28.38 -sédatif sédatif nom m s 3.93 0.27 2.80 0.00 -sédatifs sédatif nom m p 3.93 0.27 1.13 0.27 -sédation sédation nom f s 0.08 0.00 0.08 0.00 -sudation sudation nom f s 0.14 0.07 0.14 0.07 -sédative sédatif adj f s 0.27 0.34 0.00 0.20 -sédatives sédatif adj f p 0.27 0.34 0.02 0.07 -sudatoires sudatoire adj f p 0.00 0.07 0.00 0.07 -sédentaire sédentaire adj s 0.23 2.30 0.21 1.76 -sédentaires sédentaire nom p 0.05 1.55 0.05 0.81 -sédentarisaient sédentariser ver 0.01 0.14 0.00 0.07 ind:imp:3p; -sédentarisation sédentarisation nom f s 0.00 0.07 0.00 0.07 -sédentarise sédentariser ver 0.01 0.14 0.01 0.00 ind:pre:3s; -sédentariser sédentariser ver 0.01 0.14 0.00 0.07 inf; -sédentarisme sédentarisme nom m s 0.00 0.07 0.00 0.07 -sédentarité sédentarité nom f s 0.00 0.27 0.00 0.27 -sédiment sédiment nom m s 0.14 0.61 0.03 0.14 -sédimentaire sédimentaire adj s 0.05 0.20 0.05 0.07 -sédimentaires sédimentaire adj f p 0.05 0.20 0.00 0.14 -sédimentation sédimentation nom f s 0.09 0.20 0.09 0.14 -sédimentations sédimentation nom f p 0.09 0.20 0.00 0.07 -sédimente sédimenter ver 0.00 0.14 0.00 0.07 ind:pre:3s; -sédiments sédiment nom m p 0.14 0.61 0.11 0.47 -sédimentée sédimenter ver f s 0.00 0.14 0.00 0.07 par:pas; -sudiste sudiste nom s 2.82 0.68 1.94 0.47 -sudistes sudiste nom p 2.82 0.68 0.88 0.20 -séditieuse séditieux adj f s 0.35 0.74 0.03 0.14 -séditieuses séditieux adj f p 0.35 0.74 0.00 0.07 -séditieux séditieux adj m 0.35 0.74 0.32 0.54 -sédition sédition nom f s 1.28 0.54 1.28 0.54 -sudoripare sudoripare adj s 0.14 0.14 0.02 0.07 -sudoripares sudoripare adj f p 0.14 0.14 0.13 0.07 -sudète sudète adj s 0.00 0.14 0.00 0.07 -sudètes sudète adj m p 0.00 0.14 0.00 0.07 -séducteur séducteur nom m s 2.34 4.86 1.97 3.72 -séducteurs séducteur nom m p 2.34 4.86 0.20 0.68 -séduction séduction nom f s 2.54 9.39 2.50 7.97 -séductions séduction nom f p 2.54 9.39 0.04 1.42 -séductrice séducteur nom f s 2.34 4.86 0.16 0.41 -séductrices séducteur adj f p 0.31 2.36 0.01 0.34 -séduira séduire ver 16.48 22.23 0.16 0.07 ind:fut:3s; -séduirait séduire ver 16.48 22.23 0.16 0.00 cnd:pre:3s; -séduiras séduire ver 16.48 22.23 0.12 0.00 ind:fut:2s; -séduire séduire ver 16.48 22.23 7.64 9.59 inf; -séduis séduire ver 16.48 22.23 0.70 0.07 imp:pre:2s;ind:pre:1s;ind:pre:2s; -séduisaient séduire ver 16.48 22.23 0.00 0.14 ind:imp:3p; -séduisait séduire ver 16.48 22.23 0.19 1.42 ind:imp:3s; -séduisant séduisant adj m s 9.13 8.18 4.68 3.85 -séduisante séduisant adj f s 9.13 8.18 3.71 2.91 -séduisantes séduisant adj f p 9.13 8.18 0.39 0.54 -séduisants séduisant adj m p 9.13 8.18 0.35 0.88 -séduise séduire ver 16.48 22.23 0.17 0.20 sub:pre:1s;sub:pre:3s; -séduisent séduire ver 16.48 22.23 0.10 0.41 ind:pre:3p; -séduises séduire ver 16.48 22.23 0.02 0.07 sub:pre:2s; -séduisez séduire ver 16.48 22.23 0.16 0.00 imp:pre:2p;ind:pre:2p; -séduisirent séduire ver 16.48 22.23 0.10 0.14 ind:pas:3p; -séduisit séduire ver 16.48 22.23 0.03 0.41 ind:pas:3s; -séduit séduire ver m s 16.48 22.23 5.09 5.95 ind:pre:3s;par:pas; -séduite séduire ver f s 16.48 22.23 1.09 2.30 par:pas; -séduites séduit adj f p 1.08 1.89 0.27 0.14 -séduits séduire ver m p 16.48 22.23 0.08 0.41 par:pas; -sue suer ver 7.28 10.34 0.85 1.22 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -suent suer ver 7.28 10.34 0.23 0.34 ind:pre:3p; -suer suer ver 7.28 10.34 2.72 2.77 inf; -suerai suer ver 7.28 10.34 0.03 0.00 ind:fut:1s; -suerais suer ver 7.28 10.34 0.01 0.00 cnd:pre:2s; -suerait suer ver 7.28 10.34 0.00 0.07 cnd:pre:3s; -suerte suerte nom f s 0.22 0.00 0.22 0.00 -sues suer ver 7.28 10.34 0.41 0.07 ind:pre:2s; -sueur sueur nom f s 11.71 60.34 10.27 57.30 -sueurs sueur nom f p 11.71 60.34 1.45 3.04 -suez suer ver 7.28 10.34 0.35 0.07 imp:pre:2p;ind:pre:2p; -séfarade séfarade adj m s 0.01 0.00 0.01 0.00 -séfarade séfarade nom s 0.01 0.00 0.01 0.00 -suffît suffire ver 232.08 159.39 0.64 0.14 sub:imp:3s; -suffi suffire ver m s 232.08 159.39 4.52 17.97 par:pas; -sufficit sufficit adv 0.00 0.07 0.00 0.07 -suffira suffire ver 232.08 159.39 13.85 4.39 ind:fut:3s; -suffirai suffire ver 232.08 159.39 0.02 0.00 ind:fut:1s; -suffiraient suffire ver 232.08 159.39 0.63 1.82 cnd:pre:3p; -suffirais suffire ver 232.08 159.39 0.02 0.00 cnd:pre:1s; -suffirait suffire ver 232.08 159.39 4.81 11.89 cnd:pre:3s; -suffire suffire ver 232.08 159.39 5.24 4.86 inf; -suffirent suffire ver 232.08 159.39 0.05 0.95 ind:pas:3p; -suffiront suffire ver 232.08 159.39 2.23 0.68 ind:fut:3p; -suffis suffire ver 232.08 159.39 0.53 0.41 imp:pre:2s;ind:pre:1s;ind:pre:2s; -suffisaient suffire ver 232.08 159.39 0.73 4.93 ind:imp:3p; -suffisais suffire ver 232.08 159.39 0.01 0.27 ind:imp:1s; -suffisait suffire ver 232.08 159.39 6.56 44.66 ind:imp:3s; -suffisamment suffisamment adv 18.30 20.07 18.30 20.07 -suffisance suffisance nom f s 0.90 3.99 0.90 3.92 -suffisances suffisance nom f p 0.90 3.99 0.00 0.07 -suffisant suffisant adj m s 17.56 18.99 12.95 10.00 -suffisante suffisant adj f s 17.56 18.99 2.98 5.61 -suffisantes suffisant adj f p 17.56 18.99 0.93 2.03 -suffisants suffisant adj m p 17.56 18.99 0.70 1.35 -suffise suffire ver 232.08 159.39 0.80 1.15 sub:pre:3s; -suffisent suffire ver 232.08 159.39 2.91 4.32 ind:pre:3p; -suffisez suffire ver 232.08 159.39 0.01 0.14 ind:pre:2p; -suffisions suffire ver 232.08 159.39 0.11 0.14 ind:imp:1p; -suffisons suffire ver 232.08 159.39 0.02 0.00 ind:pre:1p; -suffit suffire ver 232.08 159.39 188.10 59.66 ind:pre:3s;ind:pas:3s; -suffixes suffixe nom m p 0.00 0.14 0.00 0.14 -suffocant suffocant adj m s 0.33 3.78 0.24 1.28 -suffocante suffocant adj f s 0.33 3.78 0.06 1.76 -suffocantes suffocant adj f p 0.33 3.78 0.01 0.27 -suffocants suffocant adj m p 0.33 3.78 0.01 0.47 -suffocation suffocation nom f s 0.42 1.35 0.42 1.01 -suffocations suffocation nom f p 0.42 1.35 0.00 0.34 -suffoqua suffoquer ver 2.48 11.76 0.00 0.47 ind:pas:3s; -suffoquai suffoquer ver 2.48 11.76 0.00 0.07 ind:pas:1s; -suffoquaient suffoquer ver 2.48 11.76 0.00 0.27 ind:imp:3p; -suffoquais suffoquer ver 2.48 11.76 0.15 0.47 ind:imp:1s; -suffoquait suffoquer ver 2.48 11.76 0.07 1.89 ind:imp:3s; -suffoquant suffoquer ver 2.48 11.76 0.01 1.55 par:pre; -suffoque suffoquer ver 2.48 11.76 0.93 1.69 ind:pre:1s;ind:pre:3s; -suffoquent suffoquer ver 2.48 11.76 0.02 0.14 ind:pre:3p; -suffoquer suffoquer ver 2.48 11.76 0.91 0.81 inf; -suffoquera suffoquer ver 2.48 11.76 0.03 0.00 ind:fut:3s; -suffoquerait suffoquer ver 2.48 11.76 0.01 0.00 cnd:pre:3s; -suffoqueront suffoquer ver 2.48 11.76 0.01 0.07 ind:fut:3p; -suffoquez suffoquer ver 2.48 11.76 0.03 0.07 imp:pre:2p;ind:pre:2p; -suffoquions suffoquer ver 2.48 11.76 0.00 0.20 ind:imp:1p; -suffoquons suffoquer ver 2.48 11.76 0.00 0.14 imp:pre:1p;ind:pre:1p; -suffoquèrent suffoquer ver 2.48 11.76 0.00 0.07 ind:pas:3p; -suffoqué suffoquer ver m s 2.48 11.76 0.13 2.23 par:pas; -suffoquée suffoquer ver f s 2.48 11.76 0.15 1.28 par:pas; -suffoqués suffoquer ver m p 2.48 11.76 0.04 0.34 par:pas; -suffrage suffrage nom m s 0.60 3.99 0.33 2.50 -suffrages suffrage nom m p 0.60 3.99 0.27 1.49 -suffragette suffragette nom f s 0.20 0.27 0.12 0.27 -suffragettes suffragette nom f p 0.20 0.27 0.08 0.00 -suffète suffète nom m s 0.00 0.07 0.00 0.07 -suggestibilité suggestibilité nom f s 0.02 0.00 0.02 0.00 -suggestif suggestif adj m s 0.58 1.22 0.27 0.27 -suggestifs suggestif adj m p 0.58 1.22 0.01 0.14 -suggestion suggestion nom f s 8.35 7.77 5.63 3.51 -suggestionner suggestionner ver 0.02 0.14 0.01 0.07 inf; -suggestionné suggestionner ver m s 0.02 0.14 0.01 0.07 par:pas; -suggestions suggestion nom f p 8.35 7.77 2.71 4.26 -suggestive suggestif adj f s 0.58 1.22 0.16 0.74 -suggestives suggestif adj f p 0.58 1.22 0.14 0.07 -suggestivité suggestivité nom f s 0.01 0.00 0.01 0.00 -suggère suggérer ver 28.99 25.34 11.47 4.59 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:1s; -suggèrent suggérer ver 28.99 25.34 0.82 0.54 ind:pre:3p; -suggères suggérer ver 28.99 25.34 1.54 0.00 ind:pre:2s; -suggéra suggérer ver 28.99 25.34 0.11 4.46 ind:pas:3s; -suggérai suggérer ver 28.99 25.34 0.01 1.01 ind:pas:1s; -suggéraient suggérer ver 28.99 25.34 0.04 0.27 ind:imp:3p; -suggérais suggérer ver 28.99 25.34 0.47 0.54 ind:imp:1s;ind:imp:2s; -suggérait suggérer ver 28.99 25.34 0.23 3.24 ind:imp:3s; -suggérant suggérer ver 28.99 25.34 0.89 0.95 par:pre; -suggérer suggérer ver 28.99 25.34 4.18 3.45 ind:pre:2p;inf; -suggérera suggérer ver 28.99 25.34 0.01 0.07 ind:fut:3s; -suggérerai suggérer ver 28.99 25.34 0.01 0.07 ind:fut:1s; -suggérerais suggérer ver 28.99 25.34 0.32 0.00 cnd:pre:1s;cnd:pre:2s; -suggérerait suggérer ver 28.99 25.34 0.16 0.27 cnd:pre:3s; -suggérez suggérer ver 28.99 25.34 3.29 0.07 imp:pre:2p;ind:pre:2p; -suggériez suggérer ver 28.99 25.34 0.17 0.00 ind:imp:2p; -suggérions suggérer ver 28.99 25.34 0.01 0.07 ind:imp:1p; -suggérons suggérer ver 28.99 25.34 0.18 0.07 imp:pre:1p;ind:pre:1p; -suggérât suggérer ver 28.99 25.34 0.00 0.14 sub:imp:3s; -suggérèrent suggérer ver 28.99 25.34 0.00 0.07 ind:pas:3p; -suggéré suggérer ver m s 28.99 25.34 4.76 3.99 par:pas; -suggérée suggérer ver f s 28.99 25.34 0.14 0.95 par:pas; -suggérées suggérer ver f p 28.99 25.34 0.15 0.41 par:pas; -suggérés suggérer ver m p 28.99 25.34 0.02 0.14 par:pas; -ségrégation ségrégation nom f s 0.40 0.74 0.40 0.74 -ségrégationniste ségrégationniste adj m s 0.11 0.00 0.11 0.00 -séguedille séguedille nom f s 0.00 0.14 0.00 0.14 -sui_generis sui_generis adj m p 0.23 0.07 0.23 0.07 -sui sui nom m s 0.55 0.27 0.55 0.27 -suicida suicider ver 30.09 11.35 0.30 0.47 ind:pas:3s; -suicidaient suicider ver 30.09 11.35 0.01 0.14 ind:imp:3p; -suicidaire suicidaire adj s 2.63 1.22 2.63 1.22 -suicidaires suicidaire nom p 1.79 1.35 1.23 0.68 -suicidait suicider ver 30.09 11.35 0.09 0.27 ind:imp:3s; -suicidant suicidant nom m s 0.08 0.20 0.08 0.14 -suicidants suicidant nom m p 0.08 0.20 0.00 0.07 -suicide suicide nom m s 27.33 18.92 25.34 17.50 -suicident suicider ver 30.09 11.35 0.62 0.41 ind:pre:3p; -suicider suicider ver 30.09 11.35 10.49 4.19 inf; -suicidera suicider ver 30.09 11.35 0.09 0.27 ind:fut:3s; -suiciderai suicider ver 30.09 11.35 0.48 0.07 ind:fut:1s; -suiciderais suicider ver 30.09 11.35 0.06 0.07 cnd:pre:1s;cnd:pre:2s; -suiciderait suicider ver 30.09 11.35 0.33 0.14 cnd:pre:3s; -suiciderez suicider ver 30.09 11.35 0.00 0.14 ind:fut:2p; -suicideriez suicider ver 30.09 11.35 0.01 0.00 cnd:pre:2p; -suicides suicide nom m p 27.33 18.92 1.98 1.42 -suicidez suicider ver 30.09 11.35 0.27 0.00 ind:pre:2p; -suicidiez suicider ver 30.09 11.35 0.04 0.00 ind:imp:2p; -suicidons suicider ver 30.09 11.35 0.11 0.07 imp:pre:1p;ind:pre:1p; -suicidât suicider ver 30.09 11.35 0.00 0.07 sub:imp:3s; -suicidèrent suicider ver 30.09 11.35 0.00 0.07 ind:pas:3p; -suicidé suicider ver m s 30.09 11.35 8.38 1.82 par:pas; -suicidée suicider ver f s 30.09 11.35 2.75 1.35 par:pas; -suicidées suicider ver f p 30.09 11.35 0.15 0.00 par:pas; -suicidés suicider ver m p 30.09 11.35 1.25 0.34 par:pas; -séide séide nom m s 0.02 0.20 0.01 0.00 -séides séide nom m p 0.02 0.20 0.01 0.20 -suie suie nom f s 0.72 7.43 0.72 7.30 -suies suie nom f p 0.72 7.43 0.00 0.14 -suif suif nom m s 0.96 2.03 0.96 2.03 -suifer suifer ver 0.00 0.14 0.00 0.07 inf; -suiffard suiffard nom m s 0.00 0.07 0.00 0.07 -suiffeuses suiffeux adj f p 0.00 0.14 0.00 0.07 -suiffeux suiffeux adj m 0.00 0.14 0.00 0.07 -suiffé suiffer ver m s 0.00 0.27 0.00 0.14 par:pas; -suiffée suiffer ver f s 0.00 0.27 0.00 0.07 par:pas; -suiffés suiffer ver m p 0.00 0.27 0.00 0.07 par:pas; -suifés suifer ver m p 0.00 0.14 0.00 0.07 par:pas; -suint suint nom m s 0.00 0.88 0.00 0.88 -suinta suinter ver 0.96 5.95 0.00 0.14 ind:pas:3s; -suintaient suinter ver 0.96 5.95 0.02 0.54 ind:imp:3p; -suintait suinter ver 0.96 5.95 0.02 1.96 ind:imp:3s; -suintant suinter ver 0.96 5.95 0.10 0.41 par:pre; -suintante suintant adj f s 0.17 2.70 0.05 0.34 -suintantes suintant adj f p 0.17 2.70 0.01 0.68 -suintants suintant adj m p 0.17 2.70 0.06 0.88 -suinte suinter ver 0.96 5.95 0.43 1.55 imp:pre:2s;ind:pre:3s; -suintement suintement nom m s 0.12 0.81 0.11 0.54 -suintements suintement nom m p 0.12 0.81 0.01 0.27 -suintent suinter ver 0.96 5.95 0.06 0.47 ind:pre:3p; -suinter suinter ver 0.96 5.95 0.20 0.74 inf; -suinté suinter ver m s 0.96 5.95 0.13 0.14 par:pas; -suis être aux 8074.24 6501.82 1272.28 560.47 ind:pre:1s; -séisme séisme nom m s 3.31 1.22 2.60 1.01 -séismes séisme nom m p 3.31 1.22 0.71 0.20 -suisse suisse adj s 5.01 10.27 3.91 6.62 -suisses suisse adj p 5.01 10.27 1.10 3.58 -suissesse suisse nom f s 1.42 3.38 0.11 0.47 -suissesses suisse nom f p 1.42 3.38 0.00 0.07 -suit suivre ver 2090.53 949.12 32.57 29.39 ind:pre:3s; -suite suite nom f s 275.90 275.81 274.18 270.88 -suites suite nom f p 275.90 275.81 1.72 4.93 -suitée suitée adj f s 0.00 0.07 0.00 0.07 -suiv suiv adj 0.01 0.00 0.01 0.00 -suivîmes suivre ver 2090.53 949.12 0.02 0.74 ind:pas:1p; -suivît suivre ver 2090.53 949.12 0.00 0.41 sub:imp:3s; -suivaient suivre ver 2090.53 949.12 1.11 15.54 ind:imp:3p; -suivais suivre ver 2090.53 949.12 3.46 8.11 ind:imp:1s;ind:imp:2s; -suivait suivre ver 2090.53 949.12 6.09 40.54 ind:imp:3s; -suivant suivant pre 2.61 15.47 2.61 15.47 -suivante suivant adj f s 28.81 51.08 11.20 19.46 -suivantes suivant adj f p 28.81 51.08 2.55 5.61 -suivants suivant adj m p 28.81 51.08 4.26 9.19 -suive suivre ver 2090.53 949.12 4.09 1.62 sub:pre:1s;sub:pre:3s; -suivent suivre ver 2090.53 949.12 11.14 12.64 ind:pre:3p;sub:pre:3p; -suives suivre ver 2090.53 949.12 0.98 0.00 sub:pre:2s; -suiveur suiveur nom m s 0.27 0.88 0.07 0.27 -suiveurs suiveur nom m p 0.27 0.88 0.17 0.54 -suiveuse suiveur nom f s 0.27 0.88 0.03 0.07 -suiveuses suiveur adj f p 0.02 0.27 0.00 0.14 -suivez_moi_jeune_homme suivez_moi_jeune_homme nom m s 0.00 0.07 0.00 0.07 -suivez suivre ver 2090.53 949.12 57.03 6.35 imp:pre:2p;ind:pre:2p; -suivi suivre ver m s 2090.53 949.12 34.99 48.04 par:pas; -suivie suivre ver f s 2090.53 949.12 9.18 15.54 par:pas; -suivies suivre ver f p 2090.53 949.12 1.21 3.51 par:pas; -suiviez suivre ver 2090.53 949.12 1.27 0.14 ind:imp:2p;sub:pre:2p; -suivions suivre ver 2090.53 949.12 0.24 2.70 ind:imp:1p; -suivirent suivre ver 2090.53 949.12 0.69 15.27 ind:pas:3p; -suivis suivre ver m p 2090.53 949.12 4.80 11.42 ind:pas:1s;par:pas;par:pas; -suivissent suivre ver 2090.53 949.12 0.00 0.20 sub:imp:3p; -suivistes suiviste nom p 0.00 0.07 0.00 0.07 -suivit suivre ver 2090.53 949.12 0.70 35.47 ind:pas:3s; -suivons suivre ver 2090.53 949.12 4.45 3.11 imp:pre:1p;ind:pre:1p; -suivra suivre ver 2090.53 949.12 5.27 2.70 ind:fut:3s; -suivrai suivre ver 2090.53 949.12 4.21 1.15 ind:fut:1s; -suivraient suivre ver 2090.53 949.12 0.58 1.42 cnd:pre:3p; -suivrais suivre ver 2090.53 949.12 1.62 0.95 cnd:pre:1s;cnd:pre:2s; -suivrait suivre ver 2090.53 949.12 0.96 3.18 cnd:pre:3s; -suivras suivre ver 2090.53 949.12 0.64 0.20 ind:fut:2s; -suivre suivre ver 2090.53 949.12 73.91 80.14 inf;; -suivrez suivre ver 2090.53 949.12 1.18 0.20 ind:fut:2p; -suivriez suivre ver 2090.53 949.12 0.06 0.00 cnd:pre:2p; -suivrions suivre ver 2090.53 949.12 0.00 0.14 cnd:pre:1p; -suivrons suivre ver 2090.53 949.12 1.94 0.34 ind:fut:1p; -suivront suivre ver 2090.53 949.12 2.46 2.16 ind:fut:3p; -sujet sujet nom m s 120.42 105.74 107.92 88.04 -sujets sujet nom m p 120.42 105.74 12.51 17.70 -sujette sujet adj f s 3.90 6.62 0.70 1.42 -sujettes sujet adj f p 3.90 6.62 0.09 0.20 -séjour séjour nom m s 16.60 43.58 15.70 36.82 -séjourna séjourner ver 2.48 6.96 0.00 0.34 ind:pas:3s; -séjournaient séjourner ver 2.48 6.96 0.02 0.34 ind:imp:3p; -séjournais séjourner ver 2.48 6.96 0.00 0.07 ind:imp:1s; -séjournait séjourner ver 2.48 6.96 0.27 1.22 ind:imp:3s; -séjournant séjourner ver 2.48 6.96 0.00 0.27 par:pre; -séjourne séjourner ver 2.48 6.96 0.83 0.47 imp:pre:2s;ind:pre:1s;ind:pre:3s; -séjournent séjourner ver 2.48 6.96 0.14 0.07 ind:pre:3p; -séjourner séjourner ver 2.48 6.96 0.39 1.35 inf; -séjourneraient séjourner ver 2.48 6.96 0.00 0.07 cnd:pre:3p; -séjournerez séjourner ver 2.48 6.96 0.12 0.07 ind:fut:2p; -séjourneriez séjourner ver 2.48 6.96 0.01 0.00 cnd:pre:2p; -séjournerons séjourner ver 2.48 6.96 0.01 0.00 ind:fut:1p; -séjournes séjourner ver 2.48 6.96 0.01 0.00 ind:pre:2s; -séjournez séjourner ver 2.48 6.96 0.10 0.00 imp:pre:2p;ind:pre:2p; -séjourniez séjourner ver 2.48 6.96 0.01 0.07 ind:imp:2p; -séjournions séjourner ver 2.48 6.96 0.00 0.20 ind:imp:1p; -séjournâmes séjourner ver 2.48 6.96 0.00 0.07 ind:pas:1p; -séjourné séjourner ver m s 2.48 6.96 0.56 2.36 par:pas; -séjours séjour nom m p 16.60 43.58 0.90 6.76 -sujétion sujétion nom f s 0.03 1.15 0.03 0.81 -sujétions sujétion nom f p 0.03 1.15 0.00 0.34 -sélect sélect adj m s 0.13 0.54 0.08 0.41 -sélecte sélect adj f s 0.13 0.54 0.02 0.00 -sélecteur sélecteur nom m s 0.05 0.27 0.03 0.07 -sélecteurs sélecteur nom m p 0.05 0.27 0.03 0.20 -sélectif sélectif adj m s 1.18 1.22 0.21 0.47 -sélectifs sélectif adj m p 1.18 1.22 0.08 0.14 -sélection sélection nom f s 4.69 2.64 4.45 2.36 -sélectionna sélectionner ver 4.08 1.76 0.00 0.07 ind:pas:3s; -sélectionnaient sélectionner ver 4.08 1.76 0.00 0.07 ind:imp:3p; -sélectionnait sélectionner ver 4.08 1.76 0.03 0.14 ind:imp:3s; -sélectionnant sélectionner ver 4.08 1.76 0.16 0.00 par:pre; -sélectionne sélectionner ver 4.08 1.76 0.38 0.00 imp:pre:2s;ind:pre:1s;ind:pre:3s; -sélectionner sélectionner ver 4.08 1.76 1.13 0.61 inf; -sélectionnera sélectionner ver 4.08 1.76 0.11 0.00 ind:fut:3s; -sélectionnerai sélectionner ver 4.08 1.76 0.02 0.00 ind:fut:1s; -sélectionnerais sélectionner ver 4.08 1.76 0.01 0.00 cnd:pre:1s; -sélectionneur sélectionneur nom m s 0.00 0.07 0.00 0.07 -sélectionneuse sélectionneuse nom f s 0.01 0.00 0.01 0.00 -sélectionnez sélectionner ver 4.08 1.76 0.11 0.00 imp:pre:2p;ind:pre:2p; -sélectionné sélectionner ver m s 4.08 1.76 1.09 0.27 par:pas; -sélectionnée sélectionner ver f s 4.08 1.76 0.13 0.27 par:pas; -sélectionnées sélectionner ver f p 4.08 1.76 0.17 0.07 par:pas; -sélectionnés sélectionner ver m p 4.08 1.76 0.75 0.27 par:pas; -sélections sélection nom f p 4.69 2.64 0.24 0.27 -sélective sélectif adj f s 1.18 1.22 0.83 0.61 -sélectivement sélectivement adv 0.05 0.00 0.05 0.00 -sélectives sélectif adj f p 1.18 1.22 0.05 0.00 -sélectivité sélectivité nom f s 0.01 0.07 0.01 0.07 -sélects sélect adj m p 0.13 0.54 0.02 0.14 -sulfamide sulfamide nom m s 0.19 0.14 0.02 0.00 -sulfamides sulfamide nom m p 0.19 0.14 0.17 0.14 -sulfatages sulfatage nom m p 0.00 0.07 0.00 0.07 -sulfatant sulfater ver 0.04 0.27 0.00 0.07 par:pre; -sulfate sulfate nom m s 0.46 0.68 0.45 0.47 -sulfater sulfater ver 0.04 0.27 0.01 0.20 inf; -sulfates sulfate nom m p 0.46 0.68 0.01 0.20 -sulfateuse sulfateur nom f s 0.06 0.27 0.06 0.14 -sulfateuses sulfateur nom f p 0.06 0.27 0.00 0.14 -sulfaté sulfaté adj m s 0.10 0.07 0.10 0.00 -sulfatées sulfaté adj f p 0.10 0.07 0.00 0.07 -sulfhydrique sulfhydrique adj m s 0.01 0.07 0.01 0.07 -sulfite sulfite nom m s 0.03 0.07 0.03 0.07 -sulfonate sulfonate nom m s 0.03 0.00 0.03 0.00 -sulfonique sulfonique adj s 0.01 0.00 0.01 0.00 -sulfonée sulfoner ver f s 0.00 0.14 0.00 0.07 par:pas; -sulfonés sulfoner ver m p 0.00 0.14 0.00 0.07 par:pas; -sulfure sulfure nom m s 0.15 0.68 0.14 0.34 -sulfures sulfure nom m p 0.15 0.68 0.01 0.34 -sulfureuse sulfureux adj f s 0.50 1.89 0.27 0.95 -sulfureuses sulfureux adj f p 0.50 1.89 0.16 0.47 -sulfureux sulfureux adj m 0.50 1.89 0.07 0.47 -sulfurique sulfurique adj m s 0.82 0.41 0.82 0.41 -sulfurisé sulfurisé adj m s 0.04 0.20 0.04 0.20 -sulfuré sulfuré adj m s 0.03 0.00 0.02 0.00 -sulfurée sulfuré adj f s 0.03 0.00 0.01 0.00 -sulky sulky nom m s 0.14 0.41 0.14 0.41 -sulpicien sulpicien adj m s 0.00 0.61 0.00 0.20 -sulpicienne sulpicien adj f s 0.00 0.61 0.00 0.27 -sulpiciennes sulpicien adj f p 0.00 0.61 0.00 0.14 -sultan sultan nom m s 1.75 7.09 1.68 4.86 -sultanat sultanat nom m s 0.02 0.20 0.02 0.20 -sultane sultane nom f s 0.05 3.78 0.05 3.78 -sultanes sultan nom f p 1.75 7.09 0.00 0.07 -sultans sultan nom m p 1.75 7.09 0.07 2.16 -sélénite sélénite nom s 0.20 0.00 0.02 0.00 -sélénites sélénite nom p 0.20 0.00 0.17 0.00 -sélénium sélénium nom m s 0.19 0.00 0.19 0.00 -séléniure séléniure nom m s 0.03 0.00 0.03 0.00 -sélénographie sélénographie nom f s 0.00 0.07 0.00 0.07 -sumac sumac nom m s 0.13 0.14 0.13 0.14 -sémantique sémantique nom f s 0.29 0.34 0.29 0.34 -sémantiques sémantique adj p 0.05 0.14 0.00 0.07 -sémaphore sémaphore nom m s 0.15 1.01 0.12 0.61 -sémaphores sémaphore nom m p 0.15 1.01 0.03 0.41 -sémaphoriques sémaphorique adj m p 0.00 0.07 0.00 0.07 -sémillant sémillant adj m s 0.19 0.61 0.19 0.41 -sémillante sémillant adj f s 0.19 0.61 0.00 0.20 -sémillon sémillon nom m s 0.00 0.07 0.00 0.07 -séminaire séminaire nom m s 3.58 4.59 2.73 3.58 -séminaires séminaire nom m p 3.58 4.59 0.86 1.01 -séminal séminal adj m s 0.21 1.08 0.17 0.07 -séminale séminal adj f s 0.21 1.08 0.03 0.74 -séminales séminal adj f p 0.21 1.08 0.01 0.07 -séminariste séminariste nom s 0.21 3.72 0.20 2.97 -séminaristes séminariste nom p 0.21 3.72 0.01 0.74 -séminaux séminal adj m p 0.21 1.08 0.00 0.20 -séminole séminole nom s 0.08 0.07 0.03 0.00 -séminoles séminole nom p 0.08 0.07 0.05 0.07 -séminome séminome nom m s 0.01 0.00 0.01 0.00 -sémiologie sémiologie nom f s 0.01 0.07 0.01 0.07 -sémiologue sémiologue nom s 0.00 0.07 0.00 0.07 -sémiotique sémiotique nom f s 0.04 0.00 0.04 0.00 -sémiotiques sémiotique nom f p 0.04 0.00 0.01 0.00 -sémite sémite nom s 0.36 0.34 0.12 0.20 -sémites sémite nom p 0.36 0.34 0.23 0.14 -sémitique sémitique adj s 0.02 0.20 0.02 0.07 -sémitiques sémitique adj f p 0.02 0.20 0.00 0.14 -summum summum nom m s 0.56 0.47 0.56 0.47 -sumo sumo nom m s 0.88 0.07 0.88 0.07 -sumérien sumérien nom m s 0.04 0.00 0.04 0.00 -sénat sénat nom m s 1.38 1.82 1.38 1.82 -sénateur sénateur nom m s 19.77 3.31 14.85 2.03 -sénateurs sénateur nom m p 19.77 3.31 4.48 1.28 -sénatorial sénatorial adj m s 0.25 0.47 0.07 0.20 -sénatoriale sénatorial adj f s 0.25 0.47 0.17 0.20 -sénatoriales sénatorial nom f p 0.03 0.00 0.03 0.00 -sénatrice sénateur nom f s 19.77 3.31 0.44 0.00 -sénatus_consulte sénatus_consulte nom m s 0.00 0.07 0.00 0.07 -sénescence sénescence nom f s 0.01 0.14 0.01 0.14 -sénevé sénevé nom m s 0.00 0.14 0.00 0.14 -sénile sénile adj s 2.18 1.82 1.94 1.49 -sénilement sénilement adv 0.00 0.07 0.00 0.07 -séniles sénile adj p 2.18 1.82 0.23 0.34 -sénilité sénilité nom f s 0.23 0.81 0.23 0.81 -sunlight sunlight nom m s 0.16 0.41 0.16 0.00 -sunlights sunlight nom m p 0.16 0.41 0.00 0.41 -sunna sunna nom f s 0.02 0.07 0.02 0.07 -sunnites sunnite nom p 0.02 0.00 0.02 0.00 -séné séné nom m s 0.16 0.14 0.16 0.07 -sénéchal sénéchal nom m s 0.01 5.81 0.01 5.20 -sénéchaux sénéchal nom m p 0.01 5.81 0.00 0.61 -sénégalais sénégalais nom m 0.14 2.09 0.14 1.82 -sénégalaise sénégalais adj f s 0.11 3.24 0.01 0.00 -sénégalaises sénégalais adj f p 0.11 3.24 0.01 0.00 -sénés séné nom m p 0.16 0.14 0.00 0.07 -suons suer ver 7.28 10.34 0.02 0.00 ind:pre:1p; -suât suer ver 7.28 10.34 0.00 0.07 sub:imp:3s; -séoudite séoudite adj f s 0.00 0.27 0.00 0.27 -sépale sépale nom m s 0.03 0.00 0.01 0.00 -sépales sépale nom m p 0.03 0.00 0.02 0.00 -sépara séparer ver 66.22 109.80 0.27 2.77 ind:pas:3s; -séparable séparable adj s 0.00 0.14 0.00 0.14 -séparai séparer ver 66.22 109.80 0.01 0.14 ind:pas:1s; -séparaient séparer ver 66.22 109.80 0.30 7.70 ind:imp:3p; -séparais séparer ver 66.22 109.80 0.01 0.34 ind:imp:1s; -séparait séparer ver 66.22 109.80 1.23 18.04 ind:imp:3s; -séparant séparer ver 66.22 109.80 0.56 4.26 par:pre; -séparateur séparateur nom m s 0.07 0.00 0.07 0.00 -séparation séparation nom f s 10.15 14.39 9.88 13.45 -séparations séparation nom f p 10.15 14.39 0.27 0.95 -séparatiste séparatiste adj m s 0.45 0.20 0.09 0.20 -séparatistes séparatiste nom p 0.45 0.00 0.40 0.00 -séparatrice séparateur adj f s 0.01 0.20 0.01 0.00 -sépare séparer ver 66.22 109.80 12.77 14.19 imp:pre:2s;ind:pre:1s;ind:pre:3s; -séparent séparer ver 66.22 109.80 3.41 6.42 ind:pre:3p; -séparer séparer ver 66.22 109.80 20.34 18.38 ind:pre:2p;inf; -séparera séparer ver 66.22 109.80 1.39 0.34 ind:fut:3s; -séparerai séparer ver 66.22 109.80 0.32 0.34 ind:fut:1s; -sépareraient séparer ver 66.22 109.80 0.17 0.14 cnd:pre:3p; -séparerais séparer ver 66.22 109.80 0.28 0.07 cnd:pre:1s;cnd:pre:2s; -séparerait séparer ver 66.22 109.80 0.22 0.54 cnd:pre:3s; -sépareras séparer ver 66.22 109.80 0.02 0.00 ind:fut:2s; -séparerez séparer ver 66.22 109.80 0.16 0.14 ind:fut:2p; -séparerons séparer ver 66.22 109.80 0.25 0.20 ind:fut:1p; -sépareront séparer ver 66.22 109.80 0.09 0.00 ind:fut:3p; -séparez séparer ver 66.22 109.80 2.59 0.14 imp:pre:2p;ind:pre:2p; -sépariez séparer ver 66.22 109.80 0.32 0.07 ind:imp:2p; -séparions séparer ver 66.22 109.80 0.08 0.68 ind:imp:1p; -séparâmes séparer ver 66.22 109.80 0.01 0.34 ind:pas:1p; -séparons séparer ver 66.22 109.80 2.17 0.47 imp:pre:1p;ind:pre:1p; -séparât séparer ver 66.22 109.80 0.00 0.27 sub:imp:3s; -séparèrent séparer ver 66.22 109.80 0.30 3.11 ind:pas:3p; -séparé séparer ver m s 66.22 109.80 4.11 8.78 par:pas; -séparée séparer ver f s 66.22 109.80 2.11 6.49 par:pas; -séparées séparé adj f p 5.41 7.30 1.11 1.28 -séparément séparément adv 4.01 3.78 4.01 3.78 -séparés séparer ver m p 66.22 109.80 11.81 12.43 par:pas; -super_espion super_espion nom m s 0.02 0.00 0.02 0.00 -super_grand super_grand nom m p 0.00 0.07 0.00 0.07 -super_pilote super_pilote adj s 0.01 0.00 0.01 0.00 -super_puissance super_puissance nom f p 0.03 0.00 0.03 0.00 -super super adj 154.83 7.09 154.83 7.09 -superbe superbe adj s 53.42 23.85 45.32 19.05 -superbement superbement adv 0.30 2.64 0.30 2.64 -superbes superbe adj p 53.42 23.85 8.10 4.80 -supercalculateur supercalculateur nom m s 0.06 0.00 0.06 0.00 -supercarburant supercarburant nom m s 0.02 0.00 0.02 0.00 -superchampion superchampion nom m s 0.01 0.07 0.00 0.07 -superchampions superchampion nom m p 0.01 0.07 0.01 0.00 -supercherie supercherie nom f s 1.60 1.76 1.55 1.69 -supercheries supercherie nom f p 1.60 1.76 0.04 0.07 -superfamille superfamille nom f s 0.01 0.00 0.01 0.00 -superficialité superficialité nom f s 0.27 0.34 0.26 0.34 -superficialités superficialité nom f p 0.27 0.34 0.01 0.00 -superficie superficie nom f s 0.35 1.01 0.35 1.01 -superficiel superficiel adj m s 5.71 5.61 2.12 1.96 -superficielle superficiel adj f s 5.71 5.61 1.93 2.23 -superficiellement superficiellement adv 0.06 0.41 0.06 0.41 -superficielles superficiel adj f p 5.71 5.61 1.00 0.68 -superficiels superficiel adj m p 5.71 5.61 0.67 0.74 -superfin superfin adj m s 0.00 0.07 0.00 0.07 -superflu superflu adj m s 2.94 4.46 1.41 2.16 -superflue superflu adj f s 2.94 4.46 0.16 1.08 -superflues superflu adj f p 2.94 4.46 0.35 0.68 -superfluité superfluité nom f s 0.00 0.20 0.00 0.07 -superfluités superfluité nom f p 0.00 0.20 0.00 0.14 -superflus superflu adj m p 2.94 4.46 1.01 0.54 -superforteresses superforteresse adj f p 0.00 0.07 0.00 0.07 -superfétatoire superfétatoire adj s 0.03 0.54 0.03 0.27 -superfétatoires superfétatoire adj f p 0.03 0.54 0.00 0.27 -supergrand supergrand nom m s 0.00 0.07 0.00 0.07 -superintendant superintendant nom m s 0.10 0.14 0.10 0.07 -superintendante superintendante nom f s 0.00 0.07 0.00 0.07 -superintendants superintendant nom m p 0.10 0.14 0.00 0.07 -superlatif superlatif adj m s 0.03 0.07 0.02 0.07 -superlatifs superlatif nom m p 0.02 0.27 0.02 0.27 -superlative superlatif adj f s 0.03 0.07 0.01 0.00 -superlativement superlativement adv 0.00 0.07 0.00 0.07 -superman superman nom m 1.52 0.20 1.12 0.14 -supermarché supermarché nom m s 12.19 5.68 10.68 5.34 -supermarchés supermarché nom m p 12.19 5.68 1.51 0.34 -supermen superman nom m p 1.52 0.20 0.40 0.07 -supernova supernova nom f s 0.58 0.07 0.55 0.07 -supernovas supernova nom f p 0.58 0.07 0.04 0.00 -superordinateur superordinateur nom m s 0.03 0.00 0.03 0.00 -superphosphates superphosphate nom m p 0.00 0.07 0.00 0.07 -superposa superposer ver 0.56 7.50 0.00 0.07 ind:pas:3s; -superposable superposable adj s 0.00 0.20 0.00 0.07 -superposables superposable adj m p 0.00 0.20 0.00 0.14 -superposaient superposer ver 0.56 7.50 0.00 1.01 ind:imp:3p; -superposait superposer ver 0.56 7.50 0.00 0.34 ind:imp:3s; -superposant superposer ver 0.56 7.50 0.02 0.74 par:pre; -superpose superposer ver 0.56 7.50 0.04 0.81 ind:pre:1s;ind:pre:3s; -superposent superposer ver 0.56 7.50 0.26 1.35 ind:pre:3p; -superposer superposer ver 0.56 7.50 0.03 0.88 inf; -superposez superposer ver 0.56 7.50 0.01 0.00 ind:pre:2p; -superposition superposition nom f s 0.03 0.95 0.02 0.61 -superpositions superposition nom f p 0.03 0.95 0.01 0.34 -superposé superposé adj m s 0.37 5.00 0.10 0.14 -superposée superposer ver f s 0.56 7.50 0.01 0.27 par:pas; -superposées superposé adj f p 0.37 5.00 0.04 1.96 -superposés superposé adj m p 0.37 5.00 0.23 2.84 -superpouvoirs superpouvoir nom m p 0.20 0.00 0.20 0.00 -superproduction superproduction nom f s 0.08 0.27 0.06 0.20 -superproductions superproduction nom f p 0.08 0.27 0.02 0.07 -superpuissance superpuissance nom f s 0.34 0.00 0.22 0.00 -superpuissances superpuissance nom f p 0.34 0.00 0.12 0.00 -superpuissant superpuissant adj m s 0.04 0.07 0.01 0.00 -superpuissante superpuissant adj f s 0.04 0.07 0.01 0.00 -superpuissants superpuissant adj m p 0.04 0.07 0.01 0.07 -supers super nom m p 73.26 2.77 1.78 0.07 -supersonique supersonique adj s 0.33 0.20 0.11 0.07 -supersoniques supersonique adj p 0.33 0.20 0.23 0.14 -superstar superstar nom f s 1.82 0.41 1.67 0.34 -superstars superstar nom f p 1.82 0.41 0.15 0.07 -superstitieuse superstitieux adj f s 2.54 3.92 0.30 1.82 -superstitieusement superstitieusement adv 0.00 0.34 0.00 0.34 -superstitieuses superstitieux adj f p 2.54 3.92 0.17 0.14 -superstitieux superstitieux adj m 2.54 3.92 2.08 1.96 -superstition superstition nom f s 6.11 5.95 3.61 4.19 -superstitions superstition nom f p 6.11 5.95 2.50 1.76 -superstructure superstructure nom f s 0.11 1.35 0.11 0.20 -superstructures superstructure nom f p 0.11 1.35 0.00 1.15 -supertanker supertanker nom m s 0.03 0.00 0.03 0.00 -supervisa superviser ver 3.61 0.74 0.02 0.00 ind:pas:3s; -supervisais superviser ver 3.61 0.74 0.03 0.00 ind:imp:1s; -supervisait superviser ver 3.61 0.74 0.14 0.27 ind:imp:3s; -supervisant superviser ver 3.61 0.74 0.03 0.00 par:pre; -supervise superviser ver 3.61 0.74 1.03 0.07 imp:pre:2s;ind:pre:1s;ind:pre:3s; -supervisent superviser ver 3.61 0.74 0.05 0.00 ind:pre:3p; -superviser superviser ver 3.61 0.74 1.03 0.20 inf; -supervisera superviser ver 3.61 0.74 0.11 0.00 ind:fut:3s; -superviserai superviser ver 3.61 0.74 0.09 0.00 ind:fut:1s; -superviserais superviser ver 3.61 0.74 0.01 0.00 cnd:pre:1s; -superviserait superviser ver 3.61 0.74 0.04 0.00 cnd:pre:3s; -superviseras superviser ver 3.61 0.74 0.02 0.00 ind:fut:2s; -superviserez superviser ver 3.61 0.74 0.04 0.00 ind:fut:2p; -superviserons superviser ver 3.61 0.74 0.01 0.00 ind:fut:1p; -superviseront superviser ver 3.61 0.74 0.01 0.07 ind:fut:3p; -superviseur superviseur nom m s 1.99 0.07 1.66 0.00 -superviseurs superviseur nom m p 1.99 0.07 0.33 0.07 -supervisez superviser ver 3.61 0.74 0.04 0.00 ind:pre:2p; -supervisiez superviser ver 3.61 0.74 0.05 0.00 ind:imp:2p; -supervision supervision nom f s 0.68 0.27 0.68 0.20 -supervisions supervision nom f p 0.68 0.27 0.00 0.07 -supervisons superviser ver 3.61 0.74 0.05 0.00 ind:pre:1p; -supervisé superviser ver m s 3.61 0.74 0.62 0.07 par:pas; -supervisée superviser ver f s 3.61 0.74 0.11 0.00 par:pas; -supervisées superviser ver f p 3.61 0.74 0.04 0.00 par:pas; -supervisés superviser ver m p 3.61 0.74 0.03 0.07 par:pas; -sépharade sépharade adj f s 0.01 0.20 0.01 0.07 -sépharades sépharade nom p 0.00 0.41 0.00 0.14 -sépia sépia nom f s 0.02 1.15 0.02 1.08 -sépias sépia nom f p 0.02 1.15 0.00 0.07 -supin supin nom m s 0.00 0.07 0.00 0.07 -supination supination nom f s 0.05 0.14 0.05 0.14 -suppôt suppôt nom m s 0.39 0.95 0.17 0.54 -suppôts suppôt nom m p 0.39 0.95 0.22 0.41 -supplanta supplanter ver 0.60 1.62 0.00 0.07 ind:pas:3s; -supplantait supplanter ver 0.60 1.62 0.03 0.20 ind:imp:3s; -supplantant supplanter ver 0.60 1.62 0.01 0.07 par:pre; -supplante supplanter ver 0.60 1.62 0.07 0.00 ind:pre:3s; -supplantent supplanter ver 0.60 1.62 0.04 0.07 ind:pre:3p; -supplanter supplanter ver 0.60 1.62 0.20 0.34 inf; -supplanté supplanter ver m s 0.60 1.62 0.26 0.54 par:pas; -supplantée supplanter ver f s 0.60 1.62 0.00 0.34 par:pas; -supplia supplier ver 53.65 34.46 0.55 3.65 ind:pas:3s; -suppliai supplier ver 53.65 34.46 0.01 0.81 ind:pas:1s; -suppliaient supplier ver 53.65 34.46 0.08 0.95 ind:imp:3p; -suppliais supplier ver 53.65 34.46 0.27 0.88 ind:imp:1s;ind:imp:2s; -suppliait supplier ver 53.65 34.46 0.95 5.07 ind:imp:3s; -suppliant supplier ver 53.65 34.46 0.57 3.11 par:pre; -suppliante suppliant adj f s 1.20 7.09 0.50 2.70 -suppliantes suppliant adj f p 1.20 7.09 0.00 0.47 -suppliants suppliant adj m p 1.20 7.09 0.50 1.15 -supplication supplication nom f s 0.33 4.80 0.11 2.03 -supplications supplication nom f p 0.33 4.80 0.22 2.77 -supplice supplice nom m s 3.77 13.38 3.13 11.35 -supplices supplice nom m p 3.77 13.38 0.64 2.03 -supplicia supplicier ver 0.48 0.88 0.00 0.07 ind:pas:3s; -suppliciant suppliciant adj m s 0.00 0.27 0.00 0.14 -suppliciantes suppliciant adj f p 0.00 0.27 0.00 0.14 -supplicient supplicier ver 0.48 0.88 0.00 0.14 ind:pre:3p; -supplicier supplicier ver 0.48 0.88 0.14 0.41 inf; -supplicierez supplicier ver 0.48 0.88 0.14 0.00 ind:fut:2p; -supplicié supplicier ver m s 0.48 0.88 0.10 0.14 par:pas; -suppliciée supplicié nom f s 0.01 2.64 0.01 0.20 -suppliciées supplicié nom f p 0.01 2.64 0.00 0.14 -suppliciés supplicier ver m p 0.48 0.88 0.11 0.07 par:pas; -supplie supplier ver 53.65 34.46 37.38 11.01 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:1s; -supplient supplier ver 53.65 34.46 0.12 0.74 ind:pre:3p; -supplier supplier ver 53.65 34.46 4.96 4.19 inf; -suppliera supplier ver 53.65 34.46 0.10 0.00 ind:fut:3s; -supplierai supplier ver 53.65 34.46 0.39 0.07 ind:fut:1s; -supplieraient supplier ver 53.65 34.46 0.02 0.00 cnd:pre:3p; -supplierais supplier ver 53.65 34.46 0.03 0.00 cnd:pre:1s;cnd:pre:2s; -supplierait supplier ver 53.65 34.46 0.05 0.07 cnd:pre:3s; -supplieras supplier ver 53.65 34.46 0.44 0.00 ind:fut:2s; -supplierez supplier ver 53.65 34.46 0.06 0.00 ind:fut:2p; -supplieriez supplier ver 53.65 34.46 0.01 0.00 cnd:pre:2p; -supplieront supplier ver 53.65 34.46 0.17 0.00 ind:fut:3p; -supplies supplier ver 53.65 34.46 0.42 0.14 ind:pre:2s; -suppliez supplier ver 53.65 34.46 0.17 0.00 imp:pre:2p;ind:pre:2p; -supplions supplier ver 53.65 34.46 0.27 0.20 ind:pre:1p; -suppliât supplier ver 53.65 34.46 0.00 0.07 sub:imp:3s; -supplique supplique nom f s 0.28 1.08 0.21 0.68 -suppliques supplique nom f p 0.28 1.08 0.07 0.41 -supplié supplier ver m s 53.65 34.46 4.33 2.97 par:pas; -suppliée supplier ver f s 53.65 34.46 1.89 0.41 par:pas; -suppliés supplier ver m p 53.65 34.46 0.42 0.14 par:pas; -suppléaient suppléer ver 0.19 2.30 0.00 0.20 ind:imp:3p; -suppléait suppléer ver 0.19 2.30 0.01 0.34 ind:imp:3s; -suppléance suppléance nom f s 0.14 0.00 0.14 0.00 -suppléant suppléant nom m s 0.50 0.54 0.34 0.41 -suppléante suppléant adj f s 0.20 0.20 0.03 0.00 -suppléants suppléant nom m p 0.50 0.54 0.14 0.14 -supplée suppléer ver 0.19 2.30 0.00 0.47 ind:pre:3s; -suppléent suppléer ver 0.19 2.30 0.00 0.07 ind:pre:3p; -suppléer suppléer ver 0.19 2.30 0.14 0.68 inf; -suppléeraient suppléer ver 0.19 2.30 0.00 0.07 cnd:pre:3p; -suppléerait suppléer ver 0.19 2.30 0.00 0.14 cnd:pre:3s; -suppléerez suppléer ver 0.19 2.30 0.00 0.07 ind:fut:2p; -supplément supplément nom m s 2.80 7.50 2.60 6.42 -supplémentaire supplémentaire adj s 8.97 15.68 4.19 10.20 -supplémentaires supplémentaire adj p 8.97 15.68 4.79 5.47 -supplémenter supplémenter ver 0.00 0.14 0.00 0.07 inf; -suppléments supplément nom m p 2.80 7.50 0.20 1.08 -supplémentées supplémenter ver f p 0.00 0.14 0.00 0.07 par:pas; -supplétifs supplétif nom m p 0.00 0.14 0.00 0.14 -supplétive supplétif adj f s 0.00 0.14 0.00 0.14 -suppléé suppléer ver m s 0.19 2.30 0.00 0.07 par:pas; -support support nom m s 2.94 6.42 2.71 5.20 -supporta supporter ver 86.04 81.22 0.05 1.01 ind:pas:3s; -supportable supportable adj s 1.73 6.22 1.60 5.00 -supportables supportable adj p 1.73 6.22 0.13 1.22 -supportai supporter ver 86.04 81.22 0.01 0.14 ind:pas:1s; -supportaient supporter ver 86.04 81.22 0.14 1.49 ind:imp:3p; -supportais supporter ver 86.04 81.22 2.29 2.30 ind:imp:1s;ind:imp:2s; -supportait supporter ver 86.04 81.22 2.38 10.47 ind:imp:3s; -supportant supporter ver 86.04 81.22 0.14 2.43 par:pre; -supporte supporter ver 86.04 81.22 29.14 12.43 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:1s; -supportent supporter ver 86.04 81.22 2.14 2.23 ind:pre:3p;sub:pre:3p; -supporter supporter ver 86.04 81.22 30.04 33.45 inf; -supportera supporter ver 86.04 81.22 1.46 0.47 ind:fut:3s; -supporterai supporter ver 86.04 81.22 2.27 0.95 ind:fut:1s; -supporteraient supporter ver 86.04 81.22 0.23 0.20 cnd:pre:3p; -supporterais supporter ver 86.04 81.22 2.58 1.01 cnd:pre:1s;cnd:pre:2s; -supporterait supporter ver 86.04 81.22 1.18 3.38 cnd:pre:3s; -supporteras supporter ver 86.04 81.22 0.52 0.07 ind:fut:2s; -supporterez supporter ver 86.04 81.22 0.25 0.14 ind:fut:2p; -supporteriez supporter ver 86.04 81.22 0.05 0.20 cnd:pre:2p; -supporterons supporter ver 86.04 81.22 0.22 0.07 ind:fut:1p; -supporteront supporter ver 86.04 81.22 0.13 0.07 ind:fut:3p; -supporters supporter nom m p 6.07 5.54 1.75 2.91 -supportes supporter ver 86.04 81.22 3.86 0.34 ind:pre:2s; -supporteur supporteur nom m s 0.08 0.07 0.02 0.00 -supportez supporter ver 86.04 81.22 1.37 0.54 imp:pre:2p;ind:pre:2p; -supportiez supporter ver 86.04 81.22 0.18 0.00 ind:imp:2p; -supportions supporter ver 86.04 81.22 0.00 0.41 ind:imp:1p; -supportons supporter ver 86.04 81.22 0.44 0.27 imp:pre:1p;ind:pre:1p; -supportât supporter ver 86.04 81.22 0.00 0.27 sub:imp:3s; -supportrice supporteur nom f s 0.08 0.07 0.06 0.00 -supportrices supportrice nom f p 0.13 0.00 0.13 0.00 -support_chaussette support_chaussette nom m p 0.00 0.07 0.00 0.07 -supports support nom m p 2.94 6.42 0.22 1.22 -supportèrent supporter ver 86.04 81.22 0.00 0.07 ind:pas:3p; -supporté supporter ver m s 86.04 81.22 4.56 5.00 par:pas; -supportée supporter ver f s 86.04 81.22 0.20 0.81 par:pas; -supportées supporter ver f p 86.04 81.22 0.01 0.54 par:pas; -supportés supporter ver m p 86.04 81.22 0.21 0.47 par:pas; -supposa supposer ver 120.31 62.50 0.02 0.95 ind:pas:3s; -supposable supposable adj s 0.00 0.07 0.00 0.07 -supposai supposer ver 120.31 62.50 0.00 0.61 ind:pas:1s; -supposaient supposer ver 120.31 62.50 0.03 0.41 ind:imp:3p; -supposais supposer ver 120.31 62.50 0.50 2.30 ind:imp:1s;ind:imp:2s; -supposait supposer ver 120.31 62.50 0.11 3.18 ind:imp:3s; -supposant supposer ver 120.31 62.50 1.62 1.89 par:pre; -suppose supposer ver 120.31 62.50 89.07 29.53 imp:pre:2s;ind:pre:1s;ind:pre:3s; -supposent supposer ver 120.31 62.50 0.16 0.88 ind:pre:3p; -supposer supposer ver 120.31 62.50 3.92 14.46 inf; -supposera supposer ver 120.31 62.50 0.05 0.00 ind:fut:3s; -supposerai supposer ver 120.31 62.50 0.14 0.00 ind:fut:1s; -supposerait supposer ver 120.31 62.50 0.22 0.34 cnd:pre:3s; -supposeront supposer ver 120.31 62.50 0.04 0.07 ind:fut:3p; -supposes supposer ver 120.31 62.50 0.88 0.07 ind:pre:2s; -supposez supposer ver 120.31 62.50 1.43 1.28 imp:pre:2p;ind:pre:2p; -supposiez supposer ver 120.31 62.50 0.07 0.07 ind:imp:2p; -supposions supposer ver 120.31 62.50 0.06 0.07 ind:imp:1p; -supposition supposition nom f s 4.10 5.34 2.74 2.50 -suppositions supposition nom f p 4.10 5.34 1.36 2.84 -suppositoire suppositoire nom m s 0.56 0.88 0.27 0.54 -suppositoires suppositoire nom m p 0.56 0.88 0.29 0.34 -supposâmes supposer ver 120.31 62.50 0.00 0.07 ind:pas:1p; -supposons supposer ver 120.31 62.50 4.54 1.62 imp:pre:1p;ind:pre:1p; -supposèrent supposer ver 120.31 62.50 0.01 0.07 ind:pas:3p; -supposé supposer ver m s 120.31 62.50 12.07 3.24 par:pas; -supposée supposer ver f s 120.31 62.50 2.71 0.95 par:pas; -supposées supposer ver f p 120.31 62.50 0.36 0.07 par:pas; -supposément supposément adv 0.04 0.00 0.04 0.00 -supposés supposer ver m p 120.31 62.50 2.30 0.41 par:pas; -suppresseur suppresseur adj m s 0.03 0.00 0.03 0.00 -suppresseur suppresseur nom m s 0.03 0.00 0.03 0.00 -suppression suppression nom f s 0.80 2.09 0.74 1.96 -suppressions suppression nom f p 0.80 2.09 0.06 0.14 -supprima supprimer ver 13.45 15.07 0.00 0.41 ind:pas:3s; -supprimai supprimer ver 13.45 15.07 0.00 0.07 ind:pas:1s; -supprimaient supprimer ver 13.45 15.07 0.10 0.07 ind:imp:3p; -supprimais supprimer ver 13.45 15.07 0.07 0.07 ind:imp:1s; -supprimait supprimer ver 13.45 15.07 0.17 0.88 ind:imp:3s; -supprimant supprimer ver 13.45 15.07 0.21 1.28 par:pre; -supprime supprimer ver 13.45 15.07 1.99 1.62 imp:pre:2s;ind:pre:1s;ind:pre:3s; -suppriment supprimer ver 13.45 15.07 0.21 0.14 ind:pre:3p; -supprimer supprimer ver 13.45 15.07 5.86 5.74 inf; -supprimera supprimer ver 13.45 15.07 0.05 0.07 ind:fut:3s; -supprimerai supprimer ver 13.45 15.07 0.15 0.07 ind:fut:1s; -supprimeraient supprimer ver 13.45 15.07 0.03 0.07 cnd:pre:3p; -supprimerait supprimer ver 13.45 15.07 0.07 0.14 cnd:pre:3s; -supprimerons supprimer ver 13.45 15.07 0.00 0.07 ind:fut:1p; -supprimez supprimer ver 13.45 15.07 0.62 0.07 imp:pre:2p;ind:pre:2p; -supprimons supprimer ver 13.45 15.07 0.54 0.14 imp:pre:1p;ind:pre:1p; -supprimât supprimer ver 13.45 15.07 0.00 0.14 sub:imp:3s; -supprimé supprimer ver m s 13.45 15.07 2.19 2.57 par:pas; -supprimée supprimer ver f s 13.45 15.07 0.35 0.61 par:pas; -supprimées supprimer ver f p 13.45 15.07 0.23 0.34 par:pas; -supprimés supprimer ver m p 13.45 15.07 0.60 0.54 par:pas; -suppuraient suppurer ver 0.23 0.68 0.00 0.07 ind:imp:3p; -suppurait suppurer ver 0.23 0.68 0.00 0.14 ind:imp:3s; -suppurant suppurer ver 0.23 0.68 0.01 0.07 par:pre; -suppurante suppurant adj f s 0.03 0.07 0.01 0.00 -suppurantes suppurant adj f p 0.03 0.07 0.01 0.07 -suppuration suppuration nom f s 0.01 0.14 0.01 0.07 -suppurations suppuration nom f p 0.01 0.14 0.00 0.07 -suppure suppurer ver 0.23 0.68 0.17 0.20 ind:pre:3s; -suppurent suppurer ver 0.23 0.68 0.02 0.00 ind:pre:3p; -suppurer suppurer ver 0.23 0.68 0.02 0.14 inf; -suppurerait suppurer ver 0.23 0.68 0.00 0.07 cnd:pre:3s; -supputa supputer ver 0.16 4.19 0.00 0.14 ind:pas:3s; -supputai supputer ver 0.16 4.19 0.00 0.07 ind:pas:1s; -supputaient supputer ver 0.16 4.19 0.00 0.27 ind:imp:3p; -supputais supputer ver 0.16 4.19 0.00 0.07 ind:imp:1s; -supputait supputer ver 0.16 4.19 0.01 0.88 ind:imp:3s; -supputant supputer ver 0.16 4.19 0.00 0.54 par:pre; -supputation supputation nom f s 0.03 0.95 0.00 0.14 -supputations supputation nom f p 0.03 0.95 0.03 0.81 -suppute supputer ver 0.16 4.19 0.13 0.88 imp:pre:2s;ind:pre:1s;ind:pre:3s; -supputent supputer ver 0.16 4.19 0.00 0.14 ind:pre:3p; -supputer supputer ver 0.16 4.19 0.01 0.95 inf; -supputé supputer ver m s 0.16 4.19 0.00 0.20 par:pas; -supputées supputer ver f p 0.16 4.19 0.00 0.07 par:pas; -supra_humain supra_humain adj m s 0.00 0.07 0.00 0.07 -supra supra adv 0.26 0.34 0.26 0.34 -supraconducteur supraconducteur nom m s 0.16 0.00 0.09 0.00 -supraconducteurs supraconducteur nom m p 0.16 0.00 0.07 0.00 -supraconductivité supraconductivité nom f s 0.01 0.00 0.01 0.00 -supraconductrice supraconducteur adj f s 0.01 0.00 0.01 0.00 -supranational supranational adj m s 0.00 0.14 0.00 0.07 -supranationales supranational adj f p 0.00 0.14 0.00 0.07 -supranaturel supranaturel adj m s 0.01 0.00 0.01 0.00 -supraterrestre supraterrestre adj s 0.01 0.14 0.01 0.14 -suprématie suprématie nom f s 0.47 1.08 0.47 1.08 -suprême suprême adj s 15.26 22.97 14.98 21.76 -suprêmement suprêmement adv 0.09 0.81 0.09 0.81 -suprêmes suprême adj p 15.26 22.97 0.28 1.22 -sépulcral sépulcral adj m s 0.03 1.08 0.01 0.34 -sépulcrale sépulcral adj f s 0.03 1.08 0.01 0.68 -sépulcrales sépulcral adj f p 0.03 1.08 0.01 0.07 -sépulcre sépulcre nom m s 0.48 1.08 0.08 1.01 -sépulcres sépulcre nom m p 0.48 1.08 0.40 0.07 -sépulture sépulture nom f s 1.51 2.97 1.44 2.16 -sépultures sépulture nom f p 1.51 2.97 0.07 0.81 -supérette supérette nom f s 0.56 0.07 0.56 0.07 -supérieur supérieur adj m s 25.72 46.69 8.74 17.70 -supérieure supérieur adj f s 25.72 46.69 10.70 18.65 -supérieurement supérieurement adv 0.07 1.01 0.07 1.01 -supérieures supérieur adj f p 25.72 46.69 2.82 3.51 -supérieurs supérieur nom m p 13.63 8.11 6.04 2.77 -supériorité supériorité nom f s 2.00 9.26 2.00 8.72 -supériorités supériorité nom f p 2.00 9.26 0.00 0.54 -séquanaise séquanais nom f s 0.00 0.20 0.00 0.20 -séquelle séquelle nom f s 1.31 2.36 0.11 0.41 -séquelles séquelle nom f p 1.31 2.36 1.21 1.96 -séquence séquence nom f s 7.61 4.73 6.02 2.97 -séquencer séquencer ver 0.20 0.00 0.20 0.00 inf; -séquences séquence nom f p 7.61 4.73 1.59 1.76 -séquenceur séquenceur nom m s 0.11 0.00 0.11 0.00 -séquençage séquençage nom m s 0.27 0.00 0.27 0.00 -séquentiel séquentiel adj m s 0.13 0.00 0.02 0.00 -séquentielle séquentiel adj f s 0.13 0.00 0.11 0.00 -séquentiellement séquentiellement adv 0.01 0.00 0.01 0.00 -séquestraient séquestrer ver 2.05 2.03 0.01 0.07 ind:imp:3p; -séquestrait séquestrer ver 2.05 2.03 0.14 0.20 ind:imp:3s; -séquestration séquestration nom f s 0.50 0.47 0.30 0.34 -séquestrations séquestration nom f p 0.50 0.47 0.20 0.14 -séquestre séquestre nom m s 0.33 0.95 0.31 0.81 -séquestrer séquestrer ver 2.05 2.03 0.44 0.47 inf; -séquestres séquestre nom m p 0.33 0.95 0.02 0.14 -séquestrez séquestrer ver 2.05 2.03 0.12 0.00 ind:pre:2p; -séquestré séquestrer ver m s 2.05 2.03 0.37 0.54 par:pas; -séquestrée séquestrer ver f s 2.05 2.03 0.83 0.47 par:pas; -séquestrés séquestrer ver m p 2.05 2.03 0.08 0.14 par:pas; -séquoia séquoia nom m s 0.41 1.49 0.30 1.22 -séquoias séquoia nom m p 0.41 1.49 0.11 0.27 -sur_le_champ sur_le_champ adv 6.79 10.95 6.79 10.95 -sur_mesure sur_mesure nom m s 0.03 0.00 0.03 0.00 -sur_place sur_place nom m s 0.20 0.27 0.20 0.27 -sur sur pre 2520.11 5320.47 2520.11 5320.47 -surabondaient surabonder ver 0.00 0.14 0.00 0.07 ind:imp:3p; -surabondamment surabondamment adv 0.00 0.20 0.00 0.20 -surabondance surabondance nom f s 0.08 1.35 0.08 1.08 -surabondances surabondance nom f p 0.08 1.35 0.00 0.27 -surabondant surabondant adj m s 0.00 0.61 0.00 0.27 -surabondante surabondant adj f s 0.00 0.61 0.00 0.27 -surabondantes surabondant adj f p 0.00 0.61 0.00 0.07 -surabondent surabonder ver 0.00 0.14 0.00 0.07 ind:pre:3p; -sérac sérac nom m s 0.21 0.07 0.21 0.00 -séracs sérac nom m p 0.21 0.07 0.00 0.07 -suractiver suractiver ver 0.01 0.00 0.01 0.00 inf; -suractivité suractivité nom f s 0.00 0.07 0.00 0.07 -suractivé suractivé adj m s 0.03 0.14 0.03 0.07 -suractivée suractivé adj f s 0.03 0.14 0.00 0.07 -suradaptation suradaptation nom f s 0.00 0.14 0.00 0.14 -suradapté antiadapter ver m s 0.00 0.20 0.00 0.20 par:pas; -surah surah nom m s 0.00 0.20 0.00 0.20 -suraigu suraigu adj m s 0.03 3.38 0.01 1.28 -suraigus suraigu adj m p 0.03 3.38 0.01 0.61 -suraiguë suraigu adj f s 0.03 3.38 0.01 1.22 -suraiguës suraigu adj f p 0.03 3.38 0.00 0.27 -sérail sérail nom m s 0.47 13.31 0.47 13.31 -surajoute surajouter ver 0.00 0.41 0.00 0.07 ind:pre:3s; -surajouter surajouter ver 0.00 0.41 0.00 0.07 inf; -surajouté surajouter ver m s 0.00 0.41 0.00 0.07 par:pas; -surajoutée surajouter ver f s 0.00 0.41 0.00 0.07 par:pas; -surajoutés surajouter ver m p 0.00 0.41 0.00 0.14 par:pas; -suralimentation suralimentation nom f s 0.00 0.07 0.00 0.07 -suralimenter suralimenter ver 0.04 0.20 0.02 0.07 inf; -suralimentes suralimenter ver 0.04 0.20 0.01 0.07 ind:pre:2s; -suralimentée suralimenté adj f s 0.14 0.14 0.00 0.14 -suralimentés suralimenté adj m p 0.14 0.14 0.14 0.00 -suranné suranné adj m s 0.04 1.96 0.02 0.61 -surannée suranné adj f s 0.04 1.96 0.01 0.47 -surannées suranné adj f p 0.04 1.96 0.00 0.41 -surannés suranné adj m p 0.04 1.96 0.01 0.47 -séraphin séraphin nom m s 0.20 0.41 0.06 0.20 -séraphins séraphin nom m p 0.20 0.41 0.14 0.20 -séraphique séraphique adj s 0.00 0.54 0.00 0.34 -séraphiques séraphique adj p 0.00 0.54 0.00 0.20 -surard surard nom m s 0.00 0.07 0.00 0.07 -surarmement surarmement nom m s 0.01 0.00 0.01 0.00 -surarmé surarmer ver m s 0.07 0.00 0.02 0.00 par:pas; -surarmée surarmer ver f s 0.07 0.00 0.01 0.00 par:pas; -surarmés surarmer ver m p 0.07 0.00 0.04 0.00 par:pas; -surbaissé surbaissé adj m s 0.01 0.68 0.00 0.14 -surbaissée surbaissé adj f s 0.01 0.68 0.01 0.27 -surbaissées surbaissé adj f p 0.01 0.68 0.00 0.14 -surbaissés surbaissé adj m p 0.01 0.68 0.00 0.14 -surbooké surbooké adj m s 0.23 0.00 0.18 0.00 -surbookée surbooké adj f s 0.23 0.00 0.03 0.00 -surbookées surbooké adj f p 0.23 0.00 0.02 0.00 -surboum surboum nom f s 0.23 0.88 0.20 0.41 -surboums surboum nom f p 0.23 0.88 0.03 0.47 -surbrillance surbrillance nom f s 0.01 0.00 0.01 0.00 -surbrodé surbrodé adj m s 0.00 0.07 0.00 0.07 -surcapacité surcapacité nom f s 0.03 0.00 0.03 0.00 -surcharge surcharge nom f s 1.57 0.88 1.55 0.61 -surchargeaient surcharger ver 2.52 7.30 0.00 0.20 ind:imp:3p; -surchargeait surcharger ver 2.52 7.30 0.12 0.00 ind:imp:3s; -surchargeant surcharger ver 2.52 7.30 0.00 0.14 par:pre; -surcharger surcharger ver 2.52 7.30 0.44 0.27 inf; -surcharges surcharge nom f p 1.57 0.88 0.02 0.27 -surchargé surcharger ver m s 2.52 7.30 1.07 1.76 par:pas; -surchargée surcharger ver f s 2.52 7.30 0.28 1.69 par:pas; -surchargées surcharger ver f p 2.52 7.30 0.03 1.15 par:pas; -surchargés surcharger ver m p 2.52 7.30 0.32 1.76 par:pas; -surchauffait surchauffer ver 0.67 3.31 0.01 0.07 ind:imp:3s; -surchauffe surchauffe nom f s 0.48 0.27 0.48 0.27 -surchauffer surchauffer ver 0.67 3.31 0.13 0.00 inf; -surchauffez surchauffer ver 0.67 3.31 0.01 0.00 ind:pre:2p; -surchauffé surchauffer ver m s 0.67 3.31 0.29 1.08 par:pas; -surchauffée surchauffer ver f s 0.67 3.31 0.03 1.28 par:pas; -surchauffées surchauffer ver f p 0.67 3.31 0.00 0.27 par:pas; -surchauffés surchauffer ver m p 0.67 3.31 0.00 0.54 par:pas; -surchoix surchoix nom m 0.01 0.20 0.01 0.20 -surclassait surclasser ver 0.28 0.47 0.01 0.07 ind:imp:3s; -surclassant surclasser ver 0.28 0.47 0.00 0.07 par:pre; -surclasse surclasser ver 0.28 0.47 0.08 0.00 ind:pre:1s;ind:pre:3s; -surclassent surclasser ver 0.28 0.47 0.00 0.07 ind:pre:3p; -surclasser surclasser ver 0.28 0.47 0.02 0.07 inf; -surclasserais surclasser ver 0.28 0.47 0.00 0.07 cnd:pre:1s; -surclasserait surclasser ver 0.28 0.47 0.02 0.00 cnd:pre:3s; -surclasseras surclasser ver 0.28 0.47 0.00 0.07 ind:fut:2s; -surclassé surclasser ver m s 0.28 0.47 0.11 0.00 par:pas; -surclassés surclasser ver m p 0.28 0.47 0.04 0.07 par:pas; -surcoût surcoût nom m s 0.02 0.00 0.02 0.00 -surcompensation surcompensation nom f s 0.01 0.07 0.01 0.07 -surcompenser surcompenser ver 0.03 0.07 0.00 0.07 inf; -surcompensé surcompenser ver m s 0.03 0.07 0.03 0.00 par:pas; -surcomprimée surcomprimer ver f s 0.01 0.00 0.01 0.00 par:pas; -surconsommation surconsommation nom f s 0.02 0.00 0.02 0.00 -surconsomme surconsommer ver 0.00 0.07 0.00 0.07 ind:pre:3s; -surcontre surcontre nom m s 0.03 0.00 0.03 0.00 -surcot surcot nom m s 0.00 0.14 0.00 0.07 -surcots surcot nom m p 0.00 0.14 0.00 0.07 -surcoupé surcouper ver m s 0.01 0.00 0.01 0.00 par:pas; -surcroît surcroît nom m s 1.21 17.03 1.21 16.96 -surcroîts surcroît nom m p 1.21 17.03 0.00 0.07 -surdimensionné surdimensionné adj m s 0.13 0.00 0.09 0.00 -surdimensionnée surdimensionné adj f s 0.13 0.00 0.04 0.00 -surdité surdité nom f s 0.41 2.16 0.41 2.16 -surdoré surdorer ver m s 0.00 0.14 0.00 0.07 par:pas; -surdorée surdorer ver f s 0.00 0.14 0.00 0.07 par:pas; -surdosage surdosage nom m s 0.01 0.00 0.01 0.00 -surdose surdose nom f s 0.27 0.00 0.27 0.00 -surdoué surdoué nom m s 1.00 1.08 0.23 0.47 -surdouée surdoué nom f s 1.00 1.08 0.04 0.00 -surdoués surdoué nom m p 1.00 1.08 0.72 0.61 -surdéterminé surdéterminer ver m s 0.00 0.07 0.00 0.07 par:pas; -surdévelopper surdévelopper ver 0.01 0.00 0.01 0.00 inf; -surdéveloppé surdéveloppé adj m s 0.06 0.07 0.04 0.00 -surdéveloppée surdéveloppé adj f s 0.06 0.07 0.01 0.00 -surdéveloppées surdéveloppé adj f p 0.06 0.07 0.00 0.07 -surdéveloppés surdéveloppé adj m p 0.06 0.07 0.01 0.00 -sure sur adj_sup f s 65.92 16.22 12.38 0.41 -sureau sureau nom m s 0.15 1.89 0.05 1.42 -sureaux sureau nom m p 0.15 1.89 0.10 0.47 -sureffectif sureffectif nom m s 0.10 0.00 0.10 0.00 -suremploi suremploi nom m s 0.01 0.00 0.01 0.00 -surenchère surenchère nom f s 0.65 2.91 0.64 1.76 -surenchères surenchère nom f p 0.65 2.91 0.01 1.15 -surenchéri surenchérir ver m s 0.30 1.08 0.11 0.00 par:pas; -surenchérir surenchérir ver 0.30 1.08 0.16 0.34 inf; -surenchérissant surenchérir ver 0.30 1.08 0.00 0.07 par:pre; -surenchérissent surenchérir ver 0.30 1.08 0.00 0.07 ind:pre:3p; -surenchérit surenchérir ver 0.30 1.08 0.04 0.61 ind:pre:3s;ind:pas:3s; -surencombrée surencombré adj f s 0.00 0.07 0.00 0.07 -surendettés surendetté adj m p 0.04 0.00 0.04 0.00 -surent savoir ver_sup 4516.72 2003.58 0.07 1.42 ind:pas:3p; -surentraînement surentraînement nom m s 0.10 0.00 0.10 0.00 -surentraîné surentraîné adj m s 0.09 0.00 0.02 0.00 -surentraînées surentraîné adj f p 0.09 0.00 0.02 0.00 -surentraînés surentraîné adj m p 0.09 0.00 0.05 0.00 -sures sur adj_sup f p 65.92 16.22 0.25 0.20 -surestimation surestimation nom f s 0.01 0.00 0.01 0.00 -surestime surestimer ver 1.83 0.54 0.34 0.07 imp:pre:2s;ind:pre:1s;ind:pre:3s; -surestimer surestimer ver 1.83 0.54 0.16 0.07 inf; -surestimerais surestimer ver 1.83 0.54 0.00 0.07 cnd:pre:2s; -surestimez surestimer ver 1.83 0.54 0.58 0.07 imp:pre:2p;ind:pre:2p; -surestimé surestimer ver m s 1.83 0.54 0.44 0.07 par:pas; -surestimée surestimer ver f s 1.83 0.54 0.28 0.14 par:pas; -surestimés surestimer ver m p 1.83 0.54 0.04 0.07 par:pas; -suret suret adj m s 0.10 0.27 0.00 0.07 -surets suret adj m p 0.10 0.27 0.10 0.00 -surette suret adj f s 0.10 0.27 0.00 0.20 -séreux séreux adj m s 0.00 0.07 0.00 0.07 -surexcitait surexciter ver 1.48 1.69 0.00 0.07 ind:imp:3s; -surexcitant surexciter ver 1.48 1.69 0.01 0.00 par:pre; -surexcitation surexcitation nom f s 0.04 0.81 0.04 0.81 -surexcite surexciter ver 1.48 1.69 0.02 0.00 ind:pre:3s; -surexciter surexciter ver 1.48 1.69 0.00 0.14 inf; -surexcité surexciter ver m s 1.48 1.69 0.92 0.54 par:pas; -surexcitée surexciter ver f s 1.48 1.69 0.18 0.27 par:pas; -surexcitées surexciter ver f p 1.48 1.69 0.14 0.14 par:pas; -surexcités surexciter ver m p 1.48 1.69 0.20 0.54 par:pas; -surexploité surexploiter ver m s 0.03 0.00 0.03 0.00 par:pas; -surexposition surexposition nom f s 0.02 0.00 0.02 0.00 -surexposé surexposer ver m s 0.07 0.14 0.02 0.07 par:pas; -surexposée surexposer ver f s 0.07 0.14 0.01 0.00 par:pas; -surexposées surexposer ver f p 0.07 0.14 0.02 0.00 par:pas; -surexposés surexposer ver m p 0.07 0.14 0.02 0.07 par:pas; -surf surf nom m s 5.57 0.34 5.57 0.34 -surface surface nom f s 22.70 57.23 21.85 51.49 -surfacer surfacer ver 0.01 0.00 0.01 0.00 inf; -surfaces surface nom f p 22.70 57.23 0.84 5.74 -surfactant surfactant nom m s 0.08 0.00 0.08 0.00 -surfacturation surfacturation nom f s 0.04 0.00 0.04 0.00 -surfacture surfacturer ver 0.15 0.00 0.04 0.00 ind:pre:1s;ind:pre:3s; -surfacturer surfacturer ver 0.15 0.00 0.05 0.00 inf; -surfacturé surfacturer ver m s 0.15 0.00 0.03 0.00 par:pas; -surfacturés surfacturer ver m p 0.15 0.00 0.02 0.00 par:pas; -surfaire surfaire ver 0.09 0.20 0.00 0.07 inf; -surfais surfer ver 9.38 0.34 0.09 0.00 ind:imp:1s; -surfaisait surfaire ver 0.09 0.20 0.00 0.07 ind:imp:3s; -surfait surfait adj m s 0.46 0.34 0.38 0.14 -surfaite surfaire ver f s 0.09 0.20 0.07 0.07 par:pas; -surfaites surfait adj f p 0.46 0.34 0.03 0.00 -surfaits surfaire ver m p 0.09 0.20 0.02 0.00 par:pas; -surfant surfer ver 9.38 0.34 0.16 0.00 par:pre; -surfaçage surfaçage nom m s 0.00 0.07 0.00 0.07 -surfe surfer ver 9.38 0.34 3.15 0.00 imp:pre:2s;ind:pre:1s;ind:pre:3s; -surfent surfer ver 9.38 0.34 0.09 0.00 ind:pre:3p; -surfer surfer ver 9.38 0.34 5.28 0.20 inf; -surferas surfer ver 9.38 0.34 0.01 0.00 ind:fut:2s; -surfes surfer ver 9.38 0.34 0.10 0.00 ind:pre:2s; -surfeur surfeur nom m s 1.95 0.00 0.65 0.00 -surfeurs surfeur nom m p 1.95 0.00 1.06 0.00 -surfeuse surfeur nom f s 1.95 0.00 0.24 0.00 -surfeuses surfeuse nom f p 0.01 0.00 0.01 0.00 -surfez surfer ver 9.38 0.34 0.09 0.00 imp:pre:2p;ind:pre:2p; -surfilage surfilage nom m s 0.00 0.07 0.00 0.07 -surfin surfin adj m s 0.14 0.07 0.14 0.00 -surfine surfin adj f s 0.14 0.07 0.00 0.07 -surfons surfer ver 9.38 0.34 0.02 0.00 imp:pre:1p; -surfé surfer ver m s 9.38 0.34 0.28 0.00 par:pas; -surgît surgir ver 10.95 73.18 0.00 0.07 sub:imp:3s; -surgeler surgeler ver 0.09 0.34 0.01 0.00 inf; -surgelé surgelé nom m s 1.11 0.47 0.22 0.27 -surgelée surgelé adj f s 0.64 0.54 0.19 0.14 -surgelées surgelé adj f p 0.64 0.54 0.17 0.00 -surgelés surgelé nom m p 1.11 0.47 0.88 0.20 -surgeon surgeon nom m s 0.02 0.54 0.02 0.34 -surgeonnent surgeonner ver 0.00 0.07 0.00 0.07 ind:pre:3p; -surgeons surgeon nom m p 0.02 0.54 0.00 0.20 -surgi surgir ver m s 10.95 73.18 2.79 7.70 par:pas; -surgie surgir ver f s 10.95 73.18 0.04 2.23 par:pas; -surgies surgir ver f p 10.95 73.18 0.02 0.95 par:pas; -surgir surgir ver 10.95 73.18 2.26 17.84 inf; -surgira surgir ver 10.95 73.18 0.19 0.34 ind:fut:3s; -surgiraient surgir ver 10.95 73.18 0.00 0.14 cnd:pre:3p; -surgirait surgir ver 10.95 73.18 0.02 0.54 cnd:pre:3s; -surgirent surgir ver 10.95 73.18 0.17 1.55 ind:pas:3p; -surgiront surgir ver 10.95 73.18 0.04 0.41 ind:fut:3p; -surgis surgir ver m p 10.95 73.18 0.09 1.96 imp:pre:2s;ind:pre:1s;ind:pre:2s;par:pas; -surgissaient surgir ver 10.95 73.18 0.28 5.20 ind:imp:3p; -surgissais surgir ver 10.95 73.18 0.10 0.07 ind:imp:1s;ind:imp:2s; -surgissait surgir ver 10.95 73.18 0.30 8.04 ind:imp:3s; -surgissant surgir ver 10.95 73.18 0.20 3.85 par:pre; -surgisse surgir ver 10.95 73.18 0.04 0.81 sub:pre:3s; -surgissement surgissement nom m s 0.00 1.01 0.00 0.95 -surgissements surgissement nom m p 0.00 1.01 0.00 0.07 -surgissent surgir ver 10.95 73.18 1.31 4.39 ind:pre:3p; -surgissez surgir ver 10.95 73.18 0.14 0.14 imp:pre:2p;ind:pre:2p; -surgit surgir ver 10.95 73.18 2.96 16.96 ind:pre:3s;ind:pas:3s; -surgèle surgeler ver 0.09 0.34 0.00 0.14 ind:pre:3s; -surgé surgé nom s 0.01 1.08 0.01 1.08 -surgénérateur surgénérateur nom m s 0.03 0.00 0.03 0.00 -surhomme surhomme nom m s 1.11 1.08 0.86 0.81 -surhommes surhomme nom m p 1.11 1.08 0.25 0.27 -surhumain surhumain adj m s 1.71 4.19 0.40 2.50 -surhumaine surhumain adj f s 1.71 4.19 1.00 1.15 -surhumaines surhumain adj f p 1.71 4.19 0.04 0.27 -surhumains surhumain adj m p 1.71 4.19 0.28 0.27 -surhumanité surhumanité nom f s 0.00 0.07 0.00 0.07 -suri suri adj m s 0.07 0.54 0.06 0.20 -sérial sérial nom m s 0.03 0.00 0.03 0.00 -sériant sérier ver 0.00 0.14 0.00 0.07 par:pre; -suricate suricate nom m s 0.05 0.00 0.05 0.00 -série série nom f s 36.53 39.59 33.34 35.41 -surie suri adj f s 0.07 0.54 0.01 0.27 -sériel sériel adj m s 0.01 0.41 0.01 0.14 -sérielle sériel adj f s 0.01 0.41 0.00 0.27 -sérier sérier ver 0.00 0.14 0.00 0.07 inf; -séries série nom f p 36.53 39.59 3.19 4.19 -suries suri adj f p 0.07 0.54 0.00 0.07 -sérieuse sérieux adj f s 110.48 66.01 23.64 13.65 -sérieusement sérieusement adv 39.34 21.76 39.34 21.76 -sérieuses sérieux adj f p 110.48 66.01 5.85 9.53 -sérieux sérieux adj m 110.48 66.01 80.99 42.84 -surimi surimi nom m s 0.01 0.00 0.01 0.00 -surimpression surimpression nom f s 0.05 0.81 0.05 0.68 -surimpressions surimpression nom f p 0.05 0.81 0.00 0.14 -surin surin nom m s 0.66 3.99 0.66 3.85 -surinait suriner ver 0.15 0.54 0.01 0.00 ind:imp:3s; -surine suriner ver 0.15 0.54 0.00 0.07 ind:pre:3s; -surinent suriner ver 0.15 0.54 0.00 0.07 ind:pre:3p; -suriner suriner ver 0.15 0.54 0.02 0.34 inf; -surinerais suriner ver 0.15 0.54 0.00 0.07 cnd:pre:2s; -surinfections surinfection nom f p 0.00 0.07 0.00 0.07 -surinformation surinformation nom f s 0.00 0.07 0.00 0.07 -surinformé surinformer ver m s 0.00 0.88 0.00 0.88 par:pas; -surins surin nom m p 0.66 3.99 0.00 0.14 -surintendance surintendance nom f s 0.00 0.07 0.00 0.07 -surintendant surintendant nom m s 0.43 0.27 0.43 0.07 -surintendante surintendant nom f s 0.43 0.27 0.00 0.20 -surintensité surintensité nom f s 0.04 0.00 0.04 0.00 -suriné suriner ver m s 0.15 0.54 0.12 0.00 par:pas; -surinvestissement surinvestissement nom m s 0.01 0.07 0.01 0.07 -sérique sérique adj m s 0.01 0.00 0.01 0.00 -surir surir ver 0.01 0.20 0.00 0.14 inf; -surit surir ver 0.01 0.20 0.00 0.07 ind:pre:3s; -surjet surjet nom m s 0.04 0.14 0.04 0.07 -surjeteuse jeteur nom f s 0.23 0.47 0.02 0.00 -surjets surjet nom m p 0.04 0.14 0.00 0.07 -surlendemain surlendemain nom m s 0.35 7.57 0.35 7.57 -surligner surligner ver 0.24 0.00 0.07 0.00 inf; -surligneur surligneur nom m s 0.03 0.00 0.03 0.00 -surligné surligner ver m s 0.24 0.00 0.17 0.00 par:pas; -surmenage surmenage nom m s 0.63 0.61 0.63 0.61 -surmenait surmener ver 1.33 0.88 0.01 0.14 ind:imp:3s; -surmenant surmener ver 1.33 0.88 0.01 0.00 par:pre; -surmener surmener ver 1.33 0.88 0.08 0.07 ind:pre:2p;inf; -surmenez surmener ver 1.33 0.88 0.15 0.00 imp:pre:2p;ind:pre:2p; -surmené surmener ver m s 1.33 0.88 0.69 0.20 par:pas; -surmenée surmené adj f s 0.69 1.01 0.20 0.20 -surmenées surmené adj f p 0.69 1.01 0.03 0.14 -surmenés surmener ver m p 1.33 0.88 0.15 0.20 par:pas; -surmoi surmoi nom m 0.12 0.68 0.12 0.68 -surmâle surmâle nom m s 0.00 0.14 0.00 0.14 -surmonta surmonter ver 9.31 28.11 0.10 0.47 ind:pas:3s; -surmontai surmonter ver 9.31 28.11 0.00 0.14 ind:pas:1s; -surmontaient surmonter ver 9.31 28.11 0.01 0.47 ind:imp:3p; -surmontais surmonter ver 9.31 28.11 0.00 0.07 ind:imp:1s; -surmontait surmonter ver 9.31 28.11 0.00 1.62 ind:imp:3s; -surmontant surmonter ver 9.31 28.11 0.00 1.96 par:pre; -surmonte surmonter ver 9.31 28.11 0.51 1.42 imp:pre:2s;ind:pre:1s;ind:pre:3s; -surmontent surmonter ver 9.31 28.11 0.06 0.47 ind:pre:3p; -surmonter surmonter ver 9.31 28.11 5.85 5.00 inf; -surmontera surmonter ver 9.31 28.11 0.17 0.14 ind:fut:3s; -surmonterai surmonter ver 9.31 28.11 0.04 0.00 ind:fut:1s; -surmonteraient surmonter ver 9.31 28.11 0.00 0.07 cnd:pre:3p; -surmonterait surmonter ver 9.31 28.11 0.00 0.20 cnd:pre:3s; -surmonteras surmonter ver 9.31 28.11 0.32 0.00 ind:fut:2s; -surmonterez surmonter ver 9.31 28.11 0.03 0.07 ind:fut:2p; -surmonterons surmonter ver 9.31 28.11 0.23 0.00 ind:fut:1p; -surmontez surmonter ver 9.31 28.11 0.04 0.00 imp:pre:2p;ind:pre:2p; -surmontions surmonter ver 9.31 28.11 0.00 0.07 ind:imp:1p; -surmontèrent surmonter ver 9.31 28.11 0.01 0.07 ind:pas:3p; -surmonté surmonter ver m s 9.31 28.11 1.46 6.49 par:pas; -surmontée surmonter ver f s 9.31 28.11 0.28 5.27 par:pas; -surmontées surmonter ver f p 9.31 28.11 0.03 1.82 par:pas; -surmontés surmonter ver m p 9.31 28.11 0.14 2.30 par:pas; -surmène surmener ver 1.33 0.88 0.08 0.07 imp:pre:2s;ind:pre:3s; -surmédicalisation surmédicalisation nom f s 0.01 0.00 0.01 0.00 -surmulot surmulot nom m s 0.00 0.34 0.00 0.07 -surmulots surmulot nom m p 0.00 0.34 0.00 0.27 -surmultipliée surmultiplié adj f s 0.04 0.14 0.04 0.07 -surmultipliées surmultiplié adj f p 0.04 0.14 0.00 0.07 -surnage surnager ver 0.09 2.64 0.05 0.41 imp:pre:2s;ind:pre:3s; -surnagea surnager ver 0.09 2.64 0.00 0.14 ind:pas:3s; -surnageaient surnager ver 0.09 2.64 0.00 0.34 ind:imp:3p; -surnageait surnager ver 0.09 2.64 0.00 0.61 ind:imp:3s; -surnageant surnager ver 0.09 2.64 0.00 0.14 par:pre; -surnageants surnageant adj m p 0.00 0.20 0.00 0.07 -surnagent surnager ver 0.09 2.64 0.01 0.27 ind:pre:3p; -surnageons surnager ver 0.09 2.64 0.01 0.00 ind:pre:1p; -surnager surnager ver 0.09 2.64 0.01 0.54 inf; -surnagera surnager ver 0.09 2.64 0.00 0.07 ind:fut:3s; -surnages surnager ver 0.09 2.64 0.00 0.07 ind:pre:2s; -surnagèrent surnager ver 0.09 2.64 0.00 0.07 ind:pas:3p; -surnagé surnager ver m s 0.09 2.64 0.01 0.00 par:pas; -surnaturel surnaturel nom m s 2.71 0.54 2.71 0.54 -surnaturelle surnaturel adj f s 3.38 6.22 0.88 2.30 -surnaturelles surnaturel adj f p 3.38 6.22 0.39 1.01 -surnaturels surnaturel adj m p 3.38 6.22 0.75 0.34 -surnom surnom nom m s 7.79 6.49 6.20 5.61 -surnombre surnombre nom_sup m s 0.30 0.68 0.30 0.68 -surnomma surnommer ver 4.93 6.55 0.03 0.14 ind:pas:3s; -surnommaient surnommer ver 4.93 6.55 0.01 0.14 ind:imp:3p; -surnommais surnommer ver 4.93 6.55 0.02 0.00 ind:imp:1s;ind:imp:2s; -surnommait surnommer ver 4.93 6.55 0.48 1.08 ind:imp:3s; -surnommant surnommer ver 4.93 6.55 0.01 0.07 par:pre; -surnomme surnommer ver 4.93 6.55 1.27 0.41 imp:pre:2s;ind:pre:1s;ind:pre:3s; -surnomment surnommer ver 4.93 6.55 0.44 0.07 ind:pre:3p; -surnommer surnommer ver 4.93 6.55 0.04 0.74 inf;; -surnommera surnommer ver 4.93 6.55 0.01 0.00 ind:fut:3s; -surnommerais surnommer ver 4.93 6.55 0.00 0.07 cnd:pre:1s; -surnommions surnommer ver 4.93 6.55 0.00 0.07 ind:imp:1p; -surnommèrent surnommer ver 4.93 6.55 0.01 0.00 ind:pas:3p; -surnommé surnommer ver m s 4.93 6.55 2.28 2.77 par:pas; -surnommée surnommé adj f s 0.84 1.69 0.26 0.20 -surnommés surnommer ver m p 4.93 6.55 0.08 0.07 par:pas; -surnoms surnom nom m p 7.79 6.49 1.59 0.88 -surnuméraire surnuméraire nom s 0.07 0.14 0.07 0.00 -surnuméraires surnuméraire adj m p 0.04 0.14 0.03 0.00 -suroît suroît nom m s 0.03 0.61 0.03 0.47 -suroîts suroît nom m p 0.03 0.61 0.00 0.14 -sérologie sérologie nom f s 0.09 0.00 0.09 0.00 -séronégatif séronégatif adj m s 0.23 0.14 0.19 0.14 -séronégatifs séronégatif nom m p 0.03 0.34 0.03 0.27 -séronégative séronégatif adj f s 0.23 0.14 0.03 0.00 -séropo séropo nom s 0.17 0.14 0.17 0.14 -séropositif séropositif adj m s 2.04 1.15 0.99 0.81 -séropositifs séropositif adj m p 2.04 1.15 0.17 0.27 -séropositive séropositif adj f s 2.04 1.15 0.81 0.00 -séropositives séropositif adj f p 2.04 1.15 0.09 0.07 -séropositivité séropositivité nom f s 0.09 0.27 0.09 0.27 -sérosité sérosité nom f s 0.02 0.07 0.02 0.07 -sérotonine sérotonine nom f s 0.61 0.00 0.61 0.00 -suroxygéner suroxygéner ver 0.01 0.00 0.01 0.00 inf; -suroxygéné suroxygéné adj m s 0.00 0.07 0.00 0.07 -surpassa surpasser ver 6.64 3.45 0.12 0.27 ind:pas:3s; -surpassaient surpasser ver 6.64 3.45 0.01 0.07 ind:imp:3p; -surpassais surpasser ver 6.64 3.45 0.10 0.20 ind:imp:1s; -surpassait surpasser ver 6.64 3.45 0.05 0.41 ind:imp:3s; -surpassant surpasser ver 6.64 3.45 0.14 0.14 par:pre; -surpasse surpasser ver 6.64 3.45 1.36 0.41 imp:pre:2s;ind:pre:1s;ind:pre:3s; -surpassent surpasser ver 6.64 3.45 0.35 0.14 ind:pre:3p; -surpasser surpasser ver 6.64 3.45 1.46 0.74 inf; -surpassera surpasser ver 6.64 3.45 0.54 0.00 ind:fut:3s; -surpasserai surpasser ver 6.64 3.45 0.02 0.00 ind:fut:1s; -surpasseraient surpasser ver 6.64 3.45 0.01 0.00 cnd:pre:3p; -surpasserait surpasser ver 6.64 3.45 0.02 0.14 cnd:pre:3s; -surpasseras surpasser ver 6.64 3.45 0.01 0.00 ind:fut:2s; -surpasses surpasser ver 6.64 3.45 0.21 0.00 ind:pre:2s; -surpassez surpasser ver 6.64 3.45 0.04 0.00 imp:pre:2p;ind:pre:2p; -surpassons surpasser ver 6.64 3.45 0.16 0.00 imp:pre:1p;ind:pre:1p; -surpassât surpasser ver 6.64 3.45 0.01 0.07 sub:imp:3s; -surpassé surpasser ver m s 6.64 3.45 1.50 0.41 par:pas; -surpassée surpasser ver f s 6.64 3.45 0.36 0.20 par:pas; -surpassées surpasser ver f p 6.64 3.45 0.00 0.07 par:pas; -surpassés surpasser ver m p 6.64 3.45 0.20 0.20 par:pas; -surpatte surpatte nom f s 0.00 0.20 0.00 0.14 -surpattes surpatte nom f p 0.00 0.20 0.00 0.07 -surpaye surpayer ver 0.21 0.00 0.01 0.00 ind:pre:3s; -surpayé surpayer ver m s 0.21 0.00 0.13 0.00 par:pas; -surpayés surpayer ver m p 0.21 0.00 0.08 0.00 par:pas; -surpeuplement surpeuplement nom m s 0.03 0.07 0.03 0.07 -surpeupler surpeupler ver 0.01 0.00 0.01 0.00 inf; -surpeuplé surpeuplé adj m s 0.80 1.62 0.27 0.74 -surpeuplée surpeuplé adj f s 0.80 1.62 0.33 0.20 -surpeuplées surpeuplé adj f p 0.80 1.62 0.06 0.14 -surpeuplés surpeuplé adj m p 0.80 1.62 0.13 0.54 -surpiqûres surpiqûre nom f p 0.00 0.07 0.00 0.07 -surplace surplace nom m s 0.30 0.34 0.30 0.34 -surplis surplis nom m 0.07 1.69 0.07 1.69 -surplomb surplomb nom m s 0.09 2.23 0.09 2.03 -surplomba surplomber ver 0.69 8.85 0.00 0.07 ind:pas:3s; -surplombaient surplomber ver 0.69 8.85 0.00 0.88 ind:imp:3p; -surplombait surplomber ver 0.69 8.85 0.03 2.30 ind:imp:3s; -surplombant surplomber ver 0.69 8.85 0.24 1.28 par:pre; -surplombante surplombant adj f s 0.02 0.41 0.00 0.07 -surplombe surplomber ver 0.69 8.85 0.37 2.84 imp:pre:2s;ind:pre:1s;ind:pre:3s; -surplombent surplomber ver 0.69 8.85 0.03 0.54 ind:pre:3p; -surplomber surplomber ver 0.69 8.85 0.01 0.14 inf; -surplomberait surplomber ver 0.69 8.85 0.00 0.07 cnd:pre:3s; -surplombions surplomber ver 0.69 8.85 0.00 0.14 ind:imp:1p; -surplombs surplomb nom m p 0.09 2.23 0.00 0.20 -surplombé surplomber ver m s 0.69 8.85 0.01 0.34 par:pas; -surplombée surplomber ver f s 0.69 8.85 0.00 0.20 par:pas; -surplombés surplomber ver m p 0.69 8.85 0.00 0.07 par:pas; -surplus surplus nom m 1.25 10.95 1.25 10.95 -surpoids surpoids nom m 0.23 0.00 0.23 0.00 -surpopulation surpopulation nom f s 0.45 0.14 0.45 0.14 -surprît surprendre ver 56.80 116.62 0.01 0.47 sub:imp:3s; -surprenaient surprendre ver 56.80 116.62 0.11 0.74 ind:imp:3p; -surprenais surprendre ver 56.80 116.62 0.07 1.76 ind:imp:1s;ind:imp:2s; -surprenait surprendre ver 56.80 116.62 0.45 7.30 ind:imp:3s; -surprenant surprenant adj m s 8.03 19.73 4.89 8.78 -surprenante surprenant adj f s 8.03 19.73 2.67 7.84 -surprenantes surprenant adj f p 8.03 19.73 0.34 1.76 -surprenants surprenant adj m p 8.03 19.73 0.14 1.35 -surprend surprendre ver 56.80 116.62 5.74 7.09 ind:pre:3s; -surprendra surprendre ver 56.80 116.62 0.75 0.61 ind:fut:3s; -surprendrai surprendre ver 56.80 116.62 0.20 0.14 ind:fut:1s; -surprendraient surprendre ver 56.80 116.62 0.05 0.07 cnd:pre:3p; -surprendrais surprendre ver 56.80 116.62 0.04 0.07 cnd:pre:1s;cnd:pre:2s; -surprendrait surprendre ver 56.80 116.62 0.33 0.88 cnd:pre:3s; -surprendras surprendre ver 56.80 116.62 0.07 0.00 ind:fut:2s; -surprendre surprendre ver 56.80 116.62 8.00 17.43 inf; -surprendrez surprendre ver 56.80 116.62 0.02 0.00 ind:fut:2p; -surprendrons surprendre ver 56.80 116.62 0.01 0.07 ind:fut:1p; -surprendront surprendre ver 56.80 116.62 0.19 0.07 ind:fut:3p; -surprends surprendre ver 56.80 116.62 1.59 2.03 imp:pre:2s;ind:pre:1s;ind:pre:2s; -surprenez surprendre ver 56.80 116.62 1.06 0.27 imp:pre:2p;ind:pre:2p; -surpreniez surprendre ver 56.80 116.62 0.11 0.00 ind:imp:2p; -surprenions surprendre ver 56.80 116.62 0.00 0.14 ind:imp:1p; -surprenne surprendre ver 56.80 116.62 0.98 0.61 sub:pre:1s;sub:pre:3s; -surprennent surprendre ver 56.80 116.62 0.33 0.88 ind:pre:3p; -surprenons surprendre ver 56.80 116.62 0.04 0.14 imp:pre:1p;ind:pre:1p; -surpresseur surpresseur nom m s 0.01 0.00 0.01 0.00 -surpression surpression nom f s 0.09 0.14 0.09 0.14 -surprime surprime nom f s 0.14 0.00 0.14 0.00 -surprirent surprendre ver 56.80 116.62 0.11 0.68 ind:pas:3p; -surpris surprendre ver m 56.80 116.62 24.64 50.00 ind:pas:1s;ind:pas:2s;par:pas;par:pas;par:pas; -surprise_partie surprise_partie nom f s 0.20 0.61 0.18 0.27 -surprise_party surprise_party nom f s 0.10 0.07 0.10 0.07 -surprise surprise nom f s 82.94 77.16 75.62 68.51 -surprise_partie surprise_partie nom f p 0.20 0.61 0.02 0.34 -surprises surprise nom f p 82.94 77.16 7.32 8.65 -surprit surprendre ver 56.80 116.62 0.39 10.61 ind:pas:3s; -surproduction surproduction nom f s 0.05 0.14 0.05 0.14 -surprotecteur surprotecteur adj m s 0.06 0.00 0.06 0.00 -surprotectrice surprotecteur nom f s 0.10 0.00 0.10 0.00 -surprotège surprotéger ver 0.17 0.00 0.04 0.00 ind:pre:1s; -surprotégeais surprotéger ver 0.17 0.00 0.01 0.00 ind:imp:1s; -surprotéger surprotéger ver 0.17 0.00 0.10 0.00 inf; -surprotégé surprotéger ver m s 0.17 0.00 0.02 0.00 par:pas; -surpuissance surpuissance nom f s 0.01 0.07 0.01 0.07 -surpuissant surpuissant adj m s 0.16 0.41 0.09 0.27 -surpuissante surpuissant adj f s 0.16 0.41 0.04 0.07 -surpuissants surpuissant adj m p 0.16 0.41 0.03 0.07 -surqualifié surqualifié adj m s 0.11 0.00 0.08 0.00 -surqualifiée surqualifié adj f s 0.11 0.00 0.03 0.00 -surréalisme surréalisme nom m s 0.10 1.96 0.10 1.96 -surréaliste surréaliste adj s 0.98 2.64 0.95 1.96 -surréalistes surréaliste adj p 0.98 2.64 0.03 0.68 -surréalité surréalité nom f s 0.00 0.14 0.00 0.14 -surréel surréel adj m s 0.06 0.41 0.03 0.07 -surréelle surréel adj f s 0.06 0.41 0.02 0.20 -surréelles surréel adj f p 0.06 0.41 0.00 0.14 -surrégime surrégime nom m s 0.03 0.07 0.03 0.07 -surrénal surrénal adj m s 0.23 0.07 0.01 0.00 -surrénale surrénal adj f s 0.23 0.07 0.05 0.00 -surrénales surrénal adj f p 0.23 0.07 0.17 0.07 -surrénalien surrénalien adj m s 0.01 0.00 0.01 0.00 -surréservation surréservation nom f s 0.01 0.00 0.01 0.00 -surs sur adj_sup m p 65.92 16.22 1.11 0.07 -sursaturé sursaturer ver m s 0.01 0.20 0.01 0.20 par:pas; -sursaturée sursaturé adj f s 0.00 0.14 0.00 0.07 -sursaturées sursaturé adj f p 0.00 0.14 0.00 0.07 -sursaut sursaut nom m s 0.77 21.28 0.71 17.57 -sursauta sursauter ver 1.66 28.11 0.22 8.78 ind:pas:3s; -sursautai sursauter ver 1.66 28.11 0.10 1.15 ind:pas:1s; -sursautaient sursauter ver 1.66 28.11 0.01 0.54 ind:imp:3p; -sursautais sursauter ver 1.66 28.11 0.00 0.20 ind:imp:1s;ind:imp:2s; -sursautait sursauter ver 1.66 28.11 0.00 1.15 ind:imp:3s; -sursautant sursauter ver 1.66 28.11 0.00 1.89 par:pre; -sursaute sursauter ver 1.66 28.11 0.14 4.66 imp:pre:2s;ind:pre:1s;ind:pre:3s; -sursautent sursauter ver 1.66 28.11 0.02 0.34 ind:pre:3p; -sursauter sursauter ver 1.66 28.11 0.69 5.95 inf; -sursauteraient sursauter ver 1.66 28.11 0.00 0.07 cnd:pre:3p; -sursauterais sursauter ver 1.66 28.11 0.00 0.07 cnd:pre:1s; -sursautez sursauter ver 1.66 28.11 0.01 0.14 imp:pre:2p;ind:pre:2p; -sursautons sursauter ver 1.66 28.11 0.00 0.14 ind:pre:1p; -sursautât sursauter ver 1.66 28.11 0.00 0.07 sub:imp:3s; -sursauts sursaut nom m p 0.77 21.28 0.06 3.72 -sursautèrent sursauter ver 1.66 28.11 0.00 0.14 ind:pas:3p; -sursauté sursauter ver m s 1.66 28.11 0.47 2.84 par:pas; -surseoir surseoir ver 0.12 0.74 0.10 0.47 inf; -sursis sursis nom m 3.60 7.36 3.60 7.36 -sursitaire sursitaire adj s 0.01 0.00 0.01 0.00 -sursitaires sursitaire nom p 0.00 0.07 0.00 0.07 -sursum_corda sursum_corda adv 0.00 0.20 0.00 0.20 -surtaxe surtaxe nom f s 0.13 0.14 0.13 0.07 -surtaxer surtaxer ver 0.04 0.00 0.01 0.00 inf; -surtaxes surtaxe nom f p 0.13 0.14 0.00 0.07 -surtaxés surtaxer ver m p 0.04 0.00 0.02 0.00 par:pas; -surtendu surtendu adj m s 0.00 0.07 0.00 0.07 -surtension surtension nom f s 0.37 0.00 0.37 0.00 -surtout surtout adv_sup 148.66 291.49 148.66 291.49 -surtouts surtout nom_sup m p 0.54 2.84 0.00 0.14 -surélevait surélever ver 0.34 2.50 0.00 0.07 ind:imp:3s; -surélever surélever ver 0.34 2.50 0.06 0.14 inf; -surélevez surélever ver 0.34 2.50 0.02 0.00 imp:pre:2p; -surélevé surélever ver m s 0.34 2.50 0.10 1.15 par:pas; -surélevée surélever ver f s 0.34 2.50 0.08 0.47 par:pas; -surélevées surélever ver f p 0.34 2.50 0.02 0.41 par:pas; -surélevés surélever ver m p 0.34 2.50 0.04 0.14 par:pas; -surélève surélever ver 0.34 2.50 0.02 0.14 imp:pre:2s;ind:pre:1s;ind:pre:3s; -surélévation surélévation nom f s 0.03 0.00 0.03 0.00 -sérum sérum nom m s 4.16 0.81 4.00 0.74 -suréminente suréminent adj f s 0.00 0.07 0.00 0.07 -sérums sérum nom m p 4.16 0.81 0.15 0.07 -sérénade sérénade nom f s 1.13 1.08 1.02 0.81 -sérénades sérénade nom f p 1.13 1.08 0.11 0.27 -sérénissime sérénissime adj s 0.07 1.62 0.07 1.62 -sérénité sérénité nom f s 4.71 12.91 4.71 12.91 -suréquipée suréquiper ver f s 0.01 0.07 0.01 0.07 par:pas; -surévaluation surévaluation nom f s 0.01 0.07 0.01 0.07 -surévalué surévaluer ver m s 0.03 0.07 0.03 0.07 par:pas; -survînt survenir ver 4.86 15.54 0.00 0.20 sub:imp:3s; -surveilla surveiller ver 84.82 54.39 0.01 0.41 ind:pas:3s; -surveillaient surveiller ver 84.82 54.39 0.46 1.96 ind:imp:3p; -surveillais surveiller ver 84.82 54.39 0.98 1.89 ind:imp:1s;ind:imp:2s; -surveillait surveiller ver 84.82 54.39 1.61 8.92 ind:imp:3s; -surveillance surveillance nom f s 19.16 12.23 19.05 12.16 -surveillances surveillance nom f p 19.16 12.23 0.11 0.07 -surveillant surveillant nom m s 2.58 6.55 1.65 3.58 -surveillante surveillant nom f s 2.58 6.55 0.45 0.74 -surveillantes surveillant nom f p 2.58 6.55 0.03 0.68 -surveillants surveillant nom m p 2.58 6.55 0.45 1.55 -surveille surveiller ver 84.82 54.39 26.27 6.28 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -surveillent surveiller ver 84.82 54.39 3.72 1.69 ind:pre:3p; -surveiller surveiller ver 84.82 54.39 26.94 18.11 inf;; -surveillera surveiller ver 84.82 54.39 1.13 0.07 ind:fut:3s; -surveillerai surveiller ver 84.82 54.39 0.90 0.27 ind:fut:1s; -surveilleraient surveiller ver 84.82 54.39 0.02 0.07 cnd:pre:3p; -surveillerais surveiller ver 84.82 54.39 0.23 0.00 cnd:pre:1s;cnd:pre:2s; -surveillerait surveiller ver 84.82 54.39 0.08 0.41 cnd:pre:3s; -surveilleras surveiller ver 84.82 54.39 0.25 0.14 ind:fut:2s; -surveillerez surveiller ver 84.82 54.39 0.09 0.00 ind:fut:2p; -surveillerons surveiller ver 84.82 54.39 0.23 0.00 ind:fut:1p; -surveilleront surveiller ver 84.82 54.39 0.27 0.00 ind:fut:3p; -surveilles surveiller ver 84.82 54.39 2.09 0.34 ind:pre:2s; -surveillez surveiller ver 84.82 54.39 9.71 0.68 imp:pre:2p;ind:pre:2p; -surveilliez surveiller ver 84.82 54.39 0.41 0.00 ind:imp:2p; -surveillions surveiller ver 84.82 54.39 0.02 0.14 ind:imp:1p; -surveillons surveiller ver 84.82 54.39 0.90 0.20 imp:pre:1p;ind:pre:1p; -surveillât surveiller ver 84.82 54.39 0.00 0.07 sub:imp:3s; -surveillé surveiller ver m s 84.82 54.39 3.77 3.11 par:pas; -surveillée surveiller ver f s 84.82 54.39 2.46 2.09 par:pas; -surveillées surveiller ver f p 84.82 54.39 0.58 0.68 par:pas; -surveillés surveiller ver m p 84.82 54.39 1.33 1.49 par:pas; -survenaient survenir ver 4.86 15.54 0.00 0.41 ind:imp:3p; -survenais survenir ver 4.86 15.54 0.00 0.07 ind:imp:1s; -survenait survenir ver 4.86 15.54 0.12 1.49 ind:imp:3s; -survenant survenir ver 4.86 15.54 0.02 0.81 par:pre; -survenants survenant nom m p 0.00 0.14 0.00 0.14 -survenir survenir ver 4.86 15.54 0.80 1.69 inf; -survenu survenir ver m s 4.86 15.54 0.61 1.96 par:pas; -survenue survenir ver f s 4.86 15.54 0.32 0.95 par:pas; -survenues survenue nom f p 0.17 1.62 0.14 0.00 -survenus survenir ver m p 4.86 15.54 0.72 0.95 par:pas; -survie survie nom f s 11.64 6.08 11.64 6.08 -surviendra survenir ver 4.86 15.54 0.17 0.14 ind:fut:3s; -surviendraient survenir ver 4.86 15.54 0.00 0.14 cnd:pre:3p; -surviendrait survenir ver 4.86 15.54 0.01 0.34 cnd:pre:3s; -surviendront survenir ver 4.86 15.54 0.00 0.20 ind:fut:3p; -survienne survenir ver 4.86 15.54 0.20 0.27 sub:pre:3s; -surviennent survenir ver 4.86 15.54 0.36 0.47 ind:pre:3p; -survient survenir ver 4.86 15.54 1.01 1.96 ind:pre:3s; -survinrent survenir ver 4.86 15.54 0.14 0.34 ind:pas:3p; -survint survenir ver 4.86 15.54 0.30 2.84 ind:pas:3s; -survire survirer ver 0.01 0.00 0.01 0.00 ind:pre:3s; -survis survivre ver 63.65 27.77 1.33 0.47 imp:pre:2s;ind:pre:1s;ind:pre:2s; -survit survivre ver 63.65 27.77 3.88 2.23 ind:pre:3s; -survitesse survitesse nom f s 0.00 0.14 0.00 0.14 -survivaient survivre ver 63.65 27.77 0.16 0.81 ind:imp:3p; -survivais survivre ver 63.65 27.77 0.04 0.14 ind:imp:1s;ind:imp:2s; -survivait survivre ver 63.65 27.77 0.28 1.76 ind:imp:3s; -survivaliste survivaliste nom s 0.01 0.00 0.01 0.00 -survivance survivance nom f s 0.05 1.08 0.04 0.88 -survivances survivance nom f p 0.05 1.08 0.01 0.20 -survivant survivant nom m s 12.80 7.77 3.57 2.03 -survivante survivant nom f s 12.80 7.77 0.39 0.14 -survivantes survivant nom f p 12.80 7.77 0.03 0.20 -survivants survivant nom m p 12.80 7.77 8.81 5.41 -survive survivre ver 63.65 27.77 1.42 0.54 sub:pre:1s;sub:pre:3s; -survivent survivre ver 63.65 27.77 1.79 1.22 ind:pre:3p; -survives survivre ver 63.65 27.77 0.24 0.00 sub:pre:2s; -survivez survivre ver 63.65 27.77 0.30 0.00 imp:pre:2p;ind:pre:2p; -surviviez survivre ver 63.65 27.77 0.06 0.00 ind:imp:2p; -survivions survivre ver 63.65 27.77 0.06 0.00 ind:imp:1p; -survivons survivre ver 63.65 27.77 0.20 0.14 imp:pre:1p;ind:pre:1p; -survivra survivre ver 63.65 27.77 3.92 0.54 ind:fut:3s; -survivrai survivre ver 63.65 27.77 2.99 0.14 ind:fut:1s; -survivraient survivre ver 63.65 27.77 0.25 0.27 cnd:pre:3p; -survivrais survivre ver 63.65 27.77 0.46 0.07 cnd:pre:1s;cnd:pre:2s; -survivrait survivre ver 63.65 27.77 0.80 1.28 cnd:pre:3s; -survivras survivre ver 63.65 27.77 0.61 0.00 ind:fut:2s; -survivre survivre ver 63.65 27.77 22.44 11.42 inf; -survivrez survivre ver 63.65 27.77 0.61 0.00 ind:fut:2p; -survivriez survivre ver 63.65 27.77 0.06 0.00 cnd:pre:2p; -survivrons survivre ver 63.65 27.77 0.33 0.07 ind:fut:1p; -survivront survivre ver 63.65 27.77 0.94 0.54 ind:fut:3p; -survol survol nom m s 0.83 0.27 0.80 0.27 -survola survoler ver 5.38 6.22 0.01 0.14 ind:pas:3s; -survolaient survoler ver 5.38 6.22 0.04 0.41 ind:imp:3p; -survolais survoler ver 5.38 6.22 0.06 0.07 ind:imp:1s; -survolait survoler ver 5.38 6.22 0.38 0.61 ind:imp:3s; -survolant survoler ver 5.38 6.22 0.19 0.54 par:pre; -survole survoler ver 5.38 6.22 1.04 0.61 imp:pre:2s;ind:pre:1s;ind:pre:3s; -survolent survoler ver 5.38 6.22 0.90 0.27 ind:pre:3p; -survoler survoler ver 5.38 6.22 1.27 1.76 inf; -survolera survoler ver 5.38 6.22 0.10 0.00 ind:fut:3s; -survolerai survoler ver 5.38 6.22 0.04 0.00 ind:fut:1s; -survolerez survoler ver 5.38 6.22 0.16 0.00 ind:fut:2p; -survolerons survoler ver 5.38 6.22 0.07 0.00 ind:fut:1p; -survolez survoler ver 5.38 6.22 0.22 0.00 imp:pre:2p;ind:pre:2p; -survolions survoler ver 5.38 6.22 0.01 0.14 ind:imp:1p; -survolâmes survoler ver 5.38 6.22 0.00 0.07 ind:pas:1p; -survolons survoler ver 5.38 6.22 0.22 0.07 imp:pre:1p;ind:pre:1p; -survols survol nom m p 0.83 0.27 0.03 0.00 -survoltage survoltage nom m s 0.05 0.20 0.05 0.20 -survoltait survolter ver 0.25 0.68 0.00 0.07 ind:imp:3s; -survolteur survolteur nom m s 0.02 0.00 0.02 0.00 -survolté survolté adj m s 0.28 1.42 0.10 0.34 -survoltée survolté adj f s 0.28 1.42 0.16 0.54 -survoltées survolté adj f p 0.28 1.42 0.02 0.07 -survoltés survolter ver m p 0.25 0.68 0.05 0.14 par:pas; -survolé survoler ver m s 5.38 6.22 0.65 1.08 par:pas; -survolée survoler ver f s 5.38 6.22 0.03 0.27 par:pas; -survolées survoler ver f p 5.38 6.22 0.00 0.20 par:pas; -survécûmes survivre ver 63.65 27.77 0.01 0.00 ind:pas:1p; -survécût survivre ver 63.65 27.77 0.00 0.14 sub:imp:3s; -survécu survivre ver m s 63.65 27.77 18.74 4.53 par:pas; -survécurent survivre ver 63.65 27.77 0.27 0.00 ind:pas:3p; -survécus survivre ver 63.65 27.77 0.07 0.14 ind:pas:1s; -survécut survivre ver 63.65 27.77 0.21 0.81 ind:pas:3s; -survêt survêt nom m s 0.00 0.47 0.00 0.27 -survêtement survêtement nom m s 0.65 2.77 0.63 2.23 -survêtements survêtement nom m p 0.65 2.77 0.02 0.54 -survêts survêt nom m p 0.00 0.47 0.00 0.20 -sus_orbitaire sus_orbitaire adj m s 0.01 0.00 0.01 0.00 -sus sus adv_sup 2.57 3.65 2.57 3.65 -sésame sésame nom m s 1.26 1.35 1.26 1.35 -sésamoïdes sésamoïde adj p 0.01 0.00 0.01 0.00 -susceptibilité susceptibilité nom f s 0.09 2.57 0.09 1.49 -susceptibilités susceptibilité nom f p 0.09 2.57 0.00 1.08 -susceptible susceptible adj s 5.18 11.89 3.87 7.77 -susceptibles susceptible adj p 5.18 11.89 1.30 4.12 -suscita susciter ver 3.94 23.31 0.12 1.15 ind:pas:3s; -suscitaient susciter ver 3.94 23.31 0.01 1.49 ind:imp:3p; -suscitais susciter ver 3.94 23.31 0.10 0.14 ind:imp:1s;ind:imp:2s; -suscitait susciter ver 3.94 23.31 0.10 2.97 ind:imp:3s; -suscitant susciter ver 3.94 23.31 0.14 1.42 par:pre; -suscite susciter ver 3.94 23.31 1.08 2.84 imp:pre:2s;ind:pre:1s;ind:pre:3s; -suscitent susciter ver 3.94 23.31 0.16 1.01 ind:pre:3p; -susciter susciter ver 3.94 23.31 1.23 7.16 inf; -susciteraient susciter ver 3.94 23.31 0.10 0.07 cnd:pre:3p; -susciterait susciter ver 3.94 23.31 0.01 0.20 cnd:pre:3s; -susciteront susciter ver 3.94 23.31 0.00 0.07 ind:fut:3p; -suscites susciter ver 3.94 23.31 0.02 0.07 ind:pre:2s; -suscité susciter ver m s 3.94 23.31 0.59 2.23 par:pas; -suscitée susciter ver f s 3.94 23.31 0.21 1.42 par:pas; -suscitées susciter ver f p 3.94 23.31 0.02 0.47 par:pas; -suscités susciter ver m p 3.94 23.31 0.04 0.61 par:pas; -suscription suscription nom f s 0.00 0.14 0.00 0.14 -susdit susdit adj m s 0.14 0.47 0.12 0.27 -susdite susdit nom f s 0.31 0.07 0.20 0.00 -susdites susdit adj f p 0.14 0.47 0.00 0.14 -sushi sushi nom m 2.03 0.00 2.03 0.00 -susmentionné susmentionné adj m s 0.30 0.07 0.19 0.00 -susmentionnée susmentionné adj f s 0.30 0.07 0.11 0.07 -susnommé susnommé adj m s 0.05 0.27 0.04 0.07 -susnommée susnommé adj f s 0.05 0.27 0.01 0.14 -susnommés susnommé adj m p 0.05 0.27 0.00 0.07 -suspect suspect nom m s 32.45 3.65 22.86 1.55 -suspectaient suspecter ver 6.13 3.38 0.00 0.14 ind:imp:3p; -suspectais suspecter ver 6.13 3.38 0.10 0.07 ind:imp:1s;ind:imp:2s; -suspectait suspecter ver 6.13 3.38 0.29 0.20 ind:imp:3s; -suspectant suspecter ver 6.13 3.38 0.11 0.07 par:pre; -suspecte suspect adj f s 12.95 16.82 2.34 4.93 -suspectent suspecter ver 6.13 3.38 0.25 0.00 ind:pre:3p; -suspecter suspecter ver 6.13 3.38 0.95 0.88 inf; -suspectera suspecter ver 6.13 3.38 0.07 0.00 ind:fut:3s; -suspecteraient suspecter ver 6.13 3.38 0.00 0.07 cnd:pre:3p; -suspecterait suspecter ver 6.13 3.38 0.05 0.00 cnd:pre:3s; -suspecteront suspecter ver 6.13 3.38 0.03 0.00 ind:fut:3p; -suspectes suspect adj f p 12.95 16.82 0.69 1.49 -suspectez suspecter ver 6.13 3.38 0.34 0.00 imp:pre:2p;ind:pre:2p; -suspectiez suspecter ver 6.13 3.38 0.11 0.00 ind:imp:2p; -suspectons suspecter ver 6.13 3.38 0.12 0.07 imp:pre:1p;ind:pre:1p; -suspects suspect nom m p 32.45 3.65 8.81 1.76 -suspecté suspecter ver m s 6.13 3.38 1.48 0.88 par:pas; -suspectée suspecter ver f s 6.13 3.38 0.38 0.14 par:pas; -suspectées suspecter ver f p 6.13 3.38 0.04 0.00 par:pas; -suspectés suspecter ver m p 6.13 3.38 0.16 0.41 par:pas; -suspend suspendre ver 13.99 39.32 0.53 1.55 ind:pre:3s; -suspendît suspendre ver 13.99 39.32 0.00 0.07 sub:imp:3s; -suspendaient suspendre ver 13.99 39.32 0.02 0.27 ind:imp:3p; -suspendais suspendre ver 13.99 39.32 0.01 0.07 ind:imp:1s; -suspendait suspendre ver 13.99 39.32 0.03 1.28 ind:imp:3s; -suspendant suspendre ver 13.99 39.32 0.04 0.74 par:pre; -suspende suspendre ver 13.99 39.32 0.13 0.00 sub:pre:1s;sub:pre:3s; -suspendent suspendre ver 13.99 39.32 0.04 0.27 ind:pre:3p; -suspendez suspendre ver 13.99 39.32 0.54 0.07 imp:pre:2p;ind:pre:2p; -suspendirent suspendre ver 13.99 39.32 0.00 0.20 ind:pas:3p; -suspendit suspendre ver 13.99 39.32 0.01 1.96 ind:pas:3s; -suspendons suspendre ver 13.99 39.32 0.06 0.20 imp:pre:1p;ind:pre:1p; -suspendra suspendre ver 13.99 39.32 0.08 0.07 ind:fut:3s; -suspendrai suspendre ver 13.99 39.32 0.06 0.00 ind:fut:1s; -suspendrait suspendre ver 13.99 39.32 0.10 0.27 cnd:pre:3s; -suspendre suspendre ver 13.99 39.32 2.42 4.19 inf;; -suspendrez suspendre ver 13.99 39.32 0.01 0.00 ind:fut:2p; -suspendrons suspendre ver 13.99 39.32 0.04 0.00 ind:fut:1p; -suspendront suspendre ver 13.99 39.32 0.03 0.07 ind:fut:3p; -suspends suspendre ver 13.99 39.32 0.98 0.27 imp:pre:2s;ind:pre:1s;ind:pre:2s; -suspendu suspendre ver m s 13.99 39.32 4.41 12.77 par:pas; -suspendue suspendre ver f s 13.99 39.32 2.59 7.50 par:pas; -suspendues suspendre ver f p 13.99 39.32 0.75 3.11 par:pas; -suspendus suspendre ver m p 13.99 39.32 1.13 4.39 par:pas; -suspens suspens nom m 1.44 7.43 1.44 7.43 -suspense suspense nom s 4.09 1.76 4.08 1.62 -suspenses suspense nom p 4.09 1.76 0.01 0.14 -suspenseur suspenseur adj m s 0.01 0.07 0.01 0.00 -suspenseurs suspenseur adj m p 0.01 0.07 0.00 0.07 -suspensif suspensif adj m s 0.01 0.07 0.00 0.07 -suspension suspension nom f s 4.06 7.91 3.92 7.23 -suspensions suspension nom f p 4.06 7.91 0.14 0.68 -suspensive suspensif adj f s 0.01 0.07 0.01 0.00 -suspensoir suspensoir nom m s 0.11 0.14 0.09 0.14 -suspensoirs suspensoir nom m p 0.11 0.14 0.02 0.00 -suspente suspente nom f s 0.01 0.14 0.00 0.07 -suspentes suspente nom f p 0.01 0.14 0.01 0.07 -suspicieuse suspicieux adj f s 1.10 0.88 0.33 0.34 -suspicieusement suspicieusement adv 0.04 0.14 0.04 0.14 -suspicieuses suspicieux adj f p 1.10 0.88 0.12 0.00 -suspicieux suspicieux adj m 1.10 0.88 0.65 0.54 -suspicion suspicion nom f s 1.44 2.57 1.21 2.23 -suspicions suspicion nom f p 1.44 2.57 0.23 0.34 -susse savoir ver_sup 4516.72 2003.58 0.00 0.20 sub:imp:1s; -sussent savoir ver_sup 4516.72 2003.58 0.00 0.14 sub:imp:3p; -sustentation sustentation nom f s 0.01 0.14 0.01 0.14 -sustente sustenter ver 0.11 0.68 0.04 0.07 ind:pre:1s;ind:pre:3s;sub:pre:3s; -sustenter sustenter ver 0.11 0.68 0.08 0.54 inf; -sustentés sustenter ver m p 0.11 0.68 0.00 0.07 par:pas; -susu susu adj s 0.00 0.07 0.00 0.07 -susucre susucre nom m s 0.00 0.20 0.00 0.20 -susurra susurrer ver 0.22 4.86 0.00 1.08 ind:pas:3s; -susurrai susurrer ver 0.22 4.86 0.00 0.07 ind:pas:1s; -susurraient susurrer ver 0.22 4.86 0.00 0.14 ind:imp:3p; -susurrait susurrer ver 0.22 4.86 0.01 0.74 ind:imp:3s; -susurrant susurrer ver 0.22 4.86 0.13 0.14 par:pre; -susurre susurrer ver 0.22 4.86 0.01 1.01 imp:pre:2s;ind:pre:3s; -susurrement susurrement nom m s 0.00 0.47 0.00 0.14 -susurrements susurrement nom m p 0.00 0.47 0.00 0.34 -susurrent susurrer ver 0.22 4.86 0.02 0.34 ind:pre:3p; -susurrer susurrer ver 0.22 4.86 0.01 0.54 inf; -susurrerai susurrer ver 0.22 4.86 0.01 0.00 ind:fut:1s; -susurré susurrer ver m s 0.22 4.86 0.01 0.54 par:pas; -susurrée susurrer ver f s 0.22 4.86 0.00 0.14 par:pas; -susurrées susurrer ver f p 0.22 4.86 0.01 0.07 par:pas; -susurrés susurrer ver m p 0.22 4.86 0.00 0.07 par:pas; -susvisée susvisé adj f s 0.00 0.07 0.00 0.07 -sut savoir ver_sup 4516.72 2003.58 1.68 20.41 ind:pas:3s; -suça sucer ver 23.45 18.51 0.14 0.54 ind:pas:3s; -suçage suçage nom m s 0.01 0.07 0.01 0.00 -suçages suçage nom m p 0.01 0.07 0.00 0.07 -suçaient sucer ver 23.45 18.51 0.02 0.81 ind:imp:3p; -suçais sucer ver 23.45 18.51 0.32 0.20 ind:imp:1s;ind:imp:2s; -suçait sucer ver 23.45 18.51 0.21 2.36 ind:imp:3s; -suçant sucer ver 23.45 18.51 0.39 1.96 par:pre; -suède suède nom m s 0.00 0.07 0.00 0.07 -suçoir suçoir nom m s 0.00 0.27 0.00 0.14 -suçoirs suçoir nom m p 0.00 0.27 0.00 0.14 -suçon suçon nom m s 1.05 0.14 0.89 0.00 -suçons suçon nom m p 1.05 0.14 0.17 0.14 -suçota suçoter ver 0.01 1.35 0.00 0.07 ind:pas:3s; -suçotait suçoter ver 0.01 1.35 0.00 0.27 ind:imp:3s; -suçotant suçoter ver 0.01 1.35 0.00 0.07 par:pre; -suçote suçoter ver 0.01 1.35 0.00 0.34 ind:pre:1s;ind:pre:3s; -suçotements suçotement nom m p 0.00 0.07 0.00 0.07 -suçotent suçoter ver 0.01 1.35 0.00 0.07 ind:pre:3p; -suçoter suçoter ver 0.01 1.35 0.01 0.41 inf; -suçoté suçoter ver m s 0.01 1.35 0.00 0.14 par:pas; -séton séton nom m s 0.00 0.07 0.00 0.07 -sutra sutra nom m s 0.20 0.20 0.20 0.20 -sutémi sutémi nom m s 0.00 0.14 0.00 0.14 -suturant suturer ver 0.45 0.27 0.00 0.07 par:pre; -suture suture nom f s 4.54 0.68 3.77 0.47 -suturer suturer ver 0.45 0.27 0.38 0.07 inf; -sutures suture nom f p 4.54 0.68 0.77 0.20 -suturé suturer ver m s 0.45 0.27 0.06 0.07 par:pas; -suturée suturer ver f s 0.45 0.27 0.01 0.07 par:pas; -sué suer ver m s 7.28 10.34 2.50 0.41 par:pas; -suédine suédine nom f s 0.00 0.54 0.00 0.54 -suédois suédois nom m 4.76 2.64 3.21 1.49 -suédoise suédois adj f s 3.67 6.89 1.41 2.77 -suédoises suédois nom f p 4.76 2.64 0.69 0.34 -suée suée nom f s 0.35 1.96 0.33 0.81 -suées suée nom f p 0.35 1.96 0.02 1.15 -sévît sévir ver 3.23 5.61 0.00 0.07 sub:imp:3s; -sévi sévir ver m s 3.23 5.61 0.14 0.68 par:pas; -sévice sévices nom m s 1.25 2.50 0.12 0.34 -sévices sévices nom m p 1.25 2.50 1.13 2.16 -sévillan sévillan nom m s 0.00 0.27 0.00 0.07 -sévillane sévillan nom f s 0.00 0.27 0.00 0.20 -sévir sévir ver 3.23 5.61 0.75 1.62 inf; -sévira sévir ver 3.23 5.61 0.04 0.00 ind:fut:3s; -sévirai sévir ver 3.23 5.61 0.14 0.07 ind:fut:1s; -sévissaient sévir ver 3.23 5.61 0.10 0.34 ind:imp:3p; -sévissais sévir ver 3.23 5.61 0.00 0.07 ind:imp:1s; -sévissait sévir ver 3.23 5.61 0.50 1.01 ind:imp:3s; -sévissant sévir ver 3.23 5.61 0.01 0.00 par:pre; -sévisse sévir ver 3.23 5.61 0.03 0.07 sub:pre:3s; -sévissent sévir ver 3.23 5.61 0.18 0.34 ind:pre:3p; -sévit sévir ver 3.23 5.61 1.33 1.35 ind:pre:3s;ind:pas:3s; -sévrienne sévrienne nom f s 0.00 0.14 0.00 0.07 -sévriennes sévrienne nom f p 0.00 0.14 0.00 0.07 -sévère sévère adj s 9.47 29.73 8.28 22.91 -sévèrement sévèrement adv 2.46 6.08 2.46 6.08 -sévères sévère adj p 9.47 29.73 1.20 6.82 -sévérité sévérité nom f s 0.96 7.16 0.95 6.89 -sévérités sévérité nom f p 0.96 7.16 0.01 0.27 -suzerain suzerain nom m s 0.20 0.68 0.20 0.47 -suzeraine suzerain nom f s 0.20 0.68 0.00 0.14 -suzeraineté suzeraineté nom f s 0.01 0.14 0.01 0.14 -suzerains suzerain nom m p 0.20 0.68 0.00 0.07 -sézigue sézigue pro_per s 0.00 0.27 0.00 0.27 -svastika svastika nom m s 0.09 0.20 0.09 0.14 -svastikas svastika nom m p 0.09 0.20 0.00 0.07 -svelte svelte adj s 0.43 2.77 0.39 2.43 -sveltes svelte adj p 0.43 2.77 0.04 0.34 -sveltesse sveltesse nom f s 0.00 0.61 0.00 0.61 -svp svp adv 6.36 0.07 6.36 0.07 -swahili swahili nom m s 0.00 0.54 0.00 0.54 -sweat_shirt sweat_shirt nom m s 0.00 0.20 0.00 0.20 -sweater sweater nom m s 0.00 1.01 0.00 0.74 -sweaters sweater nom m p 0.00 1.01 0.00 0.27 -sweepstake sweepstake nom m s 0.00 0.07 0.00 0.07 -swiftiennes swiftien adj f p 0.00 0.07 0.00 0.07 -swing swing nom m s 0.00 0.88 0.00 0.74 -swings swing nom m p 0.00 0.88 0.00 0.14 -swinguaient swinguer ver 0.00 0.07 0.00 0.07 ind:imp:3p; -sybarites sybarite adj p 0.01 0.00 0.01 0.00 -sybaritisme sybaritisme nom m s 0.00 0.07 0.00 0.07 -sycomore sycomore nom m s 0.14 1.08 0.11 0.34 -sycomores sycomore nom m p 0.14 1.08 0.04 0.74 -sycophante sycophante nom m s 0.03 0.07 0.03 0.00 -sycophantes sycophante nom m p 0.03 0.07 0.00 0.07 -syllabe syllabe nom f s 1.52 11.28 0.65 2.30 -syllabes syllabe nom f p 1.52 11.28 0.88 8.99 -syllabus syllabus nom m 0.01 0.00 0.01 0.00 -syllepse syllepse nom f s 0.00 0.07 0.00 0.07 -syllogisme syllogisme nom m s 0.13 0.54 0.13 0.14 -syllogismes syllogisme nom m p 0.13 0.54 0.00 0.41 -syllogistique syllogistique adj f s 0.01 0.07 0.01 0.00 -syllogistiques syllogistique adj p 0.01 0.07 0.00 0.07 -sylphes sylphe nom m p 0.02 0.07 0.02 0.07 -sylphide sylphide nom f s 0.01 0.27 0.00 0.07 -sylphides sylphide nom f p 0.01 0.27 0.01 0.20 -sylvain sylvain nom m s 0.20 0.07 0.20 0.00 -sylvains sylvain nom m p 0.20 0.07 0.00 0.07 -sylvaner sylvaner nom m s 0.00 0.14 0.00 0.14 -sylve sylve nom f s 0.00 0.14 0.00 0.14 -sylvestre sylvestre adj s 0.35 1.22 0.23 0.81 -sylvestres sylvestre adj p 0.35 1.22 0.12 0.41 -sylviculture sylviculture nom f s 0.01 0.14 0.01 0.14 -sylvie sylvie nom f s 0.00 2.09 0.00 2.09 -symbionte symbionte nom m s 0.01 0.00 0.01 0.00 -symbiose symbiose nom f s 0.68 0.41 0.68 0.41 -symbiote symbiote nom m s 4.04 0.00 3.38 0.00 -symbiotes symbiote nom m p 4.04 0.00 0.66 0.00 -symbiotique symbiotique adj s 0.36 0.00 0.36 0.00 -symbole symbole nom m s 14.95 18.92 10.74 12.57 -symboles symbole nom m p 14.95 18.92 4.20 6.35 -symbolique symbolique adj s 2.35 9.53 2.23 7.91 -symboliquement symboliquement adv 0.21 0.88 0.21 0.88 -symboliques symbolique adj p 2.35 9.53 0.12 1.62 -symbolisa symboliser ver 2.65 5.07 0.00 0.07 ind:pas:3s; -symbolisaient symboliser ver 2.65 5.07 0.04 0.20 ind:imp:3p; -symbolisait symboliser ver 2.65 5.07 0.18 1.28 ind:imp:3s; -symbolisant symboliser ver 2.65 5.07 0.20 0.47 par:pre; -symbolisation symbolisation nom f s 0.00 0.14 0.00 0.14 -symbolise symboliser ver 2.65 5.07 1.17 1.08 imp:pre:2s;ind:pre:1s;ind:pre:3s; -symbolisent symboliser ver 2.65 5.07 0.30 0.54 ind:pre:3p; -symboliser symboliser ver 2.65 5.07 0.28 0.61 inf; -symbolisera symboliser ver 2.65 5.07 0.03 0.07 ind:fut:3s; -symboliserai symboliser ver 2.65 5.07 0.01 0.00 ind:fut:1s; -symboliserait symboliser ver 2.65 5.07 0.01 0.00 cnd:pre:3s; -symbolisme symbolisme nom m s 0.19 0.81 0.19 0.81 -symbolisât symboliser ver 2.65 5.07 0.00 0.07 sub:imp:3s; -symboliste symboliste adj s 0.01 0.20 0.01 0.20 -symbolisé symboliser ver m s 2.65 5.07 0.14 0.27 par:pas; -symbolisée symboliser ver f s 2.65 5.07 0.04 0.34 par:pas; -symbolisés symboliser ver m p 2.65 5.07 0.23 0.07 par:pas; -sympa sympa adj s 83.39 7.77 77.46 7.16 -sympas sympa adj p 83.39 7.77 5.92 0.61 -sympathectomie sympathectomie nom f s 0.01 0.07 0.01 0.07 -sympathie sympathie nom f s 7.68 26.15 6.87 24.05 -sympathies sympathie nom f p 7.68 26.15 0.81 2.09 -sympathique sympathique adj s 16.23 15.54 12.79 13.11 -sympathiques sympathique adj p 16.23 15.54 3.45 2.43 -sympathisai sympathiser ver 2.12 1.96 0.00 0.07 ind:pas:1s; -sympathisaient sympathiser ver 2.12 1.96 0.01 0.00 ind:imp:3p; -sympathisait sympathiser ver 2.12 1.96 0.02 0.41 ind:imp:3s; -sympathisant sympathisant nom m s 0.75 1.62 0.33 0.20 -sympathisante sympathisant nom f s 0.75 1.62 0.03 0.00 -sympathisantes sympathisant adj f p 0.41 0.20 0.02 0.07 -sympathisants sympathisant nom m p 0.75 1.62 0.36 1.42 -sympathise sympathiser ver 2.12 1.96 0.40 0.20 ind:pre:1s;ind:pre:3s; -sympathiser sympathiser ver 2.12 1.96 0.42 0.47 inf; -sympathisera sympathiser ver 2.12 1.96 0.00 0.07 ind:fut:3s; -sympathiserez sympathiser ver 2.12 1.96 0.01 0.00 ind:fut:2p; -sympathisez sympathiser ver 2.12 1.96 0.04 0.00 ind:pre:2p; -sympathisions sympathiser ver 2.12 1.96 0.00 0.07 ind:imp:1p; -sympathisons sympathiser ver 2.12 1.96 0.00 0.14 ind:pre:1p; -sympathisé sympathiser ver m s 2.12 1.96 1.21 0.54 par:pas; -sympathomimétique sympathomimétique adj s 0.01 0.00 0.01 0.00 -symphonie symphonie nom f s 1.63 5.54 1.30 4.86 -symphonies symphonie nom f p 1.63 5.54 0.32 0.68 -symphonique symphonique adj s 1.02 0.14 1.01 0.14 -symphoniques symphonique adj m p 1.02 0.14 0.01 0.00 -symphorines symphorine nom f p 0.00 0.07 0.00 0.07 -symphyse symphyse nom f s 0.05 0.00 0.05 0.00 -symposium symposium nom m s 0.15 0.81 0.14 0.68 -symposiums symposium nom m p 0.15 0.81 0.01 0.14 -symptôme symptôme nom m s 11.64 4.39 2.03 1.22 -symptômes symptôme nom m p 11.64 4.39 9.61 3.18 -symptomatique symptomatique adj m s 0.25 0.41 0.11 0.34 -symptomatiques symptomatique adj m p 0.25 0.41 0.14 0.07 -symptomatologie symptomatologie nom f s 0.11 0.00 0.11 0.00 -symétrie symétrie nom f s 1.20 2.97 1.20 2.70 -symétries symétrie nom f p 1.20 2.97 0.00 0.27 -symétrique symétrique adj s 1.03 3.92 0.46 2.16 -symétriquement symétriquement adv 0.03 0.95 0.03 0.95 -symétriques symétrique adj p 1.03 3.92 0.57 1.76 -synagogale synagogal adj f s 0.00 0.14 0.00 0.07 -synagogaux synagogal adj m p 0.00 0.14 0.00 0.07 -synagogue synagogue nom f s 2.88 3.65 2.31 3.11 -synagogues synagogue nom f p 2.88 3.65 0.57 0.54 -synapse synapse nom f s 0.70 0.34 0.32 0.07 -synapses synapse nom f p 0.70 0.34 0.38 0.27 -synaptique synaptique adj s 0.23 0.00 0.16 0.00 -synaptiques synaptique adj m p 0.23 0.00 0.07 0.00 -synchro synchro adj s 1.97 0.14 1.93 0.14 -synchrone synchrone adj s 0.16 0.54 0.10 0.07 -synchrones synchrone adj p 0.16 0.54 0.06 0.47 -synchronie synchronie nom f s 0.00 0.07 0.00 0.07 -synchronique synchronique adj s 0.02 0.07 0.02 0.07 -synchronisaient synchroniser ver 2.09 0.54 0.01 0.00 ind:imp:3p; -synchronisation synchronisation nom f s 1.87 0.27 1.87 0.27 -synchronise synchroniser ver 2.09 0.54 0.22 0.00 imp:pre:2s;ind:pre:3s; -synchroniser synchroniser ver 2.09 0.54 0.27 0.07 inf; -synchronisera synchroniser ver 2.09 0.54 0.04 0.00 ind:fut:3s; -synchroniseur synchroniseur nom m s 0.05 0.00 0.05 0.00 -synchronisez synchroniser ver 2.09 0.54 0.26 0.00 imp:pre:2p; -synchronisme synchronisme nom m s 0.08 0.54 0.08 0.54 -synchronisons synchroniser ver 2.09 0.54 0.34 0.00 imp:pre:1p;ind:pre:1p; -synchronisé synchroniser ver m s 2.09 0.54 0.44 0.34 par:pas; -synchronisée synchroniser ver f s 2.09 0.54 0.14 0.07 par:pas; -synchronisées synchroniser ver f p 2.09 0.54 0.08 0.07 par:pas; -synchronisés synchroniser ver m p 2.09 0.54 0.29 0.00 par:pas; -synchros synchro adj p 1.97 0.14 0.04 0.00 -synchrotron synchrotron nom m s 0.01 0.00 0.01 0.00 -syncopal syncopal adj m s 0.01 0.07 0.01 0.07 -syncope syncope nom f s 0.76 1.76 0.73 1.35 -syncoper syncoper ver 0.02 0.54 0.01 0.00 inf; -syncopes syncope nom f p 0.76 1.76 0.02 0.41 -syncopé syncopé adj m s 0.05 0.95 0.03 0.34 -syncopée syncopé adj f s 0.05 0.95 0.01 0.14 -syncopées syncopé adj f p 0.05 0.95 0.01 0.14 -syncopés syncoper ver m p 0.02 0.54 0.01 0.07 par:pas; -syncrétisme syncrétisme nom m s 0.00 0.14 0.00 0.14 -syncrétiste syncrétiste adj s 0.00 0.07 0.00 0.07 -syncytial syncytial adj m s 0.01 0.00 0.01 0.00 -syndic syndic nom m s 0.61 1.08 0.48 0.95 -syndical syndical adj m s 1.50 2.23 0.65 0.47 -syndicale syndical adj f s 1.50 2.23 0.38 0.95 -syndicales syndical adj f p 1.50 2.23 0.33 0.41 -syndicalisation syndicalisation nom f s 0.04 0.00 0.04 0.00 -syndicaliser syndicaliser ver 0.02 0.00 0.02 0.00 inf; -syndicalisme syndicalisme nom m s 0.04 0.95 0.04 0.95 -syndicaliste syndicaliste nom s 0.53 0.74 0.30 0.41 -syndicalistes syndicaliste nom p 0.53 0.74 0.23 0.34 -syndicat syndicat nom m s 14.25 8.45 9.93 5.20 -syndication syndication nom f s 0.05 0.00 0.05 0.00 -syndicats syndicat nom m p 14.25 8.45 4.33 3.24 -syndicaux syndical adj m p 1.50 2.23 0.15 0.41 -syndics syndic nom m p 0.61 1.08 0.14 0.14 -syndique syndiquer ver 0.63 0.68 0.03 0.07 ind:pre:1s;ind:pre:3s; -syndiquer syndiquer ver 0.63 0.68 0.23 0.07 inf; -syndiquez syndiquer ver 0.63 0.68 0.05 0.00 imp:pre:2p; -syndiqué syndiqué adj m s 0.45 0.61 0.24 0.14 -syndiquée syndiquer ver f s 0.63 0.68 0.04 0.00 par:pas; -syndiquées syndiqué adj f p 0.45 0.61 0.02 0.07 -syndiqués syndiqué adj m p 0.45 0.61 0.15 0.41 -syndrome syndrome nom m s 5.47 0.81 5.26 0.68 -syndromes syndrome nom m p 5.47 0.81 0.21 0.14 -synecdoque synecdoque nom f s 0.00 0.14 0.00 0.14 -synergie synergie nom f s 0.15 0.00 0.14 0.00 -synergies synergie nom f p 0.15 0.00 0.01 0.00 -synergique synergique adj f s 0.02 0.00 0.02 0.00 -synergétique synergétique adj m s 0.03 0.00 0.03 0.00 -synesthésie synesthésie nom f s 0.01 0.00 0.01 0.00 -synode synode nom m s 0.20 0.07 0.20 0.07 -synonyme synonyme adj s 0.97 1.49 0.84 1.08 -synonymes synonyme adj f p 0.97 1.49 0.13 0.41 -synopsie synopsie nom f s 0.01 0.00 0.01 0.00 -synopsis synopsis nom m 0.17 0.47 0.17 0.47 -synoptique synoptique adj s 0.01 0.07 0.01 0.07 -synoviales synovial adj f p 0.01 0.00 0.01 0.00 -synovite synovite nom f s 0.04 0.00 0.04 0.00 -syntagme syntagme nom m s 0.00 0.07 0.00 0.07 -syntaxe syntaxe nom f s 0.27 2.03 0.27 1.96 -syntaxes syntaxe nom f p 0.27 2.03 0.00 0.07 -syntaxique syntaxique adj m s 0.01 0.00 0.01 0.00 -synthèse synthèse nom f s 1.63 1.96 1.62 1.82 -synthèses synthèse nom f p 1.63 1.96 0.01 0.14 -synthé synthé nom m s 0.61 0.27 0.60 0.20 -synthés synthé nom m p 0.61 0.27 0.01 0.07 -synthétique synthétique adj s 3.05 2.64 1.58 1.96 -synthétiquement synthétiquement adv 0.01 0.00 0.01 0.00 -synthétiques synthétique adj p 3.05 2.64 1.47 0.68 -synthétise synthétiser ver 0.61 0.20 0.04 0.20 ind:pre:1s;ind:pre:3s; -synthétisent synthétiser ver 0.61 0.20 0.01 0.00 ind:pre:3p; -synthétiser synthétiser ver 0.61 0.20 0.32 0.00 inf; -synthétisera synthétiser ver 0.61 0.20 0.01 0.00 ind:fut:3s; -synthétiseur synthétiseur nom m s 0.39 0.41 0.36 0.34 -synthétiseurs synthétiseur nom m p 0.39 0.41 0.03 0.07 -synthétisé synthétiser ver m s 0.61 0.20 0.16 0.00 par:pas; -synthétisée synthétiser ver f s 0.61 0.20 0.05 0.00 par:pas; -synthétisés synthétiser ver m p 0.61 0.20 0.02 0.00 par:pas; -synérèses synérèse nom f p 0.00 0.07 0.00 0.07 -syphilis syphilis nom f 1.53 1.01 1.53 1.01 -syphilitique syphilitique adj s 0.86 0.61 0.71 0.41 -syphilitiques syphilitique adj p 0.86 0.61 0.15 0.20 -syrah syrah nom f s 0.09 0.00 0.09 0.00 -syriaque syriaque nom s 0.00 0.07 0.00 0.07 -syriaques syriaque adj p 0.00 0.07 0.00 0.07 -syrien syrien adj m s 1.79 6.82 0.81 2.30 -syrienne syrien adj f s 1.79 6.82 0.58 1.76 -syriennes syrienne adj f p 0.03 0.00 0.03 0.00 -syriens syrien nom m p 1.40 1.42 1.38 0.88 -syringomyélie syringomyélie nom f s 0.01 0.00 0.01 0.00 -syrinx syrinx nom f 0.00 0.07 0.00 0.07 -syro syro adv 0.03 0.20 0.03 0.20 -syrtes syrte nom f p 0.00 5.47 0.00 5.47 -systole systole nom f s 0.01 0.20 0.01 0.20 -systolique systolique adj s 0.77 0.07 0.76 0.00 -systoliques systolique adj p 0.77 0.07 0.01 0.07 -système système nom m s 76.92 46.96 66.12 42.23 -systèmes_clé systèmes_clé nom m p 0.03 0.00 0.03 0.00 -systèmes système nom m p 76.92 46.96 10.80 4.73 -systématique systématique adj s 0.86 3.85 0.67 3.45 -systématiquement systématiquement adv 1.25 4.19 1.25 4.19 -systématiques systématique adj p 0.86 3.85 0.19 0.41 -systématisation systématisation nom f s 0.00 0.07 0.00 0.07 -systématiser systématiser ver 0.00 0.07 0.00 0.07 inf; -systématisé systématisé adj m s 0.00 0.27 0.00 0.07 -systématisée systématisé adj f s 0.00 0.27 0.00 0.14 -systématisés systématisé adj m p 0.00 0.27 0.00 0.07 -systémique systémique adj s 0.14 0.00 0.14 0.00 -syénite syénite nom f s 0.01 0.00 0.01 0.00 -syzygie syzygie nom m s 0.00 0.20 0.00 0.14 -syzygies syzygie nom m p 0.00 0.20 0.00 0.07 -t t pro_per s 4344.23 779.93 4344.23 779.93 -t_shirt t_shirt nom m s 10.87 0.54 7.59 0.20 -t_shirt t_shirt nom m p 10.87 0.54 3.28 0.34 -tînmes tenir ver 504.69 741.22 0.00 0.20 ind:pas:1p; -tînt tenir ver 504.69 741.22 0.00 2.57 sub:imp:3s; -tôlarde tôlard nom f s 0.01 0.00 0.01 0.00 -tôle tôle nom f s 3.58 15.41 3.29 12.50 -tôlerie tôlerie nom f s 0.00 0.20 0.00 0.20 -tôles tôle nom f p 3.58 15.41 0.29 2.91 -tôlier tôlier nom m s 0.02 0.27 0.01 0.14 -tôliers tôlier nom m p 0.02 0.27 0.00 0.07 -tôlière tôlier nom f s 0.02 0.27 0.01 0.07 -tôt_fait tôt_fait nom m s 0.00 0.07 0.00 0.07 -tôt tôt adv 129.98 126.76 129.98 126.76 -tûmes taire ver 154.47 139.80 0.00 0.20 ind:pas:1p; -tût taire ver 154.47 139.80 0.03 0.41 sub:imp:3s; -ta ta adj_pos 1265.97 251.69 1265.97 251.69 -taï_chi taï_chi nom m s 0.16 0.00 0.16 0.00 -taïaut taïaut ono 0.20 0.74 0.20 0.74 -taïga taïga nom f s 1.50 0.95 1.50 0.88 -taïgas taïga nom f p 1.50 0.95 0.00 0.07 -tab tab adj m s 0.23 0.00 0.23 0.00 -tabac tabac nom m s 16.00 41.89 15.70 41.28 -tabacs tabac nom m p 16.00 41.89 0.30 0.61 -tabagie tabagie nom f s 0.15 0.41 0.15 0.27 -tabagies tabagie nom f p 0.15 0.41 0.00 0.14 -tabagisme tabagisme nom m s 0.26 0.00 0.26 0.00 -tabard tabard nom m s 0.13 0.00 0.13 0.00 -tabaski tabaski nom f s 0.00 0.07 0.00 0.07 -tabassage tabassage nom m s 0.07 0.27 0.07 0.14 -tabassages tabassage nom m p 0.07 0.27 0.00 0.14 -tabassaient tabasser ver 12.71 2.30 0.04 0.00 ind:imp:3p; -tabassais tabasser ver 12.71 2.30 0.14 0.00 ind:imp:1s;ind:imp:2s; -tabassait tabasser ver 12.71 2.30 0.33 0.14 ind:imp:3s; -tabassant tabasser ver 12.71 2.30 0.01 0.00 par:pre; -tabasse tabasser ver 12.71 2.30 1.96 0.27 imp:pre:2s;ind:pre:1s;ind:pre:3s; -tabassent tabasser ver 12.71 2.30 0.38 0.07 ind:pre:3p; -tabasser tabasser ver 12.71 2.30 4.91 1.01 inf; -tabassera tabasser ver 12.71 2.30 0.08 0.00 ind:fut:3s; -tabasseraient tabasser ver 12.71 2.30 0.01 0.00 cnd:pre:3p; -tabasserais tabasser ver 12.71 2.30 0.18 0.00 cnd:pre:1s;cnd:pre:2s; -tabasses tabasser ver 12.71 2.30 0.25 0.07 ind:pre:2s; -tabassez tabasser ver 12.71 2.30 0.09 0.00 imp:pre:2p;ind:pre:2p; -tabassons tabasser ver 12.71 2.30 0.01 0.07 imp:pre:1p;ind:pre:1p; -tabassèrent tabasser ver 12.71 2.30 0.01 0.00 ind:pas:3p; -tabassé tabasser ver m s 12.71 2.30 3.59 0.34 par:pas; -tabassée tabasser ver f s 12.71 2.30 0.48 0.14 par:pas; -tabassés tabasser ver m p 12.71 2.30 0.26 0.20 par:pas; -tabatière tabatière nom f s 0.46 2.57 0.35 2.16 -tabatières tabatière nom f p 0.46 2.57 0.11 0.41 -tabellion tabellion nom m s 0.00 0.20 0.00 0.14 -tabellions tabellion nom m p 0.00 0.20 0.00 0.07 -tabernacle tabernacle nom m s 0.69 2.16 0.69 2.03 -tabernacles tabernacle nom m p 0.69 2.16 0.00 0.14 -tabla tabler ver 0.95 1.62 0.01 0.00 ind:pas:3s; -tablais tabler ver 0.95 1.62 0.01 0.00 ind:imp:2s; -tablant tabler ver 0.95 1.62 0.01 0.14 par:pre; -tablature tablature nom f s 0.00 0.07 0.00 0.07 -table_bureau table_bureau nom f s 0.00 0.07 0.00 0.07 -table_coiffeuse table_coiffeuse nom f s 0.00 0.27 0.00 0.27 -table table nom f s 118.37 379.80 111.44 341.08 -tableau tableau nom m s 50.11 90.00 37.80 57.84 -tableautin tableautin nom m s 0.00 0.27 0.00 0.07 -tableautins tableautin nom m p 0.00 0.27 0.00 0.20 -tableaux tableau nom m p 50.11 90.00 12.31 32.16 -tabler tabler ver 0.95 1.62 0.04 0.54 inf; -tablerez tabler ver 0.95 1.62 0.01 0.00 ind:fut:2p; -tables table nom f p 118.37 379.80 6.92 38.72 -tablette tablette nom f s 2.70 9.86 2.08 6.76 -tabletterie tabletterie nom f s 0.00 0.07 0.00 0.07 -tablettes tablette nom f p 2.70 9.86 0.63 3.11 -tableur tableur nom m s 0.05 0.00 0.05 0.00 -tablier tablier nom m s 4.98 30.34 4.13 27.16 -tabliers tablier nom m p 4.98 30.34 0.86 3.18 -tabloïd tabloïd nom m s 0.45 0.00 0.17 0.00 -tabloïde tabloïde nom s 0.11 0.07 0.04 0.07 -tabloïdes tabloïde nom p 0.11 0.07 0.07 0.00 -tabloïds tabloïd nom m p 0.45 0.00 0.27 0.00 -tablons tabler ver 0.95 1.62 0.02 0.00 imp:pre:1p;ind:pre:1p; -tablé tabler ver m s 0.95 1.62 0.00 0.07 par:pas; -tablée tablée nom f s 0.02 1.49 0.02 1.15 -tablées tablée nom f p 0.02 1.49 0.00 0.34 -tabor tabor nom m s 0.00 1.15 0.00 0.07 -taborites taborite nom m p 0.00 0.07 0.00 0.07 -tabors tabor nom m p 0.00 1.15 0.00 1.08 -tabou tabou adj m s 1.11 1.35 0.78 0.95 -taboue tabou adj f s 1.11 1.35 0.11 0.07 -taboues tabou adj f p 1.11 1.35 0.01 0.00 -taboulé taboulé nom m s 0.18 0.00 0.18 0.00 -tabouret tabouret nom m s 3.19 18.38 2.79 15.47 -tabourets tabouret nom m p 3.19 18.38 0.41 2.91 -tabous tabou nom m p 1.18 3.11 0.64 1.42 -tabès tabès nom m 0.00 0.07 0.00 0.07 -tabula tabuler ver 0.04 0.00 0.04 0.00 ind:pas:3s; -tabulaire tabulaire adj f s 0.00 0.20 0.00 0.20 -tabulateur tabulateur nom m s 0.01 0.07 0.01 0.07 -tabulations tabulation nom f p 0.01 0.00 0.01 0.00 -tac tac nom m s 3.21 4.66 3.16 4.59 -tacatac tacatac ono 0.00 0.07 0.00 0.07 -tacatacatac tacatacatac ono 0.00 0.07 0.00 0.07 -tacauds tacaud nom m p 0.00 0.07 0.00 0.07 -tachaient tacher ver 6.53 16.49 0.00 0.27 ind:imp:3p; -tachait tacher ver 6.53 16.49 0.00 0.88 ind:imp:3s; -tachant tacher ver 6.53 16.49 0.00 0.41 par:pre; -tache tache nom f s 21.04 71.28 12.61 33.92 -tachent tacher ver 6.53 16.49 0.05 0.07 ind:pre:3p; -tacher tacher ver 6.53 16.49 1.10 1.01 inf; -tachera tacher ver 6.53 16.49 0.16 0.07 ind:fut:3s; -tacherai tacher ver 6.53 16.49 0.03 0.14 ind:fut:1s; -tacherais tacher ver 6.53 16.49 0.00 0.07 cnd:pre:2s; -tacherait tacher ver 6.53 16.49 0.10 0.07 cnd:pre:3s; -taches tache nom f p 21.04 71.28 8.44 37.36 -tachetaient tacheter ver 0.29 3.11 0.00 0.07 ind:imp:3p; -tachetant tacheter ver 0.29 3.11 0.00 0.07 par:pre; -tacheter tacheter ver 0.29 3.11 0.00 0.07 inf; -tacheté tacheter ver m s 0.29 3.11 0.16 0.81 par:pas; -tachetée tacheter ver f s 0.29 3.11 0.10 1.08 par:pas; -tachetées tacheter ver f p 0.29 3.11 0.02 0.54 par:pas; -tachetures tacheture nom f p 0.00 0.07 0.00 0.07 -tachetés tacheter ver m p 0.29 3.11 0.01 0.47 par:pas; -tachez tacher ver 6.53 16.49 0.19 0.07 imp:pre:2p;ind:pre:2p; -tachiste tachiste adj f s 0.00 0.07 0.00 0.07 -tachons tacher ver 6.53 16.49 0.04 0.00 imp:pre:1p; -taché tacher ver m s 6.53 16.49 1.70 4.32 par:pas; -tachée tacher ver f s 6.53 16.49 1.05 3.92 par:pas; -tachées tacher ver f p 6.53 16.49 0.69 1.42 par:pas; -tachéomètre tachéomètre nom m s 0.02 0.00 0.02 0.00 -tachés tacher ver m p 6.53 16.49 0.39 2.36 par:pas; -tachyarythmie tachyarythmie nom f s 0.04 0.00 0.04 0.00 -tachycarde tachycarder ver 0.53 0.07 0.53 0.07 imp:pre:2s;ind:pre:1s;ind:pre:3s; -tachycardie tachycardie nom f s 0.82 0.61 0.82 0.47 -tachycardies tachycardie nom f p 0.82 0.61 0.00 0.14 -tachymètre tachymètre nom m s 0.00 0.14 0.00 0.14 -tachyon tachyon nom m s 0.24 0.00 0.07 0.00 -tachyons tachyon nom m p 0.24 0.00 0.16 0.00 -tacite tacite adj s 0.58 4.66 0.57 4.26 -tacitement tacitement adv 0.01 1.62 0.01 1.62 -tacites tacite adj p 0.58 4.66 0.01 0.41 -taciturne taciturne adj s 1.03 6.55 0.93 5.41 -taciturnes taciturne adj p 1.03 6.55 0.10 1.15 -taciturnité taciturnité nom f s 0.00 0.20 0.00 0.20 -tacle tacle nom m s 0.38 0.07 0.38 0.07 -tacler tacler ver 0.04 0.00 0.04 0.00 inf; -taco taco nom m s 2.00 0.27 0.99 0.00 -tacon tacon nom m s 0.00 0.14 0.00 0.14 -taconnet taconnet nom m s 0.00 0.34 0.00 0.34 -tacos taco nom m p 2.00 0.27 1.01 0.27 -tacot tacot nom m s 1.31 0.74 1.25 0.74 -tacots tacot nom m p 1.31 0.74 0.06 0.00 -tacs tac nom m p 3.21 4.66 0.05 0.07 -tact tact nom m s 2.68 4.80 2.68 4.80 -tacticien tacticien nom m s 0.36 0.41 0.25 0.41 -tacticienne tacticien nom f s 0.36 0.41 0.10 0.00 -tacticiens tacticien nom m p 0.36 0.41 0.01 0.00 -tactile tactile adj s 0.21 0.88 0.14 0.61 -tactilement tactilement adv 0.00 0.14 0.00 0.14 -tactiles tactile adj p 0.21 0.88 0.07 0.27 -tactique tactique nom f s 5.31 6.69 4.46 6.42 -tactiquement tactiquement adv 0.25 0.07 0.25 0.07 -tactiques tactique nom f p 5.31 6.69 0.85 0.27 -tadjik tadjik nom m s 0.00 0.14 0.00 0.14 -tadorne tadorne nom m s 0.00 0.41 0.00 0.20 -tadornes tadorne nom m p 0.00 0.41 0.00 0.20 -taenia taenia nom m s 0.00 0.68 0.00 0.68 -taf taf nom m s 1.05 0.54 1.04 0.54 -tafanard tafanard nom m s 0.00 0.20 0.00 0.20 -taffe taffe nom f s 2.06 0.14 2.02 0.14 -taffes taffe nom f p 2.06 0.14 0.03 0.00 -taffetas taffetas nom m 0.17 1.76 0.17 1.76 -tafia tafia nom m s 0.01 0.07 0.01 0.07 -tafs taf nom m p 1.05 0.54 0.01 0.00 -tag tag nom m s 0.79 0.41 0.79 0.41 -tagada tagada ono 0.99 0.34 0.99 0.34 -tagalog tagalog nom m s 0.04 0.14 0.04 0.14 -tagger tagger nom m s 0.13 0.00 0.13 0.00 -tagliatelle tagliatelle nom f s 0.38 0.47 0.01 0.34 -tagliatelles tagliatelle nom f p 0.38 0.47 0.37 0.14 -taguais taguer ver 0.28 0.00 0.01 0.00 ind:imp:2s; -tague taguer ver 0.28 0.00 0.06 0.00 imp:pre:2s;ind:pre:3s; -taguer taguer ver 0.28 0.00 0.21 0.00 inf; -tagueur tagueur nom m s 0.06 0.00 0.03 0.00 -tagueurs tagueur nom m p 0.06 0.00 0.04 0.00 -tahitien tahitien nom m s 0.06 0.34 0.04 0.00 -tahitienne tahitien adj f s 0.16 0.00 0.11 0.00 -tahitiennes tahitien nom f p 0.06 0.34 0.02 0.20 -tahitiens tahitien nom m p 0.06 0.34 0.00 0.07 -tai_chi tai_chi nom m s 0.12 0.00 0.12 0.00 -taie taie nom f s 0.51 2.57 0.35 1.96 -taies taie nom f p 0.51 2.57 0.16 0.61 -taifas taifa nom m p 0.00 0.07 0.00 0.07 -tailla tailler ver 13.28 37.64 0.01 1.01 ind:pas:3s; -taillable taillable adj m s 0.00 0.14 0.00 0.07 -taillables taillable adj p 0.00 0.14 0.00 0.07 -taillada taillader ver 1.57 1.82 0.00 0.07 ind:pas:3s; -tailladait taillader ver 1.57 1.82 0.03 0.20 ind:imp:3s; -tailladant taillader ver 1.57 1.82 0.12 0.20 par:pre; -taillade taillade nom f s 0.30 0.00 0.30 0.00 -tailladent taillader ver 1.57 1.82 0.01 0.07 ind:pre:3p; -taillader taillader ver 1.57 1.82 0.47 0.34 inf; -tailladez taillader ver 1.57 1.82 0.00 0.07 imp:pre:2p; -tailladé taillader ver m s 1.57 1.82 0.48 0.34 par:pas; -tailladée taillader ver f s 1.57 1.82 0.25 0.14 par:pas; -tailladées taillader ver f p 1.57 1.82 0.00 0.14 par:pas; -tailladés taillader ver m p 1.57 1.82 0.06 0.27 par:pas; -taillaient tailler ver 13.28 37.64 0.03 0.68 ind:imp:3p; -taillais tailler ver 13.28 37.64 0.19 0.41 ind:imp:1s;ind:imp:2s; -taillait tailler ver 13.28 37.64 0.25 3.11 ind:imp:3s; -taillandier taillandier nom m s 0.00 0.07 0.00 0.07 -taillant tailler ver 13.28 37.64 0.14 1.42 par:pre; -taillants taillant nom m p 0.00 0.07 0.00 0.07 -taille_crayon taille_crayon nom m s 0.07 0.68 0.04 0.54 -taille_crayon taille_crayon nom m p 0.07 0.68 0.03 0.14 -taille_douce taille_douce nom f s 0.00 0.20 0.00 0.14 -taille_haie taille_haie nom m s 0.07 0.07 0.06 0.00 -taille_haie taille_haie nom m p 0.07 0.07 0.01 0.07 -taille taille nom f s 43.17 76.49 41.32 72.84 -taillent tailler ver 13.28 37.64 0.56 1.15 ind:pre:3p; -tailler tailler ver 13.28 37.64 2.93 6.89 inf; -taillera tailler ver 13.28 37.64 0.06 0.14 ind:fut:3s; -taillerai tailler ver 13.28 37.64 0.18 0.27 ind:fut:1s; -taillerais tailler ver 13.28 37.64 0.30 0.00 cnd:pre:1s;cnd:pre:2s; -taillerait tailler ver 13.28 37.64 0.02 0.27 cnd:pre:3s; -taillerez tailler ver 13.28 37.64 0.00 0.07 ind:fut:2p; -tailleront tailler ver 13.28 37.64 0.04 0.00 ind:fut:3p; -taille_douce taille_douce nom f p 0.00 0.20 0.00 0.07 -tailles taille nom f p 43.17 76.49 1.85 3.65 -tailleur_pantalon tailleur_pantalon nom m s 0.01 0.07 0.01 0.07 -tailleur tailleur nom m s 8.03 25.20 7.00 22.64 -tailleurs tailleur nom m p 8.03 25.20 1.03 2.57 -tailleuse tailleuse nom f s 2.29 0.07 2.29 0.07 -taillez tailler ver 13.28 37.64 0.27 0.27 imp:pre:2p;ind:pre:2p; -taillis taillis nom m 0.34 15.00 0.34 15.00 -tailloir tailloir nom m s 0.00 0.20 0.00 0.14 -tailloirs tailloir nom m p 0.00 0.20 0.00 0.07 -taillons taillon nom m p 0.12 0.14 0.12 0.14 -taillèrent tailler ver 13.28 37.64 0.01 0.07 ind:pas:3p; -taillé tailler ver m s 13.28 37.64 2.38 7.70 par:pas; -taillée tailler ver f s 13.28 37.64 0.48 4.32 par:pas; -taillées tailler ver f p 13.28 37.64 0.28 2.30 par:pas; -taillés tailler ver m p 13.28 37.64 0.27 3.85 par:pas; -tain tain nom m s 0.83 1.55 0.83 1.55 -taira taire ver 154.47 139.80 0.22 0.74 ind:fut:3s; -tairai taire ver 154.47 139.80 1.74 0.34 ind:fut:1s; -tairaient taire ver 154.47 139.80 0.01 0.07 cnd:pre:3p; -tairais taire ver 154.47 139.80 0.34 0.14 cnd:pre:1s;cnd:pre:2s; -tairait taire ver 154.47 139.80 0.01 0.88 cnd:pre:3s; -tairas taire ver 154.47 139.80 0.29 0.00 ind:fut:2s; -taire taire ver 154.47 139.80 31.81 31.69 inf; -tairez taire ver 154.47 139.80 0.06 0.07 ind:fut:2p; -tairions taire ver 154.47 139.80 0.00 0.14 cnd:pre:1p; -tairons taire ver 154.47 139.80 0.06 0.20 ind:fut:1p; -tairont taire ver 154.47 139.80 0.51 0.14 ind:fut:3p; -tais taire ver 154.47 139.80 77.46 17.43 imp:pre:2s;ind:pre:1s;ind:pre:2s; -taisaient taire ver 154.47 139.80 0.30 4.53 ind:imp:3p; -taisais taire ver 154.47 139.80 0.53 2.50 ind:imp:1s;ind:imp:2s; -taisait taire ver 154.47 139.80 0.63 12.36 ind:imp:3s; -taisant taire ver 154.47 139.80 0.24 2.03 par:pre; -taise taire ver 154.47 139.80 1.51 1.49 sub:pre:1s;sub:pre:3s; -taisent taire ver 154.47 139.80 1.28 5.00 ind:pre:3p; -taises taire ver 154.47 139.80 0.16 0.14 sub:pre:2s; -taiseux taiseux adj m s 0.02 0.14 0.02 0.14 -taisez taire ver 154.47 139.80 24.30 4.39 imp:pre:2p;ind:pre:2p; -taisiez taire ver 154.47 139.80 0.10 0.07 ind:imp:2p; -taisions taire ver 154.47 139.80 0.02 1.08 ind:imp:1p; -taisons taire ver 154.47 139.80 0.23 1.82 imp:pre:1p;ind:pre:1p; -tait taire ver 154.47 139.80 7.42 11.62 ind:pre:3s; -tajine tajine nom m s 0.00 0.41 0.00 0.20 -tajines tajine nom m p 0.00 0.41 0.00 0.20 -take_off take_off nom m 0.08 0.00 0.08 0.00 -tala tala nom m s 0.34 0.27 0.34 0.07 -talait taler ver 0.12 0.54 0.00 0.14 ind:imp:3s; -talas tala nom m p 0.34 0.27 0.00 0.20 -talavera_de_la_reina talavera_de_la_reina nom s 0.00 0.07 0.00 0.07 -talbin talbin nom m s 0.05 1.49 0.01 0.47 -talbins talbin nom m p 0.05 1.49 0.04 1.01 -talc talc nom m s 1.40 1.49 1.40 1.49 -tale taler ver 0.12 0.54 0.02 0.14 ind:pre:3s; -talent talent nom m s 44.17 38.11 33.28 31.08 -talents talent nom m p 44.17 38.11 10.89 7.03 -talentueuse talentueux adj f s 4.39 0.95 0.93 0.14 -talentueusement talentueusement adv 0.00 0.07 0.00 0.07 -talentueuses talentueux adj f p 4.39 0.95 0.12 0.00 -talentueux talentueux adj m 4.39 0.95 3.35 0.81 -taler taler ver 0.12 0.54 0.00 0.07 inf; -taleth taleth nom m s 0.03 0.27 0.03 0.20 -taleths taleth nom m p 0.03 0.27 0.00 0.07 -taliban taliban nom m s 1.81 0.00 0.23 0.00 -talibans taliban nom m p 1.81 0.00 1.58 0.00 -talion talion nom m s 0.05 3.18 0.05 3.18 -talisman talisman nom m s 1.79 2.97 1.38 2.64 -talismans talisman nom m p 1.79 2.97 0.41 0.34 -talkie_walkie talkie_walkie nom m s 1.37 0.20 0.89 0.07 -talkie talkie nom m s 0.32 0.00 0.17 0.00 -talkie_walkie talkie_walkie nom m p 1.37 0.20 0.48 0.14 -talkies talkie nom m p 0.32 0.00 0.16 0.00 -talle talle nom f s 0.00 0.07 0.00 0.07 -taller taller ver 0.02 0.00 0.01 0.00 inf; -tallipot tallipot nom m s 0.00 0.07 0.00 0.07 -tallons taller ver 0.02 0.00 0.01 0.00 ind:pre:1p; -talmouse talmouse nom f s 0.00 0.07 0.00 0.07 -talmudique talmudique adj s 0.94 0.07 0.94 0.00 -talmudiques talmudique adj p 0.94 0.07 0.00 0.07 -talmudiste talmudiste nom s 0.14 0.34 0.14 0.27 -talmudistes talmudiste nom p 0.14 0.34 0.00 0.07 -talochaient talocher ver 0.01 0.27 0.00 0.07 ind:imp:3p; -talochait talocher ver 0.01 0.27 0.00 0.07 ind:imp:3s; -taloche taloche nom f s 0.25 1.22 0.14 0.47 -talocher talocher ver 0.01 0.27 0.01 0.07 inf; -taloches taloche nom f p 0.25 1.22 0.11 0.74 -talon talon nom m s 11.72 49.26 4.03 12.36 -talonna talonner ver 0.37 2.57 0.00 0.14 ind:pas:3s; -talonnades talonnade nom f p 0.00 0.07 0.00 0.07 -talonnait talonner ver 0.37 2.57 0.01 0.47 ind:imp:3s; -talonnant talonner ver 0.37 2.57 0.01 0.27 par:pre; -talonne talonner ver 0.37 2.57 0.20 0.41 ind:pre:1s;ind:pre:3s; -talonnent talonner ver 0.37 2.57 0.05 0.07 ind:pre:3p; -talonner talonner ver 0.37 2.57 0.06 0.20 inf; -talonnette talonnette nom f s 0.06 0.74 0.00 0.27 -talonnettes talonnette nom f p 0.06 0.74 0.06 0.47 -talonneur talonneur nom m s 0.00 0.07 0.00 0.07 -talonnons talonner ver 0.37 2.57 0.01 0.00 ind:pre:1p; -talonné talonner ver m s 0.37 2.57 0.03 0.61 par:pas; -talonnée talonner ver f s 0.37 2.57 0.01 0.20 par:pas; -talonnés talonner ver m p 0.37 2.57 0.00 0.20 par:pas; -talons talon nom m p 11.72 49.26 7.70 36.89 -talqua talquer ver 0.04 0.54 0.00 0.07 ind:pas:3s; -talquer talquer ver 0.04 0.54 0.02 0.20 inf; -talquât talquer ver 0.04 0.54 0.00 0.07 sub:imp:3s; -talqué talquer ver m s 0.04 0.54 0.01 0.14 par:pas; -talquées talquer ver f p 0.04 0.54 0.00 0.07 par:pas; -talée taler ver f s 0.12 0.54 0.00 0.07 par:pas; -talées talé adj f p 0.14 0.27 0.00 0.14 -talures talure nom f p 0.00 0.07 0.00 0.07 -talés talé adj m p 0.14 0.27 0.14 0.07 -talus talus nom m 0.69 19.53 0.69 19.53 -tam_tam tam_tam nom m s 1.06 3.45 0.37 2.77 -tam_tam tam_tam nom m p 1.06 3.45 0.69 0.68 -tamagotchi tamagotchi nom m s 0.08 0.00 0.08 0.00 -tamanoir tamanoir nom m s 0.00 0.07 0.00 0.07 -tamarin tamarin nom m s 0.14 0.07 0.14 0.07 -tamarinier tamarinier nom m s 0.01 0.14 0.01 0.00 -tamariniers tamarinier nom m p 0.01 0.14 0.00 0.14 -tamaris tamaris nom m 0.01 0.61 0.01 0.61 -tambouille tambouille nom f s 0.71 1.96 0.71 1.69 -tambouilles tambouille nom f p 0.71 1.96 0.00 0.27 -tambour_major tambour_major nom m s 0.26 0.74 0.26 0.74 -tambour tambour nom m s 10.20 19.32 7.80 10.54 -tambourin tambourin nom m s 0.56 1.08 0.49 0.47 -tambourina tambouriner ver 0.66 5.54 0.00 0.47 ind:pas:3s; -tambourinade tambourinade nom f s 0.00 0.07 0.00 0.07 -tambourinaient tambouriner ver 0.66 5.54 0.00 0.20 ind:imp:3p; -tambourinaire tambourinaire nom m s 0.00 0.27 0.00 0.07 -tambourinaires tambourinaire nom m p 0.00 0.27 0.00 0.20 -tambourinais tambouriner ver 0.66 5.54 0.01 0.07 ind:imp:1s; -tambourinait tambouriner ver 0.66 5.54 0.02 1.08 ind:imp:3s; -tambourinant tambouriner ver 0.66 5.54 0.04 0.74 par:pre; -tambourine tambouriner ver 0.66 5.54 0.08 1.08 ind:pre:1s;ind:pre:3s; -tambourinement tambourinement nom m s 0.00 0.95 0.00 0.95 -tambourinent tambouriner ver 0.66 5.54 0.28 0.07 ind:pre:3p; -tambouriner tambouriner ver 0.66 5.54 0.09 1.42 inf; -tambourineur tambourineur nom m s 0.00 0.07 0.00 0.07 -tambourins tambourin nom m p 0.56 1.08 0.07 0.61 -tambourinèrent tambouriner ver 0.66 5.54 0.00 0.07 ind:pas:3p; -tambouriné tambouriner ver m s 0.66 5.54 0.01 0.27 par:pas; -tambourinée tambouriner ver f s 0.66 5.54 0.14 0.07 par:pas; -tambours tambour nom m p 10.20 19.32 2.40 8.78 -tamia tamia nom m s 0.04 0.00 0.04 0.00 -tamis tamis nom m 0.53 1.82 0.53 1.82 -tamisage tamisage nom m s 0.01 0.00 0.01 0.00 -tamisaient tamiser ver 0.38 2.30 0.00 0.14 ind:imp:3p; -tamisais tamiser ver 0.38 2.30 0.00 0.07 ind:imp:1s; -tamisait tamiser ver 0.38 2.30 0.00 0.20 ind:imp:3s; -tamisant tamiser ver 0.38 2.30 0.00 0.20 par:pre; -tamise tamiser ver 0.38 2.30 0.16 0.07 imp:pre:2s;ind:pre:3s; -tamisent tamiser ver 0.38 2.30 0.00 0.07 ind:pre:3p; -tamiser tamiser ver 0.38 2.30 0.17 0.27 inf; -tamiseur tamiseur nom m s 0.14 0.00 0.14 0.00 -tamisez tamiser ver 0.38 2.30 0.02 0.00 imp:pre:2p; -tamisé tamisé adj m s 0.76 1.96 0.02 0.34 -tamisée tamisé adj f s 0.76 1.96 0.68 1.01 -tamisées tamisé adj f p 0.76 1.96 0.07 0.54 -tamisés tamiser ver m p 0.38 2.30 0.00 0.14 par:pas; -tamoul tamoul nom m s 0.00 0.14 0.00 0.14 -tamouré tamouré nom m s 0.02 0.07 0.02 0.07 -tampax tampax nom m 0.29 0.27 0.29 0.27 -tampon_buvard tampon_buvard nom m s 0.00 0.20 0.00 0.20 -tampon tampon nom m s 4.28 8.72 2.96 5.14 -tamponna tamponner ver 1.66 6.35 0.00 0.61 ind:pas:3s; -tamponnade tamponnade nom f s 0.17 0.00 0.17 0.00 -tamponnage tamponnage nom m s 0.02 0.07 0.02 0.00 -tamponnages tamponnage nom m p 0.02 0.07 0.00 0.07 -tamponnai tamponner ver 1.66 6.35 0.00 0.07 ind:pas:1s; -tamponnaient tamponner ver 1.66 6.35 0.00 0.20 ind:imp:3p; -tamponnais tamponner ver 1.66 6.35 0.11 0.07 ind:imp:1s;ind:imp:2s; -tamponnait tamponner ver 1.66 6.35 0.01 0.95 ind:imp:3s; -tamponnant tamponner ver 1.66 6.35 0.00 0.41 par:pre; -tamponne tamponner ver 1.66 6.35 0.52 2.50 imp:pre:2s;ind:pre:1s;ind:pre:3s; -tamponnement tamponnement nom m s 0.00 0.20 0.00 0.20 -tamponnent tamponner ver 1.66 6.35 0.03 0.14 ind:pre:3p; -tamponner tamponner ver 1.66 6.35 0.27 0.81 inf; -tamponnera tamponner ver 1.66 6.35 0.01 0.00 ind:fut:3s; -tamponneur tamponneur adj m s 0.26 0.54 0.02 0.00 -tamponneuse tamponneur adj f s 0.26 0.54 0.10 0.00 -tamponneuses tamponneur adj f p 0.26 0.54 0.14 0.54 -tamponnez tamponner ver 1.66 6.35 0.15 0.07 imp:pre:2p;ind:pre:2p; -tamponnoir tamponnoir nom m s 0.00 0.14 0.00 0.07 -tamponnoirs tamponnoir nom m p 0.00 0.14 0.00 0.07 -tamponné tamponner ver m s 1.66 6.35 0.40 0.41 par:pas; -tamponnée tamponner ver f s 1.66 6.35 0.15 0.00 par:pas; -tamponnés tamponner ver m p 1.66 6.35 0.02 0.14 par:pas; -tampons tampon nom m p 4.28 8.72 1.32 3.58 -tamtam tamtam nom m s 0.13 0.07 0.13 0.07 -tan_sad tan_sad nom m s 0.00 0.20 0.00 0.20 -tan tan nom m s 0.66 0.20 0.50 0.20 -tanaisie tanaisie nom f s 0.01 0.00 0.01 0.00 -tance tancer ver 0.03 1.01 0.00 0.14 ind:pre:3s; -tancer tancer ver 0.03 1.01 0.01 0.47 inf; -tanche tanche nom f s 0.06 0.74 0.04 0.41 -tanches tanche nom f p 0.06 0.74 0.01 0.34 -tancé tancer ver m s 0.03 1.01 0.00 0.07 par:pas; -tancée tancer ver f s 0.03 1.01 0.00 0.07 par:pas; -tancés tancer ver m p 0.03 1.01 0.01 0.07 par:pas; -tandem tandem nom m s 0.60 2.03 0.60 1.82 -tandems tandem nom m p 0.60 2.03 0.00 0.20 -tandis_qu tandis_qu con 0.01 0.07 0.01 0.07 -tandis_que tandis_que con 15.04 136.15 15.04 136.15 -tandoori tandoori nom m s 0.06 0.00 0.06 0.00 -tangage tangage nom m s 0.24 1.08 0.24 1.08 -tangara tangara nom m s 0.08 0.00 0.06 0.00 -tangaras tangara nom m p 0.08 0.00 0.02 0.00 -tangence tangence nom f s 0.00 0.14 0.00 0.14 -tangent tangent adj m s 0.03 0.61 0.03 0.07 -tangente tangente nom f s 0.35 1.15 0.35 0.88 -tangentes tangente nom f p 0.35 1.15 0.00 0.27 -tangentiel tangentiel adj m s 0.00 0.07 0.00 0.07 -tangents tangent adj m p 0.03 0.61 0.00 0.14 -tangerine tangerine nom f s 0.00 0.14 0.00 0.14 -tangibilité tangibilité nom f s 0.01 0.00 0.01 0.00 -tangible tangible adj s 1.53 2.09 0.90 1.55 -tangibles tangible adj p 1.53 2.09 0.63 0.54 -tango tango nom m s 5.74 6.28 5.58 4.53 -tangon tangon nom m s 0.02 0.00 0.02 0.00 -tangos tango nom m p 5.74 6.28 0.16 1.76 -tangua tanguer ver 0.69 7.91 0.00 0.74 ind:pas:3s; -tanguaient tanguer ver 0.69 7.91 0.00 0.20 ind:imp:3p; -tanguait tanguer ver 0.69 7.91 0.02 2.64 ind:imp:3s; -tanguant tanguer ver 0.69 7.91 0.01 0.54 par:pre; -tangue tanguer ver 0.69 7.91 0.38 1.69 ind:pre:1s;ind:pre:3s; -tanguent tanguer ver 0.69 7.91 0.11 0.27 ind:pre:3p; -tanguer tanguer ver 0.69 7.91 0.17 1.55 inf; -tangueraient tanguer ver 0.69 7.91 0.00 0.07 cnd:pre:3p; -tangérois tangérois adj m s 0.00 0.07 0.00 0.07 -tangué tanguer ver m s 0.69 7.91 0.00 0.20 par:pas; -tanin tanin nom m s 0.05 0.34 0.05 0.34 -tanière tanière nom f s 2.06 4.80 2.00 3.92 -tanières tanière nom f p 2.06 4.80 0.06 0.88 -tank tank nom m s 8.41 4.86 3.80 1.89 -tanka tanka nom m s 0.00 0.54 0.00 0.54 -tanker tanker nom m s 0.78 0.07 0.49 0.07 -tankers tanker nom m p 0.78 0.07 0.29 0.00 -tankiste tankiste nom s 0.00 0.27 0.00 0.07 -tankistes tankiste nom p 0.00 0.27 0.00 0.20 -tanks tank nom m p 8.41 4.86 4.62 2.97 -tanna tanner ver 2.71 2.70 0.45 0.00 ind:pas:3s; -tannage tannage nom m s 0.01 0.00 0.01 0.00 -tannaient tanner ver 2.71 2.70 0.00 0.07 ind:imp:3p; -tannait tanner ver 2.71 2.70 0.02 0.27 ind:imp:3s; -tannant tanner ver 2.71 2.70 0.01 0.00 par:pre; -tannante tannant adj f s 0.00 0.27 0.00 0.07 -tannantes tannant adj f p 0.00 0.27 0.00 0.07 -tanne tanner ver 2.71 2.70 0.44 0.00 imp:pre:2s;ind:pre:1s;ind:pre:3s; -tannent tanner ver 2.71 2.70 0.06 0.14 ind:pre:3p;sub:pre:3p; -tanner tanner ver 2.71 2.70 0.73 0.41 inf; -tannerai tanner ver 2.71 2.70 0.03 0.07 ind:fut:1s; -tannerie tannerie nom f s 0.04 0.34 0.04 0.34 -tannes tanner ver 2.71 2.70 0.04 0.00 ind:pre:2s; -tanneur tanneur nom m s 0.31 1.15 0.31 0.27 -tanneurs tanneur nom m p 0.31 1.15 0.00 0.88 -tannin tannin nom m s 0.01 0.00 0.01 0.00 -tanné tanner ver m s 2.71 2.70 0.70 0.74 par:pas; -tannée tanner ver f s 2.71 2.70 0.17 0.61 par:pas; -tannées tannée nom f p 0.18 0.27 0.01 0.00 -tannés tanner ver m p 2.71 2.70 0.04 0.20 par:pas; -tanrec tanrec nom m s 0.00 0.07 0.00 0.07 -tans tan nom m p 0.66 0.20 0.13 0.00 -tansad tansad nom m s 0.00 0.07 0.00 0.07 -tant tant adv_sup 380.34 436.42 380.34 436.42 -tantôt tantôt adv 5.62 66.76 5.62 66.76 -tante tante nom f s 76.62 118.38 70.69 110.95 -tantes tante nom f p 76.62 118.38 5.93 7.43 -tançai tancer ver 0.03 1.01 0.00 0.07 ind:pas:1s; -tançait tancer ver 0.03 1.01 0.00 0.07 ind:imp:3s; -tançant tancer ver 0.03 1.01 0.00 0.07 par:pre; -tantine tantine nom f s 1.08 0.20 1.08 0.14 -tantines tantine nom f p 1.08 0.20 0.00 0.07 -tantinet tantinet nom m s 1.02 1.55 1.02 1.55 -tantièmes tantième nom m p 0.00 0.07 0.00 0.07 -tantouse tantouse nom f s 0.69 0.74 0.63 0.14 -tantouses tantouse nom f p 0.69 0.74 0.06 0.61 -tantouze tantouze nom f s 1.14 0.27 0.85 0.14 -tantouzes tantouze nom f p 1.14 0.27 0.28 0.14 -tantra tantra nom m s 0.11 0.00 0.11 0.00 -tantrique tantrique adj m s 0.19 0.14 0.18 0.07 -tantriques tantrique adj m p 0.19 0.14 0.01 0.07 -tantrisme tantrisme nom m s 0.17 0.34 0.17 0.34 -tao tao nom m s 0.05 0.61 0.05 0.61 -taoïsme taoïsme nom m s 0.06 0.07 0.06 0.07 -taoïste taoïste adj s 0.03 0.47 0.03 0.34 -taoïstes taoïste nom p 0.03 0.61 0.02 0.20 -taon taon nom m s 0.73 0.61 0.01 0.14 -taons taon nom m p 0.73 0.61 0.72 0.47 -tap tap ono 0.53 2.50 0.53 2.50 -tapa taper ver 61.06 67.91 0.03 4.93 ind:pas:3s;;ind:pas:3s; -tapage tapage nom m s 1.53 6.08 1.52 6.01 -tapageait tapager ver 0.00 0.14 0.00 0.14 ind:imp:3s; -tapages tapage nom m p 1.53 6.08 0.01 0.07 -tapageur tapageur adj m s 0.23 2.97 0.10 1.28 -tapageurs tapageur nom m p 0.11 0.07 0.05 0.07 -tapageuse tapageur adj f s 0.23 2.97 0.10 1.01 -tapageuses tapageur adj f p 0.23 2.97 0.01 0.20 -tapai taper ver 61.06 67.91 0.00 0.14 ind:pas:1s; -tapaient taper ver 61.06 67.91 0.32 2.57 ind:imp:3p; -tapais taper ver 61.06 67.91 0.68 1.08 ind:imp:1s;ind:imp:2s; -tapait taper ver 61.06 67.91 1.78 9.05 ind:imp:3s; -tapant taper ver 61.06 67.91 0.72 5.81 par:pre; -tapante tapant adj f s 0.57 0.68 0.02 0.00 -tapantes tapant adj f p 0.57 0.68 0.49 0.27 -tapas tapa nom m p 0.15 0.00 0.15 0.00 -tape_cul tape_cul nom m s 0.04 0.41 0.04 0.41 -tape_à_l_oeil tape_à_l_oeil adj 0.00 0.41 0.00 0.41 -tape taper ver 61.06 67.91 18.45 11.89 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:1s;sub:pre:3s; -tapecul tapecul nom m s 0.00 0.07 0.00 0.07 -tapement tapement nom m s 0.01 0.14 0.01 0.00 -tapements tapement nom m p 0.01 0.14 0.00 0.14 -tapenade tapenade nom f s 0.02 0.00 0.02 0.00 -tapent taper ver 61.06 67.91 1.60 1.76 ind:pre:3p; -taper taper ver 61.06 67.91 19.14 20.07 inf; -tapera taper ver 61.06 67.91 0.19 0.34 ind:fut:3s; -taperai taper ver 61.06 67.91 0.59 0.14 ind:fut:1s; -taperaient taper ver 61.06 67.91 0.01 0.07 cnd:pre:3p; -taperais taper ver 61.06 67.91 0.65 0.20 cnd:pre:1s;cnd:pre:2s; -taperait taper ver 61.06 67.91 0.07 0.34 cnd:pre:3s; -taperas taper ver 61.06 67.91 0.13 0.00 ind:fut:2s; -taperez taper ver 61.06 67.91 0.01 0.14 ind:fut:2p; -taperiez taper ver 61.06 67.91 0.01 0.00 cnd:pre:2p; -taperont taper ver 61.06 67.91 0.04 0.00 ind:fut:3p; -tapes taper ver 61.06 67.91 3.17 0.54 ind:pre:2s;sub:pre:2s; -tapette tapette nom f s 7.16 1.15 4.77 0.61 -tapettes tapette nom f p 7.16 1.15 2.39 0.54 -tapeur tapeur nom m s 0.20 0.27 0.19 0.07 -tapeurs tapeur nom m p 0.20 0.27 0.02 0.14 -tapeuses tapeur nom f p 0.20 0.27 0.00 0.07 -tapez taper ver 61.06 67.91 2.83 0.14 imp:pre:2p;ind:pre:2p; -tapi tapir ver m s 0.92 11.82 0.19 4.39 par:pas; -tapie tapir ver f s 0.92 11.82 0.22 2.84 par:pas; -tapies tapir ver f p 0.92 11.82 0.02 0.61 par:pas; -tapiez taper ver 61.06 67.91 0.06 0.07 ind:imp:2p; -tapin tapin nom m s 2.31 5.41 2.25 3.58 -tapinage tapinage nom m s 0.16 0.00 0.16 0.00 -tapinaient tapiner ver 1.76 2.70 0.01 0.07 ind:imp:3p; -tapinais tapiner ver 1.76 2.70 0.02 0.14 ind:imp:1s;ind:imp:2s; -tapinait tapiner ver 1.76 2.70 0.09 0.47 ind:imp:3s; -tapinant tapiner ver 1.76 2.70 0.01 0.00 par:pre; -tapine tapiner ver 1.76 2.70 0.97 0.68 ind:pre:1s;ind:pre:3s; -tapinent tapiner ver 1.76 2.70 0.14 0.41 ind:pre:3p; -tapiner tapiner ver 1.76 2.70 0.39 0.68 inf; -tapinera tapiner ver 1.76 2.70 0.01 0.07 ind:fut:3s; -tapinerai tapiner ver 1.76 2.70 0.00 0.07 ind:fut:1s; -tapinerais tapiner ver 1.76 2.70 0.01 0.00 cnd:pre:1s; -tapines tapiner ver 1.76 2.70 0.11 0.00 ind:pre:2s; -tapineuse tapineur nom f s 0.06 0.54 0.06 0.20 -tapineuses tapineuse nom f p 0.02 0.00 0.02 0.00 -tapins tapin nom m p 2.31 5.41 0.06 1.82 -tapiné tapiner ver m s 1.76 2.70 0.00 0.07 par:pas; -tapinée tapiner ver f s 1.76 2.70 0.00 0.07 par:pas; -tapioca tapioca nom m s 0.33 1.69 0.33 1.69 -tapir tapir nom m s 0.16 0.34 0.13 0.34 -tapira tapir ver 0.92 11.82 0.01 0.07 ind:fut:3s; -tapirs tapir nom m p 0.16 0.34 0.02 0.00 -tapis_brosse tapis_brosse nom m s 0.01 0.14 0.01 0.14 -tapis tapis nom m 20.13 60.88 20.13 60.88 -tapissa tapisser ver 1.12 10.95 0.00 0.14 ind:pas:3s; -tapissaient tapisser ver 1.12 10.95 0.01 0.88 ind:imp:3p; -tapissais tapisser ver 1.12 10.95 0.00 0.07 ind:imp:1s; -tapissait tapisser ver 1.12 10.95 0.00 1.28 ind:imp:3s; -tapissant tapisser ver 1.12 10.95 0.01 0.27 par:pre; -tapisse tapisser ver 1.12 10.95 0.06 0.47 imp:pre:2s;ind:pre:1s;ind:pre:3s; -tapissent tapir ver 0.92 11.82 0.10 0.00 sub:imp:3p; -tapisser tapisser ver 1.12 10.95 0.14 0.54 inf; -tapisserai tapisser ver 1.12 10.95 0.01 0.00 ind:fut:1s; -tapisserie tapisserie nom f s 1.34 12.57 0.89 9.73 -tapisseries tapisserie nom f p 1.34 12.57 0.45 2.84 -tapissier tapissier nom m s 0.32 1.69 0.17 1.22 -tapissiers tapissier nom m p 0.32 1.69 0.05 0.34 -tapissière tapissier nom f s 0.32 1.69 0.10 0.14 -tapissé tapisser ver m s 1.12 10.95 0.33 1.82 par:pas; -tapissée tapisser ver f s 1.12 10.95 0.27 2.57 par:pas; -tapissées tapisser ver f p 1.12 10.95 0.01 0.81 par:pas; -tapissés tapisser ver m p 1.12 10.95 0.20 1.76 par:pas; -tapit tapir ver 0.92 11.82 0.06 0.54 ind:pre:3s;ind:pas:3s; -tapâmes taper ver 61.06 67.91 0.00 0.14 ind:pas:1p; -tapons taper ver 61.06 67.91 0.06 0.14 imp:pre:1p;ind:pre:1p; -tapota tapoter ver 1.16 16.55 0.11 3.18 ind:pas:3s; -tapotai tapoter ver 1.16 16.55 0.00 0.07 ind:pas:1s; -tapotaient tapoter ver 1.16 16.55 0.00 0.27 ind:imp:3p; -tapotais tapoter ver 1.16 16.55 0.00 0.07 ind:imp:1s; -tapotait tapoter ver 1.16 16.55 0.04 3.38 ind:imp:3s; -tapotant tapoter ver 1.16 16.55 0.04 3.31 par:pre; -tapote tapoter ver 1.16 16.55 0.36 3.11 imp:pre:2s;ind:pre:1s;ind:pre:3s; -tapotement tapotement nom m s 0.07 1.22 0.06 0.47 -tapotements tapotement nom m p 0.07 1.22 0.01 0.74 -tapotent tapoter ver 1.16 16.55 0.01 0.47 ind:pre:3p; -tapoter tapoter ver 1.16 16.55 0.29 1.76 inf; -tapotez tapoter ver 1.16 16.55 0.20 0.00 imp:pre:2p;ind:pre:2p; -tapotis tapotis nom m 0.00 0.07 0.00 0.07 -tapotons tapoter ver 1.16 16.55 0.00 0.07 imp:pre:1p; -tapotèrent tapoter ver 1.16 16.55 0.00 0.20 ind:pas:3p; -tapoté tapoter ver m s 1.16 16.55 0.11 0.68 par:pas; -tapèrent taper ver 61.06 67.91 0.00 0.47 ind:pas:3p; -tapé taper ver m s 61.06 67.91 9.43 6.55 par:pas; -tapée taper ver f s 61.06 67.91 0.92 0.81 par:pas; -tapées tapé adj f p 0.37 0.61 0.16 0.14 -tapés tapé adj m p 0.37 0.61 0.14 0.07 -taquet taquet nom m s 0.14 0.27 0.10 0.27 -taquets taquet nom m p 0.14 0.27 0.04 0.00 -taquin taquin adj m s 0.46 1.35 0.34 0.88 -taquina taquiner ver 5.24 5.74 0.00 0.34 ind:pas:3s; -taquinaient taquiner ver 5.24 5.74 0.04 0.20 ind:imp:3p; -taquinais taquiner ver 5.24 5.74 0.28 0.20 ind:imp:1s;ind:imp:2s; -taquinait taquiner ver 5.24 5.74 0.27 1.15 ind:imp:3s; -taquinant taquiner ver 5.24 5.74 0.01 0.20 par:pre; -taquine taquiner ver 5.24 5.74 1.91 1.08 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -taquinent taquiner ver 5.24 5.74 0.06 0.27 ind:pre:3p; -taquiner taquiner ver 5.24 5.74 1.48 2.03 inf; -taquinerait taquiner ver 5.24 5.74 0.21 0.00 cnd:pre:3s; -taquinerie taquinerie nom f s 0.27 0.74 0.03 0.20 -taquineries taquinerie nom f p 0.27 0.74 0.23 0.54 -taquines taquiner ver 5.24 5.74 0.29 0.00 ind:pre:2s; -taquinez taquiner ver 5.24 5.74 0.16 0.00 imp:pre:2p;ind:pre:2p; -taquins taquin adj m p 0.46 1.35 0.02 0.07 -taquiné taquiner ver m s 5.24 5.74 0.41 0.27 par:pas; -taquinée taquiner ver f s 5.24 5.74 0.11 0.00 par:pas; -taquoir taquoir nom m s 0.00 0.14 0.00 0.14 -tar tare nom m s 1.79 5.20 0.23 0.00 -tara tarer ver 6.08 0.54 0.57 0.00 ind:pas:3s;;ind:pas:3s;;ind:pas:3s; -tarabiscot tarabiscot nom m s 0.00 0.07 0.00 0.07 -tarabiscotages tarabiscotage nom m p 0.00 0.14 0.00 0.14 -tarabiscoté tarabiscoté adj m s 0.16 1.01 0.01 0.34 -tarabiscotée tarabiscoté adj f s 0.16 1.01 0.14 0.27 -tarabiscotées tarabiscoté adj f p 0.16 1.01 0.01 0.20 -tarabiscotés tarabiscoté adj m p 0.16 1.01 0.00 0.20 -tarabustait tarabuster ver 0.19 1.55 0.00 0.54 ind:imp:3s; -tarabuste tarabuster ver 0.19 1.55 0.01 0.47 ind:pre:1s;ind:pre:3s; -tarabustent tarabuster ver 0.19 1.55 0.01 0.07 ind:pre:3p; -tarabuster tarabuster ver 0.19 1.55 0.16 0.14 inf; -tarabustes tarabuster ver 0.19 1.55 0.00 0.07 ind:pre:2s; -tarabustèrent tarabuster ver 0.19 1.55 0.00 0.07 ind:pas:3p; -tarabusté tarabuster ver m s 0.19 1.55 0.01 0.14 par:pas; -tarabustés tarabuster ver m p 0.19 1.55 0.00 0.07 par:pas; -tarama tarama nom m s 0.28 0.00 0.28 0.00 -tarare tarare nom m s 0.00 0.20 0.00 0.20 -taratata taratata ono 0.29 0.34 0.29 0.34 -taraud taraud nom m s 0.00 0.34 0.00 0.20 -taraudaient tarauder ver 0.77 2.64 0.00 0.07 ind:imp:3p; -taraudait tarauder ver 0.77 2.64 0.00 0.34 ind:imp:3s; -taraudant taraudant adj m s 0.00 0.14 0.00 0.14 -taraude tarauder ver 0.77 2.64 0.73 0.81 imp:pre:2s;ind:pre:1s;ind:pre:3s; -taraudent tarauder ver 0.77 2.64 0.01 0.27 ind:pre:3p; -tarauder tarauder ver 0.77 2.64 0.02 0.41 inf; -tarauds taraud nom m p 0.00 0.34 0.00 0.14 -taraudèrent tarauder ver 0.77 2.64 0.00 0.07 ind:pas:3p; -taraudé tarauder ver m s 0.77 2.64 0.00 0.34 par:pas; -taraudée tarauder ver f s 0.77 2.64 0.00 0.14 par:pas; -taraudées tarauder ver f p 0.77 2.64 0.00 0.07 par:pas; -taraudés tarauder ver m p 0.77 2.64 0.00 0.14 par:pas; -tarbais tarbais adj m 0.00 0.20 0.00 0.20 -tarbouche tarbouche nom m s 0.00 0.07 0.00 0.07 -tarbouif tarbouif nom m s 0.00 0.14 0.00 0.14 -tard_venu tard_venu adj m s 0.00 0.07 0.00 0.07 -tard tard adv_sup 350.38 344.26 350.38 344.26 -tarda tarder ver 28.36 34.46 0.17 3.51 ind:pas:3s; -tardai tarder ver 28.36 34.46 0.01 0.34 ind:pas:1s; -tardaient tarder ver 28.36 34.46 0.00 0.68 ind:imp:3p; -tardais tarder ver 28.36 34.46 0.47 0.20 ind:imp:1s;ind:imp:2s; -tardait tarder ver 28.36 34.46 0.35 4.46 ind:imp:3s; -tardant tarder ver 28.36 34.46 0.01 0.20 par:pre; -tarde tarder ver 28.36 34.46 4.63 3.78 imp:pre:2s;ind:pre:1s;ind:pre:3s; -tardent tarder ver 28.36 34.46 0.52 0.27 ind:pre:3p; -tarder tarder ver 28.36 34.46 15.01 12.09 inf; -tardera tarder ver 28.36 34.46 1.69 0.47 ind:fut:3s; -tarderai tarder ver 28.36 34.46 0.51 0.07 ind:fut:1s; -tarderaient tarder ver 28.36 34.46 0.03 0.54 cnd:pre:3p; -tarderais tarder ver 28.36 34.46 0.11 0.27 cnd:pre:1s; -tarderait tarder ver 28.36 34.46 0.03 1.82 cnd:pre:3s; -tarderas tarder ver 28.36 34.46 0.33 0.00 ind:fut:2s; -tarderez tarder ver 28.36 34.46 0.05 0.00 ind:fut:2p; -tarderie tarderie nom f s 0.00 0.20 0.00 0.14 -tarderies tarderie nom f p 0.00 0.20 0.00 0.07 -tarderiez tarder ver 28.36 34.46 0.01 0.00 cnd:pre:2p; -tarderions tarder ver 28.36 34.46 0.00 0.14 cnd:pre:1p; -tarderons tarder ver 28.36 34.46 0.02 0.07 ind:fut:1p; -tarderont tarder ver 28.36 34.46 0.32 0.14 ind:fut:3p; -tardes tarder ver 28.36 34.46 0.65 0.00 ind:pre:2s; -tardez tarder ver 28.36 34.46 1.14 0.27 imp:pre:2p;ind:pre:2p; -tardiez tarder ver 28.36 34.46 0.01 0.07 ind:imp:2p; -tardif tardif adj m s 2.62 10.00 0.65 2.23 -tardifs tardif adj m p 2.62 10.00 0.34 0.68 -tardigrade tardigrade nom m s 0.01 0.00 0.01 0.00 -tardillon tardillon nom m s 0.00 0.14 0.00 0.14 -tardions tarder ver 28.36 34.46 0.00 0.07 ind:imp:1p; -tardive tardif adj f s 2.62 10.00 1.36 5.74 -tardivement tardivement adv 0.46 1.35 0.46 1.35 -tardives tardif adj f p 2.62 10.00 0.28 1.35 -tardâmes tarder ver 28.36 34.46 0.00 0.07 ind:pas:1p; -tardons tarder ver 28.36 34.46 0.07 0.14 imp:pre:1p;ind:pre:1p; -tardèrent tarder ver 28.36 34.46 0.15 0.81 ind:pas:3p; -tardé tarder ver m s 28.36 34.46 2.08 3.92 par:pas; -tardée tarder ver f s 28.36 34.46 0.00 0.07 par:pas; -tare tare nom f s 1.79 5.20 1.06 3.04 -tarentelle tarentelle nom f s 0.12 0.14 0.12 0.07 -tarentelles tarentelle nom f p 0.12 0.14 0.00 0.07 -tarentule tarentule nom f s 0.32 0.41 0.23 0.34 -tarentules tarentule nom f p 0.32 0.41 0.08 0.07 -tares tare nom f p 1.79 5.20 0.49 2.16 -taret taret nom m s 0.00 0.20 0.00 0.14 -tarets taret nom m p 0.00 0.20 0.00 0.07 -targe targe nom f s 0.40 0.00 0.40 0.00 -targette targette nom f s 0.00 1.01 0.00 0.68 -targettes targette nom f p 0.00 1.01 0.00 0.34 -targua targuer ver 0.27 1.69 0.00 0.07 ind:pas:3s; -targuaient targuer ver 0.27 1.69 0.00 0.14 ind:imp:3p; -targuais targuer ver 0.27 1.69 0.00 0.07 ind:imp:1s; -targuait targuer ver 0.27 1.69 0.00 0.41 ind:imp:3s; -targuant targuer ver 0.27 1.69 0.00 0.14 par:pre; -targue targuer ver 0.27 1.69 0.22 0.27 ind:pre:1s;ind:pre:3s; -targuent targuer ver 0.27 1.69 0.00 0.14 ind:pre:3p; -targuer targuer ver 0.27 1.69 0.04 0.34 inf; -targuez targuer ver 0.27 1.69 0.01 0.00 ind:pre:2p; -targui targui adj m s 0.00 0.07 0.00 0.07 -targui targui nom m s 0.00 0.07 0.00 0.07 -targuât targuer ver 0.27 1.69 0.00 0.07 sub:imp:3s; -targué targuer ver m s 0.27 1.69 0.00 0.07 par:pas; -tari tarir ver m s 1.83 4.93 0.28 0.61 par:pas; -taride taride nom f s 0.00 0.20 0.00 0.20 -tarie tarir ver f s 1.83 4.93 0.69 0.74 par:pas; -taries tarir ver f p 1.83 4.93 0.01 0.34 par:pas; -tarif tarif nom m s 6.26 4.80 4.58 2.84 -tarification tarification nom f s 0.02 0.00 0.01 0.00 -tarifications tarification nom f p 0.02 0.00 0.01 0.00 -tarifié tarifier ver m s 0.00 0.07 0.00 0.07 par:pas; -tarifs tarif nom m p 6.26 4.80 1.69 1.96 -tarifée tarifer ver f s 0.01 0.27 0.00 0.14 par:pas; -tarifées tarifer ver f p 0.01 0.27 0.01 0.07 par:pas; -tarifés tarifer ver m p 0.01 0.27 0.00 0.07 par:pas; -tarin tarin nom m s 0.10 2.91 0.10 2.91 -tarir tarir ver 1.83 4.93 0.05 1.22 inf; -tarira tarir ver 1.83 4.93 0.02 0.00 ind:fut:3s; -tarirent tarir ver 1.83 4.93 0.14 0.20 ind:pas:3p; -taris tarir ver m p 1.83 4.93 0.01 0.07 ind:pre:2s;par:pas; -tarissaient tarir ver 1.83 4.93 0.00 0.14 ind:imp:3p; -tarissait tarir ver 1.83 4.93 0.00 0.27 ind:imp:3s; -tarissant tarir ver 1.83 4.93 0.00 0.20 par:pre; -tarisse tarir ver 1.83 4.93 0.00 0.07 sub:pre:1s; -tarissement tarissement nom m s 0.00 0.27 0.00 0.27 -tarissent tarir ver 1.83 4.93 0.01 0.14 ind:pre:3p; -tarissez tarir ver 1.83 4.93 0.00 0.07 imp:pre:2p; -tarit tarir ver 1.83 4.93 0.62 0.88 ind:pre:3s;ind:pas:3s; -tarière tarière nom f s 0.00 0.20 0.00 0.07 -tarières tarière nom f p 0.00 0.20 0.00 0.14 -tarlatane tarlatane nom f s 0.00 0.07 0.00 0.07 -tarmac tarmac nom m s 0.28 0.07 0.28 0.07 -taro taro nom m s 4.21 0.00 4.21 0.00 -tarot tarot nom m s 0.65 2.09 0.37 0.74 -tarots tarot nom m p 0.65 2.09 0.28 1.35 -tarpan tarpan nom m s 0.00 0.20 0.00 0.14 -tarpans tarpan nom m p 0.00 0.20 0.00 0.07 -tarpon tarpon nom m s 0.08 0.00 0.08 0.00 -tarpé tarpé nom m s 0.32 0.07 0.32 0.07 -tarpéienne tarpéienne nom s 0.01 0.00 0.01 0.00 -tarse tarse nom m s 0.02 0.14 0.02 0.07 -tarses tarse nom m p 0.02 0.14 0.00 0.07 -tarsienne tarsien adj f s 0.01 0.14 0.01 0.00 -tarsiens tarsien adj m p 0.01 0.14 0.00 0.14 -tarsier tarsier nom m s 0.01 0.00 0.01 0.00 -tartan tartan nom m s 0.51 0.27 0.07 0.20 -tartane tartan nom f s 0.51 0.27 0.44 0.07 -tartare tartare adj s 0.46 1.15 0.45 0.61 -tartares tartare nom p 0.94 1.76 0.52 1.15 -tartarin tartarin nom m s 0.00 0.47 0.00 0.41 -tartarinades tartarinade nom f p 0.00 0.14 0.00 0.14 -tartarins tartarin nom m p 0.00 0.47 0.00 0.07 -tarte_minute tarte_minute adj f s 0.01 0.00 0.01 0.00 -tarte tarte nom f s 13.04 10.34 10.41 8.31 -tartelette tartelette nom f s 0.68 0.81 0.04 0.34 -tartelettes tartelette nom f p 0.68 0.81 0.64 0.47 -tartempion tartempion nom m s 0.04 0.00 0.04 0.00 -tartes tarte nom f p 13.04 10.34 2.62 2.03 -tartignolle tartignolle adj s 0.00 0.20 0.00 0.14 -tartignolles tartignolle adj p 0.00 0.20 0.00 0.07 -tartina tartiner ver 0.65 3.18 0.00 0.14 ind:pas:3s; -tartinaient tartiner ver 0.65 3.18 0.00 0.07 ind:imp:3p; -tartinais tartiner ver 0.65 3.18 0.00 0.07 ind:imp:1s; -tartinait tartiner ver 0.65 3.18 0.00 0.34 ind:imp:3s; -tartinant tartiner ver 0.65 3.18 0.01 0.14 par:pre; -tartine tartine nom f s 2.23 16.89 1.41 8.38 -tartinent tartiner ver 0.65 3.18 0.02 0.27 ind:pre:3p; -tartiner tartiner ver 0.65 3.18 0.41 0.88 inf;; -tartinerait tartiner ver 0.65 3.18 0.00 0.07 cnd:pre:3s; -tartines tartine nom f p 2.23 16.89 0.82 8.51 -tartinez tartiner ver 0.65 3.18 0.03 0.00 imp:pre:2p;ind:pre:2p; -tartiné tartiner ver m s 0.65 3.18 0.03 0.27 par:pas; -tartinée tartiner ver f s 0.65 3.18 0.00 0.34 par:pas; -tartinées tartiner ver f p 0.65 3.18 0.00 0.20 par:pas; -tartir tartir ver 0.00 1.89 0.00 1.28 inf; -tartiss tartiss nom m 0.00 0.41 0.00 0.41 -tartissent tartir ver 0.00 1.89 0.00 0.07 ind:pre:3p; -tartisses tartir ver 0.00 1.89 0.00 0.54 sub:pre:2s; -tartouille tartouille nom f s 0.00 0.20 0.00 0.07 -tartouilles tartouille nom f p 0.00 0.20 0.00 0.14 -tartre tartre nom m s 0.03 0.54 0.03 0.54 -tartufe tartufe nom m s 0.01 0.14 0.01 0.14 -tartuferie tartuferie nom f s 0.00 0.14 0.00 0.07 -tartuferies tartuferie nom f p 0.00 0.14 0.00 0.07 -tartufferie tartufferie nom f s 0.00 0.07 0.00 0.07 -tartuffes tartuffe nom m p 0.00 0.07 0.00 0.07 -taré taré nom m s 10.48 2.09 6.96 1.01 -tarée taré adj f s 4.44 1.08 1.45 0.20 -tarées tarer ver f p 6.08 0.54 0.17 0.00 par:pas; -tarés taré nom m p 10.48 2.09 3.53 1.08 -tarzan tarzan nom m s 0.16 0.20 0.14 0.14 -tarzans tarzan nom m p 0.16 0.20 0.01 0.07 -tas tas nom m 65.28 83.78 65.28 83.78 -tasmanien tasmanien adj m s 0.01 0.07 0.01 0.07 -tassa tasser ver 2.21 19.19 0.00 1.08 ind:pas:3s; -tassai tasser ver 2.21 19.19 0.00 0.20 ind:pas:1s; -tassaient tasser ver 2.21 19.19 0.01 0.54 ind:imp:3p; -tassais tasser ver 2.21 19.19 0.00 0.07 ind:imp:1s; -tassait tasser ver 2.21 19.19 0.01 2.03 ind:imp:3s; -tassant tasser ver 2.21 19.19 0.00 0.88 par:pre; -tasse tasse nom f s 21.89 34.12 18.52 25.07 -tasseau tasseau nom m s 0.01 0.00 0.01 0.00 -tassement tassement nom m s 0.06 0.68 0.04 0.61 -tassements tassement nom m p 0.06 0.68 0.01 0.07 -tassent tasser ver 2.21 19.19 0.10 0.81 ind:pre:3p; -tasser tasser ver 2.21 19.19 0.45 1.76 inf; -tassera tasser ver 2.21 19.19 0.25 0.27 ind:fut:3s; -tasserai tasser ver 2.21 19.19 0.00 0.07 ind:fut:1s; -tasserait tasser ver 2.21 19.19 0.03 0.07 cnd:pre:3s; -tasses tasse nom f p 21.89 34.12 3.37 9.05 -tassez tasser ver 2.21 19.19 0.17 0.07 imp:pre:2p; -tassiez tasser ver 2.21 19.19 0.00 0.07 ind:imp:2p; -tassili tassili nom m s 0.00 0.34 0.00 0.34 -tassons tasser ver 2.21 19.19 0.00 0.07 ind:pre:1p; -tassèrent tasser ver 2.21 19.19 0.00 0.34 ind:pas:3p; -tassé tasser ver m s 2.21 19.19 0.41 3.78 par:pas; -tassée tasser ver f s 2.21 19.19 0.06 2.57 par:pas; -tassées tasser ver f p 2.21 19.19 0.04 0.41 par:pas; -tassés tassé adj m p 0.26 4.32 0.06 0.81 -taste_vin taste_vin nom m 0.01 0.14 0.01 0.14 -tata tata nom f s 3.00 0.68 2.96 0.47 -tatami tatami nom m s 0.02 0.20 0.02 0.14 -tatamis tatami nom m p 0.02 0.20 0.00 0.07 -tatane tatane nom f s 0.02 2.64 0.01 1.01 -tatanes tatane nom f p 0.02 2.64 0.01 1.62 -tatar tatar nom m s 0.01 0.07 0.01 0.07 -tatars tatar adj m p 0.00 0.20 0.00 0.07 -tatas tata nom f p 3.00 0.68 0.04 0.20 -tatillon tatillon adj m s 0.47 1.76 0.22 1.01 -tatillonne tatillon adj f s 0.47 1.76 0.09 0.34 -tatillonner tatillonner ver 0.00 0.07 0.00 0.07 inf; -tatillonnes tatillon adj f p 0.47 1.76 0.00 0.07 -tatillons tatillon adj m p 0.47 1.76 0.16 0.34 -tatin tatin nom f s 0.03 0.14 0.03 0.14 -tatou tatou nom m s 0.51 0.27 0.46 0.20 -tatouage tatouage nom m s 12.06 3.38 8.28 1.55 -tatouages tatouage nom m p 12.06 3.38 3.77 1.82 -tatouaient tatouer ver 4.22 3.72 0.00 0.07 ind:imp:3p; -tatouait tatouer ver 4.22 3.72 0.01 0.14 ind:imp:3s; -tatoue tatouer ver 4.22 3.72 0.08 0.27 imp:pre:2s;ind:pre:1s;ind:pre:3s; -tatouent tatouer ver 4.22 3.72 0.02 0.00 ind:pre:3p; -tatouer tatouer ver 4.22 3.72 1.91 0.81 inf; -tatoueur tatoueur nom m s 0.37 1.01 0.14 1.01 -tatoueurs tatoueur nom m p 0.37 1.01 0.09 0.00 -tatoueuse tatoueur nom f s 0.37 1.01 0.14 0.00 -tatouez tatouer ver 4.22 3.72 0.02 0.00 imp:pre:2p;ind:pre:2p; -tatous tatou nom m p 0.51 0.27 0.04 0.07 -tatoué tatouer ver m s 4.22 3.72 1.23 1.15 par:pas; -tatouée tatouer ver f s 4.22 3.72 0.52 0.61 par:pas; -tatouées tatoué adj f p 1.61 2.16 0.11 0.07 -tatoués tatouer ver m p 4.22 3.72 0.36 0.54 par:pas; -tau tau nom m s 0.88 0.07 0.88 0.07 -taube taube nom m s 0.07 0.27 0.07 0.27 -taudis taudis nom m 4.17 3.24 4.17 3.24 -taulard taulard nom m s 1.78 2.03 0.82 0.61 -taularde taulard nom f s 1.78 2.03 0.17 0.14 -taulardes taulard nom f p 1.78 2.03 0.02 0.07 -taulards taulard nom m p 1.78 2.03 0.77 1.22 -taule taule nom f s 27.00 14.73 26.92 13.85 -taules taule nom f p 27.00 14.73 0.08 0.88 -taulier taulier nom m s 0.95 5.41 0.67 3.31 -tauliers taulier nom m p 0.95 5.41 0.14 0.54 -taulière taulier nom f s 0.95 5.41 0.15 1.49 -taulières taulier nom f p 0.95 5.41 0.00 0.07 -taupe taupe nom f s 6.60 4.39 5.42 2.84 -taupes taupe nom f p 6.60 4.39 1.17 1.55 -taupicide taupicide nom m s 0.00 0.07 0.00 0.07 -taupin taupin nom m s 0.40 0.07 0.40 0.07 -taupinière taupinière nom f s 0.07 1.22 0.05 0.88 -taupinières taupinière nom f p 0.07 1.22 0.02 0.34 -taupinées taupinée nom f p 0.00 0.07 0.00 0.07 -taupé taupé adj m s 0.01 0.14 0.01 0.07 -taupés taupé adj m p 0.01 0.14 0.00 0.07 -taure taure nom f s 0.00 0.07 0.00 0.07 -taureau taureau nom m s 10.82 13.38 8.37 10.00 -taureaux taureau nom m p 10.82 13.38 2.46 3.38 -taurillon taurillon nom m s 0.00 0.27 0.00 0.20 -taurillons taurillon nom m p 0.00 0.27 0.00 0.07 -taurin taurin adj m s 0.00 0.20 0.00 0.07 -taurine taurin adj f s 0.00 0.20 0.00 0.07 -taurins taurin adj m p 0.00 0.20 0.00 0.07 -taurobole taurobole nom m s 0.00 0.14 0.00 0.14 -tauromachie tauromachie nom f s 0.22 0.34 0.22 0.34 -tauromachique tauromachique adj s 0.00 0.14 0.00 0.14 -tautologie tautologie nom f s 0.01 0.14 0.01 0.14 -taux taux nom m 11.22 2.64 11.22 2.64 -tavel tavel nom m s 0.03 0.14 0.03 0.14 -tavelant taveler ver 0.00 0.74 0.00 0.14 par:pre; -tavelé taveler ver m s 0.00 0.74 0.00 0.14 par:pas; -tavelée taveler ver f s 0.00 0.74 0.00 0.27 par:pas; -tavelées taveler ver f p 0.00 0.74 0.00 0.20 par:pas; -tavelures tavelure nom f p 0.01 0.34 0.01 0.34 -taverne taverne nom f s 3.02 8.51 2.63 6.01 -tavernes taverne nom f p 3.02 8.51 0.39 2.50 -tavernier tavernier nom m s 0.06 0.88 0.06 0.68 -taverniers tavernier nom m p 0.06 0.88 0.00 0.20 -taxa taxer ver 2.19 3.04 0.00 0.14 ind:pas:3s; -taxables taxable adj f p 0.01 0.00 0.01 0.00 -taxaient taxer ver 2.19 3.04 0.00 0.14 ind:imp:3p; -taxait taxer ver 2.19 3.04 0.02 0.14 ind:imp:3s; -taxant taxer ver 2.19 3.04 0.05 0.07 par:pre; -taxation taxation nom f s 0.02 0.07 0.02 0.07 -taxaudier taxaudier nom m s 0.00 0.20 0.00 0.20 -taxe taxe nom f s 4.34 1.82 1.86 1.15 -taxent taxer ver 2.19 3.04 0.16 0.20 ind:pre:3p; -taxer taxer ver 2.19 3.04 0.83 1.15 inf; -taxerait taxer ver 2.19 3.04 0.01 0.14 cnd:pre:3s; -taxes taxe nom f p 4.34 1.82 2.49 0.68 -taxez taxer ver 2.19 3.04 0.01 0.00 ind:pre:2p; -taxi_auto taxi_auto nom m s 0.00 0.07 0.00 0.07 -taxi_brousse taxi_brousse nom m s 0.14 0.14 0.14 0.14 -taxi_girl taxi_girl nom f s 0.00 0.27 0.00 0.07 -taxi_girl taxi_girl nom f p 0.00 0.27 0.00 0.20 -taxi taxi nom m s 63.77 46.82 59.42 41.22 -taxidermie taxidermie nom f s 0.07 0.07 0.07 0.07 -taxidermiste taxidermiste nom s 0.17 0.14 0.16 0.14 -taxidermistes taxidermiste nom p 0.17 0.14 0.01 0.00 -taximan taximan nom m s 0.34 0.27 0.23 0.14 -taximen taximan nom m p 0.34 0.27 0.10 0.14 -taximètre taximètre nom m s 0.01 0.00 0.01 0.00 -taxinomie taxinomie nom f s 0.10 0.14 0.10 0.14 -taxinomique taxinomique adj m s 0.00 0.07 0.00 0.07 -taxinomiste taxinomiste nom s 0.01 0.00 0.01 0.00 -taxiphone taxiphone nom m s 0.02 0.07 0.01 0.07 -taxiphones taxiphone nom m p 0.02 0.07 0.01 0.00 -taxis taxi nom m p 63.77 46.82 4.35 5.61 -taxonomie taxonomie nom f s 0.01 0.00 0.01 0.00 -taxonomique taxonomique adj m s 0.01 0.00 0.01 0.00 -taxé taxer ver m s 2.19 3.04 0.45 0.61 par:pas; -taxée taxer ver f s 2.19 3.04 0.10 0.14 par:pas; -taxés taxé adj m p 0.07 0.14 0.05 0.00 -taylorisme taylorisme nom m s 0.00 0.07 0.00 0.07 -taylorisé tayloriser ver m s 0.00 0.07 0.00 0.07 par:pas; -tchadiens tchadien nom m p 0.00 0.07 0.00 0.07 -tchador tchador nom m s 0.23 0.07 0.23 0.07 -tchao tchao ono 2.25 2.03 2.25 2.03 -tchatchant tchatcher ver 0.68 0.14 0.00 0.07 par:pre; -tchatche tchatche nom f s 0.79 0.27 0.79 0.27 -tchatchent tchatcher ver 0.68 0.14 0.14 0.07 ind:pre:3p; -tchatcher tchatcher ver 0.68 0.14 0.47 0.00 inf; -tchatches tchatcher ver 0.68 0.14 0.01 0.00 ind:pre:2s; -tchatché tchatcher ver m s 0.68 0.14 0.04 0.00 par:pas; -tcherkesse tcherkesse nom m s 0.00 0.07 0.00 0.07 -tchernoziom tchernoziom nom m s 0.00 0.14 0.00 0.14 -tchetnik tchetnik nom m s 0.83 0.00 0.81 0.00 -tchetniks tchetnik nom m p 0.83 0.00 0.02 0.00 -tchin_tchin tchin_tchin ono 0.11 0.14 0.11 0.14 -tchin_tchin tchin_tchin ono 0.01 0.47 0.01 0.47 -tchèque tchèque adj s 2.00 1.55 1.83 0.68 -tchèques tchèque nom p 0.81 1.42 0.33 0.68 -tchécoslovaque tchécoslovaque adj s 0.37 1.82 0.35 1.35 -tchécoslovaques tchécoslovaque nom p 0.16 0.20 0.09 0.20 -tchékhoviennes tchékhovien adj f p 0.10 0.00 0.10 0.00 -tchékiste tchékiste nom s 0.00 0.14 0.00 0.14 -tchétchène tchétchène nom s 1.08 0.00 0.63 0.00 -tchétchènes tchétchène nom p 1.08 0.00 0.45 0.00 -te_deum te_deum nom m 0.00 0.14 0.00 0.14 -te te pro_per s 4006.10 774.32 4006.10 774.32 -tea_room tea_room nom m s 0.00 0.20 0.00 0.20 -team team nom m s 13.84 0.27 13.68 0.20 -teams team nom m p 13.84 0.27 0.16 0.07 -teaser teaser nom m s 0.04 0.00 0.04 0.00 -tec tec nom m 0.01 0.00 0.01 0.00 -technicien technicien nom m s 5.03 4.32 1.99 1.01 -technicienne technicien adj f s 1.73 0.74 0.34 0.07 -techniciens technicien nom m p 5.03 4.32 3.01 3.24 -technicité technicité nom f s 0.14 0.07 0.14 0.07 -technico_commerciaux technico_commerciaux nom m p 0.00 0.07 0.00 0.07 -technicolor technicolor nom m s 0.41 0.88 0.41 0.88 -technique technique adj s 14.90 13.04 11.72 8.31 -techniquement techniquement adv 6.42 0.61 6.42 0.61 -techniques technique nom p 11.39 14.05 3.30 3.65 -techno techno adj s 0.52 0.00 0.52 0.00 -technocrate technocrate nom s 0.32 0.47 0.31 0.20 -technocrates technocrate nom p 0.32 0.47 0.01 0.27 -technocratique technocratique adj s 0.00 0.07 0.00 0.07 -technocratisme technocratisme nom m s 0.00 0.07 0.00 0.07 -technologie technologie nom f s 17.57 0.54 14.78 0.54 -technologies technologie nom f p 17.57 0.54 2.79 0.00 -technologique technologique adj s 1.62 0.27 1.27 0.27 -technologiquement technologiquement adv 0.15 0.00 0.15 0.00 -technologiques technologique adj p 1.62 0.27 0.35 0.00 -technétium technétium nom m s 0.01 0.00 0.01 0.00 -teck teck nom m s 0.11 0.34 0.11 0.34 -teckel teckel nom m s 0.23 1.01 0.21 0.81 -teckels teckel nom m p 0.23 1.01 0.02 0.20 -tectonique tectonique adj s 0.10 0.07 0.03 0.00 -tectoniques tectonique adj f p 0.10 0.07 0.08 0.07 -tee_shirt tee_shirt nom m s 3.19 5.27 2.94 3.99 -tee_shirt tee_shirt nom m p 3.19 5.27 0.25 1.28 -tee tee nom m s 0.93 0.34 0.90 0.34 -teen_ager teen_ager nom p 0.00 0.20 0.00 0.20 -teenager teenager nom s 0.06 0.27 0.02 0.14 -teenagers teenager nom p 0.06 0.27 0.03 0.14 -tees tee nom m p 0.93 0.34 0.03 0.00 -tefillin tefillin nom m s 0.02 0.14 0.02 0.14 -teignais teindre ver 3.71 4.32 0.14 0.00 ind:imp:1s; -teignait teindre ver 3.71 4.32 0.02 0.74 ind:imp:3s; -teignant teindre ver 3.71 4.32 0.00 0.07 par:pre; -teigne teigne nom f s 1.22 1.15 1.18 0.95 -teignent teindre ver 3.71 4.32 0.22 0.07 ind:pre:3p; -teignes teigne nom f p 1.22 1.15 0.04 0.20 -teigneuse teigneux adj f s 0.66 2.84 0.04 0.68 -teigneuses teigneux adj f p 0.66 2.84 0.00 0.14 -teigneux teigneux adj m 0.66 2.84 0.62 2.03 -teignit teindre ver 3.71 4.32 0.00 0.14 ind:pas:3s; -teille teiller ver 0.00 0.07 0.00 0.07 ind:pre:3s; -teindra teindre ver 3.71 4.32 0.02 0.00 ind:fut:3s; -teindrai teindre ver 3.71 4.32 0.12 0.00 ind:fut:1s; -teindrait teindre ver 3.71 4.32 0.01 0.07 cnd:pre:3s; -teindre teindre ver 3.71 4.32 1.28 1.22 inf; -teins teindre ver 3.71 4.32 0.74 0.14 imp:pre:2s;ind:pre:1s;ind:pre:2s; -teint teint nom m s 4.87 24.26 4.84 23.58 -teinta teinter ver 1.32 10.14 0.00 0.27 ind:pas:3s; -teintaient teinter ver 1.32 10.14 0.00 0.27 ind:imp:3p; -teintait teinter ver 1.32 10.14 0.00 0.95 ind:imp:3s; -teintant teinter ver 1.32 10.14 0.28 0.47 par:pre; -teinte teinte nom f s 0.77 12.91 0.60 7.43 -teintent teinter ver 1.32 10.14 0.03 0.14 ind:pre:3p; -teinter teinter ver 1.32 10.14 0.01 0.27 inf; -teinteraient teinter ver 1.32 10.14 0.00 0.07 cnd:pre:3p; -teintes teinte nom f p 0.77 12.91 0.17 5.47 -teints teint adj m p 0.99 3.85 0.25 1.62 -teinté teinter ver m s 1.32 10.14 0.35 2.43 par:pas; -teintée teinter ver f s 1.32 10.14 0.26 2.77 par:pas; -teintées teinter ver f p 1.32 10.14 0.37 1.15 par:pas; -teinture teinture nom f s 2.49 3.38 2.18 3.04 -teinturerie teinturerie nom f s 0.46 0.61 0.43 0.47 -teintureries teinturerie nom f p 0.46 0.61 0.03 0.14 -teintures teinture nom f p 2.49 3.38 0.31 0.34 -teinturier teinturier nom m s 1.06 1.55 0.99 1.08 -teinturiers teinturier nom m p 1.06 1.55 0.06 0.20 -teinturière teinturier nom f s 1.06 1.55 0.01 0.27 -teintés teinter ver m p 1.32 10.14 0.01 1.01 par:pas; -tek tek nom m s 0.12 0.00 0.12 0.00 -tel tel adj_ind m s 66.90 115.74 66.90 115.74 -tell tell nom m s 2.92 0.07 2.92 0.07 -telle telle adj_ind f s 48.77 118.58 48.77 118.58 -tellement tellement adv 183.70 168.51 183.70 168.51 -telles telles adj_ind f p 15.12 27.16 15.12 27.16 -tellure tellure nom m s 0.14 0.00 0.14 0.00 -tellurique tellurique adj s 0.00 1.62 0.00 1.42 -telluriques tellurique adj m p 0.00 1.62 0.00 0.20 -tels tels adj_ind m p 13.65 30.14 13.65 30.14 -telson telson nom m s 0.07 0.00 0.07 0.00 -tem tem nom m s 0.03 0.07 0.03 0.07 -tempe tempe nom f s 3.38 29.46 2.23 9.66 -tempera tempera nom f s 0.10 0.00 0.10 0.00 -tempes tempe nom f p 3.38 29.46 1.15 19.80 -tempi tempo nom m p 1.44 1.35 0.00 0.14 -temple temple nom m s 15.69 20.20 14.36 13.72 -temples temple nom m p 15.69 20.20 1.33 6.49 -templier templier nom m s 0.35 5.74 0.12 3.65 -templiers templier nom m p 0.35 5.74 0.23 2.09 -templière templier adj f s 0.23 0.14 0.23 0.14 -tempo tempo nom m s 1.44 1.35 1.38 1.22 -temporaire temporaire adj s 7.51 3.38 6.54 2.57 -temporairement temporairement adv 2.64 0.95 2.64 0.95 -temporaires temporaire adj p 7.51 3.38 0.96 0.81 -temporal temporal adj m s 0.76 0.34 0.65 0.00 -temporale temporal adj f s 0.76 0.34 0.02 0.14 -temporales temporal adj f p 0.76 0.34 0.01 0.14 -temporalité temporalité nom f s 0.00 0.34 0.00 0.27 -temporalités temporalité nom f p 0.00 0.34 0.00 0.07 -temporaux temporal adj m p 0.76 0.34 0.07 0.07 -temporel temporel adj m s 4.59 1.82 1.36 1.08 -temporelle temporel adj f s 4.59 1.82 2.61 0.54 -temporellement temporellement adv 0.00 0.14 0.00 0.14 -temporelles temporel adj f p 4.59 1.82 0.37 0.07 -temporels temporel adj m p 4.59 1.82 0.26 0.14 -temporisaient temporiser ver 0.49 0.74 0.00 0.07 ind:imp:3p; -temporisait temporiser ver 0.49 0.74 0.01 0.07 ind:imp:3s; -temporisateur temporisateur adj m s 0.00 0.07 0.00 0.07 -temporisation temporisation nom f s 0.02 0.20 0.02 0.20 -temporise temporiser ver 0.49 0.74 0.01 0.07 ind:pre:1s;ind:pre:3s; -temporisent temporiser ver 0.49 0.74 0.01 0.00 ind:pre:3p; -temporiser temporiser ver 0.49 0.74 0.41 0.34 inf; -temporiserai temporiser ver 0.49 0.74 0.01 0.00 ind:fut:1s; -temporisez temporiser ver 0.49 0.74 0.01 0.00 imp:pre:2p; -temporisons temporiser ver 0.49 0.74 0.00 0.07 imp:pre:1p; -temporisé temporiser ver m s 0.49 0.74 0.02 0.07 par:pas; -temporisée temporiser ver f s 0.49 0.74 0.01 0.07 par:pas; -tempos tempo nom m p 1.44 1.35 0.06 0.00 -temps temps nom m s 1031.05 1289.39 1031.05 1289.39 -tempère tempérer ver 0.25 3.85 0.03 0.34 imp:pre:2s;ind:pre:3s; -tempéra tempérer ver 0.25 3.85 0.00 0.34 ind:pas:3s; -tempura tempura nom f s 0.06 0.00 0.05 0.00 -tempéraient tempérer ver 0.25 3.85 0.00 0.14 ind:imp:3p; -tempérait tempérer ver 0.25 3.85 0.00 0.88 ind:imp:3s; -tempérament tempérament nom m s 4.74 9.93 4.69 9.05 -tempéraments tempérament nom m p 4.74 9.93 0.05 0.88 -tempérance tempérance nom f s 0.32 0.07 0.32 0.07 -tempuras tempura nom f p 0.06 0.00 0.01 0.00 -température température nom f s 15.68 10.95 14.42 10.41 -températures température nom f p 15.68 10.95 1.26 0.54 -tempérer tempérer ver 0.25 3.85 0.12 0.68 inf; -tempéreraient tempérer ver 0.25 3.85 0.00 0.07 cnd:pre:3p; -tempérerait tempérer ver 0.25 3.85 0.01 0.07 cnd:pre:3s; -tempéré tempéré adj m s 0.34 1.22 0.22 0.54 -tempérée tempéré adj f s 0.34 1.22 0.11 0.20 -tempérées tempéré adj f p 0.34 1.22 0.01 0.27 -tempérés tempérer ver m p 0.25 3.85 0.00 0.20 par:pas; -tempêta tempêter ver 0.57 3.51 0.00 0.34 ind:pas:3s; -tempêtaient tempêter ver 0.57 3.51 0.01 0.07 ind:imp:3p; -tempêtais tempêter ver 0.57 3.51 0.00 0.14 ind:imp:1s; -tempêtait tempêter ver 0.57 3.51 0.00 0.74 ind:imp:3s; -tempêtant tempêter ver 0.57 3.51 0.00 0.47 par:pre; -tempête tempête nom f s 19.73 31.28 15.72 24.26 -tempêtent tempêter ver 0.57 3.51 0.01 0.07 ind:pre:3p; -tempêter tempêter ver 0.57 3.51 0.11 0.61 inf; -tempêtes tempête nom f p 19.73 31.28 4.01 7.03 -tempêté tempêter ver m s 0.57 3.51 0.01 0.14 par:pas; -tempétueux tempétueux adj m s 0.02 0.14 0.02 0.14 -tenable tenable adj f s 0.03 0.68 0.03 0.68 -tenace tenace adj s 1.96 12.43 1.62 10.20 -tenacement tenacement adv 0.00 0.20 0.00 0.20 -tenaces tenace adj p 1.96 12.43 0.34 2.23 -tenaient tenir ver 504.69 741.22 3.56 35.68 ind:imp:3p; -tenaillaient tenailler ver 0.48 3.92 0.00 0.27 ind:imp:3p; -tenaillait tenailler ver 0.48 3.92 0.02 1.42 ind:imp:3s; -tenaillant tenailler ver 0.48 3.92 0.00 0.27 par:pre; -tenaille tenaille nom f s 1.83 2.43 0.48 1.22 -tenaillent tenailler ver 0.48 3.92 0.00 0.07 ind:pre:3p; -tenailler tenailler ver 0.48 3.92 0.10 0.14 inf; -tenailles tenaille nom f p 1.83 2.43 1.34 1.22 -tenaillé tenailler ver m s 0.48 3.92 0.01 0.88 par:pas; -tenaillée tenailler ver f s 0.48 3.92 0.02 0.14 par:pas; -tenais tenir ver 504.69 741.22 11.03 24.80 ind:imp:1s;ind:imp:2s; -tenait tenir ver 504.69 741.22 20.65 179.12 ind:imp:3s; -tenancier tenancier nom m s 0.48 2.43 0.18 0.95 -tenanciers tenancier nom m p 0.48 2.43 0.03 0.34 -tenancière tenancier nom f s 0.48 2.43 0.28 1.08 -tenancières tenancier nom f p 0.48 2.43 0.00 0.07 -tenant tenir ver 504.69 741.22 3.68 46.62 par:pre; -tenante tenant adj f s 0.88 4.73 0.47 1.69 -tenants tenant nom m p 0.69 4.46 0.39 2.16 -tend tendre ver 26.65 218.38 3.72 31.22 ind:pre:3s; -tendît tendre ver 26.65 218.38 0.00 0.27 sub:imp:3s; -tendaient tendre ver 26.65 218.38 0.10 6.15 ind:imp:3p; -tendais tendre ver 26.65 218.38 0.19 2.03 ind:imp:1s;ind:imp:2s; -tendait tendre ver 26.65 218.38 1.17 24.12 ind:imp:3s; -tendance tendance nom f s 12.98 20.88 10.95 14.26 -tendances tendance nom f p 12.98 20.88 2.03 6.62 -tendancieuse tendancieux adj f s 0.34 0.95 0.05 0.20 -tendancieusement tendancieusement adv 0.00 0.14 0.00 0.14 -tendancieuses tendancieux adj f p 0.34 0.95 0.01 0.47 -tendancieux tendancieux adj m p 0.34 0.95 0.28 0.27 -tendant tendre ver 26.65 218.38 0.93 16.01 par:pre; -tende tendre ver 26.65 218.38 0.42 0.54 sub:pre:1s;sub:pre:3s; -tendelet tendelet nom m s 0.00 0.20 0.00 0.20 -tendent tendre ver 26.65 218.38 0.54 5.20 ind:pre:3p; -tender tender nom m s 0.36 0.95 0.36 0.88 -tenders tender nom m p 0.36 0.95 0.00 0.07 -tendeur tendeur nom m s 0.23 0.74 0.19 0.41 -tendeurs tendeur nom m p 0.23 0.74 0.04 0.34 -tendez tendre ver 26.65 218.38 2.00 0.54 imp:pre:2p;ind:pre:2p; -tendiez tendre ver 26.65 218.38 0.03 0.00 ind:imp:2p; -tendineuses tendineux adj f p 0.00 0.07 0.00 0.07 -tendinite tendinite nom f s 0.24 0.00 0.24 0.00 -tendions tendre ver 26.65 218.38 0.00 0.20 ind:imp:1p; -tendirent tendre ver 26.65 218.38 0.00 1.49 ind:pas:3p; -tendis tendre ver 26.65 218.38 0.12 2.70 ind:pas:1s; -tendissent tendre ver 26.65 218.38 0.00 0.07 sub:imp:3p; -tendit tendre ver 26.65 218.38 0.05 51.22 ind:pas:3s; -tendon tendon nom m s 1.38 3.99 0.90 0.61 -tendons tendon nom m p 1.38 3.99 0.48 3.38 -tendra tendre ver 26.65 218.38 0.06 0.68 ind:fut:3s; -tendrai tendre ver 26.65 218.38 0.42 0.07 ind:fut:1s; -tendraient tendre ver 26.65 218.38 0.01 0.07 cnd:pre:3p; -tendrais tendre ver 26.65 218.38 0.08 0.14 cnd:pre:1s;cnd:pre:2s; -tendrait tendre ver 26.65 218.38 0.22 0.74 cnd:pre:3s; -tendre tendre adj s 21.66 61.15 18.34 45.54 -tendrement tendrement adv 3.42 12.84 3.42 12.84 -tendres tendre adj p 21.66 61.15 3.33 15.61 -tendresse tendresse nom f s 15.87 61.69 15.66 59.39 -tendresses tendresse nom f p 15.87 61.69 0.20 2.30 -tendreté tendreté nom f s 0.01 0.14 0.01 0.14 -tendron tendron nom m s 0.35 0.61 0.05 0.34 -tendrons tendron nom m p 0.35 0.61 0.30 0.27 -tendront tendre ver 26.65 218.38 0.00 0.07 ind:fut:3p; -tends tendre ver 26.65 218.38 3.46 6.15 imp:pre:2s;ind:pre:1s;ind:pre:2s; -tendu tendre ver m s 26.65 218.38 6.24 25.68 par:pas; -tendue tendu adj f s 9.71 37.57 3.10 13.51 -tendues tendu adj f p 9.71 37.57 0.85 3.45 -tendus tendu adj m p 9.71 37.57 1.26 7.23 -teneur teneur nom s 0.90 1.35 0.90 1.35 -tenez tenir ver 504.69 741.22 99.49 30.61 imp:pre:2p;ind:pre:2p; -teniez tenir ver 504.69 741.22 2.34 0.95 ind:imp:2p; -tenions tenir ver 504.69 741.22 0.57 4.80 ind:imp:1p;sub:pre:1p; -tenir tenir ver 504.69 741.22 82.83 126.82 inf; -tennis_ballon tennis_ballon nom m 0.00 0.07 0.00 0.07 -tennis_club tennis_club nom m 0.00 0.34 0.00 0.34 -tennis tennis nom m 11.37 13.24 11.37 13.24 -tennisman tennisman nom m s 0.07 0.61 0.06 0.34 -tennismen tennisman nom m p 0.07 0.61 0.01 0.27 -tenon tenon nom m s 0.23 0.34 0.16 0.14 -tenons tenir ver 504.69 741.22 5.94 3.92 imp:pre:1p;ind:pre:1p; -tenseur tenseur nom m s 0.02 0.00 0.02 0.00 -tensiomètre tensiomètre nom m s 0.02 0.00 0.02 0.00 -tension tension nom f s 21.28 15.61 20.05 14.93 -tensions tension nom f p 21.28 15.61 1.23 0.68 -tenta tenter ver 79.74 126.96 1.00 14.19 ind:pas:3s; -tentaculaire tentaculaire adj s 0.01 0.61 0.01 0.47 -tentaculaires tentaculaire adj p 0.01 0.61 0.00 0.14 -tentacule tentacule nom m s 1.11 2.50 0.27 0.20 -tentacules tentacule nom m p 1.11 2.50 0.84 2.30 -tentai tenter ver 79.74 126.96 0.02 3.38 ind:pas:1s; -tentaient tenter ver 79.74 126.96 0.68 4.73 ind:imp:3p; -tentais tenter ver 79.74 126.96 0.42 2.16 ind:imp:1s;ind:imp:2s; -tentait tenter ver 79.74 126.96 1.98 15.41 ind:imp:3s; -tentant tentant adj m s 2.70 3.18 2.10 2.23 -tentante tentant adj f s 2.70 3.18 0.51 0.47 -tentantes tentant adj f p 2.70 3.18 0.01 0.27 -tentants tentant adj m p 2.70 3.18 0.09 0.20 -tentateur tentateur adj m s 0.48 1.01 0.34 0.54 -tentateurs tentateur adj m p 0.48 1.01 0.10 0.07 -tentation tentation nom f s 7.56 20.61 5.82 16.01 -tentations tentation nom f p 7.56 20.61 1.74 4.59 -tentative tentative nom f s 19.04 19.53 16.24 14.12 -tentatives tentative nom f p 19.04 19.53 2.81 5.41 -tentatrice tentateur nom f s 0.18 0.41 0.17 0.07 -tentatrices tentatrice nom f p 0.01 0.00 0.01 0.00 -tente tenter ver 79.74 126.96 16.94 13.04 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -tentent tenter ver 79.74 126.96 2.28 1.76 ind:pre:3p; -tenter tenter ver 79.74 126.96 20.40 32.43 inf; -tentera tenter ver 79.74 126.96 1.30 0.34 ind:fut:3s; -tenterai tenter ver 79.74 126.96 0.56 0.14 ind:fut:1s; -tenteraient tenter ver 79.74 126.96 0.10 0.54 cnd:pre:3p; -tenterais tenter ver 79.74 126.96 0.20 0.34 cnd:pre:1s;cnd:pre:2s; -tenterait tenter ver 79.74 126.96 0.33 1.42 cnd:pre:3s; -tenteras tenter ver 79.74 126.96 0.19 0.14 ind:fut:2s; -tenterez tenter ver 79.74 126.96 0.17 0.00 ind:fut:2p; -tenteriez tenter ver 79.74 126.96 0.01 0.00 cnd:pre:2p; -tenterons tenter ver 79.74 126.96 0.74 0.00 ind:fut:1p; -tenteront tenter ver 79.74 126.96 0.48 0.20 ind:fut:3p; -tentes tente nom f p 16.65 26.22 2.25 7.09 -tentez tenter ver 79.74 126.96 3.31 0.54 imp:pre:2p;ind:pre:2p; -tentiaire tentiaire nom f s 0.00 0.41 0.00 0.41 -tentiez tenter ver 79.74 126.96 0.45 0.14 ind:imp:2p; -tentions tenter ver 79.74 126.96 0.12 0.68 ind:imp:1p; -tentâmes tenter ver 79.74 126.96 0.00 0.14 ind:pas:1p; -tentons tenter ver 79.74 126.96 2.03 0.20 imp:pre:1p;ind:pre:1p; -tentât tenter ver 79.74 126.96 0.00 0.61 sub:imp:3s; -tentèrent tenter ver 79.74 126.96 0.22 1.96 ind:pas:3p; -tenté tenter ver m s 79.74 126.96 21.70 25.34 par:pas; -tentée tenter ver f s 79.74 126.96 1.29 2.50 par:pas; -tentées tenter ver f p 79.74 126.96 0.24 0.34 par:pas; -tenture tenture nom f s 0.66 8.18 0.20 3.24 -tentures tenture nom f p 0.66 8.18 0.45 4.93 -tentés tenter ver m p 79.74 126.96 0.30 1.49 par:pas; -tenu tenir ver m s 504.69 741.22 27.10 54.12 par:pas; -tenue tenue nom f s 21.96 31.89 19.64 27.97 -tenues tenue nom f p 21.96 31.89 2.32 3.92 -tenure tenure nom f s 0.01 0.00 0.01 0.00 -tenus tenir ver m p 504.69 741.22 1.39 6.89 par:pas; -tepidarium tepidarium nom m s 0.01 0.00 0.01 0.00 -tequila tequila nom f s 3.81 0.20 3.52 0.20 -tequilas tequila nom f p 3.81 0.20 0.29 0.00 -ter ter adv 0.72 9.46 0.72 9.46 -terce tercer ver 0.10 0.07 0.00 0.07 ind:pre:3s; -tercer tercer ver 0.10 0.07 0.10 0.00 inf; -tercets tercet nom m p 0.00 0.07 0.00 0.07 -tercio tercio nom m s 0.01 0.14 0.01 0.14 -tergal tergal nom m s 0.16 0.41 0.16 0.41 -tergiversaient tergiverser ver 0.81 1.35 0.00 0.07 ind:imp:3p; -tergiversais tergiverser ver 0.81 1.35 0.00 0.07 ind:imp:1s; -tergiversant tergiverser ver 0.81 1.35 0.00 0.07 par:pre; -tergiversation tergiversation nom f s 0.09 1.28 0.03 0.00 -tergiversations tergiversation nom f p 0.09 1.28 0.06 1.28 -tergiverse tergiverser ver 0.81 1.35 0.23 0.20 imp:pre:2s;ind:pre:3s; -tergiverser tergiverser ver 0.81 1.35 0.40 0.81 inf; -tergiverses tergiverser ver 0.81 1.35 0.03 0.00 ind:pre:2s; -tergiversez tergiverser ver 0.81 1.35 0.04 0.00 imp:pre:2p;ind:pre:2p; -tergiversons tergiverser ver 0.81 1.35 0.03 0.07 imp:pre:1p;ind:pre:1p; -tergiversé tergiverser ver m s 0.81 1.35 0.09 0.07 par:pas; -terme terme nom m s 37.67 59.73 25.72 34.86 -termes terme nom m p 37.67 59.73 11.96 24.86 -termina terminer ver 142.38 100.00 0.28 5.20 ind:pas:3s; -terminai terminer ver 142.38 100.00 0.05 0.68 ind:pas:1s; -terminaient terminer ver 142.38 100.00 0.05 2.09 ind:imp:3p; -terminais terminer ver 142.38 100.00 0.56 0.27 ind:imp:1s; -terminaison terminaison nom f s 0.36 0.41 0.17 0.00 -terminaisons terminaison nom f p 0.36 0.41 0.20 0.41 -terminait terminer ver 142.38 100.00 0.41 7.91 ind:imp:3s; -terminal terminal nom m s 5.61 0.88 2.08 0.14 -terminale terminal nom f s 5.61 0.88 2.94 0.61 -terminales terminal nom f p 5.61 0.88 0.36 0.14 -terminant terminer ver 142.38 100.00 0.14 2.43 par:pre; -terminateur terminateur nom m s 0.02 0.00 0.02 0.00 -terminatrice terminateur adj f s 0.01 0.00 0.01 0.00 -terminaux terminal nom m p 5.61 0.88 0.23 0.00 -termine terminer ver 142.38 100.00 14.90 9.86 imp:pre:2s;ind:pre:1s;ind:pre:3s; -terminent terminer ver 142.38 100.00 1.14 1.49 ind:pre:3p; -terminer terminer ver 142.38 100.00 18.04 13.18 inf; -terminera terminer ver 142.38 100.00 1.35 0.34 ind:fut:3s; -terminerai terminer ver 142.38 100.00 0.88 0.34 ind:fut:1s; -termineraient terminer ver 142.38 100.00 0.03 0.20 cnd:pre:3p; -terminerait terminer ver 142.38 100.00 0.41 1.28 cnd:pre:3s; -termineras terminer ver 142.38 100.00 0.08 0.07 ind:fut:2s; -terminerez terminer ver 142.38 100.00 0.15 0.14 ind:fut:2p; -terminerons terminer ver 142.38 100.00 0.24 0.00 ind:fut:1p; -termineront terminer ver 142.38 100.00 0.04 0.14 ind:fut:3p; -termines terminer ver 142.38 100.00 0.82 0.07 ind:pre:2s; -terminez terminer ver 142.38 100.00 0.85 0.00 imp:pre:2p;ind:pre:2p; -terminiez terminer ver 142.38 100.00 0.03 0.00 ind:imp:2p; -terminions terminer ver 142.38 100.00 0.02 0.20 ind:imp:1p; -terminologie terminologie nom f s 0.46 0.27 0.46 0.27 -terminologique terminologique adj s 0.00 0.07 0.00 0.07 -terminons terminer ver 142.38 100.00 0.57 0.14 imp:pre:1p;ind:pre:1p; -terminât terminer ver 142.38 100.00 0.00 0.34 sub:imp:3s; -terminèrent terminer ver 142.38 100.00 0.01 0.47 ind:pas:3p; -terminé terminer ver m s 142.38 100.00 78.47 34.93 par:pas; -terminée terminer ver f s 142.38 100.00 18.61 12.70 par:pas; -terminées terminer ver f p 142.38 100.00 2.34 2.91 par:pas; -terminés terminer ver m p 142.38 100.00 1.92 2.64 par:pas; -terminus terminus nom m 3.30 5.00 3.30 5.00 -termite termite nom m s 2.23 1.96 0.35 0.00 -termites termite nom m p 2.23 1.96 1.88 1.96 -termitière termitière nom f s 0.00 0.81 0.00 0.61 -termitières termitière nom f p 0.00 0.81 0.00 0.20 -ternaire ternaire adj s 0.00 0.14 0.00 0.14 -terne terne adj s 2.00 16.15 1.36 9.73 -ternes terne adj p 2.00 16.15 0.64 6.42 -terni ternir ver m s 1.32 6.28 0.35 1.01 par:pas; -ternie ternir ver f s 1.32 6.28 0.20 0.34 par:pas; -ternies ternir ver f p 1.32 6.28 0.01 0.34 par:pas; -ternir ternir ver 1.32 6.28 0.35 1.49 inf; -ternirai ternir ver 1.32 6.28 0.01 0.00 ind:fut:1s; -ternirait ternir ver 1.32 6.28 0.06 0.07 cnd:pre:3s; -ternis ternir ver m p 1.32 6.28 0.04 0.34 ind:pre:2s;par:pas; -ternissaient ternir ver 1.32 6.28 0.00 0.14 ind:imp:3p; -ternissait ternir ver 1.32 6.28 0.00 1.22 ind:imp:3s; -ternissant ternir ver 1.32 6.28 0.00 0.07 par:pre; -ternisse ternir ver 1.32 6.28 0.15 0.14 sub:pre:3s; -ternissent ternir ver 1.32 6.28 0.05 0.14 ind:pre:3p; -ternit ternir ver 1.32 6.28 0.10 1.01 ind:pre:3s;ind:pas:3s; -terra_incognita terra_incognita nom f s 0.02 0.34 0.02 0.34 -terra terrer ver 2.62 7.70 0.90 0.41 ind:pas:3s;;ind:pas:3s; -terrage terrage nom m s 0.00 0.54 0.00 0.54 -terrai terrer ver 2.62 7.70 0.00 0.07 ind:pas:1s; -terraient terrer ver 2.62 7.70 0.03 0.20 ind:imp:3p; -terrain terrain nom m s 52.58 74.73 49.12 64.86 -terrains terrain nom m p 52.58 74.73 3.46 9.86 -terrait terrer ver 2.62 7.70 0.05 0.54 ind:imp:3s; -terramycine terramycine nom f s 0.14 0.00 0.14 0.00 -terrant terrer ver 2.62 7.70 0.00 0.20 par:pre; -terraplane terraplane nom m s 0.02 0.00 0.02 0.00 -terrarium terrarium nom m s 0.06 0.00 0.06 0.00 -terrassa terrasser ver 2.48 5.00 0.23 0.34 ind:pas:3s; -terrassai terrasser ver 2.48 5.00 0.00 0.14 ind:pas:1s; -terrassaient terrasser ver 2.48 5.00 0.00 0.14 ind:imp:3p; -terrassait terrasser ver 2.48 5.00 0.00 0.27 ind:imp:3s; -terrassant terrasser ver 2.48 5.00 0.00 0.27 par:pre; -terrasse terrasse nom f s 10.57 74.05 9.66 61.15 -terrassement terrassement nom m s 0.02 0.95 0.01 0.68 -terrassements terrassement nom m p 0.02 0.95 0.01 0.27 -terrasser terrasser ver 2.48 5.00 0.37 0.34 inf; -terrasserait terrasser ver 2.48 5.00 0.00 0.20 cnd:pre:3s; -terrasses terrasse nom f p 10.57 74.05 0.92 12.91 -terrassier terrassier nom m s 0.36 2.97 0.15 1.15 -terrassiers terrassier nom m p 0.36 2.97 0.22 1.82 -terrasson terrasson nom m s 0.00 0.14 0.00 0.14 -terrassât terrasser ver 2.48 5.00 0.00 0.07 sub:imp:3s; -terrassèrent terrasser ver 2.48 5.00 0.00 0.07 ind:pas:3p; -terrassé terrasser ver m s 2.48 5.00 1.29 1.76 par:pas; -terrassée terrasser ver f s 2.48 5.00 0.18 0.81 par:pas; -terrassées terrasser ver f p 2.48 5.00 0.02 0.00 par:pas; -terrassés terrasser ver m p 2.48 5.00 0.07 0.14 par:pas; -terre_neuvas terre_neuvas nom m 0.00 0.34 0.00 0.34 -terre_neuve terre_neuve nom m 0.03 0.27 0.03 0.27 -terre_neuvien terre_neuvien adj m s 0.01 0.00 0.01 0.00 -terre_neuvien terre_neuvien nom m s 0.01 0.00 0.01 0.00 -terre_à_terre terre_à_terre adj f s 0.00 0.20 0.00 0.20 -terre_plein terre_plein nom m s 0.20 5.81 0.20 5.74 -terre_plein terre_plein nom m p 0.20 5.81 0.00 0.07 -terre terre nom f s 294.45 452.91 276.29 420.88 -terreau terreau nom m s 0.19 3.78 0.18 3.72 -terreaux terreau nom m p 0.19 3.78 0.01 0.07 -terrent terrer ver 2.62 7.70 0.26 0.34 ind:pre:3p; -terrer terrer ver 2.62 7.70 0.46 1.96 inf; -terrerait terrer ver 2.62 7.70 0.02 0.00 cnd:pre:3s; -terreront terrer ver 2.62 7.70 0.01 0.07 ind:fut:3p; -terres terre nom f p 294.45 452.91 18.16 32.03 -terrestre terrestre adj s 6.96 12.57 4.92 7.36 -terrestres terrestre adj p 6.96 12.57 2.04 5.20 -terreur terreur nom f s 15.18 27.09 13.87 23.78 -terreurs terreur nom f p 15.18 27.09 1.30 3.31 -terreuse terreuse adj f s 0.06 0.00 0.06 0.00 -terreuses terreux adj f p 0.47 5.88 0.12 1.01 -terreux terreux adj m 0.47 5.88 0.35 2.50 -terrez terrer ver 2.62 7.70 0.02 0.00 ind:pre:2p; -terri terri nom m s 0.43 0.00 0.43 0.00 -terrible terrible adj s 87.66 88.11 76.56 73.24 -terriblement terriblement adv 11.88 14.53 11.88 14.53 -terribles terrible adj p 87.66 88.11 11.10 14.86 -terrien terrien adj m s 4.20 1.82 1.35 0.88 -terrienne terrien adj f s 4.20 1.82 1.59 0.20 -terriennes terrien adj f p 4.20 1.82 0.63 0.34 -terriens terrien nom m p 3.59 1.01 1.85 0.54 -terrier terrier nom m s 1.15 2.91 0.90 2.23 -terriers terrier nom m p 1.15 2.91 0.25 0.68 -terrifia terrifier ver 8.49 4.86 0.02 0.14 ind:pas:3s; -terrifiaient terrifier ver 8.49 4.86 0.25 0.27 ind:imp:3p; -terrifiait terrifier ver 8.49 4.86 0.39 0.54 ind:imp:3s; -terrifiant terrifiant adj m s 8.33 10.34 5.20 4.39 -terrifiante terrifiant adj f s 8.33 10.34 2.19 3.31 -terrifiantes terrifiant adj f p 8.33 10.34 0.45 1.28 -terrifiants terrifiant adj m p 8.33 10.34 0.48 1.35 -terrifie terrifier ver 8.49 4.86 1.15 0.41 ind:pre:1s;ind:pre:3s; -terrifient terrifier ver 8.49 4.86 0.14 0.27 ind:pre:3p; -terrifier terrifier ver 8.49 4.86 0.19 0.14 inf; -terrifierait terrifier ver 8.49 4.86 0.11 0.00 cnd:pre:3s; -terrifiez terrifier ver 8.49 4.86 0.08 0.00 imp:pre:2p;ind:pre:2p; -terrifions terrifier ver 8.49 4.86 0.01 0.00 ind:pre:1p; -terrifique terrifique adj m s 0.00 0.14 0.00 0.14 -terrifié terrifier ver m s 8.49 4.86 2.61 1.76 par:pas; -terrifiée terrifier ver f s 8.49 4.86 1.88 0.68 par:pas; -terrifiées terrifier ver f p 8.49 4.86 0.07 0.07 par:pas; -terrifiés terrifier ver m p 8.49 4.86 1.07 0.14 par:pas; -terril terril nom m s 0.03 0.68 0.02 0.27 -terrils terril nom m p 0.03 0.68 0.01 0.41 -terrine terrine nom f s 0.21 3.31 0.20 2.23 -terrines terrine nom f p 0.21 3.31 0.01 1.08 -territoire territoire nom m s 19.09 58.24 15.34 36.08 -territoires territoire nom m p 19.09 58.24 3.75 22.16 -territorial territorial adj m s 0.67 3.24 0.08 0.61 -territoriale territorial adj f s 0.67 3.24 0.15 1.22 -territorialement territorialement adv 0.00 0.07 0.00 0.07 -territoriales territorial adj f p 0.67 3.24 0.20 1.08 -territorialité territorialité nom f s 0.05 0.00 0.05 0.00 -territoriaux territorial adj m p 0.67 3.24 0.24 0.34 -terroir terroir nom m s 0.17 1.82 0.17 1.82 -terrons terrer ver 2.62 7.70 0.00 0.07 ind:pre:1p; -terrorisa terroriser ver 7.82 4.59 0.14 0.14 ind:pas:3s; -terrorisaient terroriser ver 7.82 4.59 0.03 0.27 ind:imp:3p; -terrorisait terroriser ver 7.82 4.59 0.30 0.74 ind:imp:3s; -terrorisant terroriser ver 7.82 4.59 0.06 0.34 par:pre; -terrorisante terrorisant adj f s 0.03 0.34 0.00 0.07 -terrorisants terrorisant adj m p 0.03 0.34 0.01 0.07 -terrorise terroriser ver 7.82 4.59 1.35 0.34 imp:pre:2s;ind:pre:1s;ind:pre:3s; -terrorisent terroriser ver 7.82 4.59 0.55 0.20 ind:pre:3p; -terroriser terroriser ver 7.82 4.59 1.56 0.88 inf; -terroriseront terroriser ver 7.82 4.59 0.01 0.00 ind:fut:3p; -terrorises terroriser ver 7.82 4.59 0.16 0.07 ind:pre:2s; -terrorisez terroriser ver 7.82 4.59 0.05 0.00 ind:pre:2p; -terrorisme terrorisme nom m s 5.59 1.22 5.59 1.15 -terrorismes terrorisme nom m p 5.59 1.22 0.00 0.07 -terroriste terroriste nom s 16.62 2.50 5.87 0.74 -terroristes terroriste nom p 16.62 2.50 10.75 1.76 -terrorisé terroriser ver m s 7.82 4.59 1.06 0.81 par:pas; -terrorisée terroriser ver f s 7.82 4.59 1.74 0.47 par:pas; -terrorisées terrorisé adj f p 1.43 2.97 0.14 0.20 -terrorisés terroriser ver m p 7.82 4.59 0.69 0.34 par:pas; -terré terrer ver m s 2.62 7.70 0.42 0.74 par:pas; -terrée terrer ver f s 2.62 7.70 0.04 0.88 par:pas; -terrées terrer ver f p 2.62 7.70 0.00 0.20 par:pas; -terrés terrer ver m p 2.62 7.70 0.12 0.74 par:pas; -tertiaire tertiaire adj s 0.09 0.14 0.06 0.14 -tertiaires tertiaire adj m p 0.09 0.14 0.03 0.00 -tertio tertio adv_sup 1.08 0.81 1.08 0.81 -tertre tertre nom m s 0.17 2.50 0.16 2.23 -tertres tertre nom m p 0.17 2.50 0.01 0.27 -tes tes adj_pos 690.24 145.00 690.24 145.00 -tesla tesla nom m s 0.02 0.00 0.02 0.00 -tessiture tessiture nom f s 0.00 0.41 0.00 0.41 -tesson tesson nom m s 0.76 2.43 0.48 0.27 -tessons tesson nom m p 0.76 2.43 0.28 2.16 -test_match test_match nom m s 0.01 0.00 0.01 0.00 -test test nom m s 55.38 5.61 34.87 2.91 -testa tester ver 20.66 2.43 0.21 0.54 ind:pas:3s; -testais tester ver 20.66 2.43 0.29 0.00 ind:imp:1s;ind:imp:2s; -testait tester ver 20.66 2.43 0.28 0.14 ind:imp:3s; -testament testament nom m s 10.90 8.24 10.70 7.70 -testamentaire testamentaire adj s 0.47 0.27 0.44 0.07 -testamentaires testamentaire adj f p 0.47 0.27 0.04 0.20 -testaments testament nom m p 10.90 8.24 0.20 0.54 -testant tester ver 20.66 2.43 0.23 0.14 par:pre; -teste tester ver 20.66 2.43 2.76 0.34 imp:pre:2s;ind:pre:1s;ind:pre:3s; -testent tester ver 20.66 2.43 0.53 0.00 ind:pre:3p; -tester tester ver 20.66 2.43 8.73 0.81 inf; -testera tester ver 20.66 2.43 0.03 0.00 ind:fut:3s; -testeras tester ver 20.66 2.43 0.01 0.00 ind:fut:2s; -testerons tester ver 20.66 2.43 0.18 0.00 ind:fut:1p; -testeront tester ver 20.66 2.43 0.01 0.00 ind:fut:3p; -testes tester ver 20.66 2.43 0.37 0.07 ind:pre:2s; -testeur testeur nom m s 0.17 0.00 0.16 0.00 -testeuse testeur nom f s 0.17 0.00 0.01 0.00 -testez tester ver 20.66 2.43 1.18 0.00 imp:pre:2p;ind:pre:2p; -testiculaire testiculaire adj s 0.07 0.07 0.07 0.07 -testicule testicule nom m s 2.46 1.89 0.44 0.27 -testicules testicule nom m p 2.46 1.89 2.02 1.62 -testiez tester ver 20.66 2.43 0.11 0.00 ind:imp:2p; -testions tester ver 20.66 2.43 0.03 0.07 ind:imp:1p; -testons tester ver 20.66 2.43 0.39 0.00 imp:pre:1p;ind:pre:1p; -testostérone testostérone nom f s 1.18 0.00 1.15 0.00 -testostérones testostérone nom f p 1.18 0.00 0.03 0.00 -tests test nom m p 55.38 5.61 20.50 2.70 -testèrent tester ver 20.66 2.43 0.00 0.07 ind:pas:3p; -testé tester ver m s 20.66 2.43 3.88 0.14 par:pas; -testu testu nom m s 0.00 0.07 0.00 0.07 -testée tester ver f s 20.66 2.43 0.71 0.07 par:pas; -testées tester ver f p 20.66 2.43 0.23 0.00 par:pas; -testés tester ver m p 20.66 2.43 0.48 0.07 par:pas; -tette tette nom f s 0.14 0.00 0.14 0.00 -teuf_teuf teuf_teuf nom m s 0.04 0.41 0.04 0.41 -teuton teuton nom m s 0.14 0.34 0.13 0.14 -teutonique teutonique adj s 0.11 0.88 0.00 0.34 -teutoniques teutonique adj m p 0.11 0.88 0.11 0.54 -teutonne teuton adj f s 0.25 0.74 0.12 0.54 -teutonnes teuton adj f p 0.25 0.74 0.00 0.14 -teutons teuton nom m p 0.14 0.34 0.01 0.20 -tex tex nom m 1.70 0.14 1.70 0.14 -texan texan nom m s 0.95 0.61 0.47 0.41 -texane texan adj f s 0.79 0.61 0.21 0.07 -texanes texan adj f p 0.79 0.61 0.03 0.20 -texans texan nom m p 0.95 0.61 0.39 0.20 -texte texte nom m s 20.42 43.24 16.22 31.42 -textes texte nom m p 20.42 43.24 4.20 11.82 -textile textile adj s 0.65 0.88 0.62 0.47 -textiles textile nom m p 0.72 1.22 0.15 0.20 -texto texto adv 0.45 0.61 0.45 0.61 -textologie textologie nom f s 0.00 0.07 0.00 0.07 -textuel textuel adj m s 0.03 0.41 0.00 0.27 -textuelle textuel adj f s 0.03 0.41 0.01 0.07 -textuellement textuellement adv 0.03 1.08 0.03 1.08 -textuelles textuel adj f p 0.03 0.41 0.01 0.07 -texture texture nom f s 1.57 1.69 1.33 1.69 -textures texture nom f p 1.57 1.69 0.25 0.00 -ça ça pro_dem s 8933.66 2477.64 8933.66 2477.64 -thaï thaï adj m s 0.97 0.34 0.52 0.20 -thaïe thaï adj f s 0.97 0.34 0.16 0.07 -thaïlandais thaïlandais adj m 0.56 0.41 0.40 0.27 -thaïlandaise thaïlandais adj f s 0.56 0.41 0.13 0.00 -thaïlandaises thaïlandais adj f p 0.56 0.41 0.04 0.14 -thaïs thaï adj m p 0.97 0.34 0.29 0.07 -thalamique thalamique adj f s 0.01 0.00 0.01 0.00 -thalamus thalamus nom m 0.13 0.00 0.13 0.00 -thalasso thalasso nom f s 0.45 0.00 0.45 0.00 -thalassothérapeutes thalassothérapeute nom p 0.00 0.07 0.00 0.07 -thalassothérapie thalassothérapie nom f s 0.01 0.20 0.01 0.20 -thalassémie thalassémie nom f s 0.01 0.00 0.01 0.00 -thaler thaler nom m s 0.10 0.07 0.05 0.00 -thalers thaler nom m p 0.10 0.07 0.05 0.07 -thalidomide thalidomide nom f s 0.05 0.00 0.05 0.00 -thallium thallium nom m s 0.14 0.00 0.14 0.00 -thalweg thalweg nom m s 0.00 0.07 0.00 0.07 -thanatologie thanatologie nom f s 0.01 0.00 0.01 0.00 -thanatologique thanatologique adj m s 0.00 0.07 0.00 0.07 -thanatopraxie thanatopraxie nom f s 0.01 0.00 0.01 0.00 -thanatos thanatos nom m 0.04 0.00 0.04 0.00 -thanksgiving thanksgiving nom m s 6.89 0.00 6.89 0.00 -thatchériennes thatchérien adj f p 0.00 0.07 0.00 0.07 -thaumaturge thaumaturge nom s 0.00 0.47 0.00 0.34 -thaumaturges thaumaturge nom p 0.00 0.47 0.00 0.14 -thaumaturgie thaumaturgie nom f s 0.00 0.07 0.00 0.07 -thermal thermal adj m s 0.83 1.69 0.21 0.54 -thermale thermal adj f s 0.83 1.69 0.38 0.74 -thermales thermal adj f p 0.83 1.69 0.11 0.41 -thermaux thermal adj m p 0.83 1.69 0.14 0.00 -thermes thermes nom m p 0.55 0.41 0.55 0.41 -thermidor thermidor nom m s 0.07 0.20 0.07 0.20 -thermidorienne thermidorien adj f s 0.00 0.07 0.00 0.07 -thermique thermique adj s 2.37 0.47 1.58 0.34 -thermiques thermique adj p 2.37 0.47 0.79 0.14 -thermite thermite nom f s 0.04 0.00 0.04 0.00 -thermo thermo nom m s 0.10 0.00 0.10 0.00 -thermocollants thermocollant adj m p 0.00 0.07 0.00 0.07 -thermodynamique thermodynamique nom f s 0.09 0.20 0.09 0.20 -thermoformage thermoformage nom m s 0.00 0.07 0.00 0.07 -thermographe thermographe nom m s 0.04 0.00 0.04 0.00 -thermographie thermographie nom f s 0.04 0.00 0.04 0.00 -thermogène thermogène adj s 0.00 0.54 0.00 0.54 -thermoluminescence thermoluminescence nom f s 0.01 0.00 0.01 0.00 -thermomètre thermomètre nom m s 1.43 5.27 1.37 5.07 -thermomètres thermomètre nom m p 1.43 5.27 0.06 0.20 -thermonucléaire thermonucléaire adj s 0.66 0.14 0.42 0.07 -thermonucléaires thermonucléaire adj p 0.66 0.14 0.23 0.07 -thermorégulateur thermorégulateur adj m s 0.01 0.00 0.01 0.00 -thermos thermos adj s 0.91 2.36 0.91 2.36 -thermosensible thermosensible adj m s 0.03 0.00 0.03 0.00 -thermostat thermostat nom m s 1.31 0.54 1.21 0.54 -thermostats thermostat nom m p 1.31 0.54 0.10 0.00 -thermoélectriques thermoélectrique adj m p 0.01 0.00 0.01 0.00 -thesaurus thesaurus nom m 0.01 0.00 0.01 0.00 -thessalien thessalien adj m s 0.03 0.00 0.02 0.00 -thessaliens thessalien adj m p 0.03 0.00 0.01 0.00 -thiamine thiamine nom f s 0.04 0.00 0.04 0.00 -thibaude thibaude nom f s 0.00 0.14 0.00 0.14 -çà çà adv 7.78 21.15 7.78 21.15 -thomas thomas nom m 4.83 25.81 4.83 25.81 -thomisme thomisme nom m s 0.00 0.14 0.00 0.14 -thomiste thomiste adj m s 0.00 0.14 0.00 0.14 -thon thon nom m s 5.88 2.16 5.66 1.89 -thonier thonier nom m s 0.03 0.34 0.03 0.14 -thoniers thonier nom m p 0.03 0.34 0.00 0.20 -thons thon nom m p 5.88 2.16 0.23 0.27 -thoracentèse thoracentèse nom f s 0.04 0.00 0.04 0.00 -thoracique thoracique adj s 2.12 1.82 1.89 1.42 -thoraciques thoracique adj p 2.12 1.82 0.23 0.41 -thoracotomie thoracotomie nom f s 0.31 0.00 0.31 0.00 -thorax thorax nom m 3.62 2.03 3.62 2.03 -thorine thorine nom f s 0.13 0.00 0.13 0.00 -thoron thoron nom m s 0.01 0.00 0.01 0.00 -thrace thrace adj s 0.14 0.41 0.13 0.20 -thraces thrace adj f p 0.14 0.41 0.01 0.20 -ère ère nom f s 13.23 7.84 12.91 7.64 -ères ère nom f p 13.23 7.84 0.32 0.20 -thrill thrill nom m s 0.07 0.00 0.07 0.00 -thriller thriller nom m s 0.58 0.07 0.55 0.00 -thrillers thriller nom m p 0.58 0.07 0.03 0.07 -thrombolyse thrombolyse nom f s 0.01 0.00 0.01 0.00 -thrombolytique thrombolytique adj f s 0.01 0.00 0.01 0.00 -thrombose thrombose nom f s 0.56 0.00 0.56 0.00 -thrombosé thrombosé adj m s 0.03 0.00 0.03 0.00 -thrombotique thrombotique adj s 0.07 0.00 0.07 0.00 -thrène thrène nom m s 0.10 0.00 0.10 0.00 -çruti çruti nom m s 0.00 0.07 0.00 0.07 -ès ès pre 0.00 1.08 0.00 1.08 -thème thème nom m s 17.32 14.26 15.49 10.54 -thèmes thème nom m p 17.32 14.26 1.83 3.72 -thèse thèse nom f s 10.67 9.32 10.22 7.77 -thèses thèse nom f p 10.67 9.32 0.46 1.55 -thé thé nom m s 69.01 44.86 67.84 44.19 -thébaïde thébaïde nom f s 0.00 0.34 0.00 0.27 -thébaïdes thébaïde nom f p 0.00 0.34 0.00 0.07 -thébaïne thébaïne nom f s 0.00 0.07 0.00 0.07 -thug thug nom m s 0.33 0.14 0.01 0.00 -thugs thug nom m p 0.33 0.14 0.32 0.14 -théier théier nom m s 0.01 0.00 0.01 0.00 -théine théine nom f s 0.01 0.00 0.01 0.00 -théiste théiste adj f s 0.02 0.00 0.02 0.00 -théière théière nom f s 1.00 2.91 0.80 2.43 -théières théière nom f p 1.00 2.91 0.20 0.47 -thématique thématique nom f s 0.14 0.07 0.12 0.00 -thématiquement thématiquement adv 0.00 0.07 0.00 0.07 -thématiques thématique adj m p 0.06 0.20 0.03 0.00 -thune thune nom f s 4.63 5.68 3.52 5.00 -thunes thune nom f p 4.63 5.68 1.11 0.68 -théo théo nom s 0.14 0.00 0.14 0.00 -théocratique théocratique adj f s 0.00 0.14 0.00 0.14 -théodolite théodolite nom m s 0.01 0.00 0.01 0.00 -théologales théologal adj f p 0.00 0.20 0.00 0.20 -théologie théologie nom f s 1.97 4.19 1.96 4.19 -théologien théologien nom m s 0.46 2.09 0.35 0.81 -théologiennes théologien nom f p 0.46 2.09 0.00 0.07 -théologiens théologien nom m p 0.46 2.09 0.11 1.22 -théologies théologie nom f p 1.97 4.19 0.01 0.00 -théologique théologique adj s 0.39 1.35 0.29 0.88 -théologiquement théologiquement adv 0.03 0.00 0.03 0.00 -théologiques théologique adj f p 0.39 1.35 0.10 0.47 -théophylline théophylline nom f s 0.04 0.00 0.04 0.00 -théorbe théorbe nom m s 0.00 0.34 0.00 0.20 -théorbes théorbe nom m p 0.00 0.34 0.00 0.14 -théoricien théoricien nom m s 0.40 1.15 0.25 0.47 -théoricienne théoricien nom f s 0.40 1.15 0.13 0.00 -théoriciens théoricien nom m p 0.40 1.15 0.03 0.68 -théorie théorie nom f s 32.38 15.27 27.29 8.04 -théories théorie nom f p 32.38 15.27 5.09 7.23 -théorique théorique adj s 2.11 3.58 1.76 2.43 -théoriquement théoriquement adv 2.58 2.70 2.58 2.70 -théoriques théorique adj p 2.11 3.58 0.35 1.15 -théorise théoriser ver 0.07 0.00 0.02 0.00 ind:pre:1s;ind:pre:3s; -théoriser théoriser ver 0.07 0.00 0.04 0.00 inf; -théorème théorème nom m s 0.41 0.81 0.36 0.41 -théorèmes théorème nom m p 0.41 0.81 0.05 0.41 -théosophes théosophe nom p 0.00 0.07 0.00 0.07 -théosophie théosophie nom f s 0.03 0.00 0.03 0.00 -théosophique théosophique adj m s 0.00 0.07 0.00 0.07 -théâtral théâtral adj m s 1.78 7.97 0.80 3.51 -théâtrale théâtral adj f s 1.78 7.97 0.76 3.45 -théâtralement théâtralement adv 0.02 0.47 0.02 0.47 -théâtrales théâtral adj f p 1.78 7.97 0.17 0.88 -théâtralisant théâtraliser ver 0.00 0.20 0.00 0.07 par:pre; -théâtralisé théâtraliser ver m s 0.00 0.20 0.00 0.07 par:pas; -théâtralisée théâtraliser ver f s 0.00 0.20 0.00 0.07 par:pas; -théâtralité théâtralité nom f s 0.04 0.07 0.04 0.07 -théâtraux théâtral adj m p 1.78 7.97 0.05 0.14 -théâtre théâtre nom m s 41.49 68.18 40.51 64.32 -théâtres théâtre nom m p 41.49 68.18 0.98 3.85 -théâtreuse théâtreux nom f s 0.18 0.20 0.02 0.07 -théâtreux théâtreux nom m 0.18 0.20 0.16 0.14 -thérapeute thérapeute nom s 3.67 0.07 3.44 0.07 -thérapeutes thérapeute nom p 3.67 0.07 0.23 0.00 -thérapeutique thérapeutique adj s 1.68 0.54 1.30 0.34 -thérapeutiques thérapeutique adj p 1.68 0.54 0.38 0.20 -thérapie thérapie nom f s 13.63 0.07 12.98 0.07 -thérapies thérapie nom f p 13.63 0.07 0.65 0.00 -thuriféraire thuriféraire nom m s 0.00 0.34 0.00 0.14 -thuriféraires thuriféraire nom m p 0.00 0.34 0.00 0.20 -thés thé nom m p 69.01 44.86 1.17 0.68 -thésard thésard nom m s 0.08 0.00 0.04 0.00 -thésards thésard nom m p 0.08 0.00 0.04 0.00 -thésaurise thésauriser ver 0.25 0.41 0.11 0.14 ind:pre:3s; -thésauriser thésauriser ver 0.25 0.41 0.14 0.14 inf; -thésaurisés thésauriser ver m p 0.25 0.41 0.00 0.14 par:pas; -thésaurus thésaurus nom m 0.01 0.00 0.01 0.00 -thêta thêta nom m 0.21 0.00 0.21 0.00 -théurgiques théurgique adj p 0.00 0.07 0.00 0.07 -thuya thuya nom m s 0.00 0.27 0.00 0.20 -thuyas thuya nom m p 0.00 0.27 0.00 0.07 -ève pas adv_sup 18189.04 8795.20 0.01 0.00 -thym thym nom m s 1.17 2.09 1.17 2.09 -thymectomie thymectomie nom f s 0.03 0.00 0.03 0.00 -thymine thymine nom f s 0.04 0.00 0.04 0.00 -thymus thymus nom m 0.05 0.00 0.05 0.00 -thyroïde thyroïde nom f s 0.27 0.14 0.27 0.14 -thyroïdectomie thyroïdectomie nom f s 0.03 0.00 0.03 0.00 -thyroïdien thyroïdien adj m s 0.04 0.00 0.03 0.00 -thyroïdienne thyroïdien adj f s 0.04 0.00 0.01 0.00 -thyroxine thyroxine nom f s 0.02 0.00 0.02 0.00 -thyrses thyrse nom m p 0.00 0.07 0.00 0.07 -thyréotoxicose thyréotoxicose nom f s 0.01 0.00 0.01 0.00 -tiama tiama nom m s 0.17 0.00 0.17 0.00 -tian tian nom m s 0.18 0.20 0.18 0.20 -tiare tiare nom f s 0.51 0.88 0.50 0.81 -tiares tiare nom f p 0.51 0.88 0.01 0.07 -tiaré tiaré nom m s 0.00 0.07 0.00 0.07 -tibia tibia nom m s 2.33 3.04 2.02 1.01 -tibial tibial adj m s 0.09 0.14 0.04 0.00 -tibiale tibial adj f s 0.09 0.14 0.05 0.14 -tibias tibia nom m p 2.33 3.04 0.30 2.03 -tibétain tibétain adj m s 0.53 0.68 0.29 0.27 -tibétaine tibétain adj f s 0.53 0.68 0.11 0.07 -tibétaines tibétain adj f p 0.53 0.68 0.02 0.07 -tibétains tibétain adj m p 0.53 0.68 0.11 0.27 -tic_tac tic_tac nom m 2.52 2.91 2.52 2.91 -tic tic nom m s 3.00 9.86 2.47 4.86 -ticheurte ticheurte nom m s 0.00 0.07 0.00 0.07 -ticket ticket nom m s 24.25 15.81 13.62 6.15 -tickets ticket nom m p 24.25 15.81 10.63 9.66 -tics tic nom m p 3.00 9.86 0.53 5.00 -ticsons ticson nom m p 0.00 0.14 0.00 0.14 -tictaquer tictaquer ver 0.03 0.00 0.03 0.00 inf; -tie_break tie_break nom m s 0.02 0.00 0.02 0.00 -tien tien pro_pos m s 26.21 5.54 26.21 5.54 -tiendra tenir ver 504.69 741.22 12.15 4.59 ind:fut:3s; -tiendrai tenir ver 504.69 741.22 8.61 1.89 ind:fut:1s; -tiendraient tenir ver 504.69 741.22 0.28 1.28 cnd:pre:3p; -tiendrais tenir ver 504.69 741.22 1.36 1.89 cnd:pre:1s;cnd:pre:2s; -tiendrait tenir ver 504.69 741.22 2.39 6.49 cnd:pre:3s; -tiendras tenir ver 504.69 741.22 2.76 0.61 ind:fut:2s; -tiendrez tenir ver 504.69 741.22 1.42 0.74 ind:fut:2p; -tiendriez tenir ver 504.69 741.22 0.28 0.14 cnd:pre:2p; -tiendrons tenir ver 504.69 741.22 1.94 0.74 ind:fut:1p; -tiendront tenir ver 504.69 741.22 1.86 0.68 ind:fut:3p; -tienne tienne pro_pos f s 25.41 5.81 25.41 5.81 -tiennent tenir ver 504.69 741.22 11.43 24.26 ind:pre:3p; -tiennes tiennes pro_pos f p 4.09 0.95 4.09 0.95 -tiens_la_moi tiens_la_moi adj_pos m s 0.14 0.00 0.14 0.00 -tiens tiens ono 212.99 81.89 212.99 81.89 -tient tenir ver 504.69 741.22 78.32 96.69 ind:pre:3s; -tierce tiers adj f s 0.78 2.97 0.32 0.41 -tiercefeuille tiercefeuille nom f s 0.00 0.07 0.00 0.07 -tiercelet tiercelet nom m s 0.00 0.14 0.00 0.07 -tiercelets tiercelet nom m p 0.00 0.14 0.00 0.07 -tierces tiers adj f p 0.78 2.97 0.00 0.14 -tiercé tiercé nom m s 1.32 2.03 1.32 1.89 -tiercés tiercé nom m p 1.32 2.03 0.00 0.14 -tiers_monde tiers_monde nom m s 1.96 0.20 1.96 0.14 -tiers_monde tiers_monde nom m p 1.96 0.20 0.00 0.07 -tiers_mondisme tiers_mondisme nom m s 0.00 0.07 0.00 0.07 -tiers_mondiste tiers_mondiste adj f s 0.15 0.20 0.15 0.00 -tiers_mondiste tiers_mondiste adj m p 0.15 0.20 0.00 0.20 -tiers_ordre tiers_ordre nom m 0.00 0.07 0.00 0.07 -tiers_point tiers_point nom m s 0.00 0.14 0.00 0.14 -tiers_état tiers_état nom m s 0.03 0.00 0.03 0.00 -tiers tiers nom m 6.24 14.93 6.18 13.85 -tif tif nom m s 1.71 6.01 0.84 0.27 -tifs tif nom m p 1.71 6.01 0.86 5.74 -tige tige nom f s 3.73 22.23 2.39 11.15 -tigelles tigelle nom f p 0.00 0.20 0.00 0.20 -tiges tige nom f p 3.73 22.23 1.34 11.08 -tignasse tignasse nom f s 0.89 4.80 0.87 4.46 -tignasses tignasse nom f p 0.89 4.80 0.02 0.34 -tigre tigre nom m s 14.90 8.65 11.14 4.86 -tigres tigre nom m p 14.90 8.65 2.66 2.50 -tigresse tigre nom f s 14.90 8.65 1.10 1.08 -tigresses tigresse nom f p 0.29 0.00 0.29 0.00 -tigré tigrer ver m s 0.02 0.47 0.02 0.27 par:pas; -tigrée tigré adj f s 0.01 1.69 0.00 0.41 -tigrées tigré adj f p 0.01 1.69 0.00 0.14 -tigrure tigrure nom f s 0.00 0.07 0.00 0.07 -tigrés tigré adj m p 0.01 1.69 0.00 0.54 -tiki tiki nom m s 0.16 0.00 0.16 0.00 -tilbury tilbury nom m s 0.00 0.81 0.00 0.74 -tilburys tilbury nom m p 0.00 0.81 0.00 0.07 -till till nom m s 0.35 0.00 0.35 0.00 -tillac tillac nom m s 0.00 0.14 0.00 0.07 -tillacs tillac nom m p 0.00 0.14 0.00 0.07 -tille tille nom f s 0.18 0.00 0.12 0.00 -tiller tiller ver 0.01 0.00 0.01 0.00 inf; -tilles tille nom f p 0.18 0.00 0.07 0.00 -tilleul tilleul nom m s 1.59 11.01 1.03 5.00 -tilleuls tilleul nom m p 1.59 11.01 0.56 6.01 -tilt tilt nom m s 1.11 1.55 1.11 1.49 -tilts tilt nom m p 1.11 1.55 0.00 0.07 -timbale timbale nom f s 0.97 2.43 0.60 1.76 -timbales timbale nom f p 0.97 2.43 0.37 0.68 -timbalier timbalier nom m s 0.00 0.14 0.00 0.07 -timbaliers timbalier nom m p 0.00 0.14 0.00 0.07 -timbrage timbrage nom m s 0.00 0.07 0.00 0.07 -timbrait timbrer ver 1.38 1.22 0.00 0.07 ind:imp:3s; -timbre_poste timbre_poste nom m s 0.12 1.28 0.11 0.68 -timbre timbre nom m s 7.86 20.81 1.82 13.18 -timbrer timbrer ver 1.38 1.22 0.05 0.00 inf; -timbre_poste timbre_poste nom m p 0.12 1.28 0.01 0.61 -timbres timbre nom m p 7.86 20.81 6.04 7.64 -timbrât timbrer ver 1.38 1.22 0.00 0.07 sub:imp:3s; -timbré timbrer ver m s 1.38 1.22 1.03 0.27 par:pas; -timbrée timbré adj f s 1.57 2.36 0.25 1.08 -timbrées timbré adj f p 1.57 2.36 0.01 0.14 -timbrés timbré adj m p 1.57 2.36 0.48 0.27 -time_sharing time_sharing nom m s 0.01 0.00 0.01 0.00 -timide timide adj s 16.36 25.14 14.18 19.53 -timidement timidement adv 0.10 11.22 0.10 11.22 -timides timide adj p 16.36 25.14 2.18 5.61 -timidité timidité nom f s 1.75 11.55 1.75 11.15 -timidités timidité nom f p 1.75 11.55 0.00 0.41 -timing timing nom m s 3.59 0.14 3.58 0.07 -timings timing nom m p 3.59 0.14 0.01 0.07 -timon timon nom m s 0.10 2.09 0.10 2.03 -timonerie timonerie nom f s 0.09 0.54 0.09 0.54 -timonier timonier nom m s 1.05 0.68 1.03 0.68 -timoniers timonier nom m p 1.05 0.68 0.02 0.00 -timons timon nom m p 0.10 2.09 0.00 0.07 -timoré timoré adj m s 0.70 2.09 0.44 0.68 -timorée timoré adj f s 0.70 2.09 0.05 0.41 -timorées timoré adj f p 0.70 2.09 0.00 0.07 -timorés timoré adj m p 0.70 2.09 0.21 0.95 -tin tin nom m s 0.52 0.20 0.45 0.00 -tine tine nom f s 0.16 0.00 0.16 0.00 -tinette tinette nom f s 0.12 1.55 0.12 0.68 -tinettes tinette nom f p 0.12 1.55 0.00 0.88 -tinrent tenir ver 504.69 741.22 0.01 1.55 ind:pas:3p; -tins tenir ver 504.69 741.22 0.16 2.57 ind:pas:1s;ind:pas:2s; -tinssent tenir ver 504.69 741.22 0.00 0.27 sub:imp:3p; -tint tenir ver 504.69 741.22 0.84 15.20 ind:pas:3s; -tinta tinter ver 0.95 11.76 0.00 0.88 ind:pas:3s; -tintaient tinter ver 0.95 11.76 0.02 0.47 ind:imp:3p; -tintait tinter ver 0.95 11.76 0.17 1.08 ind:imp:3s; -tintamarre tintamarre nom m s 0.04 3.51 0.04 3.31 -tintamarrent tintamarrer ver 0.00 0.07 0.00 0.07 ind:pre:3p; -tintamarres tintamarre nom m p 0.04 3.51 0.00 0.20 -tintamarresque tintamarresque adj s 0.00 0.41 0.00 0.34 -tintamarresques tintamarresque adj p 0.00 0.41 0.00 0.07 -tintant tinter ver 0.95 11.76 0.00 1.15 par:pre; -tinte tinter ver 0.95 11.76 0.39 1.55 imp:pre:2s;ind:pre:3s; -tintement tintement nom m s 0.95 8.78 0.68 6.82 -tintements tintement nom m p 0.95 8.78 0.28 1.96 -tintent tinter ver 0.95 11.76 0.07 1.82 ind:pre:3p; -tinter tinter ver 0.95 11.76 0.31 3.92 inf; -tintin tintin ono 1.08 1.69 1.08 1.69 -tintinnabula tintinnabuler ver 0.01 0.74 0.00 0.07 ind:pas:3s; -tintinnabulaient tintinnabuler ver 0.01 0.74 0.00 0.07 ind:imp:3p; -tintinnabulant tintinnabuler ver 0.01 0.74 0.01 0.07 par:pre; -tintinnabulante tintinnabulant adj f s 0.00 0.41 0.00 0.14 -tintinnabulantes tintinnabulant adj f p 0.00 0.41 0.00 0.07 -tintinnabulants tintinnabulant adj m p 0.00 0.41 0.00 0.07 -tintinnabule tintinnabuler ver 0.01 0.74 0.00 0.14 ind:pre:3s; -tintinnabulement tintinnabulement nom m s 0.00 0.14 0.00 0.07 -tintinnabulements tintinnabulement nom m p 0.00 0.14 0.00 0.07 -tintinnabulent tintinnabuler ver 0.01 0.74 0.00 0.34 ind:pre:3p; -tintinnabuler tintinnabuler ver 0.01 0.74 0.00 0.07 inf; -tintouin tintouin nom m s 0.39 2.09 0.39 1.89 -tintouins tintouin nom m p 0.39 2.09 0.00 0.20 -tintèrent tinter ver 0.95 11.76 0.00 0.41 ind:pas:3p; -tinté tinter ver m s 0.95 11.76 0.00 0.41 par:pas; -tintés tinter ver m p 0.95 11.76 0.00 0.07 par:pas; -tinée tinée nom f s 0.00 0.14 0.00 0.14 -tipe tiper ver 0.02 0.00 0.02 0.00 ind:pre:3s; -tipi tipi nom m s 0.36 0.00 0.32 0.00 -tipis tipi nom m p 0.36 0.00 0.04 0.00 -tipper tipper ver 0.05 0.00 0.05 0.00 inf; -tipule tipule nom f s 0.00 0.07 0.00 0.07 -tiqua tiquer ver 0.28 2.91 0.00 0.20 ind:pas:3s; -tiquai tiquer ver 0.28 2.91 0.00 0.07 ind:pas:1s; -tiquaient tiquer ver 0.28 2.91 0.00 0.07 ind:imp:3p; -tiquais tiquer ver 0.28 2.91 0.00 0.14 ind:imp:1s; -tiquait tiquer ver 0.28 2.91 0.01 0.34 ind:imp:3s; -tiquant tiquer ver 0.28 2.91 0.00 0.14 par:pre; -tique tique nom f s 1.95 0.81 0.72 0.54 -tiquent tiquer ver 0.28 2.91 0.01 0.07 ind:pre:3p; -tiquer tiquer ver 0.28 2.91 0.13 0.47 inf; -tiquerais tiquer ver 0.28 2.91 0.01 0.00 cnd:pre:2s; -tiques tique nom f p 1.95 0.81 1.23 0.27 -tiqueté tiqueté adj m s 0.00 0.07 0.00 0.07 -tiqué tiquer ver m s 0.28 2.91 0.08 0.88 par:pas; -tir tir nom m s 32.11 18.85 24.54 16.01 -tira tirer ver 415.14 383.24 1.39 39.59 ind:pas:3s; -tirade tirade nom f s 1.55 4.05 1.25 3.18 -tirades tirade nom f p 1.55 4.05 0.30 0.88 -tirage tirage nom m s 3.76 6.01 3.01 5.07 -tirages tirage nom m p 3.76 6.01 0.75 0.95 -tirai tirer ver 415.14 383.24 0.23 2.43 ind:pas:1s; -tiraient tirer ver 415.14 383.24 1.76 10.47 ind:imp:3p; -tirailla tirailler ver 0.68 3.85 0.00 0.20 ind:pas:3s; -tiraillaient tirailler ver 0.68 3.85 0.00 0.20 ind:imp:3p; -tiraillait tirailler ver 0.68 3.85 0.15 0.68 ind:imp:3s; -tiraillant tirailler ver 0.68 3.85 0.01 0.41 par:pre; -tiraille tirailler ver 0.68 3.85 0.00 0.20 ind:pre:3s; -tiraillement tiraillement nom m s 0.13 0.95 0.10 0.34 -tiraillements tiraillement nom m p 0.13 0.95 0.03 0.61 -tiraillent tirailler ver 0.68 3.85 0.01 0.07 ind:pre:3p; -tirailler tirailler ver 0.68 3.85 0.16 0.61 inf; -tiraillerait tirailler ver 0.68 3.85 0.00 0.14 cnd:pre:3s; -tirailleries tiraillerie nom f p 0.00 0.07 0.00 0.07 -tirailleur tirailleur nom m s 0.12 6.49 0.04 0.88 -tirailleurs tirailleur nom m p 0.12 6.49 0.08 5.61 -tiraillez tirailler ver 0.68 3.85 0.01 0.00 imp:pre:2p; -tiraillons tirailler ver 0.68 3.85 0.00 0.07 ind:pre:1p; -tiraillé tirailler ver m s 0.68 3.85 0.26 0.95 par:pas; -tiraillée tirailler ver f s 0.68 3.85 0.07 0.07 par:pas; -tiraillées tirailler ver f p 0.68 3.85 0.00 0.07 par:pas; -tiraillés tirailler ver m p 0.68 3.85 0.01 0.20 par:pas; -tirais tirer ver 415.14 383.24 1.71 3.24 ind:imp:1s;ind:imp:2s; -tirait tirer ver 415.14 383.24 3.97 34.86 ind:imp:3s; -tiramisu tiramisu nom m s 0.24 0.00 0.24 0.00 -tirant tirer ver 415.14 383.24 2.66 25.95 par:pre; -tirants tirant nom m p 0.33 1.89 0.02 0.20 -tiras tirer ver 415.14 383.24 0.00 0.07 ind:pas:2s; -tirassent tirasser ver 0.00 0.07 0.00 0.07 ind:pre:3p; -tire_au_cul tire_au_cul nom m 0.02 0.00 0.02 0.00 -tire_au_flanc tire_au_flanc nom m 0.51 0.34 0.51 0.34 -tire_botte tire_botte nom m s 0.01 0.07 0.01 0.07 -tire_bouchon tire_bouchon nom m s 0.93 2.43 0.90 2.16 -tire_bouchonner tire_bouchonner ver 0.02 0.88 0.00 0.14 ind:imp:3p; -tire_bouchonner tire_bouchonner ver 0.02 0.88 0.00 0.07 par:pre; -tire_bouchonner tire_bouchonner ver 0.02 0.88 0.01 0.27 ind:pre:3s; -tire_bouchonner tire_bouchonner ver 0.02 0.88 0.01 0.07 ind:pre:3p; -tire_bouchonner tire_bouchonner ver m s 0.02 0.88 0.00 0.27 par:pas; -tire_bouchonner tire_bouchonner ver m p 0.02 0.88 0.00 0.07 par:pas; -tire_bouchon tire_bouchon nom m p 0.93 2.43 0.03 0.27 -tire_bouton tire_bouton nom m s 0.00 0.07 0.00 0.07 -tire_d_aile tire_d_aile nom f s 0.02 0.00 0.02 0.00 -tire_fesse tire_fesse nom f s 0.01 0.00 0.01 0.00 -tire_jus tire_jus nom m 0.00 0.20 0.00 0.20 -tire_laine tire_laine nom m 0.02 0.07 0.02 0.07 -tire_lait tire_lait nom m 0.07 0.00 0.07 0.00 -tire_larigot tire_larigot nom f s 0.00 0.07 0.00 0.07 -tire_ligne tire_ligne nom m s 0.00 0.34 0.00 0.20 -tire_ligne tire_ligne nom m p 0.00 0.34 0.00 0.14 -tire_lire tire_lire nom m 0.00 0.14 0.00 0.14 -tire tirer ver 415.14 383.24 107.25 55.14 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:1s;sub:pre:3s; -tirebouchonner tirebouchonner ver 0.00 0.34 0.00 0.14 inf; -tirebouchonné tirebouchonner ver m s 0.00 0.34 0.00 0.14 par:pas; -tirebouchonnée tirebouchonner ver f s 0.00 0.34 0.00 0.07 par:pas; -tirelire tirelire nom f s 1.43 2.16 1.39 2.09 -tirelirent tirelirer ver 0.00 0.07 0.00 0.07 ind:pre:3p; -tirelires tirelire nom f p 1.43 2.16 0.03 0.07 -tirent tirer ver 415.14 383.24 10.30 10.95 ind:pre:3p;sub:pre:3p; -tirer tirer ver 415.14 383.24 113.71 99.73 inf;;inf;;inf;;inf;; -tirera tirer ver 415.14 383.24 5.81 2.16 ind:fut:3s; -tirerai tirer ver 415.14 383.24 2.57 1.08 ind:fut:1s; -tireraient tirer ver 415.14 383.24 0.21 0.88 cnd:pre:3p; -tirerais tirer ver 415.14 383.24 1.54 0.61 cnd:pre:1s;cnd:pre:2s; -tirerait tirer ver 415.14 383.24 0.76 3.24 cnd:pre:3s; -tireras tirer ver 415.14 383.24 2.94 0.54 ind:fut:2s; -tirerez tirer ver 415.14 383.24 2.13 0.54 ind:fut:2p; -tireriez tirer ver 415.14 383.24 0.27 0.07 cnd:pre:2p; -tirerions tirer ver 415.14 383.24 0.00 0.07 cnd:pre:1p; -tirerons tirer ver 415.14 383.24 1.02 0.47 ind:fut:1p; -tireront tirer ver 415.14 383.24 1.75 0.61 ind:fut:3p; -tires tirer ver 415.14 383.24 11.70 2.09 ind:pre:2s;sub:pre:2s; -tiret tiret nom m s 0.20 0.54 0.20 0.27 -tirets tiret nom m p 0.20 0.54 0.00 0.27 -tirette tirette nom f s 0.04 1.22 0.03 0.41 -tirettes tirette nom f p 0.04 1.22 0.01 0.81 -tireur tireur nom m s 18.07 8.72 12.83 5.41 -tireurs tireur nom m p 18.07 8.72 5.08 2.64 -tireuse tireur nom f s 18.07 8.72 0.16 0.54 -tireuses tireuse nom f p 0.02 0.00 0.02 0.00 -tirez tirer ver 415.14 383.24 45.90 3.51 imp:pre:2p;ind:pre:2p; -tiriez tirer ver 415.14 383.24 0.42 0.20 ind:imp:2p; -tirions tirer ver 415.14 383.24 0.05 0.81 ind:imp:1p;sub:pre:1p; -tiroir_caisse tiroir_caisse nom m s 0.49 2.16 0.48 2.03 -tiroir tiroir nom m s 14.65 37.09 12.18 26.22 -tiroir_caisse tiroir_caisse nom m p 0.49 2.16 0.01 0.14 -tiroirs tiroir nom m p 14.65 37.09 2.47 10.88 -tirâmes tirer ver 415.14 383.24 0.00 0.07 ind:pas:1p; -tirons tirer ver 415.14 383.24 6.13 1.82 imp:pre:1p;ind:pre:1p; -tirât tirer ver 415.14 383.24 0.00 0.34 sub:imp:3s; -tirs tir nom m p 32.11 18.85 7.57 2.84 -tirèrent tirer ver 415.14 383.24 0.48 2.03 ind:pas:3p; -tiré tirer ver m s 415.14 383.24 76.78 53.04 par:pas; -tirée tirer ver f s 415.14 383.24 6.45 10.20 par:pas; -tirées tirer ver f p 415.14 383.24 1.16 2.77 par:pas; -tirés tirer ver m p 415.14 383.24 4.11 13.65 par:pas; -tisa tiser ver 0.28 0.14 0.00 0.14 ind:pas:3s; -tisane tisane nom f s 2.86 4.80 2.15 3.78 -tisanes tisane nom f p 2.86 4.80 0.72 1.01 -tisanière tisanière nom f s 0.00 0.14 0.00 0.14 -tisané tisaner ver m s 0.00 0.20 0.00 0.20 par:pas; -tiser tiser ver 0.28 0.14 0.28 0.00 inf; -tison tison nom m s 0.23 2.16 0.13 0.74 -tisonna tisonner ver 0.02 1.22 0.00 0.41 ind:pas:3s; -tisonnait tisonner ver 0.02 1.22 0.01 0.14 ind:imp:3s; -tisonnant tisonner ver 0.02 1.22 0.00 0.27 par:pre; -tisonne tisonner ver 0.02 1.22 0.00 0.07 ind:pre:3s; -tisonnent tisonner ver 0.02 1.22 0.00 0.14 ind:pre:3p; -tisonner tisonner ver 0.02 1.22 0.01 0.14 inf; -tisonnier tisonnier nom m s 1.01 0.95 0.98 0.88 -tisonniers tisonnier nom m p 1.01 0.95 0.04 0.07 -tisonné tisonner ver m s 0.02 1.22 0.00 0.07 par:pas; -tisonnés tisonné adj m p 0.00 0.14 0.00 0.07 -tisons tison nom m p 0.23 2.16 0.10 1.42 -tissa tisser ver 2.97 11.15 0.06 0.00 ind:pas:3s; -tissage tissage nom m s 0.26 1.55 0.25 1.49 -tissages tissage nom m p 0.26 1.55 0.01 0.07 -tissaient tisser ver 2.97 11.15 0.00 0.61 ind:imp:3p; -tissais tisser ver 2.97 11.15 0.01 0.00 ind:imp:2s; -tissait tisser ver 2.97 11.15 0.03 1.22 ind:imp:3s; -tissant tisser ver 2.97 11.15 0.01 0.61 par:pre; -tisse tisser ver 2.97 11.15 0.87 0.88 imp:pre:2s;ind:pre:1s;ind:pre:3s; -tissent tisser ver 2.97 11.15 0.14 0.74 ind:pre:3p; -tisser tisser ver 2.97 11.15 0.58 2.36 inf; -tisserai tisser ver 2.97 11.15 0.02 0.00 ind:fut:1s; -tisserais tisser ver 2.97 11.15 0.01 0.00 cnd:pre:1s; -tisserait tisser ver 2.97 11.15 0.01 0.07 cnd:pre:3s; -tisserand tisserand nom m s 0.34 1.08 0.11 0.34 -tisserande tisserand nom f s 0.34 1.08 0.21 0.07 -tisserands tisserand nom m p 0.34 1.08 0.02 0.68 -tisserons tisser ver 2.97 11.15 0.01 0.07 ind:fut:1p; -tisseur tisseur nom m s 0.44 0.47 0.00 0.34 -tisseuse tisseur nom f s 0.44 0.47 0.44 0.14 -tissez tisser ver 2.97 11.15 0.29 0.00 imp:pre:2p;ind:pre:2p; -tissons tisser ver 2.97 11.15 0.01 0.07 ind:pre:1p; -tissât tisser ver 2.97 11.15 0.00 0.07 sub:imp:3s; -tissèrent tisser ver 2.97 11.15 0.00 0.07 ind:pas:3p; -tissu_éponge tissu_éponge nom m s 0.00 0.41 0.00 0.41 -tissé tisser ver m s 2.97 11.15 0.73 1.55 par:pas; -tissu tissu nom m s 15.69 34.66 9.21 25.95 -tissée tisser ver f s 2.97 11.15 0.13 1.55 par:pas; -tissue tissu adj f s 0.98 1.69 0.07 0.00 -tissées tissé adj f p 0.04 0.74 0.01 0.00 -tissues tissu adj f p 0.98 1.69 0.00 0.14 -tissulaire tissulaire adj s 0.33 0.07 0.28 0.00 -tissulaires tissulaire adj p 0.33 0.07 0.05 0.07 -tissés tisser ver m p 2.97 11.15 0.05 0.88 par:pas; -tissus tissu nom m p 15.69 34.66 6.48 8.72 -tissuterie tissuterie nom f s 0.00 0.14 0.00 0.14 -tissutier tissutier nom m s 0.00 0.07 0.00 0.07 -titan titan nom m s 1.33 0.88 1.06 0.68 -titane titane nom m s 1.69 0.20 1.69 0.20 -titanesque titanesque adj s 0.25 0.88 0.21 0.74 -titanesques titanesque adj p 0.25 0.88 0.03 0.14 -titanique titanique adj m s 0.01 0.00 0.01 0.00 -titans titan nom m p 1.33 0.88 0.27 0.20 -tiède tiède adj s 3.85 44.73 3.35 36.69 -tièdement tièdement adv 0.00 0.14 0.00 0.14 -tièdes tiède adj p 3.85 44.73 0.50 8.04 -titi titi nom m s 4.79 6.28 4.79 6.15 -titilla titiller ver 1.10 1.69 0.00 0.07 ind:pas:3s; -titillaient titiller ver 1.10 1.69 0.03 0.07 ind:imp:3p; -titillais titiller ver 1.10 1.69 0.02 0.07 ind:imp:1s;ind:imp:2s; -titillait titiller ver 1.10 1.69 0.04 0.41 ind:imp:3s; -titillant titiller ver 1.10 1.69 0.03 0.07 par:pre; -titillation titillation nom f s 0.00 0.27 0.00 0.20 -titillations titillation nom f p 0.00 0.27 0.00 0.07 -titille titiller ver 1.10 1.69 0.48 0.41 imp:pre:2s;ind:pre:1s;ind:pre:3s; -titillement titillement nom m s 0.02 0.20 0.00 0.14 -titillements titillement nom m p 0.02 0.20 0.02 0.07 -titillent titiller ver 1.10 1.69 0.04 0.00 ind:pre:3p; -titiller titiller ver 1.10 1.69 0.36 0.34 inf; -titillera titiller ver 1.10 1.69 0.01 0.00 ind:fut:3s; -titillé titiller ver m s 1.10 1.69 0.09 0.00 par:pas; -titillées titiller ver f p 1.10 1.69 0.00 0.14 par:pas; -titillés titiller ver m p 1.10 1.69 0.00 0.14 par:pas; -titis titi nom m p 4.79 6.28 0.00 0.14 -titisme titisme nom m s 0.00 0.14 0.00 0.14 -titra titrer ver 1.75 1.08 1.10 0.07 ind:pas:3s; -titrage titrage nom m s 0.31 0.00 0.31 0.00 -titrait titrer ver 1.75 1.08 0.00 0.27 ind:imp:3s; -titre titre nom m s 41.35 71.22 32.40 53.04 -titrer titrer ver 1.75 1.08 0.03 0.34 inf; -titres titre nom m p 41.35 71.22 8.95 18.18 -titré titré adj m s 0.46 0.61 0.28 0.20 -titrée titrer ver f s 1.75 1.08 0.01 0.00 par:pas; -titrées titré adj f p 0.46 0.61 0.15 0.07 -titrés titré adj m p 0.46 0.61 0.01 0.34 -tituba tituber ver 1.34 13.31 0.01 0.74 ind:pas:3s; -titubai tituber ver 1.34 13.31 0.00 0.07 ind:pas:1s; -titubaient tituber ver 1.34 13.31 0.00 0.47 ind:imp:3p; -titubais tituber ver 1.34 13.31 0.13 0.20 ind:imp:1s;ind:imp:2s; -titubait tituber ver 1.34 13.31 0.06 1.96 ind:imp:3s; -titubant tituber ver 1.34 13.31 0.28 5.61 par:pre; -titubante titubant adj f s 0.24 3.78 0.02 1.49 -titubantes titubant adj f p 0.24 3.78 0.01 0.20 -titubants titubant adj m p 0.24 3.78 0.20 0.81 -titubation titubation nom f s 0.00 0.20 0.00 0.14 -titubations titubation nom f p 0.00 0.20 0.00 0.07 -titube tituber ver 1.34 13.31 0.31 2.30 imp:pre:2s;ind:pre:1s;ind:pre:3s; -titubement titubement nom m s 0.00 0.07 0.00 0.07 -titubent tituber ver 1.34 13.31 0.24 0.14 ind:pre:3p; -tituber tituber ver 1.34 13.31 0.13 1.35 inf; -titubez tituber ver 1.34 13.31 0.04 0.00 imp:pre:2p;ind:pre:2p; -titubiez tituber ver 1.34 13.31 0.02 0.00 ind:imp:2p; -titubions tituber ver 1.34 13.31 0.00 0.07 ind:imp:1p; -titubèrent tituber ver 1.34 13.31 0.01 0.07 ind:pas:3p; -titubé tituber ver m s 1.34 13.31 0.11 0.34 par:pas; -titulaire titulaire nom s 1.80 0.95 1.27 0.61 -titulaires titulaire nom p 1.80 0.95 0.53 0.34 -titularisation titularisation nom f s 0.13 0.00 0.13 0.00 -titulariser titulariser ver 0.22 0.07 0.03 0.00 inf; -titularisé titulariser ver m s 0.22 0.07 0.06 0.00 par:pas; -titularisée titulariser ver f s 0.22 0.07 0.13 0.07 par:pas; -tiédasse tiédasse adj s 0.01 0.61 0.00 0.54 -tiédasses tiédasse adj p 0.01 0.61 0.01 0.07 -tiédeur tiédeur nom f s 0.28 10.27 0.28 10.00 -tiédeurs tiédeur nom f p 0.28 10.27 0.00 0.27 -tiédi tiédir ver m s 0.17 2.16 0.00 0.20 par:pas; -tiédie tiédir ver f s 0.17 2.16 0.00 0.34 par:pas; -tiédies tiédir ver f p 0.17 2.16 0.00 0.07 par:pas; -tiédir tiédir ver 0.17 2.16 0.01 0.61 inf; -tiédirait tiédir ver 0.17 2.16 0.00 0.07 cnd:pre:3s; -tiédis tiédir ver m p 0.17 2.16 0.00 0.07 par:pas; -tiédissaient tiédir ver 0.17 2.16 0.00 0.14 ind:imp:3p; -tiédissait tiédir ver 0.17 2.16 0.00 0.27 ind:imp:3s; -tiédissant tiédir ver 0.17 2.16 0.00 0.14 par:pre; -tiédissent tiédir ver 0.17 2.16 0.00 0.07 ind:pre:3p; -tiédit tiédir ver 0.17 2.16 0.16 0.20 ind:pre:3s;ind:pas:3s; -to to pro_per f s 0.01 0.00 0.01 0.00 -toast toast nom m s 16.30 4.39 13.73 1.96 -toaster toaster nom m s 0.45 0.00 0.45 0.00 -toasteur toasteur nom m s 0.17 0.00 0.17 0.00 -toasts toast nom m p 16.30 4.39 2.56 2.43 -toasté toaster ver m s 0.09 0.00 0.07 0.00 par:pas; -toboggan toboggan nom m s 0.86 1.69 0.59 1.22 -toboggans toboggan nom m p 0.86 1.69 0.28 0.47 -toc toc adj 4.83 7.09 4.83 7.09 -tocade tocade nom f s 0.30 0.00 0.30 0.00 -tocante tocante nom f s 0.06 0.54 0.06 0.54 -tocard tocard nom m s 1.27 1.08 0.94 0.74 -tocarde tocard adj f s 0.39 1.15 0.09 0.27 -tocardes tocard adj f p 0.39 1.15 0.00 0.07 -tocards tocard nom m p 1.27 1.08 0.33 0.34 -toccata toccata nom f s 0.04 0.07 0.04 0.07 -tâcha tâcher ver 11.41 27.50 0.00 1.35 ind:pas:3s; -tâchai tâcher ver 11.41 27.50 0.00 0.81 ind:pas:1s; -tâchaient tâcher ver 11.41 27.50 0.00 0.74 ind:imp:3p; -tâchais tâcher ver 11.41 27.50 0.02 1.35 ind:imp:1s; -tâchait tâcher ver 11.41 27.50 0.13 2.77 ind:imp:3s; -tâchant tâcher ver 11.41 27.50 0.15 2.43 par:pre; -tâche tâche nom f s 31.01 44.53 25.20 35.95 -tâchent tâcher ver 11.41 27.50 0.00 0.61 ind:pre:3p; -tâcher tâcher ver 11.41 27.50 2.31 6.35 inf; -tâchera tâcher ver 11.41 27.50 0.34 0.41 ind:fut:3s; -tâcherai tâcher ver 11.41 27.50 1.10 1.62 ind:fut:1s; -tâcheraient tâcher ver 11.41 27.50 0.00 0.07 cnd:pre:3p; -tâcherait tâcher ver 11.41 27.50 0.00 0.54 cnd:pre:3s; -tâcheras tâcher ver 11.41 27.50 0.02 0.00 ind:fut:2s; -tâcherez tâcher ver 11.41 27.50 0.00 0.27 ind:fut:2p; -tâcheron tâcheron nom m s 0.05 0.81 0.01 0.20 -tâcherons tâcher ver 11.41 27.50 0.13 0.14 ind:fut:1p; -tâcheront tâcher ver 11.41 27.50 0.01 0.07 ind:fut:3p; -tâches tâche nom f p 31.01 44.53 5.81 8.58 -tâchez tâcher ver 11.41 27.50 4.41 1.96 imp:pre:2p;ind:pre:2p; -tâchions tâcher ver 11.41 27.50 0.00 0.68 ind:imp:1p; -tâchons tâcher ver 11.41 27.50 1.31 0.47 imp:pre:1p;ind:pre:1p; -tâchât tâcher ver 11.41 27.50 0.00 0.07 sub:imp:3s; -tâchèrent tâcher ver 11.41 27.50 0.00 0.07 ind:pas:3p; -tâché tâcher ver m s 11.41 27.50 0.33 1.08 par:pas; -tâchée tâcher ver f s 11.41 27.50 0.08 0.07 par:pas; -tâchés tâcher ver m p 11.41 27.50 0.04 0.00 par:pas; -tocs toc nom m p 2.26 4.05 0.00 0.54 -tocsin tocsin nom m s 0.48 1.42 0.48 1.28 -tocsins tocsin nom m p 0.48 1.42 0.00 0.14 -toffee toffee nom m s 0.01 0.00 0.01 0.00 -tofu tofu nom m s 1.56 0.00 1.56 0.00 -toge toge nom f s 0.77 1.55 0.60 1.35 -toges toge nom f p 0.77 1.55 0.16 0.20 -togolais togolais adj m 0.00 0.41 0.00 0.14 -togolaise togolais adj f s 0.00 0.41 0.00 0.20 -togolaises togolais adj f p 0.00 0.41 0.00 0.07 -tohu_bohu tohu_bohu nom m 0.18 1.42 0.18 1.42 -toi_même toi_même pro_per s 45.83 11.89 45.83 11.89 -toi toi pro_per s 2519.50 450.34 2519.50 450.34 -toilasses toiler ver 0.00 0.27 0.00 0.07 sub:imp:2s; -toile toile nom f s 17.99 106.62 11.75 81.35 -toiles toile nom f p 17.99 106.62 6.24 25.27 -toiletta toiletter ver 0.03 0.68 0.00 0.07 ind:pas:3s; -toilettage toilettage nom m s 0.13 0.00 0.13 0.00 -toilettait toiletter ver 0.03 0.68 0.00 0.14 ind:imp:3s; -toilette toilette nom f s 62.84 45.68 9.76 32.30 -toiletter toiletter ver 0.03 0.68 0.01 0.20 inf; -toilettes toilette nom f p 62.84 45.68 53.08 13.38 -toiletteur toiletteur nom m s 0.04 0.00 0.04 0.00 -toiletté toiletter ver m s 0.03 0.68 0.02 0.14 par:pas; -toilettées toiletter ver f p 0.03 0.68 0.00 0.07 par:pas; -toilettés toiletter ver m p 0.03 0.68 0.00 0.07 par:pas; -toilé toiler ver m s 0.00 0.27 0.00 0.07 par:pas; -toilée toiler ver f s 0.00 0.27 0.00 0.07 par:pas; -toilés toiler ver m p 0.00 0.27 0.00 0.07 par:pas; -toisa toiser ver 0.14 8.38 0.01 3.04 ind:pas:3s; -toisaient toiser ver 0.14 8.38 0.01 0.20 ind:imp:3p; -toisait toiser ver 0.14 8.38 0.00 0.81 ind:imp:3s; -toisant toiser ver 0.14 8.38 0.00 0.95 par:pre; -toise toiser ver 0.14 8.38 0.04 1.35 ind:pre:3s; -toisent toiser ver 0.14 8.38 0.02 0.07 ind:pre:3p; -toiser toiser ver 0.14 8.38 0.03 0.81 inf; -toises toise nom f p 0.29 1.01 0.27 0.47 -toisez toiser ver 0.14 8.38 0.00 0.07 ind:pre:2p; -toison toison nom f s 0.69 6.35 0.68 5.74 -toisons toison nom f p 0.69 6.35 0.01 0.61 -toisèrent toiser ver 0.14 8.38 0.00 0.54 ind:pas:3p; -toisé toiser ver m s 0.14 8.38 0.01 0.14 par:pas; -toisée toiser ver f s 0.14 8.38 0.03 0.20 par:pas; -toisés toiser ver m p 0.14 8.38 0.00 0.20 par:pas; -toit toit nom m s 49.01 91.76 42.63 54.59 -toits toit nom m p 49.01 91.76 6.37 37.16 -toiture toiture nom f s 0.50 7.57 0.28 5.95 -toitures toiture nom f p 0.50 7.57 0.22 1.62 -tokamak tokamak nom m s 0.04 0.00 0.04 0.00 -tokay tokay nom m s 0.00 0.07 0.00 0.07 -tokharien tokharien nom m s 0.00 0.07 0.00 0.07 -tolar tolar nom m s 0.08 0.00 0.08 0.00 -tolet tolet nom m s 0.02 0.27 0.01 0.07 -tolets tolet nom m p 0.02 0.27 0.01 0.20 -tollé tollé nom m s 0.19 0.47 0.19 0.47 -tolstoïen tolstoïen adj m s 0.00 0.07 0.00 0.07 -tolère tolérer ver 13.05 13.45 2.58 1.62 imp:pre:2s;ind:pre:1s;ind:pre:3s; -tolèrent tolérer ver 13.05 13.45 0.28 0.47 ind:pre:3p; -toltèque toltèque adj s 0.03 0.14 0.02 0.07 -toltèques toltèque adj m p 0.03 0.14 0.01 0.07 -tolu tolu nom m s 0.00 0.14 0.00 0.14 -toluidine toluidine nom f s 0.01 0.00 0.01 0.00 -toléra tolérer ver 13.05 13.45 0.02 0.00 ind:pas:3s; -tolérable tolérable adj s 0.47 1.49 0.29 1.01 -tolérables tolérable adj p 0.47 1.49 0.18 0.47 -toléraient tolérer ver 13.05 13.45 0.11 0.54 ind:imp:3p; -tolérais tolérer ver 13.05 13.45 0.04 0.41 ind:imp:1s; -tolérait tolérer ver 13.05 13.45 0.58 2.30 ind:imp:3s; -tolérance tolérance nom f s 3.03 4.39 3.03 4.39 -tolérant tolérant adj m s 2.44 1.49 1.30 0.74 -tolérante tolérant adj f s 2.44 1.49 0.45 0.34 -tolérantes tolérant adj f p 2.44 1.49 0.16 0.07 -tolérants tolérant adj m p 2.44 1.49 0.54 0.34 -tolérer tolérer ver 13.05 13.45 2.96 2.97 inf; -tolérera tolérer ver 13.05 13.45 0.31 0.14 ind:fut:3s; -tolérerai tolérer ver 13.05 13.45 2.31 0.20 ind:fut:1s; -tolérerais tolérer ver 13.05 13.45 0.15 0.07 cnd:pre:1s; -tolérerait tolérer ver 13.05 13.45 0.07 0.34 cnd:pre:3s; -tolérerions tolérer ver 13.05 13.45 0.00 0.07 cnd:pre:1p; -tolérerons tolérer ver 13.05 13.45 0.24 0.00 ind:fut:1p; -toléreront tolérer ver 13.05 13.45 0.14 0.00 ind:fut:3p; -tolérez tolérer ver 13.05 13.45 0.24 0.07 imp:pre:2p;ind:pre:2p; -tolériez tolérer ver 13.05 13.45 0.01 0.00 ind:imp:2p; -tolérions tolérer ver 13.05 13.45 0.00 0.07 ind:imp:1p; -tolérons tolérer ver 13.05 13.45 0.37 0.07 ind:pre:1p; -tolérât tolérer ver 13.05 13.45 0.00 0.14 sub:imp:3s; -toléré tolérer ver m s 13.05 13.45 1.50 2.30 par:pas; -tolérée tolérer ver f s 13.05 13.45 0.25 0.74 par:pas; -tolérées tolérer ver f p 13.05 13.45 0.06 0.47 par:pas; -tolérés tolérer ver m p 13.05 13.45 0.10 0.20 par:pas; -toluène toluène nom m s 0.04 0.00 0.04 0.00 -tom_pouce tom_pouce nom m 0.00 0.54 0.00 0.54 -tom_tom tom_tom nom m 0.04 0.00 0.04 0.00 -tom tom nom m s 2.51 0.14 2.51 0.14 -toma tomer ver 0.14 0.00 0.14 0.00 ind:pas:3s; -tomahawk tomahawk nom m s 0.00 0.27 0.00 0.20 -tomahawks tomahawk nom m p 0.00 0.27 0.00 0.07 -toman toman nom m s 0.27 0.00 0.27 0.00 -tomate tomate nom f s 20.77 13.31 7.88 5.74 -tomates tomate nom f p 20.77 13.31 12.89 7.57 -tomba tomber ver 407.82 441.42 4.17 31.08 ind:pas:3s; -tombai tomber ver 407.82 441.42 0.23 3.58 ind:pas:1s; -tombaient tomber ver 407.82 441.42 1.49 18.65 ind:imp:3p; -tombais tomber ver 407.82 441.42 1.36 2.43 ind:imp:1s;ind:imp:2s; -tombait tomber ver 407.82 441.42 4.01 49.05 ind:imp:3s; -tombal tombal adj m s 2.71 2.70 0.14 0.00 -tombale tombal adj f s 2.71 2.70 1.99 1.49 -tombales tombal adj f p 2.71 2.70 0.58 1.22 -tombant tomber ver 407.82 441.42 3.26 12.97 par:pre; -tombante tombant adj f s 0.88 9.12 0.34 5.00 -tombantes tombant adj f p 0.88 9.12 0.10 1.15 -tombants tombant adj m p 0.88 9.12 0.05 0.41 -tombe tomber ver 407.82 441.42 66.39 60.27 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -tombeau tombeau nom m s 10.22 11.96 9.51 8.92 -tombeaux tombeau nom m p 10.22 11.96 0.71 3.04 -tombent tomber ver 407.82 441.42 13.08 17.97 ind:pre:3p; -tomber tomber ver 407.82 441.42 180.25 133.18 inf; -tombera tomber ver 407.82 441.42 6.26 2.16 ind:fut:3s; -tomberai tomber ver 407.82 441.42 0.88 0.74 ind:fut:1s; -tomberaient tomber ver 407.82 441.42 0.28 0.74 cnd:pre:3p; -tomberais tomber ver 407.82 441.42 0.45 0.81 cnd:pre:1s;cnd:pre:2s; -tomberait tomber ver 407.82 441.42 1.56 3.18 cnd:pre:3s; -tomberas tomber ver 407.82 441.42 1.52 0.07 ind:fut:2s; -tombereau tombereau nom m s 0.01 2.50 0.01 1.15 -tombereaux tombereau nom m p 0.01 2.50 0.00 1.35 -tomberez tomber ver 407.82 441.42 0.90 0.27 ind:fut:2p; -tomberiez tomber ver 407.82 441.42 0.26 0.07 cnd:pre:2p; -tomberions tomber ver 407.82 441.42 0.16 0.07 cnd:pre:1p; -tomberons tomber ver 407.82 441.42 0.16 0.14 ind:fut:1p; -tomberont tomber ver 407.82 441.42 1.54 0.95 ind:fut:3p; -tombes tombe nom f p 49.67 34.86 8.34 10.68 -tombeur tombeur nom m s 2.12 1.01 1.94 0.74 -tombeurs tombeur nom m p 2.12 1.01 0.17 0.20 -tombeuse tombeur nom f s 2.12 1.01 0.01 0.07 -tombeuses tombeuse nom f p 0.01 0.00 0.01 0.00 -tombez tomber ver 407.82 441.42 4.88 1.96 imp:pre:2p;ind:pre:2p; -tombiez tomber ver 407.82 441.42 0.45 0.34 ind:imp:2p; -tombions tomber ver 407.82 441.42 0.17 0.54 ind:imp:1p; -tombola tombola nom f s 1.23 0.68 1.21 0.61 -tombolas tombola nom f p 1.23 0.68 0.02 0.07 -tombâmes tomber ver 407.82 441.42 0.01 0.68 ind:pas:1p; -tombons tomber ver 407.82 441.42 0.91 1.08 imp:pre:1p;ind:pre:1p; -tombât tomber ver 407.82 441.42 0.02 1.55 sub:imp:3s; -tombèrent tomber ver 407.82 441.42 0.27 6.08 ind:pas:3p; -tombé tomber ver m s 407.82 441.42 62.89 47.97 par:pas; -tombée tomber ver f s 407.82 441.42 30.49 25.20 par:pas; -tombées tomber ver f p 407.82 441.42 2.15 3.38 par:pas; -tombés tomber ver m p 407.82 441.42 9.63 12.70 par:pas; -tome tome nom m s 0.88 7.09 0.67 4.66 -tomes tome nom m p 0.88 7.09 0.21 2.43 -tomettes tomette nom f p 0.00 0.47 0.00 0.47 -tomme tomme nom f s 0.07 0.14 0.07 0.07 -tommes tomme nom f p 0.07 0.14 0.00 0.07 -tommette tommette nom f s 0.00 0.88 0.00 0.14 -tommettes tommette nom f p 0.00 0.88 0.00 0.74 -tommies tommies nom m p 0.12 0.07 0.12 0.07 -tommy tommy nom m s 0.11 0.00 0.11 0.00 -tomodensitomètre tomodensitomètre nom m s 0.03 0.00 0.03 0.00 -tomodensitométrie tomodensitométrie nom f s 0.04 0.00 0.04 0.00 -tomographe tomographe nom m s 0.03 0.00 0.03 0.00 -tomographie tomographie nom f s 0.56 0.00 0.56 0.00 -ton ton nom_sup m s 53.24 146.35 51.73 138.45 -tonal tonal adj m s 0.12 0.07 0.02 0.00 -tonale tonal adj f s 0.12 0.07 0.10 0.07 -tonalité tonalité nom f s 1.78 3.04 1.26 2.50 -tonalités tonalité nom f p 1.78 3.04 0.52 0.54 -tond tondre ver 2.77 4.26 0.48 0.20 ind:pre:3s; -tondais tondre ver 2.77 4.26 0.02 0.00 ind:imp:1s; -tondait tondre ver 2.77 4.26 0.05 0.34 ind:imp:3s; -tondant tondre ver 2.77 4.26 0.04 0.00 par:pre; -tonde tondre ver 2.77 4.26 0.03 0.07 sub:pre:1s;sub:pre:3s; -tondent tondre ver 2.77 4.26 0.05 0.14 ind:pre:3p; -tondes tondre ver 2.77 4.26 0.01 0.00 sub:pre:2s; -tondeur tondeur nom m s 1.76 2.30 0.04 0.61 -tondeuse tondeur nom f s 1.76 2.30 1.72 1.49 -tondeuses tondeuse nom f p 0.28 0.00 0.28 0.00 -tondit tondre ver 2.77 4.26 0.01 0.07 ind:pas:3s; -tondons tondre ver 2.77 4.26 0.02 0.00 imp:pre:1p;ind:pre:1p; -tondrai tondre ver 2.77 4.26 0.02 0.00 ind:fut:1s; -tondrais tondre ver 2.77 4.26 0.16 0.00 cnd:pre:1s; -tondre tondre ver 2.77 4.26 1.38 1.01 inf; -tonds tondre ver 2.77 4.26 0.13 0.00 imp:pre:2s;ind:pre:1s;ind:pre:2s; -tondu tondu adj m s 0.74 3.65 0.51 1.89 -tondue tondre ver f s 2.77 4.26 0.06 0.54 par:pas; -tondues tondu adj f p 0.74 3.65 0.00 0.41 -tondus tondu adj m p 0.74 3.65 0.20 0.81 -toner toner nom m s 0.07 0.00 0.07 0.00 -tong tong nom f s 1.73 0.20 1.12 0.07 -tongs tong nom f p 1.73 0.20 0.61 0.14 -tonic tonic nom m s 2.04 0.20 1.93 0.20 -tonicardiaque tonicardiaque nom m s 0.14 0.00 0.14 0.00 -tonicité tonicité nom f s 0.07 0.00 0.07 0.00 -tonics tonic nom m p 2.04 0.20 0.11 0.00 -tonie tonie nom f s 0.02 0.00 0.02 0.00 -tonifiaient tonifier ver 0.06 0.34 0.00 0.07 ind:imp:3p; -tonifiant tonifiant adj m s 0.04 0.14 0.03 0.00 -tonifiante tonifiant adj f s 0.04 0.14 0.00 0.07 -tonifiants tonifiant adj m p 0.04 0.14 0.01 0.07 -tonifie tonifier ver 0.06 0.34 0.03 0.07 ind:pre:3s; -tonifient tonifier ver 0.06 0.34 0.01 0.07 ind:pre:3p; -tonifier tonifier ver 0.06 0.34 0.01 0.07 inf; -tonique tonique adj s 0.40 1.82 0.35 1.55 -toniques tonique adj p 0.40 1.82 0.05 0.27 -tonitrua tonitruer ver 0.01 1.89 0.00 0.68 ind:pas:3s; -tonitruaient tonitruer ver 0.01 1.89 0.00 0.07 ind:imp:3p; -tonitruais tonitruer ver 0.01 1.89 0.00 0.07 ind:imp:1s; -tonitruait tonitruer ver 0.01 1.89 0.00 0.27 ind:imp:3s; -tonitruance tonitruance nom f s 0.00 0.14 0.00 0.07 -tonitruances tonitruance nom f p 0.00 0.14 0.00 0.07 -tonitruant tonitruant adj m s 0.29 3.04 0.05 0.95 -tonitruante tonitruant adj f s 0.29 3.04 0.24 1.28 -tonitruantes tonitruant adj f p 0.29 3.04 0.00 0.34 -tonitruants tonitruant adj m p 0.29 3.04 0.00 0.47 -tonitrue tonitruer ver 0.01 1.89 0.01 0.14 imp:pre:2s;ind:pre:3s; -tonitruent tonitruer ver 0.01 1.89 0.00 0.07 ind:pre:3p; -tonitruer tonitruer ver 0.01 1.89 0.00 0.20 inf; -tonitrué tonitruer ver m s 0.01 1.89 0.00 0.07 par:pas; -tonka tonka nom f s 0.03 0.00 0.03 0.00 -tonkinois tonkinois nom m 0.02 0.20 0.01 0.07 -tonkinoise tonkinois nom f s 0.02 0.20 0.01 0.14 -tonna tonner ver 1.94 5.14 0.14 0.74 ind:pas:3s; -tonnage tonnage nom m s 0.07 1.55 0.07 1.42 -tonnages tonnage nom m p 0.07 1.55 0.00 0.14 -tonnaient tonner ver 1.94 5.14 0.01 0.41 ind:imp:3p; -tonnais tonner ver 1.94 5.14 0.01 0.00 ind:imp:2s; -tonnait tonner ver 1.94 5.14 0.01 0.68 ind:imp:3s; -tonnant tonnant adj m s 0.14 1.08 0.14 0.14 -tonnante tonnant adj f s 0.14 1.08 0.00 0.74 -tonnantes tonnant adj f p 0.14 1.08 0.00 0.07 -tonnants tonnant adj m p 0.14 1.08 0.00 0.14 -tonne tonne nom f s 16.29 14.19 4.48 2.64 -tonneau tonneau nom m s 4.37 12.16 2.94 6.89 -tonneaux tonneau nom m p 4.37 12.16 1.43 5.27 -tonnelet tonnelet nom m s 0.43 1.55 0.40 1.15 -tonnelets tonnelet nom m p 0.43 1.55 0.03 0.41 -tonnelier tonnelier nom m s 0.06 0.61 0.06 0.47 -tonneliers tonnelier nom m p 0.06 0.61 0.00 0.14 -tonnelle tonnelle nom f s 0.62 3.51 0.61 2.84 -tonnellerie tonnellerie nom f s 0.07 0.88 0.07 0.81 -tonnelleries tonnellerie nom f p 0.07 0.88 0.00 0.07 -tonnelles tonnelle nom f p 0.62 3.51 0.01 0.68 -tonnent tonner ver 1.94 5.14 0.02 0.74 ind:pre:3p; -tonner tonner ver 1.94 5.14 0.12 1.28 inf; -tonnerait tonner ver 1.94 5.14 0.00 0.07 cnd:pre:3s; -tonnerre tonnerre nom m s 11.40 19.39 10.90 18.65 -tonnerres tonnerre nom m p 11.40 19.39 0.50 0.74 -tonnes tonne nom f p 16.29 14.19 11.80 11.55 -tonnez tonner ver 1.94 5.14 0.00 0.07 imp:pre:2p; -tonné tonner ver m s 1.94 5.14 0.20 0.20 par:pas; -tons ton nom_sup m p 53.24 146.35 1.51 7.91 -tonsure tonsure nom f s 0.85 0.88 0.85 0.81 -tonsures tonsure nom f p 0.85 0.88 0.00 0.07 -tonsuré tonsurer ver m s 0.00 0.07 0.00 0.07 par:pas; -tonte tonte nom f s 0.17 0.74 0.17 0.74 -tonton tonton nom m s 14.02 12.43 13.94 11.89 -tontons tonton nom m p 14.02 12.43 0.08 0.54 -tonus tonus nom m 0.34 0.61 0.34 0.61 -too_much too_much adj m s 0.19 0.47 0.19 0.47 -top_modèle top_modèle nom f s 0.22 0.00 0.21 0.00 -top_modèle top_modèle nom f p 0.22 0.00 0.01 0.00 -top_model top_model nom f p 0.12 0.07 0.12 0.07 -top top nom m s 19.35 2.09 19.18 2.09 -topa toper ver 2.59 0.68 0.00 0.07 ind:pas:3s; -topaze topaze nom f s 0.37 0.88 0.36 0.81 -topazes topaze nom f p 0.37 0.88 0.01 0.07 -tope toper ver 2.59 0.68 2.04 0.34 imp:pre:2s;ind:pre:1s;ind:pre:3s; -toper toper ver 2.59 0.68 0.04 0.07 inf; -topette topette nom f s 0.00 0.20 0.00 0.14 -topettes topette nom f p 0.00 0.20 0.00 0.07 -topez toper ver 2.59 0.68 0.18 0.07 imp:pre:2p; -tophus tophus nom m 0.00 0.07 0.00 0.07 -topinambour topinambour nom m s 0.16 1.35 0.02 0.41 -topinambours topinambour nom m p 0.16 1.35 0.14 0.95 -topions toper ver 2.59 0.68 0.01 0.00 ind:imp:1p; -topique topique adj m s 0.03 0.07 0.03 0.07 -topless topless adj f 0.26 0.00 0.26 0.00 -topo topo nom m s 3.17 2.43 3.16 2.36 -topographie topographie nom f s 0.33 1.35 0.33 1.35 -topographique topographique adj s 0.23 0.54 0.17 0.34 -topographiquement topographiquement adv 0.00 0.14 0.00 0.14 -topographiques topographique adj p 0.23 0.54 0.06 0.20 -topologie topologie nom f s 0.04 0.07 0.04 0.07 -topologique topologique adj f s 0.01 0.00 0.01 0.00 -topons toper ver 2.59 0.68 0.03 0.14 imp:pre:1p; -toponymie toponymie nom f s 0.00 0.07 0.00 0.07 -topos topo nom m p 3.17 2.43 0.01 0.07 -tops top nom m p 19.35 2.09 0.17 0.00 -topé toper ver m s 2.59 0.68 0.28 0.00 par:pas; -topés toper ver m p 2.59 0.68 0.01 0.00 par:pas; -toqua toquer ver 1.33 2.03 0.10 0.34 ind:pas:3s; -toquade toquade nom f s 0.13 0.41 0.13 0.14 -toquades toquade nom f p 0.13 0.41 0.00 0.27 -toquais toquer ver 1.33 2.03 0.00 0.07 ind:imp:1s; -toquait toquer ver 1.33 2.03 0.00 0.14 ind:imp:3s; -toquant toquer ver 1.33 2.03 0.00 0.07 par:pre; -toquante toquante nom f s 0.03 0.27 0.01 0.20 -toquantes toquante nom f p 0.03 0.27 0.02 0.07 -toquard toquard nom m s 0.11 0.41 0.07 0.27 -toquarde toquard adj f s 0.13 0.41 0.10 0.07 -toquardes toquard adj f p 0.13 0.41 0.00 0.07 -toquards toquard nom m p 0.11 0.41 0.04 0.14 -toque toque nom f s 0.82 7.57 0.65 6.55 -toquer toquer ver 1.33 2.03 0.07 0.41 inf; -toques toque nom f p 0.82 7.57 0.17 1.01 -toquez toquer ver 1.33 2.03 0.01 0.00 imp:pre:2p; -toqué toquer ver m s 1.33 2.03 0.72 0.20 par:pas; -toquée toqué adj f s 0.89 0.34 0.36 0.07 -toquées toquer ver f p 1.33 2.03 0.10 0.07 par:pas; -toqués toqué adj m p 0.89 0.34 0.11 0.00 -torana torana nom m s 0.01 0.00 0.01 0.00 -torcha torcher ver 3.20 5.54 0.00 0.34 ind:pas:3s; -torchaient torcher ver 3.20 5.54 0.00 0.07 ind:imp:3p; -torchais torcher ver 3.20 5.54 0.01 0.07 ind:imp:1s;ind:imp:2s; -torchait torcher ver 3.20 5.54 0.03 0.20 ind:imp:3s; -torchant torcher ver 3.20 5.54 0.02 0.20 par:pre; -torchassions torcher ver 3.20 5.54 0.00 0.07 sub:imp:1p; -torche_cul torche_cul nom m s 0.06 0.00 0.06 0.00 -torche torche nom f s 8.09 11.96 6.71 7.16 -torchent torcher ver 3.20 5.54 0.01 0.27 ind:pre:3p; -torcher torcher ver 3.20 5.54 1.23 1.89 inf; -torcherais torcher ver 3.20 5.54 0.04 0.07 cnd:pre:1s; -torcheras torcher ver 3.20 5.54 0.01 0.07 ind:fut:2s; -torches torche nom f p 8.09 11.96 1.38 4.80 -torchez torcher ver 3.20 5.54 0.03 0.00 imp:pre:2p;ind:pre:2p; -torchis torchis nom m 0.03 2.23 0.03 2.23 -torchon torchon nom m s 3.48 10.14 2.95 7.23 -torchonnait torchonner ver 0.00 0.68 0.00 0.34 ind:imp:3s; -torchonne torchonner ver 0.00 0.68 0.00 0.14 ind:pre:3s; -torchonner torchonner ver 0.00 0.68 0.00 0.20 inf; -torchons torchon nom m p 3.48 10.14 0.54 2.91 -torchère torchère nom f s 0.01 1.42 0.00 0.47 -torchères torchère nom f p 0.01 1.42 0.01 0.95 -torché torcher ver m s 3.20 5.54 0.38 0.41 par:pas; -torchée torcher ver f s 3.20 5.54 0.01 0.14 par:pas; -torchées torchée nom f p 0.00 0.07 0.00 0.07 -torchés torcher ver m p 3.20 5.54 0.16 0.07 par:pas; -tord_boyaux tord_boyaux nom m 0.27 0.47 0.27 0.47 -tord_nez tord_nez nom m s 0.00 0.14 0.00 0.14 -tord tordre ver 12.24 38.38 2.08 4.80 ind:pre:3s; -tordît tordre ver 12.24 38.38 0.00 0.07 sub:imp:3s; -tordage tordage nom m s 0.07 0.00 0.07 0.00 -tordaient tordre ver 12.24 38.38 0.17 1.89 ind:imp:3p; -tordais tordre ver 12.24 38.38 0.17 0.34 ind:imp:1s;ind:imp:2s; -tordait tordre ver 12.24 38.38 0.14 6.89 ind:imp:3s; -tordant tordant adj m s 1.65 0.88 1.25 0.61 -tordante tordant adj f s 1.65 0.88 0.33 0.00 -tordantes tordant adj f p 1.65 0.88 0.02 0.07 -tordants tordant adj m p 1.65 0.88 0.05 0.20 -torde tordre ver 12.24 38.38 0.26 0.14 sub:pre:1s;sub:pre:3s; -tordent tordre ver 12.24 38.38 0.36 1.28 ind:pre:3p; -tordeur tordeur nom m s 0.13 0.00 0.12 0.00 -tordeurs tordeur nom m p 0.13 0.00 0.01 0.00 -tordez tordre ver 12.24 38.38 0.10 0.14 imp:pre:2p;ind:pre:2p; -tordiez tordre ver 12.24 38.38 0.01 0.00 ind:imp:2p; -tordion tordion nom m s 0.00 0.14 0.00 0.07 -tordions tordion nom m p 0.00 0.14 0.00 0.07 -tordirent tordre ver 12.24 38.38 0.01 0.34 ind:pas:3p; -tordis tordre ver 12.24 38.38 0.00 0.14 ind:pas:1s; -tordit tordre ver 12.24 38.38 0.01 2.64 ind:pas:3s; -tordra tordre ver 12.24 38.38 0.01 0.07 ind:fut:3s; -tordrai tordre ver 12.24 38.38 0.18 0.07 ind:fut:1s; -tordraient tordre ver 12.24 38.38 0.00 0.07 cnd:pre:3p; -tordrais tordre ver 12.24 38.38 0.20 0.07 cnd:pre:1s;cnd:pre:2s; -tordrait tordre ver 12.24 38.38 0.06 0.20 cnd:pre:3s; -tordras tordre ver 12.24 38.38 0.02 0.00 ind:fut:2s; -tordre tordre ver 12.24 38.38 2.77 5.27 inf; -tordrez tordre ver 12.24 38.38 0.01 0.07 ind:fut:2p; -tordront tordre ver 12.24 38.38 0.01 0.14 ind:fut:3p; -tords tordre ver 12.24 38.38 1.17 0.74 imp:pre:2s;ind:pre:1s;ind:pre:2s; -tordu tordu adj m s 7.76 14.80 4.10 4.46 -tordue tordu adj f s 7.76 14.80 1.75 4.12 -tordues tordu adj f p 7.76 14.80 0.66 2.30 -tordus tordu adj m p 7.76 14.80 1.25 3.92 -tore tore nom m s 0.14 0.07 0.04 0.00 -torera torera nom f s 0.20 0.00 0.20 0.00 -torero torero nom m s 1.17 2.43 0.94 1.35 -toreros torero nom m p 1.17 2.43 0.23 1.08 -tores tore nom m p 0.14 0.07 0.10 0.07 -torgnole torgnole nom f s 0.31 1.08 0.14 0.47 -torgnoles torgnole nom f p 0.31 1.08 0.17 0.61 -tories tories nom m p 0.12 0.00 0.12 0.00 -toril toril nom m s 0.00 0.41 0.00 0.41 -tornade tornade nom f s 2.66 4.12 2.13 3.11 -tornades tornade nom f p 2.66 4.12 0.52 1.01 -toro toro nom m s 0.91 0.74 0.91 0.74 -torons toron nom m p 0.00 0.07 0.00 0.07 -torpeur torpeur nom f s 0.78 13.38 0.78 13.24 -torpeurs torpeur nom f p 0.78 13.38 0.00 0.14 -torpide torpide adj f s 0.00 0.27 0.00 0.27 -torpillage torpillage nom m s 0.13 0.20 0.13 0.14 -torpillages torpillage nom m p 0.13 0.20 0.00 0.07 -torpillaient torpiller ver 1.21 1.08 0.00 0.07 ind:imp:3p; -torpillait torpiller ver 1.21 1.08 0.00 0.07 ind:imp:3s; -torpille torpille nom f s 5.28 1.62 2.42 0.61 -torpiller torpiller ver 1.21 1.08 0.28 0.34 inf; -torpillera torpiller ver 1.21 1.08 0.01 0.00 ind:fut:3s; -torpilles torpille nom f p 5.28 1.62 2.86 1.01 -torpilleur torpilleur nom m s 0.39 1.62 0.28 0.68 -torpilleurs torpilleur nom m p 0.39 1.62 0.11 0.95 -torpillé torpiller ver m s 1.21 1.08 0.32 0.34 par:pas; -torpillée torpiller ver f s 1.21 1.08 0.03 0.07 par:pas; -torpillés torpiller ver m p 1.21 1.08 0.03 0.00 par:pas; -torpédo torpédo nom f s 0.03 2.91 0.03 2.70 -torpédos torpédo nom f p 0.03 2.91 0.00 0.20 -torque torque nom m s 0.05 0.00 0.05 0.00 -torrent torrent nom m s 2.46 16.35 1.60 11.96 -torrentiel torrentiel adj m s 0.23 1.01 0.02 0.14 -torrentielle torrentiel adj f s 0.23 1.01 0.20 0.27 -torrentielles torrentiel adj f p 0.23 1.01 0.01 0.47 -torrentiels torrentiel adj m p 0.23 1.01 0.00 0.14 -torrents torrent nom m p 2.46 16.35 0.86 4.39 -torrentueuses torrentueux adj f p 0.00 0.20 0.00 0.14 -torrentueux torrentueux adj m s 0.00 0.20 0.00 0.07 -torride torride adj s 1.96 4.32 1.70 3.18 -torrides torride adj p 1.96 4.32 0.26 1.15 -torréfaction torréfaction nom f s 0.02 0.07 0.02 0.07 -torréfiait torréfier ver 0.01 0.41 0.00 0.14 ind:imp:3s; -torréfiant torréfier ver 0.01 0.41 0.00 0.07 par:pre; -torréfie torréfier ver 0.01 0.41 0.00 0.07 ind:pre:3s; -torréfient torréfier ver 0.01 0.41 0.00 0.07 ind:pre:3p; -torréfié torréfié adj m s 0.12 0.47 0.12 0.14 -torréfiée torréfié adj f s 0.12 0.47 0.00 0.27 -torréfiées torréfié adj f p 0.12 0.47 0.00 0.07 -tors tors adj m s 0.67 4.73 0.27 0.34 -torsada torsader ver 0.12 2.57 0.00 0.07 ind:pas:3s; -torsade torsade nom f s 0.17 2.91 0.00 1.01 -torsades torsade nom f p 0.17 2.91 0.17 1.89 -torsadé torsader ver m s 0.12 2.57 0.00 0.54 par:pas; -torsadée torsader ver f s 0.12 2.57 0.03 0.61 par:pas; -torsadées torsader ver f p 0.12 2.57 0.01 0.88 par:pas; -torsadés torsader ver m p 0.12 2.57 0.08 0.47 par:pas; -torse torse nom m s 3.82 21.08 3.75 19.39 -torses torse nom m p 3.82 21.08 0.07 1.69 -torsion torsion nom f s 0.37 3.11 0.36 2.23 -torsions torsion nom f p 0.37 3.11 0.01 0.88 -tort tort nom m s 67.97 55.00 64.89 51.55 -tortellini tortellini nom m s 0.34 0.00 0.23 0.00 -tortellinis tortellini nom m p 0.34 0.00 0.11 0.00 -torticolis torticolis nom m 0.92 0.74 0.92 0.74 -tortil tortil nom m s 0.00 0.14 0.00 0.07 -tortilla tortilla nom f s 1.73 0.41 1.40 0.07 -tortillaient tortiller ver 1.96 9.66 0.02 0.20 ind:imp:3p; -tortillais tortiller ver 1.96 9.66 0.02 0.20 ind:imp:1s; -tortillait tortiller ver 1.96 9.66 0.14 2.09 ind:imp:3s; -tortillant tortiller ver 1.96 9.66 0.06 1.49 par:pre; -tortillard tortillard nom m s 0.16 1.69 0.16 1.62 -tortillards tortillard nom m p 0.16 1.69 0.00 0.07 -tortillas tortilla nom f p 1.73 0.41 0.34 0.34 -tortille tortiller ver 1.96 9.66 0.72 1.96 imp:pre:2s;ind:pre:1s;ind:pre:3s; -tortillement tortillement nom m s 0.03 0.20 0.02 0.00 -tortillements tortillement nom m p 0.03 0.20 0.01 0.20 -tortillent tortiller ver 1.96 9.66 0.06 0.20 ind:pre:3p; -tortiller tortiller ver 1.96 9.66 0.76 1.82 inf; -tortillez tortiller ver 1.96 9.66 0.12 0.00 imp:pre:2p;ind:pre:2p; -tortillon tortillon nom m s 0.06 1.28 0.06 0.81 -tortillons tortillon nom m p 0.06 1.28 0.00 0.47 -tortillé tortiller ver m s 1.96 9.66 0.03 0.41 par:pas; -tortillée tortiller ver f s 1.96 9.66 0.02 0.34 par:pas; -tortillées tortiller ver f p 1.96 9.66 0.00 0.14 par:pas; -tortillés tortiller ver m p 1.96 9.66 0.00 0.27 par:pas; -tortils tortil nom m p 0.00 0.14 0.00 0.07 -tortionnaire tortionnaire nom s 0.50 2.43 0.24 1.28 -tortionnaires tortionnaire nom p 0.50 2.43 0.26 1.15 -tortora tortorer ver 0.00 0.81 0.00 0.14 ind:pas:3s; -tortorait tortorer ver 0.00 0.81 0.00 0.14 ind:imp:3s; -tortorant tortorer ver 0.00 0.81 0.00 0.07 par:pre; -tortore tortore nom f s 0.00 1.82 0.00 1.82 -tortorent tortorer ver 0.00 0.81 0.00 0.07 ind:pre:3p; -tortorer tortorer ver 0.00 0.81 0.00 0.27 inf; -tortoré tortorer ver m s 0.00 0.81 0.00 0.14 par:pas; -torts tort nom m p 67.97 55.00 3.08 3.45 -tortu tortu adj m s 0.69 0.68 0.00 0.07 -tortue tortue nom f s 5.34 6.22 4.00 4.66 -tortues tortue nom f p 5.34 6.22 1.33 1.55 -tortueuse tortueux adj f s 0.86 3.11 0.39 0.68 -tortueuses tortueux adj f p 0.86 3.11 0.04 0.95 -tortueux tortueux adj m 0.86 3.11 0.44 1.49 -tortura torturer ver 24.63 15.41 0.03 0.07 ind:pas:3s; -torturai torturer ver 24.63 15.41 0.01 0.07 ind:pas:1s; -torturaient torturer ver 24.63 15.41 0.25 0.61 ind:imp:3p; -torturais torturer ver 24.63 15.41 0.07 0.14 ind:imp:1s;ind:imp:2s; -torturait torturer ver 24.63 15.41 0.59 2.36 ind:imp:3s; -torturant torturer ver 24.63 15.41 0.13 0.54 par:pre; -torturante torturant adj f s 0.12 1.28 0.10 0.41 -torturantes torturant adj f p 0.12 1.28 0.00 0.20 -torturants torturant adj m p 0.12 1.28 0.01 0.14 -torture torture nom f s 12.94 17.03 10.13 11.96 -torturent torturer ver 24.63 15.41 0.96 0.68 ind:pre:3p;sub:pre:3p; -torturer torturer ver 24.63 15.41 8.28 3.78 inf;;inf;;inf;; -torturera torturer ver 24.63 15.41 0.10 0.07 ind:fut:3s; -torturerai torturer ver 24.63 15.41 0.06 0.00 ind:fut:1s; -tortureraient torturer ver 24.63 15.41 0.01 0.00 cnd:pre:3p; -torturerez torturer ver 24.63 15.41 0.00 0.07 ind:fut:2p; -tortureront torturer ver 24.63 15.41 0.05 0.00 ind:fut:3p; -tortures torture nom f p 12.94 17.03 2.81 5.07 -tortureurs tortureur nom m p 0.00 0.07 0.00 0.07 -torturez torturer ver 24.63 15.41 1.24 0.20 imp:pre:2p;ind:pre:2p; -torturions torturer ver 24.63 15.41 0.00 0.07 ind:imp:1p; -torturons torturer ver 24.63 15.41 0.30 0.00 imp:pre:1p;ind:pre:1p; -torturèrent torturer ver 24.63 15.41 0.00 0.07 ind:pas:3p; -torturé torturer ver m s 24.63 15.41 5.56 3.11 par:pas; -torturée torturer ver f s 24.63 15.41 1.27 1.01 par:pas; -torturées torturé adj f p 2.44 4.26 0.33 0.41 -torturés torturé ver m p 0.92 0.00 0.92 0.00 par:pas; -tortus tortu adj m p 0.69 0.68 0.00 0.07 -toréador_vedette toréador_vedette nom m s 0.00 0.07 0.00 0.07 -toréador toréador nom m s 0.31 0.61 0.29 0.47 -toréadors toréador nom m p 0.31 0.61 0.02 0.14 -torée toréer ver 0.43 0.07 0.01 0.00 ind:pre:3s; -toréer toréer ver 0.43 0.07 0.42 0.07 inf; -torve torve adj s 0.12 2.36 0.02 1.96 -torves torve adj p 0.12 2.36 0.10 0.41 -tos to nom m p 55.51 3.78 0.02 0.00 -toscan toscan adj m s 0.46 1.22 0.21 0.41 -toscane toscan adj f s 0.46 1.22 0.05 0.68 -toscanes toscan adj f p 0.46 1.22 0.20 0.07 -toscans toscan nom m p 0.04 0.20 0.03 0.00 -toss toss nom m 0.02 0.07 0.02 0.07 -tossé tosser ver m s 0.00 0.07 0.00 0.07 par:pas; -tâta tâter ver 3.95 21.55 0.00 2.91 ind:pas:3s; -tâtai tâter ver 3.95 21.55 0.00 0.34 ind:pas:1s; -tâtaient tâter ver 3.95 21.55 0.00 0.68 ind:imp:3p; -tâtais tâter ver 3.95 21.55 0.01 0.54 ind:imp:1s; -tâtait tâter ver 3.95 21.55 0.03 2.03 ind:imp:3s; -total total adj m s 24.59 41.62 9.29 16.35 -totale total adj f s 24.59 41.62 15.26 24.86 -totalement totalement adv 28.62 22.16 28.62 22.16 -totales total adj f p 24.59 41.62 0.02 0.41 -totalisait totaliser ver 0.13 0.95 0.02 0.20 ind:imp:3s; -totalisant totalisant adj m s 0.01 0.27 0.01 0.27 -totalisateur totalisateur nom m s 0.01 0.00 0.01 0.00 -totalisation totalisation nom f s 0.00 0.07 0.00 0.07 -totalise totaliser ver 0.13 0.95 0.03 0.20 ind:pre:1s;ind:pre:3s; -totalisent totaliser ver 0.13 0.95 0.03 0.07 ind:pre:3p; -totaliser totaliser ver 0.13 0.95 0.03 0.20 inf; -totalisé totaliser ver m s 0.13 0.95 0.01 0.07 par:pas; -totalitaire totalitaire adj s 0.09 1.42 0.05 1.08 -totalitaires totalitaire adj p 0.09 1.42 0.04 0.34 -totalitarisme totalitarisme nom m s 0.03 0.95 0.03 0.88 -totalitarismes totalitarisme nom m p 0.03 0.95 0.00 0.07 -totalité totalité nom f s 3.11 9.39 3.11 9.26 -totalités totalité nom f p 3.11 9.39 0.00 0.14 -tâtant tâter ver 3.95 21.55 0.04 2.03 par:pre; -totaux total nom m p 3.86 9.66 0.20 0.14 -tâte tâter ver 3.95 21.55 1.02 4.46 imp:pre:2s;ind:pre:1s;ind:pre:3s; -totem totem nom m s 1.42 1.35 1.27 0.81 -totems totem nom m p 1.42 1.35 0.15 0.54 -tâtent tâter ver 3.95 21.55 0.04 0.20 ind:pre:3p; -tâter tâter ver 3.95 21.55 1.94 5.74 inf; -tâtera tâter ver 3.95 21.55 0.01 0.07 ind:fut:3s; -tâterai tâter ver 3.95 21.55 0.06 0.00 ind:fut:1s; -tâteras tâter ver 3.95 21.55 0.01 0.00 ind:fut:2s; -tâterez tâter ver 3.95 21.55 0.05 0.00 ind:fut:2p; -tâtez tâter ver 3.95 21.55 0.41 0.14 imp:pre:2p;ind:pre:2p; -tâtiez tâter ver 3.95 21.55 0.00 0.14 ind:imp:2p; -toto toto nom m s 0.30 0.20 0.26 0.00 -totoche totoche nom s 0.00 0.41 0.00 0.27 -totoches totoche nom p 0.00 0.41 0.00 0.14 -toton toton nom m s 0.15 0.41 0.14 0.27 -tâtonna tâtonner ver 0.70 10.54 0.00 1.28 ind:pas:3s; -tâtonnai tâtonner ver 0.70 10.54 0.00 0.14 ind:pas:1s; -tâtonnaient tâtonner ver 0.70 10.54 0.00 0.27 ind:imp:3p; -tâtonnais tâtonner ver 0.70 10.54 0.01 0.07 ind:imp:1s; -tâtonnait tâtonner ver 0.70 10.54 0.10 0.81 ind:imp:3s; -tâtonnant tâtonner ver 0.70 10.54 0.00 3.38 par:pre; -tâtonnante tâtonnant adj f s 0.00 1.28 0.00 0.41 -tâtonnantes tâtonnant adj f p 0.00 1.28 0.00 0.41 -tâtonnants tâtonnant adj m p 0.00 1.28 0.00 0.07 -tâtonne tâtonner ver 0.70 10.54 0.47 2.36 imp:pre:2s;ind:pre:1s;ind:pre:3s; -tâtonnement tâtonnement nom m s 0.12 2.03 0.00 0.47 -tâtonnements tâtonnement nom m p 0.12 2.03 0.12 1.55 -tâtonnent tâtonner ver 0.70 10.54 0.01 0.34 ind:pre:3p; -tâtonner tâtonner ver 0.70 10.54 0.08 0.81 inf; -tâtonnera tâtonner ver 0.70 10.54 0.01 0.07 ind:fut:3s; -tâtonnerais tâtonner ver 0.70 10.54 0.00 0.07 cnd:pre:1s; -tâtonnions tâtonner ver 0.70 10.54 0.00 0.20 ind:imp:1p; -tâtonnâmes tâtonner ver 0.70 10.54 0.00 0.07 ind:pas:1p; -tâtonnât tâtonner ver 0.70 10.54 0.00 0.07 sub:imp:3s; -tâtonnèrent tâtonner ver 0.70 10.54 0.00 0.14 ind:pas:3p; -tâtonné tâtonner ver m s 0.70 10.54 0.01 0.41 par:pas; -tâtonnée tâtonner ver f s 0.70 10.54 0.00 0.07 par:pas; -tâtons tâter ver 3.95 21.55 0.03 0.07 imp:pre:1p; -totons toton nom m p 0.15 0.41 0.01 0.14 -totos toto nom m p 0.30 0.20 0.04 0.20 -tâtèrent tâter ver 3.95 21.55 0.00 0.14 ind:pas:3p; -tâté tâter ver m s 3.95 21.55 0.29 2.03 par:pas; -totémique totémique adj m s 0.01 0.27 0.00 0.14 -totémiques totémique adj m p 0.01 0.27 0.01 0.14 -totémisme totémisme nom m s 0.01 0.00 0.01 0.00 -tâtés tâter ver m p 3.95 21.55 0.01 0.07 par:pas; -touareg touareg adj m s 0.06 0.00 0.03 0.00 -touaregs touareg adj m p 0.06 0.00 0.03 0.00 -toubab toubab nom m s 0.30 0.61 0.10 0.54 -toubabs toubab nom m p 0.30 0.61 0.20 0.07 -toubib toubib nom m s 6.62 13.72 5.71 11.35 -toubibs toubib nom m p 6.62 13.72 0.91 2.36 -toucan toucan nom m s 0.03 0.14 0.03 0.14 -toucha toucher ver 270.26 190.27 0.32 10.95 ind:pas:3s; -touchai toucher ver 270.26 190.27 0.01 1.82 ind:pas:1s; -touchaient toucher ver 270.26 190.27 0.44 6.15 ind:imp:3p; -touchais toucher ver 270.26 190.27 1.87 3.04 ind:imp:1s;ind:imp:2s; -touchait toucher ver 270.26 190.27 2.99 18.58 ind:imp:3s; -touchant touchant adj m s 7.42 9.73 6.02 5.34 -touchante touchant adj f s 7.42 9.73 1.04 2.70 -touchantes touchant adj f p 7.42 9.73 0.03 1.01 -touchants touchant adj m p 7.42 9.73 0.33 0.68 -touche_pipi touche_pipi nom m 0.35 0.61 0.35 0.61 -touche_touche touche_touche nom f s 0.01 0.00 0.01 0.00 -touche toucher ver 270.26 190.27 91.91 29.26 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:1s;sub:pre:3s; -touchent toucher ver 270.26 190.27 4.96 6.69 ind:pre:3p;sub:pre:3p; -toucher toucher ver 270.26 190.27 49.41 56.15 inf;;inf;;inf;; -touchera toucher ver 270.26 190.27 4.35 1.35 ind:fut:3s; -toucherai toucher ver 270.26 190.27 2.73 0.61 ind:fut:1s; -toucheraient toucher ver 270.26 190.27 0.08 0.27 cnd:pre:3p; -toucherais toucher ver 270.26 190.27 1.12 0.47 cnd:pre:1s;cnd:pre:2s; -toucherait toucher ver 270.26 190.27 1.05 1.62 cnd:pre:3s; -toucheras toucher ver 270.26 190.27 1.27 0.14 ind:fut:2s; -toucherez toucher ver 270.26 190.27 0.98 0.41 ind:fut:2p; -toucherions toucher ver 270.26 190.27 0.02 0.07 cnd:pre:1p; -toucherons toucher ver 270.26 190.27 0.06 0.14 ind:fut:1p; -toucheront toucher ver 270.26 190.27 0.56 0.20 ind:fut:3p; -touchers toucher nom m p 7.41 10.14 0.00 0.20 -touches toucher ver 270.26 190.27 10.35 1.55 ind:pre:2s; -touchette touchette nom f s 0.01 0.00 0.01 0.00 -touchez toucher ver 270.26 190.27 26.76 2.84 imp:pre:2p;ind:pre:2p; -touchiez toucher ver 270.26 190.27 0.27 0.07 ind:imp:2p; -touchions toucher ver 270.26 190.27 0.13 1.08 ind:imp:1p; -touchons toucher ver 270.26 190.27 0.66 0.81 imp:pre:1p;ind:pre:1p; -touchât toucher ver 270.26 190.27 0.01 0.74 sub:imp:3s; -touchotter touchotter nom m s 0.00 0.07 0.00 0.07 -touchèrent toucher ver 270.26 190.27 0.26 1.22 ind:pas:3p; -touché toucher ver m s 270.26 190.27 50.97 27.77 par:pas; -touchée toucher ver f s 270.26 190.27 11.29 4.93 par:pas; -touchées toucher ver f p 270.26 190.27 0.74 0.68 par:pas; -touchés toucher ver m p 270.26 190.27 3.34 2.36 par:pas; -toue toue nom f s 0.02 0.68 0.02 0.61 -touer touer ver 0.02 0.14 0.02 0.00 inf; -toues toue nom f p 0.02 0.68 0.00 0.07 -touffe touffe nom f s 2.20 16.69 1.60 6.69 -touffes touffe nom f p 2.20 16.69 0.60 10.00 -touffeur touffeur nom f s 0.00 1.35 0.00 1.28 -touffeurs touffeur nom f p 0.00 1.35 0.00 0.07 -touffu touffu adj m s 1.01 4.80 0.42 1.49 -touffue touffu adj f s 1.01 4.80 0.14 0.88 -touffues touffu adj f p 1.01 4.80 0.01 0.34 -touffus touffu adj m p 1.01 4.80 0.43 2.09 -touillais touiller ver 0.29 2.30 0.00 0.07 ind:imp:1s; -touillait touiller ver 0.29 2.30 0.14 0.27 ind:imp:3s; -touillant touiller ver 0.29 2.30 0.00 0.47 par:pre; -touille touiller ver 0.29 2.30 0.01 0.61 imp:pre:2s;ind:pre:1s;ind:pre:3s; -touillent touiller ver 0.29 2.30 0.00 0.14 ind:pre:3p; -touiller touiller ver 0.29 2.30 0.10 0.54 inf; -touillé touillé adj m s 0.10 0.20 0.10 0.07 -touillée touillé adj f s 0.10 0.20 0.00 0.07 -touillées touiller ver f p 0.29 2.30 0.00 0.07 par:pas; -touillés touiller ver m p 0.29 2.30 0.01 0.07 par:pas; -toujours toujours adv_sup 1072.36 1093.78 1072.36 1093.78 -toulonnais toulonnais nom m 0.00 0.41 0.00 0.41 -touloupes touloupe nom f p 0.00 0.14 0.00 0.14 -toulousain toulousain nom m s 0.00 2.57 0.00 1.01 -toulousaine toulousain adj f s 0.00 1.49 0.00 0.14 -toulousaines toulousain adj f p 0.00 1.49 0.00 0.14 -toulousains toulousain nom m p 0.00 2.57 0.00 1.49 -toundra toundra nom f s 0.29 0.47 0.19 0.41 -toundras toundra nom f p 0.29 0.47 0.10 0.07 -toungouse toungouse adj f s 0.00 0.14 0.00 0.14 -toupet toupet nom m s 2.23 2.30 2.08 2.23 -toupets toupet nom m p 2.23 2.30 0.15 0.07 -toupie toupie nom f s 1.79 3.92 1.50 3.04 -toupies toupie nom f p 1.79 3.92 0.29 0.88 -toupilleur toupilleur nom m s 0.00 0.07 0.00 0.07 -toupinant toupiner ver 0.00 0.14 0.00 0.14 par:pre; -touque touque nom f s 0.02 0.14 0.02 0.07 -touques touque nom f p 0.02 0.14 0.00 0.07 -tour tour nom s 193.82 308.72 175.56 280.27 -tourangeau tourangeau adj m s 0.00 0.41 0.00 0.20 -tourangeaux tourangeau adj m p 0.00 0.41 0.00 0.20 -tourangelle tourangelle adj f s 0.00 0.14 0.00 0.07 -tourangelles tourangelle adj f p 0.00 0.14 0.00 0.07 -tourbe tourbe nom f s 0.44 2.03 0.44 1.96 -tourbes tourbe nom f p 0.44 2.03 0.00 0.07 -tourbeuse tourbeux adj f s 0.00 0.20 0.00 0.14 -tourbeux tourbeux adj m p 0.00 0.20 0.00 0.07 -tourbiers tourbier nom m p 0.06 0.95 0.00 0.07 -tourbillon tourbillon nom m s 2.88 17.77 2.34 11.01 -tourbillonna tourbillonner ver 1.16 5.88 0.00 0.20 ind:pas:3s; -tourbillonnaient tourbillonner ver 1.16 5.88 0.04 0.74 ind:imp:3p; -tourbillonnaire tourbillonnaire adj f s 0.00 0.14 0.00 0.14 -tourbillonnais tourbillonner ver 1.16 5.88 0.00 0.07 ind:imp:1s; -tourbillonnait tourbillonner ver 1.16 5.88 0.02 1.08 ind:imp:3s; -tourbillonnant tourbillonner ver 1.16 5.88 0.01 1.15 par:pre; -tourbillonnante tourbillonnant adj f s 0.06 1.62 0.03 0.54 -tourbillonnantes tourbillonnant adj f p 0.06 1.62 0.03 0.34 -tourbillonnants tourbillonnant adj m p 0.06 1.62 0.00 0.27 -tourbillonne tourbillonner ver 1.16 5.88 0.26 1.01 imp:pre:2s;ind:pre:1s;ind:pre:3s; -tourbillonnement tourbillonnement nom m s 0.00 0.20 0.00 0.14 -tourbillonnements tourbillonnement nom m p 0.00 0.20 0.00 0.07 -tourbillonnent tourbillonner ver 1.16 5.88 0.68 0.81 ind:pre:3p; -tourbillonner tourbillonner ver 1.16 5.88 0.12 0.74 inf; -tourbillonnez tourbillonner ver 1.16 5.88 0.02 0.00 imp:pre:2p; -tourbillonnèrent tourbillonner ver 1.16 5.88 0.00 0.07 ind:pas:3p; -tourbillonné tourbillonner ver m s 1.16 5.88 0.02 0.00 par:pas; -tourbillons tourbillon nom m p 2.88 17.77 0.54 6.76 -tourbière tourbier nom f s 0.06 0.95 0.06 0.20 -tourbières tourbière nom f p 0.04 0.00 0.04 0.00 -tourde tourd nom f s 0.10 0.00 0.10 0.00 -tourelle tourelle nom f s 1.71 3.92 1.53 1.69 -tourelles tourelle nom f p 1.71 3.92 0.18 2.23 -touret touret nom m s 0.00 0.07 0.00 0.07 -tourillon tourillon nom m s 0.00 0.07 0.00 0.07 -tourisme tourisme nom m s 2.98 4.66 2.98 4.66 -touriste touriste nom s 14.36 24.19 4.05 6.28 -touristes touriste nom p 14.36 24.19 10.31 17.91 -touristique touristique adj s 2.54 3.51 1.95 2.16 -touristiques touristique adj p 2.54 3.51 0.59 1.35 -tourière tourier adj f s 0.00 0.41 0.00 0.41 -tourlourou tourlourou nom m s 0.01 0.07 0.01 0.07 -tourlousine tourlousine nom f s 0.00 0.07 0.00 0.07 -tourmalines tourmaline nom f p 0.01 0.20 0.01 0.20 -tourment tourment nom m s 7.30 12.30 2.94 5.41 -tourmenta tourmenter ver 10.50 16.28 0.01 0.41 ind:pas:3s; -tourmentai tourmenter ver 10.50 16.28 0.00 0.07 ind:pas:1s; -tourmentaient tourmenter ver 10.50 16.28 0.03 0.95 ind:imp:3p; -tourmentais tourmenter ver 10.50 16.28 0.01 0.41 ind:imp:1s; -tourmentait tourmenter ver 10.50 16.28 0.36 2.64 ind:imp:3s; -tourmentant tourmenter ver 10.50 16.28 0.03 0.14 par:pre; -tourmentante tourmentant adj f s 0.00 0.20 0.00 0.07 -tourmentantes tourmentant adj f p 0.00 0.20 0.00 0.07 -tourmente tourmenter ver 10.50 16.28 3.48 2.16 imp:pre:2s;ind:pre:1s;ind:pre:3s; -tourmentent tourmenter ver 10.50 16.28 0.52 0.54 ind:pre:3p; -tourmenter tourmenter ver 10.50 16.28 2.59 3.58 inf; -tourmentera tourmenter ver 10.50 16.28 0.21 0.07 ind:fut:3s; -tourmenterai tourmenter ver 10.50 16.28 0.01 0.07 ind:fut:1s; -tourmenteraient tourmenter ver 10.50 16.28 0.00 0.07 cnd:pre:3p; -tourmenteront tourmenter ver 10.50 16.28 0.02 0.07 ind:fut:3p; -tourmentes tourmente nom f p 1.48 2.84 0.28 0.54 -tourmenteur tourmenteur nom m s 0.03 0.47 0.02 0.14 -tourmenteurs tourmenteur nom m p 0.03 0.47 0.01 0.34 -tourmentez tourmenter ver 10.50 16.28 0.49 0.47 imp:pre:2p;ind:pre:2p; -tourmentiez tourmenter ver 10.50 16.28 0.00 0.07 ind:imp:2p; -tourmentin tourmentin nom m s 0.03 0.07 0.03 0.00 -tourmentins tourmentin nom m p 0.03 0.07 0.00 0.07 -tourmentât tourmenter ver 10.50 16.28 0.00 0.27 sub:imp:3s; -tourments tourment nom m p 7.30 12.30 4.36 6.89 -tourmentèrent tourmenter ver 10.50 16.28 0.00 0.07 ind:pas:3p; -tourmenté tourmenter ver m s 10.50 16.28 1.48 2.64 par:pas; -tourmentée tourmenter ver f s 10.50 16.28 0.78 1.01 par:pas; -tourmentées tourmenté adj f p 2.31 5.41 0.19 0.20 -tourmentés tourmenté adj m p 2.31 5.41 0.40 0.95 -tourna tourner ver 204.13 377.09 0.43 58.72 ind:pas:3s; -tournage tournage nom m s 16.59 2.70 15.75 2.36 -tournages tournage nom m p 16.59 2.70 0.84 0.34 -tournai tourner ver 204.13 377.09 0.14 5.07 ind:pas:1s; -tournaient tourner ver 204.13 377.09 0.98 16.42 ind:imp:3p; -tournaillaient tournailler ver 0.14 0.20 0.00 0.07 ind:imp:3p; -tournailler tournailler ver 0.14 0.20 0.14 0.07 inf; -tournaillé tournailler ver m s 0.14 0.20 0.00 0.07 par:pas; -tournais tourner ver 204.13 377.09 1.23 3.58 ind:imp:1s;ind:imp:2s; -tournait tourner ver 204.13 377.09 5.65 50.41 ind:imp:3s; -tournant tournant nom m s 3.44 20.34 3.38 18.31 -tournante tournant adj f s 1.42 7.09 0.59 1.35 -tournantes tournant adj f p 1.42 7.09 0.20 0.68 -tournants tournant nom m p 3.44 20.34 0.06 2.03 -tournas tourner ver 204.13 377.09 0.00 0.07 ind:pas:2s; -tourne_disque tourne_disque nom m s 0.74 1.35 0.50 0.95 -tourne_disque tourne_disque nom m p 0.74 1.35 0.24 0.41 -tourne tourner ver 204.13 377.09 80.72 60.81 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -tourneboulant tournebouler ver 0.40 0.88 0.00 0.07 par:pre; -tourneboule tournebouler ver 0.40 0.88 0.05 0.20 ind:pre:3s; -tourneboulé tournebouler ver m s 0.40 0.88 0.32 0.34 par:pas; -tourneboulée tournebouler ver f s 0.40 0.88 0.03 0.20 par:pas; -tourneboulés tournebouler ver m p 0.40 0.88 0.00 0.07 par:pas; -tournebroche tournebroche nom m s 0.02 0.07 0.02 0.07 -tournedos tournedos nom m 0.25 0.20 0.25 0.20 -tournelle tournelle nom f s 0.00 1.15 0.00 1.15 -tournemain tournemain nom m s 0.06 0.74 0.06 0.74 -tournements tournement nom m p 0.00 0.07 0.00 0.07 -tournent tourner ver 204.13 377.09 5.97 11.35 ind:pre:3p;sub:pre:3p; -tourner tourner ver 204.13 377.09 51.03 68.78 inf; -tournera tourner ver 204.13 377.09 1.71 0.68 ind:fut:3s; -tournerai tourner ver 204.13 377.09 0.70 0.34 ind:fut:1s; -tourneraient tourner ver 204.13 377.09 0.06 0.34 cnd:pre:3p; -tournerais tourner ver 204.13 377.09 0.11 0.34 cnd:pre:1s;cnd:pre:2s; -tournerait tourner ver 204.13 377.09 1.08 1.82 cnd:pre:3s; -tourneras tourner ver 204.13 377.09 0.21 0.14 ind:fut:2s; -tournerez tourner ver 204.13 377.09 0.44 0.14 ind:fut:2p; -tourneries tournerie nom f p 0.00 0.07 0.00 0.07 -tourneriez tourner ver 204.13 377.09 0.03 0.00 cnd:pre:2p; -tournerions tourner ver 204.13 377.09 0.01 0.00 cnd:pre:1p; -tournerons tourner ver 204.13 377.09 0.18 0.07 ind:fut:1p; -tourneront tourner ver 204.13 377.09 0.36 0.20 ind:fut:3p; -tournes tourner ver 204.13 377.09 4.85 0.95 ind:pre:2s; -tournesol tournesol nom m s 1.43 1.22 0.86 0.61 -tournesols tournesol nom m p 1.43 1.22 0.57 0.61 -tournette tournette nom f s 0.01 0.00 0.01 0.00 -tourneur tourneur nom m s 0.57 1.08 0.35 0.61 -tourneurs tourneur nom m p 0.57 1.08 0.22 0.41 -tourneuses tourneur nom f p 0.57 1.08 0.00 0.07 -tournevis tournevis nom m 3.46 3.24 3.46 3.24 -tournez tourner ver 204.13 377.09 15.82 1.55 imp:pre:2p;ind:pre:2p; -tournicota tournicoter ver 0.03 1.01 0.01 0.00 ind:pas:3s; -tournicotais tournicoter ver 0.03 1.01 0.00 0.07 ind:imp:1s; -tournicotait tournicoter ver 0.03 1.01 0.00 0.20 ind:imp:3s; -tournicotant tournicoter ver 0.03 1.01 0.00 0.07 par:pre; -tournicote tournicoter ver 0.03 1.01 0.01 0.20 imp:pre:2s;ind:pre:3s; -tournicotent tournicoter ver 0.03 1.01 0.00 0.07 ind:pre:3p; -tournicoter tournicoter ver 0.03 1.01 0.01 0.20 inf; -tournicoterais tournicoter ver 0.03 1.01 0.00 0.07 cnd:pre:1s; -tournicoté tournicoter ver m s 0.03 1.01 0.00 0.07 par:pas; -tournicotés tournicoter ver m p 0.03 1.01 0.00 0.07 par:pas; -tournillant tourniller ver 0.00 0.07 0.00 0.07 par:pre; -tournions tourner ver 204.13 377.09 0.06 0.68 ind:imp:1p; -tourniquant tourniquer ver 0.20 0.20 0.00 0.14 par:pre; -tournique tourniquer ver 0.20 0.20 0.00 0.07 ind:pre:3s; -tourniquer tourniquer ver 0.20 0.20 0.20 0.00 inf; -tourniquet tourniquet nom m s 0.68 2.77 0.65 2.30 -tourniquets tourniquet nom m p 0.68 2.77 0.03 0.47 -tournis tournis nom m 0.58 1.62 0.58 1.62 -tournoi tournoi nom m s 6.86 3.38 5.84 2.16 -tournoie tournoyer ver 1.26 14.80 0.19 1.28 ind:pre:3s; -tournoiement tournoiement nom m s 0.04 1.49 0.04 1.15 -tournoiements tournoiement nom m p 0.04 1.49 0.00 0.34 -tournoient tournoyer ver 1.26 14.80 0.19 2.30 ind:pre:3p; -tournoieraient tournoyer ver 1.26 14.80 0.11 0.07 cnd:pre:3p; -tournoieront tournoyer ver 1.26 14.80 0.00 0.07 ind:fut:3p; -tournois tournoi nom m p 6.86 3.38 1.02 1.22 -tournâmes tourner ver 204.13 377.09 0.00 0.41 ind:pas:1p; -tournons tourner ver 204.13 377.09 1.88 1.82 imp:pre:1p;ind:pre:1p; -tournât tourner ver 204.13 377.09 0.01 0.54 sub:imp:3s; -tournoya tournoyer ver 1.26 14.80 0.00 0.47 ind:pas:3s; -tournoyaient tournoyer ver 1.26 14.80 0.03 2.50 ind:imp:3p; -tournoyais tournoyer ver 1.26 14.80 0.00 0.07 ind:imp:1s; -tournoyait tournoyer ver 1.26 14.80 0.19 1.96 ind:imp:3s; -tournoyant tournoyer ver 1.26 14.80 0.26 2.16 par:pre; -tournoyante tournoyant adj f s 0.04 2.36 0.01 0.68 -tournoyantes tournoyant adj f p 0.04 2.36 0.01 0.34 -tournoyants tournoyant adj m p 0.04 2.36 0.00 0.54 -tournoyer tournoyer ver 1.26 14.80 0.27 3.65 inf; -tournoyèrent tournoyer ver 1.26 14.80 0.00 0.14 ind:pas:3p; -tournoyé tournoyer ver m s 1.26 14.80 0.02 0.14 par:pas; -tournèrent tourner ver 204.13 377.09 0.08 4.59 ind:pas:3p; -tourné tourner ver m s 204.13 377.09 24.84 38.78 par:pas; -tournée tournée nom f s 20.57 23.85 18.64 18.72 -tournées tournée nom f p 20.57 23.85 1.93 5.14 -tournure tournure nom f s 3.00 8.24 2.82 6.42 -tournures tournure nom f p 3.00 8.24 0.18 1.82 -tournés tourner ver m p 204.13 377.09 1.17 4.46 par:pas; -tours_minute tours_minute nom p 0.00 0.07 0.00 0.07 -tours tour nom p 193.82 308.72 18.26 28.45 -tourte tourte nom f s 1.15 0.74 1.03 0.54 -tourteau tourteau nom m s 0.01 0.81 0.00 0.27 -tourteaux tourteau nom m p 0.01 0.81 0.01 0.54 -tourtereau tourtereau nom m s 2.00 2.50 0.13 0.00 -tourtereaux tourtereau nom m p 2.00 2.50 1.59 0.61 -tourterelle tourtereau nom f s 2.00 2.50 0.28 1.01 -tourterelles tourterelle nom f p 0.39 0.00 0.39 0.00 -tourtes tourte nom f p 1.15 0.74 0.12 0.20 -tourtière tourtière nom f s 0.03 0.07 0.02 0.00 -tourtières tourtière nom f p 0.03 0.07 0.01 0.07 -tous_terrains tous_terrains adj m p 0.00 0.07 0.00 0.07 -tous tous pro_ind m p 376.64 238.72 376.64 238.72 -toussa tousser ver 9.28 23.18 0.00 5.34 ind:pas:3s; -toussai tousser ver 9.28 23.18 0.00 0.07 ind:pas:1s; -toussaient tousser ver 9.28 23.18 0.11 0.34 ind:imp:3p; -toussaint toussaint nom f s 0.54 0.27 0.54 0.27 -toussais tousser ver 9.28 23.18 0.16 0.07 ind:imp:1s;ind:imp:2s; -toussait tousser ver 9.28 23.18 0.35 3.65 ind:imp:3s; -toussant tousser ver 9.28 23.18 0.08 0.95 par:pre; -tousse tousser ver 9.28 23.18 4.89 4.73 imp:pre:2s;ind:pre:1s;ind:pre:3s; -toussent tousser ver 9.28 23.18 0.33 0.20 ind:pre:3p; -tousser tousser ver 9.28 23.18 1.84 5.81 inf; -toussera tousser ver 9.28 23.18 0.03 0.07 ind:fut:3s; -tousserait tousser ver 9.28 23.18 0.00 0.27 cnd:pre:3s; -tousses tousser ver 9.28 23.18 0.27 0.14 ind:pre:2s; -tousseur tousseur adj m s 0.01 0.20 0.00 0.14 -tousseurs tousseur adj m p 0.01 0.20 0.01 0.07 -tousseux tousseux adj m 0.00 0.07 0.00 0.07 -toussez tousser ver 9.28 23.18 0.51 0.20 imp:pre:2p;ind:pre:2p; -toussions tousser ver 9.28 23.18 0.00 0.07 ind:imp:1p; -toussons tousser ver 9.28 23.18 0.01 0.14 imp:pre:1p;ind:pre:1p; -toussota toussoter ver 0.14 5.14 0.00 2.43 ind:pas:3s; -toussotai toussoter ver 0.14 5.14 0.00 0.07 ind:pas:1s; -toussotaient toussoter ver 0.14 5.14 0.00 0.07 ind:imp:3p; -toussotait toussoter ver 0.14 5.14 0.00 0.54 ind:imp:3s; -toussotant toussoter ver 0.14 5.14 0.00 0.47 par:pre; -toussote toussoter ver 0.14 5.14 0.00 0.95 ind:pre:1s;ind:pre:3s; -toussotement toussotement nom m s 0.01 0.68 0.01 0.41 -toussotements toussotement nom m p 0.01 0.68 0.00 0.27 -toussotent toussoter ver 0.14 5.14 0.00 0.07 ind:pre:3p; -toussoter toussoter ver 0.14 5.14 0.01 0.34 inf; -toussoteux toussoteux adj m p 0.00 0.07 0.00 0.07 -toussotiez toussoter ver 0.14 5.14 0.00 0.07 ind:imp:2p; -toussoté toussoter ver m s 0.14 5.14 0.14 0.14 par:pas; -toussé tousser ver m s 9.28 23.18 0.70 1.15 par:pas; -tout_fait tout_fait adj_ind m s 0.14 0.00 0.11 0.00 -tout_fou tout_fou adj m s 0.01 0.00 0.01 0.00 -tout_à_l_égout tout_à_l_égout nom m 0.00 0.47 0.00 0.47 -tout_paris tout_paris nom m 0.16 1.01 0.16 1.01 -tout_petit tout_petit nom m s 0.20 0.74 0.03 0.34 -tout_petit tout_petit nom m p 0.20 0.74 0.17 0.41 -tout_puissant tout_puissant adj m s 7.22 3.65 5.70 2.09 -tout_puissant tout_puissant adj m p 7.22 3.65 0.17 0.41 -tout_terrain tout_terrain nom m s 0.28 0.00 0.28 0.00 -tout_étoile tout_étoile nom m s 0.01 0.00 0.01 0.00 -tout_venant tout_venant nom m 0.05 0.74 0.05 0.74 -tout tout pro_ind m s 1366.45 838.04 1366.45 838.04 -toute_puissance toute_puissance nom f 0.08 2.03 0.08 2.03 -tout_puissant tout_puissant adj f s 7.22 3.65 1.35 1.15 -toute toute adj_ind f s 118.32 194.26 118.32 194.26 -toutefois toutefois adv_sup 5.37 35.47 5.37 35.47 -toute_puissante toute_puissante adj f p 0.01 0.14 0.01 0.14 -toutes toutes pro_ind f p 20.86 24.19 20.86 24.19 -toutim toutim nom m s 0.31 0.88 0.31 0.88 -toutime toutime nom m s 0.00 0.74 0.00 0.74 -toutou toutou nom m s 6.06 1.89 5.65 1.55 -toutous toutou nom m p 6.06 1.89 0.41 0.34 -touts tout nom_sup m p 330.70 281.01 0.10 0.00 -toué touer ver m s 0.02 0.14 0.00 0.07 par:pas; -toux toux nom f 4.94 12.23 4.94 12.23 -toxicité toxicité nom f s 0.34 0.20 0.34 0.20 -toxico toxico nom s 1.33 0.88 1.14 0.20 -toxicologie toxicologie nom f s 0.61 0.00 0.61 0.00 -toxicologique toxicologique adj s 0.93 0.00 0.93 0.00 -toxicologue toxicologue nom s 0.06 0.00 0.04 0.00 -toxicologues toxicologue nom p 0.06 0.00 0.01 0.00 -toxicomane toxicomane nom s 1.67 0.54 1.16 0.07 -toxicomanes toxicomane nom p 1.67 0.54 0.51 0.47 -toxicomanie toxicomanie nom f s 0.21 0.00 0.21 0.00 -toxicos toxico nom p 1.33 0.88 0.19 0.68 -toxine toxine nom f s 2.29 0.07 0.90 0.00 -toxines toxine nom f p 2.29 0.07 1.39 0.07 -toxique toxique adj s 5.20 0.74 3.00 0.34 -toxiques toxique adj p 5.20 0.74 2.20 0.41 -toxoplasmose toxoplasmose nom f s 0.07 0.20 0.07 0.20 -trôler trôler ver 0.01 0.00 0.01 0.00 inf; -trôna trôner ver 0.34 10.20 0.00 0.07 ind:pas:3s; -trônaient trôner ver 0.34 10.20 0.00 0.81 ind:imp:3p; -trônais trôner ver 0.34 10.20 0.00 0.07 ind:imp:1s; -trônait trôner ver 0.34 10.20 0.11 5.34 ind:imp:3s; -trônant trôner ver 0.34 10.20 0.11 1.49 par:pre; -trône trône nom m s 14.32 12.03 13.99 11.49 -trônent trôner ver 0.34 10.20 0.01 0.34 ind:pre:3p; -trôner trôner ver 0.34 10.20 0.03 0.34 inf; -trônerait trôner ver 0.34 10.20 0.00 0.07 cnd:pre:3s; -trônes trône nom m p 14.32 12.03 0.33 0.54 -trôné trôner ver m s 0.34 10.20 0.00 0.07 par:pas; -traîna traîner ver 65.49 122.77 0.05 4.05 ind:pas:3s; -traînage traînage nom m s 0.01 0.00 0.01 0.00 -traînai traîner ver 65.49 122.77 0.01 1.08 ind:pas:1s; -traînaient traîner ver 65.49 122.77 0.45 11.15 ind:imp:3p; -traînaillait traînailler ver 0.03 0.74 0.00 0.07 ind:imp:3s; -traînaillant traînailler ver 0.03 0.74 0.01 0.14 par:pre; -traînaille traînailler ver 0.03 0.74 0.00 0.07 ind:pre:3s; -traînailler traînailler ver 0.03 0.74 0.02 0.27 inf; -traînaillons traînailler ver 0.03 0.74 0.00 0.07 imp:pre:1p; -traînaillé traînailler ver m s 0.03 0.74 0.00 0.14 par:pas; -traînais traîner ver 65.49 122.77 1.94 2.16 ind:imp:1s;ind:imp:2s; -traînait traîner ver 65.49 122.77 3.66 19.59 ind:imp:3s; -traînant traîner ver 65.49 122.77 1.41 13.18 par:pre; -traînante traînant adj f s 0.05 5.88 0.00 1.96 -traînantes traînant adj f p 0.05 5.88 0.00 0.61 -traînants traînant adj m p 0.05 5.88 0.01 0.27 -traînard traînard nom m s 0.35 1.35 0.16 0.27 -traînarde traînard adj f s 0.07 0.88 0.01 0.07 -traînards traînard nom m p 0.35 1.35 0.19 1.01 -traînassaient traînasser ver 0.49 1.28 0.01 0.07 ind:imp:3p; -traînassais traînasser ver 0.49 1.28 0.02 0.00 ind:imp:1s; -traînassait traînasser ver 0.49 1.28 0.00 0.07 ind:imp:3s; -traînassant traînasser ver 0.49 1.28 0.00 0.07 par:pre; -traînasse traînasser ver 0.49 1.28 0.07 0.34 imp:pre:2s;ind:pre:1s;ind:pre:3s; -traînassent traînasser ver 0.49 1.28 0.00 0.14 ind:pre:3p; -traînasser traînasser ver 0.49 1.28 0.34 0.41 inf; -traînasserai traînasser ver 0.49 1.28 0.01 0.00 ind:fut:1s; -traînasses traînasser ver 0.49 1.28 0.03 0.00 ind:pre:2s; -traînassez traînasser ver 0.49 1.28 0.01 0.00 imp:pre:2p; -traînassons traînasser ver 0.49 1.28 0.00 0.07 ind:pre:1p; -traînassé traînasser ver m s 0.49 1.28 0.00 0.14 par:pas; -traîne_misère traîne_misère nom m 0.01 0.07 0.01 0.07 -traîne_patins traîne_patins nom m 0.00 0.47 0.00 0.47 -traîne_savate traîne_savate nom m s 0.01 0.07 0.01 0.07 -traîne_savates traîne_savates nom m 0.22 0.54 0.22 0.54 -traîne_semelle traîne_semelle nom s 0.00 0.07 0.00 0.07 -traîne_semelles traîne_semelles nom m 0.01 0.07 0.01 0.07 -traîne traîner ver 65.49 122.77 14.63 16.49 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -traîneau traîneau nom m s 2.27 3.45 2.27 3.45 -traîneaux traineaux nom m p 0.10 1.08 0.10 1.08 -traînement traînement nom m s 0.03 0.00 0.03 0.00 -traînent traîner ver 65.49 122.77 3.42 7.03 ind:pre:3p; -traîner traîner ver 65.49 122.77 21.48 28.04 inf;; -traînera traîner ver 65.49 122.77 0.31 0.47 ind:fut:3s; -traînerai traîner ver 65.49 122.77 0.54 0.07 ind:fut:1s; -traîneraient traîner ver 65.49 122.77 0.02 0.07 cnd:pre:3p; -traînerais traîner ver 65.49 122.77 0.25 0.07 cnd:pre:1s;cnd:pre:2s; -traînerait traîner ver 65.49 122.77 0.10 0.34 cnd:pre:3s; -traîneras traîner ver 65.49 122.77 0.09 0.00 ind:fut:2s; -traînerez traîner ver 65.49 122.77 0.19 0.00 ind:fut:2p; -traînerons traîner ver 65.49 122.77 0.17 0.00 ind:fut:1p; -traîneront traîner ver 65.49 122.77 0.04 0.20 ind:fut:3p; -traînes traîner ver 65.49 122.77 4.29 0.68 ind:pre:2s; -traîneur traîneur nom m s 0.01 0.41 0.00 0.27 -traîneurs traîneur nom m p 0.01 0.41 0.01 0.07 -traîneuses traîneuse nom f p 0.01 0.00 0.01 0.00 -traînez traîner ver 65.49 122.77 2.95 0.47 imp:pre:2p;ind:pre:2p; -traînier traînier nom m s 0.00 0.20 0.00 0.20 -traîniez traîner ver 65.49 122.77 0.12 0.07 ind:imp:2p; -traînions traîner ver 65.49 122.77 0.04 0.41 ind:imp:1p; -traînâmes traîner ver 65.49 122.77 0.00 0.07 ind:pas:1p; -traînons traîner ver 65.49 122.77 0.29 0.47 imp:pre:1p;ind:pre:1p; -traînât traîner ver 65.49 122.77 0.00 0.20 sub:imp:3s; -traînèrent traîner ver 65.49 122.77 0.12 0.88 ind:pas:3p; -traîné traîner ver m s 65.49 122.77 6.80 11.89 par:pas; -traînée traînée nom f s 7.35 13.24 6.49 6.28 -traînées traînée nom f p 7.35 13.24 0.86 6.96 -traînés traîner ver m p 65.49 122.77 0.73 1.35 par:pas; -traître traître nom m s 26.36 13.24 19.18 7.30 -traîtres traître nom m p 26.36 13.24 7.18 5.95 -traîtresse traîtresse nom f s 1.54 0.41 1.14 0.34 -traîtresses traîtresse nom f p 1.54 0.41 0.41 0.07 -traîtreusement traîtreusement adv 0.01 1.01 0.01 1.01 -traîtrise traîtrise nom f s 1.27 1.96 1.27 1.82 -traîtrises traîtrise nom f p 1.27 1.96 0.00 0.14 -trabans traban nom m p 0.00 0.07 0.00 0.07 -traboules traboule nom f p 0.14 0.07 0.14 0.07 -trabuco trabuco nom m s 0.02 0.14 0.02 0.14 -trac trac nom m s 5.17 8.38 4.91 8.24 -tracas tracas nom m 1.43 4.46 1.43 4.46 -tracassa tracasser ver 10.37 5.88 0.00 0.07 ind:pas:3s; -tracassaient tracasser ver 10.37 5.88 0.03 0.14 ind:imp:3p; -tracassait tracasser ver 10.37 5.88 0.47 1.42 ind:imp:3s; -tracassant tracasser ver 10.37 5.88 0.00 0.14 par:pre; -tracasse tracasser ver 10.37 5.88 7.15 1.76 imp:pre:2s;ind:pre:1s;ind:pre:3s; -tracassent tracasser ver 10.37 5.88 0.27 0.20 ind:pre:3p; -tracasser tracasser ver 10.37 5.88 0.56 0.68 inf; -tracassera tracasser ver 10.37 5.88 0.02 0.00 ind:fut:3s; -tracasserais tracasser ver 10.37 5.88 0.02 0.00 cnd:pre:1s; -tracasserait tracasser ver 10.37 5.88 0.03 0.07 cnd:pre:3s; -tracasserie tracasserie nom f s 0.34 0.95 0.01 0.07 -tracasseries tracasserie nom f p 0.34 0.95 0.33 0.88 -tracasserons tracasser ver 10.37 5.88 0.01 0.00 ind:fut:1p; -tracasses tracasser ver 10.37 5.88 0.47 0.07 ind:pre:2s; -tracassez tracasser ver 10.37 5.88 0.83 0.61 imp:pre:2p;ind:pre:2p; -tracassier tracassier adj m s 0.10 0.27 0.10 0.20 -tracassin tracassin nom m s 0.00 0.27 0.00 0.27 -tracassière tracassier nom f s 0.00 0.07 0.00 0.07 -tracassières tracassier adj f p 0.10 0.27 0.00 0.07 -tracassé tracasser ver m s 10.37 5.88 0.45 0.41 par:pas; -tracassée tracasser ver f s 10.37 5.88 0.06 0.27 par:pas; -tracassées tracasser ver f p 10.37 5.88 0.00 0.07 par:pas; -trace trace nom f s 60.18 80.27 29.20 39.32 -tracent tracer ver 10.49 42.36 0.30 1.42 ind:pre:3p; -tracer tracer ver 10.49 42.36 2.08 7.23 inf; -tracera tracer ver 10.49 42.36 0.01 0.07 ind:fut:3s; -tracerez tracer ver 10.49 42.36 0.01 0.00 ind:fut:2p; -tracerons tracer ver 10.49 42.36 0.01 0.00 ind:fut:1p; -traces trace nom f p 60.18 80.27 30.98 40.95 -traceur traceur nom m s 0.59 0.00 0.52 0.00 -traceurs traceur nom m p 0.59 0.00 0.08 0.00 -traceuse traceur adj f s 0.11 0.20 0.01 0.00 -traceuses traceur adj f p 0.11 0.20 0.00 0.20 -tracez tracer ver 10.49 42.36 0.26 0.14 imp:pre:2p;ind:pre:2p; -trachome trachome nom m s 0.02 0.07 0.02 0.07 -trachéal trachéal adj m s 0.09 0.00 0.05 0.00 -trachéale trachéal adj f s 0.09 0.00 0.04 0.00 -trachée_artère trachée_artère nom f s 0.02 0.20 0.02 0.20 -trachée trachée nom f s 0.97 0.41 0.97 0.34 -trachées trachée nom f p 0.97 0.41 0.00 0.07 -trachéite trachéite nom f s 0.00 0.07 0.00 0.07 -trachéotomie trachéotomie nom f s 0.35 0.14 0.35 0.14 -tracions tracer ver 10.49 42.36 0.00 0.07 ind:imp:1p; -tracs trac nom m p 5.17 8.38 0.26 0.14 -tract tract nom m s 3.67 9.39 0.41 2.50 -tractage tractage nom m s 0.01 0.00 0.01 0.00 -tractait tracter ver 0.27 0.41 0.01 0.07 ind:imp:3s; -tractant tracter ver 0.27 0.41 0.01 0.07 par:pre; -tractation tractation nom f s 0.12 1.96 0.01 0.27 -tractations tractation nom f p 0.12 1.96 0.11 1.69 -tracter tracter ver 0.27 0.41 0.23 0.14 inf; -tracteur tracteur nom m s 3.86 6.82 2.87 5.27 -tracteurs tracteur nom m p 3.86 6.82 0.99 1.55 -tracèrent tracer ver 10.49 42.36 0.00 0.14 ind:pas:3p; -traction_avant traction_avant nom f s 0.00 0.07 0.00 0.07 -traction traction nom f s 1.19 8.31 1.06 7.43 -tractions traction nom f p 1.19 8.31 0.13 0.88 -tractopelle tractopelle nom f s 0.24 0.00 0.24 0.00 -tractoriste tractoriste nom s 0.10 0.20 0.10 0.07 -tractoristes tractoriste nom p 0.10 0.20 0.00 0.14 -tracts tract nom m p 3.67 9.39 3.26 6.89 -tracté tracté adj m s 0.04 0.20 0.04 0.14 -tractée tracter ver f s 0.27 0.41 0.00 0.07 par:pas; -tractés tracté adj m p 0.04 0.20 0.00 0.07 -tractus tractus nom m 0.12 0.20 0.12 0.20 -tracé tracer ver m s 10.49 42.36 2.22 7.30 par:pas; -tracée tracer ver f s 10.49 42.36 1.13 3.24 par:pas; -tracées tracer ver f p 10.49 42.36 0.28 3.31 par:pas; -tracés tracer ver m p 10.49 42.36 0.40 3.51 par:pas; -trader trader nom m s 0.33 0.00 0.33 0.00 -tradition tradition nom f s 20.56 33.92 15.68 23.38 -traditionalisme traditionalisme nom m s 0.11 0.54 0.11 0.54 -traditionaliste traditionaliste adj s 0.07 0.41 0.07 0.41 -traditionalistes traditionaliste nom p 0.09 0.61 0.04 0.41 -traditionnel traditionnel adj m s 6.85 15.20 2.66 5.47 -traditionnelle traditionnel adj f s 6.85 15.20 2.72 5.14 -traditionnellement traditionnellement adv 0.34 3.24 0.34 3.24 -traditionnelles traditionnel adj f p 6.85 15.20 0.75 2.43 -traditionnels traditionnel adj m p 6.85 15.20 0.71 2.16 -traditions tradition nom f p 20.56 33.92 4.87 10.54 -traduc traduc nom f s 0.17 0.00 0.17 0.00 -traducteur traducteur nom m s 4.41 3.51 2.95 2.09 -traducteurs traducteur nom m p 4.41 3.51 0.85 0.88 -traduction traduction nom f s 5.24 11.15 4.70 8.45 -traductions traduction nom f p 5.24 11.15 0.55 2.70 -traductrice traducteur nom f s 4.41 3.51 0.60 0.41 -traductrices traductrice nom f p 0.01 0.00 0.01 0.00 -traduira traduire ver 15.41 34.32 0.25 0.14 ind:fut:3s; -traduirai traduire ver 15.41 34.32 0.09 0.07 ind:fut:1s; -traduiraient traduire ver 15.41 34.32 0.00 0.14 cnd:pre:3p; -traduirais traduire ver 15.41 34.32 0.25 0.00 cnd:pre:1s; -traduirait traduire ver 15.41 34.32 0.01 0.14 cnd:pre:3s; -traduire traduire ver 15.41 34.32 5.27 11.01 inf; -traduirez traduire ver 15.41 34.32 0.23 0.07 ind:fut:2p; -traduis traduire ver 15.41 34.32 2.17 1.22 imp:pre:2s;ind:pre:1s;ind:pre:2s; -traduisît traduire ver 15.41 34.32 0.00 0.07 sub:imp:3s; -traduisaient traduire ver 15.41 34.32 0.01 0.74 ind:imp:3p; -traduisais traduire ver 15.41 34.32 0.16 0.47 ind:imp:1s;ind:imp:2s; -traduisait traduire ver 15.41 34.32 0.15 4.86 ind:imp:3s; -traduisant traduire ver 15.41 34.32 0.14 1.08 par:pre; -traduise traduire ver 15.41 34.32 0.21 0.14 sub:pre:1s;sub:pre:3s; -traduisent traduire ver 15.41 34.32 0.23 0.95 ind:pre:3p; -traduises traduire ver 15.41 34.32 0.03 0.00 sub:pre:2s; -traduisez traduire ver 15.41 34.32 0.99 0.20 imp:pre:2p;ind:pre:2p; -traduisibles traduisible adj f p 0.01 0.14 0.01 0.14 -traduisions traduire ver 15.41 34.32 0.01 0.00 ind:imp:1p; -traduisis traduire ver 15.41 34.32 0.00 0.47 ind:pas:1s; -traduisit traduire ver 15.41 34.32 0.01 1.69 ind:pas:3s; -traduisons traduire ver 15.41 34.32 0.00 0.07 imp:pre:1p; -traduit traduire ver m s 15.41 34.32 4.30 8.24 ind:pre:3s;par:pas; -traduite traduire ver f s 15.41 34.32 0.25 0.81 par:pas; -traduites traduire ver f p 15.41 34.32 0.06 0.68 par:pas; -traduits traduire ver m p 15.41 34.32 0.59 1.08 par:pas; -trafalgar trafalgar nom s 0.00 0.20 0.00 0.20 -trafic trafic nom m s 14.02 10.27 13.24 8.65 -traficotaient traficoter ver 0.49 0.47 0.00 0.07 ind:imp:3p; -traficotait traficoter ver 0.49 0.47 0.16 0.14 ind:imp:3s; -traficote traficoter ver 0.49 0.47 0.13 0.07 ind:pre:3s; -traficoter traficoter ver 0.49 0.47 0.11 0.14 inf; -traficotes traficoter ver 0.49 0.47 0.06 0.00 ind:pre:2s; -traficoteurs traficoteur nom m p 0.00 0.07 0.00 0.07 -traficotez traficoter ver 0.49 0.47 0.01 0.00 ind:pre:2p; -traficoté traficoter ver m s 0.49 0.47 0.02 0.07 par:pas; -trafics trafic nom m p 14.02 10.27 0.78 1.62 -trafiquaient trafiquer ver 7.25 3.78 0.07 0.20 ind:imp:3p; -trafiquais trafiquer ver 7.25 3.78 0.31 0.00 ind:imp:1s;ind:imp:2s; -trafiquait trafiquer ver 7.25 3.78 0.29 0.27 ind:imp:3s; -trafiquant_espion trafiquant_espion nom m s 0.00 0.07 0.00 0.07 -trafiquant trafiquant nom m s 5.41 3.38 2.65 1.28 -trafiquante trafiquant nom f s 5.41 3.38 0.04 0.00 -trafiquants trafiquant nom m p 5.41 3.38 2.72 2.09 -trafique trafiquer ver 7.25 3.78 1.06 0.41 imp:pre:2s;ind:pre:1s;ind:pre:3s; -trafiquent trafiquer ver 7.25 3.78 0.13 0.34 ind:pre:3p; -trafiquer trafiquer ver 7.25 3.78 1.08 1.01 inf; -trafiquerais trafiquer ver 7.25 3.78 0.01 0.00 cnd:pre:1s; -trafiques trafiquer ver 7.25 3.78 0.34 0.07 ind:pre:2s; -trafiquez trafiquer ver 7.25 3.78 0.31 0.07 imp:pre:2p;ind:pre:2p; -trafiquions trafiquer ver 7.25 3.78 0.00 0.07 ind:imp:1p; -trafiqué trafiquer ver m s 7.25 3.78 1.83 0.54 par:pas; -trafiquée trafiquer ver f s 7.25 3.78 0.46 0.34 par:pas; -trafiquées trafiquer ver f p 7.25 3.78 0.53 0.07 par:pas; -trafiqués trafiquer ver m p 7.25 3.78 0.25 0.07 par:pas; -tragi_comique tragi_comique adj f s 0.00 0.47 0.00 0.34 -tragi_comique tragi_comique adj m p 0.00 0.47 0.00 0.14 -tragi_comédie tragi_comédie nom f s 0.00 0.27 0.00 0.14 -tragi_comédie tragi_comédie nom f p 0.00 0.27 0.00 0.14 -tragicomédies tragicomédie nom f p 0.01 0.00 0.01 0.00 -tragique tragique adj s 12.13 22.50 10.55 17.97 -tragiquement tragiquement adv 0.58 1.96 0.58 1.96 -tragiques tragique adj p 12.13 22.50 1.59 4.53 -tragédie tragédie nom f s 15.59 14.46 14.23 10.88 -tragédien tragédien nom m s 0.52 1.15 0.07 0.20 -tragédienne tragédien nom f s 0.52 1.15 0.25 0.54 -tragédiennes tragédienne nom f p 0.01 0.00 0.01 0.00 -tragédiens tragédien nom m p 0.52 1.15 0.20 0.34 -tragédies tragédie nom f p 15.59 14.46 1.36 3.58 -trahi trahir ver m s 46.83 41.55 16.18 8.11 par:pas; -trahie trahir ver f s 46.83 41.55 2.35 2.97 par:pas; -trahies trahir ver f p 46.83 41.55 0.17 0.14 par:pas; -trahir trahir ver 46.83 41.55 10.16 11.01 inf; -trahira trahir ver 46.83 41.55 1.38 0.34 ind:fut:3s; -trahirai trahir ver 46.83 41.55 0.97 0.07 ind:fut:1s; -trahiraient trahir ver 46.83 41.55 0.07 0.20 cnd:pre:3p; -trahirais trahir ver 46.83 41.55 0.40 0.07 cnd:pre:1s;cnd:pre:2s; -trahirait trahir ver 46.83 41.55 0.77 0.34 cnd:pre:3s; -trahiras trahir ver 46.83 41.55 0.09 0.07 ind:fut:2s; -trahirent trahir ver 46.83 41.55 0.00 0.20 ind:pas:3p; -trahirez trahir ver 46.83 41.55 0.07 0.14 ind:fut:2p; -trahiriez trahir ver 46.83 41.55 0.05 0.00 cnd:pre:2p; -trahirons trahir ver 46.83 41.55 0.01 0.00 ind:fut:1p; -trahiront trahir ver 46.83 41.55 0.10 0.41 ind:fut:3p; -trahis trahir ver m p 46.83 41.55 5.92 2.91 imp:pre:2s;ind:pre:1s;ind:pre:2s;par:pas; -trahison trahison nom f s 18.61 18.51 16.74 15.27 -trahisons trahison nom f p 18.61 18.51 1.88 3.24 -trahissaient trahir ver 46.83 41.55 0.26 1.55 ind:imp:3p; -trahissais trahir ver 46.83 41.55 0.06 0.34 ind:imp:1s;ind:imp:2s; -trahissait trahir ver 46.83 41.55 0.16 4.59 ind:imp:3s; -trahissant trahir ver 46.83 41.55 0.50 0.95 par:pre; -trahisse trahir ver 46.83 41.55 0.45 0.74 sub:pre:1s;sub:pre:3s; -trahissent trahir ver 46.83 41.55 1.50 1.62 ind:pre:3p; -trahissez trahir ver 46.83 41.55 1.07 0.27 imp:pre:2p;ind:pre:2p; -trahissiez trahir ver 46.83 41.55 0.28 0.00 ind:imp:2p; -trahissions trahir ver 46.83 41.55 0.01 0.00 ind:imp:1p; -trahissons trahir ver 46.83 41.55 0.01 0.00 imp:pre:1p; -trahit trahir ver 46.83 41.55 3.85 4.53 ind:pre:3s;ind:pas:3s; -traie traire ver 3.69 4.59 0.27 0.00 sub:pre:1s; -train_train train_train nom m 0.69 1.62 0.69 1.62 -train train nom m s 255.28 288.65 244.40 271.28 -trainglots trainglot nom m p 0.00 0.07 0.00 0.07 -training training nom m s 0.02 0.07 0.02 0.07 -trains train nom m p 255.28 288.65 10.88 17.36 -traintrain traintrain nom m 0.00 0.14 0.00 0.14 -traira traire ver 3.69 4.59 0.01 0.00 ind:fut:3s; -trairait traire ver 3.69 4.59 0.01 0.07 cnd:pre:3s; -traire traire ver 3.69 4.59 1.80 1.82 inf; -trais traire ver 3.69 4.59 0.35 0.00 ind:pre:1s;ind:pre:2s; -trait trait nom m s 15.86 97.30 7.83 37.91 -traita traiter ver 104.05 69.93 0.38 2.43 ind:pas:3s; -traitable traitable adj m s 0.05 0.14 0.05 0.07 -traitables traitable adj p 0.05 0.14 0.00 0.07 -traitai traiter ver 104.05 69.93 0.00 0.47 ind:pas:1s; -traitaient traiter ver 104.05 69.93 0.67 2.91 ind:imp:3p; -traitais traiter ver 104.05 69.93 0.81 0.47 ind:imp:1s;ind:imp:2s; -traitait traiter ver 104.05 69.93 2.74 10.34 ind:imp:3s; -traitant traiter ver 104.05 69.93 1.30 3.18 par:pre; -traitante traitant adj f s 0.34 0.41 0.00 0.07 -traitants traitant adj m p 0.34 0.41 0.01 0.07 -traitassent traiter ver 104.05 69.93 0.00 0.07 sub:imp:3p; -traite traiter ver 104.05 69.93 24.08 8.11 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:1s;sub:pre:3s; -traitement traitement nom m s 29.23 14.66 25.44 11.08 -traitements traitement nom m p 29.23 14.66 3.79 3.58 -traitent traiter ver 104.05 69.93 3.95 1.15 ind:pre:3p;sub:pre:3p; -traiter traiter ver 104.05 69.93 25.23 20.27 ind:pre:2p;inf; -traitera traiter ver 104.05 69.93 1.15 0.27 ind:fut:3s; -traiterai traiter ver 104.05 69.93 0.51 0.14 ind:fut:1s; -traiteraient traiter ver 104.05 69.93 0.09 0.14 cnd:pre:3p; -traiterais traiter ver 104.05 69.93 0.19 0.07 cnd:pre:1s;cnd:pre:2s; -traiterait traiter ver 104.05 69.93 0.39 0.81 cnd:pre:3s; -traiteras traiter ver 104.05 69.93 0.25 0.00 ind:fut:2s; -traiterez traiter ver 104.05 69.93 0.32 0.00 ind:fut:2p; -traiteriez traiter ver 104.05 69.93 0.10 0.00 cnd:pre:2p; -traiterons traiter ver 104.05 69.93 0.20 0.00 ind:fut:1p; -traiteront traiter ver 104.05 69.93 0.49 0.27 ind:fut:3p; -traites traiter ver 104.05 69.93 6.84 0.14 ind:pre:2s;sub:pre:2s; -traiteur traiteur nom m s 4.07 1.62 3.45 1.35 -traiteurs traiteur nom m p 4.07 1.62 0.62 0.27 -traitez traiter ver 104.05 69.93 6.09 0.74 imp:pre:2p;ind:pre:2p; -traitiez traiter ver 104.05 69.93 0.40 0.07 ind:imp:2p;sub:pre:2p; -traitions traiter ver 104.05 69.93 0.05 0.54 ind:imp:1p; -traitons traiter ver 104.05 69.93 1.16 0.14 imp:pre:1p;ind:pre:1p; -traitât traiter ver 104.05 69.93 0.00 0.54 sub:imp:3s; -traits trait nom m p 15.86 97.30 8.03 59.39 -traitèrent traiter ver 104.05 69.93 0.10 0.20 ind:pas:3p; -traité traiter ver m s 104.05 69.93 15.51 7.84 par:pas; -traitée traiter ver f s 104.05 69.93 6.87 3.99 par:pas; -traitées traiter ver f p 104.05 69.93 0.78 0.74 par:pas; -traités traiter ver m p 104.05 69.93 3.41 3.92 par:pas; -trajectographie trajectographie nom f s 0.02 0.00 0.02 0.00 -trajectoire trajectoire nom f s 5.90 6.42 5.53 5.54 -trajectoires trajectoire nom f p 5.90 6.42 0.37 0.88 -trajet trajet nom m s 7.74 16.69 7.23 14.66 -trajets trajet nom m p 7.74 16.69 0.51 2.03 -tralala tralala nom m s 1.10 1.55 1.09 1.28 -tralalas tralala nom m p 1.10 1.55 0.01 0.27 -tram tram nom m s 5.73 2.30 5.51 1.69 -tramaient tramer ver 3.06 3.31 0.01 0.54 ind:imp:3p; -tramail tramail nom m s 0.00 0.27 0.00 0.20 -tramails tramail nom m p 0.00 0.27 0.00 0.07 -tramait tramer ver 3.06 3.31 0.16 0.88 ind:imp:3s; -tramant tramer ver 3.06 3.31 0.00 0.27 par:pre; -trame tramer ver 3.06 3.31 2.36 1.08 ind:pre:1s;ind:pre:3s; -trament tramer ver 3.06 3.31 0.10 0.00 ind:pre:3p; -tramer tramer ver 3.06 3.31 0.32 0.07 inf; -trames trame nom f p 0.75 5.41 0.32 0.14 -tramez tramer ver 3.06 3.31 0.03 0.00 imp:pre:2p;ind:pre:2p; -tramontane tramontane nom f s 0.14 0.34 0.14 0.27 -tramontanes tramontane nom f p 0.14 0.34 0.00 0.07 -tramp tramp nom m s 0.04 0.00 0.04 0.00 -trampoline trampoline nom s 1.17 0.14 1.17 0.14 -trams tram nom m p 5.73 2.30 0.22 0.61 -tramé tramer ver m s 3.06 3.31 0.06 0.41 par:pas; -tramés tramer ver m p 3.06 3.31 0.00 0.07 par:pas; -tramway tramway nom m s 0.17 7.64 0.17 5.54 -tramways tramway nom m p 0.17 7.64 0.00 2.09 -trancha trancher ver 11.97 24.73 0.02 4.39 ind:pas:3s; -tranchage tranchage nom m s 0.01 0.07 0.01 0.07 -tranchai trancher ver 11.97 24.73 0.01 0.07 ind:pas:1s; -tranchaient trancher ver 11.97 24.73 0.01 0.95 ind:imp:3p; -tranchais trancher ver 11.97 24.73 0.23 0.00 ind:imp:1s; -tranchait trancher ver 11.97 24.73 0.05 2.43 ind:imp:3s; -tranchant tranchant adj m s 2.54 5.27 1.49 2.43 -tranchante tranchant adj f s 2.54 5.27 0.62 1.96 -tranchantes tranchant adj f p 2.54 5.27 0.23 0.41 -tranchants tranchant adj m p 2.54 5.27 0.20 0.47 -tranche_montagne tranche_montagne nom m s 0.28 0.07 0.28 0.07 -tranche tranche nom f s 6.95 21.82 5.28 11.08 -tranchecaille tranchecaille nom f s 0.00 0.07 0.00 0.07 -tranchelards tranchelard nom m p 0.00 0.07 0.00 0.07 -tranchent trancher ver 11.97 24.73 0.18 0.81 ind:pre:3p; -trancher trancher ver 11.97 24.73 3.88 5.07 inf; -tranchera trancher ver 11.97 24.73 0.26 0.14 ind:fut:3s; -trancherai trancher ver 11.97 24.73 0.23 0.20 ind:fut:1s; -trancherais trancher ver 11.97 24.73 0.11 0.00 cnd:pre:1s;cnd:pre:2s; -trancherait trancher ver 11.97 24.73 0.17 0.27 cnd:pre:3s; -trancheras trancher ver 11.97 24.73 0.16 0.00 ind:fut:2s; -trancheront trancher ver 11.97 24.73 0.06 0.00 ind:fut:3p; -tranches tranche nom f p 6.95 21.82 1.68 10.74 -tranchet tranchet nom m s 0.00 0.27 0.00 0.20 -tranchets tranchet nom m p 0.00 0.27 0.00 0.07 -trancheur trancheur nom m s 0.19 0.00 0.15 0.00 -trancheuse trancheur nom f s 0.19 0.00 0.04 0.00 -tranchez trancher ver 11.97 24.73 0.24 0.00 imp:pre:2p; -tranchiez trancher ver 11.97 24.73 0.01 0.00 ind:imp:2p; -tranchoir tranchoir nom m s 0.03 0.34 0.01 0.14 -tranchoirs tranchoir nom m p 0.03 0.34 0.01 0.20 -tranchons trancher ver 11.97 24.73 0.06 0.14 imp:pre:1p;ind:pre:1p; -tranchât trancher ver 11.97 24.73 0.00 0.14 sub:imp:3s; -tranchèrent trancher ver 11.97 24.73 0.03 0.00 ind:pas:3p; -tranché trancher ver m s 11.97 24.73 2.51 2.91 par:pas; -tranchée_abri tranchée_abri nom f s 0.00 0.81 0.00 0.74 -tranchée tranchée nom f s 6.22 33.72 3.70 21.55 -tranchée_abri tranchée_abri nom f p 0.00 0.81 0.00 0.07 -tranchées tranchée nom f p 6.22 33.72 2.52 12.16 -tranchés tranché adj m p 2.13 3.72 0.05 0.34 -tranquille tranquille adj s 119.69 91.96 103.28 77.50 -tranquillement tranquillement adv 13.26 26.82 13.26 26.82 -tranquilles tranquille adj p 119.69 91.96 16.41 14.46 -tranquillisa tranquilliser ver 1.22 2.09 0.00 0.07 ind:pas:3s; -tranquillisai tranquilliser ver 1.22 2.09 0.01 0.07 ind:pas:1s; -tranquillisaient tranquilliser ver 1.22 2.09 0.00 0.07 ind:imp:3p; -tranquillisait tranquilliser ver 1.22 2.09 0.01 0.34 ind:imp:3s; -tranquillisant tranquillisant nom m s 2.33 1.01 0.86 0.14 -tranquillisante tranquillisant adj f s 0.51 0.20 0.17 0.07 -tranquillisantes tranquillisant adj f p 0.51 0.20 0.06 0.00 -tranquillisants tranquillisant nom m p 2.33 1.01 1.46 0.88 -tranquillise tranquilliser ver 1.22 2.09 0.31 0.27 imp:pre:2s;ind:pre:1s;ind:pre:3s; -tranquillisent tranquilliser ver 1.22 2.09 0.01 0.07 ind:pre:3p; -tranquilliser tranquilliser ver 1.22 2.09 0.65 0.20 inf; -tranquillisera tranquilliser ver 1.22 2.09 0.11 0.00 ind:fut:3s; -tranquilliserait tranquilliser ver 1.22 2.09 0.01 0.07 cnd:pre:3s; -tranquillises tranquilliser ver 1.22 2.09 0.01 0.07 ind:pre:2s; -tranquillisez tranquilliser ver 1.22 2.09 0.01 0.14 imp:pre:2p;ind:pre:2p; -tranquillisé tranquilliser ver m s 1.22 2.09 0.03 0.14 par:pas; -tranquillisée tranquilliser ver f s 1.22 2.09 0.03 0.47 par:pas; -tranquillisés tranquilliser ver m p 1.22 2.09 0.00 0.14 par:pas; -tranquillité tranquillité nom f s 4.68 11.01 4.68 10.81 -tranquillités tranquillité nom f p 4.68 11.01 0.00 0.20 -tranquillos tranquillos adv 0.00 0.81 0.00 0.81 -trans trans adv 0.16 0.00 0.16 0.00 -transaction transaction nom f s 4.47 1.28 3.26 0.34 -transactionnelle transactionnel adj f s 0.00 0.07 0.00 0.07 -transactions transaction nom f p 4.47 1.28 1.21 0.95 -transafricain transafricain adj m s 0.00 0.07 0.00 0.07 -transalpines transalpin adj f p 0.00 0.07 0.00 0.07 -transamazonienne transamazonien adj f s 0.00 0.14 0.00 0.14 -transaminase transaminase nom f s 0.03 0.07 0.01 0.00 -transaminases transaminase nom f p 0.03 0.07 0.01 0.07 -transat transat nom s 0.31 1.49 0.16 0.88 -transatlantique transatlantique nom m s 0.19 2.50 0.19 2.09 -transatlantiques transatlantique adj p 0.12 1.01 0.05 0.34 -transats transat nom p 0.31 1.49 0.15 0.61 -transbahutaient transbahuter ver 0.04 1.42 0.00 0.07 ind:imp:3p; -transbahutant transbahuter ver 0.04 1.42 0.01 0.34 par:pre; -transbahute transbahuter ver 0.04 1.42 0.00 0.14 ind:pre:3s; -transbahutent transbahuter ver 0.04 1.42 0.00 0.07 ind:pre:3p; -transbahuter transbahuter ver 0.04 1.42 0.03 0.27 inf; -transbahutez transbahuter ver 0.04 1.42 0.00 0.07 ind:pre:2p; -transbahuté transbahuter ver m s 0.04 1.42 0.00 0.34 par:pas; -transbahutée transbahuter ver f s 0.04 1.42 0.00 0.07 par:pas; -transbahutés transbahuter ver m p 0.04 1.42 0.00 0.07 par:pas; -transbordement transbordement nom m s 0.06 0.61 0.06 0.41 -transbordements transbordement nom m p 0.06 0.61 0.00 0.20 -transborder transborder ver 0.02 0.14 0.01 0.07 inf; -transbordeur transbordeur nom m s 0.04 0.20 0.04 0.20 -transbordé transborder ver m s 0.02 0.14 0.01 0.07 par:pas; -transcanadienne transcanadienne adj f s 0.03 0.00 0.03 0.00 -transcaspien transcaspien adj m s 0.00 0.07 0.00 0.07 -transcendance transcendance nom f s 0.04 0.61 0.04 0.61 -transcendant transcendant adj m s 0.33 0.68 0.13 0.41 -transcendantal transcendantal adj m s 0.08 0.95 0.00 0.54 -transcendantale transcendantal adj f s 0.08 0.95 0.08 0.34 -transcendantales transcendantal adj f p 0.08 0.95 0.00 0.07 -transcendantalistes transcendantaliste nom p 0.01 0.07 0.01 0.07 -transcendante transcendant adj f s 0.33 0.68 0.15 0.27 -transcendantes transcendant adj f p 0.33 0.68 0.03 0.00 -transcendants transcendant adj m p 0.33 0.68 0.02 0.00 -transcende transcender ver 2.83 0.61 0.46 0.14 imp:pre:2s;ind:pre:3s; -transcendent transcender ver 2.83 0.61 1.84 0.00 ind:pre:3p; -transcender transcender ver 2.83 0.61 0.29 0.20 inf; -transcendons transcender ver 2.83 0.61 0.01 0.00 imp:pre:1p; -transcendé transcender ver m s 2.83 0.61 0.18 0.14 par:pas; -transcendée transcender ver f s 2.83 0.61 0.01 0.07 par:pas; -transcontinental transcontinental adj m s 0.13 0.07 0.09 0.07 -transcontinentale transcontinental adj f s 0.13 0.07 0.05 0.00 -transcriptase transcriptase nom f s 0.12 0.00 0.12 0.00 -transcripteur transcripteur nom m s 0.01 0.00 0.01 0.00 -transcription transcription nom f s 1.24 1.15 0.84 1.08 -transcriptions transcription nom f p 1.24 1.15 0.40 0.07 -transcrire transcrire ver 0.71 3.51 0.35 0.88 inf; -transcris transcrire ver 0.71 3.51 0.01 0.41 imp:pre:2s;ind:pre:1s; -transcrit transcrire ver m s 0.71 3.51 0.24 0.61 ind:pre:3s;par:pas; -transcrite transcrire ver f s 0.71 3.51 0.02 0.20 par:pas; -transcrites transcrire ver f p 0.71 3.51 0.01 0.14 par:pas; -transcrits transcrire ver m p 0.71 3.51 0.01 0.27 par:pas; -transcrivaient transcrire ver 0.71 3.51 0.00 0.07 ind:imp:3p; -transcrivais transcrire ver 0.71 3.51 0.02 0.07 ind:imp:1s; -transcrivait transcrire ver 0.71 3.51 0.00 0.47 ind:imp:3s; -transcrivant transcrire ver 0.71 3.51 0.00 0.20 par:pre; -transcrive transcrire ver 0.71 3.51 0.01 0.07 sub:pre:1s; -transcrivez transcrire ver 0.71 3.51 0.03 0.00 imp:pre:2p;ind:pre:2p; -transcrivis transcrire ver 0.71 3.51 0.00 0.07 ind:pas:1s; -transcrivit transcrire ver 0.71 3.51 0.00 0.07 ind:pas:3s; -transcutané transcutané adj m s 0.03 0.00 0.03 0.00 -transdermique transdermique adj f s 0.01 0.00 0.01 0.00 -transducteur transducteur nom m s 0.06 0.00 0.04 0.00 -transducteurs transducteur nom m p 0.06 0.00 0.02 0.00 -transduction transduction nom f s 0.03 0.00 0.03 0.00 -transe transe nom f s 2.49 5.14 2.41 3.51 -transept transept nom m s 0.01 1.01 0.00 0.88 -transepts transept nom m p 0.01 1.01 0.01 0.14 -transes transe nom f p 2.49 5.14 0.08 1.62 -transfert transfert nom m s 11.07 3.85 10.14 3.31 -transferts transfert nom m p 11.07 3.85 0.94 0.54 -transfigura transfigurer ver 0.28 5.07 0.00 0.14 ind:pas:3s; -transfiguraient transfigurer ver 0.28 5.07 0.00 0.14 ind:imp:3p; -transfigurait transfigurer ver 0.28 5.07 0.00 1.01 ind:imp:3s; -transfigurant transfigurer ver 0.28 5.07 0.10 0.14 par:pre; -transfiguration transfiguration nom f s 0.25 0.88 0.25 0.81 -transfigurations transfiguration nom f p 0.25 0.88 0.00 0.07 -transfiguratrice transfigurateur nom f s 0.00 0.07 0.00 0.07 -transfigure transfigurer ver 0.28 5.07 0.01 0.47 imp:pre:2s;ind:pre:3s; -transfigurent transfigurer ver 0.28 5.07 0.00 0.27 ind:pre:3p; -transfigurer transfigurer ver 0.28 5.07 0.00 0.47 inf; -transfigurerait transfigurer ver 0.28 5.07 0.00 0.07 cnd:pre:3s; -transfigurez transfigurer ver 0.28 5.07 0.14 0.00 imp:pre:2p; -transfiguré transfigurer ver m s 0.28 5.07 0.01 1.35 par:pas; -transfigurée transfigurer ver f s 0.28 5.07 0.01 0.61 par:pas; -transfigurées transfigurer ver f p 0.28 5.07 0.00 0.14 par:pas; -transfigurés transfigurer ver m p 0.28 5.07 0.02 0.27 par:pas; -transfilaient transfiler ver 0.00 0.14 0.00 0.07 ind:imp:3p; -transfilée transfiler ver f s 0.00 0.14 0.00 0.07 par:pas; -transfo transfo nom m s 0.34 0.00 0.24 0.00 -transforma transformer ver 42.14 60.68 0.50 3.11 ind:pas:3s; -transformable transformable adj s 0.01 0.14 0.01 0.14 -transformai transformer ver 42.14 60.68 0.01 0.34 ind:pas:1s; -transformaient transformer ver 42.14 60.68 0.35 2.77 ind:imp:3p; -transformais transformer ver 42.14 60.68 0.13 0.14 ind:imp:1s;ind:imp:2s; -transformait transformer ver 42.14 60.68 0.67 7.36 ind:imp:3s; -transformant transformer ver 42.14 60.68 0.77 1.89 par:pre; -transformas transformer ver 42.14 60.68 0.00 0.07 ind:pas:2s; -transformateur transformateur nom m s 0.64 0.47 0.43 0.34 -transformateurs transformateur nom m p 0.64 0.47 0.22 0.14 -transformation transformation nom f s 4.48 6.22 3.12 4.39 -transformations transformation nom f p 4.48 6.22 1.36 1.82 -transformatrice transformateur adj f s 0.11 0.14 0.01 0.00 -transforme transformer ver 42.14 60.68 9.38 6.76 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -transforment transformer ver 42.14 60.68 1.76 1.82 ind:pre:3p; -transformer transformer ver 42.14 60.68 11.79 13.99 inf; -transformera transformer ver 42.14 60.68 0.66 0.34 ind:fut:3s; -transformerai transformer ver 42.14 60.68 0.42 0.00 ind:fut:1s; -transformeraient transformer ver 42.14 60.68 0.05 0.14 cnd:pre:3p; -transformerais transformer ver 42.14 60.68 0.02 0.00 cnd:pre:1s;cnd:pre:2s; -transformerait transformer ver 42.14 60.68 0.15 0.54 cnd:pre:3s; -transformeras transformer ver 42.14 60.68 0.05 0.07 ind:fut:2s; -transformeriez transformer ver 42.14 60.68 0.04 0.00 cnd:pre:2p; -transformerons transformer ver 42.14 60.68 0.04 0.00 ind:fut:1p; -transformeront transformer ver 42.14 60.68 0.34 0.14 ind:fut:3p; -transformes transformer ver 42.14 60.68 0.70 0.14 ind:pre:2s; -transformez transformer ver 42.14 60.68 0.99 0.14 imp:pre:2p;ind:pre:2p; -transformiez transformer ver 42.14 60.68 0.04 0.00 ind:imp:2p; -transformiste transformiste nom s 0.19 0.00 0.19 0.00 -transformons transformer ver 42.14 60.68 0.23 0.07 imp:pre:1p;ind:pre:1p; -transformât transformer ver 42.14 60.68 0.00 0.34 sub:imp:3s; -transformèrent transformer ver 42.14 60.68 0.03 0.27 ind:pas:3p; -transformé transformer ver m s 42.14 60.68 8.41 10.20 par:pas; -transformée transformer ver f s 42.14 60.68 2.50 6.69 par:pas; -transformées transformer ver f p 42.14 60.68 0.36 1.49 par:pas; -transformés transformer ver m p 42.14 60.68 1.74 1.89 par:pas; -transfos transfo nom m p 0.34 0.00 0.10 0.00 -transfère transférer ver 18.40 5.20 2.07 0.27 imp:pre:2s;ind:pre:1s;ind:pre:3s; -transfèrement transfèrement nom m s 0.00 0.27 0.00 0.14 -transfèrements transfèrement nom m p 0.00 0.27 0.00 0.14 -transfèrent transférer ver 18.40 5.20 0.34 0.00 ind:pre:3p; -transfuge transfuge nom m s 0.60 1.15 0.41 0.47 -transfuges transfuge nom m p 0.60 1.15 0.20 0.68 -transféra transférer ver 18.40 5.20 0.02 0.00 ind:pas:3s; -transférable transférable adj s 0.02 0.00 0.02 0.00 -transféraient transférer ver 18.40 5.20 0.01 0.07 ind:imp:3p; -transférais transférer ver 18.40 5.20 0.01 0.07 ind:imp:1s;ind:imp:2s; -transférait transférer ver 18.40 5.20 0.09 0.27 ind:imp:3s; -transférant transférer ver 18.40 5.20 0.09 0.07 par:pre; -transférer transférer ver 18.40 5.20 4.67 0.88 inf; -transférera transférer ver 18.40 5.20 0.05 0.00 ind:fut:3s; -transférerai transférer ver 18.40 5.20 0.30 0.00 ind:fut:1s; -transférerait transférer ver 18.40 5.20 0.02 0.00 cnd:pre:3s; -transféreras transférer ver 18.40 5.20 0.01 0.00 ind:fut:2s; -transférerez transférer ver 18.40 5.20 0.01 0.00 ind:fut:2p; -transférerons transférer ver 18.40 5.20 0.11 0.00 ind:fut:1p; -transféreront transférer ver 18.40 5.20 0.05 0.00 ind:fut:3p; -transférez transférer ver 18.40 5.20 0.80 0.00 imp:pre:2p;ind:pre:2p; -transfériez transférer ver 18.40 5.20 0.03 0.00 ind:imp:2p; -transférâmes transférer ver 18.40 5.20 0.00 0.07 ind:pas:1p; -transférons transférer ver 18.40 5.20 0.20 0.00 imp:pre:1p;ind:pre:1p; -transférèrent transférer ver 18.40 5.20 0.01 0.07 ind:pas:3p; -transféré transférer ver m s 18.40 5.20 6.51 2.09 par:pas; -transférée transférer ver f s 18.40 5.20 1.69 0.88 par:pas; -transférées transférer ver f p 18.40 5.20 0.28 0.07 par:pas; -transférés transférer ver m p 18.40 5.20 1.03 0.41 par:pas; -transfusait transfuser ver 0.33 0.54 0.01 0.14 ind:imp:3s; -transfuse transfuser ver 0.33 0.54 0.06 0.00 imp:pre:2s;ind:pre:3s; -transfuser transfuser ver 0.33 0.54 0.23 0.34 inf; -transfuseur transfuseur nom m s 0.01 0.00 0.01 0.00 -transfusion transfusion nom f s 2.37 1.82 2.02 1.42 -transfusions transfusion nom f p 2.37 1.82 0.35 0.41 -transfusé transfuser ver m s 0.33 0.54 0.03 0.00 par:pas; -transfusée transfusé nom f s 0.01 0.00 0.01 0.00 -transfusés transfuser ver m p 0.33 0.54 0.00 0.07 par:pas; -transgressait transgresser ver 1.58 1.28 0.00 0.14 ind:imp:3s; -transgresse transgresser ver 1.58 1.28 0.12 0.07 imp:pre:2s;ind:pre:1s;ind:pre:3s; -transgressent transgresser ver 1.58 1.28 0.04 0.00 ind:pre:3p; -transgresser transgresser ver 1.58 1.28 0.87 0.61 inf; -transgresseur transgresseur nom m s 0.04 0.00 0.04 0.00 -transgressez transgresser ver 1.58 1.28 0.14 0.00 ind:pre:2p; -transgression transgression nom f s 0.95 1.28 0.56 1.08 -transgressions transgression nom f p 0.95 1.28 0.39 0.20 -transgressons transgresser ver 1.58 1.28 0.01 0.07 imp:pre:1p;ind:pre:1p; -transgressé transgresser ver m s 1.58 1.28 0.28 0.27 par:pas; -transgressée transgresser ver f s 1.58 1.28 0.04 0.07 par:pas; -transgressées transgresser ver f p 1.58 1.28 0.07 0.07 par:pas; -transgénique transgénique adj s 0.37 0.00 0.20 0.00 -transgéniques transgénique adj p 0.37 0.00 0.17 0.00 -transhistorique transhistorique adj s 0.00 0.07 0.00 0.07 -transhumait transhumer ver 0.01 0.07 0.00 0.07 ind:imp:3s; -transhumance transhumance nom f s 0.01 0.14 0.01 0.07 -transhumances transhumance nom f p 0.01 0.14 0.00 0.07 -transhumant transhumant adj m s 0.00 0.20 0.00 0.07 -transhumantes transhumant adj f p 0.00 0.20 0.00 0.07 -transhumants transhumant adj m p 0.00 0.20 0.00 0.07 -transhumés transhumer ver m p 0.01 0.07 0.01 0.00 par:pas; -transi transi adj m s 0.53 3.85 0.40 2.43 -transie transi adj f s 0.53 3.85 0.10 0.27 -transies transir ver f p 0.17 2.43 0.02 0.27 par:pas; -transige transiger ver 0.64 1.42 0.08 0.00 imp:pre:2s;ind:pre:1s;ind:pre:3s; -transigeait transiger ver 0.64 1.42 0.00 0.20 ind:imp:3s; -transigeant transiger ver 0.64 1.42 0.00 0.07 par:pre; -transigent transiger ver 0.64 1.42 0.00 0.07 ind:pre:3p; -transigeons transiger ver 0.64 1.42 0.02 0.00 imp:pre:1p; -transiger transiger ver 0.64 1.42 0.46 0.74 inf; -transigera transiger ver 0.64 1.42 0.01 0.07 ind:fut:3s; -transigerai transiger ver 0.64 1.42 0.00 0.07 ind:fut:1s; -transigé transiger ver m s 0.64 1.42 0.07 0.20 par:pas; -transillumination transillumination nom f s 0.01 0.00 0.01 0.00 -transir transir ver 0.17 2.43 0.00 0.14 inf; -transis transi adj m p 0.53 3.85 0.02 1.01 -transistor transistor nom m s 1.00 5.07 0.62 3.99 -transistorisées transistorisé adj f p 0.01 0.07 0.00 0.07 -transistorisés transistorisé adj m p 0.01 0.07 0.01 0.00 -transistors transistor nom m p 1.00 5.07 0.38 1.08 -transit transit nom m s 1.64 2.64 1.62 2.50 -transitaient transiter ver 0.44 1.35 0.00 0.14 ind:imp:3p; -transitaire transitaire adj f s 0.04 0.07 0.04 0.00 -transitaires transitaire adj p 0.04 0.07 0.00 0.07 -transitaires transitaire nom p 0.00 0.07 0.00 0.07 -transitais transiter ver 0.44 1.35 0.00 0.07 ind:imp:1s; -transitait transiter ver 0.44 1.35 0.00 0.20 ind:imp:3s; -transitant transiter ver 0.44 1.35 0.00 0.14 par:pre; -transite transiter ver 0.44 1.35 0.08 0.07 imp:pre:2s;ind:pre:3s; -transitent transiter ver 0.44 1.35 0.04 0.00 ind:pre:3p; -transiter transiter ver 0.44 1.35 0.22 0.41 inf; -transitif transitif adj m s 0.04 0.14 0.01 0.14 -transitifs transitif adj m p 0.04 0.14 0.02 0.00 -transition transition nom f s 3.68 8.78 3.45 7.57 -transitionnel transitionnel adj m s 0.04 0.00 0.03 0.00 -transitionnelle transitionnel adj f s 0.04 0.00 0.01 0.00 -transitions transition nom f p 3.68 8.78 0.23 1.22 -transitoire transitoire adj s 0.41 1.42 0.39 1.01 -transitoirement transitoirement adv 0.01 0.00 0.01 0.00 -transitoires transitoire adj f p 0.41 1.42 0.02 0.41 -transits transit nom m p 1.64 2.64 0.03 0.14 -transité transiter ver m s 0.44 1.35 0.10 0.34 par:pas; -translater translater ver 0.01 0.07 0.01 0.00 inf; -translates translater ver 0.01 0.07 0.00 0.07 ind:pre:2s; -translation translation nom f s 0.60 0.47 0.60 0.41 -translations translation nom f p 0.60 0.47 0.00 0.07 -translocation translocation nom f s 0.01 0.00 0.01 0.00 -translucide translucide adj s 0.84 5.88 0.81 4.26 -translucides translucide adj p 0.84 5.88 0.03 1.62 -translucidité translucidité nom f s 0.00 0.14 0.00 0.14 -transmet transmettre ver 25.09 24.39 3.00 2.09 ind:pre:3s; -transmets transmettre ver 25.09 24.39 1.75 0.07 imp:pre:2s;ind:pre:1s;ind:pre:2s; -transmettaient transmettre ver 25.09 24.39 0.03 0.95 ind:imp:3p; -transmettais transmettre ver 25.09 24.39 0.03 0.14 ind:imp:1s; -transmettait transmettre ver 25.09 24.39 0.05 1.89 ind:imp:3s; -transmettant transmettre ver 25.09 24.39 0.32 0.54 par:pre; -transmette transmettre ver 25.09 24.39 0.31 0.27 sub:pre:1s;sub:pre:3s; -transmettent transmettre ver 25.09 24.39 0.75 0.88 ind:pre:3p; -transmetteur transmetteur nom m s 1.83 0.00 1.62 0.00 -transmetteurs transmetteur nom m p 1.83 0.00 0.21 0.00 -transmettez transmettre ver 25.09 24.39 1.61 0.20 imp:pre:2p;ind:pre:2p; -transmettions transmettre ver 25.09 24.39 0.00 0.07 ind:imp:1p; -transmettons transmettre ver 25.09 24.39 0.43 0.00 imp:pre:1p;ind:pre:1p; -transmettra transmettre ver 25.09 24.39 0.74 0.07 ind:fut:3s; -transmettrai transmettre ver 25.09 24.39 1.53 0.20 ind:fut:1s; -transmettrait transmettre ver 25.09 24.39 0.04 0.14 cnd:pre:3s; -transmettras transmettre ver 25.09 24.39 0.07 0.07 ind:fut:2s; -transmettre transmettre ver 25.09 24.39 7.79 7.70 inf; -transmettrez transmettre ver 25.09 24.39 0.12 0.07 ind:fut:2p; -transmettrons transmettre ver 25.09 24.39 0.21 0.00 ind:fut:1p; -transmettront transmettre ver 25.09 24.39 0.08 0.07 ind:fut:3p; -transmigrait transmigrer ver 0.00 0.14 0.00 0.07 ind:imp:3s; -transmigration transmigration nom f s 0.05 0.14 0.05 0.14 -transmigrent transmigrer ver 0.00 0.14 0.00 0.07 ind:pre:3p; -transmirent transmettre ver 25.09 24.39 0.00 0.14 ind:pas:3p; -transmis transmettre ver m 25.09 24.39 5.25 5.27 par:pas; -transmise transmettre ver f s 25.09 24.39 0.61 1.49 par:pas; -transmises transmettre ver f p 25.09 24.39 0.34 1.22 par:pas; -transmissible transmissible adj s 0.39 0.41 0.19 0.34 -transmissibles transmissible adj f p 0.39 0.41 0.20 0.07 -transmission transmission nom f s 9.63 6.55 7.63 3.24 -transmissions transmission nom f p 9.63 6.55 1.99 3.31 -transmit transmettre ver 25.09 24.39 0.04 0.88 ind:pas:3s; -transmuait transmuer ver 0.11 0.54 0.00 0.07 ind:imp:3s; -transmuer transmuer ver 0.11 0.54 0.11 0.00 inf; -transmutait transmuter ver 0.16 0.41 0.01 0.14 ind:imp:3s; -transmutant transmuter ver 0.16 0.41 0.01 0.00 par:pre; -transmutation transmutation nom f s 0.15 1.35 0.10 1.22 -transmutations transmutation nom f p 0.15 1.35 0.05 0.14 -transmute transmuter ver 0.16 0.41 0.01 0.14 ind:pre:1s;ind:pre:3s; -transmutent transmuter ver 0.16 0.41 0.00 0.07 ind:pre:3p; -transmuter transmuter ver 0.16 0.41 0.01 0.00 inf; -transmuté transmuter ver m s 0.16 0.41 0.11 0.07 par:pas; -transmué transmuer ver m s 0.11 0.54 0.00 0.07 par:pas; -transmuée transmuer ver f s 0.11 0.54 0.00 0.20 par:pas; -transmuées transmuer ver f p 0.11 0.54 0.00 0.07 par:pas; -transmués transmuer ver m p 0.11 0.54 0.00 0.14 par:pas; -transnational transnational adj m s 0.02 0.00 0.01 0.00 -transnationaux transnational adj m p 0.02 0.00 0.01 0.00 -transocéanique transocéanique adj s 0.01 0.07 0.01 0.00 -transocéaniques transocéanique adj m p 0.01 0.07 0.00 0.07 -transparaît transparaître ver 0.44 3.72 0.13 0.68 ind:pre:3s; -transparaître transparaître ver 0.44 3.72 0.19 1.15 inf; -transparaissaient transparaître ver 0.44 3.72 0.00 0.07 ind:imp:3p; -transparaissait transparaître ver 0.44 3.72 0.01 1.42 ind:imp:3s; -transparaisse transparaître ver 0.44 3.72 0.11 0.07 sub:pre:3s; -transparaissent transparaître ver 0.44 3.72 0.00 0.34 ind:pre:3p; -transparence transparence nom f s 1.64 11.35 1.59 10.68 -transparences transparence nom f p 1.64 11.35 0.05 0.68 -transparent transparent adj m s 5.48 30.81 2.66 11.89 -transparente transparent adj f s 5.48 30.81 1.69 12.23 -transparentes transparent adj f p 5.48 30.81 0.69 3.92 -transparents transparent adj m p 5.48 30.81 0.45 2.77 -transperce transpercer ver 4.42 8.11 0.82 1.42 imp:pre:2s;ind:pre:1s;ind:pre:3s; -transpercent transpercer ver 4.42 8.11 0.05 0.41 ind:pre:3p; -transpercer transpercer ver 4.42 8.11 0.73 0.95 inf; -transpercerai transpercer ver 4.42 8.11 0.13 0.00 ind:fut:1s; -transpercerait transpercer ver 4.42 8.11 0.03 0.07 cnd:pre:3s; -transpercez transpercer ver 4.42 8.11 0.15 0.00 imp:pre:2p;ind:pre:2p; -transpercèrent transpercer ver 4.42 8.11 0.00 0.07 ind:pas:3p; -transpercé transpercer ver m s 4.42 8.11 1.63 2.09 par:pas; -transpercée transpercer ver f s 4.42 8.11 0.32 1.08 par:pas; -transpercées transpercer ver f p 4.42 8.11 0.01 0.14 par:pas; -transpercés transpercer ver m p 4.42 8.11 0.06 0.27 par:pas; -transperça transpercer ver 4.42 8.11 0.35 0.54 ind:pas:3s; -transperçaient transpercer ver 4.42 8.11 0.01 0.41 ind:imp:3p; -transperçait transpercer ver 4.42 8.11 0.02 0.61 ind:imp:3s; -transperçant transpercer ver 4.42 8.11 0.10 0.07 par:pre; -transpira transpirer ver 7.75 10.74 0.00 0.27 ind:pas:3s; -transpiraient transpirer ver 7.75 10.74 0.12 0.47 ind:imp:3p; -transpirais transpirer ver 7.75 10.74 0.10 0.34 ind:imp:1s;ind:imp:2s; -transpirait transpirer ver 7.75 10.74 0.10 3.51 ind:imp:3s; -transpirant transpirer ver 7.75 10.74 0.10 1.01 par:pre; -transpirante transpirant adj f s 0.07 0.61 0.00 0.07 -transpirants transpirant adj m p 0.07 0.61 0.02 0.07 -transpiration transpiration nom f s 0.75 3.24 0.75 3.24 -transpire transpirer ver 7.75 10.74 2.52 2.43 imp:pre:2s;ind:pre:1s;ind:pre:3s; -transpirent transpirer ver 7.75 10.74 0.25 0.27 ind:pre:3p; -transpirer transpirer ver 7.75 10.74 1.94 1.96 inf; -transpirera transpirer ver 7.75 10.74 0.18 0.00 ind:fut:3s; -transpirerait transpirer ver 7.75 10.74 0.00 0.07 cnd:pre:3s; -transpires transpirer ver 7.75 10.74 0.84 0.14 ind:pre:2s; -transpirez transpirer ver 7.75 10.74 0.80 0.07 imp:pre:2p;ind:pre:2p; -transpiré transpirer ver m s 7.75 10.74 0.79 0.20 par:pas; -transplantable transplantable adj m s 0.00 0.07 0.00 0.07 -transplantait transplanter ver 0.20 1.08 0.01 0.07 ind:imp:3s; -transplantation transplantation nom f s 2.85 0.20 2.04 0.14 -transplantations transplantation nom f p 2.85 0.20 0.81 0.07 -transplante transplanter ver 0.20 1.08 0.03 0.07 ind:pre:3s; -transplanter transplanter ver 0.20 1.08 0.05 0.34 inf; -transplantons transplanter ver 0.20 1.08 0.01 0.00 ind:pre:1p; -transplants transplant nom m p 0.02 0.00 0.02 0.00 -transplanté transplanter ver m s 0.20 1.08 0.04 0.27 par:pas; -transplantée transplanter ver f s 0.20 1.08 0.03 0.27 par:pas; -transplantées transplanté adj f p 0.07 0.34 0.00 0.07 -transplantés transplanter ver m p 0.20 1.08 0.04 0.07 par:pas; -transpondeur transpondeur nom m s 0.97 0.00 0.97 0.00 -transport transport nom m s 20.34 22.16 13.06 14.12 -transporta transporter ver 22.06 40.88 0.22 1.96 ind:pas:3s; -transportable transportable adj s 0.52 0.61 0.41 0.47 -transportables transportable adj m p 0.52 0.61 0.11 0.14 -transportai transporter ver 22.06 40.88 0.00 0.20 ind:pas:1s; -transportaient transporter ver 22.06 40.88 0.43 1.76 ind:imp:3p; -transportais transporter ver 22.06 40.88 0.21 0.68 ind:imp:1s;ind:imp:2s; -transportait transporter ver 22.06 40.88 1.28 4.86 ind:imp:3s; -transportant transporter ver 22.06 40.88 1.18 1.69 par:pre; -transportation transportation nom f s 0.07 0.00 0.07 0.00 -transporte transporter ver 22.06 40.88 3.56 3.18 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -transportent transporter ver 22.06 40.88 0.59 1.28 ind:pre:3p;sub:pre:3p; -transporter transporter ver 22.06 40.88 7.31 10.34 inf; -transportera transporter ver 22.06 40.88 0.16 0.34 ind:fut:3s; -transporteraient transporter ver 22.06 40.88 0.00 0.20 cnd:pre:3p; -transporterais transporter ver 22.06 40.88 0.02 0.07 cnd:pre:1s; -transporterait transporter ver 22.06 40.88 0.01 0.20 cnd:pre:3s; -transporterons transporter ver 22.06 40.88 0.00 0.07 ind:fut:1p; -transporteur transporteur nom m s 2.46 0.74 2.20 0.41 -transporteurs transporteur nom m p 2.46 0.74 0.26 0.34 -transporteuse transporteur adj f s 0.50 0.20 0.01 0.00 -transportez transporter ver 22.06 40.88 1.43 0.54 imp:pre:2p;ind:pre:2p; -transportiez transporter ver 22.06 40.88 0.06 0.07 ind:imp:2p; -transportions transporter ver 22.06 40.88 0.04 0.20 ind:imp:1p; -transportâmes transporter ver 22.06 40.88 0.00 0.14 ind:pas:1p; -transportons transporter ver 22.06 40.88 0.44 0.00 imp:pre:1p;ind:pre:1p; -transportât transporter ver 22.06 40.88 0.00 0.14 sub:imp:3s; -transports transport nom m p 20.34 22.16 7.28 8.04 -transportèrent transporter ver 22.06 40.88 0.00 0.47 ind:pas:3p; -transporté transporter ver m s 22.06 40.88 3.59 6.62 par:pas; -transportée transporter ver f s 22.06 40.88 0.91 3.24 par:pas; -transportées transporter ver f p 22.06 40.88 0.24 1.15 par:pas; -transportés transporter ver m p 22.06 40.88 0.37 1.49 par:pas; -transposable transposable adj m s 0.00 0.14 0.00 0.07 -transposables transposable adj m p 0.00 0.14 0.00 0.07 -transposaient transposer ver 0.36 3.31 0.00 0.27 ind:imp:3p; -transposait transposer ver 0.36 3.31 0.00 0.41 ind:imp:3s; -transposant transposer ver 0.36 3.31 0.01 0.20 par:pre; -transpose transposer ver 0.36 3.31 0.00 0.41 imp:pre:2s;ind:pre:3s; -transposent transposer ver 0.36 3.31 0.00 0.07 ind:pre:3p; -transposer transposer ver 0.36 3.31 0.10 0.81 inf; -transposez transposer ver 0.36 3.31 0.02 0.07 imp:pre:2p;ind:pre:2p; -transposition transposition nom f s 0.41 0.61 0.31 0.34 -transpositions transposition nom f p 0.41 0.61 0.10 0.27 -transposon transposon nom m s 0.04 0.00 0.04 0.00 -transposons transposer ver 0.36 3.31 0.02 0.14 imp:pre:1p;ind:pre:1p;; -transposé transposer ver m s 0.36 3.31 0.08 0.41 par:pas; -transposée transposer ver f s 0.36 3.31 0.12 0.27 par:pas; -transposés transposer ver m p 0.36 3.31 0.01 0.27 par:pas; -transsaharienne transsaharien adj f s 0.00 0.07 0.00 0.07 -transsaharienne transsaharien nom f s 0.00 0.07 0.00 0.07 -transsexualisme transsexualisme nom m s 0.01 0.00 0.01 0.00 -transsexualité transsexualité nom f s 0.01 0.00 0.01 0.00 -transsexuel transsexuel adj m s 0.69 0.14 0.32 0.07 -transsexuelle transsexuel adj f s 0.69 0.14 0.12 0.00 -transsexuels transsexuel adj m p 0.69 0.14 0.26 0.07 -transsibérien transsibérien nom m s 0.11 0.07 0.11 0.07 -transsibérienne transsibérien adj f s 0.02 0.07 0.02 0.07 -transsubstantiation transsubstantiation nom f s 0.03 0.34 0.03 0.34 -transsudait transsuder ver 0.00 0.14 0.00 0.07 ind:imp:3s; -transsudant transsuder ver 0.00 0.14 0.00 0.07 par:pre; -transsudat transsudat nom m s 0.03 0.00 0.03 0.00 -transuranienne transuranien adj f s 0.01 0.00 0.01 0.00 -transvasait transvaser ver 0.31 0.61 0.00 0.20 ind:imp:3s; -transvase transvaser ver 0.31 0.61 0.14 0.14 imp:pre:2s;ind:pre:1s;ind:pre:3s; -transvaser transvaser ver 0.31 0.61 0.06 0.14 inf; -transvasons transvaser ver 0.31 0.61 0.10 0.00 ind:pre:1p; -transvasèrent transvaser ver 0.31 0.61 0.00 0.07 ind:pas:3p; -transvasées transvaser ver f p 0.31 0.61 0.00 0.07 par:pas; -transversal transversal adj m s 0.28 2.70 0.06 0.20 -transversale transversal adj f s 0.28 2.70 0.13 1.62 -transversalement transversalement adv 0.01 0.07 0.01 0.07 -transversales transversal adj f p 0.28 2.70 0.08 0.81 -transversaux transversal adj m p 0.28 2.70 0.00 0.07 -transverse transverse adj f s 0.08 0.00 0.08 0.00 -transvestisme transvestisme nom m s 0.02 0.00 0.02 0.00 -transylvain transylvain adj m s 0.00 0.07 0.00 0.07 -transylvanienne transylvanien adj f s 0.01 0.00 0.01 0.00 -trappe trappe nom f s 5.18 6.49 4.86 5.41 -trappes trappe nom f p 5.18 6.49 0.32 1.08 -trappeur trappeur nom m s 1.65 2.03 1.00 1.35 -trappeurs trappeur nom m p 1.65 2.03 0.65 0.68 -trappiste trappiste nom m s 0.12 0.47 0.05 0.27 -trappistes trappiste nom m p 0.12 0.47 0.07 0.20 -trappon trappon nom m s 0.00 0.41 0.00 0.41 -trapèze trapèze nom m s 1.14 3.78 1.10 3.04 -trapèzes trapèze nom m p 1.14 3.78 0.04 0.74 -trapu trapu adj m s 0.42 9.05 0.39 4.86 -trapue trapu adj f s 0.42 9.05 0.02 1.76 -trapues trapu adj f p 0.42 9.05 0.01 0.81 -trapus trapu adj m p 0.42 9.05 0.00 1.62 -trapéziste trapéziste nom s 1.03 1.01 0.95 0.81 -trapézistes trapéziste nom p 1.03 1.01 0.08 0.20 -trapézoïdal trapézoïdal adj m s 0.02 0.68 0.02 0.14 -trapézoïdale trapézoïdal adj f s 0.02 0.68 0.00 0.27 -trapézoïdales trapézoïdal adj f p 0.02 0.68 0.00 0.20 -trapézoïdaux trapézoïdal adj m p 0.02 0.68 0.00 0.07 -trapézoïde trapézoïde adj s 0.08 0.00 0.08 0.00 -traqua traquer ver 13.97 14.39 0.01 0.07 ind:pas:3s; -traquaient traquer ver 13.97 14.39 0.38 0.68 ind:imp:3p; -traquais traquer ver 13.97 14.39 0.19 0.41 ind:imp:1s;ind:imp:2s; -traquait traquer ver 13.97 14.39 0.59 1.22 ind:imp:3s; -traquant traquer ver 13.97 14.39 0.28 0.47 par:pre; -traque traquer ver 13.97 14.39 2.53 1.08 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -traquenard traquenard nom m s 1.14 1.89 0.98 1.35 -traquenards traquenard nom m p 1.14 1.89 0.16 0.54 -traquent traquer ver 13.97 14.39 1.22 0.47 ind:pre:3p; -traquer traquer ver 13.97 14.39 3.04 1.96 inf; -traquera traquer ver 13.97 14.39 0.23 0.07 ind:fut:3s; -traquerai traquer ver 13.97 14.39 0.32 0.00 ind:fut:1s; -traquerais traquer ver 13.97 14.39 0.18 0.00 cnd:pre:1s;cnd:pre:2s; -traquerait traquer ver 13.97 14.39 0.04 0.00 cnd:pre:3s; -traquerons traquer ver 13.97 14.39 0.04 0.00 ind:fut:1p; -traqueront traquer ver 13.97 14.39 0.17 0.00 ind:fut:3p; -traques traquer ver 13.97 14.39 0.67 0.00 ind:pre:2s; -traquet traquet nom m s 0.06 0.34 0.06 0.20 -traquets traquet nom m p 0.06 0.34 0.00 0.14 -traqueur traqueur nom m s 0.78 0.68 0.49 0.34 -traqueurs traqueur nom m p 0.78 0.68 0.29 0.27 -traqueuse traqueur nom f s 0.78 0.68 0.00 0.07 -traquez traquer ver 13.97 14.39 0.18 0.00 imp:pre:2p;ind:pre:2p; -traquiez traquer ver 13.97 14.39 0.04 0.00 ind:imp:2p; -traquions traquer ver 13.97 14.39 0.04 0.07 ind:imp:1p; -traquons traquer ver 13.97 14.39 0.12 0.00 imp:pre:1p;ind:pre:1p; -traquèrent traquer ver 13.97 14.39 0.02 0.00 ind:pas:3p; -traqué traquer ver m s 13.97 14.39 2.64 4.53 par:pas; -traquée traquer ver f s 13.97 14.39 0.34 1.49 par:pas; -traquées traquer ver f p 13.97 14.39 0.03 0.07 par:pas; -traqués traquer ver m p 13.97 14.39 0.67 1.82 par:pas; -traça tracer ver 10.49 42.36 0.00 2.36 ind:pas:3s; -traçabilité traçabilité nom f s 0.02 0.00 0.02 0.00 -traçage traçage nom m s 0.29 0.00 0.29 0.00 -traçai tracer ver 10.49 42.36 0.00 0.14 ind:pas:1s; -traçaient tracer ver 10.49 42.36 0.02 1.82 ind:imp:3p; -traçais tracer ver 10.49 42.36 0.03 0.41 ind:imp:1s; -traçait tracer ver 10.49 42.36 0.14 3.24 ind:imp:3s; -traçant tracer ver 10.49 42.36 0.15 2.30 par:pre; -traçante traçant adj f s 0.17 0.41 0.02 0.20 -traçantes traçant adj f p 0.17 0.41 0.15 0.20 -traçons tracer ver 10.49 42.36 0.11 0.00 ind:pre:1p; -traçât tracer ver 10.49 42.36 0.00 0.14 sub:imp:3s; -trattoria trattoria nom f s 0.19 0.41 0.19 0.34 -trattorias trattoria nom f p 0.19 0.41 0.00 0.07 -trauma trauma nom m s 4.69 0.47 4.44 0.47 -traumas trauma nom m p 4.69 0.47 0.25 0.00 -traumatique traumatique adj s 0.65 0.07 0.56 0.07 -traumatiques traumatique adj p 0.65 0.07 0.09 0.00 -traumatisant traumatisant adj m s 1.48 0.14 0.85 0.07 -traumatisante traumatisant adj f s 1.48 0.14 0.42 0.00 -traumatisantes traumatisant adj f p 1.48 0.14 0.14 0.07 -traumatisants traumatisant adj m p 1.48 0.14 0.07 0.00 -traumatise traumatiser ver 2.94 1.55 0.20 0.14 ind:pre:3s; -traumatiser traumatiser ver 2.94 1.55 0.24 0.14 inf; -traumatisme traumatisme nom m s 6.69 1.08 6.10 0.88 -traumatismes traumatisme nom m p 6.69 1.08 0.59 0.20 -traumatisé traumatiser ver m s 2.94 1.55 1.20 0.54 par:pas; -traumatisée traumatiser ver f s 2.94 1.55 0.78 0.47 par:pas; -traumatisées traumatiser ver f p 2.94 1.55 0.04 0.00 par:pas; -traumatisés traumatiser ver m p 2.94 1.55 0.43 0.27 par:pas; -traumatologie traumatologie nom f s 0.09 0.00 0.09 0.00 -traumatologique traumatologique adj m s 0.01 0.00 0.01 0.00 -traumatologue traumatologue nom s 0.02 0.00 0.02 0.00 -travail travail nom m s 389.83 263.45 367.43 223.99 -travailla travailler ver 479.48 202.70 0.56 2.09 ind:pas:3s; -travaillai travailler ver 479.48 202.70 0.08 0.27 ind:pas:1s; -travaillaient travailler ver 479.48 202.70 3.02 9.12 ind:imp:3p; -travaillais travailler ver 479.48 202.70 13.68 7.03 ind:imp:1s;ind:imp:2s; -travaillait travailler ver 479.48 202.70 24.57 27.84 ind:imp:3s; -travaillant travailler ver 479.48 202.70 5.39 6.42 par:pre; -travaillassent travailler ver 479.48 202.70 0.00 0.14 sub:imp:3p; -travaille travailler ver 479.48 202.70 149.22 35.54 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -travaillent travailler ver 479.48 202.70 18.51 8.18 ind:pre:3p; -travailler travailler ver 479.48 202.70 147.83 67.77 ind:pre:2p;inf; -travaillera travailler ver 479.48 202.70 2.11 0.74 ind:fut:3s; -travaillerai travailler ver 479.48 202.70 4.07 1.01 ind:fut:1s; -travailleraient travailler ver 479.48 202.70 0.05 0.20 cnd:pre:3p; -travaillerais travailler ver 479.48 202.70 1.06 0.41 cnd:pre:1s;cnd:pre:2s; -travaillerait travailler ver 479.48 202.70 0.64 1.28 cnd:pre:3s; -travailleras travailler ver 479.48 202.70 1.78 0.81 ind:fut:2s; -travaillerez travailler ver 479.48 202.70 1.12 0.14 ind:fut:2p; -travailleriez travailler ver 479.48 202.70 0.24 0.07 cnd:pre:2p; -travaillerions travailler ver 479.48 202.70 0.05 0.07 cnd:pre:1p; -travaillerons travailler ver 479.48 202.70 1.47 0.41 ind:fut:1p; -travailleront travailler ver 479.48 202.70 0.66 0.14 ind:fut:3p; -travailles travailler ver 479.48 202.70 20.96 3.18 ind:pre:2s; -travailleur travailleur nom m s 10.60 12.57 3.34 2.64 -travailleurs travailleur nom m p 10.60 12.57 7.09 9.46 -travailleuse travailleur adj f s 4.19 3.72 0.32 0.81 -travailleuses travailleur adj f p 4.19 3.72 0.26 0.14 -travaillez travailler ver 479.48 202.70 22.73 3.58 imp:pre:2p;ind:pre:2p; -travailliez travailler ver 479.48 202.70 2.68 0.27 ind:imp:2p; -travaillions travailler ver 479.48 202.70 0.93 1.08 ind:imp:1p; -travailliste travailliste adj m s 0.30 0.41 0.28 0.27 -travaillistes travailliste nom p 0.06 0.54 0.05 0.41 -travaillâmes travailler ver 479.48 202.70 0.00 0.27 ind:pas:1p; -travaillons travailler ver 479.48 202.70 5.99 1.62 imp:pre:1p;ind:pre:1p; -travaillât travailler ver 479.48 202.70 0.00 0.41 sub:imp:3s; -travaillèrent travailler ver 479.48 202.70 0.07 0.54 ind:pas:3p; -travaillé travailler ver m s 479.48 202.70 49.81 20.00 par:pas;par:pas;par:pas; -travaillée travailler ver f s 479.48 202.70 0.20 0.88 par:pas; -travaillées travaillé adj f p 0.79 1.82 0.02 0.34 -travaillés travaillé adj m p 0.79 1.82 0.05 0.41 -travaux travail nom m p 389.83 263.45 22.40 39.46 -trave trave nom f s 0.02 0.07 0.02 0.07 -traveller_s_chèque traveller_s_chèque nom m p 0.04 0.00 0.04 0.00 -traveller traveller nom m s 0.21 0.00 0.12 0.00 -travellers traveller nom m p 0.21 0.00 0.09 0.00 -travelling travelling nom m s 0.71 0.81 0.70 0.61 -travellings travelling nom m p 0.71 0.81 0.01 0.20 -travelo travelo nom m s 1.20 1.08 0.96 0.88 -travelos travelo nom m p 1.20 1.08 0.25 0.20 -travers travers nom m 65.60 247.64 65.60 247.64 -traversa traverser ver 72.26 200.81 0.63 25.00 ind:pas:3s; -traversable traversable adj m s 0.01 0.14 0.01 0.07 -traversables traversable adj p 0.01 0.14 0.00 0.07 -traversai traverser ver 72.26 200.81 0.13 2.77 ind:pas:1s; -traversaient traverser ver 72.26 200.81 0.34 7.91 ind:imp:3p; -traversais traverser ver 72.26 200.81 0.73 2.43 ind:imp:1s;ind:imp:2s; -traversait traverser ver 72.26 200.81 1.73 19.86 ind:imp:3s; -traversant traverser ver 72.26 200.81 2.39 15.07 par:pre; -traverse traverser ver 72.26 200.81 13.53 25.27 imp:pre:2s;ind:pre:1s;ind:pre:3s; -traversent traverser ver 72.26 200.81 3.32 7.57 ind:pre:3p; -traverser traverser ver 72.26 200.81 22.74 37.57 inf; -traversera traverser ver 72.26 200.81 0.89 0.68 ind:fut:3s; -traverserai traverser ver 72.26 200.81 0.22 0.27 ind:fut:1s; -traverseraient traverser ver 72.26 200.81 0.07 0.34 cnd:pre:3p; -traverserais traverser ver 72.26 200.81 0.11 0.14 cnd:pre:1s;cnd:pre:2s; -traverserait traverser ver 72.26 200.81 0.18 0.61 cnd:pre:3s; -traverseras traverser ver 72.26 200.81 0.11 0.07 ind:fut:2s; -traverserez traverser ver 72.26 200.81 0.26 0.14 ind:fut:2p; -traverserons traverser ver 72.26 200.81 0.41 0.14 ind:fut:1p; -traverseront traverser ver 72.26 200.81 0.28 0.20 ind:fut:3p; -traverses traverser ver 72.26 200.81 1.69 0.27 ind:pre:2s; -traversez traverser ver 72.26 200.81 2.08 0.54 imp:pre:2p;ind:pre:2p; -traversier traversier nom m s 0.16 0.00 0.16 0.00 -traversiez traverser ver 72.26 200.81 0.16 0.00 ind:imp:2p; -traversin traversin nom m s 0.44 2.57 0.44 2.30 -traversine traversine nom f s 0.00 0.07 0.00 0.07 -traversins traversin nom m p 0.44 2.57 0.00 0.27 -traversions traverser ver 72.26 200.81 0.11 2.36 ind:imp:1p; -traversière traversier adj f s 0.01 0.20 0.01 0.07 -traversières traversier adj f p 0.01 0.20 0.00 0.07 -traversâmes traverser ver 72.26 200.81 0.14 1.42 ind:pas:1p; -traversons traverser ver 72.26 200.81 1.33 2.84 imp:pre:1p;ind:pre:1p; -traversèrent traverser ver 72.26 200.81 0.22 7.30 ind:pas:3p; -traversé traverser ver m s 72.26 200.81 17.34 29.93 par:pas; -traversée traversée nom f s 3.82 14.80 3.75 13.58 -traversées traversée nom f p 3.82 14.80 0.07 1.22 -traversés traverser ver m p 72.26 200.81 0.37 1.76 par:pas; -travertin travertin nom m s 0.09 0.00 0.09 0.00 -travesti travesti nom m s 2.75 1.89 1.63 1.15 -travestie travesti adj f s 0.26 1.01 0.03 0.27 -travesties travestir ver f p 0.39 2.57 0.00 0.14 par:pas; -travestir travestir ver 0.39 2.57 0.22 0.88 inf; -travestis travesti nom m p 2.75 1.89 1.12 0.74 -travestisme travestisme nom m s 0.14 0.00 0.14 0.00 -travestissais travestir ver 0.39 2.57 0.01 0.07 ind:imp:1s; -travestissant travestir ver 0.39 2.57 0.00 0.07 par:pre; -travestissement travestissement nom m s 0.13 0.88 0.13 0.68 -travestissements travestissement nom m p 0.13 0.88 0.00 0.20 -travestissez travestir ver 0.39 2.57 0.01 0.07 ind:pre:2p; -travestit travestir ver 0.39 2.57 0.02 0.14 ind:pre:3s; -travois travois nom m 0.01 0.00 0.01 0.00 -travée travée nom f s 0.11 3.65 0.11 1.55 -travées travée nom f p 0.11 3.65 0.00 2.09 -trax trax nom m 0.01 0.00 0.01 0.00 -trayait traire ver 3.69 4.59 0.00 0.81 ind:imp:3s; -trayant traire ver 3.69 4.59 0.00 0.07 par:pre; -trayeuse trayeur nom f s 0.08 0.14 0.08 0.07 -trayeuses trayeuse nom f p 0.15 0.00 0.15 0.00 -trayon trayon nom m s 0.00 0.27 0.00 0.07 -trayons trayon nom m p 0.00 0.27 0.00 0.20 -trecento trecento nom m s 0.20 0.00 0.20 0.00 -treillage treillage nom m s 0.05 1.22 0.05 1.01 -treillages treillage nom m p 0.05 1.22 0.00 0.20 -treillard treillard nom m s 0.02 0.00 0.02 0.00 -treille treille nom f s 1.66 2.70 1.32 2.03 -treilles treille nom f p 1.66 2.70 0.34 0.68 -treillis treillis nom m 0.45 4.12 0.45 4.12 -treillissé treillisser ver m s 0.00 0.14 0.00 0.07 par:pas; -treillissée treillisser ver f s 0.00 0.14 0.00 0.07 par:pas; -treizaine treizaine nom f s 0.00 0.07 0.00 0.07 -treize treize adj_num 7.00 20.95 7.00 20.95 -treizième treizième adj 0.31 1.01 0.31 1.01 -trek trek nom m s 0.03 0.00 0.03 0.00 -trekkeur trekkeur nom m s 0.01 0.00 0.01 0.00 -trekking trekking nom m s 0.03 0.00 0.03 0.00 -trembla trembler ver 34.13 94.05 0.30 1.55 ind:pas:3s; -tremblai trembler ver 34.13 94.05 0.02 0.20 ind:pas:1s; -tremblaient trembler ver 34.13 94.05 1.00 12.57 ind:imp:3p; -tremblais trembler ver 34.13 94.05 1.44 2.97 ind:imp:1s;ind:imp:2s; -tremblait trembler ver 34.13 94.05 2.00 22.64 ind:imp:3s; -tremblant trembler ver 34.13 94.05 1.30 7.57 par:pre; -tremblante tremblant adj f s 2.91 21.08 1.69 10.47 -tremblantes tremblant adj f p 2.91 21.08 0.19 4.53 -tremblants tremblant adj m p 2.91 21.08 0.31 2.23 -tremble trembler ver 34.13 94.05 10.60 14.59 imp:pre:2s;ind:pre:1s;ind:pre:3s; -tremblement tremblement nom m s 8.24 20.41 6.39 15.95 -tremblements tremblement nom m p 8.24 20.41 1.85 4.46 -tremblent trembler ver 34.13 94.05 2.65 5.68 ind:pre:3p; -trembler trembler ver 34.13 94.05 6.37 21.96 inf; -tremblera trembler ver 34.13 94.05 0.67 0.00 ind:fut:3s; -tremblerai trembler ver 34.13 94.05 0.01 0.07 ind:fut:1s; -trembleraient trembler ver 34.13 94.05 0.01 0.14 cnd:pre:3p; -tremblerais trembler ver 34.13 94.05 0.10 0.07 cnd:pre:1s;cnd:pre:2s; -tremblerait trembler ver 34.13 94.05 0.05 0.00 cnd:pre:3s; -tremblerons trembler ver 34.13 94.05 0.02 0.00 ind:fut:1p; -trembleront trembler ver 34.13 94.05 0.16 0.07 ind:fut:3p; -trembles trembler ver 34.13 94.05 3.66 0.34 ind:pre:2s; -trembleur trembleur nom m s 0.14 0.00 0.14 0.00 -trembleurs trembleur adj m p 0.01 0.07 0.00 0.07 -tremblez trembler ver 34.13 94.05 2.42 0.27 imp:pre:2p;ind:pre:2p; -trembliez trembler ver 34.13 94.05 0.01 0.00 ind:imp:2p; -tremblions trembler ver 34.13 94.05 0.02 0.07 ind:imp:1p; -tremblochant tremblocher ver 0.00 0.07 0.00 0.07 par:pre; -tremblons trembler ver 34.13 94.05 0.05 0.14 imp:pre:1p;ind:pre:1p; -tremblât trembler ver 34.13 94.05 0.00 0.07 sub:imp:3s; -tremblota trembloter ver 0.09 5.61 0.00 0.14 ind:pas:3s; -tremblotaient trembloter ver 0.09 5.61 0.00 0.47 ind:imp:3p; -tremblotait trembloter ver 0.09 5.61 0.01 1.55 ind:imp:3s; -tremblotant tremblotant adj m s 0.07 3.11 0.06 0.54 -tremblotante tremblotant adj f s 0.07 3.11 0.00 1.35 -tremblotantes tremblotant adj f p 0.07 3.11 0.01 0.61 -tremblotants tremblotant adj m p 0.07 3.11 0.00 0.61 -tremblote tremblote nom f s 0.45 0.95 0.45 0.95 -tremblotement tremblotement nom m s 0.00 0.20 0.00 0.07 -tremblotements tremblotement nom m p 0.00 0.20 0.00 0.14 -tremblotent trembloter ver 0.09 5.61 0.01 0.41 ind:pre:3p; -trembloter trembloter ver 0.09 5.61 0.02 0.47 inf; -trembloté trembloter ver m s 0.09 5.61 0.00 0.07 par:pas; -tremblèrent trembler ver 34.13 94.05 0.10 0.34 ind:pas:3p; -tremblé trembler ver m s 34.13 94.05 1.03 2.30 par:pas; -tremblée tremblé adj f s 0.03 1.49 0.00 0.61 -tremblées tremblé adj f p 0.03 1.49 0.01 0.14 -tremblés trembler ver m p 34.13 94.05 0.14 0.00 par:pas; -tremolos tremolo nom m p 0.00 0.07 0.00 0.07 -trempa tremper ver 15.88 32.16 0.00 1.82 ind:pas:3s; -trempage trempage nom m s 0.21 0.07 0.21 0.00 -trempages trempage nom m p 0.21 0.07 0.00 0.07 -trempai tremper ver 15.88 32.16 0.00 0.14 ind:pas:1s; -trempaient tremper ver 15.88 32.16 0.04 1.08 ind:imp:3p; -trempais tremper ver 15.88 32.16 0.06 0.27 ind:imp:1s;ind:imp:2s; -trempait tremper ver 15.88 32.16 0.40 2.09 ind:imp:3s; -trempant tremper ver 15.88 32.16 0.06 1.76 par:pre; -trempe trempe nom f s 2.26 3.31 2.13 2.70 -trempent tremper ver 15.88 32.16 0.11 0.61 ind:pre:3p; -tremper tremper ver 15.88 32.16 2.98 5.07 inf; -trempera tremper ver 15.88 32.16 0.01 0.00 ind:fut:3s; -tremperaient tremper ver 15.88 32.16 0.00 0.07 cnd:pre:3p; -tremperais tremper ver 15.88 32.16 0.17 0.00 cnd:pre:1s;cnd:pre:2s; -tremperait tremper ver 15.88 32.16 0.01 0.14 cnd:pre:3s; -trempes tremper ver 15.88 32.16 0.45 0.14 ind:pre:2s; -trempette trempette nom f s 0.95 0.41 0.95 0.41 -trempeur trempeur nom m s 0.16 0.00 0.16 0.00 -trempez tremper ver 15.88 32.16 0.22 0.00 imp:pre:2p;ind:pre:2p; -trempions tremper ver 15.88 32.16 0.00 0.07 ind:imp:1p; -tremplin tremplin nom m s 0.36 1.28 0.36 1.28 -trempoline trempoline nom m s 0.00 0.07 0.00 0.07 -trempons tremper ver 15.88 32.16 0.04 0.07 imp:pre:1p;ind:pre:1p; -trempèrent tremper ver 15.88 32.16 0.01 0.20 ind:pas:3p; -trempé tremper ver m s 15.88 32.16 5.37 8.11 par:pas; -trempée tremper ver f s 15.88 32.16 2.59 3.18 par:pas; -trempées tremper ver f p 15.88 32.16 0.41 1.22 par:pas; -trempés tremper ver m p 15.88 32.16 1.28 3.11 par:pas; -trench_coat trench_coat nom m s 0.04 1.55 0.04 1.49 -trench_coat trench_coat nom m p 0.04 1.55 0.00 0.07 -trench trench nom m s 0.41 0.20 0.41 0.20 -trentaine trentaine nom f s 3.23 13.45 3.23 13.45 -trente_cinq trente_cinq adj_num 1.33 11.55 1.33 11.55 -trente_cinquième trente_cinquième adj 0.00 0.14 0.00 0.14 -trente_deux trente_deux adj_num 0.82 3.58 0.82 3.58 -trente_et_quarante trente_et_quarante nom m 0.00 0.07 0.00 0.07 -trente_et_un trente_et_un nom m 0.39 0.07 0.39 0.07 -trente_et_unième trente_et_unième adj 0.00 0.07 0.00 0.07 -trente_huit trente_huit adj_num 0.64 2.64 0.64 2.64 -trente_huitième trente_huitième adj 0.00 0.20 0.00 0.20 -trente_neuf trente_neuf adj_num 0.55 2.16 0.55 2.16 -trente_neuvième trente_neuvième adj 0.01 0.14 0.01 0.14 -trente_quatre trente_quatre adj_num 0.43 1.08 0.43 1.08 -trente_quatrième trente_quatrième adj 0.00 0.07 0.00 0.07 -trente_sept trente_sept adj_num 0.71 2.23 0.71 2.23 -trente_septième trente_septième adj 0.20 0.14 0.20 0.14 -trente_six trente_six adj_num 0.55 6.82 0.55 6.82 -trente_sixième trente_sixième adj 0.02 0.61 0.02 0.61 -trente_trois trente_trois adj_num 0.78 2.36 0.78 2.36 -trente_troisième trente_troisième adj 0.00 0.20 0.00 0.20 -trente trente adj_num 18.91 79.12 18.91 79.12 -trentenaire trentenaire adj s 0.10 0.14 0.08 0.14 -trentenaires trentenaire adj p 0.10 0.14 0.01 0.00 -trentième trentième adj 0.69 0.88 0.69 0.88 -tressa tresser ver 1.15 8.85 0.00 0.07 ind:pas:3s; -tressaient tresser ver 1.15 8.85 0.00 0.41 ind:imp:3p; -tressaillaient tressaillir ver 1.30 13.72 0.00 0.20 ind:imp:3p; -tressaillais tressaillir ver 1.30 13.72 0.00 0.07 ind:imp:1s; -tressaillait tressaillir ver 1.30 13.72 0.00 1.55 ind:imp:3s; -tressaillant tressaillir ver 1.30 13.72 0.01 0.88 par:pre; -tressaille tressaillir ver 1.30 13.72 0.19 1.08 imp:pre:2s;ind:pre:1s;ind:pre:3s; -tressaillement tressaillement nom m s 0.36 3.85 0.13 2.36 -tressaillements tressaillement nom m p 0.36 3.85 0.23 1.49 -tressaillent tressaillir ver 1.30 13.72 0.02 0.54 ind:pre:3p; -tressaillez tressaillir ver 1.30 13.72 0.11 0.00 ind:pre:2p; -tressailli tressaillir ver m s 1.30 13.72 0.23 1.22 par:pas; -tressaillir tressaillir ver 1.30 13.72 0.38 4.12 inf; -tressaillira tressaillir ver 1.30 13.72 0.00 0.07 ind:fut:3s; -tressaillirait tressaillir ver 1.30 13.72 0.00 0.07 cnd:pre:3s; -tressaillirent tressaillir ver 1.30 13.72 0.10 0.14 ind:pas:3p; -tressaillis tressaillir ver 1.30 13.72 0.02 0.14 ind:pas:1s;ind:pas:2s; -tressaillit tressaillir ver 1.30 13.72 0.25 3.65 ind:pas:3s; -tressait tresser ver 1.15 8.85 0.00 0.47 ind:imp:3s; -tressant tresser ver 1.15 8.85 0.00 0.41 par:pre; -tressauta tressauter ver 0.03 4.53 0.00 0.27 ind:pas:3s; -tressautaient tressauter ver 0.03 4.53 0.00 0.27 ind:imp:3p; -tressautait tressauter ver 0.03 4.53 0.01 0.95 ind:imp:3s; -tressautant tressauter ver 0.03 4.53 0.00 0.41 par:pre; -tressautante tressautant adj f s 0.00 0.61 0.00 0.27 -tressaute tressauter ver 0.03 4.53 0.01 0.95 ind:pre:1s;ind:pre:3s; -tressautement tressautement nom m s 0.00 0.74 0.00 0.27 -tressautements tressautement nom m p 0.00 0.74 0.00 0.47 -tressautent tressauter ver 0.03 4.53 0.00 0.88 ind:pre:3p; -tressauter tressauter ver 0.03 4.53 0.01 0.68 inf; -tressautera tressauter ver 0.03 4.53 0.00 0.07 ind:fut:3s; -tressautés tressauter ver m p 0.03 4.53 0.00 0.07 par:pas; -tresse tresse nom f s 1.83 4.73 0.77 1.08 -tressent tresser ver 1.15 8.85 0.10 0.14 ind:pre:3p; -tresser tresser ver 1.15 8.85 0.34 1.69 inf; -tresseraient tresser ver 1.15 8.85 0.00 0.07 cnd:pre:3p; -tresseras tresser ver 1.15 8.85 0.01 0.00 ind:fut:2s; -tresses tresse nom f p 1.83 4.73 1.06 3.65 -tresseurs tresseur nom m p 0.00 0.07 0.00 0.07 -tressons tresser ver 1.15 8.85 0.14 0.07 imp:pre:1p;ind:pre:1p; -tressèrent tresser ver 1.15 8.85 0.00 0.07 ind:pas:3p; -tressé tresser ver m s 1.15 8.85 0.13 1.96 par:pas; -tressée tresser ver f s 1.15 8.85 0.17 1.89 par:pas; -tressées tresser ver f p 1.15 8.85 0.00 1.01 par:pas; -tressés tresser ver m p 1.15 8.85 0.20 0.47 par:pas; -treuil treuil nom m s 1.48 2.16 1.34 1.69 -treuiller treuiller ver 0.14 0.00 0.14 0.00 inf; -treuils treuil nom m p 1.48 2.16 0.14 0.47 -tri tri nom m s 1.60 3.04 1.58 2.84 -tria trier ver 3.68 7.84 0.02 0.27 ind:pas:3s; -triade triade nom f s 1.18 0.14 1.05 0.07 -triades triade nom f p 1.18 0.14 0.14 0.07 -triage triage nom m s 1.42 1.55 1.42 1.55 -triaient trier ver 3.68 7.84 0.03 0.14 ind:imp:3p; -triais trier ver 3.68 7.84 0.07 0.41 ind:imp:1s;ind:imp:2s; -triait trier ver 3.68 7.84 0.04 1.28 ind:imp:3s; -trial trial nom m s 0.04 0.47 0.04 0.47 -triangle triangle nom m s 3.83 13.24 3.42 10.68 -triangles triangle nom m p 3.83 13.24 0.41 2.57 -triangulaire triangulaire adj s 0.17 6.62 0.16 4.73 -triangulairement triangulairement adv 0.00 0.07 0.00 0.07 -triangulaires triangulaire adj p 0.17 6.62 0.01 1.89 -triangulation triangulation nom f s 0.20 0.07 0.20 0.07 -trianguler trianguler ver 0.26 0.00 0.23 0.00 inf; -triangulez trianguler ver 0.26 0.00 0.02 0.00 imp:pre:2p; -trianon trianon nom m s 0.00 0.07 0.00 0.07 -triant trier ver 3.68 7.84 0.12 0.07 par:pre; -trias trias nom m 0.01 0.00 0.01 0.00 -triasique triasique adj f s 0.02 0.00 0.02 0.00 -triathlon triathlon nom m s 0.18 0.00 0.18 0.00 -triathlète triathlète nom s 0.03 0.00 0.03 0.00 -tribal tribal adj m s 1.00 1.01 0.28 0.47 -tribale tribal adj f s 1.00 1.01 0.34 0.27 -tribales tribal adj f p 1.00 1.01 0.26 0.14 -tribart tribart nom m s 0.00 0.07 0.00 0.07 -tribaux tribal adj m p 1.00 1.01 0.12 0.14 -tribord tribord nom m s 3.79 1.28 3.79 1.28 -tribu tribu nom f s 11.57 18.24 7.96 13.58 -tribulation tribulation nom f s 0.14 1.69 0.01 0.54 -tribulations tribulation nom f p 0.14 1.69 0.13 1.15 -tribun tribun nom m s 0.37 1.96 0.36 1.49 -tribunal tribunal nom m s 37.98 18.04 35.35 15.00 -tribunat tribunat nom m s 0.34 0.00 0.34 0.00 -tribunaux tribunal nom m p 37.98 18.04 2.62 3.04 -tribune tribune nom f s 2.87 8.99 1.75 6.96 -tribunes tribune nom f p 2.87 8.99 1.12 2.03 -tribuns tribun nom m p 0.37 1.96 0.01 0.47 -tribus tribu nom f p 11.57 18.24 3.62 4.66 -tribut tribut nom m s 0.87 2.16 0.69 2.16 -tributaire tributaire adj f s 0.34 0.61 0.32 0.34 -tributaires tributaire adj p 0.34 0.61 0.02 0.27 -tributs tribut nom m p 0.87 2.16 0.19 0.00 -tric tric nom m s 0.07 0.00 0.07 0.00 -tricard tricard adj m s 0.61 0.61 0.46 0.41 -tricarde tricard adj f s 0.61 0.61 0.01 0.14 -tricards tricard adj m p 0.61 0.61 0.14 0.07 -tricentenaire tricentenaire nom m s 0.05 0.07 0.05 0.07 -triceps triceps nom m 0.34 0.07 0.34 0.07 -tricha tricher ver 16.16 9.73 0.00 0.14 ind:pas:3s; -trichaient tricher ver 16.16 9.73 0.14 0.34 ind:imp:3p; -trichais tricher ver 16.16 9.73 0.20 0.20 ind:imp:1s;ind:imp:2s; -trichait tricher ver 16.16 9.73 0.41 0.81 ind:imp:3s; -trichant tricher ver 16.16 9.73 0.21 0.68 par:pre; -triche tricher ver 16.16 9.73 3.71 1.49 imp:pre:2s;ind:pre:1s;ind:pre:3s; -trichent tricher ver 16.16 9.73 0.31 0.14 ind:pre:3p; -tricher tricher ver 16.16 9.73 4.70 4.05 inf; -trichera tricher ver 16.16 9.73 0.16 0.07 ind:fut:3s; -tricherai tricher ver 16.16 9.73 0.18 0.00 ind:fut:1s; -tricherais tricher ver 16.16 9.73 0.01 0.14 cnd:pre:1s;cnd:pre:2s; -tricherait tricher ver 16.16 9.73 0.03 0.00 cnd:pre:3s; -tricherie tricherie nom f s 1.13 1.28 0.76 1.15 -tricheries tricherie nom f p 1.13 1.28 0.37 0.14 -tricheront tricher ver 16.16 9.73 0.00 0.07 ind:fut:3p; -triches tricher ver 16.16 9.73 1.56 0.20 ind:pre:2s; -tricheur tricheur nom m s 3.45 1.01 2.73 0.34 -tricheurs tricheur nom m p 3.45 1.01 0.36 0.61 -tricheuse tricheur nom f s 3.45 1.01 0.35 0.00 -tricheuses tricheur adj f p 0.90 0.27 0.02 0.00 -trichez tricher ver 16.16 9.73 0.65 0.07 imp:pre:2p;ind:pre:2p; -trichiez tricher ver 16.16 9.73 0.06 0.07 ind:imp:2p; -trichinose trichinose nom f s 0.04 0.07 0.04 0.07 -trichloracétique trichloracétique adj m s 0.01 0.00 0.01 0.00 -trichlorure trichlorure nom m s 0.01 0.00 0.01 0.00 -trichloréthylène trichloréthylène nom m s 0.02 0.00 0.02 0.00 -trichons tricher ver 16.16 9.73 0.02 0.20 ind:pre:1p; -trichophyties trichophytie nom f p 0.01 0.00 0.01 0.00 -triché tricher ver m s 16.16 9.73 3.81 0.95 par:pas; -trichée tricher ver f s 16.16 9.73 0.00 0.07 par:pas; -trichées tricher ver f p 16.16 9.73 0.00 0.07 par:pas; -trick trick nom m s 0.35 0.00 0.35 0.00 -tricoises tricoises nom f p 0.00 0.07 0.00 0.07 -tricolore tricolore adj s 0.40 7.50 0.30 6.08 -tricolores tricolore adj p 0.40 7.50 0.10 1.42 -tricorne tricorne nom m s 0.02 0.88 0.01 0.74 -tricornes tricorne nom m p 0.02 0.88 0.01 0.14 -tricot tricot nom m s 1.44 14.19 1.25 11.96 -tricota tricoter ver 3.19 13.04 0.00 0.27 ind:pas:3s; -tricotage tricotage nom m s 0.04 0.41 0.04 0.34 -tricotages tricotage nom m p 0.04 0.41 0.00 0.07 -tricotai tricoter ver 3.19 13.04 0.00 0.07 ind:pas:1s; -tricotaient tricoter ver 3.19 13.04 0.01 0.88 ind:imp:3p; -tricotais tricoter ver 3.19 13.04 0.21 0.07 ind:imp:1s;ind:imp:2s; -tricotait tricoter ver 3.19 13.04 0.23 3.04 ind:imp:3s; -tricotant tricoter ver 3.19 13.04 0.00 1.15 par:pre; -tricote tricoter ver 3.19 13.04 0.65 1.42 imp:pre:2s;ind:pre:1s;ind:pre:3s; -tricotent tricoter ver 3.19 13.04 0.04 0.41 ind:pre:3p; -tricoter tricoter ver 3.19 13.04 1.37 3.11 inf; -tricotera tricoter ver 3.19 13.04 0.11 0.00 ind:fut:3s; -tricoterai tricoter ver 3.19 13.04 0.03 0.07 ind:fut:1s; -tricoterait tricoter ver 3.19 13.04 0.01 0.07 cnd:pre:3s; -tricoteras tricoter ver 3.19 13.04 0.00 0.07 ind:fut:2s; -tricoterons tricoter ver 3.19 13.04 0.10 0.00 ind:fut:1p; -tricoteur tricoteur nom m s 0.14 0.68 0.00 0.07 -tricoteuse tricoteur nom f s 0.14 0.68 0.14 0.41 -tricoteuses tricoteur nom f p 0.14 0.68 0.00 0.20 -tricotez tricoter ver 3.19 13.04 0.04 0.00 imp:pre:2p;ind:pre:2p; -tricots tricot nom m p 1.44 14.19 0.19 2.23 -tricoté tricoter ver m s 3.19 13.04 0.35 1.22 par:pas; -tricotée tricoter ver f s 3.19 13.04 0.00 0.41 par:pas; -tricotées tricoter ver f p 3.19 13.04 0.02 0.34 par:pas; -tricotés tricoter ver m p 3.19 13.04 0.01 0.47 par:pas; -trictrac trictrac nom m s 0.14 0.14 0.14 0.14 -tricéphale tricéphale adj f s 0.00 0.27 0.00 0.27 -tricératops tricératops nom m 0.02 0.00 0.02 0.00 -tricuspide tricuspide adj f s 0.07 0.00 0.07 0.00 -tricycle tricycle nom m s 0.52 0.95 0.50 0.61 -tricycles tricycle nom m p 0.52 0.95 0.02 0.34 -tricycliste tricycliste nom s 0.00 0.20 0.00 0.20 -trident trident nom m s 0.13 0.68 0.12 0.68 -tridents trident nom m p 0.13 0.68 0.01 0.00 -tridi tridi nom m s 0.00 0.07 0.00 0.07 -tridimensionnel tridimensionnel adj m s 0.24 0.00 0.17 0.00 -tridimensionnelle tridimensionnel adj f s 0.24 0.00 0.07 0.00 -trie trier ver 3.68 7.84 1.01 0.27 imp:pre:2s;ind:pre:1s;ind:pre:3s; -triennale triennal adj f s 0.00 0.20 0.00 0.14 -triennales triennal adj f p 0.00 0.20 0.00 0.07 -trient trier ver 3.68 7.84 0.05 0.07 ind:pre:3p; -trier trier ver 3.68 7.84 1.08 3.38 inf; -triera trier ver 3.68 7.84 0.01 0.07 ind:fut:3s; -trierait trier ver 3.68 7.84 0.00 0.07 cnd:pre:3s; -trieur trieur nom m s 0.18 0.14 0.05 0.00 -trieurs trieur nom m p 0.18 0.14 0.02 0.00 -trieuse trieur nom f s 0.18 0.14 0.11 0.00 -trieuses trieuse nom f p 0.02 0.00 0.02 0.00 -triez trier ver 3.68 7.84 0.18 0.07 imp:pre:2p;ind:pre:2p; -trifolium trifolium nom m s 0.01 0.07 0.01 0.07 -triforium triforium nom m s 0.00 0.07 0.00 0.07 -trifouillaient trifouiller ver 0.30 1.35 0.00 0.14 ind:imp:3p; -trifouillait trifouiller ver 0.30 1.35 0.00 0.07 ind:imp:3s; -trifouille trifouiller ver 0.30 1.35 0.02 0.41 imp:pre:2s;ind:pre:3s; -trifouiller trifouiller ver 0.30 1.35 0.13 0.41 inf; -trifouillez trifouiller ver 0.30 1.35 0.01 0.00 ind:pre:2p; -trifouillé trifouiller ver m s 0.30 1.35 0.14 0.34 par:pas; -trigger trigger nom m s 0.09 0.00 0.09 0.00 -trigles trigle nom m p 0.00 0.07 0.00 0.07 -triglycéride triglycéride nom m s 0.07 0.07 0.03 0.00 -triglycérides triglycéride nom m p 0.07 0.07 0.05 0.07 -trigonométrie trigonométrie nom f s 0.28 0.20 0.28 0.20 -trigrammes trigramme nom m p 0.01 0.00 0.01 0.00 -trilatérale trilatéral adj f s 0.04 0.07 0.04 0.07 -trilingue trilingue adj s 0.01 0.07 0.01 0.00 -trilingues trilingue adj f p 0.01 0.07 0.00 0.07 -trillant triller ver 0.01 0.14 0.00 0.07 par:pre; -trille trille nom m s 0.30 2.64 0.03 1.01 -trilles trille nom m p 0.30 2.64 0.28 1.62 -trillion trillion nom m s 0.22 0.14 0.06 0.00 -trillions trillion nom m p 0.22 0.14 0.16 0.14 -trillé triller ver m s 0.01 0.14 0.00 0.07 par:pas; -trilobite trilobite nom m s 0.02 0.00 0.02 0.00 -trilobée trilobé adj f s 0.00 0.14 0.00 0.07 -trilobés trilobé adj m p 0.00 0.14 0.00 0.07 -trilogie trilogie nom f s 0.36 0.07 0.36 0.07 -trimait trimer ver 4.38 3.31 0.02 0.34 ind:imp:3s; -trimant trimer ver 4.38 3.31 0.00 0.07 par:pre; -trimard trimard nom m s 0.02 1.76 0.00 0.61 -trimarde trimarder ver 0.00 0.14 0.00 0.07 ind:pre:1s; -trimarder trimarder ver 0.00 0.14 0.00 0.07 inf; -trimardeur trimardeur nom m s 0.03 0.81 0.03 0.61 -trimardeurs trimardeur nom m p 0.03 0.81 0.00 0.20 -trimards trimard nom m p 0.02 1.76 0.02 1.15 -trimbala trimbaler ver 1.62 7.09 0.00 0.07 ind:pas:3s; -trimbalaient trimbaler ver 1.62 7.09 0.00 0.07 ind:imp:3p; -trimbalais trimbaler ver 1.62 7.09 0.00 0.34 ind:imp:1s;ind:imp:2s; -trimbalait trimbaler ver 1.62 7.09 0.06 1.15 ind:imp:3s; -trimbalant trimbaler ver 1.62 7.09 0.11 0.41 par:pre; -trimbale trimbaler ver 1.62 7.09 0.50 1.82 ind:pre:1s;ind:pre:3s;sub:pre:3s; -trimbalent trimbaler ver 1.62 7.09 0.23 0.47 ind:pre:3p; -trimbaler trimbaler ver 1.62 7.09 0.42 1.82 inf; -trimbalerai trimbaler ver 1.62 7.09 0.00 0.07 ind:fut:1s; -trimbalerait trimbaler ver 1.62 7.09 0.01 0.00 cnd:pre:3s; -trimbalerez trimbaler ver 1.62 7.09 0.01 0.00 ind:fut:2p; -trimbales trimbaler ver 1.62 7.09 0.13 0.20 ind:pre:2s; -trimbalez trimbaler ver 1.62 7.09 0.02 0.00 ind:pre:2p; -trimballage trimballage nom m s 0.01 0.00 0.01 0.00 -trimballaient trimballer ver 3.34 3.11 0.00 0.20 ind:imp:3p; -trimballais trimballer ver 3.34 3.11 0.04 0.34 ind:imp:1s;ind:imp:2s; -trimballait trimballer ver 3.34 3.11 0.09 0.41 ind:imp:3s; -trimballe trimballer ver 3.34 3.11 0.67 0.61 ind:pre:1s;ind:pre:3s; -trimballent trimballer ver 3.34 3.11 0.19 0.14 ind:pre:3p; -trimballer trimballer ver 3.34 3.11 1.16 0.81 inf; -trimballera trimballer ver 3.34 3.11 0.00 0.07 ind:fut:3s; -trimballes trimballer ver 3.34 3.11 0.64 0.00 ind:pre:2s; -trimballez trimballer ver 3.34 3.11 0.05 0.00 ind:pre:2p; -trimballât trimballer ver 3.34 3.11 0.00 0.07 sub:imp:3s; -trimballé trimballer ver m s 3.34 3.11 0.45 0.27 par:pas; -trimballée trimballer ver f s 3.34 3.11 0.04 0.20 par:pas; -trimballés trimballer ver m p 3.34 3.11 0.01 0.00 par:pas; -trimbalons trimbaler ver 1.62 7.09 0.00 0.07 ind:pre:1p; -trimbalé trimbaler ver m s 1.62 7.09 0.12 0.34 par:pas; -trimbalée trimbaler ver f s 1.62 7.09 0.00 0.14 par:pas; -trimbalés trimbaler ver m p 1.62 7.09 0.00 0.14 par:pas; -trime trimer ver 4.38 3.31 1.17 0.74 ind:pre:1s;ind:pre:3s; -triment trimer ver 4.38 3.31 0.23 0.27 ind:pre:3p; -trimer trimer ver 4.38 3.31 1.73 1.28 inf; -trimes trimer ver 4.38 3.31 0.21 0.00 ind:pre:2s; -trimestre trimestre nom m s 2.50 5.54 2.44 4.80 -trimestres trimestre nom m p 2.50 5.54 0.06 0.74 -trimestriel trimestriel adj m s 0.39 0.81 0.26 0.34 -trimestrielle trimestriel adj f s 0.39 0.81 0.02 0.14 -trimestriellement trimestriellement adv 0.04 0.00 0.04 0.00 -trimestrielles trimestriel adj f p 0.39 0.81 0.04 0.14 -trimestriels trimestriel adj m p 0.39 0.81 0.08 0.20 -trimeur trimeur nom m s 0.11 0.14 0.11 0.07 -trimeurs trimeur nom m p 0.11 0.14 0.00 0.07 -trimmer trimmer nom m s 0.02 0.00 0.02 0.00 -trimons trimer ver 4.38 3.31 0.02 0.07 imp:pre:1p;ind:pre:1p; -trimé trimer ver m s 4.38 3.31 1.00 0.54 par:pas; -trinôme trinôme nom m s 0.01 0.00 0.01 0.00 -trinacrie trinacrie nom f s 0.00 0.07 0.00 0.07 -trine trin adj f s 0.04 0.00 0.04 0.00 -tringlaient tringler ver 0.90 1.62 0.00 0.07 ind:imp:3p; -tringlais tringler ver 0.90 1.62 0.02 0.00 ind:imp:1s;ind:imp:2s; -tringlait tringler ver 0.90 1.62 0.02 0.07 ind:imp:3s; -tringle tringle nom f s 0.30 3.18 0.10 1.49 -tringler tringler ver 0.90 1.62 0.66 1.01 inf; -tringlerais tringler ver 0.90 1.62 0.01 0.07 cnd:pre:1s; -tringles tringle nom f p 0.30 3.18 0.20 1.69 -tringlette tringlette nom f s 0.01 0.14 0.01 0.14 -tringlot tringlot nom m s 0.00 0.34 0.00 0.27 -tringlots tringlot nom m p 0.00 0.34 0.00 0.07 -tringlé tringler ver m s 0.90 1.62 0.04 0.14 par:pas; -tringlée tringler ver f s 0.90 1.62 0.07 0.07 par:pas; -trinidadienne trinidadienne adj f s 0.01 0.00 0.01 0.00 -trinidadienne trinidadienne nom f s 0.01 0.00 0.01 0.00 -trinitaire trinitaire adj m s 0.03 0.20 0.03 0.20 -trinitrine trinitrine nom f s 0.13 0.00 0.13 0.00 -trinité trinité nom f s 0.45 0.41 0.45 0.41 -trinqua trinquer ver 12.21 9.19 0.01 0.74 ind:pas:3s; -trinquaient trinquer ver 12.21 9.19 0.01 0.47 ind:imp:3p; -trinquais trinquer ver 12.21 9.19 0.01 0.14 ind:imp:1s;ind:imp:2s; -trinquait trinquer ver 12.21 9.19 0.11 0.54 ind:imp:3s; -trinquant trinquer ver 12.21 9.19 0.00 0.47 par:pre; -trinque trinquer ver 12.21 9.19 2.69 0.95 imp:pre:2s;ind:pre:1s;ind:pre:3s; -trinquent trinquer ver 12.21 9.19 0.60 0.61 ind:pre:3p; -trinquer trinquer ver 12.21 9.19 2.95 2.50 inf; -trinquera trinquer ver 12.21 9.19 0.11 0.07 ind:fut:3s; -trinquerai trinquer ver 12.21 9.19 0.05 0.07 ind:fut:1s; -trinquerais trinquer ver 12.21 9.19 0.00 0.07 cnd:pre:1s; -trinquerait trinquer ver 12.21 9.19 0.00 0.07 cnd:pre:3s; -trinqueras trinquer ver 12.21 9.19 0.00 0.07 ind:fut:2s; -trinquerez trinquer ver 12.21 9.19 0.01 0.00 ind:fut:2p; -trinquerons trinquer ver 12.21 9.19 0.16 0.00 ind:fut:1p; -trinques trinquer ver 12.21 9.19 0.19 0.00 ind:pre:2s; -trinquette trinquette nom f s 0.03 0.07 0.03 0.07 -trinquez trinquer ver 12.21 9.19 1.97 0.00 imp:pre:2p;ind:pre:2p; -trinquions trinquer ver 12.21 9.19 0.00 0.20 ind:imp:1p; -trinquâmes trinquer ver 12.21 9.19 0.00 0.07 ind:pas:1p; -trinquons trinquer ver 12.21 9.19 3.04 0.27 imp:pre:1p;ind:pre:1p; -trinquèrent trinquer ver 12.21 9.19 0.00 0.95 ind:pas:3p; -trinqué trinquer ver m s 12.21 9.19 0.30 0.95 par:pas; -trio trio nom m s 2.74 5.47 2.30 5.34 -triode triode nom f s 0.00 0.07 0.00 0.07 -triolet triolet nom m s 0.25 0.27 0.14 0.00 -triolets triolet nom m p 0.25 0.27 0.10 0.27 -triolisme triolisme nom m s 0.01 0.00 0.01 0.00 -triompha triompher ver 7.67 19.19 0.28 1.28 ind:pas:3s; -triomphai triompher ver 7.67 19.19 0.14 0.14 ind:pas:1s; -triomphaient triompher ver 7.67 19.19 0.05 0.54 ind:imp:3p; -triomphais triompher ver 7.67 19.19 0.00 0.14 ind:imp:1s; -triomphait triompher ver 7.67 19.19 0.11 3.65 ind:imp:3s; -triomphal triomphal adj m s 0.79 8.58 0.12 3.51 -triomphale triomphal adj f s 0.79 8.58 0.64 4.26 -triomphalement triomphalement adv 0.03 3.38 0.03 3.38 -triomphales triomphal adj f p 0.79 8.58 0.03 0.74 -triomphalisme triomphalisme nom m s 0.01 0.00 0.01 0.00 -triomphaliste triomphaliste adj s 0.00 0.14 0.00 0.07 -triomphalistes triomphaliste adj p 0.00 0.14 0.00 0.07 -triomphant triomphant adj m s 0.64 12.77 0.14 5.47 -triomphante triomphant adj f s 0.64 12.77 0.43 5.41 -triomphantes triomphant adj f p 0.64 12.77 0.00 0.47 -triomphants triomphant adj m p 0.64 12.77 0.07 1.42 -triomphateur triomphateur nom m s 0.14 0.81 0.13 0.54 -triomphateurs triomphateur nom m p 0.14 0.81 0.01 0.07 -triomphatrice triomphateur nom f s 0.14 0.81 0.00 0.14 -triomphatrices triomphateur nom f p 0.14 0.81 0.00 0.07 -triomphaux triomphal adj m p 0.79 8.58 0.00 0.07 -triomphe triomphe nom m s 9.44 29.19 8.83 27.30 -triomphent triompher ver 7.67 19.19 0.21 0.61 ind:pre:3p; -triompher triompher ver 7.67 19.19 2.75 4.46 inf; -triomphera triompher ver 7.67 19.19 0.20 0.20 ind:fut:3s; -triompherai triompher ver 7.67 19.19 0.04 0.14 ind:fut:1s; -triompherais triompher ver 7.67 19.19 0.01 0.07 cnd:pre:1s; -triompherait triompher ver 7.67 19.19 0.02 0.20 cnd:pre:3s; -triompheras triompher ver 7.67 19.19 0.01 0.07 ind:fut:2s; -triompherez triompher ver 7.67 19.19 0.01 0.00 ind:fut:2p; -triompherions triompher ver 7.67 19.19 0.14 0.00 cnd:pre:1p; -triompherons triompher ver 7.67 19.19 0.13 0.00 ind:fut:1p; -triompheront triompher ver 7.67 19.19 0.03 0.00 ind:fut:3p; -triomphes triomphe nom m p 9.44 29.19 0.61 1.89 -triomphez triompher ver 7.67 19.19 0.04 0.00 ind:pre:2p; -triomphions triompher ver 7.67 19.19 0.03 0.00 ind:imp:1p; -triomphâmes triompher ver 7.67 19.19 0.00 0.07 ind:pas:1p; -triomphons triompher ver 7.67 19.19 0.25 0.27 ind:pre:1p; -triomphât triompher ver 7.67 19.19 0.00 0.07 sub:imp:3s; -triomphèrent triompher ver 7.67 19.19 0.01 0.07 ind:pas:3p; -triomphé triompher ver m s 7.67 19.19 1.13 2.43 par:pas; -trional trional nom m s 0.01 0.00 0.01 0.00 -trionix trionix nom m 0.00 0.07 0.00 0.07 -trios trio nom m p 2.74 5.47 0.44 0.14 -trip trip nom m s 4.62 1.22 4.37 1.22 -tripaille tripaille nom f s 0.17 0.88 0.16 0.68 -tripailles tripaille nom f p 0.17 0.88 0.01 0.20 -tripang tripang nom m s 0.02 0.00 0.01 0.00 -tripangs tripang nom m p 0.02 0.00 0.01 0.00 -tripant tripant adj m s 0.03 0.00 0.03 0.00 -tripartite tripartite adj s 0.01 0.74 0.01 0.61 -tripartites tripartite adj f p 0.01 0.74 0.00 0.14 -tripatouillage tripatouillage nom m s 0.00 0.14 0.00 0.07 -tripatouillages tripatouillage nom m p 0.00 0.14 0.00 0.07 -tripatouillant tripatouiller ver 0.07 0.54 0.00 0.07 par:pre; -tripatouillent tripatouiller ver 0.07 0.54 0.00 0.07 ind:pre:3p; -tripatouiller tripatouiller ver 0.07 0.54 0.03 0.27 inf; -tripatouillez tripatouiller ver 0.07 0.54 0.01 0.07 imp:pre:2p;ind:pre:2p; -tripatouillé tripatouiller ver m s 0.07 0.54 0.02 0.00 par:pas; -tripatouillée tripatouiller ver f s 0.07 0.54 0.00 0.07 par:pas; -tripe tripe nom f s 8.75 13.58 0.36 1.42 -triper triper ver 0.05 0.00 0.05 0.00 inf; -triperie triperie nom f s 0.00 0.20 0.00 0.14 -triperies triperie nom f p 0.00 0.20 0.00 0.07 -tripes tripe nom f p 8.75 13.58 8.39 12.16 -tripette tripette nom f s 0.26 0.54 0.26 0.54 -triphasé triphasé adj m s 0.14 0.00 0.14 0.00 -triphosphate triphosphate nom m s 0.01 0.00 0.01 0.00 -tripier tripier nom m s 0.00 0.27 0.00 0.07 -tripiers tripier nom m p 0.00 0.27 0.00 0.07 -tripière tripier nom f s 0.00 0.27 0.00 0.14 -tripla tripler ver 2.08 1.76 0.00 0.20 ind:pas:3s; -triplace triplace adj s 0.00 0.07 0.00 0.07 -triplai tripler ver 2.08 1.76 0.00 0.07 ind:pas:1s; -triplaient tripler ver 2.08 1.76 0.00 0.07 ind:imp:3p; -triplait tripler ver 2.08 1.76 0.01 0.07 ind:imp:3s; -triplant tripler ver 2.08 1.76 0.01 0.07 par:pre; -triple triple adj s 4.94 9.12 4.81 7.77 -triplement triplement adv 0.01 0.00 0.01 0.00 -triplent tripler ver 2.08 1.76 0.01 0.07 ind:pre:3p; -tripler tripler ver 2.08 1.76 0.47 0.27 inf; -triplerais tripler ver 2.08 1.76 0.01 0.07 cnd:pre:1s; -triplerait tripler ver 2.08 1.76 0.03 0.00 cnd:pre:3s; -triples triple adj p 4.94 9.12 0.12 1.35 -triplets triplet nom m p 0.06 0.00 0.06 0.00 -triplette triplette nom f s 0.16 0.00 0.16 0.00 -triplex triplex nom m 0.04 0.00 0.04 0.00 -triplice triplice nom f s 0.14 0.00 0.14 0.00 -triplions tripler ver 2.08 1.76 0.01 0.00 ind:imp:1p; -triploïde triploïde adj f s 0.01 0.00 0.01 0.00 -triplons tripler ver 2.08 1.76 0.01 0.00 ind:pre:1p; -triplèrent tripler ver 2.08 1.76 0.00 0.07 ind:pas:3p; -triplé tripler ver m s 2.08 1.76 1.02 0.54 par:pas; -triplée tripler ver f s 2.08 1.76 0.05 0.07 par:pas; -triplées triplé nom f p 1.54 0.47 0.29 0.20 -triplés triplé nom m p 1.54 0.47 1.15 0.20 -tripode tripode nom m s 0.02 0.00 0.02 0.00 -tripoli tripoli nom m s 0.14 0.07 0.14 0.07 -triporteur triporteur nom m s 0.12 5.61 0.10 5.27 -triporteurs triporteur nom m p 0.12 5.61 0.02 0.34 -tripot tripot nom m s 1.57 1.22 1.09 0.81 -tripota tripoter ver 7.80 7.97 0.00 0.27 ind:pas:3s; -tripotage tripotage nom m s 0.16 0.27 0.03 0.27 -tripotages tripotage nom m p 0.16 0.27 0.14 0.00 -tripotaient tripoter ver 7.80 7.97 0.03 0.34 ind:imp:3p; -tripotais tripoter ver 7.80 7.97 0.04 0.34 ind:imp:1s;ind:imp:2s; -tripotait tripoter ver 7.80 7.97 0.36 0.95 ind:imp:3s; -tripotant tripoter ver 7.80 7.97 0.22 0.74 par:pre; -tripote tripoter ver 7.80 7.97 1.76 1.55 imp:pre:2s;ind:pre:1s;ind:pre:3s; -tripotent tripoter ver 7.80 7.97 0.60 0.34 ind:pre:3p;sub:pre:3p; -tripoter tripoter ver 7.80 7.97 3.09 2.30 inf; -tripoterai tripoter ver 7.80 7.97 0.01 0.00 ind:fut:1s; -tripotes tripoter ver 7.80 7.97 0.33 0.07 ind:pre:2s; -tripoteur tripoteur nom m s 0.04 0.00 0.02 0.00 -tripoteuse tripoteur nom f s 0.04 0.00 0.02 0.00 -tripotez tripoter ver 7.80 7.97 0.10 0.07 ind:pre:2p; -tripotiez tripoter ver 7.80 7.97 0.15 0.07 ind:imp:2p; -tripots tripot nom m p 1.57 1.22 0.48 0.41 -tripotèrent tripoter ver 7.80 7.97 0.00 0.07 ind:pas:3p; -tripoté tripoter ver m s 7.80 7.97 0.85 0.54 par:pas; -tripotée tripotée nom f s 0.26 0.27 0.26 0.27 -tripotées tripoter ver f p 7.80 7.97 0.00 0.07 par:pas; -tripotés tripoter ver m p 7.80 7.97 0.03 0.20 par:pas; -tripoux tripoux nom m p 0.00 0.20 0.00 0.20 -trips trip nom m p 4.62 1.22 0.26 0.00 -triptyque triptyque nom m s 0.06 0.74 0.04 0.61 -triptyques triptyque nom m p 0.06 0.74 0.01 0.14 -triquais triquer ver 0.27 0.68 0.00 0.14 ind:imp:1s; -triquait triquer ver 0.27 0.68 0.00 0.07 ind:imp:3s; -trique trique nom f s 2.73 4.46 2.69 4.05 -triqueballe triqueballe nom m s 0.00 0.14 0.00 0.14 -triquer triquer ver 0.27 0.68 0.16 0.41 inf; -triques trique nom f p 2.73 4.46 0.03 0.41 -trirème trirème nom f s 0.00 0.20 0.00 0.14 -trirèmes trirème nom f p 0.00 0.20 0.00 0.07 -tris tri nom m p 1.60 3.04 0.03 0.20 -trisaïeul trisaïeul nom m s 0.14 0.34 0.01 0.20 -trisaïeule trisaïeul nom f s 0.14 0.34 0.00 0.07 -trisaïeuls trisaïeul nom m p 0.14 0.34 0.14 0.07 -trismique trismique adj f s 0.00 0.07 0.00 0.07 -trismégiste trismégiste adj s 0.06 0.07 0.06 0.07 -trismus trismus nom m 0.00 0.07 0.00 0.07 -trisomie trisomie nom f s 0.01 0.00 0.01 0.00 -trisomique trisomique adj s 0.32 0.00 0.32 0.00 -trissait trisser ver 0.02 1.15 0.00 0.14 ind:imp:3s; -trisse trisser ver 0.02 1.15 0.02 0.41 ind:pre:1s;ind:pre:3s; -trissent trisser ver 0.02 1.15 0.00 0.14 ind:pre:3p; -trisser trisser ver 0.02 1.15 0.00 0.41 inf; -trissés trisser ver m p 0.02 1.15 0.00 0.07 par:pas; -triste triste adj s 103.44 105.61 93.03 86.89 -tristement tristement adv 1.67 11.82 1.67 11.82 -tristes triste adj p 103.44 105.61 10.41 18.72 -tristesse tristesse nom f s 13.39 48.72 12.91 46.96 -tristesses tristesse nom f p 13.39 48.72 0.48 1.76 -tristouillard tristouillard adj m s 0.00 0.14 0.00 0.07 -tristouillarde tristouillard adj f s 0.00 0.14 0.00 0.07 -tristouille tristouille adj m s 0.16 0.27 0.16 0.20 -tristouilles tristouille adj p 0.16 0.27 0.00 0.07 -tristounet tristounet adj m s 0.13 0.34 0.09 0.07 -tristounette tristounet adj f s 0.13 0.34 0.02 0.14 -tristounettes tristounet adj f p 0.13 0.34 0.02 0.14 -trièrent trier ver 3.68 7.84 0.00 0.07 ind:pas:3p; -trithéisme trithéisme nom m s 0.00 0.07 0.00 0.07 -trithérapie trithérapie nom f s 0.17 0.00 0.17 0.00 -tritium tritium nom m s 0.11 0.00 0.11 0.00 -triton triton nom m s 0.81 0.27 0.35 0.07 -tritons triton nom m p 0.81 0.27 0.46 0.20 -tritura triturer ver 0.25 5.07 0.00 0.27 ind:pas:3s; -trituraient triturer ver 0.25 5.07 0.01 0.27 ind:imp:3p; -triturais triturer ver 0.25 5.07 0.01 0.14 ind:imp:1s; -triturait triturer ver 0.25 5.07 0.01 1.08 ind:imp:3s; -triturant triturer ver 0.25 5.07 0.00 0.68 par:pre; -trituration trituration nom f s 0.00 0.20 0.00 0.14 -triturations trituration nom f p 0.00 0.20 0.00 0.07 -triture triturer ver 0.25 5.07 0.02 0.47 ind:pre:1s;ind:pre:3s; -triturent triturer ver 0.25 5.07 0.01 0.20 ind:pre:3p; -triturer triturer ver 0.25 5.07 0.14 1.22 inf; -triturera triturer ver 0.25 5.07 0.00 0.07 ind:fut:3s; -triturons triturer ver 0.25 5.07 0.00 0.07 imp:pre:1p; -trituré triturer ver m s 0.25 5.07 0.02 0.20 par:pas; -triturée triturer ver f s 0.25 5.07 0.02 0.14 par:pas; -triturées triturer ver f p 0.25 5.07 0.00 0.14 par:pas; -triturés triturer ver m p 0.25 5.07 0.00 0.14 par:pas; -trié trier ver m s 3.68 7.84 0.39 0.54 par:pas; -triée trier ver f s 3.68 7.84 0.11 0.27 par:pas; -triées trier ver f p 3.68 7.84 0.23 0.07 par:pas; -triumvir triumvir nom m s 0.09 0.00 0.09 0.00 -triumvirat triumvirat nom m s 0.57 0.14 0.57 0.14 -triés trier ver m p 3.68 7.84 0.33 0.81 par:pas; -trivial trivial adj m s 0.61 3.51 0.47 1.28 -triviale trivial adj f s 0.61 3.51 0.09 0.81 -trivialement trivialement adv 0.01 0.07 0.01 0.07 -triviales trivial adj f p 0.61 3.51 0.04 0.81 -trivialiser trivialiser ver 0.03 0.00 0.03 0.00 inf; -trivialité trivialité nom f s 0.03 0.34 0.03 0.27 -trivialités trivialité nom f p 0.03 0.34 0.00 0.07 -triviaux trivial adj m p 0.61 3.51 0.02 0.61 -trivium trivium nom m s 0.04 0.07 0.04 0.07 -troïka troïka nom f s 0.00 0.81 0.00 0.54 -troïkas troïka nom f p 0.00 0.81 0.00 0.27 -trobriandais trobriandais nom m 0.00 0.07 0.00 0.07 -troc troc nom m s 1.08 2.03 1.08 1.76 -trocart trocart nom m s 0.01 0.14 0.01 0.14 -trochaïque trochaïque adj m s 0.00 0.07 0.00 0.07 -trochanter trochanter nom m s 0.02 0.00 0.02 0.00 -troche troche nom f s 0.00 0.14 0.00 0.14 -trochée trochée nom s 0.00 0.14 0.00 0.14 -trochures trochure nom f p 0.00 0.07 0.00 0.07 -trocs troc nom m p 1.08 2.03 0.00 0.27 -troglodyte troglodyte nom m s 0.20 0.68 0.10 0.27 -troglodytes troglodyte nom m p 0.20 0.68 0.10 0.41 -troglodytique troglodytique adj m s 0.01 0.07 0.01 0.00 -troglodytiques troglodytique adj p 0.01 0.07 0.00 0.07 -trogne trogne nom f s 0.07 3.85 0.07 3.18 -trognes trogne nom f p 0.07 3.85 0.00 0.68 -trognon trognon nom m s 0.84 3.38 0.75 2.30 -trognons trognon nom m p 0.84 3.38 0.09 1.08 -trois_deux trois_deux nom m 0.01 0.00 0.01 0.00 -trois_huit trois_huit nom m 0.17 0.00 0.17 0.00 -trois_mâts trois_mâts nom m 0.16 0.47 0.16 0.47 -trois_points trois_points nom m 0.01 0.00 0.01 0.00 -trois_quarts trois_quarts nom m 0.59 0.34 0.59 0.34 -trois_quatre trois_quatre nom m 0.02 0.47 0.02 0.47 -trois_six trois_six nom m 0.01 0.07 0.01 0.07 -trois trois adj_num 380.80 660.34 380.80 660.34 -troisième troisième adj 30.50 57.43 30.47 57.23 -troisièmement troisièmement adv 1.38 0.54 1.38 0.54 -troisièmes troisième nom p 14.60 31.55 0.05 0.20 -troll troll nom m s 2.07 0.27 0.96 0.20 -trolle trolle nom f s 0.00 0.07 0.00 0.07 -trolley trolley nom m s 0.48 0.61 0.48 0.47 -trolleybus trolleybus nom m 0.00 1.08 0.00 1.08 -trolleys trolley nom m p 0.48 0.61 0.00 0.14 -trolls troll nom m p 2.07 0.27 1.11 0.07 -trâlée trâlée nom f s 0.00 0.07 0.00 0.07 -trombe trombe nom f s 0.82 9.32 0.61 7.23 -trombes trombe nom f p 0.82 9.32 0.20 2.09 -trombine trombine nom f s 0.02 1.28 0.01 1.01 -trombines trombine nom f p 0.02 1.28 0.01 0.27 -trombinoscope trombinoscope nom m s 0.07 0.14 0.07 0.14 -tromblon tromblon nom m s 0.06 0.68 0.05 0.20 -tromblons tromblon nom m p 0.06 0.68 0.01 0.47 -trombone trombone nom m s 2.96 1.42 1.78 0.54 -trombones trombone nom m p 2.96 1.42 1.17 0.88 -tromboniste tromboniste nom s 0.01 0.00 0.01 0.00 -trommel trommel nom m s 0.00 0.14 0.00 0.14 -trompa tromper ver 149.09 97.30 0.16 0.61 ind:pas:3s; -trompai tromper ver 149.09 97.30 0.00 0.20 ind:pas:1s; -trompaient tromper ver 149.09 97.30 0.39 1.96 ind:imp:3p; -trompais tromper ver 149.09 97.30 3.19 4.12 ind:imp:1s;ind:imp:2s; -trompait tromper ver 149.09 97.30 3.34 9.39 ind:imp:3s; -trompant tromper ver 149.09 97.30 0.28 1.62 par:pre; -trompe_l_oeil trompe_l_oeil nom m 0.33 2.43 0.33 2.43 -trompe tromper ver 149.09 97.30 27.72 15.41 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:1s; -trompent tromper ver 149.09 97.30 3.43 3.11 ind:pre:3p; -tromper tromper ver 149.09 97.30 27.42 22.16 inf;;inf;;inf;; -trompera tromper ver 149.09 97.30 0.24 0.27 ind:fut:3s; -tromperai tromper ver 149.09 97.30 0.19 0.41 ind:fut:1s; -tromperaient tromper ver 149.09 97.30 0.01 0.14 cnd:pre:3p; -tromperais tromper ver 149.09 97.30 0.36 0.07 cnd:pre:1s;cnd:pre:2s; -tromperait tromper ver 149.09 97.30 0.39 0.61 cnd:pre:3s; -tromperas tromper ver 149.09 97.30 0.39 0.14 ind:fut:2s; -tromperez tromper ver 149.09 97.30 0.06 0.07 ind:fut:2p; -tromperie tromperie nom f s 1.56 2.16 1.17 1.69 -tromperies tromperie nom f p 1.56 2.16 0.39 0.47 -tromperiez tromper ver 149.09 97.30 0.01 0.14 cnd:pre:2p; -tromperons tromper ver 149.09 97.30 0.01 0.00 ind:fut:1p; -tromperont tromper ver 149.09 97.30 0.21 0.14 ind:fut:3p; -trompes tromper ver 149.09 97.30 17.21 3.45 ind:pre:2s;sub:pre:2s; -trompeter trompeter ver 0.10 0.00 0.10 0.00 inf; -trompette trompette nom s 8.02 11.49 5.71 5.61 -trompettes trompette nom p 8.02 11.49 2.31 5.88 -trompettiste trompettiste nom s 0.77 0.68 0.73 0.68 -trompettistes trompettiste nom p 0.77 0.68 0.04 0.00 -trompeur trompeur adj m s 3.10 5.00 0.71 1.28 -trompeurs trompeur adj m p 3.10 5.00 0.59 0.61 -trompeuse trompeur adj f s 3.10 5.00 0.22 2.43 -trompeusement trompeusement adv 0.01 0.27 0.01 0.27 -trompeuses trompeur adj f p 3.10 5.00 1.58 0.68 -trompez tromper ver 149.09 97.30 12.82 2.43 imp:pre:2p;ind:pre:2p; -trompiez tromper ver 149.09 97.30 0.52 0.07 ind:imp:2p; -trompions tromper ver 149.09 97.30 0.14 0.34 ind:imp:1p; -trompâmes tromper ver 149.09 97.30 0.00 0.07 ind:pas:1p; -trompons tromper ver 149.09 97.30 0.25 0.34 imp:pre:1p;ind:pre:1p; -trompât tromper ver 149.09 97.30 0.00 0.54 sub:imp:3s; -trompèrent tromper ver 149.09 97.30 0.00 0.27 ind:pas:3p; -trompé tromper ver m s 149.09 97.30 29.98 17.70 par:pas;par:pas;par:pas; -trompée tromper ver f s 149.09 97.30 12.98 8.11 par:pas; -trompées tromper ver f p 149.09 97.30 0.39 0.41 par:pas; -trompés tromper ver m p 149.09 97.30 7.03 3.04 par:pas; -tronc tronc nom m s 5.81 36.62 4.84 20.74 -tronchais troncher ver 0.09 0.14 0.02 0.00 ind:imp:1s; -tronche tronche nom f s 8.92 25.68 8.25 22.57 -troncher troncher ver 0.09 0.14 0.03 0.07 inf; -tronches tronche nom f p 8.92 25.68 0.67 3.11 -tronché troncher ver m s 0.09 0.14 0.01 0.00 par:pas; -tronchée troncher ver f s 0.09 0.14 0.03 0.07 par:pas; -tronconique tronconique adj s 0.01 0.27 0.01 0.27 -troncs tronc nom m p 5.81 36.62 0.97 15.88 -tronquer tronquer ver 0.06 0.61 0.01 0.07 inf; -tronqué tronqué adj m s 0.08 1.08 0.04 0.34 -tronquée tronquer ver f s 0.06 0.61 0.03 0.27 par:pas; -tronquées tronqué adj f p 0.08 1.08 0.01 0.47 -tronqués tronqué adj m p 0.08 1.08 0.01 0.00 -tronçon tronçon nom m s 0.31 3.99 0.17 2.03 -tronçonnaient tronçonner ver 0.17 0.81 0.00 0.07 ind:imp:3p; -tronçonnait tronçonner ver 0.17 0.81 0.00 0.07 ind:imp:3s; -tronçonne tronçonner ver 0.17 0.81 0.01 0.14 imp:pre:2s;ind:pre:3s; -tronçonner tronçonner ver 0.17 0.81 0.00 0.14 inf; -tronçonneuse tronçonneur nom f s 1.63 1.08 1.63 0.95 -tronçonneuses tronçonneuse nom f p 0.22 0.00 0.22 0.00 -tronçonné tronçonner ver m s 0.17 0.81 0.16 0.07 par:pas; -tronçonnée tronçonner ver f s 0.17 0.81 0.00 0.14 par:pas; -tronçonnées tronçonner ver f p 0.17 0.81 0.00 0.14 par:pas; -tronçonnés tronçonner ver m p 0.17 0.81 0.00 0.07 par:pas; -tronçons tronçon nom m p 0.31 3.99 0.14 1.96 -trop_perçu trop_perçu nom m s 0.01 0.00 0.01 0.00 -trop_plein trop_plein nom m s 0.30 2.64 0.30 2.50 -trop_plein trop_plein nom m p 0.30 2.64 0.00 0.14 -trop trop adv_sup 859.54 790.00 859.54 790.00 -trope trope nom m s 0.00 0.07 0.00 0.07 -trophée trophée nom m s 7.02 4.93 4.85 2.57 -trophées trophée nom m p 7.02 4.93 2.17 2.36 -tropical tropical adj m s 3.28 6.62 1.56 1.28 -tropicale tropical adj f s 3.28 6.62 0.96 2.77 -tropicales tropical adj f p 3.28 6.62 0.45 1.42 -tropicaux tropical adj m p 3.28 6.62 0.30 1.15 -tropique tropique nom m s 1.37 2.43 0.38 0.20 -tropiques tropique nom m p 1.37 2.43 0.99 2.23 -tropisme tropisme nom m s 0.00 0.61 0.00 0.54 -tropismes tropisme nom m p 0.00 0.61 0.00 0.07 -troposphère troposphère nom f s 0.01 0.20 0.01 0.20 -troposphérique troposphérique adj f s 0.00 0.20 0.00 0.14 -troposphériques troposphérique adj p 0.00 0.20 0.00 0.07 -tropézienne tropézien nom f s 0.00 0.14 0.00 0.14 -tropéziens tropézien adj m p 0.00 0.07 0.00 0.07 -troqua troquer ver 1.64 4.73 0.03 0.41 ind:pas:3s; -troquaient troquer ver 1.64 4.73 0.00 0.27 ind:imp:3p; -troquais troquer ver 1.64 4.73 0.00 0.07 ind:imp:1s; -troquait troquer ver 1.64 4.73 0.01 0.20 ind:imp:3s; -troquant troquer ver 1.64 4.73 0.04 0.07 par:pre; -troquas troquer ver 1.64 4.73 0.00 0.07 ind:pas:2s; -troque troquer ver 1.64 4.73 0.13 0.07 imp:pre:2s;ind:pre:1s;ind:pre:3s; -troquer troquer ver 1.64 4.73 0.56 2.36 inf; -troquera troquer ver 1.64 4.73 0.01 0.00 ind:fut:3s; -troquerai troquer ver 1.64 4.73 0.11 0.07 ind:fut:1s; -troquerais troquer ver 1.64 4.73 0.02 0.00 cnd:pre:1s;cnd:pre:2s; -troquet troquet nom m s 0.34 6.82 0.33 4.66 -troquets troquet nom m p 0.34 6.82 0.01 2.16 -troquez troquer ver 1.64 4.73 0.17 0.07 imp:pre:2p;ind:pre:2p; -troquèrent troquer ver 1.64 4.73 0.10 0.07 ind:pas:3p; -troqué troquer ver m s 1.64 4.73 0.35 0.74 par:pas; -troquée troquer ver f s 1.64 4.73 0.06 0.07 par:pas; -troquées troquer ver f p 1.64 4.73 0.04 0.14 par:pas; -troqués troquer ver m p 1.64 4.73 0.01 0.07 par:pas; -trot trot nom m s 1.67 10.47 1.66 10.41 -troène troène nom m s 0.02 1.28 0.01 0.07 -troènes troène nom m p 0.02 1.28 0.01 1.22 -trots trot nom m p 1.67 10.47 0.01 0.07 -trotskisme trotskisme nom m s 0.00 0.14 0.00 0.14 -trotskiste trotskiste adj s 0.51 0.68 0.51 0.41 -trotskistes trotskiste nom p 0.03 0.47 0.02 0.41 -trotskystes trotskyste nom p 0.01 0.20 0.01 0.20 -trotta trotter ver 2.66 10.27 0.14 0.20 ind:pas:3s; -trottaient trotter ver 2.66 10.27 0.04 0.74 ind:imp:3p; -trottais trotter ver 2.66 10.27 0.00 0.07 ind:imp:1s; -trottait trotter ver 2.66 10.27 0.54 2.16 ind:imp:3s; -trottant trotter ver 2.66 10.27 0.00 1.08 par:pre; -trotte_menu trotte_menu adj m s 0.00 0.41 0.00 0.41 -trotte trotter ver 2.66 10.27 0.75 1.69 imp:pre:2s;ind:pre:1s;ind:pre:3s; -trottent trotter ver 2.66 10.27 0.17 0.81 ind:pre:3p; -trotter trotter ver 2.66 10.27 0.90 2.64 inf; -trottera trotter ver 2.66 10.27 0.01 0.07 ind:fut:3s; -trotterions trotter ver 2.66 10.27 0.00 0.07 cnd:pre:1p; -trottes trotter ver 2.66 10.27 0.01 0.00 ind:pre:2s; -trotteur trotteur nom m s 0.09 0.88 0.01 0.00 -trotteurs trotteur nom m p 0.09 0.88 0.02 0.27 -trotteuse trotteur nom f s 0.09 0.88 0.06 0.54 -trotteuses trotteuse nom f p 0.01 0.00 0.01 0.00 -trottez trotter ver 2.66 10.27 0.03 0.07 imp:pre:2p;ind:pre:2p; -trottignolles trottignolle nom m p 0.00 0.07 0.00 0.07 -trottin trottin nom m s 0.00 0.14 0.00 0.07 -trottina trottiner ver 0.22 7.50 0.00 0.20 ind:pas:3s; -trottinais trottiner ver 0.22 7.50 0.00 0.07 ind:imp:1s; -trottinait trottiner ver 0.22 7.50 0.01 1.55 ind:imp:3s; -trottinant trottiner ver 0.22 7.50 0.01 2.64 par:pre; -trottine trottiner ver 0.22 7.50 0.01 0.95 imp:pre:2s;ind:pre:1s;ind:pre:3s; -trottinement trottinement nom m s 0.01 0.81 0.01 0.74 -trottinements trottinement nom m p 0.01 0.81 0.00 0.07 -trottinent trottiner ver 0.22 7.50 0.00 0.20 ind:pre:3p; -trottiner trottiner ver 0.22 7.50 0.03 1.62 inf; -trottinerait trottiner ver 0.22 7.50 0.00 0.07 cnd:pre:3s; -trottinette trottinette nom f s 0.35 0.81 0.32 0.68 -trottinettes trottinette nom f p 0.35 0.81 0.04 0.14 -trottinez trottiner ver 0.22 7.50 0.14 0.00 imp:pre:2p;ind:pre:2p; -trottinions trottiner ver 0.22 7.50 0.00 0.07 ind:imp:1p; -trottins trottin nom m p 0.00 0.14 0.00 0.07 -trottiné trottiner ver m s 0.22 7.50 0.01 0.14 par:pas; -trottions trotter ver 2.66 10.27 0.00 0.14 ind:imp:1p; -trottoir trottoir nom m s 10.87 87.36 9.93 70.54 -trottoirs trottoir nom m p 10.87 87.36 0.94 16.82 -trottons trotter ver 2.66 10.27 0.00 0.14 ind:pre:1p; -trotté trotter ver m s 2.66 10.27 0.09 0.41 par:pas; -trou_du_cul trou_du_cul nom m s 0.43 0.14 0.29 0.14 -trou_trou trou_trou nom m s 0.00 0.34 0.00 0.14 -trou_trou trou_trou nom m p 0.00 0.34 0.00 0.20 -trou trou nom m s 90.72 108.38 75.32 76.08 -troua trouer ver 4.27 11.76 0.00 0.34 ind:pas:3s; -trouai trouer ver 4.27 11.76 0.00 0.07 ind:pas:1s; -trouaient trouer ver 4.27 11.76 0.00 0.81 ind:imp:3p; -trouais trouer ver 4.27 11.76 0.00 0.07 ind:imp:1s; -trouait trouer ver 4.27 11.76 0.01 1.22 ind:imp:3s; -trouant trouer ver 4.27 11.76 0.01 0.74 par:pre; -troubades troubade nom m p 0.00 0.07 0.00 0.07 -troubadour troubadour nom m s 0.84 1.62 0.50 0.68 -troubadours troubadour nom m p 0.84 1.62 0.34 0.95 -troubla troubler ver 16.33 37.97 0.03 3.51 ind:pas:3s; -troublai troubler ver 16.33 37.97 0.00 0.07 ind:pas:1s; -troublaient troubler ver 16.33 37.97 0.01 2.03 ind:imp:3p; -troublais troubler ver 16.33 37.97 0.00 0.14 ind:imp:1s; -troublait troubler ver 16.33 37.97 0.76 4.59 ind:imp:3s; -troublant troublant adj m s 2.74 8.99 1.25 4.19 -troublante troublant adj f s 2.74 8.99 0.93 2.84 -troublantes troublant adj f p 2.74 8.99 0.42 1.08 -troublants troublant adj m p 2.74 8.99 0.14 0.88 -trouble_fête trouble_fête nom p 0.28 0.00 0.28 0.00 -trouble trouble nom m s 12.84 25.68 5.76 18.31 -troublent troubler ver 16.33 37.97 0.53 0.95 ind:pre:3p; -troubler troubler ver 16.33 37.97 2.94 8.45 inf; -troublera troubler ver 16.33 37.97 0.15 0.14 ind:fut:3s; -troublerais troubler ver 16.33 37.97 0.00 0.07 cnd:pre:2s; -troublerait troubler ver 16.33 37.97 0.42 0.41 cnd:pre:3s; -troubleront troubler ver 16.33 37.97 0.01 0.07 ind:fut:3p; -troubles trouble nom m p 12.84 25.68 7.08 7.36 -troublez troubler ver 16.33 37.97 0.50 0.14 imp:pre:2p;ind:pre:2p; -troublât troubler ver 16.33 37.97 0.01 0.14 sub:imp:3s; -troublèrent troubler ver 16.33 37.97 0.00 0.61 ind:pas:3p; -troublé troubler ver m s 16.33 37.97 4.58 7.50 par:pas; -troublée troubler ver f s 16.33 37.97 1.72 3.45 par:pas; -troublées troubler ver f p 16.33 37.97 0.04 0.41 par:pas; -troublés troublé adj m p 3.32 7.97 0.57 1.08 -trouduc trouduc nom m s 3.68 0.41 3.68 0.41 -trouducuteries trouducuterie nom f p 0.00 0.07 0.00 0.07 -troue trouer ver 4.27 11.76 1.30 0.81 imp:pre:2s;ind:pre:1s;ind:pre:3s; -trouent trouer ver 4.27 11.76 0.04 0.95 ind:pre:3p; -trouer trouer ver 4.27 11.76 1.32 1.35 inf; -trouerai trouer ver 4.27 11.76 0.02 0.00 ind:fut:1s; -trouerais trouer ver 4.27 11.76 0.03 0.00 cnd:pre:1s; -trouez trouer ver 4.27 11.76 0.30 0.00 imp:pre:2p;ind:pre:2p; -troufignard troufignard nom m s 0.00 0.07 0.00 0.07 -troufignon troufignon nom m s 0.03 0.14 0.02 0.14 -troufignons troufignon nom m p 0.03 0.14 0.01 0.00 -troufion troufion nom m s 1.13 1.76 0.78 0.68 -troufions troufion nom m p 1.13 1.76 0.34 1.08 -trouillait trouiller ver 0.00 0.07 0.00 0.07 ind:imp:3s; -trouillard trouillard nom m s 3.76 1.01 3.34 0.54 -trouillarde trouillard adj f s 1.66 0.54 0.26 0.00 -trouillards trouillard nom m p 3.76 1.01 0.27 0.47 -trouille trouille nom f s 17.43 15.74 16.90 14.46 -trouilles trouille nom f p 17.43 15.74 0.53 1.28 -trouillomètre trouillomètre nom m s 0.14 0.20 0.14 0.20 -troupe troupe nom f s 30.93 105.41 10.30 32.30 -troupeau troupeau nom m s 11.48 25.54 9.73 16.28 -troupeaux troupeau nom m p 11.48 25.54 1.76 9.26 -troupes troupe nom f p 30.93 105.41 20.64 73.11 -troupier troupier nom m s 0.20 1.22 0.06 0.47 -troupiers troupier nom m p 0.20 1.22 0.14 0.74 -trou_du_cul trou_du_cul nom m p 0.43 0.14 0.14 0.00 -trous trou nom m p 90.72 108.38 15.40 32.30 -troussa trousser ver 0.39 2.30 0.00 0.07 ind:pas:3s; -troussaient trousser ver 0.39 2.30 0.00 0.07 ind:imp:3p; -troussait trousser ver 0.39 2.30 0.00 0.34 ind:imp:3s; -troussant trousser ver 0.39 2.30 0.00 0.27 par:pre; -trousse trousse nom f s 8.79 8.92 3.77 4.59 -trousseau trousseau nom m s 2.14 5.95 2.13 5.41 -trousseaux trousseau nom m p 2.14 5.95 0.01 0.54 -troussequin troussequin nom m s 0.00 0.07 0.00 0.07 -trousser trousser ver 0.39 2.30 0.01 0.47 inf; -trousses trousse nom f p 8.79 8.92 5.03 4.32 -trousseur trousseur nom m s 0.00 0.14 0.00 0.14 -troussèrent trousser ver 0.39 2.30 0.00 0.07 ind:pas:3p; -troussé trousser ver m s 0.39 2.30 0.14 0.27 par:pas; -troussée trousser ver f s 0.39 2.30 0.11 0.27 par:pas; -troussées troussé adj f p 0.00 1.01 0.00 0.34 -troussés troussé adj m p 0.00 1.01 0.00 0.14 -trouèrent trouer ver 4.27 11.76 0.00 0.07 ind:pas:3p; -troué trouer ver m s 4.27 11.76 0.89 1.96 imp:pre:2s;par:pas; -trouée trouée nom f s 0.30 5.81 0.27 5.00 -trouées troué adj f p 0.96 5.27 0.43 1.01 -troués troué adj m p 0.96 5.27 0.20 0.74 -trouva trouver ver 1335.49 972.50 4.37 59.53 ind:pas:3s; -trouvable trouvable adj s 0.04 0.07 0.04 0.07 -trouvai trouver ver 1335.49 972.50 1.00 18.51 ind:pas:1s; -trouvaient trouver ver 1335.49 972.50 3.38 36.35 ind:imp:3p; -trouvaille trouvaille nom f s 1.90 7.84 1.38 5.14 -trouvailles trouvaille nom f p 1.90 7.84 0.52 2.70 -trouvais trouver ver 1335.49 972.50 13.84 37.84 ind:imp:1s;ind:imp:2s; -trouvait trouver ver 1335.49 972.50 17.91 149.19 ind:imp:3s; -trouvant trouver ver 1335.49 972.50 2.57 15.14 par:pre; -trouvas trouver ver 1335.49 972.50 0.00 0.14 ind:pas:2s; -trouvasse trouver ver 1335.49 972.50 0.00 0.14 sub:imp:1s; -trouvassent trouver ver 1335.49 972.50 0.00 0.34 sub:imp:3p; -trouve trouver ver 1335.49 972.50 284.45 163.78 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:1s;sub:pre:3s; -trouvent trouver ver 1335.49 972.50 22.04 22.50 ind:pre:3p;sub:pre:3p; -trouver trouver ver 1335.49 972.50 324.94 192.70 inf;;inf;;inf;;inf;; -trouvera trouver ver 1335.49 972.50 29.30 11.42 ind:fut:3s; -trouverai trouver ver 1335.49 972.50 26.27 4.12 ind:fut:1s; -trouveraient trouver ver 1335.49 972.50 0.75 3.58 cnd:pre:3p; -trouverais trouver ver 1335.49 972.50 6.35 4.93 cnd:pre:1s;cnd:pre:2s; -trouverait trouver ver 1335.49 972.50 4.24 15.34 cnd:pre:3s; -trouveras trouver ver 1335.49 972.50 19.10 3.78 ind:fut:2s; -trouverez trouver ver 1335.49 972.50 18.23 5.61 ind:fut:2p; -trouveriez trouver ver 1335.49 972.50 1.05 0.41 cnd:pre:2p; -trouverions trouver ver 1335.49 972.50 0.28 1.08 cnd:pre:1p; -trouverons trouver ver 1335.49 972.50 8.06 1.55 ind:fut:1p; -trouveront trouver ver 1335.49 972.50 6.99 3.45 ind:fut:3p; -trouves trouver ver 1335.49 972.50 70.05 17.91 ind:pre:2s;sub:pre:1p;sub:pre:2s; -trouveur trouveur nom m s 0.03 0.07 0.02 0.00 -trouveurs trouveur nom m p 0.03 0.07 0.01 0.07 -trouvez trouver ver 1335.49 972.50 62.69 14.12 imp:pre:2p;ind:pre:2p; -trouviez trouver ver 1335.49 972.50 2.98 1.01 ind:imp:2p; -trouvions trouver ver 1335.49 972.50 1.39 6.28 ind:imp:1p;sub:pre:1p; -trouvâmes trouver ver 1335.49 972.50 0.28 2.70 ind:pas:1p; -trouvons trouver ver 1335.49 972.50 10.25 4.32 imp:pre:1p;ind:pre:1p; -trouvât trouver ver 1335.49 972.50 0.00 3.85 sub:imp:3s; -trouvère trouvère nom m s 0.20 0.20 0.20 0.07 -trouvèrent trouver ver 1335.49 972.50 0.88 8.31 ind:pas:3p; -trouvères trouvère nom m p 0.20 0.20 0.00 0.14 -trouvé trouver ver m s 1335.49 972.50 339.29 135.74 par:pas;par:pas;par:pas; -trouvée trouver ver f s 1335.49 972.50 36.28 16.42 par:pas; -trouvées trouver ver f p 1335.49 972.50 5.44 2.77 par:pas; -trouvés trouver ver m p 1335.49 972.50 10.85 7.64 par:pas;par:pas;par:pas; -troyen troyen adj m s 0.24 0.14 0.23 0.07 -troyenne troyen adj f s 0.24 0.14 0.01 0.07 -trèfle trèfle nom m s 3.52 5.00 2.75 4.19 -trèfles trèfle nom m p 3.52 5.00 0.78 0.81 -trèpe trèpe nom m s 0.00 1.49 0.00 1.49 -très très adv 1589.92 1120.81 1589.92 1120.81 -truand truand nom m s 5.82 6.49 2.52 2.57 -truandage truandage nom m s 0.00 0.68 0.00 0.54 -truandages truandage nom m p 0.00 0.68 0.00 0.14 -truandaille truandaille nom f s 0.00 0.27 0.00 0.27 -truande truand nom f s 5.82 6.49 0.03 0.14 -truander truander ver 0.35 0.14 0.13 0.00 inf; -truanderie truanderie nom f s 0.00 0.54 0.00 0.54 -truandes truander ver 0.35 0.14 0.02 0.00 ind:pre:2s; -truands truand nom m p 5.82 6.49 3.27 3.72 -truandé truander ver m s 0.35 0.14 0.17 0.07 par:pas; -trublion trublion nom m s 0.09 0.34 0.08 0.14 -trublions trublion nom m p 0.09 0.34 0.01 0.20 -trébucha trébucher ver 4.91 12.64 0.01 1.82 ind:pas:3s; -trébuchai trébucher ver 4.91 12.64 0.01 0.27 ind:pas:1s; -trébuchaient trébucher ver 4.91 12.64 0.00 0.20 ind:imp:3p; -trébuchais trébucher ver 4.91 12.64 0.05 0.27 ind:imp:1s; -trébuchait trébucher ver 4.91 12.64 0.04 1.49 ind:imp:3s; -trébuchant trébucher ver 4.91 12.64 0.23 3.31 par:pre; -trébuchante trébuchant adj f s 0.07 1.55 0.00 0.47 -trébuchantes trébuchant adj f p 0.07 1.55 0.04 0.34 -trébuchants trébuchant adj m p 0.07 1.55 0.00 0.20 -trébuche trébucher ver 4.91 12.64 0.88 1.82 imp:pre:2s;ind:pre:1s;ind:pre:3s; -trébuchement trébuchement nom m s 0.02 0.20 0.01 0.07 -trébuchements trébuchement nom m p 0.02 0.20 0.01 0.14 -trébuchent trébucher ver 4.91 12.64 0.13 0.47 ind:pre:3p; -trébucher trébucher ver 4.91 12.64 1.14 1.89 inf; -trébuches trébucher ver 4.91 12.64 0.17 0.00 ind:pre:2s; -trébuchet trébuchet nom m s 0.01 0.27 0.01 0.27 -trébuchez trébucher ver 4.91 12.64 0.05 0.00 imp:pre:2p;ind:pre:2p; -trébuchons trébucher ver 4.91 12.64 0.00 0.34 imp:pre:1p;ind:pre:1p; -trébuché trébucher ver m s 4.91 12.64 2.21 0.74 par:pas; -truc truc nom m s 381.34 87.77 274.94 51.15 -trucage trucage nom m s 0.69 0.41 0.25 0.41 -trucages trucage nom m p 0.69 0.41 0.44 0.00 -truchement truchement nom m s 0.14 2.57 0.14 2.43 -truchements truchement nom m p 0.14 2.57 0.00 0.14 -trucida trucider ver 1.01 1.22 0.00 0.34 ind:pas:3s; -trucidais trucider ver 1.01 1.22 0.00 0.07 ind:imp:1s; -trucidant trucider ver 1.01 1.22 0.00 0.07 par:pre; -trucident trucider ver 1.01 1.22 0.01 0.00 ind:pre:3p; -trucider trucider ver 1.01 1.22 0.43 0.47 inf; -truciderai trucider ver 1.01 1.22 0.03 0.00 ind:fut:1s; -trucides trucider ver 1.01 1.22 0.01 0.00 ind:pre:2s; -trucidons trucider ver 1.01 1.22 0.01 0.00 imp:pre:1p; -trucidé trucider ver m s 1.01 1.22 0.39 0.14 par:pas; -trucidée trucider ver f s 1.01 1.22 0.01 0.14 par:pas; -trucidés trucider ver m p 1.01 1.22 0.12 0.00 par:pas; -truck truck nom m s 0.39 0.07 0.35 0.00 -trucks truck nom m p 0.39 0.07 0.04 0.07 -trucmuche trucmuche nom m s 0.11 0.14 0.11 0.14 -trucs truc nom m p 381.34 87.77 106.41 36.62 -truculence truculence nom f s 0.00 0.27 0.00 0.27 -truculent truculent adj m s 0.02 0.54 0.02 0.27 -truculente truculent adj f s 0.02 0.54 0.00 0.27 -truelle truelle nom f s 0.73 2.43 0.73 2.30 -truelles truelle nom f p 0.73 2.43 0.00 0.14 -truffaient truffer ver 1.29 3.85 0.00 0.14 ind:imp:3p; -truffait truffer ver 1.29 3.85 0.00 0.14 ind:imp:3s; -truffant truffer ver 1.29 3.85 0.03 0.20 par:pre; -truffe truffe nom f s 2.65 4.73 0.82 3.38 -truffer truffer ver 1.29 3.85 0.08 0.14 inf; -truffes truffe nom f p 2.65 4.73 1.83 1.35 -truffier truffier nom m s 0.01 0.34 0.00 0.14 -truffiers truffier nom m p 0.01 0.34 0.01 0.20 -truffons truffer ver 1.29 3.85 0.01 0.00 imp:pre:1p; -truffé truffer ver m s 1.29 3.85 0.69 0.74 par:pas; -truffée truffer ver f s 1.29 3.85 0.27 0.81 par:pas; -truffées truffer ver f p 1.29 3.85 0.02 0.41 par:pas; -truffés truffer ver m p 1.29 3.85 0.12 1.15 par:pas; -tréfilés tréfiler ver m p 0.00 0.07 0.00 0.07 par:pas; -tréflières tréflière nom f p 0.00 0.07 0.00 0.07 -tréfonds tréfonds nom m 0.62 2.91 0.62 2.91 -truie truie nom f s 3.35 2.36 3.16 2.16 -truies truie nom f p 3.35 2.36 0.19 0.20 -truisme truisme nom m s 0.03 0.20 0.02 0.14 -truismes truisme nom m p 0.03 0.20 0.01 0.07 -truite truite nom f s 3.65 7.91 2.35 3.38 -truitelle truitelle nom f s 0.00 0.07 0.00 0.07 -truites truite nom f p 3.65 7.91 1.30 4.53 -tréma tréma nom m s 0.04 0.14 0.02 0.14 -trémail trémail nom m s 0.00 0.14 0.00 0.14 -trémas tréma nom m p 0.04 0.14 0.01 0.00 -trumeau trumeau nom m s 0.01 0.61 0.01 0.34 -trumeaux trumeau nom m p 0.01 0.61 0.00 0.27 -trémie trémie nom f s 0.10 0.41 0.10 0.00 -trémies trémie nom f p 0.10 0.41 0.00 0.41 -trémière trémière adj f s 0.01 1.89 0.00 0.54 -trémières trémière adj f p 0.01 1.89 0.01 1.35 -trémois trémois nom m 0.00 0.07 0.00 0.07 -trémolo trémolo nom m s 0.19 1.15 0.16 0.74 -trémolos trémolo nom m p 0.19 1.15 0.02 0.41 -trémoussa trémousser ver 0.93 2.23 0.00 0.14 ind:pas:3s; -trémoussaient trémousser ver 0.93 2.23 0.00 0.47 ind:imp:3p; -trémoussait trémousser ver 0.93 2.23 0.03 0.27 ind:imp:3s; -trémoussant trémousser ver 0.93 2.23 0.02 0.34 par:pre; -trémousse trémousser ver 0.93 2.23 0.36 0.41 imp:pre:2s;ind:pre:1s;ind:pre:3s; -trémoussement trémoussement nom m s 0.00 0.34 0.00 0.14 -trémoussements trémoussement nom m p 0.00 0.34 0.00 0.20 -trémoussent trémousser ver 0.93 2.23 0.06 0.07 ind:pre:3p; -trémousser trémousser ver 0.93 2.23 0.45 0.41 inf; -trémousses trémousser ver 0.93 2.23 0.02 0.00 ind:pre:2s; -trémoussât trémousser ver 0.93 2.23 0.00 0.07 sub:imp:3s; -trémoussèrent trémousser ver 0.93 2.23 0.00 0.07 ind:pas:3p; -trémulant trémuler ver 0.00 0.27 0.00 0.20 par:pre; -trémulante trémulant adj f s 0.00 0.14 0.00 0.07 -trémulation trémulation nom f s 0.00 0.34 0.00 0.34 -trémuler trémuler ver 0.00 0.27 0.00 0.07 inf; -trépan trépan nom m s 0.05 0.14 0.05 0.14 -trépanation trépanation nom f s 0.20 0.00 0.20 0.00 -trépaner trépaner ver 0.17 0.34 0.03 0.34 inf; -trépané trépaner ver m s 0.17 0.34 0.14 0.00 par:pas; -trépanée trépané nom f s 0.00 0.20 0.00 0.14 -trépas trépas nom m 0.38 1.55 0.38 1.55 -trépassaient trépasser ver 0.39 1.08 0.00 0.07 ind:imp:3p; -trépassait trépasser ver 0.39 1.08 0.00 0.14 ind:imp:3s; -trépassant trépasser ver 0.39 1.08 0.00 0.07 par:pre; -trépasse trépasser ver 0.39 1.08 0.23 0.14 ind:pre:3s; -trépassent trépasser ver 0.39 1.08 0.01 0.14 ind:pre:3p; -trépasser trépasser ver 0.39 1.08 0.01 0.34 inf; -trépasserait trépasser ver 0.39 1.08 0.00 0.07 cnd:pre:3s; -trépasseront trépasser ver 0.39 1.08 0.02 0.00 ind:fut:3p; -trépassé trépasser ver m s 0.39 1.08 0.12 0.07 par:pas; -trépassée trépassé adj f s 0.02 0.20 0.01 0.07 -trépassées trépassé nom f p 0.16 0.47 0.01 0.00 -trépassés trépassé nom m p 0.16 0.47 0.03 0.34 -trépidant trépidant adj m s 0.33 1.28 0.03 0.34 -trépidante trépidant adj f s 0.33 1.28 0.18 0.61 -trépidantes trépidant adj f p 0.33 1.28 0.12 0.14 -trépidants trépidant adj m p 0.33 1.28 0.00 0.20 -trépidation trépidation nom f s 0.10 1.96 0.10 1.22 -trépidations trépidation nom f p 0.10 1.96 0.00 0.74 -trépide trépider ver 0.01 0.68 0.01 0.20 ind:pre:3s; -trépident trépider ver 0.01 0.68 0.00 0.07 ind:pre:3p; -trépider trépider ver 0.01 0.68 0.00 0.27 inf; -trépied trépied nom m s 1.15 2.70 1.14 2.30 -trépieds trépied nom m p 1.15 2.70 0.01 0.41 -trépigna trépigner ver 0.32 3.85 0.01 0.20 ind:pas:3s; -trépignaient trépigner ver 0.32 3.85 0.14 0.20 ind:imp:3p; -trépignais trépigner ver 0.32 3.85 0.00 0.27 ind:imp:1s; -trépignait trépigner ver 0.32 3.85 0.01 1.15 ind:imp:3s; -trépignant trépignant adj m s 0.01 1.08 0.01 0.95 -trépignante trépignant adj f s 0.01 1.08 0.00 0.07 -trépignants trépignant adj m p 0.01 1.08 0.00 0.07 -trépigne trépigner ver 0.32 3.85 0.06 0.74 ind:pre:1s;ind:pre:3s; -trépignement trépignement nom m s 0.02 0.61 0.01 0.07 -trépignements trépignement nom m p 0.02 0.61 0.01 0.54 -trépignent trépigner ver 0.32 3.85 0.05 0.20 ind:pre:3p; -trépigner trépigner ver 0.32 3.85 0.02 0.81 inf; -trépignerai trépigner ver 0.32 3.85 0.00 0.07 ind:fut:1s; -trépignez trépigner ver 0.32 3.85 0.01 0.07 imp:pre:2p;ind:pre:2p; -trépigné trépigner ver m s 0.32 3.85 0.01 0.07 par:pas; -trépignée trépigner ver f s 0.32 3.85 0.00 0.07 par:pas; -tréponème tréponème nom m s 0.00 0.27 0.00 0.07 -tréponèmes tréponème nom m p 0.00 0.27 0.00 0.20 -truqua truquer ver 4.62 3.45 0.00 0.07 ind:pas:3s; -truquage truquage nom m s 0.45 1.15 0.34 0.54 -truquages truquage nom m p 0.45 1.15 0.11 0.61 -truquaient truquer ver 4.62 3.45 0.02 0.07 ind:imp:3p; -truquait truquer ver 4.62 3.45 0.05 0.00 ind:imp:3s; -truquant truquer ver 4.62 3.45 0.04 0.14 par:pre; -truque truquer ver 4.62 3.45 0.59 0.27 imp:pre:2s;ind:pre:1s;ind:pre:3s; -truquer truquer ver 4.62 3.45 0.85 0.95 inf; -truquerai truquer ver 4.62 3.45 0.03 0.07 ind:fut:1s; -truquerez truquer ver 4.62 3.45 0.02 0.00 ind:fut:2p; -truqueur truqueur nom m s 0.28 0.34 0.25 0.20 -truqueurs truqueur nom m p 0.28 0.34 0.01 0.07 -truqueuse truqueur nom f s 0.28 0.34 0.02 0.07 -truquez truquer ver 4.62 3.45 0.01 0.00 imp:pre:2p; -truquions truquer ver 4.62 3.45 0.00 0.07 ind:imp:1p; -truqué truquer ver m s 4.62 3.45 1.88 0.88 par:pas; -truquée truquer ver f s 4.62 3.45 0.71 0.34 par:pas; -truquées truqué adj f p 1.60 2.03 0.29 0.47 -truqués truquer ver m p 4.62 3.45 0.31 0.20 par:pas; -trésor trésor nom m s 49.92 34.66 44.86 20.14 -trésorerie trésorerie nom f s 0.40 0.81 0.40 0.81 -trésorier_payeur trésorier_payeur nom m s 0.02 0.07 0.02 0.07 -trésorier trésorier nom m s 1.83 1.82 1.55 1.62 -trésoriers trésorier nom m p 1.83 1.82 0.02 0.00 -trésorière trésorier nom f s 1.83 1.82 0.26 0.20 -trésors trésor nom m p 49.92 34.66 5.07 14.53 -trusquin trusquin nom m s 0.00 0.14 0.00 0.14 -trust trust nom m s 1.16 1.08 1.11 0.54 -trustais truster ver 0.02 0.34 0.00 0.07 ind:imp:1s; -trustait truster ver 0.02 0.34 0.00 0.07 ind:imp:3s; -truste truster ver 0.02 0.34 0.00 0.07 ind:pre:3s; -trustee trustee nom m s 0.00 0.27 0.00 0.07 -trustees trustee nom m p 0.00 0.27 0.00 0.20 -trusteeship trusteeship nom m s 0.00 0.41 0.00 0.34 -trusteeships trusteeship nom m p 0.00 0.41 0.00 0.07 -truster truster ver 0.02 0.34 0.02 0.07 inf; -trusterait truster ver 0.02 0.34 0.00 0.07 cnd:pre:3s; -trusts trust nom m p 1.16 1.08 0.05 0.54 -tréteau tréteau nom m s 0.64 3.99 0.37 0.81 -tréteaux tréteau nom m p 0.64 3.99 0.27 3.18 -trêve trêve nom f s 6.69 11.42 6.68 11.15 -trêves trêve nom f p 6.69 11.42 0.01 0.27 -trypanosome trypanosome nom m s 0.00 0.14 0.00 0.07 -trypanosomes trypanosome nom m p 0.00 0.14 0.00 0.07 -trypanosomiase trypanosomiase nom f s 0.13 0.00 0.13 0.00 -trypsine trypsine nom f s 0.01 0.00 0.01 0.00 -tryptophane tryptophane nom m s 0.02 0.00 0.02 0.00 -tsar tsar nom m s 14.30 8.85 11.65 6.82 -tsarine tsar nom f s 14.30 8.85 2.27 0.88 -tsarisme tsarisme nom m s 0.00 0.34 0.00 0.34 -tsariste tsariste adj m s 0.10 0.34 0.10 0.27 -tsaristes tsariste adj m p 0.10 0.34 0.00 0.07 -tsars tsar nom m p 14.30 8.85 0.38 1.15 -tsarévitch tsarévitch nom m s 2.90 0.00 2.90 0.00 -tsigane tsigane adj s 0.27 0.20 0.27 0.14 -tsiganes tsigane nom p 0.14 0.34 0.01 0.27 -tsoin_tsoin tsoin_tsoin nom m s 0.01 0.47 0.01 0.47 -tss_tss tss_tss nom m 0.01 0.14 0.01 0.07 -tss_tss tss_tss nom m 0.01 0.14 0.00 0.07 -tsé_tsé tsé_tsé nom f 0.00 0.07 0.00 0.07 -tsuica tsuica nom f s 0.14 0.00 0.14 0.00 -tsunami tsunami nom m s 0.53 0.00 0.53 0.00 -tète téter ver 1.71 5.88 0.64 1.35 imp:pre:2s;ind:pre:3s; -tètent téter ver 1.71 5.88 0.00 0.20 ind:pre:3p; -tu_autem tu_autem nom m s 0.00 0.07 0.00 0.07 -té té ono 0.80 0.47 0.80 0.47 -tu tu pro_per s 14661.76 2537.03 14661.76 2537.03 -tua tuer ver 928.05 171.15 2.00 2.03 ind:pas:3s; -tuai tuer ver 928.05 171.15 0.25 0.07 ind:pas:1s; -tuaient tuer ver 928.05 171.15 0.91 1.28 ind:imp:3p; -tuais tuer ver 928.05 171.15 1.89 0.54 ind:imp:1s;ind:imp:2s; -tuait tuer ver 928.05 171.15 4.77 5.68 ind:imp:3s; -tuant tuer ver 928.05 171.15 6.42 1.96 par:pre; -tuante tuant adj f s 0.76 1.08 0.01 0.27 -tuantes tuant adj f p 0.76 1.08 0.00 0.14 -tuants tuant adj m p 0.76 1.08 0.01 0.00 -tuas tuer ver 928.05 171.15 0.18 0.00 ind:pas:2s; -tub tub nom m s 0.08 1.15 0.07 1.15 -tuba tuba nom m s 1.44 0.54 1.38 0.47 -tubages tubage nom m p 0.00 0.07 0.00 0.07 -tubard tubard adj m s 0.20 1.28 0.08 0.88 -tubarde tubard adj f s 0.20 1.28 0.12 0.14 -tubardise tubardise nom f s 0.00 0.68 0.00 0.68 -tubards tubard nom m p 0.16 0.95 0.10 0.34 -tubas tuba nom m p 1.44 0.54 0.06 0.07 -tube tube nom m s 17.40 20.47 12.16 11.35 -tuber tuber ver 0.41 0.34 0.01 0.20 inf; -tubercule tubercule nom m s 0.17 0.61 0.02 0.34 -tubercules tubercule nom m p 0.17 0.61 0.15 0.27 -tuberculeuse tuberculeux adj f s 0.44 2.16 0.38 0.81 -tuberculeuses tuberculeux adj f p 0.44 2.16 0.01 0.27 -tuberculeux tuberculeux adj m 0.44 2.16 0.05 1.08 -tuberculine tuberculine nom f s 0.00 0.14 0.00 0.14 -tuberculose tuberculose nom f s 2.44 3.04 2.44 3.04 -tubes tube nom m p 17.40 20.47 5.24 9.12 -tubs tub nom m p 0.08 1.15 0.01 0.00 -tubé tuber ver m s 0.41 0.34 0.14 0.14 par:pas; -tubulaire tubulaire adj s 0.07 0.27 0.06 0.07 -tubulaires tubulaire adj m p 0.07 0.27 0.01 0.20 -tubule tubule nom m s 0.01 0.00 0.01 0.00 -tubuleuses tubuleux adj f p 0.00 0.07 0.00 0.07 -tubulure tubulure nom f s 0.00 1.22 0.00 0.14 -tubulures tubulure nom f p 0.00 1.22 0.00 1.08 -tubéreuse tubéreux adj f s 0.06 0.54 0.04 0.14 -tubéreuses tubéreux adj f p 0.06 0.54 0.02 0.34 -tubéreux tubéreux adj m p 0.06 0.54 0.00 0.07 -tubérosité tubérosité nom f s 0.01 0.00 0.01 0.00 -tudesque tudesque adj s 0.00 0.47 0.00 0.27 -tudesques tudesque adj m p 0.00 0.47 0.00 0.20 -tudieu tudieu ono 1.11 0.27 1.11 0.27 -tue_loup tue_loup nom m s 0.06 0.00 0.05 0.00 -tue_loup tue_loup nom m p 0.06 0.00 0.01 0.00 -tue_mouche tue_mouche adj m s 0.15 0.54 0.00 0.07 -tue_mouche tue_mouche adj p 0.15 0.54 0.15 0.47 -tue tuer ver 928.05 171.15 116.46 16.96 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:1s;sub:pre:3s; -tuent tuer ver 928.05 171.15 14.08 3.31 ind:pre:3p; -tuer tuer ver 928.05 171.15 346.17 65.54 inf;;inf;;inf;; -tuera tuer ver 928.05 171.15 19.27 1.42 ind:fut:3s; -tuerai tuer ver 928.05 171.15 18.55 2.97 ind:fut:1s; -tuerais tuer ver 928.05 171.15 6.70 1.15 cnd:pre:1s;cnd:pre:2s; -tuerait tuer ver 928.05 171.15 8.77 2.23 cnd:pre:3s; -tueras tuer ver 928.05 171.15 3.21 0.41 ind:fut:2s; -tuerez tuer ver 928.05 171.15 1.52 0.20 ind:fut:2p; -tuerie tuerie nom f s 3.17 2.77 2.22 1.35 -tueries tuerie nom f p 3.17 2.77 0.95 1.42 -tueriez tuer ver 928.05 171.15 1.11 0.07 cnd:pre:2p; -tuerions tuer ver 928.05 171.15 0.16 0.07 cnd:pre:1p; -tuerons tuer ver 928.05 171.15 1.69 0.07 ind:fut:1p; -tueront tuer ver 928.05 171.15 8.49 0.61 ind:fut:3p; -tues tuer ver 928.05 171.15 11.20 0.20 ind:pre:2s;sub:pre:2s; -tueur tueur nom m s 64.06 12.43 52.42 7.30 -tueurs tueur nom m p 64.06 12.43 10.32 4.93 -tueuse tueuse nom f s 6.26 0.27 6.26 0.27 -tueuses tueur nom f p 64.06 12.43 1.31 0.20 -tuez tuer ver 928.05 171.15 27.32 2.43 imp:pre:2p;ind:pre:2p; -tuf tuf nom m s 0.01 0.54 0.01 0.54 -tuffeau tuffeau nom m s 0.00 0.34 0.00 0.27 -tuffeaux tuffeau nom m p 0.00 0.34 0.00 0.07 -téflon téflon nom m s 0.17 0.00 0.17 0.00 -tégument tégument nom m s 0.00 0.14 0.00 0.14 -tégumentaire tégumentaire adj m s 0.01 0.00 0.01 0.00 -tégénaires tégénaire nom f p 0.00 0.07 0.00 0.07 -tuiez tuer ver 928.05 171.15 1.06 0.07 ind:imp:2p;sub:pre:2p; -tuile tuile nom f s 2.71 13.38 1.28 2.84 -tuilerie tuilerie nom f s 0.03 1.15 0.03 0.61 -tuileries tuilerie nom f p 0.03 1.15 0.00 0.54 -tuiles tuile nom f p 2.71 13.38 1.42 10.54 -tuions tuer ver 928.05 171.15 0.03 0.00 ind:imp:1p; -tél tél nom m s 0.04 0.00 0.04 0.00 -tél. tél. nom m s 0.14 0.14 0.14 0.14 -tularémie tularémie nom f s 0.18 0.00 0.18 0.00 -télencéphale télencéphale nom m s 1.20 0.00 1.20 0.00 -télescopage télescopage nom m s 0.02 0.41 0.02 0.41 -télescopait télescoper ver 0.05 1.08 0.01 0.07 ind:imp:3s; -télescope télescope nom m s 2.46 0.95 2.31 0.81 -télescopent télescoper ver 0.05 1.08 0.00 0.20 ind:pre:3p; -télescoper télescoper ver 0.05 1.08 0.01 0.07 inf; -télescopes télescope nom m p 2.46 0.95 0.14 0.14 -télescopique télescopique adj s 0.23 0.61 0.20 0.54 -télescopiques télescopique adj m p 0.23 0.61 0.03 0.07 -télescopèrent télescoper ver 0.05 1.08 0.00 0.07 ind:pas:3p; -télescopé télescoper ver m s 0.05 1.08 0.00 0.20 par:pas; -télescopée télescoper ver f s 0.05 1.08 0.00 0.07 par:pas; -télescopées télescoper ver f p 0.05 1.08 0.01 0.34 par:pas; -télescripteurs télescripteur nom m p 0.00 0.07 0.00 0.07 -télex télex nom m 1.18 1.49 1.18 1.49 -télexa télexer ver 0.02 0.41 0.00 0.07 ind:pas:3s; -télexer télexer ver 0.02 0.41 0.01 0.27 inf; -télexes télexer ver 0.02 0.41 0.00 0.07 ind:pre:2s; -télexé télexer ver m s 0.02 0.41 0.01 0.00 par:pas; -tulipe tulipe nom f s 2.63 2.91 1.53 0.54 -tulipes tulipe nom f p 2.63 2.91 1.10 2.36 -tulipier tulipier nom m s 0.01 0.14 0.01 0.00 -tulipiers tulipier nom m p 0.01 0.14 0.00 0.14 -tulle tulle nom m s 0.29 3.51 0.19 3.31 -tulles tulle nom m p 0.29 3.51 0.10 0.20 -téloche téloche nom f s 0.16 1.62 0.16 1.62 -télègue télègue nom f s 0.00 1.42 0.00 1.42 -télé télé nom f s 106.42 26.15 104.35 25.27 -téléachat téléachat nom m s 0.06 0.00 0.06 0.00 -téléavertisseur téléavertisseur nom m s 0.02 0.00 0.02 0.00 -télécabine télécabine nom f s 0.34 0.00 0.34 0.00 -télécartes télécarte nom f p 0.01 0.00 0.01 0.00 -télécharge télécharger ver 2.55 0.00 0.34 0.00 imp:pre:2s;ind:pre:1s;ind:pre:3s; -téléchargeables téléchargeable adj f p 0.01 0.00 0.01 0.00 -téléchargement téléchargement nom m s 0.32 0.00 0.32 0.00 -téléchargent télécharger ver 2.55 0.00 0.06 0.00 ind:pre:3p; -téléchargeons télécharger ver 2.55 0.00 0.02 0.00 ind:pre:1p; -télécharger télécharger ver 2.55 0.00 0.91 0.00 inf; -téléchargera télécharger ver 2.55 0.00 0.02 0.00 ind:fut:3s; -téléchargerai télécharger ver 2.55 0.00 0.01 0.00 ind:fut:1s; -téléchargerons télécharger ver 2.55 0.00 0.01 0.00 ind:fut:1p; -téléchargez télécharger ver 2.55 0.00 0.11 0.00 imp:pre:2p;ind:pre:2p; -téléchargé télécharger ver m s 2.55 0.00 0.75 0.00 par:pas; -téléchargée télécharger ver f s 2.55 0.00 0.15 0.00 par:pas; -téléchargées télécharger ver f p 2.55 0.00 0.11 0.00 par:pas; -téléchargés télécharger ver m p 2.55 0.00 0.05 0.00 par:pas; -télécinéma télécinéma nom m s 0.01 0.00 0.01 0.00 -télécommande télécommande nom f s 4.37 0.27 4.02 0.27 -télécommander télécommander ver 0.69 0.20 0.06 0.00 inf; -télécommandes télécommande nom f p 4.37 0.27 0.35 0.00 -télécommandé télécommander ver m s 0.69 0.20 0.24 0.00 par:pas; -télécommandée télécommander ver f s 0.69 0.20 0.10 0.07 par:pas; -télécommandées télécommander ver f p 0.69 0.20 0.08 0.00 par:pas; -télécommandés télécommander ver m p 0.69 0.20 0.05 0.14 par:pas; -télécommunication télécommunication nom f s 0.94 0.20 0.53 0.07 -télécommunications télécommunication nom f p 0.94 0.20 0.41 0.14 -télécoms télécom nom f p 0.30 0.00 0.30 0.00 -téléconférence téléconférence nom f s 0.41 0.00 0.41 0.00 -télécopieur télécopieur nom m s 0.03 0.00 0.03 0.00 -télécran télécran nom m s 0.05 0.00 0.03 0.00 -télécrans télécran nom m p 0.05 0.00 0.02 0.00 -télédiffuser télédiffuser ver 0.03 0.00 0.03 0.00 inf; -télédiffusion télédiffusion nom f s 0.01 0.00 0.01 0.00 -téléfax téléfax nom m 0.01 0.07 0.01 0.07 -téléfaxe téléfaxer ver 0.02 0.00 0.01 0.00 ind:pre:1s; -téléfaxez téléfaxer ver 0.02 0.00 0.01 0.00 ind:pre:2p; -téléfilm téléfilm nom m s 0.50 0.00 0.45 0.00 -téléfilms téléfilm nom m p 0.50 0.00 0.04 0.00 -téléfériques téléférique nom m p 0.00 0.07 0.00 0.07 -télégramme télégramme nom m s 11.44 38.78 10.53 34.59 -télégrammes télégramme nom m p 11.44 38.78 0.90 4.19 -télégraphe télégraphe nom m s 1.66 0.81 1.53 0.68 -télégraphes télégraphe nom m p 1.66 0.81 0.12 0.14 -télégraphia télégraphier ver 1.23 6.15 0.00 0.47 ind:pas:3s; -télégraphiai télégraphier ver 1.23 6.15 0.01 1.08 ind:pas:1s; -télégraphiait télégraphier ver 1.23 6.15 0.00 0.47 ind:imp:3s; -télégraphiant télégraphier ver 1.23 6.15 0.00 0.14 par:pre; -télégraphie télégraphie nom f s 0.06 0.14 0.06 0.14 -télégraphient télégraphier ver 1.23 6.15 0.00 0.07 ind:pre:3p; -télégraphier télégraphier ver 1.23 6.15 0.21 0.74 inf; -télégraphierai télégraphier ver 1.23 6.15 0.03 0.14 ind:fut:1s; -télégraphierais télégraphier ver 1.23 6.15 0.00 0.07 cnd:pre:1s; -télégraphierait télégraphier ver 1.23 6.15 0.00 0.07 cnd:pre:3s; -télégraphiez télégraphier ver 1.23 6.15 0.17 0.07 imp:pre:2p; -télégraphiâmes télégraphier ver 1.23 6.15 0.00 0.07 ind:pas:1p; -télégraphions télégraphier ver 1.23 6.15 0.01 0.00 imp:pre:1p; -télégraphique télégraphique adj s 0.50 2.97 0.20 1.42 -télégraphiques télégraphique adj p 0.50 2.97 0.29 1.55 -télégraphiste télégraphiste nom s 0.37 0.54 0.36 0.34 -télégraphistes télégraphiste nom p 0.37 0.54 0.01 0.20 -télégraphié télégraphier ver m s 1.23 6.15 0.75 1.82 par:pas; -télégraphiée télégraphier ver f s 1.23 6.15 0.00 0.07 par:pas; -télégraphiées télégraphier ver f p 1.23 6.15 0.00 0.14 par:pas; -télégraphiés télégraphier ver m p 1.23 6.15 0.00 0.07 par:pas; -téléguidage téléguidage nom m s 0.15 0.00 0.15 0.00 -téléguider téléguider ver 0.35 0.47 0.01 0.00 inf; -téléguidé téléguider ver m s 0.35 0.47 0.20 0.20 par:pas; -téléguidée téléguider ver f s 0.35 0.47 0.13 0.07 par:pas; -téléguidées téléguider ver f p 0.35 0.47 0.00 0.07 par:pas; -téléguidés téléguider ver m p 0.35 0.47 0.02 0.14 par:pas; -télégénie télégénie nom f s 0.01 0.00 0.01 0.00 -télégénique télégénique adj s 0.02 0.00 0.02 0.00 -télékinésie télékinésie nom f s 0.60 0.00 0.60 0.00 -télémark télémark nom m s 0.00 0.07 0.00 0.07 -télémarketing télémarketing nom m s 0.14 0.00 0.14 0.00 -télématique télématique adj s 0.01 0.07 0.01 0.07 -télémesure télémesure nom f s 0.07 0.00 0.03 0.00 -télémesures télémesure nom f p 0.07 0.00 0.04 0.00 -télémètre télémètre nom m s 0.03 0.20 0.02 0.14 -télémètres télémètre nom m p 0.03 0.20 0.01 0.07 -télémétrie télémétrie nom f s 0.85 0.00 0.85 0.00 -télémétrique télémétrique adj s 0.16 0.00 0.08 0.00 -télémétriques télémétrique adj p 0.16 0.00 0.07 0.00 -téléobjectif téléobjectif nom m s 0.72 0.54 0.62 0.27 -téléobjectifs téléobjectif nom m p 0.72 0.54 0.10 0.27 -téléologique téléologique adj s 0.01 0.00 0.01 0.00 -télépathe télépathe nom s 1.53 0.07 1.17 0.07 -télépathes télépathe nom p 1.53 0.07 0.36 0.00 -télépathie télépathie nom f s 1.94 0.47 1.94 0.47 -télépathique télépathique adj s 0.53 0.27 0.41 0.27 -télépathiquement télépathiquement adv 0.01 0.00 0.01 0.00 -télépathiques télépathique adj p 0.53 0.27 0.13 0.00 -téléphona téléphoner ver 60.49 67.03 0.02 4.53 ind:pas:3s; -téléphonage téléphonage nom m s 0.00 0.07 0.00 0.07 -téléphonai téléphoner ver 60.49 67.03 0.01 0.74 ind:pas:1s; -téléphonaient téléphoner ver 60.49 67.03 0.02 0.34 ind:imp:3p; -téléphonais téléphoner ver 60.49 67.03 0.63 0.34 ind:imp:1s;ind:imp:2s; -téléphonait téléphoner ver 60.49 67.03 0.87 3.31 ind:imp:3s; -téléphonant téléphoner ver 60.49 67.03 0.20 1.49 par:pre; -téléphone téléphone nom m s 160.80 96.82 155.68 93.99 -téléphonent téléphoner ver 60.49 67.03 0.36 0.61 ind:pre:3p; -téléphoner téléphoner ver 60.49 67.03 20.22 19.73 inf; -téléphonera téléphoner ver 60.49 67.03 0.61 0.68 ind:fut:3s; -téléphonerai téléphoner ver 60.49 67.03 2.07 1.35 ind:fut:1s; -téléphoneraient téléphoner ver 60.49 67.03 0.01 0.07 cnd:pre:3p; -téléphonerais téléphoner ver 60.49 67.03 0.12 0.27 cnd:pre:1s;cnd:pre:2s; -téléphonerait téléphoner ver 60.49 67.03 0.06 1.42 cnd:pre:3s; -téléphoneras téléphoner ver 60.49 67.03 0.17 0.14 ind:fut:2s; -téléphonerez téléphoner ver 60.49 67.03 0.27 0.20 ind:fut:2p; -téléphoneriez téléphoner ver 60.49 67.03 0.00 0.07 cnd:pre:2p; -téléphonerons téléphoner ver 60.49 67.03 0.03 0.07 ind:fut:1p; -téléphoneront téléphoner ver 60.49 67.03 0.14 0.07 ind:fut:3p; -téléphones téléphone nom m p 160.80 96.82 5.12 2.84 -téléphonez téléphoner ver 60.49 67.03 2.26 1.69 imp:pre:2p;ind:pre:2p; -téléphonie téléphonie nom f s 0.22 0.07 0.22 0.07 -téléphoniez téléphoner ver 60.49 67.03 0.05 0.14 ind:imp:2p; -téléphonions téléphoner ver 60.49 67.03 0.00 0.07 ind:imp:1p; -téléphonique téléphonique adj s 9.23 10.88 6.03 7.70 -téléphoniquement téléphoniquement adv 0.14 0.07 0.14 0.07 -téléphoniques téléphonique adj p 9.23 10.88 3.20 3.18 -téléphoniste téléphoniste nom s 0.27 1.22 0.10 0.68 -téléphonistes téléphoniste nom p 0.27 1.22 0.17 0.54 -téléphonons téléphoner ver 60.49 67.03 0.05 0.00 imp:pre:1p;ind:pre:1p; -téléphonât téléphoner ver 60.49 67.03 0.00 0.07 sub:imp:3s; -téléphoné téléphoner ver m s 60.49 67.03 20.80 18.11 par:pas; -téléphonée téléphoné adj f s 0.21 0.54 0.01 0.00 -téléphonées téléphoné adj f p 0.21 0.54 0.00 0.07 -téléphonés téléphoner ver m p 60.49 67.03 0.01 0.07 par:pas; -téléphérique téléphérique nom m s 0.36 0.54 0.36 0.54 -téléport téléport nom m s 0.01 0.00 0.01 0.00 -téléportation téléportation nom f s 1.00 0.00 1.00 0.00 -téléprompteur téléprompteur nom m s 0.08 0.00 0.08 0.00 -téléreportage téléreportage nom m s 0.01 0.00 0.01 0.00 -téléroman téléroman nom m s 0.05 0.00 0.05 0.00 -télés télé nom f p 106.42 26.15 2.06 0.88 -téléscripteur téléscripteur nom m s 0.05 1.08 0.04 0.14 -téléscripteurs téléscripteur nom m p 0.05 1.08 0.01 0.95 -télésiège télésiège nom m s 1.18 0.00 1.04 0.00 -télésièges télésiège nom m p 1.18 0.00 0.14 0.00 -téléski téléski nom m s 0.02 0.00 0.02 0.00 -téléspectateur téléspectateur nom m s 2.18 0.47 0.13 0.14 -téléspectateurs téléspectateur nom m p 2.18 0.47 2.03 0.27 -téléspectatrice téléspectateur nom f s 2.18 0.47 0.03 0.00 -téléspectatrices téléspectatrice nom f p 0.01 0.00 0.01 0.00 -télésurveillance télésurveillance nom f s 0.01 0.00 0.01 0.00 -télétexte télétexte nom m s 0.10 0.00 0.10 0.00 -télétravail télétravail nom m s 0.01 0.00 0.01 0.00 -télétravailleuse télétravailleur nom f s 0.01 0.00 0.01 0.00 -télétype télétype nom m s 0.10 0.07 0.08 0.00 -télétypes télétype nom m p 0.10 0.07 0.02 0.07 -télévangéliste télévangéliste nom s 0.06 0.00 0.05 0.00 -télévangélistes télévangéliste nom p 0.06 0.00 0.01 0.00 -télévendeur télévendeur nom m s 0.01 0.00 0.01 0.00 -télévente télévente nom f s 0.01 0.00 0.01 0.00 -télévise téléviser ver 0.37 1.42 0.01 0.47 ind:pre:1s;ind:pre:3s; -télévisera téléviser ver 0.37 1.42 0.00 0.14 ind:fut:3s; -télévises téléviser ver 0.37 1.42 0.00 0.20 ind:pre:2s; -téléviseur téléviseur nom m s 2.43 1.01 1.74 0.95 -téléviseurs téléviseur nom m p 2.43 1.01 0.69 0.07 -télévision télévision nom f s 26.38 24.32 25.45 23.51 -télévisions télévision nom f p 26.38 24.32 0.93 0.81 -télévisé télévisé adj m s 3.37 2.57 2.11 1.01 -télévisée télévisé adj f s 3.37 2.57 0.48 0.47 -télévisuel télévisuel adj m s 0.33 0.34 0.27 0.20 -télévisuelle télévisuel adj f s 0.33 0.34 0.05 0.07 -télévisuels télévisuel adj m p 0.33 0.34 0.00 0.07 -télévisées télévisé adj f p 3.37 2.57 0.14 0.74 -télévisés télévisé adj m p 3.37 2.57 0.64 0.34 -tumescence tumescence nom f s 0.04 0.00 0.04 0.00 -tumescent tumescent adj m s 0.01 0.00 0.01 0.00 -tumeur tumeur nom f s 7.96 1.89 6.70 1.28 -tumeurs tumeur nom f p 7.96 1.89 1.27 0.61 -témoigna témoigner ver 24.29 25.68 0.02 0.54 ind:pas:3s; -témoignage témoignage nom m s 16.12 19.73 12.28 10.95 -témoignages témoignage nom m p 16.12 19.73 3.84 8.78 -témoignaient témoigner ver 24.29 25.68 0.02 2.91 ind:imp:3p; -témoignais témoigner ver 24.29 25.68 0.04 0.07 ind:imp:1s;ind:imp:2s; -témoignait témoigner ver 24.29 25.68 0.32 5.27 ind:imp:3s; -témoignant témoigner ver 24.29 25.68 0.20 1.35 par:pre; -témoigne témoigner ver 24.29 25.68 3.10 3.24 imp:pre:2s;ind:pre:1s;ind:pre:3s; -témoignent témoigner ver 24.29 25.68 0.81 1.35 ind:pre:3p; -témoigner témoigner ver 24.29 25.68 13.36 7.64 ind:pre:2p;inf; -témoignera témoigner ver 24.29 25.68 1.09 0.07 ind:fut:3s; -témoignerai témoigner ver 24.29 25.68 0.88 0.07 ind:fut:1s; -témoigneraient témoigner ver 24.29 25.68 0.00 0.07 cnd:pre:3p; -témoignerais témoigner ver 24.29 25.68 0.05 0.00 cnd:pre:1s;cnd:pre:2s; -témoignerait témoigner ver 24.29 25.68 0.13 0.07 cnd:pre:3s; -témoigneras témoigner ver 24.29 25.68 0.08 0.00 ind:fut:2s; -témoignerez témoigner ver 24.29 25.68 0.28 0.00 ind:fut:2p; -témoigneront témoigner ver 24.29 25.68 0.18 0.07 ind:fut:3p; -témoignes témoigner ver 24.29 25.68 0.29 0.07 ind:pre:2s; -témoignez témoigner ver 24.29 25.68 0.91 0.14 imp:pre:2p;ind:pre:2p; -témoigniez témoigner ver 24.29 25.68 0.11 0.00 ind:imp:2p; -témoignât témoigner ver 24.29 25.68 0.00 0.07 sub:imp:3s; -témoignèrent témoigner ver 24.29 25.68 0.00 0.27 ind:pas:3p; -témoigné témoigner ver m s 24.29 25.68 1.99 2.09 par:pas; -témoignée témoigner ver f s 24.29 25.68 0.31 0.20 par:pas; -témoignées témoigner ver f p 24.29 25.68 0.01 0.07 par:pas; -témoignés témoigner ver m p 24.29 25.68 0.11 0.07 par:pas; -témoin_clé témoin_clé nom m s 0.13 0.00 0.13 0.00 -témoin_vedette témoin_vedette nom m s 0.01 0.00 0.01 0.00 -témoin témoin nom m s 74.78 46.01 49.35 28.38 -témoins_clé témoins_clé nom m p 0.05 0.00 0.05 0.00 -témoins témoin nom m p 74.78 46.01 25.43 17.64 -tumorale tumoral adj f s 0.05 0.00 0.04 0.00 -tumoraux tumoral adj m p 0.05 0.00 0.01 0.00 -tuméfaction tuméfaction nom f s 0.07 0.07 0.07 0.07 -tuméfie tuméfier ver 0.00 1.08 0.00 0.07 ind:pre:3s; -tuméfier tuméfier ver 0.00 1.08 0.00 0.07 inf; -tuméfié tuméfié adj m s 0.44 2.36 0.36 1.08 -tuméfiée tuméfié adj f s 0.44 2.36 0.04 0.88 -tuméfiées tuméfié adj f p 0.44 2.36 0.02 0.34 -tuméfiés tuméfié adj m p 0.44 2.36 0.03 0.07 -tumuli tumulus nom m p 0.22 1.49 0.00 0.14 -tumulte tumulte nom m s 1.19 13.11 1.07 12.09 -tumultes tumulte nom m p 1.19 13.11 0.12 1.01 -tumultuaire tumultuaire adj s 0.00 0.07 0.00 0.07 -tumultueuse tumultueux adj f s 1.13 5.95 0.31 2.36 -tumultueusement tumultueusement adv 0.02 0.14 0.02 0.14 -tumultueuses tumultueux adj f p 1.13 5.95 0.04 0.88 -tumultueux tumultueux adj m 1.13 5.95 0.78 2.70 -tumulus tumulus nom m 0.22 1.49 0.22 1.35 -téméraire téméraire adj s 2.38 3.04 2.04 2.50 -témérairement témérairement adv 0.00 0.27 0.00 0.27 -téméraires téméraire adj p 2.38 3.04 0.34 0.54 -témérité témérité nom f s 0.87 1.35 0.87 1.22 -témérités témérité nom f p 0.87 1.35 0.00 0.14 -ténacité ténacité nom f s 0.89 2.30 0.89 2.30 -tune tune nom f s 1.23 2.16 0.85 0.20 -tuner tuner nom m s 0.06 0.07 0.06 0.07 -tunes tune nom f p 1.23 2.16 0.38 1.96 -tungstène tungstène nom m s 0.12 0.47 0.12 0.47 -ténia ténia nom m s 0.11 0.68 0.08 0.68 -ténias ténia nom m p 0.11 0.68 0.03 0.00 -tunique tunique nom f s 1.32 10.27 1.07 8.04 -tuniques tunique nom f p 1.32 10.27 0.25 2.23 -tunisien tunisien adj m s 0.30 3.51 0.15 1.28 -tunisienne tunisien adj f s 0.30 3.51 0.16 0.61 -tunisiennes tunisien adj f p 0.30 3.51 0.00 0.20 -tunisiens tunisien adj m p 0.30 3.51 0.00 1.42 -tunnel tunnel nom m s 19.24 14.59 15.88 12.30 -tunnels tunnel nom m p 19.24 14.59 3.36 2.30 -ténor ténor nom m s 1.38 2.70 1.01 2.03 -ténors ténor nom m p 1.38 2.70 0.36 0.68 -ténèbre ténèbre nom f s 12.70 26.76 0.01 0.61 -ténèbres ténèbre nom f p 12.70 26.76 12.68 26.15 -ténu ténu adj m s 0.40 5.95 0.30 2.84 -ténébreuse ténébreux adj f s 1.50 7.91 0.24 2.36 -ténébreuses ténébreux adj f p 1.50 7.91 0.15 0.88 -ténébreux ténébreux adj m 1.50 7.91 1.11 4.66 -ténébrionidé ténébrionidé nom m s 0.00 0.07 0.00 0.07 -ténue ténu adj f s 0.40 5.95 0.08 1.76 -ténues ténu adj f p 0.40 5.95 0.01 0.61 -ténuité ténuité nom f s 0.00 0.14 0.00 0.14 -ténus ténu adj m p 0.40 5.95 0.01 0.74 -tuons tuer ver 928.05 171.15 2.27 0.41 imp:pre:1p;ind:pre:1p; -tuât tuer ver 928.05 171.15 0.00 0.34 sub:imp:3s; -tuque tuque nom f s 0.00 0.07 0.00 0.07 -téraoctets téraoctet nom m p 0.01 0.00 0.01 0.00 -tératologique tératologique adj f s 0.00 0.34 0.00 0.27 -tératologiques tératologique adj f p 0.00 0.34 0.00 0.07 -tératome tératome nom m s 0.05 0.00 0.05 0.00 -turban turban nom m s 0.72 7.30 0.66 6.08 -turbans turban nom m p 0.72 7.30 0.07 1.22 -turbin turbin nom m s 0.41 4.19 0.41 3.92 -turbina turbiner ver 0.35 1.28 0.00 0.07 ind:pas:3s; -turbinaient turbiner ver 0.35 1.28 0.00 0.14 ind:imp:3p; -turbinait turbiner ver 0.35 1.28 0.00 0.07 ind:imp:3s; -turbine turbine nom f s 1.02 1.28 0.51 1.08 -turbiner turbiner ver 0.35 1.28 0.16 0.47 inf; -turbines turbine nom f p 1.02 1.28 0.51 0.20 -turbinez turbiner ver 0.35 1.28 0.00 0.07 ind:pre:2p; -turbins turbin nom m p 0.41 4.19 0.00 0.27 -turbiné turbiner ver m s 0.35 1.28 0.01 0.20 par:pas; -turbo turbo nom s 1.19 0.54 1.03 0.54 -turbocompresseur turbocompresseur nom m s 0.14 0.00 0.01 0.00 -turbocompresseurs turbocompresseur nom m p 0.14 0.00 0.14 0.00 -turbopropulseur turbopropulseur nom m s 0.28 0.00 0.28 0.00 -turboréacteur turboréacteur nom m s 0.01 0.00 0.01 0.00 -turbos turbo nom p 1.19 0.54 0.15 0.00 -turbot turbot nom m s 0.12 0.68 0.12 0.68 -turbotière turbotière nom f s 0.01 0.07 0.01 0.00 -turbotières turbotière nom f p 0.01 0.07 0.00 0.07 -turbé turbé nom m s 0.00 0.34 0.00 0.27 -turbulence turbulence nom f s 1.46 2.36 0.56 1.15 -turbulences turbulence nom f p 1.46 2.36 0.89 1.22 -turbulent turbulent adj m s 1.49 3.04 0.61 1.49 -turbulente turbulent adj f s 1.49 3.04 0.69 0.68 -turbulentes turbulent adj f p 1.49 3.04 0.01 0.20 -turbulents turbulent adj m p 1.49 3.04 0.19 0.68 -turbés turbé nom m p 0.00 0.34 0.00 0.07 -turc turc adj m s 4.25 10.54 2.12 4.26 -turco turco nom m s 0.61 0.07 0.61 0.00 -turcoman turcoman adj m s 0.00 0.14 0.00 0.14 -turcomans turcoman nom m p 0.00 0.34 0.00 0.27 -turcos turco nom m p 0.61 0.07 0.00 0.07 -turcs turc adj m p 4.25 10.54 0.56 2.09 -turdus turdus nom m 0.00 0.20 0.00 0.20 -turelure turelure nom f s 0.00 0.07 0.00 0.07 -turent taire ver 154.47 139.80 0.20 6.62 ind:pas:3p; -turf turf nom m s 0.43 1.82 0.43 1.76 -turfiste turfiste nom s 0.08 0.47 0.03 0.14 -turfistes turfiste nom p 0.08 0.47 0.05 0.34 -turfs turf nom m p 0.43 1.82 0.00 0.07 -turgescence turgescence nom f s 0.14 0.07 0.14 0.07 -turgescent turgescent adj m s 0.04 0.41 0.03 0.07 -turgescente turgescent adj f s 0.04 0.41 0.01 0.20 -turgescentes turgescent adj f p 0.04 0.41 0.00 0.07 -turgescents turgescent adj m p 0.04 0.41 0.00 0.07 -turgide turgide adj m s 0.04 0.00 0.04 0.00 -turgotine turgotine nom f s 0.00 0.07 0.00 0.07 -turinois turinois adj m 0.21 0.07 0.20 0.00 -turinoise turinois adj f s 0.21 0.07 0.01 0.07 -turista turista nom f s 0.06 0.54 0.05 0.00 -turistas turista nom f p 0.06 0.54 0.01 0.54 -turkmènes turkmène adj m p 0.00 0.14 0.00 0.14 -turlu turlu nom m s 0.01 0.34 0.01 0.34 -turlupinade turlupinade nom f s 0.00 0.14 0.00 0.07 -turlupinades turlupinade nom f p 0.00 0.14 0.00 0.07 -turlupinaient turlupiner ver 0.35 1.28 0.00 0.07 ind:imp:3p; -turlupinait turlupiner ver 0.35 1.28 0.02 0.47 ind:imp:3s; -turlupine turlupiner ver 0.35 1.28 0.30 0.27 imp:pre:2s;ind:pre:1s;ind:pre:3s; -turlupinent turlupiner ver 0.35 1.28 0.01 0.07 ind:pre:3p; -turlupiner turlupiner ver 0.35 1.28 0.01 0.14 inf; -turlupinera turlupiner ver 0.35 1.28 0.01 0.00 ind:fut:3s; -turlupins turlupin nom m p 0.00 0.14 0.00 0.14 -turlupiné turlupiner ver m s 0.35 1.28 0.00 0.14 par:pas; -turlupinée turlupiner ver f s 0.35 1.28 0.00 0.14 par:pas; -turlutaines turlutaine nom f p 0.00 0.07 0.00 0.07 -turlute turluter ver 0.25 0.27 0.05 0.07 ind:pre:1s;ind:pre:3s; -turlutent turluter ver 0.25 0.27 0.00 0.07 ind:pre:3p; -turluter turluter ver 0.25 0.27 0.00 0.07 inf; -turlutes turluter ver 0.25 0.27 0.20 0.07 ind:pre:2s; -turlutte turlutte nom f s 0.26 0.20 0.26 0.20 -turlututu turlututu ono 0.01 0.14 0.01 0.14 -turne turne nom f s 0.56 1.96 0.56 1.76 -turnes turne nom f p 0.56 1.96 0.00 0.20 -turnover turnover nom m s 0.03 0.00 0.03 0.00 -turpides turpide adj f p 0.00 0.07 0.00 0.07 -turpitude turpitude nom f s 0.54 2.36 0.18 0.41 -turpitudes turpitude nom f p 0.54 2.36 0.35 1.96 -turque turc adj f s 4.25 10.54 1.33 2.70 -turquerie turquerie nom f s 0.00 0.14 0.00 0.14 -turques turque nom f p 0.32 0.00 0.32 0.00 -turquin turquin adj m s 0.00 0.14 0.00 0.14 -turquoise turquoise nom f s 0.65 1.01 0.30 0.61 -turquoises turquoise nom f p 0.65 1.01 0.35 0.41 -térébenthine térébenthine nom f s 0.55 1.28 0.55 1.28 -térébinthe térébinthe nom m s 0.01 0.20 0.01 0.14 -térébinthes térébinthe nom m p 0.01 0.20 0.00 0.07 -térébrant térébrant adj m s 0.00 0.20 0.00 0.14 -térébrants térébrant adj m p 0.00 0.20 0.00 0.07 -tés té nom m p 2.35 1.08 0.19 0.00 -tus taire ver m p 154.47 139.80 0.40 4.39 ind:pas:1s;par:pas;par:pas; -tussent taire ver 154.47 139.80 0.00 0.07 sub:imp:3p; -tussilage tussilage nom m s 0.01 0.00 0.01 0.00 -tussor tussor nom m s 0.01 1.69 0.01 1.69 -têt têt nom m s 0.34 1.08 0.34 1.08 -tut taire ver 154.47 139.80 0.69 28.92 ind:pas:3s; -téta téter ver 1.71 5.88 0.01 0.14 ind:pas:3s; -tétaient téter ver 1.71 5.88 0.01 0.07 ind:imp:3p; -tétais téter ver 1.71 5.88 0.13 0.20 ind:imp:1s;ind:imp:2s; -tétait téter ver 1.71 5.88 0.06 0.34 ind:imp:3s; -tétanie tétanie nom f s 0.15 0.07 0.15 0.07 -tétanique tétanique adj s 0.00 0.34 0.00 0.27 -tétaniques tétanique adj f p 0.00 0.34 0.00 0.07 -tétanisait tétaniser ver 0.42 1.08 0.00 0.14 ind:imp:3s; -tétanisant tétaniser ver 0.42 1.08 0.00 0.07 par:pre; -tétanisation tétanisation nom f s 0.00 0.07 0.00 0.07 -tétanisent tétaniser ver 0.42 1.08 0.01 0.07 ind:pre:3p; -tétaniser tétaniser ver 0.42 1.08 0.00 0.07 inf; -tétanisé tétaniser ver m s 0.42 1.08 0.17 0.54 par:pas; -tétanisée tétaniser ver f s 0.42 1.08 0.25 0.20 par:pas; -tétanisées tétanisé adj f p 0.12 0.88 0.00 0.07 -tétanisés tétanisé adj m p 0.12 0.88 0.00 0.34 -tétanos tétanos nom m 0.64 0.95 0.64 0.95 -tétant téter ver 1.71 5.88 0.10 0.54 par:pre; -têtard têtard nom m s 0.86 1.89 0.68 0.34 -têtards têtard nom m p 0.86 1.89 0.17 1.55 -tétasses téter ver 1.71 5.88 0.00 0.07 sub:imp:2s; -tête_bêche tête_bêche nom m 0.03 0.47 0.03 0.47 -tête_de_mort tête_de_mort nom f 0.01 0.41 0.01 0.41 -tête_de_nègre tête_de_nègre adj 0.00 0.20 0.00 0.20 -tête_à_queue tête_à_queue nom m 0.00 0.20 0.00 0.20 -tête_à_tête tête_à_tête nom m 0.00 5.95 0.00 5.95 -tête tête nom f s 475.87 923.45 453.13 861.49 -tutelle tutelle nom f s 2.00 2.43 2.00 2.43 -téter téter ver 1.71 5.88 0.43 2.03 inf; -tête_de_loup tête_de_loup nom f p 0.00 0.27 0.00 0.27 -têtes tête nom f p 475.87 923.45 22.74 61.96 -téteur téteur nom m s 0.05 0.00 0.05 0.00 -tuteur tuteur nom m s 4.60 2.36 3.28 2.03 -tuteurs tuteur nom m p 4.60 2.36 0.46 0.27 -tuèrent tuer ver 928.05 171.15 0.41 0.41 ind:pas:3p; -tétiez téter ver 1.71 5.88 0.01 0.00 ind:imp:2p; -tétine tétine nom f s 0.81 1.15 0.43 0.68 -tétines tétine nom f p 0.81 1.15 0.38 0.47 -tétins tétin nom m p 0.00 0.20 0.00 0.20 -têtière têtière nom f s 0.00 0.27 0.00 0.14 -têtières têtière nom f p 0.00 0.27 0.00 0.14 -tutoie tutoyer ver 6.25 10.07 1.25 2.36 imp:pre:2s;ind:pre:1s;ind:pre:3s; -tutoiement tutoiement nom m s 0.38 1.89 0.38 1.82 -tutoiements tutoiement nom m p 0.38 1.89 0.00 0.07 -tutoient tutoyer ver 6.25 10.07 0.13 0.41 ind:pre:3p; -tutoiera tutoyer ver 6.25 10.07 0.00 0.07 ind:fut:3s; -tutoierai tutoyer ver 6.25 10.07 0.00 0.07 ind:fut:1s; -tutoies tutoyer ver 6.25 10.07 0.41 0.14 ind:pre:2s; -téton téton nom m s 4.59 1.76 1.21 0.47 -tétons téton nom m p 4.59 1.76 3.39 1.28 -tutorat tutorat nom m s 0.33 0.00 0.33 0.00 -tutorial tutorial adj m s 0.04 0.14 0.03 0.14 -tutoriaux tutorial adj m p 0.04 0.14 0.01 0.00 -tutoya tutoyer ver 6.25 10.07 0.00 0.34 ind:pas:3s; -tutoyaient tutoyer ver 6.25 10.07 0.00 0.41 ind:imp:3p; -tutoyais tutoyer ver 6.25 10.07 0.00 0.14 ind:imp:1s; -tutoyait tutoyer ver 6.25 10.07 0.37 1.76 ind:imp:3s; -tutoyant tutoyer ver 6.25 10.07 0.00 0.54 par:pre; -tutoyer tutoyer ver 6.25 10.07 3.05 2.84 inf; -tutoyeuses tutoyeur adj f p 0.00 0.07 0.00 0.07 -tutoyez tutoyer ver 6.25 10.07 0.55 0.07 imp:pre:2p;ind:pre:2p; -tutoyions tutoyer ver 6.25 10.07 0.00 0.07 ind:imp:1p; -tutoyons tutoyer ver 6.25 10.07 0.34 0.14 imp:pre:1p;ind:pre:1p; -tutoyât tutoyer ver 6.25 10.07 0.00 0.07 sub:imp:3s; -tutoyèrent tutoyer ver 6.25 10.07 0.00 0.07 ind:pas:3p; -tutoyé tutoyer ver m s 6.25 10.07 0.01 0.41 par:pas; -tutoyée tutoyer ver f s 6.25 10.07 0.14 0.07 par:pas; -tutoyés tutoyer ver m p 6.25 10.07 0.01 0.14 par:pas; -tétra tétra nom m s 0.01 0.00 0.01 0.00 -tétrachlorure tétrachlorure nom m s 0.04 0.07 0.04 0.07 -tétracycline tétracycline nom f s 0.09 0.00 0.09 0.00 -tétradrachme tétradrachme nom m s 0.00 0.07 0.00 0.07 -tétragones tétragone nom f p 0.00 0.07 0.00 0.07 -tétragramme tétragramme nom m s 0.01 0.07 0.00 0.07 -tétragrammes tétragramme nom m p 0.01 0.07 0.01 0.00 -tétralogie tétralogie nom f s 0.01 0.07 0.01 0.07 -tétramère tétramère adj m s 0.00 0.07 0.00 0.07 -tétramètre tétramètre nom m s 0.03 0.00 0.03 0.00 -tétraplégie tétraplégie nom f s 0.14 0.00 0.14 0.00 -tétraplégique tétraplégique adj s 0.44 0.00 0.44 0.00 -tétrarque tétrarque nom m s 0.10 0.47 0.10 0.00 -tétrarques tétrarque nom m p 0.10 0.47 0.00 0.47 -tétras tétras nom m 0.16 0.00 0.16 0.00 -tutrice tuteur nom f s 4.60 2.36 0.86 0.07 -tétrodotoxine tétrodotoxine nom f s 0.02 0.00 0.02 0.00 -tétère téter nom f s 0.00 0.14 0.00 0.14 -tétèrent téter ver 1.71 5.88 0.00 0.07 ind:pas:3p; -tutti_frutti tutti_frutti adv 0.09 0.41 0.09 0.41 -tutti_quanti tutti_quanti adv 0.15 0.20 0.15 0.20 -tété téter ver m s 1.71 5.88 0.29 0.61 par:pas; -têtu têtu adj m s 9.78 9.19 6.17 5.14 -tutu tutu nom m s 0.92 3.51 0.83 2.77 -tétée tétée nom f s 0.63 1.01 0.51 0.68 -têtue têtu adj f s 9.78 9.19 2.97 2.77 -tétées tétée nom f p 0.63 1.01 0.11 0.34 -têtues têtu adj f p 9.78 9.19 0.09 0.34 -tutélaire tutélaire adj s 0.01 1.76 0.01 1.55 -tutélaires tutélaire adj p 0.01 1.76 0.00 0.20 -têtus têtu adj m p 9.78 9.19 0.55 0.95 -tutus tutu nom m p 0.92 3.51 0.09 0.74 -tutute tutut nom f s 0.00 0.34 0.00 0.34 -tué tuer ver m s 928.05 171.15 259.79 46.82 par:pas; -tuée tuer ver f s 928.05 171.15 39.56 5.88 par:pas; -tuées tuer ver f p 928.05 171.15 3.15 0.68 par:pas; -tués tuer ver m p 928.05 171.15 20.66 7.36 par:pas; -tévé tévé nom f s 0.00 0.34 0.00 0.34 -tuyau tuyau nom m s 26.73 20.61 17.51 11.96 -tuyautages tuyautage nom m p 0.00 0.07 0.00 0.07 -tuyautait tuyauter ver 0.54 0.61 0.01 0.07 ind:imp:3s; -tuyautent tuyauter ver 0.54 0.61 0.03 0.00 ind:pre:3p; -tuyauter tuyauter ver 0.54 0.61 0.07 0.20 inf; -tuyautera tuyauter ver 0.54 0.61 0.02 0.00 ind:fut:3s; -tuyauterie tuyauterie nom f s 1.11 1.69 1.10 0.68 -tuyauteries tuyauterie nom f p 1.11 1.69 0.01 1.01 -tuyauteur tuyauteur nom m s 0.00 0.27 0.00 0.14 -tuyauteurs tuyauteur nom m p 0.00 0.27 0.00 0.14 -tuyauté tuyauter ver m s 0.54 0.61 0.17 0.14 par:pas; -tuyautée tuyauter ver f s 0.54 0.61 0.01 0.07 par:pas; -tuyautées tuyauter ver f p 0.54 0.61 0.00 0.07 par:pas; -tuyautés tuyauter ver m p 0.54 0.61 0.23 0.07 par:pas; -tuyaux tuyau nom m p 26.73 20.61 9.22 8.65 -tuyère tuyère nom f s 0.04 0.07 0.03 0.00 -tuyères tuyère nom f p 0.04 0.07 0.01 0.07 -tézig tézig pro_per s 0.00 0.07 0.00 0.07 -tézigue tézigue pro_per s 0.00 0.34 0.00 0.34 -tweed tweed nom m s 0.00 5.34 0.00 5.14 -tweeds tweed nom m p 0.00 5.34 0.00 0.20 -twill twill nom m s 0.00 0.14 0.00 0.14 -twin_set twin_set nom m s 0.00 0.14 0.00 0.14 -twist twist nom m s 0.00 0.74 0.00 0.68 -twistant twister ver 0.00 0.20 0.00 0.07 par:pre; -twister twister ver 0.00 0.20 0.00 0.07 inf; -twists twist nom m p 0.00 0.74 0.00 0.07 -twistées twister ver f p 0.00 0.20 0.00 0.07 par:pas; -tympan tympan nom m s 1.25 6.01 0.36 2.50 -tympanique tympanique adj s 0.01 0.00 0.01 0.00 -tympanon tympanon nom m s 0.03 0.20 0.03 0.20 -tympans tympan nom m p 1.25 6.01 0.89 3.51 -type type nom m s 334.85 184.19 280.62 145.95 -typer typer ver 0.07 0.00 0.02 0.00 inf; -types type nom m p 334.85 184.19 54.23 38.24 -typhique typhique adj s 0.00 0.14 0.00 0.07 -typhiques typhique adj m p 0.00 0.14 0.00 0.07 -typhoïde typhoïde nom f s 0.36 1.01 0.36 1.01 -typhon typhon nom m s 0.78 1.89 0.72 1.28 -typhons typhon nom m p 0.78 1.89 0.06 0.61 -typhus typhus nom m 1.74 1.76 1.74 1.76 -typique typique adj s 9.34 2.84 8.62 2.30 -typiquement typiquement adv 1.86 1.96 1.86 1.96 -typiques typique adj p 9.34 2.84 0.72 0.54 -typo typo nom m s 0.07 1.49 0.04 1.01 -typographe typographe nom s 0.02 1.08 0.01 0.47 -typographes typographe nom p 0.02 1.08 0.01 0.61 -typographie typographie nom f s 0.34 0.47 0.34 0.47 -typographier typographier ver 0.00 0.07 0.00 0.07 inf; -typographique typographique adj f s 0.06 0.34 0.05 0.20 -typographiques typographique adj p 0.06 0.34 0.01 0.14 -typologie typologie nom f s 0.10 0.20 0.10 0.20 -typomètre typomètre nom m s 0.00 0.14 0.00 0.14 -typos typo nom m p 0.07 1.49 0.02 0.47 -typé typer ver m s 0.07 0.00 0.03 0.00 par:pas; -typée typé adj f s 0.01 0.14 0.01 0.00 -typés typer ver m p 0.07 0.00 0.01 0.00 par:pas; -tyran tyran nom m s 7.79 5.20 6.17 4.59 -tyranneau tyranneau nom m s 0.01 0.14 0.00 0.14 -tyranneaux tyranneau nom m p 0.01 0.14 0.01 0.00 -tyrannicide tyrannicide nom s 0.01 0.14 0.00 0.07 -tyrannicides tyrannicide nom p 0.01 0.14 0.01 0.07 -tyrannie tyrannie nom f s 2.63 2.50 2.50 2.43 -tyrannies tyrannie nom f p 2.63 2.50 0.14 0.07 -tyrannique tyrannique adj s 0.65 2.43 0.59 2.03 -tyranniquement tyranniquement adv 0.14 0.14 0.14 0.14 -tyranniques tyrannique adj p 0.65 2.43 0.06 0.41 -tyrannisais tyranniser ver 0.25 0.95 0.00 0.07 ind:imp:1s; -tyrannisait tyranniser ver 0.25 0.95 0.02 0.20 ind:imp:3s; -tyrannisant tyranniser ver 0.25 0.95 0.01 0.07 par:pre; -tyrannise tyranniser ver 0.25 0.95 0.03 0.14 ind:pre:1s;ind:pre:3s; -tyrannisent tyranniser ver 0.25 0.95 0.11 0.00 ind:pre:3p; -tyranniser tyranniser ver 0.25 0.95 0.05 0.20 inf; -tyrannisèrent tyranniser ver 0.25 0.95 0.00 0.07 ind:pas:3p; -tyrannisé tyranniser ver m s 0.25 0.95 0.02 0.20 par:pas; -tyrannisée tyranniser ver f s 0.25 0.95 0.01 0.00 par:pas; -tyrannosaure tyrannosaure nom m s 0.15 0.07 0.13 0.07 -tyrannosaures tyrannosaure nom m p 0.15 0.07 0.02 0.00 -tyrans tyran nom m p 7.79 5.20 1.62 0.61 -tyrienne tyrien adj f s 0.02 0.00 0.02 0.00 -tyrolien tyrolien adj m s 0.38 1.62 0.16 0.88 -tyrolienne tyrolien adj f s 0.38 1.62 0.08 0.27 -tyroliennes tyrolien adj f p 0.38 1.62 0.03 0.27 -tyroliens tyrolien nom m p 0.13 0.20 0.12 0.07 -tyrrhénienne tyrrhénienne adj f s 0.20 0.27 0.20 0.27 -tzar tzar nom m s 0.03 0.88 0.03 0.68 -tzarevitch tzarevitch nom m s 0.00 0.07 0.00 0.07 -tzarine tzar nom f s 0.03 0.88 0.00 0.14 -tzars tzar nom m p 0.03 0.88 0.00 0.07 -tzigane tzigane adj s 0.89 1.76 0.78 1.08 -tziganes tzigane nom p 1.49 0.61 1.10 0.54 -é é adv 0.05 0.00 0.05 0.00 -u u nom m 18.40 2.97 18.40 2.97 -ubac ubac nom m s 0.00 0.14 0.00 0.14 -ébahi ébahir ver m s 0.46 1.96 0.16 0.61 par:pas; -ébahie ébahir ver f s 0.46 1.96 0.15 0.27 par:pas; -ébahies ébahi adj f p 0.27 3.18 0.01 0.27 -ébahir ébahir ver 0.46 1.96 0.02 0.07 inf; -ébahirons ébahir ver 0.46 1.96 0.01 0.00 ind:fut:1p; -ébahis ébahir ver m p 0.46 1.96 0.09 0.41 ind:pre:2s;par:pas; -ébahissait ébahir ver 0.46 1.96 0.00 0.34 ind:imp:3s; -ébahissant ébahir ver 0.46 1.96 0.00 0.07 par:pre; -ébahissement ébahissement nom m s 0.00 1.15 0.00 1.15 -ébahissent ébahir ver 0.46 1.96 0.01 0.14 ind:pre:3p; -ébahissons ébahir ver 0.46 1.96 0.00 0.07 ind:pre:1p; -ébahit ébahir ver 0.46 1.96 0.02 0.00 ind:pre:3s; -ébarbage ébarbage nom m s 0.00 0.07 0.00 0.07 -ébarbait ébarber ver 0.00 0.20 0.00 0.07 ind:imp:3s; -ébarber ébarber ver 0.00 0.20 0.00 0.07 inf; -ébarbé ébarber ver m s 0.00 0.20 0.00 0.07 par:pas; -ébat ébattre ver 0.10 3.18 0.01 0.07 ind:pre:3s; -ébats ébat nom m p 0.41 2.30 0.41 2.30 -ébattît ébattre ver 0.10 3.18 0.00 0.07 sub:imp:3s; -ébattaient ébattre ver 0.10 3.18 0.00 0.74 ind:imp:3p; -ébattait ébattre ver 0.10 3.18 0.02 0.41 ind:imp:3s; -ébattant ébattre ver 0.10 3.18 0.01 0.20 par:pre; -ébattements ébattement nom m p 0.00 0.07 0.00 0.07 -ébattent ébattre ver 0.10 3.18 0.01 0.20 ind:pre:3p; -ébattit ébattre ver 0.10 3.18 0.00 0.07 ind:pas:3s; -ébattons ébattre ver 0.10 3.18 0.00 0.07 ind:pre:1p; -ébattre ébattre ver 0.10 3.18 0.05 1.35 inf; -ébaubi ébaubir ver m s 0.00 0.41 0.00 0.14 par:pas; -ébaubie ébaubir ver f s 0.00 0.41 0.00 0.07 par:pas; -ébaubis ébaubir ver m p 0.00 0.41 0.00 0.14 par:pas; -ébaubissaient ébaubir ver 0.00 0.41 0.00 0.07 ind:imp:3p; -ébaucha ébaucher ver 0.05 7.97 0.00 2.36 ind:pas:3s; -ébauchai ébaucher ver 0.05 7.97 0.00 0.14 ind:pas:1s; -ébauchaient ébaucher ver 0.05 7.97 0.00 0.34 ind:imp:3p; -ébauchais ébaucher ver 0.05 7.97 0.00 0.20 ind:imp:1s; -ébauchait ébaucher ver 0.05 7.97 0.00 0.88 ind:imp:3s; -ébauchant ébaucher ver 0.05 7.97 0.00 0.68 par:pre; -ébauche ébauche nom f s 1.33 5.47 1.17 4.46 -ébauchent ébaucher ver 0.05 7.97 0.00 0.34 ind:pre:3p; -ébaucher ébaucher ver 0.05 7.97 0.03 1.15 inf; -ébauches ébauche nom f p 1.33 5.47 0.16 1.01 -ébaucheurs ébaucheur nom m p 0.00 0.07 0.00 0.07 -ébauchons ébaucher ver 0.05 7.97 0.01 0.00 ind:pre:1p; -ébauchât ébaucher ver 0.05 7.97 0.00 0.07 sub:imp:3s; -ébauchèrent ébaucher ver 0.05 7.97 0.00 0.27 ind:pas:3p; -ébauché ébauché adj m s 0.14 1.69 0.00 0.74 -ébauchée ébaucher ver f s 0.05 7.97 0.00 0.34 par:pas; -ébauchées ébauché adj f p 0.14 1.69 0.00 0.34 -ébauchés ébauché adj m p 0.14 1.69 0.14 0.34 -ébaudi ébaudir ver m s 0.00 0.07 0.00 0.07 par:pas; -éberlua éberluer ver 0.02 1.89 0.00 0.07 ind:pas:3s; -éberluait éberluer ver 0.02 1.89 0.00 0.14 ind:imp:3s; -éberlue éberluer ver 0.02 1.89 0.00 0.07 ind:pre:3s; -éberluer éberluer ver 0.02 1.89 0.01 0.07 inf; -éberlué éberlué adj m s 0.01 2.70 0.01 1.28 -éberluée éberluer ver f s 0.02 1.89 0.01 0.27 par:pas; -éberluées éberlué adj f p 0.01 2.70 0.00 0.14 -éberlués éberlué adj m p 0.01 2.70 0.00 0.61 -ubique ubique adj s 0.00 0.07 0.00 0.07 -ubiquiste ubiquiste nom s 0.01 0.27 0.01 0.27 -ubiquitaire ubiquitaire adj m s 0.00 0.14 0.00 0.14 -ubiquité ubiquité nom f s 0.04 1.82 0.04 1.82 -ébloui éblouir ver m s 3.88 19.73 0.65 5.68 par:pas; -éblouie éblouir ver f s 3.88 19.73 0.28 2.09 par:pas; -éblouies éblouir ver f p 3.88 19.73 0.03 0.20 par:pas; -éblouir éblouir ver 3.88 19.73 0.92 2.30 inf; -éblouira éblouir ver 3.88 19.73 0.03 0.07 ind:fut:3s; -éblouirai éblouir ver 3.88 19.73 0.10 0.07 ind:fut:1s; -éblouirait éblouir ver 3.88 19.73 0.00 0.14 cnd:pre:3s; -éblouirent éblouir ver 3.88 19.73 0.00 0.14 ind:pas:3p; -éblouirez éblouir ver 3.88 19.73 0.00 0.07 ind:fut:2p; -éblouis éblouir ver m p 3.88 19.73 0.65 1.82 imp:pre:2s;ind:pre:1s;ind:pre:2s;par:pas; -éblouissaient éblouir ver 3.88 19.73 0.00 0.54 ind:imp:3p; -éblouissait éblouir ver 3.88 19.73 0.12 1.82 ind:imp:3s; -éblouissant éblouissant adj m s 2.07 13.24 0.65 3.04 -éblouissante éblouissant adj f s 2.07 13.24 1.00 6.28 -éblouissantes éblouissant adj f p 2.07 13.24 0.14 2.36 -éblouissants éblouissant adj m p 2.07 13.24 0.27 1.55 -éblouisse éblouir ver 3.88 19.73 0.04 0.07 sub:pre:3s; -éblouissement éblouissement nom m s 0.29 5.95 0.29 5.14 -éblouissements éblouissement nom m p 0.29 5.95 0.00 0.81 -éblouissent éblouir ver 3.88 19.73 0.27 1.01 ind:pre:3p; -éblouisses éblouir ver 3.88 19.73 0.00 0.07 sub:pre:2s; -éblouissez éblouir ver 3.88 19.73 0.03 0.07 imp:pre:2p;ind:pre:2p; -éblouissions éblouir ver 3.88 19.73 0.00 0.07 ind:imp:1p; -éblouit éblouir ver 3.88 19.73 0.58 2.57 ind:pre:3s;ind:pas:3s; -ébonite ébonite nom f s 0.00 0.88 0.00 0.88 -éborgna éborgner ver 0.47 0.54 0.00 0.07 ind:pas:3s; -éborgne éborgner ver 0.47 0.54 0.02 0.14 ind:pre:1s;ind:pre:3s; -éborgner éborgner ver 0.47 0.54 0.41 0.20 inf; -éborgné éborgner ver m s 0.47 0.54 0.04 0.14 par:pas; -éboueur éboueur nom m s 1.93 2.70 0.97 0.61 -éboueurs éboueur nom m p 1.93 2.70 0.96 2.09 -ébouillanta ébouillanter ver 0.58 0.61 0.14 0.00 ind:pas:3s; -ébouillante ébouillanter ver 0.58 0.61 0.05 0.14 ind:pre:1s;ind:pre:3s; -ébouillanter ébouillanter ver 0.58 0.61 0.16 0.20 inf; -ébouillanté ébouillanter ver m s 0.58 0.61 0.22 0.14 par:pas; -ébouillantée ébouillanté adj f s 0.15 0.47 0.14 0.07 -ébouillantées ébouillanté adj f p 0.15 0.47 0.01 0.07 -ébouillantés ébouillanté adj m p 0.15 0.47 0.00 0.20 -éboula ébouler ver 0.03 1.82 0.00 0.07 ind:pas:3s; -éboulaient ébouler ver 0.03 1.82 0.00 0.14 ind:imp:3p; -éboulait ébouler ver 0.03 1.82 0.00 0.14 ind:imp:3s; -éboulant ébouler ver 0.03 1.82 0.00 0.14 par:pre; -éboule ébouler ver 0.03 1.82 0.00 0.41 ind:pre:3s; -éboulement éboulement nom m s 0.54 2.36 0.48 1.49 -éboulements éboulement nom m p 0.54 2.36 0.06 0.88 -éboulent ébouler ver 0.03 1.82 0.00 0.07 ind:pre:3p; -ébouler ébouler ver 0.03 1.82 0.01 0.07 inf; -ébouleuses ébouleux adj f p 0.00 0.07 0.00 0.07 -éboulis éboulis nom m 0.16 3.99 0.16 3.99 -éboulèrent ébouler ver 0.03 1.82 0.00 0.07 ind:pas:3p; -éboulé ébouler ver m s 0.03 1.82 0.01 0.14 par:pas; -éboulée ébouler ver f s 0.03 1.82 0.00 0.20 par:pas; -éboulées ébouler ver f p 0.03 1.82 0.00 0.20 par:pas; -éboulés ébouler ver m p 0.03 1.82 0.01 0.20 par:pas; -ébouriffa ébouriffer ver 0.08 2.97 0.00 0.74 ind:pas:3s; -ébouriffaient ébouriffer ver 0.08 2.97 0.00 0.14 ind:imp:3p; -ébouriffait ébouriffer ver 0.08 2.97 0.01 0.41 ind:imp:3s; -ébouriffant ébouriffant adj m s 0.03 0.07 0.01 0.07 -ébouriffante ébouriffant adj f s 0.03 0.07 0.02 0.00 -ébouriffe ébouriffer ver 0.08 2.97 0.02 0.14 imp:pre:2s;ind:pre:3s; -ébouriffent ébouriffer ver 0.08 2.97 0.00 0.20 ind:pre:3p; -ébouriffer ébouriffer ver 0.08 2.97 0.00 0.20 inf; -ébouriffé ébouriffé adj m s 0.22 3.45 0.05 1.01 -ébouriffée ébouriffé adj f s 0.22 3.45 0.12 0.74 -ébouriffées ébouriffé adj f p 0.22 3.45 0.00 0.20 -ébouriffés ébouriffé adj m p 0.22 3.45 0.05 1.49 -ébouser ébouser ver 0.00 0.07 0.00 0.07 inf; -éboué ébouer ver m s 0.00 1.82 0.00 1.82 par:pas; -ébouzer ébouzer ver 0.00 0.14 0.00 0.07 inf; -ébouzé ébouzer ver m s 0.00 0.14 0.00 0.07 par:pas; -ébrancha ébrancher ver 0.00 0.68 0.00 0.14 ind:pas:3s; -ébranchait ébrancher ver 0.00 0.68 0.00 0.14 ind:imp:3s; -ébranchant ébrancher ver 0.00 0.68 0.00 0.07 par:pre; -ébranchement ébranchement nom m s 0.00 0.07 0.00 0.07 -ébrancher ébrancher ver 0.00 0.68 0.00 0.14 inf; -ébrancherez ébrancher ver 0.00 0.68 0.00 0.07 ind:fut:2p; -ébranché ébranché adj m s 0.00 0.07 0.00 0.07 -ébranchés ébrancher ver m p 0.00 0.68 0.00 0.14 par:pas; -ébranla ébranler ver 3.37 23.45 0.15 3.85 ind:pas:3s; -ébranlaient ébranler ver 3.37 23.45 0.00 0.95 ind:imp:3p; -ébranlait ébranler ver 3.37 23.45 0.01 2.70 ind:imp:3s; -ébranlant ébranler ver 3.37 23.45 0.00 0.74 par:pre; -ébranle ébranler ver 3.37 23.45 0.22 2.97 imp:pre:2s;ind:pre:3s; -ébranlement ébranlement nom m s 0.01 1.55 0.01 1.08 -ébranlements ébranlement nom m p 0.01 1.55 0.00 0.47 -ébranlent ébranler ver 3.37 23.45 0.03 1.08 ind:pre:3p; -ébranler ébranler ver 3.37 23.45 1.35 3.78 inf; -ébranlera ébranler ver 3.37 23.45 0.03 0.07 ind:fut:3s; -ébranlerai ébranler ver 3.37 23.45 0.01 0.00 ind:fut:1s; -ébranleraient ébranler ver 3.37 23.45 0.01 0.07 cnd:pre:3p; -ébranlerais ébranler ver 3.37 23.45 0.00 0.07 cnd:pre:1s; -ébranlerait ébranler ver 3.37 23.45 0.00 0.07 cnd:pre:3s; -ébranlât ébranler ver 3.37 23.45 0.00 0.14 sub:imp:3s; -ébranlèrent ébranler ver 3.37 23.45 0.00 0.61 ind:pas:3p; -ébranlé ébranler ver m s 3.37 23.45 0.89 3.51 par:pas; -ébranlée ébranler ver f s 3.37 23.45 0.59 2.03 par:pas; -ébranlées ébranler ver f p 3.37 23.45 0.01 0.20 par:pas; -ébranlés ébranler ver m p 3.37 23.45 0.06 0.61 par:pas; -ébriété ébriété nom f s 0.73 1.15 0.73 1.15 -ébroua ébrouer ver 0.01 8.11 0.00 1.76 ind:pas:3s; -ébrouaient ébrouer ver 0.01 8.11 0.00 0.27 ind:imp:3p; -ébrouais ébrouer ver 0.01 8.11 0.00 0.07 ind:imp:1s; -ébrouait ébrouer ver 0.01 8.11 0.00 1.55 ind:imp:3s; -ébrouant ébrouer ver 0.01 8.11 0.00 1.22 par:pre; -ébroue ébrouer ver 0.01 8.11 0.00 1.35 ind:pre:1s;ind:pre:3s; -ébrouement ébrouement nom m s 0.00 0.14 0.00 0.14 -ébrouent ébrouer ver 0.01 8.11 0.00 0.61 ind:pre:3p; -ébrouer ébrouer ver 0.01 8.11 0.01 0.95 inf; -ébrouèrent ébrouer ver 0.01 8.11 0.00 0.14 ind:pas:3p; -ébroué ébrouer ver m s 0.01 8.11 0.00 0.20 par:pas; -ébrèche ébrécher ver 0.74 0.95 0.03 0.07 ind:pre:3s; -ébréchaient ébrécher ver 0.74 0.95 0.00 0.07 ind:imp:3p; -ébrécher ébrécher ver 0.74 0.95 0.00 0.14 inf; -ébréché ébrécher ver m s 0.74 0.95 0.39 0.14 par:pas; -ébréchée ébrécher ver f s 0.74 0.95 0.32 0.27 par:pas; -ébréchées ébréché adj f p 0.37 3.65 0.14 0.61 -ébréchure ébréchure nom f s 0.00 0.20 0.00 0.07 -ébréchures ébréchure nom f p 0.00 0.20 0.00 0.14 -ébréchés ébréché adj m p 0.37 3.65 0.00 0.81 -ébruita ébruiter ver 1.32 1.22 0.00 0.07 ind:pas:3s; -ébruite ébruiter ver 1.32 1.22 0.58 0.27 imp:pre:2s;ind:pre:3s; -ébruitent ébruiter ver 1.32 1.22 0.02 0.00 ind:pre:3p; -ébruiter ébruiter ver 1.32 1.22 0.37 0.54 inf; -ébruitera ébruiter ver 1.32 1.22 0.01 0.00 ind:fut:3s; -ébruiterait ébruiter ver 1.32 1.22 0.02 0.00 cnd:pre:3s; -ébruitez ébruiter ver 1.32 1.22 0.22 0.07 imp:pre:2p;ind:pre:2p; -ébruitons ébruiter ver 1.32 1.22 0.05 0.00 imp:pre:1p;ind:pre:1p; -ébruitât ébruiter ver 1.32 1.22 0.00 0.07 sub:imp:3s; -ébruité ébruiter ver m s 1.32 1.22 0.03 0.00 par:pas; -ébruitée ébruiter ver f s 1.32 1.22 0.01 0.20 par:pas; -ébène ébène nom f s 0.51 4.26 0.51 4.26 -ubuesque ubuesque adj f s 0.14 0.07 0.14 0.07 -ébullition ébullition nom f s 0.79 1.35 0.79 1.35 -ébéniste ébéniste nom s 0.24 1.55 0.11 1.35 -ébénisterie ébénisterie nom f s 0.00 0.41 0.00 0.34 -ébénisteries ébénisterie nom f p 0.00 0.41 0.00 0.07 -ébénistes ébéniste nom p 0.24 1.55 0.13 0.20 -écaillage écaillage nom m s 0.03 0.00 0.03 0.00 -écaillaient écailler ver 0.74 4.66 0.00 0.34 ind:imp:3p; -écaillait écailler ver 0.74 4.66 0.14 0.61 ind:imp:3s; -écaillant écailler ver 0.74 4.66 0.00 0.34 par:pre; -écaille écaille nom f s 1.42 11.35 0.57 6.15 -écaillent écailler ver 0.74 4.66 0.01 0.20 ind:pre:3p; -écailler écailler ver 0.74 4.66 0.28 0.61 inf; -écaillera écailler ver 0.74 4.66 0.01 0.00 ind:fut:3s; -écaillerai écailler ver 0.74 4.66 0.00 0.07 ind:fut:1s; -écaillers écailler nom m p 0.11 0.27 0.00 0.07 -écailles écaille nom f p 1.42 11.35 0.84 5.20 -écailleur écailleur nom m s 0.00 0.07 0.00 0.07 -écailleuse écailleux adj f s 0.00 0.74 0.00 0.34 -écailleuses écailleux adj f p 0.00 0.74 0.00 0.07 -écailleux écailleux adj m 0.00 0.74 0.00 0.34 -écaillère écailler nom f s 0.11 0.27 0.01 0.00 -écaillé écailler ver m s 0.74 4.66 0.04 0.27 par:pas; -écaillée écailler ver f s 0.74 4.66 0.06 0.81 par:pas; -écaillées écaillé adj f p 0.07 2.97 0.03 0.41 -écaillure écaillure nom f s 0.00 0.14 0.00 0.07 -écaillures écaillure nom f p 0.00 0.14 0.00 0.07 -écaillés écaillé adj m p 0.07 2.97 0.01 0.27 -écalait écaler ver 0.00 0.14 0.00 0.07 ind:imp:3s; -écale écale nom f s 0.02 0.07 0.00 0.07 -écaler écaler ver 0.00 0.14 0.00 0.07 inf; -écales écale nom f p 0.02 0.07 0.02 0.00 -écarlate écarlate adj s 0.78 8.58 0.66 5.95 -écarlates écarlate adj p 0.78 8.58 0.12 2.64 -écarquilla écarquiller ver 0.76 8.85 0.00 0.95 ind:pas:3s; -écarquillai écarquiller ver 0.76 8.85 0.00 0.14 ind:pas:1s; -écarquillaient écarquiller ver 0.76 8.85 0.01 0.34 ind:imp:3p; -écarquillais écarquiller ver 0.76 8.85 0.10 0.07 ind:imp:1s; -écarquillait écarquiller ver 0.76 8.85 0.00 0.54 ind:imp:3s; -écarquillant écarquiller ver 0.76 8.85 0.00 0.95 par:pre; -écarquille écarquiller ver 0.76 8.85 0.11 1.22 imp:pre:2s;ind:pre:1s;ind:pre:3s; -écarquillement écarquillement nom m s 0.00 0.20 0.00 0.20 -écarquillent écarquiller ver 0.76 8.85 0.00 0.20 ind:pre:3p; -écarquiller écarquiller ver 0.76 8.85 0.00 0.41 inf; -écarquillez écarquiller ver 0.76 8.85 0.02 0.00 imp:pre:2p;ind:pre:2p; -écarquillions écarquiller ver 0.76 8.85 0.00 0.14 ind:imp:1p; -écarquillèrent écarquiller ver 0.76 8.85 0.10 0.07 ind:pas:3p; -écarquillé écarquiller ver m s 0.76 8.85 0.00 0.34 par:pas; -écarquillée écarquiller ver f s 0.76 8.85 0.00 0.07 par:pas; -écarquillées écarquiller ver f p 0.76 8.85 0.00 0.20 par:pas; -écarquillés écarquiller ver m p 0.76 8.85 0.41 3.24 par:pas; -écart écart nom m s 14.71 34.53 14.36 32.30 -écarta écarter ver 24.83 92.36 0.51 13.72 ind:pas:3s; -écartai écarter ver 24.83 92.36 0.00 1.89 ind:pas:1s; -écartaient écarter ver 24.83 92.36 0.04 4.66 ind:imp:3p; -écartais écarter ver 24.83 92.36 0.06 0.68 ind:imp:1s;ind:imp:2s; -écartait écarter ver 24.83 92.36 0.51 7.23 ind:imp:3s; -écartant écarter ver 24.83 92.36 0.16 9.86 par:pre; -écarte écarter ver 24.83 92.36 5.95 13.45 imp:pre:2s;ind:pre:1s;ind:pre:3s; -écartela écarteler ver 0.35 3.18 0.00 0.07 ind:pas:3s; -écartelaient écarteler ver 0.35 3.18 0.00 0.14 ind:imp:3p; -écartelait écarteler ver 0.35 3.18 0.00 0.20 ind:imp:3s; -écartelant écarteler ver 0.35 3.18 0.01 0.07 par:pre; -écarteler écarteler ver 0.35 3.18 0.06 0.34 inf; -écartelé écarteler ver m s 0.35 3.18 0.20 0.95 par:pas; -écartelée écarteler ver f s 0.35 3.18 0.02 0.20 par:pas; -écartelées écartelé adj f p 0.19 1.96 0.14 0.47 -écartelés écartelé adj m p 0.19 1.96 0.01 0.27 -écartement écartement nom m s 0.05 0.47 0.05 0.41 -écartements écartement nom m p 0.05 0.47 0.00 0.07 -écartent écarter ver 24.83 92.36 0.26 3.78 ind:pre:3p; -écarter écarter ver 24.83 92.36 4.77 16.89 ind:pre:2p;inf; -écartera écarter ver 24.83 92.36 0.05 0.14 ind:fut:3s; -écarteraient écarter ver 24.83 92.36 0.00 0.07 cnd:pre:3p; -écarterait écarter ver 24.83 92.36 0.04 0.07 cnd:pre:3s; -écarteras écarter ver 24.83 92.36 0.12 0.00 ind:fut:2s; -écarterez écarter ver 24.83 92.36 0.01 0.00 ind:fut:2p; -écarteront écarter ver 24.83 92.36 0.01 0.07 ind:fut:3p; -écartes écarter ver 24.83 92.36 0.72 0.20 ind:pre:2s; -écarteur écarteur nom m s 0.27 0.00 0.27 0.00 -écartez écarter ver 24.83 92.36 6.30 1.01 imp:pre:2p;ind:pre:2p; -écartions écarter ver 24.83 92.36 0.02 0.14 ind:imp:1p; -écartâmes écarter ver 24.83 92.36 0.00 0.07 ind:pas:1p; -écartons écarter ver 24.83 92.36 0.32 0.14 imp:pre:1p;ind:pre:1p; -écartât écarter ver 24.83 92.36 0.00 0.41 sub:imp:3s; -écarts écart nom m p 14.71 34.53 0.35 2.23 -écartèle écarteler ver 0.35 3.18 0.05 0.47 ind:pre:1s;ind:pre:3s; -écartèlement écartèlement nom m s 0.03 0.34 0.02 0.27 -écartèlements écartèlement nom m p 0.03 0.34 0.01 0.07 -écartèlent écarteler ver 0.35 3.18 0.00 0.27 ind:pre:3p; -écartèleront écarteler ver 0.35 3.18 0.01 0.00 ind:fut:3p; -écartèrent écarter ver 24.83 92.36 0.12 2.43 ind:pas:3p; -écarté écarter ver m s 24.83 92.36 2.69 8.04 par:pas; -écartée écarter ver f s 24.83 92.36 0.88 1.89 par:pas; -écartées écarté adj f p 3.36 16.76 1.57 8.85 -écartés écarter ver m p 24.83 92.36 1.10 3.11 par:pas; -écervelé écervelé adj m s 0.81 0.61 0.46 0.14 -écervelée écervelé nom f s 0.91 0.88 0.34 0.27 -écervelées écervelé nom f p 0.91 0.88 0.17 0.07 -écervelés écervelé adj m p 0.81 0.61 0.17 0.14 -échût échoir ver 0.86 2.16 0.00 0.14 sub:imp:3s; -échafaud échafaud nom m s 0.85 2.43 0.85 2.23 -échafauda échafauder ver 0.44 3.24 0.00 0.07 ind:pas:3s; -échafaudage échafaudage nom m s 0.86 6.42 0.70 3.78 -échafaudages échafaudage nom m p 0.86 6.42 0.15 2.64 -échafaudaient échafauder ver 0.44 3.24 0.01 0.20 ind:imp:3p; -échafaudais échafauder ver 0.44 3.24 0.00 0.14 ind:imp:1s; -échafaudait échafauder ver 0.44 3.24 0.00 0.74 ind:imp:3s; -échafaudant échafauder ver 0.44 3.24 0.14 0.41 par:pre; -échafaude échafauder ver 0.44 3.24 0.02 0.20 ind:pre:3s; -échafaudent échafauder ver 0.44 3.24 0.00 0.14 ind:pre:3p; -échafauder échafauder ver 0.44 3.24 0.17 0.54 inf; -échafaudons échafauder ver 0.44 3.24 0.00 0.07 ind:pre:1p; -échafauds échafaud nom m p 0.85 2.43 0.00 0.20 -échafaudèrent échafauder ver 0.44 3.24 0.00 0.07 ind:pas:3p; -échafaudé échafauder ver m s 0.44 3.24 0.09 0.27 par:pas; -échafaudées échafauder ver f p 0.44 3.24 0.01 0.14 par:pas; -échafaudés échafauder ver m p 0.44 3.24 0.00 0.27 par:pas; -échalas échalas nom m 0.41 1.76 0.41 1.76 -échalier échalier nom m s 0.02 0.20 0.02 0.00 -échaliers échalier nom m p 0.02 0.20 0.00 0.20 -échalote échalote nom f s 1.30 1.28 0.80 0.81 -échalotes échalote nom f p 1.30 1.28 0.50 0.47 -échancraient échancrer ver 0.01 0.95 0.00 0.07 ind:imp:3p; -échancre échancrer ver 0.01 0.95 0.00 0.14 ind:pre:3s; -échancrer échancrer ver 0.01 0.95 0.00 0.20 inf; -échancré échancré adj m s 0.06 1.15 0.03 0.47 -échancrée échancré adj f s 0.06 1.15 0.02 0.27 -échancrées échancré adj f p 0.06 1.15 0.00 0.20 -échancrure échancrure nom f s 0.00 3.31 0.00 3.04 -échancrures échancrure nom f p 0.00 3.31 0.00 0.27 -échancrés échancré adj m p 0.06 1.15 0.01 0.20 -échange échange nom m s 32.77 32.43 29.97 23.99 -échangea échanger ver 27.38 58.18 0.02 2.03 ind:pas:3s; -échangeables échangeable adj m p 0.01 0.07 0.01 0.07 -échangeai échanger ver 27.38 58.18 0.03 0.61 ind:pas:1s; -échangeaient échanger ver 27.38 58.18 0.07 5.41 ind:imp:3p; -échangeais échanger ver 27.38 58.18 0.06 0.34 ind:imp:1s;ind:imp:2s; -échangeait échanger ver 27.38 58.18 0.27 2.91 ind:imp:3s; -échangeant échanger ver 27.38 58.18 0.16 3.11 par:pre; -échangent échanger ver 27.38 58.18 0.81 3.72 ind:pre:3p; -échangeâmes échanger ver 27.38 58.18 0.02 1.49 ind:pas:1p; -échangeons échanger ver 27.38 58.18 0.17 0.68 imp:pre:1p;ind:pre:1p; -échanger échanger ver 27.38 58.18 9.86 12.03 inf; -échangera échanger ver 27.38 58.18 0.36 0.07 ind:fut:3s; -échangerai échanger ver 27.38 58.18 0.31 0.07 ind:fut:1s; -échangeraient échanger ver 27.38 58.18 0.04 0.20 cnd:pre:3p; -échangerais échanger ver 27.38 58.18 0.92 0.07 cnd:pre:1s;cnd:pre:2s; -échangerait échanger ver 27.38 58.18 0.25 0.41 cnd:pre:3s; -échangeras échanger ver 27.38 58.18 0.16 0.00 ind:fut:2s; -échangerez échanger ver 27.38 58.18 0.14 0.00 ind:fut:2p; -échangeriez échanger ver 27.38 58.18 0.06 0.00 cnd:pre:2p; -échangerions échanger ver 27.38 58.18 0.00 0.07 cnd:pre:1p; -échangerons échanger ver 27.38 58.18 0.09 0.07 ind:fut:1p; -échangeront échanger ver 27.38 58.18 0.06 0.07 ind:fut:3p; -échanges échange nom m p 32.77 32.43 2.81 8.45 -échangeur échangeur nom m s 0.30 0.47 0.30 0.20 -échangeurs échangeur nom m p 0.30 0.47 0.00 0.27 -échangez échanger ver 27.38 58.18 0.44 0.27 imp:pre:2p;ind:pre:2p; -échangiez échanger ver 27.38 58.18 0.04 0.07 ind:imp:2p; -échangions échanger ver 27.38 58.18 0.19 1.35 ind:imp:1p; -échangisme échangisme nom m s 0.16 0.00 0.16 0.00 -échangiste échangiste nom s 0.29 0.07 0.14 0.00 -échangistes échangiste nom p 0.29 0.07 0.16 0.07 -échangèrent échanger ver 27.38 58.18 0.02 5.27 ind:pas:3p; -échangé échanger ver m s 27.38 58.18 5.79 8.58 par:pas; -échangée échanger ver f s 27.38 58.18 0.41 0.41 par:pas; -échangées échanger ver f p 27.38 58.18 0.46 2.09 par:pas; -échangés échanger ver m p 27.38 58.18 0.81 3.65 par:pas; -échanson échanson nom m s 0.00 0.34 0.00 0.27 -échansons échanson nom m p 0.00 0.34 0.00 0.07 -échantillon échantillon nom m s 16.87 6.96 10.36 2.43 -échantillonnage échantillonnage nom m s 0.41 0.74 0.41 0.74 -échantillonne échantillonner ver 0.02 0.00 0.02 0.00 ind:pre:1s; -échantillons échantillon nom m p 16.87 6.96 6.51 4.53 -échappa échapper ver 95.05 132.64 0.28 4.05 ind:pas:3s; -échappai échapper ver 95.05 132.64 0.12 0.14 ind:pas:1s; -échappaient échapper ver 95.05 132.64 0.48 6.96 ind:imp:3p; -échappais échapper ver 95.05 132.64 0.28 1.08 ind:imp:1s;ind:imp:2s; -échappait échapper ver 95.05 132.64 0.94 15.41 ind:imp:3s; -échappant échapper ver 95.05 132.64 0.29 3.78 par:pre; -échappatoire échappatoire nom f s 1.96 0.95 1.46 0.61 -échappatoires échappatoire nom f p 1.96 0.95 0.50 0.34 -échappe échapper ver 95.05 132.64 16.76 18.65 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -échappement échappement nom m s 2.03 1.69 1.93 1.55 -échappements échappement nom m p 2.03 1.69 0.10 0.14 -échappent échapper ver 95.05 132.64 3.84 6.69 ind:pre:3p;sub:pre:3p; -échapper échapper ver 95.05 132.64 39.70 48.04 inf; -échappera échapper ver 95.05 132.64 2.76 1.28 ind:fut:3s; -échapperai échapper ver 95.05 132.64 0.38 0.07 ind:fut:1s; -échapperaient échapper ver 95.05 132.64 0.02 0.41 cnd:pre:3p; -échapperais échapper ver 95.05 132.64 0.17 0.20 cnd:pre:1s;cnd:pre:2s; -échapperait échapper ver 95.05 132.64 0.28 1.96 cnd:pre:3s; -échapperas échapper ver 95.05 132.64 1.81 0.27 ind:fut:2s; -échapperez échapper ver 95.05 132.64 0.81 0.34 ind:fut:2p; -échapperiez échapper ver 95.05 132.64 0.02 0.00 cnd:pre:2p; -échapperions échapper ver 95.05 132.64 0.01 0.07 cnd:pre:1p; -échapperons échapper ver 95.05 132.64 0.05 0.07 ind:fut:1p; -échapperont échapper ver 95.05 132.64 0.14 0.27 ind:fut:3p; -échappes échapper ver 95.05 132.64 0.51 0.20 ind:pre:2s; -échappez échapper ver 95.05 132.64 0.13 0.14 imp:pre:2p;ind:pre:2p; -échappiez échapper ver 95.05 132.64 0.09 0.07 ind:imp:2p;sub:pre:2p; -échappions échapper ver 95.05 132.64 0.13 0.34 ind:imp:1p; -échappâmes échapper ver 95.05 132.64 0.00 0.07 ind:pas:1p; -échappons échapper ver 95.05 132.64 0.26 0.27 imp:pre:1p;ind:pre:1p; -échappât échapper ver 95.05 132.64 0.00 0.61 sub:imp:3s; -échappèrent échapper ver 95.05 132.64 0.05 1.15 ind:pas:3p; -échappé échapper ver m s 95.05 132.64 19.84 17.64 par:pas; -échappée échapper ver f s 95.05 132.64 2.17 1.08 par:pas; -échappées échapper ver f p 95.05 132.64 0.22 0.34 par:pas; -échappés échapper ver m p 95.05 132.64 2.50 1.01 par:pas; -écharde écharde nom f s 0.62 2.91 0.37 1.42 -échardes écharde nom f p 0.62 2.91 0.25 1.49 -écharnait écharner ver 0.00 0.27 0.00 0.07 ind:imp:3s; -écharner écharner ver 0.00 0.27 0.00 0.20 inf; -écharpe écharpe nom f s 5.14 13.92 4.68 11.22 -écharpent écharper ver 0.07 1.08 0.01 0.00 ind:pre:3p; -écharper écharper ver 0.07 1.08 0.04 0.47 inf; -écharperaient écharper ver 0.07 1.08 0.00 0.07 cnd:pre:3p; -écharpes écharpe nom f p 5.14 13.92 0.46 2.70 -écharpé écharper ver m s 0.07 1.08 0.00 0.07 par:pas; -écharpée écharper ver f s 0.07 1.08 0.00 0.20 par:pas; -échasse échasse nom f s 0.42 1.15 0.04 0.00 -échasses échasse nom f p 0.42 1.15 0.38 1.15 -échassier échassier nom m s 0.02 3.51 0.01 2.57 -échassiers échassier nom m p 0.02 3.51 0.01 0.95 -échassière échassier adj f s 0.00 0.61 0.00 0.20 -échassières échassier adj f p 0.00 0.61 0.00 0.41 -échauder échauder ver 0.05 0.34 0.00 0.07 inf; -échauderont échauder ver 0.05 0.34 0.00 0.07 ind:fut:3p; -échaudé échaudé adj m s 0.05 0.34 0.05 0.27 -échaudée échaudé adj f s 0.05 0.34 0.00 0.07 -échaudés échauder ver m p 0.05 0.34 0.04 0.00 par:pas; -échauffa échauffer ver 3.25 6.76 0.01 0.20 ind:pas:3s; -échauffaient échauffer ver 3.25 6.76 0.00 0.27 ind:imp:3p; -échauffais échauffer ver 3.25 6.76 0.04 0.20 ind:imp:1s; -échauffait échauffer ver 3.25 6.76 0.06 0.81 ind:imp:3s; -échauffant échauffer ver 3.25 6.76 0.02 0.27 par:pre; -échauffe échauffer ver 3.25 6.76 0.59 0.88 imp:pre:2s;ind:pre:1s;ind:pre:3s; -échauffement échauffement nom m s 0.66 0.88 0.62 0.74 -échauffements échauffement nom m p 0.66 0.88 0.04 0.14 -échauffent échauffer ver 3.25 6.76 0.11 0.27 ind:pre:3p;sub:pre:3p; -échauffer échauffer ver 3.25 6.76 1.39 0.88 inf; -échauffez échauffer ver 3.25 6.76 0.26 0.14 imp:pre:2p;ind:pre:2p; -échauffons échauffer ver 3.25 6.76 0.11 0.00 imp:pre:1p;ind:pre:1p; -échauffourée échauffourée nom f s 0.32 1.35 0.08 0.95 -échauffourées échauffourée nom f p 0.32 1.35 0.24 0.41 -échauffé échauffer ver m s 3.25 6.76 0.43 1.62 par:pas; -échauffée échauffer ver f s 3.25 6.76 0.17 0.61 par:pas; -échauffées échauffer ver f p 3.25 6.76 0.01 0.20 par:pas; -échauffés échauffer ver m p 3.25 6.76 0.06 0.41 par:pas; -échauguette échauguette nom f s 0.00 0.27 0.00 0.07 -échauguettes échauguette nom f p 0.00 0.27 0.00 0.20 -échec échec nom m s 24.31 33.72 15.47 21.76 -échecs échec nom m p 24.31 33.72 8.84 11.96 -échelle échelle nom f s 14.09 31.76 13.46 28.04 -échelles échelle nom f p 14.09 31.76 0.64 3.72 -échelon échelon nom m s 1.48 6.08 0.77 2.91 -échelonnaient échelonner ver 0.13 1.49 0.00 0.14 ind:imp:3p; -échelonnait échelonner ver 0.13 1.49 0.00 0.07 ind:imp:3s; -échelonnant échelonner ver 0.13 1.49 0.00 0.20 par:pre; -échelonne échelonner ver 0.13 1.49 0.00 0.07 ind:pre:3s; -échelonnent échelonner ver 0.13 1.49 0.01 0.14 ind:pre:3p; -échelonner échelonner ver 0.13 1.49 0.04 0.20 inf; -échelonnerons échelonner ver 0.13 1.49 0.00 0.07 ind:fut:1p; -échelonné échelonner ver m s 0.13 1.49 0.07 0.07 par:pas; -échelonnée échelonner ver f s 0.13 1.49 0.00 0.07 par:pas; -échelonnées échelonner ver f p 0.13 1.49 0.01 0.14 par:pas; -échelonnés échelonner ver m p 0.13 1.49 0.01 0.34 par:pas; -échelons échelon nom m p 1.48 6.08 0.71 3.18 -écher écher ver 0.01 0.00 0.01 0.00 inf; -écheveau écheveau nom m s 0.17 3.72 0.15 2.64 -écheveaux écheveau nom m p 0.17 3.72 0.02 1.08 -échevelait écheveler ver 0.03 1.42 0.00 0.27 ind:imp:3s; -échevelant écheveler ver 0.03 1.42 0.00 0.07 par:pre; -écheveler écheveler ver 0.03 1.42 0.00 0.07 inf; -échevellement échevellement nom m s 0.00 0.07 0.00 0.07 -échevelé échevelé adj m s 0.03 3.65 0.01 0.74 -échevelée échevelé adj f s 0.03 3.65 0.01 2.09 -échevelées échevelé adj f p 0.03 3.65 0.00 0.34 -échevelés échevelé adj m p 0.03 3.65 0.01 0.47 -échevin échevin nom m s 0.48 0.34 0.48 0.27 -échevins échevin nom m p 0.48 0.34 0.00 0.07 -échina échiner ver 0.61 1.22 0.01 0.00 ind:pas:3s; -échinaient échiner ver 0.61 1.22 0.01 0.07 ind:imp:3p; -échinais échiner ver 0.61 1.22 0.01 0.07 ind:imp:1s; -échinait échiner ver 0.61 1.22 0.10 0.20 ind:imp:3s; -échinant échiner ver 0.61 1.22 0.00 0.14 par:pre; -échine échine nom f s 1.18 8.85 1.18 8.18 -échinent échiner ver 0.61 1.22 0.02 0.07 ind:pre:3p; -échiner échiner ver 0.61 1.22 0.05 0.27 inf; -échines échiner ver 0.61 1.22 0.01 0.00 ind:pre:2s; -échinodermes échinoderme nom m p 0.01 0.00 0.01 0.00 -échiné échiner ver m s 0.61 1.22 0.16 0.07 par:pas; -échinée échiner ver f s 0.61 1.22 0.02 0.00 par:pas; -échiquier échiquier nom m s 0.75 2.84 0.70 2.77 -échiquiers échiquier nom m p 0.75 2.84 0.05 0.07 -écho écho nom m s 6.65 45.95 5.83 32.50 -échocardiogramme échocardiogramme nom m s 0.07 0.00 0.07 0.00 -échocardiographie échocardiographie nom f s 0.01 0.00 0.01 0.00 -échographie échographie nom f s 1.39 0.07 1.39 0.07 -échographier échographier ver 0.01 0.00 0.01 0.00 inf; -échographiste échographiste nom s 0.01 0.00 0.01 0.00 -échoir échoir ver 0.86 2.16 0.20 0.14 inf; -échoirait échoir ver 0.86 2.16 0.00 0.07 cnd:pre:3s; -échoit échoir ver 0.86 2.16 0.23 0.47 ind:pre:3s; -écholocalisation écholocalisation nom f s 0.05 0.00 0.05 0.00 -écholocation écholocation nom f s 0.01 0.00 0.01 0.00 -échoppe échoppe nom f s 0.20 3.31 0.19 2.03 -échoppes échoppe nom f p 0.20 3.31 0.01 1.28 -échos_radar échos_radar nom m p 0.01 0.00 0.01 0.00 -échos écho nom m p 6.65 45.95 0.82 13.45 -échotier échotier nom m s 0.04 0.61 0.00 0.07 -échotiers échotier nom m p 0.04 0.61 0.03 0.47 -échotière échotier nom f s 0.04 0.61 0.01 0.07 -échoua échouer ver 30.62 20.61 0.19 0.88 ind:pas:3s; -échouage échouage nom m s 0.02 0.34 0.01 0.20 -échouages échouage nom m p 0.02 0.34 0.01 0.14 -échouai échouer ver 30.62 20.61 0.02 0.27 ind:pas:1s; -échouaient échouer ver 30.62 20.61 0.02 0.41 ind:imp:3p; -échouais échouer ver 30.62 20.61 0.07 0.54 ind:imp:1s;ind:imp:2s; -échouait échouer ver 30.62 20.61 0.31 0.68 ind:imp:3s; -échouant échouer ver 30.62 20.61 0.14 0.07 par:pre; -échoue échouer ver 30.62 20.61 4.62 1.49 imp:pre:2s;ind:pre:1s;ind:pre:3s; -échouement échouement nom m s 0.00 0.07 0.00 0.07 -échouent échouer ver 30.62 20.61 0.86 0.47 ind:pre:3p; -échouer échouer ver 30.62 20.61 5.41 3.99 inf; -échouera échouer ver 30.62 20.61 0.51 0.20 ind:fut:3s; -échouerai échouer ver 30.62 20.61 0.33 0.00 ind:fut:1s; -échoueraient échouer ver 30.62 20.61 0.10 0.00 cnd:pre:3p; -échouerais échouer ver 30.62 20.61 0.08 0.00 cnd:pre:1s;cnd:pre:2s; -échouerait échouer ver 30.62 20.61 0.13 0.20 cnd:pre:3s; -échoueras échouer ver 30.62 20.61 0.22 0.00 ind:fut:2s; -échouerez échouer ver 30.62 20.61 0.21 0.00 ind:fut:2p; -échouerons échouer ver 30.62 20.61 0.17 0.00 ind:fut:1p; -échoueront échouer ver 30.62 20.61 0.13 0.07 ind:fut:3p; -échouez échouer ver 30.62 20.61 0.48 0.00 imp:pre:2p;ind:pre:2p; -échouiez échouer ver 30.62 20.61 0.02 0.00 ind:imp:2p; -échouions échouer ver 30.62 20.61 0.02 0.07 ind:imp:1p; -échouâmes échouer ver 30.62 20.61 0.00 0.14 ind:pas:1p; -échouons échouer ver 30.62 20.61 0.38 0.27 ind:pre:1p; -échouât échouer ver 30.62 20.61 0.00 0.07 sub:imp:3s; -échouèrent échouer ver 30.62 20.61 0.02 0.34 ind:pas:3p; -échoué échouer ver m s 30.62 20.61 15.44 7.50 par:pas; -échouée échouer ver f s 30.62 20.61 0.41 1.01 par:pas; -échouées échouer ver f p 30.62 20.61 0.04 0.95 par:pas; -échoués échouer ver m p 30.62 20.61 0.29 1.01 par:pas; -échu échoir ver m s 0.86 2.16 0.29 0.54 par:pas; -échéance échéance nom f s 2.47 6.69 2.13 5.68 -échéances échéance nom f p 2.47 6.69 0.34 1.01 -échéancier échéancier nom m s 0.03 0.14 0.03 0.14 -échéant échéant adj m s 0.47 3.85 0.47 3.85 -échue échoir ver f s 0.86 2.16 0.00 0.47 par:pas; -échues échoir ver f p 0.86 2.16 0.02 0.14 par:pas; -échut échoir ver 0.86 2.16 0.11 0.20 ind:pas:3s; -éclaboussa éclabousser ver 1.98 9.80 0.00 0.34 ind:pas:3s; -éclaboussaient éclabousser ver 1.98 9.80 0.00 0.81 ind:imp:3p; -éclaboussait éclabousser ver 1.98 9.80 0.02 1.76 ind:imp:3s; -éclaboussant éclabousser ver 1.98 9.80 0.02 1.01 par:pre; -éclaboussante éclaboussant adj f s 0.01 0.54 0.00 0.14 -éclaboussantes éclaboussant adj f p 0.01 0.54 0.01 0.07 -éclaboussants éclaboussant adj m p 0.01 0.54 0.00 0.07 -éclabousse éclabousser ver 1.98 9.80 0.54 0.81 imp:pre:2s;ind:pre:1s;ind:pre:3s; -éclaboussement éclaboussement nom m s 0.04 1.01 0.01 0.61 -éclaboussements éclaboussement nom m p 0.04 1.01 0.03 0.41 -éclaboussent éclabousser ver 1.98 9.80 0.05 0.61 ind:pre:3p; -éclabousser éclabousser ver 1.98 9.80 0.48 0.74 inf; -éclaboussera éclabousser ver 1.98 9.80 0.04 0.00 ind:fut:3s; -éclabousses éclabousser ver 1.98 9.80 0.03 0.07 ind:pre:2s; -éclaboussez éclabousser ver 1.98 9.80 0.02 0.00 imp:pre:2p;ind:pre:2p; -éclaboussèrent éclabousser ver 1.98 9.80 0.00 0.14 ind:pas:3p; -éclaboussé éclabousser ver m s 1.98 9.80 0.61 1.49 par:pas; -éclaboussée éclabousser ver f s 1.98 9.80 0.12 1.01 par:pas; -éclaboussées éclabousser ver f p 1.98 9.80 0.03 0.14 par:pas; -éclaboussure éclaboussure nom f s 1.98 3.51 0.59 0.54 -éclaboussures éclaboussure nom f p 1.98 3.51 1.39 2.97 -éclaboussés éclabousser ver m p 1.98 9.80 0.02 0.88 par:pas; -éclair éclair nom m s 11.25 35.00 7.86 21.08 -éclaira éclairer ver 18.03 85.95 0.19 6.62 ind:pas:3s; -éclairage éclairage nom m s 4.34 12.77 3.71 10.74 -éclairages éclairage nom m p 4.34 12.77 0.62 2.03 -éclairagiste éclairagiste nom s 0.14 0.14 0.13 0.07 -éclairagistes éclairagiste nom p 0.14 0.14 0.01 0.07 -éclairai éclairer ver 18.03 85.95 0.00 0.14 ind:pas:1s; -éclairaient éclairer ver 18.03 85.95 0.16 4.39 ind:imp:3p; -éclairais éclairer ver 18.03 85.95 0.00 0.07 ind:imp:1s; -éclairait éclairer ver 18.03 85.95 0.70 14.59 ind:imp:3s; -éclairant éclairer ver 18.03 85.95 0.15 3.24 par:pre; -éclairante éclairant adj f s 0.55 1.08 0.25 0.20 -éclairantes éclairant adj f p 0.55 1.08 0.21 0.47 -éclairants éclairant adj m p 0.55 1.08 0.04 0.00 -éclairci éclaircir ver m s 8.53 13.18 1.14 1.76 par:pas; -éclaircie éclaircir ver f s 8.53 13.18 0.14 1.15 par:pas; -éclaircies éclaircie nom f p 0.11 3.31 0.03 1.35 -éclaircir éclaircir ver 8.53 13.18 4.75 5.34 inf; -éclaircira éclaircir ver 8.53 13.18 0.38 0.34 ind:fut:3s; -éclaircirai éclaircir ver 8.53 13.18 0.19 0.00 ind:fut:1s; -éclaircirait éclaircir ver 8.53 13.18 0.08 0.14 cnd:pre:3s; -éclairciras éclaircir ver 8.53 13.18 0.01 0.00 ind:fut:2s; -éclaircirez éclaircir ver 8.53 13.18 0.01 0.00 ind:fut:2p; -éclaircirons éclaircir ver 8.53 13.18 0.04 0.00 ind:fut:1p; -éclairciront éclaircir ver 8.53 13.18 0.03 0.07 ind:fut:3p; -éclaircis éclaircir ver m p 8.53 13.18 0.14 0.20 imp:pre:2s;ind:pre:1s;ind:pre:2s;par:pas; -éclaircissage éclaircissage nom m s 0.01 0.00 0.01 0.00 -éclaircissaient éclaircir ver 8.53 13.18 0.00 0.47 ind:imp:3p; -éclaircissait éclaircir ver 8.53 13.18 0.03 0.74 ind:imp:3s; -éclaircissant éclaircir ver 8.53 13.18 0.00 0.47 par:pre; -éclaircisse éclaircir ver 8.53 13.18 0.27 0.20 sub:pre:1s;sub:pre:3s; -éclaircissement éclaircissement nom m s 0.94 1.96 0.19 1.15 -éclaircissements éclaircissement nom m p 0.94 1.96 0.75 0.81 -éclaircissent éclaircir ver 8.53 13.18 0.12 0.07 ind:pre:3p; -éclaircissez éclaircir ver 8.53 13.18 0.07 0.00 imp:pre:2p;ind:pre:2p; -éclaircissons éclaircir ver 8.53 13.18 0.02 0.00 imp:pre:1p; -éclaircit éclaircir ver 8.53 13.18 1.10 1.76 ind:pre:3s;ind:pas:3s; -éclaire éclairer ver 18.03 85.95 6.53 12.23 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -éclairement éclairement nom m s 0.14 0.20 0.14 0.20 -éclairent éclairer ver 18.03 85.95 0.23 2.36 ind:pre:3p; -éclairer éclairer ver 18.03 85.95 5.91 12.97 inf;;inf;;inf;; -éclairera éclairer ver 18.03 85.95 0.51 0.34 ind:fut:3s; -éclaireraient éclairer ver 18.03 85.95 0.01 0.07 cnd:pre:3p; -éclairerait éclairer ver 18.03 85.95 0.16 0.20 cnd:pre:3s; -éclaireront éclairer ver 18.03 85.95 0.16 0.20 ind:fut:3p; -éclaires éclairer ver 18.03 85.95 0.21 0.00 ind:pre:2s;sub:pre:2s; -éclaireur éclaireur nom m s 3.59 2.50 1.96 1.42 -éclaireurs éclaireur nom m p 3.59 2.50 1.54 1.01 -éclaireuse éclaireur nom f s 3.59 2.50 0.07 0.00 -éclaireuses éclaireuse nom f p 0.08 0.00 0.08 0.00 -éclairez éclairer ver 18.03 85.95 0.63 0.20 imp:pre:2p;ind:pre:2p; -éclairiez éclairer ver 18.03 85.95 0.01 0.14 ind:imp:2p; -éclairons éclairer ver 18.03 85.95 0.01 0.14 ind:pre:1p; -éclairât éclairer ver 18.03 85.95 0.00 0.14 sub:imp:3s; -éclairs éclair nom m p 11.25 35.00 3.39 13.92 -éclairèrent éclairer ver 18.03 85.95 0.01 0.54 ind:pas:3p; -éclairé éclairé adj m s 3.34 17.64 1.62 6.08 -éclairée éclairé adj f s 3.34 17.64 1.17 6.49 -éclairées éclairé adj f p 3.34 17.64 0.28 3.18 -éclairés éclairer ver m p 18.03 85.95 0.27 3.38 par:pas; -éclampsie éclampsie nom f s 0.10 0.00 0.10 0.00 -éclamptique éclamptique adj s 0.03 0.00 0.03 0.00 -éclat éclat nom m s 14.28 82.77 9.73 50.95 -éclata éclater ver 41.33 100.47 0.55 20.07 ind:pas:3s; -éclatage éclatage nom m s 0.00 0.07 0.00 0.07 -éclatai éclater ver 41.33 100.47 0.00 1.49 ind:pas:1s; -éclataient éclater ver 41.33 100.47 0.14 5.47 ind:imp:3p; -éclatais éclater ver 41.33 100.47 0.12 0.20 ind:imp:1s;ind:imp:2s; -éclatait éclater ver 41.33 100.47 0.39 8.24 ind:imp:3s; -éclatant éclatant adj m s 3.62 20.14 1.42 6.35 -éclatante éclatant adj f s 3.62 20.14 1.88 7.64 -éclatantes éclatant adj f p 3.62 20.14 0.12 3.72 -éclatants éclatant adj m p 3.62 20.14 0.20 2.43 -éclate éclater ver 41.33 100.47 11.69 16.22 imp:pre:2s;ind:pre:1s;ind:pre:3s; -éclatement éclatement nom m s 0.41 7.03 0.40 4.19 -éclatements éclatement nom m p 0.41 7.03 0.01 2.84 -éclatent éclater ver 41.33 100.47 1.38 6.55 ind:pre:3p; -éclater éclater ver 41.33 100.47 15.52 19.59 imp:pre:2p;inf; -éclatera éclater ver 41.33 100.47 0.76 0.34 ind:fut:3s; -éclaterai éclater ver 41.33 100.47 0.18 0.07 ind:fut:1s; -éclateraient éclater ver 41.33 100.47 0.00 0.27 cnd:pre:3p; -éclaterais éclater ver 41.33 100.47 0.27 0.00 cnd:pre:1s;cnd:pre:2s; -éclaterait éclater ver 41.33 100.47 0.18 0.54 cnd:pre:3s; -éclateras éclater ver 41.33 100.47 0.03 0.07 ind:fut:2s; -éclateriez éclater ver 41.33 100.47 0.01 0.00 cnd:pre:2p; -éclateront éclater ver 41.33 100.47 0.07 0.14 ind:fut:3p; -éclates éclater ver 41.33 100.47 0.68 0.07 ind:pre:2s; -éclateurs éclateur nom m p 0.00 0.07 0.00 0.07 -éclatez éclater ver 41.33 100.47 0.90 0.00 imp:pre:2p;ind:pre:2p; -éclatiez éclater ver 41.33 100.47 0.05 0.00 ind:imp:2p; -éclatons éclater ver 41.33 100.47 0.05 0.20 imp:pre:1p;ind:pre:1p; -éclatât éclater ver 41.33 100.47 0.00 0.54 sub:imp:3s; -éclats éclat nom m p 14.28 82.77 4.55 31.82 -éclatèrent éclater ver 41.33 100.47 0.02 3.58 ind:pas:3p; -éclaté éclater ver m s 41.33 100.47 7.19 9.26 par:pas; -éclatée éclater ver f s 41.33 100.47 0.56 0.68 par:pas; -éclatées éclaté adj f p 1.13 3.99 0.02 1.08 -éclatés éclater ver m p 41.33 100.47 0.49 0.34 par:pas; -éclectique éclectique adj s 0.41 0.74 0.36 0.34 -éclectiques éclectique adj p 0.41 0.74 0.04 0.41 -éclectisme éclectisme nom m s 0.05 0.20 0.05 0.20 -éclipsa éclipser ver 2.92 10.07 0.02 1.08 ind:pas:3s; -éclipsai éclipser ver 2.92 10.07 0.00 0.07 ind:pas:1s; -éclipsaient éclipser ver 2.92 10.07 0.01 0.20 ind:imp:3p; -éclipsait éclipser ver 2.92 10.07 0.04 0.74 ind:imp:3s; -éclipsant éclipser ver 2.92 10.07 0.05 0.20 par:pre; -éclipse éclipse nom f s 1.70 2.64 1.60 1.89 -éclipsent éclipser ver 2.92 10.07 0.04 0.14 ind:pre:3p; -éclipser éclipser ver 2.92 10.07 1.50 2.23 inf; -éclipsera éclipser ver 2.92 10.07 0.10 0.07 ind:fut:3s; -éclipserais éclipser ver 2.92 10.07 0.01 0.07 cnd:pre:1s; -éclipserait éclipser ver 2.92 10.07 0.00 0.07 cnd:pre:3s; -éclipses éclipse nom f p 1.70 2.64 0.10 0.74 -éclipsez éclipser ver 2.92 10.07 0.07 0.00 imp:pre:2p;ind:pre:2p; -éclipsions éclipser ver 2.92 10.07 0.01 0.00 ind:imp:1p; -éclipsèrent éclipser ver 2.92 10.07 0.00 0.27 ind:pas:3p; -éclipsé éclipser ver m s 2.92 10.07 0.32 1.28 par:pas; -éclipsée éclipser ver f s 2.92 10.07 0.09 1.01 par:pas; -éclipsées éclipser ver f p 2.92 10.07 0.02 0.07 par:pas; -éclipsés éclipser ver m p 2.92 10.07 0.05 1.01 par:pas; -écliptique écliptique nom m s 0.01 0.14 0.01 0.14 -éclisse éclisse nom f s 0.02 0.47 0.02 0.07 -éclisses éclisse nom f p 0.02 0.47 0.00 0.41 -éclopait écloper ver 0.04 0.27 0.00 0.07 ind:imp:3s; -écloper écloper ver 0.04 0.27 0.03 0.00 inf; -éclopé éclopé nom m s 0.46 1.42 0.17 0.20 -éclopée éclopé adj f s 0.19 0.34 0.14 0.07 -éclopés éclopé nom m p 0.46 1.42 0.26 1.22 -éclore éclore ver 0.83 2.84 0.82 2.84 inf; -éclos éclos adj m 1.03 2.09 0.63 0.74 -éclose éclos adj f s 1.03 2.09 0.28 0.41 -écloses éclos adj f p 1.03 2.09 0.12 0.95 -éclosion éclosion nom f s 0.13 2.16 0.10 1.89 -éclosions éclosion nom f p 0.13 2.16 0.03 0.27 -éclusa écluser ver 0.09 3.11 0.00 0.07 ind:pas:3s; -éclusaient écluser ver 0.09 3.11 0.00 0.20 ind:imp:3p; -éclusais écluser ver 0.09 3.11 0.00 0.14 ind:imp:1s; -éclusait écluser ver 0.09 3.11 0.00 0.27 ind:imp:3s; -éclusant écluser ver 0.09 3.11 0.00 0.20 par:pre; -écluse écluse nom f s 0.60 3.31 0.39 1.69 -éclusent écluser ver 0.09 3.11 0.00 0.14 ind:pre:3p; -écluser écluser ver 0.09 3.11 0.07 0.88 inf; -écluses écluse nom f p 0.60 3.31 0.21 1.62 -éclusier éclusier nom m s 0.01 0.20 0.00 0.14 -éclusiers éclusier nom m p 0.01 0.20 0.01 0.07 -éclusé écluser ver m s 0.09 3.11 0.00 0.54 par:pas; -éclusée écluser ver f s 0.09 3.11 0.00 0.07 par:pas; -éclusées écluser ver f p 0.09 3.11 0.00 0.07 par:pas; -écoeura écoeurer ver 1.56 9.66 0.00 0.14 ind:pas:3s; -écoeuraient écoeurer ver 1.56 9.66 0.00 0.41 ind:imp:3p; -écoeurais écoeurer ver 1.56 9.66 0.00 0.14 ind:imp:1s; -écoeurait écoeurer ver 1.56 9.66 0.01 1.28 ind:imp:3s; -écoeurant écoeurant adj m s 2.02 7.23 1.64 2.30 -écoeurante écoeurant adj f s 2.02 7.23 0.16 3.99 -écoeurantes écoeurant adj f p 2.02 7.23 0.05 0.47 -écoeurants écoeurant adj m p 2.02 7.23 0.18 0.47 -écoeure écoeurer ver 1.56 9.66 0.66 1.22 imp:pre:2s;ind:pre:1s;ind:pre:3s; -écoeurement écoeurement nom m s 0.14 3.18 0.14 3.11 -écoeurements écoeurement nom m p 0.14 3.18 0.00 0.07 -écoeurent écoeurer ver 1.56 9.66 0.04 0.20 ind:pre:3p; -écoeurer écoeurer ver 1.56 9.66 0.17 0.81 inf; -écoeurerais écoeurer ver 1.56 9.66 0.00 0.07 cnd:pre:1s; -écoeurez écoeurer ver 1.56 9.66 0.24 0.00 imp:pre:2p;ind:pre:2p; -écoeurèrent écoeurer ver 1.56 9.66 0.00 0.14 ind:pas:3p; -écoeuré écoeuré adj m s 0.33 3.72 0.30 2.64 -écoeurée écoeurer ver f s 1.56 9.66 0.13 1.22 par:pas; -écoeurées écoeurer ver f p 1.56 9.66 0.00 0.07 par:pas; -écoeurés écoeuré adj m p 0.33 3.72 0.01 0.27 -écoinçon écoinçon nom m s 0.00 0.07 0.00 0.07 -école école nom f s 206.88 143.99 197.04 128.51 -écoles école nom f p 206.88 143.99 9.84 15.47 -écolier écolier nom m s 3.00 21.22 0.79 10.54 -écoliers écolier nom m p 3.00 21.22 1.11 5.81 -écolière écolier nom f s 3.00 21.22 1.11 3.85 -écolières écolière nom f p 0.32 0.00 0.32 0.00 -écolo écolo nom s 0.80 0.74 0.40 0.47 -écologie écologie nom f s 0.41 0.20 0.41 0.20 -écologique écologique adj s 1.79 0.88 1.59 0.74 -écologiquement écologiquement adv 0.01 0.00 0.01 0.00 -écologiques écologique adj p 1.79 0.88 0.20 0.14 -écologiste écologiste adj s 0.61 0.20 0.49 0.07 -écologistes écologiste nom p 0.50 0.20 0.25 0.20 -écolos écolo nom p 0.80 0.74 0.40 0.27 -éconduira éconduire ver 0.66 1.82 0.01 0.00 ind:fut:3s; -éconduire éconduire ver 0.66 1.82 0.03 0.61 inf; -éconduis éconduire ver 0.66 1.82 0.01 0.00 imp:pre:2s; -éconduisirent éconduire ver 0.66 1.82 0.00 0.07 ind:pas:3p; -éconduisit éconduire ver 0.66 1.82 0.00 0.07 ind:pas:3s; -éconduit éconduire ver m s 0.66 1.82 0.54 0.88 ind:pre:3s;par:pas; -éconduite éconduire ver f s 0.66 1.82 0.03 0.14 par:pas; -éconduits éconduire ver m p 0.66 1.82 0.04 0.07 par:pas; -éconocroques éconocroques nom f p 0.00 0.74 0.00 0.74 -économat économat nom m s 0.03 0.54 0.03 0.54 -économe économe nom s 0.51 0.74 0.47 0.61 -économes économe adj p 0.52 2.30 0.21 0.54 -économie économie nom f s 16.97 23.78 9.20 15.74 -économies économie nom f p 16.97 23.78 7.77 8.04 -économique économique adj s 8.27 20.81 6.09 14.53 -économiquement économiquement adv 0.72 0.95 0.72 0.95 -économiques économique adj p 8.27 20.81 2.19 6.28 -économisaient économiser ver 12.50 6.62 0.02 0.14 ind:imp:3p; -économisais économiser ver 12.50 6.62 0.13 0.07 ind:imp:1s;ind:imp:2s; -économisait économiser ver 12.50 6.62 0.07 0.34 ind:imp:3s; -économisant économiser ver 12.50 6.62 0.10 0.41 par:pre; -économise économiser ver 12.50 6.62 3.15 0.47 imp:pre:2s;ind:pre:1s;ind:pre:3s; -économisent économiser ver 12.50 6.62 0.18 0.07 ind:pre:3p; -économiser économiser ver 12.50 6.62 5.73 3.58 inf; -économisera économiser ver 12.50 6.62 0.36 0.14 ind:fut:3s; -économiserai économiser ver 12.50 6.62 0.12 0.00 ind:fut:1s; -économiserais économiser ver 12.50 6.62 0.14 0.07 cnd:pre:1s;cnd:pre:2s; -économiserait économiser ver 12.50 6.62 0.31 0.14 cnd:pre:3s; -économiserez économiser ver 12.50 6.62 0.07 0.07 ind:fut:2p; -économiserons économiser ver 12.50 6.62 0.02 0.00 ind:fut:1p; -économiseront économiser ver 12.50 6.62 0.01 0.00 ind:fut:3p; -économiseur économiseur nom m s 0.06 0.07 0.06 0.00 -économiseurs économiseur nom m p 0.06 0.07 0.00 0.07 -économisez économiser ver 12.50 6.62 0.37 0.14 imp:pre:2p;ind:pre:2p; -économisme économisme nom m s 0.00 0.07 0.00 0.07 -économisons économiser ver 12.50 6.62 0.06 0.00 imp:pre:1p;ind:pre:1p; -économiste économiste nom s 0.55 0.47 0.41 0.34 -économistes économiste nom p 0.55 0.47 0.14 0.14 -économisé économiser ver m s 12.50 6.62 1.62 0.41 par:pas; -économisée économiser ver f s 12.50 6.62 0.01 0.14 par:pas; -économisées économiser ver f p 12.50 6.62 0.00 0.20 par:pas; -économisés économiser ver m p 12.50 6.62 0.04 0.27 par:pas; -écopa écoper ver 2.47 2.57 0.02 0.20 ind:pas:3s; -écopai écoper ver 2.47 2.57 0.00 0.07 ind:pas:1s; -écopais écoper ver 2.47 2.57 0.01 0.07 ind:imp:1s; -écopait écoper ver 2.47 2.57 0.01 0.27 ind:imp:3s; -écope écoper ver 2.47 2.57 0.34 0.14 ind:pre:1s;ind:pre:3s; -écopent écoper ver 2.47 2.57 0.03 0.00 ind:pre:3p; -écoper écoper ver 2.47 2.57 0.72 0.61 inf; -écopera écoper ver 2.47 2.57 0.23 0.00 ind:fut:3s; -écoperai écoper ver 2.47 2.57 0.03 0.07 ind:fut:1s; -écoperait écoper ver 2.47 2.57 0.00 0.07 cnd:pre:3s; -écoperas écoper ver 2.47 2.57 0.14 0.00 ind:fut:2s; -écoperches écoperche nom f p 0.00 0.07 0.00 0.07 -écoperez écoper ver 2.47 2.57 0.04 0.00 ind:fut:2p; -écoperont écoper ver 2.47 2.57 0.01 0.07 ind:fut:3p; -écopes écoper ver 2.47 2.57 0.04 0.00 ind:pre:2s; -écopez écoper ver 2.47 2.57 0.04 0.07 imp:pre:2p;ind:pre:2p; -écopiez écoper ver 2.47 2.57 0.01 0.07 ind:imp:2p; -écopons écoper ver 2.47 2.57 0.00 0.07 ind:pre:1p; -écopé écoper ver m s 2.47 2.57 0.79 0.74 par:pas; -écopée écoper ver f s 2.47 2.57 0.00 0.07 par:pas; -écorce écorce nom f s 1.90 11.76 1.83 9.39 -écorcer écorcer ver 0.17 0.20 0.01 0.07 inf; -écorces écorce nom f p 1.90 11.76 0.07 2.36 -écorcha écorcher ver 4.02 7.03 0.00 0.41 ind:pas:3s; -écorchage écorchage nom m s 0.01 0.00 0.01 0.00 -écorchaient écorcher ver 4.02 7.03 0.02 0.47 ind:imp:3p; -écorchais écorcher ver 4.02 7.03 0.01 0.14 ind:imp:1s; -écorchait écorcher ver 4.02 7.03 0.11 0.95 ind:imp:3s; -écorchant écorcher ver 4.02 7.03 0.11 0.54 par:pre; -écorche écorcher ver 4.02 7.03 0.53 1.01 imp:pre:2s;ind:pre:1s;ind:pre:3s; -écorchement écorchement nom m s 0.04 0.07 0.04 0.07 -écorchent écorcher ver 4.02 7.03 0.16 0.34 ind:pre:3p; -écorcher écorcher ver 4.02 7.03 1.20 1.28 inf; -écorchera écorcher ver 4.02 7.03 0.16 0.00 ind:fut:3s; -écorcherai écorcher ver 4.02 7.03 0.17 0.00 ind:fut:1s; -écorcherais écorcher ver 4.02 7.03 0.11 0.00 cnd:pre:1s; -écorcherait écorcher ver 4.02 7.03 0.07 0.14 cnd:pre:3s; -écorcherie écorcherie nom f s 0.10 0.07 0.10 0.07 -écorcheront écorcher ver 4.02 7.03 0.01 0.00 ind:fut:3p; -écorcheur écorcheur nom m s 0.06 0.27 0.03 0.07 -écorcheurs écorcheur nom m p 0.06 0.27 0.03 0.20 -écorchez écorcher ver 4.02 7.03 0.02 0.14 imp:pre:2p;ind:pre:2p; -écorchiez écorcher ver 4.02 7.03 0.00 0.07 ind:imp:2p; -écorchions écorcher ver 4.02 7.03 0.00 0.07 ind:imp:1p; -écorché écorcher ver m s 4.02 7.03 1.07 0.74 par:pas; -écorchée écorcher ver f s 4.02 7.03 0.25 0.27 par:pas; -écorchées écorché adj f p 0.61 3.58 0.11 0.27 -écorchure écorchure nom f s 1.02 1.55 0.61 0.81 -écorchures écorchure nom f p 1.02 1.55 0.41 0.74 -écorchés écorché adj m p 0.61 3.58 0.11 1.35 -écorcé écorcé adj m s 0.00 0.54 0.00 0.20 -écorcés écorcé adj m p 0.00 0.54 0.00 0.34 -écornait écorner ver 0.03 0.81 0.00 0.07 ind:imp:3s; -écornent écorner ver 0.03 0.81 0.00 0.07 ind:pre:3p; -écorner écorner ver 0.03 0.81 0.00 0.20 inf; -écornifler écornifler ver 0.00 0.07 0.00 0.07 inf; -écorné écorné adj m s 0.19 0.74 0.03 0.34 -écornée écorné adj f s 0.19 0.74 0.14 0.07 -écornées écorné adj f p 0.19 0.74 0.01 0.20 -écornés écorné adj m p 0.19 0.74 0.02 0.14 -écosphère écosphère nom f s 0.01 0.00 0.01 0.00 -écossa écosser ver 0.70 5.95 0.00 0.07 ind:pas:3s; -écossaient écosser ver 0.70 5.95 0.00 0.20 ind:imp:3p; -écossais écossais adj m 2.57 6.55 1.53 2.57 -écossaise écossais adj f s 2.57 6.55 0.89 3.18 -écossaises écossais adj f p 2.57 6.55 0.16 0.81 -écossait écosser ver 0.70 5.95 0.00 0.20 ind:imp:3s; -écossant écosser ver 0.70 5.95 0.00 0.07 par:pre; -écosse écosser ver 0.70 5.95 0.67 4.19 imp:pre:2s;ind:pre:3s; -écossent écosser ver 0.70 5.95 0.03 0.07 ind:pre:3p; -écosser écosser ver 0.70 5.95 0.00 0.95 inf; -écossé écosser ver m s 0.70 5.95 0.00 0.07 par:pas; -écossés écosser ver m p 0.70 5.95 0.00 0.07 par:pas; -écosystème écosystème nom m s 0.63 0.00 0.59 0.00 -écosystèmes écosystème nom m p 0.63 0.00 0.04 0.00 -écot écot nom m s 0.48 0.95 0.48 0.95 -écotone écotone nom m s 0.01 0.00 0.01 0.00 -écoula écouler ver 9.01 26.62 0.23 2.16 ind:pas:3s; -écoulaient écouler ver 9.01 26.62 0.08 1.35 ind:imp:3p; -écoulait écouler ver 9.01 26.62 0.30 3.18 ind:imp:3s; -écoulant écouler ver 9.01 26.62 0.15 0.47 par:pre; -écoule écouler ver 9.01 26.62 1.92 3.65 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -écoulement écoulement nom m s 0.79 4.46 0.77 4.12 -écoulements écoulement nom m p 0.79 4.46 0.02 0.34 -écoulent écouler ver 9.01 26.62 0.52 1.42 ind:pre:3p; -écouler écouler ver 9.01 26.62 1.09 4.93 inf; -écoulera écouler ver 9.01 26.62 0.22 0.07 ind:fut:3s; -écouleraient écouler ver 9.01 26.62 0.03 0.20 cnd:pre:3p; -écoulerait écouler ver 9.01 26.62 0.01 0.47 cnd:pre:3s; -écouleront écouler ver 9.01 26.62 0.01 0.00 ind:fut:3p; -écoulât écouler ver 9.01 26.62 0.00 0.14 sub:imp:3s; -écoulèrent écouler ver 9.01 26.62 0.04 1.89 ind:pas:3p; -écoulé écouler ver m s 9.01 26.62 3.06 2.16 par:pas; -écoulée écoulé adj f s 1.10 2.97 0.27 1.08 -écoulées écouler ver f p 9.01 26.62 0.69 1.62 par:pas; -écoulés écouler ver m p 9.01 26.62 0.44 1.82 par:pas; -écourta écourter ver 1.54 2.09 0.00 0.20 ind:pas:3s; -écourtaient écourter ver 1.54 2.09 0.00 0.07 ind:imp:3p; -écourtais écourter ver 1.54 2.09 0.01 0.14 ind:imp:1s; -écourtant écourter ver 1.54 2.09 0.00 0.07 par:pre; -écourte écourter ver 1.54 2.09 0.06 0.20 ind:pre:1s;ind:pre:3s; -écourter écourter ver 1.54 2.09 0.91 0.81 inf; -écourtera écourter ver 1.54 2.09 0.03 0.00 ind:fut:3s; -écourteraient écourter ver 1.54 2.09 0.00 0.07 cnd:pre:3p; -écourté écourter ver m s 1.54 2.09 0.38 0.27 par:pas; -écourtée écourter ver f s 1.54 2.09 0.05 0.14 par:pas; -écourtées écourté adj f p 0.04 0.34 0.01 0.07 -écourtés écourter ver m p 1.54 2.09 0.11 0.07 par:pas; -écouta écouter ver 470.93 314.05 0.06 14.53 ind:pas:3s; -écoutai écouter ver 470.93 314.05 0.17 2.36 ind:pas:1s; -écoutaient écouter ver 470.93 314.05 1.21 7.30 ind:imp:3p; -écoutais écouter ver 470.93 314.05 5.74 16.62 ind:imp:1s;ind:imp:2s; -écoutait écouter ver 470.93 314.05 4.65 45.61 ind:imp:3s; -écoutant écouter ver 470.93 314.05 3.00 22.16 par:pre; -écoute écouter ver 470.93 314.05 214.67 83.58 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:1s;sub:pre:3s; -écoutent écouter ver 470.93 314.05 6.05 5.00 ind:pre:3p; -écouter écouter ver 470.93 314.05 73.13 56.15 ind:pre:2p;inf; -écoutera écouter ver 470.93 314.05 4.14 0.81 ind:fut:3s; -écouterai écouter ver 470.93 314.05 1.89 0.54 ind:fut:1s; -écouteraient écouter ver 470.93 314.05 0.14 0.14 cnd:pre:3p; -écouterais écouter ver 470.93 314.05 0.55 0.41 cnd:pre:1s;cnd:pre:2s; -écouterait écouter ver 470.93 314.05 0.96 0.47 cnd:pre:3s; -écouteras écouter ver 470.93 314.05 1.06 0.27 ind:fut:2s; -écouterez écouter ver 470.93 314.05 0.24 0.07 ind:fut:2p; -écouteriez écouter ver 470.93 314.05 0.15 0.00 cnd:pre:2p; -écouterons écouter ver 470.93 314.05 0.69 0.20 ind:fut:1p; -écouteront écouter ver 470.93 314.05 1.36 0.34 ind:fut:3p; -écoutes écouter ver 470.93 314.05 26.59 4.19 ind:pre:2s;sub:pre:2s; -écouteur écouteur nom m s 1.34 4.19 0.37 3.65 -écouteurs écouteur nom m p 1.34 4.19 0.97 0.47 -écouteuse écouteur nom f s 1.34 4.19 0.00 0.07 -écoutez écouter ver 470.93 314.05 92.46 24.80 imp:pre:2p;ind:pre:2p; -écoutiez écouter ver 470.93 314.05 2.20 0.20 ind:imp:2p;sub:pre:2p; -écoutille écoutille nom f s 2.22 0.88 1.79 0.47 -écoutilles écoutille nom f p 2.22 0.88 0.43 0.41 -écoutions écouter ver 470.93 314.05 0.18 2.84 ind:imp:1p; -écoutâmes écouter ver 470.93 314.05 0.00 0.14 ind:pas:1p; -écoutons écouter ver 470.93 314.05 3.95 2.30 imp:pre:1p;ind:pre:1p; -écoutât écouter ver 470.93 314.05 0.00 0.54 sub:imp:3s; -écoutèrent écouter ver 470.93 314.05 0.03 1.76 ind:pas:3p; -écouté écouter ver m s 470.93 314.05 21.06 16.01 par:pas; -écoutée écouter ver f s 470.93 314.05 3.45 3.11 par:pas; -écoutées écouter ver f p 470.93 314.05 0.27 0.68 par:pas; -écoutés écouter ver m p 470.93 314.05 0.88 0.95 par:pas; -écouvillon écouvillon nom m s 0.26 0.20 0.01 0.20 -écouvillonne écouvillonner ver 0.00 0.07 0.00 0.07 ind:pre:3s; -écouvillons écouvillon nom m p 0.26 0.20 0.25 0.00 -écrabouilla écrabouiller ver 2.22 2.91 0.00 0.07 ind:pas:3s; -écrabouillage écrabouillage nom m s 0.01 0.14 0.01 0.14 -écrabouillait écrabouiller ver 2.22 2.91 0.00 0.07 ind:imp:3s; -écrabouillant écrabouiller ver 2.22 2.91 0.00 0.14 par:pre; -écrabouille écrabouiller ver 2.22 2.91 0.30 0.27 imp:pre:2s;ind:pre:1s;ind:pre:3s; -écrabouillement écrabouillement nom m s 0.00 0.27 0.00 0.20 -écrabouillements écrabouillement nom m p 0.00 0.27 0.00 0.07 -écrabouiller écrabouiller ver 2.22 2.91 0.86 0.74 inf; -écrabouillera écrabouiller ver 2.22 2.91 0.03 0.00 ind:fut:3s; -écrabouillons écrabouiller ver 2.22 2.91 0.00 0.07 ind:pre:1p; -écrabouillèrent écrabouiller ver 2.22 2.91 0.00 0.07 ind:pas:3p; -écrabouillé écrabouiller ver m s 2.22 2.91 0.72 0.68 par:pas; -écrabouillée écrabouiller ver f s 2.22 2.91 0.24 0.41 par:pas; -écrabouillées écrabouiller ver f p 2.22 2.91 0.01 0.07 par:pas; -écrabouillés écrabouiller ver m p 2.22 2.91 0.07 0.34 par:pas; -écran écran nom m s 23.68 23.31 19.78 21.15 -écrans écran nom m p 23.68 23.31 3.91 2.16 -écrasa écraser ver 54.42 90.81 0.07 5.74 ind:pas:3s; -écrasage écrasage nom m s 0.00 0.07 0.00 0.07 -écrasai écraser ver 54.42 90.81 0.00 0.68 ind:pas:1s; -écrasaient écraser ver 54.42 90.81 0.06 3.65 ind:imp:3p; -écrasais écraser ver 54.42 90.81 0.23 1.01 ind:imp:1s;ind:imp:2s; -écrasait écraser ver 54.42 90.81 0.46 8.51 ind:imp:3s; -écrasant écraser ver 54.42 90.81 0.47 5.34 par:pre; -écrasante écrasant adj f s 0.96 7.03 0.52 3.24 -écrasantes écrasant adj f p 0.96 7.03 0.04 0.47 -écrasants écrasant adj m p 0.96 7.03 0.00 0.34 -écrase_merde écrase_merde nom m s 0.00 0.41 0.00 0.20 -écrase_merde écrase_merde nom m p 0.00 0.41 0.00 0.20 -écrase écraser ver 54.42 90.81 11.11 13.58 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -écrasement écrasement nom m s 0.19 3.72 0.14 3.51 -écrasements écrasement nom m p 0.19 3.72 0.04 0.20 -écrasent écraser ver 54.42 90.81 0.78 2.16 ind:pre:3p; -écraser écraser ver 54.42 90.81 16.75 20.47 inf; -écrasera écraser ver 54.42 90.81 0.73 0.74 ind:fut:3s; -écraserai écraser ver 54.42 90.81 1.17 0.20 ind:fut:1s; -écraseraient écraser ver 54.42 90.81 0.16 0.34 cnd:pre:3p; -écraserais écraser ver 54.42 90.81 0.39 0.20 cnd:pre:1s;cnd:pre:2s; -écraserait écraser ver 54.42 90.81 0.53 0.47 cnd:pre:3s; -écraseras écraser ver 54.42 90.81 0.02 0.14 ind:fut:2s; -écraserez écraser ver 54.42 90.81 0.05 0.00 ind:fut:2p; -écraserons écraser ver 54.42 90.81 0.47 0.00 ind:fut:1p; -écraseront écraser ver 54.42 90.81 0.33 0.14 ind:fut:3p; -écrases écraser ver 54.42 90.81 1.79 0.20 ind:pre:2s; -écraseur écraseur nom m s 0.19 0.07 0.19 0.07 -écrasez écraser ver 54.42 90.81 2.15 0.20 imp:pre:2p;ind:pre:2p; -écrasiez écraser ver 54.42 90.81 0.03 0.07 ind:imp:2p; -écrasions écraser ver 54.42 90.81 0.00 0.34 ind:imp:1p; -écrasons écraser ver 54.42 90.81 0.26 0.07 imp:pre:1p;ind:pre:1p; -écrasât écraser ver 54.42 90.81 0.00 0.14 sub:imp:3s; -écrasèrent écraser ver 54.42 90.81 0.02 0.61 ind:pas:3p; -écrasé écraser ver m s 54.42 90.81 10.97 13.24 par:pas; -écrasée écraser ver f s 54.42 90.81 2.48 6.22 par:pas; -écrasées écraser ver f p 54.42 90.81 0.31 1.96 par:pas; -écrasure écrasure nom f s 0.00 0.07 0.00 0.07 -écrasés écraser ver m p 54.42 90.81 2.66 4.39 par:pas; -écrevisse écrevisse nom f s 1.06 5.47 0.54 1.62 -écrevisses écrevisse nom f p 1.06 5.47 0.52 3.85 -écria écrier ver 1.75 47.43 0.35 25.68 ind:pas:3s; -écriai écrier ver 1.75 47.43 0.00 2.70 ind:pas:1s; -écriaient écrier ver 1.75 47.43 0.01 0.07 ind:imp:3p; -écriais écrier ver 1.75 47.43 0.01 0.14 ind:imp:1s; -écriait écrier ver 1.75 47.43 0.02 2.97 ind:imp:3s; -écriant écrier ver 1.75 47.43 0.00 0.95 par:pre; -écrie écrier ver 1.75 47.43 0.47 8.24 ind:pre:1s;ind:pre:3s; -écrient écrier ver 1.75 47.43 0.06 0.61 ind:pre:3p; -écrier écrier ver 1.75 47.43 0.30 1.76 inf; -écriera écrier ver 1.75 47.43 0.00 0.14 ind:fut:3s; -écrierait écrier ver 1.75 47.43 0.01 0.07 cnd:pre:3s; -écries écrier ver 1.75 47.43 0.00 0.07 ind:pre:2s; -écrin écrin nom m s 0.37 3.78 0.36 3.38 -écrins écrin nom m p 0.37 3.78 0.01 0.41 -écrions écrier ver 1.75 47.43 0.00 0.07 ind:pre:1p; -écriât écrier ver 1.75 47.43 0.00 0.20 sub:imp:3s; -écrira écrire ver 305.92 341.82 1.77 1.69 ind:fut:3s; -écrirai écrire ver 305.92 341.82 6.40 4.05 ind:fut:1s; -écriraient écrire ver 305.92 341.82 0.11 0.34 cnd:pre:3p; -écrirais écrire ver 305.92 341.82 0.83 1.82 cnd:pre:1s;cnd:pre:2s; -écrirait écrire ver 305.92 341.82 0.83 2.43 cnd:pre:3s; -écriras écrire ver 305.92 341.82 1.67 1.01 ind:fut:2s; -écrire écrire ver 305.92 341.82 84.14 116.15 inf; -écrirez écrire ver 305.92 341.82 0.42 0.41 ind:fut:2p; -écririez écrire ver 305.92 341.82 0.04 0.00 cnd:pre:2p; -écrirons écrire ver 305.92 341.82 0.21 0.00 ind:fut:1p; -écriront écrire ver 305.92 341.82 0.09 0.20 ind:fut:3p; -écris écrire ver 305.92 341.82 38.24 24.80 imp:pre:2s;ind:pre:1s;ind:pre:2s; -écrit écrire ver m s 305.92 341.82 128.35 95.07 ind:pre:3s;par:pas; -écrite écrire ver f s 305.92 341.82 7.51 6.35 par:pas; -écriteau écriteau nom m s 2.25 3.65 2.20 3.04 -écriteaux écriteau nom m p 2.25 3.65 0.06 0.61 -écrites écrire ver f p 305.92 341.82 2.00 4.53 par:pas; -écrièrent écrier ver 1.75 47.43 0.12 0.41 ind:pas:3p; -écritoire écritoire nom f s 0.41 2.09 0.40 1.82 -écritoires écritoire nom f p 0.41 2.09 0.01 0.27 -écrits écrire ver m p 305.92 341.82 2.96 5.07 par:pas; -écriture écriture nom f s 13.65 36.35 11.99 32.03 -écritures écriture nom f p 13.65 36.35 1.66 4.32 -écrié écrier ver m s 1.75 47.43 0.36 2.50 par:pas; -écriée écrier ver f s 1.75 47.43 0.03 0.74 par:pas; -écriés écrier ver m p 1.75 47.43 0.00 0.14 par:pas; -écrivîmes écrire ver 305.92 341.82 0.00 0.07 ind:pas:1p; -écrivît écrire ver 305.92 341.82 0.00 0.34 sub:imp:3s; -écrivaient écrire ver 305.92 341.82 0.26 2.36 ind:imp:3p; -écrivailler écrivailler ver 0.00 0.14 0.00 0.07 inf; -écrivailleur écrivailleur nom m s 0.01 0.00 0.01 0.00 -écrivaillon écrivaillon nom m s 0.03 0.27 0.03 0.14 -écrivaillons écrivaillon nom m p 0.03 0.27 0.00 0.14 -écrivaillé écrivailler ver m s 0.00 0.14 0.00 0.07 par:pas; -écrivain écrivain nom m s 24.57 48.99 20.70 32.43 -écrivaine écrivain nom f s 24.57 48.99 0.06 0.20 -écrivaines écrivain nom f p 24.57 48.99 0.00 0.14 -écrivains écrivain nom m p 24.57 48.99 3.81 16.22 -écrivais écrire ver 305.92 341.82 5.20 9.12 ind:imp:1s;ind:imp:2s; -écrivait écrire ver 305.92 341.82 6.04 25.68 ind:imp:3s; -écrivant écrire ver 305.92 341.82 1.34 6.42 par:pre; -écrivassiers écrivassier nom m p 0.00 0.14 0.00 0.14 -écrive écrire ver 305.92 341.82 2.67 3.11 sub:pre:1s;sub:pre:3s; -écrivent écrire ver 305.92 341.82 2.46 6.01 ind:pre:3p; -écrives écrire ver 305.92 341.82 0.82 0.27 sub:pre:2s; -écriveur écriveur nom m s 0.14 0.00 0.14 0.00 -écrivez écrire ver 305.92 341.82 9.04 5.20 imp:pre:2p;ind:pre:2p; -écriviez écrire ver 305.92 341.82 0.97 0.41 ind:imp:2p; -écrivions écrire ver 305.92 341.82 0.10 0.61 ind:imp:1p; -écrivirent écrire ver 305.92 341.82 0.02 0.20 ind:pas:3p; -écrivis écrire ver 305.92 341.82 0.07 4.66 ind:pas:1s; -écrivisse écrire ver 305.92 341.82 0.00 0.20 sub:imp:1s; -écrivit écrire ver 305.92 341.82 1.00 12.36 ind:pas:3s; -écrivons écrire ver 305.92 341.82 0.37 0.88 imp:pre:1p;ind:pre:1p; -écrou écrou nom m s 0.72 3.24 0.34 2.43 -écrouelles écrouelles nom f p 0.00 0.07 0.00 0.07 -écrouer écrouer ver 0.54 0.34 0.19 0.14 inf; -écroueront écrouer ver 0.54 0.34 0.00 0.07 ind:fut:3p; -écroula écrouler ver 13.98 36.08 0.19 4.32 ind:pas:3s; -écroulai écrouler ver 13.98 36.08 0.00 0.34 ind:pas:1s; -écroulaient écrouler ver 13.98 36.08 0.22 1.49 ind:imp:3p; -écroulais écrouler ver 13.98 36.08 0.01 0.41 ind:imp:1s; -écroulait écrouler ver 13.98 36.08 0.33 3.65 ind:imp:3s; -écroulant écrouler ver 13.98 36.08 0.02 0.81 par:pre; -écroule écrouler ver 13.98 36.08 4.47 6.35 imp:pre:2s;ind:pre:1s;ind:pre:3s; -écroulement écroulement nom m s 0.32 5.07 0.32 4.39 -écroulements écroulement nom m p 0.32 5.07 0.00 0.68 -écroulent écrouler ver 13.98 36.08 0.60 1.49 ind:pre:3p; -écrouler écrouler ver 13.98 36.08 3.42 6.49 inf; -écroulera écrouler ver 13.98 36.08 0.53 0.20 ind:fut:3s; -écroulerai écrouler ver 13.98 36.08 0.02 0.00 ind:fut:1s; -écrouleraient écrouler ver 13.98 36.08 0.01 0.14 cnd:pre:3p; -écroulerais écrouler ver 13.98 36.08 0.05 0.07 cnd:pre:1s; -écroulerait écrouler ver 13.98 36.08 0.28 0.34 cnd:pre:3s; -écrouleras écrouler ver 13.98 36.08 0.13 0.07 ind:fut:2s; -écroulerions écrouler ver 13.98 36.08 0.01 0.00 cnd:pre:1p; -écrouleront écrouler ver 13.98 36.08 0.05 0.07 ind:fut:3p; -écroulions écrouler ver 13.98 36.08 0.00 0.07 ind:imp:1p; -écroulons écrouler ver 13.98 36.08 0.02 0.07 ind:pre:1p; -écroulât écrouler ver 13.98 36.08 0.00 0.27 sub:imp:3s; -écroulèrent écrouler ver 13.98 36.08 0.01 0.34 ind:pas:3p; -écroulé écrouler ver m s 13.98 36.08 2.47 5.00 par:pas; -écroulée écrouler ver f s 13.98 36.08 0.70 1.82 par:pas; -écroulées écrouler ver f p 13.98 36.08 0.12 0.74 par:pas; -écroulés écrouler ver m p 13.98 36.08 0.29 1.55 par:pas; -écrous écrou nom m p 0.72 3.24 0.39 0.81 -écroué écrouer ver m s 0.54 0.34 0.32 0.07 par:pas; -écrouée écrouer ver f s 0.54 0.34 0.03 0.07 par:pas; -écrème écrémer ver 0.70 0.34 0.04 0.14 ind:pre:1s;ind:pre:3s; -écru écru adj m s 0.07 1.08 0.06 0.34 -écrue écru adj f s 0.07 1.08 0.01 0.74 -écrémage écrémage nom m s 0.03 0.07 0.03 0.07 -écrémer écrémer ver 0.70 0.34 0.08 0.07 inf; -écrémeuse écrémeur nom f s 0.00 0.07 0.00 0.07 -écrémé écrémer ver m s 0.70 0.34 0.58 0.07 par:pas; -écrémées écrémer ver f p 0.70 0.34 0.00 0.07 par:pas; -écrêtait écrêter ver 0.00 0.20 0.00 0.07 ind:imp:3s; -écrêter écrêter ver 0.00 0.20 0.00 0.07 inf; -écrêtée écrêter ver f s 0.00 0.20 0.00 0.07 par:pas; -écu écu nom m s 1.75 4.59 0.65 1.49 -écubier écubier nom m s 0.00 0.20 0.00 0.20 -écueil écueil nom m s 0.26 2.09 0.18 0.88 -écueils écueil nom m p 0.26 2.09 0.08 1.22 -écuelle écuelle nom f s 1.09 2.97 0.98 2.36 -écuelles écuelle nom f p 1.09 2.97 0.11 0.61 -écuellée écuellée nom f s 0.00 0.14 0.00 0.07 -écuellées écuellée nom f p 0.00 0.14 0.00 0.07 -écuissé écuisser ver m s 0.00 0.14 0.00 0.07 par:pas; -écuissées écuisser ver f p 0.00 0.14 0.00 0.07 par:pas; -éculer éculer ver 0.23 0.54 0.00 0.07 inf; -éculé éculé adj m s 0.19 1.55 0.14 0.14 -éculée éculé adj f s 0.19 1.55 0.01 0.20 -éculées éculé adj f p 0.19 1.55 0.01 0.81 -éculés éculer ver m p 0.23 0.54 0.10 0.27 par:pas; -écuma écumer ver 0.94 3.92 0.00 0.07 ind:pas:3s; -écumai écumer ver 0.94 3.92 0.00 0.07 ind:pas:1s; -écumaient écumer ver 0.94 3.92 0.02 0.34 ind:imp:3p; -écumais écumer ver 0.94 3.92 0.02 0.14 ind:imp:1s; -écumait écumer ver 0.94 3.92 0.01 0.61 ind:imp:3s; -écumant écumer ver 0.94 3.92 0.01 0.68 par:pre; -écumante écumant adj f s 0.03 0.95 0.01 0.34 -écumantes écumant adj f p 0.03 0.95 0.00 0.20 -écumants écumant adj m p 0.03 0.95 0.01 0.20 -écume écume nom f s 2.31 16.15 2.31 16.08 -écument écumer ver 0.94 3.92 0.04 0.20 ind:pre:3p; -écumer écumer ver 0.94 3.92 0.31 0.61 inf; -écumera écumer ver 0.94 3.92 0.01 0.00 ind:fut:3s; -écumeront écumer ver 0.94 3.92 0.01 0.00 ind:fut:3p; -écumes écume nom f p 2.31 16.15 0.00 0.07 -écumeur écumeur nom m s 0.27 0.47 0.27 0.20 -écumeurs écumeur nom m p 0.27 0.47 0.00 0.20 -écumeuse écumeux adj f s 0.00 1.22 0.00 0.54 -écumeuses écumeux adj f p 0.00 1.22 0.00 0.07 -écumeux écumeux adj m 0.00 1.22 0.00 0.61 -écumez écumer ver 0.94 3.92 0.01 0.00 ind:pre:2p; -écumiez écumer ver 0.94 3.92 0.02 0.00 ind:imp:2p; -écumoire écumoire nom f s 0.30 0.88 0.30 0.68 -écumoires écumoire nom f p 0.30 0.88 0.00 0.20 -écumâmes écumer ver 0.94 3.92 0.00 0.07 ind:pas:1p; -écumèrent écumer ver 0.94 3.92 0.01 0.00 ind:pas:3p; -écumé écumer ver m s 0.94 3.92 0.33 0.41 par:pas; -écumée écumer ver f s 0.94 3.92 0.00 0.07 par:pas; -écureuil écureuil nom m s 7.22 10.41 5.71 8.85 -écureuils écureuil nom m p 7.22 10.41 1.51 1.55 -écurie écurie nom f s 6.88 12.84 5.08 8.85 -écuries écurie nom f p 6.88 12.84 1.80 3.99 -écus écu nom m p 1.75 4.59 1.11 3.11 -écusson écusson nom m s 0.37 3.78 0.32 2.23 -écussonné écussonner ver m s 0.00 0.61 0.00 0.27 par:pas; -écussonnées écussonner ver f p 0.00 0.61 0.00 0.07 par:pas; -écussonnés écussonner ver m p 0.00 0.61 0.00 0.27 par:pas; -écussons écusson nom m p 0.37 3.78 0.05 1.55 -écuyer écuyer nom m s 1.56 5.27 1.18 3.04 -écuyers écuyer nom m p 1.56 5.27 0.12 1.49 -écuyère écuyer nom f s 1.56 5.27 0.26 0.54 -écuyères écuyer nom f p 1.56 5.27 0.00 0.20 -édam édam nom m s 0.03 0.34 0.03 0.34 -éden éden nom s 0.42 2.36 0.42 2.30 -édens éden nom m p 0.42 2.36 0.00 0.07 -édenté édenté adj m s 0.43 3.58 0.23 0.74 -édentée édenté adj f s 0.43 3.58 0.15 1.69 -édentées édenté adj f p 0.43 3.58 0.01 0.81 -édentés édenté adj m p 0.43 3.58 0.04 0.34 -édicte édicter ver 0.28 0.61 0.10 0.07 imp:pre:2s;ind:pre:3s; -édicter édicter ver 0.28 0.61 0.01 0.14 inf; -édicté édicter ver m s 0.28 0.61 0.15 0.07 par:pas; -édictée édicter ver f s 0.28 0.61 0.00 0.20 par:pas; -édictées édicter ver f p 0.28 0.61 0.02 0.14 par:pas; -édicule édicule nom m s 0.40 0.20 0.40 0.14 -édicules édicule nom m p 0.40 0.20 0.00 0.07 -édifia édifier ver 0.90 11.96 0.12 0.27 ind:pas:3s; -édifiaient édifier ver 0.90 11.96 0.02 0.61 ind:imp:3p; -édifiait édifier ver 0.90 11.96 0.14 0.88 ind:imp:3s; -édifiant édifiant adj m s 0.76 4.12 0.51 1.28 -édifiante édifiant adj f s 0.76 4.12 0.16 1.28 -édifiantes édifiant adj f p 0.76 4.12 0.03 1.08 -édifiants édifiant adj m p 0.76 4.12 0.05 0.47 -édification édification nom f s 0.38 1.28 0.38 1.28 -édifice édifice nom m s 3.25 13.99 2.71 10.95 -édifices édifice nom m p 3.25 13.99 0.53 3.04 -édifie édifier ver 0.90 11.96 0.02 1.08 ind:pre:1s;ind:pre:3s; -édifient édifier ver 0.90 11.96 0.01 0.27 ind:pre:3p; -édifier édifier ver 0.90 11.96 0.31 3.04 inf; -édifierait édifier ver 0.90 11.96 0.00 0.07 cnd:pre:3s; -édifierons édifier ver 0.90 11.96 0.01 0.00 ind:fut:1p; -édifions édifier ver 0.90 11.96 0.16 0.07 ind:pre:1p; -édifièrent édifier ver 0.90 11.96 0.00 0.14 ind:pas:3p; -édifié édifier ver m s 0.90 11.96 0.06 2.84 par:pas; -édifiée édifier ver f s 0.90 11.96 0.03 1.35 par:pas; -édifiées édifier ver f p 0.90 11.96 0.00 0.34 par:pas; -édifiés édifier ver m p 0.90 11.96 0.01 0.68 par:pas; -édiles édile nom m p 0.08 0.14 0.08 0.14 -édilitaire édilitaire adj f s 0.00 0.20 0.00 0.07 -édilitaires édilitaire adj m p 0.00 0.20 0.00 0.14 -édit édit nom m s 0.35 0.74 0.32 0.61 -éditait éditer ver 0.69 2.36 0.01 0.14 ind:imp:3s; -édite éditer ver 0.69 2.36 0.08 0.14 imp:pre:2s;ind:pre:1s;ind:pre:3s; -éditer éditer ver 0.69 2.36 0.31 0.54 inf; -éditera éditer ver 0.69 2.36 0.02 0.07 ind:fut:3s; -éditerais éditer ver 0.69 2.36 0.00 0.07 cnd:pre:1s; -éditeur éditeur nom m s 8.46 12.30 6.84 8.78 -éditeurs éditeur nom m p 8.46 12.30 1.37 3.45 -édition édition nom f s 9.61 16.62 7.83 10.61 -éditions édition nom f p 9.61 16.62 1.78 6.01 -édito édito nom m s 0.16 0.14 0.12 0.07 -éditons éditer ver 0.69 2.36 0.01 0.07 ind:pre:1p; -éditorial éditorial nom m s 0.57 2.16 0.40 1.42 -éditoriale éditorial adj f s 0.19 0.34 0.08 0.14 -éditorialiste éditorialiste nom s 0.06 0.68 0.03 0.34 -éditorialistes éditorialiste nom p 0.06 0.68 0.02 0.34 -éditoriaux éditorial nom m p 0.57 2.16 0.17 0.74 -éditos édito nom m p 0.16 0.14 0.04 0.07 -éditrice éditeur nom f s 8.46 12.30 0.26 0.07 -éditrices éditrice nom f p 0.04 0.00 0.04 0.00 -édits édit nom m p 0.35 0.74 0.04 0.14 -édité éditer ver m s 0.69 2.36 0.16 0.54 par:pas; -éditée éditer ver f s 0.69 2.36 0.05 0.20 par:pas; -éditées éditer ver f p 0.69 2.36 0.01 0.07 par:pas; -édités éditer ver m p 0.69 2.36 0.01 0.54 par:pas; -édouardienne édouardien adj f s 0.02 0.07 0.02 0.07 -édredon édredon nom m s 0.59 6.22 0.39 5.00 -édredons édredon nom m p 0.59 6.22 0.20 1.22 -éducable éducable adj s 0.01 0.20 0.00 0.14 -éducables éducable adj p 0.01 0.20 0.01 0.07 -éducateur éducateur nom m s 1.05 2.84 0.52 0.81 -éducateurs éducateur nom m p 1.05 2.84 0.27 0.74 -éducatif éducatif adj m s 2.04 1.08 1.18 0.34 -éducatifs éducatif adj m p 2.04 1.08 0.27 0.20 -éducation éducation nom f s 20.48 27.23 20.45 27.09 -éducationnel éducationnel adj m s 0.02 0.00 0.01 0.00 -éducationnelle éducationnel adj f s 0.02 0.00 0.01 0.00 -éducations éducation nom f p 20.48 27.23 0.04 0.14 -éducative éducatif adj f s 2.04 1.08 0.34 0.14 -éducatives éducatif adj f p 2.04 1.08 0.25 0.41 -éducatrice éducateur nom f s 1.05 2.84 0.27 0.88 -éducatrices éducateur nom f p 1.05 2.84 0.00 0.41 -éduen éduen adj m s 0.00 0.41 0.00 0.07 -éduennes éduen adj f p 0.00 0.41 0.00 0.07 -éduens éduen adj m p 0.00 0.41 0.00 0.27 -édulcorais édulcorer ver 0.12 0.54 0.00 0.07 ind:imp:1s; -édulcorant édulcorant nom m s 0.08 0.00 0.08 0.00 -édulcorer édulcorer ver 0.12 0.54 0.02 0.00 inf; -édulcoré édulcorer ver m s 0.12 0.54 0.05 0.07 par:pas; -édulcorée édulcorer ver f s 0.12 0.54 0.05 0.20 par:pas; -édulcorées édulcorer ver f p 0.12 0.54 0.00 0.20 par:pas; -édénique édénique adj s 0.11 0.34 0.01 0.20 -édéniques édénique adj m p 0.11 0.34 0.10 0.14 -éduquais éduquer ver 8.07 3.78 0.00 0.07 ind:imp:1s; -éduquant éduquer ver 8.07 3.78 0.11 0.00 par:pre; -éduque éduquer ver 8.07 3.78 0.41 0.27 imp:pre:2s;ind:pre:1s;ind:pre:3s; -éduquer éduquer ver 8.07 3.78 3.96 1.69 inf; -éduquera éduquer ver 8.07 3.78 0.03 0.07 ind:fut:3s; -éduquez éduquer ver 8.07 3.78 0.03 0.00 imp:pre:2p;ind:pre:2p; -éduquons éduquer ver 8.07 3.78 0.02 0.00 ind:pre:1p; -éduqué éduquer ver m s 8.07 3.78 1.95 0.68 par:pas; -éduquée éduquer ver f s 8.07 3.78 0.48 0.27 par:pas; -éduquées éduquer ver f p 8.07 3.78 0.29 0.00 par:pas; -éduqués éduquer ver m p 8.07 3.78 0.79 0.74 par:pas; -ufologie ufologie nom f s 0.04 0.00 0.04 0.00 -égaie égayer ver 1.39 5.68 0.02 0.20 ind:pre:3s; -égaieraient égayer ver 1.39 5.68 0.01 0.14 cnd:pre:3p; -égaierait égayer ver 1.39 5.68 0.00 0.07 cnd:pre:3s; -égaieront égayer ver 1.39 5.68 0.20 0.00 ind:fut:3p; -égailla égailler ver 0.00 2.16 0.00 0.14 ind:pas:3s; -égaillaient égailler ver 0.00 2.16 0.00 0.27 ind:imp:3p; -égaillait égailler ver 0.00 2.16 0.00 0.07 ind:imp:3s; -égaillant égailler ver 0.00 2.16 0.00 0.20 par:pre; -égaillent égailler ver 0.00 2.16 0.00 0.41 ind:pre:3p; -égailler égailler ver 0.00 2.16 0.00 0.47 inf; -égaillèrent égailler ver 0.00 2.16 0.00 0.27 ind:pas:3p; -égaillée égailler ver f s 0.00 2.16 0.00 0.14 par:pas; -égaillées égailler ver f p 0.00 2.16 0.00 0.07 par:pas; -égaillés égailler ver m p 0.00 2.16 0.00 0.14 par:pas; -égal égal adj m s 38.08 39.32 27.40 20.27 -égala égaler ver 4.96 4.39 0.02 0.07 ind:pas:3s; -égalable égalable adj f s 0.01 0.00 0.01 0.00 -égalaient égaler ver 4.96 4.39 0.00 0.07 ind:imp:3p; -égalais égaler ver 4.96 4.39 0.00 0.07 ind:imp:1s; -égalait égaler ver 4.96 4.39 0.06 0.54 ind:imp:3s; -égalant égaler ver 4.96 4.39 0.01 0.20 par:pre; -égale égal adj f s 38.08 39.32 4.51 12.91 -également également adv 32.19 71.01 32.19 71.01 -égalent égaler ver 4.96 4.39 0.79 0.34 ind:pre:3p; -égaler égaler ver 4.96 4.39 1.12 1.35 inf; -égalera égaler ver 4.96 4.39 0.09 0.07 ind:fut:3s; -égalerai égaler ver 4.96 4.39 0.01 0.00 ind:fut:1s; -égalerais égaler ver 4.96 4.39 0.01 0.00 cnd:pre:1s; -égalerait égaler ver 4.96 4.39 0.02 0.14 cnd:pre:3s; -égaleras égaler ver 4.96 4.39 0.01 0.00 ind:fut:2s; -égaleront égaler ver 4.96 4.39 0.01 0.07 ind:fut:3p; -égales égal adj f p 38.08 39.32 2.98 3.31 -égalisa égaliser ver 1.76 3.04 0.00 0.20 ind:pas:3s; -égalisais égaliser ver 1.76 3.04 0.00 0.07 ind:imp:1s; -égalisait égaliser ver 1.76 3.04 0.01 0.88 ind:imp:3s; -égalisant égaliser ver 1.76 3.04 0.00 0.14 par:pre; -égalisateur égalisateur adj m s 0.02 0.20 0.01 0.14 -égalisateurs égalisateur adj m p 0.02 0.20 0.00 0.07 -égalisation égalisation nom f s 0.04 0.27 0.04 0.27 -égalisatrice égalisateur adj f s 0.02 0.20 0.01 0.00 -égalise égaliser ver 1.76 3.04 0.19 0.54 ind:pre:1s;ind:pre:3s; -égalisent égaliser ver 1.76 3.04 0.02 0.07 ind:pre:3p; -égaliser égaliser ver 1.76 3.04 0.87 0.74 inf; -égaliseur égaliseur nom m s 0.05 0.00 0.05 0.00 -égalisez égaliser ver 1.76 3.04 0.03 0.00 imp:pre:2p;ind:pre:2p; -égalisèrent égaliser ver 1.76 3.04 0.00 0.07 ind:pas:3p; -égalisé égaliser ver m s 1.76 3.04 0.62 0.27 par:pas; -égalisées égaliser ver f p 1.76 3.04 0.01 0.00 par:pas; -égalisés égaliser ver m p 1.76 3.04 0.01 0.07 par:pas; -égalitaire égalitaire adj s 0.09 0.34 0.09 0.34 -égalitarisme égalitarisme nom m s 0.00 0.07 0.00 0.07 -égalité égalité nom f s 6.99 8.18 6.96 8.11 -égalités égalité nom f p 6.99 8.18 0.02 0.07 -égalât égaler ver 4.96 4.39 0.14 0.07 sub:imp:3s; -égalé égaler ver m s 4.96 4.39 0.33 0.14 par:pas; -égalée égaler ver f s 4.96 4.39 0.07 0.00 par:pas; -égalées égaler ver f p 4.96 4.39 0.00 0.07 par:pas; -égara égarer ver 10.55 22.77 0.00 0.14 ind:pas:3s; -égarai égarer ver 10.55 22.77 0.00 0.14 ind:pas:1s; -égaraient égarer ver 10.55 22.77 0.00 0.61 ind:imp:3p; -égarais égarer ver 10.55 22.77 0.00 0.20 ind:imp:1s; -égarait égarer ver 10.55 22.77 0.04 1.42 ind:imp:3s; -égarant égarer ver 10.55 22.77 0.02 0.34 par:pre; -égard égard nom m s 9.19 65.61 6.77 58.31 -égards égard nom m p 9.19 65.61 2.42 7.30 -égare égarer ver 10.55 22.77 2.25 2.23 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:1s; -égarement égarement nom m s 1.04 3.65 0.44 2.50 -égarements égarement nom m p 1.04 3.65 0.61 1.15 -égarent égarer ver 10.55 22.77 0.34 0.81 ind:pre:3p; -égarer égarer ver 10.55 22.77 1.51 3.11 inf; -égareraient égarer ver 10.55 22.77 0.00 0.07 cnd:pre:3p; -égarerais égarer ver 10.55 22.77 0.00 0.07 cnd:pre:1s; -égarerait égarer ver 10.55 22.77 0.01 0.20 cnd:pre:3s; -égarerions égarer ver 10.55 22.77 0.00 0.07 cnd:pre:1p; -égares égarer ver 10.55 22.77 0.27 0.07 ind:pre:2s; -égarez égarer ver 10.55 22.77 0.34 0.07 imp:pre:2p;ind:pre:2p; -égarons égarer ver 10.55 22.77 0.18 0.14 imp:pre:1p;ind:pre:1p; -égarât égarer ver 10.55 22.77 0.00 0.07 sub:imp:3s; -égarèrent égarer ver 10.55 22.77 0.00 0.20 ind:pas:3p; -égaré égarer ver m s 10.55 22.77 3.27 5.81 par:pas; -égarée égaré adj f s 3.43 11.89 0.91 2.77 -égarées égaré adj f p 3.43 11.89 0.37 0.68 -égarés égarer ver m p 10.55 22.77 1.21 2.91 par:pas; -égaux égal adj m p 38.08 39.32 3.18 2.84 -égaya égayer ver 1.39 5.68 0.00 0.27 ind:pas:3s; -égayaient égayer ver 1.39 5.68 0.00 0.20 ind:imp:3p; -égayait égayer ver 1.39 5.68 0.00 0.88 ind:imp:3s; -égayant égayer ver 1.39 5.68 0.00 0.14 par:pre; -égayante égayant adj f s 0.00 0.07 0.00 0.07 -égaye égayer ver 1.39 5.68 0.07 0.54 imp:pre:2s;ind:pre:3s; -égayer égayer ver 1.39 5.68 1.00 1.42 inf; -égayerais égayer ver 1.39 5.68 0.01 0.00 cnd:pre:1s; -égayez égayer ver 1.39 5.68 0.01 0.00 imp:pre:2p; -égayât égayer ver 1.39 5.68 0.00 0.07 sub:imp:3s; -égayèrent égayer ver 1.39 5.68 0.00 0.07 ind:pas:3p; -égayé égayer ver m s 1.39 5.68 0.06 0.95 par:pas; -égayée égayer ver f s 1.39 5.68 0.01 0.54 par:pas; -égayées égayer ver f p 1.39 5.68 0.00 0.07 par:pas; -égayés égayer ver m p 1.39 5.68 0.00 0.14 par:pas; -égide égide nom f s 0.20 0.95 0.20 0.95 -égipan égipan nom m s 0.00 0.14 0.00 0.07 -égipans égipan nom m p 0.00 0.14 0.00 0.07 -églantier églantier nom m s 0.00 0.61 0.00 0.07 -églantiers églantier nom m p 0.00 0.61 0.00 0.54 -églantine églantine nom f s 0.96 2.03 0.95 1.76 -églantines églantine nom f p 0.96 2.03 0.01 0.27 -église église nom f s 64.75 145.07 60.20 123.58 -églises église nom f p 64.75 145.07 4.55 21.49 -églogue églogue nom f s 0.10 0.34 0.00 0.27 -églogues églogue nom f p 0.10 0.34 0.10 0.07 -égoïne égoïne nom f s 0.00 0.47 0.00 0.47 -égoïsme égoïsme nom m s 2.15 9.53 2.15 9.39 -égoïsmes égoïsme nom m p 2.15 9.53 0.00 0.14 -égoïste égoïste adj s 8.13 7.91 7.27 6.82 -égoïstement égoïstement adv 0.24 0.41 0.24 0.41 -égoïstes égoïste adj p 8.13 7.91 0.86 1.08 -égocentrique égocentrique adj s 1.49 0.34 1.21 0.34 -égocentriques égocentrique adj p 1.49 0.34 0.28 0.00 -égocentrisme égocentrisme nom m s 0.23 0.27 0.23 0.20 -égocentrismes égocentrisme nom m p 0.23 0.27 0.00 0.07 -égocentriste égocentriste nom s 0.03 0.07 0.03 0.00 -égocentristes égocentriste nom p 0.03 0.07 0.00 0.07 -égorge égorger ver 9.04 9.66 2.74 1.35 imp:pre:2s;ind:pre:1s;ind:pre:3s; -égorgea égorger ver 9.04 9.66 0.14 0.07 ind:pas:3s; -égorgeaient égorger ver 9.04 9.66 0.00 0.14 ind:imp:3p; -égorgeais égorger ver 9.04 9.66 0.01 0.00 ind:imp:1s; -égorgeait égorger ver 9.04 9.66 0.16 0.74 ind:imp:3s; -égorgeant égorger ver 9.04 9.66 0.14 0.14 par:pre; -égorgement égorgement nom m s 0.05 0.74 0.05 0.34 -égorgements égorgement nom m p 0.05 0.74 0.00 0.41 -égorgent égorger ver 9.04 9.66 0.35 0.34 ind:pre:3p; -égorgeoir égorgeoir nom m s 0.00 0.14 0.00 0.14 -égorger égorger ver 9.04 9.66 2.96 2.84 inf;; -égorgerai égorger ver 9.04 9.66 0.04 0.00 ind:fut:1s; -égorgeraient égorger ver 9.04 9.66 0.02 0.00 cnd:pre:3p; -égorgerais égorger ver 9.04 9.66 0.15 0.00 cnd:pre:1s; -égorgeras égorger ver 9.04 9.66 0.01 0.00 ind:fut:2s; -égorgeront égorger ver 9.04 9.66 0.04 0.00 ind:fut:3p; -égorgeur égorgeur nom m s 0.20 0.95 0.19 0.34 -égorgeurs égorgeur nom m p 0.20 0.95 0.01 0.54 -égorgeuses égorgeur nom f p 0.20 0.95 0.00 0.07 -égorgez égorger ver 9.04 9.66 0.00 0.07 imp:pre:2p; -égorgèrent égorger ver 9.04 9.66 0.00 0.07 ind:pas:3p; -égorgé égorger ver m s 9.04 9.66 1.14 1.89 par:pas; -égorgée égorger ver f s 9.04 9.66 0.65 0.54 par:pas; -égorgées égorger ver f p 9.04 9.66 0.16 0.27 par:pas; -égorgés égorger ver m p 9.04 9.66 0.35 1.22 par:pas; -égosilla égosiller ver 0.20 2.03 0.00 0.14 ind:pas:3s; -égosillaient égosiller ver 0.20 2.03 0.00 0.14 ind:imp:3p; -égosillait égosiller ver 0.20 2.03 0.10 0.54 ind:imp:3s; -égosillant égosiller ver 0.20 2.03 0.00 0.20 par:pre; -égosille égosiller ver 0.20 2.03 0.02 0.41 imp:pre:2s;ind:pre:1s;ind:pre:3s; -égosillent égosiller ver 0.20 2.03 0.01 0.14 ind:pre:3p; -égosiller égosiller ver 0.20 2.03 0.07 0.47 inf; -égotisme égotisme nom m s 0.16 0.20 0.16 0.20 -égotiste égotiste adj s 0.05 0.07 0.05 0.00 -égotistes égotiste nom p 0.03 0.07 0.02 0.00 -égout égout nom m s 7.01 8.45 3.23 6.22 -égoutier égoutier nom m s 0.06 1.76 0.01 1.62 -égoutiers égoutier nom m p 0.06 1.76 0.05 0.14 -égouts égout nom m p 7.01 8.45 3.78 2.23 -égoutta égoutter ver 0.34 4.39 0.00 0.34 ind:pas:3s; -égouttaient égoutter ver 0.34 4.39 0.01 0.54 ind:imp:3p; -égouttait égoutter ver 0.34 4.39 0.10 1.28 ind:imp:3s; -égouttant égoutter ver 0.34 4.39 0.00 0.54 par:pre; -égoutte égoutter ver 0.34 4.39 0.01 0.14 ind:pre:3s; -égouttement égouttement nom m s 0.00 0.34 0.00 0.34 -égouttent égoutter ver 0.34 4.39 0.01 0.34 ind:pre:3p; -égoutter égoutter ver 0.34 4.39 0.18 0.68 inf; -égoutterait égoutter ver 0.34 4.39 0.00 0.07 cnd:pre:3s; -égouttez égoutter ver 0.34 4.39 0.00 0.14 imp:pre:2p; -égouttis égouttis nom m 0.00 0.07 0.00 0.07 -égouttoir égouttoir nom m s 0.14 0.54 0.14 0.54 -égouttèrent égoutter ver 0.34 4.39 0.00 0.07 ind:pas:3p; -égoutté égoutter ver m s 0.34 4.39 0.02 0.27 par:pas; -égrainer égrainer ver 0.00 0.07 0.00 0.07 inf; -égrappait égrapper ver 0.00 0.07 0.00 0.07 ind:imp:3s; -égratigna égratigner ver 0.57 1.62 0.00 0.14 ind:pas:3s; -égratignaient égratigner ver 0.57 1.62 0.00 0.14 ind:imp:3p; -égratignait égratigner ver 0.57 1.62 0.00 0.14 ind:imp:3s; -égratignant égratigner ver 0.57 1.62 0.00 0.14 par:pre; -égratigne égratigner ver 0.57 1.62 0.07 0.14 imp:pre:2s;ind:pre:1s;ind:pre:3s; -égratignent égratigner ver 0.57 1.62 0.03 0.07 ind:pre:3p; -égratigner égratigner ver 0.57 1.62 0.15 0.14 inf; -égratignes égratigner ver 0.57 1.62 0.01 0.07 ind:pre:2s; -égratigné égratigner ver m s 0.57 1.62 0.25 0.34 par:pas; -égratignée égratigner ver f s 0.57 1.62 0.05 0.27 par:pas; -égratignure égratignure nom f s 4.86 2.23 3.97 1.35 -égratignures égratignure nom f p 4.86 2.23 0.89 0.88 -égratignés égratigner ver m p 0.57 1.62 0.02 0.07 par:pas; -égrena égrener ver 0.32 7.70 0.01 0.20 ind:pas:3s; -égrenage égrenage nom m s 0.01 0.00 0.01 0.00 -égrenaient égrener ver 0.32 7.70 0.01 0.74 ind:imp:3p; -égrenais égrener ver 0.32 7.70 0.00 0.27 ind:imp:1s;ind:imp:2s; -égrenait égrener ver 0.32 7.70 0.00 0.61 ind:imp:3s; -égrenant égrener ver 0.32 7.70 0.00 1.22 par:pre; -égrener égrener ver 0.32 7.70 0.02 1.35 inf; -égreneuse égreneur nom f s 0.44 0.00 0.44 0.00 -égrenèrent égrener ver 0.32 7.70 0.00 0.27 ind:pas:3p; -égrené égrener ver m s 0.32 7.70 0.10 0.34 par:pas; -égrenée égrener ver f s 0.32 7.70 0.00 0.14 par:pas; -égrenées égrener ver f p 0.32 7.70 0.00 0.54 par:pas; -égrenés égrener ver m p 0.32 7.70 0.01 0.34 par:pas; -égrillard égrillard adj m s 0.00 1.55 0.00 0.74 -égrillarde égrillard adj f s 0.00 1.55 0.00 0.27 -égrillardes égrillard adj f p 0.00 1.55 0.00 0.27 -égrillards égrillard adj m p 0.00 1.55 0.00 0.27 -égrotant égrotant adj m s 0.00 0.34 0.00 0.20 -égrotantes égrotant adj f p 0.00 0.34 0.00 0.07 -égrotants égrotant adj m p 0.00 0.34 0.00 0.07 -égrène égrener ver 0.32 7.70 0.16 1.22 imp:pre:2s;ind:pre:3s; -égrènements égrènement nom m p 0.00 0.07 0.00 0.07 -égrènent égrener ver 0.32 7.70 0.01 0.47 ind:pre:3p; -égéenne égéen adj f s 0.00 0.07 0.00 0.07 -égérie égérie nom f s 0.46 0.27 0.46 0.27 -égyptien égyptien adj m s 7.48 4.73 2.60 1.96 -égyptienne égyptien adj f s 7.48 4.73 1.31 1.15 -égyptiennes égyptien adj f p 7.48 4.73 0.41 0.54 -égyptiens égyptien adj m p 7.48 4.73 3.16 1.08 -égyptologie égyptologie nom f s 0.06 0.14 0.06 0.14 -égyptologue égyptologue nom s 0.17 0.14 0.04 0.00 -égyptologues égyptologue nom p 0.17 0.14 0.14 0.14 -uhlan uhlan nom m s 0.19 1.15 0.14 0.14 -uhlans uhlan nom m p 0.19 1.15 0.05 1.01 -éhonté éhonté adj m s 1.07 1.28 0.40 0.20 -éhontée éhonté adj f s 1.07 1.28 0.60 0.61 -éhontées éhonté adj f p 1.07 1.28 0.01 0.07 -éhontés éhonté adj m p 1.07 1.28 0.06 0.41 -uht uht adj m s 0.01 0.00 0.01 0.00 -éjacula éjaculer ver 1.98 1.42 0.27 0.14 ind:pas:3s; -éjaculait éjaculer ver 1.98 1.42 0.01 0.07 ind:imp:3s; -éjaculant éjaculer ver 1.98 1.42 0.16 0.07 par:pre; -éjaculat éjaculat nom m s 0.01 0.20 0.01 0.20 -éjaculateur éjaculateur nom m s 0.16 0.14 0.15 0.14 -éjaculateurs éjaculateur nom m p 0.16 0.14 0.01 0.00 -éjaculation éjaculation nom f s 1.40 1.42 1.11 1.22 -éjaculations éjaculation nom f p 1.40 1.42 0.29 0.20 -éjacule éjaculer ver 1.98 1.42 0.44 0.34 imp:pre:2s;ind:pre:1s;ind:pre:3s; -éjaculent éjaculer ver 1.98 1.42 0.04 0.14 ind:pre:3p; -éjaculer éjaculer ver 1.98 1.42 0.33 0.34 inf; -éjaculé éjaculer ver m s 1.98 1.42 0.73 0.27 par:pas; -éjaculés éjaculer ver m p 1.98 1.42 0.00 0.07 par:pas; -éjecta éjecter ver 4.46 3.18 0.02 0.07 ind:pas:3s; -éjectable éjectable adj m s 0.38 0.07 0.38 0.00 -éjectables éjectable adj f p 0.38 0.07 0.00 0.07 -éjectaient éjecter ver 4.46 3.18 0.00 0.20 ind:imp:3p; -éjectait éjecter ver 4.46 3.18 0.02 0.20 ind:imp:3s; -éjectant éjecter ver 4.46 3.18 0.06 0.14 par:pre; -éjectas éjecter ver 4.46 3.18 0.01 0.00 ind:pas:2s; -éjecte éjecter ver 4.46 3.18 0.56 0.41 imp:pre:2s;ind:pre:1s;ind:pre:3s; -éjectent éjecter ver 4.46 3.18 0.02 0.00 ind:pre:3p; -éjecter éjecter ver 4.46 3.18 1.18 0.54 inf; -éjectera éjecter ver 4.46 3.18 0.03 0.00 ind:fut:3s; -éjecterais éjecter ver 4.46 3.18 0.12 0.00 cnd:pre:1s;cnd:pre:2s; -éjecteur éjecteur nom m s 0.10 0.00 0.05 0.00 -éjecteurs éjecteur nom m p 0.10 0.00 0.05 0.00 -éjectez éjecter ver 4.46 3.18 0.08 0.00 imp:pre:2p;ind:pre:2p; -éjection éjection nom f s 0.44 0.14 0.42 0.14 -éjections éjection nom f p 0.44 0.14 0.02 0.00 -éjectons éjecter ver 4.46 3.18 0.02 0.00 imp:pre:1p;ind:pre:1p; -éjectèrent éjecter ver 4.46 3.18 0.00 0.07 ind:pas:3p; -éjecté éjecter ver m s 4.46 3.18 1.40 0.74 par:pas; -éjectée éjecter ver f s 4.46 3.18 0.61 0.41 par:pas; -éjectées éjecter ver f p 4.46 3.18 0.09 0.20 par:pas; -éjectés éjecter ver m p 4.46 3.18 0.23 0.20 par:pas; -ukase ukase nom m s 0.20 0.07 0.20 0.00 -ukases ukase nom m p 0.20 0.07 0.00 0.07 -ukrainien ukrainien nom m s 0.69 0.61 0.39 0.07 -ukrainienne ukrainien adj f s 0.61 0.88 0.28 0.14 -ukrainiennes ukrainien adj f p 0.61 0.88 0.01 0.14 -ukrainiens ukrainien nom m p 0.69 0.61 0.30 0.41 -ukulélé ukulélé nom m s 0.16 0.07 0.16 0.07 -élabora élaborer ver 2.08 5.20 0.00 0.07 ind:pas:3s; -élaborai élaborer ver 2.08 5.20 0.01 0.07 ind:pas:1s; -élaboraient élaborer ver 2.08 5.20 0.00 0.20 ind:imp:3p; -élaborait élaborer ver 2.08 5.20 0.06 0.68 ind:imp:3s; -élaborant élaborer ver 2.08 5.20 0.00 0.20 par:pre; -élaboration élaboration nom f s 0.23 1.76 0.23 1.62 -élaborations élaboration nom f p 0.23 1.76 0.00 0.14 -élabore élaborer ver 2.08 5.20 0.25 0.14 ind:pre:1s;ind:pre:3s; -élaborent élaborer ver 2.08 5.20 0.10 0.14 ind:pre:3p; -élaborer élaborer ver 2.08 5.20 0.63 1.55 inf; -élaboreraient élaborer ver 2.08 5.20 0.00 0.07 cnd:pre:3p; -élaboriez élaborer ver 2.08 5.20 0.01 0.00 ind:imp:2p; -élaborions élaborer ver 2.08 5.20 0.00 0.07 ind:imp:1p; -élaborons élaborer ver 2.08 5.20 0.01 0.00 ind:pre:1p; -élaborèrent élaborer ver 2.08 5.20 0.02 0.07 ind:pas:3p; -élaboré élaborer ver m s 2.08 5.20 0.68 0.61 par:pas; -élaborée élaboré adj f s 1.22 0.68 0.27 0.34 -élaborées élaboré adj f p 1.22 0.68 0.18 0.00 -élaborés élaboré adj m p 1.22 0.68 0.36 0.07 -élagage élagage nom m s 0.03 0.34 0.03 0.34 -élaguais élaguer ver 0.18 0.88 0.01 0.00 ind:imp:1s; -élaguait élaguer ver 0.18 0.88 0.00 0.14 ind:imp:3s; -élague élaguer ver 0.18 0.88 0.01 0.07 imp:pre:2s;ind:pre:1s; -élaguer élaguer ver 0.18 0.88 0.09 0.34 inf; -élagueur élagueur nom m s 0.04 0.14 0.03 0.00 -élagueurs élagueur nom m p 0.04 0.14 0.01 0.14 -élaguez élaguer ver 0.18 0.88 0.01 0.07 imp:pre:2p;ind:pre:2p; -élaguons élaguer ver 0.18 0.88 0.01 0.00 ind:pre:1p; -élagué élaguer ver m s 0.18 0.88 0.05 0.07 par:pas; -élagués élaguer ver m p 0.18 0.88 0.00 0.20 par:pas; -élan élan nom m s 5.66 44.73 4.61 37.57 -élance élancer ver 2.25 20.27 0.94 3.85 imp:pre:2s;ind:pre:1s;ind:pre:3s; -élancement élancement nom m s 0.13 2.30 0.04 1.22 -élancements élancement nom m p 0.13 2.30 0.08 1.08 -élancent élancer ver 2.25 20.27 0.20 1.15 ind:pre:3p; -élancer élancer ver 2.25 20.27 0.61 3.85 inf; -élancera élancer ver 2.25 20.27 0.01 0.14 ind:fut:3s; -élanceraient élancer ver 2.25 20.27 0.00 0.07 cnd:pre:3p; -élancerait élancer ver 2.25 20.27 0.01 0.07 cnd:pre:3s; -élancerions élancer ver 2.25 20.27 0.00 0.07 cnd:pre:1p; -élanceront élancer ver 2.25 20.27 0.00 0.07 ind:fut:3p; -élancions élancer ver 2.25 20.27 0.00 0.27 ind:imp:1p; -élancèrent élancer ver 2.25 20.27 0.00 0.47 ind:pas:3p; -élancé élancer ver m s 2.25 20.27 0.21 0.68 par:pas; -élancée élancé adj f s 0.13 3.51 0.03 1.49 -élancées élancé adj f p 0.13 3.51 0.00 0.47 -élancés élancer ver m p 2.25 20.27 0.02 0.27 par:pas; -élans élan nom m p 5.66 44.73 1.05 7.16 -élança élancer ver 2.25 20.27 0.03 4.46 ind:pas:3s; -élançai élancer ver 2.25 20.27 0.14 0.34 ind:pas:1s; -élançaient élancer ver 2.25 20.27 0.03 0.74 ind:imp:3p; -élançais élancer ver 2.25 20.27 0.00 0.41 ind:imp:1s; -élançait élancer ver 2.25 20.27 0.02 1.55 ind:imp:3s; -élançant élancer ver 2.25 20.27 0.00 1.28 par:pre; -élargît élargir ver 4.85 19.32 0.00 0.07 sub:imp:3s; -élargi élargir ver m s 4.85 19.32 0.72 2.36 par:pas; -élargie élargir ver f s 4.85 19.32 0.31 1.55 par:pas; -élargies élargir ver f p 4.85 19.32 0.04 0.61 par:pas; -élargir élargir ver 4.85 19.32 2.07 4.12 inf; -élargira élargir ver 4.85 19.32 0.12 0.07 ind:fut:3s; -élargirait élargir ver 4.85 19.32 0.01 0.14 cnd:pre:3s; -élargirent élargir ver 4.85 19.32 0.00 0.34 ind:pas:3p; -élargirez élargir ver 4.85 19.32 0.00 0.07 ind:fut:2p; -élargirons élargir ver 4.85 19.32 0.01 0.00 ind:fut:1p; -élargis élargir ver m p 4.85 19.32 0.26 0.81 imp:pre:2s;ind:pre:1s;ind:pre:2s;par:pas; -élargissaient élargir ver 4.85 19.32 0.01 1.01 ind:imp:3p; -élargissait élargir ver 4.85 19.32 0.10 3.18 ind:imp:3s; -élargissant élargir ver 4.85 19.32 0.17 1.89 par:pre; -élargissement élargissement nom m s 0.17 1.22 0.17 1.22 -élargissent élargir ver 4.85 19.32 0.09 0.47 ind:pre:3p; -élargissez élargir ver 4.85 19.32 0.07 0.00 imp:pre:2p; -élargissions élargir ver 4.85 19.32 0.00 0.07 ind:imp:1p; -élargit élargir ver 4.85 19.32 0.86 2.57 ind:pre:3s;ind:pas:3s; -élasticimétrie élasticimétrie nom f s 0.01 0.00 0.01 0.00 -élasticité élasticité nom f s 0.30 1.76 0.30 1.76 -élastique élastique nom m s 2.12 6.35 1.73 4.26 -élastiques élastique nom m p 2.12 6.35 0.39 2.09 -élastomère élastomère nom m s 0.01 0.14 0.01 0.14 -ulcère ulcère nom m s 4.69 2.50 3.98 1.76 -ulcères ulcère nom m p 4.69 2.50 0.71 0.74 -ulcéra ulcérer ver 0.66 1.49 0.00 0.07 ind:pas:3s; -ulcérait ulcérer ver 0.66 1.49 0.00 0.07 ind:imp:3s; -ulcérant ulcérer ver 0.66 1.49 0.00 0.07 par:pre; -ulcérations ulcération nom f p 0.01 0.20 0.01 0.20 -ulcérative ulcératif adj f s 0.01 0.00 0.01 0.00 -ulcéreuse ulcéreux adj f s 0.03 0.20 0.01 0.14 -ulcéreuses ulcéreux adj f p 0.03 0.20 0.00 0.07 -ulcéreux ulcéreux adj m s 0.03 0.20 0.01 0.00 -ulcéré ulcérer ver m s 0.66 1.49 0.48 0.68 par:pas; -ulcérée ulcéré adj f s 0.01 1.62 0.00 0.68 -ulcérées ulcéré adj f p 0.01 1.62 0.00 0.07 -ulcérés ulcérer ver m p 0.66 1.49 0.15 0.00 par:pas; -électeur électeur nom m s 3.47 3.11 0.48 0.47 -électeurs électeur nom m p 3.47 3.11 2.96 2.23 -électif électif adj m s 0.03 0.27 0.01 0.20 -élection élection nom f s 17.17 14.12 5.95 4.32 -élections élection nom f p 17.17 14.12 11.22 9.80 -élective électif adj f s 0.03 0.27 0.01 0.00 -électivement électivement adv 0.00 0.14 0.00 0.14 -électives électif adj f p 0.03 0.27 0.00 0.07 -électoral électoral adj m s 3.01 4.39 0.32 1.55 -électorale électoral adj f s 3.01 4.39 2.23 1.55 -électoralement électoralement adv 0.00 0.07 0.00 0.07 -électorales électoral adj f p 3.01 4.39 0.28 0.88 -électorat électorat nom m s 0.24 0.07 0.24 0.07 -électoraux électoral adj m p 3.01 4.39 0.19 0.41 -électrice électeur nom f s 3.47 3.11 0.02 0.20 -électrices électrice nom f p 0.07 0.00 0.07 0.00 -électricien électricien nom m s 2.79 2.64 2.62 1.82 -électricienne électricien nom f s 2.79 2.64 0.00 0.07 -électriciennes électricien nom f p 2.79 2.64 0.00 0.07 -électriciens électricien nom m p 2.79 2.64 0.17 0.68 -électricité électricité nom f s 15.76 12.97 15.76 12.97 -électrifia électrifier ver 1.22 0.54 0.01 0.00 ind:pas:3s; -électrifiait électrifier ver 1.22 0.54 0.00 0.07 ind:imp:3s; -électrifiant électrifier ver 1.22 0.54 0.02 0.00 par:pre; -électrification électrification nom f s 0.02 0.27 0.02 0.27 -électrifier électrifier ver 1.22 0.54 0.03 0.00 inf; -électrifié électrifier ver m s 1.22 0.54 0.29 0.27 par:pas; -électrifiée électrifier ver f s 1.22 0.54 0.37 0.14 par:pas; -électrifiées électrifier ver f p 1.22 0.54 0.04 0.00 par:pas; -électrifiés électrifier ver m p 1.22 0.54 0.44 0.07 par:pas; -électrique électrique adj s 20.36 35.81 15.95 27.50 -électriquement électriquement adv 0.21 0.47 0.21 0.47 -électriques électrique adj p 20.36 35.81 4.41 8.31 -électrisa électriser ver 0.25 2.03 0.00 0.20 ind:pas:3s; -électrisaient électriser ver 0.25 2.03 0.00 0.07 ind:imp:3p; -électrisais électriser ver 0.25 2.03 0.01 0.00 ind:imp:1s; -électrisait électriser ver 0.25 2.03 0.02 0.14 ind:imp:3s; -électrisant électrisant adj m s 0.23 0.27 0.18 0.14 -électrisante électrisant adj f s 0.23 0.27 0.05 0.14 -électrisation électrisation nom f s 0.00 0.07 0.00 0.07 -électrise électriser ver 0.25 2.03 0.07 0.34 ind:pre:1s;ind:pre:3s; -électrisent électriser ver 0.25 2.03 0.01 0.07 ind:pre:3p; -électriser électriser ver 0.25 2.03 0.03 0.07 inf; -électrisèrent électriser ver 0.25 2.03 0.00 0.07 ind:pas:3p; -électrisé électriser ver m s 0.25 2.03 0.04 0.68 par:pas; -électrisée électriser ver f s 0.25 2.03 0.01 0.07 par:pas; -électrisées électriser ver f p 0.25 2.03 0.00 0.14 par:pas; -électro_acoustique électro_acoustique nom f s 0.00 0.14 0.00 0.14 -électro_aimant électro_aimant nom m s 0.02 0.00 0.02 0.00 -électro_encéphalogramme électro_encéphalogramme nom m s 0.16 0.07 0.16 0.07 -électroacoustique électroacoustique nom f s 0.01 0.00 0.01 0.00 -électroaimant électroaimant nom m s 0.06 0.00 0.03 0.00 -électroaimants électroaimant nom m p 0.06 0.00 0.03 0.00 -électrobiologie électrobiologie nom f s 0.01 0.00 0.01 0.00 -électrocardiogramme électrocardiogramme nom m s 0.25 0.34 0.25 0.34 -électrochimie électrochimie nom f s 0.02 0.00 0.02 0.00 -électrochimique électrochimique adj f s 0.07 0.00 0.02 0.00 -électrochimiques électrochimique adj p 0.07 0.00 0.05 0.00 -électrochoc électrochoc nom m s 3.14 0.74 0.28 0.54 -électrochocs électrochoc nom m p 3.14 0.74 2.86 0.20 -électrocutant électrocuter ver 2.08 0.54 0.03 0.00 par:pre; -électrocute électrocuter ver 2.08 0.54 0.11 0.07 ind:pre:1s;ind:pre:3s; -électrocutent électrocuter ver 2.08 0.54 0.02 0.00 ind:pre:3p; -électrocuter électrocuter ver 2.08 0.54 0.47 0.07 inf; -électrocutera électrocuter ver 2.08 0.54 0.11 0.00 ind:fut:3s; -électrocutes électrocuter ver 2.08 0.54 0.02 0.00 ind:pre:2s; -électrocutez électrocuter ver 2.08 0.54 0.01 0.00 imp:pre:2p; -électrocution électrocution nom f s 0.40 0.20 0.40 0.20 -électrocuté électrocuter ver m s 2.08 0.54 1.16 0.27 par:pas; -électrocutée électrocuter ver f s 2.08 0.54 0.14 0.14 par:pas; -électrocutés électrocuter ver m p 2.08 0.54 0.01 0.00 par:pas; -électrode électrode nom f s 0.87 0.07 0.25 0.00 -électrodes électrode nom f p 0.87 0.07 0.62 0.07 -électrodynamique électrodynamique nom f s 0.00 0.07 0.00 0.07 -électroencéphalogramme électroencéphalogramme nom m s 0.09 0.00 0.09 0.00 -électroencéphalographie électroencéphalographie nom f s 0.02 0.00 0.02 0.00 -électrogène électrogène adj m s 1.10 0.34 1.10 0.34 -électrologie électrologie nom f s 0.01 0.00 0.01 0.00 -électrolyse électrolyse nom f s 0.05 0.20 0.05 0.20 -électrolyte électrolyte nom m s 0.35 0.00 0.10 0.00 -électrolytes électrolyte nom m p 0.35 0.00 0.25 0.00 -électrolytique électrolytique adj m s 0.05 0.07 0.05 0.07 -électromagnétique électromagnétique adj s 1.92 0.07 1.29 0.00 -électromagnétiques électromagnétique adj p 1.92 0.07 0.62 0.07 -électromagnétisme électromagnétisme nom m s 0.11 0.00 0.11 0.00 -électromètre électromètre nom m s 0.07 0.00 0.07 0.00 -électroménager électroménager nom m s 0.26 0.34 0.26 0.34 -électron électron nom m s 1.28 0.20 0.45 0.07 -électronicien électronicien nom m s 0.06 0.07 0.04 0.00 -électroniciens électronicien nom m p 0.06 0.07 0.02 0.07 -électronique électronique adj s 6.70 3.51 5.00 1.96 -électroniquement électroniquement adv 0.21 0.00 0.21 0.00 -électroniques électronique adj p 6.70 3.51 1.69 1.55 -électrons électron nom m p 1.28 0.20 0.83 0.14 -électronucléaire électronucléaire adj f s 0.01 0.00 0.01 0.00 -électronvolts électronvolt nom m p 0.02 0.00 0.02 0.00 -électrophone électrophone nom m s 0.28 3.04 0.28 2.97 -électrophones électrophone nom m p 0.28 3.04 0.00 0.07 -électrophorèse électrophorèse nom f s 0.01 0.00 0.01 0.00 -électrostatique électrostatique adj s 0.28 0.07 0.25 0.07 -électrostatiques électrostatique adj p 0.28 0.07 0.04 0.00 -électrum électrum nom m s 0.27 0.07 0.27 0.07 -électuaires électuaire nom m p 0.00 0.14 0.00 0.14 -éleusinienne éleusinien adj f s 0.00 0.07 0.00 0.07 -éleva élever ver 52.03 103.85 0.28 12.91 ind:pas:3s; -élevage élevage nom m s 3.15 3.38 2.88 2.91 -élevages élevage nom m p 3.15 3.38 0.28 0.47 -élevai élever ver 52.03 103.85 0.23 0.41 ind:pas:1s; -élevaient élever ver 52.03 103.85 0.17 4.73 ind:imp:3p; -élevais élever ver 52.03 103.85 0.26 0.61 ind:imp:1s;ind:imp:2s; -élevait élever ver 52.03 103.85 1.00 15.34 ind:imp:3s; -élevant élever ver 52.03 103.85 0.36 8.38 par:pre; -élever élever ver 52.03 103.85 15.57 20.20 ind:pre:2p;inf; -éleveur éleveur nom m s 1.82 1.76 0.98 1.01 -éleveurs éleveur nom m p 1.82 1.76 0.80 0.74 -éleveuse éleveur nom f s 1.82 1.76 0.04 0.00 -élevez élever ver 52.03 103.85 0.69 0.27 imp:pre:2p;ind:pre:2p; -éleviez élever ver 52.03 103.85 0.23 0.00 ind:imp:2p; -élevions élever ver 52.03 103.85 0.02 0.07 ind:imp:1p; -élevons élever ver 52.03 103.85 0.34 0.14 imp:pre:1p;ind:pre:1p; -élevât élever ver 52.03 103.85 0.00 0.20 sub:imp:3s; -élevèrent élever ver 52.03 103.85 0.07 1.76 ind:pas:3p; -élevé élevé adj m s 25.02 30.68 14.37 15.20 -élevée élevé adj f s 25.02 30.68 5.82 7.50 -élevées élevé adj f p 25.02 30.68 1.06 1.76 -élevures élevure nom f p 0.00 0.07 0.00 0.07 -élevés élevé adj m p 25.02 30.68 3.78 6.22 -élia élier ver 0.05 8.99 0.00 1.35 ind:pas:3s; -élias élier ver 0.05 8.99 0.04 0.00 ind:pas:2s; -éliciter éliciter ver 0.01 0.00 0.01 0.00 inf; -élie élier ver 0.05 8.99 0.01 7.64 imp:pre:2s;ind:pre:3s; -éligibilité éligibilité nom f s 0.04 0.14 0.04 0.14 -éligible éligible adj s 0.11 0.20 0.10 0.07 -éligibles éligible adj p 0.11 0.20 0.01 0.14 -élime élimer ver 0.04 1.01 0.00 0.07 ind:pre:3s; -élimer élimer ver 0.04 1.01 0.01 0.00 inf; -élimina éliminer ver 30.28 8.04 0.01 0.20 ind:pas:3s; -éliminais éliminer ver 30.28 8.04 0.02 0.00 ind:imp:1s; -éliminait éliminer ver 30.28 8.04 0.17 0.61 ind:imp:3s; -éliminant éliminer ver 30.28 8.04 0.67 0.14 par:pre; -éliminateur éliminateur adj m s 0.03 0.00 0.01 0.00 -éliminateurs éliminateur adj m p 0.03 0.00 0.02 0.00 -élimination élimination nom f s 1.55 1.96 1.47 1.89 -éliminations élimination nom f p 1.55 1.96 0.08 0.07 -éliminatoire éliminatoire adj s 0.12 0.20 0.08 0.20 -éliminatoires éliminatoire nom f p 0.32 0.34 0.29 0.34 -élimine éliminer ver 30.28 8.04 4.00 1.01 imp:pre:2s;ind:pre:1s;ind:pre:3s; -éliminent éliminer ver 30.28 8.04 0.30 0.14 ind:pre:3p; -éliminer éliminer ver 30.28 8.04 14.66 3.58 inf; -éliminera éliminer ver 30.28 8.04 0.40 0.00 ind:fut:3s; -éliminerai éliminer ver 30.28 8.04 0.11 0.07 ind:fut:1s; -élimineraient éliminer ver 30.28 8.04 0.06 0.00 cnd:pre:3p; -éliminerais éliminer ver 30.28 8.04 0.04 0.07 cnd:pre:1s; -éliminerait éliminer ver 30.28 8.04 0.13 0.07 cnd:pre:3s; -élimineras éliminer ver 30.28 8.04 0.01 0.00 ind:fut:2s; -éliminerez éliminer ver 30.28 8.04 0.34 0.00 ind:fut:2p; -éliminerons éliminer ver 30.28 8.04 0.11 0.20 ind:fut:1p; -élimineront éliminer ver 30.28 8.04 0.06 0.07 ind:fut:3p; -élimines éliminer ver 30.28 8.04 0.47 0.07 ind:pre:2s; -éliminez éliminer ver 30.28 8.04 0.47 0.00 imp:pre:2p;ind:pre:2p; -éliminiez éliminer ver 30.28 8.04 0.03 0.00 ind:imp:2p; -éliminons éliminer ver 30.28 8.04 0.19 0.00 imp:pre:1p;ind:pre:1p; -éliminèrent éliminer ver 30.28 8.04 0.00 0.07 ind:pas:3p; -éliminé éliminer ver m s 30.28 8.04 5.47 0.95 par:pas; -éliminée éliminer ver f s 30.28 8.04 0.65 0.20 par:pas; -éliminées éliminer ver f p 30.28 8.04 0.25 0.14 par:pas; -éliminés éliminer ver m p 30.28 8.04 1.67 0.47 par:pas; -élimâmes élimer ver 0.04 1.01 0.00 0.07 ind:pas:1p; -élimé élimé adj m s 0.04 2.64 0.01 1.01 -élimée élimé adj f s 0.04 2.64 0.03 0.27 -élimées élimer ver f p 0.04 1.01 0.01 0.07 par:pas; -élimés élimer ver m p 0.04 1.01 0.02 0.14 par:pas; -élingue élingue nom f s 0.02 0.00 0.02 0.00 -élirait élire ver 11.24 13.51 0.01 0.07 cnd:pre:3s; -élire élire ver 11.24 13.51 2.15 2.03 inf; -élirez élire ver 11.24 13.51 0.02 0.07 ind:fut:2p; -éliront élire ver 11.24 13.51 0.03 0.14 ind:fut:3p; -élis élire ver 11.24 13.51 2.00 0.07 imp:pre:2s;ind:pre:1s; -élisabéthain élisabéthain adj m s 0.05 0.27 0.02 0.07 -élisabéthaine élisabéthain adj f s 0.05 0.27 0.03 0.20 -élisaient élire ver 11.24 13.51 0.00 0.14 ind:imp:3p; -élisais élire ver 11.24 13.51 0.00 0.07 ind:imp:1s; -élisait élire ver 11.24 13.51 0.01 0.07 ind:imp:3s; -élisant élire ver 11.24 13.51 0.12 0.14 par:pre; -élise élire ver 11.24 13.51 0.27 4.86 sub:pre:1s;sub:pre:3s; -élisent élire ver 11.24 13.51 0.16 0.27 ind:pre:3p; -élisez élire ver 11.24 13.51 0.08 0.07 imp:pre:2p;ind:pre:2p; -élit élire ver 11.24 13.51 0.12 0.14 ind:pre:3s; -élite élite nom f s 7.38 10.27 7.24 8.65 -élites élite nom f p 7.38 10.27 0.14 1.62 -élitisme élitisme nom m s 0.16 0.00 0.16 0.00 -élitiste élitiste adj s 0.28 0.34 0.25 0.20 -élitistes élitiste adj f p 0.28 0.34 0.03 0.14 -élixir élixir nom m s 1.56 1.42 1.52 1.28 -élixirs élixir nom m p 1.56 1.42 0.04 0.14 -ulna ulna nom f s 0.01 0.00 0.01 0.00 -ulnaire ulnaire adj m s 0.01 0.00 0.01 0.00 -élocution élocution nom f s 0.84 1.62 0.84 1.62 -éloge éloge nom m s 2.62 8.85 1.31 5.47 -éloges éloge nom m p 2.62 8.85 1.31 3.38 -élogieuse élogieux adj f s 0.42 0.81 0.06 0.34 -élogieuses élogieux adj f p 0.42 0.81 0.05 0.14 -élogieux élogieux adj m 0.42 0.81 0.30 0.34 -éloigna éloigner ver 41.15 133.11 0.10 19.19 ind:pas:3s; -éloignai éloigner ver 41.15 133.11 0.02 0.74 ind:pas:1s; -éloignaient éloigner ver 41.15 133.11 0.16 4.73 ind:imp:3p; -éloignais éloigner ver 41.15 133.11 0.28 0.41 ind:imp:1s;ind:imp:2s; -éloignait éloigner ver 41.15 133.11 0.45 16.82 ind:imp:3s; -éloignant éloigner ver 41.15 133.11 0.65 7.64 par:pre; -éloigne éloigner ver 41.15 133.11 9.77 19.26 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -éloignement éloignement nom m s 1.12 7.50 1.12 7.50 -éloignent éloigner ver 41.15 133.11 1.64 5.54 ind:pre:3p; -éloigner éloigner ver 41.15 133.11 14.51 28.45 ind:pre:2p;inf; -éloignera éloigner ver 41.15 133.11 0.43 0.47 ind:fut:3s; -éloignerai éloigner ver 41.15 133.11 0.11 0.07 ind:fut:1s; -éloigneraient éloigner ver 41.15 133.11 0.15 0.27 cnd:pre:3p; -éloignerais éloigner ver 41.15 133.11 0.09 0.00 cnd:pre:1s; -éloignerait éloigner ver 41.15 133.11 0.11 0.41 cnd:pre:3s; -éloigneras éloigner ver 41.15 133.11 0.14 0.07 ind:fut:2s; -éloignerez éloigner ver 41.15 133.11 0.04 0.00 ind:fut:2p; -éloignerons éloigner ver 41.15 133.11 0.04 0.14 ind:fut:1p; -éloigneront éloigner ver 41.15 133.11 0.04 0.00 ind:fut:3p; -éloignes éloigner ver 41.15 133.11 1.00 0.27 ind:pre:2s;sub:pre:2s; -éloignez éloigner ver 41.15 133.11 3.36 0.68 imp:pre:2p;ind:pre:2p; -éloignions éloigner ver 41.15 133.11 0.20 0.68 ind:imp:1p; -éloignâmes éloigner ver 41.15 133.11 0.00 0.20 ind:pas:1p; -éloignons éloigner ver 41.15 133.11 0.43 0.54 imp:pre:1p;ind:pre:1p; -éloignât éloigner ver 41.15 133.11 0.10 0.41 sub:imp:3s; -éloignèrent éloigner ver 41.15 133.11 0.01 3.51 ind:pas:3p; -éloigné éloigner ver m s 41.15 133.11 4.25 11.82 par:pas; -éloignée éloigner ver f s 41.15 133.11 1.48 5.07 par:pas; -éloignées éloigné adj f p 4.14 12.16 0.37 1.82 -éloignés éloigner ver m p 41.15 133.11 1.38 3.99 par:pas; -élongation élongation nom f s 0.08 0.34 0.08 0.27 -élongations élongation nom f p 0.08 0.34 0.00 0.07 -éloquemment éloquemment adv 0.05 0.34 0.05 0.34 -éloquence éloquence nom f s 1.30 4.46 1.30 4.46 -éloquent éloquent adj m s 0.98 5.34 0.81 2.30 -éloquente éloquent adj f s 0.98 5.34 0.08 1.62 -éloquentes éloquent adj f p 0.98 5.34 0.02 0.54 -éloquents éloquent adj m p 0.98 5.34 0.07 0.88 -élève élève nom s 36.84 57.77 15.83 21.69 -élèvent élever ver 52.03 103.85 1.87 5.27 ind:pre:3p; -élèvera élever ver 52.03 103.85 1.23 0.34 ind:fut:3s; -élèverai élever ver 52.03 103.85 0.55 0.41 ind:fut:1s; -élèveraient élever ver 52.03 103.85 0.11 0.07 cnd:pre:3p; -élèverais élever ver 52.03 103.85 0.16 0.00 cnd:pre:1s;cnd:pre:2s; -élèverait élever ver 52.03 103.85 0.21 0.81 cnd:pre:3s; -élèveras élever ver 52.03 103.85 0.20 0.00 ind:fut:2s; -élèveriez élever ver 52.03 103.85 0.00 0.07 cnd:pre:2p; -élèverons élever ver 52.03 103.85 0.22 0.07 ind:fut:1p; -élèveront élever ver 52.03 103.85 0.19 0.14 ind:fut:3p; -élèves élève nom p 36.84 57.77 21.01 36.08 -ultima_ratio ultima_ratio nom f s 0.00 0.07 0.00 0.07 -ultimatum ultimatum nom m s 1.32 1.55 1.23 1.55 -ultimatums ultimatum nom m p 1.32 1.55 0.09 0.00 -ultime ultime adj s 8.56 25.74 8.01 21.49 -ultimement ultimement adv 0.01 0.07 0.01 0.07 -ultimes ultime adj p 8.56 25.74 0.55 4.26 -ultimo ultimo adv 0.00 0.07 0.00 0.07 -ultra_catholique ultra_catholique adj m s 0.10 0.00 0.10 0.00 -ultra_chic ultra_chic adj s 0.03 0.20 0.03 0.14 -ultra_chic ultra_chic adj f p 0.03 0.20 0.00 0.07 -ultra_court ultra_court adj f p 0.16 0.07 0.02 0.00 -ultra_court ultra_court adj m p 0.16 0.07 0.14 0.07 -ultra_gauche ultra_gauche nom f s 0.00 0.07 0.00 0.07 -ultra_rapide ultra_rapide adj s 0.20 0.27 0.20 0.27 -ultra_secret ultra_secret adj m s 0.20 0.07 0.20 0.07 -ultra_sensible ultra_sensible adj m s 0.01 0.14 0.01 0.14 -ultra_son ultra_son nom m p 0.03 0.14 0.03 0.14 -ultra_violet ultra_violet adj 0.04 0.07 0.01 0.00 -ultra_violet ultra_violet nom s 0.04 0.07 0.04 0.07 -ultra ultra adj 1.59 1.49 1.59 1.49 -ultrafin ultrafin adj m s 0.00 0.07 0.00 0.07 -ultragauche ultragauche nom f s 0.00 0.07 0.00 0.07 -ultraléger ultraléger adj m s 0.01 0.00 0.01 0.00 -ultramarine ultramarin adj f s 0.00 0.14 0.00 0.14 -ultramoderne ultramoderne adj s 0.49 0.14 0.34 0.07 -ultramodernes ultramoderne adj p 0.49 0.14 0.14 0.07 -ultramontain ultramontain adj m s 0.00 0.20 0.00 0.07 -ultramontains ultramontain adj m p 0.00 0.20 0.00 0.14 -ultraperformant ultraperformant adj m s 0.00 0.07 0.00 0.07 -ultrarapide ultrarapide adj s 0.06 0.07 0.03 0.07 -ultrarapides ultrarapide adj m p 0.06 0.07 0.02 0.00 -ultras ultra nom p 0.49 0.81 0.00 0.34 -ultrasecret ultrasecret adj m s 0.10 0.07 0.06 0.00 -ultrasecrète ultrasecret adj f s 0.10 0.07 0.04 0.07 -ultrasensible ultrasensible adj s 0.25 0.07 0.23 0.00 -ultrasensibles ultrasensible adj m p 0.25 0.07 0.01 0.07 -ultrason ultrason nom m s 0.87 0.00 0.34 0.00 -ultrasonique ultrasonique adj s 0.25 0.00 0.25 0.00 -ultrasons ultrason nom m p 0.87 0.00 0.53 0.00 -ultraviolet ultraviolet adj m s 0.32 0.07 0.16 0.00 -ultraviolets ultraviolet nom m p 0.33 0.07 0.27 0.07 -ultraviolette ultraviolet adj f s 0.32 0.07 0.07 0.00 -ultraviolettes ultraviolet adj f p 0.32 0.07 0.01 0.00 -ultravirus ultravirus nom m 0.01 0.00 0.01 0.00 -ultérieur ultérieur adj m s 0.71 2.36 0.27 0.41 -ultérieure ultérieur adj f s 0.71 2.36 0.28 0.95 -ultérieurement ultérieurement adv 0.37 2.03 0.37 2.03 -ultérieures ultérieur adj f p 0.71 2.36 0.09 0.81 -ultérieurs ultérieur adj m p 0.71 2.36 0.07 0.20 -élu élire ver m s 11.24 13.51 5.85 4.46 par:pas; -éléates éléate nom p 0.00 0.07 0.00 0.07 -élucida élucider ver 2.43 2.64 0.00 0.07 ind:pas:3s; -élucidai élucider ver 2.43 2.64 0.00 0.07 ind:pas:1s; -élucidation élucidation nom f s 0.05 0.61 0.05 0.61 -élucide élucider ver 2.43 2.64 0.10 0.20 imp:pre:2s;ind:pre:1s;ind:pre:3s; -élucider élucider ver 2.43 2.64 1.31 1.69 inf; -élucideraient élucider ver 2.43 2.64 0.00 0.07 cnd:pre:3p; -éluciderait élucider ver 2.43 2.64 0.01 0.00 cnd:pre:3s; -élucidé élucider ver m s 2.43 2.64 0.60 0.20 par:pas; -élucidée élucider ver f s 2.43 2.64 0.09 0.07 par:pas; -élucidées élucider ver f p 2.43 2.64 0.20 0.20 par:pas; -élucidés élucider ver m p 2.43 2.64 0.13 0.07 par:pas; -élucubration élucubration nom f s 0.18 1.15 0.00 0.07 -élucubrations élucubration nom f p 0.18 1.15 0.18 1.08 -élucubre élucubrer ver 0.01 0.27 0.00 0.07 ind:pre:3s; -élucubrent élucubrer ver 0.01 0.27 0.00 0.07 ind:pre:3p; -élucubrer élucubrer ver 0.01 0.27 0.01 0.14 inf; -éluda éluder ver 0.69 5.00 0.00 0.74 ind:pas:3s; -éludai éluder ver 0.69 5.00 0.00 0.07 ind:pas:1s; -éludaient éluder ver 0.69 5.00 0.00 0.14 ind:imp:3p; -éludais éluder ver 0.69 5.00 0.01 0.07 ind:imp:1s; -éludait éluder ver 0.69 5.00 0.00 0.41 ind:imp:3s; -éludant éluder ver 0.69 5.00 0.00 0.07 par:pre; -élude éluder ver 0.69 5.00 0.07 0.47 imp:pre:2s;ind:pre:1s;ind:pre:3s; -éludent éluder ver 0.69 5.00 0.01 0.07 ind:pre:3p; -éluder éluder ver 0.69 5.00 0.33 1.89 inf; -éludes éluder ver 0.69 5.00 0.04 0.07 ind:pre:2s; -éludez éluder ver 0.69 5.00 0.13 0.00 imp:pre:2p;ind:pre:2p; -éludât éluder ver 0.69 5.00 0.00 0.14 sub:imp:3s; -éludé éluder ver m s 0.69 5.00 0.07 0.61 par:pas; -éludée éluder ver f s 0.69 5.00 0.01 0.07 par:pas; -éludées éluder ver f p 0.69 5.00 0.02 0.20 par:pas; -élue élu adj f s 5.49 4.73 3.62 2.16 -élues élu adj f p 5.49 4.73 0.14 0.68 -élégamment élégamment adv 0.23 1.89 0.23 1.89 -élégance élégance nom f s 4.17 23.51 4.12 22.77 -élégances élégance nom f p 4.17 23.51 0.06 0.74 -élégant élégant adj m s 10.13 28.85 4.74 11.35 -élégante élégant adj f s 10.13 28.85 3.86 9.46 -élégantes élégant adj f p 10.13 28.85 0.86 3.38 -élégants élégant adj m p 10.13 28.85 0.68 4.66 -élégiaque élégiaque adj s 0.10 0.27 0.10 0.20 -élégiaques élégiaque nom p 0.00 0.34 0.00 0.20 -élégie élégie nom f s 0.15 0.41 0.11 0.27 -élégies élégie nom f p 0.15 0.41 0.04 0.14 -ulula ululer ver 0.01 0.47 0.00 0.07 ind:pas:3s; -ululait ululer ver 0.01 0.47 0.00 0.14 ind:imp:3s; -ululant ululer ver 0.01 0.47 0.00 0.07 par:pre; -ulule ululer ver 0.01 0.47 0.01 0.07 ind:pre:3s; -ululement ululement nom m s 0.00 0.47 0.00 0.41 -ululements ululement nom m p 0.00 0.47 0.00 0.07 -ululer ululer ver 0.01 0.47 0.00 0.14 inf; -élément_clé élément_clé nom m s 0.09 0.00 0.09 0.00 -élément élément nom m s 24.03 63.04 10.20 16.15 -élémentaire élémentaire adj s 3.09 14.05 2.26 10.20 -élémentaires élémentaire adj p 3.09 14.05 0.82 3.85 -élémentarité élémentarité nom f s 0.00 0.07 0.00 0.07 -éléments_clé éléments_clé nom m p 0.02 0.00 0.02 0.00 -éléments élément nom m p 24.03 63.04 13.83 46.89 -éléphant éléphant nom m s 15.36 15.20 10.17 8.92 -éléphante éléphant nom f s 15.36 15.20 0.02 0.20 -éléphanteau éléphanteau nom m s 0.02 0.20 0.02 0.20 -éléphantes éléphant nom f p 15.36 15.20 0.00 0.07 -éléphantesque éléphantesque adj s 0.02 0.27 0.02 0.07 -éléphantesques éléphantesque adj p 0.02 0.27 0.00 0.20 -éléphantiasique éléphantiasique adj s 0.01 0.00 0.01 0.00 -éléphantiasis éléphantiasis nom m 0.04 0.27 0.04 0.27 -éléphantine éléphantin adj f s 0.01 0.34 0.01 0.07 -éléphantines éléphantin adj f p 0.01 0.34 0.00 0.27 -éléphants éléphant nom m p 15.36 15.20 5.17 6.01 -élus élu nom m p 4.41 5.81 1.59 4.12 -élusifs élusif adj m p 0.01 0.07 0.00 0.07 -élusive élusif adj f s 0.01 0.07 0.01 0.00 -élut élire ver 11.24 13.51 0.00 0.14 ind:pas:3s; -élévateur élévateur nom m s 0.28 0.00 0.25 0.00 -élévateurs élévateur nom m p 0.28 0.00 0.03 0.00 -élévation élévation nom f s 0.33 3.11 0.30 2.97 -élévations élévation nom f p 0.33 3.11 0.04 0.14 -élévatrice élévateur adj f s 0.23 0.27 0.01 0.00 -élévatrices élévateur adj f p 0.23 0.27 0.01 0.00 -élysée élysée nom m s 0.16 3.72 0.16 3.72 -élyséen élyséen adj m s 0.00 0.14 0.00 0.07 -élyséenne élyséen adj f s 0.00 0.14 0.00 0.07 -élytre élytre nom m s 0.01 1.76 0.01 0.00 -élytres élytre nom m p 0.01 1.76 0.00 1.76 -émût émouvoir ver 9.46 37.43 0.00 0.07 sub:imp:3s; -émaciait émacier ver 0.17 1.01 0.00 0.14 ind:imp:3s; -émacie émacier ver 0.17 1.01 0.00 0.14 ind:pre:3s; -émacié émacier ver m s 0.17 1.01 0.14 0.41 par:pas; -émaciée émacié adj f s 0.05 2.57 0.00 0.34 -émaciées émacier ver f p 0.17 1.01 0.01 0.00 par:pas; -émaciés émacié adj m p 0.05 2.57 0.02 0.07 -émail émail nom m s 0.57 6.42 0.56 5.74 -émailla émailler ver 0.24 2.84 0.00 0.07 ind:pas:3s; -émaillaient émailler ver 0.24 2.84 0.00 0.47 ind:imp:3p; -émaillait émailler ver 0.24 2.84 0.00 0.07 ind:imp:3s; -émaillant émailler ver 0.24 2.84 0.01 0.00 par:pre; -émaille émailler ver 0.24 2.84 0.01 0.07 ind:pre:1s;ind:pre:3s; -émaillent émailler ver 0.24 2.84 0.00 0.20 ind:pre:3p; -émailler émailler ver 0.24 2.84 0.01 0.34 inf; -émaillé émailler ver m s 0.24 2.84 0.03 0.74 par:pas; -émaillée émailler ver f s 0.24 2.84 0.17 0.47 par:pas; -émaillées émailler ver f p 0.24 2.84 0.01 0.27 par:pas; -émaillés émaillé adj m p 0.01 2.64 0.00 0.27 -émanaient émaner ver 2.77 9.93 0.06 0.54 ind:imp:3p; -émanait émaner ver 2.77 9.93 0.15 4.66 ind:imp:3s; -émanant émaner ver 2.77 9.93 0.72 1.22 par:pre; -émanation émanation nom f s 0.78 3.11 0.07 1.08 -émanations émanation nom f p 0.78 3.11 0.70 2.03 -émancipait émanciper ver 0.41 0.74 0.00 0.07 ind:imp:3s; -émancipateur émancipateur adj m s 0.02 0.07 0.02 0.00 -émancipation émancipation nom f s 1.12 1.15 1.12 1.15 -émancipatrice émancipateur adj f s 0.02 0.07 0.00 0.07 -émancipe émanciper ver 0.41 0.74 0.05 0.00 ind:pre:3s; -émancipent émanciper ver 0.41 0.74 0.00 0.14 ind:pre:3p; -émanciper émanciper ver 0.41 0.74 0.11 0.27 inf; -émancipé émanciper ver m s 0.41 0.74 0.14 0.07 par:pas; -émancipée émancipé adj f s 0.25 0.41 0.12 0.20 -émancipées émanciper ver f p 0.41 0.74 0.00 0.14 par:pas; -émancipés émanciper ver m p 0.41 0.74 0.02 0.00 par:pas; -émane émaner ver 2.77 9.93 1.31 2.09 imp:pre:2s;ind:pre:3s; -émanent émaner ver 2.77 9.93 0.34 0.47 ind:pre:3p; -émaner émaner ver 2.77 9.93 0.10 0.54 inf; -émanera émaner ver 2.77 9.93 0.01 0.00 ind:fut:3s; -émanerait émaner ver 2.77 9.93 0.02 0.07 cnd:pre:3s; -émané émaner ver m s 2.77 9.93 0.04 0.00 par:pas; -émanée émaner ver f s 2.77 9.93 0.00 0.20 par:pas; -émanées émaner ver f p 2.77 9.93 0.00 0.07 par:pas; -émanés émaner ver m p 2.77 9.93 0.00 0.07 par:pas; -émarge émarger ver 0.02 0.41 0.02 0.07 ind:pre:1s;ind:pre:3s; -émargeaient émarger ver 0.02 0.41 0.00 0.07 ind:imp:3p; -émargeait émarger ver 0.02 0.41 0.00 0.07 ind:imp:3s; -émargeant émarger ver 0.02 0.41 0.00 0.07 par:pre; -émargement émargement nom m s 0.01 0.00 0.01 0.00 -émarger émarger ver 0.02 0.41 0.00 0.14 inf; -émasculaient émasculer ver 0.31 0.68 0.00 0.07 ind:imp:3p; -émasculation émasculation nom f s 0.02 0.14 0.02 0.14 -émascule émasculer ver 0.31 0.68 0.03 0.14 ind:pre:1s;ind:pre:3s; -émasculer émasculer ver 0.31 0.68 0.22 0.14 inf; -émasculé émasculer ver m s 0.31 0.68 0.04 0.07 par:pas; -émasculée émasculer ver f s 0.31 0.68 0.00 0.07 par:pas; -émasculées émasculer ver f p 0.31 0.68 0.00 0.07 par:pas; -émasculés émasculer ver m p 0.31 0.68 0.03 0.14 par:pas; -émaux émail nom m p 0.57 6.42 0.01 0.68 -umbanda umbanda nom m s 0.10 0.00 0.10 0.00 -émeraude émeraude nom f s 2.77 6.42 0.88 3.58 -émeraudes émeraude nom p 2.77 6.42 1.88 2.84 -émerge émerger ver 3.73 30.20 1.14 5.07 imp:pre:2s;ind:pre:1s;ind:pre:3s; -émergea émerger ver 3.73 30.20 0.04 2.64 ind:pas:3s; -émergeai émerger ver 3.73 30.20 0.04 0.20 ind:pas:1s; -émergeaient émerger ver 3.73 30.20 0.10 2.50 ind:imp:3p; -émergeais émerger ver 3.73 30.20 0.21 0.27 ind:imp:1s; -émergeait émerger ver 3.73 30.20 0.03 5.41 ind:imp:3s; -émergeant émerger ver 3.73 30.20 0.28 4.53 par:pre; -émergence émergence nom f s 0.49 0.54 0.49 0.41 -émergences émergence nom f p 0.49 0.54 0.00 0.14 -émergent émerger ver 3.73 30.20 0.22 2.64 ind:pre:3p;sub:pre:3p; -émergente émergent adj f s 0.11 0.41 0.01 0.00 -émergeons émerger ver 3.73 30.20 0.00 0.27 ind:pre:1p; -émergeât émerger ver 3.73 30.20 0.00 0.07 sub:imp:3s; -émerger émerger ver 3.73 30.20 0.70 4.46 inf; -émergera émerger ver 3.73 30.20 0.34 0.07 ind:fut:3s; -émergerait émerger ver 3.73 30.20 0.00 0.14 cnd:pre:3s; -émergeras émerger ver 3.73 30.20 0.00 0.07 ind:fut:2s; -émergerons émerger ver 3.73 30.20 0.03 0.00 ind:fut:1p; -émergeront émerger ver 3.73 30.20 0.01 0.00 ind:fut:3p; -émerges émerger ver 3.73 30.20 0.06 0.14 ind:pre:2s; -émergions émerger ver 3.73 30.20 0.00 0.20 ind:imp:1p; -émergèrent émerger ver 3.73 30.20 0.11 0.27 ind:pas:3p; -émergé émerger ver m s 3.73 30.20 0.38 1.01 par:pas; -émergée émerger ver f s 3.73 30.20 0.05 0.20 par:pas; -émergées émergé adj f p 0.00 0.34 0.00 0.07 -émergés émerger ver m p 3.73 30.20 0.00 0.07 par:pas; -émeri émeri nom m s 0.16 0.95 0.16 0.95 -émerillon émerillon nom m s 0.00 0.20 0.00 0.20 -émerillonné émerillonné adj m s 0.00 0.07 0.00 0.07 -émerisé émeriser ver m s 0.00 0.14 0.00 0.07 par:pas; -émerisées émeriser ver f p 0.00 0.14 0.00 0.07 par:pas; -émersion émersion nom f s 0.00 0.07 0.00 0.07 -émerveilla émerveiller ver 1.40 20.81 0.00 0.47 ind:pas:3s; -émerveillai émerveiller ver 1.40 20.81 0.00 0.14 ind:pas:1s; -émerveillaient émerveiller ver 1.40 20.81 0.00 0.88 ind:imp:3p; -émerveillais émerveiller ver 1.40 20.81 0.01 0.34 ind:imp:1s; -émerveillait émerveiller ver 1.40 20.81 0.01 3.38 ind:imp:3s; -émerveillant émerveiller ver 1.40 20.81 0.01 0.81 par:pre; -émerveille émerveiller ver 1.40 20.81 0.43 1.62 imp:pre:2s;ind:pre:1s;ind:pre:3s; -émerveillement émerveillement nom m s 0.58 8.24 0.56 7.36 -émerveillements émerveillement nom m p 0.58 8.24 0.02 0.88 -émerveillent émerveiller ver 1.40 20.81 0.00 0.74 ind:pre:3p; -émerveiller émerveiller ver 1.40 20.81 0.12 1.15 inf; -émerveillerait émerveiller ver 1.40 20.81 0.00 0.07 cnd:pre:3s; -émerveillèrent émerveiller ver 1.40 20.81 0.00 0.07 ind:pas:3p; -émerveillé émerveiller ver m s 1.40 20.81 0.36 5.81 par:pas; -émerveillée émerveiller ver f s 1.40 20.81 0.38 3.11 par:pas; -émerveillées émerveiller ver f p 1.40 20.81 0.01 0.34 par:pas; -émerveillés émerveiller ver m p 1.40 20.81 0.08 1.89 par:pas; -émet émettre ver 9.45 17.23 1.85 2.57 ind:pre:3s; -émets émettre ver 9.45 17.23 0.48 0.47 imp:pre:2s;ind:pre:1s;ind:pre:2s; -émettaient émettre ver 9.45 17.23 0.01 0.74 ind:imp:3p; -émettait émettre ver 9.45 17.23 0.09 1.55 ind:imp:3s; -émettant émettre ver 9.45 17.23 0.14 1.08 par:pre; -émette émettre ver 9.45 17.23 0.20 0.00 sub:pre:1s;sub:pre:3s; -émettent émettre ver 9.45 17.23 0.91 0.34 ind:pre:3p; -émetteur_récepteur émetteur_récepteur nom m s 0.05 0.00 0.05 0.00 -émetteur émetteur nom m s 3.35 0.54 3.06 0.34 -émetteurs émetteur nom m p 3.35 0.54 0.29 0.20 -émettez émettre ver 9.45 17.23 0.10 0.07 imp:pre:2p;ind:pre:2p; -émettons émettre ver 9.45 17.23 0.14 0.07 imp:pre:1p;ind:pre:1p; -émettra émettre ver 9.45 17.23 0.28 0.07 ind:fut:3s; -émettrai émettre ver 9.45 17.23 0.04 0.00 ind:fut:1s; -émettre émettre ver 9.45 17.23 2.96 3.04 inf; -émettrice émetteur adj f s 1.01 0.47 0.01 0.07 -émettrons émettre ver 9.45 17.23 0.05 0.00 ind:fut:1p; -émettront émettre ver 9.45 17.23 0.00 0.07 ind:fut:3p; -émeu émeu nom m s 0.09 0.07 0.09 0.00 -émeus émouvoir ver 9.46 37.43 0.14 0.07 imp:pre:2s;ind:pre:1s;ind:pre:2s; -émeut émouvoir ver 9.46 37.43 1.22 4.73 ind:pre:3s; -émeute émeute nom f s 6.75 5.81 4.03 3.65 -émeutes émeute nom f p 6.75 5.81 2.71 2.16 -émeutier émeutier nom m s 0.26 0.81 0.01 0.00 -émeutiers émeutier nom m p 0.26 0.81 0.25 0.81 -émeuve émouvoir ver 9.46 37.43 0.01 0.54 sub:pre:1s;sub:pre:3s; -émeuvent émouvoir ver 9.46 37.43 0.14 1.01 ind:pre:3p;sub:pre:3p; -émietta émietter ver 0.09 3.31 0.00 0.47 ind:pas:3s; -émiettaient émietter ver 0.09 3.31 0.00 0.41 ind:imp:3p; -émiettait émietter ver 0.09 3.31 0.00 0.54 ind:imp:3s; -émiette émietter ver 0.09 3.31 0.02 0.47 ind:pre:1s;ind:pre:3s; -émiettement émiettement nom m s 0.00 0.47 0.00 0.27 -émiettements émiettement nom m p 0.00 0.47 0.00 0.20 -émiettent émietter ver 0.09 3.31 0.01 0.07 ind:pre:3p; -émietter émietter ver 0.09 3.31 0.05 0.47 inf; -émietterait émietter ver 0.09 3.31 0.00 0.07 cnd:pre:3s; -émiettez émietter ver 0.09 3.31 0.01 0.00 ind:pre:2p; -émiettèrent émietter ver 0.09 3.31 0.00 0.07 ind:pas:3p; -émietté émietter ver m s 0.09 3.31 0.00 0.61 par:pas; -émiettée émietter ver f s 0.09 3.31 0.00 0.07 par:pas; -émiettés émietter ver m p 0.09 3.31 0.00 0.07 par:pas; -émigra émigrer ver 3.15 3.31 0.02 0.07 ind:pas:3s; -émigrai émigrer ver 3.15 3.31 0.01 0.07 ind:pas:1s; -émigraient émigrer ver 3.15 3.31 0.01 0.00 ind:imp:3p; -émigrais émigrer ver 3.15 3.31 0.01 0.07 ind:imp:1s; -émigrait émigrer ver 3.15 3.31 0.00 0.07 ind:imp:3s; -émigrant émigrant nom m s 0.50 0.81 0.20 0.20 -émigrante émigrant nom f s 0.50 0.81 0.10 0.00 -émigrants émigrant nom m p 0.50 0.81 0.20 0.61 -émigration émigration nom f s 0.60 1.15 0.60 1.15 -émigre émigrer ver 3.15 3.31 0.28 0.20 imp:pre:2s;ind:pre:1s;ind:pre:3s; -émigrent émigrer ver 3.15 3.31 0.14 0.00 ind:pre:3p; -émigrer émigrer ver 3.15 3.31 1.02 0.47 inf; -émigrèrent émigrer ver 3.15 3.31 0.01 0.07 ind:pas:3p; -émigré émigrer ver m s 3.15 3.31 1.63 1.55 par:pas; -émigrée émigrer ver f s 3.15 3.31 0.01 0.27 par:pas; -émigrés émigré nom m p 0.91 3.45 0.62 2.30 -émilien émilien nom m s 0.00 3.38 0.00 0.07 -émilienne émilien nom f s 0.00 3.38 0.00 3.31 -émincer émincer ver 0.38 0.47 0.12 0.07 inf; -émincez émincer ver 0.38 0.47 0.12 0.00 imp:pre:2p;ind:pre:2p; -émincé émincer ver m s 0.38 0.47 0.11 0.20 par:pas; -émincée émincer ver f s 0.38 0.47 0.01 0.00 par:pas; -émincées émincer ver f p 0.38 0.47 0.01 0.14 par:pas; -émincés émincé nom m p 0.15 0.14 0.11 0.00 -éminemment éminemment adv 0.13 1.49 0.13 1.49 -éminence éminence nom f s 1.19 3.85 1.18 3.04 -éminences éminence nom f p 1.19 3.85 0.01 0.81 -éminent éminent adj m s 2.37 5.00 1.66 2.03 -éminente éminent adj f s 2.37 5.00 0.07 1.15 -éminentes éminent adj f p 2.37 5.00 0.03 0.47 -éminentissimes éminentissime adj m p 0.00 0.07 0.00 0.07 -éminents éminent adj m p 2.37 5.00 0.61 1.35 -émir émir nom m s 0.86 0.81 0.75 0.68 -émirat émirat nom m s 0.01 0.27 0.00 0.07 -émirats émirat nom m p 0.01 0.27 0.01 0.20 -émirs émir nom m p 0.86 0.81 0.11 0.14 -émis émettre ver m 9.45 17.23 1.57 2.30 ind:pas:1s;ind:pas:2s;par:pas;par:pas; -émise émettre ver f s 9.45 17.23 0.23 0.20 par:pas; -émises émettre ver f p 9.45 17.23 0.32 0.47 par:pas; -émissaire émissaire adj m s 2.02 1.22 1.87 1.01 -émissaires émissaire nom m p 2.03 3.72 0.33 2.57 -émission émission nom f s 32.31 10.95 27.75 7.36 -émissions émission nom f p 32.31 10.95 4.56 3.58 -émit émettre ver 9.45 17.23 0.10 4.19 ind:pas:3s; -émoi émoi nom m s 1.71 7.77 1.41 5.88 -émois émoi nom m p 1.71 7.77 0.30 1.89 -émollient émollient adj m s 0.00 0.41 0.00 0.07 -émolliente émollient adj f s 0.00 0.41 0.00 0.34 -émoluments émolument nom m p 0.01 0.20 0.01 0.20 -émondait émonder ver 0.02 0.68 0.00 0.07 ind:imp:3s; -émonder émonder ver 0.02 0.68 0.01 0.27 inf; -émondera émonder ver 0.02 0.68 0.00 0.07 ind:fut:3s; -émondeur émondeur nom m s 0.00 0.14 0.00 0.14 -émondons émonder ver 0.02 0.68 0.00 0.07 imp:pre:1p; -émondé émonder ver m s 0.02 0.68 0.01 0.07 par:pas; -émondée émonder ver f s 0.02 0.68 0.00 0.07 par:pas; -émondées émonder ver f p 0.02 0.68 0.00 0.07 par:pas; -émotif émotif adj m s 2.65 1.15 1.16 0.61 -émotifs émotif adj m p 2.65 1.15 0.10 0.27 -émotion émotion nom f s 26.33 59.59 14.03 47.97 -émotionnante émotionnant adj f s 0.00 0.07 0.00 0.07 -émotionne émotionner ver 0.54 0.14 0.14 0.07 ind:pre:3s; -émotionnel émotionnel adj m s 5.57 0.41 3.14 0.27 -émotionnelle émotionnel adj f s 5.57 0.41 1.58 0.07 -émotionnellement émotionnellement adv 1.53 0.00 1.53 0.00 -émotionnelles émotionnel adj f p 5.57 0.41 0.17 0.00 -émotionnels émotionnel adj m p 5.57 0.41 0.68 0.07 -émotionné émotionner ver m s 0.54 0.14 0.40 0.07 par:pas; -émotions émotion nom f p 26.33 59.59 12.30 11.62 -émotive émotif adj f s 2.65 1.15 1.22 0.27 -émotives émotif adj f p 2.65 1.15 0.16 0.00 -émotivité émotivité nom f s 0.15 0.47 0.15 0.47 -émouchets émouchet nom m p 0.00 0.07 0.00 0.07 -émoulu émoudre ver m s 0.02 0.61 0.02 0.47 par:pas; -émoulue émoulu adj f s 0.02 0.14 0.01 0.00 -émoulus émoudre ver m p 0.02 0.61 0.00 0.07 par:pas; -émoussa émousser ver 0.61 2.64 0.00 0.07 ind:pas:3s; -émoussai émousser ver 0.61 2.64 0.00 0.07 ind:pas:1s; -émoussaient émousser ver 0.61 2.64 0.00 0.07 ind:imp:3p; -émoussait émousser ver 0.61 2.64 0.01 0.07 ind:imp:3s; -émoussant émousser ver 0.61 2.64 0.13 0.07 par:pre; -émousse émousser ver 0.61 2.64 0.17 0.41 imp:pre:2s;ind:pre:3s; -émoussement émoussement nom m s 0.00 0.07 0.00 0.07 -émoussent émousser ver 0.61 2.64 0.01 0.20 ind:pre:3p; -émousser émousser ver 0.61 2.64 0.05 0.47 inf; -émousseront émousser ver 0.61 2.64 0.00 0.07 ind:fut:3p; -émoussèrent émousser ver 0.61 2.64 0.00 0.07 ind:pas:3p; -émoussé émousser ver m s 0.61 2.64 0.19 0.07 par:pas; -émoussée émoussé adj f s 0.59 0.81 0.34 0.14 -émoussées émoussé adj f p 0.59 0.81 0.04 0.27 -émoussés émoussé adj m p 0.59 0.81 0.14 0.14 -émoustilla émoustiller ver 0.38 2.36 0.00 0.14 ind:pas:3s; -émoustillait émoustiller ver 0.38 2.36 0.01 0.27 ind:imp:3s; -émoustillant émoustillant adj m s 0.23 0.14 0.11 0.00 -émoustillante émoustillant adj f s 0.23 0.14 0.12 0.14 -émoustiller émoustiller ver 0.38 2.36 0.16 0.41 inf; -émoustillera émoustiller ver 0.38 2.36 0.00 0.07 ind:fut:3s; -émoustillé émoustiller ver m s 0.38 2.36 0.07 0.68 par:pas; -émoustillée émoustiller ver f s 0.38 2.36 0.06 0.41 par:pas; -émoustillées émoustiller ver f p 0.38 2.36 0.00 0.07 par:pas; -émoustillés émoustiller ver m p 0.38 2.36 0.04 0.34 par:pas; -émouvaient émouvoir ver 9.46 37.43 0.01 0.27 ind:imp:3p; -émouvais émouvoir ver 9.46 37.43 0.10 0.34 ind:imp:1s;ind:imp:2s; -émouvait émouvoir ver 9.46 37.43 0.03 2.64 ind:imp:3s; -émouvant émouvant adj m s 5.21 14.05 3.51 4.80 -émouvante émouvant adj f s 5.21 14.05 1.16 6.08 -émouvantes émouvant adj f p 5.21 14.05 0.28 1.55 -émouvants émouvant adj m p 5.21 14.05 0.26 1.62 -émouvez émouvoir ver 9.46 37.43 0.00 0.07 imp:pre:2p; -émouvoir émouvoir ver 9.46 37.43 1.29 6.08 inf; -émouvrait émouvoir ver 9.46 37.43 0.01 0.14 cnd:pre:3s; -émèchent émécher ver 0.40 0.27 0.00 0.07 ind:pre:3p; -ému émouvoir ver m s 9.46 37.43 3.69 10.47 par:pas; -éméché émécher ver m s 0.40 0.27 0.26 0.00 par:pas; -éméchée émécher ver f s 0.40 0.27 0.05 0.07 par:pas; -éméchées émécher ver f p 0.40 0.27 0.02 0.07 par:pas; -éméchés éméché adj m p 0.27 1.82 0.09 0.95 -émue ému adj f s 4.89 12.09 1.92 3.78 -émues ému adj f p 4.89 12.09 0.14 0.54 -émulation émulation nom f s 0.07 2.30 0.07 2.23 -émulations émulation nom f p 0.07 2.30 0.00 0.07 -émule émule nom s 0.24 0.95 0.17 0.88 -émuler émuler ver 0.01 0.00 0.01 0.00 inf; -émules émule nom p 0.24 0.95 0.07 0.07 -émulsifiant émulsifiant adj m s 0.01 0.00 0.01 0.00 -émulsifier émulsifier ver 0.01 0.00 0.01 0.00 inf; -émulsion émulsion nom f s 0.24 0.07 0.24 0.07 -émulsionné émulsionner ver m s 0.00 0.07 0.00 0.07 par:pas; -émulsive émulsif adj f s 0.01 0.00 0.01 0.00 -émurent émouvoir ver 9.46 37.43 0.00 0.34 ind:pas:3p; -émérite émérite adj s 0.92 0.20 0.80 0.14 -émérites émérite adj p 0.92 0.20 0.12 0.07 -émus ému adj m p 4.89 12.09 0.52 0.88 -émussent émouvoir ver 9.46 37.43 0.00 0.07 sub:imp:3p; -émut émouvoir ver 9.46 37.43 0.40 3.24 ind:pas:3s; -émétine émétine nom f s 0.01 0.00 0.01 0.00 -émétique émétique adj m s 0.27 0.00 0.27 0.00 -un un art_ind m s 12087.62 13550.68 12087.62 13550.68 -unît unir ver 25.15 32.16 0.00 0.07 sub:imp:3s; -énamourant énamourer ver 0.00 0.41 0.00 0.07 par:pre; -énamouré énamouré adj m s 0.06 0.54 0.04 0.14 -énamourée énamouré adj f s 0.06 0.54 0.00 0.14 -énamourées énamouré adj f p 0.06 0.54 0.01 0.00 -énamourés énamouré adj m p 0.06 0.54 0.01 0.27 -unanime unanime adj s 2.18 6.08 1.77 4.66 -unanimement unanimement adv 0.06 1.35 0.06 1.35 -unanimes unanime adj p 2.18 6.08 0.41 1.42 -unanimisme unanimisme nom m s 0.00 0.07 0.00 0.07 -unanimité unanimité nom f s 2.63 3.78 2.63 3.78 -énarque énarque nom s 0.15 0.34 0.15 0.20 -énarques énarque nom p 0.15 0.34 0.00 0.14 -unau unau nom m s 0.01 0.00 0.01 0.00 -underground underground adj 0.89 0.34 0.89 0.34 -une une art_ind f s 7907.85 9587.97 7907.85 9587.97 -énergie énergie nom f s 43.06 29.66 42.18 27.64 -énergies énergie nom f p 43.06 29.66 0.88 2.03 -énergique énergique adj s 1.77 5.47 1.37 3.99 -énergiquement énergiquement adv 0.35 3.65 0.35 3.65 -énergiques énergique adj p 1.77 5.47 0.40 1.49 -énergisant énergisant adj m s 0.08 0.00 0.01 0.00 -énergisant énergisant nom m s 0.01 0.00 0.01 0.00 -énergisante énergisant adj f s 0.08 0.00 0.07 0.00 -énergisée énergisé adj f s 0.01 0.00 0.01 0.00 -énergumène énergumène nom s 0.68 1.49 0.51 0.95 -énergumènes énergumène nom p 0.68 1.49 0.18 0.54 -énergétique énergétique adj s 2.50 0.61 1.75 0.27 -énergétiques énergétique adj p 2.50 0.61 0.74 0.34 -énerva énerver ver 53.83 23.72 0.10 2.16 ind:pas:3s; -énervai énerver ver 53.83 23.72 0.00 0.07 ind:pas:1s; -énervaient énerver ver 53.83 23.72 0.03 0.81 ind:imp:3p; -énervais énerver ver 53.83 23.72 0.16 0.14 ind:imp:1s;ind:imp:2s; -énervait énerver ver 53.83 23.72 0.98 4.53 ind:imp:3s; -énervant énervant adj m s 1.98 1.89 1.27 0.74 -énervante énervant adj f s 1.98 1.89 0.57 0.88 -énervantes énervant adj f p 1.98 1.89 0.04 0.20 -énervants énervant adj m p 1.98 1.89 0.11 0.07 -énerve énerver ver 53.83 23.72 21.70 6.28 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:1s; -énervement énervement nom m s 0.34 3.58 0.34 3.38 -énervements énervement nom m p 0.34 3.58 0.00 0.20 -énervent énerver ver 53.83 23.72 1.27 0.61 ind:pre:3p; -énerver énerver ver 53.83 23.72 10.36 3.38 inf; -énervera énerver ver 53.83 23.72 0.09 0.00 ind:fut:3s; -énerverai énerver ver 53.83 23.72 0.05 0.00 ind:fut:1s; -énerveraient énerver ver 53.83 23.72 0.01 0.00 cnd:pre:3p; -énerverait énerver ver 53.83 23.72 0.70 0.00 cnd:pre:3s; -énerveront énerver ver 53.83 23.72 0.01 0.00 ind:fut:3p; -énerves énerver ver 53.83 23.72 4.36 0.74 ind:pre:2s; -énervez énerver ver 53.83 23.72 2.83 0.68 imp:pre:2p;ind:pre:2p; -énerviez énerver ver 53.83 23.72 0.07 0.00 ind:imp:2p; -énervions énerver ver 53.83 23.72 0.01 0.00 ind:imp:1p; -énervâmes énerver ver 53.83 23.72 0.00 0.07 ind:pas:1p; -énervons énerver ver 53.83 23.72 0.17 0.00 imp:pre:1p;ind:pre:1p; -énervé énerver ver m s 53.83 23.72 7.03 1.69 par:pas; -énervée énerver ver f s 53.83 23.72 3.00 1.08 par:pas; -énervées énerver ver f p 53.83 23.72 0.10 0.14 par:pas; -énervés énerver ver m p 53.83 23.72 0.55 0.68 par:pas; -unes unes pro_ind f p 3.42 19.59 3.42 19.59 -unetelle unetelle nom m s 0.01 0.61 0.01 0.61 -unguéal unguéal adj m s 0.01 0.00 0.01 0.00 -uni unir ver m s 25.15 32.16 1.57 2.77 par:pas; -uniate uniate adj m s 0.00 0.07 0.00 0.07 -unicellulaire unicellulaire adj m s 0.05 0.00 0.05 0.00 -unicité unicité nom f s 0.19 0.41 0.19 0.41 -unicorne unicorne adj s 0.01 0.00 0.01 0.00 -unidimensionnel unidimensionnel adj m s 0.16 0.07 0.14 0.07 -unidimensionnelle unidimensionnel adj f s 0.16 0.07 0.01 0.00 -unidirectionnel unidirectionnel adj m s 0.06 0.14 0.03 0.14 -unidirectionnelle unidirectionnel adj f s 0.06 0.14 0.02 0.00 -unidirectionnels unidirectionnel adj m p 0.06 0.14 0.01 0.00 -unie uni adj f s 10.08 13.78 1.17 2.57 -unies uni adj f p 10.08 13.78 3.46 4.73 -unification unification nom f s 1.50 0.34 1.50 0.34 -unificatrice unificateur adj f s 0.03 0.00 0.03 0.00 -unifie unifier ver 1.51 1.42 0.00 0.14 ind:pre:3s; -unifient unifier ver 1.51 1.42 0.04 0.00 ind:pre:3p; -unifier unifier ver 1.51 1.42 0.56 0.54 inf; -unifiez unifier ver 1.51 1.42 0.02 0.00 imp:pre:2p; -unifié unifier ver m s 1.51 1.42 0.40 0.41 par:pas; -unifiée unifier ver f s 1.51 1.42 0.20 0.14 par:pas; -unifiées unifier ver f p 1.51 1.42 0.00 0.14 par:pas; -unifiés unifier ver m p 1.51 1.42 0.30 0.07 par:pas; -uniforme uniforme nom m s 31.01 50.14 24.92 38.72 -uniformes uniforme nom m p 31.01 50.14 6.09 11.42 -uniformisait uniformiser ver 0.10 0.54 0.00 0.14 ind:imp:3s; -uniformisation uniformisation nom f s 0.01 0.27 0.01 0.27 -uniformise uniformiser ver 0.10 0.54 0.10 0.20 ind:pre:3s; -uniformiser uniformiser ver 0.10 0.54 0.00 0.07 inf; -uniformisée uniformiser ver f s 0.10 0.54 0.00 0.07 par:pas; -uniformisés uniformiser ver m p 0.10 0.54 0.00 0.07 par:pas; -uniformité uniformité nom f s 0.07 1.35 0.07 1.35 -uniformément uniformément adv 0.06 4.05 0.06 4.05 -énigmatique énigmatique adj s 0.82 8.11 0.80 5.88 -énigmatiquement énigmatiquement adv 0.00 0.47 0.00 0.47 -énigmatiques énigmatique adj p 0.82 8.11 0.02 2.23 -énigme énigme nom f s 7.29 10.88 5.45 8.58 -énigmes énigme nom f p 7.29 10.88 1.85 2.30 -unijambiste unijambiste adj s 0.54 0.20 0.53 0.20 -unijambistes unijambiste nom p 0.22 0.20 0.01 0.07 -unilatéral unilatéral adj m s 0.43 0.68 0.22 0.20 -unilatérale unilatéral adj f s 0.43 0.68 0.16 0.27 -unilatéralement unilatéralement adv 0.10 0.41 0.10 0.41 -unilatérales unilatéral adj f p 0.43 0.68 0.04 0.20 -unilatéralité unilatéralité nom f s 0.03 0.00 0.03 0.00 -unilatéraux unilatéral adj m p 0.43 0.68 0.01 0.00 -uniment uniment adv 0.00 0.47 0.00 0.47 -uninominal uninominal adj m s 0.00 0.27 0.00 0.20 -uninominales uninominal adj f p 0.00 0.27 0.00 0.07 -union union nom f s 19.14 30.07 18.10 29.19 -unioniste unioniste adj s 0.07 0.07 0.07 0.07 -unionistes unioniste nom p 0.01 0.07 0.00 0.07 -unions union nom f p 19.14 30.07 1.04 0.88 -uniprix uniprix nom m 0.00 0.61 0.00 0.61 -unique unique adj s 45.43 70.14 43.12 66.76 -uniquement uniquement adv 21.86 24.66 21.86 24.66 -uniques unique adj p 45.43 70.14 2.31 3.38 -unir unir ver 25.15 32.16 5.84 5.14 inf; -unira unir ver 25.15 32.16 0.45 0.20 ind:fut:3s; -unirai unir ver 25.15 32.16 0.16 0.00 ind:fut:1s; -uniraient unir ver 25.15 32.16 0.00 0.14 cnd:pre:3p; -unirait unir ver 25.15 32.16 0.06 0.20 cnd:pre:3s; -unirent unir ver 25.15 32.16 0.17 0.34 ind:pas:3p; -unirez unir ver 25.15 32.16 0.01 0.00 ind:fut:2p; -unirions unir ver 25.15 32.16 0.14 0.00 cnd:pre:1p; -unirons unir ver 25.15 32.16 0.27 0.00 ind:fut:1p; -uniront unir ver 25.15 32.16 0.21 0.00 ind:fut:3p; -unis unir ver m p 25.15 32.16 6.63 4.53 imp:pre:2s;ind:pre:1s;par:pas; -unisexe unisexe adj s 0.12 0.14 0.10 0.14 -unisexes unisexe adj f p 0.12 0.14 0.01 0.00 -unissaient unir ver 25.15 32.16 0.29 2.57 ind:imp:3p; -unissais unir ver 25.15 32.16 0.00 0.07 ind:imp:1s; -unissait unir ver 25.15 32.16 0.34 5.20 ind:imp:3s; -unissant unir ver 25.15 32.16 0.14 1.28 par:pre; -unisse unir ver 25.15 32.16 1.04 0.07 sub:pre:1s;sub:pre:3s; -unissent unir ver 25.15 32.16 1.23 2.09 ind:pre:3p; -unisses unir ver 25.15 32.16 0.00 0.07 sub:pre:2s; -unissez unir ver 25.15 32.16 1.43 0.47 imp:pre:2p;ind:pre:2p; -unissiez unir ver 25.15 32.16 0.00 0.07 ind:imp:2p; -unissions unir ver 25.15 32.16 0.02 0.14 ind:imp:1p; -unisson unisson nom m s 0.81 4.53 0.81 4.53 -unissons unir ver 25.15 32.16 0.81 0.20 imp:pre:1p;ind:pre:1p; -unit unir ver 25.15 32.16 2.72 3.51 ind:pre:3s;ind:pas:3s; -unitaire unitaire adj s 0.04 0.14 0.04 0.14 -unitarien unitarien adj m s 0.04 0.00 0.02 0.00 -unitarienne unitarien adj f s 0.04 0.00 0.02 0.00 -énième énième adj s 0.56 1.55 0.56 1.55 -unième unième adj s 0.17 0.81 0.17 0.81 -unité unité nom f s 43.46 40.41 29.29 25.07 -unités unité nom f p 43.46 40.41 14.18 15.34 -univalves univalve adj p 0.00 0.07 0.00 0.07 -univers univers nom m 34.21 58.45 34.21 58.45 -universal universal nom m s 1.24 0.00 1.24 0.00 -universalisais universaliser ver 0.01 0.07 0.00 0.07 ind:imp:1s; -universalise universaliser ver 0.01 0.07 0.01 0.00 ind:pre:3s; -universalisme universalisme nom m s 0.00 0.14 0.00 0.14 -universaliste universaliste nom s 0.01 0.00 0.01 0.00 -universalité universalité nom f s 0.00 0.27 0.00 0.27 -universel universel adj m s 5.09 15.14 2.51 5.95 -universelle universel adj f s 5.09 15.14 2.34 8.51 -universellement universellement adv 0.26 0.41 0.26 0.41 -universelles universel adj f p 5.09 15.14 0.18 0.54 -universels universel adj m p 5.09 15.14 0.06 0.14 -universitaire universitaire adj s 3.58 3.92 2.72 2.50 -universitaires universitaire adj p 3.58 3.92 0.85 1.42 -université université nom f s 40.64 15.00 38.22 13.24 -universités université nom f p 40.64 15.00 2.42 1.76 -univoque univoque adj m s 0.25 0.20 0.25 0.20 -énonce énoncer ver 1.52 4.86 0.48 0.34 ind:pre:1s;ind:pre:3s; -énoncent énoncer ver 1.52 4.86 0.01 0.14 ind:pre:3p; -énoncer énoncer ver 1.52 4.86 0.30 1.49 inf; -énonceront énoncer ver 1.52 4.86 0.34 0.00 ind:fut:3p; -énonciateurs énonciateur nom m p 0.00 0.07 0.00 0.07 -énonciation énonciation nom f s 0.04 0.07 0.04 0.07 -énoncé énoncé nom m s 0.64 1.76 0.49 1.55 -énoncée énoncer ver f s 1.52 4.86 0.12 0.14 par:pas; -énoncées énoncer ver f p 1.52 4.86 0.14 0.14 par:pas; -énoncés énoncé nom m p 0.64 1.76 0.14 0.20 -énonça énoncer ver 1.52 4.86 0.00 0.74 ind:pas:3s; -énonçai énoncer ver 1.52 4.86 0.00 0.20 ind:pas:1s; -énonçaient énoncer ver 1.52 4.86 0.00 0.07 ind:imp:3p; -énonçais énoncer ver 1.52 4.86 0.00 0.07 ind:imp:1s; -énonçait énoncer ver 1.52 4.86 0.01 0.74 ind:imp:3s; -énonçant énoncer ver 1.52 4.86 0.00 0.34 par:pre; -énorme énorme adj s 49.27 120.00 39.73 81.22 -énormes énorme adj p 49.27 120.00 9.55 38.78 -énormité énormité nom f s 0.38 3.04 0.16 2.43 -énormités énormité nom f p 0.38 3.04 0.22 0.61 -énormément énormément adv 12.27 8.38 12.27 8.38 -uns uns pro_ind m p 15.74 62.91 15.74 62.91 -untel untel nom m s 1.03 2.77 1.03 2.77 -énucléation énucléation nom f s 0.01 0.07 0.01 0.07 -énucléer énucléer ver 0.16 0.07 0.11 0.00 inf; -énucléé énucléer ver m s 0.16 0.07 0.03 0.00 par:pas; -énucléés énucléer ver m p 0.16 0.07 0.02 0.07 par:pas; -énumère énumérer ver 1.32 7.30 0.51 0.68 imp:pre:2s;ind:pre:1s;ind:pre:3s; -énumèrent énumérer ver 1.32 7.30 0.04 0.14 ind:pre:3p; -énumères énumérer ver 1.32 7.30 0.14 0.07 ind:pre:2s; -énuméra énumérer ver 1.32 7.30 0.01 0.81 ind:pas:3s; -énumérai énumérer ver 1.32 7.30 0.00 0.14 ind:pas:1s; -énuméraient énumérer ver 1.32 7.30 0.00 0.14 ind:imp:3p; -énumérais énumérer ver 1.32 7.30 0.00 0.27 ind:imp:1s; -énumérait énumérer ver 1.32 7.30 0.03 1.08 ind:imp:3s; -énumérant énumérer ver 1.32 7.30 0.02 0.68 par:pre; -énumération énumération nom f s 0.20 2.16 0.20 1.96 -énumérations énumération nom f p 0.20 2.16 0.00 0.20 -énumérative énumératif adj f s 0.00 0.07 0.00 0.07 -énumérer énumérer ver 1.32 7.30 0.46 2.43 inf; -énumérerai énumérer ver 1.32 7.30 0.00 0.07 ind:fut:1s; -énumérerais énumérer ver 1.32 7.30 0.00 0.07 cnd:pre:1s; -énumérez énumérer ver 1.32 7.30 0.01 0.07 imp:pre:2p;ind:pre:2p; -énumérons énumérer ver 1.32 7.30 0.01 0.00 ind:pre:1p; -énuméré énumérer ver m s 1.32 7.30 0.07 0.41 par:pas; -énumérées énumérer ver f p 1.32 7.30 0.02 0.27 par:pas; -énurésie énurésie nom f s 0.02 0.07 0.02 0.07 -énurétique énurétique nom s 0.01 0.00 0.01 0.00 -éocène éocène nom m s 0.01 0.00 0.01 0.00 -éolien éolien nom m s 0.04 1.76 0.00 1.15 -éolienne éolien nom f s 0.04 1.76 0.04 0.47 -éoliennes éolienne nom f p 0.10 0.00 0.10 0.00 -éoliens éolien adj m p 0.00 1.15 0.00 0.07 -éon éon nom m s 0.07 0.00 0.07 0.00 -éonisme éonisme nom m s 0.00 0.07 0.00 0.07 -éosine éosine nom f s 0.01 0.00 0.01 0.00 -épître épître nom f s 0.40 1.22 0.18 0.88 -épîtres épître nom f p 0.40 1.22 0.21 0.34 -épagneul épagneul nom m s 0.27 1.55 0.26 1.49 -épagneule épagneul nom f s 0.27 1.55 0.01 0.07 -épagomènes épagomène adj m p 0.00 0.14 0.00 0.14 -épais épais adj m 10.19 90.61 6.08 41.01 -épaisse épais adj f s 10.19 90.61 3.28 35.88 -épaissement épaissement adv 0.00 0.61 0.00 0.61 -épaisses épais adj f p 10.19 90.61 0.82 13.72 -épaisseur épaisseur nom f s 2.16 25.34 1.89 21.89 -épaisseurs épaisseur nom f p 2.16 25.34 0.27 3.45 -épaissi épaissir ver m s 1.13 9.53 0.16 1.35 par:pas; -épaissie épaissir ver f s 1.13 9.53 0.04 1.15 par:pas; -épaissies épaissir ver f p 1.13 9.53 0.00 0.14 par:pas; -épaissir épaissir ver 1.13 9.53 0.28 1.49 inf; -épaissirais épaissir ver 1.13 9.53 0.00 0.07 cnd:pre:1s; -épaissirent épaissir ver 1.13 9.53 0.00 0.07 ind:pas:3p; -épaissis épaissir ver m p 1.13 9.53 0.02 0.27 imp:pre:2s;par:pas; -épaississaient épaissir ver 1.13 9.53 0.00 0.54 ind:imp:3p; -épaississait épaissir ver 1.13 9.53 0.02 2.09 ind:imp:3s; -épaississant épaissir ver 1.13 9.53 0.00 0.47 par:pre; -épaississe épaissir ver 1.13 9.53 0.00 0.07 sub:pre:3s; -épaississement épaississement nom m s 0.00 0.20 0.00 0.20 -épaississent épaissir ver 1.13 9.53 0.02 0.41 ind:pre:3p; -épaissit épaissir ver 1.13 9.53 0.59 1.42 ind:pre:3s;ind:pas:3s; -épancha épancher ver 0.49 1.89 0.00 0.14 ind:pas:3s; -épanchaient épancher ver 0.49 1.89 0.00 0.07 ind:imp:3p; -épanchais épancher ver 0.49 1.89 0.01 0.07 ind:imp:1s; -épanchait épancher ver 0.49 1.89 0.00 0.20 ind:imp:3s; -épanchant épancher ver 0.49 1.89 0.00 0.14 par:pre; -épanche épancher ver 0.49 1.89 0.02 0.20 imp:pre:2s;ind:pre:1s;ind:pre:3s; -épanchement épanchement nom m s 0.14 1.82 0.10 1.08 -épanchements épanchement nom m p 0.14 1.82 0.04 0.74 -épanchent épancher ver 0.49 1.89 0.01 0.20 ind:pre:3p; -épancher épancher ver 0.49 1.89 0.37 0.68 inf; -épancherait épancher ver 0.49 1.89 0.00 0.07 cnd:pre:3s; -épanché épancher ver m s 0.49 1.89 0.07 0.14 par:pas; -épand épandre ver 0.01 1.96 0.00 0.54 ind:pre:3s; -épandage épandage nom m s 0.11 0.47 0.11 0.27 -épandages épandage nom m p 0.11 0.47 0.00 0.20 -épandaient épandre ver 0.01 1.96 0.00 0.07 ind:imp:3p; -épandait épandre ver 0.01 1.96 0.00 0.27 ind:imp:3s; -épandant épandre ver 0.01 1.96 0.00 0.20 par:pre; -épandent épandre ver 0.01 1.96 0.00 0.07 ind:pre:3p; -épandeur épandeur nom m s 0.02 0.00 0.02 0.00 -épandez épandre ver 0.01 1.96 0.01 0.00 imp:pre:2p; -épandre épandre ver 0.01 1.96 0.00 0.41 inf; -épands épandre ver 0.01 1.96 0.00 0.07 imp:pre:2s; -épandu épandre ver m s 0.01 1.96 0.00 0.14 par:pas; -épandue épandre ver f s 0.01 1.96 0.00 0.07 par:pas; -épandues épandre ver f p 0.01 1.96 0.00 0.14 par:pas; -upanisads upanisad nom f p 0.00 0.07 0.00 0.07 -upanishad upanishad nom m 0.02 0.07 0.02 0.07 -épanouît épanouir ver 4.51 14.66 0.00 0.07 sub:imp:3s; -épanoui épanouir ver m s 4.51 14.66 0.26 1.28 par:pas; -épanouie épanouir ver f s 4.51 14.66 0.65 1.42 par:pas; -épanouies épanoui adj f p 0.86 5.54 0.03 1.01 -épanouir épanouir ver 4.51 14.66 1.48 3.72 inf; -épanouira épanouir ver 4.51 14.66 0.41 0.07 ind:fut:3s; -épanouirait épanouir ver 4.51 14.66 0.03 0.14 cnd:pre:3s; -épanouirent épanouir ver 4.51 14.66 0.12 0.20 ind:pas:3p; -épanouis épanoui adj m p 0.86 5.54 0.18 0.41 -épanouissaient épanouir ver 4.51 14.66 0.00 1.01 ind:imp:3p; -épanouissais épanouir ver 4.51 14.66 0.01 0.07 ind:imp:1s; -épanouissait épanouir ver 4.51 14.66 0.03 1.69 ind:imp:3s; -épanouissant épanouir ver 4.51 14.66 0.14 0.41 par:pre; -épanouissante épanouissant adj f s 0.38 0.07 0.35 0.00 -épanouissantes épanouissant adj f p 0.38 0.07 0.00 0.07 -épanouisse épanouir ver 4.51 14.66 0.04 0.00 sub:pre:3s; -épanouissement épanouissement nom m s 0.62 3.72 0.62 3.65 -épanouissements épanouissement nom m p 0.62 3.72 0.00 0.07 -épanouissent épanouir ver 4.51 14.66 0.28 1.01 ind:pre:3p; -épanouisses épanouir ver 4.51 14.66 0.15 0.00 sub:pre:2s; -épanouit épanouir ver 4.51 14.66 0.75 3.11 ind:pre:3s;ind:pas:3s; -épargna épargner ver 26.39 25.95 0.12 1.35 ind:pas:3s; -épargnaient épargner ver 26.39 25.95 0.01 0.74 ind:imp:3p; -épargnais épargner ver 26.39 25.95 0.04 0.20 ind:imp:1s;ind:imp:2s; -épargnait épargner ver 26.39 25.95 0.17 0.81 ind:imp:3s; -épargnant épargner ver 26.39 25.95 0.10 0.95 par:pre; -épargnantes épargnant adj f p 0.02 0.00 0.01 0.00 -épargnants épargnant nom m p 0.17 0.61 0.14 0.14 -épargne épargner ver 26.39 25.95 6.17 2.70 imp:pre:2s;ind:pre:1s;ind:pre:3s; -épargnent épargner ver 26.39 25.95 0.09 0.27 ind:pre:3p; -épargner épargner ver 26.39 25.95 6.90 7.64 ind:pre:2p;inf; -épargnera épargner ver 26.39 25.95 1.07 0.41 ind:fut:3s; -épargnerai épargner ver 26.39 25.95 0.55 0.00 ind:fut:1s; -épargnerais épargner ver 26.39 25.95 0.09 0.00 cnd:pre:1s;cnd:pre:2s; -épargnerait épargner ver 26.39 25.95 0.16 0.41 cnd:pre:3s; -épargneras épargner ver 26.39 25.95 0.04 0.00 ind:fut:2s; -épargnerez épargner ver 26.39 25.95 0.19 0.07 ind:fut:2p; -épargneriez épargner ver 26.39 25.95 0.02 0.00 cnd:pre:2p; -épargnerons épargner ver 26.39 25.95 0.07 0.07 ind:fut:1p; -épargneront épargner ver 26.39 25.95 0.23 0.00 ind:fut:3p; -épargnes épargner ver 26.39 25.95 0.10 0.07 ind:pre:2s; -épargnez épargner ver 26.39 25.95 2.78 0.74 imp:pre:2p;ind:pre:2p; -épargniez épargner ver 26.39 25.95 0.04 0.00 ind:imp:2p; -épargnions épargner ver 26.39 25.95 0.00 0.14 ind:imp:1p; -épargnons épargner ver 26.39 25.95 0.02 0.00 imp:pre:1p; -épargnât épargner ver 26.39 25.95 0.00 0.27 sub:imp:3s; -épargnèrent épargner ver 26.39 25.95 0.02 0.14 ind:pas:3p; -épargné épargner ver m s 26.39 25.95 5.04 5.34 par:pas; -épargnée épargner ver f s 26.39 25.95 1.63 1.76 par:pas; -épargnées épargner ver f p 26.39 25.95 0.11 0.81 par:pas; -épargnés épargner ver m p 26.39 25.95 0.63 1.08 par:pas; -éparpilla éparpiller ver 2.16 13.51 0.00 0.68 ind:pas:3s; -éparpillaient éparpiller ver 2.16 13.51 0.00 0.68 ind:imp:3p; -éparpillait éparpiller ver 2.16 13.51 0.01 1.08 ind:imp:3s; -éparpillant éparpiller ver 2.16 13.51 0.11 0.81 par:pre; -éparpille éparpiller ver 2.16 13.51 0.25 1.55 imp:pre:2s;ind:pre:1s;ind:pre:3s; -éparpillement éparpillement nom m s 0.01 0.88 0.01 0.88 -éparpillent éparpiller ver 2.16 13.51 0.01 0.74 ind:pre:3p; -éparpiller éparpiller ver 2.16 13.51 0.34 1.55 inf; -éparpillera éparpiller ver 2.16 13.51 0.02 0.00 ind:fut:3s; -éparpilleraient éparpiller ver 2.16 13.51 0.00 0.07 cnd:pre:3p; -éparpillez éparpiller ver 2.16 13.51 0.06 0.00 imp:pre:2p;ind:pre:2p; -éparpillons éparpiller ver 2.16 13.51 0.03 0.00 ind:pre:1p; -éparpillèrent éparpiller ver 2.16 13.51 0.00 0.74 ind:pas:3p; -éparpillé éparpiller ver m s 2.16 13.51 0.40 0.81 par:pas; -éparpillée éparpillé adj f s 0.40 2.77 0.14 0.41 -éparpillées éparpiller ver f p 2.16 13.51 0.26 1.42 par:pas; -éparpillés éparpiller ver m p 2.16 13.51 0.57 2.57 par:pas; -épars épars adj m 0.46 11.15 0.32 7.23 -éparse épars adj f s 0.46 11.15 0.00 0.95 -éparses épars adj f p 0.46 11.15 0.14 2.97 -épart épart nom m s 0.01 0.00 0.01 0.00 -upas upas adv 0.01 0.00 0.01 0.00 -épastrouillant épastrouillant adj m s 0.00 0.07 0.00 0.07 -épastrouillera épastrouiller ver 0.00 0.07 0.00 0.07 ind:fut:3s; -épata épater ver 4.96 8.78 0.00 0.34 ind:pas:3s; -épataient épater ver 4.96 8.78 0.01 0.07 ind:imp:3p; -épatais épater ver 4.96 8.78 0.01 0.14 ind:imp:1s; -épatait épater ver 4.96 8.78 0.00 0.95 ind:imp:3s; -épatamment épatamment adv 0.00 0.27 0.00 0.27 -épatant épatant adj m s 5.99 6.82 4.11 4.86 -épatante épatant adj f s 5.99 6.82 1.31 1.28 -épatantes épatant adj f p 5.99 6.82 0.04 0.34 -épatants épatant adj m p 5.99 6.82 0.53 0.34 -épate épater ver 4.96 8.78 1.49 1.08 imp:pre:2s;ind:pre:1s;ind:pre:3s; -épatement épatement nom m s 0.00 0.07 0.00 0.07 -épatent épater ver 4.96 8.78 0.02 0.00 ind:pre:3p; -épater épater ver 4.96 8.78 1.48 3.58 inf; -épatera épater ver 4.96 8.78 0.04 0.07 ind:fut:3s; -épaterait épater ver 4.96 8.78 0.00 0.34 cnd:pre:3s; -épateras épater ver 4.96 8.78 0.02 0.00 ind:fut:2s; -épates épater ver 4.96 8.78 0.27 0.00 ind:pre:2s; -épateur épateur adj m s 0.00 0.20 0.00 0.14 -épateurs épateur adj m p 0.00 0.20 0.00 0.07 -épatez épater ver 4.96 8.78 0.19 0.00 imp:pre:2p;ind:pre:2p; -épaté épater ver m s 4.96 8.78 0.43 1.01 par:pas; -épatée épater ver f s 4.96 8.78 0.23 0.41 par:pas; -épatés épater ver m p 4.96 8.78 0.13 0.14 par:pas; -épaula épauler ver 1.93 3.85 0.01 0.61 ind:pas:3s; -épaulaient épauler ver 1.93 3.85 0.01 0.07 ind:imp:3p; -épaulait épauler ver 1.93 3.85 0.00 0.61 ind:imp:3s; -épaulant épauler ver 1.93 3.85 0.00 0.07 par:pre; -épaulard épaulard nom m s 0.28 0.00 0.25 0.00 -épaulards épaulard nom m p 0.28 0.00 0.03 0.00 -épaule épaule nom f s 32.41 288.72 17.91 116.96 -épaulement épaulement nom m s 0.00 0.47 0.00 0.34 -épaulements épaulement nom m p 0.00 0.47 0.00 0.14 -épaulent épauler ver 1.93 3.85 0.11 0.14 ind:pre:3p; -épauler épauler ver 1.93 3.85 0.48 0.95 inf; -épauleras épauler ver 1.93 3.85 0.02 0.00 ind:fut:2s; -épaules épaule nom f p 32.41 288.72 14.50 171.76 -épaulette épaulette nom f s 0.81 2.97 0.02 0.61 -épaulettes épaulette nom f p 0.81 2.97 0.79 2.36 -épaulez épauler ver 1.93 3.85 0.31 0.00 imp:pre:2p;ind:pre:2p; -épaulière épaulière nom f s 0.01 0.20 0.00 0.07 -épaulières épaulière nom f p 0.01 0.20 0.01 0.14 -épaulèrent épauler ver 1.93 3.85 0.00 0.07 ind:pas:3p; -épaulé épauler ver m s 1.93 3.85 0.11 0.14 par:pas; -épaulée épauler ver f s 1.93 3.85 0.00 0.20 par:pas; -épaulées épauler ver f p 1.93 3.85 0.00 0.07 par:pas; -épaulés épauler ver m p 1.93 3.85 0.13 0.00 par:pas; -épave épave nom f s 7.50 12.23 6.52 6.28 -épaves épave nom f p 7.50 12.23 0.97 5.95 -update update nom f s 0.04 0.00 0.04 0.00 -updater updater ver 0.01 0.00 0.01 0.00 inf; -épeautre épeautre nom m s 0.00 0.07 0.00 0.07 -épectase épectase nom f s 0.00 0.07 0.00 0.07 -épeichette épeichette nom f s 0.00 0.07 0.00 0.07 -épeire épeire nom f s 0.00 0.07 0.00 0.07 -épela épeler ver 3.00 2.23 0.00 0.27 ind:pas:3s; -épelais épeler ver 3.00 2.23 0.01 0.00 ind:imp:1s; -épelait épeler ver 3.00 2.23 0.04 0.27 ind:imp:3s; -épelant épeler ver 3.00 2.23 0.03 0.27 par:pre; -épeler épeler ver 3.00 2.23 1.75 0.88 inf; -épelez épeler ver 3.00 2.23 0.17 0.00 imp:pre:2p;ind:pre:2p; -épeliez épeler ver 3.00 2.23 0.01 0.00 ind:imp:2p; -épelions épeler ver 3.00 2.23 0.00 0.07 ind:imp:1p; -épellation épellation nom f s 0.04 0.00 0.04 0.00 -épelle épeler ver 3.00 2.23 0.45 0.14 imp:pre:2s;ind:pre:1s;ind:pre:3s; -épellent épeler ver 3.00 2.23 0.02 0.14 ind:pre:3p; -épellerais épeler ver 3.00 2.23 0.03 0.00 cnd:pre:1s; -épelles épeler ver 3.00 2.23 0.16 0.00 ind:pre:2s; -épelé épeler ver m s 3.00 2.23 0.32 0.14 par:pas; -épelés épeler ver m p 3.00 2.23 0.01 0.07 par:pas; -épendyme épendyme nom m s 0.01 0.00 0.01 0.00 -éperdu éperdre ver m s 0.20 3.92 0.16 2.09 par:pas; -éperdue éperdu adj f s 0.37 7.57 0.13 2.57 -éperdues éperdu adj f p 0.37 7.57 0.00 0.61 -éperdument éperdument adv 1.01 5.68 1.01 5.68 -éperdus éperdu adj m p 0.37 7.57 0.16 0.95 -éperlan éperlan nom m s 0.03 0.00 0.02 0.00 -éperlans éperlan nom m p 0.03 0.00 0.01 0.00 -éperon éperon nom m s 1.07 8.18 0.20 3.04 -éperonna éperonner ver 0.36 1.35 0.00 0.14 ind:pas:3s; -éperonnant éperonner ver 0.36 1.35 0.00 0.14 par:pre; -éperonne éperonner ver 0.36 1.35 0.12 0.07 ind:pre:3s; -éperonner éperonner ver 0.36 1.35 0.04 0.27 inf; -éperonnera éperonner ver 0.36 1.35 0.01 0.00 ind:fut:3s; -éperonnez éperonner ver 0.36 1.35 0.01 0.00 ind:pre:2p; -éperonnèrent éperonner ver 0.36 1.35 0.00 0.07 ind:pas:3p; -éperonné éperonner ver m s 0.36 1.35 0.16 0.47 par:pas; -éperonnée éperonner ver f s 0.36 1.35 0.00 0.07 par:pas; -éperonnés éperonner ver m p 0.36 1.35 0.02 0.14 par:pas; -éperons éperon nom m p 1.07 8.18 0.87 5.14 -épervier épervier nom m s 0.27 1.49 0.27 1.15 -éperviers épervier nom m p 0.27 1.49 0.00 0.34 -épervière épervière nom f s 0.00 0.14 0.00 0.07 -épervières épervière nom f p 0.00 0.14 0.00 0.07 -épeurant épeurer ver 0.02 0.47 0.02 0.00 par:pre; -épeurer épeurer ver 0.02 0.47 0.00 0.07 inf; -épeuré épeurer ver m s 0.02 0.47 0.00 0.20 par:pas; -épeurée épeurer ver f s 0.02 0.47 0.00 0.20 par:pas; -upgradée upgrader ver f s 0.14 0.00 0.14 0.00 par:pas; -éphèbe éphèbe nom m s 0.21 2.23 0.06 1.82 -éphèbes éphèbe nom m p 0.21 2.23 0.14 0.41 -éphébie éphébie nom f s 0.00 0.07 0.00 0.07 -éphédrine éphédrine nom f s 0.08 0.00 0.08 0.00 -éphélides éphélide nom f p 0.00 0.27 0.00 0.27 -éphémère éphémère adj s 1.73 9.19 1.33 5.74 -éphémèrement éphémèrement adv 0.00 0.20 0.00 0.20 -éphémères éphémère adj p 1.73 9.19 0.41 3.45 -éphéméride éphéméride nom f s 0.01 0.81 0.01 0.54 -éphémérides éphéméride nom f p 0.01 0.81 0.00 0.27 -éphésiens éphésien adj m p 0.01 0.07 0.01 0.07 -épi épi nom m s 1.61 5.81 1.09 1.82 -épia épier ver 4.92 15.88 0.00 0.20 ind:pas:3s; -épiai épier ver 4.92 15.88 0.00 0.07 ind:pas:1s; -épiaient épier ver 4.92 15.88 0.21 1.22 ind:imp:3p; -épiais épier ver 4.92 15.88 0.47 1.08 ind:imp:1s;ind:imp:2s; -épiait épier ver 4.92 15.88 0.20 2.50 ind:imp:3s; -épiant épier ver 4.92 15.88 0.14 1.96 par:pre; -épicanthus épicanthus nom m 0.01 0.00 0.01 0.00 -épice épice nom f s 3.06 6.76 1.46 1.69 -épicemard épicemard nom m s 0.00 0.41 0.00 0.14 -épicemards épicemard nom m p 0.00 0.41 0.00 0.27 -épicentre épicentre nom m s 0.53 0.34 0.53 0.34 -épicer épicer ver 1.04 1.01 0.27 0.14 inf; -épicerie épicerie nom f s 6.79 9.46 6.52 8.31 -épiceries épicerie nom f p 6.79 9.46 0.27 1.15 -épices épice nom f p 3.06 6.76 1.61 5.07 -épicier épicier nom m s 2.81 10.27 2.73 7.70 -épiciers épicier nom m p 2.81 10.27 0.08 0.61 -épicière épicier nom f s 2.81 10.27 0.01 1.89 -épicières épicier nom f p 2.81 10.27 0.00 0.07 -épicondyle épicondyle nom m s 0.01 0.00 0.01 0.00 -épicrânienne épicrânien adj f s 0.02 0.00 0.02 0.00 -épicé épicé adj m s 1.75 0.95 0.81 0.14 -épicéa épicéa nom m s 0.05 0.07 0.05 0.07 -épicée épicé adj f s 1.75 0.95 0.57 0.41 -épicées épicé adj f p 1.75 0.95 0.09 0.20 -épicurien épicurien adj m s 0.14 0.47 0.14 0.34 -épicurienne épicurien adj f s 0.14 0.47 0.00 0.14 -épicuriens épicurien adj m p 0.14 0.47 0.01 0.00 -épicurisme épicurisme nom m s 0.00 0.27 0.00 0.27 -épicés épicé adj m p 1.75 0.95 0.27 0.20 -épiderme épiderme nom m s 0.46 2.97 0.45 2.70 -épidermes épiderme nom m p 0.46 2.97 0.01 0.27 -épidermique épidermique adj s 0.20 0.54 0.17 0.41 -épidermiques épidermique adj p 0.20 0.54 0.03 0.14 -épidiascopes épidiascope nom m p 0.00 0.07 0.00 0.07 -épididyme épididyme nom m s 0.02 0.14 0.02 0.07 -épididymes épididyme nom m p 0.02 0.14 0.00 0.07 -épidémie épidémie nom f s 9.05 5.07 7.91 3.24 -épidémies épidémie nom f p 9.05 5.07 1.14 1.82 -épidémiologie épidémiologie nom f s 0.14 0.14 0.14 0.14 -épidémiologique épidémiologique adj m s 0.04 0.00 0.04 0.00 -épidémiologiste épidémiologiste nom s 0.01 0.07 0.01 0.07 -épidémique épidémique adj s 0.44 0.14 0.40 0.07 -épidémiques épidémique adj p 0.44 0.14 0.03 0.07 -épidural épidural adj m s 0.15 0.00 0.03 0.00 -épidurale épidural adj f s 0.15 0.00 0.13 0.00 -épie épier ver 4.92 15.88 1.30 1.28 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -épient épier ver 4.92 15.88 0.16 0.47 ind:pre:3p; -épier épier ver 4.92 15.88 1.52 3.85 inf; -épierais épier ver 4.92 15.88 0.00 0.20 cnd:pre:1s; -épierait épier ver 4.92 15.88 0.00 0.07 cnd:pre:3s; -épierrer épierrer ver 0.00 0.07 0.00 0.07 inf; -épies épier ver 4.92 15.88 0.03 0.07 ind:pre:2s; -épieu épieu nom m s 0.44 0.20 0.44 0.20 -épieux épieux nom m p 0.02 0.27 0.02 0.27 -épiez épier ver 4.92 15.88 0.08 0.00 imp:pre:2p;ind:pre:2p; -épigastre épigastre nom m s 0.00 0.20 0.00 0.20 -épigastrique épigastrique adj f s 0.01 0.00 0.01 0.00 -épiglotte épiglotte nom f s 0.06 0.00 0.06 0.00 -épigone épigone nom m s 0.20 0.41 0.20 0.20 -épigones épigone nom m p 0.20 0.41 0.00 0.20 -épigramme épigramme nom f s 0.01 0.41 0.01 0.20 -épigrammes épigramme nom f p 0.01 0.41 0.00 0.20 -épigraphe épigraphe nom f s 0.01 0.61 0.01 0.61 -épigraphie épigraphie nom f s 0.00 0.14 0.00 0.14 -épigraphistes épigraphiste nom p 0.00 0.07 0.00 0.07 -épilais épiler ver 2.04 2.77 0.00 0.07 ind:imp:1s; -épilait épiler ver 2.04 2.77 0.02 0.07 ind:imp:3s; -épilant épiler ver 2.04 2.77 0.02 0.07 par:pre; -épilateur épilateur nom m s 0.04 0.00 0.04 0.00 -épilation épilation nom f s 0.53 0.20 0.53 0.20 -épilatoire épilatoire adj s 0.03 0.00 0.03 0.00 -épile épiler ver 2.04 2.77 0.18 0.41 imp:pre:2s;ind:pre:1s;ind:pre:3s; -épilent épiler ver 2.04 2.77 0.02 0.07 ind:pre:3p; -épilepsie épilepsie nom f s 1.89 1.55 1.89 1.55 -épileptiforme épileptiforme adj f s 0.01 0.00 0.01 0.00 -épileptique épileptique adj s 1.80 0.61 1.63 0.47 -épileptiques épileptique adj p 1.80 0.61 0.17 0.14 -épiler épiler ver 2.04 2.77 1.13 1.22 inf;; -épileuse épileur nom f s 0.00 0.07 0.00 0.07 -épilez épiler ver 2.04 2.77 0.05 0.00 ind:pre:2p; -épiloguaient épiloguer ver 0.06 1.15 0.00 0.07 ind:imp:3p; -épilogue épilogue nom m s 0.29 1.76 0.29 1.62 -épiloguer épiloguer ver 0.06 1.15 0.06 0.74 inf; -épilogues épilogue nom m p 0.29 1.76 0.00 0.14 -épiloguions épiloguer ver 0.06 1.15 0.00 0.14 ind:imp:1p; -épiloguèrent épiloguer ver 0.06 1.15 0.00 0.07 ind:pas:3p; -épilogué épiloguer ver m s 0.06 1.15 0.00 0.14 par:pas; -épilé épiler ver m s 2.04 2.77 0.20 0.27 par:pas; -épilée épiler ver f s 2.04 2.77 0.36 0.07 par:pas; -épilées épiler ver f p 2.04 2.77 0.03 0.27 par:pas; -épilés épiler ver m p 2.04 2.77 0.03 0.27 par:pas; -épinaie épinaie nom f s 0.01 0.00 0.01 0.00 -épinard épinard nom m s 1.91 2.23 0.12 0.41 -épinards épinard nom m p 1.91 2.23 1.79 1.82 -épine_vinette épine_vinette nom f s 0.00 0.07 0.00 0.07 -épine épine nom f s 5.81 12.43 2.52 3.92 -épines épine nom f p 5.81 12.43 3.29 8.51 -épinette épinette nom f s 0.01 0.20 0.01 0.14 -épinettes épinette nom f p 0.01 0.20 0.00 0.07 -épineuse épineux adj f s 1.01 4.39 0.50 1.28 -épineuses épineux adj f p 1.01 4.39 0.02 0.81 -épineux épineux adj m 1.01 4.39 0.50 2.30 -épingla épingler ver 2.76 6.82 0.00 0.41 ind:pas:3s; -épinglage épinglage nom m s 0.01 0.07 0.01 0.07 -épinglai épingler ver 2.76 6.82 0.00 0.07 ind:pas:1s; -épinglaient épingler ver 2.76 6.82 0.01 0.00 ind:imp:3p; -épinglait épingler ver 2.76 6.82 0.00 0.27 ind:imp:3s; -épingle épingle nom f s 5.57 18.24 3.29 8.92 -épinglent épingler ver 2.76 6.82 0.04 0.07 ind:pre:3p; -épingler épingler ver 2.76 6.82 1.35 0.88 inf; -épinglera épingler ver 2.76 6.82 0.07 0.07 ind:fut:3s; -épinglerai épingler ver 2.76 6.82 0.04 0.00 ind:fut:1s; -épingleront épingler ver 2.76 6.82 0.00 0.07 ind:fut:3p; -épingles épingle nom f p 5.57 18.24 2.28 9.32 -épinglette épinglette nom f s 0.01 0.00 0.01 0.00 -épinglez épingler ver 2.76 6.82 0.03 0.07 imp:pre:2p; -épinglons épingler ver 2.76 6.82 0.01 0.00 ind:pre:1p; -épinglèrent épingler ver 2.76 6.82 0.00 0.07 ind:pas:3p; -épinglé épingler ver m s 2.76 6.82 0.65 1.96 par:pas; -épinglée épingler ver f s 2.76 6.82 0.04 1.62 par:pas; -épinglées épingler ver f p 2.76 6.82 0.04 0.54 par:pas; -épinglés épingler ver m p 2.76 6.82 0.04 0.47 par:pas; -épiniers épinier nom m p 0.00 0.07 0.00 0.07 -épinière épinier adj f s 1.39 1.49 1.39 1.49 -épinoches épinoche nom f p 0.00 0.07 0.00 0.07 -épions épier ver 4.92 15.88 0.01 0.07 ind:pre:1p; -épiphane épiphane adj m s 0.00 0.07 0.00 0.07 -épiphanie épiphanie nom f s 0.23 0.74 0.23 0.74 -épiphénomène épiphénomène nom m s 0.00 0.07 0.00 0.07 -épiphylle épiphylle nom m s 0.00 0.14 0.00 0.07 -épiphylles épiphylle nom m p 0.00 0.14 0.00 0.07 -épiphysaire épiphysaire adj f s 0.01 0.00 0.01 0.00 -épiphyse épiphyse nom f s 0.16 0.00 0.16 0.00 -épiphyte épiphyte nom m s 0.05 0.00 0.01 0.00 -épiphytes épiphyte nom m p 0.05 0.00 0.04 0.00 -épiploon épiploon nom m s 0.00 0.14 0.00 0.07 -épiploons épiploon nom m p 0.00 0.14 0.00 0.07 -épique épique adj s 0.75 2.50 0.68 1.76 -épiques épique adj p 0.75 2.50 0.06 0.74 -épis épi nom m p 1.61 5.81 0.52 3.99 -épiscopal épiscopal adj m s 0.10 1.15 0.01 0.54 -épiscopale épiscopal adj f s 0.10 1.15 0.07 0.47 -épiscopales épiscopal adj f p 0.10 1.15 0.00 0.07 -épiscopalien épiscopalien adj m s 0.11 0.00 0.05 0.00 -épiscopalienne épiscopalien adj f s 0.11 0.00 0.06 0.00 -épiscopat épiscopat nom m s 0.00 0.27 0.00 0.27 -épiscopaux épiscopal adj m p 0.10 1.15 0.01 0.07 -épisiotomie épisiotomie nom f s 0.05 0.00 0.05 0.00 -épisode épisode nom m s 17.32 18.51 13.63 12.50 -épisodes épisode nom m p 17.32 18.51 3.69 6.01 -épisodique épisodique adj s 0.01 2.16 0.01 1.15 -épisodiquement épisodiquement adv 0.01 1.01 0.01 1.01 -épisodiques épisodique adj p 0.01 2.16 0.00 1.01 -épisser épisser ver 0.03 0.07 0.02 0.00 inf; -épissoirs épissoir nom m p 0.02 0.07 0.02 0.07 -épissé épisser ver m s 0.03 0.07 0.01 0.07 par:pas; -épissures épissure nom f p 0.01 0.14 0.01 0.14 -épistolaire épistolaire adj s 0.00 0.95 0.00 0.54 -épistolaires épistolaire adj p 0.00 0.95 0.00 0.41 -épistolier épistolier nom m s 0.01 0.27 0.01 0.20 -épistolière épistolier nom f s 0.01 0.27 0.00 0.07 -épistémologie épistémologie nom f s 0.04 0.07 0.04 0.07 -épistémologique épistémologique adj m s 0.00 0.07 0.00 0.07 -épistémologues épistémologue nom p 0.00 0.07 0.00 0.07 -épitaphe épitaphe nom f s 0.72 1.69 0.72 1.35 -épitaphes épitaphe nom f p 0.72 1.69 0.00 0.34 -épithalame épithalame nom m s 0.00 0.20 0.00 0.07 -épithalames épithalame nom m p 0.00 0.20 0.00 0.14 -épièrent épier ver 4.92 15.88 0.00 0.20 ind:pas:3p; -épithète épithète nom f s 0.17 1.96 0.04 1.08 -épithètes épithète nom f p 0.17 1.96 0.12 0.88 -épithélial épithélial adj m s 0.04 0.00 0.04 0.00 -épithéliale épithélial adj f s 0.04 0.00 0.01 0.00 -épithélioma épithélioma nom m s 0.01 0.00 0.01 0.00 -épithélium épithélium nom m s 0.19 0.00 0.19 0.00 -épitoge épitoge nom f s 0.00 0.14 0.00 0.14 -épitomé épitomé nom m s 0.00 0.07 0.00 0.07 -épié épier ver m s 4.92 15.88 0.37 1.69 par:pas; -épiée épier ver f s 4.92 15.88 0.37 0.54 par:pas; -épiées épier ver f p 4.92 15.88 0.00 0.14 par:pas; -épiés épier ver m p 4.92 15.88 0.05 0.27 par:pas; -éploie éployer ver 0.00 1.01 0.00 0.41 ind:pre:3s; -éploient éployer ver 0.00 1.01 0.00 0.07 ind:pre:3p; -éploré éploré adj m s 0.67 2.23 0.20 0.54 -éplorée éploré adj f s 0.67 2.23 0.39 0.88 -éplorées éploré adj f p 0.67 2.23 0.05 0.41 -éplorés éploré adj m p 0.67 2.23 0.03 0.41 -éployai éployer ver 0.00 1.01 0.00 0.07 ind:pas:1s; -éployait éployer ver 0.00 1.01 0.00 0.14 ind:imp:3s; -éployer éployer ver 0.00 1.01 0.00 0.07 inf; -éployé éployer ver m s 0.00 1.01 0.00 0.07 par:pas; -éployée éployer ver f s 0.00 1.01 0.00 0.07 par:pas; -éployées éployer ver f p 0.00 1.01 0.00 0.07 par:pas; -éployés éployer ver m p 0.00 1.01 0.00 0.07 par:pas; -éplucha éplucher ver 3.27 9.19 0.00 0.34 ind:pas:3s; -épluchage épluchage nom m s 0.04 0.68 0.04 0.41 -épluchages épluchage nom m p 0.04 0.68 0.00 0.27 -épluchaient éplucher ver 3.27 9.19 0.01 0.34 ind:imp:3p; -épluchais éplucher ver 3.27 9.19 0.02 0.14 ind:imp:1s; -épluchait éplucher ver 3.27 9.19 0.01 1.55 ind:imp:3s; -épluchant éplucher ver 3.27 9.19 0.05 0.81 par:pre; -épluche_légumes épluche_légumes nom m 0.01 0.00 0.01 0.00 -épluche éplucher ver 3.27 9.19 0.70 0.88 imp:pre:2s;ind:pre:1s;ind:pre:3s; -épluchent éplucher ver 3.27 9.19 0.09 0.14 ind:pre:3p; -éplucher éplucher ver 3.27 9.19 1.32 3.04 inf; -épluchera éplucher ver 3.27 9.19 0.14 0.00 ind:fut:3s; -éplucherai éplucher ver 3.27 9.19 0.02 0.07 ind:fut:1s; -éplucherons éplucher ver 3.27 9.19 0.00 0.07 ind:fut:1p; -épluches éplucher ver 3.27 9.19 0.26 0.07 ind:pre:2s; -éplucheur éplucheur nom m s 0.09 0.20 0.09 0.07 -éplucheurs éplucheur nom m p 0.09 0.20 0.00 0.07 -éplucheuses éplucheur nom f p 0.09 0.20 0.00 0.07 -épluchez éplucher ver 3.27 9.19 0.03 0.07 imp:pre:2p;ind:pre:2p; -épluchions éplucher ver 3.27 9.19 0.00 0.07 ind:imp:1p; -épluchons éplucher ver 3.27 9.19 0.04 0.14 imp:pre:1p;ind:pre:1p; -épluchât éplucher ver 3.27 9.19 0.00 0.07 sub:imp:3s; -épluché éplucher ver m s 3.27 9.19 0.45 0.81 par:pas; -épluchée éplucher ver f s 3.27 9.19 0.01 0.14 par:pas; -épluchées éplucher ver f p 3.27 9.19 0.11 0.14 par:pas; -épluchure épluchure nom f s 0.23 3.18 0.12 0.41 -épluchures épluchure nom f p 0.23 3.18 0.10 2.77 -épluchés éplucher ver m p 3.27 9.19 0.01 0.34 par:pas; -épointé épointer ver m s 0.11 0.20 0.10 0.07 par:pas; -épointées épointer ver f p 0.11 0.20 0.00 0.07 par:pas; -épointés épointer ver m p 0.11 0.20 0.01 0.07 par:pas; -éponge éponge nom f s 7.11 14.53 6.14 10.14 -épongea éponger ver 0.97 10.20 0.00 1.62 ind:pas:3s; -épongeage épongeage nom m s 0.00 0.07 0.00 0.07 -épongeaient éponger ver 0.97 10.20 0.00 0.14 ind:imp:3p; -épongeais éponger ver 0.97 10.20 0.00 0.07 ind:imp:1s; -épongeait éponger ver 0.97 10.20 0.00 1.35 ind:imp:3s; -épongeant éponger ver 0.97 10.20 0.00 1.01 par:pre; -épongent éponger ver 0.97 10.20 0.00 0.14 ind:pre:3p; -épongeons éponger ver 0.97 10.20 0.00 0.07 imp:pre:1p; -éponger éponger ver 0.97 10.20 0.51 2.97 inf; -éponges éponge nom f p 7.11 14.53 0.97 4.39 -épongez éponger ver 0.97 10.20 0.01 0.00 ind:pre:2p; -épongiez éponger ver 0.97 10.20 0.00 0.07 ind:imp:2p; -épongèrent éponger ver 0.97 10.20 0.00 0.07 ind:pas:3p; -épongé éponger ver m s 0.97 10.20 0.07 0.34 par:pas; -épongée éponger ver f s 0.97 10.20 0.02 0.27 par:pas; -épongés éponger ver m p 0.97 10.20 0.00 0.14 par:pas; -éponyme éponyme adj s 0.00 0.07 0.00 0.07 -épopée épopée nom f s 1.20 4.73 1.13 4.19 -épopées épopée nom f p 1.20 4.73 0.07 0.54 -époque époque nom f s 68.44 138.51 67.23 132.70 -époques époque nom f p 68.44 138.51 1.21 5.81 -épouillage épouillage nom m s 0.01 0.07 0.01 0.07 -épouillaient épouiller ver 0.50 1.08 0.00 0.14 ind:imp:3p; -épouillait épouiller ver 0.50 1.08 0.03 0.34 ind:imp:3s; -épouille épouiller ver 0.50 1.08 0.14 0.07 ind:pre:1s;ind:pre:3s; -épouillent épouiller ver 0.50 1.08 0.03 0.00 ind:pre:3p; -épouiller épouiller ver 0.50 1.08 0.29 0.41 inf; -épouillé épouiller ver m s 0.50 1.08 0.00 0.07 par:pas; -épouillés épouiller ver m p 0.50 1.08 0.02 0.07 par:pas; -époumonaient époumoner ver 0.09 0.88 0.01 0.00 ind:imp:3p; -époumonait époumoner ver 0.09 0.88 0.00 0.20 ind:imp:3s; -époumonant époumoner ver 0.09 0.88 0.02 0.14 par:pre; -époumone époumoner ver 0.09 0.88 0.02 0.20 imp:pre:2s;ind:pre:3s; -époumoner époumoner ver 0.09 0.88 0.04 0.14 inf; -époumonèrent époumoner ver 0.09 0.88 0.00 0.07 ind:pas:3p; -époumonés époumoner ver m p 0.09 0.88 0.00 0.14 par:pas; -épousa épouser ver 118.78 59.26 0.88 2.09 ind:pas:3s; -épousable épousable adj s 0.00 0.07 0.00 0.07 -épousai épouser ver 118.78 59.26 0.02 0.14 ind:pas:1s; -épousaient épouser ver 118.78 59.26 0.14 0.68 ind:imp:3p; -épousailles épousailles nom f p 0.29 0.61 0.29 0.61 -épousais épouser ver 118.78 59.26 1.01 0.20 ind:imp:1s;ind:imp:2s; -épousait épouser ver 118.78 59.26 0.65 4.46 ind:imp:3s; -épousant épouser ver 118.78 59.26 0.87 3.18 par:pre; -épouse époux nom f s 61.54 46.62 41.98 24.26 -épousent épouser ver 118.78 59.26 0.52 0.47 ind:pre:3p; -épouser épouser ver 118.78 59.26 57.87 20.20 inf;; -épousera épouser ver 118.78 59.26 1.75 1.01 ind:fut:3s; -épouserai épouser ver 118.78 59.26 4.25 0.68 ind:fut:1s; -épouseraient épouser ver 118.78 59.26 0.01 0.34 cnd:pre:3p; -épouserais épouser ver 118.78 59.26 1.81 0.74 cnd:pre:1s;cnd:pre:2s; -épouserait épouser ver 118.78 59.26 1.78 0.88 cnd:pre:3s; -épouseras épouser ver 118.78 59.26 1.75 0.34 ind:fut:2s; -épouserez épouser ver 118.78 59.26 0.54 0.07 ind:fut:2p; -épouseriez épouser ver 118.78 59.26 0.17 0.14 cnd:pre:2p; -épouserons épouser ver 118.78 59.26 0.12 0.00 ind:fut:1p; -épouseront épouser ver 118.78 59.26 0.03 0.14 ind:fut:3p; -épouses épouse nom f p 3.80 0.00 3.80 0.00 -épouseur épouseur nom m s 0.40 0.07 0.40 0.00 -épouseurs épouseur nom m p 0.40 0.07 0.00 0.07 -épousez épouser ver 118.78 59.26 1.31 0.27 imp:pre:2p;ind:pre:2p; -épousiez épouser ver 118.78 59.26 0.25 0.14 ind:imp:2p; -épousions épouser ver 118.78 59.26 0.00 0.34 ind:imp:1p; -épousons épouser ver 118.78 59.26 0.03 0.07 ind:pre:1p; -épousât épouser ver 118.78 59.26 0.00 0.54 sub:imp:3s; -épousseta épousseter ver 0.54 4.32 0.00 0.74 ind:pas:3s; -époussetage époussetage nom m s 0.00 0.07 0.00 0.07 -époussetaient épousseter ver 0.54 4.32 0.00 0.20 ind:imp:3p; -époussetais épousseter ver 0.54 4.32 0.03 0.07 ind:imp:1s; -époussetait épousseter ver 0.54 4.32 0.00 0.41 ind:imp:3s; -époussetant épousseter ver 0.54 4.32 0.02 0.34 par:pre; -épousseter épousseter ver 0.54 4.32 0.26 0.54 inf; -époussetez épousseter ver 0.54 4.32 0.03 0.00 imp:pre:2p; -époussette épousseter ver 0.54 4.32 0.08 0.74 imp:pre:2s;ind:pre:1s;ind:pre:3s; -époussettent épousseter ver 0.54 4.32 0.01 0.07 ind:pre:3p; -époussetèrent épousseter ver 0.54 4.32 0.00 0.07 ind:pas:3p; -épousseté épousseter ver m s 0.54 4.32 0.09 0.81 par:pas; -époussetée épousseter ver f s 0.54 4.32 0.02 0.14 par:pas; -époussetés épousseter ver m p 0.54 4.32 0.00 0.20 par:pas; -épousèrent épouser ver 118.78 59.26 0.16 0.14 ind:pas:3p; -époustouflait époustoufler ver 0.27 0.41 0.02 0.00 ind:imp:3s; -époustouflant époustouflant adj m s 0.90 1.35 0.67 0.14 -époustouflante époustouflant adj f s 0.90 1.35 0.20 0.74 -époustouflantes époustouflant adj f p 0.90 1.35 0.02 0.34 -époustouflants époustouflant adj m p 0.90 1.35 0.01 0.14 -époustoufle époustoufler ver 0.27 0.41 0.00 0.14 ind:pre:1s;ind:pre:3s; -époustoufler époustoufler ver 0.27 0.41 0.05 0.00 inf; -époustouflé époustoufler ver m s 0.27 0.41 0.07 0.14 par:pas; -époustouflée époustoufler ver f s 0.27 0.41 0.04 0.07 par:pas; -époustouflés époustoufler ver m p 0.27 0.41 0.04 0.07 par:pas; -épousé épouser ver m s 118.78 59.26 18.09 10.88 par:pas; -épousée épouser ver f s 118.78 59.26 5.85 2.84 par:pas; -épousées épouser ver f p 118.78 59.26 0.27 0.14 par:pas; -épousés épouser ver m p 118.78 59.26 0.06 0.20 par:pas; -épouvanta épouvanter ver 1.81 7.97 0.00 0.68 ind:pas:3s; -épouvantable épouvantable adj s 10.82 9.53 9.53 7.43 -épouvantablement épouvantablement adv 0.34 0.95 0.34 0.95 -épouvantables épouvantable adj p 10.82 9.53 1.29 2.09 -épouvantaient épouvanter ver 1.81 7.97 0.00 0.68 ind:imp:3p; -épouvantail épouvantail nom m s 2.31 3.51 2.00 2.77 -épouvantails épouvantail nom m p 2.31 3.51 0.32 0.74 -épouvantait épouvanter ver 1.81 7.97 0.34 1.08 ind:imp:3s; -épouvante épouvante nom f s 1.93 9.80 1.79 9.59 -épouvantement épouvantement nom m s 0.00 0.27 0.00 0.20 -épouvantements épouvantement nom m p 0.00 0.27 0.00 0.07 -épouvantent épouvanter ver 1.81 7.97 0.02 0.41 ind:pre:3p; -épouvanter épouvanter ver 1.81 7.97 0.16 0.47 inf; -épouvanteraient épouvanter ver 1.81 7.97 0.00 0.07 cnd:pre:3p; -épouvantes épouvanter ver 1.81 7.97 0.17 0.00 ind:pre:2s; -épouvantez épouvanter ver 1.81 7.97 0.01 0.00 ind:pre:2p; -épouvantèrent épouvanter ver 1.81 7.97 0.00 0.07 ind:pas:3p; -épouvanté épouvanter ver m s 1.81 7.97 0.20 1.96 par:pas; -épouvantée épouvanté adj f s 0.29 3.85 0.11 1.01 -épouvantées épouvanter ver f p 1.81 7.97 0.01 0.14 par:pas; -épouvantés épouvanté adj m p 0.29 3.85 0.01 1.01 -époux époux nom m 61.54 46.62 19.57 16.42 -époxy époxy adj f s 0.04 0.00 0.04 0.00 -époxyde époxyde nom m s 0.01 0.00 0.01 0.00 -uppercut uppercut nom m s 0.33 1.28 0.28 0.95 -uppercuts uppercut nom m p 0.33 1.28 0.04 0.34 -éprenait éprendre ver 2.95 5.95 0.00 0.14 ind:imp:3s; -éprenant éprendre ver 2.95 5.95 0.00 0.14 par:pre; -éprend éprendre ver 2.95 5.95 0.04 0.27 ind:pre:3s; -éprendre éprendre ver 2.95 5.95 0.32 0.68 inf; -éprends éprendre ver 2.95 5.95 0.05 0.00 imp:pre:2s;ind:pre:1s;ind:pre:2s; -éprenne éprendre ver 2.95 5.95 0.00 0.07 sub:pre:3s; -éprennent éprendre ver 2.95 5.95 0.03 0.07 ind:pre:3p; -épreuve épreuve nom f s 23.43 46.28 16.88 27.91 -épreuves épreuve nom f p 23.43 46.28 6.55 18.38 -épris éprendre ver m 2.95 5.95 1.56 3.04 ind:pas:1s;ind:pas:2s;par:pas;par:pas; -éprise éprendre ver f s 2.95 5.95 0.83 1.01 par:pas; -éprises éprendre ver f p 2.95 5.95 0.01 0.14 par:pas; -éprit éprendre ver 2.95 5.95 0.13 0.41 ind:pas:3s; -éprouva éprouver ver 23.35 127.09 0.01 9.39 ind:pas:3s; -éprouvai éprouver ver 23.35 127.09 0.03 5.27 ind:pas:1s; -éprouvaient éprouver ver 23.35 127.09 0.03 3.51 ind:imp:3p; -éprouvais éprouver ver 23.35 127.09 1.18 13.04 ind:imp:1s;ind:imp:2s; -éprouvait éprouver ver 23.35 127.09 0.88 26.35 ind:imp:3s; -éprouvant éprouvant adj m s 1.42 2.77 0.61 1.01 -éprouvante éprouvant adj f s 1.42 2.77 0.46 1.08 -éprouvantes éprouvant adj f p 1.42 2.77 0.16 0.54 -éprouvants éprouvant adj m p 1.42 2.77 0.19 0.14 -éprouve éprouver ver 23.35 127.09 6.74 19.86 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -éprouvent éprouver ver 23.35 127.09 0.87 1.96 ind:pre:3p; -éprouver éprouver ver 23.35 127.09 3.97 19.05 inf; -éprouvera éprouver ver 23.35 127.09 0.06 0.07 ind:fut:3s; -éprouverai éprouver ver 23.35 127.09 0.42 0.07 ind:fut:1s; -éprouveraient éprouver ver 23.35 127.09 0.01 0.07 cnd:pre:3p; -éprouverais éprouver ver 23.35 127.09 0.03 0.27 cnd:pre:1s;cnd:pre:2s; -éprouverait éprouver ver 23.35 127.09 0.16 0.74 cnd:pre:3s; -éprouveras éprouver ver 23.35 127.09 0.36 0.00 ind:fut:2s; -éprouverez éprouver ver 23.35 127.09 0.05 0.34 ind:fut:2p; -éprouveront éprouver ver 23.35 127.09 0.03 0.14 ind:fut:3p; -éprouves éprouver ver 23.35 127.09 1.91 0.34 ind:pre:2s; -éprouvette éprouvette nom f s 0.59 1.22 0.44 0.88 -éprouvettes éprouvette nom f p 0.59 1.22 0.16 0.34 -éprouvez éprouver ver 23.35 127.09 1.20 0.34 imp:pre:2p;ind:pre:2p; -éprouviez éprouver ver 23.35 127.09 0.21 0.07 ind:imp:2p; -éprouvions éprouver ver 23.35 127.09 0.02 0.74 ind:imp:1p; -éprouvâmes éprouver ver 23.35 127.09 0.00 0.07 ind:pas:1p; -éprouvons éprouver ver 23.35 127.09 0.28 1.01 ind:pre:1p; -éprouvât éprouver ver 23.35 127.09 0.00 0.54 sub:imp:3s; -éprouvèrent éprouver ver 23.35 127.09 0.02 0.41 ind:pas:3p; -éprouvé éprouver ver m s 23.35 127.09 3.96 16.22 par:pas; -éprouvée éprouver ver f s 23.35 127.09 0.37 2.64 par:pas; -éprouvées éprouvé adj f p 0.59 4.19 0.11 0.47 -éprouvés éprouvé adj m p 0.59 4.19 0.25 1.22 -épucer épucer ver 0.01 0.07 0.01 0.00 inf; -épée épée nom f s 32.81 25.20 29.34 19.12 -épées épée nom f p 32.81 25.20 3.48 6.08 -épuisa épuiser ver 25.41 33.11 0.00 0.47 ind:pas:3s; -épuisai épuiser ver 25.41 33.11 0.00 0.14 ind:pas:1s; -épuisaient épuiser ver 25.41 33.11 0.05 1.08 ind:imp:3p; -épuisais épuiser ver 25.41 33.11 0.01 0.34 ind:imp:1s; -épuisait épuiser ver 25.41 33.11 0.03 1.89 ind:imp:3s; -épuisant épuisant adj m s 2.24 5.81 1.40 2.30 -épuisante épuisant adj f s 2.24 5.81 0.59 2.03 -épuisantes épuisant adj f p 2.24 5.81 0.17 0.68 -épuisants épuisant adj m p 2.24 5.81 0.09 0.81 -épuise épuiser ver 25.41 33.11 1.79 3.31 imp:pre:2s;ind:pre:1s;ind:pre:3s; -épuisement épuisement nom m s 1.94 7.91 1.93 7.84 -épuisements épuisement nom m p 1.94 7.91 0.01 0.07 -épuisent épuiser ver 25.41 33.11 0.78 1.08 ind:pre:3p; -épuiser épuiser ver 25.41 33.11 1.91 4.53 inf; -épuisera épuiser ver 25.41 33.11 0.17 0.14 ind:fut:3s; -épuiseraient épuiser ver 25.41 33.11 0.01 0.07 cnd:pre:3p; -épuiserait épuiser ver 25.41 33.11 0.14 0.14 cnd:pre:3s; -épuiseras épuiser ver 25.41 33.11 0.04 0.00 ind:fut:2s; -épuiserons épuiser ver 25.41 33.11 0.01 0.07 ind:fut:1p; -épuiseront épuiser ver 25.41 33.11 0.02 0.00 ind:fut:3p; -épuises épuiser ver 25.41 33.11 0.26 0.14 ind:pre:2s; -épuisette épuisette nom f s 0.51 1.49 0.51 1.15 -épuisettes épuisette nom f p 0.51 1.49 0.00 0.34 -épuisez épuiser ver 25.41 33.11 0.41 0.00 imp:pre:2p;ind:pre:2p; -épuisiez épuiser ver 25.41 33.11 0.00 0.07 ind:imp:2p; -épuisons épuiser ver 25.41 33.11 0.16 0.14 ind:pre:1p; -épuisât épuiser ver 25.41 33.11 0.00 0.07 sub:imp:3s; -épéiste épéiste nom s 0.08 0.00 0.06 0.00 -épéistes épéiste nom p 0.08 0.00 0.02 0.00 -épuisèrent épuiser ver 25.41 33.11 0.00 0.20 ind:pas:3p; -épuisé épuiser ver m s 25.41 33.11 11.11 10.47 par:pas; -épuisée épuiser ver f s 25.41 33.11 6.04 4.93 par:pas; -épuisées épuiser ver f p 25.41 33.11 0.67 0.27 par:pas; -épuisés épuiser ver m p 25.41 33.11 1.77 2.70 par:pas; -épulie épulie nom f s 0.00 0.07 0.00 0.07 -épépine épépiner ver 0.00 0.07 0.00 0.07 ind:pre:3s; -épurait épurer ver 0.62 1.96 0.00 0.20 ind:imp:3s; -épurant épurer ver 0.62 1.96 0.00 0.14 par:pre; -épurateur épurateur nom m s 0.15 0.07 0.15 0.07 -épuration épuration nom f s 0.46 1.69 0.44 1.49 -épurations épuration nom f p 0.46 1.69 0.01 0.20 -épurative épuratif adj f s 0.01 0.00 0.01 0.00 -épure épure nom f s 0.28 1.28 0.14 0.74 -épurer épurer ver 0.62 1.96 0.03 0.34 inf; -épures épure nom f p 0.28 1.28 0.14 0.54 -épuré épurer ver m s 0.62 1.96 0.05 0.41 par:pas; -épurée épurer ver f s 0.62 1.96 0.50 0.34 par:pas; -épurées épurer ver f p 0.62 1.96 0.01 0.14 par:pas; -épurés épurer ver m p 0.62 1.96 0.01 0.20 par:pas; -épuçât épucer ver 0.01 0.07 0.00 0.07 sub:imp:3s; -équanimité équanimité nom f s 0.00 0.14 0.00 0.14 -équarisseur équarisseur nom m s 0.01 0.27 0.00 0.14 -équarisseurs équarisseur nom m p 0.01 0.27 0.01 0.14 -équarri équarri adj m s 0.01 0.95 0.01 0.20 -équarrie équarri adj f s 0.01 0.95 0.00 0.07 -équarries équarri adj f p 0.01 0.95 0.00 0.54 -équarrir équarrir ver 0.01 0.54 0.01 0.14 inf; -équarris équarri adj m p 0.01 0.95 0.00 0.14 -équarrissage équarrissage nom m s 0.03 0.14 0.03 0.14 -équarrissait équarrir ver 0.01 0.54 0.00 0.14 ind:imp:3s; -équarrisseur équarrisseur nom m s 0.00 0.47 0.00 0.41 -équarrisseurs équarrisseur nom m p 0.00 0.47 0.00 0.07 -équateur équateur nom m s 0.38 1.55 0.38 1.55 -équation équation nom f s 3.50 2.84 2.49 1.35 -équations équation nom f p 3.50 2.84 1.00 1.49 -équatorial équatorial adj m s 0.38 4.59 0.01 0.74 -équatoriale équatorial adj f s 0.38 4.59 0.37 3.45 -équatoriaux équatorial adj m p 0.38 4.59 0.00 0.41 -équatorien équatorien nom m s 0.01 0.07 0.01 0.07 -équatoriennes équatorien adj f p 0.01 0.00 0.01 0.00 -équerrage équerrage nom m s 0.00 0.07 0.00 0.07 -équerre équerre nom f s 0.20 1.55 0.19 1.49 -équerres équerre nom f p 0.20 1.55 0.01 0.07 -équestre équestre adj s 0.29 2.09 0.28 1.35 -équestres équestre adj p 0.29 2.09 0.01 0.74 -équeuter équeuter ver 0.01 0.00 0.01 0.00 inf; -équeutées équeuté adj f p 0.00 0.07 0.00 0.07 -équidistance équidistance nom f s 0.11 0.00 0.11 0.00 -équidistant équidistant adj m s 0.15 0.54 0.14 0.14 -équidistante équidistant adj f s 0.15 0.54 0.00 0.14 -équidistantes équidistant adj f p 0.15 0.54 0.00 0.07 -équidistants équidistant adj m p 0.15 0.54 0.01 0.20 -équidés équidé nom m p 0.01 0.00 0.01 0.00 -équilatéral équilatéral adj m s 0.04 0.34 0.04 0.27 -équilatéraux équilatéral adj m p 0.04 0.34 0.00 0.07 -équilibra équilibrer ver 1.97 5.34 0.00 0.14 ind:pas:3s; -équilibrage équilibrage nom m s 0.17 0.00 0.17 0.00 -équilibraient équilibrer ver 1.97 5.34 0.00 0.47 ind:imp:3p; -équilibrais équilibrer ver 1.97 5.34 0.00 0.07 ind:imp:1s; -équilibrait équilibrer ver 1.97 5.34 0.01 0.34 ind:imp:3s; -équilibrant équilibrer ver 1.97 5.34 0.00 0.20 par:pre; -équilibrante équilibrant adj f s 0.00 0.14 0.00 0.14 -équilibre équilibre nom m s 10.66 39.73 10.53 39.05 -équilibrent équilibrer ver 1.97 5.34 0.04 0.41 ind:pre:3p; -équilibrer équilibrer ver 1.97 5.34 0.84 1.69 inf; -équilibres équilibre nom m p 10.66 39.73 0.13 0.68 -équilibreur équilibreur nom m s 0.03 0.00 0.03 0.00 -équilibrisme équilibrisme nom m s 0.00 0.07 0.00 0.07 -équilibriste équilibriste nom s 0.70 0.88 0.45 0.54 -équilibristes équilibriste nom p 0.70 0.88 0.26 0.34 -équilibrèrent équilibrer ver 1.97 5.34 0.00 0.14 ind:pas:3p; -équilibré équilibré adj m s 2.23 2.57 1.37 1.28 -équilibrée équilibré adj f s 2.23 2.57 0.64 0.74 -équilibrées équilibré adj f p 2.23 2.57 0.02 0.34 -équilibrés équilibré adj m p 2.23 2.57 0.21 0.20 -équin équin adj m s 0.05 0.07 0.00 0.07 -équine équin adj f s 0.05 0.07 0.05 0.00 -équinoxe équinoxe nom m s 0.44 3.18 0.44 2.50 -équinoxes équinoxe nom m p 0.44 3.18 0.00 0.68 -équipa équiper ver 6.27 9.46 0.01 0.07 ind:pas:3s; -équipage équipage nom m s 19.91 17.16 18.48 11.28 -équipages équipage nom m p 19.91 17.16 1.42 5.88 -équipai équiper ver 6.27 9.46 0.01 0.00 ind:pas:1s; -équipait équiper ver 6.27 9.46 0.00 0.20 ind:imp:3s; -équipant équiper ver 6.27 9.46 0.01 0.27 par:pre; -équipe équipe nom f s 129.97 34.32 118.00 26.28 -équipement équipement nom m s 12.82 8.51 10.71 6.42 -équipements équipement nom m p 12.82 8.51 2.11 2.09 -équipent équiper ver 6.27 9.46 0.15 0.14 ind:pre:3p; -équiper équiper ver 6.27 9.46 0.89 1.89 inf; -équipera équiper ver 6.27 9.46 0.05 0.00 ind:fut:3s; -équiperai équiper ver 6.27 9.46 0.01 0.00 ind:fut:1s; -équiperais équiper ver 6.27 9.46 0.02 0.00 cnd:pre:1s; -équipes équipe nom f p 129.97 34.32 11.97 8.04 -équipez équiper ver 6.27 9.46 0.01 0.07 imp:pre:2p;ind:pre:2p; -équipier équipier nom m s 4.34 1.08 3.07 0.81 -équipiers équipier nom m p 4.34 1.08 0.71 0.27 -équipière équipier nom f s 4.34 1.08 0.56 0.00 -équipons équiper ver 6.27 9.46 0.02 0.00 imp:pre:1p;ind:pre:1p; -équipèrent équiper ver 6.27 9.46 0.00 0.07 ind:pas:3p; -équipé équiper ver m s 6.27 9.46 1.65 2.09 par:pas; -équipée équiper ver f s 6.27 9.46 1.46 1.69 par:pas; -équipées équiper ver f p 6.27 9.46 0.20 0.81 par:pas; -équipés équiper ver m p 6.27 9.46 0.93 1.35 par:pas; -équitable équitable adj s 3.41 2.97 3.30 2.77 -équitablement équitablement adv 0.46 1.35 0.46 1.35 -équitables équitable adj p 3.41 2.97 0.10 0.20 -équitation équitation nom f s 1.14 1.42 1.14 1.42 -équité équité nom f s 0.79 1.49 0.79 1.49 -équivalût équivaloir ver 2.23 3.72 0.00 0.07 sub:imp:3s; -équivalaient équivaloir ver 2.23 3.72 0.01 0.07 ind:imp:3p; -équivalait équivaloir ver 2.23 3.72 0.16 1.42 ind:imp:3s; -équivalant équivaloir ver 2.23 3.72 0.12 0.41 par:pre; -équivalence équivalence nom f s 0.22 0.81 0.19 0.61 -équivalences équivalence nom f p 0.22 0.81 0.04 0.20 -équivalent équivalent nom m s 2.45 5.74 2.43 4.93 -équivalente équivalent adj f s 0.99 1.69 0.25 0.27 -équivalentes équivalent adj f p 0.99 1.69 0.03 0.20 -équivalents équivalent adj m p 0.99 1.69 0.12 0.34 -équivaloir équivaloir ver 2.23 3.72 0.00 0.07 inf; -équivalu équivaloir ver m s 2.23 3.72 0.00 0.14 par:pas; -équivaudra équivaloir ver 2.23 3.72 0.16 0.07 ind:fut:3s; -équivaudrait équivaloir ver 2.23 3.72 0.10 0.27 cnd:pre:3s; -équivaut équivaloir ver 2.23 3.72 1.41 1.08 ind:pre:3s; -équivoque équivoque nom f s 0.78 3.78 0.64 3.38 -équivoquer équivoquer ver 0.01 0.00 0.01 0.00 inf; -équivoques équivoque adj p 0.88 5.14 0.34 1.22 -érable érable nom m s 1.15 2.03 1.11 1.15 -érables érable nom m p 1.15 2.03 0.04 0.88 -érablières érablière nom f p 0.00 0.07 0.00 0.07 -éradicateur éradicateur nom m s 0.02 0.00 0.02 0.00 -éradication éradication nom f s 0.31 0.00 0.31 0.00 -éradiquer éradiquer ver 1.34 0.07 0.97 0.07 inf; -éradiquerai éradiquer ver 1.34 0.07 0.02 0.00 ind:fut:1s; -éradiqueront éradiquer ver 1.34 0.07 0.02 0.00 ind:fut:3p; -éradiquons éradiquer ver 1.34 0.07 0.03 0.00 imp:pre:1p;ind:pre:1p; -éradiqué éradiquer ver m s 1.34 0.07 0.22 0.00 par:pas; -éradiquée éradiquer ver f s 1.34 0.07 0.08 0.00 par:pas; -érafla érafler ver 0.91 2.03 0.00 0.20 ind:pas:3s; -éraflait érafler ver 0.91 2.03 0.00 0.14 ind:imp:3s; -érafle érafler ver 0.91 2.03 0.05 0.20 ind:pre:1s;ind:pre:3s; -érafler érafler ver 0.91 2.03 0.15 0.20 inf; -éraflez érafler ver 0.91 2.03 0.02 0.00 imp:pre:2p;ind:pre:2p; -éraflé érafler ver m s 0.91 2.03 0.55 0.81 par:pas; -éraflée érafler ver f s 0.91 2.03 0.05 0.34 par:pas; -éraflées érafler ver f p 0.91 2.03 0.06 0.07 par:pas; -éraflure éraflure nom f s 1.75 1.76 1.00 0.81 -éraflures éraflure nom f p 1.75 1.76 0.75 0.95 -éraflés érafler ver m p 0.91 2.03 0.04 0.07 par:pas; -érailla érailler ver 0.04 1.42 0.00 0.07 ind:pas:3s; -éraillaient érailler ver 0.04 1.42 0.00 0.07 ind:imp:3p; -éraillait érailler ver 0.04 1.42 0.00 0.07 ind:imp:3s; -éraillant érailler ver 0.04 1.42 0.00 0.07 par:pre; -éraille érailler ver 0.04 1.42 0.00 0.14 ind:pre:3s; -éraillent érailler ver 0.04 1.42 0.00 0.07 ind:pre:3p; -érailler érailler ver 0.04 1.42 0.02 0.00 inf; -éraillé éraillé adj m s 0.03 2.16 0.00 0.27 -éraillée éraillé adj f s 0.03 2.16 0.03 1.69 -éraillées érailler ver f p 0.04 1.42 0.00 0.27 par:pas; -éraillures éraillure nom f p 0.00 0.07 0.00 0.07 -éraillés éraillé adj m p 0.03 2.16 0.00 0.14 -urane urane nom m s 0.00 0.07 0.00 0.07 -uraniens uranien adj m p 0.01 0.00 0.01 0.00 -uranisme uranisme nom m s 0.00 0.07 0.00 0.07 -uraniste uraniste nom m s 0.02 0.00 0.02 0.00 -uranium uranium nom m s 1.60 0.47 1.60 0.47 -urbain urbain adj m s 3.06 4.39 0.96 1.89 -urbaine urbain adj f s 3.06 4.39 1.28 1.35 -urbaines urbain adj f p 3.06 4.39 0.42 0.34 -urbains urbain adj m p 3.06 4.39 0.41 0.81 -urbanisation urbanisation nom f s 0.14 0.00 0.14 0.00 -urbanisme urbanisme nom m s 1.48 0.14 1.48 0.14 -urbaniste urbaniste adj s 0.01 0.07 0.01 0.00 -urbanistes urbaniste nom p 0.29 0.41 0.29 0.27 -urbanisé urbaniser ver m s 0.02 0.07 0.00 0.07 par:pas; -urbanisée urbaniser ver f s 0.02 0.07 0.02 0.00 par:pas; -urbanité urbanité nom f s 0.00 0.41 0.00 0.41 -urbi_et_orbi urbi_et_orbi adv 0.01 0.27 0.01 0.27 -urdu urdu nom m s 0.02 0.00 0.02 0.00 -ure ure nom m s 0.07 0.07 0.06 0.00 -érectile érectile adj s 0.13 0.14 0.02 0.14 -érectiles érectile adj m p 0.13 0.14 0.11 0.00 -érection érection nom f s 3.56 4.05 3.27 3.31 -érections érection nom f p 3.56 4.05 0.30 0.74 -éreintait éreinter ver 0.88 0.95 0.00 0.07 ind:imp:3s; -éreintant éreintant adj m s 0.54 0.14 0.21 0.14 -éreintante éreintant adj f s 0.54 0.14 0.31 0.00 -éreintants éreintant adj m p 0.54 0.14 0.02 0.00 -éreinte éreinter ver 0.88 0.95 0.09 0.07 ind:pre:1s;ind:pre:3s;sub:pre:3s; -éreintement éreintement nom m s 0.00 0.27 0.00 0.27 -éreintent éreinter ver 0.88 0.95 0.07 0.00 ind:pre:3p; -éreinter éreinter ver 0.88 0.95 0.14 0.20 inf; -éreinteur éreinteur nom m s 0.01 0.00 0.01 0.00 -éreinté éreinter ver m s 0.88 0.95 0.23 0.41 par:pas; -éreintée éreinter ver f s 0.88 0.95 0.23 0.00 par:pas; -éreintées éreinter ver f p 0.88 0.95 0.01 0.07 par:pas; -éreintés éreinter ver m p 0.88 0.95 0.09 0.07 par:pas; -ures ure nom m p 0.07 0.07 0.01 0.07 -uretère uretère nom m s 0.04 0.00 0.04 0.00 -urf urf adj m s 0.00 0.07 0.00 0.07 -urge urger ver 0.81 1.08 0.77 0.61 imp:pre:2s;ind:pre:3s;sub:pre:3s; -urgeait urger ver 0.81 1.08 0.01 0.34 ind:imp:3s; -urgemment urgemment adv 0.01 0.14 0.01 0.14 -urgence urgence nom f s 53.03 23.11 38.78 21.35 -urgences urgence nom f p 53.03 23.11 14.24 1.76 -urgent urgent adj m s 31.56 16.96 26.75 11.62 -urgente urgent adj f s 31.56 16.96 3.18 2.91 -urgentes urgent adj f p 31.56 16.96 0.84 1.49 -urgentissime urgentissime adj s 0.02 0.00 0.02 0.00 -urgentiste urgentiste nom s 0.25 0.00 0.25 0.00 -urgents urgent adj m p 31.56 16.96 0.79 0.95 -urger urger ver 0.81 1.08 0.01 0.07 inf; -érige ériger ver 1.91 5.20 0.10 0.88 ind:pre:1s;ind:pre:3s;sub:pre:1s; -érigea ériger ver 1.91 5.20 0.02 0.07 ind:pas:3s; -érigeaient ériger ver 1.91 5.20 0.14 0.27 ind:imp:3p; -érigeait ériger ver 1.91 5.20 0.00 0.14 ind:imp:3s; -érigeant ériger ver 1.91 5.20 0.02 0.34 par:pre; -érigent ériger ver 1.91 5.20 0.01 0.27 ind:pre:3p; -érigeât ériger ver 1.91 5.20 0.00 0.07 sub:imp:3s; -ériger ériger ver 1.91 5.20 0.79 1.15 inf; -érigé ériger ver m s 1.91 5.20 0.45 0.95 par:pas; -érigée ériger ver f s 1.91 5.20 0.23 0.68 par:pas; -érigées ériger ver f p 1.91 5.20 0.14 0.20 par:pas; -érigés ériger ver m p 1.91 5.20 0.01 0.20 par:pas; -urina uriner ver 2.00 2.70 0.00 0.34 ind:pas:3s; -urinaient uriner ver 2.00 2.70 0.12 0.07 ind:imp:3p; -urinaire urinaire adj s 1.27 0.34 0.98 0.14 -urinaires urinaire adj p 1.27 0.34 0.28 0.20 -urinais uriner ver 2.00 2.70 0.00 0.07 ind:imp:1s; -urinait uriner ver 2.00 2.70 0.01 0.27 ind:imp:3s; -urinal urinal nom m s 0.03 0.20 0.03 0.20 -urinant uriner ver 2.00 2.70 0.06 0.07 par:pre; -urine urine nom f s 5.72 6.62 4.63 6.28 -urinent uriner ver 2.00 2.70 0.08 0.07 ind:pre:3p; -uriner uriner ver 2.00 2.70 0.86 1.35 inf; -urinera uriner ver 2.00 2.70 0.01 0.00 ind:fut:3s; -urines urine nom f p 5.72 6.62 1.08 0.34 -urineuse urineux adj f s 0.00 0.07 0.00 0.07 -urinez uriner ver 2.00 2.70 0.10 0.00 imp:pre:2p;ind:pre:2p; -urinoir urinoir nom m s 0.69 1.35 0.37 0.61 -urinoirs urinoir nom m p 0.69 1.35 0.32 0.74 -urinons uriner ver 2.00 2.70 0.00 0.14 imp:pre:1p; -uriné uriner ver m s 2.00 2.70 0.25 0.14 par:pas; -urique urique adj m s 0.06 0.07 0.06 0.07 -urne urne nom f s 2.69 3.38 1.94 1.96 -urnes urne nom f p 2.69 3.38 0.74 1.42 -érode éroder ver 0.16 0.68 0.10 0.20 ind:pre:3s; -érodent éroder ver 0.16 0.68 0.01 0.00 ind:pre:3p; -éroder éroder ver 0.16 0.68 0.00 0.07 inf; -érodé éroder ver m s 0.16 0.68 0.03 0.14 par:pas; -érodée érodé adj f s 0.03 0.27 0.02 0.07 -érodées éroder ver f p 0.16 0.68 0.00 0.07 par:pas; -érodés éroder ver m p 0.16 0.68 0.00 0.14 par:pas; -urographie urographie nom f s 0.00 0.07 0.00 0.07 -érogène érogène adj f s 0.14 0.61 0.04 0.20 -érogènes érogène adj p 0.14 0.61 0.10 0.41 -urokinase urokinase nom f s 0.01 0.00 0.01 0.00 -urologie urologie nom f s 0.23 0.07 0.23 0.07 -urologique urologique adj m s 0.01 0.00 0.01 0.00 -urologue urologue nom s 0.29 0.20 0.29 0.20 -éros éros nom m 0.33 0.54 0.33 0.54 -uroscopie uroscopie nom f s 0.00 0.07 0.00 0.07 -érosion érosion nom f s 0.34 1.49 0.32 1.28 -érosions érosion nom f p 0.34 1.49 0.02 0.20 -érotique érotique adj s 5.06 8.85 3.04 5.95 -érotiquement érotiquement adj s 0.01 0.34 0.01 0.34 -érotiques érotique adj p 5.06 8.85 2.02 2.91 -érotise érotiser ver 0.01 0.20 0.00 0.07 ind:pre:3s; -érotiser érotiser ver 0.01 0.20 0.01 0.00 inf; -érotisme érotisme nom m s 1.64 3.38 1.64 3.38 -érotisé érotiser ver m s 0.01 0.20 0.00 0.07 par:pas; -érotisée érotiser ver f s 0.01 0.20 0.00 0.07 par:pas; -érotomane érotomane adj m s 0.00 0.14 0.00 0.14 -érotomane érotomane nom s 0.00 0.14 0.00 0.14 -érotomanie érotomanie nom f s 0.04 0.14 0.04 0.14 -ursuline ursuline nom f s 0.23 1.01 0.00 0.07 -ursulines ursuline nom f p 0.23 1.01 0.23 0.95 -urètre urètre nom m s 0.16 0.47 0.16 0.47 -urticaire urticaire nom f s 1.22 0.61 1.22 0.61 -urticante urticant adj f s 0.02 0.20 0.01 0.00 -urticantes urticant adj f p 0.02 0.20 0.01 0.14 -urticants urticant adj m p 0.02 0.20 0.00 0.07 -urubu urubu nom m s 0.00 0.34 0.00 0.07 -urubus urubu nom m p 0.00 0.34 0.00 0.27 -éructa éructer ver 0.21 2.50 0.00 0.27 ind:pas:3s; -éructait éructer ver 0.21 2.50 0.00 0.41 ind:imp:3s; -éructant éructer ver 0.21 2.50 0.02 0.27 par:pre; -éructation éructation nom f s 0.02 0.20 0.01 0.00 -éructations éructation nom f p 0.02 0.20 0.01 0.20 -éructe éructer ver 0.21 2.50 0.14 1.01 ind:pre:1s;ind:pre:3s; -éructer éructer ver 0.21 2.50 0.04 0.27 inf; -éructes éructer ver 0.21 2.50 0.01 0.00 ind:pre:2s; -éructé éructer ver m s 0.21 2.50 0.00 0.20 par:pas; -éructées éructer ver f p 0.21 2.50 0.00 0.07 par:pas; -érudit érudit nom m s 1.43 1.69 1.09 0.61 -érudite érudit adj f s 0.56 1.01 0.11 0.00 -érudites érudit adj f p 0.56 1.01 0.01 0.14 -érudition érudition nom f s 0.40 2.84 0.40 2.84 -érudits érudit nom m p 1.43 1.69 0.30 1.08 -urée urée nom f s 0.20 0.14 0.20 0.14 -uruguayen uruguayen nom m s 0.57 0.00 0.57 0.00 -urémie urémie nom f s 0.31 0.27 0.31 0.27 -urémique urémique adj s 0.02 0.00 0.02 0.00 -éruption éruption nom f s 3.73 2.09 3.32 1.55 -éruptions éruption nom f p 3.73 2.09 0.41 0.54 -éruptive éruptif adj f s 0.01 0.07 0.01 0.00 -éruptives éruptif adj f p 0.01 0.07 0.00 0.07 -urus urus nom m 0.00 0.20 0.00 0.20 -uréthane uréthane nom m s 0.08 0.00 0.08 0.00 -urétrite urétrite nom f s 0.04 0.00 0.04 0.00 -érythromycine érythromycine nom f s 0.04 0.00 0.04 0.00 -érythrophobie érythrophobie nom f s 0.05 0.00 0.05 0.00 -érythréenne érythréen nom f s 0.01 0.00 0.01 0.00 -érythème érythème nom m s 0.17 0.14 0.16 0.00 -érythèmes érythème nom m p 0.17 0.14 0.01 0.14 -érythémateux érythémateux adj m 0.03 0.00 0.03 0.00 -us us nom m p 9.10 1.55 9.10 1.55 -usa user ver 13.58 45.00 0.15 0.61 ind:pas:3s; -usage usage nom m s 14.45 47.97 13.26 42.30 -usager usager nom m s 0.07 1.55 0.02 0.54 -usagers usager nom m p 0.07 1.55 0.05 0.95 -usages usage nom m p 14.45 47.97 1.19 5.68 -usagères usager nom f p 0.07 1.55 0.00 0.07 -usagé usagé adj m s 1.37 3.11 0.22 1.01 -usagée usagé adj f s 1.37 3.11 0.39 0.68 -usagées usagé adj f p 1.37 3.11 0.31 0.74 -usagés usagé adj m p 1.37 3.11 0.45 0.68 -usai user ver 13.58 45.00 0.00 0.41 ind:pas:1s; -usaient user ver 13.58 45.00 0.14 1.49 ind:imp:3p; -usais user ver 13.58 45.00 0.02 0.61 ind:imp:1s;ind:imp:2s; -usait user ver 13.58 45.00 0.08 4.26 ind:imp:3s; -usant user ver 13.58 45.00 0.59 2.36 par:pre; -usante usant adj f s 0.40 0.14 0.01 0.00 -use user ver 13.58 45.00 3.19 4.59 imp:pre:2s;ind:pre:1s;ind:pre:3s; -usent user ver 13.58 45.00 0.17 2.23 ind:pre:3p; -user user ver 13.58 45.00 3.48 9.73 inf; -usera user ver 13.58 45.00 0.34 0.00 ind:fut:3s; -userai user ver 13.58 45.00 0.22 0.20 ind:fut:1s; -userais user ver 13.58 45.00 0.16 0.00 cnd:pre:1s;cnd:pre:2s; -userait user ver 13.58 45.00 0.04 0.61 cnd:pre:3s; -useriez user ver 13.58 45.00 0.02 0.00 cnd:pre:2p; -userons user ver 13.58 45.00 0.01 0.07 ind:fut:1p; -useront user ver 13.58 45.00 0.02 0.07 ind:fut:3p; -uses user ver 13.58 45.00 0.19 0.00 ind:pre:2s; -usez user ver 13.58 45.00 0.46 0.27 imp:pre:2p;ind:pre:2p; -usinage usinage nom m s 0.05 0.00 0.05 0.00 -usinaient usiner ver 0.05 0.95 0.00 0.07 ind:imp:3p; -usinant usiner ver 0.05 0.95 0.00 0.07 par:pre; -usine_pilote usine_pilote nom f s 0.00 0.07 0.00 0.07 -usine usine nom f s 51.59 42.97 43.51 28.04 -usiner usiner ver 0.05 0.95 0.01 0.00 inf; -usines usine nom f p 51.59 42.97 8.08 14.93 -usinier usinier adj m s 0.00 0.14 0.00 0.07 -usiniers usinier nom m p 0.00 0.07 0.00 0.07 -usinière usinier adj f s 0.00 0.14 0.00 0.07 -usiné usiner ver m s 0.05 0.95 0.00 0.07 par:pas; -usinée usiner ver f s 0.05 0.95 0.00 0.07 par:pas; -usinées usiner ver f p 0.05 0.95 0.00 0.07 par:pas; -usinés usiner ver m p 0.05 0.95 0.00 0.07 par:pas; -usions user ver 13.58 45.00 0.02 0.20 ind:imp:1p; -usité usité adj m s 0.01 0.27 0.00 0.20 -usités usité adj m p 0.01 0.27 0.01 0.07 -usons user ver 13.58 45.00 0.14 0.27 imp:pre:1p;ind:pre:1p; -usât user ver 13.58 45.00 0.00 0.20 sub:imp:3s; -ésotérique ésotérique adj s 0.53 1.08 0.18 0.68 -ésotériques ésotérique adj p 0.53 1.08 0.35 0.41 -ésotérisme ésotérisme nom m s 0.23 0.54 0.23 0.54 -ésotéristes ésotériste nom p 0.00 0.07 0.00 0.07 -ustensile ustensile nom m s 1.32 5.27 0.27 1.35 -ustensiles ustensile nom m p 1.32 5.27 1.06 3.92 -usèrent user ver 13.58 45.00 0.00 0.07 ind:pas:3p; -ustion ustion nom f s 0.00 0.14 0.00 0.14 -usé user ver m s 13.58 45.00 2.02 8.92 par:pas; -usée user ver f s 13.58 45.00 0.80 3.72 par:pas; -usuel usuel adj m s 0.19 1.28 0.04 0.41 -usuelle usuel adj f s 0.19 1.28 0.04 0.20 -usuellement usuellement adv 0.10 0.00 0.10 0.00 -usuelles usuel adj f p 0.19 1.28 0.00 0.20 -usuels usuel adj m p 0.19 1.28 0.10 0.47 -usées usé adj f p 2.49 17.09 0.50 2.70 -usufruit usufruit nom m s 0.15 0.47 0.15 0.47 -usufruitier usufruitier nom m s 0.00 0.14 0.00 0.14 -usuraire usuraire adj m s 0.04 0.14 0.01 0.14 -usuraires usuraire adj m p 0.04 0.14 0.02 0.00 -usure usure nom f s 1.78 10.20 1.77 10.00 -usures usure nom f p 1.78 10.20 0.01 0.20 -usurier usurier nom m s 2.17 1.28 1.20 0.61 -usuriers usurier nom m p 2.17 1.28 0.86 0.61 -usurière usurier nom f s 2.17 1.28 0.11 0.07 -usurpaient usurper ver 1.09 2.03 0.00 0.14 ind:imp:3p; -usurpait usurper ver 1.09 2.03 0.00 0.07 ind:imp:3s; -usurpant usurper ver 1.09 2.03 0.01 0.20 par:pre; -usurpateur usurpateur nom m s 0.43 1.62 0.21 0.68 -usurpateurs usurpateur nom m p 0.43 1.62 0.05 0.61 -usurpation usurpation nom f s 0.59 1.35 0.59 1.35 -usurpatrice usurpateur nom f s 0.43 1.62 0.17 0.34 -usurpent usurper ver 1.09 2.03 0.01 0.07 ind:pre:3p; -usurper usurper ver 1.09 2.03 0.51 0.34 inf; -usurperont usurper ver 1.09 2.03 0.01 0.00 ind:fut:3p; -usurpé usurper ver m s 1.09 2.03 0.54 0.74 par:pas; -usurpée usurper ver f s 1.09 2.03 0.00 0.27 par:pas; -usurpées usurper ver f p 1.09 2.03 0.00 0.14 par:pas; -usurpés usurper ver m p 1.09 2.03 0.01 0.07 par:pas; -usés user ver m p 13.58 45.00 1.05 2.09 par:pas; -ut ut nom m 1.02 0.54 1.02 0.54 -établît établir ver 26.38 57.77 0.00 0.27 sub:imp:3s; -étable étable nom f s 5.37 9.46 4.85 7.50 -étables étable nom f p 5.37 9.46 0.52 1.96 -établi établir ver m s 26.38 57.77 7.41 11.01 par:pas; -établie établir ver f s 26.38 57.77 1.89 4.66 par:pas; -établies établir ver f p 26.38 57.77 0.58 1.96 par:pas; -établir établir ver 26.38 57.77 10.52 20.68 inf; -établira établir ver 26.38 57.77 0.34 0.27 ind:fut:3s; -établirai établir ver 26.38 57.77 0.07 0.14 ind:fut:1s; -établiraient établir ver 26.38 57.77 0.01 0.07 cnd:pre:3p; -établirais établir ver 26.38 57.77 0.14 0.07 cnd:pre:1s; -établirait établir ver 26.38 57.77 0.04 0.88 cnd:pre:3s; -établirent établir ver 26.38 57.77 0.04 1.01 ind:pas:3p; -établirez établir ver 26.38 57.77 0.01 0.14 ind:fut:2p; -établirions établir ver 26.38 57.77 0.01 0.00 cnd:pre:1p; -établirons établir ver 26.38 57.77 0.07 0.07 ind:fut:1p; -établiront établir ver 26.38 57.77 0.05 0.14 ind:fut:3p; -établis établir ver m p 26.38 57.77 1.29 2.70 imp:pre:2s;ind:pre:1s;ind:pre:2s;par:pas; -établissaient établir ver 26.38 57.77 0.02 1.08 ind:imp:3p; -établissais établir ver 26.38 57.77 0.03 0.27 ind:imp:1s;ind:imp:2s; -établissait établir ver 26.38 57.77 0.17 3.78 ind:imp:3s; -établissant établir ver 26.38 57.77 0.55 1.01 par:pre; -établisse établir ver 26.38 57.77 0.26 0.81 sub:pre:1s;sub:pre:3s; -établissement établissement nom m s 7.59 22.23 6.11 17.36 -établissements établissement nom m p 7.59 22.23 1.48 4.86 -établissent établir ver 26.38 57.77 0.28 1.22 ind:pre:3p; -établisses établir ver 26.38 57.77 0.01 0.00 sub:pre:2s; -établissez établir ver 26.38 57.77 0.50 0.14 imp:pre:2p;ind:pre:2p; -établissions établir ver 26.38 57.77 0.05 0.14 ind:imp:1p; -établissons établir ver 26.38 57.77 0.29 0.20 imp:pre:1p;ind:pre:1p; -établit établir ver 26.38 57.77 1.74 5.07 ind:pre:3s;ind:pas:3s; -étage étage nom m s 46.45 96.55 39.47 69.19 -étagea étager ver 0.73 3.58 0.00 0.07 ind:pas:3s; -étageaient étager ver 0.73 3.58 0.00 0.81 ind:imp:3p; -étageait étager ver 0.73 3.58 0.00 0.27 ind:imp:3s; -étageant étager ver 0.73 3.58 0.00 0.41 par:pre; -étagent étager ver 0.73 3.58 0.00 0.74 ind:pre:3p; -étages étage nom m p 46.45 96.55 6.98 27.36 -étagère étagère nom f s 5.06 16.69 3.29 9.59 -étagères étagère nom f p 5.06 16.69 1.77 7.09 -étagé étagé adj m s 0.00 0.54 0.00 0.07 -étagée étager ver f s 0.73 3.58 0.00 0.20 par:pas; -étagées étager ver f p 0.73 3.58 0.00 0.41 par:pas; -étagés étager ver m p 0.73 3.58 0.00 0.27 par:pas; -étai étai nom m s 0.28 0.88 0.19 0.54 -étaie étayer ver 0.72 4.05 0.04 0.14 ind:pre:1s;ind:pre:3s; -étaient être aux 8074.24 6501.82 55.30 393.85 ind:imp:3p; -étain étain nom m s 1.19 4.66 1.08 4.39 -étains étain nom m p 1.19 4.66 0.11 0.27 -étais être aux 8074.24 6501.82 184.97 224.66 ind:imp:2s; -était être aux 8074.24 6501.82 350.91 1497.84 ind:imp:3s; -étal étal nom m s 0.56 5.54 0.33 3.38 -étala étaler ver 6.36 63.11 0.00 4.05 ind:pas:3s; -étalage étalage nom m s 2.22 11.42 1.95 7.64 -étalages étalage nom m p 2.22 11.42 0.27 3.78 -étalagiste étalagiste nom s 0.00 0.20 0.00 0.20 -étalai étaler ver 6.36 63.11 0.00 0.27 ind:pas:1s; -étalaient étaler ver 6.36 63.11 0.03 6.15 ind:imp:3p; -étalais étaler ver 6.36 63.11 0.18 0.20 ind:imp:1s; -étalait étaler ver 6.36 63.11 0.08 10.00 ind:imp:3s; -étalant étaler ver 6.36 63.11 0.13 2.30 par:pre; -étale étaler ver 6.36 63.11 0.93 10.41 imp:pre:2s;ind:pre:1s;ind:pre:3s; -étalement étalement nom m s 0.14 0.47 0.14 0.41 -étalements étalement nom m p 0.14 0.47 0.00 0.07 -étalent étaler ver 6.36 63.11 0.32 2.57 ind:pre:3p; -étaler étaler ver 6.36 63.11 2.42 7.16 inf; -étalera étaler ver 6.36 63.11 0.00 0.14 ind:fut:3s; -étalerai étaler ver 6.36 63.11 0.01 0.00 ind:fut:1s; -étaleraient étaler ver 6.36 63.11 0.00 0.14 cnd:pre:3p; -étalerait étaler ver 6.36 63.11 0.01 0.14 cnd:pre:3s; -étaleras étaler ver 6.36 63.11 0.00 0.07 ind:fut:2s; -étaleront étaler ver 6.36 63.11 0.01 0.07 ind:fut:3p; -étales étaler ver 6.36 63.11 0.28 0.00 ind:pre:2s; -étalez étaler ver 6.36 63.11 0.04 0.14 imp:pre:2p;ind:pre:2p; -étalions étaler ver 6.36 63.11 0.00 0.14 ind:imp:1p; -étalon étalon nom m s 6.20 5.41 5.13 4.39 -étalonnage étalonnage nom m s 0.45 0.07 0.45 0.00 -étalonnages étalonnage nom m p 0.45 0.07 0.00 0.07 -étalonne étalonner ver 0.02 0.14 0.00 0.07 ind:pre:1s; -étalonner étalonner ver 0.02 0.14 0.01 0.07 inf; -étalonné étalonner ver m s 0.02 0.14 0.01 0.00 par:pas; -étalonnés étalonné adj m p 0.01 0.00 0.01 0.00 -étalons étalon nom m p 6.20 5.41 1.07 1.01 -étalât étaler ver 6.36 63.11 0.00 0.14 sub:imp:3s; -étals étal nom m p 0.56 5.54 0.23 2.16 -étalèrent étaler ver 6.36 63.11 0.00 0.54 ind:pas:3p; -étalé étaler ver m s 6.36 63.11 0.94 6.55 par:pas; -étalée étaler ver f s 6.36 63.11 0.41 4.73 par:pas; -étalées étaler ver f p 6.36 63.11 0.14 3.18 par:pas; -étalés étaler ver m p 6.36 63.11 0.30 3.99 par:pas; -étamaient étamer ver 0.00 0.14 0.00 0.07 ind:imp:3p; -étambot étambot nom m s 0.01 0.14 0.01 0.14 -étameur étameur nom m s 0.03 0.07 0.03 0.00 -étameurs étameur nom m p 0.03 0.07 0.00 0.07 -étamine étamine nom f s 0.06 1.22 0.05 0.61 -étamines étamine nom f p 0.06 1.22 0.01 0.61 -étampes étampe nom f p 0.00 1.01 0.00 1.01 -étampures étampure nom f p 0.00 0.07 0.00 0.07 -étamé étamé adj m s 0.00 0.27 0.00 0.27 -étanchaient étancher ver 0.48 1.89 0.00 0.07 ind:imp:3p; -étanchait étancher ver 0.48 1.89 0.00 0.20 ind:imp:3s; -étanche étanche adj s 1.87 1.96 1.40 1.15 -étanchement étanchement nom m s 0.20 0.00 0.20 0.00 -étanchent étancher ver 0.48 1.89 0.00 0.07 ind:pre:3p; -étancher étancher ver 0.48 1.89 0.16 1.35 inf; -étancherait étancher ver 0.48 1.89 0.00 0.07 cnd:pre:3s; -étanches étanche adj p 1.87 1.96 0.47 0.81 -étanché étancher ver m s 0.48 1.89 0.26 0.07 par:pas; -étanchée étancher ver f s 0.48 1.89 0.02 0.00 par:pas; -étanchéité étanchéité nom f s 0.13 0.34 0.13 0.34 -étang étang nom m s 7.10 15.47 6.57 10.47 -étangs étang nom m p 7.10 15.47 0.53 5.00 -étant être aux 8074.24 6501.82 30.94 76.82 par:pre; -étançon étançon nom m s 0.00 0.20 0.00 0.20 -étape étape nom f s 15.77 23.65 12.44 14.46 -étapes étape nom f p 15.77 23.65 3.34 9.19 -état_civil état_civil nom m s 0.03 0.54 0.03 0.47 -état_major état_major nom m s 5.24 22.43 5.16 18.31 -état état nom m s 145.72 218.18 136.81 192.03 -étatique étatique adj s 0.07 0.20 0.07 0.07 -étatiques étatique adj p 0.07 0.20 0.00 0.14 -étatisation étatisation nom f s 0.03 0.00 0.03 0.00 -étatisme étatisme nom m s 0.01 0.07 0.01 0.07 -état_civil état_civil nom m p 0.03 0.54 0.00 0.07 -état_major état_major nom m p 5.24 22.43 0.09 4.12 -états état nom m p 145.72 218.18 8.91 26.15 -étau étau nom m s 0.75 4.86 0.61 4.39 -étaux étau nom m p 0.75 4.86 0.14 0.47 -étayage étayage nom m s 0.01 0.07 0.01 0.07 -étayaient étayer ver 0.72 4.05 0.00 0.20 ind:imp:3p; -étayait étayer ver 0.72 4.05 0.00 0.41 ind:imp:3s; -étayant étayer ver 0.72 4.05 0.01 0.34 par:pre; -étaye étayer ver 0.72 4.05 0.08 0.00 ind:pre:3s; -étayer étayer ver 0.72 4.05 0.47 1.15 inf; -étayez étayer ver 0.72 4.05 0.03 0.07 imp:pre:2p;ind:pre:2p; -étayé étayer ver m s 0.72 4.05 0.02 0.54 par:pas; -étayée étayer ver f s 0.72 4.05 0.02 0.47 par:pas; -étayées étayer ver f p 0.72 4.05 0.05 0.14 par:pas; -étayés étayer ver m p 0.72 4.05 0.00 0.61 par:pas; -éteignît éteindre ver 57.32 76.82 0.00 0.54 sub:imp:3s; -éteignaient éteindre ver 57.32 76.82 0.18 2.23 ind:imp:3p; -éteignais éteindre ver 57.32 76.82 0.10 0.34 ind:imp:1s;ind:imp:2s; -éteignait éteindre ver 57.32 76.82 0.22 4.46 ind:imp:3s; -éteignant éteindre ver 57.32 76.82 0.34 2.84 par:pre; -éteigne éteindre ver 57.32 76.82 1.16 0.81 sub:pre:1s;sub:pre:3s; -éteignent éteindre ver 57.32 76.82 1.36 2.64 ind:pre:3p; -éteignes éteindre ver 57.32 76.82 0.08 0.00 sub:pre:2s; -éteignez éteindre ver 57.32 76.82 3.98 0.54 imp:pre:2p;ind:pre:2p; -éteignions éteindre ver 57.32 76.82 0.00 0.07 ind:imp:1p; -éteignirent éteindre ver 57.32 76.82 0.04 1.69 ind:pas:3p; -éteignis éteindre ver 57.32 76.82 0.10 0.47 ind:pas:1s; -éteignit éteindre ver 57.32 76.82 0.39 11.15 ind:pas:3s; -éteignoir éteignoir nom m s 0.16 0.14 0.16 0.14 -éteignons éteindre ver 57.32 76.82 0.10 0.00 imp:pre:1p;ind:pre:1p; -éteindra éteindre ver 57.32 76.82 1.69 0.54 ind:fut:3s; -éteindrai éteindre ver 57.32 76.82 0.92 0.00 ind:fut:1s; -éteindraient éteindre ver 57.32 76.82 0.01 0.07 cnd:pre:3p; -éteindrais éteindre ver 57.32 76.82 0.04 0.07 cnd:pre:1s; -éteindrait éteindre ver 57.32 76.82 0.19 0.47 cnd:pre:3s; -éteindras éteindre ver 57.32 76.82 0.18 0.00 ind:fut:2s; -éteindre éteindre ver 57.32 76.82 14.48 16.62 inf; -éteindrez éteindre ver 57.32 76.82 0.14 0.14 ind:fut:2p; -éteindrons éteindre ver 57.32 76.82 0.23 0.41 ind:fut:1p; -éteindront éteindre ver 57.32 76.82 0.21 0.34 ind:fut:3p; -éteins éteindre ver 57.32 76.82 10.44 2.57 imp:pre:2s;ind:pre:1s;ind:pre:2s; -éteint éteindre ver m s 57.32 76.82 16.42 19.12 ind:pre:3s;par:pas; -éteinte éteindre ver f s 57.32 76.82 2.98 4.53 par:pas; -éteintes éteindre ver f p 57.32 76.82 0.77 1.69 par:pas; -éteints éteint adj m p 2.79 17.91 0.80 4.32 -étend étendre ver 21.90 111.89 4.98 11.28 ind:pre:3s; -étendîmes étendre ver 21.90 111.89 0.00 0.07 ind:pas:1p; -étendît étendre ver 21.90 111.89 0.00 0.34 sub:imp:3s; -étendage étendage nom m s 0.02 0.20 0.02 0.20 -étendaient étendre ver 21.90 111.89 0.14 3.45 ind:imp:3p; -étendais étendre ver 21.90 111.89 0.03 0.88 ind:imp:1s; -étendait étendre ver 21.90 111.89 1.01 13.99 ind:imp:3s; -étendant étendre ver 21.90 111.89 0.07 3.24 par:pre; -étendard étendard nom m s 0.77 4.80 0.65 2.23 -étendards étendard nom m p 0.77 4.80 0.12 2.57 -étende étendre ver 21.90 111.89 0.27 0.47 sub:pre:1s;sub:pre:3s; -étendent étendre ver 21.90 111.89 0.81 2.30 ind:pre:3p; -étendez étendre ver 21.90 111.89 0.27 0.20 imp:pre:2p;ind:pre:2p; -étendions étendre ver 21.90 111.89 0.00 0.14 ind:imp:1p; -étendirent étendre ver 21.90 111.89 0.00 1.01 ind:pas:3p; -étendis étendre ver 21.90 111.89 0.02 1.22 ind:pas:1s; -étendit étendre ver 21.90 111.89 0.28 12.09 ind:pas:3s; -étendoir étendoir nom m s 0.02 0.14 0.02 0.14 -étendons étendre ver 21.90 111.89 0.04 0.20 imp:pre:1p;ind:pre:1p; -étendra étendre ver 21.90 111.89 0.21 0.14 ind:fut:3s; -étendrai étendre ver 21.90 111.89 0.08 0.27 ind:fut:1s; -étendraient étendre ver 21.90 111.89 0.00 0.07 cnd:pre:3p; -étendrais étendre ver 21.90 111.89 0.01 0.14 cnd:pre:1s; -étendrait étendre ver 21.90 111.89 0.06 0.61 cnd:pre:3s; -étendre étendre ver 21.90 111.89 5.87 19.59 inf;; -étendrez étendre ver 21.90 111.89 0.00 0.07 ind:fut:2p; -étendrions étendre ver 21.90 111.89 0.00 0.07 cnd:pre:1p; -étendrons étendre ver 21.90 111.89 0.05 0.00 ind:fut:1p; -étendront étendre ver 21.90 111.89 0.05 0.00 ind:fut:3p; -étends étendre ver 21.90 111.89 1.42 2.23 imp:pre:2s;ind:pre:1s;ind:pre:2s; -étendu étendre ver m s 21.90 111.89 3.56 20.54 par:pas; -étendue étendue nom f s 3.96 24.46 3.52 18.85 -étendues étendue nom f p 3.96 24.46 0.45 5.61 -étendus étendre ver m p 21.90 111.89 0.51 3.38 par:pas; -éternel éternel adj m s 30.53 45.88 14.06 19.86 -éternelle éternel adj f s 30.53 45.88 12.85 18.18 -éternellement éternellement adv 8.01 9.93 8.01 9.93 -éternelles éternel adj f p 30.53 45.88 1.52 3.78 -éternels éternel adj m p 30.53 45.88 2.10 4.05 -éternisa éterniser ver 1.31 4.32 0.00 0.34 ind:pas:3s; -éternisaient éterniser ver 1.31 4.32 0.00 0.14 ind:imp:3p; -éternisais éterniser ver 1.31 4.32 0.00 0.07 ind:imp:1s; -éternisait éterniser ver 1.31 4.32 0.00 0.95 ind:imp:3s; -éternise éterniser ver 1.31 4.32 0.41 0.74 imp:pre:2s;ind:pre:1s;ind:pre:3s; -éternisent éterniser ver 1.31 4.32 0.02 0.20 ind:pre:3p; -éterniser éterniser ver 1.31 4.32 0.65 1.35 inf; -éterniserai éterniser ver 1.31 4.32 0.02 0.00 ind:fut:1s; -éterniserait éterniser ver 1.31 4.32 0.00 0.07 cnd:pre:3s; -éterniserons éterniser ver 1.31 4.32 0.01 0.00 ind:fut:1p; -éternisez éterniser ver 1.31 4.32 0.13 0.00 imp:pre:2p;ind:pre:2p; -éternisons éterniser ver 1.31 4.32 0.00 0.07 imp:pre:1p; -éternisât éterniser ver 1.31 4.32 0.00 0.07 sub:imp:3s; -éternisé éterniser ver m s 1.31 4.32 0.04 0.20 par:pas; -éternisée éterniser ver f s 1.31 4.32 0.02 0.00 par:pas; -éternisés éterniser ver m p 1.31 4.32 0.01 0.14 par:pas; -éternité éternité nom f s 18.20 31.62 18.00 30.95 -éternités éternité nom f p 18.20 31.62 0.20 0.68 -éternua éternuer ver 3.48 4.26 0.00 1.28 ind:pas:3s; -éternuaient éternuer ver 3.48 4.26 0.00 0.07 ind:imp:3p; -éternuais éternuer ver 3.48 4.26 0.03 0.07 ind:imp:1s; -éternuait éternuer ver 3.48 4.26 0.02 0.20 ind:imp:3s; -éternuant éternuer ver 3.48 4.26 0.20 0.20 par:pre; -éternue éternuer ver 3.48 4.26 1.25 0.41 imp:pre:2s;ind:pre:1s;ind:pre:3s; -éternuement éternuement nom m s 1.00 1.55 0.65 1.01 -éternuements éternuement nom m p 1.00 1.55 0.36 0.54 -éternuent éternuer ver 3.48 4.26 0.04 0.00 ind:pre:3p; -éternuer éternuer ver 3.48 4.26 1.02 1.62 inf; -éternuerait éternuer ver 3.48 4.26 0.00 0.07 cnd:pre:3s; -éternues éternuer ver 3.48 4.26 0.23 0.00 ind:pre:2s; -éternuez éternuer ver 3.48 4.26 0.06 0.07 imp:pre:2p;ind:pre:2p; -éternué éternuer ver m s 3.48 4.26 0.63 0.27 par:pas; -êtes être aux 8074.24 6501.82 260.22 51.89 ind:pre:2p; -éteule éteule nom f s 0.00 0.54 0.00 0.07 -éteules éteule nom f p 0.00 0.54 0.00 0.47 -éthane éthane nom m s 0.01 0.00 0.01 0.00 -éthanol éthanol nom m s 0.29 0.00 0.29 0.00 -éther éther nom m s 1.43 4.05 1.43 3.92 -éthers éther nom m p 1.43 4.05 0.00 0.14 -éthiopien éthiopien adj m s 0.59 0.47 0.31 0.07 -éthiopienne éthiopien adj f s 0.59 0.47 0.14 0.27 -éthiopiennes éthiopien adj f p 0.59 0.47 0.01 0.00 -éthiopiens éthiopien adj m p 0.59 0.47 0.14 0.14 -éthique éthique nom f s 4.56 1.08 4.55 1.01 -éthiquement éthiquement adv 0.09 0.00 0.09 0.00 -éthiques éthique adj p 1.22 0.41 0.28 0.27 -éthologie éthologie nom f s 0.11 0.07 0.11 0.07 -éthologue éthologue nom s 0.01 0.00 0.01 0.00 -éthérique éthérique adj f s 0.01 0.00 0.01 0.00 -éthéré éthéré adj m s 0.40 0.95 0.23 0.27 -éthérée éthéré adj f s 0.40 0.95 0.00 0.41 -éthérées éthéré adj f p 0.40 0.95 0.16 0.20 -éthérés éthéré adj m p 0.40 0.95 0.01 0.07 -éthyle éthyle nom m s 0.07 0.00 0.07 0.00 -éthylique éthylique adj s 0.26 0.61 0.26 0.34 -éthyliques éthylique adj p 0.26 0.61 0.00 0.27 -éthylisme éthylisme nom m s 0.10 0.20 0.10 0.20 -éthylotest éthylotest nom m s 0.05 0.00 0.05 0.00 -éthylène éthylène nom m s 0.09 0.00 0.09 0.00 -étiage étiage nom m s 0.00 0.34 0.00 0.34 -étier étier nom m s 0.00 0.34 0.00 0.07 -étiers étier nom m p 0.00 0.34 0.00 0.27 -étiez être aux 8074.24 6501.82 23.15 7.30 ind:imp:2p; -utile utile adj s 44.99 32.70 36.47 23.99 -utilement utilement adv 0.03 1.49 0.03 1.49 -utiles utile adj p 44.99 32.70 8.52 8.72 -utilisa utiliser ver 182.44 43.51 0.23 0.68 ind:pas:3s; -utilisable utilisable adj s 1.62 1.69 1.30 1.15 -utilisables utilisable adj p 1.62 1.69 0.32 0.54 -utilisai utiliser ver 182.44 43.51 0.00 0.14 ind:pas:1s; -utilisaient utiliser ver 182.44 43.51 1.68 1.96 ind:imp:3p; -utilisais utiliser ver 182.44 43.51 1.15 0.47 ind:imp:1s;ind:imp:2s; -utilisait utiliser ver 182.44 43.51 3.84 5.41 ind:imp:3s; -utilisant utiliser ver 182.44 43.51 5.73 3.72 par:pre; -utilisateur utilisateur nom m s 1.24 0.20 0.79 0.00 -utilisateurs utilisateur nom m p 1.24 0.20 0.44 0.20 -utilisation utilisation nom f s 4.67 4.26 4.47 4.12 -utilisations utilisation nom f p 4.67 4.26 0.20 0.14 -utilisatrice utilisateur nom f s 1.24 0.20 0.01 0.00 -utilise utiliser ver 182.44 43.51 31.68 2.97 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -utilisent utiliser ver 182.44 43.51 8.00 1.49 ind:pre:3p; -utiliser utiliser ver 182.44 43.51 61.97 15.61 ind:pre:2p;inf; -utilisera utiliser ver 182.44 43.51 1.62 0.14 ind:fut:3s; -utiliserai utiliser ver 182.44 43.51 1.82 0.20 ind:fut:1s; -utiliseraient utiliser ver 182.44 43.51 0.20 0.34 cnd:pre:3p; -utiliserais utiliser ver 182.44 43.51 1.17 0.14 cnd:pre:1s;cnd:pre:2s; -utiliserait utiliser ver 182.44 43.51 0.80 0.34 cnd:pre:3s; -utiliseras utiliser ver 182.44 43.51 0.58 0.00 ind:fut:2s; -utiliserez utiliser ver 182.44 43.51 0.36 0.00 ind:fut:2p; -utiliseriez utiliser ver 182.44 43.51 0.17 0.00 cnd:pre:2p; -utiliserions utiliser ver 182.44 43.51 0.03 0.00 cnd:pre:1p; -utiliserons utiliser ver 182.44 43.51 1.02 0.00 ind:fut:1p; -utiliseront utiliser ver 182.44 43.51 0.49 0.07 ind:fut:3p; -utilises utiliser ver 182.44 43.51 3.80 0.20 ind:pre:2s;sub:pre:2s; -utilisez utiliser ver 182.44 43.51 11.86 0.34 imp:pre:2p;ind:pre:2p; -utilisiez utiliser ver 182.44 43.51 0.66 0.41 ind:imp:2p;sub:pre:2p; -utilisions utiliser ver 182.44 43.51 0.37 0.14 ind:imp:1p; -utilisons utiliser ver 182.44 43.51 3.04 0.07 imp:pre:1p;ind:pre:1p; -utilisât utiliser ver 182.44 43.51 0.00 0.07 sub:imp:3s; -utilisèrent utiliser ver 182.44 43.51 0.06 0.07 ind:pas:3p; -utilisé utiliser ver m s 182.44 43.51 30.65 4.19 par:pas; -utilisée utiliser ver f s 182.44 43.51 5.59 1.62 par:pas; -utilisées utiliser ver f p 182.44 43.51 1.43 0.88 par:pas; -utilisés utiliser ver m p 182.44 43.51 2.44 1.89 par:pas; -utilitaire utilitaire nom s 0.16 0.34 0.15 0.14 -utilitaires utilitaire adj p 0.12 1.35 0.01 0.27 -utilitarisme utilitarisme nom m s 0.00 0.07 0.00 0.07 -utilité utilité nom f s 4.28 7.09 4.15 6.49 -utilités utilité nom f p 4.28 7.09 0.13 0.61 -étincela étinceler ver 1.29 10.81 0.00 0.41 ind:pas:3s; -étincelaient étinceler ver 1.29 10.81 0.05 2.36 ind:imp:3p; -étincelait étinceler ver 1.29 10.81 0.02 3.11 ind:imp:3s; -étincelant étincelant adj m s 1.29 13.18 0.34 3.24 -étincelante étincelant adj f s 1.29 13.18 0.58 4.53 -étincelantes étincelant adj f p 1.29 13.18 0.25 2.70 -étincelants étincelant adj m p 1.29 13.18 0.12 2.70 -étinceler étinceler ver 1.29 10.81 0.07 0.88 inf; -étincelle étincelle nom f s 6.30 12.97 3.59 5.07 -étincellement étincellement nom m s 0.14 0.81 0.14 0.74 -étincellements étincellement nom m p 0.14 0.81 0.00 0.07 -étincellent étinceler ver 1.29 10.81 0.16 0.61 ind:pre:3p; -étincellera étinceler ver 1.29 10.81 0.03 0.00 ind:fut:3s; -étincelles étincelle nom f p 6.30 12.97 2.71 7.91 -étincelèrent étinceler ver 1.29 10.81 0.00 0.34 ind:pas:3p; -étincelé étinceler ver m s 1.29 10.81 0.00 0.20 par:pas; -étiolaient étioler ver 0.45 2.09 0.00 0.07 ind:imp:3p; -étiolais étioler ver 0.45 2.09 0.00 0.07 ind:imp:1s; -étiolait étioler ver 0.45 2.09 0.00 0.14 ind:imp:3s; -étiolant étioler ver 0.45 2.09 0.00 0.07 par:pre; -étiole étioler ver 0.45 2.09 0.16 0.41 ind:pre:1s;ind:pre:3s; -étiolement étiolement nom m s 0.00 0.07 0.00 0.07 -étiolent étioler ver 0.45 2.09 0.01 0.54 ind:pre:3p; -étioler étioler ver 0.45 2.09 0.26 0.54 inf; -étiologie étiologie nom f s 0.03 0.00 0.03 0.00 -étiologique étiologique adj m s 0.02 0.07 0.01 0.00 -étiologiques étiologique adj p 0.02 0.07 0.01 0.07 -étiolé étioler ver m s 0.45 2.09 0.00 0.07 par:pas; -étiolée étioler ver f s 0.45 2.09 0.03 0.14 par:pas; -étiolées étioler ver f p 0.45 2.09 0.00 0.07 par:pas; -étions être aux 8074.24 6501.82 9.63 47.77 ind:imp:1p; -étique étique adj s 0.11 0.68 0.09 0.34 -étiques étique adj p 0.11 0.68 0.02 0.34 -étiquetage étiquetage nom m s 0.12 0.00 0.12 0.00 -étiquetaient étiqueter ver 1.13 2.03 0.00 0.07 ind:imp:3p; -étiqueter étiqueter ver 1.13 2.03 0.35 0.27 inf; -étiqueteuse étiqueteur nom f s 0.04 0.00 0.04 0.00 -étiquetez étiqueter ver 1.13 2.03 0.09 0.00 imp:pre:2p;ind:pre:2p; -étiquette étiquette nom f s 7.38 15.74 5.44 8.65 -étiquettent étiqueter ver 1.13 2.03 0.01 0.07 ind:pre:3p; -étiquettes étiquette nom f p 7.38 15.74 1.94 7.09 -étiqueté étiqueter ver m s 1.13 2.03 0.31 0.47 par:pas; -étiquetée étiqueter ver f s 1.13 2.03 0.09 0.14 par:pas; -étiquetées étiqueter ver f p 1.13 2.03 0.05 0.34 par:pas; -étiquetés étiqueter ver m p 1.13 2.03 0.15 0.54 par:pas; -étira étirer ver 3.28 40.27 0.00 7.09 ind:pas:3s; -étirable étirable adj m s 0.01 0.00 0.01 0.00 -étirage étirage nom m s 0.14 0.00 0.14 0.00 -étirai étirer ver 3.28 40.27 0.00 0.34 ind:pas:1s; -étiraient étirer ver 3.28 40.27 0.02 2.50 ind:imp:3p; -étirais étirer ver 3.28 40.27 0.11 0.27 ind:imp:1s;ind:imp:2s; -étirait étirer ver 3.28 40.27 0.06 5.07 ind:imp:3s; -étirant étirer ver 3.28 40.27 0.06 4.39 par:pre; -étire étirer ver 3.28 40.27 0.99 8.04 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:1s; -étirement étirement nom m s 0.33 1.01 0.09 0.54 -étirements étirement nom m p 0.33 1.01 0.24 0.47 -étirent étirer ver 3.28 40.27 0.35 1.96 ind:pre:3p; -étirer étirer ver 3.28 40.27 0.93 3.11 inf; -étirerait étirer ver 3.28 40.27 0.02 0.00 cnd:pre:3s; -étirez étirer ver 3.28 40.27 0.09 0.00 imp:pre:2p;ind:pre:2p; -étirèrent étirer ver 3.28 40.27 0.01 0.54 ind:pas:3p; -étiré étirer ver m s 3.28 40.27 0.29 2.03 par:pas; -étirée étirer ver f s 3.28 40.27 0.06 1.49 par:pas; -étirées étirer ver f p 3.28 40.27 0.12 1.69 par:pas; -étirés étirer ver m p 3.28 40.27 0.15 1.76 par:pas; -étisie étisie nom f s 0.00 0.07 0.00 0.07 -étoffaient étoffer ver 0.33 0.81 0.00 0.07 ind:imp:3p; -étoffait étoffer ver 0.33 0.81 0.00 0.14 ind:imp:3s; -étoffe étoffe nom f s 3.10 28.24 2.90 19.26 -étoffer étoffer ver 0.33 0.81 0.14 0.14 inf; -étoffes étoffe nom f p 3.10 28.24 0.20 8.99 -étoffé étoffer ver m s 0.33 0.81 0.11 0.27 par:pas; -étoffée étoffer ver f s 0.33 0.81 0.04 0.07 par:pas; -étoffées étoffé adj f p 0.07 0.34 0.00 0.07 -étoffés étoffer ver m p 0.33 0.81 0.00 0.07 par:pas; -étoila étoiler ver 0.95 3.78 0.00 0.07 ind:pas:3s; -étoilaient étoiler ver 0.95 3.78 0.00 0.20 ind:imp:3p; -étoilait étoiler ver 0.95 3.78 0.01 0.47 ind:imp:3s; -étoile étoile nom f s 54.63 81.82 21.65 29.80 -étoilent étoiler ver 0.95 3.78 0.00 0.07 ind:pre:3p; -étoiles étoile nom f p 54.63 81.82 32.98 52.03 -étoilé étoilé adj m s 1.35 3.18 0.59 1.28 -étoilée étoilé adj f s 1.35 3.18 0.71 0.88 -étoilées étoilé adj f p 1.35 3.18 0.03 0.68 -étoilés étoilé adj m p 1.35 3.18 0.02 0.34 -étole étole nom f s 0.29 2.09 0.29 1.69 -étoles étole nom f p 0.29 2.09 0.00 0.41 -étonna étonner ver 53.63 116.55 0.23 14.19 ind:pas:3s; -étonnai étonner ver 53.63 116.55 0.00 1.49 ind:pas:1s; -étonnaient étonner ver 53.63 116.55 0.02 2.64 ind:imp:3p; -étonnais étonner ver 53.63 116.55 0.23 3.58 ind:imp:1s;ind:imp:2s; -étonnait étonner ver 53.63 116.55 0.91 15.47 ind:imp:3s; -étonnamment étonnamment adv 1.01 3.99 1.01 3.99 -étonnant étonnant adj m s 19.85 30.00 15.52 16.15 -étonnante étonnant adj f s 19.85 30.00 2.95 10.47 -étonnantes étonnant adj f p 19.85 30.00 0.72 1.89 -étonnants étonnant adj m p 19.85 30.00 0.66 1.49 -étonne étonner ver 53.63 116.55 21.18 21.76 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:1s;sub:pre:3s; -étonnement étonnement nom m s 1.28 31.96 1.28 30.74 -étonnements étonnement nom m p 1.28 31.96 0.00 1.22 -étonnent étonner ver 53.63 116.55 0.49 1.96 ind:pre:3p; -étonner étonner ver 53.63 116.55 3.40 12.23 inf; -étonnera étonner ver 53.63 116.55 0.62 1.08 ind:fut:3s; -étonnerai étonner ver 53.63 116.55 0.18 0.07 ind:fut:1s; -étonneraient étonner ver 53.63 116.55 0.03 0.41 cnd:pre:3p; -étonnerais étonner ver 53.63 116.55 0.02 0.14 cnd:pre:1s; -étonnerait étonner ver 53.63 116.55 10.62 7.84 cnd:pre:3s; -étonneras étonner ver 53.63 116.55 0.10 0.14 ind:fut:2s; -étonnerez étonner ver 53.63 116.55 0.06 0.07 ind:fut:2p; -étonneriez étonner ver 53.63 116.55 0.00 0.07 cnd:pre:2p; -étonnerons étonner ver 53.63 116.55 0.00 0.07 ind:fut:1p; -étonneront étonner ver 53.63 116.55 0.04 0.27 ind:fut:3p; -étonnes étonner ver 53.63 116.55 4.30 1.15 ind:pre:2s; -étonnez étonner ver 53.63 116.55 1.46 1.62 imp:pre:2p;ind:pre:2p; -étonniez étonner ver 53.63 116.55 0.02 0.07 ind:imp:2p; -étonnions étonner ver 53.63 116.55 0.00 0.27 ind:imp:1p; -étonnâmes étonner ver 53.63 116.55 0.00 0.14 ind:pas:1p; -étonnons étonner ver 53.63 116.55 0.01 0.20 imp:pre:1p;ind:pre:1p; -étonnât étonner ver 53.63 116.55 0.00 0.07 sub:imp:3s; -étonnèrent étonner ver 53.63 116.55 0.00 1.15 ind:pas:3p; -étonné étonner ver m s 53.63 116.55 3.21 15.07 par:pas; -étonnée étonner ver f s 53.63 116.55 2.39 6.76 par:pas; -étonnées étonné adj f p 3.37 23.31 0.10 0.61 -étonnés étonner ver m p 53.63 116.55 0.52 2.03 par:pas; -utopie utopie nom f s 1.48 1.28 1.16 0.88 -utopies utopie nom f p 1.48 1.28 0.32 0.41 -utopique utopique adj s 0.49 0.61 0.33 0.41 -utopiques utopique adj f p 0.49 0.61 0.16 0.20 -utopiste utopiste nom s 0.29 0.07 0.11 0.07 -utopistes utopiste nom p 0.29 0.07 0.18 0.00 -étouffa étouffer ver 28.50 59.46 0.11 2.50 ind:pas:3s; -étouffai étouffer ver 28.50 59.46 0.00 0.14 ind:pas:1s; -étouffaient étouffer ver 28.50 59.46 0.03 2.84 ind:imp:3p; -étouffais étouffer ver 28.50 59.46 0.32 1.96 ind:imp:1s;ind:imp:2s; -étouffait étouffer ver 28.50 59.46 0.34 8.92 ind:imp:3s; -étouffant étouffant adj m s 1.36 7.97 0.83 2.70 -étouffante étouffant adj f s 1.36 7.97 0.51 4.19 -étouffantes étouffant adj f p 1.36 7.97 0.01 0.54 -étouffants étouffant adj m p 1.36 7.97 0.01 0.54 -étouffassent étouffer ver 28.50 59.46 0.00 0.07 sub:imp:3p; -étouffe_chrétien étouffe_chrétien nom m 0.01 0.00 0.01 0.00 -étouffe étouffer ver 28.50 59.46 11.88 8.65 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -étouffement étouffement nom m s 0.64 3.92 0.64 3.45 -étouffements étouffement nom m p 0.64 3.92 0.00 0.47 -étouffent étouffer ver 28.50 59.46 0.98 1.49 ind:pre:3p; -étouffer étouffer ver 28.50 59.46 7.45 12.30 inf;; -étouffera étouffer ver 28.50 59.46 0.22 0.20 ind:fut:3s; -étoufferai étouffer ver 28.50 59.46 0.26 0.00 ind:fut:1s; -étoufferaient étouffer ver 28.50 59.46 0.10 0.07 cnd:pre:3p; -étoufferais étouffer ver 28.50 59.46 0.06 0.14 cnd:pre:1s;cnd:pre:2s; -étoufferait étouffer ver 28.50 59.46 0.29 0.47 cnd:pre:3s; -étoufferez étouffer ver 28.50 59.46 0.04 0.00 ind:fut:2p; -étoufferiez étouffer ver 28.50 59.46 0.01 0.00 cnd:pre:2p; -étoufferons étouffer ver 28.50 59.46 0.03 0.07 ind:fut:1p; -étoufferont étouffer ver 28.50 59.46 0.03 0.07 ind:fut:3p; -étouffes étouffer ver 28.50 59.46 1.32 0.95 ind:pre:2s; -étouffeur étouffeur nom m s 0.03 0.07 0.03 0.00 -étouffeuses étouffeur nom f p 0.03 0.07 0.00 0.07 -étouffez étouffer ver 28.50 59.46 0.32 0.07 imp:pre:2p;ind:pre:2p; -étouffiez étouffer ver 28.50 59.46 0.02 0.00 ind:imp:2p; -étouffions étouffer ver 28.50 59.46 0.00 0.14 ind:imp:1p; -étouffoir étouffoir nom m s 0.00 0.20 0.00 0.14 -étouffoirs étouffoir nom m p 0.00 0.20 0.00 0.07 -étouffons étouffer ver 28.50 59.46 0.02 0.07 imp:pre:1p;ind:pre:1p; -étouffât étouffer ver 28.50 59.46 0.00 0.34 sub:imp:3s; -étouffèrent étouffer ver 28.50 59.46 0.20 0.34 ind:pas:3p; -étouffé étouffer ver m s 28.50 59.46 2.48 5.20 par:pas; -étouffée étouffer ver f s 28.50 59.46 1.36 5.27 par:pas; -étouffées étouffer ver f p 28.50 59.46 0.17 1.82 par:pas; -étouffés étouffé adj m p 0.74 8.11 0.46 3.78 -étoupe étoupe nom f s 0.07 1.28 0.07 1.28 -étourderie étourderie nom f s 0.30 1.69 0.30 1.49 -étourderies étourderie nom f p 0.30 1.69 0.00 0.20 -étourdi étourdi adj m s 1.00 3.58 0.56 2.30 -étourdie étourdi adj f s 1.00 3.58 0.44 0.88 -étourdies étourdi nom f p 0.73 2.16 0.01 0.00 -étourdiment étourdiment adv 0.01 0.95 0.01 0.95 -étourdir étourdir ver 1.13 7.64 0.17 1.22 inf; -étourdira étourdir ver 1.13 7.64 0.01 0.00 ind:fut:3s; -étourdirait étourdir ver 1.13 7.64 0.00 0.07 cnd:pre:3s; -étourdirent étourdir ver 1.13 7.64 0.00 0.07 ind:pas:3p; -étourdis étourdir ver m p 1.13 7.64 0.06 0.54 imp:pre:2s;ind:pre:1s;ind:pre:2s;par:pas; -étourdissaient étourdir ver 1.13 7.64 0.00 0.41 ind:imp:3p; -étourdissait étourdir ver 1.13 7.64 0.00 1.22 ind:imp:3s; -étourdissant étourdissant adj m s 0.40 2.03 0.23 0.88 -étourdissante étourdissant adj f s 0.40 2.03 0.14 0.95 -étourdissantes étourdissant adj f p 0.40 2.03 0.03 0.14 -étourdissants étourdissant adj m p 0.40 2.03 0.00 0.07 -étourdissement étourdissement nom m s 0.81 1.82 0.62 1.42 -étourdissements étourdissement nom m p 0.81 1.82 0.20 0.41 -étourdissent étourdir ver 1.13 7.64 0.03 0.14 ind:pre:3p; -étourdissez étourdir ver 1.13 7.64 0.11 0.00 ind:pre:2p; -étourdissons étourdir ver 1.13 7.64 0.00 0.07 ind:pre:1p; -étourdit étourdir ver 1.13 7.64 0.20 0.88 ind:pre:3s;ind:pas:3s; -étourneau étourneau nom m s 0.41 1.22 0.33 0.27 -étourneaux étourneau nom m p 0.41 1.22 0.09 0.95 -étrange étrange adj s 85.61 103.58 70.99 83.65 -étrangement étrangement adv 3.85 14.86 3.85 14.86 -étranger étranger nom m s 58.84 66.62 35.72 33.85 -étrangers étranger nom m p 58.84 66.62 19.67 23.85 -étranges étrange adj p 85.61 103.58 14.61 19.93 -étrangeté étrangeté nom f s 0.39 5.68 0.35 4.93 -étrangetés étrangeté nom f p 0.39 5.68 0.04 0.74 -étrangla étrangler ver 18.53 22.09 0.00 2.30 ind:pas:3s; -étranglai étrangler ver 18.53 22.09 0.00 0.20 ind:pas:1s; -étranglaient étrangler ver 18.53 22.09 0.04 0.41 ind:imp:3p; -étranglais étrangler ver 18.53 22.09 0.04 0.14 ind:imp:1s;ind:imp:2s; -étranglait étrangler ver 18.53 22.09 0.21 2.70 ind:imp:3s; -étranglant étrangler ver 18.53 22.09 0.10 1.15 par:pre; -étrangle étrangler ver 18.53 22.09 4.04 3.38 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:1s; -étranglement étranglement nom m s 0.62 1.42 0.61 1.08 -étranglements étranglement nom m p 0.62 1.42 0.01 0.34 -étranglent étrangler ver 18.53 22.09 0.36 0.27 ind:pre:3p; -étrangler étrangler ver 18.53 22.09 6.87 6.49 ind:pre:2p;inf; -étranglera étrangler ver 18.53 22.09 0.16 0.14 ind:fut:3s; -étranglerai étrangler ver 18.53 22.09 0.16 0.20 ind:fut:1s; -étrangleraient étrangler ver 18.53 22.09 0.01 0.07 cnd:pre:3p; -étranglerais étrangler ver 18.53 22.09 0.46 0.00 cnd:pre:1s;cnd:pre:2s; -étranglerait étrangler ver 18.53 22.09 0.15 0.00 cnd:pre:3s; -étrangleront étrangler ver 18.53 22.09 0.17 0.00 ind:fut:3p; -étrangles étrangler ver 18.53 22.09 0.36 0.07 ind:pre:2s; -étrangleur étrangleur nom m s 0.66 0.88 0.62 0.74 -étrangleurs étrangleur nom m p 0.66 0.88 0.03 0.14 -étrangleuse étrangleur nom f s 0.66 0.88 0.01 0.00 -étrangleuses étrangleur adj f p 0.04 0.27 0.00 0.07 -étranglez étrangler ver 18.53 22.09 0.11 0.07 imp:pre:2p;ind:pre:2p; -étranglât étrangler ver 18.53 22.09 0.00 0.07 sub:imp:3s; -étranglé étrangler ver m s 18.53 22.09 3.44 2.23 par:pas; -étranglée étrangler ver f s 18.53 22.09 1.50 1.96 par:pas; -étranglées étrangler ver f p 18.53 22.09 0.14 0.14 par:pas; -étranglés étrangler ver m p 18.53 22.09 0.22 0.14 par:pas; -étrangère étranger adj f s 31.39 75.00 7.25 20.47 -étrangères étranger adj f p 31.39 75.00 4.46 16.82 -étrangéité étrangéité nom f s 0.00 0.07 0.00 0.07 -étrave étrave nom f s 0.07 3.31 0.07 3.11 -étraves étrave nom f p 0.07 3.31 0.00 0.20 -être_là être_là nom m 0.14 0.00 0.14 0.00 -être être aux 8074.24 6501.82 725.09 685.47 inf; -étreignîmes étreindre ver 3.05 16.96 0.00 0.07 ind:pas:1p; -étreignaient étreindre ver 3.05 16.96 0.11 0.81 ind:imp:3p; -étreignais étreindre ver 3.05 16.96 0.02 0.07 ind:imp:1s; -étreignait étreindre ver 3.05 16.96 0.14 3.45 ind:imp:3s; -étreignant étreindre ver 3.05 16.96 0.26 1.22 par:pre; -étreigne étreindre ver 3.05 16.96 0.14 0.07 sub:pre:1s;sub:pre:3s; -étreignent étreindre ver 3.05 16.96 0.06 1.08 ind:pre:3p;sub:pre:3p; -étreignions étreindre ver 3.05 16.96 0.00 0.27 ind:imp:1p; -étreignirent étreindre ver 3.05 16.96 0.00 0.41 ind:pas:3p; -étreignit étreindre ver 3.05 16.96 0.16 1.76 ind:pas:3s; -étreignons étreindre ver 3.05 16.96 0.01 0.07 imp:pre:1p;ind:pre:1p; -étreindrait étreindre ver 3.05 16.96 0.00 0.07 cnd:pre:3s; -étreindre étreindre ver 3.05 16.96 0.69 2.97 inf;; -étreindrons étreindre ver 3.05 16.96 0.00 0.07 ind:fut:1p; -étreindront étreindre ver 3.05 16.96 0.14 0.07 ind:fut:3p; -étreins étreindre ver 3.05 16.96 0.30 0.20 imp:pre:2s;ind:pre:1s;ind:pre:2s; -étreint étreindre ver m s 3.05 16.96 0.95 3.38 ind:pre:3s;par:pas; -étreinte étreinte nom f s 2.75 16.42 2.06 12.36 -étreintes étreinte nom f p 2.75 16.42 0.70 4.05 -étreints étreindre ver m p 3.05 16.96 0.01 0.68 par:pas; -étrenna étrenner ver 0.37 1.28 0.00 0.07 ind:pas:3s; -étrennait étrenner ver 0.37 1.28 0.01 0.20 ind:imp:3s; -étrennant étrenner ver 0.37 1.28 0.00 0.07 par:pre; -étrenne étrenner ver 0.37 1.28 0.14 0.07 ind:pre:3s; -étrennent étrenner ver 0.37 1.28 0.00 0.07 ind:pre:3p; -étrenner étrenner ver 0.37 1.28 0.07 0.47 inf; -étrennera étrenner ver 0.37 1.28 0.01 0.07 ind:fut:3s; -étrennerais étrenner ver 0.37 1.28 0.00 0.07 cnd:pre:1s; -étrennes étrenne nom f p 0.17 1.22 0.17 1.08 -étrenné étrenner ver m s 0.37 1.28 0.02 0.07 par:pas; -étrennée étrenner ver f s 0.37 1.28 0.01 0.14 par:pas; -êtres être nom m p 100.69 122.57 21.91 45.20 -étrier étrier nom m s 0.83 5.00 0.33 2.43 -étriers étrier nom m p 0.83 5.00 0.50 2.57 -étrilla étriller ver 0.11 1.15 0.00 0.14 ind:pas:3s; -étrillage étrillage nom m s 0.00 0.14 0.00 0.14 -étrillaient étriller ver 0.11 1.15 0.00 0.07 ind:imp:3p; -étrillait étriller ver 0.11 1.15 0.00 0.07 ind:imp:3s; -étrille étrille nom f s 0.01 0.41 0.01 0.20 -étriller étriller ver 0.11 1.15 0.06 0.41 inf; -étrillerez étriller ver 0.11 1.15 0.01 0.00 ind:fut:2p; -étrilles étrille nom f p 0.01 0.41 0.00 0.20 -étrillé étriller ver m s 0.11 1.15 0.02 0.27 par:pas; -étrillée étriller ver f s 0.11 1.15 0.01 0.07 par:pas; -étrillés étriller ver m p 0.11 1.15 0.00 0.14 par:pas; -étripage étripage nom m s 0.01 0.07 0.01 0.00 -étripages étripage nom m p 0.01 0.07 0.00 0.07 -étripaient étriper ver 3.07 1.76 0.00 0.07 ind:imp:3p; -étripe étriper ver 3.07 1.76 1.30 0.47 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:1s;sub:pre:3s; -étripent étriper ver 3.07 1.76 0.06 0.07 ind:pre:3p; -étriper étriper ver 3.07 1.76 1.35 0.74 inf; -étripera étriper ver 3.07 1.76 0.03 0.00 ind:fut:3s; -étriperai étriper ver 3.07 1.76 0.03 0.00 ind:fut:1s; -étriperaient étriper ver 3.07 1.76 0.01 0.00 cnd:pre:3p; -étriperais étriper ver 3.07 1.76 0.01 0.00 cnd:pre:1s; -étripèrent étriper ver 3.07 1.76 0.00 0.07 ind:pas:3p; -étripé étriper ver m s 3.07 1.76 0.19 0.14 par:pas; -étripée étriper ver f s 3.07 1.76 0.01 0.07 par:pas; -étripés étriper ver m p 3.07 1.76 0.06 0.14 par:pas; -étriqua étriquer ver 0.19 1.15 0.00 0.07 ind:pas:3s; -étriquaient étriquer ver 0.19 1.15 0.00 0.07 ind:imp:3p; -étriquant étriquer ver 0.19 1.15 0.00 0.07 par:pre; -étriqué étriqué adj m s 0.23 3.78 0.13 1.96 -étriquée étriquer ver f s 0.19 1.15 0.16 0.20 par:pas; -étriquées étriqué adj f p 0.23 3.78 0.01 0.41 -étriqués étriqué adj m p 0.23 3.78 0.07 0.54 -étrivière étrivière nom f s 0.00 0.41 0.00 0.07 -étrivières étrivière nom f p 0.00 0.41 0.00 0.34 -étroit étroit adj m s 10.79 75.81 5.94 28.18 -étroite étroit adj f s 10.79 75.81 2.91 29.59 -étroitement étroitement adv 1.51 10.81 1.51 10.81 -étroites étroit adj f p 10.79 75.81 1.06 10.88 -étroitesse étroitesse nom f s 0.36 2.36 0.36 2.36 -étroits étroit adj m p 10.79 75.81 0.88 7.16 -étron étron nom m s 0.75 2.43 0.44 1.55 -étrons étron nom m p 0.75 2.43 0.31 0.88 -étréci étrécir ver m s 0.00 0.27 0.00 0.07 par:pas; -étrécie étrécir ver f s 0.00 0.27 0.00 0.07 par:pas; -étrécir étrécir ver 0.00 0.27 0.00 0.07 inf; -étrécissement étrécissement nom m s 0.00 0.07 0.00 0.07 -étrécit étrécir ver 0.00 0.27 0.00 0.07 ind:pas:3s; -étrésillon étrésillon nom m s 0.00 0.07 0.00 0.07 -étrusque étrusque adj m s 0.33 0.54 0.14 0.14 -étrusques étrusque adj p 0.33 0.54 0.19 0.41 -été être aux m s 8074.24 6501.82 24.71 40.20 par:pas; -étude étude nom f s 44.22 63.04 11.35 19.66 -études étude nom f p 44.22 63.04 32.87 43.38 -étudia étudier ver 70.77 30.41 0.21 1.15 ind:pas:3s; -étudiai étudier ver 70.77 30.41 0.02 0.34 ind:pas:1s; -étudiaient étudier ver 70.77 30.41 0.12 0.47 ind:imp:3p; -étudiais étudier ver 70.77 30.41 1.23 0.81 ind:imp:1s;ind:imp:2s; -étudiait étudier ver 70.77 30.41 1.86 2.50 ind:imp:3s; -étudiant étudiant nom m s 38.07 38.45 10.12 14.05 -étudiante étudiant nom f s 38.07 38.45 4.49 3.72 -étudiantes étudiant nom f p 38.07 38.45 2.24 1.89 -étudiants étudiant nom m p 38.07 38.45 21.22 18.78 -étudie étudier ver 70.77 30.41 11.42 2.03 imp:pre:2s;ind:pre:1s;ind:pre:3s; -étudient étudier ver 70.77 30.41 1.93 0.20 ind:pre:3p; -étudier étudier ver 70.77 30.41 26.86 11.42 inf; -étudiera étudier ver 70.77 30.41 0.51 0.34 ind:fut:3s; -étudierai étudier ver 70.77 30.41 0.62 0.20 ind:fut:1s; -étudierais étudier ver 70.77 30.41 0.14 0.14 cnd:pre:1s;cnd:pre:2s; -étudierait étudier ver 70.77 30.41 0.02 0.07 cnd:pre:3s; -étudieras étudier ver 70.77 30.41 0.39 0.00 ind:fut:2s; -étudierez étudier ver 70.77 30.41 0.13 0.07 ind:fut:2p; -étudierions étudier ver 70.77 30.41 0.00 0.07 cnd:pre:1p; -étudierons étudier ver 70.77 30.41 0.16 0.14 ind:fut:1p; -étudies étudier ver 70.77 30.41 2.58 0.20 ind:pre:2s; -étudiez étudier ver 70.77 30.41 2.12 0.14 imp:pre:2p;ind:pre:2p; -étudions étudier ver 70.77 30.41 0.77 0.14 imp:pre:1p;ind:pre:1p; -étudièrent étudier ver 70.77 30.41 0.01 0.20 ind:pas:3p; -étudié étudier ver m s 70.77 30.41 17.23 6.55 par:pas; -étudiée étudier ver f s 70.77 30.41 0.39 0.61 par:pas; -étudiées étudier ver f p 70.77 30.41 0.23 0.61 par:pas; -étudiés étudier ver m p 70.77 30.41 0.25 0.74 par:pas; -étui étui nom m s 2.54 7.97 2.37 7.09 -étuis étui nom m p 2.54 7.97 0.17 0.88 -utérin utérin adj m s 0.18 0.81 0.06 0.34 -utérine utérin adj f s 0.18 0.81 0.09 0.34 -utérines utérin adj f p 0.18 0.81 0.02 0.14 -utérins utérin adj m p 0.18 0.81 0.01 0.00 -utérus utérus nom m 2.88 0.68 2.88 0.68 -étés été nom m p 67.27 125.47 5.47 3.92 -étêta étêter ver 0.00 0.34 0.00 0.07 ind:pas:3s; -étêtait étêter ver 0.00 0.34 0.00 0.07 ind:imp:3s; -étêté étêter ver m s 0.00 0.34 0.00 0.07 par:pas; -étêtés étêter ver m p 0.00 0.34 0.00 0.14 par:pas; -étuve étuve nom f s 0.43 3.78 0.43 3.45 -étuver étuver ver 0.01 0.34 0.00 0.07 inf; -étuves étuve nom f p 0.43 3.78 0.00 0.34 -étuveuse étuveur nom f s 0.00 0.07 0.00 0.07 -étuvé étuver ver m s 0.01 0.34 0.01 0.27 par:pas; -étuvée étuvée nom f s 0.05 0.14 0.05 0.14 -étymologie étymologie nom f s 0.09 1.08 0.09 0.95 -étymologies étymologie nom f p 0.09 1.08 0.00 0.14 -étymologique étymologique adj s 0.00 0.54 0.00 0.47 -étymologiquement étymologiquement adv 0.01 0.14 0.01 0.14 -étymologiques étymologique adj p 0.00 0.54 0.00 0.07 -étymologiste étymologiste nom s 0.00 0.14 0.00 0.14 -évacua évacuer ver 17.61 9.80 0.00 0.14 ind:pas:3s; -évacuai évacuer ver 17.61 9.80 0.00 0.07 ind:pas:1s; -évacuaient évacuer ver 17.61 9.80 0.02 0.20 ind:imp:3p; -évacuais évacuer ver 17.61 9.80 0.00 0.07 ind:imp:1s; -évacuait évacuer ver 17.61 9.80 0.04 0.61 ind:imp:3s; -évacuant évacuer ver 17.61 9.80 0.04 0.07 par:pre; -évacuation évacuation nom f s 6.30 3.38 6.08 3.24 -évacuations évacuation nom f p 6.30 3.38 0.22 0.14 -évacue évacuer ver 17.61 9.80 1.97 0.88 imp:pre:2s;ind:pre:1s;ind:pre:3s; -évacuent évacuer ver 17.61 9.80 0.33 0.27 ind:pre:3p; -évacuer évacuer ver 17.61 9.80 9.66 4.05 inf; -évacuera évacuer ver 17.61 9.80 0.08 0.00 ind:fut:3s; -évacuerai évacuer ver 17.61 9.80 0.00 0.07 ind:fut:1s; -évacueraient évacuer ver 17.61 9.80 0.00 0.20 cnd:pre:3p; -évacuerais évacuer ver 17.61 9.80 0.02 0.00 cnd:pre:1s;cnd:pre:2s; -évacuerait évacuer ver 17.61 9.80 0.01 0.14 cnd:pre:3s; -évacuerez évacuer ver 17.61 9.80 0.04 0.00 ind:fut:2p; -évacuerions évacuer ver 17.61 9.80 0.00 0.07 cnd:pre:1p; -évacuerons évacuer ver 17.61 9.80 0.01 0.00 ind:fut:1p; -évacueront évacuer ver 17.61 9.80 0.17 0.00 ind:fut:3p; -évacuez évacuer ver 17.61 9.80 1.10 0.14 imp:pre:2p;ind:pre:2p; -évacuons évacuer ver 17.61 9.80 0.39 0.00 imp:pre:1p;ind:pre:1p; -évacuèrent évacuer ver 17.61 9.80 0.01 0.07 ind:pas:3p; -évacué évacuer ver m s 17.61 9.80 2.02 1.69 par:pas; -évacuée évacuer ver f s 17.61 9.80 0.47 0.20 par:pas; -évacuées évacuer ver f p 17.61 9.80 0.16 0.14 par:pas; -évacués évacuer ver m p 17.61 9.80 1.05 0.74 par:pas; -évada évader ver 12.80 13.38 0.02 0.07 ind:pas:3s; -évadaient évader ver 12.80 13.38 0.00 0.07 ind:imp:3p; -évadais évader ver 12.80 13.38 0.04 0.27 ind:imp:1s;ind:imp:2s; -évadait évader ver 12.80 13.38 0.02 0.74 ind:imp:3s; -évadant évader ver 12.80 13.38 0.04 0.27 par:pre; -évade évader ver 12.80 13.38 1.35 1.15 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -évadent évader ver 12.80 13.38 0.26 0.07 ind:pre:3p; -évader évader ver 12.80 13.38 5.95 6.69 inf; -évadera évader ver 12.80 13.38 0.19 0.00 ind:fut:3s; -évaderai évader ver 12.80 13.38 0.05 0.00 ind:fut:1s; -évaderaient évader ver 12.80 13.38 0.00 0.14 cnd:pre:3p; -évaderais évader ver 12.80 13.38 0.03 0.20 cnd:pre:1s;cnd:pre:2s; -évaderait évader ver 12.80 13.38 0.03 0.27 cnd:pre:3s; -évaderas évader ver 12.80 13.38 0.01 0.07 ind:fut:2s; -évaderont évader ver 12.80 13.38 0.13 0.00 ind:fut:3p; -évades évader ver 12.80 13.38 0.10 0.07 ind:pre:2s; -évadez évader ver 12.80 13.38 0.04 0.00 imp:pre:2p;ind:pre:2p; -évadèrent évader ver 12.80 13.38 0.17 0.07 ind:pas:3p; -évadé évader ver m s 12.80 13.38 3.79 2.30 par:pas; -évadée évader ver f s 12.80 13.38 0.17 0.54 par:pas; -évadées évadé nom f p 1.76 1.08 0.02 0.07 -évadés évadé nom m p 1.76 1.08 0.98 0.61 -évalua évaluer ver 5.75 9.73 0.00 1.08 ind:pas:3s; -évaluables évaluable adj p 0.00 0.07 0.00 0.07 -évaluaient évaluer ver 5.75 9.73 0.02 0.14 ind:imp:3p; -évaluais évaluer ver 5.75 9.73 0.04 0.07 ind:imp:1s; -évaluait évaluer ver 5.75 9.73 0.07 1.28 ind:imp:3s; -évaluant évaluer ver 5.75 9.73 0.09 0.74 par:pre; -évaluateur évaluateur nom m s 0.00 0.14 0.00 0.14 -évaluation évaluation nom f s 3.91 1.35 3.37 1.28 -évaluations évaluation nom f p 3.91 1.35 0.54 0.07 -évalue évaluer ver 5.75 9.73 0.75 0.95 imp:pre:2s;ind:pre:1s;ind:pre:3s; -évaluent évaluer ver 5.75 9.73 0.07 0.14 ind:pre:3p; -évaluer évaluer ver 5.75 9.73 2.75 3.92 inf; -évaluerez évaluer ver 5.75 9.73 0.00 0.07 ind:fut:2p; -évalueront évaluer ver 5.75 9.73 0.02 0.00 ind:fut:3p; -évalues évaluer ver 5.75 9.73 0.14 0.07 ind:pre:2s; -évaluez évaluer ver 5.75 9.73 0.25 0.27 imp:pre:2p;ind:pre:2p; -évaluons évaluer ver 5.75 9.73 0.23 0.00 imp:pre:1p;ind:pre:1p; -évaluât évaluer ver 5.75 9.73 0.00 0.07 sub:imp:3s; -évaluèrent évaluer ver 5.75 9.73 0.01 0.07 ind:pas:3p; -évalué évaluer ver m s 5.75 9.73 1.03 0.68 par:pas; -évaluée évaluer ver f s 5.75 9.73 0.14 0.00 par:pas; -évaluées évaluer ver f p 5.75 9.73 0.07 0.07 par:pas; -évalués évaluer ver m p 5.75 9.73 0.04 0.14 par:pas; -évanescence évanescence nom f s 0.00 0.27 0.00 0.14 -évanescences évanescence nom f p 0.00 0.27 0.00 0.14 -évanescent évanescent adj m s 0.17 1.49 0.01 0.68 -évanescente évanescent adj f s 0.17 1.49 0.02 0.47 -évanescentes évanescent adj f p 0.17 1.49 0.14 0.20 -évanescents évanescent adj m p 0.17 1.49 0.00 0.14 -évangile évangile nom m s 1.34 8.24 1.17 6.69 -évangiles évangile nom m p 1.34 8.24 0.18 1.55 -évangéliaire évangéliaire nom m s 0.00 0.27 0.00 0.27 -évangélique évangélique adj s 0.22 2.23 0.20 1.69 -évangéliques évangélique adj p 0.22 2.23 0.02 0.54 -évangélisateur évangélisateur adj m s 0.01 0.07 0.01 0.00 -évangélisation évangélisation nom f s 0.01 0.00 0.01 0.00 -évangélisatrices évangélisateur adj f p 0.01 0.07 0.00 0.07 -évangéliser évangéliser ver 0.26 0.47 0.11 0.34 inf; -évangéliseront évangéliser ver 0.26 0.47 0.01 0.00 ind:fut:3p; -évangélisons évangéliser ver 0.26 0.47 0.00 0.07 ind:pre:1p; -évangéliste évangéliste nom m s 1.45 0.88 0.74 0.61 -évangélistes évangéliste nom m p 1.45 0.88 0.70 0.27 -évangélisé évangéliser ver m s 0.26 0.47 0.00 0.07 par:pas; -évangélisés évangéliser ver m p 0.26 0.47 0.14 0.00 par:pas; -évanouît évanouir ver 18.93 24.93 0.00 0.07 sub:imp:3s; -évanoui évanouir ver m s 18.93 24.93 5.21 2.77 par:pas; -évanouie évanouir ver f s 18.93 24.93 4.79 3.04 par:pas; -évanouies évanouir ver f p 18.93 24.93 0.16 0.27 par:pas; -évanouir évanouir ver 18.93 24.93 4.40 8.24 inf; -évanouira évanouir ver 18.93 24.93 0.11 0.07 ind:fut:3s; -évanouirai évanouir ver 18.93 24.93 0.04 0.07 ind:fut:1s; -évanouirait évanouir ver 18.93 24.93 0.05 0.27 cnd:pre:3s; -évanouirent évanouir ver 18.93 24.93 0.02 0.47 ind:pas:3p; -évanouirez évanouir ver 18.93 24.93 0.14 0.00 ind:fut:2p; -évanouiront évanouir ver 18.93 24.93 0.05 0.00 ind:fut:3p; -évanouis évanouir ver m p 18.93 24.93 1.30 1.42 imp:pre:2s;ind:pre:1s;ind:pre:2s;par:pas; -évanouissaient évanouir ver 18.93 24.93 0.02 0.95 ind:imp:3p; -évanouissais évanouir ver 18.93 24.93 0.06 0.20 ind:imp:1s;ind:imp:2s; -évanouissait évanouir ver 18.93 24.93 0.09 1.82 ind:imp:3s; -évanouissant évanouir ver 18.93 24.93 0.09 0.34 par:pre; -évanouisse évanouir ver 18.93 24.93 0.18 0.14 sub:pre:1s;sub:pre:3s; -évanouissement évanouissement nom m s 0.83 3.31 0.62 2.91 -évanouissements évanouissement nom m p 0.83 3.31 0.21 0.41 -évanouissent évanouir ver 18.93 24.93 0.65 1.35 ind:pre:3p; -évanouisses évanouir ver 18.93 24.93 0.07 0.00 sub:pre:2s; -évanouissez évanouir ver 18.93 24.93 0.09 0.07 imp:pre:2p;ind:pre:2p; -évanouit évanouir ver 18.93 24.93 1.41 3.38 ind:pre:3s;ind:pas:3s; -évapora évaporer ver 2.52 3.85 0.00 0.14 ind:pas:3s; -évaporaient évaporer ver 2.52 3.85 0.01 0.27 ind:imp:3p; -évaporais évaporer ver 2.52 3.85 0.01 0.07 ind:imp:1s; -évaporait évaporer ver 2.52 3.85 0.01 0.54 ind:imp:3s; -évaporateur évaporateur nom m s 0.17 0.00 0.14 0.00 -évaporateurs évaporateur nom m p 0.17 0.00 0.02 0.00 -évaporation évaporation nom f s 0.38 0.88 0.38 0.88 -évapore évaporer ver 2.52 3.85 0.56 0.68 ind:pre:1s;ind:pre:3s; -évaporent évaporer ver 2.52 3.85 0.58 0.27 ind:pre:3p; -évaporer évaporer ver 2.52 3.85 0.64 0.74 inf; -évaporerait évaporer ver 2.52 3.85 0.00 0.07 cnd:pre:3s; -évaporeront évaporer ver 2.52 3.85 0.00 0.07 ind:fut:3p; -évaporé évaporer ver m s 2.52 3.85 0.54 0.68 par:pas; -évaporée évaporé adj f s 0.47 1.35 0.17 0.74 -évaporées évaporé adj f p 0.47 1.35 0.01 0.20 -évaporés évaporer ver m p 2.52 3.85 0.17 0.34 par:pas; -évasaient évaser ver 0.04 2.03 0.00 0.07 ind:imp:3p; -évasait évaser ver 0.04 2.03 0.00 0.14 ind:imp:3s; -évasant évaser ver 0.04 2.03 0.00 0.61 par:pre; -évase évaser ver 0.04 2.03 0.01 0.47 ind:pre:3s; -évasement évasement nom m s 0.00 0.07 0.00 0.07 -évasent évaser ver 0.04 2.03 0.00 0.14 ind:pre:3p; -évaser évaser ver 0.04 2.03 0.00 0.14 inf; -évasif évasif adj m s 0.85 5.14 0.35 3.31 -évasifs évasif adj m p 0.85 5.14 0.05 0.41 -évasion évasion nom f s 9.69 10.07 9.48 9.12 -évasions évasion nom f p 9.69 10.07 0.21 0.95 -évasive évasif adj f s 0.85 5.14 0.25 0.81 -évasivement évasivement adv 0.01 1.08 0.01 1.08 -évasives évasif adj f p 0.85 5.14 0.20 0.61 -évasé évasé adj m s 0.03 0.74 0.00 0.47 -évasée évaser ver f s 0.04 2.03 0.02 0.14 par:pas; -évasées évaser ver f p 0.04 2.03 0.00 0.14 par:pas; -évasés évasé adj m p 0.03 0.74 0.01 0.00 -éveil éveil nom m s 1.65 6.42 1.64 6.22 -éveilla éveiller ver 17.28 55.27 0.16 5.61 ind:pas:3s; -éveillai éveiller ver 17.28 55.27 0.01 1.01 ind:pas:1s; -éveillaient éveiller ver 17.28 55.27 0.01 1.76 ind:imp:3p; -éveillais éveiller ver 17.28 55.27 0.24 0.95 ind:imp:1s;ind:imp:2s; -éveillait éveiller ver 17.28 55.27 0.27 6.69 ind:imp:3s; -éveillant éveiller ver 17.28 55.27 0.07 2.97 par:pre; -éveille éveiller ver 17.28 55.27 2.49 7.64 imp:pre:2s;ind:pre:1s;ind:pre:3s; -éveillent éveiller ver 17.28 55.27 0.33 1.96 ind:pre:3p; -éveiller éveiller ver 17.28 55.27 4.61 12.16 inf; -éveillera éveiller ver 17.28 55.27 0.39 0.07 ind:fut:3s; -éveillerai éveiller ver 17.28 55.27 0.13 0.34 ind:fut:1s; -éveilleraient éveiller ver 17.28 55.27 0.00 0.07 cnd:pre:3p; -éveillerait éveiller ver 17.28 55.27 0.24 0.27 cnd:pre:3s; -éveilleras éveiller ver 17.28 55.27 0.02 0.00 ind:fut:2s; -éveillerez éveiller ver 17.28 55.27 0.02 0.07 ind:fut:2p; -éveilleront éveiller ver 17.28 55.27 0.05 0.07 ind:fut:3p; -éveilles éveiller ver 17.28 55.27 0.07 0.00 ind:pre:2s; -éveilleur éveilleur nom m s 0.00 0.14 0.00 0.14 -éveillez éveiller ver 17.28 55.27 0.32 0.27 imp:pre:2p;ind:pre:2p; -éveillions éveiller ver 17.28 55.27 0.00 0.20 ind:imp:1p; -éveillons éveiller ver 17.28 55.27 0.02 0.07 imp:pre:1p;ind:pre:1p; -éveillât éveiller ver 17.28 55.27 0.00 0.20 sub:imp:3s; -éveillèrent éveiller ver 17.28 55.27 0.14 0.88 ind:pas:3p; -éveillé éveiller ver m s 17.28 55.27 4.70 7.84 par:pas; -éveillée éveiller ver f s 17.28 55.27 2.12 2.50 par:pas; -éveillées éveillé adj f p 2.78 8.92 0.12 0.54 -éveillés éveiller ver m p 17.28 55.27 0.81 1.15 par:pas; -éveils éveil nom m p 1.65 6.42 0.01 0.20 -éveinage éveinage nom m s 0.01 0.00 0.01 0.00 -évent évent nom m s 0.15 0.00 0.11 0.00 -éventa éventer ver 0.60 4.26 0.00 0.20 ind:pas:3s; -éventai éventer ver 0.60 4.26 0.00 0.07 ind:pas:1s; -éventaient éventer ver 0.60 4.26 0.01 0.07 ind:imp:3p; -éventail éventail nom m s 2.96 13.99 2.82 10.88 -éventails éventail nom m p 2.96 13.99 0.14 3.11 -éventaire éventaire nom m s 0.25 2.16 0.25 1.22 -éventaires éventaire nom m p 0.25 2.16 0.00 0.95 -éventait éventer ver 0.60 4.26 0.01 0.88 ind:imp:3s; -éventant éventer ver 0.60 4.26 0.00 0.54 par:pre; -évente éventer ver 0.60 4.26 0.01 0.74 ind:pre:1s;ind:pre:3s; -éventent éventer ver 0.60 4.26 0.01 0.07 ind:pre:3p; -éventer éventer ver 0.60 4.26 0.07 0.88 inf; -éventerai éventer ver 0.60 4.26 0.00 0.07 ind:fut:1s; -éventez éventer ver 0.60 4.26 0.01 0.00 imp:pre:2p; -éventons éventer ver 0.60 4.26 0.01 0.00 imp:pre:1p; -éventra éventrer ver 2.81 5.20 0.00 0.07 ind:pas:3s; -éventraient éventrer ver 2.81 5.20 0.01 0.14 ind:imp:3p; -éventrait éventrer ver 2.81 5.20 0.16 0.47 ind:imp:3s; -éventrant éventrer ver 2.81 5.20 0.01 0.41 par:pre; -éventration éventration nom f s 0.02 0.14 0.02 0.14 -éventre éventrer ver 2.81 5.20 0.47 0.47 ind:pre:1s;ind:pre:3s; -éventrement éventrement nom m s 0.00 0.07 0.00 0.07 -éventrent éventrer ver 2.81 5.20 0.01 0.14 ind:pre:3p; -éventrer éventrer ver 2.81 5.20 0.96 1.01 inf; -éventrerai éventrer ver 2.81 5.20 0.01 0.00 ind:fut:1s; -éventrerait éventrer ver 2.81 5.20 0.00 0.07 cnd:pre:3s; -éventrerez éventrer ver 2.81 5.20 0.01 0.00 ind:fut:2p; -éventres éventrer ver 2.81 5.20 0.00 0.07 ind:pre:2s; -éventreur éventreur nom m s 0.50 0.95 0.36 0.68 -éventreurs éventreur nom m p 0.50 0.95 0.14 0.27 -éventrez éventrer ver 2.81 5.20 0.14 0.00 imp:pre:2p; -éventrions éventrer ver 2.81 5.20 0.00 0.07 ind:imp:1p; -éventrât éventrer ver 2.81 5.20 0.14 0.00 sub:imp:3s; -éventré éventrer ver m s 2.81 5.20 0.58 1.69 par:pas; -éventrée éventrer ver f s 2.81 5.20 0.25 0.07 par:pas; -éventrées éventré adj f p 0.35 5.00 0.14 1.28 -éventrés éventrer ver m p 2.81 5.20 0.05 0.47 par:pas; -évents évent nom m p 0.15 0.00 0.04 0.00 -éventé éventé adj m s 0.35 1.35 0.18 0.41 -éventualité éventualité nom f s 2.47 6.15 2.00 5.20 -éventualités éventualité nom f p 2.47 6.15 0.47 0.95 -éventée éventer ver f s 0.60 4.26 0.28 0.27 par:pas; -éventuel éventuel adj m s 4.92 13.18 1.38 3.92 -éventuelle éventuel adj f s 4.92 13.18 1.30 5.07 -éventuellement éventuellement adv 2.49 5.81 2.49 5.81 -éventuelles éventuel adj f p 4.92 13.18 1.17 1.55 -éventuels éventuel adj m p 4.92 13.18 1.07 2.64 -éventées éventer ver f p 0.60 4.26 0.01 0.07 par:pas; -éventés éventé adj m p 0.35 1.35 0.14 0.20 -évergète évergète adj s 0.00 0.07 0.00 0.07 -éversé éversé adj m s 0.00 0.14 0.00 0.07 -éversées éversé adj f p 0.00 0.14 0.00 0.07 -évertua évertuer ver 0.22 2.97 0.00 0.07 ind:pas:3s; -évertuaient évertuer ver 0.22 2.97 0.01 0.41 ind:imp:3p; -évertuais évertuer ver 0.22 2.97 0.00 0.14 ind:imp:1s; -évertuait évertuer ver 0.22 2.97 0.00 1.15 ind:imp:3s; -évertuant évertuer ver 0.22 2.97 0.02 0.14 par:pre; -évertue évertuer ver 0.22 2.97 0.10 0.47 ind:pre:1s;ind:pre:3s; -évertuent évertuer ver 0.22 2.97 0.04 0.14 ind:pre:3p; -évertuer évertuer ver 0.22 2.97 0.01 0.14 inf; -évertué évertuer ver m s 0.22 2.97 0.04 0.34 par:pas; -éviction éviction nom f s 0.05 0.41 0.05 0.41 -évida évider ver 0.25 1.22 0.01 0.07 ind:pas:3s; -évidaient évider ver 0.25 1.22 0.00 0.07 ind:imp:3p; -évide évider ver 0.25 1.22 0.01 0.20 ind:pre:1s;ind:pre:3s; -évidement évidement nom m s 0.21 0.07 0.21 0.07 -évidemment évidemment adv 28.23 88.11 28.23 88.11 -évidence évidence nom f s 11.47 39.93 11.14 37.77 -évidences évidence nom f p 11.47 39.93 0.33 2.16 -évident évident adj m s 32.59 33.58 28.75 20.14 -évidente évident adj f s 32.59 33.58 2.27 9.32 -évidentes évident adj f p 32.59 33.58 0.84 2.43 -évidents évident adj m p 32.59 33.58 0.72 1.69 -évider évider ver 0.25 1.22 0.01 0.20 inf; -évidé évidé adj m s 0.04 0.47 0.02 0.34 -évidée évidé adj f s 0.04 0.47 0.02 0.14 -évidées évider ver f p 0.25 1.22 0.01 0.07 par:pas; -évidés évider ver m p 0.25 1.22 0.00 0.07 par:pas; -évier évier nom m s 3.87 12.16 3.81 11.35 -éviers évier nom m p 3.87 12.16 0.05 0.81 -évince évincer ver 1.28 0.61 0.03 0.07 ind:pre:1s;ind:pre:3s; -évincer évincer ver 1.28 0.61 0.58 0.27 inf; -évincerait évincer ver 1.28 0.61 0.00 0.07 cnd:pre:3s; -évincez évincer ver 1.28 0.61 0.01 0.00 ind:pre:2p; -évincé évincer ver m s 1.28 0.61 0.45 0.14 par:pas; -évincée évincer ver f s 1.28 0.61 0.04 0.00 par:pas; -évincés évincer ver m p 1.28 0.61 0.13 0.00 par:pas; -évinçai évincer ver 1.28 0.61 0.00 0.07 ind:pas:1s; -évinçant évincer ver 1.28 0.61 0.03 0.00 par:pre; -éviscère éviscérer ver 0.50 0.14 0.04 0.07 ind:pre:1s;ind:pre:3s; -éviscèrent éviscérer ver 0.50 0.14 0.02 0.00 ind:pre:3p; -éviscérant éviscérer ver 0.50 0.14 0.03 0.00 par:pre; -éviscération éviscération nom f s 0.22 0.00 0.22 0.00 -éviscérer éviscérer ver 0.50 0.14 0.26 0.00 inf;; -éviscérée éviscérer ver f s 0.50 0.14 0.04 0.07 par:pas; -éviscérés éviscérer ver m p 0.50 0.14 0.13 0.00 par:pas; -évita éviter ver 87.47 110.47 0.03 5.00 ind:pas:3s; -évitable évitable adj s 0.21 0.27 0.20 0.14 -évitables évitable adj f p 0.21 0.27 0.01 0.14 -évitai éviter ver 87.47 110.47 0.01 0.74 ind:pas:1s; -évitaient éviter ver 87.47 110.47 0.06 2.23 ind:imp:3p; -évitais éviter ver 87.47 110.47 0.70 2.03 ind:imp:1s;ind:imp:2s; -évitait éviter ver 87.47 110.47 0.74 7.57 ind:imp:3s; -évitant éviter ver 87.47 110.47 1.69 10.47 par:pre; -évite éviter ver 87.47 110.47 10.70 6.35 imp:pre:2s;ind:pre:1s;ind:pre:3s; -évitement évitement nom m s 0.18 0.00 0.18 0.00 -évitent éviter ver 87.47 110.47 1.13 1.22 ind:pre:3p; -éviter éviter ver 87.47 110.47 53.71 60.07 ind:pre:2p;inf; -évitera éviter ver 87.47 110.47 2.09 0.95 ind:fut:3s; -éviterai éviter ver 87.47 110.47 0.24 0.34 ind:fut:1s; -éviteraient éviter ver 87.47 110.47 0.00 0.41 cnd:pre:3p; -éviterais éviter ver 87.47 110.47 0.97 0.41 cnd:pre:1s;cnd:pre:2s; -éviterait éviter ver 87.47 110.47 0.77 1.62 cnd:pre:3s; -éviteras éviter ver 87.47 110.47 0.45 0.00 ind:fut:2s; -éviterez éviter ver 87.47 110.47 0.37 0.20 ind:fut:2p; -éviteriez éviter ver 87.47 110.47 0.07 0.00 cnd:pre:2p; -éviterons éviter ver 87.47 110.47 0.24 0.34 ind:fut:1p; -éviteront éviter ver 87.47 110.47 0.22 0.14 ind:fut:3p; -évites éviter ver 87.47 110.47 2.48 0.07 ind:pre:2s; -évitez éviter ver 87.47 110.47 3.31 0.68 imp:pre:2p;ind:pre:2p; -évitiez éviter ver 87.47 110.47 0.25 0.14 ind:imp:2p; -évitions éviter ver 87.47 110.47 0.12 0.47 ind:imp:1p; -évitâmes éviter ver 87.47 110.47 0.00 0.20 ind:pas:1p; -évitons éviter ver 87.47 110.47 1.30 0.27 imp:pre:1p;ind:pre:1p; -évitât éviter ver 87.47 110.47 0.00 0.41 sub:imp:3s; -évitèrent éviter ver 87.47 110.47 0.02 0.88 ind:pas:3p; -évité éviter ver m s 87.47 110.47 4.80 5.88 par:pas; -évitée éviter ver f s 87.47 110.47 0.57 0.81 par:pas; -évitées éviter ver f p 87.47 110.47 0.24 0.07 par:pas; -évités éviter ver m p 87.47 110.47 0.18 0.54 par:pas; -évocateur évocateur adj m s 0.15 1.49 0.13 0.74 -évocateurs évocateur adj m p 0.15 1.49 0.01 0.27 -évocation évocation nom f s 0.55 8.72 0.55 7.30 -évocations évocation nom f p 0.55 8.72 0.00 1.42 -évocatrice évocateur adj f s 0.15 1.49 0.01 0.20 -évocatrices évocateur adj f p 0.15 1.49 0.00 0.27 -évolua évoluer ver 10.60 11.69 0.05 0.27 ind:pas:3s; -évoluaient évoluer ver 10.60 11.69 0.05 1.08 ind:imp:3p; -évoluais évoluer ver 10.60 11.69 0.01 0.07 ind:imp:1s; -évoluait évoluer ver 10.60 11.69 0.29 1.62 ind:imp:3s; -évoluant évoluer ver 10.60 11.69 0.25 0.41 par:pre; -évolue évoluer ver 10.60 11.69 1.73 1.55 imp:pre:2s;ind:pre:1s;ind:pre:3s; -évoluent évoluer ver 10.60 11.69 1.13 0.81 ind:pre:3p; -évoluer évoluer ver 10.60 11.69 2.90 3.18 inf; -évoluera évoluer ver 10.60 11.69 0.05 0.00 ind:fut:3s; -évoluerait évoluer ver 10.60 11.69 0.04 0.14 cnd:pre:3s; -évolueront évoluer ver 10.60 11.69 0.02 0.14 ind:fut:3p; -évoluez évoluer ver 10.60 11.69 0.06 0.00 ind:pre:2p; -évoluons évoluer ver 10.60 11.69 0.21 0.00 imp:pre:1p;ind:pre:1p; -évoluèrent évoluer ver 10.60 11.69 0.28 0.07 ind:pas:3p; -évolutif évolutif adj m s 0.47 0.20 0.08 0.07 -évolution évolution nom f s 8.09 14.19 7.87 11.69 -évolutionniste évolutionniste adj f s 0.15 0.00 0.15 0.00 -évolutions évolution nom f p 8.09 14.19 0.23 2.50 -évolutive évolutif adj f s 0.47 0.20 0.38 0.07 -évolutives évolutif adj f p 0.47 0.20 0.01 0.07 -évolué évoluer ver m s 10.60 11.69 3.29 2.09 par:pas; -évoluée évolué adj f s 1.69 1.28 0.73 0.20 -évoluées évolué adj f p 1.69 1.28 0.09 0.20 -évolués évolué adj m p 1.69 1.28 0.38 0.41 -évoqua évoquer ver 11.57 73.51 0.02 3.51 ind:pas:3s; -évoquai évoquer ver 11.57 73.51 0.00 0.68 ind:pas:1s; -évoquaient évoquer ver 11.57 73.51 0.01 5.27 ind:imp:3p; -évoquais évoquer ver 11.57 73.51 0.14 2.03 ind:imp:1s;ind:imp:2s; -évoquait évoquer ver 11.57 73.51 0.34 13.51 ind:imp:3s; -évoquant évoquer ver 11.57 73.51 0.44 7.84 par:pre; -évoque évoquer ver 11.57 73.51 3.68 11.89 imp:pre:2s;ind:pre:1s;ind:pre:3s; -évoquent évoquer ver 11.57 73.51 0.71 2.57 ind:pre:3p; -évoquer évoquer ver 11.57 73.51 2.15 15.88 inf; -évoquera évoquer ver 11.57 73.51 0.10 0.54 ind:fut:3s; -évoquerai évoquer ver 11.57 73.51 0.04 0.07 ind:fut:1s; -évoqueraient évoquer ver 11.57 73.51 0.00 0.07 cnd:pre:3p; -évoquerait évoquer ver 11.57 73.51 0.04 0.47 cnd:pre:3s; -évoquerez évoquer ver 11.57 73.51 0.01 0.00 ind:fut:2p; -évoquerons évoquer ver 11.57 73.51 0.02 0.07 ind:fut:1p; -évoqueront évoquer ver 11.57 73.51 0.01 0.14 ind:fut:3p; -évoques évoquer ver 11.57 73.51 0.04 0.14 ind:pre:2s; -évoquez évoquer ver 11.57 73.51 0.56 0.07 imp:pre:2p;ind:pre:2p; -évoquiez évoquer ver 11.57 73.51 0.28 0.00 ind:imp:2p; -évoquions évoquer ver 11.57 73.51 0.17 0.34 ind:imp:1p; -évoquâmes évoquer ver 11.57 73.51 0.00 0.14 ind:pas:1p; -évoquons évoquer ver 11.57 73.51 0.08 0.41 imp:pre:1p;ind:pre:1p; -évoquât évoquer ver 11.57 73.51 0.00 0.07 sub:imp:3s; -évoquèrent évoquer ver 11.57 73.51 0.10 0.61 ind:pas:3p; -évoqué évoquer ver m s 11.57 73.51 2.01 5.00 par:pas; -évoquée évoquer ver f s 11.57 73.51 0.52 0.54 par:pas; -évoquées évoquer ver f p 11.57 73.51 0.03 0.41 par:pas; -évoqués évoquer ver m p 11.57 73.51 0.06 1.28 par:pas; -évènement évènement nom m s 6.59 0.00 3.27 0.00 -évènementielle évènementiel adj f s 0.01 0.00 0.01 0.00 -évènements évènement nom m p 6.59 0.00 3.32 0.00 -évêché évêché nom m s 0.14 3.85 0.14 3.72 -évêchés évêché nom m p 0.14 3.85 0.00 0.14 -événement événement nom m s 28.57 84.59 13.61 26.35 -événementiel événementiel adj m s 0.04 0.00 0.04 0.00 -événements événement nom m p 28.57 84.59 14.96 58.24 -évêque évêque nom m s 5.70 19.32 4.70 14.53 -évêques évêque nom m p 5.70 19.32 1.00 4.80 -éwé éwé adj m s 0.00 0.20 0.00 0.07 -éwés éwé adj m p 0.00 0.20 0.00 0.14 -uxorilocal uxorilocal adj m s 0.00 0.07 0.00 0.07 -v v nom_sup m 26.54 5.00 26.54 5.00 -vîmes voir ver 4119.49 2401.76 0.66 4.73 ind:pas:1p; -vînt venir ver 2763.69 1514.53 0.30 6.62 sub:imp:3s; -vît voir ver 4119.49 2401.76 0.03 4.05 sub:imp:3s; -vôtre vôtre pro_pos s 33.05 11.69 33.05 11.69 -vôtres vôtres pro_pos p 12.14 4.39 12.14 4.39 -va_et_vient va_et_vient nom m 1.30 10.61 1.30 10.61 -va_tout va_tout nom m 0.05 0.41 0.05 0.41 -va aller ver 9992.78 2854.93 3382.55 694.59 imp:pre:2s;ind:pre:3s; -vacance vacance nom f s 67.90 82.57 0.29 0.88 -vacances vacance nom f p 67.90 82.57 67.60 81.69 -vacancier vacancier nom m s 0.23 2.23 0.02 0.14 -vacanciers vacancier nom m p 0.23 2.23 0.20 1.89 -vacancière vacancier nom f s 0.23 2.23 0.01 0.14 -vacancières vacancière nom f p 0.01 0.00 0.01 0.00 -vacant vacant adj m s 1.68 5.07 0.84 2.57 -vacante vacant adj f s 1.68 5.07 0.60 1.42 -vacantes vacant adj f p 1.68 5.07 0.01 0.41 -vacants vacant adj m p 1.68 5.07 0.22 0.68 -vacarme vacarme nom m s 3.46 15.61 3.46 15.20 -vacarmes vacarme nom m p 3.46 15.61 0.00 0.41 -vacataire vacataire nom s 0.05 0.00 0.05 0.00 -vacation vacation nom f s 0.05 0.54 0.05 0.14 -vacations vacation nom f p 0.05 0.54 0.00 0.41 -vaccin vaccin nom m s 6.54 4.93 5.01 4.12 -vaccinal vaccinal adj m s 0.01 0.00 0.01 0.00 -vaccinant vaccinant adj m s 0.00 0.07 0.00 0.07 -vaccination vaccination nom f s 0.50 0.54 0.20 0.47 -vaccinations vaccination nom f p 0.50 0.54 0.30 0.07 -vaccine vacciner ver 1.66 1.62 0.18 0.14 imp:pre:2s;ind:pre:3s; -vaccinent vacciner ver 1.66 1.62 0.00 0.07 ind:pre:3p; -vacciner vacciner ver 1.66 1.62 0.68 0.47 inf; -vaccins vaccin nom m p 6.54 4.93 1.54 0.81 -vacciné vacciner ver m s 1.66 1.62 0.53 0.47 par:pas; -vaccinée vacciner ver f s 1.66 1.62 0.14 0.20 par:pas; -vaccinées vacciner ver f p 1.66 1.62 0.01 0.07 par:pas; -vaccinés vacciner ver m p 1.66 1.62 0.11 0.20 par:pas; -vachard vachard adj m s 0.08 1.42 0.08 0.74 -vacharde vachard adj f s 0.08 1.42 0.00 0.34 -vachardes vachard adj f p 0.08 1.42 0.00 0.14 -vachardise vachardise nom f s 0.00 0.14 0.00 0.14 -vachards vachard adj m p 0.08 1.42 0.00 0.20 -vache vache nom f s 47.71 53.45 36.24 26.08 -vachement vachement adv 15.74 11.82 15.74 11.82 -vacher vacher nom m s 0.91 0.81 0.77 0.61 -vacherie vacherie nom f s 0.69 5.41 0.42 3.18 -vacheries vacherie nom f p 0.69 5.41 0.27 2.23 -vacherin vacherin nom m s 0.00 0.54 0.00 0.54 -vachers vacher nom m p 0.91 0.81 0.13 0.20 -vaches vache nom f p 47.71 53.45 11.46 27.36 -vachette vachette nom f s 0.02 0.41 0.02 0.34 -vachettes vachette nom f p 0.02 0.41 0.00 0.07 -vachère vachère nom f s 0.11 0.61 0.00 0.41 -vachères vachère nom f p 0.11 0.61 0.11 0.20 -vacilla vaciller ver 1.87 12.84 0.10 1.69 ind:pas:3s; -vacillai vaciller ver 1.87 12.84 0.00 0.07 ind:pas:1s; -vacillaient vaciller ver 1.87 12.84 0.00 0.54 ind:imp:3p; -vacillait vaciller ver 1.87 12.84 0.02 2.23 ind:imp:3s; -vacillant vaciller ver 1.87 12.84 0.27 1.28 par:pre; -vacillante vacillant adj f s 0.28 4.80 0.19 1.82 -vacillantes vacillant adj f p 0.28 4.80 0.01 0.81 -vacillants vacillant adj m p 0.28 4.80 0.01 0.41 -vacillations vacillation nom f p 0.00 0.07 0.00 0.07 -vacille vaciller ver 1.87 12.84 0.93 2.57 imp:pre:2s;ind:pre:1s;ind:pre:3s; -vacillement vacillement nom m s 0.01 0.34 0.01 0.34 -vacillent vaciller ver 1.87 12.84 0.22 0.34 ind:pre:3p; -vaciller vaciller ver 1.87 12.84 0.29 3.45 inf; -vacillât vaciller ver 1.87 12.84 0.00 0.07 sub:imp:3s; -vacillèrent vaciller ver 1.87 12.84 0.00 0.27 ind:pas:3p; -vacillé vaciller ver m s 1.87 12.84 0.03 0.34 par:pas; -vacuité vacuité nom f s 0.27 1.42 0.27 1.42 -vacuole vacuole nom f s 0.01 0.00 0.01 0.00 -vacuolisation vacuolisation nom f s 0.01 0.00 0.01 0.00 -vacuum vacuum nom m s 0.13 0.20 0.13 0.20 -vade_retro vade_retro adv 0.26 0.68 0.26 0.68 -vadrouillais vadrouiller ver 0.35 1.35 0.01 0.07 ind:imp:2s; -vadrouillait vadrouiller ver 0.35 1.35 0.01 0.07 ind:imp:3s; -vadrouille vadrouille nom f s 0.95 1.89 0.80 1.69 -vadrouillent vadrouiller ver 0.35 1.35 0.00 0.07 ind:pre:3p; -vadrouiller vadrouiller ver 0.35 1.35 0.21 0.81 inf; -vadrouilles vadrouille nom f p 0.95 1.89 0.14 0.20 -vadrouilleur vadrouilleur nom m s 0.11 0.14 0.10 0.00 -vadrouilleurs vadrouilleur nom m p 0.11 0.14 0.01 0.00 -vadrouilleuse vadrouilleur nom f s 0.11 0.14 0.00 0.07 -vadrouilleuses vadrouilleur nom f p 0.11 0.14 0.00 0.07 -vadrouillez vadrouiller ver 0.35 1.35 0.01 0.00 ind:pre:2p; -vadrouillé vadrouiller ver m s 0.35 1.35 0.06 0.07 par:pas; -vae_soli vae_soli adv 0.00 0.07 0.00 0.07 -vae_victis vae_victis adv 0.02 0.07 0.02 0.07 -vagabond vagabond nom m s 5.72 6.22 3.10 3.38 -vagabonda vagabonder ver 2.42 2.64 0.00 0.07 ind:pas:3s; -vagabondage vagabondage nom m s 0.70 2.57 0.68 1.76 -vagabondages vagabondage nom m p 0.70 2.57 0.02 0.81 -vagabondaient vagabonder ver 2.42 2.64 0.00 0.14 ind:imp:3p; -vagabondais vagabonder ver 2.42 2.64 0.28 0.00 ind:imp:1s;ind:imp:2s; -vagabondait vagabonder ver 2.42 2.64 0.26 0.88 ind:imp:3s; -vagabondant vagabonder ver 2.42 2.64 0.04 0.00 par:pre; -vagabonde vagabonder ver 2.42 2.64 0.68 0.34 ind:pre:1s;ind:pre:3s; -vagabondent vagabonder ver 2.42 2.64 0.17 0.14 ind:pre:3p; -vagabonder vagabonder ver 2.42 2.64 0.78 0.81 inf; -vagabondes vagabonder ver 2.42 2.64 0.12 0.07 ind:pre:2s; -vagabondiez vagabonder ver 2.42 2.64 0.01 0.00 ind:imp:2p; -vagabonds vagabond nom m p 5.72 6.22 2.30 2.57 -vagabondèrent vagabonder ver 2.42 2.64 0.00 0.07 ind:pas:3p; -vagabondé vagabonder ver m s 2.42 2.64 0.08 0.14 par:pas; -vagal vagal adj m s 0.41 0.00 0.41 0.00 -vagi vagir ver m s 0.15 1.76 0.00 0.14 par:pas; -vagin vagin nom m s 4.40 2.16 4.11 2.09 -vaginal vaginal adj m s 1.80 0.54 0.45 0.14 -vaginale vaginal adj f s 1.80 0.54 0.90 0.34 -vaginales vaginal adj f p 1.80 0.54 0.38 0.07 -vaginaux vaginal adj m p 1.80 0.54 0.08 0.00 -vaginite vaginite nom f s 0.03 0.00 0.03 0.00 -vagins vagin nom m p 4.40 2.16 0.29 0.07 -vagir vagir ver 0.15 1.76 0.00 0.20 inf; -vagis vagir ver 0.15 1.76 0.00 0.07 ind:pre:1s; -vagissaient vagir ver 0.15 1.76 0.00 0.07 ind:imp:3p; -vagissais vagir ver 0.15 1.76 0.14 0.07 ind:imp:1s;ind:imp:2s; -vagissait vagir ver 0.15 1.76 0.00 0.81 ind:imp:3s; -vagissant vagissant adj m s 0.03 0.20 0.03 0.20 -vagissement vagissement nom m s 0.70 0.95 0.43 0.34 -vagissements vagissement nom m p 0.70 0.95 0.27 0.61 -vagissent vagir ver 0.15 1.76 0.01 0.07 ind:pre:3p; -vagissons vagir ver 0.15 1.76 0.00 0.07 ind:pre:1p; -vagit vagir ver 0.15 1.76 0.00 0.20 ind:pre:3s;ind:pas:3s; -vagotomie vagotomie nom f s 0.01 0.00 0.01 0.00 -vagua vaguer ver 0.21 1.89 0.00 0.07 ind:pas:3s; -vaguait vaguer ver 0.21 1.89 0.00 0.27 ind:imp:3s; -vaguant vaguer ver 0.21 1.89 0.00 0.07 par:pre; -vague vague nom s 21.59 73.58 12.80 38.18 -vaguelette vaguelette nom f s 0.04 2.84 0.02 0.61 -vaguelettes vaguelette nom f p 0.04 2.84 0.02 2.23 -vaguement vaguement adv 4.72 51.76 4.72 51.76 -vaguemestre vaguemestre nom s 0.14 0.68 0.14 0.68 -vaguent vaguer ver 0.21 1.89 0.00 0.14 ind:pre:3p; -vaguer vaguer ver 0.21 1.89 0.10 0.47 inf; -vagues vague nom p 21.59 73.58 8.79 35.41 -vahiné vahiné nom f s 0.13 0.54 0.09 0.27 -vahinés vahiné nom f p 0.13 0.54 0.03 0.27 -vaillamment vaillamment adv 0.60 2.64 0.60 2.64 -vaillance vaillance nom f s 1.20 2.03 1.20 2.03 -vaillant vaillant adj m s 5.45 8.58 3.75 3.31 -vaillante vaillant adj f s 5.45 8.58 0.65 2.43 -vaillantes vaillant adj f p 5.45 8.58 0.05 0.95 -vaillants vaillant adj m p 5.45 8.58 1.00 1.89 -vaille valoir ver 236.07 175.74 3.04 5.34 sub:pre:1s;sub:pre:3s; -vaillent valoir ver 236.07 175.74 0.21 0.20 sub:pre:3p; -vain vain adj m s 19.87 57.03 16.02 40.14 -vainc vaincre ver 27.84 25.68 0.14 0.27 ind:pre:3s; -vaincra vaincre ver 27.84 25.68 0.82 0.27 ind:fut:3s; -vaincrai vaincre ver 27.84 25.68 0.42 0.20 ind:fut:1s; -vaincraient vaincre ver 27.84 25.68 0.02 0.07 cnd:pre:3p; -vaincrais vaincre ver 27.84 25.68 0.11 0.00 cnd:pre:1s;cnd:pre:2s; -vaincrait vaincre ver 27.84 25.68 0.27 0.07 cnd:pre:3s; -vaincras vaincre ver 27.84 25.68 0.19 0.00 ind:fut:2s; -vaincre vaincre ver 27.84 25.68 13.71 13.31 inf; -vaincrez vaincre ver 27.84 25.68 0.11 0.00 ind:fut:2p; -vaincrons vaincre ver 27.84 25.68 1.62 0.47 ind:fut:1p; -vaincront vaincre ver 27.84 25.68 0.09 0.14 ind:fut:3p; -vaincs vaincre ver 27.84 25.68 0.06 0.14 imp:pre:2s;ind:pre:2s; -vaincu vaincre ver m s 27.84 25.68 7.28 6.62 par:pas; -vaincue vaincre ver f s 27.84 25.68 1.10 2.23 par:pas; -vaincues vaincre ver f p 27.84 25.68 0.18 0.14 par:pas; -vaincus vaincre ver m p 27.84 25.68 1.42 1.55 par:pas; -vaine vain adj f s 19.87 57.03 1.04 8.18 -vainement vainement adv 0.55 12.09 0.55 12.09 -vaines vain adj f p 19.87 57.03 1.57 5.20 -vainquant vaincre ver 27.84 25.68 0.01 0.07 par:pre; -vainquent vaincre ver 27.84 25.68 0.01 0.00 ind:pre:3p; -vainqueur vainqueur nom m s 9.10 11.35 6.71 5.74 -vainqueurs vainqueur nom m p 9.10 11.35 2.38 5.61 -vainquez vaincre ver 27.84 25.68 0.03 0.00 imp:pre:2p; -vainquions vaincre ver 27.84 25.68 0.02 0.00 ind:imp:1p; -vainquirent vaincre ver 27.84 25.68 0.01 0.00 ind:pas:3p; -vainquit vaincre ver 27.84 25.68 0.18 0.14 ind:pas:3s; -vainquons vaincre ver 27.84 25.68 0.03 0.00 ind:pre:1p; -vains vain adj m p 19.87 57.03 1.23 3.51 -vair vair nom m s 0.09 0.27 0.09 0.27 -vairon vairon adj m s 0.00 0.54 0.00 0.20 -vairons vairon nom m p 0.04 0.54 0.04 0.41 -vais aller ver 9992.78 2854.93 1644.99 280.00 ind:pre:1s; -vaisseau_amiral vaisseau_amiral nom m s 0.05 0.00 0.05 0.00 -vaisseau vaisseau nom m s 83.39 12.43 67.11 7.23 -vaisseaux vaisseau nom m p 83.39 12.43 16.27 5.20 -vaisselier vaisselier nom m s 0.07 0.68 0.07 0.61 -vaisseliers vaisselier nom m p 0.07 0.68 0.00 0.07 -vaisselle vaisselle nom f s 12.11 25.95 12.10 24.93 -vaisselles vaisselle nom f p 12.11 25.95 0.01 1.01 -val val nom m s 3.61 4.93 2.12 3.04 -valût valoir ver 236.07 175.74 0.00 0.61 sub:imp:3s; -valable valable adj s 9.10 10.41 7.46 8.65 -valablement valablement adv 0.00 0.27 0.00 0.27 -valables valable adj p 9.10 10.41 1.63 1.76 -valaient valoir ver 236.07 175.74 1.03 5.27 ind:imp:3p; -valais valoir ver 236.07 175.74 0.46 0.47 ind:imp:1s;ind:imp:2s; -valait valoir ver 236.07 175.74 15.82 41.62 ind:imp:3s; -valant valoir ver 236.07 175.74 1.00 1.49 par:pre; -valaque valaque nom s 0.01 0.00 0.01 0.00 -valdôtains valdôtain nom m p 0.00 0.14 0.00 0.14 -valdingua valdinguer ver 0.05 1.76 0.00 0.07 ind:pas:3s; -valdingue valdinguer ver 0.05 1.76 0.00 1.01 ind:pre:3s; -valdinguer valdinguer ver 0.05 1.76 0.05 0.14 inf; -valdingues valdinguer ver 0.05 1.76 0.00 0.41 ind:pre:2s; -valdingué valdinguer ver m s 0.05 1.76 0.00 0.07 par:pas; -valdingués valdinguer ver m p 0.05 1.76 0.00 0.07 par:pas; -valence valence nom f s 0.28 0.07 0.28 0.07 -valencien valencien nom m s 0.00 0.14 0.00 0.07 -valencienne valencienne nom f s 0.14 0.00 0.14 0.00 -valent valoir ver 236.07 175.74 9.79 8.58 ind:pre:3p; -valentin valentin nom m s 0.27 0.00 0.11 0.00 -valentine valentin nom f s 0.27 0.00 0.16 0.00 -valentinien valentinien nom m s 0.02 0.00 0.02 0.00 -valet valet nom m s 11.40 19.80 9.23 13.65 -valetaille valetaille nom f s 0.01 1.01 0.01 1.01 -valeter valeter ver 0.14 0.00 0.14 0.00 inf; -valets valet nom m p 11.40 19.80 2.17 6.15 -valeur_refuge valeur_refuge nom f s 0.00 0.07 0.00 0.07 -valeur valeur nom f s 45.40 52.30 32.48 40.74 -valeureuse valeureux adj f s 2.45 2.36 0.00 0.07 -valeureusement valeureusement adv 0.01 0.00 0.01 0.00 -valeureuses valeureux adj f p 2.45 2.36 0.01 0.07 -valeureux valeureux adj m 2.45 2.36 2.44 2.23 -valeurs valeur nom f p 45.40 52.30 12.91 11.55 -valez valoir ver 236.07 175.74 2.49 0.54 imp:pre:2p;ind:pre:2p; -valgus valgus adj m 0.02 0.00 0.02 0.00 -valida valider ver 1.23 0.54 0.00 0.07 ind:pas:3s; -validait valider ver 1.23 0.54 0.00 0.07 ind:imp:3s; -validant valider ver 1.23 0.54 0.00 0.07 par:pre; -validation validation nom f s 0.14 0.07 0.14 0.07 -valide valide adj s 2.31 3.38 1.72 1.55 -valident valider ver 1.23 0.54 0.01 0.00 ind:pre:3p; -valider valider ver 1.23 0.54 0.72 0.14 inf; -valideront valider ver 1.23 0.54 0.03 0.00 ind:fut:3p; -valides valide adj p 2.31 3.38 0.59 1.82 -validité validité nom f s 0.35 0.41 0.35 0.41 -validé valider ver m s 1.23 0.54 0.18 0.07 par:pas; -validée validé adj f s 0.07 2.57 0.04 0.00 -valiez valoir ver 236.07 175.74 0.15 0.00 ind:imp:2p; -valions valoir ver 236.07 175.74 0.16 0.14 ind:imp:1p; -valise valise nom f s 50.99 70.34 33.21 47.43 -valises valise nom f p 50.99 70.34 17.79 22.91 -valisé valiser ver m s 0.00 0.14 0.00 0.14 par:pas; -valkyries valkyrie nom f p 0.02 0.00 0.02 0.00 -valleuse valleuse nom f s 0.00 0.07 0.00 0.07 -vallon vallon nom m s 2.50 6.89 2.11 5.74 -vallonnaient vallonner ver 0.00 0.27 0.00 0.07 ind:imp:3p; -vallonnait vallonner ver 0.00 0.27 0.00 0.07 ind:imp:3s; -vallonnement vallonnement nom m s 0.00 2.09 0.00 0.88 -vallonnements vallonnement nom m p 0.00 2.09 0.00 1.22 -vallonner vallonner ver 0.00 0.27 0.00 0.07 inf; -vallonné vallonné adj m s 0.06 0.74 0.03 0.27 -vallonnée vallonné adj f s 0.06 0.74 0.01 0.27 -vallonnées vallonné adj f p 0.06 0.74 0.01 0.14 -vallonnés vallonné adj m p 0.06 0.74 0.01 0.07 -vallons vallon nom m p 2.50 6.89 0.40 1.15 -vallée vallée nom f s 13.54 35.68 12.51 30.14 -vallées vallée nom f p 13.54 35.68 1.03 5.54 -valoche valoche nom f s 0.46 3.38 0.19 2.03 -valoches valoche nom f p 0.46 3.38 0.27 1.35 -valoir valoir ver 236.07 175.74 4.62 9.32 inf; -valons valoir ver 236.07 175.74 0.78 0.41 imp:pre:1p;ind:pre:1p; -valorisait valoriser ver 0.45 0.81 0.00 0.07 ind:imp:3s; -valorisant valorisant adj m s 0.37 0.14 0.35 0.14 -valorisante valorisant adj f s 0.37 0.14 0.02 0.00 -valorisation valorisation nom f s 0.01 0.00 0.01 0.00 -valorise valoriser ver 0.45 0.81 0.19 0.27 imp:pre:2s;ind:pre:3s; -valoriser valoriser ver 0.45 0.81 0.22 0.20 inf; -valorisez valoriser ver 0.45 0.81 0.01 0.00 ind:pre:2p; -valorisé valoriser ver m s 0.45 0.81 0.00 0.07 par:pas; -valorisée valoriser ver f s 0.45 0.81 0.02 0.07 par:pas; -valorisés valoriser ver m p 0.45 0.81 0.01 0.14 par:pas; -valpolicella valpolicella nom m s 0.01 0.14 0.01 0.14 -vals val nom m p 3.61 4.93 0.61 0.54 -valsa valser ver 1.93 5.14 0.00 0.20 ind:pas:3s; -valsaient valser ver 1.93 5.14 0.00 0.47 ind:imp:3p; -valsait valser ver 1.93 5.14 0.04 0.34 ind:imp:3s; -valsant valser ver 1.93 5.14 0.05 0.27 par:pre; -valse_hésitation valse_hésitation nom f s 0.00 0.27 0.00 0.20 -valse valse nom f s 5.55 9.32 5.45 7.91 -valsent valser ver 1.93 5.14 0.11 0.20 ind:pre:3p; -valser valser ver 1.93 5.14 1.33 2.43 inf; -valsera valser ver 1.93 5.14 0.01 0.00 ind:fut:3s; -valse_hésitation valse_hésitation nom f p 0.00 0.27 0.00 0.07 -valses valse nom f p 5.55 9.32 0.11 1.42 -valseur valseur nom m s 0.12 1.35 0.01 1.08 -valseurs valseur nom m p 0.12 1.35 0.00 0.14 -valseuse valseur nom f s 0.12 1.35 0.11 0.00 -valseuses valseuse nom f p 0.14 0.00 0.14 0.00 -valsez valser ver 1.93 5.14 0.04 0.07 ind:pre:2p; -valsons valser ver 1.93 5.14 0.02 0.00 imp:pre:1p;ind:pre:1p; -valsèrent valser ver 1.93 5.14 0.01 0.07 ind:pas:3p; -valsé valser ver m s 1.93 5.14 0.20 0.61 par:pas; -valu valoir ver m s 236.07 175.74 3.82 9.39 par:pas; -value valoir ver f s 236.07 175.74 0.12 0.07 par:pas; -values valoir ver f p 236.07 175.74 0.00 0.14 par:pas; -valurent valoir ver 236.07 175.74 0.03 0.81 ind:pas:3p; -valériane valériane nom f s 0.30 0.14 0.30 0.14 -valut valoir ver 236.07 175.74 0.56 3.45 ind:pas:3s; -valétudinaire valétudinaire adj m s 0.01 0.14 0.01 0.14 -valve valve nom f s 2.63 1.01 1.60 0.47 -valves valve nom f p 2.63 1.01 1.03 0.54 -valvulaires valvulaire adj p 0.00 0.07 0.00 0.07 -valvule valvule nom f s 0.22 0.07 0.22 0.07 -vamp_club vamp_club nom f s 0.01 0.00 0.01 0.00 -vamp vamp nom f s 0.48 1.42 0.33 1.22 -vampe vamper ver 0.24 0.07 0.01 0.00 imp:pre:2s; -vamper vamper ver 0.24 0.07 0.20 0.07 inf; -vampire vampire nom m s 27.27 3.24 15.29 1.82 -vampires vampire nom m p 27.27 3.24 11.98 1.42 -vampirique vampirique adj s 0.21 0.20 0.21 0.20 -vampirisant vampiriser ver 0.10 0.20 0.01 0.00 par:pre; -vampirise vampiriser ver 0.10 0.20 0.04 0.07 ind:pre:1s;ind:pre:3s; -vampirisme vampirisme nom m s 0.32 0.14 0.32 0.14 -vampirisé vampiriser ver m s 0.10 0.20 0.00 0.07 par:pas; -vampirisée vampiriser ver f s 0.10 0.20 0.05 0.00 par:pas; -vampirisées vampiriser ver f p 0.10 0.20 0.00 0.07 par:pas; -vamps vamp nom f p 0.48 1.42 0.16 0.20 -vampé vamper ver m s 0.24 0.07 0.03 0.00 par:pas; -van van nom_sup m s 8.90 3.24 8.78 3.24 -vanadium vanadium nom m s 0.00 0.74 0.00 0.74 -vandale vandale nom s 1.14 0.88 0.33 0.47 -vandales vandale nom p 1.14 0.88 0.81 0.41 -vandalisent vandaliser ver 0.33 0.14 0.01 0.07 ind:pre:3p; -vandaliser vandaliser ver 0.33 0.14 0.09 0.07 inf; -vandalisme vandalisme nom m s 1.53 1.55 1.53 1.55 -vandalisé vandaliser ver m s 0.33 0.14 0.23 0.00 par:pas; -vandoises vandoise nom f p 0.00 0.14 0.00 0.14 -vanille vanille nom f s 2.50 3.38 2.50 3.38 -vanillé vanillé adj m s 0.17 0.20 0.17 0.07 -vanillée vanillé adj f s 0.17 0.20 0.00 0.07 -vanillées vanillé adj f p 0.17 0.20 0.00 0.07 -vaniteuse vaniteux adj f s 2.23 2.50 0.49 0.68 -vaniteusement vaniteusement adv 0.00 0.07 0.00 0.07 -vaniteuses vaniteux adj f p 2.23 2.50 0.14 0.07 -vaniteux vaniteux adj m 2.23 2.50 1.60 1.76 -vanité vanité nom f s 5.75 17.97 5.16 16.49 -vanités vanité nom f p 5.75 17.97 0.59 1.49 -vanity_case vanity_case nom m s 0.11 0.14 0.11 0.14 -vanna vanner ver 1.32 4.39 0.04 1.96 ind:pas:3s; -vannais vanner ver 1.32 4.39 0.00 0.07 ind:imp:1s; -vannait vanner ver 1.32 4.39 0.00 0.07 ind:imp:3s; -vanne vanne nom f s 2.73 7.36 0.94 3.11 -vanneau vanneau nom m s 0.00 0.74 0.00 0.34 -vanneaux vanneau nom m p 0.00 0.74 0.00 0.41 -vannent vanner ver 1.32 4.39 0.02 0.00 ind:pre:3p; -vanner vanner ver 1.32 4.39 0.09 0.54 inf; -vannerie vannerie nom f s 0.14 0.74 0.14 0.68 -vanneries vannerie nom f p 0.14 0.74 0.00 0.07 -vannes vanne nom f p 2.73 7.36 1.79 4.26 -vanneur vanneur nom m s 0.00 0.20 0.00 0.14 -vanneurs vanneur nom m p 0.00 0.20 0.00 0.07 -vannier vannier nom m s 0.00 0.27 0.00 0.20 -vanniers vannier nom m p 0.00 0.27 0.00 0.07 -vannières vannière nom f p 0.00 0.07 0.00 0.07 -vannèrent vanner ver 1.32 4.39 0.00 0.07 ind:pas:3p; -vanné vanner ver m s 1.32 4.39 0.56 0.34 par:pas; -vannée vanner ver f s 1.32 4.39 0.36 0.27 par:pas; -vannés vanner ver m p 1.32 4.39 0.16 0.00 par:pas; -vans van nom_sup m p 8.90 3.24 0.13 0.00 -vanta vanter ver 10.73 23.24 0.03 0.68 ind:pas:3s; -vantai vanter ver 10.73 23.24 0.00 0.14 ind:pas:1s; -vantaient vanter ver 10.73 23.24 0.05 1.49 ind:imp:3p; -vantail vantail nom m s 0.00 3.85 0.00 2.23 -vantais vanter ver 10.73 23.24 0.25 0.41 ind:imp:1s;ind:imp:2s; -vantait vanter ver 10.73 23.24 0.49 4.46 ind:imp:3s; -vantant vanter ver 10.73 23.24 0.36 1.42 par:pre; -vantard vantard nom m s 1.60 0.14 1.06 0.07 -vantarde vantard adj f s 0.34 0.74 0.01 0.00 -vantardes vantard adj f p 0.34 0.74 0.01 0.07 -vantardise vantardise nom f s 0.19 1.69 0.16 0.74 -vantardises vantardise nom f p 0.19 1.69 0.03 0.95 -vantards vantard nom m p 1.60 0.14 0.53 0.07 -vantaux vantail nom m p 0.00 3.85 0.00 1.62 -vante vanter ver 10.73 23.24 1.86 2.57 imp:pre:2s;ind:pre:1s;ind:pre:3s; -vantent vanter ver 10.73 23.24 0.39 1.15 ind:pre:3p; -vanter vanter ver 10.73 23.24 4.80 7.50 inf; -vantera vanter ver 10.73 23.24 0.01 0.20 ind:fut:3s; -vanterai vanter ver 10.73 23.24 0.16 0.07 ind:fut:1s; -vanterais vanter ver 10.73 23.24 0.07 0.07 cnd:pre:1s;cnd:pre:2s; -vanterait vanter ver 10.73 23.24 0.01 0.00 cnd:pre:3s; -vanteras vanter ver 10.73 23.24 0.14 0.00 ind:fut:2s; -vanterie vanterie nom f s 0.01 0.20 0.00 0.07 -vanteries vanterie nom f p 0.01 0.20 0.01 0.14 -vanteront vanter ver 10.73 23.24 0.02 0.07 ind:fut:3p; -vantes vanter ver 10.73 23.24 0.46 0.20 ind:pre:2s; -vantez vanter ver 10.73 23.24 0.16 0.14 imp:pre:2p;ind:pre:2p; -vantiez vanter ver 10.73 23.24 0.01 0.00 ind:imp:2p; -vantions vanter ver 10.73 23.24 0.10 0.00 ind:imp:1p; -vantons vanter ver 10.73 23.24 0.03 0.00 imp:pre:1p;ind:pre:1p; -vantât vanter ver 10.73 23.24 0.00 0.07 sub:imp:3s; -vanté vanter ver m s 10.73 23.24 1.12 1.89 par:pas; -vantée vanter ver f s 10.73 23.24 0.22 0.34 par:pas; -vantées vanter ver f p 10.73 23.24 0.00 0.20 par:pas; -vantés vanter ver m p 10.73 23.24 0.01 0.20 par:pas; -vape vape nom f s 1.26 3.04 0.00 2.30 -vapes vape nom f p 1.26 3.04 1.26 0.74 -vapeur vapeur nom s 8.02 26.76 6.17 19.12 -vapeurs vapeur nom p 8.02 26.76 1.85 7.64 -vaporetto vaporetto nom m s 0.32 0.41 0.32 0.41 -vaporeuse vaporeux adj f s 0.21 4.53 0.17 1.76 -vaporeuses vaporeux adj f p 0.21 4.53 0.00 0.47 -vaporeux vaporeux adj m 0.21 4.53 0.04 2.30 -vaporisa vaporiser ver 1.47 1.82 0.00 0.34 ind:pas:3s; -vaporisais vaporiser ver 1.47 1.82 0.01 0.00 ind:imp:1s; -vaporisait vaporiser ver 1.47 1.82 0.14 0.41 ind:imp:3s; -vaporisant vaporiser ver 1.47 1.82 0.00 0.07 par:pre; -vaporisateur vaporisateur nom m s 0.30 1.08 0.28 0.74 -vaporisateurs vaporisateur nom m p 0.30 1.08 0.01 0.34 -vaporisation vaporisation nom f s 0.09 0.14 0.09 0.07 -vaporisations vaporisation nom f p 0.09 0.14 0.00 0.07 -vaporise vaporiser ver 1.47 1.82 0.20 0.20 imp:pre:2s;ind:pre:1s;ind:pre:3s; -vaporiser vaporiser ver 1.47 1.82 0.51 0.34 inf; -vaporiserait vaporiser ver 1.47 1.82 0.03 0.07 cnd:pre:3s; -vaporises vaporiser ver 1.47 1.82 0.02 0.00 ind:pre:2s; -vaporisez vaporiser ver 1.47 1.82 0.08 0.00 imp:pre:2p;ind:pre:2p; -vaporisé vaporiser ver m s 1.47 1.82 0.42 0.00 par:pas; -vaporisée vaporiser ver f s 1.47 1.82 0.07 0.41 par:pas; -vaps vaps nom f p 0.24 0.00 0.24 0.00 -vaquai vaquer ver 0.67 3.18 0.00 0.07 ind:pas:1s; -vaquaient vaquer ver 0.67 3.18 0.04 0.27 ind:imp:3p; -vaquais vaquer ver 0.67 3.18 0.03 0.07 ind:imp:1s; -vaquait vaquer ver 0.67 3.18 0.01 1.28 ind:imp:3s; -vaquant vaquer ver 0.67 3.18 0.02 0.27 par:pre; -vaque vaquer ver 0.67 3.18 0.07 0.27 ind:pre:1s;ind:pre:3s; -vaquent vaquer ver 0.67 3.18 0.00 0.14 ind:pre:3p; -vaquer vaquer ver 0.67 3.18 0.37 0.61 inf; -vaquerait vaquer ver 0.67 3.18 0.00 0.07 cnd:pre:3s; -vaquero vaquero nom m s 0.11 0.07 0.06 0.07 -vaqueros vaquero nom m p 0.11 0.07 0.05 0.00 -vaquions vaquer ver 0.67 3.18 0.00 0.07 ind:imp:1p; -vaquons vaquer ver 0.67 3.18 0.10 0.07 imp:pre:1p;ind:pre:1p; -vaqué vaquer ver m s 0.67 3.18 0.02 0.00 par:pas; -var var nom m s 0.01 0.00 0.01 0.00 -vara vara adj f s 0.00 0.07 0.00 0.07 -varan varan nom m s 0.02 0.07 0.01 0.07 -varans varan nom m p 0.02 0.07 0.01 0.00 -varappe varappe nom f s 0.06 0.07 0.06 0.07 -varapper varapper ver 0.00 0.07 0.00 0.07 inf; -varappeur varappeur nom m s 0.00 0.07 0.00 0.07 -varech varech nom m s 0.25 2.70 0.25 2.43 -varechs varech nom m p 0.25 2.70 0.00 0.27 -varenne varenne nom f s 0.00 4.53 0.00 4.12 -varennes varenne nom f p 0.00 4.53 0.00 0.41 -vareuse vareuse nom f s 0.81 8.24 0.56 6.82 -vareuses vareuse nom f p 0.81 8.24 0.25 1.42 -varia varia nom m p 0.02 0.07 0.02 0.07 -variabilité variabilité nom f s 0.05 0.14 0.05 0.14 -variable variable adj s 0.98 2.64 0.81 1.76 -variables variable nom f p 1.05 0.14 0.74 0.00 -variaient varier ver 2.69 8.92 0.01 0.61 ind:imp:3p; -variais varier ver 2.69 8.92 0.00 0.14 ind:imp:1s; -variait varier ver 2.69 8.92 0.03 1.22 ind:imp:3s; -variance variance nom f s 0.03 0.00 0.03 0.00 -variant varier ver 2.69 8.92 0.03 0.81 par:pre; -variante variante nom f s 0.95 3.24 0.77 0.81 -variantes variante nom f p 0.95 3.24 0.18 2.43 -variateur variateur nom m s 0.02 0.14 0.02 0.14 -variation variation nom f s 1.83 6.28 0.50 1.08 -variations variation nom f p 1.83 6.28 1.33 5.20 -varice varice nom f s 0.67 1.76 0.01 0.00 -varicelle varicelle nom f s 1.03 0.74 1.03 0.74 -varices varice nom f p 0.67 1.76 0.66 1.76 -varie varier ver 2.69 8.92 0.91 1.08 imp:pre:2s;ind:pre:1s;ind:pre:3s; -varient varier ver 2.69 8.92 0.46 0.61 ind:pre:3p; -varier varier ver 2.69 8.92 0.66 1.76 inf; -varierai varier ver 2.69 8.92 0.01 0.07 ind:fut:1s; -varieraient varier ver 2.69 8.92 0.00 0.07 cnd:pre:3p; -varierait varier ver 2.69 8.92 0.00 0.14 cnd:pre:3s; -varieront varier ver 2.69 8.92 0.00 0.07 ind:fut:3p; -variole variole nom f s 2.42 0.34 2.42 0.34 -variorum variorum nom m s 0.00 0.07 0.00 0.07 -variât varier ver 2.69 8.92 0.00 0.07 sub:imp:3s; -variqueuses variqueux adj f p 0.00 0.47 0.00 0.14 -variqueux variqueux adj m 0.00 0.47 0.00 0.34 -varié varié adj m s 1.53 5.74 0.47 0.61 -variée varier ver f s 2.69 8.92 0.23 0.41 par:pas; -variées varié adj f p 1.53 5.74 0.43 1.69 -variés varié adj m p 1.53 5.74 0.41 2.70 -variétal variétal adj m s 0.01 0.00 0.01 0.00 -variété variété nom f s 3.42 9.73 2.17 6.42 -variétés variété nom f p 3.42 9.73 1.25 3.31 -varlet varlet nom m s 0.01 0.07 0.01 0.07 -varlope varlope nom f s 0.00 0.41 0.00 0.41 -varon varon nom m s 0.12 0.00 0.12 0.00 -varsovien varsovien nom m s 0.10 0.00 0.10 0.00 -vas aller ver 9992.78 2854.93 1009.22 136.35 imp:pre:2s;ind:pre:2s; -vasa vaser ver 0.02 0.41 0.02 0.20 ind:pas:3s; -vasais vasais nom m 0.00 0.20 0.00 0.20 -vasait vaser ver 0.02 0.41 0.00 0.07 ind:imp:3s; -vasards vasard adj m p 0.00 0.14 0.00 0.14 -vasculaire vasculaire adj s 1.26 0.27 1.01 0.07 -vasculaires vasculaire adj m p 1.26 0.27 0.25 0.20 -vascularisé vascularisé adj m s 0.02 0.00 0.02 0.00 -vasculo_nerveux vasculo_nerveux nom m 0.01 0.00 0.01 0.00 -vase vase nom s 10.74 32.97 9.83 26.76 -vasectomie vasectomie nom f s 0.38 0.00 0.38 0.00 -vaseline vaseline nom f s 0.94 1.28 0.94 1.28 -vaseliner vaseliner ver 0.02 0.07 0.01 0.00 inf; -vaselinez vaseliner ver 0.02 0.07 0.01 0.00 imp:pre:2p; -vaseliné vaseliner ver m s 0.02 0.07 0.00 0.07 par:pas; -vaser vaser ver 0.02 0.41 0.00 0.14 inf; -vases vase nom p 10.74 32.97 0.91 6.22 -vaseuse vaseux adj f s 0.43 2.43 0.14 0.54 -vaseuses vaseux adj f p 0.43 2.43 0.03 0.20 -vaseux vaseux adj m 0.43 2.43 0.25 1.69 -vasistas vasistas nom m 0.08 3.85 0.08 3.85 -vasière vasière nom f s 0.00 0.88 0.00 0.07 -vasières vasière nom f p 0.00 0.88 0.00 0.81 -vasoconstricteur vasoconstricteur adj m s 0.14 0.00 0.14 0.00 -vasoconstriction vasoconstriction nom f s 0.03 0.00 0.03 0.00 -vasodilatateur vasodilatateur adj m s 0.01 0.00 0.01 0.00 -vasodilatation vasodilatation nom f s 0.01 0.00 0.01 0.00 -vasomoteurs vasomoteur adj m p 0.02 0.00 0.02 0.00 -vasopressine vasopressine nom f s 0.01 0.00 0.01 0.00 -vasouillard vasouillard adj m s 0.00 0.34 0.00 0.27 -vasouillarde vasouillard adj f s 0.00 0.34 0.00 0.07 -vasouille vasouiller ver 0.12 0.20 0.01 0.07 ind:pre:3s; -vasouiller vasouiller ver 0.12 0.20 0.10 0.14 inf; -vasouilles vasouiller ver 0.12 0.20 0.01 0.00 ind:pre:2s; -vasque vasque nom f s 0.25 3.99 0.01 2.91 -vasques vasque nom f p 0.25 3.99 0.24 1.08 -vassal vassal nom m s 2.24 4.39 1.77 1.49 -vassale vassal nom f s 2.24 4.39 0.00 0.14 -vassalité vassalité nom f s 0.00 0.20 0.00 0.20 -vassaux vassal nom m p 2.24 4.39 0.47 2.77 -vaste vaste adj s 10.32 71.76 8.44 55.61 -vastes vaste adj p 10.32 71.76 1.88 16.15 -vastité vastité nom f s 0.00 0.07 0.00 0.07 -vastitude vastitude nom f s 0.00 0.27 0.00 0.20 -vastitudes vastitude nom f p 0.00 0.27 0.00 0.07 -vater vater nom m s 0.00 0.07 0.00 0.07 -vaticane vaticane adj f s 0.00 0.20 0.00 0.20 -vaticanesque vaticanesque adj s 0.00 0.07 0.00 0.07 -vaticinait vaticiner ver 0.00 0.61 0.00 0.14 ind:imp:3s; -vaticinant vaticiner ver 0.00 0.61 0.00 0.27 par:pre; -vaticination vaticination nom f s 0.00 0.47 0.00 0.07 -vaticinations vaticination nom f p 0.00 0.47 0.00 0.41 -vaticine vaticiner ver 0.00 0.61 0.00 0.07 ind:pre:3s; -vaticiner vaticiner ver 0.00 0.61 0.00 0.14 inf; -vatères vatère nom m p 0.00 0.14 0.00 0.14 -vau_l_eau vau_l_eau nom m s 0.00 0.14 0.00 0.14 -vau vau nom m s 0.01 0.20 0.01 0.20 -vauclusien vauclusien adj m s 0.14 0.07 0.14 0.00 -vauclusiennes vauclusien adj f p 0.14 0.07 0.00 0.07 -vaudeville vaudeville nom m s 0.41 1.82 0.35 1.55 -vaudevilles vaudeville nom m p 0.41 1.82 0.05 0.27 -vaudevillesque vaudevillesque adj s 0.03 0.14 0.03 0.07 -vaudevillesques vaudevillesque adj p 0.03 0.14 0.00 0.07 -vaudois vaudois adj m 0.00 0.74 0.00 0.68 -vaudoise vaudois adj f s 0.00 0.74 0.00 0.07 -vaudou vaudou nom m s 2.93 0.41 2.92 0.41 -vaudoue vaudou adj f s 1.48 0.68 0.03 0.07 -vaudoues vaudou adj f p 1.48 0.68 0.00 0.14 -vaudouisme vaudouisme nom m s 0.02 0.00 0.02 0.00 -vaudous vaudou adj m p 1.48 0.68 0.12 0.07 -vaudra valoir ver 236.07 175.74 4.34 3.51 ind:fut:3s; -vaudrai valoir ver 236.07 175.74 0.07 0.07 ind:fut:1s; -vaudraient valoir ver 236.07 175.74 0.29 0.14 cnd:pre:3p; -vaudrais valoir ver 236.07 175.74 0.07 0.14 cnd:pre:1s;cnd:pre:2s; -vaudrait valoir ver 236.07 175.74 14.23 11.08 cnd:pre:3s; -vaudras valoir ver 236.07 175.74 0.21 0.07 ind:fut:2s; -vaudrez valoir ver 236.07 175.74 0.03 0.00 ind:fut:2p; -vaudrions valoir ver 236.07 175.74 0.02 0.00 cnd:pre:1p; -vaudrons valoir ver 236.07 175.74 0.00 0.07 ind:fut:1p; -vaudront valoir ver 236.07 175.74 0.42 0.47 ind:fut:3p; -vaurien vaurien nom m s 10.22 2.36 7.06 1.89 -vaurienne vaurien nom f s 10.22 2.36 0.21 0.07 -vauriens vaurien nom m p 10.22 2.36 2.94 0.41 -vaut valoir ver 236.07 175.74 161.53 69.39 ind:pre:3s; -vautour vautour nom m s 5.89 4.39 2.41 2.57 -vautours vautour nom m p 5.89 4.39 3.48 1.82 -vautra vautrer ver 2.73 10.27 0.00 0.07 ind:pas:3s; -vautraient vautrer ver 2.73 10.27 0.00 0.27 ind:imp:3p; -vautrais vautrer ver 2.73 10.27 0.02 0.41 ind:imp:1s; -vautrait vautrer ver 2.73 10.27 0.03 0.54 ind:imp:3s; -vautrant vautrer ver 2.73 10.27 0.12 0.14 par:pre; -vautre vautrer ver 2.73 10.27 0.31 1.15 imp:pre:2s;ind:pre:1s;ind:pre:3s; -vautrent vautrer ver 2.73 10.27 0.04 0.14 ind:pre:3p; -vautrer vautrer ver 2.73 10.27 1.07 1.62 inf; -vautreraient vautrer ver 2.73 10.27 0.00 0.14 cnd:pre:3p; -vautrerais vautrer ver 2.73 10.27 0.00 0.07 cnd:pre:1s; -vautrez vautrer ver 2.73 10.27 0.16 0.07 imp:pre:2p;ind:pre:2p; -vautrèrent vautrer ver 2.73 10.27 0.00 0.07 ind:pas:3p; -vautré vautrer ver m s 2.73 10.27 0.60 2.16 par:pas; -vautrée vautrer ver f s 2.73 10.27 0.22 1.28 par:pas; -vautrées vautrer ver f p 2.73 10.27 0.01 0.20 par:pas; -vautrés vautrer ver m p 2.73 10.27 0.16 1.96 par:pas; -vauvert vauvert nom s 0.00 0.14 0.00 0.14 -vaux valoir ver 236.07 175.74 10.79 2.97 imp:pre:2s;ind:pre:1s;ind:pre:2s; -vauxhall vauxhall nom m s 0.06 0.07 0.06 0.07 -veau veau nom m s 8.66 16.96 7.69 13.92 -veaux veau nom m p 8.66 16.96 0.97 3.04 -vecteur vecteur nom m s 0.92 0.27 0.62 0.20 -vecteurs vecteur nom m p 0.92 0.27 0.30 0.07 -vectoriel vectoriel adj m s 0.24 0.07 0.03 0.00 -vectorielle vectoriel adj f s 0.24 0.07 0.21 0.07 -vedettariat vedettariat nom m s 0.07 0.14 0.07 0.14 -vedette vedette nom f s 13.55 20.88 11.18 13.92 -vedettes vedette nom f p 13.55 20.88 2.37 6.96 -veilla veiller ver 38.41 41.62 0.01 0.54 ind:pas:3s; -veillai veiller ver 38.41 41.62 0.10 0.07 ind:pas:1s; -veillaient veiller ver 38.41 41.62 0.18 2.70 ind:imp:3p; -veillais veiller ver 38.41 41.62 0.48 0.54 ind:imp:1s;ind:imp:2s; -veillait veiller ver 38.41 41.62 0.79 8.92 ind:imp:3s; -veillant veiller ver 38.41 41.62 0.25 1.76 par:pre; -veille veille nom f s 17.07 89.05 16.84 87.36 -veillent veiller ver 38.41 41.62 1.14 1.96 ind:pre:3p; -veiller veiller ver 38.41 41.62 10.18 12.91 inf; -veillera veiller ver 38.41 41.62 1.66 0.61 ind:fut:3s; -veillerai veiller ver 38.41 41.62 4.61 0.34 ind:fut:1s; -veillerais veiller ver 38.41 41.62 0.23 0.07 cnd:pre:1s;cnd:pre:2s; -veillerait veiller ver 38.41 41.62 0.23 0.34 cnd:pre:3s; -veilleras veiller ver 38.41 41.62 0.27 0.07 ind:fut:2s; -veillerez veiller ver 38.41 41.62 0.27 0.07 ind:fut:2p; -veillerons veiller ver 38.41 41.62 0.30 0.14 ind:fut:1p; -veilleront veiller ver 38.41 41.62 0.23 0.20 ind:fut:3p; -veilles veiller ver 38.41 41.62 1.19 0.27 ind:pre:2s;sub:pre:2s; -veilleur veilleur nom m s 3.68 12.57 2.10 3.31 -veilleurs veilleur nom m p 3.68 12.57 0.05 0.68 -veilleuse veilleur nom f s 3.68 12.57 1.53 6.89 -veilleuses veilleuse nom f p 0.17 0.00 0.17 0.00 -veillez veiller ver 38.41 41.62 5.11 0.68 imp:pre:2p;ind:pre:2p; -veillions veiller ver 38.41 41.62 0.02 0.07 ind:imp:1p; -veillâmes veiller ver 38.41 41.62 0.00 0.07 ind:pas:1p; -veillons veiller ver 38.41 41.62 0.10 0.14 imp:pre:1p;ind:pre:1p; -veillât veiller ver 38.41 41.62 0.00 0.07 sub:imp:3s; -veillèrent veiller ver 38.41 41.62 0.01 0.07 ind:pas:3p; -veillé veiller ver m s 38.41 41.62 2.71 3.18 par:pas; -veillée veillée nom f s 2.56 8.31 2.34 4.73 -veillées veillée nom f p 2.56 8.31 0.22 3.58 -veillés veiller ver m p 38.41 41.62 0.00 0.20 par:pas; -veinaient veiner ver 0.01 1.55 0.00 0.14 ind:imp:3p; -veinait veiner ver 0.01 1.55 0.01 0.00 ind:imp:3s; -veinard veinard nom m s 5.79 1.89 4.33 0.88 -veinarde veinard nom f s 5.79 1.89 0.90 0.14 -veinardes veinard adj f p 1.75 1.22 0.04 0.00 -veinards veinard nom m p 5.79 1.89 0.53 0.88 -veine veine nom f s 19.74 35.41 10.75 15.27 -veinent veiner ver 0.01 1.55 0.00 0.07 ind:pre:3p; -veines veine nom f p 19.74 35.41 8.99 20.14 -veineuse veineux adj f s 0.20 0.27 0.06 0.20 -veineux veineux adj m s 0.20 0.27 0.14 0.07 -veiné veiné adj m s 0.11 1.01 0.00 0.88 -veinée veiné adj f s 0.11 1.01 0.11 0.00 -veinées veiner ver f p 0.01 1.55 0.00 0.27 par:pas; -veinule veinule nom f s 0.00 1.15 0.00 0.07 -veinules veinule nom f p 0.00 1.15 0.00 1.08 -veinulé veinulé adj m s 0.00 0.14 0.00 0.14 -veinures veinure nom f p 0.00 0.14 0.00 0.14 -veinés veiner ver m p 0.01 1.55 0.00 0.14 par:pas; -velcro velcro nom m s 0.39 0.00 0.39 0.00 -veld veld nom m s 0.01 0.00 0.01 0.00 -veldt veldt nom m s 0.04 0.00 0.04 0.00 -vellave vellave adj f s 0.00 0.07 0.00 0.07 -velléitaire velléitaire adj s 0.04 0.95 0.04 0.95 -velléité velléité nom f s 0.20 3.92 0.10 1.55 -velléités velléité nom f p 0.20 3.92 0.10 2.36 -velours velours nom m 4.31 35.88 4.31 35.88 -veloutaient velouter ver 0.03 1.08 0.00 0.07 ind:imp:3p; -veloutait velouter ver 0.03 1.08 0.00 0.07 ind:imp:3s; -veloute velouter ver 0.03 1.08 0.00 0.14 ind:pre:3s; -veloutent velouter ver 0.03 1.08 0.00 0.07 ind:pre:3p; -velouter velouter ver 0.03 1.08 0.00 0.07 inf; -velouteuse velouteux adj f s 0.01 0.07 0.01 0.00 -velouteux velouteux adj m s 0.01 0.07 0.00 0.07 -velouté velouté adj m s 0.36 4.93 0.30 2.36 -veloutée velouté adj f s 0.36 4.93 0.05 1.15 -veloutées velouter ver f p 0.03 1.08 0.01 0.20 par:pas; -veloutés velouté nom m p 0.27 1.76 0.14 0.07 -velte velte nom f s 0.01 0.00 0.01 0.00 -velu velu adj m s 1.03 7.43 0.47 2.43 -velue velu adj f s 1.03 7.43 0.25 2.50 -velues velu adj f p 1.03 7.43 0.22 1.76 -velum velum nom m s 0.03 0.00 0.03 0.00 -velus velu adj m p 1.03 7.43 0.10 0.74 -velux velux nom m s 0.01 0.00 0.01 0.00 -velvet velvet nom m s 0.15 0.27 0.15 0.27 -venaient venir ver 2763.69 1514.53 9.96 73.65 ind:imp:3p; -venais venir ver 2763.69 1514.53 23.32 29.86 ind:imp:1s;ind:imp:2s; -venaison venaison nom f s 0.08 0.54 0.08 0.41 -venaisons venaison nom f p 0.08 0.54 0.00 0.14 -venait venir ver 2763.69 1514.53 50.25 271.89 ind:imp:3s; -venant venir ver 2763.69 1514.53 17.66 32.36 par:pre; -vend vendre ver 206.95 92.64 22.75 8.65 ind:pre:3s; -vendît vendre ver 206.95 92.64 0.00 0.07 sub:imp:3s; -vendômois vendômois adj m 0.00 0.07 0.00 0.07 -vendable vendable adj s 0.04 0.14 0.02 0.07 -vendables vendable adj p 0.04 0.14 0.02 0.07 -vendaient vendre ver 206.95 92.64 0.56 2.23 ind:imp:3p; -vendais vendre ver 206.95 92.64 1.96 0.95 ind:imp:1s;ind:imp:2s; -vendait vendre ver 206.95 92.64 4.46 9.93 ind:imp:3s; -vendange vendange nom f s 1.54 3.38 0.17 0.95 -vendangeait vendanger ver 0.74 0.20 0.00 0.07 ind:imp:3s; -vendanger vendanger ver 0.74 0.20 0.47 0.00 inf; -vendanges vendange nom f p 1.54 3.38 1.37 2.43 -vendangeur vendangeur nom m s 0.00 0.54 0.00 0.14 -vendangeurs vendangeur nom m p 0.00 0.54 0.00 0.34 -vendangeuses vendangeur nom f p 0.00 0.54 0.00 0.07 -vendangé vendanger ver m s 0.74 0.20 0.00 0.07 par:pas; -vendant vendre ver 206.95 92.64 2.11 2.30 par:pre; -vende vendre ver 206.95 92.64 1.93 0.61 sub:pre:1s;sub:pre:3s; -vendent vendre ver 206.95 92.64 6.09 3.04 ind:pre:3p; -vendes vendre ver 206.95 92.64 0.29 0.00 sub:pre:2s; -vendetta vendetta nom f s 1.25 0.81 1.20 0.74 -vendettas vendetta nom f p 1.25 0.81 0.05 0.07 -vendeur vendeur nom m s 16.05 18.65 11.30 4.93 -vendeurs vendeur nom m p 16.05 18.65 2.71 4.59 -vendeuse vendeur nom f s 16.05 18.65 2.04 7.09 -vendeuses vendeuse nom f p 0.79 0.00 0.79 0.00 -vendez vendre ver 206.95 92.64 6.11 1.22 imp:pre:2p;ind:pre:2p; -vendiez vendre ver 206.95 92.64 0.34 0.07 ind:imp:2p; -vendions vendre ver 206.95 92.64 0.13 1.01 ind:imp:1p; -vendirent vendre ver 206.95 92.64 0.16 0.07 ind:pas:3p; -vendis vendre ver 206.95 92.64 0.31 0.20 ind:pas:1s; -vendisse vendre ver 206.95 92.64 0.00 0.07 sub:imp:1s; -vendit vendre ver 206.95 92.64 0.26 1.96 ind:pas:3s; -vendons vendre ver 206.95 92.64 1.34 0.20 imp:pre:1p;ind:pre:1p; -vendra vendre ver 206.95 92.64 3.03 0.61 ind:fut:3s; -vendrai vendre ver 206.95 92.64 3.15 0.54 ind:fut:1s; -vendraient vendre ver 206.95 92.64 0.23 0.27 cnd:pre:3p; -vendrais vendre ver 206.95 92.64 1.68 0.47 cnd:pre:1s;cnd:pre:2s; -vendrait vendre ver 206.95 92.64 1.34 1.08 cnd:pre:3s; -vendras vendre ver 206.95 92.64 0.48 0.07 ind:fut:2s; -vendre vendre ver 206.95 92.64 73.62 30.81 ind:pre:2p;inf; -vendredi vendredi nom m s 32.49 19.05 31.36 18.31 -vendredis vendredi nom m p 32.49 19.05 1.13 0.74 -vendrez vendre ver 206.95 92.64 0.65 0.41 ind:fut:2p; -vendriez vendre ver 206.95 92.64 0.30 0.00 cnd:pre:2p; -vendrons vendre ver 206.95 92.64 0.44 0.07 ind:fut:1p; -vendront vendre ver 206.95 92.64 0.53 0.27 ind:fut:3p; -vends vendre ver 206.95 92.64 23.35 4.86 imp:pre:2s;ind:pre:1s;ind:pre:2s; -vendu vendre ver m s 206.95 92.64 37.62 14.73 par:pas; -vendue vendre ver f s 206.95 92.64 7.17 2.97 par:pas; -vendéen vendéen adj m s 0.00 0.34 0.00 0.14 -vendéenne vendéen adj f s 0.00 0.34 0.00 0.07 -vendéennes vendéen adj f p 0.00 0.34 0.00 0.07 -vendéens vendéen adj m p 0.00 0.34 0.00 0.07 -vendues vendre ver f p 206.95 92.64 1.09 1.08 par:pas; -vendémiaire vendémiaire nom m s 0.00 0.34 0.00 0.34 -vendus vendre ver m p 206.95 92.64 3.47 1.82 par:pas; -venelle venelle nom f s 0.21 3.58 0.21 1.82 -venelles venelle nom f p 0.21 3.58 0.00 1.76 -venette venette nom f s 0.01 0.07 0.01 0.07 -veneur veneur nom m s 0.00 2.91 0.00 2.57 -veneurs veneur nom m p 0.00 2.91 0.00 0.34 -venez venir ver 2763.69 1514.53 304.03 41.42 imp:pre:2p;ind:pre:2p; -venge venger ver 37.73 24.46 3.89 2.70 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -vengea venger ver 37.73 24.46 0.17 0.34 ind:pas:3s; -vengeai venger ver 37.73 24.46 0.00 0.07 ind:pas:1s; -vengeaient venger ver 37.73 24.46 0.00 0.41 ind:imp:3p; -vengeais venger ver 37.73 24.46 0.03 0.20 ind:imp:1s; -vengeait venger ver 37.73 24.46 0.16 2.30 ind:imp:3s; -vengeance vengeance nom f s 28.27 17.03 27.85 15.88 -vengeances vengeance nom f p 28.27 17.03 0.42 1.15 -vengeant venger ver 37.73 24.46 0.25 0.34 par:pre; -vengent venger ver 37.73 24.46 0.71 0.88 ind:pre:3p; -vengeons venger ver 37.73 24.46 0.32 0.07 imp:pre:1p;ind:pre:1p; -vengeât venger ver 37.73 24.46 0.00 0.07 sub:imp:3s; -venger venger ver 37.73 24.46 20.93 12.09 inf; -vengera venger ver 37.73 24.46 0.97 0.34 ind:fut:3s; -vengerai venger ver 37.73 24.46 1.88 0.41 ind:fut:1s; -vengerais venger ver 37.73 24.46 0.31 0.14 cnd:pre:1s;cnd:pre:2s; -vengerait venger ver 37.73 24.46 0.21 0.20 cnd:pre:3s; -vengeresse vengeur adj f s 1.54 3.85 0.35 0.81 -vengeresses vengeur adj f p 1.54 3.85 0.01 0.27 -vengerez venger ver 37.73 24.46 0.24 0.00 ind:fut:2p; -vengerons venger ver 37.73 24.46 0.44 0.07 ind:fut:1p; -vengeront venger ver 37.73 24.46 0.58 0.00 ind:fut:3p; -venges venger ver 37.73 24.46 0.59 0.14 ind:pre:2s;sub:pre:2s; -vengeur vengeur nom m s 1.27 1.08 1.15 0.68 -vengeurs vengeur adj m p 1.54 3.85 0.23 0.88 -vengez venger ver 37.73 24.46 0.77 0.20 imp:pre:2p;ind:pre:2p; -vengiez venger ver 37.73 24.46 0.11 0.00 ind:imp:2p; -vengèrent venger ver 37.73 24.46 0.00 0.20 ind:pas:3p; -vengé venger ver m s 37.73 24.46 3.19 2.03 par:pas; -vengée venger ver f s 37.73 24.46 1.23 0.68 par:pas; -vengées venger ver f p 37.73 24.46 0.15 0.07 par:pas; -vengés venger ver m p 37.73 24.46 0.60 0.54 par:pas; -veniez venir ver 2763.69 1514.53 9.37 3.24 ind:imp:2p; -venimeuse venimeux adj f s 2.67 2.77 0.77 0.74 -venimeusement venimeusement adv 0.00 0.07 0.00 0.07 -venimeuses venimeux adj f p 2.67 2.77 0.32 0.34 -venimeux venimeux adj m 2.67 2.77 1.58 1.69 -venin venin nom m s 3.59 3.11 3.57 2.97 -venins venin nom m p 3.59 3.11 0.02 0.14 -venions venir ver 2763.69 1514.53 2.07 5.88 ind:imp:1p; -venir venir ver 2763.69 1514.53 367.13 196.01 inf; -venise venise nom f s 0.03 0.07 0.03 0.07 -venons venir ver 2763.69 1514.53 17.22 8.18 imp:pre:1p;ind:pre:1p; -vent vent nom m s 77.34 220.27 71.50 207.64 -ventôse ventôse nom m s 0.14 0.88 0.14 0.88 -venta venter ver 0.74 0.81 0.26 0.41 ind:pas:3s; -ventail ventail nom m s 0.01 0.00 0.01 0.00 -ventas venter ver 0.74 0.81 0.00 0.14 ind:pas:2s; -vente vente nom f s 27.54 18.99 20.93 12.97 -venter venter ver 0.74 0.81 0.03 0.14 inf; -ventes vente nom f p 27.54 18.99 6.61 6.01 -venteuse venteux adj f s 0.14 0.95 0.03 0.20 -venteuses venteux adj f p 0.14 0.95 0.00 0.27 -venteux venteux adj m 0.14 0.95 0.11 0.47 -ventilant ventiler ver 0.73 0.68 0.00 0.14 par:pre; -ventilateur ventilateur nom m s 3.02 2.64 2.43 2.09 -ventilateurs ventilateur nom m p 3.02 2.64 0.59 0.54 -ventilation ventilation nom f s 2.90 0.47 2.84 0.47 -ventilations ventilation nom f p 2.90 0.47 0.05 0.00 -ventile ventiler ver 0.73 0.68 0.32 0.00 imp:pre:2s;ind:pre:1s;ind:pre:3s; -ventiler ventiler ver 0.73 0.68 0.23 0.14 inf; -ventilez ventiler ver 0.73 0.68 0.07 0.00 imp:pre:2p; -ventilo ventilo nom m s 0.54 0.14 0.32 0.07 -ventilos ventilo nom m p 0.54 0.14 0.22 0.07 -ventilé ventilé adj m s 0.35 0.34 0.17 0.14 -ventilée ventiler ver f s 0.73 0.68 0.01 0.34 par:pas; -ventilées ventilé adj f p 0.35 0.34 0.14 0.20 -ventilés ventilé adj m p 0.35 0.34 0.02 0.00 -ventis ventis nom m 0.01 0.07 0.01 0.07 -ventouse ventouse nom f s 0.69 4.66 0.44 1.76 -ventousent ventouser ver 0.01 0.14 0.00 0.07 ind:pre:3p; -ventouses ventouse nom f p 0.69 4.66 0.25 2.91 -ventousé ventouser ver m s 0.01 0.14 0.00 0.07 par:pas; -ventousée ventouser ver f s 0.01 0.14 0.01 0.00 par:pas; -ventral ventral adj m s 0.17 1.28 0.09 0.27 -ventrale ventral adj f s 0.17 1.28 0.08 1.01 -ventre_saint_gris ventre_saint_gris ono 0.00 0.07 0.00 0.07 -ventre ventre nom m s 46.91 141.96 46.07 136.62 -ventrebleu ventrebleu ono 0.02 0.00 0.02 0.00 -ventres ventre nom m p 46.91 141.96 0.84 5.34 -ventriculaire ventriculaire adj s 0.61 0.00 0.61 0.00 -ventricule ventricule nom m s 0.78 0.07 0.55 0.00 -ventricules ventricule nom m p 0.78 0.07 0.23 0.07 -ventriloque ventriloque nom s 1.14 0.47 1.05 0.47 -ventriloques ventriloque nom p 1.14 0.47 0.08 0.00 -ventriloquie ventriloquie nom f s 0.04 0.00 0.04 0.00 -ventripotent ventripotent adj m s 0.01 0.88 0.01 0.74 -ventripotents ventripotent adj m p 0.01 0.88 0.00 0.14 -ventrière ventrière nom f s 0.01 0.14 0.01 0.14 -ventru ventru adj m s 0.12 3.51 0.08 1.82 -ventrée ventrée nom f s 0.11 0.54 0.01 0.41 -ventrue ventru adj f s 0.12 3.51 0.01 0.47 -ventrées ventrée nom f p 0.11 0.54 0.10 0.14 -ventrues ventru adj f p 0.12 3.51 0.00 0.34 -ventrus ventru adj m p 0.12 3.51 0.03 0.88 -vents vent nom m p 77.34 220.27 5.84 12.64 -venté venté adj m s 0.04 0.14 0.02 0.07 -ventée venté adj f s 0.04 0.14 0.03 0.00 -ventées venté adj f p 0.04 0.14 0.00 0.07 -ventés venter ver m p 0.74 0.81 0.00 0.07 par:pas; -venu venir ver m s 2763.69 1514.53 244.70 135.14 par:pas; -venue venir ver f s 2763.69 1514.53 93.14 60.47 par:pas; -venues venir ver f p 2763.69 1514.53 5.49 6.96 par:pas; -venus venir ver m p 2763.69 1514.53 53.34 40.41 par:pas; -ver ver nom m s 12.32 16.01 10.21 5.61 -verbal verbal adj m s 2.27 6.76 0.92 1.89 -verbale verbal adj f s 2.27 6.76 0.71 2.57 -verbalement verbalement adv 0.53 0.54 0.53 0.54 -verbales verbal adj f p 2.27 6.76 0.39 1.76 -verbalisation verbalisation nom f s 0.04 0.00 0.04 0.00 -verbalise verbaliser ver 0.79 0.14 0.27 0.00 ind:pre:1s;ind:pre:3s; -verbaliser verbaliser ver 0.79 0.14 0.42 0.14 inf; -verbalisez verbaliser ver 0.79 0.14 0.02 0.00 imp:pre:2p;ind:pre:2p; -verbalisme verbalisme nom m s 0.00 0.41 0.00 0.41 -verbaliste verbaliste nom s 0.00 0.07 0.00 0.07 -verbalisé verbaliser ver m s 0.79 0.14 0.08 0.00 par:pas; -verbalisée verbaliser ver f s 0.79 0.14 0.01 0.00 par:pas; -verbatim verbatim nom m s 0.01 0.00 0.01 0.00 -verbaux verbal adj m p 2.27 6.76 0.25 0.54 -verbe verbe nom m s 2.02 9.93 1.66 8.38 -verbes verbe nom m p 2.02 9.93 0.36 1.55 -verbeuse verbeux adj f s 0.18 0.47 0.01 0.07 -verbeuses verbeux adj f p 0.18 0.47 0.00 0.14 -verbeux verbeux adj m 0.18 0.47 0.17 0.27 -verbiage verbiage nom m s 0.18 0.74 0.18 0.74 -verbosité verbosité nom f s 0.00 0.27 0.00 0.20 -verbosités verbosité nom f p 0.00 0.27 0.00 0.07 -verdelet verdelet adj m s 0.00 0.07 0.00 0.07 -verdeur verdeur nom f s 0.00 1.08 0.00 1.01 -verdeurs verdeur nom f p 0.00 1.08 0.00 0.07 -verdi verdi adj m s 0.02 1.01 0.02 0.34 -verdict verdict nom m s 8.63 5.47 8.57 5.00 -verdicts verdict nom m p 8.63 5.47 0.07 0.47 -verdie verdir ver f s 0.21 2.97 0.00 0.41 par:pas; -verdier verdier nom m s 0.03 0.14 0.00 0.07 -verdiers verdier nom m p 0.03 0.14 0.03 0.07 -verdies verdi adj f p 0.02 1.01 0.00 0.20 -verdine verdin nom f s 0.00 0.07 0.00 0.07 -verdir verdir ver 0.21 2.97 0.16 0.20 inf; -verdis verdir ver m p 0.21 2.97 0.01 0.14 par:pas; -verdissaient verdir ver 0.21 2.97 0.00 0.27 ind:imp:3p; -verdissait verdir ver 0.21 2.97 0.00 0.41 ind:imp:3s; -verdissant verdissant adj m s 0.00 0.61 0.00 0.20 -verdissante verdissant adj f s 0.00 0.61 0.00 0.27 -verdissants verdissant adj m p 0.00 0.61 0.00 0.14 -verdissent verdir ver 0.21 2.97 0.02 0.20 ind:pre:3p; -verdit verdir ver 0.21 2.97 0.02 0.47 ind:pre:3s;ind:pas:3s; -verdoie verdoyer ver 0.13 0.68 0.11 0.20 ind:pre:3s; -verdoiement verdoiement nom m s 0.14 0.07 0.14 0.07 -verdoient verdoyer ver 0.13 0.68 0.02 0.14 ind:pre:3p; -verdâtre verdâtre adj s 0.11 9.73 0.08 6.62 -verdâtres verdâtre adj p 0.11 9.73 0.03 3.11 -verdoyant verdoyant adj m s 0.67 2.43 0.13 0.95 -verdoyante verdoyant adj f s 0.67 2.43 0.06 0.68 -verdoyantes verdoyant adj f p 0.67 2.43 0.46 0.47 -verdoyants verdoyant adj m p 0.67 2.43 0.02 0.34 -verdoyer verdoyer ver 0.13 0.68 0.00 0.20 inf; -verdure verdure nom f s 1.15 10.95 1.05 10.14 -verdures verdure nom f p 1.15 10.95 0.10 0.81 -verge verge nom f s 0.81 5.41 0.69 3.65 -vergence vergence nom f s 0.02 0.00 0.02 0.00 -verger verger nom m s 3.13 11.69 2.54 5.88 -vergers verger nom m p 3.13 11.69 0.59 5.81 -verges verge nom f p 0.81 5.41 0.13 1.76 -vergeture vergeture nom f s 0.42 0.41 0.01 0.00 -vergetures vergeture nom f p 0.42 0.41 0.41 0.41 -verglacé verglacer ver m s 0.06 0.14 0.03 0.00 par:pas; -verglacée verglacé adj f s 0.06 0.41 0.03 0.07 -verglacées verglacé adj f p 0.06 0.41 0.02 0.14 -verglas verglas nom m 0.94 1.62 0.94 1.62 -vergne vergne nom m s 0.00 0.34 0.00 0.27 -vergnes vergne nom m p 0.00 0.34 0.00 0.07 -vergogne vergogne nom f s 0.51 4.05 0.51 4.05 -vergogneux vergogneux adj m 0.00 0.27 0.00 0.27 -vergé vergé adj m s 0.01 0.34 0.00 0.27 -vergue vergue nom f s 0.41 0.47 0.38 0.27 -vergues vergue nom f p 0.41 0.47 0.03 0.20 -vergés vergé adj m p 0.01 0.34 0.01 0.07 -verjus verjus nom m 0.01 0.27 0.01 0.27 -verlan verlan nom m s 0.07 0.34 0.07 0.34 -vermeil vermeil adj m s 1.66 3.11 1.25 0.88 -vermeille vermeil adj f s 1.66 3.11 0.27 0.81 -vermeilles vermeil adj f p 1.66 3.11 0.03 1.08 -vermeils vermeil adj m p 1.66 3.11 0.10 0.34 -vermicelle vermicelle nom m s 0.29 0.81 0.15 0.54 -vermicelles vermicelle nom m p 0.29 0.81 0.14 0.27 -vermiculaire vermiculaire adj s 0.00 0.14 0.00 0.07 -vermiculaires vermiculaire adj p 0.00 0.14 0.00 0.07 -vermiculées vermiculé adj f p 0.00 0.07 0.00 0.07 -vermifuge vermifuge nom m s 0.03 0.14 0.03 0.14 -vermillon vermillon adj 0.02 1.15 0.02 1.15 -vermillonnait vermillonner ver 0.00 0.27 0.00 0.07 ind:imp:3s; -vermillonnée vermillonner ver f s 0.00 0.27 0.00 0.14 par:pas; -vermillonnés vermillonner ver m p 0.00 0.27 0.00 0.07 par:pas; -vermillons vermillon nom m p 0.02 1.08 0.00 0.14 -vermine vermine nom f s 7.31 4.93 6.77 4.46 -vermines vermine nom f p 7.31 4.93 0.54 0.47 -vermineux vermineux adj m 0.00 0.14 0.00 0.14 -vermisseau vermisseau nom m s 0.49 0.07 0.29 0.07 -vermisseaux vermisseau nom m p 0.49 0.07 0.20 0.00 -vermoulu vermoulu adj m s 0.17 3.31 0.01 1.15 -vermoulue vermoulu adj f s 0.17 3.31 0.02 1.22 -vermoulues vermoulu adj f p 0.17 3.31 0.01 0.47 -vermoulure vermoulure nom f s 0.00 0.34 0.00 0.20 -vermoulures vermoulure nom f p 0.00 0.34 0.00 0.14 -vermoulus vermoulu adj m p 0.17 3.31 0.14 0.47 -vermout vermout nom m s 0.01 0.00 0.01 0.00 -vermouth vermouth nom m s 1.19 1.49 1.18 1.28 -vermouths vermouth nom m p 1.19 1.49 0.01 0.20 -vernaculaire vernaculaire adj s 0.01 0.00 0.01 0.00 -vernal vernal adj m s 0.01 0.00 0.01 0.00 -verne verne nom m s 0.14 0.00 0.14 0.00 -verni vernir ver m s 1.77 8.51 0.66 1.96 par:pas; -vernie vernir ver f s 1.77 8.51 0.14 0.95 par:pas; -vernier vernier nom m s 0.00 0.07 0.00 0.07 -vernies verni adj f p 0.48 6.62 0.15 1.62 -vernir vernir ver 1.77 8.51 0.16 0.61 inf; -vernis vernis nom m 2.81 9.80 2.81 9.80 -vernissage vernissage nom m s 2.21 1.82 1.88 1.35 -vernissages vernissage nom m p 2.21 1.82 0.33 0.47 -vernissaient vernir ver 1.77 8.51 0.00 0.07 ind:imp:3p; -vernissait vernir ver 1.77 8.51 0.01 0.00 ind:imp:3s; -vernissant vernir ver 1.77 8.51 0.00 0.07 par:pre; -vernissent vernir ver 1.77 8.51 0.00 0.07 ind:pre:3p; -vernisser vernisser ver 0.00 1.49 0.00 0.07 inf; -vernisseur vernisseur nom m s 0.10 0.00 0.10 0.00 -vernissé vernissé adj m s 0.00 2.36 0.00 0.34 -vernissée vernisser ver f s 0.00 1.49 0.00 0.47 par:pas; -vernissées vernissé adj f p 0.00 2.36 0.00 1.08 -vernissés vernissé adj m p 0.00 2.36 0.00 0.54 -vernit vernir ver 1.77 8.51 0.13 0.41 ind:pre:3s;ind:pas:3s; -verra voir ver 4119.49 2401.76 78.66 26.28 ind:fut:3s; -verrai voir ver 4119.49 2401.76 31.76 10.54 ind:fut:1s; -verraient voir ver 4119.49 2401.76 1.01 2.23 cnd:pre:3p; -verrais voir ver 4119.49 2401.76 9.03 6.49 cnd:pre:1s;cnd:pre:2s; -verrait voir ver 4119.49 2401.76 6.58 16.76 cnd:pre:3s; -verras voir ver 4119.49 2401.76 51.34 23.78 ind:fut:2s; -verrat verrat nom m s 0.08 0.74 0.08 0.68 -verrats verrat nom m p 0.08 0.74 0.00 0.07 -verre verre nom m s 176.57 230.07 154.13 175.20 -verrerie verrerie nom f s 1.14 0.74 0.93 0.47 -verreries verrerie nom f p 1.14 0.74 0.21 0.27 -verres verre nom m p 176.57 230.07 22.45 54.86 -verrez voir ver 4119.49 2401.76 35.50 18.51 ind:fut:2p; -verrier verrier adj m s 0.00 0.27 0.00 0.07 -verriers verrier adj m p 0.00 0.27 0.00 0.07 -verriez voir ver 4119.49 2401.76 1.84 0.81 cnd:pre:2p; -verrions voir ver 4119.49 2401.76 0.12 1.01 cnd:pre:1p; -verrière verrière nom f s 0.42 5.95 0.42 4.53 -verrières verrière nom f p 0.42 5.95 0.00 1.42 -verrons voir ver 4119.49 2401.76 13.26 7.57 ind:fut:1p; -verront voir ver 4119.49 2401.76 6.54 2.70 ind:fut:3p; -verroterie verroterie nom f s 0.05 1.42 0.04 1.01 -verroteries verroterie nom f p 0.05 1.42 0.01 0.41 -verrou verrou nom m s 5.28 12.03 3.54 7.64 -verrouilla verrouiller ver 8.77 3.72 0.11 0.61 ind:pas:3s; -verrouillage verrouillage nom m s 1.23 0.54 1.23 0.54 -verrouillai verrouiller ver 8.77 3.72 0.00 0.07 ind:pas:1s; -verrouillait verrouiller ver 8.77 3.72 0.15 0.34 ind:imp:3s; -verrouillant verrouiller ver 8.77 3.72 0.00 0.20 par:pre; -verrouille verrouiller ver 8.77 3.72 1.98 0.27 imp:pre:2s;ind:pre:1s;ind:pre:3s; -verrouillent verrouiller ver 8.77 3.72 0.28 0.00 ind:pre:3p; -verrouiller verrouiller ver 8.77 3.72 1.36 0.47 inf; -verrouilles verrouiller ver 8.77 3.72 0.09 0.14 ind:pre:2s; -verrouillez verrouiller ver 8.77 3.72 1.27 0.00 imp:pre:2p;ind:pre:2p; -verrouillons verrouiller ver 8.77 3.72 0.02 0.00 ind:pre:1p; -verrouillèrent verrouiller ver 8.77 3.72 0.00 0.07 ind:pas:3p; -verrouillé verrouiller ver m s 8.77 3.72 1.85 0.61 par:pas; -verrouillée verrouiller ver f s 8.77 3.72 1.24 0.61 par:pas; -verrouillées verrouiller ver f p 8.77 3.72 0.33 0.14 par:pas; -verrouillés verrouiller ver m p 8.77 3.72 0.09 0.20 par:pas; -verrous verrou nom m p 5.28 12.03 1.74 4.39 -verrue verrue nom f s 1.20 3.11 0.66 1.76 -verrues verrue nom f p 1.20 3.11 0.54 1.35 -verruqueuse verruqueux adj f s 0.00 0.14 0.00 0.14 -vers vers pre 227.77 956.15 227.77 956.15 -versa verser ver 31.20 53.99 1.88 10.68 ind:pas:3s; -versai verser ver 31.20 53.99 0.01 1.08 ind:pas:1s; -versaient verser ver 31.20 53.99 0.06 1.55 ind:imp:3p; -versaillais versaillais nom m 0.00 0.54 0.00 0.54 -versaillaise versaillais adj f s 0.00 0.34 0.00 0.20 -versais verser ver 31.20 53.99 0.21 0.47 ind:imp:1s;ind:imp:2s; -versait verser ver 31.20 53.99 0.64 5.61 ind:imp:3s; -versant versant nom m s 0.59 10.68 0.53 8.92 -versants versant nom m p 0.59 10.68 0.06 1.76 -versatile versatile adj s 0.34 0.34 0.33 0.20 -versatiles versatile adj f p 0.34 0.34 0.01 0.14 -versatilité versatilité nom f s 0.02 0.34 0.02 0.34 -verse verser ver 31.20 53.99 7.50 7.57 imp:pre:2s;ind:pre:1s;ind:pre:3s; -verseau verseau nom m s 0.02 0.00 0.02 0.00 -versement versement nom m s 2.76 0.88 1.91 0.61 -versements versement nom m p 2.76 0.88 0.85 0.27 -versent verser ver 31.20 53.99 0.29 0.95 ind:pre:3p; -verser verser ver 31.20 53.99 4.62 9.86 ind:pre:2p;inf; -versera verser ver 31.20 53.99 0.60 0.41 ind:fut:3s; -verserai verser ver 31.20 53.99 0.62 0.00 ind:fut:1s; -verserais verser ver 31.20 53.99 0.08 0.07 cnd:pre:1s; -verserait verser ver 31.20 53.99 0.14 0.07 cnd:pre:3s; -verseras verser ver 31.20 53.99 0.16 0.07 ind:fut:2s; -verserez verser ver 31.20 53.99 0.04 0.07 ind:fut:2p; -verseriez verser ver 31.20 53.99 0.02 0.00 cnd:pre:2p; -verserons verser ver 31.20 53.99 0.18 0.00 ind:fut:1p; -verseront verser ver 31.20 53.99 0.04 0.14 ind:fut:3p; -verses verser ver 31.20 53.99 0.93 0.07 ind:pre:2s; -verset verset nom m s 2.46 4.39 1.43 2.03 -versets verset nom m p 2.46 4.39 1.03 2.36 -verseur verseur adj m s 0.03 0.07 0.03 0.00 -verseurs verseur adj m p 0.03 0.07 0.00 0.07 -verseuse verseur nom f s 0.04 0.27 0.04 0.20 -verseuses verseuse nom f p 0.04 0.00 0.04 0.00 -versez verser ver 31.20 53.99 3.60 0.27 imp:pre:2p;ind:pre:2p; -versicolores versicolore adj p 0.00 0.27 0.00 0.27 -versiculets versiculet nom m p 0.00 0.07 0.00 0.07 -versiez verser ver 31.20 53.99 0.02 0.00 ind:imp:2p; -versificateur versificateur nom m s 0.00 0.07 0.00 0.07 -versification versification nom f s 0.01 0.00 0.01 0.00 -versifier versifier ver 0.00 0.07 0.00 0.07 inf; -versifiées versifié adj f p 0.00 0.14 0.00 0.14 -version version nom f s 20.09 12.97 19.10 11.01 -versions version nom f p 20.09 12.97 0.98 1.96 -verso verso nom m s 0.62 1.96 0.61 1.82 -versâmes verser ver 31.20 53.99 0.00 0.07 ind:pas:1p; -versons verser ver 31.20 53.99 0.22 0.14 imp:pre:1p;ind:pre:1p; -versos verso nom m p 0.62 1.96 0.01 0.14 -versât verser ver 31.20 53.99 0.00 0.14 sub:imp:3s; -verstes verste nom f p 0.47 0.14 0.47 0.14 -versèrent verser ver 31.20 53.99 0.01 0.47 ind:pas:3p; -versé verser ver m s 31.20 53.99 7.50 7.70 par:pas; -versée verser ver f s 31.20 53.99 0.86 0.81 par:pas; -versées verser ver f p 31.20 53.99 0.36 0.54 par:pas; -versés verser ver m p 31.20 53.99 0.17 0.54 par:pas; -versus versus pre 0.07 0.07 0.07 0.07 -vert_de_gris vert_de_gris adj 0.02 0.81 0.02 0.81 -vert_de_grisé vert_de_grisé adj m s 0.00 0.34 0.00 0.07 -vert_de_grisé vert_de_grisé adj f s 0.00 0.34 0.00 0.07 -vert_de_grisé vert_de_grisé adj f p 0.00 0.34 0.00 0.14 -vert_de_grisé vert_de_grisé adj m p 0.00 0.34 0.00 0.07 -vert_galant vert_galant nom m s 0.00 0.20 0.00 0.20 -vert_jaune vert_jaune adj m s 0.02 0.07 0.02 0.07 -vert_jaune vert_jaune nom m s 0.02 0.07 0.02 0.07 -vert vert adj m s 52.59 145.14 24.74 59.12 -verte vert adj f s 52.59 145.14 14.24 38.45 -vertement vertement adv 0.14 1.08 0.14 1.08 -vertes vert adj f p 52.59 145.14 4.29 23.72 -vertex vertex nom m 0.00 1.22 0.00 1.22 -vertical vertical adj m s 1.54 15.41 0.61 3.85 -verticale verticale nom f s 1.85 5.07 1.44 4.46 -verticalement verticalement adv 0.17 3.31 0.17 3.31 -verticales verticale nom f p 1.85 5.07 0.41 0.61 -verticalité verticalité nom f s 0.00 0.20 0.00 0.20 -verticaux vertical adj m p 1.54 15.41 0.08 2.77 -verticille verticille nom m s 0.01 0.00 0.01 0.00 -vertige vertige nom m s 9.06 26.62 6.14 24.26 -vertiges vertige nom m p 9.06 26.62 2.91 2.36 -vertigineuse vertigineux adj f s 0.69 10.41 0.14 4.86 -vertigineusement vertigineusement adv 0.10 1.15 0.10 1.15 -vertigineuses vertigineux adj f p 0.69 10.41 0.11 1.35 -vertigineux vertigineux adj m 0.69 10.41 0.45 4.19 -vertigo vertigo nom m s 0.13 0.14 0.13 0.14 -verts vert adj m p 52.59 145.14 9.32 23.85 -vertèbre vertèbre nom f s 1.27 3.38 0.68 0.81 -vertèbres vertèbre nom f p 1.27 3.38 0.59 2.57 -vertu vertu nom f s 17.75 38.45 13.49 24.05 -vertubleu vertubleu ono 0.27 0.00 0.27 0.00 -vertébral vertébral adj m s 3.23 2.36 0.06 0.00 -vertébrale vertébral adj f s 3.23 2.36 3.09 2.36 -vertébrales vertébral adj f p 3.23 2.36 0.06 0.00 -vertébraux vertébral adj m p 3.23 2.36 0.01 0.00 -vertébré vertébré nom m s 0.36 0.14 0.13 0.07 -vertébrés vertébré nom m p 0.36 0.14 0.23 0.07 -vertueuse vertueux adj f s 5.08 3.78 1.92 1.42 -vertueusement vertueusement adv 0.00 0.27 0.00 0.27 -vertueuses vertueux adj f p 5.08 3.78 0.30 0.68 -vertueux vertueux adj m 5.08 3.78 2.85 1.69 -vertugadin vertugadin nom m s 0.01 0.14 0.01 0.14 -vertus vertu nom f p 17.75 38.45 4.26 14.39 -verve verve nom f s 0.40 3.04 0.40 3.04 -verveine verveine nom f s 0.72 1.76 0.72 1.76 -verveux verveux adj m 0.00 0.14 0.00 0.14 -vesce vesce nom f s 0.01 0.20 0.01 0.00 -vesces vesce nom f p 0.01 0.20 0.00 0.20 -vespa vespa nom f s 1.19 0.68 1.19 0.61 -vespas vespa nom f p 1.19 0.68 0.00 0.07 -vespasienne vespasien nom f s 0.12 0.41 0.02 0.00 -vespasiennes vespasien nom f p 0.12 0.41 0.10 0.41 -vesprée vesprée nom f s 0.00 0.07 0.00 0.07 -vespéral vespéral adj m s 0.01 0.88 0.00 0.07 -vespérale vespéral adj f s 0.01 0.88 0.00 0.61 -vespérales vespéral adj f p 0.01 0.88 0.01 0.14 -vespéraux vespéral adj m p 0.01 0.88 0.00 0.07 -vesse_de_loup vesse_de_loup nom f s 0.02 0.20 0.00 0.14 -vesse_de_loup vesse_de_loup nom f p 0.02 0.20 0.02 0.07 -vesses vesse nom f p 0.00 0.14 0.00 0.14 -vessie vessie nom f s 3.34 2.57 3.21 2.23 -vessies vessie nom f p 3.34 2.57 0.13 0.34 -vestalat vestalat nom m s 0.00 0.07 0.00 0.07 -vestale vestale nom f s 0.70 0.81 0.54 0.41 -vestales vestale nom f p 0.70 0.81 0.16 0.41 -veste veste nom f s 37.72 61.62 36.00 55.68 -vestes veste nom f p 37.72 61.62 1.71 5.95 -vestiaire vestiaire nom m s 5.71 12.43 4.04 9.86 -vestiaires vestiaire nom m p 5.71 12.43 1.67 2.57 -vestibule vestibule nom m s 0.96 12.77 0.96 12.43 -vestibules vestibule nom m p 0.96 12.77 0.00 0.34 -vestige vestige nom m s 1.48 7.77 0.54 1.62 -vestiges vestige nom m p 1.48 7.77 0.94 6.15 -vestimentaire vestimentaire adj s 0.90 2.84 0.63 1.76 -vestimentaires vestimentaire adj p 0.90 2.84 0.27 1.08 -veston veston nom m s 1.68 16.55 1.66 15.27 -vestons veston nom m p 1.68 16.55 0.02 1.28 -veto veto nom m 1.94 0.74 1.94 0.74 -veuf veuf adj m s 8.39 10.14 1.65 3.11 -veufs veuf nom m p 16.52 32.70 0.06 0.20 -veuille vouloir ver_sup 5249.31 1640.14 10.13 8.45 imp:pre:2s;sub:pre:1s;sub:pre:3s; -veuillent vouloir ver_sup 5249.31 1640.14 1.15 1.08 sub:pre:3p; -veuilles vouloir ver_sup 5249.31 1640.14 6.72 1.28 sub:pre:2s; -veuillez vouloir ver_sup 5249.31 1640.14 45.84 8.99 imp:pre:2p; -veule veule adj s 0.18 1.76 0.16 1.42 -veulent vouloir ver_sup 5249.31 1640.14 142.38 39.05 ind:pre:3p; -veulerie veulerie nom f s 0.21 2.50 0.21 2.36 -veuleries veulerie nom f p 0.21 2.50 0.00 0.14 -veules veule adj m p 0.18 1.76 0.02 0.34 -veut vouloir ver_sup 5249.31 1640.14 701.19 210.61 ind:pre:3s; -veuvage veuvage nom m s 0.78 2.84 0.78 2.50 -veuvages veuvage nom m p 0.78 2.84 0.00 0.34 -veuve veuf nom f s 16.52 32.70 15.64 26.89 -veuves veuve nom f p 1.89 0.00 1.89 0.00 -veux vouloir ver_sup 5249.31 1640.14 2486.93 377.97 ind:pre:1s;ind:pre:2s; -vexa vexer ver 15.56 11.76 0.00 0.34 ind:pas:3s; -vexai vexer ver 15.56 11.76 0.00 0.07 ind:pas:1s; -vexait vexer ver 15.56 11.76 0.02 0.54 ind:imp:3s; -vexant vexant adj m s 0.40 1.01 0.39 0.74 -vexante vexant adj f s 0.40 1.01 0.01 0.14 -vexantes vexant adj f p 0.40 1.01 0.00 0.07 -vexants vexant adj m p 0.40 1.01 0.00 0.07 -vexation vexation nom f s 0.17 1.82 0.12 0.68 -vexations vexation nom f p 0.17 1.82 0.05 1.15 -vexatoire vexatoire adj s 0.00 0.20 0.00 0.14 -vexatoires vexatoire adj f p 0.00 0.20 0.00 0.07 -vexe vexer ver 15.56 11.76 1.65 1.76 imp:pre:2s;ind:pre:1s;ind:pre:3s; -vexent vexer ver 15.56 11.76 0.12 0.07 ind:pre:3p; -vexer vexer ver 15.56 11.76 4.30 2.57 inf;; -vexera vexer ver 15.56 11.76 0.26 0.00 ind:fut:3s; -vexerai vexer ver 15.56 11.76 0.30 0.00 ind:fut:1s; -vexerait vexer ver 15.56 11.76 0.02 0.41 cnd:pre:3s; -vexeras vexer ver 15.56 11.76 0.14 0.07 ind:fut:2s; -vexerez vexer ver 15.56 11.76 0.01 0.00 ind:fut:2p; -vexerions vexer ver 15.56 11.76 0.00 0.07 cnd:pre:1p; -vexes vexer ver 15.56 11.76 0.34 0.14 ind:pre:2s; -vexez vexer ver 15.56 11.76 0.41 0.00 imp:pre:2p;ind:pre:2p; -vexons vexer ver 15.56 11.76 0.04 0.00 imp:pre:1p;ind:pre:1p; -vexé vexer ver m s 15.56 11.76 5.21 4.19 par:pas; -vexée vexer ver f s 15.56 11.76 2.34 1.08 par:pas; -vexées vexer ver f p 15.56 11.76 0.01 0.00 par:pas; -vexés vexer ver m p 15.56 11.76 0.36 0.34 par:pas; -via via pre 6.53 5.41 6.53 5.41 -viabilité viabilité nom f s 0.10 0.07 0.10 0.07 -viable viable adj s 1.57 1.22 1.27 0.95 -viables viable adj p 1.57 1.22 0.29 0.27 -viaduc viaduc nom m s 0.17 0.88 0.17 0.88 -viager viager nom m s 0.14 0.27 0.14 0.27 -viagra viagra nom m s 0.45 0.00 0.45 0.00 -viagère viager adj f s 0.03 0.14 0.03 0.14 -viandard viandard nom m s 0.00 0.07 0.00 0.07 -viandasse viander ver 0.05 0.41 0.00 0.20 sub:imp:1s; -viande viande nom f s 44.43 45.00 43.78 41.35 -viander viander ver 0.05 0.41 0.01 0.14 inf; -viandes viande nom f p 44.43 45.00 0.65 3.65 -viandeuse viandeux adj f s 0.00 0.07 0.00 0.07 -viandox viandox nom m 0.02 0.68 0.02 0.68 -viandé viander ver m s 0.05 0.41 0.04 0.07 par:pas; -viatique viatique nom m s 0.01 1.28 0.01 1.28 -vibra vibrer ver 4.73 24.53 0.00 0.95 ind:pas:3s; -vibraient vibrer ver 4.73 24.53 0.06 0.68 ind:imp:3p; -vibrais vibrer ver 4.73 24.53 0.01 0.20 ind:imp:1s; -vibrait vibrer ver 4.73 24.53 0.22 6.22 ind:imp:3s; -vibrant vibrant adj m s 0.86 6.89 0.56 1.89 -vibrante vibrant adj f s 0.86 6.89 0.22 3.78 -vibrantes vibrant adj f p 0.86 6.89 0.03 0.88 -vibrants vibrant adj m p 0.86 6.89 0.05 0.34 -vibraphone vibraphone nom m s 0.03 0.14 0.03 0.07 -vibraphones vibraphone nom m p 0.03 0.14 0.00 0.07 -vibrateur vibrateur nom m s 0.14 0.07 0.14 0.00 -vibrateurs vibrateur nom m p 0.14 0.07 0.01 0.07 -vibratile vibratile adj f s 0.14 0.34 0.01 0.20 -vibratiles vibratile adj m p 0.14 0.34 0.14 0.14 -vibration vibration nom f s 4.49 12.64 1.28 8.58 -vibrations vibration nom f p 4.49 12.64 3.21 4.05 -vibrato vibrato nom m s 0.12 0.54 0.12 0.34 -vibratoire vibratoire adj s 0.11 0.47 0.10 0.34 -vibratoires vibratoire adj p 0.11 0.47 0.01 0.14 -vibratos vibrato nom m p 0.12 0.54 0.00 0.20 -vibre vibrer ver 4.73 24.53 1.79 3.78 imp:pre:2s;ind:pre:1s;ind:pre:3s; -vibrent vibrer ver 4.73 24.53 0.23 0.68 ind:pre:3p; -vibrer vibrer ver 4.73 24.53 2.06 8.31 inf; -vibrera vibrer ver 4.73 24.53 0.03 0.00 ind:fut:3s; -vibreur vibreur nom m s 0.25 0.00 0.25 0.00 -vibrez vibrer ver 4.73 24.53 0.01 0.00 imp:pre:2p; -vibrionnaient vibrionner ver 0.00 0.34 0.00 0.07 ind:imp:3p; -vibrionnait vibrionner ver 0.00 0.34 0.00 0.14 ind:imp:3s; -vibrionnant vibrionner ver 0.00 0.34 0.00 0.07 par:pre; -vibrionne vibrionner ver 0.00 0.34 0.00 0.07 ind:pre:1s; -vibrions vibrion nom m p 0.14 0.20 0.14 0.20 -vibrisses vibrisse nom f p 0.00 0.14 0.00 0.14 -vibro_masseur vibro_masseur nom m s 0.08 0.07 0.08 0.07 -vibromasseur vibromasseur nom m s 0.93 0.00 0.85 0.00 -vibromasseurs vibromasseur nom m p 0.93 0.00 0.08 0.00 -vibré vibrer ver m s 4.73 24.53 0.04 0.95 par:pas; -vibrée vibrer ver f s 4.73 24.53 0.01 0.07 par:pas; -vibrées vibrer ver f p 4.73 24.53 0.00 0.07 par:pas; -vibura viburer ver 0.00 0.81 0.00 0.07 ind:pas:3s; -viburait viburer ver 0.00 0.81 0.00 0.07 ind:imp:3s; -vibure viburer ver 0.00 0.81 0.00 0.68 ind:pre:3s; -vicaire vicaire nom m s 0.71 2.57 0.68 2.23 -vicaires vicaire nom m p 0.71 2.57 0.04 0.34 -vice_amiral vice_amiral nom m s 0.10 0.61 0.10 0.61 -vice_chancelier vice_chancelier nom m s 0.07 0.00 0.07 0.00 -vice_consul vice_consul nom m s 0.18 0.54 0.18 0.54 -vice_ministre vice_ministre nom s 0.27 0.27 0.27 0.20 -vice_ministre vice_ministre nom p 0.27 0.27 0.00 0.07 -vice_premier vice_premier nom m s 0.01 0.00 0.01 0.00 -vice_présidence vice_présidence nom f s 0.57 0.00 0.57 0.00 -vice_président vice_président nom m s 8.63 0.61 7.91 0.54 -vice_président vice_président nom f s 8.63 0.61 0.60 0.00 -vice_président vice_président nom m p 8.63 0.61 0.12 0.07 -vice_recteur vice_recteur nom m s 0.10 0.00 0.10 0.00 -vice_roi vice_roi nom m s 0.94 0.54 0.84 0.54 -vice_roi vice_roi nom m p 0.94 0.54 0.10 0.00 -vice_versa vice_versa adv 0.85 0.27 0.85 0.27 -vice vice nom m s 12.29 18.45 7.78 13.45 -vicelard vicelard adj m s 0.89 3.38 0.60 1.49 -vicelarde vicelard adj f s 0.89 3.38 0.07 0.81 -vicelardes vicelard adj f p 0.89 3.38 0.01 0.27 -vicelardise vicelardise nom f s 0.00 0.20 0.00 0.14 -vicelardises vicelardise nom f p 0.00 0.20 0.00 0.07 -vicelards vicelard adj m p 0.89 3.38 0.20 0.81 -vices vice nom m p 12.29 18.45 4.52 5.00 -vichy vichy nom m s 0.69 1.22 0.69 1.22 -vichysme vichysme nom m s 0.00 0.07 0.00 0.07 -vichyssois vichyssois adj m 0.06 0.07 0.00 0.07 -vichyssois vichyssois nom m 0.00 0.07 0.00 0.07 -vichyssoise vichyssois adj f s 0.06 0.07 0.06 0.00 -vichyste vichyste adj s 0.03 0.27 0.01 0.14 -vichystes vichyste adj p 0.03 0.27 0.02 0.14 -vicier vicier ver 0.22 0.41 0.00 0.07 inf; -vicieuse vicieux adj f s 5.75 7.03 1.11 1.96 -vicieusement vicieusement adv 0.07 0.27 0.07 0.27 -vicieuses vicieux adj f p 5.75 7.03 0.45 0.27 -vicieux vicieux adj m 5.75 7.03 4.19 4.80 -vicinal vicinal adj m s 0.00 0.81 0.00 0.47 -vicinales vicinal adj f p 0.00 0.81 0.00 0.07 -vicinalité vicinalité nom f s 0.00 0.07 0.00 0.07 -vicinaux vicinal adj m p 0.00 0.81 0.00 0.27 -vicissitude vicissitude nom f s 0.06 2.16 0.02 0.14 -vicissitudes vicissitude nom f p 0.06 2.16 0.04 2.03 -vicié vicié adj m s 0.23 0.54 0.23 0.41 -viciée vicier ver f s 0.22 0.41 0.00 0.14 par:pas; -viciés vicié adj m p 0.23 0.54 0.00 0.14 -vicomte vicomte nom m s 0.43 6.28 0.41 5.61 -vicomtes vicomte nom m p 0.43 6.28 0.00 0.20 -vicomtesse vicomte nom f s 0.43 6.28 0.03 0.41 -vicomtesses vicomtesse nom f p 0.01 0.00 0.01 0.00 -vicomté vicomté nom f s 0.00 0.41 0.00 0.41 -victimaire victimaire nom m s 0.00 0.07 0.00 0.07 -victime victime nom f s 106.25 46.22 66.47 28.45 -victimes victime nom f p 106.25 46.22 39.78 17.77 -victimologie victimologie nom f s 0.04 0.00 0.04 0.00 -victoire victoire nom f s 34.96 63.24 31.31 57.23 -victoires victoire nom f p 34.96 63.24 3.65 6.01 -victoria victoria nom s 0.02 0.47 0.02 0.34 -victorias victoria nom p 0.02 0.47 0.00 0.14 -victorien victorien adj m s 0.49 1.35 0.12 0.41 -victorienne victorien adj f s 0.49 1.35 0.25 0.81 -victoriennes victorien adj f p 0.49 1.35 0.04 0.14 -victoriens victorien adj m p 0.49 1.35 0.08 0.00 -victorieuse victorieux adj f s 2.95 9.32 0.22 4.73 -victorieusement victorieusement adv 0.00 1.82 0.00 1.82 -victorieuses victorieux adj f p 2.95 9.32 0.19 1.35 -victorieux victorieux adj m 2.95 9.32 2.54 3.24 -victuaille victuaille nom f s 0.42 4.26 0.01 0.07 -victuailles victuaille nom f p 0.42 4.26 0.41 4.19 -vida vider ver 30.68 70.81 1.06 9.32 ind:pas:3s; -vidage vidage nom m s 0.04 0.14 0.04 0.14 -vidai vider ver 30.68 70.81 0.00 1.22 ind:pas:1s; -vidaient vider ver 30.68 70.81 0.08 1.76 ind:imp:3p; -vidais vider ver 30.68 70.81 0.47 0.34 ind:imp:1s; -vidait vider ver 30.68 70.81 0.43 5.95 ind:imp:3s; -vidame vidame nom m s 0.00 0.07 0.00 0.07 -vidange vidange nom f s 1.29 1.55 1.09 1.35 -vidanger vidanger ver 0.30 0.34 0.20 0.14 inf; -vidanges vidange nom f p 1.29 1.55 0.20 0.20 -vidangeur vidangeur nom m s 0.01 0.27 0.01 0.07 -vidangeurs vidangeur nom m p 0.01 0.27 0.00 0.20 -vidangez vidanger ver 0.30 0.34 0.02 0.07 imp:pre:2p;ind:pre:2p; -vidangé vidanger ver m s 0.30 0.34 0.02 0.07 par:pas; -vidangée vidanger ver f s 0.30 0.34 0.02 0.00 par:pas; -vidant vider ver 30.68 70.81 0.24 2.84 par:pre; -vidas vider ver 30.68 70.81 0.10 0.07 ind:pas:2s; -vide_gousset vide_gousset nom m s 0.27 0.00 0.27 0.00 -vide_greniers vide_greniers nom m 0.04 0.00 0.04 0.00 -vide_ordure vide_ordure nom m s 0.06 0.00 0.06 0.00 -vide_ordures vide_ordures nom m 0.55 1.22 0.55 1.22 -vide_poche vide_poche nom m s 0.04 0.14 0.04 0.14 -vide_poches vide_poches nom m 0.00 0.27 0.00 0.27 -vide vide adj s 60.33 147.50 48.53 102.84 -vident vider ver 30.68 70.81 0.81 1.49 ind:pre:3p; -vider vider ver 30.68 70.81 8.31 16.82 inf; -videra vider ver 30.68 70.81 0.16 0.14 ind:fut:3s; -viderai vider ver 30.68 70.81 0.11 0.14 ind:fut:1s; -viderais vider ver 30.68 70.81 0.15 0.07 cnd:pre:1s; -viderait vider ver 30.68 70.81 0.47 0.47 cnd:pre:3s; -videras vider ver 30.68 70.81 0.00 0.07 ind:fut:2s; -viderions vider ver 30.68 70.81 0.01 0.00 cnd:pre:1p; -videront vider ver 30.68 70.81 0.14 0.07 ind:fut:3p; -vides vide adj p 60.33 147.50 11.80 44.66 -videur videur nom m s 1.48 1.22 1.24 0.74 -videurs videur nom m p 1.48 1.22 0.24 0.47 -videz vider ver 30.68 70.81 2.71 0.27 imp:pre:2p;ind:pre:2p; -vidicon vidicon nom m s 0.01 0.00 0.01 0.00 -vidiez vider ver 30.68 70.81 0.12 0.00 ind:imp:2p; -vidons vider ver 30.68 70.81 0.09 0.14 imp:pre:1p;ind:pre:1p; -vidèrent vider ver 30.68 70.81 0.11 1.35 ind:pas:3p; -vidé vider ver m s 30.68 70.81 7.22 11.89 par:pas; -vidéaste vidéaste nom s 0.08 0.00 0.07 0.00 -vidéastes vidéaste nom p 0.08 0.00 0.01 0.00 -vidée vider ver f s 30.68 70.81 1.42 3.45 par:pas; -vidées vider ver f p 30.68 70.81 0.23 1.28 par:pas; -viduité viduité nom f s 0.01 0.00 0.01 0.00 -vidéo_clip vidéo_clip nom m s 0.19 0.27 0.14 0.20 -vidéo_clip vidéo_clip nom m p 0.19 0.27 0.04 0.07 -vidéo_club vidéo_club nom f s 0.44 0.00 0.44 0.00 -vidéo_espion vidéo_espion nom m s 0.00 0.07 0.00 0.07 -vidéo vidéo adj 23.61 0.74 23.61 0.74 -vidéocassette vidéocassette nom f s 0.10 0.00 0.06 0.00 -vidéocassettes vidéocassette nom f p 0.10 0.00 0.04 0.00 -vidéoclip vidéoclip nom m s 0.02 0.00 0.02 0.00 -vidéoclub vidéoclub nom m s 1.34 0.00 1.34 0.00 -vidéoconférence vidéoconférence nom f s 0.05 0.00 0.05 0.00 -vidéogramme vidéogramme nom m s 0.01 0.00 0.01 0.00 -vidéophone vidéophone nom m s 0.04 0.00 0.04 0.00 -vidéophonie vidéophonie nom f s 0.01 0.00 0.01 0.00 -vidéos vidéo nom f p 21.34 0.41 6.10 0.20 -vidéosurveillance vidéosurveillance nom f s 0.42 0.00 0.42 0.00 -vidéothèque vidéothèque nom f s 0.36 0.00 0.36 0.00 -vidures vidure nom f p 0.00 0.07 0.00 0.07 -vidés vider ver m p 30.68 70.81 0.46 2.23 par:pas; -vie vie nom f s 1021.22 853.31 986.59 835.47 -vieil vieil adj m s 34.69 51.22 34.69 51.22 -vieillard vieillard nom m s 11.75 55.14 7.62 37.77 -vieillarde vieillard nom f s 11.75 55.14 0.16 0.34 -vieillardes vieillard nom f p 11.75 55.14 0.00 0.34 -vieillards vieillard nom m p 11.75 55.14 3.96 16.69 -vieille vieux adj f s 282.20 512.91 84.59 184.12 -vieillerie vieillerie nom f s 1.91 2.30 0.54 0.68 -vieilleries vieillerie nom f p 1.91 2.30 1.37 1.62 -vieilles vieux adj f p 282.20 512.91 17.52 55.47 -vieillesse vieillesse nom f s 4.88 14.53 4.75 14.39 -vieillesses vieillesse nom f p 4.88 14.53 0.14 0.14 -vieilli vieillir ver m s 20.47 32.23 4.28 9.39 par:pas; -vieillie vieillir ver f s 20.47 32.23 0.30 0.61 par:pas; -vieillies vieillir ver f p 20.47 32.23 0.01 0.00 par:pas; -vieillir vieillir ver 20.47 32.23 5.49 8.58 inf; -vieillira vieillir ver 20.47 32.23 0.12 0.41 ind:fut:3s; -vieillirai vieillir ver 20.47 32.23 0.23 0.14 ind:fut:1s; -vieilliraient vieillir ver 20.47 32.23 0.01 0.07 cnd:pre:3p; -vieillirais vieillir ver 20.47 32.23 0.01 0.00 cnd:pre:1s; -vieillirait vieillir ver 20.47 32.23 0.07 0.41 cnd:pre:3s; -vieilliras vieillir ver 20.47 32.23 0.33 0.14 ind:fut:2s; -vieillirent vieillir ver 20.47 32.23 0.02 0.00 ind:pas:3p; -vieillirez vieillir ver 20.47 32.23 0.06 0.07 ind:fut:2p; -vieillirons vieillir ver 20.47 32.23 0.07 0.07 ind:fut:1p; -vieilliront vieillir ver 20.47 32.23 0.30 0.07 ind:fut:3p; -vieillis vieillir ver m p 20.47 32.23 2.74 1.89 imp:pre:2s;ind:pre:1s;ind:pre:2s;par:pas;par:pas; -vieillissaient vieillir ver 20.47 32.23 0.01 0.47 ind:imp:3p; -vieillissais vieillir ver 20.47 32.23 0.11 0.34 ind:imp:1s;ind:imp:2s; -vieillissait vieillir ver 20.47 32.23 0.48 2.50 ind:imp:3s; -vieillissant vieillir ver 20.47 32.23 1.38 2.23 par:pre; -vieillissante vieillissant adj f s 0.41 2.30 0.18 0.81 -vieillissantes vieillissant adj f p 0.41 2.30 0.12 0.20 -vieillissants vieillissant adj m p 0.41 2.30 0.04 0.41 -vieillisse vieillir ver 20.47 32.23 0.13 0.27 sub:pre:1s;sub:pre:3s; -vieillissement vieillissement nom m s 1.04 2.50 1.04 2.50 -vieillissent vieillir ver 20.47 32.23 0.76 0.88 ind:pre:3p; -vieillissez vieillir ver 20.47 32.23 0.29 0.14 imp:pre:2p;ind:pre:2p; -vieillissiez vieillir ver 20.47 32.23 0.00 0.07 ind:imp:2p; -vieillissions vieillir ver 20.47 32.23 0.00 0.07 ind:imp:1p; -vieillissons vieillir ver 20.47 32.23 0.08 0.00 imp:pre:1p;ind:pre:1p; -vieillit vieillir ver 20.47 32.23 3.19 3.45 ind:pre:3s;ind:pas:3s; -vieillot vieillot adj m s 0.34 2.57 0.25 1.28 -vieillots vieillot adj m p 0.34 2.57 0.01 0.27 -vieillotte vieillot adj f s 0.34 2.57 0.04 0.74 -vieillottes vieillot adj f p 0.34 2.57 0.03 0.27 -vielle vielle nom f s 2.01 0.68 1.49 0.47 -vielles vielle nom f p 2.01 0.68 0.52 0.20 -vielleux vielleux nom m 0.14 0.07 0.14 0.07 -viendra venir ver 2763.69 1514.53 52.92 23.11 ind:fut:3s; -viendrai venir ver 2763.69 1514.53 21.68 5.95 ind:fut:1s; -viendraient venir ver 2763.69 1514.53 1.68 6.35 cnd:pre:3p; -viendrais venir ver 2763.69 1514.53 11.80 2.70 cnd:pre:1s;cnd:pre:2s; -viendrait venir ver 2763.69 1514.53 9.89 20.27 cnd:pre:3s; -viendras venir ver 2763.69 1514.53 13.72 3.85 ind:fut:2s; -viendrez venir ver 2763.69 1514.53 5.73 4.05 ind:fut:2p; -viendriez venir ver 2763.69 1514.53 3.04 1.15 cnd:pre:2p; -viendrions venir ver 2763.69 1514.53 0.13 0.34 cnd:pre:1p; -viendrons venir ver 2763.69 1514.53 1.67 0.74 ind:fut:1p; -viendront venir ver 2763.69 1514.53 14.25 8.31 ind:fut:3p; -vienne venir ver 2763.69 1514.53 34.52 25.00 sub:pre:1s;sub:pre:3s; -viennent venir ver 2763.69 1514.53 76.48 62.77 ind:pre:3p;sub:pre:3p; -viennes venir ver 2763.69 1514.53 11.59 3.11 sub:pre:2s; -viennois viennois adj m 0.27 2.23 0.18 0.88 -viennoise viennois adj f s 0.27 2.23 0.08 0.81 -viennoiserie viennoiserie nom f s 0.66 0.00 0.52 0.00 -viennoiseries viennoiserie nom f p 0.66 0.00 0.14 0.00 -viennoises viennois adj f p 0.27 2.23 0.01 0.54 -viens venir ver 2763.69 1514.53 944.68 126.49 imp:pre:2s;ind:pre:1s;ind:pre:2s; -vient venir ver 2763.69 1514.53 352.24 206.22 ind:pre:3s; -vierge vierge adj s 26.03 25.14 24.22 21.82 -vierges vierge nom f p 23.79 25.61 4.38 2.43 -vies vie nom f p 1021.22 853.31 34.63 17.84 -vietnamien vietnamien adj m s 1.04 0.68 0.45 0.41 -vietnamienne vietnamien adj f s 1.04 0.68 0.28 0.14 -vietnamiennes vietnamien adj f p 1.04 0.68 0.20 0.07 -vietnamiens vietnamien nom m p 1.19 0.74 0.81 0.14 -vieux_rose vieux_rose adj m 0.00 0.20 0.00 0.20 -vieux vieux adj m 282.20 512.91 180.08 273.31 -vif_argent vif_argent nom m s 0.21 0.20 0.21 0.20 -vif vif adj m s 22.95 95.07 9.27 41.62 -vifs vif adj m p 22.95 95.07 2.88 10.14 -vigie vigie nom f s 0.68 1.69 0.51 1.35 -vigies vigie nom f p 0.68 1.69 0.17 0.34 -vigil vigil adj m s 0.34 0.00 0.04 0.00 -vigilance vigilance nom f s 0.88 8.18 0.88 7.97 -vigilances vigilance nom f p 0.88 8.18 0.00 0.20 -vigilant vigilant adj m s 4.61 4.66 1.73 1.82 -vigilante vigilant adj f s 4.61 4.66 1.04 1.49 -vigilantes vigilant adj f p 4.61 4.66 0.03 0.41 -vigilants vigilant adj m p 4.61 4.66 1.80 0.95 -vigile vigile nom s 3.44 1.42 2.09 0.68 -vigiler vigiler ver 0.24 0.27 0.01 0.00 inf; -vigiles vigile nom p 3.44 1.42 1.35 0.74 -vigne vigne nom f s 6.87 20.41 4.97 10.61 -vigneaux vigneau nom m p 0.00 0.07 0.00 0.07 -vigneron vigneron nom m s 1.18 1.96 0.36 0.61 -vigneronne vigneron nom f s 1.18 1.96 0.14 0.00 -vigneronnes vigneron nom f p 1.18 1.96 0.00 0.07 -vignerons vigneron nom m p 1.18 1.96 0.68 1.28 -vignes vigne nom f p 6.87 20.41 1.90 9.80 -vignette vignette nom f s 0.26 1.76 0.19 0.41 -vignettes vignette nom f p 0.26 1.76 0.07 1.35 -vignoble vignoble nom m s 1.52 1.96 1.10 0.74 -vignobles vignoble nom m p 1.52 1.96 0.43 1.22 -vigogne vigogne nom f s 0.12 0.20 0.12 0.20 -vigoureuse vigoureux adj f s 2.62 10.54 0.56 3.18 -vigoureusement vigoureusement adv 0.55 3.92 0.55 3.92 -vigoureuses vigoureux adj f p 2.62 10.54 0.01 1.01 -vigoureux vigoureux adj m 2.62 10.54 2.05 6.35 -vigousse vigousse adj m s 0.00 0.07 0.00 0.07 -vigueur vigueur nom f s 3.61 15.61 3.61 15.54 -vigueurs vigueur nom f p 3.61 15.61 0.00 0.07 -viguier viguier nom m s 0.00 0.88 0.00 0.81 -viguiers viguier nom m p 0.00 0.88 0.00 0.07 -viking viking nom m s 0.43 0.20 0.25 0.00 -vikings viking nom m p 0.43 0.20 0.19 0.20 -vil vil adj m s 6.07 3.18 3.54 2.16 -vilain vilain adj m s 20.67 19.32 11.03 8.72 -vilaine vilain adj f s 20.67 19.32 6.23 6.22 -vilainement vilainement adv 0.04 0.47 0.04 0.47 -vilaines vilain adj f p 20.67 19.32 1.81 2.57 -vilains vilain adj m p 20.67 19.32 1.61 1.82 -vile vil adj f s 6.07 3.18 1.72 0.47 -vilebrequin vilebrequin nom m s 0.13 0.68 0.12 0.68 -vilebrequins vilebrequin nom m p 0.13 0.68 0.01 0.00 -vilement vilement adv 0.14 0.00 0.14 0.00 -vilenie vilenie nom f s 0.58 1.15 0.46 0.74 -vilenies vilenie nom f p 0.58 1.15 0.13 0.41 -viles vil adj f p 6.07 3.18 0.22 0.20 -vilipendaient vilipender ver 0.20 0.61 0.01 0.00 ind:imp:3p; -vilipendant vilipender ver 0.20 0.61 0.01 0.07 par:pre; -vilipender vilipender ver 0.20 0.61 0.15 0.07 inf; -vilipendé vilipender ver m s 0.20 0.61 0.03 0.27 par:pas; -vilipendées vilipender ver f p 0.20 0.61 0.00 0.07 par:pas; -vilipendés vilipender ver m p 0.20 0.61 0.00 0.14 par:pas; -villa villa nom f s 16.61 33.72 15.30 24.80 -village village nom m s 95.82 143.99 87.60 118.24 -villageois villageois nom m 4.83 2.91 4.59 2.36 -villageoise villageois nom f s 4.83 2.91 0.07 0.27 -villageoises villageois nom f p 4.83 2.91 0.17 0.27 -villages village nom m p 95.82 143.99 8.22 25.74 -villas villa nom f p 16.61 33.72 1.31 8.92 -ville_champignon ville_champignon nom f s 0.02 0.00 0.02 0.00 -ville_dortoir ville_dortoir nom f s 0.00 0.07 0.00 0.07 -ville ville nom f s 295.14 352.97 277.98 311.69 -villes_clé villes_clé nom f p 0.01 0.00 0.01 0.00 -villes ville nom f p 295.14 352.97 17.17 41.28 -villette villette nom f s 0.18 0.88 0.18 0.88 -villégiaturait villégiaturer ver 0.01 0.14 0.00 0.07 ind:imp:3s; -villégiature villégiature nom f s 0.10 2.70 0.10 2.16 -villégiaturer villégiaturer ver 0.01 0.14 0.01 0.00 inf; -villégiatures villégiature nom f p 0.10 2.70 0.00 0.54 -villégiaturé villégiaturer ver m s 0.01 0.14 0.00 0.07 par:pas; -vils vil adj m p 6.07 3.18 0.59 0.34 -vin vin nom m s 86.86 110.47 80.92 99.93 -vina vina nom f 0.11 0.00 0.11 0.00 -vinaigre vinaigre nom m s 2.91 5.61 2.91 5.54 -vinaigrer vinaigrer ver 0.01 0.47 0.00 0.14 inf; -vinaigres vinaigre nom m p 2.91 5.61 0.00 0.07 -vinaigrette vinaigrette nom f s 0.59 0.68 0.59 0.68 -vinaigré vinaigrer ver m s 0.01 0.47 0.01 0.00 par:pas; -vinaigrée vinaigrer ver f s 0.01 0.47 0.00 0.20 par:pas; -vinasse vinasse nom f s 0.21 1.62 0.21 1.62 -vindicatif vindicatif adj m s 1.10 2.23 0.79 1.28 -vindicatifs vindicatif adj m p 1.10 2.23 0.07 0.47 -vindicative vindicatif adj f s 1.10 2.23 0.12 0.41 -vindicativement vindicativement adv 0.00 0.07 0.00 0.07 -vindicatives vindicatif adj f p 1.10 2.23 0.12 0.07 -vindicte vindicte nom f s 0.19 1.15 0.19 1.15 -vine viner ver 0.06 0.20 0.04 0.00 imp:pre:2s; -viner viner ver 0.06 0.20 0.01 0.07 inf; -vines viner ver 0.06 0.20 0.00 0.07 ind:pre:2s; -vineuse vineux adj f s 0.00 1.76 0.00 0.88 -vineuses vineux adj f p 0.00 1.76 0.00 0.27 -vineux vineux adj m 0.00 1.76 0.00 0.61 -vinez viner ver 0.06 0.20 0.01 0.07 imp:pre:2p; -vingt_cinq vingt_cinq adj_num 3.53 28.18 3.53 28.18 -vingt_cinquième vingt_cinquième adj 0.01 0.34 0.01 0.34 -vingt_deux vingt_deux adj_num 1.25 8.99 1.25 8.99 -vingt_deuxième vingt_deuxième adj 0.03 0.27 0.03 0.27 -vingt_et_un vingt_et_un nom m 0.28 0.74 0.28 0.68 -vingt_et_un vingt_et_un nom f s 0.28 0.74 0.01 0.07 -vingt_et_unième vingt_et_unième adj 0.01 0.07 0.01 0.07 -vingt_huit vingt_huit adj_num 0.97 5.34 0.97 5.34 -vingt_huitième vingt_huitième adj 0.00 0.74 0.00 0.74 -vingt_neuf vingt_neuf adj_num 0.96 2.77 0.96 2.77 -vingt_neuvième vingt_neuvième adj 0.01 0.00 0.01 0.00 -vingt_quatre vingt_quatre adj_num 2.13 17.36 2.13 17.36 -vingt_quatrième vingt_quatrième adj 0.01 0.27 0.01 0.27 -vingt_sept vingt_sept adj_num 0.67 4.59 0.67 4.59 -vingt_septième vingt_septième adj 0.00 0.54 0.00 0.54 -vingt_six vingt_six adj_num 1.09 7.50 1.09 7.50 -vingt_sixième vingt_sixième adj 0.01 0.20 0.01 0.20 -vingt_trois vingt_trois adj_num 2.08 7.57 2.08 7.57 -vingt_troisième vingt_troisième adj 0.01 0.61 0.01 0.61 -vingt vingt adj_num 29.47 154.59 29.47 154.59 -vingtaine vingtaine nom f s 4.11 15.47 4.11 15.34 -vingtaines vingtaine nom f p 4.11 15.47 0.00 0.14 -vingtième vingtième adj 0.34 3.24 0.34 3.18 -vingtièmes vingtième adj 0.34 3.24 0.00 0.07 -vinicole vinicole adj s 0.04 0.00 0.04 0.00 -vinificatrice vinificateur nom f s 0.01 0.00 0.01 0.00 -vinrent venir ver 2763.69 1514.53 1.53 10.54 ind:pas:3p; -vins vin nom m p 86.86 110.47 5.95 10.54 -vinsse venir ver 2763.69 1514.53 0.00 0.20 sub:imp:1s; -vinssent venir ver 2763.69 1514.53 0.00 1.08 sub:imp:3p; -vint venir ver 2763.69 1514.53 7.58 88.72 ind:pas:3s; -vintage vintage nom m s 0.17 0.07 0.17 0.07 -vinyle vinyle nom m s 0.70 0.74 0.34 0.74 -vinyles vinyle nom m p 0.70 0.74 0.35 0.00 -vinylique vinylique adj m s 0.00 0.07 0.00 0.07 -vioc vioc nom m s 0.04 0.41 0.03 0.34 -viocard viocard nom m s 0.00 0.14 0.00 0.14 -viocque viocque nom s 0.00 0.07 0.00 0.07 -viocs vioc nom m p 0.04 0.41 0.01 0.07 -viol viol nom m s 15.33 8.51 13.43 7.23 -viola violer ver 39.43 19.19 1.49 0.54 ind:pas:3s; -violacer violacer ver 0.03 1.62 0.00 0.07 inf; -violacé violacé adj m s 0.04 5.88 0.01 1.89 -violacée violacé adj f s 0.04 5.88 0.02 1.55 -violacées violacer ver f p 0.03 1.62 0.02 0.47 par:pas; -violacés violacé adj m p 0.04 5.88 0.01 0.74 -violaient violer ver 39.43 19.19 0.19 0.27 ind:imp:3p; -violais violer ver 39.43 19.19 0.04 0.00 ind:imp:1s;ind:imp:2s; -violait violer ver 39.43 19.19 1.01 0.81 ind:imp:3s; -violant violer ver 39.43 19.19 0.68 0.61 par:pre; -violaçait violacer ver 0.03 1.62 0.00 0.07 ind:imp:3s; -violation violation nom f s 4.54 1.96 4.09 1.62 -violations violation nom f p 4.54 1.96 0.46 0.34 -viole violer ver 39.43 19.19 3.00 1.49 imp:pre:2s;ind:pre:1s;ind:pre:3s; -violemment violemment adv 2.80 20.88 2.80 20.88 -violence violence nom f s 41.45 56.49 39.66 53.11 -violences violence nom f p 41.45 56.49 1.79 3.38 -violent violent adj m s 24.99 51.49 12.84 19.39 -violentaient violenter ver 0.62 1.42 0.00 0.07 ind:imp:3p; -violentait violenter ver 0.62 1.42 0.01 0.20 ind:imp:3s; -violente violent adj f s 24.99 51.49 5.17 18.04 -violenter violenter ver 0.62 1.42 0.16 0.47 inf; -violentes violent adj f p 24.99 51.49 2.44 7.84 -violents violent adj m p 24.99 51.49 4.54 6.22 -violenté violenter ver m s 0.62 1.42 0.20 0.07 par:pas; -violentée violenter ver f s 0.62 1.42 0.07 0.14 par:pas; -violer violer ver 39.43 19.19 8.36 4.93 inf;; -violerai violer ver 39.43 19.19 0.03 0.07 ind:fut:1s; -violerais violer ver 39.43 19.19 0.10 0.00 cnd:pre:1s;cnd:pre:2s; -violerait violer ver 39.43 19.19 0.21 0.20 cnd:pre:3s; -violeras violer ver 39.43 19.19 0.02 0.00 ind:fut:2s; -violeront violer ver 39.43 19.19 0.05 0.07 ind:fut:3p; -violes violer ver 39.43 19.19 0.55 0.07 ind:pre:2s; -violet violet adj m s 4.38 26.28 2.29 7.91 -violeta violeter ver 0.44 0.00 0.44 0.00 ind:pas:3s; -violets violet adj m p 4.38 26.28 0.39 4.39 -violette violet adj f s 4.38 26.28 1.04 9.12 -violettes violette nom f p 1.94 6.89 1.17 4.39 -violeur violeur nom m s 6.41 2.30 4.52 1.35 -violeurs violeur nom m p 6.41 2.30 1.89 0.88 -violeuses violeur nom f p 6.41 2.30 0.00 0.07 -violez violer ver 39.43 19.19 0.60 0.00 imp:pre:2p;ind:pre:2p; -violine violine nom m s 0.00 0.20 0.00 0.20 -violines violine adj p 0.00 0.14 0.00 0.07 -violon violon nom m s 13.65 13.31 11.56 9.73 -violoncelle violoncelle nom m s 3.28 3.38 3.04 3.31 -violoncelles violoncelle nom m p 3.28 3.38 0.24 0.07 -violoncelliste violoncelliste nom s 0.81 0.14 0.79 0.07 -violoncellistes violoncelliste nom p 0.81 0.14 0.02 0.07 -violone violoner ver 0.00 0.07 0.00 0.07 ind:pre:1s; -violoneux violoneux nom m 0.00 0.41 0.00 0.41 -violoniste violoniste nom s 3.07 2.43 2.91 1.82 -violonistes violoniste nom p 3.07 2.43 0.16 0.61 -violons violon nom m p 13.65 13.31 2.09 3.58 -violâtre violâtre adj s 0.00 0.88 0.00 0.47 -violâtres violâtre adj p 0.00 0.88 0.00 0.41 -viols viol nom m p 15.33 8.51 1.90 1.28 -violé violer ver m s 39.43 19.19 9.36 2.97 par:pas; -violée violer ver f s 39.43 19.19 10.97 3.99 ind:imp:3p;par:pas; -violées violer ver f p 39.43 19.19 1.18 1.89 par:pas; -violés violer ver m p 39.43 19.19 0.70 0.41 par:pas; -vioque vioque nom f s 0.77 4.93 0.40 4.32 -vioques vioque nom f p 0.77 4.93 0.38 0.61 -viorne viorne nom f s 0.00 0.41 0.00 0.20 -viornes viorne nom f p 0.00 0.41 0.00 0.20 -vipère vipère nom f s 4.84 5.41 3.42 3.31 -vipères vipère nom f p 4.84 5.41 1.42 2.09 -vipéreau vipéreau nom m s 0.00 0.07 0.00 0.07 -vipérine vipérin adj f s 0.14 0.20 0.14 0.14 -vipérines vipérin adj f p 0.14 0.20 0.00 0.07 -vira virer ver 86.28 37.84 0.03 1.82 ind:pas:3s; -virage virage nom m s 6.75 12.91 5.98 8.72 -virages virage nom m p 6.75 12.91 0.77 4.19 -virago virago nom f s 0.02 0.20 0.01 0.07 -viragos virago nom f p 0.02 0.20 0.01 0.14 -virai virer ver 86.28 37.84 0.00 0.07 ind:pas:1s; -viraient virer ver 86.28 37.84 0.05 1.08 ind:imp:3p; -virais virer ver 86.28 37.84 0.19 0.07 ind:imp:1s;ind:imp:2s; -virait virer ver 86.28 37.84 0.21 2.30 ind:imp:3s; -viral viral adj m s 1.19 0.61 0.35 0.07 -virale viral adj f s 1.19 0.61 0.73 0.47 -virales viral adj f p 1.19 0.61 0.10 0.07 -virant virer ver 86.28 37.84 0.15 1.49 par:pre; -viraux viral adj m p 1.19 0.61 0.01 0.00 -vire virer ver 86.28 37.84 13.27 4.05 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -virement virement nom m s 1.75 0.34 1.48 0.14 -virements virement nom m p 1.75 0.34 0.27 0.20 -virent virer ver 86.28 37.84 2.04 11.62 ind:pre:3p; -virer virer ver 86.28 37.84 25.72 6.76 inf; -virera virer ver 86.28 37.84 0.44 0.07 ind:fut:3s; -virerai virer ver 86.28 37.84 0.20 0.00 ind:fut:1s; -virerais virer ver 86.28 37.84 0.21 0.00 cnd:pre:1s;cnd:pre:2s; -virerait virer ver 86.28 37.84 0.14 0.20 cnd:pre:3s; -vireras virer ver 86.28 37.84 0.05 0.00 ind:fut:2s; -virerez virer ver 86.28 37.84 0.09 0.00 ind:fut:2p; -vireront virer ver 86.28 37.84 0.11 0.00 ind:fut:3p; -vires virer ver 86.28 37.84 1.39 0.34 ind:pre:2s;sub:pre:2s; -vireuse vireux adj f s 0.00 0.07 0.00 0.07 -virevolta virevolter ver 0.48 2.97 0.00 0.14 ind:pas:3s; -virevoltaient virevolter ver 0.48 2.97 0.11 0.47 ind:imp:3p; -virevoltait virevolter ver 0.48 2.97 0.04 0.34 ind:imp:3s; -virevoltant virevolter ver 0.48 2.97 0.06 0.27 par:pre; -virevoltante virevoltant adj f s 0.01 0.41 0.01 0.20 -virevoltantes virevoltant adj f p 0.01 0.41 0.00 0.07 -virevolte virevolter ver 0.48 2.97 0.04 0.88 imp:pre:2s;ind:pre:1s;ind:pre:3s; -virevoltent virevolter ver 0.48 2.97 0.04 0.41 ind:pre:3p; -virevolter virevolter ver 0.48 2.97 0.18 0.41 inf; -virevoltes virevolter ver 0.48 2.97 0.01 0.00 ind:pre:2s; -virevolté virevolter ver m s 0.48 2.97 0.00 0.07 par:pas; -virez virer ver 86.28 37.84 6.47 0.00 imp:pre:2p;ind:pre:2p; -virgilien virgilien adj m s 0.00 0.41 0.00 0.14 -virgilienne virgilien adj f s 0.00 0.41 0.00 0.27 -virginal virginal adj m s 0.58 2.30 0.23 0.95 -virginale virginal adj f s 0.58 2.30 0.35 0.81 -virginalement virginalement adv 0.00 0.07 0.00 0.07 -virginales virginal adj f p 0.58 2.30 0.00 0.20 -virginaux virginal adj m p 0.58 2.30 0.00 0.34 -virginie virginie nom m s 0.11 31.28 0.11 31.28 -virginien virginien nom m s 0.07 0.34 0.04 0.07 -virginiens virginien nom m p 0.07 0.34 0.04 0.27 -virginité virginité nom f s 4.26 3.58 4.25 3.51 -virginités virginité nom f p 4.26 3.58 0.01 0.07 -virgule virgule nom f s 4.69 4.73 4.44 3.04 -virgules virgule nom f p 4.69 4.73 0.25 1.69 -viriez virer ver 86.28 37.84 0.07 0.00 ind:imp:2p; -viril viril adj m s 4.82 10.68 2.81 4.53 -virile viril adj f s 4.82 10.68 1.31 3.72 -virilement virilement adv 0.01 0.61 0.01 0.61 -viriles viril adj f p 4.82 10.68 0.25 1.15 -virilise viriliser ver 0.01 0.34 0.00 0.07 ind:pre:3s; -viriliser viriliser ver 0.01 0.34 0.01 0.07 inf; -virilisé viriliser ver m s 0.01 0.34 0.00 0.14 par:pas; -virilisés viriliser ver m p 0.01 0.34 0.00 0.07 par:pas; -virilité virilité nom f s 2.46 6.69 2.46 6.35 -virilités virilité nom f p 2.46 6.69 0.00 0.34 -virils viril adj m p 4.82 10.68 0.45 1.28 -viroles virole nom f p 0.00 0.07 0.00 0.07 -virolet virolet nom m s 0.00 0.07 0.00 0.07 -virologie virologie nom f s 0.28 0.00 0.28 0.00 -virologiste virologiste nom s 0.12 0.00 0.12 0.00 -virologue virologue nom s 0.14 0.00 0.13 0.00 -virologues virologue nom p 0.14 0.00 0.01 0.00 -virons virer ver 86.28 37.84 0.33 0.00 imp:pre:1p;ind:pre:1p; -virât virer ver 86.28 37.84 0.00 0.07 sub:imp:3s; -virèrent virer ver 86.28 37.84 0.00 0.07 ind:pas:3p; -virtualité virtualité nom f s 0.03 0.41 0.03 0.20 -virtualités virtualité nom f p 0.03 0.41 0.00 0.20 -virtuel virtuel adj m s 2.38 2.16 1.44 0.81 -virtuelle virtuel adj f s 2.38 2.16 0.77 0.54 -virtuellement virtuellement adv 0.60 1.15 0.60 1.15 -virtuelles virtuel adj f p 2.38 2.16 0.09 0.47 -virtuels virtuel adj m p 2.38 2.16 0.09 0.34 -virtuose virtuose nom s 0.80 2.23 0.52 1.55 -virtuoses virtuose nom p 0.80 2.23 0.28 0.68 -virtuosité virtuosité nom f s 0.20 1.82 0.20 1.82 -viré virer ver m s 86.28 37.84 25.59 6.28 par:pas;par:pas;par:pas; -virée virer ver f s 86.28 37.84 6.23 0.61 par:pas; -virées virée nom f p 4.13 3.92 0.70 1.28 -virulence virulence nom f s 0.12 0.95 0.12 0.95 -virulent virulent adj m s 0.96 1.62 0.23 0.41 -virulente virulent adj f s 0.96 1.62 0.55 0.81 -virulentes virulent adj f p 0.96 1.62 0.14 0.07 -virulents virulent adj m p 0.96 1.62 0.03 0.34 -virés virer ver m p 86.28 37.84 3.21 0.81 par:pas; -virus virus nom m 23.98 6.42 23.98 6.42 -vis_à_vis vis_à_vis pre 0.00 19.39 0.00 19.39 -vis voir ver 4119.49 2401.76 54.62 38.24 ind:pas:1s;ind:pas:2s; -visa visa nom m s 7.39 3.38 6.14 2.50 -visage visage nom m s 141.23 565.00 125.52 490.54 -visages visage nom m p 141.23 565.00 15.71 74.46 -visagiste visagiste nom s 0.01 0.14 0.01 0.14 -visai viser ver 38.03 27.57 0.00 0.20 ind:pas:1s; -visaient viser ver 38.03 27.57 0.48 2.03 ind:imp:3p; -visais viser ver 38.03 27.57 1.10 0.61 ind:imp:1s;ind:imp:2s; -visait viser ver 38.03 27.57 1.65 3.18 ind:imp:3s; -visant viser ver 38.03 27.57 1.23 3.38 par:pre; -visas visa nom m p 7.39 3.38 1.25 0.88 -viscose viscose nom f s 0.03 0.14 0.03 0.07 -viscoses viscose nom f p 0.03 0.14 0.00 0.07 -viscosité viscosité nom f s 0.06 0.74 0.06 0.68 -viscosités viscosité nom f p 0.06 0.74 0.00 0.07 -viscère viscère nom m s 0.43 2.97 0.03 0.20 -viscères viscère nom m p 0.43 2.97 0.40 2.77 -viscéral viscéral adj m s 0.37 1.96 0.23 0.61 -viscérale viscéral adj f s 0.37 1.96 0.11 1.22 -viscéralement viscéralement adv 0.07 0.00 0.07 0.00 -viscérales viscéral adj f p 0.37 1.96 0.01 0.07 -viscéraux viscéral adj m p 0.37 1.96 0.01 0.07 -vise viser ver 38.03 27.57 13.96 7.50 imp:pre:2s;ind:pre:1s;ind:pre:3s; -visent viser ver 38.03 27.57 1.32 0.88 ind:pre:3p; -viser viser ver 38.03 27.57 5.87 4.05 inf; -visera viser ver 38.03 27.57 0.14 0.00 ind:fut:3s; -viserai viser ver 38.03 27.57 0.07 0.07 ind:fut:1s; -viseraient viser ver 38.03 27.57 0.01 0.14 cnd:pre:3p; -viserais viser ver 38.03 27.57 0.14 0.00 cnd:pre:1s;cnd:pre:2s; -viserait viser ver 38.03 27.57 0.02 0.20 cnd:pre:3s; -viseront viser ver 38.03 27.57 0.05 0.07 ind:fut:3p; -vises viser ver 38.03 27.57 1.44 0.27 ind:pre:2s; -viseur viseur nom m s 1.93 1.22 1.48 1.08 -viseurs viseur nom m p 1.93 1.22 0.45 0.14 -visez viser ver 38.03 27.57 5.69 1.22 imp:pre:2p;ind:pre:2p; -vishnouisme vishnouisme nom m s 0.02 0.00 0.02 0.00 -visibilité visibilité nom f s 1.27 1.55 1.27 1.55 -visible visible adj s 8.98 30.61 7.41 24.05 -visiblement visiblement adv 6.94 23.99 6.94 23.99 -visibles visible adj p 8.98 30.61 1.57 6.55 -visiez viser ver 38.03 27.57 0.17 0.00 ind:imp:2p; -visioconférence visioconférence nom f s 0.01 0.00 0.01 0.00 -vision vision nom f s 35.48 41.82 25.81 33.78 -visionna visionner ver 1.56 0.88 0.01 0.00 ind:pas:3s; -visionnage visionnage nom m s 0.16 0.07 0.16 0.07 -visionnaire visionnaire nom m s 1.46 1.15 1.08 0.88 -visionnaires visionnaire nom m p 1.46 1.15 0.38 0.27 -visionnant visionner ver 1.56 0.88 0.04 0.00 par:pre; -visionne visionner ver 1.56 0.88 0.13 0.47 imp:pre:2s;ind:pre:1s;ind:pre:3s; -visionnent visionner ver 1.56 0.88 0.01 0.00 ind:pre:3p; -visionner visionner ver 1.56 0.88 0.56 0.34 inf; -visionnera visionner ver 1.56 0.88 0.04 0.00 ind:fut:3s; -visionneront visionner ver 1.56 0.88 0.02 0.00 ind:fut:3p; -visionneuse visionneur nom f s 0.06 0.14 0.06 0.14 -visionnez visionner ver 1.56 0.88 0.20 0.00 imp:pre:2p;ind:pre:2p; -visionnons visionner ver 1.56 0.88 0.04 0.00 imp:pre:1p; -visionné visionner ver m s 1.56 0.88 0.51 0.00 par:pas; -visionnés visionner ver m p 1.56 0.88 0.00 0.07 par:pas; -visions vision nom f p 35.48 41.82 9.66 8.04 -visiophone visiophone nom m s 0.01 0.00 0.01 0.00 -visita visiter ver 34.92 52.16 0.26 2.16 ind:pas:3s; -visitai visiter ver 34.92 52.16 0.00 1.01 ind:pas:1s; -visitaient visiter ver 34.92 52.16 0.04 0.95 ind:imp:3p; -visitais visiter ver 34.92 52.16 0.46 0.54 ind:imp:1s;ind:imp:2s; -visitait visiter ver 34.92 52.16 0.33 2.77 ind:imp:3s; -visitandines visitandine nom f p 0.00 0.07 0.00 0.07 -visitant visiter ver 34.92 52.16 0.24 1.96 par:pre; -visitation visitation nom f s 0.15 0.95 0.15 0.95 -visite_éclair visite_éclair nom f s 0.00 0.07 0.00 0.07 -visite visite nom f s 99.95 99.32 86.34 80.61 -visitent visiter ver 34.92 52.16 0.52 0.54 ind:pre:3p; -visiter visiter ver 34.92 52.16 21.23 23.18 inf; -visitera visiter ver 34.92 52.16 0.05 0.00 ind:fut:3s; -visiterai visiter ver 34.92 52.16 0.33 0.07 ind:fut:1s; -visiteraient visiter ver 34.92 52.16 0.00 0.07 cnd:pre:3p; -visiterait visiter ver 34.92 52.16 0.02 0.27 cnd:pre:3s; -visiteras visiter ver 34.92 52.16 0.03 0.14 ind:fut:2s; -visiterez visiter ver 34.92 52.16 0.06 0.34 ind:fut:2p; -visiterons visiter ver 34.92 52.16 0.17 0.27 ind:fut:1p; -visites visite nom f p 99.95 99.32 13.60 18.72 -visiteur visiteur nom m s 12.46 35.54 4.74 15.07 -visiteurs visiteur nom m p 12.46 35.54 7.55 16.76 -visiteuse visiteur nom f s 12.46 35.54 0.16 2.97 -visiteuses visiteuse nom f p 0.16 0.00 0.16 0.00 -visitez visiter ver 34.92 52.16 1.14 0.74 imp:pre:2p;ind:pre:2p; -visière visière nom f s 0.37 10.14 0.33 9.19 -visières visière nom f p 0.37 10.14 0.04 0.95 -visitiez visiter ver 34.92 52.16 0.13 0.07 ind:imp:2p; -visitions visiter ver 34.92 52.16 0.02 0.61 ind:imp:1p; -visitâmes visiter ver 34.92 52.16 0.00 0.47 ind:pas:1p; -visitons visiter ver 34.92 52.16 0.40 0.34 imp:pre:1p;ind:pre:1p; -visitât visiter ver 34.92 52.16 0.00 0.27 sub:imp:3s; -visitèrent visiter ver 34.92 52.16 0.01 0.61 ind:pas:3p; -visité visiter ver m s 34.92 52.16 4.15 6.01 par:pas; -visitée visiter ver f s 34.92 52.16 0.32 1.42 par:pas; -visitées visiter ver f p 34.92 52.16 0.30 0.54 par:pas; -visités visiter ver m p 34.92 52.16 0.27 0.95 par:pas; -vison vison nom m s 1.65 2.97 1.56 2.30 -visons viser ver 38.03 27.57 0.16 0.00 imp:pre:1p;ind:pre:1p; -visqueuse visqueux adj f s 1.71 7.43 0.53 2.57 -visqueuses visqueux adj f p 1.71 7.43 0.24 0.74 -visqueux visqueux adj m 1.71 7.43 0.94 4.12 -vissa visser ver 2.90 8.24 0.00 0.61 ind:pas:3s; -vissaient visser ver 2.90 8.24 0.00 0.07 ind:imp:3p; -vissait visser ver 2.90 8.24 0.01 0.68 ind:imp:3s; -vissant visser ver 2.90 8.24 0.10 0.34 par:pre; -visse visser ver 2.90 8.24 0.33 0.54 ind:pre:1s;ind:pre:3s; -vissent visser ver 2.90 8.24 0.11 0.00 ind:pre:3p; -visser visser ver 2.90 8.24 1.45 0.88 inf; -visserait visser ver 2.90 8.24 0.00 0.07 cnd:pre:3s; -visserie visserie nom f s 0.02 0.00 0.02 0.00 -vissez visser ver 2.90 8.24 0.17 0.00 imp:pre:2p;ind:pre:2p; -vissèrent visser ver 2.90 8.24 0.00 0.07 ind:pas:3p; -vissé visser ver m s 2.90 8.24 0.42 2.84 par:pas; -vissée visser ver f s 2.90 8.24 0.17 0.81 par:pas; -vissées vissé adj f p 0.11 0.20 0.01 0.07 -vissés visser ver m p 2.90 8.24 0.14 0.74 par:pas; -vista vista nom f s 0.86 0.14 0.86 0.14 -visé viser ver m s 38.03 27.57 3.70 2.23 par:pas; -visualisaient visualiser ver 1.41 0.34 0.00 0.07 ind:imp:3p; -visualisais visualiser ver 1.41 0.34 0.05 0.00 ind:imp:1s;ind:imp:2s; -visualisant visualiser ver 1.41 0.34 0.01 0.00 par:pre; -visualisation visualisation nom f s 0.21 0.00 0.21 0.00 -visualise visualiser ver 1.41 0.34 0.25 0.14 imp:pre:2s;ind:pre:1s;ind:pre:3s; -visualiser visualiser ver 1.41 0.34 0.48 0.00 inf; -visualiserai visualiser ver 1.41 0.34 0.01 0.00 ind:fut:1s; -visualises visualiser ver 1.41 0.34 0.29 0.07 ind:pre:2s; -visualisez visualiser ver 1.41 0.34 0.25 0.00 imp:pre:2p;ind:pre:2p; -visualisé visualiser ver m s 1.41 0.34 0.04 0.00 par:pas; -visualisée visualiser ver f s 1.41 0.34 0.00 0.07 par:pas; -visualisées visualiser ver f p 1.41 0.34 0.01 0.00 par:pas; -visualisés visualiser ver m p 1.41 0.34 0.01 0.00 par:pas; -visée visée nom f s 0.93 2.57 0.73 1.49 -visuel visuel adj m s 6.71 3.24 4.38 1.96 -visuelle visuel adj f s 6.71 3.24 1.34 0.68 -visuellement visuellement adv 0.32 0.14 0.32 0.14 -visuelles visuel adj f p 6.71 3.24 0.26 0.20 -visuels visuel adj m p 6.71 3.24 0.73 0.41 -visées visée nom f p 0.93 2.57 0.20 1.08 -visés visé adj m p 2.05 1.62 0.30 0.34 -vit vivre ver 510.05 460.34 74.42 39.80 ind:pre:3s; -vital vital adj m s 12.24 9.80 4.17 4.86 -vitale vital adj f s 12.24 9.80 4.11 3.11 -vitales vital adj f p 12.24 9.80 1.13 0.95 -vitaliser vitaliser ver 0.01 0.00 0.01 0.00 inf; -vitalité vitalité nom f s 1.08 6.49 1.08 6.49 -vitamine vitamine nom f s 5.77 2.30 1.31 0.34 -vitaminer vitaminer ver 0.00 0.07 0.00 0.07 inf; -vitamines vitamine nom f p 5.77 2.30 4.46 1.96 -vitaminé vitaminé adj m s 0.12 0.20 0.03 0.00 -vitaminée vitaminé adj f s 0.12 0.20 0.07 0.14 -vitaminées vitaminé adj f p 0.12 0.20 0.02 0.00 -vitaminés vitaminé adj m p 0.12 0.20 0.00 0.07 -vitaux vital adj m p 12.24 9.80 2.84 0.88 -vite vite adv_sup 491.64 351.89 491.64 351.89 -vitellin vitellin adj m s 0.01 0.00 0.01 0.00 -vitement vitement adv 0.00 0.07 0.00 0.07 -vitesse vitesse nom f s 40.12 57.84 37.89 54.59 -vitesses vitesse nom f p 40.12 57.84 2.23 3.24 -viticole viticole adj s 0.04 0.00 0.04 0.00 -viticulteur viticulteur nom m s 0.60 0.68 0.05 0.34 -viticulteurs viticulteur nom m p 0.60 0.68 0.16 0.34 -viticultrice viticulteur nom f s 0.60 0.68 0.40 0.00 -viticulture viticulture nom f s 0.03 0.00 0.03 0.00 -vitiligo vitiligo nom m s 0.01 0.00 0.01 0.00 -vitrage vitrage nom m s 0.24 0.81 0.14 0.54 -vitrages vitrage nom m p 0.24 0.81 0.10 0.27 -vitrail vitrail nom m s 1.77 7.77 1.38 3.58 -vitrauphanie vitrauphanie nom f s 0.00 0.07 0.00 0.07 -vitraux vitrail nom m p 1.77 7.77 0.40 4.19 -vitre vitre nom f s 16.35 76.22 10.21 41.28 -vitres vitre nom f p 16.35 76.22 6.14 34.93 -vitreuse vitreux adj f s 0.34 4.53 0.00 0.47 -vitreuses vitreux adj f p 0.34 4.53 0.01 0.14 -vitreux vitreux adj m 0.34 4.53 0.33 3.92 -vitrier vitrier nom m s 0.20 0.74 0.17 0.68 -vitriers vitrier nom m p 0.20 0.74 0.03 0.07 -vitrifia vitrifier ver 0.05 1.69 0.00 0.07 ind:pas:3s; -vitrifie vitrifier ver 0.05 1.69 0.01 0.07 ind:pre:1s;ind:pre:3s; -vitrifient vitrifier ver 0.05 1.69 0.00 0.07 ind:pre:3p; -vitrifier vitrifier ver 0.05 1.69 0.01 0.14 inf; -vitrifié vitrifier ver m s 0.05 1.69 0.01 0.88 par:pas; -vitrifiée vitrifier ver f s 0.05 1.69 0.01 0.20 par:pas; -vitrifiées vitrifier ver f p 0.05 1.69 0.00 0.07 par:pas; -vitrifiés vitrifier ver m p 0.05 1.69 0.01 0.20 par:pas; -vitrine vitrine nom f s 6.84 33.99 5.09 20.68 -vitrines vitrine nom f p 6.84 33.99 1.75 13.31 -vitriol vitriol nom m s 0.43 0.74 0.43 0.68 -vitrioler vitrioler ver 0.01 0.20 0.01 0.00 inf; -vitrioleurs vitrioleur nom m p 0.00 0.07 0.00 0.07 -vitriolique vitriolique adj f s 0.00 0.07 0.00 0.07 -vitriols vitriol nom m p 0.43 0.74 0.00 0.07 -vitriolé vitrioler ver m s 0.01 0.20 0.00 0.20 par:pas; -vitrophanie vitrophanie nom f s 0.00 0.07 0.00 0.07 -vitré vitré adj m s 0.57 15.61 0.06 1.62 -vitrée vitré adj f s 0.57 15.61 0.30 11.22 -vitrées vitré adj f p 0.57 15.61 0.21 2.36 -vitrés vitré adj m p 0.57 15.61 0.00 0.41 -vits vit nom m p 0.00 0.14 0.00 0.14 -vitupère vitupérer ver 0.02 1.08 0.00 0.07 imp:pre:2s; -vitupéraient vitupérer ver 0.02 1.08 0.00 0.07 ind:imp:3p; -vitupérait vitupérer ver 0.02 1.08 0.00 0.41 ind:imp:3s; -vitupérant vitupérer ver 0.02 1.08 0.00 0.27 par:pre; -vitupérations vitupération nom f p 0.00 0.07 0.00 0.07 -vitupérer vitupérer ver 0.02 1.08 0.02 0.27 inf; -vivable vivable adj s 0.41 1.35 0.40 1.08 -vivables vivable adj p 0.41 1.35 0.01 0.27 -vivace vivace adj s 0.52 4.66 0.35 3.58 -vivaces vivace adj p 0.52 4.66 0.17 1.08 -vivacité vivacité nom f s 0.74 8.58 0.74 8.51 -vivacités vivacité nom f p 0.74 8.58 0.00 0.07 -vivaient vivre ver 510.05 460.34 6.18 15.74 ind:imp:3p; -vivais vivre ver 510.05 460.34 8.91 10.81 ind:imp:1s;ind:imp:2s; -vivait vivre ver 510.05 460.34 20.50 53.18 ind:imp:3s; -vivandier vivandier nom m s 0.10 0.34 0.10 0.00 -vivandiers vivandier nom m p 0.10 0.34 0.00 0.14 -vivandière vivandier nom f s 0.10 0.34 0.00 0.14 -vivandières vivandière nom f p 0.01 0.00 0.01 0.00 -vivant vivant adj m s 124.97 92.23 76.38 41.15 -vivante vivant adj f s 124.97 92.23 28.12 29.32 -vivantes vivant adj f p 124.97 92.23 3.31 6.35 -vivants vivant adj m p 124.97 92.23 17.16 15.41 -vivarium vivarium nom m s 0.03 0.41 0.03 0.41 -vivat vivat nom_sup m s 0.84 0.00 0.84 0.00 -vivats vivats nom m p 0.06 1.82 0.06 1.82 -vive vive ono 35.95 12.09 35.95 12.09 -vivement vivement adv 5.85 29.86 5.85 29.86 -vivent vivre ver 510.05 460.34 30.50 19.39 ind:pre:3p;sub:pre:3p; -vives vif adj f p 22.95 95.07 1.71 12.70 -viveur viveur nom m s 0.03 0.41 0.03 0.34 -viveurs viveur nom m p 0.03 0.41 0.00 0.07 -vivez vivre ver 510.05 460.34 15.09 2.84 imp:pre:2p;ind:pre:2p; -vivier vivier nom m s 0.10 1.42 0.07 1.15 -viviers vivier nom m p 0.10 1.42 0.02 0.27 -viviez vivre ver 510.05 460.34 1.94 0.74 ind:imp:2p; -vivifiait vivifier ver 0.22 1.15 0.02 0.14 ind:imp:3s; -vivifiant vivifiant adj m s 0.58 1.28 0.29 0.81 -vivifiante vivifiant adj f s 0.58 1.28 0.17 0.47 -vivifiantes vivifiant adj f p 0.58 1.28 0.10 0.00 -vivifiants vivifiant adj m p 0.58 1.28 0.01 0.00 -vivification vivification nom f s 0.01 0.00 0.01 0.00 -vivifie vivifier ver 0.22 1.15 0.01 0.07 ind:pre:3s; -vivifier vivifier ver 0.22 1.15 0.01 0.07 inf; -vivifié vivifier ver m s 0.22 1.15 0.11 0.14 par:pas; -vivifiée vivifier ver f s 0.22 1.15 0.01 0.34 par:pas; -vivifiées vivifier ver f p 0.22 1.15 0.02 0.14 par:pas; -vivions vivre ver 510.05 460.34 2.69 7.64 ind:imp:1p; -vivisecteur vivisecteur nom m s 0.04 0.00 0.04 0.00 -vivisection vivisection nom f s 0.34 0.41 0.34 0.14 -vivisections vivisection nom f p 0.34 0.41 0.00 0.27 -vivons vivre ver 510.05 460.34 12.40 7.64 imp:pre:1p;ind:pre:1p; -vivota vivoter ver 0.47 1.28 0.00 0.07 ind:pas:3s; -vivotaient vivoter ver 0.47 1.28 0.00 0.07 ind:imp:3p; -vivotais vivoter ver 0.47 1.28 0.01 0.07 ind:imp:1s; -vivotait vivoter ver 0.47 1.28 0.14 0.47 ind:imp:3s; -vivotant vivoter ver 0.47 1.28 0.00 0.14 par:pre; -vivote vivoter ver 0.47 1.28 0.27 0.20 ind:pre:1s;ind:pre:3s; -vivotent vivoter ver 0.47 1.28 0.00 0.07 ind:pre:3p; -vivoter vivoter ver 0.47 1.28 0.02 0.14 inf; -vivotèrent vivoter ver 0.47 1.28 0.00 0.07 ind:pas:3p; -vivoté vivoter ver m s 0.47 1.28 0.03 0.00 par:pas; -vivra vivre ver 510.05 460.34 7.86 2.64 ind:fut:3s; -vivrai vivre ver 510.05 460.34 5.25 1.62 ind:fut:1s; -vivraient vivre ver 510.05 460.34 0.65 0.68 cnd:pre:3p; -vivrais vivre ver 510.05 460.34 1.58 1.49 cnd:pre:1s;cnd:pre:2s; -vivrait vivre ver 510.05 460.34 2.56 3.38 cnd:pre:3s; -vivras vivre ver 510.05 460.34 3.84 0.27 ind:fut:2s; -vivre vivre ver 510.05 460.34 218.39 186.82 inf; -vivres vivre nom m p 12.61 10.34 7.37 6.89 -vivrez vivre ver 510.05 460.34 3.24 0.41 ind:fut:2p; -vivriers vivrier adj m p 0.00 0.07 0.00 0.07 -vivriez vivre ver 510.05 460.34 0.05 0.07 cnd:pre:2p; -vivrions vivre ver 510.05 460.34 0.32 0.00 cnd:pre:1p; -vivrons vivre ver 510.05 460.34 3.28 1.42 ind:fut:1p; -vivront vivre ver 510.05 460.34 1.22 0.41 ind:fut:3p; -vizir vizir nom m s 0.15 7.97 0.15 7.03 -vizirs vizir nom m p 0.15 7.97 0.00 0.95 -vlan vlan ono 1.05 3.18 1.05 3.18 -vlouf vlouf ono 0.00 0.54 0.00 0.54 -voïvodie voïvodie nom f s 0.40 0.00 0.27 0.00 -voïvodies voïvodie nom f p 0.40 0.00 0.14 0.00 -voûta voûter ver 0.18 5.54 0.00 0.20 ind:pas:3s; -voûtaient voûter ver 0.18 5.54 0.00 0.14 ind:imp:3p; -voûtait voûter ver 0.18 5.54 0.00 0.54 ind:imp:3s; -voûtant voûter ver 0.18 5.54 0.00 0.14 par:pre; -voûte voûte nom f s 2.21 27.09 1.71 18.85 -voûtent voûter ver 0.18 5.54 0.00 0.14 ind:pre:3p; -voûter voûter ver 0.18 5.54 0.01 0.34 inf; -voûtes voûte nom f p 2.21 27.09 0.50 8.24 -voûtât voûter ver 0.18 5.54 0.00 0.07 sub:imp:3s; -voûtèrent voûter ver 0.18 5.54 0.00 0.14 ind:pas:3p; -voûté voûté adj m s 0.41 11.82 0.35 6.89 -voûtée voûté adj f s 0.41 11.82 0.01 2.50 -voûtées voûté adj f p 0.41 11.82 0.01 1.42 -voûtés voûté adj m p 0.41 11.82 0.04 1.01 -vocable vocable nom m s 0.22 2.16 0.02 1.08 -vocables vocable nom m p 0.22 2.16 0.20 1.08 -vocabulaire vocabulaire nom m s 3.02 10.41 3.02 10.27 -vocabulaires vocabulaire nom m p 3.02 10.41 0.00 0.14 -vocal vocal adj m s 4.63 3.72 1.13 0.68 -vocale vocal adj f s 4.63 3.72 2.45 0.68 -vocalement vocalement adv 0.01 0.07 0.01 0.07 -vocales vocal adj f p 4.63 3.72 0.84 2.23 -vocalique vocalique adj f s 0.00 0.07 0.00 0.07 -vocalisait vocaliser ver 0.02 0.34 0.00 0.14 ind:imp:3s; -vocalisant vocaliser ver 0.02 0.34 0.01 0.07 par:pre; -vocalisation vocalisation nom f s 0.02 0.27 0.02 0.14 -vocalisations vocalisation nom f p 0.02 0.27 0.00 0.14 -vocalise vocalise nom f s 0.05 1.28 0.00 0.27 -vocaliser vocaliser ver 0.02 0.34 0.01 0.00 inf; -vocalises vocalise nom f p 0.05 1.28 0.05 1.01 -vocaliste vocaliste nom s 0.02 0.07 0.02 0.07 -vocatif vocatif nom m s 0.01 0.14 0.01 0.00 -vocatifs vocatif nom m p 0.01 0.14 0.00 0.14 -vocation vocation nom f s 9.26 22.84 8.87 21.82 -vocations vocation nom f p 9.26 22.84 0.39 1.01 -vocaux vocal adj m p 4.63 3.72 0.21 0.14 -vocifère vociférer ver 0.49 3.92 0.16 0.74 imp:pre:2s;ind:pre:1s;ind:pre:3s; -vocifèrent vociférer ver 0.49 3.92 0.00 0.14 ind:pre:3p; -vociféra vociférer ver 0.49 3.92 0.00 0.54 ind:pas:3s; -vociférai vociférer ver 0.49 3.92 0.00 0.07 ind:pas:1s; -vociféraient vociférer ver 0.49 3.92 0.00 0.14 ind:imp:3p; -vociférais vociférer ver 0.49 3.92 0.00 0.14 ind:imp:1s; -vociférait vociférer ver 0.49 3.92 0.01 0.68 ind:imp:3s; -vociférant vociférant adj m s 0.14 0.95 0.14 0.34 -vociférante vociférant adj f s 0.14 0.95 0.00 0.14 -vociférantes vociférant adj f p 0.14 0.95 0.00 0.34 -vociférants vociférant adj m p 0.14 0.95 0.00 0.14 -vocifération vocifération nom f s 0.02 2.03 0.00 0.14 -vociférations vocifération nom f p 0.02 2.03 0.02 1.89 -vociférer vociférer ver 0.49 3.92 0.29 0.54 inf; -vociférés vociférer ver m p 0.49 3.92 0.00 0.07 par:pas; -vocodeur vocodeur nom m s 0.01 0.00 0.01 0.00 -vodka vodka nom f s 17.07 8.31 16.93 8.24 -vodkas vodka nom f p 17.07 8.31 0.14 0.07 -vodou vodou nom m s 0.04 0.00 0.03 0.00 -vodous vodou nom m p 0.04 0.00 0.01 0.00 -voeu voeu nom m s 28.58 21.28 10.72 10.61 -voeux voeu nom m p 28.58 21.28 17.86 10.68 -vogua voguer ver 2.69 6.35 0.14 0.07 ind:pas:3s; -voguaient voguer ver 2.69 6.35 0.00 0.14 ind:imp:3p; -voguais voguer ver 2.69 6.35 0.02 0.00 ind:imp:1s;ind:imp:2s; -voguait voguer ver 2.69 6.35 0.28 1.35 ind:imp:3s; -voguant voguer ver 2.69 6.35 0.13 0.54 par:pre; -vogue vogue nom f s 2.43 3.58 2.43 3.51 -voguent voguer ver 2.69 6.35 0.26 0.61 ind:pre:3p;sub:pre:3p; -voguer voguer ver 2.69 6.35 1.18 1.15 inf; -voguera voguer ver 2.69 6.35 0.03 0.07 ind:fut:3s; -voguerai voguer ver 2.69 6.35 0.04 0.00 ind:fut:1s; -voguerait voguer ver 2.69 6.35 0.00 0.07 cnd:pre:3s; -voguerions voguer ver 2.69 6.35 0.00 0.07 cnd:pre:1p; -voguerons voguer ver 2.69 6.35 0.12 0.07 ind:fut:1p; -vogues voguer ver 2.69 6.35 0.01 0.07 ind:pre:2s; -voguions voguer ver 2.69 6.35 0.01 0.41 ind:imp:1p; -voguons voguer ver 2.69 6.35 0.09 0.14 imp:pre:1p;ind:pre:1p; -vogué voguer ver m s 2.69 6.35 0.02 0.34 par:pas; -voici voici pre 277.59 97.30 277.59 97.30 -voie voie nom f s 56.06 71.01 47.01 53.58 -voient voir ver 4119.49 2401.76 26.16 20.20 ind:pre:3p;sub:pre:3p; -voies voie nom f p 56.06 71.01 9.05 17.43 -voila voiler ver 39.65 14.73 35.54 1.35 ind:pas:3s; -voilage voilage nom m s 0.00 0.74 0.00 0.27 -voilages voilage nom m p 0.00 0.74 0.00 0.47 -voilaient voiler ver 39.65 14.73 0.00 0.88 ind:imp:3p; -voilais voiler ver 39.65 14.73 0.02 0.07 ind:imp:1s; -voilait voiler ver 39.65 14.73 0.02 1.69 ind:imp:3s; -voilant voiler ver 39.65 14.73 0.00 0.74 par:pre; -voile voile nom s 20.51 48.31 15.49 30.27 -voilent voiler ver 39.65 14.73 0.13 0.47 ind:pre:3p; -voiler voiler ver 39.65 14.73 0.68 1.42 inf; -voilera voiler ver 39.65 14.73 0.14 0.00 ind:fut:3s; -voileront voiler ver 39.65 14.73 0.01 0.00 ind:fut:3p; -voiles voile nom p 20.51 48.31 5.02 18.04 -voilette voilette nom f s 0.06 2.97 0.05 2.57 -voilettes voilette nom f p 0.06 2.97 0.01 0.41 -voilez voiler ver 39.65 14.73 0.08 0.07 imp:pre:2p;ind:pre:2p; -voilier voilier nom m s 1.94 4.86 1.67 2.77 -voiliers voilier nom m p 1.94 4.86 0.27 2.09 -voilà voilà pre 726.44 329.12 726.44 329.12 -voilons voiler ver 39.65 14.73 0.06 0.14 imp:pre:1p;ind:pre:1p; -voilèrent voiler ver 39.65 14.73 0.00 0.07 ind:pas:3p; -voilé voiler ver m s 39.65 14.73 0.30 2.09 par:pas; -voilée voilé adj f s 1.50 6.08 0.90 2.30 -voilées voilé adj f p 1.50 6.08 0.10 1.28 -voilure voilure nom f s 0.17 0.74 0.16 0.47 -voilures voilure nom f p 0.17 0.74 0.01 0.27 -voilés voilé adj m p 1.50 6.08 0.31 0.95 -voir voir ver 4119.49 2401.76 1401.10 716.55 ind:imp:3s;inf; -voire voire adv_sup 7.42 16.89 7.42 16.89 -voirie voirie nom f s 0.77 1.22 0.77 1.22 -vois voir ver 4119.49 2401.76 689.75 253.72 imp:pre:2s;ind:pre:1s;ind:pre:2s; -voisin voisin nom m s 56.00 81.82 19.55 28.85 -voisinage voisinage nom m s 5.17 10.41 5.16 10.34 -voisinages voisinage nom m p 5.17 10.41 0.01 0.07 -voisinaient voisiner ver 0.04 3.31 0.00 1.08 ind:imp:3p; -voisinait voisiner ver 0.04 3.31 0.00 0.47 ind:imp:3s; -voisinant voisiner ver 0.04 3.31 0.00 0.41 par:pre; -voisine voisin nom f s 56.00 81.82 10.92 15.07 -voisinent voisiner ver 0.04 3.31 0.01 0.61 ind:pre:3p; -voisiner voisiner ver 0.04 3.31 0.01 0.34 inf; -voisines voisin adj f p 14.31 49.73 1.67 5.54 -voisins voisin nom m p 56.00 81.82 24.33 33.31 -voisiné voisiner ver m s 0.04 3.31 0.01 0.00 par:pas; -voit voir ver 4119.49 2401.76 181.98 158.78 ind:pre:3s; -voituraient voiturer ver 2.05 0.88 0.00 0.07 ind:imp:3p; -voiturait voiturer ver 2.05 0.88 0.00 0.07 ind:imp:3s; -voiture_balai voiture_balai nom f s 0.23 0.07 0.23 0.00 -voiture_bar voiture_bar nom f s 0.01 0.00 0.01 0.00 -voiture_lit voiture_lit nom f s 0.01 0.00 0.01 0.00 -voiture_restaurant voiture_restaurant nom f s 0.05 0.00 0.05 0.00 -voiture voiture nom s 429.40 283.11 388.87 221.15 -voiturer voiturer ver 2.05 0.88 0.02 0.14 inf; -voitureront voiturer ver 2.05 0.88 0.00 0.07 ind:fut:3p; -voiture_balai voiture_balai nom f p 0.23 0.07 0.00 0.07 -voitures voiture nom f p 429.40 283.11 40.53 61.96 -voiturette voiturette nom f s 0.38 0.74 0.35 0.34 -voiturettes voiturette nom f p 0.38 0.74 0.02 0.41 -voiturier voiturier nom m s 0.86 0.47 0.70 0.47 -voituriers voiturier nom m p 0.86 0.47 0.16 0.00 -voiturin voiturin nom m s 0.00 0.07 0.00 0.07 -voituré voiturer ver m s 2.05 0.88 0.00 0.07 par:pas; -voix_off voix_off nom f 0.04 0.00 0.04 0.00 -voix voix nom f 130.83 612.70 130.83 612.70 -vol_au_vent vol_au_vent nom m 0.02 0.14 0.02 0.14 -vol vol nom m s 82.42 48.31 74.14 41.22 -vola voler ver 238.82 88.65 0.93 1.96 ind:pas:3s; -volage volage adj s 1.79 1.62 1.69 1.62 -volages volage adj p 1.79 1.62 0.10 0.00 -volai voler ver 238.82 88.65 0.14 0.27 ind:pas:1s; -volaient voler ver 238.82 88.65 1.14 5.20 ind:imp:3p; -volaille volaille nom f s 2.61 6.49 2.31 3.45 -volailler volailler nom m s 0.02 0.20 0.02 0.07 -volaillers volailler nom m p 0.02 0.20 0.00 0.14 -volailles volaille nom f p 2.61 6.49 0.30 3.04 -volais voler ver 238.82 88.65 2.02 1.08 ind:imp:1s;ind:imp:2s; -volait voler ver 238.82 88.65 4.45 5.95 ind:imp:3s; -volant volant nom m s 19.65 37.30 19.23 33.51 -volante volant adj f s 8.78 9.66 2.81 1.62 -volantes volant adj f p 8.78 9.66 1.24 1.96 -volants volant adj m p 8.78 9.66 2.47 2.03 -volanté volanter ver m s 0.05 0.14 0.00 0.07 par:pas; -volapük volapük nom m s 0.00 0.07 0.00 0.07 -volassent voler ver 238.82 88.65 0.00 0.07 sub:imp:3p; -volatil volatil adj m s 0.64 1.49 0.06 0.34 -volatile volatil adj f s 0.64 1.49 0.49 0.61 -volatiles volatile nom m p 0.47 2.57 0.30 1.22 -volatilisa volatiliser ver 2.00 2.97 0.00 0.14 ind:pas:3s; -volatilisaient volatiliser ver 2.00 2.97 0.00 0.14 ind:imp:3p; -volatilisait volatiliser ver 2.00 2.97 0.02 0.14 ind:imp:3s; -volatilisant volatiliser ver 2.00 2.97 0.00 0.07 par:pre; -volatilisation volatilisation nom f s 0.01 0.00 0.01 0.00 -volatilise volatiliser ver 2.00 2.97 0.07 0.14 imp:pre:2s;ind:pre:3s; -volatilisent volatiliser ver 2.00 2.97 0.05 0.14 ind:pre:3p; -volatiliser volatiliser ver 2.00 2.97 0.13 0.27 inf; -volatilisé volatiliser ver m s 2.00 2.97 0.95 0.68 par:pas; -volatilisée volatiliser ver f s 2.00 2.97 0.56 0.54 par:pas; -volatilisées volatiliser ver f p 2.00 2.97 0.02 0.20 par:pas; -volatilisés volatiliser ver m p 2.00 2.97 0.20 0.54 par:pas; -volatilité volatilité nom f s 0.04 0.00 0.04 0.00 -volatils volatil adj m p 0.64 1.49 0.01 0.20 -volcan volcan nom m s 5.50 5.34 4.52 3.85 -volcanique volcanique adj s 0.91 1.69 0.69 1.15 -volcaniques volcanique adj p 0.91 1.69 0.22 0.54 -volcanologique volcanologique adj m s 0.01 0.00 0.01 0.00 -volcanologue volcanologue nom s 0.02 0.00 0.02 0.00 -volcans volcan nom m p 5.50 5.34 0.98 1.49 -vole voler ver 238.82 88.65 35.31 10.07 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -volent voler ver 238.82 88.65 9.53 5.61 ind:pre:3p; -voler voler ver 238.82 88.65 67.88 26.01 inf; -volera voler ver 238.82 88.65 2.68 0.47 ind:fut:3s; -volerai voler ver 238.82 88.65 1.00 0.07 ind:fut:1s; -voleraient voler ver 238.82 88.65 0.07 0.07 cnd:pre:3p; -volerais voler ver 238.82 88.65 0.44 0.07 cnd:pre:1s;cnd:pre:2s; -volerait voler ver 238.82 88.65 0.94 0.68 cnd:pre:3s; -voleras voler ver 238.82 88.65 0.57 0.00 ind:fut:2s; -volerez voler ver 238.82 88.65 0.25 0.07 ind:fut:2p; -volerie volerie nom f s 0.01 0.00 0.01 0.00 -voleriez voler ver 238.82 88.65 0.05 0.00 cnd:pre:2p; -volerons voler ver 238.82 88.65 0.50 0.00 ind:fut:1p; -voleront voler ver 238.82 88.65 0.89 0.34 ind:fut:3p; -voles voler ver 238.82 88.65 4.82 0.68 ind:pre:2s;sub:pre:2s; -volet volet nom m s 5.93 41.55 2.21 6.89 -voleta voleter ver 0.45 7.23 0.00 0.20 ind:pas:3s; -voletaient voleter ver 0.45 7.23 0.01 1.82 ind:imp:3p; -voletait voleter ver 0.45 7.23 0.00 1.22 ind:imp:3s; -voletant voleter ver 0.45 7.23 0.03 1.42 par:pre; -voletante voletant adj f s 0.01 0.81 0.00 0.27 -voletantes voletant adj f p 0.01 0.81 0.00 0.20 -voleter voleter ver 0.45 7.23 0.14 1.35 inf; -voletez voleter ver 0.45 7.23 0.02 0.00 imp:pre:2p; -volets volet nom m p 5.93 41.55 3.72 34.66 -volette voleter ver 0.45 7.23 0.14 0.54 ind:pre:1s;ind:pre:3s; -volettent voleter ver 0.45 7.23 0.10 0.68 ind:pre:3p; -voleur voleur nom m s 68.01 22.70 41.39 11.15 -voleurs voleur nom m p 68.01 22.70 21.91 9.86 -voleuse voleur nom f s 68.01 22.70 4.71 1.55 -voleuses voleuse nom f p 0.17 0.00 0.17 0.00 -volez voler ver 238.82 88.65 3.59 0.27 imp:pre:2p;ind:pre:2p; -voliez voler ver 238.82 88.65 0.65 0.07 ind:imp:2p; -volige volige nom f s 0.01 0.54 0.00 0.14 -voliges volige nom f p 0.01 0.54 0.01 0.41 -volions voler ver 238.82 88.65 0.19 0.14 ind:imp:1p; -volière volière nom f s 0.36 3.24 0.34 2.97 -volières volière nom f p 0.36 3.24 0.02 0.27 -volition volition nom f s 0.00 0.27 0.00 0.14 -volitions volition nom f p 0.00 0.27 0.00 0.14 -volley_ball volley_ball nom m s 0.25 0.68 0.25 0.68 -volley volley nom m s 1.51 0.07 1.51 0.07 -volleyeur volleyeur nom m s 0.14 0.14 0.14 0.07 -volleyeurs volleyeur nom m p 0.14 0.14 0.00 0.07 -volons voler ver 238.82 88.65 0.79 0.20 imp:pre:1p;ind:pre:1p; -volontaire volontaire adj s 14.48 13.99 11.54 10.74 -volontairement volontairement adv 3.59 9.12 3.59 9.12 -volontaires volontaire nom p 8.03 6.28 5.05 5.27 -volontariat volontariat nom m s 0.60 0.20 0.60 0.20 -volontarisme volontarisme nom m s 0.00 0.14 0.00 0.14 -volontariste volontariste adj s 0.00 0.20 0.00 0.14 -volontaristes volontariste adj p 0.00 0.20 0.00 0.07 -volontiers volontiers adv_sup 19.41 40.61 19.41 40.61 -volonté volonté nom f s 47.08 74.93 44.41 70.54 -volontés volonté nom f p 47.08 74.93 2.67 4.39 -volât voler ver 238.82 88.65 0.00 0.14 sub:imp:3s; -vols vol nom m p 82.42 48.31 8.28 7.09 -volt volt nom m s 2.00 0.27 0.40 0.00 -voltaïque voltaïque adj f s 0.01 0.00 0.01 0.00 -voltage voltage nom m s 0.41 0.34 0.41 0.34 -voltaient volter ver 0.01 0.14 0.00 0.07 ind:imp:3p; -voltaire voltaire nom m s 0.00 0.14 0.00 0.07 -voltaires voltaire nom m p 0.00 0.14 0.00 0.07 -voltairien voltairien adj m s 0.01 0.00 0.01 0.00 -volte_face volte_face nom f 0.26 3.31 0.26 3.31 -volte volte nom f s 0.67 1.35 0.67 0.74 -volter volter ver 0.01 0.14 0.01 0.07 inf; -voltes volte nom f p 0.67 1.35 0.00 0.61 -volèrent voler ver 238.82 88.65 0.04 0.68 ind:pas:3p; -voltige voltige nom f s 0.45 2.09 0.45 1.96 -voltigea voltiger ver 1.40 4.46 0.00 0.27 ind:pas:3s; -voltigeaient voltiger ver 1.40 4.46 0.00 1.28 ind:imp:3p; -voltigeait voltiger ver 1.40 4.46 0.00 0.07 ind:imp:3s; -voltigeant voltiger ver 1.40 4.46 0.14 0.68 par:pre; -voltigement voltigement nom m s 0.00 0.07 0.00 0.07 -voltigent voltiger ver 1.40 4.46 0.81 0.47 ind:pre:3p; -voltiger voltiger ver 1.40 4.46 0.21 0.95 inf; -voltiges voltige nom f p 0.45 2.09 0.00 0.14 -voltigeur voltigeur nom m s 0.15 5.00 0.14 2.09 -voltigeurs voltigeur nom m p 0.15 5.00 0.01 2.91 -voltigèrent voltiger ver 1.40 4.46 0.00 0.34 ind:pas:3p; -voltigé voltiger ver m s 1.40 4.46 0.03 0.07 par:pas; -voltmètre voltmètre nom m s 0.23 0.07 0.23 0.07 -volts volt nom m p 2.00 0.27 1.60 0.27 -volé voler ver m s 238.82 88.65 79.01 19.26 par:pas; -volubile volubile adj s 0.07 4.73 0.05 3.72 -volubilement volubilement adv 0.00 0.74 0.00 0.74 -volubiles volubile adj p 0.07 4.73 0.02 1.01 -volubilis volubilis nom m 0.00 1.35 0.00 1.35 -volubilité volubilité nom f s 0.00 1.55 0.00 1.55 -volée voler ver f s 238.82 88.65 10.14 2.23 par:pas; -volées voler ver f p 238.82 88.65 2.24 0.81 par:pas; -volume volume nom m s 6.48 27.84 5.45 16.35 -volumes volume nom m p 6.48 27.84 1.03 11.49 -volémie volémie nom f s 0.01 0.00 0.01 0.00 -volumineuse volumineux adj f s 0.37 5.41 0.04 1.55 -volumineuses volumineux adj f p 0.37 5.41 0.10 0.47 -volumineux volumineux adj m 0.37 5.41 0.22 3.38 -volumique volumique adj f s 0.01 0.00 0.01 0.00 -volumétrique volumétrique adj s 0.02 0.00 0.02 0.00 -volupté volupté nom f s 3.27 11.42 3.27 10.20 -voluptueuse voluptueux adj f s 0.62 7.36 0.41 1.96 -voluptueusement voluptueusement adv 0.01 3.11 0.01 3.11 -voluptueuses voluptueux adj f p 0.62 7.36 0.11 0.95 -voluptueux voluptueux adj m 0.62 7.36 0.10 4.46 -voluptés volupté nom f p 3.27 11.42 0.00 1.22 -volés voler ver m p 238.82 88.65 4.93 2.09 par:pas; -volute volute nom f s 0.03 6.69 0.00 0.41 -volutes volute nom f p 0.03 6.69 0.03 6.28 -volvaires volvaire nom f p 0.00 0.07 0.00 0.07 -volve volve nom f s 0.01 0.07 0.01 0.07 -vomi vomir ver m s 26.12 23.31 5.19 2.70 par:pas; -vomie vomir ver f s 26.12 23.31 0.24 0.27 par:pas; -vomies vomir ver f p 26.12 23.31 0.14 0.14 par:pas; -vomique vomique adj m s 0.00 0.07 0.00 0.07 -vomir vomir ver 26.12 23.31 13.75 11.62 inf; -vomira vomir ver 26.12 23.31 0.09 0.14 ind:fut:3s; -vomirai vomir ver 26.12 23.31 0.05 0.00 ind:fut:1s; -vomirais vomir ver 26.12 23.31 0.18 0.07 cnd:pre:1s; -vomirait vomir ver 26.12 23.31 0.03 0.14 cnd:pre:3s; -vomiras vomir ver 26.12 23.31 0.03 0.07 ind:fut:2s; -vomirent vomir ver 26.12 23.31 0.00 0.07 ind:pas:3p; -vomirez vomir ver 26.12 23.31 0.04 0.00 ind:fut:2p; -vomiront vomir ver 26.12 23.31 0.01 0.07 ind:fut:3p; -vomis vomir ver m p 26.12 23.31 1.94 0.88 imp:pre:2s;ind:pre:1s;ind:pre:2s;par:pas; -vomissaient vomir ver 26.12 23.31 0.28 0.41 ind:imp:3p; -vomissais vomir ver 26.12 23.31 0.06 0.27 ind:imp:1s;ind:imp:2s; -vomissait vomir ver 26.12 23.31 0.33 2.30 ind:imp:3s; -vomissant vomir ver 26.12 23.31 0.11 0.81 par:pre; -vomisse vomir ver 26.12 23.31 0.43 0.34 sub:pre:1s;sub:pre:3s; -vomissement vomissement nom m s 1.31 1.55 0.44 0.61 -vomissements vomissement nom m p 1.31 1.55 0.88 0.95 -vomissent vomir ver 26.12 23.31 0.61 0.20 ind:pre:3p; -vomisseur vomisseur adj m s 0.03 0.07 0.03 0.07 -vomissez vomir ver 26.12 23.31 0.16 0.07 imp:pre:2p;ind:pre:2p; -vomissions vomir ver 26.12 23.31 0.00 0.14 ind:imp:1p; -vomissure vomissure nom f s 0.53 1.15 0.20 0.34 -vomissures vomissure nom f p 0.53 1.15 0.33 0.81 -vomit vomir ver 26.12 23.31 2.45 2.64 ind:pre:3s;ind:pas:3s; -vomitif vomitif adj m s 0.05 0.27 0.05 0.07 -vomitifs vomitif adj m p 0.05 0.27 0.00 0.07 -vomitifs vomitif nom m p 0.04 0.27 0.00 0.07 -vomitives vomitif adj f p 0.05 0.27 0.00 0.14 -vomito_negro vomito_negro nom m s 0.01 0.00 0.01 0.00 -vomitoire vomitoire nom m s 0.03 0.07 0.02 0.00 -vomitoires vomitoire nom m p 0.03 0.07 0.01 0.07 -vont aller ver 9992.78 2854.93 281.35 116.62 ind:pre:3p; -vopo vopo nom m s 0.00 0.07 0.00 0.07 -vorace vorace adj s 0.95 4.19 0.56 2.64 -voracement voracement adv 0.03 0.81 0.03 0.81 -voraces vorace adj p 0.95 4.19 0.38 1.55 -voracité voracité nom f s 0.07 1.69 0.07 1.69 -vortex vortex nom m 6.14 0.14 6.14 0.14 -vos vos adj_pos 649.07 180.27 649.07 180.27 -vosgien vosgien nom m s 0.00 0.14 0.00 0.14 -vosgienne vosgien adj f s 0.00 0.14 0.00 0.14 -vota voter ver 29.61 8.51 0.00 0.27 ind:pas:3s; -votaient voter ver 29.61 8.51 0.10 0.41 ind:imp:3p; -votais voter ver 29.61 8.51 0.02 0.00 ind:imp:1s; -votait voter ver 29.61 8.51 0.28 0.34 ind:imp:3s; -votant voter ver 29.61 8.51 0.20 0.07 par:pre; -votants votant nom m p 0.17 0.20 0.15 0.20 -vote vote nom m s 15.04 4.46 11.62 3.72 -votent voter ver 29.61 8.51 1.48 0.41 ind:pre:3p; -voter voter ver 29.61 8.51 7.96 2.64 inf; -votera voter ver 29.61 8.51 0.67 0.14 ind:fut:3s; -voterai voter ver 29.61 8.51 0.43 0.00 ind:fut:1s; -voterais voter ver 29.61 8.51 0.20 0.00 cnd:pre:1s;cnd:pre:2s; -voterait voter ver 29.61 8.51 0.21 0.00 cnd:pre:3s; -voteras voter ver 29.61 8.51 0.02 0.00 ind:fut:2s; -voterez voter ver 29.61 8.51 0.12 0.14 ind:fut:2p; -voterons voter ver 29.61 8.51 0.17 0.07 ind:fut:1p; -voteront voter ver 29.61 8.51 0.34 0.00 ind:fut:3p; -votes vote nom m p 15.04 4.46 3.42 0.74 -votez voter ver 29.61 8.51 3.66 0.00 imp:pre:2p;ind:pre:2p; -votiez voter ver 29.61 8.51 0.02 0.00 ind:imp:2p; -votif votif adj m s 0.13 0.81 0.01 0.00 -votifs votif adj m p 0.13 0.81 0.00 0.07 -votions voter ver 29.61 8.51 0.03 0.07 ind:imp:1p; -votive votif adj f s 0.13 0.81 0.11 0.34 -votives votif adj f p 0.13 0.81 0.01 0.41 -votons voter ver 29.61 8.51 0.95 0.00 imp:pre:1p;ind:pre:1p; -votre votre pro_pos s 0.32 0.00 0.32 0.00 -votèrent voter ver 29.61 8.51 0.02 0.00 ind:pas:3p; -voté voter ver m s 29.61 8.51 7.11 1.76 par:pas; -votée voter ver f s 29.61 8.51 0.90 0.34 par:pas; -votées voter ver f p 29.61 8.51 0.03 0.07 par:pas; -votés voter ver m p 29.61 8.51 0.01 0.20 par:pas; -voua vouer ver 6.88 18.92 0.03 0.41 ind:pas:3s; -vouai vouer ver 6.88 18.92 0.00 0.07 ind:pas:1s; -vouaient vouer ver 6.88 18.92 0.17 0.41 ind:imp:3p; -vouais vouer ver 6.88 18.92 0.71 0.41 ind:imp:1s;ind:imp:2s; -vouait vouer ver 6.88 18.92 0.15 1.82 ind:imp:3s; -vouant vouer ver 6.88 18.92 0.01 0.14 par:pre; -voudra vouloir ver_sup 5249.31 1640.14 21.62 12.03 ind:fut:3s; -voudrai vouloir ver_sup 5249.31 1640.14 4.06 1.62 ind:fut:1s; -voudraient vouloir ver_sup 5249.31 1640.14 6.02 6.42 cnd:pre:3p; -voudrais vouloir ver_sup 5249.31 1640.14 194.56 92.09 cnd:pre:1s;cnd:pre:2s; -voudrait vouloir ver_sup 5249.31 1640.14 44.48 43.45 cnd:pre:3s; -voudras vouloir ver_sup 5249.31 1640.14 26.03 10.27 ind:fut:2s; -voudrez vouloir ver_sup 5249.31 1640.14 19.77 10.41 ind:fut:2p; -voudriez vouloir ver_sup 5249.31 1640.14 19.29 4.19 cnd:pre:2p; -voudrions vouloir ver_sup 5249.31 1640.14 5.14 1.82 cnd:pre:1p; -voudrons vouloir ver_sup 5249.31 1640.14 0.32 0.27 ind:fut:1p; -voudront vouloir ver_sup 5249.31 1640.14 6.93 3.38 ind:fut:3p; -voue vouer ver 6.88 18.92 0.51 0.95 ind:pre:1s;ind:pre:3s; -vouent vouer ver 6.88 18.92 0.25 0.07 ind:pre:3p; -vouer vouer ver 6.88 18.92 0.42 2.43 inf;;inf;;inf;; -vouera vouer ver 6.88 18.92 0.01 0.07 ind:fut:3s; -vouerait vouer ver 6.88 18.92 0.00 0.07 cnd:pre:3s; -vouge vouge nom f s 0.01 0.14 0.01 0.14 -vouivre vouivre nom f s 0.00 3.18 0.00 3.04 -vouivres vouivre nom f p 0.00 3.18 0.00 0.14 -voulûmes vouloir ver_sup 5249.31 1640.14 0.00 0.07 ind:pas:1p; -voulût vouloir ver_sup 5249.31 1640.14 0.00 3.72 sub:imp:3s; -voulaient vouloir ver_sup 5249.31 1640.14 28.88 30.20 ind:imp:3p; -voulais vouloir ver_sup 5249.31 1640.14 415.76 107.30 ind:imp:1s;ind:imp:2s; -voulait vouloir ver_sup 5249.31 1640.14 192.15 225.34 ind:imp:3s; -voulant vouloir ver_sup 5249.31 1640.14 4.28 18.45 par:pre; -voulez vouloir ver_sup 5249.31 1640.14 553.40 113.58 imp:pre:2p;ind:pre:2p; -vouliez vouloir ver_sup 5249.31 1640.14 43.78 5.81 ind:imp:2p;sub:pre:2p; -voulions vouloir ver_sup 5249.31 1640.14 9.07 6.08 ind:imp:1p;sub:pre:1p; -vouloir vouloir ver_sup 5249.31 1640.14 63.87 62.97 inf; -vouloirs vouloir nom_sup m p 1.28 2.57 0.00 0.14 -voulons vouloir ver_sup 5249.31 1640.14 40.38 9.53 imp:pre:1p;ind:pre:1p; -voulu vouloir ver_sup m s 5249.31 1640.14 151.04 174.19 par:pas; -voulue vouloir ver_sup f s 5249.31 1640.14 0.91 2.70 par:pas; -voulues voulu adj f p 4.42 9.12 0.18 0.68 -voulurent vouloir ver_sup 5249.31 1640.14 0.40 2.30 ind:pas:3p; -voulus vouloir ver_sup m p 5249.31 1640.14 0.36 6.22 ind:pas:1s;par:pas; -voulusse vouloir ver_sup 5249.31 1640.14 0.00 0.34 sub:imp:1s; -voulussent vouloir ver_sup 5249.31 1640.14 0.00 0.41 sub:imp:3p; -voulut vouloir ver_sup 5249.31 1640.14 2.42 36.89 ind:pas:3s; -vouons vouer ver 6.88 18.92 0.31 0.14 imp:pre:1p;ind:pre:1p; -vous_même vous_même pro_per p 28.20 17.84 28.20 17.84 -vous_mêmes vous_mêmes pro_per p 4.30 1.55 4.30 1.55 -vous vous pro_per p 13589.70 3507.16 13589.70 3507.16 -vousoyait vousoyer ver 0.00 0.14 0.00 0.07 ind:imp:3s; -vousoyez vousoyer ver 0.00 0.14 0.00 0.07 ind:pre:2p; -voussoie voussoyer ver 0.02 0.47 0.00 0.07 ind:pre:3s; -voussoiement voussoiement nom m s 0.00 0.34 0.00 0.34 -voussoient voussoyer ver 0.02 0.47 0.00 0.07 ind:pre:3p; -voussoyait voussoyer ver 0.02 0.47 0.00 0.14 ind:imp:3s; -voussoyer voussoyer ver 0.02 0.47 0.00 0.20 inf; -voussoyez voussoyer ver 0.02 0.47 0.02 0.00 imp:pre:2p; -voussure voussure nom f s 0.00 0.81 0.00 0.54 -voussures voussure nom f p 0.00 0.81 0.00 0.27 -vouèrent vouer ver 6.88 18.92 0.00 0.07 ind:pas:3p; -voué vouer ver m s 6.88 18.92 2.47 5.14 par:pas; -vouée vouer ver f s 6.88 18.92 1.42 4.12 par:pas; -vouées vouer ver f p 6.88 18.92 0.14 0.81 par:pas; -voués vouer ver m p 6.88 18.92 0.27 1.82 par:pas; -vouvoie vouvoyer ver 0.79 1.35 0.27 0.14 imp:pre:2s;ind:pre:3s; -vouvoiement vouvoiement nom m s 0.00 0.47 0.00 0.41 -vouvoiements vouvoiement nom m p 0.00 0.47 0.00 0.07 -vouvoient vouvoyer ver 0.79 1.35 0.00 0.07 ind:pre:3p; -vouvoies vouvoyer ver 0.79 1.35 0.02 0.07 ind:pre:2s; -vouvoya vouvoyer ver 0.79 1.35 0.00 0.07 ind:pas:3s; -vouvoyait vouvoyer ver 0.79 1.35 0.01 0.81 ind:imp:3s; -vouvoyant vouvoyer ver 0.79 1.35 0.00 0.14 par:pre; -vouvoyer vouvoyer ver 0.79 1.35 0.49 0.07 inf; -vouvray vouvray nom m s 0.00 0.07 0.00 0.07 -vox_populi vox_populi nom f 0.05 0.27 0.05 0.27 -voyage voyage nom m s 123.17 140.07 112.19 110.54 -voyagea voyager ver 45.74 27.50 0.06 0.54 ind:pas:3s; -voyageaient voyager ver 45.74 27.50 0.30 1.49 ind:imp:3p; -voyageais voyager ver 45.74 27.50 0.62 0.47 ind:imp:1s;ind:imp:2s; -voyageait voyager ver 45.74 27.50 1.27 2.91 ind:imp:3s; -voyageant voyager ver 45.74 27.50 0.71 0.54 par:pre; -voyagent voyager ver 45.74 27.50 1.71 1.22 ind:pre:3p; -voyageons voyager ver 45.74 27.50 0.62 0.27 imp:pre:1p;ind:pre:1p; -voyager voyager ver 45.74 27.50 19.45 9.19 inf; -voyagera voyager ver 45.74 27.50 0.41 0.00 ind:fut:3s; -voyagerai voyager ver 45.74 27.50 0.16 0.07 ind:fut:1s; -voyagerais voyager ver 45.74 27.50 0.08 0.07 cnd:pre:1s; -voyagerait voyager ver 45.74 27.50 0.22 0.27 cnd:pre:3s; -voyageras voyager ver 45.74 27.50 0.28 0.07 ind:fut:2s; -voyagerez voyager ver 45.74 27.50 0.07 0.00 ind:fut:2p; -voyageriez voyager ver 45.74 27.50 0.02 0.00 cnd:pre:2p; -voyagerons voyager ver 45.74 27.50 0.24 0.07 ind:fut:1p; -voyageront voyager ver 45.74 27.50 0.02 0.00 ind:fut:3p; -voyage_éclair voyage_éclair nom m p 0.00 0.07 0.00 0.07 -voyages voyage nom m p 123.17 140.07 10.98 29.53 -voyageur voyageur nom m s 8.11 43.38 3.17 20.88 -voyageurs voyageur nom m p 8.11 43.38 4.68 20.74 -voyageuse voyageur nom f s 8.11 43.38 0.26 1.08 -voyageuses voyageur nom f p 8.11 43.38 0.00 0.68 -voyagez voyager ver 45.74 27.50 1.69 0.14 imp:pre:2p;ind:pre:2p; -voyagiez voyager ver 45.74 27.50 0.28 0.00 ind:imp:2p; -voyagions voyager ver 45.74 27.50 0.34 0.34 ind:imp:1p; -voyagèrent voyager ver 45.74 27.50 0.01 0.14 ind:pas:3p; -voyagé voyager ver m s 45.74 27.50 5.90 4.93 par:pas; -voyaient voir ver 4119.49 2401.76 3.03 21.35 ind:imp:3p; -voyais voir ver 4119.49 2401.76 31.14 90.27 ind:imp:1s;ind:imp:2s; -voyait voir ver 4119.49 2401.76 25.32 180.95 ind:imp:3s; -voyance voyance nom f s 0.71 0.74 0.71 0.68 -voyances voyance nom f p 0.71 0.74 0.00 0.07 -voyant voir ver 4119.49 2401.76 17.16 42.64 par:pre; -voyante voyant nom f s 4.25 8.65 1.60 2.57 -voyantes voyant adj f p 3.55 8.58 0.22 0.88 -voyants voyant nom m p 4.25 8.65 0.56 1.89 -voyelle voyelle nom f s 0.71 1.76 0.36 0.47 -voyelles voyelle nom f p 0.71 1.76 0.35 1.28 -voyer voyer nom m s 0.16 0.00 0.16 0.00 -voyeur voyeur nom m s 3.71 4.26 2.94 2.77 -voyeurisme voyeurisme nom m s 0.13 0.34 0.13 0.34 -voyeurs voyeur nom m p 3.71 4.26 0.76 1.35 -voyeuse voyeur nom f s 3.71 4.26 0.02 0.14 -voyez voir ver 4119.49 2401.76 191.63 83.65 imp:pre:2p;ind:pre:2p; -voyiez voir ver 4119.49 2401.76 4.47 1.96 ind:imp:2p;sub:pre:2p; -voyions voir ver 4119.49 2401.76 0.88 4.80 ind:imp:1p; -voyons voir ver 4119.49 2401.76 127.93 44.80 imp:pre:1p;ind:pre:1p; -voyou voyou nom m s 21.09 25.07 11.69 14.59 -voyoucratie voyoucratie nom f s 0.00 0.27 0.00 0.27 -voyous voyou nom m p 21.09 25.07 9.41 10.47 -voyoute voyoute adj f s 0.00 0.47 0.00 0.27 -voyouterie voyouterie nom f s 0.00 0.34 0.00 0.34 -voyoutes voyoute adj f p 0.00 0.47 0.00 0.20 -voyoutisme voyoutisme nom m s 0.00 0.07 0.00 0.07 -vrac vrac nom m s 1.17 5.20 1.17 5.20 -vrai_faux vrai_faux adj m s 0.00 0.07 0.00 0.07 -vrai vrai adj m s 807.03 430.07 678.47 311.89 -vraie vrai adj f s 807.03 430.07 83.64 77.57 -vraies vrai adj f p 807.03 430.07 13.91 16.76 -vraiment vraiment adv 968.57 274.32 968.57 274.32 -vrais vrai adj m p 807.03 430.07 31.01 23.85 -vraisemblable vraisemblable adj s 0.89 5.74 0.89 5.54 -vraisemblablement vraisemblablement adv 1.39 5.68 1.39 5.68 -vraisemblables vraisemblable adj m p 0.89 5.74 0.00 0.20 -vraisemblance vraisemblance nom f s 0.12 2.91 0.09 2.77 -vraisemblances vraisemblance nom f p 0.12 2.91 0.03 0.14 -vraquier vraquier nom m s 0.00 0.07 0.00 0.07 -vrilla vriller ver 0.13 3.18 0.00 0.41 ind:pas:3s; -vrillaient vriller ver 0.13 3.18 0.00 0.14 ind:imp:3p; -vrillait vriller ver 0.13 3.18 0.00 0.54 ind:imp:3s; -vrillant vriller ver 0.13 3.18 0.01 0.61 par:pre; -vrille vrille nom f s 0.72 2.57 0.65 1.82 -vrillement vrillement nom m s 0.00 0.07 0.00 0.07 -vrillent vriller ver 0.13 3.18 0.00 0.14 ind:pre:3p; -vriller vriller ver 0.13 3.18 0.00 0.14 inf; -vrilles vrille nom f p 0.72 2.57 0.07 0.74 -vrillette vrillette nom f s 0.01 0.07 0.01 0.00 -vrillettes vrillette nom f p 0.01 0.07 0.00 0.07 -vrillèrent vriller ver 0.13 3.18 0.00 0.07 ind:pas:3p; -vrillé vriller ver m s 0.13 3.18 0.09 0.20 par:pas; -vrillées vriller ver f p 0.13 3.18 0.00 0.14 par:pas; -vrillés vriller ver m p 0.13 3.18 0.00 0.14 par:pas; -vrombir vrombir ver 0.26 1.96 0.02 0.27 inf; -vrombis vrombir ver 0.26 1.96 0.00 0.07 ind:pre:1s; -vrombissaient vrombir ver 0.26 1.96 0.02 0.07 ind:imp:3p; -vrombissait vrombir ver 0.26 1.96 0.00 0.27 ind:imp:3s; -vrombissant vrombir ver 0.26 1.96 0.01 0.27 par:pre; -vrombissante vrombissant adj f s 0.01 0.68 0.00 0.27 -vrombissantes vrombissant adj f p 0.01 0.68 0.00 0.34 -vrombissement vrombissement nom m s 0.47 1.35 0.47 1.15 -vrombissements vrombissement nom m p 0.47 1.35 0.00 0.20 -vrombissent vrombir ver 0.26 1.96 0.00 0.14 ind:pre:3p; -vrombissions vrombir ver 0.26 1.96 0.00 0.07 ind:imp:1p; -vrombit vrombir ver 0.26 1.96 0.21 0.81 ind:pre:3s;ind:pas:3s; -vroom vroom ono 0.07 0.41 0.07 0.41 -vroum vroum ono 0.38 0.34 0.38 0.34 -vu voir ver m s 4119.49 2401.76 905.21 393.45 par:pas; -vécûmes vivre ver 510.05 460.34 0.04 0.41 ind:pas:1p; -vécût vivre ver 510.05 460.34 0.00 0.54 sub:imp:3s; -vécu vivre ver m s 510.05 460.34 51.14 56.62 par:pas; -vécue vivre ver f s 510.05 460.34 2.26 4.26 par:pas; -vécues vivre ver f p 510.05 460.34 0.79 1.62 par:pas; -vécurent vivre ver 510.05 460.34 1.65 1.15 ind:pas:3p; -vécus vivre ver m p 510.05 460.34 1.10 2.43 ind:pas:1s;ind:pas:2s;par:pas; -vécés vécés nom m p 0.01 1.08 0.01 1.08 -vécussent vivre ver 510.05 460.34 0.00 0.14 sub:imp:3p; -vécut vivre ver 510.05 460.34 1.43 4.19 ind:pas:3s; -vue voir ver f s 4119.49 2401.76 109.21 56.35 par:pas; -vues voir ver f p 4119.49 2401.76 9.31 8.11 par:pas; -végète végéter ver 0.57 2.91 0.16 0.34 ind:pre:1s;ind:pre:3s; -végètent végéter ver 0.57 2.91 0.10 0.14 ind:pre:3p; -végètes végéter ver 0.57 2.91 0.02 0.00 ind:pre:2s; -végéta végéter ver 0.57 2.91 0.01 0.00 ind:pas:3s; -végétaient végéter ver 0.57 2.91 0.00 0.41 ind:imp:3p; -végétais végéter ver 0.57 2.91 0.00 0.07 ind:imp:1s; -végétait végéter ver 0.57 2.91 0.00 0.74 ind:imp:3s; -végétal végétal adj m s 0.78 8.85 0.18 2.97 -végétale végétal adj f s 0.78 8.85 0.51 3.85 -végétales végétal adj f p 0.78 8.85 0.03 0.95 -végétalien végétalien adj m s 0.22 0.07 0.11 0.00 -végétalienne végétalien adj f s 0.22 0.07 0.11 0.07 -végétalisme végétalisme nom m s 0.01 0.00 0.01 0.00 -végétarien végétarien adj m s 3.94 1.82 2.31 0.88 -végétarienne végétarien adj f s 3.94 1.82 1.32 0.68 -végétariennes végétarien adj f p 3.94 1.82 0.07 0.00 -végétariens végétarien nom m p 0.90 0.27 0.47 0.07 -végétarisme végétarisme nom m s 0.03 0.00 0.03 0.00 -végétatif végétatif adj m s 0.47 1.55 0.40 0.41 -végétatifs végétatif adj m p 0.47 1.55 0.01 0.07 -végétation végétation nom f s 1.47 9.53 0.78 8.85 -végétations végétation nom f p 1.47 9.53 0.69 0.68 -végétative végétatif adj f s 0.47 1.55 0.04 1.01 -végétatives végétatif adj f p 0.47 1.55 0.02 0.07 -végétaux végétal nom m p 0.44 1.89 0.26 0.88 -végéter végéter ver 0.57 2.91 0.26 0.88 inf; -végéteras végéter ver 0.57 2.91 0.01 0.00 ind:fut:2s; -végéterez végéter ver 0.57 2.91 0.00 0.07 ind:fut:2p; -végétons végéter ver 0.57 2.91 0.00 0.07 ind:pre:1p; -végétât végéter ver 0.57 2.91 0.00 0.07 sub:imp:3s; -végété végéter ver m s 0.57 2.91 0.01 0.14 par:pas; -véhiculaient véhiculer ver 0.72 2.30 0.02 0.07 ind:imp:3p; -véhiculait véhiculer ver 0.72 2.30 0.03 0.20 ind:imp:3s; -véhiculant véhiculer ver 0.72 2.30 0.04 0.20 par:pre; -véhicule véhicule nom m s 22.08 22.09 17.04 14.86 -véhiculent véhiculer ver 0.72 2.30 0.14 0.07 ind:pre:3p; -véhiculer véhiculer ver 0.72 2.30 0.12 0.95 inf; -véhicules véhicule nom m p 22.08 22.09 5.04 7.23 -véhiculez véhiculer ver 0.72 2.30 0.01 0.00 imp:pre:2p; -véhiculé véhiculer ver m s 0.72 2.30 0.00 0.14 par:pas; -véhiculée véhiculer ver f s 0.72 2.30 0.04 0.20 par:pas; -véhémence véhémence nom f s 0.31 5.07 0.31 5.07 -véhément véhément adj m s 0.29 5.88 0.02 1.49 -véhémente véhément adj f s 0.29 5.88 0.28 1.89 -véhémentement véhémentement adv 0.01 0.34 0.01 0.34 -véhémentes véhément adj f p 0.29 5.88 0.00 1.22 -véhéments véhément adj m p 0.29 5.88 0.00 1.28 -vêlage vêlage nom m s 0.00 0.20 0.00 0.14 -vêlages vêlage nom m p 0.00 0.20 0.00 0.07 -vélaires vélaire nom f p 0.00 0.07 0.00 0.07 -vélar vélar nom m s 0.04 0.00 0.04 0.00 -vulcain vulcain nom m s 0.06 0.00 0.06 0.00 -vulcanienne vulcanienne adj f s 0.01 0.00 0.01 0.00 -vulcanisait vulcaniser ver 0.01 0.07 0.00 0.07 ind:imp:3s; -vulcanisation vulcanisation nom f s 0.00 0.07 0.00 0.07 -vulcaniser vulcaniser ver 0.01 0.07 0.01 0.00 inf; -vulcanisé vulcanisé adj m s 0.01 0.14 0.01 0.14 -vulcanologue vulcanologue nom s 0.00 0.07 0.00 0.07 -vêler vêler ver 0.02 0.54 0.01 0.47 inf; -vulgaire vulgaire adj s 10.36 16.76 8.48 12.84 -vulgairement vulgairement adv 0.40 1.22 0.40 1.22 -vulgaires vulgaire adj p 10.36 16.76 1.88 3.92 -vulgarisateurs vulgarisateur nom m p 0.00 0.07 0.00 0.07 -vulgarisation vulgarisation nom f s 0.01 0.41 0.01 0.34 -vulgarisations vulgarisation nom f p 0.01 0.41 0.00 0.07 -vulgariser vulgariser ver 0.01 0.14 0.01 0.14 inf; -vulgarisée vulgarisé adj f s 0.00 0.07 0.00 0.07 -vulgarité vulgarité nom f s 1.75 5.68 1.59 5.34 -vulgarités vulgarité nom f p 1.75 5.68 0.17 0.34 -vulgate vulgate nom f s 0.00 0.20 0.00 0.20 -vulgum_pecus vulgum_pecus nom m 0.01 0.07 0.01 0.07 -vélin vélin adj m s 0.02 0.07 0.02 0.07 -vélins vélin nom m p 0.00 0.68 0.00 0.07 -véliplanchiste véliplanchiste nom s 0.01 0.00 0.01 0.00 -vélique vélique adj f s 0.00 0.07 0.00 0.07 -vulnérabilité vulnérabilité nom f s 0.77 1.01 0.77 1.01 -vulnérable vulnérable adj s 7.76 7.97 6.00 6.35 -vulnérables vulnérable adj p 7.76 7.97 1.77 1.62 -vulnéraire vulnéraire nom s 0.00 0.20 0.00 0.14 -vulnéraires vulnéraire nom p 0.00 0.20 0.00 0.07 -vulnérant vulnérant adj m s 0.00 0.07 0.00 0.07 -vélo_cross vélo_cross nom m 0.00 0.07 0.00 0.07 -vélo_pousse vélo_pousse nom m s 0.01 0.00 0.01 0.00 -vélo vélo nom m s 35.58 28.45 32.95 24.32 -véloce véloce adj s 0.06 0.74 0.04 0.54 -vélocement vélocement adv 0.01 0.00 0.01 0.00 -véloces véloce adj f p 0.06 0.74 0.02 0.20 -vélocipède vélocipède nom m s 0.13 0.41 0.11 0.27 -vélocipèdes vélocipède nom m p 0.13 0.41 0.02 0.14 -vélocipédique vélocipédique adj s 0.00 0.20 0.00 0.14 -vélocipédiques vélocipédique adj f p 0.00 0.20 0.00 0.07 -vélocipédistes vélocipédiste nom p 0.00 0.07 0.00 0.07 -vélocité vélocité nom f s 0.25 1.08 0.25 1.08 -vélodrome vélodrome nom m s 0.00 0.88 0.00 0.68 -vélodromes vélodrome nom m p 0.00 0.88 0.00 0.20 -vélomoteur vélomoteur nom m s 0.23 1.49 0.23 1.22 -vélomoteurs vélomoteur nom m p 0.23 1.49 0.00 0.27 -vélos vélo nom m p 35.58 28.45 2.64 4.12 -vulpin vulpin nom m s 0.00 0.07 0.00 0.07 -vêlé vêler ver m s 0.02 0.54 0.01 0.07 par:pas; -vélum vélum nom m s 0.02 0.41 0.02 0.27 -vélums vélum nom m p 0.02 0.41 0.00 0.14 -vulvaire vulvaire nom f s 0.03 0.07 0.03 0.00 -vulvaires vulvaire nom f p 0.03 0.07 0.00 0.07 -vulve vulve nom f s 0.32 1.35 0.32 0.95 -vulves vulve nom f p 0.32 1.35 0.00 0.41 -vénal vénal adj m s 0.54 1.76 0.45 0.81 -vénale vénal adj f s 0.54 1.76 0.09 0.41 -vénales vénal adj f p 0.54 1.76 0.00 0.41 -vénalité vénalité nom f s 0.02 0.41 0.02 0.41 -vénaux vénal adj m p 0.54 1.76 0.00 0.14 -vénerie vénerie nom f s 0.00 0.61 0.00 0.61 -véniel véniel adj m s 0.32 0.81 0.30 0.20 -vénielle véniel adj f s 0.32 0.81 0.00 0.07 -vénielles véniel adj f p 0.32 0.81 0.00 0.14 -véniels véniel adj m p 0.32 0.81 0.01 0.41 -vénitien vénitien adj m s 0.95 6.96 0.86 2.43 -vénitienne vénitienne nom f s 0.14 0.54 0.14 0.34 -vénitiennes vénitien adj f p 0.95 6.96 0.03 1.28 -vénitiens vénitien nom m p 0.36 1.82 0.24 1.15 -vénère vénérer ver 5.86 4.66 1.53 0.47 imp:pre:2s;ind:pre:1s;ind:pre:3s; -vénèrent vénérer ver 5.86 4.66 0.67 0.20 ind:pre:3p; -vénères vénérer ver 5.86 4.66 0.27 0.07 ind:pre:2s; -vénéneuse vénéneux adj f s 0.69 2.36 0.09 0.74 -vénéneuses vénéneux adj f p 0.69 2.36 0.06 0.41 -vénéneux vénéneux adj m 0.69 2.36 0.55 1.22 -vénérable vénérable adj s 2.56 6.35 2.20 4.80 -vénérables vénérable adj p 2.56 6.35 0.36 1.55 -vénérai vénérer ver 5.86 4.66 0.00 0.07 ind:pas:1s; -vénéraient vénérer ver 5.86 4.66 0.21 0.14 ind:imp:3p; -vénérais vénérer ver 5.86 4.66 0.19 0.27 ind:imp:1s;ind:imp:2s; -vénérait vénérer ver 5.86 4.66 0.47 1.35 ind:imp:3s; -vénérant vénérer ver 5.86 4.66 0.15 0.14 par:pre; -vénéras vénérer ver 5.86 4.66 0.01 0.00 ind:pas:2s; -vénération vénération nom f s 0.23 2.84 0.23 2.70 -vénérations vénération nom f p 0.23 2.84 0.00 0.14 -vénérer vénérer ver 5.86 4.66 0.94 0.88 inf; -vénérera vénérer ver 5.86 4.66 0.01 0.00 ind:fut:3s; -vénéreraient vénérer ver 5.86 4.66 0.00 0.07 cnd:pre:3p; -vénérerais vénérer ver 5.86 4.66 0.01 0.00 cnd:pre:1s; -vénérez vénérer ver 5.86 4.66 0.27 0.00 imp:pre:2p;ind:pre:2p; -vénérien vénérien adj m s 0.61 0.95 0.02 0.14 -vénérienne vénérien adj f s 0.61 0.95 0.28 0.20 -vénériennes vénérien adj f p 0.61 0.95 0.31 0.54 -vénériens vénérien adj m p 0.61 0.95 0.00 0.07 -vénérions vénérer ver 5.86 4.66 0.03 0.14 ind:imp:1p; -vénérons vénérer ver 5.86 4.66 0.32 0.00 ind:pre:1p; -vénéré vénéré adj m s 1.10 1.69 0.91 0.88 -vénérée vénéré adj f s 1.10 1.69 0.12 0.14 -vénérées vénérer ver f p 5.86 4.66 0.14 0.07 par:pas; -vénéréologie vénéréologie nom f s 0.01 0.00 0.01 0.00 -vénérés vénérer ver m p 5.86 4.66 0.06 0.20 par:pas; -vénus vénus nom f 0.56 0.41 0.56 0.41 -vénusien vénusien adj m s 0.11 0.20 0.01 0.14 -vénusienne vénusien adj f s 0.11 0.20 0.04 0.00 -vénusiens vénusien adj m p 0.11 0.20 0.06 0.07 -vénusté vénusté nom f s 0.00 0.34 0.00 0.34 -vénézuélien vénézuélien adj m s 0.48 0.27 0.07 0.20 -vénézuélienne vénézuélien adj f s 0.48 0.27 0.26 0.00 -vénézuéliens vénézuélien adj m p 0.48 0.27 0.16 0.07 -vêpre vêpres nom m s 0.64 2.43 0.00 0.07 -vêpres vêpres nom f p 0.64 2.43 0.64 2.36 -vérace vérace adj f s 0.00 0.14 0.00 0.07 -véraces vérace adj p 0.00 0.14 0.00 0.07 -véracité véracité nom f s 0.58 0.74 0.58 0.74 -véranda véranda nom f s 1.90 10.20 1.86 9.12 -vérandas véranda nom f p 1.90 10.20 0.03 1.08 -véreuse véreux adj f s 1.67 1.62 0.35 0.14 -véreuses véreux adj f p 1.67 1.62 0.10 0.27 -véreux véreux adj m 1.67 1.62 1.23 1.22 -véridique véridique adj s 0.82 2.23 0.66 1.69 -véridiquement véridiquement adv 0.01 0.14 0.01 0.14 -véridiques véridique adj p 0.82 2.23 0.16 0.54 -vérif vérif nom f s 0.10 0.27 0.10 0.27 -vérifia vérifier ver 110.87 40.27 0.04 2.91 ind:pas:3s; -vérifiable vérifiable adj s 0.21 0.20 0.18 0.14 -vérifiables vérifiable adj f p 0.21 0.20 0.03 0.07 -vérifiai vérifier ver 110.87 40.27 0.01 0.20 ind:pas:1s; -vérifiaient vérifier ver 110.87 40.27 0.05 0.27 ind:imp:3p; -vérifiais vérifier ver 110.87 40.27 1.33 0.68 ind:imp:1s;ind:imp:2s; -vérifiait vérifier ver 110.87 40.27 0.73 2.50 ind:imp:3s; -vérifiant vérifier ver 110.87 40.27 0.20 1.49 par:pre; -vérificateur vérificateur nom m s 0.42 0.07 0.33 0.00 -vérificateurs vérificateur nom m p 0.42 0.07 0.03 0.07 -vérification vérification nom f s 4.07 3.45 3.40 2.50 -vérifications vérification nom f p 4.07 3.45 0.68 0.95 -vérificatrice vérificateur nom f s 0.42 0.07 0.07 0.00 -vérifie vérifier ver 110.87 40.27 20.47 3.92 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -vérifient vérifier ver 110.87 40.27 1.27 0.27 ind:pre:3p; -vérifier vérifier ver 110.87 40.27 45.69 22.09 inf; -vérifiera vérifier ver 110.87 40.27 0.55 0.20 ind:fut:3s; -vérifierai vérifier ver 110.87 40.27 1.35 0.20 ind:fut:1s; -vérifierais vérifier ver 110.87 40.27 0.10 0.07 cnd:pre:1s;cnd:pre:2s; -vérifierait vérifier ver 110.87 40.27 0.03 0.07 cnd:pre:3s; -vérifieras vérifier ver 110.87 40.27 0.17 0.07 ind:fut:2s; -vérifierons vérifier ver 110.87 40.27 0.32 0.07 ind:fut:1p; -vérifieront vérifier ver 110.87 40.27 0.22 0.00 ind:fut:3p; -vérifies vérifier ver 110.87 40.27 0.94 0.14 ind:pre:2s; -vérifieur vérifieur nom m s 0.02 0.00 0.02 0.00 -vérifiez vérifier ver 110.87 40.27 12.16 0.47 imp:pre:2p;ind:pre:2p; -vérifiions vérifier ver 110.87 40.27 0.00 0.07 ind:imp:1p; -vérifions vérifier ver 110.87 40.27 2.15 0.14 imp:pre:1p;ind:pre:1p; -vérifièrent vérifier ver 110.87 40.27 0.01 0.14 ind:pas:3p; -vérifié vérifier ver m s 110.87 40.27 21.64 4.19 par:pas; -vérifiée vérifier ver f s 110.87 40.27 0.50 0.14 par:pas; -vérifiées vérifier ver f p 110.87 40.27 0.37 0.00 par:pas; -vérifiés vérifier ver m p 110.87 40.27 0.57 0.00 par:pas; -vérin vérin nom m s 0.06 0.34 0.05 0.07 -vérins vérin nom m p 0.06 0.34 0.01 0.27 -vériste vériste adj m s 0.00 0.07 0.00 0.07 -véritable véritable adj s 29.36 56.08 26.78 48.51 -véritablement véritablement adv 2.03 5.88 2.03 5.88 -véritables véritable adj p 29.36 56.08 2.58 7.57 -vérité vérité nom f s 193.24 140.88 190.21 133.38 -vérités vérité nom f p 193.24 140.88 3.03 7.50 -vérole vérole nom f s 0.79 3.58 0.79 3.45 -véroles vérole nom f p 0.79 3.58 0.00 0.14 -vérolé vérolé adj m s 0.33 1.96 0.02 1.42 -vérolée vérolé adj f s 0.33 1.96 0.17 0.00 -vérolées vérolé adj f p 0.33 1.96 0.00 0.34 -vérolés vérolé adj m p 0.33 1.96 0.14 0.20 -véronaise véronais adj f s 0.00 0.07 0.00 0.07 -véronal véronal nom m s 0.04 0.00 0.04 0.00 -véronique véronique nom f s 0.10 0.74 0.10 0.54 -véroniques véronique nom f p 0.10 0.74 0.00 0.20 -vus voir ver m p 4119.49 2401.76 47.81 28.72 par:pas; -vésanie vésanie nom f s 0.00 0.27 0.00 0.20 -vésanies vésanie nom f p 0.00 0.27 0.00 0.07 -vésicale vésical adj f s 0.01 0.00 0.01 0.00 -vésicante vésicant adj f s 0.10 0.00 0.10 0.00 -vésicatoire vésicatoire adj s 0.10 0.07 0.10 0.00 -vésicatoires vésicatoire adj m p 0.10 0.07 0.00 0.07 -vésiculaire vésiculaire adj s 0.10 0.00 0.10 0.00 -vésicule vésicule nom f s 1.01 0.74 0.90 0.61 -vésicules vésicule nom f p 1.01 0.74 0.11 0.14 -vésuviennes vésuvien adj f p 0.00 0.07 0.00 0.07 -vêt vêtir ver 7.67 63.85 0.02 0.14 ind:pre:3s; -vêtaient vêtir ver 7.67 63.85 0.00 0.07 ind:imp:3p; -vêtait vêtir ver 7.67 63.85 0.14 0.41 ind:imp:3s; -vêtant vêtir ver 7.67 63.85 0.00 0.14 par:pre; -vête vêtir ver 7.67 63.85 0.00 0.07 sub:pre:3s; -vêtement vêtement nom m s 61.48 90.14 3.84 15.34 -vêtements vêtement nom m p 61.48 90.14 57.65 74.80 -vêtent vêtir ver 7.67 63.85 0.11 0.34 ind:pre:3p; -vêtez vêtir ver 7.67 63.85 0.01 0.34 imp:pre:2p;ind:pre:2p; -vétille vétille nom f s 0.39 1.22 0.22 0.20 -vétilles vétille nom f p 0.39 1.22 0.16 1.01 -vétilleuse vétilleux adj f s 0.00 0.68 0.00 0.27 -vétilleuses vétilleux adj f p 0.00 0.68 0.00 0.07 -vétilleux vétilleux adj m 0.00 0.68 0.00 0.34 -vêtir vêtir ver 7.67 63.85 1.55 3.18 inf; -vêtira vêtir ver 7.67 63.85 0.02 0.07 ind:fut:3s; -vêtirais vêtir ver 7.67 63.85 0.00 0.07 cnd:pre:1s; -vêtirait vêtir ver 7.67 63.85 0.00 0.07 cnd:pre:3s; -vêtirons vêtir ver 7.67 63.85 0.00 0.07 ind:fut:1p; -vêtis vêtir ver 7.67 63.85 0.00 0.07 ind:pas:1s; -vêtit vêtir ver 7.67 63.85 0.00 0.20 ind:pas:3s; -vétiver vétiver nom m s 0.00 0.27 0.00 0.27 -vêtons vêtir ver 7.67 63.85 0.00 0.07 ind:pre:1p; -vêts vêtir ver 7.67 63.85 0.00 0.54 ind:pre:1s;ind:pre:2s; -vêtu vêtir ver m s 7.67 63.85 3.47 26.96 par:pas; -vêtue vêtir ver f s 7.67 63.85 1.23 15.27 par:pas; -vêtues vêtir ver f p 7.67 63.85 0.28 4.73 par:pas; -vétéran vétéran nom m s 3.84 2.43 1.86 1.28 -vétérans vétéran nom m p 3.84 2.43 1.98 1.15 -vêture vêture nom f s 0.00 0.61 0.00 0.54 -vêtures vêture nom f p 0.00 0.61 0.00 0.07 -vétérinaire vétérinaire nom s 3.93 3.85 3.74 3.72 -vétérinaires vétérinaire nom p 3.93 3.85 0.19 0.14 -vêtus vêtir ver m p 7.67 63.85 0.83 11.08 par:pas; -vétuste vétuste adj s 0.25 3.18 0.05 2.03 -vétustes vétuste adj p 0.25 3.18 0.20 1.15 -vétusté vétusté nom f s 0.02 0.68 0.02 0.68 -vétyver vétyver nom m s 0.00 0.07 0.00 0.07 -w w nom m 3.54 2.70 3.54 2.70 -wagnérien wagnérien adj m s 0.04 0.47 0.01 0.34 -wagnérienne wagnérien adj f s 0.04 0.47 0.03 0.07 -wagnériennes wagnérien adj f p 0.04 0.47 0.00 0.07 -wagon_bar wagon_bar nom m s 0.03 0.00 0.03 0.00 -wagon_lit wagon_lit nom m s 1.79 1.89 0.70 0.81 -wagon_lits wagon_lits nom m 0.00 0.07 0.00 0.07 -wagon_restaurant wagon_restaurant nom m s 0.35 1.01 0.35 0.81 -wagon_salon wagon_salon nom m s 0.01 0.54 0.01 0.54 -wagon wagon nom m s 10.24 32.77 6.53 18.11 -wagonnet wagonnet nom m s 0.26 1.28 0.12 0.20 -wagonnets wagonnet nom m p 0.26 1.28 0.14 1.08 -wagon_citerne wagon_citerne nom m p 0.00 0.07 0.00 0.07 -wagon_lit wagon_lit nom m p 1.79 1.89 1.09 1.08 -wagon_restaurant wagon_restaurant nom m p 0.35 1.01 0.00 0.20 -wagons wagon nom m p 10.24 32.77 3.71 14.66 -wait_and_see wait_and_see nom m s 0.16 0.00 0.16 0.00 -wali wali nom m s 0.02 0.00 0.02 0.00 -walkie_talkie walkie_talkie nom m s 0.08 0.14 0.05 0.14 -walkie_talkie walkie_talkie nom m p 0.08 0.14 0.03 0.00 -walkman walkman nom m s 1.18 1.28 1.13 1.22 -walkmans walkman nom m p 1.18 1.28 0.05 0.07 -walkyrie walkyrie nom f s 0.00 0.27 0.00 0.27 -wall_street wall_street nom s 0.03 0.07 0.03 0.07 -wallaby wallaby nom m s 0.13 0.00 0.13 0.00 -wallace wallace nom f s 0.91 0.00 0.91 0.00 -wallon wallon adj m s 0.28 0.07 0.01 0.07 -wallonne wallon adj f s 0.28 0.07 0.27 0.00 -walter walter nom m s 0.27 0.00 0.27 0.00 -wapiti wapiti nom m s 0.03 0.20 0.02 0.07 -wapitis wapiti nom m p 0.03 0.20 0.01 0.14 -warning warning nom m s 0.34 0.07 0.07 0.00 -warnings warning nom m p 0.34 0.07 0.28 0.07 -warrants warrant nom m p 0.00 0.07 0.00 0.07 -wassingue wassingue nom f s 0.00 0.14 0.00 0.07 -wassingues wassingue nom f p 0.00 0.14 0.00 0.07 -water_closet water_closet nom m s 0.00 0.14 0.00 0.14 -water_polo water_polo nom m s 0.23 0.00 0.23 0.00 -water water nom m s 2.49 1.55 1.03 0.20 -waterman waterman nom m s 0.12 0.34 0.12 0.34 -waterproof waterproof adj m s 0.07 0.07 0.07 0.07 -waters water nom m p 2.49 1.55 1.46 1.35 -watt watt nom m s 1.78 0.81 0.03 0.00 -wattman wattman nom m s 0.00 0.20 0.00 0.20 -watts watt nom m p 1.78 0.81 1.75 0.81 -wax wax nom m 0.74 0.07 0.74 0.07 -way_of_life way_of_life nom m s 0.02 0.14 0.02 0.14 -web web nom m s 2.34 0.00 2.34 0.00 -webcam webcam nom f s 0.31 0.00 0.31 0.00 -week_end week_end nom m s 44.51 14.32 39.41 12.16 -week_end week_end nom m p 44.51 14.32 3.13 2.16 -week_end week_end nom m s 44.51 14.32 1.96 0.00 -weimarienne weimarien adj f s 0.00 0.07 0.00 0.07 -weltanschauung weltanschauung nom f s 0.02 0.07 0.02 0.07 -welter welter nom m s 0.14 0.00 0.10 0.00 -welters welter nom m p 0.14 0.00 0.04 0.00 -western_spaghetti western_spaghetti nom m 0.00 0.07 0.00 0.07 -western western nom m s 6.35 3.78 5.19 1.96 -westerns western nom m p 6.35 3.78 1.16 1.82 -westphalien westphalien adj m s 0.00 0.14 0.00 0.07 -westphaliennes westphalien adj f p 0.00 0.14 0.00 0.07 -wharf wharf nom m s 0.03 1.22 0.03 1.22 -whig whig nom m s 0.21 0.07 0.03 0.07 -whigs whig nom m p 0.21 0.07 0.18 0.00 -whipcord whipcord nom m s 0.00 0.07 0.00 0.07 -whiskey whiskey nom m s 1.20 0.27 1.20 0.27 -whiskies whiskies nom m p 0.53 1.89 0.53 1.89 -whisky_soda whisky_soda nom m s 0.13 0.07 0.13 0.07 -whisky whisky nom m s 30.20 25.47 29.89 25.14 -whiskys whisky nom m p 30.20 25.47 0.32 0.34 -whist whist nom m s 0.19 0.27 0.19 0.27 -white_spirit white_spirit nom m s 0.01 0.00 0.01 0.00 -wicket wicket nom m s 0.16 0.00 0.16 0.00 -wigwam wigwam nom m s 0.00 0.27 0.00 0.14 -wigwams wigwam nom m p 0.00 0.27 0.00 0.14 -wildcat wildcat nom m s 0.02 0.00 0.02 0.00 -wilhelmien wilhelmien adj m s 0.00 0.14 0.00 0.14 -willaya willaya nom f s 0.00 0.68 0.00 0.61 -willayas willaya nom f p 0.00 0.68 0.00 0.07 -william william nom m s 0.09 0.27 0.09 0.27 -williams williams nom f s 0.46 0.00 0.46 0.00 -winchester winchester nom m s 0.05 0.27 0.01 0.27 -winchesters winchester nom m p 0.05 0.27 0.04 0.00 -windsurf windsurf nom m s 0.05 0.00 0.05 0.00 -wintergreen wintergreen nom m s 0.01 0.00 0.01 0.00 -wishbone wishbone nom m s 0.01 0.00 0.01 0.00 -wisigothe wisigoth nom f s 0.00 0.14 0.00 0.07 -wisigothique wisigothique adj f s 0.00 0.14 0.00 0.07 -wisigothiques wisigothique adj f p 0.00 0.14 0.00 0.07 -wisigoths wisigoth nom m p 0.00 0.14 0.00 0.07 -witz witz nom m 0.01 0.00 0.01 0.00 -wombat wombat nom m s 0.04 0.00 0.04 0.00 -woofer woofer nom m s 0.04 0.00 0.01 0.00 -woofers woofer nom m p 0.04 0.00 0.03 0.00 -world_music world_music nom f 0.02 0.00 0.02 0.00 -wouah wouah ono 1.29 0.07 1.29 0.07 -wurtembergeois wurtembergeois adj m 0.00 0.14 0.00 0.07 -wurtembergeoise wurtembergeois adj f s 0.00 0.14 0.00 0.07 -x x adj_num 7.48 4.46 7.48 4.46 -xavier xavier nom m s 0.67 0.07 0.67 0.07 -xiang xiang nom m s 0.01 0.00 0.01 0.00 -xiphidion xiphidion nom m s 0.00 0.07 0.00 0.07 -xiphoïde xiphoïde adj m s 0.14 0.00 0.14 0.00 -xième xième adj m s 0.28 0.00 0.28 0.00 -xénogenèse xénogenèse nom f s 0.01 0.00 0.01 0.00 -xénogreffe xénogreffe nom f s 0.01 0.00 0.01 0.00 -xénon xénon nom m s 0.34 0.00 0.34 0.00 -xénophilie xénophilie nom f s 0.00 0.14 0.00 0.14 -xénophobe xénophobe adj s 0.07 0.14 0.04 0.00 -xénophobes xénophobe adj p 0.07 0.14 0.04 0.14 -xénophobie xénophobie nom f s 0.25 0.88 0.25 0.88 -xérographie xérographie nom f s 0.01 0.00 0.01 0.00 -xérographique xérographique adj m s 0.01 0.00 0.01 0.00 -xérès xérès nom m 0.41 0.54 0.41 0.54 -xylographie xylographie nom f s 0.20 0.00 0.20 0.00 -xylophone xylophone nom m s 0.28 0.34 0.28 0.27 -xylophones xylophone nom m p 0.28 0.34 0.00 0.07 -xylophoniste xylophoniste nom s 0.04 0.00 0.04 0.00 -xylène xylène nom m s 0.03 0.00 0.03 0.00 -y y pro_per 4346.55 3086.76 4346.55 3086.76 -ya ya nom m s 11.45 3.31 11.45 3.31 -yacht_club yacht_club nom m s 0.04 0.07 0.04 0.07 -yacht yacht nom m s 6.95 4.80 6.51 3.78 -yachting yachting nom m s 0.04 0.14 0.04 0.14 -yachtman yachtman nom m s 0.02 0.14 0.02 0.07 -yachtmen yachtman nom m p 0.02 0.14 0.00 0.07 -yachts yacht nom m p 6.95 4.80 0.44 1.01 -yachtwoman yachtwoman nom f s 0.00 0.07 0.00 0.07 -yack yack nom m s 3.15 1.76 0.46 1.42 -yacks yack nom m p 3.15 1.76 2.69 0.34 -yak yak nom m s 0.38 0.41 0.28 0.41 -yakitori yakitori nom m s 0.01 0.00 0.01 0.00 -yaks yak nom m p 0.38 0.41 0.10 0.00 -yakusa yakusa nom m s 0.15 0.00 0.15 0.00 -yakuza yakuza nom m s 0.86 0.00 0.79 0.00 -yakuzas yakuza nom m p 0.86 0.00 0.07 0.00 -yali yali nom m s 0.00 1.01 0.00 0.88 -yalis yali nom m p 0.00 1.01 0.00 0.14 -yama yama nom m s 0.24 0.07 0.24 0.07 -yang yang nom m s 3.25 0.81 3.25 0.81 -yankee yankee nom s 8.71 1.08 3.71 0.68 -yankees yankee nom p 8.71 1.08 5.00 0.41 -yanquis yanqui adj p 0.01 0.00 0.01 0.00 -yaourt yaourt nom m s 3.58 4.73 2.87 3.18 -yaourtières yaourtière nom f p 0.00 0.07 0.00 0.07 -yaourts yaourt nom m p 3.58 4.73 0.71 1.55 -yard yard nom m s 2.10 0.34 0.46 0.27 -yards yard nom m p 2.10 0.34 1.64 0.07 -yatagan yatagan nom m s 0.01 0.88 0.01 0.54 -yatagans yatagan nom m p 0.01 0.88 0.00 0.34 -yeah yeah ono 14.01 0.27 14.01 0.27 -yearling yearling nom m s 0.01 0.14 0.01 0.14 -yen yen nom m s 3.27 0.61 1.87 0.47 -yens yen nom m p 3.27 0.61 1.40 0.14 -yeshiva yeshiva nom f s 1.13 0.20 1.13 0.20 -yeti yeti nom m s 0.29 0.14 0.29 0.14 -yeuse yeuse nom f s 0.12 0.81 0.02 0.14 -yeuses yeuse nom f p 0.12 0.81 0.10 0.68 -oeil_radars oeil_radars nom m p 0.00 0.07 0.00 0.07 -yeux oeil nom m p 413.04 1234.59 315.89 955.68 -yiddish yiddish adj m s 0.70 0.74 0.70 0.74 -yin yin nom m s 2.17 0.81 2.17 0.81 -ylang_ylang ylang_ylang nom m s 0.01 0.00 0.01 0.00 -yo_yo yo_yo nom m 1.03 0.47 1.03 0.47 -yodlait yodler ver 0.03 0.07 0.00 0.07 ind:imp:3s; -yodler yodler ver 0.03 0.07 0.03 0.00 inf; -yoga yoga nom m s 3.17 1.08 3.17 1.08 -yoghourt yoghourt nom m s 0.00 0.34 0.00 0.34 -yogi yogi nom m s 0.57 0.47 0.52 0.41 -yogis yogi nom m p 0.57 0.47 0.05 0.07 -yogourt yogourt nom m s 0.31 0.07 0.31 0.07 -yole yole nom f s 0.04 0.47 0.04 0.47 -yom_kippour yom_kippour nom m 0.45 0.34 0.45 0.34 -yom_kippur yom_kippur nom m s 0.04 0.00 0.04 0.00 -york york nom m s 0.48 0.61 0.48 0.61 -yorkshire yorkshire nom m s 0.01 0.00 0.01 0.00 -you_you you_you nom m s 0.00 0.07 0.00 0.07 -yougoslave yougoslave adj s 0.69 1.42 0.55 0.81 -yougoslaves yougoslave adj p 0.69 1.42 0.14 0.61 -youp youp ono 0.17 0.68 0.17 0.68 -youpi youpi ono 1.12 0.54 1.12 0.54 -youpin youpin nom m s 1.08 1.62 1.05 1.42 -youpine youpin nom f s 1.08 1.62 0.03 0.20 -yourte yourte nom f s 0.56 2.91 0.56 1.28 -yourtes yourte nom f p 0.56 2.91 0.00 1.62 -youtre youtre nom s 0.01 0.00 0.01 0.00 -youyou youyou nom m s 0.00 1.62 0.00 1.42 -youyous youyou nom m p 0.00 1.62 0.00 0.20 -yoyo yoyo nom m s 0.64 0.54 0.59 0.34 -yoyos yoyo nom m p 0.64 0.54 0.05 0.20 -ypérite ypérite nom f s 0.00 0.14 0.00 0.14 -yèbles yèble nom f p 0.00 0.14 0.00 0.14 -yé_yé yé_yé nom m 0.00 0.14 0.00 0.14 -yu y nom_sup m s 33.20 26.62 2.94 0.00 -yuan yuan nom m s 4.69 0.00 0.50 0.00 -yuans yuan nom m p 4.69 0.00 4.19 0.00 -yucca yucca nom m s 0.31 0.07 0.24 0.00 -yuccas yucca nom m p 0.31 0.07 0.07 0.07 -yue yue nom m 0.43 0.00 0.43 0.00 -yéménites yéménite nom p 0.01 0.07 0.01 0.07 -yuppie yuppie nom s 1.04 0.07 0.45 0.00 -yuppies yuppie nom p 1.04 0.07 0.60 0.07 -yéti yéti nom m s 0.65 0.14 0.65 0.14 -yéyé yéyé nom s 0.41 0.34 0.41 0.20 -yéyés yéyé nom p 0.41 0.34 0.00 0.14 -z z nom m 5.39 5.07 5.39 5.07 -zaïrois zaïrois nom m 0.01 0.00 0.01 0.00 -zaïroise zaïrois adj f s 0.01 0.14 0.00 0.07 -zaïroises zaïrois adj f p 0.01 0.14 0.01 0.07 -zadé zader ver m s 0.00 0.47 0.00 0.47 par:pas; -zaibatsu zaibatsu nom m 0.01 0.00 0.01 0.00 -zain zain adj m s 0.00 0.07 0.00 0.07 -zakouski zakouski nom m 0.62 0.34 0.62 0.07 -zakouskis zakouski nom m p 0.62 0.34 0.00 0.27 -zani zani nom m s 0.04 0.00 0.04 0.00 -zanimaux zanimaux nom m p 0.00 0.07 0.00 0.07 -zanzi zanzi nom m s 0.02 8.04 0.02 8.04 -zanzibar zanzibar nom m s 0.01 0.00 0.01 0.00 -zappant zapper ver 2.73 0.14 0.01 0.00 par:pre; -zappe zapper ver 2.73 0.14 1.04 0.00 imp:pre:2s;ind:pre:1s;ind:pre:3s; -zapper zapper ver 2.73 0.14 0.75 0.07 inf; -zapperai zapper ver 2.73 0.14 0.02 0.00 ind:fut:1s; -zapperait zapper ver 2.73 0.14 0.01 0.00 cnd:pre:3s; -zappes zapper ver 2.73 0.14 0.17 0.00 ind:pre:2s; -zappeur zappeur nom m s 0.14 0.00 0.14 0.00 -zappez zapper ver 2.73 0.14 0.09 0.00 imp:pre:2p;ind:pre:2p; -zapping zapping nom m s 0.02 0.00 0.02 0.00 -zappé zapper ver m s 2.73 0.14 0.64 0.07 par:pas; -zarabe zarabe nom s 0.10 0.00 0.10 0.00 -zarbi zarbi adj s 0.70 0.14 0.63 0.14 -zarbis zarbi adj m p 0.70 0.14 0.07 0.00 -zazou zazou adj m s 0.06 1.01 0.04 1.01 -zazous zazou nom m p 0.11 0.88 0.07 0.20 -zeb zeb nom m s 0.50 0.07 0.50 0.07 -zef zef nom m s 0.01 4.53 0.01 4.53 -zelle zelle nom m s 0.71 0.74 0.71 0.74 -zemstvo zemstvo nom m s 0.00 0.07 0.00 0.07 -zen zen adj m s 2.55 1.76 2.55 1.76 -zens zen nom m p 0.93 0.81 0.01 0.20 -zeppelin zeppelin nom m s 0.07 0.41 0.04 0.14 -zeppelins zeppelin nom m p 0.07 0.41 0.03 0.27 -zest zest nom m s 0.05 0.07 0.05 0.07 -zeste zeste nom m s 0.70 0.88 0.69 0.74 -zester zester ver 0.01 0.00 0.01 0.00 inf; -zestes zeste nom m p 0.70 0.88 0.01 0.14 -zibeline zibeline nom f s 1.48 1.08 0.86 0.81 -zibelines zibeline nom f p 1.48 1.08 0.61 0.27 -zicmu zicmu nom f s 0.14 0.00 0.14 0.00 -zieute zieuter ver 0.16 0.88 0.07 0.34 imp:pre:2s;ind:pre:1s;ind:pre:3s; -zieutent zieuter ver 0.16 0.88 0.00 0.14 ind:pre:3p; -zieuter zieuter ver 0.16 0.88 0.06 0.34 inf; -zieutes zieuter ver 0.16 0.88 0.01 0.07 ind:pre:2s; -zieutez zieuter ver 0.16 0.88 0.02 0.00 imp:pre:2p; -zig_zig zig_zig adv 0.03 0.00 0.03 0.00 -zig zig nom m s 1.16 0.68 1.16 0.68 -ziggourat ziggourat nom f s 0.05 0.07 0.05 0.00 -ziggourats ziggourat nom f p 0.05 0.07 0.00 0.07 -zigomar zigomar nom m s 0.02 0.27 0.01 0.20 -zigomars zigomar nom m p 0.02 0.27 0.01 0.07 -zigoto zigoto nom m s 0.30 1.42 0.25 0.68 -zigotos zigoto nom m p 0.30 1.42 0.05 0.74 -zigouillais zigouiller ver 1.59 1.22 0.00 0.07 ind:imp:1s; -zigouillait zigouiller ver 1.59 1.22 0.00 0.07 ind:imp:3s; -zigouille zigouiller ver 1.59 1.22 0.45 0.20 imp:pre:2s;ind:pre:1s;ind:pre:3s; -zigouillent zigouiller ver 1.59 1.22 0.01 0.00 ind:pre:3p; -zigouiller zigouiller ver 1.59 1.22 0.54 0.47 inf; -zigouillez zigouiller ver 1.59 1.22 0.03 0.07 imp:pre:2p;ind:pre:2p; -zigouillé zigouiller ver m s 1.59 1.22 0.46 0.27 par:pas; -zigouillées zigouiller ver f p 1.59 1.22 0.01 0.00 par:pas; -zigouillés zigouiller ver m p 1.59 1.22 0.10 0.07 par:pas; -zigounette zigounette nom f s 0.14 0.07 0.14 0.07 -zigue zigue nom m s 0.34 0.74 0.30 0.54 -zigues zigue nom m p 0.34 0.74 0.03 0.20 -zigzag zigzag nom m s 0.42 2.64 0.36 1.49 -zigzagant zigzagant adj m s 0.00 0.61 0.00 0.20 -zigzagante zigzagant adj f s 0.00 0.61 0.00 0.34 -zigzagantes zigzagant adj f p 0.00 0.61 0.00 0.07 -zigzags zigzag nom m p 0.42 2.64 0.05 1.15 -zigzagua zigzaguer ver 0.82 4.66 0.00 0.20 ind:pas:3s; -zigzaguai zigzaguer ver 0.82 4.66 0.00 0.07 ind:pas:1s; -zigzaguaient zigzaguer ver 0.82 4.66 0.00 0.41 ind:imp:3p; -zigzaguait zigzaguer ver 0.82 4.66 0.04 0.81 ind:imp:3s; -zigzaguant zigzaguer ver 0.82 4.66 0.14 1.42 par:pre; -zigzague zigzaguer ver 0.82 4.66 0.17 0.54 ind:pre:1s;ind:pre:3s; -zigzaguent zigzaguer ver 0.82 4.66 0.01 0.20 ind:pre:3p; -zigzaguer zigzaguer ver 0.82 4.66 0.41 0.68 inf; -zigzaguèrent zigzaguer ver 0.82 4.66 0.00 0.07 ind:pas:3p; -zigzagué zigzaguer ver m s 0.82 4.66 0.04 0.20 par:pas; -zigzaguée zigzaguer ver f s 0.82 4.66 0.00 0.07 par:pas; -zinc zinc nom m s 2.12 17.30 1.96 16.49 -zincs zinc nom m p 2.12 17.30 0.16 0.81 -zingage zingage nom m s 0.00 0.07 0.00 0.07 -zingaro zingaro nom m s 0.10 17.97 0.10 17.97 -zingué zinguer ver m s 0.00 0.14 0.00 0.07 par:pas; -zingués zinguer ver m p 0.00 0.14 0.00 0.07 par:pas; -zinnia zinnia nom m s 0.11 0.34 0.01 0.07 -zinnias zinnia nom m p 0.11 0.34 0.10 0.27 -zinzin zinzin adj m s 0.64 0.41 0.64 0.41 -zinzins zinzin nom m p 0.27 0.74 0.08 0.20 -zinzolin zinzolin adj m p 0.00 0.07 0.00 0.07 -zip zip nom m s 0.78 0.41 0.78 0.41 -zippa zipper ver 0.25 0.20 0.00 0.07 ind:pas:3s; -zippait zipper ver 0.25 0.20 0.00 0.07 ind:imp:3s; -zipper zipper ver 0.25 0.20 0.21 0.07 inf; -zippé zipper ver m s 0.25 0.20 0.04 0.00 par:pas; -zircon zircon nom m s 0.20 0.00 0.18 0.00 -zirconium zirconium nom m s 0.05 0.00 0.05 0.00 -zircons zircon nom m p 0.20 0.00 0.02 0.00 -zizanie zizanie nom f s 0.56 0.41 0.56 0.34 -zizanies zizanie nom f p 0.56 0.41 0.00 0.07 -zizi zizi nom m s 2.89 2.84 2.69 2.30 -zizique zizique nom f s 0.17 0.34 0.17 0.34 -zizis zizi nom m p 2.89 2.84 0.20 0.54 -zloty zloty nom m s 1.29 0.07 0.01 0.00 -zlotys zloty nom m p 1.29 0.07 1.28 0.07 -zob zob nom m s 1.57 1.35 1.54 1.35 -zobs zob nom m p 1.57 1.35 0.03 0.00 -zodiac zodiac nom m s 0.01 0.00 0.01 0.00 -zodiacal zodiacal adj m s 0.14 0.07 0.14 0.07 -zodiacale zodiacal adj f s 0.14 0.07 0.01 0.00 -zodiaque zodiaque nom m s 0.53 0.68 0.53 0.68 -zombi zombi nom m s 0.65 3.58 0.28 2.97 -zombie zombie nom m s 5.04 1.01 2.33 0.54 -zombies zombie nom m p 5.04 1.01 2.71 0.47 -zombification zombification nom f s 0.02 0.00 0.02 0.00 -zombis zombi nom m p 0.65 3.58 0.37 0.61 -zona zona nom m s 0.37 0.61 0.36 0.61 -zonage zonage nom m s 0.10 0.00 0.10 0.00 -zonait zoner ver 0.23 0.81 0.04 0.07 ind:imp:3s; -zonal zonal adj m s 0.00 0.07 0.00 0.07 -zonant zoner ver 0.23 0.81 0.01 0.07 par:pre; -zonard zonard nom m s 0.18 4.26 0.08 1.76 -zonarde zonard nom f s 0.18 4.26 0.00 0.27 -zonardes zonard nom f p 0.18 4.26 0.00 0.14 -zonards zonard nom m p 0.18 4.26 0.10 2.09 -zonas zona nom m p 0.37 0.61 0.01 0.00 -zone zone nom f s 53.94 42.50 46.97 34.39 -zoner zoner ver 0.23 0.81 0.03 0.54 inf; -zonera zoner ver 0.23 0.81 0.01 0.00 ind:fut:3s; -zones_clé zones_clé nom f p 0.00 0.07 0.00 0.07 -zones zone nom f p 53.94 42.50 6.98 8.11 -zoning zoning nom m s 0.01 0.00 0.01 0.00 -zoné zoner ver m s 0.23 0.81 0.13 0.14 par:pas; -zonzon zonzon nom m s 0.33 0.54 0.33 0.54 -zoo zoo nom m s 12.17 6.49 11.45 6.08 -zoologie zoologie nom f s 0.40 0.34 0.40 0.34 -zoologique zoologique adj s 0.36 1.22 0.35 1.01 -zoologiques zoologique adj m p 0.36 1.22 0.01 0.20 -zoologiste zoologiste nom s 0.25 0.00 0.25 0.00 -zoologue zoologue nom m s 0.02 0.00 0.02 0.00 -zoom zoom nom m s 2.40 0.41 2.27 0.34 -zoome zoomer ver 1.49 0.00 0.58 0.00 imp:pre:2s;ind:pre:1s;ind:pre:3s; -zoomer zoomer ver 1.49 0.00 0.37 0.00 inf; -zoomes zoomer ver 1.49 0.00 0.28 0.00 ind:pre:2s; -zoomez zoomer ver 1.49 0.00 0.26 0.00 imp:pre:2p; -zooms zoom nom m p 2.40 0.41 0.12 0.07 -zoophile zoophile adj f s 0.03 0.14 0.01 0.14 -zoophiles zoophile adj f p 0.03 0.14 0.02 0.00 -zoophilie zoophilie nom f s 0.08 0.00 0.08 0.00 -zoos zoo nom m p 12.17 6.49 0.72 0.41 -zoreille zoreille nom m s 0.02 0.07 0.02 0.00 -zoreilles zoreille nom m p 0.02 0.07 0.00 0.07 -zorille zorille nom f s 0.00 0.07 0.00 0.07 -zoroastrien zoroastrien nom m s 0.02 0.00 0.01 0.00 -zoroastriens zoroastrien nom m p 0.02 0.00 0.01 0.00 -zoroastrisme zoroastrisme nom m s 0.01 0.00 0.01 0.00 -zou zou ono 1.86 0.54 1.86 0.54 -zouave zouave nom m s 0.46 2.70 0.46 1.76 -zouaves zouave nom m p 0.46 2.70 0.00 0.95 -zouk zouk nom m s 0.01 0.00 0.01 0.00 -zoulou zoulou adj m s 0.16 0.07 0.15 0.00 -zouloue zoulou adj f s 0.16 0.07 0.01 0.00 -zoulous zoulou nom m p 0.11 0.07 0.05 0.07 -zoziaux zoziaux nom m p 0.01 0.07 0.01 0.07 -zozo zozo nom m s 0.88 0.81 0.70 0.41 -zozos zozo nom m p 0.88 0.81 0.18 0.41 -zozotait zozoter ver 0.06 0.61 0.00 0.14 ind:imp:3s; -zozotant zozoter ver 0.06 0.61 0.00 0.34 par:pre; -zozote zozoter ver 0.06 0.61 0.05 0.07 ind:pre:3s; -zozotement zozotement nom m s 0.01 0.14 0.01 0.07 -zozotements zozotement nom m p 0.01 0.14 0.00 0.07 -zozotes zozoter ver 0.06 0.61 0.00 0.07 ind:pre:2s; -zozoteuse zozoteur nom f s 0.00 0.07 0.00 0.07 -zozotez zozoter ver 0.06 0.61 0.01 0.00 ind:pre:2p; -zèbre zèbre nom m s 3.80 5.14 2.65 3.04 -zèbrent zébrer ver 0.20 2.84 0.00 0.07 ind:pre:3p; -zèbres zèbre nom m p 3.80 5.14 1.15 2.09 -zèle zèle nom m s 4.92 10.68 4.92 10.61 -zèles zèle nom m p 4.92 10.68 0.00 0.07 -zébra zébrer ver 0.20 2.84 0.16 0.14 ind:pas:3s; -zébraient zébrer ver 0.20 2.84 0.00 0.54 ind:imp:3p; -zébrait zébrer ver 0.20 2.84 0.00 0.14 ind:imp:3s; -zébrant zébrer ver 0.20 2.84 0.00 0.41 par:pre; -zébrer zébrer ver 0.20 2.84 0.00 0.27 inf; -zébré zébré adj m s 0.04 0.68 0.03 0.14 -zébrée zébré adj f s 0.04 0.68 0.02 0.27 -zébrées zébrer ver f p 0.20 2.84 0.00 0.14 par:pas; -zébrure zébrure nom f s 0.03 1.49 0.00 0.47 -zébrures zébrure nom f p 0.03 1.49 0.03 1.01 -zébrés zébrer ver m p 0.20 2.84 0.01 0.14 par:pas; -zébu zébu nom m s 0.06 0.41 0.06 0.20 -zébus zébu nom m p 0.06 0.41 0.00 0.20 -zélateur zélateur nom m s 0.02 0.41 0.00 0.07 -zélateurs zélateur nom m p 0.02 0.41 0.00 0.34 -zélatrice zélateur nom f s 0.02 0.41 0.02 0.00 -zélote zélote nom m s 0.08 0.81 0.02 0.34 -zélotes zélote nom m p 0.08 0.81 0.06 0.47 -zélé zélé adj m s 1.19 2.97 0.69 1.42 -zélée zélé adj f s 1.19 2.97 0.11 0.47 -zélées zélé adj f p 1.19 2.97 0.00 0.20 -zélés zélé adj m p 1.19 2.97 0.39 0.88 -zénana zénana nom f s 0.00 0.07 0.00 0.07 -zénith zénith nom m s 0.63 3.38 0.63 3.38 -zénithale zénithal adj f s 0.00 0.14 0.00 0.07 -zénithales zénithal adj f p 0.00 0.14 0.00 0.07 -zéphire zéphire adj s 0.10 0.00 0.10 0.00 -zéphyr zéphyr nom m s 0.09 0.61 0.04 0.47 -zéphyrs zéphyr nom m p 0.09 0.61 0.05 0.14 -zurichois zurichois nom m 0.00 0.14 0.00 0.14 -zurichoise zurichois adj f s 0.00 0.14 0.00 0.07 -zéro zéro nom m s 32.85 18.24 30.44 16.49 -zéros zéro nom m p 32.85 18.24 2.41 1.76 -zut zut ono 13.69 7.16 13.69 7.16 -zézaie zézayer ver 0.02 0.74 0.01 0.27 ind:pre:3s; -zézaiement zézaiement nom m s 0.03 0.20 0.03 0.20 -zézaient zézayer ver 0.02 0.74 0.00 0.07 ind:pre:3p; -zézayaient zézayer ver 0.02 0.74 0.00 0.07 ind:imp:3p; -zézayant zézayer ver 0.02 0.74 0.01 0.20 par:pre; -zézaye zézayer ver 0.02 0.74 0.00 0.07 ind:pre:3s; -zézayer zézayer ver 0.02 0.74 0.00 0.07 inf; -zézette zézette nom f s 0.24 9.32 0.24 9.05 -zézettes zézette nom f p 0.24 9.32 0.00 0.27 -zydeco zydeco nom f s 0.01 0.00 0.01 0.00 -zyeuta zyeuter ver 0.16 2.77 0.00 0.07 ind:pas:3s; -zyeutais zyeuter ver 0.16 2.77 0.00 0.07 ind:imp:1s; -zyeutait zyeuter ver 0.16 2.77 0.00 0.14 ind:imp:3s; -zyeutant zyeuter ver 0.16 2.77 0.00 0.20 par:pre; -zyeute zyeuter ver 0.16 2.77 0.12 1.22 imp:pre:2s;ind:pre:1s;ind:pre:3s; -zyeuter zyeuter ver 0.16 2.77 0.02 0.95 inf; -zyeutes zyeuter ver 0.16 2.77 0.01 0.00 ind:pre:2s; -zyeuté zyeuter ver m s 0.16 2.77 0.01 0.14 par:pas; -zygoma zygoma nom m s 0.00 0.07 0.00 0.07 -zygomatique zygomatique adj f s 0.16 0.34 0.11 0.14 -zygomatiques zygomatique adj f p 0.16 0.34 0.05 0.20 -zygote zygote nom m s 0.06 0.00 0.06 0.00 -zyklon zyklon nom m s 0.82 0.00 0.82 0.00 -zzz zzz ono 0.04 0.00 0.04 0.00 -zzzz zzzz ono 0.00 0.07 0.00 0.07 diff --git a/dictionnaires/lexiqueac.txt b/dictionnaires/lexiqueac.txt deleted file mode 100644 index 8a741ff..0000000 --- a/dictionnaires/lexiqueac.txt +++ /dev/null @@ -1,125754 +0,0 @@ -île île NOM f s 58.35 108.24 50.20 83.58 -îles île NOM f p 58.35 108.24 8.15 24.66 -îlette îlette NOM f s 0.00 0.07 0.00 0.07 -îlot îlot NOM m s 1.20 10.68 0.42 6.49 -îlotier îlotier NOM m s 0.04 0.00 0.04 0.00 -îlots îlot NOM m p 1.20 10.68 0.78 4.19 -œuvre œuvre NOM s 12.04 0.00 12.04 0.00 -ô ô ONO 16.08 33.11 16.08 33.11 -ôta ôter VER 16.81 42.03 0.46 8.04 ind:pas:3s; -ôtai ôter VER 16.81 42.03 0.00 0.68 ind:pas:1s; -ôtaient ôter VER 16.81 42.03 0.01 1.08 ind:imp:3p; -ôtais ôter VER 16.81 42.03 0.03 0.68 ind:imp:1s;ind:imp:2s; -ôtait ôter VER 16.81 42.03 0.16 4.53 ind:imp:3s; -ôtant ôter VER 16.81 42.03 0.43 2.50 par:pre; -ôte ôter VER 16.81 42.03 3.05 5.27 imp:pre:2s;ind:pre:1s;ind:pre:3s; -ôtent ôter VER 16.81 42.03 0.29 0.41 ind:pre:3p; -ôter ôter VER 16.81 42.03 5.57 10.00 ind:pre:2p;inf; -ôtera ôter VER 16.81 42.03 0.26 0.34 ind:fut:3s; -ôterai ôter VER 16.81 42.03 0.09 0.07 ind:fut:1s; -ôterais ôter VER 16.81 42.03 0.14 0.00 cnd:pre:1s;cnd:pre:2s; -ôterait ôter VER 16.81 42.03 0.03 0.54 cnd:pre:3s; -ôteras ôter VER 16.81 42.03 0.17 0.14 ind:fut:2s; -ôterez ôter VER 16.81 42.03 0.17 0.20 ind:fut:2p; -ôterions ôter VER 16.81 42.03 0.00 0.07 cnd:pre:1p; -ôtes ôter VER 16.81 42.03 0.65 0.00 ind:pre:2s; -ôtez ôter VER 16.81 42.03 1.30 0.81 imp:pre:2p;ind:pre:2p; -ôtiez ôter VER 16.81 42.03 0.17 0.00 ind:imp:2p; -ôtons ôter VER 16.81 42.03 0.02 0.07 ind:pre:1p; -ôtât ôter VER 16.81 42.03 0.00 0.14 sub:imp:3s; -ôtèrent ôter VER 16.81 42.03 0.00 0.27 ind:pas:3p; -ôté ôter VER m s 16.81 42.03 3.18 5.47 par:pas; -ôtée ôter VER f s 16.81 42.03 0.42 0.54 par:pas; -ôtées ôter VER f p 16.81 42.03 0.16 0.07 par:pas; -ôtés ôter VER m p 16.81 42.03 0.04 0.14 par:pas; -a_capella a_capella ADV 0.04 0.07 0.04 0.07 -a_cappella a_cappella ADV 0.04 0.07 0.04 0.07 -a_contrario a_contrario ADV 0.00 0.27 0.00 0.27 -a_fortiori a_fortiori ADV 0.04 0.88 0.04 0.88 -a_giorno a_giorno ADV 0.00 0.27 0.00 0.27 -à_jeun à_jeun ADV 1.45 3.85 0.18 0.00 -a_l_instar a_l_instar PRE 0.26 0.00 0.26 0.00 -a_posteriori a_posteriori ADV 0.05 0.20 0.01 0.14 -a_priori a_priori ADV 1.04 3.85 0.63 2.57 -a avoir AUX 18559.23 12800.81 6350.91 2926.69 ind:pre:3s; -aînesse aînesse NOM f s 0.07 0.47 0.07 0.47 -aîné aîné ADJ m s 6.27 16.42 4.66 10.00 -aînée aîné NOM f s 8.92 22.84 2.79 5.07 -aînées aîné NOM f p 8.92 22.84 0.05 0.54 -aînés aîné NOM m p 8.92 22.84 1.46 4.19 -aître aître NOM m s 0.00 0.14 0.00 0.07 -aîtres aître NOM m p 0.00 0.14 0.00 0.07 -aï aï NOM m s 2.31 0.00 2.31 0.00 -aïd aïd NOM m 0.54 0.34 0.54 0.34 -aïe aïe ONO 18.25 8.38 18.25 8.38 -aïeul aïeul NOM m s 3.13 10.61 1.08 4.46 -aïeule aïeul NOM f s 3.13 10.61 0.14 3.24 -aïeules aïeul NOM f p 3.13 10.61 0.03 0.54 -aïeuls aïeul NOM m p 3.13 10.61 0.14 0.27 -aïeux aïeul NOM m p 3.13 10.61 1.75 2.09 -aïkido aïkido NOM m s 0.02 0.07 0.02 0.07 -aïoli aïoli NOM m s 0.01 0.27 0.01 0.27 -aa aa NOM m s 0.01 0.00 0.01 0.00 -ab_absurdo ab_absurdo ADV 0.00 0.07 0.00 0.07 -ab_initio ab_initio ADV 0.01 0.07 0.01 0.07 -ab_ovo ab_ovo ADV 0.00 0.27 0.00 0.27 -abîma abîmer VER 15.83 21.69 0.10 0.74 ind:pas:3s; -abîmai abîmer VER 15.83 21.69 0.00 0.14 ind:pas:1s; -abîmaient abîmer VER 15.83 21.69 0.10 0.20 ind:imp:3p; -abîmait abîmer VER 15.83 21.69 0.01 1.22 ind:imp:3s; -abîmant abîmer VER 15.83 21.69 0.01 0.54 par:pre; -abîme abîme NOM m s 6.01 20.61 5.03 14.59 -abîment abîmer VER 15.83 21.69 0.31 0.88 ind:pre:3p; -abîmer abîmer VER 15.83 21.69 5.40 5.95 inf; -abîmera abîmer VER 15.83 21.69 0.04 0.14 ind:fut:3s; -abîmerai abîmer VER 15.83 21.69 0.01 0.00 ind:fut:1s; -abîmerais abîmer VER 15.83 21.69 0.02 0.07 cnd:pre:1s;cnd:pre:2s; -abîmerait abîmer VER 15.83 21.69 0.08 0.20 cnd:pre:3s; -abîmeras abîmer VER 15.83 21.69 0.00 0.14 ind:fut:2s; -abîmerez abîmer VER 15.83 21.69 0.01 0.00 ind:fut:2p; -abîmeront abîmer VER 15.83 21.69 0.02 0.14 ind:fut:3p; -abîmes abîme NOM m p 6.01 20.61 0.98 6.01 -abîmez abîmer VER 15.83 21.69 0.30 0.20 imp:pre:2p;ind:pre:2p; -abîmions abîmer VER 15.83 21.69 0.00 0.14 ind:imp:1p; -abîmons abîmer VER 15.83 21.69 0.00 0.07 ind:pre:1p; -abîmé abîmer VER m s 15.83 21.69 3.57 4.73 par:pas; -abîmée abîmer VER f s 15.83 21.69 1.73 1.76 par:pas; -abîmées abîmer VER f p 15.83 21.69 0.56 0.74 par:pas; -abîmés abîmer VER m p 15.83 21.69 0.61 1.35 par:pas; -abaca abaca NOM m s 0.01 0.00 0.01 0.00 -abaissa abaisser VER 4.93 18.04 0.00 2.64 ind:pas:3s; -abaissai abaisser VER 4.93 18.04 0.10 0.07 ind:pas:1s; -abaissaient abaisser VER 4.93 18.04 0.00 0.41 ind:imp:3p; -abaissait abaisser VER 4.93 18.04 0.02 2.50 ind:imp:3s; -abaissant abaissant ADJ m s 0.04 0.27 0.03 0.27 -abaissante abaissant ADJ f s 0.04 0.27 0.01 0.00 -abaisse_langue abaisse_langue NOM m 0.04 0.14 0.04 0.14 -abaisse abaisser VER 4.93 18.04 1.28 3.45 imp:pre:2s;ind:pre:1s;ind:pre:3s; -abaissement abaissement NOM m s 0.31 2.16 0.31 2.16 -abaissent abaisser VER 4.93 18.04 0.05 0.95 ind:pre:3p; -abaisser abaisser VER 4.93 18.04 1.09 2.91 inf; -abaissera abaisser VER 4.93 18.04 0.19 0.07 ind:fut:3s; -abaisserai abaisser VER 4.93 18.04 0.10 0.07 ind:fut:1s; -abaisseraient abaisser VER 4.93 18.04 0.01 0.07 cnd:pre:3p; -abaisserais abaisser VER 4.93 18.04 0.13 0.00 cnd:pre:1s;cnd:pre:2s; -abaisserait abaisser VER 4.93 18.04 0.02 0.20 cnd:pre:3s; -abaisses abaisser VER 4.93 18.04 0.16 0.07 ind:pre:2s; -abaissez abaisser VER 4.93 18.04 0.53 0.07 imp:pre:2p;ind:pre:2p; -abaissons abaisser VER 4.93 18.04 0.02 0.00 imp:pre:1p; -abaissèrent abaisser VER 4.93 18.04 0.00 0.41 ind:pas:3p; -abaissé abaisser VER m s 4.93 18.04 0.74 1.35 par:pas; -abaissée abaisser VER f s 4.93 18.04 0.17 0.27 par:pas; -abaissées abaissée ADJ f p 0.02 0.00 0.02 0.00 -abaissés abaisser VER m p 4.93 18.04 0.30 0.07 par:pas; -abalone abalone NOM m s 0.01 0.07 0.01 0.00 -abalones abalone NOM m p 0.01 0.07 0.00 0.07 -abandon abandon NOM m s 4.84 27.36 4.77 25.20 -abandonna abandonner VER 110.86 128.45 0.59 8.92 ind:pas:3s; -abandonnai abandonner VER 110.86 128.45 0.27 2.16 ind:pas:1s; -abandonnaient abandonner VER 110.86 128.45 0.07 1.55 ind:imp:3p; -abandonnais abandonner VER 110.86 128.45 0.35 1.49 ind:imp:1s;ind:imp:2s; -abandonnait abandonner VER 110.86 128.45 1.04 9.46 ind:imp:3s; -abandonnant abandonner VER 110.86 128.45 1.15 9.93 par:pre; -abandonnas abandonner VER 110.86 128.45 0.00 0.14 ind:pas:2s; -abandonne abandonner VER 110.86 128.45 24.04 15.54 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -abandonnent abandonner VER 110.86 128.45 2.44 2.64 ind:pre:3p;sub:pre:3p; -abandonner abandonner VER 110.86 128.45 28.36 27.70 inf; -abandonnera abandonner VER 110.86 128.45 1.52 0.81 ind:fut:3s; -abandonnerai abandonner VER 110.86 128.45 2.39 0.41 ind:fut:1s; -abandonneraient abandonner VER 110.86 128.45 0.02 0.14 cnd:pre:3p; -abandonnerais abandonner VER 110.86 128.45 0.93 0.27 cnd:pre:1s;cnd:pre:2s; -abandonnerait abandonner VER 110.86 128.45 0.23 0.88 cnd:pre:3s; -abandonneras abandonner VER 110.86 128.45 0.30 0.20 ind:fut:2s; -abandonnerez abandonner VER 110.86 128.45 0.14 0.00 ind:fut:2p; -abandonneriez abandonner VER 110.86 128.45 0.23 0.20 cnd:pre:2p; -abandonnerions abandonner VER 110.86 128.45 0.01 0.00 cnd:pre:1p; -abandonnerons abandonner VER 110.86 128.45 0.39 0.14 ind:fut:1p; -abandonneront abandonner VER 110.86 128.45 0.41 0.27 ind:fut:3p; -abandonnes abandonner VER 110.86 128.45 4.13 0.14 ind:pre:2s;sub:pre:2s; -abandonneurs abandonneur NOM m p 0.00 0.07 0.00 0.07 -abandonnez abandonner VER 110.86 128.45 5.72 0.88 imp:pre:2p;ind:pre:2p; -abandonniez abandonner VER 110.86 128.45 0.14 0.14 ind:imp:2p; -abandonnions abandonner VER 110.86 128.45 0.06 0.54 ind:imp:1p; -abandonnique abandonnique ADJ s 0.00 0.07 0.00 0.07 -abandonnâmes abandonner VER 110.86 128.45 0.00 0.27 ind:pas:1p; -abandonnons abandonner VER 110.86 128.45 1.06 0.68 imp:pre:1p;ind:pre:1p; -abandonnât abandonner VER 110.86 128.45 0.00 0.34 sub:imp:3s; -abandonnèrent abandonner VER 110.86 128.45 0.16 1.42 ind:pas:3p; -abandonné abandonner VER m s 110.86 128.45 22.56 23.92 par:pas; -abandonnée abandonner VER f s 110.86 128.45 7.34 9.66 par:pas; -abandonnées abandonner VER f p 110.86 128.45 1.27 2.70 par:pas; -abandonnés abandonner VER m p 110.86 128.45 3.55 4.93 par:pas; -abandons abandon NOM m p 4.84 27.36 0.07 2.16 -abaque abaque NOM m s 0.00 0.07 0.00 0.07 -abasourdi abasourdir VER m s 0.55 2.97 0.35 2.09 par:pas; -abasourdie abasourdi ADJ f s 0.40 2.64 0.14 0.54 -abasourdir abasourdir VER 0.55 2.97 0.01 0.14 inf; -abasourdis abasourdir VER m p 0.55 2.97 0.07 0.20 par:pas; -abasourdissant abasourdissant ADJ m s 0.01 0.07 0.01 0.00 -abasourdissants abasourdissant ADJ m p 0.01 0.07 0.00 0.07 -abat_jour abat_jour NOM m 0.51 8.24 0.51 8.24 -abat_son abat_son NOM m 0.00 0.27 0.00 0.27 -abat abattre VER 43.47 50.61 2.15 4.93 ind:pre:3s; -abatage abatage NOM m s 0.00 0.07 0.00 0.07 -abatis abatis NOM m 0.00 0.88 0.00 0.88 -abats abattre VER 43.47 50.61 1.79 0.54 imp:pre:2s;ind:pre:1s;ind:pre:2s; -abattage abattage NOM m s 0.65 1.28 0.63 1.15 -abattages abattage NOM m p 0.65 1.28 0.02 0.14 -abattaient abattre VER 43.47 50.61 0.06 2.36 ind:imp:3p; -abattais abattre VER 43.47 50.61 0.02 0.27 ind:imp:1s; -abattait abattre VER 43.47 50.61 0.42 3.45 ind:imp:3s; -abattant abattre VER 43.47 50.61 0.31 1.96 par:pre; -abattants abattant NOM m p 0.07 0.61 0.01 0.07 -abatte abattre VER 43.47 50.61 0.58 0.61 sub:pre:1s;sub:pre:3s; -abattement abattement NOM m s 0.18 2.64 0.17 2.36 -abattements abattement NOM m p 0.18 2.64 0.01 0.27 -abattent abattre VER 43.47 50.61 0.69 2.03 ind:pre:3p; -abattes abattre VER 43.47 50.61 0.11 0.00 sub:pre:2s; -abatteur abatteur NOM m s 0.14 0.27 0.14 0.20 -abatteurs abatteur NOM m p 0.14 0.27 0.00 0.07 -abattez abattre VER 43.47 50.61 2.21 0.00 imp:pre:2p;ind:pre:2p; -abattiez abattre VER 43.47 50.61 0.06 0.00 ind:imp:2p; -abattions abattre VER 43.47 50.61 0.00 0.07 ind:imp:1p; -abattirent abattre VER 43.47 50.61 0.03 0.95 ind:pas:3p; -abattis abattis NOM m 0.14 1.08 0.14 1.08 -abattit abattre VER 43.47 50.61 0.34 5.07 ind:pas:3s; -abattoir abattoir NOM m s 3.16 4.66 2.67 2.36 -abattoirs abattoir NOM m p 3.16 4.66 0.48 2.30 -abattons abattre VER 43.47 50.61 0.33 0.00 imp:pre:1p;ind:pre:1p; -abattra abattre VER 43.47 50.61 1.51 0.61 ind:fut:3s; -abattrai abattre VER 43.47 50.61 0.39 0.00 ind:fut:1s; -abattraient abattre VER 43.47 50.61 0.03 0.07 cnd:pre:3p; -abattrais abattre VER 43.47 50.61 0.10 0.07 cnd:pre:1s;cnd:pre:2s; -abattrait abattre VER 43.47 50.61 0.63 0.41 cnd:pre:3s; -abattras abattre VER 43.47 50.61 0.03 0.00 ind:fut:2s; -abattre abattre VER 43.47 50.61 14.43 14.32 inf; -abattrez abattre VER 43.47 50.61 0.26 0.00 ind:fut:2p; -abattriez abattre VER 43.47 50.61 0.02 0.00 cnd:pre:2p; -abattrons abattre VER 43.47 50.61 0.11 0.00 ind:fut:1p; -abattront abattre VER 43.47 50.61 0.34 0.07 ind:fut:3p; -abattu abattre VER m s 43.47 50.61 11.48 7.43 par:pas; -abattue abattre VER f s 43.47 50.61 2.19 2.43 par:pas; -abattues abattre VER f p 43.47 50.61 0.44 0.27 par:pas; -abattures abatture NOM f p 0.00 0.14 0.00 0.14 -abattus abattre VER m p 43.47 50.61 2.42 2.43 par:pas; -abbatial abbatial ADJ m s 0.00 0.61 0.00 0.27 -abbatiale abbatial ADJ f s 0.00 0.61 0.00 0.27 -abbatiales abbatial ADJ f p 0.00 0.61 0.00 0.07 -abbaye abbaye NOM f s 3.94 3.78 3.66 3.31 -abbayes abbaye NOM f p 3.94 3.78 0.28 0.47 -abbesse abbé NOM f s 4.46 33.51 0.26 0.41 -abbesses abbé NOM f p 4.46 33.51 0.00 0.61 -abbé abbé NOM m s 4.46 33.51 4.19 31.28 -abbés abbé NOM m p 4.46 33.51 0.02 1.22 -abc abc NOM m 0.04 0.00 0.04 0.00 -abcès abcès NOM m 1.79 3.31 1.79 3.31 -abdication abdication NOM f s 0.05 1.96 0.05 1.82 -abdications abdication NOM f p 0.05 1.96 0.00 0.14 -abdiqua abdiquer VER 0.47 2.77 0.00 0.20 ind:pas:3s; -abdiquai abdiquer VER 0.47 2.77 0.00 0.07 ind:pas:1s; -abdiquaient abdiquer VER 0.47 2.77 0.00 0.07 ind:imp:3p; -abdiquais abdiquer VER 0.47 2.77 0.00 0.14 ind:imp:1s; -abdiquait abdiquer VER 0.47 2.77 0.00 0.20 ind:imp:3s; -abdiquant abdiquer VER 0.47 2.77 0.00 0.07 par:pre; -abdique abdiquer VER 0.47 2.77 0.23 0.41 imp:pre:2s;ind:pre:1s;ind:pre:3s; -abdiquer abdiquer VER 0.47 2.77 0.08 0.41 inf; -abdiquera abdiquer VER 0.47 2.77 0.01 0.07 ind:fut:3s; -abdiquerais abdiquer VER 0.47 2.77 0.00 0.07 cnd:pre:1s; -abdiquerait abdiquer VER 0.47 2.77 0.00 0.07 cnd:pre:3s; -abdiquez abdiquer VER 0.47 2.77 0.03 0.00 imp:pre:2p;ind:pre:2p; -abdiqué abdiquer VER m s 0.47 2.77 0.11 0.95 par:pas; -abdiquée abdiquer VER f s 0.47 2.77 0.00 0.07 par:pas; -abdomen abdomen NOM m s 2.76 1.55 2.76 1.55 -abdominal abdominal ADJ m s 2.56 0.74 0.50 0.00 -abdominale abdominal ADJ f s 2.56 0.74 1.30 0.61 -abdominales abdominal ADJ f p 2.56 0.74 0.70 0.00 -abdominaux abdominal NOM m p 0.09 0.68 0.09 0.68 -abdos abdos NOM m p 0.86 0.00 0.86 0.00 -abducteur abducteur ADJ m s 0.01 0.00 0.01 0.00 -abduction abduction NOM f s 0.05 0.00 0.05 0.00 -abeille abeille NOM f s 9.11 9.86 3.53 3.18 -abeilles abeille NOM f p 9.11 9.86 5.59 6.69 -aber aber NOM m s 0.25 0.00 0.25 0.00 -aberrant aberrant ADJ m s 0.84 2.50 0.58 1.08 -aberrante aberrant ADJ f s 0.84 2.50 0.04 0.61 -aberrantes aberrant ADJ f p 0.84 2.50 0.20 0.34 -aberrants aberrant ADJ m p 0.84 2.50 0.02 0.47 -aberration aberration NOM f s 1.16 4.46 0.89 3.31 -aberrations aberration NOM f p 1.16 4.46 0.27 1.15 -abhorrais abhorrer VER 0.27 1.35 0.01 0.07 ind:imp:1s; -abhorrait abhorrer VER 0.27 1.35 0.01 0.68 ind:imp:3s; -abhorrant abhorrer VER 0.27 1.35 0.01 0.07 par:pre; -abhorre abhorrer VER 0.27 1.35 0.20 0.00 ind:pre:1s;ind:pre:3s; -abhorrer abhorrer VER 0.27 1.35 0.00 0.14 inf; -abhorrez abhorrer VER 0.27 1.35 0.03 0.00 ind:pre:2p; -abhorré abhorrer VER m s 0.27 1.35 0.01 0.27 par:pas; -abhorrée abhorré ADJ f s 0.01 0.27 0.01 0.07 -abhorrés abhorrer VER m p 0.27 1.35 0.00 0.07 par:pas; -abject abject ADJ m s 2.19 3.92 1.40 1.69 -abjecte abject ADJ f s 2.19 3.92 0.69 1.49 -abjectement abjectement ADV 0.10 0.07 0.10 0.07 -abjectes abject ADJ f p 2.19 3.92 0.05 0.20 -abjection abjection NOM f s 0.51 2.30 0.37 2.16 -abjections abjection NOM f p 0.51 2.30 0.14 0.14 -abjects abject ADJ m p 2.19 3.92 0.05 0.54 -abjurant abjurer VER 1.53 1.28 0.14 0.00 par:pre; -abjuration abjuration NOM f s 0.00 0.47 0.00 0.41 -abjurations abjuration NOM f p 0.00 0.47 0.00 0.07 -abjure abjurer VER 1.53 1.28 0.77 0.14 imp:pre:2s;ind:pre:1s;ind:pre:3s; -abjurer abjurer VER 1.53 1.28 0.22 0.68 inf; -abjurez abjurer VER 1.53 1.28 0.40 0.00 imp:pre:2p;ind:pre:2p; -abjurons abjurer VER 1.53 1.28 0.00 0.07 ind:pre:1p; -abjuré abjurer VER m s 1.53 1.28 0.00 0.41 par:pas; -abkhaze abkhaze ADJ f s 0.00 0.07 0.00 0.07 -ablatif ablatif NOM m s 0.00 0.14 0.00 0.14 -ablation ablation NOM f s 0.45 1.35 0.43 1.28 -ablations ablation NOM f p 0.45 1.35 0.03 0.07 -able able NOM m s 0.68 0.14 0.68 0.14 -ablette ablette NOM f s 0.14 0.95 0.00 0.41 -ablettes ablette NOM f p 0.14 0.95 0.14 0.54 -ablution ablution NOM f s 0.48 1.55 0.01 0.14 -ablutions ablution NOM f p 0.48 1.55 0.47 1.42 -abnégation abnégation NOM f s 0.91 3.58 0.91 3.58 -aboi aboi NOM m s 0.78 3.58 0.00 0.88 -aboie aboyer VER 7.43 11.82 2.91 2.03 imp:pre:2s;ind:pre:1s;ind:pre:3s; -aboiement aboiement NOM m s 1.79 5.95 0.44 2.36 -aboiements aboiement NOM m p 1.79 5.95 1.35 3.58 -aboient aboyer VER 7.43 11.82 0.54 0.81 ind:pre:3p; -aboiera aboyer VER 7.43 11.82 0.21 0.00 ind:fut:3s; -aboierait aboyer VER 7.43 11.82 0.01 0.07 cnd:pre:3s; -aboieront aboyer VER 7.43 11.82 0.01 0.07 ind:fut:3p; -aboies aboyer VER 7.43 11.82 0.42 0.00 ind:pre:2s; -abois aboi NOM m p 0.78 3.58 0.78 2.70 -aboli abolir VER m s 3.08 9.32 1.10 1.42 par:pas; -abolie aboli ADJ f s 0.08 2.57 0.06 0.61 -abolies abolir VER f p 3.08 9.32 0.11 0.34 par:pas; -abolir abolir VER 3.08 9.32 1.08 2.97 inf; -abolira abolir VER 3.08 9.32 0.01 0.34 ind:fut:3s; -abolirait abolir VER 3.08 9.32 0.00 0.07 cnd:pre:3s; -aboliras abolir VER 3.08 9.32 0.01 0.00 ind:fut:2s; -abolis abolir VER m p 3.08 9.32 0.14 0.41 ind:pre:1s;par:pas; -abolissaient abolir VER 3.08 9.32 0.00 0.41 ind:imp:3p; -abolissais abolir VER 3.08 9.32 0.00 0.07 ind:imp:1s; -abolissait abolir VER 3.08 9.32 0.00 0.74 ind:imp:3s; -abolissant abolir VER 3.08 9.32 0.25 0.54 par:pre; -abolissent abolir VER 3.08 9.32 0.00 0.14 ind:pre:3p; -abolissions abolir VER 3.08 9.32 0.00 0.07 ind:imp:1p; -abolissons abolir VER 3.08 9.32 0.02 0.00 imp:pre:1p;ind:pre:1p; -abolit abolir VER 3.08 9.32 0.29 1.28 ind:pre:3s;ind:pas:3s; -abolition abolition NOM f s 0.45 1.49 0.45 1.49 -abolitionniste abolitionniste NOM s 0.17 0.07 0.07 0.00 -abolitionnistes abolitionniste NOM p 0.17 0.07 0.10 0.07 -abominable abominable ADJ s 5.39 11.22 4.78 8.99 -abominablement abominablement ADV 0.01 0.68 0.01 0.68 -abominables abominable ADJ p 5.39 11.22 0.62 2.23 -abominaient abominer VER 0.00 0.54 0.00 0.07 ind:imp:3p; -abomination abomination NOM f s 1.94 4.53 1.24 3.04 -abominations abomination NOM f p 1.94 4.53 0.69 1.49 -abomine abominer VER 0.00 0.54 0.00 0.41 ind:pre:1s;ind:pre:3s; -abominer abominer VER 0.00 0.54 0.00 0.07 inf; -abonda abonder VER 1.13 4.59 0.00 0.27 ind:pas:3s; -abondai abonder VER 1.13 4.59 0.00 0.07 ind:pas:1s; -abondaient abonder VER 1.13 4.59 0.12 1.42 ind:imp:3p; -abondais abonder VER 1.13 4.59 0.01 0.14 ind:imp:1s; -abondait abonder VER 1.13 4.59 0.02 0.47 ind:imp:3s; -abondamment abondamment ADV 0.30 4.93 0.30 4.93 -abondance abondance NOM f s 2.76 9.39 2.76 9.39 -abondant abondant ADJ m s 1.36 7.03 0.09 1.42 -abondante abondant ADJ f s 1.36 7.03 0.89 3.45 -abondantes abondant ADJ f p 1.36 7.03 0.33 1.22 -abondants abondant ADJ m p 1.36 7.03 0.05 0.95 -abondassent abonder VER 1.13 4.59 0.00 0.07 sub:imp:3p; -abonde abonder VER 1.13 4.59 0.28 0.81 ind:pre:1s;ind:pre:3s; -abondent abonder VER 1.13 4.59 0.63 0.47 ind:pre:3p; -abonder abonder VER 1.13 4.59 0.03 0.61 inf; -abondé abonder VER m s 1.13 4.59 0.01 0.20 par:pas; -abonnai abonner VER 1.10 2.09 0.00 0.07 ind:pas:1s; -abonnant abonner VER 1.10 2.09 0.01 0.00 par:pre; -abonne abonner VER 1.10 2.09 0.18 0.07 imp:pre:2s;ind:pre:1s;ind:pre:3s; -abonnement abonnement NOM m s 4.82 1.62 3.37 1.55 -abonnements abonnement NOM m p 4.82 1.62 1.45 0.07 -abonner abonner VER 1.10 2.09 0.27 0.14 inf; -abonnez abonner VER 1.10 2.09 0.03 0.07 imp:pre:2p;ind:pre:2p; -abonnât abonner VER 1.10 2.09 0.00 0.07 sub:imp:3s; -abonné abonner VER m s 1.10 2.09 0.30 0.88 par:pas; -abonnée abonner VER f s 1.10 2.09 0.15 0.68 par:pas; -abonnées abonné NOM f p 0.87 2.23 0.02 0.20 -abonnés abonné NOM m p 0.87 2.23 0.52 1.55 -abord abord NOM m s 2.22 19.05 0.89 7.30 -aborda aborder VER 12.55 33.18 0.16 3.99 ind:pas:3s; -abordable abordable ADJ s 0.47 0.20 0.34 0.20 -abordables abordable ADJ p 0.47 0.20 0.13 0.00 -abordage abordage NOM m s 1.22 1.49 1.17 1.42 -abordages abordage NOM m p 1.22 1.49 0.05 0.07 -abordai aborder VER 12.55 33.18 0.00 0.61 ind:pas:1s; -abordaient aborder VER 12.55 33.18 0.03 1.28 ind:imp:3p; -abordais aborder VER 12.55 33.18 0.00 0.54 ind:imp:1s; -abordait aborder VER 12.55 33.18 0.47 2.50 ind:imp:3s; -abordant aborder VER 12.55 33.18 0.03 1.42 par:pre; -aborde aborder VER 12.55 33.18 1.76 2.36 imp:pre:2s;ind:pre:1s;ind:pre:3s; -abordent aborder VER 12.55 33.18 0.09 0.54 ind:pre:3p; -aborder aborder VER 12.55 33.18 5.65 12.91 inf; -abordera aborder VER 12.55 33.18 0.20 0.34 ind:fut:3s; -aborderai aborder VER 12.55 33.18 0.08 0.14 ind:fut:1s; -aborderaient aborder VER 12.55 33.18 0.00 0.07 cnd:pre:3p; -aborderais aborder VER 12.55 33.18 0.02 0.07 cnd:pre:1s; -aborderait aborder VER 12.55 33.18 0.02 0.14 cnd:pre:3s; -aborderiez aborder VER 12.55 33.18 0.01 0.00 cnd:pre:2p; -aborderions aborder VER 12.55 33.18 0.00 0.14 cnd:pre:1p; -aborderons aborder VER 12.55 33.18 0.09 0.07 ind:fut:1p; -aborderont aborder VER 12.55 33.18 0.04 0.14 ind:fut:3p; -abordes aborder VER 12.55 33.18 0.36 0.07 ind:pre:2s; -abordez aborder VER 12.55 33.18 0.75 0.00 imp:pre:2p;ind:pre:2p; -abordiez aborder VER 12.55 33.18 0.02 0.07 ind:imp:2p; -abordions aborder VER 12.55 33.18 0.04 0.34 ind:imp:1p; -abordâmes aborder VER 12.55 33.18 0.00 0.27 ind:pas:1p; -abordons aborder VER 12.55 33.18 0.72 0.41 imp:pre:1p;ind:pre:1p; -abords abord NOM m p 2.22 19.05 1.33 11.76 -abordèrent aborder VER 12.55 33.18 0.01 0.68 ind:pas:3p; -abordé aborder VER m s 12.55 33.18 1.36 2.97 par:pas; -abordée aborder VER f s 12.55 33.18 0.34 0.54 par:pas; -abordées aborder VER f p 12.55 33.18 0.05 0.20 par:pas; -abordés aborder VER m p 12.55 33.18 0.26 0.41 par:pas; -aborigène aborigène NOM s 0.60 0.14 0.21 0.00 -aborigènes aborigène NOM p 0.60 0.14 0.39 0.14 -abornement abornement NOM m s 0.00 0.07 0.00 0.07 -abortif abortif ADJ m s 0.04 0.34 0.01 0.00 -abortive abortif ADJ f s 0.04 0.34 0.01 0.14 -abortives abortif ADJ f p 0.04 0.34 0.02 0.20 -abâtardi abâtardir VER m s 0.14 0.41 0.00 0.20 par:pas; -abâtardie abâtardi ADJ f s 0.01 0.07 0.01 0.07 -abâtardies abâtardir VER f p 0.14 0.41 0.00 0.07 par:pas; -abâtardir abâtardir VER 0.14 0.41 0.00 0.07 inf; -abâtardirai abâtardir VER 0.14 0.41 0.00 0.07 ind:fut:1s; -abâtardissant abâtardir VER 0.14 0.41 0.14 0.00 par:pre; -abouchaient aboucher VER 0.00 0.81 0.00 0.07 ind:imp:3p; -abouchais aboucher VER 0.00 0.81 0.00 0.07 ind:imp:1s; -abouchait aboucher VER 0.00 0.81 0.00 0.07 ind:imp:3s; -abouchant aboucher VER 0.00 0.81 0.00 0.07 par:pre; -abouchements abouchement NOM m p 0.00 0.07 0.00 0.07 -aboucher aboucher VER 0.00 0.81 0.00 0.34 inf; -abouché aboucher VER m s 0.00 0.81 0.00 0.07 par:pas; -abouchée aboucher VER f s 0.00 0.81 0.00 0.07 par:pas; -abouchés aboucher VER m p 0.00 0.81 0.00 0.07 par:pas; -aboule abouler VER 1.80 0.61 1.43 0.34 imp:pre:2s;ind:pre:3s; -abouler abouler VER 1.80 0.61 0.11 0.14 inf; -aboules abouler VER 1.80 0.61 0.01 0.00 ind:pre:2s; -aboulez abouler VER 1.80 0.61 0.25 0.14 imp:pre:2p; -aboulie aboulie NOM f s 0.00 0.14 0.00 0.14 -aboulique aboulique NOM s 0.00 0.07 0.00 0.07 -abouliques aboulique ADJ p 0.00 0.14 0.00 0.14 -abounas abouna NOM m p 0.00 0.07 0.00 0.07 -about about NOM m s 5.94 0.47 5.94 0.47 -aboutîmes aboutir VER 5.34 25.81 0.00 0.14 ind:pas:1p; -aboutait abouter VER 0.00 0.14 0.00 0.07 ind:imp:3s; -abouti aboutir VER m s 5.34 25.81 1.24 2.84 par:pas; -aboutie abouti ADJ f s 0.11 0.20 0.04 0.07 -aboutir aboutir VER 5.34 25.81 1.34 9.80 inf; -aboutira aboutir VER 5.34 25.81 0.29 0.41 ind:fut:3s; -aboutirai aboutir VER 5.34 25.81 0.00 0.07 ind:fut:1s; -aboutiraient aboutir VER 5.34 25.81 0.01 0.14 cnd:pre:3p; -aboutirais aboutir VER 5.34 25.81 0.00 0.14 cnd:pre:1s; -aboutirait aboutir VER 5.34 25.81 0.05 0.61 cnd:pre:3s; -aboutiras aboutir VER 5.34 25.81 0.00 0.07 ind:fut:2s; -aboutirent aboutir VER 5.34 25.81 0.00 0.68 ind:pas:3p; -aboutirons aboutir VER 5.34 25.81 0.01 0.00 ind:fut:1p; -aboutiront aboutir VER 5.34 25.81 0.04 0.27 ind:fut:3p; -aboutis aboutir VER m p 5.34 25.81 0.07 0.34 ind:pre:1s;ind:pre:2s;par:pas; -aboutissaient aboutir VER 5.34 25.81 0.15 1.15 ind:imp:3p; -aboutissait aboutir VER 5.34 25.81 0.03 2.50 ind:imp:3s; -aboutissant aboutir VER 5.34 25.81 0.00 1.15 par:pre; -aboutissants aboutissant NOM m p 0.09 0.95 0.09 0.81 -aboutisse aboutir VER 5.34 25.81 0.08 0.41 sub:pre:1s;sub:pre:3s; -aboutissement aboutissement NOM m s 0.50 4.05 0.50 4.05 -aboutissent aboutir VER 5.34 25.81 0.47 1.49 ind:pre:3p; -aboutissez aboutir VER 5.34 25.81 0.02 0.07 ind:pre:2p; -aboutissiez aboutir VER 5.34 25.81 0.00 0.07 ind:imp:2p; -aboutissions aboutir VER 5.34 25.81 0.00 0.07 ind:imp:1p; -aboutit aboutir VER 5.34 25.81 1.50 3.45 ind:pre:3s;ind:pas:3s; -aboutonnai aboutonner VER 0.00 0.07 0.00 0.07 ind:pas:1s; -aboutons abouter VER 0.00 0.14 0.00 0.07 imp:pre:1p; -aboya aboyer VER 7.43 11.82 0.00 1.42 ind:pas:3s; -aboyaient aboyer VER 7.43 11.82 0.05 0.68 ind:imp:3p; -aboyait aboyer VER 7.43 11.82 0.33 1.55 ind:imp:3s; -aboyant aboyer VER 7.43 11.82 0.18 1.28 par:pre; -aboyante aboyant ADJ f s 0.01 0.20 0.00 0.07 -aboyer aboyer VER 7.43 11.82 2.39 3.04 inf; -aboyeur aboyeur NOM m s 0.06 0.61 0.05 0.34 -aboyeurs aboyeur NOM m p 0.06 0.61 0.01 0.27 -aboyons aboyer VER 7.43 11.82 0.10 0.07 ind:pre:1p; -aboyèrent aboyer VER 7.43 11.82 0.00 0.27 ind:pas:3p; -aboyé aboyer VER m s 7.43 11.82 0.28 0.54 par:pas; -abracadabra abracadabra NOM m s 0.98 0.27 0.98 0.27 -abracadabrant abracadabrant ADJ m s 0.26 0.68 0.03 0.20 -abracadabrante abracadabrant ADJ f s 0.26 0.68 0.13 0.00 -abracadabrantes abracadabrant ADJ f p 0.26 0.68 0.10 0.34 -abracadabrants abracadabrant ADJ m p 0.26 0.68 0.00 0.14 -abracadabré abracadabrer VER m s 0.01 0.00 0.01 0.00 par:pas; -abrasif abrasif NOM m s 0.15 0.41 0.13 0.34 -abrasifs abrasif NOM m p 0.15 0.41 0.03 0.07 -abrasion abrasion NOM f s 0.19 0.14 0.19 0.14 -abrasive abrasif ADJ f s 0.09 0.27 0.04 0.00 -abrasé abraser VER m s 0.00 0.07 0.00 0.07 par:pas; -abraxas abraxas NOM m 0.29 0.00 0.29 0.00 -abreuva abreuver VER 1.13 6.22 0.00 0.27 ind:pas:3s; -abreuvage abreuvage NOM m s 0.00 0.07 0.00 0.07 -abreuvaient abreuver VER 1.13 6.22 0.00 0.27 ind:imp:3p; -abreuvait abreuver VER 1.13 6.22 0.03 0.47 ind:imp:3s; -abreuvant abreuver VER 1.13 6.22 0.01 0.34 par:pre; -abreuve abreuver VER 1.13 6.22 0.23 1.08 imp:pre:2s;ind:pre:1s;ind:pre:3s; -abreuvent abreuver VER 1.13 6.22 0.04 0.34 ind:pre:3p; -abreuver abreuver VER 1.13 6.22 0.48 2.09 inf; -abreuvera abreuver VER 1.13 6.22 0.11 0.00 ind:fut:3s; -abreuveraient abreuver VER 1.13 6.22 0.00 0.07 cnd:pre:3p; -abreuvez abreuver VER 1.13 6.22 0.03 0.00 imp:pre:2p;ind:pre:2p; -abreuvoir abreuvoir NOM m s 0.35 3.92 0.34 3.24 -abreuvoirs abreuvoir NOM m p 0.35 3.92 0.01 0.68 -abreuvons abreuver VER 1.13 6.22 0.01 0.07 imp:pre:1p; -abreuvé abreuver VER m s 1.13 6.22 0.04 0.68 par:pas; -abreuvée abreuver VER f s 1.13 6.22 0.10 0.27 par:pas; -abreuvés abreuver VER m p 1.13 6.22 0.04 0.27 par:pas; -abri_refuge abri_refuge NOM m s 0.00 0.07 0.00 0.07 -abri abri NOM m s 25.90 56.76 22.70 51.08 -abribus abribus NOM m 0.04 0.14 0.04 0.14 -abricot abricot NOM m s 1.24 2.50 0.50 1.15 -abricotez abricoter VER 0.01 0.00 0.01 0.00 imp:pre:2p; -abricotier abricotier NOM m s 0.02 0.41 0.02 0.14 -abricotiers abricotier NOM m p 0.02 0.41 0.00 0.27 -abricotine abricotine NOM f s 0.00 0.07 0.00 0.07 -abricots abricot NOM m p 1.24 2.50 0.74 1.35 -abris abri NOM m p 25.90 56.76 3.20 5.68 -abrita abriter VER 7.91 26.22 0.02 0.68 ind:pas:3s; -abritai abriter VER 7.91 26.22 0.00 0.07 ind:pas:1s; -abritaient abriter VER 7.91 26.22 0.14 1.49 ind:imp:3p; -abritais abriter VER 7.91 26.22 0.01 0.14 ind:imp:1s; -abritait abriter VER 7.91 26.22 0.23 4.53 ind:imp:3s; -abritant abriter VER 7.91 26.22 0.25 1.82 par:pre; -abrite abriter VER 7.91 26.22 2.09 2.70 imp:pre:2s;ind:pre:1s;ind:pre:3s; -abritent abriter VER 7.91 26.22 0.33 1.15 ind:pre:3p; -abriter abriter VER 7.91 26.22 2.36 6.96 ind:pre:2p;inf; -abritera abriter VER 7.91 26.22 0.10 0.07 ind:fut:3s; -abriterait abriter VER 7.91 26.22 0.04 0.20 cnd:pre:3s; -abriterons abriter VER 7.91 26.22 0.03 0.00 ind:fut:1p; -abriteront abriter VER 7.91 26.22 0.01 0.07 ind:fut:3p; -abrites abriter VER 7.91 26.22 0.14 0.07 ind:pre:2s; -abritez abriter VER 7.91 26.22 1.08 0.20 imp:pre:2p;ind:pre:2p; -abritiez abriter VER 7.91 26.22 0.01 0.00 ind:imp:2p; -abritions abriter VER 7.91 26.22 0.01 0.14 ind:imp:1p; -abritâmes abriter VER 7.91 26.22 0.01 0.00 ind:pas:1p; -abritons abriter VER 7.91 26.22 0.40 0.00 imp:pre:1p;ind:pre:1p; -abritèrent abriter VER 7.91 26.22 0.00 0.07 ind:pas:3p; -abrité abriter VER m s 7.91 26.22 0.35 3.11 par:pas; -abritée abriter VER f s 7.91 26.22 0.04 1.15 par:pas; -abritées abriter VER f p 7.91 26.22 0.24 0.54 par:pas; -abrités abrité ADJ m p 0.17 1.08 0.03 0.07 -abrogation abrogation NOM f s 0.16 0.14 0.16 0.14 -abrogent abroger VER 0.71 0.34 0.23 0.00 ind:pre:3p; -abroger abroger VER 0.71 0.34 0.09 0.07 inf; -abrogé abroger VER m s 0.71 0.34 0.11 0.00 par:pas; -abrogée abroger VER f s 0.71 0.34 0.28 0.00 par:pas; -abrogées abroger VER f p 0.71 0.34 0.00 0.14 par:pas; -abrogés abroger VER m p 0.71 0.34 0.01 0.14 par:pas; -abrège abréger VER 4.21 4.86 1.25 1.28 imp:pre:2s;ind:pre:1s;ind:pre:3s; -abrègent abréger VER 4.21 4.86 0.22 0.34 ind:pre:3p; -abrégea abréger VER 4.21 4.86 0.02 0.14 ind:pas:3s; -abrégeai abréger VER 4.21 4.86 0.00 0.07 ind:pas:1s; -abrégeaient abréger VER 4.21 4.86 0.00 0.07 ind:imp:3p; -abrégeait abréger VER 4.21 4.86 0.00 0.20 ind:imp:3s; -abrégeant abréger VER 4.21 4.86 0.00 0.07 par:pre; -abrégeons abréger VER 4.21 4.86 0.12 0.07 imp:pre:1p; -abrégeât abréger VER 4.21 4.86 0.00 0.07 sub:imp:3s; -abréger abréger VER 4.21 4.86 1.61 1.82 inf; -abrégera abréger VER 4.21 4.86 0.01 0.00 ind:fut:3s; -abrégerai abréger VER 4.21 4.86 0.01 0.00 ind:fut:1s; -abrégerait abréger VER 4.21 4.86 0.00 0.07 cnd:pre:3s; -abrégez abréger VER 4.21 4.86 0.73 0.07 imp:pre:2p; -abrégé abréger VER m s 4.21 4.86 0.19 0.41 par:pas; -abrégée abrégé ADJ f s 0.20 0.41 0.13 0.20 -abrégés abrégé NOM m p 0.12 0.54 0.01 0.07 -abrupt abrupt ADJ m s 1.36 7.43 0.54 2.23 -abrupte abrupt ADJ f s 1.36 7.43 0.43 2.84 -abruptement abruptement ADV 0.07 2.03 0.07 2.03 -abruptes abrupt ADJ f p 1.36 7.43 0.24 1.55 -abrupts abrupt ADJ m p 1.36 7.43 0.14 0.81 -abruti abruti NOM m s 25.64 6.69 19.13 4.39 -abrutie abruti NOM f s 25.64 6.69 0.38 0.47 -abruties abruti ADJ f p 6.13 4.66 0.03 0.07 -abrutir abrutir VER 2.56 6.01 0.11 0.95 inf; -abrutira abrutir VER 2.56 6.01 0.00 0.07 ind:fut:3s; -abrutis abruti NOM m p 25.64 6.69 6.10 1.82 -abrutissaient abrutir VER 2.56 6.01 0.00 0.20 ind:imp:3p; -abrutissais abrutir VER 2.56 6.01 0.00 0.07 ind:imp:1s; -abrutissait abrutir VER 2.56 6.01 0.14 0.27 ind:imp:3s; -abrutissant abrutissant ADJ m s 0.19 0.41 0.14 0.14 -abrutissante abrutissant ADJ f s 0.19 0.41 0.00 0.27 -abrutissantes abrutissant ADJ f p 0.19 0.41 0.02 0.00 -abrutissants abrutissant ADJ m p 0.19 0.41 0.03 0.00 -abrutissement abrutissement NOM m s 0.13 1.42 0.13 1.42 -abrutissent abrutir VER 2.56 6.01 0.16 0.00 ind:pre:3p; -abrutisseur abrutisseur NOM m s 0.00 0.07 0.00 0.07 -abrutissions abrutir VER 2.56 6.01 0.00 0.07 ind:imp:1p; -abrutit abrutir VER 2.56 6.01 0.19 0.41 ind:pre:3s;ind:pas:3s; -abréviatif abréviatif ADJ m s 0.00 0.07 0.00 0.07 -abréviation abréviation NOM f s 0.46 0.95 0.37 0.41 -abréviations abréviation NOM f p 0.46 0.95 0.09 0.54 -abscisse abscisse NOM f s 0.02 0.00 0.02 0.00 -abscission abscission NOM f s 0.00 0.07 0.00 0.07 -abscons abscons ADJ m 0.12 0.68 0.12 0.54 -absconse abscons ADJ f s 0.12 0.68 0.00 0.07 -absconses abscons ADJ f p 0.12 0.68 0.00 0.07 -absence absence NOM f s 22.86 76.28 22.02 72.50 -absences absence NOM f p 22.86 76.28 0.84 3.78 -absent absent ADJ m s 14.91 29.80 9.46 18.18 -absenta absenter VER 6.14 6.01 0.00 0.34 ind:pas:3s; -absentai absenter VER 6.14 6.01 0.00 0.07 ind:pas:1s; -absentaient absenter VER 6.14 6.01 0.00 0.14 ind:imp:3p; -absentais absenter VER 6.14 6.01 0.04 0.14 ind:imp:1s;ind:imp:2s; -absentait absenter VER 6.14 6.01 0.16 1.15 ind:imp:3s; -absentant absenter VER 6.14 6.01 0.00 0.07 par:pre; -absente absent ADJ f s 14.91 29.80 3.49 6.22 -absenter absenter VER 6.14 6.01 2.90 1.49 inf; -absentera absenter VER 6.14 6.01 0.03 0.14 ind:fut:3s; -absenterai absenter VER 6.14 6.01 0.03 0.07 ind:fut:1s; -absenterait absenter VER 6.14 6.01 0.00 0.07 cnd:pre:3s; -absentes absenter VER 6.14 6.01 0.07 0.00 ind:pre:2s; -absents absent ADJ m p 14.91 29.80 1.91 4.80 -absentèrent absenter VER 6.14 6.01 0.00 0.07 ind:pas:3p; -absenté absenter VER m s 6.14 6.01 0.89 0.34 par:pas; -absentée absenter VER f s 6.14 6.01 0.42 0.20 par:pas; -absentéisme absentéisme NOM m s 0.14 0.20 0.14 0.20 -absentéiste absentéiste ADJ m s 0.01 0.00 0.01 0.00 -absentéiste absentéiste NOM s 0.01 0.00 0.01 0.00 -absentés absenter VER m p 6.14 6.01 0.15 0.07 par:pas; -abside abside NOM f s 0.00 1.62 0.00 1.55 -absides abside NOM f p 0.00 1.62 0.00 0.07 -absidiales absidial ADJ f p 0.00 0.14 0.00 0.14 -absidiole absidiole NOM f s 0.00 0.07 0.00 0.07 -absinthant absinther VER 0.00 0.07 0.00 0.07 par:pre; -absinthe absinthe NOM f s 1.28 2.91 1.28 2.91 -absolu absolu ADJ m s 17.25 34.39 8.55 16.42 -absolue absolu ADJ f s 17.25 34.39 8.44 16.15 -absolues absolu ADJ f p 17.25 34.39 0.20 1.01 -absolument absolument ADV 89.79 63.45 89.79 63.45 -absolus absolu ADJ m p 17.25 34.39 0.06 0.81 -absolution absolution NOM f s 1.06 2.50 1.06 2.50 -absolutisme absolutisme NOM m s 0.12 0.68 0.12 0.68 -absolvaient absoudre VER 2.66 3.72 0.00 0.07 ind:imp:3p; -absolvait absoudre VER 2.66 3.72 0.00 0.27 ind:imp:3s; -absolvant absolvant ADJ m s 0.00 0.14 0.00 0.14 -absolve absoudre VER 2.66 3.72 0.16 0.00 sub:pre:3s; -absolvent absoudre VER 2.66 3.72 0.00 0.20 ind:pre:3p; -absolves absoudre VER 2.66 3.72 0.01 0.00 sub:pre:2s; -absorba absorber VER 6.66 28.65 0.11 2.03 ind:pas:3s; -absorbables absorbable ADJ m p 0.00 0.07 0.00 0.07 -absorbai absorber VER 6.66 28.65 0.00 0.07 ind:pas:1s; -absorbaient absorber VER 6.66 28.65 0.04 0.68 ind:imp:3p; -absorbais absorber VER 6.66 28.65 0.00 0.27 ind:imp:1s; -absorbait absorber VER 6.66 28.65 0.20 3.11 ind:imp:3s; -absorbant absorbant ADJ m s 0.14 1.35 0.08 0.81 -absorbante absorbant ADJ f s 0.14 1.35 0.04 0.27 -absorbantes absorbant ADJ f p 0.14 1.35 0.01 0.20 -absorbants absorbant ADJ m p 0.14 1.35 0.01 0.07 -absorbe absorber VER 6.66 28.65 1.61 3.38 imp:pre:2s;ind:pre:1s;ind:pre:3s; -absorbent absorber VER 6.66 28.65 0.33 0.61 ind:pre:3p; -absorber absorber VER 6.66 28.65 1.86 4.53 inf; -absorbera absorber VER 6.66 28.65 0.23 0.07 ind:fut:3s; -absorberai absorber VER 6.66 28.65 0.02 0.00 ind:fut:1s; -absorberaient absorber VER 6.66 28.65 0.11 0.07 cnd:pre:3p; -absorberait absorber VER 6.66 28.65 0.04 0.14 cnd:pre:3s; -absorbeur absorbeur NOM m s 0.03 0.00 0.03 0.00 -absorbez absorber VER 6.66 28.65 0.06 0.00 imp:pre:2p;ind:pre:2p; -absorbions absorber VER 6.66 28.65 0.00 0.07 ind:imp:1p; -absorbons absorber VER 6.66 28.65 0.00 0.07 ind:pre:1p; -absorbèrent absorber VER 6.66 28.65 0.01 0.41 ind:pas:3p; -absorbé absorber VER m s 6.66 28.65 1.35 7.84 par:pas; -absorbée absorber VER f s 6.66 28.65 0.40 2.30 par:pas; -absorbées absorber VER f p 6.66 28.65 0.07 0.41 par:pas; -absorbés absorber VER m p 6.66 28.65 0.16 1.69 par:pas; -absorption absorption NOM f s 0.58 2.03 0.58 1.89 -absorptions absorption NOM f p 0.58 2.03 0.00 0.14 -absoudrai absoudre VER 2.66 3.72 0.01 0.00 ind:fut:1s; -absoudrait absoudre VER 2.66 3.72 0.14 0.14 cnd:pre:3s; -absoudre absoudre VER 2.66 3.72 1.08 1.55 inf; -absoudriez absoudre VER 2.66 3.72 0.01 0.07 cnd:pre:2p; -absous absoudre VER m 2.66 3.72 1.15 1.08 imp:pre:2s;ind:pre:1s;par:pas;par:pas;par:pas; -absout absoudre VER 2.66 3.72 0.11 0.20 ind:pre:3s; -absoute absoute NOM f s 0.00 0.14 0.00 0.14 -absoutes absoudre VER f p 2.66 3.72 0.00 0.07 par:pas; -abstînt abstenir VER 4.52 8.78 0.00 0.27 sub:imp:3s; -abstenaient abstenir VER 4.52 8.78 0.00 0.07 ind:imp:3p; -abstenais abstenir VER 4.52 8.78 0.01 0.34 ind:imp:1s; -abstenait abstenir VER 4.52 8.78 0.00 0.81 ind:imp:3s; -abstenant abstenir VER 4.52 8.78 0.12 0.41 par:pre; -abstenez abstenir VER 4.52 8.78 0.57 0.07 imp:pre:2p;ind:pre:2p; -absteniez abstenir VER 4.52 8.78 0.01 0.00 ind:imp:2p; -abstenions abstenir VER 4.52 8.78 0.00 0.07 ind:imp:1p; -abstenir abstenir VER 4.52 8.78 1.80 2.77 inf; -abstenons abstenir VER 4.52 8.78 0.02 0.20 imp:pre:1p;ind:pre:1p; -abstention abstention NOM f s 0.14 1.28 0.14 1.28 -abstentionniste abstentionniste NOM s 0.01 0.14 0.01 0.00 -abstentionnistes abstentionniste NOM p 0.01 0.14 0.00 0.14 -abstenu abstenir VER m s 4.52 8.78 0.17 0.81 par:pas; -abstenue abstenir VER f s 4.52 8.78 0.05 0.47 par:pas; -abstenues abstenir VER f p 4.52 8.78 0.14 0.00 par:pas; -abstenus abstenir VER m p 4.52 8.78 0.00 0.14 par:pas; -abstiendrai abstenir VER 4.52 8.78 0.04 0.00 ind:fut:1s; -abstiendraient abstenir VER 4.52 8.78 0.00 0.07 cnd:pre:3p; -abstiendrais abstenir VER 4.52 8.78 0.03 0.00 cnd:pre:1s; -abstiendrait abstenir VER 4.52 8.78 0.02 0.07 cnd:pre:3s; -abstiendras abstenir VER 4.52 8.78 0.01 0.07 ind:fut:2s; -abstiendrions abstenir VER 4.52 8.78 0.00 0.14 cnd:pre:1p; -abstiendrons abstenir VER 4.52 8.78 0.12 0.00 ind:fut:1p; -abstiendront abstenir VER 4.52 8.78 0.12 0.00 ind:fut:3p; -abstienne abstenir VER 4.52 8.78 0.02 0.07 sub:pre:1s;sub:pre:3s; -abstiennent abstenir VER 4.52 8.78 0.02 0.20 ind:pre:3p; -abstiennes abstenir VER 4.52 8.78 0.02 0.00 sub:pre:2s; -abstiens abstenir VER 4.52 8.78 0.84 0.14 imp:pre:2s;ind:pre:1s;ind:pre:2s; -abstient abstenir VER 4.52 8.78 0.17 0.34 ind:pre:3s; -abstinence abstinence NOM f s 1.62 1.62 1.60 1.42 -abstinences abstinence NOM f p 1.62 1.62 0.02 0.20 -abstinent abstinent ADJ m s 0.11 0.00 0.10 0.00 -abstinente abstinent ADJ f s 0.11 0.00 0.01 0.00 -abstinrent abstenir VER 4.52 8.78 0.01 0.07 ind:pas:3p; -abstins abstenir VER 4.52 8.78 0.00 0.41 ind:pas:1s; -abstint abstenir VER 4.52 8.78 0.20 0.81 ind:pas:3s; -abstraction abstraction NOM f s 0.68 2.97 0.66 2.09 -abstractions abstraction NOM f p 0.68 2.97 0.03 0.88 -abstraire abstraire VER 0.27 3.18 0.02 0.74 inf; -abstrais abstraire VER 0.27 3.18 0.00 0.07 ind:pre:1s; -abstrait abstrait ADJ m s 1.62 11.35 0.61 3.85 -abstraite abstrait ADJ f s 1.62 11.35 0.69 4.80 -abstraitement abstraitement ADV 0.00 0.34 0.00 0.34 -abstraites abstraire VER f p 0.27 3.18 0.11 0.20 par:pas; -abstraits abstrait ADJ m p 1.62 11.35 0.25 1.15 -abstrus abstrus ADJ m p 0.00 0.54 0.00 0.34 -abstruse abstrus ADJ f s 0.00 0.54 0.00 0.14 -abstruses abstrus ADJ f p 0.00 0.54 0.00 0.07 -absurde absurde ADJ s 23.59 30.95 21.56 24.80 -absurdement absurdement ADV 0.14 3.72 0.14 3.72 -absurdes absurde ADJ p 23.59 30.95 2.03 6.15 -absurdistes absurdiste NOM p 0.00 0.07 0.00 0.07 -absurdité absurdité NOM f s 2.34 6.28 1.44 5.54 -absurdités absurdité NOM f p 2.34 6.28 0.90 0.74 -abécédaire abécédaire NOM m s 0.18 0.07 0.18 0.07 -abus abus NOM m 4.75 8.58 4.75 8.58 -abusa abuser VER 19.98 14.26 0.02 0.20 ind:pas:3s; -abusai abuser VER 19.98 14.26 0.00 0.07 ind:pas:1s; -abusaient abuser VER 19.98 14.26 0.04 0.27 ind:imp:3p; -abusais abuser VER 19.98 14.26 0.03 0.27 ind:imp:1s; -abusait abuser VER 19.98 14.26 0.53 1.82 ind:imp:3s; -abusant abuser VER 19.98 14.26 0.24 0.81 par:pre; -abuse abuser VER 19.98 14.26 4.08 1.62 imp:pre:2s;ind:pre:1s;ind:pre:3s; -abusent abuser VER 19.98 14.26 1.02 0.88 ind:pre:3p; -abuser abuser VER 19.98 14.26 5.87 4.12 inf; -abusera abuser VER 19.98 14.26 0.04 0.00 ind:fut:3s; -abuserai abuser VER 19.98 14.26 0.03 0.07 ind:fut:1s; -abuserais abuser VER 19.98 14.26 0.09 0.14 cnd:pre:1s;cnd:pre:2s; -abuserait abuser VER 19.98 14.26 0.02 0.07 cnd:pre:3s; -abuserez abuser VER 19.98 14.26 0.01 0.07 ind:fut:2p; -abuseriez abuser VER 19.98 14.26 0.02 0.00 cnd:pre:2p; -abuses abuser VER 19.98 14.26 0.50 0.07 ind:pre:2s; -abuseur abuseur NOM m s 0.04 0.00 0.04 0.00 -abusez abuser VER 19.98 14.26 1.93 0.34 imp:pre:2p;ind:pre:2p; -abusiez abuser VER 19.98 14.26 0.02 0.00 ind:imp:2p; -abusif abusif ADJ m s 0.85 1.82 0.37 0.61 -abusifs abusif ADJ m p 0.85 1.82 0.05 0.14 -abusive abusif ADJ f s 0.85 1.82 0.39 0.74 -abusivement abusivement ADV 0.16 1.15 0.16 1.15 -abusives abusif ADJ f p 0.85 1.82 0.03 0.34 -abusons abuser VER 19.98 14.26 0.37 0.00 imp:pre:1p;ind:pre:1p; -abusèrent abuser VER 19.98 14.26 0.00 0.07 ind:pas:3p; -abusé abuser VER m s 19.98 14.26 4.59 2.70 par:pas; -abusée abuser VER f s 19.98 14.26 0.29 0.27 par:pas; -abusées abusé ADJ f p 0.20 0.74 0.03 0.00 -abusés abuser VER m p 19.98 14.26 0.22 0.34 par:pas; -abêti abêtir VER m s 0.01 1.28 0.00 0.47 par:pas; -abêties abêti ADJ f p 0.00 0.27 0.00 0.07 -abêtir abêtir VER 0.01 1.28 0.01 0.54 inf; -abêtis abêtir VER 0.01 1.28 0.00 0.07 ind:pre:2s; -abêtissait abêtir VER 0.01 1.28 0.00 0.14 ind:imp:3s; -abêtissement abêtissement NOM m s 0.00 0.54 0.00 0.54 -abêtit abêtir VER 0.01 1.28 0.00 0.07 ind:pas:3s; -abyme abyme NOM m s 0.04 0.07 0.04 0.07 -abyssal abyssal ADJ m s 0.11 0.74 0.03 0.34 -abyssale abyssal ADJ f s 0.11 0.74 0.05 0.20 -abyssales abyssal ADJ f p 0.11 0.74 0.02 0.20 -abysse abysse NOM m s 1.07 0.41 0.53 0.07 -abysses abysse NOM m p 1.07 0.41 0.54 0.34 -abyssin abyssin NOM m s 0.14 0.14 0.14 0.14 -abyssinien abyssinien ADJ m s 0.10 0.00 0.10 0.00 -abyssinienne abyssinien NOM f s 0.01 0.00 0.01 0.00 -abyssins abyssin ADJ m p 0.00 0.20 0.00 0.07 -acabit acabit NOM m s 0.17 1.62 0.17 1.55 -acabits acabit NOM m p 0.17 1.62 0.00 0.07 -acacia acacia NOM m s 0.26 6.35 0.05 3.24 -acacias acacia NOM m p 0.26 6.35 0.21 3.11 -acadien acadien NOM m s 0.16 0.07 0.14 0.00 -acadienne acadienne NOM f s 0.03 0.00 0.03 0.00 -acadiens acadien NOM m p 0.16 0.07 0.01 0.07 -académicien académicien NOM m s 0.35 1.55 0.14 0.74 -académiciens académicien NOM m p 0.35 1.55 0.21 0.81 -académie académie NOM f s 10.03 9.46 9.91 8.31 -académies académie NOM f p 10.03 9.46 0.12 1.15 -académique académique ADJ s 1.41 1.15 0.87 0.61 -académiquement académiquement ADV 0.01 0.14 0.01 0.14 -académiques académique ADJ p 1.41 1.15 0.54 0.54 -académisme académisme NOM m s 0.00 0.27 0.00 0.27 -académisé académiser VER m s 0.00 0.07 0.00 0.07 par:pas; -acagnardai acagnarder VER 0.00 0.74 0.00 0.07 ind:pas:1s; -acagnardait acagnarder VER 0.00 0.74 0.00 0.14 ind:imp:3s; -acagnarder acagnarder VER 0.00 0.74 0.00 0.14 inf; -acagnardé acagnarder VER m s 0.00 0.74 0.00 0.34 par:pas; -acagnardée acagnarder VER f s 0.00 0.74 0.00 0.07 par:pas; -acajou acajou NOM m s 0.52 5.95 0.52 5.81 -acajous acajou NOM m p 0.52 5.95 0.00 0.14 -acanthe acanthe NOM f s 0.04 0.61 0.04 0.27 -acanthes acanthe NOM f p 0.04 0.61 0.00 0.34 -acariens acarien NOM m p 0.07 0.07 0.07 0.07 -acariâtre acariâtre ADJ s 0.14 1.55 0.13 1.22 -acariâtres acariâtre ADJ f p 0.14 1.55 0.01 0.34 -accabla accabler VER 5.55 21.28 0.14 0.95 ind:pas:3s; -accablai accabler VER 5.55 21.28 0.00 0.07 ind:pas:1s; -accablaient accabler VER 5.55 21.28 0.03 1.42 ind:imp:3p; -accablais accabler VER 5.55 21.28 0.00 0.27 ind:imp:1s; -accablait accabler VER 5.55 21.28 0.22 3.11 ind:imp:3s; -accablant accablant ADJ m s 1.41 5.41 0.37 1.42 -accablante accablant ADJ f s 1.41 5.41 0.71 2.43 -accablantes accablant ADJ f p 1.41 5.41 0.29 0.81 -accablants accablant ADJ m p 1.41 5.41 0.04 0.74 -accable accabler VER 5.55 21.28 2.01 1.96 imp:pre:2s;ind:pre:1s;ind:pre:3s; -accablement accablement NOM m s 0.23 3.72 0.21 3.58 -accablements accablement NOM m p 0.23 3.72 0.01 0.14 -accablent accabler VER 5.55 21.28 0.28 0.74 ind:pre:3p; -accabler accabler VER 5.55 21.28 0.65 3.58 inf; -accableraient accabler VER 5.55 21.28 0.00 0.14 cnd:pre:3p; -accablez accabler VER 5.55 21.28 0.17 0.14 imp:pre:2p;ind:pre:2p; -accablions accabler VER 5.55 21.28 0.00 0.07 ind:imp:1p; -accablât accabler VER 5.55 21.28 0.00 0.07 sub:imp:3s; -accablèrent accabler VER 5.55 21.28 0.00 0.20 ind:pas:3p; -accablé accabler VER m s 5.55 21.28 0.92 4.05 par:pas; -accablée accabler VER f s 5.55 21.28 0.60 2.23 par:pas; -accablées accabler VER f p 5.55 21.28 0.02 0.34 par:pas; -accablés accabler VER m p 5.55 21.28 0.47 1.22 par:pas; -accalmie accalmie NOM f s 0.50 3.72 0.46 2.97 -accalmies accalmie NOM f p 0.50 3.72 0.04 0.74 -accalmit accalmir VER 0.00 0.07 0.00 0.07 ind:pas:3s; -accapara accaparer VER 0.97 3.99 0.01 0.07 ind:pas:3s; -accaparaient accaparer VER 0.97 3.99 0.00 0.34 ind:imp:3p; -accaparait accaparer VER 0.97 3.99 0.01 0.74 ind:imp:3s; -accaparant accaparer VER 0.97 3.99 0.03 0.20 par:pre; -accaparante accaparant ADJ f s 0.02 0.07 0.00 0.07 -accapare accaparer VER 0.97 3.99 0.34 0.61 imp:pre:2s;ind:pre:1s;ind:pre:3s; -accaparer accaparer VER 0.97 3.99 0.20 0.68 inf; -accaparerait accaparer VER 0.97 3.99 0.00 0.07 cnd:pre:3s; -accapareur accapareur ADJ m s 0.02 0.00 0.02 0.00 -accaparez accaparer VER 0.97 3.99 0.02 0.00 ind:pre:2p; -accaparé accaparer VER m s 0.97 3.99 0.30 0.68 par:pas; -accaparée accaparer VER f s 0.97 3.99 0.06 0.34 par:pas; -accaparées accaparer VER f p 0.97 3.99 0.00 0.07 par:pas; -accaparés accaparer VER m p 0.97 3.99 0.00 0.20 par:pas; -accastillage accastillage NOM m s 0.04 0.20 0.04 0.14 -accastillages accastillage NOM m p 0.04 0.20 0.00 0.07 -accelerando accelerando ADV 0.00 0.14 0.00 0.14 -accent accent NOM m s 14.56 45.54 12.98 38.31 -accenteur accenteur NOM m s 0.01 0.00 0.01 0.00 -accents accent NOM m p 14.56 45.54 1.58 7.23 -accentua accentuer VER 1.28 16.15 0.00 1.96 ind:pas:3s; -accentuai accentuer VER 1.28 16.15 0.00 0.07 ind:pas:1s; -accentuaient accentuer VER 1.28 16.15 0.00 1.22 ind:imp:3p; -accentuais accentuer VER 1.28 16.15 0.00 0.07 ind:imp:1s; -accentuait accentuer VER 1.28 16.15 0.01 4.05 ind:imp:3s; -accentuant accentuer VER 1.28 16.15 0.03 1.76 par:pre; -accentuation accentuation NOM f s 0.06 0.14 0.06 0.14 -accentue accentuer VER 1.28 16.15 0.11 1.76 imp:pre:2s;ind:pre:1s;ind:pre:3s; -accentuent accentuer VER 1.28 16.15 0.07 0.54 ind:pre:3p; -accentuer accentuer VER 1.28 16.15 0.67 2.03 inf; -accentuerait accentuer VER 1.28 16.15 0.01 0.07 cnd:pre:3s; -accentuez accentuer VER 1.28 16.15 0.12 0.00 imp:pre:2p;ind:pre:2p; -accentuât accentuer VER 1.28 16.15 0.00 0.07 sub:imp:3s; -accentuèrent accentuer VER 1.28 16.15 0.00 0.20 ind:pas:3p; -accentué accentuer VER m s 1.28 16.15 0.21 0.81 par:pas; -accentuée accentuer VER f s 1.28 16.15 0.03 0.95 par:pas; -accentuées accentuer VER f p 1.28 16.15 0.02 0.27 par:pas; -accentués accentuer VER m p 1.28 16.15 0.01 0.34 par:pas; -accepta accepter VER 165.84 144.66 0.82 10.54 ind:pas:3s; -acceptable acceptable ADJ s 3.96 4.39 3.27 3.51 -acceptables acceptable ADJ p 3.96 4.39 0.70 0.88 -acceptai accepter VER 165.84 144.66 0.03 3.38 ind:pas:1s; -acceptaient accepter VER 165.84 144.66 0.34 2.91 ind:imp:3p; -acceptais accepter VER 165.84 144.66 0.94 3.99 ind:imp:1s;ind:imp:2s; -acceptait accepter VER 165.84 144.66 1.48 10.00 ind:imp:3s; -acceptant accepter VER 165.84 144.66 1.35 2.97 par:pre; -acceptassent accepter VER 165.84 144.66 0.00 0.07 sub:imp:3p; -acceptasses accepter VER 165.84 144.66 0.00 0.07 sub:imp:2s; -acceptation acceptation NOM f s 1.24 4.39 1.24 4.19 -acceptations acceptation NOM f p 1.24 4.39 0.00 0.20 -accepte accepter VER 165.84 144.66 38.41 18.65 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:1s;sub:pre:3s; -acceptent accepter VER 165.84 144.66 4.45 3.24 ind:pre:3p; -accepter accepter VER 165.84 144.66 43.39 36.62 inf; -acceptera accepter VER 165.84 144.66 3.98 1.96 ind:fut:3s; -accepterai accepter VER 165.84 144.66 2.73 1.22 ind:fut:1s; -accepteraient accepter VER 165.84 144.66 0.57 0.95 cnd:pre:3p; -accepterais accepter VER 165.84 144.66 2.25 1.96 cnd:pre:1s;cnd:pre:2s; -accepterait accepter VER 165.84 144.66 1.54 4.05 cnd:pre:3s; -accepteras accepter VER 165.84 144.66 0.65 0.27 ind:fut:2s; -accepterez accepter VER 165.84 144.66 0.94 0.20 ind:fut:2p; -accepteriez accepter VER 165.84 144.66 2.01 0.54 cnd:pre:2p; -accepterions accepter VER 165.84 144.66 0.03 0.34 cnd:pre:1p; -accepterons accepter VER 165.84 144.66 0.31 0.14 ind:fut:1p; -accepteront accepter VER 165.84 144.66 1.34 0.20 ind:fut:3p; -acceptes accepter VER 165.84 144.66 6.79 1.28 ind:pre:2s; -acceptez accepter VER 165.84 144.66 12.53 2.16 imp:pre:2p;ind:pre:2p; -acceptiez accepter VER 165.84 144.66 1.00 0.54 ind:imp:2p; -acception acception NOM f s 0.15 0.47 0.15 0.27 -acceptions accepter VER 165.84 144.66 0.21 1.35 ind:imp:1p; -acceptâmes accepter VER 165.84 144.66 0.00 0.14 ind:pas:1p; -acceptons accepter VER 165.84 144.66 2.72 0.95 imp:pre:1p;ind:pre:1p; -acceptât accepter VER 165.84 144.66 0.01 1.42 sub:imp:3s; -acceptèrent accepter VER 165.84 144.66 0.04 0.74 ind:pas:3p; -accepté accepter VER m s 165.84 144.66 28.46 27.16 par:pas; -acceptée accepter VER f s 165.84 144.66 4.30 3.24 par:pas; -acceptées accepter VER f p 165.84 144.66 0.93 0.68 par:pas; -acceptés accepter VER m p 165.84 144.66 1.29 0.74 par:pas; -accesseurs accesseur NOM m p 0.00 0.07 0.00 0.07 -accessibilité accessibilité NOM f s 0.03 0.00 0.03 0.00 -accessible accessible ADJ s 2.06 5.74 1.49 4.12 -accessibles accessible ADJ p 2.06 5.74 0.57 1.62 -accession accession NOM f s 0.16 1.22 0.16 1.22 -accessit accessit NOM m s 0.02 0.07 0.02 0.07 -accessoire accessoire NOM m s 3.87 7.30 1.11 1.08 -accessoirement accessoirement ADV 0.17 0.88 0.17 0.88 -accessoires accessoire NOM m p 3.87 7.30 2.76 6.22 -accessoirise accessoiriser VER 0.07 0.00 0.01 0.00 ind:pre:1s; -accessoiriser accessoiriser VER 0.07 0.00 0.07 0.00 inf; -accessoiriste accessoiriste NOM s 0.62 0.14 0.51 0.00 -accessoiristes accessoiriste NOM p 0.62 0.14 0.11 0.14 -accident accident NOM m s 108.21 44.80 100.11 36.62 -accidente accidenter VER 0.19 0.27 0.01 0.07 ind:pre:3s; -accidentel accidentel ADJ m s 2.78 3.45 1.09 1.42 -accidentelle accidentel ADJ f s 2.78 3.45 1.44 1.28 -accidentellement accidentellement ADV 3.39 0.81 3.39 0.81 -accidentelles accidentel ADJ f p 2.78 3.45 0.17 0.34 -accidentels accidentel ADJ m p 2.78 3.45 0.08 0.41 -accidenter accidenter VER 0.19 0.27 0.02 0.00 inf; -accidents accident NOM m p 108.21 44.80 8.10 8.18 -accidenté accidenté NOM m s 0.57 0.61 0.28 0.34 -accidentée accidenté ADJ f s 0.30 1.42 0.08 0.34 -accidentées accidenté ADJ f p 0.30 1.42 0.02 0.20 -accidentés accidenté NOM m p 0.57 0.61 0.28 0.00 -acclama acclamer VER 1.75 5.81 0.00 0.34 ind:pas:3s; -acclamaient acclamer VER 1.75 5.81 0.09 0.68 ind:imp:3p; -acclamait acclamer VER 1.75 5.81 0.04 0.54 ind:imp:3s; -acclamant acclamer VER 1.75 5.81 0.00 0.27 par:pre; -acclamation acclamation NOM f s 2.84 4.66 0.20 0.27 -acclamations acclamation NOM f p 2.84 4.66 2.65 4.39 -acclame acclamer VER 1.75 5.81 0.19 0.81 imp:pre:2s;ind:pre:1s;ind:pre:3s; -acclament acclamer VER 1.75 5.81 0.18 0.14 ind:pre:3p; -acclamer acclamer VER 1.75 5.81 0.20 1.01 inf; -acclamera acclamer VER 1.75 5.81 0.04 0.00 ind:fut:3s; -acclamerait acclamer VER 1.75 5.81 0.01 0.07 cnd:pre:3s; -acclameront acclamer VER 1.75 5.81 0.03 0.00 ind:fut:3p; -acclamez acclamer VER 1.75 5.81 0.25 0.00 imp:pre:2p; -acclamiez acclamer VER 1.75 5.81 0.01 0.00 ind:imp:2p; -acclamons acclamer VER 1.75 5.81 0.05 0.07 imp:pre:1p;ind:pre:1p; -acclamé acclamer VER m s 1.75 5.81 0.44 1.28 par:pas; -acclamée acclamer VER f s 1.75 5.81 0.17 0.07 par:pas; -acclamées acclamer VER f p 1.75 5.81 0.02 0.07 par:pas; -acclamés acclamer VER m p 1.75 5.81 0.04 0.47 par:pas; -acclimata acclimater VER 0.52 1.96 0.00 0.07 ind:pas:3s; -acclimatai acclimater VER 0.52 1.96 0.00 0.07 ind:pas:1s; -acclimatation acclimatation NOM f s 0.14 0.81 0.14 0.81 -acclimate acclimater VER 0.52 1.96 0.01 0.20 ind:pre:1s;ind:pre:3s; -acclimatement acclimatement NOM m s 0.00 0.14 0.00 0.14 -acclimatent acclimater VER 0.52 1.96 0.01 0.00 ind:pre:3p; -acclimater acclimater VER 0.52 1.96 0.45 1.08 inf; -acclimaterait acclimater VER 0.52 1.96 0.00 0.07 cnd:pre:3s; -acclimates acclimater VER 0.52 1.96 0.00 0.07 ind:pre:2s; -acclimatez acclimater VER 0.52 1.96 0.02 0.00 imp:pre:2p;ind:pre:2p; -acclimaté acclimater VER m s 0.52 1.96 0.02 0.27 par:pas; -acclimatés acclimater VER m p 0.52 1.96 0.01 0.14 par:pas; -accointance accointance NOM f s 0.14 0.88 0.14 0.20 -accointances accointance NOM f p 0.14 0.88 0.00 0.68 -accointé accointer VER m s 0.00 0.14 0.00 0.07 par:pas; -accointés accointer VER m p 0.00 0.14 0.00 0.07 par:pas; -accola accoler VER 0.32 2.70 0.00 0.07 ind:pas:3s; -accolade accolade NOM f s 0.96 2.23 0.84 1.69 -accolades accolade NOM f p 0.96 2.23 0.12 0.54 -accolait accoler VER 0.32 2.70 0.00 0.14 ind:imp:3s; -accolant accoler VER 0.32 2.70 0.14 0.00 par:pre; -accole accoler VER 0.32 2.70 0.00 0.14 ind:pre:3s; -accolement accolement NOM m s 0.00 0.07 0.00 0.07 -accolent accoler VER 0.32 2.70 0.00 0.07 ind:pre:3p; -accoler accoler VER 0.32 2.70 0.00 0.27 inf; -accolerais accoler VER 0.32 2.70 0.01 0.00 cnd:pre:1s; -accolé accoler VER m s 0.32 2.70 0.03 0.74 par:pas; -accolée accoler VER f s 0.32 2.70 0.14 0.41 par:pas; -accolées accoler VER f p 0.32 2.70 0.00 0.41 par:pas; -accolés accoler VER m p 0.32 2.70 0.00 0.47 par:pas; -accommoda accommoder VER 2.25 14.19 0.00 0.68 ind:pas:3s; -accommodai accommoder VER 2.25 14.19 0.00 0.07 ind:pas:1s; -accommodaient accommoder VER 2.25 14.19 0.00 1.15 ind:imp:3p; -accommodais accommoder VER 2.25 14.19 0.01 0.27 ind:imp:1s; -accommodait accommoder VER 2.25 14.19 0.01 2.23 ind:imp:3s; -accommodant accommodant ADJ m s 0.41 0.47 0.22 0.14 -accommodante accommodant ADJ f s 0.41 0.47 0.14 0.20 -accommodantes accommodant ADJ f p 0.41 0.47 0.00 0.07 -accommodants accommodant ADJ m p 0.41 0.47 0.04 0.07 -accommodation accommodation NOM f s 0.04 0.41 0.04 0.41 -accommodatrices accommodateur ADJ f p 0.00 0.07 0.00 0.07 -accommode accommoder VER 2.25 14.19 0.78 1.96 imp:pre:2s;ind:pre:1s;ind:pre:3s; -accommodement accommodement NOM m s 0.11 1.01 0.11 0.61 -accommodements accommodement NOM m p 0.11 1.01 0.00 0.41 -accommodent accommoder VER 2.25 14.19 0.13 0.34 ind:pre:3p; -accommoder accommoder VER 2.25 14.19 0.69 4.26 inf; -accommodera accommoder VER 2.25 14.19 0.01 0.07 ind:fut:3s; -accommoderai accommoder VER 2.25 14.19 0.06 0.14 ind:fut:1s; -accommoderaient accommoder VER 2.25 14.19 0.00 0.14 cnd:pre:3p; -accommoderais accommoder VER 2.25 14.19 0.16 0.20 cnd:pre:1s; -accommoderait accommoder VER 2.25 14.19 0.11 0.27 cnd:pre:3s; -accommoderez accommoder VER 2.25 14.19 0.02 0.00 ind:fut:2p; -accommoderions accommoder VER 2.25 14.19 0.00 0.07 cnd:pre:1p; -accommoderont accommoder VER 2.25 14.19 0.01 0.20 ind:fut:3p; -accommodions accommoder VER 2.25 14.19 0.00 0.07 ind:imp:1p; -accommodons accommoder VER 2.25 14.19 0.00 0.07 ind:pre:1p; -accommodât accommoder VER 2.25 14.19 0.00 0.14 sub:imp:3s; -accommodèrent accommoder VER 2.25 14.19 0.10 0.07 ind:pas:3p; -accommodé accommoder VER m s 2.25 14.19 0.13 0.54 par:pas; -accommodée accommoder VER f s 2.25 14.19 0.03 0.27 par:pas; -accommodés accommoder VER m p 2.25 14.19 0.00 0.41 par:pas; -accompagna accompagner VER 90.56 124.46 0.15 9.46 ind:pas:3s; -accompagnai accompagner VER 90.56 124.46 0.03 1.28 ind:pas:1s; -accompagnaient accompagner VER 90.56 124.46 0.43 4.73 ind:imp:3p; -accompagnais accompagner VER 90.56 124.46 0.40 1.76 ind:imp:1s;ind:imp:2s; -accompagnait accompagner VER 90.56 124.46 2.04 15.68 ind:imp:3s; -accompagnant accompagner VER 90.56 124.46 0.61 5.00 par:pre; -accompagnateur accompagnateur NOM m s 0.78 1.01 0.40 0.27 -accompagnateurs accompagnateur NOM m p 0.78 1.01 0.29 0.68 -accompagnatrice accompagnateur NOM f s 0.78 1.01 0.09 0.07 -accompagnatrices accompagnatrice NOM f p 0.02 0.00 0.02 0.00 -accompagne accompagner VER 90.56 124.46 33.28 15.14 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:1s; -accompagnement accompagnement NOM m s 0.65 2.57 0.61 2.50 -accompagnements accompagnement NOM m p 0.65 2.57 0.03 0.07 -accompagnent accompagner VER 90.56 124.46 2.08 4.05 ind:pre:3p; -accompagner accompagner VER 90.56 124.46 24.87 22.23 ind:pre:2p;inf; -accompagnera accompagner VER 90.56 124.46 1.81 0.61 ind:fut:3s; -accompagnerai accompagner VER 90.56 124.46 1.01 0.61 ind:fut:1s; -accompagneraient accompagner VER 90.56 124.46 0.00 0.27 cnd:pre:3p; -accompagnerais accompagner VER 90.56 124.46 0.16 0.27 cnd:pre:1s;cnd:pre:2s; -accompagnerait accompagner VER 90.56 124.46 0.09 1.22 cnd:pre:3s; -accompagneras accompagner VER 90.56 124.46 0.52 0.27 ind:fut:2s; -accompagnerez accompagner VER 90.56 124.46 0.65 0.27 ind:fut:2p; -accompagneriez accompagner VER 90.56 124.46 0.12 0.00 cnd:pre:2p; -accompagnerons accompagner VER 90.56 124.46 0.25 0.00 ind:fut:1p; -accompagneront accompagner VER 90.56 124.46 0.52 0.14 ind:fut:3p; -accompagnes accompagner VER 90.56 124.46 5.48 0.68 ind:pre:2s;sub:pre:2s; -accompagnez accompagner VER 90.56 124.46 4.41 0.95 imp:pre:2p;ind:pre:2p; -accompagniez accompagner VER 90.56 124.46 0.45 0.07 ind:imp:2p;sub:pre:2p; -accompagnions accompagner VER 90.56 124.46 0.02 0.00 ind:imp:1p; -accompagnâmes accompagner VER 90.56 124.46 0.00 0.14 ind:pas:1p; -accompagnons accompagner VER 90.56 124.46 0.73 0.27 imp:pre:1p;ind:pre:1p; -accompagnât accompagner VER 90.56 124.46 0.00 0.54 sub:imp:3s; -accompagnèrent accompagner VER 90.56 124.46 0.00 0.95 ind:pas:3p; -accompagné accompagner VER m s 90.56 124.46 5.67 21.49 par:pas; -accompagnée accompagner VER f s 90.56 124.46 3.67 9.93 par:pas; -accompagnées accompagner VER f p 90.56 124.46 0.10 2.03 par:pas; -accompagnés accompagner VER m p 90.56 124.46 1.00 4.46 par:pas; -accomplît accomplir VER 25.00 55.20 0.00 0.20 sub:imp:3s; -accompli accomplir VER m s 25.00 55.20 5.98 9.59 par:pas; -accomplie accompli ADJ f s 4.79 10.54 3.00 3.04 -accomplies accomplir VER f p 25.00 55.20 0.23 1.08 par:pas; -accomplir accomplir VER 25.00 55.20 9.31 22.23 inf; -accomplira accomplir VER 25.00 55.20 0.55 0.61 ind:fut:3s; -accomplirai accomplir VER 25.00 55.20 0.33 0.14 ind:fut:1s; -accompliraient accomplir VER 25.00 55.20 0.01 0.20 cnd:pre:3p; -accomplirais accomplir VER 25.00 55.20 0.00 0.14 cnd:pre:1s; -accomplirait accomplir VER 25.00 55.20 0.12 0.47 cnd:pre:3s; -accompliras accomplir VER 25.00 55.20 0.05 0.00 ind:fut:2s; -accomplirent accomplir VER 25.00 55.20 0.01 0.27 ind:pas:3p; -accomplirez accomplir VER 25.00 55.20 0.09 0.14 ind:fut:2p; -accomplirons accomplir VER 25.00 55.20 0.17 0.14 ind:fut:1p; -accompliront accomplir VER 25.00 55.20 0.04 0.07 ind:fut:3p; -accomplis accomplir VER m p 25.00 55.20 1.51 2.70 imp:pre:2s;ind:pre:1s;ind:pre:2s;par:pas; -accomplissaient accomplir VER 25.00 55.20 0.00 0.68 ind:imp:3p; -accomplissais accomplir VER 25.00 55.20 0.02 0.74 ind:imp:1s; -accomplissait accomplir VER 25.00 55.20 0.05 3.78 ind:imp:3s; -accomplissant accomplir VER 25.00 55.20 0.17 2.36 par:pre; -accomplisse accomplir VER 25.00 55.20 1.04 0.95 sub:pre:1s;sub:pre:3s; -accomplissement accomplissement NOM m s 1.50 4.46 1.27 4.26 -accomplissements accomplissement NOM m p 1.50 4.46 0.22 0.20 -accomplissent accomplir VER 25.00 55.20 1.12 0.95 ind:pre:3p; -accomplissez accomplir VER 25.00 55.20 0.54 0.00 imp:pre:2p;ind:pre:2p; -accomplissiez accomplir VER 25.00 55.20 0.02 0.00 ind:imp:2p; -accomplissions accomplir VER 25.00 55.20 0.16 0.34 ind:imp:1p; -accomplissons accomplir VER 25.00 55.20 0.28 0.14 imp:pre:1p;ind:pre:1p; -accomplit accomplir VER 25.00 55.20 2.14 4.73 ind:pre:3s;ind:pas:3s; -accord accord NOM m s 766.20 136.15 761.77 124.66 -accorda accorder VER 52.27 67.84 0.38 2.97 ind:pas:3s; -accordai accorder VER 52.27 67.84 0.00 0.54 ind:pas:1s; -accordaient accorder VER 52.27 67.84 0.17 2.43 ind:imp:3p; -accordailles accordailles NOM f p 0.00 0.07 0.00 0.07 -accordais accorder VER 52.27 67.84 0.44 1.55 ind:imp:1s;ind:imp:2s; -accordait accorder VER 52.27 67.84 0.70 9.66 ind:imp:3s; -accordant accorder VER 52.27 67.84 0.24 1.76 par:pre; -accordas accorder VER 52.27 67.84 0.01 0.07 ind:pas:2s; -accordassent accorder VER 52.27 67.84 0.00 0.14 sub:imp:3p; -accorde accorder VER 52.27 67.84 17.04 11.76 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:1s;sub:pre:3s; -accordement accordement NOM m s 0.00 0.07 0.00 0.07 -accordent accorder VER 52.27 67.84 1.31 2.50 ind:pre:3p; -accorder accorder VER 52.27 67.84 10.59 14.73 inf; -accordera accorder VER 52.27 67.84 0.98 0.14 ind:fut:3s; -accorderai accorder VER 52.27 67.84 0.46 0.00 ind:fut:1s; -accorderaient accorder VER 52.27 67.84 0.00 0.20 cnd:pre:3p; -accorderais accorder VER 52.27 67.84 0.24 0.14 cnd:pre:1s;cnd:pre:2s; -accorderait accorder VER 52.27 67.84 0.08 0.74 cnd:pre:3s; -accorderas accorder VER 52.27 67.84 0.06 0.07 ind:fut:2s; -accorderez accorder VER 52.27 67.84 0.52 0.20 ind:fut:2p; -accorderiez accorder VER 52.27 67.84 0.14 0.07 cnd:pre:2p; -accorderons accorder VER 52.27 67.84 0.14 0.00 ind:fut:1p; -accorderont accorder VER 52.27 67.84 0.14 0.20 ind:fut:3p; -accordes accorder VER 52.27 67.84 1.23 0.07 ind:pre:2s; -accordeur accordeur NOM m s 0.25 0.61 0.25 0.61 -accordez accorder VER 52.27 67.84 6.00 0.81 imp:pre:2p;ind:pre:2p; -accordiez accorder VER 52.27 67.84 0.30 0.00 ind:imp:2p;sub:pre:2p; -accordions accorder VER 52.27 67.84 0.05 0.20 ind:imp:1p; -accordo accordo NOM m s 0.01 0.07 0.01 0.07 -accordons accorder VER 52.27 67.84 0.75 0.47 imp:pre:1p;ind:pre:1p; -accordât accorder VER 52.27 67.84 0.00 0.88 sub:imp:3s; -accords accord NOM m p 766.20 136.15 4.42 11.49 -accordèrent accorder VER 52.27 67.84 0.01 0.54 ind:pas:3p; -accordé accorder VER m s 52.27 67.84 6.87 7.43 par:pas; -accordée accorder VER f s 52.27 67.84 2.23 4.93 par:pas; -accordées accorder VER f p 52.27 67.84 0.36 1.22 par:pas; -accordéon accordéon NOM m s 3.24 5.47 3.02 4.80 -accordéoniste accordéoniste NOM s 0.26 1.69 0.26 1.42 -accordéonistes accordéoniste NOM p 0.26 1.69 0.00 0.27 -accordéons accordéon NOM m p 3.24 5.47 0.22 0.68 -accordés accorder VER m p 52.27 67.84 0.85 1.42 par:pas; -accore accore ADJ f s 0.00 0.14 0.00 0.14 -accores accore NOM m p 0.00 0.07 0.00 0.07 -accort accort ADJ m s 0.03 0.68 0.01 0.20 -accorte accort ADJ f s 0.03 0.68 0.02 0.27 -accortes accort ADJ f p 0.03 0.68 0.00 0.14 -accorts accort ADJ m p 0.03 0.68 0.00 0.07 -accosta accoster VER 1.86 4.19 0.11 0.54 ind:pas:3s; -accostage accostage NOM m s 0.47 0.88 0.47 0.88 -accostaient accoster VER 1.86 4.19 0.00 0.14 ind:imp:3p; -accostais accoster VER 1.86 4.19 0.00 0.07 ind:imp:1s; -accostait accoster VER 1.86 4.19 0.11 0.47 ind:imp:3s; -accostant accoster VER 1.86 4.19 0.01 0.27 par:pre; -accoste accoster VER 1.86 4.19 0.27 0.54 imp:pre:2s;ind:pre:1s;ind:pre:3s; -accostent accoster VER 1.86 4.19 0.13 0.27 ind:pre:3p; -accoster accoster VER 1.86 4.19 0.67 1.35 inf; -accosterez accoster VER 1.86 4.19 0.03 0.00 ind:fut:2p; -accosterons accoster VER 1.86 4.19 0.01 0.00 ind:fut:1p; -accostez accoster VER 1.86 4.19 0.14 0.00 imp:pre:2p;ind:pre:2p; -accostiez accoster VER 1.86 4.19 0.01 0.07 ind:imp:2p; -accostons accoster VER 1.86 4.19 0.01 0.00 imp:pre:1p; -accosté accoster VER m s 1.86 4.19 0.23 0.27 par:pas; -accostée accoster VER f s 1.86 4.19 0.15 0.14 par:pas; -accostées accoster VER f p 1.86 4.19 0.00 0.07 par:pas; -accota accoter VER 0.00 2.43 0.00 0.27 ind:pas:3s; -accotaient accoter VER 0.00 2.43 0.00 0.14 ind:imp:3p; -accotait accoter VER 0.00 2.43 0.00 0.14 ind:imp:3s; -accotant accoter VER 0.00 2.43 0.00 0.34 par:pre; -accote accoter VER 0.00 2.43 0.00 0.14 ind:pre:3s; -accotement accotement NOM m s 0.01 1.42 0.01 1.08 -accotements accotement NOM m p 0.01 1.42 0.00 0.34 -accotent accoter VER 0.00 2.43 0.00 0.07 ind:pre:3p; -accoter accoter VER 0.00 2.43 0.00 0.07 inf; -accotoirs accotoir NOM m p 0.00 0.07 0.00 0.07 -accotons accoter VER 0.00 2.43 0.00 0.07 ind:pre:1p; -accotèrent accoter VER 0.00 2.43 0.00 0.07 ind:pas:3p; -accoté accoter VER m s 0.00 2.43 0.00 0.54 par:pas; -accotée accoter VER f s 0.00 2.43 0.00 0.27 par:pas; -accotées accoter VER f p 0.00 2.43 0.00 0.14 par:pas; -accotés accoter VER m p 0.00 2.43 0.00 0.20 par:pas; -accoucha accoucher VER 16.49 7.43 0.14 0.54 ind:pas:3s; -accouchaient accoucher VER 16.49 7.43 0.03 0.20 ind:imp:3p; -accouchais accoucher VER 16.49 7.43 0.05 0.00 ind:imp:1s; -accouchait accoucher VER 16.49 7.43 0.17 0.41 ind:imp:3s; -accouchant accoucher VER 16.49 7.43 0.58 0.00 par:pre; -accouche accoucher VER 16.49 7.43 4.54 1.22 imp:pre:2s;ind:pre:1s;ind:pre:3s; -accouchement accouchement NOM m s 5.96 3.92 5.47 3.24 -accouchements accouchement NOM m p 5.96 3.92 0.48 0.68 -accouchent accoucher VER 16.49 7.43 0.08 0.14 ind:pre:3p; -accoucher accoucher VER 16.49 7.43 6.56 3.51 inf; -accouchera accoucher VER 16.49 7.43 0.04 0.00 ind:fut:3s; -accoucherait accoucher VER 16.49 7.43 0.16 0.07 cnd:pre:3s; -accoucheras accoucher VER 16.49 7.43 0.14 0.00 ind:fut:2s; -accouches accoucher VER 16.49 7.43 0.46 0.20 ind:pre:2s; -accoucheur accoucheur NOM m s 0.19 0.81 0.06 0.47 -accoucheurs accoucheur NOM m p 0.19 0.81 0.00 0.14 -accoucheuse accoucheur NOM f s 0.19 0.81 0.13 0.20 -accouchez accoucher VER 16.49 7.43 0.29 0.00 imp:pre:2p;ind:pre:2p; -accouché accoucher VER m s 16.49 7.43 3.08 1.08 par:pas; -accouchée accoucher VER f s 16.49 7.43 0.16 0.00 par:pas; -accouchées accouchée NOM f p 0.39 1.15 0.37 0.34 -accouchés accoucher VER m p 16.49 7.43 0.01 0.07 par:pas; -accouda accouder VER 0.34 17.70 0.00 2.97 ind:pas:3s; -accoudai accouder VER 0.34 17.70 0.00 0.47 ind:pas:1s; -accoudaient accouder VER 0.34 17.70 0.00 0.27 ind:imp:3p; -accoudais accouder VER 0.34 17.70 0.00 0.20 ind:imp:1s; -accoudait accouder VER 0.34 17.70 0.00 0.61 ind:imp:3s; -accoudant accouder VER 0.34 17.70 0.00 0.95 par:pre; -accoude accouder VER 0.34 17.70 0.02 1.22 ind:pre:3s; -accouder accouder VER 0.34 17.70 0.01 1.42 inf; -accoudions accouder VER 0.34 17.70 0.00 0.07 ind:imp:1p; -accoudoir accoudoir NOM m s 0.46 5.20 0.40 2.23 -accoudoirs accoudoir NOM m p 0.46 5.20 0.06 2.97 -accoudons accouder VER 0.34 17.70 0.00 0.07 ind:pre:1p; -accoudèrent accouder VER 0.34 17.70 0.00 0.27 ind:pas:3p; -accoudé accouder VER m s 0.34 17.70 0.25 5.00 par:pas; -accoudée accouder VER f s 0.34 17.70 0.03 2.50 par:pas; -accoudées accouder VER f p 0.34 17.70 0.00 0.14 par:pas; -accoudés accouder VER m p 0.34 17.70 0.03 1.55 par:pas; -accoupla accoupler VER 2.11 3.24 0.01 0.07 ind:pas:3s; -accouplaient accoupler VER 2.11 3.24 0.01 0.27 ind:imp:3p; -accouplais accoupler VER 2.11 3.24 0.00 0.07 ind:imp:1s; -accouplait accoupler VER 2.11 3.24 0.01 0.20 ind:imp:3s; -accouplant accoupler VER 2.11 3.24 0.06 0.07 par:pre; -accouple accoupler VER 2.11 3.24 0.34 0.07 ind:pre:1s;ind:pre:3s; -accouplement accouplement NOM m s 0.78 2.50 0.72 1.69 -accouplements accouplement NOM m p 0.78 2.50 0.05 0.81 -accouplent accoupler VER 2.11 3.24 0.49 0.34 ind:pre:3p; -accoupler accoupler VER 2.11 3.24 0.81 0.74 inf; -accouplera accoupler VER 2.11 3.24 0.05 0.00 ind:fut:3s; -accouplerait accoupler VER 2.11 3.24 0.00 0.07 cnd:pre:3s; -accoupleront accoupler VER 2.11 3.24 0.03 0.00 ind:fut:3p; -accouplèrent accoupler VER 2.11 3.24 0.00 0.07 ind:pas:3p; -accouplé accoupler VER m s 2.11 3.24 0.06 0.27 par:pas; -accouplée accoupler VER f s 2.11 3.24 0.01 0.07 par:pas; -accouplées accoupler VER f p 2.11 3.24 0.11 0.20 par:pas; -accouplés accoupler VER m p 2.11 3.24 0.12 0.74 par:pas; -accourût accourir VER 5.17 19.05 0.00 0.07 sub:imp:3s; -accouraient accourir VER 5.17 19.05 0.04 1.49 ind:imp:3p; -accourais accourir VER 5.17 19.05 0.01 0.14 ind:imp:1s; -accourait accourir VER 5.17 19.05 0.16 2.43 ind:imp:3s; -accourant accourir VER 5.17 19.05 0.02 0.34 par:pre; -accourcissant accourcir VER 0.00 0.07 0.00 0.07 par:pre; -accoure accourir VER 5.17 19.05 0.15 0.14 sub:pre:1s;sub:pre:3s; -accourent accourir VER 5.17 19.05 0.32 0.81 ind:pre:3p; -accoures accourir VER 5.17 19.05 0.01 0.00 sub:pre:2s; -accourez accourir VER 5.17 19.05 0.37 0.14 imp:pre:2p;ind:pre:2p; -accouriez accourir VER 5.17 19.05 0.01 0.00 ind:imp:2p; -accourir accourir VER 5.17 19.05 0.57 2.84 inf; -accourons accourir VER 5.17 19.05 0.29 0.07 ind:pre:1p; -accourra accourir VER 5.17 19.05 0.05 0.07 ind:fut:3s; -accourrai accourir VER 5.17 19.05 0.03 0.07 ind:fut:1s; -accourraient accourir VER 5.17 19.05 0.00 0.14 cnd:pre:3p; -accourrais accourir VER 5.17 19.05 0.02 0.00 cnd:pre:1s; -accourrait accourir VER 5.17 19.05 0.04 0.20 cnd:pre:3s; -accourront accourir VER 5.17 19.05 0.04 0.07 ind:fut:3p; -accours accourir VER 5.17 19.05 0.70 0.34 imp:pre:2s;ind:pre:1s;ind:pre:2s; -accourt accourir VER 5.17 19.05 0.91 2.57 ind:pre:3s; -accouru accourir VER m s 5.17 19.05 0.60 1.82 par:pas; -accourue accourir VER f s 5.17 19.05 0.01 0.47 par:pas; -accourues accourir VER f p 5.17 19.05 0.14 0.41 par:pas; -accoururent accourir VER 5.17 19.05 0.21 0.74 ind:pas:3p; -accourus accourir VER m p 5.17 19.05 0.34 1.69 ind:pas:1s;par:pas; -accourussent accourir VER 5.17 19.05 0.00 0.07 sub:imp:3p; -accourut accourir VER 5.17 19.05 0.14 1.96 ind:pas:3s; -accoutre accoutrer VER 0.06 0.54 0.00 0.07 ind:pre:3s; -accoutrement accoutrement NOM m s 1.29 2.70 1.19 2.09 -accoutrements accoutrement NOM m p 1.29 2.70 0.11 0.61 -accoutré accoutrer VER m s 0.06 0.54 0.04 0.27 par:pas; -accoutrée accoutré ADJ f s 0.02 0.41 0.00 0.20 -accoutrés accoutrer VER m p 0.06 0.54 0.02 0.14 par:pas; -accoutuma accoutumer VER 0.89 9.12 0.00 0.07 ind:pas:3s; -accoutumai accoutumer VER 0.89 9.12 0.00 0.07 ind:pas:1s; -accoutumaient accoutumer VER 0.89 9.12 0.00 0.20 ind:imp:3p; -accoutumais accoutumer VER 0.89 9.12 0.00 0.07 ind:imp:1s; -accoutumait accoutumer VER 0.89 9.12 0.00 0.20 ind:imp:3s; -accoutumance accoutumance NOM f s 0.30 1.28 0.20 1.28 -accoutumances accoutumance NOM f p 0.30 1.28 0.10 0.00 -accoutumant accoutumer VER 0.89 9.12 0.00 0.14 par:pre; -accoutume accoutumer VER 0.89 9.12 0.03 0.54 ind:pre:1s;ind:pre:3s; -accoutument accoutumer VER 0.89 9.12 0.00 0.20 ind:pre:3p; -accoutumer accoutumer VER 0.89 9.12 0.33 1.08 inf; -accoutumerait accoutumer VER 0.89 9.12 0.00 0.07 cnd:pre:3s; -accoutumé accoutumer VER m s 0.89 9.12 0.39 3.58 par:pas; -accoutumée accoutumer VER f s 0.89 9.12 0.11 1.35 par:pas; -accoutumées accoutumé ADJ f p 0.26 5.00 0.14 0.07 -accoutumés accoutumer VER m p 0.89 9.12 0.02 1.22 par:pas; -accouvée accouver VER f s 0.00 0.07 0.00 0.07 par:pas; -accrût accroître VER 3.51 11.15 0.00 0.07 sub:imp:3s; -accras accra NOM m p 0.10 0.00 0.10 0.00 -accro accro ADJ m s 6.81 0.68 6.22 0.61 -accroît accroître VER 3.51 11.15 1.12 1.76 ind:pre:3s; -accroîtra accroître VER 3.51 11.15 0.12 0.00 ind:fut:3s; -accroîtrait accroître VER 3.51 11.15 0.01 0.00 cnd:pre:3s; -accroître accroître VER 3.51 11.15 1.46 3.99 inf; -accroîtront accroître VER 3.51 11.15 0.01 0.07 ind:fut:3p; -accroc accroc NOM m s 1.90 3.11 1.67 2.57 -accrocha accrocher VER 51.56 99.93 0.02 5.68 ind:pas:3s; -accrochage accrochage NOM m s 2.06 1.49 1.44 0.88 -accrochages accrochage NOM m p 2.06 1.49 0.62 0.61 -accrochai accrocher VER 51.56 99.93 0.00 1.01 ind:pas:1s; -accrochaient accrocher VER 51.56 99.93 0.06 4.73 ind:imp:3p; -accrochais accrocher VER 51.56 99.93 0.47 1.01 ind:imp:1s;ind:imp:2s; -accrochait accrocher VER 51.56 99.93 0.56 10.34 ind:imp:3s; -accrochant accrocher VER 51.56 99.93 0.43 4.59 par:pre; -accroche_coeur accroche_coeur NOM m s 0.00 0.74 0.00 0.34 -accroche_coeur accroche_coeur NOM m p 0.00 0.74 0.00 0.41 -accroche accrocher VER 51.56 99.93 16.39 13.18 imp:pre:2s;ind:pre:1s;ind:pre:3s; -accrochent accrocher VER 51.56 99.93 1.37 2.64 ind:pre:3p; -accrocher accrocher VER 51.56 99.93 10.46 14.32 inf; -accrochera accrocher VER 51.56 99.93 0.15 0.07 ind:fut:3s; -accrocherai accrocher VER 51.56 99.93 0.38 0.14 ind:fut:1s; -accrocheraient accrocher VER 51.56 99.93 0.00 0.07 cnd:pre:3p; -accrocherais accrocher VER 51.56 99.93 0.04 0.20 cnd:pre:1s; -accrocherait accrocher VER 51.56 99.93 0.04 0.07 cnd:pre:3s; -accrocherez accrocher VER 51.56 99.93 0.17 0.00 ind:fut:2p; -accrocheriez accrocher VER 51.56 99.93 0.00 0.07 cnd:pre:2p; -accrocheront accrocher VER 51.56 99.93 0.02 0.00 ind:fut:3p; -accroches accrocher VER 51.56 99.93 2.09 0.07 ind:pre:2s;sub:pre:2s; -accrocheur accrocheur ADJ m s 0.59 0.34 0.55 0.14 -accrocheurs accrocheur ADJ m p 0.59 0.34 0.03 0.14 -accrocheuse accrocheur ADJ f s 0.59 0.34 0.02 0.00 -accrocheuses accrocheur ADJ f p 0.59 0.34 0.00 0.07 -accrochez accrocher VER 51.56 99.93 8.03 0.27 imp:pre:2p;ind:pre:2p; -accrochiez accrocher VER 51.56 99.93 0.17 0.00 ind:imp:2p; -accrochions accrocher VER 51.56 99.93 0.02 0.47 ind:imp:1p; -accrochons accrocher VER 51.56 99.93 0.12 0.07 imp:pre:1p;ind:pre:1p; -accrochât accrocher VER 51.56 99.93 0.00 0.14 sub:imp:3s; -accrochèrent accrocher VER 51.56 99.93 0.02 0.61 ind:pas:3p; -accroché accrocher VER m s 51.56 99.93 6.13 15.95 par:pas; -accrochée accrocher VER f s 51.56 99.93 2.06 9.86 par:pas; -accrochées accrocher VER f p 51.56 99.93 0.80 5.81 par:pas; -accrochés accrocher VER m p 51.56 99.93 1.56 8.58 par:pas; -accrocs accroc NOM m p 1.90 3.11 0.23 0.54 -accroire accroire VER 0.02 0.54 0.02 0.54 inf; -accrois accroître VER 3.51 11.15 0.01 0.07 ind:pre:1s; -accroissaient accroître VER 3.51 11.15 0.01 0.20 ind:imp:3p; -accroissait accroître VER 3.51 11.15 0.00 0.95 ind:imp:3s; -accroissant accroître VER 3.51 11.15 0.04 0.14 par:pre; -accroisse accroître VER 3.51 11.15 0.00 0.07 sub:pre:3s; -accroissement accroissement NOM m s 0.41 1.28 0.41 1.28 -accroissent accroître VER 3.51 11.15 0.04 0.27 ind:pre:3p; -accroissez accroître VER 3.51 11.15 0.04 0.00 imp:pre:2p;ind:pre:2p; -accros accro NOM m p 2.56 0.07 0.90 0.07 -accroupi accroupir VER m s 2.00 24.93 0.72 8.24 par:pas; -accroupie accroupir VER f s 2.00 24.93 0.47 3.31 par:pas; -accroupies accroupir VER f p 2.00 24.93 0.00 0.81 par:pas; -accroupir accroupir VER 2.00 24.93 0.09 2.70 inf; -accroupirent accroupir VER 2.00 24.93 0.00 0.47 ind:pas:3p; -accroupis accroupir VER m p 2.00 24.93 0.23 2.84 imp:pre:2s;ind:pre:1s;ind:pre:2s;par:pas; -accroupissaient accroupir VER 2.00 24.93 0.00 0.27 ind:imp:3p; -accroupissais accroupir VER 2.00 24.93 0.01 0.07 ind:imp:1s; -accroupissait accroupir VER 2.00 24.93 0.15 0.07 ind:imp:3s; -accroupissant accroupir VER 2.00 24.93 0.00 0.34 par:pre; -accroupisse accroupir VER 2.00 24.93 0.01 0.07 sub:pre:1s;sub:pre:3s; -accroupissement accroupissement NOM m s 0.00 0.20 0.00 0.20 -accroupissent accroupir VER 2.00 24.93 0.02 0.34 ind:pre:3p; -accroupissons accroupir VER 2.00 24.93 0.00 0.14 ind:pre:1p; -accroupit accroupir VER 2.00 24.93 0.29 5.27 ind:pre:3s;ind:pas:3s; -accru accroître VER m s 3.51 11.15 0.39 1.08 par:pas; -accrédita accréditer VER 0.36 1.55 0.00 0.07 ind:pas:3s; -accréditaient accréditer VER 0.36 1.55 0.01 0.07 ind:imp:3p; -accréditait accréditer VER 0.36 1.55 0.00 0.07 ind:imp:3s; -accréditant accréditer VER 0.36 1.55 0.00 0.07 par:pre; -accréditation accréditation NOM f s 0.27 0.00 0.19 0.00 -accréditations accréditation NOM f p 0.27 0.00 0.07 0.00 -accréditer accréditer VER 0.36 1.55 0.03 0.74 inf; -accréditif accréditif NOM m s 0.00 0.07 0.00 0.07 -accrédité accrédité ADJ m s 0.14 0.27 0.07 0.20 -accréditée accréditer VER f s 0.36 1.55 0.04 0.14 par:pas; -accrédités accréditer VER m p 0.36 1.55 0.23 0.07 par:pas; -accrue accru ADJ f s 0.57 3.04 0.29 2.09 -accrues accroître VER f p 3.51 11.15 0.10 0.20 par:pas; -accrurent accroître VER 3.51 11.15 0.01 0.27 ind:pas:3p; -accrus accroître VER m p 3.51 11.15 0.04 0.14 par:pas; -accrut accroître VER 3.51 11.15 0.02 0.81 ind:pas:3s; -accrétion accrétion NOM f s 0.03 0.00 0.03 0.00 -accède accéder VER 8.58 12.97 0.95 1.42 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -accèdent accéder VER 8.58 12.97 0.06 0.41 ind:pre:3p; -accèdes accéder VER 8.58 12.97 0.04 0.00 ind:pre:2s; -accès accès NOM m 29.53 23.78 29.53 23.78 -accu accu NOM m s 0.11 0.34 0.00 0.07 -accéda accéder VER 8.58 12.97 0.03 0.34 ind:pas:3s; -accédai accéder VER 8.58 12.97 0.00 0.14 ind:pas:1s; -accédaient accéder VER 8.58 12.97 0.00 0.34 ind:imp:3p; -accédais accéder VER 8.58 12.97 0.04 0.20 ind:imp:1s; -accédait accéder VER 8.58 12.97 0.22 2.70 ind:imp:3s; -accédant accéder VER 8.58 12.97 0.03 0.20 par:pre; -accéder accéder VER 8.58 12.97 6.29 5.81 inf; -accédera accéder VER 8.58 12.97 0.05 0.07 ind:fut:3s; -accéderai accéder VER 8.58 12.97 0.03 0.00 ind:fut:1s; -accéderaient accéder VER 8.58 12.97 0.00 0.14 cnd:pre:3p; -accéderais accéder VER 8.58 12.97 0.02 0.14 cnd:pre:1s; -accéderait accéder VER 8.58 12.97 0.01 0.07 cnd:pre:3s; -accéderas accéder VER 8.58 12.97 0.02 0.00 ind:fut:2s; -accédez accéder VER 8.58 12.97 0.11 0.00 imp:pre:2p;ind:pre:2p; -accédâmes accéder VER 8.58 12.97 0.00 0.07 ind:pas:1p; -accédons accéder VER 8.58 12.97 0.00 0.20 ind:pre:1p; -accédé accéder VER m s 8.58 12.97 0.68 0.74 par:pas; -accueil accueil NOM m s 13.83 16.42 13.83 16.22 -accueillît accueillir VER 31.98 54.73 0.00 0.20 sub:imp:3s; -accueillaient accueillir VER 31.98 54.73 0.00 1.08 ind:imp:3p; -accueillais accueillir VER 31.98 54.73 0.26 0.34 ind:imp:1s;ind:imp:2s; -accueillait accueillir VER 31.98 54.73 0.42 5.88 ind:imp:3s; -accueillant accueillant ADJ m s 2.07 5.07 1.21 1.82 -accueillante accueillant ADJ f s 2.07 5.07 0.47 2.09 -accueillantes accueillant ADJ f p 2.07 5.07 0.14 0.27 -accueillants accueillant ADJ m p 2.07 5.07 0.25 0.88 -accueille accueillir VER 31.98 54.73 4.58 6.08 imp:pre:2s;ind:pre:1s;ind:pre:3s; -accueillent accueillir VER 31.98 54.73 0.90 1.76 ind:pre:3p; -accueillera accueillir VER 31.98 54.73 1.07 0.47 ind:fut:3s; -accueillerai accueillir VER 31.98 54.73 0.25 0.07 ind:fut:1s; -accueilleraient accueillir VER 31.98 54.73 0.17 0.00 cnd:pre:3p; -accueillerait accueillir VER 31.98 54.73 0.16 0.74 cnd:pre:3s; -accueilleras accueillir VER 31.98 54.73 0.01 0.00 ind:fut:2s; -accueillerez accueillir VER 31.98 54.73 0.24 0.07 ind:fut:2p; -accueilleriez accueillir VER 31.98 54.73 0.02 0.00 cnd:pre:2p; -accueillerons accueillir VER 31.98 54.73 0.13 0.07 ind:fut:1p; -accueilleront accueillir VER 31.98 54.73 0.10 0.27 ind:fut:3p; -accueilles accueillir VER 31.98 54.73 0.22 0.07 ind:pre:2s; -accueillez accueillir VER 31.98 54.73 0.97 0.14 imp:pre:2p;ind:pre:2p; -accueilli accueillir VER m s 31.98 54.73 3.79 7.91 par:pas; -accueillie accueillir VER f s 31.98 54.73 0.65 2.23 par:pas; -accueillies accueillir VER f p 31.98 54.73 0.05 0.61 par:pas; -accueillir accueillir VER 31.98 54.73 14.39 13.99 inf; -accueillirent accueillir VER 31.98 54.73 0.03 1.49 ind:pas:3p; -accueillis accueillir VER m p 31.98 54.73 0.98 3.18 ind:pas:1s;par:pas; -accueillit accueillir VER 31.98 54.73 0.50 6.69 ind:pas:3s; -accueillons accueillir VER 31.98 54.73 1.88 0.07 imp:pre:1p;ind:pre:1p; -accueils accueil NOM m p 13.83 16.42 0.00 0.20 -accula acculer VER 1.03 4.93 0.00 0.07 ind:pas:3s; -acculaient acculer VER 1.03 4.93 0.00 0.20 ind:imp:3p; -acculais acculer VER 1.03 4.93 0.00 0.14 ind:imp:1s; -acculait acculer VER 1.03 4.93 0.00 0.27 ind:imp:3s; -acculant acculer VER 1.03 4.93 0.00 0.14 par:pre; -accule acculer VER 1.03 4.93 0.29 0.14 ind:pre:1s;ind:pre:3s; -acculent acculer VER 1.03 4.93 0.01 0.14 ind:pre:3p; -acculer acculer VER 1.03 4.93 0.13 0.88 inf; -acculera acculer VER 1.03 4.93 0.01 0.00 ind:fut:3s; -acculeraient acculer VER 1.03 4.93 0.00 0.07 cnd:pre:3p; -acculez acculer VER 1.03 4.93 0.04 0.00 imp:pre:2p;ind:pre:2p; -acculât acculer VER 1.03 4.93 0.00 0.07 sub:imp:3s; -accélère accélérer VER 15.78 17.97 7.32 4.05 imp:pre:2s;ind:pre:1s;ind:pre:3s; -accélèrent accélérer VER 15.78 17.97 0.23 0.54 ind:pre:3p; -acculèrent acculer VER 1.03 4.93 0.00 0.07 ind:pas:3p; -accélères accélérer VER 15.78 17.97 0.31 0.07 ind:pre:2s;sub:pre:2s; -acculturation acculturation NOM f s 0.01 0.00 0.01 0.00 -acculé acculer VER m s 1.03 4.93 0.43 1.76 par:pas; -acculée acculer VER f s 1.03 4.93 0.04 0.34 par:pas; -acculées acculer VER f p 1.03 4.93 0.01 0.07 par:pas; -accéléra accélérer VER 15.78 17.97 0.14 1.96 ind:pas:3s; -accélérai accélérer VER 15.78 17.97 0.00 0.34 ind:pas:1s; -accéléraient accélérer VER 15.78 17.97 0.00 0.41 ind:imp:3p; -accélérais accélérer VER 15.78 17.97 0.11 0.27 ind:imp:1s; -accélérait accélérer VER 15.78 17.97 0.13 2.64 ind:imp:3s; -accélérant accélérer VER 15.78 17.97 0.22 1.08 par:pre; -accélérants accélérant ADJ m p 0.23 0.00 0.02 0.00 -accélérateur accélérateur NOM m s 2.22 3.51 2.16 3.38 -accélérateurs accélérateur NOM m p 2.22 3.51 0.06 0.14 -accélération accélération NOM f s 1.50 3.11 1.46 2.64 -accélérations accélération NOM f p 1.50 3.11 0.04 0.47 -accélératrice accélérateur ADJ f s 0.34 0.14 0.01 0.00 -accélérer accélérer VER 15.78 17.97 4.41 2.91 inf; -accélérera accélérer VER 15.78 17.97 0.02 0.00 ind:fut:3s; -accélérerait accélérer VER 15.78 17.97 0.08 0.07 cnd:pre:3s; -accéléreras accélérer VER 15.78 17.97 0.01 0.00 ind:fut:2s; -accélérez accélérer VER 15.78 17.97 1.39 0.00 imp:pre:2p;ind:pre:2p; -accélériez accélérer VER 15.78 17.97 0.01 0.00 ind:imp:2p; -accélérons accélérer VER 15.78 17.97 0.15 0.00 imp:pre:1p;ind:pre:1p; -accélérèrent accélérer VER 15.78 17.97 0.00 0.20 ind:pas:3p; -accéléré accélérer VER m s 15.78 17.97 0.95 0.95 par:pas; -accélérée accélérer VER f s 15.78 17.97 0.23 2.23 par:pas; -accélérées accélérer VER f p 15.78 17.97 0.05 0.20 par:pas; -accélérés accéléré ADJ m p 0.28 2.03 0.01 0.41 -acculés acculer VER m p 1.03 4.93 0.06 0.61 par:pas; -accumula accumuler VER 4.46 24.53 0.00 0.14 ind:pas:3s; -accumulai accumuler VER 4.46 24.53 0.00 0.07 ind:pas:1s; -accumulaient accumuler VER 4.46 24.53 0.04 1.76 ind:imp:3p; -accumulais accumuler VER 4.46 24.53 0.02 0.27 ind:imp:1s; -accumulait accumuler VER 4.46 24.53 0.04 2.57 ind:imp:3s; -accumulant accumuler VER 4.46 24.53 0.24 1.55 par:pre; -accumulateur accumulateur NOM m s 0.03 0.14 0.03 0.07 -accumulateurs accumulateur NOM m p 0.03 0.14 0.00 0.07 -accumulation accumulation NOM f s 0.67 3.78 0.67 3.72 -accumulations accumulation NOM f p 0.67 3.78 0.00 0.07 -accumule accumuler VER 4.46 24.53 1.01 1.49 imp:pre:2s;ind:pre:1s;ind:pre:3s; -accumulent accumuler VER 4.46 24.53 0.77 0.95 ind:pre:3p; -accumuler accumuler VER 4.46 24.53 0.85 3.72 inf; -accumulerez accumuler VER 4.46 24.53 0.01 0.00 ind:fut:2p; -accumulez accumuler VER 4.46 24.53 0.23 0.00 imp:pre:2p;ind:pre:2p; -accumulèrent accumuler VER 4.46 24.53 0.00 0.14 ind:pas:3p; -accumulé accumuler VER m s 4.46 24.53 0.55 3.04 par:pas; -accumulée accumuler VER f s 4.46 24.53 0.09 3.31 par:pas; -accumulées accumuler VER f p 4.46 24.53 0.30 3.04 par:pas; -accumulés accumuler VER m p 4.46 24.53 0.30 2.50 par:pas; -accus accu NOM m p 0.11 0.34 0.11 0.27 -accusa accuser VER 52.72 39.93 0.18 3.18 ind:pas:3s; -accusai accuser VER 52.72 39.93 0.03 0.47 ind:pas:1s; -accusaient accuser VER 52.72 39.93 0.09 2.09 ind:imp:3p; -accusais accuser VER 52.72 39.93 0.29 0.68 ind:imp:1s;ind:imp:2s; -accusait accuser VER 52.72 39.93 1.57 6.55 ind:imp:3s; -accusant accuser VER 52.72 39.93 0.68 2.64 par:pre; -accusateur accusateur NOM m s 0.35 1.28 0.25 0.41 -accusateurs accusateur ADJ m p 0.32 1.42 0.12 0.47 -accusatif accusatif NOM m s 0.11 0.07 0.11 0.07 -accusation accusation NOM f s 19.72 8.85 12.62 5.74 -accusations accusation NOM f p 19.72 8.85 7.11 3.11 -accusatoire accusatoire ADJ s 0.01 0.00 0.01 0.00 -accusatrice accusateur ADJ f s 0.32 1.42 0.00 0.14 -accusatrices accusateur NOM f p 0.35 1.28 0.00 0.07 -accuse accuser VER 52.72 39.93 13.28 6.01 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -accusent accuser VER 52.72 39.93 1.77 1.22 ind:pre:3p; -accuser accuser VER 52.72 39.93 10.06 7.03 inf; -accusera accuser VER 52.72 39.93 0.65 0.34 ind:fut:3s; -accuseraient accuser VER 52.72 39.93 0.03 0.14 cnd:pre:3p; -accuserais accuser VER 52.72 39.93 0.42 0.07 cnd:pre:1s;cnd:pre:2s; -accuserait accuser VER 52.72 39.93 0.30 0.54 cnd:pre:3s; -accuserez accuser VER 52.72 39.93 0.04 0.00 ind:fut:2p; -accuseriez accuser VER 52.72 39.93 0.03 0.07 cnd:pre:2p; -accuserions accuser VER 52.72 39.93 0.00 0.07 cnd:pre:1p; -accuserons accuser VER 52.72 39.93 0.02 0.00 ind:fut:1p; -accuseront accuser VER 52.72 39.93 0.22 0.00 ind:fut:3p; -accuses accuser VER 52.72 39.93 2.72 0.07 ind:pre:2s; -accusez accuser VER 52.72 39.93 3.22 0.88 imp:pre:2p;ind:pre:2p; -accusiez accuser VER 52.72 39.93 0.13 0.00 ind:imp:2p; -accusions accuser VER 52.72 39.93 0.01 0.07 ind:imp:1p; -accusons accuser VER 52.72 39.93 0.16 0.14 imp:pre:1p;ind:pre:1p; -accusât accuser VER 52.72 39.93 0.00 0.20 sub:imp:3s; -accusèrent accuser VER 52.72 39.93 0.01 0.20 ind:pas:3p; -accusé accuser VER m s 52.72 39.93 11.73 5.20 par:pas; -accusée accuser VER f s 52.72 39.93 3.20 1.01 par:pas; -accusées accuser VER f p 52.72 39.93 0.33 0.14 par:pas; -accusés accusé NOM m p 13.74 11.69 2.69 4.32 -ace ace NOM m s 2.48 0.00 2.48 0.00 -acellulaire acellulaire ADJ m s 0.03 0.00 0.03 0.00 -acerbe acerbe ADJ s 0.16 1.22 0.13 1.08 -acerbes acerbe ADJ f p 0.16 1.22 0.03 0.14 -acerbité acerbité NOM m s 0.02 0.07 0.02 0.07 -acetabulum acetabulum NOM m s 0.01 0.00 0.01 0.00 -achalandage achalandage NOM m s 0.00 0.07 0.00 0.07 -achalandaient achalander VER 0.01 0.07 0.00 0.07 ind:imp:3p; -achalandé achalandé ADJ m s 0.02 0.34 0.01 0.07 -achalandée achalandé ADJ f s 0.02 0.34 0.01 0.07 -achalandées achalandé ADJ f p 0.02 0.34 0.00 0.07 -achalandés achalander VER m p 0.01 0.07 0.01 0.00 par:pas; -achaler achaler VER 0.01 0.00 0.01 0.00 inf; -achards achards NOM m p 0.03 0.00 0.03 0.00 -acharna acharner VER 2.99 22.64 0.01 1.22 ind:pas:3s; -acharnai acharner VER 2.99 22.64 0.00 0.07 ind:pas:1s; -acharnaient acharner VER 2.99 22.64 0.03 1.62 ind:imp:3p; -acharnais acharner VER 2.99 22.64 0.01 0.47 ind:imp:1s; -acharnait acharner VER 2.99 22.64 0.11 3.24 ind:imp:3s; -acharnant acharner VER 2.99 22.64 0.00 1.49 par:pre; -acharne acharner VER 2.99 22.64 0.86 4.53 imp:pre:2s;ind:pre:1s;ind:pre:3s; -acharnement acharnement NOM m s 0.60 8.24 0.60 8.11 -acharnements acharnement NOM m p 0.60 8.24 0.00 0.14 -acharnent acharner VER 2.99 22.64 0.23 1.08 ind:pre:3p; -acharner acharner VER 2.99 22.64 0.35 1.62 inf; -acharnera acharner VER 2.99 22.64 0.01 0.14 ind:fut:3s; -acharnerai acharner VER 2.99 22.64 0.02 0.00 ind:fut:1s; -acharnerait acharner VER 2.99 22.64 0.01 0.00 cnd:pre:3s; -acharnes acharner VER 2.99 22.64 0.26 0.14 ind:pre:2s; -acharnez acharner VER 2.99 22.64 0.10 0.07 imp:pre:2p;ind:pre:2p; -acharnèrent acharner VER 2.99 22.64 0.00 0.34 ind:pas:3p; -acharné acharné ADJ m s 1.61 5.41 0.59 2.23 -acharnée acharné ADJ f s 1.61 5.41 0.66 1.69 -acharnées acharné ADJ f p 1.61 5.41 0.02 0.41 -acharnés acharné ADJ m p 1.61 5.41 0.34 1.08 -achat achat NOM m s 9.75 16.96 5.20 10.95 -achats achat NOM m p 9.75 16.96 4.55 6.01 -ache ache NOM f s 0.00 0.20 0.00 0.14 -achemina acheminer VER 0.83 6.15 0.01 0.41 ind:pas:3s; -acheminai acheminer VER 0.83 6.15 0.00 0.14 ind:pas:1s; -acheminaient acheminer VER 0.83 6.15 0.00 0.27 ind:imp:3p; -acheminait acheminer VER 0.83 6.15 0.01 0.88 ind:imp:3s; -acheminant acheminer VER 0.83 6.15 0.02 0.27 par:pre; -achemine acheminer VER 0.83 6.15 0.08 0.74 imp:pre:2s;ind:pre:1s;ind:pre:3s; -acheminement acheminement NOM m s 0.20 0.47 0.20 0.47 -acheminent acheminer VER 0.83 6.15 0.01 0.61 ind:pre:3p; -acheminer acheminer VER 0.83 6.15 0.55 1.22 inf; -achemineront acheminer VER 0.83 6.15 0.00 0.07 ind:fut:3p; -acheminâmes acheminer VER 0.83 6.15 0.00 0.07 ind:pas:1p; -acheminons acheminer VER 0.83 6.15 0.00 0.27 ind:pre:1p; -acheminèrent acheminer VER 0.83 6.15 0.00 0.14 ind:pas:3p; -acheminé acheminer VER m s 0.83 6.15 0.04 0.41 par:pas; -acheminée acheminer VER f s 0.83 6.15 0.05 0.14 par:pas; -acheminées acheminer VER f p 0.83 6.15 0.03 0.27 par:pas; -acheminés acheminer VER m p 0.83 6.15 0.02 0.27 par:pas; -aches ache NOM f p 0.00 0.20 0.00 0.07 -acheta acheter VER 290.69 148.38 0.37 7.09 ind:pas:3s; -achetable achetable ADJ s 0.00 0.14 0.00 0.14 -achetai acheter VER 290.69 148.38 0.28 2.23 ind:pas:1s; -achetaient acheter VER 290.69 148.38 0.64 2.16 ind:imp:3p; -achetais acheter VER 290.69 148.38 1.32 1.49 ind:imp:1s;ind:imp:2s; -achetait acheter VER 290.69 148.38 3.43 6.22 ind:imp:3s; -achetant acheter VER 290.69 148.38 1.23 1.42 par:pre; -achetassent acheter VER 290.69 148.38 0.00 0.07 sub:imp:3p; -acheter acheter VER 290.69 148.38 115.26 57.09 inf; -acheteur acheteur NOM m s 6.55 5.47 3.89 2.97 -acheteurs acheteur NOM m p 6.55 5.47 2.50 2.16 -acheteuse acheteur NOM f s 6.55 5.47 0.16 0.14 -acheteuses acheteuse NOM f p 0.02 0.00 0.02 0.00 -achetez acheter VER 290.69 148.38 10.51 1.22 imp:pre:2p;ind:pre:2p; -achetiez acheter VER 290.69 148.38 0.28 0.14 ind:imp:2p; -achetions acheter VER 290.69 148.38 0.06 0.74 ind:imp:1p; -achetâmes acheter VER 290.69 148.38 0.00 0.20 ind:pas:1p; -achetons acheter VER 290.69 148.38 1.38 0.47 imp:pre:1p;ind:pre:1p; -achetât acheter VER 290.69 148.38 0.00 0.20 sub:imp:3s; -achetèrent acheter VER 290.69 148.38 0.06 0.95 ind:pas:3p; -acheté acheter VER m s 290.69 148.38 72.38 28.72 par:pas;par:pas;par:pas; -achetée acheter VER f s 290.69 148.38 8.67 5.88 par:pas; -achetées acheter VER f p 290.69 148.38 1.90 2.84 ind:imp:3s;par:pas; -achetés acheter VER m p 290.69 148.38 3.52 3.85 par:pas; -acheva achever VER 22.97 81.42 0.23 11.69 ind:pas:3s; -achevai achever VER 22.97 81.42 0.01 0.54 ind:pas:1s; -achevaient achever VER 22.97 81.42 0.12 4.19 ind:imp:3p; -achevais achever VER 22.97 81.42 0.00 0.54 ind:imp:1s; -achevait achever VER 22.97 81.42 0.34 12.64 ind:imp:3s; -achevant achever VER 22.97 81.42 0.02 2.57 par:pre; -achever achever VER 22.97 81.42 6.49 15.00 inf; -achevez achever VER 22.97 81.42 1.00 0.07 imp:pre:2p;ind:pre:2p; -acheviez achever VER 22.97 81.42 0.01 0.00 ind:imp:2p; -achevions achever VER 22.97 81.42 0.00 0.41 ind:imp:1p; -achevâmes achever VER 22.97 81.42 0.00 0.07 ind:pas:1p; -achevons achever VER 22.97 81.42 0.07 0.41 imp:pre:1p;ind:pre:1p; -achevât achever VER 22.97 81.42 0.00 0.61 sub:imp:3s; -achevèrent achever VER 22.97 81.42 0.01 1.22 ind:pas:3p; -achevé achever VER m s 22.97 81.42 2.70 12.64 par:pas; -achevée achever VER f s 22.97 81.42 1.54 2.91 par:pas; -achevées achevé ADJ f p 1.61 6.69 0.19 0.81 -achevés achever VER m p 22.97 81.42 0.08 0.41 par:pas; -achillée achillée NOM f s 0.01 0.00 0.01 0.00 -achondroplasie achondroplasie NOM f s 0.04 0.00 0.03 0.00 -achondroplasies achondroplasie NOM f p 0.04 0.00 0.01 0.00 -achoppa achopper VER 0.01 0.81 0.00 0.07 ind:pas:3s; -achoppai achopper VER 0.01 0.81 0.00 0.07 ind:pas:1s; -achoppaient achopper VER 0.01 0.81 0.00 0.07 ind:imp:3p; -achoppais achopper VER 0.01 0.81 0.00 0.20 ind:imp:1s; -achoppait achopper VER 0.01 0.81 0.00 0.07 ind:imp:3s; -achoppe achopper VER 0.01 0.81 0.00 0.14 ind:pre:1s;ind:pre:3s; -achoppement achoppement NOM m s 0.01 0.14 0.01 0.14 -achopper achopper VER 0.01 0.81 0.01 0.00 inf; -achoppé achopper VER m s 0.01 0.81 0.00 0.14 par:pas; -achoppée achopper VER f s 0.01 0.81 0.00 0.07 par:pas; -achète acheter VER 290.69 148.38 39.82 14.53 imp:pre:2s;ind:pre:1s;ind:pre:3s; -achètent acheter VER 290.69 148.38 5.44 2.70 ind:pre:3p; -achètera acheter VER 290.69 148.38 3.98 0.74 ind:fut:3s; -achèterai acheter VER 290.69 148.38 7.09 2.30 ind:fut:1s; -achèteraient acheter VER 290.69 148.38 0.03 0.41 cnd:pre:3p; -achèterais acheter VER 290.69 148.38 1.75 0.74 cnd:pre:1s;cnd:pre:2s; -achèterait acheter VER 290.69 148.38 1.02 1.22 cnd:pre:3s; -achèteras acheter VER 290.69 148.38 1.55 0.61 ind:fut:2s; -achèterez acheter VER 290.69 148.38 0.48 0.20 ind:fut:2p; -achèteriez acheter VER 290.69 148.38 0.17 0.07 cnd:pre:2p; -achèterions acheter VER 290.69 148.38 0.00 0.07 cnd:pre:1p; -achèterons acheter VER 290.69 148.38 0.47 0.41 ind:fut:1p; -achèteront acheter VER 290.69 148.38 0.31 0.54 ind:fut:3p; -achètes acheter VER 290.69 148.38 7.28 0.88 ind:pre:2s;sub:pre:2s; -achève achever VER 22.97 81.42 8.31 11.22 imp:pre:2s;ind:pre:1s;ind:pre:3s; -achèvement achèvement NOM m s 0.52 1.82 0.52 1.76 -achèvements achèvement NOM m p 0.52 1.82 0.00 0.07 -achèvent achever VER 22.97 81.42 0.14 2.70 ind:pre:3p; -achèvera achever VER 22.97 81.42 1.00 0.27 ind:fut:3s; -achèverai achever VER 22.97 81.42 0.06 0.00 ind:fut:1s; -achèveraient achever VER 22.97 81.42 0.00 0.14 cnd:pre:3p; -achèverait achever VER 22.97 81.42 0.10 0.88 cnd:pre:3s; -achèverez achever VER 22.97 81.42 0.02 0.00 ind:fut:2p; -achèverons achever VER 22.97 81.42 0.06 0.00 ind:fut:1p; -achèveront achever VER 22.97 81.42 0.13 0.20 ind:fut:3p; -achèves achever VER 22.97 81.42 0.39 0.00 ind:pre:2s; -achélème achélème NOM m s 0.00 1.69 0.00 0.95 -achélèmes achélème NOM m p 0.00 1.69 0.00 0.74 -acid_jazz acid_jazz NOM m s 0.03 0.00 0.03 0.00 -acide acide NOM m s 9.46 4.80 8.44 3.85 -acides acide NOM m p 9.46 4.80 1.02 0.95 -acidité acidité NOM f s 0.29 0.95 0.27 0.81 -acidités acidité NOM f p 0.29 0.95 0.02 0.14 -acidocétose acidocétose NOM f s 0.08 0.00 0.08 0.00 -acidose acidose NOM f s 0.22 0.00 0.22 0.00 -acidulé acidulé ADJ m s 0.15 1.55 0.02 0.47 -acidulée acidulé ADJ f s 0.15 1.55 0.04 0.27 -acidulées acidulé ADJ f p 0.15 1.55 0.01 0.27 -acidulés acidulé ADJ m p 0.15 1.55 0.08 0.54 -acier acier NOM m s 13.88 34.46 13.85 33.38 -aciers acier NOM m p 13.88 34.46 0.03 1.08 -aciérie aciérie NOM f s 2.21 0.27 0.67 0.14 -aciéries aciérie NOM f p 2.21 0.27 1.53 0.14 -acmé acmé NOM f s 0.01 0.00 0.01 0.00 -acné acné NOM f s 1.90 0.88 1.90 0.81 -acnéiques acnéique ADJ m p 0.00 0.14 0.00 0.14 -acnés acné NOM f p 1.90 0.88 0.00 0.07 -acolyte acolyte NOM m s 1.45 1.96 0.75 0.61 -acolytes acolyte NOM m p 1.45 1.96 0.70 1.35 -acompte acompte NOM m s 3.67 1.15 3.33 1.01 -acomptes acompte NOM m p 3.67 1.15 0.34 0.14 -aconiers aconier NOM m p 0.00 0.07 0.00 0.07 -aconit aconit NOM m s 0.14 0.34 0.14 0.34 -acoquina acoquiner VER 0.23 1.01 0.01 0.07 ind:pas:3s; -acoquine acoquiner VER 0.23 1.01 0.04 0.07 ind:pre:1s;ind:pre:3s; -acoquiner acoquiner VER 0.23 1.01 0.12 0.41 inf; -acoquiné acoquiner VER m s 0.23 1.01 0.03 0.07 par:pas; -acoquinée acoquiner VER f s 0.23 1.01 0.02 0.14 par:pas; -acoquinés acoquiner VER m p 0.23 1.01 0.01 0.27 par:pas; -acouphène acouphène NOM m s 0.18 0.00 0.18 0.00 -acoustique acoustique NOM f s 0.57 0.34 0.55 0.34 -acoustiques acoustique ADJ p 0.56 0.81 0.07 0.07 -acqua_toffana acqua_toffana NOM f s 0.00 0.07 0.00 0.07 -acquerra acquérir VER 8.30 29.66 0.01 0.00 ind:fut:3s; -acquerrai acquérir VER 8.30 29.66 0.01 0.07 ind:fut:1s; -acquerraient acquérir VER 8.30 29.66 0.00 0.14 cnd:pre:3p; -acquerront acquérir VER 8.30 29.66 0.01 0.07 ind:fut:3p; -acquiers acquérir VER 8.30 29.66 0.04 0.07 imp:pre:2s;ind:pre:1s;ind:pre:2s; -acquiert acquérir VER 8.30 29.66 0.68 1.42 ind:pre:3s; -acquiesce acquiescer VER 1.15 12.43 0.33 2.36 imp:pre:2s;ind:pre:1s;ind:pre:3s; -acquiescement acquiescement NOM m s 0.15 2.84 0.15 2.36 -acquiescements acquiescement NOM m p 0.15 2.84 0.00 0.47 -acquiescent acquiescer VER 1.15 12.43 0.26 0.07 ind:pre:3p; -acquiescer acquiescer VER 1.15 12.43 0.18 1.49 inf; -acquiesceront acquiescer VER 1.15 12.43 0.00 0.07 ind:fut:3p; -acquiesces acquiescer VER 1.15 12.43 0.02 0.00 ind:pre:2s; -acquiescèrent acquiescer VER 1.15 12.43 0.00 0.14 ind:pas:3p; -acquiescé acquiescer VER m s 1.15 12.43 0.31 1.08 par:pas; -acquiesça acquiescer VER 1.15 12.43 0.01 4.59 ind:pas:3s; -acquiesçai acquiescer VER 1.15 12.43 0.00 0.74 ind:pas:1s; -acquiesçaient acquiescer VER 1.15 12.43 0.00 0.14 ind:imp:3p; -acquiesçais acquiescer VER 1.15 12.43 0.02 0.34 ind:imp:1s; -acquiesçait acquiescer VER 1.15 12.43 0.00 1.15 ind:imp:3s; -acquiesçant acquiescer VER 1.15 12.43 0.02 0.20 par:pre; -acquiesçons acquiescer VER 1.15 12.43 0.00 0.07 ind:pre:1p; -acquirent acquérir VER 8.30 29.66 0.00 0.14 ind:pas:3p; -acquis acquérir VER m 8.30 29.66 3.52 13.65 ind:pas:1s;par:pas;par:pas; -acquise acquérir VER f s 8.30 29.66 1.05 2.97 par:pas; -acquises acquérir VER f p 8.30 29.66 0.34 0.88 par:pas; -acquisition acquisition NOM f s 2.15 3.78 1.35 2.84 -acquisitions acquisition NOM f p 2.15 3.78 0.81 0.95 -acquit acquit NOM m s 0.29 2.23 0.29 2.16 -acquière acquérir VER 8.30 29.66 0.04 0.20 sub:pre:1s;sub:pre:3s; -acquièrent acquérir VER 8.30 29.66 0.12 0.74 ind:pre:3p; -acquits acquit NOM m p 0.29 2.23 0.00 0.07 -acquitta acquitter VER 5.29 6.82 0.00 0.47 ind:pas:3s; -acquittai acquitter VER 5.29 6.82 0.00 0.07 ind:pas:1s; -acquittaient acquitter VER 5.29 6.82 0.00 0.20 ind:imp:3p; -acquittais acquitter VER 5.29 6.82 0.00 0.34 ind:imp:1s; -acquittait acquitter VER 5.29 6.82 0.04 0.81 ind:imp:3s; -acquittant acquitter VER 5.29 6.82 0.01 0.20 par:pre; -acquitte acquitter VER 5.29 6.82 1.17 0.74 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:1s; -acquittement acquittement NOM m s 0.60 0.34 0.60 0.34 -acquittent acquitter VER 5.29 6.82 0.07 0.00 ind:pre:3p; -acquitter acquitter VER 5.29 6.82 1.13 1.82 inf; -acquittera acquitter VER 5.29 6.82 0.04 0.07 ind:fut:3s; -acquitterai acquitter VER 5.29 6.82 0.01 0.07 ind:fut:1s; -acquitterais acquitter VER 5.29 6.82 0.01 0.00 cnd:pre:1s; -acquitterait acquitter VER 5.29 6.82 0.03 0.07 cnd:pre:3s; -acquitterez acquitter VER 5.29 6.82 0.03 0.07 ind:fut:2p; -acquittes acquitter VER 5.29 6.82 0.14 0.07 ind:pre:2s; -acquittez acquitter VER 5.29 6.82 0.16 0.00 imp:pre:2p;ind:pre:2p; -acquittions acquitter VER 5.29 6.82 0.01 0.07 ind:imp:1p; -acquittât acquitter VER 5.29 6.82 0.00 0.07 sub:imp:3s; -acquitté acquitter VER m s 5.29 6.82 1.92 1.28 par:pas; -acquittée acquitter VER f s 5.29 6.82 0.26 0.34 par:pas; -acquittés acquitter VER m p 5.29 6.82 0.27 0.07 par:pas; -acquéraient acquérir VER 8.30 29.66 0.10 0.20 ind:imp:3p; -acquérais acquérir VER 8.30 29.66 0.01 0.27 ind:imp:1s; -acquérait acquérir VER 8.30 29.66 0.11 0.95 ind:imp:3s; -acquérant acquérir VER 8.30 29.66 0.05 0.20 par:pre; -acquéreur acquéreur NOM m s 0.58 1.08 0.23 0.88 -acquéreurs acquéreur NOM m p 0.58 1.08 0.35 0.20 -acquérions acquérir VER 8.30 29.66 0.00 0.07 ind:imp:1p; -acquérir acquérir VER 8.30 29.66 2.15 7.43 inf; -acquérons acquérir VER 8.30 29.66 0.01 0.07 ind:pre:1p; -acquêt acquêt NOM m s 0.14 0.20 0.00 0.07 -acquêts acquêt NOM m p 0.14 0.20 0.14 0.14 -acra acra NOM m s 0.27 0.14 0.27 0.14 -acre acre NOM f s 0.83 0.41 0.27 0.07 -acres acre NOM f p 0.83 0.41 0.56 0.34 -acrimonie acrimonie NOM f s 0.06 0.81 0.06 0.81 -acrimonieuse acrimonieux ADJ f s 0.04 0.14 0.01 0.07 -acrimonieusement acrimonieusement ADV 0.00 0.07 0.00 0.07 -acrimonieuses acrimonieux ADJ f p 0.04 0.14 0.00 0.07 -acrimonieux acrimonieux ADJ m s 0.04 0.14 0.02 0.00 -acrobate acrobate NOM s 2.34 4.12 1.46 2.57 -acrobates acrobate NOM p 2.34 4.12 0.89 1.55 -acrobatie acrobatie NOM f s 0.81 2.57 0.32 0.81 -acrobaties acrobatie NOM f p 0.81 2.57 0.50 1.76 -acrobatique acrobatique ADJ s 0.47 1.01 0.31 0.61 -acrobatiquement acrobatiquement ADV 0.01 0.07 0.01 0.07 -acrobatiques acrobatique ADJ p 0.47 1.01 0.17 0.41 -acrocéphale acrocéphale ADJ s 0.00 0.07 0.00 0.07 -acromion acromion NOM m s 0.01 0.14 0.01 0.14 -acronyme acronyme NOM m s 0.19 0.07 0.19 0.07 -acrophobie acrophobie NOM f s 0.08 0.00 0.08 0.00 -acropole acropole NOM f s 0.00 0.81 0.00 0.81 -acrostiche acrostiche NOM m s 0.02 0.00 0.02 0.00 -acrotère acrotère NOM m s 0.00 0.07 0.00 0.07 -acré acré ONO 0.00 0.20 0.00 0.20 -acrylique acrylique NOM m s 0.50 0.14 0.40 0.07 -acryliques acrylique NOM m p 0.50 0.14 0.10 0.07 -acrylonitrile acrylonitrile NOM m s 0.01 0.00 0.01 0.00 -acta acter VER 0.29 0.07 0.00 0.07 ind:pas:3s; -acte acte NOM m s 56.81 57.30 39.19 35.88 -actes acte NOM m p 56.81 57.30 17.62 21.42 -acteur acteur NOM m s 72.27 38.31 30.51 15.47 -acteurs acteur NOM m p 72.27 38.31 17.92 12.30 -actif actif ADJ m s 10.15 13.65 4.12 3.58 -actifs actif ADJ m p 10.15 13.65 1.33 1.35 -actine actine NOM f s 0.01 0.00 0.01 0.00 -actinies actinie NOM f p 0.00 0.41 0.00 0.41 -action_painting action_painting NOM f s 0.00 0.07 0.00 0.07 -action action NOM f s 69.27 87.43 49.97 72.91 -actionna actionner VER 2.01 5.61 0.00 0.47 ind:pas:3s; -actionnai actionner VER 2.01 5.61 0.00 0.20 ind:pas:1s; -actionnaient actionner VER 2.01 5.61 0.14 0.41 ind:imp:3p; -actionnaire actionnaire NOM s 3.72 0.74 1.21 0.27 -actionnaires actionnaire NOM p 3.72 0.74 2.51 0.47 -actionnais actionner VER 2.01 5.61 0.01 0.07 ind:imp:1s; -actionnait actionner VER 2.01 5.61 0.00 0.81 ind:imp:3s; -actionnant actionner VER 2.01 5.61 0.02 0.61 par:pre; -actionnariat actionnariat NOM m s 0.01 0.00 0.01 0.00 -actionne actionner VER 2.01 5.61 0.65 0.74 imp:pre:2s;ind:pre:1s;ind:pre:3s; -actionnement actionnement NOM m s 0.01 0.07 0.01 0.07 -actionnent actionner VER 2.01 5.61 0.04 0.00 ind:pre:3p; -actionner actionner VER 2.01 5.61 0.43 1.22 inf; -actionneront actionner VER 2.01 5.61 0.00 0.07 ind:fut:3p; -actionneur actionneur NOM m s 0.01 0.00 0.01 0.00 -actionnez actionner VER 2.01 5.61 0.34 0.00 imp:pre:2p;ind:pre:2p; -actionnât actionner VER 2.01 5.61 0.00 0.07 sub:imp:3s; -actionné actionner VER m s 2.01 5.61 0.20 0.81 par:pas; -actionnée actionner VER f s 2.01 5.61 0.05 0.07 par:pas; -actionnées actionner VER f p 2.01 5.61 0.00 0.07 par:pas; -actionnés actionner VER m p 2.01 5.61 0.14 0.00 par:pas; -actions action NOM f p 69.27 87.43 19.30 14.53 -activa activer VER 12.58 6.62 0.00 0.27 ind:pas:3s; -activai activer VER 12.58 6.62 0.00 0.07 ind:pas:1s; -activaient activer VER 12.58 6.62 0.10 0.74 ind:imp:3p; -activait activer VER 12.58 6.62 0.05 1.08 ind:imp:3s; -activant activer VER 12.58 6.62 0.10 0.47 par:pre; -activateur activateur NOM m s 0.10 0.00 0.10 0.00 -activation activation NOM f s 2.27 0.07 2.21 0.07 -activations activation NOM f p 2.27 0.07 0.07 0.00 -active actif ADJ f s 10.15 13.65 4.21 7.16 -activement activement ADV 1.18 3.51 1.18 3.51 -activent activer VER 12.58 6.62 0.15 0.61 ind:pre:3p; -activer activer VER 12.58 6.62 2.98 1.35 inf; -activera activer VER 12.58 6.62 0.13 0.00 ind:fut:3s; -activerai activer VER 12.58 6.62 0.06 0.00 ind:fut:1s; -activerait activer VER 12.58 6.62 0.02 0.00 cnd:pre:3s; -activeras activer VER 12.58 6.62 0.01 0.00 ind:fut:2s; -actives actif ADJ f p 10.15 13.65 0.50 1.55 -activez activer VER 12.58 6.62 2.34 0.00 imp:pre:2p;ind:pre:2p; -activisme activisme NOM m s 0.15 0.20 0.15 0.20 -activiste activiste NOM s 0.88 0.54 0.23 0.07 -activistes activiste NOM p 0.88 0.54 0.65 0.47 -activité activité NOM f s 23.47 38.92 13.05 25.81 -activités activité NOM f p 23.47 38.92 10.42 13.11 -activons activer VER 12.58 6.62 0.33 0.34 imp:pre:1p;ind:pre:1p; -activèrent activer VER 12.58 6.62 0.00 0.14 ind:pas:3p; -activé activer VER m s 12.58 6.62 2.13 0.14 par:pas; -activée activé ADJ f s 2.57 0.07 0.81 0.00 -activées activé ADJ f p 2.57 0.07 0.34 0.00 -activés activé ADJ m p 2.57 0.07 0.48 0.00 -actrice acteur NOM f s 72.27 38.31 23.83 7.57 -actrices actrice NOM f p 2.50 0.00 2.50 0.00 -actuaire actuaire NOM s 0.03 0.00 0.03 0.00 -actualisation actualisation NOM f s 0.03 0.07 0.03 0.07 -actualise actualiser VER 0.17 0.34 0.01 0.07 ind:pre:3s; -actualiser actualiser VER 0.17 0.34 0.06 0.07 inf; -actualisez actualiser VER 0.17 0.34 0.04 0.00 imp:pre:2p; -actualisé actualiser VER m s 0.17 0.34 0.02 0.07 par:pas; -actualisée actualiser VER f s 0.17 0.34 0.02 0.07 par:pas; -actualisées actualiser VER f p 0.17 0.34 0.01 0.07 par:pas; -actualité actualité NOM f s 3.25 8.72 1.79 5.68 -actualités actualité NOM f p 3.25 8.72 1.45 3.04 -actuariel actuariel ADJ m s 0.02 0.00 0.02 0.00 -actuation actuation NOM f s 0.01 0.00 0.01 0.00 -actuel actuel ADJ m s 14.86 20.68 4.69 6.49 -actuelle actuel ADJ f s 14.86 20.68 7.80 8.58 -actuellement actuellement ADV 11.39 16.69 11.39 16.69 -actuelles actuel ADJ f p 14.86 20.68 1.14 2.64 -actuels actuel ADJ m p 14.86 20.68 1.23 2.97 -acuité acuité NOM f s 0.56 3.18 0.56 3.18 -acumen acumen NOM m s 0.00 0.07 0.00 0.07 -acéphale acéphale NOM m s 0.00 0.20 0.00 0.14 -acéphales acéphale NOM m p 0.00 0.20 0.00 0.07 -acuponcteur acuponcteur NOM m s 0.23 0.00 0.23 0.00 -acuponcture acuponcture NOM f s 0.17 0.00 0.17 0.00 -acupuncteur acupuncteur NOM m s 0.11 0.07 0.11 0.07 -acupuncture acupuncture NOM f s 0.79 0.41 0.79 0.41 -acéré acéré ADJ m s 0.81 2.43 0.14 0.74 -acérée acéré ADJ f s 0.81 2.43 0.11 0.54 -acérées acéré ADJ f p 0.81 2.43 0.51 0.68 -acérés acéré ADJ m p 0.81 2.43 0.06 0.47 -acétate acétate NOM m s 0.20 0.14 0.20 0.14 -acétique acétique ADJ m s 0.05 0.07 0.05 0.07 -acétone acétone NOM f s 0.21 0.27 0.21 0.27 -acétylcholine acétylcholine NOM f s 0.25 0.00 0.25 0.00 -acétylsalicylique acétylsalicylique ADJ m s 0.03 0.00 0.03 0.00 -acétylène acétylène NOM m s 0.18 1.96 0.18 1.96 -ad_hoc ad_hoc ADJ 0.11 0.81 0.11 0.81 -ad_infinitum ad_infinitum ADV 0.05 0.00 0.05 0.00 -ad_libitum ad_libitum ADV 0.00 0.14 0.00 0.14 -ad_limina ad_limina ADV 0.00 0.07 0.00 0.07 -ad_majorem_dei_gloriam ad_majorem_dei_gloriam ADV 0.00 0.14 0.00 0.14 -ad_nutum ad_nutum ADV 0.00 0.07 0.00 0.07 -ad_patres ad_patres ADV 0.02 0.27 0.02 0.27 -ad_vitam_aeternam ad_vitam_aeternam ADV 0.00 0.20 0.00 0.20 -ada ada NOM m s 0.05 0.00 0.05 0.00 -adage adage NOM m s 0.62 0.74 0.61 0.54 -adages adage NOM m p 0.62 0.74 0.01 0.20 -adagio adagio NOM m s 0.13 0.34 0.13 0.34 -adamantin adamantin ADJ m s 0.01 0.20 0.00 0.14 -adamantine adamantin ADJ f s 0.01 0.20 0.01 0.07 -adamique adamique ADJ m s 0.00 0.14 0.00 0.14 -adapta adapter VER 13.44 12.57 0.01 0.14 ind:pas:3s; -adaptabilité adaptabilité NOM f s 0.16 0.00 0.16 0.00 -adaptable adaptable ADJ s 0.10 0.20 0.07 0.07 -adaptables adaptable ADJ m p 0.10 0.20 0.02 0.14 -adaptai adapter VER 13.44 12.57 0.00 0.07 ind:pas:1s; -adaptaient adapter VER 13.44 12.57 0.01 0.14 ind:imp:3p; -adaptais adapter VER 13.44 12.57 0.00 0.20 ind:imp:1s; -adaptait adapter VER 13.44 12.57 0.04 0.68 ind:imp:3s; -adaptant adapter VER 13.44 12.57 0.05 0.47 par:pre; -adaptateur adaptateur NOM m s 0.15 0.41 0.12 0.41 -adaptateurs adaptateur NOM m p 0.15 0.41 0.04 0.00 -adaptatif adaptatif ADJ m s 0.04 0.07 0.04 0.00 -adaptatifs adaptatif ADJ m p 0.04 0.07 0.00 0.07 -adaptation adaptation NOM f s 2.48 4.66 2.46 4.46 -adaptations adaptation NOM f p 2.48 4.66 0.03 0.20 -adapte adapter VER 13.44 12.57 1.75 1.22 imp:pre:2s;ind:pre:1s;ind:pre:3s; -adaptent adapter VER 13.44 12.57 0.39 0.07 ind:pre:3p; -adapter adapter VER 13.44 12.57 5.63 3.72 inf; -adaptera adapter VER 13.44 12.57 0.18 0.07 ind:fut:3s; -adapterai adapter VER 13.44 12.57 0.05 0.07 ind:fut:1s; -adapterais adapter VER 13.44 12.57 0.00 0.07 cnd:pre:1s; -adapterait adapter VER 13.44 12.57 0.01 0.07 cnd:pre:3s; -adapteras adapter VER 13.44 12.57 0.04 0.00 ind:fut:2s; -adapterez adapter VER 13.44 12.57 0.05 0.00 ind:fut:2p; -adapterons adapter VER 13.44 12.57 0.05 0.07 ind:fut:1p; -adapteront adapter VER 13.44 12.57 0.01 0.07 ind:fut:3p; -adaptes adapter VER 13.44 12.57 0.16 0.07 ind:pre:2s; -adaptez adapter VER 13.44 12.57 0.07 0.07 imp:pre:2p;ind:pre:2p; -adaptât adapter VER 13.44 12.57 0.00 0.07 sub:imp:3s; -adaptèrent adapter VER 13.44 12.57 0.01 0.07 ind:pas:3p; -adapté adapter VER m s 13.44 12.57 3.16 2.36 imp:pre:2s;par:pas; -adaptée adapter VER f s 13.44 12.57 0.78 1.42 par:pas; -adaptées adapter VER f p 13.44 12.57 0.66 0.61 par:pas; -adaptés adapter VER m p 13.44 12.57 0.34 0.81 par:pas; -addenda addenda NOM m 0.07 0.00 0.07 0.00 -addendum addendum NOM m s 0.01 0.07 0.01 0.07 -addiction addiction NOM f s 0.41 0.07 0.41 0.07 -additif additif NOM m s 0.21 0.14 0.15 0.14 -additifs additif NOM m p 0.21 0.14 0.06 0.00 -addition addition NOM f s 8.61 9.53 8.24 7.36 -additionnaient additionner VER 1.25 2.64 0.00 0.07 ind:imp:3p; -additionnais additionner VER 1.25 2.64 0.00 0.07 ind:imp:1s; -additionnait additionner VER 1.25 2.64 0.00 0.07 ind:imp:3s; -additionnant additionner VER 1.25 2.64 0.19 0.34 par:pre; -additionne additionner VER 1.25 2.64 0.22 0.61 imp:pre:2s;ind:pre:1s;ind:pre:3s; -additionnel additionnel ADJ m s 0.25 0.34 0.04 0.20 -additionnelle additionnel ADJ f s 0.25 0.34 0.11 0.00 -additionnelles additionnel ADJ f p 0.25 0.34 0.05 0.14 -additionnels additionnel ADJ m p 0.25 0.34 0.05 0.00 -additionnent additionner VER 1.25 2.64 0.13 0.20 ind:pre:3p; -additionner additionner VER 1.25 2.64 0.33 0.41 inf; -additionneraient additionner VER 1.25 2.64 0.14 0.07 cnd:pre:3p; -additionnerait additionner VER 1.25 2.64 0.00 0.07 cnd:pre:3s; -additionnez additionner VER 1.25 2.64 0.02 0.00 imp:pre:2p;ind:pre:2p; -additionné additionner VER m s 1.25 2.64 0.06 0.07 par:pas; -additionnée additionner VER f s 1.25 2.64 0.01 0.20 par:pas; -additionnées additionner VER f p 1.25 2.64 0.14 0.27 par:pas; -additionnés additionner VER m p 1.25 2.64 0.01 0.20 par:pas; -additions addition NOM f p 8.61 9.53 0.37 2.16 -adducteur adducteur NOM m s 0.02 0.00 0.01 0.00 -adducteurs adducteur NOM m p 0.02 0.00 0.01 0.00 -adduction adduction NOM f s 0.04 0.14 0.04 0.14 -adent adent NOM m s 0.01 0.00 0.01 0.00 -adepte adepte NOM s 2.73 2.84 0.88 0.88 -adeptes adepte NOM p 2.73 2.84 1.85 1.96 -adhère adhérer VER 2.67 5.07 0.73 0.88 imp:pre:2s;ind:pre:1s;ind:pre:3s; -adhèrent adhérer VER 2.67 5.07 0.21 0.34 ind:pre:3p; -adhéra adhérer VER 2.67 5.07 0.02 0.00 ind:pas:3s; -adhéraient adhérer VER 2.67 5.07 0.01 0.27 ind:imp:3p; -adhérais adhérer VER 2.67 5.07 0.03 0.07 ind:imp:1s; -adhérait adhérer VER 2.67 5.07 0.01 0.95 ind:imp:3s; -adhérant adhérer VER 2.67 5.07 0.03 0.41 par:pre; -adhérence adhérence NOM f s 0.11 0.54 0.06 0.14 -adhérences adhérence NOM f p 0.11 0.54 0.04 0.41 -adhérent adhérent NOM m s 0.57 1.01 0.16 0.14 -adhérente adhérent ADJ f s 0.16 0.27 0.01 0.00 -adhérentes adhérent ADJ f p 0.16 0.27 0.00 0.14 -adhérents adhérent NOM m p 0.57 1.01 0.42 0.88 -adhérer adhérer VER 2.67 5.07 0.82 1.82 inf; -adhérez adhérer VER 2.67 5.07 0.48 0.00 imp:pre:2p;ind:pre:2p; -adhéré adhérer VER m s 2.67 5.07 0.32 0.34 par:pas; -adhésif adhésif ADJ m s 1.05 0.81 0.73 0.47 -adhésifs adhésif ADJ m p 1.05 0.81 0.07 0.20 -adhésion adhésion NOM f s 0.50 6.55 0.45 6.15 -adhésions adhésion NOM f p 0.50 6.55 0.04 0.41 -adhésive adhésif ADJ f s 1.05 0.81 0.17 0.14 -adhésives adhésif ADJ f p 1.05 0.81 0.07 0.00 -adieu adieu ONO 39.70 7.36 39.70 7.36 -adieux adieu NOM m p 44.44 38.04 7.57 10.54 -adipeuse adipeux ADJ f s 0.22 1.28 0.01 0.27 -adipeuses adipeux ADJ f p 0.22 1.28 0.10 0.07 -adipeux adipeux ADJ m 0.22 1.28 0.11 0.95 -adipique adipique ADJ m s 0.03 0.00 0.03 0.00 -adiposité adiposité NOM f s 0.00 0.07 0.00 0.07 -adira adire VER 0.16 0.00 0.16 0.00 ind:fut:3s; -adja adja NOM m s 0.00 1.01 0.00 0.34 -adjacent adjacent ADJ m s 0.59 0.95 0.16 0.14 -adjacente adjacent ADJ f s 0.59 0.95 0.06 0.34 -adjacentes adjacent ADJ f p 0.59 0.95 0.15 0.47 -adjacents adjacent ADJ m p 0.59 0.95 0.22 0.00 -adjas adja NOM m p 0.00 1.01 0.00 0.68 -adjectif adjectif NOM m s 0.45 3.51 0.28 1.96 -adjectifs adjectif NOM m p 0.45 3.51 0.17 1.55 -adjective adjectif ADJ f s 0.01 0.14 0.00 0.07 -adjoignît adjoindre VER 1.71 2.97 0.00 0.07 sub:imp:3s; -adjoignait adjoindre VER 1.71 2.97 0.00 0.07 ind:imp:3s; -adjoignant adjoindre VER 1.71 2.97 0.00 0.07 par:pre; -adjoigne adjoindre VER 1.71 2.97 0.00 0.07 sub:pre:1s; -adjoignit adjoindre VER 1.71 2.97 0.00 0.14 ind:pas:3s; -adjoindra adjoindre VER 1.71 2.97 0.02 0.00 ind:fut:3s; -adjoindre adjoindre VER 1.71 2.97 0.05 0.68 inf; -adjoindront adjoindre VER 1.71 2.97 0.00 0.07 ind:fut:3p; -adjoins adjoindre VER 1.71 2.97 0.14 0.07 ind:pre:1s; -adjoint adjoint NOM m s 9.42 5.14 6.54 4.05 -adjointe adjoint ADJ f s 6.77 2.16 0.25 0.00 -adjointes adjoint NOM f p 9.42 5.14 0.01 0.00 -adjoints adjoint NOM m p 9.42 5.14 2.66 0.95 -adjonction adjonction NOM f s 0.02 0.41 0.02 0.41 -adjudant_chef adjudant_chef NOM m s 2.57 2.70 2.57 2.57 -adjudant_major adjudant_major NOM m s 0.05 0.00 0.05 0.00 -adjudant adjudant NOM m s 16.60 22.23 16.49 21.15 -adjudant_chef adjudant_chef NOM m p 2.57 2.70 0.00 0.14 -adjudants adjudant NOM m p 16.60 22.23 0.11 1.08 -adjudication adjudication NOM f s 0.37 0.20 0.02 0.14 -adjudications adjudication NOM f p 0.37 0.20 0.34 0.07 -adjuge adjuger VER 1.64 0.68 0.05 0.14 imp:pre:2s;ind:pre:1s;ind:pre:3s; -adjugeait adjuger VER 1.64 0.68 0.00 0.14 ind:imp:3s; -adjugeant adjuger VER 1.64 0.68 0.00 0.07 par:pre; -adjuger adjuger VER 1.64 0.68 0.03 0.00 inf; -adjugez adjuger VER 1.64 0.68 0.01 0.00 imp:pre:2p; -adjugé adjuger VER m s 1.64 0.68 1.50 0.34 par:pas; -adjugée adjuger VER f s 1.64 0.68 0.04 0.00 par:pas; -adjugés adjuger VER m p 1.64 0.68 0.02 0.00 par:pas; -adjupète adjupète NOM m s 0.00 0.14 0.00 0.07 -adjupètes adjupète NOM m p 0.00 0.14 0.00 0.07 -adjura adjurer VER 0.32 2.97 0.00 0.14 ind:pas:3s; -adjurai adjurer VER 0.32 2.97 0.00 0.20 ind:pas:1s; -adjuraient adjurer VER 0.32 2.97 0.00 0.07 ind:imp:3p; -adjurais adjurer VER 0.32 2.97 0.00 0.14 ind:imp:1s; -adjurait adjurer VER 0.32 2.97 0.01 0.61 ind:imp:3s; -adjurant adjurer VER 0.32 2.97 0.00 0.54 par:pre; -adjuration adjuration NOM f s 0.00 0.34 0.00 0.20 -adjurations adjuration NOM f p 0.00 0.34 0.00 0.14 -adjure adjurer VER 0.32 2.97 0.29 0.41 ind:pre:1s;ind:pre:3s; -adjurer adjurer VER 0.32 2.97 0.00 0.47 inf; -adjurerai adjurer VER 0.32 2.97 0.01 0.00 ind:fut:1s; -adjurerait adjurer VER 0.32 2.97 0.00 0.07 cnd:pre:3s; -adjuré adjurer VER m s 0.32 2.97 0.01 0.34 par:pas; -adjutrice adjutrice NOM f s 0.00 0.07 0.00 0.07 -adjuvants adjuvant NOM m p 0.01 0.07 0.01 0.07 -admît admettre VER 50.05 59.46 0.00 0.34 sub:imp:3s; -admet admettre VER 50.05 59.46 2.83 3.45 ind:pre:3s; -admets admettre VER 50.05 59.46 10.14 3.92 imp:pre:2s;ind:pre:1s;ind:pre:2s; -admettaient admettre VER 50.05 59.46 0.04 1.01 ind:imp:3p; -admettais admettre VER 50.05 59.46 0.20 0.88 ind:imp:1s;ind:imp:2s; -admettait admettre VER 50.05 59.46 0.07 3.78 ind:imp:3s; -admettant admettre VER 50.05 59.46 0.55 3.31 par:pre; -admette admettre VER 50.05 59.46 0.44 0.34 sub:pre:1s;sub:pre:3s; -admettent admettre VER 50.05 59.46 0.37 0.47 ind:pre:3p; -admettes admettre VER 50.05 59.46 0.30 0.00 sub:pre:2s; -admettez admettre VER 50.05 59.46 2.22 0.47 imp:pre:2p;ind:pre:2p; -admettiez admettre VER 50.05 59.46 0.21 0.07 ind:imp:2p; -admettions admettre VER 50.05 59.46 0.03 0.20 ind:imp:1p; -admettons admettre VER 50.05 59.46 4.30 2.70 imp:pre:1p;ind:pre:1p; -admettra admettre VER 50.05 59.46 0.45 0.20 ind:fut:3s; -admettrai admettre VER 50.05 59.46 0.28 0.34 ind:fut:1s; -admettraient admettre VER 50.05 59.46 0.00 0.14 cnd:pre:3p; -admettrais admettre VER 50.05 59.46 0.06 0.20 cnd:pre:1s;cnd:pre:2s; -admettrait admettre VER 50.05 59.46 0.25 0.54 cnd:pre:3s; -admettras admettre VER 50.05 59.46 0.09 0.20 ind:fut:2s; -admettre admettre VER 50.05 59.46 17.92 19.73 inf; -admettrez admettre VER 50.05 59.46 0.22 0.20 ind:fut:2p; -admettriez admettre VER 50.05 59.46 0.03 0.00 cnd:pre:2p; -admettrons admettre VER 50.05 59.46 0.02 0.14 ind:fut:1p; -admettront admettre VER 50.05 59.46 0.09 0.00 ind:fut:3p; -administra administrer VER 3.53 8.04 0.00 0.47 ind:pas:3s; -administrai administrer VER 3.53 8.04 0.00 0.07 ind:pas:1s; -administraient administrer VER 3.53 8.04 0.01 0.34 ind:imp:3p; -administrais administrer VER 3.53 8.04 0.01 0.14 ind:imp:1s; -administrait administrer VER 3.53 8.04 0.04 0.74 ind:imp:3s; -administrant administrer VER 3.53 8.04 0.06 0.27 par:pre; -administrateur administrateur NOM m s 4.95 4.73 4.05 3.78 -administrateurs administrateur NOM m p 4.95 4.73 0.80 0.95 -administratif administratif ADJ m s 3.27 11.08 1.34 2.97 -administratifs administratif ADJ m p 3.27 11.08 0.63 1.62 -administration administration NOM f s 13.40 26.42 13.24 23.85 -administrations administration NOM f p 13.40 26.42 0.16 2.57 -administrative administratif ADJ f s 3.27 11.08 0.70 4.26 -administrativement administrativement ADV 0.05 0.14 0.05 0.14 -administratives administratif ADJ f p 3.27 11.08 0.60 2.23 -administratrice administrateur NOM f s 4.95 4.73 0.10 0.00 -administre administrer VER 3.53 8.04 0.92 0.81 imp:pre:2s;ind:pre:1s;ind:pre:3s; -administrent administrer VER 3.53 8.04 0.04 0.34 ind:pre:3p; -administrer administrer VER 3.53 8.04 1.12 2.84 inf; -administrera administrer VER 3.53 8.04 0.05 0.07 ind:fut:3s; -administrerai administrer VER 3.53 8.04 0.16 0.00 ind:fut:1s; -administrerons administrer VER 3.53 8.04 0.03 0.00 ind:fut:1p; -administres administrer VER 3.53 8.04 0.01 0.07 ind:pre:2s; -administrez administrer VER 3.53 8.04 0.10 0.07 imp:pre:2p;ind:pre:2p; -administrât administrer VER 3.53 8.04 0.00 0.07 sub:imp:3s; -administré administrer VER m s 3.53 8.04 0.63 1.08 par:pas; -administrée administrer VER f s 3.53 8.04 0.19 0.41 par:pas; -administrées administrer VER f p 3.53 8.04 0.01 0.14 par:pas; -administrés administré NOM m p 0.47 0.61 0.27 0.34 -admira admirer VER 32.39 68.18 0.01 3.04 ind:pas:3s; -admirable admirable ADJ s 6.51 31.55 6.02 23.92 -admirablement admirablement ADV 0.71 4.73 0.71 4.73 -admirables admirable ADJ p 6.51 31.55 0.49 7.64 -admirai admirer VER 32.39 68.18 0.14 0.81 ind:pas:1s; -admiraient admirer VER 32.39 68.18 0.06 1.82 ind:imp:3p; -admirais admirer VER 32.39 68.18 3.11 6.35 ind:imp:1s;ind:imp:2s; -admirait admirer VER 32.39 68.18 0.99 11.49 ind:imp:3s; -admirant admirer VER 32.39 68.18 0.08 1.82 par:pre; -admirateur admirateur NOM m s 5.28 5.14 2.63 1.28 -admirateurs admirateur NOM m p 5.28 5.14 2.33 2.91 -admiratif admiratif ADJ m s 0.41 6.96 0.26 2.57 -admiratifs admiratif ADJ m p 0.41 6.96 0.00 1.49 -admiration admiration NOM f s 4.54 32.70 4.54 32.30 -admirations admiration NOM f p 4.54 32.70 0.00 0.41 -admirative admiratif ADJ f s 0.41 6.96 0.02 2.30 -admirativement admirativement ADV 0.00 0.20 0.00 0.20 -admiratives admiratif ADJ f p 0.41 6.96 0.14 0.61 -admiratrice admirateur NOM f s 5.28 5.14 0.32 0.27 -admiratrices admiratrice NOM f p 0.36 0.00 0.36 0.00 -admire admirer VER 32.39 68.18 13.85 13.38 imp:pre:2s;ind:pre:1s;ind:pre:3s; -admirent admirer VER 32.39 68.18 0.86 0.95 ind:pre:3p; -admirer admirer VER 32.39 68.18 6.50 17.64 inf;; -admirera admirer VER 32.39 68.18 0.05 0.07 ind:fut:3s; -admirerai admirer VER 32.39 68.18 0.04 0.07 ind:fut:1s; -admirerais admirer VER 32.39 68.18 0.04 0.14 cnd:pre:1s;cnd:pre:2s; -admirerait admirer VER 32.39 68.18 0.03 0.27 cnd:pre:3s; -admirerez admirer VER 32.39 68.18 0.01 0.07 ind:fut:2p; -admireront admirer VER 32.39 68.18 0.04 0.14 ind:fut:3p; -admires admirer VER 32.39 68.18 0.82 0.41 ind:pre:2s; -admirez admirer VER 32.39 68.18 2.25 1.42 imp:pre:2p;ind:pre:2p; -admiriez admirer VER 32.39 68.18 0.22 0.00 ind:imp:2p; -admirions admirer VER 32.39 68.18 0.12 0.81 ind:imp:1p; -admirâmes admirer VER 32.39 68.18 0.00 0.07 ind:pas:1p; -admirons admirer VER 32.39 68.18 0.43 0.61 imp:pre:1p;ind:pre:1p; -admirèrent admirer VER 32.39 68.18 0.00 0.74 ind:pas:3p; -admiré admirer VER m s 32.39 68.18 2.00 4.12 par:pas; -admirée admirer VER f s 32.39 68.18 0.66 1.15 par:pas; -admirées admirer VER f p 32.39 68.18 0.04 0.27 par:pas; -admirés admirer VER m p 32.39 68.18 0.05 0.54 par:pas; -admis admettre VER m 50.05 59.46 6.74 11.35 ind:pas:1s;par:pas;par:pas; -admise admettre VER f s 50.05 59.46 1.75 2.03 par:pas; -admises admettre VER f p 50.05 59.46 0.20 0.54 par:pas; -admissibilité admissibilité NOM f s 0.02 0.07 0.02 0.07 -admissible admissible ADJ m s 0.49 0.61 0.44 0.54 -admissibles admissible ADJ f p 0.49 0.61 0.05 0.07 -admission admission NOM f s 3.42 1.82 2.34 1.82 -admissions admission NOM f p 3.42 1.82 1.08 0.00 -admit admettre VER 50.05 59.46 0.24 2.84 ind:pas:3s; -admixtion admixtion NOM f s 0.00 0.07 0.00 0.07 -admonesta admonester VER 0.03 0.61 0.00 0.07 ind:pas:3s; -admonestait admonester VER 0.03 0.61 0.00 0.07 ind:imp:3s; -admonestation admonestation NOM f s 0.00 0.47 0.00 0.34 -admonestations admonestation NOM f p 0.00 0.47 0.00 0.14 -admoneste admonester VER 0.03 0.61 0.02 0.20 ind:pre:3s; -admonester admonester VER 0.03 0.61 0.01 0.00 inf; -admonestât admonester VER 0.03 0.61 0.00 0.07 sub:imp:3s; -admonesté admonester VER m s 0.03 0.61 0.00 0.07 par:pas; -admonestés admonester VER m p 0.03 0.61 0.00 0.14 par:pas; -admonition admonition NOM f s 0.12 0.20 0.01 0.14 -admonitions admonition NOM f p 0.12 0.20 0.11 0.07 -ado ado NOM s 3.40 0.20 3.40 0.20 -adobe adobe NOM m s 0.08 0.00 0.08 0.00 -adolescence adolescence NOM f s 2.88 13.78 2.88 13.72 -adolescences adolescence NOM f p 2.88 13.78 0.00 0.07 -adolescent adolescent NOM m s 6.84 25.20 2.38 9.66 -adolescente adolescent NOM f s 6.84 25.20 1.59 7.57 -adolescentes adolescent NOM f p 6.84 25.20 0.53 1.28 -adolescents adolescent NOM m p 6.84 25.20 2.34 6.69 -adon adon NOM m s 0.01 0.00 0.01 0.00 -adonc adonc ADV 0.00 0.07 0.00 0.07 -adoncques adoncques ADV 0.00 0.07 0.00 0.07 -adonies adonies NOM f p 0.00 0.07 0.00 0.07 -adonis adonis NOM m 0.28 0.00 0.28 0.00 -adonisant adoniser VER 0.00 0.07 0.00 0.07 par:pre; -adonna adonner VER 1.60 5.74 0.00 0.47 ind:pas:3s; -adonnai adonner VER 1.60 5.74 0.00 0.14 ind:pas:1s; -adonnaient adonner VER 1.60 5.74 0.16 0.61 ind:imp:3p; -adonnais adonner VER 1.60 5.74 0.01 0.14 ind:imp:1s; -adonnait adonner VER 1.60 5.74 0.09 0.81 ind:imp:3s; -adonnant adonner VER 1.60 5.74 0.02 0.07 par:pre; -adonne adonner VER 1.60 5.74 0.55 0.81 ind:pre:1s;ind:pre:3s; -adonnent adonner VER 1.60 5.74 0.20 0.34 ind:pre:3p; -adonner adonner VER 1.60 5.74 0.48 1.08 inf; -adonnerait adonner VER 1.60 5.74 0.00 0.07 cnd:pre:3s; -adonnez adonner VER 1.60 5.74 0.01 0.00 ind:pre:2p; -adonnions adonner VER 1.60 5.74 0.00 0.14 ind:imp:1p; -adonné adonner VER m s 1.60 5.74 0.04 0.61 par:pas; -adonnée adonner VER f s 1.60 5.74 0.02 0.00 par:pas; -adonnées adonner VER f p 1.60 5.74 0.00 0.07 par:pas; -adonnés adonner VER m p 1.60 5.74 0.01 0.41 par:pas; -adopta adopter VER 15.18 29.86 0.05 1.49 ind:pas:3s; -adoptable adoptable ADJ f s 0.00 0.07 0.00 0.07 -adoptai adopter VER 15.18 29.86 0.02 0.41 ind:pas:1s; -adoptaient adopter VER 15.18 29.86 0.01 0.14 ind:imp:3p; -adoptais adopter VER 15.18 29.86 0.00 0.14 ind:imp:1s; -adoptait adopter VER 15.18 29.86 0.13 1.89 ind:imp:3s; -adoptant adoptant ADJ m s 0.00 0.07 0.00 0.07 -adoptant adopter VER 15.18 29.86 0.06 0.81 par:pre; -adopte adopter VER 15.18 29.86 1.28 2.23 imp:pre:2s;ind:pre:1s;ind:pre:3s; -adoptent adopter VER 15.18 29.86 0.11 0.41 ind:pre:3p; -adopter adopter VER 15.18 29.86 7.25 9.19 inf; -adoptera adopter VER 15.18 29.86 0.14 0.00 ind:fut:3s; -adopterai adopter VER 15.18 29.86 0.05 0.07 ind:fut:1s; -adopteraient adopter VER 15.18 29.86 0.00 0.14 cnd:pre:3p; -adopterait adopter VER 15.18 29.86 0.02 0.34 cnd:pre:3s; -adopterez adopter VER 15.18 29.86 0.02 0.14 ind:fut:2p; -adopterons adopter VER 15.18 29.86 0.02 0.00 ind:fut:1p; -adopteront adopter VER 15.18 29.86 0.04 0.14 ind:fut:3p; -adoptez adopter VER 15.18 29.86 0.23 0.07 imp:pre:2p;ind:pre:2p; -adoptif adoptif ADJ m s 3.98 3.38 2.15 1.96 -adoptifs adoptif ADJ m p 3.98 3.38 1.12 0.20 -adoption adoption NOM f s 4.06 2.91 3.97 2.84 -adoptions adoption NOM f p 4.06 2.91 0.09 0.07 -adoptive adoptif ADJ f s 3.98 3.38 0.70 1.15 -adoptives adoptif ADJ f p 3.98 3.38 0.01 0.07 -adoptons adopter VER 15.18 29.86 0.28 0.14 imp:pre:1p;ind:pre:1p; -adoptât adopter VER 15.18 29.86 0.00 0.41 sub:imp:3s; -adoptèrent adopter VER 15.18 29.86 0.02 0.47 ind:pas:3p; -adopté adopter VER m s 15.18 29.86 3.77 7.36 par:pas; -adoptée adopter VER f s 15.18 29.86 1.25 2.64 par:pas; -adoptées adopter VER f p 15.18 29.86 0.17 0.61 par:pas; -adoptés adopter VER m p 15.18 29.86 0.23 0.47 par:pas; -adora adorer VER 193.67 44.59 0.06 0.07 ind:pas:3s; -adorable adorable ADJ s 25.95 7.97 23.00 6.28 -adorablement adorablement ADV 0.20 0.27 0.20 0.27 -adorables adorable ADJ p 25.95 7.97 2.94 1.69 -adorai adorer VER 193.67 44.59 0.03 0.14 ind:pas:1s; -adoraient adorer VER 193.67 44.59 1.29 2.09 ind:imp:3p; -adorais adorer VER 193.67 44.59 6.44 2.30 ind:imp:1s;ind:imp:2s; -adorait adorer VER 193.67 44.59 7.02 9.46 ind:imp:3s; -adorant adorer VER 193.67 44.59 0.14 0.14 par:pre; -adorante adorant ADJ f s 0.01 0.20 0.00 0.07 -adorants adorant ADJ m p 0.01 0.20 0.00 0.07 -adorateur adorateur NOM m s 1.22 1.82 0.30 0.34 -adorateurs adorateur NOM m p 1.22 1.82 0.71 1.42 -adoration adoration NOM f s 0.88 5.07 0.88 4.86 -adorations adoration NOM f p 0.88 5.07 0.00 0.20 -adoratrice adorateur NOM f s 1.22 1.82 0.21 0.00 -adoratrices adoratrice NOM f p 0.11 0.00 0.11 0.00 -adore adorer VER 193.67 44.59 121.69 16.76 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -adorent adorer VER 193.67 44.59 10.76 2.91 ind:pre:3p;sub:pre:3p; -adorer adorer VER 193.67 44.59 11.79 3.31 inf; -adorera adorer VER 193.67 44.59 0.75 0.14 ind:fut:3s; -adorerai adorer VER 193.67 44.59 0.36 0.00 ind:fut:1s; -adoreraient adorer VER 193.67 44.59 0.52 0.00 cnd:pre:3p; -adorerais adorer VER 193.67 44.59 7.39 0.07 cnd:pre:1s;cnd:pre:2s; -adorerait adorer VER 193.67 44.59 1.32 0.07 cnd:pre:3s; -adoreras adorer VER 193.67 44.59 0.60 0.00 ind:fut:2s; -adorerez adorer VER 193.67 44.59 0.51 0.00 ind:fut:2p; -adoreriez adorer VER 193.67 44.59 0.08 0.00 cnd:pre:2p; -adorerions adorer VER 193.67 44.59 0.12 0.00 cnd:pre:1p; -adorerons adorer VER 193.67 44.59 0.01 0.00 ind:fut:1p; -adoreront adorer VER 193.67 44.59 0.24 0.07 ind:fut:3p; -adores adorer VER 193.67 44.59 4.37 0.27 ind:pre:2s; -adorez adorer VER 193.67 44.59 1.11 0.14 imp:pre:2p;ind:pre:2p; -adoriez adorer VER 193.67 44.59 0.26 0.07 ind:imp:2p; -adorions adorer VER 193.67 44.59 0.09 0.20 ind:imp:1p; -adornaient adorner VER 0.01 0.47 0.00 0.20 ind:imp:3p; -adornait adorner VER 0.01 0.47 0.00 0.14 ind:imp:3s; -adorne adorner VER 0.01 0.47 0.01 0.07 imp:pre:2s;ind:pre:3s; -adorné adorner VER m s 0.01 0.47 0.00 0.07 par:pas; -adorons adorer VER 193.67 44.59 1.22 0.54 imp:pre:1p;ind:pre:1p; -adorèrent adorer VER 193.67 44.59 0.02 0.00 ind:pas:3p; -adoré adorer VER m s 193.67 44.59 12.81 3.11 par:pas; -adorée adorer VER f s 193.67 44.59 2.27 1.82 par:pas; -adorées adorer VER f p 193.67 44.59 0.19 0.27 par:pas; -adorés adorer VER m p 193.67 44.59 0.24 0.68 par:pas; -ados ados NOM m 3.27 0.27 3.27 0.27 -adossa adosser VER 0.80 16.89 0.00 2.23 ind:pas:3s; -adossai adosser VER 0.80 16.89 0.10 0.07 ind:pas:1s; -adossaient adosser VER 0.80 16.89 0.00 0.27 ind:imp:3p; -adossais adosser VER 0.80 16.89 0.01 0.14 ind:imp:1s; -adossait adosser VER 0.80 16.89 0.00 0.68 ind:imp:3s; -adossant adosser VER 0.80 16.89 0.01 0.14 par:pre; -adosse adosser VER 0.80 16.89 0.28 0.88 imp:pre:2s;ind:pre:1s;ind:pre:3s; -adossent adosser VER 0.80 16.89 0.00 0.07 ind:pre:3p; -adosser adosser VER 0.80 16.89 0.07 1.35 inf; -adossez adosser VER 0.80 16.89 0.04 0.00 imp:pre:2p;ind:pre:2p; -adossèrent adosser VER 0.80 16.89 0.00 0.14 ind:pas:3p; -adossé adosser VER m s 0.80 16.89 0.28 6.49 par:pas; -adossée adossé ADJ f s 0.13 0.34 0.10 0.14 -adossées adosser VER f p 0.80 16.89 0.01 0.34 par:pas; -adossés adosser VER m p 0.80 16.89 0.00 1.49 par:pas; -adouba adouber VER 0.04 0.34 0.00 0.07 ind:pas:3s; -adoubement adoubement NOM m s 0.01 0.27 0.01 0.27 -adouber adouber VER 0.04 0.34 0.01 0.00 inf; -adoubé adouber VER m s 0.04 0.34 0.03 0.27 par:pas; -adoucît adoucir VER 3.27 11.01 0.00 0.07 sub:imp:3s; -adouci adoucir VER m s 3.27 11.01 0.44 1.01 par:pas; -adoucie adoucir VER f s 3.27 11.01 0.29 1.08 par:pas; -adoucies adoucir VER f p 3.27 11.01 0.02 0.27 par:pas; -adoucir adoucir VER 3.27 11.01 1.56 3.58 inf; -adoucira adoucir VER 3.27 11.01 0.09 0.14 ind:fut:3s; -adoucirait adoucir VER 3.27 11.01 0.02 0.14 cnd:pre:3s; -adoucirent adoucir VER 3.27 11.01 0.00 0.07 ind:pas:3p; -adoucis adoucir VER m p 3.27 11.01 0.20 0.20 imp:pre:2s;ind:pre:1s;ind:pre:2s;par:pas; -adoucissaient adoucir VER 3.27 11.01 0.00 0.27 ind:imp:3p; -adoucissait adoucir VER 3.27 11.01 0.02 1.35 ind:imp:3s; -adoucissant adoucissant NOM m s 0.06 0.00 0.06 0.00 -adoucissantes adoucissant ADJ f p 0.00 0.14 0.00 0.07 -adoucisse adoucir VER 3.27 11.01 0.01 0.07 sub:pre:1s;sub:pre:3s; -adoucissement adoucissement NOM m s 0.01 0.61 0.01 0.54 -adoucissements adoucissement NOM m p 0.01 0.61 0.00 0.07 -adoucissent adoucir VER 3.27 11.01 0.02 0.34 ind:pre:3p; -adoucisseur adoucisseur NOM m s 0.04 0.14 0.03 0.00 -adoucisseurs adoucisseur NOM m p 0.04 0.14 0.01 0.14 -adoucissez adoucir VER 3.27 11.01 0.13 0.00 imp:pre:2p; -adoucit adoucir VER 3.27 11.01 0.46 2.09 ind:pre:3s;ind:pas:3s; -adp adp NOM m s 0.04 0.00 0.04 0.00 -adragante adragant ADJ f s 0.00 0.07 0.00 0.07 -adressa adresser VER 30.71 98.04 0.19 11.15 ind:pas:3s; -adressage adressage NOM m s 0.01 0.00 0.01 0.00 -adressai adresser VER 30.71 98.04 0.00 2.57 ind:pas:1s; -adressaient adresser VER 30.71 98.04 0.06 3.04 ind:imp:3p; -adressais adresser VER 30.71 98.04 0.24 1.49 ind:imp:1s;ind:imp:2s; -adressait adresser VER 30.71 98.04 0.76 14.12 ind:imp:3s; -adressant adresser VER 30.71 98.04 0.41 9.39 par:pre; -adressassent adresser VER 30.71 98.04 0.00 0.07 sub:imp:3p; -adresse adresse NOM f s 73.92 49.80 67.28 43.92 -adressent adresser VER 30.71 98.04 0.71 1.55 ind:pre:3p; -adresser adresser VER 30.71 98.04 7.95 17.91 inf; -adressera adresser VER 30.71 98.04 0.66 0.34 ind:fut:3s; -adresserai adresser VER 30.71 98.04 0.34 0.34 ind:fut:1s; -adresseraient adresser VER 30.71 98.04 0.00 0.14 cnd:pre:3p; -adresserais adresser VER 30.71 98.04 0.04 0.20 cnd:pre:1s;cnd:pre:2s; -adresserait adresser VER 30.71 98.04 0.02 0.81 cnd:pre:3s; -adresseras adresser VER 30.71 98.04 0.03 0.00 ind:fut:2s; -adresserez adresser VER 30.71 98.04 0.11 0.07 ind:fut:2p; -adresserons adresser VER 30.71 98.04 0.11 0.07 ind:fut:1p; -adresseront adresser VER 30.71 98.04 0.17 0.07 ind:fut:3p; -adresses adresse NOM f p 73.92 49.80 6.65 5.88 -adressez adresser VER 30.71 98.04 2.77 0.47 imp:pre:2p;ind:pre:2p; -adressiez adresser VER 30.71 98.04 0.34 0.00 ind:imp:2p; -adressions adresser VER 30.71 98.04 0.00 0.41 ind:imp:1p; -adressâmes adresser VER 30.71 98.04 0.00 0.14 ind:pas:1p; -adressons adresser VER 30.71 98.04 0.20 0.47 imp:pre:1p;ind:pre:1p; -adressât adresser VER 30.71 98.04 0.00 0.68 sub:imp:3s; -adressèrent adresser VER 30.71 98.04 0.02 0.34 ind:pas:3p; -adressé adresser VER m s 30.71 98.04 2.66 9.73 par:pas; -adressée adresser VER f s 30.71 98.04 1.76 5.20 par:pas; -adressées adresser VER f p 30.71 98.04 0.41 2.09 par:pas; -adressés adresser VER m p 30.71 98.04 0.51 0.88 par:pas; -adret adret NOM m s 0.00 0.07 0.00 0.07 -adriatique adriatique ADJ s 0.14 0.14 0.14 0.07 -adriatiques adriatique ADJ p 0.14 0.14 0.00 0.07 -adroit adroit ADJ m s 1.87 4.86 1.13 3.51 -adroite adroit ADJ f s 1.87 4.86 0.41 0.74 -adroitement adroitement ADV 0.85 1.96 0.85 1.96 -adroites adroit ADJ f p 1.87 4.86 0.25 0.07 -adroits adroit ADJ m p 1.87 4.86 0.09 0.54 -adrénaline adrénaline NOM f s 3.57 0.68 3.56 0.68 -adrénalines adrénaline NOM f p 3.57 0.68 0.01 0.00 -adulaient aduler VER 0.51 1.62 0.00 0.07 ind:imp:3p; -adulais aduler VER 0.51 1.62 0.02 0.00 ind:imp:1s; -adulait aduler VER 0.51 1.62 0.02 0.07 ind:imp:3s; -adulateur adulateur NOM m s 0.10 0.07 0.10 0.07 -adulation adulation NOM f s 0.16 0.81 0.16 0.61 -adulations adulation NOM f p 0.16 0.81 0.00 0.20 -adulent aduler VER 0.51 1.62 0.27 0.00 ind:pre:3p; -aduler aduler VER 0.51 1.62 0.04 0.07 inf; -adultat adultat NOM m s 0.00 0.14 0.00 0.14 -adulte adulte NOM s 23.34 27.64 9.78 10.41 -adultes adulte NOM p 23.34 27.64 13.56 17.23 -adultère adultère NOM m s 3.69 3.65 3.54 3.18 -adultères adultère NOM m p 3.69 3.65 0.15 0.47 -adultéraient adultérer VER 0.01 0.14 0.00 0.07 ind:imp:3p; -adultération adultération NOM f s 0.00 0.07 0.00 0.07 -adultérin adultérin ADJ m s 0.02 0.34 0.01 0.00 -adultérine adultérin ADJ f s 0.02 0.34 0.01 0.14 -adultérins adultérin ADJ m p 0.02 0.34 0.00 0.20 -adultéré adultérer VER m s 0.01 0.14 0.01 0.00 par:pas; -adultérées adultérer VER f p 0.01 0.14 0.00 0.07 par:pas; -adulé aduler VER m s 0.51 1.62 0.09 0.61 par:pas; -adulée aduler VER f s 0.51 1.62 0.03 0.47 par:pas; -adulés aduler VER m p 0.51 1.62 0.04 0.34 par:pas; -adénine adénine NOM f s 0.01 0.00 0.01 0.00 -adénocarcinome adénocarcinome NOM m s 0.04 0.00 0.04 0.00 -adénome adénome NOM m s 0.05 0.07 0.05 0.07 -adénopathie adénopathie NOM f s 0.01 0.00 0.01 0.00 -adénosine adénosine NOM f s 0.07 0.00 0.07 0.00 -adénovirus adénovirus NOM m 0.01 0.00 0.01 0.00 -adéquat adéquat ADJ m s 3.28 4.80 1.35 1.82 -adéquate adéquat ADJ f s 3.28 4.80 1.23 1.69 -adéquatement adéquatement ADV 0.03 0.00 0.03 0.00 -adéquates adéquat ADJ f p 3.28 4.80 0.50 0.47 -adéquation adéquation NOM f s 0.14 0.34 0.14 0.34 -adéquats adéquat ADJ m p 3.28 4.80 0.21 0.81 -advînt advenir VER 7.94 9.39 0.00 0.34 sub:imp:3s; -advenait advenir VER 7.94 9.39 0.11 0.74 ind:imp:3s; -advenir advenir VER 7.94 9.39 1.03 1.15 inf; -adventices adventice ADJ m p 0.00 0.20 0.00 0.20 -adventiste adventiste NOM s 0.27 0.00 0.27 0.00 -advenu advenir VER m s 7.94 9.39 0.99 1.62 par:pas; -advenue advenir VER f s 7.94 9.39 0.00 0.20 par:pas; -advenues advenir VER f p 7.94 9.39 0.00 0.07 par:pas; -adverbe adverbe NOM m s 0.11 0.61 0.09 0.27 -adverbes adverbe NOM m p 0.11 0.61 0.02 0.34 -adversaire adversaire NOM s 10.96 25.14 7.61 15.95 -adversaires adversaire NOM p 10.96 25.14 3.36 9.19 -adverse adverse ADJ s 1.93 4.32 1.83 2.50 -adverses adverse ADJ p 1.93 4.32 0.10 1.82 -adversité adversité NOM f s 1.30 2.16 1.27 2.09 -adversités adversité NOM f p 1.30 2.16 0.02 0.07 -adviendra advenir VER 7.94 9.39 2.53 0.68 ind:fut:3s; -adviendrait advenir VER 7.94 9.39 0.25 0.68 cnd:pre:3s; -advienne advenir VER 7.94 9.39 1.24 1.01 sub:pre:1s;sub:pre:3s; -adviennent advenir VER 7.94 9.39 0.00 0.07 ind:pre:3p; -advient advenir VER 7.94 9.39 0.58 1.49 ind:pre:3s; -advint advenir VER 7.94 9.39 1.20 1.35 ind:pas:3s; -aegipans aegipan NOM m p 0.00 0.07 0.00 0.07 -affût affût NOM m s 1.42 11.35 1.36 10.81 -affûta affûter VER 0.77 3.65 0.00 0.14 ind:pas:3s; -affûtage affûtage NOM m s 0.04 0.14 0.04 0.14 -affûtait affûter VER 0.77 3.65 0.00 0.14 ind:imp:3s; -affûtant affûter VER 0.77 3.65 0.00 0.20 par:pre; -affûte affûter VER 0.77 3.65 0.11 0.41 imp:pre:2s;ind:pre:1s;ind:pre:3s; -affûter affûter VER 0.77 3.65 0.20 0.74 inf; -affûterai affûter VER 0.77 3.65 0.01 0.00 ind:fut:1s; -affûteur affûteur NOM m s 0.01 0.07 0.01 0.07 -affûtez affûter VER 0.77 3.65 0.01 0.00 imp:pre:2p; -affûtât affûter VER 0.77 3.65 0.00 0.07 sub:imp:3s; -affûts affût NOM m p 1.42 11.35 0.06 0.54 -affûté affûter VER m s 0.77 3.65 0.23 0.81 par:pas; -affûtée affûter VER f s 0.77 3.65 0.12 0.68 par:pas; -affûtées affûter VER f p 0.77 3.65 0.02 0.07 par:pas; -affûtés affûter VER m p 0.77 3.65 0.06 0.41 par:pas; -affabilité affabilité NOM f s 0.13 1.28 0.13 1.22 -affabilités affabilité NOM f p 0.13 1.28 0.00 0.07 -affable affable ADJ s 0.39 3.78 0.37 3.11 -affablement affablement ADV 0.00 0.20 0.00 0.20 -affables affable ADJ p 0.39 3.78 0.02 0.68 -affabulation affabulation NOM f s 0.22 1.22 0.20 1.01 -affabulations affabulation NOM f p 0.22 1.22 0.02 0.20 -affabulatrice affabulateur NOM f s 0.14 0.00 0.14 0.00 -affabule affabuler VER 0.28 0.27 0.15 0.14 ind:pre:1s;ind:pre:3s; -affabuler affabuler VER 0.28 0.27 0.00 0.07 inf; -affabules affabuler VER 0.28 0.27 0.14 0.00 ind:pre:2s; -affabulé affabuler VER m s 0.28 0.27 0.00 0.07 par:pas; -affacturage affacturage NOM m s 0.01 0.00 0.01 0.00 -affadi affadir VER m s 0.01 1.35 0.00 0.20 par:pas; -affadie affadir VER f s 0.01 1.35 0.00 0.27 par:pas; -affadies affadir VER f p 0.01 1.35 0.00 0.07 par:pas; -affadir affadir VER 0.01 1.35 0.00 0.14 inf; -affadis affadir VER m p 0.01 1.35 0.00 0.07 par:pas; -affadissaient affadir VER 0.01 1.35 0.00 0.07 ind:imp:3p; -affadissait affadir VER 0.01 1.35 0.00 0.34 ind:imp:3s; -affadissant affadir VER 0.01 1.35 0.00 0.07 par:pre; -affadisse affadir VER 0.01 1.35 0.01 0.07 sub:pre:1s;sub:pre:3s; -affadissement affadissement NOM m s 0.00 0.20 0.00 0.20 -affadit affadir VER 0.01 1.35 0.00 0.07 ind:pas:3s; -affaibli affaiblir VER m s 6.66 7.84 1.62 1.49 par:pas; -affaiblie affaiblir VER f s 6.66 7.84 0.38 0.61 par:pas; -affaiblies affaiblir VER f p 6.66 7.84 0.02 0.27 par:pas; -affaiblir affaiblir VER 6.66 7.84 1.13 1.35 inf; -affaiblira affaiblir VER 6.66 7.84 0.30 0.07 ind:fut:3s; -affaiblis affaiblir VER m p 6.66 7.84 0.84 0.61 imp:pre:2s;ind:pre:1s;ind:pre:2s;par:pas; -affaiblissaient affaiblir VER 6.66 7.84 0.00 0.14 ind:imp:3p; -affaiblissais affaiblir VER 6.66 7.84 0.00 0.07 ind:imp:1s; -affaiblissait affaiblir VER 6.66 7.84 0.23 1.01 ind:imp:3s; -affaiblissant affaiblir VER 6.66 7.84 0.17 0.61 par:pre; -affaiblisse affaiblir VER 6.66 7.84 0.05 0.00 sub:pre:1s;sub:pre:3s; -affaiblissement affaiblissement NOM m s 0.23 1.49 0.23 1.49 -affaiblissent affaiblir VER 6.66 7.84 0.30 0.41 ind:pre:3p; -affaiblissez affaiblir VER 6.66 7.84 0.04 0.00 ind:pre:2p; -affaiblissons affaiblir VER 6.66 7.84 0.02 0.00 ind:pre:1p; -affaiblit affaiblir VER 6.66 7.84 1.56 1.22 ind:pre:3s;ind:pas:3s; -affaira affairer VER 2.75 13.38 0.00 0.68 ind:pas:3s; -affairai affairer VER 2.75 13.38 0.00 0.07 ind:pas:1s; -affairaient affairer VER 2.75 13.38 0.01 2.43 ind:imp:3p; -affairais affairer VER 2.75 13.38 0.00 0.07 ind:imp:1s; -affairait affairer VER 2.75 13.38 0.01 2.70 ind:imp:3s; -affairant affairer VER 2.75 13.38 0.00 0.47 par:pre; -affaire affaire NOM f s 393.83 253.38 207.50 150.54 -affairement affairement NOM m s 0.00 0.54 0.00 0.34 -affairements affairement NOM m p 0.00 0.54 0.00 0.20 -affairent affairer VER 2.75 13.38 0.44 1.42 ind:pre:3p; -affairer affairer VER 2.75 13.38 0.28 1.42 inf; -affaireraient affairer VER 2.75 13.38 0.00 0.07 cnd:pre:3p; -affaires affaire NOM f p 393.83 253.38 186.32 102.84 -affairions affairer VER 2.75 13.38 0.00 0.07 ind:imp:1p; -affairisme affairisme NOM m s 0.00 0.07 0.00 0.07 -affairiste affairiste ADJ m s 0.01 0.14 0.01 0.14 -affairistes affairiste NOM p 0.14 0.14 0.14 0.07 -affairons affairer VER 2.75 13.38 0.00 0.07 ind:pre:1p; -affairèrent affairer VER 2.75 13.38 0.00 0.20 ind:pas:3p; -affairé affairer VER m s 2.75 13.38 0.16 0.41 par:pas; -affairée affairé ADJ f s 0.21 2.64 0.04 0.61 -affairées affairé ADJ f p 0.21 2.64 0.01 0.27 -affairés affairé ADJ m p 0.21 2.64 0.12 0.74 -affaissa affaisser VER 1.03 11.22 0.00 1.08 ind:pas:3s; -affaissaient affaisser VER 1.03 11.22 0.01 0.41 ind:imp:3p; -affaissait affaisser VER 1.03 11.22 0.03 0.74 ind:imp:3s; -affaissant affaisser VER 1.03 11.22 0.01 0.61 par:pre; -affaisse affaisser VER 1.03 11.22 0.31 1.49 imp:pre:2s;ind:pre:3s; -affaissement affaissement NOM m s 0.08 1.55 0.07 1.35 -affaissements affaissement NOM m p 0.08 1.55 0.01 0.20 -affaissent affaisser VER 1.03 11.22 0.34 1.08 ind:pre:3p; -affaisser affaisser VER 1.03 11.22 0.03 0.88 inf; -affaisseraient affaisser VER 1.03 11.22 0.00 0.14 cnd:pre:3p; -affaisserait affaisser VER 1.03 11.22 0.00 0.07 cnd:pre:3s; -affaissions affaisser VER 1.03 11.22 0.00 0.07 ind:imp:1p; -affaissèrent affaisser VER 1.03 11.22 0.00 0.14 ind:pas:3p; -affaissé affaisser VER m s 1.03 11.22 0.14 2.50 par:pas; -affaissée affaisser VER f s 1.03 11.22 0.05 1.15 par:pas; -affaissées affaisser VER f p 1.03 11.22 0.00 0.41 par:pas; -affaissés affaisser VER m p 1.03 11.22 0.11 0.47 par:pas; -affala affaler VER 1.01 14.05 0.00 2.09 ind:pas:3s; -affalai affaler VER 1.01 14.05 0.00 0.07 ind:pas:1s; -affalaient affaler VER 1.01 14.05 0.00 0.20 ind:imp:3p; -affalais affaler VER 1.01 14.05 0.00 0.14 ind:imp:1s; -affalait affaler VER 1.01 14.05 0.01 0.54 ind:imp:3s; -affalant affaler VER 1.01 14.05 0.01 0.74 par:pre; -affale affaler VER 1.01 14.05 0.10 1.35 imp:pre:2s;ind:pre:1s;ind:pre:3s; -affalement affalement NOM m s 0.01 0.14 0.01 0.14 -affalent affaler VER 1.01 14.05 0.01 0.27 ind:pre:3p; -affaler affaler VER 1.01 14.05 0.27 1.89 inf; -affalez affaler VER 1.01 14.05 0.05 0.00 imp:pre:2p; -affalons affaler VER 1.01 14.05 0.00 0.07 ind:pre:1p; -affalèrent affaler VER 1.01 14.05 0.00 0.14 ind:pas:3p; -affalé affaler VER m s 1.01 14.05 0.38 3.92 par:pas; -affalée affaler VER f s 1.01 14.05 0.04 1.01 par:pas; -affalées affaler VER f p 1.01 14.05 0.02 0.54 par:pas; -affalés affaler VER m p 1.01 14.05 0.13 1.08 par:pas; -affamaient affamer VER 6.01 3.72 0.01 0.07 ind:imp:3p; -affamait affamer VER 6.01 3.72 0.03 0.34 ind:imp:3s; -affamant affamer VER 6.01 3.72 0.17 0.07 par:pre; -affamantes affamant ADJ f p 0.00 0.07 0.00 0.07 -affame affamer VER 6.01 3.72 0.25 0.00 imp:pre:2s;ind:pre:1s;ind:pre:3s; -affament affamer VER 6.01 3.72 0.18 0.00 ind:pre:3p; -affamer affamer VER 6.01 3.72 0.33 0.14 inf; -affamera affamer VER 6.01 3.72 0.01 0.00 ind:fut:3s; -affamez affamer VER 6.01 3.72 0.05 0.00 imp:pre:2p;ind:pre:2p; -affamé affamer VER m s 6.01 3.72 2.99 1.15 par:pas; -affamée affamé ADJ f s 5.67 6.08 0.73 1.35 -affamées affamé ADJ f p 5.67 6.08 0.59 0.68 -affamés affamé ADJ m p 5.67 6.08 1.92 2.50 -affect affect NOM m s 0.26 0.00 0.26 0.00 -affecta affecter VER 16.08 25.34 0.03 1.28 ind:pas:3s; -affectai affecter VER 16.08 25.34 0.00 0.14 ind:pas:1s; -affectaient affecter VER 16.08 25.34 0.07 1.62 ind:imp:3p; -affectais affecter VER 16.08 25.34 0.01 0.34 ind:imp:1s; -affectait affecter VER 16.08 25.34 0.36 4.12 ind:imp:3s; -affectant affecter VER 16.08 25.34 0.27 2.36 par:pre; -affectassent affecter VER 16.08 25.34 0.00 0.07 sub:imp:3p; -affectation affectation NOM f s 2.93 5.27 2.65 5.00 -affectations affectation NOM f p 2.93 5.27 0.28 0.27 -affecte affecter VER 16.08 25.34 4.38 2.50 imp:pre:2s;ind:pre:1s;ind:pre:3s; -affectent affecter VER 16.08 25.34 0.61 1.01 ind:pre:3p; -affecter affecter VER 16.08 25.34 2.33 2.23 inf; -affectera affecter VER 16.08 25.34 0.72 0.14 ind:fut:3s; -affecterai affecter VER 16.08 25.34 0.03 0.07 ind:fut:1s; -affecteraient affecter VER 16.08 25.34 0.02 0.00 cnd:pre:3p; -affecterait affecter VER 16.08 25.34 0.32 0.00 cnd:pre:3s; -affecteriez affecter VER 16.08 25.34 0.01 0.00 cnd:pre:2p; -affecteront affecter VER 16.08 25.34 0.04 0.00 ind:fut:3p; -affectez affecter VER 16.08 25.34 0.20 0.07 imp:pre:2p;ind:pre:2p; -affectiez affecter VER 16.08 25.34 0.01 0.07 ind:imp:2p; -affectif affectif ADJ m s 2.05 2.91 0.94 1.28 -affectifs affectif ADJ m p 2.05 2.91 0.27 0.34 -affection affection NOM f s 13.06 31.22 12.68 29.53 -affectionnaient affectionner VER 0.40 4.12 0.00 0.20 ind:imp:3p; -affectionnais affectionner VER 0.40 4.12 0.00 0.14 ind:imp:1s; -affectionnait affectionner VER 0.40 4.12 0.07 1.49 ind:imp:3s; -affectionnant affectionner VER 0.40 4.12 0.00 0.14 par:pre; -affectionne affectionner VER 0.40 4.12 0.22 1.01 ind:pre:1s;ind:pre:3s; -affectionnent affectionner VER 0.40 4.12 0.00 0.74 ind:pre:3p; -affectionner affectionner VER 0.40 4.12 0.00 0.20 inf; -affectionnez affectionner VER 0.40 4.12 0.01 0.14 imp:pre:2p;ind:pre:2p; -affectionné affectionner VER m s 0.40 4.12 0.10 0.00 par:pas; -affectionnée affectionné ADJ f s 0.01 0.41 0.00 0.27 -affectionnés affectionné ADJ m p 0.01 0.41 0.00 0.07 -affections affection NOM f p 13.06 31.22 0.38 1.69 -affective affectif ADJ f s 2.05 2.91 0.66 1.08 -affectivement affectivement ADV 0.30 0.20 0.30 0.20 -affectives affectif ADJ f p 2.05 2.91 0.18 0.20 -affectivité affectivité NOM f s 0.01 0.41 0.01 0.41 -affectâmes affecter VER 16.08 25.34 0.00 0.07 ind:pas:1p; -affectons affecter VER 16.08 25.34 0.03 0.20 imp:pre:1p;ind:pre:1p; -affectât affecter VER 16.08 25.34 0.00 0.14 sub:imp:3s; -affectèrent affecter VER 16.08 25.34 0.00 0.61 ind:pas:3p; -affecté affecter VER m s 16.08 25.34 4.43 4.93 par:pas; -affectée affecter VER f s 16.08 25.34 1.17 1.35 par:pas; -affectées affecter VER f p 16.08 25.34 0.29 0.74 par:pas; -affectueuse affectueux ADJ f s 5.20 14.59 1.56 5.41 -affectueusement affectueusement ADV 1.11 3.38 1.11 3.38 -affectueuses affectueux ADJ f p 5.20 14.59 0.08 1.22 -affectueux affectueux ADJ m 5.20 14.59 3.56 7.97 -affectés affecter VER m p 16.08 25.34 0.73 1.22 par:pas; -affermi affermir VER m s 0.23 5.61 0.02 0.34 par:pas; -affermie affermir VER f s 0.23 5.61 0.01 0.54 par:pas; -affermir affermir VER 0.23 5.61 0.02 1.69 inf; -affermira affermir VER 0.23 5.61 0.02 0.00 ind:fut:3s; -affermis affermir VER m p 0.23 5.61 0.00 0.41 ind:pre:1s;par:pas; -affermissaient affermir VER 0.23 5.61 0.00 0.20 ind:imp:3p; -affermissait affermir VER 0.23 5.61 0.00 0.34 ind:imp:3s; -affermissant affermir VER 0.23 5.61 0.01 0.34 par:pre; -affermisse affermir VER 0.23 5.61 0.00 0.07 sub:pre:3s; -affermissement affermissement NOM m s 0.00 0.14 0.00 0.14 -affermissent affermir VER 0.23 5.61 0.01 0.20 ind:pre:3p; -affermit affermir VER 0.23 5.61 0.14 1.49 ind:pre:3s;ind:pas:3s; -afficha afficher VER 8.35 19.26 0.00 0.47 ind:pas:3s; -affichage affichage NOM m s 1.30 1.49 1.29 1.42 -affichages affichage NOM m p 1.30 1.49 0.01 0.07 -affichaient afficher VER 8.35 19.26 0.01 1.35 ind:imp:3p; -affichais afficher VER 8.35 19.26 0.02 0.68 ind:imp:1s;ind:imp:2s; -affichait afficher VER 8.35 19.26 0.15 4.93 ind:imp:3s; -affichant afficher VER 8.35 19.26 0.19 1.49 par:pre; -affiche affiche NOM f s 9.78 19.86 5.38 8.38 -affichent afficher VER 8.35 19.26 0.52 0.68 ind:pre:3p; -afficher afficher VER 8.35 19.26 2.06 3.78 ind:pre:2p;inf; -affichera afficher VER 8.35 19.26 0.04 0.07 ind:fut:3s; -afficherai afficher VER 8.35 19.26 0.07 0.00 ind:fut:1s; -afficherait afficher VER 8.35 19.26 0.01 0.14 cnd:pre:3s; -affiches affiche NOM f p 9.78 19.86 4.39 11.49 -affichette affichette NOM f s 0.26 1.35 0.19 1.08 -affichettes affichette NOM f p 0.26 1.35 0.07 0.27 -afficheur afficheur NOM m s 0.03 0.27 0.01 0.27 -afficheurs afficheur NOM m p 0.03 0.27 0.01 0.00 -affichez afficher VER 8.35 19.26 0.41 0.07 imp:pre:2p;ind:pre:2p; -affichions afficher VER 8.35 19.26 0.00 0.14 ind:imp:1p; -affichiste affichiste NOM s 0.00 0.20 0.00 0.14 -affichistes affichiste NOM p 0.00 0.20 0.00 0.07 -affichons afficher VER 8.35 19.26 0.16 0.00 imp:pre:1p;ind:pre:1p; -affichât afficher VER 8.35 19.26 0.00 0.07 sub:imp:3s; -affichèrent afficher VER 8.35 19.26 0.00 0.20 ind:pas:3p; -affiché afficher VER m s 8.35 19.26 1.79 1.62 par:pas; -affichée afficher VER f s 8.35 19.26 0.29 0.88 par:pas; -affichées afficher VER f p 8.35 19.26 0.17 0.47 par:pas; -affichés afficher VER m p 8.35 19.26 0.11 0.74 par:pas; -affidavit affidavit NOM m s 0.06 0.00 0.06 0.00 -affidé affidé NOM m s 0.01 0.27 0.01 0.14 -affidée affidé ADJ f s 0.00 0.07 0.00 0.07 -affidés affidé NOM m p 0.01 0.27 0.00 0.14 -affile affiler VER 0.04 0.07 0.00 0.07 ind:pre:3s; -affiler affiler VER 0.04 0.07 0.03 0.00 inf; -affilia affilier VER 0.36 0.74 0.00 0.07 ind:pas:3s; -affiliaient affilier VER 0.36 0.74 0.00 0.07 ind:imp:3p; -affiliant affilier VER 0.36 0.74 0.00 0.07 par:pre; -affiliation affiliation NOM f s 0.33 0.14 0.26 0.14 -affiliations affiliation NOM f p 0.33 0.14 0.07 0.00 -affilier affilier VER 0.36 0.74 0.01 0.27 inf; -affilié affilier VER m s 0.36 0.74 0.15 0.20 par:pas; -affiliée affilier VER f s 0.36 0.74 0.04 0.00 par:pas; -affiliées affilié NOM f p 0.14 0.41 0.04 0.00 -affiliés affilier VER m p 0.36 0.74 0.17 0.07 par:pas; -affilé affilé ADJ m s 3.04 4.19 0.17 0.07 -affilée affilé ADJ f s 3.04 4.19 2.80 3.92 -affilées affilé ADJ f p 3.04 4.19 0.04 0.14 -affilés affilé ADJ m p 3.04 4.19 0.04 0.07 -affin affin ADJ m s 0.02 0.00 0.02 0.00 -affina affiner VER 0.76 3.38 0.00 0.07 ind:pas:3s; -affinage affinage NOM m s 0.00 0.07 0.00 0.07 -affinaient affiner VER 0.76 3.38 0.00 0.07 ind:imp:3p; -affinait affiner VER 0.76 3.38 0.00 0.88 ind:imp:3s; -affinant affiner VER 0.76 3.38 0.00 0.41 par:pre; -affine affiner VER 0.76 3.38 0.18 0.34 ind:pre:1s;ind:pre:3s; -affinement affinement NOM m s 0.01 0.20 0.01 0.20 -affinent affiner VER 0.76 3.38 0.01 0.20 ind:pre:3p; -affiner affiner VER 0.76 3.38 0.43 0.68 inf; -affinera affiner VER 0.76 3.38 0.02 0.00 ind:fut:3s; -affinerait affiner VER 0.76 3.38 0.01 0.07 cnd:pre:3s; -affinité affinité NOM f s 1.23 4.46 0.60 2.16 -affinités affinité NOM f p 1.23 4.46 0.62 2.30 -affinons affiner VER 0.76 3.38 0.01 0.00 ind:pre:1p; -affiné affiné ADJ m s 0.12 0.27 0.12 0.20 -affinée affiner VER f s 0.76 3.38 0.01 0.14 par:pas; -affinées affiner VER f p 0.76 3.38 0.02 0.20 par:pas; -affiquets affiquet NOM m p 0.00 0.07 0.00 0.07 -affirma affirmer VER 15.61 63.51 0.06 10.07 ind:pas:3s; -affirmai affirmer VER 15.61 63.51 0.00 0.81 ind:pas:1s; -affirmaient affirmer VER 15.61 63.51 0.03 2.36 ind:imp:3p; -affirmais affirmer VER 15.61 63.51 0.03 1.22 ind:imp:1s;ind:imp:2s; -affirmait affirmer VER 15.61 63.51 0.53 11.08 ind:imp:3s; -affirmant affirmer VER 15.61 63.51 0.51 3.92 par:pre; -affirmatif affirmatif ADJ m s 4.91 1.89 4.82 1.35 -affirmatifs affirmatif ADJ m p 4.91 1.89 0.00 0.14 -affirmation affirmation NOM f s 1.96 6.42 1.27 4.66 -affirmations affirmation NOM f p 1.96 6.42 0.69 1.76 -affirmative affirmative NOM f s 0.16 0.61 0.16 0.61 -affirmativement affirmativement ADV 0.00 0.74 0.00 0.74 -affirme affirmer VER 15.61 63.51 5.46 9.93 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -affirment affirmer VER 15.61 63.51 1.67 2.70 ind:pre:3p; -affirmer affirmer VER 15.61 63.51 4.26 13.58 inf; -affirmerai affirmer VER 15.61 63.51 0.00 0.07 ind:fut:1s; -affirmerait affirmer VER 15.61 63.51 0.01 0.14 cnd:pre:3s; -affirmeras affirmer VER 15.61 63.51 0.01 0.07 ind:fut:2s; -affirmerez affirmer VER 15.61 63.51 0.01 0.00 ind:fut:2p; -affirmeriez affirmer VER 15.61 63.51 0.01 0.00 cnd:pre:2p; -affirmeront affirmer VER 15.61 63.51 0.03 0.07 ind:fut:3p; -affirmes affirmer VER 15.61 63.51 0.09 0.20 ind:pre:2s; -affirmez affirmer VER 15.61 63.51 0.87 0.41 imp:pre:2p;ind:pre:2p; -affirmiez affirmer VER 15.61 63.51 0.15 0.07 ind:imp:2p; -affirmions affirmer VER 15.61 63.51 0.00 0.14 ind:imp:1p; -affirmons affirmer VER 15.61 63.51 0.06 0.27 imp:pre:1p;ind:pre:1p; -affirmât affirmer VER 15.61 63.51 0.00 0.14 sub:imp:3s; -affirmèrent affirmer VER 15.61 63.51 0.01 0.81 ind:pas:3p; -affirmé affirmer VER m s 15.61 63.51 1.66 4.59 imp:pre:2s;par:pas;par:pas; -affirmée affirmer VER f s 15.61 63.51 0.04 0.41 par:pas; -affirmées affirmer VER f p 15.61 63.51 0.00 0.20 par:pas; -affirmés affirmer VER m p 15.61 63.51 0.10 0.27 par:pas; -affixé affixé ADJ m s 0.00 0.07 0.00 0.07 -afflanqué afflanquer VER m s 0.00 0.07 0.00 0.07 par:pas; -affleura affleurer VER 0.15 6.01 0.00 0.47 ind:pas:3s; -affleuraient affleurer VER 0.15 6.01 0.01 0.34 ind:imp:3p; -affleurait affleurer VER 0.15 6.01 0.11 1.08 ind:imp:3s; -affleurant affleurer VER 0.15 6.01 0.00 0.14 par:pre; -affleure affleurer VER 0.15 6.01 0.02 1.55 imp:pre:2s;ind:pre:3s; -affleurement affleurement NOM m s 0.03 0.88 0.03 0.47 -affleurements affleurement NOM m p 0.03 0.88 0.00 0.41 -affleurent affleurer VER 0.15 6.01 0.01 0.95 ind:pre:3p; -affleurer affleurer VER 0.15 6.01 0.00 1.08 inf; -affleurât affleurer VER 0.15 6.01 0.00 0.07 sub:imp:3s; -affleurèrent affleurer VER 0.15 6.01 0.00 0.14 ind:pas:3p; -affleuré affleurer VER m s 0.15 6.01 0.00 0.20 par:pas; -affliction affliction NOM f s 1.27 2.77 1.09 2.50 -afflictions affliction NOM f p 1.27 2.77 0.18 0.27 -afflige affliger VER 3.21 5.95 0.74 0.74 imp:pre:2s;ind:pre:1s;ind:pre:3s; -affligea affliger VER 3.21 5.95 0.03 0.20 ind:pas:3s; -affligeaient affliger VER 3.21 5.95 0.01 0.07 ind:imp:3p; -affligeait affliger VER 3.21 5.95 0.01 0.20 ind:imp:3s; -affligeant affligeant ADJ m s 0.60 1.62 0.38 0.54 -affligeante affligeant ADJ f s 0.60 1.62 0.08 0.68 -affligeantes affligeant ADJ f p 0.60 1.62 0.02 0.27 -affligeants affligeant ADJ m p 0.60 1.62 0.12 0.14 -affligent affliger VER 3.21 5.95 0.20 0.14 ind:pre:3p; -affliger affliger VER 3.21 5.95 0.38 0.20 inf; -affligez affliger VER 3.21 5.95 0.03 0.07 imp:pre:2p; -affligèrent affliger VER 3.21 5.95 0.01 0.07 ind:pas:3p; -affligé affliger VER m s 3.21 5.95 1.11 2.30 par:pas; -affligée affliger VER f s 3.21 5.95 0.49 0.95 par:pas; -affligés affligé ADJ m p 1.66 1.49 0.60 0.34 -afflua affluer VER 1.51 7.50 0.00 0.27 ind:pas:3s; -affluaient affluer VER 1.51 7.50 0.04 1.69 ind:imp:3p; -affluait affluer VER 1.51 7.50 0.02 0.54 ind:imp:3s; -affluant affluer VER 1.51 7.50 0.11 0.27 par:pre; -afflue affluer VER 1.51 7.50 0.39 0.61 ind:pre:3s; -affluence affluence NOM f s 0.51 2.64 0.51 2.64 -affluent affluer VER 1.51 7.50 0.61 1.49 ind:pre:3p; -affluentes affluent ADJ f p 0.16 0.41 0.00 0.07 -affluents affluent NOM m p 0.39 0.95 0.34 0.41 -affluer affluer VER 1.51 7.50 0.21 1.35 inf; -afflueraient affluer VER 1.51 7.50 0.01 0.07 cnd:pre:3p; -affluèrent affluer VER 1.51 7.50 0.00 0.81 ind:pas:3p; -afflué affluer VER m s 1.51 7.50 0.12 0.41 par:pas; -afflux afflux NOM m 0.25 2.30 0.25 2.30 -affola affoler VER 5.92 20.54 0.00 2.16 ind:pas:3s; -affolai affoler VER 5.92 20.54 0.00 0.14 ind:pas:1s; -affolaient affoler VER 5.92 20.54 0.01 0.54 ind:imp:3p; -affolais affoler VER 5.92 20.54 0.01 0.27 ind:imp:1s; -affolait affoler VER 5.92 20.54 0.02 2.70 ind:imp:3s; -affolant affolant ADJ m s 0.10 2.57 0.10 1.35 -affolante affolant ADJ f s 0.10 2.57 0.00 0.74 -affolantes affolant ADJ f p 0.10 2.57 0.00 0.20 -affolants affolant ADJ m p 0.10 2.57 0.00 0.27 -affole affoler VER 5.92 20.54 1.63 4.19 imp:pre:2s;ind:pre:1s;ind:pre:3s; -affolement affolement NOM m s 0.89 5.34 0.89 5.34 -affolent affoler VER 5.92 20.54 0.28 0.68 ind:pre:3p; -affoler affoler VER 5.92 20.54 1.00 2.50 inf;; -affolera affoler VER 5.92 20.54 0.14 0.07 ind:fut:3s; -affolerais affoler VER 5.92 20.54 0.01 0.07 cnd:pre:1s;cnd:pre:2s; -affolerait affoler VER 5.92 20.54 0.14 0.07 cnd:pre:3s; -affoleront affoler VER 5.92 20.54 0.01 0.00 ind:fut:3p; -affoles affoler VER 5.92 20.54 0.23 0.20 ind:pre:2s; -affolez affoler VER 5.92 20.54 0.93 0.27 imp:pre:2p;ind:pre:2p; -affoliez affoler VER 5.92 20.54 0.01 0.00 ind:imp:2p; -affolons affoler VER 5.92 20.54 0.04 0.27 imp:pre:1p;ind:pre:1p; -affolât affoler VER 5.92 20.54 0.00 0.07 sub:imp:3s; -affolèrent affoler VER 5.92 20.54 0.00 0.14 ind:pas:3p; -affolé affoler VER m s 5.92 20.54 0.76 2.84 par:pas; -affolée affoler VER f s 5.92 20.54 0.51 1.22 par:pas; -affolées affolé ADJ f p 0.91 11.49 0.10 0.74 -affolés affolé ADJ m p 0.91 11.49 0.18 2.57 -affouage affouage NOM m s 0.00 0.14 0.00 0.07 -affouages affouage NOM m p 0.00 0.14 0.00 0.07 -affouillait affouiller VER 0.00 0.14 0.00 0.07 ind:imp:3s; -affouillement affouillement NOM m s 0.00 0.14 0.00 0.07 -affouillements affouillement NOM m p 0.00 0.14 0.00 0.07 -affouillé affouiller VER m s 0.00 0.14 0.00 0.07 par:pas; -affranchi affranchi NOM m s 1.34 1.49 0.46 0.61 -affranchie affranchir VER f s 1.87 11.42 0.19 1.01 par:pas; -affranchies affranchi ADJ f p 0.24 1.82 0.00 0.34 -affranchir affranchir VER 1.87 11.42 0.55 5.20 inf; -affranchirait affranchir VER 1.87 11.42 0.00 0.14 cnd:pre:3s; -affranchis affranchi NOM m p 1.34 1.49 0.76 0.61 -affranchissais affranchir VER 1.87 11.42 0.01 0.07 ind:imp:1s;ind:imp:2s; -affranchissait affranchir VER 1.87 11.42 0.00 0.27 ind:imp:3s; -affranchissant affranchir VER 1.87 11.42 0.00 0.27 par:pre; -affranchisse affranchir VER 1.87 11.42 0.01 0.47 sub:pre:1s;sub:pre:3s; -affranchissement affranchissement NOM m s 0.05 0.47 0.05 0.47 -affranchit affranchir VER 1.87 11.42 0.29 1.15 ind:pre:3s;ind:pas:3s; -affres affre NOM f p 1.23 2.36 1.23 2.36 -affreuse affreux ADJ f s 34.96 39.46 7.86 12.64 -affreusement affreusement ADV 3.13 5.61 3.13 5.61 -affreuses affreux ADJ f p 34.96 39.46 1.77 4.59 -affreux affreux ADJ m 34.96 39.46 25.34 22.23 -affriandai affriander VER 0.00 0.27 0.00 0.07 ind:pas:1s; -affriander affriander VER 0.00 0.27 0.00 0.07 inf; -affriandé affriander VER m s 0.00 0.27 0.00 0.07 par:pas; -affriandés affriander VER m p 0.00 0.27 0.00 0.07 par:pas; -affriolait affrioler VER 0.02 0.27 0.00 0.07 ind:imp:3s; -affriolant affriolant ADJ m s 0.26 0.20 0.12 0.14 -affriolante affriolant ADJ f s 0.26 0.20 0.03 0.07 -affriolantes affriolant ADJ f p 0.26 0.20 0.04 0.00 -affriolants affriolant ADJ m p 0.26 0.20 0.07 0.00 -affriole affrioler VER 0.02 0.27 0.01 0.00 ind:pre:3s; -affrioler affrioler VER 0.02 0.27 0.00 0.07 inf; -affriolerait affrioler VER 0.02 0.27 0.01 0.00 cnd:pre:3s; -affriolés affrioler VER m p 0.02 0.27 0.00 0.07 par:pas; -affront affront NOM m s 3.36 3.85 3.11 2.77 -affronta affronter VER 30.72 22.43 0.03 0.54 ind:pas:3s; -affrontai affronter VER 30.72 22.43 0.00 0.07 ind:pas:1s; -affrontaient affronter VER 30.72 22.43 0.20 1.62 ind:imp:3p; -affrontais affronter VER 30.72 22.43 0.17 0.27 ind:imp:1s;ind:imp:2s; -affrontait affronter VER 30.72 22.43 0.14 0.88 ind:imp:3s; -affrontant affronter VER 30.72 22.43 0.63 0.88 par:pre; -affronte affronter VER 30.72 22.43 2.96 0.81 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -affrontement affrontement NOM m s 2.66 4.05 1.72 2.43 -affrontements affrontement NOM m p 2.66 4.05 0.94 1.62 -affrontent affronter VER 30.72 22.43 0.74 1.49 ind:pre:3p; -affronter affronter VER 30.72 22.43 19.57 13.38 inf;; -affrontera affronter VER 30.72 22.43 0.63 0.07 ind:fut:3s; -affronterai affronter VER 30.72 22.43 0.56 0.00 ind:fut:1s; -affronteraient affronter VER 30.72 22.43 0.01 0.14 cnd:pre:3p; -affronterais affronter VER 30.72 22.43 0.05 0.07 cnd:pre:1s;cnd:pre:2s; -affronterait affronter VER 30.72 22.43 0.08 0.41 cnd:pre:3s; -affronteras affronter VER 30.72 22.43 0.20 0.00 ind:fut:2s; -affronterez affronter VER 30.72 22.43 0.14 0.00 ind:fut:2p; -affronterons affronter VER 30.72 22.43 0.22 0.00 ind:fut:1p; -affronteront affronter VER 30.72 22.43 0.20 0.00 ind:fut:3p; -affrontes affronter VER 30.72 22.43 0.58 0.07 ind:pre:2s; -affrontez affronter VER 30.72 22.43 0.51 0.00 imp:pre:2p;ind:pre:2p; -affrontiez affronter VER 30.72 22.43 0.02 0.07 ind:imp:2p; -affrontions affronter VER 30.72 22.43 0.16 0.14 ind:imp:1p; -affrontons affronter VER 30.72 22.43 0.60 0.14 imp:pre:1p;ind:pre:1p; -affronts affront NOM m p 3.36 3.85 0.25 1.08 -affrontèrent affronter VER 30.72 22.43 0.02 0.14 ind:pas:3p; -affronté affronter VER m s 30.72 22.43 1.92 0.81 par:pas; -affrontée affronter VER f s 30.72 22.43 0.11 0.14 par:pas; -affrontées affronter VER f p 30.72 22.43 0.04 0.14 par:pas; -affrontés affronter VER m p 30.72 22.43 0.23 0.20 par:pas; -affrète affréter VER 0.67 0.47 0.04 0.07 ind:pre:1s;ind:pre:3s;sub:pre:3s; -affrètement affrètement NOM m s 0.03 0.00 0.03 0.00 -affréter affréter VER 0.67 0.47 0.28 0.27 inf; -affréterons affréter VER 0.67 0.47 0.00 0.07 ind:fut:1p; -affréteur affréteur NOM m s 0.02 0.07 0.02 0.07 -affrétez affréter VER 0.67 0.47 0.18 0.00 imp:pre:2p;ind:pre:2p; -affrété affréter VER m s 0.67 0.47 0.18 0.07 par:pas; -affubla affubler VER 0.48 6.55 0.00 0.14 ind:pas:3s; -affublait affubler VER 0.48 6.55 0.00 0.41 ind:imp:3s; -affublant affubler VER 0.48 6.55 0.01 0.54 par:pre; -affuble affubler VER 0.48 6.55 0.03 0.47 ind:pre:1s;ind:pre:3s; -affublement affublement NOM m s 0.00 0.14 0.00 0.14 -affublent affubler VER 0.48 6.55 0.02 0.34 ind:pre:3p; -affubler affubler VER 0.48 6.55 0.14 0.68 inf; -affublerais affubler VER 0.48 6.55 0.00 0.07 cnd:pre:1s; -affublerait affubler VER 0.48 6.55 0.00 0.14 cnd:pre:3s; -affublons affubler VER 0.48 6.55 0.00 0.07 ind:pre:1p; -affublé affubler VER m s 0.48 6.55 0.23 2.03 par:pas; -affublée affubler VER f s 0.48 6.55 0.03 0.34 par:pas; -affublées affubler VER f p 0.48 6.55 0.00 0.14 par:pas; -affublés affubler VER m p 0.48 6.55 0.02 1.22 par:pas; -affurait affurer VER 0.00 1.49 0.00 0.07 ind:imp:3s; -affure affurer VER 0.00 1.49 0.00 0.81 ind:pre:3s; -afférent afférent ADJ m s 0.06 0.34 0.04 0.00 -afférente afférent ADJ f s 0.06 0.34 0.01 0.00 -afférentes afférent ADJ f p 0.06 0.34 0.01 0.20 -afférents afférent ADJ m p 0.06 0.34 0.00 0.14 -affurer affurer VER 0.00 1.49 0.00 0.41 inf; -affures affurer VER 0.00 1.49 0.00 0.07 ind:pre:2s; -affuré affurer VER m s 0.00 1.49 0.00 0.07 par:pas; -affurée affurer VER f s 0.00 1.49 0.00 0.07 par:pas; -affusions affusion NOM f p 0.00 0.07 0.00 0.07 -afféterie afféterie NOM f s 0.00 0.41 0.00 0.20 -afféteries afféterie NOM f p 0.00 0.41 0.00 0.20 -affétées affété ADJ f p 0.00 0.07 0.00 0.07 -afghan afghan ADJ m s 1.48 0.68 0.68 0.34 -afghane afghan ADJ f s 1.48 0.68 0.39 0.07 -afghanes afghan ADJ f p 1.48 0.68 0.16 0.14 -afghans afghan NOM m p 1.12 0.20 0.47 0.07 -aficionado aficionado NOM m s 0.21 0.68 0.04 0.20 -aficionados aficionado NOM m p 0.21 0.68 0.17 0.47 -afin_d afin_d PRE 0.04 0.07 0.04 0.07 -afin_de afin_de PRE 15.64 43.18 15.64 43.18 -afin_qu afin_qu CON 0.05 0.00 0.05 0.00 -afin_que afin_que CON 9.63 14.93 9.63 14.93 -afin afin ADV 0.76 0.95 0.76 0.95 -africain africain ADJ m s 5.46 12.09 2.34 3.65 -africaine africain ADJ f s 5.46 12.09 1.40 4.32 -africaines africain ADJ f p 5.46 12.09 0.52 1.35 -africains africain NOM m p 2.28 4.05 1.48 1.76 -africanisme africanisme NOM m s 0.10 0.00 0.10 0.00 -afrikaans afrikaans NOM m 0.05 0.00 0.05 0.00 -afrikaner afrikaner NOM s 0.14 0.00 0.05 0.00 -afrikaners afrikaner NOM p 0.14 0.00 0.09 0.00 -afro_américain afro_américain NOM m s 0.95 0.00 0.48 0.00 -afro_américain afro_américain ADJ f s 0.67 0.00 0.23 0.00 -afro_américain afro_américain NOM m p 0.95 0.00 0.39 0.00 -afro_asiatique afro_asiatique ADJ f s 0.01 0.00 0.01 0.00 -afro_brésilien afro_brésilien ADJ f s 0.01 0.00 0.01 0.00 -afro_cubain afro_cubain ADJ m s 0.03 0.07 0.01 0.00 -afro_cubain afro_cubain ADJ f s 0.03 0.07 0.02 0.00 -afro_cubain afro_cubain ADJ m p 0.03 0.07 0.00 0.07 -afro afro ADJ 1.21 0.27 1.21 0.27 -after_shave after_shave NOM m 0.51 0.68 0.47 0.61 -after_shave after_shave NOM m 0.51 0.68 0.03 0.07 -agît agir VER 195.94 219.73 0.07 1.08 sub:imp:3s; -aga aga NOM m s 0.65 6.01 0.65 5.95 -agace agacer VER 6.34 30.68 2.30 3.38 imp:pre:2s;ind:pre:1s;ind:pre:3s; -agacement agacement NOM m s 0.21 7.57 0.21 7.30 -agacements agacement NOM m p 0.21 7.57 0.00 0.27 -agacent agacer VER 6.34 30.68 0.44 1.08 ind:pre:3p; -agacer agacer VER 6.34 30.68 1.18 2.77 inf; -agacera agacer VER 6.34 30.68 0.01 0.14 ind:fut:3s; -agacerait agacer VER 6.34 30.68 0.01 0.14 cnd:pre:3s; -agaceras agacer VER 6.34 30.68 0.01 0.00 ind:fut:2s; -agacerie agacerie NOM f s 0.01 0.54 0.00 0.07 -agaceries agacerie NOM f p 0.01 0.54 0.01 0.47 -agaceront agacer VER 6.34 30.68 0.00 0.07 ind:fut:3p; -agaces agacer VER 6.34 30.68 0.46 0.27 ind:pre:2s; -agaceur agaceur NOM m s 0.00 0.07 0.00 0.07 -agacez agacer VER 6.34 30.68 0.35 0.14 imp:pre:2p;ind:pre:2p; -agacèrent agacer VER 6.34 30.68 0.00 0.14 ind:pas:3p; -agacé agacer VER m s 6.34 30.68 0.74 8.45 par:pas; -agacée agacer VER f s 6.34 30.68 0.28 3.11 par:pas; -agacées agacer VER f p 6.34 30.68 0.00 0.34 par:pas; -agacés agacer VER m p 6.34 30.68 0.13 0.47 par:pas; -agames agame NOM m p 0.01 0.00 0.01 0.00 -agami agami NOM m s 0.00 0.07 0.00 0.07 -agapanthe agapanthe NOM f s 0.01 0.07 0.01 0.00 -agapanthes agapanthe NOM f p 0.01 0.07 0.00 0.07 -agape agape NOM f s 0.04 0.68 0.00 0.07 -agapes agape NOM f p 0.04 0.68 0.04 0.61 -agar_agar agar_agar NOM m s 0.00 0.07 0.00 0.07 -agas aga NOM m p 0.65 6.01 0.00 0.07 -agasses agasse NOM f p 0.00 0.07 0.00 0.07 -agate agate NOM f s 0.01 1.22 0.01 0.61 -agates agate NOM f p 0.01 1.22 0.00 0.61 -agaça agacer VER 6.34 30.68 0.00 1.22 ind:pas:3s; -agaçaient agacer VER 6.34 30.68 0.01 1.96 ind:imp:3p; -agaçais agacer VER 6.34 30.68 0.00 0.27 ind:imp:1s; -agaçait agacer VER 6.34 30.68 0.35 6.42 ind:imp:3s; -agaçant agaçant ADJ m s 1.99 4.19 1.45 2.50 -agaçante agaçant ADJ f s 1.99 4.19 0.40 1.22 -agaçantes agaçant ADJ f p 1.99 4.19 0.07 0.14 -agaçants agaçant ADJ m p 1.99 4.19 0.07 0.34 -agathe agathe NOM f s 0.00 0.14 0.00 0.14 -agave agave NOM m s 0.01 0.47 0.00 0.07 -agaves agave NOM m p 0.01 0.47 0.01 0.41 -age age NOM m s 3.37 0.47 3.25 0.47 -agence agence NOM f s 23.15 17.77 20.38 14.12 -agencement agencement NOM m s 0.19 1.89 0.19 1.69 -agencements agencement NOM m p 0.19 1.89 0.00 0.20 -agencer agencer VER 0.48 2.91 0.02 0.61 inf; -agences agence NOM f p 23.15 17.77 2.77 3.65 -agencé agencer VER m s 0.48 2.91 0.16 0.61 par:pas; -agencée agencer VER f s 0.48 2.91 0.00 0.54 par:pas; -agencées agencer VER f p 0.48 2.91 0.01 0.27 par:pas; -agencés agencer VER m p 0.48 2.91 0.01 0.41 par:pas; -agenda agenda NOM m s 5.84 6.08 5.69 5.41 -agendas agenda NOM m p 5.84 6.08 0.16 0.68 -agenouilla agenouiller VER 5.20 23.31 0.03 5.54 ind:pas:3s; -agenouillai agenouiller VER 5.20 23.31 0.11 0.47 ind:pas:1s; -agenouillaient agenouiller VER 5.20 23.31 0.01 0.61 ind:imp:3p; -agenouillais agenouiller VER 5.20 23.31 0.00 0.27 ind:imp:1s; -agenouillait agenouiller VER 5.20 23.31 0.06 1.15 ind:imp:3s; -agenouillant agenouiller VER 5.20 23.31 0.01 0.88 par:pre; -agenouille agenouiller VER 5.20 23.31 1.52 2.30 imp:pre:2s;ind:pre:1s;ind:pre:3s; -agenouillement agenouillement NOM m s 0.27 0.27 0.27 0.27 -agenouillent agenouiller VER 5.20 23.31 0.14 0.61 ind:pre:3p; -agenouiller agenouiller VER 5.20 23.31 1.64 3.72 inf; -agenouillera agenouiller VER 5.20 23.31 0.06 0.00 ind:fut:3s; -agenouilleront agenouiller VER 5.20 23.31 0.01 0.00 ind:fut:3p; -agenouilles agenouiller VER 5.20 23.31 0.04 0.00 ind:pre:2s; -agenouillez agenouiller VER 5.20 23.31 0.33 0.00 imp:pre:2p;ind:pre:2p; -agenouillons agenouiller VER 5.20 23.31 0.12 0.07 imp:pre:1p;ind:pre:1p; -agenouillât agenouiller VER 5.20 23.31 0.00 0.07 sub:imp:3s; -agenouillèrent agenouiller VER 5.20 23.31 0.01 0.41 ind:pas:3p; -agenouillé agenouiller VER m s 5.20 23.31 1.04 3.72 par:pas; -agenouillée agenouiller VER f s 5.20 23.31 0.06 2.23 par:pas; -agenouillées agenouillé ADJ f p 0.15 2.36 0.00 0.41 -agenouillés agenouiller VER m p 5.20 23.31 0.02 1.08 par:pas; -agent agent NOM m s 117.60 39.26 92.42 22.50 -agente agente NOM f s 0.30 0.00 0.30 0.00 -agença agencer VER 0.48 2.91 0.00 0.07 ind:pas:3s; -agençaient agencer VER 0.48 2.91 0.01 0.07 ind:imp:3p; -agençait agencer VER 0.48 2.91 0.01 0.07 ind:imp:3s; -agençant agencer VER 0.48 2.91 0.00 0.07 par:pre; -agents agent NOM m p 117.60 39.26 25.00 16.69 -ages age NOM m p 3.37 0.47 0.13 0.00 -aggiornamento aggiornamento NOM m s 0.04 0.07 0.04 0.07 -agglo agglo NOM m s 0.00 0.07 0.00 0.07 -agglomère agglomérer VER 0.01 1.62 0.00 0.07 ind:pre:3s; -agglomèrent agglomérer VER 0.01 1.62 0.00 0.41 ind:pre:3p; -aggloméraient agglomérer VER 0.01 1.62 0.00 0.14 ind:imp:3p; -agglomérant agglomérer VER 0.01 1.62 0.00 0.07 par:pre; -agglomérat agglomérat NOM m s 0.00 0.47 0.00 0.47 -agglomération agglomération NOM f s 0.12 2.16 0.10 1.62 -agglomérations agglomération NOM f p 0.12 2.16 0.02 0.54 -agglomérer agglomérer VER 0.01 1.62 0.00 0.20 inf; -agglomérera agglomérer VER 0.01 1.62 0.00 0.07 ind:fut:3s; -aggloméreront agglomérer VER 0.01 1.62 0.00 0.07 ind:fut:3p; -aggloméré aggloméré NOM m s 0.06 0.34 0.06 0.27 -agglomérée agglomérer VER f s 0.01 1.62 0.00 0.14 par:pas; -agglomérées agglomérer VER f p 0.01 1.62 0.01 0.27 par:pas; -agglomérés aggloméré ADJ m p 0.00 0.47 0.00 0.41 -agglutina agglutiner VER 0.24 6.55 0.00 0.07 ind:pas:3s; -agglutinaient agglutiner VER 0.24 6.55 0.00 0.95 ind:imp:3p; -agglutinait agglutiner VER 0.24 6.55 0.00 0.34 ind:imp:3s; -agglutinant agglutiner VER 0.24 6.55 0.00 0.41 par:pre; -agglutinatif agglutinatif ADJ m s 0.00 0.07 0.00 0.07 -agglutination agglutination NOM f s 0.01 0.14 0.01 0.14 -agglutine agglutiner VER 0.24 6.55 0.00 0.27 ind:pre:3s; -agglutinement agglutinement NOM m s 0.00 0.07 0.00 0.07 -agglutinent agglutiner VER 0.24 6.55 0.04 1.01 ind:pre:3p; -agglutiner agglutiner VER 0.24 6.55 0.02 0.27 inf; -agglutinez agglutiner VER 0.24 6.55 0.01 0.00 imp:pre:2p; -agglutinogène agglutinogène NOM m s 0.00 0.07 0.00 0.07 -agglutinèrent agglutiner VER 0.24 6.55 0.00 0.14 ind:pas:3p; -agglutiné agglutiner VER m s 0.24 6.55 0.01 0.20 par:pas; -agglutinée agglutiner VER f s 0.24 6.55 0.00 0.14 par:pas; -agglutinées agglutiner VER f p 0.24 6.55 0.01 0.88 par:pas; -agglutinés agglutiner VER m p 0.24 6.55 0.15 1.89 par:pas; -aggrava aggraver VER 7.61 10.54 0.02 0.68 ind:pas:3s; -aggravai aggraver VER 7.61 10.54 0.00 0.07 ind:pas:1s; -aggravaient aggraver VER 7.61 10.54 0.00 0.68 ind:imp:3p; -aggravait aggraver VER 7.61 10.54 0.06 2.43 ind:imp:3s; -aggravant aggraver VER 7.61 10.54 0.02 0.41 par:pre; -aggravante aggravant ADJ f s 0.26 0.54 0.02 0.34 -aggravantes aggravant ADJ f p 0.26 0.54 0.24 0.20 -aggravation aggravation NOM f s 0.45 0.74 0.45 0.74 -aggrave aggraver VER 7.61 10.54 2.13 0.88 imp:pre:2s;ind:pre:1s;ind:pre:3s; -aggravent aggraver VER 7.61 10.54 0.17 0.34 ind:pre:3p; -aggraver aggraver VER 7.61 10.54 2.32 2.43 inf; -aggravera aggraver VER 7.61 10.54 0.04 0.07 ind:fut:3s; -aggraverait aggraver VER 7.61 10.54 0.07 0.00 cnd:pre:3s; -aggraveriez aggraver VER 7.61 10.54 0.00 0.07 cnd:pre:2p; -aggravez aggraver VER 7.61 10.54 0.78 0.00 imp:pre:2p;ind:pre:2p; -aggraviez aggraver VER 7.61 10.54 0.00 0.07 ind:imp:2p; -aggravons aggraver VER 7.61 10.54 0.05 0.00 imp:pre:1p;ind:pre:1p; -aggravèrent aggraver VER 7.61 10.54 0.00 0.14 ind:pas:3p; -aggravé aggraver VER m s 7.61 10.54 1.36 0.88 par:pas; -aggravée aggraver VER f s 7.61 10.54 0.39 1.28 par:pas; -aggravées aggraver VER f p 7.61 10.54 0.04 0.07 par:pas; -aggravés aggraver VER m p 7.61 10.54 0.16 0.07 par:pas; -aghas agha NOM m p 0.00 0.07 0.00 0.07 -agi agir VER m s 195.94 219.73 13.69 13.31 par:pas; -agie agir VER f s 195.94 219.73 0.14 0.00 par:pas; -agile agile ADJ s 2.17 5.00 1.69 3.31 -agiles agile ADJ p 2.17 5.00 0.47 1.69 -agilité agilité NOM f s 1.00 3.38 1.00 3.31 -agilités agilité NOM f p 1.00 3.38 0.00 0.07 -agios agio NOM m p 0.17 0.07 0.17 0.07 -agioteur agioteur NOM m s 0.01 0.07 0.01 0.07 -agir agir VER 195.94 219.73 37.48 29.66 inf; -agira agir VER 195.94 219.73 1.25 1.08 ind:fut:3s; -agirai agir VER 195.94 219.73 0.79 0.34 ind:fut:1s; -agiraient agir VER 195.94 219.73 0.03 0.14 cnd:pre:3p; -agirais agir VER 195.94 219.73 0.29 0.07 cnd:pre:1s;cnd:pre:2s; -agirait agir VER 195.94 219.73 2.08 3.85 cnd:pre:3s; -agiras agir VER 195.94 219.73 0.10 0.07 ind:fut:2s; -agirent agir VER 195.94 219.73 0.00 0.14 ind:pas:3p; -agirez agir VER 195.94 219.73 0.14 0.20 ind:fut:2p; -agiriez agir VER 195.94 219.73 0.09 0.00 cnd:pre:2p; -agirons agir VER 195.94 219.73 0.36 0.00 ind:fut:1p; -agiront agir VER 195.94 219.73 0.09 0.27 ind:fut:3p; -agis agir VER m p 195.94 219.73 6.61 0.81 imp:pre:2s;ind:pre:1s;ind:pre:2s;par:pas; -agissaient agir VER 195.94 219.73 0.32 1.49 ind:imp:3p; -agissais agir VER 195.94 219.73 0.49 0.95 ind:imp:1s;ind:imp:2s; -agissait agir VER 195.94 219.73 12.30 80.47 ind:imp:3s; -agissant agir VER 195.94 219.73 1.26 4.32 par:pre; -agissante agissant ADJ f s 0.16 0.68 0.11 0.41 -agissantes agissant ADJ f p 0.16 0.68 0.00 0.14 -agisse agir VER 195.94 219.73 2.80 4.53 sub:pre:1s;sub:pre:3s; -agissement agissement NOM m s 1.34 1.08 0.16 0.14 -agissements agissement NOM m p 1.34 1.08 1.18 0.95 -agissent agir VER 195.94 219.73 3.61 1.69 ind:pre:3p; -agisses agir VER 195.94 219.73 0.27 0.00 sub:pre:2s; -agissez agir VER 195.94 219.73 4.20 0.74 imp:pre:2p;ind:pre:2p; -agissiez agir VER 195.94 219.73 0.23 0.14 ind:imp:2p; -agissions agir VER 195.94 219.73 0.12 0.07 ind:imp:1p; -agissons agir VER 195.94 219.73 2.14 0.61 imp:pre:1p;ind:pre:1p; -agit_prop agit_prop NOM f 0.10 0.00 0.10 0.00 -agit agir VER 195.94 219.73 105.02 73.72 ind:pre:3s;ind:pas:3s; -agita agiter VER 14.62 89.19 0.06 6.76 ind:pas:3s; -agitai agiter VER 14.62 89.19 0.00 0.14 ind:pas:1s; -agitaient agiter VER 14.62 89.19 0.08 9.93 ind:imp:3p; -agitais agiter VER 14.62 89.19 0.20 0.41 ind:imp:1s;ind:imp:2s; -agitait agiter VER 14.62 89.19 0.47 17.09 ind:imp:3s; -agitant agiter VER 14.62 89.19 0.82 11.22 par:pre; -agitassent agiter VER 14.62 89.19 0.00 0.07 sub:imp:3p; -agitateur agitateur NOM m s 1.72 1.89 0.86 0.68 -agitateurs agitateur NOM m p 1.72 1.89 0.85 1.22 -agitation agitation NOM f s 4.73 21.35 4.46 20.07 -agitations agitation NOM f p 4.73 21.35 0.27 1.28 -agitato agitato ADV 0.17 0.07 0.17 0.07 -agitatrice agitateur NOM f s 1.72 1.89 0.01 0.00 -agite agiter VER 14.62 89.19 3.51 12.16 imp:pre:2s;ind:pre:1s;ind:pre:3s; -agitent agiter VER 14.62 89.19 1.53 5.54 ind:pre:3p; -agiter agiter VER 14.62 89.19 2.72 11.89 inf; -agitera agiter VER 14.62 89.19 0.03 0.07 ind:fut:3s; -agiterai agiter VER 14.62 89.19 0.02 0.00 ind:fut:1s; -agiterait agiter VER 14.62 89.19 0.01 0.27 cnd:pre:3s; -agiteront agiter VER 14.62 89.19 0.06 0.14 ind:fut:3p; -agites agiter VER 14.62 89.19 0.84 0.07 ind:pre:2s; -agitez agiter VER 14.62 89.19 0.76 0.14 imp:pre:2p;ind:pre:2p; -agitiez agiter VER 14.62 89.19 0.04 0.00 ind:imp:2p; -agitions agiter VER 14.62 89.19 0.00 0.07 ind:imp:1p; -agitons agiter VER 14.62 89.19 0.01 0.14 ind:pre:1p; -agitât agiter VER 14.62 89.19 0.00 0.07 sub:imp:3s; -agitèrent agiter VER 14.62 89.19 0.01 1.22 ind:pas:3p; -agité agité ADJ m s 5.37 9.86 2.90 3.38 -agitée agité ADJ f s 5.37 9.86 1.76 3.38 -agitées agité ADJ f p 5.37 9.86 0.20 1.49 -agités agité ADJ m p 5.37 9.86 0.51 1.62 -aglagla aglagla ADV 0.00 0.07 0.00 0.07 -agnat agnat NOM m s 0.03 0.07 0.03 0.07 -agnathes agnathe NOM m p 0.00 0.07 0.00 0.07 -agneau agneau NOM m s 16.13 8.78 13.01 5.95 -agneaux agneau NOM m p 16.13 8.78 3.12 2.84 -agnela agneler VER 0.00 0.47 0.00 0.47 ind:pas:3s; -agnelage agnelage NOM m s 0.00 0.07 0.00 0.07 -agnelet agnelet NOM m s 0.11 0.07 0.11 0.07 -agneline agneline NOM f s 0.00 0.07 0.00 0.07 -agnelle agnel NOM f s 0.14 0.41 0.14 0.14 -agnelles agnel NOM f p 0.14 0.41 0.00 0.27 -agnosie agnosie NOM f s 0.02 0.00 0.02 0.00 -agnostique agnostique ADJ f s 0.08 0.47 0.08 0.41 -agnostiques agnostique NOM p 0.03 0.14 0.01 0.07 -agnus_dei agnus_dei NOM m 0.00 0.07 0.00 0.07 -agnus_dei agnus_dei NOM m 0.47 0.14 0.47 0.14 -agonie agonie NOM f s 4.68 14.59 4.44 13.38 -agonies agonie NOM f p 4.68 14.59 0.25 1.22 -agonique agonique ADJ f s 0.01 0.00 0.01 0.00 -agoniques agonique NOM p 0.00 0.14 0.00 0.07 -agonir agonir VER 0.03 0.95 0.01 0.61 inf; -agonirent agonir VER 0.03 0.95 0.00 0.07 ind:pas:3p; -agonisa agoniser VER 1.36 5.34 0.00 0.14 ind:pas:3s; -agonisai agoniser VER 1.36 5.34 0.00 0.07 ind:pas:1s; -agonisaient agoniser VER 1.36 5.34 0.00 0.34 ind:imp:3p; -agonisais agoniser VER 1.36 5.34 0.03 0.07 ind:imp:1s; -agonisait agoniser VER 1.36 5.34 0.23 1.62 ind:imp:3s; -agonisant agonisant ADJ m s 0.52 2.30 0.41 1.08 -agonisante agonisant ADJ f s 0.52 2.30 0.07 0.88 -agonisantes agonisant ADJ f p 0.52 2.30 0.01 0.27 -agonisants agonisant NOM m p 0.23 3.38 0.17 1.35 -agonise agoniser VER 1.36 5.34 0.45 1.08 imp:pre:2s;ind:pre:1s;ind:pre:3s; -agonisent agoniser VER 1.36 5.34 0.14 0.34 ind:pre:3p; -agoniser agoniser VER 1.36 5.34 0.10 1.01 inf; -agonisez agoniser VER 1.36 5.34 0.02 0.07 imp:pre:2p; -agonisiez agoniser VER 1.36 5.34 0.02 0.07 ind:imp:2p; -agonissait agonir VER 0.03 0.95 0.00 0.07 ind:imp:3s; -agoniste agoniste ADJ s 0.00 0.07 0.00 0.07 -agonisé agoniser VER m s 1.36 5.34 0.26 0.00 par:pas; -agonit agonir VER 0.03 0.95 0.00 0.14 ind:pre:3s;ind:pas:3s; -agora agora NOM f s 0.03 0.68 0.03 0.68 -agoraphobe agoraphobe ADJ m s 0.07 0.00 0.07 0.00 -agoraphobes agoraphobe NOM p 0.01 0.07 0.00 0.07 -agoraphobie agoraphobie NOM f s 0.23 0.07 0.23 0.07 -agouti agouti NOM m s 0.01 0.41 0.01 0.34 -agoutis agouti NOM m p 0.01 0.41 0.00 0.07 -agoyate agoyate NOM m s 0.00 0.41 0.00 0.27 -agoyates agoyate NOM m p 0.00 0.41 0.00 0.14 -agrafa agrafer VER 1.34 2.36 0.00 0.07 ind:pas:3s; -agrafage agrafage NOM m s 0.03 0.00 0.03 0.00 -agrafait agrafer VER 1.34 2.36 0.00 0.47 ind:imp:3s; -agrafant agrafer VER 1.34 2.36 0.00 0.14 par:pre; -agrafe agrafe NOM f s 0.86 2.43 0.34 0.88 -agrafent agrafer VER 1.34 2.36 0.01 0.07 ind:pre:3p; -agrafer agrafer VER 1.34 2.36 0.85 0.47 inf; -agraferai agrafer VER 1.34 2.36 0.01 0.00 ind:fut:1s; -agrafes agrafe NOM f p 0.86 2.43 0.52 1.55 -agrafeur agrafeur NOM m s 0.75 0.14 0.03 0.00 -agrafeuse agrafeur NOM f s 0.75 0.14 0.73 0.07 -agrafeuses agrafeuse NOM f p 0.06 0.00 0.06 0.00 -agrafez agrafer VER 1.34 2.36 0.06 0.00 imp:pre:2p;ind:pre:2p; -agrafons agrafer VER 1.34 2.36 0.02 0.00 imp:pre:1p; -agrafé agrafer VER m s 1.34 2.36 0.15 0.41 par:pas; -agrafée agrafer VER f s 1.34 2.36 0.04 0.41 par:pas; -agrafées agrafer VER f p 1.34 2.36 0.00 0.07 par:pas; -agrafés agrafer VER m p 1.34 2.36 0.03 0.07 par:pas; -agrainage agrainage NOM m s 0.00 0.07 0.00 0.07 -agraire agraire ADJ s 0.35 0.54 0.31 0.41 -agraires agraire ADJ p 0.35 0.54 0.04 0.14 -agrandît agrandir VER 7.26 16.15 0.00 0.07 sub:imp:3s; -agrandi agrandir VER m s 7.26 16.15 0.53 1.96 par:pas; -agrandie agrandir VER f s 7.26 16.15 0.45 1.62 par:pas; -agrandies agrandir VER f p 7.26 16.15 0.00 0.68 par:pas; -agrandir agrandir VER 7.26 16.15 3.89 2.70 inf; -agrandira agrandir VER 7.26 16.15 0.14 0.14 ind:fut:3s; -agrandirai agrandir VER 7.26 16.15 0.01 0.00 ind:fut:1s; -agrandirait agrandir VER 7.26 16.15 0.28 0.00 cnd:pre:3s; -agrandirent agrandir VER 7.26 16.15 0.00 0.61 ind:pas:3p; -agrandiront agrandir VER 7.26 16.15 0.01 0.00 ind:fut:3p; -agrandis agrandir VER m p 7.26 16.15 0.41 3.85 imp:pre:2s;ind:pre:1s;ind:pre:2s;par:pas; -agrandissaient agrandir VER 7.26 16.15 0.00 0.74 ind:imp:3p; -agrandissait agrandir VER 7.26 16.15 0.04 1.01 ind:imp:3s; -agrandissant agrandir VER 7.26 16.15 0.16 0.47 par:pre; -agrandissement agrandissement NOM m s 0.90 1.69 0.68 1.28 -agrandissements agrandissement NOM m p 0.90 1.69 0.21 0.41 -agrandissent agrandir VER 7.26 16.15 0.03 0.54 ind:pre:3p; -agrandisseur agrandisseur NOM m s 0.13 0.27 0.13 0.20 -agrandisseurs agrandisseur NOM m p 0.13 0.27 0.00 0.07 -agrandissez agrandir VER 7.26 16.15 0.44 0.14 imp:pre:2p;ind:pre:2p; -agrandissons agrandir VER 7.26 16.15 0.04 0.00 imp:pre:1p; -agrandit agrandir VER 7.26 16.15 0.86 1.62 ind:pre:3s;ind:pas:3s; -agranulocytose agranulocytose NOM f s 0.01 0.00 0.01 0.00 -agrarien agrarien ADJ m s 0.00 0.14 0.00 0.14 -agressa agresser VER 13.39 2.97 0.01 0.07 ind:pas:3s; -agressaient agresser VER 13.39 2.97 0.02 0.07 ind:imp:3p; -agressais agresser VER 13.39 2.97 0.02 0.07 ind:imp:1s;ind:imp:2s; -agressait agresser VER 13.39 2.97 0.08 0.14 ind:imp:3s; -agressant agresser VER 13.39 2.97 0.05 0.07 par:pre; -agresse agresser VER 13.39 2.97 1.46 0.68 imp:pre:2s;ind:pre:1s;ind:pre:3s; -agressent agresser VER 13.39 2.97 0.07 0.07 ind:pre:3p; -agresser agresser VER 13.39 2.97 2.42 0.34 inf; -agresseraient agresser VER 13.39 2.97 0.01 0.00 cnd:pre:3p; -agresserait agresser VER 13.39 2.97 0.01 0.00 cnd:pre:3s; -agresseur agresseur NOM m s 6.87 3.78 5.03 2.43 -agresseurs agresseur NOM m p 6.87 3.78 1.84 1.35 -agressez agresser VER 13.39 2.97 0.17 0.00 ind:pre:2p; -agressif agressif ADJ m s 9.83 15.88 5.76 6.82 -agressifs agressif ADJ m p 9.83 15.88 1.20 1.69 -agression agression NOM f s 12.91 6.15 10.92 4.53 -agressions agression NOM f p 12.91 6.15 1.99 1.62 -agressive agressif ADJ f s 9.83 15.88 2.48 6.22 -agressivement agressivement ADV 0.11 1.01 0.11 1.01 -agressives agressif ADJ f p 9.83 15.88 0.39 1.15 -agressivité agressivité NOM f s 2.54 5.00 2.54 4.86 -agressivités agressivité NOM f p 2.54 5.00 0.00 0.14 -agressé agresser VER m s 13.39 2.97 5.33 0.81 par:pas; -agressée agresser VER f s 13.39 2.97 2.56 0.41 par:pas; -agressées agresser VER f p 13.39 2.97 0.25 0.07 par:pas; -agressés agresser VER m p 13.39 2.97 0.92 0.20 par:pas; -agreste agreste ADJ s 0.10 0.81 0.10 0.68 -agrestes agreste ADJ f p 0.10 0.81 0.00 0.14 -agriche agricher VER 0.00 0.14 0.00 0.07 ind:pre:3s; -agriches agricher VER 0.00 0.14 0.00 0.07 ind:pre:2s; -agricole agricole ADJ s 3.31 7.36 2.03 4.32 -agricoles agricole ADJ p 3.31 7.36 1.28 3.04 -agriculteur agriculteur NOM m s 1.06 1.76 0.42 0.54 -agriculteurs agriculteur NOM m p 1.06 1.76 0.63 1.08 -agricultrice agriculteur NOM f s 1.06 1.76 0.01 0.00 -agricultrices agriculteur NOM f p 1.06 1.76 0.00 0.14 -agriculture agriculture NOM f s 3.39 2.77 3.39 2.77 -agrippa agripper VER 2.81 17.57 0.12 2.50 ind:pas:3s; -agrippai agripper VER 2.81 17.57 0.00 0.54 ind:pas:1s; -agrippaient agripper VER 2.81 17.57 0.00 1.08 ind:imp:3p; -agrippais agripper VER 2.81 17.57 0.01 0.07 ind:imp:1s;ind:imp:2s; -agrippait agripper VER 2.81 17.57 0.33 1.82 ind:imp:3s; -agrippant agripper VER 2.81 17.57 0.08 2.03 par:pre; -agrippants agrippant ADJ m p 0.00 0.14 0.00 0.07 -agrippe agripper VER 2.81 17.57 0.72 1.89 imp:pre:2s;ind:pre:1s;ind:pre:3s; -agrippement agrippement NOM m s 0.00 0.07 0.00 0.07 -agrippent agripper VER 2.81 17.57 0.09 1.08 ind:pre:3p; -agripper agripper VER 2.81 17.57 0.44 1.28 imp:pre:2p;inf; -agrippes agripper VER 2.81 17.57 0.09 0.07 ind:pre:2s; -agrippez agripper VER 2.81 17.57 0.11 0.00 imp:pre:2p;ind:pre:2p; -agrippions agripper VER 2.81 17.57 0.00 0.07 ind:imp:1p; -agrippèrent agripper VER 2.81 17.57 0.00 0.41 ind:pas:3p; -agrippé agripper VER m s 2.81 17.57 0.56 2.30 par:pas; -agrippée agripper VER f s 2.81 17.57 0.23 1.01 par:pas; -agrippées agripper VER f p 2.81 17.57 0.03 0.61 par:pas; -agrippés agripper VER m p 2.81 17.57 0.01 0.81 par:pas; -agro_alimentaire agro_alimentaire ADJ f s 0.15 0.00 0.15 0.00 -agro agro NOM s 0.00 0.20 0.00 0.20 -agroalimentaire agroalimentaire NOM m s 0.04 0.00 0.04 0.00 -agronome agronome NOM s 0.40 0.34 0.40 0.20 -agronomes agronome NOM p 0.40 0.34 0.00 0.14 -agronomie agronomie NOM f s 0.07 0.07 0.07 0.07 -agronomique agronomique ADJ s 0.03 0.07 0.03 0.07 -agrovilles agroville NOM f p 0.00 0.07 0.00 0.07 -agrège agréger VER 0.46 0.81 0.00 0.07 ind:pre:3s; -agrègent agréger VER 0.46 0.81 0.00 0.07 ind:pre:3p; -agrès agrès NOM m 0.24 1.01 0.24 1.01 -agréa agréer VER 1.09 5.07 0.14 0.20 ind:pas:3s; -agréable agréable ADJ s 40.24 36.01 37.71 31.35 -agréablement agréablement ADV 0.63 3.65 0.63 3.65 -agréables agréable ADJ p 40.24 36.01 2.54 4.66 -agréaient agréer VER 1.09 5.07 0.00 0.14 ind:imp:3p; -agréais agréer VER 1.09 5.07 0.00 0.14 ind:imp:1s; -agréait agréer VER 1.09 5.07 0.00 0.47 ind:imp:3s; -agrée agréer VER 1.09 5.07 0.07 0.20 ind:pre:1s;ind:pre:3s; -agréent agréer VER 1.09 5.07 0.02 0.00 ind:pre:3p; -agréer agréer VER 1.09 5.07 0.45 3.18 inf; -agréera agréer VER 1.09 5.07 0.01 0.00 ind:fut:3s; -agréerait agréer VER 1.09 5.07 0.00 0.07 cnd:pre:3s; -agrées agréer VER 1.09 5.07 0.00 0.07 ind:pre:2s; -agréez agréer VER 1.09 5.07 0.14 0.14 imp:pre:2p;ind:pre:2p; -agrég agrég NOM f s 0.14 0.00 0.14 0.00 -agrégat agrégat NOM m s 0.03 0.61 0.02 0.47 -agrégatif agrégatif NOM m s 0.00 0.47 0.00 0.41 -agrégatifs agrégatif NOM m p 0.00 0.47 0.00 0.07 -agrégation agrégation NOM f s 0.29 2.97 0.29 2.97 -agrégative agrégative NOM f s 0.00 0.07 0.00 0.07 -agrégats agrégat NOM m p 0.03 0.61 0.01 0.14 -agrégeaient agréger VER 0.46 0.81 0.00 0.07 ind:imp:3p; -agrégeait agréger VER 0.46 0.81 0.00 0.07 ind:imp:3s; -agréger agréger VER 0.46 0.81 0.00 0.07 inf; -agrégé agréger VER m s 0.46 0.81 0.34 0.20 par:pas; -agrégée agréger VER f s 0.46 0.81 0.10 0.20 par:pas; -agrégées agréger VER f p 0.46 0.81 0.01 0.00 par:pas; -agrégés agrégé NOM m p 0.32 1.15 0.20 0.41 -agréions agréer VER 1.09 5.07 0.00 0.07 ind:imp:1p; -agrume agrume NOM m s 0.41 0.54 0.01 0.07 -agrément agrément NOM m s 1.75 7.16 1.50 6.01 -agrémenta agrémenter VER 0.35 5.68 0.01 0.20 ind:pas:3s; -agrémentaient agrémenter VER 0.35 5.68 0.00 0.20 ind:imp:3p; -agrémentait agrémenter VER 0.35 5.68 0.01 0.61 ind:imp:3s; -agrémentant agrémenter VER 0.35 5.68 0.00 0.20 par:pre; -agrémente agrémenter VER 0.35 5.68 0.03 0.14 ind:pre:3s; -agrémentent agrémenter VER 0.35 5.68 0.00 0.14 ind:pre:3p; -agrémenter agrémenter VER 0.35 5.68 0.03 0.41 inf; -agréments agrément NOM m p 1.75 7.16 0.25 1.15 -agrémenté agrémenté ADJ m s 0.14 0.14 0.14 0.00 -agrémentée agrémenter VER f s 0.35 5.68 0.06 0.88 par:pas; -agrémentées agrémenter VER f p 0.35 5.68 0.00 0.68 par:pas; -agrémentés agrémenter VER m p 0.35 5.68 0.10 0.68 par:pas; -agrumes agrume NOM m p 0.41 0.54 0.40 0.47 -agréé agréer VER m s 1.09 5.07 0.22 0.14 par:pas; -agréée agréé ADJ f s 0.17 0.68 0.04 0.00 -agréées agréer VER f p 1.09 5.07 0.02 0.00 par:pas; -agréés agréé ADJ m p 0.17 0.68 0.00 0.20 -aguardiente aguardiente NOM f s 0.03 0.00 0.03 0.00 -aguerri aguerri ADJ m s 0.66 1.01 0.59 0.41 -aguerrie aguerri ADJ f s 0.66 1.01 0.04 0.14 -aguerries aguerri ADJ f p 0.66 1.01 0.01 0.07 -aguerrir aguerrir VER 0.21 0.81 0.07 0.20 inf; -aguerrira aguerrir VER 0.21 0.81 0.01 0.00 ind:fut:3s; -aguerris aguerri ADJ m p 0.66 1.01 0.01 0.41 -aguerrissait aguerrir VER 0.21 0.81 0.00 0.07 ind:imp:3s; -aguerrit aguerrir VER 0.21 0.81 0.01 0.00 ind:pre:3s; -aguichage aguichage NOM m s 0.01 0.00 0.01 0.00 -aguichait aguicher VER 0.30 0.88 0.03 0.20 ind:imp:3s; -aguichant aguichant ADJ m s 0.14 0.54 0.04 0.07 -aguichante aguichant ADJ f s 0.14 0.54 0.07 0.27 -aguichantes aguichant ADJ f p 0.14 0.54 0.03 0.20 -aguiche aguicher VER 0.30 0.88 0.04 0.14 ind:pre:3s; -aguichent aguicher VER 0.30 0.88 0.03 0.14 ind:pre:3p; -aguicher aguicher VER 0.30 0.88 0.21 0.41 inf; -aguicheur aguicheur ADJ m s 0.23 0.47 0.06 0.07 -aguicheurs aguicheur ADJ m p 0.23 0.47 0.00 0.07 -aguicheuse aguicheur NOM f s 0.04 0.14 0.04 0.14 -aguicheuses aguicheur ADJ f p 0.23 0.47 0.17 0.14 -aguillera aguiller VER 0.01 0.00 0.01 0.00 ind:fut:3s; -ah ah ONO 576.53 297.16 576.53 297.16 -ahan ahan NOM m s 0.00 0.54 0.00 0.34 -ahana ahaner VER 0.01 2.16 0.00 0.20 ind:pas:3s; -ahanaient ahaner VER 0.01 2.16 0.00 0.14 ind:imp:3p; -ahanait ahaner VER 0.01 2.16 0.00 0.34 ind:imp:3s; -ahanant ahaner VER 0.01 2.16 0.00 0.61 par:pre; -ahanante ahanant ADJ f s 0.00 0.41 0.00 0.14 -ahane ahaner VER 0.01 2.16 0.01 0.34 ind:pre:1s;ind:pre:3s; -ahanement ahanement NOM m s 0.00 0.34 0.00 0.07 -ahanements ahanement NOM m p 0.00 0.34 0.00 0.27 -ahanent ahaner VER 0.01 2.16 0.00 0.14 ind:pre:3p; -ahaner ahaner VER 0.01 2.16 0.00 0.27 inf; -ahans ahan NOM m p 0.00 0.54 0.00 0.20 -ahané ahaner VER m s 0.01 2.16 0.00 0.14 par:pas; -ahi ahi ADV 0.06 0.27 0.06 0.27 -ahou ahou ADV 0.01 0.00 0.01 0.00 -ahuri ahuri NOM m s 0.41 3.04 0.37 1.76 -ahurie ahuri ADJ f s 0.39 7.70 0.04 2.03 -ahuries ahuri ADJ f p 0.39 7.70 0.00 0.27 -ahurir ahurir VER 0.34 3.38 0.00 0.41 inf; -ahuris ahuri NOM m p 0.41 3.04 0.04 1.22 -ahurissait ahurir VER 0.34 3.38 0.00 0.27 ind:imp:3s; -ahurissant ahurissant ADJ m s 0.70 2.16 0.42 1.15 -ahurissante ahurissant ADJ f s 0.70 2.16 0.21 0.61 -ahurissantes ahurissant ADJ f p 0.70 2.16 0.05 0.14 -ahurissants ahurissant ADJ m p 0.70 2.16 0.03 0.27 -ahurissement ahurissement NOM m s 0.00 1.82 0.00 1.76 -ahurissements ahurissement NOM m p 0.00 1.82 0.00 0.07 -ahurit ahurir VER 0.34 3.38 0.00 0.41 ind:pre:3s;ind:pas:3s; -ai avoir AUX 18559.23 12800.81 4902.10 2119.12 ind:pre:1s; -aicher aicher VER 0.10 0.00 0.10 0.00 inf; -aida aider VER 688.71 158.65 0.81 7.09 ind:pas:3s; -aidai aider VER 688.71 158.65 0.03 1.08 ind:pas:1s; -aidaient aider VER 688.71 158.65 1.04 3.31 ind:imp:3p; -aidais aider VER 688.71 158.65 3.18 1.49 ind:imp:1s;ind:imp:2s; -aidait aider VER 688.71 158.65 3.47 9.73 ind:imp:3s; -aidant aider VER 688.71 158.65 1.70 11.49 par:pre; -aidassent aider VER 688.71 158.65 0.00 0.14 sub:imp:3p; -aide_bourreau aide_bourreau NOM s 0.00 0.14 0.00 0.14 -aide_comptable aide_comptable NOM m s 0.04 0.07 0.04 0.07 -aide_cuisinier aide_cuisinier NOM m s 0.02 0.14 0.02 0.14 -aide_infirmier aide_infirmier NOM s 0.04 0.00 0.04 0.00 -aide_jardinier aide_jardinier NOM m s 0.01 0.07 0.01 0.07 -aide_major aide_major NOM m 0.00 0.14 0.00 0.14 -aide_mémoire aide_mémoire NOM m 0.04 0.41 0.04 0.41 -aide_ménagère aide_ménagère NOM f s 0.00 0.27 0.00 0.27 -aide_pharmacien aide_pharmacien NOM s 0.00 0.07 0.00 0.07 -aide_soignant aide_soignant NOM m s 0.40 0.27 0.20 0.00 -aide_soignant aide_soignant NOM f s 0.40 0.27 0.12 0.14 -aide aide NOM s 175.59 55.54 171.41 52.30 -aident aider VER 688.71 158.65 6.75 2.57 ind:pre:3p;sub:pre:3p; -aider aider VER 688.71 158.65 362.77 60.41 inf;;inf;;inf;;inf;; -aidera aider VER 688.71 158.65 19.59 2.97 ind:fut:3s; -aiderai aider VER 688.71 158.65 10.91 2.03 ind:fut:1s; -aideraient aider VER 688.71 158.65 0.41 0.41 cnd:pre:3p; -aiderais aider VER 688.71 158.65 2.60 0.20 cnd:pre:1s;cnd:pre:2s; -aiderait aider VER 688.71 158.65 7.82 3.58 cnd:pre:3s; -aideras aider VER 688.71 158.65 3.29 0.81 ind:fut:2s; -aiderez aider VER 688.71 158.65 2.18 0.54 ind:fut:2p; -aideriez aider VER 688.71 158.65 0.96 0.20 cnd:pre:2p; -aiderions aider VER 688.71 158.65 0.02 0.07 cnd:pre:1p; -aiderons aider VER 688.71 158.65 1.47 0.14 ind:fut:1p; -aideront aider VER 688.71 158.65 3.19 0.74 ind:fut:3p; -aide_soignant aide_soignant NOM f p 0.40 0.27 0.00 0.14 -aide_soignant aide_soignant NOM m p 0.40 0.27 0.08 0.00 -aides aider VER 688.71 158.65 19.22 1.49 ind:pre:2s;sub:pre:2s; -aidez aider VER 688.71 158.65 64.36 2.77 imp:pre:2p;ind:pre:2p; -aidiez aider VER 688.71 158.65 2.21 0.20 ind:imp:2p;sub:pre:2p; -aidions aider VER 688.71 158.65 0.14 0.27 ind:imp:1p; -aidons aider VER 688.71 158.65 1.75 0.47 imp:pre:1p;ind:pre:1p; -aidât aider VER 688.71 158.65 0.00 0.54 sub:imp:3s; -aidèrent aider VER 688.71 158.65 0.03 1.76 ind:pas:3p; -aidé aider VER m s 688.71 158.65 34.74 15.61 par:pas; -aidée aider VER f s 688.71 158.65 8.64 4.80 par:pas; -aidées aider VER f p 688.71 158.65 0.62 0.34 par:pas; -aidés aider VER m p 688.71 158.65 5.13 3.04 par:pas; -aie avoir AUX 18559.23 12800.81 31.75 21.69 sub:pre:1s; -aient avoir AUX 18559.23 12800.81 12.67 19.80 sub:pre:3p; -aies avoir AUX 18559.23 12800.81 22.71 4.93 sub:pre:2s; -aigle aigle NOM s 6.90 11.35 5.50 7.91 -aiglefin aiglefin NOM m s 0.00 0.07 0.00 0.07 -aigles aigle NOM p 6.90 11.35 1.40 3.45 -aiglon aiglon NOM m s 0.47 0.95 0.42 0.68 -aiglons aiglon NOM m p 0.47 0.95 0.05 0.27 -aigre_doux aigre_doux ADJ f s 0.29 1.08 0.08 0.54 -aigre_doux aigre_doux ADJ m 0.29 1.08 0.20 0.34 -aigre aigre ADJ s 0.55 10.47 0.42 8.38 -aigrelet aigrelet ADJ m s 0.14 3.58 0.00 1.35 -aigrelets aigrelet ADJ m p 0.14 3.58 0.14 0.20 -aigrelette aigrelet ADJ f s 0.14 3.58 0.01 1.76 -aigrelettes aigrelet ADJ f p 0.14 3.58 0.00 0.27 -aigrement aigrement ADV 0.00 1.42 0.00 1.42 -aigre_douce aigre_douce ADJ f p 0.01 0.20 0.01 0.20 -aigre_doux aigre_doux ADJ m p 0.29 1.08 0.01 0.20 -aigres aigre ADJ p 0.55 10.47 0.13 2.09 -aigrette aigrette NOM f s 0.72 2.64 0.02 1.22 -aigrettes aigrette NOM f p 0.72 2.64 0.70 1.42 -aigreur aigreur NOM f s 0.56 4.32 0.21 2.91 -aigreurs aigreur NOM f p 0.56 4.32 0.35 1.42 -aigri aigri ADJ m s 1.06 1.08 0.79 0.54 -aigrie aigri ADJ f s 1.06 1.08 0.24 0.20 -aigries aigri ADJ f p 1.06 1.08 0.02 0.00 -aigrir aigrir VER 0.65 2.09 0.01 0.41 inf; -aigrirent aigrir VER 0.65 2.09 0.00 0.14 ind:pas:3p; -aigris aigri NOM m p 0.40 0.54 0.17 0.20 -aigrissaient aigrir VER 0.65 2.09 0.00 0.14 ind:imp:3p; -aigrissait aigrir VER 0.65 2.09 0.00 0.14 ind:imp:3s; -aigrissent aigrir VER 0.65 2.09 0.00 0.07 ind:pre:3p; -aigrit aigrir VER 0.65 2.09 0.10 0.07 ind:pre:3s;ind:pas:3s; -aigu aigu ADJ m s 4.46 32.09 1.75 11.96 -aiguade aiguade NOM f s 0.00 0.14 0.00 0.14 -aiguail aiguail NOM m s 0.00 0.27 0.00 0.27 -aigue_marine aigue_marine NOM f s 0.00 0.81 0.00 0.47 -aigue aiguer VER 0.17 0.00 0.17 0.00 ind:pre:3s; -aigue_marine aigue_marine NOM f p 0.00 0.81 0.00 0.34 -aiguilla aiguiller VER 1.13 3.24 0.00 0.34 ind:pas:3s; -aiguillage aiguillage NOM m s 0.60 2.16 0.48 1.42 -aiguillages aiguillage NOM m p 0.60 2.16 0.12 0.74 -aiguillant aiguiller VER 1.13 3.24 0.00 0.20 par:pre; -aiguillat aiguillat NOM m s 0.02 0.00 0.02 0.00 -aiguille aiguille NOM f s 14.34 34.19 10.40 18.38 -aiguiller aiguiller VER 1.13 3.24 0.21 0.27 inf; -aiguilles aiguille NOM f p 14.34 34.19 3.94 15.81 -aiguillettes aiguillette NOM f p 0.07 0.20 0.07 0.20 -aiguilleur aiguilleur NOM m s 0.35 0.41 0.29 0.34 -aiguilleurs aiguilleur NOM m p 0.35 0.41 0.06 0.07 -aiguillon aiguillon NOM m s 0.36 2.50 0.35 2.09 -aiguillonnaient aiguillonner VER 0.17 1.55 0.00 0.14 ind:imp:3p; -aiguillonnait aiguillonner VER 0.17 1.55 0.00 0.20 ind:imp:3s; -aiguillonnant aiguillonner VER 0.17 1.55 0.00 0.07 par:pre; -aiguillonnante aiguillonnant ADJ f s 0.00 0.07 0.00 0.07 -aiguillonne aiguillonner VER 0.17 1.55 0.03 0.07 imp:pre:2s;ind:pre:1s;ind:pre:3s; -aiguillonnent aiguillonner VER 0.17 1.55 0.10 0.07 ind:pre:3p; -aiguillonner aiguillonner VER 0.17 1.55 0.03 0.27 inf; -aiguillonné aiguillonner VER m s 0.17 1.55 0.00 0.34 par:pas; -aiguillonnée aiguillonner VER f s 0.17 1.55 0.00 0.14 par:pas; -aiguillonnées aiguillonner VER f p 0.17 1.55 0.00 0.07 par:pas; -aiguillonnés aiguillonner VER m p 0.17 1.55 0.01 0.20 par:pas; -aiguillons aiguillon NOM m p 0.36 2.50 0.01 0.41 -aiguillé aiguiller VER m s 1.13 3.24 0.22 0.20 par:pas; -aiguillée aiguiller VER f s 1.13 3.24 0.04 0.14 par:pas; -aiguillées aiguiller VER f p 1.13 3.24 0.00 0.14 par:pas; -aiguillés aiguiller VER m p 1.13 3.24 0.03 0.00 par:pas; -aiguisa aiguiser VER 2.62 7.36 0.00 0.20 ind:pas:3s; -aiguisai aiguiser VER 2.62 7.36 0.00 0.07 ind:pas:1s; -aiguisaient aiguiser VER 2.62 7.36 0.00 0.34 ind:imp:3p; -aiguisait aiguiser VER 2.62 7.36 0.01 1.01 ind:imp:3s; -aiguisant aiguiser VER 2.62 7.36 0.01 0.61 par:pre; -aiguisas aiguiser VER 2.62 7.36 0.00 0.07 ind:pas:2s; -aiguise aiguiser VER 2.62 7.36 0.53 1.28 imp:pre:2s;ind:pre:1s;ind:pre:3s; -aiguisent aiguiser VER 2.62 7.36 0.23 0.41 ind:pre:3p; -aiguiser aiguiser VER 2.62 7.36 0.84 1.62 inf; -aiguisera aiguiser VER 2.62 7.36 0.01 0.00 ind:fut:3s; -aiguiserai aiguiser VER 2.62 7.36 0.00 0.07 ind:fut:1s; -aiguiseur aiguiseur NOM m s 0.04 0.00 0.04 0.00 -aiguisez aiguiser VER 2.62 7.36 0.25 0.00 imp:pre:2p;ind:pre:2p; -aiguisoir aiguisoir NOM m s 0.01 0.07 0.01 0.07 -aiguisons aiguiser VER 2.62 7.36 0.03 0.00 imp:pre:1p; -aiguisèrent aiguiser VER 2.62 7.36 0.00 0.20 ind:pas:3p; -aiguisé aiguisé ADJ m s 1.47 1.69 0.66 0.34 -aiguisée aiguisé ADJ f s 1.47 1.69 0.39 0.61 -aiguisées aiguisé ADJ f p 1.47 1.69 0.11 0.41 -aiguisés aiguisé ADJ m p 1.47 1.69 0.31 0.34 -aiguière aiguière NOM f s 0.00 0.27 0.00 0.27 -aigus aigu ADJ m p 4.46 32.09 0.31 5.00 -aiguë aigu ADJ f s 4.46 32.09 2.13 11.49 -aiguës aigu ADJ f p 4.46 32.09 0.27 3.65 -ail ail NOM m s 9.14 7.97 9.14 7.97 -aile aile NOM f s 33.45 60.47 15.00 20.47 -aileron aileron NOM m s 0.79 1.49 0.42 0.41 -ailerons aileron NOM m p 0.79 1.49 0.37 1.08 -ailes aile NOM f p 33.45 60.47 18.45 40.00 -ailette ailette NOM f s 0.03 0.54 0.01 0.14 -ailettes ailette NOM f p 0.03 0.54 0.02 0.41 -ailier ailier NOM m s 1.40 1.35 1.35 1.22 -ailiers ailier NOM m p 1.40 1.35 0.05 0.14 -aillais ailler VER 0.20 0.61 0.14 0.00 ind:imp:1s; -aille aller VER 9992.78 2854.93 89.81 36.55 sub:pre:1s;sub:pre:3s; -aillent aller VER 9992.78 2854.93 5.93 4.86 sub:pre:3p; -ailler ailler VER 0.20 0.61 0.01 0.00 inf; -ailles aller VER 9992.78 2854.93 14.98 2.43 sub:pre:2s; -ailleurs ailleurs ADV 128.74 346.35 128.74 346.35 -aillions ailler VER 0.20 0.61 0.03 0.00 ind:imp:1p; -aillons ailler VER 0.20 0.61 0.01 0.00 ind:pre:1p; -aillé ailler VER m s 0.20 0.61 0.01 0.27 par:pas; -aillée ailler VER f s 0.20 0.61 0.00 0.07 par:pas; -aillés ailler VER m p 0.20 0.61 0.00 0.27 par:pas; -ailé ailé ADJ m s 1.19 3.04 0.71 1.42 -ailée ailer VER f s 0.21 0.74 0.16 0.20 par:pas; -ailées ailé ADJ f p 1.19 3.04 0.07 0.27 -ailés ailé ADJ m p 1.19 3.04 0.29 0.54 -aima aimer VER 1655.04 795.61 0.41 1.69 ind:pas:3s; -aimable aimable ADJ s 23.41 29.26 21.98 24.59 -aimablement aimablement ADV 0.52 3.85 0.52 3.85 -aimables aimable ADJ p 23.41 29.26 1.43 4.66 -aimai aimer VER 1655.04 795.61 0.20 0.81 ind:pas:1s; -aimaient aimer VER 1655.04 795.61 6.20 16.42 ind:imp:3p; -aimais aimer VER 1655.04 795.61 58.07 57.16 ind:imp:1s;ind:imp:2s; -aimait aimer VER 1655.04 795.61 49.57 128.72 ind:imp:3s; -aimant aimer VER 1655.04 795.61 2.60 3.92 par:pre; -aimantaient aimanter VER 0.35 2.30 0.00 0.14 ind:imp:3p; -aimantait aimanter VER 0.35 2.30 0.00 0.07 ind:imp:3s; -aimantation aimantation NOM f s 0.00 0.47 0.00 0.47 -aimante aimant ADJ f s 2.86 2.70 1.37 1.42 -aimanter aimanter VER 0.35 2.30 0.02 0.14 inf; -aimantes aimant ADJ f p 2.86 2.70 0.07 0.14 -aimants aimant NOM m p 2.31 2.97 0.61 0.27 -aimanté aimanter VER m s 0.35 2.30 0.14 0.34 par:pas; -aimantée aimanter VER f s 0.35 2.30 0.04 0.54 par:pas; -aimantées aimanter VER f p 0.35 2.30 0.12 0.20 par:pas; -aimantés aimanter VER m p 0.35 2.30 0.02 0.41 par:pas; -aimasse aimer VER 1655.04 795.61 0.02 0.00 sub:imp:1s; -aimassent aimer VER 1655.04 795.61 0.00 0.20 sub:imp:3p; -aimassions aimer VER 1655.04 795.61 0.00 0.07 sub:imp:1p; -aime aimer VER 1655.04 795.61 751.29 257.57 imp:pre:2s;ind:pre:1s;ind:pre:1s;ind:pre:3s;sub:pre:1s;sub:pre:3s; -aiment aimer VER 1655.04 795.61 48.46 26.96 ind:pre:3p;sub:pre:3p; -aimer aimer VER 1655.04 795.61 90.41 84.46 inf;;inf;;inf;;inf;;inf;; -aimera aimer VER 1655.04 795.61 8.10 2.57 ind:fut:3s; -aimerai aimer VER 1655.04 795.61 13.99 2.97 ind:fut:1s; -aimeraient aimer VER 1655.04 795.61 5.08 2.03 cnd:pre:3p; -aimerais aimer VER 1655.04 795.61 227.66 36.01 cnd:pre:1s;cnd:pre:2s; -aimerait aimer VER 1655.04 795.61 21.70 12.43 cnd:pre:3s; -aimeras aimer VER 1655.04 795.61 4.30 1.28 ind:fut:2s; -aimerez aimer VER 1655.04 795.61 2.71 1.01 ind:fut:2p; -aimeriez aimer VER 1655.04 795.61 8.88 0.88 cnd:pre:2p; -aimerions aimer VER 1655.04 795.61 7.21 1.01 cnd:pre:1p; -aimerons aimer VER 1655.04 795.61 0.46 0.27 ind:fut:1p; -aimeront aimer VER 1655.04 795.61 1.32 0.34 ind:fut:3p; -aimes aimer VER 1655.04 795.61 170.38 25.61 ind:pre:2s;sub:pre:2s; -aimeuse aimeur NOM f s 0.00 0.07 0.00 0.07 -aimez aimer VER 1655.04 795.61 62.25 18.38 imp:pre:2p;ind:pre:2p; -aimiez aimer VER 1655.04 795.61 6.92 2.64 ind:imp:2p;sub:pre:2p; -aimions aimer VER 1655.04 795.61 2.03 6.55 ind:imp:1p;sub:pre:1p; -aimâmes aimer VER 1655.04 795.61 0.00 0.14 ind:pas:1p; -aimons aimer VER 1655.04 795.61 11.58 6.22 imp:pre:1p;ind:pre:1p; -aimât aimer VER 1655.04 795.61 0.10 2.03 sub:imp:3s; -aimâtes aimer VER 1655.04 795.61 0.03 0.00 ind:pas:2p; -aimèrent aimer VER 1655.04 795.61 0.16 0.47 ind:pas:3p; -aimé aimer VER m s 1655.04 795.61 75.92 71.96 par:pas; -aimée aimer VER f s 1655.04 795.61 12.66 14.80 par:pas; -aimées aimer VER f p 1655.04 795.61 0.43 1.62 par:pas; -aimés aimer VER m p 1655.04 795.61 3.94 6.42 par:pas; -aine aine NOM f s 0.64 2.77 0.64 2.64 -aines aine NOM f p 0.64 2.77 0.00 0.14 -ains ains CON 0.02 0.00 0.02 0.00 -ainsi ainsi ADV 207.68 469.46 207.68 469.46 -air_air air_air ADJ m 0.09 0.00 0.09 0.00 -air_mer air_mer ADJ 0.02 0.00 0.02 0.00 -air_sol air_sol ADJ m p 0.13 0.00 0.13 0.00 -air_bag air_bag NOM m s 0.02 0.00 0.02 0.00 -air air NOM m s 485.18 690.81 473.50 661.01 -airain airain NOM m s 0.17 1.69 0.17 1.69 -airbag airbag NOM m s 1.11 0.00 0.44 0.00 -airbags airbag NOM m p 1.11 0.00 0.67 0.00 -airbus airbus NOM m 0.01 0.00 0.01 0.00 -aire aire NOM f s 5.54 5.14 4.55 4.46 -airedale airedale NOM m s 0.01 0.00 0.01 0.00 -airelle airelle NOM f s 1.12 0.41 0.08 0.07 -airelles airelle NOM f p 1.12 0.41 1.04 0.34 -aires aire NOM f p 5.54 5.14 0.99 0.68 -airs air NOM m p 485.18 690.81 11.68 29.80 -ais ais NOM m 10.14 0.47 10.14 0.47 -aisance aisance NOM f s 1.50 15.41 1.44 15.20 -aisances aisance NOM f p 1.50 15.41 0.06 0.20 -aise aise NOM f s 32.73 52.64 31.64 50.81 -aises aise NOM f p 32.73 52.64 1.09 1.82 -aisseau aisseau NOM m s 0.01 0.00 0.01 0.00 -aisselle aisselle NOM f s 1.29 8.99 0.54 3.72 -aisselles aisselle NOM f p 1.29 8.99 0.75 5.27 -aisé aisé ADJ m s 3.03 7.77 1.44 3.11 -aisée aisé ADJ f s 3.03 7.77 1.04 2.91 -aisées aisé ADJ f p 3.03 7.77 0.22 0.68 -aisément aisément ADV 2.51 11.69 2.51 11.69 -aisés aisé ADJ m p 3.03 7.77 0.33 1.08 -ait avoir AUX 18559.23 12800.81 95.36 99.53 sub:pre:3s; -aixois aixois NOM m 0.00 0.14 0.00 0.14 -ajaccienne ajaccienne NOM f s 0.00 0.07 0.00 0.07 -ajax ajax NOM m s 0.00 0.07 0.00 0.07 -ajistes ajiste ADJ f p 0.00 0.07 0.00 0.07 -ajointer ajointer VER 0.00 0.20 0.00 0.07 inf; -ajointée ajointer VER f s 0.00 0.20 0.00 0.14 par:pas; -ajonc ajonc NOM m s 0.00 1.69 0.00 0.20 -ajoncs ajonc NOM m p 0.00 1.69 0.00 1.49 -ajouraient ajourer VER 0.00 1.42 0.00 0.07 ind:imp:3p; -ajourait ajourer VER 0.00 1.42 0.00 0.14 ind:imp:3s; -ajourant ajourer VER 0.00 1.42 0.00 0.14 par:pre; -ajourna ajourner VER 1.48 0.88 0.00 0.07 ind:pas:3s; -ajournait ajourner VER 1.48 0.88 0.00 0.07 ind:imp:3s; -ajourne ajourner VER 1.48 0.88 0.19 0.00 imp:pre:2s;ind:pre:1s;ind:pre:3s; -ajournement ajournement NOM m s 0.47 0.14 0.45 0.07 -ajournements ajournement NOM m p 0.47 0.14 0.02 0.07 -ajourner ajourner VER 1.48 0.88 0.28 0.47 inf; -ajournez ajourner VER 1.48 0.88 0.01 0.00 imp:pre:2p; -ajourné ajourner VER m s 1.48 0.88 0.27 0.14 par:pas; -ajournée ajourner VER f s 1.48 0.88 0.71 0.14 par:pas; -ajournés ajourner VER m p 1.48 0.88 0.01 0.00 par:pas; -ajours ajour NOM m p 0.00 0.14 0.00 0.14 -ajouré ajouré ADJ m s 0.02 2.70 0.00 0.81 -ajourée ajouré ADJ f s 0.02 2.70 0.00 0.81 -ajourées ajouré ADJ f p 0.02 2.70 0.02 0.68 -ajourés ajouré ADJ m p 0.02 2.70 0.00 0.41 -ajout ajout NOM m s 0.94 0.47 0.73 0.20 -ajouta ajouter VER 38.88 224.66 0.39 85.00 ind:pas:3s; -ajoutai ajouter VER 38.88 224.66 0.04 5.34 ind:pas:1s; -ajoutaient ajouter VER 38.88 224.66 0.09 4.26 ind:imp:3p; -ajoutais ajouter VER 38.88 224.66 0.19 1.42 ind:imp:1s;ind:imp:2s; -ajoutait ajouter VER 38.88 224.66 0.35 22.57 ind:imp:3s; -ajoutant ajouter VER 38.88 224.66 0.63 11.08 par:pre; -ajoutassent ajouter VER 38.88 224.66 0.00 0.07 sub:imp:3p; -ajoute ajouter VER 38.88 224.66 8.34 29.19 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -ajoutent ajouter VER 38.88 224.66 0.79 1.89 ind:pre:3p; -ajouter ajouter VER 38.88 224.66 15.45 33.85 imp:pre:2p;inf; -ajoutera ajouter VER 38.88 224.66 0.50 0.68 ind:fut:3s; -ajouterai ajouter VER 38.88 224.66 1.09 1.22 ind:fut:1s; -ajouteraient ajouter VER 38.88 224.66 0.00 0.27 cnd:pre:3p; -ajouterais ajouter VER 38.88 224.66 0.65 0.41 cnd:pre:1s;cnd:pre:2s; -ajouterait ajouter VER 38.88 224.66 0.27 0.74 cnd:pre:3s; -ajouteras ajouter VER 38.88 224.66 0.01 0.00 ind:fut:2s; -ajouterez ajouter VER 38.88 224.66 0.02 0.41 ind:fut:2p; -ajouterons ajouter VER 38.88 224.66 0.08 0.00 ind:fut:1p; -ajouteront ajouter VER 38.88 224.66 0.03 0.41 ind:fut:3p; -ajoutes ajouter VER 38.88 224.66 0.70 0.61 ind:pre:2s; -ajoutez ajouter VER 38.88 224.66 3.09 2.30 imp:pre:2p;ind:pre:2p; -ajoutiez ajouter VER 38.88 224.66 0.03 0.14 ind:imp:2p; -ajoutions ajouter VER 38.88 224.66 0.14 0.14 ind:imp:1p; -ajoutons ajouter VER 38.88 224.66 0.57 0.68 imp:pre:1p;ind:pre:1p; -ajoutât ajouter VER 38.88 224.66 0.00 0.27 sub:imp:3s; -ajouts ajout NOM m p 0.94 0.47 0.21 0.27 -ajoutèrent ajouter VER 38.88 224.66 0.27 0.68 ind:pas:3p; -ajouté ajouter VER m s 38.88 224.66 4.42 18.99 imp:pre:2s;par:pas;par:pas; -ajoutée ajouter VER f s 38.88 224.66 0.43 0.95 par:pas; -ajoutées ajouter VER f p 38.88 224.66 0.15 0.74 par:pas; -ajoutés ajouter VER m p 38.88 224.66 0.17 0.41 par:pas; -ajusta ajuster VER 4.88 10.41 0.01 2.50 ind:pas:3s; -ajustable ajustable ADJ s 0.07 0.07 0.07 0.07 -ajustables ajustable ADJ p 0.07 0.07 0.01 0.00 -ajustage ajustage NOM m s 0.01 0.14 0.01 0.14 -ajustaient ajuster VER 4.88 10.41 0.02 0.07 ind:imp:3p; -ajustais ajuster VER 4.88 10.41 0.02 0.00 ind:imp:1s;ind:imp:2s; -ajustait ajuster VER 4.88 10.41 0.02 0.81 ind:imp:3s; -ajustant ajuster VER 4.88 10.41 0.08 1.01 par:pre; -ajuste ajuster VER 4.88 10.41 1.68 1.55 imp:pre:2s;ind:pre:1s;ind:pre:3s; -ajustement ajustement NOM m s 0.85 0.88 0.40 0.61 -ajustements ajustement NOM m p 0.85 0.88 0.46 0.27 -ajustent ajuster VER 4.88 10.41 0.10 0.27 ind:pre:3p; -ajuster ajuster VER 4.88 10.41 1.77 1.76 inf; -ajusterai ajuster VER 4.88 10.41 0.01 0.07 ind:fut:1s; -ajusteur ajusteur NOM m s 0.62 0.61 0.62 0.54 -ajusteurs ajusteur NOM m p 0.62 0.61 0.00 0.07 -ajustez ajuster VER 4.88 10.41 0.43 0.00 imp:pre:2p;ind:pre:2p; -ajustons ajuster VER 4.88 10.41 0.04 0.07 imp:pre:1p;ind:pre:1p; -ajustèrent ajuster VER 4.88 10.41 0.00 0.07 ind:pas:3p; -ajusté ajusté ADJ m s 0.42 3.24 0.28 1.22 -ajustée ajusté ADJ f s 0.42 3.24 0.04 1.08 -ajustées ajuster VER f p 4.88 10.41 0.15 0.34 par:pas; -ajusture ajusture NOM f s 0.00 0.07 0.00 0.07 -ajustés ajuster VER m p 4.88 10.41 0.28 0.41 par:pas; -ajutage ajutage NOM m s 0.10 0.00 0.10 0.00 -akkadien akkadien NOM m s 0.03 0.00 0.03 0.00 -akkadienne akkadienne ADJ f s 0.01 0.00 0.01 0.00 -ako ako NOM m s 0.08 0.00 0.08 0.00 -akvavit akvavit NOM m s 0.01 0.20 0.01 0.20 -al_dente al_dente ADV 0.40 0.14 0.40 0.14 -alabandines alabandine NOM f p 0.00 0.07 0.00 0.07 -alacrité alacrité NOM f s 0.01 0.61 0.01 0.61 -alain alain NOM s 0.14 0.00 0.14 0.00 -alaire alaire ADJ s 0.14 0.00 0.14 0.00 -alaise alaise NOM f s 0.02 0.07 0.02 0.07 -alambic alambic NOM m s 0.70 1.22 0.65 1.08 -alambics alambic NOM m p 0.70 1.22 0.05 0.14 -alambiqué alambiquer VER m s 0.04 0.00 0.02 0.00 par:pas; -alambiquée alambiqué ADJ f s 0.09 0.14 0.01 0.00 -alambiquées alambiqué ADJ f p 0.09 0.14 0.04 0.07 -alambiqués alambiqué ADJ m p 0.09 0.14 0.03 0.07 -alangui alangui ADJ m s 0.04 2.30 0.02 0.95 -alanguie alanguir VER f s 0.13 1.89 0.12 0.34 par:pas; -alanguies alangui ADJ f p 0.04 2.30 0.00 0.20 -alanguir alanguir VER 0.13 1.89 0.00 0.20 inf; -alanguis alangui ADJ m p 0.04 2.30 0.00 0.27 -alanguissaient alanguir VER 0.13 1.89 0.00 0.14 ind:imp:3p; -alanguissait alanguir VER 0.13 1.89 0.01 0.20 ind:imp:3s; -alanguissant alanguir VER 0.13 1.89 0.00 0.14 par:pre; -alanguissante alanguissant ADJ f s 0.00 0.07 0.00 0.07 -alanguissement alanguissement NOM m s 0.00 0.47 0.00 0.34 -alanguissements alanguissement NOM m p 0.00 0.47 0.00 0.14 -alanguissent alanguir VER 0.13 1.89 0.00 0.07 ind:pre:3p; -alanguit alanguir VER 0.13 1.89 0.00 0.34 ind:pre:3s;ind:pas:3s; -alarma alarmer VER 2.45 6.28 0.14 0.81 ind:pas:3s; -alarmai alarmer VER 2.45 6.28 0.00 0.07 ind:pas:1s; -alarmaient alarmer VER 2.45 6.28 0.00 0.07 ind:imp:3p; -alarmait alarmer VER 2.45 6.28 0.00 1.08 ind:imp:3s; -alarmant alarmant ADJ m s 1.54 2.84 1.12 0.81 -alarmante alarmant ADJ f s 1.54 2.84 0.22 0.68 -alarmantes alarmant ADJ f p 1.54 2.84 0.16 0.54 -alarmants alarmant ADJ m p 1.54 2.84 0.03 0.81 -alarme alarme NOM f s 19.29 7.84 16.71 6.35 -alarmer alarmer VER 2.45 6.28 1.19 1.22 inf; -alarmeraient alarmer VER 2.45 6.28 0.01 0.00 cnd:pre:3p; -alarmerait alarmer VER 2.45 6.28 0.02 0.07 cnd:pre:3s; -alarmes alarme NOM f p 19.29 7.84 2.58 1.49 -alarmez alarmer VER 2.45 6.28 0.41 0.07 imp:pre:2p;ind:pre:2p; -alarmisme alarmisme NOM m s 0.00 0.07 0.00 0.07 -alarmiste alarmiste ADJ f s 0.24 0.27 0.19 0.00 -alarmistes alarmiste ADJ p 0.24 0.27 0.04 0.27 -alarmé alarmer VER m s 2.45 6.28 0.14 1.15 par:pas; -alarmée alarmer VER f s 2.45 6.28 0.13 0.54 par:pas; -alarmées alarmer VER f p 2.45 6.28 0.00 0.20 par:pas; -alarmés alarmer VER m p 2.45 6.28 0.03 0.41 par:pas; -alba alba NOM f s 0.00 0.20 0.00 0.20 -albacore albacore NOM m s 0.09 0.00 0.09 0.00 -albanais albanais ADJ m 0.68 1.28 0.39 0.74 -albanaise albanais ADJ f s 0.68 1.28 0.28 0.47 -albanaises albanais ADJ f p 0.68 1.28 0.00 0.07 -albanophone albanophone ADJ m s 0.01 0.00 0.01 0.00 -albatros albatros NOM m 2.01 1.15 2.01 1.15 -albe albe NOM m s 0.01 0.00 0.01 0.00 -albertine albertine NOM f s 0.00 0.07 0.00 0.07 -albigeois albigeois ADJ m 0.00 0.14 0.00 0.14 -albigeois albigeois NOM m 0.00 0.14 0.00 0.14 -albinisme albinisme NOM m s 0.02 0.00 0.02 0.00 -albinos albinos ADJ 0.47 0.74 0.47 0.74 -alboche alboche NOM s 0.00 0.07 0.00 0.07 -albâtre albâtre NOM m s 0.57 3.11 0.57 2.97 -albâtres albâtre NOM m p 0.57 3.11 0.00 0.14 -albène albène NOM m s 0.00 0.07 0.00 0.07 -albugo albugo NOM m s 0.00 0.07 0.00 0.07 -album album NOM m s 11.29 18.38 9.36 13.31 -albumine albumine NOM f s 0.19 0.14 0.17 0.14 -albumines albumine NOM f p 0.19 0.14 0.02 0.00 -albumineuse albumineux ADJ f s 0.00 0.14 0.00 0.14 -albums album NOM m p 11.29 18.38 1.93 5.07 -alcôve alcôve NOM f s 0.84 4.59 0.79 4.32 -alcôves alcôve NOM f p 0.84 4.59 0.05 0.27 -alcade alcade NOM m s 0.30 0.20 0.30 0.20 -alcalde alcalde NOM m s 0.05 0.00 0.05 0.00 -alcali alcali NOM m s 0.11 0.27 0.08 0.27 -alcalin alcalin ADJ m s 0.24 0.14 0.09 0.07 -alcaline alcalin ADJ f s 0.24 0.14 0.08 0.00 -alcalines alcalin ADJ f p 0.24 0.14 0.03 0.00 -alcaliniser alcaliniser VER 0.02 0.00 0.02 0.00 inf; -alcalinité alcalinité NOM f s 0.03 0.00 0.03 0.00 -alcalins alcalin ADJ m p 0.24 0.14 0.04 0.07 -alcalis alcali NOM m p 0.11 0.27 0.03 0.00 -alcaloïde alcaloïde NOM m s 0.16 0.00 0.16 0.00 -alcalose alcalose NOM f s 0.02 0.00 0.02 0.00 -alcatraz alcatraz NOM m 1.09 0.20 1.09 0.20 -alcazar alcazar NOM m s 0.53 1.69 0.53 1.69 -alchimie alchimie NOM f s 1.05 1.96 0.95 1.82 -alchimies alchimie NOM f p 1.05 1.96 0.10 0.14 -alchimique alchimique ADJ s 0.02 1.15 0.02 0.81 -alchimiques alchimique ADJ f p 0.02 1.15 0.00 0.34 -alchimiste alchimiste NOM s 2.87 2.84 2.65 2.16 -alchimistes alchimiste NOM p 2.87 2.84 0.22 0.68 -alcibiade alcibiade NOM m s 0.01 0.00 0.01 0.00 -alcool alcool NOM m s 41.30 42.84 40.29 39.73 -alcoolique alcoolique ADJ s 3.73 2.16 3.54 1.55 -alcooliques alcoolique NOM p 4.12 1.55 1.37 0.61 -alcoolise alcooliser VER 0.33 0.34 0.00 0.07 ind:pre:3s; -alcoolisme alcoolisme NOM m s 1.84 0.95 1.84 0.95 -alcoolisé alcoolisé ADJ m s 0.60 1.55 0.31 0.47 -alcoolisée alcoolisé ADJ f s 0.60 1.55 0.04 0.20 -alcoolisées alcoolisé ADJ f p 0.60 1.55 0.23 0.68 -alcoolisés alcoolisé ADJ m p 0.60 1.55 0.01 0.20 -alcoolo alcoolo ADJ s 1.16 0.47 1.08 0.27 -alcoolos alcoolo NOM p 1.40 0.88 0.41 0.20 -alcools alcool NOM m p 41.30 42.84 1.00 3.11 -alcoolémie alcoolémie NOM f s 0.58 0.20 0.58 0.20 -alcoomètre alcoomètre NOM m s 0.00 0.07 0.00 0.07 -alcootest alcootest NOM m s 0.31 0.20 0.31 0.20 -alcoran alcoran NOM m s 0.00 0.07 0.00 0.07 -alcées alcée NOM f p 0.00 0.07 0.00 0.07 -alcyon alcyon NOM m s 0.13 0.74 0.13 0.61 -alcyons alcyon NOM m p 0.13 0.74 0.00 0.14 -alde alde NOM m s 0.22 0.00 0.22 0.00 -alderman alderman NOM m s 0.14 0.00 0.14 0.00 -aldol aldol NOM m s 0.05 0.00 0.05 0.00 -aldéhyde aldéhyde NOM m s 0.01 0.07 0.01 0.07 -ale ale NOM f s 2.10 0.14 2.10 0.14 -alea_jacta_est alea_jacta_est ADV 0.30 0.07 0.30 0.07 -alençonnais alençonnais ADJ m s 0.00 0.27 0.00 0.07 -alençonnaise alençonnais ADJ f s 0.00 0.27 0.00 0.20 -alenti alentir VER m s 0.00 0.47 0.00 0.14 par:pas; -alentie alentir VER f s 0.00 0.47 0.00 0.07 par:pas; -alenties alentir VER f p 0.00 0.47 0.00 0.07 par:pas; -alentis alentir VER m p 0.00 0.47 0.00 0.20 ind:pre:1s;par:pas; -alentour alentour ADV 1.63 8.92 1.63 8.92 -alentours alentour NOM m p 4.77 9.12 4.77 9.12 -aleph aleph NOM m 0.05 0.41 0.05 0.41 -alerta alerter VER 6.40 12.91 0.04 0.88 ind:pas:3s; -alertait alerter VER 6.40 12.91 0.03 0.61 ind:imp:3s; -alertant alerter VER 6.40 12.91 0.17 0.14 par:pre; -alerte alerte ONO 5.41 0.81 5.41 0.81 -alertement alertement ADV 0.00 0.27 0.00 0.27 -alertent alerter VER 6.40 12.91 0.06 0.00 ind:pre:3p; -alerter alerter VER 6.40 12.91 1.61 2.91 inf; -alertera alerter VER 6.40 12.91 0.12 0.00 ind:fut:3s; -alerterai alerter VER 6.40 12.91 0.20 0.00 ind:fut:1s; -alerterais alerter VER 6.40 12.91 0.02 0.00 cnd:pre:1s; -alerterait alerter VER 6.40 12.91 0.05 0.27 cnd:pre:3s; -alerterez alerter VER 6.40 12.91 0.01 0.00 ind:fut:2p; -alerteront alerter VER 6.40 12.91 0.14 0.00 ind:fut:3p; -alertes alerte NOM f p 13.45 13.11 0.78 2.64 -alertez alerter VER 6.40 12.91 1.13 0.07 imp:pre:2p;ind:pre:2p; -alertions alerter VER 6.40 12.91 0.00 0.07 ind:imp:1p; -alertons alerter VER 6.40 12.91 0.09 0.00 imp:pre:1p;ind:pre:1p; -alertât alerter VER 6.40 12.91 0.00 0.07 sub:imp:3s; -alertèrent alerter VER 6.40 12.91 0.01 0.14 ind:pas:3p; -alerté alerter VER m s 6.40 12.91 0.90 3.65 par:pas; -alertée alerter VER f s 6.40 12.91 0.25 1.22 par:pas; -alertées alerter VER f p 6.40 12.91 0.01 0.14 par:pas; -alertés alerter VER m p 6.40 12.91 0.34 1.62 par:pas; -alevin alevin NOM m s 0.02 0.68 0.01 0.07 -alevins alevin NOM m p 0.02 0.68 0.01 0.61 -alexandra alexandra NOM m s 0.51 0.47 0.51 0.47 -alexandrin alexandrin NOM m s 0.82 1.89 0.54 0.41 -alexandrine alexandrin ADJ f s 0.37 0.14 0.00 0.07 -alexandrines alexandrin ADJ f p 0.37 0.14 0.10 0.00 -alexandrins alexandrin NOM m p 0.82 1.89 0.29 1.49 -alexie alexie NOM f s 0.01 0.00 0.01 0.00 -alexithymie alexithymie NOM m s 0.03 0.00 0.03 0.00 -alezan alezan NOM m s 0.12 1.35 0.11 1.01 -alezane alezan ADJ f s 0.04 2.36 0.02 1.82 -alezanes alezan ADJ f p 0.04 2.36 0.00 0.07 -alezans alezan NOM m p 0.12 1.35 0.01 0.34 -alfa alfa NOM m s 0.10 1.01 0.10 0.88 -alfas alfa NOM m p 0.10 1.01 0.00 0.14 -alfénides alfénide NOM m p 0.00 0.07 0.00 0.07 -algarade algarade NOM f s 0.02 1.96 0.02 1.62 -algarades algarade NOM f p 0.02 1.96 0.00 0.34 -algie algie NOM f s 0.27 0.00 0.27 0.00 -algonquin algonquin NOM m s 0.09 0.54 0.09 0.47 -algonquines algonquin NOM f p 0.09 0.54 0.00 0.07 -algorithme algorithme NOM m s 0.72 0.00 0.51 0.00 -algorithmes algorithme NOM m p 0.72 0.00 0.21 0.00 -algorithmique algorithmique ADJ s 0.13 0.07 0.13 0.07 -algèbre algèbre NOM f s 1.37 2.03 1.37 2.03 -algébrique algébrique ADJ s 0.14 0.54 0.11 0.27 -algébriquement algébriquement ADV 0.00 0.07 0.00 0.07 -algébriques algébrique ADJ p 0.14 0.54 0.03 0.27 -algébriste algébriste NOM s 0.00 0.14 0.00 0.07 -algébristes algébriste NOM p 0.00 0.14 0.00 0.07 -algue algue NOM f s 2.66 12.03 0.29 1.62 -algues algue NOM f p 2.66 12.03 2.36 10.41 -algérien algérien ADJ m s 0.83 7.43 0.46 3.18 -algérienne algérien ADJ f s 0.83 7.43 0.25 2.03 -algériennes algérien ADJ f p 0.83 7.43 0.01 0.74 -algériens algérien NOM m p 0.79 5.81 0.34 2.91 -algérois algérois ADJ m 0.00 0.74 0.00 0.61 -algéroise algérois ADJ f s 0.00 0.74 0.00 0.14 -alhambra alhambra NOM f s 0.00 1.76 0.00 1.76 -alias alias ADV 5.45 3.85 5.45 3.85 -alibi alibi NOM m s 11.13 6.82 10.28 5.47 -alibis alibi NOM m p 11.13 6.82 0.85 1.35 -alidade alidade NOM f s 0.00 0.07 0.00 0.07 -aligna aligner VER 7.80 26.69 0.00 0.61 ind:pas:3s; -alignaient aligner VER 7.80 26.69 0.05 5.07 ind:imp:3p; -alignais aligner VER 7.80 26.69 0.11 0.27 ind:imp:1s;ind:imp:2s; -alignait aligner VER 7.80 26.69 0.06 1.89 ind:imp:3s; -alignant aligner VER 7.80 26.69 0.08 0.41 par:pre; -aligne aligner VER 7.80 26.69 1.48 1.28 imp:pre:2s;ind:pre:1s;ind:pre:3s; -alignement alignement NOM m s 1.68 5.14 1.66 4.12 -alignements alignement NOM m p 1.68 5.14 0.02 1.01 -alignent aligner VER 7.80 26.69 0.46 2.30 ind:pre:3p; -aligner aligner VER 7.80 26.69 1.61 3.78 inf; -alignera aligner VER 7.80 26.69 0.03 0.07 ind:fut:3s; -aligneraient aligner VER 7.80 26.69 0.02 0.07 cnd:pre:3p; -alignerez aligner VER 7.80 26.69 0.02 0.00 ind:fut:2p; -alignerons aligner VER 7.80 26.69 0.02 0.00 ind:fut:1p; -aligneront aligner VER 7.80 26.69 0.19 0.07 ind:fut:3p; -alignes aligner VER 7.80 26.69 0.19 0.20 ind:pre:2s; -alignez aligner VER 7.80 26.69 1.39 0.07 imp:pre:2p;ind:pre:2p; -alignons aligner VER 7.80 26.69 0.12 0.07 imp:pre:1p;ind:pre:1p; -alignèrent aligner VER 7.80 26.69 0.00 0.27 ind:pas:3p; -aligné aligner VER m s 7.80 26.69 0.47 0.88 par:pas; -alignée aligner VER f s 7.80 26.69 0.19 0.61 par:pas; -alignées aligner VER f p 7.80 26.69 0.48 3.58 par:pas; -alignés aligner VER m p 7.80 26.69 0.84 5.20 par:pas; -aligot aligot NOM m s 0.03 0.00 0.03 0.00 -aligoté aligoté ADJ m s 0.00 0.20 0.00 0.20 -aligoté aligoté NOM m s 0.00 0.20 0.00 0.20 -alim alim NOM f s 0.21 0.00 0.21 0.00 -aliment aliment NOM m s 4.67 6.62 1.11 1.76 -alimenta alimenter VER 6.24 8.92 0.00 0.20 ind:pas:3s; -alimentaient alimenter VER 6.24 8.92 0.02 0.95 ind:imp:3p; -alimentaire alimentaire ADJ s 5.85 4.80 4.50 2.57 -alimentaires alimentaire ADJ p 5.85 4.80 1.35 2.23 -alimentais alimenter VER 6.24 8.92 0.01 0.07 ind:imp:1s; -alimentait alimenter VER 6.24 8.92 0.31 1.01 ind:imp:3s; -alimentant alimenter VER 6.24 8.92 0.23 0.07 par:pre; -alimentation alimentation NOM f s 5.64 4.19 5.59 4.19 -alimentations alimentation NOM f p 5.64 4.19 0.05 0.00 -alimente alimenter VER 6.24 8.92 1.32 0.54 imp:pre:2s;ind:pre:1s;ind:pre:3s; -alimentent alimenter VER 6.24 8.92 0.20 0.54 ind:pre:3p; -alimenter alimenter VER 6.24 8.92 2.62 3.85 inf; -alimentera alimenter VER 6.24 8.92 0.17 0.14 ind:fut:3s; -alimentez alimenter VER 6.24 8.92 0.08 0.00 imp:pre:2p;ind:pre:2p; -alimentons alimenter VER 6.24 8.92 0.04 0.00 imp:pre:1p;ind:pre:1p; -aliments aliment NOM m p 4.67 6.62 3.56 4.86 -alimentèrent alimenter VER 6.24 8.92 0.00 0.07 ind:pas:3p; -alimenté alimenter VER m s 6.24 8.92 0.82 0.27 par:pas; -alimentée alimenter VER f s 6.24 8.92 0.20 0.81 par:pas; -alimentées alimenter VER f p 6.24 8.92 0.03 0.20 par:pas; -alimentés alimenter VER m p 6.24 8.92 0.19 0.20 par:pas; -alinéa alinéa NOM m s 0.75 0.68 0.73 0.47 -alinéas alinéa NOM m p 0.75 0.68 0.01 0.20 -alise alise NOM f s 0.05 0.07 0.01 0.00 -alises alise NOM f p 0.05 0.07 0.04 0.07 -alisier alisier NOM m s 0.00 0.07 0.00 0.07 -alita aliter VER 0.90 1.49 0.01 0.27 ind:pas:3s; -alitai aliter VER 0.90 1.49 0.00 0.07 ind:pas:1s; -alitait aliter VER 0.90 1.49 0.00 0.07 ind:imp:3s; -alitement alitement NOM m s 0.01 0.00 0.01 0.00 -aliter aliter VER 0.90 1.49 0.02 0.20 inf; -aliène aliéner VER 0.49 2.23 0.19 0.00 ind:pre:1s;ind:pre:3s; -alité aliter VER m s 0.90 1.49 0.55 0.41 par:pas; -alitée aliter VER f s 0.90 1.49 0.32 0.34 par:pas; -alitées aliter VER f p 0.90 1.49 0.00 0.14 par:pas; -aliéna aliéner VER 0.49 2.23 0.00 0.74 ind:pas:3s; -aliénant aliénant ADJ m s 0.14 1.22 0.14 0.14 -aliénante aliénant ADJ f s 0.14 1.22 0.00 1.08 -aliénation aliénation NOM f s 1.19 1.49 1.19 1.49 -aliéner aliéner VER 0.49 2.23 0.12 0.54 inf; -aliénerait aliéner VER 0.49 2.23 0.00 0.07 cnd:pre:3s; -aliénerez aliéner VER 0.49 2.23 0.01 0.00 ind:fut:2p; -aliéniez aliéner VER 0.49 2.23 0.01 0.00 ind:imp:2p; -aliéniste aliéniste NOM s 0.05 0.00 0.05 0.00 -aliénât aliéner VER 0.49 2.23 0.00 0.07 sub:imp:3s; -aliéné aliéné NOM m s 2.28 0.61 0.54 0.14 -aliénée aliéné NOM f s 2.28 0.61 0.19 0.00 -aliénées aliéner VER f p 0.49 2.23 0.00 0.07 par:pas; -aliénés aliéné NOM m p 2.28 0.61 1.56 0.47 -alizé alizé NOM m s 0.33 0.68 0.10 0.41 -alizés alizé NOM m p 0.33 0.68 0.22 0.27 -alkali alkali NOM m s 0.06 0.00 0.06 0.00 -all_right all_right ADV 1.53 0.20 1.53 0.20 -allô allô ONO 116.05 14.32 116.05 14.32 -alla aller VER 9992.78 2854.93 4.67 67.57 ind:pas:3s; -allai aller VER 9992.78 2854.93 1.12 18.92 ind:pas:1s; -allaient aller VER 9992.78 2854.93 16.55 80.88 ind:imp:3p; -allais aller VER 9992.78 2854.93 108.69 91.01 ind:imp:1s;ind:imp:2s; -allait aller VER 9992.78 2854.93 132.04 370.61 ind:imp:3s; -allaitais allaiter VER 1.73 1.55 0.14 0.00 ind:imp:1s; -allaitait allaiter VER 1.73 1.55 0.16 0.20 ind:imp:3s; -allaitant allaiter VER 1.73 1.55 0.01 0.14 par:pre; -allaitante allaitant ADJ f s 0.03 0.14 0.01 0.00 -allaitantes allaitant ADJ f p 0.03 0.14 0.01 0.07 -allaite allaiter VER 1.73 1.55 0.52 0.07 imp:pre:2s;ind:pre:1s;ind:pre:3s; -allaitement allaitement NOM m s 0.29 0.14 0.29 0.14 -allaitent allaiter VER 1.73 1.55 0.01 0.14 ind:pre:3p; -allaiter allaiter VER 1.73 1.55 0.60 0.61 inf; -allaiterait allaiter VER 1.73 1.55 0.00 0.07 cnd:pre:3s; -allaité allaiter VER m s 1.73 1.55 0.16 0.14 par:pas; -allaitée allaiter VER f s 1.73 1.55 0.12 0.00 par:pas; -allaités allaiter VER m p 1.73 1.55 0.00 0.20 par:pas; -allant aller VER 9992.78 2854.93 8.11 24.39 par:pre; -allante allant ADJ f s 0.86 4.19 0.10 0.00 -allas aller VER 9992.78 2854.93 0.00 0.07 ind:pas:2s; -allassent aller VER 9992.78 2854.93 0.00 0.20 sub:imp:3p; -allegretto allegretto ADV 0.00 0.27 0.00 0.27 -allegro allegro ADV 0.11 0.47 0.11 0.47 -allemagne allemagne NOM f s 0.08 0.27 0.08 0.27 -allemand allemand ADJ m s 41.32 86.55 19.91 27.97 -allemande allemand ADJ f s 41.32 86.55 10.82 25.34 -allemandes allemand ADJ f p 41.32 86.55 2.69 12.97 -allemands allemand NOM m p 49.08 91.55 30.66 61.42 -aller_retour aller_retour NOM m s 2.33 2.43 1.83 2.36 -aller aller VER 9992.78 2854.93 816.76 368.04 inf;;inf;;inf;; -allergie allergie NOM f s 5.00 0.61 3.12 0.61 -allergies allergie NOM f p 5.00 0.61 1.88 0.00 -allergique allergique ADJ s 8.15 0.74 7.76 0.61 -allergiques allergique ADJ p 8.15 0.74 0.39 0.14 -allergologie allergologie NOM f s 0.14 0.00 0.14 0.00 -allergologue allergologue NOM s 0.03 0.00 0.03 0.00 -allergène allergène NOM m s 0.08 0.00 0.04 0.00 -allergènes allergène NOM m p 0.08 0.00 0.04 0.00 -aller_retour aller_retour NOM m p 2.33 2.43 0.50 0.07 -allers aller NOM m p 17.78 8.78 0.56 0.68 -allez aller VER 9992.78 2854.93 1414.85 155.54 imp:pre:2p;ind:pre:2p; -allia allier VER 4.62 7.97 0.01 0.14 ind:pas:3s; -alliacé alliacé ADJ m s 0.00 0.14 0.00 0.14 -alliage alliage NOM m s 1.07 1.01 0.81 0.95 -alliages alliage NOM m p 1.07 1.01 0.27 0.07 -alliait allier VER 4.62 7.97 0.01 0.81 ind:imp:3s; -alliance alliance NOM f s 18.85 24.73 16.73 20.81 -alliances alliance NOM f p 18.85 24.73 2.12 3.92 -alliant allier VER 4.62 7.97 0.25 0.27 par:pre; -allie allier VER 4.62 7.97 1.15 0.27 imp:pre:2s;ind:pre:1s;ind:pre:3s; -allient allier VER 4.62 7.97 0.34 0.07 ind:pre:3p; -allier allier VER 4.62 7.97 1.14 0.88 inf; -alliera allier VER 4.62 7.97 0.02 0.00 ind:fut:3s; -allierait allier VER 4.62 7.97 0.02 0.00 cnd:pre:3s; -alliez aller VER 9992.78 2854.93 16.49 3.31 ind:imp:2p; -alligator alligator NOM m s 2.80 0.47 1.63 0.20 -alligators alligator NOM m p 2.80 0.47 1.17 0.27 -allions aller VER 9992.78 2854.93 8.62 23.65 ind:imp:1p; -alliât allier VER 4.62 7.97 0.00 0.07 sub:imp:3s; -allitératif allitératif ADJ m s 0.01 0.00 0.01 0.00 -allitération allitération NOM f s 0.09 0.00 0.05 0.00 -allitérations allitération NOM f p 0.09 0.00 0.03 0.00 -allié allié NOM m s 11.64 55.34 2.40 4.05 -alliée allié NOM f s 11.64 55.34 1.47 2.16 -alliées allié ADJ f p 2.66 25.68 0.64 9.53 -allium allium NOM m s 0.02 0.00 0.02 0.00 -alliés allié NOM m p 11.64 55.34 7.59 48.51 -allo allo ONO 31.11 2.16 31.11 2.16 -allobarbital allobarbital NOM m 0.00 0.07 0.00 0.07 -allobroges allobroge ADJ p 0.00 0.27 0.00 0.27 -alloc alloc NOM f s 0.59 0.14 0.18 0.00 -allocataires allocataire NOM p 0.03 0.00 0.03 0.00 -allocation allocation NOM f s 3.16 1.55 1.35 0.41 -allocations allocation NOM f p 3.16 1.55 1.81 1.15 -allochtone allochtone NOM m s 0.01 0.00 0.01 0.00 -allocs alloc NOM f p 0.59 0.14 0.41 0.14 -allocution allocution NOM f s 0.33 4.12 0.31 3.11 -allocutions allocution NOM f p 0.33 4.12 0.02 1.01 -allogreffe allogreffe NOM f s 0.01 0.00 0.01 0.00 -allogènes allogène ADJ f p 0.00 0.07 0.00 0.07 -allâmes aller VER 9992.78 2854.93 0.06 3.45 ind:pas:1p; -allonge allonger VER 41.05 89.66 11.81 10.07 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:1s; -allongea allonger VER 41.05 89.66 0.12 8.99 ind:pas:3s; -allongeai allonger VER 41.05 89.66 0.02 0.88 ind:pas:1s; -allongeaient allonger VER 41.05 89.66 0.03 2.43 ind:imp:3p; -allongeais allonger VER 41.05 89.66 0.47 0.95 ind:imp:1s;ind:imp:2s; -allongeait allonger VER 41.05 89.66 0.32 6.35 ind:imp:3s; -allongeant allonger VER 41.05 89.66 0.40 3.58 par:pre; -allongement allongement NOM m s 0.09 0.68 0.09 0.68 -allongent allonger VER 41.05 89.66 0.97 2.57 ind:pre:3p; -allongeâmes allonger VER 41.05 89.66 0.00 0.20 ind:pas:1p; -allongeons allonger VER 41.05 89.66 0.11 0.14 imp:pre:1p;ind:pre:1p; -allongeât allonger VER 41.05 89.66 0.00 0.07 sub:imp:3s; -allonger allonger VER 41.05 89.66 9.96 12.16 ind:pre:2p;inf; -allongera allonger VER 41.05 89.66 0.04 0.20 ind:fut:3s; -allongerai allonger VER 41.05 89.66 0.05 0.14 ind:fut:1s; -allongeraient allonger VER 41.05 89.66 0.01 0.07 cnd:pre:3p; -allongerais allonger VER 41.05 89.66 0.04 0.20 cnd:pre:1s;cnd:pre:2s; -allongerait allonger VER 41.05 89.66 0.00 0.47 cnd:pre:3s; -allongeras allonger VER 41.05 89.66 0.04 0.00 ind:fut:2s; -allonges allonger VER 41.05 89.66 1.02 0.07 ind:pre:2s; -allongez allonger VER 41.05 89.66 4.13 0.34 imp:pre:2p;ind:pre:2p; -allongiez allonger VER 41.05 89.66 0.10 0.07 ind:imp:2p; -allongions allonger VER 41.05 89.66 0.01 0.27 ind:imp:1p; -allongèrent allonger VER 41.05 89.66 0.00 0.88 ind:pas:3p; -allongé allonger VER m s 41.05 89.66 5.92 20.20 par:pas; -allongée allonger VER f s 41.05 89.66 4.04 10.88 par:pas; -allongées allongé ADJ f p 3.42 12.57 0.14 2.09 -allongés allonger VER m p 41.05 89.66 1.37 5.61 par:pas; -allons aller VER 9992.78 2854.93 500.21 129.80 imp:pre:1p;ind:pre:1p; -allopathie allopathie NOM f s 0.14 0.00 0.14 0.00 -allostérique allostérique ADJ m s 0.01 0.00 0.01 0.00 -allât aller VER 9992.78 2854.93 0.01 2.97 sub:imp:3s; -alloua allouer VER 0.57 2.09 0.00 0.14 ind:pas:3s; -allouait allouer VER 0.57 2.09 0.00 0.54 ind:imp:3s; -allouant allouer VER 0.57 2.09 0.00 0.07 par:pre; -alloue allouer VER 0.57 2.09 0.04 0.00 ind:pre:1s;ind:pre:3s; -allouer allouer VER 0.57 2.09 0.09 0.34 inf; -allouerait allouer VER 0.57 2.09 0.00 0.14 cnd:pre:3s; -alloué allouer VER m s 0.57 2.09 0.21 0.41 par:pas; -allouée allouer VER f s 0.57 2.09 0.14 0.20 par:pas; -alloués allouer VER m p 0.57 2.09 0.09 0.27 par:pas; -allèche allécher VER 0.07 2.09 0.00 0.07 ind:pre:3s; -allège alléger VER 3.65 6.89 0.36 0.95 imp:pre:2s;ind:pre:1s;ind:pre:3s; -allègement allègement NOM m s 0.04 0.20 0.04 0.20 -allègent alléger VER 3.65 6.89 0.01 0.27 ind:pre:3p; -allègre allègre ADJ s 0.13 4.93 0.13 4.46 -allègrement allègrement ADV 0.33 2.03 0.33 2.03 -allègres allègre ADJ p 0.13 4.93 0.00 0.47 -allègue alléguer VER 0.07 2.97 0.01 0.07 ind:pre:1s;ind:pre:3s; -allèle allèle NOM m s 0.04 0.00 0.04 0.00 -allèrent aller VER 9992.78 2854.93 0.42 11.69 ind:pas:3p; -allé aller VER m s 9992.78 2854.93 123.26 57.30 par:pas; -allécha allécher VER 0.07 2.09 0.00 0.07 ind:pas:3s; -alléchait allécher VER 0.07 2.09 0.00 0.07 ind:imp:3s; -alléchant alléchant ADJ m s 0.60 2.09 0.25 0.68 -alléchante alléchant ADJ f s 0.60 2.09 0.29 0.61 -alléchantes alléchant ADJ f p 0.60 2.09 0.03 0.41 -alléchants alléchant ADJ m p 0.60 2.09 0.03 0.41 -allécher allécher VER 0.07 2.09 0.04 0.20 inf; -allécherait allécher VER 0.07 2.09 0.00 0.07 cnd:pre:3s; -alléché allécher VER m s 0.07 2.09 0.01 1.01 par:pas; -alléchée allécher VER f s 0.07 2.09 0.00 0.34 par:pas; -alléchés allécher VER m p 0.07 2.09 0.01 0.20 par:pas; -allée aller VER f s 9992.78 2854.93 52.93 25.00 par:pas; -allées aller VER f p 9992.78 2854.93 3.15 2.23 par:pas; -allégation allégation NOM f s 1.87 0.54 0.28 0.07 -allégations allégation NOM f p 1.87 0.54 1.59 0.47 -allégea alléger VER 3.65 6.89 0.10 0.07 ind:pas:3s; -allégeaient alléger VER 3.65 6.89 0.01 0.20 ind:imp:3p; -allégeais alléger VER 3.65 6.89 0.00 0.07 ind:imp:1s; -allégeait alléger VER 3.65 6.89 0.00 0.88 ind:imp:3s; -allégeance allégeance NOM f s 1.64 1.42 1.61 1.35 -allégeances allégeance NOM f p 1.64 1.42 0.04 0.07 -allégeant alléger VER 3.65 6.89 0.02 0.27 par:pre; -allégement allégement NOM m s 0.03 0.54 0.03 0.47 -allégements allégement NOM m p 0.03 0.54 0.00 0.07 -alléger alléger VER 3.65 6.89 1.40 1.69 inf; -allégera alléger VER 3.65 6.89 0.04 0.00 ind:fut:3s; -allégerait alléger VER 3.65 6.89 0.04 0.07 cnd:pre:3s; -allégez alléger VER 3.65 6.89 0.06 0.07 imp:pre:2p;ind:pre:2p; -allégorie allégorie NOM f s 0.41 2.16 0.38 1.15 -allégories allégorie NOM f p 0.41 2.16 0.04 1.01 -allégorique allégorique ADJ s 0.04 1.35 0.04 0.68 -allégoriquement allégoriquement ADV 0.10 0.07 0.10 0.07 -allégoriques allégorique ADJ p 0.04 1.35 0.00 0.68 -allégorisé allégoriser VER m s 0.00 0.07 0.00 0.07 par:pas; -allégrement allégrement ADV 0.03 2.77 0.03 2.77 -allégresse allégresse NOM f s 2.36 11.89 2.36 11.82 -allégresses allégresse NOM f p 2.36 11.89 0.00 0.07 -allégé alléger VER m s 3.65 6.89 1.16 1.08 par:pas; -allégua alléguer VER 0.07 2.97 0.00 0.20 ind:pas:3s; -alléguaient alléguer VER 0.07 2.97 0.00 0.20 ind:imp:3p; -alléguais alléguer VER 0.07 2.97 0.00 0.07 ind:imp:1s; -alléguait alléguer VER 0.07 2.97 0.00 0.27 ind:imp:3s; -alléguant alléguer VER 0.07 2.97 0.02 1.82 par:pre; -allégée alléger VER f s 3.65 6.89 0.18 1.08 par:pas; -alléguer alléguer VER 0.07 2.97 0.00 0.20 inf; -alléguera alléguer VER 0.07 2.97 0.00 0.07 ind:fut:3s; -allégées alléger VER f p 3.65 6.89 0.16 0.14 par:pas; -allégés alléger VER m p 3.65 6.89 0.10 0.07 par:pas; -allégué alléguer VER m s 0.07 2.97 0.03 0.07 par:pas; -alléguée alléguer VER f s 0.07 2.97 0.01 0.00 par:pas; -alléluia alléluia ONO 2.62 0.41 2.62 0.41 -alléluias alléluia NOM m p 0.99 0.34 0.28 0.14 -alluma allumer VER 54.80 116.28 0.33 23.78 ind:pas:3s; -allumage allumage NOM m s 1.75 1.35 1.75 1.35 -allumai allumer VER 54.80 116.28 0.01 2.09 ind:pas:1s; -allumaient allumer VER 54.80 116.28 0.17 4.53 ind:imp:3p; -allumais allumer VER 54.80 116.28 0.40 1.22 ind:imp:1s;ind:imp:2s; -allumait allumer VER 54.80 116.28 0.78 8.11 ind:imp:3s; -allumant allumer VER 54.80 116.28 0.33 4.05 par:pre; -allume_cigare allume_cigare NOM m s 0.19 0.14 0.19 0.14 -allume_cigares allume_cigares NOM m 0.14 0.14 0.14 0.14 -allume_feu allume_feu NOM m 0.04 0.27 0.04 0.27 -allume_gaz allume_gaz NOM m 0.20 0.14 0.20 0.14 -allume allumer VER 54.80 116.28 19.22 18.58 imp:pre:2s;ind:pre:1s;ind:pre:3s; -allument allumer VER 54.80 116.28 1.23 3.24 ind:pre:3p; -allumer allumer VER 54.80 116.28 11.98 20.74 inf; -allumera allumer VER 54.80 116.28 0.74 0.34 ind:fut:3s; -allumerai allumer VER 54.80 116.28 0.97 0.14 ind:fut:1s; -allumeraient allumer VER 54.80 116.28 0.00 0.34 cnd:pre:3p; -allumerais allumer VER 54.80 116.28 0.04 0.07 cnd:pre:1s; -allumerait allumer VER 54.80 116.28 0.03 0.34 cnd:pre:3s; -allumeras allumer VER 54.80 116.28 0.07 0.07 ind:fut:2s; -allumerons allumer VER 54.80 116.28 0.02 0.14 ind:fut:1p; -allumeront allumer VER 54.80 116.28 0.45 0.20 ind:fut:3p; -allumes allumer VER 54.80 116.28 1.69 0.27 ind:pre:2s;sub:pre:2s; -allumette allumette NOM f s 15.65 20.88 4.43 9.73 -allumettes allumette NOM f p 15.65 20.88 11.22 11.15 -allumeur allumeur NOM m s 1.41 1.15 0.32 0.14 -allumeurs allumeur NOM m p 1.41 1.15 0.07 0.07 -allumeuse allumeur NOM f s 1.41 1.15 1.02 0.74 -allumeuses allumeuse NOM f p 0.09 0.00 0.09 0.00 -allumez allumer VER 54.80 116.28 5.27 0.47 imp:pre:2p;ind:pre:2p; -allumiez allumer VER 54.80 116.28 0.25 0.00 ind:imp:2p; -allumions allumer VER 54.80 116.28 0.01 0.34 ind:imp:1p; -allumoir allumoir NOM m s 0.00 0.07 0.00 0.07 -allumâmes allumer VER 54.80 116.28 0.00 0.14 ind:pas:1p; -allumons allumer VER 54.80 116.28 0.53 0.47 imp:pre:1p;ind:pre:1p; -allumât allumer VER 54.80 116.28 0.00 0.20 sub:imp:3s; -allumèrent allumer VER 54.80 116.28 0.02 2.50 ind:pas:3p; -allumé allumer VER m s 54.80 116.28 6.76 15.54 par:pas; -allumée allumé ADJ f s 5.76 14.59 3.59 5.74 -allumées allumer VER f p 54.80 116.28 0.80 1.89 par:pas; -allumés allumer VER m p 54.80 116.28 0.62 1.49 par:pas; -allure allure NOM f s 10.57 65.88 10.00 57.09 -allures allure NOM f p 10.57 65.88 0.56 8.78 -alluré alluré ADJ m s 0.00 0.07 0.00 0.07 -allés aller VER m p 9992.78 2854.93 26.37 17.23 par:pas; -allusif allusif ADJ m s 0.00 1.22 0.00 0.34 -allusifs allusif ADJ m p 0.00 1.22 0.00 0.20 -allusion allusion NOM f s 4.72 31.15 3.88 23.18 -allusionne allusionner VER 0.00 0.07 0.00 0.07 ind:pre:3s; -allusions allusion NOM f p 4.72 31.15 0.84 7.97 -allusive allusif ADJ f s 0.00 1.22 0.00 0.41 -allusivement allusivement ADV 0.10 0.14 0.10 0.14 -allusives allusif ADJ f p 0.00 1.22 0.00 0.27 -alluvion alluvion NOM f s 0.16 0.95 0.01 0.14 -alluvions alluvion NOM f p 0.16 0.95 0.14 0.81 -alma alma NOM f s 0.86 0.14 0.86 0.14 -almanach almanach NOM m s 1.00 1.89 0.89 1.22 -almanachs almanach NOM m p 1.00 1.89 0.11 0.68 -almohade almohade NOM s 0.10 0.14 0.10 0.07 -almohades almohade NOM p 0.10 0.14 0.00 0.07 -almée almée NOM f s 0.00 0.27 0.00 0.14 -almées almée NOM f p 0.00 0.27 0.00 0.14 -aloi aloi NOM m s 0.22 1.89 0.22 1.89 -alopécie alopécie NOM f s 0.05 0.07 0.05 0.07 -alors alors ADV 1777.65 1033.78 1777.65 1033.78 -alose alose NOM f s 0.04 0.47 0.04 0.20 -aloses alose NOM f p 0.04 0.47 0.00 0.27 -aloès aloès NOM m 0.23 1.15 0.23 1.15 -alouette alouette NOM f s 1.41 4.32 1.32 1.82 -alouettes alouette NOM f p 1.41 4.32 0.09 2.50 -alourdît alourdir VER 0.66 15.34 0.00 0.07 sub:imp:3s; -alourdi alourdir VER m s 0.66 15.34 0.07 2.50 par:pas; -alourdie alourdir VER f s 0.66 15.34 0.01 2.64 par:pas; -alourdies alourdir VER f p 0.66 15.34 0.00 1.28 par:pas; -alourdir alourdir VER 0.66 15.34 0.38 1.82 inf; -alourdirai alourdir VER 0.66 15.34 0.01 0.00 ind:fut:1s; -alourdiraient alourdir VER 0.66 15.34 0.00 0.07 cnd:pre:3p; -alourdirent alourdir VER 0.66 15.34 0.00 0.20 ind:pas:3p; -alourdis alourdir VER m p 0.66 15.34 0.13 1.55 imp:pre:2s;ind:pre:1s;par:pas; -alourdissaient alourdir VER 0.66 15.34 0.01 0.68 ind:imp:3p; -alourdissait alourdir VER 0.66 15.34 0.00 1.69 ind:imp:3s; -alourdissant alourdir VER 0.66 15.34 0.00 0.41 par:pre; -alourdissement alourdissement NOM m s 0.00 0.14 0.00 0.14 -alourdissent alourdir VER 0.66 15.34 0.00 0.68 ind:pre:3p; -alourdit alourdir VER 0.66 15.34 0.04 1.76 ind:pre:3s;ind:pas:3s; -aloyau aloyau NOM m s 0.27 0.27 0.27 0.27 -alpa alper VER 0.30 0.07 0.30 0.07 ind:pas:3s; -alpaga alpaga NOM m s 0.12 1.28 0.12 1.28 -alpage alpage NOM m s 0.01 0.81 0.00 0.34 -alpages alpage NOM m p 0.01 0.81 0.01 0.47 -alpaguait alpaguer VER 0.34 2.16 0.01 0.07 ind:imp:3s; -alpague alpaguer VER 0.34 2.16 0.19 0.88 ind:pre:1s;ind:pre:3s; -alpaguent alpaguer VER 0.34 2.16 0.02 0.07 ind:pre:3p; -alpaguer alpaguer VER 0.34 2.16 0.09 0.74 inf; -alpaguerait alpaguer VER 0.34 2.16 0.00 0.07 cnd:pre:3s; -alpagué alpaguer VER m s 0.34 2.16 0.03 0.20 par:pas; -alpaguée alpaguer VER f s 0.34 2.16 0.00 0.07 par:pas; -alpagués alpaguer VER m p 0.34 2.16 0.00 0.07 par:pas; -alpe alpe NOM f s 0.14 0.27 0.00 0.20 -alpenstock alpenstock NOM m s 0.00 0.34 0.00 0.34 -alpes alpe NOM f p 0.14 0.27 0.14 0.07 -alpestre alpestre ADJ s 0.10 0.47 0.10 0.27 -alpestres alpestre ADJ m p 0.10 0.47 0.00 0.20 -alpha alpha NOM m 2.09 0.61 2.09 0.61 -alphabet alphabet NOM m s 3.16 4.73 3.14 4.39 -alphabets alphabet NOM m p 3.16 4.73 0.02 0.34 -alphabétique alphabétique ADJ s 1.00 1.69 1.00 1.69 -alphabétiquement alphabétiquement ADV 0.14 0.07 0.14 0.07 -alphabétisation alphabétisation NOM f s 0.30 0.07 0.30 0.07 -alphabétiser alphabétiser VER 0.02 0.00 0.02 0.00 inf; -alphabétisé alphabétisé ADJ m s 0.01 0.00 0.01 0.00 -alphanumérique alphanumérique ADJ m s 0.07 0.00 0.07 0.00 -alpin alpin ADJ m s 1.19 3.04 0.18 0.95 -alpine alpin ADJ f s 1.19 3.04 0.43 0.47 -alpines alpin ADJ f p 1.19 3.04 0.00 0.20 -alpinisme alpinisme NOM m s 0.67 0.61 0.67 0.61 -alpiniste alpiniste NOM s 1.96 1.49 0.95 1.15 -alpinistes alpiniste NOM p 1.96 1.49 1.00 0.34 -alpins alpin ADJ m p 1.19 3.04 0.58 1.42 -alsacien alsacien ADJ m s 0.04 3.99 0.02 1.89 -alsacienne alsacien ADJ f s 0.04 3.99 0.00 1.55 -alsaciennes alsacien ADJ f p 0.04 3.99 0.00 0.20 -alsaciens alsacien ADJ m p 0.04 3.99 0.03 0.34 -alstonia alstonia NOM f s 0.14 0.00 0.14 0.00 -alter_ego alter_ego NOM m 0.30 0.54 0.30 0.54 -alter alter ADV 0.00 0.07 0.00 0.07 -altercation altercation NOM f s 1.20 1.49 1.12 1.42 -altercations altercation NOM f p 1.20 1.49 0.09 0.07 -alterna alterner VER 1.49 6.82 0.00 0.07 ind:pas:3s; -alternaient alterner VER 1.49 6.82 0.02 1.76 ind:imp:3p; -alternait alterner VER 1.49 6.82 0.04 0.34 ind:imp:3s; -alternance alternance NOM f s 0.20 3.78 0.20 2.84 -alternances alternance NOM f p 0.20 3.78 0.00 0.95 -alternant alterner VER 1.49 6.82 0.26 1.62 par:pre; -alternateur alternateur NOM m s 0.14 0.00 0.14 0.00 -alternatif alternatif ADJ m s 2.02 0.95 1.02 0.14 -alternatifs alternatif ADJ m p 2.02 0.95 0.23 0.07 -alternative alternative NOM f s 5.89 2.23 4.96 1.89 -alternativement alternativement ADV 0.16 5.88 0.16 5.88 -alternatives alternative NOM f p 5.89 2.23 0.93 0.34 -alterne alterner VER 1.49 6.82 0.19 0.47 imp:pre:2s;ind:pre:1s;ind:pre:3s; -alternent alterner VER 1.49 6.82 0.02 0.68 ind:pre:3p; -alterner alterner VER 1.49 6.82 0.70 0.74 inf; -alternera alterner VER 1.49 6.82 0.01 0.00 ind:fut:3s; -alternez alterner VER 1.49 6.82 0.06 0.00 imp:pre:2p;ind:pre:2p; -alternions alterner VER 1.49 6.82 0.01 0.00 ind:imp:1p; -alternèrent alterner VER 1.49 6.82 0.00 0.07 ind:pas:3p; -alterné alterner VER m s 1.49 6.82 0.16 0.14 par:pas; -alternée alterné ADJ f s 0.09 0.81 0.07 0.00 -alternées alterné ADJ f p 0.09 0.81 0.01 0.41 -alternés alterner VER m p 1.49 6.82 0.00 0.41 par:pas; -altesse altesse NOM f s 12.93 4.05 12.72 1.08 -altesses altesse NOM f p 12.93 4.05 0.20 2.97 -althaea althaea NOM f s 0.01 0.00 0.01 0.00 -alène alène NOM f s 0.24 0.34 0.24 0.34 -alèse alèse NOM f s 0.01 0.61 0.01 0.61 -alèze alèze NOM f s 0.00 0.07 0.00 0.07 -altier altier ADJ m s 0.56 2.91 0.14 0.88 -altiers altier ADJ m p 0.56 2.91 0.01 0.07 -altimètre altimètre NOM m s 0.75 0.14 0.72 0.14 -altimètres altimètre NOM m p 0.75 0.14 0.02 0.00 -altière altier ADJ f s 0.56 2.91 0.41 1.69 -altièrement altièrement ADV 0.00 0.07 0.00 0.07 -altières altier ADJ f p 0.56 2.91 0.00 0.27 -altitude altitude NOM f s 6.39 6.96 6.37 6.35 -altitudes altitude NOM f p 6.39 6.96 0.03 0.61 -alto alto NOM s 0.45 1.08 0.35 0.95 -altos alto NOM p 0.45 1.08 0.10 0.14 -altruisme altruisme NOM m s 0.31 0.74 0.31 0.74 -altruiste altruiste ADJ s 0.86 0.00 0.52 0.00 -altruistes altruiste ADJ p 0.86 0.00 0.34 0.00 -altère altérer VER 2.62 7.50 0.51 0.95 imp:pre:2s;ind:pre:1s;ind:pre:3s; -altèrent altérer VER 2.62 7.50 0.20 0.41 ind:pre:3p; -altuglas altuglas NOM m 0.00 0.07 0.00 0.07 -altéra altérer VER 2.62 7.50 0.00 0.27 ind:pas:3s; -altérable altérable ADJ s 0.01 0.00 0.01 0.00 -altéraient altérer VER 2.62 7.50 0.00 0.41 ind:imp:3p; -altérait altérer VER 2.62 7.50 0.01 0.61 ind:imp:3s; -altérant altérer VER 2.62 7.50 0.06 0.07 par:pre; -altération altération NOM f s 0.64 1.49 0.59 0.95 -altérations altération NOM f p 0.64 1.49 0.05 0.54 -altérer altérer VER 2.62 7.50 0.83 1.89 inf; -altérera altérer VER 2.62 7.50 0.02 0.07 ind:fut:3s; -altéreront altérer VER 2.62 7.50 0.02 0.00 ind:fut:3p; -altérez altérer VER 2.62 7.50 0.01 0.00 ind:pre:2p; -altériez altérer VER 2.62 7.50 0.01 0.00 ind:imp:2p; -altérité altérité NOM f s 0.02 0.20 0.02 0.20 -altérât altérer VER 2.62 7.50 0.01 0.20 sub:imp:3s; -altérèrent altérer VER 2.62 7.50 0.00 0.07 ind:pas:3p; -altéré altérer VER m s 2.62 7.50 0.69 1.35 par:pas; -altérée altérer VER f s 2.62 7.50 0.14 0.81 par:pas; -altérées altérer VER f p 2.62 7.50 0.07 0.20 par:pas; -altérés altérer VER m p 2.62 7.50 0.04 0.20 par:pas; -alu alu NOM m 1.06 0.95 1.06 0.95 -aléa aléa NOM m s 0.34 1.01 0.02 0.20 -aléas aléa NOM m p 0.34 1.01 0.32 0.81 -aléatoire aléatoire ADJ s 2.04 2.16 1.36 1.96 -aléatoirement aléatoirement ADV 0.09 0.00 0.09 0.00 -aléatoires aléatoire ADJ p 2.04 2.16 0.69 0.20 -aludes alude NOM f p 0.14 0.00 0.14 0.00 -aluette aluette NOM f s 0.01 0.00 0.01 0.00 -alémaniques alémanique ADJ p 0.00 0.07 0.00 0.07 -aluminium aluminium NOM m s 2.38 4.32 2.38 4.32 -alun alun NOM m s 0.00 0.74 0.00 0.74 -aluni alunir VER m s 0.43 0.07 0.06 0.00 par:pas; -alunir alunir VER 0.43 0.07 0.25 0.07 inf; -alunira alunir VER 0.43 0.07 0.13 0.00 ind:fut:3s; -alunissage alunissage NOM m s 0.52 0.00 0.51 0.00 -alunissages alunissage NOM m p 0.52 0.00 0.01 0.00 -aléoutien aléoutien ADJ m s 0.02 0.00 0.02 0.00 -alésait aléser VER 0.00 0.14 0.00 0.07 ind:imp:3s; -aléser aléser VER 0.00 0.14 0.00 0.07 inf; -alvar alvar NOM m s 0.05 0.00 0.05 0.00 -alvin alvin ADJ m s 0.12 0.00 0.12 0.00 -alvéolaire alvéolaire ADJ f s 0.04 0.00 0.04 0.00 -alvéole alvéole NOM m s 0.20 3.18 0.11 1.62 -alvéoles alvéole NOM m p 0.20 3.18 0.09 1.55 -alvéolé alvéolé ADJ m s 0.00 0.34 0.00 0.07 -alvéolée alvéolé ADJ f s 0.00 0.34 0.00 0.14 -alvéolées alvéolé ADJ f p 0.00 0.34 0.00 0.07 -alvéolés alvéolé ADJ m p 0.00 0.34 0.00 0.07 -alysse alysse NOM m s 0.03 0.27 0.03 0.27 -am_stram_gram am_stram_gram ONO 0.08 0.14 0.08 0.14 -amabilité amabilité NOM f s 2.91 5.34 2.81 3.78 -amabilités amabilité NOM f p 2.91 5.34 0.11 1.55 -amadou amadou NOM m s 0.01 1.76 0.01 1.76 -amadoua amadouer VER 1.51 3.58 0.00 0.20 ind:pas:3s; -amadouaient amadouer VER 1.51 3.58 0.00 0.07 ind:imp:3p; -amadouait amadouer VER 1.51 3.58 0.01 0.14 ind:imp:3s; -amadouant amadouer VER 1.51 3.58 0.02 0.14 par:pre; -amadoue amadouer VER 1.51 3.58 0.22 0.07 imp:pre:2s;ind:pre:1s;ind:pre:3s; -amadouer amadouer VER 1.51 3.58 1.01 2.70 inf; -amadoueras amadouer VER 1.51 3.58 0.01 0.00 ind:fut:2s; -amadouez amadouer VER 1.51 3.58 0.01 0.00 ind:pre:2p; -amadoué amadouer VER m s 1.51 3.58 0.23 0.27 par:pas; -amaigri amaigrir VER m s 0.04 1.01 0.03 0.54 par:pas; -amaigrie amaigri ADJ f s 0.02 2.16 0.00 0.54 -amaigries amaigri ADJ f p 0.02 2.16 0.00 0.14 -amaigris amaigri ADJ m p 0.02 2.16 0.00 0.41 -amaigrissait amaigrir VER 0.04 1.01 0.00 0.07 ind:imp:3s; -amaigrissant amaigrissant ADJ m s 0.09 0.14 0.03 0.07 -amaigrissante amaigrissant ADJ f s 0.09 0.14 0.01 0.00 -amaigrissantes amaigrissant ADJ f p 0.09 0.14 0.04 0.00 -amaigrissants amaigrissant ADJ m p 0.09 0.14 0.00 0.07 -amaigrissement amaigrissement NOM m s 0.20 0.54 0.20 0.54 -amaigrit amaigrir VER 0.04 1.01 0.01 0.07 ind:pre:3s;ind:pas:3s; -amalfitaine amalfitain ADJ f s 0.00 0.07 0.00 0.07 -amalgamaient amalgamer VER 0.44 1.22 0.00 0.14 ind:imp:3p; -amalgamais amalgamer VER 0.44 1.22 0.00 0.07 ind:imp:1s; -amalgamait amalgamer VER 0.44 1.22 0.00 0.07 ind:imp:3s; -amalgamant amalgamer VER 0.44 1.22 0.10 0.00 par:pre; -amalgame amalgame NOM m s 0.31 2.03 0.30 1.82 -amalgamer amalgamer VER 0.44 1.22 0.00 0.27 inf; -amalgames amalgame NOM m p 0.31 2.03 0.01 0.20 -amalgamez amalgamer VER 0.44 1.22 0.00 0.07 ind:pre:2p; -amalgamé amalgamer VER m s 0.44 1.22 0.27 0.14 par:pas; -amalgamée amalgamer VER f s 0.44 1.22 0.04 0.00 par:pas; -amalgamées amalgamer VER f p 0.44 1.22 0.00 0.14 par:pas; -amalgamés amalgamer VER m p 0.44 1.22 0.02 0.34 par:pas; -aman aman NOM m s 0.04 0.14 0.04 0.14 -amande amande NOM f s 2.19 8.18 1.07 3.99 -amandes amande NOM f p 2.19 8.18 1.13 4.19 -amandier amandier NOM m s 0.40 2.23 0.14 0.34 -amandiers amandier NOM m p 0.40 2.23 0.27 1.89 -amandine amandin NOM f s 0.01 0.07 0.01 0.00 -amandines amandine NOM f p 0.02 0.00 0.02 0.00 -amanite amanite NOM f s 0.10 0.27 0.00 0.14 -amanites amanite NOM f p 0.10 0.27 0.10 0.14 -amant amant NOM m s 35.03 69.59 23.28 46.76 -amante amante NOM f s 1.55 6.76 1.04 5.54 -amantes amante NOM f p 1.55 6.76 0.52 1.22 -amants amant NOM m p 35.03 69.59 11.75 22.84 -amarante amarante NOM s 0.05 0.61 0.02 0.27 -amarantes amarante NOM p 0.05 0.61 0.03 0.34 -amaro amaro NOM m s 2.02 0.00 2.02 0.00 -amarra amarrer VER 1.44 6.69 0.08 0.34 ind:pas:3s; -amarrage amarrage NOM m s 0.46 0.61 0.45 0.54 -amarrages amarrage NOM m p 0.46 0.61 0.01 0.07 -amarrai amarrer VER 1.44 6.69 0.00 0.07 ind:pas:1s; -amarraient amarrer VER 1.44 6.69 0.00 0.27 ind:imp:3p; -amarrais amarrer VER 1.44 6.69 0.00 0.07 ind:imp:1s; -amarrait amarrer VER 1.44 6.69 0.04 0.20 ind:imp:3s; -amarrant amarrer VER 1.44 6.69 0.00 0.14 par:pre; -amarre amarre NOM f s 1.66 4.66 0.58 1.42 -amarrent amarrer VER 1.44 6.69 0.00 0.07 ind:pre:3p; -amarrer amarrer VER 1.44 6.69 0.22 1.01 inf; -amarres amarre NOM f p 1.66 4.66 1.08 3.24 -amarrez amarrer VER 1.44 6.69 0.16 0.00 imp:pre:2p; -amarré amarrer VER m s 1.44 6.69 0.49 1.89 par:pas; -amarrée amarrer VER f s 1.44 6.69 0.15 0.88 par:pas; -amarrées amarrer VER f p 1.44 6.69 0.00 0.68 par:pas; -amarrés amarrer VER m p 1.44 6.69 0.08 0.81 par:pas; -amaryllis amaryllis NOM f 0.03 1.22 0.03 1.22 -amas amas NOM m 1.56 9.32 1.56 9.32 -amassa amasser VER 3.46 8.24 0.02 0.34 ind:pas:3s; -amassai amasser VER 3.46 8.24 0.00 0.07 ind:pas:1s; -amassaient amasser VER 3.46 8.24 0.01 0.61 ind:imp:3p; -amassait amasser VER 3.46 8.24 0.02 0.68 ind:imp:3s; -amassant amasser VER 3.46 8.24 0.03 0.54 par:pre; -amasse amasser VER 3.46 8.24 0.71 0.61 imp:pre:2s;ind:pre:1s;ind:pre:3s; -amassent amasser VER 3.46 8.24 0.19 0.27 ind:pre:3p; -amasser amasser VER 3.46 8.24 0.47 1.55 inf; -amassera amasser VER 3.46 8.24 0.14 0.00 ind:fut:3s; -amassez amasser VER 3.46 8.24 0.62 0.00 imp:pre:2p;ind:pre:2p; -amassons amasser VER 3.46 8.24 0.01 0.00 ind:pre:1p; -amassèrent amasser VER 3.46 8.24 0.00 0.07 ind:pas:3p; -amassé amasser VER m s 3.46 8.24 0.91 1.55 par:pas; -amassée amasser VER f s 3.46 8.24 0.03 0.61 par:pas; -amassées amasser VER f p 3.46 8.24 0.17 0.41 par:pas; -amassés amasser VER m p 3.46 8.24 0.12 0.95 par:pas; -amateur amateur NOM s 11.66 16.15 5.53 7.16 -amateurisme amateurisme NOM m s 0.12 0.34 0.12 0.34 -amateurs amateur NOM p 11.66 16.15 6.04 8.99 -amati amatir VER m s 0.00 0.14 0.00 0.14 par:pas; -amatrice amateur NOM f s 11.66 16.15 0.09 0.00 -amaurose amaurose NOM f s 0.00 0.07 0.00 0.07 -amazone amazone NOM f s 0.55 2.23 0.25 1.89 -amazones amazone NOM f p 0.55 2.23 0.30 0.34 -amazonien amazonien ADJ m s 0.36 0.14 0.03 0.07 -amazonienne amazonien ADJ f s 0.36 0.14 0.30 0.00 -amazoniennes amazonien ADJ f p 0.36 0.14 0.04 0.07 -ambages ambages NOM f p 0.29 0.88 0.29 0.88 -ambassade ambassade NOM f s 9.49 15.34 8.85 13.38 -ambassades ambassade NOM f p 9.49 15.34 0.65 1.96 -ambassadeur ambassadeur NOM m s 13.85 33.72 11.57 26.15 -ambassadeurs ambassadeur NOM m p 13.85 33.72 0.96 3.85 -ambassadrice ambassadeur NOM f s 13.85 33.72 1.32 3.58 -ambassadrices ambassadeur NOM f p 13.85 33.72 0.00 0.14 -ambiance ambiance NOM f s 12.37 11.55 12.33 11.08 -ambiances ambiance NOM f p 12.37 11.55 0.03 0.47 -ambiant ambiant ADJ m s 0.75 4.05 0.20 1.49 -ambiante ambiant ADJ f s 0.75 4.05 0.50 2.23 -ambiantes ambiant ADJ f p 0.75 4.05 0.01 0.34 -ambiants ambiant ADJ m p 0.75 4.05 0.04 0.00 -ambidextre ambidextre ADJ f s 0.32 0.00 0.32 0.00 -ambigu ambigu ADJ m s 2.58 8.99 1.77 4.05 -ambiguïté ambiguïté NOM f s 0.52 3.04 0.39 2.84 -ambiguïtés ambiguïté NOM f p 0.52 3.04 0.14 0.20 -ambigus ambigu ADJ m p 2.58 8.99 0.27 1.55 -ambiguë ambigu ADJ f s 2.58 8.99 0.51 2.57 -ambiguës ambigu ADJ f p 2.58 8.99 0.04 0.81 -ambitieuse ambitieux ADJ f s 6.08 4.73 1.09 0.81 -ambitieuses ambitieux ADJ f p 6.08 4.73 0.17 0.20 -ambitieux ambitieux ADJ m 6.08 4.73 4.82 3.72 -ambition ambition NOM f s 11.15 30.34 7.98 19.32 -ambitionnais ambitionner VER 0.06 1.49 0.02 0.14 ind:imp:1s; -ambitionnait ambitionner VER 0.06 1.49 0.00 0.41 ind:imp:3s; -ambitionnant ambitionner VER 0.06 1.49 0.00 0.07 par:pre; -ambitionne ambitionner VER 0.06 1.49 0.03 0.41 ind:pre:1s;ind:pre:3s; -ambitionnent ambitionner VER 0.06 1.49 0.01 0.07 ind:pre:3p; -ambitionner ambitionner VER 0.06 1.49 0.00 0.14 inf; -ambitionnez ambitionner VER 0.06 1.49 0.00 0.07 ind:pre:2p; -ambitionné ambitionner VER m s 0.06 1.49 0.00 0.20 par:pas; -ambitions ambition NOM f p 11.15 30.34 3.17 11.01 -ambivalence ambivalence NOM f s 0.28 0.41 0.28 0.34 -ambivalences ambivalence NOM f p 0.28 0.41 0.00 0.07 -ambivalent ambivalent ADJ m s 0.17 0.20 0.11 0.14 -ambivalente ambivalent ADJ f s 0.17 0.20 0.06 0.07 -amble amble NOM m s 0.30 0.47 0.30 0.47 -ambler ambler VER 0.05 0.00 0.05 0.00 inf; -amboine amboine NOM s 0.00 0.07 0.00 0.07 -ambon ambon NOM m s 0.00 0.07 0.00 0.07 -ambras ambrer VER 0.04 0.54 0.00 0.07 ind:pas:2s; -ambre ambre NOM m s 0.93 4.39 0.93 4.39 -ambrer ambrer VER 0.04 0.54 0.01 0.00 inf; -ambroisie ambroisie NOM f s 0.51 0.14 0.51 0.14 -ambré ambré ADJ m s 0.19 2.16 0.01 0.74 -ambrée ambré ADJ f s 0.19 2.16 0.17 1.08 -ambrées ambrer VER f p 0.04 0.54 0.01 0.00 par:pas; -ambrés ambré ADJ m p 0.19 2.16 0.01 0.20 -ambulance ambulance NOM f s 27.55 11.69 25.94 9.26 -ambulances ambulance NOM f p 27.55 11.69 1.61 2.43 -ambulancier ambulancier NOM m s 1.64 1.69 0.57 0.61 -ambulanciers ambulancier NOM m p 1.64 1.69 1.01 0.88 -ambulancière ambulancier NOM f s 1.64 1.69 0.04 0.14 -ambulancières ambulancier NOM f p 1.64 1.69 0.00 0.07 -ambulant ambulant ADJ m s 3.08 5.41 1.82 3.04 -ambulante ambulant ADJ f s 3.08 5.41 0.98 1.15 -ambulantes ambulant ADJ f p 3.08 5.41 0.13 0.07 -ambulants ambulant ADJ m p 3.08 5.41 0.15 1.15 -ambulatoire ambulatoire ADJ s 0.14 0.07 0.14 0.07 -amen amen ONO 19.70 2.23 19.70 2.23 -amena amener VER 190.32 93.92 0.74 5.27 ind:pas:3s; -amenai amener VER 190.32 93.92 0.02 0.34 ind:pas:1s; -amenaient amener VER 190.32 93.92 0.37 2.16 ind:imp:3p; -amenais amener VER 190.32 93.92 1.17 0.34 ind:imp:1s;ind:imp:2s; -amenait amener VER 190.32 93.92 1.87 9.46 ind:imp:3s; -amenant amener VER 190.32 93.92 0.66 2.43 par:pre; -amendai amender VER 1.49 1.08 0.00 0.07 ind:pas:1s; -amendait amender VER 1.49 1.08 0.00 0.07 ind:imp:3s; -amende amende NOM f s 9.37 4.80 8.38 3.65 -amendement amendement NOM m s 3.75 0.68 3.28 0.14 -amendements amendement NOM m p 3.75 0.68 0.47 0.54 -amendent amender VER 1.49 1.08 0.01 0.14 ind:pre:3p; -amender amender VER 1.49 1.08 1.06 0.47 inf; -amenderez amender VER 1.49 1.08 0.00 0.07 ind:fut:2p; -amendes amende NOM f p 9.37 4.80 0.99 1.15 -amendez amender VER 1.49 1.08 0.04 0.00 imp:pre:2p;ind:pre:2p; -amendât amender VER 1.49 1.08 0.00 0.07 sub:imp:3s; -amendé amender VER m s 1.49 1.08 0.05 0.07 par:pas; -amendée amender VER f s 1.49 1.08 0.05 0.00 par:pas; -amener amener VER 190.32 93.92 35.60 18.18 inf;; -amenez amener VER 190.32 93.92 21.53 1.28 imp:pre:2p;ind:pre:2p; -ameniez amener VER 190.32 93.92 0.25 0.07 ind:imp:2p; -amenions amener VER 190.32 93.92 0.25 0.14 ind:imp:1p; -amenons amener VER 190.32 93.92 1.02 0.00 imp:pre:1p;ind:pre:1p; -amenât amener VER 190.32 93.92 0.00 0.20 sub:imp:3s; -amenèrent amener VER 190.32 93.92 0.61 1.08 ind:pas:3p; -amené amener VER m s 190.32 93.92 38.14 20.00 par:pas; -amenée amener VER f s 190.32 93.92 7.87 5.81 par:pas; -amenées amener VER f p 190.32 93.92 0.73 0.88 par:pas; -amenuisaient amenuiser VER 0.42 4.19 0.00 0.14 ind:imp:3p; -amenuisait amenuiser VER 0.42 4.19 0.02 0.95 ind:imp:3s; -amenuisant amenuiser VER 0.42 4.19 0.00 0.88 par:pre; -amenuise amenuiser VER 0.42 4.19 0.14 0.61 ind:pre:3s; -amenuisement amenuisement NOM m s 0.00 0.14 0.00 0.14 -amenuisent amenuiser VER 0.42 4.19 0.23 0.41 ind:pre:3p; -amenuiser amenuiser VER 0.42 4.19 0.01 0.47 inf; -amenuiserait amenuiser VER 0.42 4.19 0.03 0.14 cnd:pre:3s; -amenuisèrent amenuiser VER 0.42 4.19 0.00 0.14 ind:pas:3p; -amenuisé amenuiser VER m s 0.42 4.19 0.00 0.14 par:pas; -amenuisée amenuiser VER f s 0.42 4.19 0.00 0.27 par:pas; -amenuisés amenuiser VER m p 0.42 4.19 0.00 0.07 par:pas; -amenés amener VER m p 190.32 93.92 4.71 6.15 par:pas; -amer amer ADJ m s 11.94 30.07 5.82 11.69 -amerlo amerlo NOM s 0.10 0.47 0.00 0.14 -amerloque amerloque NOM s 1.05 1.76 0.61 1.01 -amerloques amerloque NOM p 1.05 1.76 0.44 0.74 -amerlos amerlo NOM p 0.10 0.47 0.10 0.34 -amerri amerrir VER m s 0.13 0.07 0.04 0.00 par:pas; -amerrir amerrir VER 0.13 0.07 0.06 0.07 inf; -amerrissage amerrissage NOM m s 0.16 0.00 0.16 0.00 -amerrit amerrir VER 0.13 0.07 0.02 0.00 ind:pre:3s;ind:pas:3s; -amers amer ADJ m p 11.94 30.07 1.25 2.57 -amertume amertume NOM f s 4.64 19.39 4.64 19.05 -amertumes amertume NOM f p 4.64 19.39 0.00 0.34 -ameublement ameublement NOM m s 0.12 0.95 0.12 0.88 -ameublements ameublement NOM m p 0.12 0.95 0.00 0.07 -ameuta ameuter VER 1.48 3.51 0.00 0.14 ind:pas:3s; -ameutaient ameuter VER 1.48 3.51 0.00 0.14 ind:imp:3p; -ameutait ameuter VER 1.48 3.51 0.00 0.07 ind:imp:3s; -ameutant ameuter VER 1.48 3.51 0.00 0.27 par:pre; -ameute ameuter VER 1.48 3.51 0.30 0.27 imp:pre:2s;ind:pre:1s;ind:pre:3s; -ameutent ameuter VER 1.48 3.51 0.01 0.07 ind:pre:3p; -ameuter ameuter VER 1.48 3.51 0.89 1.62 inf; -ameutera ameuter VER 1.48 3.51 0.01 0.00 ind:fut:3s; -ameuterait ameuter VER 1.48 3.51 0.01 0.14 cnd:pre:3s; -ameutât ameuter VER 1.48 3.51 0.00 0.07 sub:imp:3s; -ameuté ameuter VER m s 1.48 3.51 0.25 0.47 par:pas; -ameutée ameuter VER f s 1.48 3.51 0.00 0.07 par:pas; -ameutées ameuter VER f p 1.48 3.51 0.00 0.07 par:pas; -ameutés ameuter VER m p 1.48 3.51 0.01 0.14 par:pas; -amharique amharique NOM m s 0.27 0.00 0.27 0.00 -ami ami NOM m s 747.98 354.12 360.90 140.14 -amiable amiable ADJ m s 1.06 1.82 1.06 1.82 -amiante amiante NOM m s 0.82 0.54 0.82 0.54 -amibe amibe NOM f s 0.40 0.20 0.27 0.14 -amibes amibe NOM f p 0.40 0.20 0.13 0.07 -amibienne amibien ADJ f s 0.05 0.14 0.05 0.14 -amical amical ADJ m s 9.88 23.04 4.26 11.22 -amicale amical ADJ f s 9.88 23.04 3.67 7.57 -amicalement amicalement ADV 1.15 4.12 1.15 4.12 -amicales amical ADJ f p 9.88 23.04 0.60 2.57 -amicalités amicalité NOM f p 0.00 0.07 0.00 0.07 -amicaux amical ADJ m p 9.88 23.04 1.35 1.69 -amidon amidon NOM m s 0.49 0.74 0.49 0.74 -amidonnaient amidonner VER 0.33 1.89 0.00 0.07 ind:imp:3p; -amidonnent amidonner VER 0.33 1.89 0.02 0.00 ind:pre:3p; -amidonner amidonner VER 0.33 1.89 0.04 0.20 inf; -amidonnez amidonner VER 0.33 1.89 0.02 0.00 imp:pre:2p;ind:pre:2p; -amidonné amidonner VER m s 0.33 1.89 0.04 0.54 par:pas; -amidonnée amidonner VER f s 0.33 1.89 0.02 0.34 par:pas; -amidonnées amidonner VER f p 0.33 1.89 0.15 0.20 par:pas; -amidonnés amidonner VER m p 0.33 1.89 0.04 0.54 par:pas; -amie ami NOM f s 747.98 354.12 113.54 54.32 -amies ami NOM f p 747.98 354.12 20.88 16.22 -amignoter amignoter VER 0.00 0.07 0.00 0.07 inf; -amigo amigo NOM m s 6.91 1.08 4.75 0.95 -amigos amigo NOM m p 6.91 1.08 2.15 0.14 -aminci aminci ADJ m s 0.10 0.47 0.10 0.14 -amincie amincir VER f s 0.25 2.30 0.00 0.14 par:pas; -amincies aminci ADJ f p 0.10 0.47 0.00 0.20 -amincir amincir VER 0.25 2.30 0.03 0.27 inf; -amincis aminci ADJ m p 0.10 0.47 0.00 0.07 -amincissaient amincir VER 0.25 2.30 0.00 0.27 ind:imp:3p; -amincissait amincir VER 0.25 2.30 0.03 0.20 ind:imp:3s; -amincissant amincissant ADJ m s 0.09 0.07 0.03 0.07 -amincissante amincissant ADJ f s 0.09 0.07 0.04 0.00 -amincissantes amincissant ADJ f p 0.09 0.07 0.01 0.00 -amincissants amincissant NOM m p 0.03 0.14 0.01 0.00 -amincissement amincissement NOM m s 0.10 0.14 0.10 0.14 -amincissent amincir VER 0.25 2.30 0.00 0.34 ind:pre:3p; -amincit amincir VER 0.25 2.30 0.19 0.68 ind:pre:3s;ind:pas:3s; -amine amine NOM f s 0.01 0.00 0.01 0.00 -aminoacides aminoacide NOM m p 0.02 0.00 0.02 0.00 -aminophylline aminophylline NOM f s 0.01 0.00 0.01 0.00 -aminé aminé ADJ m s 0.36 0.00 0.04 0.00 -aminés aminé ADJ m p 0.36 0.00 0.31 0.00 -amiral amiral NOM m s 6.00 13.51 5.60 11.22 -amirale amiral ADJ f s 4.04 8.58 0.01 0.14 -amirauté amirauté NOM f s 0.22 6.96 0.22 6.89 -amirautés amirauté NOM f p 0.22 6.96 0.00 0.07 -amiraux amiral NOM m p 6.00 13.51 0.39 2.30 -amis ami NOM m p 747.98 354.12 252.66 143.45 -amish amish ADJ m s 0.14 0.00 0.14 0.00 -amitieuse amitieux ADJ f s 0.00 0.07 0.00 0.07 -amitié amitié NOM f s 36.69 77.77 32.39 67.70 -amitiés amitié NOM f p 36.69 77.77 4.30 10.07 -ammoniac ammoniac NOM m s 0.28 0.14 0.28 0.14 -ammoniacale ammoniacal ADJ f s 0.00 0.54 0.00 0.41 -ammoniacales ammoniacal ADJ f p 0.00 0.54 0.00 0.07 -ammoniacaux ammoniacal ADJ m p 0.00 0.54 0.00 0.07 -ammoniaque ammoniaque NOM f s 0.40 0.27 0.40 0.27 -ammoniaqué ammoniaqué ADJ m s 0.00 0.27 0.00 0.14 -ammoniaquée ammoniaqué ADJ f s 0.00 0.27 0.00 0.07 -ammoniaquées ammoniaqué ADJ f p 0.00 0.27 0.00 0.07 -ammonite ammonite NOM f s 0.40 0.14 0.40 0.14 -ammonitrate ammonitrate NOM m 0.00 0.14 0.00 0.14 -ammonium ammonium NOM m s 0.36 0.00 0.36 0.00 -amniocentèse amniocentèse NOM f s 0.38 0.00 0.38 0.00 -amnios amnios NOM m 0.04 0.00 0.04 0.00 -amniotique amniotique ADJ m s 0.14 0.14 0.14 0.14 -amnistiable amnistiable ADJ s 0.00 0.07 0.00 0.07 -amnistiante amnistiant ADJ f s 0.00 0.07 0.00 0.07 -amnistie amnistie NOM f s 2.93 1.89 2.66 1.82 -amnistier amnistier VER 0.52 0.41 0.20 0.07 inf; -amnistierons amnistier VER 0.52 0.41 0.00 0.07 ind:fut:1p; -amnisties amnistie NOM f p 2.93 1.89 0.27 0.07 -amnistié amnistier VER m s 0.52 0.41 0.07 0.27 par:pas; -amnistiée amnistier VER f s 0.52 0.41 0.11 0.00 par:pas; -amnistiés amnistier VER m p 0.52 0.41 0.02 0.00 par:pas; -amnésie amnésie NOM f s 3.74 1.15 3.59 1.08 -amnésies amnésie NOM f p 3.74 1.15 0.15 0.07 -amnésique amnésique ADJ s 2.48 0.54 2.44 0.47 -amnésiques amnésique NOM p 1.33 0.20 0.17 0.00 -amochait amocher VER 3.80 2.77 0.00 0.07 ind:imp:3s; -amoche amocher VER 3.80 2.77 0.07 0.07 imp:pre:2s;ind:pre:1s;ind:pre:3s; -amocher amocher VER 3.80 2.77 0.41 0.27 inf; -amochez amocher VER 3.80 2.77 0.02 0.00 imp:pre:2p;ind:pre:2p; -amochie amochir VER f s 0.00 0.07 0.00 0.07 par:pas; -amoché amocher VER m s 3.80 2.77 2.00 1.42 par:pas; -amochée amocher VER f s 3.80 2.77 1.03 0.47 par:pas; -amochés amocher VER m p 3.80 2.77 0.26 0.47 par:pas; -amoindri amoindrir VER m s 0.60 2.36 0.34 0.47 par:pas; -amoindrie amoindrir VER f s 0.60 2.36 0.04 0.34 par:pas; -amoindries amoindrir VER f p 0.60 2.36 0.00 0.07 par:pas; -amoindrir amoindrir VER 0.60 2.36 0.12 0.81 inf; -amoindrira amoindrir VER 0.60 2.36 0.02 0.00 ind:fut:3s; -amoindris amoindrir VER m p 0.60 2.36 0.04 0.14 ind:pre:2s;par:pas; -amoindrissait amoindrir VER 0.60 2.36 0.00 0.27 ind:imp:3s; -amoindrissement amoindrissement NOM m s 0.01 0.07 0.01 0.07 -amoindrit amoindrir VER 0.60 2.36 0.04 0.27 ind:pre:3s;ind:pas:3s; -amok amok NOM m s 0.01 0.07 0.01 0.07 -amolli amollir VER m s 0.17 5.41 0.11 0.95 par:pas; -amollie amollir VER f s 0.17 5.41 0.00 0.68 par:pas; -amollies amollir VER f p 0.17 5.41 0.00 0.41 par:pas; -amollir amollir VER 0.17 5.41 0.03 0.54 inf; -amollirent amollir VER 0.17 5.41 0.00 0.14 ind:pas:3p; -amollis amollir VER m p 0.17 5.41 0.01 0.47 ind:pre:1s;ind:pre:2s;par:pas; -amollissaient amollir VER 0.17 5.41 0.00 0.20 ind:imp:3p; -amollissait amollir VER 0.17 5.41 0.00 0.27 ind:imp:3s; -amollissant amollissant ADJ m s 0.00 0.14 0.00 0.14 -amollissement amollissement NOM m s 0.00 0.14 0.00 0.14 -amollissent amollir VER 0.17 5.41 0.01 0.27 ind:pre:3p; -amollit amollir VER 0.17 5.41 0.01 1.42 ind:pre:3s;ind:pas:3s; -amoncelaient amonceler VER 0.16 4.86 0.02 1.69 ind:imp:3p; -amoncelait amonceler VER 0.16 4.86 0.10 0.34 ind:imp:3s; -amoncelant amonceler VER 0.16 4.86 0.00 0.14 par:pre; -amonceler amonceler VER 0.16 4.86 0.01 0.14 inf; -amoncelle amonceler VER 0.16 4.86 0.00 0.34 ind:pre:3s; -amoncellement amoncellement NOM m s 0.07 6.08 0.07 4.32 -amoncellements amoncellement NOM m p 0.07 6.08 0.00 1.76 -amoncellent amonceler VER 0.16 4.86 0.02 0.34 ind:pre:3p; -amoncelleraient amonceler VER 0.16 4.86 0.00 0.07 cnd:pre:3p; -amoncelèrent amonceler VER 0.16 4.86 0.00 0.07 ind:pas:3p; -amoncelé amonceler VER m s 0.16 4.86 0.01 0.20 par:pas; -amoncelée amonceler VER f s 0.16 4.86 0.00 0.07 par:pas; -amoncelées amonceler VER f p 0.16 4.86 0.00 0.41 par:pas; -amoncelés amonceler VER m p 0.16 4.86 0.00 1.08 par:pas; -amont amont NOM m s 1.40 3.85 1.40 3.85 -amontillado amontillado NOM m s 0.29 0.14 0.29 0.14 -amoral amoral ADJ m s 0.68 0.68 0.61 0.20 -amorale amoral ADJ f s 0.68 0.68 0.03 0.41 -amoraliste amoraliste NOM s 0.05 0.00 0.05 0.00 -amoralité amoralité NOM f s 0.04 0.07 0.04 0.07 -amoraux amoral ADJ m p 0.68 0.68 0.04 0.07 -amorce amorce NOM f s 1.76 4.59 1.19 3.92 -amorcent amorcer VER 2.06 11.89 0.04 0.00 ind:pre:3p; -amorcer amorcer VER 2.06 11.89 0.40 2.64 inf; -amorcerait amorcer VER 2.06 11.89 0.01 0.07 cnd:pre:3s; -amorces amorce NOM f p 1.76 4.59 0.57 0.68 -amorcez amorcer VER 2.06 11.89 0.18 0.00 imp:pre:2p; -amorcèrent amorcer VER 2.06 11.89 0.00 0.27 ind:pas:3p; -amorcé amorcer VER m s 2.06 11.89 0.20 1.69 par:pas; -amorcée amorcer VER f s 2.06 11.89 0.30 1.01 par:pas; -amorcées amorcer VER f p 2.06 11.89 0.05 0.14 par:pas; -amorcés amorcer VER m p 2.06 11.89 0.08 0.34 par:pas; -amoroso amoroso ADV 0.45 0.07 0.45 0.07 -amorphe amorphe ADJ s 0.25 1.42 0.14 0.88 -amorphes amorphe ADJ p 0.25 1.42 0.11 0.54 -amorça amorcer VER 2.06 11.89 0.02 0.68 ind:pas:3s; -amorçage amorçage NOM m s 0.09 0.07 0.09 0.07 -amorçai amorcer VER 2.06 11.89 0.00 0.14 ind:pas:1s; -amorçaient amorcer VER 2.06 11.89 0.01 0.27 ind:imp:3p; -amorçais amorcer VER 2.06 11.89 0.00 0.07 ind:imp:1s; -amorçait amorcer VER 2.06 11.89 0.00 2.03 ind:imp:3s; -amorçant amorcer VER 2.06 11.89 0.01 0.41 par:pre; -amorçoir amorçoir NOM m s 0.00 0.07 0.00 0.07 -amorçons amorcer VER 2.06 11.89 0.40 0.00 imp:pre:1p;ind:pre:1p; -amorti amortir VER m s 1.69 4.93 0.51 0.68 par:pas; -amortie amortir VER f s 1.69 4.93 0.13 0.41 par:pas; -amorties amorti ADJ f p 0.20 1.55 0.14 0.27 -amortir amortir VER 1.69 4.93 0.41 1.62 inf; -amortirent amortir VER 1.69 4.93 0.00 0.14 ind:pas:3p; -amortiront amortir VER 1.69 4.93 0.01 0.00 ind:fut:3p; -amortis amortir VER m p 1.69 4.93 0.26 0.14 ind:pre:1s;par:pas; -amortissaient amortir VER 1.69 4.93 0.01 0.14 ind:imp:3p; -amortissait amortir VER 1.69 4.93 0.00 0.34 ind:imp:3s; -amortissant amortir VER 1.69 4.93 0.01 0.27 par:pre; -amortisse amortir VER 1.69 4.93 0.04 0.14 sub:pre:1s;sub:pre:3s; -amortissement amortissement NOM m s 0.42 0.20 0.42 0.20 -amortissent amortir VER 1.69 4.93 0.00 0.07 ind:pre:3p; -amortisseur amortisseur NOM m s 0.85 0.47 0.20 0.00 -amortisseurs amortisseur NOM m p 0.85 0.47 0.66 0.47 -amortit amortir VER 1.69 4.93 0.32 0.95 ind:pre:3s;ind:pas:3s; -amour_goût amour_goût NOM m s 0.00 0.07 0.00 0.07 -amour_passion amour_passion NOM m s 0.00 0.41 0.00 0.41 -amour_propre amour_propre NOM m s 2.54 6.89 2.54 6.76 -amour amour NOM m s 458.27 403.92 450.46 373.58 -amouracha amouracher VER 1.03 1.15 0.00 0.14 ind:pas:3s; -amourache amouracher VER 1.03 1.15 0.06 0.14 imp:pre:2s;ind:pre:1s;ind:pre:3s; -amourachent amouracher VER 1.03 1.15 0.02 0.00 ind:pre:3p; -amouracher amouracher VER 1.03 1.15 0.44 0.20 inf; -amourachera amouracher VER 1.03 1.15 0.00 0.07 ind:fut:3s; -amouraches amouracher VER 1.03 1.15 0.02 0.07 ind:pre:2s; -amouraché amouracher VER m s 1.03 1.15 0.28 0.20 par:pas; -amourachée amouracher VER f s 1.03 1.15 0.22 0.34 par:pas; -amourer amourer VER 0.00 0.07 0.00 0.07 inf; -amourette amourette NOM f s 0.66 1.15 0.54 0.47 -amourettes amourette NOM f p 0.66 1.15 0.12 0.68 -amoureuse amoureux ADJ f s 107.79 58.45 41.65 23.11 -amoureusement amoureusement ADV 0.22 2.50 0.22 2.50 -amoureuses amoureux ADJ f p 107.79 58.45 2.73 4.05 -amoureux amoureux ADJ m 107.79 58.45 63.41 31.28 -amour_propre amour_propre NOM m p 2.54 6.89 0.00 0.14 -amours amour NOM p 458.27 403.92 7.81 30.34 -amovible amovible ADJ s 0.38 0.68 0.11 0.20 -amovibles amovible ADJ p 0.38 0.68 0.27 0.47 -amphi amphi NOM m s 0.29 1.08 0.29 0.61 -amphibie amphibie ADJ s 0.71 0.61 0.38 0.47 -amphibien amphibien NOM m s 0.20 0.00 0.12 0.00 -amphibiens amphibien NOM m p 0.20 0.00 0.08 0.00 -amphibies amphibie ADJ p 0.71 0.61 0.33 0.14 -amphigouri amphigouri NOM m s 0.02 0.27 0.00 0.27 -amphigourique amphigourique ADJ s 0.00 0.20 0.00 0.07 -amphigouriques amphigourique ADJ m p 0.00 0.20 0.00 0.14 -amphigouris amphigouri NOM m p 0.02 0.27 0.02 0.00 -amphis amphi NOM m p 0.29 1.08 0.00 0.47 -amphithéâtre amphithéâtre NOM m s 0.59 2.57 0.46 2.09 -amphithéâtres amphithéâtre NOM m p 0.59 2.57 0.14 0.47 -amphitrite amphitrite NOM f s 0.00 0.07 0.00 0.07 -amphitryon amphitryon NOM m s 0.13 0.07 0.13 0.07 -amphore amphore NOM f s 0.46 1.35 0.45 0.81 -amphores amphore NOM f p 0.46 1.35 0.01 0.54 -amphés amphé NOM m p 0.36 0.14 0.36 0.14 -amphétamine amphétamine NOM f s 1.13 0.54 0.27 0.14 -amphétamines amphétamine NOM f p 1.13 0.54 0.86 0.41 -ample ample ADJ s 1.30 11.89 0.82 8.04 -amplement amplement ADV 1.33 1.82 1.33 1.82 -amples ample ADJ p 1.30 11.89 0.48 3.85 -ampleur ampleur NOM f s 2.38 7.57 2.38 7.43 -ampleurs ampleur NOM f p 2.38 7.57 0.00 0.14 -ampli_tuner ampli_tuner NOM m s 0.01 0.00 0.01 0.00 -ampli ampli NOM m s 0.98 1.15 0.74 0.54 -amplifia amplifier VER 1.63 8.65 0.00 0.68 ind:pas:3s; -amplifiaient amplifier VER 1.63 8.65 0.00 0.47 ind:imp:3p; -amplifiait amplifier VER 1.63 8.65 0.05 2.43 ind:imp:3s; -amplifiant amplifier VER 1.63 8.65 0.01 0.54 par:pre; -amplificateur amplificateur NOM m s 0.29 0.20 0.26 0.20 -amplificateurs amplificateur NOM m p 0.29 0.20 0.04 0.00 -amplification amplification NOM f s 0.21 0.54 0.19 0.54 -amplifications amplification NOM f p 0.21 0.54 0.02 0.00 -amplifie amplifier VER 1.63 8.65 0.43 1.22 imp:pre:2s;ind:pre:1s;ind:pre:3s; -amplifient amplifier VER 1.63 8.65 0.20 0.41 ind:pre:3p; -amplifier amplifier VER 1.63 8.65 0.37 0.61 inf; -amplifiera amplifier VER 1.63 8.65 0.05 0.00 ind:fut:3s; -amplifierais amplifier VER 1.63 8.65 0.00 0.07 cnd:pre:1s; -amplifiez amplifier VER 1.63 8.65 0.09 0.00 imp:pre:2p;ind:pre:2p; -amplifions amplifier VER 1.63 8.65 0.03 0.00 imp:pre:1p; -amplifièrent amplifier VER 1.63 8.65 0.00 0.20 ind:pas:3p; -amplifié amplifier VER m s 1.63 8.65 0.14 0.95 par:pas; -amplifiée amplifier VER f s 1.63 8.65 0.09 0.27 par:pas; -amplifiées amplifier VER f p 1.63 8.65 0.05 0.20 par:pas; -amplifiés amplifier VER m p 1.63 8.65 0.11 0.61 par:pas; -amplis ampli NOM m p 0.98 1.15 0.24 0.61 -amplitude amplitude NOM f s 0.29 1.76 0.29 1.76 -ampoule ampoule NOM f s 7.66 19.12 4.80 11.49 -ampoules ampoule NOM f p 7.66 19.12 2.85 7.64 -ampoulé ampoulé ADJ m s 0.07 0.95 0.05 0.54 -ampoulée ampoulé ADJ f s 0.07 0.95 0.01 0.20 -ampoulées ampoulé ADJ f p 0.07 0.95 0.00 0.20 -ampoulés ampoulé ADJ m p 0.07 0.95 0.01 0.00 -ampère ampère NOM m s 0.26 0.07 0.01 0.00 -ampèremètre ampèremètre NOM m s 0.02 0.00 0.02 0.00 -ampères ampère NOM m p 0.26 0.07 0.25 0.07 -ampélopsis ampélopsis NOM m 0.00 0.07 0.00 0.07 -ampérage ampérage NOM m s 0.01 0.00 0.01 0.00 -amputa amputer VER 3.62 2.77 0.01 0.07 ind:pas:3s; -amputait amputer VER 3.62 2.77 0.03 0.07 ind:imp:3s; -amputant amputer VER 3.62 2.77 0.00 0.14 par:pre; -amputation amputation NOM f s 0.79 1.62 0.55 1.28 -amputations amputation NOM f p 0.79 1.62 0.23 0.34 -ampute amputer VER 3.62 2.77 0.71 0.20 ind:pre:1s;ind:pre:3s; -amputent amputer VER 3.62 2.77 0.02 0.00 ind:pre:3p; -amputer amputer VER 3.62 2.77 1.17 1.01 inf; -amputerai amputer VER 3.62 2.77 0.10 0.00 ind:fut:1s; -amputerait amputer VER 3.62 2.77 0.01 0.00 cnd:pre:3s; -amputez amputer VER 3.62 2.77 0.16 0.00 imp:pre:2p;ind:pre:2p; -amputé amputer VER m s 3.62 2.77 0.81 0.54 par:pas; -amputée amputer VER f s 3.62 2.77 0.40 0.61 par:pas; -amputées amputer VER f p 3.62 2.77 0.16 0.00 par:pas; -amputés amputé ADJ m p 1.28 1.49 0.81 0.27 -amène amener VER 190.32 93.92 59.80 13.58 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:1s;sub:pre:3s; -amènent amener VER 190.32 93.92 2.29 1.62 ind:pre:3p;sub:pre:3p; -amènera amener VER 190.32 93.92 1.90 0.74 ind:fut:3s; -amènerai amener VER 190.32 93.92 2.39 0.34 ind:fut:1s; -amèneraient amener VER 190.32 93.92 0.03 0.41 cnd:pre:3p; -amènerais amener VER 190.32 93.92 0.88 0.14 cnd:pre:1s;cnd:pre:2s; -amènerait amener VER 190.32 93.92 0.36 2.16 cnd:pre:3s; -amèneras amener VER 190.32 93.92 0.28 0.07 ind:fut:2s; -amènerez amener VER 190.32 93.92 0.32 0.07 ind:fut:2p; -amèneriez amener VER 190.32 93.92 0.02 0.00 cnd:pre:2p; -amènerions amener VER 190.32 93.92 0.01 0.00 cnd:pre:1p; -amènerons amener VER 190.32 93.92 0.22 0.07 ind:fut:1p; -amèneront amener VER 190.32 93.92 0.50 0.14 ind:fut:3p; -amènes amener VER 190.32 93.92 5.79 0.81 ind:pre:2s;sub:pre:2s; -amère amer ADJ f s 11.94 30.07 3.65 12.03 -amèrement amèrement ADV 0.63 5.20 0.63 5.20 -amères amer ADJ f p 11.94 30.07 1.22 3.78 -amé amé NOM m s 0.01 0.00 0.01 0.00 -amulette amulette NOM f s 3.08 1.08 2.45 0.41 -amulettes amulette NOM f p 3.08 1.08 0.63 0.68 -améliora améliorer VER 22.34 8.65 0.03 0.14 ind:pas:3s; -améliorable améliorable ADJ s 0.00 0.07 0.00 0.07 -amélioraient améliorer VER 22.34 8.65 0.10 0.20 ind:imp:3p; -améliorait améliorer VER 22.34 8.65 0.10 0.54 ind:imp:3s; -améliorant améliorer VER 22.34 8.65 0.14 0.34 par:pre; -améliorateur améliorateur ADJ m s 0.04 0.00 0.04 0.00 -amélioration amélioration NOM f s 2.87 2.43 2.08 2.23 -améliorations amélioration NOM f p 2.87 2.43 0.79 0.20 -améliore améliorer VER 22.34 8.65 4.75 1.22 imp:pre:2s;ind:pre:1s;ind:pre:3s; -améliorent améliorer VER 22.34 8.65 0.56 0.34 ind:pre:3p; -améliorer améliorer VER 22.34 8.65 10.66 3.65 inf; -améliorera améliorer VER 22.34 8.65 0.79 0.20 ind:fut:3s; -améliorerait améliorer VER 22.34 8.65 0.09 0.07 cnd:pre:3s; -amélioreront améliorer VER 22.34 8.65 0.05 0.14 ind:fut:3p; -améliores améliorer VER 22.34 8.65 0.67 0.07 ind:pre:2s; -améliorez améliorer VER 22.34 8.65 0.23 0.07 imp:pre:2p;ind:pre:2p; -améliorons améliorer VER 22.34 8.65 0.07 0.00 imp:pre:1p;ind:pre:1p; -améliorèrent améliorer VER 22.34 8.65 0.01 0.00 ind:pas:3p; -amélioré améliorer VER m s 22.34 8.65 2.75 0.88 par:pas; -améliorée améliorer VER f s 22.34 8.65 1.01 0.34 par:pas; -améliorées améliorer VER f p 22.34 8.65 0.23 0.27 par:pas; -améliorés améliorer VER m p 22.34 8.65 0.10 0.20 par:pas; -aménage aménager VER 1.95 12.57 0.02 0.07 ind:pre:3s; -aménagea aménager VER 1.95 12.57 0.00 0.41 ind:pas:3s; -aménageai aménager VER 1.95 12.57 0.00 0.14 ind:pas:1s; -aménageaient aménager VER 1.95 12.57 0.01 0.07 ind:imp:3p; -aménageait aménager VER 1.95 12.57 0.00 0.14 ind:imp:3s; -aménageant aménager VER 1.95 12.57 0.00 0.14 par:pre; -aménagement aménagement NOM m s 0.69 2.77 0.41 1.82 -aménagements aménagement NOM m p 0.69 2.77 0.29 0.95 -aménagent aménager VER 1.95 12.57 0.00 0.20 ind:pre:3p; -aménager aménager VER 1.95 12.57 1.10 2.64 inf; -aménagerai aménager VER 1.95 12.57 0.01 0.07 ind:fut:1s; -aménagerait aménager VER 1.95 12.57 0.00 0.07 cnd:pre:3s; -aménagez aménager VER 1.95 12.57 0.00 0.07 imp:pre:2p; -aménagèrent aménager VER 1.95 12.57 0.00 0.14 ind:pas:3p; -aménagé aménager VER m s 1.95 12.57 0.48 3.72 par:pas; -aménagée aménager VER f s 1.95 12.57 0.29 3.31 par:pas; -aménagées aménager VER f p 1.95 12.57 0.01 0.68 par:pas; -aménagés aménager VER m p 1.95 12.57 0.03 0.74 par:pas; -aménité aménité NOM f s 0.01 1.96 0.00 1.82 -aménités aménité NOM f p 0.01 1.96 0.01 0.14 -aménorrhée aménorrhée NOM f s 0.28 0.14 0.28 0.14 -amura amurer VER 0.03 0.00 0.03 0.00 ind:pas:3s; -amure amure NOM f s 0.01 0.27 0.00 0.14 -amures amure NOM f p 0.01 0.27 0.01 0.14 -américain américain ADJ m s 63.92 74.73 30.93 25.95 -américaine américain ADJ f s 63.92 74.73 17.49 19.53 -américaines américain ADJ f p 63.92 74.73 3.48 10.47 -américains américain NOM m p 45.64 47.43 24.90 26.28 -américanisais américaniser VER 0.03 0.14 0.00 0.07 ind:imp:1s; -américanisation américanisation NOM f s 0.02 0.07 0.02 0.07 -américaniser américaniser VER 0.03 0.14 0.01 0.00 inf; -américanisme américanisme NOM m s 0.03 0.14 0.03 0.07 -américanismes américanisme NOM m p 0.03 0.14 0.00 0.07 -américanisé américaniser VER m s 0.03 0.14 0.02 0.00 par:pas; -américanisés américaniser VER m p 0.03 0.14 0.00 0.07 par:pas; -américanité américanité NOM f s 0.00 0.07 0.00 0.07 -américano_britannique américano_britannique ADJ s 0.01 0.00 0.01 0.00 -américano_japonais américano_japonais ADJ f s 0.01 0.00 0.01 0.00 -américano_russe américano_russe ADJ f s 0.01 0.00 0.01 0.00 -américano_soviétique américano_soviétique ADJ m s 0.03 0.00 0.03 0.00 -américano_suédois américano_suédois ADJ f s 0.01 0.00 0.01 0.00 -américano américano NOM m s 0.01 0.27 0.01 0.20 -américanophile américanophile ADJ s 0.00 0.27 0.00 0.20 -américanophiles américanophile ADJ p 0.00 0.27 0.00 0.07 -américanos américano NOM m p 0.01 0.27 0.00 0.07 -américium américium NOM m s 0.03 0.00 0.03 0.00 -amérindien amérindien ADJ m s 0.14 0.07 0.04 0.00 -amérindienne amérindien ADJ f s 0.14 0.07 0.06 0.00 -amérindiennes amérindien ADJ f p 0.14 0.07 0.01 0.07 -amérindiens amérindien NOM m p 0.12 0.00 0.08 0.00 -amérique amérique NOM f s 0.34 1.08 0.34 1.08 -amusa amuser VER 141.41 120.95 0.11 4.26 ind:pas:3s; -amusai amuser VER 141.41 120.95 0.01 0.54 ind:pas:1s; -amusaient amuser VER 141.41 120.95 0.75 4.53 ind:imp:3p; -amusais amuser VER 141.41 120.95 1.78 3.18 ind:imp:1s;ind:imp:2s; -amusait amuser VER 141.41 120.95 4.59 18.24 ind:imp:3s; -amusant amusant ADJ m s 29.36 18.85 25.24 13.04 -amusante amusant ADJ f s 29.36 18.85 2.34 3.11 -amusantes amusant ADJ f p 29.36 18.85 0.96 1.15 -amusants amusant ADJ m p 29.36 18.85 0.81 1.55 -amuse_bouche amuse_bouche NOM m 0.05 0.00 0.03 0.00 -amuse_bouche amuse_bouche NOM m p 0.05 0.00 0.02 0.00 -amuse_gueule amuse_gueule NOM m 1.23 0.81 0.53 0.81 -amuse_gueule amuse_gueule NOM m p 1.23 0.81 0.70 0.00 -amuse amuser VER 141.41 120.95 39.85 24.86 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:1s;sub:pre:3s; -amusement amusement NOM m s 4.29 7.30 3.88 6.35 -amusements amusement NOM m p 4.29 7.30 0.41 0.95 -amusent amuser VER 141.41 120.95 4.03 4.26 ind:pre:3p; -amuser amuser VER 141.41 120.95 43.77 25.34 inf;;inf;;inf;; -amusera amuser VER 141.41 120.95 1.25 1.08 ind:fut:3s; -amuserai amuser VER 141.41 120.95 0.25 0.07 ind:fut:1s; -amuseraient amuser VER 141.41 120.95 0.12 0.41 cnd:pre:3p; -amuserais amuser VER 141.41 120.95 0.42 0.27 cnd:pre:1s;cnd:pre:2s; -amuserait amuser VER 141.41 120.95 1.04 2.16 cnd:pre:3s; -amuseras amuser VER 141.41 120.95 0.58 0.07 ind:fut:2s; -amuserez amuser VER 141.41 120.95 0.22 0.07 ind:fut:2p; -amuseriez amuser VER 141.41 120.95 0.03 0.00 cnd:pre:2p; -amuserons amuser VER 141.41 120.95 0.16 0.00 ind:fut:1p; -amuseront amuser VER 141.41 120.95 0.15 0.14 ind:fut:3p; -amuses amuser VER 141.41 120.95 7.11 0.54 ind:pre:2s;sub:pre:2s; -amusette amusette NOM f s 0.03 1.15 0.03 0.61 -amusettes amusette NOM f p 0.03 1.15 0.00 0.54 -amuseur amuseur NOM m s 0.24 0.34 0.18 0.20 -amuseurs amuseur NOM m p 0.24 0.34 0.06 0.14 -amusez amuser VER 141.41 120.95 14.84 1.15 imp:pre:2p;ind:pre:2p; -amusiez amuser VER 141.41 120.95 0.46 0.14 ind:imp:2p; -amusions amuser VER 141.41 120.95 0.36 0.47 ind:imp:1p; -amusâmes amuser VER 141.41 120.95 0.00 0.20 ind:pas:1p; -amusons amuser VER 141.41 120.95 1.48 0.41 imp:pre:1p;ind:pre:1p; -amusât amuser VER 141.41 120.95 0.01 0.34 sub:imp:3s; -amusèrent amuser VER 141.41 120.95 0.01 0.95 ind:pas:3p; -amusé amuser VER m s 141.41 120.95 6.99 12.16 par:pas; -amusée amuser VER f s 141.41 120.95 3.92 7.43 par:pas; -amusées amuser VER f p 141.41 120.95 0.33 0.74 par:pas; -amusés amuser VER m p 141.41 120.95 4.41 2.91 par:pas; -améthyste améthyste NOM f s 0.22 0.81 0.20 0.27 -améthystes améthyste NOM f p 0.22 0.81 0.02 0.54 -amygdale amygdale NOM f s 1.50 0.95 0.21 0.07 -amygdalectomie amygdalectomie NOM f s 0.14 0.00 0.13 0.00 -amygdalectomies amygdalectomie NOM f p 0.14 0.00 0.01 0.00 -amygdales amygdale NOM f p 1.50 0.95 1.29 0.88 -amygdalien amygdalien ADJ m s 0.02 0.00 0.02 0.00 -amygdalite amygdalite NOM f s 0.23 0.00 0.23 0.00 -amylase amylase NOM f s 0.09 0.00 0.09 0.00 -amyle amyle NOM m s 0.02 0.27 0.02 0.27 -amylique amylique ADJ m s 0.02 0.00 0.02 0.00 -amyotrophique amyotrophique ADJ f s 0.05 0.07 0.05 0.07 -an an NOM m s 866.58 685.81 148.41 76.76 -ana ana NOM m 4.91 0.14 4.91 0.14 -anabaptiste anabaptiste ADJ s 0.01 0.41 0.01 0.34 -anabaptistes anabaptiste NOM p 0.00 0.34 0.00 0.34 -anabase anabase NOM f s 0.00 0.14 0.00 0.14 -anabolisant anabolisant ADJ m s 0.02 0.00 0.01 0.00 -anabolisant anabolisant NOM m s 0.09 0.00 0.01 0.00 -anabolisants anabolisant NOM m p 0.09 0.00 0.08 0.00 -anachorète anachorète NOM m s 0.11 0.47 0.10 0.41 -anachorètes anachorète NOM m p 0.11 0.47 0.01 0.07 -anachronique anachronique ADJ s 0.04 2.36 0.04 1.69 -anachroniquement anachroniquement ADV 0.00 0.07 0.00 0.07 -anachroniques anachronique ADJ p 0.04 2.36 0.00 0.68 -anachronisme anachronisme NOM m s 0.26 0.88 0.24 0.54 -anachronismes anachronisme NOM m p 0.26 0.88 0.02 0.34 -anacoluthe anacoluthe NOM f s 0.10 0.07 0.10 0.07 -anaconda anaconda NOM m s 0.49 0.00 0.43 0.00 -anacondas anaconda NOM m p 0.49 0.00 0.06 0.00 -anadyomène anadyomène ADJ f s 0.00 0.14 0.00 0.14 -anaglyphe anaglyphe NOM m s 0.04 0.00 0.04 0.00 -anagramme anagramme NOM f s 0.60 0.20 0.47 0.07 -anagrammes anagramme NOM f p 0.60 0.20 0.13 0.14 -anal anal ADJ m s 2.18 0.74 1.43 0.54 -anale anal ADJ f s 2.18 0.74 0.35 0.07 -analeptiques analeptique NOM m p 0.01 0.00 0.01 0.00 -anales anal ADJ f p 2.18 0.74 0.23 0.14 -analgésie analgésie NOM f s 0.01 0.00 0.01 0.00 -analgésique analgésique NOM m s 0.64 0.07 0.27 0.00 -analgésiques analgésique NOM m p 0.64 0.07 0.37 0.07 -analogie analogie NOM f s 0.98 2.03 0.84 1.49 -analogies analogie NOM f p 0.98 2.03 0.14 0.54 -analogique analogique ADJ s 0.35 0.14 0.28 0.07 -analogiques analogique ADJ p 0.35 0.14 0.07 0.07 -analogue analogue ADJ s 0.53 6.82 0.38 4.66 -analogues analogue ADJ p 0.53 6.82 0.16 2.16 -analphabète analphabète ADJ s 1.18 1.22 0.78 0.88 -analphabètes analphabète NOM p 1.09 1.15 0.73 0.68 -analphabétisme analphabétisme NOM m s 0.13 0.20 0.13 0.20 -analysa analyser VER 15.40 7.43 0.00 0.41 ind:pas:3s; -analysaient analyser VER 15.40 7.43 0.02 0.14 ind:imp:3p; -analysais analyser VER 15.40 7.43 0.04 0.14 ind:imp:1s; -analysait analyser VER 15.40 7.43 0.18 0.81 ind:imp:3s; -analysant analyser VER 15.40 7.43 0.16 0.14 par:pre; -analysants analysant NOM m p 0.02 0.20 0.00 0.14 -analyse analyse NOM f s 23.26 12.43 14.87 8.31 -analysent analyser VER 15.40 7.43 0.11 0.00 ind:pre:3p; -analyser analyser VER 15.40 7.43 6.90 3.38 inf; -analysera analyser VER 15.40 7.43 0.15 0.00 ind:fut:3s; -analyserai analyser VER 15.40 7.43 0.04 0.14 ind:fut:1s; -analyserait analyser VER 15.40 7.43 0.01 0.00 cnd:pre:3s; -analyserons analyser VER 15.40 7.43 0.13 0.00 ind:fut:1p; -analyseront analyser VER 15.40 7.43 0.03 0.07 ind:fut:3p; -analyses analyse NOM f p 23.26 12.43 8.39 4.12 -analyseur analyseur NOM m s 0.45 0.00 0.29 0.00 -analyseurs analyseur NOM m p 0.45 0.00 0.16 0.00 -analysez analyser VER 15.40 7.43 0.42 0.00 imp:pre:2p;ind:pre:2p; -analysions analyser VER 15.40 7.43 0.01 0.07 ind:imp:1p; -analysons analyser VER 15.40 7.43 0.57 0.14 imp:pre:1p;ind:pre:1p; -analyste analyste NOM s 2.44 1.08 1.82 0.88 -analystes analyste NOM p 2.44 1.08 0.62 0.20 -analysèrent analyser VER 15.40 7.43 0.01 0.07 ind:pas:3p; -analysé analyser VER m s 15.40 7.43 3.36 0.61 par:pas; -analysée analyser VER f s 15.40 7.43 0.47 0.07 par:pas; -analysées analyser VER f p 15.40 7.43 0.29 0.07 par:pas; -analysés analyser VER m p 15.40 7.43 0.07 0.00 par:pas; -analytique analytique ADJ s 0.38 0.34 0.38 0.34 -analytiquement analytiquement ADV 0.01 0.07 0.01 0.07 -anamnèse anamnèse NOM f s 0.00 0.07 0.00 0.07 -anamorphose anamorphose NOM f s 0.00 0.27 0.00 0.27 -ananas ananas NOM m 2.02 3.51 2.02 3.51 -anaphase anaphase NOM f s 0.03 0.00 0.03 0.00 -anaphoriquement anaphoriquement ADV 0.00 0.14 0.00 0.14 -anaphylactique anaphylactique ADJ s 0.52 0.00 0.52 0.00 -anaphylaxie anaphylaxie NOM f s 0.06 0.00 0.06 0.00 -anar anar NOM s 0.01 0.74 0.01 0.34 -anarchie anarchie NOM f s 4.18 4.80 4.18 4.80 -anarchique anarchique ADJ s 0.18 1.15 0.18 1.08 -anarchiquement anarchiquement ADV 0.01 0.14 0.01 0.14 -anarchiques anarchique ADJ p 0.18 1.15 0.00 0.07 -anarchisant anarchisant ADJ m s 0.01 0.00 0.01 0.00 -anarchisme anarchisme NOM m s 0.71 0.47 0.71 0.47 -anarchiste anarchiste ADJ s 1.69 2.84 1.19 2.16 -anarchistes anarchiste NOM p 2.02 4.46 1.03 2.30 -anarcho_syndicalisme anarcho_syndicalisme NOM m s 0.00 0.07 0.00 0.07 -anarcho_syndicaliste anarcho_syndicaliste ADJ s 0.00 0.14 0.00 0.07 -anarcho_syndicaliste anarcho_syndicaliste ADJ m p 0.00 0.14 0.00 0.07 -anars anar NOM p 0.01 0.74 0.00 0.41 -anas anas NOM m 0.02 0.07 0.02 0.07 -anastomose anastomose NOM f s 0.08 0.07 0.08 0.00 -anastomoses anastomose NOM f p 0.08 0.07 0.00 0.07 -anathème anathème NOM m s 1.12 1.08 1.08 0.88 -anathèmes anathème NOM m p 1.12 1.08 0.03 0.20 -anathématisait anathématiser VER 0.00 0.14 0.00 0.07 ind:imp:3s; -anathématisé anathématiser VER m s 0.00 0.14 0.00 0.07 par:pas; -anatidés anatidé NOM m p 0.00 0.07 0.00 0.07 -anatifes anatife NOM m p 0.01 0.07 0.01 0.07 -anatomie anatomie NOM f s 3.63 4.80 3.37 4.66 -anatomies anatomie NOM f p 3.63 4.80 0.26 0.14 -anatomique anatomique ADJ s 0.26 1.69 0.10 1.15 -anatomiquement anatomiquement ADV 0.09 0.20 0.09 0.20 -anatomiques anatomique ADJ p 0.26 1.69 0.16 0.54 -anatomiser anatomiser VER 0.00 0.07 0.00 0.07 inf; -anatomiste anatomiste NOM s 0.00 0.34 0.00 0.27 -anatomistes anatomiste NOM p 0.00 0.34 0.00 0.07 -anatomophysiologique anatomophysiologique ADJ m s 0.00 0.07 0.00 0.07 -anaérobie anaérobie ADJ m s 0.05 0.00 0.05 0.00 -anaux anal ADJ m p 2.18 0.74 0.16 0.00 -ancestral ancestral ADJ m s 2.22 5.41 1.04 1.89 -ancestrale ancestral ADJ f s 2.22 5.41 0.97 2.03 -ancestralement ancestralement ADV 0.01 0.14 0.01 0.14 -ancestrales ancestral ADJ f p 2.22 5.41 0.12 1.35 -ancestralité ancestralité NOM f s 0.00 0.07 0.00 0.07 -ancestraux ancestral ADJ m p 2.22 5.41 0.09 0.14 -anch_io_son_pittore anch_io_son_pittore ADV 0.00 0.07 0.00 0.07 -anche anche NOM f s 0.17 0.27 0.17 0.27 -anchilops anchilops NOM m 0.00 0.07 0.00 0.07 -anchoïade anchoïade NOM f s 0.00 0.07 0.00 0.07 -anchois anchois NOM m 1.30 2.57 1.30 2.57 -ancien ancien ADJ m s 73.16 154.86 32.41 59.26 -ancienne ancien ADJ f s 73.16 154.86 19.82 37.09 -anciennement anciennement ADV 0.45 1.01 0.45 1.01 -anciennes ancien ADJ f p 73.16 154.86 6.22 18.65 -ancienneté ancienneté NOM f s 0.90 1.55 0.90 1.55 -anciens ancien ADJ m p 73.16 154.86 14.72 39.86 -ancillaire ancillaire ADJ f s 0.01 0.88 0.00 0.34 -ancillaires ancillaire ADJ p 0.01 0.88 0.01 0.54 -ancolie ancolie NOM f s 0.00 0.07 0.00 0.07 -ancra ancrer VER 1.79 5.54 0.10 0.20 ind:pas:3s; -ancrage ancrage NOM m s 0.19 0.41 0.19 0.41 -ancraient ancrer VER 1.79 5.54 0.00 0.07 ind:imp:3p; -ancrais ancrer VER 1.79 5.54 0.00 0.07 ind:imp:1s; -ancrait ancrer VER 1.79 5.54 0.01 0.14 ind:imp:3s; -ancrant ancrer VER 1.79 5.54 0.00 0.07 par:pre; -ancre ancre NOM f s 4.75 5.81 4.63 4.53 -ancrer ancrer VER 1.79 5.54 0.26 0.61 inf; -ancrera ancrer VER 1.79 5.54 0.02 0.00 ind:fut:3s; -ancres ancre NOM f p 4.75 5.81 0.11 1.28 -ancrez ancrer VER 1.79 5.54 0.02 0.00 imp:pre:2p; -ancré ancrer VER m s 1.79 5.54 0.64 2.16 par:pas; -ancrée ancrer VER f s 1.79 5.54 0.42 1.08 par:pas; -ancrées ancrer VER f p 1.79 5.54 0.05 0.34 par:pas; -ancrés ancré ADJ m p 0.40 1.08 0.14 0.20 -ancêtre ancêtre NOM s 12.75 22.23 1.61 6.28 -ancêtres ancêtre NOM p 12.75 22.23 11.14 15.95 -anda anda NOM m s 1.13 0.14 1.13 0.14 -andain andain NOM m s 0.00 0.20 0.00 0.07 -andains andain NOM m p 0.00 0.20 0.00 0.14 -andalou andalou ADJ m s 0.21 2.23 0.20 1.08 -andalous andalou NOM m p 0.14 1.15 0.14 0.27 -andalouse andalouse NOM f s 0.02 0.47 0.02 0.47 -andalouses andalou ADJ f p 0.21 2.23 0.01 0.20 -andante andante NOM m s 0.14 0.47 0.14 0.47 -andine andin ADJ f s 0.01 0.14 0.01 0.07 -andines andin ADJ f p 0.01 0.14 0.00 0.07 -andorranes andorran ADJ f p 0.00 0.07 0.00 0.07 -andouille andouille NOM f s 6.94 6.28 6.29 4.86 -andouiller andouiller NOM m s 0.02 1.28 0.00 0.20 -andouillers andouiller NOM m p 0.02 1.28 0.02 1.08 -andouilles andouille NOM f p 6.94 6.28 0.65 1.42 -andouillette andouillette NOM f s 0.07 0.74 0.04 0.54 -andouillettes andouillette NOM f p 0.07 0.74 0.03 0.20 -andrinople andrinople NOM f s 0.00 0.20 0.00 0.20 -androïde androïde NOM m s 0.82 0.07 0.44 0.07 -androïdes androïde NOM m p 0.82 0.07 0.38 0.00 -androgènes androgène NOM m p 0.01 0.00 0.01 0.00 -androgyne androgyne NOM s 0.17 0.41 0.16 0.41 -androgynes androgyne ADJ p 0.06 0.54 0.01 0.27 -androgynie androgynie NOM f s 0.00 0.07 0.00 0.07 -androgynique androgynique ADJ s 0.00 0.07 0.00 0.07 -andropause andropause NOM f s 0.23 0.14 0.23 0.14 -anecdote anecdote NOM f s 2.12 12.91 1.13 5.34 -anecdotes anecdote NOM f p 2.12 12.91 0.99 7.57 -anecdotier anecdotier NOM m s 0.01 0.00 0.01 0.00 -anecdotique anecdotique ADJ s 0.18 0.81 0.14 0.61 -anecdotiquement anecdotiquement ADV 0.00 0.14 0.00 0.14 -anecdotiques anecdotique ADJ p 0.18 0.81 0.04 0.20 -anesthésia anesthésier VER 1.18 1.55 0.00 0.07 ind:pas:3s; -anesthésiaient anesthésier VER 1.18 1.55 0.00 0.14 ind:imp:3p; -anesthésiait anesthésier VER 1.18 1.55 0.00 0.07 ind:imp:3s; -anesthésiant anesthésiant NOM m s 0.44 0.14 0.44 0.07 -anesthésiante anesthésiant ADJ f s 0.32 0.20 0.00 0.07 -anesthésiantes anesthésiant ADJ f p 0.32 0.20 0.02 0.14 -anesthésiants anesthésiant ADJ m p 0.32 0.20 0.02 0.00 -anesthésie anesthésie NOM f s 3.74 2.70 3.71 2.64 -anesthésient anesthésier VER 1.18 1.55 0.01 0.07 ind:pre:3p; -anesthésier anesthésier VER 1.18 1.55 0.37 0.07 inf; -anesthésierai anesthésier VER 1.18 1.55 0.01 0.00 ind:fut:1s; -anesthésies anesthésie NOM f p 3.74 2.70 0.02 0.07 -anesthésiez anesthésier VER 1.18 1.55 0.16 0.00 imp:pre:2p;ind:pre:2p; -anesthésions anesthésier VER 1.18 1.55 0.02 0.00 ind:pre:1p; -anesthésique anesthésique NOM m s 0.47 0.34 0.44 0.34 -anesthésiques anesthésique NOM m p 0.47 0.34 0.03 0.00 -anesthésiste anesthésiste NOM s 1.07 0.61 0.82 0.61 -anesthésistes anesthésiste NOM p 1.07 0.61 0.25 0.00 -anesthésié anesthésier VER m s 1.18 1.55 0.14 0.20 par:pas; -anesthésiée anesthésier VER f s 1.18 1.55 0.08 0.54 par:pas; -anesthésiées anesthésier VER f p 1.18 1.55 0.00 0.07 par:pas; -anesthésiés anesthésier VER m p 1.18 1.55 0.01 0.20 par:pas; -aneth aneth NOM m s 0.07 0.61 0.07 0.61 -anfractuosité anfractuosité NOM f s 0.14 1.28 0.14 0.54 -anfractuosités anfractuosité NOM f p 0.14 1.28 0.00 0.74 -ange ange NOM m s 69.27 42.50 47.90 21.62 -angelot angelot NOM m s 0.69 1.49 0.37 0.74 -angelots angelot NOM m p 0.69 1.49 0.32 0.74 -anges ange NOM m p 69.27 42.50 21.38 20.88 -angevin angevin ADJ m s 0.10 0.07 0.10 0.00 -angevine angevin NOM f s 0.00 0.14 0.00 0.07 -angevins angevin NOM m p 0.00 0.14 0.00 0.07 -angine angine NOM f s 1.39 2.57 1.20 2.30 -angines angine NOM f p 1.39 2.57 0.19 0.27 -angiocholite angiocholite NOM f s 0.01 0.00 0.01 0.00 -angiographie angiographie NOM f s 0.32 0.00 0.32 0.00 -angiome angiome NOM m s 0.13 0.00 0.13 0.00 -angioplastie angioplastie NOM f s 0.19 0.00 0.19 0.00 -anglais anglais NOM m 51.01 79.53 48.81 69.46 -anglaise anglais ADJ f s 32.22 61.69 8.21 18.58 -anglaises anglais ADJ f p 32.22 61.69 1.00 6.42 -angle angle NOM m s 13.29 57.64 11.56 46.89 -angler angler VER 0.22 0.20 0.01 0.07 inf; -angles angle NOM m p 13.29 57.64 1.73 10.74 -angleterre angleterre NOM f s 0.20 0.47 0.20 0.47 -anglican anglican ADJ m s 0.16 0.61 0.06 0.34 -anglicane anglican ADJ f s 0.16 0.61 0.10 0.14 -anglicans anglican NOM m p 0.04 0.07 0.01 0.00 -angliche angliche NOM s 0.44 0.41 0.32 0.20 -angliches angliche NOM p 0.44 0.41 0.12 0.20 -anglicisation anglicisation NOM f s 0.00 0.07 0.00 0.07 -angliciser angliciser VER 0.11 0.00 0.01 0.00 inf; -anglicismes anglicisme NOM m p 0.00 0.07 0.00 0.07 -anglicisé angliciser VER m s 0.11 0.00 0.10 0.00 par:pas; -anglo_albanais anglo_albanais ADJ m s 0.00 0.07 0.00 0.07 -anglo_allemand anglo_allemand ADJ m s 0.01 0.00 0.01 0.00 -anglo_américain anglo_américain ADJ m s 0.05 0.20 0.01 0.07 -anglo_américain anglo_américain ADJ f s 0.05 0.20 0.02 0.07 -anglo_américain anglo_américain ADJ f p 0.05 0.20 0.00 0.07 -anglo_américain anglo_américain ADJ m p 0.05 0.20 0.02 0.00 -anglo_arabe anglo_arabe ADJ s 0.00 0.27 0.00 0.14 -anglo_arabe anglo_arabe ADJ m p 0.00 0.27 0.00 0.14 -anglo_chinois anglo_chinois ADJ m s 0.01 0.00 0.01 0.00 -anglo_français anglo_français ADJ m s 0.02 0.14 0.01 0.07 -anglo_français anglo_français ADJ f s 0.02 0.14 0.01 0.07 -anglo_hellénique anglo_hellénique ADJ f s 0.00 0.07 0.00 0.07 -anglo_irlandais anglo_irlandais ADJ m s 0.00 0.27 0.00 0.27 -anglo_normand anglo_normand ADJ m s 0.04 0.34 0.00 0.14 -anglo_normand anglo_normand ADJ f s 0.04 0.34 0.00 0.20 -anglo_normand anglo_normand ADJ f p 0.04 0.34 0.04 0.00 -anglo_russe anglo_russe ADJ m s 0.02 0.00 0.01 0.00 -anglo_russe anglo_russe ADJ f p 0.02 0.00 0.01 0.00 -anglo_saxon anglo_saxon ADJ m s 0.48 4.12 0.23 1.08 -anglo_saxon anglo_saxon ADJ f s 0.48 4.12 0.04 0.74 -anglo_saxon anglo_saxon ADJ f p 0.48 4.12 0.18 0.88 -anglo_saxon anglo_saxon ADJ m p 0.48 4.12 0.03 1.42 -anglo_soviétique anglo_soviétique ADJ s 0.02 0.07 0.02 0.07 -anglo_égyptien anglo_égyptien ADJ m s 0.01 0.41 0.00 0.20 -anglo_égyptien anglo_égyptien ADJ f s 0.01 0.41 0.01 0.20 -anglo_éthiopien anglo_éthiopien ADJ m s 0.00 0.07 0.00 0.07 -anglomane anglomane ADJ s 0.00 0.14 0.00 0.07 -anglomanes anglomane ADJ p 0.00 0.14 0.00 0.07 -anglomanie anglomanie NOM f s 0.00 0.07 0.00 0.07 -anglophile anglophile ADJ f s 0.02 0.20 0.02 0.20 -anglophobe anglophobe ADJ s 0.01 0.00 0.01 0.00 -anglophobes anglophobe NOM p 0.00 0.07 0.00 0.07 -anglophobie anglophobie NOM f s 0.00 0.07 0.00 0.07 -anglophone anglophone ADJ s 0.10 0.14 0.09 0.14 -anglophones anglophone NOM p 0.01 0.07 0.01 0.07 -angoissa angoisser VER 5.84 5.88 0.00 0.14 ind:pas:3s; -angoissaient angoisser VER 5.84 5.88 0.01 0.14 ind:imp:3p; -angoissais angoisser VER 5.84 5.88 0.06 0.00 ind:imp:1s; -angoissait angoisser VER 5.84 5.88 0.07 1.35 ind:imp:3s; -angoissant angoissant ADJ m s 1.87 4.19 0.80 1.96 -angoissante angoissant ADJ f s 1.87 4.19 1.05 1.42 -angoissantes angoissant ADJ f p 1.87 4.19 0.01 0.27 -angoissants angoissant ADJ m p 1.87 4.19 0.01 0.54 -angoisse angoisse NOM f s 17.82 68.99 14.98 60.68 -angoissent angoisser VER 5.84 5.88 0.25 0.00 ind:pre:3p; -angoisser angoisser VER 5.84 5.88 0.98 0.27 inf; -angoisserait angoisser VER 5.84 5.88 0.01 0.00 cnd:pre:3s; -angoisses angoisse NOM f p 17.82 68.99 2.84 8.31 -angoissez angoisser VER 5.84 5.88 0.02 0.00 ind:pre:2p; -angoissiez angoisser VER 5.84 5.88 0.01 0.00 ind:imp:2p; -angoissé angoisser VER m s 5.84 5.88 0.55 0.95 par:pas; -angoissée angoissé ADJ f s 1.17 5.27 0.88 2.09 -angoissées angoissé NOM f p 0.16 1.22 0.01 0.07 -angoissés angoissé ADJ m p 1.17 5.27 0.01 0.27 -angolais angolais ADJ m p 0.20 0.07 0.20 0.07 -angon angon NOM m s 0.00 0.41 0.00 0.41 -angor angor NOM m s 0.01 0.00 0.01 0.00 -angora angora NOM m s 0.29 0.47 0.29 0.34 -angoras angora NOM m p 0.29 0.47 0.00 0.14 -angström angström NOM m s 0.01 0.20 0.01 0.20 -anguille anguille NOM f s 4.32 3.31 1.74 2.03 -anguilles anguille NOM f p 4.32 3.31 2.58 1.28 -anguillules anguillule NOM f p 0.00 0.07 0.00 0.07 -anguis anguis NOM m 0.00 0.07 0.00 0.07 -angéite angéite NOM f s 0.01 0.00 0.01 0.00 -angulaire angulaire ADJ s 0.36 0.47 0.32 0.34 -angulaires angulaire ADJ p 0.36 0.47 0.05 0.14 -anguleuse anguleux ADJ f s 0.63 3.24 0.45 0.81 -anguleuses anguleux ADJ f p 0.63 3.24 0.01 0.61 -anguleux anguleux ADJ m 0.63 3.24 0.17 1.82 -angélique angélique ADJ s 0.59 4.86 0.41 3.85 -angéliquement angéliquement ADV 0.00 0.14 0.00 0.14 -angéliques angélique ADJ p 0.59 4.86 0.17 1.01 -angélisme angélisme NOM m s 0.00 0.47 0.00 0.47 -angulosité angulosité NOM f s 0.00 0.07 0.00 0.07 -angélus angélus NOM m 0.80 1.28 0.80 1.28 -angustura angustura NOM f s 0.00 0.27 0.00 0.27 -anhèle anhéler VER 0.00 0.07 0.00 0.07 ind:pre:3s; -anhélations anhélation NOM f p 0.00 0.07 0.00 0.07 -anhydre anhydre ADJ f s 0.04 0.00 0.04 0.00 -anhydride anhydride NOM m s 0.04 0.07 0.04 0.07 -anicroche anicroche NOM f s 0.12 0.74 0.06 0.54 -anicroches anicroche NOM f p 0.12 0.74 0.06 0.20 -aniline aniline NOM f s 0.01 0.27 0.01 0.27 -anima animer VER 6.28 33.78 0.29 1.89 ind:pas:3s; -animai animer VER 6.28 33.78 0.34 0.07 ind:pas:1s; -animaient animer VER 6.28 33.78 0.12 1.42 ind:imp:3p; -animais animer VER 6.28 33.78 0.03 0.07 ind:imp:1s; -animait animer VER 6.28 33.78 0.46 6.28 ind:imp:3s; -animal_roi animal_roi NOM m s 0.00 0.07 0.00 0.07 -animal animal NOM m s 80.50 82.64 36.89 47.23 -animalcule animalcule NOM m s 0.00 0.14 0.00 0.14 -animale animal ADJ f s 6.33 14.19 1.96 6.49 -animalement animalement ADV 0.00 0.27 0.00 0.27 -animalerie animalerie NOM f s 0.42 0.07 0.42 0.07 -animales animal ADJ f p 6.33 14.19 1.03 1.69 -animalier animalier ADJ m s 0.48 0.61 0.32 0.20 -animaliers animalier ADJ m p 0.48 0.61 0.12 0.00 -animalisait animaliser VER 0.00 0.14 0.00 0.07 ind:imp:3s; -animalise animaliser VER 0.00 0.14 0.00 0.07 ind:pre:3s; -animalière animalier ADJ f s 0.48 0.61 0.01 0.34 -animalières animalier ADJ f p 0.48 0.61 0.03 0.07 -animalité animalité NOM f s 0.01 1.42 0.01 1.42 -animant animer VER 6.28 33.78 0.01 0.81 par:pre; -animas animer VER 6.28 33.78 0.03 0.00 ind:pas:2s; -animateur animateur NOM m s 2.72 2.23 1.90 1.42 -animateurs animateur NOM m p 2.72 2.23 0.12 0.61 -animation animation NOM f s 1.53 8.31 1.45 8.18 -animations animation NOM f p 1.53 8.31 0.08 0.14 -animatrice animateur NOM f s 2.72 2.23 0.69 0.14 -animatrices animateur NOM f p 2.72 2.23 0.00 0.07 -animaux_espions animaux_espions NOM m p 0.01 0.00 0.01 0.00 -animaux animal NOM m p 80.50 82.64 43.62 35.41 -anime animer VER 6.28 33.78 1.82 5.47 imp:pre:2s;ind:pre:1s;ind:pre:3s; -animent animer VER 6.28 33.78 0.12 1.22 ind:pre:3p; -animer animer VER 6.28 33.78 0.94 4.12 inf; -animeraient animer VER 6.28 33.78 0.00 0.14 cnd:pre:3p; -animerait animer VER 6.28 33.78 0.00 0.27 cnd:pre:3s; -animes animer VER 6.28 33.78 0.07 0.00 ind:pre:2s; -animique animique ADJ s 0.00 0.07 0.00 0.07 -animisme animisme NOM m s 0.00 0.07 0.00 0.07 -animiste animiste ADJ f s 0.00 0.07 0.00 0.07 -animosité animosité NOM f s 1.09 2.64 1.07 2.57 -animosités animosité NOM f p 1.09 2.64 0.01 0.07 -animât animer VER 6.28 33.78 0.00 0.20 sub:imp:3s; -animèrent animer VER 6.28 33.78 0.00 0.81 ind:pas:3p; -animé animé ADJ m s 6.21 8.92 2.79 3.18 -animée animer VER f s 6.28 33.78 0.37 3.78 par:pas; -animées animé ADJ f p 6.21 8.92 0.42 1.22 -animés animé ADJ m p 6.21 8.92 2.66 1.42 -animus animus NOM m 0.02 0.00 0.02 0.00 -anionique anionique ADJ m s 0.01 0.00 0.01 0.00 -anis anis NOM m 1.05 2.50 1.05 2.50 -anise aniser VER 0.11 0.20 0.10 0.00 imp:pre:2s; -anisette anisette NOM f s 0.15 1.15 0.15 1.01 -anisettes anisette NOM f p 0.15 1.15 0.00 0.14 -anisé aniser VER m s 0.11 0.20 0.00 0.07 par:pas; -anisée aniser VER f s 0.11 0.20 0.01 0.07 par:pas; -anisées aniser VER f p 0.11 0.20 0.00 0.07 par:pas; -ankh ankh NOM m s 0.07 0.07 0.07 0.07 -ankylosait ankyloser VER 0.00 0.88 0.00 0.14 ind:imp:3s; -ankylose ankylose NOM f s 0.12 0.95 0.12 0.88 -ankyloser ankyloser VER 0.00 0.88 0.00 0.14 inf; -ankyloses ankylose NOM f p 0.12 0.95 0.00 0.07 -ankylosé ankylosé ADJ m s 0.13 1.28 0.11 0.47 -ankylosée ankylosé ADJ f s 0.13 1.28 0.01 0.41 -ankylosées ankylosé ADJ f p 0.13 1.28 0.00 0.20 -ankylosés ankylosé ADJ m p 0.13 1.28 0.00 0.20 -annales annales NOM f 0.78 1.76 0.78 1.76 -annamite annamite NOM s 0.00 0.34 0.00 0.14 -annamites annamite NOM p 0.00 0.34 0.00 0.20 -anneau anneau NOM m s 21.61 17.50 17.59 9.53 -anneaux anneau NOM m p 21.61 17.50 4.01 7.97 -annelets annelet NOM m p 0.00 0.07 0.00 0.07 -annelé annelé ADJ m s 0.00 1.22 0.00 0.27 -annelée annelé ADJ f s 0.00 1.22 0.00 0.41 -annelées annelé ADJ f p 0.00 1.22 0.00 0.34 -annelures annelure NOM f p 0.00 0.07 0.00 0.07 -annelés annelé ADJ m p 0.00 1.22 0.00 0.20 -annexa annexer VER 0.90 3.45 0.00 0.07 ind:pas:3s; -annexaient annexer VER 0.90 3.45 0.00 0.34 ind:imp:3p; -annexait annexer VER 0.90 3.45 0.00 0.14 ind:imp:3s; -annexant annexer VER 0.90 3.45 0.02 0.07 par:pre; -annexe annexe NOM f s 1.36 2.97 1.27 2.03 -annexer annexer VER 0.90 3.45 0.51 0.81 inf; -annexes annexe ADJ p 1.17 1.22 0.46 0.61 -annexion annexion NOM f s 0.37 0.74 0.37 0.61 -annexions annexion NOM f p 0.37 0.74 0.00 0.14 -annexèrent annexer VER 0.90 3.45 0.00 0.07 ind:pas:3p; -annexé annexer VER m s 0.90 3.45 0.14 0.88 par:pas; -annexée annexer VER f s 0.90 3.45 0.02 0.41 par:pas; -annexées annexer VER f p 0.90 3.45 0.00 0.14 par:pas; -annexés annexer VER m p 0.90 3.45 0.04 0.14 par:pas; -annihila annihiler VER 0.84 0.74 0.00 0.07 ind:pas:3s; -annihilait annihiler VER 0.84 0.74 0.00 0.14 ind:imp:3s; -annihilant annihiler VER 0.84 0.74 0.01 0.00 par:pre; -annihilante annihilant ADJ f s 0.00 0.14 0.00 0.07 -annihilateur annihilateur ADJ m s 0.12 0.00 0.12 0.00 -annihilation annihilation NOM f s 0.46 0.07 0.46 0.07 -annihile annihiler VER 0.84 0.74 0.06 0.00 imp:pre:2s;ind:pre:3s; -annihilent annihiler VER 0.84 0.74 0.00 0.14 ind:pre:3p; -annihiler annihiler VER 0.84 0.74 0.36 0.27 inf; -annihilez annihiler VER 0.84 0.74 0.01 0.00 ind:pre:2p; -annihilons annihiler VER 0.84 0.74 0.01 0.00 imp:pre:1p; -annihilé annihiler VER m s 0.84 0.74 0.32 0.07 par:pas; -annihilée annihiler VER f s 0.84 0.74 0.08 0.07 par:pas; -anniv anniv NOM m s 0.26 0.00 0.26 0.00 -anniversaire anniversaire NOM m s 82.79 12.97 80.24 12.09 -anniversaires anniversaire NOM m p 82.79 12.97 2.55 0.88 -annonce annonce NOM f s 23.76 16.62 18.93 13.18 -annoncent annoncer VER 55.67 133.92 1.79 2.77 ind:pre:3p; -annoncer annoncer VER 55.67 133.92 21.14 23.38 inf; -annoncera annoncer VER 55.67 133.92 0.74 0.27 ind:fut:3s; -annoncerai annoncer VER 55.67 133.92 0.88 0.07 ind:fut:1s; -annonceraient annoncer VER 55.67 133.92 0.00 0.07 cnd:pre:3p; -annoncerais annoncer VER 55.67 133.92 0.03 0.00 cnd:pre:1s;cnd:pre:2s; -annoncerait annoncer VER 55.67 133.92 0.04 0.54 cnd:pre:3s; -annonceras annoncer VER 55.67 133.92 0.04 0.07 ind:fut:2s; -annoncerez annoncer VER 55.67 133.92 0.23 0.07 ind:fut:2p; -annoncerons annoncer VER 55.67 133.92 0.13 0.07 ind:fut:1p; -annonceront annoncer VER 55.67 133.92 0.10 0.07 ind:fut:3p; -annonces annonce NOM f p 23.76 16.62 4.83 3.45 -annonceur annonceur NOM m s 0.58 0.54 0.09 0.20 -annonceurs annonceur NOM m p 0.58 0.54 0.50 0.07 -annonceuse annonceur NOM f s 0.58 0.54 0.00 0.27 -annoncez annoncer VER 55.67 133.92 2.00 0.47 imp:pre:2p;ind:pre:2p; -annonciateur annonciateur ADJ m s 0.28 2.30 0.25 0.88 -annonciateurs annonciateur ADJ m p 0.28 2.30 0.03 0.88 -annonciation annonciation NOM f s 0.01 0.61 0.00 0.54 -annonciations annonciation NOM f p 0.01 0.61 0.01 0.07 -annonciatrice annonciateur ADJ f s 0.28 2.30 0.00 0.34 -annonciatrices annonciateur ADJ f p 0.28 2.30 0.00 0.20 -annonciez annoncer VER 55.67 133.92 0.06 0.07 ind:imp:2p; -annoncions annoncer VER 55.67 133.92 0.13 0.07 ind:imp:1p; -annoncèrent annoncer VER 55.67 133.92 0.03 1.15 ind:pas:3p; -annoncé annoncer VER m s 55.67 133.92 9.15 15.68 par:pas; -annoncée annoncer VER f s 55.67 133.92 0.85 2.91 par:pas; -annoncées annoncer VER f p 55.67 133.92 0.18 0.88 par:pas; -annoncés annoncer VER m p 55.67 133.92 0.28 0.41 par:pas; -annonça annoncer VER 55.67 133.92 0.56 23.38 ind:pas:3s; -annonçai annoncer VER 55.67 133.92 0.02 1.76 ind:pas:1s; -annonçaient annoncer VER 55.67 133.92 0.28 5.14 ind:imp:3p; -annonçais annoncer VER 55.67 133.92 0.13 0.88 ind:imp:1s;ind:imp:2s; -annonçait annoncer VER 55.67 133.92 1.03 21.96 ind:imp:3s; -annonçant annoncer VER 55.67 133.92 1.22 9.05 par:pre; -annonçons annoncer VER 55.67 133.92 0.26 0.00 imp:pre:1p;ind:pre:1p; -annonçât annoncer VER 55.67 133.92 0.00 0.74 sub:imp:3s; -annotais annoter VER 0.12 0.81 0.00 0.14 ind:imp:1s; -annotait annoter VER 0.12 0.81 0.00 0.14 ind:imp:3s; -annotant annoter VER 0.12 0.81 0.00 0.07 par:pre; -annotation annotation NOM f s 0.25 0.88 0.19 0.14 -annotations annotation NOM f p 0.25 0.88 0.05 0.74 -annote annoter VER 0.12 0.81 0.02 0.07 ind:pre:1s;ind:pre:3s; -annoter annoter VER 0.12 0.81 0.03 0.00 inf; -annoté annoter VER m s 0.12 0.81 0.02 0.20 par:pas; -annotée annoter VER f s 0.12 0.81 0.01 0.14 par:pas; -annotés annoter VER m p 0.12 0.81 0.04 0.07 par:pas; -annuaire annuaire NOM m s 4.56 3.78 4.43 3.04 -annuaires annuaire NOM m p 4.56 3.78 0.14 0.74 -année_lumière année_lumière NOM f s 1.16 1.01 0.03 0.07 -année année NOM f s 316.25 375.54 129.64 128.99 -annuel annuel ADJ m s 4.47 4.12 3.28 1.35 -annuelle annuelle ADJ f s 1.30 0.00 1.30 0.00 -annuellement annuellement ADV 0.15 0.14 0.15 0.14 -annuelles annuel ADJ f p 4.47 4.12 0.22 0.47 -annuels annuel ADJ m p 4.47 4.12 0.41 0.47 -année_homme année_homme NOM f p 0.01 0.00 0.01 0.00 -année_lumière année_lumière NOM f p 1.16 1.01 1.13 0.95 -années année NOM f p 316.25 375.54 186.61 246.55 -annula annuler VER 42.11 5.47 0.00 0.20 ind:pas:3s; -annulai annuler VER 42.11 5.47 0.00 0.07 ind:pas:1s; -annulaient annuler VER 42.11 5.47 0.12 0.27 ind:imp:3p; -annulaire annulaire NOM m s 0.55 2.64 0.55 2.64 -annulais annuler VER 42.11 5.47 0.36 0.07 ind:imp:1s;ind:imp:2s; -annulait annuler VER 42.11 5.47 0.09 0.68 ind:imp:3s; -annulant annuler VER 42.11 5.47 0.30 0.34 par:pre; -annulation annulation NOM f s 2.46 0.88 2.28 0.74 -annulations annulation NOM f p 2.46 0.88 0.18 0.14 -annule annuler VER 42.11 5.47 7.34 0.88 imp:pre:2s;ind:pre:1s;ind:pre:3s; -annulent annuler VER 42.11 5.47 0.52 0.27 ind:pre:3p; -annuler annuler VER 42.11 5.47 14.08 1.15 inf; -annulera annuler VER 42.11 5.47 0.26 0.00 ind:fut:3s; -annulerai annuler VER 42.11 5.47 0.17 0.00 ind:fut:1s; -annuleraient annuler VER 42.11 5.47 0.02 0.07 cnd:pre:3p; -annulerais annuler VER 42.11 5.47 0.08 0.00 cnd:pre:1s; -annulerait annuler VER 42.11 5.47 0.17 0.20 cnd:pre:3s; -annulerez annuler VER 42.11 5.47 0.11 0.00 ind:fut:2p; -annulerons annuler VER 42.11 5.47 0.04 0.00 ind:fut:1p; -annuleront annuler VER 42.11 5.47 0.08 0.00 ind:fut:3p; -annules annuler VER 42.11 5.47 0.39 0.00 ind:pre:2s; -annulez annuler VER 42.11 5.47 3.02 0.14 imp:pre:2p;ind:pre:2p; -annuliez annuler VER 42.11 5.47 0.07 0.00 ind:imp:2p; -annulons annuler VER 42.11 5.47 0.12 0.00 imp:pre:1p;ind:pre:1p; -annulèrent annuler VER 42.11 5.47 0.01 0.14 ind:pas:3p; -annulé annuler VER m s 42.11 5.47 10.94 0.41 par:pas; -annulée annuler VER f s 42.11 5.47 3.08 0.27 par:pas; -annulées annuler VER f p 42.11 5.47 0.27 0.14 par:pas; -annulés annuler VER m p 42.11 5.47 0.46 0.20 par:pas; -anobli anoblir VER m s 0.47 0.68 0.08 0.20 par:pas; -anoblie anoblir VER f s 0.47 0.68 0.27 0.00 par:pas; -anoblies anobli ADJ f p 0.02 0.07 0.00 0.07 -anoblir anoblir VER 0.47 0.68 0.01 0.20 inf; -anoblissait anoblir VER 0.47 0.68 0.00 0.07 ind:imp:3s; -anoblissant anoblir VER 0.47 0.68 0.00 0.07 par:pre; -anoblissante anoblissant ADJ f s 0.00 0.07 0.00 0.07 -anoblissement anoblissement NOM m s 0.00 0.14 0.00 0.14 -anoblit anoblir VER 0.47 0.68 0.11 0.14 ind:pre:3s;ind:pas:3s; -anode anode NOM f s 0.02 0.00 0.02 0.00 -anodin anodin ADJ m s 1.03 8.65 0.38 2.97 -anodine anodin ADJ f s 1.03 8.65 0.20 2.03 -anodines anodin ADJ f p 1.03 8.65 0.20 2.09 -anodins anodin ADJ m p 1.03 8.65 0.25 1.55 -anodique anodique ADJ f s 0.20 0.00 0.20 0.00 -anodisé anodiser VER m s 0.21 0.07 0.21 0.07 par:pas; -anomalie anomalie NOM f s 3.96 2.16 2.75 1.55 -anomalies anomalie NOM f p 3.96 2.16 1.21 0.61 -anomoure anomoure NOM m s 0.00 0.07 0.00 0.07 -anonymat anonymat NOM m s 1.41 3.04 1.41 3.04 -anonyme anonyme ADJ s 11.65 14.80 7.74 9.26 -anonymement anonymement ADV 0.42 0.14 0.42 0.14 -anonymes anonyme ADJ p 11.65 14.80 3.92 5.54 -anonymographe anonymographe NOM m s 0.00 0.14 0.00 0.14 -anophèle anophèle NOM m s 0.01 0.00 0.01 0.00 -anorak anorak NOM m s 0.49 0.88 0.25 0.81 -anoraks anorak NOM m p 0.49 0.88 0.25 0.07 -anorexie anorexie NOM f s 0.88 0.81 0.87 0.74 -anorexies anorexie NOM f p 0.88 0.81 0.01 0.07 -anorexique anorexique ADJ s 0.38 0.41 0.31 0.34 -anorexiques anorexique NOM p 0.25 0.14 0.16 0.00 -anormal anormal ADJ m s 7.40 7.91 4.80 4.46 -anormale anormal ADJ f s 7.40 7.91 1.23 2.57 -anormalement anormalement ADV 1.08 1.15 1.08 1.15 -anormales anormal ADJ f p 7.40 7.91 0.61 0.27 -anormalité anormalité NOM f s 0.20 0.20 0.20 0.20 -anormaux anormal ADJ m p 7.40 7.91 0.76 0.61 -anosmie anosmie NOM f s 0.07 0.00 0.07 0.00 -anosmique anosmique ADJ m s 0.01 0.07 0.01 0.07 -anoxie anoxie NOM f s 0.09 0.00 0.09 0.00 -ans an NOM m p 866.58 685.81 718.17 609.05 -anse anse NOM f s 0.47 6.08 0.33 4.86 -anses anse NOM f p 0.47 6.08 0.14 1.22 -ansée ansé ADJ f s 0.02 0.07 0.01 0.00 -ansées ansé ADJ f p 0.02 0.07 0.01 0.07 -antagonique antagonique ADJ s 0.03 0.00 0.03 0.00 -antagonisme antagonisme NOM m s 0.17 1.55 0.16 1.15 -antagonismes antagonisme NOM m p 0.17 1.55 0.02 0.41 -antagoniste antagoniste NOM s 0.14 0.68 0.12 0.27 -antagonistes antagoniste ADJ p 0.10 0.88 0.03 0.68 -antalgique antalgique NOM m s 0.50 0.00 0.15 0.00 -antalgiques antalgique NOM m p 0.50 0.00 0.35 0.00 -antan antan NOM m s 1.53 4.86 1.53 4.86 -antarctique antarctique ADJ s 0.06 0.07 0.06 0.00 -antarctiques antarctique ADJ p 0.06 0.07 0.00 0.07 -ante ante NOM f s 1.12 0.27 1.12 0.27 -antenne antenne NOM f s 11.59 8.45 10.08 3.65 -antennes antenne NOM f p 11.59 8.45 1.50 4.80 -anthologie anthologie NOM f s 0.48 0.81 0.48 0.68 -anthologies anthologie NOM f p 0.48 0.81 0.00 0.14 -anthonome anthonome NOM m s 0.01 0.00 0.01 0.00 -anthracine anthracine NOM m s 0.04 0.00 0.04 0.00 -anthracite anthracite ADJ 0.07 1.15 0.07 1.15 -anthracites anthracite NOM m p 0.01 1.82 0.00 0.07 -anthracose anthracose NOM f s 0.01 0.00 0.01 0.00 -anthracène anthracène NOM m s 0.01 0.00 0.01 0.00 -anthraquinone anthraquinone NOM f s 0.01 0.00 0.01 0.00 -anthrax anthrax NOM m 1.26 0.47 1.26 0.47 -anthropiques anthropique ADJ p 0.02 0.00 0.02 0.00 -anthropoïde anthropoïde NOM s 0.03 0.20 0.02 0.07 -anthropoïdes anthropoïde NOM p 0.03 0.20 0.01 0.14 -anthropologie anthropologie NOM f s 0.78 0.41 0.78 0.41 -anthropologique anthropologique ADJ s 0.27 0.20 0.16 0.07 -anthropologiquement anthropologiquement ADV 0.01 0.00 0.01 0.00 -anthropologiques anthropologique ADJ f p 0.27 0.20 0.11 0.14 -anthropologiste anthropologiste NOM s 0.11 0.00 0.11 0.00 -anthropologue anthropologue NOM s 1.46 0.20 1.18 0.07 -anthropologues anthropologue NOM p 1.46 0.20 0.28 0.14 -anthropomorphe anthropomorphe ADJ f s 0.01 0.07 0.01 0.07 -anthropomorphique anthropomorphique ADJ f s 0.03 0.07 0.03 0.07 -anthropomorphiser anthropomorphiser VER 0.01 0.00 0.01 0.00 inf; -anthropomorphisme anthropomorphisme NOM m s 0.01 0.34 0.01 0.34 -anthropométrie anthropométrie NOM f s 0.00 0.27 0.00 0.27 -anthropométrique anthropométrique ADJ s 0.00 0.41 0.00 0.34 -anthropométriques anthropométrique ADJ f p 0.00 0.41 0.00 0.07 -anthropophage anthropophage ADJ m s 0.14 0.00 0.03 0.00 -anthropophages anthropophage ADJ p 0.14 0.00 0.11 0.00 -anthropophagie anthropophagie NOM f s 0.11 0.61 0.11 0.61 -anthropophagiques anthropophagique ADJ f p 0.00 0.07 0.00 0.07 -anthropopithèque anthropopithèque NOM m s 0.00 0.14 0.00 0.07 -anthropopithèques anthropopithèque NOM m p 0.00 0.14 0.00 0.07 -anthume anthume ADJ s 0.00 0.20 0.00 0.20 -anti_acné anti_acné NOM f s 0.02 0.00 0.02 0.00 -anti_agression anti_agression NOM f s 0.03 0.07 0.03 0.07 -anti_allergie anti_allergie NOM f s 0.01 0.00 0.01 0.00 -anti_anatomique anti_anatomique ADJ s 0.01 0.00 0.01 0.00 -anti_apartheid anti_apartheid NOM m s 0.00 0.07 0.00 0.07 -anti_aphrodisiaque anti_aphrodisiaque ADJ f s 0.00 0.07 0.00 0.07 -anti_asthmatique anti_asthmatique NOM s 0.01 0.00 0.01 0.00 -anti_atomique anti_atomique ADJ m s 0.06 0.07 0.05 0.00 -anti_atomique anti_atomique ADJ m p 0.06 0.07 0.01 0.07 -anti_aérien anti_aérien ADJ m s 0.41 0.27 0.20 0.07 -anti_aérien anti_aérien ADJ f s 0.41 0.27 0.17 0.07 -anti_aérien anti_aérien ADJ m p 0.41 0.27 0.04 0.14 -anti_avortement anti_avortement NOM m s 0.12 0.00 0.12 0.00 -anti_beauf anti_beauf NOM m s 0.01 0.00 0.01 0.00 -anti_bison anti_bison NOM m s 0.00 0.07 0.00 0.07 -anti_blindage anti_blindage NOM m s 0.04 0.00 0.04 0.00 -anti_blouson anti_blouson NOM m s 0.00 0.07 0.00 0.07 -anti_bombe anti_bombe NOM f s 0.10 0.07 0.09 0.00 -anti_bombe anti_bombe NOM f p 0.10 0.07 0.01 0.07 -anti_boson anti_boson NOM m p 0.04 0.00 0.04 0.00 -anti_braquage anti_braquage NOM m s 0.01 0.00 0.01 0.00 -anti_brouillard anti_brouillard ADJ s 0.12 0.00 0.12 0.00 -anti_bruit anti_bruit NOM m s 0.16 0.00 0.16 0.00 -anti_calcique anti_calcique ADJ f p 0.01 0.00 0.01 0.00 -anti_cancer anti_cancer NOM m s 0.04 0.00 0.04 0.00 -anti_capitaliste anti_capitaliste ADJ m s 0.03 0.00 0.03 0.00 -anti_castriste anti_castriste ADJ s 0.02 0.00 0.02 0.00 -anti_castriste anti_castriste NOM p 0.01 0.00 0.01 0.00 -anti_cellulite anti_cellulite NOM f s 0.01 0.00 0.01 0.00 -anti_chambre anti_chambre NOM f s 0.00 0.14 0.00 0.07 -anti_chambre anti_chambre NOM f p 0.00 0.14 0.00 0.07 -anti_char anti_char NOM m s 0.12 0.20 0.00 0.14 -anti_char anti_char NOM m p 0.12 0.20 0.12 0.07 -anti_chien anti_chien NOM m p 0.00 0.07 0.00 0.07 -anti_cité anti_cité NOM f s 0.00 0.07 0.00 0.07 -anti_civilisation anti_civilisation NOM f s 0.00 0.07 0.00 0.07 -anti_club anti_club NOM m s 0.02 0.00 0.02 0.00 -anti_coco anti_coco NOM p 0.01 0.00 0.01 0.00 -anti_colère anti_colère NOM f s 0.01 0.00 0.01 0.00 -anti_communisme anti_communisme NOM m s 0.00 0.14 0.00 0.14 -anti_communiste anti_communiste ADJ s 0.03 0.07 0.03 0.07 -anti_conformisme anti_conformisme NOM m s 0.01 0.14 0.01 0.14 -anti_conformiste anti_conformiste NOM s 0.01 0.00 0.01 0.00 -anti_conglutinatif anti_conglutinatif ADJ m s 0.00 0.07 0.00 0.07 -anti_corps anti_corps NOM m 0.08 0.00 0.08 0.00 -anti_corruption anti_corruption NOM f s 0.04 0.00 0.04 0.00 -anti_crash anti_crash NOM m s 0.01 0.00 0.01 0.00 -anti_crime anti_crime NOM m s 0.03 0.00 0.03 0.00 -anti_criminalité anti_criminalité NOM f s 0.01 0.00 0.01 0.00 -anti_célibataire anti_célibataire ADJ f p 0.01 0.00 0.01 0.00 -anti_dauphin anti_dauphin NOM m p 0.01 0.00 0.01 0.00 -anti_desperado anti_desperado NOM m s 0.01 0.00 0.01 0.00 -anti_dieu anti_dieu NOM m s 0.03 0.00 0.03 0.00 -anti_discrimination anti_discrimination NOM f s 0.02 0.00 0.02 0.00 -anti_dopage anti_dopage NOM m s 0.06 0.00 0.06 0.00 -anti_douleur anti_douleur NOM f s 0.46 0.00 0.30 0.00 -anti_douleur anti_douleur NOM f p 0.46 0.00 0.15 0.00 -anti_drague anti_drague NOM f s 0.01 0.00 0.01 0.00 -anti_dramatique anti_dramatique ADJ s 0.00 0.07 0.00 0.07 -anti_drogue anti_drogue NOM f s 0.42 0.00 0.35 0.00 -anti_drogue anti_drogue NOM f p 0.42 0.00 0.07 0.00 -anti_débauche anti_débauche NOM f s 0.00 0.07 0.00 0.07 -anti_démocratique anti_démocratique ADJ f s 0.14 0.07 0.14 0.07 -anti_démocratique anti_démocratique ADJ f p 0.14 0.07 0.01 0.00 -anti_démon anti_démon NOM m s 0.04 0.00 0.04 0.00 -anti_espionne anti_espionne NOM f p 0.01 0.00 0.01 0.00 -anti_establishment anti_establishment NOM m s 0.02 0.00 0.02 0.00 -anti_existence anti_existence NOM f s 0.00 0.07 0.00 0.07 -anti_explosion anti_explosion NOM f s 0.04 0.00 0.04 0.00 -anti_fantôme anti_fantôme NOM m p 0.02 0.00 0.02 0.00 -anti_fasciste anti_fasciste ADJ f s 0.02 0.00 0.02 0.00 -anti_femme anti_femme NOM f s 0.01 0.00 0.01 0.00 -anti_flingage anti_flingage NOM m s 0.00 0.07 0.00 0.07 -anti_flip anti_flip NOM m s 0.00 0.07 0.00 0.07 -anti_frigo anti_frigo NOM m s 0.00 0.07 0.00 0.07 -anti_féministe anti_féministe NOM s 0.03 0.07 0.03 0.07 -anti_fusionnel anti_fusionnel ADJ m s 0.01 0.00 0.01 0.00 -anti_fusée anti_fusée NOM f p 0.00 0.20 0.00 0.20 -anti_g anti_g ADJ f p 0.01 0.00 0.01 0.00 -anti_gang anti_gang NOM m s 0.33 0.00 0.33 0.00 -anti_gel anti_gel NOM m s 0.05 0.00 0.05 0.00 -anti_gerce anti_gerce NOM f s 0.01 0.00 0.01 0.00 -anti_gouvernement anti_gouvernement NOM m s 0.10 0.00 0.10 0.00 -anti_graffiti anti_graffiti NOM m 0.01 0.00 0.01 0.00 -anti_gravité anti_gravité NOM f s 0.06 0.00 0.06 0.00 -anti_grimace anti_grimace NOM f p 0.01 0.00 0.01 0.00 -anti_gros anti_gros ADJ m 0.01 0.00 0.01 0.00 -anti_hanneton anti_hanneton NOM m p 0.00 0.07 0.00 0.07 -anti_hypertenseur anti_hypertenseur ADJ m s 0.01 0.00 0.01 0.00 -anti_immigration anti_immigration NOM f s 0.02 0.00 0.02 0.00 -anti_immigré anti_immigré ADJ p 0.00 0.07 0.00 0.07 -anti_impérialiste anti_impérialiste ADJ s 0.11 0.07 0.11 0.07 -anti_incendie anti_incendie NOM m s 0.16 0.00 0.16 0.00 -anti_inertie anti_inertie NOM f s 0.01 0.00 0.01 0.00 -anti_infectieux anti_infectieux ADJ m p 0.01 0.00 0.01 0.00 -anti_inflammatoire anti_inflammatoire NOM m s 0.07 0.07 0.07 0.07 -anti_insecte anti_insecte NOM m s 0.03 0.07 0.01 0.00 -anti_insecte anti_insecte NOM m p 0.03 0.07 0.02 0.07 -anti_instinct anti_instinct NOM m s 0.00 0.07 0.00 0.07 -anti_insurrectionnel anti_insurrectionnel ADJ m s 0.01 0.00 0.01 0.00 -anti_intimité anti_intimité NOM f s 0.04 0.00 0.04 0.00 -anti_japon anti_japon NOM m s 0.00 0.07 0.00 0.07 -anti_jeunes anti_jeunes ADJ m s 0.00 0.07 0.00 0.07 -anti_mafia anti_mafia NOM f s 0.01 0.07 0.01 0.07 -anti_maison anti_maison NOM f s 0.00 0.14 0.00 0.14 -anti_manipulation anti_manipulation NOM f s 0.01 0.00 0.01 0.00 -anti_manoir anti_manoir NOM m s 0.00 0.07 0.00 0.07 -anti_mariage anti_mariage NOM m s 0.03 0.00 0.03 0.00 -anti_matière anti_matière NOM f s 0.09 0.00 0.08 0.00 -anti_matière anti_matière NOM f p 0.09 0.00 0.01 0.00 -anti_mec anti_mec NOM m p 0.02 0.00 0.02 0.00 -anti_militariste anti_militariste NOM s 0.01 0.00 0.01 0.00 -anti_missile anti_missile NOM m p 0.03 0.00 0.03 0.00 -anti_mite anti_mite NOM f s 0.10 0.14 0.03 0.07 -anti_mite anti_mite NOM f p 0.10 0.14 0.08 0.07 -anti_monde anti_monde NOM m s 0.00 0.07 0.00 0.07 -anti_monstre anti_monstre ADJ f p 0.01 0.00 0.01 0.00 -anti_moustique anti_moustique NOM m s 0.58 0.07 0.41 0.00 -anti_moustique anti_moustique NOM m p 0.58 0.07 0.17 0.07 -anti_médicament anti_médicament NOM m p 0.01 0.00 0.01 0.00 -anti_métaphysique anti_métaphysique ADJ m s 0.00 0.07 0.00 0.07 -anti_météorite anti_météorite NOM f p 0.20 0.00 0.20 0.00 -anti_nausée anti_nausée NOM f s 0.01 0.00 0.01 0.00 -anti_navire anti_navire NOM m s 0.01 0.00 0.01 0.00 -anti_nucléaire anti_nucléaire ADJ m s 0.06 0.00 0.05 0.00 -anti_nucléaire anti_nucléaire ADJ p 0.06 0.00 0.01 0.00 -anti_nucléaire anti_nucléaire NOM m p 0.01 0.00 0.01 0.00 -anti_odeur anti_odeur NOM f s 0.02 0.14 0.01 0.07 -anti_odeur anti_odeur NOM f p 0.02 0.14 0.01 0.07 -anti_odorant anti_odorant ADJ m p 0.00 0.07 0.00 0.07 -anti_âge anti_âge ADJ 0.04 0.74 0.04 0.74 -anti_origine anti_origine NOM f s 0.00 0.07 0.00 0.07 -anti_panache anti_panache NOM m s 0.00 0.07 0.00 0.07 -anti_particule anti_particule NOM f s 0.01 0.00 0.01 0.00 -anti_pasteur anti_pasteur NOM m s 0.00 0.07 0.00 0.07 -anti_patriote anti_patriote NOM s 0.01 0.00 0.01 0.00 -anti_patriotique anti_patriotique ADJ f s 0.06 0.00 0.06 0.00 -anti_pelliculaire anti_pelliculaire ADJ m s 0.13 0.07 0.13 0.07 -anti_piratage anti_piratage NOM m s 0.01 0.00 0.01 0.00 -anti_pirate anti_pirate ADJ s 0.01 0.00 0.01 0.00 -anti_poison anti_poison NOM m s 0.04 0.14 0.04 0.14 -anti_poisse anti_poisse NOM f s 0.05 0.07 0.05 0.07 -anti_pollution anti_pollution NOM f s 0.04 0.00 0.04 0.00 -anti_poux anti_poux NOM m p 0.04 0.00 0.04 0.00 -anti_progressiste anti_progressiste NOM p 0.00 0.07 0.00 0.07 -anti_psychotique anti_psychotique ADJ s 0.01 0.00 0.01 0.00 -anti_pub anti_pub NOM s 0.00 0.07 0.00 0.07 -anti_puce anti_puce NOM f p 0.14 0.00 0.14 0.00 -anti_pédérastique anti_pédérastique ADJ p 0.00 0.07 0.00 0.07 -anti_racket anti_racket NOM m s 0.06 0.00 0.06 0.00 -anti_radiation anti_radiation NOM f p 0.08 0.00 0.08 0.00 -anti_rapt anti_rapt NOM m s 0.00 0.07 0.00 0.07 -anti_reflet anti_reflet NOM m p 0.00 0.07 0.00 0.07 -anti_rejet anti_rejet NOM m s 0.20 0.00 0.20 0.00 -anti_religion anti_religion NOM f s 0.01 0.00 0.01 0.00 -anti_rhume anti_rhume NOM m s 0.02 0.00 0.02 0.00 -anti_ride anti_ride NOM f p 0.06 0.00 0.06 0.00 -anti_romain anti_romain NOM m s 0.00 0.07 0.00 0.07 -anti_romantique anti_romantique ADJ s 0.01 0.00 0.01 0.00 -anti_rouille anti_rouille NOM f s 0.01 0.00 0.01 0.00 -anti_russe anti_russe ADJ m s 0.11 0.00 0.11 0.00 -anti_sida anti_sida NOM m s 0.02 0.00 0.02 0.00 -anti_socialiste anti_socialiste ADJ p 0.01 0.00 0.01 0.00 -anti_sociaux anti_sociaux ADJ m p 0.04 0.00 0.04 0.00 -anti_société anti_société NOM f s 0.00 0.07 0.00 0.07 -anti_somnolence anti_somnolence NOM f s 0.01 0.00 0.01 0.00 -anti_souffle anti_souffle NOM m s 0.03 0.00 0.03 0.00 -anti_sous_marin anti_sous_marin ADJ m s 0.02 0.00 0.02 0.00 -anti_soviétique anti_soviétique ADJ f s 0.00 0.07 0.00 0.07 -anti_sèche anti_sèche ADJ f s 0.01 0.07 0.01 0.00 -anti_sèche anti_sèche ADJ f p 0.01 0.07 0.00 0.07 -anti_stress anti_stress NOM m 0.35 0.00 0.35 0.00 -anti_sémite anti_sémite ADJ s 0.04 0.00 0.02 0.00 -anti_sémite anti_sémite ADJ f p 0.04 0.00 0.02 0.00 -anti_sémitisme anti_sémitisme NOM m s 0.08 0.00 0.08 0.00 -anti_syndical anti_syndical ADJ m s 0.01 0.00 0.01 0.00 -anti_tabac anti_tabac ADJ s 0.17 0.00 0.17 0.00 -anti_tache anti_tache NOM f p 0.15 0.00 0.15 0.00 -anti_tank anti_tank NOM m s 0.03 0.00 0.03 0.00 -anti_tapisserie anti_tapisserie NOM f s 0.00 0.07 0.00 0.07 -anti_temps anti_temps NOM m 0.00 0.27 0.00 0.27 -anti_tension anti_tension NOM f s 0.01 0.00 0.01 0.00 -anti_terrorisme anti_terrorisme NOM m s 0.53 0.00 0.53 0.00 -anti_terroriste anti_terroriste ADJ s 0.26 0.00 0.26 0.00 -anti_tornade anti_tornade NOM f p 0.01 0.00 0.01 0.00 -anti_toux anti_toux NOM f 0.01 0.00 0.01 0.00 -anti_truie anti_truie NOM f s 0.01 0.00 0.01 0.00 -anti_trust anti_trust NOM m p 0.02 0.00 0.02 0.00 -anti_émeute anti_émeute ADJ s 0.15 0.00 0.10 0.00 -anti_émeute anti_émeute ADJ p 0.15 0.00 0.05 0.00 -anti_émotionnelle anti_émotionnelle ADJ f s 0.00 0.07 0.00 0.07 -anti_évasion anti_évasion NOM f s 0.01 0.00 0.01 0.00 -anti_venin anti_venin NOM m s 0.18 0.00 0.18 0.00 -anti_vieillissement anti_vieillissement NOM m s 0.04 0.00 0.04 0.00 -anti_viol anti_viol NOM m s 0.09 0.00 0.09 0.00 -anti_violence anti_violence NOM f s 0.01 0.00 0.01 0.00 -anti_viral anti_viral ADJ m s 0.13 0.00 0.13 0.00 -anti_virus anti_virus NOM m 0.09 0.00 0.09 0.00 -anti_vol anti_vol NOM m s 0.36 0.27 0.35 0.27 -anti_vol anti_vol NOM m p 0.36 0.27 0.01 0.00 -anti anti ADV 0.09 0.81 0.09 0.81 -antiacide antiacide ADJ s 0.12 0.00 0.07 0.00 -antiacides antiacide ADJ m p 0.12 0.00 0.04 0.00 -antialcoolique antialcoolique ADJ f s 0.02 0.00 0.02 0.00 -antiallemands antiallemand ADJ m p 0.00 0.07 0.00 0.07 -antiaméricain antiaméricain ADJ m s 0.06 0.14 0.05 0.00 -antiaméricaine antiaméricain ADJ f s 0.06 0.14 0.00 0.14 -antiaméricaines antiaméricain ADJ f p 0.06 0.14 0.01 0.00 -antiaméricanisme antiaméricanisme NOM m s 0.02 0.07 0.02 0.07 -antiatomique antiatomique ADJ m s 0.31 0.00 0.31 0.00 -antiaérien antiaérien ADJ m s 0.75 1.35 0.25 0.20 -antiaérienne antiaérien ADJ f s 0.75 1.35 0.29 0.54 -antiaériennes antiaérien ADJ f p 0.75 1.35 0.17 0.27 -antiaériens antiaérien ADJ m p 0.75 1.35 0.05 0.34 -antibactérien antibactérien ADJ m s 0.03 0.00 0.03 0.00 -antibiotique antibiotique NOM m s 5.22 1.55 1.04 0.14 -antibiotiques antibiotique NOM m p 5.22 1.55 4.18 1.42 -antiblocage antiblocage ADJ m s 0.03 0.07 0.03 0.07 -antibois antibois NOM m 0.14 0.00 0.14 0.00 -antibolcheviques antibolchevique ADJ m p 0.00 0.07 0.00 0.07 -antibolchevisme antibolchevisme NOM m s 0.00 0.14 0.00 0.14 -antibourgeois antibourgeois ADJ m 0.00 0.07 0.00 0.07 -antibrouillard antibrouillard ADJ m p 0.00 0.07 0.00 0.07 -antibruit antibruit ADJ f s 0.01 0.00 0.01 0.00 -anticalcaire anticalcaire ADJ m s 0.00 0.07 0.00 0.07 -anticapitaliste anticapitaliste ADJ s 0.10 0.14 0.10 0.14 -anticastriste anticastriste ADJ s 0.03 0.07 0.01 0.07 -anticastristes anticastriste ADJ p 0.03 0.07 0.02 0.00 -anticatalyseurs anticatalyseur NOM m p 0.00 0.07 0.00 0.07 -anticatholique anticatholique ADJ f s 0.00 0.07 0.00 0.07 -antichambre antichambre NOM f s 0.89 8.58 0.89 7.84 -antichambres antichambre NOM f p 0.89 8.58 0.00 0.74 -antichar antichar ADJ s 0.33 1.89 0.07 0.20 -antichars antichar ADJ p 0.33 1.89 0.27 1.69 -antichoc antichoc ADJ f p 0.04 0.00 0.04 0.00 -anticholinergique anticholinergique ADJ s 0.01 0.00 0.01 0.00 -antichristianisme antichristianisme NOM m s 0.00 0.07 0.00 0.07 -antichrétien antichrétien ADJ m s 0.00 0.14 0.00 0.07 -antichrétienne antichrétien ADJ f s 0.00 0.14 0.00 0.07 -anticipa anticiper VER 4.14 3.31 0.01 0.07 ind:pas:3s; -anticipais anticiper VER 4.14 3.31 0.04 0.14 ind:imp:1s; -anticipait anticiper VER 4.14 3.31 0.20 0.34 ind:imp:3s; -anticipant anticiper VER 4.14 3.31 0.06 0.47 par:pre; -anticipateur anticipateur ADJ m s 0.00 0.20 0.00 0.14 -anticipation anticipation NOM f s 0.63 2.23 0.63 2.16 -anticipations anticipation NOM f p 0.63 2.23 0.00 0.07 -anticipatoire anticipatoire ADJ f s 0.00 0.07 0.00 0.07 -anticipatrice anticipateur ADJ f s 0.00 0.20 0.00 0.07 -anticipe anticiper VER 4.14 3.31 1.24 0.81 imp:pre:2s;ind:pre:1s;ind:pre:3s; -anticipent anticiper VER 4.14 3.31 0.03 0.07 ind:pre:3p; -anticiper anticiper VER 4.14 3.31 1.29 0.27 inf; -anticipera anticiper VER 4.14 3.31 0.03 0.07 ind:fut:3s; -anticiperait anticiper VER 4.14 3.31 0.01 0.07 cnd:pre:3s; -anticipez anticiper VER 4.14 3.31 0.17 0.07 imp:pre:2p;ind:pre:2p; -anticipons anticiper VER 4.14 3.31 0.16 0.20 imp:pre:1p;ind:pre:1p; -anticipé anticiper VER m s 4.14 3.31 0.56 0.14 par:pas; -anticipée anticipé ADJ f s 1.64 1.08 1.40 0.54 -anticipées anticiper VER f p 4.14 3.31 0.14 0.00 par:pas; -anticipés anticipé ADJ m p 1.64 1.08 0.03 0.00 -anticlérical anticlérical ADJ m s 0.16 1.15 0.16 0.41 -anticléricale anticlérical ADJ f s 0.16 1.15 0.00 0.47 -anticléricales anticlérical ADJ f p 0.16 1.15 0.00 0.07 -anticléricalisme anticléricalisme NOM m s 0.00 0.34 0.00 0.34 -anticléricaux anticlérical ADJ m p 0.16 1.15 0.00 0.20 -anticoagulant anticoagulant NOM m s 0.21 0.00 0.14 0.00 -anticoagulants anticoagulant NOM m p 0.21 0.00 0.06 0.00 -anticolonialisme anticolonialisme NOM m s 0.00 0.07 0.00 0.07 -anticommunisme anticommunisme NOM m s 0.10 0.88 0.10 0.88 -anticommuniste anticommuniste ADJ s 0.19 1.82 0.17 1.22 -anticommunistes anticommuniste ADJ p 0.19 1.82 0.01 0.61 -anticonceptionnelle anticonceptionnel ADJ f s 0.20 0.14 0.20 0.00 -anticonceptionnelles anticonceptionnel ADJ f p 0.20 0.14 0.00 0.07 -anticonceptionnels anticonceptionnel ADJ m p 0.20 0.14 0.00 0.07 -anticonformisme anticonformisme NOM m s 0.00 0.07 0.00 0.07 -anticonformiste anticonformiste ADJ m s 0.05 0.00 0.05 0.00 -anticonstitutionnel anticonstitutionnel ADJ m s 0.19 0.00 0.14 0.00 -anticonstitutionnelle anticonstitutionnel ADJ f s 0.19 0.00 0.05 0.00 -anticonstitutionnellement anticonstitutionnellement ADV 0.01 0.00 0.01 0.00 -anticorps anticorps NOM m 1.35 0.41 1.35 0.41 -anticyclique anticyclique ADJ f s 0.01 0.00 0.01 0.00 -anticyclone anticyclone NOM m s 0.03 0.07 0.03 0.07 -anticycloniques anticyclonique ADJ m p 0.00 0.07 0.00 0.07 -antidatait antidater VER 0.01 0.27 0.00 0.07 ind:imp:3s; -antidater antidater VER 0.01 0.27 0.00 0.07 inf; -antidaté antidater VER m s 0.01 0.27 0.01 0.07 par:pas; -antidatée antidater VER f s 0.01 0.27 0.00 0.07 par:pas; -antidictatoriaux antidictatorial ADJ m p 0.00 0.07 0.00 0.07 -antidopage antidopage ADJ m s 0.01 0.00 0.01 0.00 -antidote antidote NOM m s 4.48 1.35 4.38 1.08 -antidotes antidote NOM m p 4.48 1.35 0.09 0.27 -antidouleur antidouleur ADJ s 0.34 0.00 0.34 0.00 -antidreyfusard antidreyfusard NOM m s 0.14 0.07 0.14 0.00 -antidreyfusarde antidreyfusard ADJ f s 0.14 0.00 0.14 0.00 -antidreyfusards antidreyfusard NOM m p 0.14 0.07 0.00 0.07 -antidreyfusisme antidreyfusisme NOM m s 0.00 0.07 0.00 0.07 -antidrogue antidrogue ADJ s 0.08 0.07 0.08 0.07 -antidémarrage antidémarrage NOM m s 0.01 0.00 0.01 0.00 -antidémocratique antidémocratique ADJ s 0.02 0.07 0.02 0.07 -antidépresseur antidépresseur NOM m s 0.98 0.27 0.26 0.00 -antidépresseurs antidépresseur NOM m p 0.98 0.27 0.72 0.27 -antidérapant antidérapant ADJ m s 0.07 0.14 0.03 0.00 -antidérapante antidérapant ADJ f s 0.07 0.14 0.01 0.00 -antidérapantes antidérapant ADJ f p 0.07 0.14 0.01 0.14 -antidérapants antidérapant ADJ m p 0.07 0.14 0.02 0.00 -antienne antienne NOM f s 0.00 1.62 0.00 1.49 -antiennes antienne NOM f p 0.00 1.62 0.00 0.14 -antiesclavagiste antiesclavagiste NOM s 0.01 0.00 0.01 0.00 -antifading antifading NOM m s 0.00 0.07 0.00 0.07 -antifascisme antifascisme NOM m s 0.00 0.07 0.00 0.07 -antifasciste antifasciste NOM s 0.26 0.27 0.10 0.07 -antifascistes antifasciste NOM p 0.26 0.27 0.16 0.20 -antifongique antifongique NOM m s 0.03 0.00 0.03 0.00 -antifrançaise antifrançais ADJ f s 0.00 0.34 0.00 0.20 -antifrançaises antifrançais ADJ f p 0.00 0.34 0.00 0.14 -antiféminisme antiféminisme NOM m s 0.00 0.07 0.00 0.07 -antifumée antifumée ADJ m p 0.01 0.00 0.01 0.00 -antigang antigang ADJ f s 0.16 0.07 0.16 0.07 -antigangs antigang NOM p 0.12 0.14 0.01 0.00 -antigaullistes antigaulliste ADJ f p 0.00 0.07 0.00 0.07 -antigel antigel NOM m s 0.20 0.00 0.20 0.00 -antigermanisme antigermanisme NOM m s 0.00 0.07 0.00 0.07 -antigravitation antigravitation NOM f s 0.01 0.00 0.01 0.00 -antigravitationnel antigravitationnel ADJ m s 0.04 0.00 0.04 0.00 -antigravité antigravité NOM f s 0.01 0.00 0.01 0.00 -antigrippe antigrippe NOM f s 0.16 0.00 0.16 0.00 -antigène antigène NOM m s 0.28 0.34 0.11 0.27 -antigènes antigène NOM m p 0.28 0.34 0.17 0.07 -antihistaminique antihistaminique NOM m s 0.25 0.00 0.10 0.00 -antihistaminiques antihistaminique NOM m p 0.25 0.00 0.15 0.00 -antihémorragiques antihémorragique ADJ p 0.00 0.07 0.00 0.07 -antihéros antihéros NOM m 0.04 0.00 0.04 0.00 -antihygiénique antihygiénique ADJ f s 0.01 0.07 0.01 0.07 -antillais antillais NOM m 0.14 4.12 0.12 3.72 -antillaise antillais NOM f s 0.14 4.12 0.01 0.20 -antillaises antillais NOM f p 0.14 4.12 0.00 0.20 -antilogique antilogique ADJ s 0.01 0.00 0.01 0.00 -antilope antilope NOM f s 0.88 2.16 0.73 1.28 -antilopes antilope NOM f p 0.88 2.16 0.16 0.88 -antimarxiste antimarxiste ADJ f s 0.00 0.07 0.00 0.07 -antimaçonniques antimaçonnique ADJ p 0.00 0.07 0.00 0.07 -antimatière antimatière NOM f s 0.13 0.14 0.13 0.14 -antimicrobien antimicrobien ADJ m s 0.01 0.00 0.01 0.00 -antimigraineux antimigraineux ADJ m 0.02 0.00 0.02 0.00 -antimilitarisme antimilitarisme NOM m s 0.00 0.34 0.00 0.34 -antimilitariste antimilitariste ADJ m s 0.12 0.81 0.11 0.54 -antimilitaristes antimilitariste ADJ p 0.12 0.81 0.01 0.27 -antimissile antimissile ADJ s 0.04 0.00 0.04 0.00 -antimissiles antimissile NOM m p 0.06 0.00 0.06 0.00 -antimite antimite NOM m s 0.05 0.61 0.04 0.27 -antimites antimite NOM m p 0.05 0.61 0.01 0.34 -antimitotiques antimitotique NOM m p 0.01 0.00 0.01 0.00 -antimoine antimoine NOM m s 0.01 0.27 0.01 0.27 -antimonde antimonde ADJ s 0.00 0.07 0.00 0.07 -antinationale antinational ADJ f s 0.00 0.14 0.00 0.07 -antinationales antinational ADJ f p 0.00 0.14 0.00 0.07 -antinationaliste antinationaliste ADJ s 0.00 0.14 0.00 0.14 -antinaturel antinaturel ADJ m s 0.00 0.14 0.00 0.07 -antinaturelle antinaturel ADJ f s 0.00 0.14 0.00 0.07 -antinazie antinazi ADJ f s 0.10 0.07 0.10 0.00 -antinazis antinazi NOM m p 0.01 0.00 0.01 0.00 -antinomie antinomie NOM f s 0.01 0.34 0.00 0.27 -antinomies antinomie NOM f p 0.01 0.34 0.01 0.07 -antinomique antinomique ADJ s 0.03 0.20 0.03 0.14 -antinomiques antinomique ADJ m p 0.03 0.20 0.00 0.07 -antinucléaire antinucléaire ADJ s 0.11 0.14 0.03 0.14 -antinucléaires antinucléaire ADJ f p 0.11 0.14 0.07 0.00 -antioxydant antioxydant NOM m s 0.05 0.00 0.02 0.00 -antioxydants antioxydant NOM m p 0.05 0.00 0.03 0.00 -antipape antipape NOM m s 0.11 0.14 0.11 0.07 -antipapes antipape NOM m p 0.11 0.14 0.00 0.07 -antiparasitage antiparasitage ADJ f s 0.00 0.07 0.00 0.07 -antiparasite antiparasite ADJ f s 0.01 0.07 0.01 0.07 -antiparasites antiparasite NOM m p 0.02 0.14 0.01 0.14 -antipathie antipathie NOM f s 0.71 1.82 0.57 1.69 -antipathies antipathie NOM f p 0.71 1.82 0.14 0.14 -antipathique antipathique ADJ s 0.97 2.03 0.96 1.55 -antipathiques antipathique ADJ p 0.97 2.03 0.01 0.47 -antipatriote antipatriote ADJ m s 0.01 0.00 0.01 0.00 -antipatriotiques antipatriotique ADJ f p 0.01 0.00 0.01 0.00 -antipelliculaire antipelliculaire ADJ m s 0.01 0.00 0.01 0.00 -antipersonnel antipersonnel ADJ 0.41 0.00 0.37 0.00 -antipersonnelle antipersonnel ADJ f s 0.41 0.00 0.03 0.00 -antipersonnelles antipersonnel ADJ f p 0.41 0.00 0.01 0.00 -antiphonaires antiphonaire NOM m p 0.00 0.14 0.00 0.14 -antiphrase antiphrase NOM f s 0.00 0.34 0.00 0.34 -antiphysiques antiphysique ADJ p 0.00 0.07 0.00 0.07 -antipodaire antipodaire ADJ m s 0.00 0.07 0.00 0.07 -antipode antipode NOM m s 1.21 2.43 0.02 0.14 -antipodes antipode NOM m p 1.21 2.43 1.19 2.30 -antipodiste antipodiste NOM s 0.00 0.14 0.00 0.07 -antipodistes antipodiste NOM p 0.00 0.14 0.00 0.07 -antipoison antipoison ADJ m s 0.16 0.07 0.16 0.07 -antipoisons antipoison NOM m p 0.00 0.07 0.00 0.07 -antipoliomyélitique antipoliomyélitique ADJ m s 0.00 0.07 0.00 0.07 -antipollution antipollution ADJ 0.05 0.00 0.05 0.00 -antipopulaire antipopulaire ADJ m s 0.00 0.07 0.00 0.07 -antiproton antiproton NOM m s 0.07 0.00 0.04 0.00 -antiprotons antiproton NOM m p 0.07 0.00 0.03 0.00 -antiprotéase antiprotéase NOM f s 0.01 0.00 0.01 0.00 -antipsychiatrie antipsychiatrie NOM f s 0.01 0.14 0.01 0.14 -antipsychotique antipsychotique ADJ m s 0.07 0.00 0.04 0.00 -antipsychotique antipsychotique NOM m s 0.10 0.00 0.04 0.00 -antipsychotiques antipsychotique NOM m p 0.10 0.00 0.06 0.00 -antiquaille antiquaille NOM f s 0.14 0.41 0.00 0.14 -antiquailleries antiquaillerie NOM f p 0.00 0.07 0.00 0.07 -antiquailles antiquaille NOM f p 0.14 0.41 0.14 0.27 -antiquaire antiquaire NOM s 2.33 7.03 1.52 3.58 -antiquaires antiquaire NOM p 2.33 7.03 0.81 3.45 -antiquark antiquark NOM m s 0.01 0.00 0.01 0.00 -antique antique ADJ s 7.21 15.54 5.59 10.61 -antiques antique ADJ p 7.21 15.54 1.63 4.93 -antiquité antiquité NOM f s 4.92 6.55 2.12 3.65 -antiquités antiquité NOM f p 4.92 6.55 2.80 2.91 -antirabique antirabique ADJ m s 0.01 0.07 0.01 0.07 -antiracisme antiracisme NOM m s 0.11 0.00 0.11 0.00 -antiracistes antiraciste ADJ m p 0.02 0.27 0.02 0.27 -antiradiation antiradiation ADJ p 0.02 0.00 0.02 0.00 -antireligieuse antireligieux ADJ f s 0.02 0.14 0.02 0.00 -antireligieux antireligieux ADJ m 0.02 0.14 0.00 0.14 -antirides antirides ADJ 0.02 0.07 0.02 0.07 -antirouille antirouille ADJ s 0.06 0.00 0.06 0.00 -antirépublicain antirépublicain ADJ m s 0.00 0.07 0.00 0.07 -antirusse antirusse ADJ m s 0.00 0.07 0.00 0.07 -antisatellite antisatellite ADJ 0.03 0.00 0.03 0.00 -antiscientifique antiscientifique ADJ f s 0.14 0.07 0.14 0.07 -antisepsie antisepsie NOM f s 0.00 0.07 0.00 0.07 -antiseptique antiseptique ADJ s 0.32 0.14 0.30 0.00 -antiseptiques antiseptique ADJ p 0.32 0.14 0.03 0.14 -antisexistes antisexiste ADJ m p 0.00 0.07 0.00 0.07 -antisexuel antisexuel ADJ m s 0.00 0.07 0.00 0.07 -antisionistes antisioniste ADJ p 0.00 0.07 0.00 0.07 -antiskating antiskating ADJ f p 0.00 0.07 0.00 0.07 -antisocial antisocial ADJ m s 0.77 0.07 0.12 0.00 -antisociale antisocial ADJ f s 0.77 0.07 0.17 0.00 -antisociales antisocial ADJ f p 0.77 0.07 0.02 0.07 -antisociaux antisocial ADJ m p 0.77 0.07 0.46 0.00 -antisolaire antisolaire ADJ f s 0.00 0.14 0.00 0.07 -antisolaires antisolaire ADJ f p 0.00 0.14 0.00 0.07 -antisoviétique antisoviétique ADJ s 0.00 0.34 0.00 0.27 -antisoviétiques antisoviétique ADJ p 0.00 0.34 0.00 0.07 -antisoviétisme antisoviétisme NOM m s 0.00 0.07 0.00 0.07 -antispasmodique antispasmodique NOM m s 0.02 0.00 0.02 0.00 -antisportif antisportif ADJ m s 0.01 0.00 0.01 0.00 -antistalinien antistalinien ADJ m s 0.00 0.27 0.00 0.20 -antistaliniens antistalinien ADJ m p 0.00 0.27 0.00 0.07 -antistatique antistatique ADJ f s 0.01 0.07 0.01 0.00 -antistatiques antistatique ADJ p 0.01 0.07 0.00 0.07 -antisèche antisèche NOM s 0.23 0.14 0.15 0.00 -antisèches antisèche NOM p 0.23 0.14 0.08 0.14 -antistress antistress ADJ m s 0.01 0.00 0.01 0.00 -antisémite antisémite ADJ s 0.96 1.55 0.72 0.61 -antisémites antisémite ADJ p 0.96 1.55 0.23 0.95 -antisémitisme antisémitisme NOM m s 0.36 1.62 0.36 1.62 -antisérum antisérum NOM m s 0.09 0.00 0.09 0.00 -antitabac antitabac ADJ f s 0.07 0.00 0.07 0.00 -antiterrorisme antiterrorisme NOM m s 0.01 0.00 0.01 0.00 -antiterroriste antiterroriste ADJ s 0.66 0.27 0.66 0.27 -antithèse antithèse NOM f s 0.11 0.88 0.11 0.81 -antithèses antithèse NOM f p 0.11 0.88 0.00 0.07 -antithétiques antithétique ADJ p 0.00 0.07 0.00 0.07 -antitout antitout NOM m s 0.00 0.07 0.00 0.07 -antitoxine antitoxine NOM f s 0.08 0.00 0.08 0.00 -antitoxique antitoxique ADJ s 0.10 0.00 0.10 0.00 -antitrust antitrust ADJ 0.24 0.00 0.24 0.00 -antituberculeux antituberculeux NOM m 0.00 0.14 0.00 0.14 -antitussif antitussif ADJ m s 0.01 0.07 0.01 0.00 -antitussives antitussif ADJ f p 0.01 0.07 0.00 0.07 -antitétanique antitétanique ADJ s 0.22 0.14 0.22 0.14 -antityphoïdique antityphoïdique ADJ m s 0.00 0.07 0.00 0.07 -antiémeute antiémeute ADJ s 0.01 0.00 0.01 0.00 -antiémétique antiémétique NOM m s 0.01 0.00 0.01 0.00 -antivariolique antivariolique ADJ m s 0.01 0.00 0.01 0.00 -antivenimeux antivenimeux ADJ m s 0.03 0.00 0.03 0.00 -antiviolence antiviolence ADJ s 0.02 0.00 0.02 0.00 -antiviral antiviral ADJ m s 0.05 0.00 0.02 0.00 -antiviraux antiviral NOM m p 0.16 0.00 0.14 0.00 -antivirus antivirus NOM m 0.66 0.00 0.66 0.00 -antivol antivol NOM m s 0.30 0.14 0.30 0.14 -antonin antonin ADJ m s 0.14 0.14 0.14 0.14 -antonomase antonomase NOM f s 0.00 0.07 0.00 0.07 -antonyme antonyme NOM m s 0.00 0.14 0.00 0.07 -antonymes antonyme NOM m p 0.00 0.14 0.00 0.07 -antre antre NOM m s 2.96 4.66 2.96 4.39 -antres antre NOM m p 2.96 4.66 0.01 0.27 -anté anter VER 0.00 0.07 0.00 0.07 imp:pre:2s; -antéchrist antéchrist NOM m s 2.89 1.08 2.83 1.08 -antéchrists antéchrist NOM m p 2.89 1.08 0.06 0.00 -antécédent antécédent NOM m s 5.71 0.68 0.38 0.00 -antécédents antécédent NOM m p 5.71 0.68 5.33 0.68 -antédiluvien antédiluvien ADJ m s 0.03 0.88 0.01 0.41 -antédiluvienne antédiluvien ADJ f s 0.03 0.88 0.01 0.20 -antédiluviennes antédiluvien ADJ f p 0.03 0.88 0.00 0.27 -antédiluviens antédiluvien ADJ m p 0.03 0.88 0.01 0.00 -antépénultième antépénultième NOM f s 0.00 0.20 0.00 0.14 -antépénultièmes antépénultième NOM f p 0.00 0.20 0.00 0.07 -antérieur antérieur ADJ m s 3.82 10.27 0.88 2.43 -antérieure antérieur ADJ f s 3.82 10.27 1.82 3.92 -antérieurement antérieurement ADV 0.36 1.01 0.36 1.01 -antérieures antérieur ADJ f p 3.82 10.27 0.66 1.69 -antérieurs antérieur ADJ m p 3.82 10.27 0.46 2.23 -antérograde antérograde ADJ f s 0.00 0.07 0.00 0.07 -anéanti anéantir VER m s 13.18 12.70 3.27 2.84 par:pas; -anéantie anéantir VER f s 13.18 12.70 1.55 1.96 par:pas; -anéanties anéantir VER f p 13.18 12.70 0.19 0.41 par:pas; -anéantir anéantir VER 13.18 12.70 4.41 3.78 inf; -anéantira anéantir VER 13.18 12.70 0.47 0.07 ind:fut:3s; -anéantirai anéantir VER 13.18 12.70 0.05 0.00 ind:fut:1s; -anéantiraient anéantir VER 13.18 12.70 0.01 0.07 cnd:pre:3p; -anéantirait anéantir VER 13.18 12.70 0.27 0.07 cnd:pre:3s; -anéantirent anéantir VER 13.18 12.70 0.00 0.14 ind:pas:3p; -anéantiriez anéantir VER 13.18 12.70 0.02 0.00 cnd:pre:2p; -anéantirons anéantir VER 13.18 12.70 0.06 0.00 ind:fut:1p; -anéantiront anéantir VER 13.18 12.70 0.09 0.00 ind:fut:3p; -anéantis anéantir VER m p 13.18 12.70 1.62 1.62 imp:pre:2s;ind:pre:1s;ind:pre:2s;par:pas; -anéantissaient anéantir VER 13.18 12.70 0.00 0.27 ind:imp:3p; -anéantissait anéantir VER 13.18 12.70 0.00 0.47 ind:imp:3s; -anéantissant anéantir VER 13.18 12.70 0.04 0.14 par:pre; -anéantissante anéantissant ADJ f s 0.01 0.14 0.01 0.07 -anéantissantes anéantissant ADJ f p 0.01 0.14 0.00 0.07 -anéantisse anéantir VER 13.18 12.70 0.36 0.07 sub:pre:1s;sub:pre:3s; -anéantissement anéantissement NOM m s 0.63 3.38 0.62 3.24 -anéantissements anéantissement NOM m p 0.63 3.38 0.01 0.14 -anéantissent anéantir VER 13.18 12.70 0.14 0.14 ind:pre:3p; -anéantissez anéantir VER 13.18 12.70 0.08 0.00 imp:pre:2p;ind:pre:2p; -anéantissons anéantir VER 13.18 12.70 0.02 0.00 imp:pre:1p;ind:pre:1p; -anéantit anéantir VER 13.18 12.70 0.52 0.68 ind:pre:3s;ind:pas:3s; -anuité anuiter VER m s 0.00 0.20 0.00 0.14 par:pas; -anuitées anuiter VER f p 0.00 0.20 0.00 0.07 par:pas; -anémiais anémier VER 0.04 0.14 0.00 0.07 ind:imp:1s; -anémiante anémiant ADJ f s 0.00 0.07 0.00 0.07 -anémie anémie NOM f s 1.31 0.41 1.31 0.41 -anémique anémique ADJ s 0.75 1.15 0.52 0.81 -anémiques anémique ADJ p 0.75 1.15 0.23 0.34 -anémié anémier VER m s 0.04 0.14 0.01 0.00 par:pas; -anémiée anémié ADJ f s 0.02 0.14 0.01 0.00 -anémiés anémié ADJ m p 0.02 0.14 0.01 0.07 -anémomètre anémomètre NOM m s 0.02 0.14 0.02 0.14 -anémométrique anémométrique ADJ s 0.00 0.07 0.00 0.07 -anémone anémone NOM f s 0.17 3.45 0.05 0.68 -anémones anémone NOM f p 0.17 3.45 0.12 2.77 -anus anus NOM m 1.63 1.82 1.63 1.82 -anuscopie anuscopie NOM f s 0.01 0.00 0.01 0.00 -anévrisme anévrisme NOM m s 1.33 0.07 1.28 0.07 -anévrismes anévrisme NOM m p 1.33 0.07 0.05 0.00 -anxieuse anxieux ADJ f s 3.76 10.47 0.91 3.58 -anxieusement anxieusement ADV 0.17 2.36 0.17 2.36 -anxieuses anxieux ADJ f p 3.76 10.47 0.02 0.54 -anxieux anxieux ADJ m 3.76 10.47 2.83 6.35 -anxiolytique anxiolytique NOM m s 0.28 0.00 0.21 0.00 -anxiolytiques anxiolytique NOM m p 0.28 0.00 0.07 0.00 -anxiété anxiété NOM f s 3.06 10.27 2.92 9.86 -anxiétés anxiété NOM f p 3.06 10.27 0.14 0.41 -anya anya NOM m s 0.26 0.00 0.26 0.00 -août août NOM m 12.65 49.66 12.65 49.66 -aoûtat aoûtat NOM m s 0.08 0.00 0.08 0.00 -aoûtien aoûtien NOM m s 0.00 0.07 0.00 0.07 -aoriste aoriste NOM m s 0.00 0.07 0.00 0.07 -aorte aorte NOM f s 1.16 0.20 1.16 0.20 -aortique aortique ADJ s 0.21 0.07 0.15 0.07 -aortiques aortique ADJ p 0.21 0.07 0.06 0.00 -aouls aoul NOM m p 0.00 0.07 0.00 0.07 -apôtre apôtre NOM m s 2.89 6.28 1.36 2.03 -apôtres apôtre NOM m p 2.89 6.28 1.53 4.26 -apache apache ADJ s 0.60 0.20 0.40 0.20 -apaches apache ADJ p 0.60 0.20 0.20 0.00 -apaisa apaiser VER 8.52 35.00 0.12 3.04 ind:pas:3s; -apaisai apaiser VER 8.52 35.00 0.00 0.07 ind:pas:1s; -apaisaient apaiser VER 8.52 35.00 0.00 0.54 ind:imp:3p; -apaisais apaiser VER 8.52 35.00 0.02 0.07 ind:imp:1s;ind:imp:2s; -apaisait apaiser VER 8.52 35.00 0.04 3.18 ind:imp:3s; -apaisant apaisant ADJ m s 1.28 6.62 0.70 2.30 -apaisante apaisant ADJ f s 1.28 6.62 0.48 2.43 -apaisantes apaisant ADJ f p 1.28 6.62 0.06 0.95 -apaisants apaisant ADJ m p 1.28 6.62 0.04 0.95 -apaise apaiser VER 8.52 35.00 2.01 4.66 imp:pre:2s;ind:pre:1s;ind:pre:3s; -apaisement apaisement NOM m s 0.47 7.23 0.46 6.69 -apaisements apaisement NOM m p 0.47 7.23 0.01 0.54 -apaisent apaiser VER 8.52 35.00 0.11 0.88 ind:pre:3p; -apaiser apaiser VER 8.52 35.00 3.49 8.85 inf; -apaisera apaiser VER 8.52 35.00 0.60 0.20 ind:fut:3s; -apaiseraient apaiser VER 8.52 35.00 0.01 0.14 cnd:pre:3p; -apaiserais apaiser VER 8.52 35.00 0.01 0.07 cnd:pre:1s; -apaiserait apaiser VER 8.52 35.00 0.09 0.54 cnd:pre:3s; -apaisez apaiser VER 8.52 35.00 0.19 0.07 imp:pre:2p; -apaisiez apaiser VER 8.52 35.00 0.01 0.00 ind:imp:2p; -apaisons apaiser VER 8.52 35.00 0.00 0.07 imp:pre:1p; -apaisât apaiser VER 8.52 35.00 0.00 0.27 sub:imp:3s; -apaisèrent apaiser VER 8.52 35.00 0.00 0.68 ind:pas:3p; -apaisé apaiser VER m s 8.52 35.00 1.08 4.66 par:pas; -apaisée apaiser VER f s 8.52 35.00 0.47 4.05 par:pas; -apaisées apaiser VER f p 8.52 35.00 0.04 0.74 par:pas; -apaisés apaiser VER m p 8.52 35.00 0.17 1.15 par:pas; -apanage apanage NOM m s 0.27 1.22 0.27 1.15 -apanages apanage NOM m p 0.27 1.22 0.00 0.07 -apartheid apartheid NOM m s 0.53 0.07 0.53 0.07 -aparté aparté NOM m s 0.24 1.69 0.20 1.15 -apartés aparté NOM m p 0.24 1.69 0.04 0.54 -apathie apathie NOM f s 0.91 1.49 0.91 1.49 -apathique apathique ADJ s 0.52 0.54 0.46 0.41 -apathiques apathique ADJ m p 0.52 0.54 0.06 0.14 -apatride apatride ADJ m s 0.32 0.54 0.30 0.27 -apatrides apatride ADJ m p 0.32 0.54 0.02 0.27 -apax apax NOM m 0.00 0.07 0.00 0.07 -ape ape NOM m s 0.23 0.14 0.23 0.07 -aperceptions aperception NOM f p 0.00 0.14 0.00 0.14 -apercevaient apercevoir VER 34.56 233.11 0.00 2.30 ind:imp:3p; -apercevais apercevoir VER 34.56 233.11 0.15 6.55 ind:imp:1s;ind:imp:2s; -apercevait apercevoir VER 34.56 233.11 0.79 25.68 ind:imp:3s; -apercevant apercevoir VER 34.56 233.11 0.08 8.45 par:pre; -apercevez apercevoir VER 34.56 233.11 0.49 0.41 ind:pre:2p; -aperceviez apercevoir VER 34.56 233.11 0.14 0.00 ind:imp:2p; -apercevions apercevoir VER 34.56 233.11 0.03 1.08 ind:imp:1p;sub:pre:1p; -apercevoir apercevoir VER 34.56 233.11 6.16 35.20 inf; -apercevons apercevoir VER 34.56 233.11 0.06 0.95 ind:pre:1p; -apercevra apercevoir VER 34.56 233.11 1.27 1.42 ind:fut:3s; -apercevrai apercevoir VER 34.56 233.11 0.03 0.20 ind:fut:1s; -apercevraient apercevoir VER 34.56 233.11 0.00 0.07 cnd:pre:3p; -apercevrais apercevoir VER 34.56 233.11 0.08 0.34 cnd:pre:1s;cnd:pre:2s; -apercevrait apercevoir VER 34.56 233.11 0.37 1.22 cnd:pre:3s; -apercevras apercevoir VER 34.56 233.11 0.35 0.27 ind:fut:2s; -apercevrez apercevoir VER 34.56 233.11 0.23 0.68 ind:fut:2p; -apercevrons apercevoir VER 34.56 233.11 0.02 0.14 ind:fut:1p; -apercevront apercevoir VER 34.56 233.11 0.61 0.47 ind:fut:3p; -aperçûmes apercevoir VER 34.56 233.11 0.12 0.81 ind:pas:1p; -aperçût apercevoir VER 34.56 233.11 0.00 1.62 sub:imp:3s; -aperçois apercevoir VER 34.56 233.11 3.82 14.86 imp:pre:2s;ind:pre:1s;ind:pre:2s; -aperçoit apercevoir VER 34.56 233.11 3.15 21.82 ind:pre:3s; -aperçoive apercevoir VER 34.56 233.11 2.42 4.05 sub:pre:1s;sub:pre:3s; -aperçoivent apercevoir VER 34.56 233.11 0.43 1.62 ind:pre:3p; -aperçoives apercevoir VER 34.56 233.11 0.34 0.14 sub:pre:2s; -aperçu apercevoir VER m s 34.56 233.11 8.28 27.23 par:pas; -aperçue apercevoir VER f s 34.56 233.11 2.77 8.58 par:pas; -aperçues apercevoir VER f p 34.56 233.11 0.04 0.88 par:pas; -aperçurent apercevoir VER 34.56 233.11 0.25 3.85 ind:pas:3p; -aperçus apercevoir VER m p 34.56 233.11 1.34 16.69 ind:pas:1s;par:pas; -aperçussent apercevoir VER 34.56 233.11 0.00 0.07 sub:imp:3p; -aperçut apercevoir VER 34.56 233.11 0.76 45.47 ind:pas:3s; -apes ape NOM m p 0.23 0.14 0.00 0.07 -apesanteur apesanteur NOM f s 0.93 0.81 0.93 0.81 -apeura apeurer VER 0.36 1.76 0.00 0.07 ind:pas:3s; -apeuraient apeurer VER 0.36 1.76 0.00 0.07 ind:imp:3p; -apeurait apeurer VER 0.36 1.76 0.00 0.14 ind:imp:3s; -apeure apeurer VER 0.36 1.76 0.01 0.07 ind:pre:3s; -apeurer apeurer VER 0.36 1.76 0.01 0.20 inf; -apeuré apeuré ADJ m s 1.31 5.68 0.69 2.36 -apeurée apeuré ADJ f s 1.31 5.68 0.47 1.22 -apeurées apeuré ADJ f p 1.31 5.68 0.01 0.34 -apeurés apeuré ADJ m p 1.31 5.68 0.14 1.76 -apex apex NOM m 0.33 0.07 0.33 0.07 -aphaniptères aphaniptère NOM m p 0.00 0.07 0.00 0.07 -aphasie aphasie NOM f s 0.20 0.27 0.20 0.27 -aphasique aphasique ADJ s 0.03 0.47 0.02 0.27 -aphasiques aphasique ADJ m p 0.03 0.47 0.01 0.20 -aphone aphone ADJ s 0.27 1.01 0.25 0.74 -aphones aphone ADJ m p 0.27 1.01 0.02 0.27 -aphonie aphonie NOM f s 0.00 0.14 0.00 0.14 -aphorisme aphorisme NOM m s 0.04 0.88 0.02 0.14 -aphorismes aphorisme NOM m p 0.04 0.88 0.02 0.74 -aphrodisiaque aphrodisiaque NOM m s 1.27 0.27 1.09 0.14 -aphrodisiaques aphrodisiaque NOM m p 1.27 0.27 0.17 0.14 -aphrodisie aphrodisie NOM f s 0.00 0.14 0.00 0.14 -aphrodite aphrodite NOM f s 0.01 0.00 0.01 0.00 -aphtes aphte NOM m p 0.05 0.00 0.05 0.00 -aphteuse aphteux ADJ f s 0.17 0.34 0.16 0.34 -aphteux aphteux ADJ m 0.17 0.34 0.01 0.00 -aphérèse aphérèse NOM f s 0.00 0.07 0.00 0.07 -api api NOM m s 0.16 0.20 0.16 0.20 -apiculteur apiculteur NOM m s 0.10 0.07 0.04 0.07 -apiculteurs apiculteur NOM m p 0.10 0.07 0.02 0.00 -apicultrice apiculteur NOM f s 0.10 0.07 0.04 0.00 -apiculture apiculture NOM f s 0.04 0.00 0.04 0.00 -apion apion NOM m s 0.00 0.07 0.00 0.07 -apis apis NOM m 0.01 0.00 0.01 0.00 -apitoie apitoyer VER 2.52 6.22 0.69 0.34 imp:pre:2s;ind:pre:1s;ind:pre:3s; -apitoiement apitoiement NOM m s 0.29 0.61 0.29 0.61 -apitoient apitoyer VER 2.52 6.22 0.01 0.20 ind:pre:3p; -apitoierai apitoyer VER 2.52 6.22 0.03 0.00 ind:fut:1s; -apitoierait apitoyer VER 2.52 6.22 0.00 0.07 cnd:pre:3s; -apitoies apitoyer VER 2.52 6.22 0.14 0.00 ind:pre:2s; -apitoya apitoyer VER 2.52 6.22 0.00 0.61 ind:pas:3s; -apitoyaient apitoyer VER 2.52 6.22 0.00 0.14 ind:imp:3p; -apitoyait apitoyer VER 2.52 6.22 0.01 0.47 ind:imp:3s; -apitoyant apitoyer VER 2.52 6.22 0.07 0.27 par:pre; -apitoyer apitoyer VER 2.52 6.22 1.32 1.62 inf; -apitoyez apitoyer VER 2.52 6.22 0.08 0.00 imp:pre:2p;ind:pre:2p; -apitoyons apitoyer VER 2.52 6.22 0.01 0.14 imp:pre:1p;ind:pre:1p; -apitoyèrent apitoyer VER 2.52 6.22 0.00 0.07 ind:pas:3p; -apitoyé apitoyer VER m s 2.52 6.22 0.04 1.15 par:pas; -apitoyée apitoyer VER f s 2.52 6.22 0.01 0.61 par:pas; -apitoyées apitoyer VER f p 2.52 6.22 0.00 0.14 par:pas; -apitoyés apitoyer VER m p 2.52 6.22 0.10 0.41 par:pas; -apivore apivore ADJ s 0.00 0.07 0.00 0.07 -aplani aplanir VER m s 0.61 2.57 0.05 0.61 par:pas; -aplanie aplanir VER f s 0.61 2.57 0.01 0.20 par:pas; -aplanies aplanir VER f p 0.61 2.57 0.00 0.14 par:pas; -aplanir aplanir VER 0.61 2.57 0.35 0.41 inf; -aplanira aplanir VER 0.61 2.57 0.00 0.07 ind:fut:3s; -aplaniront aplanir VER 0.61 2.57 0.00 0.14 ind:fut:3p; -aplanis aplanir VER 0.61 2.57 0.01 0.07 imp:pre:2s;ind:pre:1s; -aplanissaient aplanir VER 0.61 2.57 0.00 0.20 ind:imp:3p; -aplanissait aplanir VER 0.61 2.57 0.01 0.47 ind:imp:3s; -aplanissant aplanir VER 0.61 2.57 0.01 0.14 par:pre; -aplanissement aplanissement NOM m s 0.01 0.34 0.01 0.34 -aplanissez aplanir VER 0.61 2.57 0.14 0.00 imp:pre:2p; -aplanissons aplanir VER 0.61 2.57 0.00 0.07 imp:pre:1p; -aplanit aplanir VER 0.61 2.57 0.01 0.07 ind:pre:3s; -aplasie aplasie NOM f s 0.01 0.00 0.01 0.00 -aplat aplat NOM m s 0.01 0.27 0.00 0.07 -aplati aplatir VER m s 1.91 14.53 0.32 2.77 par:pas; -aplatie aplatir VER f s 1.91 14.53 0.21 1.28 par:pas; -aplaties aplatir VER f p 1.91 14.53 0.02 0.47 par:pas; -aplatir aplatir VER 1.91 14.53 0.67 2.30 inf; -aplatirais aplatir VER 1.91 14.53 0.02 0.00 cnd:pre:1s; -aplatirait aplatir VER 1.91 14.53 0.02 0.07 cnd:pre:3s; -aplatirent aplatir VER 1.91 14.53 0.00 0.20 ind:pas:3p; -aplatirez aplatir VER 1.91 14.53 0.00 0.07 ind:fut:2p; -aplatis aplatir VER m p 1.91 14.53 0.34 1.69 imp:pre:2s;ind:pre:1s;ind:pre:2s;par:pas; -aplatissaient aplatir VER 1.91 14.53 0.01 0.20 ind:imp:3p; -aplatissais aplatir VER 1.91 14.53 0.00 0.14 ind:imp:1s; -aplatissait aplatir VER 1.91 14.53 0.00 0.81 ind:imp:3s; -aplatissant aplatir VER 1.91 14.53 0.00 0.95 par:pre; -aplatisse aplatir VER 1.91 14.53 0.03 0.14 sub:pre:1s;sub:pre:3s; -aplatissement aplatissement NOM m s 0.03 0.54 0.03 0.41 -aplatissements aplatissement NOM m p 0.03 0.54 0.00 0.14 -aplatissent aplatir VER 1.91 14.53 0.02 0.54 ind:pre:3p; -aplatissez aplatir VER 1.91 14.53 0.06 0.07 imp:pre:2p;ind:pre:2p; -aplatit aplatir VER 1.91 14.53 0.19 2.84 ind:pre:3s;ind:pas:3s; -aplats aplat NOM m p 0.01 0.27 0.01 0.20 -aplomb aplomb NOM m s 1.61 9.05 1.61 8.99 -aplombs aplomb NOM m p 1.61 9.05 0.00 0.07 -apnée apnée NOM f s 0.60 0.27 0.60 0.27 -apocalypse apocalypse NOM f s 4.87 6.35 4.85 6.01 -apocalypses apocalypse NOM f p 4.87 6.35 0.03 0.34 -apocalyptique apocalyptique ADJ s 0.58 1.76 0.38 1.01 -apocalyptiques apocalyptique ADJ p 0.58 1.76 0.20 0.74 -apocope apocope NOM f s 0.01 0.00 0.01 0.00 -apocryphe apocryphe ADJ s 0.01 0.27 0.01 0.14 -apocryphes apocryphe NOM m p 0.04 0.14 0.03 0.00 -apodictique apodictique ADJ f s 0.00 0.07 0.00 0.07 -apogée apogée NOM m s 1.40 1.76 1.40 1.76 -apâli apâlir VER m s 0.00 0.14 0.00 0.07 par:pas; -apâlis apâlir VER m p 0.00 0.14 0.00 0.07 par:pas; -apolitique apolitique ADJ m s 0.60 0.20 0.58 0.14 -apolitiques apolitique NOM p 0.20 0.07 0.10 0.07 -apolitisme apolitisme NOM m s 0.00 0.07 0.00 0.07 -apollon apollon NOM m s 0.04 0.14 0.04 0.00 -apollons apollon NOM m p 0.04 0.14 0.01 0.14 -apologie apologie NOM f s 0.17 1.22 0.17 1.22 -apologiste apologiste NOM s 0.02 0.20 0.01 0.14 -apologistes apologiste NOM p 0.02 0.20 0.01 0.07 -apologue apologue NOM m s 0.00 0.61 0.00 0.61 -apologétique apologétique NOM s 0.00 0.47 0.00 0.47 -apologétiques apologétique ADJ m p 0.00 0.14 0.00 0.07 -aponévroses aponévrose NOM f p 0.01 0.07 0.01 0.07 -aponévrotique aponévrotique ADJ f s 0.01 0.00 0.01 0.00 -apophtegmes apophtegme NOM m p 0.00 0.20 0.00 0.20 -apoplectique apoplectique ADJ s 0.15 0.88 0.14 0.88 -apoplectiques apoplectique ADJ p 0.15 0.88 0.01 0.00 -apoplexie apoplexie NOM f s 0.33 0.95 0.33 0.88 -apoplexies apoplexie NOM f p 0.33 0.95 0.00 0.07 -apoptose apoptose NOM f s 0.03 0.00 0.03 0.00 -apostasie apostasie NOM f s 0.01 0.41 0.01 0.41 -apostasié apostasier VER m s 0.00 0.07 0.00 0.07 par:pas; -apostat apostat NOM m s 0.46 0.27 0.25 0.20 -apostate apostat NOM f s 0.46 0.27 0.00 0.07 -apostats apostat NOM m p 0.46 0.27 0.21 0.00 -apostillée apostiller VER f s 0.00 0.07 0.00 0.07 par:pas; -apostolat apostolat NOM m s 0.10 1.08 0.10 1.08 -apostolique apostolique ADJ s 0.72 1.96 0.72 1.89 -apostoliques apostolique ADJ f p 0.72 1.96 0.00 0.07 -apostropha apostropher VER 0.05 3.31 0.00 0.68 ind:pas:3s; -apostrophaient apostropher VER 0.05 3.31 0.00 0.20 ind:imp:3p; -apostrophait apostropher VER 0.05 3.31 0.00 0.61 ind:imp:3s; -apostrophant apostropher VER 0.05 3.31 0.00 0.34 par:pre; -apostrophe apostrophe NOM f s 0.15 1.76 0.15 1.15 -apostrophent apostropher VER 0.05 3.31 0.00 0.14 ind:pre:3p; -apostropher apostropher VER 0.05 3.31 0.01 0.27 inf; -apostrophes apostrophe NOM f p 0.15 1.76 0.00 0.61 -apostrophèrent apostropher VER 0.05 3.31 0.00 0.07 ind:pas:3p; -apostrophé apostropher VER m s 0.05 3.31 0.00 0.34 par:pas; -apostrophée apostropher VER f s 0.05 3.31 0.00 0.20 par:pas; -apostées aposter VER f p 0.00 0.07 0.00 0.07 par:pas; -apostume apostume NOM m s 0.00 0.07 0.00 0.07 -apothicaire apothicaire NOM m s 0.32 1.28 0.32 1.15 -apothicairerie apothicairerie NOM f s 0.00 0.07 0.00 0.07 -apothicaires apothicaire NOM m p 0.32 1.28 0.00 0.14 -apothéose apothéose NOM f s 0.49 4.26 0.49 4.12 -apothéoses apothéose NOM f p 0.49 4.26 0.00 0.14 -apparût apparaître VER 43.78 159.26 0.01 0.74 sub:imp:3s; -apparaît apparaître VER 43.78 159.26 11.14 27.91 ind:pre:3s; -apparaîtra apparaître VER 43.78 159.26 1.77 1.08 ind:fut:3s; -apparaîtrai apparaître VER 43.78 159.26 0.03 0.07 ind:fut:1s; -apparaîtraient apparaître VER 43.78 159.26 0.02 0.20 cnd:pre:3p; -apparaîtrais apparaître VER 43.78 159.26 0.02 0.07 cnd:pre:1s;cnd:pre:2s; -apparaîtrait apparaître VER 43.78 159.26 0.31 1.35 cnd:pre:3s; -apparaîtras apparaître VER 43.78 159.26 0.02 0.07 ind:fut:2s; -apparaître apparaître VER 43.78 159.26 6.30 24.46 inf; -apparaîtrez apparaître VER 43.78 159.26 0.03 0.07 ind:fut:2p; -apparaîtrions apparaître VER 43.78 159.26 0.01 0.07 cnd:pre:1p; -apparaîtrons apparaître VER 43.78 159.26 0.01 0.20 ind:fut:1p; -apparaîtront apparaître VER 43.78 159.26 0.41 0.61 ind:fut:3p; -apparais apparaître VER 43.78 159.26 0.90 0.41 imp:pre:2s;ind:pre:1s;ind:pre:2s; -apparaissaient apparaître VER 43.78 159.26 0.32 8.51 ind:imp:3p; -apparaissais apparaître VER 43.78 159.26 0.03 0.34 ind:imp:1s;ind:imp:2s; -apparaissait apparaître VER 43.78 159.26 1.06 27.09 ind:imp:3s; -apparaissant apparaître VER 43.78 159.26 0.27 2.43 par:pre; -apparaisse apparaître VER 43.78 159.26 0.93 2.03 sub:pre:1s;sub:pre:3s; -apparaissent apparaître VER 43.78 159.26 3.89 7.97 ind:pre:3p; -apparaissez apparaître VER 43.78 159.26 0.38 0.27 imp:pre:2p;ind:pre:2p; -apparaissiez apparaître VER 43.78 159.26 0.05 0.14 ind:imp:2p; -apparaissions apparaître VER 43.78 159.26 0.00 0.07 ind:imp:1p; -apparaissons apparaître VER 43.78 159.26 0.05 0.07 imp:pre:1p;ind:pre:1p; -apparat apparat NOM m s 0.51 4.86 0.51 4.80 -apparatchik apparatchik NOM m s 0.01 0.34 0.01 0.27 -apparatchiks apparatchik NOM m p 0.01 0.34 0.00 0.07 -apparats apparat NOM m p 0.51 4.86 0.00 0.07 -apparaux apparaux NOM m p 0.00 0.20 0.00 0.20 -appareil_photo appareil_photo NOM m s 0.32 0.27 0.32 0.27 -appareil appareil NOM m s 51.53 44.66 44.20 35.88 -appareilla appareiller VER 1.24 2.97 0.00 0.34 ind:pas:3s; -appareillage appareillage NOM m s 0.29 1.89 0.29 1.62 -appareillages appareillage NOM m p 0.29 1.89 0.00 0.27 -appareillaient appareiller VER 1.24 2.97 0.00 0.07 ind:imp:3p; -appareillait appareiller VER 1.24 2.97 0.00 0.41 ind:imp:3s; -appareillant appareiller VER 1.24 2.97 0.00 0.14 par:pre; -appareille appareiller VER 1.24 2.97 0.22 0.27 ind:pre:1s;ind:pre:3s; -appareillent appareiller VER 1.24 2.97 0.01 0.07 ind:pre:3p; -appareiller appareiller VER 1.24 2.97 0.51 0.81 inf; -appareilleraient appareiller VER 1.24 2.97 0.00 0.07 cnd:pre:3p; -appareillez appareiller VER 1.24 2.97 0.06 0.00 imp:pre:2p; -appareillions appareiller VER 1.24 2.97 0.00 0.07 ind:imp:1p; -appareillons appareiller VER 1.24 2.97 0.40 0.14 imp:pre:1p;ind:pre:1p; -appareillé appareiller VER m s 1.24 2.97 0.04 0.41 par:pas; -appareillés appareiller VER m p 1.24 2.97 0.01 0.20 par:pas; -appareils appareil NOM m p 51.53 44.66 7.34 8.78 -apparemment apparemment ADV 43.08 29.53 43.08 29.53 -apparence apparence NOM f s 17.64 48.51 11.85 34.32 -apparences apparence NOM f p 17.64 48.51 5.79 14.19 -apparent apparent ADJ m s 2.88 19.32 1.08 4.86 -apparentaient apparenter VER 0.77 4.86 0.01 0.54 ind:imp:3p; -apparentait apparenter VER 0.77 4.86 0.02 0.74 ind:imp:3s; -apparentant apparenter VER 0.77 4.86 0.01 0.27 par:pre; -apparente apparent ADJ f s 2.88 19.32 1.35 10.34 -apparentement apparentement NOM m s 0.03 0.07 0.03 0.07 -apparentent apparenter VER 0.77 4.86 0.03 0.41 ind:pre:3p; -apparenter apparenter VER 0.77 4.86 0.03 0.34 inf; -apparentes apparent ADJ f p 2.88 19.32 0.18 2.30 -apparents apparent ADJ m p 2.88 19.32 0.27 1.82 -apparenté apparenter VER m s 0.77 4.86 0.27 0.74 par:pas; -apparentée apparenter VER f s 0.77 4.86 0.05 0.47 par:pas; -apparentés apparenter VER m p 0.77 4.86 0.13 0.14 par:pas; -appariait apparier VER 0.19 0.81 0.00 0.14 ind:imp:3s; -appariant apparier VER 0.19 0.81 0.00 0.14 par:pre; -apparie apparier VER 0.19 0.81 0.00 0.07 ind:pre:3s; -apparier apparier VER 0.19 0.81 0.00 0.07 inf; -appariteur appariteur NOM m s 0.28 0.61 0.28 0.34 -appariteurs appariteur NOM m p 0.28 0.61 0.00 0.27 -apparition apparition NOM f s 8.02 32.64 6.93 28.65 -apparitions apparition NOM f p 8.02 32.64 1.08 3.99 -apparié apparier VER m s 0.19 0.81 0.01 0.07 par:pas; -appariée apparier VER f s 0.19 0.81 0.00 0.07 par:pas; -appariées apparier VER f p 0.19 0.81 0.00 0.14 par:pas; -appariés apparier VER m p 0.19 0.81 0.18 0.14 par:pas; -appart appart NOM m s 18.07 2.03 17.48 1.96 -appartînt appartenir VER 80.57 92.36 0.00 0.74 sub:imp:3s; -appartement_roi appartement_roi NOM m s 0.00 0.07 0.00 0.07 -appartement appartement NOM m s 76.33 99.26 69.77 86.01 -appartements appartement NOM m p 76.33 99.26 6.56 13.24 -appartenaient appartenir VER 80.57 92.36 2.26 9.05 ind:imp:3p; -appartenais appartenir VER 80.57 92.36 0.86 1.96 ind:imp:1s;ind:imp:2s; -appartenait appartenir VER 80.57 92.36 8.89 24.19 ind:imp:3s; -appartenance appartenance NOM f s 1.83 3.45 1.82 3.24 -appartenances appartenance NOM f p 1.83 3.45 0.01 0.20 -appartenant appartenir VER 80.57 92.36 2.90 5.47 par:pre; -appartenez appartenir VER 80.57 92.36 0.89 0.74 imp:pre:2p;ind:pre:2p; -apparteniez appartenir VER 80.57 92.36 0.19 0.14 ind:imp:2p; -appartenions appartenir VER 80.57 92.36 0.04 0.68 ind:imp:1p; -appartenir appartenir VER 80.57 92.36 3.74 9.12 inf; -appartenons appartenir VER 80.57 92.36 0.71 0.81 imp:pre:1p;ind:pre:1p; -appartenu appartenir VER m s 80.57 92.36 2.23 4.66 par:pas; -appartenues appartenir VER f p 80.57 92.36 0.01 0.00 par:pas; -appartiendra appartenir VER 80.57 92.36 1.23 1.01 ind:fut:3s; -appartiendrai appartenir VER 80.57 92.36 0.02 0.14 ind:fut:1s; -appartiendraient appartenir VER 80.57 92.36 0.22 0.47 cnd:pre:3p; -appartiendrais appartenir VER 80.57 92.36 0.00 0.14 cnd:pre:1s;cnd:pre:2s; -appartiendrait appartenir VER 80.57 92.36 0.36 1.42 cnd:pre:3s; -appartiendras appartenir VER 80.57 92.36 0.12 0.00 ind:fut:2s; -appartiendrons appartenir VER 80.57 92.36 0.01 0.00 ind:fut:1p; -appartiendront appartenir VER 80.57 92.36 0.07 0.07 ind:fut:3p; -appartienne appartenir VER 80.57 92.36 0.63 0.74 sub:pre:1s;sub:pre:3s; -appartiennent appartenir VER 80.57 92.36 6.86 6.76 ind:pre:3p; -appartiens appartenir VER 80.57 92.36 7.37 2.84 imp:pre:2s;ind:pre:1s;ind:pre:2s; -appartient appartenir VER 80.57 92.36 40.94 20.27 ind:pre:3s; -appartins appartenir VER 80.57 92.36 0.00 0.07 ind:pas:1s; -appartinssent appartenir VER 80.57 92.36 0.00 0.14 sub:imp:3p; -appartint appartenir VER 80.57 92.36 0.00 0.74 ind:pas:3s; -apparts appart NOM m p 18.07 2.03 0.59 0.07 -apparu apparaître VER m s 43.78 159.26 6.43 9.12 par:pas; -apparue apparaître VER f s 43.78 159.26 4.21 6.55 par:pas; -apparues apparaître VER f p 43.78 159.26 0.81 1.15 par:pas; -apparurent apparaître VER 43.78 159.26 0.52 5.95 ind:pas:3p; -apparus apparaître VER m p 43.78 159.26 1.74 2.09 ind:pas:1s;par:pas; -apparussent apparaître VER 43.78 159.26 0.00 0.14 sub:imp:3p; -apparut apparaître VER 43.78 159.26 2.10 28.04 ind:pas:3s; -appas appas NOM m p 0.40 0.95 0.40 0.95 -appauvri appauvrir VER m s 0.56 1.89 0.20 0.41 par:pas; -appauvrie appauvrir VER f s 0.56 1.89 0.12 0.41 par:pas; -appauvries appauvrir VER f p 0.56 1.89 0.03 0.07 par:pas; -appauvrir appauvrir VER 0.56 1.89 0.14 0.27 inf; -appauvris appauvrir VER m p 0.56 1.89 0.03 0.20 par:pas; -appauvrissaient appauvrir VER 0.56 1.89 0.00 0.14 ind:imp:3p; -appauvrissait appauvrir VER 0.56 1.89 0.00 0.07 ind:imp:3s; -appauvrissant appauvrissant ADJ m s 0.00 0.20 0.00 0.14 -appauvrissante appauvrissant ADJ f s 0.00 0.20 0.00 0.07 -appauvrissement appauvrissement NOM m s 0.00 0.74 0.00 0.74 -appauvrissez appauvrir VER 0.56 1.89 0.02 0.07 imp:pre:2p;ind:pre:2p; -appauvrissions appauvrir VER 0.56 1.89 0.00 0.07 ind:imp:1p; -appauvrissons appauvrir VER 0.56 1.89 0.00 0.07 imp:pre:1p; -appauvrit appauvrir VER 0.56 1.89 0.03 0.14 ind:pre:3s;ind:pas:3s; -appeau appeau NOM m s 0.08 0.41 0.06 0.27 -appeaux appeau NOM m p 0.08 0.41 0.02 0.14 -appel appel NOM m s 100.18 73.45 80.88 56.69 -appela appeler VER 1165.45 465.34 1.67 24.26 ind:pas:3s; -appelai appeler VER 1165.45 465.34 0.14 3.92 ind:pas:1s; -appelaient appeler VER 1165.45 465.34 4.61 14.93 ind:imp:3p; -appelais appeler VER 1165.45 465.34 8.02 6.62 ind:imp:1s;ind:imp:2s; -appelait appeler VER 1165.45 465.34 47.44 104.59 ind:imp:3s; -appelant appeler VER 1165.45 465.34 2.40 7.16 par:pre; -appelants appelant NOM m p 0.42 0.54 0.10 0.07 -appeler appeler VER 1165.45 465.34 192.66 63.92 ind:imp:3s;inf; -appeleur appeleur NOM m s 0.00 0.07 0.00 0.07 -appelez appeler VER 1165.45 465.34 95.78 11.42 imp:pre:2p;ind:pre:2p; -appeliez appeler VER 1165.45 465.34 2.53 0.81 ind:imp:2p;sub:pre:2p; -appelions appeler VER 1165.45 465.34 0.70 3.38 ind:imp:1p; -appellation appellation NOM f s 0.36 3.31 0.28 2.43 -appellations appellation NOM f p 0.36 3.31 0.08 0.88 -appelle appeler VER 1165.45 465.34 485.77 132.36 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:1s;sub:pre:3s; -appellent appeler VER 1165.45 465.34 23.89 16.01 ind:pre:3p; -appellera appeler VER 1165.45 465.34 9.29 2.50 ind:fut:3s; -appellerai appeler VER 1165.45 465.34 20.71 3.58 ind:fut:1s; -appelleraient appeler VER 1165.45 465.34 0.38 0.34 cnd:pre:3p; -appellerais appeler VER 1165.45 465.34 4.08 0.61 cnd:pre:1s;cnd:pre:2s; -appellerait appeler VER 1165.45 465.34 2.66 3.85 cnd:pre:3s; -appelleras appeler VER 1165.45 465.34 2.66 0.81 ind:fut:2s; -appellerez appeler VER 1165.45 465.34 1.30 0.20 ind:fut:2p; -appelleriez appeler VER 1165.45 465.34 0.77 0.20 cnd:pre:2p; -appellerions appeler VER 1165.45 465.34 0.10 0.14 cnd:pre:1p; -appellerons appeler VER 1165.45 465.34 0.88 0.54 ind:fut:1p; -appelleront appeler VER 1165.45 465.34 1.59 0.47 ind:fut:3p; -appelles appeler VER 1165.45 465.34 67.07 8.72 ind:pre:2s;sub:pre:2s; -appelons appeler VER 1165.45 465.34 8.38 5.68 imp:pre:1p;ind:pre:1p; -appelât appeler VER 1165.45 465.34 0.01 1.28 sub:imp:3s; -appels appel NOM m p 100.18 73.45 19.30 16.76 -appelèrent appeler VER 1165.45 465.34 0.17 1.49 ind:pas:3p; -appelé appeler VER m s 1165.45 465.34 144.29 30.61 par:pas; -appelée appeler VER f s 1165.45 465.34 27.50 9.12 par:pas; -appelées appeler VER f p 1165.45 465.34 0.95 2.03 par:pas; -appelés appeler VER m p 1165.45 465.34 7.04 3.78 par:pas; -appendait appendre VER 0.04 0.41 0.00 0.07 ind:imp:3s; -appendice appendice NOM m s 1.59 1.96 1.50 1.35 -appendicectomie appendicectomie NOM f s 0.25 0.00 0.25 0.00 -appendices appendice NOM m p 1.59 1.96 0.09 0.61 -appendicite appendicite NOM f s 1.75 1.08 1.75 1.08 -appendrait appendre VER 0.04 0.41 0.00 0.07 cnd:pre:3s; -appendre appendre VER 0.04 0.41 0.03 0.07 inf; -appends appendre VER 0.04 0.41 0.01 0.00 imp:pre:2s; -appendu appendre VER m s 0.04 0.41 0.00 0.07 par:pas; -appendues appendre VER f p 0.04 0.41 0.00 0.07 par:pas; -appendus appendre VER m p 0.04 0.41 0.00 0.07 par:pas; -appentis appentis NOM m 0.08 2.64 0.08 2.64 -appert appert VER 0.00 0.14 0.00 0.14 inf; -appesanti appesantir VER m s 0.02 3.04 0.00 0.27 par:pas; -appesantie appesantir VER f s 0.02 3.04 0.00 0.41 par:pas; -appesanties appesantir VER f p 0.02 3.04 0.00 0.14 par:pas; -appesantir appesantir VER 0.02 3.04 0.01 0.61 inf; -appesantis appesantir VER m p 0.02 3.04 0.00 0.20 ind:pre:1s;par:pas; -appesantissais appesantir VER 0.02 3.04 0.01 0.07 ind:imp:1s; -appesantissait appesantir VER 0.02 3.04 0.00 0.61 ind:imp:3s; -appesantissant appesantir VER 0.02 3.04 0.00 0.07 par:pre; -appesantissement appesantissement NOM m s 0.00 0.07 0.00 0.07 -appesantit appesantir VER 0.02 3.04 0.00 0.68 ind:pre:3s;ind:pas:3s; -applaudîmes applaudir VER 15.82 17.97 0.00 0.07 ind:pas:1p; -applaudît applaudir VER 15.82 17.97 0.00 0.07 sub:imp:3s; -applaudi applaudir VER m s 15.82 17.97 1.56 2.03 par:pas; -applaudie applaudir VER f s 15.82 17.97 0.15 0.27 par:pas; -applaudies applaudir VER f p 15.82 17.97 0.01 0.20 par:pas; -applaudimètre applaudimètre NOM m s 0.02 0.00 0.02 0.00 -applaudir applaudir VER 15.82 17.97 3.16 4.46 inf; -applaudira applaudir VER 15.82 17.97 0.07 0.07 ind:fut:3s; -applaudirai applaudir VER 15.82 17.97 0.25 0.00 ind:fut:1s; -applaudiraient applaudir VER 15.82 17.97 0.02 0.14 cnd:pre:3p; -applaudirais applaudir VER 15.82 17.97 0.17 0.07 cnd:pre:1s; -applaudirait applaudir VER 15.82 17.97 0.03 0.07 cnd:pre:3s; -applaudirent applaudir VER 15.82 17.97 0.00 0.61 ind:pas:3p; -applaudirez applaudir VER 15.82 17.97 0.02 0.07 ind:fut:2p; -applaudirons applaudir VER 15.82 17.97 0.02 0.00 ind:fut:1p; -applaudis applaudir VER m p 15.82 17.97 0.60 1.15 imp:pre:2s;ind:pre:1s;ind:pre:2s;par:pas; -applaudissaient applaudir VER 15.82 17.97 0.27 1.15 ind:imp:3p; -applaudissais applaudir VER 15.82 17.97 0.22 0.14 ind:imp:1s;ind:imp:2s; -applaudissait applaudir VER 15.82 17.97 0.49 2.16 ind:imp:3s; -applaudissant applaudir VER 15.82 17.97 0.20 0.14 par:pre; -applaudisse applaudir VER 15.82 17.97 0.10 0.00 sub:pre:1s;sub:pre:3s; -applaudissement applaudissement NOM m s 7.04 9.26 0.50 0.34 -applaudissements applaudissement NOM m p 7.04 9.26 6.54 8.92 -applaudissent applaudir VER 15.82 17.97 0.47 0.95 ind:pre:3p;sub:imp:3p; -applaudisseur applaudisseur NOM m s 0.01 0.00 0.01 0.00 -applaudissez applaudir VER 15.82 17.97 2.75 0.07 imp:pre:2p;ind:pre:2p; -applaudissiez applaudir VER 15.82 17.97 0.02 0.00 ind:imp:2p; -applaudissions applaudir VER 15.82 17.97 0.00 0.07 ind:imp:1p; -applaudissons applaudir VER 15.82 17.97 0.89 0.07 imp:pre:1p;ind:pre:1p; -applaudit applaudir VER 15.82 17.97 4.37 3.99 ind:pre:3s;ind:pas:3s; -applicabilité applicabilité NOM f s 0.02 0.00 0.02 0.00 -applicable applicable ADJ s 0.30 1.01 0.14 0.61 -applicables applicable ADJ p 0.30 1.01 0.16 0.41 -applicateur applicateur NOM m s 0.28 0.00 0.28 0.00 -application application NOM f s 2.81 15.88 2.10 15.34 -applications application NOM f p 2.81 15.88 0.70 0.54 -appliqua appliquer VER 17.89 47.84 0.01 3.11 ind:pas:3s; -appliquai appliquer VER 17.89 47.84 0.01 1.01 ind:pas:1s; -appliquaient appliquer VER 17.89 47.84 0.04 1.22 ind:imp:3p; -appliquais appliquer VER 17.89 47.84 0.46 1.35 ind:imp:1s;ind:imp:2s; -appliquait appliquer VER 17.89 47.84 0.14 7.09 ind:imp:3s; -appliquant appliquer VER 17.89 47.84 0.16 4.26 par:pre; -appliquasse appliquer VER 17.89 47.84 0.00 0.07 sub:imp:1s; -appliquassions appliquer VER 17.89 47.84 0.00 0.07 sub:imp:1p; -applique appliquer VER 17.89 47.84 5.85 6.01 imp:pre:2s;ind:pre:1s;ind:pre:3s; -appliquent appliquer VER 17.89 47.84 1.23 1.62 ind:pre:3p; -appliquer appliquer VER 17.89 47.84 4.77 10.61 inf; -appliquera appliquer VER 17.89 47.84 0.09 0.34 ind:fut:3s; -appliquerai appliquer VER 17.89 47.84 0.23 0.14 ind:fut:1s; -appliquerais appliquer VER 17.89 47.84 0.15 0.07 cnd:pre:1s;cnd:pre:2s; -appliquerait appliquer VER 17.89 47.84 0.04 0.27 cnd:pre:3s; -appliqueras appliquer VER 17.89 47.84 0.00 0.07 ind:fut:2s; -appliquerez appliquer VER 17.89 47.84 0.12 0.00 ind:fut:2p; -appliquerons appliquer VER 17.89 47.84 0.02 0.07 ind:fut:1p; -appliques appliquer VER 17.89 47.84 0.50 0.14 ind:pre:2s; -appliquez appliquer VER 17.89 47.84 0.86 0.00 imp:pre:2p;ind:pre:2p; -appliquions appliquer VER 17.89 47.84 0.00 0.07 ind:imp:1p; -appliquons appliquer VER 17.89 47.84 0.14 0.07 imp:pre:1p;ind:pre:1p; -appliquât appliquer VER 17.89 47.84 0.00 0.41 sub:imp:3s; -appliquèrent appliquer VER 17.89 47.84 0.00 0.54 ind:pas:3p; -appliqué appliquer VER m s 17.89 47.84 1.85 5.07 par:pas; -appliquée appliquer VER f s 17.89 47.84 0.91 2.43 par:pas; -appliquées appliquer VER f p 17.89 47.84 0.26 1.08 par:pas; -appliqués appliqué ADJ m p 0.59 6.01 0.08 0.74 -appoggiature appoggiature NOM f s 0.01 0.07 0.01 0.00 -appoggiatures appoggiature NOM f p 0.01 0.07 0.00 0.07 -appoint appoint NOM m s 0.35 1.76 0.35 1.76 -appointaient appointer VER 0.02 0.74 0.00 0.07 ind:imp:3p; -appointait appointer VER 0.02 0.74 0.00 0.07 ind:imp:3s; -appointe appointer VER 0.02 0.74 0.00 0.14 ind:pre:3s; -appointements appointement NOM m p 0.03 0.74 0.03 0.74 -appointer appointer VER 0.02 0.74 0.00 0.07 inf; -appointé appointé ADJ m s 0.02 0.34 0.02 0.07 -appointée appointer VER f s 0.02 0.74 0.00 0.27 par:pas; -appointés appointer VER m p 0.02 0.74 0.01 0.00 par:pas; -appontage appontage NOM m s 0.20 0.00 0.20 0.00 -appontement appontement NOM m s 0.05 0.47 0.05 0.47 -apponter apponter VER 0.09 0.00 0.09 0.00 inf; -apport apport NOM m s 1.80 1.82 1.63 1.35 -apporta apporter VER 209.89 159.32 0.93 16.82 ind:pas:3s; -apportai apporter VER 209.89 159.32 0.02 1.08 ind:pas:1s; -apportaient apporter VER 209.89 159.32 0.53 5.61 ind:imp:3p; -apportais apporter VER 209.89 159.32 1.78 2.09 ind:imp:1s;ind:imp:2s; -apportait apporter VER 209.89 159.32 3.24 24.86 ind:imp:3s; -apportant apporter VER 209.89 159.32 0.81 5.88 par:pre; -apportas apporter VER 209.89 159.32 0.00 0.07 ind:pas:2s; -apporte apporter VER 209.89 159.32 65.97 22.97 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:1s;sub:pre:3s; -apportent apporter VER 209.89 159.32 3.04 4.12 ind:pre:3p; -apporter apporter VER 209.89 159.32 34.40 29.53 inf;; -apportera apporter VER 209.89 159.32 4.78 1.28 ind:fut:3s; -apporterai apporter VER 209.89 159.32 6.29 1.49 ind:fut:1s; -apporteraient apporter VER 209.89 159.32 0.14 0.41 cnd:pre:3p; -apporterais apporter VER 209.89 159.32 0.34 0.14 cnd:pre:1s;cnd:pre:2s; -apporterait apporter VER 209.89 159.32 0.81 2.09 cnd:pre:3s; -apporteras apporter VER 209.89 159.32 0.69 0.54 ind:fut:2s; -apporterez apporter VER 209.89 159.32 0.41 0.20 ind:fut:2p; -apporteriez apporter VER 209.89 159.32 0.22 0.07 cnd:pre:2p; -apporterons apporter VER 209.89 159.32 0.32 0.00 ind:fut:1p; -apporteront apporter VER 209.89 159.32 0.68 0.07 ind:fut:3p; -apportes apporter VER 209.89 159.32 5.41 0.88 ind:pre:2s; -apportez apporter VER 209.89 159.32 18.50 1.69 imp:pre:2p;ind:pre:2p; -apportiez apporter VER 209.89 159.32 0.33 0.07 ind:imp:2p; -apportions apporter VER 209.89 159.32 0.01 0.47 ind:imp:1p; -apportons apporter VER 209.89 159.32 1.04 0.41 imp:pre:1p;ind:pre:1p; -apportât apporter VER 209.89 159.32 0.00 0.54 sub:imp:3s; -apports apport NOM m p 1.80 1.82 0.17 0.47 -apportèrent apporter VER 209.89 159.32 0.03 1.42 ind:pas:3p; -apporté apporter VER m s 209.89 159.32 54.44 24.53 par:pas; -apportée apporter VER f s 209.89 159.32 2.49 3.38 par:pas; -apportées apporter VER f p 209.89 159.32 1.27 2.43 par:pas; -apportés apporter VER m p 209.89 159.32 0.99 4.19 par:pas; -apposa apposer VER 0.95 3.04 0.01 0.27 ind:pas:3s; -apposai apposer VER 0.95 3.04 0.00 0.07 ind:pas:1s; -apposait apposer VER 0.95 3.04 0.01 0.14 ind:imp:3s; -apposant apposer VER 0.95 3.04 0.01 0.00 par:pre; -appose apposer VER 0.95 3.04 0.40 0.14 imp:pre:2s;ind:pre:1s;ind:pre:3s; -apposent apposer VER 0.95 3.04 0.00 0.07 ind:pre:3p; -apposer apposer VER 0.95 3.04 0.28 0.81 inf; -apposerait apposer VER 0.95 3.04 0.00 0.14 cnd:pre:3s; -apposeras apposer VER 0.95 3.04 0.01 0.00 ind:fut:2s; -apposez apposer VER 0.95 3.04 0.04 0.00 imp:pre:2p; -apposition apposition NOM f s 0.01 0.14 0.01 0.14 -apposé apposer VER m s 0.95 3.04 0.04 0.54 par:pas; -apposée apposer VER f s 0.95 3.04 0.00 0.34 par:pas; -apposées apposer VER f p 0.95 3.04 0.00 0.34 par:pas; -apposés apposer VER m p 0.95 3.04 0.14 0.20 par:pas; -appât appât NOM m s 6.74 3.92 5.97 3.24 -appâtais appâter VER 1.59 1.55 0.01 0.07 ind:imp:1s; -appâtant appâter VER 1.59 1.55 0.01 0.07 par:pre; -appâte appâter VER 1.59 1.55 0.14 0.00 ind:pre:1s;ind:pre:3s; -appâtent appâter VER 1.59 1.55 0.02 0.07 ind:pre:3p; -appâter appâter VER 1.59 1.55 0.92 0.68 inf; -appâtera appâter VER 1.59 1.55 0.01 0.00 ind:fut:3s; -appâterait appâter VER 1.59 1.55 0.00 0.07 cnd:pre:3s; -appâtes appâter VER 1.59 1.55 0.02 0.00 ind:pre:2s; -appâtez appâter VER 1.59 1.55 0.02 0.00 imp:pre:2p;ind:pre:2p; -appâtons appâter VER 1.59 1.55 0.01 0.00 imp:pre:1p; -appâts appât NOM m p 6.74 3.92 0.77 0.68 -appâté appâter VER m s 1.59 1.55 0.31 0.41 par:pas; -appâtée appâter VER f s 1.59 1.55 0.00 0.14 par:pas; -appâtées appâter VER f p 1.59 1.55 0.00 0.07 par:pas; -appâtés appâter VER m p 1.59 1.55 0.11 0.00 par:pas; -apprîmes apprendre VER 348.45 286.69 0.04 1.08 ind:pas:1p; -apprît apprendre VER 348.45 286.69 0.01 0.81 sub:imp:3s; -apprenaient apprendre VER 348.45 286.69 0.74 2.43 ind:imp:3p; -apprenais apprendre VER 348.45 286.69 1.61 5.47 ind:imp:1s;ind:imp:2s; -apprenait apprendre VER 348.45 286.69 3.27 11.76 ind:imp:3s; -apprenant apprendre VER 348.45 286.69 2.88 7.23 par:pre; -apprend apprendre VER 348.45 286.69 27.11 17.16 ind:pre:3s; -apprendra apprendre VER 348.45 286.69 11.14 5.07 ind:fut:3s; -apprendrai apprendre VER 348.45 286.69 7.16 3.58 ind:fut:1s; -apprendraient apprendre VER 348.45 286.69 0.05 0.88 cnd:pre:3p; -apprendrais apprendre VER 348.45 286.69 1.36 1.28 cnd:pre:1s;cnd:pre:2s; -apprendrait apprendre VER 348.45 286.69 0.77 3.78 cnd:pre:3s; -apprendras apprendre VER 348.45 286.69 6.43 1.49 ind:fut:2s; -apprendre apprendre VER 348.45 286.69 101.75 71.22 inf; -apprendrez apprendre VER 348.45 286.69 3.35 0.74 ind:fut:2p; -apprendriez apprendre VER 348.45 286.69 0.10 0.27 cnd:pre:2p; -apprendrions apprendre VER 348.45 286.69 0.00 0.27 cnd:pre:1p; -apprendrons apprendre VER 348.45 286.69 0.63 0.68 ind:fut:1p; -apprendront apprendre VER 348.45 286.69 1.38 1.08 ind:fut:3p; -apprends apprendre VER 348.45 286.69 27.50 8.38 imp:pre:2s;ind:pre:1s;ind:pre:2s; -apprenez apprendre VER 348.45 286.69 7.34 2.23 imp:pre:2p;ind:pre:2p; -appreniez apprendre VER 348.45 286.69 0.72 0.41 ind:imp:2p;sub:pre:2p; -apprenions apprendre VER 348.45 286.69 0.09 1.76 ind:imp:1p; -apprenne apprendre VER 348.45 286.69 6.25 4.19 sub:pre:1s;sub:pre:3s; -apprennent apprendre VER 348.45 286.69 7.79 4.66 ind:pre:3p; -apprennes apprendre VER 348.45 286.69 2.51 0.88 sub:pre:2s; -apprenons apprendre VER 348.45 286.69 1.39 0.68 imp:pre:1p;ind:pre:1p; -apprenti_pilote apprenti_pilote NOM m s 0.02 0.00 0.02 0.00 -apprenti_sorcier apprenti_sorcier NOM m s 0.00 0.14 0.00 0.14 -apprenti apprenti NOM m s 2.52 17.64 1.96 10.95 -apprentie apprenti NOM f s 2.52 17.64 0.23 0.47 -apprenties apprenti NOM f p 2.52 17.64 0.02 0.27 -apprentis apprenti NOM m p 2.52 17.64 0.31 5.95 -apprentissage apprentissage NOM m s 1.86 10.47 1.86 10.14 -apprentissages apprentissage NOM m p 1.86 10.47 0.00 0.34 -apprirent apprendre VER 348.45 286.69 0.15 2.23 ind:pas:3p; -appris apprendre VER m 348.45 286.69 120.98 97.70 ind:pas:1s;ind:pas:2s;par:pas;par:pas; -apprise apprendre VER f s 348.45 286.69 1.81 3.45 par:pas; -apprises apprendre VER f p 348.45 286.69 0.64 1.82 par:pas; -apprissent apprendre VER 348.45 286.69 0.00 0.07 sub:imp:3p; -apprit apprendre VER 348.45 286.69 1.48 21.96 ind:pas:3s; -apprivoisa apprivoiser VER 2.40 10.54 0.00 0.20 ind:pas:3s; -apprivoisaient apprivoiser VER 2.40 10.54 0.00 0.07 ind:imp:3p; -apprivoisais apprivoiser VER 2.40 10.54 0.00 0.14 ind:imp:1s; -apprivoisait apprivoiser VER 2.40 10.54 0.00 0.41 ind:imp:3s; -apprivoisant apprivoiser VER 2.40 10.54 0.01 0.14 par:pre; -apprivoise apprivoiser VER 2.40 10.54 0.25 0.74 imp:pre:2s;ind:pre:1s;ind:pre:3s; -apprivoisent apprivoiser VER 2.40 10.54 0.01 0.27 ind:pre:3p; -apprivoiser apprivoiser VER 2.40 10.54 0.42 5.14 inf; -apprivoiserai apprivoiser VER 2.40 10.54 0.14 0.20 ind:fut:1s; -apprivoiseur apprivoiseur ADJ m s 0.00 0.07 0.00 0.07 -apprivoisez apprivoiser VER 2.40 10.54 0.03 0.07 imp:pre:2p;ind:pre:2p; -apprivoisons apprivoiser VER 2.40 10.54 0.01 0.00 ind:pre:1p; -apprivoisèrent apprivoiser VER 2.40 10.54 0.00 0.14 ind:pas:3p; -apprivoisé apprivoiser VER m s 2.40 10.54 0.98 1.28 par:pas; -apprivoisée apprivoiser VER f s 2.40 10.54 0.17 1.15 par:pas; -apprivoisées apprivoiser VER f p 2.40 10.54 0.04 0.27 par:pas; -apprivoisés apprivoiser VER m p 2.40 10.54 0.36 0.34 par:pas; -approbateur approbateur ADJ m s 0.00 1.55 0.00 1.08 -approbateurs approbateur ADJ m p 0.00 1.55 0.00 0.27 -approbatif approbatif ADJ m s 0.00 0.07 0.00 0.07 -approbation approbation NOM f s 2.56 9.80 2.55 9.19 -approbations approbation NOM f p 2.56 9.80 0.01 0.61 -approbativement approbativement ADV 0.00 0.07 0.00 0.07 -approbatrice approbateur ADJ f s 0.00 1.55 0.00 0.20 -approcha approcher VER 117.65 196.15 1.09 42.70 ind:pas:3s; -approchai approcher VER 117.65 196.15 0.20 4.32 ind:pas:1s; -approchaient approcher VER 117.65 196.15 0.45 6.62 ind:imp:3p; -approchais approcher VER 117.65 196.15 0.53 2.09 ind:imp:1s;ind:imp:2s; -approchait approcher VER 117.65 196.15 2.79 27.70 ind:imp:3s; -approchant approcher VER 117.65 196.15 0.90 10.74 par:pre; -approchants approchant ADJ m p 0.41 1.82 0.01 0.14 -approchassent approcher VER 117.65 196.15 0.00 0.07 sub:imp:3p; -approche approcher VER 117.65 196.15 44.17 31.15 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:1s; -approchent approcher VER 117.65 196.15 5.66 4.93 ind:pre:3p; -approcher approcher VER 117.65 196.15 19.62 35.27 ind:pre:2p;inf; -approchera approcher VER 117.65 196.15 0.83 0.20 ind:fut:3s; -approcherai approcher VER 117.65 196.15 0.33 0.00 ind:fut:1s; -approcherais approcher VER 117.65 196.15 0.18 0.14 cnd:pre:1s; -approcherait approcher VER 117.65 196.15 0.07 0.34 cnd:pre:3s; -approcheras approcher VER 117.65 196.15 0.13 0.00 ind:fut:2s; -approcherez approcher VER 117.65 196.15 0.17 0.20 ind:fut:2p; -approcherions approcher VER 117.65 196.15 0.00 0.07 cnd:pre:1p; -approcherons approcher VER 117.65 196.15 0.05 0.00 ind:fut:1p; -approcheront approcher VER 117.65 196.15 0.11 0.07 ind:fut:3p; -approches approcher VER 117.65 196.15 2.97 0.61 ind:pre:2s;sub:pre:2s; -approchez approcher VER 117.65 196.15 27.75 2.43 imp:pre:2p;ind:pre:2p; -approchiez approcher VER 117.65 196.15 0.24 0.07 ind:imp:2p; -approchions approcher VER 117.65 196.15 0.09 1.76 ind:imp:1p; -approchâmes approcher VER 117.65 196.15 0.01 0.34 ind:pas:1p; -approchons approcher VER 117.65 196.15 2.45 1.55 imp:pre:1p;ind:pre:1p; -approchât approcher VER 117.65 196.15 0.00 0.20 sub:imp:3s; -approchèrent approcher VER 117.65 196.15 0.02 3.38 ind:pas:3p; -approché approcher VER m s 117.65 196.15 4.75 11.96 par:pas; -approchée approcher VER f s 117.65 196.15 1.36 5.14 par:pas; -approchées approcher VER f p 117.65 196.15 0.25 0.34 par:pas; -approchés approcher VER m p 117.65 196.15 0.50 1.76 par:pas; -approfondît approfondir VER 1.69 7.57 0.00 0.14 sub:imp:3s; -approfondi approfondi ADJ m s 1.46 1.69 0.34 0.61 -approfondie approfondi ADJ f s 1.46 1.69 0.83 0.81 -approfondies approfondir VER f p 1.69 7.57 0.09 0.20 par:pas; -approfondir approfondir VER 1.69 7.57 1.04 3.58 inf; -approfondirai approfondir VER 1.69 7.57 0.00 0.07 ind:fut:1s; -approfondirent approfondir VER 1.69 7.57 0.00 0.14 ind:pas:3p; -approfondirions approfondir VER 1.69 7.57 0.00 0.07 cnd:pre:1p; -approfondirons approfondir VER 1.69 7.57 0.01 0.07 ind:fut:1p; -approfondis approfondi ADJ m p 1.46 1.69 0.20 0.07 -approfondissaient approfondir VER 1.69 7.57 0.00 0.20 ind:imp:3p; -approfondissais approfondir VER 1.69 7.57 0.00 0.14 ind:imp:1s; -approfondissait approfondir VER 1.69 7.57 0.01 0.27 ind:imp:3s; -approfondissant approfondir VER 1.69 7.57 0.01 0.27 par:pre; -approfondisse approfondir VER 1.69 7.57 0.02 0.07 sub:pre:1s;sub:pre:3s; -approfondissement approfondissement NOM m s 0.02 0.00 0.02 0.00 -approfondissent approfondir VER 1.69 7.57 0.01 0.14 ind:pre:3p; -approfondissons approfondir VER 1.69 7.57 0.01 0.00 ind:pre:1p; -approfondit approfondir VER 1.69 7.57 0.13 0.88 ind:pre:3s;ind:pas:3s; -appropriaient approprier VER 5.73 5.47 0.10 0.20 ind:imp:3p; -appropriait approprier VER 5.73 5.47 0.00 0.20 ind:imp:3s; -appropriant approprier VER 5.73 5.47 0.17 0.14 par:pre; -appropriation appropriation NOM f s 0.19 0.34 0.04 0.34 -appropriations appropriation NOM f p 0.19 0.34 0.15 0.00 -approprie approprier VER 5.73 5.47 0.33 0.27 ind:pre:3s;sub:pre:3s; -approprient approprier VER 5.73 5.47 0.05 0.07 ind:pre:3p; -approprier approprier VER 5.73 5.47 1.30 1.76 inf; -approprieraient approprier VER 5.73 5.47 0.00 0.07 cnd:pre:3p; -approprierais approprier VER 5.73 5.47 0.01 0.00 cnd:pre:1s; -approprierait approprier VER 5.73 5.47 0.00 0.07 cnd:pre:3s; -approprieront approprier VER 5.73 5.47 0.02 0.00 ind:fut:3p; -appropriez approprier VER 5.73 5.47 0.02 0.00 ind:pre:2p; -approprié approprié ADJ m s 4.77 3.38 2.84 1.08 -appropriée approprié ADJ f s 4.77 3.38 0.89 1.15 -appropriées approprié ADJ f p 4.77 3.38 0.47 0.20 -appropriés approprié ADJ m p 4.77 3.38 0.57 0.95 -approuva approuver VER 15.39 36.08 0.01 7.43 ind:pas:3s; -approuvai approuver VER 15.39 36.08 0.00 0.61 ind:pas:1s; -approuvaient approuver VER 15.39 36.08 0.20 0.81 ind:imp:3p; -approuvais approuver VER 15.39 36.08 0.26 0.68 ind:imp:1s;ind:imp:2s; -approuvait approuver VER 15.39 36.08 0.65 4.73 ind:imp:3s; -approuvant approuver VER 15.39 36.08 0.07 1.15 par:pre; -approuve approuver VER 15.39 36.08 4.44 7.50 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -approuvent approuver VER 15.39 36.08 0.97 0.61 ind:pre:3p; -approuver approuver VER 15.39 36.08 1.67 5.61 inf; -approuvera approuver VER 15.39 36.08 0.33 0.14 ind:fut:3s; -approuverai approuver VER 15.39 36.08 0.05 0.00 ind:fut:1s; -approuverais approuver VER 15.39 36.08 0.12 0.00 cnd:pre:1s;cnd:pre:2s; -approuverait approuver VER 15.39 36.08 0.39 0.20 cnd:pre:3s; -approuveras approuver VER 15.39 36.08 0.04 0.07 ind:fut:2s; -approuverons approuver VER 15.39 36.08 0.03 0.00 ind:fut:1p; -approuveront approuver VER 15.39 36.08 0.01 0.07 ind:fut:3p; -approuves approuver VER 15.39 36.08 0.58 0.07 ind:pre:2s; -approuvez approuver VER 15.39 36.08 0.85 0.41 imp:pre:2p;ind:pre:2p; -approuviez approuver VER 15.39 36.08 0.43 0.14 ind:imp:2p; -approuvions approuver VER 15.39 36.08 0.01 0.20 ind:imp:1p; -approuvâmes approuver VER 15.39 36.08 0.00 0.07 ind:pas:1p; -approuvons approuver VER 15.39 36.08 0.20 0.27 imp:pre:1p;ind:pre:1p; -approuvât approuver VER 15.39 36.08 0.10 0.14 sub:imp:3s; -approuvèrent approuver VER 15.39 36.08 0.00 0.88 ind:pas:3p; -approuvé approuver VER m s 15.39 36.08 3.26 3.18 par:pas; -approuvée approuver VER f s 15.39 36.08 0.45 0.27 par:pas; -approuvées approuvé ADJ f p 1.23 0.27 0.21 0.00 -approuvés approuver VER m p 15.39 36.08 0.18 0.61 par:pas; -approvisionnait approvisionner VER 1.55 2.16 0.02 0.14 ind:imp:3s; -approvisionnant approvisionner VER 1.55 2.16 0.01 0.00 par:pre; -approvisionne approvisionner VER 1.55 2.16 0.33 0.00 ind:pre:1s;ind:pre:3s; -approvisionnement approvisionnement NOM m s 2.07 2.57 2.02 1.49 -approvisionnements approvisionnement NOM m p 2.07 2.57 0.05 1.08 -approvisionnent approvisionner VER 1.55 2.16 0.05 0.07 ind:pre:3p; -approvisionner approvisionner VER 1.55 2.16 0.75 1.01 inf; -approvisionnera approvisionner VER 1.55 2.16 0.01 0.00 ind:fut:3s; -approvisionniez approvisionner VER 1.55 2.16 0.01 0.00 ind:imp:2p; -approvisionnons approvisionner VER 1.55 2.16 0.03 0.00 ind:pre:1p; -approvisionné approvisionner VER m s 1.55 2.16 0.28 0.27 par:pas; -approvisionnée approvisionner VER f s 1.55 2.16 0.01 0.14 par:pas; -approvisionnées approvisionner VER f p 1.55 2.16 0.01 0.27 par:pas; -approvisionnés approvisionner VER m p 1.55 2.16 0.02 0.27 par:pas; -approximatif approximatif ADJ m s 1.07 3.65 0.39 1.49 -approximatifs approximatif ADJ m p 1.07 3.65 0.17 0.61 -approximation approximation NOM f s 0.24 1.35 0.20 0.54 -approximations approximation NOM f p 0.24 1.35 0.04 0.81 -approximative approximatif ADJ f s 1.07 3.65 0.49 1.35 -approximativement approximativement ADV 1.64 1.96 1.64 1.96 -approximatives approximatif ADJ f p 1.07 3.65 0.02 0.20 -apprécia apprécier VER 77.21 44.12 0.00 2.57 ind:pas:3s; -appréciable appréciable ADJ s 0.46 3.18 0.46 2.91 -appréciables appréciable ADJ m p 0.46 3.18 0.00 0.27 -appréciai apprécier VER 77.21 44.12 0.07 0.41 ind:pas:1s; -appréciaient apprécier VER 77.21 44.12 0.62 1.22 ind:imp:3p; -appréciais apprécier VER 77.21 44.12 0.70 1.49 ind:imp:1s;ind:imp:2s; -appréciait apprécier VER 77.21 44.12 1.47 6.76 ind:imp:3s; -appréciant apprécier VER 77.21 44.12 0.09 1.15 par:pre; -appréciateur appréciateur NOM m s 0.00 0.54 0.00 0.41 -appréciation appréciation NOM f s 0.94 3.99 0.86 2.97 -appréciations appréciation NOM f p 0.94 3.99 0.08 1.01 -appréciatrice appréciateur NOM f s 0.00 0.54 0.00 0.14 -apprécie apprécier VER 77.21 44.12 32.23 7.50 imp:pre:2s;ind:pre:1s;ind:pre:3s; -apprécient apprécier VER 77.21 44.12 3.28 1.08 ind:pre:3p;sub:pre:3p; -apprécier apprécier VER 77.21 44.12 11.53 11.28 inf; -appréciera apprécier VER 77.21 44.12 1.19 0.20 ind:fut:3s; -apprécierai apprécier VER 77.21 44.12 0.28 0.00 ind:fut:1s; -apprécieraient apprécier VER 77.21 44.12 0.35 0.07 cnd:pre:3p; -apprécierais apprécier VER 77.21 44.12 3.02 0.14 cnd:pre:1s;cnd:pre:2s; -apprécierait apprécier VER 77.21 44.12 1.41 0.41 cnd:pre:3s; -apprécieras apprécier VER 77.21 44.12 0.34 0.00 ind:fut:2s; -apprécierez apprécier VER 77.21 44.12 1.27 0.14 ind:fut:2p; -apprécieriez apprécier VER 77.21 44.12 0.19 0.00 cnd:pre:2p; -apprécierions apprécier VER 77.21 44.12 0.10 0.00 cnd:pre:1p; -apprécierons apprécier VER 77.21 44.12 0.09 0.00 ind:fut:1p; -apprécieront apprécier VER 77.21 44.12 0.57 0.27 ind:fut:3p; -apprécies apprécier VER 77.21 44.12 2.19 0.27 ind:pre:2s; -appréciez apprécier VER 77.21 44.12 2.41 0.34 imp:pre:2p;ind:pre:2p; -appréciions apprécier VER 77.21 44.12 0.00 0.07 ind:imp:1p; -apprécions apprécier VER 77.21 44.12 1.77 0.34 imp:pre:1p;ind:pre:1p; -appréciât apprécier VER 77.21 44.12 0.00 0.14 sub:imp:3s; -apprécièrent apprécier VER 77.21 44.12 0.11 0.14 ind:pas:3p; -apprécié apprécier VER m s 77.21 44.12 9.32 5.47 par:pas; -appréciée apprécier VER f s 77.21 44.12 1.85 1.82 par:pas; -appréciées apprécier VER f p 77.21 44.12 0.31 0.14 par:pas; -appréciés apprécier VER m p 77.21 44.12 0.45 0.74 par:pas; -appréhendai appréhender VER 4.22 5.34 0.00 0.07 ind:pas:1s; -appréhendaient appréhender VER 4.22 5.34 0.01 0.14 ind:imp:3p; -appréhendais appréhender VER 4.22 5.34 0.17 1.08 ind:imp:1s;ind:imp:2s; -appréhendait appréhender VER 4.22 5.34 0.04 0.74 ind:imp:3s; -appréhendant appréhender VER 4.22 5.34 0.04 0.68 par:pre; -appréhende appréhender VER 4.22 5.34 0.95 0.54 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -appréhendent appréhender VER 4.22 5.34 0.14 0.07 ind:pre:3p; -appréhender appréhender VER 4.22 5.34 1.51 0.95 inf; -appréhendera appréhender VER 4.22 5.34 0.02 0.00 ind:fut:3s; -appréhenderons appréhender VER 4.22 5.34 0.01 0.00 ind:fut:1p; -appréhendez appréhender VER 4.22 5.34 0.07 0.07 imp:pre:2p;ind:pre:2p; -appréhendions appréhender VER 4.22 5.34 0.00 0.07 ind:imp:1p; -appréhendons appréhender VER 4.22 5.34 0.02 0.00 ind:pre:1p; -appréhendé appréhender VER m s 4.22 5.34 1.00 0.74 par:pas; -appréhendée appréhender VER f s 4.22 5.34 0.05 0.07 par:pas; -appréhendées appréhender VER f p 4.22 5.34 0.02 0.00 par:pas; -appréhendés appréhender VER m p 4.22 5.34 0.17 0.14 par:pas; -appréhensif appréhensif ADJ m s 0.01 0.00 0.01 0.00 -appréhension appréhension NOM f s 1.28 10.20 0.80 8.92 -appréhensions appréhension NOM f p 1.28 10.20 0.48 1.28 -apprêt apprêt NOM m s 0.14 1.42 0.11 0.81 -apprêta apprêter VER 9.13 29.46 0.01 0.41 ind:pas:3s; -apprêtai apprêter VER 9.13 29.46 0.01 0.14 ind:pas:1s; -apprêtaient apprêter VER 9.13 29.46 0.26 2.84 ind:imp:3p; -apprêtais apprêter VER 9.13 29.46 1.19 2.91 ind:imp:1s;ind:imp:2s; -apprêtait apprêter VER 9.13 29.46 1.21 11.96 ind:imp:3s; -apprêtant apprêter VER 9.13 29.46 0.07 1.15 par:pre; -apprête apprêter VER 9.13 29.46 4.16 6.69 imp:pre:2s;ind:pre:1s;ind:pre:3s; -apprêtent apprêter VER 9.13 29.46 0.87 1.35 ind:pre:3p; -apprêter apprêter VER 9.13 29.46 0.10 0.68 inf; -apprêterait apprêter VER 9.13 29.46 0.00 0.14 cnd:pre:3s; -apprêtes apprêter VER 9.13 29.46 0.29 0.00 ind:pre:2s;sub:pre:2s; -apprêtez apprêter VER 9.13 29.46 0.39 0.07 imp:pre:2p;ind:pre:2p; -apprêtiez apprêter VER 9.13 29.46 0.16 0.00 ind:imp:2p; -apprêtions apprêter VER 9.13 29.46 0.05 0.27 ind:imp:1p; -apprêts apprêt NOM m p 0.14 1.42 0.03 0.61 -apprêtèrent apprêter VER 9.13 29.46 0.20 0.14 ind:pas:3p; -apprêté apprêté ADJ m s 0.13 1.22 0.11 0.27 -apprêtée apprêter VER f s 9.13 29.46 0.14 0.07 par:pas; -apprêtées apprêté ADJ f p 0.13 1.22 0.01 0.14 -apprêtés apprêté ADJ m p 0.13 1.22 0.01 0.14 -appui_main appui_main NOM m s 0.00 0.14 0.00 0.14 -appui_tête appui_tête NOM m s 0.01 0.00 0.01 0.00 -appui appui NOM m s 8.81 30.81 7.83 28.65 -appuie_tête appuie_tête NOM m 0.05 0.14 0.05 0.14 -appuie appuyer VER 40.94 126.01 14.57 15.68 imp:pre:2s;ind:pre:1s;ind:pre:3s; -appuient appuyer VER 40.94 126.01 0.60 1.49 ind:pre:3p; -appuiera appuyer VER 40.94 126.01 0.20 0.20 ind:fut:3s; -appuierai appuyer VER 40.94 126.01 0.25 0.07 ind:fut:1s; -appuieraient appuyer VER 40.94 126.01 0.00 0.07 cnd:pre:3p; -appuierais appuyer VER 40.94 126.01 0.11 0.07 cnd:pre:1s;cnd:pre:2s; -appuierait appuyer VER 40.94 126.01 0.16 0.27 cnd:pre:3s; -appuieras appuyer VER 40.94 126.01 0.21 0.00 ind:fut:2s; -appuierez appuyer VER 40.94 126.01 0.05 0.07 ind:fut:2p; -appuierons appuyer VER 40.94 126.01 0.01 0.00 ind:fut:1p; -appuieront appuyer VER 40.94 126.01 0.06 0.07 ind:fut:3p; -appuies appuyer VER 40.94 126.01 2.89 0.41 ind:pre:2s;sub:pre:2s; -appuis appui NOM m p 8.81 30.81 0.98 2.16 -appétence appétence NOM f s 0.00 0.34 0.00 0.27 -appétences appétence NOM f p 0.00 0.34 0.00 0.07 -appétissant appétissant ADJ m s 1.74 2.77 0.77 0.88 -appétissante appétissant ADJ f s 1.74 2.77 0.59 1.01 -appétissantes appétissant ADJ f p 1.74 2.77 0.32 0.41 -appétissants appétissant ADJ m p 1.74 2.77 0.06 0.47 -appétit appétit NOM m s 20.98 26.76 20.68 23.78 -appétits appétit NOM m p 20.98 26.76 0.30 2.97 -appuya appuyer VER 40.94 126.01 0.12 17.84 ind:pas:3s; -appuyai appuyer VER 40.94 126.01 0.10 1.28 ind:pas:1s; -appuyaient appuyer VER 40.94 126.01 0.16 1.35 ind:imp:3p; -appuyais appuyer VER 40.94 126.01 0.19 1.01 ind:imp:1s;ind:imp:2s; -appuyait appuyer VER 40.94 126.01 0.23 11.89 ind:imp:3s; -appuyant appuyer VER 40.94 126.01 1.01 13.18 par:pre; -appuyer appuyer VER 40.94 126.01 9.77 16.49 inf; -appuyez appuyer VER 40.94 126.01 5.55 0.54 imp:pre:2p;ind:pre:2p; -appuyiez appuyer VER 40.94 126.01 0.03 0.00 ind:imp:2p; -appuyâmes appuyer VER 40.94 126.01 0.00 0.14 ind:pas:1p; -appuyons appuyer VER 40.94 126.01 0.07 0.00 imp:pre:1p;ind:pre:1p; -appuyât appuyer VER 40.94 126.01 0.00 0.07 sub:imp:3s; -appuyèrent appuyer VER 40.94 126.01 0.11 0.54 ind:pas:3p; -appuyé appuyer VER m s 40.94 126.01 4.00 22.97 par:pas; -appuyée appuyer VER f s 40.94 126.01 0.31 11.82 par:pas; -appuyées appuyer VER f p 40.94 126.01 0.13 3.18 par:pas; -appuyés appuyer VER m p 40.94 126.01 0.05 5.34 par:pas; -aprèm aprèm NOM f s 0.22 1.35 0.22 0.07 -aprème aprèm NOM f s 0.22 1.35 0.00 1.28 -après_coup après_coup NOM m s 0.02 0.00 0.02 0.00 -après_dîner après_dîner NOM m s 0.02 0.74 0.02 0.61 -après_dîner après_dîner NOM m p 0.02 0.74 0.00 0.14 -après_demain après_demain ADV 11.77 6.76 11.77 6.76 -après_déjeuner après_déjeuner VER 0.00 0.14 0.00 0.14 inf; -après_guerre après_guerre NOM s 0.73 3.24 0.73 3.24 -après_mort après_mort NOM f s 0.00 0.07 0.00 0.07 -après_rasage après_rasage NOM m s 0.45 0.00 0.45 0.00 -après_repas après_repas NOM m 0.01 0.07 0.01 0.07 -après_shampoing après_shampoing NOM m s 0.04 0.00 0.04 0.00 -après_shampooing après_shampooing NOM m s 0.04 0.07 0.04 0.07 -après_ski après_ski NOM m s 0.06 0.20 0.06 0.20 -après_vente après_vente ADJ s 0.05 0.00 0.05 0.00 -après après PRE 593.92 821.55 593.92 821.55 -apte apte ADJ s 2.93 4.59 1.77 2.77 -aptes apte ADJ p 2.93 4.59 1.16 1.82 -aptitude aptitude NOM f s 2.74 4.59 1.76 2.70 -aptitudes aptitude NOM f p 2.74 4.59 0.98 1.89 -aptère aptère ADJ s 0.00 0.14 0.00 0.07 -aptères aptère ADJ p 0.00 0.14 0.00 0.07 -apurait apurer VER 0.01 0.41 0.00 0.07 ind:imp:3s; -apurer apurer VER 0.01 0.41 0.01 0.20 inf; -apéritif apéritif NOM m s 3.29 9.46 2.57 7.09 -apéritifs apéritif NOM m p 3.29 9.46 0.72 2.36 -apéritive apéritif ADJ f s 0.28 1.28 0.00 0.14 -apéritives apéritif ADJ f p 0.28 1.28 0.00 0.14 -apéro apéro NOM m s 0.78 4.05 0.61 3.45 -apéros apéro NOM m p 0.78 4.05 0.17 0.61 -apuré apurer VER m s 0.01 0.41 0.00 0.07 par:pas; -apurés apurer VER m p 0.01 0.41 0.00 0.07 par:pas; -aquaculture aquaculture NOM f s 0.01 0.00 0.01 0.00 -aquagym aquagym NOM f s 0.04 0.00 0.04 0.00 -aquaplane aquaplane NOM m s 0.02 0.07 0.02 0.07 -aquarellait aquareller VER 0.00 0.07 0.00 0.07 ind:imp:3s; -aquarelle aquarelle NOM f s 0.23 8.85 0.14 6.55 -aquarelles aquarelle NOM f p 0.23 8.85 0.09 2.30 -aquarelliste aquarelliste NOM s 0.00 0.14 0.00 0.07 -aquarellistes aquarelliste NOM p 0.00 0.14 0.00 0.07 -aquarellés aquarellé ADJ m p 0.00 0.07 0.00 0.07 -aquariophilie aquariophilie NOM f s 0.03 0.00 0.03 0.00 -aquarium aquarium NOM m s 4.26 5.88 3.94 5.20 -aquariums aquarium NOM m p 4.26 5.88 0.32 0.68 -aquatinte aquatinte NOM f s 0.10 0.00 0.10 0.00 -aquatique aquatique ADJ s 1.52 1.89 1.18 0.88 -aquatiques aquatique ADJ p 1.52 1.89 0.34 1.01 -aquavit aquavit NOM m s 0.18 0.14 0.18 0.14 -aqueduc aqueduc NOM m s 0.44 1.15 0.23 0.81 -aqueducs aqueduc NOM m p 0.44 1.15 0.21 0.34 -aqueuse aqueux ADJ f s 0.09 0.88 0.05 0.41 -aqueuses aqueux ADJ f p 0.09 0.88 0.01 0.14 -aqueux aqueux ADJ m 0.09 0.88 0.02 0.34 -aquifère aquifère ADJ f s 0.01 0.00 0.01 0.00 -aquilin aquilin ADJ m s 0.02 1.08 0.02 1.08 -aquilon aquilon NOM m s 0.00 0.54 0.00 0.47 -aquilons aquilon NOM m p 0.00 0.54 0.00 0.07 -aquitain aquitain ADJ m s 0.00 0.07 0.00 0.07 -arôme arôme NOM m s 1.43 2.70 1.12 2.43 -arômes arôme NOM m p 1.43 2.70 0.32 0.27 -ara ara NOM m s 0.85 0.54 0.81 0.41 -arabe arabe NOM s 13.62 32.64 6.71 17.57 -arabes arabe NOM p 13.62 32.64 6.91 15.07 -arabesque arabesque NOM f s 0.10 4.53 0.08 0.74 -arabesques arabesque NOM f p 0.10 4.53 0.02 3.78 -arabica arabica NOM m s 0.16 0.27 0.16 0.14 -arabicas arabica NOM m p 0.16 0.27 0.00 0.14 -arabique arabique ADJ s 0.05 0.27 0.05 0.27 -arabisant arabiser VER 0.00 0.20 0.00 0.14 par:pre; -arabisants arabisant NOM m p 0.00 0.27 0.00 0.27 -arabisé arabiser VER m s 0.00 0.20 0.00 0.07 par:pas; -arable arable ADJ f s 0.18 0.00 0.04 0.00 -arables arable ADJ p 0.18 0.00 0.13 0.00 -arac arac NOM m s 0.03 0.00 0.03 0.00 -arachide arachide NOM f s 0.51 0.61 0.26 0.34 -arachides arachide NOM f p 0.51 0.61 0.25 0.27 -arachnide arachnide NOM m s 0.39 0.00 0.06 0.00 -arachnides arachnide NOM m p 0.39 0.00 0.33 0.00 -arachnoïde arachnoïde NOM f s 0.01 0.14 0.00 0.07 -arachnoïdes arachnoïde NOM f p 0.01 0.14 0.01 0.07 -arachnéen arachnéen ADJ m s 0.02 0.68 0.02 0.20 -arachnéenne arachnéen ADJ f s 0.02 0.68 0.00 0.27 -arachnéennes arachnéen ADJ f p 0.02 0.68 0.00 0.20 -aragonais aragonais NOM m 0.00 0.20 0.00 0.20 -aragonaise aragonais ADJ f s 0.00 0.20 0.00 0.14 -aragonite aragonite NOM f s 0.01 0.00 0.01 0.00 -araigne araigne NOM f s 0.00 0.07 0.00 0.07 -araignée_crabe araignée_crabe NOM f s 0.00 0.07 0.00 0.07 -araignée araignée NOM f s 18.20 17.84 12.21 12.36 -araignées araignée NOM f p 18.20 17.84 6.00 5.47 -araire araire NOM m s 0.01 0.00 0.01 0.00 -arak arak NOM m s 0.41 0.07 0.41 0.07 -araldite araldite NOM m 0.01 0.00 0.01 0.00 -aralia aralia NOM m s 0.00 0.07 0.00 0.07 -aramide aramide ADJ f s 0.01 0.00 0.01 0.00 -aramon aramon NOM m s 0.00 0.41 0.00 0.41 -araméen araméen NOM m s 0.45 0.20 0.45 0.20 -araméenne araméen ADJ f s 0.05 0.07 0.01 0.00 -aranéeuse aranéeux ADJ f s 0.00 0.07 0.00 0.07 -arapèdes arapède NOM m p 0.00 0.20 0.00 0.20 -aras ara NOM m p 0.85 0.54 0.04 0.14 -arasant araser VER 0.10 0.14 0.00 0.07 par:pre; -araser araser VER 0.10 0.14 0.10 0.00 inf; -arasée araser VER f s 0.10 0.14 0.00 0.07 par:pas; -aratoire aratoire ADJ m s 0.00 0.47 0.00 0.07 -aratoires aratoire ADJ m p 0.00 0.47 0.00 0.41 -araucan araucan NOM m s 0.00 0.07 0.00 0.07 -araucanien araucanien ADJ m s 0.00 0.27 0.00 0.07 -araucaniennes araucanien ADJ f p 0.00 0.27 0.00 0.07 -araucaniens araucanien ADJ m p 0.00 0.27 0.00 0.14 -araucaria araucaria NOM m s 0.01 0.54 0.01 0.34 -araucarias araucaria NOM m p 0.01 0.54 0.00 0.20 -arbalète arbalète NOM f s 0.55 1.55 0.52 1.35 -arbalètes arbalète NOM f p 0.55 1.55 0.03 0.20 -arbalétrier arbalétrier NOM m s 0.01 0.88 0.00 0.14 -arbalétriers arbalétrier NOM m p 0.01 0.88 0.01 0.74 -arbi arbi NOM m s 0.00 0.27 0.00 0.14 -arbis arbi NOM m p 0.00 0.27 0.00 0.14 -arbitrage arbitrage NOM m s 0.52 0.88 0.48 0.88 -arbitrages arbitrage NOM m p 0.52 0.88 0.04 0.00 -arbitraire arbitraire ADJ s 1.29 3.78 0.73 2.50 -arbitrairement arbitrairement ADV 0.12 0.95 0.12 0.95 -arbitraires arbitraire ADJ p 1.29 3.78 0.56 1.28 -arbitrait arbitrer VER 0.90 1.08 0.00 0.27 ind:imp:3s; -arbitrale arbitral ADJ f s 0.01 0.00 0.01 0.00 -arbitre arbitre NOM s 7.59 5.34 6.92 5.20 -arbitrer arbitrer VER 0.90 1.08 0.34 0.27 inf; -arbitrera arbitrer VER 0.90 1.08 0.02 0.07 ind:fut:3s; -arbitres arbitre NOM p 7.59 5.34 0.67 0.14 -arbitré arbitrer VER m s 0.90 1.08 0.01 0.14 par:pas; -arbitrée arbitrer VER f s 0.90 1.08 0.00 0.07 par:pas; -arbitrées arbitrer VER f p 0.90 1.08 0.01 0.07 par:pas; -arbois arbois NOM s 0.00 0.07 0.00 0.07 -arbora arborer VER 0.53 10.61 0.01 0.14 ind:pas:3s; -arboraient arborer VER 0.53 10.61 0.04 1.42 ind:imp:3p; -arborais arborer VER 0.53 10.61 0.00 0.20 ind:imp:1s; -arborait arborer VER 0.53 10.61 0.08 3.72 ind:imp:3s; -arborant arborer VER 0.53 10.61 0.06 1.55 par:pre; -arbore arborer VER 0.53 10.61 0.10 0.95 imp:pre:2s;ind:pre:1s;ind:pre:3s; -arborent arborer VER 0.53 10.61 0.12 0.54 ind:pre:3p; -arborer arborer VER 0.53 10.61 0.06 1.08 inf; -arborerait arborer VER 0.53 10.61 0.00 0.07 cnd:pre:3s; -arbores arborer VER 0.53 10.61 0.00 0.07 ind:pre:2s; -arborescence arborescence NOM f s 0.02 0.20 0.02 0.07 -arborescences arborescence NOM f p 0.02 0.20 0.00 0.14 -arborescent arborescent ADJ m s 0.16 0.27 0.02 0.00 -arborescentes arborescent ADJ f p 0.16 0.27 0.00 0.20 -arborescents arborescent ADJ m p 0.16 0.27 0.14 0.07 -arboretum arboretum NOM m s 0.09 0.00 0.09 0.00 -arborez arborer VER 0.53 10.61 0.03 0.00 imp:pre:2p;ind:pre:2p; -arboricole arboricole ADJ f s 0.01 0.00 0.01 0.00 -arboriculteur arboriculteur NOM m s 0.01 0.00 0.01 0.00 -arboriculture arboriculture NOM f s 0.01 0.07 0.01 0.07 -arborions arborer VER 0.53 10.61 0.00 0.07 ind:imp:1p; -arborisations arborisation NOM f p 0.00 0.07 0.00 0.07 -arborât arborer VER 0.53 10.61 0.01 0.07 sub:imp:3s; -arborèrent arborer VER 0.53 10.61 0.00 0.07 ind:pas:3p; -arboré arborer VER m s 0.53 10.61 0.01 0.41 par:pas; -arborée arborer VER f s 0.53 10.61 0.00 0.14 par:pas; -arborés arborer VER m p 0.53 10.61 0.00 0.14 par:pas; -arbouse arbouse NOM f s 0.10 0.41 0.10 0.00 -arbouses arbouse NOM f p 0.10 0.41 0.00 0.41 -arbousiers arbousier NOM m p 0.14 0.41 0.14 0.41 -arbre arbre NOM m s 81.69 208.58 49.29 67.16 -arbres_refuge arbres_refuge NOM m p 0.00 0.07 0.00 0.07 -arbres arbre NOM m p 81.69 208.58 32.40 141.42 -arbrisseau arbrisseau NOM m s 0.26 1.28 0.22 0.34 -arbrisseaux arbrisseau NOM m p 0.26 1.28 0.04 0.95 -arbuste arbuste NOM m s 1.00 7.30 0.28 1.89 -arbustes arbuste NOM m p 1.00 7.30 0.71 5.41 -arc_bouter arc_bouter VER 0.17 5.00 0.00 0.47 ind:pas:3s; -arc_bouter arc_bouter VER 0.17 5.00 0.04 0.27 ind:imp:1s;ind:imp:2s; -arc_bouter arc_bouter VER 0.17 5.00 0.00 0.34 ind:imp:3s; -arc_boutant arc_boutant NOM m s 0.14 0.54 0.14 0.20 -arc_boutant arc_boutant NOM m p 0.14 0.54 0.01 0.00 -arc_bouter arc_bouter VER 0.17 5.00 0.10 0.88 ind:pre:1s;ind:pre:3s; -arc_boutement arc_boutement NOM m s 0.00 0.07 0.00 0.07 -arc_bouter arc_bouter VER 0.17 5.00 0.01 0.20 ind:pre:3p; -arc_bouter arc_bouter VER 0.17 5.00 0.00 0.07 inf; -arc_bouter arc_bouter VER 0.17 5.00 0.01 0.00 ind:fut:3s; -arc_bouter arc_bouter VER 0.17 5.00 0.00 0.07 ind:pas:3p; -arc_bouter arc_bouter VER m s 0.17 5.00 0.01 1.15 par:pas; -arc_bouter arc_bouter VER f s 0.17 5.00 0.00 0.41 par:pas; -arc_bouter arc_bouter VER f p 0.17 5.00 0.00 0.27 par:pas; -arc_bouter arc_bouter VER m p 0.17 5.00 0.00 0.27 par:pas; -arc_en_ciel arc_en_ciel NOM m s 3.00 4.46 2.56 3.92 -arc arc NOM m s 5.25 17.30 4.52 14.05 -arcade arcade NOM f s 1.25 12.36 0.91 2.23 -arcades arcade NOM f p 1.25 12.36 0.35 10.14 -arcadien arcadien ADJ m s 0.10 0.20 0.10 0.07 -arcadienne arcadien ADJ f s 0.10 0.20 0.00 0.07 -arcadiens arcadien NOM m p 0.01 0.00 0.01 0.00 -arcan arcan NOM m s 0.02 0.74 0.00 0.27 -arcane arcane NOM m s 0.09 1.35 0.05 0.74 -arcanes arcane NOM m p 0.09 1.35 0.04 0.61 -arcans arcan NOM m p 0.02 0.74 0.02 0.47 -arcatures arcature NOM f p 0.00 0.07 0.00 0.07 -arceau arceau NOM m s 0.17 3.04 0.14 0.27 -arceaux arceau NOM m p 0.17 3.04 0.03 2.77 -archaïque archaïque ADJ s 1.15 2.50 0.88 1.96 -archaïques archaïque ADJ p 1.15 2.50 0.27 0.54 -archaïsant archaïsant NOM m s 0.00 0.07 0.00 0.07 -archaïsme archaïsme NOM m s 0.01 0.54 0.01 0.54 -archange archange NOM m s 1.30 4.46 0.98 3.58 -archanges archange NOM m p 1.30 4.46 0.32 0.88 -archangélique archangélique ADJ m s 0.00 0.20 0.00 0.20 -arche arche NOM f s 3.19 7.16 2.83 5.68 -archer archer NOM m s 3.77 2.50 2.24 0.41 -archers archer NOM m p 3.77 2.50 1.53 2.03 -arches arche NOM f p 3.19 7.16 0.36 1.49 -archet archet NOM m s 0.47 2.30 0.46 1.96 -archets archet NOM m p 0.47 2.30 0.01 0.34 -archevêché archevêché NOM m s 0.40 1.08 0.40 1.01 -archevêchés archevêché NOM m p 0.40 1.08 0.00 0.07 -archevêque archevêque NOM m s 3.42 6.28 3.23 5.81 -archevêques archevêque NOM m p 3.42 6.28 0.20 0.47 -archi_blet archi_blet ADJ m s 0.00 0.07 0.00 0.07 -archi_chiant archi_chiant ADJ m p 0.01 0.00 0.01 0.00 -archi_connu archi_connu ADJ m s 0.01 0.07 0.01 0.00 -archi_connu archi_connu ADJ m p 0.01 0.07 0.00 0.07 -archiduc archiduc NOM f s 0.48 4.46 0.01 0.00 -archi_dégueu archi_dégueu ADJ s 0.00 0.07 0.00 0.07 -archi_faux archi_faux ADJ m 0.05 0.00 0.05 0.00 -archi_libre archi_libre ADJ f s 0.00 0.07 0.00 0.07 -archi_mortels archi_mortels NOM m 0.01 0.00 0.01 0.00 -archi_mort archi_mort NOM f p 0.00 0.07 0.00 0.07 -archi_méfiance archi_méfiance NOM f s 0.00 0.07 0.00 0.07 -archi_nul archi_nul NOM m s 0.01 0.00 0.01 0.00 -archi_nuls archi_nuls NOM m 0.23 0.00 0.23 0.00 -archi_plein archi_plein NOM m s 0.00 0.07 0.00 0.07 -archi_prouvé archi_prouvé ADJ m s 0.00 0.07 0.00 0.07 -archi_prudent archi_prudent NOM m s 0.00 0.07 0.00 0.07 -archi_ringard archi_ringard NOM m s 0.00 0.07 0.00 0.07 -archi_sophistiqué archi_sophistiqué ADJ f s 0.01 0.00 0.01 0.00 -archi_sèche archi_sèche ADJ f p 0.01 0.00 0.01 0.00 -archi_usé archi_usé ADJ m s 0.01 0.00 0.01 0.00 -archi_vieux archi_vieux ADJ m 0.00 0.07 0.00 0.07 -archi archi NOM m s 0.75 0.74 0.75 0.74 -archiatre archiatre NOM m s 0.00 0.20 0.00 0.20 -archicomble archicomble ADJ s 0.01 0.14 0.01 0.07 -archicombles archicomble ADJ p 0.01 0.14 0.00 0.07 -archiconnu archiconnu ADJ m s 0.00 0.07 0.00 0.07 -archidiacre archidiacre NOM m s 0.26 0.07 0.26 0.07 -archidiocèse archidiocèse NOM m s 0.19 0.00 0.19 0.00 -archiduc archiduc NOM m s 0.48 4.46 0.36 4.05 -archiduchesse archiduc NOM f s 0.48 4.46 0.11 0.27 -archiducs archiduc NOM m p 0.48 4.46 0.00 0.14 -archie archi-e NOM m 0.01 0.00 0.01 0.00 -archifaux archifaux ADJ m 0.04 0.07 0.04 0.07 -archimandrite archimandrite NOM m s 0.00 0.61 0.00 0.61 -archinulles archinul ADJ f p 0.00 0.07 0.00 0.07 -archipel archipel NOM m s 0.49 3.85 0.48 2.97 -archipels archipel NOM m p 0.49 3.85 0.01 0.88 -archiprêtre archiprêtre NOM m s 0.01 0.95 0.01 0.95 -architecte architecte NOM s 9.98 7.70 8.39 4.93 -architectes architecte NOM f p 9.98 7.70 1.60 2.77 -architectonie architectonie NOM f s 0.14 0.00 0.14 0.00 -architectonique architectonique ADJ s 0.00 0.14 0.00 0.14 -architectural architectural ADJ m s 0.28 2.70 0.15 0.88 -architecturale architectural ADJ f s 0.28 2.70 0.08 1.01 -architecturalement architecturalement ADV 0.01 0.07 0.01 0.07 -architecturales architectural ADJ f p 0.28 2.70 0.01 0.74 -architecturant architecturer VER 0.11 0.20 0.00 0.07 par:pre; -architecturaux architectural ADJ m p 0.28 2.70 0.04 0.07 -architecture architecture NOM f s 4.07 12.23 3.90 10.47 -architecturent architecturer VER 0.11 0.20 0.00 0.07 ind:pre:3p; -architectures architecture NOM f p 4.07 12.23 0.17 1.76 -architecturées architecturer VER f p 0.11 0.20 0.00 0.07 par:pas; -architrave architrave NOM f s 0.00 0.20 0.00 0.20 -archiépiscopal archiépiscopal ADJ m s 0.00 0.07 0.00 0.07 -archivage archivage NOM m s 0.06 0.00 0.06 0.00 -archive archive NOM f s 9.42 8.51 0.13 0.20 -archiver archiver VER 0.90 0.07 0.13 0.07 inf; -archives archive NOM f p 9.42 8.51 9.29 8.31 -archivez archiver VER 0.90 0.07 0.02 0.00 imp:pre:2p;ind:pre:2p; -archivions archiver VER 0.90 0.07 0.10 0.00 ind:imp:1p; -archiviste_paléographe archiviste_paléographe NOM s 0.00 0.14 0.00 0.07 -archiviste archiviste NOM s 0.41 1.55 0.41 1.22 -archiviste_paléographe archiviste_paléographe NOM p 0.00 0.14 0.00 0.07 -archivistes archiviste NOM p 0.41 1.55 0.01 0.34 -archivolte archivolte NOM f s 0.00 0.41 0.00 0.14 -archivoltes archivolte NOM f p 0.00 0.41 0.00 0.27 -archivons archiver VER 0.90 0.07 0.01 0.00 ind:pre:1p; -archivé archiver VER m s 0.90 0.07 0.33 0.00 par:pas; -archivées archiver VER f p 0.90 0.07 0.02 0.00 par:pas; -archivés archiver VER m p 0.90 0.07 0.07 0.00 par:pas; -archonte archonte NOM m s 0.00 0.14 0.00 0.14 -archères archer NOM f p 3.77 2.50 0.00 0.07 -archéologie archéologie NOM f s 1.42 1.69 1.42 1.69 -archéologique archéologique ADJ s 0.76 0.81 0.52 0.41 -archéologiques archéologique ADJ p 0.76 0.81 0.24 0.41 -archéologue archéologue NOM s 2.11 4.59 1.19 2.64 -archéologues archéologue NOM p 2.11 4.59 0.92 1.96 -archéoptéryx archéoptéryx NOM m 0.05 0.20 0.05 0.20 -archétypale archétypal ADJ f s 0.11 0.00 0.01 0.00 -archétypaux archétypal ADJ m p 0.11 0.00 0.10 0.00 -archétype archétype NOM m s 0.67 0.88 0.61 0.68 -archétypes archétype NOM m p 0.67 0.88 0.05 0.20 -arc_boutant arc_boutant NOM m p 0.14 0.54 0.00 0.34 -arc_en_ciel arc_en_ciel NOM m p 3.00 4.46 0.44 0.54 -arcs arc NOM m p 5.25 17.30 0.73 3.24 -arctique arctique ADJ s 0.39 0.61 0.37 0.27 -arctiques arctique ADJ p 0.39 0.61 0.02 0.34 -ardûment ardûment ADV 0.00 0.14 0.00 0.14 -ardais arder VER 0.51 0.34 0.00 0.07 ind:imp:1s; -ardait arder VER 0.51 0.34 0.00 0.14 ind:imp:3s; -ardant arder VER 0.51 0.34 0.01 0.00 par:pre; -arde arder VER 0.51 0.34 0.38 0.07 imp:pre:2s;ind:pre:3s; -ardemment ardemment ADV 1.39 5.20 1.39 5.20 -ardennais ardennais NOM m 0.20 0.34 0.20 0.27 -ardennaise ardennais NOM f s 0.20 0.34 0.00 0.07 -ardent ardent ADJ m s 8.43 21.89 4.16 6.15 -ardente ardent ADJ f s 8.43 21.89 2.12 8.85 -ardentes ardent ADJ f p 8.43 21.89 0.97 2.43 -ardents ardent ADJ m p 8.43 21.89 1.17 4.46 -arder arder VER 0.51 0.34 0.11 0.00 inf; -ardeur ardeur NOM f s 7.08 25.74 5.60 23.24 -ardeurs ardeur NOM f p 7.08 25.74 1.47 2.50 -ardillon ardillon NOM m s 0.00 0.68 0.00 0.54 -ardillons ardillon NOM m p 0.00 0.68 0.00 0.14 -ardin ardin NOM m s 0.01 0.07 0.01 0.07 -ardito ardito ADV 0.00 0.07 0.00 0.07 -ardoise ardoise NOM f s 3.45 9.80 3.35 5.95 -ardoises ardoise NOM f p 3.45 9.80 0.10 3.85 -ardoisière ardoisier NOM f s 0.00 0.07 0.00 0.07 -ardoisée ardoisé ADJ f s 0.00 0.14 0.00 0.07 -ardoisées ardoiser VER f p 0.00 0.07 0.00 0.07 par:pas; -ardoisés ardoisé ADJ m p 0.00 0.14 0.00 0.07 -ardre ardre VER 0.00 0.07 0.00 0.07 inf; -ardé arder VER m s 0.51 0.34 0.00 0.07 par:pas; -ardu ardu ADJ m s 1.42 5.00 0.61 2.43 -ardéchois ardéchois NOM m 0.00 0.07 0.00 0.07 -ardéchoise ardéchois ADJ f s 0.00 0.14 0.00 0.14 -ardue ardu ADJ f s 1.42 5.00 0.61 1.42 -ardues ardu ADJ f p 1.42 5.00 0.06 0.34 -ardus ardu ADJ m p 1.42 5.00 0.14 0.81 -are are NOM m s 15.80 1.28 15.55 1.22 -area area NOM f s 0.12 0.07 0.12 0.07 -arec arec NOM m s 0.27 0.07 0.27 0.07 -ares are NOM m p 15.80 1.28 0.25 0.07 -arganier arganier NOM m s 0.00 0.34 0.00 0.07 -arganiers arganier NOM m p 0.00 0.34 0.00 0.27 -argans argan NOM m p 0.00 0.07 0.00 0.07 -argent argent NOM m s 515.10 194.39 515.04 194.32 -argentait argenter VER 0.62 3.99 0.00 0.34 ind:imp:3s; -argente argenter VER 0.62 3.99 0.17 0.14 ind:pre:3s; -argenterie argenterie NOM f s 3.11 3.99 3.01 3.92 -argenteries argenterie NOM f p 3.11 3.99 0.10 0.07 -argentier argentier NOM m s 0.00 0.41 0.00 0.41 -argentifères argentifère ADJ f p 0.00 0.14 0.00 0.14 -argentin argentin ADJ m s 2.23 5.47 1.26 2.57 -argentine argentin ADJ f s 2.23 5.47 0.46 1.62 -argentines argentin ADJ f p 2.23 5.47 0.03 0.68 -argentins argentin NOM m p 1.83 1.49 0.79 0.34 -argenton argenton NOM m s 0.00 0.07 0.00 0.07 -argents argent NOM m p 515.10 194.39 0.06 0.07 -argenté argenté ADJ m s 1.87 10.54 0.68 3.99 -argentée argenté ADJ f s 1.87 10.54 0.53 1.89 -argentées argenté ADJ f p 1.87 10.54 0.52 1.96 -argentés argenté ADJ m p 1.87 10.54 0.14 2.70 -argile argile NOM f s 4.26 9.66 4.25 9.32 -argiles argile NOM f p 4.26 9.66 0.01 0.34 -argileuse argileux ADJ f s 0.00 0.54 0.00 0.20 -argileux argileux ADJ m s 0.00 0.54 0.00 0.34 -argilière argilière NOM f s 0.02 0.00 0.02 0.00 -argol argol NOM m s 0.00 0.14 0.00 0.14 -argon argon NOM m s 0.38 0.07 0.38 0.07 -argonaute argonaute NOM m s 0.10 0.07 0.10 0.07 -argot argot NOM m s 1.06 4.86 1.06 4.46 -argotique argotique ADJ s 0.05 0.95 0.05 0.68 -argotiques argotique ADJ p 0.05 0.95 0.00 0.27 -argots argot NOM m p 1.06 4.86 0.00 0.41 -argougnasses argougner VER 0.00 0.27 0.00 0.07 sub:imp:2s; -argougne argougner VER 0.00 0.27 0.00 0.20 ind:pre:1s; -argousin argousin NOM m s 0.00 1.35 0.00 0.61 -argousins argousin NOM m p 0.00 1.35 0.00 0.74 -argua arguer VER 0.27 1.89 0.00 0.20 ind:pas:3s; -arguais arguer VER 0.27 1.89 0.01 0.00 ind:imp:2s; -arguait arguer VER 0.27 1.89 0.00 0.07 ind:imp:3s; -arguant arguer VER 0.27 1.89 0.08 1.15 par:pre; -argue arguer VER 0.27 1.89 0.11 0.07 imp:pre:2s;ind:pre:3s; -arguer arguer VER 0.27 1.89 0.05 0.41 inf; -argument argument NOM m s 9.58 18.18 5.07 8.24 -argumenta argumenter VER 0.88 1.49 0.00 0.14 ind:pas:3s; -argumentaire argumentaire NOM m s 0.13 0.00 0.13 0.00 -argumentait argumenter VER 0.88 1.49 0.03 0.20 ind:imp:3s; -argumentant argumenter VER 0.88 1.49 0.03 0.00 par:pre; -argumentateur argumentateur NOM m s 0.01 0.00 0.01 0.00 -argumentatif argumentatif NOM m s 0.02 0.00 0.02 0.00 -argumentation argumentation NOM f s 0.54 0.88 0.44 0.68 -argumentations argumentation NOM f p 0.54 0.88 0.10 0.20 -argumente argumenter VER 0.88 1.49 0.05 0.47 imp:pre:2s;ind:pre:1s;ind:pre:3s; -argumentent argumenter VER 0.88 1.49 0.04 0.00 ind:pre:3p; -argumenter argumenter VER 0.88 1.49 0.61 0.54 inf; -argumenterai argumenter VER 0.88 1.49 0.02 0.00 ind:fut:1s; -argumentes argumenter VER 0.88 1.49 0.01 0.00 ind:pre:2s; -argumentez argumenter VER 0.88 1.49 0.03 0.00 imp:pre:2p;ind:pre:2p; -arguments argument NOM m p 9.58 18.18 4.51 9.93 -argumenté argumenter VER m s 0.88 1.49 0.05 0.14 par:pas; -argus argus NOM m 0.09 0.68 0.09 0.68 -argutie argutie NOM f s 0.03 0.54 0.00 0.14 -arguties argutie NOM f p 0.03 0.54 0.03 0.41 -argué arguer VER m s 0.27 1.89 0.02 0.00 par:pas; -aria aria NOM s 0.81 0.47 0.48 0.34 -arianisme arianisme NOM m s 0.00 0.07 0.00 0.07 -arias aria NOM m p 0.81 0.47 0.33 0.14 -aride aride ADJ s 1.30 6.15 1.17 4.26 -arides aride ADJ p 1.30 6.15 0.14 1.89 -aridité aridité NOM f s 0.14 1.55 0.14 1.55 -arien arien ADJ m s 0.72 0.07 0.29 0.00 -arienne arien ADJ f s 0.72 0.07 0.44 0.00 -ariens arien NOM m p 0.04 0.07 0.04 0.00 -ariettes ariette NOM f p 0.00 0.07 0.00 0.07 -arioso arioso NOM m s 0.00 0.14 0.00 0.14 -aristarque aristarque NOM m s 0.00 0.14 0.00 0.07 -aristarques aristarque NOM m p 0.00 0.14 0.00 0.07 -aristo aristo NOM s 0.40 1.08 0.28 0.81 -aristocrate aristocrate NOM s 3.13 3.58 1.76 2.23 -aristocrates aristocrate NOM p 3.13 3.58 1.37 1.35 -aristocratie aristocratie NOM f s 1.60 3.92 1.60 3.92 -aristocratique aristocratique ADJ s 0.15 2.91 0.12 2.36 -aristocratiquement aristocratiquement ADV 0.00 0.07 0.00 0.07 -aristocratiques aristocratique ADJ p 0.15 2.91 0.03 0.54 -aristocratisme aristocratisme NOM m s 0.00 0.07 0.00 0.07 -aristoloche aristoloche NOM f s 0.00 0.14 0.00 0.07 -aristoloches aristoloche NOM f p 0.00 0.14 0.00 0.07 -aristos aristo NOM p 0.40 1.08 0.12 0.27 -aristotélicien aristotélicien ADJ m s 0.01 0.14 0.00 0.07 -aristotélicienne aristotélicien ADJ f s 0.01 0.14 0.01 0.07 -arithmomètre arithmomètre NOM m s 0.00 0.07 0.00 0.07 -arithmétique arithmétique NOM f s 0.57 2.23 0.57 2.23 -arithmétiquement arithmétiquement ADV 0.01 0.07 0.01 0.07 -arithmétiques arithmétique ADJ p 0.20 0.47 0.00 0.07 -ariégeois ariégeois ADJ m s 0.00 0.14 0.00 0.07 -ariégeoise ariégeois ADJ f s 0.00 0.14 0.00 0.07 -arkose arkose NOM f s 0.00 0.14 0.00 0.14 -arlequin arlequin NOM m s 0.04 0.47 0.04 0.07 -arlequins arlequin NOM m p 0.04 0.47 0.00 0.41 -arlésien arlésien NOM m s 0.00 0.14 0.00 0.07 -arlésienne arlésienne NOM f s 0.02 0.20 0.00 0.20 -arlésiennes arlésienne NOM f p 0.02 0.20 0.02 0.00 -arma armer VER 29.77 28.45 0.38 1.22 ind:pas:3s; -armada armada NOM f s 1.05 1.35 1.04 1.15 -armadas armada NOM f p 1.05 1.35 0.01 0.20 -armadille armadille NOM f s 0.00 0.07 0.00 0.07 -armagnac armagnac NOM m s 0.66 0.74 0.66 0.61 -armagnacs armagnac NOM m p 0.66 0.74 0.00 0.14 -armai armer VER 29.77 28.45 0.00 0.07 ind:pas:1s; -armaient armer VER 29.77 28.45 0.00 0.14 ind:imp:3p; -armait armer VER 29.77 28.45 0.16 0.54 ind:imp:3s; -armant armer VER 29.77 28.45 0.01 0.27 par:pre; -armateur armateur NOM m s 0.59 2.30 0.56 1.42 -armateurs armateur NOM m p 0.59 2.30 0.03 0.88 -armature armature NOM f s 0.77 2.91 0.54 2.30 -armaturent armaturer VER 0.00 0.07 0.00 0.07 ind:pre:3p; -armatures armature NOM f p 0.77 2.91 0.23 0.61 -arme_miracle arme_miracle NOM f s 0.10 0.00 0.10 0.00 -arme arme NOM f s 220.22 111.49 114.40 37.09 -armement armement NOM m s 3.34 9.80 3.01 9.05 -armements armement NOM m p 3.34 9.80 0.33 0.74 -arment armer VER 29.77 28.45 0.17 0.20 ind:pre:3p; -armer armer VER 29.77 28.45 1.33 2.64 inf; -armeraient armer VER 29.77 28.45 0.00 0.07 cnd:pre:3p; -armerais armer VER 29.77 28.45 0.01 0.07 cnd:pre:1s; -armeront armer VER 29.77 28.45 0.01 0.00 ind:fut:3p; -armes arme NOM f p 220.22 111.49 105.82 74.39 -armez armer VER 29.77 28.45 2.68 0.07 imp:pre:2p;ind:pre:2p; -armistice armistice NOM m s 1.05 15.54 1.05 14.93 -armistices armistice NOM m p 1.05 15.54 0.00 0.61 -armoire armoire NOM f s 9.79 45.54 9.05 38.58 -armoires armoire NOM f p 9.79 45.54 0.73 6.96 -armoirie armoirie NOM f s 0.36 1.89 0.01 0.14 -armoiries armoirie NOM f p 0.36 1.89 0.35 1.76 -armoise armoise NOM f s 0.38 0.27 0.36 0.20 -armoises armoise NOM f p 0.38 0.27 0.01 0.07 -armon armon NOM m s 0.01 0.00 0.01 0.00 -armons armer VER 29.77 28.45 0.14 0.20 imp:pre:1p;ind:pre:1p; -armorial armorial NOM m s 0.00 0.34 0.00 0.34 -armoricaine armoricain ADJ f s 0.00 0.20 0.00 0.20 -armorié armorier VER m s 0.00 0.61 0.00 0.27 par:pas; -armoriée armorier VER f s 0.00 0.61 0.00 0.07 par:pas; -armoriées armorier VER f p 0.00 0.61 0.00 0.14 par:pas; -armoriés armorier VER m p 0.00 0.61 0.00 0.14 par:pas; -armât armer VER 29.77 28.45 0.00 0.07 sub:imp:3s; -armé armer VER m s 29.77 28.45 10.97 8.31 par:pas; -armée armée NOM f s 101.07 146.55 93.97 114.46 -armées armée NOM f p 101.07 146.55 7.10 32.09 -arménien arménien ADJ m s 1.07 0.95 0.21 0.27 -arménienne arménien ADJ f s 1.07 0.95 0.28 0.54 -arméniennes arménien ADJ f p 1.07 0.95 0.00 0.07 -arméniens arménien ADJ m p 1.07 0.95 0.58 0.07 -arménoïde arménoïde ADJ m s 0.00 0.07 0.00 0.07 -armure armure NOM f s 5.46 8.11 5.00 5.47 -armurerie armurerie NOM f s 0.94 0.27 0.89 0.27 -armureries armurerie NOM f p 0.94 0.27 0.05 0.00 -armures armure NOM f p 5.46 8.11 0.46 2.64 -arméria arméria NOM f s 0.00 0.14 0.00 0.07 -armérias arméria NOM f p 0.00 0.14 0.00 0.07 -armurier armurier NOM m s 0.75 1.69 0.60 1.22 -armuriers armurier NOM m p 0.75 1.69 0.14 0.47 -armés armer VER m p 29.77 28.45 6.70 7.91 par:pas; -arnaquait arnaquer VER 6.37 0.68 0.15 0.00 ind:imp:3s; -arnaquant arnaquer VER 6.37 0.68 0.16 0.00 par:pre; -arnaque arnaque NOM f s 6.27 5.14 5.49 4.59 -arnaquent arnaquer VER 6.37 0.68 0.32 0.00 ind:pre:3p; -arnaquer arnaquer VER 6.37 0.68 2.65 0.47 inf; -arnaquera arnaquer VER 6.37 0.68 0.02 0.00 ind:fut:3s; -arnaques arnaque NOM f p 6.27 5.14 0.78 0.54 -arnaqueur arnaqueur NOM m s 1.47 0.54 0.99 0.07 -arnaqueurs arnaqueur NOM m p 1.47 0.54 0.32 0.47 -arnaqueuse arnaqueur NOM f s 1.47 0.54 0.16 0.00 -arnaquez arnaquer VER 6.37 0.68 0.20 0.00 imp:pre:2p;ind:pre:2p; -arnaqué arnaquer VER m s 6.37 0.68 1.46 0.14 par:pas; -arnaquée arnaquer VER f s 6.37 0.68 0.06 0.00 par:pas; -arnaqués arnaquer VER m p 6.37 0.68 0.50 0.00 par:pas; -arnica arnica NOM s 0.02 0.61 0.02 0.61 -arobase arobase NOM f s 0.14 0.00 0.14 0.00 -aromate aromate NOM m s 0.11 0.88 0.01 0.00 -aromates aromate NOM m p 0.11 0.88 0.10 0.88 -aromathérapie aromathérapie NOM f s 0.18 0.00 0.18 0.00 -aromatique aromatique ADJ s 0.10 0.74 0.02 0.20 -aromatiques aromatique ADJ p 0.10 0.74 0.07 0.54 -aromatiser aromatiser VER 0.20 0.54 0.01 0.00 inf; -aromatisé aromatiser VER m s 0.20 0.54 0.16 0.34 par:pas; -aromatisée aromatiser VER f s 0.20 0.54 0.01 0.07 par:pas; -aromatisées aromatiser VER f p 0.20 0.54 0.00 0.14 par:pas; -aromatisés aromatiser VER m p 0.20 0.54 0.01 0.00 par:pas; -aronde aronde NOM f s 0.00 0.47 0.00 0.47 -arousal arousal NOM m s 0.00 0.07 0.00 0.07 -arpent arpent NOM m s 0.56 0.95 0.17 0.14 -arpenta arpenter VER 2.00 9.53 0.10 0.47 ind:pas:3s; -arpentage arpentage NOM m s 0.20 0.27 0.20 0.20 -arpentages arpentage NOM m p 0.20 0.27 0.00 0.07 -arpentai arpenter VER 2.00 9.53 0.01 0.27 ind:pas:1s; -arpentaient arpenter VER 2.00 9.53 0.00 0.47 ind:imp:3p; -arpentais arpenter VER 2.00 9.53 0.00 0.27 ind:imp:1s; -arpentait arpenter VER 2.00 9.53 0.04 1.76 ind:imp:3s; -arpentant arpenter VER 2.00 9.53 0.02 1.49 par:pre; -arpente arpenter VER 2.00 9.53 0.62 1.01 imp:pre:2s;ind:pre:1s;ind:pre:3s; -arpentent arpenter VER 2.00 9.53 0.08 0.61 ind:pre:3p; -arpenter arpenter VER 2.00 9.53 0.64 2.30 inf; -arpenterai arpenter VER 2.00 9.53 0.03 0.00 ind:fut:1s; -arpenteront arpenter VER 2.00 9.53 0.01 0.00 ind:fut:3p; -arpenteur arpenteur NOM m s 0.25 1.49 0.16 0.74 -arpenteurs arpenteur NOM m p 0.25 1.49 0.09 0.74 -arpentez arpenter VER 2.00 9.53 0.02 0.00 imp:pre:2p;ind:pre:2p; -arpentions arpenter VER 2.00 9.53 0.00 0.14 ind:imp:1p; -arpentons arpenter VER 2.00 9.53 0.00 0.07 ind:pre:1p; -arpents arpent NOM m p 0.56 0.95 0.38 0.81 -arpentèrent arpenter VER 2.00 9.53 0.00 0.07 ind:pas:3p; -arpenté arpenter VER m s 2.00 9.53 0.41 0.47 par:pas; -arpentée arpenter VER f s 2.00 9.53 0.00 0.07 par:pas; -arpentés arpenter VER m p 2.00 9.53 0.00 0.07 par:pas; -arpette arpette NOM s 0.01 0.00 0.01 0.00 -arpion arpion NOM m s 0.03 1.08 0.00 0.07 -arpions arpion NOM m p 0.03 1.08 0.03 1.01 -arpège arpège NOM m s 0.20 1.49 0.03 1.15 -arpèges arpège NOM m p 0.20 1.49 0.18 0.34 -arpète arpète NOM s 0.00 1.15 0.00 0.88 -arpètes arpète NOM p 0.00 1.15 0.00 0.27 -arpégé arpéger VER m s 0.14 0.00 0.14 0.00 par:pas; -arqua arquer VER 0.34 2.36 0.00 0.07 ind:pas:3s; -arquaient arquer VER 0.34 2.36 0.00 0.41 ind:imp:3p; -arquait arquer VER 0.34 2.36 0.00 0.14 ind:imp:3s; -arquant arquer VER 0.34 2.36 0.00 0.14 par:pre; -arque arquer VER 0.34 2.36 0.00 0.07 ind:pre:1s; -arquebusade arquebusade NOM f s 0.00 0.14 0.00 0.14 -arquebuse arquebuse NOM f s 0.41 8.72 0.39 8.51 -arquebuses arquebuse NOM f p 0.41 8.72 0.02 0.20 -arquebusiers arquebusier NOM m p 0.40 0.00 0.40 0.00 -arquebusât arquebuser VER 0.01 0.00 0.01 0.00 sub:imp:3s; -arquent arquer VER 0.34 2.36 0.00 0.20 ind:pre:3p; -arquepince arquepincer VER 0.00 0.07 0.00 0.07 imp:pre:2s; -arquer arquer VER 0.34 2.36 0.31 0.47 inf; -arqué arqué ADJ m s 0.14 2.97 0.02 0.47 -arquée arquer VER f s 0.34 2.36 0.01 0.14 par:pas; -arquées arqué ADJ f p 0.14 2.97 0.10 1.49 -arqués arqué ADJ m p 0.14 2.97 0.01 0.61 -arracha arracher VER 54.19 113.38 0.33 11.82 ind:pas:3s; -arrachage arrachage NOM m s 0.10 0.27 0.10 0.27 -arrachai arracher VER 54.19 113.38 0.04 1.15 ind:pas:1s; -arrachaient arracher VER 54.19 113.38 0.18 2.16 ind:imp:3p; -arrachais arracher VER 54.19 113.38 0.84 0.74 ind:imp:1s;ind:imp:2s; -arrachait arracher VER 54.19 113.38 0.31 9.59 ind:imp:3s; -arrachant arracher VER 54.19 113.38 0.46 7.43 par:pre; -arrache_clou arrache_clou NOM m s 0.00 0.07 0.00 0.07 -arrache arracher VER 54.19 113.38 13.52 14.93 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:1s;sub:pre:3s; -arrachement arrachement NOM m s 0.02 3.11 0.02 2.64 -arrachements arrachement NOM m p 0.02 3.11 0.00 0.47 -arrachent arracher VER 54.19 113.38 1.23 2.57 ind:pre:3p; -arracher arracher VER 54.19 113.38 17.20 34.32 ind:pre:2p;inf; -arrachera arracher VER 54.19 113.38 0.90 0.68 ind:fut:3s; -arracherai arracher VER 54.19 113.38 1.68 0.27 ind:fut:1s; -arracheraient arracher VER 54.19 113.38 0.05 0.20 cnd:pre:3p; -arracherais arracher VER 54.19 113.38 0.49 0.20 cnd:pre:1s;cnd:pre:2s; -arracherait arracher VER 54.19 113.38 0.35 1.01 cnd:pre:3s; -arracheras arracher VER 54.19 113.38 0.01 0.07 ind:fut:2s; -arracherons arracher VER 54.19 113.38 0.43 0.07 ind:fut:1p; -arracheront arracher VER 54.19 113.38 0.50 0.14 ind:fut:3p; -arraches arracher VER 54.19 113.38 0.82 0.07 ind:pre:2s; -arracheur arracheur NOM m s 0.34 0.74 0.31 0.41 -arracheurs arracheur NOM m p 0.34 0.74 0.00 0.27 -arracheuse arracheur NOM f s 0.34 0.74 0.04 0.00 -arracheuses arracheur NOM f p 0.34 0.74 0.00 0.07 -arrachez arracher VER 54.19 113.38 1.42 0.27 imp:pre:2p;ind:pre:2p; -arrachiez arracher VER 54.19 113.38 0.04 0.00 ind:imp:2p; -arrachions arracher VER 54.19 113.38 0.00 0.07 ind:imp:1p; -arrachons arracher VER 54.19 113.38 0.42 0.14 imp:pre:1p;ind:pre:1p; -arrachât arracher VER 54.19 113.38 0.00 0.61 sub:imp:3s; -arrachèrent arracher VER 54.19 113.38 0.28 0.88 ind:pas:3p; -arraché arracher VER m s 54.19 113.38 9.53 13.04 par:pas; -arrachée arracher VER f s 54.19 113.38 1.40 5.74 par:pas; -arrachées arracher VER f p 54.19 113.38 0.69 2.09 par:pas; -arrachures arrachure NOM f p 0.00 0.07 0.00 0.07 -arrachés arracher VER m p 54.19 113.38 1.09 3.11 par:pas; -arraisonner arraisonner VER 0.14 0.61 0.05 0.07 inf; -arraisonnerons arraisonner VER 0.14 0.61 0.00 0.07 ind:fut:1p; -arraisonné arraisonner VER m s 0.14 0.61 0.07 0.27 par:pas; -arraisonnées arraisonner VER f p 0.14 0.61 0.00 0.07 par:pas; -arraisonnés arraisonner VER m p 0.14 0.61 0.02 0.14 par:pas; -arrange arranger VER 116.14 75.81 22.14 12.97 imp:pre:2s;ind:pre:1s;ind:pre:3s; -arrangea arranger VER 116.14 75.81 0.25 2.43 ind:pas:3s; -arrangeai arranger VER 116.14 75.81 0.01 0.27 ind:pas:1s; -arrangeaient arranger VER 116.14 75.81 0.12 1.62 ind:imp:3p; -arrangeais arranger VER 116.14 75.81 0.45 0.74 ind:imp:1s;ind:imp:2s; -arrangeait arranger VER 116.14 75.81 1.19 9.46 ind:imp:3s; -arrangeant arranger VER 116.14 75.81 0.18 1.42 par:pre; -arrangeante arrangeant ADJ f s 0.10 0.47 0.04 0.07 -arrangeantes arrangeant ADJ f p 0.10 0.47 0.00 0.14 -arrangeants arrangeant ADJ m p 0.10 0.47 0.03 0.07 -arrangement arrangement NOM m s 10.23 9.39 8.62 5.81 -arrangements arrangement NOM m p 10.23 9.39 1.61 3.58 -arrangent arranger VER 116.14 75.81 1.30 2.50 ind:pre:3p;sub:pre:3p; -arrangeons arranger VER 116.14 75.81 0.29 0.07 imp:pre:1p;ind:pre:1p; -arrangeât arranger VER 116.14 75.81 0.00 0.07 sub:imp:3s; -arranger arranger VER 116.14 75.81 48.51 18.45 imp:pre:2p;inf; -arrangera arranger VER 116.14 75.81 8.40 2.30 ind:fut:3s; -arrangerai arranger VER 116.14 75.81 3.51 2.57 ind:fut:1s; -arrangeraient arranger VER 116.14 75.81 0.01 0.41 cnd:pre:3p; -arrangerais arranger VER 116.14 75.81 0.61 0.34 cnd:pre:1s;cnd:pre:2s; -arrangerait arranger VER 116.14 75.81 3.05 3.31 cnd:pre:3s; -arrangeras arranger VER 116.14 75.81 0.24 0.20 ind:fut:2s; -arrangerez arranger VER 116.14 75.81 0.14 0.34 ind:fut:2p; -arrangerions arranger VER 116.14 75.81 0.00 0.07 cnd:pre:1p; -arrangerons arranger VER 116.14 75.81 0.39 0.47 ind:fut:1p; -arrangeront arranger VER 116.14 75.81 0.30 0.41 ind:fut:3p; -arranges arranger VER 116.14 75.81 1.50 0.47 ind:pre:2s; -arrangeur arrangeur NOM m s 0.10 0.07 0.06 0.00 -arrangeurs arrangeur NOM m p 0.10 0.07 0.04 0.07 -arrangez arranger VER 116.14 75.81 2.42 0.74 imp:pre:2p;ind:pre:2p; -arrangiez arranger VER 116.14 75.81 0.01 0.07 ind:imp:2p; -arrangions arranger VER 116.14 75.81 0.04 0.20 ind:imp:1p; -arrangèrent arranger VER 116.14 75.81 0.01 0.34 ind:pas:3p; -arrangé arranger VER m s 116.14 75.81 18.24 9.93 par:pas; -arrangée arranger VER f s 116.14 75.81 1.29 2.50 par:pas; -arrangées arranger VER f p 116.14 75.81 0.41 0.34 par:pas; -arrangés arranger VER m p 116.14 75.81 1.13 0.81 par:pas; -arrestation arrestation NOM f s 20.59 10.41 17.59 8.58 -arrestations arrestation NOM f p 20.59 10.41 3.00 1.82 -arrhes arrhe NOM f p 0.30 0.41 0.30 0.41 -arrima arrimer VER 0.97 2.91 0.00 0.07 ind:pas:3s; -arrimage arrimage NOM m s 0.61 0.20 0.61 0.20 -arrimais arrimer VER 0.97 2.91 0.00 0.07 ind:imp:1s; -arrimait arrimer VER 0.97 2.91 0.00 0.20 ind:imp:3s; -arrimant arrimer VER 0.97 2.91 0.10 0.07 par:pre; -arrime arrimer VER 0.97 2.91 0.05 0.00 imp:pre:2s;ind:pre:3s; -arriment arrimer VER 0.97 2.91 0.03 0.07 ind:pre:3p; -arrimer arrimer VER 0.97 2.91 0.32 0.41 inf; -arrimez arrimer VER 0.97 2.91 0.08 0.00 imp:pre:2p; -arrimé arrimer VER m s 0.97 2.91 0.16 0.68 par:pas; -arrimée arrimer VER f s 0.97 2.91 0.05 0.74 par:pas; -arrimées arrimer VER f p 0.97 2.91 0.11 0.27 par:pas; -arrimés arrimer VER m p 0.97 2.91 0.08 0.34 par:pas; -arrière_automne arrière_automne NOM m 0.00 0.14 0.00 0.14 -arrière_ban arrière_ban NOM m s 0.00 0.20 0.00 0.20 -arrière_boutique arrière_boutique NOM f s 0.31 6.35 0.31 5.95 -arrière_boutique arrière_boutique NOM f p 0.31 6.35 0.00 0.41 -arrière_cabinet arrière_cabinet NOM m p 0.00 0.07 0.00 0.07 -arrière_cour arrière_cour NOM f s 0.45 1.35 0.41 1.01 -arrière_cour arrière_cour NOM f p 0.45 1.35 0.03 0.34 -arrière_cousin arrière_cousin NOM m s 0.12 0.00 0.12 0.00 -arrière_cuisine arrière_cuisine NOM f s 0.02 0.14 0.02 0.07 -arrière_cuisine arrière_cuisine NOM f p 0.02 0.14 0.00 0.07 -arrière_fond arrière_fond NOM m s 0.04 0.95 0.04 0.95 -arrière_garde arrière_garde NOM f s 0.47 2.03 0.47 1.69 -arrière_garde arrière_garde NOM f p 0.47 2.03 0.00 0.34 -arrière_goût arrière_goût NOM m s 0.55 1.28 0.55 1.22 -arrière_goût arrière_goût NOM m p 0.55 1.28 0.00 0.07 -arrière_gorge arrière_gorge NOM f s 0.00 0.27 0.00 0.27 -arrière_grand_mère arrière_grand_mère NOM f s 0.85 2.57 0.83 2.30 -arrière_grand_mère arrière_grand_mère NOM f p 0.85 2.57 0.00 0.20 -arrière_grand_oncle arrière_grand_oncle NOM m s 0.04 0.41 0.04 0.41 -arrière_grand_père arrière_grand_père NOM m s 1.48 4.12 1.48 3.78 -arrière_grand_tante arrière_grand_tante NOM f s 0.00 0.20 0.00 0.14 -arrière_grand_tante arrière_grand_tante NOM f p 0.00 0.20 0.00 0.07 -arrière_grand_mère arrière_grand_mère NOM f p 0.85 2.57 0.02 0.07 -arrière_grand_parent arrière_grand_parent NOM m p 0.16 1.08 0.16 1.08 -arrière_grand_père arrière_grand_père NOM m p 1.48 4.12 0.00 0.34 -arrière_loge arrière_loge NOM m s 0.00 0.07 0.00 0.07 -arrière_magasin arrière_magasin NOM m 0.00 0.07 0.00 0.07 -arrière_main arrière_main NOM s 0.00 0.07 0.00 0.07 -arrière_monde arrière_monde NOM m s 0.00 0.14 0.00 0.14 -arrière_neveux arrière_neveux NOM m p 0.00 0.07 0.00 0.07 -arrière_pays arrière_pays NOM m 0.37 1.15 0.37 1.15 -arrière_pensée arrière_pensée NOM f s 0.91 5.95 0.79 3.58 -arrière_pensée arrière_pensée NOM f p 0.91 5.95 0.13 2.36 -arrière_petit_fils arrière_petit_fils NOM m 0.14 0.61 0.14 0.61 -arrière_petit_neveu arrière_petit_neveu NOM m s 0.01 0.27 0.01 0.27 -arrière_petite_fille arrière_petite_fille NOM f s 0.13 0.81 0.13 0.47 -arrière_petite_nièce arrière_petite_nièce NOM f s 0.00 0.14 0.00 0.07 -arrière_petite_fille arrière_petite_fille NOM f p 0.13 0.81 0.00 0.34 -arrière_petite_nièce arrière_petite_nièce NOM f p 0.00 0.14 0.00 0.07 -arrière_petit_enfant arrière_petit_enfant NOM m p 0.36 0.27 0.36 0.27 -arrière_petits_fils arrière_petits_fils NOM m p 0.00 0.41 0.00 0.41 -arrière_petits_neveux arrière_petits_neveux NOM m p 0.00 0.07 0.00 0.07 -arrière_plan arrière_plan NOM m s 0.94 2.70 0.91 2.03 -arrière_plan arrière_plan NOM m p 0.94 2.70 0.02 0.68 -arrière_saison arrière_saison NOM f s 0.00 1.22 0.00 1.22 -arrière_salle arrière_salle NOM f s 0.28 2.36 0.24 2.16 -arrière_salle arrière_salle NOM f p 0.28 2.36 0.04 0.20 -arrière_train arrière_train NOM m s 0.66 1.69 0.64 1.62 -arrière_train arrière_train NOM m p 0.66 1.69 0.03 0.07 -arrière arrière ONO 2.75 0.14 2.75 0.14 -arrières arrière NOM m p 52.15 95.00 4.76 4.73 -arriération arriération NOM f s 0.03 0.27 0.03 0.27 -arriéré arriéré NOM m s 0.79 2.03 0.22 0.54 -arriérée arriéré ADJ f s 0.57 1.62 0.20 0.34 -arriérées arriéré ADJ f p 0.57 1.62 0.04 0.14 -arriérés arriéré NOM m p 0.79 2.03 0.54 1.35 -arriva arriver VER 1252.39 723.04 5.75 47.50 ind:pas:3s; -arrivage arrivage NOM m s 0.82 1.96 0.76 1.55 -arrivages arrivage NOM m p 0.82 1.96 0.07 0.41 -arrivai arriver VER 1252.39 723.04 0.49 6.76 ind:pas:1s; -arrivaient arriver VER 1252.39 723.04 2.72 22.91 ind:imp:3p; -arrivais arriver VER 1252.39 723.04 11.24 18.51 ind:imp:1s;ind:imp:2s; -arrivait arriver VER 1252.39 723.04 22.16 105.00 ind:imp:3s; -arrivant arriver VER 1252.39 723.04 9.19 22.57 par:pre; -arrivante arrivant NOM f s 0.48 5.07 0.03 0.27 -arrivants arrivant NOM m p 0.48 5.07 0.27 2.64 -arrivas arriver VER 1252.39 723.04 0.02 0.07 ind:pas:2s; -arrivassent arriver VER 1252.39 723.04 0.00 0.07 sub:imp:3p; -arrive arriver VER 1252.39 723.04 525.10 164.12 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:1s;sub:pre:3s; -arrivent arriver VER 1252.39 723.04 58.12 21.82 ind:pre:3p;sub:pre:3p; -arriver arriver VER 1252.39 723.04 182.85 95.00 inf;; -arrivera arriver VER 1252.39 723.04 53.86 10.07 ind:fut:3s; -arriverai arriver VER 1252.39 723.04 13.08 3.85 ind:fut:1s; -arriveraient arriver VER 1252.39 723.04 0.58 1.22 cnd:pre:3p; -arriverais arriver VER 1252.39 723.04 3.93 1.76 cnd:pre:1s;cnd:pre:2s; -arriverait arriver VER 1252.39 723.04 11.06 9.73 cnd:pre:3s; -arriveras arriver VER 1252.39 723.04 8.98 1.96 ind:fut:2s; -arriverez arriver VER 1252.39 723.04 5.30 1.22 ind:fut:2p; -arriveriez arriver VER 1252.39 723.04 0.46 0.07 cnd:pre:2p; -arriverions arriver VER 1252.39 723.04 0.25 0.27 cnd:pre:1p; -arriverons arriver VER 1252.39 723.04 3.61 1.42 ind:fut:1p; -arriveront arriver VER 1252.39 723.04 5.17 1.62 ind:fut:3p; -arrives arriver VER 1252.39 723.04 28.82 3.31 ind:pre:2s; -arrivez arriver VER 1252.39 723.04 10.69 2.23 imp:pre:2p;ind:pre:2p; -arriviez arriver VER 1252.39 723.04 1.30 0.88 ind:imp:2p; -arrivions arriver VER 1252.39 723.04 0.99 4.59 ind:imp:1p; -arrivisme arrivisme NOM m s 0.16 0.27 0.16 0.27 -arriviste arriviste NOM s 0.77 0.41 0.60 0.20 -arrivistes arriviste NOM p 0.77 0.41 0.17 0.20 -arrivâmes arriver VER 1252.39 723.04 0.46 3.18 ind:pas:1p; -arrivons arriver VER 1252.39 723.04 6.09 4.86 imp:pre:1p;ind:pre:1p; -arrivât arriver VER 1252.39 723.04 0.43 2.09 sub:imp:3s; -arrivâtes arriver VER 1252.39 723.04 0.01 0.07 ind:pas:2p; -arrivèrent arriver VER 1252.39 723.04 1.36 12.57 ind:pas:3p; -arrivé arriver VER m s 1252.39 723.04 203.06 97.91 par:pas;par:pas;par:pas; -arrivée arrivée NOM f s 42.66 80.00 41.90 77.84 -arrivées arriver VER f p 1252.39 723.04 4.24 2.91 par:pas; -arrivés arriver VER m p 1252.39 723.04 32.78 25.81 par:pas; -arrogamment arrogamment ADV 0.00 0.47 0.00 0.47 -arrogance arrogance NOM f s 3.92 3.85 3.92 3.85 -arrogant arrogant ADJ m s 5.29 4.05 2.98 2.16 -arrogante arrogant ADJ f s 5.29 4.05 1.53 1.01 -arrogantes arrogant ADJ f p 5.29 4.05 0.18 0.20 -arrogants arrogant ADJ m p 5.29 4.05 0.59 0.68 -arroge arroger VER 0.39 1.01 0.22 0.14 ind:pre:1s;ind:pre:3s; -arrogeaient arroger VER 0.39 1.01 0.00 0.07 ind:imp:3p; -arrogeait arroger VER 0.39 1.01 0.00 0.07 ind:imp:3s; -arrogeant arroger VER 0.39 1.01 0.00 0.07 par:pre; -arrogent arroger VER 0.39 1.01 0.14 0.00 ind:pre:3p; -arroger arroger VER 0.39 1.01 0.00 0.54 inf; -arrogèrent arroger VER 0.39 1.01 0.01 0.00 ind:pas:3p; -arrogé arroger VER m s 0.39 1.01 0.02 0.07 par:pas; -arrogée arroger VER f s 0.39 1.01 0.00 0.07 par:pas; -arroi arroi NOM m s 0.00 0.68 0.00 0.68 -arrondi arrondi ADJ m s 0.57 7.84 0.20 2.91 -arrondie arrondi ADJ f s 0.57 7.84 0.17 1.96 -arrondies arrondi ADJ f p 0.57 7.84 0.04 0.95 -arrondir arrondir VER 2.04 14.53 1.06 2.23 inf; -arrondira arrondir VER 2.04 14.53 0.15 0.07 ind:fut:3s; -arrondirait arrondir VER 2.04 14.53 0.01 0.07 cnd:pre:3s; -arrondirent arrondir VER 2.04 14.53 0.00 0.20 ind:pas:3p; -arrondis arrondir VER m p 2.04 14.53 0.22 1.22 imp:pre:2s;ind:pre:1s;ind:pre:2s;par:pas; -arrondissaient arrondir VER 2.04 14.53 0.00 0.74 ind:imp:3p; -arrondissait arrondir VER 2.04 14.53 0.20 2.43 ind:imp:3s; -arrondissant arrondir VER 2.04 14.53 0.01 0.74 par:pre; -arrondissement arrondissement NOM m s 0.95 8.38 0.94 7.30 -arrondissements arrondissement NOM m p 0.95 8.38 0.01 1.08 -arrondissent arrondir VER 2.04 14.53 0.05 1.08 ind:pre:3p; -arrondissons arrondir VER 2.04 14.53 0.04 0.00 imp:pre:1p; -arrondit arrondir VER 2.04 14.53 0.14 2.30 ind:pre:3s;ind:pas:3s; -arrosa arroser VER 14.07 19.73 0.00 0.54 ind:pas:3s; -arrosage arrosage NOM m s 1.72 1.89 1.72 1.89 -arrosaient arroser VER 14.07 19.73 0.04 0.68 ind:imp:3p; -arrosais arroser VER 14.07 19.73 0.11 0.07 ind:imp:1s;ind:imp:2s; -arrosait arroser VER 14.07 19.73 0.62 2.64 ind:imp:3s; -arrosant arroser VER 14.07 19.73 0.30 1.35 par:pre; -arrose arroser VER 14.07 19.73 3.34 2.43 imp:pre:2s;ind:pre:1s;ind:pre:3s; -arrosent arroser VER 14.07 19.73 0.22 0.61 ind:pre:3p; -arroser arroser VER 14.07 19.73 5.53 4.46 inf; -arrosera arroser VER 14.07 19.73 0.02 0.00 ind:fut:3s; -arroserais arroser VER 14.07 19.73 0.00 0.14 cnd:pre:1s; -arroserait arroser VER 14.07 19.73 0.02 0.14 cnd:pre:3s; -arroseras arroser VER 14.07 19.73 0.02 0.00 ind:fut:2s; -arroserez arroser VER 14.07 19.73 0.00 0.07 ind:fut:2p; -arroseront arroser VER 14.07 19.73 0.01 0.07 ind:fut:3p; -arroses arroser VER 14.07 19.73 0.19 0.07 ind:pre:2s; -arroseur arroseur NOM m s 0.43 0.47 0.22 0.14 -arroseurs arroseur NOM m p 0.43 0.47 0.19 0.07 -arroseuse arroseur NOM f s 0.43 0.47 0.02 0.20 -arroseuses arroseuse NOM f p 0.01 0.00 0.01 0.00 -arrosez arroser VER 14.07 19.73 0.70 0.14 imp:pre:2p;ind:pre:2p; -arrosiez arroser VER 14.07 19.73 0.00 0.07 ind:imp:2p; -arrosions arroser VER 14.07 19.73 0.00 0.14 ind:imp:1p; -arrosoir arrosoir NOM m s 0.37 3.58 0.37 3.04 -arrosoirs arrosoir NOM m p 0.37 3.58 0.00 0.54 -arrosons arroser VER 14.07 19.73 0.40 0.14 imp:pre:1p;ind:pre:1p; -arrosèrent arroser VER 14.07 19.73 0.01 0.14 ind:pas:3p; -arrosé arroser VER m s 14.07 19.73 1.70 2.97 par:pas; -arrosée arroser VER f s 14.07 19.73 0.28 1.22 par:pas; -arrosées arroser VER f p 14.07 19.73 0.26 0.81 par:pas; -arrosés arroser VER m p 14.07 19.73 0.31 0.88 par:pas; -arrérages arrérage NOM m p 0.20 0.14 0.20 0.14 -arrêt_buffet arrêt_buffet NOM m s 0.01 0.07 0.00 0.07 -arrêt arrêt NOM m s 50.88 53.92 46.80 46.82 -arrêta arrêter VER 993.79 462.50 1.68 93.31 ind:pas:3s; -arrêtai arrêter VER 993.79 462.50 0.48 6.15 ind:pas:1s; -arrêtaient arrêter VER 993.79 462.50 1.13 9.59 ind:imp:3p; -arrêtais arrêter VER 993.79 462.50 3.70 4.66 ind:imp:1s;ind:imp:2s; -arrêtait arrêter VER 993.79 462.50 8.97 37.09 ind:imp:3s; -arrêtant arrêter VER 993.79 462.50 1.00 16.01 par:pre; -arrêtassent arrêter VER 993.79 462.50 0.00 0.20 sub:imp:3p; -arrête_boeuf arrête_boeuf NOM m s 0.00 0.07 0.00 0.07 -arrête arrêter VER 993.79 462.50 456.59 85.07 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:1s;sub:pre:3s; -arrêtent arrêter VER 993.79 462.50 9.22 10.81 ind:pre:3p;sub:pre:3p; -arrêter arrêter VER 993.79 462.50 178.62 80.61 inf;;inf;;inf;;inf;; -arrêtera arrêter VER 993.79 462.50 14.42 2.70 ind:fut:3s; -arrêterai arrêter VER 993.79 462.50 4.00 0.54 ind:fut:1s; -arrêteraient arrêter VER 993.79 462.50 0.75 0.34 cnd:pre:3p; -arrêterais arrêter VER 993.79 462.50 2.13 0.61 cnd:pre:1s;cnd:pre:2s; -arrêterait arrêter VER 993.79 462.50 1.77 2.84 cnd:pre:3s; -arrêteras arrêter VER 993.79 462.50 1.40 0.34 ind:fut:2s; -arrêterez arrêter VER 993.79 462.50 1.27 0.07 ind:fut:2p; -arrêteriez arrêter VER 993.79 462.50 0.18 0.14 cnd:pre:2p; -arrêterions arrêter VER 993.79 462.50 0.04 0.07 cnd:pre:1p; -arrêterons arrêter VER 993.79 462.50 0.90 0.68 ind:fut:1p; -arrêteront arrêter VER 993.79 462.50 2.49 0.88 ind:fut:3p; -arrêtes arrêter VER 993.79 462.50 21.90 1.96 ind:pre:2s;sub:pre:2s; -arrêtez arrêter VER 993.79 462.50 174.12 6.69 imp:pre:2p;ind:pre:2p; -arrêtiez arrêter VER 993.79 462.50 1.56 0.20 ind:imp:2p; -arrêtions arrêter VER 993.79 462.50 0.55 1.42 ind:imp:1p;sub:pre:1p; -arrêtâmes arrêter VER 993.79 462.50 0.01 1.22 ind:pas:1p; -arrêtons arrêter VER 993.79 462.50 6.60 2.70 imp:pre:1p;ind:pre:1p; -arrêtât arrêter VER 993.79 462.50 0.00 1.42 sub:imp:3s; -arrêt_buffet arrêt_buffet NOM m p 0.01 0.07 0.01 0.00 -arrêts arrêt NOM m p 50.88 53.92 4.08 7.09 -arrêtèrent arrêter VER 993.79 462.50 0.24 10.00 ind:pas:3p; -arrêté arrêter VER m s 993.79 462.50 77.28 48.24 par:pas; -arrêtée arrêter VER f s 993.79 462.50 11.22 17.97 par:pas; -arrêtées arrêter VER f p 993.79 462.50 1.47 3.38 par:pas; -arrêtés arrêter VER m p 993.79 462.50 8.11 14.59 par:pas; -ars ars NOM m 0.94 0.07 0.94 0.07 -arsacide arsacide NOM s 0.00 0.07 0.00 0.07 -arsenal arsenal NOM m s 2.36 5.74 2.27 4.86 -arsenaux arsenal NOM m p 2.36 5.74 0.09 0.88 -arsenic arsenic NOM m s 1.10 1.22 1.10 1.22 -arsenicales arsenical ADJ f p 0.00 0.07 0.00 0.07 -arsouille arsouille NOM s 0.23 0.54 0.23 0.41 -arsouiller arsouiller VER 0.00 0.07 0.00 0.07 inf; -arsouilles arsouille NOM p 0.23 0.54 0.00 0.14 -arsénieux arsénieux ADJ m s 0.00 0.07 0.00 0.07 -art art NOM m s 72.79 91.49 65.93 81.49 -artefact artefact NOM m s 0.67 0.14 0.34 0.00 -artefacts artefact NOM m p 0.67 0.14 0.33 0.14 -arène arène NOM f s 2.50 5.54 2.25 4.12 -arènes arène NOM f p 2.50 5.54 0.25 1.42 -arçon arçon NOM m s 0.02 0.95 0.01 0.81 -arçons arçon NOM m p 0.02 0.95 0.01 0.14 -arthrite arthrite NOM f s 1.75 0.34 1.75 0.27 -arthrites arthrite NOM f p 1.75 0.34 0.00 0.07 -arthritique arthritique ADJ s 0.14 0.41 0.03 0.34 -arthritiques arthritique ADJ m p 0.14 0.41 0.11 0.07 -arthrodèse arthrodèse NOM f s 0.00 0.14 0.00 0.14 -arthropathie arthropathie NOM f s 0.01 0.00 0.01 0.00 -arthroplastie arthroplastie NOM f s 0.01 0.00 0.01 0.00 -arthropodes arthropode NOM m p 0.04 0.07 0.04 0.07 -arthroscopie arthroscopie NOM f s 0.01 0.00 0.01 0.00 -arthrose arthrose NOM f s 0.86 0.61 0.86 0.47 -arthroses arthrose NOM f p 0.86 0.61 0.00 0.14 -arthurien arthurien ADJ m s 0.04 0.20 0.01 0.07 -arthurienne arthurien ADJ f s 0.04 0.20 0.03 0.07 -arthuriens arthurien ADJ m p 0.04 0.20 0.00 0.07 -artichaut artichaut NOM m s 2.39 2.57 1.45 0.95 -artichauts artichaut NOM m p 2.39 2.57 0.94 1.62 -artiche artiche NOM m s 0.01 1.82 0.01 1.82 -article_choc article_choc NOM m s 0.00 0.07 0.00 0.07 -article article NOM m s 44.45 50.34 33.39 31.69 -articles article NOM m p 44.45 50.34 11.06 18.65 -articula articuler VER 1.21 12.97 0.00 1.82 ind:pas:3s; -articulai articuler VER 1.21 12.97 0.00 0.07 ind:pas:1s; -articulaient articuler VER 1.21 12.97 0.00 0.07 ind:imp:3p; -articulaire articulaire ADJ s 0.17 0.07 0.09 0.00 -articulaires articulaire ADJ p 0.17 0.07 0.08 0.07 -articulait articuler VER 1.21 12.97 0.04 0.68 ind:imp:3s; -articulant articuler VER 1.21 12.97 0.02 1.28 par:pre; -articulation articulation NOM f s 1.51 6.01 0.54 2.16 -articulations articulation NOM f p 1.51 6.01 0.97 3.85 -articule articuler VER 1.21 12.97 0.50 2.43 imp:pre:2s;ind:pre:1s;ind:pre:3s; -articulent articuler VER 1.21 12.97 0.02 0.07 ind:pre:3p; -articuler articuler VER 1.21 12.97 0.34 4.32 inf; -articulet articulet NOM m s 0.00 0.14 0.00 0.14 -articulez articuler VER 1.21 12.97 0.19 0.07 imp:pre:2p;ind:pre:2p; -articulé articulé ADJ m s 0.27 3.65 0.13 1.42 -articulée articuler VER f s 1.21 12.97 0.01 0.34 par:pas; -articulées articulé ADJ f p 0.27 3.65 0.12 0.41 -articulés articulé ADJ m p 0.27 3.65 0.03 1.08 -artifice artifice NOM m s 6.95 10.95 5.38 8.51 -artifices artifice NOM m p 6.95 10.95 1.57 2.43 -artificialité artificialité NOM f s 0.01 0.00 0.01 0.00 -artificiel artificiel ADJ m s 7.12 12.16 2.55 3.51 -artificielle artificiel ADJ f s 7.12 12.16 2.99 4.39 -artificiellement artificiellement ADV 0.48 1.42 0.48 1.42 -artificielles artificiel ADJ f p 7.12 12.16 0.87 2.57 -artificiels artificiel ADJ m p 7.12 12.16 0.71 1.69 -artificier artificier NOM m s 0.79 1.35 0.44 0.68 -artificiers artificier NOM m p 0.79 1.35 0.34 0.68 -artificieuse artificieux ADJ f s 0.14 0.14 0.00 0.07 -artificieuses artificieux ADJ f p 0.14 0.14 0.14 0.07 -artiflot artiflot NOM m s 0.00 0.34 0.00 0.07 -artiflots artiflot NOM m p 0.00 0.34 0.00 0.27 -artillerie artillerie NOM f s 8.63 17.36 8.63 17.36 -artilleur artilleur NOM m s 0.79 8.45 0.47 2.16 -artilleurs artilleur NOM m p 0.79 8.45 0.32 6.28 -artimon artimon NOM m s 0.22 0.07 0.22 0.07 -artisan artisan NOM m s 3.09 10.74 1.79 5.00 -artisanal artisanal ADJ m s 0.75 1.62 0.15 0.41 -artisanale artisanal ADJ f s 0.75 1.62 0.30 0.68 -artisanalement artisanalement ADV 0.01 0.07 0.01 0.07 -artisanales artisanal ADJ f p 0.75 1.62 0.25 0.27 -artisanat artisanat NOM m s 0.77 1.15 0.77 1.15 -artisanaux artisanal ADJ m p 0.75 1.62 0.05 0.27 -artisane artisan NOM f s 3.09 10.74 0.00 0.07 -artisans artisan NOM m p 3.09 10.74 1.30 5.68 -artison artison NOM m s 0.00 0.07 0.00 0.07 -artiste_peintre artiste_peintre NOM s 0.02 0.14 0.02 0.14 -artiste artiste NOM s 40.78 45.88 28.00 28.85 -artistement artistement ADV 0.00 0.81 0.00 0.81 -artistes artiste NOM p 40.78 45.88 12.78 17.03 -artistique artistique ADJ s 10.00 10.00 8.08 6.76 -artistiquement artistiquement ADV 0.26 0.61 0.26 0.61 -artistiques artistique ADJ p 10.00 10.00 1.92 3.24 -arts art NOM m p 72.79 91.49 6.86 10.00 -artère artère NOM f s 5.13 7.09 3.13 2.16 -artères artère NOM f p 5.13 7.09 2.00 4.93 -artéfact artéfact NOM m s 0.13 0.00 0.13 0.00 -artériectomie artériectomie NOM f s 0.00 0.07 0.00 0.07 -artériel artériel ADJ m s 1.76 0.61 0.19 0.20 -artérielle artériel ADJ f s 1.76 0.61 1.55 0.41 -artérielles artériel ADJ f p 1.76 0.61 0.02 0.00 -artériographie artériographie NOM f s 0.09 0.00 0.09 0.00 -artériole artériole NOM f s 0.03 0.14 0.01 0.00 -artérioles artériole NOM f p 0.03 0.14 0.01 0.14 -artériopathie artériopathie NOM f s 0.16 0.00 0.16 0.00 -artériosclérose artériosclérose NOM f s 0.17 0.27 0.17 0.27 -artérite artérite NOM f s 0.03 0.07 0.03 0.07 -artésien artésien ADJ m s 0.01 0.27 0.01 0.27 -aréflexie aréflexie NOM f s 0.02 0.00 0.02 0.00 -arum arum NOM m s 0.09 0.61 0.02 0.00 -arums arum NOM m p 0.09 0.61 0.07 0.61 -aréna aréna NOM m s 0.05 0.00 0.05 0.00 -aréole aréole NOM f s 0.04 0.54 0.04 0.34 -aréoles aréole NOM f p 0.04 0.54 0.00 0.20 -aréopage aréopage NOM m s 0.10 1.08 0.10 1.01 -aréopages aréopage NOM m p 0.10 1.08 0.00 0.07 -aréopagite aréopagite NOM m s 0.00 0.07 0.00 0.07 -aréquier aréquier NOM m s 0.14 0.00 0.14 0.00 -aruspice aruspice NOM m s 0.15 0.07 0.15 0.00 -aruspices aruspice NOM m p 0.15 0.07 0.00 0.07 -arête arête NOM f s 1.60 10.81 0.70 6.01 -arêtes arête NOM f p 1.60 10.81 0.90 4.80 -arétin arétin NOM m s 0.00 0.07 0.00 0.07 -arverne arverne NOM s 0.00 0.14 0.00 0.07 -arvernes arverne NOM p 0.00 0.14 0.00 0.07 -aryen aryen ADJ m s 1.84 0.61 0.22 0.14 -aryenne aryen ADJ f s 1.84 0.61 1.09 0.34 -aryennes aryen ADJ f p 1.84 0.61 0.03 0.07 -aryens aryen ADJ m p 1.84 0.61 0.50 0.07 -arythmie arythmie NOM f s 0.64 0.07 0.64 0.07 -arythmique arythmique ADJ m s 0.03 0.00 0.03 0.00 -arzels arzel NOM m p 0.00 0.07 0.00 0.07 -as_rois as_rois NOM m 0.01 0.00 0.01 0.00 -as avoir AUX 18559.23 12800.81 2144.15 294.46 ind:pre:2s; -asa asa NOM m 0.02 0.00 0.02 0.00 -asana asana NOM f s 0.02 0.00 0.02 0.00 -asbeste asbeste NOM m s 0.01 0.00 0.01 0.00 -asbestose asbestose NOM f s 0.01 0.00 0.01 0.00 -ascaris ascaris NOM m 0.20 0.07 0.20 0.07 -ascendance ascendance NOM f s 0.24 2.23 0.24 1.89 -ascendances ascendance NOM f p 0.24 2.23 0.00 0.34 -ascendant ascendant ADJ m s 1.26 2.36 1.10 1.08 -ascendante ascendant ADJ f s 1.26 2.36 0.13 0.88 -ascendantes ascendant ADJ f p 1.26 2.36 0.00 0.27 -ascendants ascendant ADJ m p 1.26 2.36 0.03 0.14 -ascendre ascendre VER 0.05 0.00 0.04 0.00 inf; -ascendu ascendre VER m s 0.05 0.00 0.01 0.00 par:pas; -ascenseur ascenseur NOM m s 25.34 25.88 22.87 23.65 -ascenseurs ascenseur NOM m p 25.34 25.88 2.48 2.23 -ascension ascension NOM f s 3.87 8.04 3.65 7.70 -ascensionne ascensionner VER 0.01 0.07 0.00 0.07 ind:pre:3s; -ascensionnel ascensionnel ADJ m s 0.05 0.34 0.02 0.14 -ascensionnelle ascensionnel ADJ f s 0.05 0.34 0.02 0.20 -ascensionnelles ascensionnel ADJ f p 0.05 0.34 0.01 0.00 -ascensionner ascensionner VER 0.01 0.07 0.01 0.00 inf; -ascensions ascension NOM f p 3.87 8.04 0.22 0.34 -ascite ascite NOM f s 0.04 0.00 0.04 0.00 -asclépias asclépias NOM m 0.01 0.14 0.01 0.14 -ascorbique ascorbique ADJ m s 0.01 0.00 0.01 0.00 -ascot ascot NOM s 0.03 0.00 0.03 0.00 -ascèse ascèse NOM f s 0.00 1.35 0.00 1.28 -ascèses ascèse NOM f p 0.00 1.35 0.00 0.07 -ascète ascète NOM s 0.06 0.74 0.02 0.54 -ascètes ascète NOM p 0.06 0.74 0.04 0.20 -ascétique ascétique ADJ s 0.65 1.22 0.11 0.88 -ascétiques ascétique ADJ p 0.65 1.22 0.54 0.34 -ascétisme ascétisme NOM m s 0.14 0.74 0.14 0.74 -asdic asdic NOM m s 0.10 0.07 0.10 0.07 -ase as NOM f s 18.80 6.62 0.02 0.20 -asepsie asepsie NOM f s 0.00 0.07 0.00 0.07 -aseptique aseptique ADJ s 0.01 0.27 0.01 0.20 -aseptiques aseptique ADJ p 0.01 0.27 0.00 0.07 -aseptisant aseptiser VER 0.04 0.07 0.01 0.00 par:pre; -aseptisation aseptisation NOM f s 0.00 0.14 0.00 0.14 -aseptisé aseptisé ADJ m s 0.14 0.68 0.09 0.34 -aseptisée aseptisé ADJ f s 0.14 0.68 0.02 0.14 -aseptisées aseptisé ADJ f p 0.14 0.68 0.00 0.07 -aseptisés aseptisé ADJ m p 0.14 0.68 0.03 0.14 -asexualité asexualité NOM f s 0.01 0.00 0.01 0.00 -asexuelle asexuel ADJ f s 0.02 0.00 0.02 0.00 -asexué asexué ADJ m s 0.33 0.95 0.13 0.14 -asexuée asexué ADJ f s 0.33 0.95 0.12 0.54 -asexuées asexué ADJ f p 0.33 0.95 0.02 0.14 -asexués asexué ADJ m p 0.33 0.95 0.07 0.14 -ashanti ashanti NOM s 0.00 0.07 0.00 0.07 -ashkénaze ashkénaze NOM s 0.00 0.27 0.00 0.07 -ashkénazes ashkénaze NOM p 0.00 0.27 0.00 0.20 -ashram ashram NOM m s 0.16 0.07 0.16 0.07 -asiate asiate ADJ s 0.01 0.47 0.01 0.47 -asiatique asiatique ADJ s 3.00 2.77 2.46 1.82 -asiatiques asiatique NOM p 1.30 0.74 0.69 0.47 -asiatisé asiatiser VER m s 0.00 0.07 0.00 0.07 par:pas; -asilaire asilaire ADJ m s 0.00 0.07 0.00 0.07 -asile asile NOM m s 26.56 13.58 25.52 11.55 -asiles asile NOM m p 26.56 13.58 1.04 2.03 -asociabilité asociabilité NOM f s 0.01 0.07 0.01 0.07 -asocial asocial ADJ m s 0.40 0.74 0.07 0.54 -asociale asocial ADJ f s 0.40 0.74 0.03 0.00 -asociales asocial ADJ f p 0.40 0.74 0.03 0.07 -asociaux asocial ADJ m p 0.40 0.74 0.28 0.14 -asparagus asparagus NOM m 0.01 0.41 0.01 0.41 -aspartam aspartam NOM m s 0.07 0.00 0.07 0.00 -aspartame aspartame NOM m s 0.01 0.00 0.01 0.00 -aspartique aspartique ADJ m s 0.01 0.00 0.01 0.00 -aspect aspect NOM m s 12.78 41.28 9.88 36.01 -aspects aspect NOM m p 12.78 41.28 2.90 5.27 -asperge asperge NOM f s 1.74 8.65 0.71 5.88 -aspergea asperger VER 2.48 7.23 0.00 0.74 ind:pas:3s; -aspergeaient asperger VER 2.48 7.23 0.00 0.34 ind:imp:3p; -aspergeait asperger VER 2.48 7.23 0.07 0.61 ind:imp:3s; -aspergeant asperger VER 2.48 7.23 0.03 0.61 par:pre; -aspergent asperger VER 2.48 7.23 0.16 0.07 ind:pre:3p; -asperger asperger VER 2.48 7.23 0.79 1.28 inf; -aspergerait asperger VER 2.48 7.23 0.00 0.14 cnd:pre:3s; -asperges asperge NOM f p 1.74 8.65 1.03 2.77 -aspergez asperger VER 2.48 7.23 0.10 0.07 imp:pre:2p;ind:pre:2p; -aspergillose aspergillose NOM f s 0.02 0.00 0.02 0.00 -aspergillus aspergillus NOM m 0.07 0.00 0.07 0.00 -aspergèrent asperger VER 2.48 7.23 0.00 0.20 ind:pas:3p; -aspergé asperger VER m s 2.48 7.23 0.61 1.08 par:pas; -aspergée asperger VER f s 2.48 7.23 0.11 0.41 par:pas; -aspergées asperger VER f p 2.48 7.23 0.01 0.14 par:pas; -aspergés asperger VER m p 2.48 7.23 0.06 0.07 par:pas; -aspersion aspersion NOM f s 0.06 0.68 0.06 0.47 -aspersions aspersion NOM f p 0.06 0.68 0.00 0.20 -asphalte asphalte NOM m s 1.40 6.89 1.40 6.89 -asphalter asphalter VER 0.12 0.47 0.01 0.00 inf; -asphalté asphalter VER m s 0.12 0.47 0.01 0.14 par:pas; -asphaltée asphalter VER f s 0.12 0.47 0.10 0.14 par:pas; -asphaltées asphalter VER f p 0.12 0.47 0.00 0.07 par:pas; -asphaltés asphalter VER m p 0.12 0.47 0.00 0.07 par:pas; -asphodèle asphodèle NOM m s 0.03 0.61 0.02 0.14 -asphodèles asphodèle NOM m p 0.03 0.61 0.01 0.47 -asphyxia asphyxier VER 1.52 2.91 0.00 0.14 ind:pas:3s; -asphyxiaient asphyxier VER 1.52 2.91 0.01 0.07 ind:imp:3p; -asphyxiait asphyxier VER 1.52 2.91 0.00 0.27 ind:imp:3s; -asphyxiant asphyxiant ADJ m s 0.03 1.08 0.03 0.47 -asphyxiante asphyxiant ADJ f s 0.03 1.08 0.00 0.34 -asphyxiants asphyxiant ADJ m p 0.03 1.08 0.00 0.27 -asphyxie asphyxie NOM f s 1.19 1.35 1.19 1.35 -asphyxient asphyxier VER 1.52 2.91 0.17 0.14 ind:pre:3p; -asphyxier asphyxier VER 1.52 2.91 0.39 0.27 inf; -asphyxiera asphyxier VER 1.52 2.91 0.00 0.07 ind:fut:3s; -asphyxié asphyxier VER m s 1.52 2.91 0.67 0.68 par:pas; -asphyxiée asphyxier VER f s 1.52 2.91 0.03 0.27 par:pas; -asphyxiées asphyxié ADJ f p 0.10 1.08 0.04 0.14 -asphyxiés asphyxier VER m p 1.52 2.91 0.10 0.47 par:pas; -aspi aspi NOM s 0.14 0.07 0.14 0.00 -aspic aspic NOM m s 0.54 1.08 0.52 0.88 -aspics aspic NOM m p 0.54 1.08 0.02 0.20 -aspidistra aspidistra NOM m s 0.01 0.41 0.01 0.07 -aspidistras aspidistra NOM m p 0.01 0.41 0.00 0.34 -aspira aspirer VER 12.07 28.85 0.03 3.04 ind:pas:3s; -aspirai aspirer VER 12.07 28.85 0.00 0.27 ind:pas:1s; -aspiraient aspirer VER 12.07 28.85 0.02 0.88 ind:imp:3p; -aspirais aspirer VER 12.07 28.85 0.32 1.49 ind:imp:1s; -aspirait aspirer VER 12.07 28.85 0.25 5.27 ind:imp:3s; -aspirant aspirant NOM m s 1.35 1.82 1.11 0.95 -aspirante aspirant ADJ f s 1.13 1.15 0.36 0.07 -aspirantes aspirant ADJ f p 1.13 1.15 0.02 0.07 -aspirants aspirant NOM m p 1.35 1.82 0.23 0.88 -aspirateur aspirateur NOM m s 4.52 3.31 4.33 3.04 -aspirateurs_traîneaux aspirateurs_traîneaux NOM m p 0.00 0.07 0.00 0.07 -aspirateurs aspirateur NOM m p 4.52 3.31 0.19 0.27 -aspiration aspiration NOM f s 3.99 6.22 2.49 2.97 -aspirations aspiration NOM f p 3.99 6.22 1.50 3.24 -aspire aspirer VER 12.07 28.85 4.24 5.20 imp:pre:2s;ind:pre:1s;ind:pre:3s; -aspirent aspirer VER 12.07 28.85 0.67 1.08 ind:pre:3p; -aspirer aspirer VER 12.07 28.85 2.36 3.92 inf; -aspirera aspirer VER 12.07 28.85 0.08 0.07 ind:fut:3s; -aspireraient aspirer VER 12.07 28.85 0.01 0.07 cnd:pre:3p; -aspirerait aspirer VER 12.07 28.85 0.02 0.07 cnd:pre:3s; -aspires aspirer VER 12.07 28.85 0.54 0.07 ind:pre:2s; -aspirez aspirer VER 12.07 28.85 0.47 0.41 imp:pre:2p;ind:pre:2p; -aspiriez aspirer VER 12.07 28.85 0.03 0.07 ind:imp:2p; -aspirine aspirine NOM f s 9.18 4.93 8.55 4.53 -aspirines aspirine NOM f p 9.18 4.93 0.62 0.41 -aspirions aspirer VER 12.07 28.85 0.02 0.07 ind:imp:1p; -aspirons aspirer VER 12.07 28.85 0.16 0.14 imp:pre:1p;ind:pre:1p; -aspirât aspirer VER 12.07 28.85 0.00 0.07 sub:imp:3s; -aspiré aspirer VER m s 12.07 28.85 2.00 2.70 par:pas; -aspirée aspirer VER f s 12.07 28.85 0.32 1.15 par:pas; -aspirées aspirer VER f p 12.07 28.85 0.07 0.14 par:pas; -aspirés aspirer VER m p 12.07 28.85 0.15 0.41 par:pas; -aspis aspi NOM p 0.14 0.07 0.00 0.07 -aspre aspre NOM f s 0.00 0.07 0.00 0.07 -aspécifique aspécifique ADJ s 0.01 0.00 0.01 0.00 -aspérité aspérité NOM f s 0.06 2.77 0.00 0.74 -aspérités aspérité NOM f p 0.06 2.77 0.06 2.03 -assîmes asseoir VER 322.71 395.27 0.00 0.88 ind:pas:1p; -assît asseoir VER 322.71 395.27 0.00 0.41 sub:imp:3s; -assa_foetida assa_foetida NOM f s 0.27 0.00 0.27 0.00 -assagi assagir VER m s 0.42 0.95 0.14 0.27 par:pas; -assagie assagir VER f s 0.42 0.95 0.03 0.07 par:pas; -assagir assagir VER 0.42 0.95 0.15 0.41 inf; -assagirai assagir VER 0.42 0.95 0.01 0.00 ind:fut:1s; -assagis assagir VER 0.42 0.95 0.01 0.00 ind:pre:1s; -assagissant assagir VER 0.42 0.95 0.01 0.00 par:pre; -assagisse assagir VER 0.42 0.95 0.03 0.00 sub:pre:3s; -assagit assagir VER 0.42 0.95 0.04 0.20 ind:pre:3s;ind:pas:3s; -assaillaient assaillir VER 2.84 10.54 0.19 1.08 ind:imp:3p; -assaillait assaillir VER 2.84 10.54 0.00 0.74 ind:imp:3s; -assaillant assaillant NOM m s 0.87 3.72 0.60 0.88 -assaillante assaillant ADJ f s 0.01 0.20 0.01 0.00 -assaillants assaillant NOM m p 0.87 3.72 0.27 2.84 -assaille assaillir VER 2.84 10.54 0.41 0.81 ind:pre:1s;ind:pre:3s; -assaillent assaillir VER 2.84 10.54 0.55 1.22 ind:pre:3p; -assailles assaillir VER 2.84 10.54 0.01 0.00 ind:pre:2s; -assailli assaillir VER m s 2.84 10.54 0.81 2.64 par:pas; -assaillie assaillir VER f s 2.84 10.54 0.35 0.41 par:pas; -assaillies assaillir VER f p 2.84 10.54 0.00 0.20 par:pas; -assaillir assaillir VER 2.84 10.54 0.42 1.69 inf; -assaillira assaillir VER 2.84 10.54 0.00 0.07 ind:fut:3s; -assaillirent assaillir VER 2.84 10.54 0.02 0.41 ind:pas:3p; -assaillis assaillir VER m p 2.84 10.54 0.08 0.47 ind:pas:1s;par:pas; -assaillit assaillir VER 2.84 10.54 0.00 0.61 ind:pas:3s; -assaillons assaillir VER 2.84 10.54 0.01 0.00 imp:pre:1p; -assaini assainir VER m s 0.54 1.01 0.18 0.14 par:pas; -assainie assainir VER f s 0.54 1.01 0.03 0.00 par:pas; -assainir assainir VER 0.54 1.01 0.33 0.68 inf; -assainirait assainir VER 0.54 1.01 0.00 0.07 cnd:pre:3s; -assainis assainir VER m p 0.54 1.01 0.00 0.14 ind:pre:1s;par:pas; -assainissement assainissement NOM m s 0.26 0.34 0.26 0.34 -assaisonna assaisonner VER 0.36 2.36 0.00 0.14 ind:pas:3s; -assaisonnait assaisonner VER 0.36 2.36 0.01 0.27 ind:imp:3s; -assaisonne assaisonner VER 0.36 2.36 0.01 0.14 imp:pre:2s;ind:pre:3s; -assaisonnement assaisonnement NOM m s 0.52 0.41 0.50 0.34 -assaisonnements assaisonnement NOM m p 0.52 0.41 0.02 0.07 -assaisonner assaisonner VER 0.36 2.36 0.09 0.61 inf; -assaisonnerait assaisonner VER 0.36 2.36 0.00 0.14 cnd:pre:3s; -assaisonnèrent assaisonner VER 0.36 2.36 0.00 0.07 ind:pas:3p; -assaisonné assaisonner VER m s 0.36 2.36 0.18 0.54 par:pas; -assaisonnée assaisonner VER f s 0.36 2.36 0.06 0.14 par:pas; -assaisonnées assaisonner VER f p 0.36 2.36 0.01 0.07 par:pas; -assaisonnés assaisonner VER m p 0.36 2.36 0.00 0.27 par:pas; -assassin assassin NOM m s 55.37 20.34 43.17 14.39 -assassina assassiner VER 30.87 15.27 0.27 0.41 ind:pas:3s; -assassinai assassiner VER 30.87 15.27 0.00 0.07 ind:pas:1s; -assassinaient assassiner VER 30.87 15.27 0.04 0.14 ind:imp:3p; -assassinais assassiner VER 30.87 15.27 0.01 0.00 ind:imp:2s; -assassinait assassiner VER 30.87 15.27 0.09 0.47 ind:imp:3s; -assassinant assassiner VER 30.87 15.27 0.17 0.27 par:pre; -assassinat assassinat NOM m s 8.38 12.16 7.26 9.73 -assassinats assassinat NOM m p 8.38 12.16 1.13 2.43 -assassine assassiner VER 30.87 15.27 1.32 1.49 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -assassinent assassiner VER 30.87 15.27 0.36 0.20 ind:pre:3p; -assassiner assassiner VER 30.87 15.27 6.16 4.39 imp:pre:2p;inf; -assassinera assassiner VER 30.87 15.27 0.07 0.00 ind:fut:3s; -assassinerai assassiner VER 30.87 15.27 0.01 0.00 ind:fut:1s; -assassinerais assassiner VER 30.87 15.27 0.04 0.07 cnd:pre:1s;cnd:pre:2s; -assassinerez assassiner VER 30.87 15.27 0.01 0.00 ind:fut:2p; -assassines assassiner VER 30.87 15.27 0.31 0.14 ind:pre:2s; -assassinez assassiner VER 30.87 15.27 0.10 0.00 imp:pre:2p;ind:pre:2p; -assassinons assassiner VER 30.87 15.27 0.01 0.00 imp:pre:1p; -assassins assassin NOM m p 55.37 20.34 12.20 5.95 -assassiné assassiner VER m s 30.87 15.27 15.08 5.14 par:pas; -assassinée assassiner VER f s 30.87 15.27 4.88 1.08 par:pas; -assassinées assassiner VER f p 30.87 15.27 0.47 0.14 par:pas; -assassinés assassiner VER m p 30.87 15.27 1.50 1.28 par:pas; -assaut assaut NOM m s 12.12 32.16 11.23 27.36 -assauts assaut NOM m p 12.12 32.16 0.90 4.80 -assavoir assavoir VER 0.00 0.14 0.00 0.14 inf; -asse asse NOM f s 0.66 0.14 0.66 0.14 -asseau asseau NOM m s 0.03 0.00 0.03 0.00 -assembla assembler VER 3.86 7.03 0.00 0.20 ind:pas:3s; -assemblage assemblage NOM m s 1.01 5.88 0.99 4.86 -assemblages assemblage NOM m p 1.01 5.88 0.02 1.01 -assemblaient assembler VER 3.86 7.03 0.02 0.74 ind:imp:3p; -assemblait assembler VER 3.86 7.03 0.02 0.47 ind:imp:3s; -assemblant assembler VER 3.86 7.03 0.04 0.07 par:pre; -assemble assembler VER 3.86 7.03 0.68 1.01 imp:pre:2s;ind:pre:1s;ind:pre:3s; -assemblent assembler VER 3.86 7.03 0.61 0.54 ind:pre:3p; -assembler assembler VER 3.86 7.03 1.13 1.55 inf; -assemblera assembler VER 3.86 7.03 0.10 0.00 ind:fut:3s; -assemblerez assembler VER 3.86 7.03 0.01 0.00 ind:fut:2p; -assembleur assembleur NOM m s 0.12 0.14 0.01 0.07 -assembleurs assembleur NOM m p 0.12 0.14 0.11 0.07 -assemblez assembler VER 3.86 7.03 0.16 0.07 imp:pre:2p;ind:pre:2p; -assemblons assembler VER 3.86 7.03 0.16 0.07 imp:pre:1p;ind:pre:1p; -assemblé assembler VER m s 3.86 7.03 0.48 0.41 par:pas; -assemblée assemblée NOM f s 7.34 35.14 7.03 31.08 -assemblées assemblée NOM f p 7.34 35.14 0.30 4.05 -assemblés assembler VER m p 3.86 7.03 0.19 0.81 par:pas; -assena assener VER 0.11 5.47 0.00 0.74 ind:pas:3s; -assenai assener VER 0.11 5.47 0.00 0.14 ind:pas:1s; -assenaient assener VER 0.11 5.47 0.00 0.20 ind:imp:3p; -assenais assener VER 0.11 5.47 0.00 0.14 ind:imp:1s; -assenait assener VER 0.11 5.47 0.00 0.41 ind:imp:3s; -assenant assener VER 0.11 5.47 0.00 0.41 par:pre; -assener assener VER 0.11 5.47 0.03 0.74 inf; -assentiment assentiment NOM m s 0.17 3.45 0.17 3.38 -assentiments assentiment NOM m p 0.17 3.45 0.00 0.07 -assené assener VER m s 0.11 5.47 0.00 0.61 par:pas; -assenée assener VER f s 0.11 5.47 0.00 0.34 par:pas; -assenées assener VER f p 0.11 5.47 0.01 0.20 par:pas; -assenés assener VER m p 0.11 5.47 0.02 0.47 par:pas; -asseoir asseoir VER 322.71 395.27 65.10 66.08 inf; -assermenter assermenter VER 0.16 0.34 0.03 0.00 inf; -assermentez assermenter VER 0.16 0.34 0.02 0.00 imp:pre:2p;ind:pre:2p; -assermenté assermenté ADJ m s 0.37 0.27 0.32 0.07 -assermentée assermenter VER f s 0.16 0.34 0.02 0.07 par:pas; -assermentés assermenter VER m p 0.16 0.34 0.06 0.00 par:pas; -assertion assertion NOM f s 0.10 1.42 0.07 0.54 -assertions assertion NOM f p 0.10 1.42 0.04 0.88 -asservi asservir VER m s 1.33 2.36 0.42 0.41 par:pas; -asservie asservir VER f s 1.33 2.36 0.04 0.07 par:pas; -asservies asservir VER f p 1.33 2.36 0.11 0.14 par:pas; -asservir asservir VER 1.33 2.36 0.37 0.88 inf; -asservirai asservir VER 1.33 2.36 0.01 0.00 ind:fut:1s; -asservirait asservir VER 1.33 2.36 0.00 0.07 cnd:pre:3s; -asserviront asservir VER 1.33 2.36 0.01 0.07 ind:fut:3p; -asservis asservir VER m p 1.33 2.36 0.27 0.34 par:pas; -asservissaient asservir VER 1.33 2.36 0.00 0.07 ind:imp:3p; -asservissait asservir VER 1.33 2.36 0.00 0.20 ind:imp:3s; -asservissant asservir VER 1.33 2.36 0.02 0.07 par:pre; -asservissement asservissement NOM m s 0.11 1.15 0.11 1.08 -asservissements asservissement NOM m p 0.11 1.15 0.00 0.07 -asservissent asservir VER 1.33 2.36 0.05 0.00 ind:pre:3p; -asservit asservir VER 1.33 2.36 0.02 0.07 ind:pre:3s;ind:pas:3s; -assesseur assesseur NOM m s 0.73 1.28 0.59 0.54 -assesseurs assesseur NOM m p 0.73 1.28 0.14 0.74 -asseyaient asseoir VER 322.71 395.27 0.36 2.77 ind:imp:3p; -asseyais asseoir VER 322.71 395.27 1.25 2.23 ind:imp:1s;ind:imp:2s; -asseyait asseoir VER 322.71 395.27 2.21 11.62 ind:imp:3s; -asseyant asseoir VER 322.71 395.27 0.12 5.81 par:pre; -asseye asseoir VER 322.71 395.27 0.61 0.14 sub:pre:1s;sub:pre:3s; -asseyent asseoir VER 322.71 395.27 0.31 0.81 ind:pre:3p; -asseyes asseoir VER 322.71 395.27 0.21 0.00 sub:pre:2s; -asseyez asseoir VER 322.71 395.27 80.07 7.84 imp:pre:2p;ind:pre:2p; -asseyiez asseoir VER 322.71 395.27 0.04 0.00 ind:imp:2p; -asseyions asseoir VER 322.71 395.27 0.04 0.81 ind:imp:1p; -asseyons asseoir VER 322.71 395.27 4.64 1.69 imp:pre:1p;ind:pre:1p; -assez assez ADV 407.75 420.14 407.75 420.14 -assidûment assidûment ADV 0.09 1.96 0.09 1.96 -assidu assidu ADJ m s 0.68 2.91 0.50 1.01 -assidue assidu ADJ f s 0.68 2.91 0.12 0.95 -assidues assidu ADJ f p 0.68 2.91 0.03 0.14 -assiduité assiduité NOM f s 0.36 1.82 0.19 1.62 -assiduités assiduité NOM f p 0.36 1.82 0.17 0.20 -assidus assidu ADJ m p 0.68 2.91 0.02 0.81 -assied asseoir VER 322.71 395.27 4.74 9.26 ind:pre:3s; -assieds asseoir VER 322.71 395.27 79.85 9.12 imp:pre:2s;ind:pre:1s;ind:pre:2s; -assiette assiette NOM f s 21.24 56.62 14.88 36.28 -assiettes assiette NOM f p 21.24 56.62 6.36 20.34 -assiettée assiettée NOM f s 0.00 0.95 0.00 0.41 -assiettées assiettée NOM f p 0.00 0.95 0.00 0.54 -assigna assigner VER 4.25 4.93 0.01 0.27 ind:pas:3s; -assignai assigner VER 4.25 4.93 0.00 0.07 ind:pas:1s; -assignais assigner VER 4.25 4.93 0.00 0.07 ind:imp:1s; -assignait assigner VER 4.25 4.93 0.03 0.74 ind:imp:3s; -assignant assigner VER 4.25 4.93 0.01 0.14 par:pre; -assignation assignation NOM f s 1.68 0.47 1.43 0.20 -assignations assignation NOM f p 1.68 0.47 0.25 0.27 -assignats assignat NOM m p 0.15 0.07 0.15 0.07 -assigne assigner VER 4.25 4.93 0.39 0.20 imp:pre:2s;ind:pre:1s;ind:pre:3s; -assignement assignement NOM m s 0.01 0.00 0.01 0.00 -assignent assigner VER 4.25 4.93 0.04 0.00 ind:pre:3p; -assigner assigner VER 4.25 4.93 0.68 0.74 inf; -assignera assigner VER 4.25 4.93 0.05 0.00 ind:fut:3s; -assignerai assigner VER 4.25 4.93 0.04 0.00 ind:fut:1s; -assignerait assigner VER 4.25 4.93 0.01 0.07 cnd:pre:3s; -assignerons assigner VER 4.25 4.93 0.05 0.00 ind:fut:1p; -assigneront assigner VER 4.25 4.93 0.03 0.07 ind:fut:3p; -assignes assigner VER 4.25 4.93 0.00 0.07 ind:pre:2s; -assigné assigner VER m s 4.25 4.93 1.88 1.08 par:pas; -assignée assigner VER f s 4.25 4.93 0.43 1.08 par:pas; -assignées assigner VER f p 4.25 4.93 0.09 0.27 par:pas; -assignés assigner VER m p 4.25 4.93 0.52 0.07 par:pas; -assimila assimiler VER 1.36 8.38 0.00 0.14 ind:pas:3s; -assimilable assimilable ADJ s 0.02 0.54 0.02 0.41 -assimilables assimilable ADJ p 0.02 0.54 0.00 0.14 -assimilaient assimiler VER 1.36 8.38 0.00 0.07 ind:imp:3p; -assimilais assimiler VER 1.36 8.38 0.01 0.20 ind:imp:1s; -assimilait assimiler VER 1.36 8.38 0.00 0.95 ind:imp:3s; -assimilant assimiler VER 1.36 8.38 0.00 0.41 par:pre; -assimilateurs assimilateur ADJ m p 0.00 0.07 0.00 0.07 -assimilation assimilation NOM f s 0.14 1.49 0.14 1.42 -assimilations assimilation NOM f p 0.14 1.49 0.00 0.07 -assimile assimiler VER 1.36 8.38 0.20 0.54 imp:pre:2s;ind:pre:1s;ind:pre:3s; -assimilent assimiler VER 1.36 8.38 0.00 0.14 ind:pre:3p; -assimiler assimiler VER 1.36 8.38 0.70 3.04 inf; -assimilerait assimiler VER 1.36 8.38 0.00 0.07 cnd:pre:3s; -assimilez assimiler VER 1.36 8.38 0.04 0.14 imp:pre:2p;ind:pre:2p; -assimilèrent assimiler VER 1.36 8.38 0.01 0.20 ind:pas:3p; -assimilé assimiler VER m s 1.36 8.38 0.35 1.62 par:pas; -assimilée assimiler VER f s 1.36 8.38 0.03 0.34 par:pas; -assimilées assimiler VER f p 1.36 8.38 0.00 0.20 par:pas; -assimilés assimilé NOM m p 0.04 0.34 0.03 0.34 -assirent asseoir VER 322.71 395.27 0.04 6.76 ind:pas:3p; -assis asseoir VER m 322.71 395.27 52.34 150.07 ind:pas:1s;ind:pas:2s;par:pas;par:pas;par:pas; -assise asseoir VER f s 322.71 395.27 15.99 51.69 par:pas; -assises assise NOM f p 3.88 9.66 1.88 6.55 -assista assister VER 30.57 62.23 0.13 2.30 ind:pas:3s; -assistai assister VER 30.57 62.23 0.02 2.16 ind:pas:1s; -assistaient assister VER 30.57 62.23 0.36 1.49 ind:imp:3p; -assistais assister VER 30.57 62.23 0.30 2.57 ind:imp:1s;ind:imp:2s; -assistait assister VER 30.57 62.23 0.63 6.01 ind:imp:3s; -assistanat assistanat NOM m s 0.00 0.14 0.00 0.14 -assistance assistance NOM f s 10.23 20.00 10.20 19.93 -assistances assistance NOM f p 10.23 20.00 0.03 0.07 -assistant assistant NOM m s 31.93 16.22 15.70 5.14 -assistante assistant NOM f s 31.93 16.22 12.34 5.54 -assistantes assistant NOM f p 31.93 16.22 0.59 0.95 -assistants assistant NOM m p 31.93 16.22 3.30 4.59 -assistas assister VER 30.57 62.23 0.00 0.07 ind:pas:2s; -assiste assister VER 30.57 62.23 4.21 4.73 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -assistent assister VER 30.57 62.23 0.41 0.95 ind:pre:3p; -assister assister VER 30.57 62.23 12.49 23.18 ind:pre:2p;inf; -assistera assister VER 30.57 62.23 0.85 0.07 ind:fut:3s; -assisterai assister VER 30.57 62.23 0.25 0.27 ind:fut:1s; -assisteraient assister VER 30.57 62.23 0.00 0.27 cnd:pre:3p; -assisterais assister VER 30.57 62.23 0.02 0.07 cnd:pre:1s; -assisterait assister VER 30.57 62.23 0.07 0.34 cnd:pre:3s; -assisteras assister VER 30.57 62.23 0.09 0.07 ind:fut:2s; -assisterez assister VER 30.57 62.23 0.41 0.14 ind:fut:2p; -assisteriez assister VER 30.57 62.23 0.02 0.00 cnd:pre:2p; -assisterons assister VER 30.57 62.23 0.30 0.27 ind:fut:1p; -assisteront assister VER 30.57 62.23 0.15 0.00 ind:fut:3p; -assistez assister VER 30.57 62.23 0.61 0.20 imp:pre:2p;ind:pre:2p; -assistiez assister VER 30.57 62.23 0.52 0.14 ind:imp:2p; -assistions assister VER 30.57 62.23 0.01 0.61 ind:imp:1p; -assistâmes assister VER 30.57 62.23 0.00 0.74 ind:pas:1p; -assistons assister VER 30.57 62.23 0.51 0.34 imp:pre:1p;ind:pre:1p; -assistât assister VER 30.57 62.23 0.00 0.14 sub:imp:3s; -assistèrent assister VER 30.57 62.23 0.05 0.54 ind:pas:3p; -assisté assister VER m s 30.57 62.23 6.91 12.64 par:pas; -assistée assisté ADJ f s 0.88 0.68 0.33 0.20 -assistées assisté ADJ f p 0.88 0.68 0.04 0.07 -assistés assisté NOM m p 0.39 0.47 0.20 0.20 -assit asseoir VER 322.71 395.27 0.82 48.72 ind:pas:3s; -assiège assiéger VER 1.36 5.81 0.15 0.34 ind:pre:3s; -assiègent assiéger VER 1.36 5.81 0.41 0.61 ind:pre:3p; -assiégea assiéger VER 1.36 5.81 0.00 0.07 ind:pas:3s; -assiégeaient assiéger VER 1.36 5.81 0.01 0.61 ind:imp:3p; -assiégeait assiéger VER 1.36 5.81 0.01 0.47 ind:imp:3s; -assiégeant assiéger VER 1.36 5.81 0.00 0.27 par:pre; -assiégeantes assiégeant ADJ f p 0.00 0.07 0.00 0.07 -assiégeants assiégeant NOM m p 0.04 0.95 0.04 0.74 -assiéger assiéger VER 1.36 5.81 0.09 0.88 inf; -assiégera assiéger VER 1.36 5.81 0.01 0.00 ind:fut:3s; -assiégeraient assiéger VER 1.36 5.81 0.00 0.07 cnd:pre:3p; -assiégé assiéger VER m s 1.36 5.81 0.23 0.47 par:pas; -assiégée assiéger VER f s 1.36 5.81 0.14 1.15 par:pas; -assiégées assiéger VER f p 1.36 5.81 0.02 0.27 par:pas; -assiégés assiéger VER m p 1.36 5.81 0.28 0.61 par:pas; -assiéra asseoir VER 322.71 395.27 0.31 0.07 ind:fut:3s; -assiérai asseoir VER 322.71 395.27 0.33 0.14 ind:fut:1s; -assiérais asseoir VER 322.71 395.27 0.09 0.14 cnd:pre:1s;cnd:pre:2s; -assiérait asseoir VER 322.71 395.27 0.07 0.34 cnd:pre:3s; -assiéras asseoir VER 322.71 395.27 0.02 0.00 ind:fut:2s; -assiérions asseoir VER 322.71 395.27 0.00 0.07 cnd:pre:1p; -assiéront asseoir VER 322.71 395.27 0.19 0.00 ind:fut:3p; -associa associer VER 13.67 14.19 0.12 0.41 ind:pas:3s; -associai associer VER 13.67 14.19 0.00 0.14 ind:pas:1s; -associaient associer VER 13.67 14.19 0.02 0.27 ind:imp:3p; -associais associer VER 13.67 14.19 0.02 0.07 ind:imp:1s; -associait associer VER 13.67 14.19 0.11 1.08 ind:imp:3s; -associant associer VER 13.67 14.19 0.27 0.68 par:pre; -associassent associer VER 13.67 14.19 0.00 0.07 sub:imp:3p; -associatifs associatif ADJ m p 0.11 0.07 0.01 0.00 -association association NOM f s 12.02 10.61 10.49 8.65 -associations association NOM f p 12.02 10.61 1.53 1.96 -associative associatif ADJ f s 0.11 0.07 0.10 0.07 -associe associer VER 13.67 14.19 1.81 1.08 imp:pre:2s;ind:pre:1s;ind:pre:3s; -associent associer VER 13.67 14.19 0.42 0.41 ind:pre:3p; -associer associer VER 13.67 14.19 2.86 4.53 inf; -associera associer VER 13.67 14.19 0.06 0.00 ind:fut:3s; -associerai associer VER 13.67 14.19 0.31 0.07 ind:fut:1s; -associeraient associer VER 13.67 14.19 0.01 0.07 cnd:pre:3p; -associerais associer VER 13.67 14.19 0.04 0.07 cnd:pre:1s; -associerait associer VER 13.67 14.19 0.01 0.14 cnd:pre:3s; -associeront associer VER 13.67 14.19 0.00 0.07 ind:fut:3p; -associez associer VER 13.67 14.19 0.35 0.07 imp:pre:2p;ind:pre:2p; -associions associer VER 13.67 14.19 0.00 0.07 ind:imp:1p; -associons associer VER 13.67 14.19 0.19 0.00 imp:pre:1p;ind:pre:1p; -associât associer VER 13.67 14.19 0.00 0.14 sub:imp:3s; -associèrent associer VER 13.67 14.19 0.01 0.07 ind:pas:3p; -associé associé NOM m s 22.51 4.12 14.18 2.09 -associée associé NOM f s 22.51 4.12 1.72 0.14 -associées associer VER f p 13.67 14.19 0.38 0.27 par:pas; -associés associé NOM m p 22.51 4.12 6.46 1.89 -assoie asseoir VER 322.71 395.27 1.14 0.14 sub:pre:1s;sub:pre:3s; -assoient asseoir VER 322.71 395.27 0.96 0.88 ind:pre:3p; -assoies asseoir VER 322.71 395.27 0.26 0.07 sub:pre:2s; -assoiffent assoiffer VER 2.19 2.91 0.00 0.07 ind:pre:3p; -assoiffer assoiffer VER 2.19 2.91 0.02 0.00 inf; -assoiffez assoiffer VER 2.19 2.91 0.01 0.00 imp:pre:2p; -assoiffé assoiffer VER m s 2.19 2.91 0.81 1.08 par:pas; -assoiffée assoiffer VER f s 2.19 2.91 0.38 0.54 par:pas; -assoiffées assoiffer VER f p 2.19 2.91 0.09 0.27 par:pas; -assoiffés assoiffer VER m p 2.19 2.91 0.88 0.95 par:pas; -assoira asseoir VER 322.71 395.27 0.25 0.00 ind:fut:3s; -assoirai asseoir VER 322.71 395.27 0.15 0.27 ind:fut:1s; -assoiraient asseoir VER 322.71 395.27 0.00 0.07 cnd:pre:3p; -assoirais asseoir VER 322.71 395.27 0.14 0.00 cnd:pre:1s; -assoirait asseoir VER 322.71 395.27 0.01 0.14 cnd:pre:3s; -assoiras asseoir VER 322.71 395.27 0.14 0.00 ind:fut:2s; -assoiront asseoir VER 322.71 395.27 0.01 0.20 ind:fut:3p; -assois asseoir VER 322.71 395.27 4.94 2.64 imp:pre:2s;ind:pre:1s;ind:pre:2s; -assoit asseoir VER 322.71 395.27 3.31 6.42 ind:pre:3s; -assombrît assombrir VER 1.83 13.78 0.00 0.07 sub:imp:3s; -assombri assombrir VER m s 1.83 13.78 0.33 2.43 par:pas; -assombrie assombrir VER f s 1.83 13.78 0.16 1.08 par:pas; -assombries assombrir VER f p 1.83 13.78 0.01 0.61 par:pas; -assombrir assombrir VER 1.83 13.78 0.34 1.62 inf; -assombrira assombrir VER 1.83 13.78 0.04 0.07 ind:fut:3s; -assombrirent assombrir VER 1.83 13.78 0.00 0.20 ind:pas:3p; -assombris assombrir VER m p 1.83 13.78 0.03 0.81 ind:pre:2s;par:pas; -assombrissaient assombrir VER 1.83 13.78 0.01 0.27 ind:imp:3p; -assombrissait assombrir VER 1.83 13.78 0.03 2.43 ind:imp:3s; -assombrissant assombrir VER 1.83 13.78 0.00 0.34 par:pre; -assombrissement assombrissement NOM m s 0.00 0.14 0.00 0.14 -assombrissent assombrir VER 1.83 13.78 0.19 0.20 ind:pre:3p; -assombrit assombrir VER 1.83 13.78 0.69 3.65 ind:pre:3s;ind:pas:3s; -assomma assommer VER 13.09 17.23 0.00 0.68 ind:pas:3s; -assommaient assommer VER 13.09 17.23 0.00 0.34 ind:imp:3p; -assommait assommer VER 13.09 17.23 0.14 1.35 ind:imp:3s; -assommant assommant ADJ m s 1.50 3.04 1.06 1.15 -assommante assommant ADJ f s 1.50 3.04 0.26 0.47 -assommantes assommant ADJ f p 1.50 3.04 0.09 0.81 -assommants assommant ADJ m p 1.50 3.04 0.09 0.61 -assomme assommer VER 13.09 17.23 3.17 1.82 imp:pre:2s;ind:pre:1s;ind:pre:3s; -assomment assommer VER 13.09 17.23 0.25 0.41 ind:pre:3p; -assommer assommer VER 13.09 17.23 3.45 3.51 inf; -assommera assommer VER 13.09 17.23 0.07 0.07 ind:fut:3s; -assommerai assommer VER 13.09 17.23 0.03 0.00 ind:fut:1s; -assommeraient assommer VER 13.09 17.23 0.10 0.07 cnd:pre:3p; -assommerais assommer VER 13.09 17.23 0.09 0.14 cnd:pre:1s;cnd:pre:2s; -assommerait assommer VER 13.09 17.23 0.05 0.07 cnd:pre:3s; -assommeras assommer VER 13.09 17.23 0.05 0.00 ind:fut:2s; -assommes assommer VER 13.09 17.23 0.35 0.07 ind:pre:2s; -assommeur assommeur NOM m s 0.01 0.14 0.01 0.14 -assommez assommer VER 13.09 17.23 0.62 0.07 imp:pre:2p;ind:pre:2p; -assommiez assommer VER 13.09 17.23 0.02 0.07 ind:imp:2p; -assommoir assommoir NOM m s 0.02 0.68 0.02 0.54 -assommoirs assommoir NOM m p 0.02 0.68 0.00 0.14 -assommons assommer VER 13.09 17.23 0.12 0.27 imp:pre:1p; -assommât assommer VER 13.09 17.23 0.00 0.07 sub:imp:3s; -assommé assommer VER m s 13.09 17.23 3.54 4.80 par:pas; -assommée assommer VER f s 13.09 17.23 0.72 1.69 par:pas; -assommées assommer VER f p 13.09 17.23 0.01 0.14 par:pas; -assommés assommer VER m p 13.09 17.23 0.24 1.22 par:pas; -assomption assomption NOM f s 0.03 0.47 0.00 0.41 -assomptions assomption NOM f p 0.03 0.47 0.03 0.07 -assonance assonance NOM f s 0.01 0.27 0.00 0.07 -assonances assonance NOM f p 0.01 0.27 0.01 0.20 -assonants assonant ADJ m p 0.00 0.07 0.00 0.07 -assorti assorti ADJ m s 1.71 4.05 0.53 0.95 -assortie assortir VER f s 2.00 5.95 0.45 1.22 par:pas; -assorties assortir VER f p 2.00 5.95 0.42 0.95 par:pas; -assortiment assortiment NOM m s 1.12 2.23 1.09 2.16 -assortiments assortiment NOM m p 1.12 2.23 0.03 0.07 -assortir assortir VER 2.00 5.95 0.16 0.54 inf; -assortirai assortir VER 2.00 5.95 0.01 0.00 ind:fut:1s; -assortirais assortir VER 2.00 5.95 0.01 0.00 cnd:pre:1s; -assortis assorti ADJ m p 1.71 4.05 0.68 1.69 -assortissaient assortir VER 2.00 5.95 0.00 0.14 ind:imp:3p; -assortissais assortir VER 2.00 5.95 0.00 0.07 ind:imp:1s; -assortissait assortir VER 2.00 5.95 0.10 0.07 ind:imp:3s; -assortissant assortir VER 2.00 5.95 0.00 0.07 par:pre; -assortissent assortir VER 2.00 5.95 0.00 0.07 ind:pre:3p; -assortit assortir VER 2.00 5.95 0.00 0.27 ind:pre:3s;ind:pas:3s; -assoté assoter VER m s 0.00 0.14 0.00 0.07 par:pas; -assotés assoter VER m p 0.00 0.14 0.00 0.07 par:pas; -assoupi assoupir VER m s 2.18 11.01 0.88 2.36 par:pas; -assoupie assoupir VER f s 2.18 11.01 0.25 1.22 par:pas; -assoupies assoupir VER f p 2.18 11.01 0.14 0.00 par:pas; -assoupir assoupir VER 2.18 11.01 0.40 3.24 inf; -assoupira assoupir VER 2.18 11.01 0.01 0.00 ind:fut:3s; -assoupirais assoupir VER 2.18 11.01 0.10 0.07 cnd:pre:1s;cnd:pre:2s; -assoupis assoupir VER m p 2.18 11.01 0.34 1.01 ind:pre:1s;ind:pre:2s;par:pas; -assoupissaient assoupir VER 2.18 11.01 0.00 0.34 ind:imp:3p; -assoupissais assoupir VER 2.18 11.01 0.00 0.14 ind:imp:1s; -assoupissait assoupir VER 2.18 11.01 0.00 0.74 ind:imp:3s; -assoupissant assoupir VER 2.18 11.01 0.00 0.07 par:pre; -assoupisse assoupir VER 2.18 11.01 0.02 0.14 sub:pre:1s;sub:pre:3s; -assoupissement assoupissement NOM m s 0.10 1.01 0.10 1.01 -assoupissent assoupir VER 2.18 11.01 0.02 0.27 ind:pre:3p; -assoupit assoupir VER 2.18 11.01 0.03 1.42 ind:pre:3s;ind:pas:3s; -assoupli assouplir VER m s 0.51 2.23 0.02 0.20 par:pas; -assouplie assouplir VER f s 0.51 2.23 0.00 0.14 par:pas; -assouplies assouplir VER f p 0.51 2.23 0.00 0.07 par:pas; -assouplir assouplir VER 0.51 2.23 0.42 0.88 inf; -assouplira assouplir VER 0.51 2.23 0.02 0.00 ind:fut:3s; -assouplis assouplir VER m p 0.51 2.23 0.01 0.07 imp:pre:2s;par:pas; -assouplissaient assouplir VER 0.51 2.23 0.01 0.07 ind:imp:3p; -assouplissait assouplir VER 0.51 2.23 0.00 0.34 ind:imp:3s; -assouplissant assouplissant NOM m s 0.03 0.00 0.03 0.00 -assouplissement assouplissement NOM m s 0.09 0.54 0.04 0.54 -assouplissements assouplissement NOM m p 0.09 0.54 0.04 0.00 -assouplissent assouplir VER 0.51 2.23 0.00 0.14 ind:pre:3p; -assouplit assouplir VER 0.51 2.23 0.03 0.34 ind:pre:3s;ind:pas:3s; -assourdi assourdir VER m s 0.17 7.70 0.02 2.91 par:pas; -assourdie assourdir VER f s 0.17 7.70 0.02 0.88 par:pas; -assourdies assourdir VER f p 0.17 7.70 0.00 0.27 par:pas; -assourdir assourdir VER 0.17 7.70 0.01 0.34 inf; -assourdiraient assourdir VER 0.17 7.70 0.00 0.07 cnd:pre:3p; -assourdiras assourdir VER 0.17 7.70 0.00 0.07 ind:fut:2s; -assourdirent assourdir VER 0.17 7.70 0.00 0.07 ind:pas:3p; -assourdis assourdir VER m p 0.17 7.70 0.04 0.88 ind:pre:1s;ind:pre:2s;par:pas; -assourdissaient assourdir VER 0.17 7.70 0.00 0.27 ind:imp:3p; -assourdissait assourdir VER 0.17 7.70 0.01 0.41 ind:imp:3s; -assourdissant assourdissant ADJ m s 0.73 6.49 0.57 4.86 -assourdissante assourdissant ADJ f s 0.73 6.49 0.02 0.81 -assourdissantes assourdissant ADJ f p 0.73 6.49 0.01 0.41 -assourdissants assourdissant ADJ m p 0.73 6.49 0.12 0.41 -assourdissement assourdissement NOM m s 0.00 0.14 0.00 0.14 -assourdissent assourdir VER 0.17 7.70 0.01 0.34 ind:pre:3p; -assourdit assourdir VER 0.17 7.70 0.02 0.61 ind:pre:3s;ind:pas:3s; -assouvi assouvir VER m s 2.15 5.41 0.18 0.54 par:pas; -assouvie assouvir VER f s 2.15 5.41 0.28 0.54 par:pas; -assouvies assouvir VER f p 2.15 5.41 0.01 0.14 par:pas; -assouvir assouvir VER 2.15 5.41 0.96 2.57 inf; -assouvira assouvir VER 2.15 5.41 0.00 0.20 ind:fut:3s; -assouvirai assouvir VER 2.15 5.41 0.00 0.07 ind:fut:1s; -assouvirait assouvir VER 2.15 5.41 0.00 0.07 cnd:pre:3s; -assouviras assouvir VER 2.15 5.41 0.01 0.07 ind:fut:2s; -assouvirent assouvir VER 2.15 5.41 0.01 0.00 ind:pas:3p; -assouvis assouvir VER m p 2.15 5.41 0.27 0.34 ind:pre:1s;ind:pre:2s;par:pas; -assouvissaient assouvir VER 2.15 5.41 0.01 0.00 ind:imp:3p; -assouvissait assouvir VER 2.15 5.41 0.02 0.34 ind:imp:3s; -assouvissant assouvir VER 2.15 5.41 0.00 0.07 par:pre; -assouvisse assouvir VER 2.15 5.41 0.00 0.07 sub:pre:3s; -assouvissement assouvissement NOM m s 0.03 1.22 0.03 1.22 -assouvissent assouvir VER 2.15 5.41 0.38 0.07 ind:pre:3p; -assouvit assouvir VER 2.15 5.41 0.02 0.34 ind:pre:3s;ind:pas:3s; -assoyait asseoir VER 322.71 395.27 0.00 0.07 ind:imp:3s; -assoyez asseoir VER 322.71 395.27 0.87 0.00 imp:pre:2p;ind:pre:2p; -assoyons asseoir VER 322.71 395.27 0.00 0.07 ind:pre:1p; -assèche assécher VER 2.48 3.58 0.48 0.54 imp:pre:2s;ind:pre:1s;ind:pre:3s; -assèchement assèchement NOM m s 0.23 0.47 0.23 0.47 -assèchent assécher VER 2.48 3.58 0.29 0.00 ind:pre:3p; -assène assener VER 0.11 5.47 0.03 0.88 imp:pre:2s;ind:pre:1s;ind:pre:3s; -assènent assener VER 0.11 5.47 0.00 0.20 ind:pre:3p; -assènerai assener VER 0.11 5.47 0.01 0.00 ind:fut:1s; -assécha assécher VER 2.48 3.58 0.00 0.14 ind:pas:3s; -asséchaient assécher VER 2.48 3.58 0.01 0.07 ind:imp:3p; -asséchais assécher VER 2.48 3.58 0.01 0.07 ind:imp:1s; -asséchait assécher VER 2.48 3.58 0.02 0.41 ind:imp:3s; -asséchant assécher VER 2.48 3.58 0.01 0.14 par:pre; -assécher assécher VER 2.48 3.58 0.84 0.81 inf; -assécherait assécher VER 2.48 3.58 0.00 0.07 cnd:pre:3s; -asséchez assécher VER 2.48 3.58 0.02 0.00 imp:pre:2p;ind:pre:2p; -asséchons assécher VER 2.48 3.58 0.14 0.00 imp:pre:1p; -asséché assécher VER m s 2.48 3.58 0.43 0.61 par:pas; -asséchée assécher VER f s 2.48 3.58 0.11 0.47 par:pas; -asséchées assécher VER f p 2.48 3.58 0.01 0.14 par:pas; -asséchés assécher VER m p 2.48 3.58 0.11 0.14 par:pas; -assujetti assujettir VER m s 0.15 3.24 0.04 0.81 par:pas; -assujettie assujettir VER f s 0.15 3.24 0.03 0.20 par:pas; -assujetties assujettir VER f p 0.15 3.24 0.01 0.20 par:pas; -assujettir assujettir VER 0.15 3.24 0.04 1.01 inf; -assujettiraient assujettir VER 0.15 3.24 0.00 0.07 cnd:pre:3p; -assujettis assujetti ADJ m p 0.05 0.27 0.03 0.14 -assujettissaient assujettir VER 0.15 3.24 0.00 0.07 ind:imp:3p; -assujettissait assujettir VER 0.15 3.24 0.00 0.07 ind:imp:3s; -assujettissant assujettissant ADJ m s 0.01 0.00 0.01 0.00 -assujettisse assujettir VER 0.15 3.24 0.01 0.00 sub:pre:3s; -assujettissement assujettissement NOM m s 0.03 0.34 0.03 0.34 -assujettissent assujettir VER 0.15 3.24 0.00 0.07 ind:pre:3p; -assujettit assujettir VER 0.15 3.24 0.00 0.47 ind:pre:3s;ind:pas:3s; -assuma assumer VER 12.83 14.80 0.03 0.27 ind:pas:3s; -assumai assumer VER 12.83 14.80 0.00 0.07 ind:pas:1s; -assumaient assumer VER 12.83 14.80 0.00 0.27 ind:imp:3p; -assumais assumer VER 12.83 14.80 0.04 0.07 ind:imp:1s; -assumait assumer VER 12.83 14.80 0.17 1.96 ind:imp:3s; -assumant assumer VER 12.83 14.80 0.11 0.41 par:pre; -assume assumer VER 12.83 14.80 4.17 1.76 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -assument assumer VER 12.83 14.80 0.33 0.47 ind:pre:3p; -assumer assumer VER 12.83 14.80 5.70 6.35 inf; -assumera assumer VER 12.83 14.80 0.20 0.00 ind:fut:3s; -assumerai assumer VER 12.83 14.80 0.36 0.07 ind:fut:1s; -assumeraient assumer VER 12.83 14.80 0.00 0.07 cnd:pre:3p; -assumerais assumer VER 12.83 14.80 0.02 0.00 cnd:pre:1s;cnd:pre:2s; -assumerait assumer VER 12.83 14.80 0.04 0.20 cnd:pre:3s; -assumeras assumer VER 12.83 14.80 0.14 0.00 ind:fut:2s; -assumerez assumer VER 12.83 14.80 0.09 0.07 ind:fut:2p; -assumerions assumer VER 12.83 14.80 0.01 0.00 cnd:pre:1p; -assumerons assumer VER 12.83 14.80 0.00 0.07 ind:fut:1p; -assumez assumer VER 12.83 14.80 0.38 0.14 imp:pre:2p;ind:pre:2p; -assumions assumer VER 12.83 14.80 0.01 0.00 ind:imp:1p; -assumons assumer VER 12.83 14.80 0.48 0.27 imp:pre:1p;ind:pre:1p; -assumât assumer VER 12.83 14.80 0.00 0.07 sub:imp:3s; -assumèrent assumer VER 12.83 14.80 0.00 0.07 ind:pas:3p; -assumé assumer VER m s 12.83 14.80 0.53 1.42 par:pas; -assumée assumer VER f s 12.83 14.80 0.01 0.47 par:pas; -assumées assumer VER f p 12.83 14.80 0.00 0.20 par:pas; -assumés assumer VER m p 12.83 14.80 0.02 0.07 par:pas; -asséna asséner VER 0.14 0.47 0.01 0.07 ind:pas:3s; -assénait asséner VER 0.14 0.47 0.01 0.07 ind:imp:3s; -asséner asséner VER 0.14 0.47 0.06 0.14 inf; -asséné asséner VER m s 0.14 0.47 0.05 0.14 par:pas; -assénées asséner VER f p 0.14 0.47 0.00 0.07 par:pas; -assura assurer VER 107.63 126.55 0.22 11.62 ind:pas:3s; -assurable assurable ADJ m s 0.01 0.00 0.01 0.00 -assurage assurage NOM m s 0.02 0.00 0.02 0.00 -assurai assurer VER 107.63 126.55 0.01 1.42 ind:pas:1s; -assuraient assurer VER 107.63 126.55 0.11 3.38 ind:imp:3p; -assurais assurer VER 107.63 126.55 0.59 0.54 ind:imp:1s;ind:imp:2s; -assurait assurer VER 107.63 126.55 0.85 11.49 ind:imp:3s; -assurance_accidents assurance_accidents NOM f s 0.10 0.00 0.10 0.00 -assurance_chômage assurance_chômage NOM f s 0.01 0.00 0.01 0.00 -assurance_maladie assurance_maladie NOM f s 0.04 0.07 0.04 0.07 -assurance_vie assurance_vie NOM f s 1.32 0.27 1.26 0.27 -assurance assurance NOM f s 29.80 33.24 24.30 25.14 -assurance_vie assurance_vie NOM f p 1.32 0.27 0.06 0.00 -assurances assurance NOM f p 29.80 33.24 5.50 8.11 -assurant assurer VER 107.63 126.55 0.43 5.27 par:pre; -assurassent assurer VER 107.63 126.55 0.00 0.07 sub:imp:3p; -assure assurer VER 107.63 126.55 43.77 27.09 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -assurent assurer VER 107.63 126.55 1.89 2.43 ind:pre:3p; -assurer assurer VER 107.63 126.55 34.84 38.85 inf; -assurera assurer VER 107.63 126.55 0.79 1.15 ind:fut:3s; -assurerai assurer VER 107.63 126.55 1.69 0.00 ind:fut:1s; -assureraient assurer VER 107.63 126.55 0.03 0.54 cnd:pre:3p; -assurerais assurer VER 107.63 126.55 0.14 0.07 cnd:pre:1s;cnd:pre:2s; -assurerait assurer VER 107.63 126.55 0.11 1.08 cnd:pre:3s; -assureras assurer VER 107.63 126.55 0.09 0.07 ind:fut:2s; -assurerez assurer VER 107.63 126.55 0.14 0.07 ind:fut:2p; -assurerons assurer VER 107.63 126.55 0.24 0.00 ind:fut:1p; -assureront assurer VER 107.63 126.55 0.21 0.20 ind:fut:3p; -assures assurer VER 107.63 126.55 2.57 0.34 ind:pre:2s;sub:pre:2s; -assureur_conseil assureur_conseil NOM m s 0.00 0.07 0.00 0.07 -assureur assureur NOM m s 1.93 0.41 1.48 0.20 -assureurs assureur NOM m p 1.93 0.41 0.45 0.20 -assurez assurer VER 107.63 126.55 6.16 0.54 imp:pre:2p;ind:pre:2p; -assuriez assurer VER 107.63 126.55 0.10 0.07 ind:imp:2p; -assurions assurer VER 107.63 126.55 0.03 0.14 ind:imp:1p; -assurons assurer VER 107.63 126.55 0.80 0.07 imp:pre:1p;ind:pre:1p; -assurât assurer VER 107.63 126.55 0.00 0.41 sub:imp:3s; -assurèrent assurer VER 107.63 126.55 0.00 0.68 ind:pas:3p; -assuré assurer VER m s 107.63 126.55 8.40 12.91 par:pas; -assurée assurer VER f s 107.63 126.55 1.94 3.51 par:pas; -assurées assurer VER f p 107.63 126.55 0.14 1.01 par:pas; -assurément assurément ADV 3.19 10.41 3.19 10.41 -assurés assurer VER m p 107.63 126.55 1.35 1.55 par:pas; -assuétude assuétude NOM f s 0.01 0.00 0.01 0.00 -assyrien assyrien ADJ m s 0.01 0.27 0.01 0.00 -assyrienne assyrien ADJ f s 0.01 0.27 0.00 0.14 -assyriennes assyrien ADJ f p 0.01 0.27 0.00 0.07 -assyriens assyrien NOM m p 0.04 0.14 0.03 0.14 -assyro assyro ADV 0.00 0.20 0.00 0.20 -astarté astarté NOM f s 0.01 0.07 0.01 0.07 -aste aste NOM f s 0.02 0.00 0.02 0.00 -aster aster NOM m s 0.42 0.47 0.42 0.00 -asters aster NOM m p 0.42 0.47 0.00 0.47 -asthmatique asthmatique ADJ s 1.37 1.22 1.20 1.15 -asthmatiques asthmatique ADJ p 1.37 1.22 0.18 0.07 -asthme asthme NOM m s 3.14 3.18 3.13 3.11 -asthmes asthme NOM m p 3.14 3.18 0.01 0.07 -asthénie asthénie NOM f s 0.02 0.47 0.02 0.07 -asthénies asthénie NOM f p 0.02 0.47 0.00 0.41 -asti asti NOM m s 0.01 0.20 0.01 0.20 -astic astic NOM m s 0.00 0.07 0.00 0.07 -asticot asticot NOM m s 2.18 2.23 0.95 0.88 -asticota asticoter VER 0.58 1.89 0.00 0.07 ind:pas:3s; -asticotages asticotage NOM m p 0.00 0.07 0.00 0.07 -asticotaient asticoter VER 0.58 1.89 0.01 0.07 ind:imp:3p; -asticotais asticoter VER 0.58 1.89 0.01 0.14 ind:imp:1s; -asticotait asticoter VER 0.58 1.89 0.01 0.20 ind:imp:3s; -asticotant asticoter VER 0.58 1.89 0.00 0.07 par:pre; -asticote asticoter VER 0.58 1.89 0.11 0.20 imp:pre:2s;ind:pre:1s;ind:pre:3s; -asticotent asticoter VER 0.58 1.89 0.04 0.00 ind:pre:3p; -asticoter asticoter VER 0.58 1.89 0.24 0.74 inf;; -asticotez asticoter VER 0.58 1.89 0.03 0.00 imp:pre:2p; -asticots asticot NOM m p 2.18 2.23 1.23 1.35 -asticoté asticoter VER m s 0.58 1.89 0.13 0.34 par:pas; -asticotés asticoter VER m p 0.58 1.89 0.00 0.07 par:pas; -astigmate astigmate ADJ m s 0.06 0.00 0.06 0.00 -astigmatisme astigmatisme NOM m s 0.00 0.07 0.00 0.07 -astiqua astiquer VER 2.98 9.80 0.00 0.20 ind:pas:3s; -astiquage astiquage NOM m s 0.01 0.47 0.01 0.47 -astiquaient astiquer VER 2.98 9.80 0.01 0.07 ind:imp:3p; -astiquais astiquer VER 2.98 9.80 0.06 0.00 ind:imp:1s; -astiquait astiquer VER 2.98 9.80 0.03 1.15 ind:imp:3s; -astiquant astiquer VER 2.98 9.80 0.00 0.41 par:pre; -astique astiquer VER 2.98 9.80 1.04 0.95 imp:pre:2s;ind:pre:1s;ind:pre:3s; -astiquent astiquer VER 2.98 9.80 0.01 0.27 ind:pre:3p; -astiquer astiquer VER 2.98 9.80 0.90 2.23 inf; -astiquera astiquer VER 2.98 9.80 0.12 0.00 ind:fut:3s; -astiquerai astiquer VER 2.98 9.80 0.02 0.07 ind:fut:1s; -astiquerons astiquer VER 2.98 9.80 0.00 0.07 ind:fut:1p; -astiqueur astiqueur NOM m s 0.01 0.00 0.01 0.00 -astiquez astiquer VER 2.98 9.80 0.12 0.07 imp:pre:2p;ind:pre:2p; -astiqué astiquer VER m s 2.98 9.80 0.48 1.49 par:pas; -astiquée astiquer VER f s 2.98 9.80 0.02 1.01 par:pas; -astiquées astiquer VER f p 2.98 9.80 0.16 0.47 par:pas; -astiqués astiquer VER m p 2.98 9.80 0.01 1.35 par:pas; -astragale astragale NOM m s 0.00 0.47 0.00 0.34 -astragales astragale NOM m p 0.00 0.47 0.00 0.14 -astrakan astrakan NOM m s 0.14 1.69 0.14 1.69 -astral astral ADJ m s 2.02 1.69 0.78 1.15 -astrale astral ADJ f s 2.02 1.69 0.66 0.41 -astrales astral ADJ f p 2.02 1.69 0.55 0.14 -astraux astral ADJ m p 2.02 1.69 0.04 0.00 -astre astre NOM m s 3.13 12.30 1.89 4.32 -astreignais astreindre VER 0.09 3.78 0.00 0.20 ind:imp:1s; -astreignait astreindre VER 0.09 3.78 0.01 1.01 ind:imp:3s; -astreignant astreignant ADJ m s 0.11 0.34 0.09 0.20 -astreignante astreignant ADJ f s 0.11 0.34 0.01 0.00 -astreignantes astreignant ADJ f p 0.11 0.34 0.01 0.14 -astreigne astreindre VER 0.09 3.78 0.00 0.07 sub:pre:3s; -astreignions astreindre VER 0.09 3.78 0.00 0.07 ind:imp:1p; -astreignis astreindre VER 0.09 3.78 0.00 0.07 ind:pas:1s; -astreignit astreindre VER 0.09 3.78 0.00 0.20 ind:pas:3s; -astreindre astreindre VER 0.09 3.78 0.02 0.68 inf; -astreins astreindre VER 0.09 3.78 0.00 0.14 ind:pre:1s; -astreint astreindre VER m s 0.09 3.78 0.04 0.81 ind:pre:3s;par:pas; -astreinte astreinte NOM f s 0.03 0.07 0.02 0.07 -astreintes astreinte NOM f p 0.03 0.07 0.01 0.00 -astreints astreindre VER m p 0.09 3.78 0.01 0.27 par:pas; -astres astre NOM m p 3.13 12.30 1.24 7.97 -astringent astringent ADJ m s 0.17 0.47 0.16 0.00 -astringente astringent ADJ f s 0.17 0.47 0.01 0.20 -astringentes astringent ADJ f p 0.17 0.47 0.00 0.27 -astro astro ADV 0.14 0.00 0.14 0.00 -astrochimie astrochimie NOM f s 0.04 0.00 0.04 0.00 -astrolabe astrolabe NOM m s 0.01 0.14 0.01 0.07 -astrolabes astrolabe NOM m p 0.01 0.14 0.00 0.07 -astrologie astrologie NOM f s 0.87 0.54 0.87 0.54 -astrologique astrologique ADJ s 0.48 0.61 0.44 0.14 -astrologiquement astrologiquement ADV 0.01 0.00 0.01 0.00 -astrologiques astrologique ADJ p 0.48 0.61 0.04 0.47 -astrologue astrologue NOM s 0.79 1.08 0.39 0.47 -astrologues astrologue NOM p 0.79 1.08 0.40 0.61 -astrolâtres astrolâtre NOM p 0.00 0.07 0.00 0.07 -astrométrie astrométrie NOM f s 0.01 0.00 0.01 0.00 -astronaute astronaute NOM s 6.45 0.41 3.71 0.14 -astronautes astronaute NOM p 6.45 0.41 2.73 0.27 -astronautique astronautique NOM f s 0.05 0.07 0.05 0.07 -astronef astronef NOM m s 0.27 0.00 0.27 0.00 -astronome astronome NOM s 0.50 1.42 0.30 0.54 -astronomes astronome NOM p 0.50 1.42 0.19 0.88 -astronomie astronomie NOM f s 0.91 1.01 0.91 1.01 -astronomique astronomique ADJ s 1.11 1.89 0.92 0.95 -astronomiquement astronomiquement ADV 0.02 0.00 0.02 0.00 -astronomiques astronomique ADJ p 1.11 1.89 0.19 0.95 -astrophore astrophore NOM m s 0.00 0.14 0.00 0.14 -astrophysicien astrophysicien NOM m s 0.14 0.00 0.12 0.00 -astrophysicienne astrophysicien NOM f s 0.14 0.00 0.01 0.00 -astrophysiciens astrophysicien NOM m p 0.14 0.00 0.01 0.00 -astrophysique astrophysique NOM f s 0.28 0.00 0.28 0.00 -astroport astroport NOM m s 0.06 0.00 0.06 0.00 -astroscope astroscope NOM m s 0.01 0.00 0.01 0.00 -astuce astuce NOM f s 3.36 5.07 2.74 3.58 -astuces astuce NOM f p 3.36 5.07 0.62 1.49 -astucieuse astucieux ADJ f s 3.75 2.36 0.18 0.81 -astucieusement astucieusement ADV 0.05 0.41 0.05 0.41 -astucieuses astucieux ADJ f p 3.75 2.36 0.04 0.27 -astucieux astucieux ADJ m 3.75 2.36 3.52 1.28 -asturienne asturienne NOM f s 0.00 0.07 0.00 0.07 -astérisme astérisme NOM m s 0.14 0.00 0.14 0.00 -astérisque astérisque NOM m s 0.04 0.34 0.04 0.27 -astérisques astérisque NOM m p 0.04 0.34 0.00 0.07 -astéroïde astéroïde NOM m s 2.28 0.07 1.52 0.00 -astéroïdes astéroïde NOM m p 2.28 0.07 0.76 0.07 -asymptomatique asymptomatique ADJ m s 0.09 0.20 0.05 0.00 -asymptomatiques asymptomatique ADJ m p 0.09 0.20 0.04 0.20 -asymétrie asymétrie NOM f s 0.49 0.34 0.49 0.34 -asymétrique asymétrique ADJ s 0.35 1.08 0.26 0.47 -asymétriquement asymétriquement ADV 0.00 0.20 0.00 0.20 -asymétriques asymétrique ADJ p 0.35 1.08 0.09 0.61 -asynchrone asynchrone ADJ s 0.01 0.00 0.01 0.00 -asystolie asystolie NOM f s 0.27 0.00 0.27 0.00 -atabeg atabeg NOM m s 0.00 0.20 0.00 0.07 -atabegs atabeg NOM m p 0.00 0.20 0.00 0.14 -ataman ataman NOM m s 0.10 0.14 0.10 0.07 -atamans ataman NOM m p 0.10 0.14 0.00 0.07 -ataraxie ataraxie NOM f s 0.02 0.07 0.02 0.07 -atavique atavique ADJ s 0.24 1.28 0.23 1.15 -ataviques atavique ADJ p 0.24 1.28 0.01 0.14 -atavisme atavisme NOM m s 0.03 1.22 0.03 1.08 -atavismes atavisme NOM m p 0.03 1.22 0.00 0.14 -ataxie ataxie NOM f s 0.01 0.00 0.01 0.00 -atchoum atchoum ONO 0.14 0.27 0.14 0.27 -atelier atelier NOM m s 16.95 45.07 15.21 35.88 -ateliers atelier NOM m p 16.95 45.07 1.73 9.19 -atellanes atellane NOM f p 0.00 0.07 0.00 0.07 -atermoiement atermoiement NOM m s 0.28 1.08 0.00 0.14 -atermoiements atermoiement NOM m p 0.28 1.08 0.28 0.95 -atermoyé atermoyer VER m s 0.00 0.07 0.00 0.07 par:pas; -athanor athanor NOM m s 0.00 0.68 0.00 0.68 -aède aède NOM m s 0.11 0.27 0.10 0.20 -aèdes aède NOM m p 0.11 0.27 0.01 0.07 -athlète athlète NOM s 4.75 4.32 3.09 3.11 -athlètes athlète NOM p 4.75 4.32 1.66 1.22 -athlétique athlétique ADJ s 0.74 2.57 0.65 2.16 -athlétiques athlétique ADJ p 0.74 2.57 0.09 0.41 -athlétisme athlétisme NOM m s 0.56 0.47 0.56 0.47 -aère aérer VER 2.65 4.12 0.32 0.41 imp:pre:2s;ind:pre:1s;ind:pre:3s; -athée athée NOM s 1.77 2.70 1.50 1.69 -athées athée NOM p 1.77 2.70 0.27 1.01 -athéisme athéisme NOM m s 0.29 1.76 0.29 1.76 -athéiste athéiste ADJ f s 0.01 0.00 0.01 0.00 -athénien athénien ADJ m s 0.33 0.88 0.20 0.14 -athénienne athénien ADJ f s 0.33 0.88 0.13 0.34 -athéniennes athénienne NOM f p 0.10 0.41 0.10 0.07 -athéniens athénien NOM m p 0.08 1.08 0.08 0.74 -athénée athénée NOM m s 0.01 0.00 0.01 0.00 -atlante atlante NOM m s 0.28 0.41 0.05 0.27 -atlantes atlante NOM m p 0.28 0.41 0.23 0.14 -atlantique atlantique ADJ s 0.39 1.89 0.23 1.62 -atlantiques atlantique ADJ p 0.39 1.89 0.16 0.27 -atlas atlas NOM m 0.93 2.16 0.93 2.16 -atmosphère atmosphère NOM f s 13.85 36.69 13.45 36.15 -atmosphères atmosphère NOM f p 13.85 36.69 0.40 0.54 -atmosphérique atmosphérique ADJ s 1.89 1.42 1.14 0.95 -atmosphériques atmosphérique ADJ p 1.89 1.42 0.76 0.47 -atoll atoll NOM m s 0.15 0.61 0.12 0.54 -atolls atoll NOM m p 0.15 0.61 0.03 0.07 -atome atome NOM m s 2.85 4.12 1.30 1.82 -atomes atome NOM m p 2.85 4.12 1.55 2.30 -atomique atomique ADJ s 6.33 8.31 5.30 6.22 -atomiques atomique ADJ p 6.33 8.31 1.02 2.09 -atomisait atomiser VER 0.33 0.20 0.00 0.07 ind:imp:3s; -atomise atomiser VER 0.33 0.20 0.04 0.14 ind:pre:1s;ind:pre:3s; -atomisent atomiser VER 0.33 0.20 0.01 0.00 ind:pre:3p; -atomiser atomiser VER 0.33 0.20 0.17 0.00 inf; -atomiseur atomiseur NOM m s 0.11 0.00 0.11 0.00 -atomisez atomiser VER 0.33 0.20 0.02 0.00 imp:pre:2p; -atomiste atomiste NOM s 0.01 0.14 0.01 0.07 -atomistes atomiste ADJ p 0.01 0.20 0.01 0.14 -atomisé atomiser VER m s 0.33 0.20 0.06 0.00 par:pas; -atomisée atomiser VER f s 0.33 0.20 0.03 0.00 par:pas; -atomisés atomiser VER m p 0.33 0.20 0.01 0.00 par:pas; -atonal atonal ADJ m s 0.03 0.20 0.01 0.07 -atonale atonal ADJ f s 0.03 0.20 0.01 0.07 -atonales atonal ADJ f p 0.03 0.20 0.00 0.07 -atone atone ADJ s 0.02 0.88 0.02 0.74 -atones atone ADJ m p 0.02 0.88 0.00 0.14 -atonie atonie NOM f s 0.01 0.54 0.01 0.54 -atour atour NOM m s 1.09 1.35 0.14 0.07 -atourné atourner VER m s 0.00 0.07 0.00 0.07 par:pas; -atours atour NOM m p 1.09 1.35 0.95 1.28 -atout atout NOM m s 5.74 4.53 3.66 2.84 -atouts atout NOM m p 5.74 4.53 2.08 1.69 -atrabilaire atrabilaire NOM s 0.01 0.00 0.01 0.00 -atrium atrium NOM m s 0.30 0.14 0.30 0.14 -atroce atroce ADJ s 10.94 17.43 8.41 13.24 -atrocement atrocement ADV 2.27 3.18 2.27 3.18 -atroces atroce ADJ p 10.94 17.43 2.53 4.19 -atrocité atrocité NOM f s 3.92 2.50 0.96 0.74 -atrocités atrocité NOM f p 3.92 2.50 2.96 1.76 -atrophiait atrophier VER 0.51 0.74 0.00 0.07 ind:imp:3s; -atrophie atrophie NOM f s 0.39 0.27 0.39 0.27 -atrophient atrophier VER 0.51 0.74 0.11 0.00 ind:pre:3p; -atrophier atrophier VER 0.51 0.74 0.05 0.07 inf; -atrophieraient atrophier VER 0.51 0.74 0.01 0.00 cnd:pre:3p; -atrophies atrophier VER 0.51 0.74 0.01 0.00 ind:pre:2s; -atrophié atrophié ADJ m s 0.21 1.22 0.04 0.61 -atrophiée atrophier VER f s 0.51 0.74 0.15 0.20 par:pas; -atrophiées atrophié ADJ f p 0.21 1.22 0.01 0.27 -atrophiés atrophier VER m p 0.51 0.74 0.08 0.14 par:pas; -atropine atropine NOM f s 0.86 0.07 0.86 0.07 -atrésie atrésie NOM f s 0.04 0.00 0.04 0.00 -attabla attabler VER 0.20 7.84 0.00 0.41 ind:pas:3s; -attablai attabler VER 0.20 7.84 0.00 0.07 ind:pas:1s; -attablaient attabler VER 0.20 7.84 0.00 0.27 ind:imp:3p; -attablais attabler VER 0.20 7.84 0.00 0.14 ind:imp:1s; -attablait attabler VER 0.20 7.84 0.00 0.20 ind:imp:3s; -attablant attabler VER 0.20 7.84 0.00 0.07 par:pre; -attable attabler VER 0.20 7.84 0.00 0.34 ind:pre:1s;ind:pre:3s; -attablent attabler VER 0.20 7.84 0.00 0.14 ind:pre:3p; -attabler attabler VER 0.20 7.84 0.02 0.54 inf; -attablions attabler VER 0.20 7.84 0.00 0.14 ind:imp:1p; -attablons attabler VER 0.20 7.84 0.00 0.07 imp:pre:1p; -attablèrent attabler VER 0.20 7.84 0.00 0.20 ind:pas:3p; -attablé attabler VER m s 0.20 7.84 0.02 1.96 par:pas; -attablée attabler VER f s 0.20 7.84 0.02 0.41 par:pas; -attablées attablé ADJ f p 0.13 1.08 0.01 0.07 -attablés attabler VER m p 0.20 7.84 0.13 2.57 par:pas; -attacha attacher VER 46.37 71.01 0.04 2.84 ind:pas:3s; -attachai attacher VER 46.37 71.01 0.02 0.47 ind:pas:1s; -attachaient attacher VER 46.37 71.01 0.23 2.09 ind:imp:3p; -attachais attacher VER 46.37 71.01 0.26 0.74 ind:imp:1s;ind:imp:2s; -attachait attacher VER 46.37 71.01 0.48 6.62 ind:imp:3s; -attachant attachant ADJ m s 1.22 2.03 0.69 1.35 -attachante attachant ADJ f s 1.22 2.03 0.50 0.47 -attachants attachant ADJ m p 1.22 2.03 0.04 0.20 -attache attacher VER 46.37 71.01 10.42 10.14 imp:pre:2s;ind:pre:1s;ind:pre:3s; -attachement attachement NOM m s 3.33 10.95 2.87 9.59 -attachements attachement NOM m p 3.33 10.95 0.46 1.35 -attachent attacher VER 46.37 71.01 0.70 1.96 ind:pre:3p; -attacher attacher VER 46.37 71.01 9.86 11.69 inf;; -attachera attacher VER 46.37 71.01 0.42 0.00 ind:fut:3s; -attacherai attacher VER 46.37 71.01 0.29 0.20 ind:fut:1s; -attacherais attacher VER 46.37 71.01 0.25 0.07 cnd:pre:1s;cnd:pre:2s; -attacherait attacher VER 46.37 71.01 0.19 0.41 cnd:pre:3s; -attacheras attacher VER 46.37 71.01 0.17 0.07 ind:fut:2s; -attacherez attacher VER 46.37 71.01 0.01 0.07 ind:fut:2p; -attacherions attacher VER 46.37 71.01 0.00 0.07 cnd:pre:1p; -attacheront attacher VER 46.37 71.01 0.02 0.14 ind:fut:3p; -attaches attache NOM f p 2.95 7.16 1.13 3.18 -attachez attacher VER 46.37 71.01 4.49 1.01 imp:pre:2p;ind:pre:2p; -attachiez attacher VER 46.37 71.01 0.10 0.14 ind:imp:2p;sub:pre:2p; -attachions attacher VER 46.37 71.01 0.01 0.27 ind:imp:1p; -attachons attacher VER 46.37 71.01 0.56 0.14 imp:pre:1p;ind:pre:1p; -attachât attacher VER 46.37 71.01 0.00 0.54 sub:imp:3s; -attachèrent attacher VER 46.37 71.01 0.10 0.54 ind:pas:3p; -attaché_case attaché_case NOM m s 0.01 0.54 0.00 0.54 -attaché attacher VER m s 46.37 71.01 8.76 13.85 par:pas; -attachée attacher VER f s 46.37 71.01 5.33 6.28 par:pas; -attachées attacher VER f p 46.37 71.01 0.61 1.89 par:pas; -attaché_case attaché_case NOM m p 0.01 0.54 0.01 0.00 -attachés attacher VER m p 46.37 71.01 1.83 6.96 par:pas; -attaqua attaquer VER 99.64 70.41 0.26 5.00 ind:pas:3s; -attaquable attaquable ADJ s 0.01 0.00 0.01 0.00 -attaquai attaquer VER 99.64 70.41 0.01 0.74 ind:pas:1s; -attaquaient attaquer VER 99.64 70.41 0.42 2.84 ind:imp:3p; -attaquais attaquer VER 99.64 70.41 0.12 0.47 ind:imp:1s;ind:imp:2s; -attaquait attaquer VER 99.64 70.41 1.88 6.01 ind:imp:3s; -attaquant attaquer VER 99.64 70.41 0.88 2.77 par:pre; -attaquante attaquant ADJ f s 0.25 0.14 0.06 0.07 -attaquants attaquant NOM m p 1.13 0.41 0.56 0.14 -attaque attaque NOM f s 59.92 37.03 52.39 29.93 -attaquent attaquer VER 99.64 70.41 6.82 4.26 ind:pre:3p;sub:pre:3p; -attaquer attaquer VER 99.64 70.41 25.91 17.70 inf;; -attaquera attaquer VER 99.64 70.41 2.25 0.34 ind:fut:3s; -attaquerai attaquer VER 99.64 70.41 0.44 0.41 ind:fut:1s; -attaqueraient attaquer VER 99.64 70.41 0.51 0.34 cnd:pre:3p; -attaquerais attaquer VER 99.64 70.41 0.30 0.14 cnd:pre:1s;cnd:pre:2s; -attaquerait attaquer VER 99.64 70.41 0.75 0.41 cnd:pre:3s; -attaqueras attaquer VER 99.64 70.41 0.05 0.07 ind:fut:2s; -attaquerez attaquer VER 99.64 70.41 0.29 0.07 ind:fut:2p; -attaqueriez attaquer VER 99.64 70.41 0.04 0.00 cnd:pre:2p; -attaquerions attaquer VER 99.64 70.41 0.02 0.00 cnd:pre:1p; -attaquerons attaquer VER 99.64 70.41 1.25 0.07 ind:fut:1p; -attaqueront attaquer VER 99.64 70.41 2.08 0.34 ind:fut:3p; -attaques attaque NOM f p 59.92 37.03 7.53 7.09 -attaqueur attaqueur NOM m s 0.01 0.00 0.01 0.00 -attaquez attaquer VER 99.64 70.41 3.48 0.41 imp:pre:2p;ind:pre:2p; -attaquiez attaquer VER 99.64 70.41 0.10 0.00 ind:imp:2p; -attaquâmes attaquer VER 99.64 70.41 0.00 0.07 ind:pas:1p; -attaquons attaquer VER 99.64 70.41 2.06 0.54 imp:pre:1p;ind:pre:1p; -attaquât attaquer VER 99.64 70.41 0.00 0.14 sub:imp:3s; -attaquèrent attaquer VER 99.64 70.41 0.14 1.08 ind:pas:3p; -attaqué attaquer VER m s 99.64 70.41 20.04 9.12 par:pas; -attaquée attaquer VER f s 99.64 70.41 5.80 2.43 par:pas; -attaquées attaquer VER f p 99.64 70.41 0.46 0.34 par:pas; -attaqués attaquer VER m p 99.64 70.41 5.34 2.84 par:pas; -attarda attarder VER 4.36 29.39 0.01 3.45 ind:pas:3s; -attardai attarder VER 4.36 29.39 0.00 0.54 ind:pas:1s; -attardaient attarder VER 4.36 29.39 0.01 1.82 ind:imp:3p; -attardais attarder VER 4.36 29.39 0.00 1.15 ind:imp:1s; -attardait attarder VER 4.36 29.39 0.13 3.65 ind:imp:3s; -attardant attarder VER 4.36 29.39 0.04 1.22 par:pre; -attarde attarder VER 4.36 29.39 0.84 4.32 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:1s; -attardement attardement NOM m s 0.00 0.07 0.00 0.07 -attardent attarder VER 4.36 29.39 0.05 1.15 ind:pre:3p; -attarder attarder VER 4.36 29.39 1.61 7.03 inf; -attardera attarder VER 4.36 29.39 0.02 0.07 ind:fut:3s; -attarderai attarder VER 4.36 29.39 0.02 0.00 ind:fut:1s; -attarderaient attarder VER 4.36 29.39 0.00 0.14 cnd:pre:3p; -attarderait attarder VER 4.36 29.39 0.02 0.07 cnd:pre:3s; -attarderont attarder VER 4.36 29.39 0.00 0.07 ind:fut:3p; -attardez attarder VER 4.36 29.39 0.20 0.20 imp:pre:2p;ind:pre:2p; -attardions attarder VER 4.36 29.39 0.01 0.20 ind:imp:1p; -attardâmes attarder VER 4.36 29.39 0.00 0.27 ind:pas:1p; -attardons attarder VER 4.36 29.39 0.09 0.20 imp:pre:1p;ind:pre:1p; -attardât attarder VER 4.36 29.39 0.00 0.20 sub:imp:3s; -attardèrent attarder VER 4.36 29.39 0.00 0.81 ind:pas:3p; -attardé attarder VER m s 4.36 29.39 0.84 1.49 par:pas; -attardée attarder VER f s 4.36 29.39 0.33 0.68 par:pas; -attardées attardé ADJ f p 1.06 3.11 0.02 0.27 -attardés attardé NOM m p 1.58 1.55 0.74 0.88 -atteignîmes atteindre VER 61.83 126.76 0.33 0.95 ind:pas:1p; -atteignît atteindre VER 61.83 126.76 0.00 0.47 sub:imp:3s; -atteignable atteignable ADJ s 0.01 0.00 0.01 0.00 -atteignaient atteindre VER 61.83 126.76 0.04 4.39 ind:imp:3p; -atteignais atteindre VER 61.83 126.76 0.22 0.74 ind:imp:1s;ind:imp:2s; -atteignait atteindre VER 61.83 126.76 0.50 9.59 ind:imp:3s; -atteignant atteindre VER 61.83 126.76 0.54 2.57 par:pre; -atteigne atteindre VER 61.83 126.76 1.82 1.28 sub:pre:1s;sub:pre:3s; -atteignent atteindre VER 61.83 126.76 1.54 2.16 ind:pre:3p; -atteignes atteindre VER 61.83 126.76 0.03 0.00 sub:pre:2s; -atteignez atteindre VER 61.83 126.76 0.28 0.07 imp:pre:2p;ind:pre:2p; -atteignions atteindre VER 61.83 126.76 0.06 0.34 ind:imp:1p; -atteignirent atteindre VER 61.83 126.76 0.24 2.70 ind:pas:3p; -atteignis atteindre VER 61.83 126.76 0.14 1.01 ind:pas:1s; -atteignissent atteindre VER 61.83 126.76 0.00 0.07 sub:imp:3p; -atteignit atteindre VER 61.83 126.76 0.39 10.34 ind:pas:3s; -atteignons atteindre VER 61.83 126.76 0.28 0.95 imp:pre:1p;ind:pre:1p; -atteindra atteindre VER 61.83 126.76 1.90 1.08 ind:fut:3s; -atteindrai atteindre VER 61.83 126.76 0.31 0.27 ind:fut:1s; -atteindraient atteindre VER 61.83 126.76 0.15 0.34 cnd:pre:3p; -atteindrais atteindre VER 61.83 126.76 0.05 0.41 cnd:pre:1s;cnd:pre:2s; -atteindrait atteindre VER 61.83 126.76 0.50 1.08 cnd:pre:3s; -atteindras atteindre VER 61.83 126.76 0.27 0.07 ind:fut:2s; -atteindre atteindre VER 61.83 126.76 24.42 40.47 inf; -atteindrez atteindre VER 61.83 126.76 0.41 0.20 ind:fut:2p; -atteindrons atteindre VER 61.83 126.76 0.60 0.14 ind:fut:1p; -atteindront atteindre VER 61.83 126.76 0.79 0.20 ind:fut:3p; -atteins atteindre VER 61.83 126.76 1.27 0.95 imp:pre:2s;ind:pre:1s;ind:pre:2s; -atteint atteindre VER m s 61.83 126.76 19.99 35.68 ind:pre:3s;par:pas; -atteinte atteindre VER f s 61.83 126.76 2.71 5.20 par:pas; -atteintes atteindre VER f p 61.83 126.76 0.36 1.01 par:pas; -atteints atteindre VER m p 61.83 126.76 1.71 2.03 par:pas; -attela atteler VER 2.12 8.58 0.02 0.41 ind:pas:3s; -attelage attelage NOM m s 1.52 5.61 1.43 4.05 -attelages attelage NOM m p 1.52 5.61 0.10 1.55 -attelai atteler VER 2.12 8.58 0.00 0.14 ind:pas:1s; -attelaient atteler VER 2.12 8.58 0.00 0.20 ind:imp:3p; -attelais atteler VER 2.12 8.58 0.10 0.14 ind:imp:1s; -attelait atteler VER 2.12 8.58 0.02 0.41 ind:imp:3s; -attelant atteler VER 2.12 8.58 0.00 0.07 par:pre; -atteler atteler VER 2.12 8.58 0.97 1.42 inf; -attelez atteler VER 2.12 8.58 0.09 0.00 imp:pre:2p;ind:pre:2p; -attelions atteler VER 2.12 8.58 0.00 0.07 ind:imp:1p; -attelle attelle NOM f s 0.83 0.68 0.73 0.47 -attellent atteler VER 2.12 8.58 0.01 0.07 ind:pre:3p; -attellera atteler VER 2.12 8.58 0.00 0.07 ind:fut:3s; -attellerais atteler VER 2.12 8.58 0.00 0.07 cnd:pre:1s; -attelles attelle NOM f p 0.83 0.68 0.10 0.20 -attelâmes atteler VER 2.12 8.58 0.00 0.07 ind:pas:1p; -attelons atteler VER 2.12 8.58 0.01 0.00 imp:pre:1p; -attelèrent atteler VER 2.12 8.58 0.01 0.20 ind:pas:3p; -attelé atteler VER m s 2.12 8.58 0.15 1.89 par:pas; -attelée atteler VER f s 2.12 8.58 0.03 1.01 par:pas; -attelées atteler VER f p 2.12 8.58 0.00 0.34 par:pas; -attelés atteler VER m p 2.12 8.58 0.09 1.35 par:pas; -attenant attenant ADJ m s 0.40 3.72 0.05 2.23 -attenante attenant ADJ f s 0.40 3.72 0.09 1.35 -attenantes attenant ADJ f p 0.40 3.72 0.26 0.14 -attend attendre VER 1351.44 706.69 173.86 74.46 ind:pre:3s; -attendîmes attendre VER 1351.44 706.69 0.03 0.61 ind:pas:1p; -attendît attendre VER 1351.44 706.69 0.00 0.47 sub:imp:3s; -attendaient attendre VER 1351.44 706.69 5.12 32.77 ind:imp:3p; -attendais attendre VER 1351.44 706.69 59.29 36.82 ind:imp:1s;ind:imp:2s; -attendait attendre VER 1351.44 706.69 25.02 127.09 ind:imp:3s; -attendant attendre VER 1351.44 706.69 40.34 75.47 par:pre; -attende attendre VER 1351.44 706.69 5.18 3.38 sub:pre:1s;sub:pre:3s; -attendent attendre VER 1351.44 706.69 36.95 21.82 ind:pre:3p; -attendes attendre VER 1351.44 706.69 0.69 0.27 sub:pre:2s; -attendez attendre VER 1351.44 706.69 230.66 19.86 imp:pre:2p;ind:pre:2p; -attendiez attendre VER 1351.44 706.69 7.13 0.95 ind:imp:2p;sub:pre:2p; -attendions attendre VER 1351.44 706.69 4.25 5.47 ind:imp:1p; -attendirent attendre VER 1351.44 706.69 0.05 2.97 ind:pas:3p; -attendis attendre VER 1351.44 706.69 0.67 4.86 ind:pas:1s; -attendisse attendre VER 1351.44 706.69 0.00 0.14 sub:imp:1s; -attendissent attendre VER 1351.44 706.69 0.00 0.07 sub:imp:3p; -attendit attendre VER 1351.44 706.69 0.49 28.65 ind:pas:3s; -attendons attendre VER 1351.44 706.69 21.35 6.28 imp:pre:1p;ind:pre:1p; -attendra attendre VER 1351.44 706.69 8.23 3.04 ind:fut:3s; -attendrai attendre VER 1351.44 706.69 18.83 5.20 ind:fut:1s; -attendraient attendre VER 1351.44 706.69 0.25 1.01 cnd:pre:3p; -attendrais attendre VER 1351.44 706.69 2.04 0.61 cnd:pre:1s;cnd:pre:2s; -attendrait attendre VER 1351.44 706.69 1.23 3.51 cnd:pre:3s; -attendras attendre VER 1351.44 706.69 2.28 1.42 ind:fut:2s; -attendre attendre VER 1351.44 706.69 177.43 143.45 inf;; -attendrez attendre VER 1351.44 706.69 1.22 0.68 ind:fut:2p; -attendri attendrir VER m s 2.96 20.95 0.14 5.00 par:pas; -attendrie attendrir VER f s 2.96 20.95 0.31 2.77 par:pas; -attendries attendrir VER f p 2.96 20.95 0.00 0.34 par:pas; -attendriez attendre VER 1351.44 706.69 0.10 0.00 cnd:pre:2p; -attendrions attendre VER 1351.44 706.69 0.03 0.20 cnd:pre:1p; -attendrir attendrir VER 2.96 20.95 1.23 5.07 inf; -attendrirait attendrir VER 2.96 20.95 0.01 0.07 cnd:pre:3s; -attendriras attendrir VER 2.96 20.95 0.01 0.00 ind:fut:2s; -attendrirent attendrir VER 2.96 20.95 0.10 0.27 ind:pas:3p; -attendris attendrir VER m p 2.96 20.95 0.23 1.62 imp:pre:2s;ind:pre:1s;ind:pre:2s;par:pas; -attendrissaient attendrir VER 2.96 20.95 0.00 0.20 ind:imp:3p; -attendrissais attendrir VER 2.96 20.95 0.00 0.07 ind:imp:1s; -attendrissait attendrir VER 2.96 20.95 0.14 1.76 ind:imp:3s; -attendrissant attendrissant ADJ m s 0.42 3.99 0.37 2.03 -attendrissante attendrissant ADJ f s 0.42 3.99 0.02 0.95 -attendrissantes attendrissant ADJ f p 0.42 3.99 0.00 0.54 -attendrissants attendrissant ADJ m p 0.42 3.99 0.03 0.47 -attendrisse attendrir VER 2.96 20.95 0.01 0.14 sub:pre:1s;sub:pre:3s; -attendrissement attendrissement NOM m s 0.10 7.64 0.10 6.89 -attendrissements attendrissement NOM m p 0.10 7.64 0.00 0.74 -attendrissent attendrir VER 2.96 20.95 0.16 0.54 ind:pre:3p; -attendrisseur attendrisseur NOM m s 0.01 0.00 0.01 0.00 -attendrissons attendrir VER 2.96 20.95 0.00 0.07 ind:pre:1p; -attendrit attendrir VER 2.96 20.95 0.47 2.64 ind:pre:3s;ind:pas:3s; -attendrons attendre VER 1351.44 706.69 3.40 0.61 ind:fut:1p; -attendront attendre VER 1351.44 706.69 1.92 0.81 ind:fut:3p; -attends attendre VER 1351.44 706.69 478.32 62.57 imp:pre:2s;ind:pre:1s;ind:pre:2s; -attendu attendre VER m s 1351.44 706.69 38.45 34.66 par:pas; -attendue attendre VER f s 1351.44 706.69 4.69 4.39 par:pas; -attendues attendre VER f p 1351.44 706.69 0.58 0.20 par:pas; -attendus attendre VER m p 1351.44 706.69 1.39 1.89 par:pas; -attenta attenter VER 1.17 1.01 0.00 0.07 ind:pas:3s; -attentais attenter VER 1.17 1.01 0.00 0.07 ind:imp:1s; -attentait attenter VER 1.17 1.01 0.01 0.00 ind:imp:3s; -attentant attenter VER 1.17 1.01 0.02 0.00 par:pre; -attentat attentat NOM m s 14.58 8.72 11.42 5.34 -attentatoire attentatoire ADJ m s 0.00 0.14 0.00 0.07 -attentatoires attentatoire ADJ p 0.00 0.14 0.00 0.07 -attentats attentat NOM m p 14.58 8.72 3.16 3.38 -attente attente NOM f s 25.07 63.85 22.77 61.35 -attenter attenter VER 1.17 1.01 0.39 0.54 inf; -attenterai attenter VER 1.17 1.01 0.00 0.07 ind:fut:1s; -attenterait attenter VER 1.17 1.01 0.01 0.07 cnd:pre:3s; -attentes attente NOM f p 25.07 63.85 2.29 2.50 -attentez attenter VER 1.17 1.01 0.16 0.00 imp:pre:2p;ind:pre:2p; -attentiez attenter VER 1.17 1.01 0.14 0.00 ind:imp:2p; -attentif attentif ADJ m s 6.66 35.74 3.77 17.30 -attentifs attentif ADJ m p 6.66 35.74 1.49 6.22 -attention attention ONO 159.10 21.35 159.10 21.35 -attentionné attentionné ADJ m s 2.64 0.74 1.73 0.34 -attentionnée attentionné ADJ f s 2.64 0.74 0.41 0.27 -attentionnées attentionné ADJ f p 2.64 0.74 0.07 0.00 -attentionnés attentionné ADJ m p 2.64 0.74 0.44 0.14 -attentions attention NOM f p 158.52 124.53 1.63 4.86 -attentisme attentisme NOM m s 0.02 0.81 0.02 0.81 -attentiste attentiste ADJ s 0.02 0.00 0.02 0.00 -attentistes attentiste NOM p 0.00 0.07 0.00 0.07 -attentive attentif ADJ f s 6.66 35.74 1.25 11.15 -attentivement attentivement ADV 8.38 11.82 8.38 11.82 -attentives attentif ADJ f p 6.66 35.74 0.15 1.08 -attenté attenter VER m s 1.17 1.01 0.13 0.07 par:pas; -atterrîmes atterrir VER 26.73 9.39 0.01 0.14 ind:pas:1p; -atterrît atterrir VER 26.73 9.39 0.00 0.07 sub:imp:3s; -atterrages atterrage NOM m p 0.00 0.20 0.00 0.20 -atterraient atterrer VER 0.23 2.91 0.00 0.07 ind:imp:3p; -atterrait atterrer VER 0.23 2.91 0.00 0.07 ind:imp:3s; -atterrant atterrant ADJ m s 0.01 0.20 0.01 0.14 -atterrante atterrant ADJ f s 0.01 0.20 0.00 0.07 -atterre atterrer VER 0.23 2.91 0.02 0.07 ind:pre:1s;ind:pre:3s; -atterri atterrir VER m s 26.73 9.39 8.64 1.89 par:pas; -atterrir atterrir VER 26.73 9.39 10.84 3.04 inf;; -atterrira atterrir VER 26.73 9.39 0.48 0.00 ind:fut:3s; -atterrirai atterrir VER 26.73 9.39 0.06 0.00 ind:fut:1s; -atterrirais atterrir VER 26.73 9.39 0.14 0.07 cnd:pre:1s;cnd:pre:2s; -atterriras atterrir VER 26.73 9.39 0.05 0.00 ind:fut:2s; -atterrirent atterrir VER 26.73 9.39 0.04 0.14 ind:pas:3p; -atterrirez atterrir VER 26.73 9.39 0.05 0.00 ind:fut:2p; -atterrirons atterrir VER 26.73 9.39 0.28 0.00 ind:fut:1p; -atterris atterrir VER m p 26.73 9.39 1.13 0.88 imp:pre:2s;ind:pre:1s;ind:pre:2s;par:pas; -atterrissage atterrissage NOM m s 9.06 2.23 8.84 2.16 -atterrissages atterrissage NOM m p 9.06 2.23 0.22 0.07 -atterrissaient atterrir VER 26.73 9.39 0.04 0.34 ind:imp:3p; -atterrissais atterrir VER 26.73 9.39 0.01 0.14 ind:imp:1s; -atterrissait atterrir VER 26.73 9.39 0.08 0.14 ind:imp:3s; -atterrissant atterrir VER 26.73 9.39 0.14 0.14 par:pre; -atterrisse atterrir VER 26.73 9.39 0.40 0.07 sub:pre:1s;sub:pre:3s; -atterrissent atterrir VER 26.73 9.39 0.76 0.41 ind:pre:3p; -atterrisses atterrir VER 26.73 9.39 0.02 0.00 sub:pre:2s; -atterrissez atterrir VER 26.73 9.39 0.52 0.00 imp:pre:2p;ind:pre:2p; -atterrissons atterrir VER 26.73 9.39 0.08 0.00 imp:pre:1p;ind:pre:1p; -atterrit atterrir VER 26.73 9.39 2.96 1.96 ind:pre:3s;ind:pas:3s; -atterrèrent atterrer VER 0.23 2.91 0.00 0.14 ind:pas:3p; -atterré atterrer VER m s 0.23 2.91 0.05 1.62 par:pas; -atterrée atterrer VER f s 0.23 2.91 0.04 0.34 par:pas; -atterrées atterrer VER f p 0.23 2.91 0.00 0.07 par:pas; -atterrés atterrer VER m p 0.23 2.91 0.12 0.54 par:pas; -attesta attester VER 2.67 6.55 0.00 0.07 ind:pas:3s; -attestaient attester VER 2.67 6.55 0.00 0.47 ind:imp:3p; -attestait attester VER 2.67 6.55 0.01 1.15 ind:imp:3s; -attestant attester VER 2.67 6.55 0.14 1.15 par:pre; -attestation attestation NOM f s 1.00 0.20 0.95 0.14 -attestations attestation NOM f p 1.00 0.20 0.05 0.07 -atteste attester VER 2.67 6.55 0.98 1.22 ind:pre:1s;ind:pre:3s; -attestent attester VER 2.67 6.55 0.15 0.54 ind:pre:3p; -attester attester VER 2.67 6.55 0.87 1.08 inf; -attestera attester VER 2.67 6.55 0.05 0.00 ind:fut:3s; -attestons attester VER 2.67 6.55 0.01 0.07 imp:pre:1p;ind:pre:1p; -attestèrent attester VER 2.67 6.55 0.00 0.07 ind:pas:3p; -attesté attester VER m s 2.67 6.55 0.34 0.34 par:pas; -attestée attester VER f s 2.67 6.55 0.11 0.34 par:pas; -attestées attester VER f p 2.67 6.55 0.00 0.07 par:pas; -atèle atèle NOM m s 0.01 0.00 0.01 0.00 -attifa attifer VER 0.30 1.69 0.00 0.07 ind:pas:3s; -attifait attifer VER 0.30 1.69 0.00 0.07 ind:imp:3s; -attifant attifer VER 0.30 1.69 0.00 0.07 par:pre; -attife attifer VER 0.30 1.69 0.00 0.14 ind:pre:3s; -attifer attifer VER 0.30 1.69 0.01 0.20 inf; -attifiaux attifiaux NOM m p 0.00 0.07 0.00 0.07 -attifé attifer VER m s 0.30 1.69 0.25 0.27 par:pas; -attifée attifer VER f s 0.30 1.69 0.02 0.68 par:pas; -attifées attifer VER f p 0.30 1.69 0.00 0.07 par:pas; -attifés attifer VER m p 0.30 1.69 0.02 0.14 par:pas; -attige attiger VER 0.00 0.74 0.00 0.27 ind:pre:1s;ind:pre:3s; -attigeait attiger VER 0.00 0.74 0.00 0.07 ind:imp:3s; -attigent attiger VER 0.00 0.74 0.00 0.14 ind:pre:3p; -attiges attiger VER 0.00 0.74 0.00 0.07 ind:pre:2s; -attigés attiger VER m p 0.00 0.74 0.00 0.20 par:pas; -attique attique ADJ s 0.00 0.34 0.00 0.27 -attiques attique ADJ f p 0.00 0.34 0.00 0.07 -attira attirer VER 54.90 75.27 0.33 7.70 ind:pas:3s; -attirai attirer VER 54.90 75.27 0.00 0.34 ind:pas:1s; -attiraient attirer VER 54.90 75.27 0.43 2.91 ind:imp:3p; -attirail attirail NOM m s 1.52 3.99 1.52 3.99 -attirais attirer VER 54.90 75.27 0.26 0.34 ind:imp:1s;ind:imp:2s; -attirait attirer VER 54.90 75.27 2.03 10.41 ind:imp:3s; -attirance attirance NOM f s 2.39 2.91 2.38 2.77 -attirances attirance NOM f p 2.39 2.91 0.01 0.14 -attirant attirant ADJ m s 5.74 3.85 2.59 1.62 -attirante attirant ADJ f s 5.74 3.85 2.59 1.55 -attirantes attirant ADJ f p 5.74 3.85 0.28 0.54 -attirants attirant ADJ m p 5.74 3.85 0.28 0.14 -attire attirer VER 54.90 75.27 13.43 10.47 imp:pre:2s;ind:pre:1s;ind:pre:3s; -attirent attirer VER 54.90 75.27 2.83 2.84 ind:pre:3p; -attirer attirer VER 54.90 75.27 17.08 17.43 inf; -attirera attirer VER 54.90 75.27 0.94 0.14 ind:fut:3s; -attirerai attirer VER 54.90 75.27 0.11 0.00 ind:fut:1s; -attireraient attirer VER 54.90 75.27 0.02 0.14 cnd:pre:3p; -attirerais attirer VER 54.90 75.27 0.06 0.00 cnd:pre:1s;cnd:pre:2s; -attirerait attirer VER 54.90 75.27 0.56 0.61 cnd:pre:3s; -attirerez attirer VER 54.90 75.27 0.04 0.14 ind:fut:2p; -attireriez attirer VER 54.90 75.27 0.01 0.00 cnd:pre:2p; -attirerons attirer VER 54.90 75.27 0.04 0.00 ind:fut:1p; -attireront attirer VER 54.90 75.27 0.04 0.00 ind:fut:3p; -attires attirer VER 54.90 75.27 0.89 0.20 ind:pre:2s; -attirez attirer VER 54.90 75.27 0.82 0.07 imp:pre:2p;ind:pre:2p; -attiriez attirer VER 54.90 75.27 0.40 0.14 ind:imp:2p; -attirions attirer VER 54.90 75.27 0.02 0.07 ind:imp:1p; -attirons attirer VER 54.90 75.27 0.28 0.14 imp:pre:1p;ind:pre:1p; -attirât attirer VER 54.90 75.27 0.00 0.20 sub:imp:3s; -attirèrent attirer VER 54.90 75.27 0.13 0.81 ind:pas:3p; -attiré attirer VER m s 54.90 75.27 8.15 10.47 par:pas; -attirée attirer VER f s 54.90 75.27 2.78 3.85 par:pas; -attirées attirer VER f p 54.90 75.27 0.48 0.47 par:pas; -attirés attirer VER m p 54.90 75.27 2.09 2.57 par:pas; -attisa attiser VER 1.88 3.65 0.01 0.14 ind:pas:3s; -attisaient attiser VER 1.88 3.65 0.01 0.27 ind:imp:3p; -attisait attiser VER 1.88 3.65 0.14 0.54 ind:imp:3s; -attisant attiser VER 1.88 3.65 0.00 0.20 par:pre; -attise attiser VER 1.88 3.65 0.55 0.61 imp:pre:2s;ind:pre:1s;ind:pre:3s; -attisement attisement NOM m s 0.00 0.07 0.00 0.07 -attisent attiser VER 1.88 3.65 0.23 0.07 ind:pre:3p; -attiser attiser VER 1.88 3.65 0.33 1.35 inf; -attisera attiser VER 1.88 3.65 0.00 0.07 ind:fut:3s; -attises attiser VER 1.88 3.65 0.02 0.00 ind:pre:2s; -attisez attiser VER 1.88 3.65 0.16 0.00 imp:pre:2p;ind:pre:2p; -attisoir attisoir NOM m s 0.00 0.07 0.00 0.07 -attisons attiser VER 1.88 3.65 0.01 0.00 imp:pre:1p; -attisé attiser VER m s 1.88 3.65 0.29 0.07 par:pas; -attisée attiser VER f s 1.88 3.65 0.12 0.20 par:pas; -attisées attiser VER f p 1.88 3.65 0.00 0.07 par:pas; -attisés attiser VER m p 1.88 3.65 0.00 0.07 par:pas; -attitré attitré ADJ m s 0.41 1.35 0.28 0.54 -attitrée attitrer VER f s 0.19 0.88 0.11 0.20 par:pas; -attitrées attitré ADJ f p 0.41 1.35 0.01 0.07 -attitrés attitré ADJ m p 0.41 1.35 0.03 0.34 -attitude attitude NOM f s 23.03 67.91 21.37 57.50 -attitudes attitude NOM f p 23.03 67.91 1.66 10.41 -attiédi attiédir VER m s 0.00 0.27 0.00 0.07 par:pas; -attiédie attiédir VER f s 0.00 0.27 0.00 0.07 par:pas; -attiédis attiédir VER m p 0.00 0.27 0.00 0.07 par:pas; -attiédissait attiédir VER 0.00 0.27 0.00 0.07 ind:imp:3s; -attorney attorney NOM m s 0.15 0.00 0.15 0.00 -attouchant attoucher VER 0.00 0.07 0.00 0.07 par:pre; -attouchement attouchement NOM m s 0.33 1.76 0.00 0.81 -attouchements attouchement NOM m p 0.33 1.76 0.33 0.95 -attracteur attracteur ADJ m s 0.11 0.00 0.09 0.00 -attracteurs attracteur ADJ m p 0.11 0.00 0.02 0.00 -attractif attractif ADJ m s 0.24 0.41 0.14 0.27 -attractifs attractif ADJ m p 0.24 0.41 0.01 0.00 -attraction_vedette attraction_vedette NOM f s 0.01 0.00 0.01 0.00 -attraction attraction NOM f s 7.45 7.64 4.96 5.74 -attractions attraction NOM f p 7.45 7.64 2.48 1.89 -attractive attractif ADJ f s 0.24 0.41 0.09 0.14 -attrait attrait NOM m s 1.76 9.39 1.18 6.96 -attraits attrait NOM m p 1.76 9.39 0.58 2.43 -attrapa attraper VER 112.52 55.34 0.16 5.74 ind:pas:3s; -attrapage attrapage NOM m s 0.01 0.00 0.01 0.00 -attrapai attraper VER 112.52 55.34 0.00 1.82 ind:pas:1s; -attrapaient attraper VER 112.52 55.34 0.30 0.68 ind:imp:3p; -attrapais attraper VER 112.52 55.34 0.50 0.41 ind:imp:1s;ind:imp:2s; -attrapait attraper VER 112.52 55.34 0.66 3.58 ind:imp:3s; -attrapant attraper VER 112.52 55.34 0.30 1.69 par:pre; -attrape_couillon attrape_couillon NOM m s 0.04 0.07 0.03 0.00 -attrape_couillon attrape_couillon NOM m p 0.04 0.07 0.01 0.07 -attrape_mouche attrape_mouche NOM m s 0.04 0.07 0.01 0.00 -attrape_mouche attrape_mouche NOM m p 0.04 0.07 0.03 0.07 -attrape_nigaud attrape_nigaud NOM m s 0.10 0.20 0.10 0.20 -attrape attraper VER 112.52 55.34 24.29 7.97 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -attrapent attraper VER 112.52 55.34 3.79 0.88 ind:pre:3p; -attraper attraper VER 112.52 55.34 35.32 17.09 inf; -attrapera attraper VER 112.52 55.34 1.04 0.27 ind:fut:3s; -attraperai attraper VER 112.52 55.34 1.10 0.14 ind:fut:1s; -attraperaient attraper VER 112.52 55.34 0.22 0.07 cnd:pre:3p; -attraperais attraper VER 112.52 55.34 0.32 0.07 cnd:pre:1s;cnd:pre:2s; -attraperait attraper VER 112.52 55.34 0.22 0.20 cnd:pre:3s; -attraperas attraper VER 112.52 55.34 1.00 0.14 ind:fut:2s; -attraperez attraper VER 112.52 55.34 0.47 0.00 ind:fut:2p; -attraperiez attraper VER 112.52 55.34 0.05 0.00 cnd:pre:2p; -attraperons attraper VER 112.52 55.34 0.22 0.00 ind:fut:1p; -attraperont attraper VER 112.52 55.34 0.88 0.20 ind:fut:3p; -attrapes attraper VER 112.52 55.34 2.14 0.34 ind:pre:2s;sub:pre:2s; -attrapeur attrapeur NOM m s 1.20 0.00 1.20 0.00 -attrapez attraper VER 112.52 55.34 14.91 0.14 imp:pre:2p;ind:pre:2p; -attrapiez attraper VER 112.52 55.34 0.26 0.00 ind:imp:2p; -attrapions attraper VER 112.52 55.34 0.08 0.14 ind:imp:1p; -attrapons attraper VER 112.52 55.34 1.22 0.00 imp:pre:1p;ind:pre:1p; -attrapèrent attraper VER 112.52 55.34 0.02 0.14 ind:pas:3p; -attrapé attraper VER m s 112.52 55.34 19.20 11.35 par:pas; -attrapée attraper VER f s 112.52 55.34 2.41 1.69 par:pas; -attrapées attraper VER f p 112.52 55.34 0.30 0.07 par:pas; -attrapés attraper VER m p 112.52 55.34 1.16 0.54 par:pas; -attrayant attrayant ADJ m s 1.39 1.22 0.89 0.61 -attrayante attrayant ADJ f s 1.39 1.22 0.32 0.41 -attrayantes attrayant ADJ f p 1.39 1.22 0.02 0.14 -attrayants attrayant ADJ m p 1.39 1.22 0.16 0.07 -attribua attribuer VER 7.56 21.89 0.16 1.28 ind:pas:3s; -attribuable attribuable ADJ m s 0.03 0.00 0.03 0.00 -attribuai attribuer VER 7.56 21.89 0.01 0.54 ind:pas:1s; -attribuaient attribuer VER 7.56 21.89 0.00 0.27 ind:imp:3p; -attribuais attribuer VER 7.56 21.89 0.02 0.54 ind:imp:1s; -attribuait attribuer VER 7.56 21.89 0.16 3.11 ind:imp:3s; -attribuant attribuer VER 7.56 21.89 0.13 1.08 par:pre; -attribue attribuer VER 7.56 21.89 1.78 2.23 imp:pre:2s;ind:pre:1s;ind:pre:3s; -attribuent attribuer VER 7.56 21.89 0.09 0.07 ind:pre:3p; -attribuer attribuer VER 7.56 21.89 1.49 5.68 inf; -attribuera attribuer VER 7.56 21.89 0.09 0.14 ind:fut:3s; -attribueraient attribuer VER 7.56 21.89 0.00 0.20 cnd:pre:3p; -attribuerais attribuer VER 7.56 21.89 0.01 0.20 cnd:pre:1s; -attribuerait attribuer VER 7.56 21.89 0.03 0.14 cnd:pre:3s; -attribueront attribuer VER 7.56 21.89 0.02 0.00 ind:fut:3p; -attribues attribuer VER 7.56 21.89 0.19 0.07 ind:pre:2s; -attribuez attribuer VER 7.56 21.89 0.17 0.00 ind:pre:2p; -attribuions attribuer VER 7.56 21.89 0.00 0.07 ind:imp:1p; -attribuâmes attribuer VER 7.56 21.89 0.00 0.07 ind:pas:1p; -attribuons attribuer VER 7.56 21.89 0.14 0.00 imp:pre:1p;ind:pre:1p; -attribuât attribuer VER 7.56 21.89 0.00 0.27 sub:imp:3s; -attribut attribut NOM m s 1.13 6.01 0.08 1.69 -attribuèrent attribuer VER 7.56 21.89 0.10 0.14 ind:pas:3p; -attribution attribution NOM f s 1.40 8.72 0.47 2.23 -attributions attribution NOM f p 1.40 8.72 0.93 6.49 -attributs attribut NOM m p 1.13 6.01 1.05 4.32 -attribué attribuer VER m s 7.56 21.89 1.95 2.97 par:pas; -attribuée attribuer VER f s 7.56 21.89 0.25 1.49 par:pas; -attribuées attribuer VER f p 7.56 21.89 0.14 0.54 par:pas; -attribués attribuer VER m p 7.56 21.89 0.60 0.81 par:pas; -attriquait attriquer VER 0.00 1.62 0.00 0.07 ind:imp:3s; -attriquant attriquer VER 0.00 1.62 0.00 0.07 par:pre; -attrique attriquer VER 0.00 1.62 0.00 0.20 ind:pre:1s;ind:pre:3s; -attriquent attriquer VER 0.00 1.62 0.00 0.07 ind:pre:3p; -attriquer attriquer VER 0.00 1.62 0.00 0.68 inf; -attriquerait attriquer VER 0.00 1.62 0.00 0.07 cnd:pre:3s; -attriqué attriquer VER m s 0.00 1.62 0.00 0.27 par:pas; -attriquée attriquer VER f s 0.00 1.62 0.00 0.20 par:pas; -attrista attrister VER 2.71 6.42 0.01 0.47 ind:pas:3s; -attristai attrister VER 2.71 6.42 0.00 0.20 ind:pas:1s; -attristaient attrister VER 2.71 6.42 0.00 0.27 ind:imp:3p; -attristais attrister VER 2.71 6.42 0.00 0.14 ind:imp:1s; -attristait attrister VER 2.71 6.42 0.01 1.15 ind:imp:3s; -attristant attristant ADJ m s 0.01 0.47 0.01 0.27 -attristante attristant ADJ f s 0.01 0.47 0.00 0.14 -attristantes attristant ADJ f p 0.01 0.47 0.00 0.07 -attriste attrister VER 2.71 6.42 1.54 1.01 ind:pre:1s;ind:pre:3s; -attristent attrister VER 2.71 6.42 0.00 0.47 ind:pre:3p; -attrister attrister VER 2.71 6.42 0.50 1.01 inf; -attristerait attrister VER 2.71 6.42 0.01 0.00 cnd:pre:3s; -attristez attrister VER 2.71 6.42 0.03 0.07 imp:pre:2p;ind:pre:2p; -attristât attrister VER 2.71 6.42 0.00 0.20 sub:imp:3s; -attristèrent attrister VER 2.71 6.42 0.01 0.20 ind:pas:3p; -attristé attrister VER m s 2.71 6.42 0.36 0.41 par:pas; -attristée attrister VER f s 2.71 6.42 0.09 0.14 par:pas; -attristés attrister VER m p 2.71 6.42 0.15 0.14 par:pas; -attrition attrition NOM f s 0.02 0.20 0.02 0.14 -attritions attrition NOM f p 0.02 0.20 0.00 0.07 -attroupa attrouper VER 0.14 2.36 0.00 0.07 ind:pas:3s; -attroupaient attrouper VER 0.14 2.36 0.14 0.34 ind:imp:3p; -attroupait attrouper VER 0.14 2.36 0.00 0.14 ind:imp:3s; -attroupement attroupement NOM m s 0.17 3.85 0.08 3.45 -attroupements attroupement NOM m p 0.17 3.85 0.08 0.41 -attroupent attrouper VER 0.14 2.36 0.00 0.27 ind:pre:3p; -attrouper attrouper VER 0.14 2.36 0.00 0.54 inf; -attrouperaient attrouper VER 0.14 2.36 0.00 0.07 cnd:pre:3p; -attroupèrent attrouper VER 0.14 2.36 0.00 0.14 ind:pas:3p; -attroupé attrouper VER m s 0.14 2.36 0.00 0.20 par:pas; -attroupée attrouper VER f s 0.14 2.36 0.00 0.07 par:pas; -attroupées attrouper VER f p 0.14 2.36 0.00 0.14 par:pas; -attroupés attrouper VER m p 0.14 2.36 0.01 0.41 par:pas; -atténua atténuer VER 2.47 12.64 0.00 0.54 ind:pas:3s; -atténuaient atténuer VER 2.47 12.64 0.00 0.68 ind:imp:3p; -atténuait atténuer VER 2.47 12.64 0.01 1.96 ind:imp:3s; -atténuant atténuer VER 2.47 12.64 0.00 0.41 par:pre; -atténuante atténuant ADJ f s 1.56 2.09 0.30 0.27 -atténuantes atténuant ADJ f p 1.56 2.09 1.27 1.82 -atténuateur atténuateur NOM m s 0.09 0.00 0.09 0.00 -atténuation atténuation NOM f s 0.01 0.07 0.01 0.00 -atténuations atténuation NOM f p 0.01 0.07 0.00 0.07 -atténue atténuer VER 2.47 12.64 0.56 1.22 imp:pre:2s;ind:pre:1s;ind:pre:3s; -atténuent atténuer VER 2.47 12.64 0.08 0.27 ind:pre:3p; -atténuer atténuer VER 2.47 12.64 1.30 4.46 inf; -atténuera atténuer VER 2.47 12.64 0.37 0.14 ind:fut:3s; -atténueraient atténuer VER 2.47 12.64 0.00 0.14 cnd:pre:3p; -atténuez atténuer VER 2.47 12.64 0.03 0.00 imp:pre:2p;ind:pre:2p; -atténuons atténuer VER 2.47 12.64 0.01 0.00 imp:pre:1p; -atténuât atténuer VER 2.47 12.64 0.00 0.20 sub:imp:3s; -atténuèrent atténuer VER 2.47 12.64 0.00 0.07 ind:pas:3p; -atténué atténuer VER m s 2.47 12.64 0.07 1.22 par:pas; -atténuée atténuer VER f s 2.47 12.64 0.01 0.88 par:pas; -atténuées atténuer VER f p 2.47 12.64 0.01 0.41 par:pas; -atténués atténuer VER m p 2.47 12.64 0.02 0.07 par:pas; -atélectasie atélectasie NOM f s 0.03 0.00 0.03 0.00 -atémi atémi NOM m s 0.01 0.00 0.01 0.00 -atypique atypique ADJ s 0.57 0.34 0.26 0.14 -atypiques atypique ADJ p 0.57 0.34 0.31 0.20 -au_dedans au_dedans ADV 0.92 4.86 0.92 4.86 -au_dehors au_dehors ADV 0.91 11.42 0.91 11.42 -au_delà au_delà ADV 21.77 52.91 21.77 52.91 -au_dessous au_dessous ADV 2.98 24.59 2.98 24.59 -au_dessus au_dessus PRE 0.02 0.07 0.02 0.07 -au_devant au_devant ADV 0.98 11.08 0.98 11.08 -au au ART:def m s 3737.75 5322.50 3737.75 5322.50 -aubade aubade NOM f s 0.01 0.47 0.01 0.47 -aubadent aubader VER 0.00 0.07 0.00 0.07 ind:pre:3p; -aubain aubain NOM m s 0.00 14.19 0.00 14.19 -aubaine aubaine NOM f s 1.08 5.81 1.04 5.27 -aubaines aubaine NOM f p 1.08 5.81 0.03 0.54 -aube aube PRE 0.10 0.00 0.10 0.00 -auberge auberge NOM f s 14.44 17.30 14.12 15.47 -auberges auberge NOM f p 14.44 17.30 0.32 1.82 -aubergine aubergine NOM f s 1.44 1.35 0.35 0.61 -aubergines aubergine NOM f p 1.44 1.35 1.09 0.74 -aubergiste aubergiste NOM s 1.93 3.24 1.91 2.91 -aubergistes aubergiste NOM p 1.93 3.24 0.02 0.34 -aubes aube NOM f p 30.32 57.77 0.27 1.96 -aubette aubette NOM f s 0.00 0.34 0.00 0.34 -aubier aubier NOM m s 0.00 0.47 0.00 0.47 -aubour aubour NOM m 0.00 0.07 0.00 0.07 -aubère aubère ADJ s 0.00 0.14 0.00 0.14 -aubères aubère NOM m p 0.00 0.20 0.00 0.14 -aubépine aubépine NOM f s 0.06 2.03 0.05 0.81 -aubépines aubépine NOM f p 0.06 2.03 0.01 1.22 -auburn auburn ADJ 0.23 1.15 0.23 1.15 -aubusson aubusson NOM s 0.00 0.07 0.00 0.07 -aucubas aucuba NOM m p 0.00 0.14 0.00 0.14 -aucun aucun ADJ:ind m s 175.78 180.95 175.78 180.95 -aucune aucune ADJ:ind f s 207.00 174.73 207.00 174.73 -aucunement aucunement ADV 1.01 5.81 1.01 5.81 -aucunes aucunes ADJ:ind f p 1.03 0.14 1.03 0.14 -aucuns aucuns ADJ:ind m p 1.22 3.11 1.22 3.11 -audace audace NOM f s 5.12 19.46 5.10 16.55 -audaces audace NOM f p 5.12 19.46 0.02 2.91 -audacieuse audacieux ADJ f s 4.76 7.03 1.46 1.76 -audacieusement audacieusement ADV 0.09 0.47 0.09 0.47 -audacieuses audacieux ADJ f p 4.76 7.03 0.25 0.81 -audacieux audacieux ADJ m 4.76 7.03 3.06 4.46 -audible audible ADJ s 0.29 2.70 0.22 2.23 -audibles audible ADJ p 0.29 2.70 0.08 0.47 -audience audience NOM f s 14.02 9.53 13.51 7.84 -audiences audience NOM f p 14.02 9.53 0.50 1.69 -audiencia audiencia NOM f s 0.00 0.07 0.00 0.07 -audienciers audiencier ADJ m p 0.00 0.07 0.00 0.07 -audimat audimat NOM m 1.39 0.00 1.37 0.00 -audimats audimat NOM m p 1.39 0.00 0.03 0.00 -audio_visuel audio_visuel ADJ m s 0.06 0.20 0.06 0.20 -audiovisuel audiovisuel ADJ f s 0.88 0.27 0.00 0.14 -audio audio ADJ 1.87 0.00 1.87 0.00 -audioconférence audioconférence NOM f s 0.03 0.00 0.03 0.00 -audiogramme audiogramme NOM m s 0.01 0.00 0.01 0.00 -audiométrie audiométrie NOM f s 0.01 0.00 0.01 0.00 -audiophile audiophile NOM s 0.03 0.00 0.03 0.00 -audiophone audiophone NOM m s 0.02 0.00 0.02 0.00 -audiovisuel audiovisuel NOM m s 0.16 0.14 0.16 0.14 -audiovisuelle audiovisuel ADJ f s 0.88 0.27 0.72 0.00 -audiovisuelles audiovisuel ADJ f p 0.88 0.27 0.00 0.07 -audit audit PRE 0.03 0.20 0.03 0.20 -auditer auditer VER 0.01 0.00 0.01 0.00 inf; -auditeur auditeur NOM m s 3.12 6.49 0.85 1.69 -auditeurs auditeur NOM m p 3.12 6.49 2.21 4.46 -auditif auditif ADJ m s 1.25 1.28 0.45 0.54 -auditifs auditif ADJ m p 1.25 1.28 0.08 0.20 -audition audition NOM f s 11.64 2.64 9.32 1.89 -auditionnais auditionner VER 2.57 0.27 0.10 0.00 ind:imp:1s;ind:imp:2s; -auditionne auditionner VER 2.57 0.27 0.34 0.14 imp:pre:2s;ind:pre:1s;ind:pre:3s; -auditionnent auditionner VER 2.57 0.27 0.10 0.00 ind:pre:3p; -auditionner auditionner VER 2.57 0.27 1.27 0.14 inf; -auditionnera auditionner VER 2.57 0.27 0.02 0.00 ind:fut:3s; -auditionnerais auditionner VER 2.57 0.27 0.02 0.00 cnd:pre:1s; -auditionnes auditionner VER 2.57 0.27 0.07 0.00 ind:pre:2s; -auditionnez auditionner VER 2.57 0.27 0.18 0.00 imp:pre:2p;ind:pre:2p; -auditionné auditionner VER m s 2.57 0.27 0.44 0.00 par:pas; -auditionnée auditionner VER f s 2.57 0.27 0.03 0.00 par:pas; -auditions audition NOM f p 11.64 2.64 2.31 0.74 -auditive auditif ADJ f s 1.25 1.28 0.41 0.20 -auditives auditif ADJ f p 1.25 1.28 0.32 0.34 -auditoire auditoire NOM m s 0.62 4.19 0.58 3.92 -auditoires auditoire NOM m p 0.62 4.19 0.04 0.27 -auditorium auditorium NOM m s 0.80 0.74 0.80 0.61 -auditoriums auditorium NOM m p 0.80 0.74 0.00 0.14 -auditrice auditeur NOM f s 3.12 6.49 0.06 0.07 -auditrices auditrice NOM f p 0.04 0.00 0.04 0.00 -audits audit NOM m p 0.54 0.14 0.06 0.00 -auge auge NOM f s 0.52 2.23 0.49 1.76 -auges auge NOM f p 0.52 2.23 0.03 0.47 -augment augment NOM m s 0.20 0.00 0.20 0.00 -augmenta augmenter VER 29.86 20.95 0.05 0.88 ind:pas:3s; -augmentaient augmenter VER 29.86 20.95 0.06 0.95 ind:imp:3p; -augmentais augmenter VER 29.86 20.95 0.04 0.00 ind:imp:1s;ind:imp:2s; -augmentait augmenter VER 29.86 20.95 0.27 4.66 ind:imp:3s; -augmentant augmenter VER 29.86 20.95 0.57 1.01 par:pre; -augmentation augmentation NOM f s 6.85 3.99 6.61 3.24 -augmentations augmentation NOM f p 6.85 3.99 0.24 0.74 -augmente augmenter VER 29.86 20.95 7.58 4.26 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -augmentent augmenter VER 29.86 20.95 1.23 0.47 ind:pre:3p; -augmenter augmenter VER 29.86 20.95 9.94 4.80 inf; -augmentera augmenter VER 29.86 20.95 0.42 0.20 ind:fut:3s; -augmenterai augmenter VER 29.86 20.95 0.11 0.07 ind:fut:1s; -augmenteraient augmenter VER 29.86 20.95 0.02 0.07 cnd:pre:3p; -augmenterais augmenter VER 29.86 20.95 0.03 0.00 cnd:pre:2s; -augmenterait augmenter VER 29.86 20.95 0.51 0.00 cnd:pre:3s; -augmenteras augmenter VER 29.86 20.95 0.01 0.00 ind:fut:2s; -augmenterez augmenter VER 29.86 20.95 0.01 0.07 ind:fut:2p; -augmenteront augmenter VER 29.86 20.95 0.38 0.00 ind:fut:3p; -augmentez augmenter VER 29.86 20.95 1.31 0.27 imp:pre:2p;ind:pre:2p; -augmentions augmenter VER 29.86 20.95 0.02 0.07 ind:imp:1p; -augmentons augmenter VER 29.86 20.95 0.36 0.00 imp:pre:1p;ind:pre:1p; -augmentât augmenter VER 29.86 20.95 0.00 0.07 sub:imp:3s; -augmentèrent augmenter VER 29.86 20.95 0.11 0.14 ind:pas:3p; -augmenté augmenter VER m s 29.86 20.95 6.15 2.30 par:pas; -augmentée augmenter VER f s 29.86 20.95 0.54 0.34 par:pas; -augmentées augmenter VER f p 29.86 20.95 0.03 0.07 par:pas; -augmentés augmenter VER m p 29.86 20.95 0.13 0.27 par:pas; -augurai augurer VER 0.81 1.76 0.00 0.07 ind:pas:1s; -augurais augurer VER 0.81 1.76 0.01 0.14 ind:imp:1s; -augurait augurer VER 0.81 1.76 0.11 0.68 ind:imp:3s; -augural augural ADJ m s 0.03 0.34 0.03 0.14 -augurale augural ADJ f s 0.03 0.34 0.00 0.20 -augurant augurer VER 0.81 1.76 0.00 0.07 par:pre; -augure augure NOM m s 3.21 3.38 2.13 2.77 -augurent augurer VER 0.81 1.76 0.14 0.07 ind:pre:3p; -augurer augurer VER 0.81 1.76 0.12 0.61 inf; -augurerais augurer VER 0.81 1.76 0.00 0.07 cnd:pre:1s; -augures augure NOM m p 3.21 3.38 1.08 0.61 -auguste auguste ADJ s 1.12 2.09 1.00 1.89 -augustes auguste ADJ p 1.12 2.09 0.11 0.20 -augustin augustin NOM m s 0.00 0.81 0.00 0.07 -augustinien augustinien ADJ m s 0.00 0.07 0.00 0.07 -augustins augustin NOM m p 0.00 0.81 0.00 0.74 -aujourd_hui aujourd_hui ADV 360.17 158.38 360.17 158.38 -aula aula NOM f s 0.01 0.00 0.01 0.00 -aulique aulique ADJ m s 0.00 0.07 0.00 0.07 -aulnaie aulnaie NOM f s 0.00 0.07 0.00 0.07 -aulne aulne NOM m s 0.04 2.16 0.04 0.27 -aulnes aulne NOM m p 0.04 2.16 0.00 1.89 -auloffée auloffée NOM f s 0.00 0.07 0.00 0.07 -aulos aulos NOM m 0.00 0.07 0.00 0.07 -aulx aulx NOM m p 0.00 0.27 0.00 0.27 -aumône aumône NOM f s 3.57 3.78 3.09 3.18 -aumônerie aumônerie NOM f s 0.02 0.07 0.02 0.07 -aumônes aumône NOM f p 3.57 3.78 0.48 0.61 -aumônier aumônier NOM m s 1.51 4.53 1.44 3.72 -aumôniers aumônier NOM m p 1.51 4.53 0.05 0.47 -aumônière aumônier NOM f s 1.51 4.53 0.02 0.27 -aumônières aumônier NOM f p 1.51 4.53 0.00 0.07 -aune aune NOM s 0.72 1.15 0.44 0.68 -auner auner VER 0.00 0.07 0.00 0.07 inf; -aunes aune NOM p 0.72 1.15 0.28 0.47 -auparavant auparavant ADV 14.11 41.62 14.11 41.62 -auprès auprès PRE 29.95 93.45 29.95 93.45 -auquel auquel PRO:rel m s 9.97 52.57 9.68 47.70 -aura avoir AUX 18559.23 12800.81 39.72 39.86 ind:fut:3s; -aérage aérage NOM m s 0.06 0.00 0.06 0.00 -aurai avoir AUX 18559.23 12800.81 32.96 15.54 ind:fut:1s; -aéraient aérer VER 2.65 4.12 0.00 0.07 ind:imp:3p; -auraient avoir AUX 18559.23 12800.81 34.48 69.53 cnd:pre:3p; -aurais avoir AUX 18559.23 12800.81 354.36 236.35 cnd:pre:2s; -aérait aérer VER 2.65 4.12 0.01 0.41 ind:imp:3s; -aurait avoir AUX 18559.23 12800.81 282.17 491.15 cnd:pre:3s; -auras avoir AUX 18559.23 12800.81 16.96 7.03 ind:fut:2s; -aérateur aérateur NOM m s 0.02 0.20 0.01 0.00 -aérateurs aérateur NOM m p 0.02 0.20 0.01 0.20 -aération aération NOM f s 2.02 1.35 2.00 1.35 -aérations aération NOM f p 2.02 1.35 0.03 0.00 -aérer aérer VER 2.65 4.12 1.68 2.03 inf; -aureus aureus NOM m 0.03 0.00 0.03 0.00 -aérez aérer VER 2.65 4.12 0.32 0.07 imp:pre:2p;ind:pre:2p; -aurez avoir AUX 18559.23 12800.81 13.18 5.14 ind:fut:2p; -auriculaire auriculaire NOM m s 0.42 1.01 0.42 0.95 -auriculaires auriculaire NOM m p 0.42 1.01 0.00 0.07 -auricule auricule NOM f s 0.00 0.07 0.00 0.07 -aérien aérien ADJ m s 13.71 21.15 4.84 6.08 -aérienne aérien ADJ f s 13.71 21.15 5.37 6.49 -aériennes aérien ADJ f p 13.71 21.15 2.24 6.15 -aériens aérien ADJ m p 13.71 21.15 1.26 2.43 -auriez avoir AUX 18559.23 12800.81 46.75 16.96 cnd:pre:2p; -aurifiées aurifier VER f p 0.00 0.07 0.00 0.07 par:pas; -aurifère aurifère ADJ s 0.02 0.14 0.01 0.00 -aurifères aurifère ADJ p 0.02 0.14 0.01 0.14 -aurige aurige NOM m s 0.00 0.14 0.00 0.14 -aurions avoir AUX 18559.23 12800.81 10.35 17.57 cnd:pre:1p; -aéro_club aéro_club NOM m s 0.01 0.07 0.01 0.07 -aéro aéro NOM m 0.04 0.20 0.04 0.20 -aérobic aérobic NOM m s 1.21 0.07 1.20 0.07 -aérobics aérobic NOM m p 1.21 0.07 0.01 0.00 -aurochs aurochs NOM m 0.00 0.81 0.00 0.81 -aérodrome aérodrome NOM m s 2.20 4.26 1.92 3.31 -aérodromes aérodrome NOM m p 2.20 4.26 0.28 0.95 -aérodynamique aérodynamique ADJ s 0.51 0.41 0.45 0.20 -aérodynamiques aérodynamique ADJ p 0.51 0.41 0.06 0.20 -aérodynamisme aérodynamisme NOM m s 0.02 0.07 0.02 0.07 -aérofrein aérofrein NOM m s 0.05 0.07 0.01 0.00 -aérofreins aérofrein NOM m p 0.05 0.07 0.04 0.07 -aérogare aérogare NOM f s 0.12 2.23 0.11 2.16 -aérogares aérogare NOM f p 0.12 2.23 0.01 0.07 -aéroglisseur aéroglisseur NOM m s 0.75 0.00 0.73 0.00 -aéroglisseurs aéroglisseur NOM m p 0.75 0.00 0.02 0.00 -aérographe aérographe NOM m s 0.04 0.07 0.04 0.07 -aérolithe aérolithe NOM m s 0.00 0.47 0.00 0.34 -aérolithes aérolithe NOM m p 0.00 0.47 0.00 0.14 -aérologie aérologie NOM f s 0.01 0.00 0.01 0.00 -aéromobile aéromobile ADJ f s 0.06 0.00 0.06 0.00 -aéromodélisme aéromodélisme NOM m s 0.00 0.14 0.00 0.14 -aéronaute aéronaute NOM s 0.03 0.07 0.01 0.00 -aéronautes aéronaute NOM p 0.03 0.07 0.02 0.07 -aéronautique aéronautique NOM f s 0.58 0.41 0.45 0.41 -aéronautiques aéronautique NOM f p 0.58 0.41 0.14 0.00 -aéronaval aéronaval ADJ m s 0.17 0.20 0.10 0.00 -aéronavale aéronavale NOM f s 0.48 0.20 0.48 0.20 -aéronavales aéronaval ADJ f p 0.17 0.20 0.03 0.07 -aéronavals aéronaval ADJ m p 0.17 0.20 0.00 0.07 -aurone aurone NOM f s 0.00 0.07 0.00 0.07 -aéronef aéronef NOM m s 0.03 0.14 0.03 0.07 -aéronefs aéronef NOM m p 0.03 0.14 0.00 0.07 -aérons aérer VER 2.65 4.12 0.01 0.07 imp:pre:1p;ind:pre:1p; -aurons avoir AUX 18559.23 12800.81 4.22 5.14 ind:fut:1p; -auront avoir AUX 18559.23 12800.81 7.46 14.05 ind:fut:3p; -aéropathie aéropathie NOM f s 0.01 0.00 0.01 0.00 -aérophagie aérophagie NOM f s 0.15 0.14 0.15 0.14 -aéroplane aéroplane NOM m s 0.16 1.62 0.16 1.15 -aéroplanes aéroplane NOM m p 0.16 1.62 0.00 0.47 -aéroport aéroport NOM m s 33.13 8.99 31.44 7.91 -aéroports aéroport NOM m p 33.13 8.99 1.69 1.08 -aéroporté aéroporté ADJ m s 0.68 0.34 0.10 0.07 -aéroportée aéroporté ADJ f s 0.68 0.34 0.44 0.07 -aéroportées aéroporté ADJ f p 0.68 0.34 0.09 0.00 -aéroportés aéroporté ADJ m p 0.68 0.34 0.05 0.20 -aéropostale aéropostale NOM f s 0.01 0.00 0.01 0.00 -auroral auroral ADJ m s 0.00 0.07 0.00 0.07 -aurore aurore NOM f s 3.68 11.62 3.01 9.39 -aurores aurore NOM f p 3.68 11.62 0.68 2.23 -aérosol aérosol NOM m s 0.61 0.54 0.44 0.47 -aérosols aérosol NOM m p 0.61 0.54 0.17 0.07 -aérospatial aérospatial ADJ m s 0.17 0.00 0.07 0.00 -aérospatiale aérospatiale NOM f s 0.12 0.00 0.12 0.00 -aérostat aérostat NOM m s 0.16 0.00 0.16 0.00 -aérostier aérostier NOM m s 0.00 0.20 0.00 0.14 -aérostiers aérostier NOM m p 0.00 0.20 0.00 0.07 -aérotrains aérotrain NOM m p 0.00 0.07 0.00 0.07 -aérèrent aérer VER 2.65 4.12 0.00 0.07 ind:pas:3p; -aéré aéré ADJ m s 0.50 2.36 0.28 0.68 -aérée aéré ADJ f s 0.50 2.36 0.05 0.95 -aérées aéré ADJ f p 0.50 2.36 0.00 0.47 -auréola auréoler VER 0.71 3.38 0.00 0.07 ind:pas:3s; -auréolaient auréoler VER 0.71 3.38 0.00 0.27 ind:imp:3p; -auréolaire auréolaire ADJ f s 0.13 0.00 0.13 0.00 -auréolait auréoler VER 0.71 3.38 0.00 0.54 ind:imp:3s; -auréolant auréoler VER 0.71 3.38 0.00 0.07 par:pre; -auréole auréole NOM f s 1.29 6.35 1.04 4.59 -auréoler auréoler VER 0.71 3.38 0.00 0.07 inf; -auréoles auréole NOM f p 1.29 6.35 0.25 1.76 -auréolé auréoler VER m s 0.71 3.38 0.44 1.15 par:pas; -auréolée auréolé ADJ f s 0.21 0.34 0.20 0.07 -auréolées auréoler VER f p 0.71 3.38 0.01 0.14 par:pas; -auréolés auréoler VER m p 0.71 3.38 0.12 0.41 par:pas; -auréomycine auréomycine NOM f s 0.00 0.07 0.00 0.07 -aérés aéré ADJ m p 0.50 2.36 0.17 0.27 -ausculta ausculter VER 1.18 3.58 0.00 0.54 ind:pas:3s; -auscultais ausculter VER 1.18 3.58 0.00 0.14 ind:imp:1s; -auscultait ausculter VER 1.18 3.58 0.02 0.54 ind:imp:3s; -auscultant ausculter VER 1.18 3.58 0.01 0.34 par:pre; -auscultation auscultation NOM f s 0.00 0.74 0.00 0.68 -auscultations auscultation NOM f p 0.00 0.74 0.00 0.07 -ausculte ausculter VER 1.18 3.58 0.34 0.41 ind:pre:1s;ind:pre:3s; -auscultent ausculter VER 1.18 3.58 0.14 0.07 ind:pre:3p; -ausculter ausculter VER 1.18 3.58 0.57 0.88 inf; -auscultez ausculter VER 1.18 3.58 0.04 0.00 imp:pre:2p;ind:pre:2p; -ausculté ausculter VER m s 1.18 3.58 0.07 0.54 par:pas; -auscultées ausculter VER f p 1.18 3.58 0.01 0.00 par:pas; -auscultés ausculter VER m p 1.18 3.58 0.00 0.14 par:pas; -auspices auspice NOM m p 0.21 0.95 0.21 0.95 -aussi aussi ADV 1402.33 1359.86 1402.33 1359.86 -aussitôt aussitôt ADV 13.52 189.93 13.52 189.93 -aussière aussière NOM f s 0.00 0.20 0.00 0.07 -aussières aussière NOM f p 0.00 0.20 0.00 0.14 -austral austral ADJ m s 0.07 0.95 0.03 0.20 -australe austral ADJ f s 0.07 0.95 0.03 0.68 -australes austral ADJ f p 0.07 0.95 0.01 0.07 -australien australien ADJ m s 1.57 1.89 0.76 0.88 -australienne australien ADJ f s 1.57 1.89 0.48 0.41 -australiennes australien ADJ f p 1.57 1.89 0.06 0.00 -australiens australien ADJ m p 1.57 1.89 0.27 0.61 -australopithèque australopithèque NOM m s 0.07 0.07 0.03 0.07 -australopithèques australopithèque NOM m p 0.07 0.07 0.04 0.00 -austro_hongrois austro_hongrois ADJ m s 0.05 0.41 0.05 0.27 -austro_hongrois austro_hongrois ADJ f p 0.05 0.41 0.00 0.14 -austro austro ADV 0.02 0.07 0.02 0.07 -austère austère ADJ s 1.52 10.95 1.26 8.24 -austèrement austèrement ADV 0.00 0.14 0.00 0.14 -austères austère ADJ p 1.52 10.95 0.25 2.70 -austérité austérité NOM f s 0.64 4.73 0.64 4.59 -austérités austérité NOM f p 0.64 4.73 0.00 0.14 -ausweis ausweis NOM m 0.00 0.41 0.00 0.41 -autan autan NOM m s 0.00 0.07 0.00 0.07 -autant autant ADV 152.16 240.41 152.16 240.41 -autarcie autarcie NOM f s 0.17 0.34 0.17 0.34 -autarcique autarcique ADJ s 0.01 0.27 0.01 0.20 -autarciques autarcique ADJ f p 0.01 0.27 0.00 0.07 -autel autel NOM m s 8.27 15.34 7.62 13.31 -autels autel NOM m p 8.27 15.34 0.66 2.03 -auteur auteur NOM m s 23.52 41.89 17.62 32.30 -auteure auteur NOM f s 23.52 41.89 0.01 0.00 -auteurs auteur NOM m p 23.52 41.89 5.88 9.59 -authenticité authenticité NOM f s 1.05 2.43 1.05 2.43 -authentifiait authentifier VER 0.79 0.61 0.00 0.07 ind:imp:3s; -authentification authentification NOM f s 0.33 0.14 0.33 0.14 -authentifie authentifier VER 0.79 0.61 0.06 0.20 ind:pre:1s;ind:pre:3s; -authentifient authentifier VER 0.79 0.61 0.00 0.07 ind:pre:3p; -authentifier authentifier VER 0.79 0.61 0.32 0.14 inf; -authentifierait authentifier VER 0.79 0.61 0.00 0.07 cnd:pre:3s; -authentifiez authentifier VER 0.79 0.61 0.03 0.00 imp:pre:2p;ind:pre:2p; -authentifié authentifier VER m s 0.79 0.61 0.21 0.00 par:pas; -authentifiée authentifier VER f s 0.79 0.61 0.10 0.07 par:pas; -authentifiées authentifier VER f p 0.79 0.61 0.04 0.00 par:pas; -authentifiés authentifier VER m p 0.79 0.61 0.04 0.00 par:pas; -authentiquant authentiquer VER 0.17 0.07 0.00 0.07 par:pre; -authentique authentique ADJ s 9.22 11.35 7.28 8.51 -authentiquement authentiquement ADV 0.17 0.54 0.17 0.54 -authentiques authentique ADJ p 9.22 11.35 1.94 2.84 -autisme autisme NOM m s 0.31 0.00 0.31 0.00 -autiste autiste ADJ s 0.58 0.27 0.46 0.20 -autistes autiste ADJ m p 0.58 0.27 0.12 0.07 -autistique autistique ADJ s 0.04 0.07 0.04 0.07 -auto_adhésif auto_adhésif ADJ f s 0.00 0.07 0.00 0.07 -auto_analyse auto_analyse NOM f s 0.02 0.07 0.02 0.07 -auto_immun auto_immun ADJ m s 0.12 0.00 0.01 0.00 -auto_immun auto_immun ADJ f s 0.12 0.00 0.10 0.00 -auto_intoxication auto_intoxication NOM f s 0.00 0.14 0.00 0.14 -auto_pilote auto_pilote NOM s 0.10 0.00 0.10 0.00 -auto_stop auto_stop NOM m s 1.06 0.74 1.06 0.74 -auto_stoppeur auto_stoppeur NOM m s 0.63 0.20 0.28 0.00 -auto_stoppeur auto_stoppeur NOM m p 0.63 0.20 0.27 0.00 -auto_stoppeur auto_stoppeur NOM f s 0.63 0.20 0.08 0.07 -auto_stoppeuse auto_stoppeuse NOM f p 0.04 0.00 0.04 0.00 -auto_tamponneuse auto_tamponneuse NOM f s 0.26 0.00 0.04 0.00 -auto_tamponneuse auto_tamponneuse NOM f p 0.26 0.00 0.22 0.00 -auto_école auto_école NOM f s 0.58 0.07 0.58 0.07 -auto_érotisme auto_érotisme NOM m s 0.02 0.00 0.02 0.00 -auto auto NOM s 18.66 42.36 16.25 30.34 -autobiographe autobiographe NOM s 0.00 0.20 0.00 0.20 -autobiographie autobiographie NOM f s 1.26 1.35 1.12 0.68 -autobiographies autobiographie NOM f p 1.26 1.35 0.14 0.68 -autobiographique autobiographique ADJ s 0.40 0.68 0.34 0.61 -autobiographiques autobiographique ADJ p 0.40 0.68 0.06 0.07 -autobronzant autobronzant NOM m s 0.16 0.00 0.16 0.00 -autobus autobus NOM m 4.67 26.28 4.67 26.28 -autocar autocar NOM m s 2.33 8.85 2.23 7.70 -autocars autocar NOM m p 2.33 8.85 0.10 1.15 -autocensure autocensure NOM f s 0.35 0.34 0.35 0.34 -autocensurent autocensurer VER 0.01 0.14 0.00 0.07 ind:pre:3p; -autocensurer autocensurer VER 0.01 0.14 0.00 0.07 inf; -autochenille autochenille NOM f s 0.00 0.07 0.00 0.07 -autochtone autochtone ADJ s 0.20 1.15 0.14 0.47 -autochtones autochtone NOM p 0.84 1.69 0.72 1.35 -autoclave autoclave NOM m s 0.01 0.14 0.01 0.14 -autocollant autocollant NOM m s 2.07 0.00 0.73 0.00 -autocollante autocollant ADJ f s 0.09 0.27 0.01 0.00 -autocollantes autocollant ADJ f p 0.09 0.27 0.01 0.14 -autocollants autocollant NOM m p 2.07 0.00 1.34 0.00 -autoconservation autoconservation NOM f s 0.01 0.07 0.01 0.07 -autocrate autocrate ADJ s 0.02 0.00 0.02 0.00 -autocrates autocrate NOM p 0.00 0.07 0.00 0.07 -autocratie autocratie NOM f s 0.10 0.07 0.10 0.07 -autocratique autocratique ADJ s 0.03 0.20 0.03 0.14 -autocratiques autocratique ADJ p 0.03 0.20 0.00 0.07 -autocritique autocritique NOM f s 0.16 1.22 0.16 1.15 -autocritiquer autocritiquer VER 0.01 0.00 0.01 0.00 inf; -autocritiques autocritique NOM f p 0.16 1.22 0.00 0.07 -autocréation autocréation NOM f s 0.00 0.07 0.00 0.07 -autocuiseur autocuiseur NOM m s 0.28 0.00 0.28 0.00 -autodafé autodafé NOM m s 0.07 0.61 0.07 0.41 -autodafés autodafé NOM m p 0.07 0.61 0.00 0.20 -autodestructeur autodestructeur ADJ m s 0.35 0.07 0.20 0.00 -autodestructeurs autodestructeur ADJ m p 0.35 0.07 0.04 0.00 -autodestructible autodestructible ADJ s 0.00 0.07 0.00 0.07 -autodestruction autodestruction NOM f s 2.14 0.47 2.14 0.47 -autodestructrice autodestructeur ADJ f s 0.35 0.07 0.12 0.07 -autodidacte autodidacte NOM s 0.30 0.74 0.27 0.61 -autodidactes autodidacte NOM p 0.30 0.74 0.03 0.14 -autodidactique autodidactique ADJ f s 0.01 0.07 0.01 0.07 -autodirecteur autodirecteur ADJ m s 0.12 0.00 0.12 0.00 -autodiscipline autodiscipline NOM f s 0.18 0.00 0.18 0.00 -autodrome autodrome NOM m s 0.01 0.00 0.01 0.00 -autodéfense autodéfense NOM f s 1.74 0.47 1.74 0.47 -autodénigrement autodénigrement NOM m s 0.01 0.07 0.01 0.07 -autodérision autodérision NOM f s 0.04 0.00 0.04 0.00 -autodétermination autodétermination NOM f s 0.47 0.00 0.47 0.00 -autodétruira autodétruire VER 0.51 0.00 0.07 0.00 ind:fut:3s; -autodétruire autodétruire VER 0.51 0.00 0.21 0.00 inf; -autodétruiront autodétruire VER 0.51 0.00 0.02 0.00 ind:fut:3p; -autodétruisant autodétruire VER 0.51 0.00 0.01 0.00 par:pre; -autodétruisent autodétruire VER 0.51 0.00 0.04 0.00 ind:pre:3p; -autodétruit autodétruire VER m s 0.51 0.00 0.11 0.00 ind:pre:3s;par:pas; -autodétruite autodétruire VER f s 0.51 0.00 0.04 0.00 par:pas; -autofinancement autofinancement NOM m s 0.01 0.00 0.01 0.00 -autofocus autofocus ADJ 0.13 0.00 0.13 0.00 -autogenèse autogenèse NOM f s 0.02 0.00 0.02 0.00 -autogestion autogestion NOM f s 0.14 0.20 0.14 0.20 -autogire autogire NOM m s 0.02 0.07 0.01 0.07 -autogires autogire NOM m p 0.02 0.07 0.01 0.00 -autographe autographe NOM m s 8.52 1.82 7.35 0.95 -autographes autographe NOM m p 8.52 1.82 1.17 0.88 -autographier autographier VER 0.01 0.07 0.00 0.07 inf; -autographié autographier VER m s 0.01 0.07 0.01 0.00 par:pas; -autogène autogène ADJ f s 0.01 0.07 0.01 0.07 -autoguidage autoguidage NOM m s 0.05 0.00 0.05 0.00 -autoguidé autoguidé ADJ m s 0.01 0.00 0.01 0.00 -autogérer autogérer VER 0.13 0.00 0.13 0.00 inf; -autogérée autogéré ADJ f s 0.12 0.00 0.12 0.00 -autolimite autolimiter VER 0.01 0.00 0.01 0.00 ind:pre:3s; -autologues autologue ADJ m p 0.01 0.00 0.01 0.00 -autolysat autolysat NOM m s 0.00 0.07 0.00 0.07 -autolyse autolyse NOM f s 0.01 0.00 0.01 0.00 -automate automate NOM s 0.50 5.54 0.19 4.12 -automates automate NOM p 0.50 5.54 0.30 1.42 -automatico automatico ADV 0.00 0.07 0.00 0.07 -automation automation NOM f s 0.14 0.14 0.14 0.14 -automatique automatique ADJ s 8.60 7.57 6.60 5.74 -automatiquement automatiquement ADV 2.61 3.85 2.61 3.85 -automatiques automatique ADJ p 8.60 7.57 2.00 1.82 -automatisation automatisation NOM f s 0.14 0.14 0.14 0.14 -automatisme automatisme NOM m s 0.18 1.22 0.17 1.08 -automatismes automatisme NOM m p 0.18 1.22 0.01 0.14 -automatisé automatiser VER m s 0.28 0.00 0.20 0.00 par:pas; -automatisée automatiser VER f s 0.28 0.00 0.04 0.00 par:pas; -automatisées automatisé ADJ f p 0.24 0.00 0.04 0.00 -automatisés automatiser VER m p 0.28 0.00 0.04 0.00 par:pas; -automitrailleuse automitrailleur NOM f s 0.10 1.76 0.00 0.47 -automitrailleuses automitrailleur NOM f p 0.10 1.76 0.10 1.28 -automnal automnal ADJ m s 0.32 1.76 0.11 1.08 -automnale automnal ADJ f s 0.32 1.76 0.11 0.47 -automnales automnal ADJ f p 0.32 1.76 0.10 0.20 -automne automne NOM m s 16.91 43.65 16.88 42.97 -automnes automne NOM m p 16.91 43.65 0.03 0.68 -automobile_club automobile_club NOM f s 0.03 0.00 0.03 0.00 -automobile automobile NOM f s 3.71 19.46 2.96 12.70 -automobiles automobile NOM f p 3.71 19.46 0.76 6.76 -automobiliste automobiliste NOM s 0.39 3.78 0.20 1.76 -automobilistes automobiliste NOM p 0.39 3.78 0.19 2.03 -automoteur automoteur ADJ m s 0.02 0.20 0.01 0.00 -automoteurs automoteur ADJ m p 0.02 0.20 0.00 0.07 -automotrice automoteur ADJ f s 0.02 0.20 0.01 0.14 -automédication automédication NOM f s 0.08 0.00 0.08 0.00 -automutilation automutilation NOM f s 0.20 0.27 0.20 0.27 -automutiler automutiler VER 0.10 0.00 0.10 0.00 inf; -autoneige autoneige NOM f s 0.04 0.00 0.04 0.00 -autoneiges autoneige NOM f p 0.04 0.00 0.01 0.00 -autonettoyant autonettoyant ADJ m s 0.03 0.07 0.02 0.07 -autonettoyante autonettoyant ADJ f s 0.03 0.07 0.01 0.00 -autonome autonome ADJ s 2.08 2.91 1.70 1.89 -autonomes autonome ADJ p 2.08 2.91 0.38 1.01 -autonomie autonomie NOM f s 2.76 2.16 2.76 2.16 -autonomique autonomique ADJ m s 0.03 0.00 0.03 0.00 -autonomistes autonomiste NOM p 0.00 0.14 0.00 0.14 -autopilote autopilote NOM m s 0.01 0.00 0.01 0.00 -autoplastie autoplastie NOM f s 0.01 0.00 0.01 0.00 -autoportrait autoportrait NOM m s 0.85 0.34 0.71 0.14 -autoportraits autoportrait NOM m p 0.85 0.34 0.14 0.20 -autoportée autoporté ADJ f s 0.00 0.07 0.00 0.07 -autoproclamé autoproclamer VER m s 0.11 0.00 0.09 0.00 par:pas; -autoproclamée autoproclamer VER f s 0.11 0.00 0.02 0.00 par:pas; -autoproduit autoproduit NOM m s 0.01 0.07 0.01 0.07 -autopropulseur autopropulseur NOM m s 0.01 0.00 0.01 0.00 -autopropulsé autopropulsé ADJ m s 0.07 0.00 0.01 0.00 -autopropulsée autopropulsé ADJ f s 0.07 0.00 0.04 0.00 -autopropulsés autopropulsé ADJ m p 0.07 0.00 0.02 0.00 -autopsia autopsier VER 0.46 0.41 0.00 0.07 ind:pas:3s; -autopsiais autopsier VER 0.46 0.41 0.01 0.07 ind:imp:1s;ind:imp:2s; -autopsie autopsie NOM f s 12.23 1.55 11.57 1.49 -autopsier autopsier VER 0.46 0.41 0.28 0.20 inf; -autopsies autopsie NOM f p 12.23 1.55 0.66 0.07 -autopsié autopsier VER m s 0.46 0.41 0.16 0.07 par:pas; -autopunition autopunition NOM f s 0.03 0.00 0.03 0.00 -autoradio autoradio NOM m s 1.40 0.07 0.81 0.07 -autoradios autoradio NOM m p 1.40 0.07 0.59 0.00 -autorail autorail NOM m s 0.00 0.14 0.00 0.14 -autoreproduction autoreproduction NOM f s 0.01 0.00 0.01 0.00 -autorisa autoriser VER 30.28 20.88 0.07 0.74 ind:pas:3s; -autorisai autoriser VER 30.28 20.88 0.00 0.07 ind:pas:1s; -autorisaient autoriser VER 30.28 20.88 0.03 0.74 ind:imp:3p; -autorisais autoriser VER 30.28 20.88 0.12 0.00 ind:imp:1s; -autorisait autoriser VER 30.28 20.88 0.22 4.53 ind:imp:3s; -autorisant autoriser VER 30.28 20.88 0.83 0.95 par:pre; -autorisassent autoriser VER 30.28 20.88 0.00 0.07 sub:imp:3p; -autorisation autorisation NOM f s 21.10 10.07 19.55 8.92 -autorisations autorisation NOM f p 21.10 10.07 1.55 1.15 -autorise autoriser VER 30.28 20.88 6.57 3.31 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:1s; -autorisent autoriser VER 30.28 20.88 0.53 0.34 ind:pre:3p; -autoriser autoriser VER 30.28 20.88 3.16 1.69 inf; -autorisera autoriser VER 30.28 20.88 0.20 0.14 ind:fut:3s; -autoriserai autoriser VER 30.28 20.88 0.70 0.00 ind:fut:1s; -autoriserais autoriser VER 30.28 20.88 0.07 0.00 cnd:pre:1s;cnd:pre:2s; -autoriserait autoriser VER 30.28 20.88 0.29 0.41 cnd:pre:3s; -autoriserez autoriser VER 30.28 20.88 0.14 0.00 ind:fut:2p; -autoriserons autoriser VER 30.28 20.88 0.02 0.00 ind:fut:1p; -autoriseront autoriser VER 30.28 20.88 0.09 0.00 ind:fut:3p; -autorises autoriser VER 30.28 20.88 0.44 0.07 ind:pre:2s; -autorisez autoriser VER 30.28 20.88 0.96 0.27 imp:pre:2p;ind:pre:2p; -autorisiez autoriser VER 30.28 20.88 0.03 0.07 ind:imp:2p; -autorisions autoriser VER 30.28 20.88 0.00 0.07 ind:imp:1p; -autorisons autoriser VER 30.28 20.88 0.15 0.00 imp:pre:1p;ind:pre:1p; -autorisât autoriser VER 30.28 20.88 0.00 0.41 sub:imp:3s; -autorisèrent autoriser VER 30.28 20.88 0.00 0.14 ind:pas:3p; -autorisé autoriser VER m s 30.28 20.88 10.22 3.78 par:pas; -autorisée autoriser VER f s 30.28 20.88 2.55 1.22 par:pas; -autorisées autoriser VER f p 30.28 20.88 0.71 0.41 par:pas; -autorisés autoriser VER m p 30.28 20.88 2.19 1.49 par:pas; -autoritaire autoritaire ADJ s 1.35 3.65 1.19 3.31 -autoritairement autoritairement ADV 0.01 0.00 0.01 0.00 -autoritaires autoritaire ADJ p 1.35 3.65 0.16 0.34 -autoritarisme autoritarisme NOM m s 0.02 0.07 0.02 0.07 -autorité autorité NOM f s 32.95 77.03 18.62 56.22 -autorités autorité NOM f p 32.95 77.03 14.32 20.81 -autoroute autoroute NOM f s 14.76 15.00 13.81 12.77 -autoroutes autoroute NOM f p 14.76 15.00 0.95 2.23 -autoroutiers autoroutier ADJ m p 0.03 0.14 0.01 0.07 -autoroutière autoroutier ADJ f s 0.03 0.14 0.01 0.07 -autorégulateur autorégulateur ADJ m s 0.01 0.00 0.01 0.00 -autorégulation autorégulation NOM f s 0.14 0.00 0.14 0.00 -autorégule autoréguler VER 0.01 0.00 0.01 0.00 ind:pre:3s; -autos auto NOM f p 18.66 42.36 2.42 12.03 -autosatisfaction autosatisfaction NOM f s 0.13 0.27 0.13 0.27 -autostop autostop NOM m s 0.07 0.00 0.07 0.00 -autostrade autostrade NOM f s 0.02 0.27 0.02 0.20 -autostrades autostrade NOM f p 0.02 0.27 0.00 0.07 -autosubsistance autosubsistance NOM f s 0.01 0.00 0.01 0.00 -autosuffisance autosuffisance NOM f s 0.04 0.00 0.04 0.00 -autosuffisant autosuffisant ADJ m s 0.04 0.00 0.01 0.00 -autosuffisants autosuffisant ADJ m p 0.04 0.00 0.03 0.00 -autosuggestion autosuggestion NOM f s 0.09 0.14 0.09 0.14 -autosuggestionna autosuggestionner VER 0.00 0.07 0.00 0.07 ind:pas:3s; -autosurveillance autosurveillance NOM f s 0.02 0.00 0.02 0.00 -autour autour ADV 87.02 361.55 87.02 361.55 -autoérotique autoérotique ADJ f s 0.03 0.00 0.03 0.00 -autours autour NOM m p 0.42 2.03 0.16 0.07 -autre autre PRO:ind s 473.33 661.82 473.33 661.82 -autrefois autrefois PRO:ind f s 0.00 0.07 0.00 0.07 -autrement autrement ADV 40.16 62.77 40.16 62.77 -autres autres PRO:ind p 249.70 375.14 249.70 375.14 -autrichien autrichien ADJ m s 2.67 7.36 1.26 2.91 -autrichienne autrichien ADJ f s 2.67 7.36 0.88 1.89 -autrichiennes autrichien ADJ f p 2.67 7.36 0.03 0.88 -autrichiens autrichiens PRO:ind m p 0.00 0.14 0.00 0.14 -autruche autruche NOM f s 3.53 3.04 2.79 2.43 -autruches autruche NOM f p 3.53 3.04 0.74 0.61 -autrui autrui PRO:ind m s 6.56 12.30 6.56 12.30 -auvent auvent NOM m s 0.46 6.89 0.31 6.28 -auvents auvent NOM m p 0.46 6.89 0.14 0.61 -auvergnat auvergnat NOM m s 0.01 2.50 0.00 1.28 -auvergnate auvergnat NOM f s 0.01 2.50 0.01 0.41 -auvergnates auvergnat ADJ f p 0.00 2.23 0.00 0.20 -auvergnats auvergnat NOM m p 0.01 2.50 0.00 0.74 -auvergne auvergne NOM f s 0.00 1.22 0.00 1.22 -auverpin auverpin NOM m s 0.00 0.54 0.00 0.41 -auverpins auverpin NOM m p 0.00 0.54 0.00 0.14 -aux_aguets aux_aguets ADV 0.87 5.88 0.87 5.88 -aux aux ART:def p 835.65 1907.57 835.65 1907.57 -auxdits auxdits PRE 0.00 0.14 0.00 0.14 -auxerrois auxerrois NOM m 0.00 0.07 0.00 0.07 -auxiliaire auxiliaire ADJ s 1.90 2.09 1.52 1.15 -auxiliaires auxiliaire NOM p 1.42 3.51 0.73 2.03 -auxquelles auxquelles PRO:rel f p 3.57 22.09 3.53 20.54 -auxquels auxquels PRO:rel m p 3.35 26.28 3.31 23.72 -avachi avachir VER m s 0.33 2.23 0.23 0.74 par:pas; -avachie avachi ADJ f s 0.24 3.58 0.05 0.74 -avachies avachi ADJ f p 0.24 3.58 0.00 0.41 -avachir avachir VER 0.33 2.23 0.02 0.07 inf; -avachirait avachir VER 0.33 2.23 0.00 0.07 cnd:pre:3s; -avachirons avachir VER 0.33 2.23 0.00 0.07 ind:fut:1p; -avachis avachi ADJ m p 0.24 3.58 0.14 1.08 -avachissait avachir VER 0.33 2.23 0.00 0.07 ind:imp:3s; -avachissement avachissement NOM m s 0.01 0.47 0.01 0.47 -avachissent avachir VER 0.33 2.23 0.01 0.00 ind:pre:3p; -avachit avachir VER 0.33 2.23 0.00 0.47 ind:pre:3s;ind:pas:3s; -avaient avoir AUX 18559.23 12800.81 54.37 524.26 ind:imp:3p; -avais avoir AUX 18559.23 12800.81 412.04 566.76 ind:imp:2s; -avait avoir AUX 18559.23 12800.81 395.71 3116.42 ind:imp:3s; -aval aval NOM m s 2.08 3.99 2.08 3.99 -avala avaler VER 35.89 65.27 0.23 7.97 ind:pas:3s; -avalage avalage NOM m s 0.03 0.07 0.03 0.07 -avalai avaler VER 35.89 65.27 0.00 1.69 ind:pas:1s; -avalaient avaler VER 35.89 65.27 0.16 0.61 ind:imp:3p; -avalais avaler VER 35.89 65.27 0.03 0.74 ind:imp:1s; -avalait avaler VER 35.89 65.27 0.46 5.95 ind:imp:3s; -avalanche avalanche NOM f s 2.75 5.68 1.89 4.86 -avalanches avalanche NOM f p 2.75 5.68 0.86 0.81 -avalant avaler VER 35.89 65.27 0.28 2.84 par:pre; -avale avaler VER 35.89 65.27 8.02 9.26 imp:pre:2s;ind:pre:1s;ind:pre:3s; -avalement avalement NOM m s 0.00 0.14 0.00 0.14 -avalent avaler VER 35.89 65.27 0.62 1.15 ind:pre:3p; -avaler avaler VER 35.89 65.27 11.95 19.39 inf; -avalera avaler VER 35.89 65.27 0.54 0.07 ind:fut:3s; -avalerai avaler VER 35.89 65.27 0.35 0.20 ind:fut:1s; -avaleraient avaler VER 35.89 65.27 0.01 0.00 cnd:pre:3p; -avalerais avaler VER 35.89 65.27 0.39 0.20 cnd:pre:1s; -avalerait avaler VER 35.89 65.27 0.19 0.41 cnd:pre:3s; -avaleras avaler VER 35.89 65.27 0.03 0.07 ind:fut:2s; -avaleriez avaler VER 35.89 65.27 0.02 0.07 cnd:pre:2p; -avaleront avaler VER 35.89 65.27 0.36 0.14 ind:fut:3p; -avales avaler VER 35.89 65.27 1.11 0.14 ind:pre:2s; -avaleur avaleur NOM m s 0.68 0.61 0.17 0.41 -avaleurs avaleur NOM m p 0.68 0.61 0.03 0.20 -avaleuse avaleur NOM f s 0.68 0.61 0.47 0.00 -avalez avaler VER 35.89 65.27 1.73 0.14 imp:pre:2p;ind:pre:2p; -avaliez avaler VER 35.89 65.27 0.01 0.00 ind:imp:2p; -avaliser avaliser VER 0.09 0.14 0.08 0.14 inf; -avaliseur avaliseur NOM m s 0.03 0.00 0.03 0.00 -avalisés avaliser VER m p 0.09 0.14 0.01 0.00 par:pas; -avaloires avaloire NOM f p 0.00 0.07 0.00 0.07 -avalâmes avaler VER 35.89 65.27 0.00 0.07 ind:pas:1p; -avalons avaler VER 35.89 65.27 0.03 0.14 imp:pre:1p;ind:pre:1p; -avalât avaler VER 35.89 65.27 0.00 0.07 sub:imp:3s; -avalèrent avaler VER 35.89 65.27 0.01 0.07 ind:pas:3p; -avalé avaler VER m s 35.89 65.27 7.55 9.46 par:pas; -avalée avaler VER f s 35.89 65.27 0.71 2.77 par:pas; -avalées avaler VER f p 35.89 65.27 0.38 0.74 par:pas; -avalés avaler VER m p 35.89 65.27 0.74 0.95 par:pas; -avance avance NOM f s 69.25 82.30 65.68 77.64 -avancement avancement NOM m s 3.34 3.18 3.30 2.97 -avancements avancement NOM m p 3.34 3.18 0.04 0.20 -avancent avancer VER 95.62 195.00 4.63 7.50 ind:pre:3p; -avancer avancer VER 95.62 195.00 22.65 30.41 inf; -avancera avancer VER 95.62 195.00 1.37 0.74 ind:fut:3s; -avancerai avancer VER 95.62 195.00 0.29 0.20 ind:fut:1s; -avancerais avancer VER 95.62 195.00 0.06 0.07 cnd:pre:1s; -avancerait avancer VER 95.62 195.00 0.84 1.15 cnd:pre:3s; -avancerez avancer VER 95.62 195.00 0.04 0.00 ind:fut:2p; -avancerons avancer VER 95.62 195.00 0.24 0.00 ind:fut:1p; -avanceront avancer VER 95.62 195.00 0.10 0.41 ind:fut:3p; -avances avance NOM f p 69.25 82.30 3.57 4.66 -avancez avancer VER 95.62 195.00 19.95 0.54 imp:pre:2p;ind:pre:2p; -avanciez avancer VER 95.62 195.00 0.06 0.14 ind:imp:2p; -avancions avancer VER 95.62 195.00 0.17 2.43 ind:imp:1p; -avancèrent avancer VER 95.62 195.00 0.04 2.43 ind:pas:3p; -avancé avancer VER m s 95.62 195.00 6.08 12.23 par:pas; -avancée avancé ADJ f s 6.71 11.15 2.19 3.92 -avancées avancée NOM f p 2.25 4.39 0.70 0.81 -avancés avancé ADJ m p 6.71 11.15 1.08 1.28 -avanie avanie NOM f s 0.04 1.42 0.04 0.27 -avanies avanie NOM f p 0.04 1.42 0.00 1.15 -avant_avant_dernier avant_avant_dernier NOM m s 0.00 0.07 0.00 0.07 -avant_bec avant_bec NOM m s 0.01 0.00 0.01 0.00 -avant_bras avant_bras NOM m 0.84 12.70 0.84 12.70 -avant_centre avant_centre NOM m s 0.28 0.20 0.28 0.20 -avant_clou avant_clou NOM m p 0.00 0.07 0.00 0.07 -avant_corps avant_corps NOM m 0.00 0.07 0.00 0.07 -avant_coureur avant_coureur ADJ m s 0.32 1.62 0.02 0.74 -avant_coureur avant_coureur ADJ m p 0.32 1.62 0.29 0.88 -avant_courrier avant_courrier ADJ f s 0.00 0.07 0.00 0.07 -avant_courrier avant_courrier NOM f p 0.00 0.07 0.00 0.07 -avant_cour avant_cour NOM f p 0.00 0.07 0.00 0.07 -avant_dîner avant_dîner NOM m 0.00 0.07 0.00 0.07 -avant_dernier avant_dernier ADJ m s 0.45 1.96 0.11 0.88 -avant_dernier avant_dernier ADJ f s 0.45 1.96 0.34 1.08 -avant_garde avant_garde NOM f s 1.52 7.91 1.52 7.09 -avant_garde avant_garde NOM f p 1.52 7.91 0.00 0.81 -avant_gardiste avant_gardiste ADJ s 0.23 0.20 0.21 0.14 -avant_gardiste avant_gardiste ADJ m p 0.23 0.20 0.03 0.07 -avant_gauche avant_gauche ADJ 0.10 0.00 0.10 0.00 -avant_goût avant_goût NOM m s 1.25 1.62 1.25 1.62 -avant_guerre avant_guerre NOM s 0.65 7.16 0.65 7.16 -avant_hier avant_hier ADV 6.69 8.78 6.69 8.78 -avant_mont avant_mont NOM m p 0.01 0.00 0.01 0.00 -avant_papier avant_papier NOM m s 0.00 0.20 0.00 0.20 -avant_plan avant_plan NOM m s 0.02 0.07 0.02 0.07 -avant_port avant_port NOM m s 0.00 0.07 0.00 0.07 -avant_poste avant_poste NOM m s 2.15 3.72 1.52 0.27 -avant_poste avant_poste NOM m p 2.15 3.72 0.62 3.45 -avant_première avant_première NOM f s 0.50 0.41 0.45 0.41 -avant_première avant_première NOM f p 0.50 0.41 0.05 0.00 -avant_printemps avant_printemps NOM m 0.00 0.07 0.00 0.07 -avant_projet avant_projet NOM m s 0.04 0.00 0.04 0.00 -avant_propos avant_propos NOM m 0.05 0.41 0.05 0.41 -avant_scène avant_scène NOM f s 0.73 0.88 0.73 0.68 -avant_scène avant_scène NOM f p 0.73 0.88 0.00 0.20 -avant_toit avant_toit NOM m s 0.03 0.27 0.01 0.27 -avant_toit avant_toit NOM m p 0.03 0.27 0.02 0.00 -avant_train avant_train NOM m s 0.02 0.34 0.01 0.20 -avant_train avant_train NOM m p 0.02 0.34 0.01 0.14 -avant_trou avant_trou NOM m s 0.01 0.00 0.01 0.00 -avant_veille avant_veille NOM f s 0.01 3.65 0.01 3.65 -avant avant PRE 529.51 574.32 529.51 574.32 -avantage avantage NOM m s 24.63 32.16 16.95 21.28 -avantageaient avantager VER 0.95 2.09 0.01 0.00 ind:imp:3p; -avantageais avantager VER 0.95 2.09 0.00 0.07 ind:imp:1s; -avantageait avantager VER 0.95 2.09 0.03 0.20 ind:imp:3s; -avantageant avantager VER 0.95 2.09 0.00 0.07 par:pre; -avantagent avantager VER 0.95 2.09 0.03 0.00 ind:pre:3p; -avantager avantager VER 0.95 2.09 0.07 0.14 inf; -avantagera avantager VER 0.95 2.09 0.04 0.07 ind:fut:3s; -avantages avantage NOM m p 24.63 32.16 7.68 10.88 -avantageuse avantageux ADJ f s 1.36 5.07 0.36 1.01 -avantageusement avantageusement ADV 0.16 1.42 0.16 1.42 -avantageuses avantageux ADJ f p 1.36 5.07 0.04 0.54 -avantageux avantageux ADJ m 1.36 5.07 0.95 3.51 -avantagé avantager VER m s 0.95 2.09 0.12 0.47 par:pas; -avantagée avantager VER f s 0.95 2.09 0.05 0.07 par:pas; -avantagés avantager VER m p 0.95 2.09 0.01 0.20 par:pas; -avança avancer VER 95.62 195.00 0.48 27.97 ind:pas:3s; -avançai avancer VER 95.62 195.00 0.14 2.16 ind:pas:1s; -avançaient avancer VER 95.62 195.00 0.27 9.05 ind:imp:3p; -avançais avancer VER 95.62 195.00 0.47 4.19 ind:imp:1s;ind:imp:2s; -avançait avancer VER 95.62 195.00 1.70 34.32 ind:imp:3s; -avançant avancer VER 95.62 195.00 0.50 10.41 par:pre; -avançâmes avancer VER 95.62 195.00 0.00 0.20 ind:pas:1p; -avançons avancer VER 95.62 195.00 1.54 1.82 imp:pre:1p;ind:pre:1p; -avançât avancer VER 95.62 195.00 0.00 0.27 sub:imp:3s; -avants avant NOM m p 8.05 21.35 0.11 0.14 -avare avare ADJ s 2.69 7.09 2.26 5.95 -avarement avarement ADV 0.00 0.20 0.00 0.20 -avares avare ADJ p 2.69 7.09 0.43 1.15 -avarice avarice NOM f s 1.18 3.24 1.18 3.18 -avarices avarice NOM f p 1.18 3.24 0.00 0.07 -avaricieuse avaricieux ADJ f s 0.00 0.27 0.00 0.14 -avaricieusement avaricieusement ADV 0.00 0.14 0.00 0.14 -avaricieux avaricieux NOM m 0.01 0.07 0.01 0.07 -avarie avarie NOM f s 1.19 1.08 0.25 0.41 -avarient avarier VER 0.23 0.27 0.00 0.07 ind:pre:3p; -avaries avarie NOM f p 1.19 1.08 0.94 0.68 -avarié avarié ADJ m s 0.92 1.69 0.20 0.54 -avariée avarié ADJ f s 0.92 1.69 0.35 0.41 -avariées avarié ADJ f p 0.92 1.69 0.16 0.27 -avariés avarié ADJ m p 0.92 1.69 0.21 0.47 -avaro avaro NOM m s 0.00 0.41 0.00 0.20 -avaros avaro NOM m p 0.00 0.41 0.00 0.20 -avatar avatar NOM m s 2.55 4.93 2.41 2.91 -avatars avatar NOM m p 2.55 4.93 0.14 2.03 -ave ave NOM m 3.75 2.36 3.75 2.36 -avec avec PRE 3704.89 4000.41 3704.89 4000.41 -avelines aveline NOM f p 0.00 0.07 0.00 0.07 -avenant avenant ADJ m s 0.78 2.84 0.52 0.88 -avenante avenant ADJ f s 0.78 2.84 0.26 1.15 -avenantes avenant ADJ f p 0.78 2.84 0.00 0.61 -avenants avenant NOM m p 0.27 0.88 0.01 0.00 -avenir avenir NOM m s 72.61 113.72 72.47 113.18 -avenirs avenir NOM m p 72.61 113.72 0.14 0.54 -avent avent NOM m s 0.06 0.47 0.06 0.47 -aventura aventurer VER 2.63 12.57 0.14 0.54 ind:pas:3s; -aventurai aventurer VER 2.63 12.57 0.01 0.27 ind:pas:1s; -aventuraient aventurer VER 2.63 12.57 0.03 0.54 ind:imp:3p; -aventurais aventurer VER 2.63 12.57 0.00 0.07 ind:imp:1s; -aventurait aventurer VER 2.63 12.57 0.04 1.01 ind:imp:3s; -aventurant aventurer VER 2.63 12.57 0.01 0.54 par:pre; -aventure aventure NOM f s 29.66 84.86 22.54 54.86 -aventurent aventurer VER 2.63 12.57 0.09 0.54 ind:pre:3p; -aventurer aventurer VER 2.63 12.57 0.60 3.99 inf; -aventurerai aventurer VER 2.63 12.57 0.00 0.07 ind:fut:1s; -aventurerais aventurer VER 2.63 12.57 0.06 0.00 cnd:pre:1s; -aventurerait aventurer VER 2.63 12.57 0.03 0.07 cnd:pre:3s; -aventures aventure NOM f p 29.66 84.86 7.13 30.00 -aventureuse aventureux ADJ f s 0.95 3.65 0.11 1.49 -aventureuses aventureux ADJ f p 0.95 3.65 0.15 0.47 -aventureux aventureux ADJ m 0.95 3.65 0.69 1.69 -aventurez aventurer VER 2.63 12.57 0.07 0.00 imp:pre:2p;ind:pre:2p; -aventurier aventurier NOM m s 2.36 7.50 0.92 3.72 -aventuriers aventurier NOM m p 2.36 7.50 1.05 2.43 -aventurines aventurine NOM f p 0.00 0.07 0.00 0.07 -aventurions aventurer VER 2.63 12.57 0.01 0.14 ind:imp:1p; -aventurière aventurier NOM f s 2.36 7.50 0.39 0.95 -aventurières aventurière NOM f p 0.16 0.00 0.16 0.00 -aventurons aventurer VER 2.63 12.57 0.04 0.14 imp:pre:1p;ind:pre:1p; -aventurât aventurer VER 2.63 12.57 0.00 0.14 sub:imp:3s; -aventurèrent aventurer VER 2.63 12.57 0.00 0.07 ind:pas:3p; -aventuré aventurer VER m s 2.63 12.57 0.23 1.49 par:pas; -aventurée aventurer VER f s 2.63 12.57 0.22 0.68 par:pas; -aventurées aventurer VER f p 2.63 12.57 0.00 0.07 par:pas; -aventurés aventurer VER m p 2.63 12.57 0.14 0.54 par:pas; -avenu avenu ADJ m s 0.07 1.42 0.05 0.41 -avenue avenue NOM f s 8.70 47.70 8.19 40.81 -avenues avenue NOM f p 8.70 47.70 0.52 6.89 -avenus avenu ADJ m p 0.07 1.42 0.03 0.27 -avers avers NOM m 0.00 0.14 0.00 0.14 -averse averse NOM f s 1.77 11.96 1.15 9.80 -averses averse NOM f p 1.77 11.96 0.63 2.16 -aversion aversion NOM f s 0.97 2.64 0.97 2.57 -aversions aversion NOM f p 0.97 2.64 0.00 0.07 -avertît avertir VER 30.80 37.70 0.00 0.14 sub:imp:3s; -averti avertir VER m s 30.80 37.70 6.26 9.73 par:pas; -avertie avertir VER f s 30.80 37.70 2.08 2.23 par:pas; -averties avertir VER f p 30.80 37.70 0.10 0.41 par:pas; -avertir avertir VER 30.80 37.70 13.49 11.01 inf; -avertira avertir VER 30.80 37.70 0.43 0.00 ind:fut:3s; -avertirai avertir VER 30.80 37.70 0.59 0.20 ind:fut:1s; -avertirait avertir VER 30.80 37.70 0.01 0.47 cnd:pre:3s; -avertiras avertir VER 30.80 37.70 0.03 0.00 ind:fut:2s; -avertirent avertir VER 30.80 37.70 0.10 0.34 ind:pas:3p; -avertirez avertir VER 30.80 37.70 0.01 0.07 ind:fut:2p; -avertis avertir VER m p 30.80 37.70 4.75 3.51 imp:pre:2s;ind:pre:1s;ind:pre:2s;par:pas;par:pas; -avertissaient avertir VER 30.80 37.70 0.01 0.27 ind:imp:3p; -avertissais avertir VER 30.80 37.70 0.03 0.27 ind:imp:1s;ind:imp:2s; -avertissait avertir VER 30.80 37.70 0.12 2.03 ind:imp:3s; -avertissant avertir VER 30.80 37.70 0.05 0.54 par:pre; -avertisse avertir VER 30.80 37.70 0.30 0.68 sub:pre:1s;sub:pre:3s; -avertissement avertissement NOM m s 9.60 9.53 8.68 7.09 -avertissements avertissement NOM m p 9.60 9.53 0.92 2.43 -avertissent avertir VER 30.80 37.70 0.20 0.41 ind:pre:3p; -avertisseur avertisseur NOM m s 0.15 1.89 0.14 1.08 -avertisseurs avertisseur NOM m p 0.15 1.89 0.01 0.81 -avertisseuses avertisseur ADJ f p 0.04 0.34 0.00 0.07 -avertissez avertir VER 30.80 37.70 1.52 0.20 imp:pre:2p;ind:pre:2p; -avertissiez avertir VER 30.80 37.70 0.03 0.00 ind:imp:2p; -avertissons avertir VER 30.80 37.70 0.09 0.14 imp:pre:1p;ind:pre:1p; -avertit avertir VER 30.80 37.70 0.61 5.07 ind:pre:3s;ind:pas:3s; -aveu aveu NOM m s 11.15 21.55 5.86 13.45 -aveugla aveugler VER 6.50 15.47 0.00 0.47 ind:pas:3s; -aveuglaient aveugler VER 6.50 15.47 0.03 0.74 ind:imp:3p; -aveuglais aveugler VER 6.50 15.47 0.00 0.07 ind:imp:1s; -aveuglait aveugler VER 6.50 15.47 0.14 1.22 ind:imp:3s; -aveuglant aveuglant ADJ m s 1.00 6.15 0.35 2.16 -aveuglante aveuglant ADJ f s 1.00 6.15 0.61 3.11 -aveuglantes aveuglant ADJ f p 1.00 6.15 0.04 0.34 -aveuglants aveuglant ADJ m p 1.00 6.15 0.01 0.54 -aveugle_né aveugle_né NOM m s 0.00 0.14 0.00 0.07 -aveugle_né aveugle_né NOM f s 0.00 0.14 0.00 0.07 -aveugle aveugle ADJ s 38.53 38.51 33.85 30.20 -aveuglement aveuglement NOM m s 1.79 4.46 1.77 4.39 -aveuglements aveuglement NOM m p 1.79 4.46 0.01 0.07 -aveuglent aveugler VER 6.50 15.47 0.21 0.47 ind:pre:3p; -aveugler aveugler VER 6.50 15.47 1.54 1.96 inf; -aveuglera aveugler VER 6.50 15.47 0.30 0.00 ind:fut:3s; -aveuglerait aveugler VER 6.50 15.47 0.04 0.07 cnd:pre:3s; -aveugles aveugle ADJ p 38.53 38.51 4.67 8.31 -aveuglez aveugler VER 6.50 15.47 0.03 0.00 imp:pre:2p; -aveuglons aveugler VER 6.50 15.47 0.01 0.00 imp:pre:1p; -aveuglât aveugler VER 6.50 15.47 0.00 0.07 sub:imp:3s; -aveuglèrent aveugler VER 6.50 15.47 0.00 0.07 ind:pas:3p; -aveuglé aveugler VER m s 6.50 15.47 1.32 4.05 par:pas; -aveuglée aveugler VER f s 6.50 15.47 0.45 1.42 par:pas; -aveuglées aveugler VER f p 6.50 15.47 0.01 0.14 par:pas; -aveuglément aveuglément ADV 1.30 3.31 1.30 3.31 -aveuglés aveugler VER m p 6.50 15.47 0.31 1.96 par:pas; -aveuli aveulir VER m s 0.00 0.07 0.00 0.07 par:pas; -aveulissante aveulissant ADJ f s 0.00 0.07 0.00 0.07 -aveux aveu NOM m p 11.15 21.55 5.29 8.11 -avez avoir AUX 18559.23 12800.81 1122.37 206.82 ind:pre:2p; -aviaire aviaire ADJ s 0.37 0.00 0.37 0.00 -aviateur aviateur NOM m s 3.06 8.85 1.23 4.05 -aviateurs aviateur NOM m p 3.06 8.85 1.68 4.73 -aviation aviation NOM f s 5.18 13.72 5.17 13.38 -aviations aviation NOM f p 5.18 13.72 0.01 0.34 -aviatrice aviateur NOM f s 3.06 8.85 0.16 0.00 -aviatrices aviatrice NOM f p 0.02 0.00 0.02 0.00 -avicole avicole ADJ f s 0.01 0.00 0.01 0.00 -aviculture aviculture NOM f s 0.10 0.00 0.10 0.00 -avide avide ADJ s 3.52 16.22 1.94 10.34 -avidement avidement ADV 0.38 6.08 0.38 6.08 -avides avide ADJ p 3.52 16.22 1.57 5.88 -avidité avidité NOM f s 1.05 7.97 1.05 7.91 -avidités avidité NOM f p 1.05 7.97 0.00 0.07 -aviez avoir AUX 18559.23 12800.81 50.30 16.35 ind:imp:2p; -avignonnais avignonnais NOM m 0.00 0.07 0.00 0.07 -avignonnaise avignonnais ADJ f s 0.00 0.07 0.00 0.07 -avili avilir VER m s 0.69 2.64 0.03 0.41 par:pas; -avilie avilir VER f s 0.69 2.64 0.20 0.07 par:pas; -avilies avilir VER f p 0.69 2.64 0.01 0.07 par:pas; -avilir avilir VER 0.69 2.64 0.27 1.22 inf; -avilis avilir VER m p 0.69 2.64 0.04 0.27 ind:pre:1s;ind:pre:2s;par:pas; -avilissait avilir VER 0.69 2.64 0.01 0.14 ind:imp:3s; -avilissant avilissant ADJ m s 0.62 0.88 0.39 0.41 -avilissante avilissant ADJ f s 0.62 0.88 0.10 0.20 -avilissantes avilissant ADJ f p 0.62 0.88 0.10 0.07 -avilissants avilissant ADJ m p 0.62 0.88 0.03 0.20 -avilissement avilissement NOM m s 0.16 0.34 0.16 0.34 -avilissent avilir VER 0.69 2.64 0.01 0.07 ind:pre:3p; -avilit avilir VER 0.69 2.64 0.09 0.34 ind:pre:3s;ind:pas:3s; -aviné aviné ADJ m s 0.05 1.89 0.01 0.54 -avinée aviné ADJ f s 0.05 1.89 0.01 0.68 -avinées aviné ADJ f p 0.05 1.89 0.00 0.20 -avinés aviné ADJ m p 0.05 1.89 0.03 0.47 -avion_cargo avion_cargo NOM m s 0.20 0.14 0.20 0.00 -avion_citerne avion_citerne NOM m s 0.03 0.00 0.03 0.00 -avion_suicide avion_suicide NOM m s 0.01 0.07 0.01 0.07 -avion_école avion_école NOM m s 0.01 0.00 0.01 0.00 -avion avion NOM m s 125.29 78.04 105.54 46.82 -avionique avionique NOM f s 0.13 0.00 0.13 0.00 -avionnettes avionnette NOM f p 0.00 0.07 0.00 0.07 -avionneurs avionneur NOM m p 0.01 0.00 0.01 0.00 -avion_cargo avion_cargo NOM m p 0.20 0.14 0.00 0.14 -avions_espions avions_espions NOM m p 0.01 0.00 0.01 0.00 -avions avoir AUX 18559.23 12800.81 16.42 81.01 ind:imp:1p; -aviron aviron NOM m s 1.73 2.36 1.35 0.95 -avirons aviron NOM m p 1.73 2.36 0.38 1.42 -avis avis NOM m p 139.22 65.14 139.22 65.14 -avisa aviser VER 9.77 27.50 0.14 4.66 ind:pas:3s; -avisai aviser VER 9.77 27.50 0.01 1.76 ind:pas:1s; -avisaient aviser VER 9.77 27.50 0.01 0.20 ind:imp:3p; -avisais aviser VER 9.77 27.50 0.01 0.20 ind:imp:1s; -avisait aviser VER 9.77 27.50 0.10 2.09 ind:imp:3s; -avisant aviser VER 9.77 27.50 0.02 2.50 par:pre; -avise aviser VER 9.77 27.50 3.52 4.80 imp:pre:2s;ind:pre:1s;ind:pre:3s; -avisent aviser VER 9.77 27.50 0.02 0.07 ind:pre:3p; -aviser aviser VER 9.77 27.50 0.65 3.18 inf; -avisera aviser VER 9.77 27.50 0.81 0.54 ind:fut:3s; -aviserai aviser VER 9.77 27.50 0.44 0.20 ind:fut:1s; -aviseraient aviser VER 9.77 27.50 0.00 0.07 cnd:pre:3p; -aviserais aviser VER 9.77 27.50 0.02 0.20 cnd:pre:1s; -aviserait aviser VER 9.77 27.50 0.01 0.68 cnd:pre:3s; -aviseras aviser VER 9.77 27.50 0.00 0.07 ind:fut:2s; -aviserons aviser VER 9.77 27.50 0.65 0.54 ind:fut:1p; -aviseront aviser VER 9.77 27.50 0.05 0.00 ind:fut:3p; -avises aviser VER 9.77 27.50 0.32 0.20 ind:pre:2s; -avisez aviser VER 9.77 27.50 0.89 0.14 imp:pre:2p;ind:pre:2p; -avisions aviser VER 9.77 27.50 0.00 0.07 ind:imp:1p; -aviso aviso NOM m s 0.02 2.23 0.02 1.08 -avisos aviso NOM m p 0.02 2.23 0.00 1.15 -avisât aviser VER 9.77 27.50 0.27 0.34 sub:imp:3s; -avisèrent aviser VER 9.77 27.50 0.12 0.14 ind:pas:3p; -avisé aviser VER m s 9.77 27.50 1.21 3.99 par:pas; -avisée avisé ADJ f s 1.76 2.36 0.32 0.54 -avisées avisé ADJ f p 1.76 2.36 0.01 0.00 -avisés avisé ADJ m p 1.76 2.36 0.56 0.47 -avitailler avitailler VER 0.01 0.00 0.01 0.00 inf; -avitaminose avitaminose NOM f s 0.00 0.07 0.00 0.07 -aviva aviver VER 0.19 4.26 0.01 0.20 ind:pas:3s; -avivaient aviver VER 0.19 4.26 0.00 0.07 ind:imp:3p; -avivait aviver VER 0.19 4.26 0.00 0.74 ind:imp:3s; -avivant aviver VER 0.19 4.26 0.00 0.14 par:pre; -avive aviver VER 0.19 4.26 0.00 0.61 ind:pre:3s; -avivent aviver VER 0.19 4.26 0.11 0.27 ind:pre:3p; -aviver aviver VER 0.19 4.26 0.03 0.54 inf; -avivons aviver VER 0.19 4.26 0.01 0.07 imp:pre:1p;ind:pre:1p; -avivât aviver VER 0.19 4.26 0.00 0.07 sub:imp:3s; -avivèrent aviver VER 0.19 4.26 0.00 0.07 ind:pas:3p; -avivé aviver VER m s 0.19 4.26 0.02 0.47 par:pas; -avivée aviver VER f s 0.19 4.26 0.00 0.68 par:pas; -avivées aviver VER f p 0.19 4.26 0.00 0.27 par:pas; -avivés aviver VER m p 0.19 4.26 0.00 0.07 par:pas; -avocaillon avocaillon NOM m s 0.16 0.00 0.16 0.00 -avocasseries avocasserie NOM f p 0.00 0.07 0.00 0.07 -avocat_conseil avocat_conseil NOM m s 0.08 0.00 0.08 0.00 -avocat avocat NOM m s 112.69 37.64 89.28 24.32 -avocate avocat NOM f s 112.69 37.64 7.56 1.55 -avocates avocat NOM f p 112.69 37.64 0.10 0.00 -avocatier avocatier NOM m s 0.04 0.00 0.04 0.00 -avocats avocat NOM m p 112.69 37.64 15.76 11.76 -avocette avocette NOM f s 0.01 0.14 0.01 0.14 -avoient avoyer VER 0.00 0.14 0.00 0.07 ind:pre:3p; -avoinaient avoiner VER 0.00 0.34 0.00 0.07 ind:imp:3p; -avoine avoine NOM f s 1.54 6.96 1.52 6.35 -avoiner avoiner VER 0.00 0.34 0.00 0.27 inf; -avoines avoine NOM f p 1.54 6.96 0.01 0.61 -avoir avoir AUX 18559.23 12800.81 674.24 649.26 inf; -avoirs avoir NOM m p 3.13 3.31 0.41 0.54 -avoisinaient avoisiner VER 0.26 1.49 0.00 0.07 ind:imp:3p; -avoisinait avoisiner VER 0.26 1.49 0.02 0.47 ind:imp:3s; -avoisinant avoisinant ADJ m s 0.43 1.89 0.05 0.07 -avoisinante avoisinant ADJ f s 0.43 1.89 0.16 0.14 -avoisinantes avoisinant ADJ f p 0.43 1.89 0.18 1.15 -avoisinants avoisinant ADJ m p 0.43 1.89 0.05 0.54 -avoisine avoisiner VER 0.26 1.49 0.20 0.20 ind:pre:3s; -avoisinent avoisiner VER 0.26 1.49 0.00 0.27 ind:pre:3p; -avoisiner avoisiner VER 0.26 1.49 0.00 0.14 inf; -avoisinerait avoisiner VER 0.26 1.49 0.00 0.07 cnd:pre:3s; -avons avoir AUX 18559.23 12800.81 291.71 190.00 ind:pre:1p; -avorta avorter VER 5.43 4.32 0.01 0.07 ind:pas:3s; -avortait avorter VER 5.43 4.32 0.00 0.14 ind:imp:3s; -avortant avorter VER 5.43 4.32 0.01 0.00 par:pre; -avorte avorter VER 5.43 4.32 0.61 0.07 imp:pre:2s;ind:pre:1s;ind:pre:3s; -avortement avortement NOM m s 5.24 2.70 4.37 2.16 -avortements avortement NOM m p 5.24 2.70 0.87 0.54 -avortent avorter VER 5.43 4.32 0.00 0.14 ind:pre:3p; -avorter avorter VER 5.43 4.32 3.65 3.11 inf; -avorterai avorter VER 5.43 4.32 0.00 0.07 ind:fut:1s; -avorterait avorter VER 5.43 4.32 0.00 0.14 cnd:pre:3s; -avorteriez avorter VER 5.43 4.32 0.00 0.07 cnd:pre:2p; -avorteur avorteur NOM m s 0.37 0.68 0.01 0.07 -avorteurs avorteur NOM m p 0.37 0.68 0.05 0.07 -avorteuse avorteur NOM f s 0.37 0.68 0.31 0.34 -avorteuses avorteur NOM f p 0.37 0.68 0.00 0.20 -avortez avorter VER 5.43 4.32 0.05 0.00 imp:pre:2p;ind:pre:2p; -avorton avorton NOM m s 1.44 2.30 1.35 1.42 -avortons avorton NOM m p 1.44 2.30 0.09 0.88 -avorté avorter VER m s 5.43 4.32 1.01 0.07 par:pas; -avortée avorté ADJ f s 0.40 1.49 0.08 0.47 -avortées avorter VER f p 5.43 4.32 0.02 0.07 par:pas; -avortés avorté ADJ m p 0.40 1.49 0.20 0.14 -avoua avouer VER 61.54 96.22 0.33 7.50 ind:pas:3s; -avouable avouable ADJ s 0.02 1.08 0.01 0.54 -avouables avouable ADJ p 0.02 1.08 0.01 0.54 -avouai avouer VER 61.54 96.22 0.00 1.22 ind:pas:1s; -avouaient avouer VER 61.54 96.22 0.00 0.68 ind:imp:3p; -avouais avouer VER 61.54 96.22 0.22 0.74 ind:imp:1s;ind:imp:2s; -avouait avouer VER 61.54 96.22 0.31 5.47 ind:imp:3s; -avouant avouer VER 61.54 96.22 0.35 1.76 par:pre; -avouas avouer VER 61.54 96.22 0.00 0.07 ind:pas:2s; -avoue avouer VER 61.54 96.22 24.48 24.86 imp:pre:2s;ind:pre:1s;ind:pre:3s; -avouent avouer VER 61.54 96.22 0.35 1.22 ind:pre:3p; -avouer avouer VER 61.54 96.22 18.27 33.72 inf; -avouera avouer VER 61.54 96.22 0.26 0.41 ind:fut:3s; -avouerai avouer VER 61.54 96.22 0.71 1.08 ind:fut:1s; -avoueraient avouer VER 61.54 96.22 0.14 0.20 cnd:pre:3p; -avouerais avouer VER 61.54 96.22 0.17 0.34 cnd:pre:1s;cnd:pre:2s; -avouerait avouer VER 61.54 96.22 0.41 0.61 cnd:pre:3s; -avoueras avouer VER 61.54 96.22 0.07 0.95 ind:fut:2s; -avouerez avouer VER 61.54 96.22 0.08 0.74 ind:fut:2p; -avoueriez avouer VER 61.54 96.22 0.00 0.07 cnd:pre:2p; -avouerions avouer VER 61.54 96.22 0.00 0.07 cnd:pre:1p; -avoueront avouer VER 61.54 96.22 0.01 0.07 ind:fut:3p; -avoues avouer VER 61.54 96.22 1.23 0.68 ind:pre:2s; -avouez avouer VER 61.54 96.22 4.07 3.72 imp:pre:2p;ind:pre:2p; -avouiez avouer VER 61.54 96.22 0.03 0.07 ind:imp:2p; -avouions avouer VER 61.54 96.22 0.00 0.07 ind:imp:1p; -avouâmes avouer VER 61.54 96.22 0.00 0.07 ind:pas:1p; -avouons avouer VER 61.54 96.22 0.39 1.42 imp:pre:1p;ind:pre:1p; -avouât avouer VER 61.54 96.22 0.00 0.20 sub:imp:3s; -avouèrent avouer VER 61.54 96.22 0.10 0.27 ind:pas:3p; -avoué avouer VER m s 61.54 96.22 9.50 7.23 par:pas; -avouée avoué ADJ f s 0.24 1.35 0.10 0.14 -avouées avouer VER f p 61.54 96.22 0.04 0.14 par:pas; -avoués avouer VER m p 61.54 96.22 0.02 0.14 par:pas; -avoyer avoyer VER 0.00 0.14 0.00 0.07 inf; -avril avril NOM m 11.23 32.03 11.23 32.03 -avrillée avrillée NOM f s 0.00 0.07 0.00 0.07 -avènement avènement NOM m s 0.53 3.92 0.53 3.92 -avère avérer VER 9.26 6.96 4.59 0.68 ind:pre:3s;sub:pre:3s; -avèrent avérer VER 9.26 6.96 0.26 0.20 ind:pre:3p; -avé avé NOM m 0.11 0.20 0.11 0.20 -avulsion avulsion NOM f s 0.03 0.00 0.03 0.00 -avunculaire avunculaire ADJ s 0.01 0.14 0.01 0.14 -avunculat avunculat NOM m s 0.00 0.07 0.00 0.07 -avéra avérer VER 9.26 6.96 0.25 1.55 ind:pas:3s; -avérai avérer VER 9.26 6.96 0.00 0.07 ind:pas:1s; -avéraient avérer VER 9.26 6.96 0.12 0.61 ind:imp:3p; -avérait avérer VER 9.26 6.96 0.56 2.03 ind:imp:3s; -avérant avérer VER 9.26 6.96 0.00 0.27 par:pre; -avérer avérer VER 9.26 6.96 0.88 0.27 inf; -avérera avérer VER 9.26 6.96 0.10 0.00 ind:fut:3s; -avéreraient avérer VER 9.26 6.96 0.00 0.14 cnd:pre:3p; -avérerait avérer VER 9.26 6.96 0.08 0.00 cnd:pre:3s; -avérât avérer VER 9.26 6.96 0.00 0.07 sub:imp:3s; -avérèrent avérer VER 9.26 6.96 0.04 0.14 ind:pas:3p; -avéré avérer VER m s 9.26 6.96 1.64 0.61 par:pas; -avérée avérer VER f s 9.26 6.96 0.37 0.27 par:pas; -avérées avérer VER f p 9.26 6.96 0.18 0.00 par:pas; -avérés avérer VER m p 9.26 6.96 0.19 0.07 par:pas; -awacs awacs NOM m 0.12 0.00 0.12 0.00 -axa axer VER 0.61 0.88 0.00 0.07 ind:pas:3s; -axe axe NOM m s 3.05 10.88 2.90 9.53 -axel axel NOM m s 0.06 0.00 0.05 0.00 -axels axel NOM m p 0.06 0.00 0.01 0.00 -axent axer VER 0.61 0.88 0.00 0.07 ind:pre:3p; -axer axer VER 0.61 0.88 0.02 0.00 inf; -axes axe NOM m p 3.05 10.88 0.16 1.35 -axial axial ADJ m s 0.06 0.20 0.01 0.20 -axiale axial ADJ f s 0.06 0.20 0.04 0.00 -axillaire axillaire ADJ s 0.05 0.00 0.05 0.00 -axiomatisation axiomatisation NOM f s 0.00 0.07 0.00 0.07 -axiome axiome NOM m s 0.11 0.61 0.10 0.41 -axiomes axiome NOM m p 0.11 0.61 0.01 0.20 -axis axis NOM m 3.87 0.00 3.87 0.00 -axolotl axolotl NOM m s 0.02 0.07 0.02 0.00 -axolotls axolotl NOM m p 0.02 0.07 0.00 0.07 -axonge axonge NOM f s 0.00 0.07 0.00 0.07 -axé axer VER m s 0.61 0.88 0.19 0.20 par:pas; -axée axer VER f s 0.61 0.88 0.08 0.47 par:pas; -axées axer VER f p 0.61 0.88 0.13 0.00 par:pas; -axés axer VER m p 0.61 0.88 0.05 0.00 par:pas; -aya aya NOM f s 0.03 0.00 0.03 0.00 -ayans ayan NOM m p 0.00 0.07 0.00 0.07 -ayant avoir AUX 18559.23 12800.81 21.68 147.84 par:pre; -ayants_droit ayants_droit NOM m p 0.01 0.14 0.01 0.14 -ayatollah ayatollah NOM m s 0.53 0.27 0.50 0.14 -ayatollahs ayatollah NOM m p 0.53 0.27 0.03 0.14 -aye_aye aye_aye NOM m s 0.01 0.00 0.01 0.00 -ayez avoir AUX 18559.23 12800.81 20.80 5.34 sub:pre:2p; -ayons avoir AUX 18559.23 12800.81 4.36 4.39 sub:pre:1p; -ayuntamiento ayuntamiento NOM m s 0.00 0.07 0.00 0.07 -azalée azalée NOM f s 0.13 1.22 0.05 0.20 -azalées azalée NOM f p 0.13 1.22 0.08 1.01 -azerbaïdjanais azerbaïdjanais ADJ m 0.00 0.07 0.00 0.07 -azerbaïdjanais azerbaïdjanais NOM m 0.00 0.07 0.00 0.07 -azimut azimut NOM m s 0.78 1.69 0.26 0.07 -azimutal azimutal ADJ m s 0.01 0.00 0.01 0.00 -azimuts azimut NOM m p 0.78 1.69 0.52 1.62 -azimuté azimuter VER m s 0.03 0.20 0.03 0.14 par:pas; -azimutée azimuter VER f s 0.03 0.20 0.00 0.07 par:pas; -azoïque azoïque ADJ m s 0.01 0.00 0.01 0.00 -azoospermie azoospermie NOM f s 0.01 0.00 0.01 0.00 -azote azote NOM m s 1.05 0.14 1.05 0.14 -azoture azoture NOM m s 0.01 0.00 0.01 0.00 -aztèque aztèque ADJ s 0.60 0.74 0.51 0.27 -aztèques aztèque ADJ p 0.60 0.74 0.09 0.47 -azulejo azulejo NOM m s 0.10 0.54 0.10 0.00 -azulejos azulejo NOM m p 0.10 0.54 0.00 0.54 -azur azur NOM m s 2.98 9.53 2.98 9.39 -azéri azéri ADJ m s 0.27 0.07 0.27 0.00 -azéris azéri ADJ m p 0.27 0.07 0.00 0.07 -azurs azur NOM m p 2.98 9.53 0.00 0.14 -azuré azuré ADJ m s 0.14 0.68 0.13 0.00 -azurée azuré ADJ f s 0.14 0.68 0.01 0.27 -azurées azuré ADJ f p 0.14 0.68 0.00 0.34 -azurés azuré ADJ m p 0.14 0.68 0.00 0.07 -azygos azygos ADJ f s 0.01 0.00 0.01 0.00 -azyme azyme ADJ m s 0.04 0.41 0.04 0.41 -b b NOM m 31.78 8.65 31.78 8.65 -bôme bôme NOM f s 0.02 0.47 0.02 0.47 -bûchais bûcher VER 0.30 0.54 0.02 0.00 ind:imp:1s; -bûchant bûcher VER 0.30 0.54 0.01 0.07 par:pre; -bûche bûche NOM f s 2.91 13.18 2.09 5.14 -bûchent bûcher VER 0.30 0.54 0.01 0.00 ind:pre:3p; -bûcher bûcher NOM m s 3.82 9.59 3.43 7.09 -bûcheron bûcheron NOM m s 3.33 8.24 2.13 4.12 -bûcheronne bûcheronner VER 0.00 0.20 0.00 0.07 ind:pre:3s; -bûcheronner bûcheronner VER 0.00 0.20 0.00 0.14 inf; -bûcherons bûcheron NOM m p 3.33 8.24 1.20 4.12 -bûchers bûcher NOM m p 3.82 9.59 0.40 2.50 -bûches bûche NOM f p 2.91 13.18 0.82 8.04 -bûchette bûchette NOM f s 0.01 0.61 0.00 0.14 -bûchettes bûchette NOM f p 0.01 0.61 0.01 0.47 -bûcheur bûcheur NOM m s 0.20 0.61 0.04 0.20 -bûcheurs bûcheur NOM m p 0.20 0.61 0.05 0.20 -bûcheuse bûcheur NOM f s 0.20 0.61 0.11 0.14 -bûcheuses bûcheur NOM f p 0.20 0.61 0.00 0.07 -bûchez bûcher VER 0.30 0.54 0.02 0.00 imp:pre:2p;ind:pre:2p; -bûché bûcher VER m s 0.30 0.54 0.07 0.07 par:pas; -bûmes boire VER 339.06 274.32 0.03 1.89 ind:pas:1p; -bût boire VER 339.06 274.32 0.01 0.00 sub:imp:3s; -baïonnette baïonnette NOM f s 2.33 7.57 1.28 4.80 -baïonnettes baïonnette NOM f p 2.33 7.57 1.05 2.77 -baba baba NOM m s 1.05 1.89 0.80 1.42 -baballe baballe NOM f s 0.18 0.34 0.18 0.34 -babas baba NOM m p 1.05 1.89 0.26 0.47 -babasse babasse NOM s 0.00 0.07 0.00 0.07 -babel babel NOM m s 0.05 0.00 0.05 0.00 -babeurre babeurre NOM m s 0.13 0.00 0.13 0.00 -babi babi NOM m s 0.02 0.00 0.02 0.00 -babil babil NOM m s 0.07 0.74 0.07 0.68 -babillage babillage NOM m s 0.34 0.81 0.07 0.54 -babillages babillage NOM m p 0.34 0.81 0.26 0.27 -babillaient babiller VER 0.41 1.42 0.00 0.34 ind:imp:3p; -babillait babiller VER 0.41 1.42 0.02 0.27 ind:imp:3s; -babillant babiller VER 0.41 1.42 0.03 0.07 par:pre; -babillard babillard NOM m s 0.01 0.07 0.01 0.07 -babillarde babillard ADJ f s 0.02 0.20 0.02 0.14 -babille babiller VER 0.41 1.42 0.02 0.07 ind:pre:1s;ind:pre:3s; -babillent babiller VER 0.41 1.42 0.00 0.07 ind:pre:3p; -babiller babiller VER 0.41 1.42 0.34 0.54 inf; -babilles babiller VER 0.41 1.42 0.00 0.07 ind:pre:2s; -babillé babiller VER m s 0.41 1.42 0.01 0.00 par:pas; -babils babil NOM m p 0.07 0.74 0.00 0.07 -babine babine NOM f s 0.33 3.38 0.00 0.47 -babines babine NOM f p 0.33 3.38 0.33 2.91 -babiole babiole NOM f s 1.85 2.03 0.48 0.47 -babioles babiole NOM f p 1.85 2.03 1.36 1.55 -babiroussa babiroussa NOM m s 0.00 0.07 0.00 0.07 -babouche babouche NOM f s 0.08 2.64 0.04 0.34 -babouches babouche NOM f p 0.08 2.64 0.04 2.30 -babouchka babouchka NOM f s 0.12 3.72 0.12 2.91 -babouchkas babouchka NOM f p 0.12 3.72 0.00 0.81 -babouin babouin NOM m s 2.00 1.15 1.41 0.54 -babouine babouin NOM f s 2.00 1.15 0.00 0.14 -babouines babouine NOM f p 0.01 0.00 0.01 0.00 -babouins babouin NOM m p 2.00 1.15 0.58 0.34 -babouvistes babouviste NOM p 0.00 0.14 0.00 0.14 -babélienne babélien ADJ f s 0.00 0.07 0.00 0.07 -baby_boom baby_boom NOM m s 0.05 0.00 0.05 0.00 -baby_foot baby_foot NOM m 0.55 0.74 0.55 0.74 -baby_sitter baby_sitter NOM f s 7.85 0.20 7.00 0.14 -baby_sitter baby_sitter NOM f p 7.85 0.20 0.85 0.07 -baby_sitting baby_sitting NOM m s 1.63 0.41 1.63 0.41 -baby baby NOM m s 13.20 2.84 13.19 2.77 -babylonien babylonien ADJ m s 0.10 0.47 0.08 0.27 -babylonienne babylonien NOM f s 0.11 0.14 0.02 0.00 -babyloniens babylonien NOM m p 0.11 0.14 0.06 0.14 -babys baby NOM m p 13.20 2.84 0.01 0.07 -bac bac NOM m s 9.99 16.08 9.03 13.99 -baccalauréat baccalauréat NOM m s 0.49 1.89 0.49 1.89 -baccara baccara NOM m s 0.22 1.08 0.22 1.08 -baccarat baccarat NOM m s 0.05 0.00 0.05 0.00 -bacchanal bacchanal NOM m s 0.04 0.14 0.04 0.14 -bacchanale bacchanale NOM f s 0.39 0.54 0.37 0.41 -bacchanales bacchanale NOM f p 0.39 0.54 0.02 0.14 -bacchante bacchante NOM f s 0.67 2.70 0.67 1.15 -bacchantes bacchante NOM f p 0.67 2.70 0.00 1.55 -bachaghas bachagha NOM m p 0.00 0.07 0.00 0.07 -bachelier bachelier NOM m s 0.09 1.76 0.05 1.22 -bacheliers bachelier NOM m p 0.09 1.76 0.04 0.41 -bachelière bachelier NOM f s 0.09 1.76 0.00 0.14 -bachi_bouzouk bachi_bouzouk NOM m s 0.00 0.07 0.00 0.07 -bachique bachique ADJ m s 0.00 0.34 0.00 0.07 -bachiques bachique ADJ p 0.00 0.34 0.00 0.27 -bachot bachot NOM m s 0.29 3.85 0.29 3.18 -bachotage bachotage NOM m s 0.02 0.00 0.02 0.00 -bachotaient bachoter VER 0.03 0.20 0.00 0.07 ind:imp:3p; -bachotait bachoter VER 0.03 0.20 0.01 0.07 ind:imp:3s; -bachotant bachoter VER 0.03 0.20 0.00 0.07 par:pre; -bachoter bachoter VER 0.03 0.20 0.01 0.00 inf; -bachots bachot NOM m p 0.29 3.85 0.00 0.68 -bacillaires bacillaire ADJ f p 0.00 0.14 0.00 0.14 -bacille bacille NOM m s 0.45 1.15 0.18 0.34 -bacilles bacille NOM m p 0.45 1.15 0.26 0.81 -back_up back_up NOM m s 0.09 0.00 0.09 0.00 -back back NOM m s 4.82 0.74 4.82 0.74 -backgammon backgammon NOM m s 0.66 0.00 0.66 0.00 -background background NOM m s 0.05 0.07 0.05 0.07 -bacon bacon NOM m s 4.50 0.47 4.50 0.47 -bacs bac NOM m p 9.99 16.08 0.96 2.09 -bactéricide bactéricide ADJ m s 0.02 0.00 0.01 0.00 -bactéricides bactéricide ADJ p 0.02 0.00 0.01 0.00 -bactérie bactérie NOM f s 5.00 0.88 2.22 0.27 -bactérien bactérien ADJ m s 0.49 0.00 0.07 0.00 -bactérienne bactérien ADJ f s 0.49 0.00 0.34 0.00 -bactériennes bactérien ADJ f p 0.49 0.00 0.08 0.00 -bactéries bactérie NOM f p 5.00 0.88 2.79 0.61 -bactériologie bactériologie NOM f s 0.11 0.00 0.11 0.00 -bactériologique bactériologique ADJ s 0.82 0.14 0.45 0.14 -bactériologiques bactériologique ADJ p 0.82 0.14 0.37 0.00 -bactériologiste bactériologiste NOM s 0.01 0.00 0.01 0.00 -bactériophage bactériophage NOM m s 0.07 0.00 0.07 0.00 -bactériémie bactériémie NOM f s 0.01 0.00 0.01 0.00 -bada bader VER 0.40 2.36 0.37 2.16 ind:pas:3s; -badabam badabam ONO 0.00 0.14 0.00 0.14 -badaboum badaboum ONO 0.12 0.74 0.12 0.74 -badamier badamier NOM m s 0.27 0.34 0.27 0.00 -badamiers badamier NOM m p 0.27 0.34 0.00 0.34 -badant bader VER 0.40 2.36 0.00 0.14 par:pre; -badaud badaud NOM m s 0.54 6.82 0.05 0.68 -badauda badauder VER 0.10 0.41 0.00 0.07 ind:pas:3s; -badaudaient badauder VER 0.10 0.41 0.10 0.07 ind:imp:3p; -badaudant badauder VER 0.10 0.41 0.00 0.14 par:pre; -badaude badauder VER 0.10 0.41 0.00 0.07 ind:pre:1s; -badauder badauder VER 0.10 0.41 0.00 0.07 inf; -badauderie badauderie NOM f s 0.00 0.34 0.00 0.20 -badauderies badauderie NOM f p 0.00 0.34 0.00 0.14 -badauds badaud NOM m p 0.54 6.82 0.49 6.15 -bader bader VER 0.40 2.36 0.01 0.07 inf; -baderne baderne NOM f s 0.08 0.47 0.07 0.27 -badernes baderne NOM f p 0.08 0.47 0.01 0.20 -bades bader VER 0.40 2.36 0.02 0.00 ind:pre:2s; -badge badge NOM m s 7.14 1.42 6.03 0.74 -badges badge NOM m p 7.14 1.42 1.12 0.68 -badgés badgé ADJ m p 0.00 0.07 0.00 0.07 -badigeon badigeon NOM m s 0.00 1.01 0.00 0.88 -badigeonna badigeonner VER 0.13 3.31 0.00 0.20 ind:pas:3s; -badigeonnage badigeonnage NOM m s 0.00 0.20 0.00 0.07 -badigeonnages badigeonnage NOM m p 0.00 0.20 0.00 0.14 -badigeonnaient badigeonner VER 0.13 3.31 0.00 0.07 ind:imp:3p; -badigeonnait badigeonner VER 0.13 3.31 0.00 0.14 ind:imp:3s; -badigeonnant badigeonner VER 0.13 3.31 0.00 0.14 par:pre; -badigeonne badigeonner VER 0.13 3.31 0.02 0.27 imp:pre:2s;ind:pre:1s;ind:pre:3s; -badigeonner badigeonner VER 0.13 3.31 0.04 0.27 inf; -badigeonnerai badigeonner VER 0.13 3.31 0.02 0.00 ind:fut:1s; -badigeonnerez badigeonner VER 0.13 3.31 0.01 0.07 ind:fut:2p; -badigeonneur badigeonneur NOM m s 0.00 0.07 0.00 0.07 -badigeonnions badigeonner VER 0.13 3.31 0.00 0.07 ind:imp:1p; -badigeonnèrent badigeonner VER 0.13 3.31 0.00 0.07 ind:pas:3p; -badigeonné badigeonner VER m s 0.13 3.31 0.04 0.54 par:pas; -badigeonnée badigeonner VER f s 0.13 3.31 0.00 0.41 par:pas; -badigeonnées badigeonner VER f p 0.13 3.31 0.00 0.27 par:pas; -badigeonnés badigeonner VER m p 0.13 3.31 0.00 0.81 par:pas; -badigeons badigeon NOM m p 0.00 1.01 0.00 0.14 -badigoinces badigoinces NOM f p 0.00 0.20 0.00 0.20 -badin badin ADJ m s 0.44 1.96 0.33 1.35 -badina badiner VER 0.59 1.35 0.00 0.07 ind:pas:3s; -badinage badinage NOM m s 0.16 0.61 0.14 0.47 -badinages badinage NOM m p 0.16 0.61 0.02 0.14 -badinaient badiner VER 0.59 1.35 0.00 0.14 ind:imp:3p; -badinais badiner VER 0.59 1.35 0.01 0.00 ind:imp:1s; -badinait badiner VER 0.59 1.35 0.00 0.34 ind:imp:3s; -badine badiner VER 0.59 1.35 0.22 0.47 imp:pre:2s;ind:pre:3s; -badiner badiner VER 0.59 1.35 0.18 0.27 inf; -badines badiner VER 0.59 1.35 0.01 0.00 ind:pre:2s; -badinez badiner VER 0.59 1.35 0.14 0.07 imp:pre:2p;ind:pre:2p; -badins badin ADJ m p 0.44 1.96 0.00 0.14 -badiné badiner VER m s 0.59 1.35 0.02 0.00 par:pas; -badminton badminton NOM m s 0.18 0.20 0.18 0.20 -badois badois ADJ m 0.00 0.27 0.00 0.07 -badoise badois ADJ f s 0.00 0.27 0.00 0.20 -baffe baffe NOM f s 2.93 3.58 1.41 1.49 -baffer baffer VER 0.62 0.14 0.49 0.00 inf; -baffes baffe NOM f p 2.93 3.58 1.52 2.09 -baffle baffle NOM m s 0.06 0.68 0.00 0.20 -baffles baffle NOM m p 0.06 0.68 0.06 0.47 -baffés baffer VER m p 0.62 0.14 0.00 0.07 par:pas; -bafouais bafouer VER 3.54 3.78 0.00 0.07 ind:imp:1s; -bafouait bafouer VER 3.54 3.78 0.14 0.27 ind:imp:3s; -bafouant bafouer VER 3.54 3.78 0.03 0.27 par:pre; -bafoue bafouer VER 3.54 3.78 0.71 0.20 imp:pre:2s;ind:pre:1s;ind:pre:3s; -bafouent bafouer VER 3.54 3.78 0.17 0.14 ind:pre:3p; -bafouer bafouer VER 3.54 3.78 0.54 0.68 inf; -bafoues bafouer VER 3.54 3.78 0.25 0.14 ind:pre:2s; -bafouez bafouer VER 3.54 3.78 0.32 0.00 imp:pre:2p;ind:pre:2p; -bafouilla bafouiller VER 2.08 8.92 0.01 2.23 ind:pas:3s; -bafouillage bafouillage NOM m s 0.01 0.47 0.01 0.27 -bafouillages bafouillage NOM m p 0.01 0.47 0.00 0.20 -bafouillai bafouiller VER 2.08 8.92 0.00 0.14 ind:pas:1s; -bafouillaient bafouiller VER 2.08 8.92 0.00 0.07 ind:imp:3p; -bafouillais bafouiller VER 2.08 8.92 0.00 0.20 ind:imp:1s; -bafouillait bafouiller VER 2.08 8.92 0.02 1.15 ind:imp:3s; -bafouillant bafouillant ADJ m s 0.01 0.34 0.01 0.20 -bafouillante bafouillant ADJ f s 0.01 0.34 0.00 0.07 -bafouillantes bafouillant ADJ f p 0.01 0.34 0.00 0.07 -bafouille bafouiller VER 2.08 8.92 0.93 1.96 imp:pre:2s;ind:pre:1s;ind:pre:3s; -bafouillent bafouiller VER 2.08 8.92 0.01 0.27 ind:pre:3p; -bafouiller bafouiller VER 2.08 8.92 0.13 0.68 inf; -bafouilles bafouiller VER 2.08 8.92 0.23 0.14 ind:pre:2s; -bafouilleur bafouilleur NOM m s 0.01 0.00 0.01 0.00 -bafouillez bafouiller VER 2.08 8.92 0.03 0.07 imp:pre:2p;ind:pre:2p; -bafouillis bafouillis NOM m 0.00 0.27 0.00 0.27 -bafouillèrent bafouiller VER 2.08 8.92 0.00 0.07 ind:pas:3p; -bafouillé bafouiller VER m s 2.08 8.92 0.72 0.81 par:pas; -bafoué bafouer VER m s 3.54 3.78 0.52 1.22 par:pas; -bafouée bafouer VER f s 3.54 3.78 0.39 0.61 par:pas; -bafouées bafouer VER f p 3.54 3.78 0.04 0.07 par:pas; -bafoués bafouer VER m p 3.54 3.78 0.43 0.14 par:pas; -bagage bagage NOM m s 29.69 24.39 3.21 7.43 -bagagerie bagagerie NOM f s 0.00 0.14 0.00 0.14 -bagages bagage NOM m p 29.69 24.39 26.48 16.96 -bagagiste bagagiste NOM s 0.30 0.07 0.24 0.07 -bagagistes bagagiste NOM p 0.30 0.07 0.06 0.00 -bagarraient bagarrer VER 5.08 2.23 0.05 0.27 ind:imp:3p; -bagarrais bagarrer VER 5.08 2.23 0.05 0.00 ind:imp:1s;ind:imp:2s; -bagarrait bagarrer VER 5.08 2.23 0.05 0.14 ind:imp:3s; -bagarrant bagarrer VER 5.08 2.23 0.12 0.07 par:pre; -bagarre bagarre NOM f s 19.24 13.85 16.05 9.86 -bagarrent bagarrer VER 5.08 2.23 0.64 0.14 ind:pre:3p; -bagarrer bagarrer VER 5.08 2.23 1.73 0.68 inf;; -bagarrerais bagarrer VER 5.08 2.23 0.02 0.00 cnd:pre:1s; -bagarrerait bagarrer VER 5.08 2.23 0.01 0.00 cnd:pre:3s; -bagarres bagarre NOM f p 19.24 13.85 3.19 3.99 -bagarreur bagarreur ADJ m s 0.65 0.61 0.47 0.41 -bagarreurs bagarreur ADJ m p 0.65 0.61 0.09 0.14 -bagarreuse bagarreur ADJ f s 0.65 0.61 0.07 0.07 -bagarreuses bagarreur ADJ f p 0.65 0.61 0.01 0.00 -bagarrez bagarrer VER 5.08 2.23 0.15 0.00 imp:pre:2p;ind:pre:2p; -bagarrons bagarrer VER 5.08 2.23 0.01 0.00 imp:pre:1p; -bagarré bagarrer VER m s 5.08 2.23 0.70 0.47 par:pas; -bagarrée bagarrer VER f s 5.08 2.23 0.16 0.07 par:pas; -bagarrés bagarrer VER m p 5.08 2.23 0.22 0.00 par:pas; -bagasse bagasse NOM f s 0.15 0.00 0.15 0.00 -bagatelle bagatelle NOM f s 1.08 3.58 1.03 2.64 -bagatelles bagatelle NOM f p 1.08 3.58 0.05 0.95 -bagnard bagnard NOM m s 0.60 2.57 0.50 1.08 -bagnards bagnard NOM m p 0.60 2.57 0.11 1.49 -bagne bagne NOM m s 2.50 3.85 2.49 3.31 -bagnes bagne NOM m p 2.50 3.85 0.01 0.54 -bagnole bagnole NOM f s 23.93 34.26 21.18 26.28 -bagnoles bagnole NOM f p 23.93 34.26 2.75 7.97 -bagote bagoter VER 0.00 0.41 0.00 0.07 ind:pre:3s; -bagoter bagoter VER 0.00 0.41 0.00 0.34 inf; -bagottaient bagotter VER 0.00 0.34 0.00 0.07 ind:imp:3p; -bagottais bagotter VER 0.00 0.34 0.00 0.07 ind:imp:1s; -bagotte bagotter VER 0.00 0.34 0.00 0.14 ind:pre:3s; -bagotter bagotter VER 0.00 0.34 0.00 0.07 inf; -bagou bagou NOM m s 0.01 0.27 0.01 0.27 -bagoulait bagouler VER 0.00 0.14 0.00 0.07 ind:imp:3s; -bagoule bagouler VER 0.00 0.14 0.00 0.07 ind:pre:3s; -bagouse bagouse NOM f s 0.00 0.20 0.00 0.20 -bagousées bagousé ADJ f p 0.00 0.07 0.00 0.07 -bagout bagout NOM m s 0.25 0.81 0.25 0.74 -bagouts bagout NOM m p 0.25 0.81 0.00 0.07 -bagouze bagouze NOM f s 0.03 0.20 0.01 0.14 -bagouzes bagouze NOM f p 0.03 0.20 0.02 0.07 -baguage baguage NOM m s 0.02 0.00 0.02 0.00 -bague bague NOM f s 30.32 22.36 26.14 16.08 -baguenaudaient baguenauder VER 0.18 1.62 0.00 0.07 ind:imp:3p; -baguenaudais baguenauder VER 0.18 1.62 0.00 0.07 ind:imp:1s; -baguenaudait baguenauder VER 0.18 1.62 0.00 0.27 ind:imp:3s; -baguenaudant baguenauder VER 0.18 1.62 0.00 0.27 par:pre; -baguenaude baguenauder VER 0.18 1.62 0.14 0.14 ind:pre:1s;ind:pre:3s; -baguenaudent baguenauder VER 0.18 1.62 0.00 0.07 ind:pre:3p; -baguenauder baguenauder VER 0.18 1.62 0.03 0.61 inf; -baguenauderait baguenauder VER 0.18 1.62 0.00 0.07 cnd:pre:3s; -baguenaudé baguenauder VER m s 0.18 1.62 0.01 0.07 par:pas; -baguer baguer VER 0.23 0.68 0.02 0.07 inf; -bagues bague NOM f p 30.32 22.36 4.19 6.28 -baguette baguette NOM f s 7.74 13.45 5.67 9.46 -baguettes baguette NOM f p 7.74 13.45 2.06 3.99 -bagué baguer VER m s 0.23 0.68 0.14 0.07 par:pas; -baguée bagué ADJ f s 0.01 1.01 0.00 0.34 -baguées bagué ADJ f p 0.01 1.01 0.00 0.20 -bagués bagué ADJ m p 0.01 1.01 0.01 0.41 -bah bah ONO 22.77 12.03 22.77 12.03 -baht baht NOM m s 0.52 0.00 0.07 0.00 -bahts baht NOM m p 0.52 0.00 0.45 0.00 -bahut bahut NOM m s 1.59 8.38 1.50 7.23 -bahute bahuter VER 0.00 0.14 0.00 0.07 ind:pre:3s; -bahutent bahuter VER 0.00 0.14 0.00 0.07 ind:pre:3p; -bahuts bahut NOM m p 1.59 8.38 0.09 1.15 -bai bai ADJ m s 0.89 1.35 0.86 1.22 -baie baie NOM f s 7.09 19.80 5.84 14.86 -baies baie NOM f p 7.09 19.80 1.24 4.93 -baigna baigner VER 26.42 41.42 0.00 0.41 ind:pas:3s; -baignade baignade NOM f s 1.10 2.84 1.00 1.89 -baignades baignade NOM f p 1.10 2.84 0.10 0.95 -baignai baigner VER 26.42 41.42 0.10 0.07 ind:pas:1s; -baignaient baigner VER 26.42 41.42 0.31 3.04 ind:imp:3p; -baignais baigner VER 26.42 41.42 0.17 0.88 ind:imp:1s;ind:imp:2s; -baignait baigner VER 26.42 41.42 0.77 6.62 ind:imp:3s; -baignant baigner VER 26.42 41.42 0.22 2.77 par:pre; -baigne baigner VER 26.42 41.42 7.87 6.76 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:1s; -baignent baigner VER 26.42 41.42 0.70 1.28 ind:pre:3p; -baigner baigner VER 26.42 41.42 11.33 10.41 inf; -baignera baigner VER 26.42 41.42 0.41 0.00 ind:fut:3s; -baigneraient baigner VER 26.42 41.42 0.00 0.07 cnd:pre:3p; -baignerait baigner VER 26.42 41.42 0.04 0.07 cnd:pre:3s; -baignerons baigner VER 26.42 41.42 0.02 0.07 ind:fut:1p; -baigneront baigner VER 26.42 41.42 0.17 0.07 ind:fut:3p; -baignes baigner VER 26.42 41.42 0.77 0.20 ind:pre:2s; -baigneur baigneur NOM m s 0.39 10.00 0.33 4.73 -baigneurs baigneur NOM m p 0.39 10.00 0.03 3.45 -baigneuse baigneur NOM f s 0.39 10.00 0.03 0.74 -baigneuses baigneuse NOM f p 0.04 0.00 0.01 0.00 -baignez baigner VER 26.42 41.42 0.49 0.27 imp:pre:2p;ind:pre:2p; -baignions baigner VER 26.42 41.42 0.01 0.34 ind:imp:1p; -baignoire baignoire NOM f s 12.39 15.27 11.90 14.12 -baignoires baignoire NOM f p 12.39 15.27 0.50 1.15 -baignons baigner VER 26.42 41.42 0.19 0.14 imp:pre:1p;ind:pre:1p; -baignèrent baigner VER 26.42 41.42 0.00 0.20 ind:pas:3p; -baigné baigner VER m s 26.42 41.42 1.42 3.72 par:pas; -baignée baigner VER f s 26.42 41.42 0.63 1.96 par:pas; -baignées baigner VER f p 26.42 41.42 0.37 0.41 par:pas; -baignés baigner VER m p 26.42 41.42 0.42 1.69 par:pas; -bail bail NOM m s 11.49 2.57 11.49 2.57 -baile baile NOM m s 0.05 0.47 0.05 0.27 -bailes baile NOM m p 0.05 0.47 0.00 0.20 -baillait bailler VER 1.02 0.61 0.03 0.14 ind:imp:3s; -baillant bailler VER 1.02 0.61 0.02 0.14 par:pre; -baille bailler VER 1.02 0.61 0.47 0.07 ind:pre:1s;ind:pre:3s; -bailler bailler VER 1.02 0.61 0.21 0.14 inf; -bailles bailler VER 1.02 0.61 0.16 0.07 ind:pre:2s; -bailleur bailleur NOM m s 0.56 0.47 0.28 0.20 -bailleurs bailleur NOM m p 0.56 0.47 0.28 0.27 -baillez bailler VER 1.02 0.61 0.00 0.07 ind:pre:2p; -bailli bailli NOM m s 0.01 0.47 0.01 0.41 -bailliage bailliage NOM m s 0.00 0.20 0.00 0.20 -baillis bailli NOM m p 0.01 0.47 0.00 0.07 -baillive baillive NOM f s 0.00 0.07 0.00 0.07 -baillé bailler VER m s 1.02 0.61 0.14 0.00 par:pas; -bain_marie bain_marie NOM m s 0.08 0.95 0.08 0.88 -bain bain NOM m s 74.48 83.04 50.52 43.11 -bain_marie bain_marie NOM m p 0.08 0.95 0.00 0.07 -bains bain NOM m p 74.48 83.04 23.96 39.93 -bais bai ADJ m p 0.89 1.35 0.03 0.14 -baisa baiser VER 112.82 44.12 0.00 3.51 ind:pas:3s; -baisable baisable ADJ s 0.35 0.20 0.26 0.14 -baisables baisable ADJ p 0.35 0.20 0.10 0.07 -baisade baisade NOM f s 0.00 0.07 0.00 0.07 -baisai baiser VER 112.82 44.12 0.10 0.41 ind:pas:1s; -baisaient baiser VER 112.82 44.12 0.25 0.74 ind:imp:3p; -baisais baiser VER 112.82 44.12 1.42 0.61 ind:imp:1s;ind:imp:2s; -baisait baiser VER 112.82 44.12 2.25 3.11 ind:imp:3s; -baisant baiser VER 112.82 44.12 1.72 0.95 par:pre; -baise_en_ville baise_en_ville NOM m s 0.03 0.20 0.03 0.20 -baise baiser VER 112.82 44.12 22.02 8.18 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -baisemain baisemain NOM m s 0.81 0.61 0.81 0.54 -baisemains baisemain NOM m p 0.81 0.61 0.00 0.07 -baisement baisement NOM m s 0.00 0.07 0.00 0.07 -baisent baiser VER 112.82 44.12 3.15 1.69 ind:pre:3p; -baiser baiser VER 112.82 44.12 42.25 15.34 inf; -baisera baiser VER 112.82 44.12 0.99 0.54 ind:fut:3s; -baiserai baiser VER 112.82 44.12 1.33 0.41 ind:fut:1s; -baiseraient baiser VER 112.82 44.12 0.00 0.07 cnd:pre:3p; -baiserais baiser VER 112.82 44.12 1.45 0.14 cnd:pre:1s;cnd:pre:2s; -baiserait baiser VER 112.82 44.12 0.17 0.34 cnd:pre:3s; -baiseras baiser VER 112.82 44.12 0.49 0.07 ind:fut:2s; -baiserez baiser VER 112.82 44.12 0.12 0.00 ind:fut:2p; -baiseriez baiser VER 112.82 44.12 0.01 0.00 cnd:pre:2p; -baiserons baiser VER 112.82 44.12 0.00 0.07 ind:fut:1p; -baiseront baiser VER 112.82 44.12 0.03 0.07 ind:fut:3p; -baisers baiser NOM m p 52.17 54.59 11.25 25.95 -baises baiser VER 112.82 44.12 7.66 0.88 ind:pre:2s;sub:pre:2s; -baiseur baiseur NOM m s 2.00 1.49 1.40 0.61 -baiseurs baiseur NOM m p 2.00 1.49 0.40 0.34 -baiseuse baiseur NOM f s 2.00 1.49 0.20 0.54 -baisez baiser VER 112.82 44.12 1.77 0.47 imp:pre:2p;ind:pre:2p; -baisiez baiser VER 112.82 44.12 0.31 0.00 ind:imp:2p; -baisions baiser VER 112.82 44.12 0.01 0.07 ind:imp:1p; -baisodrome baisodrome NOM m s 0.46 0.07 0.46 0.07 -baisons baiser VER 112.82 44.12 0.17 0.14 imp:pre:1p;ind:pre:1p; -baisotant baisoter VER 0.00 0.07 0.00 0.07 par:pre; -baisouiller baisouiller VER 0.04 0.20 0.04 0.14 inf; -baisouillé baisouiller VER m s 0.04 0.20 0.00 0.07 par:pas; -baissa baisser VER 63.69 115.27 0.27 25.54 ind:pas:3s; -baissai baisser VER 63.69 115.27 0.00 1.28 ind:pas:1s; -baissaient baisser VER 63.69 115.27 0.18 1.42 ind:imp:3p; -baissais baisser VER 63.69 115.27 0.14 1.28 ind:imp:1s;ind:imp:2s; -baissait baisser VER 63.69 115.27 0.23 9.93 ind:imp:3s; -baissant baisser VER 63.69 115.27 0.58 10.54 par:pre; -baisse baisser VER 63.69 115.27 20.10 14.80 imp:pre:2s;ind:pre:1s;ind:pre:3s; -baissement baissement NOM m s 0.27 0.00 0.27 0.00 -baissent baisser VER 63.69 115.27 1.11 1.42 ind:pre:3p;sub:pre:3p; -baisser baisser VER 63.69 115.27 12.31 12.70 inf; -baissera baisser VER 63.69 115.27 0.28 0.20 ind:fut:3s; -baisserai baisser VER 63.69 115.27 0.18 0.07 ind:fut:1s; -baisseraient baisser VER 63.69 115.27 0.02 0.00 cnd:pre:3p; -baisserais baisser VER 63.69 115.27 0.11 0.00 cnd:pre:1s; -baisserait baisser VER 63.69 115.27 0.14 0.27 cnd:pre:3s; -baisseras baisser VER 63.69 115.27 0.05 0.07 ind:fut:2s; -baisserez baisser VER 63.69 115.27 0.01 0.00 ind:fut:2p; -baisserons baisser VER 63.69 115.27 0.11 0.00 ind:fut:1p; -baisseront baisser VER 63.69 115.27 0.19 0.14 ind:fut:3p; -baisses baisser VER 63.69 115.27 1.14 0.14 ind:pre:2s;sub:pre:2s; -baissez baisser VER 63.69 115.27 16.45 0.47 imp:pre:2p;ind:pre:2p; -baissier baissier ADJ m s 0.14 0.00 0.14 0.00 -baissiez baisser VER 63.69 115.27 0.27 0.00 ind:imp:2p; -baissions baisser VER 63.69 115.27 0.00 0.07 ind:imp:1p; -baissâmes baisser VER 63.69 115.27 0.00 0.07 ind:pas:1p; -baissons baisser VER 63.69 115.27 0.15 0.27 imp:pre:1p;ind:pre:1p; -baissât baisser VER 63.69 115.27 0.00 0.07 sub:imp:3s; -baissèrent baisser VER 63.69 115.27 0.01 0.74 ind:pas:3p; -baissé baisser VER m s 63.69 115.27 5.70 14.12 par:pas; -baissée baisser VER f s 63.69 115.27 2.36 9.05 ind:imp:3s;par:pas; -baissées baisser VER f p 63.69 115.27 0.34 2.43 par:pas; -baissés baisser VER m p 63.69 115.27 1.25 8.18 par:pas; -baisèrent baiser VER 112.82 44.12 0.00 0.14 ind:pas:3p; -baisé baiser VER m s 112.82 44.12 17.65 4.19 par:pas; -baisée baiser VER f s 112.82 44.12 4.70 1.08 par:pas; -baisées baiser VER f p 112.82 44.12 0.50 0.47 par:pas; -baisés baiser VER m p 112.82 44.12 2.33 0.47 par:pas; -bajoue bajoue NOM f s 0.49 2.50 0.30 0.00 -bajoues bajoue NOM f p 0.49 2.50 0.19 2.50 -bajoyers bajoyer NOM m p 0.00 0.07 0.00 0.07 -bakchich bakchich NOM m s 0.31 0.61 0.17 0.54 -bakchichs bakchich NOM m p 0.31 0.61 0.14 0.07 -baklava baklava NOM m s 0.24 0.34 0.21 0.14 -baklavas baklava NOM m p 0.24 0.34 0.03 0.20 -bakélite bakélite NOM f s 0.04 1.08 0.04 1.08 -bal bal NOM m s 30.25 25.54 28.57 18.31 -balada balader VER 24.30 13.51 0.00 0.07 ind:pas:3s; -baladai balader VER 24.30 13.51 0.00 0.07 ind:pas:1s; -baladaient balader VER 24.30 13.51 0.07 0.54 ind:imp:3p; -baladais balader VER 24.30 13.51 0.87 0.47 ind:imp:1s;ind:imp:2s; -baladait balader VER 24.30 13.51 0.65 1.08 ind:imp:3s; -baladant balader VER 24.30 13.51 0.21 0.47 par:pre; -balade balade NOM f s 7.71 6.28 6.58 4.59 -baladent balader VER 24.30 13.51 1.51 0.88 ind:pre:3p; -balader balader VER 24.30 13.51 12.41 5.41 ind:pre:2p;inf; -baladera balader VER 24.30 13.51 0.21 0.14 ind:fut:3s; -baladerai balader VER 24.30 13.51 0.01 0.00 ind:fut:1s; -baladerais balader VER 24.30 13.51 0.03 0.07 cnd:pre:1s;cnd:pre:2s; -baladerait balader VER 24.30 13.51 0.07 0.14 cnd:pre:3s; -baladerez balader VER 24.30 13.51 0.01 0.07 ind:fut:2p; -balades balader VER 24.30 13.51 1.43 0.34 ind:pre:2s;sub:pre:2s; -baladeur baladeur NOM m s 0.34 0.68 0.32 0.14 -baladeurs baladeur ADJ m p 0.65 0.88 0.02 0.20 -baladeuse baladeur ADJ f s 0.65 0.88 0.04 0.54 -baladeuses baladeur ADJ f p 0.65 0.88 0.48 0.07 -baladez balader VER 24.30 13.51 0.37 0.00 imp:pre:2p;ind:pre:2p; -baladiez balader VER 24.30 13.51 0.04 0.00 ind:imp:2p; -baladin baladin NOM m s 0.14 0.88 0.14 0.20 -baladins baladin NOM m p 0.14 0.88 0.00 0.68 -baladèrent balader VER 24.30 13.51 0.00 0.07 ind:pas:3p; -baladé balader VER m s 24.30 13.51 0.62 0.47 par:pas; -baladée balader VER f s 24.30 13.51 0.37 0.27 par:pas; -baladées balader VER f p 24.30 13.51 0.02 0.14 par:pas; -baladés balader VER m p 24.30 13.51 0.37 0.14 par:pas; -balafon balafon NOM m s 0.00 0.14 0.00 0.07 -balafons balafon NOM m p 0.00 0.14 0.00 0.07 -balafra balafrer VER 0.16 1.55 0.00 0.07 ind:pas:3s; -balafraient balafrer VER 0.16 1.55 0.01 0.14 ind:imp:3p; -balafrait balafrer VER 0.16 1.55 0.00 0.27 ind:imp:3s; -balafre balafre NOM f s 0.57 1.69 0.55 1.15 -balafrent balafrer VER 0.16 1.55 0.00 0.07 ind:pre:3p; -balafrer balafrer VER 0.16 1.55 0.02 0.07 inf; -balafres balafre NOM f p 0.57 1.69 0.03 0.54 -balafrons balafrer VER 0.16 1.55 0.01 0.00 imp:pre:1p; -balafrât balafrer VER 0.16 1.55 0.00 0.07 sub:imp:3s; -balafré balafré ADJ m s 0.57 1.15 0.35 0.88 -balafrée balafré ADJ f s 0.57 1.15 0.21 0.20 -balafrées balafrer VER f p 0.16 1.55 0.00 0.07 par:pas; -balafrés balafrer VER m p 0.16 1.55 0.04 0.00 par:pas; -balai_brosse balai_brosse NOM m s 0.40 0.61 0.29 0.34 -balai balai NOM m s 10.91 17.70 8.24 11.96 -balaie balayer VER 12.17 37.43 1.99 2.84 imp:pre:2s;ind:pre:1s;ind:pre:3s; -balaient balayer VER 12.17 37.43 0.20 1.01 ind:pre:3p; -balaiera balayer VER 12.17 37.43 0.18 0.34 ind:fut:3s; -balaierai balayer VER 12.17 37.43 0.28 0.00 ind:fut:1s; -balaieraient balayer VER 12.17 37.43 0.00 0.07 cnd:pre:3p; -balaierait balayer VER 12.17 37.43 0.02 0.20 cnd:pre:3s; -balaieras balayer VER 12.17 37.43 0.02 0.00 ind:fut:2s; -balaierez balayer VER 12.17 37.43 0.00 0.07 ind:fut:2p; -balaies balayer VER 12.17 37.43 0.38 0.00 ind:pre:2s; -balai_brosse balai_brosse NOM m p 0.40 0.61 0.11 0.27 -balais balai NOM m p 10.91 17.70 2.68 5.74 -balaise balaise ADJ m s 0.49 0.34 0.45 0.27 -balaises balaise ADJ m p 0.49 0.34 0.04 0.07 -balalaïka balalaïka NOM f s 0.03 0.41 0.02 0.14 -balalaïkas balalaïka NOM f p 0.03 0.41 0.01 0.27 -balan balan NOM m s 0.00 0.07 0.00 0.07 -balance balancer VER 40.12 67.70 9.66 12.16 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -balancelle balancelle NOM f s 0.18 0.34 0.18 0.27 -balancelles balancelle NOM f p 0.18 0.34 0.00 0.07 -balancement balancement NOM m s 0.83 5.41 0.69 4.93 -balancements balancement NOM m p 0.83 5.41 0.14 0.47 -balancent balancer VER 40.12 67.70 1.73 2.97 ind:pre:3p;sub:pre:3p; -balancer balancer VER 40.12 67.70 10.15 11.89 inf; -balancera balancer VER 40.12 67.70 0.35 0.34 ind:fut:3s; -balancerai balancer VER 40.12 67.70 0.27 0.07 ind:fut:1s; -balanceraient balancer VER 40.12 67.70 0.04 0.07 cnd:pre:3p; -balancerais balancer VER 40.12 67.70 0.29 0.20 cnd:pre:1s;cnd:pre:2s; -balancerait balancer VER 40.12 67.70 0.36 0.07 cnd:pre:3s; -balanceras balancer VER 40.12 67.70 0.05 0.00 ind:fut:2s; -balancerez balancer VER 40.12 67.70 0.01 0.00 ind:fut:2p; -balanceriez balancer VER 40.12 67.70 0.02 0.00 cnd:pre:2p; -balanceront balancer VER 40.12 67.70 0.04 0.00 ind:fut:3p; -balances balancer VER 40.12 67.70 1.39 0.54 ind:pre:2s;sub:pre:2s; -balancez balancer VER 40.12 67.70 1.33 0.20 imp:pre:2p;ind:pre:2p; -balancier balancier NOM m s 0.26 4.05 0.26 3.72 -balanciers balancier NOM m p 0.26 4.05 0.00 0.34 -balanciez balancer VER 40.12 67.70 0.03 0.00 ind:imp:2p; -balancines balancine NOM f p 0.00 0.07 0.00 0.07 -balancions balancer VER 40.12 67.70 0.01 0.07 ind:imp:1p; -balancèrent balancer VER 40.12 67.70 0.00 0.47 ind:pas:3p; -balancé balancer VER m s 40.12 67.70 10.50 8.18 par:pas; -balancée balancer VER f s 40.12 67.70 1.06 1.55 par:pas; -balancées balancer VER f p 40.12 67.70 0.07 0.74 par:pas; -balancés balancer VER m p 40.12 67.70 0.80 1.55 par:pas; -balandras balandras NOM m 0.00 0.07 0.00 0.07 -balanes balane NOM f p 0.01 0.27 0.01 0.27 -balanstiquant balanstiquer VER 0.00 0.41 0.00 0.07 par:pre; -balanstique balanstiquer VER 0.00 0.41 0.00 0.20 imp:pre:2s;ind:pre:3s; -balanstiquer balanstiquer VER 0.00 0.41 0.00 0.14 inf; -balança balancer VER 40.12 67.70 0.01 3.78 ind:pas:3s; -balançage balançage NOM m s 0.00 0.34 0.00 0.20 -balançages balançage NOM m p 0.00 0.34 0.00 0.14 -balançai balancer VER 40.12 67.70 0.00 0.14 ind:pas:1s; -balançaient balancer VER 40.12 67.70 0.29 3.51 ind:imp:3p; -balançais balancer VER 40.12 67.70 0.17 0.88 ind:imp:1s;ind:imp:2s; -balançait balancer VER 40.12 67.70 0.56 9.93 ind:imp:3s; -balançant balancer VER 40.12 67.70 0.71 8.38 par:pre; -balançoire balançoire NOM f s 2.14 3.11 1.93 1.89 -balançoires balançoire NOM f p 2.14 3.11 0.21 1.22 -balançons balancer VER 40.12 67.70 0.22 0.00 imp:pre:1p;ind:pre:1p; -balatum balatum NOM m s 0.00 0.14 0.00 0.14 -balaya balayer VER 12.17 37.43 0.16 2.36 ind:pas:3s; -balayage balayage NOM m s 1.69 0.81 1.56 0.74 -balayages balayage NOM m p 1.69 0.81 0.13 0.07 -balayai balayer VER 12.17 37.43 0.00 0.07 ind:pas:1s; -balayaient balayer VER 12.17 37.43 0.00 2.30 ind:imp:3p; -balayais balayer VER 12.17 37.43 0.05 0.20 ind:imp:1s;ind:imp:2s; -balayait balayer VER 12.17 37.43 0.28 5.07 ind:imp:3s; -balayant balayer VER 12.17 37.43 0.23 3.31 par:pre; -balaye balayer VER 12.17 37.43 1.03 1.35 imp:pre:2s;ind:pre:1s;ind:pre:3s; -balayent balayer VER 12.17 37.43 0.04 0.20 ind:pre:3p; -balayer balayer VER 12.17 37.43 3.40 7.23 inf; -balayera balayer VER 12.17 37.43 0.08 0.00 ind:fut:3s; -balayerai balayer VER 12.17 37.43 0.12 0.00 ind:fut:1s; -balayeraient balayer VER 12.17 37.43 0.00 0.07 cnd:pre:3p; -balayerait balayer VER 12.17 37.43 0.04 0.07 cnd:pre:3s; -balayerez balayer VER 12.17 37.43 0.01 0.07 ind:fut:2p; -balayerons balayer VER 12.17 37.43 0.01 0.00 ind:fut:1p; -balayeront balayer VER 12.17 37.43 0.03 0.00 ind:fut:3p; -balayette balayette NOM f s 0.33 0.54 0.33 0.34 -balayettes balayette NOM f p 0.33 0.54 0.00 0.20 -balayeur balayeur NOM m s 0.80 2.97 0.48 1.42 -balayeurs balayeur NOM m p 0.80 2.97 0.11 1.35 -balayeuse balayeur NOM f s 0.80 2.97 0.21 0.07 -balayeuses balayeuse NOM f p 0.02 0.00 0.02 0.00 -balayez balayer VER 12.17 37.43 0.60 0.07 imp:pre:2p;ind:pre:2p; -balayons balayer VER 12.17 37.43 0.05 0.07 imp:pre:1p; -balayât balayer VER 12.17 37.43 0.00 0.14 sub:imp:3s; -balayèrent balayer VER 12.17 37.43 0.00 0.41 ind:pas:3p; -balayé balayer VER m s 12.17 37.43 1.84 5.54 par:pas; -balayée balayer VER f s 12.17 37.43 0.35 1.76 par:pas; -balayées balayer VER f p 12.17 37.43 0.26 0.95 par:pas; -balayure balayure NOM f s 0.00 0.34 0.00 0.14 -balayures balayure NOM f p 0.00 0.34 0.00 0.20 -balayés balayer VER m p 12.17 37.43 0.50 1.69 par:pas; -balboa balboa NOM m s 0.02 0.00 0.02 0.00 -balbutia balbutier VER 0.23 13.99 0.00 5.54 ind:pas:3s; -balbutiai balbutier VER 0.23 13.99 0.00 0.81 ind:pas:1s; -balbutiaient balbutier VER 0.23 13.99 0.00 0.14 ind:imp:3p; -balbutiais balbutier VER 0.23 13.99 0.01 0.20 ind:imp:1s; -balbutiait balbutier VER 0.23 13.99 0.01 1.89 ind:imp:3s; -balbutiant balbutier VER 0.23 13.99 0.14 1.35 par:pre; -balbutiante balbutiant ADJ f s 0.14 1.15 0.01 0.54 -balbutiantes balbutiant ADJ f p 0.14 1.15 0.00 0.14 -balbutie balbutier VER 0.23 13.99 0.03 1.82 imp:pre:2s;ind:pre:1s;ind:pre:3s; -balbutiement balbutiement NOM m s 0.06 1.15 0.00 0.61 -balbutiements balbutiement NOM m p 0.06 1.15 0.06 0.54 -balbutier balbutier VER 0.23 13.99 0.02 1.08 inf; -balbutions balbutier VER 0.23 13.99 0.00 0.07 ind:pre:1p; -balbutièrent balbutier VER 0.23 13.99 0.00 0.14 ind:pas:3p; -balbutié balbutier VER m s 0.23 13.99 0.01 0.74 par:pas; -balbutiées balbutier VER f p 0.23 13.99 0.00 0.07 par:pas; -balbutiés balbutier VER m p 0.23 13.99 0.00 0.14 par:pas; -balbuzard balbuzard NOM m s 0.03 0.07 0.03 0.07 -balcon balcon NOM m s 10.53 40.41 9.90 32.97 -balconnet balconnet NOM m s 0.02 0.54 0.01 0.41 -balconnets balconnet NOM m p 0.02 0.54 0.01 0.14 -balcons balcon NOM m p 10.53 40.41 0.63 7.43 -baldaquin baldaquin NOM m s 0.66 2.77 0.63 2.57 -baldaquins baldaquin NOM m p 0.66 2.77 0.04 0.20 -bale bale NOM f s 0.50 0.00 0.36 0.00 -baleine baleine NOM f s 16.68 5.00 11.52 3.11 -baleineau baleineau NOM m s 0.05 0.00 0.05 0.00 -baleines baleine NOM f p 16.68 5.00 5.17 1.89 -baleinier baleinier NOM m s 0.30 0.81 0.09 0.07 -baleiniers baleinier NOM m p 0.30 0.81 0.20 0.14 -baleinière baleinier NOM f s 0.30 0.81 0.02 0.54 -baleinières baleinier ADJ f p 0.06 0.00 0.01 0.00 -baleiné baleiné ADJ m s 0.00 0.41 0.00 0.07 -baleinée baleiné ADJ f s 0.00 0.41 0.00 0.07 -baleinées baleiné ADJ f p 0.00 0.41 0.00 0.07 -baleinés baleiné ADJ m p 0.00 0.41 0.00 0.20 -bales bale NOM f p 0.50 0.00 0.14 0.00 -balinais balinais ADJ m s 0.03 0.20 0.01 0.14 -balinaise balinais ADJ f s 0.03 0.20 0.02 0.07 -balisage balisage NOM m s 0.12 0.07 0.12 0.07 -balisaient baliser VER 0.65 2.03 0.01 0.20 ind:imp:3p; -balisait baliser VER 0.65 2.03 0.01 0.14 ind:imp:3s; -balisant baliser VER 0.65 2.03 0.00 0.07 par:pre; -balise balise NOM f s 2.82 0.68 2.31 0.27 -balisent baliser VER 0.65 2.03 0.01 0.07 ind:pre:3p; -baliser baliser VER 0.65 2.03 0.06 0.34 inf; -baliseraient baliser VER 0.65 2.03 0.01 0.00 cnd:pre:3p; -balises balise NOM f p 2.82 0.68 0.51 0.41 -baliste baliste NOM f s 0.02 0.14 0.01 0.00 -balistes baliste NOM f p 0.02 0.14 0.01 0.14 -balistique balistique NOM f s 1.06 0.14 1.06 0.14 -balistiquement balistiquement ADV 0.00 0.07 0.00 0.07 -balistiques balistique ADJ p 1.11 0.14 0.31 0.07 -balisé baliser VER m s 0.65 2.03 0.06 0.07 par:pas; -balisée baliser VER f s 0.65 2.03 0.19 0.20 par:pas; -balisées baliser VER f p 0.65 2.03 0.00 0.07 par:pas; -balisés baliser VER m p 0.65 2.03 0.00 0.20 par:pas; -baliveau baliveau NOM m s 0.00 1.08 0.00 0.07 -baliveaux baliveau NOM m p 0.00 1.08 0.00 1.01 -baliverne baliverne NOM f s 2.79 1.55 0.20 0.14 -balivernes baliverne NOM f p 2.79 1.55 2.59 1.42 -balkanique balkanique ADJ s 0.00 1.49 0.00 0.81 -balkaniques balkanique ADJ p 0.00 1.49 0.00 0.68 -balkanisés balkaniser VER m p 0.00 0.07 0.00 0.07 par:pas; -ball_trap ball_trap NOM m s 0.20 0.14 0.20 0.14 -ballade ballade NOM f s 4.54 1.22 3.64 0.95 -ballades ballade NOM f p 4.54 1.22 0.90 0.27 -ballaient baller VER 0.12 0.95 0.10 0.07 ind:imp:3p; -ballant ballant ADJ m s 0.33 6.28 0.02 0.54 -ballante ballant ADJ f s 0.33 6.28 0.00 0.54 -ballantes ballant ADJ f p 0.33 6.28 0.00 0.74 -ballants ballant ADJ m p 0.33 6.28 0.31 4.46 -ballast ballast NOM m s 1.44 2.57 0.40 2.50 -ballasts ballast NOM m p 1.44 2.57 1.04 0.07 -balle_peau balle_peau ONO 0.00 0.07 0.00 0.07 -balle balle NOM f s 122.07 94.59 77.32 44.73 -baller baller VER 0.12 0.95 0.02 0.41 inf; -ballerine ballerine NOM f s 1.75 2.16 1.23 1.22 -ballerines ballerine NOM f p 1.75 2.16 0.51 0.95 -balles balle NOM f p 122.07 94.59 44.75 49.86 -ballet ballet NOM m s 8.66 8.24 7.80 6.01 -ballets ballet NOM m p 8.66 8.24 0.86 2.23 -balloches balloche NOM m p 0.12 0.41 0.12 0.41 -ballon_sonde ballon_sonde NOM m s 0.14 0.00 0.14 0.00 -ballon ballon NOM m s 32.92 21.42 27.27 17.16 -ballonnaient ballonner VER 0.66 1.15 0.00 0.07 ind:imp:3p; -ballonnant ballonnant ADJ m s 0.00 0.27 0.00 0.07 -ballonnante ballonnant ADJ f s 0.00 0.27 0.00 0.14 -ballonnants ballonnant ADJ m p 0.00 0.27 0.00 0.07 -ballonne ballonner VER 0.66 1.15 0.28 0.20 imp:pre:2s;ind:pre:1s;ind:pre:3s; -ballonnement ballonnement NOM m s 0.04 0.14 0.02 0.07 -ballonnements ballonnement NOM m p 0.04 0.14 0.02 0.07 -ballonnent ballonner VER 0.66 1.15 0.00 0.07 ind:pre:3p; -ballonner ballonner VER 0.66 1.15 0.15 0.14 inf; -ballonnets ballonnet NOM m p 0.01 0.14 0.01 0.14 -ballonné ballonné ADJ m s 0.27 1.15 0.19 0.74 -ballonnée ballonner VER f s 0.66 1.15 0.15 0.14 par:pas; -ballonnées ballonner VER f p 0.66 1.15 0.01 0.07 par:pas; -ballonnées ballonné ADJ f p 0.27 1.15 0.01 0.07 -ballonnés ballonné ADJ m p 0.27 1.15 0.01 0.27 -ballons ballon NOM m p 32.92 21.42 5.65 4.26 -ballot ballot NOM m s 1.01 5.88 0.81 1.82 -ballote ballote NOM f s 0.00 0.07 0.00 0.07 -ballots ballot NOM m p 1.01 5.88 0.20 4.05 -ballottage ballottage NOM m s 0.02 0.14 0.02 0.00 -ballottages ballottage NOM m p 0.02 0.14 0.00 0.14 -ballottaient ballotter VER 0.72 5.68 0.00 0.41 ind:imp:3p; -ballottait ballotter VER 0.72 5.68 0.01 0.54 ind:imp:3s; -ballottant ballotter VER 0.72 5.68 0.00 0.41 par:pre; -ballotte ballotter VER 0.72 5.68 0.02 0.41 ind:pre:1s;ind:pre:3s; -ballottement ballottement NOM m s 0.00 0.14 0.00 0.14 -ballottent ballotter VER 0.72 5.68 0.01 0.27 ind:pre:3p; -ballotter ballotter VER 0.72 5.68 0.02 0.41 inf; -ballottine ballottine NOM f s 0.01 0.07 0.01 0.00 -ballottines ballottine NOM f p 0.01 0.07 0.00 0.07 -ballottèrent ballotter VER 0.72 5.68 0.00 0.07 ind:pas:3p; -ballotté ballotter VER m s 0.72 5.68 0.44 1.49 par:pas; -ballottée ballotter VER f s 0.72 5.68 0.17 0.68 par:pas; -ballottées ballotter VER f p 0.72 5.68 0.00 0.20 par:pas; -ballottés ballotter VER m p 0.72 5.68 0.04 0.81 par:pas; -balluche balluche NOM m s 0.01 0.14 0.00 0.07 -balluches balluche NOM m p 0.01 0.14 0.01 0.07 -balluchon balluchon NOM m s 0.18 0.54 0.16 0.34 -balluchonnage balluchonnage NOM m s 0.00 0.07 0.00 0.07 -balluchonné balluchonner VER m s 0.00 0.07 0.00 0.07 par:pas; -balluchons balluchon NOM m p 0.18 0.54 0.02 0.20 -balnéaire balnéaire ADJ s 0.39 1.22 0.39 0.74 -balnéaires balnéaire ADJ f p 0.39 1.22 0.00 0.47 -balnéothérapie balnéothérapie NOM f s 0.01 0.00 0.01 0.00 -balourd balourd NOM m s 0.73 0.54 0.67 0.41 -balourde balourd ADJ f s 0.82 0.68 0.14 0.00 -balourdise balourdise NOM f s 0.02 0.88 0.02 0.81 -balourdises balourdise NOM f p 0.02 0.88 0.00 0.07 -balourds balourd ADJ m p 0.82 0.68 0.28 0.14 -balpeau balpeau ONO 0.01 0.61 0.01 0.61 -bals bal NOM m p 30.25 25.54 1.67 7.23 -balsa balsa NOM m s 0.13 0.00 0.13 0.00 -balsamier balsamier NOM m s 0.01 0.07 0.00 0.07 -balsamiers balsamier NOM m p 0.01 0.07 0.01 0.00 -balsamine balsamine NOM f s 0.00 0.61 0.00 0.07 -balsamines balsamine NOM f p 0.00 0.61 0.00 0.54 -balsamique balsamique ADJ s 0.10 0.47 0.10 0.41 -balsamiques balsamique ADJ m p 0.10 0.47 0.00 0.07 -balte balte ADJ s 0.52 2.23 0.05 0.34 -baltes balte ADJ p 0.52 2.23 0.47 1.89 -balthazar balthazar NOM m s 0.00 0.54 0.00 0.47 -balthazars balthazar NOM m p 0.00 0.54 0.00 0.07 -balèze balèze ADJ s 1.30 0.81 1.12 0.74 -balèzes balèze ADJ p 1.30 0.81 0.19 0.07 -baltique baltique ADJ s 0.14 0.47 0.14 0.34 -baltiques baltique ADJ f p 0.14 0.47 0.00 0.14 -balto balto ADV 0.00 0.54 0.00 0.54 -baluba baluba NOM s 0.00 0.07 0.00 0.07 -baluchon baluchon NOM m s 0.97 2.30 0.87 1.96 -baluchonnage baluchonnage NOM m s 0.00 0.07 0.00 0.07 -baluchonne baluchonner VER 0.00 0.41 0.00 0.07 ind:pre:3s; -baluchonnent baluchonner VER 0.00 0.41 0.00 0.07 ind:pre:3p; -baluchonner baluchonner VER 0.00 0.41 0.00 0.20 inf; -baluchonneur baluchonneur NOM m s 0.00 0.20 0.00 0.07 -baluchonneurs baluchonneur NOM m p 0.00 0.20 0.00 0.14 -baluchonné baluchonner VER m s 0.00 0.41 0.00 0.07 par:pas; -baluchons baluchon NOM m p 0.97 2.30 0.10 0.34 -balustrade balustrade NOM f s 0.61 11.28 0.61 10.20 -balustrades balustrade NOM f p 0.61 11.28 0.00 1.08 -balustre balustre NOM m s 0.00 1.35 0.00 0.20 -balustres balustre NOM m p 0.00 1.35 0.00 1.15 -balzacien balzacien ADJ m s 0.00 0.61 0.00 0.34 -balzacienne balzacien ADJ f s 0.00 0.61 0.00 0.14 -balzaciennes balzacien ADJ f p 0.00 0.61 0.00 0.07 -balzaciens balzacien ADJ m p 0.00 0.61 0.00 0.07 -balzanes balzane NOM f p 0.00 0.07 0.00 0.07 -bambara bambara ADJ m s 0.00 0.07 0.00 0.07 -bambara bambara NOM s 0.00 0.07 0.00 0.07 -bambin bambin NOM m s 1.35 4.66 0.87 2.16 -bambine bambin NOM f s 1.35 4.66 0.00 0.14 -bambines bambin NOM f p 1.35 4.66 0.00 0.14 -bambinette bambinette NOM f s 0.01 0.07 0.01 0.07 -bambino bambino NOM m s 0.37 0.34 0.33 0.27 -bambinos bambino NOM m p 0.37 0.34 0.04 0.07 -bambins bambin NOM m p 1.35 4.66 0.48 2.23 -bambochait bambocher VER 0.01 0.27 0.00 0.14 ind:imp:3s; -bamboche bamboche NOM f s 0.02 0.07 0.02 0.07 -bambocher bambocher VER 0.01 0.27 0.01 0.00 inf; -bambocheurs bambocheur NOM m p 0.00 0.14 0.00 0.14 -bambou bambou NOM m s 1.73 6.15 1.32 3.78 -bamboula bamboula NOM f s 1.29 0.27 1.29 0.27 -bambous bambou NOM m p 1.73 6.15 0.41 2.36 -ban ban NOM m s 1.66 2.16 0.76 1.76 -banal banal ADJ m s 8.66 26.22 4.88 11.28 -banale banal ADJ f s 8.66 26.22 2.75 9.93 -banalement banalement ADV 0.16 1.22 0.16 1.22 -banales banal ADJ f p 8.66 26.22 0.78 2.84 -banalisait banaliser VER 0.70 0.81 0.01 0.07 ind:imp:3s; -banalisation banalisation NOM f s 0.00 0.07 0.00 0.07 -banalise banaliser VER 0.70 0.81 0.08 0.00 ind:pre:3s; -banalisent banaliser VER 0.70 0.81 0.00 0.07 ind:pre:3p; -banaliser banaliser VER 0.70 0.81 0.16 0.00 inf; -banalisé banaliser VER m s 0.70 0.81 0.08 0.00 par:pas; -banalisée banaliser VER f s 0.70 0.81 0.26 0.47 par:pas; -banalisées banaliser VER f p 0.70 0.81 0.08 0.00 par:pas; -banalisés banaliser VER m p 0.70 0.81 0.04 0.20 par:pas; -banalité banalité NOM f s 1.47 8.65 0.77 5.34 -banalités banalité NOM f p 1.47 8.65 0.71 3.31 -banals banal ADJ m p 8.66 26.22 0.25 2.03 -banana bananer VER 1.04 0.20 0.81 0.14 ind:pas:3s; -bananas bananer VER 1.04 0.20 0.23 0.00 ind:pas:2s; -banane banane NOM f s 11.14 7.57 6.09 4.05 -bananer bananer VER 1.04 0.20 0.00 0.07 inf; -bananeraie bananeraie NOM f s 0.14 0.20 0.14 0.20 -bananes banane NOM f p 11.14 7.57 5.05 3.51 -bananier bananier NOM m s 0.76 3.85 0.18 0.61 -bananiers bananier NOM m p 0.76 3.85 0.57 3.24 -bananière bananier ADJ f s 0.16 0.27 0.02 0.00 -banaux banal ADJ m p 8.66 26.22 0.00 0.14 -banc_titre banc_titre NOM m s 0.14 0.00 0.14 0.00 -banc banc NOM m s 10.76 66.42 8.96 48.31 -bancaire bancaire ADJ s 3.94 1.49 2.71 0.74 -bancaires bancaire ADJ p 3.94 1.49 1.23 0.74 -bancal bancal ADJ m s 0.53 3.18 0.29 1.42 -bancale bancal ADJ f s 0.53 3.18 0.20 1.08 -bancales bancal ADJ f p 0.53 3.18 0.02 0.34 -bancals bancal ADJ m p 0.53 3.18 0.02 0.34 -banche bancher VER 0.01 0.00 0.01 0.00 ind:pre:3s; -banco banco ONO 0.42 0.41 0.42 0.41 -bancos banco NOM m p 0.04 0.27 0.01 0.07 -bancroche bancroche ADJ s 0.01 0.14 0.01 0.00 -bancroches bancroche ADJ p 0.01 0.14 0.00 0.14 -bancs banc NOM m p 10.76 66.42 1.81 18.11 -banda bander VER 14.51 15.54 0.01 0.54 ind:pas:3s; -bandage bandage NOM m s 4.76 2.97 2.79 1.35 -bandages bandage NOM m p 4.76 2.97 1.96 1.62 -bandagiste bandagiste NOM s 0.00 0.14 0.00 0.14 -bandai bander VER 14.51 15.54 0.00 0.07 ind:pas:1s; -bandaient bander VER 14.51 15.54 0.02 0.20 ind:imp:3p; -bandais bander VER 14.51 15.54 0.12 0.61 ind:imp:1s;ind:imp:2s; -bandaison bandaison NOM f s 0.00 0.74 0.00 0.54 -bandaisons bandaison NOM f p 0.00 0.74 0.00 0.20 -bandait bander VER 14.51 15.54 0.18 1.49 ind:imp:3s; -bandana bandana NOM m s 0.50 0.07 0.46 0.07 -bandanas bandana NOM m p 0.50 0.07 0.04 0.00 -bandant bandant ADJ m s 1.46 1.55 0.33 0.27 -bandante bandant ADJ f s 1.46 1.55 1.04 0.68 -bandantes bandant ADJ f p 1.46 1.55 0.05 0.41 -bandants bandant ADJ m p 1.46 1.55 0.04 0.20 -bandasse bander VER 14.51 15.54 0.00 0.07 sub:imp:1s; -bande_annonce bande_annonce NOM f s 0.51 0.00 0.41 0.00 -bande_son bande_son NOM f s 0.09 0.27 0.09 0.27 -bande bande NOM f s 78.36 72.23 69.10 52.36 -bandeau bandeau NOM m s 2.60 6.49 2.34 4.73 -bandeaux bandeau NOM m p 2.60 6.49 0.26 1.76 -bandelette bandelette NOM f s 0.69 1.15 0.09 0.07 -bandelettes bandelette NOM f p 0.69 1.15 0.61 1.08 -bandent bander VER 14.51 15.54 0.14 1.01 ind:pre:3p; -bander bander VER 14.51 15.54 5.34 5.07 inf; -bandera bandera NOM f s 0.17 0.27 0.02 0.20 -banderai bander VER 14.51 15.54 0.15 0.14 ind:fut:1s; -banderaient bander VER 14.51 15.54 0.01 0.07 cnd:pre:3p; -banderait bander VER 14.51 15.54 0.00 0.07 cnd:pre:3s; -banderas bander VER 14.51 15.54 0.14 0.07 ind:fut:2s; -banderille banderille NOM f s 0.00 0.88 0.00 0.41 -banderillero banderillero NOM m s 0.10 0.07 0.10 0.00 -banderilleros banderillero NOM m p 0.10 0.07 0.00 0.07 -banderilles banderille NOM f p 0.00 0.88 0.00 0.47 -banderole banderole NOM f s 1.34 4.19 0.67 2.23 -banderoles banderole NOM f p 1.34 4.19 0.67 1.96 -bande_annonce bande_annonce NOM f p 0.51 0.00 0.10 0.00 -bandes bande NOM f p 78.36 72.23 9.26 19.86 -bandeur bandeur NOM m s 0.07 0.14 0.03 0.00 -bandeurs bandeur NOM m p 0.07 0.14 0.04 0.14 -bandez bander VER 14.51 15.54 0.82 0.14 imp:pre:2p;ind:pre:2p; -bandiez bander VER 14.51 15.54 0.02 0.00 ind:imp:2p; -bandit bandit NOM m s 19.70 8.85 8.26 4.59 -banditisme banditisme NOM m s 0.47 0.95 0.47 0.95 -bandits bandit NOM m p 19.70 8.85 11.45 4.26 -bandoline bandoline NOM f s 0.00 0.07 0.00 0.07 -bandonéon bandonéon NOM m s 0.00 0.20 0.00 0.20 -bandothèque bandothèque NOM f s 0.01 0.00 0.01 0.00 -bandoulière bandoulière NOM f s 0.12 4.19 0.12 4.19 -bandé bander VER m s 14.51 15.54 0.60 0.81 par:pas; -bandée bandé ADJ f s 1.40 3.58 0.33 1.22 -bandées bandé ADJ f p 1.40 3.58 0.00 0.27 -bandés bandé ADJ m p 1.40 3.58 1.03 1.55 -bang bang ONO 1.74 0.20 1.74 0.20 -bangladais bangladais NOM m 0.00 0.07 0.00 0.07 -bangs bang NOM m p 2.37 0.61 0.34 0.27 -banian banian NOM m s 0.05 0.27 0.04 0.20 -banians banian NOM m p 0.05 0.27 0.01 0.07 -banjo banjo NOM m s 3.13 1.08 3.08 0.81 -banjos banjo NOM m p 3.13 1.08 0.06 0.27 -bank_note bank_note NOM f s 0.00 0.20 0.00 0.07 -bank_note bank_note NOM f p 0.00 0.20 0.00 0.14 -banlieue banlieue NOM f s 7.92 23.85 6.96 21.35 -banlieues banlieue NOM f p 7.92 23.85 0.96 2.50 -banlieusard banlieusard NOM m s 0.23 0.68 0.09 0.20 -banlieusarde banlieusard NOM f s 0.23 0.68 0.01 0.14 -banlieusardes banlieusard NOM f p 0.23 0.68 0.02 0.00 -banlieusards banlieusard NOM m p 0.23 0.68 0.10 0.34 -banne banner VER 0.86 0.07 0.40 0.00 imp:pre:2s;ind:pre:3s; -banner banner VER 0.86 0.07 0.46 0.07 inf; -bannes banne NOM f p 0.00 0.07 0.00 0.07 -banni bannir VER m s 7.03 3.31 2.48 1.49 par:pas; -bannie bannir VER f s 7.03 3.31 0.85 0.27 par:pas; -bannies bannir VER f p 7.03 3.31 0.07 0.14 par:pas; -bannir bannir VER 7.03 3.31 1.62 0.61 inf; -bannirait bannir VER 7.03 3.31 0.34 0.14 cnd:pre:3s; -bannirent bannir VER 7.03 3.31 0.02 0.00 ind:pas:3p; -bannis bannir VER m p 7.03 3.31 0.93 0.20 imp:pre:2s;ind:pre:1s;ind:pre:2s;par:pas; -bannissaient bannir VER 7.03 3.31 0.00 0.14 ind:imp:3p; -bannissait bannir VER 7.03 3.31 0.00 0.14 ind:imp:3s; -bannissant bannir VER 7.03 3.31 0.01 0.07 par:pre; -bannisse bannir VER 7.03 3.31 0.02 0.00 sub:pre:3s; -bannissement bannissement NOM m s 0.62 0.47 0.59 0.34 -bannissements bannissement NOM m p 0.62 0.47 0.03 0.14 -bannissez bannir VER 7.03 3.31 0.57 0.07 imp:pre:2p; -bannissons bannir VER 7.03 3.31 0.06 0.00 imp:pre:1p;ind:pre:1p; -bannit bannir VER 7.03 3.31 0.05 0.07 ind:pre:3s;ind:pas:3s; -bannière bannière NOM f s 2.14 6.96 1.83 2.91 -bannières bannière NOM f p 2.14 6.96 0.31 4.05 -banqua banquer VER 0.08 0.47 0.00 0.07 ind:pas:3s; -banque banque NOM f s 79.35 30.88 70.79 25.54 -banquer banquer VER 0.08 0.47 0.04 0.27 inf; -banquerai banquer VER 0.08 0.47 0.00 0.07 ind:fut:1s; -banqueroute banqueroute NOM f s 1.02 0.74 0.82 0.68 -banqueroutes banqueroute NOM f p 1.02 0.74 0.20 0.07 -banqueroutier banqueroutier NOM m s 0.11 0.00 0.01 0.00 -banqueroutiers banqueroutier NOM m p 0.11 0.00 0.10 0.00 -banques banque NOM f p 79.35 30.88 8.56 5.34 -banquet banquet NOM m s 4.41 5.88 3.62 4.12 -banquets banquet NOM m p 4.41 5.88 0.79 1.76 -banquette banquette NOM f s 3.02 30.88 2.66 24.26 -banquettes banquette NOM f p 3.02 30.88 0.36 6.62 -banqueté banqueter VER m s 0.04 0.00 0.04 0.00 par:pas; -banquier banquier NOM m s 6.32 12.70 4.70 8.38 -banquiers banquier NOM m p 6.32 12.70 1.33 3.99 -banquise banquise NOM f s 0.66 1.55 0.65 1.42 -banquises banquise NOM f p 0.66 1.55 0.01 0.14 -banquistes banquiste NOM p 0.00 0.14 0.00 0.14 -banquière banquier NOM f s 6.32 12.70 0.29 0.20 -banquières banquière NOM f p 0.07 0.00 0.03 0.00 -banqué banquer VER m s 0.08 0.47 0.04 0.07 par:pas; -bans ban NOM m p 1.66 2.16 0.90 0.41 -bantou bantou NOM m s 0.14 0.00 0.14 0.00 -bantoue bantou ADJ f s 0.14 0.07 0.02 0.07 -bantu bantu NOM m s 0.01 0.00 0.01 0.00 -banyan banyan NOM m s 0.07 0.00 0.07 0.00 -banyuls banyuls NOM m 0.00 0.74 0.00 0.74 -baobab baobab NOM m s 0.58 1.15 0.18 0.81 -baobabs baobab NOM m p 0.58 1.15 0.40 0.34 -baou baou NOM m s 0.00 0.20 0.00 0.20 -baptisa baptiser VER 9.90 16.35 0.33 1.35 ind:pas:3s; -baptisai baptiser VER 9.90 16.35 0.00 0.07 ind:pas:1s; -baptisaient baptiser VER 9.90 16.35 0.00 0.34 ind:imp:3p; -baptisais baptiser VER 9.90 16.35 0.01 0.07 ind:imp:1s; -baptisait baptiser VER 9.90 16.35 0.05 0.95 ind:imp:3s; -baptisant baptiser VER 9.90 16.35 0.14 0.07 par:pre; -baptise baptiser VER 9.90 16.35 1.96 1.49 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -baptisent baptiser VER 9.90 16.35 0.00 0.41 ind:pre:3p; -baptiser baptiser VER 9.90 16.35 1.82 1.96 inf; -baptisera baptiser VER 9.90 16.35 0.20 0.14 ind:fut:3s; -baptiserai baptiser VER 9.90 16.35 0.01 0.00 ind:fut:1s; -baptiseraient baptiser VER 9.90 16.35 0.01 0.00 cnd:pre:3p; -baptiserait baptiser VER 9.90 16.35 0.00 0.14 cnd:pre:3s; -baptiseront baptiser VER 9.90 16.35 0.02 0.07 ind:fut:3p; -baptises baptiser VER 9.90 16.35 0.04 0.14 ind:pre:2s; -baptiseur baptiseur NOM m s 0.02 0.07 0.02 0.07 -baptisez baptiser VER 9.90 16.35 0.06 0.00 imp:pre:2p;ind:pre:2p; -baptisions baptiser VER 9.90 16.35 0.14 0.20 ind:imp:1p; -baptismal baptismal ADJ m s 0.19 1.22 0.00 0.20 -baptismale baptismal ADJ f s 0.19 1.22 0.01 0.20 -baptismales baptismal ADJ f p 0.19 1.22 0.00 0.07 -baptismaux baptismal ADJ m p 0.19 1.22 0.17 0.74 -baptisons baptiser VER 9.90 16.35 0.03 0.07 imp:pre:1p;ind:pre:1p; -baptiste baptiste ADJ s 0.77 0.34 0.69 0.34 -baptistes baptiste NOM p 0.24 0.07 0.19 0.07 -baptisèrent baptiser VER 9.90 16.35 0.06 0.07 ind:pas:3p; -baptistère baptistère NOM m s 0.00 0.41 0.00 0.41 -baptisé baptiser VER m s 9.90 16.35 3.61 5.54 par:pas; -baptisée baptiser VER f s 9.90 16.35 0.99 1.96 par:pas; -baptisées baptiser VER f p 9.90 16.35 0.04 0.27 par:pas; -baptisés baptiser VER m p 9.90 16.35 0.41 1.08 par:pas; -baptême baptême NOM m s 4.84 10.34 4.41 9.39 -baptêmes baptême NOM m p 4.84 10.34 0.43 0.95 -baquet baquet NOM m s 0.48 4.86 0.46 3.65 -baquets baquet NOM m p 0.48 4.86 0.02 1.22 -bar_hôtel bar_hôtel NOM m s 0.01 0.00 0.01 0.00 -bar_mitsva bar_mitsva NOM f 0.41 0.07 0.41 0.07 -bar_restaurant bar_restaurant NOM m s 0.00 0.07 0.00 0.07 -bar_tabac bar_tabac NOM m s 0.03 0.61 0.03 0.61 -bar bar NOM m s 67.57 61.35 60.17 52.57 -baragouin baragouin NOM m s 0.12 0.41 0.11 0.41 -baragouinage baragouinage NOM m s 0.10 0.00 0.10 0.00 -baragouinaient baragouiner VER 0.68 1.49 0.00 0.07 ind:imp:3p; -baragouinait baragouiner VER 0.68 1.49 0.01 0.54 ind:imp:3s; -baragouinant baragouiner VER 0.68 1.49 0.25 0.20 par:pre; -baragouine baragouiner VER 0.68 1.49 0.19 0.20 ind:pre:1s;ind:pre:3s; -baragouinent baragouiner VER 0.68 1.49 0.02 0.14 ind:pre:3p; -baragouiner baragouiner VER 0.68 1.49 0.07 0.20 inf; -baragouines baragouiner VER 0.68 1.49 0.09 0.00 ind:pre:2s; -baragouineur baragouineur NOM m s 0.01 0.00 0.01 0.00 -baragouinez baragouiner VER 0.68 1.49 0.04 0.00 ind:pre:2p; -baragouins baragouin NOM m p 0.12 0.41 0.01 0.00 -baragouiné baragouiner VER m s 0.68 1.49 0.01 0.14 par:pas; -baraka baraka NOM f s 0.18 0.47 0.18 0.47 -baralipton baralipton NOM m s 0.00 0.07 0.00 0.07 -baraque baraque NOM f s 12.27 30.47 11.10 22.84 -baraquement baraquement NOM m s 1.35 2.64 0.68 1.01 -baraquements baraquement NOM m p 1.35 2.64 0.67 1.62 -baraques baraque NOM f p 12.27 30.47 1.17 7.64 -baraqué baraqué ADJ m s 1.04 0.68 0.96 0.41 -baraquée baraqué ADJ f s 1.04 0.68 0.02 0.14 -baraqués baraqué ADJ m p 1.04 0.68 0.06 0.14 -baraterie baraterie NOM f s 0.01 0.00 0.01 0.00 -baratin baratin NOM m s 4.03 2.97 3.90 2.84 -baratinais baratiner VER 1.89 1.15 0.03 0.00 ind:imp:1s;ind:imp:2s; -baratinait baratiner VER 1.89 1.15 0.11 0.07 ind:imp:3s; -baratine baratiner VER 1.89 1.15 0.75 0.14 imp:pre:2s;ind:pre:1s;ind:pre:3s; -baratinent baratiner VER 1.89 1.15 0.01 0.00 ind:pre:3p; -baratiner baratiner VER 1.89 1.15 0.42 0.68 inf; -baratines baratiner VER 1.89 1.15 0.13 0.00 ind:pre:2s; -baratineur baratineur NOM m s 0.74 0.27 0.44 0.20 -baratineurs baratineur NOM m p 0.74 0.27 0.17 0.07 -baratineuse baratineur NOM f s 0.74 0.27 0.13 0.00 -baratinez baratiner VER 1.89 1.15 0.05 0.00 imp:pre:2p;ind:pre:2p; -baratins baratin NOM m p 4.03 2.97 0.14 0.14 -baratiné baratiner VER m s 1.89 1.15 0.21 0.27 par:pas; -baratinée baratiner VER f s 1.89 1.15 0.15 0.00 par:pas; -baratinés baratiner VER m p 1.89 1.15 0.02 0.00 par:pas; -barattage barattage NOM m s 0.10 0.00 0.10 0.00 -barattait baratter VER 0.14 0.47 0.00 0.14 ind:imp:3s; -barattant baratter VER 0.14 0.47 0.00 0.07 par:pre; -baratte baratte NOM f s 0.03 0.41 0.03 0.34 -barattent baratter VER 0.14 0.47 0.00 0.07 ind:pre:3p; -baratter baratter VER 0.14 0.47 0.13 0.07 inf; -barattes baratte NOM f p 0.03 0.41 0.00 0.07 -baratté baratter VER m s 0.14 0.47 0.01 0.00 par:pas; -barattés baratter VER m p 0.14 0.47 0.00 0.07 par:pas; -barba barber VER 0.78 1.69 0.14 0.27 ind:pas:3s; -barbacane barbacane NOM f s 0.02 0.14 0.02 0.07 -barbacanes barbacane NOM f p 0.02 0.14 0.00 0.07 -barbaient barber VER 0.78 1.69 0.01 0.00 ind:imp:3p; -barbait barber VER 0.78 1.69 0.03 0.14 ind:imp:3s; -barbant barbant ADJ m s 1.90 0.27 1.02 0.20 -barbante barbant ADJ f s 1.90 0.27 0.65 0.00 -barbantes barbant ADJ f p 1.90 0.27 0.05 0.00 -barbants barbant ADJ m p 1.90 0.27 0.18 0.07 -barbaque barbaque NOM f s 0.24 3.18 0.24 3.18 -barbara barbara NOM s 0.05 0.00 0.05 0.00 -barbare barbare NOM s 5.15 5.47 2.03 1.62 -barbarement barbarement ADV 0.00 0.14 0.00 0.14 -barbares barbare NOM p 5.15 5.47 3.12 3.85 -barbaresque barbaresque ADJ m s 0.00 0.95 0.00 0.41 -barbaresques barbaresque NOM p 0.05 0.61 0.05 0.54 -barbarie barbarie NOM f s 1.37 3.72 1.36 3.58 -barbaries barbarie NOM f p 1.37 3.72 0.01 0.14 -barbarisme barbarisme NOM m s 0.04 0.34 0.04 0.14 -barbarismes barbarisme NOM m p 0.04 0.34 0.00 0.20 -barbe_de_capucin barbe_de_capucin NOM f s 0.00 0.07 0.00 0.07 -barbe barbe NOM s 24.15 50.54 23.40 47.70 -barbeau barbeau NOM m s 0.01 1.08 0.01 0.74 -barbeaux barbeau NOM m p 0.01 1.08 0.00 0.34 -barbecue barbecue NOM m s 5.87 0.47 5.47 0.47 -barbecues barbecue NOM m p 5.87 0.47 0.39 0.00 -barbelé barbelé ADJ m s 0.86 2.97 0.35 0.81 -barbelée barbelé ADJ f s 0.86 2.97 0.05 0.41 -barbelées barbelé ADJ f p 0.86 2.97 0.12 0.14 -barbelés barbelé NOM m p 3.56 8.38 3.25 7.36 -barbent barber VER 0.78 1.69 0.00 0.14 ind:pre:3p; -barber barber VER 0.78 1.69 0.06 0.20 inf; -barbera barber VER 0.78 1.69 0.00 0.07 ind:fut:3s; -barberait barber VER 0.78 1.69 0.00 0.07 cnd:pre:3s; -barbes barbe NOM p 24.15 50.54 0.75 2.84 -barbet barbet NOM m s 0.00 0.41 0.00 0.34 -barbets barbet NOM m p 0.00 0.41 0.00 0.07 -barbette barbette ADJ f s 0.01 0.00 0.01 0.00 -barbiche barbiche NOM f s 0.18 3.78 0.18 3.65 -barbiches barbiche NOM f p 0.18 3.78 0.00 0.14 -barbichette barbichette NOM f s 0.38 0.81 0.38 0.81 -barbichu barbichu ADJ m s 0.01 0.68 0.01 0.61 -barbichus barbichu ADJ m p 0.01 0.68 0.00 0.07 -barbier barbier NOM m s 3.62 22.50 3.57 22.16 -barbiers barbier NOM m p 3.62 22.50 0.05 0.34 -barbillon barbillon NOM m s 0.01 0.81 0.00 0.34 -barbillons barbillon NOM m p 0.01 0.81 0.01 0.47 -barbiquet barbiquet NOM m s 0.00 0.41 0.00 0.07 -barbiquets barbiquet NOM m p 0.00 0.41 0.00 0.34 -barbiturique barbiturique NOM m s 0.80 0.61 0.10 0.14 -barbituriques barbiturique NOM m p 0.80 0.61 0.70 0.47 -barbon barbon NOM m s 0.03 0.61 0.02 0.54 -barbons barbon NOM m p 0.03 0.61 0.01 0.07 -barbot barbot NOM m s 0.00 0.20 0.00 0.20 -barbota barboter VER 0.75 3.18 0.00 0.14 ind:pas:3s; -barbotages barbotage NOM m p 0.00 0.07 0.00 0.07 -barbotaient barboter VER 0.75 3.18 0.00 0.14 ind:imp:3p; -barbotait barboter VER 0.75 3.18 0.00 0.88 ind:imp:3s; -barbotant barboter VER 0.75 3.18 0.01 0.41 par:pre; -barbote barboter VER 0.75 3.18 0.04 0.20 ind:pre:1s;ind:pre:3s; -barbotent barboter VER 0.75 3.18 0.00 0.14 ind:pre:3p; -barboter barboter VER 0.75 3.18 0.26 0.88 inf; -barboterais barboter VER 0.75 3.18 0.00 0.07 cnd:pre:1s; -barboterait barboter VER 0.75 3.18 0.00 0.07 cnd:pre:3s; -barboteuse barboteur NOM f s 0.02 0.34 0.02 0.20 -barboteuses barboteuse NOM f p 0.01 0.00 0.01 0.00 -barbotière barbotière NOM f s 0.00 0.07 0.00 0.07 -barbotons barboter VER 0.75 3.18 0.16 0.14 imp:pre:1p;ind:pre:1p; -barbotte barbotte NOM f s 0.03 0.07 0.02 0.07 -barbottes barbotte NOM f p 0.03 0.07 0.01 0.00 -barboté barboter VER m s 0.75 3.18 0.28 0.14 par:pas; -barbouilla barbouiller VER 1.31 8.99 0.00 0.27 ind:pas:3s; -barbouillage barbouillage NOM m s 0.30 0.81 0.00 0.41 -barbouillages barbouillage NOM m p 0.30 0.81 0.30 0.41 -barbouillai barbouiller VER 1.31 8.99 0.00 0.07 ind:pas:1s; -barbouillaient barbouiller VER 1.31 8.99 0.00 0.20 ind:imp:3p; -barbouillais barbouiller VER 1.31 8.99 0.00 0.14 ind:imp:1s; -barbouillait barbouiller VER 1.31 8.99 0.00 0.74 ind:imp:3s; -barbouillant barbouiller VER 1.31 8.99 0.01 0.41 par:pre; -barbouille barbouiller VER 1.31 8.99 0.29 0.81 imp:pre:2s;ind:pre:1s;ind:pre:3s; -barbouillent barbouiller VER 1.31 8.99 0.00 0.20 ind:pre:3p; -barbouiller barbouiller VER 1.31 8.99 0.67 1.15 inf; -barbouilles barbouiller VER 1.31 8.99 0.10 0.14 ind:pre:2s; -barbouilleur barbouilleur NOM m s 0.00 1.22 0.00 0.81 -barbouilleurs barbouilleur NOM m p 0.00 1.22 0.00 0.41 -barbouillis barbouillis NOM m 0.00 0.07 0.00 0.07 -barbouillèrent barbouiller VER 1.31 8.99 0.00 0.14 ind:pas:3p; -barbouillé barbouillé ADJ m s 0.62 1.55 0.35 1.15 -barbouillée barbouillé ADJ f s 0.62 1.55 0.12 0.07 -barbouillées barbouillé ADJ f p 0.62 1.55 0.01 0.20 -barbouillés barbouillé ADJ m p 0.62 1.55 0.14 0.14 -barbouze barbouze NOM s 0.33 0.68 0.16 0.34 -barbouzes barbouze NOM p 0.33 0.68 0.17 0.34 -barbé barber VER m s 0.78 1.69 0.04 0.07 par:pas; -barbu barbu NOM m s 1.70 3.65 1.37 2.77 -barbue barbu ADJ f s 1.46 8.31 0.08 0.74 -barbues barbu ADJ f p 1.46 8.31 0.00 0.14 -barbules barbule NOM f p 0.01 0.00 0.01 0.00 -barbés barber VER m p 0.78 1.69 0.10 0.07 par:pas; -barbus barbu NOM m p 1.70 3.65 0.34 0.88 -barca barca ADV 0.16 0.20 0.16 0.20 -barcarolle barcarolle NOM f s 0.03 0.14 0.03 0.14 -barcasse barcasse NOM f s 0.00 0.68 0.00 0.41 -barcasses barcasse NOM f p 0.00 0.68 0.00 0.27 -barda barda NOM m s 1.62 2.16 1.46 1.55 -bardage bardage NOM m s 0.01 0.00 0.01 0.00 -bardaient barder VER 2.58 6.55 0.00 0.14 ind:imp:3p; -bardait barder VER 2.58 6.55 0.05 0.41 ind:imp:3s; -bardane bardane NOM f s 0.04 0.34 0.04 0.20 -bardanes bardane NOM f p 0.04 0.34 0.00 0.14 -bardas barda NOM m p 1.62 2.16 0.16 0.61 -barde barder VER 2.58 6.55 0.30 0.20 ind:pre:3s; -bardeau bardeau NOM m s 0.08 0.41 0.00 0.14 -bardeaux bardeau NOM m p 0.08 0.41 0.08 0.27 -barder barder VER 2.58 6.55 1.84 0.47 inf; -bardera barder VER 2.58 6.55 0.15 0.07 ind:fut:3s; -barderait barder VER 2.58 6.55 0.00 0.07 cnd:pre:3s; -bardes barde NOM p 0.18 0.68 0.00 0.27 -bardeurs bardeur NOM m p 0.00 0.07 0.00 0.07 -bardiques bardique ADJ f p 0.00 0.07 0.00 0.07 -bardo bardo NOM m s 0.11 0.20 0.11 0.20 -bardolino bardolino NOM m s 0.14 0.00 0.14 0.00 -bardot bardot NOM m s 0.27 0.20 0.27 0.07 -bardots bardot NOM m p 0.27 0.20 0.00 0.14 -bardé barder VER m s 2.58 6.55 0.07 2.30 par:pas; -bardée barder VER f s 2.58 6.55 0.01 1.22 par:pas; -bardées barder VER f p 2.58 6.55 0.01 0.54 par:pas; -bardés barder VER m p 2.58 6.55 0.14 1.15 par:pas; -baret baret NOM m s 0.00 0.07 0.00 0.07 -barge barge ADJ s 1.70 0.14 1.60 0.07 -barges barge NOM f p 1.00 0.74 0.28 0.34 -barguigna barguigner VER 0.14 0.34 0.00 0.07 ind:pas:3s; -barguigner barguigner VER 0.14 0.34 0.14 0.20 inf; -barguigné barguigner VER m s 0.14 0.34 0.00 0.07 par:pas; -baril baril NOM m s 2.71 3.04 1.81 2.03 -barillet barillet NOM m s 0.69 2.03 0.67 1.96 -barillets barillet NOM m p 0.69 2.03 0.03 0.07 -barils baril NOM m p 2.71 3.04 0.90 1.01 -barine barine NOM m s 0.22 0.00 0.22 0.00 -bariolage bariolage NOM m s 0.00 0.61 0.00 0.41 -bariolages bariolage NOM m p 0.00 0.61 0.00 0.20 -bariolaient barioler VER 0.03 2.64 0.00 0.07 ind:imp:3p; -bariolant barioler VER 0.03 2.64 0.00 0.14 par:pre; -bariole barioler VER 0.03 2.64 0.00 0.07 ind:pre:3s; -bariolé bariolé ADJ m s 0.21 5.47 0.02 1.35 -bariolée bariolé ADJ f s 0.21 5.47 0.03 1.76 -bariolées bariolé ADJ f p 0.21 5.47 0.01 0.88 -bariolures bariolure NOM f p 0.00 0.07 0.00 0.07 -bariolés bariolé ADJ m p 0.21 5.47 0.16 1.49 -barje barje ADJ m s 0.00 0.27 0.00 0.20 -barjes barje ADJ p 0.00 0.27 0.00 0.07 -barjo barjo ADJ m s 1.02 0.14 0.95 0.14 -barjos barjo NOM m p 1.01 0.14 0.28 0.00 -barjot barjot ADJ m s 0.84 0.47 0.63 0.34 -barjots barjot ADJ m p 0.84 0.47 0.21 0.14 -barmaid barmaid NOM f s 0.67 1.82 0.65 1.76 -barmaids barmaid NOM f p 0.67 1.82 0.02 0.07 -barman barman NOM m s 7.91 11.01 7.53 10.14 -barmans barman NOM m p 7.91 11.01 0.14 0.00 -barmen barman NOM m p 7.91 11.01 0.24 0.88 -barnum barnum NOM m s 0.03 0.20 0.03 0.20 -barolo barolo NOM m s 0.05 0.00 0.05 0.00 -baromètre baromètre NOM m s 0.57 2.91 0.56 2.30 -baromètres baromètre NOM m p 0.57 2.91 0.01 0.61 -barométrique barométrique ADJ s 0.04 0.14 0.04 0.14 -baron baron NOM m s 20.80 28.24 16.07 17.64 -baronet baronet NOM m s 0.07 0.07 0.07 0.07 -baronnait baronner VER 0.00 0.20 0.00 0.07 ind:imp:3s; -baronne baron NOM f s 20.80 28.24 4.17 7.03 -baronner baronner VER 0.00 0.20 0.00 0.07 inf; -baronnes baronne NOM f p 0.02 0.00 0.02 0.00 -baronnet baronnet NOM m s 0.10 0.34 0.10 0.07 -baronnets baronnet NOM m p 0.10 0.34 0.00 0.27 -baronnez baronner VER 0.00 0.20 0.00 0.07 ind:pre:2p; -baronnie baronnie NOM f s 0.02 0.14 0.02 0.07 -baronnies baronnie NOM f p 0.02 0.14 0.00 0.07 -barons baron NOM m p 20.80 28.24 0.56 3.51 -baroque baroque ADJ s 1.24 4.86 0.91 2.91 -baroques baroque ADJ p 1.24 4.86 0.34 1.96 -barotraumatisme barotraumatisme NOM m s 0.01 0.00 0.01 0.00 -baroud baroud NOM m s 0.04 1.35 0.04 1.35 -baroudeur baroudeur NOM m s 0.32 0.68 0.05 0.34 -baroudeurs baroudeur NOM m p 0.32 0.68 0.13 0.14 -baroudeuse baroudeur NOM f s 0.32 0.68 0.14 0.20 -baroudé barouder VER m s 0.28 0.00 0.28 0.00 par:pas; -barouf barouf NOM m s 0.28 0.68 0.28 0.68 -barque barque NOM f s 10.40 41.28 9.52 29.93 -barques barque NOM f p 10.40 41.28 0.89 11.35 -barquette barquette NOM f s 0.27 0.54 0.15 0.14 -barquettes barquette NOM f p 0.27 0.54 0.12 0.41 -barra barrer VER 26.71 32.36 0.13 1.01 ind:pas:3s; -barracuda barracuda NOM m s 2.26 0.34 2.19 0.34 -barracudas barracuda NOM m p 2.26 0.34 0.08 0.00 -barrage barrage NOM m s 13.40 19.66 9.60 10.68 -barrages barrage NOM m p 13.40 19.66 3.80 8.99 -barrai barrer VER 26.71 32.36 0.00 0.14 ind:pas:1s; -barraient barrer VER 26.71 32.36 0.03 1.35 ind:imp:3p; -barrais barrer VER 26.71 32.36 0.04 0.27 ind:imp:1s;ind:imp:2s; -barrait barrer VER 26.71 32.36 0.34 4.39 ind:imp:3s; -barrant barrer VER 26.71 32.36 0.03 2.23 par:pre; -barre barre NOM f s 18.78 29.39 15.59 23.18 -barreau barreau NOM m s 7.61 19.53 2.15 3.99 -barreaudées barreaudé ADJ f p 0.00 0.07 0.00 0.07 -barreaux barreau NOM m p 7.61 19.53 5.46 15.54 -barrent barrer VER 26.71 32.36 0.75 0.95 ind:pre:3p; -barrer barrer VER 26.71 32.36 4.58 4.80 inf; -barrera barrer VER 26.71 32.36 0.06 0.41 ind:fut:3s; -barrerai barrer VER 26.71 32.36 0.01 0.07 ind:fut:1s; -barrerais barrer VER 26.71 32.36 0.04 0.07 cnd:pre:1s;cnd:pre:2s; -barreront barrer VER 26.71 32.36 0.03 0.14 ind:fut:3p; -barres barre NOM f p 18.78 29.39 3.19 6.22 -barrette barrette NOM f s 0.46 2.50 0.33 1.42 -barrettes barrette NOM f p 0.46 2.50 0.13 1.08 -barreur barreur NOM m s 0.07 0.00 0.05 0.00 -barreurs barreur NOM m p 0.07 0.00 0.01 0.00 -barreuse barreur NOM f s 0.07 0.00 0.01 0.00 -barrez barrer VER 26.71 32.36 4.38 0.68 imp:pre:2p;ind:pre:2p; -barri barrir VER m s 0.10 0.54 0.01 0.07 par:pas; -barricada barricader VER 2.46 5.41 0.00 0.07 ind:pas:3s; -barricadai barricader VER 2.46 5.41 0.00 0.14 ind:pas:1s; -barricadaient barricader VER 2.46 5.41 0.00 0.20 ind:imp:3p; -barricadait barricader VER 2.46 5.41 0.00 0.54 ind:imp:3s; -barricade barricade NOM f s 2.68 7.57 0.94 3.11 -barricadent barricader VER 2.46 5.41 0.05 0.41 ind:pre:3p; -barricader barricader VER 2.46 5.41 0.51 0.95 inf; -barricaderait barricader VER 2.46 5.41 0.00 0.14 cnd:pre:3s; -barricades barricade NOM f p 2.68 7.57 1.74 4.46 -barricadez barricader VER 2.46 5.41 0.56 0.07 imp:pre:2p;ind:pre:2p; -barricadier barricadier NOM m s 0.00 0.14 0.00 0.07 -barricadières barricadier NOM f p 0.00 0.14 0.00 0.07 -barricadons barricader VER 2.46 5.41 0.07 0.00 imp:pre:1p;ind:pre:1p; -barricadèrent barricader VER 2.46 5.41 0.01 0.07 ind:pas:3p; -barricadé barricader VER m s 2.46 5.41 0.52 1.08 par:pas; -barricadée barricader VER f s 2.46 5.41 0.07 0.34 par:pas; -barricadées barricader VER f p 2.46 5.41 0.06 0.47 par:pas; -barricadés barricader VER m p 2.46 5.41 0.14 0.61 par:pas; -barrique barrique NOM f s 0.99 1.55 0.68 0.81 -barriques barrique NOM f p 0.99 1.55 0.31 0.74 -barris barrir VER m p 0.10 0.54 0.07 0.00 imp:pre:2s;par:pas; -barrissait barrir VER 0.10 0.54 0.00 0.20 ind:imp:3s; -barrissant barrir VER 0.10 0.54 0.03 0.07 par:pre; -barrissement barrissement NOM m s 0.01 0.88 0.00 0.54 -barrissements barrissement NOM m p 0.01 0.88 0.01 0.34 -barrissent barrir VER 0.10 0.54 0.00 0.07 ind:pre:3p; -barriste barriste NOM s 0.00 0.07 0.00 0.07 -barrit barrir VER 0.10 0.54 0.00 0.14 ind:pre:3s; -barrière barrière NOM f s 9.13 22.91 7.33 17.36 -barrières barrière NOM f p 9.13 22.91 1.80 5.54 -barrons barrer VER 26.71 32.36 0.85 0.20 imp:pre:1p;ind:pre:1p; -barrèrent barrer VER 26.71 32.36 0.01 0.14 ind:pas:3p; -barré barrer VER m s 26.71 32.36 4.04 4.80 par:pas; -barrée barrer VER f s 26.71 32.36 1.88 3.18 par:pas; -barrées barrer VER f p 26.71 32.36 0.25 0.61 par:pas; -barrés barré ADJ m p 3.36 2.64 0.69 0.81 -barrésien barrésien NOM m s 0.00 0.07 0.00 0.07 -bars bar NOM m p 67.57 61.35 7.39 8.78 -bartavelle bartavelle NOM f s 1.61 1.08 0.67 0.00 -bartavelles bartavelle NOM f p 1.61 1.08 0.94 1.08 -barème barème NOM m s 0.31 0.54 0.17 0.34 -barèmes barème NOM m p 0.31 0.54 0.14 0.20 -barye barye NOM f s 0.01 0.00 0.01 0.00 -baryon baryon NOM m s 0.01 0.00 0.01 0.00 -baryte baryte NOM f s 0.00 0.07 0.00 0.07 -baryton baryton NOM m s 0.83 2.70 0.78 2.50 -barytonnant barytonner VER 0.00 0.14 0.00 0.07 par:pre; -barytonner barytonner VER 0.00 0.14 0.00 0.07 inf; -barytons baryton NOM m p 0.83 2.70 0.05 0.20 -baryté baryté ADJ m s 0.01 0.00 0.01 0.00 -baryum baryum NOM m s 0.06 0.14 0.06 0.14 -barzoï barzoï NOM m s 0.07 0.07 0.07 0.07 -bas_bleu bas_bleu NOM m s 0.01 0.47 0.01 0.34 -bas_bleu bas_bleu NOM m p 0.01 0.47 0.00 0.14 -bas_côté bas_côté NOM m s 0.60 5.34 0.58 3.58 -bas_côté bas_côté NOM m p 0.60 5.34 0.02 1.76 -bas_empire bas_empire NOM m 0.00 0.07 0.00 0.07 -bas_flanc bas_flanc NOM m 0.00 0.14 0.00 0.14 -bas_fond bas_fond NOM m s 1.05 3.72 0.02 1.62 -bas_fond bas_fond NOM m p 1.05 3.72 1.03 2.09 -bas_relief bas_relief NOM m s 0.09 1.22 0.08 0.34 -bas_relief bas_relief NOM m p 0.09 1.22 0.01 0.88 -bas_ventre bas_ventre NOM m s 0.23 2.30 0.23 2.30 -bas bas ADJ m 85.56 187.09 73.86 99.80 -basa baser VER 15.61 2.70 0.02 0.00 ind:pas:3s; -basaient baser VER 15.61 2.70 0.10 0.07 ind:imp:3p; -basait baser VER 15.61 2.70 0.04 0.14 ind:imp:3s; -basal basal ADJ m s 0.15 0.00 0.15 0.00 -basalte basalte NOM m s 0.03 1.01 0.03 0.95 -basaltes basalte NOM m p 0.03 1.01 0.00 0.07 -basaltique basaltique ADJ s 0.00 0.34 0.00 0.34 -basane basane NOM f s 0.01 0.95 0.00 0.88 -basanes basane NOM f p 0.01 0.95 0.01 0.07 -basant baser VER 15.61 2.70 1.47 0.00 par:pre; -basané basané ADJ m s 0.44 2.50 0.32 1.69 -basanée basané ADJ f s 0.44 2.50 0.01 0.47 -basanées basané ADJ f p 0.44 2.50 0.01 0.14 -basanés basané ADJ m p 0.44 2.50 0.10 0.20 -bascula basculer VER 5.29 31.35 0.22 3.78 ind:pas:3s; -basculai basculer VER 5.29 31.35 0.00 0.27 ind:pas:1s; -basculaient basculer VER 5.29 31.35 0.10 0.74 ind:imp:3p; -basculais basculer VER 5.29 31.35 0.00 0.14 ind:imp:1s;ind:imp:2s; -basculait basculer VER 5.29 31.35 0.01 2.50 ind:imp:3s; -basculant basculant ADJ m s 0.06 0.95 0.04 0.54 -basculante basculant ADJ f s 0.06 0.95 0.00 0.27 -basculants basculant ADJ m p 0.06 0.95 0.03 0.14 -bascule basculer VER 5.29 31.35 1.12 4.39 imp:pre:2s;ind:pre:1s;ind:pre:3s; -basculement basculement NOM m s 0.04 0.14 0.04 0.14 -basculent basculer VER 5.29 31.35 0.02 0.74 ind:pre:3p; -basculer basculer VER 5.29 31.35 2.33 10.95 inf; -basculera basculer VER 5.29 31.35 0.00 0.20 ind:fut:3s; -basculerai basculer VER 5.29 31.35 0.00 0.07 ind:fut:1s; -basculerais basculer VER 5.29 31.35 0.14 0.00 cnd:pre:2s; -basculerait basculer VER 5.29 31.35 0.01 0.14 cnd:pre:3s; -basculeront basculer VER 5.29 31.35 0.14 0.07 ind:fut:3p; -bascules basculer VER 5.29 31.35 0.03 0.07 ind:pre:2s; -basculez basculer VER 5.29 31.35 0.15 0.00 imp:pre:2p;ind:pre:2p; -basculions basculer VER 5.29 31.35 0.00 0.07 ind:imp:1p; -basculâmes basculer VER 5.29 31.35 0.00 0.07 ind:pas:1p; -basculât basculer VER 5.29 31.35 0.00 0.07 sub:imp:3s; -basculèrent basculer VER 5.29 31.35 0.00 0.34 ind:pas:3p; -basculé basculer VER m s 5.29 31.35 1.02 3.72 par:pas; -basculée basculer VER f s 5.29 31.35 0.00 0.54 par:pas; -basculées basculer VER f p 5.29 31.35 0.01 0.07 par:pas; -basculés basculer VER m p 5.29 31.35 0.01 0.20 par:pas; -base_ball base_ball NOM m s 10.12 1.28 10.12 1.28 -base base NOM f s 59.22 44.46 51.69 31.96 -baseball baseball NOM m s 6.95 0.00 6.95 0.00 -basent baser VER 15.61 2.70 0.23 0.00 ind:pre:3p; -baser baser VER 15.61 2.70 0.44 0.07 inf; -basera baser VER 15.61 2.70 0.01 0.00 ind:fut:3s; -baseront baser VER 15.61 2.70 0.03 0.00 ind:fut:3p; -bases base NOM f p 59.22 44.46 7.53 12.50 -basez baser VER 15.61 2.70 0.35 0.07 imp:pre:2p;ind:pre:2p; -basic basic NOM m s 0.03 0.00 0.03 0.00 -basilaire basilaire ADJ s 0.04 0.00 0.04 0.00 -basileus basileus NOM m 0.04 0.00 0.04 0.00 -basilic basilic NOM m s 1.86 1.01 1.86 1.01 -basilicum basilicum NOM m s 0.00 0.07 0.00 0.07 -basilique basilique NOM f s 0.66 4.19 0.52 3.92 -basiliques basilique NOM f p 0.66 4.19 0.14 0.27 -basin basin NOM m s 0.00 0.07 0.00 0.07 -basique basique ADJ s 1.30 0.00 0.85 0.00 -basiques basique ADJ p 1.30 0.00 0.45 0.00 -basket_ball basket_ball NOM m s 1.38 0.34 1.38 0.34 -basket basket NOM s 16.48 3.45 10.91 0.88 -baskets basket NOM p 16.48 3.45 5.56 2.57 -basketteur basketteur NOM m s 0.43 0.20 0.31 0.07 -basketteurs basketteur NOM m p 0.43 0.20 0.10 0.07 -basketteuse basketteur NOM f s 0.43 0.20 0.01 0.00 -basketteuses basketteur NOM f p 0.43 0.20 0.01 0.07 -basmati basmati NOM m s 0.03 0.00 0.03 0.00 -basoche basoche NOM f s 0.00 0.07 0.00 0.07 -basons baser VER 15.61 2.70 0.02 0.07 imp:pre:1p;ind:pre:1p; -basquaise basquais ADJ f s 0.13 0.14 0.13 0.14 -basque basque ADJ s 8.73 3.58 7.51 3.24 -basques basque NOM p 4.12 2.64 3.52 2.16 -bassa bassa NOM s 0.00 0.14 0.00 0.07 -bassas bassa NOM p 0.00 0.14 0.00 0.07 -basse_cour basse_cour NOM f s 0.81 3.85 0.57 3.65 -basse_fosse basse_fosse NOM f s 0.01 0.20 0.01 0.14 -basse_taille basse_taille NOM f s 0.00 0.14 0.00 0.14 -basse bas ADJ f s 85.56 187.09 9.54 71.28 -bassement bassement ADV 0.35 0.54 0.35 0.54 -basse_cour basse_cour NOM f p 0.81 3.85 0.23 0.20 -basse_fosse basse_fosse NOM f p 0.01 0.20 0.00 0.07 -basses bas ADJ f p 85.56 187.09 2.15 16.01 -bassesse bassesse NOM f s 1.72 3.65 1.15 2.50 -bassesses bassesse NOM f p 1.72 3.65 0.57 1.15 -basset basset NOM m s 0.70 1.49 0.53 1.28 -bassets basset NOM m p 0.70 1.49 0.17 0.20 -bassette bassette NOM f s 0.01 0.07 0.01 0.07 -bassin bassin NOM m s 5.03 25.20 4.51 21.22 -bassinaient bassiner VER 0.46 1.42 0.00 0.07 ind:imp:3p; -bassinais bassiner VER 0.46 1.42 0.00 0.07 ind:imp:1s; -bassinait bassiner VER 0.46 1.42 0.02 0.07 ind:imp:3s; -bassinant bassiner VER 0.46 1.42 0.00 0.07 par:pre; -bassine bassine NOM f s 1.59 8.99 1.55 6.55 -bassiner bassiner VER 0.46 1.42 0.23 0.54 inf; -bassines bassine NOM f p 1.59 8.99 0.04 2.43 -bassinet bassinet NOM m s 0.16 0.34 0.16 0.34 -bassinez bassiner VER 0.46 1.42 0.01 0.00 ind:pre:2p; -bassinoire bassinoire NOM f s 0.01 0.47 0.00 0.41 -bassinoires bassinoire NOM f p 0.01 0.47 0.01 0.07 -bassins bassin NOM m p 5.03 25.20 0.52 3.99 -bassiné bassiner VER m s 0.46 1.42 0.07 0.14 par:pas; -bassiste bassiste NOM s 0.94 0.81 0.93 0.74 -bassistes bassiste NOM p 0.94 0.81 0.02 0.07 -basson basson NOM m s 0.07 0.07 0.07 0.07 -basta basta ONO 2.15 1.49 2.15 1.49 -baste baste ONO 0.42 0.14 0.42 0.14 -baster baster VER 0.10 0.20 0.01 0.00 inf; -bastide bastide NOM f s 1.14 0.41 0.73 0.27 -bastides bastide NOM f p 1.14 0.41 0.40 0.14 -bastille bastille NOM f s 1.81 4.32 1.81 4.12 -bastilles bastille NOM f p 1.81 4.32 0.00 0.20 -bastingage bastingage NOM m s 0.23 2.03 0.23 1.82 -bastingages bastingage NOM m p 0.23 2.03 0.00 0.20 -bastion bastion NOM m s 1.49 2.70 1.44 1.89 -bastionnée bastionner VER f s 0.00 0.07 0.00 0.07 par:pas; -bastions bastion NOM m p 1.49 2.70 0.04 0.81 -baston baston NOM m s 1.51 0.88 1.43 0.81 -bastonnade bastonnade NOM f s 0.13 0.47 0.12 0.41 -bastonnades bastonnade NOM f p 0.13 0.47 0.01 0.07 -bastonne bastonner VER 0.62 0.68 0.25 0.14 imp:pre:2s;ind:pre:1s;ind:pre:3s; -bastonnent bastonner VER 0.62 0.68 0.01 0.00 ind:pre:3p; -bastonner bastonner VER 0.62 0.68 0.17 0.20 inf; -bastonneurs bastonneur NOM m p 0.02 0.00 0.02 0.00 -bastonné bastonner VER m s 0.62 0.68 0.06 0.27 par:pas; -bastonnée bastonner VER f s 0.62 0.68 0.10 0.07 par:pas; -bastonnés bastonner VER m p 0.62 0.68 0.02 0.00 par:pas; -bastons baston NOM m p 1.51 0.88 0.09 0.07 -bastos bastos NOM f 0.42 1.62 0.42 1.62 -bastringue bastringue NOM m s 0.50 1.08 0.42 1.01 -bastringues bastringue NOM m p 0.50 1.08 0.08 0.07 -basé baser VER m s 15.61 2.70 4.86 0.41 par:pas; -basée baser VER f s 15.61 2.70 3.60 0.74 par:pas; -basées baser VER f p 15.61 2.70 1.14 0.27 par:pas; -basés baser VER m p 15.61 2.70 1.15 0.61 par:pas; -bat_flanc bat_flanc NOM m 0.00 2.84 0.00 2.84 -bat_l_eau bat_l_eau NOM m s 0.00 0.07 0.00 0.07 -bat battre VER 200.32 182.36 27.36 17.97 ind:pre:3s; -bataclan bataclan NOM m s 0.25 1.08 0.25 1.08 -batailla batailler VER 0.34 1.76 0.00 0.07 ind:pas:3s; -bataillait batailler VER 0.34 1.76 0.00 0.27 ind:imp:3s; -bataillant batailler VER 0.34 1.76 0.01 0.27 par:pre; -bataille bataille NOM f s 32.02 77.77 28.31 64.19 -bataillent batailler VER 0.34 1.76 0.00 0.14 ind:pre:3p; -batailler batailler VER 0.34 1.76 0.10 0.61 inf; -batailles bataille NOM f p 32.02 77.77 3.71 13.58 -batailleur batailleur NOM m s 0.01 0.00 0.01 0.00 -batailleurs batailleur ADJ m p 0.00 1.35 0.00 0.47 -batailleuse batailleur ADJ f s 0.00 1.35 0.00 0.20 -batailleuses batailleur ADJ f p 0.00 1.35 0.00 0.07 -bataillon bataillon NOM m s 8.13 29.53 6.84 20.07 -bataillonnaire bataillonnaire NOM m s 0.00 0.14 0.00 0.07 -bataillonnaires bataillonnaire NOM m p 0.00 0.14 0.00 0.07 -bataillons bataillon NOM m p 8.13 29.53 1.28 9.46 -bataillèrent batailler VER 0.34 1.76 0.00 0.07 ind:pas:3p; -bataillé batailler VER m s 0.34 1.76 0.06 0.07 par:pas; -bataillés batailler VER m p 0.34 1.76 0.00 0.07 par:pas; -batak batak NOM m s 0.05 0.00 0.05 0.00 -batardeau batardeau NOM m s 0.02 0.00 0.02 0.00 -batave batave ADJ s 0.01 0.27 0.01 0.14 -bataves batave ADJ p 0.01 0.27 0.00 0.14 -bateau_citerne bateau_citerne NOM m s 0.03 0.00 0.03 0.00 -bateau_lavoir bateau_lavoir NOM m s 0.00 0.20 0.00 0.14 -bateau_mouche bateau_mouche NOM m s 0.01 0.74 0.01 0.34 -bateau_pilote bateau_pilote NOM m s 0.01 0.00 0.01 0.00 -bateau_pompe bateau_pompe NOM m s 0.00 0.07 0.00 0.07 -bateau bateau NOM m s 124.82 82.36 106.55 61.22 -bateau_lavoir bateau_lavoir NOM m p 0.00 0.20 0.00 0.07 -bateau_mouche bateau_mouche NOM m p 0.01 0.74 0.00 0.41 -bateaux bateau NOM m p 124.82 82.36 18.27 21.15 -batelets batelet NOM m p 0.00 0.20 0.00 0.20 -bateleur bateleur NOM m s 0.00 1.08 0.00 0.61 -bateleurs bateleur NOM m p 0.00 1.08 0.00 0.47 -batelier batelier NOM m s 0.36 1.89 0.25 0.61 -bateliers batelier NOM m p 0.36 1.89 0.11 1.28 -batellerie batellerie NOM f s 0.00 0.20 0.00 0.20 -bath bath ADJ 0.29 4.73 0.29 4.73 -bathyale bathyal ADJ f s 0.01 0.00 0.01 0.00 -bathymètre bathymètre NOM m s 0.01 0.00 0.01 0.00 -bathymétrique bathymétrique ADJ m s 0.01 0.00 0.01 0.00 -bathyscaphe bathyscaphe NOM m s 0.05 0.00 0.05 0.00 -bathysphère bathysphère NOM f s 0.01 0.00 0.01 0.00 -batifola batifoler VER 1.21 0.88 0.00 0.07 ind:pas:3s; -batifolage batifolage NOM m s 0.25 0.14 0.23 0.07 -batifolages batifolage NOM m p 0.25 0.14 0.01 0.07 -batifolaient batifoler VER 1.21 0.88 0.01 0.14 ind:imp:3p; -batifolais batifoler VER 1.21 0.88 0.01 0.00 ind:imp:1s; -batifolait batifoler VER 1.21 0.88 0.01 0.14 ind:imp:3s; -batifolant batifoler VER 1.21 0.88 0.17 0.20 par:pre; -batifole batifoler VER 1.21 0.88 0.17 0.07 ind:pre:1s;ind:pre:3s; -batifolent batifoler VER 1.21 0.88 0.03 0.00 ind:pre:3p; -batifoler batifoler VER 1.21 0.88 0.72 0.20 inf; -batifoles batifoler VER 1.21 0.88 0.01 0.00 ind:pre:2s; -batifoleurs batifoleur NOM m p 0.00 0.14 0.00 0.14 -batifolez batifoler VER 1.21 0.88 0.02 0.00 imp:pre:2p;ind:pre:2p; -batifolé batifoler VER m s 1.21 0.88 0.05 0.07 par:pas; -batik batik NOM m s 0.00 0.14 0.00 0.14 -batiste batiste NOM f s 0.00 0.88 0.00 0.88 -batracien batracien NOM m s 0.03 0.54 0.03 0.27 -batracienne batracien ADJ f s 0.01 0.07 0.01 0.07 -batraciens batracien NOM m p 0.03 0.54 0.00 0.27 -bats battre VER 200.32 182.36 13.72 2.77 imp:pre:2s;ind:pre:1s;ind:pre:2s; -battîmes battre VER 200.32 182.36 0.00 0.07 ind:pas:1p; -battît battre VER 200.32 182.36 0.00 0.14 sub:imp:3s; -battage battage NOM m s 0.18 0.34 0.18 0.27 -battages battage NOM m p 0.18 0.34 0.00 0.07 -battaient battre VER 200.32 182.36 2.14 11.15 ind:imp:3p; -battais battre VER 200.32 182.36 1.24 1.62 ind:imp:1s;ind:imp:2s; -battait battre VER 200.32 182.36 6.78 28.38 ind:imp:3s; -battant battre VER 200.32 182.36 2.00 8.31 par:pre; -battante battant NOM f s 1.73 11.42 0.42 0.07 -battantes battant ADJ f p 1.07 12.84 0.01 1.28 -battants battant NOM m p 1.73 11.42 0.39 3.99 -batte batte NOM f s 6.87 0.41 6.39 0.27 -battement battement NOM m s 5.28 19.26 2.59 10.81 -battements battement NOM m p 5.28 19.26 2.69 8.45 -battent battre VER 200.32 182.36 8.87 7.91 ind:pre:3p; -batterie batterie NOM f s 14.24 15.54 10.61 9.73 -batteries batterie NOM f p 14.24 15.54 3.63 5.81 -battes battre VER 200.32 182.36 0.65 0.14 sub:pre:2s; -batteur batteur NOM m s 4.50 3.99 3.34 1.82 -batteurs batteur NOM m p 4.50 3.99 0.89 0.61 -batteuse batteur NOM f s 4.50 3.99 0.27 1.42 -batteuses batteuse NOM f p 0.11 0.00 0.11 0.00 -battez battre VER 200.32 182.36 7.69 0.68 imp:pre:2p;ind:pre:2p; -battiez battre VER 200.32 182.36 0.52 0.27 ind:imp:2p; -battions battre VER 200.32 182.36 0.22 0.54 ind:imp:1p; -battirent battre VER 200.32 182.36 0.27 1.22 ind:pas:3p; -battis battre VER 200.32 182.36 0.14 0.41 ind:pas:1s; -battit battre VER 200.32 182.36 0.36 6.42 ind:pas:3s; -battle_dress battle_dress NOM m 0.00 0.14 0.00 0.14 -battoir battoir NOM m s 0.06 2.43 0.02 1.35 -battoires battoire NOM m p 0.00 0.07 0.00 0.07 -battoirs battoir NOM m p 0.06 2.43 0.03 1.08 -battons battre VER 200.32 182.36 2.26 1.55 imp:pre:1p;ind:pre:1p; -battra battre VER 200.32 182.36 2.74 0.81 ind:fut:3s; -battrai battre VER 200.32 182.36 2.54 0.47 ind:fut:1s; -battraient battre VER 200.32 182.36 0.17 0.68 cnd:pre:3p; -battrais battre VER 200.32 182.36 1.15 0.07 cnd:pre:1s;cnd:pre:2s; -battrait battre VER 200.32 182.36 1.02 1.55 cnd:pre:3s; -battras battre VER 200.32 182.36 0.52 0.27 ind:fut:2s; -battre battre VER 200.32 182.36 75.89 57.36 inf;; -battrez battre VER 200.32 182.36 0.41 0.14 ind:fut:2p; -battriez battre VER 200.32 182.36 0.12 0.00 cnd:pre:2p; -battrions battre VER 200.32 182.36 0.01 0.00 cnd:pre:1p; -battrons battre VER 200.32 182.36 1.07 0.47 ind:fut:1p; -battront battre VER 200.32 182.36 0.84 0.00 ind:fut:3p; -battu battre VER m s 200.32 182.36 24.13 17.36 par:pas; -battue battre VER f s 200.32 182.36 5.87 4.93 par:pas; -battues battre VER f p 200.32 182.36 0.41 0.95 par:pas; -battus battre VER m p 200.32 182.36 6.89 6.49 par:pas; -batée batée NOM f s 0.01 0.07 0.01 0.07 -bau bau NOM m s 0.22 0.07 0.22 0.07 -baud baud NOM m s 0.01 0.00 0.01 0.00 -baudelairien baudelairien ADJ m s 0.00 0.27 0.00 0.07 -baudelairiennes baudelairien ADJ f p 0.00 0.27 0.00 0.07 -baudelairiens baudelairien ADJ m p 0.00 0.27 0.00 0.14 -baudet baudet NOM m s 0.13 0.54 0.11 0.41 -baudets baudet NOM m p 0.13 0.54 0.03 0.14 -baudrier baudrier NOM m s 0.18 3.45 0.17 2.50 -baudriers baudrier NOM m p 0.18 3.45 0.01 0.95 -baudroie baudroie NOM f s 0.01 0.07 0.01 0.00 -baudroies baudroie NOM f p 0.01 0.07 0.00 0.07 -baudruche baudruche NOM f s 0.32 0.88 0.28 0.81 -baudruches baudruche NOM f p 0.32 0.88 0.04 0.07 -bauge bauge NOM f s 0.14 1.35 0.14 1.22 -bauges bauge NOM f p 0.14 1.35 0.00 0.14 -baugé bauger VER m s 0.00 0.07 0.00 0.07 par:pas; -baume baume NOM s 1.94 3.65 1.79 2.91 -baumes baume NOM p 1.94 3.65 0.16 0.74 -baumier baumier NOM m s 0.01 0.07 0.01 0.00 -baumiers baumier NOM m p 0.01 0.07 0.00 0.07 -baux bail,bau NOM m p 0.19 0.34 0.19 0.34 -bauxite bauxite NOM f s 0.18 0.41 0.18 0.41 -bava baver VER 9.79 12.36 0.02 0.20 ind:pas:3s; -bavaient baver VER 9.79 12.36 0.02 0.41 ind:imp:3p; -bavais baver VER 9.79 12.36 0.06 0.54 ind:imp:1s; -bavait baver VER 9.79 12.36 0.39 1.62 ind:imp:3s; -bavant baver VER 9.79 12.36 0.14 1.35 par:pre; -bavard bavard ADJ m s 4.85 12.30 2.39 4.86 -bavarda bavarder VER 16.43 24.19 0.00 0.47 ind:pas:3s; -bavardage bavardage NOM m s 3.57 9.73 1.48 5.34 -bavardages bavardage NOM m p 3.57 9.73 2.08 4.39 -bavardai bavarder VER 16.43 24.19 0.01 0.07 ind:pas:1s; -bavardaient bavarder VER 16.43 24.19 0.04 2.23 ind:imp:3p; -bavardais bavarder VER 16.43 24.19 0.07 0.20 ind:imp:1s; -bavardait bavarder VER 16.43 24.19 0.89 2.16 ind:imp:3s; -bavardant bavarder VER 16.43 24.19 0.18 2.64 par:pre; -bavarde bavarder VER 16.43 24.19 1.55 1.96 imp:pre:2s;ind:pre:1s;ind:pre:3s; -bavardent bavarder VER 16.43 24.19 0.48 0.88 ind:pre:3p; -bavarder bavarder VER 16.43 24.19 8.66 8.99 inf; -bavardera bavarder VER 16.43 24.19 0.48 0.14 ind:fut:3s; -bavarderai bavarder VER 16.43 24.19 0.00 0.14 ind:fut:1s; -bavarderait bavarder VER 16.43 24.19 0.10 0.07 cnd:pre:3s; -bavarderas bavarder VER 16.43 24.19 0.01 0.00 ind:fut:2s; -bavarderons bavarder VER 16.43 24.19 0.32 0.07 ind:fut:1p; -bavardes bavard ADJ f p 4.85 12.30 0.61 0.61 -bavardez bavarder VER 16.43 24.19 0.63 0.07 imp:pre:2p;ind:pre:2p; -bavardiez bavarder VER 16.43 24.19 0.01 0.07 ind:imp:2p; -bavardions bavarder VER 16.43 24.19 0.06 0.74 ind:imp:1p; -bavardons bavarder VER 16.43 24.19 0.98 0.47 imp:pre:1p;ind:pre:1p; -bavards bavard ADJ m p 4.85 12.30 0.69 2.09 -bavardèrent bavarder VER 16.43 24.19 0.00 0.47 ind:pas:3p; -bavardé bavarder VER m s 16.43 24.19 1.90 2.16 par:pas; -bavarois bavarois ADJ m 0.52 1.82 0.29 0.95 -bavaroise bavarois ADJ f s 0.52 1.82 0.20 0.27 -bavaroises bavarois ADJ f p 0.52 1.82 0.02 0.61 -bavassaient bavasser VER 0.91 0.95 0.00 0.07 ind:imp:3p; -bavassait bavasser VER 0.91 0.95 0.16 0.14 ind:imp:3s; -bavassant bavasser VER 0.91 0.95 0.01 0.07 par:pre; -bavasse bavasser VER 0.91 0.95 0.18 0.07 ind:pre:1s;ind:pre:3s; -bavassent bavasser VER 0.91 0.95 0.01 0.14 ind:pre:3p; -bavasser bavasser VER 0.91 0.95 0.48 0.41 inf; -bavasses bavasser VER 0.91 0.95 0.03 0.07 ind:pre:2s; -bavasseur bavasseur ADJ m s 0.01 0.00 0.01 0.00 -bavassiez bavasser VER 0.91 0.95 0.01 0.00 ind:imp:2p; -bavassé bavasser VER m s 0.91 0.95 0.03 0.00 par:pas; -bave bave NOM f s 2.10 3.99 2.08 3.78 -bavent baver VER 9.79 12.36 0.74 0.61 ind:pre:3p; -baver baver VER 9.79 12.36 3.04 4.12 inf; -baverais baver VER 9.79 12.36 0.00 0.07 cnd:pre:1s; -baveras baver VER 9.79 12.36 0.17 0.00 ind:fut:2s; -baverez baver VER 9.79 12.36 0.02 0.07 ind:fut:2p; -baveront baver VER 9.79 12.36 0.01 0.07 ind:fut:3p; -baves baver VER 9.79 12.36 0.97 0.00 ind:pre:2s; -bavette bavette NOM f s 0.35 0.95 0.19 0.88 -bavettes bavette NOM f p 0.35 0.95 0.16 0.07 -baveur baveur ADJ m s 0.05 0.20 0.05 0.14 -baveurs baveur ADJ m p 0.05 0.20 0.00 0.07 -baveuse baveux ADJ f s 1.31 4.05 0.17 0.95 -baveuses baveux ADJ f p 1.31 4.05 0.11 0.34 -baveux baveux ADJ m 1.31 4.05 1.02 2.77 -bavez baver VER 9.79 12.36 0.08 0.14 imp:pre:2p;ind:pre:2p; -bavocher bavocher VER 0.00 0.07 0.00 0.07 inf; -bavoir bavoir NOM m s 0.26 0.61 0.22 0.41 -bavoirs bavoir NOM m p 0.26 0.61 0.04 0.20 -bavons baver VER 9.79 12.36 0.16 0.00 imp:pre:1p;ind:pre:1p; -bavotait bavoter VER 0.00 0.14 0.00 0.07 ind:imp:3s; -bavotant bavoter VER 0.00 0.14 0.00 0.07 par:pre; -bavé baver VER m s 9.79 12.36 2.52 1.42 par:pas; -bavure bavure NOM f s 1.65 4.12 1.28 1.69 -bavures bavure NOM f p 1.65 4.12 0.38 2.43 -bayadère bayadère NOM f s 0.21 0.27 0.10 0.14 -bayadères bayadère NOM f p 0.21 0.27 0.11 0.14 -bayaient bayer VER 0.05 0.54 0.00 0.07 ind:imp:3p; -bayant bayer VER 0.05 0.54 0.00 0.07 par:pre; -bayard bayard NOM m s 0.00 0.07 0.00 0.07 -baye bayer VER 0.05 0.54 0.00 0.07 ind:pre:3s; -bayer bayer VER 0.05 0.54 0.01 0.20 inf; -bayons bayer VER 0.05 0.54 0.01 0.00 imp:pre:1p; -bayou bayou NOM m s 0.81 0.14 0.76 0.00 -bayous bayou NOM m p 0.81 0.14 0.05 0.14 -bayé bayer VER m s 0.05 0.54 0.00 0.14 par:pas; -bazar bazar NOM m s 8.36 7.43 8.18 6.42 -bazard bazard NOM m s 0.20 0.00 0.20 0.00 -bazardait bazarder VER 1.07 1.42 0.00 0.14 ind:imp:3s; -bazardant bazarder VER 1.07 1.42 0.00 0.07 par:pre; -bazarde bazarder VER 1.07 1.42 0.40 0.27 imp:pre:2s;ind:pre:1s;ind:pre:3s; -bazarder bazarder VER 1.07 1.42 0.30 0.61 inf; -bazarderez bazarder VER 1.07 1.42 0.00 0.07 ind:fut:2p; -bazardes bazarder VER 1.07 1.42 0.17 0.00 ind:pre:2s; -bazardeur bazardeur NOM m s 0.00 0.07 0.00 0.07 -bazardé bazarder VER m s 1.07 1.42 0.14 0.20 par:pas; -bazardée bazarder VER f s 1.07 1.42 0.05 0.00 par:pas; -bazardées bazarder VER f p 1.07 1.42 0.01 0.07 par:pas; -bazars bazar NOM m p 8.36 7.43 0.17 1.01 -bazooka bazooka NOM m s 1.57 0.88 1.21 0.81 -bazookas bazooka NOM m p 1.57 0.88 0.36 0.07 -bcbg bcbg ADJ 0.14 0.14 0.14 0.14 -be_bop be_bop NOM m 0.31 0.34 0.31 0.34 -beagle beagle NOM m s 0.15 0.00 0.08 0.00 -beagles beagle NOM m p 0.15 0.00 0.07 0.00 -beat_generation beat_generation NOM f s 0.00 0.14 0.00 0.14 -beat beat ADJ s 1.34 0.20 1.34 0.20 -beatnik beatnik NOM s 0.45 0.07 0.33 0.00 -beatniks beatnik NOM p 0.45 0.07 0.12 0.07 -beau_fils beau_fils NOM m 1.29 1.01 1.27 1.01 -beau_frère beau_frère NOM m s 13.14 15.68 9.13 8.65 -beau_papa beau_papa NOM m s 0.23 0.14 0.23 0.14 -beau_parent beau_parent NOM m s 0.01 0.00 0.01 0.00 -beau_père beau_père NOM m s 16.54 14.05 9.29 7.09 -beau beau ADJ m s 671.86 620.07 281.23 270.07 -beauceron beauceron ADJ m s 0.00 1.35 0.00 0.47 -beauceronne beauceron ADJ f s 0.00 1.35 0.00 0.47 -beauceronnes beauceron ADJ f p 0.00 1.35 0.00 0.07 -beaucerons beauceron ADJ m p 0.00 1.35 0.00 0.34 -beaucoup beaucoup ADV 626.00 461.42 626.00 461.42 -beauf beauf NOM m s 1.07 0.41 0.96 0.34 -beaufs beauf NOM m p 1.07 0.41 0.11 0.07 -beaujolais beaujolais NOM m 0.04 1.49 0.04 1.49 -beaujolpif beaujolpif NOM m s 0.00 0.41 0.00 0.41 -beaupré beaupré NOM m s 0.01 0.07 0.01 0.07 -beauté beauté NOM f s 72.56 92.64 68.57 87.64 -beautés beauté NOM f p 72.56 92.64 3.99 5.00 -beauvais beauvais NOM s 0.00 0.07 0.00 0.07 -beaux_arts beaux_arts NOM m p 2.19 3.38 2.19 3.38 -beaux_enfants beaux_enfants NOM m p 0.06 0.00 0.06 0.00 -beau_fils beau_fils NOM m p 1.29 1.01 0.03 0.00 -beau_frère beau_frère NOM m p 13.14 15.68 0.62 1.01 -beaux_parents beaux_parents NOM m p 1.52 1.22 1.52 1.22 -beaux beau ADJ m p 671.86 620.07 57.20 63.78 -bec_de_cane bec_de_cane NOM m s 0.01 1.42 0.01 1.42 -bec_de_lièvre bec_de_lièvre NOM m s 0.10 0.61 0.10 0.61 -bec bec NOM m s 7.39 26.96 6.74 23.31 -because because CON 2.78 1.01 2.78 1.01 -becfigue becfigue NOM m s 0.27 0.07 0.14 0.00 -becfigues becfigue NOM m p 0.27 0.07 0.14 0.07 -becquant becquer VER 0.04 0.54 0.00 0.54 par:pre; -becquer becquer VER 0.04 0.54 0.01 0.00 inf; -becquet becquet NOM m s 0.02 0.07 0.02 0.00 -becquetaient becqueter VER 0.10 1.89 0.00 0.20 ind:imp:3p; -becquetait becqueter VER 0.10 1.89 0.00 0.14 ind:imp:3s; -becquetance becquetance NOM f s 0.00 0.07 0.00 0.07 -becquetant becqueter VER 0.10 1.89 0.00 0.07 par:pre; -becqueter becqueter VER 0.10 1.89 0.10 1.08 inf; -becquets becquet NOM m p 0.02 0.07 0.00 0.07 -becquette becqueter VER 0.10 1.89 0.00 0.07 imp:pre:2s; -becqueté becqueter VER m s 0.10 1.89 0.00 0.20 par:pas; -becquetés becqueter VER m p 0.10 1.89 0.00 0.14 par:pas; -becqué becquer VER m s 0.04 0.54 0.03 0.00 par:pas; -becquée becquée NOM f s 0.02 0.41 0.02 0.41 -becs bec NOM m p 7.39 26.96 0.66 3.65 -becta becter VER 0.17 4.53 0.00 0.07 ind:pas:3s; -bectais becter VER 0.17 4.53 0.00 0.14 ind:imp:1s; -bectait becter VER 0.17 4.53 0.00 0.34 ind:imp:3s; -bectance bectance NOM f s 0.10 0.95 0.10 0.95 -bectant becter VER 0.17 4.53 0.00 0.14 par:pre; -becte becter VER 0.17 4.53 0.14 0.34 imp:pre:2s;ind:pre:1s;ind:pre:3s; -bectent becter VER 0.17 4.53 0.00 0.14 ind:pre:3p; -becter becter VER 0.17 4.53 0.02 2.09 inf; -becterais becter VER 0.17 4.53 0.00 0.07 cnd:pre:1s; -becteras becter VER 0.17 4.53 0.00 0.07 ind:fut:2s; -becté becter VER m s 0.17 4.53 0.00 1.01 par:pas; -bectées becter VER f p 0.17 4.53 0.01 0.07 par:pas; -bectés becter VER m p 0.17 4.53 0.00 0.07 par:pas; -bedaine bedaine NOM f s 0.89 1.62 0.89 1.42 -bedaines bedaine NOM f p 0.89 1.62 0.00 0.20 -bedeau bedeau NOM m s 0.25 1.76 0.25 1.69 -bedeaux bedeau NOM m p 0.25 1.76 0.00 0.07 -bedon bedon NOM m s 0.04 0.27 0.04 0.20 -bedonnant bedonnant ADJ m s 0.33 1.49 0.14 1.01 -bedonnante bedonnant ADJ f s 0.33 1.49 0.01 0.07 -bedonnantes bedonnant ADJ f p 0.33 1.49 0.14 0.20 -bedonnants bedonnant ADJ m p 0.33 1.49 0.05 0.20 -bedonne bedonner VER 0.03 0.34 0.00 0.07 ind:pre:3s; -bedons bedon NOM m p 0.04 0.27 0.00 0.07 -beefsteak beefsteak NOM m s 0.21 0.34 0.20 0.20 -beefsteaks beefsteak NOM m p 0.21 0.34 0.01 0.14 -beeper beeper NOM m s 0.34 0.00 0.34 0.00 -beethovénien beethovénien ADJ m s 0.00 0.07 0.00 0.07 -beffroi beffroi NOM m s 0.47 0.74 0.47 0.74 -behavioriste behavioriste ADJ s 0.01 0.00 0.01 0.00 -behavioriste behavioriste NOM s 0.01 0.00 0.01 0.00 -beige beige ADJ m s 1.03 8.11 1.02 6.82 -beigeasses beigeasse ADJ p 0.00 0.07 0.00 0.07 -beiges beige NOM p 0.27 1.49 0.03 0.34 -beigne beigne NOM f s 0.58 2.16 0.48 1.42 -beignes beigne NOM f p 0.58 2.16 0.10 0.74 -beignet beignet NOM m s 8.69 2.77 2.52 0.61 -beignets beignet NOM m p 8.69 2.77 6.17 2.16 -bel_canto bel_canto NOM m 0.26 0.41 0.26 0.41 -bel bel ADJ m s 31.35 37.09 31.35 37.09 -belette belette NOM f s 2.01 0.88 1.74 0.68 -belettes belette NOM f p 2.01 0.88 0.27 0.20 -belge belge ADJ s 3.03 8.99 2.83 6.55 -belges belge NOM p 2.00 5.07 0.68 2.70 -belgicains belgicain NOM m p 0.00 0.07 0.00 0.07 -belgique belgique NOM f s 0.02 0.27 0.02 0.27 -belladone belladone NOM f s 0.15 0.47 0.15 0.41 -belladones belladone NOM f p 0.15 0.47 0.00 0.07 -belle_doche belle_doche NOM f s 0.05 0.07 0.05 0.07 -belle_famille belle_famille NOM f s 0.71 1.22 0.71 1.15 -belle_fille belle_fille NOM f s 3.32 2.57 3.29 2.50 -belle_maman belle_maman NOM f s 0.85 0.34 0.85 0.34 -beau_père beau_père NOM f s 16.54 14.05 7.17 6.82 -belle_à_voir belle_à_voir NOM f s 0.00 0.27 0.00 0.27 -beau_frère beau_frère NOM f s 13.14 15.68 3.36 5.47 -belle_lurette belle_lurette NOM f s 0.75 2.64 0.75 2.64 -belle beau ADJ f s 671.86 620.07 284.08 223.65 -bellement bellement ADV 0.14 0.54 0.14 0.54 -belle_de_jour belle_de_jour NOM f p 0.00 0.07 0.00 0.07 -belle_de_nuit belle_de_nuit NOM f p 0.00 0.34 0.00 0.34 -belle_famille belle_famille NOM f p 0.71 1.22 0.00 0.07 -belle_fille belle_fille NOM f p 3.32 2.57 0.04 0.07 -belle_lettre belle_lettre NOM f p 0.00 0.41 0.00 0.41 -beau_père beau_père NOM f p 16.54 14.05 0.08 0.14 -beau_frère beau_frère NOM f p 13.14 15.68 0.04 0.54 -belles beau ADJ f p 671.86 620.07 49.35 62.57 -bellevillois bellevillois ADJ m 0.00 0.20 0.00 0.07 -bellevilloise bellevillois ADJ f s 0.00 0.20 0.00 0.14 -belliciste belliciste NOM s 0.07 0.07 0.05 0.00 -bellicistes belliciste ADJ p 0.21 0.14 0.17 0.07 -belligérance belligérance NOM f s 0.01 0.34 0.01 0.34 -belligérant belligérant ADJ m s 0.11 1.15 0.01 0.14 -belligérante belligérant ADJ f s 0.11 1.15 0.00 0.54 -belligérantes belligérant ADJ f p 0.11 1.15 0.10 0.14 -belligérants belligérant NOM m p 0.07 0.88 0.05 0.81 -belliqueuse belliqueux ADJ f s 0.51 2.30 0.06 0.81 -belliqueusement belliqueusement ADV 0.00 0.07 0.00 0.07 -belliqueuses belliqueux ADJ f p 0.51 2.30 0.04 0.20 -belliqueux belliqueux ADJ m 0.51 2.30 0.41 1.28 -bellissime bellissime ADJ f s 0.01 0.07 0.01 0.07 -bellot bellot ADJ m s 0.01 0.00 0.01 0.00 -bellâtre bellâtre NOM m s 0.32 1.01 0.32 1.01 -belluaire belluaire NOM m s 0.00 0.14 0.00 0.14 -belon belon NOM f s 0.00 1.01 0.00 0.54 -belons belon NOM f p 0.00 1.01 0.00 0.47 -belote belote NOM f s 0.26 4.19 0.26 3.99 -beloter beloter VER 0.00 0.14 0.00 0.14 inf; -belotes belote NOM f p 0.26 4.19 0.00 0.20 -beloteurs beloteur NOM m p 0.00 0.20 0.00 0.20 -belotte belotter VER 0.00 0.07 0.00 0.07 ind:pre:1s; -beluga beluga NOM m s 0.04 0.07 0.04 0.07 -belvédère belvédère NOM m s 0.18 0.74 0.17 0.54 -belvédères belvédère NOM m p 0.18 0.74 0.01 0.20 -ben ben NOM m 61.43 24.19 61.43 24.19 -benedictus benedictus NOM m 0.11 0.07 0.11 0.07 -bengalais bengalais NOM m 0.27 0.00 0.27 0.00 -bengali bengali NOM m s 0.26 0.61 0.16 0.41 -bengalis bengali NOM m p 0.26 0.61 0.10 0.20 -benjamin benjamin NOM m s 0.81 0.81 0.33 0.47 -benjamine benjamin NOM f s 0.81 0.81 0.44 0.27 -benjamins benjamin NOM m p 0.81 0.81 0.04 0.07 -benjoin benjoin NOM m s 0.00 0.88 0.00 0.88 -benne benne NOM f s 2.38 3.11 2.12 1.76 -bennes benne NOM f p 2.38 3.11 0.27 1.35 -benoît benoît ADJ m s 0.90 0.20 0.90 0.07 -benoîte benoît ADJ f s 0.90 0.20 0.00 0.14 -benoîtement benoîtement ADV 0.00 0.81 0.00 0.81 -benthique benthique ADJ m s 0.01 0.00 0.01 0.00 -benêt benêt NOM m s 1.30 1.49 1.20 1.08 -benêts benêt NOM m p 1.30 1.49 0.10 0.41 -benzidine benzidine NOM f s 0.01 0.00 0.01 0.00 -benzine benzine NOM f s 0.01 0.41 0.01 0.41 -benzoate benzoate NOM m s 0.04 0.00 0.04 0.00 -benzodiazépine benzodiazépine NOM f s 0.02 0.00 0.02 0.00 -benzonaphtol benzonaphtol NOM m s 0.10 0.00 0.10 0.00 -benzène benzène NOM m s 0.12 0.00 0.12 0.00 -benzédrine benzédrine NOM f s 0.07 0.27 0.07 0.27 -benzylique benzylique ADJ m s 0.01 0.00 0.01 0.00 -ber ber NOM m s 0.16 0.07 0.16 0.07 -berbère berbère ADJ s 0.03 1.22 0.01 0.81 -berbères berbère ADJ p 0.03 1.22 0.02 0.41 -bercail bercail NOM m s 2.33 1.96 2.33 1.96 -berce bercer VER 4.46 18.04 0.94 1.96 imp:pre:2s;ind:pre:1s;ind:pre:3s; -berceau berceau NOM m s 7.05 13.31 6.72 12.43 -berceaux berceau NOM m p 7.05 13.31 0.33 0.88 -bercelonnette bercelonnette NOM f s 0.00 0.07 0.00 0.07 -bercement bercement NOM m s 0.00 0.74 0.00 0.68 -bercements bercement NOM m p 0.00 0.74 0.00 0.07 -bercent bercer VER 4.46 18.04 0.35 0.54 ind:pre:3p; -bercer bercer VER 4.46 18.04 1.17 3.92 inf; -bercera bercer VER 4.46 18.04 0.03 0.00 ind:fut:3s; -bercerai bercer VER 4.46 18.04 0.05 0.00 ind:fut:1s; -bercerait bercer VER 4.46 18.04 0.01 0.07 cnd:pre:3s; -bercerez bercer VER 4.46 18.04 0.10 0.07 ind:fut:2p; -berces bercer VER 4.46 18.04 0.16 0.00 ind:pre:2s; -berceur berceur ADJ m s 0.13 1.01 0.01 0.41 -berceurs berceur ADJ m p 0.13 1.01 0.00 0.07 -berceuse berceur NOM f s 1.58 1.55 1.58 1.22 -berceuses berceuse NOM f p 0.25 0.00 0.25 0.00 -bercez bercer VER 4.46 18.04 0.30 0.00 imp:pre:2p;ind:pre:2p; -bercèrent bercer VER 4.46 18.04 0.00 0.07 ind:pas:3p; -bercé bercer VER m s 4.46 18.04 0.85 3.78 par:pas; -bercée bercer VER f s 4.46 18.04 0.08 1.89 par:pas; -bercés bercer VER m p 4.46 18.04 0.19 0.88 par:pas; -berdouillette berdouillette NOM f s 0.00 0.20 0.00 0.20 -berg berg NOM m s 0.04 0.00 0.04 0.00 -bergamasques bergamasque NOM f p 0.00 0.07 0.00 0.07 -bergamote bergamote NOM f s 0.16 0.07 0.16 0.07 -berge berge NOM f s 2.77 16.49 1.79 8.72 -berger berger NOM m s 11.49 24.80 8.33 11.15 -bergerie bergerie NOM f s 0.99 3.45 0.99 2.84 -bergeries bergerie NOM f p 0.99 3.45 0.00 0.61 -bergeronnette bergeronnette NOM f s 0.01 0.41 0.01 0.14 -bergeronnettes bergeronnette NOM f p 0.01 0.41 0.00 0.27 -bergers berger NOM m p 11.49 24.80 1.89 4.19 -berges berge NOM f p 2.77 16.49 0.98 7.77 -bergère berger NOM f s 11.49 24.80 1.27 6.76 -bergères bergère NOM f p 0.34 0.00 0.34 0.00 -berk berk ONO 1.35 0.95 1.35 0.95 -berle berle NOM f s 0.13 0.00 0.13 0.00 -berlin berlin NOM s 0.00 0.07 0.00 0.07 -berline berline NOM f s 1.03 2.30 0.62 2.09 -berlines berline NOM f p 1.03 2.30 0.42 0.20 -berlingot berlingot NOM m s 0.15 1.76 0.06 0.41 -berlingots berlingot NOM m p 0.15 1.76 0.09 1.35 -berlingue berlingue NOM m 0.00 0.34 0.00 0.34 -berlinois berlinois ADJ m 0.82 1.69 0.32 1.08 -berlinoise berlinois ADJ f s 0.82 1.69 0.50 0.54 -berlinoises berlinois NOM f p 0.18 0.47 0.00 0.14 -berloque berloque NOM f s 0.00 0.14 0.00 0.14 -berlue berlue NOM f s 0.30 1.35 0.30 1.08 -berlues berlue NOM f p 0.30 1.35 0.00 0.27 -berlurais berlurer VER 0.00 1.01 0.00 0.20 ind:imp:1s; -berlurait berlurer VER 0.00 1.01 0.00 0.14 ind:imp:3s; -berlure berlure NOM f s 0.00 1.08 0.00 0.68 -berlurent berlurer VER 0.00 1.01 0.00 0.14 ind:pre:3p; -berlurer berlurer VER 0.00 1.01 0.00 0.34 inf; -berlures berlure NOM f p 0.00 1.08 0.00 0.41 -berluré berlurer VER m s 0.00 1.01 0.00 0.14 par:pas; -berlurée berlurer VER f s 0.00 1.01 0.00 0.07 par:pas; -berme berme NOM f s 0.04 0.27 0.03 0.14 -bermes berme NOM f p 0.04 0.27 0.01 0.14 -bermuda bermuda NOM m s 0.12 0.61 0.08 0.41 -bermudas bermuda NOM m p 0.12 0.61 0.04 0.20 -bernache bernache NOM f s 0.08 0.41 0.03 0.14 -bernaches bernache NOM f p 0.08 0.41 0.05 0.27 -bernait berner VER 3.56 2.64 0.01 0.14 ind:imp:3s; -bernant berner VER 3.56 2.64 0.01 0.00 par:pre; -bernard_l_ermite bernard_l_ermite NOM m 0.00 0.34 0.00 0.34 -bernard_l_hermite bernard_l_hermite NOM m 0.01 0.14 0.01 0.14 -bernardines bernardin NOM f p 0.00 0.54 0.00 0.54 -berne berner VER 3.56 2.64 0.12 0.20 ind:pre:1s;ind:pre:3s; -berner berner VER 3.56 2.64 2.04 0.54 inf; -berneras berner VER 3.56 2.64 0.02 0.00 ind:fut:2s; -bernez berner VER 3.56 2.64 0.01 0.00 ind:pre:2p; -bernicle bernicle NOM f s 0.07 0.34 0.07 0.00 -bernicles bernicle NOM f p 0.07 0.34 0.01 0.34 -bernique bernique ONO 0.00 0.47 0.00 0.47 -berniques bernique NOM f p 0.01 0.61 0.00 0.20 -bernois bernois ADJ m p 0.00 0.41 0.00 0.07 -bernoise bernois NOM f s 0.01 0.14 0.01 0.07 -bernoises bernois ADJ f p 0.00 0.41 0.00 0.34 -berné berner VER m s 3.56 2.64 0.53 1.15 par:pas; -bernée berner VER f s 3.56 2.64 0.28 0.27 par:pas; -bernées berner VER f p 3.56 2.64 0.00 0.07 par:pas; -bernés berner VER m p 3.56 2.64 0.53 0.27 par:pas; -berrichon berrichon ADJ m s 0.27 0.88 0.00 0.61 -berrichonne berrichon ADJ f s 0.27 0.88 0.27 0.27 -bersaglier bersaglier NOM m s 0.23 0.07 0.10 0.00 -bersagliers bersaglier NOM m p 0.23 0.07 0.14 0.07 -berça bercer VER 4.46 18.04 0.01 0.61 ind:pas:3s; -bertha bertha NOM f s 0.00 0.20 0.00 0.14 -berçaient bercer VER 4.46 18.04 0.01 0.61 ind:imp:3p; -berçais bercer VER 4.46 18.04 0.01 0.47 ind:imp:1s;ind:imp:2s; -berçait bercer VER 4.46 18.04 0.06 2.16 ind:imp:3s; -berçant bercer VER 4.46 18.04 0.14 1.01 par:pre; -berthas bertha NOM f p 0.00 0.20 0.00 0.07 -berthe berthe NOM f s 0.00 0.61 0.00 0.61 -berzingue berzingue NOM f s 0.28 1.49 0.28 1.49 -besace besace NOM f s 0.13 2.70 0.13 2.43 -besaces besace NOM f p 0.13 2.70 0.00 0.27 -besaiguë besaiguë NOM f s 0.00 0.07 0.00 0.07 -besant besant NOM m s 0.04 0.07 0.01 0.00 -besants besant NOM m p 0.04 0.07 0.03 0.07 -besef besef ADV 0.00 0.07 0.00 0.07 -besicles besicles NOM f p 0.01 0.27 0.01 0.27 -besogna besogner VER 0.60 2.30 0.00 0.34 ind:pas:3s; -besognaient besogner VER 0.60 2.30 0.00 0.14 ind:imp:3p; -besognais besogner VER 0.60 2.30 0.11 0.00 ind:imp:1s;ind:imp:2s; -besognait besogner VER 0.60 2.30 0.14 0.68 ind:imp:3s; -besognant besogner VER 0.60 2.30 0.01 0.41 par:pre; -besogne besogne NOM f s 2.71 15.61 2.54 10.74 -besognent besogner VER 0.60 2.30 0.01 0.07 ind:pre:3p; -besogner besogner VER 0.60 2.30 0.20 0.20 inf; -besogneras besogner VER 0.60 2.30 0.00 0.07 ind:fut:2s; -besognes besogne NOM f p 2.71 15.61 0.17 4.86 -besogneuse besogneux ADJ f s 0.02 1.82 0.02 0.34 -besogneuses besogneux ADJ f p 0.02 1.82 0.00 0.20 -besogneux besogneux NOM m 0.12 0.47 0.12 0.47 -besognèrent besogner VER 0.60 2.30 0.00 0.20 ind:pas:3p; -besogné besogner VER m s 0.60 2.30 0.01 0.00 par:pas; -besoin besoin NOM m s 771.24 266.62 758.04 251.76 -besoins besoin NOM m p 771.24 266.62 13.20 14.86 -besson besson NOM m s 0.01 0.14 0.01 0.00 -bessons besson NOM m p 0.01 0.14 0.00 0.14 -best_seller best_seller NOM m s 1.09 0.81 0.82 0.54 -best_seller best_seller NOM m p 1.09 0.81 0.27 0.27 -best_of best_of NOM m s 0.17 0.00 0.17 0.00 -best best NOM m s 0.52 0.34 0.52 0.34 -bestiaire bestiaire NOM m s 0.00 1.28 0.00 1.22 -bestiaires bestiaire NOM m p 0.00 1.28 0.00 0.07 -bestial bestial ADJ m s 1.54 3.04 0.69 1.42 -bestiale bestial ADJ f s 1.54 3.04 0.63 0.68 -bestialement bestialement ADV 0.02 0.00 0.02 0.00 -bestiales bestial ADJ f p 1.54 3.04 0.06 0.47 -bestialité bestialité NOM f s 0.42 1.49 0.42 1.42 -bestialités bestialité NOM f p 0.42 1.49 0.00 0.07 -bestiasse bestiasse NOM f s 0.00 0.14 0.00 0.14 -bestiau bestiau NOM m s 2.54 6.35 1.26 0.81 -bestiaux bestiau NOM m p 2.54 6.35 1.28 5.54 -bestiole bestiole NOM f s 5.07 6.76 2.50 3.04 -bestioles bestiole NOM f p 5.07 6.76 2.57 3.72 -bette bette NOM f s 1.60 0.41 1.55 0.20 -betterave betterave NOM f s 1.47 4.12 0.77 1.35 -betteraves betterave NOM f p 1.47 4.12 0.69 2.77 -betteravier betteravier NOM m s 0.00 0.07 0.00 0.07 -bettes bette NOM f p 1.60 0.41 0.05 0.20 -betting betting NOM m 0.03 0.00 0.03 0.00 -beu beu ONO 0.73 0.95 0.73 0.95 -beuark beuark ONO 0.01 0.07 0.01 0.07 -beugla beugler VER 0.75 5.74 0.00 1.08 ind:pas:3s; -beuglaient beugler VER 0.75 5.74 0.01 0.14 ind:imp:3p; -beuglais beugler VER 0.75 5.74 0.02 0.20 ind:imp:1s;ind:imp:2s; -beuglait beugler VER 0.75 5.74 0.11 0.95 ind:imp:3s; -beuglant beugler VER 0.75 5.74 0.04 0.88 par:pre; -beuglante beuglante NOM f s 0.01 0.00 0.01 0.00 -beuglantes beuglant NOM f p 0.03 0.88 0.00 0.14 -beuglants beuglant NOM m p 0.03 0.88 0.00 0.34 -beugle beugler VER 0.75 5.74 0.21 0.95 imp:pre:2s;ind:pre:1s;ind:pre:3s; -beuglement beuglement NOM m s 0.19 1.15 0.00 0.27 -beuglements beuglement NOM m p 0.19 1.15 0.19 0.88 -beuglent beugler VER 0.75 5.74 0.02 0.27 ind:pre:3p; -beugler beugler VER 0.75 5.74 0.17 0.88 inf; -beuglions beugler VER 0.75 5.74 0.00 0.07 ind:imp:1p; -beuglé beugler VER m s 0.75 5.74 0.16 0.27 par:pas; -beuglée beugler VER f s 0.75 5.74 0.00 0.07 par:pas; -beuh beuh ADV 1.06 0.88 1.06 0.88 -beur beur ADJ m s 0.14 0.14 0.14 0.14 -beurk beurk ONO 4.01 0.54 4.01 0.54 -beurra beurrer VER 0.92 2.97 0.00 0.34 ind:pas:3s; -beurrage beurrage NOM m s 0.00 0.07 0.00 0.07 -beurraient beurrer VER 0.92 2.97 0.00 0.07 ind:imp:3p; -beurrais beurrer VER 0.92 2.97 0.11 0.14 ind:imp:1s; -beurrait beurrer VER 0.92 2.97 0.01 0.54 ind:imp:3s; -beurrant beurrer VER 0.92 2.97 0.01 0.14 par:pre; -beurre beurre NOM m s 15.14 27.97 15.12 27.50 -beurrer beurrer VER 0.92 2.97 0.32 0.61 inf; -beurres beurre NOM m p 15.14 27.97 0.02 0.47 -beurrier beurrier NOM m s 0.12 0.07 0.12 0.07 -beurré beurré ADJ m s 0.84 2.50 0.43 0.74 -beurrée beurré ADJ f s 0.84 2.50 0.07 0.47 -beurrées beurré ADJ f p 0.84 2.50 0.11 1.15 -beurrés beurré ADJ m p 0.84 2.50 0.23 0.14 -beuverie beuverie NOM f s 0.79 1.55 0.54 0.47 -beuveries beuverie NOM f p 0.79 1.55 0.26 1.08 -bey bey NOM m s 2.06 2.91 2.06 2.91 -bezef bezef ADV 0.00 0.14 0.00 0.14 -bi bi NOM m s 1.27 0.34 1.27 0.34 -biafrais biafrais NOM m 0.00 0.14 0.00 0.14 -biais biais NOM m 1.60 16.69 1.60 16.69 -biaisai biaiser VER 0.05 0.68 0.00 0.07 ind:pas:1s; -biaise biaiser VER 0.05 0.68 0.00 0.27 ind:pre:1s;ind:pre:3s; -biaisements biaisement NOM m p 0.00 0.07 0.00 0.07 -biaiser biaiser VER 0.05 0.68 0.03 0.27 inf; -biaises biais ADJ f p 0.04 0.61 0.00 0.07 -biaisé biaisé ADJ m s 0.03 0.00 0.02 0.00 -biaisée biaiser VER f s 0.05 0.68 0.01 0.00 par:pas; -biathlon biathlon NOM m s 0.30 0.00 0.30 0.00 -bib bib NOM m 0.01 0.00 0.01 0.00 -bibard bibard NOM m s 0.00 0.20 0.00 0.20 -bibelot bibelot NOM m s 1.52 7.43 0.63 0.81 -bibelots bibelot NOM m p 1.52 7.43 0.90 6.62 -bibendum bibendum NOM m s 0.09 0.20 0.09 0.20 -biberon biberon NOM m s 6.65 5.68 5.25 3.85 -biberonnait biberonner VER 0.04 0.95 0.01 0.20 ind:imp:3s; -biberonne biberonner VER 0.04 0.95 0.01 0.20 imp:pre:2s;ind:pre:1s;ind:pre:3s; -biberonner biberonner VER 0.04 0.95 0.02 0.41 inf; -biberonneurs biberonneur NOM m p 0.00 0.07 0.00 0.07 -biberonné biberonner VER m s 0.04 0.95 0.00 0.14 par:pas; -biberons biberon NOM m p 6.65 5.68 1.40 1.82 -bibi bibi NOM m s 0.56 1.15 0.54 0.54 -bibiche bibiche NOM f s 0.05 3.04 0.05 3.04 -bibine bibine NOM f s 0.73 3.99 0.71 3.85 -bibines bibine NOM f p 0.73 3.99 0.02 0.14 -bibis bibi NOM m p 0.56 1.15 0.02 0.61 -bibite bibite NOM f s 0.00 0.27 0.00 0.27 -bible bible NOM f s 17.79 17.84 17.03 17.16 -bibles bible NOM f p 17.79 17.84 0.76 0.68 -bibliobus bibliobus NOM m 0.05 0.07 0.05 0.07 -bibliographe bibliographe NOM s 0.00 0.07 0.00 0.07 -bibliographie bibliographie NOM f s 0.17 0.81 0.17 0.68 -bibliographies bibliographie NOM f p 0.17 0.81 0.00 0.14 -bibliographique bibliographique ADJ s 0.01 0.14 0.01 0.00 -bibliographiques bibliographique ADJ f p 0.01 0.14 0.00 0.14 -bibliophile bibliophile NOM s 0.03 0.68 0.02 0.27 -bibliophiles bibliophile NOM p 0.03 0.68 0.01 0.41 -bibliophilie bibliophilie NOM f s 0.00 0.14 0.00 0.14 -bibliophilique bibliophilique ADJ f s 0.00 0.07 0.00 0.07 -bibliothèque bibliothèque NOM f s 19.86 40.74 18.22 36.82 -bibliothèques bibliothèque NOM f p 19.86 40.74 1.63 3.92 -bibliothécaire bibliothécaire NOM s 2.25 2.50 2.09 2.30 -bibliothécaires bibliothécaire NOM p 2.25 2.50 0.16 0.20 -biblique biblique ADJ s 2.77 4.19 2.09 3.04 -bibliquement bibliquement ADV 0.13 0.07 0.13 0.07 -bibliques biblique ADJ p 2.77 4.19 0.69 1.15 -bic bic NOM m s 0.44 0.41 0.44 0.41 -bicamérale bicaméral ADJ f s 0.01 0.00 0.01 0.00 -bicarbonate bicarbonate NOM m s 1.20 0.34 1.20 0.27 -bicarbonates bicarbonate NOM m p 1.20 0.34 0.00 0.07 -bicause bicause PRE 0.00 0.68 0.00 0.68 -bicentenaire bicentenaire NOM m s 0.36 0.07 0.36 0.07 -biceps biceps NOM m 1.62 3.72 1.62 3.72 -bichais bicher VER 0.27 1.89 0.00 0.20 ind:imp:1s; -bichait bicher VER 0.27 1.89 0.01 0.47 ind:imp:3s; -bichant bicher VER 0.27 1.89 0.00 0.07 par:pre; -biche biche NOM f s 5.80 13.92 5.29 7.30 -bicher bicher VER 0.27 1.89 0.02 0.34 inf; -biches biche NOM f p 5.80 13.92 0.51 6.62 -bichette bichette NOM f s 0.09 0.07 0.09 0.07 -bichez bicher VER 0.27 1.89 0.01 0.00 ind:pre:2p; -bichon bichon NOM m s 0.46 0.68 0.46 0.68 -bichonnait bichonner VER 1.40 1.42 0.02 0.20 ind:imp:3s; -bichonnant bichonner VER 1.40 1.42 0.00 0.07 par:pre; -bichonne bichonner VER 1.40 1.42 0.57 0.27 imp:pre:2s;ind:pre:1s;ind:pre:3s; -bichonner bichonner VER 1.40 1.42 0.72 0.41 inf; -bichonnerai bichonner VER 1.40 1.42 0.02 0.00 ind:fut:1s; -bichonnez bichonner VER 1.40 1.42 0.03 0.00 imp:pre:2p;ind:pre:2p; -bichonné bichonner VER m s 1.40 1.42 0.03 0.34 par:pas; -bichonnée bichonner VER f s 1.40 1.42 0.02 0.14 par:pas; -biché bicher VER m s 0.27 1.89 0.00 0.07 par:pas; -biclou biclou NOM m s 0.01 0.14 0.00 0.07 -biclous biclou NOM m p 0.01 0.14 0.01 0.07 -bicolore bicolore ADJ s 0.30 0.68 0.15 0.47 -bicolores bicolore ADJ p 0.30 0.68 0.14 0.20 -biconvexes biconvexe ADJ p 0.02 0.00 0.02 0.00 -bicoque bicoque NOM f s 0.94 3.85 0.89 3.11 -bicoques bicoque NOM f p 0.94 3.85 0.05 0.74 -bicorne bicorne NOM m s 0.16 2.64 0.16 2.16 -bicornes bicorne ADJ m p 0.01 0.14 0.01 0.00 -bicot bicot NOM m s 0.11 4.46 0.11 3.72 -bicots bicot NOM m p 0.11 4.46 0.00 0.74 -biculturelle biculturel ADJ f s 0.01 0.00 0.01 0.00 -bicéphale bicéphale ADJ s 0.04 0.54 0.04 0.47 -bicéphales bicéphale ADJ p 0.04 0.54 0.00 0.07 -bicéphalie bicéphalie NOM f s 0.00 0.20 0.00 0.20 -bicuspide bicuspide ADJ s 0.01 0.00 0.01 0.00 -bicycle bicycle NOM m s 0.29 0.00 0.28 0.00 -bicycles bicycle NOM m p 0.29 0.00 0.01 0.00 -bicyclette bicyclette NOM f s 8.06 28.51 7.34 23.51 -bicyclettes bicyclette NOM f p 8.06 28.51 0.72 5.00 -bicycliste bicycliste ADJ s 0.00 0.07 0.00 0.07 -bidasse bidasse NOM m s 0.37 0.81 0.21 0.34 -bidasses bidasse NOM m p 0.37 0.81 0.16 0.47 -bide bide NOM m s 3.73 8.58 3.66 8.38 -bides bide NOM m p 3.73 8.58 0.07 0.20 -bidet bidet NOM m s 0.69 3.45 0.69 2.97 -bidets bidet NOM m p 0.69 3.45 0.00 0.47 -bidimensionnel bidimensionnel ADJ m s 0.00 0.07 0.00 0.07 -bidoche bidoche NOM f s 0.33 3.78 0.33 3.31 -bidoches bidoche NOM f p 0.33 3.78 0.00 0.47 -bidon bidon ADJ 7.78 3.72 7.78 3.72 -bidonnage bidonnage NOM m s 0.00 0.14 0.00 0.14 -bidonnaient bidonner VER 1.00 1.89 0.00 0.07 ind:imp:3p; -bidonnais bidonner VER 1.00 1.89 0.03 0.00 ind:imp:1s;ind:imp:2s; -bidonnait bidonner VER 1.00 1.89 0.00 0.14 ind:imp:3s; -bidonnant bidonnant ADJ m s 0.14 0.14 0.12 0.14 -bidonnante bidonnant ADJ f s 0.14 0.14 0.03 0.00 -bidonne bidonner VER 1.00 1.89 0.00 0.61 ind:pre:3s; -bidonnent bidonner VER 1.00 1.89 0.01 0.27 ind:pre:3p; -bidonner bidonner VER 1.00 1.89 0.33 0.34 inf; -bidonnera bidonner VER 1.00 1.89 0.01 0.00 ind:fut:3s; -bidonnez bidonner VER 1.00 1.89 0.01 0.00 ind:pre:2p; -bidonné bidonner VER m s 1.00 1.89 0.30 0.00 par:pas; -bidonnée bidonner VER f s 1.00 1.89 0.01 0.00 par:pas; -bidonnées bidonner VER f p 1.00 1.89 0.29 0.00 par:pas; -bidonnés bidonner VER m p 1.00 1.89 0.00 0.07 par:pas; -bidons bidon NOM m p 8.02 16.28 2.66 6.62 -bidonville bidonville NOM m s 0.72 1.55 0.43 0.81 -bidonvilles bidonville NOM m p 0.72 1.55 0.29 0.74 -bidouilla bidouiller VER 0.45 0.14 0.00 0.07 ind:pas:3s; -bidouillage bidouillage NOM m s 0.05 0.00 0.05 0.00 -bidouille bidouille NOM f s 0.19 0.00 0.19 0.00 -bidouiller bidouiller VER 0.45 0.14 0.12 0.00 inf; -bidouillerai bidouiller VER 0.45 0.14 0.03 0.00 ind:fut:1s; -bidouillé bidouiller VER m s 0.45 0.14 0.13 0.00 par:pas; -bidouillée bidouiller VER f s 0.45 0.14 0.15 0.07 par:pas; -bidouillés bidouiller VER m p 0.45 0.14 0.02 0.00 par:pas; -bidule bidule NOM m s 1.10 2.03 0.94 1.22 -bidules bidule NOM m p 1.10 2.03 0.17 0.81 -bief bief NOM m s 0.10 0.61 0.10 0.54 -biefs bief NOM m p 0.10 0.61 0.00 0.07 -bielle bielle NOM f s 1.86 1.22 1.70 0.20 -bielles bielle NOM f p 1.86 1.22 0.16 1.01 -bien_aimé bien_aimé NOM m s 8.50 4.66 4.51 1.89 -bien_aimé bien_aimé NOM f s 8.50 4.66 3.76 2.43 -bien_aimé bien_aimé ADJ f p 8.19 4.39 0.04 0.20 -bien_aimé bien_aimé ADJ m p 8.19 4.39 0.68 0.54 -bien_disant bien_disant ADJ m p 0.00 0.07 0.00 0.07 -bien_fonds bien_fonds NOM m 0.00 0.07 0.00 0.07 -bien_fondé bien_fondé NOM m s 0.31 0.81 0.31 0.81 -bien_manger bien_manger NOM m 0.00 0.14 0.00 0.14 -bien_pensant bien_pensant ADJ m s 0.06 2.16 0.01 1.28 -bien_pensant bien_pensant ADJ f s 0.06 2.16 0.02 0.47 -bien_pensant bien_pensant ADJ m p 0.06 2.16 0.03 0.41 -bien_portant bien_portant ADJ m s 0.03 0.41 0.00 0.14 -bien_portant bien_portant ADJ m p 0.03 0.41 0.03 0.27 -bien_être bien_être NOM m 4.28 8.78 4.28 8.78 -bien bien ADV 4213.78 2535.14 4213.78 2535.14 -bienfaisance bienfaisance NOM f s 1.69 1.96 1.69 1.96 -bienfaisant bienfaisant ADJ m s 0.64 4.05 0.29 1.08 -bienfaisante bienfaisant ADJ f s 0.64 4.05 0.31 2.30 -bienfaisantes bienfaisant ADJ f p 0.64 4.05 0.00 0.54 -bienfaisants bienfaisant ADJ m p 0.64 4.05 0.04 0.14 -bienfait bienfait NOM m s 2.51 4.26 0.98 1.01 -bienfaiteur bienfaiteur NOM m s 3.38 3.45 2.46 1.62 -bienfaiteurs bienfaiteur NOM m p 3.38 3.45 0.26 0.81 -bienfaitrice bienfaiteur NOM f s 3.38 3.45 0.66 1.01 -bienfaitrices bienfaitrice NOM f p 0.01 0.00 0.01 0.00 -bienfaits bienfait NOM m p 2.51 4.26 1.53 3.24 -bienheureuse bienheureux NOM f s 1.22 2.43 0.30 0.34 -bienheureusement bienheureusement ADV 0.00 0.27 0.00 0.27 -bienheureuses bienheureux ADJ f p 2.25 5.20 0.00 0.14 -bienheureux bienheureux ADJ m 2.25 5.20 2.09 2.84 -biennale biennale NOM f s 0.05 0.14 0.05 0.14 -biens bien NOM m p 106.60 70.20 16.99 13.31 -bienséance bienséance NOM f s 0.64 2.23 0.57 2.09 -bienséances bienséance NOM f p 0.64 2.23 0.06 0.14 -bienséant bienséant ADJ m s 0.06 1.08 0.04 0.47 -bienséante bienséant ADJ f s 0.06 1.08 0.03 0.41 -bienséantes bienséant ADJ f p 0.06 1.08 0.00 0.07 -bienséants bienséant ADJ m p 0.06 1.08 0.00 0.14 -bientôt bientôt ADV 184.96 169.59 184.96 169.59 -bienveillamment bienveillamment ADV 0.10 0.00 0.10 0.00 -bienveillance bienveillance NOM f s 2.32 7.30 2.32 7.23 -bienveillances bienveillance NOM f p 2.32 7.30 0.00 0.07 -bienveillant bienveillant ADJ m s 1.47 7.50 0.84 2.97 -bienveillante bienveillant ADJ f s 1.47 7.50 0.30 3.24 -bienveillantes bienveillant ADJ f p 1.47 7.50 0.06 0.41 -bienveillants bienveillant ADJ m p 1.47 7.50 0.27 0.88 -bienvenu bienvenu NOM m s 14.30 1.82 9.82 1.22 -bienvenue bienvenue NOM f s 22.63 5.27 21.81 5.14 -bienvenues bienvenue NOM f p 22.63 5.27 0.82 0.14 -bienvenus bienvenu NOM m p 14.30 1.82 4.48 0.61 -bif bif NOM m s 0.02 0.14 0.02 0.14 -biface biface NOM m s 0.00 0.07 0.00 0.07 -bifaces biface ADJ m p 0.00 0.07 0.00 0.07 -biffa biffer VER 0.11 1.62 0.00 0.41 ind:pas:3s; -biffaient biffer VER 0.11 1.62 0.00 0.07 ind:imp:3p; -biffais biffer VER 0.11 1.62 0.00 0.07 ind:imp:1s; -biffant biffer VER 0.11 1.62 0.01 0.07 par:pre; -biffe biffe NOM f s 0.33 0.54 0.33 0.54 -biffer biffer VER 0.11 1.62 0.07 0.47 inf; -biffeton biffeton NOM m s 0.29 2.64 0.01 0.88 -biffetons biffeton NOM m p 0.29 2.64 0.28 1.76 -biffin biffin NOM m s 0.05 1.62 0.03 0.88 -biffins biffin NOM m p 0.05 1.62 0.02 0.74 -biffé biffer VER m s 0.11 1.62 0.02 0.07 par:pas; -bifide bifide ADJ s 0.01 0.61 0.01 0.47 -bifides bifide ADJ f p 0.01 0.61 0.00 0.14 -bifrons bifron ADJ p 0.00 0.20 0.00 0.20 -bifteck bifteck NOM m s 1.45 5.14 1.30 3.58 -biftecks bifteck NOM m p 1.45 5.14 0.14 1.55 -bifton bifton NOM m s 0.64 2.84 0.16 1.08 -biftons bifton NOM m p 0.64 2.84 0.49 1.76 -biftèque biftèque NOM m s 0.00 0.47 0.00 0.14 -biftèques biftèque NOM m p 0.00 0.47 0.00 0.34 -bifurcation bifurcation NOM f s 0.33 0.54 0.29 0.41 -bifurcations bifurcation NOM f p 0.33 0.54 0.04 0.14 -bifurqua bifurquer VER 0.68 2.03 0.00 0.14 ind:pas:3s; -bifurquait bifurquer VER 0.68 2.03 0.00 0.20 ind:imp:3s; -bifurquant bifurquer VER 0.68 2.03 0.00 0.20 par:pre; -bifurque bifurquer VER 0.68 2.03 0.17 0.41 imp:pre:2s;ind:pre:1s;ind:pre:3s; -bifurquent bifurquer VER 0.68 2.03 0.00 0.07 ind:pre:3p; -bifurquer bifurquer VER 0.68 2.03 0.14 0.20 inf; -bifurqueront bifurquer VER 0.68 2.03 0.00 0.07 ind:fut:3p; -bifurqué bifurquer VER m s 0.68 2.03 0.36 0.61 par:pas; -bifurquée bifurquer VER f s 0.68 2.03 0.00 0.14 par:pas; -big_bang big_bang NOM m 0.03 0.41 0.03 0.41 -big_band big_band NOM m 0.05 0.00 0.05 0.00 -big_bang big_bang NOM m 0.38 1.62 0.38 1.62 -bigaille bigaille NOM f s 0.00 0.27 0.00 0.27 -bigame bigame ADJ m s 0.23 0.00 0.23 0.00 -bigamie bigamie NOM f s 0.37 0.47 0.37 0.47 -bigarreau bigarreau NOM m s 0.00 0.07 0.00 0.07 -bigarrer bigarrer VER 0.11 0.81 0.00 0.07 inf; -bigarré bigarrer VER m s 0.11 0.81 0.10 0.20 par:pas; -bigarrée bigarré ADJ f s 0.17 1.62 0.02 0.88 -bigarrées bigarré ADJ f p 0.17 1.62 0.00 0.07 -bigarrure bigarrure NOM f s 0.00 0.74 0.00 0.61 -bigarrures bigarrure NOM f p 0.00 0.74 0.00 0.14 -bigarrés bigarré ADJ m p 0.17 1.62 0.14 0.34 -bighorn bighorn NOM m s 0.20 0.14 0.18 0.07 -bighorns bighorn NOM m p 0.20 0.14 0.03 0.07 -biglaient bigler VER 0.00 2.16 0.00 0.07 ind:imp:3p; -biglais bigler VER 0.00 2.16 0.00 0.07 ind:imp:1s; -biglait bigler VER 0.00 2.16 0.00 0.20 ind:imp:3s; -biglant bigler VER 0.00 2.16 0.00 0.20 par:pre; -bigle bigler VER 0.00 2.16 0.00 0.34 ind:pre:1s;ind:pre:3s; -biglent bigler VER 0.00 2.16 0.00 0.14 ind:pre:3p; -bigler bigler VER 0.00 2.16 0.00 0.54 inf; -bigles bigle ADJ m p 0.00 0.34 0.00 0.07 -bigleuse bigleux NOM f s 1.88 0.20 0.14 0.07 -bigleux bigleux NOM m 1.88 0.20 1.75 0.14 -biglez bigler VER 0.00 2.16 0.00 0.07 imp:pre:2p; -biglé bigler VER m s 0.00 2.16 0.00 0.34 par:pas; -biglée bigler VER f s 0.00 2.16 0.00 0.14 par:pas; -biglés bigler VER m p 0.00 2.16 0.00 0.07 par:pas; -bigne bigne NOM f s 0.00 0.20 0.00 0.20 -bignolait bignoler VER 0.00 0.07 0.00 0.07 ind:imp:3s; -bignole bignole NOM f s 0.00 5.74 0.00 5.14 -bignoles bignole NOM f p 0.00 5.74 0.00 0.61 -bignolle bignolle NOM f s 0.00 0.07 0.00 0.07 -bignon bignon NOM m s 0.00 0.07 0.00 0.07 -bignones bignone NOM f p 0.00 0.07 0.00 0.07 -bignonias bignonia NOM m p 0.00 0.07 0.00 0.07 -bigo bigo NOM m s 0.05 0.54 0.05 0.54 -bigophone bigophone NOM m s 0.17 0.68 0.17 0.68 -bigophoner bigophoner VER 0.03 0.81 0.00 0.41 inf; -bigophones bigophoner VER 0.03 0.81 0.01 0.00 ind:pre:2s; -bigophoné bigophoner VER m s 0.03 0.81 0.00 0.27 par:pas; -bigorne bigorne NOM f s 0.00 0.20 0.00 0.14 -bigorneau bigorneau NOM m s 1.01 1.55 0.19 0.74 -bigorneaux bigorneau NOM m p 1.01 1.55 0.82 0.81 -bigorner bigorner VER 0.00 0.61 0.00 0.27 inf; -bigornes bigorne NOM f p 0.00 0.20 0.00 0.07 -bigorné bigorner VER m s 0.00 0.61 0.00 0.20 par:pas; -bigornés bigorner VER m p 0.00 0.61 0.00 0.07 par:pas; -bigot bigot ADJ m s 0.20 0.27 0.17 0.20 -bigote bigot NOM f s 0.50 1.01 0.34 0.41 -bigoterie bigoterie NOM f s 0.14 0.20 0.14 0.20 -bigotes bigot NOM f p 0.50 1.01 0.00 0.41 -bigots bigot NOM m p 0.50 1.01 0.06 0.07 -bigouden bigouden ADJ f s 0.00 0.34 0.00 0.34 -bigoudens bigouden NOM p 0.00 0.07 0.00 0.07 -bigoudi bigoudi NOM m s 0.73 3.45 0.18 0.61 -bigoudis bigoudi NOM m p 0.73 3.45 0.55 2.84 -bigre bigre ONO 0.47 0.54 0.47 0.54 -bigrement bigrement ADV 0.28 1.49 0.28 1.49 -bigue bigue NOM f s 0.00 0.14 0.00 0.14 -biguine biguine NOM f s 0.10 0.34 0.10 0.34 -bihebdomadaire bihebdomadaire ADJ s 0.01 0.14 0.00 0.07 -bihebdomadaires bihebdomadaire ADJ p 0.01 0.14 0.01 0.07 -bihoreau bihoreau NOM m s 0.00 0.27 0.00 0.27 -bijou bijou NOM m s 8.37 11.96 8.37 11.96 -bijouterie bijouterie NOM f s 2.41 1.55 2.15 1.15 -bijouteries bijouterie NOM f p 2.41 1.55 0.26 0.41 -bijoutier bijoutier NOM m s 1.64 2.70 1.54 1.62 -bijoutiers bijoutier NOM m p 1.64 2.70 0.10 0.68 -bijoutière bijoutier NOM f s 1.64 2.70 0.00 0.41 -bijoux bijoux NOM m p 20.64 21.01 20.64 21.01 -bikini bikini NOM m s 2.98 2.09 2.34 1.49 -bikinis bikini NOM m p 2.98 2.09 0.65 0.61 -bilais biler VER 2.95 2.84 0.01 0.07 ind:imp:1s; -bilait biler VER 2.95 2.84 0.00 0.07 ind:imp:3s; -bilan bilan NOM m s 6.13 7.36 5.63 6.22 -bilans bilan NOM m p 6.13 7.36 0.50 1.15 -bilatéral bilatéral ADJ m s 0.51 0.34 0.14 0.14 -bilatérale bilatéral ADJ f s 0.51 0.34 0.23 0.14 -bilatéralement bilatéralement ADV 0.03 0.00 0.03 0.00 -bilatéraux bilatéral ADJ m p 0.51 0.34 0.14 0.07 -bilbergia bilbergia NOM f s 0.00 0.07 0.00 0.07 -bilboquet bilboquet NOM m s 0.04 1.15 0.04 1.01 -bilboquets bilboquet NOM m p 0.04 1.15 0.00 0.14 -bile bile NOM f s 2.78 4.66 2.59 4.66 -biler biler VER 2.95 2.84 0.10 1.15 inf; -biles biler VER 2.95 2.84 0.29 0.00 ind:pre:2s; -bileux bileux ADJ m 0.01 0.00 0.01 0.00 -bilez biler VER 2.95 2.84 0.22 0.47 imp:pre:2p;ind:pre:2p; -bilharziose bilharziose NOM f s 0.01 0.20 0.01 0.20 -biliaire biliaire ADJ s 0.75 0.47 0.57 0.47 -biliaires biliaire ADJ p 0.75 0.47 0.18 0.00 -bilieuse bilieux ADJ f s 0.03 0.68 0.03 0.20 -bilieuses bilieux ADJ f p 0.03 0.68 0.00 0.07 -bilieux bilieux ADJ m s 0.03 0.68 0.00 0.41 -bilingue bilingue NOM s 0.39 0.00 0.38 0.00 -bilingues bilingue ADJ p 0.34 0.88 0.04 0.34 -bilinguisme bilinguisme NOM m s 0.00 0.07 0.00 0.07 -bilirubine bilirubine NOM f s 0.07 0.00 0.07 0.00 -bill bill NOM m s 0.56 0.07 0.47 0.07 -billard billard NOM m s 7.84 12.23 7.56 11.35 -billards billard NOM m p 7.84 12.23 0.28 0.88 -bille bille NOM f s 5.21 19.53 2.50 8.58 -biller biller VER 0.07 0.00 0.04 0.00 inf; -billes bille NOM f p 5.21 19.53 2.70 10.95 -billet billet NOM m s 83.87 63.58 41.47 32.23 -billets billet NOM m p 83.87 63.58 42.40 31.35 -billetterie billetterie NOM f s 0.19 0.00 0.17 0.00 -billetteries billetterie NOM f p 0.19 0.00 0.02 0.00 -billettes billette NOM f p 0.00 0.07 0.00 0.07 -billevesée billevesée NOM f s 0.27 0.54 0.00 0.07 -billevesées billevesée NOM f p 0.27 0.54 0.27 0.47 -billion billion NOM m s 0.42 0.07 0.19 0.00 -billions billion NOM m p 0.42 0.07 0.23 0.07 -billon billon NOM m s 0.00 0.14 0.00 0.14 -billot billot NOM m s 0.69 2.50 0.68 2.03 -billots billot NOM m p 0.69 2.50 0.01 0.47 -bills bill NOM m p 0.56 0.07 0.09 0.00 -bilobée bilobé ADJ f s 0.01 0.00 0.01 0.00 -bim bim ONO 0.52 0.20 0.52 0.20 -bimbeloterie bimbeloterie NOM f s 0.03 0.61 0.02 0.47 -bimbeloteries bimbeloterie NOM f p 0.03 0.61 0.01 0.14 -bimensuel bimensuel ADJ m s 0.04 0.14 0.01 0.07 -bimensuelle bimensuel ADJ f s 0.04 0.14 0.02 0.07 -bimensuelles bimensuel ADJ f p 0.04 0.14 0.01 0.00 -bimestre bimestre NOM m s 0.01 0.00 0.01 0.00 -bimoteur bimoteur NOM m s 0.08 0.34 0.08 0.27 -bimoteurs bimoteur NOM m p 0.08 0.34 0.00 0.07 -bimétallisme bimétallisme NOM m s 0.00 0.14 0.00 0.14 -bin_s bin_s NOM m 0.03 0.00 0.03 0.00 -binôme binôme NOM m s 0.27 0.14 0.20 0.07 -binômes binôme NOM m p 0.27 0.14 0.06 0.07 -binaire binaire ADJ s 0.68 0.34 0.45 0.27 -binaires binaire ADJ p 0.68 0.34 0.23 0.07 -binait biner VER 0.33 0.68 0.00 0.14 ind:imp:3s; -binant biner VER 0.33 0.68 0.00 0.14 par:pre; -biner biner VER 0.33 0.68 0.33 0.34 inf; -binet_simon binet_simon NOM m s 0.00 0.07 0.00 0.07 -binette binette NOM f s 0.27 1.49 0.25 1.08 -binettes binette NOM f p 0.27 1.49 0.03 0.41 -bing bing ONO 1.81 1.76 1.81 1.76 -bingo bingo NOM m s 9.08 0.14 9.08 0.14 -biniou biniou NOM m s 0.29 0.81 0.29 0.74 -binious biniou NOM m p 0.29 0.81 0.00 0.07 -binoclard binoclard ADJ m s 2.29 2.43 2.22 2.09 -binoclarde binoclard ADJ f s 2.29 2.43 0.02 0.14 -binoclards binoclard ADJ m p 2.29 2.43 0.04 0.20 -binocle binocle NOM m s 0.18 1.01 0.01 0.47 -binocles binocle NOM m p 0.18 1.01 0.17 0.54 -binoculaire binoculaire ADJ f s 0.03 0.07 0.03 0.07 -bintje bintje NOM f s 0.00 0.07 0.00 0.07 -biné biner VER m s 0.33 0.68 0.00 0.07 par:pas; -binz binz NOM s 0.27 0.14 0.27 0.14 -bio bio ADJ 3.30 0.41 3.30 0.41 -biochimie biochimie NOM f s 0.63 0.00 0.63 0.00 -biochimique biochimique ADJ s 0.32 0.14 0.22 0.14 -biochimiquement biochimiquement ADV 0.02 0.00 0.02 0.00 -biochimiques biochimique ADJ p 0.32 0.14 0.11 0.00 -biochimiste biochimiste NOM s 0.35 0.00 0.30 0.00 -biochimistes biochimiste NOM p 0.35 0.00 0.05 0.00 -biodiversité biodiversité NOM f s 0.05 0.00 0.05 0.00 -biodégradable biodégradable ADJ m s 0.16 0.07 0.10 0.07 -biodégradables biodégradable ADJ f p 0.16 0.07 0.06 0.00 -biographe biographe NOM s 0.75 0.88 0.75 0.61 -biographes biographe NOM p 0.75 0.88 0.00 0.27 -biographie biographie NOM f s 2.82 5.34 2.36 4.19 -biographies biographie NOM f p 2.82 5.34 0.46 1.15 -biographique biographique ADJ s 0.18 0.88 0.14 0.34 -biographiques biographique ADJ p 0.18 0.88 0.03 0.54 -biogénique biogénique ADJ m s 0.01 0.00 0.01 0.00 -biogénétique biogénétique ADJ s 0.14 0.00 0.14 0.00 -biologie biologie NOM f s 4.13 1.22 4.13 1.22 -biologique biologique ADJ s 7.34 2.36 5.35 1.69 -biologiquement biologiquement ADV 0.46 0.34 0.46 0.34 -biologiques biologique ADJ p 7.34 2.36 2.00 0.68 -biologiste biologiste NOM s 1.08 0.34 0.84 0.34 -biologistes biologiste NOM p 1.08 0.34 0.24 0.00 -biologisé biologiser VER m s 0.01 0.00 0.01 0.00 par:pas; -bioluminescence bioluminescence NOM f s 0.05 0.00 0.05 0.00 -bioluminescente bioluminescent ADJ f s 0.01 0.00 0.01 0.00 -biomasse biomasse NOM f s 0.03 0.00 0.03 0.00 -biomécanique biomécanique NOM f s 0.16 0.00 0.16 0.00 -biomécanisme biomécanisme NOM m s 0.01 0.00 0.01 0.00 -biomédical biomédical ADJ m s 0.10 0.00 0.06 0.00 -biomédicale biomédical ADJ f s 0.10 0.00 0.03 0.00 -biomédicaux biomédical ADJ m p 0.10 0.00 0.01 0.00 -biométrie biométrie NOM f s 0.03 0.00 0.03 0.00 -biométrique biométrique ADJ s 0.19 0.00 0.12 0.00 -biométriques biométrique ADJ p 0.19 0.00 0.07 0.00 -bionique bionique ADJ s 0.34 0.00 0.24 0.00 -bioniques bionique ADJ p 0.34 0.00 0.10 0.00 -biophysique biophysique NOM f s 0.06 0.00 0.06 0.00 -biopsie biopsie NOM f s 2.19 0.47 2.04 0.47 -biopsies biopsie NOM f p 2.19 0.47 0.15 0.00 -biorythme biorythme NOM m s 0.06 0.00 0.01 0.00 -biorythmes biorythme NOM m p 0.06 0.00 0.04 0.00 -biosphère biosphère NOM f s 0.08 0.00 0.08 0.00 -biosynthétiques biosynthétique ADJ p 0.01 0.00 0.01 0.00 -biotechnique biotechnique NOM f s 0.15 0.00 0.15 0.00 -biotechnologie biotechnologie NOM f s 0.22 0.00 0.22 0.00 -biotique biotique ADJ s 0.02 0.00 0.02 0.00 -biotite biotite NOM f s 0.03 0.00 0.03 0.00 -biotope biotope NOM m s 0.07 0.00 0.07 0.00 -bioélectrique bioélectrique ADJ s 0.01 0.00 0.01 0.00 -bioxyde bioxyde NOM m s 0.02 0.07 0.02 0.07 -bip_bip bip_bip NOM m s 0.47 0.00 0.47 0.00 -bip bip NOM m s 7.68 1.28 6.94 1.28 -bipais biper VER 4.07 0.00 0.01 0.00 ind:imp:1s; -bipartisan bipartisan ADJ m s 0.01 0.00 0.01 0.00 -bipartisme bipartisme NOM m s 0.07 0.00 0.07 0.00 -bipartite bipartite ADJ s 0.15 0.00 0.15 0.00 -bipe biper VER 4.07 0.00 0.77 0.00 imp:pre:2s;ind:pre:1s;ind:pre:3s; -biper biper VER 4.07 0.00 0.96 0.00 inf; -biperai biper VER 4.07 0.00 0.06 0.00 ind:fut:1s; -biperait biper VER 4.07 0.00 0.01 0.00 cnd:pre:3s; -bipes biper VER 4.07 0.00 0.09 0.00 ind:pre:2s; -bipez biper VER 4.07 0.00 0.43 0.00 imp:pre:2p;ind:pre:2p; -biphényle biphényle NOM m s 0.01 0.00 0.01 0.00 -biplace biplace ADJ s 0.16 0.07 0.02 0.00 -biplaces biplace ADJ p 0.16 0.07 0.14 0.07 -biplan biplan NOM m s 0.32 0.68 0.32 0.54 -biplans biplan NOM m p 0.32 0.68 0.00 0.14 -bipolaire bipolaire ADJ f s 0.29 0.00 0.26 0.00 -bipolaires bipolaire ADJ m p 0.29 0.00 0.04 0.00 -bipolarité bipolarité NOM f s 0.00 0.07 0.00 0.07 -bips bip NOM m p 7.68 1.28 0.74 0.00 -bipède bipède NOM m s 0.78 0.47 0.58 0.20 -bipèdes bipède NOM m p 0.78 0.47 0.20 0.27 -bipé biper VER m s 4.07 0.00 1.27 0.00 par:pas; -bipée biper VER f s 4.07 0.00 0.40 0.00 par:pas; -bipés biper VER m p 4.07 0.00 0.05 0.00 par:pas; -bique bique NOM f s 0.94 4.39 0.56 2.97 -biques bique NOM f p 0.94 4.39 0.38 1.42 -biquet biquet NOM m s 0.54 2.77 0.54 1.28 -biquets biquet NOM m p 0.54 2.77 0.00 1.49 -biquette biquette NOM f s 0.46 1.35 0.05 1.01 -biquettes biquette NOM f p 0.46 1.35 0.40 0.34 -biquotidienne biquotidien ADJ f s 0.00 0.20 0.00 0.07 -biquotidiens biquotidien ADJ m p 0.00 0.20 0.00 0.14 -birbe birbe NOM m s 0.02 0.47 0.00 0.34 -birbes birbe NOM m p 0.02 0.47 0.02 0.14 -birchers bircher NOM m p 0.05 0.00 0.05 0.00 -bire bire NOM f s 0.00 0.07 0.00 0.07 -biribi biribi NOM m s 0.00 0.74 0.00 0.74 -birman birman ADJ m s 0.36 0.00 0.16 0.00 -birmane birman ADJ f s 0.36 0.00 0.08 0.00 -birmanes birman ADJ f p 0.36 0.00 0.02 0.00 -birmans birman NOM m p 0.29 0.00 0.25 0.00 -biroute biroute NOM f s 0.18 0.95 0.18 0.81 -biroutes biroute NOM f p 0.18 0.95 0.00 0.14 -birth_control birth_control NOM m 0.01 0.14 0.01 0.14 -biréfringence biréfringence NOM f s 0.01 0.00 0.01 0.00 -bis bis ADJ m 3.48 4.32 0.86 1.82 -bisaïeul bisaïeul NOM m s 0.05 0.20 0.05 0.07 -bisaïeule bisaïeul NOM f s 0.05 0.20 0.00 0.14 -bisannuel bisannuel ADJ m s 0.01 0.07 0.01 0.00 -bisannuelles bisannuel ADJ f p 0.01 0.07 0.00 0.07 -bisbille bisbille NOM f s 0.08 0.34 0.07 0.20 -bisbilles bisbille NOM f p 0.08 0.34 0.01 0.14 -biscaïen biscaïen NOM m s 0.00 0.20 0.00 0.20 -bischof bischof NOM m s 0.14 0.00 0.14 0.00 -biscornu biscornu ADJ m s 0.06 3.04 0.01 0.88 -biscornue biscornu ADJ f s 0.06 3.04 0.03 0.74 -biscornues biscornu ADJ f p 0.06 3.04 0.01 0.61 -biscornus biscornu ADJ m p 0.06 3.04 0.01 0.81 -biscoteaux biscoteau NOM m p 0.21 0.00 0.21 0.00 -biscotos biscoto NOM m p 0.01 0.34 0.01 0.34 -biscotte biscotte NOM f s 1.95 2.43 1.53 0.88 -biscottes biscotte NOM f p 1.95 2.43 0.42 1.55 -biscuit biscuit NOM m s 12.72 11.55 4.75 2.77 -biscuiterie biscuiterie NOM f s 0.06 0.68 0.06 0.68 -biscuits biscuit NOM m p 12.72 11.55 7.96 8.78 -bise bise NOM f s 3.84 8.72 2.69 8.11 -biseau biseau NOM m s 0.02 0.95 0.02 0.88 -biseauté biseauter VER m s 0.17 0.68 0.01 0.00 par:pas; -biseautée biseauter VER f s 0.17 0.68 0.00 0.07 par:pas; -biseautées biseauter VER f p 0.17 0.68 0.01 0.34 par:pas; -biseautés biseauter VER m p 0.17 0.68 0.14 0.27 par:pas; -biseaux biseau NOM m p 0.02 0.95 0.00 0.07 -biseness biseness NOM m 0.00 0.14 0.00 0.14 -biser biser VER 0.14 0.20 0.14 0.00 inf; -bises bise NOM f p 3.84 8.72 1.14 0.61 -bisets biset NOM m p 0.00 0.14 0.00 0.14 -bisette bisette NOM f s 0.00 0.07 0.00 0.07 -bisexualité bisexualité NOM f s 0.05 0.07 0.05 0.07 -bisexuel bisexuel ADJ m s 1.77 0.14 0.88 0.14 -bisexuelle bisexuel ADJ f s 1.77 0.14 0.21 0.00 -bisexuelles bisexuelle ADJ f p 0.03 0.00 0.03 0.00 -bisexuels bisexuel ADJ m p 1.77 0.14 0.69 0.00 -bisexué bisexué ADJ m s 0.01 0.07 0.00 0.07 -bisexués bisexué ADJ m p 0.01 0.07 0.01 0.00 -bishop bishop NOM m s 0.02 0.00 0.02 0.00 -bismarckien bismarckien ADJ m s 0.00 0.07 0.00 0.07 -bismuth bismuth NOM m s 0.02 0.14 0.02 0.14 -bisness bisness NOM m 0.00 0.14 0.00 0.14 -bison bison NOM m s 2.65 3.38 1.49 1.28 -bisons bison NOM m p 2.65 3.38 1.16 2.09 -bisou_éclair bisou_éclair NOM m s 0.01 0.00 0.01 0.00 -bisou bisou NOM m s 18.40 1.08 13.99 0.54 -bisous bisou NOM m p 18.40 1.08 4.40 0.54 -bisque bisque NOM f s 0.41 0.61 0.41 0.54 -bisquent bisquer VER 0.17 0.27 0.00 0.07 ind:pre:3p; -bisquer bisquer VER 0.17 0.27 0.02 0.07 inf; -bisques bisque NOM f p 0.41 0.61 0.00 0.07 -bissac bissac NOM m s 0.01 0.34 0.01 0.27 -bissacs bissac NOM m p 0.01 0.34 0.00 0.07 -bissant bisser VER 0.03 0.27 0.00 0.07 par:pre; -bisse bisser VER 0.03 0.27 0.01 0.07 imp:pre:2s;ind:pre:3s; -bissel bissel NOM m s 0.02 0.00 0.02 0.00 -bisser bisser VER 0.03 0.27 0.01 0.00 inf; -bissextile bissextile ADJ f s 0.07 0.47 0.03 0.07 -bissextiles bissextile ADJ f p 0.07 0.47 0.03 0.41 -bissé bisser VER m s 0.03 0.27 0.01 0.14 par:pas; -bistorte bistorte NOM f s 0.14 0.07 0.14 0.07 -bistouille bistouille NOM f s 0.00 0.07 0.00 0.07 -bistouquette bistouquette NOM f s 0.22 0.07 0.22 0.07 -bistouri bistouri NOM m s 0.79 2.36 0.79 2.03 -bistouris bistouri NOM m p 0.79 2.36 0.00 0.34 -bistouriser bistouriser VER 0.00 0.07 0.00 0.07 inf; -bistre bistre ADJ 0.00 2.16 0.00 2.16 -bistres bistre NOM m p 0.00 1.69 0.00 0.41 -bistro bistro NOM m s 0.63 3.04 0.60 2.43 -bistroquet bistroquet NOM m s 0.00 0.47 0.00 0.47 -bistros bistro NOM m p 0.63 3.04 0.02 0.61 -bistrot bistrot NOM m s 3.30 27.50 2.80 21.69 -bistrote bistrot NOM f s 3.30 27.50 0.00 0.07 -bistrotier bistrotier NOM m s 0.00 0.41 0.00 0.20 -bistrotiers bistrotier NOM m p 0.00 0.41 0.00 0.07 -bistrotière bistrotier NOM f s 0.00 0.41 0.00 0.07 -bistrotières bistrotier NOM f p 0.00 0.41 0.00 0.07 -bistrots bistrot NOM m p 3.30 27.50 0.50 5.74 -bistrouille bistrouille NOM f s 0.00 0.20 0.00 0.20 -bistré bistrer VER m s 0.00 0.41 0.00 0.07 par:pas; -bistrée bistré ADJ f s 0.00 0.34 0.00 0.20 -bistrées bistrer VER f p 0.00 0.41 0.00 0.14 par:pas; -bistrés bistré ADJ m p 0.00 0.34 0.00 0.14 -bisulfite bisulfite NOM m s 0.00 0.07 0.00 0.07 -bit bit NOM m s 1.24 0.14 1.04 0.14 -bite bite NOM f s 26.41 6.08 22.93 4.93 -bitent biter VER 0.02 0.14 0.00 0.07 ind:pre:3p; -bites bite NOM f p 26.41 6.08 3.49 1.15 -bière bière NOM f s 81.67 38.11 68.55 35.34 -bières bière NOM f p 81.67 38.11 13.12 2.77 -bithynien bithynien NOM m s 0.00 0.41 0.00 0.27 -bithyniens bithynien NOM m p 0.00 0.41 0.00 0.14 -bitoniau bitoniau NOM m s 0.01 0.00 0.01 0.00 -bitos bitos NOM m 0.00 0.74 0.00 0.74 -bits bit NOM m p 1.24 0.14 0.20 0.00 -bitte bitte NOM f s 0.72 1.01 0.69 0.74 -bitter bitter VER 0.23 0.00 0.23 0.00 inf; -bitters bitter NOM m p 0.16 0.00 0.02 0.00 -bittes bitte NOM f p 0.72 1.01 0.03 0.27 -bité biter VER m s 0.02 0.14 0.02 0.07 par:pas; -bitume bitume NOM m s 1.12 6.01 0.99 5.88 -bitumes bitume NOM m p 1.12 6.01 0.14 0.14 -bitumeuse bitumeux ADJ f s 0.00 0.34 0.00 0.14 -bitumeux bitumeux ADJ m p 0.00 0.34 0.00 0.20 -bitumineuse bitumineux ADJ f s 0.03 0.07 0.02 0.07 -bitumineux bitumineux ADJ m p 0.03 0.07 0.01 0.00 -bitumé bitumer VER m s 0.01 0.68 0.00 0.41 par:pas; -bitumée bitumer VER f s 0.01 0.68 0.00 0.20 par:pas; -bitumées bitumer VER f p 0.01 0.68 0.01 0.07 par:pas; -biture biture NOM f s 0.12 1.22 0.09 1.01 -biturer biturer VER 0.19 0.20 0.02 0.00 inf; -bitures biture NOM f p 0.12 1.22 0.03 0.20 -biturin biturin NOM m s 0.00 0.27 0.00 0.20 -biturins biturin NOM m p 0.00 0.27 0.00 0.07 -bituré biturer VER m s 0.19 0.20 0.16 0.07 par:pas; -biturés biturer VER m p 0.19 0.20 0.00 0.14 par:pas; -bivalente bivalent ADJ f s 0.00 0.07 0.00 0.07 -bivalve bivalve NOM m s 0.01 0.00 0.01 0.00 -bivalves bivalve ADJ p 0.02 0.00 0.02 0.00 -bivouac bivouac NOM m s 0.41 3.85 0.26 2.23 -bivouacs bivouac NOM m p 0.41 3.85 0.14 1.62 -bivouaquaient bivouaquer VER 0.75 0.61 0.00 0.14 ind:imp:3p; -bivouaquait bivouaquer VER 0.75 0.61 0.00 0.14 ind:imp:3s; -bivouaque bivouaquer VER 0.75 0.61 0.25 0.00 ind:pre:3s; -bivouaquent bivouaquer VER 0.75 0.61 0.11 0.20 ind:pre:3p; -bivouaquer bivouaquer VER 0.75 0.61 0.09 0.00 inf; -bivouaquerons bivouaquer VER 0.75 0.61 0.16 0.00 ind:fut:1p; -bivouaquons bivouaquer VER 0.75 0.61 0.02 0.00 imp:pre:1p; -bivouaqué bivouaquer VER m s 0.75 0.61 0.13 0.07 par:pas; -bivouaquée bivouaquer VER f s 0.75 0.61 0.00 0.07 par:pas; -bizarde bizarde ADJ f s 0.00 0.27 0.00 0.27 -bizarre bizarre ADJ s 131.41 52.23 117.31 41.76 -bizarrement bizarrement ADV 7.12 11.82 7.12 11.82 -bizarrerie bizarrerie NOM f s 1.12 3.38 0.70 1.82 -bizarreries bizarrerie NOM f p 1.12 3.38 0.42 1.55 -bizarres bizarre ADJ p 131.41 52.23 14.10 10.47 -bizarroïde bizarroïde ADJ s 0.16 0.27 0.14 0.14 -bizarroïdes bizarroïde ADJ p 0.16 0.27 0.03 0.14 -bizness bizness NOM m 2.02 0.68 2.02 0.68 -bizou bizou NOM m s 0.00 0.07 0.00 0.07 -bizut bizut NOM m s 2.30 0.07 2.05 0.07 -bizutage bizutage NOM m s 1.02 0.14 1.00 0.07 -bizutages bizutage NOM m p 1.02 0.14 0.01 0.07 -bizuter bizuter VER 0.14 0.00 0.10 0.00 inf; -bizuteurs bizuteur NOM m p 0.01 0.00 0.01 0.00 -bizuth bizuth NOM m s 0.02 0.00 0.02 0.00 -bizuts bizut NOM m p 2.30 0.07 0.25 0.00 -bizuté bizuter VER m s 0.14 0.00 0.04 0.00 par:pas; -bla_bla_bla bla_bla_bla NOM m 0.41 0.34 0.41 0.34 -bla_bla bla_bla NOM m 1.51 1.49 1.11 1.49 -bla_bla bla_bla NOM m 1.51 1.49 0.40 0.00 -blabla blabla NOM m 0.81 1.42 0.81 1.42 -blablabla blablabla NOM m 0.88 0.34 0.88 0.34 -blablatait blablater VER 0.04 0.14 0.00 0.07 ind:imp:3s; -blablater blablater VER 0.04 0.14 0.03 0.00 inf; -blablateurs blablateur NOM m p 0.00 0.07 0.00 0.07 -blablatez blablater VER 0.04 0.14 0.01 0.00 ind:pre:2p; -blablaté blablater VER m s 0.04 0.14 0.00 0.07 par:pas; -black_bass black_bass NOM m 0.00 0.07 0.00 0.07 -black_jack black_jack NOM m s 0.75 0.00 0.75 0.00 -black_out black_out NOM m 1.00 0.88 1.00 0.88 -black black ADJ m s 2.67 0.47 2.45 0.47 -blackboule blackbouler VER 0.06 0.07 0.01 0.00 ind:pre:3s; -blackbouler blackbouler VER 0.06 0.07 0.04 0.07 inf; -blackboulé blackbouler VER m s 0.06 0.07 0.01 0.00 par:pas; -blacks black NOM m p 4.07 1.42 2.13 1.01 -blafard blafard ADJ m s 0.64 10.27 0.37 4.80 -blafarde blafard ADJ f s 0.64 10.27 0.16 3.72 -blafardes blafard ADJ f p 0.64 10.27 0.00 0.74 -blafards blafard ADJ m p 0.64 10.27 0.11 1.01 -blagua blaguer VER 9.41 3.24 0.00 0.14 ind:pas:3s; -blaguaient blaguer VER 9.41 3.24 0.04 0.20 ind:imp:3p; -blaguais blaguer VER 9.41 3.24 2.23 0.27 ind:imp:1s;ind:imp:2s; -blaguait blaguer VER 9.41 3.24 0.69 0.14 ind:imp:3s; -blaguant blaguer VER 9.41 3.24 0.04 0.20 par:pre; -blague blague NOM f s 72.63 22.70 60.33 16.82 -blaguent blaguer VER 9.41 3.24 0.06 0.20 ind:pre:3p; -blaguer blaguer VER 9.41 3.24 1.22 0.74 inf; -blaguerais blaguer VER 9.41 3.24 0.03 0.00 cnd:pre:1s; -blagues blague NOM f p 72.63 22.70 12.30 5.88 -blagueur blagueur NOM m s 0.35 0.00 0.29 0.00 -blagueurs blagueur NOM m p 0.35 0.00 0.05 0.00 -blagueuse blagueur NOM f s 0.35 0.00 0.01 0.00 -blagueuses blagueur ADJ f p 0.08 0.74 0.00 0.07 -blaguez blaguer VER 9.41 3.24 0.34 0.20 imp:pre:2p;ind:pre:2p; -blaguons blaguer VER 9.41 3.24 0.01 0.00 ind:pre:1p; -blagué blaguer VER m s 9.41 3.24 0.28 0.20 par:pas; -blair blair NOM m s 0.06 1.35 0.05 1.28 -blairaient blairer VER 1.39 2.03 0.00 0.07 ind:imp:3p; -blairait blairer VER 1.39 2.03 0.00 0.20 ind:imp:3s; -blaire blairer VER 1.39 2.03 0.09 0.68 imp:pre:2s;ind:pre:1s;ind:pre:3s; -blaireau blaireau NOM m s 3.75 3.78 2.64 2.70 -blaireaux blaireau NOM m p 3.75 3.78 1.11 1.08 -blairer blairer VER 1.39 2.03 1.30 1.01 inf; -blairs blair NOM m p 0.06 1.35 0.01 0.07 -blairé blairer VER m s 1.39 2.03 0.00 0.07 par:pas; -blaise blaiser VER 0.00 0.27 0.00 0.27 ind:pre:1s;ind:pre:3s; -blaisois blaisois NOM m 0.00 0.07 0.00 0.07 -blanc_bec blanc_bec NOM m s 1.50 0.61 1.39 0.47 -blanc_bleu blanc_bleu NOM m s 0.16 0.41 0.16 0.41 -blanc_gris blanc_gris ADJ m s 0.00 0.07 0.00 0.07 -blanc_seing blanc_seing NOM m s 0.01 0.27 0.01 0.27 -blanc blanc ADJ m s 118.74 430.54 53.93 152.03 -blanche blanc ADJ f s 118.74 430.54 35.92 145.07 -blanchecaille blanchecaille NOM f s 0.00 0.54 0.00 0.41 -blanchecailles blanchecaille NOM f p 0.00 0.54 0.00 0.14 -blanchement blanchement NOM m s 0.00 0.07 0.00 0.07 -blanches blanc ADJ f p 118.74 430.54 11.43 60.68 -blanchet blanchet NOM m s 0.00 1.15 0.00 1.15 -blancheur blancheur NOM f s 1.23 15.27 1.23 14.73 -blancheurs blancheur NOM f p 1.23 15.27 0.00 0.54 -blanchi blanchir VER m s 5.34 12.23 1.09 2.23 par:pas; -blanchie blanchir VER f s 5.34 12.23 0.06 0.68 par:pas; -blanchies blanchir VER f p 5.34 12.23 0.02 1.49 par:pas; -blanchiment blanchiment NOM m s 0.75 0.07 0.74 0.00 -blanchiments blanchiment NOM m p 0.75 0.07 0.01 0.07 -blanchir blanchir VER 5.34 12.23 1.86 2.64 inf; -blanchira blanchir VER 5.34 12.23 0.17 0.00 ind:fut:3s; -blanchiraient blanchir VER 5.34 12.23 0.00 0.14 cnd:pre:3p; -blanchirait blanchir VER 5.34 12.23 0.01 0.14 cnd:pre:3s; -blanchirent blanchir VER 5.34 12.23 0.00 0.14 ind:pas:3p; -blanchirez blanchir VER 5.34 12.23 0.02 0.00 ind:fut:2p; -blanchiront blanchir VER 5.34 12.23 0.01 0.07 ind:fut:3p; -blanchis blanchir VER m p 5.34 12.23 0.78 1.22 imp:pre:2s;ind:pre:1s;ind:pre:2s;par:pas; -blanchissage blanchissage NOM m s 0.31 0.27 0.31 0.27 -blanchissaient blanchir VER 5.34 12.23 0.02 0.81 ind:imp:3p; -blanchissait blanchir VER 5.34 12.23 0.07 1.28 ind:imp:3s; -blanchissant blanchissant ADJ m s 0.04 0.61 0.03 0.27 -blanchissante blanchissant ADJ f s 0.04 0.61 0.01 0.14 -blanchissantes blanchissant ADJ f p 0.04 0.61 0.00 0.07 -blanchissants blanchissant ADJ m p 0.04 0.61 0.00 0.14 -blanchisse blanchir VER 5.34 12.23 0.02 0.07 sub:pre:3s; -blanchissement blanchissement NOM m s 0.09 0.14 0.09 0.14 -blanchissent blanchir VER 5.34 12.23 0.26 0.34 ind:pre:3p; -blanchisserie blanchisserie NOM f s 1.23 3.45 1.23 3.45 -blanchisses blanchir VER 5.34 12.23 0.01 0.00 sub:pre:2s; -blanchisseur blanchisseur NOM m s 0.95 3.65 0.44 0.27 -blanchisseurs blanchisseur NOM m p 0.95 3.65 0.09 0.54 -blanchisseuse blanchisseur NOM f s 0.95 3.65 0.42 1.55 -blanchisseuses blanchisseuse NOM f p 0.16 0.00 0.16 0.00 -blanchissez blanchir VER 5.34 12.23 0.01 0.00 ind:pre:2p; -blanchit blanchir VER 5.34 12.23 0.91 0.95 ind:pre:3s;ind:pas:3s; -blanchoie blanchoyer VER 0.00 0.27 0.00 0.14 ind:pre:3s; -blanchoiement blanchoiement NOM m 0.00 0.07 0.00 0.07 -blanchon blanchon NOM m s 0.06 1.28 0.06 1.28 -blanchâtre blanchâtre ADJ s 0.05 7.23 0.05 4.66 -blanchâtres blanchâtre ADJ p 0.05 7.23 0.00 2.57 -blanchoyait blanchoyer VER 0.00 0.27 0.00 0.07 ind:imp:3s; -blanchoyant blanchoyer VER 0.00 0.27 0.00 0.07 par:pre; -blanc_bec blanc_bec NOM m p 1.50 0.61 0.12 0.14 -blancs_manteaux blancs_manteaux ADJ m p 0.00 0.07 0.00 0.07 -blancs blanc NOM m p 46.88 72.36 19.31 12.64 -blandices blandice NOM f p 0.00 0.14 0.00 0.14 -blanque blanque NOM f s 0.00 0.07 0.00 0.07 -blanquette blanquette NOM f s 0.17 1.01 0.17 0.88 -blanquettes blanquette NOM f p 0.17 1.01 0.00 0.14 -blasait blaser VER 0.31 1.89 0.00 0.14 ind:imp:3s; -blase blase NOM m s 0.12 1.55 0.12 1.35 -blaser blaser VER 0.31 1.89 0.01 0.14 inf; -blases blase NOM m p 0.12 1.55 0.00 0.20 -blason blason NOM m s 0.33 3.45 0.29 3.04 -blasonnait blasonner VER 0.00 0.41 0.00 0.07 ind:imp:3s; -blasonné blasonner VER m s 0.00 0.41 0.00 0.14 par:pas; -blasonnée blasonner VER f s 0.00 0.41 0.00 0.07 par:pas; -blasonnées blasonner VER f p 0.00 0.41 0.00 0.07 par:pas; -blasonnés blasonner VER m p 0.00 0.41 0.00 0.07 par:pas; -blasons blason NOM m p 0.33 3.45 0.04 0.41 -blasphème blasphème NOM m s 5.51 2.97 4.46 1.69 -blasphèment blasphémer VER 4.11 1.96 0.10 0.07 ind:pre:3p; -blasphèmes blasphème NOM m p 5.51 2.97 1.06 1.28 -blasphéma blasphémer VER 4.11 1.96 0.00 0.14 ind:pas:3s; -blasphémaient blasphémer VER 4.11 1.96 0.01 0.14 ind:imp:3p; -blasphémais blasphémer VER 4.11 1.96 0.00 0.07 ind:imp:1s; -blasphémait blasphémer VER 4.11 1.96 0.15 0.00 ind:imp:3s; -blasphémant blasphémer VER 4.11 1.96 0.01 0.07 par:pre; -blasphémateur blasphémateur NOM m s 0.68 0.27 0.36 0.20 -blasphémateurs blasphémateur NOM m p 0.68 0.27 0.29 0.07 -blasphématoire blasphématoire ADJ s 0.62 0.81 0.61 0.54 -blasphématoires blasphématoire ADJ f p 0.62 0.81 0.01 0.27 -blasphématrice blasphémateur NOM f s 0.68 0.27 0.03 0.00 -blasphémer blasphémer VER 4.11 1.96 1.28 0.61 inf; -blasphémez blasphémer VER 4.11 1.96 0.44 0.00 imp:pre:2p;ind:pre:2p; -blasphémé blasphémer VER m s 4.11 1.96 0.90 0.41 par:pas; -blastula blastula NOM f s 0.01 0.00 0.01 0.00 -blasé blasé ADJ m s 1.00 3.92 0.66 2.43 -blasée blasé ADJ f s 1.00 3.92 0.08 0.61 -blasées blasé ADJ f p 1.00 3.92 0.01 0.07 -blasés blasé ADJ m p 1.00 3.92 0.25 0.81 -blatte blatte NOM f s 0.86 0.68 0.41 0.14 -blattes blatte NOM f p 0.86 0.68 0.45 0.54 -blatérant blatérer VER 0.00 0.07 0.00 0.07 par:pre; -blaze blaze NOM m s 0.53 3.18 0.48 2.77 -blazer blazer NOM m s 0.36 3.24 0.32 2.70 -blazers blazer NOM m p 0.36 3.24 0.04 0.54 -blazes blaze NOM m p 0.53 3.18 0.05 0.41 -bled bled NOM m s 5.67 8.04 5.55 7.23 -bleds bled NOM m p 5.67 8.04 0.12 0.81 -blennies blennie NOM f p 0.00 0.07 0.00 0.07 -blennorragie blennorragie NOM f s 0.14 0.07 0.14 0.07 -blessa blesser VER 103.74 43.31 0.30 0.74 ind:pas:3s; -blessaient blesser VER 103.74 43.31 0.03 1.08 ind:imp:3p; -blessais blesser VER 103.74 43.31 0.05 0.14 ind:imp:1s;ind:imp:2s; -blessait blesser VER 103.74 43.31 0.19 3.65 ind:imp:3s; -blessant blessant ADJ m s 1.20 2.91 0.82 1.08 -blessante blessant ADJ f s 1.20 2.91 0.23 1.08 -blessantes blessant ADJ f p 1.20 2.91 0.09 0.34 -blessants blessant ADJ m p 1.20 2.91 0.06 0.41 -blesse blesser VER 103.74 43.31 9.22 3.11 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -blessent blesser VER 103.74 43.31 1.08 1.15 ind:pre:3p; -blesser blesser VER 103.74 43.31 19.93 8.31 ind:pre:2p;inf; -blessera blesser VER 103.74 43.31 0.49 0.07 ind:fut:3s; -blesserai blesser VER 103.74 43.31 0.31 0.14 ind:fut:1s; -blesseraient blesser VER 103.74 43.31 0.01 0.07 cnd:pre:3p; -blesserais blesser VER 103.74 43.31 0.11 0.00 cnd:pre:1s;cnd:pre:2s; -blesserait blesser VER 103.74 43.31 0.55 0.14 cnd:pre:3s; -blesseras blesser VER 103.74 43.31 0.13 0.00 ind:fut:2s; -blesserez blesser VER 103.74 43.31 0.04 0.00 ind:fut:2p; -blesseriez blesser VER 103.74 43.31 0.12 0.00 cnd:pre:2p; -blesserons blesser VER 103.74 43.31 0.01 0.00 ind:fut:1p; -blesseront blesser VER 103.74 43.31 0.15 0.20 ind:fut:3p; -blesses blesser VER 103.74 43.31 2.67 0.07 ind:pre:2s; -blessez blesser VER 103.74 43.31 1.79 0.00 imp:pre:2p;ind:pre:2p; -blessiez blesser VER 103.74 43.31 0.07 0.00 ind:imp:2p; -blessing blessing NOM m s 0.01 0.00 0.01 0.00 -blessât blesser VER 103.74 43.31 0.00 0.14 sub:imp:3s; -blessèrent blesser VER 103.74 43.31 0.01 0.14 ind:pas:3p; -blessé blesser VER m s 103.74 43.31 49.12 17.43 par:pas;par:pas;par:pas;par:pas; -blessée blesser VER f s 103.74 43.31 13.00 3.51 par:pas; -blessées blesser VER f p 103.74 43.31 0.64 0.54 par:pas; -blessure blessure NOM f s 41.81 32.57 23.05 19.39 -blessures blessure NOM f p 41.81 32.57 18.77 13.18 -blessés blessé NOM m p 21.88 30.34 12.21 17.70 -blet blet ADJ m s 0.04 1.42 0.00 0.47 -blets blet ADJ m p 0.04 1.42 0.01 0.07 -blette blet ADJ f s 0.04 1.42 0.02 0.61 -blettes blette NOM f p 0.16 0.20 0.16 0.20 -blettir blettir VER 0.00 0.14 0.00 0.07 inf; -blettissait blettir VER 0.00 0.14 0.00 0.07 ind:imp:3s; -blettissement blettissement NOM m s 0.00 0.14 0.00 0.14 -bleu_ciel bleu_ciel ADJ m s 0.00 0.07 0.00 0.07 -bleu_noir bleu_noir ADJ 0.01 1.01 0.01 1.01 -bleu_roi bleu_roi NOM m s 0.02 0.00 0.02 0.00 -bleu_vert bleu_vert ADJ 0.13 0.47 0.13 0.47 -bleu bleu ADJ 70.61 207.64 31.24 100.41 -bleuît bleuir VER 0.16 3.11 0.00 0.07 sub:imp:3s; -bleubite bleubite NOM m s 0.00 0.27 0.00 0.20 -bleubites bleubite NOM m p 0.00 0.27 0.00 0.07 -bleue bleu ADJ f s 70.61 207.64 21.63 53.11 -bleues bleu ADJ f p 70.61 207.64 4.77 21.28 -bleuet bleuet NOM m s 1.98 1.22 1.02 0.14 -bleuets bleuet NOM m p 1.98 1.22 0.95 1.08 -bleuette bleuette NOM f s 0.03 0.00 0.03 0.00 -bleui bleuir VER m s 0.16 3.11 0.01 0.20 par:pas; -bleuie bleui ADJ f s 0.00 1.08 0.00 0.27 -bleuies bleuir VER f p 0.16 3.11 0.10 0.74 par:pas; -bleuir bleuir VER 0.16 3.11 0.00 0.20 inf; -bleuira bleuir VER 0.16 3.11 0.00 0.07 ind:fut:3s; -bleuis bleuir VER m p 0.16 3.11 0.00 0.14 par:pas; -bleuissaient bleuir VER 0.16 3.11 0.00 0.27 ind:imp:3p; -bleuissait bleuir VER 0.16 3.11 0.00 0.54 ind:imp:3s; -bleuissante bleuissant ADJ f s 0.00 0.27 0.00 0.14 -bleuissantes bleuissant ADJ f p 0.00 0.27 0.00 0.14 -bleuissent bleuir VER 0.16 3.11 0.03 0.20 ind:pre:3p; -bleuit bleuir VER 0.16 3.11 0.03 0.47 ind:pre:3s;ind:pas:3s; -bleuâtre bleuâtre ADJ s 0.09 7.23 0.04 4.66 -bleuâtres bleuâtre ADJ p 0.09 7.23 0.04 2.57 -bleus bleu ADJ m p 70.61 207.64 12.97 32.84 -bleusaille bleusaille NOM f s 0.38 0.20 0.37 0.20 -bleusailles bleusaille NOM f p 0.38 0.20 0.01 0.00 -bleuté bleuté ADJ m s 0.46 7.09 0.07 2.23 -bleutée bleuté ADJ f s 0.46 7.09 0.25 2.09 -bleutées bleuté ADJ f p 0.46 7.09 0.00 1.28 -bleutés bleuté ADJ m p 0.46 7.09 0.14 1.49 -bliaut bliaut NOM m s 0.00 0.27 0.00 0.27 -blindage blindage NOM m s 0.59 1.01 0.43 0.74 -blindages blindage NOM m p 0.59 1.01 0.16 0.27 -blindant blinder VER 2.37 3.58 0.00 0.07 par:pre; -blinde blinde NOM f s 0.12 0.47 0.10 0.41 -blindent blinder VER 2.37 3.58 0.00 0.07 ind:pre:3p; -blinder blinder VER 2.37 3.58 0.10 0.34 inf; -blindera blinder VER 2.37 3.58 0.00 0.07 ind:fut:3s; -blindes blinde NOM f p 0.12 0.47 0.02 0.07 -blindez blinder VER 2.37 3.58 0.01 0.00 imp:pre:2p; -blindé blindé ADJ m s 3.95 9.05 1.44 1.35 -blindée blindé ADJ f s 3.95 9.05 1.17 4.46 -blindées blindé ADJ f p 3.95 9.05 0.97 1.96 -blindés blindé NOM m p 1.37 3.31 1.11 2.91 -blini blini NOM m s 0.93 0.14 0.02 0.00 -blinis blini NOM m p 0.93 0.14 0.91 0.14 -blitzkrieg blitzkrieg NOM m s 0.09 0.00 0.09 0.00 -blizzard blizzard NOM m s 1.12 0.47 0.76 0.47 -blizzards blizzard NOM m p 1.12 0.47 0.36 0.00 -blob blob NOM m s 0.19 0.00 0.19 0.00 -bloc_cylindres bloc_cylindres NOM m 0.01 0.00 0.01 0.00 -bloc_moteur bloc_moteur NOM m s 0.01 0.00 0.01 0.00 -bloc_notes bloc_notes NOM m 0.47 0.61 0.47 0.61 -bloc bloc NOM m s 17.28 38.78 14.25 28.31 -blocage blocage NOM m s 1.73 1.82 1.57 1.49 -blocages blocage NOM m p 1.73 1.82 0.16 0.34 -blocaille blocaille NOM f s 0.02 0.07 0.02 0.07 -block block NOM m s 1.06 0.27 0.70 0.00 -blockhaus blockhaus NOM m 1.77 6.15 1.77 6.15 -blocks block NOM m p 1.06 0.27 0.36 0.27 -blocs_notes blocs_notes NOM m p 0.07 0.07 0.07 0.07 -blocs bloc NOM m p 17.28 38.78 3.03 10.47 -blocus blocus NOM m 1.43 2.36 1.43 2.36 -blâma blâmer VER 9.38 6.42 0.01 0.14 ind:pas:3s; -blâmable blâmable ADJ f s 0.04 0.41 0.04 0.41 -blâmaient blâmer VER 9.38 6.42 0.00 0.41 ind:imp:3p; -blâmais blâmer VER 9.38 6.42 0.02 0.20 ind:imp:1s; -blâmait blâmer VER 9.38 6.42 0.03 0.74 ind:imp:3s; -blâmant blâmer VER 9.38 6.42 0.02 0.14 par:pre; -blâme blâmer VER 9.38 6.42 2.91 1.22 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:1s; -blâment blâmer VER 9.38 6.42 0.20 0.07 ind:pre:3p; -blâmer blâmer VER 9.38 6.42 4.37 2.03 inf;;inf;;inf;; -blâmera blâmer VER 9.38 6.42 0.27 0.00 ind:fut:3s; -blâmerais blâmer VER 9.38 6.42 0.07 0.00 cnd:pre:1s; -blâmerait blâmer VER 9.38 6.42 0.09 0.07 cnd:pre:3s; -blâmeras blâmer VER 9.38 6.42 0.02 0.00 ind:fut:2s; -blâmerions blâmer VER 9.38 6.42 0.01 0.00 cnd:pre:1p; -blâmeront blâmer VER 9.38 6.42 0.03 0.07 ind:fut:3p; -blâmes blâme NOM m p 2.04 4.73 0.19 0.68 -blâmez blâmer VER 9.38 6.42 0.42 0.07 imp:pre:2p;ind:pre:2p; -blâmons blâmer VER 9.38 6.42 0.41 0.00 imp:pre:1p;ind:pre:1p; -blâmé blâmer VER m s 9.38 6.42 0.21 0.54 par:pas; -blâmée blâmer VER f s 9.38 6.42 0.05 0.20 par:pas; -blâmées blâmer VER f p 9.38 6.42 0.03 0.07 par:pas; -blâmés blâmer VER m p 9.38 6.42 0.03 0.07 par:pas; -blond blond ADJ m s 21.45 76.76 8.73 21.28 -blondasse blondasse ADJ s 0.82 0.88 0.77 0.74 -blondasses blondasse ADJ m p 0.82 0.88 0.05 0.14 -blonde blond NOM f s 22.65 33.45 14.06 21.28 -blondes blond NOM f p 22.65 33.45 4.54 2.77 -blondeur blondeur NOM f s 0.20 2.64 0.20 2.57 -blondeurs blondeur NOM f p 0.20 2.64 0.01 0.07 -blondi blondir VER m s 0.82 1.15 0.36 0.14 par:pas; -blondie blondir VER f s 0.82 1.15 0.46 0.47 par:pas; -blondin blondin ADJ m s 0.03 0.14 0.02 0.07 -blondine blondin ADJ f s 0.03 0.14 0.00 0.07 -blondines blondin ADJ f p 0.03 0.14 0.01 0.00 -blondinet blondinet NOM m s 0.45 0.95 0.44 0.95 -blondinets blondinet NOM m p 0.45 0.95 0.01 0.00 -blondinette blondinet ADJ f s 0.63 0.68 0.40 0.20 -blondir blondir VER 0.82 1.15 0.00 0.14 inf; -blondis blondir VER m p 0.82 1.15 0.00 0.07 par:pas; -blondissait blondir VER 0.82 1.15 0.00 0.20 ind:imp:3s; -blondit blondir VER 0.82 1.15 0.00 0.14 ind:pre:3s; -blonds blond ADJ m p 21.45 76.76 3.45 18.38 -bloody_mary bloody_mary NOM m s 1.32 0.20 1.32 0.20 -bloom bloom NOM m s 0.01 0.00 0.01 0.00 -bloomer bloomer NOM m s 0.01 0.00 0.01 0.00 -bloqua bloquer VER 38.62 23.11 0.02 1.28 ind:pas:3s; -bloquai bloquer VER 38.62 23.11 0.00 0.07 ind:pas:1s; -bloquaient bloquer VER 38.62 23.11 0.43 0.54 ind:imp:3p; -bloquais bloquer VER 38.62 23.11 0.17 0.20 ind:imp:1s;ind:imp:2s; -bloquait bloquer VER 38.62 23.11 0.43 2.03 ind:imp:3s; -bloquant bloquer VER 38.62 23.11 0.39 1.28 par:pre; -bloque bloquer VER 38.62 23.11 5.92 3.04 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -bloquent bloquer VER 38.62 23.11 1.10 0.54 ind:pre:3p; -bloquer bloquer VER 38.62 23.11 4.38 3.18 inf; -bloquera bloquer VER 38.62 23.11 0.33 0.07 ind:fut:3s; -bloquerai bloquer VER 38.62 23.11 0.08 0.00 ind:fut:1s; -bloquerais bloquer VER 38.62 23.11 0.02 0.00 cnd:pre:1s;cnd:pre:2s; -bloquerait bloquer VER 38.62 23.11 0.07 0.07 cnd:pre:3s; -bloqueront bloquer VER 38.62 23.11 0.23 0.00 ind:fut:3p; -bloques bloquer VER 38.62 23.11 0.73 0.14 ind:pre:2s;sub:pre:2s; -bloqueur bloqueur NOM m s 0.24 0.00 0.19 0.00 -bloqueurs bloqueur NOM m p 0.24 0.00 0.05 0.00 -bloquez bloquer VER 38.62 23.11 4.45 0.00 imp:pre:2p;ind:pre:2p; -bloquiez bloquer VER 38.62 23.11 0.06 0.00 ind:imp:2p; -bloquons bloquer VER 38.62 23.11 0.12 0.14 imp:pre:1p;ind:pre:1p; -bloquât bloquer VER 38.62 23.11 0.00 0.07 sub:imp:3s; -bloquèrent bloquer VER 38.62 23.11 0.01 0.14 ind:pas:3p; -bloqué bloquer VER m s 38.62 23.11 11.55 4.86 par:pas; -bloquée bloquer VER f s 38.62 23.11 4.59 2.30 par:pas; -bloquées bloquer VER f p 38.62 23.11 1.13 1.08 par:pas; -bloqués bloquer VER m p 38.62 23.11 2.41 2.09 par:pas; -blot blot NOM m s 0.71 1.76 0.71 1.49 -blots blot NOM m p 0.71 1.76 0.00 0.27 -blotti blottir VER m s 1.70 12.84 0.22 2.30 par:pas; -blottie blottir VER f s 1.70 12.84 0.27 2.64 par:pas; -blotties blottir VER f p 1.70 12.84 0.00 0.34 par:pas; -blottir blottir VER 1.70 12.84 0.33 2.64 inf; -blottirai blottir VER 1.70 12.84 0.01 0.00 ind:fut:1s; -blottirait blottir VER 1.70 12.84 0.00 0.07 cnd:pre:3s; -blottirent blottir VER 1.70 12.84 0.00 0.07 ind:pas:3p; -blottis blottir VER m p 1.70 12.84 0.42 1.22 imp:pre:2s;ind:pre:1s;ind:pre:2s;par:pas; -blottissaient blottir VER 1.70 12.84 0.00 0.41 ind:imp:3p; -blottissais blottir VER 1.70 12.84 0.01 0.14 ind:imp:1s; -blottissait blottir VER 1.70 12.84 0.15 0.47 ind:imp:3s; -blottissant blottir VER 1.70 12.84 0.01 0.20 par:pre; -blottisse blottir VER 1.70 12.84 0.01 0.07 sub:pre:3s; -blottissement blottissement NOM m 0.00 0.07 0.00 0.07 -blottissent blottir VER 1.70 12.84 0.11 0.14 ind:pre:3p; -blottissions blottir VER 1.70 12.84 0.00 0.07 ind:imp:1p; -blottit blottir VER 1.70 12.84 0.16 2.09 ind:pre:3s;ind:pas:3s; -bloum bloum NOM m s 0.00 0.07 0.00 0.07 -blousantes blousant ADJ f p 0.00 0.07 0.00 0.07 -blouse blouse NOM f s 5.68 32.64 5.29 28.51 -blousent blouser VER 0.53 0.54 0.02 0.00 ind:pre:3p; -blouser blouser VER 0.53 0.54 0.33 0.14 inf; -blouses blouse NOM f p 5.68 32.64 0.39 4.12 -blouson blouson NOM m s 7.15 25.20 6.62 22.57 -blousons blouson NOM m p 7.15 25.20 0.53 2.64 -blousé blouser VER m s 0.53 0.54 0.13 0.14 par:pas; -blousée blouser VER f s 0.53 0.54 0.00 0.14 par:pas; -blousés blouser VER m p 0.53 0.54 0.02 0.14 par:pas; -blèche blèche ADJ s 0.00 0.34 0.00 0.20 -blèches blèche ADJ p 0.00 0.34 0.00 0.14 -blèsement blèsement NOM m s 0.00 0.07 0.00 0.07 -blé blé NOM m s 19.98 28.65 19.07 23.24 -blédard blédard NOM m s 0.00 0.14 0.00 0.07 -blédards blédard NOM m p 0.00 0.14 0.00 0.07 -blue_jean blue_jean NOM m s 0.17 2.03 0.05 1.08 -blue_jean blue_jean NOM m p 0.17 2.03 0.10 0.95 -blue_jean blue_jean NOM m p 0.17 2.03 0.01 0.00 -blue_note blue_note NOM f s 0.02 0.00 0.02 0.00 -blues blues NOM m 7.81 5.68 7.81 5.68 -bluets bluet NOM m p 0.00 0.07 0.00 0.07 -bluette bluette NOM f s 0.01 0.61 0.00 0.34 -bluettes bluette NOM f p 0.01 0.61 0.01 0.27 -bluff bluff NOM m s 3.02 1.62 3.00 1.55 -bluffa bluffer VER 6.30 2.36 0.00 0.07 ind:pas:3s; -bluffaient bluffer VER 6.30 2.36 0.03 0.07 ind:imp:3p; -bluffais bluffer VER 6.30 2.36 0.31 0.00 ind:imp:1s;ind:imp:2s; -bluffait bluffer VER 6.30 2.36 0.19 0.27 ind:imp:3s; -bluffant bluffer VER 6.30 2.36 0.05 0.00 par:pre; -bluffe bluffer VER 6.30 2.36 2.03 0.74 imp:pre:2s;ind:pre:1s;ind:pre:3s; -bluffent bluffer VER 6.30 2.36 0.12 0.14 ind:pre:3p; -bluffer bluffer VER 6.30 2.36 1.47 0.61 inf; -blufferais bluffer VER 6.30 2.36 0.02 0.00 cnd:pre:1s;cnd:pre:2s; -blufferez bluffer VER 6.30 2.36 0.02 0.00 ind:fut:2p; -bluffes bluffer VER 6.30 2.36 0.60 0.14 ind:pre:2s; -bluffeur bluffeur NOM m s 0.30 0.27 0.28 0.14 -bluffeurs bluffeur NOM m p 0.30 0.27 0.02 0.07 -bluffeuses bluffeur NOM f p 0.30 0.27 0.00 0.07 -bluffez bluffer VER 6.30 2.36 0.56 0.00 imp:pre:2p;ind:pre:2p; -bluffiez bluffer VER 6.30 2.36 0.03 0.00 ind:imp:2p; -bluffons bluffer VER 6.30 2.36 0.10 0.00 imp:pre:1p;ind:pre:1p; -bluffs bluff NOM m p 3.02 1.62 0.02 0.07 -bluffé bluffer VER m s 6.30 2.36 0.42 0.14 par:pas; -bluffée bluffer VER f s 6.30 2.36 0.14 0.07 par:pas; -bluffées bluffer VER f p 6.30 2.36 0.00 0.07 par:pas; -bluffés bluffer VER m p 6.30 2.36 0.23 0.07 par:pas; -blême blême ADJ s 1.48 14.73 1.16 11.62 -blêmes blême ADJ p 1.48 14.73 0.31 3.11 -blêmi blêmir VER m s 0.42 2.70 0.01 0.47 par:pas; -blêmies blêmir VER f p 0.42 2.70 0.00 0.07 par:pas; -blêmir blêmir VER 0.42 2.70 0.14 0.54 inf; -blêmis blêmir VER 0.42 2.70 0.00 0.14 ind:pre:1s;ind:pas:1s; -blêmissais blêmir VER 0.42 2.70 0.00 0.07 ind:imp:1s; -blêmissait blêmir VER 0.42 2.70 0.00 0.20 ind:imp:3s; -blêmissant blêmir VER 0.42 2.70 0.00 0.07 par:pre; -blêmissante blêmissant ADJ f s 0.00 0.07 0.00 0.07 -blêmit blêmir VER 0.42 2.70 0.28 1.15 ind:pre:3s;ind:pas:3s; -blépharite blépharite NOM f s 0.00 0.14 0.00 0.14 -blés blé NOM m p 19.98 28.65 0.91 5.41 -blush blush NOM m s 0.20 0.14 0.20 0.14 -bluter bluter VER 0.00 0.07 0.00 0.07 inf; -blutoir blutoir NOM m s 0.00 0.07 0.00 0.07 -boîte boîte NOM f s 88.81 134.05 74.58 94.32 -boîtes_repas boîtes_repas NOM f p 0.00 0.07 0.00 0.07 -boîtes boîte NOM f p 88.81 134.05 14.23 39.73 -boîtier boîtier NOM m s 1.04 0.88 0.72 0.81 -boîtiers boîtier NOM m p 1.04 0.88 0.32 0.07 -boa boa NOM m s 1.62 2.30 1.56 1.96 -boas boa NOM m p 1.62 2.30 0.06 0.34 -boat_people boat_people NOM m 0.02 0.07 0.02 0.07 -bob bob NOM m s 0.71 0.88 0.69 0.27 -bobard bobard NOM m s 3.13 1.96 1.00 0.41 -bobards bobard NOM m p 3.13 1.96 2.13 1.55 -bobbies bobbies NOM m p 0.00 0.20 0.00 0.20 -bobby bobby NOM m s 0.32 0.00 0.32 0.00 -bobinage bobinage NOM m s 0.02 0.14 0.02 0.14 -bobinait bobiner VER 0.01 0.14 0.00 0.07 ind:imp:3s; -bobinard bobinard NOM m s 0.00 0.41 0.00 0.34 -bobinards bobinard NOM m p 0.00 0.41 0.00 0.07 -bobine bobine NOM f s 3.63 5.88 1.69 2.91 -bobineau bobineau NOM m s 0.03 0.07 0.03 0.07 -bobines bobine NOM f p 3.63 5.88 1.94 2.97 -bobinette bobinette NOM f s 0.14 0.20 0.11 0.20 -bobinettes bobinette NOM f p 0.14 0.20 0.03 0.00 -bobineuse bobineur NOM f s 0.00 0.20 0.00 0.14 -bobineuses bobineur NOM f p 0.00 0.20 0.00 0.07 -bobino bobino NOM m s 0.00 0.41 0.00 0.41 -bobo bobo NOM m s 2.42 2.23 1.89 1.55 -bobonne bobonne NOM f s 0.79 1.15 0.79 1.08 -bobonnes bobonne NOM f p 0.79 1.15 0.00 0.07 -bâbord bâbord NOM m s 1.97 0.95 1.97 0.95 -bobos bobo NOM m p 2.42 2.23 0.53 0.68 -bobosse bobosse NOM s 0.00 0.61 0.00 0.61 -bobs bob NOM m p 0.71 0.88 0.02 0.61 -bobsleigh bobsleigh NOM m s 0.91 0.20 0.91 0.20 -bobèche bobèche NOM f s 0.00 0.14 0.00 0.07 -bobèches bobèche NOM f p 0.00 0.14 0.00 0.07 -boc boc NOM m s 0.00 0.07 0.00 0.07 -bocage bocage NOM m s 0.14 2.84 0.14 2.50 -bocages bocage NOM m p 0.14 2.84 0.00 0.34 -bocagères bocager ADJ f p 0.00 0.07 0.00 0.07 -bocal bocal NOM m s 3.83 7.50 2.73 4.66 -bocard bocard NOM m s 0.00 0.07 0.00 0.07 -bocaux bocal NOM m p 3.83 7.50 1.10 2.84 -bâche bâche NOM f s 2.40 13.38 2.30 10.07 -boche boche NOM s 8.63 25.14 2.24 3.38 -bâcher bâcher VER 0.04 0.47 0.01 0.00 inf; -bâches bâche NOM f p 2.40 13.38 0.10 3.31 -boches boche NOM p 8.63 25.14 6.38 21.76 -bochiman bochiman NOM m s 0.01 0.00 0.01 0.00 -bâché bâché ADJ m s 0.02 0.81 0.01 0.34 -bâchée bâcher VER f s 0.04 0.47 0.00 0.14 par:pas; -bâchées bâché ADJ f p 0.02 0.81 0.00 0.14 -bâchés bâché ADJ m p 0.02 0.81 0.01 0.27 -bock bock NOM m s 0.11 1.35 0.10 0.88 -bocks bock NOM m p 0.11 1.35 0.01 0.47 -bâcla bâcler VER 1.39 3.99 0.00 0.14 ind:pas:3s; -bâclai bâcler VER 1.39 3.99 0.00 0.07 ind:pas:1s; -bâclaient bâcler VER 1.39 3.99 0.00 0.07 ind:imp:3p; -bâclais bâcler VER 1.39 3.99 0.01 0.07 ind:imp:1s; -bâclait bâcler VER 1.39 3.99 0.01 0.20 ind:imp:3s; -bâclant bâcler VER 1.39 3.99 0.01 0.27 par:pre; -bâcle bâcler VER 1.39 3.99 0.17 0.41 imp:pre:2s;ind:pre:1s;ind:pre:3s; -bâcler bâcler VER 1.39 3.99 0.12 0.68 inf; -bâclera bâcler VER 1.39 3.99 0.00 0.07 ind:fut:3s; -bâclerait bâcler VER 1.39 3.99 0.00 0.07 cnd:pre:3s; -bâcles bâcler VER 1.39 3.99 0.02 0.07 ind:pre:2s; -bâcleurs bâcleur NOM m p 0.00 0.07 0.00 0.07 -bâclez bâcler VER 1.39 3.99 0.01 0.07 ind:pre:2p; -bâclons bâcler VER 1.39 3.99 0.00 0.07 ind:pre:1p; -bâclé bâcler VER m s 1.39 3.99 0.82 1.01 par:pas; -bâclée bâcler VER f s 1.39 3.99 0.20 0.41 par:pas; -bâclées bâcler VER f p 1.39 3.99 0.01 0.07 par:pas; -bâclés bâcler VER m p 1.39 3.99 0.01 0.27 par:pas; -bocson bocson NOM m s 0.00 0.27 0.00 0.27 -bodega bodega NOM f s 0.65 0.14 0.63 0.14 -bodegas bodega NOM f p 0.65 0.14 0.03 0.00 -bodhi bodhi NOM f s 2.21 0.00 2.21 0.00 -bodhisattva bodhisattva NOM m s 0.38 0.00 0.38 0.00 -bodo bodo NOM m s 1.00 0.07 1.00 0.07 -body_building body_building NOM m s 0.01 0.00 0.01 0.00 -body body NOM m s 1.24 0.07 1.24 0.07 -bodybuilding bodybuilding NOM m s 0.01 0.00 0.01 0.00 -boer boer NOM m s 0.01 0.41 0.01 0.14 -boers boer NOM m p 0.01 0.41 0.00 0.27 -boeuf boeuf NOM m s 10.39 21.01 8.58 14.32 -boeufs boeuf NOM m p 10.39 21.01 1.81 6.69 -bof bof ONO 4.70 2.84 4.70 2.84 -bâfra bâfrer VER 0.72 1.96 0.00 0.14 ind:pas:3s; -bâfraient bâfrer VER 0.72 1.96 0.00 0.07 ind:imp:3p; -bâfrais bâfrer VER 0.72 1.96 0.00 0.07 ind:imp:1s; -bâfrait bâfrer VER 0.72 1.96 0.01 0.20 ind:imp:3s; -bâfrant bâfrer VER 0.72 1.96 0.00 0.20 par:pre; -bâfre bâfrer VER 0.72 1.96 0.16 0.27 imp:pre:2s;ind:pre:1s;ind:pre:3s; -bâfrements bâfrement NOM m p 0.00 0.07 0.00 0.07 -bâfrer bâfrer VER 0.72 1.96 0.26 0.54 inf; -bâfres bâfrer VER 0.72 1.96 0.17 0.00 ind:pre:2s; -bâfreur bâfreur NOM m s 0.07 0.07 0.05 0.07 -bâfreurs bâfreur NOM m p 0.07 0.07 0.02 0.00 -bâfrez bâfrer VER 0.72 1.96 0.01 0.07 imp:pre:2p;ind:pre:2p; -bâfrèrent bâfrer VER 0.72 1.96 0.00 0.07 ind:pas:3p; -bâfré bâfrer VER m s 0.72 1.96 0.11 0.34 par:pas; -boggie boggie NOM m s 0.02 0.41 0.02 0.00 -boggies boggie NOM m p 0.02 0.41 0.00 0.41 -boghei boghei NOM m s 0.02 2.64 0.02 2.64 -bogie bogie NOM m s 0.14 0.00 0.14 0.00 -bogomiles bogomile NOM m p 0.00 0.07 0.00 0.07 -bogue boguer VER 0.16 0.00 0.14 0.00 ind:pre:3s; -boguer boguer VER 0.16 0.00 0.01 0.00 inf; -bogues bogue NOM p 0.17 0.47 0.05 0.07 -boguet boguet NOM m s 0.00 0.07 0.00 0.07 -bohème bohème NOM s 2.17 2.84 2.01 2.23 -bohèmes bohème NOM p 2.17 2.84 0.16 0.61 -bohême bohême NOM s 0.00 0.54 0.00 0.54 -bohémien bohémien NOM m s 3.94 1.49 0.34 0.27 -bohémienne bohémien NOM f s 3.94 1.49 2.80 0.41 -bohémiennes bohémienne NOM f p 0.14 0.00 0.14 0.00 -bohémiens bohémien NOM m p 3.94 1.49 0.79 0.68 -bâilla bâiller VER 1.87 18.51 0.01 3.85 ind:pas:3s; -bâillai bâiller VER 1.87 18.51 0.00 0.07 ind:pas:1s; -bâillaient bâiller VER 1.87 18.51 0.00 0.74 ind:imp:3p; -bâillais bâiller VER 1.87 18.51 0.01 0.34 ind:imp:1s; -bâillait bâiller VER 1.87 18.51 0.05 2.70 ind:imp:3s; -bâillant bâiller VER 1.87 18.51 0.10 3.58 par:pre; -bâillante bâillant ADJ f s 0.00 0.81 0.00 0.34 -bâillantes bâillant ADJ f p 0.00 0.81 0.00 0.20 -bâille bâiller VER 1.87 18.51 0.62 2.64 imp:pre:2s;ind:pre:1s;ind:pre:3s; -bâillement bâillement NOM m s 0.53 4.19 0.50 3.11 -bâillements bâillement NOM m p 0.53 4.19 0.03 1.08 -bâillent bâiller VER 1.87 18.51 0.29 0.74 ind:pre:3p; -bâiller bâiller VER 1.87 18.51 0.36 2.77 inf; -bâillera bâiller VER 1.87 18.51 0.01 0.07 ind:fut:3s; -bâillerez bâiller VER 1.87 18.51 0.14 0.00 ind:fut:2p; -bâilles bâiller VER 1.87 18.51 0.12 0.07 ind:pre:2s; -bâillez bâiller VER 1.87 18.51 0.14 0.07 imp:pre:2p;ind:pre:2p; -bâillâmes bâiller VER 1.87 18.51 0.00 0.07 ind:pas:1p; -bâillon bâillon NOM m s 0.64 1.96 0.63 1.89 -bâillonna bâillonner VER 2.61 2.70 0.00 0.20 ind:pas:3s; -bâillonnait bâillonner VER 2.61 2.70 0.01 0.54 ind:imp:3s; -bâillonnant bâillonner VER 2.61 2.70 0.00 0.14 par:pre; -bâillonne bâillonner VER 2.61 2.70 0.60 0.20 imp:pre:2s;ind:pre:1s;ind:pre:3s; -bâillonnent bâillonner VER 2.61 2.70 0.00 0.07 ind:pre:3p; -bâillonner bâillonner VER 2.61 2.70 0.36 0.47 inf; -bâillonnera bâillonner VER 2.61 2.70 0.01 0.00 ind:fut:3s; -bâillonnerait bâillonner VER 2.61 2.70 0.02 0.00 cnd:pre:3s; -bâillonnez bâillonner VER 2.61 2.70 0.20 0.00 imp:pre:2p;ind:pre:2p; -bâillonnons bâillonner VER 2.61 2.70 0.01 0.00 imp:pre:1p; -bâillonné bâillonner VER m s 2.61 2.70 0.40 0.88 par:pas; -bâillonnée bâillonner VER f s 2.61 2.70 0.83 0.14 par:pas; -bâillonnés bâillonner VER m p 2.61 2.70 0.16 0.07 par:pas; -bâillons bâillon NOM m p 0.64 1.96 0.01 0.07 -bâillèrent bâiller VER 1.87 18.51 0.00 0.07 ind:pas:3p; -bâillé bâiller VER m s 1.87 18.51 0.02 0.74 par:pas; -boira boire VER 339.06 274.32 2.97 1.55 ind:fut:3s; -boirai boire VER 339.06 274.32 3.13 1.55 ind:fut:1s; -boiraient boire VER 339.06 274.32 0.01 0.34 cnd:pre:3p; -boirais boire VER 339.06 274.32 2.37 1.22 cnd:pre:1s;cnd:pre:2s; -boirait boire VER 339.06 274.32 0.46 1.55 cnd:pre:3s; -boiras boire VER 339.06 274.32 1.14 0.74 ind:fut:2s; -boire boire VER 339.06 274.32 142.15 100.27 inf;; -boirez boire VER 339.06 274.32 0.84 0.54 ind:fut:2p; -boiriez boire VER 339.06 274.32 0.12 0.14 cnd:pre:2p; -boirions boire VER 339.06 274.32 0.03 0.27 cnd:pre:1p; -boirons boire VER 339.06 274.32 0.91 0.95 ind:fut:1p; -boiront boire VER 339.06 274.32 0.11 0.34 ind:fut:3p; -bois bois NOM m 115.56 299.46 115.56 299.46 -boisaient boiser VER 0.06 1.42 0.00 0.07 ind:imp:3p; -boisait boiser VER 0.06 1.42 0.00 0.07 ind:imp:3s; -boisant boiser VER 0.06 1.42 0.00 0.07 par:pre; -boise boiser VER 0.06 1.42 0.01 0.07 ind:pre:3s; -boiserie boiserie NOM f s 0.26 5.00 0.11 0.88 -boiseries boiserie NOM f p 0.26 5.00 0.15 4.12 -boiseur boiseur NOM m s 0.00 0.07 0.00 0.07 -boisseau boisseau NOM m s 0.42 0.61 0.26 0.54 -boisseaux boisseau NOM m p 0.42 0.61 0.16 0.07 -boisselier boisselier NOM m s 0.27 0.00 0.27 0.00 -boisson boisson NOM f s 18.55 13.24 11.73 7.36 -boissonnée boissonner VER f s 0.00 0.07 0.00 0.07 par:pas; -boissons boisson NOM f p 18.55 13.24 6.82 5.88 -boisé boisé ADJ m s 0.46 3.04 0.15 0.61 -boisée boisé ADJ f s 0.46 3.04 0.17 1.28 -boisées boisé ADJ f p 0.46 3.04 0.12 0.95 -boisés boisé ADJ m p 0.46 3.04 0.02 0.20 -boit boire VER 339.06 274.32 25.63 21.08 ind:pre:3s; -boitaient boiter VER 15.43 7.77 0.01 0.41 ind:imp:3p; -boitais boiter VER 15.43 7.77 0.18 0.07 ind:imp:1s;ind:imp:2s; -boitait boiter VER 15.43 7.77 0.64 1.96 ind:imp:3s; -boitant boiter VER 15.43 7.77 0.24 1.69 par:pre; -boite boiter VER 15.43 7.77 11.83 1.89 imp:pre:2s;ind:pre:1s;ind:pre:3s; -boitement boitement NOM m s 0.05 0.00 0.05 0.00 -boitent boiter VER 15.43 7.77 0.04 0.07 ind:pre:3p; -boiter boiter VER 15.43 7.77 0.36 0.81 inf; -boitera boiter VER 15.43 7.77 0.05 0.00 ind:fut:3s; -boiterai boiter VER 15.43 7.77 0.02 0.07 ind:fut:1s; -boiteraient boiter VER 15.43 7.77 0.00 0.07 cnd:pre:3p; -boiterait boiter VER 15.43 7.77 0.00 0.07 cnd:pre:3s; -boiteras boiter VER 15.43 7.77 0.16 0.00 ind:fut:2s; -boiterie boiterie NOM f s 0.00 0.54 0.00 0.54 -boites boiter VER 15.43 7.77 1.63 0.27 ind:pre:2s; -boiteuse boiteux ADJ f s 2.83 4.39 0.78 1.96 -boiteuses boiteux ADJ f p 2.83 4.39 0.03 0.20 -boiteux boiteux NOM m 2.32 2.03 2.32 2.03 -boitez boiter VER 15.43 7.77 0.10 0.14 ind:pre:2p; -boitiez boiter VER 15.43 7.77 0.04 0.00 ind:imp:2p; -boitillait boitiller VER 0.04 1.82 0.02 0.41 ind:imp:3s; -boitillant boitiller VER 0.04 1.82 0.00 1.01 par:pre; -boitille boitiller VER 0.04 1.82 0.01 0.27 ind:pre:1s;ind:pre:3s; -boitillement boitillement NOM m s 0.03 0.14 0.03 0.07 -boitillements boitillement NOM m p 0.03 0.14 0.00 0.07 -boitiller boitiller VER 0.04 1.82 0.01 0.14 inf; -boité boiter VER m s 15.43 7.77 0.13 0.27 par:pas; -boive boire VER 339.06 274.32 2.86 1.96 sub:pre:1s;sub:pre:3s; -boivent boire VER 339.06 274.32 5.47 5.95 ind:pre:3p; -boives boire VER 339.06 274.32 0.71 0.20 sub:pre:2s; -bol bol NOM m s 17.62 25.14 16.93 20.07 -bola bola NOM f s 0.25 0.47 0.11 0.27 -bolas bola NOM f p 0.25 0.47 0.14 0.20 -bolchevik bolchevik NOM s 2.11 1.42 0.36 0.27 -bolcheviks bolchevik NOM p 2.11 1.42 1.75 1.15 -bolchevique bolchevique ADJ s 1.24 1.49 0.87 0.74 -bolcheviques bolchevique ADJ p 1.24 1.49 0.37 0.74 -bolchevisme bolchevisme NOM m s 0.11 1.08 0.11 1.08 -bolcheviste bolcheviste ADJ s 0.00 0.14 0.00 0.07 -bolchevistes bolcheviste ADJ p 0.00 0.14 0.00 0.07 -bolcho bolcho NOM s 0.04 0.00 0.04 0.00 -bold bold ADJ m s 0.04 0.00 0.04 0.00 -boldo boldo NOM m s 0.00 0.20 0.00 0.20 -bolduc bolduc NOM m s 0.00 0.34 0.00 0.34 -bolet bolet NOM m s 0.00 0.81 0.00 0.41 -bolets bolet NOM m p 0.00 0.81 0.00 0.41 -bolge bolge NOM f s 0.00 0.07 0.00 0.07 -bolide bolide NOM m s 0.49 2.70 0.38 1.82 -bolides bolide NOM m p 0.49 2.70 0.11 0.88 -bolivar bolivar NOM m s 0.09 0.47 0.09 0.47 -bolivien bolivien ADJ m s 0.22 0.07 0.01 0.00 -bolivienne bolivien NOM f s 0.39 0.00 0.27 0.00 -boliviens bolivien NOM m p 0.39 0.00 0.11 0.00 -bolognais bolognais ADJ m p 0.25 0.34 0.00 0.07 -bolognaise bolognais ADJ f s 0.25 0.34 0.23 0.20 -bolognaises bolognais ADJ f p 0.25 0.34 0.02 0.07 -bolonaise bolonais ADJ f s 0.01 0.00 0.01 0.00 -bols bol NOM m p 17.62 25.14 0.69 5.07 -bolée bolée NOM f s 0.01 0.27 0.01 0.20 -bolées bolée NOM f p 0.01 0.27 0.00 0.07 -boléro boléro NOM m s 0.56 1.22 0.56 1.08 -boléros boléro NOM m p 0.56 1.22 0.00 0.14 -bomba bomber VER 1.34 5.74 0.27 0.41 ind:pas:3s; -bombage bombage NOM m s 0.00 0.20 0.00 0.20 -bombaient bomber VER 1.34 5.74 0.00 0.20 ind:imp:3p; -bombais bomber VER 1.34 5.74 0.00 0.07 ind:imp:1s; -bombait bomber VER 1.34 5.74 0.01 0.81 ind:imp:3s; -bombance bombance NOM f s 0.23 0.54 0.23 0.47 -bombances bombance NOM f p 0.23 0.54 0.00 0.07 -bombant bomber VER 1.34 5.74 0.04 0.88 par:pre; -bombarda bombarder VER 10.86 8.65 0.01 0.54 ind:pas:3s; -bombardaient bombarder VER 10.86 8.65 0.24 0.47 ind:imp:3p; -bombardais bombarder VER 10.86 8.65 0.01 0.14 ind:imp:1s;ind:imp:2s; -bombardait bombarder VER 10.86 8.65 0.19 0.88 ind:imp:3s; -bombardant bombarder VER 10.86 8.65 0.18 0.41 par:pre; -bombarde bombarder VER 10.86 8.65 0.96 0.41 imp:pre:2s;ind:pre:1s;ind:pre:3s; -bombardement bombardement NOM m s 6.45 17.16 3.96 11.22 -bombardements bombardement NOM m p 6.45 17.16 2.48 5.95 -bombardent bombarder VER 10.86 8.65 1.68 0.81 ind:pre:3p; -bombarder bombarder VER 10.86 8.65 2.42 2.09 inf; -bombardera bombarder VER 10.86 8.65 0.15 0.00 ind:fut:3s; -bombarderai bombarder VER 10.86 8.65 0.15 0.00 ind:fut:1s; -bombarderaient bombarder VER 10.86 8.65 0.01 0.07 cnd:pre:3p; -bombarderais bombarder VER 10.86 8.65 0.02 0.00 cnd:pre:1s; -bombarderait bombarder VER 10.86 8.65 0.02 0.07 cnd:pre:3s; -bombarderons bombarder VER 10.86 8.65 0.02 0.00 ind:fut:1p; -bombarderont bombarder VER 10.86 8.65 0.23 0.00 ind:fut:3p; -bombardes bombarde NOM f p 0.19 0.95 0.14 0.54 -bombardez bombarder VER 10.86 8.65 0.10 0.00 imp:pre:2p;ind:pre:2p; -bombardier bombardier NOM m s 3.02 3.31 0.89 0.68 -bombardiers bombardier NOM m p 3.02 3.31 2.13 2.64 -bombardions bombarder VER 10.86 8.65 0.01 0.00 ind:imp:1p; -bombardâmes bombarder VER 10.86 8.65 0.00 0.07 ind:pas:1p; -bombardon bombardon NOM m s 0.27 0.00 0.14 0.00 -bombardons bombarder VER 10.86 8.65 0.14 0.07 imp:pre:1p;ind:pre:1p; -bombardèrent bombarder VER 10.86 8.65 0.00 0.07 ind:pas:3p; -bombardé bombarder VER m s 10.86 8.65 2.33 1.42 par:pas; -bombardée bombarder VER f s 10.86 8.65 0.83 0.27 par:pas; -bombardées bombarder VER f p 10.86 8.65 0.25 0.20 par:pas; -bombardés bombarder VER m p 10.86 8.65 0.89 0.68 par:pas; -bombas bomber VER 1.34 5.74 0.00 0.07 ind:pas:2s; -bombasses bomber VER 1.34 5.74 0.01 0.00 sub:imp:2s; -bombe bombe NOM f s 64.39 30.81 48.70 15.00 -bombements bombement NOM m p 0.00 0.07 0.00 0.07 -bombent bomber VER 1.34 5.74 0.00 0.14 ind:pre:3p; -bomber bomber VER 1.34 5.74 0.34 0.61 inf; -bombes_test bombes_test NOM f p 0.01 0.00 0.01 0.00 -bombes bombe NOM f p 64.39 30.81 15.70 15.81 -bombeur bombeur NOM m s 0.03 0.00 0.03 0.00 -bombez bomber VER 1.34 5.74 0.08 0.00 imp:pre:2p; -bombillement bombillement NOM m s 0.00 0.07 0.00 0.07 -bombinette bombinette NOM f s 0.00 0.20 0.00 0.07 -bombinettes bombinette NOM f p 0.00 0.20 0.00 0.14 -bombonne bombonne NOM f s 0.23 0.47 0.16 0.34 -bombonnes bombonne NOM f p 0.23 0.47 0.08 0.14 -bombèrent bomber VER 1.34 5.74 0.00 0.07 ind:pas:3p; -bombé bombé ADJ m s 0.30 5.61 0.16 2.43 -bombée bombé ADJ f s 0.30 5.61 0.03 1.49 -bombées bombé ADJ f p 0.30 5.61 0.11 0.81 -bombés bombé ADJ m p 0.30 5.61 0.00 0.88 -bombyx bombyx NOM m 0.12 0.00 0.12 0.00 -bon_papa bon_papa NOM m s 0.07 1.55 0.07 1.55 -bon bon ONO 521.22 109.86 521.22 109.86 -bonace bonace NOM f s 0.00 0.14 0.00 0.07 -bonaces bonace NOM f p 0.00 0.14 0.00 0.07 -bonapartiste bonapartiste NOM s 0.28 0.14 0.14 0.07 -bonapartistes bonapartiste NOM p 0.28 0.14 0.14 0.07 -bonard bonard ADJ m s 0.01 0.34 0.01 0.27 -bonardes bonard ADJ f p 0.01 0.34 0.00 0.07 -bonasse bonasse ADJ s 0.08 2.03 0.08 1.62 -bonassement bonassement ADV 0.00 0.07 0.00 0.07 -bonasserie bonasserie NOM f s 0.00 0.07 0.00 0.07 -bonasses bonasse ADJ p 0.08 2.03 0.00 0.41 -bonbon bonbon NOM m s 23.45 15.00 6.89 3.72 -bonbonne bonbonne NOM f s 0.47 2.43 0.33 1.62 -bonbonnes bonbonne NOM f p 0.47 2.43 0.15 0.81 -bonbonnière bonbonnière NOM f s 0.14 1.35 0.14 1.08 -bonbonnières bonbonnière NOM f p 0.14 1.35 0.00 0.27 -bonbons bonbon NOM m p 23.45 15.00 16.55 11.28 -bond bond NOM m s 4.69 25.74 3.44 20.07 -bondît bondir VER 5.10 35.41 0.00 0.20 sub:imp:3s; -bondage bondage NOM m s 0.41 0.07 0.41 0.00 -bondages bondage NOM m p 0.41 0.07 0.00 0.07 -bondait bonder VER 1.84 2.30 0.00 0.07 ind:imp:3s; -bonde bonde NOM f s 0.24 0.61 0.23 0.54 -bonder bonder VER 1.84 2.30 0.09 0.00 inf; -bondes bonde NOM f p 0.24 0.61 0.01 0.07 -bondi bondir VER m s 5.10 35.41 0.91 3.85 par:pas; -bondieusard bondieusard NOM m s 0.01 0.00 0.01 0.00 -bondieuserie bondieuserie NOM f s 0.05 0.68 0.00 0.27 -bondieuseries bondieuserie NOM f p 0.05 0.68 0.05 0.41 -bondieuses bondieuser VER 0.00 0.07 0.00 0.07 ind:pre:2s; -bondir bondir VER 5.10 35.41 2.11 9.05 inf; -bondira bondir VER 5.10 35.41 0.16 0.14 ind:fut:3s; -bondirais bondir VER 5.10 35.41 0.03 0.00 cnd:pre:1s;cnd:pre:2s; -bondirait bondir VER 5.10 35.41 0.02 0.20 cnd:pre:3s; -bondirent bondir VER 5.10 35.41 0.11 0.88 ind:pas:3p; -bondis bondir VER m p 5.10 35.41 0.34 1.55 imp:pre:2s;ind:pre:1s;ind:pre:2s;par:pas; -bondissaient bondir VER 5.10 35.41 0.03 0.88 ind:imp:3p; -bondissais bondir VER 5.10 35.41 0.04 0.27 ind:imp:1s;ind:imp:2s; -bondissait bondir VER 5.10 35.41 0.17 2.57 ind:imp:3s; -bondissant bondir VER 5.10 35.41 0.20 2.70 par:pre; -bondissante bondissant ADJ f s 0.34 2.77 0.09 0.95 -bondissantes bondissant ADJ f p 0.34 2.77 0.14 0.68 -bondissants bondissant ADJ m p 0.34 2.77 0.02 0.27 -bondisse bondir VER 5.10 35.41 0.02 0.07 sub:pre:1s;sub:pre:3s; -bondissement bondissement NOM m s 0.00 0.61 0.00 0.54 -bondissements bondissement NOM m p 0.00 0.61 0.00 0.07 -bondissent bondir VER 5.10 35.41 0.04 0.88 ind:pre:3p; -bondissez bondir VER 5.10 35.41 0.11 0.07 imp:pre:2p;ind:pre:2p; -bondissons bondir VER 5.10 35.41 0.00 0.14 imp:pre:1p;ind:pre:1p; -bondit bondir VER 5.10 35.41 0.81 11.96 ind:pre:3s;ind:pas:3s; -bondrée bondrée NOM f s 0.01 0.20 0.01 0.20 -bonds bond NOM m p 4.69 25.74 1.25 5.68 -bondé bonder VER m s 1.84 2.30 1.07 1.15 par:pas; -bondée bonder VER f s 1.84 2.30 0.33 0.34 par:pas; -bondées bonder VER f p 1.84 2.30 0.19 0.27 par:pas; -bondés bonder VER m p 1.84 2.30 0.17 0.47 par:pas; -bongo bongo NOM m s 0.21 0.14 0.09 0.07 -bongos bongo NOM m p 0.21 0.14 0.12 0.07 -bonheur_du_jour bonheur_du_jour NOM m s 0.02 0.14 0.02 0.07 -bonheur bonheur NOM m s 78.74 162.36 78.34 156.35 -bonheur_du_jour bonheur_du_jour NOM m p 0.02 0.14 0.00 0.07 -bonheurs bonheur NOM m p 78.74 162.36 0.41 6.01 -bonhomie bonhomie NOM f s 0.02 4.12 0.02 4.12 -bonhomme bonhomme NOM m s 10.57 29.80 9.96 26.01 -bonhommes bonhomme ADJ m p 4.85 4.46 0.47 0.14 -boni boni NOM m s 0.01 0.68 0.01 0.54 -boniche boniche NOM f s 1.28 1.22 1.16 0.81 -boniches boniche NOM f p 1.28 1.22 0.12 0.41 -bonifiaient bonifier VER 0.14 0.14 0.00 0.07 ind:imp:3p; -bonification bonification NOM f s 0.00 0.07 0.00 0.07 -bonifier bonifier VER 0.14 0.14 0.08 0.00 inf; -bonifierait bonifier VER 0.14 0.14 0.00 0.07 cnd:pre:3s; -bonifiez bonifier VER 0.14 0.14 0.01 0.00 ind:pre:2p; -bonifié bonifier VER m s 0.14 0.14 0.04 0.00 par:pas; -bonifiée bonifier VER f s 0.14 0.14 0.01 0.00 par:pas; -boniment boniment NOM m s 1.30 3.99 0.65 1.55 -bonimentait bonimenter VER 0.00 0.20 0.00 0.07 ind:imp:3s; -bonimente bonimenter VER 0.00 0.20 0.00 0.07 ind:pre:3s; -bonimenter bonimenter VER 0.00 0.20 0.00 0.07 inf; -bonimenteur bonimenteur NOM m s 0.18 0.47 0.18 0.14 -bonimenteurs bonimenteur NOM m p 0.18 0.47 0.00 0.34 -boniments boniment NOM m p 1.30 3.99 0.65 2.43 -bonir bonir VER 0.00 1.08 0.00 0.74 inf; -bonis boni NOM m p 0.01 0.68 0.00 0.14 -bonissait bonir VER 0.00 1.08 0.00 0.14 ind:imp:3s; -bonisse bonir VER 0.00 1.08 0.00 0.07 sub:pre:1s; -bonit bonir VER 0.00 1.08 0.00 0.14 ind:pre:3s; -bonjour bonjour NOM m s 570.57 51.55 569.88 50.74 -bonjours bonjour NOM m p 570.57 51.55 0.69 0.81 -bonnard bonnard ADJ m s 0.18 1.62 0.18 1.08 -bonnarde bonnard ADJ f s 0.18 1.62 0.00 0.27 -bonnardes bonnard ADJ f p 0.18 1.62 0.00 0.07 -bonnards bonnard ADJ m p 0.18 1.62 0.00 0.20 -bonne_maman bonne_maman NOM f s 0.14 2.03 0.14 2.03 -bonne bon ADJ f s 1554.44 789.66 578.93 294.53 -bonnement bonnement ADV 1.37 4.66 1.37 4.66 -bonnes bon ADJ f p 1554.44 789.66 71.25 61.76 -bonnet bonnet NOM m s 8.37 18.58 6.62 14.66 -bonneteau bonneteau NOM m s 0.02 1.35 0.02 1.35 -bonneter bonneter VER 0.00 0.07 0.00 0.07 inf; -bonneterie bonneterie NOM f s 0.14 0.61 0.14 0.54 -bonneteries bonneterie NOM f p 0.14 0.61 0.00 0.07 -bonneteur bonneteur NOM m s 0.01 0.07 0.01 0.00 -bonneteurs bonneteur NOM m p 0.01 0.07 0.00 0.07 -bonnets bonnet NOM m p 8.37 18.58 1.75 3.92 -bonnette bonnette NOM f s 0.14 0.14 0.14 0.00 -bonnettes bonnette NOM f p 0.14 0.14 0.00 0.14 -bonni bonnir VER m s 6.67 2.09 0.01 0.27 par:pas; -bonniche bonniche NOM f s 0.45 2.91 0.43 1.96 -bonniches bonniche NOM f p 0.45 2.91 0.02 0.95 -bonnie bonnir VER f s 6.67 2.09 6.66 0.00 par:pas; -bonnir bonnir VER 6.67 2.09 0.00 0.95 inf; -bonnis bonnir VER 6.67 2.09 0.00 0.07 ind:pre:1s; -bonnisse bonnir VER 6.67 2.09 0.00 0.14 sub:pre:3s; -bonnissent bonnir VER 6.67 2.09 0.00 0.07 ind:pre:3p; -bonnit bonnir VER 6.67 2.09 0.00 0.61 ind:pre:3s; -bon_cadeaux bon_cadeaux ADV 0.01 0.00 0.01 0.00 -bon_chrétien bon_chrétien NOM m p 0.00 0.07 0.00 0.07 -bons bon ADJ m p 1554.44 789.66 67.97 57.09 -bonsaï bonsaï NOM m s 0.23 0.14 0.22 0.14 -bonsaïs bonsaï NOM m p 0.23 0.14 0.01 0.00 -bonshommes bonhomme NOM m p 10.57 29.80 0.60 3.78 -bonsoir bonsoir NOM m s 161.17 22.23 161.16 22.03 -bonsoirs bonsoir NOM m p 161.17 22.23 0.01 0.20 -bonté bonté NOM f s 17.88 19.80 17.31 18.65 -bontés bonté NOM f p 17.88 19.80 0.56 1.15 -bonus bonus NOM m 3.80 0.41 3.80 0.41 -bonzaï bonzaï NOM m s 0.14 0.20 0.14 0.20 -bonze bonze NOM m s 0.91 1.55 0.89 1.22 -bonzes bonze NOM m p 0.91 1.55 0.03 0.34 -boogie_woogie boogie_woogie NOM m s 0.28 0.07 0.28 0.07 -book book NOM m s 2.89 0.54 1.50 0.41 -bookmaker bookmaker NOM m s 2.07 0.20 1.62 0.14 -bookmakers bookmaker NOM m p 2.07 0.20 0.45 0.07 -books book NOM m p 2.89 0.54 1.39 0.14 -boom boom NOM m s 2.83 0.41 2.81 0.41 -boomer boomer NOM m s 2.19 0.07 2.19 0.07 -boomerang boomerang NOM m s 2.17 0.68 2.17 0.68 -booms boom NOM m p 2.83 0.41 0.02 0.00 -booster booster NOM m s 0.63 0.00 0.52 0.00 -boosters booster NOM m p 0.63 0.00 0.11 0.00 -bootlegger bootlegger NOM m s 0.22 0.07 0.10 0.00 -bootleggers bootlegger NOM m p 0.22 0.07 0.13 0.07 -boots boots NOM m p 0.54 0.95 0.54 0.95 -bop bop NOM m s 0.19 0.27 0.19 0.27 -boqueteau boqueteau NOM m s 0.02 3.04 0.02 1.49 -boqueteaux boqueteau NOM m p 0.02 3.04 0.00 1.55 -boquillons boquillon NOM m p 0.00 0.14 0.00 0.14 -bora bora NOM s 0.01 0.14 0.01 0.14 -borax borax NOM m 0.16 0.07 0.16 0.07 -borborygme borborygme NOM m s 0.28 1.96 0.00 0.47 -borborygmes borborygme NOM m p 0.28 1.96 0.28 1.49 -borchtch borchtch NOM m s 0.00 0.07 0.00 0.07 -bord bord NOM m s 79.90 228.11 77.06 197.36 -borda border VER 3.75 34.46 0.00 0.20 ind:pas:3s; -bordage bordage NOM m s 0.02 0.47 0.00 0.47 -bordages bordage NOM m p 0.02 0.47 0.02 0.00 -bordai border VER 3.75 34.46 0.00 0.07 ind:pas:1s; -bordaient border VER 3.75 34.46 0.04 2.43 ind:imp:3p; -bordait border VER 3.75 34.46 0.03 2.03 ind:imp:3s; -bordant border VER 3.75 34.46 0.17 2.50 par:pre; -borde border VER 3.75 34.46 0.72 2.03 imp:pre:2s;ind:pre:1s;ind:pre:3s;;imp:pre:2s;ind:pre:1s;ind:pre:3s; -bordeau bordeau NOM m s 0.02 0.00 0.02 0.00 -bordeaux bordeaux ADJ 0.70 1.62 0.70 1.62 -bordel bordel NOM m s 98.77 21.89 97.84 18.99 -bordelais bordelais ADJ m 0.06 1.01 0.00 0.61 -bordelaise bordelais NOM f s 0.14 1.28 0.14 1.01 -bordelaises bordelais NOM f p 0.14 1.28 0.00 0.20 -bordelières bordelier NOM f p 0.00 0.07 0.00 0.07 -bordels bordel NOM m p 98.77 21.89 0.93 2.91 -bordent border VER 3.75 34.46 0.26 2.91 ind:pre:3p; -border border VER 3.75 34.46 0.95 1.82 imp:pre:2p;inf; -bordera border VER 3.75 34.46 0.03 0.00 ind:fut:3s; -borderait border VER 3.75 34.46 0.10 0.07 cnd:pre:3s; -bordereau bordereau NOM m s 1.09 0.68 0.71 0.27 -bordereaux bordereau NOM m p 1.09 0.68 0.38 0.41 -borderie borderie NOM f s 0.01 0.00 0.01 0.00 -borderiez border VER 3.75 34.46 0.01 0.00 cnd:pre:2p; -borderline borderline NOM m s 0.14 0.00 0.14 0.00 -bordes border VER 3.75 34.46 0.04 0.07 ind:pre:2s;;ind:pre:2s; -bordez border VER 3.75 34.46 0.20 0.00 imp:pre:2p; -bordier bordier ADJ m s 0.00 0.07 0.00 0.07 -bordille bordille NOM f s 0.00 0.07 0.00 0.07 -bordj bordj NOM m s 0.00 0.74 0.00 0.74 -bords bord NOM m p 79.90 228.11 2.84 30.74 -bordèrent border VER 3.75 34.46 0.00 0.07 ind:pas:3p; -bordé border VER m s 3.75 34.46 0.78 5.14 par:pas; -bordée bordée NOM f s 0.39 3.45 0.38 2.23 -bordées border VER f p 3.75 34.46 0.10 3.72 par:pas; -bordélique bordélique ADJ s 0.65 0.61 0.60 0.54 -bordéliques bordélique ADJ f p 0.65 0.61 0.04 0.07 -bordéliser bordéliser VER 0.00 0.07 0.00 0.07 inf; -bordurant bordurer VER 0.00 0.47 0.00 0.07 par:pre; -bordure bordure NOM f s 1.11 12.91 1.03 11.62 -bordurer bordurer VER 0.00 0.47 0.00 0.14 inf; -bordures bordure NOM f p 1.11 12.91 0.08 1.28 -borduré bordurer VER m s 0.00 0.47 0.00 0.14 par:pas; -bordurée bordurer VER f s 0.00 0.47 0.00 0.14 par:pas; -bordés border VER m p 3.75 34.46 0.01 3.31 par:pas; -bore bore NOM m s 0.17 0.00 0.17 0.00 -borgne borgne ADJ s 1.80 3.99 1.67 3.45 -borgnes borgne ADJ p 1.80 3.99 0.14 0.54 -borgnotaient borgnoter VER 0.00 0.74 0.00 0.07 ind:imp:3p; -borgnotant borgnoter VER 0.00 0.74 0.00 0.07 par:pre; -borgnote borgnoter VER 0.00 0.74 0.00 0.41 ind:pre:1s;ind:pre:3s; -borgnoté borgnoter VER m s 0.00 0.74 0.00 0.20 par:pas; -borie borie NOM f s 0.00 0.61 0.00 0.61 -borique borique ADJ m s 0.11 0.00 0.11 0.00 -borna borner VER 2.19 13.24 0.00 1.28 ind:pas:3s; -bornage bornage NOM m s 0.10 0.61 0.00 0.61 -bornages bornage NOM m p 0.10 0.61 0.10 0.00 -bornai borner VER 2.19 13.24 0.00 0.34 ind:pas:1s; -bornaient borner VER 2.19 13.24 0.01 0.68 ind:imp:3p; -bornais borner VER 2.19 13.24 0.01 0.20 ind:imp:1s; -bornait borner VER 2.19 13.24 0.01 2.97 ind:imp:3s; -bornant borner VER 2.19 13.24 0.00 1.42 par:pre; -borne_fontaine borne_fontaine NOM f s 0.00 0.20 0.00 0.07 -borne borne NOM f s 8.35 20.61 1.69 8.04 -bornent borner VER 2.19 13.24 0.02 0.34 ind:pre:3p; -borner borner VER 2.19 13.24 0.29 0.81 inf; -bornera borner VER 2.19 13.24 0.01 0.00 ind:fut:3s; -bornerai borner VER 2.19 13.24 0.04 0.00 ind:fut:1s; -borneraient borner VER 2.19 13.24 0.00 0.07 cnd:pre:3p; -bornerait borner VER 2.19 13.24 0.00 0.14 cnd:pre:3s; -bornerons borner VER 2.19 13.24 0.00 0.07 ind:fut:1p; -borne_fontaine borne_fontaine NOM f p 0.00 0.20 0.00 0.14 -bornes borne NOM f p 8.35 20.61 6.66 12.57 -bornez borner VER 2.19 13.24 0.01 0.00 imp:pre:2p; -bornions borner VER 2.19 13.24 0.00 0.07 ind:imp:1p; -bornât borner VER 2.19 13.24 0.00 0.07 sub:imp:3s; -bornèrent borner VER 2.19 13.24 0.02 0.14 ind:pas:3p; -borné borné ADJ m s 3.13 4.66 2.07 1.96 -bornée borné ADJ f s 3.13 4.66 0.48 1.08 -bornées borner VER f p 2.19 13.24 0.01 0.00 par:pas; -bornés borné ADJ m p 3.13 4.66 0.58 1.22 -borough borough NOM m s 0.18 0.00 0.18 0.00 -borsalino borsalino NOM m s 0.00 0.07 0.00 0.07 -bortch bortch NOM m s 0.02 0.00 0.02 0.00 -bortsch bortsch NOM m s 1.03 0.27 1.03 0.27 -boréal boréal ADJ m s 0.57 1.49 0.11 0.34 -boréale boréal ADJ f s 0.57 1.49 0.38 0.88 -boréales boréal ADJ f p 0.57 1.49 0.08 0.27 -borée borée NOM f s 0.14 0.00 0.14 0.00 -bosco bosco NOM m s 0.04 1.01 0.04 1.01 -boscotte boscot ADJ f s 0.00 0.20 0.00 0.20 -boskoop boskoop NOM f s 0.00 0.14 0.00 0.14 -bosniaque bosniaque ADJ s 0.82 0.07 0.78 0.00 -bosniaques bosniaque NOM p 0.30 0.27 0.20 0.27 -bosnien bosnien ADJ m s 0.00 0.07 0.00 0.07 -bosquet bosquet NOM m s 0.80 5.81 0.47 2.64 -bosquets bosquet NOM m p 0.80 5.81 0.32 3.18 -boss boss NOM m 13.45 2.50 13.45 2.50 -bossa_nova bossa_nova NOM f s 0.12 0.07 0.12 0.07 -bossa bosser VER 76.28 10.95 0.89 0.00 ind:pas:3s; -bossage bossage NOM m s 0.01 0.00 0.01 0.00 -bossaient bosser VER 76.28 10.95 0.33 0.20 ind:imp:3p; -bossais bosser VER 76.28 10.95 2.79 0.20 ind:imp:1s;ind:imp:2s; -bossait bosser VER 76.28 10.95 2.56 1.22 ind:imp:3s; -bossant bosser VER 76.28 10.95 0.46 0.14 par:pre; -bosse bosser VER 76.28 10.95 21.92 2.64 imp:pre:2s;ind:pre:1s;ind:pre:3s; -bossela bosseler VER 0.05 2.36 0.01 0.07 ind:pas:3s; -bosselaient bosseler VER 0.05 2.36 0.00 0.34 ind:imp:3p; -bosselait bosseler VER 0.05 2.36 0.00 0.07 ind:imp:3s; -bosseler bosseler VER 0.05 2.36 0.00 0.07 inf; -bossellement bossellement NOM m s 0.00 0.14 0.00 0.07 -bossellements bossellement NOM m p 0.00 0.14 0.00 0.07 -bosselé bosselé ADJ m s 0.12 2.50 0.09 1.28 -bosselée bosselé ADJ f s 0.12 2.50 0.03 0.34 -bosselées bosseler VER f p 0.05 2.36 0.03 0.27 par:pas; -bosselure bosselure NOM f s 0.01 0.07 0.01 0.07 -bosselés bosselé ADJ m p 0.12 2.50 0.01 0.68 -bossent bosser VER 76.28 10.95 1.93 1.01 ind:pre:3p; -bosser bosser VER 76.28 10.95 26.82 3.78 inf; -bossera bosser VER 76.28 10.95 0.24 0.20 ind:fut:3s; -bosserai bosser VER 76.28 10.95 0.55 0.00 ind:fut:1s; -bosserais bosser VER 76.28 10.95 0.39 0.00 cnd:pre:1s;cnd:pre:2s; -bosserait bosser VER 76.28 10.95 0.18 0.07 cnd:pre:3s; -bosseras bosser VER 76.28 10.95 0.51 0.00 ind:fut:2s; -bosserez bosser VER 76.28 10.95 0.06 0.00 ind:fut:2p; -bosses bosser VER 76.28 10.95 6.95 0.47 ind:pre:2s; -bosseur bosseur NOM m s 0.59 0.34 0.53 0.00 -bosseurs bosseur ADJ m p 0.34 0.14 0.14 0.07 -bosseuse bosseur NOM f s 0.59 0.34 0.02 0.20 -bossez bosser VER 76.28 10.95 1.97 0.00 imp:pre:2p;ind:pre:2p; -bossiez bosser VER 76.28 10.95 0.14 0.00 ind:imp:2p; -bossions bosser VER 76.28 10.95 0.01 0.07 ind:imp:1p; -bossoir bossoir NOM m s 0.09 0.27 0.05 0.07 -bossoirs bossoir NOM m p 0.09 0.27 0.04 0.20 -bosson bosson NOM m s 0.02 0.07 0.00 0.07 -bossons bosser VER 76.28 10.95 0.02 0.00 ind:pre:1p; -bossé bosser VER m s 76.28 10.95 7.56 0.95 par:pas; -bossu bossu NOM m s 4.74 1.82 4.19 1.69 -bossuaient bossuer VER 0.00 0.54 0.00 0.14 ind:imp:3p; -bossue bossu ADJ f s 1.97 4.66 0.35 1.89 -bossues bossu ADJ f p 1.97 4.66 0.01 0.41 -bossus bossu NOM m p 4.74 1.82 0.55 0.14 -bossué bossué ADJ m s 0.00 0.61 0.00 0.34 -bossuée bossué ADJ f s 0.00 0.61 0.00 0.14 -bossuées bossuer VER f p 0.00 0.54 0.00 0.14 par:pas; -bossués bossué ADJ m p 0.00 0.61 0.00 0.14 -boston boston NOM m s 0.44 0.47 0.44 0.47 -bostonien bostonien NOM m s 0.04 0.20 0.02 0.07 -bostonienne bostonien ADJ f s 0.04 0.27 0.02 0.14 -bostoniens bostonien NOM m p 0.04 0.20 0.02 0.14 -bostonner bostonner VER 0.00 0.07 0.00 0.07 inf; -bât bât NOM m s 0.12 2.57 0.12 2.36 -bot bot ADJ m s 0.52 0.54 0.39 0.54 -botanique botanique ADJ s 0.88 0.74 0.70 0.47 -botaniquement botaniquement ADV 0.01 0.00 0.01 0.00 -botaniques botanique ADJ p 0.88 0.74 0.17 0.27 -botaniste botaniste NOM s 0.61 0.74 0.47 0.61 -botanistes botaniste NOM p 0.61 0.74 0.14 0.14 -bâtard bâtard NOM m s 13.66 11.89 9.89 9.12 -bâtarde bâtard NOM f s 13.66 11.89 0.32 0.34 -bâtardes bâtard ADJ f p 2.69 5.74 0.01 0.20 -bâtardise bâtardise NOM f s 0.01 3.04 0.01 2.97 -bâtardises bâtardise NOM f p 0.01 3.04 0.00 0.07 -bâtards bâtard NOM m p 13.66 11.89 3.45 2.23 -bote bot ADJ f s 0.52 0.54 0.13 0.00 -bâter bâter VER 0.16 0.34 0.14 0.07 inf; -bâti bâtir VER m s 18.55 24.53 5.47 5.54 par:pas; -bâtie bâtir VER f s 18.55 24.53 1.58 4.32 par:pas; -bâties bâtir VER f p 18.55 24.53 0.30 1.89 par:pas; -bâtiment bâtiment NOM m s 27.58 36.82 22.73 19.93 -bâtiments bâtiment NOM m p 27.58 36.82 4.85 16.89 -bâtir bâtir VER 18.55 24.53 5.62 8.24 inf; -bâtira bâtir VER 18.55 24.53 0.18 0.07 ind:fut:3s; -bâtirai bâtir VER 18.55 24.53 1.38 0.07 ind:fut:1s; -bâtirais bâtir VER 18.55 24.53 0.18 0.00 cnd:pre:1s;cnd:pre:2s; -bâtirait bâtir VER 18.55 24.53 0.16 0.14 cnd:pre:3s; -bâtirent bâtir VER 18.55 24.53 0.03 0.14 ind:pas:3p; -bâtirions bâtir VER 18.55 24.53 0.02 0.00 cnd:pre:1p; -bâtirons bâtir VER 18.55 24.53 0.28 0.00 ind:fut:1p; -bâtiront bâtir VER 18.55 24.53 0.01 0.00 ind:fut:3p; -bâtis bâtir VER m p 18.55 24.53 0.76 0.95 imp:pre:2s;ind:pre:1s;ind:pre:2s;par:pas; -bâtissaient bâtir VER 18.55 24.53 0.27 0.20 ind:imp:3p; -bâtissais bâtir VER 18.55 24.53 0.04 0.27 ind:imp:1s; -bâtissait bâtir VER 18.55 24.53 0.17 0.95 ind:imp:3s; -bâtissant bâtir VER 18.55 24.53 0.02 0.61 par:pre; -bâtisse bâtisse NOM f s 0.93 9.59 0.78 7.43 -bâtissent bâtir VER 18.55 24.53 0.24 0.14 ind:pre:3p; -bâtisses bâtisse NOM f p 0.93 9.59 0.16 2.16 -bâtisseur bâtisseur NOM m s 1.00 1.01 0.22 0.20 -bâtisseurs bâtisseur NOM m p 1.00 1.01 0.79 0.74 -bâtisseuse bâtisseur NOM f s 1.00 1.01 0.00 0.07 -bâtissez bâtir VER 18.55 24.53 0.21 0.00 imp:pre:2p;ind:pre:2p; -bâtissions bâtir VER 18.55 24.53 0.03 0.00 ind:imp:1p; -bâtissons bâtir VER 18.55 24.53 0.42 0.07 imp:pre:1p;ind:pre:1p; -bâtit bâtir VER 18.55 24.53 1.16 0.81 ind:pre:3s;ind:pas:3s; -bâtière bâtier NOM f s 0.00 0.07 0.00 0.07 -bâton bâton NOM m s 18.11 30.27 13.40 21.22 -bâtonnant bâtonner VER 0.14 0.14 0.14 0.00 par:pre; -bâtonner bâtonner VER 0.14 0.14 0.01 0.00 inf; -bâtonnet bâtonnet NOM m s 0.83 2.84 0.38 1.28 -bâtonnets bâtonnet NOM m p 0.83 2.84 0.46 1.55 -bâtonnier bâtonnier NOM m s 0.16 1.35 0.16 1.35 -bâtonnée bâtonner VER f s 0.14 0.14 0.00 0.14 par:pas; -bâtons bâton NOM m p 18.11 30.27 4.71 9.05 -bâts bât NOM m p 0.12 2.57 0.00 0.20 -botta botter VER 15.54 5.61 0.00 0.14 ind:pas:3s; -bottai botter VER 15.54 5.61 0.00 0.07 ind:pas:1s; -bottaient botter VER 15.54 5.61 0.00 0.27 ind:imp:3p; -bottait botter VER 15.54 5.61 0.13 0.74 ind:imp:3s; -bottant botter VER 15.54 5.61 0.04 0.07 par:pre; -botte botte NOM f s 32.19 44.93 6.38 8.51 -botteler botteler VER 0.00 0.34 0.00 0.14 inf; -bottellent botteler VER 0.00 0.34 0.00 0.07 ind:pre:3p; -bottelé bottelé ADJ m s 0.01 0.00 0.01 0.00 -bottelées botteler VER f p 0.00 0.34 0.00 0.07 par:pas; -bottent botter VER 15.54 5.61 0.08 0.00 ind:pre:3p; -botter botter VER 15.54 5.61 7.63 1.22 imp:pre:2p;ind:pre:2p;inf; -bottera botter VER 15.54 5.61 0.20 0.00 ind:fut:3s; -botterai botter VER 15.54 5.61 0.61 0.07 ind:fut:1s; -botterais botter VER 15.54 5.61 0.24 0.07 cnd:pre:1s;cnd:pre:2s; -botterait botter VER 15.54 5.61 0.21 0.07 cnd:pre:3s; -botteras botter VER 15.54 5.61 0.05 0.00 ind:fut:2s; -botterons botter VER 15.54 5.61 0.01 0.00 ind:fut:1p; -botteront botter VER 15.54 5.61 0.04 0.00 ind:fut:3p; -bottes botte NOM f p 32.19 44.93 25.81 36.42 -botteur botteur NOM m s 0.14 0.00 0.10 0.00 -botteurs botteur NOM m p 0.14 0.00 0.03 0.00 -bottez botter VER 15.54 5.61 0.17 0.00 imp:pre:2p;ind:pre:2p; -botticellienne botticellien NOM f s 0.00 0.07 0.00 0.07 -bottier bottier NOM m s 0.25 0.74 0.25 0.68 -bottiers bottier NOM m p 0.25 0.74 0.00 0.07 -bottiez botter VER 15.54 5.61 0.01 0.00 ind:imp:2p; -bottillon bottillon NOM m s 0.04 0.74 0.00 0.07 -bottillons bottillon NOM m p 0.04 0.74 0.04 0.68 -bottin bottin NOM m s 1.05 1.35 1.05 0.68 -bottine bottine NOM f s 2.27 4.86 0.54 0.61 -bottines bottine NOM f p 2.27 4.86 1.73 4.26 -bottins bottin NOM m p 1.05 1.35 0.00 0.68 -bottiné bottiner VER m s 0.00 0.07 0.00 0.07 par:pas; -bottons botter VER 15.54 5.61 0.12 0.20 imp:pre:1p;ind:pre:1p; -botté botter VER m s 15.54 5.61 1.63 0.47 par:pas; -bottée botté ADJ f s 0.32 2.23 0.10 0.07 -bottées botter VER f p 15.54 5.61 0.03 0.20 par:pas; -bottés botté ADJ m p 0.32 2.23 0.01 0.68 -bâté bâté ADJ m s 0.21 0.47 0.19 0.47 -botulique botulique ADJ f s 0.19 0.00 0.19 0.00 -botulisme botulisme NOM m s 0.15 0.00 0.15 0.00 -bâtés bâté ADJ m p 0.21 0.47 0.03 0.00 -boubou boubou NOM m s 0.11 2.30 0.11 1.55 -bouboule boubouler VER 0.19 0.54 0.18 0.54 imp:pre:2s;ind:pre:3s; -bouboules boubouler VER 0.19 0.54 0.01 0.00 ind:pre:2s; -boubous boubou NOM m p 0.11 2.30 0.00 0.74 -bouc bouc NOM m s 8.49 10.07 7.92 8.92 -boucan boucan NOM m s 3.22 2.36 3.22 2.36 -boucanait boucaner VER 0.00 1.08 0.00 0.07 ind:imp:3s; -boucaner boucaner VER 0.00 1.08 0.00 0.07 inf; -boucanerie boucanerie NOM f s 0.00 0.07 0.00 0.07 -boucanier boucanier NOM m s 0.36 0.14 0.07 0.07 -boucaniers boucanier NOM m p 0.36 0.14 0.29 0.07 -boucané boucaner VER m s 0.00 1.08 0.00 0.20 par:pas; -boucanée boucaner VER f s 0.00 1.08 0.00 0.47 par:pas; -boucanées boucaner VER f p 0.00 1.08 0.00 0.14 par:pas; -boucanés boucaner VER m p 0.00 1.08 0.00 0.14 par:pas; -boucha boucher VER 16.23 21.22 0.00 0.54 ind:pas:3s; -bouchage bouchage NOM m s 0.00 0.07 0.00 0.07 -bouchai boucher VER 16.23 21.22 0.00 0.07 ind:pas:1s; -bouchaient boucher VER 16.23 21.22 0.14 0.88 ind:imp:3p; -bouchais boucher VER 16.23 21.22 0.10 0.27 ind:imp:1s; -bouchait boucher VER 16.23 21.22 0.06 1.55 ind:imp:3s; -bouchant boucher VER 16.23 21.22 0.37 0.88 par:pre; -bouchardant boucharder VER 0.01 0.07 0.00 0.07 par:pre; -boucharde boucharde NOM f s 0.00 0.27 0.00 0.27 -boucharder boucharder VER 0.01 0.07 0.01 0.00 inf; -bouche_à_bouche bouche_à_bouche NOM m 0.00 0.20 0.00 0.20 -bouche_à_oreille bouche_à_oreille NOM m s 0.00 0.07 0.00 0.07 -bouche_trou bouche_trou NOM m s 0.25 0.07 0.22 0.07 -bouche_trou bouche_trou NOM m p 0.25 0.07 0.03 0.00 -bouche bouche NOM f s 90.03 283.45 87.75 267.64 -bouchent boucher VER 16.23 21.22 0.25 0.54 ind:pre:3p; -boucher boucher NOM m s 8.26 11.55 7.15 7.70 -bouchera boucher VER 16.23 21.22 0.09 0.00 ind:fut:3s; -boucheraient boucher VER 16.23 21.22 0.01 0.07 cnd:pre:3p; -boucherais boucher VER 16.23 21.22 0.00 0.07 cnd:pre:1s; -boucherait boucher VER 16.23 21.22 0.05 0.07 cnd:pre:3s; -boucheras boucher VER 16.23 21.22 0.01 0.00 ind:fut:2s; -boucherie boucherie NOM f s 4.11 8.92 4.02 7.43 -boucheries boucherie NOM f p 4.11 8.92 0.08 1.49 -boucherons boucher VER 16.23 21.22 0.01 0.00 ind:fut:1p; -bouchers boucher NOM m p 8.26 11.55 0.93 2.91 -bouches bouche NOM f p 90.03 283.45 2.27 15.81 -bouchez boucher VER 16.23 21.22 0.82 0.00 imp:pre:2p;ind:pre:2p; -bouchions boucher VER 16.23 21.22 0.00 0.07 ind:imp:1p; -bouchon bouchon NOM m s 7.25 14.46 5.47 10.68 -bouchonna bouchonner VER 0.36 0.95 0.00 0.07 ind:pas:3s; -bouchonnaient bouchonner VER 0.36 0.95 0.00 0.07 ind:imp:3p; -bouchonnait bouchonner VER 0.36 0.95 0.00 0.07 ind:imp:3s; -bouchonnant bouchonner VER 0.36 0.95 0.00 0.07 par:pre; -bouchonne bouchonner VER 0.36 0.95 0.29 0.07 imp:pre:2s;ind:pre:1s;ind:pre:3s; -bouchonner bouchonner VER 0.36 0.95 0.02 0.34 inf; -bouchonneras bouchonner VER 0.36 0.95 0.00 0.07 ind:fut:2s; -bouchonné bouchonner VER m s 0.36 0.95 0.03 0.07 par:pas; -bouchonnée bouchonner VER f s 0.36 0.95 0.01 0.14 par:pas; -bouchons bouchon NOM m p 7.25 14.46 1.77 3.78 -bouchot bouchot NOM m s 0.00 0.14 0.00 0.07 -bouchoteurs bouchoteur NOM m p 0.00 0.07 0.00 0.07 -bouchots bouchot NOM m p 0.00 0.14 0.00 0.07 -bouchère boucher NOM f s 8.26 11.55 0.18 0.81 -bouchèrent boucher VER 16.23 21.22 0.00 0.14 ind:pas:3p; -bouchères boucher NOM f p 8.26 11.55 0.00 0.14 -bouché boucher VER m s 16.23 21.22 3.21 2.57 par:pas; -bouchée bouchée NOM f s 5.61 11.49 4.77 6.28 -bouchées bouchée NOM f p 5.61 11.49 0.84 5.20 -bouchure bouchure NOM f s 0.00 0.07 0.00 0.07 -bouchés boucher VER m p 16.23 21.22 0.63 0.41 par:pas; -boucla boucler VER 24.61 23.45 0.00 1.49 ind:pas:3s; -bouclage bouclage NOM m s 0.27 0.54 0.27 0.54 -bouclaient boucler VER 24.61 23.45 0.14 0.54 ind:imp:3p; -bouclais boucler VER 24.61 23.45 0.05 0.14 ind:imp:1s; -bouclait boucler VER 24.61 23.45 0.05 1.35 ind:imp:3s; -bouclant boucler VER 24.61 23.45 0.03 0.74 par:pre; -boucle boucle NOM f s 18.86 29.86 8.62 11.22 -bouclent boucler VER 24.61 23.45 0.54 0.47 ind:pre:3p; -boucler boucler VER 24.61 23.45 6.91 6.55 inf; -bouclera boucler VER 24.61 23.45 0.26 0.00 ind:fut:3s; -bouclerai boucler VER 24.61 23.45 0.12 0.00 ind:fut:1s; -boucleraient boucler VER 24.61 23.45 0.00 0.07 cnd:pre:3p; -bouclerais boucler VER 24.61 23.45 0.05 0.00 cnd:pre:1s;cnd:pre:2s; -bouclerait boucler VER 24.61 23.45 0.05 0.07 cnd:pre:3s; -boucleras boucler VER 24.61 23.45 0.02 0.14 ind:fut:2s; -bouclerons boucler VER 24.61 23.45 0.02 0.00 ind:fut:1p; -boucleront boucler VER 24.61 23.45 0.03 0.07 ind:fut:3p; -boucles boucle NOM f p 18.86 29.86 10.23 18.65 -bouclette bouclette NOM f s 0.56 1.49 0.05 0.07 -bouclettes bouclette NOM f p 0.56 1.49 0.51 1.42 -bouclez boucler VER 24.61 23.45 3.88 0.68 imp:pre:2p;ind:pre:2p; -bouclier bouclier NOM m s 14.45 7.30 10.47 4.59 -boucliers bouclier NOM m p 14.45 7.30 3.98 2.70 -bouclâmes boucler VER 24.61 23.45 0.00 0.14 ind:pas:1p; -bouclons boucler VER 24.61 23.45 0.18 0.00 imp:pre:1p;ind:pre:1p; -bouclât boucler VER 24.61 23.45 0.00 0.07 sub:imp:3s; -bouclèrent boucler VER 24.61 23.45 0.00 0.07 ind:pas:3p; -bouclé boucler VER m s 24.61 23.45 2.88 3.31 par:pas; -bouclée boucler VER f s 24.61 23.45 1.20 2.64 par:pas; -bouclées boucler VER f p 24.61 23.45 0.05 0.27 par:pas; -bouclés bouclé ADJ m p 2.38 7.16 0.77 2.64 -boucs bouc NOM m p 8.49 10.07 0.57 1.15 -bouda bouder VER 5.11 8.04 0.01 0.61 ind:pas:3s; -boudaient bouder VER 5.11 8.04 0.00 0.34 ind:imp:3p; -boudais bouder VER 5.11 8.04 0.04 0.14 ind:imp:1s;ind:imp:2s; -boudait bouder VER 5.11 8.04 0.03 1.76 ind:imp:3s; -boudant bouder VER 5.11 8.04 0.00 0.14 par:pre; -bouddha bouddha NOM m s 0.57 1.55 0.11 1.08 -bouddhas bouddha NOM m p 0.57 1.55 0.46 0.47 -bouddhique bouddhique ADJ s 0.01 0.20 0.01 0.14 -bouddhiques bouddhique ADJ f p 0.01 0.20 0.00 0.07 -bouddhisme bouddhisme NOM m s 0.42 1.89 0.42 1.89 -bouddhiste bouddhiste ADJ s 1.00 1.69 0.94 1.22 -bouddhistes bouddhiste NOM p 0.32 0.54 0.22 0.27 -boude bouder VER 5.11 8.04 2.31 1.55 imp:pre:2s;ind:pre:1s;ind:pre:3s; -boudent bouder VER 5.11 8.04 0.16 0.27 ind:pre:3p; -bouder bouder VER 5.11 8.04 0.95 2.09 inf; -bouderai bouder VER 5.11 8.04 0.00 0.07 ind:fut:1s; -bouderait bouder VER 5.11 8.04 0.00 0.14 cnd:pre:3s; -bouderie bouderie NOM f s 0.12 1.69 0.12 1.15 -bouderies bouderie NOM f p 0.12 1.69 0.00 0.54 -boudes bouder VER 5.11 8.04 1.03 0.27 ind:pre:2s; -boudeur boudeur NOM m s 0.04 0.14 0.02 0.14 -boudeurs boudeur ADJ m p 0.12 4.05 0.00 0.14 -boudeuse boudeur ADJ f s 0.12 4.05 0.11 1.55 -boudeuses boudeur ADJ f p 0.12 4.05 0.00 0.27 -boudez bouder VER 5.11 8.04 0.22 0.14 imp:pre:2p;ind:pre:2p; -boudi boudi ADV 0.01 0.00 0.01 0.00 -boudiez bouder VER 5.11 8.04 0.11 0.07 ind:imp:2p; -boudin boudin NOM m s 2.85 7.57 2.49 5.88 -boudinaient boudiner VER 0.32 1.76 0.00 0.07 ind:imp:3p; -boudinait boudiner VER 0.32 1.76 0.00 0.14 ind:imp:3s; -boudinant boudiner VER 0.32 1.76 0.00 0.14 par:pre; -boudine boudiner VER 0.32 1.76 0.27 0.07 ind:pre:1s;ind:pre:3s; -boudinent boudiner VER 0.32 1.76 0.00 0.07 ind:pre:3p; -boudins boudin NOM m p 2.85 7.57 0.36 1.69 -boudiné boudiner VER m s 0.32 1.76 0.00 0.54 par:pas; -boudinée boudiner VER f s 0.32 1.76 0.02 0.20 par:pas; -boudinées boudiné ADJ f p 0.18 1.35 0.01 0.27 -boudinés boudiné ADJ m p 0.18 1.35 0.15 0.74 -boudiou boudiou ONO 0.00 0.20 0.00 0.20 -boudoir boudoir NOM m s 0.94 3.92 0.93 3.04 -boudoirs boudoir NOM m p 0.94 3.92 0.01 0.88 -boudons bouder VER 5.11 8.04 0.00 0.07 ind:pre:1p; -boudèrent bouder VER 5.11 8.04 0.00 0.07 ind:pas:3p; -boudé bouder VER m s 5.11 8.04 0.23 0.14 par:pas; -boudu boudu ONO 7.37 0.07 7.37 0.07 -boudée bouder VER f s 5.11 8.04 0.01 0.14 par:pas; -boudés bouder VER m p 5.11 8.04 0.00 0.07 par:pas; -boue boue NOM f s 15.10 53.31 15.09 52.30 -boues boue NOM f p 15.10 53.31 0.01 1.01 -boueur boueur NOM m s 0.00 0.07 0.00 0.07 -boueuse boueux ADJ f s 1.38 11.15 0.33 3.78 -boueuses boueux ADJ f p 1.38 11.15 0.16 2.30 -boueux boueux ADJ m 1.38 11.15 0.89 5.07 -bouf bouf ONO 0.02 0.14 0.02 0.14 -bouffable bouffable ADJ s 0.03 0.00 0.03 0.00 -bouffaient bouffer VER 42.72 33.04 0.29 0.34 ind:imp:3p; -bouffais bouffer VER 42.72 33.04 0.25 0.14 ind:imp:1s;ind:imp:2s; -bouffait bouffer VER 42.72 33.04 0.60 2.09 ind:imp:3s; -bouffant bouffer VER 42.72 33.04 0.21 0.41 par:pre; -bouffante bouffant ADJ f s 0.25 3.11 0.01 0.61 -bouffantes bouffant ADJ f p 0.25 3.11 0.14 1.01 -bouffants bouffant ADJ m p 0.25 3.11 0.04 0.88 -bouffarde bouffarde NOM f s 0.20 1.01 0.20 0.95 -bouffardes bouffarde NOM f p 0.20 1.01 0.00 0.07 -bouffe bouffe NOM f s 14.51 7.36 14.40 6.62 -bouffent bouffer VER 42.72 33.04 1.93 1.49 ind:pre:3p; -bouffer bouffer VER 42.72 33.04 18.26 15.61 inf; -bouffera bouffer VER 42.72 33.04 0.38 0.61 ind:fut:3s; -boufferai bouffer VER 42.72 33.04 0.19 0.07 ind:fut:1s; -boufferaient bouffer VER 42.72 33.04 0.26 0.07 cnd:pre:3p; -boufferais bouffer VER 42.72 33.04 0.54 0.20 cnd:pre:1s;cnd:pre:2s; -boufferait bouffer VER 42.72 33.04 0.28 0.41 cnd:pre:3s; -boufferas bouffer VER 42.72 33.04 0.20 0.14 ind:fut:2s; -boufferez bouffer VER 42.72 33.04 0.02 0.00 ind:fut:2p; -boufferont bouffer VER 42.72 33.04 0.36 0.27 ind:fut:3p; -bouffes bouffer VER 42.72 33.04 1.56 0.41 ind:pre:2s; -bouffetance bouffetance NOM f s 0.00 0.14 0.00 0.14 -bouffettes bouffette NOM f p 0.01 0.07 0.01 0.07 -bouffeur bouffeur NOM m s 0.81 0.34 0.32 0.14 -bouffeurs bouffeur NOM m p 0.81 0.34 0.29 0.14 -bouffeuse bouffeur NOM f s 0.81 0.34 0.20 0.00 -bouffeuses bouffeuse NOM f p 0.03 0.00 0.03 0.00 -bouffez bouffer VER 42.72 33.04 0.74 0.14 imp:pre:2p;ind:pre:2p; -bouffi bouffi ADJ m s 1.16 3.92 0.66 2.03 -bouffie bouffi ADJ f s 1.16 3.92 0.32 0.74 -bouffies bouffir VER f p 0.70 3.04 0.01 0.14 par:pas; -bouffiez bouffer VER 42.72 33.04 0.03 0.00 ind:imp:2p; -bouffis bouffi ADJ m p 1.16 3.92 0.18 0.88 -bouffissure bouffissure NOM f s 0.01 0.41 0.00 0.27 -bouffissures bouffissure NOM f p 0.01 0.41 0.01 0.14 -bouffon bouffon NOM m s 6.76 2.57 5.13 1.69 -bouffonna bouffonner VER 0.01 0.54 0.00 0.14 ind:pas:3s; -bouffonnait bouffonner VER 0.01 0.54 0.00 0.14 ind:imp:3s; -bouffonnant bouffonner VER 0.01 0.54 0.00 0.14 par:pre; -bouffonnante bouffonnant ADJ f s 0.00 0.20 0.00 0.14 -bouffonne bouffon NOM f s 6.76 2.57 0.28 0.00 -bouffonnement bouffonnement ADV 0.00 0.07 0.00 0.07 -bouffonner bouffonner VER 0.01 0.54 0.00 0.14 inf; -bouffonnerie bouffonnerie NOM f s 0.42 1.01 0.20 0.81 -bouffonneries bouffonnerie NOM f p 0.42 1.01 0.22 0.20 -bouffonnes bouffon ADJ f p 2.57 2.30 0.01 0.20 -bouffons bouffon NOM m p 6.76 2.57 1.36 0.88 -bouffé bouffer VER m s 42.72 33.04 6.28 3.85 par:pas; -bouffée bouffée NOM f s 2.89 26.35 1.92 14.19 -bouffées bouffée NOM f p 2.89 26.35 0.97 12.16 -bouffés bouffer VER m p 42.72 33.04 0.32 0.54 par:pas; -bouftance bouftance NOM f s 0.00 0.07 0.00 0.07 -bougainvillier bougainvillier NOM m s 0.05 0.14 0.03 0.00 -bougainvilliers bougainvillier NOM m p 0.05 0.14 0.02 0.14 -bougainvillée bougainvillée NOM f s 0.05 1.42 0.04 0.47 -bougainvillées bougainvillée NOM f p 0.05 1.42 0.01 0.95 -bouge bouger VER 211.90 156.76 85.45 30.88 imp:pre:2s;ind:pre:1s;ind:pre:3s; -bougea bouger VER 211.90 156.76 0.04 11.42 ind:pas:3s; -bougeai bouger VER 211.90 156.76 0.00 0.95 ind:pas:1s; -bougeaient bouger VER 211.90 156.76 1.10 6.28 ind:imp:3p; -bougeais bouger VER 211.90 156.76 0.61 1.76 ind:imp:1s;ind:imp:2s; -bougeait bouger VER 211.90 156.76 2.73 22.97 ind:imp:3s; -bougeant bouger VER 211.90 156.76 0.50 3.31 par:pre; -bougeassent bouger VER 211.90 156.76 0.00 0.07 sub:imp:3p; -bougent bouger VER 211.90 156.76 5.84 5.41 ind:pre:3p; -bougeoir bougeoir NOM m s 0.21 2.57 0.17 1.55 -bougeoirs bougeoir NOM m p 0.21 2.57 0.03 1.01 -bougeons bouger VER 211.90 156.76 1.71 0.34 imp:pre:1p;ind:pre:1p; -bougeât bouger VER 211.90 156.76 0.00 0.54 sub:imp:3s; -bougeotte bougeotte NOM f s 1.04 1.15 1.04 1.15 -bouger bouger VER 211.90 156.76 44.32 46.62 inf; -bougera bouger VER 211.90 156.76 1.89 1.08 ind:fut:3s; -bougerai bouger VER 211.90 156.76 1.95 0.61 ind:fut:1s; -bougeraient bouger VER 211.90 156.76 0.12 0.20 cnd:pre:3p; -bougerais bouger VER 211.90 156.76 0.28 0.14 cnd:pre:1s; -bougerait bouger VER 211.90 156.76 0.14 0.95 cnd:pre:3s; -bougeras bouger VER 211.90 156.76 0.38 0.07 ind:fut:2s; -bougerez bouger VER 211.90 156.76 0.19 0.07 ind:fut:2p; -bougeriez bouger VER 211.90 156.76 0.04 0.00 cnd:pre:2p; -bougerons bouger VER 211.90 156.76 0.10 0.00 ind:fut:1p; -bougeront bouger VER 211.90 156.76 0.40 0.27 ind:fut:3p; -bouges bouger VER 211.90 156.76 9.04 1.08 ind:pre:2s;sub:pre:2s; -bougez bouger VER 211.90 156.76 44.09 2.50 imp:pre:2p;ind:pre:2p; -bougie bougie NOM f s 18.32 29.86 7.40 16.22 -bougies bougie NOM f p 18.32 29.86 10.92 13.65 -bougiez bougier VER 0.30 0.00 0.30 0.00 ind:pre:2p; -bougions bouger VER 211.90 156.76 0.14 0.20 ind:imp:1p; -bougnat bougnat NOM m s 0.00 2.57 0.00 1.76 -bougnats bougnat NOM m p 0.00 2.57 0.00 0.81 -bougne bougner VER 0.00 0.54 0.00 0.47 ind:pre:1s;ind:pre:3s; -bougnes bougner VER 0.00 0.54 0.00 0.07 ind:pre:2s; -bougnoul bougnoul NOM m 0.11 0.00 0.11 0.00 -bougnoule bougnoule NOM s 0.26 3.31 0.12 1.49 -bougnoules bougnoule NOM p 0.26 3.31 0.14 1.82 -bougon bougon ADJ m s 0.17 2.91 0.13 1.96 -bougonna bougonner VER 0.04 5.74 0.00 2.09 ind:pas:3s; -bougonnaient bougonner VER 0.04 5.74 0.00 0.07 ind:imp:3p; -bougonnais bougonner VER 0.04 5.74 0.00 0.07 ind:imp:1s; -bougonnait bougonner VER 0.04 5.74 0.00 0.95 ind:imp:3s; -bougonnant bougonner VER 0.04 5.74 0.01 0.81 par:pre; -bougonne bougon ADJ f s 0.17 2.91 0.04 0.81 -bougonnement bougonnement NOM m s 0.01 0.00 0.01 0.00 -bougonnent bougonner VER 0.04 5.74 0.00 0.07 ind:pre:3p; -bougonner bougonner VER 0.04 5.74 0.00 0.27 inf; -bougonné bougonner VER m s 0.04 5.74 0.01 0.34 par:pas; -bougons bougon ADJ m p 0.17 2.91 0.00 0.14 -bougran bougran NOM m s 0.23 0.00 0.23 0.00 -bougre bougre ONO 0.01 0.74 0.01 0.74 -bougrement bougrement ADV 0.52 1.55 0.52 1.55 -bougrerie bougrerie NOM f s 0.00 0.14 0.00 0.07 -bougreries bougrerie NOM f p 0.00 0.14 0.00 0.07 -bougres bougre NOM m p 4.75 11.22 0.56 2.70 -bougresse bougresse NOM f s 0.02 0.47 0.02 0.47 -bougèrent bouger VER 211.90 156.76 0.01 1.01 ind:pas:3p; -bougé bouger VER m s 211.90 156.76 10.52 17.97 par:pas; -bougée bouger VER f s 211.90 156.76 0.20 0.00 par:pas; -bougées bouger VER f p 211.90 156.76 0.13 0.07 par:pas; -boui_boui boui_boui NOM m s 0.39 0.27 0.35 0.27 -bouiboui bouiboui NOM m s 0.04 0.14 0.04 0.14 -bouibouis bouiboui NOM m p 0.04 0.14 0.01 0.00 -bouif bouif NOM m s 0.00 0.14 0.00 0.14 -bouillabaisse bouillabaisse NOM f s 0.66 0.61 0.66 0.61 -bouillaient bouillir VER 7.62 13.58 0.00 0.20 ind:imp:3p; -bouillais bouillir VER 7.62 13.58 0.03 0.20 ind:imp:1s; -bouillait bouillir VER 7.62 13.58 0.00 1.35 ind:imp:3s; -bouillant bouillant ADJ m s 4.53 8.11 2.34 3.11 -bouillante bouillant ADJ f s 4.53 8.11 2.13 3.72 -bouillantes bouillant ADJ f p 4.53 8.11 0.03 0.47 -bouillants bouillant ADJ m p 4.53 8.11 0.04 0.81 -bouillasse bouillasse NOM f s 0.17 0.61 0.17 0.61 -bouille bouille NOM f s 0.80 6.55 0.70 5.81 -bouillent bouillir VER 7.62 13.58 0.04 0.07 ind:pre:3p; -bouilles bouille NOM f p 0.80 6.55 0.10 0.74 -bouilleur bouilleur NOM m s 0.00 0.34 0.00 0.27 -bouilleurs bouilleur NOM m p 0.00 0.34 0.00 0.07 -bouilli bouilli ADJ m s 1.21 4.26 0.37 2.36 -bouillie bouillie NOM f s 4.42 9.73 4.18 8.58 -bouillies bouillie NOM f p 4.42 9.73 0.23 1.15 -bouillir bouillir VER 7.62 13.58 3.60 4.93 inf; -bouillira bouillir VER 7.62 13.58 0.02 0.00 ind:fut:3s; -bouillirons bouillir VER 7.62 13.58 0.01 0.00 ind:fut:1p; -bouillis bouilli ADJ m p 1.21 4.26 0.25 0.07 -bouilloire bouilloire NOM f s 1.61 3.85 1.52 3.45 -bouilloires bouilloire NOM f p 1.61 3.85 0.09 0.41 -bouillon bouillon NOM m s 4.00 8.92 3.68 6.62 -bouillonnaient bouillonner VER 1.90 6.08 0.01 0.88 ind:imp:3p; -bouillonnais bouillonner VER 1.90 6.08 0.01 0.07 ind:imp:1s; -bouillonnait bouillonner VER 1.90 6.08 0.13 1.15 ind:imp:3s; -bouillonnant bouillonner VER 1.90 6.08 0.26 1.08 par:pre; -bouillonnante bouillonnant ADJ f s 0.42 2.50 0.14 0.95 -bouillonnantes bouillonnant ADJ f p 0.42 2.50 0.00 0.34 -bouillonnants bouillonnant ADJ m p 0.42 2.50 0.11 0.20 -bouillonne bouillonner VER 1.90 6.08 0.99 1.49 imp:pre:2s;ind:pre:1s;ind:pre:3s; -bouillonnement bouillonnement NOM m s 0.12 3.11 0.11 2.50 -bouillonnements bouillonnement NOM m p 0.12 3.11 0.01 0.61 -bouillonnent bouillonner VER 1.90 6.08 0.14 0.41 ind:pre:3p; -bouillonner bouillonner VER 1.90 6.08 0.35 0.68 inf; -bouillonneux bouillonneux ADJ m s 0.00 0.07 0.00 0.07 -bouillonnèrent bouillonner VER 1.90 6.08 0.00 0.07 ind:pas:3p; -bouillonné bouillonner VER m s 1.90 6.08 0.01 0.07 par:pas; -bouillonnée bouillonner VER f s 1.90 6.08 0.00 0.07 par:pas; -bouillonnées bouillonner VER f p 1.90 6.08 0.00 0.07 par:pas; -bouillonnés bouillonné NOM m p 0.00 0.34 0.00 0.20 -bouillons bouillon NOM m p 4.00 8.92 0.32 2.30 -bouillottait bouillotter VER 0.00 0.07 0.00 0.07 ind:imp:3s; -bouillotte bouillotte NOM f s 0.69 1.96 0.50 1.82 -bouillottes bouillotte NOM f p 0.69 1.96 0.19 0.14 -bouillu bouillu ADJ m s 0.01 0.07 0.01 0.07 -boui_boui boui_boui NOM m p 0.39 0.27 0.04 0.00 -boukha boukha NOM f s 0.14 0.07 0.14 0.07 -boula bouler VER 1.00 1.82 0.00 0.07 ind:pas:3s; -boulait bouler VER 1.00 1.82 0.00 0.07 ind:imp:3s; -boulange boulange NOM f s 0.10 0.27 0.10 0.27 -boulanger_pâtissier boulanger_pâtissier NOM m s 0.00 0.14 0.00 0.14 -boulanger boulanger NOM m s 3.00 13.31 2.44 8.78 -boulangerie boulangerie NOM f s 4.01 8.04 3.76 7.57 -boulangeries boulangerie NOM f p 4.01 8.04 0.25 0.47 -boulangers boulanger NOM m p 3.00 13.31 0.08 2.09 -boulangisme boulangisme NOM m s 0.00 0.07 0.00 0.07 -boulangère boulanger NOM f s 3.00 13.31 0.47 2.30 -boulangères boulanger NOM f p 3.00 13.31 0.00 0.14 -boulants boulant NOM m p 0.00 0.07 0.00 0.07 -boulder boulder NOM m s 0.46 0.00 0.46 0.00 -boule_de_neige boule_de_neige NOM f s 0.07 0.00 0.07 0.00 -boule boule NOM f s 30.68 61.22 19.29 38.31 -bouleau bouleau NOM m s 1.08 4.05 0.58 0.95 -bouleaux bouleau NOM m p 1.08 4.05 0.50 3.11 -bouledogue bouledogue NOM m s 0.81 2.09 0.71 1.96 -bouledogues bouledogue NOM m p 0.81 2.09 0.09 0.14 -boulent bouler VER 1.00 1.82 0.00 0.07 ind:pre:3p; -bouler bouler VER 1.00 1.82 0.45 0.34 inf; -boules boule NOM f p 30.68 61.22 11.40 22.91 -boulet boulet NOM m s 2.95 8.11 1.99 3.78 -boulets boulet NOM m p 2.95 8.11 0.96 4.32 -boulette boulette NOM f s 6.13 5.20 2.34 2.36 -boulettes boulette NOM f p 6.13 5.20 3.79 2.84 -boulevard boulevard NOM m s 4.87 61.15 4.19 52.03 -boulevardier boulevardier NOM m s 0.01 0.07 0.01 0.00 -boulevardiers boulevardier NOM m p 0.01 0.07 0.00 0.07 -boulevardière boulevardier ADJ f s 0.00 0.27 0.00 0.07 -boulevards boulevard NOM m p 4.87 61.15 0.68 9.12 -bouleversa bouleverser VER 13.79 27.03 0.26 2.36 ind:pas:3s; -bouleversaient bouleverser VER 13.79 27.03 0.01 0.47 ind:imp:3p; -bouleversait bouleverser VER 13.79 27.03 0.03 2.36 ind:imp:3s; -bouleversant bouleversant ADJ m s 1.61 5.27 1.24 1.28 -bouleversante bouleversant ADJ f s 1.61 5.27 0.29 2.43 -bouleversantes bouleversant ADJ f p 1.61 5.27 0.04 1.08 -bouleversants bouleversant ADJ m p 1.61 5.27 0.04 0.47 -bouleverse bouleverser VER 13.79 27.03 1.23 2.50 imp:pre:2s;ind:pre:1s;ind:pre:3s; -bouleversement bouleversement NOM m s 0.46 7.30 0.17 4.26 -bouleversements bouleversement NOM m p 0.46 7.30 0.29 3.04 -bouleversent bouleverser VER 13.79 27.03 0.13 0.74 ind:pre:3p; -bouleverser bouleverser VER 13.79 27.03 1.64 3.92 inf; -bouleversera bouleverser VER 13.79 27.03 0.16 0.00 ind:fut:3s; -bouleverseraient bouleverser VER 13.79 27.03 0.00 0.07 cnd:pre:3p; -bouleverserais bouleverser VER 13.79 27.03 0.01 0.00 cnd:pre:1s; -bouleverserait bouleverser VER 13.79 27.03 0.23 0.20 cnd:pre:3s; -bouleverseras bouleverser VER 13.79 27.03 0.01 0.00 ind:fut:2s; -bouleverserons bouleverser VER 13.79 27.03 0.00 0.07 ind:fut:1p; -bouleverseront bouleverser VER 13.79 27.03 0.00 0.14 ind:fut:3p; -bouleversions bouleverser VER 13.79 27.03 0.00 0.07 ind:imp:1p; -bouleversons bouleverser VER 13.79 27.03 0.01 0.00 imp:pre:1p; -bouleversèrent bouleverser VER 13.79 27.03 0.10 0.27 ind:pas:3p; -bouleversé bouleverser VER m s 13.79 27.03 4.85 8.45 par:pas; -bouleversée bouleverser VER f s 13.79 27.03 4.37 3.24 par:pas; -bouleversées bouleverser VER f p 13.79 27.03 0.03 0.27 par:pas; -bouleversés bouleverser VER m p 13.79 27.03 0.69 0.61 par:pas; -boulgour boulgour NOM m s 0.15 0.07 0.15 0.07 -boulier boulier NOM m s 0.16 1.96 0.15 1.89 -bouliers boulier NOM m p 0.16 1.96 0.01 0.07 -boulimie boulimie NOM f s 0.26 0.54 0.26 0.47 -boulimies boulimie NOM f p 0.26 0.54 0.00 0.07 -boulimique boulimique ADJ s 0.22 0.34 0.21 0.20 -boulimiques boulimique NOM p 0.14 0.07 0.04 0.00 -bouline bouline NOM f s 0.07 0.07 0.07 0.00 -boulines bouline NOM f p 0.07 0.07 0.00 0.07 -boulingrins boulingrin NOM m p 0.00 0.27 0.00 0.27 -boulins boulin NOM m p 0.00 0.07 0.00 0.07 -bouliste bouliste NOM s 0.02 0.61 0.02 0.00 -boulistes bouliste NOM p 0.02 0.61 0.00 0.61 -boulle boulle NOM m s 0.01 0.14 0.01 0.14 -boulochait boulocher VER 0.10 0.00 0.10 0.00 ind:imp:3s; -boulodrome boulodrome NOM m s 0.00 0.07 0.00 0.07 -bouloir bouloir NOM m s 0.01 0.00 0.01 0.00 -boulon boulon NOM m s 2.72 3.51 1.06 1.49 -boulonnage boulonnage NOM m s 0.01 0.00 0.01 0.00 -boulonnais boulonnais ADJ m s 0.00 0.07 0.00 0.07 -boulonnait boulonner VER 0.10 0.61 0.00 0.14 ind:imp:3s; -boulonnant boulonner VER 0.10 0.61 0.00 0.07 par:pre; -boulonne boulonner VER 0.10 0.61 0.01 0.07 imp:pre:2s;ind:pre:3s; -boulonner boulonner VER 0.10 0.61 0.04 0.14 inf; -boulonnerie boulonnerie NOM f s 0.00 0.07 0.00 0.07 -boulonné boulonner VER m s 0.10 0.61 0.03 0.07 par:pas; -boulonnée boulonner VER f s 0.10 0.61 0.01 0.07 par:pas; -boulonnés boulonner VER m p 0.10 0.61 0.01 0.07 par:pas; -boulons boulon NOM m p 2.72 3.51 1.66 2.03 -boulot_refuge boulot_refuge ADJ m s 0.00 0.07 0.00 0.07 -boulot boulot NOM m s 202.97 35.61 198.68 32.57 -boulots boulot NOM m p 202.97 35.61 4.30 3.04 -boulottait boulotter VER 0.16 0.41 0.00 0.07 ind:imp:3s; -boulotte boulotte NOM f s 0.27 0.27 0.26 0.27 -boulotter boulotter VER 0.16 0.41 0.12 0.14 inf; -boulottes boulot ADJ f p 8.21 3.04 0.01 0.07 -boulottées boulotter VER f p 0.16 0.41 0.00 0.07 par:pas; -boulé bouler VER m s 1.00 1.82 0.12 0.47 par:pas; -boulu boulu ADJ m s 0.00 0.14 0.00 0.07 -boulés bouler VER m p 1.00 1.82 0.00 0.14 par:pas; -boulus boulu ADJ m p 0.00 0.14 0.00 0.07 -boum boum ONO 5.20 2.09 5.20 2.09 -boumaient boumer VER 1.90 1.49 0.00 0.07 ind:imp:3p; -boumait boumer VER 1.90 1.49 0.00 0.07 ind:imp:3s; -boume boumer VER 1.90 1.49 1.90 1.15 imp:pre:2s;ind:pre:3s; -boums boum NOM m p 7.01 3.04 0.21 0.41 -boumé boumer VER m s 1.90 1.49 0.00 0.20 par:pas; -bouniouls bounioul NOM m p 0.00 0.07 0.00 0.07 -bouquet bouquet NOM m s 9.35 37.09 8.76 26.01 -bouquetier bouquetier NOM m s 0.00 0.41 0.00 0.07 -bouquetin bouquetin NOM m s 0.16 0.34 0.03 0.20 -bouquetins bouquetin NOM m p 0.16 0.34 0.14 0.14 -bouquetière bouquetier NOM f s 0.00 0.41 0.00 0.34 -bouquets bouquet NOM m p 9.35 37.09 0.59 11.08 -bouqueté bouqueté ADJ m s 0.00 0.07 0.00 0.07 -bouquin bouquin NOM m s 13.49 27.70 8.02 14.46 -bouquinage bouquinage NOM m s 0.00 0.07 0.00 0.07 -bouquinais bouquiner VER 0.81 2.03 0.14 0.14 ind:imp:1s; -bouquinait bouquiner VER 0.81 2.03 0.01 0.20 ind:imp:3s; -bouquinant bouquiner VER 0.81 2.03 0.01 0.07 par:pre; -bouquine bouquiner VER 0.81 2.03 0.45 0.47 imp:pre:2s;ind:pre:1s;ind:pre:3s; -bouquiner bouquiner VER 0.81 2.03 0.17 1.08 inf; -bouquinerait bouquiner VER 0.81 2.03 0.00 0.07 cnd:pre:3s; -bouquineur bouquineur NOM m s 0.01 0.00 0.01 0.00 -bouquiniste bouquiniste NOM s 0.41 2.09 0.28 0.95 -bouquinistes bouquiniste NOM p 0.41 2.09 0.12 1.15 -bouquins bouquin NOM m p 13.49 27.70 5.46 13.24 -bouquiné bouquiner VER m s 0.81 2.03 0.03 0.00 par:pas; -bour bour NOM m s 0.09 0.14 0.09 0.14 -bourbe bourbe NOM f s 0.04 0.20 0.04 0.20 -bourbeuse bourbeux ADJ f s 0.03 1.89 0.00 0.61 -bourbeuses bourbeux ADJ f p 0.03 1.89 0.00 0.27 -bourbeux bourbeux ADJ m 0.03 1.89 0.03 1.01 -bourbier bourbier NOM m s 1.12 1.35 1.10 1.01 -bourbiers bourbier NOM m p 1.12 1.35 0.02 0.34 -bourbon bourbon NOM m s 2.76 6.96 2.66 6.96 -bourbonien bourbonien ADJ m s 0.00 0.95 0.00 0.81 -bourbonienne bourbonien ADJ f s 0.00 0.95 0.00 0.14 -bourbons bourbon NOM m p 2.76 6.96 0.10 0.00 -bourdaine bourdaine NOM f s 0.00 0.14 0.00 0.07 -bourdaines bourdaine NOM f p 0.00 0.14 0.00 0.07 -bourdalous bourdalou NOM m p 0.00 0.07 0.00 0.07 -bourde bourde NOM f s 1.54 0.95 1.10 0.54 -bourdes bourde NOM f p 1.54 0.95 0.44 0.41 -bourdillon bourdillon NOM m s 0.14 0.07 0.14 0.07 -bourdon bourdon NOM m s 1.28 5.54 1.17 4.73 -bourdonna bourdonner VER 2.20 9.53 0.00 0.41 ind:pas:3s; -bourdonnaient bourdonner VER 2.20 9.53 0.05 1.76 ind:imp:3p; -bourdonnais bourdonner VER 2.20 9.53 0.00 0.07 ind:imp:1s; -bourdonnait bourdonner VER 2.20 9.53 0.13 2.23 ind:imp:3s; -bourdonnant bourdonner VER 2.20 9.53 0.01 1.01 par:pre; -bourdonnante bourdonnant ADJ f s 0.06 2.97 0.03 1.35 -bourdonnantes bourdonnant ADJ f p 0.06 2.97 0.01 1.01 -bourdonnants bourdonnant ADJ m p 0.06 2.97 0.01 0.34 -bourdonne bourdonner VER 2.20 9.53 0.87 1.42 ind:pre:3s; -bourdonnement bourdonnement NOM m s 1.71 10.54 1.63 9.19 -bourdonnements bourdonnement NOM m p 1.71 10.54 0.08 1.35 -bourdonnent bourdonner VER 2.20 9.53 1.05 1.49 ind:pre:3p; -bourdonner bourdonner VER 2.20 9.53 0.07 1.08 inf; -bourdonné bourdonner VER m s 2.20 9.53 0.01 0.07 par:pas; -bourdons bourdon NOM m p 1.28 5.54 0.11 0.81 -bourg bourg NOM m s 1.60 15.88 1.48 13.85 -bourgade bourgade NOM f s 0.46 3.99 0.44 2.91 -bourgades bourgade NOM f p 0.46 3.99 0.02 1.08 -bourge bourge NOM s 1.22 0.47 0.90 0.07 -bourgeois bourgeois NOM m 6.02 28.65 4.01 23.04 -bourgeoise bourgeois ADJ f s 6.36 23.45 2.80 7.43 -bourgeoisement bourgeoisement ADV 0.00 0.54 0.00 0.54 -bourgeoises bourgeois ADJ f p 6.36 23.45 0.44 4.19 -bourgeoisie bourgeoisie NOM f s 3.65 10.27 3.65 10.14 -bourgeoisies bourgeoisie NOM f p 3.65 10.27 0.00 0.14 -bourgeoisisme bourgeoisisme NOM m s 0.00 0.07 0.00 0.07 -bourgeon bourgeon NOM m s 0.63 2.84 0.47 0.68 -bourgeonnaient bourgeonner VER 0.24 1.22 0.00 0.14 ind:imp:3p; -bourgeonnait bourgeonner VER 0.24 1.22 0.02 0.14 ind:imp:3s; -bourgeonnant bourgeonnant ADJ m s 0.04 0.41 0.01 0.14 -bourgeonnante bourgeonnant ADJ f s 0.04 0.41 0.03 0.07 -bourgeonnants bourgeonnant ADJ m p 0.04 0.41 0.00 0.20 -bourgeonne bourgeonner VER 0.24 1.22 0.03 0.34 ind:pre:1s;ind:pre:3s; -bourgeonnement bourgeonnement NOM m s 0.00 0.27 0.00 0.14 -bourgeonnements bourgeonnement NOM m p 0.00 0.27 0.00 0.14 -bourgeonnent bourgeonner VER 0.24 1.22 0.14 0.00 ind:pre:3p; -bourgeonner bourgeonner VER 0.24 1.22 0.02 0.34 inf; -bourgeonneraient bourgeonner VER 0.24 1.22 0.00 0.07 cnd:pre:3p; -bourgeonneuse bourgeonneux ADJ f s 0.00 0.07 0.00 0.07 -bourgeonné bourgeonner VER m s 0.24 1.22 0.02 0.00 par:pas; -bourgeons bourgeon NOM m p 0.63 2.84 0.16 2.16 -bourgeron bourgeron NOM m s 0.00 1.28 0.00 1.01 -bourgerons bourgeron NOM m p 0.00 1.28 0.00 0.27 -bourges bourge NOM p 1.22 0.47 0.32 0.41 -bourgmestre bourgmestre NOM m s 1.02 1.49 1.01 1.35 -bourgmestres bourgmestre NOM m p 1.02 1.49 0.01 0.14 -bourgogne bourgogne NOM m s 0.52 1.35 0.51 1.01 -bourgognes bourgogne NOM m p 0.52 1.35 0.01 0.34 -bourgs bourg NOM m p 1.60 15.88 0.12 2.03 -bourgueil bourgueil NOM m s 0.00 0.07 0.00 0.07 -bourgues bourgue NOM m p 0.00 0.07 0.00 0.07 -bourguignon bourguignon ADJ m s 0.29 4.19 0.25 2.30 -bourguignonne bourguignon ADJ f s 0.29 4.19 0.04 0.54 -bourguignonnes bourguignon ADJ f p 0.29 4.19 0.01 0.34 -bourguignons bourguignon NOM m p 0.01 1.89 0.00 1.08 -bouriates bouriate ADJ p 0.00 0.07 0.00 0.07 -bouriates bouriate NOM p 0.00 0.07 0.00 0.07 -bourlinguant bourlinguer VER 0.37 0.61 0.01 0.14 par:pre; -bourlingue bourlingue NOM f s 0.01 0.00 0.01 0.00 -bourlinguer bourlinguer VER 0.37 0.61 0.06 0.07 inf; -bourlinguera bourlinguer VER 0.37 0.61 0.00 0.07 ind:fut:3s; -bourlingueur bourlingueur NOM m s 0.02 0.34 0.02 0.27 -bourlingueuses bourlingueur NOM f p 0.02 0.34 0.00 0.07 -bourlinguons bourlinguer VER 0.37 0.61 0.00 0.07 ind:pre:1p; -bourlingué bourlinguer VER m s 0.37 0.61 0.29 0.27 par:pas; -bourra bourrer VER 22.37 29.39 0.00 1.01 ind:pas:3s; -bourrache bourrache NOM f s 0.01 0.07 0.01 0.07 -bourrade bourrade NOM f s 0.00 4.80 0.00 2.70 -bourrades bourrade NOM f p 0.00 4.80 0.00 2.09 -bourrage bourrage NOM m s 0.15 0.27 0.15 0.20 -bourrages bourrage NOM m p 0.15 0.27 0.00 0.07 -bourrai bourrer VER 22.37 29.39 0.00 0.20 ind:pas:1s; -bourraient bourrer VER 22.37 29.39 0.03 0.27 ind:imp:3p; -bourrais bourrer VER 22.37 29.39 0.02 0.14 ind:imp:1s; -bourrait bourrer VER 22.37 29.39 0.40 1.82 ind:imp:3s; -bourrant bourrer VER 22.37 29.39 0.03 0.95 par:pre; -bourrasque bourrasque NOM f s 0.77 6.01 0.55 3.92 -bourrasques bourrasque NOM f p 0.77 6.01 0.22 2.09 -bourratif bourratif ADJ m s 0.03 0.20 0.02 0.07 -bourrative bourratif ADJ f s 0.03 0.20 0.01 0.07 -bourratives bourratif ADJ f p 0.03 0.20 0.00 0.07 -bourre_mou bourre_mou NOM m s 0.01 0.00 0.01 0.00 -bourre_pif bourre_pif NOM m s 0.04 0.07 0.04 0.07 -bourre bourre NOM s 4.37 6.49 4.24 3.92 -bourreau bourreau NOM m s 9.83 12.91 7.28 7.09 -bourreaux bourreau NOM m p 9.83 12.91 2.55 5.81 -bourrelet bourrelet NOM m s 0.49 6.22 0.06 2.64 -bourrelets bourrelet NOM m p 0.49 6.22 0.43 3.58 -bourrelier bourrelier NOM m s 0.00 0.88 0.00 0.81 -bourreliers bourrelier NOM m p 0.00 0.88 0.00 0.07 -bourrellerie bourrellerie NOM f s 0.00 0.27 0.00 0.27 -bourrelé bourreler VER m s 0.00 0.41 0.00 0.27 par:pas; -bourrelée bourreler VER f s 0.00 0.41 0.00 0.07 par:pas; -bourrelés bourreler VER m p 0.00 0.41 0.00 0.07 par:pas; -bourrent bourrer VER 22.37 29.39 0.11 0.54 ind:pre:3p; -bourrer bourrer VER 22.37 29.39 3.48 3.72 inf; -bourrera bourrer VER 22.37 29.39 0.02 0.07 ind:fut:3s; -bourrerai bourrer VER 22.37 29.39 0.02 0.00 ind:fut:1s; -bourres bourrer VER 22.37 29.39 0.33 0.14 ind:pre:2s;sub:pre:2s; -bourreur bourreur NOM m s 0.00 0.14 0.00 0.14 -bourrez bourrer VER 22.37 29.39 0.24 0.07 imp:pre:2p;ind:pre:2p; -bourriche bourriche NOM f s 0.04 0.68 0.04 0.14 -bourriches bourriche NOM f p 0.04 0.68 0.00 0.54 -bourrichon bourrichon NOM m s 0.40 0.20 0.40 0.20 -bourricot bourricot NOM m s 0.52 1.08 0.49 0.34 -bourricots bourricot NOM m p 0.52 1.08 0.03 0.74 -bourrier bourrier NOM m 0.00 0.34 0.00 0.34 -bourrin bourrin NOM m s 0.56 1.62 0.53 1.08 -bourrine bourrine NOM f s 0.01 0.00 0.01 0.00 -bourrins bourrin NOM m p 0.56 1.62 0.04 0.54 -bourriquait bourriquer VER 0.00 0.07 0.00 0.07 ind:imp:3s; -bourrique bourrique NOM f s 1.97 2.97 1.90 2.09 -bourriques bourrique NOM f p 1.97 2.97 0.07 0.88 -bourriquet bourriquet NOM m s 0.16 0.14 0.16 0.07 -bourriquets bourriquet NOM m p 0.16 0.14 0.00 0.07 -bourrons bourrer VER 22.37 29.39 0.02 0.00 imp:pre:1p;ind:pre:1p; -bourrèrent bourrer VER 22.37 29.39 0.00 0.14 ind:pas:3p; -bourré bourrer VER m s 22.37 29.39 11.14 10.41 par:pas; -bourru bourru ADJ m s 0.34 5.20 0.28 3.51 -bourrée bourrer VER f s 22.37 29.39 2.65 2.57 par:pas; -bourrue bourru ADJ f s 0.34 5.20 0.02 1.35 -bourrées bourrer VER f p 22.37 29.39 0.26 2.03 par:pas; -bourrues bourru ADJ f p 0.34 5.20 0.02 0.20 -bourrés bourrer VER m p 22.37 29.39 1.57 3.58 par:pas; -bourrus bourru ADJ m p 0.34 5.20 0.03 0.14 -bourse bourse NOM f s 19.66 13.18 17.48 11.22 -bourses bourse NOM f p 19.66 13.18 2.18 1.96 -boursicot boursicot NOM m s 0.00 0.07 0.00 0.07 -boursicotage boursicotage NOM m s 0.00 0.07 0.00 0.07 -boursicoteur boursicoteur NOM m s 0.04 0.14 0.01 0.14 -boursicoteurs boursicoteur NOM m p 0.04 0.14 0.03 0.00 -boursier boursier ADJ m s 0.73 0.74 0.39 0.20 -boursiers boursier ADJ m p 0.73 0.74 0.13 0.07 -boursière boursier ADJ f s 0.73 0.74 0.15 0.14 -boursières boursier ADJ f p 0.73 0.74 0.07 0.34 -boursouflaient boursoufler VER 0.04 3.04 0.00 0.14 ind:imp:3p; -boursouflait boursoufler VER 0.04 3.04 0.00 0.34 ind:imp:3s; -boursoufle boursoufler VER 0.04 3.04 0.01 0.47 ind:pre:3s; -boursouflement boursouflement NOM m s 0.00 0.07 0.00 0.07 -boursoufler boursoufler VER 0.04 3.04 0.01 0.20 inf; -boursouflé boursouflé ADJ m s 0.25 3.31 0.19 1.22 -boursouflée boursouflé ADJ f s 0.25 3.31 0.03 0.88 -boursouflées boursouflé ADJ f p 0.25 3.31 0.04 0.41 -boursouflure boursouflure NOM f s 0.06 1.82 0.02 0.81 -boursouflures boursouflure NOM f p 0.06 1.82 0.03 1.01 -boursouflés boursouflé ADJ m p 0.25 3.31 0.00 0.81 -bous bouillir VER 7.62 13.58 0.60 0.20 imp:pre:2s;ind:pre:1s;ind:pre:2s; -bousards bousard NOM m p 0.00 0.07 0.00 0.07 -bousbir bousbir NOM m s 0.00 0.54 0.00 0.41 -bousbirs bousbir NOM m p 0.00 0.54 0.00 0.14 -bouscula bousculer VER 8.63 34.46 0.00 2.36 ind:pas:3s; -bousculade bousculade NOM f s 0.90 6.28 0.86 5.34 -bousculades bousculade NOM f p 0.90 6.28 0.03 0.95 -bousculai bousculer VER 8.63 34.46 0.00 0.20 ind:pas:1s; -bousculaient bousculer VER 8.63 34.46 0.05 3.65 ind:imp:3p; -bousculait bousculer VER 8.63 34.46 0.12 3.24 ind:imp:3s; -bousculant bousculer VER 8.63 34.46 0.04 4.53 par:pre; -bouscule bousculer VER 8.63 34.46 2.44 4.12 imp:pre:2s;ind:pre:1s;ind:pre:3s; -bousculent bousculer VER 8.63 34.46 0.50 2.36 ind:pre:3p; -bousculer bousculer VER 8.63 34.46 2.17 5.07 inf; -bousculera bousculer VER 8.63 34.46 0.16 0.00 ind:fut:3s; -bousculerait bousculer VER 8.63 34.46 0.03 0.00 cnd:pre:3s; -bousculerons bousculer VER 8.63 34.46 0.00 0.07 ind:fut:1p; -bousculeront bousculer VER 8.63 34.46 0.04 0.14 ind:fut:3p; -bousculez bousculer VER 8.63 34.46 0.47 0.14 imp:pre:2p;ind:pre:2p; -bousculons bousculer VER 8.63 34.46 0.00 0.07 imp:pre:1p; -bousculât bousculer VER 8.63 34.46 0.00 0.07 sub:imp:3s; -bousculèrent bousculer VER 8.63 34.46 0.00 0.88 ind:pas:3p; -bousculé bousculer VER m s 8.63 34.46 2.01 4.19 par:pas; -bousculée bousculer VER f s 8.63 34.46 0.46 1.49 par:pas; -bousculées bousculer VER f p 8.63 34.46 0.01 0.20 par:pas; -bousculés bousculer VER m p 8.63 34.46 0.13 1.69 par:pas; -bouse bouse NOM f s 1.93 5.14 1.71 3.72 -bouses bouse NOM f p 1.93 5.14 0.22 1.42 -bouseuse bouseux NOM f s 2.44 1.22 0.16 0.07 -bouseux bouseux NOM m 2.44 1.22 2.29 1.15 -bousier bousier NOM m s 0.06 0.34 0.03 0.14 -bousiers bousier NOM m p 0.06 0.34 0.03 0.20 -bousillage bousillage NOM m s 0.15 0.27 0.15 0.20 -bousillages bousillage NOM m p 0.15 0.27 0.00 0.07 -bousillaient bousiller VER 12.91 3.24 0.00 0.07 ind:imp:3p; -bousillais bousiller VER 12.91 3.24 0.01 0.07 ind:imp:1s;ind:imp:2s; -bousillait bousiller VER 12.91 3.24 0.03 0.07 ind:imp:3s; -bousillant bousiller VER 12.91 3.24 0.02 0.27 par:pre; -bousille bousiller VER 12.91 3.24 2.34 0.14 imp:pre:2s;ind:pre:1s;ind:pre:3s; -bousillent bousiller VER 12.91 3.24 0.20 0.00 ind:pre:3p; -bousiller bousiller VER 12.91 3.24 4.05 1.15 inf; -bousillera bousiller VER 12.91 3.24 0.19 0.00 ind:fut:3s; -bousillerai bousiller VER 12.91 3.24 0.07 0.00 ind:fut:1s; -bousillerait bousiller VER 12.91 3.24 0.01 0.00 cnd:pre:3s; -bousilleras bousiller VER 12.91 3.24 0.01 0.00 ind:fut:2s; -bousilleront bousiller VER 12.91 3.24 0.01 0.00 ind:fut:3p; -bousilles bousiller VER 12.91 3.24 0.70 0.07 ind:pre:2s; -bousilleur bousilleur NOM m s 0.03 0.00 0.03 0.00 -bousillez bousiller VER 12.91 3.24 0.42 0.07 imp:pre:2p;ind:pre:2p; -bousilliez bousiller VER 12.91 3.24 0.02 0.00 ind:imp:2p; -bousillons bousiller VER 12.91 3.24 0.03 0.00 imp:pre:1p; -bousillé bousiller VER m s 12.91 3.24 4.00 0.74 par:pas; -bousillée bousiller VER f s 12.91 3.24 0.52 0.34 par:pas; -bousillées bousiller VER f p 12.91 3.24 0.16 0.07 par:pas; -bousillés bousiller VER m p 12.91 3.24 0.11 0.20 par:pas; -bousin bousin NOM m s 0.00 0.14 0.00 0.07 -bousine bousine NOM f s 0.00 0.14 0.00 0.14 -bousins bousin NOM m p 0.00 0.14 0.00 0.07 -boussole boussole NOM f s 2.91 4.66 2.71 4.05 -boussoles boussole NOM f p 2.91 4.66 0.20 0.61 -boustifaille boustifaille NOM f s 0.23 0.81 0.23 0.74 -boustifailles boustifaille NOM f p 0.23 0.81 0.00 0.07 -boustifailleuse boustifailleur NOM f s 0.00 0.07 0.00 0.07 -boustrophédon boustrophédon NOM m s 0.00 0.20 0.00 0.20 -bout_dehors bout_dehors NOM m 0.00 0.20 0.00 0.20 -bout_rimé bout_rimé NOM m s 0.14 0.07 0.14 0.00 -bout bout NOM m s 128.33 398.11 121.12 375.68 -bouta bouter VER 0.47 1.55 0.00 0.14 ind:pas:3s; -boutade boutade NOM f s 0.25 1.49 0.19 1.35 -boutades boutade NOM f p 0.25 1.49 0.06 0.14 -boutanche boutanche NOM f s 0.17 2.16 0.16 1.42 -boutanches boutanche NOM f p 0.17 2.16 0.01 0.74 -boutargue boutargue NOM f s 0.00 0.07 0.00 0.07 -boutasse bouter VER 0.47 1.55 0.00 0.54 sub:imp:1s; -boute_en_train boute_en_train NOM m 0.39 0.74 0.39 0.74 -boute bouter VER 0.47 1.55 0.03 0.27 ind:pre:3s; -boutefeu boutefeu NOM s 0.02 0.41 0.02 0.41 -boutefeux boutefeux NOM p 0.00 0.20 0.00 0.20 -bouteille bouteille NOM f s 57.24 104.05 42.31 70.41 -bouteilles bouteille NOM f p 57.24 104.05 14.92 33.65 -bouteillon bouteillon NOM m s 0.00 0.68 0.00 0.47 -bouteillons bouteillon NOM m p 0.00 0.68 0.00 0.20 -bouter bouter VER 0.47 1.55 0.16 0.20 inf; -bouterais bouter VER 0.47 1.55 0.00 0.07 cnd:pre:1s; -bouteur bouteur NOM m s 0.02 0.07 0.02 0.00 -bouteurs bouteur NOM m p 0.02 0.07 0.00 0.07 -bouthéon bouthéon NOM m s 0.00 1.15 0.00 0.68 -bouthéons bouthéon NOM m p 0.00 1.15 0.00 0.47 -boutillier boutillier NOM m s 0.00 0.14 0.00 0.14 -boutique_cadeaux boutique_cadeaux NOM f s 0.02 0.00 0.02 0.00 -boutique boutique NOM f s 26.53 48.92 22.29 36.01 -boutiquer boutiquer VER 0.00 0.14 0.00 0.07 inf; -boutiques boutique NOM f p 26.53 48.92 4.24 12.91 -boutiquier boutiquier ADJ m s 0.14 0.61 0.14 0.41 -boutiquiers boutiquier NOM m p 0.18 1.76 0.04 1.15 -boutiquière boutiquier NOM f s 0.18 1.76 0.00 0.20 -boutiquières boutiquier NOM f p 0.18 1.76 0.00 0.07 -boutiqué boutiquer VER m s 0.00 0.14 0.00 0.07 par:pas; -boutisses boutisse NOM f p 0.00 0.07 0.00 0.07 -boutoir boutoir NOM m s 0.00 2.23 0.00 2.23 -bouton_d_or bouton_d_or NOM m s 0.01 0.20 0.00 0.14 -bouton_pression bouton_pression NOM m s 0.04 0.14 0.02 0.07 -bouton bouton NOM m s 32.44 44.46 21.29 21.55 -boutonna boutonner VER 2.17 6.22 0.00 0.41 ind:pas:3s; -boutonnage boutonnage NOM m s 0.00 0.34 0.00 0.34 -boutonnaient boutonner VER 2.17 6.22 0.00 0.07 ind:imp:3p; -boutonnais boutonner VER 2.17 6.22 0.01 0.07 ind:imp:1s;ind:imp:2s; -boutonnait boutonner VER 2.17 6.22 0.00 0.41 ind:imp:3s; -boutonnant boutonner VER 2.17 6.22 0.01 0.34 par:pre; -boutonne boutonner VER 2.17 6.22 0.98 0.95 imp:pre:2s;ind:pre:1s;ind:pre:3s; -boutonnent boutonner VER 2.17 6.22 0.01 0.20 ind:pre:3p; -boutonner boutonner VER 2.17 6.22 0.72 1.35 inf; -boutonnerait boutonner VER 2.17 6.22 0.00 0.07 cnd:pre:3s; -boutonnes boutonner VER 2.17 6.22 0.03 0.00 ind:pre:2s; -boutonneuse boutonneux ADJ f s 0.59 1.76 0.03 0.14 -boutonneuses boutonneux ADJ f p 0.59 1.76 0.01 0.07 -boutonneux boutonneux ADJ m 0.59 1.76 0.55 1.55 -boutonnez boutonner VER 2.17 6.22 0.23 0.00 imp:pre:2p; -boutonnière boutonnière NOM f s 0.73 3.65 0.45 3.18 -boutonnières boutonnière NOM f p 0.73 3.65 0.28 0.47 -boutonné boutonner VER m s 2.17 6.22 0.07 0.81 par:pas; -boutonnée boutonner VER f s 2.17 6.22 0.11 0.95 par:pas; -boutonnées boutonner VER f p 2.17 6.22 0.00 0.34 par:pas; -boutonnés boutonner VER m p 2.17 6.22 0.01 0.27 par:pas; -bouton_d_or bouton_d_or NOM m p 0.01 0.20 0.01 0.07 -bouton_pression bouton_pression NOM m p 0.04 0.14 0.02 0.07 -boutons bouton NOM m p 32.44 44.46 11.16 22.91 -boutre boutre NOM m s 0.00 0.81 0.00 0.68 -boutres boutre NOM m p 0.00 0.81 0.00 0.14 -bout_rimé bout_rimé NOM m p 0.14 0.07 0.00 0.07 -bouts bout NOM m p 128.33 398.11 7.21 22.43 -boëttes boëtte NOM f p 0.00 0.07 0.00 0.07 -bouté bouter VER m s 0.47 1.55 0.14 0.00 par:pas; -boutée bouter VER f s 0.47 1.55 0.00 0.07 par:pas; -boutées bouter VER f p 0.47 1.55 0.00 0.07 par:pas; -bouture bouture NOM f s 0.07 0.47 0.03 0.14 -boutures bouture NOM f p 0.07 0.47 0.04 0.34 -boutés bouter VER m p 0.47 1.55 0.14 0.14 par:pas; -bouée bouée NOM f s 2.04 5.47 1.30 4.59 -bouées bouée NOM f p 2.04 5.47 0.73 0.88 -bouvet bouvet NOM m s 0.00 0.07 0.00 0.07 -bouvier bouvier NOM m s 0.15 1.01 0.12 0.68 -bouviers bouvier NOM m p 0.15 1.01 0.03 0.34 -bouvillon bouvillon NOM m s 0.04 0.20 0.04 0.20 -bouvreuil bouvreuil NOM m s 0.04 0.27 0.01 0.07 -bouvreuils bouvreuil NOM m p 0.04 0.27 0.03 0.20 -bouzine bouzine NOM f s 0.00 0.27 0.00 0.27 -bouzouki bouzouki NOM m s 0.21 0.47 0.21 0.47 -bouzy bouzy NOM m 0.00 0.07 0.00 0.07 -bovidé bovidé NOM m s 0.01 0.68 0.01 0.14 -bovidés bovidé NOM m p 0.01 0.68 0.00 0.54 -bovin bovin ADJ m s 0.28 1.49 0.09 0.47 -bovine bovin ADJ f s 0.28 1.49 0.10 0.68 -bovines bovin ADJ f p 0.28 1.49 0.03 0.07 -bovins bovin NOM m p 0.23 1.49 0.17 1.22 -bow_window bow_window NOM m s 0.00 0.54 0.00 0.27 -bow_window bow_window NOM m p 0.00 0.54 0.00 0.27 -bowling bowling NOM m s 0.00 1.08 0.00 1.08 -box_calf box_calf NOM m s 0.00 0.27 0.00 0.27 -box_office box_office NOM m s 0.35 0.20 0.35 0.14 -box_office box_office NOM m p 0.35 0.20 0.00 0.07 -box box NOM m 2.48 4.05 2.48 4.05 -boxa boxer VER 5.78 2.84 0.01 0.20 ind:pas:3s; -boxaient boxer VER 5.78 2.84 0.00 0.14 ind:imp:3p; -boxais boxer VER 5.78 2.84 0.29 0.00 ind:imp:1s;ind:imp:2s; -boxait boxer VER 5.78 2.84 0.08 0.27 ind:imp:3s; -boxant boxer VER 5.78 2.84 0.05 0.07 par:pre; -boxe boxe NOM f s 9.32 8.58 9.20 7.64 -boxent boxer VER 5.78 2.84 0.01 0.00 ind:pre:3p; -boxer_short boxer_short NOM m s 0.05 0.07 0.05 0.07 -boxer boxer VER 5.78 2.84 3.14 1.28 inf; -boxerai boxer VER 5.78 2.84 0.06 0.00 ind:fut:1s; -boxerais boxer VER 5.78 2.84 0.04 0.00 cnd:pre:1s; -boxerez boxer VER 5.78 2.84 0.02 0.00 ind:fut:2p; -boxers boxer NOM m p 0.75 0.34 0.13 0.14 -boxes boxer VER 5.78 2.84 0.62 0.14 ind:pre:2s; -boxeur boxeur NOM m s 8.71 7.97 6.32 6.15 -boxeurs boxeur NOM m p 8.71 7.97 2.04 1.82 -boxeuse boxeur NOM f s 8.71 7.97 0.35 0.00 -boxez boxer VER 5.78 2.84 0.41 0.07 imp:pre:2p;ind:pre:2p; -boxon boxon NOM m s 0.62 1.01 0.60 0.74 -boxons boxon NOM m p 0.62 1.01 0.02 0.27 -boxé boxer VER m s 5.78 2.84 0.41 0.34 par:pas; -boxés boxer VER m p 5.78 2.84 0.00 0.07 par:pas; -boy_friend boy_friend NOM m s 0.00 0.14 0.00 0.14 -boy_scout boy_scout NOM m s 2.09 1.62 0.86 0.68 -boy_scoutesque boy_scoutesque ADJ f s 0.00 0.07 0.00 0.07 -boy_scout boy_scout NOM m p 2.09 1.62 1.22 0.95 -boy boy NOM m s 12.82 8.51 8.36 6.42 -boyard boyard NOM m s 3.96 0.88 1.72 0.54 -boyards boyard NOM m p 3.96 0.88 2.24 0.34 -boyau boyau NOM m s 2.86 13.58 0.19 8.24 -boyauter boyauter VER 0.00 0.07 0.00 0.07 inf; -boyaux boyau NOM m p 2.86 13.58 2.67 5.34 -boycott boycott NOM m s 0.64 0.00 0.64 0.00 -boycotte boycotter VER 0.67 0.14 0.11 0.00 imp:pre:2s;ind:pre:1s;ind:pre:3s; -boycottent boycotter VER 0.67 0.14 0.17 0.00 ind:pre:3p; -boycotter boycotter VER 0.67 0.14 0.32 0.07 inf; -boycotterai boycotter VER 0.67 0.14 0.01 0.00 ind:fut:1s; -boycotteront boycotter VER 0.67 0.14 0.00 0.07 ind:fut:3p; -boycottes boycotter VER 0.67 0.14 0.01 0.00 ind:pre:2s; -boycottez boycotter VER 0.67 0.14 0.04 0.00 imp:pre:2p; -boycotté boycotter VER m s 0.67 0.14 0.02 0.00 par:pas; -boys boy NOM m p 12.82 8.51 4.46 2.09 -bozo bozo NOM m s 0.25 0.00 0.25 0.00 -brûla brûler VER 110.28 104.73 0.76 2.77 ind:pas:3s; -brûlage brûlage NOM m s 0.10 0.20 0.10 0.20 -brûlai brûler VER 110.28 104.73 0.01 0.27 ind:pas:1s; -brûlaient brûler VER 110.28 104.73 0.97 7.03 ind:imp:3p; -brûlais brûler VER 110.28 104.73 0.50 1.28 ind:imp:1s;ind:imp:2s; -brûlait brûler VER 110.28 104.73 2.69 18.72 ind:imp:3s; -brûlant brûlant ADJ m s 10.48 36.28 4.48 15.68 -brûlante brûlant ADJ f s 10.48 36.28 3.75 10.74 -brûlantes brûlant ADJ f p 10.48 36.28 1.20 4.73 -brûlants brûlant ADJ m p 10.48 36.28 1.06 5.14 -brûlasse brûler VER 110.28 104.73 0.00 0.07 sub:imp:1s; -brûlassent brûler VER 110.28 104.73 0.00 0.07 sub:imp:3p; -brûle_gueule brûle_gueule NOM m s 0.00 0.41 0.00 0.41 -brûle brûler VER 110.28 104.73 33.66 17.77 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -brûlent brûler VER 110.28 104.73 5.41 4.73 ind:pre:3p; -brûler brûler VER 110.28 104.73 23.14 21.15 inf;; -brûlera brûler VER 110.28 104.73 1.75 0.47 ind:fut:3s; -brûlerai brûler VER 110.28 104.73 1.17 0.41 ind:fut:1s; -brûleraient brûler VER 110.28 104.73 0.05 0.20 cnd:pre:3p; -brûlerais brûler VER 110.28 104.73 0.34 0.20 cnd:pre:1s;cnd:pre:2s; -brûlerait brûler VER 110.28 104.73 0.38 1.08 cnd:pre:3s; -brûleras brûler VER 110.28 104.73 0.37 0.07 ind:fut:2s; -brûlerez brûler VER 110.28 104.73 0.18 0.00 ind:fut:2p; -brûlerons brûler VER 110.28 104.73 0.23 0.20 ind:fut:1p; -brûleront brûler VER 110.28 104.73 1.51 0.41 ind:fut:3p; -brûles brûler VER 110.28 104.73 1.57 0.41 ind:pre:2s;sub:pre:2s; -brûleur brûleur NOM m s 0.37 0.34 0.12 0.14 -brûleurs brûleur NOM m p 0.37 0.34 0.23 0.20 -brûleuse brûleur NOM f s 0.37 0.34 0.01 0.00 -brûlez brûler VER 110.28 104.73 4.89 0.61 imp:pre:2p;ind:pre:2p; -brûliez brûler VER 110.28 104.73 0.05 0.00 ind:imp:2p; -brûlions brûler VER 110.28 104.73 0.06 0.07 ind:imp:1p; -brûlis brûlis NOM m 0.11 0.34 0.11 0.34 -brûloirs brûloir NOM m p 0.00 0.07 0.00 0.07 -brûlons brûler VER 110.28 104.73 1.45 0.27 imp:pre:1p;ind:pre:1p; -brûlât brûler VER 110.28 104.73 0.00 0.41 sub:imp:3s; -brûlot brûlot NOM m s 0.14 1.35 0.01 0.74 -brûlots brûlot NOM m p 0.14 1.35 0.14 0.61 -brûlèrent brûler VER 110.28 104.73 0.11 0.54 ind:pas:3p; -brûlé brûler VER m s 110.28 104.73 20.41 11.42 par:pas;par:pas;par:pas; -brûlée brûler VER f s 110.28 104.73 3.57 3.51 par:pas; -brûlées brûler VER f p 110.28 104.73 1.11 1.96 par:pas; -brûlure brûlure NOM f s 6.47 12.50 2.31 9.19 -brûlures brûlure NOM f p 6.47 12.50 4.16 3.31 -brûlés brûler VER m p 110.28 104.73 2.33 3.18 par:pas; -brabant brabant NOM m s 0.20 0.00 0.20 0.00 -brabançon brabançon ADJ m s 0.00 0.27 0.00 0.20 -brabançonne brabançon ADJ f s 0.00 0.27 0.00 0.07 -brabançons brabançon NOM m p 0.00 0.07 0.00 0.07 -bracelet_montre bracelet_montre NOM m s 0.00 2.70 0.00 1.76 -bracelet bracelet NOM m s 13.45 9.53 9.81 5.74 -bracelet_montre bracelet_montre NOM m p 0.00 2.70 0.00 0.95 -bracelets bracelet NOM m p 13.45 9.53 3.63 3.78 -brachial brachial ADJ m s 0.19 0.00 0.12 0.00 -brachiale brachial ADJ f s 0.19 0.00 0.07 0.00 -brachiocéphalique brachiocéphalique ADJ m s 0.01 0.00 0.01 0.00 -brachiosaure brachiosaure NOM m s 0.02 0.00 0.02 0.00 -brachycéphale brachycéphale NOM s 0.00 0.07 0.00 0.07 -brachycéphales brachycéphale ADJ m p 0.00 0.14 0.00 0.14 -braco braco NOM m s 0.00 0.20 0.00 0.20 -braconnage braconnage NOM m s 0.28 0.61 0.27 0.54 -braconnages braconnage NOM m p 0.28 0.61 0.01 0.07 -braconnais braconner VER 0.18 0.95 0.01 0.07 ind:imp:1s; -braconnait braconner VER 0.18 0.95 0.01 0.07 ind:imp:3s; -braconnant braconner VER 0.18 0.95 0.01 0.14 par:pre; -braconne braconner VER 0.18 0.95 0.02 0.14 imp:pre:2s;ind:pre:3s; -braconner braconner VER 0.18 0.95 0.08 0.47 inf; -braconnez braconner VER 0.18 0.95 0.02 0.07 ind:pre:2p; -braconnier braconnier NOM m s 0.85 2.77 0.48 2.03 -braconniers braconnier NOM m p 0.85 2.77 0.36 0.61 -braconnière braconnier NOM f s 0.85 2.77 0.01 0.07 -braconnières braconnier NOM f p 0.85 2.77 0.00 0.07 -braconné braconner VER m s 0.18 0.95 0.02 0.00 par:pas; -bractées bractée NOM f p 0.00 0.20 0.00 0.20 -bradaient brader VER 0.98 1.22 0.00 0.07 ind:imp:3p; -bradait brader VER 0.98 1.22 0.01 0.00 ind:imp:3s; -brade brader VER 0.98 1.22 0.26 0.20 imp:pre:2s;ind:pre:1s;ind:pre:3s; -bradent brader VER 0.98 1.22 0.01 0.14 ind:pre:3p; -brader brader VER 0.98 1.22 0.48 0.20 inf; -braderai brader VER 0.98 1.22 0.10 0.00 ind:fut:1s; -braderais brader VER 0.98 1.22 0.01 0.00 cnd:pre:1s; -braderait brader VER 0.98 1.22 0.01 0.00 cnd:pre:3s; -braderie braderie NOM f s 0.31 0.14 0.31 0.07 -braderies braderie NOM f p 0.31 0.14 0.00 0.07 -bradillon bradillon NOM m s 0.00 0.20 0.00 0.07 -bradillons bradillon NOM m p 0.00 0.20 0.00 0.14 -bradons brader VER 0.98 1.22 0.00 0.07 imp:pre:1p; -bradé brader VER m s 0.98 1.22 0.07 0.41 par:pas; -bradée brader VER f s 0.98 1.22 0.03 0.14 par:pas; -bradycardie bradycardie NOM f s 0.17 0.00 0.17 0.00 -bragard bragard NOM m s 0.00 0.07 0.00 0.07 -braguette braguette NOM f s 3.96 6.69 3.85 5.95 -braguettes braguette NOM f p 3.96 6.69 0.11 0.74 -brahmane brahmane NOM m s 0.02 0.47 0.00 0.20 -brahmanes brahmane NOM m p 0.02 0.47 0.02 0.27 -brahmanique brahmanique ADJ m s 0.00 0.07 0.00 0.07 -brahmanisme brahmanisme NOM m s 0.02 0.07 0.02 0.07 -brahmanistes brahmaniste ADJ m p 0.00 0.07 0.00 0.07 -brahmanistes brahmaniste NOM p 0.00 0.07 0.00 0.07 -brai brai NOM m s 0.02 0.00 0.01 0.00 -braie brayer VER 0.01 0.34 0.01 0.14 ind:pre:3s; -braiement braiement NOM m s 0.01 0.07 0.01 0.00 -braiements braiement NOM m p 0.01 0.07 0.00 0.07 -braies braie NOM f p 0.03 0.81 0.03 0.81 -brailla brailler VER 2.90 14.53 0.00 1.42 ind:pas:3s; -braillaient brailler VER 2.90 14.53 0.00 0.95 ind:imp:3p; -braillait brailler VER 2.90 14.53 0.16 1.96 ind:imp:3s; -braillant brailler VER 2.90 14.53 0.11 1.96 par:pre; -braillard braillard ADJ m s 0.21 2.16 0.10 0.20 -braillarde braillard ADJ f s 0.21 2.16 0.04 0.14 -braillardes braillard ADJ f p 0.21 2.16 0.01 0.07 -braillards braillard ADJ m p 0.21 2.16 0.07 1.76 -braille braille NOM m s 0.55 0.47 0.55 0.47 -braillement braillement NOM m s 0.01 0.54 0.01 0.14 -braillements braillement NOM m p 0.01 0.54 0.00 0.41 -braillent brailler VER 2.90 14.53 0.15 0.74 ind:pre:3p; -brailler brailler VER 2.90 14.53 1.62 3.18 inf; -braillera brailler VER 2.90 14.53 0.14 0.00 ind:fut:3s; -braillerai brailler VER 2.90 14.53 0.16 0.00 ind:fut:1s; -brailles brailler VER 2.90 14.53 0.06 0.07 ind:pre:2s; -brailleur brailleur ADJ m s 0.01 0.07 0.01 0.00 -brailleur brailleur NOM m s 0.03 0.07 0.01 0.00 -brailleurs brailleur NOM m p 0.03 0.07 0.01 0.07 -brailleuse brailleur NOM f s 0.03 0.07 0.01 0.00 -braillez brailler VER 2.90 14.53 0.15 0.00 imp:pre:2p;ind:pre:2p; -braillèrent brailler VER 2.90 14.53 0.00 0.27 ind:pas:3p; -braillé brailler VER m s 2.90 14.53 0.07 1.15 par:pas; -braillée brailler VER f s 2.90 14.53 0.00 0.07 par:pas; -braillés brailler VER m p 2.90 14.53 0.00 0.07 par:pas; -braiment braiment NOM m s 7.91 0.34 2.69 0.27 -braiments braiment NOM m p 7.91 0.34 5.22 0.07 -brain_trust brain_trust NOM m s 0.03 0.07 0.03 0.07 -brainstorming brainstorming NOM m s 0.04 0.00 0.04 0.00 -braire braire VER 0.37 0.61 0.34 0.61 inf; -brais brai NOM m p 0.02 0.00 0.01 0.00 -braise braise NOM f s 2.04 12.23 1.12 5.88 -braiser braiser VER 0.08 0.27 0.04 0.00 inf; -braises braise NOM f p 2.04 12.23 0.93 6.35 -braisillant braisillant ADJ m s 0.00 0.14 0.00 0.07 -braisillante braisillant ADJ f s 0.00 0.14 0.00 0.07 -braisé braisé ADJ m s 0.42 0.20 0.28 0.07 -braisée braisé ADJ f s 0.42 0.20 0.14 0.07 -braisés braisé ADJ m p 0.42 0.20 0.01 0.07 -brait braire VER 0.37 0.61 0.03 0.00 ind:pre:3s; -brama bramer VER 0.12 4.26 0.00 0.54 ind:pas:3s; -bramaient bramer VER 0.12 4.26 0.00 0.14 ind:imp:3p; -bramait bramer VER 0.12 4.26 0.00 0.54 ind:imp:3s; -bramant bramer VER 0.12 4.26 0.00 0.34 par:pre; -brame brame NOM m s 0.01 3.58 0.01 3.24 -bramement bramement NOM m s 0.11 0.20 0.10 0.14 -bramements bramement NOM m p 0.11 0.20 0.01 0.07 -brament bramer VER 0.12 4.26 0.00 0.07 ind:pre:3p; -bramer bramer VER 0.12 4.26 0.01 1.28 inf; -brames bramer VER 0.12 4.26 0.10 0.00 ind:pre:2s; -bramé bramer VER m s 0.12 4.26 0.00 0.81 par:pas; -bramées bramer VER f p 0.12 4.26 0.00 0.07 par:pas; -bran bran NOM m s 0.16 0.07 0.16 0.07 -brancard brancard NOM m s 2.47 7.30 1.97 3.11 -brancarder brancarder VER 0.01 0.00 0.01 0.00 inf; -brancardier brancardier NOM m s 1.42 3.92 0.55 0.54 -brancardiers brancardier NOM m p 1.42 3.92 0.86 3.38 -brancards brancard NOM m p 2.47 7.30 0.51 4.19 -brancha brancher VER 20.34 8.04 0.01 0.27 ind:pas:3s; -branchage branchage NOM m s 0.41 4.46 0.00 0.81 -branchages branchage NOM m p 0.41 4.46 0.41 3.65 -branchai brancher VER 20.34 8.04 0.00 0.14 ind:pas:1s; -branchaient brancher VER 20.34 8.04 0.02 0.20 ind:imp:3p; -branchais brancher VER 20.34 8.04 0.05 0.07 ind:imp:1s; -branchait brancher VER 20.34 8.04 0.23 0.54 ind:imp:3s; -branchant brancher VER 20.34 8.04 0.06 0.07 par:pre; -branche branche NOM f s 18.07 85.61 11.85 24.12 -branchement branchement NOM m s 0.52 0.27 0.33 0.20 -branchements branchement NOM m p 0.52 0.27 0.20 0.07 -branchent brancher VER 20.34 8.04 0.30 0.00 ind:pre:3p; -brancher brancher VER 20.34 8.04 4.40 1.55 inf; -branchera brancher VER 20.34 8.04 0.04 0.00 ind:fut:3s; -brancheraient brancher VER 20.34 8.04 0.00 0.07 cnd:pre:3p; -brancherait brancher VER 20.34 8.04 0.39 0.00 cnd:pre:3s; -brancheras brancher VER 20.34 8.04 0.01 0.00 ind:fut:2s; -brancherez brancher VER 20.34 8.04 0.01 0.07 ind:fut:2p; -branches branche NOM f p 18.07 85.61 6.22 61.49 -branchette branchette NOM f s 0.16 2.30 0.16 0.54 -branchettes branchette NOM f p 0.16 2.30 0.00 1.76 -branchez brancher VER 20.34 8.04 1.44 0.00 imp:pre:2p;ind:pre:2p; -branchiale branchial ADJ f s 0.03 0.00 0.03 0.00 -branchie branchie NOM f s 0.50 0.20 0.03 0.00 -branchies branchie NOM f p 0.50 0.20 0.47 0.20 -branchons brancher VER 20.34 8.04 0.06 0.07 imp:pre:1p;ind:pre:1p; -branché brancher VER m s 20.34 8.04 4.72 1.96 par:pas; -branchu branchu ADJ m s 0.01 0.27 0.00 0.07 -branchée brancher VER f s 20.34 8.04 1.23 0.88 par:pas; -branchue branchu ADJ f s 0.01 0.27 0.00 0.07 -branchées branché ADJ f p 4.64 1.42 0.17 0.00 -branchés branché ADJ m p 4.64 1.42 0.83 0.34 -branchus branchu ADJ m p 0.01 0.27 0.01 0.14 -brand brand NOM m s 0.02 0.14 0.02 0.00 -brandît brandir VER 5.40 22.09 0.00 0.07 sub:imp:3s; -brandade brandade NOM f s 0.14 0.14 0.14 0.14 -brande brand NOM f s 0.02 0.14 0.00 0.14 -brandebourgeois brandebourgeois ADJ m s 0.11 0.14 0.11 0.14 -brandebourgs brandebourg NOM m p 0.00 1.15 0.00 1.15 -brandevin brandevin NOM m s 0.01 0.00 0.01 0.00 -brandevinier brandevinier NOM m s 0.00 0.41 0.00 0.41 -brandi brandir VER m s 5.40 22.09 1.08 2.16 par:pas; -brandie brandir VER f s 5.40 22.09 0.27 0.54 par:pas; -brandies brandir VER f p 5.40 22.09 0.03 0.54 par:pas; -brandillon brandillon NOM m s 0.00 0.61 0.00 0.34 -brandillons brandillon NOM m p 0.00 0.61 0.00 0.27 -brandir brandir VER 5.40 22.09 1.01 1.42 inf; -brandira brandir VER 5.40 22.09 0.27 0.07 ind:fut:3s; -brandirait brandir VER 5.40 22.09 0.00 0.07 cnd:pre:3s; -brandirent brandir VER 5.40 22.09 0.00 0.14 ind:pas:3p; -brandiront brandir VER 5.40 22.09 0.14 0.07 ind:fut:3p; -brandis brandir VER m p 5.40 22.09 0.36 0.74 imp:pre:2s;ind:pre:1s;ind:pre:2s;par:pas; -brandissaient brandir VER 5.40 22.09 0.01 0.88 ind:imp:3p; -brandissais brandir VER 5.40 22.09 0.05 0.34 ind:imp:1s;ind:imp:2s; -brandissait brandir VER 5.40 22.09 0.07 3.18 ind:imp:3s; -brandissant brandir VER 5.40 22.09 0.84 5.54 par:pre; -brandisse brandir VER 5.40 22.09 0.01 0.14 sub:pre:3s; -brandissent brandir VER 5.40 22.09 0.47 0.68 ind:pre:3p; -brandissez brandir VER 5.40 22.09 0.28 0.07 imp:pre:2p;ind:pre:2p; -brandissiez brandir VER 5.40 22.09 0.01 0.00 ind:imp:2p; -brandissions brandir VER 5.40 22.09 0.00 0.07 ind:imp:1p; -brandissons brandir VER 5.40 22.09 0.01 0.07 imp:pre:1p; -brandit brandir VER 5.40 22.09 0.49 5.34 ind:pre:3s;ind:pas:3s; -brandon brandon NOM m s 0.12 0.81 0.02 0.68 -brandons brandon NOM m p 0.12 0.81 0.10 0.14 -brandouille brandouiller VER 0.00 0.07 0.00 0.07 ind:pre:3s; -brandy brandy NOM m s 3.10 0.14 3.10 0.14 -branla branler VER 12.72 9.93 0.00 0.27 ind:pas:3s; -branlage branlage NOM m 0.02 0.07 0.02 0.07 -branlaient branler VER 12.72 9.93 0.03 0.34 ind:imp:3p; -branlais branler VER 12.72 9.93 0.33 0.27 ind:imp:1s;ind:imp:2s; -branlait branler VER 12.72 9.93 0.11 1.49 ind:imp:3s; -branlant branlant ADJ m s 0.56 4.66 0.20 1.55 -branlante branlant ADJ f s 0.56 4.66 0.28 1.76 -branlantes branlant ADJ f p 0.56 4.66 0.07 0.95 -branlants branlant ADJ m p 0.56 4.66 0.01 0.41 -branle_bas branle_bas NOM m 0.29 1.82 0.29 1.82 -branle branler VER 12.72 9.93 5.07 2.30 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:1s; -branlement branlement NOM m s 0.01 0.07 0.01 0.07 -branlent branler VER 12.72 9.93 0.27 0.34 ind:pre:3p; -branler branler VER 12.72 9.93 4.82 3.04 inf; -branlera branler VER 12.72 9.93 0.02 0.00 ind:fut:3s; -branlerais branler VER 12.72 9.93 0.04 0.00 cnd:pre:1s;cnd:pre:2s; -branlerait branler VER 12.72 9.93 0.00 0.07 cnd:pre:3s; -branles branler VER 12.72 9.93 1.27 0.34 ind:pre:2s; -branlette branlette NOM f s 3.25 0.68 2.68 0.41 -branlettes branlette NOM f p 3.25 0.68 0.57 0.27 -branleur branleur NOM m s 5.08 1.35 2.90 0.34 -branleurs branleur NOM m p 5.08 1.35 2.15 0.81 -branleuse branleur NOM f s 5.08 1.35 0.03 0.14 -branleuses branleuse NOM f p 0.14 0.00 0.14 0.00 -branlez branler VER 12.72 9.93 0.18 0.20 imp:pre:2p;ind:pre:2p; -branlochais branlocher VER 0.00 0.20 0.00 0.07 ind:imp:1s; -branlochant branlocher VER 0.00 0.20 0.00 0.07 par:pre; -branlochent branlocher VER 0.00 0.20 0.00 0.07 ind:pre:3p; -branlé branler VER m s 12.72 9.93 0.41 0.41 par:pas; -branlée branlée NOM f s 0.80 0.47 0.80 0.47 -branlés branler VER m p 12.72 9.93 0.03 0.00 par:pas; -branque branque ADJ s 0.68 3.11 0.42 2.43 -branques branque ADJ m p 0.68 3.11 0.26 0.68 -branquignol branquignol NOM m s 0.05 0.07 0.03 0.00 -branquignols branquignol NOM m p 0.05 0.07 0.02 0.07 -braqua braquer VER 15.67 15.54 0.01 0.54 ind:pas:3s; -braquage braquage NOM m s 7.74 1.62 6.49 1.22 -braquages braquage NOM m p 7.74 1.62 1.26 0.41 -braquai braquer VER 15.67 15.54 0.00 0.14 ind:pas:1s; -braquaient braquer VER 15.67 15.54 0.18 0.14 ind:imp:3p; -braquais braquer VER 15.67 15.54 0.07 0.27 ind:imp:1s;ind:imp:2s; -braquait braquer VER 15.67 15.54 0.32 1.28 ind:imp:3s; -braquant braquer VER 15.67 15.54 0.28 1.01 par:pre; -braque braquer VER 15.67 15.54 1.94 1.49 imp:pre:2s;ind:pre:1s;ind:pre:3s; -braquemart braquemart NOM m s 0.22 0.61 0.19 0.61 -braquemarts braquemart NOM m p 0.22 0.61 0.03 0.00 -braquent braquer VER 15.67 15.54 0.28 0.68 ind:pre:3p; -braquer braquer VER 15.67 15.54 5.19 2.97 inf; -braquera braquer VER 15.67 15.54 0.05 0.00 ind:fut:3s; -braquerais braquer VER 15.67 15.54 0.00 0.07 cnd:pre:2s; -braquerait braquer VER 15.67 15.54 0.05 0.00 cnd:pre:3s; -braques braquer VER 15.67 15.54 0.73 0.07 ind:pre:2s; -braquet braquet NOM m s 0.00 0.20 0.00 0.14 -braquets braquet NOM m p 0.00 0.20 0.00 0.07 -braqueur braqueur NOM m s 2.91 1.01 1.74 0.54 -braqueurs braqueur NOM m p 2.91 1.01 1.14 0.47 -braqueuse braqueur NOM f s 2.91 1.01 0.03 0.00 -braqueuses braqueuse NOM f p 0.21 0.00 0.21 0.00 -braquez braquer VER 15.67 15.54 0.23 0.07 imp:pre:2p;ind:pre:2p; -braquèrent braquer VER 15.67 15.54 0.00 0.14 ind:pas:3p; -braqué braquer VER m s 15.67 15.54 4.79 2.57 par:pas; -braquée braquer VER f s 15.67 15.54 0.47 1.08 par:pas; -braquées braquer VER f p 15.67 15.54 0.40 0.74 par:pas; -braqués braquer VER m p 15.67 15.54 0.70 2.30 par:pas; -bras bras NOM m 149.26 487.97 149.26 487.97 -brasage brasage NOM m s 0.00 0.07 0.00 0.07 -braser braser VER 0.00 0.07 0.00 0.07 inf; -brasero brasero NOM m s 0.04 1.82 0.02 1.15 -braseros brasero NOM m p 0.04 1.82 0.01 0.68 -brasier brasier NOM m s 1.47 6.42 1.43 5.81 -brasiers brasier NOM m p 1.47 6.42 0.04 0.61 -brasillaient brasiller VER 0.00 0.88 0.00 0.34 ind:imp:3p; -brasillait brasiller VER 0.00 0.88 0.00 0.14 ind:imp:3s; -brasillant brasiller VER 0.00 0.88 0.00 0.07 par:pre; -brasille brasiller VER 0.00 0.88 0.00 0.14 ind:pre:3s; -brasillement brasillement NOM m s 0.00 0.20 0.00 0.20 -brasiller brasiller VER 0.00 0.88 0.00 0.20 inf; -brassage brassage NOM m s 0.09 0.81 0.09 0.61 -brassages brassage NOM m p 0.09 0.81 0.00 0.20 -brassai brasser VER 1.03 5.61 0.00 0.07 ind:pas:1s; -brassaient brasser VER 1.03 5.61 0.01 0.27 ind:imp:3p; -brassait brasser VER 1.03 5.61 0.01 0.95 ind:imp:3s; -brassant brasser VER 1.03 5.61 0.01 0.95 par:pre; -brassard brassard NOM m s 0.71 4.93 0.42 3.92 -brassards brassard NOM m p 0.71 4.93 0.29 1.01 -brasse brasse NOM f s 0.67 2.16 0.37 0.81 -brassent brasser VER 1.03 5.61 0.01 0.27 ind:pre:3p; -brasser brasser VER 1.03 5.61 0.43 0.74 inf; -brasserie_hôtel brasserie_hôtel NOM f s 0.00 0.07 0.00 0.07 -brasserie brasserie NOM f s 1.89 9.05 1.31 7.97 -brasseries brasserie NOM f p 1.89 9.05 0.58 1.08 -brasseront brasser VER 1.03 5.61 0.00 0.07 ind:fut:3p; -brasses brasse NOM f p 0.67 2.16 0.30 1.35 -brasseur brasseur NOM m s 0.24 0.54 0.23 0.34 -brasseurs brasseur NOM m p 0.24 0.54 0.01 0.20 -brassez brasser VER 1.03 5.61 0.03 0.00 imp:pre:2p;ind:pre:2p; -brassicourt brassicourt ADJ m s 0.00 0.07 0.00 0.07 -brassions brasser VER 1.03 5.61 0.00 0.14 ind:imp:1p; -brassière brassière NOM f s 0.55 0.54 0.36 0.20 -brassières brassière NOM f p 0.55 0.54 0.18 0.34 -brassé brasser VER m s 1.03 5.61 0.20 0.54 par:pas; -brassée brassée NOM f s 0.06 3.18 0.04 1.96 -brassées brassée NOM f p 0.06 3.18 0.02 1.22 -brassés brasser VER m p 1.03 5.61 0.01 0.14 par:pas; -brasure brasure NOM f s 0.00 0.07 0.00 0.07 -brava braver VER 3.20 5.20 0.22 0.41 ind:pas:3s; -bravache bravache ADJ m s 0.16 0.14 0.14 0.07 -bravaches bravache NOM m p 0.08 0.27 0.01 0.20 -bravade bravade NOM f s 0.15 1.69 0.12 1.42 -bravades bravade NOM f p 0.15 1.69 0.03 0.27 -bravaient braver VER 3.20 5.20 0.00 0.20 ind:imp:3p; -bravais braver VER 3.20 5.20 0.16 0.14 ind:imp:1s;ind:imp:2s; -bravait braver VER 3.20 5.20 0.01 0.41 ind:imp:3s; -bravant braver VER 3.20 5.20 0.36 0.74 par:pre; -brave brave ADJ s 30.93 35.00 24.55 23.31 -bravement bravement ADV 0.59 3.78 0.59 3.78 -bravent braver VER 3.20 5.20 0.02 0.07 ind:pre:3p; -braver braver VER 3.20 5.20 1.48 2.09 inf; -braverai braver VER 3.20 5.20 0.02 0.00 ind:fut:1s; -braveraient braver VER 3.20 5.20 0.01 0.00 cnd:pre:3p; -braverait braver VER 3.20 5.20 0.00 0.07 cnd:pre:3s; -braveries braverie NOM f p 0.00 0.07 0.00 0.07 -braveriez braver VER 3.20 5.20 0.01 0.00 cnd:pre:2p; -braves brave ADJ p 30.93 35.00 6.39 11.69 -bravez braver VER 3.20 5.20 0.03 0.00 imp:pre:2p;ind:pre:2p; -bravissimo bravissimo NOM m s 0.15 0.20 0.15 0.20 -bravo bravo ONO 48.98 7.91 48.98 7.91 -bravons braver VER 3.20 5.20 0.02 0.00 imp:pre:1p; -bravos bravo NOM m p 8.93 4.59 0.73 1.35 -bravoure bravoure NOM f s 2.78 3.18 2.78 3.18 -bravèrent braver VER 3.20 5.20 0.03 0.00 ind:pas:3p; -bravé braver VER m s 3.20 5.20 0.45 0.20 par:pas; -bravée braver VER f s 3.20 5.20 0.00 0.07 par:pas; -brayaient brayer VER 0.01 0.34 0.00 0.07 ind:imp:3p; -brayait brayer VER 0.01 0.34 0.00 0.07 ind:imp:3s; -braye braye NOM f s 0.00 0.61 0.00 0.61 -brayes brayer VER 0.01 0.34 0.00 0.07 ind:pre:2s; -brayons brayon NOM m p 0.00 0.07 0.00 0.07 -break_down break_down NOM m 0.00 0.14 0.00 0.14 -break break NOM m s 7.18 2.09 6.91 1.96 -breakdance breakdance NOM f s 0.10 0.00 0.10 0.00 -breakfast breakfast NOM m s 0.64 1.22 0.60 1.22 -breakfasts breakfast NOM m p 0.64 1.22 0.03 0.00 -breaks break NOM m p 7.18 2.09 0.27 0.14 -brebis brebis NOM f 7.02 7.03 7.02 7.03 -brechtienne brechtien NOM f s 0.00 0.07 0.00 0.07 -bredin bredin NOM m s 0.00 0.07 0.00 0.07 -bredouilla bredouiller VER 0.73 13.38 0.00 4.46 ind:pas:3s; -bredouillage bredouillage NOM m s 0.00 0.14 0.00 0.14 -bredouillai bredouiller VER 0.73 13.38 0.00 0.41 ind:pas:1s; -bredouillaient bredouiller VER 0.73 13.38 0.00 0.41 ind:imp:3p; -bredouillais bredouiller VER 0.73 13.38 0.00 0.41 ind:imp:1s; -bredouillait bredouiller VER 0.73 13.38 0.06 1.01 ind:imp:3s; -bredouillant bredouiller VER 0.73 13.38 0.00 1.42 par:pre; -bredouillante bredouillant ADJ f s 0.00 0.20 0.00 0.07 -bredouille bredouille ADJ s 1.41 2.70 1.18 2.09 -bredouillement bredouillement NOM m s 0.00 0.68 0.00 0.54 -bredouillements bredouillement NOM m p 0.00 0.68 0.00 0.14 -bredouillent bredouiller VER 0.73 13.38 0.00 0.07 ind:pre:3p; -bredouiller bredouiller VER 0.73 13.38 0.11 1.96 inf; -bredouilles bredouille ADJ m p 1.41 2.70 0.23 0.61 -bredouilleurs bredouilleur NOM m p 0.00 0.07 0.00 0.07 -bredouillez bredouiller VER 0.73 13.38 0.11 0.00 imp:pre:2p;ind:pre:2p; -bredouillis bredouillis NOM m 0.00 0.14 0.00 0.14 -bredouillé bredouiller VER m s 0.73 13.38 0.13 1.15 par:pas; -bredouillées bredouiller VER f p 0.73 13.38 0.00 0.14 par:pas; -bref bref ADV 22.26 38.78 22.26 38.78 -brefs bref ADJ m p 15.63 74.80 0.92 10.20 -bregma bregma NOM m s 0.01 0.00 0.01 0.00 -breitschwanz breitschwanz NOM m s 0.00 0.20 0.00 0.20 -brelan brelan NOM m s 1.29 0.54 1.28 0.54 -brelans brelan NOM m p 1.29 0.54 0.01 0.00 -breloque breloque NOM f s 0.56 1.69 0.27 0.95 -breloques breloque NOM f p 0.56 1.69 0.29 0.74 -breneuses breneux ADJ f p 0.00 0.14 0.00 0.07 -breneux breneux ADJ m s 0.00 0.14 0.00 0.07 -bressan bressan ADJ m s 0.00 0.68 0.00 0.20 -bressane bressan ADJ f s 0.00 0.68 0.00 0.34 -bressanes bressan ADJ f p 0.00 0.68 0.00 0.07 -bressans bressan ADJ m p 0.00 0.68 0.00 0.07 -brestois brestois NOM m 0.00 0.20 0.00 0.14 -brestoise brestois NOM f s 0.00 0.20 0.00 0.07 -bretelle bretelle NOM f s 2.63 13.04 1.10 3.72 -bretelles bretelle NOM f p 2.63 13.04 1.54 9.32 -breton breton ADJ m s 0.71 9.86 0.17 3.99 -bretonnant bretonnant ADJ m s 0.00 0.14 0.00 0.07 -bretonnants bretonnant ADJ m p 0.00 0.14 0.00 0.07 -bretonne breton ADJ f s 0.71 9.86 0.54 3.18 -bretonnes bretonne NOM f p 0.03 0.00 0.01 0.00 -bretons breton NOM m p 0.32 4.86 0.18 1.35 -brette brette NOM f s 0.01 0.00 0.01 0.00 -bretteur bretteur NOM m s 0.31 0.20 0.27 0.00 -bretteurs bretteur NOM m p 0.31 0.20 0.04 0.20 -bretzel bretzel NOM s 1.51 0.47 0.47 0.07 -bretzels bretzel NOM p 1.51 0.47 1.04 0.41 -breuil breuil NOM m s 0.00 0.14 0.00 0.07 -breuils breuil NOM m p 0.00 0.14 0.00 0.07 -breuvage breuvage NOM m s 0.88 2.57 0.83 2.09 -breuvages breuvage NOM m p 0.88 2.57 0.04 0.47 -brevet brevet NOM m s 3.10 3.58 1.83 3.11 -breveter breveter VER 0.49 0.41 0.32 0.14 inf; -brevets brevet NOM m p 3.10 3.58 1.27 0.47 -breveté breveté ADJ m s 0.36 0.61 0.30 0.47 -brevetée breveter VER f s 0.49 0.41 0.05 0.07 par:pas; -brevetées breveté ADJ f p 0.36 0.61 0.03 0.07 -brevetés breveter VER m p 0.49 0.41 0.03 0.00 par:pas; -bri bri NOM m s 0.54 0.41 0.54 0.41 -briard briard ADJ m s 0.03 0.20 0.03 0.14 -briarde briard ADJ f s 0.03 0.20 0.00 0.07 -briards briard NOM m p 0.01 0.20 0.00 0.07 -bribe bribe NOM f s 0.88 14.73 0.03 1.55 -bribes bribe NOM f p 0.88 14.73 0.85 13.18 -bric_à_brac bric_à_brac NOM m 0.00 3.24 0.00 3.24 -bric_et_de_broc bric_et_de_broc ADV 0.03 0.47 0.03 0.47 -bricheton bricheton NOM m s 0.00 0.68 0.00 0.68 -brick brick NOM m s 1.51 0.34 1.30 0.14 -bricks brick NOM m p 1.51 0.34 0.21 0.20 -bricola bricoler VER 4.03 6.15 0.00 0.07 ind:pas:3s; -bricolage bricolage NOM m s 0.89 1.76 0.87 1.28 -bricolages bricolage NOM m p 0.89 1.76 0.01 0.47 -bricolaient bricoler VER 4.03 6.15 0.01 0.07 ind:imp:3p; -bricolais bricoler VER 4.03 6.15 0.01 0.14 ind:imp:1s;ind:imp:2s; -bricolait bricoler VER 4.03 6.15 0.19 0.88 ind:imp:3s; -bricolant bricoler VER 4.03 6.15 0.01 0.20 par:pre; -bricole bricoler VER 4.03 6.15 1.41 1.08 imp:pre:2s;ind:pre:1s;ind:pre:3s; -bricolent bricoler VER 4.03 6.15 0.04 0.20 ind:pre:3p; -bricoler bricoler VER 4.03 6.15 1.33 1.82 inf; -bricoles bricole NOM f p 1.83 5.68 1.41 3.99 -bricoleur bricoleur NOM m s 0.58 0.54 0.52 0.27 -bricoleurs bricoleur NOM m p 0.58 0.54 0.04 0.27 -bricoleuse bricoleur NOM f s 0.58 0.54 0.03 0.00 -bricolez bricoler VER 4.03 6.15 0.23 0.07 ind:pre:2p; -bricolo bricolo NOM m s 0.04 0.27 0.04 0.14 -bricolons bricoler VER 4.03 6.15 0.01 0.00 ind:pre:1p; -bricolos bricolo NOM m p 0.04 0.27 0.00 0.14 -bricolé bricoler VER m s 4.03 6.15 0.61 0.88 par:pas; -bricolée bricoler VER f s 4.03 6.15 0.07 0.47 par:pas; -bricolées bricoler VER f p 4.03 6.15 0.01 0.07 par:pas; -bricolés bricoler VER m p 4.03 6.15 0.01 0.14 par:pas; -bridais brider VER 0.91 2.30 0.00 0.07 ind:imp:1s; -bridait brider VER 0.91 2.30 0.00 0.41 ind:imp:3s; -bridant brider VER 0.91 2.30 0.10 0.07 par:pre; -bride bride NOM f s 1.79 10.07 1.63 8.92 -brident brider VER 0.91 2.30 0.04 0.07 ind:pre:3p; -brider brider VER 0.91 2.30 0.27 0.47 inf; -brides bride NOM f p 1.79 10.07 0.16 1.15 -bridez brider VER 0.91 2.30 0.01 0.00 ind:pre:2p; -bridge bridge NOM m s 4.33 4.12 4.31 3.99 -bridgeait bridger VER 0.36 0.61 0.00 0.20 ind:imp:3s; -bridgeant bridger VER 0.36 0.61 0.00 0.07 par:pre; -bridgent bridger VER 0.36 0.61 0.00 0.07 ind:pre:3p; -bridgeons bridger VER 0.36 0.61 0.00 0.07 ind:pre:1p; -bridger bridger VER 0.36 0.61 0.35 0.14 inf; -bridges bridge NOM m p 4.33 4.12 0.02 0.14 -bridgeurs bridgeur NOM m p 0.02 0.07 0.00 0.07 -bridgeuse bridgeur NOM f s 0.02 0.07 0.02 0.00 -bridgez bridger VER 0.36 0.61 0.01 0.00 ind:pre:2p; -bridgées bridger VER f p 0.36 0.61 0.00 0.07 par:pas; -bridon bridon NOM m s 0.00 0.41 0.00 0.34 -bridons bridon NOM m p 0.00 0.41 0.00 0.07 -bridé bridé ADJ m s 1.45 2.64 0.63 0.20 -bridée bridé ADJ f s 1.45 2.64 0.14 0.20 -bridées bridé ADJ f p 1.45 2.64 0.11 0.14 -bridés bridé ADJ m p 1.45 2.64 0.57 2.09 -brie brie NOM s 0.33 0.88 0.33 0.74 -briefe briefer VER 2.04 0.00 0.17 0.00 imp:pre:2s;ind:pre:1s;ind:pre:3s; -briefer briefer VER 2.04 0.00 0.62 0.00 inf; -briefera briefer VER 2.04 0.00 0.09 0.00 ind:fut:3s; -brieferai briefer VER 2.04 0.00 0.20 0.00 ind:fut:1s; -brieferas briefer VER 2.04 0.00 0.05 0.00 ind:fut:2s; -briefes briefer VER 2.04 0.00 0.04 0.00 ind:pre:2s; -briefez briefer VER 2.04 0.00 0.06 0.00 imp:pre:2p; -briefing briefing NOM m s 3.25 0.47 3.00 0.34 -briefings briefing NOM m p 3.25 0.47 0.24 0.14 -briefé briefer VER m s 2.04 0.00 0.49 0.00 par:pas; -briefée briefer VER f s 2.04 0.00 0.07 0.00 par:pas; -briefés briefer VER m p 2.04 0.00 0.24 0.00 par:pas; -bries brie NOM p 0.33 0.88 0.00 0.14 -brifez brifer VER 0.00 0.07 0.00 0.07 imp:pre:2p; -briffe briffer VER 0.12 0.88 0.10 0.34 ind:pre:1s;ind:pre:3s; -briffer briffer VER 0.12 0.88 0.02 0.54 inf; -brigade brigade NOM f s 16.65 12.43 13.75 8.78 -brigades brigade NOM f p 16.65 12.43 2.90 3.65 -brigadier_chef brigadier_chef NOM m s 0.01 1.96 0.01 1.82 -brigadier brigadier NOM m s 2.86 14.53 2.73 13.92 -brigadier_chef brigadier_chef NOM m p 0.01 1.96 0.00 0.14 -brigadiers brigadier NOM m p 2.86 14.53 0.14 0.61 -brigadiste brigadiste ADJ s 0.00 0.07 0.00 0.07 -brigadistes brigadiste NOM p 0.00 0.07 0.00 0.07 -brigand brigand NOM m s 5.14 3.72 2.10 1.35 -brigandage brigandage NOM m s 0.30 0.74 0.30 0.47 -brigandages brigandage NOM m p 0.30 0.74 0.00 0.27 -brigandaient brigander VER 0.11 0.27 0.00 0.07 ind:imp:3p; -brigandasse brigander VER 0.11 0.27 0.00 0.07 sub:imp:1s; -brigande brigander VER 0.11 0.27 0.11 0.14 imp:pre:2s;ind:pre:3s; -brigandeaux brigandeau NOM m p 0.00 0.07 0.00 0.07 -brigands brigand NOM m p 5.14 3.72 3.04 2.36 -brigantin brigantin NOM m s 0.20 0.20 0.20 0.20 -brigantine brigantine NOM f s 0.00 0.07 0.00 0.07 -brignolet brignolet NOM m s 0.00 0.27 0.00 0.27 -briguaient briguer VER 0.81 1.01 0.01 0.07 ind:imp:3p; -briguait briguer VER 0.81 1.01 0.13 0.07 ind:imp:3s; -briguant briguer VER 0.81 1.01 0.00 0.07 par:pre; -brigue briguer VER 0.81 1.01 0.20 0.07 imp:pre:2s;ind:pre:1s;ind:pre:3s; -briguer briguer VER 0.81 1.01 0.32 0.54 inf; -briguerait briguer VER 0.81 1.01 0.00 0.07 cnd:pre:3s; -brigues brigue NOM f p 0.00 0.34 0.00 0.34 -briguèrent briguer VER 0.81 1.01 0.00 0.07 ind:pas:3p; -brigué briguer VER m s 0.81 1.01 0.16 0.07 par:pas; -brilla briller VER 28.91 81.22 0.02 1.89 ind:pas:3s; -brillaient briller VER 28.91 81.22 0.27 17.84 ind:imp:3p; -brillais briller VER 28.91 81.22 0.04 0.14 ind:imp:1s;ind:imp:2s; -brillait briller VER 28.91 81.22 1.73 19.39 ind:imp:3s; -brillamment brillamment ADV 0.88 2.30 0.88 2.30 -brillance brillance NOM f s 0.27 0.74 0.27 0.54 -brillances brillance NOM f p 0.27 0.74 0.00 0.20 -brillant brillant ADJ m s 29.89 53.31 14.23 16.62 -brillantage brillantage NOM m s 0.00 0.07 0.00 0.07 -brillante brillant ADJ f s 29.89 53.31 9.20 13.18 -brillantes brillant ADJ f p 29.89 53.31 2.31 7.36 -brillantine brillantine NOM f s 0.10 1.96 0.10 1.96 -brillantiner brillantiner VER 0.03 0.47 0.00 0.07 inf; -brillantinée brillantiner VER f s 0.03 0.47 0.00 0.07 par:pas; -brillantinées brillantiner VER f p 0.03 0.47 0.00 0.07 par:pas; -brillantinés brillantiner VER m p 0.03 0.47 0.03 0.20 par:pas; -brillants brillant ADJ m p 29.89 53.31 4.16 16.15 -brillantés brillanter VER m p 0.08 0.20 0.00 0.07 par:pas; -brille briller VER 28.91 81.22 13.73 10.20 imp:pre:2s;ind:pre:1s;ind:pre:3s; -brillent briller VER 28.91 81.22 3.93 7.50 ind:pre:3p; -briller briller VER 28.91 81.22 5.08 16.76 inf;; -brillera briller VER 28.91 81.22 1.12 0.14 ind:fut:3s; -brilleraient briller VER 28.91 81.22 0.00 0.34 cnd:pre:3p; -brillerais briller VER 28.91 81.22 0.20 0.07 cnd:pre:2s; -brillerait briller VER 28.91 81.22 0.04 0.41 cnd:pre:3s; -brillerons briller VER 28.91 81.22 0.00 0.07 ind:fut:1p; -brilleront briller VER 28.91 81.22 0.09 0.20 ind:fut:3p; -brilles briller VER 28.91 81.22 0.48 0.07 ind:pre:2s; -brillez briller VER 28.91 81.22 0.06 0.00 imp:pre:2p;ind:pre:2p; -brillions briller VER 28.91 81.22 0.00 0.14 ind:imp:1p; -brillons briller VER 28.91 81.22 0.04 0.00 ind:pre:1p; -brillât briller VER 28.91 81.22 0.00 0.20 sub:imp:3s; -brillèrent briller VER 28.91 81.22 0.00 1.49 ind:pas:3p; -brillé briller VER m s 28.91 81.22 0.80 1.42 par:pas; -brima brimer VER 0.66 2.16 0.31 0.00 ind:pas:3s; -brimade brimade NOM f s 0.10 2.91 0.04 0.95 -brimades brimade NOM f p 0.10 2.91 0.05 1.96 -brimaient brimer VER 0.66 2.16 0.01 0.14 ind:imp:3p; -brimais brimer VER 0.66 2.16 0.00 0.07 ind:imp:1s; -brimait brimer VER 0.66 2.16 0.00 0.14 ind:imp:3s; -brimbala brimbaler VER 0.00 0.27 0.00 0.07 ind:pas:3s; -brimbalant brimbaler VER 0.00 0.27 0.00 0.07 par:pre; -brimbalement brimbalement NOM m s 0.00 0.14 0.00 0.07 -brimbalements brimbalement NOM m p 0.00 0.14 0.00 0.07 -brimbaler brimbaler VER 0.00 0.27 0.00 0.07 inf; -brimbalés brimbaler VER m p 0.00 0.27 0.00 0.07 par:pas; -brimborion brimborion NOM m s 0.00 0.34 0.00 0.14 -brimborions brimborion NOM m p 0.00 0.34 0.00 0.20 -brime brimer VER 0.66 2.16 0.04 0.27 ind:pre:3s; -briment brimer VER 0.66 2.16 0.00 0.07 ind:pre:3p; -brimer brimer VER 0.66 2.16 0.14 0.74 inf; -brimé brimer VER m s 0.66 2.16 0.14 0.34 par:pas; -brimée brimer VER f s 0.66 2.16 0.01 0.14 par:pas; -brimées brimer VER f p 0.66 2.16 0.01 0.14 par:pas; -brimés brimer VER m p 0.66 2.16 0.00 0.14 par:pas; -brin brin NOM m s 5.38 19.26 4.95 13.99 -brindes brinde NOM f p 0.03 0.00 0.03 0.00 -brindezingue brindezingue ADJ s 0.01 0.07 0.01 0.07 -brindille brindille NOM f s 1.25 6.55 0.69 1.62 -brindilles brindille NOM f p 1.25 6.55 0.56 4.93 -bringue bringue NOM f s 1.27 1.42 1.27 1.42 -bringuebalaient bringuebaler VER 0.01 0.95 0.00 0.07 ind:imp:3p; -bringuebalait bringuebaler VER 0.01 0.95 0.00 0.20 ind:imp:3s; -bringuebalant bringuebalant ADJ m s 0.02 0.47 0.02 0.07 -bringuebalante bringuebalant ADJ f s 0.02 0.47 0.00 0.14 -bringuebalantes bringuebalant ADJ f p 0.02 0.47 0.00 0.07 -bringuebalants bringuebalant ADJ m p 0.02 0.47 0.00 0.20 -bringuebale bringuebaler VER 0.01 0.95 0.00 0.34 ind:pre:3s; -bringuebalent bringuebaler VER 0.01 0.95 0.00 0.14 ind:pre:3p; -bringuebaler bringuebaler VER 0.01 0.95 0.01 0.14 inf; -brinquebalait brinquebaler VER 0.12 0.41 0.00 0.14 ind:imp:3s; -brinquebalants brinquebalant ADJ m p 0.00 0.07 0.00 0.07 -brinquebale brinquebaler VER 0.12 0.41 0.11 0.07 ind:pre:3s; -brinquebaler brinquebaler VER 0.12 0.41 0.01 0.07 inf; -brinqueballant brinqueballer VER 0.00 0.27 0.00 0.14 par:pre; -brinqueballé brinqueballer VER m s 0.00 0.27 0.00 0.07 par:pas; -brinqueballés brinqueballer VER m p 0.00 0.27 0.00 0.07 par:pas; -brinquebalé brinquebaler VER m s 0.12 0.41 0.00 0.14 par:pas; -brins brin NOM m p 5.38 19.26 0.44 5.27 -brio brio NOM m s 0.93 1.89 0.93 1.89 -brioche brioche NOM f s 2.55 7.09 1.45 4.66 -brioches brioche NOM f p 2.55 7.09 1.10 2.43 -brioché brioché ADJ m s 0.03 0.07 0.02 0.00 -briochée brioché ADJ f s 0.03 0.07 0.01 0.00 -briochés brioché ADJ m p 0.03 0.07 0.00 0.07 -brions brion NOM m p 0.03 0.00 0.03 0.00 -briquage briquage NOM m s 0.00 0.14 0.00 0.14 -briquaient briquer VER 0.69 2.57 0.00 0.07 ind:imp:3p; -briquais briquer VER 0.69 2.57 0.01 0.00 ind:imp:1s; -briquait briquer VER 0.69 2.57 0.00 0.20 ind:imp:3s; -briquant briquer VER 0.69 2.57 0.00 0.14 par:pre; -brique brique NOM f s 13.56 31.55 4.02 11.69 -briquent briquer VER 0.69 2.57 0.01 0.00 ind:pre:3p; -briquer briquer VER 0.69 2.57 0.40 0.68 inf; -briquerait briquer VER 0.69 2.57 0.00 0.07 cnd:pre:3s; -briques brique NOM f p 13.56 31.55 9.54 19.86 -briquet briquet NOM m s 10.64 13.65 9.98 12.30 -briquetage briquetage NOM m s 0.00 0.14 0.00 0.14 -briqueterie briqueterie NOM f s 0.45 0.41 0.45 0.34 -briqueteries briqueterie NOM f p 0.45 0.41 0.00 0.07 -briquetier briquetier NOM m s 0.00 0.07 0.00 0.07 -briquets briquet NOM m p 10.64 13.65 0.66 1.35 -briquette briquette NOM f s 0.03 0.61 0.01 0.07 -briquettes briquette NOM f p 0.03 0.61 0.02 0.54 -briquetées briqueté ADJ f p 0.00 0.07 0.00 0.07 -briquez briquer VER 0.69 2.57 0.03 0.14 imp:pre:2p; -briqué briquer VER m s 0.69 2.57 0.16 0.34 par:pas; -briquée briquer VER f s 0.69 2.57 0.02 0.20 par:pas; -briquées briquer VER f p 0.69 2.57 0.00 0.27 par:pas; -briqués briquer VER m p 0.69 2.57 0.00 0.27 par:pas; -bris bris NOM m 0.90 1.35 0.90 1.35 -brisa briser VER 55.20 61.62 0.31 3.85 ind:pas:3s; -brisai briser VER 55.20 61.62 0.00 0.07 ind:pas:1s; -brisaient briser VER 55.20 61.62 0.05 1.69 ind:imp:3p; -brisais briser VER 55.20 61.62 0.14 0.41 ind:imp:1s; -brisait briser VER 55.20 61.62 0.43 4.93 ind:imp:3s; -brisant briser VER 55.20 61.62 0.30 2.30 par:pre; -brisante brisant ADJ f s 0.06 0.54 0.00 0.14 -brisantes brisant ADJ f p 0.06 0.54 0.00 0.14 -brisants brisant NOM m p 0.20 1.35 0.18 1.28 -briscard briscard NOM m s 0.18 0.34 0.06 0.14 -briscards briscard NOM m p 0.18 0.34 0.12 0.20 -brise_bise brise_bise NOM m 0.00 0.41 0.00 0.41 -brise_fer brise_fer NOM m 0.01 0.00 0.01 0.00 -brise_glace brise_glace NOM m 0.07 0.20 0.07 0.20 -brise_jet brise_jet NOM m 0.00 0.07 0.00 0.07 -brise_lame brise_lame NOM m s 0.00 0.14 0.00 0.14 -brise_vent brise_vent NOM m 0.01 0.00 0.01 0.00 -brise briser VER 55.20 61.62 8.45 6.08 imp:pre:2s;ind:pre:1s;ind:pre:3s; -brisent briser VER 55.20 61.62 1.48 1.49 ind:pre:3p; -briser briser VER 55.20 61.62 14.99 16.28 inf; -brisera briser VER 55.20 61.62 1.44 0.41 ind:fut:3s; -briserai briser VER 55.20 61.62 1.38 0.27 ind:fut:1s; -briseraient briser VER 55.20 61.62 0.01 0.20 cnd:pre:3p; -briserais briser VER 55.20 61.62 0.38 0.07 cnd:pre:1s;cnd:pre:2s; -briserait briser VER 55.20 61.62 0.81 0.88 cnd:pre:3s; -briseras briser VER 55.20 61.62 0.10 0.00 ind:fut:2s; -briserez briser VER 55.20 61.62 0.18 0.00 ind:fut:2p; -briseriez briser VER 55.20 61.62 0.02 0.00 cnd:pre:2p; -briserons briser VER 55.20 61.62 0.23 0.07 ind:fut:1p; -briseront briser VER 55.20 61.62 0.21 0.34 ind:fut:3p; -brises briser VER 55.20 61.62 0.99 0.14 ind:pre:2s; -briseur briseur NOM m s 1.11 1.01 0.66 0.54 -briseurs briseur NOM m p 1.11 1.01 0.16 0.41 -briseuse briseur NOM f s 1.11 1.01 0.29 0.07 -brisez briser VER 55.20 61.62 2.29 0.20 imp:pre:2p;ind:pre:2p; -brisions briser VER 55.20 61.62 0.01 0.20 ind:imp:1p; -brisis brisis NOM m 0.05 0.00 0.05 0.00 -brisons briser VER 55.20 61.62 0.38 0.20 imp:pre:1p;ind:pre:1p; -brisât briser VER 55.20 61.62 0.00 0.27 sub:imp:3s; -brisque brisque NOM f s 0.03 0.00 0.03 0.00 -brisèrent briser VER 55.20 61.62 0.06 0.54 ind:pas:3p; -bristol bristol NOM m s 0.10 1.55 0.08 1.35 -bristols bristol NOM m p 0.10 1.55 0.03 0.20 -brisé briser VER m s 55.20 61.62 15.70 9.32 par:pas; -brisée brisé ADJ f s 10.09 16.42 2.42 6.62 -brisées briser VER f p 55.20 61.62 1.30 5.54 par:pas; -brisure brisure NOM f s 0.01 0.95 0.00 0.74 -brisures brisure NOM f p 0.01 0.95 0.01 0.20 -brisés brisé ADJ m p 10.09 16.42 1.46 3.45 -britannique britannique ADJ s 8.23 68.72 6.57 47.97 -britanniques britannique NOM p 1.97 13.72 1.71 12.84 -brièvement brièvement ADV 1.92 6.22 1.92 6.22 -brièveté brièveté NOM f s 0.13 1.35 0.13 1.35 -british british ADJ s 1.75 1.08 1.75 1.08 -brivadois brivadois NOM m 0.00 0.14 0.00 0.14 -brivadoise brivadois ADJ f s 0.00 0.07 0.00 0.07 -brize brize NOM f s 0.01 0.47 0.01 0.47 -broc broc NOM m s 0.38 4.53 0.38 3.51 -brocante brocante NOM f s 0.86 1.42 0.78 1.35 -brocantes brocante NOM f p 0.86 1.42 0.07 0.07 -brocanteur brocanteur NOM m s 0.29 9.26 0.28 3.58 -brocanteurs brocanteur NOM m p 0.29 9.26 0.01 2.50 -brocanteuse brocanteur NOM f s 0.29 9.26 0.00 3.18 -brocantées brocanter VER f p 0.00 0.07 0.00 0.07 par:pas; -brocard brocard NOM m s 0.14 1.01 0.14 0.41 -brocardaient brocarder VER 0.01 0.27 0.00 0.07 ind:imp:3p; -brocardait brocarder VER 0.01 0.27 0.00 0.07 ind:imp:3s; -brocarde brocarder VER 0.01 0.27 0.01 0.00 ind:pre:3s; -brocarder brocarder VER 0.01 0.27 0.00 0.07 inf; -brocardions brocarder VER 0.01 0.27 0.00 0.07 ind:imp:1p; -brocards brocard NOM m p 0.14 1.01 0.00 0.61 -brocart brocart NOM m s 0.37 3.99 0.27 2.91 -brocarts brocart NOM m p 0.37 3.99 0.10 1.08 -brocatelle brocatelle NOM f s 0.00 0.07 0.00 0.07 -brochage brochage NOM m s 0.00 0.20 0.00 0.14 -brochages brochage NOM m p 0.00 0.20 0.00 0.07 -brochaient brocher VER 0.05 1.08 0.00 0.14 ind:imp:3p; -brochant brochant ADJ m s 6.29 0.07 6.29 0.07 -broche broche NOM f s 4.57 5.74 3.88 4.32 -brocher brocher VER 0.05 1.08 0.00 0.14 inf; -broches broche NOM f p 4.57 5.74 0.70 1.42 -brochet brochet NOM m s 0.46 3.99 0.44 3.18 -brochets brochet NOM m p 0.46 3.99 0.02 0.81 -brochette brochette NOM f s 2.26 3.04 1.08 1.76 -brochettes brochette NOM f p 2.26 3.04 1.18 1.28 -brocheur brocheur NOM m s 0.00 0.34 0.00 0.27 -brocheurs brocheur NOM m p 0.00 0.34 0.00 0.07 -brochoirs brochoir NOM m p 0.00 0.07 0.00 0.07 -broché brocher VER m s 0.05 1.08 0.02 0.20 par:pas; -brochée brocher VER f s 0.05 1.08 0.00 0.20 par:pas; -brochées broché ADJ f p 0.01 0.74 0.00 0.07 -brochure brochure NOM f s 2.88 3.99 1.64 1.76 -brochures brochure NOM f p 2.88 3.99 1.25 2.23 -brochés broché ADJ m p 0.01 0.74 0.01 0.27 -brocoli brocoli NOM m s 1.32 0.07 0.69 0.00 -brocolis brocoli NOM m p 1.32 0.07 0.63 0.07 -brocs broc NOM m p 0.38 4.53 0.00 1.01 -broda broder VER 3.52 14.86 0.01 0.14 ind:pas:3s; -brodaient broder VER 3.52 14.86 0.00 0.27 ind:imp:3p; -brodais broder VER 3.52 14.86 0.37 0.14 ind:imp:1s;ind:imp:2s; -brodait broder VER 3.52 14.86 0.01 0.88 ind:imp:3s; -brodant broder VER 3.52 14.86 0.27 0.41 par:pre; -brode broder VER 3.52 14.86 0.56 1.01 imp:pre:2s;ind:pre:1s;ind:pre:3s; -brodent broder VER 3.52 14.86 0.01 0.20 ind:pre:3p; -brodequin brodequin NOM m s 0.07 4.12 0.07 0.61 -brodequins brodequin NOM m p 0.07 4.12 0.00 3.51 -broder broder VER 3.52 14.86 1.01 1.82 inf; -brodera broder VER 3.52 14.86 0.01 0.07 ind:fut:3s; -broderai broder VER 3.52 14.86 0.00 0.07 ind:fut:1s; -broderie broderie NOM f s 0.97 6.22 0.93 2.36 -broderies broderie NOM f p 0.97 6.22 0.04 3.85 -brodes broder VER 3.52 14.86 0.15 0.07 ind:pre:2s; -brodeuse brodeur NOM f s 0.05 0.47 0.05 0.27 -brodeuses brodeuse NOM f p 0.01 0.00 0.01 0.00 -brodez broder VER 3.52 14.86 0.05 0.00 imp:pre:2p; -brodé broder VER m s 3.52 14.86 0.83 4.05 par:pas; -brodée broder VER f s 3.52 14.86 0.06 1.96 par:pas; -brodées brodé ADJ f p 0.57 8.11 0.28 0.88 -brodés broder VER m p 3.52 14.86 0.17 2.50 par:pas; -broie broyer VER 4.08 8.85 0.74 0.74 imp:pre:2s;ind:pre:1s;ind:pre:3s; -broiement broiement NOM m s 0.00 0.20 0.00 0.14 -broiements broiement NOM m p 0.00 0.20 0.00 0.07 -broient broyer VER 4.08 8.85 0.14 0.34 ind:pre:3p; -broiera broyer VER 4.08 8.85 0.00 0.07 ind:fut:3s; -broierai broyer VER 4.08 8.85 0.04 0.00 ind:fut:1s; -broieras broyer VER 4.08 8.85 0.00 0.07 ind:fut:2s; -broies broyer VER 4.08 8.85 0.16 0.00 ind:pre:2s; -broker broker NOM m s 0.02 0.07 0.02 0.07 -brol brol NOM m s 0.01 0.00 0.01 0.00 -brome brome NOM m s 0.01 0.14 0.01 0.14 -bromure bromure NOM m s 0.52 0.47 0.52 0.41 -bromures bromure NOM m p 0.52 0.47 0.00 0.07 -broncha broncher VER 1.97 12.84 0.00 2.50 ind:pas:3s; -bronchai broncher VER 1.97 12.84 0.00 0.14 ind:pas:1s; -bronchaient broncher VER 1.97 12.84 0.03 0.27 ind:imp:3p; -bronchais broncher VER 1.97 12.84 0.00 0.07 ind:imp:1s; -bronchait broncher VER 1.97 12.84 0.10 1.15 ind:imp:3s; -bronchant broncher VER 1.97 12.84 0.00 0.07 par:pre; -bronche broncher VER 1.97 12.84 0.45 1.96 imp:pre:2s;ind:pre:3s; -bronchent broncher VER 1.97 12.84 0.02 0.20 ind:pre:3p; -broncher broncher VER 1.97 12.84 0.65 4.26 inf; -bronchera broncher VER 1.97 12.84 0.14 0.14 ind:fut:3s; -broncherai broncher VER 1.97 12.84 0.02 0.07 ind:fut:1s; -broncherais broncher VER 1.97 12.84 0.01 0.00 cnd:pre:1s; -broncherait broncher VER 1.97 12.84 0.02 0.14 cnd:pre:3s; -broncherons broncher VER 1.97 12.84 0.00 0.07 ind:fut:1p; -broncheront broncher VER 1.97 12.84 0.01 0.00 ind:fut:3p; -bronches bronche NOM f p 0.58 2.23 0.55 2.23 -bronchez broncher VER 1.97 12.84 0.07 0.07 imp:pre:2p;ind:pre:2p; -bronchioles bronchiole NOM f p 0.01 0.14 0.01 0.14 -bronchique bronchique ADJ s 0.24 0.07 0.20 0.00 -bronchiques bronchique ADJ m p 0.24 0.07 0.04 0.07 -bronchite bronchite NOM f s 1.16 2.36 1.15 2.09 -bronchites bronchite NOM f p 1.16 2.36 0.01 0.27 -bronchitique bronchitique ADJ f s 0.00 0.14 0.00 0.07 -bronchitiques bronchitique ADJ p 0.00 0.14 0.00 0.07 -broncho_pneumonie broncho_pneumonie NOM f s 0.00 0.41 0.00 0.41 -broncho_pneumopathie broncho_pneumopathie NOM f s 0.01 0.07 0.01 0.07 -broncho broncho NOM m s 0.03 0.00 0.03 0.00 -bronchons broncher VER 1.97 12.84 0.00 0.07 ind:pre:1p; -bronchoscope bronchoscope NOM m s 0.01 0.00 0.01 0.00 -bronchoscopie bronchoscopie NOM f s 0.13 0.00 0.13 0.00 -bronchât broncher VER 1.97 12.84 0.00 0.07 sub:imp:3s; -bronchèrent broncher VER 1.97 12.84 0.10 0.14 ind:pas:3p; -bronché broncher VER m s 1.97 12.84 0.27 1.49 par:pas; -brontosaure brontosaure NOM m s 0.12 0.07 0.10 0.07 -brontosaures brontosaure NOM m p 0.12 0.07 0.02 0.00 -bronzage bronzage NOM m s 1.67 1.62 1.66 1.55 -bronzages bronzage NOM m p 1.67 1.62 0.01 0.07 -bronzaient bronzer VER 5.10 5.74 0.00 0.07 ind:imp:3p; -bronzait bronzer VER 5.10 5.74 0.00 0.34 ind:imp:3s; -bronzant bronzer VER 5.10 5.74 0.02 0.07 par:pre; -bronzante bronzant ADJ f s 0.04 0.14 0.01 0.14 -bronzants bronzant ADJ m p 0.04 0.14 0.01 0.00 -bronze bronze NOM m s 3.37 19.26 3.15 18.58 -bronzent bronzer VER 5.10 5.74 0.26 0.00 ind:pre:3p; -bronzer bronzer VER 5.10 5.74 1.88 1.89 inf; -bronzes bronzer VER 5.10 5.74 0.44 0.00 ind:pre:2s; -bronzette bronzette NOM f s 0.12 0.14 0.12 0.07 -bronzettes bronzette NOM f p 0.12 0.14 0.00 0.07 -bronzier bronzier NOM m s 0.00 0.07 0.00 0.07 -bronzions bronzer VER 5.10 5.74 0.00 0.07 ind:imp:1p; -bronzé bronzé ADJ m s 2.72 6.69 1.65 2.84 -bronzée bronzé ADJ f s 2.72 6.69 0.60 1.55 -bronzées bronzé ADJ f p 2.72 6.69 0.07 1.22 -bronzés bronzé ADJ m p 2.72 6.69 0.39 1.08 -brook brook NOM m s 0.12 0.00 0.02 0.00 -brooks brook NOM m p 0.12 0.00 0.10 0.00 -broquarts broquart NOM m p 0.00 0.07 0.00 0.07 -broque broque NOM f s 0.00 0.74 0.00 0.68 -broques broque NOM f p 0.00 0.74 0.00 0.07 -broquettes broquette NOM f p 0.04 0.07 0.04 0.07 -broquille broquille NOM f s 0.00 1.15 0.00 0.68 -broquilles broquille NOM f p 0.00 1.15 0.00 0.47 -brossa brosser VER 7.65 10.14 0.00 1.15 ind:pas:3s; -brossage brossage NOM m s 0.20 0.14 0.20 0.14 -brossaient brosser VER 7.65 10.14 0.02 0.14 ind:imp:3p; -brossais brosser VER 7.65 10.14 0.07 0.20 ind:imp:1s;ind:imp:2s; -brossait brosser VER 7.65 10.14 0.19 1.42 ind:imp:3s; -brossant brosser VER 7.65 10.14 0.05 0.41 par:pre; -brosse brosse NOM f s 8.43 19.59 7.29 16.01 -brossent brosser VER 7.65 10.14 0.04 0.14 ind:pre:3p;sub:pre:3p; -brosser brosser VER 7.65 10.14 2.76 2.23 inf; -brossera brosser VER 7.65 10.14 0.06 0.00 ind:fut:3s; -brosserai brosser VER 7.65 10.14 0.03 0.00 ind:fut:1s; -brosseras brosser VER 7.65 10.14 0.03 0.14 ind:fut:2s; -brosserez brosser VER 7.65 10.14 0.14 0.00 ind:fut:2p; -brosses brosse NOM f p 8.43 19.59 1.14 3.58 -brosseur brosseur NOM m s 0.00 0.20 0.00 0.07 -brosseurs brosseur NOM m p 0.00 0.20 0.00 0.14 -brossez brosser VER 7.65 10.14 0.44 0.00 imp:pre:2p;ind:pre:2p; -brossier brossier NOM m s 0.00 0.07 0.00 0.07 -brossé brosser VER m s 7.65 10.14 1.23 1.82 par:pas; -brossée brosser VER f s 7.65 10.14 0.04 0.34 par:pas; -brossées brosser VER f p 7.65 10.14 0.44 0.14 par:pas; -brossés brosser VER m p 7.65 10.14 0.12 0.54 par:pas; -brou brou NOM m s 0.02 0.74 0.02 0.74 -brouet brouet NOM m s 0.06 0.81 0.04 0.74 -brouets brouet NOM m p 0.06 0.81 0.01 0.07 -brouetta brouetter VER 0.00 0.20 0.00 0.07 ind:pas:3s; -brouettait brouetter VER 0.00 0.20 0.00 0.07 ind:imp:3s; -brouette brouette NOM f s 1.16 6.76 1.10 5.14 -brouetter brouetter VER 0.00 0.20 0.00 0.07 inf; -brouettes brouette NOM f p 1.16 6.76 0.06 1.62 -brouettée brouettée NOM f s 0.00 0.27 0.00 0.14 -brouettées brouettée NOM f p 0.00 0.27 0.00 0.14 -brouhaha brouhaha NOM m s 4.98 9.66 4.98 9.39 -brouhahas brouhaha NOM m p 4.98 9.66 0.00 0.27 -brouilla brouiller VER 6.12 24.12 0.00 0.81 ind:pas:3s; -brouillade brouillade NOM f s 0.00 0.07 0.00 0.07 -brouillage brouillage NOM m s 0.62 0.95 0.60 0.74 -brouillages brouillage NOM m p 0.62 0.95 0.02 0.20 -brouillaient brouiller VER 6.12 24.12 0.03 1.49 ind:imp:3p; -brouillait brouiller VER 6.12 24.12 0.01 3.92 ind:imp:3s; -brouillamini brouillamini NOM m s 0.01 0.27 0.01 0.27 -brouillant brouiller VER 6.12 24.12 0.21 0.95 par:pre; -brouillard brouillard NOM m s 10.88 35.20 10.51 32.84 -brouillardeuse brouillardeux ADJ f s 0.00 0.27 0.00 0.07 -brouillardeux brouillardeux ADJ m s 0.00 0.27 0.00 0.20 -brouillards brouillard NOM m p 10.88 35.20 0.37 2.36 -brouillassait brouillasser VER 0.00 0.07 0.00 0.07 ind:imp:3s; -brouillasse brouillasse NOM f s 0.00 0.27 0.00 0.27 -brouille brouiller VER 6.12 24.12 1.20 2.84 imp:pre:2s;ind:pre:1s;ind:pre:3s; -brouillent brouiller VER 6.12 24.12 0.29 1.35 ind:pre:3p; -brouiller brouiller VER 6.12 24.12 1.33 4.32 inf; -brouilleraient brouiller VER 6.12 24.12 0.02 0.00 cnd:pre:3p; -brouillerait brouiller VER 6.12 24.12 0.00 0.07 cnd:pre:3s; -brouillerons brouiller VER 6.12 24.12 0.10 0.07 ind:fut:1p; -brouilles brouiller VER 6.12 24.12 0.06 0.07 ind:pre:2s;sub:pre:2s; -brouilleur brouilleur NOM m s 0.78 0.00 0.66 0.00 -brouilleurs brouilleur NOM m p 0.78 0.00 0.12 0.00 -brouillez brouiller VER 6.12 24.12 0.10 0.00 imp:pre:2p;ind:pre:2p; -brouillon brouillon NOM m s 1.17 4.93 1.12 3.18 -brouillonne brouillon ADJ f s 0.39 1.96 0.10 0.47 -brouillonnes brouillon ADJ f p 0.39 1.96 0.00 0.14 -brouillonné brouillonner VER m s 0.00 0.07 0.00 0.07 par:pas; -brouillons brouillon ADJ m p 0.39 1.96 0.19 0.41 -brouillât brouiller VER 6.12 24.12 0.00 0.20 sub:imp:3s; -brouillèrent brouiller VER 6.12 24.12 0.00 0.41 ind:pas:3p; -brouillé brouiller VER m s 6.12 24.12 1.52 3.51 par:pas; -brouillée brouiller VER f s 6.12 24.12 0.24 1.62 par:pas; -brouillées brouillé ADJ f p 2.44 4.32 0.20 0.61 -brouillés brouillé ADJ m p 2.44 4.32 1.72 1.35 -brouis brouir VER 0.00 0.14 0.00 0.07 ind:pas:1s; -brouit brouir VER 0.00 0.14 0.00 0.07 ind:pre:3s; -broum broum ONO 0.19 0.74 0.19 0.74 -broussaille broussaille NOM f s 1.94 7.16 0.50 2.64 -broussailles broussaille NOM f p 1.94 7.16 1.44 4.53 -broussailleuse broussailleux ADJ f s 0.05 1.96 0.02 0.41 -broussailleuses broussailleux ADJ f p 0.05 1.96 0.00 0.20 -broussailleux broussailleux ADJ m 0.05 1.96 0.03 1.35 -broussait brousser VER 0.00 0.07 0.00 0.07 ind:imp:3s; -broussard broussard NOM m s 0.28 0.14 0.28 0.14 -brousse brousse NOM f s 0.95 11.01 0.95 10.88 -brousses brousse NOM f p 0.95 11.01 0.00 0.14 -brout brout NOM m s 0.10 0.81 0.10 0.81 -brouta brouter VER 1.65 6.01 0.00 0.07 ind:pas:3s; -broutage broutage NOM m s 0.03 0.00 0.03 0.00 -broutaient brouter VER 1.65 6.01 0.01 0.88 ind:imp:3p; -broutait brouter VER 1.65 6.01 0.00 0.47 ind:imp:3s; -broutant brouter VER 1.65 6.01 0.01 0.74 par:pre; -broutantes broutant ADJ f p 0.00 0.07 0.00 0.07 -broutard broutard NOM m s 0.01 0.14 0.01 0.14 -broute brouter VER 1.65 6.01 0.36 0.74 imp:pre:2s;ind:pre:1s;ind:pre:3s; -broutent brouter VER 1.65 6.01 0.16 0.34 ind:pre:3p; -brouter brouter VER 1.65 6.01 0.70 2.16 inf; -brouterai brouter VER 1.65 6.01 0.00 0.07 ind:fut:1s; -brouteraient brouter VER 1.65 6.01 0.00 0.07 cnd:pre:3p; -broutes brouter VER 1.65 6.01 0.14 0.07 ind:pre:2s; -brouteur brouteur ADJ m s 0.19 0.41 0.01 0.00 -brouteurs brouteur ADJ m p 0.19 0.41 0.00 0.14 -brouteuse brouteur ADJ f s 0.19 0.41 0.09 0.14 -brouteuses brouteur ADJ f p 0.19 0.41 0.09 0.14 -broutez brouter VER 1.65 6.01 0.02 0.00 imp:pre:2p;ind:pre:2p; -broutille broutille NOM f s 1.87 1.82 0.77 0.61 -broutilles broutille NOM f p 1.87 1.82 1.10 1.22 -broutèrent brouter VER 1.65 6.01 0.00 0.07 ind:pas:3p; -brouté brouter VER m s 1.65 6.01 0.24 0.20 par:pas; -broutée brouter VER f s 1.65 6.01 0.01 0.07 par:pas; -broutés brouter VER m p 1.65 6.01 0.00 0.07 par:pas; -brown_sugar brown_sugar NOM m 0.00 0.07 0.00 0.07 -browning browning NOM m s 0.00 0.20 0.00 0.14 -brownings browning NOM m p 0.00 0.20 0.00 0.07 -broya broyer VER 4.08 8.85 0.01 0.20 ind:pas:3s; -broyage broyage NOM m s 0.08 0.14 0.08 0.07 -broyages broyage NOM m p 0.08 0.14 0.00 0.07 -broyaient broyer VER 4.08 8.85 0.00 0.41 ind:imp:3p; -broyais broyer VER 4.08 8.85 0.04 0.27 ind:imp:1s;ind:imp:2s; -broyait broyer VER 4.08 8.85 0.10 1.28 ind:imp:3s; -broyant broyer VER 4.08 8.85 0.00 1.08 par:pre; -broyer broyer VER 4.08 8.85 1.61 1.89 inf; -broyeur broyeur NOM m s 1.56 0.27 1.54 0.20 -broyeurs broyeur NOM m p 1.56 0.27 0.03 0.07 -broyeuse broyeur ADJ f s 0.12 0.54 0.06 0.41 -broyez broyer VER 4.08 8.85 0.23 0.00 imp:pre:2p;ind:pre:2p; -broyèrent broyer VER 4.08 8.85 0.00 0.07 ind:pas:3p; -broyé broyer VER m s 4.08 8.85 0.55 1.01 par:pas; -broyée broyé ADJ f s 0.75 1.82 0.16 0.54 -broyées broyé ADJ f p 0.75 1.82 0.19 0.14 -broyés broyer VER m p 4.08 8.85 0.27 0.27 par:pas; -brrr brrr ONO 0.31 1.82 0.31 1.82 -brèche_dent brèche_dent NOM p 0.00 0.07 0.00 0.07 -brèche brèche NOM f s 3.83 9.59 3.54 7.70 -brèches brèche NOM f p 3.83 9.59 0.28 1.89 -brème brème NOM f s 0.05 1.49 0.05 0.54 -brèmes brème NOM f p 0.05 1.49 0.00 0.95 -brève bref ADJ f s 15.63 74.80 3.86 20.41 -brèves bref ADJ f p 15.63 74.80 0.52 8.99 -bru bru NOM f s 1.45 3.24 1.44 2.84 -bruant bruant NOM m s 0.00 0.14 0.00 0.07 -bruants bruant NOM m p 0.00 0.14 0.00 0.07 -brucellose brucellose NOM f s 0.03 0.07 0.03 0.07 -bréchet bréchet NOM m s 0.11 0.54 0.11 0.54 -brugeois brugeois ADJ m 0.00 0.34 0.00 0.14 -brugeoise brugeois ADJ f s 0.00 0.34 0.00 0.14 -brugeoises brugeois ADJ f p 0.00 0.34 0.00 0.07 -bruges bruges NOM s 0.00 0.07 0.00 0.07 -brugnon brugnon NOM m s 0.14 0.27 0.00 0.20 -brugnons brugnon NOM m p 0.14 0.27 0.14 0.07 -bréhaigne bréhaigne ADJ f s 0.00 0.27 0.00 0.14 -bréhaignes bréhaigne ADJ f p 0.00 0.27 0.00 0.14 -bruinait bruiner VER 0.14 0.95 0.00 0.54 ind:imp:3s; -bruinasse bruiner VER 0.14 0.95 0.00 0.07 sub:imp:1s; -bruine bruiner VER 0.14 0.95 0.14 0.27 ind:pre:3s; -bruiner bruiner VER 0.14 0.95 0.00 0.07 inf; -bruines bruine NOM f p 0.06 2.77 0.00 0.07 -bruire bruire VER 0.48 2.97 0.23 1.42 inf; -bruissa bruisser VER 0.15 3.45 0.00 0.07 ind:pas:3s; -bruissaient bruisser VER 0.15 3.45 0.00 0.74 ind:imp:3p; -bruissait bruisser VER 0.15 3.45 0.00 1.42 ind:imp:3s; -bruissant bruissant ADJ m s 0.02 4.66 0.01 1.35 -bruissante bruissant ADJ f s 0.02 4.66 0.00 2.09 -bruissantes bruissant ADJ f p 0.02 4.66 0.01 0.68 -bruissants bruissant ADJ m p 0.02 4.66 0.00 0.54 -bruisse bruisser VER 0.15 3.45 0.01 0.14 ind:pre:3s; -bruissement bruissement NOM m s 0.77 8.24 0.75 6.96 -bruissements bruissement NOM m p 0.77 8.24 0.02 1.28 -bruissent bruisser VER 0.15 3.45 0.14 0.47 ind:pre:3p; -bruissé bruisser VER m s 0.15 3.45 0.00 0.07 par:pas; -bruit bruit NOM m s 94.13 281.49 78.94 223.18 -bruita bruiter VER 0.01 0.07 0.01 0.00 ind:pas:3s; -bruitage bruitage NOM m s 0.23 0.54 0.04 0.47 -bruitages bruitage NOM m p 0.23 0.54 0.20 0.07 -bruiter bruiter VER 0.01 0.07 0.00 0.07 inf; -bruiteur bruiteur NOM m s 0.04 0.20 0.03 0.20 -bruiteuse bruiteur NOM f s 0.04 0.20 0.01 0.00 -bruits bruit NOM m p 94.13 281.49 15.18 58.31 -brêles brêler VER 0.02 0.07 0.02 0.07 ind:pre:2s; -brumaille brumaille NOM f s 0.00 0.07 0.00 0.07 -brumaire brumaire NOM m s 0.10 0.27 0.10 0.27 -brumassait brumasser VER 0.00 0.07 0.00 0.07 ind:imp:3s; -brume brume NOM f s 5.07 42.57 4.17 35.88 -brument brumer VER 0.00 0.47 0.00 0.47 ind:pre:3p; -brumes brume NOM f p 5.07 42.57 0.91 6.69 -brumeuse brumeux ADJ f s 1.19 6.89 0.10 2.09 -brumeuses brumeux ADJ f p 1.19 6.89 0.05 0.61 -brumeux brumeux ADJ m 1.19 6.89 1.04 4.19 -brumisateur brumisateur NOM m s 0.01 0.00 0.01 0.00 -brun brun ADJ m s 13.16 68.18 3.39 21.35 -brunch brunch NOM m s 1.63 0.14 1.53 0.00 -brunches brunch NOM m p 1.63 0.14 0.02 0.07 -brunchs brunch NOM m p 1.63 0.14 0.08 0.07 -brune brun ADJ f s 13.16 68.18 6.51 25.34 -brunes brune NOM f p 5.20 7.77 0.76 1.35 -brunet brunet ADJ m s 0.04 0.14 0.00 0.07 -brunette brunette NOM f s 0.35 0.54 0.28 0.47 -brunettes brunette NOM f p 0.35 0.54 0.07 0.07 -bruni bruni ADJ m s 0.01 1.96 0.01 0.81 -brunie brunir VER f s 0.19 3.24 0.01 0.54 par:pas; -brunies brunir VER f p 0.19 3.24 0.00 0.61 par:pas; -brunir brunir VER 0.19 3.24 0.16 0.74 inf; -brunirent brunir VER 0.19 3.24 0.00 0.07 ind:pas:3p; -brunis bruni ADJ m p 0.01 1.96 0.00 0.27 -brunissage brunissage NOM m s 0.02 0.00 0.02 0.00 -brunissaient brunir VER 0.19 3.24 0.00 0.07 ind:imp:3p; -brunissent brunir VER 0.19 3.24 0.01 0.20 ind:pre:3p; -brunissoir brunissoir NOM m s 0.00 0.07 0.00 0.07 -brunissures brunissure NOM f p 0.00 0.07 0.00 0.07 -brunit brunir VER 0.19 3.24 0.00 0.34 ind:pre:3s;ind:pas:3s; -brunâtre brunâtre ADJ s 0.04 5.20 0.03 3.51 -brunâtres brunâtre ADJ p 0.04 5.20 0.01 1.69 -bruns brun ADJ m p 13.16 68.18 2.69 10.88 -brus bru NOM f p 1.45 3.24 0.01 0.41 -brushing brushing NOM m s 0.65 0.34 0.65 0.34 -brésil brésil NOM m s 0.10 0.20 0.10 0.07 -brésilien brésilien NOM m s 2.88 2.43 1.61 0.61 -brésilienne brésilien ADJ f s 1.92 4.32 0.70 1.55 -brésiliennes brésilien ADJ f p 1.92 4.32 0.05 0.61 -brésiliens brésilien NOM m p 2.88 2.43 0.89 1.08 -brésils brésil NOM m p 0.10 0.20 0.00 0.14 -brusqua brusquer VER 1.83 4.05 0.00 0.20 ind:pas:3s; -brusquai brusquer VER 1.83 4.05 0.00 0.07 ind:pas:1s; -brusquait brusquer VER 1.83 4.05 0.00 0.07 ind:imp:3s; -brusquant brusquer VER 1.83 4.05 0.00 0.07 par:pre; -brusque brusque ADJ s 2.69 35.34 1.77 26.76 -brusquement brusquement ADV 4.88 111.42 4.88 111.42 -brusquent brusquer VER 1.83 4.05 0.00 0.07 ind:pre:3p; -brusquer brusquer VER 1.83 4.05 0.83 2.03 inf; -brusquerai brusquer VER 1.83 4.05 0.15 0.00 ind:fut:1s; -brusqueraient brusquer VER 1.83 4.05 0.01 0.00 cnd:pre:3p; -brusquerie brusquerie NOM f s 0.09 4.32 0.09 4.26 -brusqueries brusquerie NOM f p 0.09 4.32 0.00 0.07 -brusques brusque ADJ p 2.69 35.34 0.92 8.58 -brusquette brusquet ADJ f s 0.00 0.07 0.00 0.07 -brusquez brusquer VER 1.83 4.05 0.34 0.20 imp:pre:2p;ind:pre:2p; -brusquons brusquer VER 1.83 4.05 0.17 0.00 imp:pre:1p; -brusquât brusquer VER 1.83 4.05 0.00 0.07 sub:imp:3s; -brusqué brusquer VER m s 1.83 4.05 0.04 0.34 par:pas; -brusquée brusquer VER f s 1.83 4.05 0.14 0.14 par:pas; -brut brut ADJ m s 3.86 8.65 1.38 3.31 -brutal brutal ADJ m s 9.82 35.34 5.29 15.47 -brutale brutal ADJ f s 9.82 35.34 3.29 14.19 -brutalement brutalement ADV 2.89 23.11 2.89 23.11 -brutales brutal ADJ f p 9.82 35.34 0.32 3.24 -brutalisaient brutaliser VER 1.41 1.15 0.02 0.00 ind:imp:3p; -brutalisait brutaliser VER 1.41 1.15 0.08 0.00 ind:imp:3s; -brutalisant brutaliser VER 1.41 1.15 0.01 0.07 par:pre; -brutalise brutaliser VER 1.41 1.15 0.12 0.20 imp:pre:2s;ind:pre:1s;ind:pre:3s; -brutaliser brutaliser VER 1.41 1.15 0.48 0.41 inf; -brutaliserai brutaliser VER 1.41 1.15 0.01 0.00 ind:fut:1s; -brutaliserait brutaliser VER 1.41 1.15 0.00 0.07 cnd:pre:3s; -brutalisez brutaliser VER 1.41 1.15 0.07 0.00 imp:pre:2p;ind:pre:2p; -brutalisé brutaliser VER m s 1.41 1.15 0.49 0.20 par:pas; -brutalisée brutaliser VER f s 1.41 1.15 0.08 0.14 par:pas; -brutalisées brutaliser VER f p 1.41 1.15 0.02 0.00 par:pas; -brutalisés brutaliser VER m p 1.41 1.15 0.03 0.07 par:pas; -brutalité brutalité NOM f s 3.11 11.15 2.87 9.93 -brutalités brutalité NOM f p 3.11 11.15 0.24 1.22 -brutaux brutal ADJ m p 9.82 35.34 0.92 2.43 -brute brute NOM f s 14.03 12.09 9.04 7.57 -brutes brute NOM f p 14.03 12.09 5.00 4.53 -bruts brut ADJ m p 3.86 8.65 0.42 0.74 -bréviaire bréviaire NOM m s 0.21 1.69 0.21 1.69 -bruxellois bruxellois ADJ m 0.00 0.54 0.00 0.47 -bruxelloise bruxellois ADJ f s 0.00 0.54 0.00 0.07 -bruyamment bruyamment ADV 0.95 10.54 0.95 10.54 -bruyant bruyant ADJ m s 5.88 16.82 2.91 4.80 -bruyante bruyant ADJ f s 5.88 16.82 1.17 5.61 -bruyantes bruyant ADJ f p 5.88 16.82 0.45 1.82 -bruyants bruyant ADJ m p 5.88 16.82 1.37 4.59 -bruyère bruyère NOM f s 0.58 6.01 0.53 4.12 -bruyères bruyère NOM f p 0.58 6.01 0.05 1.89 -bègue bègue NOM s 0.24 0.54 0.20 0.41 -bègues bègue NOM p 0.24 0.54 0.04 0.14 -bé bé ONO 0.85 1.15 0.85 1.15 -bu boire VER m s 339.06 274.32 53.10 40.07 par:pas; -béa béer VER 0.23 3.65 0.00 0.20 ind:pas:3s; -bua buer VER 0.09 0.00 0.09 0.00 ind:pas:3s; -béaient béer VER 0.23 3.65 0.00 0.61 ind:imp:3p; -béait béer VER 0.23 3.65 0.10 1.01 ind:imp:3s; -béance béance NOM f s 0.16 0.61 0.16 0.61 -buanderie buanderie NOM f s 0.81 1.69 0.81 1.55 -buanderies buanderie NOM f p 0.81 1.69 0.00 0.14 -béant béant ADJ m s 1.21 10.34 0.34 2.77 -béante béant ADJ f s 1.21 10.34 0.44 4.26 -béantes béant ADJ f p 1.21 10.34 0.21 2.30 -béants béant ADJ m p 1.21 10.34 0.22 1.01 -béarnais béarnais ADJ m p 0.13 0.00 0.01 0.00 -béarnaise béarnais ADJ f s 0.13 0.00 0.12 0.00 -béat béat ADJ m s 0.26 4.73 0.21 1.89 -béate béat ADJ f s 0.26 4.73 0.05 2.36 -béatement béatement ADV 0.01 1.42 0.01 1.42 -béates béat ADJ f p 0.26 4.73 0.00 0.14 -béatification béatification NOM f s 0.05 0.27 0.05 0.20 -béatifications béatification NOM f p 0.05 0.27 0.00 0.07 -béatifier béatifier VER 0.11 0.54 0.00 0.20 inf; -béatifique béatifique ADJ m s 0.00 0.14 0.00 0.14 -béatifié béatifier VER m s 0.11 0.54 0.11 0.14 par:pas; -béatifiée béatifier VER f s 0.11 0.54 0.00 0.07 par:pas; -béatifiés béatifier VER m p 0.11 0.54 0.00 0.14 par:pas; -béatitude béatitude NOM f s 0.58 5.74 0.58 5.47 -béatitudes béatitude NOM f p 0.58 5.74 0.00 0.27 -béats béat ADJ m p 0.26 4.73 0.00 0.34 -bubble_gum bubble_gum NOM m s 0.08 0.07 0.07 0.07 -bubble_gum bubble_gum NOM m s 0.08 0.07 0.01 0.00 -bubon bubon NOM m s 0.22 0.34 0.02 0.14 -bubonique bubonique ADJ s 0.25 0.07 0.25 0.07 -bubons bubon NOM m p 0.22 0.34 0.20 0.20 -bébé bébé NOM m s 191.63 45.20 173.82 36.22 -bébé_éprouvette bébé_éprouvette NOM m p 0.01 0.00 0.01 0.00 -bébés bébé NOM m p 191.63 45.20 17.81 8.99 -bébête bébête ADJ s 0.32 2.91 0.25 2.77 -bébêtes bébête ADJ p 0.32 2.91 0.07 0.14 -bécabunga bécabunga NOM m s 0.00 0.07 0.00 0.07 -bécane bécane NOM f s 1.77 4.80 1.46 3.92 -bécanes bécane NOM f p 1.77 4.80 0.32 0.88 -bécard bécard NOM m s 0.00 0.07 0.00 0.07 -bécarre bécarre NOM m s 0.02 0.07 0.02 0.07 -bécasse bécasse NOM f s 1.56 1.08 1.40 0.54 -bécasses bécasse NOM f p 1.56 1.08 0.16 0.54 -bécassine bécassine NOM f s 0.01 0.20 0.01 0.14 -bécassines bécassine NOM f p 0.01 0.20 0.00 0.07 -buccal buccal ADJ m s 0.54 0.34 0.16 0.14 -buccale buccal ADJ f s 0.54 0.34 0.33 0.07 -buccales buccal ADJ f p 0.54 0.34 0.04 0.07 -buccaux buccal ADJ m p 0.54 0.34 0.03 0.07 -buccin buccin NOM m s 0.00 0.14 0.00 0.14 -buccinateur buccinateur NOM m s 0.00 0.07 0.00 0.07 -bucco_génital bucco_génital ADJ m s 0.11 0.00 0.06 0.00 -bucco_génital bucco_génital ADJ f p 0.11 0.00 0.02 0.00 -bucco_génital bucco_génital ADJ m p 0.11 0.00 0.02 0.00 -bucco bucco NOM m s 0.21 0.20 0.21 0.20 -buccogénitales buccogénital ADJ f p 0.01 0.00 0.01 0.00 -bêchaient bêcher VER 0.55 2.70 0.00 0.14 ind:imp:3p; -bêchait bêcher VER 0.55 2.70 0.01 0.41 ind:imp:3s; -béchamel béchamel NOM f s 0.37 0.41 0.37 0.41 -bêchant bêcher VER 0.55 2.70 0.14 0.14 par:pre; -bêche bêche NOM f s 0.46 3.72 0.42 3.51 -bêchent bêcher VER 0.55 2.70 0.00 0.14 ind:pre:3p; -bécher bécher NOM m s 0.01 0.00 0.01 0.00 -bêcher bêcher VER 0.55 2.70 0.36 1.15 inf; -bêches bêche NOM f p 0.46 3.72 0.04 0.20 -bêcheur bêcheur ADJ m s 0.52 0.95 0.22 0.41 -bêcheurs bêcheur NOM m p 0.35 1.22 0.00 0.20 -bêcheuse bêcheur ADJ f s 0.52 0.95 0.28 0.34 -bêcheuses bêcheuse NOM f p 0.04 0.00 0.04 0.00 -bêché bêcher VER m s 0.55 2.70 0.00 0.47 par:pas; -bucoliastes bucoliaste NOM m p 0.00 0.07 0.00 0.07 -bucolique bucolique ADJ s 0.17 1.22 0.14 0.95 -bucoliques bucolique ADJ m p 0.17 1.22 0.03 0.27 -bécot bécot NOM m s 0.42 0.47 0.41 0.20 -bécotait bécoter VER 1.05 0.88 0.05 0.07 ind:imp:3s; -bécotant bécoter VER 1.05 0.88 0.00 0.14 par:pre; -bécote bécoter VER 1.05 0.88 0.21 0.14 ind:pre:1s;ind:pre:3s;sub:pre:3s; -bécotent bécoter VER 1.05 0.88 0.27 0.07 ind:pre:3p; -bécoter bécoter VER 1.05 0.88 0.28 0.41 inf; -bécoteur bécoteur NOM m s 0.02 0.00 0.02 0.00 -bécots bécot NOM m p 0.42 0.47 0.01 0.27 -bécoté bécoter VER m s 1.05 0.88 0.13 0.00 par:pas; -bécotée bécoter VER f s 1.05 0.88 0.00 0.07 par:pas; -bécotés bécoter VER m p 1.05 0.88 0.11 0.00 par:pas; -bucranes bucrane NOM m p 0.00 0.14 0.00 0.14 -bucéphales bucéphale NOM m p 0.00 0.07 0.00 0.07 -bédane bédane NOM m s 0.00 0.20 0.00 0.20 -buddha buddha NOM m s 0.40 0.00 0.40 0.00 -budget budget NOM m s 11.21 6.62 10.54 5.34 -budgets budget NOM m p 11.21 6.62 0.67 1.28 -budgétaire budgétaire ADJ s 1.08 0.27 0.55 0.07 -budgétairement budgétairement ADV 0.00 0.07 0.00 0.07 -budgétaires budgétaire ADJ p 1.08 0.27 0.53 0.20 -budgétisation budgétisation NOM f s 0.01 0.00 0.01 0.00 -budgétivores budgétivore NOM p 0.00 0.07 0.00 0.07 -bédouin bédouin ADJ m s 0.26 0.47 0.24 0.00 -bédouine bédouin NOM f s 0.23 0.54 0.14 0.00 -bédouines bédouin NOM f p 0.23 0.54 0.02 0.00 -bédouins bédouin NOM m p 0.23 0.54 0.04 0.20 -bédé bédé NOM f s 0.29 0.00 0.09 0.00 -bédéphiles bédéphile NOM p 0.01 0.00 0.01 0.00 -bédés bédé NOM f p 0.29 0.00 0.20 0.00 -bée bé ADJ f s 0.96 5.34 0.96 5.14 -bue bu ADJ f s 3.04 4.86 0.44 2.36 -buen_retiro buen_retiro NOM m 0.00 0.14 0.00 0.14 -béent béer VER 0.23 3.65 0.10 0.14 ind:pre:3p; -béer béer VER 0.23 3.65 0.00 0.27 inf; -bées bé ADJ f p 0.96 5.34 0.00 0.20 -bues bu ADJ f p 3.04 4.86 0.18 0.34 -buffalo buffalo NOM s 0.05 0.00 0.05 0.00 -buffet buffet NOM m s 6.93 21.35 6.63 20.14 -buffets buffet NOM m p 6.93 21.35 0.30 1.22 -buffle buffle NOM m s 1.79 4.19 1.16 1.96 -buffles buffle NOM m p 1.79 4.19 0.62 2.23 -buffleterie buffleterie NOM f s 0.00 0.74 0.00 0.14 -buffleteries buffleterie NOM f p 0.00 0.74 0.00 0.61 -bufflonne bufflon NOM f s 0.00 0.07 0.00 0.07 -bufo bufo NOM m s 0.01 0.00 0.01 0.00 -bug bug NOM m s 1.90 0.00 0.64 0.00 -bégaie bégayer VER 2.61 7.50 0.59 1.01 imp:pre:2s;ind:pre:1s;ind:pre:3s; -bégaiement bégaiement NOM m s 0.54 2.23 0.54 1.49 -bégaiements bégaiement NOM m p 0.54 2.23 0.00 0.74 -bégaient bégayer VER 2.61 7.50 0.00 0.07 ind:pre:3p; -bégaiera bégayer VER 2.61 7.50 0.01 0.00 ind:fut:3s; -bégaies bégayer VER 2.61 7.50 0.23 0.07 ind:pre:2s; -bégaya bégayer VER 2.61 7.50 0.01 1.15 ind:pas:3s; -bégayai bégayer VER 2.61 7.50 0.00 0.14 ind:pas:1s; -bégayaient bégayer VER 2.61 7.50 0.00 0.07 ind:imp:3p; -bégayais bégayer VER 2.61 7.50 0.08 0.27 ind:imp:1s;ind:imp:2s; -bégayait bégayer VER 2.61 7.50 0.18 1.76 ind:imp:3s; -bégayant bégayer VER 2.61 7.50 0.00 0.95 par:pre; -bégayante bégayant ADJ f s 0.01 0.68 0.01 0.14 -bégayantes bégayant ADJ f p 0.01 0.68 0.00 0.07 -bégayants bégayant ADJ m p 0.01 0.68 0.00 0.07 -bégaye bégayer VER 2.61 7.50 0.41 0.61 imp:pre:2s;ind:pre:1s;ind:pre:3s; -bégayer bégayer VER 2.61 7.50 0.64 1.01 inf; -bégayes bégayer VER 2.61 7.50 0.05 0.00 ind:pre:2s; -bégayeur bégayeur ADJ m s 0.00 0.14 0.00 0.14 -bégayez bégayer VER 2.61 7.50 0.15 0.07 ind:pre:2p; -bégayé bégayer VER m s 2.61 7.50 0.27 0.27 par:pas; -bégayées bégayer VER f p 2.61 7.50 0.00 0.07 par:pas; -buggy buggy NOM m s 0.28 0.00 0.28 0.00 -bugle bugle NOM m s 0.07 0.34 0.06 0.34 -bugler bugler VER 0.07 0.00 0.07 0.00 inf; -bugles bugle NOM p 0.07 0.34 0.01 0.00 -bugne bugne NOM f s 0.01 0.14 0.01 0.07 -bugnes bugne NOM f p 0.01 0.14 0.00 0.07 -bugné bugner VER m s 0.01 0.00 0.01 0.00 par:pas; -bégonias bégonia NOM m p 0.05 1.15 0.05 1.15 -bugs bug NOM m p 1.90 0.00 1.27 0.00 -bégueule bégueule NOM f s 0.07 0.20 0.06 0.07 -bégueulerie bégueulerie NOM f s 0.00 0.07 0.00 0.07 -bégueules bégueule NOM f p 0.07 0.20 0.01 0.14 -béguin béguin NOM m s 3.11 2.57 3.09 2.16 -béguinage béguinage NOM m s 0.00 0.07 0.00 0.07 -béguine béguine NOM f s 0.00 0.14 0.00 0.14 -béguineuse béguineuse NOM f s 0.00 0.14 0.00 0.14 -béguins béguin NOM m p 3.11 2.57 0.02 0.41 -bégum bégum NOM f s 0.00 0.27 0.00 0.27 -béhème béhème NOM f s 0.20 0.00 0.20 0.00 -béhémoth béhémoth NOM m s 0.00 0.47 0.00 0.47 -building building NOM m s 2.01 3.24 1.67 1.42 -buildings building NOM m p 2.01 3.24 0.34 1.82 -buires buire NOM f p 0.00 0.07 0.00 0.07 -buis buis NOM m 0.03 7.23 0.03 7.23 -buisson_ardent buisson_ardent NOM m s 0.01 0.00 0.01 0.00 -buisson buisson NOM m s 7.73 27.09 3.81 10.00 -buissonnant buissonner VER 0.00 0.20 0.00 0.07 par:pre; -buissonnants buissonnant ADJ m p 0.00 0.14 0.00 0.07 -buissonne buissonner VER 0.00 0.20 0.00 0.07 ind:pre:3s; -buissonner buissonner VER 0.00 0.20 0.00 0.07 inf; -buissonneuse buissonneux ADJ f s 0.00 0.41 0.00 0.07 -buissonneuses buissonneux ADJ f p 0.00 0.41 0.00 0.07 -buissonneux buissonneux ADJ m p 0.00 0.41 0.00 0.27 -buissonnière buissonnier ADJ f s 0.79 1.55 0.79 1.22 -buissonnières buissonnier ADJ f p 0.79 1.55 0.00 0.34 -buissons buisson NOM m p 7.73 27.09 3.92 17.09 -béjaune béjaune NOM m s 0.00 0.20 0.00 0.20 -bélître bélître NOM m s 0.01 0.07 0.01 0.07 -bêlaient bêler VER 0.23 1.55 0.00 0.20 ind:imp:3p; -bêlait bêler VER 0.23 1.55 0.00 0.20 ind:imp:3s; -bêlant bêler VER 0.23 1.55 0.03 0.34 par:pre; -bêlantes bêlant ADJ f p 0.16 0.47 0.00 0.27 -bêlants bêlant ADJ m p 0.16 0.47 0.14 0.07 -bulbe bulbe NOM m s 0.47 1.82 0.31 1.01 -bulbes bulbe NOM m p 0.47 1.82 0.16 0.81 -bulbeuse bulbeux ADJ f s 0.16 0.07 0.14 0.00 -bulbeux bulbeux ADJ m s 0.16 0.07 0.02 0.07 -bulbul bulbul NOM m s 0.00 0.47 0.00 0.47 -bêle bêler VER 0.23 1.55 0.17 0.14 imp:pre:2s;ind:pre:1s;ind:pre:3s; -bêlement bêlement NOM m s 0.12 1.22 0.12 0.54 -bêlements bêlement NOM m p 0.12 1.22 0.00 0.68 -bêlent bêler VER 0.23 1.55 0.00 0.14 ind:pre:3p; -bêler bêler VER 0.23 1.55 0.02 0.27 inf; -bulgare bulgare ADJ s 1.38 0.95 1.14 0.74 -bulgares bulgare NOM p 0.79 1.08 0.28 0.61 -bulgaro bulgaro ADV 0.00 0.07 0.00 0.07 -bulge bulge NOM m s 0.02 0.00 0.02 0.00 -bélier bélier NOM m s 1.51 3.99 1.32 3.11 -béliers bélier NOM m p 1.51 3.99 0.19 0.88 -bélinogramme bélinogramme NOM m s 0.00 0.07 0.00 0.07 -bull_dog bull_dog NOM m s 0.01 0.68 0.01 0.61 -bull_dog bull_dog NOM m p 0.01 0.68 0.00 0.07 -bull_finch bull_finch NOM m s 0.00 0.14 0.00 0.14 -bull_terrier bull_terrier NOM m s 0.02 0.00 0.02 0.00 -bull bull NOM m s 1.04 0.61 0.61 0.41 -bulla buller VER 0.35 0.20 0.00 0.14 ind:pas:3s; -bullaire bullaire NOM m s 0.01 0.00 0.01 0.00 -bulldog bulldog NOM m s 0.49 0.20 0.30 0.14 -bulldogs bulldog NOM m p 0.49 0.20 0.19 0.07 -bulldozer bulldozer NOM m s 2.33 2.64 1.26 1.89 -bulldozers bulldozer NOM m p 2.33 2.64 1.07 0.74 -bulle bulle NOM f s 8.11 16.55 2.99 6.62 -buller buller VER 0.35 0.20 0.12 0.07 inf; -bulles bulle NOM f p 8.11 16.55 5.12 9.93 -bulletin bulletin NOM m s 6.35 7.50 4.99 5.41 -bulletins bulletin NOM m p 6.35 7.50 1.36 2.09 -bulleux bulleux ADJ m s 0.00 0.14 0.00 0.14 -bullez buller VER 0.35 0.20 0.01 0.00 imp:pre:2p; -bulls bull NOM m p 1.04 0.61 0.43 0.20 -bulot bulot NOM m s 0.01 0.07 0.01 0.00 -bulots bulot NOM m p 0.01 0.07 0.00 0.07 -bélouga bélouga NOM m s 0.02 0.00 0.02 0.00 -bêlé bêler VER m s 0.23 1.55 0.01 0.27 par:pas; -béluga béluga NOM m s 0.02 0.00 0.02 0.00 -bémol bémol NOM m s 0.88 1.01 0.88 0.81 -bémolisé bémoliser VER m s 0.00 0.07 0.00 0.07 par:pas; -bémols bémol NOM m p 0.88 1.01 0.00 0.20 -bumper bumper NOM m 0.14 0.14 0.14 0.14 -buna buna NOM m s 0.01 0.00 0.01 0.00 -bénard bénard NOM m s 0.00 1.82 0.00 1.69 -bénarde bénard ADJ f s 0.00 0.34 0.00 0.14 -bénards bénard NOM m p 0.00 1.82 0.00 0.14 -bénef bénef NOM m s 0.71 0.68 0.43 0.61 -bénefs bénef NOM m p 0.71 0.68 0.28 0.07 -bungalow bungalow NOM m s 0.03 12.84 0.01 12.43 -bungalows bungalow NOM m p 0.03 12.84 0.02 0.41 -béni bénir VER m s 48.77 18.92 10.90 4.26 par:pas; -bénie bénir VER f s 48.77 18.92 5.51 2.16 par:pas; -bénies bénir VER f p 48.77 18.92 0.72 0.47 par:pas; -bénigne bénin ADJ f s 1.56 3.45 0.88 1.69 -bénignement bénignement ADV 0.00 0.07 0.00 0.07 -bénignes bénin ADJ f p 1.56 3.45 0.10 0.81 -bénignité bénignité NOM f s 0.01 0.20 0.01 0.20 -bénin bénin ADJ m s 1.56 3.45 0.56 0.74 -béninois béninois ADJ m s 0.00 0.14 0.00 0.14 -bénins bénin ADJ m p 1.56 3.45 0.03 0.20 -bénir bénir VER 48.77 18.92 2.36 3.38 inf; -bénira bénir VER 48.77 18.92 0.66 0.20 ind:fut:3s; -bénirai bénir VER 48.77 18.92 0.05 0.00 ind:fut:1s; -bénirais bénir VER 48.77 18.92 0.01 0.14 cnd:pre:1s; -bénirait bénir VER 48.77 18.92 0.00 0.07 cnd:pre:3s; -béniras bénir VER 48.77 18.92 0.01 0.00 ind:fut:2s; -bénirez bénir VER 48.77 18.92 0.03 0.00 ind:fut:2p; -bénirons bénir VER 48.77 18.92 0.00 0.07 ind:fut:1p; -béniront bénir VER 48.77 18.92 0.04 0.00 ind:fut:3p; -bénis bénir VER m p 48.77 18.92 6.64 2.64 imp:pre:2s;ind:pre:1s;ind:pre:2s;par:pas; -bénissaient bénir VER 48.77 18.92 0.00 0.27 ind:imp:3p; -bénissais bénir VER 48.77 18.92 0.01 0.20 ind:imp:1s; -bénissait bénir VER 48.77 18.92 0.03 1.28 ind:imp:3s; -bénissant bénir VER 48.77 18.92 0.02 0.47 par:pre; -bénisse bénir VER 48.77 18.92 18.82 0.95 sub:pre:1s;sub:pre:3s; -bénissent bénir VER 48.77 18.92 0.47 0.20 ind:pre:3p; -bénisseur bénisseur ADJ m s 0.00 0.61 0.00 0.34 -bénisseurs bénisseur ADJ m p 0.00 0.61 0.00 0.14 -bénisseuse bénisseur ADJ f s 0.00 0.61 0.00 0.14 -bénissez bénir VER 48.77 18.92 1.62 0.20 imp:pre:2p;ind:pre:2p; -bénissions bénir VER 48.77 18.92 0.00 0.14 ind:imp:1p; -bénissons bénir VER 48.77 18.92 0.17 0.00 imp:pre:1p;ind:pre:1p; -bénit bénit ADJ m s 2.81 4.26 0.72 1.15 -bénite bénit ADJ f s 2.81 4.26 2.08 2.64 -bénites bénit ADJ f p 2.81 4.26 0.01 0.27 -bénitier bénitier NOM m s 0.80 1.96 0.72 1.76 -bénitiers bénitier NOM m p 0.80 1.96 0.07 0.20 -bénits bénit ADJ m p 2.81 4.26 0.00 0.20 -bunker bunker NOM m s 4.51 0.81 3.89 0.68 -bunkers bunker NOM m p 4.51 0.81 0.62 0.14 -bénouze bénouze NOM m s 0.00 0.20 0.00 0.20 -bunraku bunraku NOM m s 0.00 0.07 0.00 0.07 -bunsen bunsen NOM m 0.00 0.07 0.00 0.07 -bénédicité bénédicité NOM m s 0.43 0.34 0.41 0.27 -bénédicités bénédicité NOM m p 0.43 0.34 0.02 0.07 -bénédictin bénédictin ADJ m s 0.04 0.95 0.01 0.34 -bénédictine bénédictin NOM f s 0.19 0.74 0.03 0.20 -bénédictines bénédictin NOM f p 0.19 0.74 0.14 0.20 -bénédictins bénédictin NOM m p 0.19 0.74 0.01 0.14 -bénédiction bénédiction NOM f s 11.15 8.18 10.61 7.43 -bénédictions bénédiction NOM f p 11.15 8.18 0.54 0.74 -bénéfice bénéfice NOM m s 8.97 11.42 4.31 8.04 -bénéfices bénéfice NOM m p 8.97 11.42 4.66 3.38 -bénéficia bénéficier VER 3.85 9.66 0.00 0.27 ind:pas:3s; -bénéficiaient bénéficier VER 3.85 9.66 0.01 0.68 ind:imp:3p; -bénéficiaire bénéficiaire NOM s 0.92 1.55 0.77 0.74 -bénéficiaires bénéficiaire NOM p 0.92 1.55 0.15 0.81 -bénéficiais bénéficier VER 3.85 9.66 0.00 0.34 ind:imp:1s; -bénéficiait bénéficier VER 3.85 9.66 0.02 1.28 ind:imp:3s; -bénéficiant bénéficier VER 3.85 9.66 0.17 0.47 par:pre; -bénéficie bénéficier VER 3.85 9.66 1.05 0.88 ind:pre:1s;ind:pre:3s; -bénéficient bénéficier VER 3.85 9.66 0.16 0.47 ind:pre:3p; -bénéficier bénéficier VER 3.85 9.66 1.43 3.24 inf; -bénéficiera bénéficier VER 3.85 9.66 0.26 0.14 ind:fut:3s; -bénéficierai bénéficier VER 3.85 9.66 0.04 0.00 ind:fut:1s; -bénéficierais bénéficier VER 3.85 9.66 0.02 0.00 cnd:pre:1s;cnd:pre:2s; -bénéficierait bénéficier VER 3.85 9.66 0.05 0.14 cnd:pre:3s; -bénéficierez bénéficier VER 3.85 9.66 0.02 0.07 ind:fut:2p; -bénéficierons bénéficier VER 3.85 9.66 0.01 0.00 ind:fut:1p; -bénéficies bénéficier VER 3.85 9.66 0.08 0.00 ind:pre:2s; -bénéficiez bénéficier VER 3.85 9.66 0.19 0.00 imp:pre:2p;ind:pre:2p; -bénéficions bénéficier VER 3.85 9.66 0.04 0.07 ind:pre:1p; -bénéficiât bénéficier VER 3.85 9.66 0.00 0.07 sub:imp:3s; -bénéficièrent bénéficier VER 3.85 9.66 0.00 0.07 ind:pas:3p; -bénéficié bénéficier VER m s 3.85 9.66 0.30 1.49 par:pas; -bénéfique bénéfique ADJ s 1.61 3.24 1.43 2.84 -bénéfiques bénéfique ADJ p 1.61 3.24 0.18 0.41 -bénévolat bénévolat NOM m s 0.98 0.07 0.98 0.07 -bénévole bénévole ADJ s 1.52 2.70 1.23 1.69 -bénévolement bénévolement ADV 0.23 0.54 0.23 0.54 -bénévolence bénévolence NOM f s 0.00 0.07 0.00 0.07 -bénévoles bénévole NOM p 1.33 0.27 0.61 0.14 -béotien béotien NOM m s 0.23 0.47 0.20 0.07 -béotienne béotien ADJ f s 0.06 0.00 0.02 0.00 -béotiens béotien ADJ m p 0.06 0.00 0.03 0.00 -buprestes bupreste NOM m p 0.00 0.07 0.00 0.07 -béquant béquer VER 0.00 0.07 0.00 0.07 par:pre; -béquillant béquiller VER 0.00 0.14 0.00 0.07 par:pre; -béquillard béquillard ADJ m s 0.00 0.07 0.00 0.07 -béquille béquille NOM f s 2.70 6.15 1.05 2.91 -béquillent béquiller VER 0.00 0.14 0.00 0.07 ind:pre:3p; -béquilles béquille NOM f p 2.70 6.15 1.65 3.24 -béquilleux béquilleux ADJ m s 0.00 0.07 0.00 0.07 -buraliste buraliste NOM s 0.57 0.95 0.57 0.88 -buralistes buraliste NOM p 0.57 0.95 0.00 0.07 -bure bure NOM s 0.57 3.18 0.57 3.18 -bureau bureau NOM m s 167.13 150.07 156.68 130.07 -bureaucrate bureaucrate NOM s 1.95 1.28 0.80 0.47 -bureaucrates bureaucrate NOM p 1.95 1.28 1.15 0.81 -bureaucratie bureaucratie NOM f s 1.17 0.81 1.17 0.74 -bureaucraties bureaucratie NOM f p 1.17 0.81 0.00 0.07 -bureaucratique bureaucratique ADJ s 0.70 0.47 0.61 0.41 -bureaucratiquement bureaucratiquement ADV 0.00 0.07 0.00 0.07 -bureaucratiques bureaucratique ADJ p 0.70 0.47 0.09 0.07 -bureaucratisées bureaucratiser VER f p 0.00 0.07 0.00 0.07 par:pas; -bureautique bureautique ADJ f s 0.01 0.00 0.01 0.00 -bureautique bureautique NOM f s 0.01 0.00 0.01 0.00 -bureaux bureau NOM m p 167.13 150.07 10.45 20.00 -burent boire VER 339.06 274.32 0.02 3.99 ind:pas:3p; -béret béret NOM m s 1.50 15.07 1.19 13.31 -bérets béret NOM m p 1.50 15.07 0.31 1.76 -burette burette NOM f s 1.03 1.62 0.61 0.88 -burettes burette NOM f p 1.03 1.62 0.42 0.74 -burg burg NOM m s 0.05 0.20 0.05 0.20 -burger burger NOM m s 2.31 0.07 1.33 0.00 -burgers burger NOM m p 2.31 0.07 0.97 0.07 -burgondes burgonde ADJ m p 0.10 0.07 0.10 0.07 -burgraviat burgraviat NOM m s 0.00 0.07 0.00 0.07 -béribéri béribéri NOM m s 0.18 0.00 0.18 0.00 -burin burin NOM m s 0.59 2.23 0.57 1.96 -burina buriner VER 0.11 0.61 0.10 0.07 ind:pas:3s; -buriner buriner VER 0.11 0.61 0.01 0.07 inf; -burins burin NOM m p 0.59 2.23 0.02 0.27 -buriné buriné ADJ m s 0.02 0.68 0.01 0.47 -burinée buriné ADJ f s 0.02 0.68 0.01 0.07 -burinées buriné ADJ f p 0.02 0.68 0.00 0.07 -burinés buriner VER m p 0.11 0.61 0.00 0.14 par:pas; -burkinabé burkinabé ADJ s 0.01 0.00 0.01 0.00 -burlesque burlesque NOM m s 0.34 0.74 0.33 0.68 -burlesques burlesque ADJ p 0.07 2.36 0.01 0.81 -burlingue burlingue NOM m s 0.00 1.15 0.00 0.88 -burlingues burlingue NOM m p 0.00 1.15 0.00 0.27 -burne burne NOM f s 1.42 1.49 0.09 0.07 -burnes burne NOM f p 1.42 1.49 1.33 1.42 -burnous burnous NOM m 0.13 1.76 0.13 1.76 -burons buron NOM m p 0.00 0.07 0.00 0.07 -bursite bursite NOM f s 0.09 0.00 0.09 0.00 -bérullienne bérullien NOM f s 0.00 0.07 0.00 0.07 -burundais burundais NOM m 0.01 0.00 0.01 0.00 -bérézina bérézina NOM f s 0.00 0.41 0.00 0.41 -béryl béryl NOM m s 0.02 0.27 0.02 0.20 -béryllium béryllium NOM m s 0.20 0.00 0.20 0.00 -béryls béryl NOM m p 0.02 0.27 0.00 0.07 -bus bus NOM m 50.63 10.54 50.63 10.54 -busard busard NOM m s 0.06 0.74 0.02 0.47 -busards busard NOM m p 0.06 0.74 0.04 0.27 -buse buse NOM f s 1.28 2.84 0.82 2.09 -bésef bésef ADV 0.01 0.14 0.01 0.14 -buses buse NOM f p 1.28 2.84 0.46 0.74 -bush bush NOM m s 0.24 0.00 0.24 0.00 -bushi bushi NOM m s 0.01 0.20 0.01 0.20 -bushido bushido NOM m s 0.01 0.00 0.01 0.00 -bushman bushman NOM m s 0.00 0.07 0.00 0.07 -bésiclard bésiclard NOM m s 0.00 0.07 0.00 0.07 -bésicles bésicles NOM f p 0.01 0.20 0.01 0.20 -bésigue bésigue NOM m s 0.06 0.00 0.06 0.00 -business business NOM m 15.62 2.23 15.62 2.23 -businessman businessman NOM m s 1.31 0.34 0.84 0.27 -businessmen businessman NOM m p 1.31 0.34 0.47 0.07 -busqué busqué ADJ m s 0.00 1.76 0.00 1.76 -busse boire VER 339.06 274.32 0.00 0.07 sub:imp:1s; -buste buste NOM m s 2.44 24.46 2.02 21.62 -bustes buste NOM m p 2.44 24.46 0.42 2.84 -bustier bustier NOM m s 0.20 0.34 0.20 0.34 -but but NOM m s 78.43 60.41 73.80 51.89 -bêta bêta NOM m s 2.36 0.81 2.14 0.74 -buta buter VER 31.86 21.62 0.02 2.09 ind:pas:3s; -butadiène butadiène NOM m s 0.03 0.00 0.03 0.00 -butagaz butagaz NOM m 0.14 0.47 0.14 0.47 -butai buter VER 31.86 21.62 0.00 0.27 ind:pas:1s; -butaient buter VER 31.86 21.62 0.00 0.41 ind:imp:3p; -bétail bétail NOM m s 9.71 5.41 9.69 5.41 -bétaillère bétaillère NOM f s 0.16 0.20 0.16 0.14 -bétaillères bétaillère NOM f p 0.16 0.20 0.00 0.07 -bétails bétail NOM m p 9.71 5.41 0.02 0.00 -butais buter VER 31.86 21.62 0.02 0.14 ind:imp:1s; -butait buter VER 31.86 21.62 0.20 2.30 ind:imp:3s; -butane butane NOM m s 0.13 1.08 0.13 1.08 -butant buter VER 31.86 21.62 0.06 1.35 par:pre; -bêtas bêta NOM m p 2.36 0.81 0.01 0.07 -bêtasse bêta NOM f s 2.36 0.81 0.21 0.00 -bêtasses bêta ADJ f p 2.13 0.68 0.00 0.07 -bêtatron bêtatron NOM m s 0.01 0.00 0.01 0.00 -bête bête ADJ s 56.55 41.89 51.33 33.31 -bute buter VER 31.86 21.62 8.21 3.31 imp:pre:2s;ind:pre:1s;ind:pre:3s; -bétel bétel NOM m s 2.94 0.14 2.94 0.14 -bêtement bêtement ADV 4.56 11.28 4.56 11.28 -butent buter VER 31.86 21.62 0.44 0.74 ind:pre:3p; -buter buter VER 31.86 21.62 12.89 6.01 inf; -butera buter VER 31.86 21.62 0.16 0.14 ind:fut:3s; -buterai buter VER 31.86 21.62 0.54 0.00 ind:fut:1s; -buterais buter VER 31.86 21.62 0.13 0.07 cnd:pre:1s;cnd:pre:2s; -buterait buter VER 31.86 21.62 0.03 0.07 cnd:pre:3s; -buteras buter VER 31.86 21.62 0.14 0.00 ind:fut:2s; -buterez buter VER 31.86 21.62 0.02 0.00 ind:fut:2p; -buterions buter VER 31.86 21.62 0.01 0.00 cnd:pre:1p; -buteront buter VER 31.86 21.62 0.07 0.00 ind:fut:3p; -bêtes bête NOM f p 67.67 117.36 23.82 54.19 -butes buter VER 31.86 21.62 0.50 0.27 ind:pre:2s; -buteur buteur NOM m s 0.39 0.00 0.39 0.00 -butez buter VER 31.86 21.62 0.73 0.07 imp:pre:2p;ind:pre:2p; -béèrent béer VER 0.23 3.65 0.00 0.14 ind:pas:3p; -bêtifia bêtifier VER 0.02 0.81 0.00 0.07 ind:pas:3s; -bêtifiaient bêtifier VER 0.02 0.81 0.00 0.14 ind:imp:3p; -bêtifiais bêtifier VER 0.02 0.81 0.00 0.07 ind:imp:1s; -bêtifiait bêtifier VER 0.02 0.81 0.00 0.20 ind:imp:3s; -bêtifiant bêtifiant ADJ m s 0.00 0.20 0.00 0.20 -bêtifie bêtifier VER 0.02 0.81 0.00 0.14 ind:pre:1s;ind:pre:3s; -bêtifier bêtifier VER 0.02 0.81 0.02 0.14 inf; -bêtifié bêtifier VER m s 0.02 0.81 0.00 0.07 par:pas; -butin butin NOM m s 6.35 5.61 6.27 5.20 -butinait butiner VER 0.49 1.69 0.00 0.20 ind:imp:3s; -butinant butiner VER 0.49 1.69 0.14 0.20 par:pre; -butine butiner VER 0.49 1.69 0.17 0.34 ind:pre:1s;ind:pre:3s; -butinent butiner VER 0.49 1.69 0.01 0.34 ind:pre:3p; -butiner butiner VER 0.49 1.69 0.16 0.41 inf; -butines butiner VER 0.49 1.69 0.00 0.07 ind:pre:2s; -butineur butineur ADJ m s 0.03 0.07 0.01 0.00 -butineuse butineur ADJ f s 0.03 0.07 0.01 0.00 -butineuses butineur ADJ f p 0.03 0.07 0.01 0.07 -butins butin NOM m p 6.35 5.61 0.08 0.41 -butiné butiner VER m s 0.49 1.69 0.01 0.00 par:pas; -butinées butiner VER f p 0.49 1.69 0.00 0.07 par:pas; -butinés butiner VER m p 0.49 1.69 0.00 0.07 par:pas; -bêtise bêtise NOM f s 39.31 28.38 14.29 14.73 -bêtises bêtise NOM f p 39.31 28.38 25.03 13.65 -bêtisier bêtisier NOM m s 0.04 0.00 0.04 0.00 -bétoine bétoine NOM f s 0.01 0.00 0.01 0.00 -butoir butoir NOM m s 0.33 0.81 0.31 0.54 -butoirs butoir NOM m p 0.33 0.81 0.02 0.27 -béton béton NOM m s 6.41 15.68 6.41 15.20 -bétonnage bétonnage NOM m s 0.00 0.14 0.00 0.14 -bétonnaient bétonner VER 0.22 0.14 0.01 0.00 ind:imp:3p; -bétonner bétonner VER 0.22 0.14 0.16 0.00 inf; -bétonneurs bétonneur NOM m p 0.17 0.54 0.01 0.07 -bétonneuse bétonneur NOM f s 0.17 0.54 0.16 0.20 -bétonneuses bétonneuse NOM f p 0.14 0.00 0.14 0.00 -bétonnière bétonnière NOM f s 0.23 0.07 0.22 0.00 -bétonnières bétonnière NOM f p 0.23 0.07 0.01 0.07 -bétonné bétonner VER m s 0.22 0.14 0.05 0.00 par:pas; -bétonnée bétonné ADJ f s 0.02 0.61 0.00 0.14 -bétonnées bétonné ADJ f p 0.02 0.61 0.00 0.14 -bétonnés bétonné ADJ m p 0.02 0.61 0.00 0.14 -bétons béton NOM m p 6.41 15.68 0.00 0.47 -butons buter VER 31.86 21.62 0.14 0.07 imp:pre:1p;ind:pre:1p; -butor butor NOM m s 0.28 1.08 0.27 0.88 -butors butor NOM m p 0.28 1.08 0.01 0.20 -buts but NOM m p 78.43 60.41 4.63 8.51 -butte butte NOM f s 1.48 7.03 1.17 5.34 -butter butter VER 1.17 1.01 0.69 0.14 inf; -buttes butte NOM f p 1.48 7.03 0.32 1.69 -butteur butteur NOM m s 0.11 0.00 0.11 0.00 -butèrent buter VER 31.86 21.62 0.00 0.41 ind:pas:3p; -buttoir buttoir NOM m s 0.01 0.07 0.01 0.07 -buttèrent butter VER 1.17 1.01 0.00 0.07 ind:pas:3p; -butté butter VER m s 1.17 1.01 0.16 0.00 par:pas; -buttés butter VER m p 1.17 1.01 0.00 0.74 par:pas; -buté buter VER m s 31.86 21.62 6.71 3.24 par:pas; -butée buter VER f s 31.86 21.62 0.49 0.34 par:pas; -butées buter VER f p 31.86 21.62 0.01 0.00 par:pas; -butés buter VER m p 31.86 21.62 0.34 0.34 par:pas; -béé béer VER m s 0.23 3.65 0.00 0.07 par:pas; -buée buée NOM f s 0.32 13.51 0.32 13.11 -béée béer VER f s 0.23 3.65 0.00 0.07 par:pas; -buées buée NOM f p 0.32 13.51 0.00 0.41 -buvable buvable ADJ s 0.21 0.68 0.21 0.61 -buvables buvable ADJ p 0.21 0.68 0.00 0.07 -buvaient boire VER 339.06 274.32 0.78 7.09 ind:imp:3p; -buvais boire VER 339.06 274.32 4.10 3.11 ind:imp:1s;ind:imp:2s; -buvait boire VER 339.06 274.32 7.06 23.38 ind:imp:3s; -buvant boire VER 339.06 274.32 2.58 11.28 par:pre; -buvard buvard NOM m s 0.12 4.32 0.10 3.58 -buvarde buvarder VER 0.00 0.20 0.00 0.07 ind:pre:3s; -buvards buvard NOM m p 0.12 4.32 0.02 0.74 -buvardé buvarder VER m s 0.00 0.20 0.00 0.07 par:pas; -buvardés buvarder VER m p 0.00 0.20 0.00 0.07 par:pas; -buvette buvette NOM f s 0.76 3.04 0.75 2.91 -buvettes buvette NOM f p 0.76 3.04 0.01 0.14 -buveur buveur NOM m s 2.22 4.66 1.67 1.49 -buveurs buveur NOM m p 2.22 4.66 0.49 2.91 -buveuse buveur NOM f s 2.22 4.66 0.06 0.27 -buvez boire VER 339.06 274.32 25.24 3.72 imp:pre:2p;ind:pre:2p; -buviez boire VER 339.06 274.32 0.72 0.14 ind:imp:2p; -buvions boire VER 339.06 274.32 0.53 2.36 ind:imp:1p; -buvons boire VER 339.06 274.32 13.69 3.04 imp:pre:1p;ind:pre:1p; -bévue bévue NOM f s 0.36 1.22 0.28 0.68 -bévues bévue NOM f p 0.36 1.22 0.08 0.54 -bézef bézef ADV 0.01 0.14 0.01 0.14 -bézoard bézoard NOM m s 0.01 0.00 0.01 0.00 -by_pass by_pass NOM m 0.03 0.00 0.03 0.00 -by_night by_night ADJ m s 0.25 0.41 0.25 0.41 -by by NOM m s 12.49 0.68 12.49 0.68 -bye_bye bye_bye ONO 2.36 0.34 2.36 0.34 -bye bye ONO 23.11 2.03 23.11 2.03 -byronien byronien ADJ m s 0.00 0.07 0.00 0.07 -bytes byte NOM m p 0.09 0.00 0.09 0.00 -bytures byture NOM m p 0.00 0.07 0.00 0.07 -byzantin byzantin ADJ m s 0.13 3.38 0.05 0.81 -byzantine byzantin ADJ f s 0.13 3.38 0.05 1.55 -byzantines byzantin ADJ f p 0.13 3.38 0.03 0.68 -byzantinisant byzantinisant ADJ m s 0.00 0.07 0.00 0.07 -byzantinisme byzantinisme NOM m s 0.00 0.34 0.00 0.34 -byzantins byzantin NOM m p 0.04 0.34 0.04 0.34 -c_est_à_dire c_est_à_dire ADV 0.00 52.03 0.00 52.03 -c c PRO:dem 46.69 4.59 46.69 4.59 -côlon côlon NOM m s 0.23 0.20 0.23 0.20 -cône cône NOM m s 1.08 3.38 0.78 2.57 -cônes cône NOM m p 1.08 3.38 0.30 0.81 -côte côte NOM f s 35.16 112.50 25.86 90.74 -côtelette côtelette NOM f s 3.38 3.45 1.18 1.62 -côtelettes côtelette NOM f p 3.38 3.45 2.19 1.82 -côtelé côtelé ADJ m s 0.17 1.08 0.16 1.08 -côtelée côtelé ADJ f s 0.17 1.08 0.01 0.00 -côtes_du_rhône côtes_du_rhône NOM m s 0.00 0.47 0.00 0.47 -côtes côte NOM f p 35.16 112.50 9.31 21.76 -côtier côtier ADJ m s 0.69 1.96 0.09 0.20 -côtiers côtier ADJ m p 0.69 1.96 0.01 0.14 -côtière côtier ADJ f s 0.69 1.96 0.40 0.95 -côtières côtier ADJ f p 0.69 1.96 0.19 0.68 -côtoie côtoyer VER 2.42 7.43 0.44 1.22 ind:pre:1s;ind:pre:3s; -côtoiements côtoiement NOM m p 0.00 0.07 0.00 0.07 -côtoient côtoyer VER 2.42 7.43 0.19 0.27 ind:pre:3p; -côtoies côtoyer VER 2.42 7.43 0.17 0.07 ind:pre:2s; -côtoya côtoyer VER 2.42 7.43 0.00 0.07 ind:pas:3s; -côtoyaient côtoyer VER 2.42 7.43 0.02 1.22 ind:imp:3p; -côtoyais côtoyer VER 2.42 7.43 0.05 0.20 ind:imp:1s;ind:imp:2s; -côtoyait côtoyer VER 2.42 7.43 0.01 1.15 ind:imp:3s; -côtoyant côtoyer VER 2.42 7.43 0.04 0.27 par:pre; -côtoyer côtoyer VER 2.42 7.43 0.94 0.88 inf; -côtoyons côtoyer VER 2.42 7.43 0.02 0.20 ind:pre:1p; -côtoyé côtoyer VER m s 2.42 7.43 0.36 1.22 par:pas; -côtoyée côtoyer VER f s 2.42 7.43 0.01 0.00 par:pas; -côtoyées côtoyer VER f p 2.42 7.43 0.01 0.14 par:pas; -côtoyés côtoyer VER m p 2.42 7.43 0.17 0.54 par:pas; -côté côté NOM m s 285.99 566.49 250.51 497.43 -côtés côté NOM m p 285.99 566.49 35.48 69.05 -caïd caïd NOM m s 2.63 7.97 2.19 6.82 -caïds caïd NOM m p 2.63 7.97 0.44 1.15 -caïman caïman NOM m s 1.02 0.54 0.90 0.34 -caïmans caïman NOM m p 1.02 0.54 0.13 0.20 -caïque caïque NOM m s 0.00 5.47 0.00 3.24 -caïques caïque NOM m p 0.00 5.47 0.00 2.23 -cañon cañon NOM m s 0.07 0.00 0.07 0.00 -cab cab NOM m s 0.42 0.20 0.40 0.20 -cabale cabale NOM f s 0.73 0.88 0.73 0.41 -cabales cabale NOM f p 0.73 0.88 0.00 0.47 -cabaliste cabaliste NOM s 0.00 0.34 0.00 0.20 -cabalistes cabaliste NOM p 0.00 0.34 0.00 0.14 -cabalistique cabalistique ADJ s 0.05 0.68 0.03 0.14 -cabalistiques cabalistique ADJ p 0.05 0.68 0.02 0.54 -caballero caballero NOM f s 0.11 0.20 0.11 0.20 -caban caban NOM m s 0.14 1.49 0.14 1.28 -cabana cabaner VER 0.02 0.00 0.02 0.00 ind:pas:3s; -cabane cabane NOM f s 15.36 29.46 14.34 25.68 -cabanes cabane NOM f p 15.36 29.46 1.02 3.78 -cabanettes cabanette NOM f p 0.00 0.07 0.00 0.07 -cabanon cabanon NOM m s 1.27 2.09 1.26 1.69 -cabanons cabanon NOM m p 1.27 2.09 0.01 0.41 -cabans caban NOM m p 0.14 1.49 0.00 0.20 -cabaret cabaret NOM m s 4.82 6.69 4.44 4.93 -cabaretier cabaretier NOM m s 0.25 0.74 0.01 0.54 -cabaretiers cabaretier NOM m p 0.25 0.74 0.23 0.07 -cabaretière cabaretier NOM f s 0.25 0.74 0.00 0.14 -cabarets cabaret NOM m p 4.82 6.69 0.38 1.76 -cabas cabas NOM m 0.14 5.68 0.14 5.68 -caberlot caberlot NOM m s 0.04 0.07 0.04 0.07 -cabernet cabernet NOM m s 0.16 0.07 0.16 0.07 -cabestan cabestan NOM m s 0.23 0.34 0.23 0.34 -cabiais cabiai NOM m p 0.01 0.00 0.01 0.00 -cabillaud cabillaud NOM m s 0.25 0.27 0.25 0.27 -cabillots cabillot NOM m p 0.00 0.07 0.00 0.07 -cabine cabine NOM f s 20.00 35.07 17.65 29.86 -cabiner cabiner VER 0.00 0.07 0.00 0.07 inf; -cabines cabine NOM f p 20.00 35.07 2.35 5.20 -cabinet cabinet NOM m s 21.97 36.49 19.45 29.80 -cabinets cabinet NOM m p 21.97 36.49 2.51 6.69 -cabochard cabochard ADJ m s 0.21 0.47 0.18 0.27 -cabocharde cabochard ADJ f s 0.21 0.47 0.01 0.07 -cabochards cabochard ADJ m p 0.21 0.47 0.02 0.14 -caboche caboche NOM f s 1.13 1.49 1.12 1.22 -caboches caboche NOM f p 1.13 1.49 0.01 0.27 -cabochon cabochon NOM m s 0.00 1.35 0.00 0.68 -cabochons cabochon NOM m p 0.00 1.35 0.00 0.68 -cabossa cabosser VER 0.94 4.32 0.00 0.07 ind:pas:3s; -cabossages cabossage NOM m p 0.00 0.07 0.00 0.07 -cabossait cabosser VER 0.94 4.32 0.00 0.07 ind:imp:3s; -cabosse cabosser VER 0.94 4.32 0.01 0.07 imp:pre:2s;ind:pre:3s; -cabosser cabosser VER 0.94 4.32 0.06 0.27 inf; -cabosses cabosse NOM f p 0.00 0.14 0.00 0.07 -cabossé cabosser VER m s 0.94 4.32 0.40 1.62 par:pas; -cabossée cabosser VER f s 0.94 4.32 0.37 1.35 par:pas; -cabossées cabosser VER f p 0.94 4.32 0.05 0.54 par:pas; -cabossés cabosser VER m p 0.94 4.32 0.05 0.34 par:pas; -cabot cabot NOM m s 1.52 1.49 1.45 0.68 -cabotage cabotage NOM m s 0.00 0.20 0.00 0.20 -cabotaient caboter VER 0.02 0.41 0.00 0.07 ind:imp:3p; -cabotait caboter VER 0.02 0.41 0.00 0.14 ind:imp:3s; -cabote caboter VER 0.02 0.41 0.01 0.07 ind:pre:3s; -caboter caboter VER 0.02 0.41 0.01 0.07 inf; -caboteur caboteur NOM m s 0.02 1.01 0.02 1.01 -cabotin cabotin NOM m s 0.20 0.81 0.18 0.47 -cabotinage cabotinage NOM m s 0.05 0.47 0.05 0.47 -cabotine cabotin NOM f s 0.20 0.81 0.01 0.14 -cabotines cabotiner VER 0.01 0.00 0.01 0.00 ind:pre:2s; -cabotins cabotin NOM m p 0.20 0.81 0.01 0.20 -cabots cabot NOM m p 1.52 1.49 0.07 0.81 -caboté caboter VER m s 0.02 0.41 0.00 0.07 par:pas; -caboulot caboulot NOM m s 0.00 0.68 0.00 0.47 -caboulots caboulot NOM m p 0.00 0.68 0.00 0.20 -cabra cabrer VER 0.34 6.55 0.00 0.95 ind:pas:3s; -cabrade cabrade NOM f s 0.00 0.07 0.00 0.07 -cabrage cabrage NOM m s 0.04 0.00 0.04 0.00 -cabraient cabrer VER 0.34 6.55 0.00 0.34 ind:imp:3p; -cabrais cabrer VER 0.34 6.55 0.00 0.07 ind:imp:1s; -cabrait cabrer VER 0.34 6.55 0.00 0.61 ind:imp:3s; -cabrant cabrer VER 0.34 6.55 0.00 0.27 par:pre; -cabre cabrer VER 0.34 6.55 0.20 1.49 imp:pre:2s;ind:pre:1s;ind:pre:3s; -cabrent cabrer VER 0.34 6.55 0.00 0.14 ind:pre:3p; -cabrer cabrer VER 0.34 6.55 0.01 1.08 inf; -cabrera cabrer VER 0.34 6.55 0.02 0.00 ind:fut:3s; -cabrerait cabrer VER 0.34 6.55 0.00 0.07 cnd:pre:3s; -cabrette cabrette NOM f s 0.00 0.20 0.00 0.20 -cabri cabri NOM m s 0.08 1.08 0.07 0.41 -cabriolaient cabrioler VER 0.02 0.47 0.00 0.14 ind:imp:3p; -cabriolait cabrioler VER 0.02 0.47 0.01 0.07 ind:imp:3s; -cabriolant cabrioler VER 0.02 0.47 0.00 0.07 par:pre; -cabriole cabriole NOM f s 0.45 1.15 0.31 0.20 -cabrioler cabrioler VER 0.02 0.47 0.00 0.07 inf; -cabrioles cabriole NOM f p 0.45 1.15 0.14 0.95 -cabriolet cabriolet NOM m s 0.65 3.38 0.53 2.91 -cabriolets cabriolet NOM m p 0.65 3.38 0.12 0.47 -cabris cabri NOM m p 0.08 1.08 0.01 0.68 -cabrèrent cabrer VER 0.34 6.55 0.00 0.07 ind:pas:3p; -cabré cabrer VER m s 0.34 6.55 0.10 0.47 par:pas; -cabrée cabrer VER f s 0.34 6.55 0.01 0.34 par:pas; -cabrées cabrer VER f p 0.34 6.55 0.00 0.27 par:pas; -cabrés cabrer VER m p 0.34 6.55 0.00 0.41 par:pas; -cabs cab NOM m p 0.42 0.20 0.02 0.00 -cabèche cabèche NOM f s 0.00 0.54 0.00 0.47 -cabèches cabèche NOM f p 0.00 0.54 0.00 0.07 -cabécous cabécou NOM m p 0.00 0.07 0.00 0.07 -cabus cabus ADJ m s 0.00 0.07 0.00 0.07 -caca caca ADJ 3.16 1.76 3.16 1.76 -cacahouète cacahouète NOM f s 1.00 0.00 0.39 0.00 -cacahouètes cacahouète NOM f p 1.00 0.00 0.62 0.00 -cacahuète cacahuète NOM f s 7.29 3.58 1.71 0.74 -cacahuètes cacahuète NOM f p 7.29 3.58 5.59 2.84 -cacao cacao NOM m s 1.30 1.42 1.29 1.42 -cacaos cacao NOM m p 1.30 1.42 0.01 0.00 -cacaotier cacaotier NOM m s 0.01 0.00 0.01 0.00 -cacaotés cacaoté ADJ m p 0.00 0.07 0.00 0.07 -cacaoyer cacaoyer NOM m s 0.01 0.00 0.01 0.00 -cacarda cacarder VER 0.14 0.20 0.00 0.07 ind:pas:3s; -cacardait cacarder VER 0.14 0.20 0.00 0.07 ind:imp:3s; -cacarde cacarder VER 0.14 0.20 0.14 0.07 ind:pre:1s;ind:pre:3s; -cacas caca NOM m p 3.09 2.23 0.04 0.47 -cacatois cacatois NOM m 0.03 0.07 0.03 0.07 -cacatoès cacatoès NOM m 0.12 0.34 0.12 0.34 -cacha cacher VER 204.10 181.89 1.13 6.82 ind:pas:3s; -cachai cacher VER 204.10 181.89 0.16 1.01 ind:pas:1s; -cachaient cacher VER 204.10 181.89 0.78 9.66 ind:imp:3p; -cachais cacher VER 204.10 181.89 3.61 2.03 ind:imp:1s;ind:imp:2s; -cachait cacher VER 204.10 181.89 5.84 21.89 ind:imp:3s; -cachalot cachalot NOM m s 0.72 0.95 0.70 0.88 -cachalots cachalot NOM m p 0.72 0.95 0.01 0.07 -cachant cacher VER 204.10 181.89 1.84 8.11 par:pre; -cache_brassière cache_brassière NOM m 0.00 0.07 0.00 0.07 -cache_cache cache_cache NOM m 3.42 2.70 3.42 2.70 -cache_coeur cache_coeur NOM s 0.00 0.14 0.00 0.14 -cache_col cache_col NOM m 0.01 1.35 0.01 1.35 -cache_corset cache_corset NOM m 0.00 0.14 0.00 0.14 -cache_nez cache_nez NOM m 0.15 2.09 0.15 2.09 -cache_pot cache_pot NOM m s 0.16 0.81 0.16 0.41 -cache_pot cache_pot NOM m p 0.16 0.81 0.00 0.41 -cache_poussière cache_poussière NOM m 0.01 0.20 0.01 0.20 -cache_sexe cache_sexe NOM m 0.03 0.27 0.03 0.27 -cache_tampon cache_tampon NOM m 0.00 0.20 0.00 0.20 -cache cacher VER 204.10 181.89 44.82 20.07 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:1s;sub:pre:3s; -cachectique cachectique ADJ f s 0.00 0.20 0.00 0.14 -cachectiques cachectique ADJ m p 0.00 0.20 0.00 0.07 -cachemire cachemire NOM m s 1.38 2.84 1.35 2.64 -cachemires cachemire NOM m p 1.38 2.84 0.02 0.20 -cachemiris cachemiri NOM m p 0.01 0.00 0.01 0.00 -cachent cacher VER 204.10 181.89 7.50 5.00 ind:pre:3p; -cacher cacher VER 204.10 181.89 61.04 48.45 inf;; -cachera cacher VER 204.10 181.89 0.83 0.27 ind:fut:3s; -cacherai cacher VER 204.10 181.89 1.35 1.01 ind:fut:1s; -cacheraient cacher VER 204.10 181.89 0.07 0.00 cnd:pre:3p; -cacherais cacher VER 204.10 181.89 0.81 0.27 cnd:pre:1s;cnd:pre:2s; -cacherait cacher VER 204.10 181.89 1.02 0.61 cnd:pre:3s; -cacheras cacher VER 204.10 181.89 0.08 0.20 ind:fut:2s; -cacherez cacher VER 204.10 181.89 0.30 0.07 ind:fut:2p; -cacheriez cacher VER 204.10 181.89 0.07 0.00 cnd:pre:2p; -cacherons cacher VER 204.10 181.89 0.12 0.14 ind:fut:1p; -cacheront cacher VER 204.10 181.89 0.08 0.07 ind:fut:3p; -caches cacher VER 204.10 181.89 12.67 1.89 ind:pre:2s;sub:pre:2s; -cachet cachet NOM m s 16.46 10.20 6.97 4.93 -cacheta cacheter VER 0.96 2.64 0.00 0.27 ind:pas:3s; -cachetais cacheter VER 0.96 2.64 0.00 0.07 ind:imp:1s; -cachetait cacheter VER 0.96 2.64 0.00 0.20 ind:imp:3s; -cacheter cacheter VER 0.96 2.64 0.13 0.34 inf; -cacheton cacheton NOM m s 0.59 0.20 0.03 0.14 -cachetonnais cachetonner VER 0.02 0.14 0.00 0.07 ind:imp:1s; -cachetonnait cachetonner VER 0.02 0.14 0.00 0.07 ind:imp:3s; -cachetonne cachetonner VER 0.02 0.14 0.02 0.00 ind:pre:3s; -cachetons cacheton NOM m p 0.59 0.20 0.56 0.07 -cachets cachet NOM m p 16.46 10.20 9.49 5.27 -cachette cachette NOM f s 11.81 16.96 11.21 14.59 -cachettes cachette NOM f p 11.81 16.96 0.59 2.36 -cacheté cacheter VER m s 0.96 2.64 0.14 0.74 par:pas; -cachetée cacheter VER f s 0.96 2.64 0.40 0.41 par:pas; -cachetées cacheter VER f p 0.96 2.64 0.01 0.20 par:pas; -cachetés cacheter VER m p 0.96 2.64 0.00 0.20 par:pas; -cachexie cachexie NOM f s 0.01 0.07 0.01 0.07 -cachez cacher VER 204.10 181.89 10.65 1.35 imp:pre:2p;ind:pre:2p; -cachiez cacher VER 204.10 181.89 0.88 0.00 ind:imp:2p; -cachions cacher VER 204.10 181.89 0.15 0.74 ind:imp:1p; -cachons cacher VER 204.10 181.89 1.75 0.81 imp:pre:1p;ind:pre:1p; -cachât cacher VER 204.10 181.89 0.00 0.61 sub:imp:3s; -cachot cachot NOM m s 3.67 7.09 3.01 5.95 -cachots cachot NOM m p 3.67 7.09 0.66 1.15 -cachotterie cachotterie NOM f s 0.93 0.54 0.01 0.20 -cachotteries cachotterie NOM f p 0.93 0.54 0.92 0.34 -cachottier cachottier NOM m s 0.71 0.47 0.57 0.34 -cachottiers cachottier ADJ m p 0.28 0.41 0.17 0.00 -cachottière cachottier NOM f s 0.71 0.47 0.13 0.14 -cachottières cachottier ADJ f p 0.28 0.41 0.00 0.07 -cachou cachou NOM m s 0.23 0.68 0.17 0.27 -cachous cachou NOM m p 0.23 0.68 0.05 0.41 -cachère cachère ADJ 0.01 0.00 0.01 0.00 -cachèrent cacher VER 204.10 181.89 0.09 0.61 ind:pas:3p; -caché cacher VER m s 204.10 181.89 32.13 25.81 par:pas; -cachée cacher VER f s 204.10 181.89 8.17 11.89 par:pas; -cachées cacher VER f p 204.10 181.89 1.92 4.80 par:pas; -cachés cacher VER m p 204.10 181.89 4.29 7.70 par:pas; -cacique cacique NOM m s 0.00 0.20 0.00 0.14 -caciques cacique NOM m p 0.00 0.20 0.00 0.07 -cacochyme cacochyme ADJ s 0.00 0.74 0.00 0.47 -cacochymes cacochyme ADJ m p 0.00 0.74 0.00 0.27 -cacodylate cacodylate NOM m s 0.00 0.07 0.00 0.07 -cacographes cacographe NOM p 0.00 0.07 0.00 0.07 -cacophonie cacophonie NOM f s 0.05 1.35 0.04 1.22 -cacophonies cacophonie NOM f p 0.05 1.35 0.01 0.14 -cacophonique cacophonique ADJ s 0.00 0.34 0.00 0.27 -cacophoniques cacophonique ADJ m p 0.00 0.34 0.00 0.07 -cactées cactée NOM f p 0.02 0.47 0.02 0.47 -cactus cactus NOM m 2.86 2.30 2.86 2.30 -cadastral cadastral ADJ m s 0.00 1.62 0.00 1.15 -cadastrale cadastral ADJ f s 0.00 1.62 0.00 0.07 -cadastraux cadastral ADJ m p 0.00 1.62 0.00 0.41 -cadastre cadastre NOM m s 0.56 3.58 0.54 3.45 -cadastres cadastre NOM m p 0.56 3.58 0.02 0.14 -cadastré cadastrer VER m s 0.10 0.14 0.10 0.00 par:pas; -cadastrée cadastrer VER f s 0.10 0.14 0.00 0.14 par:pas; -cadavre cadavre NOM m s 47.75 54.05 27.93 32.30 -cadavres cadavre NOM m p 47.75 54.05 19.82 21.76 -cadavéreuse cadavéreux ADJ f s 0.04 0.20 0.00 0.14 -cadavéreux cadavéreux ADJ m 0.04 0.20 0.04 0.07 -cadavérique cadavérique ADJ s 0.34 0.95 0.34 0.68 -cadavériques cadavérique ADJ p 0.34 0.95 0.00 0.27 -cadavérise cadavériser VER 0.00 0.14 0.00 0.07 ind:pre:3s; -cadavérisés cadavériser VER m p 0.00 0.14 0.00 0.07 par:pas; -caddie caddie NOM m s 1.50 2.43 1.35 1.28 -caddies caddie NOM m p 1.50 2.43 0.15 1.15 -caddy caddy NOM m s 0.81 1.49 0.81 1.49 -cade cade NOM m s 0.14 0.00 0.14 0.00 -cadeau cadeau NOM m s 125.79 50.81 98.09 32.77 -cadeaux cadeau NOM m p 125.79 50.81 27.70 18.04 -cadenas cadenas NOM m 2.10 2.43 2.10 2.43 -cadenassaient cadenasser VER 0.21 1.89 0.00 0.07 ind:imp:3p; -cadenassait cadenasser VER 0.21 1.89 0.00 0.14 ind:imp:3s; -cadenassant cadenasser VER 0.21 1.89 0.00 0.07 par:pre; -cadenasse cadenasser VER 0.21 1.89 0.01 0.07 ind:pre:3s; -cadenasser cadenasser VER 0.21 1.89 0.02 0.20 inf; -cadenassez cadenasser VER 0.21 1.89 0.04 0.00 imp:pre:2p; -cadenassé cadenasser VER m s 0.21 1.89 0.09 0.41 par:pas; -cadenassée cadenasser VER f s 0.21 1.89 0.06 0.68 par:pas; -cadenassées cadenasser VER f p 0.21 1.89 0.00 0.27 par:pas; -cadence cadence NOM f s 2.42 13.78 2.12 12.64 -cadencer cadencer VER 0.38 1.22 0.00 0.14 inf; -cadences cadence NOM f p 2.42 13.78 0.30 1.15 -cadencé cadencer VER m s 0.38 1.22 0.10 0.74 par:pas; -cadencée cadencer VER f s 0.38 1.22 0.01 0.14 par:pas; -cadencées cadencé ADJ f p 0.05 1.96 0.00 0.07 -cadencés cadencer VER m p 0.38 1.22 0.14 0.07 par:pas; -cadet cadet NOM m s 7.38 8.85 3.71 4.32 -cadets cadet NOM m p 7.38 8.85 2.44 1.69 -cadette cadet ADJ f s 4.64 3.18 1.52 1.28 -cadettes cadet ADJ f p 4.64 3.18 0.01 0.14 -cadi cadi NOM m s 0.10 2.30 0.10 2.30 -cadmié cadmier VER m s 0.00 0.20 0.00 0.20 par:pas; -cadmium cadmium NOM m s 0.13 0.07 0.13 0.07 -cadogan cadogan NOM m s 0.20 0.00 0.20 0.00 -cador cador NOM m s 0.45 1.96 0.41 1.42 -cadors cador NOM m p 0.45 1.96 0.03 0.54 -cadrage cadrage NOM m s 0.59 0.47 0.58 0.34 -cadrages cadrage NOM m p 0.59 0.47 0.01 0.14 -cadrais cadrer VER 1.55 2.43 0.00 0.07 ind:imp:2s; -cadrait cadrer VER 1.55 2.43 0.02 0.68 ind:imp:3s; -cadran cadran NOM m s 1.58 7.70 1.42 6.55 -cadrans cadran NOM m p 1.58 7.70 0.16 1.15 -cadrant cadrer VER 1.55 2.43 0.03 0.00 par:pre; -cadratin cadratin NOM m s 0.00 0.14 0.00 0.07 -cadratins cadratin NOM m p 0.00 0.14 0.00 0.07 -cadre cadre NOM m s 13.53 42.84 10.98 29.80 -cadrent cadrer VER 1.55 2.43 0.03 0.14 ind:pre:3p; -cadrer cadrer VER 1.55 2.43 0.64 0.34 inf; -cadres cadre NOM m p 13.53 42.84 2.56 13.04 -cadreur cadreur NOM m s 0.14 0.14 0.11 0.07 -cadreurs cadreur NOM m p 0.14 0.14 0.04 0.07 -cadrez cadrer VER 1.55 2.43 0.03 0.00 imp:pre:2p; -cadré cadrer VER m s 1.55 2.43 0.10 0.47 par:pas; -cadrée cadrer VER f s 1.55 2.43 0.01 0.27 par:pas; -cadènes cadène NOM f p 0.00 1.01 0.00 1.01 -caduc caduc ADJ m s 0.24 1.01 0.14 0.74 -caducité caducité NOM f s 0.00 0.07 0.00 0.07 -caducs caduc ADJ m p 0.24 1.01 0.10 0.27 -caducée caducée NOM m s 0.16 0.20 0.16 0.14 -caducées caducée NOM m p 0.16 0.20 0.00 0.07 -caduque caduque ADJ f s 0.23 0.95 0.19 0.47 -caduques caduque ADJ f p 0.23 0.95 0.04 0.47 -caecum caecum NOM m s 0.01 0.00 0.01 0.00 -caesium caesium NOM m s 0.11 0.00 0.11 0.00 -caf caf ADJ s 0.14 0.00 0.14 0.00 -cafard cafard NOM m s 9.87 9.80 5.77 7.84 -cafardage cafardage NOM m s 0.11 0.00 0.11 0.00 -cafarde cafarder VER 0.34 0.34 0.13 0.00 imp:pre:2s;ind:pre:1s;ind:pre:3s; -cafarder cafarder VER 0.34 0.34 0.21 0.27 inf; -cafarderait cafarder VER 0.34 0.34 0.00 0.07 cnd:pre:3s; -cafardeur cafardeur NOM m s 0.29 0.00 0.16 0.00 -cafardeuse cafardeur NOM f s 0.29 0.00 0.14 0.00 -cafardeux cafardeux ADJ m 0.09 0.34 0.07 0.34 -cafards cafard NOM m p 9.87 9.80 4.10 1.96 -cafetais cafeter VER 0.27 0.07 0.00 0.07 ind:imp:1s; -cafetan cafetan NOM m s 0.29 0.07 0.28 0.00 -cafetans cafetan NOM m p 0.29 0.07 0.01 0.07 -cafeter cafeter VER 0.27 0.07 0.25 0.00 inf; -cafeteria cafeteria NOM f s 0.11 1.35 0.11 1.28 -cafeterias cafeteria NOM f p 0.11 1.35 0.00 0.07 -cafeteur cafeteur NOM m s 0.01 0.00 0.01 0.00 -cafetier cafetier NOM m s 0.35 2.97 0.34 2.77 -cafetiers cafetier NOM m p 0.35 2.97 0.01 0.20 -cafetière cafetière NOM f s 2.07 5.88 1.92 5.54 -cafetières cafetière NOM f p 2.07 5.88 0.15 0.34 -cafeton cafeton NOM m s 0.00 0.14 0.00 0.14 -cafeté cafeter VER m s 0.27 0.07 0.02 0.00 par:pas; -cafouilla cafouiller VER 0.43 0.41 0.00 0.14 ind:pas:3s; -cafouillage cafouillage NOM m s 0.33 0.54 0.30 0.41 -cafouillages cafouillage NOM m p 0.33 0.54 0.02 0.14 -cafouillait cafouiller VER 0.43 0.41 0.03 0.07 ind:imp:3s; -cafouillant cafouiller VER 0.43 0.41 0.00 0.07 par:pre; -cafouille cafouiller VER 0.43 0.41 0.19 0.00 ind:pre:1s;ind:pre:3s; -cafouillent cafouiller VER 0.43 0.41 0.01 0.07 ind:pre:3p; -cafouiller cafouiller VER 0.43 0.41 0.02 0.07 inf; -cafouilles cafouiller VER 0.43 0.41 0.01 0.00 ind:pre:2s; -cafouilleuse cafouilleux ADJ f s 0.00 0.27 0.00 0.14 -cafouilleux cafouilleux ADJ m 0.00 0.27 0.00 0.14 -cafouillis cafouillis NOM m 0.00 0.14 0.00 0.14 -cafouillé cafouiller VER m s 0.43 0.41 0.17 0.00 par:pas; -cafre cafre NOM m s 0.03 0.00 0.03 0.00 -caftage caftage NOM m s 0.00 0.07 0.00 0.07 -caftaient cafter VER 1.05 1.22 0.00 0.07 ind:imp:3p; -caftait cafter VER 1.05 1.22 0.01 0.00 ind:imp:3s; -caftan caftan NOM m s 0.15 2.64 0.15 1.89 -caftans caftan NOM m p 0.15 2.64 0.00 0.74 -cafte cafter VER 1.05 1.22 0.20 0.07 imp:pre:2s;ind:pre:1s;ind:pre:3s; -cafter cafter VER 1.05 1.22 0.32 0.54 inf; -cafterai cafter VER 1.05 1.22 0.01 0.00 ind:fut:1s; -cafterait cafter VER 1.05 1.22 0.00 0.14 cnd:pre:3s; -cafteras cafter VER 1.05 1.22 0.00 0.07 ind:fut:2s; -caftes cafter VER 1.05 1.22 0.14 0.07 ind:pre:2s; -cafteur cafteur NOM m s 0.51 0.47 0.35 0.14 -cafteurs cafteur NOM m p 0.51 0.47 0.15 0.14 -cafteuse cafteur NOM f s 0.51 0.47 0.01 0.20 -cafté cafter VER m s 1.05 1.22 0.37 0.27 par:pas; -caftés cafter VER m p 1.05 1.22 0.01 0.00 par:pas; -café_concert café_concert NOM m s 0.00 0.47 0.00 0.34 -café_crème café_crème NOM m s 0.00 0.95 0.00 0.95 -café_hôtel café_hôtel NOM m s 0.00 0.07 0.00 0.07 -café_restaurant café_restaurant NOM m s 0.00 0.41 0.00 0.41 -café_tabac café_tabac NOM m s 0.00 1.22 0.00 1.22 -café_théâtre café_théâtre NOM m s 0.00 0.27 0.00 0.27 -café café NOM m s 163.56 177.30 157.56 154.93 -caféier caféier NOM m s 0.02 0.07 0.01 0.00 -caféiers caféier NOM m p 0.02 0.07 0.01 0.07 -caféine caféine NOM f s 1.58 0.14 1.58 0.14 -café_concert café_concert NOM m p 0.00 0.47 0.00 0.14 -cafés café NOM m p 163.56 177.30 6.00 22.36 -cafétéria cafétéria NOM f s 4.12 1.28 4.08 1.15 -cafétérias cafétéria NOM f p 4.12 1.28 0.04 0.14 -cagade cagade NOM f s 0.00 0.68 0.00 0.54 -cagades cagade NOM f p 0.00 0.68 0.00 0.14 -cage cage NOM f s 18.30 41.82 16.61 34.86 -cageot cageot NOM m s 1.21 7.36 0.64 3.11 -cageots cageot NOM m p 1.21 7.36 0.57 4.26 -cages cage NOM f p 18.30 41.82 1.69 6.96 -cagette cagette NOM f s 0.01 0.54 0.01 0.07 -cagettes cagette NOM f p 0.01 0.54 0.00 0.47 -cagibi cagibi NOM m s 0.85 5.34 0.85 5.07 -cagibis cagibi NOM m p 0.85 5.34 0.00 0.27 -cagna cagna NOM f s 0.01 2.64 0.01 1.69 -cagnard cagnard ADJ m s 0.17 0.27 0.17 0.20 -cagnards cagnard ADJ m p 0.17 0.27 0.00 0.07 -cagnas cagna NOM f p 0.01 2.64 0.00 0.95 -cagne cagne NOM f s 0.00 0.07 0.00 0.07 -cagneuse cagneux ADJ f s 0.21 1.01 0.01 0.07 -cagneuses cagneux ADJ f p 0.21 1.01 0.00 0.14 -cagneux cagneux ADJ m 0.21 1.01 0.20 0.81 -cagnotte cagnotte NOM f s 1.09 1.01 1.09 1.01 -cagot cagot NOM m s 0.00 0.41 0.00 0.14 -cagote cagot NOM f s 0.00 0.41 0.00 0.07 -cagotes cagot ADJ f p 0.00 0.20 0.00 0.07 -cagots cagot NOM m p 0.00 0.41 0.00 0.20 -cagou cagou NOM m s 0.01 0.00 0.01 0.00 -cagoulard cagoulard NOM m s 0.00 0.54 0.00 0.14 -cagoulards cagoulard NOM m p 0.00 0.54 0.00 0.41 -cagoule cagoule NOM f s 2.84 1.76 1.92 1.28 -cagoules cagoule NOM f p 2.84 1.76 0.93 0.47 -cagoulé cagoulé ADJ m s 0.31 0.20 0.03 0.14 -cagoulés cagoulé ADJ m p 0.31 0.20 0.28 0.07 -caguait caguer VER 0.01 0.88 0.00 0.20 ind:imp:3s; -cague caguer VER 0.01 0.88 0.00 0.27 ind:pre:1s;ind:pre:3s; -caguer caguer VER 0.01 0.88 0.01 0.41 inf; -cahier cahier NOM m s 6.98 31.55 5.04 20.07 -cahiers cahier NOM m p 6.98 31.55 1.94 11.49 -cahin_caha cahin_caha ADV 0.00 1.08 0.00 1.08 -cahors cahors NOM m 0.00 0.14 0.00 0.14 -cahot cahot NOM m s 0.08 4.39 0.01 1.42 -cahota cahoter VER 0.06 4.53 0.00 0.14 ind:pas:3s; -cahotait cahoter VER 0.06 4.53 0.01 0.34 ind:imp:3s; -cahotant cahoter VER 0.06 4.53 0.00 1.42 par:pre; -cahotante cahotant ADJ f s 0.00 1.08 0.00 0.68 -cahote cahoter VER 0.06 4.53 0.01 0.54 ind:pre:3s; -cahotement cahotement NOM m s 0.00 0.27 0.00 0.27 -cahotent cahoter VER 0.06 4.53 0.00 0.14 ind:pre:3p; -cahoter cahoter VER 0.06 4.53 0.03 0.41 inf; -cahoteuse cahoteux ADJ f s 0.15 0.74 0.10 0.07 -cahoteuses cahoteux ADJ f p 0.15 0.74 0.00 0.07 -cahoteux cahoteux ADJ m 0.15 0.74 0.05 0.61 -cahotons cahoter VER 0.06 4.53 0.00 0.07 ind:pre:1p; -cahots cahot NOM m p 0.08 4.39 0.07 2.97 -cahotèrent cahoter VER 0.06 4.53 0.00 0.07 ind:pas:3p; -cahoté cahoter VER m s 0.06 4.53 0.00 0.68 par:pas; -cahotée cahoter VER f s 0.06 4.53 0.01 0.07 par:pas; -cahotées cahoter VER f p 0.06 4.53 0.00 0.14 par:pas; -cahotés cahoter VER m p 0.06 4.53 0.00 0.54 par:pas; -cahute cahute NOM f s 0.17 1.69 0.17 1.01 -cahutes cahute NOM f p 0.17 1.69 0.00 0.68 -cailla cailler VER 1.46 2.91 0.00 0.07 ind:pas:3s; -caillaient cailler VER 1.46 2.91 0.00 0.07 ind:imp:3p; -caillais cailler VER 1.46 2.91 0.00 0.07 ind:imp:1s; -caillait cailler VER 1.46 2.91 0.02 0.47 ind:imp:3s; -caillant cailler VER 1.46 2.91 0.01 0.07 par:pre; -caillasse caillasse NOM f s 0.16 2.70 0.14 1.35 -caillasser caillasser VER 0.03 0.00 0.03 0.00 inf; -caillasses caillasse NOM f p 0.16 2.70 0.02 1.35 -caille caille NOM f s 2.34 4.59 1.81 2.97 -caillebotis caillebotis NOM m 0.01 0.20 0.01 0.20 -caillent cailler VER 1.46 2.91 0.01 0.07 ind:pre:3p; -cailler cailler VER 1.46 2.91 0.21 0.68 inf; -caillera caillera NOM f s 0.03 0.00 0.03 0.00 -caillerait cailler VER 1.46 2.91 0.01 0.00 cnd:pre:3s; -caillerez cailler VER 1.46 2.91 0.01 0.00 ind:fut:2p; -cailles caille NOM f p 2.34 4.59 0.53 1.62 -caillette caillette NOM f s 0.01 0.00 0.01 0.00 -caillot caillot NOM m s 3.09 2.84 2.39 1.82 -caillots caillot NOM m p 3.09 2.84 0.70 1.01 -caillou caillou NOM m s 10.02 38.58 4.11 11.22 -cailloutage cailloutage NOM m s 0.00 0.07 0.00 0.07 -caillouteuse caillouteux ADJ f s 0.34 3.11 0.15 1.42 -caillouteuses caillouteux ADJ f p 0.34 3.11 0.00 0.34 -caillouteux caillouteux ADJ m 0.34 3.11 0.20 1.35 -cailloutis cailloutis NOM m 0.00 0.54 0.00 0.54 -caillouté caillouter VER m s 0.03 0.00 0.03 0.00 par:pas; -cailloux caillou NOM m p 10.02 38.58 5.91 27.36 -caillé caillé ADJ m s 0.21 1.96 0.21 1.96 -caillée cailler VER f s 1.46 2.91 0.00 0.07 par:pas; -caillées cailler VER f p 1.46 2.91 0.00 0.07 par:pas; -cairn cairn NOM m s 0.08 0.07 0.03 0.07 -cairns cairn NOM m p 0.08 0.07 0.05 0.00 -cairote cairote NOM s 0.00 0.14 0.00 0.07 -cairotes cairote NOM p 0.00 0.14 0.00 0.07 -caisse caisse NOM f s 38.03 69.39 29.46 51.01 -caisses caisse NOM f p 38.03 69.39 8.57 18.38 -caissette caissette NOM f s 0.00 1.15 0.00 0.61 -caissettes caissette NOM f p 0.00 1.15 0.00 0.54 -caissier caissier NOM m s 4.07 7.09 1.66 1.96 -caissiers caissier NOM m p 4.07 7.09 0.38 0.20 -caissière caissier NOM f s 4.07 7.09 2.03 4.19 -caissières caissière NOM f p 0.25 0.00 0.25 0.00 -caisson caisson NOM m s 1.72 3.04 1.43 0.81 -caissons caisson NOM m p 1.72 3.04 0.29 2.23 -cajola cajoler VER 1.36 3.45 0.00 0.41 ind:pas:3s; -cajolaient cajoler VER 1.36 3.45 0.00 0.47 ind:imp:3p; -cajolait cajoler VER 1.36 3.45 0.03 0.20 ind:imp:3s; -cajolant cajoler VER 1.36 3.45 0.11 0.27 par:pre; -cajole cajoler VER 1.36 3.45 0.59 0.34 imp:pre:2s;ind:pre:1s;ind:pre:3s; -cajolent cajoler VER 1.36 3.45 0.01 0.07 ind:pre:3p; -cajoler cajoler VER 1.36 3.45 0.36 1.15 inf; -cajolera cajoler VER 1.36 3.45 0.01 0.07 ind:fut:3s; -cajolerai cajoler VER 1.36 3.45 0.20 0.00 ind:fut:1s; -cajolerait cajoler VER 1.36 3.45 0.00 0.07 cnd:pre:3s; -cajolerie cajolerie NOM f s 0.03 0.81 0.00 0.20 -cajoleries cajolerie NOM f p 0.03 0.81 0.03 0.61 -cajoleur cajoleur NOM m s 0.10 0.20 0.10 0.07 -cajoleurs cajoleur NOM m p 0.10 0.20 0.00 0.07 -cajoleuse cajoleur ADJ f s 0.11 0.54 0.10 0.14 -cajolèrent cajoler VER 1.36 3.45 0.00 0.14 ind:pas:3p; -cajolé cajoler VER m s 1.36 3.45 0.01 0.20 par:pas; -cajolée cajoler VER f s 1.36 3.45 0.01 0.07 par:pas; -cajolés cajoler VER m p 1.36 3.45 0.02 0.00 par:pas; -cajou cajou NOM m s 0.18 0.14 0.17 0.14 -cajous cajou NOM m p 0.18 0.14 0.01 0.00 -cajun cajun ADJ s 0.47 0.00 0.47 0.00 -cajuns cajun NOM p 0.28 0.00 0.10 0.00 -cake_walk cake_walk NOM m s 0.03 0.00 0.03 0.00 -cake cake NOM m s 3.13 1.96 2.57 1.69 -cakes cake NOM m p 3.13 1.96 0.56 0.27 -cal cal NOM m s 3.54 0.68 3.50 0.34 -cala caler VER 4.19 17.77 0.15 2.16 ind:pas:3s; -calabrais calabrais ADJ m 0.34 0.41 0.34 0.34 -calabraises calabrais ADJ f p 0.34 0.41 0.00 0.07 -calade calade NOM f s 0.00 0.20 0.00 0.20 -calai caler VER 4.19 17.77 0.01 0.14 ind:pas:1s; -calaient caler VER 4.19 17.77 0.00 0.14 ind:imp:3p; -calais caler VER 4.19 17.77 0.01 0.14 ind:imp:1s;ind:imp:2s; -calaisiens calaisien NOM m p 0.00 0.07 0.00 0.07 -calaison calaison NOM f s 0.10 0.00 0.10 0.00 -calait caler VER 4.19 17.77 0.01 0.47 ind:imp:3s; -calamar calamar NOM m s 1.09 0.47 0.40 0.14 -calamars calamar NOM m p 1.09 0.47 0.69 0.34 -calame calame NOM m s 0.14 0.27 0.14 0.20 -calames calame NOM m p 0.14 0.27 0.00 0.07 -calamine calamine NOM f s 0.01 0.20 0.01 0.00 -calamines calamine NOM f p 0.01 0.20 0.00 0.20 -calamistre calamistrer VER 0.00 0.07 0.00 0.07 ind:pre:3s; -calamistré calamistré ADJ m s 0.00 0.41 0.00 0.14 -calamistrée calamistré ADJ f s 0.00 0.41 0.00 0.14 -calamistrés calamistré ADJ m p 0.00 0.41 0.00 0.14 -calamita calamiter VER 0.04 0.27 0.01 0.00 ind:pas:3s; -calamitait calamiter VER 0.04 0.27 0.00 0.07 ind:imp:3s; -calamiteuse calamiteux ADJ f s 0.06 0.81 0.02 0.34 -calamiteuses calamiteux ADJ f p 0.06 0.81 0.00 0.07 -calamiteux calamiteux ADJ m s 0.06 0.81 0.03 0.41 -calamité calamité NOM f s 2.21 2.84 1.63 1.42 -calamités calamité NOM f p 2.21 2.84 0.58 1.42 -calanchaient calancher VER 0.10 0.41 0.00 0.07 ind:imp:3p; -calanchais calancher VER 0.10 0.41 0.00 0.07 ind:imp:1s; -calanche calancher VER 0.10 0.41 0.00 0.07 ind:pre:1s; -calancher calancher VER 0.10 0.41 0.00 0.14 inf; -calanché calancher VER m s 0.10 0.41 0.10 0.07 par:pas; -calandre calandre NOM f s 0.09 0.68 0.09 0.68 -calanque calanque NOM f s 0.40 0.41 0.14 0.14 -calanques calanque NOM f p 0.40 0.41 0.27 0.27 -calant caler VER 4.19 17.77 0.02 0.68 par:pre; -calao calao NOM m s 0.01 0.00 0.01 0.00 -calbar calbar NOM m s 0.02 0.34 0.02 0.20 -calbars calbar NOM m p 0.02 0.34 0.00 0.14 -calbombe calbombe NOM f s 0.00 0.54 0.00 0.47 -calbombes calbombe NOM f p 0.00 0.54 0.00 0.07 -calcaire calcaire NOM m s 0.28 1.55 0.28 1.35 -calcaires calcaire ADJ p 0.15 1.08 0.04 0.68 -calce calcer VER 0.00 0.34 0.00 0.07 ind:pre:3s; -calcer calcer VER 0.00 0.34 0.00 0.20 inf; -calcerais calcer VER 0.00 0.34 0.00 0.07 cnd:pre:1s; -calcif calcif NOM m s 0.10 0.74 0.08 0.54 -calcification calcification NOM f s 0.08 0.14 0.08 0.14 -calcifié calcifier VER m s 0.07 0.00 0.05 0.00 par:pas; -calcifiée calcifier VER f s 0.07 0.00 0.01 0.00 par:pas; -calcifiée calcifié ADJ f s 0.02 0.00 0.01 0.00 -calcifs calcif NOM m p 0.10 0.74 0.02 0.20 -calcinaient calciner VER 0.50 2.16 0.01 0.00 ind:imp:3p; -calcinait calciner VER 0.50 2.16 0.00 0.07 ind:imp:3s; -calcinant calciner VER 0.50 2.16 0.00 0.14 par:pre; -calcination calcination NOM f s 0.00 0.20 0.00 0.20 -calcine calciner VER 0.50 2.16 0.04 0.00 ind:pre:3s; -calciner calciner VER 0.50 2.16 0.02 0.14 inf; -calciné calciner VER m s 0.50 2.16 0.13 0.41 par:pas; -calcinée calciné ADJ f s 0.34 3.18 0.13 0.68 -calcinées calciné ADJ f p 0.34 3.18 0.01 1.15 -calcinés calciner VER m p 0.50 2.16 0.26 0.54 par:pas; -calcite calcite NOM m s 0.01 0.00 0.01 0.00 -calcium calcium NOM m s 0.98 0.74 0.98 0.74 -calcul calcul NOM m s 11.47 19.86 5.95 11.55 -calcula calculer VER 12.19 23.31 0.00 1.76 ind:pas:3s; -calculables calculable ADJ f p 0.00 0.07 0.00 0.07 -calculai calculer VER 12.19 23.31 0.00 0.34 ind:pas:1s; -calculaient calculer VER 12.19 23.31 0.02 0.20 ind:imp:3p; -calculais calculer VER 12.19 23.31 0.13 0.34 ind:imp:1s; -calculait calculer VER 12.19 23.31 0.29 1.49 ind:imp:3s; -calculant calculer VER 12.19 23.31 0.12 1.28 par:pre; -calculateur calculateur ADJ m s 0.52 0.54 0.30 0.20 -calculateurs calculateur NOM m p 0.75 0.88 0.21 0.07 -calculatrice calculateur NOM f s 0.75 0.88 0.51 0.34 -calculatrices calculatrice NOM f p 0.05 0.00 0.05 0.00 -calcule calculer VER 12.19 23.31 1.96 2.23 imp:pre:2s;ind:pre:1s;ind:pre:3s; -calculent calculer VER 12.19 23.31 0.05 0.07 ind:pre:3p; -calculer calculer VER 12.19 23.31 3.09 5.61 inf; -calculera calculer VER 12.19 23.31 0.03 0.07 ind:fut:3s; -calculerai calculer VER 12.19 23.31 0.01 0.00 ind:fut:1s; -calculerait calculer VER 12.19 23.31 0.00 0.07 cnd:pre:3s; -calcules calculer VER 12.19 23.31 0.28 0.07 ind:pre:2s; -calculette calculette NOM f s 0.20 0.20 0.14 0.14 -calculettes calculette NOM f p 0.20 0.20 0.07 0.07 -calculeuse calculeux ADJ f s 0.01 0.00 0.01 0.00 -calculez calculer VER 12.19 23.31 0.28 0.14 imp:pre:2p;ind:pre:2p; -calculiez calculer VER 12.19 23.31 0.01 0.07 ind:imp:2p; -calculons calculer VER 12.19 23.31 0.06 0.00 imp:pre:1p;ind:pre:1p; -calculs calcul NOM m p 11.47 19.86 5.52 8.31 -calculèrent calculer VER 12.19 23.31 0.00 0.27 ind:pas:3p; -calculé calculer VER m s 12.19 23.31 5.29 5.61 par:pas; -calculée calculer VER f s 12.19 23.31 0.37 2.23 par:pas; -calculées calculer VER f p 12.19 23.31 0.02 0.68 par:pas; -calculés calculer VER m p 12.19 23.31 0.18 0.81 par:pas; -calcémie calcémie NOM f s 0.03 0.00 0.03 0.00 -caldarium caldarium NOM m s 0.00 0.07 0.00 0.07 -caldeira caldeira NOM f s 0.05 0.00 0.05 0.00 -cale_pied cale_pied NOM m s 0.00 0.34 0.00 0.07 -cale_pied cale_pied NOM m p 0.00 0.34 0.00 0.27 -cale cale NOM f s 4.08 6.15 3.00 4.80 -calebar calebar NOM m s 0.16 0.00 0.16 0.00 -calebasse calebasse NOM f s 0.12 1.69 0.11 0.95 -calebasses calebasse NOM f p 0.12 1.69 0.01 0.74 -calebassier calebassier NOM m s 0.00 0.07 0.00 0.07 -calebombe calebombe NOM f s 0.00 0.07 0.00 0.07 -calecif calecif NOM m s 0.02 0.14 0.02 0.14 -calembour calembour NOM m s 0.40 2.23 0.23 0.74 -calembours calembour NOM m p 0.40 2.23 0.17 1.49 -calembredaine calembredaine NOM f s 0.00 0.54 0.00 0.14 -calembredaines calembredaine NOM f p 0.00 0.54 0.00 0.41 -calenché calencher VER m s 0.00 0.07 0.00 0.07 par:pas; -calendaire calendaire ADJ f s 0.01 0.00 0.01 0.00 -calendes calendes NOM f p 0.07 0.61 0.07 0.61 -calendo calendo NOM m s 0.00 0.07 0.00 0.07 -calendos calendos NOM m 0.00 0.88 0.00 0.88 -calendre calendre NOM f s 0.01 0.00 0.01 0.00 -calendrier calendrier NOM m s 6.18 14.53 5.37 12.84 -calendriers calendrier NOM m p 6.18 14.53 0.82 1.69 -calendula calendula NOM m s 0.15 0.00 0.15 0.00 -calent caler VER 4.19 17.77 0.16 0.07 ind:pre:3p; -calepin calepin NOM m s 1.17 3.72 1.00 3.11 -calepins calepin NOM m p 1.17 3.72 0.17 0.61 -caler caler VER 4.19 17.77 0.77 2.50 inf; -calerai caler VER 4.19 17.77 0.01 0.00 ind:fut:1s; -calerait caler VER 4.19 17.77 0.00 0.07 cnd:pre:3s; -caleras caler VER 4.19 17.77 0.01 0.14 ind:fut:2s; -cales cale NOM f p 4.08 6.15 1.08 1.35 -caleçon caleçon NOM m s 7.58 6.69 4.63 4.86 -caleçonnade caleçonnade NOM f s 0.00 0.07 0.00 0.07 -caleçons caleçon NOM m p 7.58 6.69 2.95 1.82 -calez caler VER 4.19 17.77 0.22 2.36 imp:pre:2p;ind:pre:2p; -calf calf NOM m s 0.04 0.07 0.04 0.07 -calfat calfat NOM m s 0.00 0.27 0.00 0.07 -calfatage calfatage NOM m s 0.00 0.07 0.00 0.07 -calfatait calfater VER 0.03 0.47 0.00 0.07 ind:imp:3s; -calfatant calfater VER 0.03 0.47 0.01 0.07 par:pre; -calfate calfater VER 0.03 0.47 0.00 0.07 ind:pre:3s; -calfater calfater VER 0.03 0.47 0.01 0.07 inf; -calfats calfat NOM m p 0.00 0.27 0.00 0.20 -calfaté calfater VER m s 0.03 0.47 0.00 0.07 par:pas; -calfatée calfater VER f s 0.03 0.47 0.00 0.07 par:pas; -calfatés calfater VER m p 0.03 0.47 0.01 0.07 par:pas; -calfeutra calfeutrer VER 0.22 3.51 0.00 0.07 ind:pas:3s; -calfeutrage calfeutrage NOM m s 0.14 0.00 0.14 0.00 -calfeutrai calfeutrer VER 0.22 3.51 0.00 0.07 ind:pas:1s; -calfeutraient calfeutrer VER 0.22 3.51 0.00 0.34 ind:imp:3p; -calfeutrais calfeutrer VER 0.22 3.51 0.00 0.07 ind:imp:1s; -calfeutrait calfeutrer VER 0.22 3.51 0.00 0.20 ind:imp:3s; -calfeutrant calfeutrer VER 0.22 3.51 0.00 0.07 par:pre; -calfeutre calfeutrer VER 0.22 3.51 0.14 0.34 imp:pre:2s;ind:pre:3s; -calfeutrer calfeutrer VER 0.22 3.51 0.04 0.41 inf; -calfeutres calfeutrer VER 0.22 3.51 0.00 0.07 ind:pre:2s; -calfeutré calfeutrer VER m s 0.22 3.51 0.03 0.61 par:pas; -calfeutrée calfeutrer VER f s 0.22 3.51 0.01 0.74 par:pas; -calfeutrées calfeutrer VER f p 0.22 3.51 0.00 0.27 par:pas; -calfeutrés calfeutrer VER m p 0.22 3.51 0.00 0.27 par:pas; -calibrage calibrage NOM m s 0.13 0.07 0.12 0.07 -calibrages calibrage NOM m p 0.13 0.07 0.01 0.00 -calibration calibration NOM f s 0.07 0.00 0.07 0.00 -calibre calibre NOM m s 7.32 6.15 6.63 5.00 -calibrer calibrer VER 1.27 0.61 0.27 0.20 inf; -calibres calibre NOM m p 7.32 6.15 0.69 1.15 -calibrez calibrer VER 1.27 0.61 0.01 0.00 imp:pre:2p; -calibré calibrer VER m s 1.27 0.61 0.32 0.14 par:pas; -calibrée calibrer VER f s 1.27 0.61 0.04 0.07 par:pas; -calibrées calibrer VER f p 1.27 0.61 0.16 0.00 par:pas; -calibrés calibrer VER m p 1.27 0.61 0.01 0.07 par:pas; -calice calice NOM m s 1.42 2.97 1.20 2.64 -calices calice NOM m p 1.42 2.97 0.22 0.34 -calicot calicot NOM m s 0.32 2.09 0.17 1.28 -calicots calicot NOM m p 0.32 2.09 0.14 0.81 -califat califat NOM m s 0.00 0.14 0.00 0.14 -calife calife NOM m s 3.51 2.03 3.50 1.96 -califes calife NOM m p 3.51 2.03 0.01 0.07 -californie californie NOM f s 0.09 0.07 0.09 0.07 -californien californien ADJ m s 0.81 1.15 0.53 0.54 -californienne californienne ADJ f s 0.43 0.00 0.35 0.00 -californiennes californienne ADJ f p 0.43 0.00 0.08 0.00 -californiens californien ADJ m p 0.81 1.15 0.22 0.14 -californium californium NOM m s 0.03 0.00 0.03 0.00 -califourchon califourchon ADV 0.44 4.19 0.44 4.19 -calisson calisson NOM m s 0.14 0.07 0.14 0.00 -calissons calisson NOM m p 0.14 0.07 0.00 0.07 -call_girl call_girl NOM f s 1.36 0.14 0.98 0.14 -call_girl call_girl NOM f p 1.36 0.14 0.09 0.00 -call_girl call_girl NOM f s 1.36 0.14 0.25 0.00 -call_girl call_girl NOM f p 1.36 0.14 0.03 0.00 -calla calla NOM f s 0.13 0.07 0.13 0.07 -calle caller VER 0.66 1.42 0.63 1.22 imp:pre:2s;ind:pre:1s;ind:pre:3s; -caller caller VER 0.66 1.42 0.00 0.14 inf; -calles caller VER 0.66 1.42 0.03 0.07 ind:pre:2s; -calleuse calleux ADJ f s 0.64 1.69 0.02 0.20 -calleuses calleux ADJ f p 0.64 1.69 0.25 1.22 -calleux calleux ADJ m 0.64 1.69 0.37 0.27 -calligrammes calligramme NOM m p 0.00 0.07 0.00 0.07 -calligraphe calligraphe NOM s 0.01 0.41 0.01 0.41 -calligraphiais calligraphier VER 0.04 2.16 0.00 0.07 ind:imp:1s; -calligraphiait calligraphier VER 0.04 2.16 0.00 0.07 ind:imp:3s; -calligraphiant calligraphier VER 0.04 2.16 0.00 0.20 par:pre; -calligraphie calligraphie NOM f s 1.09 1.35 1.09 1.22 -calligraphient calligraphier VER 0.04 2.16 0.00 0.07 ind:pre:3p; -calligraphier calligraphier VER 0.04 2.16 0.00 0.14 inf; -calligraphies calligraphie NOM f p 1.09 1.35 0.00 0.14 -calligraphiez calligraphier VER 0.04 2.16 0.01 0.00 ind:pre:2p; -calligraphique calligraphique ADJ f s 0.01 0.07 0.01 0.00 -calligraphiquement calligraphiquement ADV 0.00 0.07 0.00 0.07 -calligraphiques calligraphique ADJ m p 0.01 0.07 0.00 0.07 -calligraphié calligraphier VER m s 0.04 2.16 0.01 0.61 par:pas; -calligraphiée calligraphier VER f s 0.04 2.16 0.00 0.34 par:pas; -calligraphiées calligraphier VER f p 0.04 2.16 0.01 0.07 par:pas; -calligraphiés calligraphier VER m p 0.04 2.16 0.00 0.47 par:pas; -callipyge callipyge ADJ f s 0.00 0.07 0.00 0.07 -callosité callosité NOM f s 0.05 0.20 0.02 0.00 -callosités callosité NOM f p 0.05 0.20 0.03 0.20 -calma calmer VER 168.51 45.07 0.04 2.97 ind:pas:3s; -calmai calmer VER 168.51 45.07 0.01 0.34 ind:pas:1s; -calmaient calmer VER 168.51 45.07 0.14 0.47 ind:imp:3p; -calmais calmer VER 168.51 45.07 0.21 0.20 ind:imp:1s;ind:imp:2s; -calmait calmer VER 168.51 45.07 0.58 3.38 ind:imp:3s; -calmant calmant NOM m s 7.38 1.55 3.46 0.61 -calmante calmant ADJ f s 0.81 1.08 0.03 0.54 -calmants calmant NOM m p 7.38 1.55 3.92 0.95 -calmar calmar NOM m s 1.10 0.61 0.70 0.27 -calmars calmar NOM m p 1.10 0.61 0.40 0.34 -calmas calmer VER 168.51 45.07 0.01 0.00 ind:pas:2s; -calme calme NOM m s 105.20 53.24 105.08 52.03 -calmement calmement ADV 6.74 12.43 6.74 12.43 -calment calmer VER 168.51 45.07 0.66 0.54 ind:pre:3p; -calmer calmer VER 168.51 45.07 22.86 14.66 inf;; -calmera calmer VER 168.51 45.07 2.84 0.61 ind:fut:3s; -calmerai calmer VER 168.51 45.07 0.64 0.00 ind:fut:1s; -calmeraient calmer VER 168.51 45.07 0.01 0.14 cnd:pre:3p; -calmerais calmer VER 168.51 45.07 0.18 0.07 cnd:pre:1s; -calmerait calmer VER 168.51 45.07 0.27 0.20 cnd:pre:3s; -calmeras calmer VER 168.51 45.07 0.11 0.00 ind:fut:2s; -calmerez calmer VER 168.51 45.07 0.03 0.00 ind:fut:2p; -calmerons calmer VER 168.51 45.07 0.00 0.07 ind:fut:1p; -calmeront calmer VER 168.51 45.07 0.20 0.14 ind:fut:3p; -calmes calme ADJ p 66.57 73.65 7.79 7.84 -calmez calmer VER 168.51 45.07 34.63 1.55 imp:pre:2p;ind:pre:2p; -calmi calmir VER m s 0.00 0.20 0.00 0.14 par:pas; -calmiez calmer VER 168.51 45.07 0.12 0.00 ind:imp:2p; -calmir calmir VER 0.00 0.20 0.00 0.07 inf; -calmons calmer VER 168.51 45.07 0.98 0.34 imp:pre:1p;ind:pre:1p; -calmos calmos ONO 1.69 0.88 1.69 0.88 -calmât calmer VER 168.51 45.07 0.00 0.14 sub:imp:3s; -calmèrent calmer VER 168.51 45.07 0.00 0.74 ind:pas:3p; -calmé calmer VER m s 168.51 45.07 4.41 3.65 par:pas; -calmée calmer VER f s 168.51 45.07 1.48 3.45 par:pas; -calmées calmer VER f p 168.51 45.07 0.13 0.27 par:pas; -calmés calmer VER m p 168.51 45.07 0.35 0.47 par:pas; -calo calo NOM m s 0.08 0.00 0.08 0.00 -calomel calomel NOM m s 0.01 0.20 0.01 0.20 -calomniant calomnier VER 1.69 1.55 0.02 0.00 par:pre; -calomniateur calomniateur NOM m s 0.12 0.27 0.01 0.07 -calomniateurs calomniateur NOM m p 0.12 0.27 0.11 0.14 -calomniatrice calomniateur NOM f s 0.12 0.27 0.00 0.07 -calomnie calomnie NOM f s 4.49 3.92 2.71 1.69 -calomnient calomnier VER 1.69 1.55 0.17 0.20 ind:pre:3p; -calomnier calomnier VER 1.69 1.55 0.36 0.34 inf; -calomnies calomnie NOM f p 4.49 3.92 1.77 2.23 -calomnieuse calomnieux ADJ f s 0.11 0.34 0.02 0.20 -calomnieuses calomnieux ADJ f p 0.11 0.34 0.06 0.00 -calomnieux calomnieux ADJ m p 0.11 0.34 0.03 0.14 -calomniez calomnier VER 1.69 1.55 0.05 0.00 imp:pre:2p;ind:pre:2p; -calomnié calomnier VER m s 1.69 1.55 0.34 0.47 par:pas; -calomniée calomnier VER f s 1.69 1.55 0.16 0.27 par:pas; -calomniés calomnier VER m p 1.69 1.55 0.07 0.20 par:pas; -caloporteur caloporteur NOM m s 0.01 0.00 0.01 0.00 -calorie calorie NOM f s 1.43 0.95 0.15 0.00 -calories calorie NOM f p 1.43 0.95 1.28 0.95 -calorifique calorifique ADJ s 0.13 0.00 0.13 0.00 -calorifère calorifère NOM m s 0.05 0.81 0.04 0.54 -calorifères calorifère NOM m p 0.05 0.81 0.01 0.27 -calorifuges calorifuge NOM m p 0.00 0.07 0.00 0.07 -calorique calorique ADJ s 0.10 0.07 0.10 0.07 -calot calot NOM m s 0.23 5.81 0.12 4.19 -calotin calotin NOM m s 0.00 0.14 0.00 0.07 -calotins calotin NOM m p 0.00 0.14 0.00 0.07 -calots calot NOM m p 0.23 5.81 0.11 1.62 -calottais calotter VER 0.04 0.54 0.00 0.07 ind:imp:1s; -calotte calotte NOM f s 0.43 4.73 0.25 3.85 -calottes calotte NOM f p 0.43 4.73 0.18 0.88 -calotté calotter VER m s 0.04 0.54 0.01 0.14 par:pas; -calottées calotter VER f p 0.04 0.54 0.00 0.07 par:pas; -calottés calotter VER m p 0.04 0.54 0.00 0.07 par:pas; -calquaient calquer VER 0.36 1.35 0.00 0.07 ind:imp:3p; -calquait calquer VER 0.36 1.35 0.00 0.27 ind:imp:3s; -calquant calquer VER 0.36 1.35 0.02 0.07 par:pre; -calque calquer VER 0.36 1.35 0.23 0.27 imp:pre:2s;ind:pre:3s; -calquer calquer VER 0.36 1.35 0.03 0.20 inf; -calquera calquer VER 0.36 1.35 0.00 0.07 ind:fut:3s; -calques calque NOM m p 0.07 0.61 0.03 0.20 -calqué calquer VER m s 0.36 1.35 0.08 0.07 par:pas; -calquée calquer VER f s 0.36 1.35 0.00 0.20 par:pas; -calquées calquer VER f p 0.36 1.35 0.00 0.14 par:pas; -cals cal NOM m p 3.54 0.68 0.04 0.34 -calte calter VER 0.47 1.62 0.02 0.27 imp:pre:2s;ind:pre:1s;ind:pre:3s; -caltent calter VER 0.47 1.62 0.00 0.14 ind:pre:3p; -calter calter VER 0.47 1.62 0.02 0.54 inf; -caltez calter VER 0.47 1.62 0.43 0.47 imp:pre:2p;ind:pre:2p; -calèche calèche NOM f s 1.36 3.72 1.32 3.24 -calèches calèche NOM f p 1.36 3.72 0.04 0.47 -calèrent caler VER 4.19 17.77 0.00 0.14 ind:pas:3p; -caltons calter VER 0.47 1.62 0.00 0.07 imp:pre:1p; -caltés calter VER m p 0.47 1.62 0.00 0.14 par:pas; -calé caler VER m s 4.19 17.77 1.39 4.46 par:pas; -calédonien calédonien ADJ m s 0.02 0.14 0.02 0.07 -calédonienne calédonienne ADJ f s 0.01 0.00 0.01 0.00 -calédoniens calédonien NOM m p 0.07 0.14 0.07 0.14 -calée caler VER f s 4.19 17.77 0.25 1.49 par:pas; -calées caler VER f p 4.19 17.77 0.00 0.20 par:pas; -caléidoscope caléidoscope NOM m s 0.11 0.00 0.11 0.00 -calumet calumet NOM m s 0.24 0.27 0.23 0.20 -calumets calumet NOM m p 0.24 0.27 0.01 0.07 -calés caler VER m p 4.19 17.77 0.19 0.68 par:pas; -calus calus NOM m 0.00 0.07 0.00 0.07 -calva calva NOM m s 0.03 2.36 0.03 2.23 -calvados calvados NOM m 0.02 1.35 0.02 1.35 -calvaire calvaire NOM m s 2.19 8.24 2.19 7.70 -calvaires calvaire NOM m p 2.19 8.24 0.00 0.54 -calvas calva NOM m p 0.03 2.36 0.00 0.14 -calville calville NOM f s 0.04 0.14 0.04 0.07 -calvilles calville NOM f p 0.04 0.14 0.00 0.07 -calvinisme calvinisme NOM m s 0.10 0.07 0.10 0.07 -calviniste calviniste ADJ f s 0.12 0.34 0.11 0.14 -calvinistes calviniste ADJ p 0.12 0.34 0.01 0.20 -calvitie calvitie NOM f s 1.02 2.84 1.00 2.77 -calvities calvitie NOM f p 1.02 2.84 0.01 0.07 -calypso calypso NOM m s 0.05 0.20 0.05 0.20 -cama camer VER 3.35 1.08 0.20 0.14 ind:pas:3s; -camaïeu camaïeu NOM m s 0.00 0.34 0.00 0.34 -camaïeux camaïeux NOM m p 0.00 0.14 0.00 0.14 -camail camail NOM m s 0.00 0.61 0.00 0.54 -camails camail NOM m p 0.00 0.61 0.00 0.07 -camarade camarade NOM s 77.81 98.99 47.32 38.85 -camaraderie camaraderie NOM f s 1.23 3.58 1.22 3.24 -camaraderies camaraderie NOM f p 1.23 3.58 0.01 0.34 -camarades camarade NOM p 77.81 98.99 30.50 60.14 -camard camard ADJ m s 0.01 0.47 0.01 0.27 -camarde camard NOM f s 0.00 0.20 0.00 0.20 -camards camard ADJ m p 0.01 0.47 0.00 0.07 -camarero camarero NOM m s 0.00 0.14 0.00 0.07 -camareros camarero NOM m p 0.00 0.14 0.00 0.07 -camarguais camarguais ADJ m 0.00 0.14 0.00 0.14 -camarguaises camarguais NOM f p 0.00 0.07 0.00 0.07 -camarilla camarilla NOM f s 0.00 0.07 0.00 0.07 -camarin camarin NOM m s 0.00 0.34 0.00 0.14 -camarins camarin NOM m p 0.00 0.34 0.00 0.20 -camarluche camarluche NOM m s 0.00 0.07 0.00 0.07 -camaro camaro NOM m s 0.38 0.00 0.38 0.00 -camber camber VER 0.09 0.00 0.09 0.00 inf; -cambiste cambiste NOM s 0.01 0.00 0.01 0.00 -cambodgien cambodgien ADJ m s 0.16 0.14 0.06 0.00 -cambodgienne cambodgien ADJ f s 0.16 0.14 0.07 0.07 -cambodgiennes cambodgien ADJ f p 0.16 0.14 0.01 0.00 -cambodgiens cambodgien NOM m p 0.09 0.47 0.07 0.00 -cambouis cambouis NOM m 0.38 4.59 0.38 4.59 -cambra cambrer VER 1.35 3.51 0.01 0.34 ind:pas:3s; -cambrait cambrer VER 1.35 3.51 0.00 0.41 ind:imp:3s; -cambrant cambrer VER 1.35 3.51 0.00 0.27 par:pre; -cambre cambrer VER 1.35 3.51 0.34 0.27 imp:pre:2s;ind:pre:1s;ind:pre:3s; -cambrement cambrement NOM m s 0.00 0.14 0.00 0.14 -cambrent cambrer VER 1.35 3.51 0.00 0.14 ind:pre:3p; -cambrer cambrer VER 1.35 3.51 0.69 0.20 inf; -cambrera cambrer VER 1.35 3.51 0.00 0.07 ind:fut:3s; -cambres cambrer VER 1.35 3.51 0.00 0.34 ind:pre:2s; -cambrez cambrer VER 1.35 3.51 0.31 0.00 imp:pre:2p; -cambrienne cambrien ADJ f s 0.04 0.00 0.04 0.00 -cambriolage cambriolage NOM m s 8.05 2.77 6.60 2.03 -cambriolages cambriolage NOM m p 8.05 2.77 1.45 0.74 -cambriolaient cambrioler VER 6.80 1.15 0.02 0.07 ind:imp:3p; -cambriolais cambrioler VER 6.80 1.15 0.05 0.07 ind:imp:1s;ind:imp:2s; -cambriolant cambrioler VER 6.80 1.15 0.05 0.00 par:pre; -cambriole cambrioler VER 6.80 1.15 0.49 0.14 ind:pre:1s;ind:pre:3s; -cambriolent cambrioler VER 6.80 1.15 0.09 0.14 ind:pre:3p; -cambrioler cambrioler VER 6.80 1.15 2.27 0.27 inf; -cambrioles cambrioler VER 6.80 1.15 0.06 0.00 ind:pre:2s; -cambrioleur cambrioleur NOM m s 4.70 2.36 3.17 1.08 -cambrioleurs cambrioleur NOM m p 4.70 2.36 1.41 1.28 -cambrioleuse cambrioleur NOM f s 4.70 2.36 0.12 0.00 -cambriolez cambrioler VER 6.80 1.15 0.06 0.00 imp:pre:2p;ind:pre:2p; -cambrioliez cambrioler VER 6.80 1.15 0.02 0.00 ind:imp:2p; -cambriolons cambrioler VER 6.80 1.15 0.01 0.00 ind:pre:1p; -cambriolé cambrioler VER m s 6.80 1.15 2.69 0.27 par:pas; -cambriolée cambrioler VER f s 6.80 1.15 0.34 0.07 par:pas; -cambriolées cambrioler VER f p 6.80 1.15 0.02 0.14 par:pas; -cambriolés cambrioler VER m p 6.80 1.15 0.62 0.00 par:pas; -cambrousse cambrousse NOM f s 1.04 1.96 1.04 1.89 -cambrousses cambrousse NOM f p 1.04 1.96 0.00 0.07 -cambré cambré ADJ m s 0.32 2.77 0.19 0.68 -cambrée cambré ADJ f s 0.32 2.77 0.14 1.01 -cambrées cambrer VER f p 1.35 3.51 0.00 0.14 par:pas; -cambrure cambrure NOM f s 0.20 1.01 0.19 0.95 -cambrures cambrure NOM f p 0.20 1.01 0.01 0.07 -cambrés cambré ADJ m p 0.32 2.77 0.00 0.95 -cambuse cambuse NOM f s 0.06 2.50 0.06 2.43 -cambuses cambuse NOM f p 0.06 2.50 0.00 0.07 -cambusier cambusier NOM m s 0.02 0.00 0.02 0.00 -cambute cambuter VER 0.00 0.27 0.00 0.20 ind:pre:3s; -cambuté cambuter VER m s 0.00 0.27 0.00 0.07 par:pas; -came came NOM f s 16.77 4.73 16.50 4.59 -camellia camellia NOM m s 0.01 0.00 0.01 0.00 -camelot camelot NOM m s 0.48 2.50 0.47 1.28 -camelote camelote NOM f s 3.59 4.80 3.59 4.46 -camelotes camelote NOM f p 3.59 4.80 0.00 0.34 -camelots camelot NOM m p 0.48 2.50 0.01 1.22 -camembert camembert NOM m s 0.80 3.85 0.79 3.18 -camemberts camembert NOM m p 0.80 3.85 0.01 0.68 -cament camer VER 3.35 1.08 0.08 0.07 ind:pre:3p; -camer camer VER 3.35 1.08 0.30 0.00 inf; -camera camer VER 3.35 1.08 1.55 0.41 ind:fut:3s; -cameraman cameraman NOM m s 1.68 0.68 1.54 0.34 -cameramen cameraman NOM m p 1.68 0.68 0.14 0.34 -cameras camer VER 3.35 1.08 0.59 0.14 ind:fut:2s; -camerounais camerounais ADJ m 0.02 0.20 0.01 0.20 -camerounaise camerounais ADJ f s 0.02 0.20 0.01 0.00 -cames came NOM f p 16.77 4.73 0.28 0.14 -camez camer VER 3.35 1.08 0.01 0.00 ind:pre:2p; -camion_benne camion_benne NOM m s 0.06 0.14 0.03 0.00 -camion_citerne camion_citerne NOM m s 0.70 0.47 0.62 0.34 -camion_grue camion_grue NOM m s 0.00 0.14 0.00 0.14 -camion camion NOM m s 59.46 50.74 50.06 30.27 -camionnage camionnage NOM m s 0.18 0.00 0.18 0.00 -camionnette camionnette NOM f s 10.77 17.97 10.05 15.54 -camionnettes camionnette NOM f p 10.77 17.97 0.72 2.43 -camionneur camionneur NOM m s 2.17 2.36 1.17 1.62 -camionneurs camionneur NOM m p 2.17 2.36 1.00 0.74 -camionnée camionner VER f s 0.00 0.07 0.00 0.07 par:pas; -camion_benne camion_benne NOM m p 0.06 0.14 0.03 0.14 -camion_citerne camion_citerne NOM m p 0.70 0.47 0.08 0.14 -camions camion NOM m p 59.46 50.74 9.41 20.47 -camisards camisard NOM m p 0.00 0.07 0.00 0.07 -camisole camisole NOM f s 2.62 1.69 2.52 1.35 -camisoles camisole NOM f p 2.62 1.69 0.10 0.34 -camomille camomille NOM f s 1.16 0.68 1.16 0.54 -camomilles camomille NOM f p 1.16 0.68 0.00 0.14 -camorra camorra NOM f s 0.20 0.07 0.20 0.07 -camoufla camoufler VER 2.19 8.65 0.00 0.14 ind:pas:3s; -camouflage camouflage NOM m s 2.43 2.16 2.41 1.82 -camouflages camouflage NOM m p 2.43 2.16 0.02 0.34 -camouflaient camoufler VER 2.19 8.65 0.01 0.07 ind:imp:3p; -camouflais camoufler VER 2.19 8.65 0.00 0.07 ind:imp:2s; -camouflait camoufler VER 2.19 8.65 0.02 0.68 ind:imp:3s; -camouflant camoufler VER 2.19 8.65 0.02 0.14 par:pre; -camoufle camoufler VER 2.19 8.65 0.30 0.47 imp:pre:2s;ind:pre:1s;ind:pre:3s; -camouflent camoufler VER 2.19 8.65 0.18 0.27 ind:pre:3p; -camoufler camoufler VER 2.19 8.65 0.80 2.23 inf; -camouflerait camoufler VER 2.19 8.65 0.00 0.07 cnd:pre:3s; -camouflet camouflet NOM m s 0.02 0.61 0.02 0.41 -camouflets camouflet NOM m p 0.02 0.61 0.00 0.20 -camouflez camoufler VER 2.19 8.65 0.08 0.07 imp:pre:2p;ind:pre:2p; -camouflé camoufler VER m s 2.19 8.65 0.55 1.28 par:pas; -camouflée camoufler VER f s 2.19 8.65 0.18 1.49 par:pas; -camouflées camoufler VER f p 2.19 8.65 0.01 0.54 par:pas; -camouflés camoufler VER m p 2.19 8.65 0.04 1.15 par:pas; -camp camp NOM m s 114.93 97.23 105.92 75.61 -campa camper VER 6.16 13.85 0.06 0.68 ind:pas:3s; -campagnard campagnard ADJ m s 0.88 6.42 0.32 1.55 -campagnarde campagnard ADJ f s 0.88 6.42 0.24 2.84 -campagnardes campagnard ADJ f p 0.88 6.42 0.28 1.08 -campagnards campagnard NOM m p 0.16 0.74 0.06 0.27 -campagne campagne NOM f s 51.12 107.23 48.61 94.73 -campagnes campagne NOM f p 51.12 107.23 2.51 12.50 -campagnol campagnol NOM m s 0.03 0.41 0.03 0.27 -campagnols campagnol NOM m p 0.03 0.41 0.00 0.14 -campaient camper VER 6.16 13.85 0.04 0.95 ind:imp:3p; -campais camper VER 6.16 13.85 0.04 0.07 ind:imp:1s; -campait camper VER 6.16 13.85 0.15 1.76 ind:imp:3s; -campanaire campanaire ADJ m s 0.00 0.07 0.00 0.07 -campanelles campanelle NOM f p 0.00 0.07 0.00 0.07 -campanile campanile NOM m s 0.02 2.09 0.02 1.42 -campaniles campanile NOM m p 0.02 2.09 0.00 0.68 -campant camper VER 6.16 13.85 0.04 0.41 par:pre; -campanule campanule NOM f s 0.18 0.47 0.11 0.00 -campanules campanule NOM f p 0.18 0.47 0.07 0.47 -campe camper VER 6.16 13.85 0.89 1.49 ind:pre:1s;ind:pre:3s; -campement campement NOM m s 2.52 6.49 2.46 5.34 -campements campement NOM m p 2.52 6.49 0.07 1.15 -campent camper VER 6.16 13.85 0.51 0.54 ind:pre:3p; -camper camper VER 6.16 13.85 3.02 3.92 inf; -campera camper VER 6.16 13.85 0.11 0.00 ind:fut:3s; -camperai camper VER 6.16 13.85 0.02 0.00 ind:fut:1s; -camperait camper VER 6.16 13.85 0.01 0.14 cnd:pre:3s; -camperons camper VER 6.16 13.85 0.10 0.14 ind:fut:1p; -campes camper VER 6.16 13.85 0.16 0.07 ind:pre:2s; -campeur campeur NOM m s 0.68 4.26 0.13 0.47 -campeurs campeur NOM m p 0.68 4.26 0.49 3.72 -campeuse campeur NOM f s 0.68 4.26 0.05 0.00 -campeuses campeur NOM f p 0.68 4.26 0.00 0.07 -campez camper VER 6.16 13.85 0.08 0.00 imp:pre:2p;ind:pre:2p; -camphre camphre NOM m s 0.26 0.74 0.26 0.74 -camphrier camphrier NOM m s 0.00 0.14 0.00 0.14 -camphrée camphré ADJ f s 0.00 0.14 0.00 0.07 -camphrées camphré ADJ f p 0.00 0.14 0.00 0.07 -camping_car camping_car NOM m s 1.06 0.00 1.01 0.00 -camping_car camping_car NOM m p 1.06 0.00 0.05 0.00 -camping_gaz camping_gaz NOM m 0.00 0.47 0.00 0.47 -camping camping NOM m s 4.20 3.24 4.11 2.97 -campings camping NOM m p 4.20 3.24 0.09 0.27 -campions camper VER 6.16 13.85 0.02 0.20 ind:imp:1p; -campo campo NOM m s 0.58 1.49 0.47 1.49 -campâmes camper VER 6.16 13.85 0.00 0.07 ind:pas:1p; -campons camper VER 6.16 13.85 0.16 0.14 imp:pre:1p;ind:pre:1p; -campos campo NOM m p 0.58 1.49 0.11 0.00 -camps camp NOM m p 114.93 97.23 9.01 21.62 -campèrent camper VER 6.16 13.85 0.01 0.00 ind:pas:3p; -campé camper VER m s 6.16 13.85 0.74 1.96 par:pas; -campêche campêche NOM m s 0.00 0.14 0.00 0.14 -campée camper VER f s 6.16 13.85 0.00 0.81 par:pas; -campées camper VER f p 6.16 13.85 0.00 0.14 par:pas; -campés camper VER m p 6.16 13.85 0.01 0.41 par:pas; -campus campus NOM m 6.04 1.62 6.04 1.62 -camé camé NOM m s 2.69 0.54 1.71 0.34 -camée camée NOM m s 0.58 1.01 0.47 0.88 -camées camée NOM m p 0.58 1.01 0.11 0.14 -camélia camélia NOM m s 0.42 2.23 0.04 0.27 -camélias camélia NOM m p 0.42 2.23 0.38 1.96 -camélidé camélidé NOM m s 0.00 0.14 0.00 0.07 -camélidés camélidé NOM m p 0.00 0.14 0.00 0.07 -caméléon caméléon NOM m s 2.51 0.81 2.35 0.68 -caméléons caméléon NOM m p 2.51 0.81 0.16 0.14 -caméra_espion caméra_espion NOM f s 0.01 0.00 0.01 0.00 -caméra caméra NOM f s 56.18 6.35 41.64 4.39 -caméraman caméraman NOM m s 1.28 0.07 1.14 0.07 -caméramans caméraman NOM m p 1.28 0.07 0.14 0.00 -caméras caméra NOM f p 56.18 6.35 14.54 1.96 -camériste camériste NOM f s 0.18 1.01 0.17 0.81 -caméristes camériste NOM f p 0.18 1.01 0.01 0.20 -camés camé NOM m p 2.69 0.54 0.97 0.20 -camus camus NOM m 0.16 0.07 0.16 0.07 -caméscope caméscope NOM m s 0.78 0.00 0.74 0.00 -caméscopes caméscope NOM m p 0.78 0.00 0.04 0.00 -camuse camus ADJ f s 0.14 0.61 0.14 0.07 -cana caner VER 0.86 1.55 0.01 0.07 ind:pas:3s; -canada canada NOM f s 0.03 0.54 0.03 0.54 -canadair canadair NOM m s 0.26 0.00 0.10 0.00 -canadairs canadair NOM m p 0.26 0.00 0.16 0.00 -canadian_river canadian_river NOM s 0.00 0.07 0.00 0.07 -canadien canadien ADJ m s 3.57 4.93 1.86 2.09 -canadienne canadien ADJ f s 3.57 4.93 0.75 1.35 -canadiennes canadien ADJ f p 3.57 4.93 0.41 0.68 -canadiens canadien NOM m p 2.10 5.74 1.36 0.47 -canado canado ADV 0.02 0.00 0.02 0.00 -canaille canaille NOM f s 6.09 2.91 4.70 2.16 -canaillement canaillement ADV 0.00 0.07 0.00 0.07 -canaillerie canaillerie NOM f s 0.00 0.41 0.00 0.41 -canailles canaille NOM f p 6.09 2.91 1.39 0.74 -canal canal NOM m s 17.11 27.43 14.20 20.95 -canalicules canalicule NOM m p 0.00 0.14 0.00 0.14 -canalisa canaliser VER 1.88 1.96 0.00 0.07 ind:pas:3s; -canalisaient canaliser VER 1.88 1.96 0.00 0.14 ind:imp:3p; -canalisait canaliser VER 1.88 1.96 0.00 0.20 ind:imp:3s; -canalisateur canalisateur NOM m s 0.01 0.00 0.01 0.00 -canalisation canalisation NOM f s 1.47 1.28 0.51 0.47 -canalisations canalisation NOM f p 1.47 1.28 0.96 0.81 -canalise canaliser VER 1.88 1.96 0.50 0.00 imp:pre:2s;ind:pre:1s;ind:pre:3s; -canalisent canaliser VER 1.88 1.96 0.01 0.20 ind:pre:3p; -canaliser canaliser VER 1.88 1.96 1.06 0.74 inf; -canalisez canaliser VER 1.88 1.96 0.06 0.00 imp:pre:2p;ind:pre:2p; -canalisons canaliser VER 1.88 1.96 0.02 0.07 ind:pre:1p; -canalisé canaliser VER m s 1.88 1.96 0.11 0.27 par:pas; -canalisée canaliser VER f s 1.88 1.96 0.09 0.14 par:pas; -canalisées canaliser VER f p 1.88 1.96 0.00 0.14 par:pas; -canalisés canaliser VER m p 1.88 1.96 0.02 0.00 par:pas; -cananéen cananéen ADJ m s 0.00 0.07 0.00 0.07 -canapé_lit canapé_lit NOM m s 0.02 1.15 0.00 1.15 -canapé canapé NOM m s 18.58 20.27 17.66 17.97 -canapé_lit canapé_lit NOM m p 0.02 1.15 0.02 0.00 -canapés canapé NOM m p 18.58 20.27 0.93 2.30 -canaque canaque ADJ m s 0.00 0.34 0.00 0.34 -canaques canaque NOM p 0.00 0.07 0.00 0.07 -canard canard NOM m s 23.05 29.05 15.46 16.15 -canardaient canarder VER 1.36 1.35 0.05 0.07 ind:imp:3p; -canardait canarder VER 1.36 1.35 0.04 0.14 ind:imp:3s; -canarde canarder VER 1.36 1.35 0.28 0.14 imp:pre:2s;ind:pre:1s;ind:pre:3s; -canardeaux canardeau NOM m p 0.00 0.07 0.00 0.07 -canardent canarder VER 1.36 1.35 0.08 0.20 ind:pre:3p; -canarder canarder VER 1.36 1.35 0.63 0.47 inf; -canardera canarder VER 1.36 1.35 0.02 0.00 ind:fut:3s; -canarderais canarder VER 1.36 1.35 0.01 0.00 cnd:pre:2s; -canarderont canarder VER 1.36 1.35 0.01 0.00 ind:fut:3p; -canardez canarder VER 1.36 1.35 0.03 0.00 imp:pre:2p; -canards canard NOM m p 23.05 29.05 6.66 11.49 -canardé canarder VER m s 1.36 1.35 0.18 0.14 par:pas; -canardée canarder VER f s 1.36 1.35 0.00 0.07 par:pas; -canardés canarder VER m p 1.36 1.35 0.02 0.14 par:pas; -canari canari NOM m s 2.72 2.77 1.51 1.49 -canaris canari NOM m p 2.72 2.77 1.21 1.28 -canas caner VER 0.86 1.55 0.00 0.07 ind:pas:2s; -canasson canasson NOM m s 0.98 1.49 0.58 1.01 -canassons canasson NOM m p 0.98 1.49 0.40 0.47 -canasta canasta NOM f s 0.21 0.68 0.21 0.68 -canaux canal NOM m p 17.11 27.43 2.90 6.49 -cancan cancan NOM m s 1.29 1.76 0.51 0.88 -cancanaient cancaner VER 0.31 0.68 0.00 0.14 ind:imp:3p; -cancanait cancaner VER 0.31 0.68 0.00 0.07 ind:imp:3s; -cancanant cancaner VER 0.31 0.68 0.00 0.20 par:pre; -cancane cancaner VER 0.31 0.68 0.03 0.00 ind:pre:3s; -cancaner cancaner VER 0.31 0.68 0.25 0.27 inf; -cancaneries cancanerie NOM f p 0.00 0.07 0.00 0.07 -cancanes cancaner VER 0.31 0.68 0.03 0.00 ind:pre:2s; -cancanier cancanier NOM m s 0.01 0.07 0.01 0.00 -cancanière cancanier ADJ f s 0.10 0.14 0.10 0.07 -cancanières cancanier NOM f p 0.01 0.07 0.00 0.07 -cancans cancan NOM m p 1.29 1.76 0.78 0.88 -cancel cancel NOM m s 0.27 0.00 0.27 0.00 -cancer cancer NOM m s 23.15 9.46 22.34 8.78 -cancers cancer NOM m p 23.15 9.46 0.81 0.68 -canche canche NOM f s 0.01 0.00 0.01 0.00 -cancoillotte cancoillotte NOM f s 0.00 0.20 0.00 0.20 -cancre cancre NOM m s 0.97 3.78 0.77 2.50 -cancrelat cancrelat NOM m s 0.23 0.95 0.14 0.41 -cancrelats cancrelat NOM m p 0.23 0.95 0.09 0.54 -cancres cancre NOM m p 0.97 3.78 0.20 1.28 -cancéreuse cancéreux ADJ f s 0.62 0.74 0.22 0.34 -cancéreuses cancéreux ADJ f p 0.62 0.74 0.25 0.14 -cancéreux cancéreux ADJ m 0.62 0.74 0.16 0.27 -cancérigène cancérigène ADJ s 0.38 0.27 0.30 0.07 -cancérigènes cancérigène ADJ p 0.38 0.27 0.08 0.20 -cancériser cancériser VER 0.00 0.07 0.00 0.07 inf; -cancérogène cancérogène ADJ m s 0.02 0.00 0.02 0.00 -cancérologie cancérologie NOM f s 0.01 0.00 0.01 0.00 -cancérologue cancérologue NOM s 0.12 0.00 0.09 0.00 -cancérologues cancérologue NOM p 0.12 0.00 0.04 0.00 -candeur candeur NOM f s 1.27 4.59 1.27 4.46 -candeurs candeur NOM f p 1.27 4.59 0.00 0.14 -candi candi ADJ m s 0.24 0.34 0.24 0.27 -candida candida NOM m s 0.13 0.00 0.13 0.00 -candidat candidat NOM m s 17.70 8.04 9.63 2.84 -candidate candidat NOM f s 17.70 8.04 1.80 0.74 -candidates candidat NOM f p 17.70 8.04 0.60 0.47 -candidats candidat NOM m p 17.70 8.04 5.67 3.99 -candidature candidature NOM f s 2.71 1.76 2.15 1.42 -candidatures candidature NOM f p 2.71 1.76 0.56 0.34 -candide candide ADJ s 0.96 4.73 0.89 3.92 -candidement candidement ADV 0.00 0.47 0.00 0.47 -candides candide ADJ p 0.96 4.73 0.07 0.81 -candidose candidose NOM f s 0.04 0.00 0.04 0.00 -candie candir VER f s 0.00 0.74 0.00 0.68 par:pas; -candis candi ADJ m p 0.24 0.34 0.00 0.07 -candélabre candélabre NOM m s 0.50 3.24 0.34 1.42 -candélabres candélabre NOM m p 0.50 3.24 0.16 1.82 -cane canard NOM f s 23.05 29.05 0.94 1.35 -canebière canebière NOM f s 0.00 1.28 0.00 1.28 -canepetière canepetière NOM f s 0.00 0.07 0.00 0.07 -caner caner VER 0.86 1.55 0.04 0.47 inf; -caneras caner VER 0.86 1.55 0.00 0.07 ind:fut:2s; -canes caner VER 0.86 1.55 0.11 0.20 ind:pre:2s; -canetille canetille NOM f s 0.00 0.07 0.00 0.07 -caneton caneton NOM m s 0.69 1.82 0.48 1.15 -canetons caneton NOM m p 0.69 1.82 0.21 0.68 -canette canette NOM f s 1.95 6.62 1.10 3.18 -canettes canette NOM f p 1.95 6.62 0.85 3.45 -canevas canevas NOM m 0.32 1.35 0.32 1.35 -canfouine canfouine NOM f s 0.00 0.41 0.00 0.41 -cangue cangue NOM f s 0.00 0.07 0.00 0.07 -caniche caniche NOM m s 2.56 3.99 2.00 3.72 -caniches caniche NOM m p 2.56 3.99 0.56 0.27 -caniculaire caniculaire ADJ s 0.02 0.54 0.02 0.34 -caniculaires caniculaire ADJ m p 0.02 0.54 0.00 0.20 -canicule canicule NOM f s 0.38 3.58 0.35 3.31 -canicules canicule NOM f p 0.38 3.58 0.02 0.27 -canidés canidé NOM m p 0.07 0.00 0.07 0.00 -canif canif NOM m s 0.95 4.93 0.91 4.32 -canifs canif NOM m p 0.95 4.93 0.04 0.61 -canin canin ADJ m s 0.76 0.61 0.56 0.61 -canine canine ADJ f s 0.54 1.08 0.41 1.01 -canines canine NOM f p 0.47 1.15 0.25 0.47 -caninette caninette NOM f s 0.00 0.07 0.00 0.07 -canins canin ADJ m p 0.76 0.61 0.20 0.00 -canisses canisse NOM f p 0.00 0.07 0.00 0.07 -caniveau caniveau NOM m s 2.94 7.16 2.86 5.27 -caniveaux caniveau NOM m p 2.94 7.16 0.08 1.89 -canna canna NOM m s 0.10 0.54 0.10 0.00 -cannabis cannabis NOM m 1.05 0.14 1.05 0.14 -cannage cannage NOM m s 0.00 0.20 0.00 0.20 -cannait canner VER 0.31 2.57 0.00 0.14 ind:imp:3s; -cannant canner VER 0.31 2.57 0.00 0.07 par:pre; -cannas canna NOM m p 0.10 0.54 0.00 0.54 -canne_épée canne_épée NOM f s 0.01 0.54 0.01 0.34 -canne canne NOM f s 10.91 34.32 10.21 26.62 -canneberge canneberge NOM f s 0.46 0.00 0.17 0.00 -canneberges canneberge NOM f p 0.46 0.00 0.29 0.00 -canneliers cannelier NOM m p 0.00 0.20 0.00 0.20 -cannelle cannelle NOM f s 1.38 2.97 1.38 2.97 -cannelloni cannelloni NOM m s 0.93 0.00 0.67 0.00 -cannellonis cannelloni NOM m p 0.93 0.00 0.27 0.00 -cannelé cannelé ADJ m s 0.01 0.20 0.01 0.00 -cannelée canneler VER f s 0.01 0.07 0.01 0.00 par:pas; -cannelées cannelé ADJ f p 0.01 0.20 0.00 0.07 -cannelure cannelure NOM f s 0.18 0.95 0.01 0.27 -cannelures cannelure NOM f p 0.18 0.95 0.17 0.68 -cannelés cannelé ADJ m p 0.01 0.20 0.00 0.07 -canner canner VER 0.31 2.57 0.28 0.68 inf; -canneraient canner VER 0.31 2.57 0.00 0.07 cnd:pre:3p; -canne_épée canne_épée NOM f p 0.01 0.54 0.00 0.20 -cannes canne NOM f p 10.91 34.32 0.71 7.70 -cannette cannette NOM f s 0.66 0.14 0.42 0.14 -cannettes cannette NOM f p 0.66 0.14 0.25 0.00 -cannibale cannibale NOM s 4.06 0.95 1.11 0.27 -cannibales cannibale NOM p 4.06 0.95 2.95 0.68 -cannibalisme cannibalisme NOM m s 1.61 0.47 1.61 0.47 -canné canner VER m s 0.31 2.57 0.02 0.68 par:pas; -cannée canné ADJ f s 0.00 1.28 0.00 0.47 -cannées canné ADJ f p 0.00 1.28 0.00 0.27 -canon canon NOM m s 22.22 48.99 14.89 28.65 -canoniale canonial ADJ f s 0.00 0.14 0.00 0.07 -canoniales canonial ADJ f p 0.00 0.14 0.00 0.07 -canonique canonique ADJ s 0.22 0.68 0.22 0.47 -canoniquement canoniquement ADV 0.00 0.07 0.00 0.07 -canoniques canonique ADJ f p 0.22 0.68 0.00 0.20 -canonisation canonisation NOM f s 0.06 0.47 0.05 0.34 -canonisations canonisation NOM f p 0.06 0.47 0.01 0.14 -canoniser canoniser VER 0.61 1.01 0.22 0.14 inf; -canonisez canoniser VER 0.61 1.01 0.10 0.07 imp:pre:2p; -canonisé canoniser VER m s 0.61 1.01 0.25 0.27 par:pas; -canonisée canoniser VER f s 0.61 1.01 0.04 0.27 par:pas; -canonisés canoniser VER m p 0.61 1.01 0.00 0.27 par:pas; -canonnade canonnade NOM f s 0.04 2.70 0.04 2.57 -canonnades canonnade NOM f p 0.04 2.70 0.00 0.14 -canonnage canonnage NOM m s 0.01 0.00 0.01 0.00 -canonnait canonner VER 0.01 0.54 0.00 0.07 ind:imp:3s; -canonner canonner VER 0.01 0.54 0.00 0.20 inf; -canonnier canonnier NOM m s 0.39 0.95 0.16 0.47 -canonniers canonnier NOM m p 0.39 0.95 0.23 0.47 -canonnière canonnière NOM f s 0.34 0.61 0.31 0.41 -canonnières canonnière NOM f p 0.34 0.61 0.03 0.20 -canonné canonner VER m s 0.01 0.54 0.00 0.14 par:pas; -canonnées canonner VER f p 0.01 0.54 0.00 0.07 par:pas; -canonnés canonner VER m p 0.01 0.54 0.01 0.07 par:pas; -canons canon NOM m p 22.22 48.99 7.34 20.34 -canope canope NOM m s 0.09 0.00 0.07 0.00 -canopes canope NOM m p 0.09 0.00 0.02 0.00 -canot canot NOM m s 4.58 9.19 3.31 7.16 -canotage canotage NOM m s 0.04 0.34 0.04 0.34 -canotaient canoter VER 0.01 0.47 0.00 0.07 ind:imp:3p; -canote canoter VER 0.01 0.47 0.00 0.07 ind:pre:3s; -canotent canoter VER 0.01 0.47 0.01 0.00 ind:pre:3p; -canoter canoter VER 0.01 0.47 0.00 0.20 inf; -canoteurs canoteur NOM m p 0.00 0.07 0.00 0.07 -canotier canotier NOM m s 0.16 3.04 0.00 2.36 -canotiers canotier NOM m p 0.16 3.04 0.16 0.68 -canotâmes canoter VER 0.01 0.47 0.00 0.07 ind:pas:1p; -canots canot NOM m p 4.58 9.19 1.27 2.03 -canoté canoter VER m s 0.01 0.47 0.00 0.07 par:pas; -canoë canoë NOM m s 1.95 1.49 1.73 1.22 -canoës canoë NOM m p 1.95 1.49 0.22 0.27 -cantabile cantabile NOM m s 0.02 0.61 0.02 0.61 -cantabrique cantabrique ADJ f s 0.00 0.20 0.00 0.07 -cantabriques cantabrique ADJ p 0.00 0.20 0.00 0.14 -cantal cantal NOM m s 0.00 0.27 0.00 0.27 -cantaloup cantaloup NOM m s 0.07 0.07 0.06 0.00 -cantaloups cantaloup NOM m p 0.07 0.07 0.01 0.07 -cantate cantate NOM f s 0.25 0.54 0.24 0.27 -cantates cantate NOM f p 0.25 0.54 0.01 0.27 -cantatrice cantatrice NOM f s 0.59 2.43 0.55 1.76 -cantatrices cantatrice NOM f p 0.59 2.43 0.04 0.68 -canter canter NOM m s 0.02 0.27 0.02 0.27 -canthare canthare NOM m s 0.00 0.20 0.00 0.14 -canthares canthare NOM m p 0.00 0.20 0.00 0.07 -cantharide cantharide NOM f s 0.07 0.14 0.06 0.07 -cantharides cantharide NOM f p 0.07 0.14 0.01 0.07 -cantilever cantilever NOM m s 0.07 0.00 0.07 0.00 -cantilène cantilène NOM f s 0.11 0.34 0.11 0.34 -cantina cantiner VER 0.33 0.34 0.33 0.00 ind:pas:3s; -cantinaient cantiner VER 0.33 0.34 0.00 0.07 ind:imp:3p; -cantine cantine NOM f s 4.23 12.16 3.76 10.61 -cantiner cantiner VER 0.33 0.34 0.00 0.27 inf; -cantines cantine NOM f p 4.23 12.16 0.47 1.55 -cantinier cantinier NOM m s 0.23 1.15 0.05 0.07 -cantiniers cantinier NOM m p 0.23 1.15 0.14 0.20 -cantinière cantinier NOM f s 0.23 1.15 0.04 0.68 -cantinières cantinier NOM f p 0.23 1.15 0.01 0.20 -cantique cantique NOM m s 1.68 6.62 0.83 2.50 -cantiques cantique NOM m p 1.68 6.62 0.84 4.12 -canton canton NOM m s 0.36 4.73 0.34 3.58 -cantonade cantonade NOM f s 0.01 3.45 0.01 3.45 -cantonais cantonais ADJ m s 0.28 0.00 0.27 0.00 -cantonaise cantonais ADJ f s 0.28 0.00 0.02 0.00 -cantonal cantonal ADJ m s 0.34 0.34 0.00 0.07 -cantonale cantonal ADJ f s 0.34 0.34 0.34 0.07 -cantonales cantonal ADJ f p 0.34 0.34 0.00 0.20 -cantonna cantonner VER 0.76 5.00 0.00 0.14 ind:pas:3s; -cantonnai cantonner VER 0.76 5.00 0.00 0.14 ind:pas:1s; -cantonnaient cantonner VER 0.76 5.00 0.10 0.20 ind:imp:3p; -cantonnais cantonner VER 0.76 5.00 0.04 0.00 ind:imp:1s; -cantonnait cantonner VER 0.76 5.00 0.00 0.34 ind:imp:3s; -cantonnant cantonner VER 0.76 5.00 0.01 0.14 par:pre; -cantonne cantonner VER 0.76 5.00 0.21 0.47 imp:pre:2s;ind:pre:1s;ind:pre:3s; -cantonnement cantonnement NOM m s 0.81 5.20 0.68 3.24 -cantonnements cantonnement NOM m p 0.81 5.20 0.14 1.96 -cantonnent cantonner VER 0.76 5.00 0.00 0.27 ind:pre:3p; -cantonner cantonner VER 0.76 5.00 0.08 0.47 inf; -cantonneraient cantonner VER 0.76 5.00 0.00 0.07 cnd:pre:3p; -cantonnez cantonner VER 0.76 5.00 0.03 0.00 imp:pre:2p;ind:pre:2p; -cantonnier cantonnier NOM m s 0.19 3.04 0.17 1.96 -cantonniers cantonnier NOM m p 0.19 3.04 0.03 1.01 -cantonnières cantonnier NOM f p 0.19 3.04 0.00 0.07 -cantonnons cantonner VER 0.76 5.00 0.01 0.27 imp:pre:1p;ind:pre:1p; -cantonnèrent cantonner VER 0.76 5.00 0.00 0.07 ind:pas:3p; -cantonné cantonner VER m s 0.76 5.00 0.23 0.88 par:pas; -cantonnée cantonner VER f s 0.76 5.00 0.01 0.41 par:pas; -cantonnées cantonner VER f p 0.76 5.00 0.02 0.34 par:pas; -cantonnés cantonner VER m p 0.76 5.00 0.01 0.81 par:pas; -cantons canton NOM m p 0.36 4.73 0.02 1.15 -cantre cantre NOM m s 0.00 0.07 0.00 0.07 -cané caner VER m s 0.86 1.55 0.04 0.34 par:pas; -canulant canuler VER 0.00 0.07 0.00 0.07 par:pre; -canular canular NOM m s 1.98 0.81 1.71 0.74 -canularesque canularesque ADJ s 0.00 0.07 0.00 0.07 -canulars canular NOM m p 1.98 0.81 0.27 0.07 -canule canule NOM f s 0.23 0.07 0.23 0.07 -canés caner VER m p 0.86 1.55 0.00 0.07 par:pas; -canut canut NOM m s 0.01 0.14 0.00 0.07 -canuts canut NOM m p 0.01 0.14 0.01 0.07 -canyon canyon NOM m s 4.45 0.88 4.18 0.47 -canyons canyon NOM m p 4.45 0.88 0.27 0.41 -canzonettes canzonette NOM f p 0.00 0.07 0.00 0.07 -caoua caoua NOM m s 0.07 2.43 0.07 2.30 -caouas caoua NOM m p 0.07 2.43 0.00 0.14 -caoutchouc caoutchouc NOM m s 5.59 16.55 5.20 16.01 -caoutchoucs caoutchouc NOM m p 5.59 16.55 0.39 0.54 -caoutchouteuse caoutchouteux ADJ f s 0.06 0.88 0.00 0.14 -caoutchouteuses caoutchouteux ADJ f p 0.06 0.88 0.00 0.20 -caoutchouteux caoutchouteux ADJ m 0.06 0.88 0.06 0.54 -caoutchouté caoutchouter VER m s 0.01 0.20 0.01 0.00 par:pas; -caoutchoutée caoutchouté ADJ f s 0.00 1.08 0.00 0.27 -caoutchoutées caoutchouté ADJ f p 0.00 1.08 0.00 0.47 -caoutchoutés caoutchouté ADJ m p 0.00 1.08 0.00 0.07 -cap_hornier cap_hornier NOM m s 0.00 0.07 0.00 0.07 -cap cap NOM m s 19.49 16.55 19.48 15.68 -capable capable ADJ s 76.85 86.35 65.15 69.73 -capables capable ADJ p 76.85 86.35 11.70 16.62 -capacité capacité NOM f s 17.29 14.39 9.42 8.38 -capacités capacité NOM f p 17.29 14.39 7.87 6.01 -capades capade NOM f p 0.06 0.00 0.06 0.00 -caparaçon caparaçon NOM m s 0.00 0.54 0.00 0.27 -caparaçonnait caparaçonner VER 0.00 1.08 0.00 0.07 ind:imp:3s; -caparaçonne caparaçonner VER 0.00 1.08 0.00 0.07 ind:pre:3s; -caparaçonné caparaçonner VER m s 0.00 1.08 0.00 0.41 par:pas; -caparaçonnée caparaçonner VER f s 0.00 1.08 0.00 0.07 par:pas; -caparaçonnées caparaçonner VER f p 0.00 1.08 0.00 0.07 par:pas; -caparaçonnés caparaçonner VER m p 0.00 1.08 0.00 0.41 par:pas; -caparaçons caparaçon NOM m p 0.00 0.54 0.00 0.27 -cape cape NOM f s 6.25 11.69 5.40 10.34 -capelage capelage NOM m s 0.02 0.07 0.02 0.07 -capeline capeline NOM f s 0.11 2.50 0.10 2.09 -capelines capeline NOM f p 0.11 2.50 0.01 0.41 -capelé capeler VER m s 0.00 0.14 0.00 0.14 par:pas; -caper caper VER 0.02 0.00 0.02 0.00 inf; -capes cape NOM f p 6.25 11.69 0.85 1.35 -capharnaüm capharnaüm NOM m s 0.05 1.49 0.05 1.49 -capillaire capillaire ADJ s 0.93 0.47 0.48 0.20 -capillaires capillaire ADJ p 0.93 0.47 0.45 0.27 -capillarité capillarité NOM f s 0.00 0.07 0.00 0.07 -capilliculteur capilliculteur NOM m s 0.01 0.00 0.01 0.00 -capilotade capilotade NOM f s 0.01 0.74 0.01 0.61 -capilotades capilotade NOM f p 0.01 0.74 0.00 0.14 -capisco capisco NOM m s 0.03 0.20 0.03 0.20 -capitaine capitaine NOM m s 152.69 92.57 150.59 88.45 -capitainerie capitainerie NOM f s 0.15 0.14 0.15 0.14 -capitaines capitaine NOM m p 152.69 92.57 2.11 4.12 -capital_risque capital_risque NOM m s 0.04 0.00 0.04 0.00 -capital capital NOM m s 8.53 9.86 5.49 6.96 -capitale capitale NOM f s 11.38 26.62 10.60 23.18 -capitalement capitalement ADV 0.00 0.07 0.00 0.07 -capitales capitale NOM f p 11.38 26.62 0.78 3.45 -capitalisation capitalisation NOM f s 0.03 0.14 0.03 0.14 -capitalise capitaliser VER 0.22 0.20 0.00 0.07 ind:pre:3s; -capitaliser capitaliser VER 0.22 0.20 0.20 0.07 inf; -capitalisme capitalisme NOM m s 2.97 3.65 2.97 3.65 -capitalisons capitaliser VER 0.22 0.20 0.00 0.07 ind:pre:1p; -capitaliste capitaliste ADJ s 1.89 2.03 1.63 1.28 -capitalistes capitaliste NOM p 1.09 1.35 0.58 0.81 -capitalistiques capitalistique ADJ f p 0.00 0.07 0.00 0.07 -capitalisé capitaliser VER m s 0.22 0.20 0.01 0.00 par:pas; -capitalisés capitaliser VER m p 0.22 0.20 0.01 0.00 par:pas; -capitan capitan NOM m s 0.10 0.81 0.10 0.74 -capitanat capitanat NOM m s 0.01 0.00 0.01 0.00 -capitane capitane NOM m s 0.01 0.00 0.01 0.00 -capitans capitan NOM m p 0.10 0.81 0.00 0.07 -capitaux capital NOM m p 8.53 9.86 1.07 2.91 -capiteuse capiteux ADJ f s 0.25 2.30 0.00 0.54 -capiteuses capiteux ADJ f p 0.25 2.30 0.01 0.27 -capiteux capiteux ADJ m 0.25 2.30 0.24 1.49 -capitole capitole NOM m s 0.10 0.07 0.10 0.07 -capiton capiton NOM m s 0.00 0.54 0.00 0.20 -capitonnage capitonnage NOM m s 0.01 0.27 0.01 0.27 -capitonnaient capitonner VER 0.09 2.70 0.00 0.07 ind:imp:3p; -capitonnait capitonner VER 0.09 2.70 0.00 0.07 ind:imp:3s; -capitonner capitonner VER 0.09 2.70 0.00 0.34 inf; -capitonné capitonner VER m s 0.09 2.70 0.02 0.81 par:pas; -capitonnée capitonné ADJ f s 0.32 2.23 0.28 0.74 -capitonnées capitonné ADJ f p 0.32 2.23 0.01 0.41 -capitonnés capitonner VER m p 0.09 2.70 0.02 0.61 par:pas; -capitons capiton NOM m p 0.00 0.54 0.00 0.34 -capitouls capitoul NOM m p 0.00 0.07 0.00 0.07 -capitula capituler VER 2.31 4.80 0.00 0.47 ind:pas:3s; -capitulaient capituler VER 2.31 4.80 0.01 0.14 ind:imp:3p; -capitulaire capitulaire ADJ m s 0.00 0.07 0.00 0.07 -capitulais capituler VER 2.31 4.80 0.00 0.07 ind:imp:1s; -capitulait capituler VER 2.31 4.80 0.01 0.14 ind:imp:3s; -capitulant capituler VER 2.31 4.80 0.01 0.07 par:pre; -capitulard capitulard NOM m s 0.01 0.00 0.01 0.00 -capitulation capitulation NOM f s 0.81 7.77 0.80 7.70 -capitulations capitulation NOM f p 0.81 7.77 0.01 0.07 -capitule capituler VER 2.31 4.80 0.28 0.14 imp:pre:2s;ind:pre:1s;ind:pre:3s; -capitulent capituler VER 2.31 4.80 0.13 0.00 ind:pre:3p; -capituler capituler VER 2.31 4.80 0.58 1.82 inf; -capitulera capituler VER 2.31 4.80 0.00 0.07 ind:fut:3s; -capitulerait capituler VER 2.31 4.80 0.02 0.07 cnd:pre:3s; -capitulerez capituler VER 2.31 4.80 0.00 0.14 ind:fut:2p; -capitulerons capituler VER 2.31 4.80 0.04 0.00 ind:fut:1p; -capituleront capituler VER 2.31 4.80 0.01 0.00 ind:fut:3p; -capitules capituler VER 2.31 4.80 0.02 0.00 ind:pre:2s; -capituliez capituler VER 2.31 4.80 0.01 0.00 ind:imp:2p; -capitulions capituler VER 2.31 4.80 0.11 0.00 ind:imp:1p; -capitulons capituler VER 2.31 4.80 0.22 0.00 ind:pre:1p; -capitulèrent capituler VER 2.31 4.80 0.02 0.00 ind:pas:3p; -capitulé capituler VER m s 2.31 4.80 0.84 1.69 par:pas; -capo capo NOM m s 2.17 0.14 2.03 0.14 -capoc capoc NOM m s 0.00 0.07 0.00 0.07 -capon capon ADJ m s 0.14 0.41 0.14 0.34 -capons capon ADJ m p 0.14 0.41 0.01 0.07 -caporal_chef caporal_chef NOM m s 0.52 0.54 0.52 0.54 -caporal caporal NOM m s 10.22 18.99 9.95 17.03 -caporale caporal NOM f s 10.22 18.99 0.04 0.00 -caporaux caporal NOM m p 10.22 18.99 0.23 1.96 -capos capo NOM m p 2.17 0.14 0.14 0.00 -capot capot NOM m s 3.17 8.18 3.13 7.23 -capota capoter VER 0.90 1.15 0.00 0.07 ind:pas:3s; -capotaient capoter VER 0.90 1.15 0.01 0.07 ind:imp:3p; -capote capote NOM f s 7.59 18.04 4.67 13.45 -capoter capoter VER 0.90 1.15 0.54 0.61 inf; -capotes capote NOM f p 7.59 18.04 2.92 4.59 -capots capot NOM m p 3.17 8.18 0.03 0.95 -capoté capoter VER m s 0.90 1.15 0.15 0.20 par:pas; -capotée capoter VER f s 0.90 1.15 0.00 0.07 par:pas; -cappa cappa NOM f s 0.01 0.00 0.01 0.00 -cappuccino cappuccino NOM m s 1.98 0.07 1.79 0.07 -cappuccinos cappuccino NOM m p 1.98 0.07 0.19 0.00 -capricant capricant ADJ m s 0.00 0.14 0.00 0.07 -capricants capricant ADJ m p 0.00 0.14 0.00 0.07 -caprice caprice NOM m s 8.94 18.31 4.63 9.32 -caprices caprice NOM m p 8.94 18.31 4.31 8.99 -capricieuse capricieux ADJ f s 3.37 6.76 0.71 2.16 -capricieusement capricieusement ADV 0.10 0.74 0.10 0.74 -capricieuses capricieux ADJ f p 3.37 6.76 0.54 1.55 -capricieux capricieux ADJ m 3.37 6.76 2.12 3.04 -capricorne capricorne NOM m s 0.34 0.00 0.29 0.00 -capricornes capricorne NOM m p 0.34 0.00 0.05 0.00 -caprine caprin ADJ f s 0.00 0.07 0.00 0.07 -caps cap NOM m p 19.49 16.55 0.01 0.88 -capsulaire capsulaire ADJ f s 0.03 0.00 0.03 0.00 -capsule capsule NOM f s 5.69 3.18 3.96 1.82 -capsules capsule NOM f p 5.69 3.18 1.73 1.35 -capsulé capsuler VER m s 0.02 0.07 0.00 0.07 par:pas; -capta capter VER 9.89 9.59 0.00 0.20 ind:pas:3s; -captage captage NOM m s 0.02 0.00 0.02 0.00 -captaient capter VER 9.89 9.59 0.00 0.07 ind:imp:3p; -captais capter VER 9.89 9.59 0.01 0.27 ind:imp:1s;ind:imp:2s; -captait capter VER 9.89 9.59 0.11 0.47 ind:imp:3s; -captant capter VER 9.89 9.59 0.01 0.27 par:pre; -captation captation NOM f s 0.00 0.14 0.00 0.07 -captations captation NOM f p 0.00 0.14 0.00 0.07 -capte capter VER 9.89 9.59 3.84 1.35 imp:pre:2s;ind:pre:1s;ind:pre:3s; -captent capter VER 9.89 9.59 0.19 0.20 ind:pre:3p; -capter capter VER 9.89 9.59 1.95 3.85 inf; -capterai capter VER 9.89 9.59 0.04 0.00 ind:fut:1s; -capterais capter VER 9.89 9.59 0.01 0.14 cnd:pre:1s; -capterait capter VER 9.89 9.59 0.01 0.07 cnd:pre:3s; -capteront capter VER 9.89 9.59 0.01 0.07 ind:fut:3p; -capteur capteur NOM m s 2.79 0.00 1.10 0.00 -capteurs capteur NOM m p 2.79 0.00 1.69 0.00 -captez capter VER 9.89 9.59 0.62 0.00 imp:pre:2p;ind:pre:2p; -captieuse captieux ADJ f s 0.00 0.14 0.00 0.07 -captieux captieux ADJ m p 0.00 0.14 0.00 0.07 -captif captif ADJ m s 1.11 4.80 0.63 2.16 -captifs captif NOM m p 0.78 2.84 0.46 1.15 -captions capter VER 9.89 9.59 0.27 0.14 ind:imp:1p; -captiva captiver VER 1.35 4.73 0.03 0.07 ind:pas:3s; -captivaient captiver VER 1.35 4.73 0.00 0.27 ind:imp:3p; -captivait captiver VER 1.35 4.73 0.03 1.08 ind:imp:3s; -captivant captivant ADJ m s 0.87 1.55 0.62 0.95 -captivante captivant ADJ f s 0.87 1.55 0.22 0.41 -captivantes captivant ADJ f p 0.87 1.55 0.03 0.20 -captive captiver VER 1.35 4.73 0.34 0.61 imp:pre:2s;ind:pre:1s;ind:pre:3s; -captivent captiver VER 1.35 4.73 0.04 0.14 ind:pre:3p; -captiver captiver VER 1.35 4.73 0.14 0.47 inf; -captives captive NOM f p 0.06 0.00 0.06 0.00 -captivité captivité NOM f s 2.15 4.46 2.15 4.46 -captivèrent captiver VER 1.35 4.73 0.00 0.07 ind:pas:3p; -captivé captiver VER m s 1.35 4.73 0.27 1.49 par:pas; -captivée captiver VER f s 1.35 4.73 0.05 0.27 par:pas; -captivés captiver VER m p 1.35 4.73 0.34 0.14 par:pas; -captons capter VER 9.89 9.59 0.34 0.00 imp:pre:1p;ind:pre:1p; -capté capter VER m s 9.89 9.59 2.03 1.62 par:pas; -captée capter VER f s 9.89 9.59 0.22 0.41 par:pas; -captées capter VER f p 9.89 9.59 0.04 0.27 par:pas; -captura capturer VER 17.67 5.81 0.03 0.20 ind:pas:3s; -capturait capturer VER 17.67 5.81 0.02 0.27 ind:imp:3s; -capturant capturer VER 17.67 5.81 0.09 0.07 par:pre; -capture capture NOM f s 3.00 1.76 2.93 1.69 -capturent capturer VER 17.67 5.81 0.23 0.00 ind:pre:3p; -capturer capturer VER 17.67 5.81 6.17 1.82 inf; -capturera capturer VER 17.67 5.81 0.28 0.07 ind:fut:3s; -capturerait capturer VER 17.67 5.81 0.02 0.00 cnd:pre:3s; -captureras capturer VER 17.67 5.81 0.02 0.00 ind:fut:2s; -capturerez capturer VER 17.67 5.81 0.02 0.00 ind:fut:2p; -capturerons capturer VER 17.67 5.81 0.14 0.00 ind:fut:1p; -captureront capturer VER 17.67 5.81 0.02 0.00 ind:fut:3p; -captures capture NOM f p 3.00 1.76 0.07 0.07 -capturez capturer VER 17.67 5.81 0.51 0.00 imp:pre:2p;ind:pre:2p; -capturons capturer VER 17.67 5.81 0.07 0.00 imp:pre:1p;ind:pre:1p; -capturé capturer VER m s 17.67 5.81 6.33 2.09 par:pas; -capturée capturer VER f s 17.67 5.81 0.83 0.27 par:pas; -capturées capturer VER f p 17.67 5.81 0.09 0.20 par:pas; -capturés capturer VER m p 17.67 5.81 1.96 0.68 par:pas; -captés capter VER m p 9.89 9.59 0.20 0.20 par:pas; -capuccino capuccino NOM m s 0.27 0.14 0.27 0.14 -capuche capuche NOM f s 1.60 0.74 1.53 0.61 -capuches capuche NOM f p 1.60 0.74 0.07 0.14 -capuchon capuchon NOM m s 1.02 6.42 1.02 5.81 -capuchonnés capuchonner VER m p 0.00 0.07 0.00 0.07 par:pas; -capuchons capuchon NOM m p 1.02 6.42 0.00 0.61 -capucin capucin NOM m s 0.18 1.15 0.03 0.74 -capucinade capucinade NOM f s 0.00 0.14 0.00 0.07 -capucinades capucinade NOM f p 0.00 0.14 0.00 0.07 -capucine capucine NOM f s 0.13 1.22 0.00 0.27 -capucines capucine NOM f p 0.13 1.22 0.13 0.95 -capucino capucino NOM m 0.00 0.07 0.00 0.07 -capucins capucin NOM m p 0.18 1.15 0.14 0.41 -capulet capulet NOM m s 0.00 0.07 0.00 0.07 -caput_mortuum caput_mortuum NOM m s 0.00 0.07 0.00 0.07 -capétien capétien ADJ m s 0.00 0.34 0.00 0.20 -capétienne capétien ADJ f s 0.00 0.34 0.00 0.07 -capétiennes capétien ADJ f p 0.00 0.34 0.00 0.07 -caque caque NOM f s 0.12 0.54 0.12 0.41 -caquelon caquelon NOM m s 0.00 0.07 0.00 0.07 -caques caque NOM f p 0.12 0.54 0.00 0.14 -caquet caquet NOM m s 0.46 0.61 0.45 0.41 -caquetage caquetage NOM m s 0.14 1.22 0.04 0.74 -caquetages caquetage NOM m p 0.14 1.22 0.11 0.47 -caquetaient caqueter VER 0.53 1.55 0.00 0.54 ind:imp:3p; -caquetait caqueter VER 0.53 1.55 0.00 0.07 ind:imp:3s; -caquetant caqueter VER 0.53 1.55 0.01 0.20 par:pre; -caquetante caquetant ADJ f s 0.02 0.27 0.00 0.14 -caquetantes caquetant ADJ f p 0.02 0.27 0.01 0.07 -caqueter caqueter VER 0.53 1.55 0.31 0.14 inf; -caqueteuse caqueteur NOM f s 0.00 0.07 0.00 0.07 -caquets caquet NOM m p 0.46 0.61 0.01 0.20 -caquette caqueter VER 0.53 1.55 0.07 0.20 ind:pre:1s;ind:pre:3s; -caquettent caqueter VER 0.53 1.55 0.14 0.41 ind:pre:3p; -caquètement caquètement NOM m s 0.04 0.47 0.02 0.27 -caquètements caquètement NOM m p 0.04 0.47 0.01 0.20 -car car CON 237.20 469.32 237.20 469.32 -caraïbe caraïbe NOM s 0.16 0.14 0.10 0.00 -caraïbes caraïbe NOM p 0.16 0.14 0.06 0.14 -carabas carabas NOM m 0.00 0.20 0.00 0.20 -carabe carabe NOM m s 0.01 0.20 0.00 0.07 -carabes carabe NOM m p 0.01 0.20 0.01 0.14 -carabin carabin NOM m s 0.01 0.47 0.00 0.27 -carabine carabine NOM f s 2.71 11.15 2.08 10.07 -carabines carabine NOM f p 2.71 11.15 0.63 1.08 -carabinier carabinier NOM m s 2.91 1.69 0.96 0.20 -carabiniers carabinier NOM m p 2.91 1.69 1.94 1.49 -carabins carabin NOM m p 0.01 0.47 0.01 0.20 -carabiné carabiné ADJ m s 0.21 1.08 0.04 0.20 -carabinée carabiné ADJ f s 0.21 1.08 0.17 0.81 -carabinés carabiné ADJ m p 0.21 1.08 0.00 0.07 -carabosse carabosse NOM f s 0.12 1.62 0.12 1.62 -caracal caracal NOM m s 0.00 0.14 0.00 0.14 -caraco caraco NOM m s 0.28 1.01 0.14 0.81 -caracola caracoler VER 0.09 1.76 0.00 0.14 ind:pas:3s; -caracolade caracolade NOM f s 0.00 0.27 0.00 0.27 -caracolait caracoler VER 0.09 1.76 0.01 0.20 ind:imp:3s; -caracolant caracoler VER 0.09 1.76 0.01 0.27 par:pre; -caracole caracoler VER 0.09 1.76 0.03 0.27 ind:pre:1s;ind:pre:3s; -caracolent caracoler VER 0.09 1.76 0.01 0.27 ind:pre:3p; -caracoler caracoler VER 0.09 1.76 0.02 0.54 inf; -caracolerez caracoler VER 0.09 1.76 0.00 0.07 ind:fut:2p; -caracos caraco NOM m p 0.28 1.01 0.14 0.20 -caractère caractère NOM m s 18.86 62.16 17.22 47.50 -caractères caractère NOM m p 18.86 62.16 1.65 14.66 -caractériel caractériel ADJ m s 0.49 0.68 0.28 0.27 -caractérielle caractériel ADJ f s 0.49 0.68 0.02 0.14 -caractérielles caractériel ADJ f p 0.49 0.68 0.14 0.00 -caractériels caractériel ADJ m p 0.49 0.68 0.05 0.27 -caractérisait caractériser VER 0.91 3.58 0.15 0.47 ind:imp:3s; -caractérisant caractériser VER 0.91 3.58 0.01 0.00 par:pre; -caractérisation caractérisation NOM f s 0.01 0.00 0.01 0.00 -caractérise caractériser VER 0.91 3.58 0.25 2.16 ind:pre:3s; -caractérisent caractériser VER 0.91 3.58 0.04 0.20 ind:pre:3p; -caractériser caractériser VER 0.91 3.58 0.11 0.34 inf; -caractériserais caractériser VER 0.91 3.58 0.01 0.00 cnd:pre:1s; -caractériserait caractériser VER 0.91 3.58 0.00 0.07 cnd:pre:3s; -caractéristique caractéristique ADJ s 1.31 4.73 0.90 3.78 -caractéristiques caractéristique NOM f p 3.69 2.77 2.81 2.09 -caractérisé caractériser VER m s 0.91 3.58 0.29 0.20 par:pas; -caractérisée caractérisé ADJ f s 0.20 0.81 0.13 0.27 -caractérisées caractérisé ADJ f p 0.20 0.81 0.00 0.20 -caractérisés caractériser VER m p 0.91 3.58 0.01 0.00 par:pas; -caractérologie caractérologie NOM f s 0.00 0.07 0.00 0.07 -caracul caracul NOM m s 0.27 0.00 0.27 0.00 -carafe carafe NOM f s 1.04 5.47 1.02 4.46 -carafes carafe NOM f p 1.04 5.47 0.02 1.01 -carafon carafon NOM m s 0.16 0.68 0.01 0.61 -carafons carafon NOM m p 0.16 0.68 0.15 0.07 -caramba caramba ONO 0.77 0.07 0.77 0.07 -carambar carambar NOM m s 0.43 0.34 0.30 0.14 -carambars carambar NOM m p 0.43 0.34 0.13 0.20 -carambolage carambolage NOM m s 0.48 0.47 0.31 0.34 -carambolages carambolage NOM m p 0.48 0.47 0.17 0.14 -carambolaient caramboler VER 0.02 0.95 0.00 0.14 ind:imp:3p; -carambolait caramboler VER 0.02 0.95 0.00 0.07 ind:imp:3s; -carambole caramboler VER 0.02 0.95 0.01 0.20 ind:pre:1s;ind:pre:3s; -carambolent caramboler VER 0.02 0.95 0.00 0.07 ind:pre:3p; -caramboler caramboler VER 0.02 0.95 0.01 0.41 inf; -caramboles carambole NOM f p 0.14 0.07 0.14 0.00 -carambolé caramboler VER m s 0.02 0.95 0.00 0.07 par:pas; -carambouillage carambouillage NOM m s 0.00 0.14 0.00 0.14 -carambouille carambouille NOM f s 0.00 0.27 0.00 0.27 -carambouilleurs carambouilleur NOM m p 0.00 0.20 0.00 0.20 -carambouillé carambouiller VER m s 0.00 0.07 0.00 0.07 par:pas; -caramel caramel NOM m s 2.76 3.38 1.56 2.30 -caramels caramel NOM m p 2.76 3.38 1.20 1.08 -caramélisait caraméliser VER 0.17 0.27 0.00 0.07 ind:imp:3s; -caramélise caraméliser VER 0.17 0.27 0.01 0.14 ind:pre:3s; -caraméliser caraméliser VER 0.17 0.27 0.01 0.00 inf; -caramélisé caraméliser VER m s 0.17 0.27 0.14 0.07 par:pas; -caramélisée caramélisé ADJ f s 0.11 0.27 0.02 0.00 -caramélisées caramélisé ADJ f p 0.11 0.27 0.04 0.00 -caramélisés caramélisé ADJ m p 0.11 0.27 0.03 0.07 -carapace carapace NOM f s 1.25 8.38 1.22 6.62 -carapaces carapace NOM f p 1.25 8.38 0.04 1.76 -carapatait carapater VER 0.14 1.01 0.00 0.07 ind:imp:3s; -carapate carapater VER 0.14 1.01 0.02 0.34 ind:pre:1s;ind:pre:3s; -carapatent carapater VER 0.14 1.01 0.01 0.07 ind:pre:3p; -carapater carapater VER 0.14 1.01 0.01 0.41 inf; -carapaté carapater VER m s 0.14 1.01 0.10 0.07 par:pas; -carapatés carapater VER m p 0.14 1.01 0.00 0.07 par:pas; -caraque caraque NOM f s 0.00 0.20 0.00 0.20 -carat carat NOM m s 1.46 2.23 0.14 1.15 -carats carat NOM m p 1.46 2.23 1.33 1.08 -caravane caravane NOM f s 11.64 6.76 10.34 5.14 -caravanes caravane NOM f p 11.64 6.76 1.30 1.62 -caravanier caravanier NOM m s 0.41 1.22 0.41 0.07 -caravaniers caravanier NOM m p 0.41 1.22 0.00 0.74 -caravaning caravaning NOM m s 0.13 0.20 0.13 0.14 -caravanings caravaning NOM m p 0.13 0.20 0.00 0.07 -caravanière caravanier NOM f s 0.41 1.22 0.00 0.34 -caravanières caravanier NOM f p 0.41 1.22 0.00 0.07 -caravansérail caravansérail NOM m s 0.14 0.81 0.00 0.54 -caravansérails caravansérail NOM m p 0.14 0.81 0.14 0.27 -caravelle caravelle NOM f s 0.32 0.95 0.31 0.20 -caravelles caravelle NOM f p 0.32 0.95 0.01 0.74 -carbets carbet NOM m p 0.00 0.07 0.00 0.07 -carboglace carboglace NOM m s 0.05 0.00 0.05 0.00 -carbonade carbonade NOM f s 0.14 0.00 0.14 0.00 -carbonari carbonari NOM m s 0.00 0.07 0.00 0.07 -carbonate carbonate NOM m s 0.08 0.14 0.08 0.14 -carbone carbone NOM m s 3.18 1.82 3.15 1.62 -carbones carbone NOM m p 3.18 1.82 0.04 0.20 -carbonique carbonique ADJ s 0.89 0.81 0.79 0.74 -carboniques carbonique ADJ m p 0.89 0.81 0.10 0.07 -carbonisa carboniser VER 1.25 2.50 0.00 0.07 ind:pas:3s; -carbonisant carboniser VER 1.25 2.50 0.00 0.07 par:pre; -carbonisation carbonisation NOM f s 0.03 0.00 0.03 0.00 -carboniser carboniser VER 1.25 2.50 0.10 0.34 inf; -carbonisé carboniser VER m s 1.25 2.50 0.60 0.61 par:pas; -carbonisée carboniser VER f s 1.25 2.50 0.10 0.27 par:pas; -carbonisées carboniser VER f p 1.25 2.50 0.13 0.41 par:pas; -carbonisés carboniser VER m p 1.25 2.50 0.32 0.74 par:pas; -carboné carboné ADJ m s 0.01 0.00 0.01 0.00 -carboxyhémoglobine carboxyhémoglobine NOM f s 0.04 0.00 0.04 0.00 -carburaient carburer VER 0.85 1.22 0.01 0.07 ind:imp:3p; -carburais carburer VER 0.85 1.22 0.00 0.07 ind:imp:1s; -carburait carburer VER 0.85 1.22 0.00 0.34 ind:imp:3s; -carburant carburant NOM m s 5.67 1.69 5.56 1.35 -carburants carburant NOM m p 5.67 1.69 0.11 0.34 -carburateur carburateur NOM m s 1.11 1.22 1.05 1.15 -carburateurs carburateur NOM m p 1.11 1.22 0.05 0.07 -carburation carburation NOM f s 0.02 0.14 0.02 0.14 -carbure carburer VER 0.85 1.22 0.43 0.27 ind:pre:1s;ind:pre:3s; -carburent carburer VER 0.85 1.22 0.02 0.07 ind:pre:3p; -carburer carburer VER 0.85 1.22 0.17 0.14 inf; -carburez carburer VER 0.85 1.22 0.02 0.00 imp:pre:2p; -carburé carburer VER m s 0.85 1.22 0.01 0.14 par:pas; -carcajou carcajou NOM m s 0.00 0.07 0.00 0.07 -carcan carcan NOM m s 0.29 4.19 0.28 2.77 -carcans carcan NOM m p 0.29 4.19 0.01 1.42 -carcasse carcasse NOM f s 2.58 13.85 1.89 10.41 -carcasses carcasse NOM f p 2.58 13.85 0.69 3.45 -carcharodon carcharodon NOM m s 0.03 0.00 0.03 0.00 -carcinoïde carcinoïde ADJ s 0.01 0.00 0.01 0.00 -carcinoïde carcinoïde NOM m s 0.01 0.00 0.01 0.00 -carcinome carcinome NOM m s 0.13 0.00 0.13 0.00 -carcéral carcéral ADJ m s 1.11 2.30 0.52 1.15 -carcérale carcéral ADJ f s 1.11 2.30 0.45 0.81 -carcérales carcéral ADJ f p 1.11 2.30 0.14 0.14 -carcéraux carcéral ADJ m p 1.11 2.30 0.00 0.20 -cardage cardage NOM m s 0.00 0.14 0.00 0.14 -cardait carder VER 0.08 1.35 0.00 0.27 ind:imp:3s; -cardamome cardamome NOM f s 0.19 0.34 0.19 0.27 -cardamomes cardamome NOM f p 0.19 0.34 0.00 0.07 -cardan cardan NOM m s 0.23 0.34 0.21 0.34 -cardans cardan NOM m p 0.23 0.34 0.02 0.00 -cardant carder VER 0.08 1.35 0.00 0.27 par:pre; -carde carde NOM f s 0.01 0.27 0.01 0.20 -carder carder VER 0.08 1.35 0.07 0.27 inf; -carderai carder VER 0.08 1.35 0.00 0.07 ind:fut:1s; -carderie carderie NOM f s 0.00 0.20 0.00 0.20 -cardes carde NOM f p 0.01 0.27 0.00 0.07 -cardeur cardeur NOM m s 0.01 1.01 0.01 0.20 -cardeuse cardeur NOM f s 0.01 1.01 0.00 0.14 -cardeuses cardeur NOM f p 0.01 1.01 0.00 0.68 -cardia cardia NOM m s 0.01 0.00 0.01 0.00 -cardiaque cardiaque ADJ s 20.55 3.72 18.34 3.04 -cardiaques cardiaque ADJ p 20.55 3.72 2.21 0.68 -cardigan cardigan NOM m s 0.47 0.61 0.40 0.47 -cardigans cardigan NOM m p 0.47 0.61 0.06 0.14 -cardinal_archevêque cardinal_archevêque NOM m s 0.02 0.07 0.02 0.07 -cardinal_légat cardinal_légat NOM m s 0.00 0.07 0.00 0.07 -cardinal cardinal NOM m s 5.18 6.62 4.78 4.80 -cardinale cardinal ADJ f s 1.09 4.12 0.42 0.68 -cardinales cardinal ADJ f p 1.09 4.12 0.02 0.20 -cardinalice cardinalice ADJ f s 0.01 0.14 0.01 0.07 -cardinalices cardinalice ADJ f p 0.01 0.14 0.00 0.07 -cardinaux cardinal NOM m p 5.18 6.62 0.40 1.82 -cardio_pulmonaire cardio_pulmonaire ADJ s 0.07 0.00 0.07 0.00 -cardio_respiratoire cardio_respiratoire ADJ f s 0.10 0.00 0.10 0.00 -cardio_vasculaire cardio_vasculaire ADJ s 0.14 0.07 0.14 0.07 -cardioïde cardioïde ADJ s 0.00 0.07 0.00 0.07 -cardiogramme cardiogramme NOM m s 0.11 0.00 0.11 0.00 -cardiographe cardiographe NOM m s 0.01 0.00 0.01 0.00 -cardiographie cardiographie NOM f s 0.01 0.00 0.01 0.00 -cardiologie cardiologie NOM f s 0.82 0.00 0.82 0.00 -cardiologue cardiologue NOM s 1.23 0.27 1.17 0.27 -cardiologues cardiologue NOM p 1.23 0.27 0.06 0.00 -cardiomégalie cardiomégalie NOM f s 0.04 0.00 0.04 0.00 -cardiomyopathie cardiomyopathie NOM f s 0.09 0.00 0.09 0.00 -cardiotonique cardiotonique ADJ s 0.11 0.00 0.11 0.00 -cardiovasculaire cardiovasculaire ADJ s 0.24 0.00 0.24 0.00 -cardite cardite NOM f s 0.01 0.00 0.01 0.00 -cardium cardium NOM m s 0.00 0.07 0.00 0.07 -cardon cardon NOM m s 0.06 1.15 0.06 0.07 -cardons cardon NOM m p 0.06 1.15 0.00 1.08 -cardères carder NOM f p 0.00 0.07 0.00 0.07 -cardé carder VER m s 0.08 1.35 0.00 0.34 par:pas; -cardée carder VER f s 0.08 1.35 0.00 0.07 par:pas; -cardés carder VER m p 0.08 1.35 0.00 0.07 par:pas; -care care NOM f s 1.42 0.14 1.42 0.14 -carence carence NOM f s 1.06 1.76 0.91 1.49 -carences carence NOM f p 1.06 1.76 0.15 0.27 -caressa caresser VER 15.69 83.72 0.13 9.46 ind:pas:3s; -caressai caresser VER 15.69 83.72 0.00 0.74 ind:pas:1s; -caressaient caresser VER 15.69 83.72 0.03 2.23 ind:imp:3p; -caressais caresser VER 15.69 83.72 0.49 2.03 ind:imp:1s;ind:imp:2s; -caressait caresser VER 15.69 83.72 0.57 14.46 ind:imp:3s; -caressant caresser VER 15.69 83.72 1.13 8.18 par:pre; -caressante caressant ADJ f s 0.23 4.26 0.13 1.55 -caressantes caressant ADJ f p 0.23 4.26 0.01 0.54 -caressants caressant ADJ m p 0.23 4.26 0.01 0.61 -caresse caresser VER 15.69 83.72 4.60 14.86 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -caressent caresser VER 15.69 83.72 0.44 1.62 ind:pre:3p; -caresser caresser VER 15.69 83.72 5.66 18.24 inf; -caressera caresser VER 15.69 83.72 0.04 0.20 ind:fut:3s; -caresserai caresser VER 15.69 83.72 0.03 0.07 ind:fut:1s; -caresseraient caresser VER 15.69 83.72 0.00 0.07 cnd:pre:3p; -caresserait caresser VER 15.69 83.72 0.10 0.20 cnd:pre:3s; -caresserez caresser VER 15.69 83.72 0.00 0.07 ind:fut:2p; -caresseront caresser VER 15.69 83.72 0.01 0.14 ind:fut:3p; -caresses caresse NOM f p 5.32 33.04 3.11 16.89 -caresseurs caresseur ADJ m p 0.00 0.07 0.00 0.07 -caresseuse caresseur NOM f s 0.00 0.20 0.00 0.07 -caresseuses caresseur NOM f p 0.00 0.20 0.00 0.14 -caressez caresser VER 15.69 83.72 0.53 0.20 imp:pre:2p;ind:pre:2p; -caressions caresser VER 15.69 83.72 0.01 0.20 ind:imp:1p; -caressât caresser VER 15.69 83.72 0.00 0.14 sub:imp:3s; -caressèrent caresser VER 15.69 83.72 0.00 0.27 ind:pas:3p; -caressé caresser VER m s 15.69 83.72 0.68 5.81 par:pas; -caressée caresser VER f s 15.69 83.72 0.27 2.70 par:pas; -caressées caresser VER f p 15.69 83.72 0.00 0.34 par:pas; -caressés caresser VER m p 15.69 83.72 0.04 1.15 par:pas; -caret caret NOM m s 0.00 0.14 0.00 0.14 -carex carex NOM m 0.00 0.20 0.00 0.20 -cargaison cargaison NOM f s 7.57 4.26 6.82 3.18 -cargaisons cargaison NOM f p 7.57 4.26 0.75 1.08 -cargo cargo NOM m s 5.17 7.09 4.18 3.99 -cargos cargo NOM m p 5.17 7.09 0.99 3.11 -cargua carguer VER 0.03 0.47 0.00 0.14 ind:pas:3s; -carguent carguer VER 0.03 0.47 0.00 0.07 ind:pre:3p; -carguer carguer VER 0.03 0.47 0.00 0.07 inf; -carguez carguer VER 0.03 0.47 0.03 0.00 imp:pre:2p; -carguée carguer VER f s 0.03 0.47 0.00 0.07 par:pas; -carguées carguer VER f p 0.03 0.47 0.00 0.14 par:pas; -cari cari NOM m s 0.08 0.95 0.08 0.07 -cariatide cariatide NOM f s 0.00 0.54 0.00 0.34 -cariatides cariatide NOM f p 0.00 0.54 0.00 0.20 -caribou caribou NOM m s 0.91 0.20 0.74 0.14 -caribous caribou NOM m p 0.91 0.20 0.17 0.07 -caribéenne caribéen ADJ f s 0.03 0.00 0.03 0.00 -caricatural caricatural ADJ m s 0.04 2.09 0.04 1.22 -caricaturale caricatural ADJ f s 0.04 2.09 0.01 0.61 -caricaturales caricatural ADJ f p 0.04 2.09 0.00 0.20 -caricaturaux caricatural ADJ m p 0.04 2.09 0.00 0.07 -caricature caricature NOM f s 1.68 6.49 1.58 4.26 -caricaturer caricaturer VER 0.09 0.27 0.02 0.07 inf; -caricatures caricature NOM f p 1.68 6.49 0.10 2.23 -caricaturiste caricaturiste NOM s 0.02 0.54 0.02 0.27 -caricaturistes caricaturiste NOM p 0.02 0.54 0.00 0.27 -caricaturé caricaturer VER m s 0.09 0.27 0.02 0.00 par:pas; -caricaturées caricaturer VER f p 0.09 0.27 0.01 0.07 par:pas; -caricaturés caricaturer VER m p 0.09 0.27 0.02 0.07 par:pas; -carie carie NOM f s 0.89 1.15 0.38 0.61 -carien carien ADJ m s 0.50 0.07 0.50 0.07 -carier carier VER 0.12 0.07 0.01 0.00 inf; -caries carie NOM f p 0.89 1.15 0.51 0.54 -carillon carillon NOM m s 1.67 5.88 1.56 5.54 -carillonnaient carillonner VER 0.41 1.35 0.00 0.14 ind:imp:3p; -carillonnait carillonner VER 0.41 1.35 0.00 0.14 ind:imp:3s; -carillonnant carillonner VER 0.41 1.35 0.00 0.14 par:pre; -carillonne carillonner VER 0.41 1.35 0.00 0.14 ind:pre:3s; -carillonnent carillonner VER 0.41 1.35 0.16 0.07 ind:pre:3p; -carillonner carillonner VER 0.41 1.35 0.25 0.61 inf; -carillonnes carillonner VER 0.41 1.35 0.00 0.07 ind:pre:2s; -carillonneur carillonneur NOM m s 0.01 0.07 0.00 0.07 -carillonneuse carillonneur NOM f s 0.01 0.07 0.01 0.00 -carillonné carillonner VER m s 0.41 1.35 0.00 0.07 par:pas; -carillonnées carillonné ADJ f p 0.00 0.41 0.00 0.27 -carillonnés carillonné ADJ m p 0.00 0.41 0.00 0.07 -carillons carillon NOM m p 1.67 5.88 0.12 0.34 -carioca carioca ADJ m s 0.14 0.00 0.14 0.00 -caris cari NOM m p 0.08 0.95 0.00 0.88 -carissime carissime ADJ s 0.00 0.07 0.00 0.07 -cariste cariste NOM s 0.04 0.00 0.04 0.00 -caritatif caritatif ADJ m s 0.57 0.27 0.12 0.07 -caritatifs caritatif ADJ m p 0.57 0.27 0.02 0.07 -caritative caritatif ADJ f s 0.57 0.27 0.33 0.07 -caritatives caritatif ADJ f p 0.57 0.27 0.11 0.07 -carié carié ADJ m s 0.40 0.47 0.00 0.14 -cariée carié ADJ f s 0.40 0.47 0.27 0.07 -cariées carié ADJ f p 0.40 0.47 0.13 0.27 -carlin carlin NOM m s 0.96 0.47 0.86 0.34 -carlines carline NOM f p 0.00 0.07 0.00 0.07 -carlingue carlingue NOM f s 0.23 2.77 0.22 2.36 -carlingues carlingue NOM f p 0.23 2.77 0.01 0.41 -carlins carlin NOM m p 0.96 0.47 0.10 0.14 -carlisme carlisme NOM m s 0.20 0.00 0.20 0.00 -carliste carliste ADJ f s 0.70 0.00 0.60 0.00 -carlistes carliste ADJ p 0.70 0.00 0.10 0.00 -carma carmer VER 0.01 1.01 0.01 0.00 ind:pas:3s; -carmagnole carmagnole NOM f s 0.00 0.54 0.00 0.47 -carmagnoles carmagnole NOM f p 0.00 0.54 0.00 0.07 -carmant carmer VER 0.01 1.01 0.00 0.07 par:pre; -carme carme NOM m s 0.14 0.61 0.00 0.14 -carmel carmel NOM m s 0.28 0.20 0.28 0.20 -carmer carmer VER 0.01 1.01 0.00 0.68 inf; -carmes carme NOM m p 0.14 0.61 0.14 0.47 -carmin carmin NOM m s 0.26 0.81 0.26 0.68 -carmina carminer VER 0.23 0.07 0.01 0.00 ind:pas:3s; -carmine carminer VER 0.23 0.07 0.22 0.00 imp:pre:2s;ind:pre:3s; -carmins carmin NOM m p 0.26 0.81 0.00 0.14 -carminé carminé ADJ m s 0.00 0.74 0.00 0.07 -carminée carminé ADJ f s 0.00 0.74 0.00 0.20 -carminées carminé ADJ f p 0.00 0.74 0.00 0.34 -carminés carminé ADJ m p 0.00 0.74 0.00 0.14 -carmé carmer VER m s 0.01 1.01 0.00 0.14 par:pas; -carmée carmer VER f s 0.01 1.01 0.00 0.14 par:pas; -carmélite carmélite NOM f s 0.40 1.35 0.28 0.68 -carmélites carmélite NOM f p 0.40 1.35 0.12 0.68 -carnage carnage NOM m s 5.59 3.38 5.46 3.18 -carnages carnage NOM m p 5.59 3.38 0.14 0.20 -carnassier carnassier NOM m s 0.04 2.09 0.02 0.74 -carnassiers carnassier ADJ m p 0.03 1.82 0.03 0.27 -carnassière carnassier NOM f s 0.04 2.09 0.01 0.34 -carnassières carnassier NOM f p 0.04 2.09 0.00 0.14 -carnation carnation NOM f s 0.30 1.08 0.30 1.08 -carnaval carnaval NOM m s 7.86 5.81 7.83 5.68 -carnavalesque carnavalesque ADJ s 0.01 0.20 0.01 0.20 -carnavals carnaval NOM m p 7.86 5.81 0.03 0.14 -carne carne NOM f s 1.21 2.77 1.09 2.03 -carnes carne NOM f p 1.21 2.77 0.12 0.74 -carnet carnet NOM m s 13.23 31.82 11.06 24.66 -carnets carnet NOM m p 13.23 31.82 2.17 7.16 -carnier carnier NOM m s 0.27 0.27 0.27 0.20 -carniers carnier NOM m p 0.27 0.27 0.00 0.07 -carnivore carnivore ADJ s 0.64 1.01 0.25 0.47 -carnivores carnivore ADJ p 0.64 1.01 0.39 0.54 -carné carné ADJ m s 0.02 0.27 0.00 0.07 -carnée carné ADJ f s 0.02 0.27 0.00 0.07 -carnées carné ADJ f p 0.02 0.27 0.01 0.07 -carnés carné ADJ m p 0.02 0.27 0.01 0.07 -carogne carogne NOM f s 0.14 0.00 0.14 0.00 -carole carole NOM f s 0.00 0.07 0.00 0.07 -caroline carolin ADJ f s 0.03 0.61 0.03 0.14 -carolines carolin ADJ f p 0.03 0.61 0.00 0.14 -carolingien carolingien ADJ m s 0.00 0.20 0.00 0.07 -carolingienne carolingien ADJ f s 0.00 0.20 0.00 0.07 -carolingiens carolingien ADJ m p 0.00 0.20 0.00 0.07 -carolins carolin ADJ m p 0.03 0.61 0.00 0.34 -carolus carolus NOM m 0.10 0.00 0.10 0.00 -caronades caronade NOM f p 0.01 0.14 0.01 0.14 -caroncule caroncule NOM f s 0.01 0.14 0.01 0.14 -carotide carotide NOM f s 0.84 1.28 0.78 0.88 -carotides carotide NOM f p 0.84 1.28 0.06 0.41 -carotidien carotidien ADJ m s 0.12 0.00 0.09 0.00 -carotidienne carotidien ADJ f s 0.12 0.00 0.03 0.00 -carottage carottage NOM m s 0.02 0.00 0.02 0.00 -carottait carotter VER 0.14 0.41 0.00 0.07 ind:imp:3s; -carotte carotte NOM f s 7.12 8.31 2.45 2.97 -carottent carotter VER 0.14 0.41 0.00 0.07 ind:pre:3p; -carotter carotter VER 0.14 0.41 0.03 0.07 inf; -carotterait carotter VER 0.14 0.41 0.00 0.07 cnd:pre:3s; -carottes carotte NOM f p 7.12 8.31 4.67 5.34 -carotteur carotteur ADJ m s 0.12 0.00 0.10 0.00 -carotteuse carotteur ADJ f s 0.12 0.00 0.02 0.00 -carotène carotène NOM m s 0.01 0.00 0.01 0.00 -carottier carottier ADJ m s 0.01 0.00 0.01 0.00 -carotté carotter VER m s 0.14 0.41 0.06 0.00 par:pas; -carottés carotter VER m p 0.14 0.41 0.00 0.07 par:pas; -caroube caroube NOM f s 0.13 0.07 0.13 0.07 -caroubier caroubier NOM m s 0.01 0.34 0.01 0.14 -caroubiers caroubier NOM m p 0.01 0.34 0.00 0.20 -caroublant caroubler VER 0.00 0.14 0.00 0.07 par:pre; -carouble carouble NOM f s 0.00 0.74 0.00 0.07 -caroubler caroubler VER 0.00 0.14 0.00 0.07 inf; -caroubles carouble NOM f p 0.00 0.74 0.00 0.68 -caroubleur caroubleur NOM m s 0.00 0.14 0.00 0.14 -carousse carousse NOM f s 0.00 0.07 0.00 0.07 -carpaccio carpaccio NOM m s 0.18 0.00 0.18 0.00 -carpe carpe NOM s 2.87 3.85 2.42 2.77 -carpes carpe NOM f p 2.87 3.85 0.45 1.08 -carpette carpette NOM f s 0.35 2.36 0.32 2.09 -carpettes carpette NOM f p 0.35 2.36 0.03 0.27 -carpien carpien ADJ m s 0.26 0.00 0.23 0.00 -carpienne carpien ADJ f s 0.26 0.00 0.03 0.00 -carpillon carpillon NOM m s 0.00 0.27 0.00 0.27 -carpé carpé ADJ m s 0.02 0.14 0.02 0.14 -carquois carquois NOM m 0.34 0.68 0.34 0.68 -carra carrer VER 1.13 6.55 0.00 0.47 ind:pas:3s; -carraient carrer VER 1.13 6.55 0.00 0.14 ind:imp:3p; -carrais carrer VER 1.13 6.55 0.00 0.14 ind:imp:1s; -carrait carrer VER 1.13 6.55 0.00 0.14 ind:imp:3s; -carrant carrer VER 1.13 6.55 0.00 0.27 par:pre; -carrare carrare NOM m s 0.00 0.07 0.00 0.07 -carre carrer VER 1.13 6.55 0.17 0.68 imp:pre:2s;ind:pre:1s;ind:pre:3s; -carreau carreau NOM m s 8.10 41.69 4.34 13.51 -carreaux carreau NOM m p 8.10 41.69 3.75 28.18 -carrefour carrefour NOM m s 5.40 35.95 5.00 30.34 -carrefours carrefour NOM m p 5.40 35.95 0.40 5.61 -carrelage carrelage NOM m s 2.40 13.18 2.39 12.36 -carrelages carrelage NOM m p 2.40 13.18 0.01 0.81 -carrelait carreler VER 0.22 3.24 0.00 0.07 ind:imp:3s; -carrelant carreler VER 0.22 3.24 0.01 0.00 par:pre; -carreler carreler VER 0.22 3.24 0.17 0.07 inf; -carrelet carrelet NOM m s 0.05 1.82 0.04 1.69 -carrelets carrelet NOM m p 0.05 1.82 0.01 0.14 -carreleur carreleur NOM m s 0.14 0.34 0.14 0.20 -carreleurs carreleur NOM m p 0.14 0.34 0.00 0.14 -carrelé carreler VER m s 0.22 3.24 0.02 1.62 par:pas; -carrelée carreler VER f s 0.22 3.24 0.02 1.01 par:pas; -carrelées carreler VER f p 0.22 3.24 0.00 0.20 par:pas; -carrelés carreler VER m p 0.22 3.24 0.00 0.27 par:pas; -carrent carrer VER 1.13 6.55 0.00 0.07 ind:pre:3p; -carrer carrer VER 1.13 6.55 0.32 0.88 inf; -carrerais carrer VER 1.13 6.55 0.01 0.00 cnd:pre:1s; -carres carrer VER 1.13 6.55 0.03 0.00 ind:pre:2s;sub:pre:2s; -carrick carrick NOM m s 0.28 0.00 0.28 0.00 -carrier carrier NOM m s 0.01 0.74 0.01 0.47 -carriers carrier NOM m p 0.01 0.74 0.00 0.27 -carriole carriole NOM f s 1.42 10.47 1.25 8.38 -carrioles carriole NOM f p 1.42 10.47 0.17 2.09 -carrière carrière NOM s 36.54 36.15 35.23 33.04 -carrières carrière NOM f p 36.54 36.15 1.31 3.11 -carriérisme carriérisme NOM m s 0.01 0.00 0.01 0.00 -carriériste carriériste NOM s 0.39 0.00 0.34 0.00 -carriéristes carriériste NOM p 0.39 0.00 0.04 0.00 -carron carron NOM m s 0.01 0.00 0.01 0.00 -carrossable carrossable ADJ s 0.14 0.54 0.00 0.47 -carrossables carrossable ADJ f p 0.14 0.54 0.14 0.07 -carrosse carrosse NOM m s 2.77 4.05 2.59 3.72 -carrosser carrosser VER 0.03 0.34 0.00 0.07 inf; -carrosserie carrosserie NOM f s 1.45 6.55 1.22 5.61 -carrosseries carrosserie NOM f p 1.45 6.55 0.23 0.95 -carrosses carrosse NOM m p 2.77 4.05 0.18 0.34 -carrossier carrossier NOM m s 0.04 0.27 0.02 0.20 -carrossiers carrossier NOM m p 0.04 0.27 0.02 0.07 -carrossée carrosser VER f s 0.03 0.34 0.02 0.20 par:pas; -carrossées carrosser VER f p 0.03 0.34 0.00 0.07 par:pas; -carrousel carrousel NOM m s 0.42 2.50 0.40 2.36 -carrousels carrousel NOM m p 0.42 2.50 0.03 0.14 -carré carré NOM m s 3.85 32.23 3.48 25.07 -carrée carré ADJ f s 4.92 27.77 0.84 10.07 -carrées carrer VER f p 1.13 6.55 0.08 0.20 par:pas; -carrément carrément ADV 9.99 16.55 9.99 16.55 -carrure carrure NOM f s 0.94 4.53 0.94 4.39 -carrures carrure NOM f p 0.94 4.53 0.00 0.14 -carrés carré ADJ m p 4.92 27.77 1.36 6.49 -carry carry NOM m s 0.61 0.20 0.61 0.20 -cars car NOM m p 14.84 19.86 0.64 3.99 -carta carter VER 0.30 0.20 0.01 0.14 ind:pas:3s; -cartable cartable NOM m s 1.58 11.28 1.54 9.32 -cartables cartable NOM m p 1.58 11.28 0.04 1.96 -carte_clé carte_clé NOM f s 0.03 0.00 0.03 0.00 -carte_lettre carte_lettre NOM f s 0.00 0.41 0.00 0.34 -carte carte NOM f s 144.96 111.42 96.11 60.95 -cartel cartel NOM m s 2.04 0.81 1.75 0.61 -cartels cartel NOM m p 2.04 0.81 0.28 0.20 -carter carter NOM m s 1.14 0.34 1.12 0.34 -carterie carterie NOM f s 0.07 0.00 0.07 0.00 -carters carter NOM m p 1.14 0.34 0.01 0.00 -carte_lettre carte_lettre NOM f p 0.00 0.41 0.00 0.07 -cartes carte NOM f p 144.96 111.42 48.84 50.47 -carthaginois carthaginois NOM m 0.04 0.27 0.04 0.27 -carthaginoise carthaginois ADJ f s 0.04 0.07 0.01 0.07 -carthame carthame NOM m s 0.02 0.00 0.02 0.00 -carène carène NOM f s 0.11 0.54 0.11 0.34 -carènes carène NOM f p 0.11 0.54 0.00 0.20 -cartilage cartilage NOM m s 0.84 1.42 0.75 0.68 -cartilages cartilage NOM m p 0.84 1.42 0.09 0.74 -cartilagineuse cartilagineux ADJ f s 0.07 0.14 0.02 0.14 -cartilagineuses cartilagineux ADJ f p 0.07 0.14 0.03 0.00 -cartilagineux cartilagineux ADJ m p 0.07 0.14 0.02 0.00 -cartographe cartographe NOM s 0.16 0.61 0.11 0.27 -cartographes cartographe NOM p 0.16 0.61 0.05 0.34 -cartographie cartographie NOM f s 0.37 0.34 0.37 0.34 -cartographient cartographier VER 0.10 0.07 0.00 0.07 ind:pre:3p; -cartographier cartographier VER 0.10 0.07 0.02 0.00 inf; -cartographique cartographique ADJ s 0.26 0.20 0.18 0.07 -cartographiques cartographique ADJ p 0.26 0.20 0.07 0.14 -cartographié cartographier VER m s 0.10 0.07 0.07 0.00 par:pas; -cartographiés cartographier VER m p 0.10 0.07 0.01 0.00 par:pas; -cartomancie cartomancie NOM f s 0.01 0.00 0.01 0.00 -cartomancien cartomancien NOM m s 0.16 1.15 0.00 0.14 -cartomancienne cartomancien NOM f s 0.16 1.15 0.16 0.88 -cartomanciennes cartomancien NOM f p 0.16 1.15 0.00 0.14 -carton_pâte carton_pâte NOM m s 0.17 1.28 0.17 1.28 -carton carton NOM m s 16.01 44.86 10.92 34.80 -cartonnage cartonnage NOM m s 0.00 0.54 0.00 0.14 -cartonnages cartonnage NOM m p 0.00 0.54 0.00 0.41 -cartonnant cartonner VER 2.02 2.16 0.00 0.07 par:pre; -cartonne cartonner VER 2.02 2.16 0.32 0.14 imp:pre:2s;ind:pre:1s;ind:pre:3s; -cartonnent cartonner VER 2.02 2.16 0.05 0.00 ind:pre:3p; -cartonner cartonner VER 2.02 2.16 1.09 0.41 inf; -cartonneuse cartonneux ADJ f s 0.00 0.47 0.00 0.20 -cartonneuses cartonneux ADJ f p 0.00 0.47 0.00 0.07 -cartonneux cartonneux ADJ m 0.00 0.47 0.00 0.20 -cartonnier cartonnier NOM m s 0.00 0.34 0.00 0.20 -cartonniers cartonnier NOM m p 0.00 0.34 0.00 0.14 -cartonné cartonner VER m s 2.02 2.16 0.54 0.47 par:pas; -cartonnée cartonner VER f s 2.02 2.16 0.03 0.41 par:pas; -cartonnées cartonner VER f p 2.02 2.16 0.00 0.27 par:pas; -cartonnés cartonner VER m p 2.02 2.16 0.00 0.41 par:pas; -cartons carton NOM m p 16.01 44.86 5.09 10.07 -cartoon cartoon NOM m s 0.76 0.07 0.43 0.00 -cartoons cartoon NOM m p 0.76 0.07 0.33 0.07 -cartothèque cartothèque NOM f s 0.10 0.00 0.10 0.00 -cartouche cartouche NOM s 5.81 9.53 1.76 2.91 -cartoucherie cartoucherie NOM f s 0.00 0.07 0.00 0.07 -cartouches cartouche NOM p 5.81 9.53 4.05 6.62 -cartouchière cartouchière NOM f s 0.17 2.16 0.04 0.47 -cartouchières cartouchière NOM f p 0.17 2.16 0.14 1.69 -carté carter VER m s 0.30 0.20 0.00 0.07 par:pas; -cartulaires cartulaire NOM m p 0.00 0.14 0.00 0.14 -cartésianisme cartésianisme NOM m s 0.00 0.20 0.00 0.20 -cartésien cartésien ADJ m s 0.06 0.68 0.01 0.34 -cartésienne cartésien ADJ f s 0.06 0.68 0.04 0.20 -cartésiennes cartésien ADJ f p 0.06 0.68 0.00 0.07 -cartésiens cartésien ADJ m p 0.06 0.68 0.00 0.07 -carême_prenant carême_prenant NOM m s 0.00 0.07 0.00 0.07 -carême carême NOM m s 0.25 1.96 0.25 1.82 -carêmes carême NOM m p 0.25 1.96 0.00 0.14 -carénage carénage NOM m s 0.04 0.41 0.04 0.34 -carénages carénage NOM m p 0.04 0.41 0.00 0.07 -caréner caréner VER 0.01 0.14 0.01 0.00 inf; -caréné caréné ADJ m s 0.00 0.07 0.00 0.07 -carénées caréner VER f p 0.01 0.14 0.00 0.07 par:pas; -carvi carvi NOM m s 0.04 0.00 0.04 0.00 -cary cary NOM m s 0.01 0.00 0.01 0.00 -caryatides caryatide NOM f p 0.00 0.07 0.00 0.07 -caryotype caryotype NOM m s 0.04 0.00 0.04 0.00 -cas cas NOM m 280.59 217.36 280.59 217.36 -casa casa NOM f s 1.49 2.57 1.49 2.57 -casablancaises casablancais ADJ f p 0.00 0.07 0.00 0.07 -casaient caser VER 4.76 7.70 0.01 0.07 ind:imp:3p; -casait caser VER 4.76 7.70 0.01 0.27 ind:imp:3s; -casanier casanier ADJ m s 0.46 0.81 0.20 0.47 -casaniers casanier ADJ m p 0.46 0.81 0.13 0.07 -casanière casanier ADJ f s 0.46 0.81 0.13 0.20 -casanières casanier ADJ f p 0.46 0.81 0.01 0.07 -casant caser VER 4.76 7.70 0.00 0.07 par:pre; -casaque casaque NOM f s 0.45 2.84 0.18 2.16 -casaques casaque NOM f p 0.45 2.84 0.27 0.68 -casaquin casaquin NOM m s 0.00 0.14 0.00 0.14 -casas caser VER 4.76 7.70 0.11 0.47 ind:pas:2s; -casbah casbah NOM f s 1.76 4.32 1.76 4.32 -cascadaient cascader VER 0.27 1.62 0.00 0.20 ind:imp:3p; -cascadait cascader VER 0.27 1.62 0.00 0.34 ind:imp:3s; -cascadant cascader VER 0.27 1.62 0.00 0.07 par:pre; -cascadas cascader VER 0.27 1.62 0.00 0.07 ind:pas:2s; -cascade cascade NOM f s 4.41 11.55 3.19 7.30 -cascadent cascader VER 0.27 1.62 0.00 0.20 ind:pre:3p; -cascader cascader VER 0.27 1.62 0.27 0.20 inf; -cascades cascade NOM f p 4.41 11.55 1.22 4.26 -cascadeur cascadeur NOM m s 2.81 0.27 1.88 0.14 -cascadeurs cascadeur NOM m p 2.81 0.27 0.65 0.14 -cascadeuse cascadeur NOM f s 2.81 0.27 0.28 0.00 -cascadèrent cascader VER 0.27 1.62 0.00 0.07 ind:pas:3p; -cascadé cascader VER m s 0.27 1.62 0.00 0.07 par:pas; -cascara cascara NOM f s 0.04 0.00 0.04 0.00 -cascatelle cascatelle NOM f s 0.00 0.14 0.00 0.07 -cascatelles cascatelle NOM f p 0.00 0.14 0.00 0.07 -cascher cascher ADJ 0.03 0.00 0.03 0.00 -case case NOM f s 5.18 14.53 4.41 9.46 -casemate casemate NOM f s 0.01 3.18 0.00 1.55 -casemates casemate NOM f p 0.01 3.18 0.01 1.62 -casent caser VER 4.76 7.70 0.02 0.07 ind:pre:3p; -caser caser VER 4.76 7.70 2.12 3.78 ind:pre:2p;inf; -caserai caser VER 4.76 7.70 0.04 0.07 ind:fut:1s; -caserais caser VER 4.76 7.70 0.03 0.07 cnd:pre:1s; -caserait caser VER 4.76 7.70 0.05 0.00 cnd:pre:3s; -caserne caserne NOM f s 8.99 16.49 7.97 12.03 -casernement casernement NOM m s 0.01 0.68 0.01 0.41 -casernements casernement NOM m p 0.01 0.68 0.00 0.27 -caserner caserner VER 0.01 0.34 0.00 0.07 inf; -casernes caserne NOM f p 8.99 16.49 1.03 4.46 -caserné caserner VER m s 0.01 0.34 0.01 0.07 par:pas; -casernés caserner VER m p 0.01 0.34 0.00 0.20 par:pas; -cases case NOM f p 5.18 14.53 0.78 5.07 -casette casette NOM f s 0.06 0.00 0.05 0.00 -casettes casette NOM f p 0.06 0.00 0.01 0.00 -cash cash ADV 7.25 0.61 7.25 0.61 -casher casher ADJ s 0.53 0.07 0.53 0.07 -cashmere cashmere NOM m s 0.46 0.34 0.46 0.34 -casier casier NOM m s 17.81 8.11 15.82 4.46 -casiers casier NOM m p 17.81 8.11 1.98 3.65 -casimir casimir NOM m s 0.01 0.27 0.01 0.27 -casino casino NOM m s 12.75 10.81 10.89 9.80 -casinos casino NOM m p 12.75 10.81 1.86 1.01 -casoar casoar NOM m s 0.14 0.61 0.13 0.41 -casoars casoar NOM m p 0.14 0.61 0.01 0.20 -caspiennes caspienne ADJ f p 0.01 0.00 0.01 0.00 -casquaient casquer VER 1.92 6.69 0.00 0.07 ind:imp:3p; -casquais casquer VER 1.92 6.69 0.01 0.07 ind:imp:1s;ind:imp:2s; -casquait casquer VER 1.92 6.69 0.01 0.14 ind:imp:3s; -casquant casquer VER 1.92 6.69 0.01 0.20 par:pre; -casque casque NOM m s 15.42 29.19 12.11 21.62 -casquent casquer VER 1.92 6.69 0.02 0.00 ind:pre:3p; -casquer casquer VER 1.92 6.69 1.25 1.89 inf; -casquera casquer VER 1.92 6.69 0.02 0.07 ind:fut:3s; -casqueras casquer VER 1.92 6.69 0.00 0.07 ind:fut:2s; -casqueront casquer VER 1.92 6.69 0.00 0.07 ind:fut:3p; -casques casque NOM m p 15.42 29.19 3.32 7.57 -casquette casquette NOM f s 9.73 38.58 8.64 34.39 -casquettes casquette NOM f p 9.73 38.58 1.09 4.19 -casquettiers casquettier NOM m p 0.00 0.07 0.00 0.07 -casquettés casquetté ADJ m p 0.00 0.07 0.00 0.07 -casquez casquer VER 1.92 6.69 0.21 0.14 imp:pre:2p;ind:pre:2p; -casqué casquer VER m s 1.92 6.69 0.11 1.42 par:pas; -casquée casqué ADJ f s 0.12 4.46 0.00 0.61 -casquées casqué ADJ f p 0.12 4.46 0.01 0.34 -casqués casqué ADJ m p 0.12 4.46 0.04 2.57 -cassa casser VER 160.61 92.70 0.12 4.73 ind:pas:3s; -cassable cassable ADJ s 0.02 0.20 0.01 0.14 -cassables cassable ADJ m p 0.02 0.20 0.01 0.07 -cassage cassage NOM m s 0.16 0.54 0.14 0.41 -cassages cassage NOM m p 0.16 0.54 0.03 0.14 -cassai casser VER 160.61 92.70 0.00 0.20 ind:pas:1s; -cassaient casser VER 160.61 92.70 0.12 1.89 ind:imp:3p; -cassais casser VER 160.61 92.70 0.64 0.68 ind:imp:1s;ind:imp:2s; -cassait casser VER 160.61 92.70 0.75 3.78 ind:imp:3s; -cassandre cassandre NOM m s 0.06 0.07 0.06 0.07 -cassant casser VER 160.61 92.70 0.59 2.64 par:pre; -cassante cassant ADJ f s 0.35 2.77 0.04 0.88 -cassantes cassant ADJ f p 0.35 2.77 0.00 0.41 -cassants cassant ADJ m p 0.35 2.77 0.02 0.27 -cassate cassate NOM f s 0.00 0.07 0.00 0.07 -cassation cassation NOM f s 0.85 0.95 0.85 0.88 -cassations cassation NOM f p 0.85 0.95 0.00 0.07 -casse_bonbon casse_bonbon NOM m p 0.10 0.00 0.10 0.00 -casse_burnes casse_burnes NOM m 0.05 0.00 0.05 0.00 -casse_cou casse_cou ADJ s 0.35 0.54 0.35 0.54 -casse_couilles casse_couilles NOM m 1.47 0.20 1.47 0.20 -casse_croûte casse_croûte NOM m s 1.54 4.46 1.52 4.32 -casse_croûte casse_croûte NOM m p 1.54 4.46 0.02 0.14 -casse_cul casse_cul ADJ 0.01 0.00 0.01 0.00 -casse_dalle casse_dalle NOM m 0.29 0.95 0.28 0.81 -casse_dalle casse_dalle NOM m p 0.29 0.95 0.01 0.14 -casse_graine casse_graine NOM m 0.00 0.95 0.00 0.95 -casse_gueule casse_gueule NOM m 0.10 0.07 0.10 0.07 -casse_noisette casse_noisette NOM m s 0.22 0.41 0.22 0.41 -casse_noisettes casse_noisettes NOM m 0.13 0.27 0.13 0.27 -casse_noix casse_noix NOM m 0.12 0.20 0.12 0.20 -casse_pattes casse_pattes NOM m 0.03 0.20 0.03 0.20 -casse_pieds casse_pieds ADJ s 0.87 1.22 0.87 1.22 -casse_pipe casse_pipe NOM m s 0.50 0.74 0.50 0.74 -casse_pipes casse_pipes NOM m 0.02 0.20 0.02 0.20 -casse_tête casse_tête NOM m 0.69 0.88 0.69 0.88 -casse casser VER 160.61 92.70 41.32 17.03 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:1s;sub:pre:3s; -cassement cassement NOM m s 0.00 0.20 0.00 0.14 -cassements cassement NOM m p 0.00 0.20 0.00 0.07 -cassent casser VER 160.61 92.70 3.78 2.50 ind:pre:3p; -casser casser VER 160.61 92.70 36.24 30.14 inf; -cassera casser VER 160.61 92.70 1.47 0.81 ind:fut:3s; -casserai casser VER 160.61 92.70 1.58 0.74 ind:fut:1s; -casseraient casser VER 160.61 92.70 0.04 0.07 cnd:pre:3p; -casserais casser VER 160.61 92.70 0.42 0.41 cnd:pre:1s;cnd:pre:2s; -casserait casser VER 160.61 92.70 0.51 0.61 cnd:pre:3s; -casseras casser VER 160.61 92.70 0.35 0.27 ind:fut:2s; -casserez casser VER 160.61 92.70 0.05 0.00 ind:fut:2p; -casseriez casser VER 160.61 92.70 0.03 0.00 cnd:pre:2p; -casserole casserole NOM f s 4.95 22.84 2.91 16.22 -casseroles casserole NOM f p 4.95 22.84 2.05 6.62 -casserolée casserolée NOM f s 0.00 0.34 0.00 0.27 -casserolées casserolée NOM f p 0.00 0.34 0.00 0.07 -casserons casser VER 160.61 92.70 0.01 0.07 ind:fut:1p; -casseront casser VER 160.61 92.70 0.25 0.27 ind:fut:3p; -casses casser VER 160.61 92.70 7.47 1.55 ind:pre:2s;sub:pre:2s; -cassetins cassetin NOM m p 0.00 0.07 0.00 0.07 -cassette cassette NOM f s 32.40 6.42 23.55 4.05 -cassettes cassette NOM f p 32.40 6.42 8.86 2.36 -casseur casseur NOM m s 1.46 3.18 0.71 1.76 -casseurs casseur NOM m p 1.46 3.18 0.68 1.28 -casseuse casseur NOM f s 1.46 3.18 0.07 0.07 -casseuses casseuse NOM f p 0.01 0.07 0.01 0.00 -cassez casser VER 160.61 92.70 7.91 1.08 imp:pre:2p;ind:pre:2p; -cassier cassier NOM m s 0.00 0.07 0.00 0.07 -cassiez casser VER 160.61 92.70 0.07 0.07 ind:imp:2p; -cassine cassine NOM f s 0.00 1.55 0.00 1.55 -cassis cassis NOM m 0.67 3.18 0.67 3.18 -cassitérite cassitérite NOM f s 0.00 0.07 0.00 0.07 -cassolette cassolette NOM f s 0.01 0.68 0.01 0.20 -cassolettes cassolette NOM f p 0.01 0.68 0.00 0.47 -cassonade cassonade NOM f s 0.32 0.07 0.32 0.07 -cassons casser VER 160.61 92.70 2.13 0.07 imp:pre:1p;ind:pre:1p; -cassoulet cassoulet NOM m s 0.52 1.62 0.52 1.62 -cassèrent casser VER 160.61 92.70 0.00 0.47 ind:pas:3p; -cassé casser VER m s 160.61 92.70 42.71 15.88 par:pas; -cassée casser VER f s 160.61 92.70 9.30 4.12 par:pas; -cassées cassé ADJ f p 22.07 22.84 1.85 3.11 -cassure cassure NOM f s 0.51 3.78 0.44 2.50 -cassures cassure NOM f p 0.51 3.78 0.07 1.28 -cassés cassé ADJ m p 22.07 22.84 2.14 4.05 -castagnait castagner VER 0.10 0.68 0.00 0.14 ind:imp:3s; -castagne castagne NOM f s 0.15 0.95 0.15 0.95 -castagnent castagner VER 0.10 0.68 0.00 0.20 ind:pre:3p; -castagner castagner VER 0.10 0.68 0.04 0.27 inf; -castagnes castagner VER 0.10 0.68 0.03 0.00 ind:pre:2s; -castagnette castagnette NOM f s 0.99 2.57 0.00 0.07 -castagnettes castagnette NOM f p 0.99 2.57 0.99 2.50 -castagné castagner VER m s 0.10 0.68 0.03 0.07 par:pas; -castard castard NOM m s 0.01 0.00 0.01 0.00 -caste caste NOM f s 0.73 4.19 0.50 3.38 -castel castel NOM m s 0.14 1.08 0.14 1.08 -castelet castelet NOM m s 0.00 0.07 0.00 0.07 -castes caste NOM f p 0.73 4.19 0.23 0.81 -castillan castillan NOM m s 0.38 0.61 0.38 0.34 -castillane castillan ADJ f s 0.23 0.81 0.00 0.27 -castillanes castillan ADJ f p 0.23 0.81 0.00 0.07 -castillans castillan ADJ m p 0.23 0.81 0.00 0.07 -castille castille NOM f s 0.01 0.00 0.01 0.00 -castine castine NOM f s 0.07 0.07 0.07 0.07 -casting casting NOM m s 3.03 0.20 2.99 0.20 -castings casting NOM m p 3.03 0.20 0.04 0.00 -castor castor NOM m s 2.86 1.76 2.40 1.08 -castors castor NOM m p 2.86 1.76 0.46 0.68 -castrat castrat NOM m s 0.09 0.41 0.06 0.14 -castrateur castrateur ADJ m s 0.08 0.34 0.01 0.00 -castration castration NOM f s 0.47 1.28 0.47 1.28 -castratrice castratrice ADJ f s 0.07 0.00 0.07 0.00 -castratrices castrateur ADJ f p 0.08 0.34 0.04 0.07 -castrats castrat NOM m p 0.09 0.41 0.03 0.27 -castrer castrer VER 1.58 0.47 0.47 0.14 inf; -castreur castreur NOM m s 0.00 0.20 0.00 0.14 -castreurs castreur NOM m p 0.00 0.20 0.00 0.07 -castrez castrer VER 1.58 0.47 0.04 0.00 imp:pre:2p; -castrisme castrisme NOM m s 0.14 0.00 0.14 0.00 -castriste castriste ADJ f s 0.04 0.07 0.02 0.07 -castristes castriste ADJ m p 0.04 0.07 0.02 0.00 -castrons castrer VER 1.58 0.47 0.01 0.00 imp:pre:1p; -castré castrer VER m s 1.58 0.47 0.97 0.27 par:pas; -castrée castrer VER f s 1.58 0.47 0.01 0.00 par:pas; -castrés castrer VER m p 1.58 0.47 0.07 0.07 par:pas; -casé caser VER m s 4.76 7.70 0.73 0.74 par:pas; -casée caser VER f s 4.76 7.70 0.31 0.41 par:pas; -casuel casuel NOM m s 0.00 0.41 0.00 0.41 -casées caser VER f p 4.76 7.70 0.01 0.14 par:pas; -caséeuse caséeux ADJ f s 0.00 0.07 0.00 0.07 -caséine caséine NOM f s 0.14 0.00 0.14 0.00 -casuistes casuiste NOM m p 0.00 0.07 0.00 0.07 -casuistique casuistique NOM f s 0.01 0.41 0.01 0.41 -casuistiques casuistique ADJ p 0.00 0.20 0.00 0.07 -casus_belli casus_belli NOM m 0.05 0.00 0.05 0.00 -casés caser VER m p 4.76 7.70 0.33 0.34 par:pas; -cata cata NOM f s 0.61 0.34 0.61 0.34 -catabolique catabolique ADJ m s 0.01 0.00 0.01 0.00 -catachrèse catachrèse NOM f s 0.01 0.07 0.01 0.07 -cataclysme cataclysme NOM m s 0.69 5.27 0.62 4.26 -cataclysmes cataclysme NOM m p 0.69 5.27 0.06 1.01 -cataclysmique cataclysmique ADJ s 0.17 0.20 0.13 0.14 -cataclysmiques cataclysmique ADJ p 0.17 0.20 0.04 0.07 -catacombe catacombe NOM f s 2.04 1.96 0.00 0.20 -catacombes catacombe NOM f p 2.04 1.96 2.04 1.76 -catadioptre catadioptre NOM m s 0.00 0.14 0.00 0.07 -catadioptres catadioptre NOM m p 0.00 0.14 0.00 0.07 -catafalque catafalque NOM m s 0.01 1.69 0.01 1.49 -catafalques catafalque NOM m p 0.01 1.69 0.00 0.20 -catalan catalan NOM m s 1.09 0.54 0.96 0.20 -catalane catalan ADJ f s 0.74 0.81 0.37 0.20 -catalanes catalan ADJ f p 0.74 0.81 0.00 0.14 -catalans catalan ADJ m p 0.74 0.81 0.14 0.27 -catalauniques catalaunique ADJ m p 0.01 0.20 0.01 0.20 -catalepsie catalepsie NOM f s 0.51 0.61 0.51 0.47 -catalepsies catalepsie NOM f p 0.51 0.61 0.00 0.14 -cataleptique cataleptique ADJ s 0.23 0.47 0.23 0.47 -cataleptiques cataleptique NOM p 0.00 0.14 0.00 0.07 -catalogage catalogage NOM m s 0.02 0.00 0.02 0.00 -catalogne catalogne NOM f s 0.00 0.07 0.00 0.07 -cataloguais cataloguer VER 1.11 2.50 0.00 0.07 ind:imp:1s; -cataloguant cataloguer VER 1.11 2.50 0.01 0.00 par:pre; -catalogue catalogue NOM m s 4.87 7.16 3.89 5.61 -cataloguent cataloguer VER 1.11 2.50 0.01 0.07 ind:pre:3p; -cataloguer cataloguer VER 1.11 2.50 0.23 0.27 inf; -cataloguerai cataloguer VER 1.11 2.50 0.02 0.00 ind:fut:1s; -catalogues catalogue NOM m p 4.87 7.16 0.98 1.55 -cataloguiez cataloguer VER 1.11 2.50 0.00 0.07 ind:imp:2p; -catalogué cataloguer VER m s 1.11 2.50 0.25 0.81 par:pas; -cataloguée cataloguer VER f s 1.11 2.50 0.18 0.34 par:pas; -cataloguées cataloguer VER f p 1.11 2.50 0.04 0.27 par:pas; -catalogués cataloguer VER m p 1.11 2.50 0.06 0.41 par:pas; -catalpa catalpa NOM m s 0.00 0.47 0.00 0.27 -catalpas catalpa NOM m p 0.00 0.47 0.00 0.20 -catalyser catalyser VER 0.07 0.00 0.05 0.00 inf; -catalyses catalyse NOM f p 0.00 0.07 0.00 0.07 -catalyseur catalyseur NOM m s 1.31 0.20 1.23 0.07 -catalyseurs catalyseur NOM m p 1.31 0.20 0.08 0.14 -catalysé catalyser VER m s 0.07 0.00 0.01 0.00 par:pas; -catalytique catalytique ADJ m s 0.16 0.00 0.14 0.00 -catalytiques catalytique ADJ m p 0.16 0.00 0.01 0.00 -catamaran catamaran NOM m s 0.18 0.27 0.18 0.27 -cataphotes cataphote NOM m p 0.00 0.14 0.00 0.14 -cataplasme cataplasme NOM m s 0.35 1.49 0.08 1.22 -cataplasmes cataplasme NOM m p 0.35 1.49 0.28 0.27 -cataplexie cataplexie NOM f s 0.02 0.00 0.02 0.00 -catapulta catapulter VER 0.29 1.62 0.01 0.07 ind:pas:3s; -catapultait catapulter VER 0.29 1.62 0.00 0.07 ind:imp:3s; -catapulte catapulte NOM f s 1.42 0.74 0.16 0.27 -catapulter catapulter VER 0.29 1.62 0.04 0.14 inf; -catapultera catapulter VER 0.29 1.62 0.01 0.00 ind:fut:3s; -catapultes catapulte NOM f p 1.42 0.74 1.25 0.47 -catapulté catapulter VER m s 0.29 1.62 0.14 0.47 par:pas; -catapultée catapulter VER f s 0.29 1.62 0.02 0.27 par:pas; -catapultées catapulter VER f p 0.29 1.62 0.00 0.07 par:pas; -catapultés catapulter VER m p 0.29 1.62 0.00 0.20 par:pas; -cataracte cataracte NOM f s 0.54 3.51 0.51 2.50 -cataractes cataracte NOM f p 0.54 3.51 0.03 1.01 -catarrhal catarrhal ADJ m s 0.00 0.07 0.00 0.07 -catarrhe catarrhe NOM m s 0.02 0.14 0.02 0.14 -catarrheuse catarrheux ADJ f s 0.00 0.34 0.00 0.07 -catarrheux catarrheux ADJ m 0.00 0.34 0.00 0.27 -catastropha catastropher VER 0.16 0.81 0.00 0.07 ind:pas:3s; -catastrophait catastropher VER 0.16 0.81 0.00 0.07 ind:imp:3s; -catastrophas catastropher VER 0.16 0.81 0.00 0.07 ind:pas:2s; -catastrophe catastrophe NOM f s 16.47 30.14 14.71 22.91 -catastropher catastropher VER 0.16 0.81 0.10 0.00 inf; -catastrophes catastrophe NOM f p 16.47 30.14 1.76 7.23 -catastrophique catastrophique ADJ s 2.78 3.72 1.77 3.24 -catastrophiquement catastrophiquement ADV 0.00 0.14 0.00 0.14 -catastrophiques catastrophique ADJ p 2.78 3.72 1.01 0.47 -catastrophisme catastrophisme NOM m s 0.00 0.07 0.00 0.07 -catastrophiste catastrophiste ADJ s 0.01 0.00 0.01 0.00 -catastrophé catastropher VER m s 0.16 0.81 0.04 0.41 par:pas; -catastrophée catastropher VER f s 0.16 0.81 0.02 0.20 par:pas; -catatonie catatonie NOM f s 0.19 0.00 0.19 0.00 -catatonique catatonique ADJ s 0.37 0.07 0.37 0.07 -catatoniques catatonique NOM p 0.05 0.00 0.03 0.00 -catch catch NOM m s 2.47 0.88 2.47 0.88 -catcher catcher VER 0.50 0.07 0.33 0.00 inf; -catcheur catcheur NOM m s 0.76 0.41 0.60 0.27 -catcheurs catcheur NOM m p 0.76 0.41 0.10 0.07 -catcheuse catcheur NOM f s 0.76 0.41 0.04 0.00 -catcheuses catcheur NOM f p 0.76 0.41 0.02 0.07 -catché catcher VER m s 0.50 0.07 0.17 0.07 par:pas; -caterpillar caterpillar NOM m 0.03 0.00 0.03 0.00 -catgut catgut NOM m s 0.05 0.14 0.05 0.07 -catguts catgut NOM m p 0.05 0.14 0.00 0.07 -cathare cathare ADJ m s 0.00 0.47 0.00 0.14 -cathares cathare NOM m p 0.00 0.68 0.00 0.61 -catharsis catharsis NOM f 0.23 0.07 0.23 0.07 -cathartique cathartique ADJ s 0.19 0.07 0.19 0.07 -catherinette catherinette NOM f s 0.00 0.07 0.00 0.07 -cathexis cathexis NOM f 0.01 0.00 0.01 0.00 -catho catho NOM s 1.19 0.95 1.01 0.41 -cathode cathode NOM f s 0.32 0.00 0.32 0.00 -cathodique cathodique ADJ s 0.19 0.20 0.18 0.07 -cathodiques cathodique ADJ m p 0.19 0.20 0.01 0.14 -catholicisme catholicisme NOM m s 0.77 2.43 0.77 2.43 -catholicité catholicité NOM f s 0.00 0.20 0.00 0.20 -catholique catholique ADJ s 13.26 27.03 10.91 21.28 -catholiquement catholiquement ADV 0.00 0.14 0.00 0.14 -catholiques catholique NOM p 5.28 13.99 2.71 8.04 -cathos catho NOM p 1.19 0.95 0.18 0.54 -cathèdre cathèdre NOM f s 0.00 0.20 0.00 0.07 -cathèdres cathèdre NOM f p 0.00 0.20 0.00 0.14 -cathédral cathédral ADJ m s 0.00 0.07 0.00 0.07 -cathédrale cathédrale NOM f s 4.67 21.28 3.24 17.23 -cathédrales cathédrale NOM f p 4.67 21.28 1.43 4.05 -cathéter cathéter NOM m s 0.73 0.00 0.73 0.00 -cathétérisme cathétérisme NOM m s 0.01 0.00 0.01 0.00 -cati cati NOM m s 0.70 0.00 0.70 0.00 -catiche catiche NOM m s 0.00 0.07 0.00 0.07 -catin catin NOM f s 2.83 1.49 2.21 1.28 -catins catin NOM f p 2.83 1.49 0.63 0.20 -cation cation NOM m s 0.01 0.00 0.01 0.00 -cato cato NOM f s 1.00 0.00 1.00 0.00 -catoblépas catoblépas NOM m 0.00 0.07 0.00 0.07 -catogan catogan NOM m s 0.04 0.54 0.03 0.47 -catogans catogan NOM m p 0.04 0.54 0.01 0.07 -cattleyas cattleya NOM m p 0.00 0.07 0.00 0.07 -caté caté NOM m s 0.06 0.07 0.06 0.07 -catéchisme catéchisme NOM m s 2.36 4.93 2.36 4.80 -catéchismes catéchisme NOM m p 2.36 4.93 0.00 0.14 -catéchiste catéchiste NOM s 0.23 0.14 0.23 0.14 -catéchisée catéchiser VER f s 0.00 0.14 0.00 0.14 par:pas; -catécholamine catécholamine NOM f s 0.01 0.00 0.01 0.00 -catéchèse catéchèse NOM f s 0.00 0.07 0.00 0.07 -catéchumène catéchumène NOM s 0.00 0.34 0.00 0.14 -catéchumènes catéchumène NOM p 0.00 0.34 0.00 0.20 -catégorie catégorie NOM f s 6.28 13.24 5.19 8.31 -catégories catégorie NOM f p 6.28 13.24 1.09 4.93 -catégorique catégorique ADJ s 1.13 5.47 1.08 4.80 -catégoriquement catégoriquement ADV 0.70 1.69 0.70 1.69 -catégoriques catégorique ADJ p 1.13 5.47 0.04 0.68 -catégorisation catégorisation NOM f s 0.03 0.00 0.03 0.00 -catégorise catégoriser VER 0.08 0.07 0.03 0.00 imp:pre:2s;ind:pre:3s; -catégoriser catégoriser VER 0.08 0.07 0.02 0.07 inf; -catégorisé catégoriser VER m s 0.08 0.07 0.03 0.00 par:pas; -caténaire caténaire NOM f s 0.17 0.20 0.17 0.00 -caténaires caténaire NOM f p 0.17 0.20 0.00 0.20 -caucasien caucasien ADJ m s 0.81 0.68 0.59 0.14 -caucasienne caucasien ADJ f s 0.81 0.68 0.22 0.34 -caucasiens caucasien NOM m p 0.19 0.14 0.03 0.14 -caucasique caucasique ADJ s 0.03 0.00 0.03 0.00 -cauchemar cauchemar NOM m s 36.94 26.62 26.80 19.66 -cauchemardais cauchemarder VER 0.08 0.41 0.00 0.07 ind:imp:1s; -cauchemarde cauchemarder VER 0.08 0.41 0.02 0.00 ind:pre:1s; -cauchemarder cauchemarder VER 0.08 0.41 0.04 0.27 inf; -cauchemardes cauchemarder VER 0.08 0.41 0.00 0.07 ind:pre:2s; -cauchemardesque cauchemardesque ADJ s 0.41 0.27 0.36 0.14 -cauchemardesques cauchemardesque ADJ f p 0.41 0.27 0.04 0.14 -cauchemardeuse cauchemardeux ADJ f s 0.00 0.20 0.00 0.07 -cauchemardeuses cauchemardeux ADJ f p 0.00 0.20 0.00 0.07 -cauchemardeux cauchemardeux ADJ m 0.00 0.20 0.00 0.07 -cauchemardé cauchemarder VER m s 0.08 0.41 0.02 0.00 par:pas; -cauchemars cauchemar NOM m p 36.94 26.62 10.14 6.96 -cauchois cauchois ADJ m 0.00 0.27 0.00 0.14 -cauchoise cauchois NOM f s 0.00 0.07 0.00 0.07 -cauchoises cauchois ADJ f p 0.00 0.27 0.00 0.14 -caudal caudal ADJ m s 0.06 0.20 0.04 0.00 -caudale caudal ADJ f s 0.06 0.20 0.02 0.14 -caudales caudal ADJ f p 0.06 0.20 0.00 0.07 -caudebec caudebec NOM m s 0.00 0.14 0.00 0.14 -caudillo caudillo NOM m s 0.00 0.07 0.00 0.07 -caudines caudines ADJ f p 0.00 0.07 0.00 0.07 -cauri cauri NOM m s 0.00 0.74 0.00 0.07 -cauris cauri NOM m p 0.00 0.74 0.00 0.68 -causa causer VER 63.65 69.93 0.38 1.28 ind:pas:3s; -causai causer VER 63.65 69.93 0.01 0.14 ind:pas:1s; -causaient causer VER 63.65 69.93 0.25 2.57 ind:imp:3p; -causais causer VER 63.65 69.93 0.25 0.74 ind:imp:1s;ind:imp:2s; -causait causer VER 63.65 69.93 0.99 6.55 ind:imp:3s; -causal causal ADJ m s 0.01 0.14 0.01 0.14 -causaliste causaliste ADJ s 0.00 0.07 0.00 0.07 -causalité causalité NOM f s 0.23 0.34 0.23 0.20 -causalités causalité NOM f p 0.23 0.34 0.00 0.14 -causant causer VER 63.65 69.93 1.15 1.76 par:pre; -causante causant ADJ f s 0.51 1.96 0.20 0.20 -causantes causant ADJ f p 0.51 1.96 0.00 0.07 -causants causant ADJ m p 0.51 1.96 0.01 0.20 -cause cause NOM f s 218.60 197.30 213.51 188.04 -causent causer VER 63.65 69.93 1.47 2.36 ind:pre:3p; -causer causer VER 63.65 69.93 15.46 18.31 inf; -causera causer VER 63.65 69.93 1.59 0.20 ind:fut:3s; -causerai causer VER 63.65 69.93 0.25 0.14 ind:fut:1s; -causeraient causer VER 63.65 69.93 0.01 0.14 cnd:pre:3p; -causerais causer VER 63.65 69.93 0.07 0.07 cnd:pre:1s;cnd:pre:2s; -causerait causer VER 63.65 69.93 0.91 0.61 cnd:pre:3s; -causeras causer VER 63.65 69.93 0.16 0.00 ind:fut:2s; -causerez causer VER 63.65 69.93 0.08 0.27 ind:fut:2p; -causerie causerie NOM f s 0.30 2.09 0.18 1.01 -causeries causerie NOM f p 0.30 2.09 0.12 1.08 -causerions causer VER 63.65 69.93 0.01 0.14 cnd:pre:1p; -causerons causer VER 63.65 69.93 0.03 0.14 ind:fut:1p; -causeront causer VER 63.65 69.93 0.12 0.00 ind:fut:3p; -causes cause NOM f p 218.60 197.30 5.08 9.26 -causette causette NOM f s 0.71 1.76 0.69 1.62 -causettes causette NOM f p 0.71 1.76 0.02 0.14 -causeur causeur ADJ m s 0.29 0.14 0.29 0.14 -causeurs causeur NOM m p 0.58 0.68 0.00 0.07 -causeuse causeur NOM f s 0.58 0.68 0.05 0.14 -causeuses causeur NOM f p 0.58 0.68 0.40 0.14 -causez causer VER 63.65 69.93 1.24 0.54 imp:pre:2p;ind:pre:2p; -causiez causer VER 63.65 69.93 0.04 0.07 ind:imp:2p; -causions causer VER 63.65 69.93 0.29 1.01 ind:imp:1p; -causâmes causer VER 63.65 69.93 0.00 0.61 ind:pas:1p; -causons causer VER 63.65 69.93 0.58 0.95 imp:pre:1p;ind:pre:1p; -causse causse NOM m s 0.00 0.95 0.00 0.74 -caussenard caussenard ADJ m s 0.00 0.07 0.00 0.07 -causses causse NOM m p 0.00 0.95 0.00 0.20 -causèrent causer VER 63.65 69.93 0.03 0.47 ind:pas:3p; -causticité causticité NOM f s 0.00 0.07 0.00 0.07 -caustique caustique ADJ s 0.36 1.15 0.34 1.15 -caustiques caustique ADJ f p 0.36 1.15 0.02 0.00 -causé causer VER m s 63.65 69.93 14.06 9.66 imp:pre:2s;par:pas;par:pas; -causée causer VER f s 63.65 69.93 2.11 1.49 par:pas; -causées causer VER f p 63.65 69.93 0.94 0.95 par:pas; -causés causer VER m p 63.65 69.93 1.47 1.35 par:pas; -cauteleuse cauteleux ADJ f s 0.00 1.01 0.00 0.20 -cauteleusement cauteleusement ADV 0.00 0.20 0.00 0.20 -cauteleuses cauteleux ADJ f p 0.00 1.01 0.00 0.07 -cauteleux cauteleux ADJ m s 0.00 1.01 0.00 0.74 -caution caution NOM f s 10.88 2.23 10.71 2.23 -cautionnaire cautionnaire NOM s 0.14 0.00 0.14 0.00 -cautionnait cautionner VER 0.93 0.27 0.00 0.07 ind:imp:3s; -cautionne cautionner VER 0.93 0.27 0.20 0.00 ind:pre:1s;ind:pre:3s; -cautionnement cautionnement NOM m s 0.02 0.00 0.02 0.00 -cautionnent cautionner VER 0.93 0.27 0.02 0.07 ind:pre:3p; -cautionner cautionner VER 0.93 0.27 0.27 0.07 inf; -cautionnerait cautionner VER 0.93 0.27 0.02 0.00 cnd:pre:3s; -cautionnes cautionner VER 0.93 0.27 0.06 0.00 ind:pre:2s; -cautionnez cautionner VER 0.93 0.27 0.04 0.00 imp:pre:2p;ind:pre:2p; -cautionné cautionner VER m s 0.93 0.27 0.31 0.00 par:pas; -cautionnée cautionner VER f s 0.93 0.27 0.00 0.07 par:pas; -cautions caution NOM f p 10.88 2.23 0.17 0.00 -cautèle cautèle NOM f s 0.00 0.27 0.00 0.14 -cautèles cautèle NOM f p 0.00 0.27 0.00 0.14 -cautère cautère NOM m s 0.13 0.54 0.12 0.41 -cautères cautère NOM m p 0.13 0.54 0.01 0.14 -cautérisant cautériser VER 0.58 0.41 0.01 0.00 par:pre; -cautérisation cautérisation NOM f s 0.03 0.07 0.03 0.07 -cautérise cautériser VER 0.58 0.41 0.05 0.14 imp:pre:2s;ind:pre:3s; -cautériser cautériser VER 0.58 0.41 0.32 0.27 inf; -cautérisée cautériser VER f s 0.58 0.41 0.04 0.00 par:pas; -cautérisées cautériser VER f p 0.58 0.41 0.16 0.00 par:pas; -cava caver VER 0.17 0.27 0.17 0.00 ind:pas:3s; -cavaillon cavaillon NOM m s 0.00 0.34 0.00 0.34 -cavalaient cavaler VER 2.12 8.99 0.00 0.54 ind:imp:3p; -cavalais cavaler VER 2.12 8.99 0.14 0.20 ind:imp:1s;ind:imp:2s; -cavalait cavaler VER 2.12 8.99 0.15 0.27 ind:imp:3s; -cavalant cavaler VER 2.12 8.99 0.01 0.74 par:pre; -cavalcadaient cavalcader VER 0.00 0.68 0.00 0.14 ind:imp:3p; -cavalcadait cavalcader VER 0.00 0.68 0.00 0.07 ind:imp:3s; -cavalcadant cavalcader VER 0.00 0.68 0.00 0.14 par:pre; -cavalcade cavalcade NOM f s 0.22 3.72 0.04 2.43 -cavalcadent cavalcader VER 0.00 0.68 0.00 0.07 ind:pre:3p; -cavalcader cavalcader VER 0.00 0.68 0.00 0.27 inf; -cavalcades cavalcade NOM f p 0.22 3.72 0.19 1.28 -cavale cavale NOM f s 4.00 4.32 3.87 4.26 -cavalent cavaler VER 2.12 8.99 0.16 0.74 ind:pre:3p; -cavaler cavaler VER 2.12 8.99 0.68 3.04 inf; -cavalerais cavaler VER 2.12 8.99 0.00 0.07 cnd:pre:2s; -cavaleras cavaler VER 2.12 8.99 0.01 0.07 ind:fut:2s; -cavalerie cavalerie NOM f s 6.60 12.70 6.60 12.50 -cavaleries cavalerie NOM f p 6.60 12.70 0.00 0.20 -cavaleront cavaler VER 2.12 8.99 0.01 0.00 ind:fut:3p; -cavales cavaler VER 2.12 8.99 0.17 0.14 ind:pre:2s; -cavaleur cavaleur NOM m s 0.19 0.20 0.17 0.00 -cavaleurs cavaleur NOM m p 0.19 0.20 0.00 0.07 -cavaleuse cavaleur NOM f s 0.19 0.20 0.01 0.14 -cavalez cavaler VER 2.12 8.99 0.02 0.07 imp:pre:2p;ind:pre:2p; -cavalier cavalier NOM m s 10.73 34.19 6.45 13.31 -cavaliers cavalier NOM m p 10.73 34.19 3.06 18.85 -cavalière cavalier NOM f s 10.73 34.19 1.22 1.62 -cavalièrement cavalièrement ADV 0.09 0.34 0.09 0.34 -cavalières cavalière NOM f p 0.22 0.00 0.22 0.00 -cavalé cavaler VER m s 2.12 8.99 0.23 1.08 par:pas; -cave cave NOM f s 22.40 56.35 19.98 42.09 -caveau caveau NOM m s 2.27 5.68 1.99 5.14 -caveaux caveau NOM m p 2.27 5.68 0.29 0.54 -cavecés cavecé ADJ m p 0.00 0.07 0.00 0.07 -caver caver VER 0.17 0.27 0.00 0.14 inf; -caverne caverne NOM f s 6.58 10.54 3.88 6.82 -cavernes caverne NOM f p 6.58 10.54 2.70 3.72 -caverneuse caverneux ADJ f s 0.39 3.04 0.15 1.35 -caverneuses caverneux ADJ f p 0.39 3.04 0.01 0.41 -caverneux caverneux ADJ m 0.39 3.04 0.22 1.28 -cavernicoles cavernicole ADJ p 0.00 0.07 0.00 0.07 -caves cave NOM f p 22.40 56.35 2.42 14.26 -cavette cavette NOM f s 0.14 0.54 0.14 0.47 -cavettes cavette NOM f p 0.14 0.54 0.00 0.07 -caviar caviar NOM m s 6.29 4.26 6.29 4.26 -caviardé caviarder VER m s 0.00 0.07 0.00 0.07 par:pas; -cavillon cavillon NOM m s 0.00 0.27 0.00 0.07 -cavillonne cavillon NOM f s 0.00 0.27 0.00 0.07 -cavillons cavillon NOM m p 0.00 0.27 0.00 0.14 -caviste caviste NOM s 0.14 0.14 0.14 0.14 -cavitation cavitation NOM f s 0.02 0.00 0.02 0.00 -cavité cavité NOM f s 1.89 2.16 1.26 1.49 -cavités cavité NOM f p 1.89 2.16 0.63 0.68 -cavé caver VER m s 0.17 0.27 0.01 0.14 par:pas; -cavée cavée NOM f s 0.00 0.27 0.00 0.14 -cavées cavée NOM f p 0.00 0.27 0.00 0.14 -cavum cavum NOM m 0.01 0.00 0.01 0.00 -cayenne cayenne NOM f s 0.01 0.07 0.01 0.07 -ce ce PRO:dem m s 5219.10 2958.58 5219.10 2958.58 -ceci ceci PRO:dem s 133.07 53.78 133.07 53.78 -ceignait ceindre VER 0.56 4.32 0.00 0.41 ind:imp:3s; -ceignant ceindre VER 0.56 4.32 0.01 0.27 par:pre; -ceignent ceindre VER 0.56 4.32 0.00 0.14 ind:pre:3p; -ceignit ceindre VER 0.56 4.32 0.00 0.27 ind:pas:3s; -ceindra ceindre VER 0.56 4.32 0.14 0.00 ind:fut:3s; -ceindrait ceindre VER 0.56 4.32 0.00 0.14 cnd:pre:3s; -ceindre ceindre VER 0.56 4.32 0.03 0.41 inf; -ceins ceindre VER 0.56 4.32 0.00 0.07 imp:pre:2s; -ceint ceindre VER m s 0.56 4.32 0.17 1.35 ind:pre:3s;par:pas; -ceinte ceindre VER f s 0.56 4.32 0.10 0.61 par:pas; -ceintes ceindre VER f p 0.56 4.32 0.01 0.07 par:pas; -ceints ceindre VER m p 0.56 4.32 0.11 0.61 par:pas; -ceintura ceinturer VER 0.28 6.08 0.00 0.14 ind:pas:3s; -ceinturaient ceinturer VER 0.28 6.08 0.01 0.14 ind:imp:3p; -ceinturait ceinturer VER 0.28 6.08 0.01 0.54 ind:imp:3s; -ceinturant ceinturer VER 0.28 6.08 0.00 0.27 par:pre; -ceinture ceinture NOM f s 22.57 35.20 19.41 32.23 -ceinturent ceinturer VER 0.28 6.08 0.00 0.34 ind:pre:3p; -ceinturer ceinturer VER 0.28 6.08 0.02 0.47 inf; -ceintures ceinture NOM f p 22.57 35.20 3.17 2.97 -ceinturez ceinturer VER 0.28 6.08 0.01 0.00 imp:pre:2p; -ceinturon ceinturon NOM m s 0.91 7.23 0.70 5.88 -ceinturons ceinturon NOM m p 0.91 7.23 0.20 1.35 -ceinturât ceinturer VER 0.28 6.08 0.00 0.07 sub:imp:3s; -ceinturèrent ceinturer VER 0.28 6.08 0.00 0.14 ind:pas:3p; -ceinturé ceinturer VER m s 0.28 6.08 0.00 1.49 par:pas; -ceinturée ceinturer VER f s 0.28 6.08 0.02 0.81 par:pas; -ceinturées ceinturer VER f p 0.28 6.08 0.00 0.41 par:pas; -ceinturés ceinturer VER m p 0.28 6.08 0.02 0.68 par:pas; -cela cela PRO:dem s 492.56 741.82 492.56 741.82 -celait celer VER 0.68 0.34 0.00 0.07 ind:imp:3s; -celer celer VER 0.68 0.34 0.40 0.20 inf; -cella cella NOM f s 0.28 0.81 0.28 0.81 -celle_ci celle_ci PRO:dem f s 38.71 57.57 38.71 57.57 -celle_là celle_là PRO:dem f s 52.63 28.65 52.63 28.65 -celle celle PRO:dem f s 141.28 299.46 141.28 299.46 -celles_ci celles_ci PRO:dem f p 6.64 9.39 6.64 9.39 -celles_là celles_là PRO:dem f p 5.90 6.08 5.90 6.08 -celles celles PRO:dem f p 34.73 107.97 34.73 107.97 -cellier cellier NOM m s 1.11 3.65 1.01 2.97 -celliers cellier NOM m p 1.11 3.65 0.10 0.68 -cellophane cellophane NOM f s 0.39 2.43 0.39 2.43 -cellulaire cellulaire ADJ s 3.19 2.03 2.76 1.62 -cellulairement cellulairement ADV 0.00 0.07 0.00 0.07 -cellulaires cellulaire ADJ p 3.19 2.03 0.43 0.41 -cellular cellular NOM m s 0.01 0.20 0.01 0.20 -cellule cellule NOM f s 42.98 46.28 31.06 35.34 -cellules cellule NOM f p 42.98 46.28 11.92 10.95 -cellulite cellulite NOM f s 0.66 1.15 0.56 1.08 -cellulites cellulite NOM f p 0.66 1.15 0.10 0.07 -celluliteux celluliteux ADJ m s 0.00 0.14 0.00 0.14 -celluloïd celluloïd NOM m s 0.08 3.38 0.08 3.38 -cellulose cellulose NOM f s 0.12 0.27 0.12 0.27 -cellérier cellérier ADJ m s 0.00 0.07 0.00 0.07 -celte celte ADJ s 0.44 1.22 0.32 0.68 -celtes celte ADJ p 0.44 1.22 0.13 0.54 -celtique celtique ADJ s 0.15 1.08 0.09 0.81 -celtiques celtique ADJ p 0.15 1.08 0.06 0.27 -celtisants celtisant ADJ m p 0.00 0.07 0.00 0.07 -celtisme celtisme NOM m s 0.00 0.07 0.00 0.07 -celée celer VER f s 0.68 0.34 0.00 0.07 par:pas; -celui_ci celui_ci PRO:dem m s 45.97 71.76 45.97 71.76 -celui_là celui_là PRO:dem m s 78.13 56.89 78.13 56.89 -celui celui PRO:dem m s 250.13 319.19 250.13 319.19 -cendraient cendrer VER 0.00 0.68 0.00 0.07 ind:imp:3p; -cendrait cendrer VER 0.00 0.68 0.00 0.14 ind:imp:3s; -cendre cendre NOM f s 17.18 28.85 3.24 11.08 -cendres cendre NOM f p 17.18 28.85 13.95 17.77 -cendreuse cendreux ADJ f s 0.00 0.95 0.00 0.34 -cendreuses cendreux ADJ f p 0.00 0.95 0.00 0.20 -cendreux cendreux ADJ m s 0.00 0.95 0.00 0.41 -cendrier cendrier NOM m s 4.35 14.73 3.86 10.95 -cendriers cendrier NOM m p 4.35 14.73 0.48 3.78 -cendrillon cendrillon NOM f s 0.07 0.20 0.02 0.07 -cendrillons cendrillon NOM f p 0.07 0.20 0.05 0.14 -cendré cendré ADJ m s 0.09 2.03 0.03 0.81 -cendrée cendrée ADJ f s 0.03 0.00 0.03 0.00 -cendrées cendré ADJ f p 0.09 2.03 0.02 0.20 -cendrés cendré ADJ m p 0.09 2.03 0.04 0.61 -cens cens NOM m 0.03 0.34 0.03 0.34 -censeur censeur NOM m s 0.88 1.96 0.68 1.08 -censeurs censeur NOM m p 0.88 1.96 0.20 0.88 -censier censier NOM m s 0.00 0.07 0.00 0.07 -censitaire censitaire ADJ m s 0.00 0.14 0.00 0.14 -censé censé ADJ m s 62.52 8.11 38.22 4.53 -censée censé ADJ f s 62.52 8.11 13.51 1.76 -censées censé ADJ f p 62.52 8.11 1.61 0.61 -censément censément ADV 0.05 0.41 0.05 0.41 -censuraient censurer VER 2.17 1.89 0.01 0.07 ind:imp:3p; -censurait censurer VER 2.17 1.89 0.01 0.07 ind:imp:3s; -censurant censurer VER 2.17 1.89 0.00 0.07 par:pre; -censure censure NOM f s 2.87 3.51 2.87 3.04 -censurer censurer VER 2.17 1.89 0.44 0.61 inf; -censures censurer VER 2.17 1.89 0.14 0.00 ind:pre:2s; -censurez censurer VER 2.17 1.89 0.20 0.00 ind:pre:2p; -censuriez censurer VER 2.17 1.89 0.00 0.07 ind:imp:2p; -censuré censurer VER m s 2.17 1.89 0.88 0.54 imp:pre:2s;par:pas; -censurée censurer VER f s 2.17 1.89 0.11 0.27 par:pas; -censurées censurer VER f p 2.17 1.89 0.04 0.07 par:pas; -censurés censurer VER m p 2.17 1.89 0.06 0.00 par:pas; -censés censé ADJ m p 62.52 8.11 9.18 1.22 -cent cent ADJ:num 43.05 135.41 43.05 135.41 -centaine centaine NOM f s 29.22 41.82 6.33 10.54 -centaines centaine NOM f p 29.22 41.82 22.90 31.28 -centaure centaure NOM m s 0.59 0.74 0.42 0.41 -centaures centaure NOM m p 0.59 0.74 0.17 0.34 -centaurée centaurée NOM f s 0.05 0.00 0.05 0.00 -centavo centavo NOM m s 0.20 0.00 0.02 0.00 -centavos centavo NOM m p 0.20 0.00 0.18 0.00 -centenaire centenaire NOM s 0.55 1.28 0.55 1.08 -centenaires centenaire ADJ p 0.72 2.77 0.18 1.49 -centigrade centigrade NOM m s 0.05 0.07 0.04 0.00 -centigrades centigrade NOM m p 0.05 0.07 0.01 0.07 -centigrammes centigramme NOM m p 0.10 0.00 0.10 0.00 -centile centile NOM m s 0.96 0.00 0.96 0.00 -centilitres centilitre NOM m p 0.00 0.14 0.00 0.14 -centime centime NOM m s 7.14 5.68 3.25 1.49 -centimes centime NOM m p 7.14 5.68 3.88 4.19 -centimètre centimètre NOM m s 6.81 27.84 2.48 5.95 -centimètres centimètre NOM m p 6.81 27.84 4.33 21.89 -centième centième ADJ m 0.29 2.64 0.28 2.64 -centièmes centième NOM p 0.35 1.35 0.07 0.07 -centon centon NOM m s 0.32 0.07 0.32 0.07 -centrafricain centrafricain ADJ m s 0.01 0.14 0.01 0.00 -centrafricaine centrafricain ADJ f s 0.01 0.14 0.00 0.14 -centrage centrage NOM m s 0.11 0.00 0.11 0.00 -centrait centrer VER 1.38 1.82 0.00 0.14 ind:imp:3s; -central central ADJ m s 18.14 37.23 10.09 20.74 -centrale centrale NOM f s 8.04 6.01 7.34 4.73 -centrales centrale NOM f p 8.04 6.01 0.69 1.28 -centralisait centraliser VER 0.34 0.81 0.00 0.07 ind:imp:3s; -centralisation centralisation NOM f s 0.16 0.14 0.16 0.14 -centralisatrice centralisateur ADJ f s 0.00 0.07 0.00 0.07 -centralise centraliser VER 0.34 0.81 0.06 0.07 imp:pre:2s;ind:pre:1s;ind:pre:3s; -centraliser centraliser VER 0.34 0.81 0.13 0.14 inf; -centralisiez centraliser VER 0.34 0.81 0.01 0.00 ind:imp:2p; -centralisme centralisme NOM m s 0.00 0.41 0.00 0.41 -centralisons centraliser VER 0.34 0.81 0.01 0.00 ind:pre:1p; -centralisé centraliser VER m s 0.34 0.81 0.10 0.20 par:pas; -centralisée centraliser VER f s 0.34 0.81 0.02 0.20 par:pas; -centralisés centraliser VER m p 0.34 0.81 0.01 0.14 par:pas; -centrant centrer VER 1.38 1.82 0.11 0.00 par:pre; -centraux central ADJ m p 18.14 37.23 0.26 0.54 -centre_ville centre_ville NOM m s 2.87 0.54 2.87 0.54 -centre centre NOM m s 57.00 84.46 53.46 80.00 -centrer centrer VER 1.38 1.82 0.11 0.14 inf; -centres centre NOM m p 57.00 84.46 3.54 4.46 -centrifugation centrifugation NOM f s 0.01 0.00 0.01 0.00 -centrifuge centrifuge ADJ s 0.26 2.36 0.25 2.03 -centrifuges centrifuge ADJ f p 0.26 2.36 0.01 0.34 -centrifugeur centrifugeur NOM m s 0.25 0.07 0.01 0.00 -centrifugeuse centrifugeur NOM f s 0.25 0.07 0.24 0.07 -centrifugeuses centrifugeuse NOM f p 0.04 0.00 0.04 0.00 -centriole centriole NOM m s 0.14 0.00 0.14 0.00 -centripète centripète ADJ f s 0.02 0.20 0.02 0.14 -centripètes centripète ADJ p 0.02 0.20 0.00 0.07 -centriste centriste ADJ m s 0.01 0.07 0.01 0.07 -centrouse centrouse NOM f s 0.00 0.20 0.00 0.20 -centré centrer VER m s 1.38 1.82 0.30 0.41 par:pas; -centrée centrer VER f s 1.38 1.82 0.29 0.20 par:pas; -centrées centrer VER f p 1.38 1.82 0.01 0.27 par:pas; -centrum centrum NOM m s 0.14 0.00 0.14 0.00 -centrés centrer VER m p 1.38 1.82 0.07 0.00 par:pas; -cents cents ADJ:num 27.67 80.54 27.67 80.54 -centuple centuple NOM m s 0.31 1.08 0.31 1.08 -centuplé centupler VER m s 0.00 0.14 0.00 0.07 par:pas; -centuplée centupler VER f s 0.00 0.14 0.00 0.07 par:pas; -centurie centurie NOM f s 0.03 1.15 0.02 0.54 -centuries centurie NOM f p 0.03 1.15 0.01 0.61 -centurion centurion NOM m s 1.04 0.88 0.68 0.61 -centurions centurion NOM m p 1.04 0.88 0.36 0.27 -cep cep NOM m s 0.24 1.49 0.12 0.88 -cependant cependant CON 1.54 13.51 1.54 13.51 -ceps cep NOM m p 0.24 1.49 0.12 0.61 -cerbère cerbère NOM m s 0.05 0.47 0.05 0.14 -cerbères cerbère NOM m p 0.05 0.47 0.00 0.34 -cerceau cerceau NOM m s 0.64 2.77 0.52 1.96 -cerceaux cerceau NOM m p 0.64 2.77 0.12 0.81 -cerclage cerclage NOM m s 0.03 0.00 0.03 0.00 -cerclait cercler VER 0.22 5.34 0.00 0.14 ind:imp:3s; -cerclant cercler VER 0.22 5.34 0.00 0.07 par:pre; -cercle cercle NOM m s 21.77 54.26 17.77 42.43 -cercler cercler VER 0.22 5.34 0.00 0.20 inf; -cercles cercle NOM m p 21.77 54.26 4.00 11.82 -cercleux cercleux NOM m 0.00 0.07 0.00 0.07 -cerclé cercler VER m s 0.22 5.34 0.02 1.22 par:pas; -cerclée cercler VER f s 0.22 5.34 0.03 0.74 par:pas; -cerclées cercler VER f p 0.22 5.34 0.01 1.89 par:pas; -cerclés cercler VER m p 0.22 5.34 0.01 0.95 par:pas; -cercueil cercueil NOM m s 22.14 22.16 18.90 19.26 -cercueils cercueil NOM m p 22.14 22.16 3.24 2.91 -cerf_roi cerf_roi NOM m s 0.01 0.00 0.01 0.00 -cerf_volant cerf_volant NOM m s 1.85 1.82 1.40 1.22 -cerf cerf NOM m s 7.56 25.54 6.17 20.27 -cerfeuil cerfeuil NOM m s 0.03 0.95 0.03 0.95 -cerf_volant cerf_volant NOM m p 1.85 1.82 0.46 0.61 -cerfs cerf NOM m p 7.56 25.54 1.39 5.27 -cerisaie cerisaie NOM f s 0.36 0.20 0.36 0.20 -cerise cerise NOM f s 5.26 10.07 2.75 3.31 -cerises cerise NOM f p 5.26 10.07 2.52 6.76 -cerisier cerisier NOM m s 0.88 3.51 0.44 1.49 -cerisiers cerisier NOM m p 0.88 3.51 0.44 2.03 -cerna cerner VER 7.74 21.01 0.00 0.07 ind:pas:3s; -cernable cernable ADJ s 0.00 0.07 0.00 0.07 -cernaient cerner VER 7.74 21.01 0.01 1.49 ind:imp:3p; -cernais cerner VER 7.74 21.01 0.00 0.07 ind:imp:1s; -cernait cerner VER 7.74 21.01 0.05 2.30 ind:imp:3s; -cernant cerner VER 7.74 21.01 0.00 0.34 par:pre; -cerne cerner VER 7.74 21.01 0.43 1.76 imp:pre:2s;ind:pre:1s;ind:pre:3s; -cerneau cerneau NOM m s 0.00 0.14 0.00 0.07 -cerneaux cerneau NOM m p 0.00 0.14 0.00 0.07 -cernent cerner VER 7.74 21.01 0.54 1.08 ind:pre:3p; -cerner cerner VER 7.74 21.01 1.73 2.91 inf; -cernes cerne NOM m p 1.30 5.20 1.18 3.78 -cernez cerner VER 7.74 21.01 0.38 0.00 imp:pre:2p;ind:pre:2p; -cerniez cerner VER 7.74 21.01 0.01 0.00 ind:imp:2p; -cernons cerner VER 7.74 21.01 0.04 0.00 ind:pre:1p; -cerné cerner VER m s 7.74 21.01 1.97 4.12 par:pas; -cernée cerner VER f s 7.74 21.01 1.14 2.91 par:pas; -cernées cerner VER f p 7.74 21.01 0.05 1.08 par:pas; -cernés cerner VER m p 7.74 21.01 1.39 2.91 par:pas; -cerque cerque NOM m s 0.14 0.07 0.14 0.07 -certain certain ADJ:ind m s 103.57 182.64 2.18 6.89 -certaine certaine ADJ:ind f s 1.03 4.86 1.03 4.86 -certainement certainement ADV 55.16 59.93 55.16 59.93 -certaines certaines ADJ:ind f p 48.41 51.55 48.41 51.55 -certains certains ADJ:ind m p 57.58 101.28 57.58 101.28 -certes certes ADV 14.88 69.66 14.88 69.66 -certif certif NOM m s 0.14 1.08 0.03 1.01 -certifia certifier VER 2.52 2.91 0.00 0.07 ind:pas:3s; -certifiaient certifier VER 2.52 2.91 0.00 0.07 ind:imp:3p; -certifiait certifier VER 2.52 2.91 0.00 0.47 ind:imp:3s; -certifiant certifier VER 2.52 2.91 0.03 0.20 par:pre; -certificat certificat NOM m s 12.30 9.93 11.27 7.30 -certification certification NOM f s 0.09 0.00 0.09 0.00 -certificats certificat NOM m p 12.30 9.93 1.03 2.64 -certifie certifier VER 2.52 2.91 0.89 0.47 ind:pre:1s;ind:pre:3s;sub:pre:1s; -certifier certifier VER 2.52 2.91 0.59 0.74 inf; -certifierait certifier VER 2.52 2.91 0.00 0.07 cnd:pre:3s; -certifieront certifier VER 2.52 2.91 0.01 0.00 ind:fut:3p; -certifiez certifier VER 2.52 2.91 0.17 0.00 imp:pre:2p;ind:pre:2p; -certifions certifier VER 2.52 2.91 0.03 0.07 imp:pre:1p;ind:pre:1p; -certifié certifier VER m s 2.52 2.91 0.68 0.54 par:pas; -certifiée certifié ADJ f s 0.43 0.74 0.14 0.14 -certifiées certifié ADJ f p 0.43 0.74 0.01 0.07 -certifiés certifier VER m p 2.52 2.91 0.04 0.07 par:pas; -certifs certif NOM m p 0.14 1.08 0.11 0.07 -certitude certitude NOM f s 10.18 41.89 8.94 37.09 -certitudes certitude NOM f p 10.18 41.89 1.24 4.80 -cerveau cerveau NOM m 69.22 46.69 57.67 28.92 -cerveaux cerveau NOM m p 69.22 46.69 3.92 1.96 -cervelas cervelas NOM m 0.03 0.27 0.03 0.27 -cervelet cervelet NOM m s 0.85 0.61 0.85 0.47 -cervelets cervelet NOM m p 0.85 0.61 0.00 0.14 -cervelle cerveau NOM f s 69.22 46.69 7.63 14.05 -cervelles cervelle NOM f p 6.93 0.00 0.40 0.00 -cervical cervical ADJ m s 1.79 1.01 0.29 0.14 -cervicale cervical ADJ f s 1.79 1.01 0.67 0.47 -cervicales cervical ADJ f p 1.79 1.01 0.79 0.41 -cervicaux cervical ADJ m p 1.79 1.01 0.05 0.00 -cervidés cervidé NOM m p 0.00 0.14 0.00 0.14 -cervoise cervoise NOM f s 0.02 0.00 0.02 0.00 -ces ces ADJ:dem p 1222.51 1547.50 1222.51 1547.50 -cessa cesser VER 68.11 177.77 0.64 16.28 ind:pas:3s; -cessai cesser VER 68.11 177.77 0.28 2.16 ind:pas:1s; -cessaient cesser VER 68.11 177.77 0.17 4.53 ind:imp:3p; -cessais cesser VER 68.11 177.77 0.47 1.28 ind:imp:1s;ind:imp:2s; -cessait cesser VER 68.11 177.77 1.56 18.18 ind:imp:3s; -cessant cesser VER 68.11 177.77 0.11 5.00 par:pre; -cessante cessant ADJ f s 0.01 1.55 0.00 0.27 -cessantes cessant ADJ f p 0.01 1.55 0.01 0.27 -cessasse cesser VER 68.11 177.77 0.00 0.07 sub:imp:1s; -cessation cessation NOM f s 0.11 0.95 0.11 0.95 -cesse cesse NOM f s 28.88 71.96 28.86 71.96 -cessent cesser VER 68.11 177.77 2.06 6.49 ind:pre:3p; -cesser cesser VER 68.11 177.77 13.20 21.01 inf; -cessera cesser VER 68.11 177.77 1.92 1.76 ind:fut:3s; -cesserai cesser VER 68.11 177.77 0.64 0.74 ind:fut:1s; -cesseraient cesser VER 68.11 177.77 0.05 0.68 cnd:pre:3p; -cesserais cesser VER 68.11 177.77 0.15 0.41 cnd:pre:1s;cnd:pre:2s; -cesserait cesser VER 68.11 177.77 0.28 1.96 cnd:pre:3s; -cesseras cesser VER 68.11 177.77 0.94 0.34 ind:fut:2s; -cesserez cesser VER 68.11 177.77 0.63 0.27 ind:fut:2p; -cesseriez cesser VER 68.11 177.77 0.06 0.20 cnd:pre:2p; -cesserons cesser VER 68.11 177.77 0.21 0.20 ind:fut:1p; -cesseront cesser VER 68.11 177.77 0.72 0.68 ind:fut:3p; -cesses cesser VER 68.11 177.77 0.91 0.54 ind:pre:2s; -cessez_le_feu cessez_le_feu NOM m 1.54 0.41 1.54 0.41 -cessez cesser VER 68.11 177.77 15.24 1.82 imp:pre:2p;ind:pre:2p; -cessiez cesser VER 68.11 177.77 0.50 0.14 ind:imp:2p; -cession cession NOM f s 0.22 0.47 0.22 0.34 -cessionnaire cessionnaire NOM m s 0.01 0.00 0.01 0.00 -cessions cesser VER 68.11 177.77 0.27 0.74 ind:imp:1p; -cessâmes cesser VER 68.11 177.77 0.01 0.20 ind:pas:1p; -cessons cesser VER 68.11 177.77 1.17 0.81 imp:pre:1p;ind:pre:1p; -cessât cesser VER 68.11 177.77 0.00 1.28 sub:imp:3s; -cessèrent cesser VER 68.11 177.77 0.15 4.19 ind:pas:3p; -cessé cesser VER m s 68.11 177.77 13.89 61.22 par:pas; -cessée cesser VER f s 68.11 177.77 0.02 0.00 par:pas; -ceste ceste NOM m s 0.00 0.07 0.00 0.07 -cet cet ADJ:dem m s 499.91 497.50 499.91 497.50 -cette cette ADJ:dem f s 1902.27 2320.68 1902.27 2320.68 -ceux_ci ceux_ci PRO:dem m p 4.26 20.95 4.26 20.95 -ceux_là ceux_là PRO:dem m p 14.65 25.81 14.65 25.81 -ceux ceux PRO:dem m p 202.02 309.86 202.02 309.86 -ch_timi ch_timi ADJ s 0.27 0.07 0.27 0.00 -ch_timi ch_timi NOM p 0.14 0.20 0.00 0.07 -chômage chômage NOM m s 12.50 5.41 12.50 5.41 -chômaient chômer VER 1.05 1.35 0.00 0.20 ind:imp:3p; -chômait chômer VER 1.05 1.35 0.01 0.34 ind:imp:3s; -chôme chômer VER 1.05 1.35 0.18 0.14 imp:pre:2s;ind:pre:1s;ind:pre:3s; -chômedu chômedu NOM m s 0.04 0.47 0.04 0.47 -chôment chômer VER 1.05 1.35 0.03 0.07 ind:pre:3p; -chômer chômer VER 1.05 1.35 0.37 0.20 inf; -chômerez chômer VER 1.05 1.35 0.10 0.00 ind:fut:2p; -chômeur chômeur NOM m s 4.54 4.39 2.23 2.16 -chômeurs chômeur NOM m p 4.54 4.39 2.02 2.09 -chômeuse chômeur NOM f s 4.54 4.39 0.27 0.14 -chômeuses chômeur NOM f p 4.54 4.39 0.01 0.00 -chômez chômer VER 1.05 1.35 0.12 0.00 ind:pre:2p; -chômé chômer VER m s 1.05 1.35 0.24 0.41 par:pas; -chômée chômé ADJ f s 0.02 0.27 0.01 0.00 -chômés chômé ADJ m p 0.02 0.27 0.00 0.07 -cha_cha_cha cha_cha_cha NOM m s 0.61 0.20 0.61 0.20 -chaîne chaîne NOM f s 38.80 57.77 28.40 43.24 -chaînes chaîne NOM f p 38.80 57.77 10.40 14.53 -chaînette chaînette NOM f s 0.26 2.77 0.25 2.16 -chaînettes chaînette NOM f p 0.26 2.77 0.01 0.61 -chaînon chaînon NOM m s 0.70 0.68 0.67 0.47 -chaînons chaînon NOM m p 0.70 0.68 0.04 0.20 -chaîné chaîner VER m s 0.00 0.07 0.00 0.07 par:pas; -chabanais chabanais NOM s 0.00 0.14 0.00 0.14 -chabichou chabichou NOM m s 0.00 0.27 0.00 0.27 -chabler chabler VER 0.00 0.07 0.00 0.07 inf; -chablis chablis NOM m 0.09 0.07 0.09 0.07 -chaboisseaux chaboisseau NOM m p 0.00 0.07 0.00 0.07 -chabot chabot NOM m s 0.14 0.07 0.14 0.00 -chabots chabot NOM m p 0.14 0.07 0.01 0.07 -chabraque chabraque NOM f s 0.00 0.41 0.00 0.41 -chabrot chabrot NOM m s 0.27 0.14 0.27 0.14 -chacal chacal NOM m s 3.02 2.57 1.16 1.55 -chacals chacal NOM m p 3.02 2.57 1.86 1.01 -chachlik chachlik NOM m s 0.10 0.07 0.10 0.07 -chaconne chaconne NOM f s 0.00 0.07 0.00 0.07 -chacun chacun PRO:ind m s 93.61 187.84 93.61 187.84 -chacune chacune PRO:ind f s 12.20 35.95 12.20 35.95 -chafaud chafaud NOM m s 0.00 0.14 0.00 0.07 -chafauds chafaud NOM m p 0.00 0.14 0.00 0.07 -chafouin chafouin ADJ m s 0.04 1.15 0.03 0.41 -chafouine chafouin ADJ f s 0.04 1.15 0.01 0.61 -chafouins chafouin ADJ m p 0.04 1.15 0.00 0.14 -chagatte chagatte NOM f s 0.21 0.88 0.19 0.68 -chagattes chagatte NOM f p 0.21 0.88 0.02 0.20 -chagrin chagrin NOM m s 21.61 44.05 20.39 38.72 -chagrina chagriner VER 1.94 2.97 0.00 0.14 ind:pas:3s; -chagrinaient chagriner VER 1.94 2.97 0.00 0.07 ind:imp:3p; -chagrinait chagriner VER 1.94 2.97 0.00 0.88 ind:imp:3s; -chagrine chagriner VER 1.94 2.97 1.43 0.74 imp:pre:2s;ind:pre:1s;ind:pre:3s; -chagrinent chagriner VER 1.94 2.97 0.02 0.07 ind:pre:3p; -chagriner chagriner VER 1.94 2.97 0.20 0.74 inf; -chagrinerait chagriner VER 1.94 2.97 0.05 0.00 cnd:pre:3s; -chagrines chagriner VER 1.94 2.97 0.14 0.00 ind:pre:2s; -chagrins chagrin NOM m p 21.61 44.05 1.21 5.34 -chagriné chagriné ADJ m s 0.06 0.47 0.05 0.20 -chagrinée chagriner VER f s 1.94 2.97 0.04 0.14 par:pas; -chagrinés chagriné ADJ m p 0.06 0.47 0.01 0.14 -chah chah NOM m s 0.04 0.00 0.04 0.00 -chahut chahut NOM m s 1.28 2.70 1.27 2.30 -chahutaient chahuter VER 0.94 3.85 0.01 0.27 ind:imp:3p; -chahutais chahuter VER 0.94 3.85 0.00 0.14 ind:imp:1s; -chahutait chahuter VER 0.94 3.85 0.21 0.34 ind:imp:3s; -chahutant chahuter VER 0.94 3.85 0.01 0.47 par:pre; -chahute chahuter VER 0.94 3.85 0.08 0.27 ind:pre:1s;ind:pre:3s; -chahutent chahuter VER 0.94 3.85 0.15 0.20 ind:pre:3p; -chahuter chahuter VER 0.94 3.85 0.28 1.22 inf; -chahuteraient chahuter VER 0.94 3.85 0.00 0.07 cnd:pre:3p; -chahuteur chahuteur NOM m s 0.09 0.41 0.07 0.14 -chahuteurs chahuteur NOM m p 0.09 0.41 0.00 0.27 -chahuteuse chahuteur NOM f s 0.09 0.41 0.01 0.00 -chahutez chahuter VER 0.94 3.85 0.04 0.00 imp:pre:2p;ind:pre:2p; -chahuts chahut NOM m p 1.28 2.70 0.01 0.41 -chahutèrent chahuter VER 0.94 3.85 0.00 0.07 ind:pas:3p; -chahuté chahuter VER m s 0.94 3.85 0.14 0.41 par:pas; -chahutée chahuter VER f s 0.94 3.85 0.01 0.14 par:pas; -chahutées chahuter VER f p 0.94 3.85 0.00 0.07 par:pas; -chahutés chahuter VER m p 0.94 3.85 0.00 0.20 par:pas; -chai chai NOM m s 0.21 1.62 0.11 0.27 -chair chair NOM f s 37.07 101.69 36.01 90.81 -chaire chaire NOM f s 1.46 5.74 1.46 5.47 -chaires chaire NOM f p 1.46 5.74 0.00 0.27 -chairman chairman NOM m s 0.03 0.27 0.03 0.27 -chairs chair NOM f p 37.07 101.69 1.07 10.88 -chais chai NOM m p 0.21 1.62 0.10 1.35 -chaise chaise NOM f s 40.02 118.31 32.70 86.35 -chaises chaise NOM f p 40.02 118.31 7.33 31.96 -chaisière chaisier NOM f s 0.00 0.68 0.00 0.54 -chaisières chaisier NOM f p 0.00 0.68 0.00 0.14 -chaix chaix NOM m 0.00 0.27 0.00 0.27 -chaland chaland NOM m s 0.53 3.11 0.50 1.49 -chalands chaland NOM m p 0.53 3.11 0.03 1.62 -chalazions chalazion NOM m p 0.00 0.07 0.00 0.07 -chaldaïques chaldaïque ADJ m p 0.00 0.07 0.00 0.07 -chaldéen chaldéen NOM m s 0.03 0.20 0.01 0.00 -chaldéens chaldéen NOM m p 0.03 0.20 0.02 0.20 -chalet chalet NOM m s 4.38 8.11 3.92 7.16 -chalets chalet NOM m p 4.38 8.11 0.46 0.95 -chaleur chaleur NOM f s 39.13 116.22 38.77 112.23 -chaleureuse chaleureux ADJ f s 5.72 11.55 1.29 4.32 -chaleureusement chaleureusement ADV 1.46 1.89 1.46 1.89 -chaleureuses chaleureux ADJ f p 5.72 11.55 0.47 1.01 -chaleureux chaleureux ADJ m 5.72 11.55 3.96 6.22 -chaleurs chaleur NOM f p 39.13 116.22 0.36 3.99 -challenge challenge NOM m s 1.69 0.27 1.41 0.27 -challenger challenger NOM m s 1.47 0.47 0.94 0.41 -challengers challenger NOM m p 1.47 0.47 0.53 0.07 -challenges challenge NOM m p 1.69 0.27 0.29 0.00 -challengeur challengeur NOM m s 0.01 0.00 0.01 0.00 -chalon chalon NOM m s 0.14 2.64 0.14 2.57 -chalonnaises chalonnais ADJ f p 0.00 0.07 0.00 0.07 -chalons chalon NOM m p 0.14 2.64 0.00 0.07 -chaloupait chalouper VER 0.01 1.01 0.00 0.14 ind:imp:3s; -chaloupant chalouper VER 0.01 1.01 0.00 0.20 par:pre; -chaloupe chaloupe NOM f s 0.82 2.50 0.73 1.89 -chalouper chalouper VER 0.01 1.01 0.00 0.07 inf; -chaloupes chaloupe NOM f p 0.82 2.50 0.09 0.61 -chaloupé chalouper VER m s 0.01 1.01 0.00 0.20 par:pas; -chaloupée chaloupé ADJ f s 0.01 0.74 0.01 0.54 -chaloupées chalouper VER f p 0.01 1.01 0.00 0.07 par:pas; -chaloupés chalouper VER m p 0.01 1.01 0.00 0.07 par:pas; -chalumeau chalumeau NOM m s 1.63 2.70 1.59 2.36 -chalumeaux chalumeau NOM m p 1.63 2.70 0.03 0.34 -chalut chalut NOM m s 0.04 0.27 0.04 0.20 -chalutier_patrouilleur chalutier_patrouilleur NOM m s 0.00 0.07 0.00 0.07 -chalutier chalutier NOM m s 1.13 3.18 0.66 1.28 -chalutiers chalutier NOM m p 1.13 3.18 0.47 1.89 -chaluts chalut NOM m p 0.04 0.27 0.00 0.07 -chamade chamade NOM f s 0.75 1.35 0.75 1.35 -chamaillaient chamailler VER 2.11 3.45 0.05 0.88 ind:imp:3p; -chamaillait chamailler VER 2.11 3.45 0.03 0.34 ind:imp:3s; -chamaillant chamailler VER 2.11 3.45 0.04 0.07 par:pre; -chamaille chamailler VER 2.11 3.45 0.21 0.14 ind:pre:1s;ind:pre:3s; -chamaillent chamailler VER 2.11 3.45 0.13 0.47 ind:pre:3p; -chamailler chamailler VER 2.11 3.45 1.22 1.08 inf; -chamaillerie chamaillerie NOM f s 0.77 0.61 0.00 0.07 -chamailleries chamaillerie NOM f p 0.77 0.61 0.77 0.54 -chamailleur chamailleur ADJ m s 0.01 0.20 0.01 0.00 -chamailleurs chamailleur ADJ m p 0.01 0.20 0.00 0.14 -chamailleuse chamailleur ADJ f s 0.01 0.20 0.00 0.07 -chamaillez chamailler VER 2.11 3.45 0.22 0.07 imp:pre:2p;ind:pre:2p; -chamaillions chamailler VER 2.11 3.45 0.00 0.07 ind:imp:1p; -chamaillis chamaillis NOM m 0.00 0.07 0.00 0.07 -chamaillons chamailler VER 2.11 3.45 0.13 0.00 ind:pre:1p; -chamaillèrent chamailler VER 2.11 3.45 0.00 0.07 ind:pas:3p; -chamaillé chamailler VER m s 2.11 3.45 0.02 0.00 par:pas; -chamaillés chamailler VER m p 2.11 3.45 0.08 0.27 par:pas; -chaman chaman NOM m s 1.03 0.41 0.97 0.20 -chamane chamane NOM m s 0.04 0.14 0.02 0.07 -chamanes chamane NOM m p 0.04 0.14 0.01 0.07 -chamanisme chamanisme NOM m s 0.04 0.14 0.04 0.14 -chamans chaman NOM m p 1.03 0.41 0.06 0.20 -chamarré chamarré ADJ m s 0.14 1.82 0.14 0.81 -chamarrée chamarré ADJ f s 0.14 1.82 0.01 0.27 -chamarrées chamarré ADJ f p 0.14 1.82 0.00 0.14 -chamarrures chamarrure NOM f p 0.00 0.07 0.00 0.07 -chamarrés chamarré ADJ m p 0.14 1.82 0.00 0.61 -chambard chambard NOM m s 0.22 0.20 0.22 0.20 -chambarda chambarder VER 0.02 0.34 0.00 0.07 ind:pas:3s; -chambardait chambarder VER 0.02 0.34 0.00 0.07 ind:imp:3s; -chambardement chambardement NOM m s 0.17 0.68 0.17 0.61 -chambardements chambardement NOM m p 0.17 0.68 0.00 0.07 -chambarder chambarder VER 0.02 0.34 0.02 0.07 inf; -chambardé chambarder VER m s 0.02 0.34 0.00 0.07 par:pas; -chambardée chambarder VER f s 0.02 0.34 0.00 0.07 par:pas; -chambellan chambellan NOM m s 0.55 0.88 0.53 0.61 -chambellans chambellan NOM m p 0.55 0.88 0.02 0.27 -chambertin chambertin NOM m s 0.04 0.68 0.04 0.61 -chambertins chambertin NOM m p 0.04 0.68 0.00 0.07 -chamboulaient chambouler VER 2.76 2.23 0.00 0.14 ind:imp:3p; -chamboulait chambouler VER 2.76 2.23 0.00 0.14 ind:imp:3s; -chamboulant chambouler VER 2.76 2.23 0.01 0.07 par:pre; -chamboule chambouler VER 2.76 2.23 0.41 0.07 imp:pre:2s;ind:pre:1s;ind:pre:3s; -chamboulement chamboulement NOM m s 0.04 0.20 0.03 0.20 -chamboulements chamboulement NOM m p 0.04 0.20 0.01 0.00 -chamboulent chambouler VER 2.76 2.23 0.17 0.00 ind:pre:3p; -chambouler chambouler VER 2.76 2.23 0.58 0.54 inf; -chambouleras chambouler VER 2.76 2.23 0.00 0.07 ind:fut:2s; -chamboulez chambouler VER 2.76 2.23 0.03 0.00 imp:pre:2p;ind:pre:2p; -chamboulât chambouler VER 2.76 2.23 0.00 0.07 sub:imp:3s; -chamboulé chambouler VER m s 2.76 2.23 0.85 0.34 par:pas; -chamboulée chambouler VER f s 2.76 2.23 0.51 0.68 par:pas; -chamboulées chambouler VER f p 2.76 2.23 0.16 0.07 par:pas; -chamboulés chambouler VER m p 2.76 2.23 0.04 0.07 par:pas; -chambra chambrer VER 1.50 3.31 0.02 0.14 ind:pas:3s; -chambrais chambrer VER 1.50 3.31 0.00 0.07 ind:imp:1s; -chambrait chambrer VER 1.50 3.31 0.00 0.20 ind:imp:3s; -chambranle chambranle NOM m s 0.09 4.26 0.09 4.12 -chambranles chambranle NOM m p 0.09 4.26 0.00 0.14 -chambrant chambrer VER 1.50 3.31 0.00 0.27 par:pre; -chambre_salon chambre_salon NOM f s 0.00 0.07 0.00 0.07 -chambre chambre NOM f s 288.64 413.31 263.93 380.07 -chambrent chambrer VER 1.50 3.31 0.01 0.14 ind:pre:3p; -chambrer chambrer VER 1.50 3.31 0.39 0.41 inf; -chambres chambre NOM f p 288.64 413.31 24.71 33.24 -chambrette chambrette NOM f s 0.24 2.50 0.24 2.50 -chambrez chambrer VER 1.50 3.31 0.01 0.00 ind:pre:2p; -chambrière chambrière NOM f s 0.01 1.35 0.01 0.81 -chambrières chambrière NOM f p 0.01 1.35 0.00 0.54 -chambré chambrer VER m s 1.50 3.31 0.02 0.61 par:pas; -chambrée chambrée NOM f s 0.98 1.89 0.64 1.62 -chambrées chambrée NOM f p 0.98 1.89 0.34 0.27 -chameau chameau NOM m s 10.87 10.54 7.21 5.41 -chameaux chameau NOM m p 10.87 10.54 3.34 4.73 -chamelier chamelier NOM m s 0.12 0.41 0.11 0.20 -chameliers chamelier NOM m p 0.12 0.41 0.01 0.20 -chamelle chameau NOM f s 10.87 10.54 0.32 0.27 -chamelles chamelle NOM f p 0.12 0.00 0.12 0.00 -chamois chamois NOM m 0.61 2.57 0.61 2.57 -chamoisine chamoisine NOM f s 0.00 0.07 0.00 0.07 -champ champ NOM m s 57.22 106.49 0.04 1.76 -champ champ NOM m s 57.22 106.49 38.05 51.76 -champagne champagne NOM m s 32.49 29.86 32.38 29.86 -champagnes champagne NOM m p 32.49 29.86 0.12 0.00 -champagnisés champagniser VER m p 0.00 0.07 0.00 0.07 par:pas; -champenois champenois NOM m 0.00 4.19 0.00 4.12 -champenoise champenois ADJ f s 0.00 1.62 0.00 0.34 -champenoises champenois NOM f p 0.00 4.19 0.00 0.07 -champi champi NOM m s 0.02 0.14 0.00 0.14 -champignon champignon NOM m s 11.03 12.97 3.34 3.99 -champignonnaient champignonner VER 0.00 0.27 0.00 0.07 ind:imp:3p; -champignonnait champignonner VER 0.00 0.27 0.00 0.07 ind:imp:3s; -champignonne champignonner VER 0.00 0.27 0.00 0.07 ind:pre:3s; -champignonnent champignonner VER 0.00 0.27 0.00 0.07 ind:pre:3p; -champignonnière champignonnière NOM f s 0.01 0.34 0.01 0.27 -champignonnières champignonnière NOM f p 0.01 0.34 0.00 0.07 -champignons champignon NOM m p 11.03 12.97 7.69 8.99 -champion champion NOM m s 34.90 15.07 27.69 10.81 -championnat championnat NOM m s 8.24 2.97 6.87 2.57 -championnats championnat NOM m p 8.24 2.97 1.38 0.41 -championne champion NOM f s 34.90 15.07 2.46 1.08 -championnes championne NOM f p 0.12 0.00 0.12 0.00 -champions champion NOM m p 34.90 15.07 4.75 2.97 -champis champi NOM m p 0.02 0.14 0.02 0.00 -champs_élysées champs_élysées NOM m p 0.00 0.14 0.00 0.14 -champs champ NOM m p 57.22 106.49 19.14 52.97 -champêtre champêtre ADJ s 0.70 6.01 0.47 4.66 -champêtres champêtre ADJ p 0.70 6.01 0.23 1.35 -chance chance NOM s 360.60 136.35 334.02 114.05 -chancel chancel NOM m s 0.01 0.00 0.01 0.00 -chancela chanceler VER 1.06 7.50 0.00 1.08 ind:pas:3s; -chancelai chanceler VER 1.06 7.50 0.00 0.07 ind:pas:1s; -chancelaient chanceler VER 1.06 7.50 0.00 0.07 ind:imp:3p; -chancelais chanceler VER 1.06 7.50 0.01 0.14 ind:imp:1s; -chancelait chanceler VER 1.06 7.50 0.03 1.69 ind:imp:3s; -chancelant chanceler VER 1.06 7.50 0.29 0.88 par:pre; -chancelante chancelant ADJ f s 0.23 2.23 0.04 1.08 -chancelantes chancelant ADJ f p 0.23 2.23 0.01 0.27 -chancelants chancelant ADJ m p 0.23 2.23 0.14 0.27 -chanceler chanceler VER 1.06 7.50 0.14 1.22 inf; -chancelier chancelier NOM m s 3.08 2.03 2.97 1.69 -chanceliers chancelier NOM m p 3.08 2.03 0.11 0.20 -chancelions chanceler VER 1.06 7.50 0.00 0.07 ind:imp:1p; -chancelière chancelière NOM f s 0.06 0.00 0.06 0.00 -chancelières chancelier NOM f p 3.08 2.03 0.00 0.14 -chancelle chanceler VER 1.06 7.50 0.56 1.28 ind:pre:1s;ind:pre:3s; -chancellent chanceler VER 1.06 7.50 0.02 0.27 ind:pre:3p; -chancellerie chancellerie NOM f s 1.21 2.70 1.20 1.69 -chancelleries chancellerie NOM f p 1.21 2.70 0.01 1.01 -chancelèrent chanceler VER 1.06 7.50 0.00 0.20 ind:pas:3p; -chancelé chanceler VER m s 1.06 7.50 0.01 0.54 par:pas; -chances chance NOM f p 360.60 136.35 26.58 22.30 -chanceuse chanceux ADJ f s 12.88 1.08 2.49 0.27 -chanceuses chanceux ADJ f p 12.88 1.08 0.15 0.07 -chanceux chanceux ADJ m 12.88 1.08 10.24 0.74 -chanci chancir VER m s 0.00 0.14 0.00 0.14 par:pas; -chancre chancre NOM m s 0.83 1.08 0.53 0.74 -chancres chancre NOM m p 0.83 1.08 0.30 0.34 -chand chand NOM m s 0.00 0.14 0.00 0.14 -chandail chandail NOM m s 0.82 14.19 0.63 11.42 -chandails chandail NOM m p 0.82 14.19 0.19 2.77 -chandeleur chandeleur NOM f s 0.52 0.47 0.52 0.47 -chandelier chandelier NOM m s 1.71 4.12 1.36 1.82 -chandeliers chandelier NOM m p 1.71 4.12 0.34 2.30 -chandelle chandelle NOM f s 5.15 12.57 3.51 7.91 -chandelles chandelle NOM f p 5.15 12.57 1.64 4.66 -chanfrein chanfrein NOM m s 0.00 0.54 0.00 0.54 -chanfreinée chanfreiner VER f s 0.00 0.07 0.00 0.07 par:pas; -change changer VER 411.98 246.49 67.83 30.20 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:1s;sub:pre:3s; -changea changer VER 411.98 246.49 2.04 12.43 ind:pas:3s; -changeai changer VER 411.98 246.49 0.04 0.61 ind:pas:1s; -changeaient changer VER 411.98 246.49 0.44 4.12 ind:imp:3p; -changeais changer VER 411.98 246.49 1.56 1.89 ind:imp:1s;ind:imp:2s; -changeait changer VER 411.98 246.49 3.30 18.11 ind:imp:3s; -changeant changer VER 411.98 246.49 1.38 6.15 par:pre; -changeante changeant ADJ f s 1.60 5.47 0.36 1.96 -changeantes changeant ADJ f p 1.60 5.47 0.02 0.61 -changeants changeant ADJ m p 1.60 5.47 0.03 1.01 -changeas changer VER 411.98 246.49 0.01 0.00 ind:pas:2s; -changement changement NOM m s 37.70 36.42 27.00 26.28 -changements changement NOM m p 37.70 36.42 10.70 10.14 -changent changer VER 411.98 246.49 12.39 5.34 ind:pre:3p; -changeâmes changer VER 411.98 246.49 0.00 0.27 ind:pas:1p; -changeons changer VER 411.98 246.49 2.74 0.68 imp:pre:1p;ind:pre:1p; -changeât changer VER 411.98 246.49 0.00 0.81 sub:imp:3s; -changer changer VER 411.98 246.49 140.49 72.30 inf;; -changera changer VER 411.98 246.49 16.54 5.07 ind:fut:3s; -changerai changer VER 411.98 246.49 3.15 0.74 ind:fut:1s; -changeraient changer VER 411.98 246.49 0.23 0.61 cnd:pre:3p; -changerais changer VER 411.98 246.49 1.92 0.88 cnd:pre:1s;cnd:pre:2s; -changerait changer VER 411.98 246.49 6.29 4.32 cnd:pre:3s; -changeras changer VER 411.98 246.49 2.92 0.81 ind:fut:2s; -changerez changer VER 411.98 246.49 1.29 0.07 ind:fut:2p; -changeriez changer VER 411.98 246.49 0.29 0.00 cnd:pre:2p; -changerons changer VER 411.98 246.49 0.58 0.27 ind:fut:1p; -changeront changer VER 411.98 246.49 1.65 1.01 ind:fut:3p; -changes changer VER 411.98 246.49 9.22 1.82 ind:pre:2s; -changeur changeur NOM m s 0.47 0.61 0.42 0.41 -changeurs changeur NOM m p 0.47 0.61 0.03 0.20 -changeuse changeur NOM f s 0.47 0.61 0.02 0.00 -changez changer VER 411.98 246.49 10.18 1.28 imp:pre:2p;ind:pre:2p; -changiez changer VER 411.98 246.49 0.80 0.14 ind:imp:2p; -changions changer VER 411.98 246.49 0.03 0.27 ind:imp:1p; -changèrent changer VER 411.98 246.49 0.38 0.95 ind:pas:3p; -changé changer VER m s 411.98 246.49 117.83 68.85 par:pas; -changée changer VER f s 411.98 246.49 3.94 4.32 par:pas; -changées changer VER f p 411.98 246.49 1.01 0.68 par:pas; -changés changer VER m p 411.98 246.49 1.52 1.49 par:pas; -chanoine chanoine NOM m s 0.44 11.96 0.43 11.28 -chanoines chanoine NOM m p 0.44 11.96 0.01 0.68 -chanoinesse chanoinesse NOM f s 0.00 0.54 0.00 0.27 -chanoinesses chanoinesse NOM f p 0.00 0.54 0.00 0.27 -chanson chanson NOM f s 84.92 46.55 64.50 26.15 -chansonner chansonner VER 0.01 0.00 0.01 0.00 inf; -chansonnette chansonnette NOM f s 1.25 2.43 1.00 1.69 -chansonnettes chansonnette NOM f p 1.25 2.43 0.25 0.74 -chansonnier chansonnier NOM m s 0.03 1.62 0.03 0.61 -chansonniers chansonnier NOM m p 0.03 1.62 0.00 1.01 -chansons chanson NOM f p 84.92 46.55 20.42 20.41 -chanstiquait chanstiquer VER 0.00 1.22 0.00 0.07 ind:imp:3s; -chanstique chanstiquer VER 0.00 1.22 0.00 0.41 ind:pre:1s;ind:pre:3s; -chanstiquent chanstiquer VER 0.00 1.22 0.00 0.07 ind:pre:3p; -chanstiquer chanstiquer VER 0.00 1.22 0.00 0.20 inf; -chanstiquèrent chanstiquer VER 0.00 1.22 0.00 0.07 ind:pas:3p; -chanstiqué chanstiquer VER m s 0.00 1.22 0.00 0.34 par:pas; -chanstiquée chanstiquer VER f s 0.00 1.22 0.00 0.07 par:pas; -chant chant NOM m s 25.90 42.03 17.64 28.38 -chanta chanter VER 166.34 125.81 0.43 6.62 ind:pas:3s; -chantage chantage NOM m s 8.51 7.64 8.50 7.43 -chantages chantage NOM m p 8.51 7.64 0.01 0.20 -chantai chanter VER 166.34 125.81 0.00 0.14 ind:pas:1s; -chantaient chanter VER 166.34 125.81 1.98 8.24 ind:imp:3p; -chantais chanter VER 166.34 125.81 3.56 1.22 ind:imp:1s;ind:imp:2s; -chantait chanter VER 166.34 125.81 8.76 22.57 ind:imp:3s; -chantant chanter VER 166.34 125.81 4.34 10.14 par:pre; -chantante chantant ADJ f s 1.03 7.36 0.23 3.24 -chantantes chantant ADJ f p 1.03 7.36 0.02 0.68 -chantants chantant ADJ m p 1.03 7.36 0.21 0.47 -chante chanter VER 166.34 125.81 56.16 18.45 imp:pre:2s;ind:pre:1s;ind:pre:3s; -chanteau chanteau NOM m s 0.00 0.14 0.00 0.14 -chantent chanter VER 166.34 125.81 7.10 7.70 ind:pre:3p; -chanter chanter VER 166.34 125.81 48.12 34.26 inf; -chantera chanter VER 166.34 125.81 2.39 0.68 ind:fut:3s; -chanterai chanter VER 166.34 125.81 1.31 0.41 ind:fut:1s; -chanteraient chanter VER 166.34 125.81 0.09 0.20 cnd:pre:3p; -chanterais chanter VER 166.34 125.81 0.50 0.07 cnd:pre:1s;cnd:pre:2s; -chanterait chanter VER 166.34 125.81 0.31 0.74 cnd:pre:3s; -chanteras chanter VER 166.34 125.81 0.79 0.07 ind:fut:2s; -chanterelle chanterelle NOM f s 0.05 0.27 0.01 0.14 -chanterelles chanterelle NOM f p 0.05 0.27 0.04 0.14 -chanterez chanter VER 166.34 125.81 0.45 0.14 ind:fut:2p; -chanteriez chanter VER 166.34 125.81 0.04 0.00 cnd:pre:2p; -chanterons chanter VER 166.34 125.81 0.25 0.00 ind:fut:1p; -chanteront chanter VER 166.34 125.81 0.46 0.27 ind:fut:3p; -chantes chanter VER 166.34 125.81 6.97 2.09 ind:pre:2s; -chanteur chanteur NOM m s 20.25 20.07 9.80 9.19 -chanteurs chanteur NOM m p 20.25 20.07 2.65 4.93 -chanteuse_vedette chanteuse_vedette NOM f s 0.00 0.07 0.00 0.07 -chanteuse chanteur NOM f s 20.25 20.07 7.81 4.39 -chanteuses chanteuse NOM f p 0.91 0.00 0.91 0.00 -chantez chanter VER 166.34 125.81 8.26 0.74 imp:pre:2p;ind:pre:2p; -chançard chançard NOM m s 0.17 0.07 0.16 0.07 -chançarde chançard NOM f s 0.17 0.07 0.01 0.00 -chantier chantier NOM m s 12.96 22.50 9.93 15.14 -chantiers chantier NOM m p 12.96 22.50 3.03 7.36 -chantiez chanter VER 166.34 125.81 0.81 0.00 ind:imp:2p; -chantilly chantilly NOM f s 0.59 0.74 0.59 0.74 -chantions chanter VER 166.34 125.81 0.24 0.95 ind:imp:1p; -chantâmes chanter VER 166.34 125.81 0.00 0.14 ind:pas:1p; -chantonna chantonner VER 2.84 14.86 0.00 2.43 ind:pas:3s; -chantonnai chantonner VER 2.84 14.86 0.00 0.07 ind:pas:1s; -chantonnaient chantonner VER 2.84 14.86 0.00 0.41 ind:imp:3p; -chantonnais chantonner VER 2.84 14.86 0.01 0.14 ind:imp:1s; -chantonnait chantonner VER 2.84 14.86 0.02 3.65 ind:imp:3s; -chantonnant chantonner VER 2.84 14.86 0.03 2.57 par:pre; -chantonnante chantonnant ADJ f s 0.00 0.41 0.00 0.20 -chantonne chantonner VER 2.84 14.86 2.27 2.50 imp:pre:2s;ind:pre:3s;sub:pre:3s; -chantonnement chantonnement NOM m s 0.00 0.74 0.00 0.74 -chantonnent chantonner VER 2.84 14.86 0.14 0.34 ind:pre:3p; -chantonner chantonner VER 2.84 14.86 0.35 2.23 inf; -chantonnèrent chantonner VER 2.84 14.86 0.00 0.07 ind:pas:3p; -chantonné chantonner VER m s 2.84 14.86 0.03 0.34 par:pas; -chantonnée chantonner VER f s 2.84 14.86 0.00 0.07 par:pas; -chantonnés chantonner VER m p 2.84 14.86 0.00 0.07 par:pas; -chantons chanter VER 166.34 125.81 3.98 0.54 imp:pre:1p;ind:pre:1p; -chantât chanter VER 166.34 125.81 0.00 0.27 sub:imp:3s; -chantoung chantoung NOM m s 0.00 0.20 0.00 0.20 -chantourner chantourner VER 0.00 0.68 0.00 0.07 inf; -chantourné chantourner VER m s 0.00 0.68 0.00 0.14 par:pas; -chantournées chantourner VER f p 0.00 0.68 0.00 0.27 par:pas; -chantournés chantourner VER m p 0.00 0.68 0.00 0.20 par:pas; -chantre chantre NOM m s 0.46 1.82 0.44 1.35 -chantrerie chantrerie NOM f s 0.01 0.00 0.01 0.00 -chantres chantre NOM m p 0.46 1.82 0.02 0.47 -chants chant NOM m p 25.90 42.03 8.26 13.65 -chantèrent chanter VER 166.34 125.81 0.17 0.95 ind:pas:3p; -chanté chanter VER m s 166.34 125.81 7.81 6.15 par:pas; -chantée chanter VER f s 166.34 125.81 0.94 1.01 par:pas; -chantées chanter VER f p 166.34 125.81 0.06 0.81 par:pas; -chantés chanter VER m p 166.34 125.81 0.08 0.27 par:pas; -chanvre chanvre NOM m s 0.77 2.91 0.77 2.84 -chanvres chanvre NOM m p 0.77 2.91 0.00 0.07 -chao chao ADV 0.15 0.07 0.15 0.07 -chaos chaos NOM m 11.30 10.20 11.30 10.20 -chaotique chaotique ADJ s 0.95 2.57 0.76 1.89 -chaotiquement chaotiquement ADV 0.00 0.07 0.00 0.07 -chaotiques chaotique ADJ p 0.95 2.57 0.20 0.68 -chaouch chaouch NOM m s 0.00 0.54 0.00 0.34 -chaouchs chaouch NOM m p 0.00 0.54 0.00 0.20 -chaparda chaparder VER 0.16 1.28 0.00 0.07 ind:pas:3s; -chapardage chapardage NOM m s 0.09 0.27 0.06 0.07 -chapardages chapardage NOM m p 0.09 0.27 0.02 0.20 -chapardait chaparder VER 0.16 1.28 0.01 0.14 ind:imp:3s; -chapardant chaparder VER 0.16 1.28 0.01 0.00 par:pre; -chapardent chaparder VER 0.16 1.28 0.01 0.14 ind:pre:3p; -chaparder chaparder VER 0.16 1.28 0.08 0.74 inf; -chapardeur chapardeur NOM m s 0.07 0.68 0.02 0.20 -chapardeurs chapardeur NOM m p 0.07 0.68 0.03 0.41 -chapardeuse chapardeur NOM f s 0.07 0.68 0.02 0.07 -chapardé chaparder VER m s 0.16 1.28 0.04 0.07 par:pas; -chapardée chaparder VER f s 0.16 1.28 0.00 0.07 par:pas; -chapardées chaparder VER f p 0.16 1.28 0.00 0.07 par:pas; -chaparral chaparral NOM m s 0.12 0.00 0.10 0.00 -chaparrals chaparral NOM m p 0.12 0.00 0.02 0.00 -chape chape NOM f s 0.10 2.23 0.10 2.16 -chapeau chapeau NOM m s 54.91 88.04 48.61 72.91 -chapeautait chapeauter VER 0.08 1.08 0.01 0.07 ind:imp:3s; -chapeaute chapeauter VER 0.08 1.08 0.04 0.14 ind:pre:1s;ind:pre:3s; -chapeauter chapeauter VER 0.08 1.08 0.01 0.07 inf; -chapeauté chapeauté ADJ m s 0.01 0.95 0.01 0.14 -chapeautée chapeauter VER f s 0.08 1.08 0.02 0.27 par:pas; -chapeautées chapeauté ADJ f p 0.01 0.95 0.00 0.20 -chapeautés chapeauté ADJ m p 0.01 0.95 0.00 0.20 -chapeaux chapeau NOM m p 54.91 88.04 6.29 15.14 -chapelain chapelain NOM m s 0.21 0.74 0.21 0.61 -chapelains chapelain NOM m p 0.21 0.74 0.00 0.14 -chapelet chapelet NOM m s 1.91 12.91 1.54 9.73 -chapelets chapelet NOM m p 1.91 12.91 0.37 3.18 -chapelier chapelier NOM m s 0.24 0.88 0.23 0.61 -chapeliers chapelier NOM m p 0.24 0.88 0.01 0.27 -chapelle chapelle NOM f s 7.42 35.88 7.37 32.36 -chapellerie chapellerie NOM f s 0.00 0.20 0.00 0.20 -chapelles chapelle NOM f p 7.42 35.88 0.05 3.51 -chapelure chapelure NOM f s 0.31 0.54 0.31 0.47 -chapelures chapelure NOM f p 0.31 0.54 0.00 0.07 -chaperon chaperon NOM m s 3.84 1.35 3.71 1.22 -chaperonnais chaperonner VER 0.28 0.54 0.01 0.07 ind:imp:1s; -chaperonnait chaperonner VER 0.28 0.54 0.01 0.20 ind:imp:3s; -chaperonner chaperonner VER 0.28 0.54 0.21 0.07 inf; -chaperonné chaperonner VER m s 0.28 0.54 0.03 0.07 par:pas; -chaperonnée chaperonner VER f s 0.28 0.54 0.01 0.07 par:pas; -chaperonnés chaperonner VER m p 0.28 0.54 0.01 0.07 par:pas; -chaperons chaperon NOM m p 3.84 1.35 0.13 0.14 -chapes chape NOM f p 0.10 2.23 0.00 0.07 -chapiteau chapiteau NOM m s 1.84 3.45 1.83 1.96 -chapiteau_dortoir chapiteau_dortoir NOM m p 0.00 0.07 0.00 0.07 -chapiteaux chapiteau NOM m p 1.84 3.45 0.01 1.49 -chapitre chapitre NOM m s 13.00 38.65 12.10 35.81 -chapitrer chapitrer VER 0.35 1.35 0.02 0.47 inf; -chapitres chapitre NOM m p 13.00 38.65 0.91 2.84 -chapitré chapitrer VER m s 0.35 1.35 0.02 0.20 par:pas; -chapitrée chapitrer VER f s 0.35 1.35 0.01 0.14 par:pas; -chapitrées chapitrer VER f p 0.35 1.35 0.00 0.14 par:pas; -chapka chapka NOM f s 0.23 1.15 0.23 1.15 -chaplinesque chaplinesque ADJ f s 0.00 0.14 0.00 0.14 -chapon chapon NOM m s 1.16 0.41 0.58 0.20 -chapons chapon NOM m p 1.16 0.41 0.58 0.20 -chappe chappe NOM m s 0.00 0.20 0.00 0.20 -chapska chapska NOM m s 0.00 0.20 0.00 0.14 -chapskas chapska NOM m p 0.00 0.20 0.00 0.07 -chapés chapé ADJ m p 0.00 0.07 0.00 0.07 -chaque chaque ADJ:ind s 246.29 486.35 246.29 486.35 -char char NOM m s 11.86 27.57 8.60 7.91 -charabia charabia NOM m s 2.46 1.55 2.46 1.42 -charabias charabia NOM m p 2.46 1.55 0.00 0.14 -charade charade NOM f s 0.53 0.74 0.12 0.27 -charades charade NOM f p 0.53 0.74 0.41 0.47 -charale charale NOM f s 0.03 0.00 0.03 0.00 -charançon charançon NOM m s 0.20 0.47 0.07 0.14 -charançonné charançonné ADJ m s 0.00 0.27 0.00 0.07 -charançonnée charançonné ADJ f s 0.00 0.27 0.00 0.07 -charançonnés charançonné ADJ m p 0.00 0.27 0.00 0.14 -charançons charançon NOM m p 0.20 0.47 0.14 0.34 -charbon charbon NOM m s 9.24 24.59 8.39 21.96 -charbonnages charbonnage NOM m p 0.27 0.68 0.27 0.68 -charbonnaient charbonner VER 0.00 1.28 0.00 0.14 ind:imp:3p; -charbonnait charbonner VER 0.00 1.28 0.00 0.20 ind:imp:3s; -charbonne charbonner VER 0.00 1.28 0.00 0.27 ind:pre:3s; -charbonnent charbonner VER 0.00 1.28 0.00 0.14 ind:pre:3p; -charbonner charbonner VER 0.00 1.28 0.00 0.07 inf; -charbonnette charbonnette NOM f s 0.00 0.14 0.00 0.14 -charbonneuse charbonneux ADJ f s 0.00 4.46 0.00 1.01 -charbonneuses charbonneux ADJ f p 0.00 4.46 0.00 0.95 -charbonneux charbonneux ADJ m 0.00 4.46 0.00 2.50 -charbonnier charbonnier ADJ m s 0.13 0.95 0.10 0.61 -charbonniers charbonnier NOM m p 0.04 2.36 0.03 1.01 -charbonnière charbonnier ADJ f s 0.13 0.95 0.02 0.34 -charbonnières charbonnière NOM f p 0.00 0.47 0.00 0.14 -charbonné charbonner VER m s 0.00 1.28 0.00 0.14 par:pas; -charbonnées charbonner VER f p 0.00 1.28 0.00 0.14 par:pas; -charbonnés charbonner VER m p 0.00 1.28 0.00 0.20 par:pas; -charbons charbon NOM m p 9.24 24.59 0.85 2.64 -charca charca NOM s 0.00 0.47 0.00 0.47 -charcutage charcutage NOM m s 0.04 0.14 0.04 0.14 -charcutaient charcuter VER 1.15 1.15 0.00 0.14 ind:imp:3p; -charcutaille charcutaille NOM f s 0.01 0.27 0.01 0.27 -charcutait charcuter VER 1.15 1.15 0.03 0.07 ind:imp:3s; -charcute charcuter VER 1.15 1.15 0.26 0.14 imp:pre:2s;ind:pre:1s;ind:pre:3s; -charcuter charcuter VER 1.15 1.15 0.60 0.47 inf; -charcuterie charcuterie NOM f s 0.94 5.20 0.81 4.32 -charcuteries charcuterie NOM f p 0.94 5.20 0.14 0.88 -charcutez charcuter VER 1.15 1.15 0.01 0.14 imp:pre:2p;ind:pre:2p; -charcutier charcutier NOM m s 0.04 4.73 0.03 2.70 -charcutiers charcutier NOM m p 0.04 4.73 0.01 0.81 -charcutière charcutier NOM f s 0.04 4.73 0.00 0.95 -charcutières charcutier NOM f p 0.04 4.73 0.00 0.27 -charcuté charcuter VER m s 1.15 1.15 0.20 0.00 par:pas; -charcutée charcuter VER f s 1.15 1.15 0.05 0.07 par:pas; -charcutées charcuter VER f p 1.15 1.15 0.01 0.07 par:pas; -charcutés charcuter VER m p 1.15 1.15 0.00 0.07 par:pas; -chardon chardon NOM m s 0.28 3.38 0.20 1.01 -chardonay chardonay NOM m s 0.04 0.00 0.04 0.00 -chardonnay chardonnay NOM m s 0.41 0.00 0.41 0.00 -chardonneret chardonneret NOM m s 0.10 0.34 0.00 0.07 -chardonnerets chardonneret NOM m p 0.10 0.34 0.10 0.27 -chardons chardon NOM m p 0.28 3.38 0.08 2.36 -charentaise charentais NOM f s 0.01 2.09 0.00 0.07 -charentaises charentais NOM f p 0.01 2.09 0.01 2.03 -charge charger VER 93.02 122.16 28.43 7.97 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:1s;sub:pre:3s; -chargea charger VER 93.02 122.16 0.24 4.46 ind:pas:3s; -chargeai charger VER 93.02 122.16 0.01 1.35 ind:pas:1s; -chargeaient charger VER 93.02 122.16 0.14 2.43 ind:imp:3p; -chargeais charger VER 93.02 122.16 0.43 0.47 ind:imp:1s;ind:imp:2s; -chargeait charger VER 93.02 122.16 0.68 7.16 ind:imp:3s; -chargeant charger VER 93.02 122.16 0.14 1.82 par:pre; -chargement chargement NOM m s 7.14 6.42 6.37 5.68 -chargements chargement NOM m p 7.14 6.42 0.78 0.74 -chargent charger VER 93.02 122.16 1.63 2.03 ind:pre:3p; -chargeons charger VER 93.02 122.16 0.53 0.14 imp:pre:1p;ind:pre:1p; -chargeât charger VER 93.02 122.16 0.00 0.34 sub:imp:3s; -charger charger VER 93.02 122.16 15.58 10.20 inf; -chargera charger VER 93.02 122.16 2.56 0.95 ind:fut:3s; -chargerai charger VER 93.02 122.16 1.92 0.68 ind:fut:1s; -chargeraient charger VER 93.02 122.16 0.14 0.68 cnd:pre:3p; -chargerais charger VER 93.02 122.16 0.11 0.14 cnd:pre:1s;cnd:pre:2s; -chargerait charger VER 93.02 122.16 0.22 1.08 cnd:pre:3s; -chargeras charger VER 93.02 122.16 0.28 0.07 ind:fut:2s; -chargerez charger VER 93.02 122.16 0.37 0.07 ind:fut:2p; -chargerons charger VER 93.02 122.16 0.24 0.14 ind:fut:1p; -chargeront charger VER 93.02 122.16 0.39 0.34 ind:fut:3p; -charges charge NOM f p 32.86 41.28 7.88 5.20 -chargeur chargeur NOM m s 4.63 3.72 3.68 2.77 -chargeurs chargeur NOM m p 4.63 3.72 0.95 0.95 -chargez charger VER 93.02 122.16 5.37 0.54 imp:pre:2p;ind:pre:2p; -chargiez charger VER 93.02 122.16 0.11 0.00 ind:imp:2p; -chargions charger VER 93.02 122.16 0.01 0.20 ind:imp:1p; -chargèrent charger VER 93.02 122.16 0.01 1.15 ind:pas:3p; -chargé charger VER m s 93.02 122.16 23.18 40.07 par:pas; -chargée charger VER f s 93.02 122.16 4.81 13.65 par:pas; -chargées charger VER f p 93.02 122.16 0.81 5.68 par:pas; -chargés charger VER m p 93.02 122.16 3.30 18.24 par:pas; -charia charia NOM f s 0.01 0.00 0.01 0.00 -chariot chariot NOM m s 14.40 14.12 12.12 8.45 -chariots chariot NOM m p 14.40 14.12 2.28 5.68 -charismatique charismatique ADJ s 0.54 0.14 0.54 0.14 -charisme charisme NOM m s 0.75 0.07 0.75 0.07 -charitable charitable ADJ s 4.16 3.78 2.90 2.70 -charitablement charitablement ADV 0.01 0.47 0.01 0.47 -charitables charitable ADJ p 4.16 3.78 1.26 1.08 -charité charité NOM f s 13.75 14.53 13.54 14.32 -charités charité NOM f p 13.75 14.53 0.21 0.20 -charivari charivari NOM m s 0.08 1.08 0.07 0.95 -charivaris charivari NOM m p 0.08 1.08 0.01 0.14 -charlatan charlatan NOM m s 4.44 1.08 3.07 0.47 -charlataner charlataner VER 0.00 0.07 0.00 0.07 inf; -charlatanerie charlatanerie NOM f s 0.02 0.07 0.02 0.07 -charlatanisme charlatanisme NOM m s 0.16 0.34 0.16 0.20 -charlatanismes charlatanisme NOM m p 0.16 0.34 0.00 0.14 -charlatans charlatan NOM m p 4.44 1.08 1.37 0.61 -charleston charleston NOM m s 0.27 0.41 0.27 0.41 -charlot charlot NOM m s 0.46 0.20 0.18 0.00 -charlots charlot NOM m p 0.46 0.20 0.28 0.20 -charlotte charlotte NOM f s 0.99 0.61 0.97 0.54 -charlottes charlotte NOM f p 0.99 0.61 0.01 0.07 -charma charmer VER 5.69 6.96 0.00 0.14 ind:pas:3s; -charmaient charmer VER 5.69 6.96 0.00 0.41 ind:imp:3p; -charmait charmer VER 5.69 6.96 0.13 1.01 ind:imp:3s; -charmant charmant ADJ m s 54.51 41.15 27.52 19.86 -charmante charmant ADJ f s 54.51 41.15 21.04 14.32 -charmantes charmant ADJ f p 54.51 41.15 2.23 3.38 -charmants charmant ADJ m p 54.51 41.15 3.72 3.58 -charme charme NOM m s 22.92 53.45 19.70 43.65 -charment charmer VER 5.69 6.96 0.04 0.34 ind:pre:3p; -charmer charmer VER 5.69 6.96 1.30 0.81 inf; -charmera charmer VER 5.69 6.96 0.01 0.07 ind:fut:3s; -charmes charme NOM m p 22.92 53.45 3.22 9.80 -charmeur charmeur ADJ m s 1.01 1.76 0.93 0.88 -charmeurs charmeur ADJ m p 1.01 1.76 0.03 0.34 -charmeuse charmeuse NOM f s 0.14 0.00 0.14 0.00 -charmeuses charmeur NOM f p 0.94 1.35 0.00 0.47 -charmille charmille NOM f s 0.02 1.55 0.02 1.22 -charmilles charmille NOM f p 0.02 1.55 0.00 0.34 -charmé charmer VER m s 5.69 6.96 1.11 1.22 par:pas; -charmée charmé ADJ f s 0.73 1.08 0.34 0.20 -charmés charmer VER m p 5.69 6.96 0.05 0.00 par:pas; -charnel charnel ADJ m s 2.10 11.01 0.74 3.99 -charnelle charnel ADJ f s 2.10 11.01 0.59 4.46 -charnellement charnellement ADV 0.00 0.61 0.00 0.61 -charnelles charnel ADJ f p 2.10 11.01 0.18 1.62 -charnels charnel ADJ m p 2.10 11.01 0.58 0.95 -charnier charnier NOM m s 0.84 3.72 0.42 3.04 -charniers charnier NOM m p 0.84 3.72 0.41 0.68 -charnière charnière NOM f s 0.38 1.82 0.32 1.08 -charnières charnière NOM f p 0.38 1.82 0.06 0.74 -charnu charnu ADJ m s 0.76 6.15 0.06 1.28 -charnue charnu ADJ f s 0.76 6.15 0.35 2.23 -charnues charnu ADJ f p 0.76 6.15 0.31 1.69 -charnus charnu ADJ m p 0.76 6.15 0.03 0.95 -charognard charognard NOM m s 0.85 2.03 0.37 0.41 -charognards charognard NOM m p 0.85 2.03 0.48 1.62 -charogne charogne NOM f s 3.64 7.16 2.58 5.07 -charognerie charognerie NOM f s 0.00 0.27 0.00 0.27 -charognes charogne NOM f p 3.64 7.16 1.06 2.09 -charolaise charolais NOM f s 0.00 0.14 0.00 0.07 -charolaises charolais NOM f p 0.00 0.14 0.00 0.07 -charpente charpente NOM f s 0.59 5.27 0.58 4.05 -charpenter charpenter VER 0.01 0.34 0.00 0.07 inf; -charpenterie charpenterie NOM f s 0.04 0.00 0.04 0.00 -charpentes charpente NOM f p 0.59 5.27 0.01 1.22 -charpentier charpentier NOM m s 2.57 3.11 2.11 1.82 -charpentiers charpentier NOM m p 2.57 3.11 0.45 1.28 -charpentière charpentier NOM f s 2.57 3.11 0.01 0.00 -charpenté charpenté ADJ m s 0.02 0.47 0.01 0.20 -charpentée charpenté ADJ f s 0.02 0.47 0.01 0.20 -charpentés charpenté ADJ m p 0.02 0.47 0.00 0.07 -charpie charpie NOM f s 0.52 2.50 0.52 2.43 -charpies charpie NOM f p 0.52 2.50 0.00 0.07 -charre charre NOM m s 0.18 2.03 0.18 1.69 -charres charre NOM m p 0.18 2.03 0.00 0.34 -charretier charretier NOM m s 0.19 1.89 0.16 1.01 -charretiers charretier NOM m p 0.19 1.89 0.01 0.54 -charretière charretier NOM f s 0.19 1.89 0.02 0.34 -charreton charreton NOM m s 0.00 0.61 0.00 0.54 -charretons charreton NOM m p 0.00 0.61 0.00 0.07 -charrette charrette NOM f s 6.98 20.95 6.63 16.82 -charrettes charrette NOM f p 6.98 20.95 0.36 4.12 -charretée charretée NOM f s 0.01 0.74 0.01 0.34 -charretées charretée NOM f p 0.01 0.74 0.00 0.41 -charria charrier VER 4.24 12.36 0.26 0.14 ind:pas:3s; -charriage charriage NOM m s 0.00 0.14 0.00 0.14 -charriaient charrier VER 4.24 12.36 0.01 0.54 ind:imp:3p; -charriais charrier VER 4.24 12.36 0.03 0.14 ind:imp:1s; -charriait charrier VER 4.24 12.36 0.02 1.35 ind:imp:3s; -charriant charrier VER 4.24 12.36 0.14 1.49 par:pre; -charrie charrier VER 4.24 12.36 1.37 1.62 imp:pre:2s;ind:pre:1s;ind:pre:3s; -charrient charrier VER 4.24 12.36 0.04 0.61 ind:pre:3p; -charrier charrier VER 4.24 12.36 0.82 3.11 inf; -charrieras charrier VER 4.24 12.36 0.01 0.00 ind:fut:2s; -charrierons charrier VER 4.24 12.36 0.00 0.07 ind:fut:1p; -charrieront charrier VER 4.24 12.36 0.01 0.07 ind:fut:3p; -charries charrier VER 4.24 12.36 0.79 0.61 ind:pre:2s;sub:pre:2s; -charrieurs charrieur NOM m p 0.01 0.00 0.01 0.00 -charriez charrier VER 4.24 12.36 0.41 0.81 imp:pre:2p;ind:pre:2p; -charrions charrier VER 4.24 12.36 0.01 0.00 imp:pre:1p; -charrière charrier NOM f s 0.00 0.20 0.00 0.07 -charrièrent charrier VER 4.24 12.36 0.00 0.07 ind:pas:3p; -charrières charrier NOM f p 0.00 0.20 0.00 0.14 -charrié charrier VER m s 4.24 12.36 0.28 1.22 par:pas; -charriée charrier VER f s 4.24 12.36 0.03 0.20 par:pas; -charriées charrier VER f p 4.24 12.36 0.03 0.20 par:pas; -charriés charrier VER m p 4.24 12.36 0.00 0.14 par:pas; -charroi charroi NOM m s 0.00 1.82 0.00 0.95 -charrois charroi NOM m p 0.00 1.82 0.00 0.88 -charron charron NOM m s 0.03 0.47 0.03 0.34 -charronnées charronner VER f p 0.00 0.07 0.00 0.07 par:pas; -charrons charron NOM m p 0.03 0.47 0.00 0.14 -charrue charrue NOM f s 1.54 4.32 1.50 3.38 -charrues charrue NOM f p 1.54 4.32 0.05 0.95 -charruée charruer VER f s 0.00 0.07 0.00 0.07 par:pas; -chars char NOM m p 11.86 27.57 3.27 19.66 -charte charte NOM f s 1.07 2.30 1.04 1.82 -charter charter NOM m s 0.99 0.74 0.75 0.27 -charters charter NOM m p 0.99 0.74 0.25 0.47 -chartes charte NOM f p 1.07 2.30 0.03 0.47 -chartiste chartiste NOM s 0.00 0.34 0.00 0.20 -chartistes chartiste NOM p 0.00 0.34 0.00 0.14 -chartre chartre NOM f s 0.01 0.00 0.01 0.00 -chartreuse chartreux NOM f s 0.34 1.15 0.06 0.34 -chartreuses chartreux NOM f p 0.34 1.15 0.00 0.14 -chartreux chartreux NOM m 0.34 1.15 0.28 0.68 -charybde charybde NOM m s 0.16 0.68 0.16 0.68 -chas chas NOM m 0.74 0.47 0.74 0.47 -chassa chasser VER 54.93 67.91 0.47 4.46 ind:pas:3s; -chassai chasser VER 54.93 67.91 0.14 0.27 ind:pas:1s; -chassaient chasser VER 54.93 67.91 0.26 2.03 ind:imp:3p; -chassais chasser VER 54.93 67.91 0.93 0.47 ind:imp:1s;ind:imp:2s; -chassait chasser VER 54.93 67.91 0.90 7.30 ind:imp:3s; -chassant chasser VER 54.93 67.91 0.68 3.11 par:pre; -chasse_d_eau chasse_d_eau NOM f s 0.00 0.07 0.00 0.07 -chasse_goupille chasse_goupille NOM f p 0.00 0.20 0.00 0.20 -chasse_mouche chasse_mouche NOM m s 0.00 0.14 0.00 0.14 -chasse_mouches chasse_mouches NOM m 0.12 0.61 0.12 0.61 -chasse_neige chasse_neige NOM m 0.58 0.54 0.58 0.54 -chasse_pierres chasse_pierres NOM m 0.01 0.00 0.01 0.00 -chasse chasse NOM f s 47.99 59.46 46.80 53.38 -chasselas chasselas NOM m 0.01 0.14 0.01 0.14 -chassent chasser VER 54.93 67.91 1.45 0.88 ind:pre:3p; -chasser chasser VER 54.93 67.91 19.86 20.81 inf; -chassera chasser VER 54.93 67.91 1.41 0.61 ind:fut:3s; -chasserai chasser VER 54.93 67.91 0.80 0.20 ind:fut:1s; -chasseraient chasser VER 54.93 67.91 0.02 0.07 cnd:pre:3p; -chasserais chasser VER 54.93 67.91 0.23 0.00 cnd:pre:1s;cnd:pre:2s; -chasserait chasser VER 54.93 67.91 0.15 0.41 cnd:pre:3s; -chasseras chasser VER 54.93 67.91 0.04 0.14 ind:fut:2s; -chasseresse chasseur NOM f s 34.91 41.55 0.46 0.41 -chasseresses chasseresse NOM f p 0.01 0.00 0.01 0.00 -chasserez chasser VER 54.93 67.91 0.07 0.07 ind:fut:2p; -chasserions chasser VER 54.93 67.91 0.01 0.00 cnd:pre:1p; -chasserons chasser VER 54.93 67.91 0.36 0.14 ind:fut:1p; -chasseront chasser VER 54.93 67.91 0.69 0.07 ind:fut:3p; -chasses chasser VER 54.93 67.91 1.71 0.20 ind:pre:2s; -chasseur chasseur NOM m s 34.91 41.55 21.27 23.58 -chasseurs chasseur NOM m p 34.91 41.55 12.88 17.43 -chasseuse chasseur NOM f s 34.91 41.55 0.30 0.07 -chassez chasser VER 54.93 67.91 2.97 0.61 imp:pre:2p;ind:pre:2p; -chassie chassie NOM f s 0.05 0.14 0.05 0.14 -chassieuse chassieux ADJ f s 0.14 1.35 0.00 0.07 -chassieux chassieux ADJ m 0.14 1.35 0.14 1.28 -chassiez chasser VER 54.93 67.91 0.35 0.07 ind:imp:2p; -chassions chasser VER 54.93 67.91 0.04 0.27 ind:imp:1p; -chassons chasser VER 54.93 67.91 0.47 0.07 imp:pre:1p;ind:pre:1p; -chassât chasser VER 54.93 67.91 0.00 0.27 sub:imp:3s; -chassèrent chasser VER 54.93 67.91 0.02 0.27 ind:pas:3p; -chassé_croisé chassé_croisé NOM m s 0.02 1.01 0.00 0.68 -chassé chasser VER m s 54.93 67.91 6.62 10.14 par:pas; -chassée chasser VER f s 54.93 67.91 1.71 2.77 par:pas; -chassées chasser VER f p 54.93 67.91 0.16 0.81 par:pas; -chassé_croisé chassé_croisé NOM m p 0.02 1.01 0.02 0.34 -chassés chasser VER m p 54.93 67.91 1.64 3.04 par:pas; -chaste chaste ADJ s 2.22 5.14 1.50 4.32 -chastement chastement ADV 0.01 0.54 0.01 0.54 -chastes chaste ADJ p 2.22 5.14 0.72 0.81 -chasteté chasteté NOM f s 2.37 3.92 2.37 3.92 -chasuble chasuble NOM f s 0.11 1.76 0.09 0.95 -chasubles chasuble NOM f p 0.11 1.76 0.02 0.81 -chat_huant chat_huant NOM m s 0.00 0.27 0.00 0.27 -chat_tigre chat_tigre NOM m s 0.00 0.14 0.00 0.14 -chat chat NOM m s 90.25 130.74 57.71 59.26 -chateaubriand chateaubriand NOM m s 0.17 0.27 0.15 0.20 -chateaubriands chateaubriand NOM m p 0.17 0.27 0.02 0.07 -chatière chatière NOM f s 0.14 0.54 0.14 0.54 -chatoiement chatoiement NOM m s 0.05 1.35 0.05 1.01 -chatoiements chatoiement NOM m p 0.05 1.35 0.00 0.34 -chatoient chatoyer VER 0.00 0.81 0.00 0.07 ind:pre:3p; -chaton chaton NOM m s 4.41 4.66 3.32 2.50 -chatonne chatonner VER 0.01 0.00 0.01 0.00 ind:pre:3s; -chatons chaton NOM m p 4.41 4.66 1.09 2.16 -chatouilla chatouiller VER 7.04 7.36 0.00 0.41 ind:pas:3s; -chatouillaient chatouiller VER 7.04 7.36 0.01 0.61 ind:imp:3p; -chatouillait chatouiller VER 7.04 7.36 0.37 1.55 ind:imp:3s; -chatouillant chatouiller VER 7.04 7.36 0.11 0.34 par:pre; -chatouille chatouiller VER 7.04 7.36 3.25 0.74 imp:pre:2s;ind:pre:1s;ind:pre:3s; -chatouillement chatouillement NOM m s 0.17 0.81 0.15 0.74 -chatouillements chatouillement NOM m p 0.17 0.81 0.01 0.07 -chatouillent chatouiller VER 7.04 7.36 0.06 0.27 ind:pre:3p; -chatouiller chatouiller VER 7.04 7.36 0.85 1.69 inf; -chatouillera chatouiller VER 7.04 7.36 0.04 0.00 ind:fut:3s; -chatouilles chatouiller VER 7.04 7.36 1.95 0.14 ind:pre:2s; -chatouilleuse chatouilleux ADJ f s 1.00 0.95 0.34 0.20 -chatouilleuses chatouilleux ADJ f p 1.00 0.95 0.03 0.00 -chatouilleux chatouilleux ADJ m 1.00 0.95 0.63 0.74 -chatouillez chatouiller VER 7.04 7.36 0.23 0.07 imp:pre:2p;ind:pre:2p; -chatouillis chatouillis NOM m 0.02 0.34 0.02 0.34 -chatouillons chatouiller VER 7.04 7.36 0.01 0.00 imp:pre:1p; -chatouillât chatouiller VER 7.04 7.36 0.00 0.14 sub:imp:3s; -chatouillèrent chatouiller VER 7.04 7.36 0.00 0.27 ind:pas:3p; -chatouillé chatouiller VER m s 7.04 7.36 0.14 0.47 par:pas; -chatouillée chatouiller VER f s 7.04 7.36 0.01 0.41 par:pas; -chatouillées chatouiller VER f p 7.04 7.36 0.00 0.07 par:pas; -chatouillés chatouiller VER m p 7.04 7.36 0.00 0.20 par:pas; -chatoyaient chatoyer VER 0.00 0.81 0.00 0.14 ind:imp:3p; -chatoyait chatoyer VER 0.00 0.81 0.00 0.07 ind:imp:3s; -chatoyant chatoyant ADJ m s 0.44 2.03 0.29 0.74 -chatoyante chatoyant ADJ f s 0.44 2.03 0.02 0.54 -chatoyantes chatoyant ADJ f p 0.44 2.03 0.10 0.47 -chatoyants chatoyant ADJ m p 0.44 2.03 0.03 0.27 -chatoyer chatoyer VER 0.00 0.81 0.00 0.20 inf; -chats chat NOM m p 90.25 130.74 16.00 38.11 -chattant chatter VER 0.45 0.00 0.14 0.00 par:pre; -chatte chat NOM f s 90.25 130.74 16.54 29.12 -chattemite chattemite NOM f s 0.00 0.14 0.00 0.14 -chatter chatter VER 0.45 0.00 0.30 0.00 inf; -chatterie chatterie NOM f s 0.01 0.54 0.00 0.20 -chatteries chatterie NOM f p 0.01 0.54 0.01 0.34 -chatterton chatterton NOM m s 0.21 0.34 0.21 0.34 -chattes chatte NOM f p 2.75 0.00 2.75 0.00 -chattons chatter VER 0.45 0.00 0.01 0.00 imp:pre:1p; -chaud_froid chaud_froid NOM m s 0.00 0.41 0.00 0.34 -chaud chaud ADJ m s 84.16 113.31 50.20 46.42 -chaude_pisse chaude_pisse NOM f s 0.15 0.34 0.15 0.27 -chaude chaud ADJ f s 84.16 113.31 22.48 45.47 -chaudement chaudement ADV 1.07 2.64 1.07 2.64 -chaude_pisse chaude_pisse NOM f p 0.15 0.34 0.00 0.07 -chaudes chaud ADJ f p 84.16 113.31 4.89 13.18 -chaudière chaudière NOM f s 2.62 3.51 1.89 3.11 -chaudières chaudière NOM f p 2.62 3.51 0.73 0.41 -chaudron chaudron NOM m s 1.12 5.81 0.79 4.26 -chaudronnerie chaudronnerie NOM f s 0.00 0.34 0.00 0.27 -chaudronneries chaudronnerie NOM f p 0.00 0.34 0.00 0.07 -chaudronnier chaudronnier NOM m s 0.02 0.47 0.02 0.34 -chaudronniers chaudronnier NOM m p 0.02 0.47 0.00 0.14 -chaudronné chaudronner VER m s 0.00 0.07 0.00 0.07 par:pas; -chaudronnée chaudronnée NOM f s 0.00 0.07 0.00 0.07 -chaudrons chaudron NOM m p 1.12 5.81 0.33 1.55 -chaud_froid chaud_froid NOM m p 0.00 0.41 0.00 0.07 -chauds chaud ADJ m p 84.16 113.31 6.59 8.24 -chauffa chauffer VER 21.75 29.80 0.00 0.34 ind:pas:3s; -chauffage chauffage NOM m s 4.96 6.08 4.96 6.08 -chauffagiste chauffagiste NOM m s 0.04 0.00 0.04 0.00 -chauffaient chauffer VER 21.75 29.80 0.12 1.01 ind:imp:3p; -chauffais chauffer VER 21.75 29.80 0.03 0.27 ind:imp:1s;ind:imp:2s; -chauffait chauffer VER 21.75 29.80 0.34 3.72 ind:imp:3s; -chauffant chauffant ADJ m s 0.58 0.41 0.09 0.00 -chauffante chauffant ADJ f s 0.58 0.41 0.30 0.34 -chauffantes chauffant ADJ f p 0.58 0.41 0.08 0.07 -chauffants chauffant ADJ m p 0.58 0.41 0.11 0.00 -chauffard chauffard NOM m s 1.62 0.95 1.38 0.47 -chauffards chauffard NOM m p 1.62 0.95 0.24 0.47 -chauffe_biberon chauffe_biberon NOM m s 0.10 0.00 0.10 0.00 -chauffe_eau chauffe_eau NOM m 0.63 0.61 0.63 0.61 -chauffe_plats chauffe_plats NOM m 0.00 0.14 0.00 0.14 -chauffe chauffer VER 21.75 29.80 7.01 3.51 imp:pre:2s;ind:pre:1s;ind:pre:3s; -chauffent chauffer VER 21.75 29.80 0.52 0.61 ind:pre:3p; -chauffer chauffer VER 21.75 29.80 9.06 10.14 inf; -chauffera chauffer VER 21.75 29.80 0.28 0.07 ind:fut:3s; -chaufferai chauffer VER 21.75 29.80 0.05 0.00 ind:fut:1s; -chaufferette chaufferette NOM f s 0.12 0.81 0.12 0.68 -chaufferettes chaufferette NOM f p 0.12 0.81 0.00 0.14 -chaufferie chaufferie NOM f s 0.64 0.88 0.63 0.81 -chaufferies chaufferie NOM f p 0.64 0.88 0.01 0.07 -chauffes chauffer VER 21.75 29.80 0.42 0.00 ind:pre:2s; -chauffeur_livreur chauffeur_livreur NOM m s 0.00 0.14 0.00 0.14 -chauffeur chauffeur NOM m s 40.59 49.86 37.35 44.19 -chauffeurs chauffeur NOM m p 40.59 49.86 3.19 5.00 -chauffeuse chauffeur NOM f s 40.59 49.86 0.05 0.68 -chauffez chauffer VER 21.75 29.80 0.70 0.27 imp:pre:2p;ind:pre:2p; -chauffiez chauffer VER 21.75 29.80 0.01 0.00 ind:imp:2p; -chauffions chauffer VER 21.75 29.80 0.00 0.07 ind:imp:1p; -chauffâmes chauffer VER 21.75 29.80 0.00 0.07 ind:pas:1p; -chauffons chauffer VER 21.75 29.80 0.22 0.14 imp:pre:1p;ind:pre:1p; -chauffèrent chauffer VER 21.75 29.80 0.00 0.07 ind:pas:3p; -chauffé chauffer VER m s 21.75 29.80 1.75 3.58 par:pas; -chauffée chauffer VER f s 21.75 29.80 0.78 2.91 par:pas; -chauffées chauffer VER f p 21.75 29.80 0.08 0.74 par:pas; -chauffés chauffer VER m p 21.75 29.80 0.35 1.62 par:pas; -chaule chauler VER 0.00 1.22 0.00 0.07 ind:pre:3s; -chauler chauler VER 0.00 1.22 0.00 0.07 inf; -chaulé chauler VER m s 0.00 1.22 0.00 0.07 par:pas; -chaulée chauler VER f s 0.00 1.22 0.00 0.14 par:pas; -chaulées chauler VER f p 0.00 1.22 0.00 0.20 par:pas; -chaulés chauler VER m p 0.00 1.22 0.00 0.68 par:pas; -chaume chaume NOM m s 0.36 7.09 0.36 4.86 -chaumes chaume NOM m p 0.36 7.09 0.00 2.23 -chaumine chaumine NOM f s 0.11 0.47 0.11 0.41 -chaumines chaumine NOM f p 0.11 0.47 0.00 0.07 -chaumière chaumière NOM f s 1.47 2.77 1.23 1.08 -chaumières chaumière NOM f p 1.47 2.77 0.24 1.69 -chaumé chaumer VER m s 0.00 0.07 0.00 0.07 par:pas; -chaussa chausser VER 1.27 15.61 0.00 1.28 ind:pas:3s; -chaussai chausser VER 1.27 15.61 0.00 0.07 ind:pas:1s; -chaussaient chausser VER 1.27 15.61 0.00 0.20 ind:imp:3p; -chaussait chausser VER 1.27 15.61 0.02 0.88 ind:imp:3s; -chaussant chaussant ADJ m s 0.03 0.00 0.03 0.00 -chausse_pied chausse_pied NOM m s 0.24 0.14 0.24 0.14 -chausse_trape chausse_trape NOM f s 0.00 0.20 0.00 0.07 -chausse_trape chausse_trape NOM f p 0.00 0.20 0.00 0.14 -chausse_trappe chausse_trappe NOM f s 0.00 0.07 0.00 0.07 -chausse chausser VER 1.27 15.61 0.74 1.08 imp:pre:2s;ind:pre:1s;ind:pre:3s; -chaussent chausser VER 1.27 15.61 0.01 0.20 ind:pre:3p; -chausser chausser VER 1.27 15.61 0.17 1.42 inf; -chausserai chausser VER 1.27 15.61 0.00 0.07 ind:fut:1s; -chausses chausser VER 1.27 15.61 0.16 0.07 ind:pre:2s; -chaussette chaussette NOM f s 16.45 22.84 3.29 4.39 -chaussettes chaussette NOM f p 16.45 22.84 13.16 18.45 -chausseur chausseur NOM m s 0.07 0.54 0.07 0.41 -chausseurs chausseur NOM m p 0.07 0.54 0.00 0.14 -chaussez chausser VER 1.27 15.61 0.06 0.00 imp:pre:2p;ind:pre:2p; -chausson chausson NOM m s 3.50 5.95 0.67 0.61 -chaussons chausson NOM m p 3.50 5.95 2.83 5.34 -chaussèrent chausser VER 1.27 15.61 0.00 0.14 ind:pas:3p; -chaussé chausser VER m s 1.27 15.61 0.06 4.53 par:pas; -chaussée chaussée NOM f s 1.87 24.32 1.64 22.36 -chaussées chaussée NOM f p 1.87 24.32 0.23 1.96 -chaussure chaussure NOM f s 73.58 56.49 12.49 8.78 -chaussures chaussure NOM f p 73.58 56.49 61.09 47.70 -chaussés chausser VER m p 1.27 15.61 0.03 3.65 par:pas; -chaut chaut VER 0.01 0.34 0.01 0.34 inf; -chauve_souris chauve_souris NOM f s 7.16 4.66 5.43 2.23 -chauve chauve ADJ s 5.92 10.81 5.25 9.46 -chauve_souris chauve_souris NOM f p 7.16 4.66 1.73 2.43 -chauves chauve NOM p 5.20 5.47 0.72 0.34 -chauvin chauvin ADJ m s 0.43 2.50 0.32 2.30 -chauvine chauvin NOM f s 0.04 2.03 0.00 0.07 -chauvines chauvin ADJ f p 0.43 2.50 0.01 0.14 -chauvinisme chauvinisme NOM m s 0.08 0.74 0.08 0.74 -chauviniste chauviniste NOM s 0.03 0.00 0.03 0.00 -chauvins chauvin ADJ m p 0.43 2.50 0.10 0.07 -chauvit chauvir VER 0.00 0.07 0.00 0.07 ind:pas:3s; -chaux chaux NOM f 1.32 7.36 1.32 7.36 -chavignol chavignol NOM m s 0.00 0.07 0.00 0.07 -chavira chavirer VER 2.41 8.65 0.00 0.68 ind:pas:3s; -chavirai chavirer VER 2.41 8.65 0.00 0.07 ind:pas:1s; -chaviraient chavirer VER 2.41 8.65 0.00 0.27 ind:imp:3p; -chavirait chavirer VER 2.41 8.65 0.02 1.08 ind:imp:3s; -chavirant chavirer VER 2.41 8.65 0.00 0.07 par:pre; -chavirante chavirant ADJ f s 0.00 0.27 0.00 0.20 -chavire chavirer VER 2.41 8.65 0.43 0.95 ind:pre:1s;ind:pre:3s; -chavirement chavirement NOM m s 0.14 0.34 0.14 0.20 -chavirements chavirement NOM m p 0.14 0.34 0.00 0.14 -chavirent chavirer VER 2.41 8.65 0.02 0.34 ind:pre:3p; -chavirer chavirer VER 2.41 8.65 1.01 2.36 inf; -chavireraient chavirer VER 2.41 8.65 0.00 0.07 cnd:pre:3p; -chavirerait chavirer VER 2.41 8.65 0.01 0.07 cnd:pre:3s; -chavireront chavirer VER 2.41 8.65 0.00 0.07 ind:fut:3p; -chavirions chavirer VER 2.41 8.65 0.00 0.07 ind:imp:1p; -chavirons chavirer VER 2.41 8.65 0.14 0.07 ind:pre:1p; -chavirèrent chavirer VER 2.41 8.65 0.00 0.14 ind:pas:3p; -chaviré chavirer VER m s 2.41 8.65 0.62 1.49 par:pas; -chavirée chavirer VER f s 2.41 8.65 0.16 0.34 par:pas; -chavirés chavirer VER m p 2.41 8.65 0.01 0.54 par:pas; -cheap cheap ADJ m s 0.50 0.14 0.50 0.14 -check_list check_list NOM f s 0.22 0.00 0.22 0.00 -check_up check_up NOM m 0.69 0.00 0.68 0.00 -check_up check_up NOM m 0.69 0.00 0.01 0.00 -cheddar cheddar NOM m s 0.53 0.00 0.53 0.00 -cheddite cheddite NOM f s 0.00 0.20 0.00 0.20 -cheese_cake cheese_cake NOM m s 0.32 0.00 0.28 0.00 -cheese_cake cheese_cake NOM m p 0.32 0.00 0.05 0.00 -cheeseburger cheeseburger NOM m s 3.06 0.00 2.22 0.00 -cheeseburgers cheeseburger NOM m p 3.06 0.00 0.84 0.00 -chef_adjoint chef_adjoint NOM s 0.04 0.00 0.04 0.00 -chef_d_oeuvre chef_d_oeuvre NOM m s 3.34 12.77 2.56 8.51 -chef_d_oeuvres chef_d_oeuvres NOM s 0.11 0.00 0.11 0.00 -chef_lieu chef_lieu NOM m s 0.19 1.82 0.19 1.82 -chef chef NOM s 205.26 205.95 189.79 172.57 -chef_d_oeuvre chef_d_oeuvre NOM m p 3.34 12.77 0.77 4.26 -chefs_lieux chefs_lieux NOM m p 0.00 0.27 0.00 0.27 -chefs chef NOM p 205.26 205.95 15.46 33.38 -cheftaine cheftaine NOM f s 0.13 0.54 0.13 0.27 -cheftaines cheftaine NOM f p 0.13 0.54 0.00 0.27 -cheik cheik NOM m s 0.48 0.95 0.45 0.88 -cheikh cheikh NOM m s 0.32 0.00 0.32 0.00 -cheiks cheik NOM m p 0.48 0.95 0.04 0.07 -chelem chelem NOM m s 0.31 0.20 0.31 0.20 -chemin chemin NOM m s 125.18 231.42 114.34 197.50 -chemina cheminer VER 0.87 8.99 0.01 0.07 ind:pas:3s; -cheminaient cheminer VER 0.87 8.99 0.00 0.74 ind:imp:3p; -cheminait cheminer VER 0.87 8.99 0.10 0.88 ind:imp:3s; -cheminant cheminer VER 0.87 8.99 0.04 1.42 par:pre; -chemine cheminer VER 0.87 8.99 0.48 1.15 ind:pre:1s;ind:pre:3s; -chemineau chemineau NOM m s 0.04 1.62 0.02 0.95 -chemineaux chemineau NOM m p 0.04 1.62 0.02 0.68 -cheminement cheminement NOM m s 0.18 6.08 0.17 4.86 -cheminements cheminement NOM m p 0.18 6.08 0.01 1.22 -cheminent cheminer VER 0.87 8.99 0.02 0.47 ind:pre:3p; -cheminer cheminer VER 0.87 8.99 0.02 2.23 inf; -chemineraient cheminer VER 0.87 8.99 0.00 0.07 cnd:pre:3p; -cheminerait cheminer VER 0.87 8.99 0.00 0.07 cnd:pre:3s; -cheminerons cheminer VER 0.87 8.99 0.00 0.07 ind:fut:1p; -chemineront cheminer VER 0.87 8.99 0.00 0.07 ind:fut:3p; -cheminions cheminer VER 0.87 8.99 0.00 0.07 ind:imp:1p; -cheminâmes cheminer VER 0.87 8.99 0.00 0.07 ind:pas:1p; -cheminons cheminer VER 0.87 8.99 0.01 0.20 imp:pre:1p;ind:pre:1p; -cheminot cheminot NOM m s 1.42 2.50 1.06 1.01 -cheminots cheminot NOM m p 1.42 2.50 0.35 1.49 -chemins chemin NOM m p 125.18 231.42 10.85 33.92 -cheminèrent cheminer VER 0.87 8.99 0.00 0.14 ind:pas:3p; -cheminé cheminer VER m s 0.87 8.99 0.11 1.15 par:pas; -cheminée cheminée NOM f s 11.39 43.99 9.99 36.28 -cheminées cheminée NOM f p 11.39 43.99 1.40 7.70 -chemise chemise NOM f s 43.66 91.42 36.48 74.59 -chemiser chemiser VER 0.21 0.07 0.14 0.07 inf; -chemiserie chemiserie NOM f s 0.16 0.14 0.16 0.14 -chemises chemise NOM f p 43.66 91.42 7.18 16.82 -chemisette chemisette NOM f s 0.16 4.12 0.15 2.77 -chemisettes chemisette NOM f p 0.16 4.12 0.01 1.35 -chemisier chemisier NOM m s 4.00 7.97 3.77 6.76 -chemisiers chemisier NOM m p 4.00 7.97 0.23 1.22 -chemisée chemiser VER f s 0.21 0.07 0.02 0.00 par:pas; -chemisées chemiser VER f p 0.21 0.07 0.05 0.00 par:pas; -chenal chenal NOM m s 0.24 4.73 0.20 3.65 -chenapan chenapan NOM m s 1.08 0.88 0.72 0.41 -chenapans chenapan NOM m p 1.08 0.88 0.36 0.47 -chenaux chenal NOM m p 0.24 4.73 0.04 1.08 -chenet chenet NOM m s 0.06 0.81 0.01 0.14 -chenets chenet NOM m p 0.06 0.81 0.04 0.68 -chenil chenil NOM m s 1.40 3.24 1.30 2.77 -chenille chenille NOM f s 2.14 5.68 1.38 2.50 -chenilles chenille NOM f p 2.14 5.68 0.76 3.18 -chenillette chenillette NOM f s 0.06 0.34 0.06 0.07 -chenillettes chenillette NOM f p 0.06 0.34 0.00 0.27 -chenillé chenillé ADJ m s 0.00 0.14 0.00 0.07 -chenillés chenillé ADJ m p 0.00 0.14 0.00 0.07 -chenils chenil NOM m p 1.40 3.24 0.09 0.47 -chenu chenu ADJ m s 0.26 1.22 0.14 0.54 -chenue chenu ADJ f s 0.26 1.22 0.01 0.34 -chenues chenu ADJ f p 0.26 1.22 0.10 0.14 -chenus chenu ADJ m p 0.26 1.22 0.00 0.20 -cheptel cheptel NOM m s 0.09 1.35 0.09 1.35 -cher cher ADJ m s 205.75 133.65 130.70 90.47 -chercha chercher VER 712.46 448.99 0.96 27.03 ind:pas:3s; -cherchai chercher VER 712.46 448.99 0.92 4.93 ind:pas:1s; -cherchaient chercher VER 712.46 448.99 4.01 11.76 ind:imp:3p; -cherchais chercher VER 712.46 448.99 26.40 15.34 ind:imp:1s;ind:imp:2s; -cherchait chercher VER 712.46 448.99 16.27 52.50 ind:imp:3s; -cherchant chercher VER 712.46 448.99 5.90 31.62 par:pre; -cherchas chercher VER 712.46 448.99 0.00 0.07 ind:pas:2s; -cherche_midi cherche_midi NOM m 0.01 0.27 0.01 0.27 -cherche chercher VER 712.46 448.99 150.75 66.69 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:1s;sub:pre:3s; -cherchent chercher VER 712.46 448.99 17.53 12.09 ind:pre:3p;sub:pre:3p; -chercher chercher VER 712.46 448.99 341.01 172.36 inf;;inf;;inf;; -cherchera chercher VER 712.46 448.99 2.11 1.01 ind:fut:3s; -chercherai chercher VER 712.46 448.99 2.39 0.74 ind:fut:1s; -chercheraient chercher VER 712.46 448.99 0.40 0.47 cnd:pre:3p; -chercherais chercher VER 712.46 448.99 1.52 0.54 cnd:pre:1s;cnd:pre:2s; -chercherait chercher VER 712.46 448.99 1.06 1.69 cnd:pre:3s; -chercheras chercher VER 712.46 448.99 0.50 0.14 ind:fut:2s; -chercherez chercher VER 712.46 448.99 0.19 0.07 ind:fut:2p; -chercheriez chercher VER 712.46 448.99 0.04 0.14 cnd:pre:2p; -chercherions chercher VER 712.46 448.99 0.00 0.14 cnd:pre:1p; -chercherons chercher VER 712.46 448.99 0.86 0.20 ind:fut:1p; -chercheront chercher VER 712.46 448.99 1.04 0.81 ind:fut:3p; -cherches chercher VER 712.46 448.99 36.45 5.81 ind:pre:2s;sub:pre:2s; -chercheur chercheur NOM m s 5.71 3.78 2.66 1.76 -chercheurs chercheur NOM m p 5.71 3.78 2.58 1.96 -chercheuse chercheur NOM f s 5.71 3.78 0.48 0.07 -chercheuses chercheur ADJ f p 1.35 0.81 0.06 0.00 -cherchez chercher VER 712.46 448.99 42.95 7.36 imp:pre:2p;ind:pre:2p; -cherchiez chercher VER 712.46 448.99 4.79 0.74 ind:imp:2p;sub:pre:2p; -cherchions chercher VER 712.46 448.99 2.04 2.03 ind:imp:1p;sub:pre:1p; -cherchâmes chercher VER 712.46 448.99 0.00 0.20 ind:pas:1p; -cherchons chercher VER 712.46 448.99 13.13 2.03 imp:pre:1p;ind:pre:1p; -cherchât chercher VER 712.46 448.99 0.00 0.95 sub:imp:3s; -cherchèrent chercher VER 712.46 448.99 0.19 2.03 ind:pas:3p; -cherché chercher VER m s 712.46 448.99 32.27 24.53 par:pas; -cherchée chercher VER f s 712.46 448.99 5.56 2.03 par:pas; -cherchées chercher VER f p 712.46 448.99 0.43 0.54 par:pas; -cherchés chercher VER m p 712.46 448.99 0.81 0.41 par:pas; -chergui chergui NOM m s 0.00 0.74 0.00 0.74 -cherokee cherokee NOM m s 0.34 0.27 0.21 0.07 -cherokees cherokee NOM m p 0.34 0.27 0.13 0.20 -cherres cherrer VER 0.00 0.07 0.00 0.07 ind:pre:2s; -cherry cherry NOM m s 0.13 0.34 0.13 0.34 -chers cher ADJ m p 205.75 133.65 28.61 13.99 -cherté cherté NOM f s 0.00 0.47 0.00 0.47 -chester chester NOM m s 0.12 0.07 0.12 0.07 -chevai chever VER 0.45 0.00 0.45 0.00 ind:pas:1s; -cheval_vapeur cheval_vapeur NOM m s 0.03 0.20 0.02 0.07 -cheval cheval NOM m s 129.12 179.26 85.42 110.27 -chevaler chevaler VER 0.00 0.14 0.00 0.07 inf; -chevaleresque chevaleresque ADJ s 0.40 1.22 0.39 0.95 -chevaleresquement chevaleresquement ADV 0.00 0.07 0.00 0.07 -chevaleresques chevaleresque ADJ m p 0.40 1.22 0.01 0.27 -chevalerie chevalerie NOM f s 0.77 2.23 0.77 2.09 -chevaleries chevalerie NOM f p 0.77 2.23 0.00 0.14 -chevalet chevalet NOM m s 0.53 6.22 0.47 4.93 -chevalets chevalet NOM m p 0.53 6.22 0.05 1.28 -chevalier chevalier NOM m s 15.91 36.15 10.77 21.89 -chevaliers chevalier NOM m p 15.91 36.15 5.14 14.26 -chevalin chevalin ADJ m s 0.18 1.82 0.03 0.68 -chevaline chevalin ADJ f s 0.18 1.82 0.14 1.01 -chevalins chevalin ADJ m p 0.18 1.82 0.00 0.14 -chevalière chevalière NOM f s 0.47 2.97 0.45 2.43 -chevalières chevalière NOM f p 0.47 2.97 0.02 0.54 -chevalée chevaler VER f s 0.00 0.14 0.00 0.07 par:pas; -chevance chevance NOM f s 0.00 0.20 0.00 0.20 -chevau_léger chevau_léger NOM m s 0.01 0.14 0.01 0.14 -chevaucha chevaucher VER 3.67 12.77 0.01 0.34 ind:pas:3s; -chevauchaient chevaucher VER 3.67 12.77 0.17 1.62 ind:imp:3p; -chevauchais chevaucher VER 3.67 12.77 0.05 0.07 ind:imp:1s;ind:imp:2s; -chevauchait chevaucher VER 3.67 12.77 0.22 1.69 ind:imp:3s; -chevauchant chevaucher VER 3.67 12.77 0.30 2.09 par:pre; -chevauche chevaucher VER 3.67 12.77 0.79 1.42 imp:pre:2s;ind:pre:1s;ind:pre:3s; -chevauchement chevauchement NOM m s 0.14 0.14 0.14 0.14 -chevauchent chevaucher VER 3.67 12.77 0.18 1.69 ind:pre:3p; -chevaucher chevaucher VER 3.67 12.77 1.00 2.16 inf; -chevauchera chevaucher VER 3.67 12.77 0.02 0.00 ind:fut:3s; -chevaucherai chevaucher VER 3.67 12.77 0.26 0.00 ind:fut:1s; -chevaucheraient chevaucher VER 3.67 12.77 0.00 0.07 cnd:pre:3p; -chevaucheur chevaucheur NOM m s 0.00 0.07 0.00 0.07 -chevauchez chevaucher VER 3.67 12.77 0.08 0.00 imp:pre:2p;ind:pre:2p; -chevauchons chevaucher VER 3.67 12.77 0.09 0.14 imp:pre:1p;ind:pre:1p; -chevauchèrent chevaucher VER 3.67 12.77 0.00 0.27 ind:pas:3p; -chevauché chevaucher VER m s 3.67 12.77 0.35 0.61 par:pas; -chevauchée chevauchée NOM f s 0.56 4.19 0.42 2.50 -chevauchées chevauchée NOM f p 0.56 4.19 0.14 1.69 -chevauchés chevaucher VER m p 3.67 12.77 0.00 0.14 par:pas; -cheval_vapeur cheval_vapeur NOM m p 0.03 0.20 0.01 0.14 -chevaux cheval NOM m p 129.12 179.26 43.70 68.99 -chevelu chevelu ADJ m s 1.53 4.66 1.31 2.36 -chevelue chevelu ADJ f s 1.53 4.66 0.04 0.81 -chevelues chevelu ADJ f p 1.53 4.66 0.00 0.34 -chevelure chevelure NOM f s 2.52 27.50 2.50 25.07 -chevelures chevelure NOM f p 2.52 27.50 0.02 2.43 -chevelus chevelu ADJ m p 1.53 4.66 0.18 1.15 -chevesne chevesne NOM m s 0.02 1.35 0.02 0.95 -chevesnes chevesne NOM m p 0.02 1.35 0.00 0.41 -chevet chevet NOM m s 3.27 18.92 3.27 18.51 -chevets chevet NOM m p 3.27 18.92 0.00 0.41 -cheveu cheveu NOM m s 121.27 270.68 5.11 7.50 -cheveux cheveu NOM m p 121.27 270.68 116.16 263.18 -chevillage chevillage NOM m s 0.00 0.07 0.00 0.07 -chevillard chevillard NOM m s 0.00 0.14 0.00 0.07 -chevillards chevillard NOM m p 0.00 0.14 0.00 0.07 -cheville cheville NOM f s 12.24 22.16 8.79 8.99 -chevilles cheville NOM f p 12.24 22.16 3.45 13.18 -chevillette chevillette NOM f s 0.10 0.07 0.10 0.07 -chevillé cheviller VER m s 0.16 0.88 0.14 0.41 par:pas; -chevillée cheviller VER f s 0.16 0.88 0.01 0.41 par:pas; -chevillées cheviller VER f p 0.16 0.88 0.00 0.07 par:pas; -cheviotte cheviotte NOM f s 0.00 0.20 0.00 0.20 -chevir chevir VER 0.27 0.00 0.27 0.00 inf; -chevreau chevreau NOM m s 0.84 3.38 0.44 2.36 -chevreaux chevreau NOM m p 0.84 3.38 0.40 1.01 -chevrette chevrette NOM f s 0.11 0.81 0.11 0.68 -chevrettes chevrette NOM f p 0.11 0.81 0.00 0.14 -chevreuil chevreuil NOM m s 1.58 5.14 1.31 2.97 -chevreuils chevreuil NOM m p 1.58 5.14 0.26 2.16 -chevrier chevrier NOM m s 0.35 0.27 0.20 0.14 -chevriers chevrier NOM m p 0.35 0.27 0.14 0.07 -chevrière chevrier NOM f s 0.35 0.27 0.00 0.07 -chevron chevron NOM m s 1.36 2.50 0.96 0.41 -chevronné chevronné ADJ m s 0.31 1.01 0.11 0.47 -chevronnée chevronner VER f s 0.04 0.14 0.00 0.07 par:pas; -chevronnés chevronné ADJ m p 0.31 1.01 0.20 0.54 -chevrons chevron NOM m p 1.36 2.50 0.40 2.09 -chevrota chevroter VER 0.03 1.28 0.00 0.20 ind:pas:3s; -chevrotais chevroter VER 0.03 1.28 0.00 0.07 ind:imp:1s; -chevrotait chevroter VER 0.03 1.28 0.00 0.34 ind:imp:3s; -chevrotant chevroter VER 0.03 1.28 0.00 0.07 par:pre; -chevrotante chevrotant ADJ f s 0.14 1.15 0.14 1.15 -chevrote chevroter VER 0.03 1.28 0.01 0.27 ind:pre:1s;ind:pre:3s; -chevrotement chevrotement NOM m s 0.00 0.41 0.00 0.34 -chevrotements chevrotement NOM m p 0.00 0.41 0.00 0.07 -chevroter chevroter VER 0.03 1.28 0.02 0.20 inf; -chevrotine chevrotine NOM f s 0.78 1.42 0.43 0.54 -chevrotines chevrotine NOM f p 0.78 1.42 0.35 0.88 -chevroté chevroter VER m s 0.03 1.28 0.00 0.07 par:pas; -chevrotée chevroter VER f s 0.03 1.28 0.00 0.07 par:pas; -chevêche chevêche NOM f s 0.00 0.41 0.00 0.27 -chevêches chevêche NOM f p 0.00 0.41 0.00 0.14 -chewing_gum chewing_gum NOM m s 0.01 3.58 0.00 3.11 -chewing_gum chewing_gum NOM m p 0.01 3.58 0.01 0.41 -chewing_gum chewing_gum NOM m s 0.01 3.58 0.00 0.07 -chez_soi chez_soi NOM m 0.31 0.41 0.31 0.41 -chez chez PRE 842.18 680.54 842.18 680.54 -chi chi NOM m s 1.29 0.54 1.29 0.54 -chia chier VER 67.53 22.64 0.02 0.00 ind:pas:3s; -chiader chiader VER 0.14 0.47 0.05 0.14 inf; -chiadé chiader VER m s 0.14 0.47 0.06 0.27 par:pas; -chiadée chiader VER f s 0.14 0.47 0.02 0.00 par:pas; -chiadées chiader VER f p 0.14 0.47 0.01 0.07 par:pas; -chiaient chier VER 67.53 22.64 0.39 0.00 ind:imp:3p; -chiais chier VER 67.53 22.64 1.30 0.00 ind:imp:1s;ind:imp:2s; -chiait chier VER 67.53 22.64 0.12 0.07 ind:imp:3s; -chiala chialer VER 7.25 13.78 0.00 0.07 ind:pas:3s; -chialaient chialer VER 7.25 13.78 0.01 0.00 ind:imp:3p; -chialais chialer VER 7.25 13.78 0.17 0.41 ind:imp:1s;ind:imp:2s; -chialait chialer VER 7.25 13.78 0.20 0.74 ind:imp:3s; -chialant chialer VER 7.25 13.78 0.01 0.74 par:pre; -chiale chialer VER 7.25 13.78 1.28 3.51 imp:pre:2s;ind:pre:1s;ind:pre:3s; -chialent chialer VER 7.25 13.78 0.34 0.14 ind:pre:3p; -chialer chialer VER 7.25 13.78 4.01 6.28 inf; -chialera chialer VER 7.25 13.78 0.03 0.00 ind:fut:3s; -chialeraient chialer VER 7.25 13.78 0.00 0.07 cnd:pre:3p; -chialerais chialer VER 7.25 13.78 0.11 0.20 cnd:pre:1s; -chialerait chialer VER 7.25 13.78 0.00 0.07 cnd:pre:3s; -chialeras chialer VER 7.25 13.78 0.00 0.07 ind:fut:2s; -chialeries chialerie NOM f p 0.00 0.07 0.00 0.07 -chiales chialer VER 7.25 13.78 0.72 0.47 ind:pre:2s; -chialeur chialeur NOM m s 0.04 0.07 0.03 0.00 -chialeuse chialeur NOM f s 0.04 0.07 0.01 0.07 -chialez chialer VER 7.25 13.78 0.01 0.00 ind:pre:2p; -chialèrent chialer VER 7.25 13.78 0.00 0.07 ind:pas:3p; -chialé chialer VER m s 7.25 13.78 0.35 0.95 par:pas; -chiant chiant ADJ m s 11.89 2.84 8.46 1.01 -chiante chiant ADJ f s 11.89 2.84 2.09 1.08 -chiantes chiant ADJ f p 11.89 2.84 0.30 0.20 -chianti chianti NOM m s 0.32 0.95 0.32 0.95 -chiants chiant ADJ m p 11.89 2.84 1.03 0.54 -chiard chiard NOM m s 0.68 0.54 0.47 0.14 -chiards chiard NOM m p 0.68 0.54 0.22 0.41 -chiasma chiasma NOM m s 0.01 0.07 0.01 0.07 -chiasme chiasme NOM m s 0.01 0.00 0.01 0.00 -chiasse chiasse NOM f s 0.94 1.49 0.81 1.28 -chiasses chiasse NOM f p 0.94 1.49 0.14 0.20 -chiasseux chiasseux ADJ m s 0.02 0.20 0.02 0.20 -chiatique chiatique ADJ s 0.11 0.20 0.11 0.14 -chiatiques chiatique ADJ m p 0.11 0.20 0.00 0.07 -chibouk chibouk NOM m s 0.00 0.34 0.00 0.34 -chibre chibre NOM m s 0.25 0.74 0.25 0.74 -chic_type chic_type ADJ m s 0.01 0.00 0.01 0.00 -chic chic ONO 1.20 0.68 1.20 0.68 -chica chica NOM f s 0.71 0.07 0.68 0.07 -chicanait chicaner VER 0.59 0.68 0.01 0.07 ind:imp:3s; -chicanant chicaner VER 0.59 0.68 0.01 0.07 par:pre; -chicane chicane NOM f s 0.45 2.16 0.41 1.22 -chicanent chicaner VER 0.59 0.68 0.00 0.07 ind:pre:3p; -chicaner chicaner VER 0.59 0.68 0.24 0.20 inf; -chicaneries chicanerie NOM f p 0.03 0.00 0.03 0.00 -chicanerons chicaner VER 0.59 0.68 0.00 0.07 ind:fut:1p; -chicanes chicane NOM f p 0.45 2.16 0.04 0.95 -chicaneur chicaneur NOM m s 0.21 0.00 0.21 0.00 -chicanez chicaner VER 0.59 0.68 0.18 0.00 imp:pre:2p;ind:pre:2p; -chicanier chicanier ADJ m s 0.00 0.20 0.00 0.14 -chicaniers chicanier NOM m p 0.01 0.07 0.01 0.07 -chicanière chicanier ADJ f s 0.00 0.20 0.00 0.07 -chicano chicano ADJ m s 0.13 0.00 0.11 0.00 -chicanons chicaner VER 0.59 0.68 0.05 0.00 imp:pre:1p; -chicanos chicano NOM m p 0.25 0.07 0.19 0.00 -chicané chicaner VER m s 0.59 0.68 0.03 0.00 par:pas; -chicanées chicaner VER f p 0.59 0.68 0.00 0.07 par:pas; -chicas chica NOM f p 0.71 0.07 0.03 0.00 -chiche_kebab chiche_kebab NOM m s 0.24 0.07 0.24 0.07 -chiche chiche ONO 0.75 0.74 0.75 0.74 -chichement chichement ADV 0.04 1.42 0.04 1.42 -chiches chiche ADJ p 3.62 3.18 2.12 1.22 -chichi chichi NOM m s 1.46 5.00 0.55 3.04 -chichis chichi NOM m p 1.46 5.00 0.91 1.96 -chichiteuse chichiteux ADJ f s 0.02 0.68 0.01 0.34 -chichiteuses chichiteux ADJ f p 0.02 0.68 0.00 0.27 -chichiteux chichiteux ADJ m p 0.02 0.68 0.01 0.07 -chicon chicon NOM m s 0.05 0.00 0.05 0.00 -chicore chicorer VER 0.00 0.61 0.00 0.27 ind:pre:1s;ind:pre:3s; -chicorent chicorer VER 0.00 0.61 0.00 0.14 ind:pre:3p; -chicorer chicorer VER 0.00 0.61 0.00 0.07 inf; -chicores chicorer VER 0.00 0.61 0.00 0.07 ind:pre:2s; -chicoré chicorer VER m s 0.00 0.61 0.00 0.07 par:pas; -chicorée chicorée NOM f s 0.59 1.69 0.59 1.42 -chicorées chicorée NOM f p 0.59 1.69 0.00 0.27 -chicot chicot NOM m s 0.22 3.58 0.14 0.14 -chicote chicot NOM f s 0.22 3.58 0.03 0.54 -chicoter chicoter VER 0.00 0.14 0.00 0.07 inf; -chicotin chicotin NOM m s 0.01 0.00 0.01 0.00 -chicots chicot NOM m p 0.22 3.58 0.06 2.91 -chicotte chicotte NOM f s 0.00 0.07 0.00 0.07 -chicoté chicoter VER m s 0.00 0.14 0.00 0.07 par:pas; -chics chic ADJ p 19.57 14.32 1.95 1.82 -chie chier VER 67.53 22.64 4.31 1.69 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:1s; -chien_assis chien_assis NOM m 0.00 0.07 0.00 0.07 -chien_loup chien_loup NOM m s 0.27 1.08 0.14 1.08 -chien_robot chien_robot NOM m s 0.01 0.00 0.01 0.00 -chien_étoile chien_étoile NOM m s 0.00 0.07 0.00 0.07 -chien chien NOM m s 222.38 184.59 158.77 117.64 -chienchien chienchien NOM m s 0.30 0.20 0.30 0.14 -chienchiens chienchien NOM m p 0.30 0.20 0.00 0.07 -chiendent chiendent NOM m s 0.69 2.16 0.69 2.16 -chienlit chienlit NOM s 0.60 0.74 0.60 0.74 -chiennasse chienner VER 0.00 0.07 0.00 0.07 sub:imp:1s; -chienne chien NOM f s 222.38 184.59 12.84 11.55 -chiennerie chiennerie NOM f s 0.30 0.68 0.30 0.61 -chienneries chiennerie NOM f p 0.30 0.68 0.00 0.07 -chiennes chienne NOM f p 1.15 0.00 1.15 0.00 -chien_loup chien_loup NOM m p 0.27 1.08 0.12 0.00 -chiens chien NOM m p 222.38 184.59 50.76 54.53 -chient chier VER 67.53 22.64 0.89 0.34 ind:pre:3p; -chier chier VER 67.53 22.64 53.30 18.11 inf; -chiera chier VER 67.53 22.64 0.15 0.27 ind:fut:3s; -chierai chier VER 67.53 22.64 0.24 0.00 ind:fut:1s; -chierais chier VER 67.53 22.64 0.08 0.00 cnd:pre:1s;cnd:pre:2s; -chieras chier VER 67.53 22.64 0.06 0.00 ind:fut:2s; -chierez chier VER 67.53 22.64 0.02 0.00 ind:fut:2p; -chierie chierie NOM f s 0.53 0.88 0.39 0.74 -chieries chierie NOM f p 0.53 0.88 0.14 0.14 -chieront chier VER 67.53 22.64 0.15 0.00 ind:fut:3p; -chies chier VER 67.53 22.64 1.22 0.14 ind:pre:2s; -chieur chieur NOM m s 2.29 0.88 0.96 0.34 -chieurs chieur NOM m p 2.29 0.88 0.22 0.07 -chieuse chieur NOM f s 2.29 0.88 1.11 0.47 -chieuses chieuse NOM f p 0.01 0.00 0.01 0.00 -chiez chier VER 67.53 22.64 0.21 0.20 imp:pre:2p;ind:pre:2p; -chiffe chiffe NOM f s 0.89 1.62 0.81 1.55 -chiffes chiffe NOM f p 0.89 1.62 0.09 0.07 -chiffon chiffon NOM m s 6.11 18.99 3.67 10.41 -chiffonna chiffonner VER 1.65 2.30 0.00 0.20 ind:pas:3s; -chiffonnade chiffonnade NOM f s 0.02 0.14 0.02 0.07 -chiffonnades chiffonnade NOM f p 0.02 0.14 0.00 0.07 -chiffonnaient chiffonner VER 1.65 2.30 0.01 0.07 ind:imp:3p; -chiffonnait chiffonner VER 1.65 2.30 0.06 0.61 ind:imp:3s; -chiffonnant chiffonner VER 1.65 2.30 0.01 0.14 par:pre; -chiffonne chiffonner VER 1.65 2.30 1.35 0.34 imp:pre:2s;ind:pre:1s;ind:pre:3s; -chiffonner chiffonner VER 1.65 2.30 0.06 0.34 inf; -chiffonnier chiffonnier NOM m s 0.99 3.58 0.76 1.62 -chiffonniers chiffonnier NOM m p 0.99 3.58 0.13 1.35 -chiffonnière chiffonnier NOM f s 0.99 3.58 0.10 0.54 -chiffonnières chiffonnière NOM f p 0.01 0.00 0.01 0.00 -chiffonné chiffonné ADJ m s 0.98 2.16 0.60 0.88 -chiffonnée chiffonné ADJ f s 0.98 2.16 0.25 0.41 -chiffonnées chiffonné ADJ f p 0.98 2.16 0.00 0.47 -chiffonnés chiffonné ADJ m p 0.98 2.16 0.14 0.41 -chiffons chiffon NOM m p 6.11 18.99 2.43 8.58 -chiffrable chiffrable ADJ s 0.01 0.00 0.01 0.00 -chiffrage chiffrage NOM m s 0.00 0.07 0.00 0.07 -chiffrait chiffrer VER 0.64 1.01 0.00 0.07 ind:imp:3s; -chiffrant chiffrer VER 0.64 1.01 0.02 0.00 par:pre; -chiffre chiffre NOM m s 27.28 33.11 9.38 12.70 -chiffrement chiffrement NOM m s 0.13 0.00 0.13 0.00 -chiffrent chiffrer VER 0.64 1.01 0.02 0.07 ind:pre:3p; -chiffrer chiffrer VER 0.64 1.01 0.19 0.27 inf; -chiffres_clé chiffres_clé NOM m p 0.00 0.07 0.00 0.07 -chiffres chiffre NOM m p 27.28 33.11 17.90 20.41 -chiffreur chiffreur NOM m s 0.02 0.00 0.01 0.00 -chiffreuse chiffreur NOM f s 0.02 0.00 0.01 0.00 -chiffré chiffré ADJ m s 0.07 1.35 0.05 0.41 -chiffrée chiffrer VER f s 0.64 1.01 0.16 0.00 par:pas; -chiffrées chiffré ADJ f p 0.07 1.35 0.00 0.20 -chiffrés chiffrer VER m p 0.64 1.01 0.01 0.14 par:pas; -chignole chignole NOM f s 0.31 0.47 0.30 0.34 -chignoles chignole NOM f p 0.31 0.47 0.01 0.14 -chignon chignon NOM m s 1.31 12.77 1.29 11.76 -chignons chignon NOM m p 1.31 12.77 0.02 1.01 -chihuahua chihuahua NOM m s 0.38 0.07 0.30 0.07 -chihuahuas chihuahua NOM m p 0.38 0.07 0.07 0.00 -chiites chiite NOM p 0.00 0.07 0.00 0.07 -chiles chile NOM m p 0.03 0.00 0.03 0.00 -chili chili NOM m s 2.21 0.14 2.18 0.07 -chilien chilien ADJ m s 2.21 1.28 1.03 0.07 -chilienne chilien ADJ f s 2.21 1.28 0.58 0.68 -chiliennes chilien ADJ f p 2.21 1.28 0.16 0.14 -chiliens chilien NOM m p 0.83 0.20 0.64 0.00 -chilis chili NOM m p 2.21 0.14 0.04 0.07 -chilom chilom NOM m s 0.10 0.00 0.10 0.00 -chimie chimie NOM f s 5.29 5.20 5.28 5.00 -chimies chimie NOM f p 5.29 5.20 0.01 0.20 -chimiothérapie chimiothérapie NOM f s 1.05 0.14 1.05 0.14 -chimique chimique ADJ s 10.51 4.59 5.40 1.96 -chimiquement chimiquement ADV 0.54 0.34 0.54 0.34 -chimiques chimique ADJ p 10.51 4.59 5.11 2.64 -chimiste chimiste NOM s 1.90 1.55 1.60 1.15 -chimistes chimiste NOM p 1.90 1.55 0.30 0.41 -chimpanzé chimpanzé NOM m s 2.35 1.69 1.96 1.15 -chimpanzés chimpanzé NOM m p 2.35 1.69 0.39 0.54 -chimère chimère NOM f s 2.94 5.54 1.74 2.23 -chimères chimère NOM f p 2.94 5.54 1.21 3.31 -chimérique chimérique ADJ s 0.55 2.23 0.52 1.15 -chimériquement chimériquement ADV 0.00 0.07 0.00 0.07 -chimériques chimérique ADJ p 0.55 2.23 0.03 1.08 -china chiner VER 0.81 8.45 0.76 7.57 ind:pas:3s; -chinaient chiner VER 0.81 8.45 0.00 0.07 ind:imp:3p; -chinait chiner VER 0.81 8.45 0.00 0.14 ind:imp:3s; -chinant chiner VER 0.81 8.45 0.00 0.07 par:pre; -chinchard chinchard NOM m s 0.00 0.07 0.00 0.07 -chinchilla chinchilla NOM m s 0.13 0.41 0.12 0.34 -chinchillas chinchilla NOM m p 0.13 0.41 0.01 0.07 -chine chine NOM s 0.67 0.54 0.67 0.54 -chiner chiner VER 0.81 8.45 0.04 0.14 inf; -chinera chiner VER 0.81 8.45 0.01 0.00 ind:fut:3s; -chinetoque chinetoque NOM m s 1.80 1.01 1.06 0.61 -chinetoques chinetoque NOM m p 1.80 1.01 0.74 0.41 -chineur chineur NOM m s 0.01 0.34 0.00 0.20 -chineurs chineur NOM m p 0.01 0.34 0.01 0.14 -chinois chinois NOM m s 24.73 16.22 21.88 14.59 -chinoise chinois ADJ f s 21.34 25.14 5.47 5.14 -chinoiser chinoiser VER 0.14 0.07 0.14 0.07 inf; -chinoiserie chinoiserie NOM f s 0.31 0.68 0.00 0.20 -chinoiseries chinoiserie NOM f p 0.31 0.68 0.31 0.47 -chinoises chinois ADJ f p 21.34 25.14 1.25 3.38 -chinook chinook NOM m s 0.05 0.27 0.05 0.27 -chintz chintz NOM m 0.09 0.27 0.09 0.27 -chiné chiné ADJ m s 0.03 0.41 0.03 0.20 -chinée chiné ADJ f s 0.03 0.41 0.00 0.14 -chinées chiner VER f p 0.81 8.45 0.00 0.14 par:pas; -chinés chiné ADJ m p 0.03 0.41 0.00 0.07 -chiot chiot NOM m s 5.67 2.70 3.98 1.49 -chiots chiot NOM m p 5.67 2.70 1.70 1.22 -chiotte chiotte NOM f s 12.86 14.73 1.20 1.42 -chiottes chiotte NOM f p 12.86 14.73 11.66 13.31 -chiourme chiourme NOM f s 0.00 0.20 0.00 0.20 -chip chip NOM s 2.51 0.00 2.51 0.00 -chipa chiper VER 2.34 2.97 0.00 0.14 ind:pas:3s; -chipaient chiper VER 2.34 2.97 0.00 0.14 ind:imp:3p; -chipais chiper VER 2.34 2.97 0.01 0.07 ind:imp:1s; -chipait chiper VER 2.34 2.97 0.14 0.34 ind:imp:3s; -chipant chiper VER 2.34 2.97 0.00 0.07 par:pre; -chipe chiper VER 2.34 2.97 0.45 0.07 imp:pre:2s;ind:pre:1s;ind:pre:3s; -chiper chiper VER 2.34 2.97 0.89 0.95 inf; -chiperaient chiper VER 2.34 2.97 0.01 0.00 cnd:pre:3p; -chiperiez chiper VER 2.34 2.97 0.01 0.00 cnd:pre:2p; -chipeur chipeur ADJ m s 0.00 0.07 0.00 0.07 -chipez chiper VER 2.34 2.97 0.02 0.00 imp:pre:2p;ind:pre:2p; -chipie chipie NOM f s 0.76 0.88 0.58 0.68 -chipies chipie NOM f p 0.76 0.88 0.18 0.20 -chipolata chipolata NOM f s 0.23 0.47 0.03 0.27 -chipolatas chipolata NOM f p 0.23 0.47 0.20 0.20 -chipota chipoter VER 0.50 1.22 0.00 0.07 ind:pas:3s; -chipotage chipotage NOM m s 0.04 0.20 0.03 0.14 -chipotages chipotage NOM m p 0.04 0.20 0.02 0.07 -chipotais chipoter VER 0.50 1.22 0.00 0.07 ind:imp:1s; -chipotait chipoter VER 0.50 1.22 0.02 0.34 ind:imp:3s; -chipotant chipoter VER 0.50 1.22 0.00 0.07 par:pre; -chipote chipoter VER 0.50 1.22 0.08 0.27 imp:pre:2s;ind:pre:1s;ind:pre:3s; -chipotent chipoter VER 0.50 1.22 0.04 0.00 ind:pre:3p; -chipoter chipoter VER 0.50 1.22 0.27 0.27 inf; -chipotes chipoter VER 0.50 1.22 0.05 0.00 ind:pre:2s; -chipoteur chipoteur ADJ m s 0.00 0.20 0.00 0.14 -chipoteuse chipoteur ADJ f s 0.00 0.20 0.00 0.07 -chipotez chipoter VER 0.50 1.22 0.01 0.00 imp:pre:2p; -chipotons chipoter VER 0.50 1.22 0.03 0.07 imp:pre:1p; -chipoté chipoter VER m s 0.50 1.22 0.00 0.07 par:pas; -chippendale chippendale NOM m s 0.12 0.00 0.01 0.00 -chippendales chippendale NOM m p 0.12 0.00 0.10 0.00 -chips chips NOM p 6.72 0.95 6.72 0.95 -chipèrent chiper VER 2.34 2.97 0.00 0.07 ind:pas:3p; -chipé chiper VER m s 2.34 2.97 0.60 0.74 par:pas; -chipée chiper VER f s 2.34 2.97 0.18 0.14 par:pas; -chipées chiper VER f p 2.34 2.97 0.01 0.14 par:pas; -chipés chiper VER m p 2.34 2.97 0.03 0.14 par:pas; -chiquaient chiquer VER 0.50 2.70 0.00 0.14 ind:imp:3p; -chiquait chiquer VER 0.50 2.70 0.05 0.20 ind:imp:3s; -chiquant chiquer VER 0.50 2.70 0.00 0.47 par:pre; -chique chique NOM f s 0.40 2.23 0.24 2.16 -chiquement chiquement ADV 0.01 0.14 0.01 0.14 -chiquenaude chiquenaude NOM f s 0.03 1.22 0.03 1.15 -chiquenaudes chiquenaude NOM f p 0.03 1.22 0.00 0.07 -chiquent chiquer VER 0.50 2.70 0.02 0.00 ind:pre:3p; -chiquer chiquer VER 0.50 2.70 0.16 1.35 inf; -chiquerai chiquer VER 0.50 2.70 0.00 0.07 ind:fut:1s; -chiqueront chiquer VER 0.50 2.70 0.00 0.07 ind:fut:3p; -chiques chique NOM f p 0.40 2.23 0.16 0.07 -chiqueur chiqueur NOM m s 0.01 0.27 0.01 0.07 -chiqueurs chiqueur NOM m p 0.01 0.27 0.00 0.14 -chiqueuses chiqueur NOM f p 0.01 0.27 0.00 0.07 -chiqué chiqué NOM m s 0.58 1.08 0.58 1.01 -chiqués chiqué NOM m p 0.58 1.08 0.00 0.07 -chiraquien chiraquien ADJ m s 0.00 0.07 0.00 0.07 -chiricahua chiricahua ADJ s 0.10 0.00 0.05 0.00 -chiricahuas chiricahua NOM p 0.19 0.00 0.16 0.00 -chiromancie chiromancie NOM f s 0.02 0.07 0.02 0.07 -chiromancien chiromancien NOM m s 0.16 0.20 0.00 0.07 -chiromancienne chiromancien NOM f s 0.16 0.20 0.14 0.07 -chiromanciens chiromancien NOM m p 0.16 0.20 0.03 0.07 -chiropracteur chiropracteur NOM m s 0.57 0.00 0.57 0.00 -chiropraticien chiropraticien NOM m s 0.06 0.00 0.04 0.00 -chiropraticienne chiropraticien NOM f s 0.06 0.00 0.02 0.00 -chiropratique chiropratique NOM f s 0.02 0.00 0.02 0.00 -chiropraxie chiropraxie NOM f s 0.07 0.00 0.07 0.00 -chiroptère chiroptère NOM m s 0.03 0.00 0.03 0.00 -chiroubles chiroubles NOM m 0.00 0.20 0.00 0.20 -chirurgical chirurgical ADJ m s 3.60 2.16 1.23 0.54 -chirurgicale chirurgical ADJ f s 3.60 2.16 1.84 1.01 -chirurgicalement chirurgicalement ADV 0.33 0.20 0.33 0.20 -chirurgicales chirurgical ADJ f p 3.60 2.16 0.27 0.41 -chirurgicaux chirurgical ADJ m p 3.60 2.16 0.26 0.20 -chirurgie chirurgie NOM f s 11.84 2.03 11.74 2.03 -chirurgien_dentiste chirurgien_dentiste NOM s 0.02 0.27 0.02 0.27 -chirurgien chirurgien NOM m s 15.57 8.45 12.38 6.89 -chirurgienne chirurgien NOM f s 15.57 8.45 0.27 0.00 -chirurgiens chirurgien NOM m p 15.57 8.45 2.92 1.55 -chirurgies chirurgie NOM f p 11.84 2.03 0.10 0.00 -chisel chisel NOM m s 0.01 0.00 0.01 0.00 -chistera chistera NOM m s 0.11 0.00 0.11 0.00 -chitine chitine NOM f s 0.01 0.07 0.01 0.07 -chitineux chitineux ADJ m p 0.00 0.07 0.00 0.07 -chiton chiton NOM m s 0.00 0.07 0.00 0.07 -chié chier VER m s 67.53 22.64 3.72 1.49 par:pas; -chiée chiée NOM f s 0.22 0.95 0.22 0.47 -chiées chier VER f p 67.53 22.64 0.01 0.00 par:pas; -chiure chiure NOM f s 0.56 1.08 0.42 0.27 -chiures chiure NOM f p 0.56 1.08 0.14 0.81 -chiés chier VER m p 67.53 22.64 0.01 0.00 par:pas; -chlamyde chlamyde NOM f s 0.00 0.20 0.00 0.20 -chlamydia chlamydia NOM f s 0.42 0.00 0.30 0.00 -chlamydiae chlamydia NOM f p 0.42 0.00 0.12 0.00 -chlass chlass ADJ 0.03 0.00 0.03 0.00 -chleuh chleuh NOM m s 0.22 0.54 0.04 0.07 -chleuhs chleuh NOM m p 0.22 0.54 0.18 0.47 -chlingue chlinguer VER 0.21 0.07 0.18 0.07 ind:pre:1s;ind:pre:3s; -chlinguer chlinguer VER 0.21 0.07 0.01 0.00 inf; -chlingues chlinguer VER 0.21 0.07 0.02 0.00 ind:pre:2s; -chloral chloral NOM m s 0.20 0.00 0.20 0.00 -chloramphénicol chloramphénicol NOM m s 0.09 0.00 0.09 0.00 -chlorate chlorate NOM m s 0.07 0.14 0.07 0.14 -chlore chlore NOM m s 0.79 0.81 0.79 0.81 -chlorer chlorer VER 0.03 0.00 0.02 0.00 inf; -chlorhydrate chlorhydrate NOM m s 0.17 0.00 0.17 0.00 -chlorhydrique chlorhydrique ADJ m s 0.22 0.07 0.22 0.07 -chlorique chlorique ADJ s 0.01 0.00 0.01 0.00 -chloroformant chloroformer VER 0.22 0.20 0.00 0.07 par:pre; -chloroforme chloroforme NOM m s 0.63 0.41 0.63 0.41 -chloroformer chloroformer VER 0.22 0.20 0.02 0.07 inf; -chloroformes chloroformer VER 0.22 0.20 0.14 0.00 ind:pre:2s; -chloroformez chloroformer VER 0.22 0.20 0.01 0.00 imp:pre:2p; -chloroformisation chloroformisation NOM f s 0.00 0.07 0.00 0.07 -chloroformé chloroformer VER m s 0.22 0.20 0.05 0.07 par:pas; -chlorophylle chlorophylle NOM f s 0.25 0.68 0.25 0.68 -chlorophyllien chlorophyllien ADJ m s 0.00 0.07 0.00 0.07 -chlorophytums chlorophytum NOM m p 0.01 0.00 0.01 0.00 -chloroplaste chloroplaste NOM m s 0.01 0.00 0.01 0.00 -chloroquine chloroquine NOM f s 0.01 0.00 0.01 0.00 -chlorotique chlorotique ADJ f s 0.00 0.27 0.00 0.14 -chlorotiques chlorotique ADJ f p 0.00 0.27 0.00 0.14 -chlorpromazine chlorpromazine NOM f s 0.06 0.00 0.06 0.00 -chloré chloré ADJ m s 0.06 0.07 0.01 0.07 -chlorée chloré ADJ f s 0.06 0.07 0.05 0.00 -chlorure chlorure NOM m s 0.33 0.14 0.32 0.07 -chlorures chlorure NOM m p 0.33 0.14 0.01 0.07 -chnoque chnoque NOM s 0.08 0.54 0.07 0.34 -chnoques chnoque NOM p 0.08 0.54 0.01 0.20 -chnord chnord NOM m s 0.00 0.07 0.00 0.07 -chnouf chnouf NOM f s 0.02 0.07 0.02 0.07 -choanes choane NOM m p 0.01 0.00 0.01 0.00 -choc choc NOM m s 31.46 44.19 30.22 37.57 -chocard chocard NOM m s 0.00 0.07 0.00 0.07 -chochotte chochotte NOM f s 1.65 0.61 1.37 0.27 -chochottes chochotte NOM f p 1.65 0.61 0.28 0.34 -chocolat chocolat NOM m s 31.03 34.86 27.74 30.61 -chocolaterie chocolaterie NOM f s 0.27 0.27 0.27 0.20 -chocolateries chocolaterie NOM f p 0.27 0.27 0.00 0.07 -chocolatier chocolatier NOM m s 0.11 0.27 0.11 0.14 -chocolatière chocolatier NOM f s 0.11 0.27 0.00 0.14 -chocolats chocolat NOM m p 31.03 34.86 3.29 4.26 -chocolaté chocolaté ADJ m s 0.81 0.07 0.17 0.07 -chocolatée chocolaté ADJ f s 0.81 0.07 0.27 0.00 -chocolatées chocolaté ADJ f p 0.81 0.07 0.36 0.00 -chocolatés chocolaté ADJ m p 0.81 0.07 0.01 0.00 -chocottes chocotte NOM f p 0.45 0.95 0.45 0.95 -chocs choc NOM m p 31.46 44.19 1.24 6.62 -choeur choeur NOM m s 7.00 26.69 6.39 24.86 -choeurs choeur NOM m p 7.00 26.69 0.61 1.82 -choie choyer VER 0.40 2.03 0.02 0.20 ind:pre:3s; -choient choyer VER 0.40 2.03 0.01 0.07 ind:pre:3p; -choieront choyer VER 0.40 2.03 0.00 0.07 ind:fut:3p; -choir choir VER 2.05 10.00 0.33 6.89 inf; -choiras choir VER 2.05 10.00 0.00 0.07 ind:fut:2s; -chois choir VER 2.05 10.00 0.01 0.27 imp:pre:2s;ind:pre:1s; -choisîmes choisir VER 170.48 133.92 0.01 0.20 ind:pas:1p; -choisît choisir VER 170.48 133.92 0.00 0.20 sub:imp:3s; -choisi choisir VER m s 170.48 133.92 58.19 44.53 par:pas; -choisie choisir VER f s 170.48 133.92 6.78 5.34 par:pas; -choisies choisir VER f p 170.48 133.92 0.67 1.55 par:pas; -choisir choisir VER 170.48 133.92 47.09 35.00 inf; -choisira choisir VER 170.48 133.92 1.92 1.01 ind:fut:3s; -choisirai choisir VER 170.48 133.92 1.27 0.47 ind:fut:1s; -choisiraient choisir VER 170.48 133.92 0.06 0.20 cnd:pre:3p; -choisirais choisir VER 170.48 133.92 1.68 0.74 cnd:pre:1s;cnd:pre:2s; -choisirait choisir VER 170.48 133.92 0.59 1.22 cnd:pre:3s; -choisiras choisir VER 170.48 133.92 0.88 0.20 ind:fut:2s; -choisirent choisir VER 170.48 133.92 0.06 0.81 ind:pas:3p; -choisirez choisir VER 170.48 133.92 0.73 0.00 ind:fut:2p; -choisiriez choisir VER 170.48 133.92 0.23 0.20 cnd:pre:2p; -choisirions choisir VER 170.48 133.92 0.04 0.07 cnd:pre:1p; -choisirons choisir VER 170.48 133.92 0.36 0.20 ind:fut:1p; -choisiront choisir VER 170.48 133.92 0.13 0.20 ind:fut:3p; -choisis choisir VER m p 170.48 133.92 21.33 8.78 imp:pre:2s;ind:pre:1s;ind:pre:2s;ind:pas:1s;par:pas; -choisissaient choisir VER 170.48 133.92 0.16 1.08 ind:imp:3p; -choisissais choisir VER 170.48 133.92 0.41 0.81 ind:imp:1s;ind:imp:2s; -choisissait choisir VER 170.48 133.92 0.64 6.15 ind:imp:3s; -choisissant choisir VER 170.48 133.92 1.18 3.24 par:pre; -choisisse choisir VER 170.48 133.92 1.68 1.15 sub:pre:1s;sub:pre:3s; -choisissent choisir VER 170.48 133.92 2.13 1.96 ind:pre:3p; -choisisses choisir VER 170.48 133.92 0.77 0.00 sub:pre:2s; -choisissez choisir VER 170.48 133.92 9.45 1.55 imp:pre:2p;ind:pre:2p; -choisissiez choisir VER 170.48 133.92 0.23 0.27 ind:imp:2p; -choisissions choisir VER 170.48 133.92 0.08 0.27 ind:imp:1p; -choisissons choisir VER 170.48 133.92 0.50 0.47 imp:pre:1p;ind:pre:1p; -choisit choisir VER 170.48 133.92 11.23 16.01 ind:pre:3s;ind:pas:3s; -choit choir VER 2.05 10.00 0.00 0.68 ind:pre:3s; -choix choix NOM m 113.35 51.42 113.35 51.42 -choke choke NOM m s 0.01 0.00 0.01 0.00 -châle châle NOM m s 2.23 12.09 2.08 9.32 -cholera choler VER 0.02 0.00 0.02 0.00 ind:fut:3s; -châles châle NOM m p 2.23 12.09 0.15 2.77 -cholestérol cholestérol NOM m s 1.81 0.41 1.81 0.41 -choline choline NOM f s 0.11 0.00 0.10 0.00 -cholines choline NOM f p 0.11 0.00 0.01 0.00 -cholinestérase cholinestérase NOM f s 0.02 0.00 0.02 0.00 -cholique cholique ADJ m s 0.01 0.00 0.01 0.00 -châlit châlit NOM m s 0.00 0.41 0.00 0.27 -châlits châlit NOM m p 0.00 0.41 0.00 0.14 -châlonnais châlonnais ADJ m 0.00 0.07 0.00 0.07 -châlonnais châlonnais NOM m 0.00 0.07 0.00 0.07 -cholécystectomie cholécystectomie NOM f s 0.03 0.00 0.03 0.00 -cholécystite cholécystite NOM f s 0.03 0.00 0.03 0.00 -cholédoque cholédoque ADJ m s 0.04 0.00 0.04 0.00 -choléra choléra NOM m s 2.52 2.43 2.52 2.36 -choléras choléra NOM m p 2.52 2.43 0.00 0.07 -cholériques cholérique NOM p 0.01 0.07 0.01 0.07 -chop_suey chop_suey NOM m s 0.13 0.00 0.13 0.00 -chopaient choper VER 17.69 4.05 0.01 0.07 ind:imp:3p; -chopais choper VER 17.69 4.05 0.12 0.07 ind:imp:1s;ind:imp:2s; -chopait choper VER 17.69 4.05 0.14 0.14 ind:imp:3s; -chopant choper VER 17.69 4.05 0.00 0.07 par:pre; -chope choper VER 17.69 4.05 4.08 0.74 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -chopent choper VER 17.69 4.05 0.56 0.41 ind:pre:3p; -choper choper VER 17.69 4.05 6.06 1.28 inf; -chopera choper VER 17.69 4.05 0.31 0.00 ind:fut:3s; -choperai choper VER 17.69 4.05 0.10 0.00 ind:fut:1s; -choperais choper VER 17.69 4.05 0.02 0.07 cnd:pre:1s;cnd:pre:2s; -choperait choper VER 17.69 4.05 0.01 0.00 cnd:pre:3s; -choperas choper VER 17.69 4.05 0.03 0.00 ind:fut:2s; -choperez choper VER 17.69 4.05 0.04 0.00 ind:fut:2p; -choperons choper VER 17.69 4.05 0.01 0.00 ind:fut:1p; -choperont choper VER 17.69 4.05 0.06 0.00 ind:fut:3p; -chopes choper VER 17.69 4.05 0.58 0.00 ind:pre:2s;sub:pre:2s; -chopez choper VER 17.69 4.05 1.27 0.00 imp:pre:2p;ind:pre:2p; -chopine chopine NOM f s 0.03 2.70 0.02 2.09 -chopines chopine NOM f p 0.03 2.70 0.01 0.61 -chopons choper VER 17.69 4.05 0.43 0.00 imp:pre:1p; -choppe chopper VER 1.90 0.20 0.34 0.07 imp:pre:2s;ind:pre:1s;ind:pre:3s; -choppent chopper VER 1.90 0.20 0.03 0.07 ind:pre:3p; -chopper chopper VER 1.90 0.20 0.95 0.07 inf; -choppers chopper NOM m p 0.29 0.20 0.01 0.00 -choppes chopper VER 1.90 0.20 0.01 0.00 ind:pre:2s; -choppez chopper VER 1.90 0.20 0.05 0.00 imp:pre:2p;ind:pre:2p; -choppons chopper VER 1.90 0.20 0.02 0.00 imp:pre:1p; -choppé chopper VER m s 1.90 0.20 0.47 0.00 par:pas; -choppée chopper VER f s 1.90 0.20 0.01 0.00 par:pas; -chopé choper VER m s 17.69 4.05 3.42 1.01 par:pas; -chopée choper VER f s 17.69 4.05 0.34 0.00 par:pas; -chopées choper VER f p 17.69 4.05 0.00 0.07 par:pas; -chopés choper VER m p 17.69 4.05 0.10 0.14 par:pas; -choqua choquer VER 13.56 15.41 0.01 0.61 ind:pas:3s; -choquaient choquer VER 13.56 15.41 0.00 0.54 ind:imp:3p; -choquait choquer VER 13.56 15.41 0.30 2.23 ind:imp:3s; -choquant choquant ADJ m s 3.61 1.69 2.43 0.81 -choquante choquant ADJ f s 3.61 1.69 0.43 0.68 -choquantes choquant ADJ f p 3.61 1.69 0.58 0.20 -choquants choquant ADJ m p 3.61 1.69 0.17 0.00 -choque choquer VER 13.56 15.41 4.01 2.70 imp:pre:2s;ind:pre:1s;ind:pre:3s; -choquent choquer VER 13.56 15.41 0.15 0.34 ind:pre:3p; -choquer choquer VER 13.56 15.41 2.39 3.04 inf;; -choquera choquer VER 13.56 15.41 0.05 0.27 ind:fut:3s; -choqueraient choquer VER 13.56 15.41 0.01 0.07 cnd:pre:3p; -choquerais choquer VER 13.56 15.41 0.14 0.07 cnd:pre:1s;cnd:pre:2s; -choquerait choquer VER 13.56 15.41 0.21 0.20 cnd:pre:3s; -choqueras choquer VER 13.56 15.41 0.01 0.00 ind:fut:2s; -choquez choquer VER 13.56 15.41 0.09 0.00 imp:pre:2p;ind:pre:2p; -choquons choquer VER 13.56 15.41 0.01 0.00 ind:pre:1p; -choquèrent choquer VER 13.56 15.41 0.01 0.07 ind:pas:3p; -choqué choquer VER m s 13.56 15.41 3.44 2.64 par:pas; -choquée choquer VER f s 13.56 15.41 1.35 1.35 par:pas; -choquées choquer VER f p 13.56 15.41 0.14 0.41 par:pas; -choqués choquer VER m p 13.56 15.41 1.00 0.61 par:pas; -choral choral ADJ m s 0.26 0.27 0.14 0.00 -chorale chorale NOM f s 2.63 1.96 2.56 1.76 -chorales chorale NOM f p 2.63 1.96 0.07 0.20 -chorals choral NOM m p 0.01 0.95 0.00 0.07 -choraux choral ADJ m p 0.26 0.27 0.00 0.20 -chorba chorba NOM f s 0.00 0.07 0.00 0.07 -choreutes choreute NOM m p 0.00 0.07 0.00 0.07 -choriste choriste NOM s 0.46 1.35 0.32 0.27 -choristes choriste NOM p 0.46 1.35 0.14 1.08 -chorizo chorizo NOM m s 1.57 0.20 1.37 0.14 -chorizos chorizo NOM m p 1.57 0.20 0.20 0.07 -chortens chorten NOM m p 0.00 0.07 0.00 0.07 -chorée chorée NOM f s 0.04 0.00 0.04 0.00 -chorégraphe chorégraphe NOM s 0.71 0.47 0.48 0.41 -chorégraphes chorégraphe NOM p 0.71 0.47 0.22 0.07 -chorégraphie chorégraphie NOM f s 1.06 0.68 0.99 0.54 -chorégraphier chorégraphier VER 0.21 0.00 0.20 0.00 inf; -chorégraphies chorégraphie NOM f p 1.06 0.68 0.07 0.14 -chorégraphique chorégraphique ADJ m s 0.02 0.34 0.02 0.27 -chorégraphiques chorégraphique ADJ p 0.02 0.34 0.00 0.07 -chorégraphiées chorégraphier VER f p 0.21 0.00 0.01 0.00 par:pas; -chorus chorus NOM m 0.15 1.49 0.15 1.49 -chose chose NOM f s 1773.62 1057.64 1321.79 695.20 -choser choser VER 0.01 0.07 0.00 0.07 inf; -choses chose NOM f p 1773.62 1057.64 451.83 362.43 -chosification chosification NOM f s 0.00 0.07 0.00 0.07 -chosifient chosifier VER 0.01 0.07 0.00 0.07 ind:pre:3p; -chosifier chosifier VER 0.01 0.07 0.01 0.00 inf; -châsse châsse NOM f s 0.29 8.99 0.29 3.18 -châsses châsse NOM m p 0.29 8.99 0.00 5.81 -châssis châssis NOM m 0.97 4.46 0.97 4.46 -châtaigne châtaigne NOM f s 1.24 2.50 0.55 0.88 -châtaignent châtaigner VER 0.14 0.20 0.00 0.07 ind:pre:3p; -châtaigner châtaigner VER 0.14 0.20 0.12 0.07 inf; -châtaigneraie châtaigneraie NOM f s 0.00 0.54 0.00 0.20 -châtaigneraies châtaigneraie NOM f p 0.00 0.54 0.00 0.34 -châtaignes châtaigne NOM f p 1.24 2.50 0.69 1.62 -châtaignier châtaignier NOM m s 0.14 3.38 0.14 1.76 -châtaigniers châtaignier NOM m p 0.14 3.38 0.00 1.62 -châtaigné châtaigner VER m s 0.14 0.20 0.02 0.07 par:pas; -châtain châtain ADJ m s 0.81 4.26 0.34 1.55 -châtaine châtain ADJ f s 0.81 4.26 0.00 0.20 -châtaines châtain ADJ f p 0.81 4.26 0.01 0.07 -châtains châtain ADJ m p 0.81 4.26 0.46 2.43 -château_fort château_fort NOM m s 0.00 0.07 0.00 0.07 -château château NOM m s 43.68 74.12 40.51 63.38 -châteaubriant châteaubriant NOM m s 0.13 0.00 0.13 0.00 -châteaux château NOM m p 43.68 74.12 3.17 10.74 -châtel châtel ADJ s 0.00 0.07 0.00 0.07 -châtelain châtelain NOM m s 0.30 4.26 0.27 1.69 -châtelaine châtelain NOM f s 0.30 4.26 0.01 1.01 -châtelaines châtelain NOM f p 0.30 4.26 0.00 0.07 -châtelains châtelain NOM m p 0.30 4.26 0.02 1.49 -châtelet châtelet NOM m s 0.00 0.14 0.00 0.14 -châtellenie châtellenie NOM f s 0.00 0.07 0.00 0.07 -châtiaient châtier VER 3.25 4.53 0.00 0.07 ind:imp:3p; -châtiait châtier VER 3.25 4.53 0.00 0.20 ind:imp:3s; -châtiant châtier VER 3.25 4.53 0.00 0.07 par:pre; -châtie châtier VER 3.25 4.53 0.54 0.34 imp:pre:2s;ind:pre:1s;ind:pre:3s; -châtier châtier VER 3.25 4.53 1.55 1.89 inf; -châtiera châtier VER 3.25 4.53 0.04 0.00 ind:fut:3s; -châtierai châtier VER 3.25 4.53 0.12 0.00 ind:fut:1s; -châtierait châtier VER 3.25 4.53 0.00 0.07 cnd:pre:3s; -châtiez châtier VER 3.25 4.53 0.16 0.07 imp:pre:2p; -châtiment châtiment NOM m s 7.54 9.12 6.62 7.50 -châtiments châtiment NOM m p 7.54 9.12 0.93 1.62 -châtié châtier VER m s 3.25 4.53 0.47 1.28 par:pas; -châtiée châtier VER f s 3.25 4.53 0.05 0.20 par:pas; -châtiés châtier VER m p 3.25 4.53 0.32 0.34 par:pas; -châtrage châtrage NOM m s 0.00 0.07 0.00 0.07 -châtraient châtrer VER 0.94 0.68 0.00 0.14 ind:imp:3p; -châtre châtrer VER 0.94 0.68 0.01 0.14 ind:pre:1s;ind:pre:3s; -châtrent châtrer VER 0.94 0.68 0.01 0.07 ind:pre:3p; -châtrer châtrer VER 0.94 0.68 0.47 0.20 inf; -châtreront châtrer VER 0.94 0.68 0.00 0.07 ind:fut:3p; -châtron châtron NOM m s 0.00 0.14 0.00 0.07 -châtrons châtron NOM m p 0.00 0.14 0.00 0.07 -châtré châtré ADJ m s 0.21 0.61 0.18 0.34 -châtrés châtrer VER m p 0.94 0.68 0.36 0.00 par:pas; -chotts chott NOM m p 0.00 0.14 0.00 0.14 -chou_fleur chou_fleur NOM m s 0.54 1.01 0.54 1.01 -chou_palmiste chou_palmiste NOM m s 0.00 0.07 0.00 0.07 -chou_rave chou_rave NOM m s 0.00 0.20 0.00 0.20 -chou chou NOM m s 29.86 21.96 25.50 13.99 -chouïa chouïa NOM m s 0.25 1.82 0.25 1.82 -chouan chouan NOM m s 0.14 1.28 0.01 0.20 -chouannerie chouannerie NOM f s 0.00 0.34 0.00 0.34 -chouans chouan NOM m p 0.14 1.28 0.14 1.08 -choucard choucard ADJ m s 0.01 1.49 0.00 0.81 -choucarde choucard ADJ f s 0.01 1.49 0.01 0.47 -choucardes choucard ADJ f p 0.01 1.49 0.00 0.07 -choucards choucard ADJ m p 0.01 1.49 0.00 0.14 -choucas choucas NOM m 0.16 0.14 0.16 0.14 -chouchou chouchou NOM m s 3.44 1.69 3.16 1.49 -chouchous chouchou NOM m p 3.44 1.69 0.28 0.20 -chouchoutage chouchoutage NOM m s 0.00 0.14 0.00 0.14 -chouchoutaient chouchouter VER 0.61 0.74 0.01 0.07 ind:imp:3p; -chouchoutait chouchouter VER 0.61 0.74 0.02 0.07 ind:imp:3s; -chouchoute chouchouter VER 0.61 0.74 0.18 0.07 ind:pre:1s;ind:pre:3s; -chouchouter chouchouter VER 0.61 0.74 0.33 0.07 inf; -chouchouteras chouchouter VER 0.61 0.74 0.01 0.00 ind:fut:2s; -chouchoutes chouchoute NOM f p 0.21 0.14 0.11 0.00 -chouchoutez chouchouter VER 0.61 0.74 0.01 0.00 ind:pre:2p; -chouchouté chouchouter VER m s 0.61 0.74 0.05 0.14 par:pas; -chouchoutée chouchouter VER f s 0.61 0.74 0.00 0.34 par:pas; -choucroute choucroute NOM f s 1.18 3.04 1.16 2.64 -choucroutes choucroute NOM f p 1.18 3.04 0.02 0.41 -chouette chouette ONO 4.00 1.15 4.00 1.15 -chouettement chouettement ADV 0.00 0.07 0.00 0.07 -chouettes chouette ADJ p 23.77 13.78 1.50 1.49 -chougnait chougner VER 0.00 0.14 0.00 0.07 ind:imp:3s; -chougne chougner VER 0.00 0.14 0.00 0.07 ind:pre:3s; -chouia chouia NOM m s 0.32 1.01 0.32 1.01 -chouiner chouiner VER 0.05 0.00 0.05 0.00 inf; -choupette choupette NOM f s 0.10 0.00 0.10 0.00 -chouquet chouquet NOM m s 0.06 0.00 0.06 0.00 -chouquette chouquette NOM f s 0.06 0.07 0.06 0.07 -choura chourer VER 3.96 1.42 3.29 0.47 ind:pas:3s; -chouravait chouraver VER 0.75 2.50 0.00 0.14 ind:imp:3s; -chourave chouraver VER 0.75 2.50 0.01 0.41 imp:pre:2s;ind:pre:3s; -chouravent chouraver VER 0.75 2.50 0.00 0.14 ind:pre:3p; -chouraver chouraver VER 0.75 2.50 0.26 0.74 inf; -chouraveur chouraveur NOM m s 0.00 0.54 0.00 0.07 -chouraveurs chouraveur NOM m p 0.00 0.54 0.00 0.27 -chouraveuse chouraveur NOM f s 0.00 0.54 0.00 0.07 -chouraveuses chouraveur NOM f p 0.00 0.54 0.00 0.14 -chouravé chouraver VER m s 0.75 2.50 0.37 0.74 par:pas; -chouravée chouraver VER f s 0.75 2.50 0.11 0.14 par:pas; -chouravés chouraver VER m p 0.75 2.50 0.00 0.20 par:pas; -choure chourer VER 3.96 1.42 0.03 0.00 imp:pre:2s;ind:pre:1s;ind:pre:3s; -chourent chourer VER 3.96 1.42 0.01 0.00 ind:pre:3p; -chourer chourer VER 3.96 1.42 0.20 0.34 inf; -chouriez chourer VER 3.96 1.42 0.00 0.07 ind:imp:2p; -chourineurs chourineur NOM m p 0.00 0.07 0.00 0.07 -chouré chourer VER m s 3.96 1.42 0.41 0.41 par:pas; -chourée chourer VER f s 3.96 1.42 0.01 0.07 par:pas; -chourées chourer VER f p 3.96 1.42 0.01 0.07 par:pas; -choute chou NOM f s 29.86 21.96 0.16 0.27 -choutes chou NOM f p 29.86 21.96 0.01 0.07 -choux_fleurs choux_fleurs NOM m p 0.57 1.28 0.57 1.28 -choux_raves choux_raves NOM m p 0.00 0.07 0.00 0.07 -choux chou NOM m p 29.86 21.96 4.20 7.64 -chouya chouya NOM m s 0.04 0.07 0.04 0.07 -choya choyer VER 0.40 2.03 0.00 0.07 ind:pas:3s; -choyais choyer VER 0.40 2.03 0.01 0.00 ind:imp:1s; -choyait choyer VER 0.40 2.03 0.01 0.20 ind:imp:3s; -choyant choyer VER 0.40 2.03 0.00 0.07 par:pre; -choyer choyer VER 0.40 2.03 0.11 0.41 inf; -choyez choyer VER 0.40 2.03 0.12 0.00 imp:pre:2p;ind:pre:2p; -choyé choyer VER m s 0.40 2.03 0.06 0.41 par:pas; -choyée choyer VER f s 0.40 2.03 0.05 0.41 par:pas; -choyées choyé ADJ f p 0.17 0.68 0.14 0.00 -choyés choyé ADJ m p 0.17 0.68 0.01 0.14 -christ christ NOM m s 1.65 3.18 1.54 2.57 -christiania christiania NOM m s 0.00 0.07 0.00 0.07 -christianisme christianisme NOM m s 2.11 4.32 2.11 4.32 -christianisés christianiser VER m p 0.00 0.14 0.00 0.14 par:pas; -christique christique ADJ f s 0.00 0.27 0.00 0.27 -christmas christmas NOM s 0.08 0.00 0.08 0.00 -christocentrisme christocentrisme NOM m s 0.00 0.20 0.00 0.20 -christologique christologique ADJ s 0.00 0.07 0.00 0.07 -christs christ NOM m p 1.65 3.18 0.11 0.61 -chromage chromage NOM m s 0.01 0.00 0.01 0.00 -chromatique chromatique ADJ s 0.02 0.68 0.01 0.54 -chromatiques chromatique ADJ p 0.02 0.68 0.01 0.14 -chromatisme chromatisme NOM m s 0.00 0.20 0.00 0.14 -chromatismes chromatisme NOM m p 0.00 0.20 0.00 0.07 -chromatogramme chromatogramme NOM m s 0.01 0.00 0.01 0.00 -chromatographie chromatographie NOM f s 0.07 0.00 0.07 0.00 -chrome chrome NOM m s 0.82 3.04 0.75 1.15 -chromes chrome NOM m p 0.82 3.04 0.07 1.89 -chromo chromo NOM s 0.21 2.16 0.19 0.81 -chromogènes chromogène ADJ p 0.01 0.00 0.01 0.00 -chromos chromo NOM p 0.21 2.16 0.02 1.35 -chromosome chromosome NOM m s 1.72 0.81 0.52 0.14 -chromosomes chromosome NOM m p 1.72 0.81 1.20 0.68 -chromosomique chromosomique ADJ s 0.14 0.27 0.08 0.20 -chromosomiques chromosomique ADJ p 0.14 0.27 0.06 0.07 -chromosphère chromosphère NOM f s 0.05 0.00 0.05 0.00 -chromé chromer VER m s 0.36 4.59 0.17 2.30 par:pas; -chromée chromer VER f s 0.36 4.59 0.03 1.28 par:pas; -chromées chromer VER f p 0.36 4.59 0.06 0.14 par:pas; -chromés chromer VER m p 0.36 4.59 0.07 0.61 par:pas; -chroniquais chroniquer VER 0.01 0.34 0.00 0.07 ind:imp:1s; -chronique chronique ADJ s 2.34 4.59 1.73 3.65 -chroniquement chroniquement ADV 0.00 0.07 0.00 0.07 -chroniquer chroniquer VER 0.01 0.34 0.00 0.14 inf; -chroniques chronique NOM f p 2.46 9.59 0.79 2.77 -chroniqueur chroniqueur NOM m s 0.69 2.91 0.49 1.35 -chroniqueurs chroniqueur NOM m p 0.69 2.91 0.15 1.35 -chroniqueuse chroniqueur NOM f s 0.69 2.91 0.05 0.07 -chroniqueuses chroniqueur NOM f p 0.69 2.91 0.00 0.14 -chrono chrono NOM m s 2.67 1.89 2.42 1.82 -chronographe chronographe NOM m s 0.01 0.00 0.01 0.00 -chronologie chronologie NOM f s 0.49 3.24 0.49 3.24 -chronologique chronologique ADJ s 0.64 1.49 0.64 1.35 -chronologiquement chronologiquement ADV 0.10 0.27 0.10 0.27 -chronologiques chronologique ADJ p 0.64 1.49 0.00 0.14 -chronomètre chronomètre NOM m s 1.02 2.23 0.98 2.09 -chronomètres chronométrer VER 1.43 1.08 0.18 0.00 ind:pre:2s; -chronométrage chronométrage NOM m s 0.37 0.20 0.37 0.20 -chronométrait chronométrer VER 1.43 1.08 0.01 0.07 ind:imp:3s; -chronométrant chronométrer VER 1.43 1.08 0.14 0.07 par:pre; -chronométrer chronométrer VER 1.43 1.08 0.26 0.14 inf; -chronométreur chronométreur NOM m s 0.03 0.00 0.03 0.00 -chronométrez chronométrer VER 1.43 1.08 0.06 0.00 imp:pre:2p; -chronométrions chronométrer VER 1.43 1.08 0.00 0.07 ind:imp:1p; -chronométré chronométrer VER m s 1.43 1.08 0.26 0.07 par:pas; -chronométrée chronométrer VER f s 1.43 1.08 0.05 0.07 par:pas; -chronométrées chronométrer VER f p 1.43 1.08 0.01 0.07 par:pas; -chronométrés chronométrer VER m p 1.43 1.08 0.03 0.07 par:pas; -chronophotographie chronophotographie NOM f s 0.02 0.00 0.02 0.00 -chronophotographique chronophotographique ADJ m s 0.01 0.00 0.01 0.00 -chronos chrono NOM m p 2.67 1.89 0.25 0.07 -chrême chrême NOM m s 0.00 0.14 0.00 0.14 -chrétien_démocrate chrétien_démocrate ADJ m s 0.16 0.00 0.01 0.00 -chrétien chrétien ADJ m s 12.33 21.55 4.46 7.23 -chrétienne chrétien ADJ f s 12.33 21.55 4.59 8.99 -chrétiennement chrétiennement ADV 0.13 0.20 0.13 0.20 -chrétiennes chrétien ADJ f p 12.33 21.55 0.74 2.57 -chrétien_démocrate chrétien_démocrate ADJ m p 0.16 0.00 0.14 0.00 -chrétiens chrétien NOM m p 11.82 16.76 6.39 9.19 -chrétienté chrétienté NOM f s 0.88 2.70 0.88 2.70 -chrysalide chrysalide NOM f s 0.10 0.68 0.10 0.47 -chrysalides chrysalide NOM f p 0.10 0.68 0.00 0.20 -chrysanthème chrysanthème NOM m s 0.47 2.09 0.02 0.20 -chrysanthèmes chrysanthème NOM m p 0.47 2.09 0.45 1.89 -chrysolite chrysolite NOM f s 0.01 0.00 0.01 0.00 -chrysolithe chrysolithe NOM f s 0.01 0.00 0.01 0.00 -chrysostome chrysostome NOM m s 0.00 0.07 0.00 0.07 -chtar chtar NOM m s 0.04 0.20 0.04 0.20 -chtarbé chtarbé ADJ m s 0.11 0.07 0.09 0.00 -chtarbée chtarbé ADJ f s 0.11 0.07 0.02 0.00 -chtarbées chtarbé ADJ f p 0.11 0.07 0.00 0.07 -chèche chèche NOM m s 0.01 0.68 0.01 0.54 -chèches chèche NOM m p 0.01 0.68 0.00 0.14 -chènevis chènevis NOM m 0.00 0.27 0.00 0.27 -chthoniennes chthonien ADJ f p 0.00 0.07 0.00 0.07 -chèque_cadeau chèque_cadeau NOM m s 0.05 0.00 0.05 0.00 -chèque chèque NOM m s 32.03 9.86 23.86 6.01 -chèques chèque NOM m p 32.03 9.86 8.18 3.85 -chère cher ADJ f s 205.75 133.65 40.80 23.38 -chèrement chèrement ADV 0.43 0.88 0.43 0.88 -chères cher ADJ f p 205.75 133.65 5.63 5.81 -chèvre_pied chèvre_pied NOM s 0.00 0.14 0.00 0.14 -chèvre chèvre NOM f s 14.08 20.61 8.26 10.14 -chèvrefeuille chèvrefeuille NOM m s 0.11 2.70 0.11 2.16 -chèvrefeuilles chèvrefeuille NOM m p 0.11 2.70 0.00 0.54 -chèvres chèvre NOM f p 14.08 20.61 5.81 10.47 -chtibe chtibe NOM m s 0.00 0.14 0.00 0.14 -chtimi chtimi NOM s 0.00 0.41 0.00 0.34 -chtimis chtimi NOM p 0.00 0.41 0.00 0.07 -chtouille chtouille NOM f s 0.42 0.14 0.42 0.14 -chtourbe chtourbe NOM f s 0.00 0.27 0.00 0.27 -chu choir VER m s 2.05 10.00 1.24 0.81 par:pas; -chébran chébran ADJ m s 0.03 0.07 0.03 0.07 -chéchia chéchia NOM f s 0.27 1.28 0.27 1.08 -chéchias chéchia NOM f p 0.27 1.28 0.00 0.20 -chuchota chuchoter VER 5.20 34.39 0.01 7.09 ind:pas:3s; -chuchotai chuchoter VER 5.20 34.39 0.00 1.69 ind:pas:1s; -chuchotaient chuchoter VER 5.20 34.39 0.14 2.16 ind:imp:3p; -chuchotais chuchoter VER 5.20 34.39 0.06 0.07 ind:imp:1s;ind:imp:2s; -chuchotait chuchoter VER 5.20 34.39 0.38 4.05 ind:imp:3s; -chuchotant chuchoter VER 5.20 34.39 0.06 2.23 par:pre; -chuchotante chuchotant ADJ f s 0.19 1.89 0.17 1.22 -chuchotantes chuchotant ADJ f p 0.19 1.89 0.00 0.34 -chuchotants chuchotant ADJ m p 0.19 1.89 0.00 0.07 -chuchote chuchoter VER 5.20 34.39 1.86 6.55 imp:pre:2s;ind:pre:1s;ind:pre:3s; -chuchotement chuchotement NOM m s 1.90 8.11 0.11 4.39 -chuchotements chuchotement NOM m p 1.90 8.11 1.79 3.72 -chuchotent chuchoter VER 5.20 34.39 0.39 1.62 ind:pre:3p; -chuchoter chuchoter VER 5.20 34.39 1.46 3.92 inf; -chuchoteraient chuchoter VER 5.20 34.39 0.00 0.07 cnd:pre:3p; -chuchoterais chuchoter VER 5.20 34.39 0.02 0.00 cnd:pre:1s; -chuchoterait chuchoter VER 5.20 34.39 0.00 0.14 cnd:pre:3s; -chuchoteras chuchoter VER 5.20 34.39 0.01 0.00 ind:fut:2s; -chuchoterez chuchoter VER 5.20 34.39 0.00 0.07 ind:fut:2p; -chuchoteries chuchoterie NOM f p 0.00 0.07 0.00 0.07 -chuchoteur chuchoteur ADJ m s 0.00 0.20 0.00 0.14 -chuchoteuse chuchoteur NOM f s 0.03 0.00 0.03 0.00 -chuchotez chuchoter VER 5.20 34.39 0.43 0.07 imp:pre:2p;ind:pre:2p; -chuchotions chuchoter VER 5.20 34.39 0.00 0.20 ind:imp:1p; -chuchotis chuchotis NOM m 0.13 2.43 0.13 2.43 -chuchotât chuchoter VER 5.20 34.39 0.00 0.07 sub:imp:3s; -chuchotèrent chuchoter VER 5.20 34.39 0.00 0.20 ind:pas:3p; -chuchoté chuchoter VER m s 5.20 34.39 0.33 2.36 par:pas; -chuchotée chuchoter VER f s 5.20 34.39 0.03 0.54 par:pas; -chuchotées chuchoter VER f p 5.20 34.39 0.00 0.68 par:pas; -chuchotés chuchoter VER m p 5.20 34.39 0.03 0.61 par:pas; -chue choir VER f s 2.05 10.00 0.05 0.20 par:pas; -chues choir VER f p 2.05 10.00 0.00 0.07 par:pas; -chéfesse chéfesse NOM f s 0.00 0.34 0.00 0.34 -chuinta chuinter VER 0.00 1.89 0.00 0.14 ind:pas:3s; -chuintaient chuinter VER 0.00 1.89 0.00 0.07 ind:imp:3p; -chuintait chuinter VER 0.00 1.89 0.00 0.34 ind:imp:3s; -chuintant chuinter VER 0.00 1.89 0.00 0.61 par:pre; -chuintante chuintant ADJ f s 0.01 0.81 0.01 0.27 -chuintants chuintant ADJ m p 0.01 0.81 0.00 0.14 -chuinte chuinter VER 0.00 1.89 0.00 0.20 ind:pre:3s; -chuintement chuintement NOM m s 0.07 4.46 0.07 3.58 -chuintements chuintement NOM m p 0.07 4.46 0.00 0.88 -chuinter chuinter VER 0.00 1.89 0.00 0.20 inf; -chuintèrent chuinter VER 0.00 1.89 0.00 0.14 ind:pas:3p; -chuinté chuinter VER m s 0.00 1.89 0.00 0.20 par:pas; -chélate chélate NOM m s 0.01 0.00 0.01 0.00 -chélidoine chélidoine NOM f s 0.00 0.20 0.00 0.14 -chélidoines chélidoine NOM f p 0.00 0.20 0.00 0.07 -chulo chulo NOM m s 0.34 0.00 0.34 0.00 -chéloïde chéloïde NOM f s 0.03 0.00 0.03 0.00 -chum chum NOM m s 0.38 0.00 0.38 0.00 -chênaie chênaie NOM f s 0.06 0.61 0.04 0.47 -chênaies chênaie NOM f p 0.06 0.61 0.01 0.14 -chêne_liège chêne_liège NOM m s 0.00 0.95 0.00 0.14 -chêne chêne NOM m s 5.17 23.51 4.25 16.49 -chéneau chéneau NOM m s 0.00 0.81 0.00 0.47 -chéneaux chéneau NOM m p 0.00 0.81 0.00 0.34 -chêne_liège chêne_liège NOM m p 0.00 0.95 0.00 0.81 -chênes chêne NOM m p 5.17 23.51 0.93 7.03 -chêneteau chêneteau NOM m s 0.00 0.07 0.00 0.07 -chéquier chéquier NOM m s 1.94 0.68 1.72 0.61 -chéquiers chéquier NOM m p 1.94 0.68 0.22 0.07 -chéri chéri NOM s 171.98 36.28 69.08 17.03 -chérie chéri NOM f s 171.98 36.28 98.95 17.64 -chéries chéri NOM f p 171.98 36.28 1.54 0.74 -chérif chérif NOM m s 0.20 6.69 0.20 6.69 -chérifienne chérifien ADJ f s 0.00 0.07 0.00 0.07 -chérir chérir VER 22.66 7.03 1.49 1.15 inf; -chérirai chérir VER 22.66 7.03 0.19 0.00 ind:fut:1s; -chérirais chérir VER 22.66 7.03 0.14 0.00 cnd:pre:1s; -chérirez chérir VER 22.66 7.03 0.01 0.00 ind:fut:2p; -chérirons chérir VER 22.66 7.03 0.01 0.00 ind:fut:1p; -chéris chéri NOM m p 171.98 36.28 2.41 0.88 -chérissaient chérir VER 22.66 7.03 0.03 0.27 ind:imp:3p; -chérissais chérir VER 22.66 7.03 0.07 0.20 ind:imp:1s;ind:imp:2s; -chérissait chérir VER 22.66 7.03 0.16 1.15 ind:imp:3s; -chérissant chérir VER 22.66 7.03 0.00 0.07 par:pre; -chérisse chérir VER 22.66 7.03 0.06 0.07 sub:pre:3s; -chérissent chérir VER 22.66 7.03 0.05 0.27 ind:pre:3p; -chérissez chérir VER 22.66 7.03 0.17 0.07 imp:pre:2p;ind:pre:2p; -chérissons chérir VER 22.66 7.03 0.31 0.07 imp:pre:1p;ind:pre:1p; -chérit chérir VER 22.66 7.03 0.56 0.27 ind:pre:3s;ind:pas:3s; -chérot chérot ADJ m s 0.02 0.14 0.02 0.14 -churrigueresque churrigueresque ADJ s 0.00 0.07 0.00 0.07 -churros churro NOM m p 0.69 0.20 0.69 0.20 -chérubin chérubin NOM m s 2.09 1.82 1.89 0.81 -chérubinique chérubinique ADJ f s 0.00 0.07 0.00 0.07 -chérubins chérubin NOM m p 2.09 1.82 0.20 1.01 -chus choir VER m p 2.05 10.00 0.01 0.07 par:pas; -chut chut ONO 29.81 6.62 29.81 6.62 -chuta chuter VER 5.50 2.77 0.02 0.07 ind:pas:3s; -chutait chuter VER 5.50 2.77 0.06 0.41 ind:imp:3s; -chutant chuter VER 5.50 2.77 0.06 0.20 par:pre; -chute chute NOM f s 25.15 41.28 21.01 35.27 -chutent chuter VER 5.50 2.77 0.28 0.07 ind:pre:3p; -chuter chuter VER 5.50 2.77 0.99 1.08 inf; -chutera chuter VER 5.50 2.77 0.04 0.00 ind:fut:3s; -chuteraient chuter VER 5.50 2.77 0.11 0.07 cnd:pre:3p; -chuterait chuter VER 5.50 2.77 0.01 0.00 cnd:pre:3s; -chuterez chuter VER 5.50 2.77 0.01 0.00 ind:fut:2p; -chutes chute NOM f p 25.15 41.28 4.14 6.01 -chétif chétif ADJ m s 0.91 7.36 0.43 3.65 -chétifs chétif ADJ m p 0.91 7.36 0.07 0.95 -chétive chétif ADJ f s 0.91 7.36 0.38 1.89 -chétivement chétivement ADV 0.00 0.07 0.00 0.07 -chétives chétif ADJ f p 0.91 7.36 0.02 0.88 -chétivité chétivité NOM f s 0.00 0.07 0.00 0.07 -chutney chutney NOM m s 0.23 0.00 0.23 0.00 -chutèrent chuter VER 5.50 2.77 0.02 0.14 ind:pas:3p; -chuté chuter VER m s 5.50 2.77 1.87 0.41 par:pas; -chutée chuter VER f s 5.50 2.77 0.04 0.07 par:pas; -chyle chyle NOM m s 0.00 0.14 0.00 0.14 -chypre chypre NOM m s 0.00 0.14 0.00 0.14 -chypriote chypriote ADJ s 0.01 0.14 0.01 0.14 -ci_après ci_après ADV 0.15 0.61 0.15 0.61 -ci_contre ci_contre ADV 0.00 0.07 0.00 0.07 -ci_dessous ci_dessous ADV 0.13 0.61 0.13 0.61 -ci_dessus ci_dessus ADV 0.20 1.28 0.20 1.28 -ci_gît ci_gît ADV 0.70 0.34 0.70 0.34 -ci_inclus ci_inclus ADJ m 0.03 0.14 0.01 0.07 -ci_inclus ci_inclus ADJ f s 0.03 0.14 0.01 0.07 -ci_inclus ci_inclus ADJ f p 0.03 0.14 0.01 0.00 -ci_joint ci_joint ADJ m s 0.62 1.89 0.59 1.69 -ci_joint ci_joint ADJ f s 0.62 1.89 0.04 0.14 -ci_joint ci_joint ADJ m p 0.62 1.89 0.00 0.07 -ci ci ADV 10.23 3.65 10.23 3.65 -ciao ciao ONO 15.32 3.72 15.32 3.72 -cibiche cibiche NOM f s 0.07 0.81 0.06 0.54 -cibiches cibiche NOM f p 0.07 0.81 0.01 0.27 -cibiste cibiste NOM m s 0.07 0.00 0.04 0.00 -cibistes cibiste NOM m p 0.07 0.00 0.02 0.00 -ciblage ciblage NOM m s 0.34 0.00 0.34 0.00 -ciblais cibler VER 1.90 0.81 0.01 0.07 ind:imp:1s; -ciblait cibler VER 1.90 0.81 0.04 0.14 ind:imp:3s; -cible cible NOM f s 33.55 10.74 28.69 8.65 -cibler cibler VER 1.90 0.81 0.76 0.14 inf; -ciblera cibler VER 1.90 0.81 0.03 0.00 ind:fut:3s; -cibleront cibler VER 1.90 0.81 0.01 0.00 ind:fut:3p; -cibles cible NOM f p 33.55 10.74 4.86 2.09 -ciblez cibler VER 1.90 0.81 0.12 0.00 imp:pre:2p;ind:pre:2p; -ciblons cibler VER 1.90 0.81 0.03 0.00 imp:pre:1p;ind:pre:1p; -ciblé cibler VER m s 1.90 0.81 0.45 0.34 par:pas; -ciblée cibler VER f s 1.90 0.81 0.15 0.00 par:pas; -ciblées cibler VER f p 1.90 0.81 0.06 0.00 par:pas; -ciblés cibler VER m p 1.90 0.81 0.25 0.14 par:pas; -ciboire ciboire NOM m s 0.03 1.15 0.03 0.81 -ciboires ciboire NOM m p 0.03 1.15 0.00 0.34 -ciboule ciboule NOM f s 0.00 0.07 0.00 0.07 -ciboulette ciboulette NOM f s 0.95 0.27 0.95 0.27 -ciboulot ciboulot NOM m s 0.25 1.55 0.25 1.49 -ciboulots ciboulot NOM m p 0.25 1.55 0.00 0.07 -cicatrice cicatrice NOM f s 13.00 12.23 7.58 6.28 -cicatrices cicatrice NOM f p 13.00 12.23 5.42 5.95 -cicatriciel cicatriciel ADJ m s 0.06 0.14 0.06 0.00 -cicatriciels cicatriciel ADJ m p 0.06 0.14 0.00 0.14 -cicatrisa cicatriser VER 2.20 2.16 0.00 0.07 ind:pas:3s; -cicatrisable cicatrisable ADJ s 0.00 0.07 0.00 0.07 -cicatrisait cicatriser VER 2.20 2.16 0.02 0.14 ind:imp:3s; -cicatrisante cicatrisant ADJ f s 0.02 0.07 0.02 0.00 -cicatrisants cicatrisant ADJ m p 0.02 0.07 0.00 0.07 -cicatrisation cicatrisation NOM f s 0.48 0.47 0.48 0.47 -cicatrise cicatriser VER 2.20 2.16 0.39 0.20 imp:pre:2s;ind:pre:1s;ind:pre:3s; -cicatrisent cicatriser VER 2.20 2.16 0.08 0.14 ind:pre:3p; -cicatriser cicatriser VER 2.20 2.16 0.48 0.47 inf; -cicatrisera cicatriser VER 2.20 2.16 0.18 0.00 ind:fut:3s; -cicatriserait cicatriser VER 2.20 2.16 0.10 0.07 cnd:pre:3s; -cicatriseront cicatriser VER 2.20 2.16 0.13 0.07 ind:fut:3p; -cicatrisez cicatriser VER 2.20 2.16 0.11 0.00 imp:pre:2p;ind:pre:2p; -cicatrisé cicatriser VER m s 2.20 2.16 0.59 0.27 par:pas; -cicatrisée cicatriser VER f s 2.20 2.16 0.05 0.41 par:pas; -cicatrisées cicatriser VER f p 2.20 2.16 0.03 0.34 par:pas; -cicatrisés cicatriser VER m p 2.20 2.16 0.04 0.00 par:pas; -cicero cicero NOM m s 0.68 0.00 0.68 0.00 -cicindèle cicindèle NOM f s 0.00 0.88 0.00 0.61 -cicindèles cicindèle NOM f p 0.00 0.88 0.00 0.27 -cicérone cicérone NOM m s 0.22 0.34 0.22 0.27 -cicérones cicérone NOM m p 0.22 0.34 0.00 0.07 -cicéronienne cicéronien ADJ f s 0.00 0.14 0.00 0.14 -cidre cidre NOM m s 2.00 3.99 2.00 3.99 -cidrerie cidrerie NOM f s 0.01 0.00 0.01 0.00 -ciel ciel NOM m s 142.32 305.20 142.22 301.76 -ciels ciel NOM m p 142.32 305.20 0.10 3.45 -cierge cierge NOM m s 3.50 15.95 2.02 5.20 -cierges cierge NOM m p 3.50 15.95 1.48 10.74 -cieux cieux NOM m p 20.05 4.93 20.05 4.93 -cigale cigale NOM f s 3.00 4.93 1.43 1.15 -cigales cigale NOM f p 3.00 4.93 1.57 3.78 -cigalon cigalon NOM m s 0.02 0.00 0.02 0.00 -cigalou cigalou NOM m s 0.00 0.07 0.00 0.07 -cigare cigare NOM m s 17.15 24.93 10.63 17.70 -cigares cigare NOM m p 17.15 24.93 6.52 7.23 -cigarette cigarette NOM f s 65.57 114.93 39.22 77.57 -cigarettes cigarette NOM f p 65.57 114.93 26.35 37.36 -cigarettier cigarettier NOM m s 0.01 0.00 0.01 0.00 -cigarillo cigarillo NOM m s 0.13 1.08 0.13 0.68 -cigarillos cigarillo NOM m p 0.13 1.08 0.00 0.41 -cigarière cigarier NOM f s 0.00 0.20 0.00 0.07 -cigarières cigarier NOM f p 0.00 0.20 0.00 0.14 -cigle cigler VER 0.00 0.68 0.00 0.14 ind:pre:3s; -ciglent cigler VER 0.00 0.68 0.00 0.07 ind:pre:3p; -cigler cigler VER 0.00 0.68 0.00 0.27 inf; -ciglé cigler VER m s 0.00 0.68 0.00 0.07 par:pas; -ciglées cigler VER f p 0.00 0.68 0.00 0.07 par:pas; -ciglés cigler VER m p 0.00 0.68 0.00 0.07 par:pas; -cigogne cigogne NOM f s 3.22 2.50 2.21 1.35 -cigognes cigogne NOM f p 3.22 2.50 1.00 1.15 -ciguë ciguë NOM f s 0.20 0.88 0.20 0.68 -ciguës ciguë NOM f p 0.20 0.88 0.00 0.20 -cil cil NOM m s 3.57 19.26 0.77 2.16 -ciliaires ciliaire ADJ m p 0.00 0.07 0.00 0.07 -cilice cilice NOM m s 0.16 0.27 0.16 0.27 -cilla ciller VER 0.28 4.32 0.00 0.61 ind:pas:3s; -cillaient ciller VER 0.28 4.32 0.00 0.47 ind:imp:3p; -cillait ciller VER 0.28 4.32 0.01 0.14 ind:imp:3s; -cillant ciller VER 0.28 4.32 0.00 0.20 par:pre; -cille ciller VER 0.28 4.32 0.05 0.07 ind:pre:3s; -cillement cillement NOM m s 0.00 0.81 0.00 0.74 -cillements cillement NOM m p 0.00 0.81 0.00 0.07 -cillent ciller VER 0.28 4.32 0.00 0.20 ind:pre:3p; -ciller ciller VER 0.28 4.32 0.04 1.82 inf; -cillerait ciller VER 0.28 4.32 0.00 0.07 cnd:pre:3s; -cillèrent ciller VER 0.28 4.32 0.00 0.27 ind:pas:3p; -cillé ciller VER m s 0.28 4.32 0.19 0.47 par:pas; -cils cil NOM m p 3.57 19.26 2.80 17.09 -cimaise cimaise NOM f s 0.00 0.47 0.00 0.14 -cimaises cimaise NOM f p 0.00 0.47 0.00 0.34 -cimarron cimarron NOM m s 0.07 0.00 0.07 0.00 -cime cime NOM f s 1.77 9.73 1.08 4.46 -ciment ciment NOM m s 5.75 18.85 5.60 18.78 -cimentaient cimenter VER 0.16 2.43 0.00 0.07 ind:imp:3p; -cimentait cimenter VER 0.16 2.43 0.00 0.20 ind:imp:3s; -cimentant cimenter VER 0.16 2.43 0.00 0.07 par:pre; -cimente cimenter VER 0.16 2.43 0.02 0.14 imp:pre:2s;ind:pre:3s; -cimentent cimenter VER 0.16 2.43 0.01 0.00 ind:pre:3p; -cimenter cimenter VER 0.16 2.43 0.06 0.14 inf; -cimentera cimenter VER 0.16 2.43 0.00 0.07 ind:fut:3s; -cimenterie cimenterie NOM f s 0.08 0.61 0.08 0.27 -cimenteries cimenterie NOM f p 0.08 0.61 0.00 0.34 -ciments ciment NOM m p 5.75 18.85 0.15 0.07 -cimenté cimenter VER m s 0.16 2.43 0.04 0.47 par:pas; -cimentée cimenter VER f s 0.16 2.43 0.01 0.88 par:pas; -cimentées cimenter VER f p 0.16 2.43 0.00 0.20 par:pas; -cimentés cimenter VER m p 0.16 2.43 0.01 0.20 par:pas; -cimes cime NOM f p 1.77 9.73 0.70 5.27 -cimeterre cimeterre NOM m s 0.14 1.28 0.14 0.95 -cimeterres cimeterre NOM m p 0.14 1.28 0.00 0.34 -cimetière cimetière NOM m s 31.34 44.19 29.07 39.86 -cimetières cimetière NOM m p 31.34 44.19 2.27 4.32 -cimier cimier NOM m s 0.18 0.68 0.17 0.54 -cimiers cimier NOM m p 0.18 0.68 0.01 0.14 -cinabre cinabre NOM m s 0.00 0.14 0.00 0.14 -cinghalais cinghalais ADJ m s 0.00 0.20 0.00 0.14 -cinghalaises cinghalais ADJ f p 0.00 0.20 0.00 0.07 -cingla cingler VER 18.93 9.39 0.02 0.61 ind:pas:3s; -cinglage cinglage NOM m s 0.05 0.00 0.05 0.00 -cinglaient cingler VER 18.93 9.39 0.00 0.61 ind:imp:3p; -cinglait cingler VER 18.93 9.39 0.14 1.62 ind:imp:3s; -cinglant cinglant ADJ m s 0.28 2.77 0.04 0.54 -cinglante cinglant ADJ f s 0.28 2.77 0.20 1.15 -cinglantes cinglant ADJ f p 0.28 2.77 0.03 0.74 -cinglants cinglant ADJ m p 0.28 2.77 0.00 0.34 -cingle cingler VER 18.93 9.39 0.26 1.22 ind:pre:3s; -cinglement cinglement NOM m s 0.00 0.07 0.00 0.07 -cinglent cingler VER 18.93 9.39 0.00 0.27 ind:pre:3p; -cingler cingler VER 18.93 9.39 0.00 0.88 inf; -cinglions cingler VER 18.93 9.39 0.00 0.07 ind:imp:1p; -cinglons cingler VER 18.93 9.39 0.20 0.00 imp:pre:1p; -cinglèrent cingler VER 18.93 9.39 0.00 0.07 ind:pas:3p; -cinglé cingler VER m s 18.93 9.39 12.44 2.30 par:pas; -cinglée cingler VER f s 18.93 9.39 3.46 0.95 par:pas; -cinglées cinglé NOM f p 12.37 5.81 0.28 0.20 -cinglés cinglé NOM m p 12.37 5.81 3.49 1.69 -cinname cinname NOM m s 0.00 0.07 0.00 0.07 -cinoche cinoche NOM m s 1.08 6.35 1.07 6.22 -cinoches cinoche NOM m p 1.08 6.35 0.01 0.14 -cinoque cinoque ADJ m s 0.01 0.27 0.01 0.27 -cinoques cinoque NOM m p 0.00 0.14 0.00 0.14 -cinq cinq ADJ:num 161.96 220.61 161.96 220.61 -cinquantaine cinquantaine NOM f s 1.44 9.93 1.44 9.86 -cinquantaines cinquantaine NOM f p 1.44 9.93 0.00 0.07 -cinquante_cinq cinquante_cinq ADJ:num 0.20 2.50 0.20 2.50 -cinquante_deux cinquante_deux ADJ:num 0.21 1.42 0.21 1.42 -cinquante_huit cinquante_huit ADJ:num 0.06 0.88 0.06 0.88 -cinquante_huitième cinquante_huitième ADJ 0.00 0.07 0.00 0.07 -cinquante_neuf cinquante_neuf ADJ:num 0.03 0.34 0.03 0.34 -cinquante_neuvième cinquante_neuvième ADJ 0.00 0.07 0.00 0.07 -cinquante_quatre cinquante_quatre ADJ:num 0.13 0.68 0.13 0.68 -cinquante_sept cinquante_sept ADJ:num 0.08 0.95 0.08 0.95 -cinquante_septième cinquante_septième ADJ 0.03 0.07 0.03 0.07 -cinquante_six cinquante_six ADJ:num 0.18 0.68 0.18 0.68 -cinquante_sixième cinquante_sixième ADJ 0.00 0.14 0.00 0.14 -cinquante_trois cinquante_trois ADJ:num 0.15 0.81 0.15 0.81 -cinquante_troisième cinquante_troisième ADJ 0.00 0.14 0.00 0.14 -cinquante cinquante ADJ:num 9.26 61.08 9.26 61.08 -cinquantenaire cinquantenaire NOM m s 0.20 0.14 0.18 0.14 -cinquantenaires cinquantenaire NOM m p 0.20 0.14 0.02 0.00 -cinquantième cinquantième NOM s 0.04 0.68 0.04 0.68 -cinquantièmes cinquantième ADJ 0.01 0.54 0.00 0.07 -cinquième cinquième ADJ m 6.14 11.15 6.13 11.01 -cinquièmement cinquièmement ADV 0.16 0.14 0.16 0.14 -cinquièmes cinquième NOM p 5.17 7.91 0.01 0.54 -cintra cintrer VER 0.07 1.49 0.00 0.68 ind:pas:3s; -cintrage cintrage NOM m s 0.01 0.00 0.01 0.00 -cintrait cintrer VER 0.07 1.49 0.00 0.07 ind:imp:3s; -cintrant cintrer VER 0.07 1.49 0.00 0.07 par:pre; -cintras cintrer VER 0.07 1.49 0.00 0.07 ind:pas:2s; -cintre cintre NOM m s 0.85 4.86 0.57 2.91 -cintrer cintrer VER 0.07 1.49 0.01 0.00 inf; -cintres cintre NOM m p 0.85 4.86 0.28 1.96 -cintré cintrer VER m s 0.07 1.49 0.05 0.34 par:pas; -cintrée cintré ADJ f s 0.07 1.42 0.02 0.54 -cintrées cintré ADJ f p 0.07 1.42 0.00 0.27 -cintrés cintré ADJ m p 0.07 1.42 0.03 0.07 -ciné_club ciné_club NOM m s 0.00 0.74 0.00 0.54 -ciné_club ciné_club NOM m p 0.00 0.74 0.00 0.20 -ciné_roman ciné_roman NOM m s 0.00 0.14 0.00 0.14 -ciné ciné NOM m s 10.35 4.73 10.32 4.46 -cinéaste cinéaste NOM s 3.56 1.76 2.45 1.08 -cinéastes cinéaste NOM p 3.56 1.76 1.11 0.68 -cinéma_vérité cinéma_vérité NOM m s 0.20 0.07 0.20 0.07 -cinéma cinéma NOM m s 63.49 78.51 62.23 72.91 -cinémas cinéma NOM m p 63.49 78.51 1.26 5.61 -cinémascope cinémascope NOM m s 0.07 0.20 0.07 0.20 -cinémathèque cinémathèque NOM f s 0.72 0.61 0.71 0.47 -cinémathèques cinémathèque NOM f p 0.72 0.61 0.01 0.14 -cinématique cinématique NOM f s 0.03 0.00 0.03 0.00 -cinématographe cinématographe NOM m s 0.48 0.68 0.48 0.61 -cinématographes cinématographe NOM m p 0.48 0.68 0.00 0.07 -cinématographie cinématographie NOM f s 0.04 0.07 0.04 0.07 -cinématographique cinématographique ADJ s 1.42 2.23 0.85 1.49 -cinématographiquement cinématographiquement ADV 0.01 0.14 0.01 0.14 -cinématographiques cinématographique ADJ p 1.42 2.23 0.57 0.74 -cinémomètres cinémomètre NOM m p 0.00 0.07 0.00 0.07 -cinéphile cinéphile NOM s 0.20 0.27 0.15 0.07 -cinéphiles cinéphile NOM p 0.20 0.27 0.05 0.20 -cinéraire cinéraire ADJ f s 0.00 0.07 0.00 0.07 -cinéraire cinéraire NOM f s 0.00 0.07 0.00 0.07 -cinérama cinérama NOM m s 0.00 0.07 0.00 0.07 -cinés ciné NOM m p 10.35 4.73 0.02 0.27 -cinétique cinétique ADJ s 0.17 0.07 0.17 0.07 -cinzano cinzano NOM m s 0.50 0.88 0.50 0.88 -cipal cipal NOM m s 0.01 0.14 0.01 0.14 -cipaye cipaye NOM m s 0.01 0.41 0.01 0.00 -cipayes cipaye NOM m p 0.01 0.41 0.00 0.41 -cipolin cipolin NOM m s 0.00 0.07 0.00 0.07 -cippes cippe NOM m p 0.00 0.14 0.00 0.14 -cira cirer VER 6.42 20.27 0.00 0.14 ind:pas:3s; -cirage cirage NOM m s 2.08 4.39 2.08 4.39 -ciraient cirer VER 6.42 20.27 0.00 0.07 ind:imp:3p; -cirais cirer VER 6.42 20.27 0.02 0.20 ind:imp:1s;ind:imp:2s; -cirait cirer VER 6.42 20.27 0.04 0.41 ind:imp:3s; -cirant cirer VER 6.42 20.27 0.02 0.14 par:pre; -circadien circadien ADJ m s 0.03 0.00 0.03 0.00 -circassien circassien NOM m s 0.05 0.14 0.05 0.14 -circassienne circassienne NOM f s 0.14 0.20 0.14 0.14 -circassiennes circassienne NOM f p 0.14 0.20 0.00 0.07 -circaète circaète NOM m s 0.00 0.41 0.00 0.41 -circoncire circoncire VER 1.69 1.42 0.53 0.68 inf; -circoncis circoncire VER m 1.69 1.42 1.09 0.68 ind:pre:1s;par:pas;par:pas; -circoncise circoncire VER f s 1.69 1.42 0.03 0.00 par:pas; -circoncisent circoncire VER 1.69 1.42 0.01 0.00 ind:pre:3p; -circoncision circoncision NOM f s 1.31 2.30 1.25 2.30 -circoncisions circoncision NOM f p 1.31 2.30 0.06 0.00 -circoncit circoncire VER 1.69 1.42 0.03 0.07 ind:pre:3s;ind:pas:3s; -circonflexe circonflexe ADJ s 0.16 1.55 0.16 0.95 -circonflexes circonflexe ADJ m p 0.16 1.55 0.00 0.61 -circonférence circonférence NOM f s 0.24 1.28 0.24 1.28 -circonlocutions circonlocution NOM f p 0.00 0.88 0.00 0.88 -circonscription circonscription NOM f s 0.78 0.74 0.67 0.34 -circonscriptions_clé circonscriptions_clé NOM f p 0.01 0.00 0.01 0.00 -circonscriptions circonscription NOM f p 0.78 0.74 0.11 0.41 -circonscrire circonscrire VER 0.13 1.35 0.05 0.27 inf; -circonscris circonscrire VER 0.13 1.35 0.00 0.07 ind:pre:1s; -circonscrit circonscrire VER m s 0.13 1.35 0.03 0.27 ind:pre:3s;par:pas; -circonscrite circonscrire VER f s 0.13 1.35 0.03 0.27 par:pas; -circonscrites circonscrire VER f p 0.13 1.35 0.00 0.07 par:pas; -circonscrits circonscrire VER m p 0.13 1.35 0.02 0.07 par:pas; -circonscrivait circonscrire VER 0.13 1.35 0.00 0.20 ind:imp:3s; -circonscrivent circonscrire VER 0.13 1.35 0.00 0.07 ind:pre:3p; -circonscrivit circonscrire VER 0.13 1.35 0.00 0.07 ind:pas:3s; -circonspect circonspect ADJ m s 0.21 2.91 0.04 1.96 -circonspecte circonspect ADJ f s 0.21 2.91 0.01 0.34 -circonspectes circonspect ADJ f p 0.21 2.91 0.00 0.07 -circonspection circonspection NOM f s 0.04 2.70 0.04 2.64 -circonspections circonspection NOM f p 0.04 2.70 0.00 0.07 -circonspects circonspect ADJ m p 0.21 2.91 0.16 0.54 -circonstance circonstance NOM f s 21.80 58.24 2.48 16.01 -circonstances circonstance NOM f p 21.80 58.24 19.32 42.23 -circonstancia circonstancier VER 0.00 0.41 0.00 0.14 ind:pas:3s; -circonstanciel circonstanciel ADJ m s 0.11 0.07 0.05 0.00 -circonstancielle circonstanciel ADJ f s 0.11 0.07 0.05 0.00 -circonstanciels circonstanciel ADJ m p 0.11 0.07 0.00 0.07 -circonstancié circonstancié ADJ m s 0.03 0.47 0.03 0.14 -circonstanciée circonstancier VER f s 0.00 0.41 0.00 0.07 par:pas; -circonstanciées circonstancié ADJ f p 0.03 0.47 0.00 0.07 -circonstanciés circonstancié ADJ m p 0.03 0.47 0.00 0.27 -circonvallation circonvallation NOM f s 0.00 0.14 0.00 0.07 -circonvallations circonvallation NOM f p 0.00 0.14 0.00 0.07 -circonvenant circonvenir VER 0.09 0.95 0.01 0.00 par:pre; -circonvenir circonvenir VER 0.09 0.95 0.05 0.47 inf; -circonvenu circonvenir VER m s 0.09 0.95 0.01 0.41 par:pas; -circonvenue circonvenir VER f s 0.09 0.95 0.01 0.07 par:pas; -circonvient circonvenir VER 0.09 0.95 0.01 0.00 ind:pre:3s; -circonvolution circonvolution NOM f s 0.05 1.08 0.03 0.20 -circonvolutions circonvolution NOM f p 0.05 1.08 0.02 0.88 -circuit circuit NOM m s 10.23 9.59 7.00 7.77 -circuits circuit NOM m p 10.23 9.59 3.24 1.82 -circula circuler VER 15.19 25.81 0.01 0.54 ind:pas:3s; -circulaient circuler VER 15.19 25.81 0.29 3.92 ind:imp:3p; -circulaire circulaire ADJ s 1.48 9.73 1.35 8.24 -circulairement circulairement ADV 0.00 0.07 0.00 0.07 -circulaires circulaire ADJ p 1.48 9.73 0.14 1.49 -circulais circuler VER 15.19 25.81 0.01 0.34 ind:imp:1s; -circulait circuler VER 15.19 25.81 0.29 4.59 ind:imp:3s; -circulant circuler VER 15.19 25.81 0.06 0.95 par:pre; -circularité circularité NOM f s 0.00 0.14 0.00 0.14 -circulation circulation NOM f s 10.78 14.46 10.78 14.32 -circulations circulation NOM f p 10.78 14.46 0.00 0.14 -circulatoire circulatoire ADJ s 0.51 0.20 0.28 0.00 -circulatoires circulatoire ADJ m p 0.51 0.20 0.23 0.20 -circule circuler VER 15.19 25.81 3.56 4.93 imp:pre:2s;ind:pre:1s;ind:pre:3s; -circulent circuler VER 15.19 25.81 1.73 2.30 ind:pre:3p; -circuler circuler VER 15.19 25.81 4.04 6.42 inf; -circulera circuler VER 15.19 25.81 0.24 0.00 ind:fut:3s; -circuleraient circuler VER 15.19 25.81 0.02 0.07 cnd:pre:3p; -circulerait circuler VER 15.19 25.81 0.02 0.14 cnd:pre:3s; -circuleront circuler VER 15.19 25.81 0.01 0.07 ind:fut:3p; -circules circuler VER 15.19 25.81 0.01 0.07 ind:pre:2s; -circulez circuler VER 15.19 25.81 4.63 0.74 imp:pre:2p;ind:pre:2p; -circulions circuler VER 15.19 25.81 0.00 0.07 ind:imp:1p; -circulons circuler VER 15.19 25.81 0.06 0.00 imp:pre:1p;ind:pre:1p; -circulèrent circuler VER 15.19 25.81 0.00 0.07 ind:pas:3p; -circulé circuler VER m s 15.19 25.81 0.21 0.61 par:pas; -circumnavigation circumnavigation NOM f s 0.14 0.27 0.14 0.27 -cire cire NOM f s 5.59 15.88 5.49 15.41 -cirent cirer VER 6.42 20.27 0.25 0.00 ind:pre:3p; -cirer cirer VER 6.42 20.27 3.29 3.24 inf; -cirerais cirer VER 6.42 20.27 0.00 0.07 cnd:pre:1s; -cirerait cirer VER 6.42 20.27 0.00 0.07 cnd:pre:3s; -cires cire NOM f p 5.59 15.88 0.10 0.47 -cireur cireur NOM m s 0.45 1.22 0.36 0.74 -cireurs cireur NOM m p 0.45 1.22 0.01 0.34 -cireuse cireur NOM f s 0.45 1.22 0.08 0.14 -cireuses cireux ADJ f p 0.15 2.50 0.04 0.41 -cireux cireux ADJ m 0.15 2.50 0.06 1.42 -cirez cirer VER 6.42 20.27 0.14 0.07 imp:pre:2p;ind:pre:2p; -cirions cirer VER 6.42 20.27 0.00 0.07 ind:imp:1p; -ciron ciron NOM m s 0.00 0.14 0.00 0.07 -cirons cirer VER 6.42 20.27 0.00 0.07 imp:pre:1p; -cirque cirque NOM m s 23.25 19.53 22.95 18.38 -cirques cirque NOM m p 23.25 19.53 0.30 1.15 -cirrhose cirrhose NOM f s 0.90 0.27 0.90 0.27 -cirrhotique cirrhotique ADJ s 0.01 0.07 0.01 0.07 -cirrus cirrus NOM m 0.04 0.14 0.04 0.14 -cirses cirse NOM m p 0.00 0.07 0.00 0.07 -ciré ciré ADJ m s 0.36 5.27 0.35 3.58 -cirée cirer VER f s 6.42 20.27 0.14 12.16 par:pas; -cirées cirer VER f p 6.42 20.27 1.28 1.62 par:pas; -cirés ciré NOM m p 0.69 2.70 0.46 0.61 -cis cis ADJ m 0.03 0.00 0.03 0.00 -cisailla cisailler VER 0.11 2.57 0.00 0.20 ind:pas:3s; -cisaillage cisaillage NOM m s 0.00 0.07 0.00 0.07 -cisaillaient cisailler VER 0.11 2.57 0.00 0.34 ind:imp:3p; -cisaillait cisailler VER 0.11 2.57 0.00 0.20 ind:imp:3s; -cisaillant cisailler VER 0.11 2.57 0.00 0.20 par:pre; -cisaille cisaille NOM f s 1.60 0.95 0.36 0.74 -cisaillement cisaillement NOM m s 0.05 0.14 0.05 0.14 -cisaillent cisailler VER 0.11 2.57 0.01 0.07 ind:pre:3p; -cisailler cisailler VER 0.11 2.57 0.05 0.68 inf; -cisailles cisaille NOM f p 1.60 0.95 1.24 0.20 -cisaillèrent cisailler VER 0.11 2.57 0.00 0.07 ind:pas:3p; -cisaillé cisailler VER m s 0.11 2.57 0.01 0.41 par:pas; -cisaillée cisailler VER f s 0.11 2.57 0.00 0.07 par:pas; -cisaillées cisailler VER f p 0.11 2.57 0.00 0.07 par:pas; -cisaillés cisailler VER m p 0.11 2.57 0.00 0.07 par:pas; -ciseau ciseau NOM m s 8.72 13.85 0.86 2.84 -ciseaux ciseau NOM m p 8.72 13.85 7.86 11.01 -ciselaient ciseler VER 0.23 2.03 0.00 0.07 ind:imp:3p; -ciselait ciseler VER 0.23 2.03 0.01 0.14 ind:imp:3s; -ciseler ciseler VER 0.23 2.03 0.01 0.20 inf; -ciselet ciselet NOM m s 0.00 0.07 0.00 0.07 -ciseleurs ciseleur NOM m p 0.00 0.07 0.00 0.07 -ciselions ciseler VER 0.23 2.03 0.01 0.00 ind:imp:1p; -ciselé ciselé ADJ m s 0.07 2.43 0.02 1.15 -ciselée ciselé ADJ f s 0.07 2.43 0.05 0.27 -ciselées ciselé ADJ f p 0.07 2.43 0.00 0.61 -ciselure ciselure NOM f s 0.00 0.27 0.00 0.07 -ciselures ciselure NOM f p 0.00 0.27 0.00 0.20 -ciselés ciseler VER m p 0.23 2.03 0.14 0.07 par:pas; -ciste ciste NOM s 0.02 0.34 0.01 0.00 -cistercien cistercien ADJ m s 0.01 0.34 0.00 0.07 -cistercienne cistercien ADJ f s 0.01 0.34 0.00 0.20 -cisterciennes cistercien NOM f p 0.01 0.07 0.00 0.07 -cisterciens cistercien ADJ m p 0.01 0.34 0.01 0.07 -cistes ciste NOM p 0.02 0.34 0.01 0.34 -cisèle ciseler VER 0.23 2.03 0.01 0.20 ind:pre:3s; -cita citer VER 17.51 27.09 0.00 0.88 ind:pas:3s; -citadelle citadelle NOM f s 0.98 6.42 0.98 5.54 -citadelles citadelle NOM f p 0.98 6.42 0.00 0.88 -citadin citadin NOM m s 1.25 3.72 0.56 0.54 -citadine citadin NOM f s 1.25 3.72 0.10 0.27 -citadines citadin ADJ f p 0.42 2.03 0.11 0.54 -citadins citadin NOM m p 1.25 3.72 0.55 2.84 -citai citer VER 17.51 27.09 0.00 0.68 ind:pas:1s; -citaient citer VER 17.51 27.09 0.02 0.34 ind:imp:3p; -citais citer VER 17.51 27.09 0.19 0.47 ind:imp:1s;ind:imp:2s; -citait citer VER 17.51 27.09 0.15 3.18 ind:imp:3s; -citant citer VER 17.51 27.09 0.46 1.69 par:pre; -citation citation NOM f s 5.01 8.11 3.51 4.19 -citations citation NOM f p 5.01 8.11 1.50 3.92 -cite citer VER 17.51 27.09 5.61 4.80 imp:pre:2s;ind:pre:1s;ind:pre:3s; -citent citer VER 17.51 27.09 0.10 0.34 ind:pre:3p; -citer citer VER 17.51 27.09 4.38 7.16 inf;; -citera citer VER 17.51 27.09 0.11 0.14 ind:fut:3s; -citerai citer VER 17.51 27.09 0.35 0.68 ind:fut:1s; -citerais citer VER 17.51 27.09 0.03 0.14 cnd:pre:1s;cnd:pre:2s; -citerait citer VER 17.51 27.09 0.00 0.14 cnd:pre:3s; -citeras citer VER 17.51 27.09 0.02 0.00 ind:fut:2s; -citerne citerne NOM f s 4.19 2.09 3.74 1.28 -citernes citerne NOM f p 4.19 2.09 0.45 0.81 -cites citer VER 17.51 27.09 0.63 0.27 ind:pre:2s;sub:pre:2s; -citez citer VER 17.51 27.09 1.37 0.68 imp:pre:2p;ind:pre:2p; -cithare cithare NOM f s 0.34 0.95 0.34 0.54 -cithares cithare NOM f p 0.34 0.95 0.00 0.41 -citiez citer VER 17.51 27.09 0.04 0.07 ind:imp:2p; -citions citer VER 17.51 27.09 0.01 0.07 ind:imp:1p; -citizen_band citizen_band NOM f s 0.01 0.00 0.01 0.00 -citons citer VER 17.51 27.09 0.20 0.20 imp:pre:1p;ind:pre:1p; -citât citer VER 17.51 27.09 0.00 0.14 sub:imp:3s; -citoyen citoyen NOM m s 29.01 14.73 11.61 5.20 -citoyenne citoyen NOM f s 29.01 14.73 1.56 0.61 -citoyennes citoyenne NOM f p 0.59 0.00 0.59 0.00 -citoyenneté citoyenneté NOM f s 1.13 0.34 1.13 0.34 -citoyens citoyen NOM m p 29.01 14.73 15.83 8.65 -citrate citrate NOM m s 0.20 0.00 0.20 0.00 -citrine citrine NOM f s 0.06 0.07 0.06 0.07 -citrique citrique ADJ s 0.07 0.14 0.07 0.14 -citron citron NOM m s 10.92 10.81 8.10 9.05 -citronnade citronnade NOM f s 0.58 1.01 0.56 0.95 -citronnades citronnade NOM f p 0.58 1.01 0.02 0.07 -citronnelle citronnelle NOM f s 0.46 0.88 0.46 0.81 -citronnelles citronnelle NOM f p 0.46 0.88 0.00 0.07 -citronnez citronner VER 0.01 0.07 0.00 0.07 imp:pre:2p; -citronnier citronnier NOM m s 0.21 1.49 0.04 0.41 -citronniers citronnier NOM m p 0.21 1.49 0.17 1.08 -citronné citronné ADJ m s 0.06 0.07 0.03 0.07 -citronnée citronné ADJ f s 0.06 0.07 0.03 0.00 -citrons citron NOM m p 10.92 10.81 2.82 1.76 -citrouille citrouille NOM f s 1.88 2.91 1.56 2.43 -citrouilles citrouille NOM f p 1.88 2.91 0.32 0.47 -citrus citrus NOM m 0.17 0.00 0.17 0.00 -citèrent citer VER 17.51 27.09 0.01 0.07 ind:pas:3p; -cité_dortoir cité_dortoir NOM f s 0.00 0.27 0.00 0.14 -cité_jardin cité_jardin NOM f s 0.00 0.20 0.00 0.20 -cité cité NOM f s 16.11 23.99 14.55 20.68 -citée citer VER f s 17.51 27.09 0.53 0.68 par:pas; -citées citer VER f p 17.51 27.09 0.03 0.14 par:pas; -citérieure citérieur ADJ f s 0.00 0.07 0.00 0.07 -cité_dortoir cité_dortoir NOM f p 0.00 0.27 0.00 0.14 -cités cité NOM f p 16.11 23.99 1.56 3.31 -city city NOM f s 0.54 0.27 0.54 0.27 -civadière civadière NOM f s 0.01 0.00 0.01 0.00 -civelles civelle NOM f p 0.30 0.27 0.30 0.27 -civelots civelot NOM m p 0.00 0.14 0.00 0.14 -civet civet NOM m s 0.88 2.43 0.78 2.36 -civets civet NOM m p 0.88 2.43 0.10 0.07 -civette civette NOM f s 0.15 0.54 0.15 0.54 -civil civil ADJ m s 20.46 28.51 5.92 9.46 -civile civil ADJ f s 20.46 28.51 9.76 10.61 -civilement civilement ADV 0.04 0.74 0.04 0.74 -civiles civil ADJ f p 20.46 28.51 1.42 3.04 -civilisateur civilisateur ADJ m s 0.10 0.34 0.00 0.14 -civilisation civilisation NOM f s 12.43 19.32 10.48 16.62 -civilisations civilisation NOM f p 12.43 19.32 1.94 2.70 -civilisatrice civilisateur ADJ f s 0.10 0.34 0.10 0.20 -civilise civiliser VER 2.17 1.08 0.02 0.07 ind:pre:3s; -civiliser civiliser VER 2.17 1.08 0.34 0.20 inf; -civilises civiliser VER 2.17 1.08 0.00 0.07 ind:pre:2s; -civilisé civilisé ADJ m s 5.64 3.78 2.88 1.96 -civilisée civilisé ADJ f s 5.64 3.78 1.11 0.47 -civilisées civilisé ADJ f p 5.64 3.78 0.35 0.27 -civilisés civilisé ADJ m p 5.64 3.78 1.31 1.08 -civilité civilité NOM f s 1.48 1.42 0.90 1.01 -civilités civilité NOM f p 1.48 1.42 0.58 0.41 -civils civil NOM m p 14.23 13.99 8.00 5.54 -civique civique ADJ s 2.97 1.82 1.37 1.35 -civiques civique ADJ p 2.97 1.82 1.60 0.47 -civisme civisme NOM m s 0.26 0.54 0.26 0.54 -civière civière NOM f s 2.42 4.46 1.97 4.12 -civières civière NOM f p 2.42 4.46 0.45 0.34 -clôt clore VER 7.75 31.28 0.23 1.55 ind:pre:3s; -clôtura clôturer VER 1.12 1.82 0.02 0.07 ind:pas:3s; -clôturai clôturer VER 1.12 1.82 0.00 0.20 ind:pas:1s; -clôturaient clôturer VER 1.12 1.82 0.00 0.20 ind:imp:3p; -clôturait clôturer VER 1.12 1.82 0.00 0.20 ind:imp:3s; -clôture clôture NOM f s 6.00 10.68 5.34 7.84 -clôturent clôturer VER 1.12 1.82 0.00 0.07 ind:pre:3p; -clôturer clôturer VER 1.12 1.82 0.55 0.27 inf; -clôturera clôturer VER 1.12 1.82 0.02 0.00 ind:fut:3s; -clôtures clôture NOM f p 6.00 10.68 0.66 2.84 -clôturé clôturer VER m s 1.12 1.82 0.30 0.34 par:pas; -clôturée clôturer VER f s 1.12 1.82 0.03 0.07 par:pas; -clabaudage clabaudage NOM m s 0.02 0.07 0.01 0.00 -clabaudages clabaudage NOM m p 0.02 0.07 0.01 0.07 -clabaudaient clabauder VER 0.01 0.34 0.00 0.14 ind:imp:3p; -clabaudent clabauder VER 0.01 0.34 0.00 0.07 ind:pre:3p; -clabauder clabauder VER 0.01 0.34 0.01 0.07 inf; -clabauderies clabauderie NOM f p 0.00 0.07 0.00 0.07 -clabaudé clabauder VER m s 0.01 0.34 0.00 0.07 par:pas; -clabote claboter VER 0.01 0.47 0.00 0.14 ind:pre:1s;ind:pre:3s; -clabotent claboter VER 0.01 0.47 0.00 0.07 ind:pre:3p; -claboter claboter VER 0.01 0.47 0.00 0.14 inf; -claboté claboter VER m s 0.01 0.47 0.01 0.14 par:pas; -clac clac ONO 0.29 3.72 0.29 3.72 -clafouti clafouti NOM m s 0.00 0.07 0.00 0.07 -clafoutis clafoutis NOM m 0.05 0.54 0.05 0.54 -claie claie NOM f s 0.01 2.43 0.01 1.01 -claies claie NOM f p 0.01 2.43 0.00 1.42 -claim claim NOM m s 0.08 0.00 0.08 0.00 -clair_obscur clair_obscur NOM m s 0.02 1.96 0.02 1.62 -clair clair ADJ m s 122.69 156.69 88.54 91.01 -claire_voie claire_voie NOM f s 0.01 2.43 0.01 1.96 -claire clair ADJ f s 122.69 156.69 21.21 38.04 -clairement clairement ADV 18.75 18.18 18.75 18.18 -claire_voie claire_voie NOM f p 0.01 2.43 0.00 0.47 -claires clair ADJ f p 122.69 156.69 7.05 12.91 -clairet clairet NOM m s 0.02 0.00 0.02 0.00 -clairette clairet ADJ f s 0.00 0.88 0.00 0.88 -clairière clairière NOM f s 1.84 17.77 1.72 14.59 -clairières clairière NOM f p 1.84 17.77 0.12 3.18 -clairon clairon NOM m s 2.19 5.61 2.03 4.32 -claironna claironner VER 0.91 3.24 0.00 0.68 ind:pas:3s; -claironnait claironner VER 0.91 3.24 0.00 0.54 ind:imp:3s; -claironnant claironner VER 0.91 3.24 0.01 0.61 par:pre; -claironnante claironnant ADJ f s 0.00 1.08 0.00 0.74 -claironnantes claironnant ADJ f p 0.00 1.08 0.00 0.07 -claironnants claironnant ADJ m p 0.00 1.08 0.00 0.20 -claironne claironner VER 0.91 3.24 0.42 0.41 ind:pre:1s;ind:pre:3s; -claironnent claironner VER 0.91 3.24 0.27 0.07 ind:pre:3p; -claironner claironner VER 0.91 3.24 0.20 0.61 inf; -claironnions claironner VER 0.91 3.24 0.00 0.07 ind:imp:1p; -claironné claironner VER m s 0.91 3.24 0.01 0.27 par:pas; -clairons clairon NOM m p 2.19 5.61 0.16 1.28 -clair_obscur clair_obscur NOM m p 0.02 1.96 0.00 0.34 -clairs clair ADJ m p 122.69 156.69 5.89 14.73 -clairsemaient clairsemer VER 0.04 1.49 0.00 0.14 ind:imp:3p; -clairsemait clairsemer VER 0.04 1.49 0.00 0.07 ind:imp:3s; -clairsemant clairsemer VER 0.04 1.49 0.00 0.07 par:pre; -clairsemé clairsemé ADJ m s 0.27 3.18 0.01 0.54 -clairsemée clairsemer VER f s 0.04 1.49 0.01 0.41 par:pas; -clairsemées clairsemer VER f p 0.04 1.49 0.01 0.27 par:pas; -clairsemés clairsemé ADJ m p 0.27 3.18 0.26 1.22 -clairvoyance clairvoyance NOM f s 0.67 1.89 0.67 1.82 -clairvoyances clairvoyance NOM f p 0.67 1.89 0.00 0.07 -clairvoyant clairvoyant ADJ m s 0.96 1.69 0.53 1.01 -clairvoyante clairvoyant ADJ f s 0.96 1.69 0.22 0.47 -clairvoyants clairvoyant ADJ m p 0.96 1.69 0.22 0.20 -clam clam NOM m s 0.34 0.20 0.06 0.07 -clama clamer VER 2.61 7.30 0.00 1.15 ind:pas:3s; -clamai clamer VER 2.61 7.30 0.00 0.07 ind:pas:1s; -clamaient clamer VER 2.61 7.30 0.01 0.61 ind:imp:3p; -clamait clamer VER 2.61 7.30 0.11 1.15 ind:imp:3s; -clamant clamer VER 2.61 7.30 0.39 0.88 par:pre; -clame clamer VER 2.61 7.30 0.67 1.82 imp:pre:2s;ind:pre:1s;ind:pre:3s; -clamecer clamecer VER 0.00 0.20 0.00 0.07 inf; -clamecé clamecer VER m s 0.00 0.20 0.00 0.07 par:pas; -clamecée clamecer VER f s 0.00 0.20 0.00 0.07 par:pas; -clament clamer VER 2.61 7.30 0.32 0.34 ind:pre:3p; -clamer clamer VER 2.61 7.30 0.71 0.61 inf; -clameraient clamer VER 2.61 7.30 0.00 0.07 cnd:pre:3p; -clameur clameur NOM f s 0.90 9.73 0.73 5.61 -clameurs clameur NOM f p 0.90 9.73 0.16 4.12 -clamez clamer VER 2.61 7.30 0.14 0.00 imp:pre:2p;ind:pre:2p; -clamions clamer VER 2.61 7.30 0.00 0.07 ind:imp:1p; -clamp clamp NOM m s 1.09 0.00 0.97 0.00 -clampe clamper VER 0.41 0.00 0.09 0.00 ind:pre:1s;ind:pre:3s; -clamper clamper VER 0.41 0.00 0.14 0.00 inf; -clampin clampin NOM m s 0.03 0.34 0.02 0.20 -clampins clampin NOM m p 0.03 0.34 0.01 0.14 -clamps clamp NOM m p 1.09 0.00 0.12 0.00 -clampé clamper VER m s 0.41 0.00 0.17 0.00 par:pas; -clams clam NOM m p 0.34 0.20 0.28 0.14 -clamse clamser VER 0.97 1.69 0.26 0.07 ind:pre:3s; -clamser clamser VER 0.97 1.69 0.29 0.74 inf; -clamserai clamser VER 0.97 1.69 0.01 0.20 ind:fut:1s; -clamserait clamser VER 0.97 1.69 0.01 0.14 cnd:pre:3s; -clamsé clamser VER m s 0.97 1.69 0.37 0.20 par:pas; -clamsée clamser VER f s 0.97 1.69 0.01 0.27 par:pas; -clamsés clamser VER m p 0.97 1.69 0.01 0.07 par:pas; -clamèrent clamer VER 2.61 7.30 0.01 0.07 ind:pas:3p; -clamé clamer VER m s 2.61 7.30 0.12 0.34 par:pas; -clamée clamer VER f s 2.61 7.30 0.14 0.07 par:pas; -clamés clamer VER m p 2.61 7.30 0.00 0.07 par:pas; -clan clan NOM m s 8.83 16.42 7.61 13.51 -clandestin clandestin ADJ m s 6.78 17.64 2.79 5.07 -clandestine clandestin ADJ f s 6.78 17.64 1.93 6.22 -clandestinement clandestinement ADV 1.48 2.84 1.48 2.84 -clandestines clandestin NOM f p 2.86 1.76 0.83 0.07 -clandestinité clandestinité NOM f s 0.48 4.80 0.48 4.73 -clandestinités clandestinité NOM f p 0.48 4.80 0.00 0.07 -clandestins clandestin ADJ m p 6.78 17.64 1.46 3.58 -clandé clandé NOM m s 0.19 1.35 0.04 1.28 -clandés clandé NOM m p 0.19 1.35 0.16 0.07 -clans clan NOM m p 8.83 16.42 1.22 2.91 -clap clap NOM m s 1.43 0.54 1.43 0.54 -clapant claper VER 0.00 2.30 0.00 0.47 par:pre; -clape claper VER 0.00 2.30 0.00 0.54 imp:pre:2s;ind:pre:1s;ind:pre:3s; -clapent claper VER 0.00 2.30 0.00 0.14 ind:pre:3p; -claper claper VER 0.00 2.30 0.00 0.61 inf; -claperai claper VER 0.00 2.30 0.00 0.07 ind:fut:1s; -clapes claper VER 0.00 2.30 0.00 0.07 ind:pre:2s; -clapet clapet NOM m s 1.15 1.15 0.98 0.68 -clapets clapet NOM m p 1.15 1.15 0.17 0.47 -clapette clapette NOM f s 0.00 0.07 0.00 0.07 -clapier clapier NOM m s 0.30 2.84 0.28 1.42 -clapiers clapier NOM m p 0.30 2.84 0.02 1.42 -clapir clapir VER 0.00 0.14 0.00 0.07 inf; -clapit clapir VER 0.00 0.14 0.00 0.07 ind:pre:3s; -clapot clapot NOM m s 0.16 0.47 0.16 0.47 -clapota clapoter VER 0.09 3.24 0.00 0.14 ind:pas:3s; -clapotaient clapoter VER 0.09 3.24 0.00 0.27 ind:imp:3p; -clapotait clapoter VER 0.09 3.24 0.01 1.01 ind:imp:3s; -clapotant clapotant ADJ m s 0.00 1.22 0.00 0.47 -clapotante clapotant ADJ f s 0.00 1.22 0.00 0.54 -clapotantes clapotant ADJ f p 0.00 1.22 0.00 0.20 -clapote clapoter VER 0.09 3.24 0.03 0.41 imp:pre:2s;ind:pre:3s; -clapotement clapotement NOM m s 0.00 1.08 0.00 0.68 -clapotements clapotement NOM m p 0.00 1.08 0.00 0.41 -clapotent clapoter VER 0.09 3.24 0.01 0.34 ind:pre:3p; -clapoter clapoter VER 0.09 3.24 0.04 0.74 inf; -clapoterait clapoter VER 0.09 3.24 0.00 0.07 cnd:pre:3s; -clapotis clapotis NOM m 0.30 5.41 0.30 5.41 -clappait clapper VER 0.03 0.41 0.00 0.07 ind:imp:3s; -clappant clapper VER 0.03 0.41 0.00 0.20 par:pre; -clappe clapper VER 0.03 0.41 0.00 0.14 ind:pre:3s; -clappement clappement NOM m s 0.01 0.54 0.00 0.27 -clappements clappement NOM m p 0.01 0.54 0.01 0.27 -clapper clapper VER 0.03 0.41 0.03 0.00 inf; -clapé claper VER m s 0.00 2.30 0.00 0.41 par:pas; -claqua claquer VER 15.13 74.19 0.00 7.23 ind:pas:3s; -claquage claquage NOM m s 0.10 0.07 0.10 0.07 -claquai claquer VER 15.13 74.19 0.00 0.14 ind:pas:1s; -claquaient claquer VER 15.13 74.19 0.07 4.39 ind:imp:3p; -claquais claquer VER 15.13 74.19 0.05 0.34 ind:imp:1s;ind:imp:2s; -claquait claquer VER 15.13 74.19 0.15 4.12 ind:imp:3s; -claquant claquer VER 15.13 74.19 0.65 9.19 par:pre; -claquante claquant ADJ f s 0.14 1.42 0.00 0.14 -claquantes claquant ADJ f p 0.14 1.42 0.00 0.14 -claquants claquant ADJ m p 0.14 1.42 0.00 0.20 -claque_merde claque_merde NOM m s 0.19 0.27 0.19 0.27 -claque claque NOM s 6.88 14.26 5.19 8.65 -claquedents claquedent NOM m p 0.00 0.07 0.00 0.07 -claquement claquement NOM m s 0.96 14.73 0.71 9.46 -claquements claquement NOM m p 0.96 14.73 0.25 5.27 -claquemurait claquemurer VER 0.14 1.28 0.00 0.14 ind:imp:3s; -claquemurant claquemurer VER 0.14 1.28 0.14 0.00 par:pre; -claquemurer claquemurer VER 0.14 1.28 0.00 0.07 inf; -claquemures claquemurer VER 0.14 1.28 0.00 0.07 ind:pre:2s; -claquemuré claquemurer VER m s 0.14 1.28 0.01 0.41 par:pas; -claquemurée claquemurer VER f s 0.14 1.28 0.00 0.34 par:pas; -claquemurées claquemurer VER f p 0.14 1.28 0.00 0.20 par:pas; -claquemurés claquemurer VER m p 0.14 1.28 0.00 0.07 par:pas; -claquent claquer VER 15.13 74.19 0.28 5.14 ind:pre:3p; -claquer claquer VER 15.13 74.19 4.50 19.59 inf; -claquera claquer VER 15.13 74.19 0.19 0.20 ind:fut:3s; -claquerai claquer VER 15.13 74.19 0.15 0.07 ind:fut:1s; -claqueraient claquer VER 15.13 74.19 0.00 0.20 cnd:pre:3p; -claquerais claquer VER 15.13 74.19 0.03 0.00 cnd:pre:1s;cnd:pre:2s; -claquerait claquer VER 15.13 74.19 0.25 0.34 cnd:pre:3s; -claqueriez claquer VER 15.13 74.19 0.01 0.00 cnd:pre:2p; -claqueront claquer VER 15.13 74.19 0.01 0.00 ind:fut:3p; -claques claque NOM p 6.88 14.26 1.69 5.61 -claquet claquet NOM m s 0.02 0.00 0.02 0.00 -claquette claquette NOM f s 1.71 1.22 0.10 0.07 -claquettes claquette NOM f p 1.71 1.22 1.61 1.15 -claquetèrent claqueter VER 0.00 0.07 0.00 0.07 ind:pas:3p; -claqueurs claqueur NOM m p 0.00 0.07 0.00 0.07 -claquez claquer VER 15.13 74.19 0.46 0.07 imp:pre:2p;ind:pre:2p; -claquions claquer VER 15.13 74.19 0.00 0.07 ind:imp:1p; -claquoirs claquoir NOM m p 0.01 0.14 0.01 0.14 -claquons claquer VER 15.13 74.19 0.02 0.00 imp:pre:1p; -claquât claquer VER 15.13 74.19 0.00 0.07 sub:imp:3s; -claquèrent claquer VER 15.13 74.19 0.00 1.35 ind:pas:3p; -claqué claquer VER m s 15.13 74.19 2.56 7.30 par:pas; -claquée claquer VER f s 15.13 74.19 0.55 1.15 par:pas; -claquées claquer VER f p 15.13 74.19 0.11 1.15 par:pas; -claqués claquer VER m p 15.13 74.19 0.10 0.27 par:pas; -clarifia clarifier VER 3.64 0.74 0.00 0.14 ind:pas:3s; -clarifiant clarifier VER 3.64 0.74 0.01 0.00 par:pre; -clarification clarification NOM f s 0.07 0.07 0.07 0.07 -clarifie clarifier VER 3.64 0.74 0.22 0.14 imp:pre:2s;ind:pre:1s;ind:pre:3s; -clarifier clarifier VER 3.64 0.74 2.79 0.27 inf; -clarifions clarifier VER 3.64 0.74 0.26 0.00 imp:pre:1p; -clarifié clarifier VER m s 3.64 0.74 0.33 0.20 par:pas; -clarifiée clarifier VER f s 3.64 0.74 0.02 0.00 par:pas; -clarine clarine NOM f s 0.40 0.54 0.40 0.07 -clarines clarine NOM f p 0.40 0.54 0.00 0.47 -clarinette clarinette NOM f s 2.21 3.58 2.20 3.11 -clarinettes clarinette NOM f p 2.21 3.58 0.01 0.47 -clarinettiste clarinettiste NOM s 0.23 0.20 0.23 0.20 -clarisse clarisse NOM f s 0.33 0.41 0.06 0.00 -clarisses clarisse NOM f p 0.33 0.41 0.27 0.41 -clarissimes clarissime NOM m p 0.00 0.14 0.00 0.14 -clarté clarté NOM f s 4.62 30.68 4.48 28.24 -clartés clarté NOM f p 4.62 30.68 0.14 2.43 -clash clash NOM m s 1.70 1.55 1.70 1.55 -class class ADJ 0.51 1.08 0.51 1.08 -classa classer VER 12.11 12.70 0.02 0.27 ind:pas:3s; -classable classable ADJ s 0.14 0.00 0.14 0.00 -classaient classer VER 12.11 12.70 0.03 0.20 ind:imp:3p; -classais classer VER 12.11 12.70 0.27 0.41 ind:imp:1s;ind:imp:2s; -classait classer VER 12.11 12.70 0.04 1.01 ind:imp:3s; -classant classer VER 12.11 12.70 0.04 0.47 par:pre; -classe classe NOM f s 78.99 108.92 70.46 90.74 -classement classement NOM m s 2.65 2.09 2.34 1.76 -classements classement NOM m p 2.65 2.09 0.31 0.34 -classent classer VER 12.11 12.70 0.05 0.14 ind:pre:3p; -classer classer VER 12.11 12.70 2.02 2.84 inf; -classera classer VER 12.11 12.70 0.03 0.07 ind:fut:3s; -classerai classer VER 12.11 12.70 0.02 0.00 ind:fut:1s; -classeraient classer VER 12.11 12.70 0.00 0.07 cnd:pre:3p; -classerais classer VER 12.11 12.70 0.05 0.07 cnd:pre:1s;cnd:pre:2s; -classerait classer VER 12.11 12.70 0.03 0.14 cnd:pre:3s; -classeras classer VER 12.11 12.70 0.01 0.00 ind:fut:2s; -classes classe NOM f p 78.99 108.92 8.53 18.18 -classeur classeur NOM m s 0.69 3.38 0.56 1.35 -classeurs classeur NOM m p 0.69 3.38 0.13 2.03 -classez classer VER 12.11 12.70 0.34 0.07 imp:pre:2p;ind:pre:2p; -classicisme classicisme NOM m s 0.04 0.34 0.04 0.34 -classico classico ADV 0.01 0.00 0.01 0.00 -classieuse classieux ADJ f s 0.28 0.00 0.13 0.00 -classieux classieux ADJ m 0.28 0.00 0.14 0.00 -classiez classer VER 12.11 12.70 0.01 0.00 sub:pre:2p; -classifiables classifiable ADJ p 0.00 0.07 0.00 0.07 -classificateur classificateur ADJ m s 0.00 0.20 0.00 0.14 -classification classification NOM f s 0.59 1.08 0.57 0.95 -classifications classification NOM f p 0.59 1.08 0.02 0.14 -classificatrice classificateur ADJ f s 0.00 0.20 0.00 0.07 -classifient classifier VER 0.53 0.20 0.00 0.07 ind:pre:3p; -classifier classifier VER 0.53 0.20 0.23 0.14 inf; -classifierais classifier VER 0.53 0.20 0.01 0.00 cnd:pre:2s; -classifié classifier VER m s 0.53 0.20 0.23 0.00 par:pas; -classifiées classifier VER f p 0.53 0.20 0.06 0.00 par:pas; -classique classique ADJ s 15.58 21.01 13.74 15.81 -classiquement classiquement ADV 0.00 0.14 0.00 0.14 -classiques classique NOM p 7.02 4.80 1.87 2.57 -classons classer VER 12.11 12.70 0.05 0.00 imp:pre:1p;ind:pre:1p; -classèrent classer VER 12.11 12.70 0.00 0.14 ind:pas:3p; -classé classer VER m s 12.11 12.70 2.28 1.42 par:pas; -classée classé ADJ f s 4.75 2.70 2.39 0.81 -classées classé ADJ f p 4.75 2.70 0.98 0.34 -classés classer VER m p 12.11 12.70 0.58 0.81 par:pas; -clathres clathre NOM m p 0.00 0.14 0.00 0.14 -claude claude NOM s 0.01 2.64 0.01 2.64 -claudicant claudicant ADJ m s 0.01 0.54 0.00 0.20 -claudicante claudicant ADJ f s 0.01 0.54 0.01 0.27 -claudicants claudicant ADJ m p 0.01 0.54 0.00 0.07 -claudication claudication NOM f s 0.07 0.68 0.07 0.68 -claudiquait claudiquer VER 0.08 0.88 0.00 0.14 ind:imp:3s; -claudiquant claudiquer VER 0.08 0.88 0.01 0.68 par:pre; -claudique claudiquer VER 0.08 0.88 0.05 0.00 imp:pre:2s;ind:pre:1s; -claudiquer claudiquer VER 0.08 0.88 0.01 0.00 inf; -claudiquerait claudiquer VER 0.08 0.88 0.00 0.07 cnd:pre:3s; -claudiquerez claudiquer VER 0.08 0.88 0.01 0.00 ind:fut:2p; -claudélienne claudélien ADJ f s 0.00 0.07 0.00 0.07 -clause clause NOM f s 3.47 1.89 2.94 1.01 -clauses clause NOM f p 3.47 1.89 0.53 0.88 -clausewitziens clausewitzien ADJ m p 0.00 0.07 0.00 0.07 -claustrait claustrer VER 0.00 0.20 0.00 0.07 ind:imp:3s; -claustrale claustral ADJ f s 0.00 0.07 0.00 0.07 -claustration claustration NOM f s 0.02 1.01 0.02 1.01 -claustrophobe claustrophobe ADJ m s 0.90 0.07 0.90 0.07 -claustrophobie claustrophobie NOM f s 0.26 0.07 0.26 0.07 -claustrée claustrer VER f s 0.00 0.20 0.00 0.14 par:pas; -clavaire clavaire NOM f s 0.00 0.20 0.00 0.07 -clavaires clavaire NOM f p 0.00 0.20 0.00 0.14 -claveaux claveau NOM m p 0.00 0.14 0.00 0.14 -clavecin clavecin NOM m s 0.75 2.43 0.75 2.30 -claveciniste claveciniste NOM s 0.00 0.20 0.00 0.20 -clavecins clavecin NOM m p 0.75 2.43 0.00 0.14 -clavette clavette NOM f s 0.01 0.00 0.01 0.00 -clavicule clavicule NOM f s 1.96 1.28 1.74 0.68 -clavicules clavicule NOM f p 1.96 1.28 0.22 0.61 -clavier clavier NOM m s 1.77 3.58 1.62 3.24 -claviers clavier NOM m p 1.77 3.58 0.15 0.34 -clayettes clayette NOM f p 0.00 0.07 0.00 0.07 -claymore claymore NOM f s 0.20 0.00 0.20 0.00 -clayon clayon NOM m s 0.00 0.14 0.00 0.07 -clayonnage clayonnage NOM m s 0.01 0.20 0.01 0.07 -clayonnages clayonnage NOM m p 0.01 0.20 0.00 0.14 -clayonnée clayonner VER f s 0.00 0.27 0.00 0.27 par:pas; -clayons clayon NOM m p 0.00 0.14 0.00 0.07 -clean clean ADJ 4.66 0.74 4.66 0.74 -clearing clearing NOM m s 0.04 0.00 0.04 0.00 -clebs clebs NOM m 2.00 3.11 2.00 3.11 -clef clef NOM f s 24.32 44.86 14.61 35.61 -clefs clef NOM f p 24.32 44.86 9.72 9.26 -clenche clenche NOM f s 0.00 0.47 0.00 0.41 -clenches clenche NOM f p 0.00 0.47 0.00 0.07 -clepsydre clepsydre NOM f s 0.00 1.62 0.00 1.62 -cleptomane cleptomane NOM s 0.09 0.00 0.09 0.00 -cleptomanie cleptomanie NOM f s 0.02 0.00 0.02 0.00 -clerc clerc NOM m s 0.82 9.26 0.73 5.68 -clercs clerc NOM m p 0.82 9.26 0.09 3.58 -clergeon clergeon NOM m s 0.00 0.14 0.00 0.14 -clergé clergé NOM m s 2.08 3.99 2.07 3.78 -clergés clergé NOM m p 2.08 3.99 0.01 0.20 -clergyman clergyman NOM m s 0.05 0.81 0.05 0.61 -clergymen clergyman NOM m p 0.05 0.81 0.00 0.20 -clermontois clermontois NOM m 0.00 0.14 0.00 0.14 -clermontoise clermontois ADJ f s 0.00 0.07 0.00 0.07 -clic_clac clic_clac ONO 0.10 0.07 0.10 0.07 -clic clic ONO 0.20 0.81 0.20 0.81 -clichage clichage NOM m s 0.00 0.07 0.00 0.07 -clicher clicher VER 0.60 0.27 0.01 0.07 inf; -clicherie clicherie NOM f s 0.00 0.27 0.00 0.27 -clicheur clicheur NOM m s 0.00 0.07 0.00 0.07 -cliché cliché NOM m s 7.59 11.96 3.69 5.34 -clichée cliché ADJ f s 1.20 0.54 0.00 0.07 -clichés cliché NOM m p 7.59 11.96 3.89 6.62 -click click NOM m s 0.40 0.00 0.40 0.00 -clics clic NOM m p 1.17 1.08 0.22 0.20 -client_roi client_roi NOM m s 0.00 0.07 0.00 0.07 -client client NOM m s 112.12 81.55 53.63 28.78 -cliente client NOM f s 112.12 81.55 9.22 6.89 -clientes client NOM f p 112.12 81.55 2.24 4.26 -clients client NOM m p 112.12 81.55 47.03 41.62 -clientèle clientèle NOM f s 3.88 18.78 3.87 18.51 -clientèles clientèle NOM f p 3.88 18.78 0.01 0.27 -cligna cligner VER 2.80 18.85 0.02 3.04 ind:pas:3s; -clignaient cligner VER 2.80 18.85 0.16 0.68 ind:imp:3p; -clignais cligner VER 2.80 18.85 0.00 0.27 ind:imp:1s; -clignait cligner VER 2.80 18.85 0.14 1.62 ind:imp:3s; -clignant cligner VER 2.80 18.85 0.22 5.68 par:pre; -cligne cligner VER 2.80 18.85 0.95 2.50 imp:pre:2s;ind:pre:1s;ind:pre:3s; -clignement clignement NOM m s 0.14 2.03 0.11 1.22 -clignements clignement NOM m p 0.14 2.03 0.03 0.81 -clignent cligner VER 2.80 18.85 0.31 0.41 ind:pre:3p; -cligner cligner VER 2.80 18.85 0.47 2.77 inf; -clignez cligner VER 2.80 18.85 0.16 0.00 imp:pre:2p;ind:pre:2p; -clignons cligner VER 2.80 18.85 0.00 0.07 ind:pre:1p; -clignota clignoter VER 1.57 5.68 0.00 0.20 ind:pas:3s; -clignotaient clignoter VER 1.57 5.68 0.00 1.62 ind:imp:3p; -clignotait clignoter VER 1.57 5.68 0.08 0.61 ind:imp:3s; -clignotant clignotant NOM m s 1.00 1.35 0.97 1.01 -clignotante clignotant ADJ f s 1.06 2.77 0.07 0.74 -clignotantes clignotant ADJ f p 1.06 2.77 0.05 0.61 -clignotants clignotant ADJ m p 1.06 2.77 0.18 0.81 -clignote clignoter VER 1.57 5.68 0.61 0.88 imp:pre:2s;ind:pre:3s; -clignotement clignotement NOM m s 0.07 1.49 0.07 0.81 -clignotements clignotement NOM m p 0.07 1.49 0.00 0.68 -clignotent clignoter VER 1.57 5.68 0.49 1.01 ind:pre:3p; -clignoter clignoter VER 1.57 5.68 0.16 0.54 inf; -clignotera clignoter VER 1.57 5.68 0.01 0.00 ind:fut:3s; -clignoterait clignoter VER 1.57 5.68 0.00 0.07 cnd:pre:3s; -clignoteur clignoteur NOM m s 0.00 0.07 0.00 0.07 -clignotèrent clignoter VER 1.57 5.68 0.00 0.14 ind:pas:3p; -clignoté clignoter VER m s 1.57 5.68 0.04 0.14 par:pas; -clignèrent cligner VER 2.80 18.85 0.00 0.34 ind:pas:3p; -cligné cligner VER m s 2.80 18.85 0.38 1.15 par:pas; -clignées cligner VER f p 2.80 18.85 0.00 0.14 par:pas; -clignés cligner VER m p 2.80 18.85 0.00 0.20 par:pas; -clilles clille NOM p 0.00 0.27 0.00 0.27 -climat climat NOM m s 7.21 18.99 6.64 17.16 -climatique climatique ADJ s 0.51 0.27 0.26 0.07 -climatiques climatique ADJ p 0.51 0.27 0.25 0.20 -climatisant climatiser VER 0.39 0.41 0.00 0.07 par:pre; -climatisation climatisation NOM f s 1.79 0.20 1.79 0.20 -climatiser climatiser VER 0.39 0.41 0.01 0.00 inf; -climatiseur climatiseur NOM m s 0.85 0.20 0.78 0.14 -climatiseurs climatiseur NOM m p 0.85 0.20 0.07 0.07 -climatisé climatisé ADJ m s 0.37 0.47 0.29 0.27 -climatisée climatiser VER f s 0.39 0.41 0.20 0.20 par:pas; -climatisées climatisé ADJ f p 0.37 0.47 0.02 0.07 -climatisés climatisé ADJ m p 0.37 0.47 0.01 0.07 -climatologue climatologue NOM s 0.02 0.00 0.02 0.00 -climats climat NOM m p 7.21 18.99 0.57 1.82 -climatériques climatérique ADJ f p 0.00 0.07 0.00 0.07 -climax climax NOM m 0.18 0.07 0.18 0.07 -clin_d_oeil clin_d_oeil NOM m s 0.01 0.00 0.01 0.00 -clin clin NOM m s 3.97 19.46 3.63 16.55 -clinche clinche NOM f s 0.00 0.07 0.00 0.07 -clinicat clinicat NOM m s 0.07 0.00 0.07 0.00 -clinicien clinicien NOM m s 0.05 0.20 0.01 0.20 -clinicienne clinicien NOM f s 0.05 0.20 0.01 0.00 -cliniciens clinicien NOM m p 0.05 0.20 0.03 0.00 -clinique clinique NOM f s 18.79 11.82 17.72 10.81 -cliniquement cliniquement ADV 0.92 0.14 0.92 0.14 -cliniques clinique NOM f p 18.79 11.82 1.06 1.01 -clinker clinker NOM m s 0.14 0.00 0.14 0.00 -clinquant clinquant ADJ m s 0.34 1.76 0.07 0.47 -clinquante clinquant ADJ f s 0.34 1.76 0.06 0.34 -clinquantes clinquant ADJ f p 0.34 1.76 0.16 0.34 -clinquants clinquant ADJ m p 0.34 1.76 0.05 0.61 -clins clin NOM m p 3.97 19.46 0.34 2.91 -clip clip NOM m s 2.98 1.28 2.12 0.61 -clipper clipper NOM m s 0.50 0.20 0.40 0.20 -clippers clipper NOM m p 0.50 0.20 0.09 0.00 -clips clip NOM m p 2.98 1.28 0.86 0.68 -cliquant cliquer VER 0.68 0.00 0.02 0.00 par:pre; -clique clique NOM f s 2.78 3.11 2.41 2.84 -cliquer cliquer VER 0.68 0.00 0.27 0.00 inf; -cliques clique NOM f p 2.78 3.11 0.37 0.27 -cliquet cliquet NOM m s 0.16 0.07 0.02 0.07 -cliqueta cliqueter VER 0.69 3.11 0.00 0.14 ind:pas:3s; -cliquetaient cliqueter VER 0.69 3.11 0.02 0.68 ind:imp:3p; -cliquetait cliqueter VER 0.69 3.11 0.00 0.54 ind:imp:3s; -cliquetant cliqueter VER 0.69 3.11 0.03 0.34 par:pre; -cliquetante cliquetant ADJ f s 0.00 0.95 0.00 0.34 -cliquetantes cliquetant ADJ f p 0.00 0.95 0.00 0.20 -cliquetants cliquetant ADJ m p 0.00 0.95 0.00 0.14 -cliqueter cliqueter VER 0.69 3.11 0.19 0.81 inf; -cliquetis cliquetis NOM m 0.38 8.04 0.38 8.04 -cliquets cliquet NOM m p 0.16 0.07 0.14 0.00 -cliquette cliqueter VER 0.69 3.11 0.04 0.47 ind:pre:1s;ind:pre:3s; -cliquettement cliquettement NOM m s 0.00 0.07 0.00 0.07 -cliquettent cliqueter VER 0.69 3.11 0.41 0.14 ind:pre:3p; -cliquettes cliquette NOM f p 0.00 0.07 0.00 0.07 -cliquez cliquer VER 0.68 0.00 0.28 0.00 imp:pre:2p;ind:pre:2p; -cliquètement cliquètement NOM m s 0.00 0.27 0.00 0.20 -cliquètements cliquètement NOM m p 0.00 0.27 0.00 0.07 -cliqué cliquer VER m s 0.68 0.00 0.10 0.00 par:pas; -clissées clisser VER f p 0.00 0.07 0.00 0.07 par:pas; -clito clito NOM m s 0.36 0.41 0.36 0.41 -clitoridectomie clitoridectomie NOM f s 0.03 0.00 0.03 0.00 -clitoridien clitoridien ADJ m s 0.04 0.41 0.04 0.07 -clitoridienne clitoridien ADJ f s 0.04 0.41 0.00 0.34 -clitoris clitoris NOM m 1.28 0.41 1.28 0.41 -clivage clivage NOM m s 0.02 0.61 0.01 0.27 -clivages clivage NOM m p 0.02 0.61 0.01 0.34 -cliver cliver VER 0.01 0.00 0.01 0.00 inf; -clivés clivé ADJ m p 0.03 0.00 0.03 0.00 -cloîtra cloîtrer VER 0.80 2.09 0.00 0.07 ind:pas:3s; -cloîtrai cloîtrer VER 0.80 2.09 0.00 0.07 ind:pas:1s; -cloîtraient cloîtrer VER 0.80 2.09 0.00 0.14 ind:imp:3p; -cloîtrait cloîtrer VER 0.80 2.09 0.00 0.14 ind:imp:3s; -cloîtrant cloîtrer VER 0.80 2.09 0.01 0.00 par:pre; -cloître cloître NOM m s 0.89 7.23 0.84 6.28 -cloîtrer cloîtrer VER 0.80 2.09 0.17 0.27 inf; -cloîtres cloître NOM m p 0.89 7.23 0.05 0.95 -cloîtrâmes cloîtrer VER 0.80 2.09 0.01 0.00 ind:pas:1p; -cloîtré cloîtrer VER m s 0.80 2.09 0.22 0.54 par:pas; -cloîtrée cloîtrer VER f s 0.80 2.09 0.17 0.61 par:pas; -cloîtrées cloîtré ADJ f p 0.33 0.54 0.14 0.07 -cloîtrés cloîtrer VER m p 0.80 2.09 0.05 0.00 par:pas; -cloacal cloacal ADJ m s 0.00 0.07 0.00 0.07 -cloaque cloaque NOM m s 0.75 1.89 0.59 1.76 -cloaques cloaque NOM m p 0.75 1.89 0.16 0.14 -cloc cloc NOM m s 0.00 0.07 0.00 0.07 -clochaient clocher VER 8.93 2.97 0.00 0.07 ind:imp:3p; -clochait clocher VER 8.93 2.97 0.93 1.08 ind:imp:3s; -clochant clocher VER 8.93 2.97 0.00 0.27 par:pre; -clochard clochard NOM m s 3.88 10.88 2.40 5.27 -clocharde clochard NOM f s 3.88 10.88 0.32 1.15 -clochardes clochard NOM f p 3.88 10.88 0.18 0.00 -clochardisait clochardiser VER 0.00 0.34 0.00 0.07 ind:imp:3s; -clochardisation clochardisation NOM f s 0.01 0.20 0.01 0.20 -clochardiser clochardiser VER 0.00 0.34 0.00 0.20 inf; -clochardisé clochardiser VER m s 0.00 0.34 0.00 0.07 par:pas; -clochards clochard NOM m p 3.88 10.88 0.98 4.46 -cloche_pied cloche_pied NOM f s 0.01 0.14 0.01 0.14 -cloche cloche NOM f s 19.72 34.59 9.01 18.24 -clochent clocher VER 8.93 2.97 0.15 0.00 ind:pre:3p; -clocher clocher NOM m s 2.38 13.65 1.87 11.01 -clochers clocher NOM m p 2.38 13.65 0.51 2.64 -cloches cloche NOM f p 19.72 34.59 10.71 16.35 -clocheton clocheton NOM m s 0.00 2.09 0.00 0.88 -clochetons clocheton NOM m p 0.00 2.09 0.00 1.22 -clochette clochette NOM f s 3.43 5.74 2.57 2.50 -clochettes clochette NOM f p 3.43 5.74 0.86 3.24 -clochât clocher VER 8.93 2.97 0.00 0.07 sub:imp:3s; -cloché clocher VER m s 8.93 2.97 0.03 0.00 par:pas; -clodo clodo NOM m s 4.12 4.05 3.36 2.16 -clodos clodo NOM m p 4.12 4.05 0.76 1.89 -cloison cloison NOM f s 2.83 18.24 1.52 12.77 -cloisonnaient cloisonner VER 0.03 0.61 0.00 0.14 ind:imp:3p; -cloisonnais cloisonner VER 0.03 0.61 0.00 0.07 ind:imp:1s; -cloisonnant cloisonner VER 0.03 0.61 0.00 0.07 par:pre; -cloisonne cloisonner VER 0.03 0.61 0.01 0.00 ind:pre:3s; -cloisonnement cloisonnement NOM m s 0.01 0.68 0.01 0.47 -cloisonnements cloisonnement NOM m p 0.01 0.68 0.00 0.20 -cloisonner cloisonner VER 0.03 0.61 0.00 0.07 inf; -cloisonné cloisonné ADJ m s 0.16 0.68 0.01 0.41 -cloisonnée cloisonné ADJ f s 0.16 0.68 0.14 0.00 -cloisonnées cloisonné ADJ f p 0.16 0.68 0.01 0.07 -cloisonnés cloisonner VER m p 0.03 0.61 0.01 0.14 par:pas; -cloisons cloison NOM f p 2.83 18.24 1.31 5.47 -clonage clonage NOM m s 1.05 0.07 1.05 0.07 -clonant cloner VER 1.31 0.00 0.01 0.00 par:pre; -clone clone NOM m s 3.49 0.20 2.48 0.07 -clonent cloner VER 1.31 0.00 0.04 0.00 ind:pre:3p; -cloner cloner VER 1.31 0.00 0.63 0.00 inf; -clones clone NOM m p 3.49 0.20 1.01 0.14 -clonique clonique ADJ f s 0.01 0.00 0.01 0.00 -cloné cloner VER m s 1.31 0.00 0.46 0.00 par:pas; -clonés cloner VER m p 1.31 0.00 0.09 0.00 par:pas; -clopais cloper VER 0.07 0.74 0.01 0.00 ind:imp:1s; -clopant cloper VER 0.07 0.74 0.00 0.14 par:pre; -clope clope NOM s 11.94 4.93 7.87 2.50 -cloper cloper VER 0.07 0.74 0.03 0.34 inf; -clopes clope NOM p 11.94 4.93 4.08 2.43 -clopeur clopeur NOM m s 0.00 0.07 0.00 0.07 -clopin_clopant clopin_clopant ADV 0.00 0.14 0.00 0.14 -clopina clopiner VER 0.12 1.01 0.00 0.14 ind:pas:3s; -clopinait clopiner VER 0.12 1.01 0.02 0.27 ind:imp:3s; -clopinant clopiner VER 0.12 1.01 0.05 0.41 par:pre; -clopine clopiner VER 0.12 1.01 0.02 0.07 ind:pre:3s; -clopinements clopinement NOM m p 0.00 0.07 0.00 0.07 -clopiner clopiner VER 0.12 1.01 0.01 0.07 inf; -clopinettes clopinettes NOM f p 0.94 0.27 0.94 0.27 -clopinez clopiner VER 0.12 1.01 0.02 0.00 imp:pre:2p;ind:pre:2p; -clopinâmes clopiner VER 0.12 1.01 0.00 0.07 ind:pas:1p; -cloporte cloporte NOM m s 0.70 2.97 0.13 1.55 -cloportes cloporte NOM m p 0.70 2.97 0.57 1.42 -cloquait cloquer VER 0.00 3.99 0.00 0.20 ind:imp:3s; -cloquant cloquer VER 0.00 3.99 0.00 0.07 par:pre; -cloque cloque NOM f s 1.43 3.45 1.14 1.89 -cloquent cloquer VER 0.00 3.99 0.00 0.07 ind:pre:3p; -cloquer cloquer VER 0.00 3.99 0.00 0.74 inf; -cloques cloque NOM f p 1.43 3.45 0.28 1.55 -cloqué cloquer VER m s 0.00 3.99 0.00 1.35 par:pas; -cloquée cloquer VER f s 0.00 3.99 0.00 0.34 par:pas; -cloquées cloquer VER f p 0.00 3.99 0.00 0.07 par:pas; -cloqués cloqué ADJ m p 0.00 0.27 0.00 0.14 -clora clore VER 7.75 31.28 0.01 0.00 ind:fut:3s; -clore clore VER 7.75 31.28 1.42 2.57 inf; -clos clore VER m 7.75 31.28 3.70 21.96 imp:pre:2s;ind:pre:1s;par:pas;par:pas; -close_combat close_combat NOM m s 0.04 0.07 0.04 0.07 -close_up close_up NOM m s 0.01 0.07 0.01 0.07 -close clore VER f s 7.75 31.28 2.26 3.24 par:pas;par:pas;sub:pre:1s;sub:pre:3s; -closent clore VER 7.75 31.28 0.00 0.14 ind:pre:3p; -closerie closerie NOM f s 0.01 0.81 0.01 0.81 -closes clos ADJ f p 4.62 19.46 1.90 7.43 -clou clou NOM m s 13.83 27.50 7.79 10.20 -cloua clouer VER 7.51 19.39 0.14 1.35 ind:pas:3s; -clouage clouage NOM m s 0.00 0.07 0.00 0.07 -clouai clouer VER 7.51 19.39 0.00 0.20 ind:pas:1s; -clouaient clouer VER 7.51 19.39 0.23 0.54 ind:imp:3p; -clouait clouer VER 7.51 19.39 0.18 2.09 ind:imp:3s; -clouant clouer VER 7.51 19.39 0.15 0.61 par:pre; -cloue clouer VER 7.51 19.39 1.12 1.22 imp:pre:2s;ind:pre:1s;ind:pre:3s; -clouent clouer VER 7.51 19.39 0.04 0.47 ind:pre:3p; -clouer clouer VER 7.51 19.39 1.39 2.64 inf; -clouera clouer VER 7.51 19.39 0.04 0.00 ind:fut:3s; -clouerai clouer VER 7.51 19.39 0.07 0.00 ind:fut:1s; -cloueraient clouer VER 7.51 19.39 0.01 0.07 cnd:pre:3p; -clouerait clouer VER 7.51 19.39 0.14 0.14 cnd:pre:3s; -cloueras clouer VER 7.51 19.39 0.00 0.07 ind:fut:2s; -clouerez clouer VER 7.51 19.39 0.01 0.00 ind:fut:2p; -cloueur cloueur NOM m s 0.16 0.07 0.00 0.07 -cloueuse cloueur NOM f s 0.16 0.07 0.16 0.00 -clouez clouer VER 7.51 19.39 0.22 0.07 imp:pre:2p;ind:pre:2p; -clouions clouer VER 7.51 19.39 0.00 0.07 ind:imp:1p; -clouons clouer VER 7.51 19.39 0.03 0.00 imp:pre:1p;ind:pre:1p; -clous clou NOM m p 13.83 27.50 6.04 17.30 -cloutage cloutage NOM m s 0.00 0.07 0.00 0.07 -clouèrent clouer VER 7.51 19.39 0.00 0.14 ind:pas:3p; -cloutier cloutier NOM m s 0.62 0.00 0.62 0.00 -clouté clouté ADJ m s 0.80 3.78 0.29 1.62 -cloutée clouté ADJ f s 0.80 3.78 0.05 0.34 -cloutées clouté ADJ f p 0.80 3.78 0.14 0.54 -cloutés clouté ADJ m p 0.80 3.78 0.31 1.28 -cloué clouer VER m s 7.51 19.39 2.40 5.54 par:pas; -clouée clouer VER f s 7.51 19.39 0.53 2.84 par:pas; -clouées clouer VER f p 7.51 19.39 0.32 0.61 par:pas; -cloués clouer VER m p 7.51 19.39 0.49 0.74 par:pas; -clown clown NOM m s 0.06 9.19 0.06 6.49 -clownerie clownerie NOM f s 0.00 0.34 0.00 0.07 -clowneries clownerie NOM f p 0.00 0.34 0.00 0.27 -clownesque clownesque ADJ s 0.10 0.41 0.10 0.34 -clownesques clownesque ADJ p 0.10 0.41 0.00 0.07 -clowns clown NOM m p 0.06 9.19 0.00 2.70 -clé clé NOM f s 118.13 48.58 68.73 35.00 -club_house club_house NOM m s 0.05 0.07 0.05 0.07 -club club NOM m s 67.51 21.42 61.99 18.58 -clébard clébard NOM m s 1.65 4.19 1.27 2.91 -clébards clébard NOM m p 1.65 4.19 0.38 1.28 -clubhouse clubhouse NOM m s 0.05 0.00 0.05 0.00 -clubiste clubiste NOM s 0.03 0.00 0.03 0.00 -clubman clubman NOM m s 0.00 0.07 0.00 0.07 -clubs club NOM m p 67.51 21.42 5.52 2.84 -clématite clématite NOM f s 0.14 0.68 0.14 0.14 -clématites clématite NOM f p 0.14 0.68 0.00 0.54 -clémence clémence NOM f s 3.44 2.43 3.44 2.43 -clément clément ADJ m s 3.36 3.18 2.50 1.96 -clémente clément ADJ f s 3.36 3.18 0.47 0.88 -clémentes clément ADJ f p 3.36 3.18 0.07 0.14 -clémentine clémentine NOM f s 0.02 0.00 0.02 0.00 -cléments clément ADJ m p 3.36 3.18 0.33 0.20 -clunisien clunisien ADJ m s 0.00 0.07 0.00 0.07 -clérical clérical ADJ m s 0.04 1.01 0.01 0.54 -cléricale clérical ADJ f s 0.04 1.01 0.01 0.20 -cléricales clérical ADJ f p 0.04 1.01 0.01 0.14 -cléricalisme cléricalisme NOM m s 0.00 0.20 0.00 0.20 -cléricature cléricature NOM f s 0.00 0.07 0.00 0.07 -cléricaux clérical ADJ m p 0.04 1.01 0.00 0.14 -clés clé NOM f p 118.13 48.58 49.40 13.58 -cluse cluse NOM f s 0.00 0.14 0.00 0.07 -cluses cluse NOM f p 0.00 0.14 0.00 0.07 -cluster cluster NOM m s 0.03 0.00 0.03 0.00 -clystère clystère NOM m s 0.14 0.20 0.14 0.07 -clystères clystère NOM m p 0.14 0.20 0.00 0.14 -cm cm NOM m 10.89 1.01 10.89 1.01 -co_animateur co_animateur NOM m s 0.03 0.00 0.03 0.00 -co_auteur co_auteur NOM m s 0.46 0.00 0.46 0.00 -co_avocat co_avocat NOM m s 0.01 0.00 0.01 0.00 -co_capitaine co_capitaine NOM m s 0.09 0.00 0.09 0.00 -co_dépendance co_dépendance NOM f s 0.01 0.00 0.01 0.00 -co_dépendant co_dépendant ADJ f s 0.01 0.00 0.01 0.00 -co_existence co_existence NOM f s 0.00 0.07 0.00 0.07 -co_exister co_exister VER 0.05 0.00 0.05 0.00 inf; -co_habiter co_habiter VER 0.02 0.00 0.02 0.00 inf; -co_locataire co_locataire NOM s 0.22 0.00 0.22 0.00 -co_pilote co_pilote NOM s 0.49 0.00 0.49 0.00 -co_pilote co_pilote ADJ p 0.28 0.00 0.01 0.00 -co_production co_production NOM f s 0.11 0.00 0.01 0.00 -co_production co_production NOM f p 0.11 0.00 0.10 0.00 -co_proprio co_proprio NOM m s 0.01 0.07 0.01 0.00 -co_proprio co_proprio NOM m p 0.01 0.07 0.00 0.07 -co_propriétaire co_propriétaire NOM s 0.19 0.27 0.05 0.00 -co_propriétaire co_propriétaire NOM p 0.19 0.27 0.14 0.27 -co_propriété co_propriété NOM f s 0.00 0.34 0.00 0.34 -co_président co_président NOM m s 0.02 0.07 0.02 0.07 -co_responsable co_responsable ADJ s 0.01 0.07 0.01 0.07 -co_signer co_signer VER 0.07 0.00 0.07 0.00 inf; -cosigner cosigner VER 0.32 0.00 0.01 0.00 ind:pre:1p; -co_tuteur co_tuteur NOM m s 0.00 0.07 0.00 0.07 -co_éducatif co_éducatif ADJ f s 0.01 0.00 0.01 0.00 -co_équipier co_équipier NOM m s 0.21 0.00 0.21 0.00 -coéquipier coéquipier NOM f s 4.20 0.47 0.06 0.00 -co_vedette co_vedette NOM f s 0.02 0.00 0.02 0.00 -co_voiturage co_voiturage NOM m s 0.07 0.00 0.07 0.00 -co co ADV 0.14 0.00 0.14 0.00 -coïncida coïncider VER 1.93 7.09 0.11 0.54 ind:pas:3s; -coïncidaient coïncider VER 1.93 7.09 0.01 0.27 ind:imp:3p; -coïncidais coïncider VER 1.93 7.09 0.00 0.07 ind:imp:1s; -coïncidait coïncider VER 1.93 7.09 0.07 1.62 ind:imp:3s; -coïncidant coïncider VER 1.93 7.09 0.03 0.47 par:pre; -coïncidassent coïncider VER 1.93 7.09 0.00 0.07 sub:imp:3p; -coïncide coïncider VER 1.93 7.09 0.78 1.22 imp:pre:2s;ind:pre:3s; -coïncidence coïncidence NOM f s 18.04 7.16 15.95 5.61 -coïncidences coïncidence NOM f p 18.04 7.16 2.09 1.55 -coïncident coïncider VER 1.93 7.09 0.44 0.47 ind:pre:3p; -coïncider coïncider VER 1.93 7.09 0.32 1.35 inf; -coïnciderait coïncider VER 1.93 7.09 0.01 0.20 cnd:pre:3s; -coïncidions coïncider VER 1.93 7.09 0.00 0.07 ind:imp:1p; -coïncidât coïncider VER 1.93 7.09 0.00 0.07 sub:imp:3s; -coïncidèrent coïncider VER 1.93 7.09 0.00 0.20 ind:pas:3p; -coïncidé coïncider VER m s 1.93 7.09 0.15 0.47 par:pas; -coït coït NOM m s 0.83 3.38 0.81 2.84 -coïts coït NOM m p 0.83 3.38 0.03 0.54 -coïté coïter VER m s 0.00 0.07 0.00 0.07 par:pas; -coût coût NOM m s 5.04 1.35 3.58 1.22 -coûta coûter VER 83.14 48.11 0.05 1.22 ind:pas:3s; -coûtaient coûter VER 83.14 48.11 0.37 1.35 ind:imp:3p; -coûtais coûter VER 83.14 48.11 0.00 0.14 ind:imp:1s; -coûtait coûter VER 83.14 48.11 0.86 6.35 ind:imp:3s; -coûtant coûtant ADJ m s 0.11 0.07 0.11 0.07 -coûte coûter VER 83.14 48.11 38.84 20.41 imp:pre:2s;ind:pre:1s;ind:pre:3s; -coûtent coûter VER 83.14 48.11 5.35 1.76 ind:pre:3p; -coûter coûter VER 83.14 48.11 12.58 5.27 inf; -coûtera coûter VER 83.14 48.11 7.11 1.82 ind:fut:3s; -coûterai coûter VER 83.14 48.11 0.02 0.07 ind:fut:1s; -coûteraient coûter VER 83.14 48.11 0.06 0.07 cnd:pre:3p; -coûterait coûter VER 83.14 48.11 2.29 2.30 cnd:pre:3s; -coûteras coûter VER 83.14 48.11 0.01 0.00 ind:fut:2s; -coûteront coûter VER 83.14 48.11 0.41 0.20 ind:fut:3p; -coûtes coûter VER 83.14 48.11 0.44 0.00 ind:pre:2s; -coûteuse coûteux ADJ f s 3.09 5.07 1.23 1.22 -coûteusement coûteusement ADV 0.00 0.07 0.00 0.07 -coûteuses coûteux ADJ f p 3.09 5.07 0.26 0.81 -coûteux coûteux ADJ m 3.09 5.07 1.60 3.04 -coûtez coûter VER 83.14 48.11 0.20 0.07 ind:pre:2p; -coûtions coûter VER 83.14 48.11 0.00 0.07 ind:imp:1p; -coûtât coûter VER 83.14 48.11 0.00 0.47 sub:imp:3s; -coûts coût NOM m p 5.04 1.35 1.46 0.14 -coûté coûter VER m s 83.14 48.11 14.35 6.15 par:pas; -coûtée coûter VER f s 83.14 48.11 0.01 0.07 par:pas; -coûtées coûter VER f p 83.14 48.11 0.01 0.07 par:pas; -coûtés coûter VER m p 83.14 48.11 0.12 0.07 par:pas; -coaccusé coaccusé NOM m s 0.04 0.00 0.04 0.00 -coaccusés coaccusé NOM m p 0.04 0.00 0.01 0.00 -coach coach NOM m s 7.37 0.00 7.33 0.00 -coache coacher VER 0.23 0.00 0.01 0.00 ind:pre:3s; -coacher coacher VER 0.23 0.00 0.10 0.00 inf; -coaches coache NOM m p 0.04 0.00 0.04 0.00 -coachs coach NOM m p 7.37 0.00 0.04 0.00 -coaché coacher VER m s 0.23 0.00 0.12 0.00 par:pas; -coactionnaires coactionnaire NOM p 0.01 0.00 0.01 0.00 -coadjuteur coadjuteur NOM m s 0.00 0.07 0.00 0.07 -coagula coaguler VER 0.51 2.64 0.01 0.07 ind:pas:3s; -coagulaient coaguler VER 0.51 2.64 0.00 0.07 ind:imp:3p; -coagulait coaguler VER 0.51 2.64 0.01 0.34 ind:imp:3s; -coagulant coagulant ADJ m s 0.03 0.07 0.03 0.00 -coagulantes coagulant ADJ f p 0.03 0.07 0.00 0.07 -coagulants coagulant NOM m p 0.15 0.07 0.14 0.00 -coagulation coagulation NOM f s 0.33 0.27 0.33 0.27 -coagule coaguler VER 0.51 2.64 0.15 0.14 ind:pre:3s; -coagulent coaguler VER 0.51 2.64 0.00 0.14 ind:pre:3p; -coaguler coaguler VER 0.51 2.64 0.19 0.27 inf; -coagulera coaguler VER 0.51 2.64 0.01 0.00 ind:fut:3s; -coagulât coaguler VER 0.51 2.64 0.00 0.07 sub:imp:3s; -coagulé coaguler VER m s 0.51 2.64 0.13 0.81 par:pas; -coagulée coaguler VER f s 0.51 2.64 0.00 0.27 par:pas; -coagulées coaguler VER f p 0.51 2.64 0.00 0.07 par:pas; -coagulés coaguler VER m p 0.51 2.64 0.01 0.20 par:pas; -coalisaient coaliser VER 0.00 0.47 0.00 0.14 ind:imp:3p; -coalisent coaliser VER 0.00 0.47 0.00 0.07 ind:pre:3p; -coaliser coaliser VER 0.00 0.47 0.00 0.07 inf; -coalisée coaliser VER f s 0.00 0.47 0.00 0.07 par:pas; -coalisés coalisé NOM m p 0.00 0.34 0.00 0.34 -coalition coalition NOM f s 1.34 3.45 1.29 3.11 -coalitions coalition NOM f p 1.34 3.45 0.05 0.34 -coaltar coaltar NOM m s 0.00 0.20 0.00 0.20 -coassaient coasser VER 0.13 0.61 0.00 0.20 ind:imp:3p; -coassant coasser VER 0.13 0.61 0.01 0.14 par:pre; -coasse coasser VER 0.13 0.61 0.10 0.00 ind:pre:3s; -coassement coassement NOM m s 0.14 0.41 0.01 0.34 -coassements coassement NOM m p 0.14 0.41 0.14 0.07 -coassent coasser VER 0.13 0.61 0.00 0.14 ind:pre:3p; -coasser coasser VER 0.13 0.61 0.02 0.14 inf; -coati coati NOM m s 0.01 0.00 0.01 0.00 -coauteur coauteur NOM m s 0.12 0.07 0.08 0.00 -coauteurs coauteur NOM m p 0.12 0.07 0.04 0.07 -coaxial coaxial ADJ m s 0.14 0.00 0.13 0.00 -coaxiales coaxial ADJ f p 0.14 0.00 0.01 0.00 -cob cob NOM m s 0.04 0.00 0.04 0.00 -cobalt cobalt NOM m s 0.55 0.61 0.55 0.61 -cobaye cobaye NOM m s 4.27 0.95 3.02 0.74 -cobayes cobaye NOM m p 4.27 0.95 1.25 0.20 -cobelligérants cobelligérant NOM m p 0.00 0.07 0.00 0.07 -câbla câbler VER 0.47 0.61 0.00 0.14 ind:pas:3s; -câblage câblage NOM m s 0.44 0.00 0.42 0.00 -câblages câblage NOM m p 0.44 0.00 0.02 0.00 -câblait câbler VER 0.47 0.61 0.00 0.07 ind:imp:3s; -câble câble NOM m s 17.04 6.08 13.36 2.97 -câbler câbler VER 0.47 0.61 0.12 0.00 inf; -câblerais câbler VER 0.47 0.61 0.01 0.07 cnd:pre:1s;cnd:pre:2s; -câblerie câblerie NOM f s 0.02 0.00 0.02 0.00 -câbleront câbler VER 0.47 0.61 0.00 0.07 ind:fut:3p; -câbles câble NOM m p 17.04 6.08 3.67 3.11 -câbleur câbleur NOM m s 0.19 0.07 0.16 0.00 -câbleurs câbleur NOM m p 0.19 0.07 0.02 0.07 -câblez câbler VER 0.47 0.61 0.02 0.07 imp:pre:2p; -câblier câblier NOM m s 0.01 0.00 0.01 0.00 -câblogramme câblogramme NOM m s 0.02 0.00 0.02 0.00 -câblé câbler VER m s 0.47 0.61 0.18 0.20 par:pas; -câblée câblé ADJ f s 0.25 0.07 0.07 0.00 -câblées câblé ADJ f p 0.25 0.07 0.08 0.00 -câblés câbler VER m p 0.47 0.61 0.04 0.00 par:pas; -cobol cobol NOM m s 0.01 0.00 0.01 0.00 -cobra cobra NOM m s 4.24 0.81 3.96 0.74 -cobras cobra NOM m p 4.24 0.81 0.28 0.07 -coca_cola coca_cola NOM m 0.41 1.01 0.41 1.01 -coca coca NOM s 14.53 2.64 14.08 2.64 -cocaïne cocaïne NOM f s 5.57 1.22 5.57 1.22 -cocaïnomane cocaïnomane NOM s 0.08 0.07 0.08 0.07 -cocagne cocagne NOM f s 0.56 0.81 0.56 0.74 -cocagnes cocagne NOM f p 0.56 0.81 0.00 0.07 -cocard cocard NOM m s 0.19 0.34 0.16 0.14 -cocardasse cocarder VER 0.00 0.20 0.00 0.07 sub:imp:1s; -cocarde cocarde NOM f s 0.25 1.49 0.22 1.22 -cocarder cocarder VER 0.00 0.20 0.00 0.07 inf; -cocardes cocarde NOM f p 0.25 1.49 0.03 0.27 -cocardier cocardier ADJ m s 0.02 0.41 0.01 0.14 -cocardiers cocardier ADJ m p 0.02 0.41 0.00 0.14 -cocardière cocardier ADJ f s 0.02 0.41 0.01 0.00 -cocardières cocardier ADJ f p 0.02 0.41 0.00 0.14 -cocards cocard NOM m p 0.19 0.34 0.03 0.20 -cocardés cocarder VER m p 0.00 0.20 0.00 0.07 par:pas; -cocas coca NOM p 14.53 2.64 0.45 0.00 -cocasse cocasse ADJ s 0.21 2.84 0.20 2.03 -cocassement cocassement ADV 0.00 0.20 0.00 0.20 -cocasserie cocasserie NOM f s 0.01 0.47 0.01 0.47 -cocasses cocasse ADJ p 0.21 2.84 0.01 0.81 -coccinelle coccinelle NOM f s 1.33 1.82 1.15 1.35 -coccinelles coccinelle NOM f p 1.33 1.82 0.18 0.47 -coccyx coccyx NOM m 0.69 0.27 0.69 0.27 -cocha cocher VER 2.15 3.24 0.00 0.07 ind:pas:3s; -cochait cocher VER 2.15 3.24 0.01 0.27 ind:imp:3s; -cochant cocher VER 2.15 3.24 0.00 0.20 par:pre; -coche coche NOM s 1.23 1.89 1.23 1.69 -cochelet cochelet NOM m s 0.00 0.07 0.00 0.07 -cochenille cochenille NOM f s 0.09 0.00 0.07 0.00 -cochenilles cochenille NOM f p 0.09 0.00 0.01 0.00 -cocher cocher NOM m s 2.50 5.27 2.10 4.12 -cocheras cocher VER 2.15 3.24 0.01 0.00 ind:fut:2s; -cochers cocher NOM m p 2.50 5.27 0.41 1.15 -coches cocher VER 2.15 3.24 0.04 0.00 ind:pre:2s; -cochez cocher VER 2.15 3.24 0.12 0.00 imp:pre:2p;ind:pre:2p; -cochléaire cochléaire ADJ m s 0.17 0.00 0.04 0.00 -cochléaires cochléaire ADJ m p 0.17 0.00 0.14 0.00 -cochlée cochlée NOM f s 0.01 0.00 0.01 0.00 -cochon cochon NOM m s 31.09 21.42 21.67 12.70 -cochonceté cochonceté NOM f s 0.24 0.20 0.01 0.00 -cochoncetés cochonceté NOM f p 0.24 0.20 0.23 0.20 -cochonnaille cochonnaille NOM f s 0.00 0.47 0.00 0.14 -cochonnailles cochonnaille NOM f p 0.00 0.47 0.00 0.34 -cochonne cochon NOM f s 31.09 21.42 0.92 0.68 -cochonner cochonner VER 0.07 0.41 0.02 0.00 inf; -cochonnerie cochonnerie NOM f s 5.25 4.05 1.22 1.01 -cochonneries cochonnerie NOM f p 5.25 4.05 4.03 3.04 -cochonnes cochon ADJ f p 7.76 5.88 0.87 0.47 -cochonnet cochonnet NOM m s 0.76 0.61 0.53 0.34 -cochonnets cochonnet NOM m p 0.76 0.61 0.22 0.27 -cochonnez cochonner VER 0.07 0.41 0.00 0.07 ind:pre:2p; -cochonné cochonner VER m s 0.07 0.41 0.01 0.20 par:pas; -cochonnée cochonnée NOM f s 0.01 0.00 0.01 0.00 -cochonnées cochonner VER f p 0.07 0.41 0.00 0.07 par:pas; -cochons cochon NOM m p 31.09 21.42 8.50 7.91 -cochât cocher VER 2.15 3.24 0.00 0.07 sub:imp:3s; -cochère cocher ADJ f s 0.45 6.28 0.45 5.14 -cochères cocher ADJ f p 0.45 6.28 0.00 1.15 -coché cocher VER m s 2.15 3.24 0.41 0.41 par:pas; -cochée cocher VER f s 2.15 3.24 0.01 0.00 par:pas; -cochées cocher VER f p 2.15 3.24 0.05 0.07 par:pas; -cochés cocher VER m p 2.15 3.24 0.01 0.00 par:pas; -cochylis cochylis NOM m 0.00 0.07 0.00 0.07 -cocker cocker NOM m s 0.47 1.08 0.47 1.08 -cockney cockney NOM m s 0.24 0.14 0.13 0.14 -cockneys cockney NOM m p 0.24 0.14 0.11 0.00 -cockpit cockpit NOM m s 1.93 0.88 1.93 0.88 -cocktail cocktail NOM m s 10.27 9.59 6.62 5.68 -cocktails cocktail NOM m p 10.27 9.59 3.65 3.92 -coco coco NOM s 8.58 7.77 6.74 6.08 -cocolait cocoler VER 0.00 0.14 0.00 0.07 ind:imp:3s; -cocole cocoler VER 0.00 0.14 0.00 0.07 ind:pre:3s; -cocon cocon NOM m s 1.65 3.24 1.07 2.91 -cocons cocon NOM m p 1.65 3.24 0.58 0.34 -cocoon cocoon NOM m s 0.09 0.00 0.09 0.00 -cocorico cocorico NOM m s 1.27 1.01 1.27 0.81 -cocoricos cocorico NOM m p 1.27 1.01 0.01 0.20 -cocos coco NOM p 8.58 7.77 1.84 1.69 -cocotent cocoter VER 0.00 0.20 0.00 0.07 ind:pre:3p; -cocoter cocoter VER 0.00 0.20 0.00 0.07 inf; -cocoteraies cocoteraie NOM f p 0.00 0.07 0.00 0.07 -cocoterait cocoter VER 0.00 0.20 0.00 0.07 cnd:pre:3s; -cocotier cocotier NOM m s 0.73 2.43 0.39 0.54 -cocotiers cocotier NOM m p 0.73 2.43 0.35 1.89 -cocotte_minute cocotte_minute NOM f s 0.07 0.34 0.07 0.34 -cocotte cocotte NOM f s 3.47 6.15 3.35 4.73 -cocottes cocotte NOM f p 3.47 6.15 0.12 1.42 -coction coction NOM f s 0.00 0.07 0.00 0.07 -cocu cocu NOM m s 3.78 2.03 3.17 1.49 -cocuage cocuage NOM m s 0.00 0.14 0.00 0.07 -cocuages cocuage NOM m p 0.00 0.14 0.00 0.07 -cocue cocu ADJ f s 3.03 3.78 0.45 0.27 -cocues cocu ADJ f p 3.03 3.78 0.00 0.14 -cocufiant cocufier VER 0.14 0.41 0.01 0.00 par:pre; -cocufie cocufier VER 0.14 0.41 0.03 0.20 imp:pre:2s;ind:pre:1s;ind:pre:3s; -cocufier cocufier VER 0.14 0.41 0.04 0.07 inf; -cocufiera cocufier VER 0.14 0.41 0.01 0.00 ind:fut:3s; -cocufié cocufier VER m s 0.14 0.41 0.05 0.14 par:pas; -cocus cocu NOM m p 3.78 2.03 0.50 0.54 -coda coda NOM f s 0.14 0.14 0.14 0.14 -codage codage NOM m s 0.30 0.27 0.30 0.14 -codages codage NOM m p 0.30 0.27 0.00 0.14 -codait coder VER 2.19 0.88 0.00 0.07 ind:imp:3s; -codante codant ADJ f s 0.01 0.00 0.01 0.00 -code_barre code_barre NOM m s 0.07 0.00 0.07 0.00 -code_barres code_barres NOM m 0.18 0.00 0.18 0.00 -code_clé code_clé NOM m s 0.01 0.00 0.01 0.00 -code code NOM m s 51.27 15.00 43.85 13.58 -coder coder VER 2.19 0.88 0.16 0.07 inf; -codes_clé codes_clé NOM m p 0.01 0.00 0.01 0.00 -codes code NOM m p 51.27 15.00 7.42 1.42 -codeur codeur NOM m s 0.04 0.00 0.04 0.00 -codex codex NOM m 0.62 0.14 0.62 0.14 -codicille codicille NOM m s 0.05 0.27 0.05 0.14 -codicilles codicille NOM m p 0.05 0.27 0.00 0.14 -codifia codifier VER 0.07 0.88 0.00 0.07 ind:pas:3s; -codifiait codifier VER 0.07 0.88 0.01 0.00 ind:imp:3s; -codifiant codifier VER 0.07 0.88 0.00 0.07 par:pre; -codification codification NOM f s 0.15 0.07 0.15 0.07 -codifier codifier VER 0.07 0.88 0.01 0.07 inf; -codifièrent codifier VER 0.07 0.88 0.00 0.07 ind:pas:3p; -codifié codifier VER m s 0.07 0.88 0.01 0.27 par:pas; -codifiée codifier VER f s 0.07 0.88 0.03 0.27 par:pas; -codifiées codifier VER f p 0.07 0.88 0.01 0.07 par:pas; -codon codon NOM m s 0.01 0.00 0.01 0.00 -codé codé ADJ m s 2.26 0.74 1.22 0.34 -codée codé ADJ f s 2.26 0.74 0.56 0.14 -codées coder VER f p 2.19 0.88 0.35 0.00 par:pas; -codéine codéine NOM f s 0.21 0.07 0.21 0.07 -codés codé ADJ m p 2.26 0.74 0.34 0.20 -codétenu codétenu NOM m s 0.17 0.20 0.13 0.07 -codétenus codétenu NOM m p 0.17 0.20 0.05 0.14 -coefficient coefficient NOM m s 0.99 1.22 0.81 1.08 -coefficients coefficient NOM m p 0.99 1.22 0.18 0.14 -coelacanthe coelacanthe NOM m s 0.06 0.07 0.06 0.07 -coeliaque coeliaque ADJ m s 0.01 0.00 0.01 0.00 -coentreprise coentreprise NOM f s 0.03 0.00 0.03 0.00 -coenzyme coenzyme NOM f s 0.03 0.00 0.03 0.00 -coercitif coercitif ADJ m s 0.01 0.20 0.00 0.07 -coercition coercition NOM f s 0.48 0.14 0.48 0.14 -coercitive coercitif ADJ f s 0.01 0.20 0.01 0.14 -coeur_poumon coeur_poumon NOM m p 0.03 0.07 0.03 0.07 -coeur coeur NOM m s 239.97 400.74 224.98 380.07 -coeurs coeur NOM m p 239.97 400.74 15.00 20.68 -coexistaient coexister VER 0.42 1.28 0.00 0.14 ind:imp:3p; -coexistait coexister VER 0.42 1.28 0.00 0.07 ind:imp:3s; -coexistant coexister VER 0.42 1.28 0.00 0.20 par:pre; -coexistants coexistant ADJ m p 0.01 0.14 0.01 0.14 -coexiste coexister VER 0.42 1.28 0.04 0.07 ind:pre:3s; -coexistence coexistence NOM f s 0.49 0.41 0.49 0.41 -coexistent coexister VER 0.42 1.28 0.02 0.34 ind:pre:3p; -coexister coexister VER 0.42 1.28 0.29 0.41 inf; -coexisteront coexister VER 0.42 1.28 0.00 0.07 ind:fut:3p; -coexistez coexister VER 0.42 1.28 0.03 0.00 ind:pre:2p; -coexistons coexister VER 0.42 1.28 0.03 0.00 ind:pre:1p; -coexisté coexister VER m s 0.42 1.28 0.02 0.00 par:pas; -coffee_shop coffee_shop NOM m s 0.10 0.00 0.10 0.00 -coffin coffin NOM m s 0.33 0.00 0.33 0.00 -coffio coffio NOM m s 0.01 0.74 0.01 0.61 -coffios coffio NOM m p 0.01 0.74 0.00 0.14 -coffiot coffiot NOM m s 0.00 0.34 0.00 0.14 -coffiots coffiot NOM m p 0.00 0.34 0.00 0.20 -coffrage coffrage NOM m s 0.01 0.88 0.01 0.81 -coffrages coffrage NOM m p 0.01 0.88 0.00 0.07 -coffraient coffrer VER 7.75 0.68 0.01 0.00 ind:imp:3p; -coffrait coffrer VER 7.75 0.68 0.12 0.00 ind:imp:3s; -coffre_fort coffre_fort NOM m s 4.62 3.92 4.17 3.24 -coffre coffre NOM m s 39.35 29.32 35.97 25.14 -coffrent coffrer VER 7.75 0.68 0.23 0.00 ind:pre:3p; -coffrer coffrer VER 7.75 0.68 3.33 0.34 inf; -coffrera coffrer VER 7.75 0.68 0.05 0.00 ind:fut:3s; -coffrerai coffrer VER 7.75 0.68 0.03 0.00 ind:fut:1s; -coffrerais coffrer VER 7.75 0.68 0.01 0.00 cnd:pre:1s; -coffrerons coffrer VER 7.75 0.68 0.01 0.00 ind:fut:1p; -coffreront coffrer VER 7.75 0.68 0.29 0.00 ind:fut:3p; -coffre_fort coffre_fort NOM m p 4.62 3.92 0.45 0.68 -coffres coffre NOM m p 39.35 29.32 3.38 4.19 -coffret coffret NOM m s 1.98 6.42 1.77 5.81 -coffrets coffret NOM m p 1.98 6.42 0.22 0.61 -coffrez coffrer VER 7.75 0.68 0.35 0.00 imp:pre:2p;ind:pre:2p; -coffrons coffrer VER 7.75 0.68 0.09 0.00 imp:pre:1p; -coffré coffrer VER m s 7.75 0.68 1.39 0.00 par:pas; -coffrée coffrer VER f s 7.75 0.68 0.07 0.07 par:pas; -coffrées coffrer VER f p 7.75 0.68 0.02 0.00 par:pas; -coffrés coffrer VER m p 7.75 0.68 0.38 0.14 par:pas; -cofinancement cofinancement NOM m s 0.01 0.00 0.01 0.00 -cofondateur cofondateur NOM m s 0.29 0.07 0.25 0.00 -cofondateurs cofondateur NOM m p 0.29 0.07 0.02 0.07 -cofondatrice cofondateur NOM f s 0.29 0.07 0.01 0.00 -cofondé cofondé ADJ m s 0.01 0.00 0.01 0.00 -cogitais cogiter VER 0.70 0.54 0.01 0.00 ind:imp:1s; -cogitait cogiter VER 0.70 0.54 0.02 0.07 ind:imp:3s; -cogitant cogiter VER 0.70 0.54 0.00 0.07 par:pre; -cogitation cogitation NOM f s 0.21 0.61 0.02 0.07 -cogitations cogitation NOM f p 0.21 0.61 0.19 0.54 -cogite cogiter VER 0.70 0.54 0.12 0.14 imp:pre:2s;ind:pre:1s;ind:pre:3s; -cogitent cogiter VER 0.70 0.54 0.00 0.07 ind:pre:3p; -cogiter cogiter VER 0.70 0.54 0.43 0.07 inf; -cogito cogito NOM m s 0.01 0.34 0.01 0.34 -cogité cogiter VER m s 0.70 0.54 0.12 0.14 par:pas; -cogna cogner VER 27.01 34.26 0.13 2.09 ind:pas:3s; -cognac cognac NOM m s 12.07 11.01 11.69 10.68 -cognacs cognac NOM m p 12.07 11.01 0.39 0.34 -cognai cogner VER 27.01 34.26 0.01 0.20 ind:pas:1s; -cognaient cogner VER 27.01 34.26 0.08 0.88 ind:imp:3p; -cognais cogner VER 27.01 34.26 0.18 0.47 ind:imp:1s; -cognait cogner VER 27.01 34.26 0.79 4.59 ind:imp:3s; -cognant cogner VER 27.01 34.26 0.44 3.24 par:pre; -cognassier cognassier NOM m s 0.50 0.27 0.10 0.20 -cognassiers cognassier NOM m p 0.50 0.27 0.40 0.07 -cogne cogner VER 27.01 34.26 7.36 8.31 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -cognement cognement NOM m s 0.03 0.20 0.00 0.14 -cognements cognement NOM m p 0.03 0.20 0.03 0.07 -cognent cogner VER 27.01 34.26 0.48 1.22 ind:pre:3p; -cogner cogner VER 27.01 34.26 7.73 8.65 inf; -cognera cogner VER 27.01 34.26 0.05 0.00 ind:fut:3s; -cognerai cogner VER 27.01 34.26 0.07 0.00 ind:fut:1s; -cogneraient cogner VER 27.01 34.26 0.01 0.00 cnd:pre:3p; -cognerais cogner VER 27.01 34.26 0.05 0.00 cnd:pre:1s; -cognerait cogner VER 27.01 34.26 0.01 0.34 cnd:pre:3s; -cognerez cogner VER 27.01 34.26 0.04 0.00 ind:fut:2p; -cogneront cogner VER 27.01 34.26 0.04 0.07 ind:fut:3p; -cognes cogner VER 27.01 34.26 0.85 0.41 ind:pre:2s; -cogneur cogneur NOM m s 0.48 0.47 0.24 0.34 -cogneurs cogneur NOM m p 0.48 0.47 0.23 0.07 -cogneuse cogneur NOM f s 0.48 0.47 0.01 0.07 -cognez cogner VER 27.01 34.26 0.42 0.00 imp:pre:2p;ind:pre:2p; -cognitif cognitif ADJ m s 0.42 0.07 0.09 0.00 -cognitifs cognitif ADJ m p 0.42 0.07 0.02 0.07 -cognition cognition NOM f s 0.01 0.00 0.01 0.00 -cognitive cognitif ADJ f s 0.42 0.07 0.17 0.00 -cognitives cognitif ADJ f p 0.42 0.07 0.14 0.00 -cognons cogner VER 27.01 34.26 0.13 0.07 imp:pre:1p;ind:pre:1p; -cognèrent cogner VER 27.01 34.26 0.00 0.20 ind:pas:3p; -cogné cogner VER m s 27.01 34.26 6.94 2.84 par:pas; -cognée cogner VER f s 27.01 34.26 1.18 0.34 par:pas; -cognées cognée NOM f p 0.25 1.55 0.00 0.41 -cognés cogner VER m p 27.01 34.26 0.01 0.27 par:pas; -cogérant cogérant NOM m s 0.01 0.00 0.01 0.00 -cohabita cohabiter VER 1.31 1.08 0.00 0.07 ind:pas:3s; -cohabitaient cohabiter VER 1.31 1.08 0.11 0.41 ind:imp:3p; -cohabitait cohabiter VER 1.31 1.08 0.00 0.14 ind:imp:3s; -cohabitant cohabitant ADJ m s 0.01 0.00 0.01 0.00 -cohabitation cohabitation NOM f s 0.20 1.15 0.19 1.15 -cohabitations cohabitation NOM f p 0.20 1.15 0.01 0.00 -cohabite cohabiter VER 1.31 1.08 0.26 0.20 ind:pre:3s; -cohabitent cohabiter VER 1.31 1.08 0.15 0.14 ind:pre:3p; -cohabiter cohabiter VER 1.31 1.08 0.71 0.14 inf; -cohabiteraient cohabiter VER 1.31 1.08 0.02 0.00 cnd:pre:3p; -cohabitiez cohabiter VER 1.31 1.08 0.02 0.00 ind:imp:2p; -cohabité cohabiter VER m s 1.31 1.08 0.04 0.00 par:pas; -cohorte cohorte NOM f s 0.78 4.53 0.49 3.31 -cohortes cohorte NOM f p 0.78 4.53 0.29 1.22 -cohue cohue NOM f s 0.89 7.70 0.88 7.23 -cohues cohue NOM f p 0.89 7.70 0.01 0.47 -cohérence cohérence NOM f s 0.46 3.51 0.46 3.45 -cohérences cohérence NOM f p 0.46 3.51 0.00 0.07 -cohérent cohérent ADJ m s 1.92 4.66 1.23 2.43 -cohérente cohérent ADJ f s 1.92 4.66 0.52 1.35 -cohérentes cohérent ADJ f p 1.92 4.66 0.07 0.41 -cohérents cohérent ADJ m p 1.92 4.66 0.09 0.47 -cohéritier cohéritier NOM m s 0.14 0.07 0.14 0.00 -cohéritiers cohéritier NOM m p 0.14 0.07 0.00 0.07 -cohésion cohésion NOM f s 0.47 4.59 0.47 4.59 -cohésive cohésif ADJ f s 0.02 0.00 0.02 0.00 -coi coi ADJ s 0.50 3.58 0.42 2.16 -coiffa coiffer VER 8.38 42.43 0.01 1.42 ind:pas:3s; -coiffai coiffer VER 8.38 42.43 0.14 0.34 ind:pas:1s; -coiffaient coiffer VER 8.38 42.43 0.00 0.47 ind:imp:3p; -coiffais coiffer VER 8.38 42.43 0.11 0.20 ind:imp:1s;ind:imp:2s; -coiffait coiffer VER 8.38 42.43 0.31 2.50 ind:imp:3s; -coiffant coiffer VER 8.38 42.43 0.04 1.28 par:pre; -coiffante coiffant ADJ f s 0.03 0.20 0.01 0.07 -coiffe coiffer VER 8.38 42.43 1.81 3.18 imp:pre:2s;ind:pre:1s;ind:pre:3s; -coiffent coiffer VER 8.38 42.43 0.30 0.34 ind:pre:3p; -coiffer coiffer VER 8.38 42.43 2.67 3.99 inf; -coiffera coiffer VER 8.38 42.43 0.04 0.00 ind:fut:3s; -coifferais coiffer VER 8.38 42.43 0.14 0.07 cnd:pre:2s; -coifferait coiffer VER 8.38 42.43 0.01 0.14 cnd:pre:3s; -coifferas coiffer VER 8.38 42.43 0.00 0.07 ind:fut:2s; -coifferont coiffer VER 8.38 42.43 0.01 0.00 ind:fut:3p; -coiffes coiffer VER 8.38 42.43 0.61 0.00 ind:pre:2s; -coiffeur coiffeur NOM m s 14.05 21.82 11.01 13.38 -coiffeurs coiffeur NOM m p 14.05 21.82 0.78 2.70 -coiffeuse coiffeur NOM f s 14.05 21.82 2.27 5.34 -coiffeuses coiffeuse NOM f p 0.21 0.00 0.21 0.00 -coiffez coiffer VER 8.38 42.43 0.33 0.14 imp:pre:2p;ind:pre:2p; -coiffiez coiffer VER 8.38 42.43 0.13 0.07 ind:imp:2p; -coiffât coiffer VER 8.38 42.43 0.00 0.07 sub:imp:3s; -coiffèrent coiffer VER 8.38 42.43 0.00 0.07 ind:pas:3p; -coiffé coiffer VER m s 8.38 42.43 0.63 11.62 par:pas; -coiffée coiffer VER f s 8.38 42.43 0.80 8.65 par:pas; -coiffées coiffer VER f p 8.38 42.43 0.04 2.03 par:pas; -coiffure coiffure NOM f s 10.46 15.81 10.09 14.05 -coiffures coiffure NOM f p 10.46 15.81 0.37 1.76 -coiffés coiffer VER m p 8.38 42.43 0.27 5.81 par:pas; -coin_coin coin_coin NOM m s 0.19 0.34 0.19 0.34 -coin_repas coin_repas NOM m s 0.02 0.00 0.02 0.00 -coin coin NOM m s 99.51 199.26 93.43 167.09 -coince coincer VER 56.95 30.61 4.26 3.04 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -coincent coincer VER 56.95 30.61 0.47 0.34 ind:pre:3p; -coincer coincer VER 56.95 30.61 9.78 4.73 inf; -coincera coincer VER 56.95 30.61 0.98 0.00 ind:fut:3s; -coincerai coincer VER 56.95 30.61 0.69 0.07 ind:fut:1s; -coincerais coincer VER 56.95 30.61 0.04 0.00 cnd:pre:1s; -coincerait coincer VER 56.95 30.61 0.02 0.14 cnd:pre:3s; -coinceriez coincer VER 56.95 30.61 0.01 0.00 cnd:pre:2p; -coincerons coincer VER 56.95 30.61 0.05 0.00 ind:fut:1p; -coinceront coincer VER 56.95 30.61 0.09 0.00 ind:fut:3p; -coinces coincer VER 56.95 30.61 0.13 0.07 ind:pre:2s; -coinceur coinceur NOM m s 0.00 0.07 0.00 0.07 -coincez coincer VER 56.95 30.61 0.43 0.07 imp:pre:2p;ind:pre:2p; -coincher coincher VER 0.00 0.07 0.00 0.07 inf; -coinciez coincer VER 56.95 30.61 0.01 0.00 ind:imp:2p; -coincèrent coincer VER 56.95 30.61 0.00 0.07 ind:pas:3p; -coincé coincer VER m s 56.95 30.61 23.27 10.27 par:pas; -coincée coincer VER f s 56.95 30.61 8.18 5.54 ind:imp:3p;par:pas; -coincées coincer VER f p 56.95 30.61 1.02 0.81 par:pas; -coincés coincer VER m p 56.95 30.61 7.14 2.64 par:pas; -coing coing NOM m s 2.13 0.68 0.67 0.41 -coings coing NOM m p 2.13 0.68 1.46 0.27 -coins coin NOM m p 99.51 199.26 6.08 32.16 -coinstot coinstot NOM m s 0.00 0.74 0.00 0.68 -coinstots coinstot NOM m p 0.00 0.74 0.00 0.07 -coinça coincer VER 56.95 30.61 0.01 0.68 ind:pas:3s; -coinçage coinçage NOM m s 0.00 0.27 0.00 0.20 -coinçages coinçage NOM m p 0.00 0.27 0.00 0.07 -coinçaient coincer VER 56.95 30.61 0.00 0.41 ind:imp:3p; -coinçais coincer VER 56.95 30.61 0.15 0.07 ind:imp:1s; -coinçait coincer VER 56.95 30.61 0.10 1.22 ind:imp:3s; -coinçant coincer VER 56.95 30.61 0.05 0.47 par:pre; -coinçons coincer VER 56.95 30.61 0.05 0.00 imp:pre:1p; -coir coir NOM m s 0.01 0.00 0.01 0.00 -cois coi ADJ p 0.50 3.58 0.08 0.61 -coite coi ADJ f s 0.50 3.58 0.00 0.68 -coites coi ADJ f p 0.50 3.58 0.00 0.14 -coke coke NOM s 8.54 5.47 8.49 5.47 -cokes coke NOM f p 8.54 5.47 0.05 0.00 -col_de_cygne col_de_cygne NOM m s 0.01 0.00 0.01 0.00 -col_vert col_vert NOM m s 0.12 0.14 0.12 0.07 -col col NOM m s 9.76 57.43 8.35 51.82 -cola cola NOM m s 0.45 0.74 0.43 0.34 -colas cola NOM m p 0.45 0.74 0.01 0.41 -colback colback NOM m s 0.00 0.47 0.00 0.41 -colbacks colback NOM m p 0.00 0.47 0.00 0.07 -colchicine colchicine NOM f s 0.13 0.00 0.13 0.00 -colchique colchique NOM m s 0.00 0.34 0.00 0.07 -colchiques colchique NOM m p 0.00 0.34 0.00 0.27 -colcotar colcotar NOM m s 0.00 0.07 0.00 0.07 -cold_cream cold_cream NOM m s 0.03 0.07 0.03 0.07 -cold cold ADJ m s 2.01 0.07 2.01 0.07 -cole cole NOM m s 0.14 0.00 0.14 0.00 -colectomie colectomie NOM f s 0.01 0.00 0.01 0.00 -colibacilles colibacille NOM m p 0.01 0.07 0.01 0.07 -colibri colibri NOM m s 0.33 0.61 0.21 0.34 -colibris colibri NOM m p 0.33 0.61 0.12 0.27 -colifichet colifichet NOM m s 0.32 1.08 0.22 0.07 -colifichets colifichet NOM m p 0.32 1.08 0.09 1.01 -colimaçon colimaçon NOM m s 0.04 1.76 0.04 1.62 -colimaçons colimaçon NOM m p 0.04 1.76 0.00 0.14 -colin_maillard colin_maillard NOM m s 0.93 0.95 0.93 0.95 -câlin câlin NOM m s 6.38 1.96 4.11 0.61 -colin colin NOM m s 0.27 0.54 0.27 0.54 -câlina câliner VER 0.81 1.22 0.14 0.07 ind:pas:3s; -câlinait câliner VER 0.81 1.22 0.00 0.20 ind:imp:3s; -câlinant câliner VER 0.81 1.22 0.01 0.07 par:pre; -câline câlin ADJ f s 1.31 2.84 0.58 1.15 -câlinement câlinement ADV 0.00 0.14 0.00 0.14 -câlinent câliner VER 0.81 1.22 0.01 0.14 ind:pre:3p; -câliner câliner VER 0.81 1.22 0.45 0.41 inf; -câlinerai câliner VER 0.81 1.22 0.01 0.00 ind:fut:1s; -câlinerie câlinerie NOM f s 0.10 0.61 0.10 0.14 -câlineries câlinerie NOM f p 0.10 0.61 0.00 0.47 -câlines câlin ADJ f p 1.31 2.84 0.01 0.20 -câlins câlin NOM m p 6.38 1.96 2.22 0.61 -câliné câliner VER m s 0.81 1.22 0.04 0.14 par:pas; -câlinée câliner VER f s 0.81 1.22 0.00 0.07 par:pas; -colique colique NOM f s 1.40 2.03 1.02 0.95 -coliques colique NOM f p 1.40 2.03 0.37 1.08 -colis_cadeau colis_cadeau NOM m 0.02 0.00 0.02 0.00 -colis_repas colis_repas NOM m 0.00 0.07 0.00 0.07 -colis colis NOM m 7.50 10.54 7.50 10.54 -colistier colistier NOM m s 0.02 0.00 0.02 0.00 -colite colite NOM f s 0.27 0.41 0.25 0.34 -colites colite NOM f p 0.27 0.41 0.02 0.07 -colla coller VER 51.34 107.16 0.26 4.66 ind:pas:3s; -collabo collabo NOM s 0.62 2.43 0.33 0.88 -collabora collaborer VER 7.53 5.41 0.00 0.07 ind:pas:3s; -collaborai collaborer VER 7.53 5.41 0.01 0.07 ind:pas:1s; -collaboraient collaborer VER 7.53 5.41 0.03 0.07 ind:imp:3p; -collaborais collaborer VER 7.53 5.41 0.03 0.14 ind:imp:1s;ind:imp:2s; -collaborait collaborer VER 7.53 5.41 0.45 0.27 ind:imp:3s; -collaborant collaborer VER 7.53 5.41 0.18 0.20 par:pre; -collaborateur collaborateur NOM m s 4.54 11.49 1.27 3.78 -collaborateurs collaborateur NOM m p 4.54 11.49 2.38 6.96 -collaboration collaboration NOM f s 5.12 12.50 5.11 12.43 -collaborationniste collaborationniste ADJ m s 0.00 0.20 0.00 0.14 -collaborationnistes collaborationniste ADJ m p 0.00 0.20 0.00 0.07 -collaborations collaboration NOM f p 5.12 12.50 0.01 0.07 -collaboratrice collaborateur NOM f s 4.54 11.49 0.89 0.47 -collaboratrices collaboratrice NOM f p 0.01 0.00 0.01 0.00 -collabore collaborer VER 7.53 5.41 1.09 0.74 imp:pre:2s;ind:pre:1s;ind:pre:3s; -collaborent collaborer VER 7.53 5.41 0.43 0.41 ind:pre:3p; -collaborer collaborer VER 7.53 5.41 2.71 2.16 inf; -collaborera collaborer VER 7.53 5.41 0.05 0.07 ind:fut:3s; -collaborerai collaborer VER 7.53 5.41 0.07 0.00 ind:fut:1s; -collaboreraient collaborer VER 7.53 5.41 0.01 0.07 cnd:pre:3p; -collaborerez collaborer VER 7.53 5.41 0.02 0.07 ind:fut:2p; -collaborerons collaborer VER 7.53 5.41 0.16 0.00 ind:fut:1p; -collabores collaborer VER 7.53 5.41 0.11 0.00 ind:pre:2s; -collaborez collaborer VER 7.53 5.41 0.40 0.00 imp:pre:2p;ind:pre:2p; -collaborions collaborer VER 7.53 5.41 0.00 0.07 ind:imp:1p; -collaborons collaborer VER 7.53 5.41 0.26 0.00 imp:pre:1p;ind:pre:1p; -collaboré collaborer VER m s 7.53 5.41 1.54 1.01 par:pas; -collabos collabo NOM p 0.62 2.43 0.29 1.55 -collage collage NOM m s 1.31 0.81 1.22 0.74 -collages collage NOM m p 1.31 0.81 0.10 0.07 -collagène collagène NOM m s 1.23 0.14 1.23 0.14 -collai coller VER 51.34 107.16 0.00 0.81 ind:pas:1s; -collaient coller VER 51.34 107.16 0.11 3.78 ind:imp:3p; -collais coller VER 51.34 107.16 0.24 0.34 ind:imp:1s;ind:imp:2s; -collait coller VER 51.34 107.16 2.03 13.18 ind:imp:3s; -collant collant ADJ m s 3.37 4.93 1.75 1.96 -collante collant ADJ f s 3.37 4.93 0.83 1.42 -collantes collant ADJ f p 3.37 4.93 0.08 0.27 -collants collant NOM m p 4.28 4.46 2.60 2.03 -collapse collapser VER 0.02 0.07 0.01 0.07 imp:pre:2s;ind:pre:3s; -collapserait collapser VER 0.02 0.07 0.01 0.00 cnd:pre:3s; -collapsus collapsus NOM m 0.17 0.14 0.17 0.14 -collas coller VER 51.34 107.16 0.00 0.14 ind:pas:2s; -collation collation NOM f s 0.92 2.03 0.88 1.76 -collationne collationner VER 0.13 0.14 0.02 0.07 ind:pre:1s;ind:pre:3s; -collationnement collationnement NOM m s 0.01 0.00 0.01 0.00 -collationner collationner VER 0.13 0.14 0.10 0.00 inf; -collationnés collationner VER m p 0.13 0.14 0.01 0.07 par:pas; -collations collation NOM f p 0.92 2.03 0.04 0.27 -collatéral collatéral ADJ m s 0.66 0.34 0.33 0.07 -collatérale collatéral ADJ f s 0.66 0.34 0.01 0.07 -collatérales collatéral ADJ f p 0.66 0.34 0.01 0.07 -collatéraux collatéral ADJ m p 0.66 0.34 0.30 0.14 -colle coller VER 51.34 107.16 18.32 12.77 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -collectait collecter VER 2.17 1.01 0.05 0.00 ind:imp:3s; -collectant collecter VER 2.17 1.01 0.04 0.14 par:pre; -collecte collecte NOM f s 3.13 1.49 2.88 1.28 -collecter collecter VER 2.17 1.01 1.07 0.41 inf; -collectes collecte NOM f p 3.13 1.49 0.25 0.20 -collecteur collecteur NOM m s 0.87 1.28 0.67 0.88 -collecteurs collecteur NOM m p 0.87 1.28 0.20 0.41 -collectez collecter VER 2.17 1.01 0.01 0.00 imp:pre:2p; -collectif collectif NOM m s 3.44 0.27 3.44 0.27 -collectifs collectif ADJ m p 4.60 15.68 0.27 1.35 -collection collection NOM f s 16.93 25.68 16.25 21.62 -collectionna collectionner VER 5.74 5.07 0.00 0.07 ind:pas:3s; -collectionnaient collectionner VER 5.74 5.07 0.01 0.20 ind:imp:3p; -collectionnais collectionner VER 5.74 5.07 0.40 0.41 ind:imp:1s;ind:imp:2s; -collectionnait collectionner VER 5.74 5.07 0.70 1.28 ind:imp:3s; -collectionnant collectionner VER 5.74 5.07 0.01 0.20 par:pre; -collectionne collectionner VER 5.74 5.07 2.63 1.01 imp:pre:2s;ind:pre:1s;ind:pre:3s; -collectionnent collectionner VER 5.74 5.07 0.23 0.20 ind:pre:3p; -collectionner collectionner VER 5.74 5.07 0.65 1.15 inf; -collectionnes collectionner VER 5.74 5.07 0.52 0.07 ind:pre:2s; -collectionneur collectionneur NOM m s 1.72 4.32 1.30 2.36 -collectionneurs collectionneur NOM m p 1.72 4.32 0.36 1.76 -collectionneuse collectionneuse NOM f s 0.10 0.00 0.10 0.00 -collectionnez collectionner VER 5.74 5.07 0.26 0.07 imp:pre:2p;ind:pre:2p; -collectionnions collectionner VER 5.74 5.07 0.00 0.07 ind:imp:1p; -collectionnons collectionner VER 5.74 5.07 0.04 0.00 ind:pre:1p; -collectionné collectionner VER m s 5.74 5.07 0.19 0.14 par:pas; -collectionnées collectionner VER f p 5.74 5.07 0.11 0.07 par:pas; -collectionnés collectionner VER m p 5.74 5.07 0.00 0.14 par:pas; -collections collection NOM f p 16.93 25.68 0.69 4.05 -collective collectif ADJ f s 4.60 15.68 1.88 7.91 -collectivement collectivement ADV 0.22 0.74 0.22 0.74 -collectives collectif ADJ f p 4.60 15.68 0.36 1.69 -collectivisation collectivisation NOM f s 0.04 0.27 0.04 0.27 -collectiviser collectiviser VER 0.19 0.14 0.05 0.00 inf; -collectivisme collectivisme NOM m s 0.14 0.34 0.14 0.34 -collectiviste collectiviste ADJ s 0.01 0.20 0.01 0.20 -collectivisé collectiviser VER m s 0.19 0.14 0.14 0.00 par:pas; -collectivisée collectiviser VER f s 0.19 0.14 0.01 0.07 par:pas; -collectivisés collectiviser VER m p 0.19 0.14 0.00 0.07 par:pas; -collectivité collectivité NOM f s 0.42 2.91 0.41 2.57 -collectivités collectivité NOM f p 0.42 2.91 0.01 0.34 -collectons collecter VER 2.17 1.01 0.09 0.00 ind:pre:1p; -collector collector NOM m s 0.24 0.00 0.24 0.00 -collectrice collecteur ADJ f s 0.01 0.00 0.01 0.00 -collecté collecter VER m s 2.17 1.01 0.35 0.20 par:pas; -collectée collecter VER f s 2.17 1.01 0.04 0.07 par:pas; -collectées collecter VER f p 2.17 1.01 0.05 0.00 par:pas; -collectés collecter VER m p 2.17 1.01 0.08 0.14 par:pas; -collent coller VER 51.34 107.16 1.59 2.97 ind:pre:3p; -coller coller VER 51.34 107.16 10.33 12.36 ind:pre:2p;inf; -collera coller VER 51.34 107.16 0.63 0.34 ind:fut:3s; -collerai coller VER 51.34 107.16 0.65 0.07 ind:fut:1s; -collerais coller VER 51.34 107.16 0.10 0.14 cnd:pre:1s;cnd:pre:2s; -collerait coller VER 51.34 107.16 0.22 0.41 cnd:pre:3s; -colleras coller VER 51.34 107.16 0.03 0.00 ind:fut:2s; -collerette collerette NOM f s 0.04 2.09 0.04 1.62 -collerettes collerette NOM f p 0.04 2.09 0.00 0.47 -collerez coller VER 51.34 107.16 0.06 0.00 ind:fut:2p; -colleront coller VER 51.34 107.16 0.37 0.00 ind:fut:3p; -colles coller VER 51.34 107.16 1.56 0.41 ind:pre:2s;sub:pre:2s; -collet collet NOM m s 1.11 3.72 1.08 2.57 -colletage colletage NOM m s 0.00 0.07 0.00 0.07 -colleter colleter VER 0.07 0.95 0.03 0.41 inf; -colletin colletin NOM m s 0.00 0.14 0.00 0.14 -collets collet NOM m p 1.11 3.72 0.03 1.15 -collette colleter VER 0.07 0.95 0.01 0.14 imp:pre:2s;ind:pre:3s; -colleté colleter VER m s 0.07 0.95 0.03 0.27 par:pas; -colletés colleter VER m p 0.07 0.95 0.00 0.14 par:pas; -colleur colleur NOM m s 0.11 0.34 0.11 0.00 -colleurs colleur NOM m p 0.11 0.34 0.00 0.34 -colleuse colleuse NOM f s 0.01 0.00 0.01 0.00 -colley colley NOM m s 0.28 0.00 0.27 0.00 -colleys colley NOM m p 0.28 0.00 0.01 0.00 -collez coller VER 51.34 107.16 1.68 0.27 imp:pre:2p;ind:pre:2p; -collier collier NOM m s 19.91 20.00 17.79 14.80 -colliers collier NOM m p 19.91 20.00 2.13 5.20 -colliez coller VER 51.34 107.16 0.05 0.00 ind:imp:2p; -collignon collignon NOM m s 2.54 0.20 2.54 0.20 -collimateur collimateur NOM m s 0.69 0.81 0.69 0.81 -collimation collimation NOM f s 0.00 0.07 0.00 0.07 -colline colline NOM f s 26.39 55.61 15.61 30.07 -collines colline NOM f p 26.39 55.61 10.79 25.54 -collions coller VER 51.34 107.16 0.01 0.34 ind:imp:1p; -collision collision NOM f s 3.91 2.23 3.53 1.76 -collisions collision NOM f p 3.91 2.23 0.38 0.47 -colloïdale colloïdal ADJ f s 0.01 0.00 0.01 0.00 -colloïde colloïde NOM m s 0.00 0.07 0.00 0.07 -collodion collodion NOM m s 0.03 0.14 0.03 0.14 -collons coller VER 51.34 107.16 0.14 0.14 imp:pre:1p;ind:pre:1p; -colloquant colloquer VER 0.00 0.54 0.00 0.07 par:pre; -colloque colloque NOM m s 0.70 2.23 0.58 1.55 -colloquer colloquer VER 0.00 0.54 0.00 0.20 inf; -colloques colloque NOM m p 0.70 2.23 0.12 0.68 -colloqué colloquer VER m s 0.00 0.54 0.00 0.20 par:pas; -colloquée colloquer VER f s 0.00 0.54 0.00 0.07 par:pas; -collège collège NOM m s 11.58 26.82 11.30 25.00 -collèges collège NOM m p 11.58 26.82 0.28 1.82 -collègue collègue NOM s 38.93 32.09 18.22 12.16 -collègues collègue NOM p 38.93 32.09 20.72 19.93 -collèrent coller VER 51.34 107.16 0.00 0.34 ind:pas:3p; -collé coller VER m s 51.34 107.16 6.66 20.41 par:pas; -collée coller VER f s 51.34 107.16 2.39 11.28 par:pas; -collées coller VER f p 51.34 107.16 1.19 7.57 par:pas; -collégial collégial ADJ m s 0.20 0.34 0.14 0.00 -collégiale collégial ADJ f s 0.20 0.34 0.05 0.27 -collégiales collégial ADJ f p 0.20 0.34 0.00 0.07 -collégialité collégialité NOM f s 0.00 0.14 0.00 0.14 -collégiaux collégial ADJ m p 0.20 0.34 0.01 0.00 -collégien collégien NOM m s 0.84 4.66 0.30 1.89 -collégienne collégien NOM f s 0.84 4.66 0.26 0.61 -collégiennes collégienne NOM f p 0.05 0.00 0.05 0.00 -collégiens collégien NOM m p 0.84 4.66 0.28 1.76 -collure collure NOM f s 0.03 0.00 0.03 0.00 -collés coller VER m p 51.34 107.16 2.21 11.15 par:pas; -collusion collusion NOM f s 0.10 0.74 0.10 0.54 -collusions collusion NOM f p 0.10 0.74 0.00 0.20 -collutoire collutoire NOM m s 0.00 0.07 0.00 0.07 -collyre collyre NOM m s 0.50 0.47 0.50 0.27 -collyres collyre NOM m p 0.50 0.47 0.00 0.20 -colmatage colmatage NOM m s 0.03 0.07 0.03 0.07 -colmataient colmater VER 1.51 1.76 0.00 0.07 ind:imp:3p; -colmatais colmater VER 1.51 1.76 0.00 0.07 ind:imp:1s; -colmatait colmater VER 1.51 1.76 0.00 0.27 ind:imp:3s; -colmatant colmater VER 1.51 1.76 0.01 0.07 par:pre; -colmate colmater VER 1.51 1.76 0.31 0.20 imp:pre:2s;ind:pre:3s; -colmater colmater VER 1.51 1.76 0.56 0.47 inf; -colmatez colmater VER 1.51 1.76 0.01 0.00 imp:pre:2p; -colmatons colmater VER 1.51 1.76 0.01 0.00 imp:pre:1p; -colmaté colmater VER m s 1.51 1.76 0.14 0.20 par:pas; -colmatée colmater VER f s 1.51 1.76 0.27 0.20 par:pas; -colmatées colmater VER f p 1.51 1.76 0.20 0.14 par:pas; -colmatés colmater VER m p 1.51 1.76 0.00 0.07 par:pas; -colo colo NOM f s 1.11 2.91 1.10 2.77 -colocataire colocataire NOM s 4.88 0.07 3.91 0.00 -colocataires colocataire NOM p 4.88 0.07 0.97 0.07 -colocation colocation NOM f s 0.23 0.07 0.23 0.07 -colombages colombage NOM m p 0.00 0.68 0.00 0.68 -colombe colombe NOM f s 6.84 5.34 5.08 3.51 -colombelle colombelle NOM f s 0.00 1.22 0.00 1.22 -colombes colombe NOM f p 6.84 5.34 1.76 1.82 -colombien colombien ADJ m s 0.54 0.14 0.29 0.00 -colombienne colombien NOM f s 1.11 0.14 0.17 0.14 -colombiens colombien NOM m p 1.11 0.14 0.75 0.00 -colombier colombier NOM m s 0.12 1.49 0.12 1.35 -colombiers colombier NOM m p 0.12 1.49 0.00 0.14 -colombin colombin NOM m s 0.01 0.61 0.01 0.14 -colombine colombin ADJ f s 0.02 0.34 0.01 0.27 -colombines colombin ADJ f p 0.02 0.34 0.00 0.07 -colombins colombin NOM m p 0.01 0.61 0.00 0.47 -colombo colombo NOM m s 0.00 0.07 0.00 0.07 -colombophile colombophile ADJ s 0.27 0.34 0.27 0.34 -colombophilie colombophilie NOM f s 0.14 0.07 0.14 0.07 -colon colon NOM m s 5.46 4.05 1.21 0.88 -colonel colonel NOM m s 103.70 47.03 102.86 42.91 -colonelle colonel NOM f s 103.70 47.03 0.14 1.82 -colonels colonel NOM m p 103.70 47.03 0.71 2.30 -colonial colonial ADJ m s 2.85 12.70 1.12 4.32 -coloniale colonial ADJ f s 2.85 12.70 1.11 5.34 -coloniales colonial ADJ f p 2.85 12.70 0.31 1.49 -colonialisme colonialisme NOM m s 0.34 0.74 0.34 0.68 -colonialismes colonialisme NOM m p 0.34 0.74 0.00 0.07 -colonialiste colonialiste NOM s 0.26 0.07 0.10 0.00 -colonialistes colonialiste NOM p 0.26 0.07 0.16 0.07 -coloniaux colonial ADJ m p 2.85 12.70 0.30 1.55 -colonie colonie NOM f s 8.75 19.05 5.53 10.34 -colonies colonie NOM f p 8.75 19.05 3.22 8.72 -colonisait coloniser VER 0.60 1.62 0.00 0.14 ind:imp:3s; -colonisateur colonisateur NOM m s 0.01 0.20 0.00 0.14 -colonisateurs colonisateur NOM m p 0.01 0.20 0.01 0.07 -colonisation colonisation NOM f s 0.71 0.68 0.71 0.61 -colonisations colonisation NOM f p 0.71 0.68 0.00 0.07 -colonisatrice colonisateur ADJ f s 0.01 0.14 0.01 0.14 -colonise coloniser VER 0.60 1.62 0.01 0.14 ind:pre:3s; -colonisent coloniser VER 0.60 1.62 0.04 0.00 ind:pre:3p; -coloniser coloniser VER 0.60 1.62 0.22 0.41 inf; -coloniserait coloniser VER 0.60 1.62 0.01 0.00 cnd:pre:3s; -colonisez coloniser VER 0.60 1.62 0.01 0.00 ind:pre:2p; -colonisons coloniser VER 0.60 1.62 0.02 0.00 imp:pre:1p;ind:pre:1p; -colonisèrent coloniser VER 0.60 1.62 0.02 0.07 ind:pas:3p; -colonisé coloniser VER m s 0.60 1.62 0.15 0.41 par:pas; -colonisée coloniser VER f s 0.60 1.62 0.06 0.27 par:pas; -colonisées coloniser VER f p 0.60 1.62 0.02 0.00 par:pas; -colonisés coloniser VER m p 0.60 1.62 0.02 0.20 par:pas; -colonnade colonnade NOM f s 0.17 2.84 0.15 1.15 -colonnades colonnade NOM f p 0.17 2.84 0.02 1.69 -colonne colonne NOM f s 9.29 50.07 6.58 25.95 -colonnes colonne NOM f p 9.29 50.07 2.71 24.12 -colonnette colonnette NOM f s 0.00 1.82 0.00 0.74 -colonnettes colonnette NOM f p 0.00 1.82 0.00 1.08 -colonoscopie colonoscopie NOM f s 0.01 0.00 0.01 0.00 -colons colon NOM m p 5.46 4.05 1.58 3.18 -colopathie colopathie NOM f s 0.01 0.00 0.01 0.00 -colophane colophane NOM f s 0.28 0.20 0.28 0.20 -colophané colophaner VER m s 0.10 0.00 0.10 0.00 par:pas; -coloquinte coloquinte NOM f s 0.00 0.27 0.00 0.14 -coloquintes coloquinte NOM f p 0.00 0.27 0.00 0.14 -colora colorer VER 1.10 9.39 0.00 0.81 ind:pas:3s; -colorai colorer VER 1.10 9.39 0.00 0.07 ind:pas:1s; -coloraient colorer VER 1.10 9.39 0.00 0.54 ind:imp:3p; -colorait colorer VER 1.10 9.39 0.00 1.55 ind:imp:3s; -colorant colorant NOM m s 0.42 0.47 0.33 0.20 -colorantes colorant ADJ f p 0.20 0.14 0.00 0.07 -colorants colorant NOM m p 0.42 0.47 0.09 0.27 -coloration coloration NOM f s 0.67 1.49 0.65 1.15 -colorations coloration NOM f p 0.67 1.49 0.01 0.34 -colorature colorature NOM f s 0.14 0.14 0.14 0.14 -colore colorer VER 1.10 9.39 0.13 1.01 imp:pre:2s;ind:pre:3s; -colorectal colorectal ADJ m s 0.01 0.00 0.01 0.00 -colorent colorer VER 1.10 9.39 0.14 0.41 ind:pre:3p; -colorer colorer VER 1.10 9.39 0.16 0.68 inf; -colorez colorer VER 1.10 9.39 0.01 0.07 imp:pre:2p; -coloriage coloriage NOM m s 0.49 0.34 0.31 0.27 -coloriages coloriage NOM m p 0.49 0.34 0.18 0.07 -coloriaient colorier VER 1.10 5.41 0.00 0.07 ind:imp:3p; -coloriait colorier VER 1.10 5.41 0.01 0.20 ind:imp:3s; -colorie colorier VER 1.10 5.41 0.07 0.07 imp:pre:2s;ind:pre:1s;ind:pre:3s; -colorient colorier VER 1.10 5.41 0.01 0.07 ind:pre:3p; -colorier colorier VER 1.10 5.41 0.25 0.68 inf; -coloriez colorier VER 1.10 5.41 0.17 0.00 imp:pre:2p;ind:pre:2p; -coloris coloris NOM m 0.39 1.62 0.39 1.62 -colorisation colorisation NOM f s 0.04 0.00 0.04 0.00 -coloriste coloriste NOM s 0.16 0.27 0.16 0.27 -colorisé coloriser VER m s 0.02 0.00 0.02 0.00 par:pas; -colorié colorier VER m s 1.10 5.41 0.18 1.08 par:pas; -coloriée colorier VER f s 1.10 5.41 0.11 0.81 par:pas; -coloriées colorier VER f p 1.10 5.41 0.06 1.49 par:pas; -coloriés colorier VER m p 1.10 5.41 0.25 0.95 par:pas; -colorèrent colorer VER 1.10 9.39 0.00 0.20 ind:pas:3p; -coloré coloré ADJ m s 2.32 9.53 0.78 2.36 -colorée colorer VER f s 1.10 9.39 0.32 1.01 par:pas; -colorées coloré ADJ f p 2.32 9.53 0.60 2.36 -colorés coloré ADJ m p 2.32 9.53 0.78 2.70 -colos colo NOM f p 1.11 2.91 0.01 0.14 -coloscopie coloscopie NOM f s 0.13 0.00 0.13 0.00 -colossal colossal ADJ m s 1.37 9.05 0.81 4.46 -colossale colossal ADJ f s 1.37 9.05 0.48 2.70 -colossales colossal ADJ f p 1.37 9.05 0.02 1.42 -colossaux colossal ADJ m p 1.37 9.05 0.05 0.47 -colosse colosse NOM m s 2.72 6.82 2.46 6.08 -colosses colosse NOM m p 2.72 6.82 0.26 0.74 -colostomie colostomie NOM f s 0.09 0.00 0.09 0.00 -colostrum colostrum NOM m s 0.01 0.00 0.01 0.00 -colporta colporter VER 0.56 2.16 0.00 0.07 ind:pas:3s; -colportage colportage NOM m s 0.01 0.14 0.01 0.14 -colportaient colporter VER 0.56 2.16 0.00 0.14 ind:imp:3p; -colportait colporter VER 0.56 2.16 0.00 0.68 ind:imp:3s; -colportant colporter VER 0.56 2.16 0.01 0.20 par:pre; -colporte colporter VER 0.56 2.16 0.08 0.14 imp:pre:2s;ind:pre:3s; -colportent colporter VER 0.56 2.16 0.03 0.00 ind:pre:3p; -colporter colporter VER 0.56 2.16 0.37 0.47 inf; -colportera colporter VER 0.56 2.16 0.00 0.07 ind:fut:3s; -colportes colporter VER 0.56 2.16 0.00 0.07 ind:pre:2s; -colporteur colporteur NOM m s 0.53 1.42 0.38 0.54 -colporteurs colporteur NOM m p 0.53 1.42 0.15 0.74 -colporteuse colporteur NOM f s 0.53 1.42 0.00 0.14 -colportons colporter VER 0.56 2.16 0.02 0.00 imp:pre:1p;ind:pre:1p; -colporté colporter VER m s 0.56 2.16 0.01 0.14 par:pas; -colportée colporter VER f s 0.56 2.16 0.01 0.14 par:pas; -colportées colporter VER f p 0.56 2.16 0.02 0.07 par:pas; -colposcopie colposcopie NOM f s 0.01 0.00 0.01 0.00 -cols_de_cygne cols_de_cygne NOM m p 0.00 0.07 0.00 0.07 -col_vert col_vert NOM m p 0.12 0.14 0.00 0.07 -cols col NOM m p 9.76 57.43 1.37 5.61 -colt colt NOM m s 0.97 1.82 0.57 1.82 -colère colère NOM f s 68.90 100.07 67.91 92.77 -colères colère NOM f p 68.90 100.07 0.99 7.30 -coltin coltin NOM m s 0.00 0.27 0.00 0.27 -coltina coltiner VER 1.15 3.04 0.00 0.14 ind:pas:3s; -coltinage coltinage NOM m s 0.00 0.34 0.00 0.27 -coltinages coltinage NOM m p 0.00 0.34 0.00 0.07 -coltinais coltiner VER 1.15 3.04 0.02 0.20 ind:imp:1s; -coltinait coltiner VER 1.15 3.04 0.02 0.14 ind:imp:3s; -coltinant coltiner VER 1.15 3.04 0.00 0.14 par:pre; -coltine coltiner VER 1.15 3.04 0.15 0.61 imp:pre:2s;ind:pre:1s;ind:pre:3s; -coltinent coltiner VER 1.15 3.04 0.01 0.07 ind:pre:3p; -coltiner coltiner VER 1.15 3.04 0.48 1.22 inf; -coltines coltiner VER 1.15 3.04 0.23 0.14 ind:pre:2s; -coltineur coltineur NOM m s 0.00 0.07 0.00 0.07 -coltinez coltiner VER 1.15 3.04 0.01 0.00 ind:pre:2p; -coltiné coltiner VER m s 1.15 3.04 0.18 0.20 par:pas; -coltinée coltiner VER f s 1.15 3.04 0.04 0.07 par:pas; -coltinés coltiner VER m p 1.15 3.04 0.00 0.14 par:pas; -colts colt NOM m p 0.97 1.82 0.40 0.00 -colée colée NOM f s 0.01 0.07 0.01 0.07 -columbarium columbarium NOM m s 0.00 0.54 0.00 0.54 -coléoptère coléoptère NOM m s 0.64 1.49 0.38 0.61 -coléoptères coléoptère NOM m p 0.64 1.49 0.27 0.88 -colérer colérer VER 0.01 0.00 0.01 0.00 inf; -coléreuse coléreux ADJ f s 1.05 2.64 0.32 0.54 -coléreusement coléreusement ADV 0.00 0.07 0.00 0.07 -coléreux coléreux ADJ m 1.05 2.64 0.73 2.09 -colérique colérique ADJ s 0.44 0.88 0.43 0.61 -colériques colérique ADJ f p 0.44 0.88 0.01 0.27 -colvert colvert NOM m s 0.19 0.68 0.17 0.41 -colverts colvert NOM m p 0.19 0.68 0.03 0.27 -colza colza NOM m s 0.05 0.81 0.05 0.61 -colzas colza NOM m p 0.05 0.81 0.00 0.20 -com com NOM m s 40.90 0.27 40.90 0.27 -coma coma NOM m s 12.66 4.93 12.58 4.86 -comac comac ADJ s 0.16 1.22 0.14 1.08 -comacs comac ADJ m p 0.16 1.22 0.01 0.14 -comanche comanche NOM m s 0.36 0.07 0.36 0.07 -comandant comandant NOM s 0.16 0.27 0.16 0.27 -comas coma NOM m p 12.66 4.93 0.08 0.07 -comateuse comateux ADJ f s 0.55 1.08 0.14 0.14 -comateux comateux ADJ m 0.55 1.08 0.41 0.95 -combat combat NOM m s 64.83 72.57 57.31 52.36 -combatif combatif ADJ m s 0.90 1.42 0.78 0.54 -combatifs combatif ADJ m p 0.90 1.42 0.05 0.07 -combative combatif ADJ f s 0.90 1.42 0.07 0.81 -combativité combativité NOM f s 0.28 0.41 0.28 0.41 -combats combat NOM m p 64.83 72.57 7.53 20.20 -combattît combattre VER 42.89 36.35 0.02 0.07 sub:imp:3s; -combattaient combattre VER 42.89 36.35 0.31 1.62 ind:imp:3p; -combattais combattre VER 42.89 36.35 0.17 0.14 ind:imp:1s;ind:imp:2s; -combattait combattre VER 42.89 36.35 0.50 1.35 ind:imp:3s; -combattant combattant NOM m s 6.28 18.31 2.49 4.46 -combattante combattant NOM f s 6.28 18.31 0.22 0.54 -combattantes combattant NOM f p 6.28 18.31 0.14 0.27 -combattants combattant NOM m p 6.28 18.31 3.43 13.04 -combatte combattre VER 42.89 36.35 0.15 0.14 sub:pre:1s;sub:pre:3s; -combattent combattre VER 42.89 36.35 1.51 2.64 ind:pre:3p; -combattes combattre VER 42.89 36.35 0.04 0.00 sub:pre:2s; -combattez combattre VER 42.89 36.35 1.52 0.34 imp:pre:2p;ind:pre:2p; -combattiez combattre VER 42.89 36.35 0.11 0.00 ind:imp:2p; -combattions combattre VER 42.89 36.35 0.10 0.07 ind:imp:1p; -combattirent combattre VER 42.89 36.35 0.03 0.14 ind:pas:3p; -combattit combattre VER 42.89 36.35 0.05 0.20 ind:pas:3s; -combattons combattre VER 42.89 36.35 1.40 0.27 imp:pre:1p;ind:pre:1p; -combattra combattre VER 42.89 36.35 0.63 0.07 ind:fut:3s; -combattrai combattre VER 42.89 36.35 0.52 0.07 ind:fut:1s; -combattraient combattre VER 42.89 36.35 0.04 0.00 cnd:pre:3p; -combattrais combattre VER 42.89 36.35 0.10 0.00 cnd:pre:1s;cnd:pre:2s; -combattrait combattre VER 42.89 36.35 0.00 0.14 cnd:pre:3s; -combattras combattre VER 42.89 36.35 0.19 0.00 ind:fut:2s; -combattre combattre VER 42.89 36.35 20.96 17.97 inf; -combattrez combattre VER 42.89 36.35 0.19 0.00 ind:fut:2p; -combattriez combattre VER 42.89 36.35 0.02 0.00 cnd:pre:2p; -combattrons combattre VER 42.89 36.35 0.59 0.00 ind:fut:1p; -combattront combattre VER 42.89 36.35 0.07 0.14 ind:fut:3p; -combattu combattre VER m s 42.89 36.35 6.41 3.65 par:pas; -combattue combattre VER f s 42.89 36.35 0.22 0.27 par:pas; -combattues combattre VER f p 42.89 36.35 0.04 0.14 par:pas; -combattus combattre VER m p 42.89 36.35 0.30 0.27 par:pas; -combe combe NOM f s 0.07 4.59 0.07 3.99 -combes combe NOM f p 0.07 4.59 0.00 0.61 -combette combette NOM f s 0.00 0.14 0.00 0.14 -combi combi NOM m s 0.69 0.00 0.67 0.00 -combien combien ADV 390.58 108.04 390.58 108.04 -combientième combientième ADJ s 0.05 0.07 0.05 0.07 -combina combiner VER 4.50 6.35 0.01 0.07 ind:pas:3s; -combinaient combiner VER 4.50 6.35 0.01 0.47 ind:imp:3p; -combinaison combinaison NOM f s 14.56 17.43 11.44 10.81 -combinaisons combinaison NOM f p 14.56 17.43 3.12 6.62 -combinait combiner VER 4.50 6.35 0.04 0.74 ind:imp:3s; -combinant combiner VER 4.50 6.35 0.21 0.81 par:pre; -combinard combinard NOM m s 0.50 0.27 0.39 0.14 -combinards combinard NOM m p 0.50 0.27 0.11 0.14 -combinat combinat NOM m s 0.23 0.00 0.23 0.00 -combinatoire combinatoire ADJ f s 0.10 0.41 0.07 0.34 -combinatoires combinatoire ADJ f p 0.10 0.41 0.03 0.07 -combine combine NOM f s 6.84 8.24 4.32 4.80 -combinent combiner VER 4.50 6.35 0.04 0.41 ind:pre:3p; -combiner combiner VER 4.50 6.35 1.42 1.55 inf; -combineraient combiner VER 4.50 6.35 0.00 0.07 cnd:pre:3p; -combinerait combiner VER 4.50 6.35 0.01 0.00 cnd:pre:3s; -combinerons combiner VER 4.50 6.35 0.02 0.00 ind:fut:1p; -combines combine NOM f p 6.84 8.24 2.52 3.45 -combinez combiner VER 4.50 6.35 0.08 0.00 imp:pre:2p;ind:pre:2p; -combinons combiner VER 4.50 6.35 0.01 0.07 ind:pre:1p; -combiné combiner VER m s 4.50 6.35 1.50 0.88 par:pas; -combinée combiner VER f s 4.50 6.35 0.28 0.54 par:pas; -combinées combiné ADJ f p 0.88 1.69 0.20 0.41 -combinés combiné ADJ m p 0.88 1.69 0.33 0.41 -combis combi NOM m p 0.69 0.00 0.02 0.00 -combisme combisme NOM m s 0.00 0.07 0.00 0.07 -combla combler VER 9.35 25.34 0.03 0.61 ind:pas:3s; -comblaient combler VER 9.35 25.34 0.02 0.47 ind:imp:3p; -comblais combler VER 9.35 25.34 0.01 0.07 ind:imp:1s;ind:imp:2s; -comblait combler VER 9.35 25.34 0.06 4.12 ind:imp:3s; -comblant combler VER 9.35 25.34 0.02 0.41 par:pre; -comblants comblant ADJ m p 0.00 0.27 0.00 0.07 -comble comble NOM m s 8.56 27.30 7.86 22.50 -comblent combler VER 9.35 25.34 0.29 0.20 ind:pre:3p; -combler combler VER 9.35 25.34 2.50 7.97 inf; -comblera combler VER 9.35 25.34 0.27 0.07 ind:fut:3s; -comblerai combler VER 9.35 25.34 0.04 0.07 ind:fut:1s; -combleraient combler VER 9.35 25.34 0.00 0.27 cnd:pre:3p; -comblerais combler VER 9.35 25.34 0.01 0.07 cnd:pre:1s; -comblerait combler VER 9.35 25.34 0.07 0.07 cnd:pre:3s; -comblerez combler VER 9.35 25.34 0.02 0.00 ind:fut:2p; -combleront combler VER 9.35 25.34 0.01 0.27 ind:fut:3p; -combles comble NOM m p 8.56 27.30 0.70 4.80 -comblez combler VER 9.35 25.34 0.56 0.07 imp:pre:2p;ind:pre:2p; -comblons combler VER 9.35 25.34 0.02 0.00 imp:pre:1p; -comblât combler VER 9.35 25.34 0.00 0.07 sub:imp:3s; -comblèrent combler VER 9.35 25.34 0.00 0.14 ind:pas:3p; -comblé combler VER m s 9.35 25.34 2.00 3.58 par:pas; -comblée combler VER f s 9.35 25.34 1.12 1.89 par:pas; -comblées combler VER f p 9.35 25.34 0.03 0.27 par:pas; -comblés combler VER m p 9.35 25.34 0.49 1.55 par:pas; -combo combo NOM m s 0.40 0.00 0.40 0.00 -combourgeois combourgeois NOM m 0.00 0.07 0.00 0.07 -comburant comburant ADJ m s 0.03 0.00 0.03 0.00 -combustible combustible NOM m s 1.27 1.49 1.21 1.01 -combustibles combustible NOM m p 1.27 1.49 0.05 0.47 -combustion combustion NOM f s 3.78 1.89 3.71 1.82 -combustions combustion NOM f p 3.78 1.89 0.07 0.07 -comestibilité comestibilité NOM f s 0.01 0.00 0.01 0.00 -comestible comestible ADJ s 1.20 2.36 1.04 1.22 -comestibles comestible ADJ p 1.20 2.36 0.16 1.15 -comic_book comic_book NOM m s 0.08 0.07 0.01 0.00 -comic_book comic_book NOM m p 0.08 0.07 0.07 0.07 -comice comice NOM s 0.00 0.34 0.00 0.07 -comices comice NOM m p 0.00 0.34 0.00 0.27 -comics comics NOM m p 0.69 0.41 0.69 0.41 -comique comique ADJ s 4.86 13.45 4.33 10.34 -comiquement comiquement ADV 0.14 1.35 0.14 1.35 -comiques comique NOM p 5.17 3.92 0.94 0.41 -comitadji comitadji NOM m s 0.01 0.07 0.01 0.07 -comite comite NOM m s 0.05 0.14 0.05 0.00 -comites comite NOM m p 0.05 0.14 0.00 0.14 -comité comité NOM m s 18.72 63.65 18.34 58.99 -comités comité NOM m p 18.72 63.65 0.38 4.66 -commît commettre VER 47.45 37.16 0.00 0.07 sub:imp:3s; -comma comma NOM m s 0.03 0.00 0.03 0.00 -command command NOM m s 0.44 0.07 0.44 0.07 -commanda commander VER 63.49 80.34 0.22 10.14 ind:pas:3s; -commandai commander VER 63.49 80.34 0.01 0.61 ind:pas:1s; -commandaient commander VER 63.49 80.34 0.05 1.89 ind:imp:3p; -commandais commander VER 63.49 80.34 0.47 0.61 ind:imp:1s;ind:imp:2s; -commandait commander VER 63.49 80.34 0.95 10.81 ind:imp:3s; -commandant commandant NOM m s 55.24 49.80 54.31 47.64 -commandante commandant ADJ f s 17.32 5.14 0.13 0.07 -commandants commandant NOM m p 55.24 49.80 0.93 2.16 -commande commander VER 63.49 80.34 20.50 13.31 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -commandement commandement NOM m s 20.47 47.23 18.13 43.51 -commandements commandement NOM m p 20.47 47.23 2.34 3.72 -commandent commander VER 63.49 80.34 1.14 2.64 ind:pre:3p; -commander commander VER 63.49 80.34 13.50 11.55 ind:pre:2p;inf; -commandera commander VER 63.49 80.34 0.70 0.14 ind:fut:3s; -commanderai commander VER 63.49 80.34 0.84 0.27 ind:fut:1s; -commanderait commander VER 63.49 80.34 0.04 0.20 cnd:pre:3s; -commanderas commander VER 63.49 80.34 0.28 0.14 ind:fut:2s; -commanderez commander VER 63.49 80.34 0.22 0.00 ind:fut:2p; -commanderie commanderie NOM f s 0.14 0.14 0.14 0.07 -commanderies commanderie NOM f p 0.14 0.14 0.00 0.07 -commanderons commander VER 63.49 80.34 0.03 0.07 ind:fut:1p; -commanderont commander VER 63.49 80.34 0.01 0.07 ind:fut:3p; -commandes commande NOM f p 31.36 18.72 11.96 6.08 -commandeur commandeur NOM m s 2.55 0.74 2.52 0.61 -commandeurs commandeur NOM m p 2.55 0.74 0.03 0.14 -commandez commander VER 63.49 80.34 2.84 0.34 imp:pre:2p;ind:pre:2p; -commandiez commander VER 63.49 80.34 0.32 0.07 ind:imp:2p; -commandions commander VER 63.49 80.34 0.02 0.14 ind:imp:1p; -commanditaire commanditaire NOM s 1.02 1.08 0.82 0.68 -commanditaires commanditaire NOM p 1.02 1.08 0.20 0.41 -commandite commanditer VER 0.68 0.20 0.06 0.00 ind:pre:1s;ind:pre:3s; -commanditer commanditer VER 0.68 0.20 0.06 0.14 inf; -commandites commanditer VER 0.68 0.20 0.10 0.00 ind:pre:2s; -commandité commanditer VER m s 0.68 0.20 0.42 0.00 par:pas; -commanditée commanditer VER f s 0.68 0.20 0.03 0.07 par:pas; -commanditées commanditer VER f p 0.68 0.20 0.01 0.00 par:pas; -commando commando NOM m s 5.39 6.82 4.01 3.85 -commandons commander VER 63.49 80.34 0.69 0.07 imp:pre:1p;ind:pre:1p; -commando_suicide commando_suicide NOM m p 0.01 0.00 0.01 0.00 -commandos commando NOM m p 5.39 6.82 1.38 2.97 -commandât commander VER 63.49 80.34 0.00 0.14 sub:imp:3s; -commandèrent commander VER 63.49 80.34 0.00 1.01 ind:pas:3p; -commandé commander VER m s 63.49 80.34 14.77 12.30 par:pas; -commandée commander VER f s 63.49 80.34 1.30 3.04 par:pas; -commandées commander VER f p 63.49 80.34 0.47 1.28 par:pas; -commandés commander VER m p 63.49 80.34 0.64 1.76 par:pas; -comme comme CON 2326.08 3429.32 2326.08 3429.32 -commedia_dell_arte commedia_dell_arte NOM f s 0.02 0.14 0.02 0.14 -commence commencer VER 436.83 421.89 143.51 82.50 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -commencement commencement NOM m s 6.41 16.55 6.22 15.68 -commencements commencement NOM m p 6.41 16.55 0.20 0.88 -commencent commencer VER 436.83 421.89 11.69 13.85 ind:pre:3p; -commencer commencer VER 436.83 421.89 92.51 42.50 inf; -commencera commencer VER 436.83 421.89 4.70 1.89 ind:fut:3s; -commencerai commencer VER 436.83 421.89 1.61 0.54 ind:fut:1s; -commenceraient commencer VER 436.83 421.89 0.04 0.68 cnd:pre:3p; -commencerais commencer VER 436.83 421.89 1.01 0.61 cnd:pre:1s;cnd:pre:2s; -commencerait commencer VER 436.83 421.89 0.37 1.82 cnd:pre:3s; -commenceras commencer VER 436.83 421.89 0.54 0.20 ind:fut:2s; -commencerez commencer VER 436.83 421.89 0.51 0.07 ind:fut:2p; -commenceriez commencer VER 436.83 421.89 0.06 0.00 cnd:pre:2p; -commencerions commencer VER 436.83 421.89 0.14 0.00 cnd:pre:1p; -commencerons commencer VER 436.83 421.89 1.55 0.14 ind:fut:1p; -commenceront commencer VER 436.83 421.89 1.02 0.61 ind:fut:3p; -commences commencer VER 436.83 421.89 16.10 2.91 ind:pre:2s;sub:pre:2s; -commencez commencer VER 436.83 421.89 17.43 2.36 imp:pre:2p;ind:pre:2p; -commenciez commencer VER 436.83 421.89 0.91 0.34 ind:imp:2p; -commencions commencer VER 436.83 421.89 0.49 1.69 ind:imp:1p; -commencèrent commencer VER 436.83 421.89 0.88 9.39 ind:pas:3p; -commencé commencer VER m s 436.83 421.89 102.62 73.99 par:pas;par:pas;par:pas; -commencée commencer VER f s 436.83 421.89 1.64 4.32 par:pas; -commencées commencer VER f p 436.83 421.89 0.05 0.74 par:pas; -commencés commencer VER m p 436.83 421.89 0.09 0.88 par:pas; -commensal commensal NOM m s 0.02 0.88 0.00 0.27 -commensalisme commensalisme NOM m s 0.00 0.07 0.00 0.07 -commensaux commensal NOM m p 0.02 0.88 0.02 0.61 -commensurable commensurable ADJ s 0.00 0.14 0.00 0.07 -commensurables commensurable ADJ p 0.00 0.14 0.00 0.07 -comment comment CON 558.33 241.35 558.33 241.35 -commenta commenter VER 2.70 19.93 0.04 3.04 ind:pas:3s; -commentai commenter VER 2.70 19.93 0.00 0.14 ind:pas:1s; -commentaient commenter VER 2.70 19.93 0.00 0.81 ind:imp:3p; -commentaire commentaire NOM m s 13.94 20.81 8.21 8.51 -commentaires commentaire NOM m p 13.94 20.81 5.73 12.30 -commentais commenter VER 2.70 19.93 0.01 0.20 ind:imp:1s;ind:imp:2s; -commentait commenter VER 2.70 19.93 0.00 3.45 ind:imp:3s; -commentant commenter VER 2.70 19.93 0.20 1.49 par:pre; -commentateur commentateur NOM m s 0.61 1.89 0.25 0.68 -commentateurs commentateur NOM m p 0.61 1.89 0.32 1.22 -commentatrice commentateur NOM f s 0.61 1.89 0.04 0.00 -commente commenter VER 2.70 19.93 0.17 3.11 imp:pre:2s;ind:pre:1s;ind:pre:3s; -commentent commenter VER 2.70 19.93 0.01 0.68 ind:pre:3p; -commenter commenter VER 2.70 19.93 1.40 3.51 inf; -commentera commenter VER 2.70 19.93 0.01 0.07 ind:fut:3s; -commenterai commenter VER 2.70 19.93 0.01 0.07 ind:fut:1s; -commenterait commenter VER 2.70 19.93 0.01 0.00 cnd:pre:3s; -commentez commenter VER 2.70 19.93 0.52 0.00 imp:pre:2p;ind:pre:2p; -commença commencer VER 436.83 421.89 3.95 51.35 ind:pas:3s; -commençai commencer VER 436.83 421.89 0.44 6.96 ind:pas:1s; -commençaient commencer VER 436.83 421.89 0.93 20.20 ind:imp:3p; -commençais commencer VER 436.83 421.89 6.38 14.73 ind:imp:1s;ind:imp:2s; -commençait commencer VER 436.83 421.89 7.69 74.66 ind:imp:3s; -commençant commencer VER 436.83 421.89 2.76 8.04 par:pre; -commençante commençant ADJ f s 0.00 1.15 0.00 0.74 -commençantes commençant ADJ f p 0.00 1.15 0.00 0.07 -commençants commençant ADJ m p 0.00 1.15 0.00 0.14 -commenças commencer VER 436.83 421.89 0.00 0.14 ind:pas:2s; -commençâmes commencer VER 436.83 421.89 0.02 0.61 ind:pas:1p; -commençons commencer VER 436.83 421.89 15.20 2.30 imp:pre:1p;ind:pre:1p; -commençât commencer VER 436.83 421.89 0.00 0.88 sub:imp:3s; -commentions commenter VER 2.70 19.93 0.00 0.34 ind:imp:1p; -commenté commenter VER m s 2.70 19.93 0.08 1.42 par:pas; -commentée commenter VER f s 2.70 19.93 0.14 0.68 par:pas; -commentées commenter VER f p 2.70 19.93 0.01 0.47 par:pas; -commentés commenter VER m p 2.70 19.93 0.10 0.47 par:pas; -commerce commerce NOM m s 19.57 29.93 18.55 29.05 -commercent commercer VER 1.01 1.01 0.11 0.00 ind:pre:3p; -commercer commercer VER 1.01 1.01 0.27 0.20 inf; -commerces commerce NOM m p 19.57 29.93 1.01 0.88 -commercial commercial ADJ m s 13.13 9.73 8.47 4.12 -commerciale commercial ADJ f s 13.13 9.73 2.39 2.77 -commercialement commercialement ADV 0.16 0.27 0.16 0.27 -commerciales commercial ADJ f p 13.13 9.73 1.03 1.55 -commercialisable commercialisable ADJ s 0.02 0.00 0.02 0.00 -commercialisation commercialisation NOM f s 0.15 0.41 0.15 0.41 -commercialiser commercialiser VER 0.47 0.20 0.18 0.14 inf; -commercialisera commercialiser VER 0.47 0.20 0.01 0.00 ind:fut:3s; -commercialisé commercialiser VER m s 0.47 0.20 0.28 0.07 par:pas; -commerciaux commercial ADJ m p 13.13 9.73 1.24 1.28 -commerciez commercer VER 1.01 1.01 0.01 0.00 ind:imp:2p; -commercé commercer VER m s 1.01 1.01 0.08 0.07 par:pas; -commerçait commercer VER 1.01 1.01 0.01 0.20 ind:imp:3s; -commerçant commerçant NOM m s 4.34 16.28 1.54 4.19 -commerçante commerçant NOM f s 4.34 16.28 0.11 1.28 -commerçantes commerçant ADJ f p 0.99 2.57 0.02 0.20 -commerçants commerçant NOM m p 4.34 16.28 2.69 10.81 -commerçons commercer VER 1.01 1.01 0.00 0.07 ind:pre:1p; -commet commettre VER 47.45 37.16 3.12 1.62 ind:pre:3s; -commets commettre VER 47.45 37.16 0.97 0.54 imp:pre:2s;ind:pre:1s;ind:pre:2s; -commettaient commettre VER 47.45 37.16 0.05 0.47 ind:imp:3p; -commettais commettre VER 47.45 37.16 0.06 0.41 ind:imp:1s;ind:imp:2s; -commettait commettre VER 47.45 37.16 0.09 0.88 ind:imp:3s; -commettant commettre VER 47.45 37.16 0.14 0.27 par:pre; -commettants commettant NOM m p 0.02 0.07 0.01 0.07 -commette commettre VER 47.45 37.16 0.17 0.27 sub:pre:1s;sub:pre:3s; -commettent commettre VER 47.45 37.16 0.90 0.95 ind:pre:3p; -commettes commettre VER 47.45 37.16 0.04 0.00 sub:pre:2s; -commettez commettre VER 47.45 37.16 0.82 0.00 imp:pre:2p;ind:pre:2p; -commettiez commettre VER 47.45 37.16 0.06 0.00 ind:imp:2p; -commettions commettre VER 47.45 37.16 0.00 0.14 ind:imp:1p; -commettons commettre VER 47.45 37.16 0.27 0.07 imp:pre:1p;ind:pre:1p; -commettra commettre VER 47.45 37.16 0.11 0.20 ind:fut:3s; -commettrai commettre VER 47.45 37.16 0.17 0.34 ind:fut:1s; -commettraient commettre VER 47.45 37.16 0.03 0.27 cnd:pre:3p; -commettrais commettre VER 47.45 37.16 0.18 0.00 cnd:pre:1s;cnd:pre:2s; -commettrait commettre VER 47.45 37.16 0.23 0.27 cnd:pre:3s; -commettras commettre VER 47.45 37.16 0.33 0.07 ind:fut:2s; -commettre commettre VER 47.45 37.16 9.69 8.99 inf; -commettrez commettre VER 47.45 37.16 0.04 0.00 ind:fut:2p; -comminatoire comminatoire ADJ s 0.00 0.68 0.00 0.47 -comminatoires comminatoire ADJ p 0.00 0.68 0.00 0.20 -comminutive comminutif ADJ f s 0.01 0.00 0.01 0.00 -commirent commettre VER 47.45 37.16 0.01 0.27 ind:pas:3p; -commis_voyageur commis_voyageur NOM m s 0.05 0.41 0.05 0.20 -commis_voyageur commis_voyageur NOM m p 0.05 0.41 0.00 0.20 -commis commettre VER m 47.45 37.16 27.91 15.81 ind:pas:1s;par:pas;par:pas; -commise commettre VER f s 47.45 37.16 0.94 1.89 par:pas; -commises commettre VER f p 47.45 37.16 0.94 2.57 par:pas; -commissaire_adjoint commissaire_adjoint NOM s 0.02 0.07 0.02 0.07 -commissaire_priseur commissaire_priseur NOM m s 0.06 0.81 0.06 0.61 -commissaire commissaire NOM s 43.39 36.69 42.99 32.09 -commissaire_priseur commissaire_priseur NOM m p 0.06 0.81 0.00 0.20 -commissaires commissaire NOM p 43.39 36.69 0.40 4.59 -commissariat commissariat NOM m s 15.05 12.70 14.61 11.35 -commissariats commissariat NOM m p 15.05 12.70 0.44 1.35 -commission commission NOM f s 24.50 17.43 22.00 10.81 -commissionnaire commissionnaire NOM s 0.79 1.22 0.79 0.95 -commissionnaires commissionnaire NOM p 0.79 1.22 0.00 0.27 -commissionné commissionner VER m s 0.01 0.07 0.01 0.07 par:pas; -commissions commission NOM f p 24.50 17.43 2.50 6.62 -commissurale commissural ADJ f s 0.00 0.07 0.00 0.07 -commissure commissure NOM f s 0.02 5.41 0.00 2.43 -commissures commissure NOM f p 0.02 5.41 0.02 2.97 -commisération commisération NOM f s 0.14 2.50 0.14 2.50 -commit commettre VER 47.45 37.16 0.20 0.81 ind:pas:3s; -commode_toilette commode_toilette NOM f s 0.00 0.14 0.00 0.14 -commode commode ADJ s 4.96 17.16 4.43 15.74 -commodes commode ADJ p 4.96 17.16 0.52 1.42 -commodité commodité NOM f s 0.40 3.31 0.26 1.89 -commodités commodité NOM f p 0.40 3.31 0.14 1.42 -commodore commodore NOM m s 1.00 0.07 0.95 0.07 -commodores commodore NOM m p 1.00 0.07 0.04 0.00 -commodément commodément ADV 0.09 1.35 0.09 1.35 -commotion commotion NOM f s 2.24 0.81 2.03 0.68 -commotionnerait commotionner VER 0.14 0.54 0.00 0.07 cnd:pre:3s; -commotionné commotionner VER m s 0.14 0.54 0.05 0.20 par:pas; -commotionnée commotionner VER f s 0.14 0.54 0.08 0.14 par:pas; -commotionnés commotionner VER m p 0.14 0.54 0.01 0.14 par:pas; -commotions commotion NOM f p 2.24 0.81 0.21 0.14 -commère commère NOM f s 2.36 3.78 2.01 1.35 -commères commère NOM f p 2.36 3.78 0.34 2.43 -commuais commuer VER 0.47 0.54 0.00 0.07 ind:imp:1s; -commuant commuer VER 0.47 0.54 0.00 0.07 par:pre; -commuent commuer VER 0.47 0.54 0.01 0.00 ind:pre:3p; -commuer commuer VER 0.47 0.54 0.08 0.07 inf; -commémorait commémorer VER 0.64 1.69 0.00 0.14 ind:imp:3s; -commémorant commémorer VER 0.64 1.69 0.04 0.27 par:pre; -commémoratif commémoratif ADJ m s 0.84 1.35 0.16 0.47 -commémoratifs commémoratif ADJ m p 0.84 1.35 0.04 0.07 -commémoration commémoration NOM f s 0.45 1.22 0.42 0.95 -commémorations commémoration NOM f p 0.45 1.22 0.04 0.27 -commémorative commémoratif ADJ f s 0.84 1.35 0.56 0.61 -commémoratives commémoratif ADJ f p 0.84 1.35 0.08 0.20 -commémore commémorer VER 0.64 1.69 0.04 0.34 ind:pre:3s; -commémorent commémorer VER 0.64 1.69 0.01 0.14 ind:pre:3p; -commémorer commémorer VER 0.64 1.69 0.48 0.81 inf; -commémorions commémorer VER 0.64 1.69 0.01 0.00 ind:imp:1p; -commémorons commémorer VER 0.64 1.69 0.04 0.00 ind:pre:1p; -commémoré commémorer VER m s 0.64 1.69 0.01 0.00 par:pas; -commun commun NOM m s 13.98 22.77 13.84 21.49 -communal communal ADJ m s 1.58 9.12 0.53 6.35 -communale communal ADJ f s 1.58 9.12 0.71 2.36 -communales communal ADJ f p 1.58 9.12 0.03 0.41 -communard communard NOM m s 0.10 0.88 0.10 0.14 -communards communard NOM m p 0.10 0.88 0.00 0.74 -communautaire communautaire ADJ s 1.15 1.49 0.89 1.01 -communautaires communautaire ADJ p 1.15 1.49 0.26 0.47 -communauté communauté NOM f s 23.36 12.64 22.10 10.95 -communautés communauté NOM f p 23.36 12.64 1.25 1.69 -communaux communal ADJ m p 1.58 9.12 0.30 0.00 -commune commun ADJ f s 25.08 75.95 7.17 28.58 -communes commun ADJ f p 25.08 75.95 1.54 4.39 -communia communier VER 1.75 6.62 0.00 0.07 ind:pas:3s; -communiaient communier VER 1.75 6.62 0.00 0.54 ind:imp:3p; -communiais communier VER 1.75 6.62 0.11 0.34 ind:imp:1s; -communiait communier VER 1.75 6.62 0.02 0.41 ind:imp:3s; -communiant communiant NOM m s 0.28 3.18 0.14 0.81 -communiante communiant NOM f s 0.28 3.18 0.14 1.35 -communiantes communiant NOM f p 0.28 3.18 0.00 0.27 -communiants communiant NOM m p 0.28 3.18 0.01 0.74 -communiasse communier VER 1.75 6.62 0.00 0.07 sub:imp:1s; -communicabilité communicabilité NOM f s 0.00 0.07 0.00 0.07 -communicable communicable ADJ s 0.01 0.14 0.00 0.07 -communicables communicable ADJ m p 0.01 0.14 0.01 0.07 -communicant communicant NOM m s 0.03 0.00 0.01 0.00 -communicante communicant ADJ f s 0.10 0.61 0.03 0.00 -communicantes communicant ADJ f p 0.10 0.61 0.05 0.27 -communicants communicant ADJ m p 0.10 0.61 0.01 0.34 -communicateur communicateur NOM m s 0.49 0.00 0.44 0.00 -communicateurs communicateur NOM m p 0.49 0.00 0.05 0.00 -communicatif communicatif ADJ m s 0.16 2.70 0.12 1.15 -communicatifs communicatif ADJ m p 0.16 2.70 0.00 0.20 -communication communication NOM f s 18.17 26.82 12.88 17.23 -communications communication NOM f p 18.17 26.82 5.29 9.59 -communicative communicatif ADJ f s 0.16 2.70 0.04 1.35 -communie communier VER 1.75 6.62 0.42 0.47 imp:pre:2s;ind:pre:1s;ind:pre:3s; -communient communier VER 1.75 6.62 0.01 0.34 ind:pre:3p; -communier communier VER 1.75 6.62 0.95 2.36 inf; -communierons communier VER 1.75 6.62 0.00 0.07 ind:fut:1p; -communieront communier VER 1.75 6.62 0.00 0.07 ind:fut:3p; -communiez communier VER 1.75 6.62 0.04 0.14 imp:pre:2p;ind:pre:2p; -communion communion NOM f s 5.01 13.04 4.76 11.96 -communions communion NOM f p 5.01 13.04 0.26 1.08 -communiqua communiquer VER 19.09 26.49 0.00 1.08 ind:pas:3s; -communiquai communiquer VER 19.09 26.49 0.00 0.20 ind:pas:1s; -communiquaient communiquer VER 19.09 26.49 0.30 0.88 ind:imp:3p; -communiquais communiquer VER 19.09 26.49 0.07 0.14 ind:imp:1s;ind:imp:2s; -communiquait communiquer VER 19.09 26.49 0.39 2.36 ind:imp:3s; -communiquant communiquer VER 19.09 26.49 0.09 1.28 par:pre; -communiquassent communiquer VER 19.09 26.49 0.00 0.07 sub:imp:3p; -communique communiquer VER 19.09 26.49 3.17 2.97 imp:pre:2s;ind:pre:1s;ind:pre:3s; -communiquent communiquer VER 19.09 26.49 1.12 1.15 ind:pre:3p; -communiquer communiquer VER 19.09 26.49 10.78 10.61 inf;; -communiquera communiquer VER 19.09 26.49 0.21 0.00 ind:fut:3s; -communiquerai communiquer VER 19.09 26.49 0.08 0.00 ind:fut:1s; -communiqueraient communiquer VER 19.09 26.49 0.01 0.07 cnd:pre:3p; -communiquerait communiquer VER 19.09 26.49 0.00 0.14 cnd:pre:3s; -communiquerez communiquer VER 19.09 26.49 0.02 0.00 ind:fut:2p; -communiquerons communiquer VER 19.09 26.49 0.08 0.07 ind:fut:1p; -communiqueront communiquer VER 19.09 26.49 0.03 0.07 ind:fut:3p; -communiques communiquer VER 19.09 26.49 0.13 0.07 ind:pre:2s; -communiquez communiquer VER 19.09 26.49 0.82 0.07 imp:pre:2p;ind:pre:2p; -communiquiez communiquer VER 19.09 26.49 0.09 0.00 ind:imp:2p; -communiquions communiquer VER 19.09 26.49 0.02 0.20 ind:imp:1p; -communiquons communiquer VER 19.09 26.49 0.25 0.20 imp:pre:1p;ind:pre:1p; -communiquât communiquer VER 19.09 26.49 0.00 0.20 sub:imp:3s; -communiquèrent communiquer VER 19.09 26.49 0.00 0.14 ind:pas:3p; -communiqué communiqué NOM m s 4.29 8.99 3.85 7.03 -communiquée communiquer VER f s 19.09 26.49 0.18 0.88 par:pas; -communiquées communiquer VER f p 19.09 26.49 0.08 0.07 par:pas; -communiqués communiqué NOM m p 4.29 8.99 0.45 1.96 -communisant communisant ADJ m s 0.00 0.20 0.00 0.07 -communisants communisant ADJ m p 0.00 0.20 0.00 0.14 -communisme communisme NOM m s 4.29 9.66 4.29 9.66 -communiste communiste ADJ s 13.47 22.70 10.26 16.35 -communistes communiste NOM p 10.93 26.35 8.49 21.15 -communisée communiser VER f s 0.00 0.07 0.00 0.07 par:pas; -communièrent communier VER 1.75 6.62 0.00 0.07 ind:pas:3p; -communié communier VER m s 1.75 6.62 0.18 1.22 par:pas; -communs commun ADJ m p 25.08 75.95 3.83 10.81 -communément communément ADV 0.54 2.50 0.54 2.50 -commérage commérage NOM m s 1.54 1.28 0.18 0.14 -commérages commérage NOM m p 1.54 1.28 1.36 1.15 -commérait commérer VER 0.04 0.07 0.01 0.07 ind:imp:3s; -commérer commérer VER 0.04 0.07 0.03 0.00 inf; -commutateur commutateur NOM m s 0.48 2.77 0.38 2.57 -commutateurs commutateur NOM m p 0.48 2.77 0.10 0.20 -commutation commutation NOM f s 0.11 0.14 0.11 0.14 -commute commuter VER 0.08 0.00 0.04 0.00 imp:pre:2s;ind:pre:1s;ind:pre:3s; -commuter commuter VER 0.08 0.00 0.04 0.00 inf; -commué commuer VER m s 0.47 0.54 0.02 0.00 par:pas; -commuée commuer VER f s 0.47 0.54 0.36 0.34 par:pas; -comnène comnène ADJ m s 0.00 0.07 0.00 0.07 -compacité compacité NOM f s 0.00 0.20 0.00 0.20 -compact compact ADJ m s 1.56 10.47 0.62 3.24 -compactage compactage NOM m s 0.01 0.00 0.01 0.00 -compacte compact ADJ f s 1.56 10.47 0.81 4.66 -compactes compact ADJ f p 1.56 10.47 0.10 0.95 -compacteur compacteur NOM m s 0.13 0.00 0.10 0.00 -compacteurs compacteur NOM m p 0.13 0.00 0.03 0.00 -compacts compact NOM m p 0.15 0.27 0.04 0.00 -compacté compacter VER m s 0.15 0.00 0.01 0.00 par:pas; -compadre compadre NOM m s 0.42 0.00 0.37 0.00 -compadres compadre NOM m p 0.42 0.00 0.05 0.00 -compagne compagnon NOM f s 21.09 80.00 4.90 9.32 -compagnes compagne NOM f p 1.12 0.00 1.12 0.00 -compagnie compagnie NOM f s 73.78 97.16 68.90 90.88 -compagnies compagnie NOM f p 73.78 97.16 4.88 6.28 -compagnon compagnon NOM m s 21.09 80.00 8.40 34.26 -compagnonnage compagnonnage NOM m s 0.14 0.68 0.14 0.61 -compagnonnages compagnonnage NOM m p 0.14 0.68 0.00 0.07 -compagnonnes compagnon NOM f p 21.09 80.00 0.00 0.07 -compagnons compagnon NOM m p 21.09 80.00 7.79 28.85 -compara comparer VER 25.84 26.01 0.02 0.95 ind:pas:3s; -comparaît comparaître VER 2.52 3.31 0.19 0.14 ind:pre:3s; -comparaîtra comparaître VER 2.52 3.31 0.16 0.00 ind:fut:3s; -comparaîtrait comparaître VER 2.52 3.31 0.01 0.07 cnd:pre:3s; -comparaître comparaître VER 2.52 3.31 1.63 1.62 inf; -comparaîtrez comparaître VER 2.52 3.31 0.17 0.00 ind:fut:2p; -comparaîtrons comparaître VER 2.52 3.31 0.00 0.07 ind:fut:1p; -comparabilité comparabilité NOM f s 0.01 0.00 0.01 0.00 -comparable comparable ADJ s 2.04 6.08 1.93 4.73 -comparables comparable ADJ p 2.04 6.08 0.11 1.35 -comparai comparer VER 25.84 26.01 0.01 0.14 ind:pas:1s; -comparaient comparer VER 25.84 26.01 0.02 0.68 ind:imp:3p; -comparais comparaître VER 2.52 3.31 0.17 0.34 ind:pre:1s;ind:pre:2s; -comparaison comparaison NOM f s 5.25 13.72 4.84 11.35 -comparaisons comparaison NOM f p 5.25 13.72 0.41 2.36 -comparaissaient comparaître VER 2.52 3.31 0.00 0.27 ind:imp:3p; -comparaissait comparaître VER 2.52 3.31 0.01 0.00 ind:imp:3s; -comparaissant comparaître VER 2.52 3.31 0.00 0.14 par:pre; -comparaissent comparaître VER 2.52 3.31 0.02 0.00 ind:pre:3p; -comparaisses comparaître VER 2.52 3.31 0.01 0.00 sub:pre:2s; -comparaissons comparaître VER 2.52 3.31 0.01 0.00 ind:pre:1p; -comparait comparer VER 25.84 26.01 0.19 3.31 ind:imp:3s; -comparant comparer VER 25.84 26.01 0.56 1.22 par:pre; -comparateur comparateur NOM m s 0.03 0.00 0.03 0.00 -comparatif comparatif ADJ m s 0.50 0.47 0.14 0.07 -comparatifs comparatif ADJ m p 0.50 0.47 0.04 0.07 -comparative comparatif ADJ f s 0.50 0.47 0.18 0.27 -comparativement comparativement ADV 0.19 0.07 0.19 0.07 -comparatives comparatif ADJ f p 0.50 0.47 0.14 0.07 -compare comparer VER 25.84 26.01 4.00 3.24 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -comparent comparer VER 25.84 26.01 0.14 0.34 ind:pre:3p; -comparer comparer VER 25.84 26.01 9.01 8.11 inf; -comparera comparer VER 25.84 26.01 0.21 0.14 ind:fut:3s; -comparerai comparer VER 25.84 26.01 0.05 0.07 ind:fut:1s; -comparerais comparer VER 25.84 26.01 0.04 0.00 cnd:pre:1s; -comparerons comparer VER 25.84 26.01 0.36 0.00 ind:fut:1p; -compareront comparer VER 25.84 26.01 0.00 0.07 ind:fut:3p; -compares comparer VER 25.84 26.01 0.69 0.07 ind:pre:2s; -comparez comparer VER 25.84 26.01 1.60 0.20 imp:pre:2p;ind:pre:2p; -compariez comparer VER 25.84 26.01 0.07 0.07 ind:imp:2p; -comparions comparer VER 25.84 26.01 0.02 0.27 ind:imp:1p; -comparoir comparoir VER 0.01 0.00 0.01 0.00 inf; -comparons comparer VER 25.84 26.01 0.17 0.14 imp:pre:1p;ind:pre:1p; -comparse comparse NOM s 0.18 1.76 0.13 0.54 -comparses comparse NOM p 0.18 1.76 0.05 1.22 -compartiment compartiment NOM m s 6.73 13.58 5.58 10.54 -compartimentage compartimentage NOM m s 0.00 0.07 0.00 0.07 -compartimentaient compartimenter VER 0.10 0.27 0.00 0.07 ind:imp:3p; -compartimentant compartimenter VER 0.10 0.27 0.01 0.07 par:pre; -compartimente compartimenter VER 0.10 0.27 0.01 0.00 imp:pre:2s; -compartimenter compartimenter VER 0.10 0.27 0.07 0.00 inf; -compartiments compartiment NOM m p 6.73 13.58 1.15 3.04 -compartimenté compartimenté ADJ m s 0.02 0.20 0.02 0.14 -compartimentée compartimenter VER f s 0.10 0.27 0.00 0.07 par:pas; -comparé comparer VER m s 25.84 26.01 6.47 2.36 par:pas; -comparu comparaître VER m s 2.52 3.31 0.13 0.41 par:pas; -comparée comparer VER f s 25.84 26.01 1.50 2.09 par:pas; -comparées comparer VER f p 25.84 26.01 0.35 0.68 par:pas; -comparés comparer VER m p 25.84 26.01 0.28 1.28 par:pas; -comparut comparaître VER 2.52 3.31 0.02 0.27 ind:pas:3s; -comparution comparution NOM f s 0.34 0.34 0.34 0.34 -compas compas NOM m 1.50 2.84 1.50 2.84 -compassion compassion NOM f s 10.15 7.30 10.15 7.30 -compassé compassé ADJ m s 0.00 1.76 0.00 0.88 -compassée compassé ADJ f s 0.00 1.76 0.00 0.27 -compassées compassé ADJ f p 0.00 1.76 0.00 0.14 -compassés compassé ADJ m p 0.00 1.76 0.00 0.47 -compati compatir VER m s 3.46 2.57 0.04 0.07 par:pas; -compatibilité compatibilité NOM f s 0.40 0.00 0.40 0.00 -compatible compatible ADJ s 2.52 2.09 1.25 1.62 -compatibles compatible ADJ p 2.52 2.09 1.27 0.47 -compatie compatir VER f s 3.46 2.57 0.06 0.00 par:pas; -compatir compatir VER 3.46 2.57 0.47 0.54 inf; -compatira compatir VER 3.46 2.57 0.02 0.00 ind:fut:3s; -compatirait compatir VER 3.46 2.57 0.03 0.00 cnd:pre:3s; -compatirent compatir VER 3.46 2.57 0.00 0.07 ind:pas:3p; -compatis compatir VER m p 3.46 2.57 2.07 0.34 imp:pre:2s;ind:pre:1s;ind:pre:2s;par:pas; -compatissaient compatir VER 3.46 2.57 0.00 0.07 ind:imp:3p; -compatissais compatir VER 3.46 2.57 0.05 0.20 ind:imp:1s;ind:imp:2s; -compatissait compatir VER 3.46 2.57 0.02 0.14 ind:imp:3s; -compatissant compatissant ADJ m s 1.59 3.18 1.01 1.35 -compatissante compatissant ADJ f s 1.59 3.18 0.39 0.88 -compatissantes compatissant ADJ f p 1.59 3.18 0.07 0.20 -compatissants compatissant ADJ m p 1.59 3.18 0.11 0.74 -compatisse compatir VER 3.46 2.57 0.02 0.00 sub:pre:1s;sub:pre:3s; -compatissent compatir VER 3.46 2.57 0.01 0.14 ind:pre:3p; -compatissez compatir VER 3.46 2.57 0.10 0.14 imp:pre:2p;ind:pre:2p; -compatissons compatir VER 3.46 2.57 0.14 0.07 imp:pre:1p;ind:pre:1p; -compatit compatir VER 3.46 2.57 0.41 0.54 ind:pre:3s;ind:pas:3s; -compatriote compatriote NOM s 4.76 9.05 1.48 2.23 -compatriotes compatriote NOM p 4.76 9.05 3.29 6.82 -compendium compendium NOM m s 0.01 0.07 0.01 0.00 -compendiums compendium NOM m p 0.01 0.07 0.00 0.07 -compensa compenser VER 4.59 9.32 0.01 0.20 ind:pas:3s; -compensaient compenser VER 4.59 9.32 0.01 0.54 ind:imp:3p; -compensais compenser VER 4.59 9.32 0.00 0.07 ind:imp:1s; -compensait compenser VER 4.59 9.32 0.04 1.08 ind:imp:3s; -compensant compenser VER 4.59 9.32 0.02 0.41 par:pre; -compensateur compensateur ADJ m s 0.12 0.00 0.05 0.00 -compensateurs compensateur ADJ m p 0.12 0.00 0.06 0.00 -compensation compensation NOM f s 3.33 5.81 2.83 4.39 -compensations compensation NOM f p 3.33 5.81 0.49 1.42 -compensatoire compensatoire ADJ s 0.02 0.34 0.02 0.34 -compense compenser VER 4.59 9.32 0.99 0.74 imp:pre:2s;ind:pre:1s;ind:pre:3s; -compensent compenser VER 4.59 9.32 0.26 0.20 ind:pre:3p; -compenser compenser VER 4.59 9.32 2.06 3.99 inf; -compensera compenser VER 4.59 9.32 0.32 0.00 ind:fut:3s; -compenserais compenser VER 4.59 9.32 0.01 0.00 cnd:pre:2s; -compenserait compenser VER 4.59 9.32 0.17 0.41 cnd:pre:3s; -compensez compenser VER 4.59 9.32 0.28 0.00 imp:pre:2p;ind:pre:2p; -compensât compenser VER 4.59 9.32 0.00 0.14 sub:imp:3s; -compensèrent compenser VER 4.59 9.32 0.00 0.07 ind:pas:3p; -compensé compenser VER m s 4.59 9.32 0.31 0.61 par:pas; -compensée compenser VER f s 4.59 9.32 0.06 0.68 par:pas; -compensées compensé ADJ f p 0.21 0.95 0.04 0.61 -compensés compensé ADJ m p 0.21 0.95 0.13 0.00 -compil compil NOM f s 0.19 0.00 0.19 0.00 -compilant compiler VER 0.58 0.54 0.14 0.27 par:pre; -compilateur compilateur NOM m s 0.08 0.14 0.08 0.14 -compilation compilation NOM f s 0.29 0.47 0.26 0.34 -compilations compilation NOM f p 0.29 0.47 0.03 0.14 -compile compiler VER 0.58 0.54 0.09 0.07 imp:pre:2s;ind:pre:3s; -compiler compiler VER 0.58 0.54 0.23 0.00 inf; -compilons compiler VER 0.58 0.54 0.01 0.00 ind:pre:1p; -compilé compiler VER m s 0.58 0.54 0.11 0.07 par:pas; -compilées compiler VER f p 0.58 0.54 0.02 0.14 par:pas; -compissait compisser VER 0.01 0.27 0.00 0.07 ind:imp:3s; -compisse compisser VER 0.01 0.27 0.01 0.07 ind:pre:1s;ind:pre:3s; -compisser compisser VER 0.01 0.27 0.00 0.07 inf; -compissé compisser VER m s 0.01 0.27 0.00 0.07 par:pas; -complaît complaire VER 0.93 4.19 0.16 0.47 ind:pre:3s; -complainte complainte NOM f s 0.66 2.30 0.61 1.62 -complaintes complainte NOM f p 0.66 2.30 0.04 0.68 -complairait complaire VER 0.93 4.19 0.00 0.14 cnd:pre:3s; -complaire complaire VER 0.93 4.19 0.19 1.08 inf; -complais complaire VER 0.93 4.19 0.34 0.54 imp:pre:2s;ind:pre:1s;ind:pre:2s; -complaisaient complaire VER 0.93 4.19 0.00 0.14 ind:imp:3p; -complaisais complaire VER 0.93 4.19 0.00 0.14 ind:imp:1s; -complaisait complaire VER 0.93 4.19 0.00 0.68 ind:imp:3s; -complaisamment complaisamment ADV 0.01 3.18 0.01 3.18 -complaisance complaisance NOM f s 0.94 11.22 0.80 10.00 -complaisances complaisance NOM f p 0.94 11.22 0.14 1.22 -complaisant complaisant ADJ m s 0.61 4.93 0.42 1.82 -complaisante complaisant ADJ f s 0.61 4.93 0.03 1.96 -complaisantes complaisant ADJ f p 0.61 4.93 0.00 0.27 -complaisants complaisant ADJ m p 0.61 4.93 0.16 0.88 -complaise complaire VER 0.93 4.19 0.00 0.14 sub:pre:3s; -complaisent complaire VER 0.93 4.19 0.02 0.20 ind:pre:3p; -complaisez complaire VER 0.93 4.19 0.06 0.07 ind:pre:2p; -complaisiez complaire VER 0.93 4.19 0.00 0.14 ind:imp:2p; -complet_veston complet_veston NOM m s 0.00 0.54 0.00 0.54 -complet complet ADJ m s 29.19 44.12 17.76 20.61 -complets complet ADJ m p 29.19 44.12 1.68 2.03 -complexait complexer VER 0.42 0.68 0.00 0.07 ind:imp:3s; -complexe complexe ADJ s 8.62 8.51 6.70 5.68 -complexer complexer VER 0.42 0.68 0.17 0.14 inf; -complexes complexe ADJ p 8.62 8.51 1.92 2.84 -complexion complexion NOM f s 0.02 0.68 0.02 0.68 -complexité complexité NOM f s 1.28 2.64 0.92 2.64 -complexités complexité NOM f p 1.28 2.64 0.36 0.00 -complexé complexer VER m s 0.42 0.68 0.11 0.14 par:pas; -complexée complexé ADJ f s 0.12 0.41 0.05 0.00 -complexés complexer VER m p 0.42 0.68 0.03 0.00 par:pas; -complication complication NOM f s 4.59 8.38 1.01 3.24 -complications complication NOM f p 4.59 8.38 3.58 5.14 -complice complice NOM s 14.41 14.73 9.22 7.64 -complices complice NOM p 14.41 14.73 5.19 7.09 -complicité complicité NOM f s 5.61 24.46 5.20 22.03 -complicités complicité NOM f p 5.61 24.46 0.42 2.43 -complies complies NOM f p 0.09 0.95 0.09 0.95 -compliment compliment NOM m s 17.18 15.00 8.29 5.54 -complimenta complimenter VER 1.22 1.55 0.00 0.07 ind:pas:3s; -complimentaient complimenter VER 1.22 1.55 0.00 0.14 ind:imp:3p; -complimentais complimenter VER 1.22 1.55 0.04 0.07 ind:imp:1s; -complimentait complimenter VER 1.22 1.55 0.03 0.20 ind:imp:3s; -complimentant complimenter VER 1.22 1.55 0.03 0.07 par:pre; -complimente complimenter VER 1.22 1.55 0.25 0.20 imp:pre:2s;ind:pre:1s;ind:pre:3s; -complimentent complimenter VER 1.22 1.55 0.01 0.07 ind:pre:3p; -complimenter complimenter VER 1.22 1.55 0.68 0.20 ind:pre:2p;inf; -complimenteraient complimenter VER 1.22 1.55 0.00 0.14 cnd:pre:3p; -complimentez complimenter VER 1.22 1.55 0.05 0.00 imp:pre:2p; -complimentât complimenter VER 1.22 1.55 0.00 0.07 sub:imp:3s; -compliments compliment NOM m p 17.18 15.00 8.89 9.46 -complimenté complimenter VER m s 1.22 1.55 0.08 0.14 par:pas; -complimentée complimenter VER f s 1.22 1.55 0.05 0.20 par:pas; -compliqua compliquer VER 22.30 18.85 0.11 0.14 ind:pas:3s; -compliquaient compliquer VER 22.30 18.85 0.15 0.95 ind:imp:3p; -compliquais compliquer VER 22.30 18.85 0.00 0.07 ind:imp:1s; -compliquait compliquer VER 22.30 18.85 0.02 0.81 ind:imp:3s; -compliquant compliquer VER 22.30 18.85 0.00 0.47 par:pre; -complique compliquer VER 22.30 18.85 4.74 1.96 imp:pre:2s;ind:pre:1s;ind:pre:3s; -compliquent compliquer VER 22.30 18.85 0.40 0.47 ind:pre:3p; -compliquer compliquer VER 22.30 18.85 1.91 2.70 inf; -compliquera compliquer VER 22.30 18.85 0.02 0.07 ind:fut:3s; -compliquerai compliquer VER 22.30 18.85 0.11 0.00 ind:fut:1s; -compliquerait compliquer VER 22.30 18.85 0.02 0.34 cnd:pre:3s; -compliques compliquer VER 22.30 18.85 0.68 0.41 ind:pre:2s; -compliquez compliquer VER 22.30 18.85 0.90 0.14 imp:pre:2p;ind:pre:2p; -compliquions compliquer VER 22.30 18.85 0.00 0.07 ind:imp:1p; -compliquons compliquer VER 22.30 18.85 0.51 0.14 imp:pre:1p;ind:pre:1p; -compliquèrent compliquer VER 22.30 18.85 0.00 0.07 ind:pas:3p; -compliqué compliqué ADJ m s 23.51 24.46 17.17 12.91 -compliquée compliqué ADJ f s 23.51 24.46 4.44 5.07 -compliquées compliqué ADJ f p 23.51 24.46 0.95 3.04 -compliqués compliqué ADJ m p 23.51 24.46 0.94 3.45 -complot complot NOM m s 10.45 6.49 9.82 4.80 -complotai comploter VER 3.68 2.50 0.00 0.07 ind:pas:1s; -complotaient comploter VER 3.68 2.50 0.26 0.14 ind:imp:3p; -complotais comploter VER 3.68 2.50 0.01 0.00 ind:imp:2s; -complotait comploter VER 3.68 2.50 0.04 0.47 ind:imp:3s; -complotant comploter VER 3.68 2.50 0.19 0.14 par:pre; -complote comploter VER 3.68 2.50 0.61 0.47 ind:pre:1s;ind:pre:3s; -complotent comploter VER 3.68 2.50 0.32 0.14 ind:pre:3p; -comploter comploter VER 3.68 2.50 0.71 0.54 ind:pre:2p;inf; -comploteraient comploter VER 3.68 2.50 0.01 0.00 cnd:pre:3p; -comploterait comploter VER 3.68 2.50 0.01 0.00 cnd:pre:3s; -complotes comploter VER 3.68 2.50 0.20 0.00 ind:pre:2s; -comploteur comploteur NOM m s 0.19 0.34 0.16 0.14 -comploteurs comploteur NOM m p 0.19 0.34 0.01 0.20 -comploteuse comploteur NOM f s 0.19 0.34 0.01 0.00 -complotez comploter VER 3.68 2.50 0.63 0.14 imp:pre:2p;ind:pre:2p; -complotiez comploter VER 3.68 2.50 0.15 0.00 ind:imp:2p; -complotons comploter VER 3.68 2.50 0.00 0.14 ind:pre:1p; -complots complot NOM m p 10.45 6.49 0.63 1.69 -complotèrent comploter VER 3.68 2.50 0.01 0.00 ind:pas:3p; -comploté comploter VER m s 3.68 2.50 0.53 0.27 par:pas; -complète complet ADJ f s 29.19 44.12 8.84 18.18 -complètement complètement ADV 105.33 81.49 105.33 81.49 -complètements complètement NOM m p 0.16 0.00 0.06 0.00 -complètent compléter VER 4.89 14.39 0.37 0.41 ind:pre:3p; -complètes complet ADJ f p 29.19 44.12 0.92 3.31 -complu complu ADJ m s 0.00 0.47 0.00 0.47 -complément complément NOM m s 1.25 3.51 0.96 2.77 -complémentaire complémentaire ADJ s 0.81 3.51 0.47 1.55 -complémentairement complémentairement ADV 0.00 0.14 0.00 0.14 -complémentaires complémentaire ADJ p 0.81 3.51 0.34 1.96 -complémentarité complémentarité NOM f s 0.03 0.14 0.03 0.14 -compléments complément NOM m p 1.25 3.51 0.28 0.74 -complus complaire VER 0.93 4.19 0.00 0.07 ind:pas:1s; -complut complaire VER 0.93 4.19 0.00 0.14 ind:pas:3s; -compléta compléter VER 4.89 14.39 0.00 1.69 ind:pas:3s; -complétai compléter VER 4.89 14.39 0.00 0.14 ind:pas:1s; -complétaient compléter VER 4.89 14.39 0.01 1.15 ind:imp:3p; -complétais compléter VER 4.89 14.39 0.01 0.07 ind:imp:1s; -complétait compléter VER 4.89 14.39 0.21 1.49 ind:imp:3s; -complétant compléter VER 4.89 14.39 0.03 0.54 par:pre; -compléter compléter VER 4.89 14.39 2.02 4.46 inf; -complétera compléter VER 4.89 14.39 0.02 0.20 ind:fut:3s; -compléterai compléter VER 4.89 14.39 0.02 0.00 ind:fut:1s; -compléteraient compléter VER 4.89 14.39 0.00 0.14 cnd:pre:3p; -compléterait compléter VER 4.89 14.39 0.01 0.14 cnd:pre:3s; -compléteras compléter VER 4.89 14.39 0.00 0.07 ind:fut:2s; -compléterez compléter VER 4.89 14.39 0.01 0.07 ind:fut:2p; -compléteront compléter VER 4.89 14.39 0.01 0.00 ind:fut:3p; -complétez compléter VER 4.89 14.39 0.18 0.00 imp:pre:2p;ind:pre:2p; -complétiez compléter VER 4.89 14.39 0.01 0.07 ind:imp:2p; -complétons compléter VER 4.89 14.39 0.14 0.00 imp:pre:1p;ind:pre:1p; -complétèrent compléter VER 4.89 14.39 0.00 0.14 ind:pas:3p; -complété compléter VER m s 4.89 14.39 0.45 1.42 par:pas; -complétude complétude NOM f s 0.14 0.07 0.14 0.07 -complétée compléter VER f s 4.89 14.39 0.11 0.68 par:pas; -complétées compléter VER f p 4.89 14.39 0.01 0.34 par:pas; -complétés compléter VER m p 4.89 14.39 0.12 0.20 par:pas; -compo compo NOM f s 0.06 1.35 0.06 1.35 -componction componction NOM f s 0.01 1.76 0.01 1.76 -components component NOM m p 0.01 0.07 0.01 0.07 -comporta comporter VER 24.59 30.54 0.41 0.47 ind:pas:3s; -comportai comporter VER 24.59 30.54 0.01 0.07 ind:pas:1s; -comportaient comporter VER 24.59 30.54 0.21 1.69 ind:imp:3p; -comportais comporter VER 24.59 30.54 0.23 0.14 ind:imp:1s;ind:imp:2s; -comportait comporter VER 24.59 30.54 1.28 7.77 ind:imp:3s; -comportant comporter VER 24.59 30.54 0.23 1.22 par:pre; -comportassent comporter VER 24.59 30.54 0.00 0.07 sub:imp:3p; -comporte comporter VER 24.59 30.54 7.05 7.30 imp:pre:2s;ind:pre:1s;ind:pre:3s; -comportement comportement NOM m s 20.94 17.03 19.68 15.27 -comportemental comportemental ADJ m s 0.79 0.00 0.21 0.00 -comportementale comportemental ADJ f s 0.79 0.00 0.40 0.00 -comportementales comportemental ADJ f p 0.79 0.00 0.10 0.00 -comportementalisme comportementalisme NOM m s 0.00 0.07 0.00 0.07 -comportementaliste comportementaliste ADJ m s 0.04 0.07 0.04 0.07 -comportementaux comportemental ADJ m p 0.79 0.00 0.08 0.00 -comportements comportement NOM m p 20.94 17.03 1.25 1.76 -comportent comporter VER 24.59 30.54 1.26 1.69 ind:pre:3p; -comporter comporter VER 24.59 30.54 6.02 6.49 inf; -comportera comporter VER 24.59 30.54 0.18 0.27 ind:fut:3s; -comporterai comporter VER 24.59 30.54 0.03 0.07 ind:fut:1s; -comporteraient comporter VER 24.59 30.54 0.02 0.20 cnd:pre:3p; -comporterais comporter VER 24.59 30.54 0.02 0.00 cnd:pre:1s;cnd:pre:2s; -comporterait comporter VER 24.59 30.54 0.02 1.08 cnd:pre:3s; -comporterez comporter VER 24.59 30.54 0.05 0.00 ind:fut:2p; -comporteriez comporter VER 24.59 30.54 0.13 0.00 cnd:pre:2p; -comporterions comporter VER 24.59 30.54 0.01 0.07 cnd:pre:1p; -comporteront comporter VER 24.59 30.54 0.02 0.07 ind:fut:3p; -comportes comporter VER 24.59 30.54 2.20 0.07 ind:pre:2s;sub:pre:2s; -comportez comporter VER 24.59 30.54 1.63 0.07 imp:pre:2p;ind:pre:2p; -comportiez comporter VER 24.59 30.54 0.17 0.00 ind:imp:2p; -comportions comporter VER 24.59 30.54 0.01 0.14 ind:imp:1p; -comportons comporter VER 24.59 30.54 0.26 0.00 imp:pre:1p;ind:pre:1p; -comportât comporter VER 24.59 30.54 0.00 0.41 sub:imp:3s; -comporté comporter VER m s 24.59 30.54 1.85 0.68 par:pas; -comportée comporter VER f s 24.59 30.54 0.76 0.47 par:pas; -comportés comporter VER m p 24.59 30.54 0.53 0.07 par:pas; -composa composer VER 14.07 47.57 0.12 2.50 ind:pas:3s; -composai composer VER 14.07 47.57 0.00 0.41 ind:pas:1s; -composaient composer VER 14.07 47.57 0.14 4.39 ind:imp:3p; -composais composer VER 14.07 47.57 0.04 0.34 ind:imp:1s;ind:imp:2s; -composait composer VER 14.07 47.57 0.27 5.54 ind:imp:3s; -composant composant NOM m s 2.81 1.49 0.96 0.07 -composante composant ADJ f s 0.60 0.34 0.15 0.07 -composantes composant NOM f p 2.81 1.49 0.39 0.68 -composants composant NOM m p 2.81 1.49 1.35 0.27 -compose composer VER 14.07 47.57 3.44 4.80 imp:pre:2s;ind:pre:1s;ind:pre:3s; -composent composer VER 14.07 47.57 0.47 3.11 ind:pre:3p; -composer composer VER 14.07 47.57 2.87 7.30 inf; -composera composer VER 14.07 47.57 0.04 0.27 ind:fut:3s; -composerai composer VER 14.07 47.57 0.12 0.00 ind:fut:1s; -composerait composer VER 14.07 47.57 0.01 0.20 cnd:pre:3s; -composeront composer VER 14.07 47.57 0.11 0.07 ind:fut:3p; -composes composer VER 14.07 47.57 0.20 0.07 ind:pre:2s; -composeur composeur NOM m s 0.69 0.00 0.69 0.00 -composez composer VER 14.07 47.57 0.86 0.14 imp:pre:2p;ind:pre:2p; -composiez composer VER 14.07 47.57 0.03 0.00 ind:imp:2p; -composions composer VER 14.07 47.57 0.00 0.14 ind:imp:1p; -composite composite ADJ s 0.16 1.01 0.14 0.88 -composites composite NOM m p 0.10 0.00 0.04 0.00 -compositeur compositeur NOM m s 4.32 3.38 3.62 2.91 -compositeurs compositeur NOM m p 4.32 3.38 0.61 0.47 -composition composition NOM f s 3.99 17.43 3.56 14.59 -compositions composition NOM f p 3.99 17.43 0.43 2.84 -compositrice compositeur NOM f s 4.32 3.38 0.09 0.00 -composons composer VER 14.07 47.57 0.09 0.14 imp:pre:1p;ind:pre:1p; -compost compost NOM m s 0.15 0.14 0.15 0.14 -composter composter VER 0.14 0.34 0.00 0.20 inf; -composteur composteur NOM m s 0.00 0.54 0.00 0.47 -composteurs composteur NOM m p 0.00 0.54 0.00 0.07 -compostez composter VER 0.14 0.34 0.00 0.07 imp:pre:2p; -composèrent composer VER 14.07 47.57 0.00 0.14 ind:pas:3p; -composté composter VER m s 0.14 0.34 0.14 0.07 par:pas; -composé composer VER m s 14.07 47.57 3.34 9.19 par:pas; -composée composer VER f s 14.07 47.57 1.38 4.19 par:pas; -composées composer VER f p 14.07 47.57 0.12 1.01 par:pas; -composés composé NOM m p 0.70 1.08 0.35 0.14 -compote compote NOM f s 3.01 3.31 3.00 2.77 -compotes compote NOM f p 3.01 3.31 0.01 0.54 -compotier compotier NOM m s 0.00 0.68 0.00 0.61 -compotiers compotier NOM m p 0.00 0.68 0.00 0.07 -compound compound ADJ 0.02 0.00 0.02 0.00 -comprîmes comprendre VER 893.40 614.80 0.02 0.20 ind:pas:1p; -comprît comprendre VER 893.40 614.80 0.01 2.64 sub:imp:3s; -comprador comprador NOM m s 0.02 0.00 0.02 0.00 -comprenaient comprendre VER 893.40 614.80 0.61 5.20 ind:imp:3p; -comprenais comprendre VER 893.40 614.80 5.34 24.12 ind:imp:1s;ind:imp:2s; -comprenait comprendre VER 893.40 614.80 4.69 41.28 ind:imp:3s; -comprenant comprendre VER 893.40 614.80 0.55 9.32 par:pre; -comprend comprendre VER 893.40 614.80 41.39 31.82 ind:pre:3s; -comprendra comprendre VER 893.40 614.80 7.10 4.32 ind:fut:3s; -comprendrai comprendre VER 893.40 614.80 2.63 1.42 ind:fut:1s; -comprendraient comprendre VER 893.40 614.80 0.90 1.01 cnd:pre:3p; -comprendrais comprendre VER 893.40 614.80 4.97 2.50 cnd:pre:1s;cnd:pre:2s; -comprendrait comprendre VER 893.40 614.80 3.20 5.00 cnd:pre:3s; -comprendras comprendre VER 893.40 614.80 6.82 2.97 ind:fut:2s; -comprendre comprendre VER 893.40 614.80 135.13 148.51 inf; -comprendrez comprendre VER 893.40 614.80 4.48 2.23 ind:fut:2p; -comprendriez comprendre VER 893.40 614.80 1.52 0.27 cnd:pre:2p; -comprendrions comprendre VER 893.40 614.80 0.04 0.07 cnd:pre:1p; -comprendrons comprendre VER 893.40 614.80 0.42 0.14 ind:fut:1p; -comprendront comprendre VER 893.40 614.80 2.84 1.15 ind:fut:3p; -comprends comprendre VER 893.40 614.80 368.53 103.18 imp:pre:2s;ind:pre:1s;ind:pre:2s; -comprenette comprenette NOM f s 0.03 0.14 0.03 0.14 -comprenez comprendre VER 893.40 614.80 68.86 28.18 imp:pre:2p;ind:pre:2p; -compreniez comprendre VER 893.40 614.80 2.44 1.15 ind:imp:2p; -comprenions comprendre VER 893.40 614.80 0.33 1.82 ind:imp:1p; -comprenne comprendre VER 893.40 614.80 5.98 5.54 sub:pre:1s;sub:pre:3s; -comprennent comprendre VER 893.40 614.80 12.53 8.85 ind:pre:3p;sub:pre:3p; -comprennes comprendre VER 893.40 614.80 4.22 1.15 sub:pre:2s; -comprenons comprendre VER 893.40 614.80 3.83 2.23 imp:pre:1p;ind:pre:1p; -compresse compresse NOM f s 1.86 2.03 0.76 0.68 -compresser compresser VER 0.51 0.61 0.16 0.20 inf; -compresses compresse NOM f p 1.86 2.03 1.09 1.35 -compresseur compresseur NOM m s 0.88 0.14 0.31 0.07 -compresseurs compresseur NOM m p 0.88 0.14 0.57 0.07 -compressible compressible ADJ f s 0.01 0.14 0.01 0.00 -compressibles compressible ADJ p 0.01 0.14 0.00 0.14 -compressif compressif ADJ m s 0.07 0.00 0.07 0.00 -compression compression NOM f s 1.45 0.74 1.21 0.47 -compressions compression NOM f p 1.45 0.74 0.24 0.27 -compressé compresser VER m s 0.51 0.61 0.09 0.14 par:pas; -compressée compresser VER f s 0.51 0.61 0.17 0.07 par:pas; -compressées compressé ADJ f p 0.10 0.68 0.03 0.20 -compressés compressé ADJ m p 0.10 0.68 0.04 0.07 -comprima comprimer VER 1.15 3.99 0.14 0.20 ind:pas:3s; -comprimait comprimer VER 1.15 3.99 0.00 1.01 ind:imp:3s; -comprimant comprimer VER 1.15 3.99 0.00 0.61 par:pre; -comprime comprimer VER 1.15 3.99 0.16 0.34 imp:pre:2s;ind:pre:1s;ind:pre:3s; -compriment comprimer VER 1.15 3.99 0.02 0.14 ind:pre:3p; -comprimer comprimer VER 1.15 3.99 0.20 0.61 inf; -comprimez comprimer VER 1.15 3.99 0.08 0.00 imp:pre:2p; -comprimèrent comprimer VER 1.15 3.99 0.00 0.07 ind:pas:3p; -comprimé comprimé NOM m s 4.27 3.99 1.62 1.35 -comprimée comprimé ADJ f s 0.55 1.82 0.03 0.27 -comprimées comprimer VER f p 1.15 3.99 0.01 0.14 par:pas; -comprimés comprimé NOM m p 4.27 3.99 2.65 2.64 -comprirent comprendre VER 893.40 614.80 0.14 1.69 ind:pas:3p; -compris comprendre VER m 893.40 614.80 198.16 136.62 ind:pas:1s;ind:pas:2s;par:pas;par:pas;par:pas; -comprise comprendre VER f s 893.40 614.80 3.32 2.91 par:pas; -comprises comprendre VER f p 893.40 614.80 0.66 0.41 par:pas; -comprisse comprendre VER 893.40 614.80 0.00 0.27 sub:imp:1s; -comprit comprendre VER 893.40 614.80 1.74 36.62 ind:pas:3s; -compromît compromettre VER 10.28 16.62 0.01 0.07 sub:imp:3s; -compromet compromettre VER 10.28 16.62 0.90 0.41 ind:pre:3s; -compromets compromettre VER 10.28 16.62 0.34 0.27 imp:pre:2s;ind:pre:1s;ind:pre:2s; -compromettaient compromettre VER 10.28 16.62 0.03 0.14 ind:imp:3p; -compromettait compromettre VER 10.28 16.62 0.02 1.15 ind:imp:3s; -compromettant compromettant ADJ m s 1.63 2.64 0.75 0.88 -compromettante compromettant ADJ f s 1.63 2.64 0.21 0.54 -compromettantes compromettant ADJ f p 1.63 2.64 0.32 0.47 -compromettants compromettant ADJ m p 1.63 2.64 0.35 0.74 -compromette compromettre VER 10.28 16.62 0.14 0.07 sub:pre:3s; -compromettent compromettre VER 10.28 16.62 0.06 0.27 ind:pre:3p; -compromettes compromettre VER 10.28 16.62 0.01 0.07 sub:pre:2s; -compromettez compromettre VER 10.28 16.62 0.27 0.07 imp:pre:2p;ind:pre:2p; -compromettiez compromettre VER 10.28 16.62 0.04 0.20 ind:imp:2p; -compromettrai compromettre VER 10.28 16.62 0.01 0.07 ind:fut:1s; -compromettrait compromettre VER 10.28 16.62 0.46 0.41 cnd:pre:3s; -compromettre compromettre VER 10.28 16.62 3.83 6.42 inf; -compromettrons compromettre VER 10.28 16.62 0.01 0.00 ind:fut:1p; -compromirent compromettre VER 10.28 16.62 0.00 0.07 ind:pas:3p; -compromis compromis NOM m 6.26 5.88 6.26 5.88 -compromise compromettre VER f s 10.28 16.62 1.08 1.82 par:pas; -compromises compromettre VER f p 10.28 16.62 0.21 0.41 par:pas; -compromission compromission NOM f s 0.29 1.62 0.16 0.34 -compromissions compromission NOM f p 0.29 1.62 0.14 1.28 -compromissoire compromissoire ADJ f s 0.01 0.00 0.01 0.00 -compromit compromettre VER 10.28 16.62 0.00 0.27 ind:pas:3s; -compréhensible compréhensible ADJ s 4.47 3.04 4.25 2.50 -compréhensibles compréhensible ADJ p 4.47 3.04 0.21 0.54 -compréhensif compréhensif ADJ m s 5.21 4.93 2.73 2.36 -compréhensifs compréhensif ADJ m p 5.21 4.93 0.72 0.68 -compréhension compréhension NOM f s 5.85 10.00 5.85 9.93 -compréhensions compréhension NOM f p 5.85 10.00 0.00 0.07 -compréhensive compréhensif ADJ f s 5.21 4.93 1.67 1.55 -compréhensives compréhensif ADJ f p 5.21 4.93 0.08 0.34 -compta compter VER 227.77 203.72 0.95 5.47 ind:pas:3s; -comptabilisait comptabiliser VER 0.40 1.28 0.00 0.20 ind:imp:3s; -comptabilisant comptabiliser VER 0.40 1.28 0.00 0.20 par:pre; -comptabilisation comptabilisation NOM f s 0.00 0.14 0.00 0.14 -comptabilise comptabiliser VER 0.40 1.28 0.04 0.14 ind:pre:1s;ind:pre:3s; -comptabiliser comptabiliser VER 0.40 1.28 0.09 0.61 inf; -comptabilisé comptabiliser VER m s 0.40 1.28 0.23 0.14 par:pas; -comptabilisées comptabiliser VER f p 0.40 1.28 0.01 0.00 par:pas; -comptabilisés comptabiliser VER m p 0.40 1.28 0.03 0.00 par:pas; -comptabilité comptabilité NOM f s 4.37 4.53 4.37 4.39 -comptabilités comptabilité NOM f p 4.37 4.53 0.00 0.14 -comptable comptable NOM s 7.15 4.26 6.43 3.31 -comptables comptable NOM p 7.15 4.26 0.72 0.95 -comptage comptage NOM m s 0.30 0.14 0.30 0.14 -comptai compter VER 227.77 203.72 0.01 0.14 ind:pas:1s; -comptaient compter VER 227.77 203.72 0.93 8.04 ind:imp:3p; -comptais compter VER 227.77 203.72 7.39 7.03 ind:imp:1s;ind:imp:2s; -comptait compter VER 227.77 203.72 7.32 32.50 ind:imp:3s; -comptant compter VER 227.77 203.72 2.47 6.15 par:pre; -compte_fils compte_fils NOM m 0.00 0.34 0.00 0.34 -compte_gouttes compte_gouttes NOM m 0.45 1.42 0.45 1.42 -compte_rendu compte_rendu NOM m s 2.21 0.14 2.06 0.07 -compte_tours compte_tours NOM m 0.04 0.41 0.04 0.41 -compte compte NOM m s 160.95 208.38 138.88 187.23 -comptent compter VER 227.77 203.72 8.09 6.69 ind:pre:3p; -compter compter VER 227.77 203.72 45.04 52.77 ind:pre:2p;inf; -comptera compter VER 227.77 203.72 1.62 0.88 ind:fut:3s; -compterai compter VER 227.77 203.72 0.40 0.27 ind:fut:1s; -compteraient compter VER 227.77 203.72 0.01 0.27 cnd:pre:3p; -compterais compter VER 227.77 203.72 0.49 0.07 cnd:pre:1s;cnd:pre:2s; -compterait compter VER 227.77 203.72 0.39 1.42 cnd:pre:3s; -compteras compter VER 227.77 203.72 0.18 0.00 ind:fut:2s; -compterez compter VER 227.77 203.72 0.04 0.07 ind:fut:2p; -compterons compter VER 227.77 203.72 0.02 0.14 ind:fut:1p; -compteront compter VER 227.77 203.72 0.37 0.27 ind:fut:3p; -compte_rendu compte_rendu NOM m p 2.21 0.14 0.16 0.07 -comptes compte NOM m p 160.95 208.38 22.07 21.15 -compteur compteur NOM m s 4.81 5.95 4.27 4.19 -compteurs compteur NOM m p 4.81 5.95 0.55 1.76 -comptez compter VER 227.77 203.72 21.36 5.88 imp:pre:2p;ind:pre:2p; -compère compère NOM m s 2.13 3.85 1.70 2.36 -compères compère NOM m p 2.13 3.85 0.42 1.49 -compète compéter VER 0.96 0.07 0.80 0.07 imp:pre:2s;ind:pre:1s;ind:pre:3s; -compètes compéter VER 0.96 0.07 0.14 0.00 ind:pre:2s; -comptiez compter VER 227.77 203.72 1.38 0.20 ind:imp:2p;sub:pre:2p; -comptine comptine NOM f s 2.00 1.76 1.73 1.22 -comptines comptine NOM f p 2.00 1.76 0.28 0.54 -comptions compter VER 227.77 203.72 0.26 0.68 ind:imp:1p; -comptoir comptoir NOM m s 8.66 41.55 8.49 39.53 -comptoirs comptoir NOM m p 8.66 41.55 0.17 2.03 -comptons compter VER 227.77 203.72 2.17 2.84 imp:pre:1p;ind:pre:1p; -comptât compter VER 227.77 203.72 0.00 0.20 sub:imp:3s; -comptèrent compter VER 227.77 203.72 0.01 0.20 ind:pas:3p; -compté compter VER m s 227.77 203.72 10.34 11.55 par:pas; -comptée compter VER f s 227.77 203.72 0.12 0.88 par:pas; -comptées compter VER f p 227.77 203.72 0.25 1.28 par:pas; -comptés compter VER m p 227.77 203.72 1.96 2.84 par:pas; -compulsait compulser VER 0.27 1.69 0.00 0.27 ind:imp:3s; -compulsant compulser VER 0.27 1.69 0.01 0.20 par:pre; -compulse compulser VER 0.27 1.69 0.10 0.47 imp:pre:2s;ind:pre:3s; -compulser compulser VER 0.27 1.69 0.03 0.47 inf; -compulsez compulser VER 0.27 1.69 0.10 0.00 imp:pre:2p; -compulsif compulsif ADJ m s 1.04 0.14 0.72 0.07 -compulsifs compulsif ADJ m p 1.04 0.14 0.11 0.00 -compulsion compulsion NOM f s 0.17 0.00 0.17 0.00 -compulsive compulsif ADJ f s 1.04 0.14 0.18 0.00 -compulsivement compulsivement ADV 0.03 0.00 0.03 0.00 -compulsives compulsif ADJ f p 1.04 0.14 0.03 0.07 -compulsoire compulsoire NOM m s 0.00 0.07 0.00 0.07 -compulsons compulser VER 0.27 1.69 0.00 0.07 ind:pre:1p; -compulsé compulser VER m s 0.27 1.69 0.02 0.14 par:pas; -compulsés compulser VER m p 0.27 1.69 0.00 0.07 par:pas; -comput comput NOM m s 0.00 0.14 0.00 0.14 -compétant compéter VER 0.96 0.07 0.02 0.00 par:pre; -computations computation NOM f p 0.00 0.07 0.00 0.07 -compétence compétence NOM f s 5.98 5.07 2.12 3.24 -compétences compétence NOM f p 5.98 5.07 3.86 1.82 -compétent compétent ADJ m s 7.44 3.11 4.45 1.08 -compétente compétent ADJ f s 7.44 3.11 1.05 1.08 -compétentes compétent ADJ f p 7.44 3.11 0.52 0.34 -compétents compétent ADJ m p 7.44 3.11 1.42 0.61 -computer computer NOM m s 0.17 0.14 0.14 0.07 -computers computer NOM m p 0.17 0.14 0.03 0.07 -computeur computeur NOM m s 0.05 0.07 0.04 0.00 -computeurs computeur NOM m p 0.05 0.07 0.01 0.07 -compétiteur compétiteur NOM m s 0.34 0.20 0.28 0.00 -compétiteurs compétiteur NOM m p 0.34 0.20 0.05 0.20 -compétitif compétitif ADJ m s 1.27 0.00 0.53 0.00 -compétitifs compétitif ADJ m p 1.27 0.00 0.22 0.00 -compétition compétition NOM f s 9.15 4.80 8.43 3.85 -compétitions compétition NOM f p 9.15 4.80 0.73 0.95 -compétitive compétitif ADJ f s 1.27 0.00 0.52 0.00 -compétitivité compétitivité NOM f s 0.06 0.00 0.06 0.00 -compétitrice compétiteur NOM f s 0.34 0.20 0.01 0.00 -comtal comtal ADJ m s 0.00 0.20 0.00 0.14 -comtale comtal ADJ f s 0.00 0.20 0.00 0.07 -comte comte NOM m s 27.31 67.77 12.89 51.42 -comtes comte NOM m p 27.31 67.77 0.74 2.64 -comtesse comte NOM f s 27.31 67.77 13.69 12.43 -comtesses comtesse NOM f p 0.05 0.00 0.05 0.00 -comète comète NOM f s 2.28 2.50 1.96 2.30 -comètes comète NOM f p 2.28 2.50 0.32 0.20 -comtois comtois ADJ m 0.00 0.27 0.00 0.07 -comtois comtois NOM m 0.00 0.27 0.00 0.07 -comtoise comtois ADJ f s 0.00 0.27 0.00 0.20 -comtoise comtois NOM f s 0.00 0.27 0.00 0.20 -comté comté NOM m s 11.64 2.36 10.96 2.36 -comtés comté NOM m p 11.64 2.36 0.68 0.00 -comédie comédie NOM f s 22.11 29.73 20.87 25.68 -comédien comédien NOM m s 6.06 10.74 3.02 5.27 -comédienne comédien NOM f s 6.06 10.74 0.75 1.76 -comédiennes comédienne NOM f p 0.44 0.00 0.44 0.00 -comédiens comédien NOM m p 6.06 10.74 2.30 3.11 -comédies comédie NOM f p 22.11 29.73 1.23 4.05 -comédons comédon NOM m p 0.00 0.07 0.00 0.07 -con con PRO:per s 7.87 4.59 7.87 4.59 -conard conard NOM m s 0.19 0.47 0.16 0.27 -conarde conard NOM f s 0.19 0.47 0.00 0.07 -conards conard NOM m p 0.19 0.47 0.03 0.14 -conasse conasse NOM f s 0.34 0.27 0.34 0.20 -conasses conasse NOM f p 0.34 0.27 0.00 0.07 -concassage concassage NOM m s 0.00 0.14 0.00 0.14 -concassait concasser VER 0.09 1.76 0.00 0.07 ind:imp:3s; -concassant concasser VER 0.09 1.76 0.00 0.14 par:pre; -concasse concasser VER 0.09 1.76 0.00 0.07 ind:pre:3s; -concassent concasser VER 0.09 1.76 0.00 0.07 ind:pre:3p; -concasser concasser VER 0.09 1.76 0.01 0.07 inf; -concasseur concasseur NOM m s 0.19 0.68 0.17 0.27 -concasseurs concasseur NOM m p 0.19 0.68 0.01 0.41 -concassé concasser VER m s 0.09 1.76 0.04 0.54 par:pas; -concassée concasser VER f s 0.09 1.76 0.01 0.27 par:pas; -concassées concasser VER f p 0.09 1.76 0.01 0.20 par:pas; -concassés concasser VER m p 0.09 1.76 0.01 0.34 par:pas; -concaténation concaténation NOM f s 0.01 0.00 0.01 0.00 -concave concave ADJ s 0.20 1.22 0.19 1.08 -concaves concave ADJ p 0.20 1.22 0.01 0.14 -concavité concavité NOM f s 0.00 0.34 0.00 0.34 -concentra concentrer VER 39.58 18.92 0.04 1.28 ind:pas:3s; -concentrai concentrer VER 39.58 18.92 0.00 0.27 ind:pas:1s; -concentraient concentrer VER 39.58 18.92 0.15 0.68 ind:imp:3p; -concentrais concentrer VER 39.58 18.92 0.16 0.00 ind:imp:1s;ind:imp:2s; -concentrait concentrer VER 39.58 18.92 0.14 1.42 ind:imp:3s; -concentrant concentrer VER 39.58 18.92 0.43 0.74 par:pre; -concentrateur concentrateur NOM m s 0.12 0.00 0.12 0.00 -concentration concentration NOM f s 8.54 10.41 8.46 10.27 -concentrationnaire concentrationnaire ADJ m s 0.32 0.61 0.32 0.34 -concentrationnaires concentrationnaire ADJ m p 0.32 0.61 0.00 0.27 -concentrations concentration NOM f p 8.54 10.41 0.08 0.14 -concentre concentrer VER 39.58 18.92 12.05 2.70 imp:pre:2s;ind:pre:1s;ind:pre:3s; -concentrent concentrer VER 39.58 18.92 0.30 0.20 ind:pre:3p; -concentrer concentrer VER 39.58 18.92 14.13 6.28 ind:pre:2p;inf; -concentrera concentrer VER 39.58 18.92 0.20 0.00 ind:fut:3s; -concentrerai concentrer VER 39.58 18.92 0.06 0.00 ind:fut:1s; -concentrerais concentrer VER 39.58 18.92 0.10 0.07 cnd:pre:1s;cnd:pre:2s; -concentrerait concentrer VER 39.58 18.92 0.04 0.00 cnd:pre:3s; -concentrerons concentrer VER 39.58 18.92 0.05 0.00 ind:fut:1p; -concentreront concentrer VER 39.58 18.92 0.03 0.07 ind:fut:3p; -concentres concentrer VER 39.58 18.92 0.88 0.00 ind:pre:2s;sub:pre:2s; -concentrez concentrer VER 39.58 18.92 4.39 0.00 imp:pre:2p;ind:pre:2p; -concentriez concentrer VER 39.58 18.92 0.12 0.00 ind:imp:2p; -concentrions concentrer VER 39.58 18.92 0.04 0.00 ind:imp:1p; -concentrique concentrique ADJ s 0.16 4.12 0.00 0.54 -concentriques concentrique ADJ p 0.16 4.12 0.16 3.58 -concentrons concentrer VER 39.58 18.92 1.69 0.07 imp:pre:1p;ind:pre:1p; -concentré concentrer VER m s 39.58 18.92 2.55 2.30 par:pas; -concentrée concentrer VER f s 39.58 18.92 0.66 1.69 par:pas; -concentrées concentrer VER f p 39.58 18.92 0.32 0.61 par:pas; -concentrés concentrer VER m p 39.58 18.92 1.08 0.54 par:pas; -concept concept NOM m s 8.66 3.24 7.63 2.03 -concepteur concepteur ADJ m s 0.51 0.00 0.50 0.00 -concepteurs concepteur NOM m p 0.77 0.14 0.23 0.00 -conception conception NOM f s 4.37 11.55 3.84 8.31 -conceptions conception NOM f p 4.37 11.55 0.53 3.24 -conceptrice concepteur NOM f s 0.77 0.14 0.05 0.00 -concepts concept NOM m p 8.66 3.24 1.02 1.22 -conceptualise conceptualiser VER 0.04 0.00 0.01 0.00 ind:pre:1s; -conceptualiser conceptualiser VER 0.04 0.00 0.02 0.00 inf; -conceptualisé conceptualiser VER m s 0.04 0.00 0.01 0.00 par:pas; -conceptuel conceptuel ADJ m s 0.46 0.14 0.32 0.14 -conceptuelle conceptuel ADJ f s 0.46 0.14 0.07 0.00 -conceptuellement conceptuellement ADV 0.01 0.00 0.01 0.00 -conceptuelles conceptuel ADJ f p 0.46 0.14 0.05 0.00 -conceptuels conceptuel ADJ m p 0.46 0.14 0.02 0.00 -concernaient concerner VER 49.31 50.47 0.18 1.76 ind:imp:3p; -concernait concerner VER 49.31 50.47 2.13 10.95 ind:imp:3s; -concernant concernant PRE 13.08 14.26 13.08 14.26 -concerne concerner VER 49.31 50.47 33.49 26.42 imp:pre:2s;ind:pre:1s;ind:pre:3s; -concernent concerner VER 49.31 50.47 1.64 1.96 ind:pre:3p; -concerner concerner VER 49.31 50.47 0.36 1.22 inf; -concernera concerner VER 49.31 50.47 0.25 0.07 ind:fut:3s; -concerneraient concerner VER 49.31 50.47 0.01 0.07 cnd:pre:3p; -concernerait concerner VER 49.31 50.47 0.17 0.34 cnd:pre:3s; -concernât concerner VER 49.31 50.47 0.00 0.20 sub:imp:3s; -concernèrent concerner VER 49.31 50.47 0.00 0.07 ind:pas:3p; -concerné concerner VER m s 49.31 50.47 3.06 1.49 par:pas; -concernée concerner VER f s 49.31 50.47 1.42 1.08 par:pas; -concernées concerner VER f p 49.31 50.47 0.63 0.14 par:pas; -concernés concerner VER m p 49.31 50.47 2.51 1.08 par:pas; -concert concert NOM m s 31.65 30.14 26.51 24.86 -concertaient concerter VER 0.65 3.78 0.01 0.14 ind:imp:3p; -concertait concerter VER 0.65 3.78 0.00 0.14 ind:imp:3s; -concertant concerter VER 0.65 3.78 0.00 0.07 par:pre; -concertation concertation NOM f s 0.17 0.07 0.15 0.07 -concertations concertation NOM f p 0.17 0.07 0.01 0.00 -concerte concerter VER 0.65 3.78 0.05 0.07 ind:pre:3s; -concertent concerter VER 0.65 3.78 0.02 0.41 ind:pre:3p; -concerter concerter VER 0.65 3.78 0.32 1.15 inf; -concertez concerter VER 0.65 3.78 0.01 0.00 ind:pre:2p; -concertina concertina NOM m s 0.01 0.00 0.01 0.00 -concertiste concertiste NOM s 0.60 0.00 0.60 0.00 -concerto concerto NOM m s 1.63 2.77 1.56 2.36 -concertons concerter VER 0.65 3.78 0.01 0.07 imp:pre:1p;ind:pre:1p; -concertos concerto NOM m p 1.63 2.77 0.07 0.41 -concerts concert NOM m p 31.65 30.14 5.14 5.27 -concertèrent concerter VER 0.65 3.78 0.00 0.20 ind:pas:3p; -concerté concerter VER m s 0.65 3.78 0.17 0.20 par:pas; -concertée concerter VER f s 0.65 3.78 0.03 0.41 par:pas; -concertées concerter VER f p 0.65 3.78 0.00 0.27 par:pas; -concertés concerter VER m p 0.65 3.78 0.02 0.68 par:pas; -concession concession NOM f s 5.31 14.12 3.54 9.32 -concessionnaire concessionnaire NOM s 0.70 0.95 0.63 0.68 -concessionnaires concessionnaire NOM p 0.70 0.95 0.07 0.27 -concessions concession NOM f p 5.31 14.12 1.77 4.80 -concetto concetto NOM m s 0.00 0.07 0.00 0.07 -concevable concevable ADJ s 0.28 2.77 0.27 2.50 -concevables concevable ADJ f p 0.28 2.77 0.01 0.27 -concevaient concevoir VER 18.75 27.84 0.12 0.34 ind:imp:3p; -concevais concevoir VER 18.75 27.84 0.06 1.15 ind:imp:1s; -concevait concevoir VER 18.75 27.84 0.15 2.36 ind:imp:3s; -concevant concevoir VER 18.75 27.84 0.05 0.14 par:pre; -concevez concevoir VER 18.75 27.84 0.06 0.07 imp:pre:2p;ind:pre:2p; -conceviez concevoir VER 18.75 27.84 0.14 0.14 ind:imp:2p; -concevions concevoir VER 18.75 27.84 0.00 0.07 ind:imp:1p; -concevoir concevoir VER 18.75 27.84 3.14 7.57 inf; -concevons concevoir VER 18.75 27.84 0.02 0.20 imp:pre:1p;ind:pre:1p; -concevrais concevoir VER 18.75 27.84 0.00 0.14 cnd:pre:1s; -concevrait concevoir VER 18.75 27.84 0.01 0.27 cnd:pre:3s; -conchiaient conchier VER 0.03 0.54 0.00 0.07 ind:imp:3p; -conchie conchier VER 0.03 0.54 0.01 0.07 ind:pre:1s;ind:pre:3s; -conchier conchier VER 0.03 0.54 0.01 0.34 inf; -conchié conchier VER m s 0.03 0.54 0.01 0.07 par:pas; -conchoïdaux conchoïdal ADJ m p 0.01 0.00 0.01 0.00 -concierge concierge NOM s 11.15 29.05 10.81 25.41 -conciergerie conciergerie NOM f s 0.04 0.74 0.04 0.68 -conciergeries conciergerie NOM f p 0.04 0.74 0.00 0.07 -concierges concierge NOM p 11.15 29.05 0.34 3.65 -concile concile NOM m s 0.17 3.11 0.17 2.57 -conciles concile NOM m p 0.17 3.11 0.00 0.54 -conciliable conciliable ADJ s 0.00 0.34 0.00 0.27 -conciliables conciliable ADJ p 0.00 0.34 0.00 0.07 -conciliabule conciliabule NOM m s 0.28 3.58 0.02 1.76 -conciliabules conciliabule NOM m p 0.28 3.58 0.26 1.82 -conciliaient concilier VER 0.85 5.00 0.00 0.07 ind:imp:3p; -conciliaires conciliaire ADJ m p 0.00 0.07 0.00 0.07 -conciliait concilier VER 0.85 5.00 0.00 0.34 ind:imp:3s; -conciliant conciliant ADJ m s 0.63 3.85 0.30 2.09 -conciliante conciliant ADJ f s 0.63 3.85 0.12 1.22 -conciliantes conciliant ADJ f p 0.63 3.85 0.03 0.20 -conciliants conciliant ADJ m p 0.63 3.85 0.17 0.34 -conciliateur conciliateur NOM m s 0.10 0.14 0.07 0.14 -conciliateurs conciliateur NOM m p 0.10 0.14 0.01 0.00 -conciliation conciliation NOM f s 0.64 1.82 0.37 1.69 -conciliations conciliation NOM f p 0.64 1.82 0.27 0.14 -conciliatrice conciliateur NOM f s 0.10 0.14 0.01 0.00 -concilie concilier VER 0.85 5.00 0.20 0.14 ind:pre:3s; -concilier concilier VER 0.85 5.00 0.60 3.18 inf; -concilierait concilier VER 0.85 5.00 0.00 0.07 cnd:pre:3s; -concilies concilier VER 0.85 5.00 0.00 0.07 ind:pre:2s; -concilié concilier VER m s 0.85 5.00 0.02 0.14 par:pas; -conciliées concilier VER f p 0.85 5.00 0.00 0.07 par:pas; -conciliés concilier VER m p 0.85 5.00 0.00 0.07 par:pas; -concis concis ADJ m 1.42 0.68 0.77 0.61 -concise concis ADJ f s 1.42 0.68 0.65 0.07 -concision concision NOM f s 0.31 0.61 0.31 0.61 -concitoyen concitoyen NOM m s 4.36 1.62 0.33 0.07 -concitoyenne concitoyen NOM f s 4.36 1.62 0.11 0.07 -concitoyennes concitoyenne NOM f p 0.10 0.00 0.10 0.00 -concitoyens concitoyen NOM m p 4.36 1.62 3.92 1.49 -conclûmes conclure VER 27.26 51.76 0.00 0.07 ind:pas:1p; -conclût conclure VER 27.26 51.76 0.00 0.07 sub:imp:3s; -conclave conclave NOM m s 0.00 0.47 0.00 0.47 -conclaviste conclaviste NOM m s 0.00 0.07 0.00 0.07 -conclu conclure VER m s 27.26 51.76 11.88 10.61 par:pas; -concluaient conclure VER 27.26 51.76 0.00 0.47 ind:imp:3p; -concluais conclure VER 27.26 51.76 0.02 0.68 ind:imp:1s; -concluait conclure VER 27.26 51.76 0.06 2.50 ind:imp:3s; -concluant concluant ADJ m s 1.49 0.95 0.71 0.41 -concluante concluant ADJ f s 1.49 0.95 0.33 0.34 -concluantes concluant ADJ f p 1.49 0.95 0.10 0.00 -concluants concluant ADJ m p 1.49 0.95 0.35 0.20 -conclue conclure VER f s 27.26 51.76 1.82 1.49 par:pas;sub:pre:1s;sub:pre:3s; -concluent conclure VER 27.26 51.76 0.20 0.61 ind:pre:3p; -conclues conclure VER f p 27.26 51.76 0.06 0.20 par:pas;sub:pre:2s; -concluez conclure VER 27.26 51.76 0.57 0.07 imp:pre:2p;ind:pre:2p; -concluions conclure VER 27.26 51.76 0.02 0.07 ind:imp:1p; -concluons conclure VER 27.26 51.76 0.75 0.07 imp:pre:1p;ind:pre:1p; -conclura conclure VER 27.26 51.76 0.24 0.07 ind:fut:3s; -conclurai conclure VER 27.26 51.76 0.27 0.07 ind:fut:1s; -conclurais conclure VER 27.26 51.76 0.03 0.00 cnd:pre:1s; -conclurait conclure VER 27.26 51.76 0.04 0.00 cnd:pre:3s; -conclure conclure VER 27.26 51.76 7.57 10.34 inf; -conclurent conclure VER 27.26 51.76 0.03 0.27 ind:pas:3p; -conclurez conclure VER 27.26 51.76 0.01 0.00 ind:fut:2p; -conclurions conclure VER 27.26 51.76 0.01 0.07 cnd:pre:1p; -conclurons conclure VER 27.26 51.76 0.07 0.00 ind:fut:1p; -concluront conclure VER 27.26 51.76 0.03 0.07 ind:fut:3p; -conclus conclure VER m p 27.26 51.76 1.88 4.32 imp:pre:2s;ind:pre:1s;ind:pre:2s;par:pas; -conclusion conclusion NOM f s 13.90 20.68 8.19 14.32 -conclusions conclusion NOM f p 13.90 20.68 5.71 6.35 -conclusive conclusif ADJ f s 0.01 0.00 0.01 0.00 -conclut conclure VER 27.26 51.76 1.65 18.92 ind:pre:3s;ind:pas:3s; -concocta concocter VER 1.00 1.01 0.01 0.00 ind:pas:3s; -concoctait concocter VER 1.00 1.01 0.01 0.14 ind:imp:3s; -concoctent concocter VER 1.00 1.01 0.02 0.00 ind:pre:3p; -concocter concocter VER 1.00 1.01 0.34 0.41 inf; -concocteras concocter VER 1.00 1.01 0.01 0.07 ind:fut:2s; -concoction concoction NOM f s 0.06 0.20 0.06 0.20 -concocté concocter VER m s 1.00 1.01 0.57 0.27 par:pas; -concoctée concocter VER f s 1.00 1.01 0.04 0.07 par:pas; -concoctés concocter VER m p 1.00 1.01 0.01 0.07 par:pas; -concombre concombre NOM m s 2.75 4.12 1.82 1.15 -concombres concombre NOM m p 2.75 4.12 0.94 2.97 -concomitance concomitance NOM f s 0.01 0.07 0.01 0.07 -concomitant concomitant ADJ m s 0.02 0.41 0.00 0.14 -concomitante concomitant ADJ f s 0.02 0.41 0.01 0.14 -concomitantes concomitant ADJ f p 0.02 0.41 0.01 0.14 -concordaient concorder VER 2.45 0.81 0.02 0.14 ind:imp:3p; -concordait concorder VER 2.45 0.81 0.13 0.27 ind:imp:3s; -concordance concordance NOM f s 0.45 0.54 0.45 0.54 -concordant concorder VER 2.45 0.81 0.03 0.00 par:pre; -concordante concordant ADJ f s 0.23 0.14 0.03 0.00 -concordantes concordant ADJ f p 0.23 0.14 0.02 0.00 -concordants concordant ADJ m p 0.23 0.14 0.16 0.07 -concordat concordat NOM m s 0.00 0.07 0.00 0.07 -concorde concorder VER 2.45 0.81 1.40 0.07 imp:pre:2s;ind:pre:3s; -concordent concorder VER 2.45 0.81 0.71 0.20 ind:pre:3p; -concorder concorder VER 2.45 0.81 0.15 0.14 inf; -concordez concorder VER 2.45 0.81 0.01 0.00 imp:pre:2p; -concordistes concordiste NOM p 0.00 0.07 0.00 0.07 -concourût concourir VER 1.35 3.72 0.00 0.07 sub:imp:3s; -concouraient concourir VER 1.35 3.72 0.03 0.20 ind:imp:3p; -concourait concourir VER 1.35 3.72 0.01 0.34 ind:imp:3s; -concourant concourant ADJ m s 0.01 0.00 0.01 0.00 -concoure concourir VER 1.35 3.72 0.02 0.00 sub:pre:3s; -concourent concourir VER 1.35 3.72 0.08 0.47 ind:pre:3p; -concourez concourir VER 1.35 3.72 0.04 0.00 ind:pre:2p; -concourir concourir VER 1.35 3.72 0.55 1.28 inf; -concourrai concourir VER 1.35 3.72 0.01 0.00 ind:fut:1s; -concourrait concourir VER 1.35 3.72 0.01 0.14 cnd:pre:3s; -concourront concourir VER 1.35 3.72 0.00 0.07 ind:fut:3p; -concours concours NOM m 23.89 31.69 23.89 31.69 -concourt concourir VER 1.35 3.72 0.17 0.54 ind:pre:3s; -concouru concourir VER m s 1.35 3.72 0.10 0.54 par:pas; -concret concret ADJ m s 3.48 7.09 1.88 2.09 -concrets concret ADJ m p 3.48 7.09 0.24 1.22 -concrète concret ADJ f s 3.48 7.09 0.93 2.84 -concrètement concrètement ADV 2.04 1.15 2.04 1.15 -concrètes concret ADJ f p 3.48 7.09 0.42 0.95 -concrétion concrétion NOM f s 0.01 0.81 0.01 0.47 -concrétions concrétion NOM f p 0.01 0.81 0.00 0.34 -concrétisant concrétiser VER 0.83 1.35 0.01 0.07 par:pre; -concrétisation concrétisation NOM f s 0.04 0.07 0.04 0.07 -concrétise concrétiser VER 0.83 1.35 0.20 0.14 ind:pre:1s;ind:pre:3s; -concrétisent concrétiser VER 0.83 1.35 0.01 0.00 ind:pre:3p; -concrétiser concrétiser VER 0.83 1.35 0.39 0.54 inf; -concrétisèrent concrétiser VER 0.83 1.35 0.00 0.14 ind:pas:3p; -concrétisé concrétiser VER m s 0.83 1.35 0.05 0.27 par:pas; -concrétisée concrétiser VER f s 0.83 1.35 0.16 0.14 par:pas; -concrétisées concrétiser VER f p 0.83 1.35 0.01 0.00 par:pas; -concrétisés concrétiser VER m p 0.83 1.35 0.00 0.07 par:pas; -concède concéder VER 1.79 5.74 0.75 0.68 imp:pre:2s;ind:pre:1s;ind:pre:3s; -concèdes concéder VER 1.79 5.74 0.02 0.00 ind:pre:2s; -concubin concubin NOM m s 1.98 2.84 0.02 0.61 -concubinage concubinage NOM m s 0.77 0.68 0.77 0.61 -concubinages concubinage NOM m p 0.77 0.68 0.00 0.07 -concubinait concubiner VER 0.00 0.07 0.00 0.07 ind:imp:3s; -concubine concubin NOM f s 1.98 2.84 1.56 1.69 -concubines concubin NOM f p 1.98 2.84 0.40 0.47 -concubins concubin NOM m p 1.98 2.84 0.00 0.07 -concéda concéder VER 1.79 5.74 0.01 1.28 ind:pas:3s; -concédai concéder VER 1.79 5.74 0.00 0.07 ind:pas:1s; -concédaient concéder VER 1.79 5.74 0.10 0.20 ind:imp:3p; -concédais concéder VER 1.79 5.74 0.00 0.14 ind:imp:1s; -concédait concéder VER 1.79 5.74 0.00 0.74 ind:imp:3s; -concédant concédant NOM m s 0.00 0.07 0.00 0.07 -concéder concéder VER 1.79 5.74 0.39 0.81 inf; -concéderait concéder VER 1.79 5.74 0.01 0.07 cnd:pre:3s; -concédez concéder VER 1.79 5.74 0.03 0.00 ind:pre:2p; -concédons concéder VER 1.79 5.74 0.00 0.07 ind:pre:1p; -concédât concéder VER 1.79 5.74 0.00 0.14 sub:imp:3s; -concédé concéder VER m s 1.79 5.74 0.25 0.88 par:pas; -concédée concéder VER f s 1.79 5.74 0.23 0.47 par:pas; -concédés concéder VER m p 1.79 5.74 0.00 0.20 par:pas; -concélèbrent concélébrer VER 0.37 0.00 0.37 0.00 ind:pre:3p; -concupiscence concupiscence NOM f s 0.38 2.09 0.38 2.03 -concupiscences concupiscence NOM f p 0.38 2.09 0.00 0.07 -concupiscent concupiscent ADJ m s 0.11 0.54 0.11 0.14 -concupiscente concupiscent ADJ f s 0.11 0.54 0.00 0.14 -concupiscentes concupiscent ADJ f p 0.11 0.54 0.00 0.14 -concupiscents concupiscent ADJ m p 0.11 0.54 0.00 0.14 -concurremment concurremment ADV 0.00 0.41 0.00 0.41 -concurrence concurrence NOM f s 6.00 5.00 6.00 4.73 -concurrencer concurrencer VER 0.33 0.74 0.30 0.07 inf; -concurrences concurrence NOM f p 6.00 5.00 0.00 0.27 -concurrencé concurrencer VER m s 0.33 0.74 0.01 0.14 par:pas; -concurrencée concurrencer VER f s 0.33 0.74 0.00 0.07 par:pas; -concurrent concurrent NOM m s 6.36 3.51 1.65 1.49 -concurrente concurrent ADJ f s 1.45 1.62 0.71 0.54 -concurrentes concurrent ADJ f p 1.45 1.62 0.27 0.41 -concurrençait concurrencer VER 0.33 0.74 0.00 0.27 ind:imp:3s; -concurrentiel concurrentiel ADJ m s 0.09 0.14 0.07 0.07 -concurrentielle concurrentiel ADJ f s 0.09 0.14 0.02 0.00 -concurrentiels concurrentiel ADJ m p 0.09 0.14 0.00 0.07 -concurrents concurrent NOM m p 6.36 3.51 4.71 2.03 -concussion concussion NOM f s 0.07 0.20 0.07 0.20 -concussionnaire concussionnaire ADJ f s 0.00 0.07 0.00 0.07 -condamna condamner VER 44.14 44.59 0.59 0.47 ind:pas:3s; -condamnable condamnable ADJ s 0.44 0.88 0.44 0.61 -condamnables condamnable ADJ m p 0.44 0.88 0.00 0.27 -condamnai condamner VER 44.14 44.59 0.00 0.07 ind:pas:1s; -condamnaient condamner VER 44.14 44.59 0.04 1.35 ind:imp:3p; -condamnais condamner VER 44.14 44.59 0.02 0.27 ind:imp:1s;ind:imp:2s; -condamnait condamner VER 44.14 44.59 0.17 3.51 ind:imp:3s; -condamnant condamner VER 44.14 44.59 0.31 1.49 par:pre; -condamnation condamnation NOM f s 6.79 8.85 5.18 7.64 -condamnations condamnation NOM f p 6.79 8.85 1.62 1.22 -condamne condamner VER 44.14 44.59 6.56 5.27 imp:pre:2s;ind:pre:1s;ind:pre:3s; -condamnent condamner VER 44.14 44.59 0.94 1.15 ind:pre:3p;sub:pre:3p; -condamner condamner VER 44.14 44.59 5.53 4.73 inf; -condamnera condamner VER 44.14 44.59 0.60 0.27 ind:fut:3s; -condamnerai condamner VER 44.14 44.59 0.02 0.00 ind:fut:1s; -condamneraient condamner VER 44.14 44.59 0.02 0.00 cnd:pre:3p; -condamnerais condamner VER 44.14 44.59 0.04 0.20 cnd:pre:1s; -condamnerait condamner VER 44.14 44.59 0.22 0.00 cnd:pre:3s; -condamneras condamner VER 44.14 44.59 0.03 0.00 ind:fut:2s; -condamnerons condamner VER 44.14 44.59 0.00 0.07 ind:fut:1p; -condamneront condamner VER 44.14 44.59 0.32 0.14 ind:fut:3p; -condamnes condamner VER 44.14 44.59 0.16 0.14 ind:pre:2s; -condamnez condamner VER 44.14 44.59 1.17 0.07 imp:pre:2p;ind:pre:2p; -condamniez condamner VER 44.14 44.59 0.01 0.14 ind:imp:2p; -condamnions condamner VER 44.14 44.59 0.00 0.07 ind:imp:1p; -condamnons condamner VER 44.14 44.59 0.93 0.07 imp:pre:1p;ind:pre:1p; -condamnât condamner VER 44.14 44.59 0.00 0.14 sub:imp:3s; -condamnèrent condamner VER 44.14 44.59 0.14 0.20 ind:pas:3p; -condamné condamner VER m s 44.14 44.59 17.10 12.30 par:pas; -condamnée condamner VER f s 44.14 44.59 3.42 6.42 par:pas; -condamnées condamner VER f p 44.14 44.59 0.65 1.01 par:pas; -condamnés condamner VER m p 44.14 44.59 5.14 5.07 par:pas; -condensa condenser VER 0.59 2.70 0.00 0.20 ind:pas:3s; -condensaient condenser VER 0.59 2.70 0.00 0.20 ind:imp:3p; -condensait condenser VER 0.59 2.70 0.00 0.54 ind:imp:3s; -condensant condenser VER 0.59 2.70 0.10 0.07 par:pre; -condensateur condensateur NOM m s 1.02 0.07 0.77 0.07 -condensateurs condensateur NOM m p 1.02 0.07 0.26 0.00 -condensation condensation NOM f s 0.28 1.22 0.28 1.22 -condense condenser VER 0.59 2.70 0.14 0.74 imp:pre:2s;ind:pre:1s;ind:pre:3s; -condensent condenser VER 0.59 2.70 0.00 0.14 ind:pre:3p; -condenser condenser VER 0.59 2.70 0.17 0.41 inf; -condensera condenser VER 0.59 2.70 0.01 0.00 ind:fut:3s; -condenseur condenseur NOM m s 0.01 0.00 0.01 0.00 -condensèrent condenser VER 0.59 2.70 0.00 0.07 ind:pas:3p; -condensé condenser VER m s 0.59 2.70 0.16 0.14 par:pas; -condensée condensé ADJ f s 0.05 1.15 0.02 0.00 -condensées condenser VER f p 0.59 2.70 0.03 0.14 par:pas; -condensés condensé ADJ m p 0.05 1.15 0.01 0.07 -condescend condescendre VER 0.17 1.01 0.00 0.14 ind:pre:3s; -condescendait condescendre VER 0.17 1.01 0.00 0.07 ind:imp:3s; -condescendance condescendance NOM f s 0.70 4.53 0.70 4.53 -condescendant condescendant ADJ m s 1.35 2.09 0.95 0.95 -condescendante condescendant ADJ f s 1.35 2.09 0.30 0.88 -condescendants condescendant ADJ m p 1.35 2.09 0.09 0.27 -condescendit condescendre VER 0.17 1.01 0.01 0.20 ind:pas:3s; -condescendrais condescendre VER 0.17 1.01 0.01 0.07 cnd:pre:1s;cnd:pre:2s; -condescendre condescendre VER 0.17 1.01 0.01 0.20 inf; -condescendu condescendre VER m s 0.17 1.01 0.00 0.07 par:pas; -condiment condiment NOM m s 0.68 0.61 0.11 0.07 -condiments condiment NOM m p 0.68 0.61 0.56 0.54 -condisciple condisciple NOM s 0.15 3.11 0.01 0.74 -condisciples condisciple NOM p 0.15 3.11 0.14 2.36 -condition condition NOM f s 46.73 91.62 25.61 45.81 -conditionnait conditionner VER 1.58 1.55 0.02 0.00 ind:imp:3s; -conditionnant conditionner VER 1.58 1.55 0.02 0.07 par:pre; -conditionne conditionner VER 1.58 1.55 0.32 0.14 ind:pre:1s;ind:pre:3s; -conditionnel conditionnel NOM m s 0.07 0.81 0.06 0.74 -conditionnelle conditionnel ADJ f s 4.76 0.74 4.59 0.74 -conditionnellement conditionnellement ADV 0.00 0.07 0.00 0.07 -conditionnelles conditionnel ADJ f p 4.76 0.74 0.16 0.00 -conditionnels conditionnel NOM m p 0.07 0.81 0.01 0.07 -conditionnement conditionnement NOM m s 0.52 0.95 0.52 0.74 -conditionnements conditionnement NOM m p 0.52 0.95 0.00 0.20 -conditionnent conditionner VER 1.58 1.55 0.14 0.00 ind:pre:3p; -conditionner conditionner VER 1.58 1.55 0.32 0.27 inf; -conditionnerons conditionner VER 1.58 1.55 0.01 0.00 ind:fut:1p; -conditionneur conditionneur NOM m s 0.06 0.14 0.04 0.00 -conditionneurs conditionneur NOM m p 0.06 0.14 0.02 0.14 -conditionnons conditionner VER 1.58 1.55 0.01 0.00 ind:pre:1p; -conditionné conditionné ADJ m s 2.09 1.82 2.02 1.55 -conditionnée conditionner VER f s 1.58 1.55 0.14 0.14 par:pas; -conditionnées conditionner VER f p 1.58 1.55 0.02 0.14 par:pas; -conditionnés conditionner VER m p 1.58 1.55 0.07 0.20 par:pas; -conditions condition NOM f p 46.73 91.62 21.12 45.81 -condo condo NOM m s 1.01 0.00 0.61 0.00 -condoléance condoléance NOM f s 10.82 4.32 0.03 0.14 -condoléances condoléance NOM f p 10.82 4.32 10.80 4.19 -condoléants condoléant ADJ m p 0.00 0.07 0.00 0.07 -condom condom NOM m s 0.18 0.00 0.18 0.00 -condominium condominium NOM m s 0.02 0.14 0.02 0.14 -condor condor NOM m s 1.33 0.61 1.30 0.47 -condors condor NOM m p 1.33 0.61 0.02 0.14 -condos condo NOM m p 1.01 0.00 0.40 0.00 -condottiere condottiere NOM m s 0.00 0.61 0.00 0.54 -condottieres condottiere NOM m p 0.00 0.61 0.00 0.07 -condottieri condottieri NOM m p 0.00 0.07 0.00 0.07 -condé condé NOM m s 0.10 6.49 0.05 2.64 -conductance conductance NOM f s 0.03 0.00 0.03 0.00 -conducteur conducteur NOM m s 10.91 15.14 8.67 11.08 -conducteurs conducteur NOM m p 10.91 15.14 1.66 3.24 -conductibilité conductibilité NOM f s 0.01 0.00 0.01 0.00 -conduction conduction NOM f s 0.07 0.00 0.07 0.00 -conductivité conductivité NOM f s 0.02 0.00 0.02 0.00 -conductrice conducteur NOM f s 10.91 15.14 0.58 0.61 -conductrices conductrice NOM f p 0.03 0.00 0.03 0.00 -conduira conduire VER 169.61 144.66 3.67 2.03 ind:fut:3s; -conduirai conduire VER 169.61 144.66 2.53 0.68 ind:fut:1s; -conduiraient conduire VER 169.61 144.66 0.01 0.47 cnd:pre:3p; -conduirais conduire VER 169.61 144.66 0.59 0.07 cnd:pre:1s;cnd:pre:2s; -conduirait conduire VER 169.61 144.66 0.62 2.30 cnd:pre:3s; -conduiras conduire VER 169.61 144.66 0.61 0.20 ind:fut:2s; -conduire conduire VER 169.61 144.66 60.52 40.27 imp:pre:2p;inf; -conduirez conduire VER 169.61 144.66 0.44 0.14 ind:fut:2p; -conduiriez conduire VER 169.61 144.66 0.10 0.00 cnd:pre:2p; -conduirons conduire VER 169.61 144.66 0.22 0.14 ind:fut:1p; -conduiront conduire VER 169.61 144.66 1.26 0.34 ind:fut:3p; -conduis conduire VER 169.61 144.66 29.82 3.58 imp:pre:2s;ind:pre:1s;ind:pre:2s; -conduisît conduire VER 169.61 144.66 0.00 0.47 sub:imp:3s; -conduisaient conduire VER 169.61 144.66 0.51 2.43 ind:imp:3p; -conduisais conduire VER 169.61 144.66 2.58 1.28 ind:imp:1s;ind:imp:2s; -conduisait conduire VER 169.61 144.66 6.37 20.41 ind:imp:3s; -conduisant conduire VER 169.61 144.66 1.73 7.36 par:pre; -conduise conduire VER 169.61 144.66 2.82 1.62 sub:pre:1s;sub:pre:3s; -conduisent conduire VER 169.61 144.66 2.90 3.31 ind:pre:3p; -conduises conduire VER 169.61 144.66 0.77 0.07 sub:pre:2s; -conduisez conduire VER 169.61 144.66 8.11 0.68 imp:pre:2p;ind:pre:2p; -conduisiez conduire VER 169.61 144.66 0.63 0.07 ind:imp:2p; -conduisions conduire VER 169.61 144.66 0.04 0.20 ind:imp:1p; -conduisirent conduire VER 169.61 144.66 0.15 1.01 ind:pas:3p; -conduisis conduire VER 169.61 144.66 0.02 0.68 ind:pas:1s; -conduisit conduire VER 169.61 144.66 0.72 7.77 ind:pas:3s; -conduisons conduire VER 169.61 144.66 0.22 0.14 imp:pre:1p;ind:pre:1p; -conduit conduire VER m s 169.61 144.66 34.51 33.45 ind:pre:3s;par:pas; -conduite_intérieure conduite_intérieure NOM f s 0.00 0.27 0.00 0.27 -conduite conduite NOM f s 19.20 26.76 18.75 25.34 -conduites conduite NOM f p 19.20 26.76 0.44 1.42 -conduits conduire VER m p 169.61 144.66 2.61 5.47 par:pas; -condés condé NOM m p 0.10 6.49 0.05 3.85 -condyle condyle NOM m s 0.01 0.14 0.01 0.07 -condyles condyle NOM m p 0.01 0.14 0.00 0.07 -confabulaient confabuler VER 0.00 0.14 0.00 0.14 ind:imp:3p; -confection confection NOM f s 0.61 3.51 0.61 3.51 -confectionna confectionner VER 0.66 10.00 0.00 0.74 ind:pas:3s; -confectionnai confectionner VER 0.66 10.00 0.00 0.20 ind:pas:1s; -confectionnaient confectionner VER 0.66 10.00 0.00 0.41 ind:imp:3p; -confectionnais confectionner VER 0.66 10.00 0.01 0.07 ind:imp:1s; -confectionnait confectionner VER 0.66 10.00 0.01 2.09 ind:imp:3s; -confectionne confectionner VER 0.66 10.00 0.02 0.88 ind:pre:1s;ind:pre:3s; -confectionner confectionner VER 0.66 10.00 0.04 2.70 inf; -confectionnerai confectionner VER 0.66 10.00 0.01 0.07 ind:fut:1s; -confectionnerais confectionner VER 0.66 10.00 0.00 0.07 cnd:pre:1s; -confectionnerait confectionner VER 0.66 10.00 0.00 0.07 cnd:pre:3s; -confectionneur confectionneur NOM m s 0.14 0.47 0.14 0.14 -confectionneurs confectionneur NOM m p 0.14 0.47 0.00 0.20 -confectionneuse confectionneur NOM f s 0.14 0.47 0.00 0.07 -confectionneuses confectionneur NOM f p 0.14 0.47 0.00 0.07 -confectionnez confectionner VER 0.66 10.00 0.02 0.07 imp:pre:2p;ind:pre:2p; -confectionnions confectionner VER 0.66 10.00 0.00 0.14 ind:imp:1p; -confectionnâmes confectionner VER 0.66 10.00 0.00 0.07 ind:pas:1p; -confectionnât confectionner VER 0.66 10.00 0.00 0.07 sub:imp:3s; -confectionnèrent confectionner VER 0.66 10.00 0.01 0.07 ind:pas:3p; -confectionné confectionner VER m s 0.66 10.00 0.49 1.35 par:pas; -confectionnée confectionner VER f s 0.66 10.00 0.02 0.47 par:pas; -confectionnées confectionner VER f p 0.66 10.00 0.01 0.27 par:pas; -confectionnés confectionner VER m p 0.66 10.00 0.01 0.20 par:pas; -confessa confesser VER 16.05 10.20 0.16 0.07 ind:pas:3s; -confessai confesser VER 16.05 10.20 0.00 0.07 ind:pas:1s; -confessaient confesser VER 16.05 10.20 0.14 0.07 ind:imp:3p; -confessais confesser VER 16.05 10.20 0.19 0.14 ind:imp:1s;ind:imp:2s; -confessait confesser VER 16.05 10.20 0.15 0.74 ind:imp:3s; -confessant confesser VER 16.05 10.20 0.04 0.34 par:pre; -confesse confesser VER 16.05 10.20 3.05 1.89 imp:pre:2s;ind:pre:1s;ind:pre:3s; -confessent confesser VER 16.05 10.20 0.06 0.34 ind:pre:3p; -confesser confesser VER 16.05 10.20 8.09 4.32 inf; -confesserai confesser VER 16.05 10.20 0.26 0.07 ind:fut:1s; -confesserait confesser VER 16.05 10.20 0.00 0.20 cnd:pre:3s; -confesseras confesser VER 16.05 10.20 0.00 0.07 ind:fut:2s; -confesserez confesser VER 16.05 10.20 0.01 0.00 ind:fut:2p; -confesseur confesseur NOM m s 1.86 2.70 1.63 2.16 -confesseurs confesseur NOM m p 1.86 2.70 0.23 0.54 -confessez confesser VER 16.05 10.20 1.21 0.00 imp:pre:2p;ind:pre:2p; -confessiez confesser VER 16.05 10.20 0.02 0.07 ind:imp:2p; -confession confession NOM f s 12.84 10.00 10.78 7.77 -confessionnal confessionnal NOM m s 1.40 1.89 1.29 1.82 -confessionnaux confessionnal NOM m p 1.40 1.89 0.10 0.07 -confessionnel confessionnel ADJ m s 0.12 0.34 0.01 0.14 -confessionnelle confessionnel ADJ f s 0.12 0.34 0.11 0.14 -confessionnels confessionnel ADJ m p 0.12 0.34 0.00 0.07 -confessions confession NOM f p 12.84 10.00 2.05 2.23 -confessons confesser VER 16.05 10.20 0.04 0.07 imp:pre:1p;ind:pre:1p; -confessé confesser VER m s 16.05 10.20 2.04 1.42 par:pas; -confessée confesser VER f s 16.05 10.20 0.26 0.27 par:pas; -confessés confesser VER m p 16.05 10.20 0.34 0.07 par:pas; -confetti confetti NOM m s 1.08 3.78 0.04 1.49 -confettis confetti NOM m p 1.08 3.78 1.04 2.30 -confia confier VER 41.48 69.53 0.51 9.73 ind:pas:3s; -confiai confier VER 41.48 69.53 0.00 0.61 ind:pas:1s; -confiaient confier VER 41.48 69.53 0.16 0.74 ind:imp:3p; -confiais confier VER 41.48 69.53 0.10 0.34 ind:imp:1s;ind:imp:2s; -confiait confier VER 41.48 69.53 0.43 5.81 ind:imp:3s; -confiance confiance NOM f s 162.90 91.96 162.88 91.76 -confiances confiance NOM f p 162.90 91.96 0.03 0.20 -confiant confiant ADJ m s 4.14 10.34 2.46 4.73 -confiante confiant ADJ f s 4.14 10.34 1.26 3.45 -confiantes confiant ADJ f p 4.14 10.34 0.06 0.47 -confiants confiant ADJ m p 4.14 10.34 0.36 1.69 -confidence confidence NOM f s 3.28 24.53 2.23 10.14 -confidences confidence NOM f p 3.28 24.53 1.04 14.39 -confident confident NOM m s 1.28 5.54 0.80 3.18 -confidente confident NOM f s 1.28 5.54 0.23 1.55 -confidentes confident NOM f p 1.28 5.54 0.00 0.41 -confidentialité confidentialité NOM f s 1.31 0.00 1.31 0.00 -confidentiel confidentiel ADJ m s 9.57 4.73 5.68 2.77 -confidentielle confidentiel ADJ f s 9.57 4.73 1.72 0.88 -confidentiellement confidentiellement ADV 0.37 0.41 0.37 0.41 -confidentielles confidentiel ADJ f p 9.57 4.73 0.84 0.68 -confidentiels confidentiel ADJ m p 9.57 4.73 1.33 0.41 -confidents confident NOM m p 1.28 5.54 0.26 0.41 -confie confier VER 41.48 69.53 8.29 6.01 imp:pre:2s;ind:pre:1s;ind:pre:3s; -confient confier VER 41.48 69.53 0.38 0.81 ind:pre:3p; -confier confier VER 41.48 69.53 11.59 16.62 ind:pre:2p;inf; -confiera confier VER 41.48 69.53 0.24 0.27 ind:fut:3s; -confierai confier VER 41.48 69.53 0.31 0.54 ind:fut:1s; -confieraient confier VER 41.48 69.53 0.01 0.14 cnd:pre:3p; -confierais confier VER 41.48 69.53 0.27 0.07 cnd:pre:1s; -confierait confier VER 41.48 69.53 0.23 0.95 cnd:pre:3s; -confieras confier VER 41.48 69.53 0.10 0.00 ind:fut:2s; -confierez confier VER 41.48 69.53 0.04 0.07 ind:fut:2p; -confieriez confier VER 41.48 69.53 0.04 0.07 cnd:pre:2p; -confiez confier VER 41.48 69.53 1.15 0.88 imp:pre:2p;ind:pre:2p; -configuration configuration NOM f s 1.15 1.55 1.00 1.55 -configurations configuration NOM f p 1.15 1.55 0.15 0.00 -configure configurer VER 0.18 0.00 0.05 0.00 imp:pre:2s;ind:pre:1s; -configurer configurer VER 0.18 0.00 0.07 0.00 inf; -configuré configurer VER m s 0.18 0.00 0.07 0.00 par:pas; -confiions confier VER 41.48 69.53 0.00 0.07 ind:imp:1p; -confina confiner VER 1.83 5.34 0.00 0.07 ind:pas:3s; -confinaient confiner VER 1.83 5.34 0.00 0.54 ind:imp:3p; -confinait confiner VER 1.83 5.34 0.00 0.68 ind:imp:3s; -confinant confiner VER 1.83 5.34 0.01 0.20 par:pre; -confine confiner VER 1.83 5.34 0.20 0.61 ind:pre:3s; -confinement confinement NOM m s 1.01 0.34 1.01 0.34 -confinent confiner VER 1.83 5.34 0.00 0.20 ind:pre:3p; -confiner confiner VER 1.83 5.34 0.23 0.34 inf; -confinerez confiner VER 1.83 5.34 0.01 0.00 ind:fut:2p; -confins confins NOM m p 1.66 7.30 1.66 7.30 -confiné confiner VER m s 1.83 5.34 0.78 1.08 par:pas; -confinée confiner VER f s 1.83 5.34 0.20 0.88 par:pas; -confinées confiner VER f p 1.83 5.34 0.02 0.20 par:pas; -confinés confiner VER m p 1.83 5.34 0.38 0.54 par:pas; -confiâmes confier VER 41.48 69.53 0.00 0.07 ind:pas:1p; -confions confier VER 41.48 69.53 0.89 0.14 imp:pre:1p;ind:pre:1p; -confiât confier VER 41.48 69.53 0.00 0.47 sub:imp:3s; -confiote confiote NOM f s 0.02 0.20 0.02 0.14 -confiotes confiote NOM f p 0.02 0.20 0.00 0.07 -confire confire VER 0.30 0.95 0.01 0.00 inf; -confirma confirmer VER 33.80 27.57 0.06 3.45 ind:pas:3s; -confirmai confirmer VER 33.80 27.57 0.00 0.54 ind:pas:1s; -confirmaient confirmer VER 33.80 27.57 0.17 0.74 ind:imp:3p; -confirmais confirmer VER 33.80 27.57 0.01 0.14 ind:imp:1s; -confirmait confirmer VER 33.80 27.57 0.05 2.57 ind:imp:3s; -confirmant confirmer VER 33.80 27.57 0.50 1.08 par:pre; -confirmation confirmation NOM f s 5.55 5.27 5.15 5.14 -confirmations confirmation NOM f p 5.55 5.27 0.40 0.14 -confirme confirmer VER 33.80 27.57 9.27 3.92 imp:pre:2s;ind:pre:1s;ind:pre:3s; -confirment confirmer VER 33.80 27.57 1.75 0.68 ind:pre:3p; -confirmer confirmer VER 33.80 27.57 7.26 6.96 ind:pre:2p;inf; -confirmera confirmer VER 33.80 27.57 1.35 0.27 ind:fut:3s; -confirmerai confirmer VER 33.80 27.57 0.11 0.07 ind:fut:1s; -confirmeraient confirmer VER 33.80 27.57 0.03 0.00 cnd:pre:3p; -confirmerait confirmer VER 33.80 27.57 0.17 0.68 cnd:pre:3s; -confirmerez confirmer VER 33.80 27.57 0.05 0.00 ind:fut:2p; -confirmeront confirmer VER 33.80 27.57 0.38 0.14 ind:fut:3p; -confirmes confirmer VER 33.80 27.57 0.31 0.07 ind:pre:2s; -confirmez confirmer VER 33.80 27.57 2.63 0.00 imp:pre:2p;ind:pre:2p; -confirmions confirmer VER 33.80 27.57 0.01 0.07 ind:imp:1p; -confirmâmes confirmer VER 33.80 27.57 0.10 0.00 ind:pas:1p; -confirmons confirmer VER 33.80 27.57 0.31 0.00 imp:pre:1p;ind:pre:1p; -confirmât confirmer VER 33.80 27.57 0.00 0.20 sub:imp:3s; -confirmèrent confirmer VER 33.80 27.57 0.01 0.61 ind:pas:3p; -confirmé confirmer VER m s 33.80 27.57 7.73 3.92 par:pas; -confirmée confirmé ADJ f s 3.84 1.28 1.04 0.27 -confirmées confirmer VER f p 33.80 27.57 0.40 0.14 par:pas; -confirmés confirmé ADJ m p 3.84 1.28 0.40 0.14 -confiscation confiscation NOM f s 0.47 0.81 0.41 0.74 -confiscations confiscation NOM f p 0.47 0.81 0.05 0.07 -confiserie confiserie NOM f s 1.56 1.69 0.91 0.95 -confiseries confiserie NOM f p 1.56 1.69 0.66 0.74 -confiseur confiseur NOM m s 0.27 1.15 0.22 0.54 -confiseurs confiseur NOM m p 0.27 1.15 0.04 0.61 -confiseuse confiseur NOM f s 0.27 1.15 0.01 0.00 -confisqua confisquer VER 5.92 3.58 0.02 0.34 ind:pas:3s; -confisquaient confisquer VER 5.92 3.58 0.01 0.07 ind:imp:3p; -confisquait confisquer VER 5.92 3.58 0.01 0.47 ind:imp:3s; -confisquant confisquer VER 5.92 3.58 0.01 0.14 par:pre; -confisque confisquer VER 5.92 3.58 1.11 0.14 imp:pre:2s;ind:pre:1s;ind:pre:3s; -confisquent confisquer VER 5.92 3.58 0.20 0.14 ind:pre:3p; -confisquer confisquer VER 5.92 3.58 1.03 0.54 inf; -confisquera confisquer VER 5.92 3.58 0.01 0.07 ind:fut:3s; -confisquerai confisquer VER 5.92 3.58 0.03 0.00 ind:fut:1s; -confisqueraient confisquer VER 5.92 3.58 0.01 0.00 cnd:pre:3p; -confisquerait confisquer VER 5.92 3.58 0.01 0.00 cnd:pre:3s; -confisquerons confisquer VER 5.92 3.58 0.34 0.00 ind:fut:1p; -confisqueront confisquer VER 5.92 3.58 0.03 0.00 ind:fut:3p; -confisquez confisquer VER 5.92 3.58 0.16 0.00 imp:pre:2p;ind:pre:2p; -confisquons confisquer VER 5.92 3.58 0.02 0.00 ind:pre:1p; -confisquât confisquer VER 5.92 3.58 0.00 0.07 sub:imp:3s; -confisquèrent confisquer VER 5.92 3.58 0.00 0.07 ind:pas:3p; -confisqué confisquer VER m s 5.92 3.58 2.06 0.68 par:pas; -confisquée confisquer VER f s 5.92 3.58 0.36 0.41 par:pas; -confisquées confisquer VER f p 5.92 3.58 0.19 0.27 par:pas; -confisqués confisquer VER m p 5.92 3.58 0.30 0.20 par:pas; -confit confit ADJ m s 0.71 2.43 0.25 0.20 -confite confit ADJ f s 0.71 2.43 0.15 0.34 -confiteor confiteor NOM m 0.00 0.41 0.00 0.41 -confites confit ADJ f p 0.71 2.43 0.17 0.34 -confièrent confier VER 41.48 69.53 0.11 0.47 ind:pas:3p; -confits confit ADJ m p 0.71 2.43 0.15 1.55 -confiture confiture NOM f s 7.41 15.41 6.71 8.72 -confitures confiture NOM f p 7.41 15.41 0.70 6.69 -confituriers confiturier NOM m p 0.01 0.14 0.00 0.14 -confiturière confiturier NOM f s 0.01 0.14 0.01 0.00 -confié confier VER m s 41.48 69.53 10.71 15.00 par:pas; -confiée confier VER f s 41.48 69.53 3.38 4.19 par:pas; -confiées confier VER f p 41.48 69.53 0.69 0.68 par:pas; -confiés confier VER m p 41.48 69.53 0.92 0.95 par:pas; -conflagration conflagration NOM f s 0.00 0.41 0.00 0.41 -conflictuel conflictuel ADJ m s 0.70 0.00 0.18 0.00 -conflictuelle conflictuel ADJ f s 0.70 0.00 0.33 0.00 -conflictuelles conflictuel ADJ f p 0.70 0.00 0.06 0.00 -conflictuels conflictuel ADJ m p 0.70 0.00 0.13 0.00 -conflit conflit NOM m s 13.79 14.12 9.63 11.08 -conflits conflit NOM m p 13.79 14.12 4.16 3.04 -confluaient confluer VER 0.07 0.68 0.00 0.14 ind:imp:3p; -confluait confluer VER 0.07 0.68 0.00 0.14 ind:imp:3s; -confluant confluer VER 0.07 0.68 0.00 0.07 par:pre; -conflue confluer VER 0.07 0.68 0.01 0.07 ind:pre:3s; -confluence confluence NOM f s 0.27 0.27 0.27 0.27 -confluent confluent NOM m s 0.21 0.88 0.21 0.81 -confluents confluent NOM m p 0.21 0.88 0.00 0.07 -confluer confluer VER 0.07 0.68 0.05 0.14 inf; -conflué confluer VER m s 0.07 0.68 0.00 0.07 par:pas; -confond confondre VER 16.09 53.85 2.09 5.47 ind:pre:3s; -confondît confondre VER 16.09 53.85 0.00 0.14 sub:imp:3s; -confondaient confondre VER 16.09 53.85 0.05 4.73 ind:imp:3p; -confondais confondre VER 16.09 53.85 0.16 0.81 ind:imp:1s;ind:imp:2s; -confondait confondre VER 16.09 53.85 0.21 8.58 ind:imp:3s; -confondant confondre VER 16.09 53.85 0.03 2.23 par:pre; -confondante confondant ADJ f s 0.01 0.95 0.01 0.14 -confondantes confondant ADJ f p 0.01 0.95 0.00 0.20 -confondants confondant ADJ m p 0.01 0.95 0.00 0.20 -confonde confondre VER 16.09 53.85 0.22 0.68 sub:pre:1s;sub:pre:3s; -confondent confondre VER 16.09 53.85 1.01 4.19 ind:pre:3p; -confondez confondre VER 16.09 53.85 0.89 0.74 imp:pre:2p;ind:pre:2p; -confondions confondre VER 16.09 53.85 0.00 0.47 ind:imp:1p; -confondirent confondre VER 16.09 53.85 0.00 0.41 ind:pas:3p; -confondis confondre VER 16.09 53.85 0.00 0.14 ind:pas:1s; -confondit confondre VER 16.09 53.85 0.04 1.08 ind:pas:3s; -confondons confondre VER 16.09 53.85 0.16 0.27 imp:pre:1p; -confondra confondre VER 16.09 53.85 0.20 0.34 ind:fut:3s; -confondrai confondre VER 16.09 53.85 0.01 0.00 ind:fut:1s; -confondrais confondre VER 16.09 53.85 0.15 0.07 cnd:pre:1s;cnd:pre:2s; -confondrait confondre VER 16.09 53.85 0.41 0.27 cnd:pre:3s; -confondre confondre VER 16.09 53.85 4.83 13.18 inf; -confondrez confondre VER 16.09 53.85 0.01 0.07 ind:fut:2p; -confondront confondre VER 16.09 53.85 0.31 0.14 ind:fut:3p; -confonds confondre VER 16.09 53.85 2.50 1.82 imp:pre:2s;ind:pre:1s;ind:pre:2s; -confondu confondre VER m s 16.09 53.85 2.50 3.65 par:pas; -confondue confondre VER f s 16.09 53.85 0.32 1.62 par:pas; -confondues confondu ADJ f p 0.30 3.85 0.06 1.42 -confondus confondu ADJ m p 0.30 3.85 0.21 1.69 -conformai conformer VER 1.62 5.00 0.00 0.07 ind:pas:1s; -conformaient conformer VER 1.62 5.00 0.00 0.07 ind:imp:3p; -conformais conformer VER 1.62 5.00 0.00 0.14 ind:imp:1s; -conformait conformer VER 1.62 5.00 0.01 0.54 ind:imp:3s; -conformant conformer VER 1.62 5.00 0.25 0.41 par:pre; -conformation conformation NOM f s 0.01 0.27 0.01 0.27 -conforme conforme ADJ s 2.07 10.20 1.63 8.18 -conforment conformer VER 1.62 5.00 0.13 0.20 ind:pre:3p; -conformer conformer VER 1.62 5.00 0.60 2.16 inf; -conformera conformer VER 1.62 5.00 0.06 0.00 ind:fut:3s; -conformerai conformer VER 1.62 5.00 0.15 0.00 ind:fut:1s; -conformeraient conformer VER 1.62 5.00 0.00 0.07 cnd:pre:3p; -conformerez conformer VER 1.62 5.00 0.01 0.00 ind:fut:2p; -conformes conforme ADJ p 2.07 10.20 0.44 2.03 -conformisme conformisme NOM m s 1.22 3.31 1.22 3.24 -conformismes conformisme NOM m p 1.22 3.31 0.00 0.07 -conformiste conformiste NOM s 0.42 0.95 0.32 0.47 -conformistes conformiste NOM p 0.42 0.95 0.10 0.47 -conformité conformité NOM f s 0.52 1.22 0.52 1.22 -conformât conformer VER 1.62 5.00 0.00 0.20 sub:imp:3s; -conformé conformer VER m s 1.62 5.00 0.04 0.14 par:pas; -conformée conformer VER f s 1.62 5.00 0.01 0.07 par:pas; -conformément conformément ADV 3.09 4.26 3.09 4.26 -confort confort NOM m s 6.02 17.03 5.97 16.62 -conforta conforter VER 0.47 1.82 0.00 0.14 ind:pas:3s; -confortable confortable ADJ s 13.78 15.20 12.04 12.30 -confortablement confortablement ADV 1.54 3.24 1.54 3.24 -confortables confortable ADJ p 13.78 15.20 1.74 2.91 -confortaient conforter VER 0.47 1.82 0.00 0.07 ind:imp:3p; -confortait conforter VER 0.47 1.82 0.00 0.07 ind:imp:3s; -confortant conforter VER 0.47 1.82 0.01 0.00 par:pre; -conforte conforter VER 0.47 1.82 0.16 0.14 ind:pre:1s;ind:pre:3s; -conforter conforter VER 0.47 1.82 0.23 0.61 inf; -conforterait conforter VER 0.47 1.82 0.01 0.07 cnd:pre:3s; -conforts confort NOM m p 6.02 17.03 0.05 0.41 -conforté conforter VER m s 0.47 1.82 0.05 0.41 par:pas; -confortée conforter VER f s 0.47 1.82 0.01 0.34 par:pas; -confraternel confraternel ADJ m s 0.01 0.41 0.01 0.14 -confraternelle confraternel ADJ f s 0.01 0.41 0.00 0.07 -confraternellement confraternellement ADV 0.00 0.07 0.00 0.07 -confraternelles confraternel ADJ f p 0.01 0.41 0.00 0.14 -confraternels confraternel ADJ m p 0.01 0.41 0.00 0.07 -confraternité confraternité NOM f s 0.00 0.07 0.00 0.07 -confrontai confronter VER 8.14 5.41 0.00 0.07 ind:pas:1s; -confrontaient confronter VER 8.14 5.41 0.00 0.14 ind:imp:3p; -confrontais confronter VER 8.14 5.41 0.01 0.14 ind:imp:1s; -confrontait confronter VER 8.14 5.41 0.01 0.14 ind:imp:3s; -confrontant confronter VER 8.14 5.41 0.05 0.27 par:pre; -confrontation confrontation NOM f s 2.44 3.45 2.12 2.84 -confrontations confrontation NOM f p 2.44 3.45 0.32 0.61 -confronte confronter VER 8.14 5.41 0.59 0.20 imp:pre:2s;ind:pre:1s;ind:pre:3s; -confrontent confronter VER 8.14 5.41 0.16 0.20 ind:pre:3p; -confronter confronter VER 8.14 5.41 2.11 1.35 inf; -confrontez confronter VER 8.14 5.41 0.08 0.00 imp:pre:2p;ind:pre:2p; -confrontons confronter VER 8.14 5.41 0.06 0.00 imp:pre:1p;ind:pre:1p; -confrontèrent confronter VER 8.14 5.41 0.00 0.07 ind:pas:3p; -confronté confronter VER m s 8.14 5.41 2.76 1.28 par:pas; -confrontée confronter VER f s 8.14 5.41 0.69 0.61 par:pas; -confrontées confronter VER f p 8.14 5.41 0.19 0.27 par:pas; -confrontés confronter VER m p 8.14 5.41 1.43 0.68 par:pas; -confrère confrère NOM m s 3.98 11.28 2.76 5.00 -confrères confrère NOM m p 3.98 11.28 1.22 6.28 -confrérie confrérie NOM f s 3.02 1.69 2.86 1.49 -confréries confrérie NOM f p 3.02 1.69 0.16 0.20 -confère conférer VER 2.99 13.18 0.78 3.11 ind:pre:1s;ind:pre:3s; -confèrent conférer VER 2.99 13.18 0.17 0.54 ind:pre:3p; -confucianisme confucianisme NOM m s 0.02 0.14 0.02 0.14 -confucéenne confucéen ADJ f s 0.00 0.07 0.00 0.07 -confédéral confédéral ADJ m s 0.00 0.14 0.00 0.07 -confédération confédération NOM f s 0.56 1.15 0.56 1.15 -confédéraux confédéral ADJ m p 0.00 0.14 0.00 0.07 -confédérer confédérer VER 0.03 0.07 0.00 0.07 inf; -confédéré confédéré ADJ m s 0.79 0.00 0.36 0.00 -confédérée confédéré ADJ f s 0.79 0.00 0.11 0.00 -confédérés confédéré NOM m p 0.95 0.07 0.86 0.07 -conféra conférer VER 2.99 13.18 0.00 0.14 ind:pas:3s; -conféraient conférer VER 2.99 13.18 0.00 0.81 ind:imp:3p; -conférais conférer VER 2.99 13.18 0.00 0.07 ind:imp:1s; -conférait conférer VER 2.99 13.18 0.04 3.24 ind:imp:3s; -conférant conférer VER 2.99 13.18 0.03 0.95 par:pre; -conférence conférence NOM f s 19.86 22.03 17.37 16.28 -conférences_débat conférences_débat NOM f p 0.00 0.07 0.00 0.07 -conférences conférence NOM f p 19.86 22.03 2.49 5.74 -conférencier conférencier NOM m s 0.43 0.95 0.26 0.61 -conférenciers conférencier NOM m p 0.43 0.95 0.15 0.34 -conférencière conférencier NOM f s 0.43 0.95 0.03 0.00 -conférents conférent NOM m p 0.00 0.07 0.00 0.07 -conférer conférer VER 2.99 13.18 0.09 2.30 inf; -conférera conférer VER 2.99 13.18 0.01 0.07 ind:fut:3s; -conféreraient conférer VER 2.99 13.18 0.00 0.07 cnd:pre:3p; -conférerait conférer VER 2.99 13.18 0.00 0.14 cnd:pre:3s; -conférerez conférer VER 2.99 13.18 0.00 0.07 ind:fut:2p; -conféreront conférer VER 2.99 13.18 0.01 0.07 ind:fut:3p; -conférez conférer VER 2.99 13.18 0.01 0.00 ind:pre:2p; -conférât conférer VER 2.99 13.18 0.00 0.07 sub:imp:3s; -conférèrent conférer VER 2.99 13.18 0.00 0.07 ind:pas:3p; -conféré conférer VER m s 2.99 13.18 0.22 0.95 par:pas; -conférée conférer VER f s 2.99 13.18 0.18 0.27 par:pas; -conférées conférer VER f p 2.99 13.18 0.01 0.07 par:pas; -conférés conférer VER m p 2.99 13.18 1.45 0.20 par:pas; -confus confus ADJ m 11.02 37.23 7.48 19.86 -confuse confus ADJ f s 11.02 37.23 2.76 12.70 -confuses confus ADJ f p 11.02 37.23 0.77 4.66 -confusion confusion NOM f s 8.53 20.61 8.12 20.07 -confusionnisme confusionnisme NOM m s 0.01 0.07 0.01 0.07 -confusions confusion NOM f p 8.53 20.61 0.41 0.54 -confusément confusément ADV 0.03 10.00 0.03 10.00 -conga conga NOM f s 0.20 0.07 0.14 0.07 -congaïs congaï NOM f p 0.00 0.07 0.00 0.07 -congas conga NOM f p 0.20 0.07 0.06 0.00 -congayes congaye NOM f p 0.00 0.07 0.00 0.07 -congela congeler VER 3.85 0.74 0.02 0.00 ind:pas:3s; -congelait congeler VER 3.85 0.74 0.01 0.00 ind:imp:3s; -congelant congeler VER 3.85 0.74 0.01 0.00 par:pre; -congeler congeler VER 3.85 0.74 1.12 0.14 inf; -congelez congeler VER 3.85 0.74 0.04 0.00 imp:pre:2p;ind:pre:2p; -congelons congeler VER 3.85 0.74 0.16 0.00 ind:pre:1p; -congelé congelé ADJ m s 1.87 0.68 1.16 0.27 -congelée congeler VER f s 3.85 0.74 0.57 0.14 par:pas; -congelées congelé ADJ f p 1.87 0.68 0.23 0.07 -congelés congelé ADJ m p 1.87 0.68 0.31 0.27 -congestif congestif ADJ m s 0.07 0.00 0.03 0.00 -congestion congestion NOM f s 1.10 1.76 1.08 1.69 -congestionnaient congestionner VER 0.16 1.42 0.00 0.07 ind:imp:3p; -congestionnait congestionner VER 0.16 1.42 0.00 0.20 ind:imp:3s; -congestionne congestionner VER 0.16 1.42 0.01 0.07 ind:pre:3s; -congestionnent congestionner VER 0.16 1.42 0.11 0.00 ind:pre:3p; -congestionné congestionner VER m s 0.16 1.42 0.03 0.74 par:pas; -congestionnée congestionné ADJ f s 0.10 2.43 0.04 0.27 -congestionnées congestionné ADJ f p 0.10 2.43 0.04 0.20 -congestionnés congestionné ADJ m p 0.10 2.43 0.01 0.54 -congestions congestion NOM f p 1.10 1.76 0.03 0.07 -congestive congestif ADJ f s 0.07 0.00 0.04 0.00 -conglobation conglobation NOM f s 0.00 0.07 0.00 0.07 -conglomérat conglomérat NOM m s 0.44 0.54 0.38 0.41 -conglomérats conglomérat NOM m p 0.44 0.54 0.06 0.14 -conglomérée conglomérer VER f s 0.00 0.07 0.00 0.07 par:pas; -congolais congolais ADJ m 0.30 0.20 0.28 0.07 -congolaise congolais ADJ f s 0.30 0.20 0.01 0.14 -congrûment congrûment ADV 0.00 0.07 0.00 0.07 -congratula congratuler VER 0.19 2.30 0.00 0.07 ind:pas:3s; -congratulaient congratuler VER 0.19 2.30 0.00 0.41 ind:imp:3p; -congratulait congratuler VER 0.19 2.30 0.00 0.47 ind:imp:3s; -congratulant congratuler VER 0.19 2.30 0.00 0.07 par:pre; -congratulations congratulation NOM f p 0.09 0.41 0.09 0.41 -congratule congratuler VER 0.19 2.30 0.01 0.14 ind:pre:3s; -congratulent congratuler VER 0.19 2.30 0.00 0.27 ind:pre:3p; -congratuler congratuler VER 0.19 2.30 0.17 0.47 inf; -congratulions congratuler VER 0.19 2.30 0.00 0.07 ind:imp:1p; -congratulâmes congratuler VER 0.19 2.30 0.00 0.07 ind:pas:1p; -congratulèrent congratuler VER 0.19 2.30 0.00 0.14 ind:pas:3p; -congratulé congratuler VER m s 0.19 2.30 0.01 0.07 par:pas; -congratulés congratuler VER m p 0.19 2.30 0.00 0.07 par:pas; -congre congre NOM m s 0.44 0.20 0.01 0.14 -congres congre NOM m p 0.44 0.20 0.43 0.07 -congressistes congressiste NOM p 0.04 0.20 0.04 0.20 -congrès congrès NOM m 15.77 8.78 15.77 8.78 -congrue congru ADJ f s 0.00 0.34 0.00 0.34 -congréganiste congréganiste NOM s 0.00 0.07 0.00 0.07 -congrégation congrégation NOM f s 1.34 0.61 1.33 0.34 -congrégationaliste congrégationaliste ADJ f s 0.01 0.00 0.01 0.00 -congrégations congrégation NOM f p 1.34 0.61 0.01 0.27 -congèle congeler VER 3.85 0.74 0.37 0.00 imp:pre:2s;ind:pre:1s;ind:pre:3s; -congèlera congeler VER 3.85 0.74 0.11 0.00 ind:fut:3s; -congèlerais congeler VER 3.85 0.74 0.01 0.00 cnd:pre:1s; -congère congère NOM f s 0.05 1.15 0.02 0.34 -congères congère NOM f p 0.05 1.15 0.03 0.81 -congé congé NOM m s 20.74 21.62 18.16 17.64 -congédia congédier VER 2.17 3.45 0.00 0.68 ind:pas:3s; -congédiai congédier VER 2.17 3.45 0.00 0.07 ind:pas:1s; -congédiait congédier VER 2.17 3.45 0.00 0.14 ind:imp:3s; -congédiant congédier VER 2.17 3.45 0.00 0.20 par:pre; -congédie congédier VER 2.17 3.45 0.38 0.68 imp:pre:2s;ind:pre:1s;ind:pre:3s; -congédiement congédiement NOM m s 0.02 0.14 0.02 0.14 -congédient congédier VER 2.17 3.45 0.01 0.00 ind:pre:3p; -congédier congédier VER 2.17 3.45 0.68 0.81 inf; -congédiez congédier VER 2.17 3.45 0.08 0.00 imp:pre:2p;ind:pre:2p; -congédié congédier VER m s 2.17 3.45 0.69 0.68 par:pas; -congédiée congédier VER f s 2.17 3.45 0.26 0.00 par:pas; -congédiées congédier VER f p 2.17 3.45 0.00 0.07 par:pas; -congédiés congédier VER m p 2.17 3.45 0.07 0.14 par:pas; -congélateur congélateur NOM m s 2.00 0.34 1.96 0.34 -congélateurs congélateur NOM m p 2.00 0.34 0.04 0.00 -congélation congélation NOM f s 0.49 0.47 0.49 0.47 -congénital congénital ADJ m s 0.82 1.96 0.34 0.61 -congénitale congénital ADJ f s 0.82 1.96 0.34 1.08 -congénitalement congénitalement ADV 0.00 0.20 0.00 0.20 -congénitales congénital ADJ f p 0.82 1.96 0.13 0.14 -congénitaux congénital ADJ m p 0.82 1.96 0.02 0.14 -congénère congénère NOM s 0.38 1.89 0.02 0.27 -congénères congénère NOM p 0.38 1.89 0.36 1.62 -congés congé NOM m p 20.74 21.62 2.58 3.99 -conifère conifère NOM m s 0.15 0.81 0.02 0.07 -conifères conifère NOM m p 0.15 0.81 0.13 0.74 -conique conique ADJ s 0.07 2.64 0.06 1.76 -coniques conique ADJ p 0.07 2.64 0.01 0.88 -conjecturai conjecturer VER 0.23 0.20 0.01 0.00 ind:pas:1s; -conjectural conjectural ADJ m s 0.01 0.07 0.00 0.07 -conjecturale conjectural ADJ f s 0.01 0.07 0.01 0.00 -conjecture conjecture NOM f s 0.65 1.55 0.28 0.27 -conjecturent conjecturer VER 0.23 0.20 0.01 0.00 ind:pre:3p; -conjecturer conjecturer VER 0.23 0.20 0.14 0.20 inf; -conjectures conjecture NOM f p 0.65 1.55 0.37 1.28 -conjoindre conjoindre VER 0.05 0.14 0.01 0.00 inf; -conjoint conjoint NOM m s 0.98 1.76 0.55 1.08 -conjointe conjoint ADJ f s 0.48 0.95 0.30 0.68 -conjointement conjointement ADV 0.23 1.35 0.23 1.35 -conjointes conjoint ADJ f p 0.48 0.95 0.06 0.07 -conjoints conjoint NOM m p 0.98 1.76 0.41 0.54 -conjoncteur conjoncteur NOM m s 0.01 0.00 0.01 0.00 -conjonctif conjonctif ADJ m s 0.11 0.07 0.09 0.00 -conjonction conjonction NOM f s 0.41 2.43 0.41 1.96 -conjonctions conjonction NOM f p 0.41 2.43 0.00 0.47 -conjonctive conjonctif ADJ f s 0.11 0.07 0.01 0.00 -conjonctive conjonctive NOM f s 0.01 0.07 0.01 0.00 -conjonctives conjonctif ADJ f p 0.11 0.07 0.01 0.07 -conjonctivite conjonctivite NOM f s 0.54 0.47 0.39 0.34 -conjonctivites conjonctivite NOM f p 0.54 0.47 0.16 0.14 -conjoncture conjoncture NOM f s 0.80 2.50 0.79 2.16 -conjonctures conjoncture NOM f p 0.80 2.50 0.01 0.34 -conjugaison conjugaison NOM f s 0.14 1.15 0.04 0.74 -conjugaisons conjugaison NOM f p 0.14 1.15 0.10 0.41 -conjugal conjugal ADJ m s 4.88 9.59 1.42 4.46 -conjugale conjugal ADJ f s 4.88 9.59 2.08 3.18 -conjugalement conjugalement ADV 0.00 0.07 0.00 0.07 -conjugales conjugal ADJ f p 4.88 9.59 0.67 1.08 -conjugalité conjugalité NOM f s 0.00 0.27 0.00 0.27 -conjugaux conjugal ADJ m p 4.88 9.59 0.72 0.88 -conjuguaient conjuguer VER 0.59 5.74 0.00 0.20 ind:imp:3p; -conjuguait conjuguer VER 0.59 5.74 0.00 0.27 ind:imp:3s; -conjuguant conjuguer VER 0.59 5.74 0.00 0.07 par:pre; -conjugue conjuguer VER 0.59 5.74 0.27 0.20 imp:pre:2s;ind:pre:3s; -conjuguent conjuguer VER 0.59 5.74 0.00 0.54 ind:pre:3p; -conjuguer conjuguer VER 0.59 5.74 0.21 1.01 inf; -conjuguerions conjuguer VER 0.59 5.74 0.00 0.07 cnd:pre:1p; -conjugues conjuguer VER 0.59 5.74 0.00 0.14 ind:pre:2s; -conjugué conjugué ADJ m s 0.15 0.41 0.15 0.34 -conjuguée conjuguer VER f s 0.59 5.74 0.00 0.74 par:pas; -conjuguées conjuguer VER f p 0.59 5.74 0.00 0.68 par:pas; -conjugués conjuguer VER m p 0.59 5.74 0.12 1.08 par:pas; -conjungo conjungo NOM m s 0.00 0.27 0.00 0.20 -conjungos conjungo NOM m p 0.00 0.27 0.00 0.07 -conjura conjurer VER 5.88 6.35 0.00 0.20 ind:pas:3s; -conjurait conjurer VER 5.88 6.35 0.00 0.20 ind:imp:3s; -conjurant conjurer VER 5.88 6.35 0.02 0.07 par:pre; -conjurateur conjurateur NOM m s 0.01 0.00 0.01 0.00 -conjuration conjuration NOM f s 0.32 1.69 0.32 1.35 -conjurations conjuration NOM f p 0.32 1.69 0.00 0.34 -conjuratoire conjuratoire ADJ f s 0.01 0.00 0.01 0.00 -conjure conjurer VER 5.88 6.35 5.01 1.49 imp:pre:2s;ind:pre:1s;ind:pre:3s; -conjurer conjurer VER 5.88 6.35 0.49 3.78 inf; -conjurera conjurer VER 5.88 6.35 0.00 0.07 ind:fut:3s; -conjuré conjurer VER m s 5.88 6.35 0.21 0.27 par:pas; -conjurée conjuré NOM f s 0.56 0.47 0.01 0.07 -conjurées conjurer VER f p 5.88 6.35 0.00 0.07 par:pas; -conjurés conjuré NOM m p 0.56 0.47 0.55 0.34 -connûmes connaître VER 961.03 629.19 0.01 0.20 ind:pas:1p; -connût connaître VER 961.03 629.19 0.00 2.23 sub:imp:3s; -connaît connaître VER 961.03 629.19 103.42 57.03 ind:pre:3s; -connaîtra connaître VER 961.03 629.19 2.67 1.69 ind:fut:3s; -connaîtrai connaître VER 961.03 629.19 1.17 1.96 ind:fut:1s; -connaîtraient connaître VER 961.03 629.19 0.07 0.95 cnd:pre:3p; -connaîtrais connaître VER 961.03 629.19 1.54 1.62 cnd:pre:1s;cnd:pre:2s; -connaîtrait connaître VER 961.03 629.19 0.72 2.77 cnd:pre:3s; -connaîtras connaître VER 961.03 629.19 1.85 1.42 ind:fut:2s; -connaître connaître VER 961.03 629.19 88.63 90.07 inf;; -connaîtrez connaître VER 961.03 629.19 1.47 0.74 ind:fut:2p; -connaîtriez connaître VER 961.03 629.19 0.70 0.20 cnd:pre:2p; -connaîtrions connaître VER 961.03 629.19 0.03 0.14 cnd:pre:1p; -connaîtrons connaître VER 961.03 629.19 0.76 0.88 ind:fut:1p; -connaîtront connaître VER 961.03 629.19 0.81 0.74 ind:fut:3p; -connais connaître VER 961.03 629.19 415.87 111.35 imp:pre:2s;ind:pre:1s;ind:pre:2s; -connaissable connaissable ADJ m s 0.01 0.20 0.01 0.14 -connaissables connaissable ADJ p 0.01 0.20 0.00 0.07 -connaissaient connaître VER 961.03 629.19 5.23 16.08 ind:imp:3p; -connaissais connaître VER 961.03 629.19 34.19 41.82 ind:imp:1s;ind:imp:2s; -connaissait connaître VER 961.03 629.19 20.02 90.68 ind:imp:3s; -connaissance connaissance NOM f s 43.08 67.50 36.60 55.81 -connaissances connaissance NOM f p 43.08 67.50 6.47 11.69 -connaissant connaître VER 961.03 629.19 2.65 8.51 par:pre; -connaisse connaître VER 961.03 629.19 10.78 4.32 sub:pre:1s;sub:pre:3s; -connaissement connaissement NOM m s 0.06 0.07 0.06 0.00 -connaissements connaissement NOM m p 0.06 0.07 0.00 0.07 -connaissent connaître VER 961.03 629.19 18.32 16.89 ind:pre:3p; -connaisses connaître VER 961.03 629.19 1.90 0.74 sub:pre:2s; -connaisseur connaisseur NOM m s 1.36 5.61 1.09 3.04 -connaisseurs connaisseur NOM m p 1.36 5.61 0.24 1.76 -connaisseuse connaisseur NOM f s 1.36 5.61 0.04 0.68 -connaisseuses connaisseur NOM f p 1.36 5.61 0.00 0.14 -connaissez connaître VER 961.03 629.19 125.09 29.53 imp:pre:2p;ind:pre:2p; -connaissiez connaître VER 961.03 629.19 13.71 2.84 ind:imp:2p;sub:pre:2p; -connaissions connaître VER 961.03 629.19 1.40 5.61 ind:imp:1p; -connaissons connaître VER 961.03 629.19 11.78 6.89 imp:pre:1p;ind:pre:1p; -connard connard NOM m s 50.13 6.28 40.70 4.53 -connards connard NOM m p 50.13 6.28 9.44 1.76 -connasse connasse NOM f s 5.29 2.03 5.10 1.55 -connasses connasse NOM f p 5.29 2.03 0.20 0.47 -conne con NOM f s 121.91 68.99 8.57 3.78 -conneau conneau NOM m s 0.16 0.27 0.16 0.14 -conneaux conneau NOM m p 0.16 0.27 0.00 0.14 -connectant connecter VER 8.88 0.54 0.15 0.00 par:pre; -connecte connecter VER 8.88 0.54 1.11 0.00 imp:pre:2s;ind:pre:1s;ind:pre:3s; -connectent connecter VER 8.88 0.54 0.05 0.00 ind:pre:3p; -connecter connecter VER 8.88 0.54 1.73 0.14 inf; -connectera connecter VER 8.88 0.54 0.01 0.00 ind:fut:3s; -connecteur connecteur NOM m s 0.08 0.00 0.08 0.00 -connectez connecter VER 8.88 0.54 0.34 0.00 imp:pre:2p;ind:pre:2p; -connectiez connecter VER 8.88 0.54 0.01 0.00 ind:imp:2p; -connections connecter VER 8.88 0.54 0.75 0.14 ind:imp:1p; -connectivité connectivité NOM f s 0.06 0.00 0.06 0.00 -connectons connecter VER 8.88 0.54 0.01 0.00 ind:pre:1p; -connecté connecter VER m s 8.88 0.54 3.15 0.07 par:pas; -connectée connecter VER f s 8.88 0.54 0.48 0.00 par:pas; -connectées connecter VER f p 8.88 0.54 0.18 0.07 par:pas; -connectés connecter VER m p 8.88 0.54 0.90 0.14 par:pas; -connement connement ADV 0.00 1.28 0.00 1.28 -connerie connerie NOM f s 95.42 29.73 19.68 12.50 -conneries connerie NOM f p 95.42 29.73 75.75 17.23 -connes conne NOM f p 0.71 0.00 0.71 0.00 -connexe connexe ADJ m s 0.00 0.20 0.00 0.14 -connexes connexe ADJ p 0.00 0.20 0.00 0.07 -connexion connexion NOM f s 4.45 0.95 3.71 0.47 -connexions connexion NOM f p 4.45 0.95 0.74 0.47 -connils connil NOM m p 0.00 0.07 0.00 0.07 -connivence connivence NOM f s 0.74 6.69 0.60 6.08 -connivences connivence NOM f p 0.74 6.69 0.14 0.61 -connotation connotation NOM f s 0.54 0.14 0.50 0.07 -connotations connotation NOM f p 0.54 0.14 0.04 0.07 -connu connaître VER m s 961.03 629.19 70.33 84.53 par:pas; -connue connaître VER f s 961.03 629.19 13.32 17.77 par:pas; -connues connaître VER f p 961.03 629.19 2.03 5.34 par:pas; -connurent connaître VER 961.03 629.19 0.33 1.55 ind:pas:3p; -connus connaître VER m p 961.03 629.19 9.39 14.26 ind:pas:1s;ind:pas:2s;par:pas; -connusse connaître VER 961.03 629.19 0.00 0.34 sub:imp:1s; -connussent connaître VER 961.03 629.19 0.00 0.34 sub:imp:3p; -connusses connaître VER 961.03 629.19 0.00 0.07 sub:imp:2s; -connut connaître VER 961.03 629.19 0.84 7.09 ind:pas:3s; -connétable connétable NOM m s 0.11 2.03 0.11 1.49 -connétables connétable NOM m p 0.11 2.03 0.00 0.54 -conoïdaux conoïdal ADJ m p 0.00 0.07 0.00 0.07 -conoïde conoïde ADJ s 0.00 0.07 0.00 0.07 -conquît conquérir VER 14.89 17.64 0.00 0.14 sub:imp:3s; -conque conque NOM f s 0.48 2.23 0.44 1.89 -conquerra conquérir VER 14.89 17.64 0.11 0.00 ind:fut:3s; -conquerraient conquérir VER 14.89 17.64 0.00 0.07 cnd:pre:3p; -conquerrons conquérir VER 14.89 17.64 0.02 0.00 ind:fut:1p; -conquerront conquérir VER 14.89 17.64 0.02 0.14 ind:fut:3p; -conques conque NOM f p 0.48 2.23 0.04 0.34 -conquiers conquérir VER 14.89 17.64 0.13 0.07 imp:pre:2s;ind:pre:1s; -conquiert conquérir VER 14.89 17.64 0.49 0.68 ind:pre:3s; -conquirent conquérir VER 14.89 17.64 0.02 0.07 ind:pas:3p; -conquis conquérir VER m 14.89 17.64 5.40 7.97 par:pas; -conquise conquérir VER f s 14.89 17.64 0.77 0.95 par:pas; -conquises conquis ADJ f p 0.88 2.70 0.13 0.47 -conquistador conquistador NOM m s 0.38 1.69 0.12 0.74 -conquistadores conquistador NOM m p 0.38 1.69 0.01 0.54 -conquistadors conquistador NOM m p 0.38 1.69 0.25 0.41 -conquit conquérir VER 14.89 17.64 0.29 0.81 ind:pas:3s; -conquière conquérir VER 14.89 17.64 0.02 0.07 sub:pre:1s;sub:pre:3s; -conquièrent conquérir VER 14.89 17.64 0.05 0.27 ind:pre:3p; -conquérait conquérir VER 14.89 17.64 0.01 0.07 ind:imp:3s; -conquérant conquérant NOM m s 1.34 5.20 0.82 2.64 -conquérante conquérant ADJ f s 0.53 2.64 0.29 1.01 -conquérantes conquérant ADJ f p 0.53 2.64 0.00 0.27 -conquérants conquérant NOM m p 1.34 5.20 0.52 2.36 -conquérez conquérir VER 14.89 17.64 0.02 0.00 imp:pre:2p;ind:pre:2p; -conquérir conquérir VER 14.89 17.64 7.11 5.54 inf; -conquérons conquérir VER 14.89 17.64 0.01 0.07 ind:pre:1p; -conquête conquête NOM f s 5.95 16.42 3.85 10.88 -conquêtes conquête NOM f p 5.95 16.42 2.10 5.54 -cons con NOM m p 121.91 68.99 19.90 19.05 -consacra consacrer VER 18.27 38.18 0.29 1.89 ind:pas:3s; -consacrai consacrer VER 18.27 38.18 0.01 0.34 ind:pas:1s; -consacraient consacrer VER 18.27 38.18 0.14 0.41 ind:imp:3p; -consacrais consacrer VER 18.27 38.18 0.04 0.41 ind:imp:1s;ind:imp:2s; -consacrait consacrer VER 18.27 38.18 0.34 2.64 ind:imp:3s; -consacrant consacrer VER 18.27 38.18 0.07 1.15 par:pre; -consacre consacrer VER 18.27 38.18 2.94 3.11 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:1s; -consacrent consacrer VER 18.27 38.18 0.48 0.27 ind:pre:3p; -consacrer consacrer VER 18.27 38.18 5.10 11.89 inf; -consacrera consacrer VER 18.27 38.18 0.14 0.07 ind:fut:3s; -consacrerai consacrer VER 18.27 38.18 0.78 0.14 ind:fut:1s; -consacreraient consacrer VER 18.27 38.18 0.00 0.07 cnd:pre:3p; -consacrerais consacrer VER 18.27 38.18 0.02 0.07 cnd:pre:1s; -consacrerait consacrer VER 18.27 38.18 0.12 0.47 cnd:pre:3s; -consacreras consacrer VER 18.27 38.18 0.10 0.00 ind:fut:2s; -consacrerez consacrer VER 18.27 38.18 0.01 0.00 ind:fut:2p; -consacreriez consacrer VER 18.27 38.18 0.00 0.07 cnd:pre:2p; -consacrerions consacrer VER 18.27 38.18 0.00 0.07 cnd:pre:1p; -consacreront consacrer VER 18.27 38.18 0.11 0.00 ind:fut:3p; -consacres consacrer VER 18.27 38.18 0.31 0.20 ind:pre:2s; -consacrez consacrer VER 18.27 38.18 0.28 0.07 imp:pre:2p;ind:pre:2p; -consacriez consacrer VER 18.27 38.18 0.04 0.07 ind:imp:2p; -consacrons consacrer VER 18.27 38.18 0.39 0.07 imp:pre:1p;ind:pre:1p; -consacrèrent consacrer VER 18.27 38.18 0.00 0.20 ind:pas:3p; -consacré consacrer VER m s 18.27 38.18 4.13 6.15 par:pas; -consacrée consacrer VER f s 18.27 38.18 2.15 4.53 par:pas; -consacrées consacré ADJ f p 1.53 2.77 0.12 0.61 -consacrés consacrer VER m p 18.27 38.18 0.22 2.30 par:pas; -consanguin consanguin ADJ m s 0.13 0.61 0.02 0.14 -consanguine consanguin ADJ f s 0.13 0.61 0.02 0.07 -consanguinité consanguinité NOM f s 0.22 0.27 0.22 0.20 -consanguinités consanguinité NOM f p 0.22 0.27 0.00 0.07 -consanguins consanguin ADJ m p 0.13 0.61 0.09 0.41 -consciemment consciemment ADV 0.92 2.36 0.92 2.36 -conscience conscience NOM f s 45.53 81.55 44.46 80.07 -consciences conscience NOM f p 45.53 81.55 1.07 1.49 -consciencieuse consciencieux ADJ f s 1.64 3.38 0.17 0.68 -consciencieusement consciencieusement ADV 0.25 4.86 0.25 4.86 -consciencieuses consciencieux ADJ f p 1.64 3.38 0.01 0.41 -consciencieux consciencieux ADJ m 1.64 3.38 1.45 2.30 -conscient conscient ADJ m s 15.15 14.59 8.51 7.43 -consciente conscient ADJ f s 15.15 14.59 4.00 4.32 -conscientes conscient ADJ f p 15.15 14.59 0.34 0.47 -conscients conscient ADJ m p 15.15 14.59 2.30 2.36 -conscription conscription NOM f s 0.16 0.20 0.16 0.20 -conscrit conscrit NOM m s 0.27 1.89 0.02 0.88 -conscrits conscrit NOM m p 0.27 1.89 0.25 1.01 -conseil conseil NOM m s 87.14 84.46 68.86 58.18 -conseilla conseiller VER 32.11 34.93 0.03 4.59 ind:pas:3s; -conseillai conseiller VER 32.11 34.93 0.00 0.68 ind:pas:1s; -conseillaient conseiller VER 32.11 34.93 0.20 0.47 ind:imp:3p; -conseillais conseiller VER 32.11 34.93 0.22 0.74 ind:imp:1s;ind:imp:2s; -conseillait conseiller VER 32.11 34.93 0.09 3.51 ind:imp:3s; -conseillant conseiller VER 32.11 34.93 0.18 0.88 par:pre; -conseille conseiller VER 32.11 34.93 13.40 8.58 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -conseillent conseiller VER 32.11 34.93 0.29 0.14 ind:pre:3p; -conseiller conseiller NOM m s 22.97 19.32 16.42 11.62 -conseillera conseiller VER 32.11 34.93 0.08 0.14 ind:fut:3s; -conseillerai conseiller VER 32.11 34.93 0.24 0.14 ind:fut:1s; -conseillerais conseiller VER 32.11 34.93 0.72 0.47 cnd:pre:1s; -conseillerait conseiller VER 32.11 34.93 0.07 0.20 cnd:pre:3s; -conseillerez conseiller VER 32.11 34.93 0.12 0.14 ind:fut:2p; -conseilleriez conseiller VER 32.11 34.93 0.07 0.07 cnd:pre:2p; -conseillers conseiller NOM m p 22.97 19.32 4.74 6.89 -conseilles conseiller VER 32.11 34.93 0.83 0.20 ind:pre:2s; -conseilleurs conseilleur NOM m p 0.00 0.07 0.00 0.07 -conseillez conseiller VER 32.11 34.93 1.63 0.61 imp:pre:2p;ind:pre:2p; -conseillons conseiller VER 32.11 34.93 0.78 0.00 imp:pre:1p;ind:pre:1p; -conseillère conseiller NOM f s 22.97 19.32 1.82 0.74 -conseillèrent conseiller VER 32.11 34.93 0.01 0.27 ind:pas:3p; -conseillères conseillère NOM f p 0.04 0.00 0.04 0.00 -conseillé conseiller VER m s 32.11 34.93 5.63 8.18 par:pas; -conseillée conseiller VER f s 32.11 34.93 0.16 0.41 par:pas; -conseillées conseiller VER f p 32.11 34.93 0.01 0.20 par:pas; -conseillés conseiller VER m p 32.11 34.93 0.52 0.41 par:pas; -conseils conseil NOM m p 87.14 84.46 18.29 26.28 -consens consentir VER 6.03 34.46 1.12 0.95 imp:pre:2s;ind:pre:1s;ind:pre:2s; -consensuel consensuel ADJ m s 0.24 0.07 0.13 0.07 -consensuelle consensuel ADJ f s 0.24 0.07 0.11 0.00 -consensus consensus NOM m 0.65 0.34 0.65 0.34 -consent consentir VER 6.03 34.46 0.90 3.11 ind:pre:3s; -consentît consentir VER 6.03 34.46 0.01 1.35 sub:imp:3s; -consentaient consentir VER 6.03 34.46 0.00 0.88 ind:imp:3p; -consentais consentir VER 6.03 34.46 0.21 0.61 ind:imp:1s;ind:imp:2s; -consentait consentir VER 6.03 34.46 0.14 4.12 ind:imp:3s; -consentant consentant ADJ m s 1.47 2.77 0.51 0.68 -consentante consentant ADJ f s 1.47 2.77 0.55 1.55 -consentantes consentant ADJ f p 1.47 2.77 0.05 0.27 -consentants consentant ADJ m p 1.47 2.77 0.35 0.27 -consente consentir VER 6.03 34.46 0.02 0.61 sub:pre:1s;sub:pre:3s; -consentement consentement NOM m s 3.56 5.95 2.96 5.68 -consentements consentement NOM m p 3.56 5.95 0.59 0.27 -consentent consentir VER 6.03 34.46 0.28 0.95 ind:pre:3p; -consentes consentir VER 6.03 34.46 0.01 0.14 sub:pre:2s; -consentez consentir VER 6.03 34.46 0.69 0.27 imp:pre:2p;ind:pre:2p; -consenti consentir VER m s 6.03 34.46 0.98 6.82 par:pas; -consentie consentir VER f s 6.03 34.46 0.09 1.08 par:pas; -consenties consentir VER f p 6.03 34.46 0.03 0.34 par:pas; -consentiez consentir VER 6.03 34.46 0.01 0.07 ind:imp:2p; -consentions consentir VER 6.03 34.46 0.00 0.34 ind:imp:1p; -consentir consentir VER 6.03 34.46 0.50 4.32 inf; -consentira consentir VER 6.03 34.46 0.05 0.47 ind:fut:3s; -consentirai consentir VER 6.03 34.46 0.09 0.07 ind:fut:1s; -consentiraient consentir VER 6.03 34.46 0.00 0.07 cnd:pre:3p; -consentirais consentir VER 6.03 34.46 0.16 0.20 cnd:pre:1s;cnd:pre:2s; -consentirait consentir VER 6.03 34.46 0.06 1.35 cnd:pre:3s; -consentiras consentir VER 6.03 34.46 0.01 0.07 ind:fut:2s; -consentirent consentir VER 6.03 34.46 0.00 0.27 ind:pas:3p; -consentirez consentir VER 6.03 34.46 0.16 0.07 ind:fut:2p; -consentiriez consentir VER 6.03 34.46 0.01 0.14 cnd:pre:2p; -consentirions consentir VER 6.03 34.46 0.00 0.07 cnd:pre:1p; -consentiront consentir VER 6.03 34.46 0.13 0.00 ind:fut:3p; -consentis consentir VER m p 6.03 34.46 0.08 0.88 ind:pas:1s;par:pas; -consentisse consentir VER 6.03 34.46 0.00 0.07 sub:imp:1s; -consentissent consentir VER 6.03 34.46 0.00 0.14 sub:imp:3p; -consentit consentir VER 6.03 34.46 0.19 4.19 ind:pas:3s; -consentons consentir VER 6.03 34.46 0.05 0.07 ind:pre:1p; -conserva conserver VER 15.08 55.14 0.34 1.22 ind:pas:3s; -conservai conserver VER 15.08 55.14 0.00 0.34 ind:pas:1s; -conservaient conserver VER 15.08 55.14 0.04 1.49 ind:imp:3p; -conservais conserver VER 15.08 55.14 0.06 0.20 ind:imp:1s; -conservait conserver VER 15.08 55.14 0.27 7.03 ind:imp:3s; -conservant conserver VER 15.08 55.14 0.35 2.70 par:pre; -conservateur conservateur ADJ m s 2.96 3.78 1.37 2.36 -conservateurs conservateur NOM m p 1.68 5.20 0.68 1.82 -conservation conservation NOM f s 0.85 3.24 0.85 3.24 -conservatisme conservatisme NOM m s 0.01 0.54 0.01 0.54 -conservatoire conservatoire NOM m s 4.68 2.97 4.67 2.77 -conservatoires conservatoire NOM m p 4.68 2.97 0.01 0.20 -conservatrice conservateur ADJ f s 2.96 3.78 0.85 0.47 -conservatrices conservateur ADJ f p 2.96 3.78 0.07 0.14 -conserve conserver VER 15.08 55.14 3.42 5.88 imp:pre:2s;ind:pre:1s;ind:pre:3s; -conservent conserver VER 15.08 55.14 0.41 1.42 ind:pre:3p; -conserver conserver VER 15.08 55.14 5.39 17.57 inf; -conservera conserver VER 15.08 55.14 0.31 0.27 ind:fut:3s; -conserverai conserver VER 15.08 55.14 0.03 0.14 ind:fut:1s; -conserveraient conserver VER 15.08 55.14 0.00 0.07 cnd:pre:3p; -conserverais conserver VER 15.08 55.14 0.04 0.07 cnd:pre:1s; -conserverait conserver VER 15.08 55.14 0.19 0.47 cnd:pre:3s; -conserveras conserver VER 15.08 55.14 0.02 0.00 ind:fut:2s; -conserverez conserver VER 15.08 55.14 0.04 0.14 ind:fut:2p; -conserverie conserverie NOM f s 0.68 0.74 0.66 0.68 -conserveries conserverie NOM f p 0.68 0.74 0.02 0.07 -conserverons conserver VER 15.08 55.14 0.02 0.07 ind:fut:1p; -conserveront conserver VER 15.08 55.14 0.01 0.20 ind:fut:3p; -conserves conserve NOM f p 5.50 14.26 2.76 7.36 -conservez conserver VER 15.08 55.14 0.46 0.14 imp:pre:2p;ind:pre:2p; -conserviez conserver VER 15.08 55.14 0.06 0.00 ind:imp:2p; -conservions conserver VER 15.08 55.14 0.00 0.14 ind:imp:1p; -conservons conserver VER 15.08 55.14 0.14 0.34 imp:pre:1p;ind:pre:1p; -conservât conserver VER 15.08 55.14 0.00 0.14 sub:imp:3s; -conservèrent conserver VER 15.08 55.14 0.00 0.20 ind:pas:3p; -conservé conserver VER m s 15.08 55.14 2.31 11.08 par:pas; -conservée conserver VER f s 15.08 55.14 0.39 1.62 par:pas; -conservées conserver VER f p 15.08 55.14 0.10 1.01 par:pas; -conservés conserver VER m p 15.08 55.14 0.60 1.22 par:pas; -considère considérer VER 43.00 87.43 12.53 13.72 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:1s;sub:pre:3s; -considèrent considérer VER 43.00 87.43 2.06 2.57 ind:pre:3p; -considères considérer VER 43.00 87.43 1.04 0.14 ind:pre:2s; -considéra considérer VER 43.00 87.43 0.04 7.84 ind:pas:3s; -considérable considérable ADJ s 2.98 20.95 2.31 16.01 -considérablement considérablement ADV 1.00 4.39 1.00 4.39 -considérables considérable ADJ p 2.98 20.95 0.68 4.93 -considérai considérer VER 43.00 87.43 0.00 0.41 ind:pas:1s; -considéraient considérer VER 43.00 87.43 0.40 2.97 ind:imp:3p; -considérais considérer VER 43.00 87.43 0.52 2.03 ind:imp:1s;ind:imp:2s; -considérait considérer VER 43.00 87.43 1.03 14.59 ind:imp:3s; -considérant considérer VER 43.00 87.43 1.47 4.66 par:pre; -considérants considérant NOM m p 0.05 0.27 0.00 0.14 -considérassent considérer VER 43.00 87.43 0.00 0.07 sub:imp:3p; -considération considération NOM f s 5.60 20.34 5.04 12.36 -considérations considération NOM f p 5.60 20.34 0.57 7.97 -considérer considérer VER 43.00 87.43 5.59 19.32 inf; -considérera considérer VER 43.00 87.43 0.08 0.20 ind:fut:3s; -considérerai considérer VER 43.00 87.43 0.09 0.20 ind:fut:1s; -considéreraient considérer VER 43.00 87.43 0.04 0.14 cnd:pre:3p; -considérerais considérer VER 43.00 87.43 0.13 0.07 cnd:pre:1s;cnd:pre:2s; -considérerait considérer VER 43.00 87.43 0.10 0.41 cnd:pre:3s; -considéreras considérer VER 43.00 87.43 0.03 0.07 ind:fut:2s; -considéreriez considérer VER 43.00 87.43 0.09 0.00 cnd:pre:2p; -considérerions considérer VER 43.00 87.43 0.01 0.07 cnd:pre:1p; -considérerons considérer VER 43.00 87.43 0.14 0.07 ind:fut:1p; -considérez considérer VER 43.00 87.43 4.83 1.15 imp:pre:2p;ind:pre:2p; -considériez considérer VER 43.00 87.43 0.25 0.14 ind:imp:2p; -considérions considérer VER 43.00 87.43 0.05 0.61 ind:imp:1p; -considérons considérer VER 43.00 87.43 1.30 1.08 imp:pre:1p;ind:pre:1p; -considérât considérer VER 43.00 87.43 0.00 0.54 sub:imp:3s; -considérèrent considérer VER 43.00 87.43 0.00 0.27 ind:pas:3p; -considéré considérer VER m s 43.00 87.43 6.78 8.11 par:pas; -considérée considérer VER f s 43.00 87.43 2.58 3.04 par:pas; -considérées considérer VER f p 43.00 87.43 0.20 1.08 par:pas; -considérés considérer VER m p 43.00 87.43 1.64 1.89 par:pas; -consigna consigner VER 3.46 5.47 0.04 0.34 ind:pas:3s; -consignais consigner VER 3.46 5.47 0.00 0.07 ind:imp:1s; -consignait consigner VER 3.46 5.47 0.02 0.41 ind:imp:3s; -consignant consigner VER 3.46 5.47 0.00 0.07 par:pre; -consignataire consignataire NOM s 0.01 0.07 0.01 0.07 -consignation consignation NOM f s 0.40 0.20 0.40 0.07 -consignations consignation NOM f p 0.40 0.20 0.00 0.14 -consigne consigne NOM f s 5.24 15.81 3.04 7.91 -consignent consigner VER 3.46 5.47 0.04 0.07 ind:pre:3p; -consigner consigner VER 3.46 5.47 0.69 1.55 inf; -consignera consigner VER 3.46 5.47 0.10 0.00 ind:fut:3s; -consignerais consigner VER 3.46 5.47 0.00 0.07 cnd:pre:1s; -consignes consigne NOM f p 5.24 15.81 2.19 7.91 -consignez consigner VER 3.46 5.47 0.22 0.07 imp:pre:2p;ind:pre:2p; -consigné consigner VER m s 3.46 5.47 1.32 1.35 par:pas; -consignée consigner VER f s 3.46 5.47 0.44 0.27 par:pas; -consignées consigner VER f p 3.46 5.47 0.18 0.20 par:pas; -consignés consigné ADJ m p 0.72 0.27 0.39 0.00 -consista consister VER 7.51 31.35 0.00 0.68 ind:pas:3s; -consistaient consister VER 7.51 31.35 0.17 1.08 ind:imp:3p; -consistait consister VER 7.51 31.35 1.10 11.22 ind:imp:3s; -consistance consistance NOM f s 1.31 7.43 1.31 7.36 -consistances consistance NOM f p 1.31 7.43 0.00 0.07 -consistant consistant ADJ m s 1.06 1.55 0.67 1.01 -consistante consistant ADJ f s 1.06 1.55 0.37 0.20 -consistantes consistant ADJ f p 1.06 1.55 0.01 0.07 -consistants consistant ADJ m p 1.06 1.55 0.02 0.27 -consiste consister VER 7.51 31.35 5.55 12.84 imp:pre:2s;ind:pre:3s;sub:pre:3s; -consistent consister VER 7.51 31.35 0.14 0.95 ind:pre:3p; -consister consister VER 7.51 31.35 0.06 0.88 inf; -consistera consister VER 7.51 31.35 0.14 0.27 ind:fut:3s; -consisteraient consister VER 7.51 31.35 0.00 0.07 cnd:pre:3p; -consisterait consister VER 7.51 31.35 0.15 0.61 cnd:pre:3s; -consistoire consistoire NOM m s 0.00 0.14 0.00 0.14 -consistorial consistorial ADJ m s 0.00 0.20 0.00 0.14 -consistoriales consistorial ADJ f p 0.00 0.20 0.00 0.07 -consistèrent consister VER 7.51 31.35 0.00 0.07 ind:pas:3p; -consisté consister VER m s 7.51 31.35 0.08 1.01 par:pas; -conso conso NOM f s 0.19 0.14 0.13 0.07 -consoeur consoeur NOM f s 0.17 0.68 0.15 0.47 -consoeurs consoeur NOM f p 0.17 0.68 0.02 0.20 -consola consoler VER 14.41 33.18 0.04 1.42 ind:pas:3s; -consolai consoler VER 14.41 33.18 0.01 0.14 ind:pas:1s; -consolaient consoler VER 14.41 33.18 0.01 0.47 ind:imp:3p; -consolais consoler VER 14.41 33.18 0.25 0.61 ind:imp:1s;ind:imp:2s; -consolait consoler VER 14.41 33.18 0.28 2.77 ind:imp:3s; -consolant consoler VER 14.41 33.18 0.13 0.81 par:pre; -consolante consolant ADJ f s 0.12 2.16 0.01 0.68 -consolantes consolant ADJ f p 0.12 2.16 0.00 0.34 -consolants consolant ADJ m p 0.12 2.16 0.00 0.27 -consolasse consoler VER 14.41 33.18 0.00 0.07 sub:imp:1s; -consolateur consolateur ADJ m s 0.16 0.95 0.14 0.20 -consolateurs consolateur ADJ m p 0.16 0.95 0.01 0.14 -consolation consolation NOM f s 4.84 10.74 4.62 8.72 -consolations consolation NOM f p 4.84 10.74 0.22 2.03 -consolatrice consolateur NOM f s 0.29 0.47 0.27 0.20 -consolatrices consolateur ADJ f p 0.16 0.95 0.00 0.27 -console consoler VER 14.41 33.18 3.71 4.53 imp:pre:2s;ind:pre:1s;ind:pre:3s; -consolent consoler VER 14.41 33.18 0.42 0.88 ind:pre:3p; -consoler consoler VER 14.41 33.18 6.63 16.15 inf; -consolera consoler VER 14.41 33.18 0.46 0.34 ind:fut:3s; -consolerai consoler VER 14.41 33.18 0.25 0.07 ind:fut:1s; -consoleraient consoler VER 14.41 33.18 0.00 0.14 cnd:pre:3p; -consolerais consoler VER 14.41 33.18 0.12 0.14 cnd:pre:1s; -consolerait consoler VER 14.41 33.18 0.28 0.27 cnd:pre:3s; -consoleras consoler VER 14.41 33.18 0.11 0.07 ind:fut:2s; -consolerez consoler VER 14.41 33.18 0.02 0.00 ind:fut:2p; -consolerons consoler VER 14.41 33.18 0.11 0.07 ind:fut:1p; -consoleront consoler VER 14.41 33.18 0.04 0.00 ind:fut:3p; -consoles console NOM f p 2.78 3.72 0.13 1.15 -consolez consoler VER 14.41 33.18 0.29 0.07 imp:pre:2p; -consolidaient consolider VER 1.38 4.19 0.00 0.20 ind:imp:3p; -consolidais consolider VER 1.38 4.19 0.00 0.07 ind:imp:1s; -consolidait consolider VER 1.38 4.19 0.00 0.54 ind:imp:3s; -consolidant consolider VER 1.38 4.19 0.01 0.27 par:pre; -consolidation consolidation NOM f s 0.20 0.41 0.20 0.41 -consolide consolider VER 1.38 4.19 0.18 0.20 ind:pre:1s;ind:pre:3s; -consolident consolider VER 1.38 4.19 0.04 0.07 ind:pre:3p; -consolider consolider VER 1.38 4.19 1.00 1.89 inf; -consolideraient consolider VER 1.38 4.19 0.00 0.07 cnd:pre:3p; -consolidons consolider VER 1.38 4.19 0.01 0.00 imp:pre:1p; -consolidé consolider VER m s 1.38 4.19 0.08 0.20 par:pas; -consolidée consolider VER f s 1.38 4.19 0.04 0.41 par:pas; -consolidées consolidé ADJ f p 0.05 0.41 0.04 0.00 -consolidés consolider VER m p 1.38 4.19 0.01 0.14 par:pas; -consoliez consoler VER 14.41 33.18 0.00 0.07 ind:imp:2p; -consolions consoler VER 14.41 33.18 0.00 0.07 ind:imp:1p; -consolât consoler VER 14.41 33.18 0.00 0.07 sub:imp:3s; -consolèrent consoler VER 14.41 33.18 0.00 0.27 ind:pas:3p; -consolé consoler VER m s 14.41 33.18 0.47 1.96 par:pas; -consolée consoler VER f s 14.41 33.18 0.41 1.08 par:pas; -consolées consoler VER f p 14.41 33.18 0.00 0.27 par:pas; -consolés consoler VER m p 14.41 33.18 0.31 0.27 par:pas; -consomma consommer VER 7.54 11.35 0.02 0.20 ind:pas:3s; -consommable consommable ADJ s 0.04 0.61 0.01 0.47 -consommables consommable ADJ p 0.04 0.61 0.02 0.14 -consommai consommer VER 7.54 11.35 0.00 0.07 ind:pas:1s; -consommaient consommer VER 7.54 11.35 0.03 0.27 ind:imp:3p; -consommait consommer VER 7.54 11.35 0.20 1.82 ind:imp:3s; -consommant consommer VER 7.54 11.35 0.07 0.20 par:pre; -consommateur consommateur NOM m s 1.88 6.22 0.79 1.69 -consommateurs consommateur NOM m p 1.88 6.22 1.04 4.05 -consommation consommation NOM f s 3.70 9.66 3.38 7.36 -consommations consommation NOM f p 3.70 9.66 0.32 2.30 -consommatrice consommateur NOM f s 1.88 6.22 0.05 0.34 -consommatrices consommatrice NOM f p 0.02 0.00 0.02 0.00 -consomme consommer VER 7.54 11.35 1.44 0.95 imp:pre:2s;ind:pre:1s;ind:pre:3s; -consomment consommer VER 7.54 11.35 0.42 0.88 ind:pre:3p; -consommer consommer VER 7.54 11.35 3.00 4.12 inf; -consommerait consommer VER 7.54 11.35 0.01 0.07 cnd:pre:3s; -consommeront consommer VER 7.54 11.35 0.03 0.00 ind:fut:3p; -consommez consommer VER 7.54 11.35 0.63 0.00 imp:pre:2p;ind:pre:2p; -consommions consommer VER 7.54 11.35 0.00 0.14 ind:imp:1p; -consommons consommer VER 7.54 11.35 0.16 0.00 imp:pre:1p;ind:pre:1p; -consommé consommer VER m s 7.54 11.35 1.07 2.09 par:pas; -consommée consommer VER f s 7.54 11.35 0.34 0.34 par:pas; -consommées consommer VER f p 7.54 11.35 0.02 0.07 par:pas; -consommés consommer VER m p 7.54 11.35 0.10 0.14 par:pas; -consomption consomption NOM f s 0.27 0.20 0.27 0.20 -consomptive consomptif ADJ f s 0.00 0.07 0.00 0.07 -consonance consonance NOM f s 0.19 1.89 0.17 1.01 -consonances consonance NOM f p 0.19 1.89 0.02 0.88 -consonne consonne NOM f s 0.45 1.69 0.20 0.07 -consonnes consonne NOM f p 0.45 1.69 0.25 1.62 -consort consort ADJ m s 0.04 0.41 0.02 0.27 -consortium consortium NOM m s 0.81 0.07 0.79 0.07 -consortiums consortium NOM m p 0.81 0.07 0.03 0.00 -consorts consort NOM m p 0.30 0.41 0.28 0.34 -consos conso NOM f p 0.19 0.14 0.06 0.07 -consoude consoude NOM f s 0.00 0.07 0.00 0.07 -conspiraient conspirer VER 1.66 1.35 0.06 0.14 ind:imp:3p; -conspirait conspirer VER 1.66 1.35 0.12 0.41 ind:imp:3s; -conspirant conspirer VER 1.66 1.35 0.09 0.00 par:pre; -conspirateur conspirateur NOM m s 0.85 1.89 0.16 0.61 -conspirateurs conspirateur NOM m p 0.85 1.89 0.69 1.15 -conspiratif conspiratif ADJ m s 0.00 0.07 0.00 0.07 -conspiration conspiration NOM f s 5.24 2.91 4.93 2.30 -conspirations conspiration NOM f p 5.24 2.91 0.30 0.61 -conspiratrice conspirateur ADJ f s 0.29 0.07 0.03 0.00 -conspiratrices conspirateur NOM f p 0.85 1.89 0.00 0.07 -conspire conspirer VER 1.66 1.35 0.41 0.47 ind:pre:1s;ind:pre:3s; -conspirent conspirer VER 1.66 1.35 0.16 0.00 ind:pre:3p; -conspirer conspirer VER 1.66 1.35 0.41 0.20 inf; -conspirez conspirer VER 1.66 1.35 0.08 0.00 ind:pre:2p; -conspiré conspirer VER m s 1.66 1.35 0.33 0.14 par:pas; -conspuaient conspuer VER 0.04 1.15 0.00 0.20 ind:imp:3p; -conspuant conspuer VER 0.04 1.15 0.00 0.14 par:pre; -conspue conspuer VER 0.04 1.15 0.01 0.07 ind:pre:3s; -conspuer conspuer VER 0.04 1.15 0.02 0.27 inf; -conspuèrent conspuer VER 0.04 1.15 0.00 0.14 ind:pas:3p; -conspué conspuer VER m s 0.04 1.15 0.01 0.27 par:pas; -conspués conspuer VER m p 0.04 1.15 0.00 0.07 par:pas; -constable constable NOM m s 0.05 0.14 0.05 0.14 -constamment constamment ADV 8.18 15.68 8.18 15.68 -constance constance NOM f s 0.99 2.97 0.96 2.84 -constances constance NOM f p 0.99 2.97 0.03 0.14 -constant constant ADJ m s 5.76 16.82 1.88 6.55 -constante constant ADJ f s 5.76 16.82 2.92 7.30 -constantes constante NOM f p 1.54 0.47 1.14 0.07 -constants constant ADJ m p 5.76 16.82 0.63 1.55 -constat constat NOM m s 1.38 3.45 1.36 2.77 -constata constater VER 10.58 57.43 0.16 8.99 ind:pas:3s; -constatai constater VER 10.58 57.43 0.41 2.16 ind:pas:1s; -constataient constater VER 10.58 57.43 0.00 0.54 ind:imp:3p; -constatais constater VER 10.58 57.43 0.00 1.28 ind:imp:1s; -constatait constater VER 10.58 57.43 0.01 2.64 ind:imp:3s; -constatant constater VER 10.58 57.43 0.15 3.58 par:pre; -constatation constatation NOM f s 0.54 4.86 0.47 3.65 -constatations constatation NOM f p 0.54 4.86 0.07 1.22 -constate constater VER 10.58 57.43 2.17 9.80 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -constatent constater VER 10.58 57.43 0.04 0.68 ind:pre:3p; -constater constater VER 10.58 57.43 3.48 19.66 inf; -constatera constater VER 10.58 57.43 0.06 0.14 ind:fut:3s; -constaterai constater VER 10.58 57.43 0.00 0.07 ind:fut:1s; -constateraient constater VER 10.58 57.43 0.01 0.14 cnd:pre:3p; -constaterais constater VER 10.58 57.43 0.00 0.07 cnd:pre:1s; -constaterait constater VER 10.58 57.43 0.00 0.07 cnd:pre:3s; -constateras constater VER 10.58 57.43 0.13 0.20 ind:fut:2s; -constaterez constater VER 10.58 57.43 0.30 0.00 ind:fut:2p; -constateriez constater VER 10.58 57.43 0.02 0.00 cnd:pre:2p; -constatez constater VER 10.58 57.43 0.83 0.34 imp:pre:2p;ind:pre:2p; -constatiez constater VER 10.58 57.43 0.06 0.07 ind:imp:2p; -constations constater VER 10.58 57.43 0.01 0.07 ind:imp:1p; -constatâmes constater VER 10.58 57.43 0.00 0.07 ind:pas:1p; -constatons constater VER 10.58 57.43 0.34 0.68 imp:pre:1p;ind:pre:1p; -constats constat NOM m p 1.38 3.45 0.03 0.68 -constatèrent constater VER 10.58 57.43 0.00 0.14 ind:pas:3p; -constaté constater VER m s 10.58 57.43 2.30 5.61 imp:pre:2s;par:pas; -constatée constater VER f s 10.58 57.43 0.06 0.27 par:pas; -constatées constater VER f p 10.58 57.43 0.01 0.14 par:pas; -constatés constater VER m p 10.58 57.43 0.04 0.07 par:pas; -constellaient consteller VER 0.14 4.39 0.00 0.20 ind:imp:3p; -constellait consteller VER 0.14 4.39 0.00 0.07 ind:imp:3s; -constellant consteller VER 0.14 4.39 0.00 0.07 par:pre; -constellation constellation NOM f s 1.86 6.76 1.61 3.58 -constellations constellation NOM f p 1.86 6.76 0.25 3.18 -constelle consteller VER 0.14 4.39 0.00 0.07 ind:pre:3s; -constellent consteller VER 0.14 4.39 0.00 0.14 ind:pre:3p; -constellé consteller VER m s 0.14 4.39 0.01 1.76 par:pas; -constellée consteller VER f s 0.14 4.39 0.13 1.15 par:pas; -constellées consteller VER f p 0.14 4.39 0.00 0.47 par:pas; -constellés consteller VER m p 0.14 4.39 0.00 0.47 par:pas; -consterna consterner VER 0.85 4.26 0.02 0.47 ind:pas:3s; -consternait consterner VER 0.85 4.26 0.00 0.88 ind:imp:3s; -consternant consternant ADJ m s 0.53 1.49 0.48 0.61 -consternante consternant ADJ f s 0.53 1.49 0.03 0.47 -consternantes consternant ADJ f p 0.53 1.49 0.01 0.20 -consternants consternant ADJ m p 0.53 1.49 0.01 0.20 -consternation consternation NOM f s 0.69 4.53 0.69 4.53 -consterne consterner VER 0.85 4.26 0.06 0.07 ind:pre:3s; -consternent consterner VER 0.85 4.26 0.00 0.07 ind:pre:3p; -consterné consterner VER m s 0.85 4.26 0.52 1.42 par:pas; -consternée consterner VER f s 0.85 4.26 0.07 0.68 par:pas; -consternées consterné ADJ f p 0.46 3.58 0.00 0.27 -consternés consterné ADJ m p 0.46 3.58 0.23 0.54 -constipant constipant ADJ m s 0.00 0.07 0.00 0.07 -constipation constipation NOM f s 0.41 1.69 0.38 1.55 -constipations constipation NOM f p 0.41 1.69 0.03 0.14 -constipe constiper VER 0.55 0.74 0.06 0.14 imp:pre:2s;ind:pre:1s;ind:pre:3s; -constipé constipé ADJ m s 0.66 0.54 0.35 0.34 -constipée constipé ADJ f s 0.66 0.54 0.26 0.07 -constipées constipé NOM f p 0.34 0.34 0.00 0.07 -constipés constipé NOM m p 0.34 0.34 0.14 0.07 -constitua constituer VER 8.99 54.39 0.05 0.54 ind:pas:3s; -constituaient constituer VER 8.99 54.39 0.11 6.22 ind:imp:3p; -constituais constituer VER 8.99 54.39 0.01 0.14 ind:imp:1s; -constituait constituer VER 8.99 54.39 0.50 9.80 ind:imp:3s; -constituant constituer VER 8.99 54.39 0.17 1.82 par:pre; -constituante constituant NOM f s 0.27 1.01 0.23 0.68 -constituantes constituant ADJ f p 0.02 3.92 0.00 0.07 -constituants constituant NOM m p 0.27 1.01 0.04 0.20 -constitue constituer VER 8.99 54.39 2.89 7.03 imp:pre:2s;ind:pre:1s;ind:pre:3s; -constituent constituer VER 8.99 54.39 1.32 5.47 ind:pre:3p; -constituer constituer VER 8.99 54.39 1.56 9.46 inf; -constituera constituer VER 8.99 54.39 0.05 0.27 ind:fut:3s; -constituerai constituer VER 8.99 54.39 0.00 0.14 ind:fut:1s; -constitueraient constituer VER 8.99 54.39 0.02 0.47 cnd:pre:3p; -constituerais constituer VER 8.99 54.39 0.00 0.07 cnd:pre:1s; -constituerait constituer VER 8.99 54.39 0.23 0.74 cnd:pre:3s; -constitueras constituer VER 8.99 54.39 0.00 0.07 ind:fut:2s; -constitueront constituer VER 8.99 54.39 0.02 0.20 ind:fut:3p; -constituez constituer VER 8.99 54.39 0.08 0.14 imp:pre:2p;ind:pre:2p; -constituions constituer VER 8.99 54.39 0.00 0.20 ind:imp:1p; -constituons constituer VER 8.99 54.39 0.12 0.20 imp:pre:1p;ind:pre:1p; -constituât constituer VER 8.99 54.39 0.00 0.20 sub:imp:3s; -constituèrent constituer VER 8.99 54.39 0.01 0.54 ind:pas:3p; -constitutif constitutif ADJ m s 0.19 0.34 0.14 0.14 -constitutifs constitutif ADJ m p 0.19 0.34 0.05 0.20 -constitution constitution NOM f s 6.74 9.12 6.72 8.92 -constitutionnaliste constitutionnaliste NOM s 0.10 0.00 0.10 0.00 -constitutionnalité constitutionnalité NOM f s 0.02 0.00 0.02 0.00 -constitutionnel constitutionnel ADJ m s 1.60 2.50 0.72 0.88 -constitutionnelle constitutionnel ADJ f s 1.60 2.50 0.40 1.01 -constitutionnellement constitutionnellement ADV 0.03 0.07 0.03 0.07 -constitutionnelles constitutionnel ADJ f p 1.60 2.50 0.03 0.34 -constitutionnels constitutionnel ADJ m p 1.60 2.50 0.45 0.27 -constitutions constitution NOM f p 6.74 9.12 0.02 0.20 -constitué constituer VER m s 8.99 54.39 0.98 6.82 par:pas; -constituée constituer VER f s 8.99 54.39 0.64 2.16 par:pas; -constituées constitué ADJ f p 0.19 2.91 0.11 0.68 -constitués constituer VER m p 8.99 54.39 0.16 0.81 par:pas; -constricteur constricteur NOM m s 0.11 0.07 0.11 0.00 -constricteurs constricteur NOM m p 0.11 0.07 0.00 0.07 -constriction constriction NOM f s 0.01 0.61 0.01 0.61 -constrictive constrictif ADJ f s 0.01 0.00 0.01 0.00 -constrictor constrictor ADJ m s 0.16 0.41 0.16 0.34 -constrictors constrictor NOM m p 0.05 0.00 0.03 0.00 -constructeur constructeur NOM m s 1.81 1.82 0.88 0.81 -constructeurs constructeur NOM m p 1.81 1.82 0.93 1.01 -constructif constructif ADJ m s 1.25 1.28 0.39 0.54 -constructifs constructif ADJ m p 1.25 1.28 0.01 0.07 -construction construction NOM f s 13.12 24.12 11.30 18.24 -constructions construction NOM f p 13.12 24.12 1.83 5.88 -constructive constructif ADJ f s 1.25 1.28 0.58 0.41 -constructives constructif ADJ f p 1.25 1.28 0.26 0.27 -constructivisme constructivisme NOM m s 0.01 0.00 0.01 0.00 -construira construire VER 67.59 52.64 0.93 0.41 ind:fut:3s; -construirai construire VER 67.59 52.64 0.68 0.00 ind:fut:1s; -construiraient construire VER 67.59 52.64 0.02 0.07 cnd:pre:3p; -construirais construire VER 67.59 52.64 0.12 0.14 cnd:pre:1s; -construirait construire VER 67.59 52.64 0.30 0.20 cnd:pre:3s; -construiras construire VER 67.59 52.64 0.17 0.00 ind:fut:2s; -construire construire VER 67.59 52.64 26.94 18.38 inf; -construirez construire VER 67.59 52.64 0.29 0.07 ind:fut:2p; -construiriez construire VER 67.59 52.64 0.02 0.00 cnd:pre:2p; -construirons construire VER 67.59 52.64 1.19 0.07 ind:fut:1p; -construiront construire VER 67.59 52.64 0.37 0.00 ind:fut:3p; -construis construire VER 67.59 52.64 2.33 0.47 imp:pre:2s;ind:pre:1s;ind:pre:2s; -construisît construire VER 67.59 52.64 0.00 0.07 sub:imp:3s; -construisaient construire VER 67.59 52.64 0.27 0.81 ind:imp:3p; -construisais construire VER 67.59 52.64 0.29 0.34 ind:imp:1s;ind:imp:2s; -construisait construire VER 67.59 52.64 0.98 1.76 ind:imp:3s; -construisant construire VER 67.59 52.64 0.54 0.95 par:pre; -construise construire VER 67.59 52.64 0.40 0.20 sub:pre:1s;sub:pre:3s; -construisent construire VER 67.59 52.64 1.37 1.15 ind:pre:3p; -construisez construire VER 67.59 52.64 1.01 0.00 imp:pre:2p;ind:pre:2p; -construisiez construire VER 67.59 52.64 0.06 0.00 ind:imp:2p; -construisions construire VER 67.59 52.64 0.05 0.00 ind:imp:1p; -construisirent construire VER 67.59 52.64 0.06 0.14 ind:pas:3p; -construisis construire VER 67.59 52.64 0.11 0.14 ind:pas:1s; -construisit construire VER 67.59 52.64 0.21 1.62 ind:pas:3s; -construisons construire VER 67.59 52.64 1.23 0.14 imp:pre:1p;ind:pre:1p; -construit construire VER m s 67.59 52.64 21.48 15.61 ind:pre:3s;par:pas; -construite construire VER f s 67.59 52.64 4.64 5.41 par:pas; -construites construire VER f p 67.59 52.64 0.47 1.82 par:pas; -construits construire VER m p 67.59 52.64 1.08 2.70 par:pas; -consubstantiel consubstantiel ADJ m s 0.00 0.61 0.00 0.20 -consubstantielle consubstantiel ADJ f s 0.00 0.61 0.00 0.27 -consubstantiels consubstantiel ADJ m p 0.00 0.61 0.00 0.14 -consécration consécration NOM f s 0.37 1.15 0.37 1.15 -consécutif consécutif ADJ m s 1.16 1.82 0.12 0.20 -consécutifs consécutif ADJ m p 1.16 1.82 0.46 0.68 -consécution consécution NOM f s 0.00 0.07 0.00 0.07 -consécutive consécutif ADJ f s 1.16 1.82 0.15 0.47 -consécutivement consécutivement ADV 0.02 0.14 0.02 0.14 -consécutives consécutif ADJ f p 1.16 1.82 0.43 0.47 -consul consul NOM m s 3.95 10.07 3.56 8.11 -consulaire consulaire ADJ s 0.31 0.81 0.31 0.41 -consulaires consulaire ADJ p 0.31 0.81 0.00 0.41 -consulat consulat NOM m s 3.84 2.43 3.77 1.96 -consulats consulat NOM m p 3.84 2.43 0.07 0.47 -consuls consul NOM m p 3.95 10.07 0.39 1.96 -consulta consulter VER 18.45 36.22 0.01 4.12 ind:pas:3s; -consultable consultable ADJ f s 0.00 0.07 0.00 0.07 -consultai consulter VER 18.45 36.22 0.02 0.61 ind:pas:1s; -consultaient consulter VER 18.45 36.22 0.00 0.68 ind:imp:3p; -consultais consulter VER 18.45 36.22 0.22 0.34 ind:imp:1s;ind:imp:2s; -consultait consulter VER 18.45 36.22 0.13 2.70 ind:imp:3s; -consultant consultant NOM m s 1.76 0.20 1.29 0.07 -consultante consultant NOM f s 1.76 0.20 0.18 0.07 -consultants consultant NOM m p 1.76 0.20 0.29 0.07 -consultatif consultatif ADJ m s 0.13 6.28 0.13 0.74 -consultatifs consultatif ADJ m p 0.13 6.28 0.00 0.14 -consultation consultation NOM f s 4.59 8.24 3.61 6.49 -consultations consultation NOM f p 4.59 8.24 0.98 1.76 -consultative consultatif ADJ f s 0.13 6.28 0.00 5.41 -consulte consulter VER 18.45 36.22 2.21 3.45 imp:pre:2s;ind:pre:1s;ind:pre:3s; -consultent consulter VER 18.45 36.22 0.10 0.27 ind:pre:3p; -consulter consulter VER 18.45 36.22 9.05 13.04 inf; -consultera consulter VER 18.45 36.22 0.03 0.20 ind:fut:3s; -consulterai consulter VER 18.45 36.22 0.18 0.07 ind:fut:1s; -consulteraient consulter VER 18.45 36.22 0.00 0.07 cnd:pre:3p; -consulterais consulter VER 18.45 36.22 0.22 0.07 cnd:pre:1s;cnd:pre:2s; -consulteras consulter VER 18.45 36.22 0.01 0.00 ind:fut:2s; -consulterons consulter VER 18.45 36.22 0.01 0.00 ind:fut:1p; -consulteront consulter VER 18.45 36.22 0.00 0.07 ind:fut:3p; -consultes consulter VER 18.45 36.22 0.23 0.00 ind:pre:2s; -consultez consulter VER 18.45 36.22 1.04 0.34 imp:pre:2p;ind:pre:2p; -consultions consulter VER 18.45 36.22 0.01 0.07 ind:imp:1p; -consultâmes consulter VER 18.45 36.22 0.00 0.07 ind:pas:1p; -consultons consulter VER 18.45 36.22 0.24 0.07 imp:pre:1p;ind:pre:1p; -consultèrent consulter VER 18.45 36.22 0.00 0.81 ind:pas:3p; -consulté consulter VER m s 18.45 36.22 4.05 5.00 par:pas; -consultée consulter VER f s 18.45 36.22 0.14 0.88 par:pas; -consultées consulter VER f p 18.45 36.22 0.03 0.07 par:pas; -consultés consulter VER m p 18.45 36.22 0.22 1.42 par:pas; -consuma consumer VER 6.54 9.93 0.16 0.07 ind:pas:3s; -consumable consumable ADJ s 0.00 0.07 0.00 0.07 -consumai consumer VER 6.54 9.93 0.00 0.07 ind:pas:1s; -consumaient consumer VER 6.54 9.93 0.01 0.47 ind:imp:3p; -consumais consumer VER 6.54 9.93 0.00 0.14 ind:imp:1s; -consumait consumer VER 6.54 9.93 0.19 1.49 ind:imp:3s; -consumant consumer VER 6.54 9.93 0.36 0.20 par:pre; -consumation consumation NOM f s 0.00 0.07 0.00 0.07 -consume consumer VER 6.54 9.93 2.21 1.69 imp:pre:2s;ind:pre:1s;ind:pre:3s; -consument consumer VER 6.54 9.93 0.38 0.47 ind:pre:3p; -consumer consumer VER 6.54 9.93 0.89 2.09 inf; -consumera consumer VER 6.54 9.93 0.25 0.14 ind:fut:3s; -consumerait consumer VER 6.54 9.93 0.01 0.07 cnd:pre:3s; -consumeront consumer VER 6.54 9.93 0.04 0.07 ind:fut:3p; -consumes consumer VER 6.54 9.93 0.00 0.07 ind:pre:2s; -consumez consumer VER 6.54 9.93 0.05 0.00 imp:pre:2p;ind:pre:2p; -consumât consumer VER 6.54 9.93 0.00 0.07 sub:imp:3s; -consumèrent consumer VER 6.54 9.93 0.00 0.07 ind:pas:3p; -consumé consumer VER m s 6.54 9.93 1.07 0.81 par:pas; -consumée consumer VER f s 6.54 9.93 0.52 1.15 par:pas; -consumées consumer VER f p 6.54 9.93 0.03 0.61 par:pas; -consumérisme consumérisme NOM m s 0.43 0.00 0.43 0.00 -consumériste consumériste ADJ f s 0.20 0.00 0.20 0.00 -consumés consumer VER m p 6.54 9.93 0.37 0.20 par:pas; -conséquemment conséquemment ADV 0.03 0.41 0.03 0.41 -conséquence conséquence NOM f s 19.27 34.86 5.91 16.89 -conséquences conséquence NOM f p 19.27 34.86 13.36 17.97 -conséquent conséquent ADJ m s 6.45 12.43 6.05 11.55 -conséquente conséquent ADJ f s 6.45 12.43 0.26 0.54 -conséquentes conséquent ADJ f p 6.45 12.43 0.12 0.07 -conséquents conséquent ADJ m p 6.45 12.43 0.02 0.27 -contînt contenir VER 30.07 58.92 0.00 0.34 sub:imp:3s; -conta conter VER 3.76 8.99 0.01 0.88 ind:pas:3s; -contact contact NOM m s 69.85 65.47 59.58 55.68 -contacta contacter VER 38.96 2.03 0.01 0.41 ind:pas:3s; -contactais contacter VER 38.96 2.03 0.14 0.00 ind:imp:1s;ind:imp:2s; -contactait contacter VER 38.96 2.03 0.08 0.07 ind:imp:3s; -contactant contacter VER 38.96 2.03 0.05 0.07 par:pre; -contacte contacter VER 38.96 2.03 3.89 0.00 imp:pre:2s;ind:pre:1s;ind:pre:3s; -contactent contacter VER 38.96 2.03 0.14 0.00 ind:pre:3p; -contacter contacter VER 38.96 2.03 16.11 0.95 ind:pre:2p;inf; -contactera contacter VER 38.96 2.03 1.18 0.00 ind:fut:3s; -contacterai contacter VER 38.96 2.03 1.69 0.00 ind:fut:1s; -contacteraient contacter VER 38.96 2.03 0.01 0.00 cnd:pre:3p; -contacterais contacter VER 38.96 2.03 0.03 0.00 cnd:pre:1s; -contacterait contacter VER 38.96 2.03 0.05 0.00 cnd:pre:3s; -contacteras contacter VER 38.96 2.03 0.01 0.00 ind:fut:2s; -contacterez contacter VER 38.96 2.03 0.10 0.00 ind:fut:2p; -contacterons contacter VER 38.96 2.03 0.30 0.00 ind:fut:1p; -contacteront contacter VER 38.96 2.03 0.23 0.00 ind:fut:3p; -contacteur contacteur NOM m s 0.05 0.07 0.05 0.07 -contactez contacter VER 38.96 2.03 4.20 0.07 imp:pre:2p;ind:pre:2p; -contactiez contacter VER 38.96 2.03 0.37 0.00 ind:imp:2p; -contactions contacter VER 38.96 2.03 0.11 0.00 ind:imp:1p; -contactons contacter VER 38.96 2.03 0.22 0.00 imp:pre:1p;ind:pre:1p; -contacts contact NOM m p 69.85 65.47 10.27 9.80 -contacté contacter VER m s 38.96 2.03 7.12 0.41 par:pas; -contactée contacter VER f s 38.96 2.03 1.27 0.00 par:pas; -contactées contacter VER f p 38.96 2.03 0.08 0.00 par:pas; -contactés contacter VER m p 38.96 2.03 1.56 0.07 par:pas; -contagieuse contagieux ADJ f s 6.01 4.05 1.74 1.82 -contagieuses contagieux ADJ f p 6.01 4.05 0.57 0.61 -contagieux contagieux ADJ m 6.01 4.05 3.71 1.62 -contagion contagion NOM f s 1.21 3.72 1.21 3.72 -contai conter VER 3.76 8.99 0.00 0.14 ind:pas:1s; -contaient conter VER 3.76 8.99 0.01 0.34 ind:imp:3p; -container container NOM m s 3.00 1.01 2.09 0.27 -containers container NOM m p 3.00 1.01 0.92 0.74 -containeur containeur NOM m s 0.01 0.00 0.01 0.00 -contais conter VER 3.76 8.99 0.01 0.00 ind:imp:1s; -contait conter VER 3.76 8.99 0.16 0.88 ind:imp:3s; -contaminaient contaminer VER 9.63 4.32 0.00 0.07 ind:imp:3p; -contaminait contaminer VER 9.63 4.32 0.01 0.27 ind:imp:3s; -contaminant contaminant ADJ m s 0.13 0.07 0.02 0.07 -contaminants contaminant ADJ m p 0.13 0.07 0.11 0.00 -contaminateur contaminateur NOM m s 0.01 0.00 0.01 0.00 -contamination contamination NOM f s 2.27 1.35 2.26 1.22 -contaminations contamination NOM f p 2.27 1.35 0.01 0.14 -contamine contaminer VER 9.63 4.32 1.39 0.47 imp:pre:2s;ind:pre:1s;ind:pre:3s; -contaminer contaminer VER 9.63 4.32 1.27 0.61 inf; -contaminera contaminer VER 9.63 4.32 0.01 0.00 ind:fut:3s; -contamineras contaminer VER 9.63 4.32 0.01 0.00 ind:fut:2s; -contamines contaminer VER 9.63 4.32 0.05 0.00 ind:pre:2s; -contaminons contaminer VER 9.63 4.32 0.01 0.00 imp:pre:1p; -contaminât contaminer VER 9.63 4.32 0.00 0.07 sub:imp:3s; -contaminé contaminer VER m s 9.63 4.32 2.68 1.08 par:pas; -contaminée contaminer VER f s 9.63 4.32 2.19 0.81 par:pas; -contaminées contaminer VER f p 9.63 4.32 0.55 0.34 par:pas; -contaminés contaminer VER m p 9.63 4.32 1.44 0.61 par:pas; -contant conter VER 3.76 8.99 0.19 0.41 par:pre; -conte conte NOM m s 13.30 15.07 8.84 6.69 -contempla contempler VER 8.58 64.46 0.17 5.34 ind:pas:3s; -contemplai contempler VER 8.58 64.46 0.01 1.35 ind:pas:1s; -contemplaient contempler VER 8.58 64.46 0.01 3.04 ind:imp:3p; -contemplais contempler VER 8.58 64.46 0.45 2.91 ind:imp:1s;ind:imp:2s; -contemplait contempler VER 8.58 64.46 0.30 11.35 ind:imp:3s; -contemplant contempler VER 8.58 64.46 0.35 6.55 par:pre; -contemplateur contemplateur NOM m s 0.00 0.20 0.00 0.14 -contemplatif contemplatif NOM m s 0.17 0.41 0.17 0.20 -contemplatifs contemplatif ADJ m p 0.10 1.42 0.00 0.20 -contemplation contemplation NOM f s 0.44 9.66 0.44 9.32 -contemplations contemplation NOM f p 0.44 9.66 0.00 0.34 -contemplative contemplatif ADJ f s 0.10 1.42 0.03 0.81 -contemplativement contemplativement ADV 0.00 0.07 0.00 0.07 -contemplatives contemplatif ADJ f p 0.10 1.42 0.01 0.20 -contemplatrice contemplateur NOM f s 0.00 0.20 0.00 0.07 -contemple contempler VER 8.58 64.46 2.28 7.16 imp:pre:2s;ind:pre:1s;ind:pre:3s; -contemplent contempler VER 8.58 64.46 0.33 1.55 ind:pre:3p; -contempler contempler VER 8.58 64.46 2.90 18.11 inf; -contemplera contempler VER 8.58 64.46 0.11 0.00 ind:fut:3s; -contemplerai contempler VER 8.58 64.46 0.12 0.00 ind:fut:1s; -contempleraient contempler VER 8.58 64.46 0.00 0.07 cnd:pre:3p; -contemplerait contempler VER 8.58 64.46 0.00 0.07 cnd:pre:3s; -contempleront contempler VER 8.58 64.46 0.01 0.07 ind:fut:3p; -contemples contempler VER 8.58 64.46 0.07 0.20 ind:pre:2s; -contemplez contempler VER 8.58 64.46 0.63 0.27 imp:pre:2p;ind:pre:2p; -contempliez contempler VER 8.58 64.46 0.11 0.00 ind:imp:2p; -contemplions contempler VER 8.58 64.46 0.00 0.61 ind:imp:1p; -contemplâmes contempler VER 8.58 64.46 0.00 0.14 ind:pas:1p; -contemplons contempler VER 8.58 64.46 0.07 0.27 imp:pre:1p;ind:pre:1p; -contemplèrent contempler VER 8.58 64.46 0.00 0.61 ind:pas:3p; -contemplé contempler VER m s 8.58 64.46 0.62 3.38 par:pas; -contemplée contempler VER f s 8.58 64.46 0.03 0.68 par:pas; -contemplées contempler VER f p 8.58 64.46 0.00 0.14 par:pas; -contemplés contempler VER m p 8.58 64.46 0.00 0.61 par:pas; -contemporain contemporain ADJ m s 1.98 6.62 0.94 1.89 -contemporaine contemporain ADJ f s 1.98 6.62 0.79 2.77 -contemporaines contemporain ADJ f p 1.98 6.62 0.05 0.61 -contemporains contemporain NOM m p 0.53 5.54 0.39 4.32 -contempteur contempteur NOM m s 0.14 0.27 0.01 0.27 -contempteurs contempteur NOM m p 0.14 0.27 0.14 0.00 -contenaient contenir VER 30.07 58.92 0.81 3.65 ind:imp:3p; -contenais contenir VER 30.07 58.92 0.00 0.14 ind:imp:1s; -contenait contenir VER 30.07 58.92 3.47 15.41 ind:imp:3s; -contenance contenance NOM f s 0.41 6.15 0.41 6.01 -contenances contenance NOM f p 0.41 6.15 0.00 0.14 -contenant contenir VER 30.07 58.92 2.75 9.53 par:pre; -contenants contenant NOM m p 0.50 0.74 0.04 0.07 -conteneur conteneur NOM m s 2.92 0.07 2.37 0.07 -conteneurs conteneur NOM m p 2.92 0.07 0.55 0.00 -contenez contenir VER 30.07 58.92 0.11 0.00 imp:pre:2p; -contenir contenir VER 30.07 58.92 4.81 9.86 inf; -content content ADJ m s 178.94 86.49 114.75 51.22 -contenta contenter VER 29.04 60.61 0.12 8.24 ind:pas:3s; -contentai contenter VER 29.04 60.61 0.00 1.08 ind:pas:1s; -contentaient contenter VER 29.04 60.61 0.26 2.84 ind:imp:3p; -contentais contenter VER 29.04 60.61 0.36 1.89 ind:imp:1s;ind:imp:2s; -contentait contenter VER 29.04 60.61 0.37 9.32 ind:imp:3s; -contentant contenter VER 29.04 60.61 0.24 4.46 par:pre; -contentassent contenter VER 29.04 60.61 0.00 0.07 sub:imp:3p; -contente content ADJ f s 178.94 86.49 50.76 24.32 -contentement contentement NOM m s 0.15 6.35 0.15 6.08 -contentements contentement NOM m p 0.15 6.35 0.00 0.27 -contentent contenter VER 29.04 60.61 1.27 1.35 ind:pre:3p; -contenter contenter VER 29.04 60.61 5.98 11.35 inf; -contentera contenter VER 29.04 60.61 0.86 0.20 ind:fut:3s; -contenterai contenter VER 29.04 60.61 0.84 0.27 ind:fut:1s; -contenteraient contenter VER 29.04 60.61 0.02 0.14 cnd:pre:3p; -contenterais contenter VER 29.04 60.61 0.70 0.14 cnd:pre:1s;cnd:pre:2s; -contenterait contenter VER 29.04 60.61 0.21 0.68 cnd:pre:3s; -contenteras contenter VER 29.04 60.61 0.05 0.00 ind:fut:2s; -contenterez contenter VER 29.04 60.61 0.04 0.14 ind:fut:2p; -contenteriez contenter VER 29.04 60.61 0.01 0.00 cnd:pre:2p; -contenterions contenter VER 29.04 60.61 0.01 0.14 cnd:pre:1p; -contenterons contenter VER 29.04 60.61 0.49 0.00 ind:fut:1p; -contenteront contenter VER 29.04 60.61 0.09 0.14 ind:fut:3p; -contentes content ADJ f p 178.94 86.49 1.46 0.41 -contentez contenter VER 29.04 60.61 1.77 0.61 imp:pre:2p;ind:pre:2p; -contentieux contentieux NOM m 0.28 0.47 0.28 0.47 -contentiez contenter VER 29.04 60.61 0.05 0.07 ind:imp:2p; -contention contention NOM f s 0.17 0.41 0.06 0.41 -contentions contention NOM f p 0.17 0.41 0.11 0.00 -contentons contenter VER 29.04 60.61 0.51 0.34 imp:pre:1p;ind:pre:1p; -contents content ADJ m p 178.94 86.49 11.96 10.54 -contentèrent contenter VER 29.04 60.61 0.00 0.27 ind:pas:3p; -contenté contenter VER m s 29.04 60.61 0.91 5.47 par:pas; -contentée contenter VER f s 29.04 60.61 0.30 1.96 par:pas; -contentées contenter VER f p 29.04 60.61 0.00 0.07 par:pas; -contentés contenter VER m p 29.04 60.61 0.12 0.68 par:pas; -contenu contenu NOM m s 6.34 16.82 6.31 16.42 -contenue contenir VER f s 30.07 58.92 0.55 2.70 par:pas; -contenues contenir VER f p 30.07 58.92 0.22 0.74 par:pas; -contenus contenir VER m p 30.07 58.92 0.09 0.61 par:pas; -conter conter VER 3.76 8.99 1.32 2.64 inf; -contera conter VER 3.76 8.99 0.03 0.00 ind:fut:3s; -conterai conter VER 3.76 8.99 0.17 0.07 ind:fut:1s; -conterait conter VER 3.76 8.99 0.00 0.07 cnd:pre:3s; -conteras conter VER 3.76 8.99 0.00 0.14 ind:fut:2s; -conterez conter VER 3.76 8.99 0.00 0.07 ind:fut:2p; -conterons conter VER 3.76 8.99 0.00 0.07 ind:fut:1p; -contes conte NOM m p 13.30 15.07 4.46 8.38 -contesta contester VER 4.84 8.58 0.00 0.07 ind:pas:3s; -contestable contestable ADJ s 0.26 1.69 0.26 1.15 -contestables contestable ADJ p 0.26 1.69 0.00 0.54 -contestaient contester VER 4.84 8.58 0.11 0.20 ind:imp:3p; -contestais contester VER 4.84 8.58 0.14 0.20 ind:imp:1s;ind:imp:2s; -contestait contester VER 4.84 8.58 0.01 0.68 ind:imp:3s; -contestant contester VER 4.84 8.58 0.03 0.27 par:pre; -contestataire contestataire ADJ s 0.21 0.47 0.14 0.14 -contestataires contestataire NOM p 0.26 0.54 0.19 0.34 -contestation contestation NOM f s 0.97 3.24 0.69 2.70 -contestations contestation NOM f p 0.97 3.24 0.29 0.54 -conteste contester VER 4.84 8.58 1.21 1.22 imp:pre:2s;ind:pre:1s;ind:pre:3s; -contestent contester VER 4.84 8.58 0.10 0.41 ind:pre:3p; -contester contester VER 4.84 8.58 1.48 2.70 inf; -contestera contester VER 4.84 8.58 0.09 0.07 ind:fut:3s; -contesterai contester VER 4.84 8.58 0.03 0.07 ind:fut:1s; -contesterait contester VER 4.84 8.58 0.01 0.07 cnd:pre:3s; -contesteriez contester VER 4.84 8.58 0.00 0.07 cnd:pre:2p; -contesterons contester VER 4.84 8.58 0.01 0.00 ind:fut:1p; -contestes contester VER 4.84 8.58 0.29 0.20 ind:pre:2s; -contestez contester VER 4.84 8.58 0.17 0.00 imp:pre:2p;ind:pre:2p; -contestiez contester VER 4.84 8.58 0.00 0.07 ind:imp:2p; -contestons contester VER 4.84 8.58 0.02 0.07 ind:pre:1p; -contesté contester VER m s 4.84 8.58 0.69 0.81 par:pas; -contestée contester VER f s 4.84 8.58 0.11 0.74 par:pas; -contestées contester VER f p 4.84 8.58 0.26 0.41 par:pas; -contestés contester VER m p 4.84 8.58 0.08 0.27 par:pas; -conteur conteur NOM m s 1.29 4.46 0.84 2.84 -conteurs conteur NOM m p 1.29 4.46 0.30 1.01 -conteuse conteur NOM f s 1.29 4.46 0.15 0.61 -contexte contexte NOM m s 4.50 2.30 4.34 2.16 -contextes contexte NOM m p 4.50 2.30 0.16 0.14 -contextualiser contextualiser VER 0.01 0.00 0.01 0.00 inf; -contextuel contextuel ADJ m s 0.01 0.00 0.01 0.00 -contez conter VER 3.76 8.99 0.38 0.00 imp:pre:2p; -conçois concevoir VER 18.75 27.84 1.31 1.28 imp:pre:2s;ind:pre:1s;ind:pre:2s; -conçoit concevoir VER 18.75 27.84 0.42 2.03 ind:pre:3s; -conçoivent concevoir VER 18.75 27.84 0.29 0.47 ind:pre:3p; -conçu concevoir VER m s 18.75 27.84 9.04 6.01 par:pas; -conçue concevoir VER f s 18.75 27.84 2.50 1.62 par:pas; -conçues concevoir VER f p 18.75 27.84 0.35 0.68 par:pas; -conçurent concevoir VER 18.75 27.84 0.01 0.27 ind:pas:3p; -conçus concevoir VER m p 18.75 27.84 0.86 1.42 ind:pas:1s;ind:pas:2s;par:pas; -conçut concevoir VER 18.75 27.84 0.22 1.62 ind:pas:3s; -contiendra contenir VER 30.07 58.92 0.22 0.27 ind:fut:3s; -contiendrai contenir VER 30.07 58.92 0.01 0.00 ind:fut:1s; -contiendraient contenir VER 30.07 58.92 0.00 0.20 cnd:pre:3p; -contiendrait contenir VER 30.07 58.92 0.07 0.47 cnd:pre:3s; -contienne contenir VER 30.07 58.92 0.17 0.20 sub:pre:1s;sub:pre:3s; -contiennent contenir VER 30.07 58.92 2.10 1.69 ind:pre:3p; -contiens contenir VER 30.07 58.92 0.33 0.41 imp:pre:2s;ind:pre:1s;ind:pre:2s; -contient contenir VER 30.07 58.92 13.23 7.36 ind:pre:3s; -contigu contigu ADJ m s 0.08 2.30 0.02 0.47 -contiguïté contiguïté NOM f s 0.00 0.07 0.00 0.07 -contigus contigu ADJ m p 0.08 2.30 0.00 0.20 -contiguë contigu ADJ f s 0.08 2.30 0.02 1.35 -contiguës contigu ADJ f p 0.08 2.30 0.04 0.27 -continûment continûment ADV 0.01 0.88 0.01 0.88 -continence continence NOM f s 0.10 0.61 0.10 0.61 -continent continent NOM m s 6.92 15.95 5.79 12.16 -continental continental ADJ m s 0.71 1.22 0.48 0.54 -continentale continental NOM f s 1.00 0.34 0.29 0.07 -continentales continental ADJ f p 0.71 1.22 0.03 0.07 -continentaux continental NOM m p 1.00 0.34 0.29 0.20 -continents continent NOM m p 6.92 15.95 1.13 3.78 -contingence contingence NOM f s 0.11 1.76 0.06 0.27 -contingences contingence NOM f p 0.11 1.76 0.04 1.49 -contingent contingent NOM m s 0.77 2.64 0.76 1.69 -contingente contingent ADJ f s 0.13 0.41 0.01 0.00 -contingentement contingentement NOM m s 0.01 0.00 0.01 0.00 -contingentes contingent ADJ f p 0.13 0.41 0.00 0.07 -contingents contingent NOM m p 0.77 2.64 0.01 0.95 -contingenté contingenter VER m s 0.00 0.14 0.00 0.14 par:pas; -continrent contenir VER 30.07 58.92 0.00 0.14 ind:pas:3p; -contins contenir VER 30.07 58.92 0.02 0.07 ind:pas:1s; -contint contenir VER 30.07 58.92 0.00 1.55 ind:pas:3s; -continu continu ADJ m s 2.79 9.66 1.58 8.92 -continua continuer VER 269.95 282.77 1.18 28.38 ind:pas:3s; -continuai continuer VER 269.95 282.77 0.03 3.51 ind:pas:1s; -continuaient continuer VER 269.95 282.77 0.70 16.96 ind:imp:3p; -continuais continuer VER 269.95 282.77 1.47 6.08 ind:imp:1s;ind:imp:2s; -continuait continuer VER 269.95 282.77 2.32 60.27 ind:imp:3s; -continuant continuer VER 269.95 282.77 1.27 15.34 par:pre; -continuassent continuer VER 269.95 282.77 0.00 0.14 sub:imp:3p; -continuateur continuateur NOM m s 0.11 0.34 0.11 0.20 -continuateurs continuateur NOM m p 0.11 0.34 0.00 0.14 -continuation continuation NOM f s 1.09 1.01 1.09 1.01 -continue continuer VER 269.95 282.77 76.64 50.54 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -continuel continuel ADJ m s 1.22 6.76 0.21 1.49 -continuelle continuel ADJ f s 1.22 6.76 0.70 2.70 -continuellement continuellement ADV 1.67 4.80 1.67 4.80 -continuelles continuel ADJ f p 1.22 6.76 0.20 1.69 -continuels continuel ADJ m p 1.22 6.76 0.11 0.88 -continuent continuer VER 269.95 282.77 7.61 9.59 ind:pre:3p; -continuer continuer VER 269.95 282.77 82.29 43.51 inf; -continuera continuer VER 269.95 282.77 6.04 2.57 ind:fut:3s; -continuerai continuer VER 269.95 282.77 3.73 1.08 ind:fut:1s; -continueraient continuer VER 269.95 282.77 0.13 1.22 cnd:pre:3p; -continuerais continuer VER 269.95 282.77 1.02 0.54 cnd:pre:1s;cnd:pre:2s; -continuerait continuer VER 269.95 282.77 0.85 2.91 cnd:pre:3s; -continueras continuer VER 269.95 282.77 1.03 0.41 ind:fut:2s; -continuerez continuer VER 269.95 282.77 0.58 0.61 ind:fut:2p; -continueriez continuer VER 269.95 282.77 0.02 0.00 cnd:pre:2p; -continuerons continuer VER 269.95 282.77 1.55 0.54 ind:fut:1p; -continueront continuer VER 269.95 282.77 1.36 1.42 ind:fut:3p; -continues continuer VER 269.95 282.77 11.66 2.23 ind:pre:2s;sub:pre:2s; -continuez continuer VER 269.95 282.77 47.08 4.73 imp:pre:2p;ind:pre:2p; -continuiez continuer VER 269.95 282.77 0.31 0.00 ind:imp:2p; -continuions continuer VER 269.95 282.77 0.19 1.42 ind:imp:1p;sub:pre:1p; -continuité continuité NOM f s 0.45 4.73 0.45 4.73 -continuâmes continuer VER 269.95 282.77 0.05 0.34 ind:pas:1p; -continuons continuer VER 269.95 282.77 8.06 2.77 imp:pre:1p;ind:pre:1p; -continuât continuer VER 269.95 282.77 0.00 1.76 sub:imp:3s; -continus continu ADJ m p 2.79 9.66 0.17 0.41 -continuèrent continuer VER 269.95 282.77 0.54 4.39 ind:pas:3p; -continué continuer VER m s 269.95 282.77 12.03 18.65 par:pas; -continuée continuer VER f s 269.95 282.77 0.17 0.54 par:pas; -continuées continuer VER f p 269.95 282.77 0.00 0.27 par:pas; -continuum continuum NOM m s 0.55 0.27 0.55 0.27 -continués continuer VER m p 269.95 282.77 0.03 0.07 par:pas; -contions conter VER 3.76 8.99 0.00 0.07 ind:imp:1p; -contondant contondant ADJ m s 0.82 0.47 0.78 0.07 -contondante contondant ADJ f s 0.82 0.47 0.01 0.00 -contondants contondant ADJ m p 0.82 0.47 0.04 0.41 -contorsion contorsion NOM f s 0.16 2.23 0.02 0.47 -contorsionna contorsionner VER 0.20 2.09 0.00 0.07 ind:pas:3s; -contorsionnaient contorsionner VER 0.20 2.09 0.00 0.07 ind:imp:3p; -contorsionnait contorsionner VER 0.20 2.09 0.00 0.34 ind:imp:3s; -contorsionnant contorsionner VER 0.20 2.09 0.00 0.54 par:pre; -contorsionne contorsionner VER 0.20 2.09 0.13 0.20 imp:pre:2s;ind:pre:3s; -contorsionnent contorsionner VER 0.20 2.09 0.01 0.14 ind:pre:3p; -contorsionner contorsionner VER 0.20 2.09 0.04 0.07 inf; -contorsionniste contorsionniste NOM s 0.37 0.14 0.34 0.14 -contorsionnistes contorsionniste NOM p 0.37 0.14 0.04 0.00 -contorsionné contorsionner VER m s 0.20 2.09 0.01 0.27 par:pas; -contorsionnée contorsionner VER f s 0.20 2.09 0.00 0.14 par:pas; -contorsionnées contorsionner VER f p 0.20 2.09 0.00 0.07 par:pas; -contorsionnés contorsionner VER m p 0.20 2.09 0.00 0.20 par:pas; -contorsions contorsion NOM f p 0.16 2.23 0.14 1.76 -contât conter VER 3.76 8.99 0.00 0.07 sub:imp:3s; -contour contour NOM m s 2.09 16.28 0.87 5.00 -contourna contourner VER 6.68 19.59 0.00 2.84 ind:pas:3s; -contournai contourner VER 6.68 19.59 0.00 0.47 ind:pas:1s; -contournaient contourner VER 6.68 19.59 0.01 0.47 ind:imp:3p; -contournais contourner VER 6.68 19.59 0.00 0.07 ind:imp:1s; -contournait contourner VER 6.68 19.59 0.17 1.76 ind:imp:3s; -contournant contourner VER 6.68 19.59 0.23 2.91 par:pre; -contourne contourner VER 6.68 19.59 0.99 2.03 imp:pre:2s;ind:pre:1s;ind:pre:3s; -contournement contournement NOM m s 0.14 0.07 0.13 0.00 -contournements contournement NOM m p 0.14 0.07 0.01 0.07 -contournent contourner VER 6.68 19.59 0.08 0.54 ind:pre:3p; -contourner contourner VER 6.68 19.59 3.63 5.47 inf; -contournera contourner VER 6.68 19.59 0.10 0.00 ind:fut:3s; -contournerai contourner VER 6.68 19.59 0.02 0.07 ind:fut:1s; -contournerais contourner VER 6.68 19.59 0.01 0.00 cnd:pre:1s; -contournerez contourner VER 6.68 19.59 0.11 0.00 ind:fut:2p; -contournerons contourner VER 6.68 19.59 0.02 0.07 ind:fut:1p; -contournes contourner VER 6.68 19.59 0.17 0.07 ind:pre:2s; -contournez contourner VER 6.68 19.59 0.20 0.00 imp:pre:2p;ind:pre:2p; -contournions contourner VER 6.68 19.59 0.01 0.14 ind:imp:1p; -contournons contourner VER 6.68 19.59 0.27 0.20 imp:pre:1p;ind:pre:1p; -contournèrent contourner VER 6.68 19.59 0.01 0.47 ind:pas:3p; -contourné contourner VER m s 6.68 19.59 0.59 1.82 par:pas; -contournée contourné ADJ f s 0.05 1.28 0.04 0.34 -contournées contourner VER f p 6.68 19.59 0.03 0.07 par:pas; -contournés contourner VER m p 6.68 19.59 0.01 0.07 par:pas; -contours contour NOM m p 2.09 16.28 1.22 11.28 -contrôla contrôler VER 61.13 21.01 0.00 0.41 ind:pas:3s; -contrôlable contrôlable ADJ s 0.12 0.14 0.08 0.14 -contrôlables contrôlable ADJ p 0.12 0.14 0.04 0.00 -contrôlai contrôler VER 61.13 21.01 0.00 0.20 ind:pas:1s; -contrôlaient contrôler VER 61.13 21.01 0.44 0.47 ind:imp:3p; -contrôlais contrôler VER 61.13 21.01 0.60 0.27 ind:imp:1s;ind:imp:2s; -contrôlait contrôler VER 61.13 21.01 1.17 2.57 ind:imp:3s; -contrôlant contrôler VER 61.13 21.01 0.28 0.81 par:pre; -contrôle contrôle NOM m s 66.28 19.66 63.48 17.43 -contrôlent contrôler VER 61.13 21.01 2.22 0.41 ind:pre:3p; -contrôler contrôler VER 61.13 21.01 24.91 7.57 inf; -contrôlera contrôler VER 61.13 21.01 0.33 0.00 ind:fut:3s; -contrôlerai contrôler VER 61.13 21.01 0.26 0.00 ind:fut:1s; -contrôlerais contrôler VER 61.13 21.01 0.02 0.00 cnd:pre:1s; -contrôlerait contrôler VER 61.13 21.01 0.22 0.07 cnd:pre:3s; -contrôleras contrôler VER 61.13 21.01 0.05 0.00 ind:fut:2s; -contrôlerez contrôler VER 61.13 21.01 0.06 0.00 ind:fut:2p; -contrôleriez contrôler VER 61.13 21.01 0.01 0.00 cnd:pre:2p; -contrôlerons contrôler VER 61.13 21.01 0.67 0.00 ind:fut:1p; -contrôleront contrôler VER 61.13 21.01 0.22 0.00 ind:fut:3p; -contrôles contrôle NOM m p 66.28 19.66 2.80 2.23 -contrôleur contrôleur NOM m s 8.93 5.14 7.43 4.26 -contrôleurs contrôleur NOM m p 8.93 5.14 1.00 0.88 -contrôleuse contrôleur NOM f s 8.93 5.14 0.49 0.00 -contrôlez contrôler VER 61.13 21.01 3.36 0.14 imp:pre:2p;ind:pre:2p; -contrôliez contrôler VER 61.13 21.01 0.09 0.00 ind:imp:2p; -contrôlions contrôler VER 61.13 21.01 0.06 0.14 ind:imp:1p; -contrôlâmes contrôler VER 61.13 21.01 0.00 0.07 ind:pas:1p; -contrôlons contrôler VER 61.13 21.01 1.62 0.00 imp:pre:1p;ind:pre:1p; -contrôlèrent contrôler VER 61.13 21.01 0.01 0.00 ind:pas:3p; -contrôlé contrôler VER m s 61.13 21.01 4.70 2.43 par:pas; -contrôlée contrôler VER f s 61.13 21.01 1.43 1.15 par:pas; -contrôlées contrôler VER f p 61.13 21.01 0.79 0.61 par:pas; -contrôlés contrôler VER m p 61.13 21.01 0.70 0.47 par:pas; -contra contrer VER 19.15 18.72 0.12 0.14 ind:pas:3s; -contraceptif contraceptif NOM m s 0.55 0.07 0.26 0.00 -contraceptifs contraceptif NOM m p 0.55 0.07 0.29 0.07 -contraception contraception NOM f s 0.66 0.68 0.66 0.68 -contraceptive contraceptif ADJ f s 0.56 0.20 0.10 0.00 -contraceptives contraceptif ADJ f p 0.56 0.20 0.38 0.20 -contracta contracter VER 3.31 12.30 0.01 0.95 ind:pas:3s; -contractai contracter VER 3.31 12.30 0.00 0.14 ind:pas:1s; -contractaient contracter VER 3.31 12.30 0.00 0.68 ind:imp:3p; -contractais contracter VER 3.31 12.30 0.00 0.07 ind:imp:1s; -contractait contracter VER 3.31 12.30 0.00 0.95 ind:imp:3s; -contractant contractant ADJ m s 0.20 0.07 0.10 0.00 -contractantes contractant ADJ f p 0.20 0.07 0.10 0.07 -contractants contractant NOM m p 0.06 0.14 0.04 0.14 -contracte contracter VER 3.31 12.30 0.61 1.76 imp:pre:2s;ind:pre:1s;ind:pre:3s; -contractent contracter VER 3.31 12.30 0.40 0.47 ind:pre:3p; -contracter contracter VER 3.31 12.30 0.48 1.42 inf; -contracterait contracter VER 3.31 12.30 0.00 0.07 cnd:pre:3s; -contractez contracter VER 3.31 12.30 0.11 0.00 imp:pre:2p; -contractile contractile ADJ s 0.01 0.00 0.01 0.00 -contraction contraction NOM f s 3.05 2.97 1.00 2.23 -contractions contraction NOM f p 3.05 2.97 2.05 0.74 -contractons contracter VER 3.31 12.30 0.00 0.07 ind:pre:1p; -contractèrent contracter VER 3.31 12.30 0.00 0.27 ind:pas:3p; -contracté contracter VER m s 3.31 12.30 1.22 2.97 par:pas; -contractée contracter VER f s 3.31 12.30 0.36 0.88 par:pas; -contractuel contractuel NOM m s 0.68 0.34 0.07 0.00 -contractuelle contractuel NOM f s 0.68 0.34 0.58 0.07 -contractuellement contractuellement ADV 0.13 0.00 0.13 0.00 -contractuelles contractuel ADJ f p 0.35 0.47 0.17 0.00 -contractuels contractuel NOM m p 0.68 0.34 0.02 0.27 -contractées contracter VER f p 3.31 12.30 0.06 0.41 par:pas; -contracture contracture NOM f s 0.04 0.34 0.03 0.27 -contractures contracture NOM f p 0.04 0.34 0.01 0.07 -contractés contracter VER m p 3.31 12.30 0.03 0.34 par:pas; -contradicteur contradicteur NOM m s 0.02 0.14 0.01 0.00 -contradicteurs contradicteur NOM m p 0.02 0.14 0.01 0.14 -contradiction contradiction NOM f s 2.09 12.97 1.28 7.36 -contradictions contradiction NOM f p 2.09 12.97 0.81 5.61 -contradictoire contradictoire ADJ s 2.42 9.05 1.56 2.43 -contradictoirement contradictoirement ADV 0.00 0.20 0.00 0.20 -contradictoires contradictoire ADJ p 2.42 9.05 0.87 6.62 -contraignît contraindre VER 6.66 24.73 0.00 0.14 sub:imp:3s; -contraignaient contraindre VER 6.66 24.73 0.00 0.41 ind:imp:3p; -contraignais contraindre VER 6.66 24.73 0.00 0.14 ind:imp:1s; -contraignait contraindre VER 6.66 24.73 0.10 1.89 ind:imp:3s; -contraignant contraignant ADJ m s 0.16 1.15 0.11 0.68 -contraignante contraignant ADJ f s 0.16 1.15 0.04 0.34 -contraignantes contraignant ADJ f p 0.16 1.15 0.02 0.14 -contraigne contraindre VER 6.66 24.73 0.04 0.07 sub:pre:3s; -contraignent contraindre VER 6.66 24.73 0.26 0.88 ind:pre:3p; -contraignit contraindre VER 6.66 24.73 0.00 1.96 ind:pas:3s; -contraindra contraindre VER 6.66 24.73 0.02 0.07 ind:fut:3s; -contraindrai contraindre VER 6.66 24.73 0.01 0.07 ind:fut:1s; -contraindraient contraindre VER 6.66 24.73 0.00 0.07 cnd:pre:3p; -contraindrais contraindre VER 6.66 24.73 0.01 0.07 cnd:pre:1s;cnd:pre:2s; -contraindrait contraindre VER 6.66 24.73 0.00 0.14 cnd:pre:3s; -contraindre contraindre VER 6.66 24.73 1.21 3.99 inf; -contrains contraindre VER 6.66 24.73 0.06 0.27 ind:pre:1s;ind:pre:2s; -contraint contraindre VER m s 6.66 24.73 3.42 8.92 ind:pre:3s;par:pas; -contrainte contrainte NOM f s 2.94 5.81 2.94 5.81 -contraintes contraint NOM f p 1.13 3.31 1.13 3.31 -contraints contraindre VER m p 6.66 24.73 0.95 2.23 par:pas; -contraire contraire NOM m s 62.13 126.01 62.03 125.47 -contrairement contrairement ADV 8.79 10.41 8.79 10.41 -contraires contraire ADJ p 6.90 14.53 0.51 3.78 -contrait contrer VER 19.15 18.72 0.01 0.14 ind:imp:3s; -contralto contralto NOM m s 0.28 0.27 0.28 0.20 -contraltos contralto NOM m p 0.28 0.27 0.01 0.07 -contrant contrer VER 19.15 18.72 0.00 0.07 par:pre; -contrapunctique contrapunctique ADJ m s 0.00 0.07 0.00 0.07 -contrapuntique contrapuntique ADJ f s 0.02 0.00 0.02 0.00 -contraria contrarier VER 11.03 13.31 0.10 0.61 ind:pas:3s; -contrariaient contrarier VER 11.03 13.31 0.01 0.20 ind:imp:3p; -contrariais contrarier VER 11.03 13.31 0.01 0.07 ind:imp:1s; -contrariait contrarier VER 11.03 13.31 0.27 1.49 ind:imp:3s; -contrariant contrariant ADJ m s 0.84 1.55 0.76 1.15 -contrariante contrariant ADJ f s 0.84 1.55 0.04 0.20 -contrariantes contrariant ADJ f p 0.84 1.55 0.03 0.14 -contrariants contrariant ADJ m p 0.84 1.55 0.01 0.07 -contrarie contrarier VER 11.03 13.31 1.77 0.95 imp:pre:2s;ind:pre:1s;ind:pre:3s; -contrarient contrarier VER 11.03 13.31 0.08 0.41 ind:pre:3p; -contrarier contrarier VER 11.03 13.31 2.72 5.81 inf; -contrarierai contrarier VER 11.03 13.31 0.00 0.14 ind:fut:1s; -contrarierait contrarier VER 11.03 13.31 0.23 0.20 cnd:pre:3s; -contrariez contrarier VER 11.03 13.31 0.23 0.00 imp:pre:2p;ind:pre:2p; -contrarions contrarier VER 11.03 13.31 0.02 0.07 imp:pre:1p; -contrariât contrarier VER 11.03 13.31 0.00 0.07 sub:imp:3s; -contrarié contrarier VER m s 11.03 13.31 3.29 1.55 par:pas; -contrariée contrarier VER f s 11.03 13.31 1.94 1.15 par:pas; -contrariées contrarié ADJ f p 2.62 4.12 0.03 0.27 -contrariés contrarié ADJ m p 2.62 4.12 0.41 0.27 -contrariété contrariété NOM f s 0.58 3.99 0.38 3.18 -contrariétés contrariété NOM f p 0.58 3.99 0.21 0.81 -contras contra NOM m p 0.20 0.00 0.08 0.00 -contrasta contraster VER 0.21 8.58 0.00 0.07 ind:pas:3s; -contrastaient contraster VER 0.21 8.58 0.00 1.28 ind:imp:3p; -contrastait contraster VER 0.21 8.58 0.00 3.65 ind:imp:3s; -contrastant contraster VER 0.21 8.58 0.02 1.42 par:pre; -contraste contraste NOM m s 1.48 12.50 1.23 11.62 -contrastent contraster VER 0.21 8.58 0.01 0.47 ind:pre:3p; -contraster contraster VER 0.21 8.58 0.09 0.14 inf; -contrasteraient contraster VER 0.21 8.58 0.01 0.00 cnd:pre:3p; -contrasterait contraster VER 0.21 8.58 0.01 0.07 cnd:pre:3s; -contrastes contraste NOM m p 1.48 12.50 0.25 0.88 -contrastez contraster VER 0.21 8.58 0.01 0.00 imp:pre:2p; -contrastât contraster VER 0.21 8.58 0.00 0.14 sub:imp:3s; -contrasté contraster VER m s 0.21 8.58 0.02 0.07 par:pas; -contrastée contrasté ADJ f s 0.03 0.41 0.01 0.14 -contrastées contrasté ADJ f p 0.03 0.41 0.00 0.14 -contrastés contraster VER m p 0.21 8.58 0.00 0.07 par:pas; -contrat_type contrat_type NOM m s 0.01 0.07 0.01 0.07 -contrat contrat NOM m s 53.23 15.00 45.70 12.43 -contrats contrat NOM m p 53.23 15.00 7.53 2.57 -contravention contravention NOM f s 2.76 1.22 1.85 0.95 -contraventions contravention NOM f p 2.76 1.22 0.91 0.27 -contre_accusation contre_accusation NOM f p 0.01 0.00 0.01 0.00 -contre_alizé contre_alizé NOM m p 0.00 0.07 0.00 0.07 -contre_allée contre_allée NOM f s 0.05 0.34 0.04 0.20 -contre_allée contre_allée NOM f p 0.05 0.34 0.01 0.14 -contre_amiral contre_amiral NOM m s 0.19 0.07 0.19 0.07 -contre_appel contre_appel NOM m s 0.00 0.07 0.00 0.07 -contre_assurance contre_assurance NOM f s 0.00 0.07 0.00 0.07 -contre_attaquer contre_attaquer VER 0.71 1.96 0.01 0.07 ind:pas:3s; -contre_attaquer contre_attaquer VER 0.71 1.96 0.00 0.20 ind:imp:3p; -contre_attaquer contre_attaquer VER 0.71 1.96 0.00 0.07 ind:imp:3s; -contre_attaquer contre_attaquer VER 0.71 1.96 0.00 0.07 par:pre; -contre_attaque contre_attaque NOM f s 1.46 2.16 1.35 1.69 -contre_attaquer contre_attaquer VER 0.71 1.96 0.07 0.20 ind:pre:3p; -contre_attaquer contre_attaquer VER 0.71 1.96 0.37 0.95 inf; -contre_attaquer contre_attaquer VER 0.71 1.96 0.01 0.00 ind:fut:3s; -contre_attaquer contre_attaquer VER 0.71 1.96 0.03 0.07 ind:fut:1p; -contre_attaque contre_attaque NOM f p 1.46 2.16 0.11 0.47 -contre_attaquer contre_attaquer VER 0.71 1.96 0.03 0.07 ind:pre:1p; -contre_attaquer contre_attaquer VER 0.71 1.96 0.03 0.07 ind:pas:3p; -contre_attaquer contre_attaquer VER m s 0.71 1.96 0.07 0.07 par:pas; -contre_champ contre_champ NOM m s 0.00 0.07 0.00 0.07 -contre_chant contre_chant NOM m s 0.00 0.14 0.00 0.14 -contre_choc contre_choc NOM m p 0.00 0.07 0.00 0.07 -contre_clé contre_clé NOM f p 0.00 0.07 0.00 0.07 -contre_courant contre_courant NOM m s 0.59 1.96 0.59 1.96 -contre_culture contre_culture NOM f s 0.03 0.00 0.03 0.00 -contre_emploi contre_emploi NOM m s 0.01 0.00 0.01 0.00 -contre_espionnage contre_espionnage NOM m s 0.67 0.34 0.67 0.34 -contre_exemple contre_exemple NOM m s 0.00 0.07 0.00 0.07 -contre_expertise contre_expertise NOM f s 0.52 0.27 0.51 0.20 -contre_expertise contre_expertise NOM f p 0.52 0.27 0.01 0.07 -contre_feu contre_feu NOM m s 0.07 0.00 0.07 0.00 -contre_feux contre_feux NOM m p 0.00 0.07 0.00 0.07 -contre_fiche contre_fiche NOM f p 0.00 0.07 0.00 0.07 -contre_fil contre_fil NOM m s 0.00 0.07 0.00 0.07 -contre_gré contre_gré NOM m s 0.00 0.14 0.00 0.14 -contre_indication contre_indication NOM f s 0.07 0.00 0.04 0.00 -contre_indication contre_indication NOM f p 0.07 0.00 0.04 0.00 -contre_indiquer contre_indiquer VER m s 0.06 0.14 0.06 0.14 par:pas; -contre_interrogatoire contre_interrogatoire NOM m s 0.48 0.00 0.46 0.00 -contre_interrogatoire contre_interrogatoire NOM m p 0.48 0.00 0.02 0.00 -contre_jour contre_jour NOM m s 0.39 6.01 0.39 6.01 -contre_la_montre contre_la_montre NOM m s 0.80 0.00 0.80 0.00 -contre_lame contre_lame NOM f s 0.00 0.07 0.00 0.07 -contre_lettre contre_lettre NOM f s 0.00 0.14 0.00 0.14 -contre_manifestant contre_manifestant NOM m p 0.00 0.14 0.00 0.14 -contre_manifester contre_manifester VER 0.00 0.07 0.00 0.07 ind:pre:3p; -contre_mesure contre_mesure NOM f s 0.42 0.00 0.04 0.00 -contre_mesure contre_mesure NOM f p 0.42 0.00 0.39 0.00 -contre_mine contre_mine NOM f s 0.00 0.14 0.00 0.07 -contre_mine contre_mine NOM f p 0.00 0.14 0.00 0.07 -contre_miner contre_miner VER m s 0.00 0.07 0.00 0.07 par:pas; -contre_nature contre_nature ADJ s 0.41 0.14 0.41 0.14 -contre_offensive contre_offensive NOM f s 0.29 0.41 0.18 0.41 -contre_offensive contre_offensive NOM f p 0.29 0.41 0.11 0.00 -contre_ordre contre_ordre NOM m s 0.47 0.95 0.46 0.81 -contre_ordre contre_ordre NOM m p 0.47 0.95 0.01 0.14 -contre_pente contre_pente NOM f s 0.00 0.34 0.00 0.34 -contre_performance contre_performance NOM f s 0.14 0.07 0.14 0.00 -contre_performance contre_performance NOM f p 0.14 0.07 0.00 0.07 -contre_pied contre_pied NOM m s 0.04 0.61 0.04 0.54 -contre_pied contre_pied NOM m p 0.04 0.61 0.00 0.07 -contre_plaqué contre_plaqué NOM m s 0.10 0.54 0.10 0.54 -contre_plongée contre_plongée NOM f s 0.23 0.47 0.23 0.47 -contre_pouvoir contre_pouvoir NOM m p 0.00 0.07 0.00 0.07 -contre_pression contre_pression NOM f s 0.02 0.00 0.02 0.00 -contre_productif contre_productif ADJ m s 0.10 0.00 0.09 0.00 -contre_productif contre_productif ADJ f s 0.10 0.00 0.01 0.00 -contre_propagande contre_propagande NOM f s 0.02 0.07 0.02 0.07 -contre_proposition contre_proposition NOM f s 0.40 0.07 0.39 0.07 -contre_proposition contre_proposition NOM f p 0.40 0.07 0.01 0.00 -contre_réaction contre_réaction NOM f s 0.01 0.00 0.01 0.00 -contre_réforme contre_réforme NOM f s 0.00 0.61 0.00 0.61 -contre_révolution contre_révolution NOM f s 0.37 0.34 0.37 0.34 -contre_révolutionnaire contre_révolutionnaire ADJ s 0.14 0.27 0.03 0.00 -contre_révolutionnaire contre_révolutionnaire ADJ p 0.14 0.27 0.11 0.27 -contre_terrorisme contre_terrorisme NOM m s 0.07 0.00 0.07 0.00 -contre_terroriste contre_terroriste ADJ f s 0.00 0.07 0.00 0.07 -contre_test contre_test NOM m s 0.00 0.07 0.00 0.07 -contre_torpilleur contre_torpilleur NOM m s 0.20 1.22 0.08 0.61 -contre_torpilleur contre_torpilleur NOM m p 0.20 1.22 0.12 0.61 -contre_transfert contre_transfert NOM m s 0.01 0.00 0.01 0.00 -contre_épreuve contre_épreuve NOM f s 0.01 0.07 0.00 0.07 -contre_épreuve contre_épreuve NOM f p 0.01 0.07 0.01 0.00 -contre_ut contre_ut NOM m 0.04 0.07 0.04 0.07 -contre_voie contre_voie NOM f s 0.00 0.27 0.00 0.27 -contre_vérité contre_vérité NOM f s 0.02 0.07 0.02 0.07 -contre contre PRE 313.71 591.15 313.71 591.15 -contrebalance contrebalancer VER 0.19 0.68 0.03 0.14 ind:pre:1s;ind:pre:3s; -contrebalancer contrebalancer VER 0.19 0.68 0.12 0.27 inf; -contrebalancé contrebalancer VER m s 0.19 0.68 0.01 0.00 par:pas; -contrebalancée contrebalancer VER f s 0.19 0.68 0.02 0.00 par:pas; -contrebalancés contrebalancer VER m p 0.19 0.68 0.01 0.07 par:pas; -contrebalançais contrebalancer VER 0.19 0.68 0.00 0.07 ind:imp:1s; -contrebalançait contrebalancer VER 0.19 0.68 0.00 0.14 ind:imp:3s; -contrebande contrebande NOM f s 3.72 1.96 3.72 1.96 -contrebandier contrebandier NOM m s 1.43 1.08 0.47 0.47 -contrebandiers contrebandier NOM m p 1.43 1.08 0.94 0.54 -contrebandière contrebandier NOM f s 1.43 1.08 0.01 0.07 -contrebas contrebas ADV 0.23 6.49 0.23 6.49 -contrebasse contrebasse NOM s 0.41 0.34 0.41 0.27 -contrebasses contrebasse NOM p 0.41 0.34 0.00 0.07 -contrebassiste contrebassiste NOM s 0.02 0.14 0.01 0.14 -contrebassistes contrebassiste NOM p 0.02 0.14 0.01 0.00 -contrebraque contrebraquer VER 0.01 0.07 0.01 0.07 imp:pre:2s;ind:pre:1s; -contrecarraient contrecarrer VER 1.06 1.82 0.00 0.07 ind:imp:3p; -contrecarrais contrecarrer VER 1.06 1.82 0.00 0.07 ind:imp:1s; -contrecarre contrecarrer VER 1.06 1.82 0.08 0.54 imp:pre:2s;ind:pre:3s;sub:pre:3s; -contrecarrer contrecarrer VER 1.06 1.82 0.93 0.68 inf; -contrecarres contrecarrer VER 1.06 1.82 0.00 0.27 ind:pre:2s; -contrecarré contrecarrer VER m s 1.06 1.82 0.03 0.07 par:pas; -contrecarrée contrecarrer VER f s 1.06 1.82 0.03 0.14 par:pas; -contrechamp contrechamp NOM m s 0.46 0.34 0.11 0.34 -contrechamps contrechamp NOM m p 0.46 0.34 0.35 0.00 -contrecoeur contrecoeur NOM m s 0.69 3.38 0.69 3.38 -contrecollé contrecollé ADJ m s 0.00 0.07 0.00 0.07 -contrecoup contrecoup NOM m s 0.26 2.03 0.23 1.49 -contrecoups contrecoup NOM m p 0.26 2.03 0.04 0.54 -contredît contredire VER 6.99 7.84 0.00 0.07 sub:imp:3s; -contredanse contredanse NOM f s 0.50 0.54 0.30 0.27 -contredanses contredanse NOM f p 0.50 0.54 0.20 0.27 -contredira contredire VER 6.99 7.84 0.05 0.07 ind:fut:3s; -contredirai contredire VER 6.99 7.84 0.18 0.07 ind:fut:1s; -contrediraient contredire VER 6.99 7.84 0.03 0.07 cnd:pre:3p; -contredirait contredire VER 6.99 7.84 0.08 0.14 cnd:pre:3s; -contredire contredire VER 6.99 7.84 3.03 3.51 inf; -contredirez contredire VER 6.99 7.84 0.03 0.00 ind:fut:2p; -contredis contredire VER 6.99 7.84 0.92 0.20 imp:pre:2s;ind:pre:1s;ind:pre:2s; -contredisaient contredire VER 6.99 7.84 0.34 0.20 ind:imp:3p; -contredisait contredire VER 6.99 7.84 0.27 0.81 ind:imp:3s; -contredisant contredire VER 6.99 7.84 0.01 0.47 par:pre; -contredise contredire VER 6.99 7.84 0.03 0.14 sub:pre:3s; -contredisent contredire VER 6.99 7.84 0.48 0.41 ind:pre:3p; -contredises contredire VER 6.99 7.84 0.02 0.00 sub:pre:2s; -contredisez contredire VER 6.99 7.84 0.11 0.00 imp:pre:2p;ind:pre:2p; -contredit contredire VER m s 6.99 7.84 1.34 1.28 ind:pre:3s;par:pas; -contredite contredire VER f s 6.99 7.84 0.04 0.20 par:pas; -contredites contredire VER f p 6.99 7.84 0.01 0.14 par:pas; -contredits contredire VER m p 6.99 7.84 0.04 0.07 par:pas; -contrefacteurs contrefacteur NOM m p 0.00 0.07 0.00 0.07 -contrefaire contrefaire VER 0.51 0.74 0.22 0.20 inf; -contrefaisait contrefaire VER 0.51 0.74 0.00 0.14 ind:imp:3s; -contrefaisant contrefaire VER 0.51 0.74 0.00 0.14 par:pre; -contrefait contrefaire VER m s 0.51 0.74 0.17 0.14 ind:pre:3s;par:pas; -contrefaite contrefaire VER f s 0.51 0.74 0.07 0.00 par:pas; -contrefaits contrefait ADJ m p 0.17 0.95 0.07 0.14 -contrefaçon contrefaçon NOM f s 1.12 1.15 0.70 0.95 -contrefaçons contrefaçon NOM f p 1.12 1.15 0.42 0.20 -contreferait contrefaire VER 0.51 0.74 0.00 0.07 cnd:pre:3s; -contrefichais contreficher VER 0.59 0.68 0.00 0.20 ind:imp:1s; -contrefichait contreficher VER 0.59 0.68 0.00 0.20 ind:imp:3s; -contrefiche contreficher VER 0.59 0.68 0.59 0.27 ind:pre:1s;ind:pre:3s; -contrefort contrefort NOM m s 0.08 3.65 0.02 0.47 -contreforts contrefort NOM m p 0.08 3.65 0.06 3.18 -contrefous contrefoutre VER 0.89 0.54 0.72 0.20 ind:pre:1s;ind:pre:2s; -contrefout contrefoutre VER 0.89 0.54 0.16 0.14 ind:pre:3s; -contrefoutait contrefoutre VER 0.89 0.54 0.00 0.20 ind:imp:3s; -contrefoutre contrefoutre VER 0.89 0.54 0.01 0.00 inf; -contremaître contremaître NOM m s 3.65 3.99 3.61 3.51 -contremaîtres contremaître NOM m p 3.65 3.99 0.04 0.47 -contremaîtresse contremaîtresse NOM f s 0.00 0.27 0.00 0.27 -contremander contremander VER 0.01 0.00 0.01 0.00 inf; -contremarches contremarche NOM f p 0.00 0.07 0.00 0.07 -contremarques contremarque NOM f p 0.00 0.07 0.00 0.07 -contrent contrer VER 19.15 18.72 0.02 0.00 ind:pre:3p; -contrepartie contrepartie NOM f s 1.33 2.16 1.33 2.16 -contreplaqué contreplaqué NOM m s 0.15 1.35 0.15 1.35 -contrepoids contrepoids NOM m 0.56 1.82 0.56 1.82 -contrepoint contrepoint NOM m s 0.33 1.62 0.33 1.62 -contrepoison contrepoison NOM m s 0.00 0.47 0.00 0.27 -contrepoisons contrepoison NOM m p 0.00 0.47 0.00 0.20 -contreproposition contreproposition NOM f s 0.01 0.00 0.01 0.00 -contrepèterie contrepèterie NOM f s 0.00 0.20 0.00 0.07 -contrepèteries contrepèterie NOM f p 0.00 0.20 0.00 0.14 -contrer contrer VER 19.15 18.72 1.60 1.08 inf; -contrerai contrer VER 19.15 18.72 0.01 0.00 ind:fut:1s; -contrerait contrer VER 19.15 18.72 0.01 0.07 cnd:pre:3s; -contreras contrer VER 19.15 18.72 0.31 0.00 ind:fut:2s; -contreront contrer VER 19.15 18.72 0.00 0.07 ind:fut:3p; -contres contre NOM m p 5.43 5.81 0.08 0.07 -contrescarpe contrescarpe NOM f s 0.14 0.61 0.14 0.61 -contreseing contreseing NOM m s 0.21 0.07 0.21 0.07 -contresens contresens NOM m 0.50 1.55 0.50 1.55 -contresignait contresigner VER 0.24 0.74 0.00 0.07 ind:imp:3s; -contresigne contresigner VER 0.24 0.74 0.01 0.14 ind:pre:1s;ind:pre:3s; -contresigner contresigner VER 0.24 0.74 0.06 0.14 inf; -contresigné contresigner VER m s 0.24 0.74 0.06 0.14 par:pas; -contresignée contresigner VER f s 0.24 0.74 0.10 0.07 par:pas; -contresignées contresigner VER f p 0.24 0.74 0.00 0.07 par:pas; -contresignés contresigner VER m p 0.24 0.74 0.01 0.14 par:pas; -contretemps contretemps NOM m 1.43 3.18 1.43 3.18 -contretypés contretyper VER m p 0.00 0.07 0.00 0.07 par:pas; -contrevallation contrevallation NOM f s 0.01 0.00 0.01 0.00 -contrevenaient contrevenir VER 0.31 1.08 0.00 0.07 ind:imp:3p; -contrevenait contrevenir VER 0.31 1.08 0.00 0.07 ind:imp:3s; -contrevenant contrevenir VER 0.31 1.08 0.21 0.07 par:pre; -contrevenants contrevenant NOM m p 0.50 0.27 0.37 0.27 -contrevenez contrevenir VER 0.31 1.08 0.01 0.00 ind:pre:2p; -contrevenir contrevenir VER 0.31 1.08 0.04 0.47 inf; -contrevent contrevent NOM m s 0.00 1.15 0.00 0.07 -contrevents contrevent NOM m p 0.00 1.15 0.00 1.08 -contrevenu contrevenir VER m s 0.31 1.08 0.02 0.14 par:pas; -contreviendrait contrevenir VER 0.31 1.08 0.01 0.00 cnd:pre:3s; -contreviens contrevenir VER 0.31 1.08 0.00 0.07 ind:pre:1s; -contrevient contrevenir VER 0.31 1.08 0.01 0.20 ind:pre:3s; -contrevérité contrevérité NOM f s 0.05 0.14 0.00 0.07 -contrevérités contrevérité NOM f p 0.05 0.14 0.05 0.07 -contribua contribuer VER 5.63 18.11 0.14 0.81 ind:pas:3s; -contribuable contribuable NOM s 2.55 0.41 1.25 0.07 -contribuables contribuable NOM p 2.55 0.41 1.30 0.34 -contribuaient contribuer VER 5.63 18.11 0.00 1.42 ind:imp:3p; -contribuait contribuer VER 5.63 18.11 0.02 2.57 ind:imp:3s; -contribuant contribuer VER 5.63 18.11 0.06 0.20 par:pre; -contribue contribuer VER 5.63 18.11 0.97 1.76 imp:pre:2s;ind:pre:1s;ind:pre:3s; -contribuent contribuer VER 5.63 18.11 0.16 0.74 ind:pre:3p; -contribuer contribuer VER 5.63 18.11 1.67 2.84 inf; -contribuera contribuer VER 5.63 18.11 0.05 0.61 ind:fut:3s; -contribueraient contribuer VER 5.63 18.11 0.01 0.34 cnd:pre:3p; -contribuerais contribuer VER 5.63 18.11 0.01 0.00 cnd:pre:2s; -contribuerait contribuer VER 5.63 18.11 0.03 0.54 cnd:pre:3s; -contribueras contribuer VER 5.63 18.11 0.01 0.00 ind:fut:2s; -contribuerez contribuer VER 5.63 18.11 0.04 0.00 ind:fut:2p; -contribueront contribuer VER 5.63 18.11 0.13 0.07 ind:fut:3p; -contribuez contribuer VER 5.63 18.11 0.01 0.14 ind:pre:2p; -contribuons contribuer VER 5.63 18.11 0.10 0.07 imp:pre:1p;ind:pre:1p; -contribuât contribuer VER 5.63 18.11 0.00 0.07 sub:imp:3s; -contributeur contributeur NOM m s 0.02 0.00 0.02 0.00 -contribuèrent contribuer VER 5.63 18.11 0.00 0.27 ind:pas:3p; -contribution contribution NOM f s 4.03 5.34 3.30 4.39 -contributions contribution NOM f p 4.03 5.34 0.73 0.95 -contribué contribuer VER m s 5.63 18.11 2.20 5.68 par:pas; -contrista contrister VER 0.00 0.20 0.00 0.07 ind:pas:3s; -contristant contrister VER 0.00 0.20 0.00 0.07 par:pre; -contristées contrister VER f p 0.00 0.20 0.00 0.07 par:pas; -contrit contrit ADJ m s 0.19 2.50 0.14 1.89 -contrite contrit ADJ f s 0.19 2.50 0.02 0.41 -contrites contrit ADJ f p 0.19 2.50 0.01 0.00 -contrition contrition NOM f s 0.87 1.76 0.87 1.69 -contritions contrition NOM f p 0.87 1.76 0.00 0.07 -contrits contrit ADJ m p 0.19 2.50 0.01 0.20 -control control ADJ s 1.27 0.07 1.27 0.07 -contrordre contrordre NOM m s 0.41 0.34 0.28 0.00 -contrordres contrordre NOM m p 0.41 0.34 0.14 0.34 -controverse controverse NOM f s 1.38 2.57 1.13 1.42 -controverses controverse NOM f p 1.38 2.57 0.24 1.15 -controversé controversé ADJ m s 0.85 0.27 0.46 0.14 -controversée controversé ADJ f s 0.85 0.27 0.20 0.14 -controversées controversé ADJ f p 0.85 0.27 0.06 0.00 -controversés controversé ADJ m p 0.85 0.27 0.14 0.00 -contré contrer VER m s 19.15 18.72 0.27 0.27 par:pas; -contrée contrée NOM f s 2.77 5.41 1.65 2.70 -contrées contrée NOM f p 2.77 5.41 1.12 2.70 -contrés contrer VER m p 19.15 18.72 0.03 0.07 par:pas; -conté conter VER m s 3.76 8.99 0.47 0.88 par:pas; -contée conter VER f s 3.76 8.99 0.18 0.68 par:pas; -contées conter VER f p 3.76 8.99 0.01 0.20 par:pas; -contumace contumace NOM f s 0.03 0.61 0.03 0.54 -contumaces contumace NOM f p 0.03 0.61 0.00 0.07 -contumax contumax ADJ 0.00 0.20 0.00 0.20 -contés conter VER m p 3.76 8.99 0.01 0.14 par:pas; -contuse contus ADJ f s 0.00 0.07 0.00 0.07 -contusion contusion NOM f s 3.23 0.74 1.03 0.47 -contusionné contusionné ADJ m s 0.07 0.14 0.06 0.00 -contusionnée contusionner VER f s 0.27 0.07 0.22 0.00 par:pas; -contusionnés contusionner VER m p 0.27 0.07 0.03 0.00 par:pas; -contusions contusion NOM f p 3.23 0.74 2.19 0.27 -convînmes convenir VER 38.82 73.78 0.00 0.68 ind:pas:1p; -convînt convenir VER 38.82 73.78 0.00 0.34 sub:imp:3s; -convainc convaincre VER 56.67 46.35 0.70 0.34 ind:pre:3s; -convaincant convaincant ADJ m s 4.39 4.26 2.86 2.30 -convaincante convaincant ADJ f s 4.39 4.26 0.96 1.42 -convaincantes convaincant ADJ f p 4.39 4.26 0.09 0.27 -convaincants convaincant ADJ m p 4.39 4.26 0.49 0.27 -convaincra convaincre VER 56.67 46.35 0.84 0.00 ind:fut:3s; -convaincrai convaincre VER 56.67 46.35 0.47 0.07 ind:fut:1s; -convaincrait convaincre VER 56.67 46.35 0.14 0.34 cnd:pre:3s; -convaincras convaincre VER 56.67 46.35 0.34 0.07 ind:fut:2s; -convaincre convaincre VER 56.67 46.35 28.40 23.72 inf;; -convaincrez convaincre VER 56.67 46.35 0.16 0.07 ind:fut:2p; -convaincrons convaincre VER 56.67 46.35 0.03 0.07 ind:fut:1p; -convaincront convaincre VER 56.67 46.35 0.07 0.07 ind:fut:3p; -convaincs convaincre VER 56.67 46.35 0.72 0.41 imp:pre:2s;ind:pre:1s;ind:pre:2s; -convaincu convaincre VER m s 56.67 46.35 16.11 12.84 par:pas; -convaincue convaincre VER f s 56.67 46.35 5.57 3.92 par:pas; -convaincues convaincu ADJ f p 5.79 11.35 0.15 0.34 -convaincus convaincre VER m p 56.67 46.35 1.99 1.82 par:pas; -convainquaient convaincre VER 56.67 46.35 0.00 0.07 ind:imp:3p; -convainquait convaincre VER 56.67 46.35 0.00 0.61 ind:imp:3s; -convainquant convaincre VER 56.67 46.35 0.19 0.20 par:pre; -convainque convaincre VER 56.67 46.35 0.14 0.14 sub:pre:1s;sub:pre:3s; -convainquent convaincre VER 56.67 46.35 0.23 0.14 ind:pre:3p; -convainques convaincre VER 56.67 46.35 0.04 0.07 sub:pre:2s; -convainquez convaincre VER 56.67 46.35 0.32 0.00 imp:pre:2p;ind:pre:2p; -convainquiez convaincre VER 56.67 46.35 0.04 0.00 ind:imp:2p; -convainquirent convaincre VER 56.67 46.35 0.00 0.20 ind:pas:3p; -convainquis convaincre VER 56.67 46.35 0.01 0.34 ind:pas:1s; -convainquit convaincre VER 56.67 46.35 0.12 0.81 ind:pas:3s; -convainquons convaincre VER 56.67 46.35 0.01 0.07 imp:pre:1p; -convalescence convalescence NOM f s 1.65 3.24 1.64 3.04 -convalescences convalescence NOM f p 1.65 3.24 0.01 0.20 -convalescent convalescent ADJ m s 0.23 1.28 0.20 0.74 -convalescente convalescent ADJ f s 0.23 1.28 0.01 0.47 -convalescentes convalescent ADJ f p 0.23 1.28 0.01 0.07 -convalescents convalescent ADJ m p 0.23 1.28 0.01 0.00 -convalo convalo NOM f s 0.01 0.34 0.01 0.27 -convalos convalo NOM f p 0.01 0.34 0.00 0.07 -convecteur convecteur NOM m s 0.01 0.00 0.01 0.00 -convection convection NOM f s 0.06 0.00 0.06 0.00 -convenable convenable ADJ s 5.96 16.22 5.37 12.91 -convenablement convenablement ADV 2.02 6.22 2.02 6.22 -convenables convenable ADJ p 5.96 16.22 0.59 3.31 -convenaient convenir VER 38.82 73.78 0.41 1.76 ind:imp:3p; -convenais convenir VER 38.82 73.78 0.20 0.20 ind:imp:1s;ind:imp:2s; -convenait convenir VER 38.82 73.78 1.72 15.34 ind:imp:3s; -convenance convenance NOM f s 1.82 5.47 1.22 2.64 -convenances convenance NOM f p 1.82 5.47 0.60 2.84 -convenant convenir VER 38.82 73.78 0.20 1.08 par:pre; -convenez convenir VER 38.82 73.78 0.62 0.61 imp:pre:2p;ind:pre:2p; -conveniez convenir VER 38.82 73.78 0.16 0.00 ind:imp:2p; -convenir convenir VER 38.82 73.78 2.02 8.85 inf; -convenons convenir VER 38.82 73.78 0.17 0.34 imp:pre:1p;ind:pre:1p; -convent convent NOM m s 0.03 0.07 0.03 0.07 -conventicule conventicule NOM m s 0.00 0.07 0.00 0.07 -convention convention NOM f s 7.44 12.64 5.73 8.85 -conventionnel conventionnel ADJ m s 3.06 3.92 1.16 1.62 -conventionnelle conventionnel ADJ f s 3.06 3.92 1.40 1.28 -conventionnellement conventionnellement ADV 0.01 0.20 0.01 0.20 -conventionnelles conventionnel ADJ f p 3.06 3.92 0.22 0.41 -conventionnels conventionnel ADJ m p 3.06 3.92 0.29 0.61 -conventionnée conventionné ADJ f s 0.14 0.00 0.14 0.00 -conventions convention NOM f p 7.44 12.64 1.71 3.78 -conventuel conventuel ADJ m s 0.10 0.68 0.00 0.20 -conventuelle conventuel ADJ f s 0.10 0.68 0.10 0.34 -conventuellement conventuellement ADV 0.00 0.07 0.00 0.07 -conventuelles conventuel ADJ f p 0.10 0.68 0.00 0.07 -conventuels conventuel ADJ m p 0.10 0.68 0.00 0.07 -convenu convenir VER m s 38.82 73.78 6.88 11.01 par:pas; -convenue convenu ADJ f s 2.21 5.07 0.11 1.22 -convenues convenu ADJ f p 2.21 5.07 0.01 0.41 -convenus convenir VER m p 38.82 73.78 0.09 1.15 par:pas; -converge converger VER 0.86 3.99 0.23 0.41 ind:pre:3s; -convergeaient converger VER 0.86 3.99 0.01 1.15 ind:imp:3p; -convergeait converger VER 0.86 3.99 0.00 0.27 ind:imp:3s; -convergeant converger VER 0.86 3.99 0.13 0.61 par:pre; -convergence convergence NOM f s 0.24 0.68 0.24 0.68 -convergent converger VER 0.86 3.99 0.29 0.41 ind:pre:3p; -convergente convergent ADJ f s 0.08 1.08 0.01 0.14 -convergentes convergent ADJ f p 0.08 1.08 0.00 0.20 -convergents convergent ADJ m p 0.08 1.08 0.01 0.54 -convergeons converger VER 0.86 3.99 0.03 0.00 imp:pre:1p;ind:pre:1p; -converger converger VER 0.86 3.99 0.05 0.81 inf; -convergeraient converger VER 0.86 3.99 0.00 0.07 cnd:pre:3p; -convergez converger VER 0.86 3.99 0.08 0.00 imp:pre:2p; -convergèrent converger VER 0.86 3.99 0.00 0.14 ind:pas:3p; -convergé converger VER m s 0.86 3.99 0.02 0.14 par:pas; -convers convers ADJ m 0.01 0.95 0.01 0.95 -conversaient converser VER 0.70 4.53 0.00 0.34 ind:imp:3p; -conversais converser VER 0.70 4.53 0.02 0.00 ind:imp:1s; -conversait converser VER 0.70 4.53 0.00 0.61 ind:imp:3s; -conversant converser VER 0.70 4.53 0.02 0.68 par:pre; -conversation conversation NOM f s 42.17 115.34 35.14 84.12 -conversations conversation NOM f p 42.17 115.34 7.03 31.22 -converse converser VER 0.70 4.53 0.17 0.14 ind:pre:1s;ind:pre:3s; -conversent converser VER 0.70 4.53 0.01 0.14 ind:pre:3p; -converser converser VER 0.70 4.53 0.36 1.89 inf; -converses converse ADJ p 0.07 0.47 0.04 0.47 -conversez converser VER 0.70 4.53 0.03 0.00 ind:pre:2p; -conversiez converser VER 0.70 4.53 0.02 0.00 ind:imp:2p; -conversion conversion NOM f s 1.91 3.92 1.71 3.65 -conversions conversion NOM f p 1.91 3.92 0.20 0.27 -conversâmes converser VER 0.70 4.53 0.00 0.14 ind:pas:1p; -conversons converser VER 0.70 4.53 0.01 0.07 ind:pre:1p; -conversèrent converser VER 0.70 4.53 0.00 0.14 ind:pas:3p; -conversé converser VER m s 0.70 4.53 0.05 0.34 par:pas; -convertît convertir VER 9.34 10.34 0.00 0.14 sub:imp:3s; -converti convertir VER m s 9.34 10.34 2.41 2.30 par:pas; -convertible convertible ADJ s 0.24 0.34 0.20 0.20 -convertibles convertible ADJ p 0.24 0.34 0.04 0.14 -convertie convertir VER f s 9.34 10.34 0.52 0.88 par:pas; -converties convertir VER f p 9.34 10.34 0.17 0.14 par:pas; -convertir convertir VER 9.34 10.34 4.12 3.78 inf; -convertira convertir VER 9.34 10.34 0.02 0.07 ind:fut:3s; -convertirai convertir VER 9.34 10.34 0.03 0.00 ind:fut:1s; -convertirais convertir VER 9.34 10.34 0.04 0.07 cnd:pre:1s; -convertirait convertir VER 9.34 10.34 0.00 0.14 cnd:pre:3s; -convertirons convertir VER 9.34 10.34 0.01 0.00 ind:fut:1p; -convertis convertir VER m p 9.34 10.34 0.95 1.22 imp:pre:2s;ind:pre:1s;ind:pre:2s;par:pas; -convertissaient convertir VER 9.34 10.34 0.00 0.07 ind:imp:3p; -convertissais convertir VER 9.34 10.34 0.01 0.07 ind:imp:1s; -convertissait convertir VER 9.34 10.34 0.05 0.27 ind:imp:3s; -convertissant convertir VER 9.34 10.34 0.01 0.27 par:pre; -convertisse convertir VER 9.34 10.34 0.09 0.07 sub:pre:1s;sub:pre:3s; -convertissent convertir VER 9.34 10.34 0.40 0.20 ind:pre:3p; -convertisseur convertisseur NOM m s 0.35 0.00 0.22 0.00 -convertisseurs convertisseur NOM m p 0.35 0.00 0.13 0.00 -convertissez convertir VER 9.34 10.34 0.07 0.07 imp:pre:2p;ind:pre:2p; -convertissions convertir VER 9.34 10.34 0.00 0.14 ind:imp:1p; -convertit convertir VER 9.34 10.34 0.45 0.47 ind:pre:3s;ind:pas:3s; -convexe convexe ADJ s 0.08 0.88 0.07 0.54 -convexes convexe ADJ p 0.08 0.88 0.01 0.34 -convexité convexité NOM f s 0.00 0.20 0.00 0.20 -convia convier VER 2.63 7.50 0.02 0.81 ind:pas:3s; -conviaient convier VER 2.63 7.50 0.00 0.27 ind:imp:3p; -conviais convier VER 2.63 7.50 0.14 0.07 ind:imp:1s; -conviait convier VER 2.63 7.50 0.14 0.61 ind:imp:3s; -conviant convier VER 2.63 7.50 0.00 0.41 par:pre; -convict convict NOM m s 0.02 0.07 0.01 0.00 -conviction conviction NOM f s 13.32 37.23 9.27 31.49 -convictions conviction NOM f p 13.32 37.23 4.05 5.74 -convicts convict NOM m p 0.02 0.07 0.01 0.07 -convie convier VER 2.63 7.50 0.37 0.88 imp:pre:2s;ind:pre:1s;ind:pre:3s; -conviendra convenir VER 38.82 73.78 1.31 0.61 ind:fut:3s; -conviendrai convenir VER 38.82 73.78 0.00 0.07 ind:fut:1s; -conviendraient convenir VER 38.82 73.78 0.07 0.07 cnd:pre:3p; -conviendrais convenir VER 38.82 73.78 0.04 0.00 cnd:pre:1s;cnd:pre:2s; -conviendrait convenir VER 38.82 73.78 1.56 2.57 cnd:pre:3s; -conviendras convenir VER 38.82 73.78 0.17 0.14 ind:fut:2s; -conviendrez convenir VER 38.82 73.78 0.39 0.68 ind:fut:2p; -conviendrions convenir VER 38.82 73.78 0.00 0.07 cnd:pre:1p; -conviendrons convenir VER 38.82 73.78 0.01 0.07 ind:fut:1p; -conviendront convenir VER 38.82 73.78 0.01 0.07 ind:fut:3p; -convienne convenir VER 38.82 73.78 0.86 0.74 sub:pre:1s;sub:pre:3s; -conviennent convenir VER 38.82 73.78 1.51 2.03 ind:pre:3p; -conviens convenir VER 38.82 73.78 0.96 3.45 imp:pre:2s;ind:pre:1s;ind:pre:2s; -convient convenir VER 38.82 73.78 19.21 16.89 ind:pre:3s; -convier convier VER 2.63 7.50 0.44 0.41 inf; -conviera convier VER 2.63 7.50 0.00 0.07 ind:fut:3s; -convierai convier VER 2.63 7.50 0.01 0.00 ind:fut:1s; -convierait convier VER 2.63 7.50 0.01 0.07 cnd:pre:3s; -conviez convier VER 2.63 7.50 0.16 0.00 imp:pre:2p;ind:pre:2p; -convinrent convenir VER 38.82 73.78 0.00 1.08 ind:pas:3p; -convins convenir VER 38.82 73.78 0.01 0.27 ind:pas:1s; -convint convenir VER 38.82 73.78 0.12 2.77 ind:pas:3s; -convions convier VER 2.63 7.50 0.01 0.00 ind:pre:1p; -convièrent convier VER 2.63 7.50 0.00 0.07 ind:pas:3p; -convié convier VER m s 2.63 7.50 0.60 1.42 par:pas; -conviée convier VER f s 2.63 7.50 0.13 0.27 par:pas; -conviées convier VER f p 2.63 7.50 0.00 0.14 par:pas; -conviés convier VER m p 2.63 7.50 0.15 1.35 par:pas; -convive convive NOM s 0.67 6.49 0.15 1.08 -convives convive NOM p 0.67 6.49 0.53 5.41 -convivial convivial ADJ m s 0.67 0.27 0.49 0.14 -conviviale convivial ADJ f s 0.67 0.27 0.06 0.07 -conviviales convivial ADJ f p 0.67 0.27 0.02 0.07 -convivialisez convivialiser VER 0.00 0.07 0.00 0.07 ind:pre:2p; -convivialité convivialité NOM f s 0.42 0.27 0.42 0.27 -conviviaux convivial ADJ m p 0.67 0.27 0.10 0.00 -convocable convocable ADJ s 0.01 0.00 0.01 0.00 -convocation convocation NOM f s 1.78 3.65 1.56 3.18 -convocations convocation NOM f p 1.78 3.65 0.22 0.47 -convoi convoi NOM m s 9.39 18.78 7.86 11.35 -convoie convoyer VER 0.51 1.89 0.04 0.00 ind:pre:3s; -convois convoi NOM m p 9.39 18.78 1.53 7.43 -convoita convoiter VER 2.31 5.27 0.00 0.07 ind:pas:3s; -convoitaient convoiter VER 2.31 5.27 0.02 0.47 ind:imp:3p; -convoitais convoiter VER 2.31 5.27 0.07 0.61 ind:imp:1s;ind:imp:2s; -convoitait convoiter VER 2.31 5.27 0.16 0.81 ind:imp:3s; -convoitant convoiter VER 2.31 5.27 0.02 0.14 par:pre; -convoite convoiter VER 2.31 5.27 0.69 0.47 imp:pre:2s;ind:pre:1s;ind:pre:3s; -convoitent convoiter VER 2.31 5.27 0.13 0.20 ind:pre:3p; -convoiter convoiter VER 2.31 5.27 0.20 0.34 inf; -convoiteras convoiter VER 2.31 5.27 0.04 0.00 ind:fut:2s; -convoiteront convoiter VER 2.31 5.27 0.10 0.00 ind:fut:3p; -convoiteur convoiteur ADJ m s 0.00 0.07 0.00 0.07 -convoiteux convoiteux ADJ m p 0.00 0.07 0.00 0.07 -convoitez convoiter VER 2.31 5.27 0.12 0.20 ind:pre:2p; -convoitise convoitise NOM f s 1.05 5.20 0.80 4.05 -convoitises convoitise NOM f p 1.05 5.20 0.25 1.15 -convoité convoiter VER m s 2.31 5.27 0.57 0.88 par:pas; -convoitée convoiter VER f s 2.31 5.27 0.13 0.54 par:pas; -convoitées convoiter VER f p 2.31 5.27 0.02 0.14 par:pas; -convoités convoiter VER m p 2.31 5.27 0.05 0.41 par:pas; -convola convoler VER 0.22 0.61 0.00 0.07 ind:pas:3s; -convolait convoler VER 0.22 0.61 0.00 0.07 ind:imp:3s; -convolant convoler VER 0.22 0.61 0.00 0.07 par:pre; -convolent convoler VER 0.22 0.61 0.00 0.07 ind:pre:3p; -convoler convoler VER 0.22 0.61 0.19 0.20 inf; -convolèrent convoler VER 0.22 0.61 0.01 0.00 ind:pas:3p; -convolé convoler VER m s 0.22 0.61 0.02 0.14 par:pas; -convoqua convoquer VER 10.89 19.32 0.14 2.91 ind:pas:3s; -convoquai convoquer VER 10.89 19.32 0.01 0.41 ind:pas:1s; -convoquaient convoquer VER 10.89 19.32 0.00 0.20 ind:imp:3p; -convoquait convoquer VER 10.89 19.32 0.01 1.62 ind:imp:3s; -convoquant convoquer VER 10.89 19.32 0.17 0.41 par:pre; -convoque convoquer VER 10.89 19.32 2.30 2.16 imp:pre:2s;ind:pre:1s;ind:pre:3s; -convoquent convoquer VER 10.89 19.32 0.06 0.14 ind:pre:3p; -convoquer convoquer VER 10.89 19.32 1.94 2.09 inf;; -convoquera convoquer VER 10.89 19.32 0.17 0.27 ind:fut:3s; -convoquerai convoquer VER 10.89 19.32 0.07 0.00 ind:fut:1s; -convoqueraient convoquer VER 10.89 19.32 0.00 0.07 cnd:pre:3p; -convoquerait convoquer VER 10.89 19.32 0.03 0.20 cnd:pre:3s; -convoquerez convoquer VER 10.89 19.32 0.02 0.00 ind:fut:2p; -convoqueront convoquer VER 10.89 19.32 0.01 0.00 ind:fut:3p; -convoquez convoquer VER 10.89 19.32 0.71 0.14 imp:pre:2p;ind:pre:2p; -convoquions convoquer VER 10.89 19.32 0.00 0.07 ind:imp:1p; -convoquons convoquer VER 10.89 19.32 0.07 0.00 imp:pre:1p;ind:pre:1p; -convoquât convoquer VER 10.89 19.32 0.00 0.14 sub:imp:3s; -convoquèrent convoquer VER 10.89 19.32 0.01 0.00 ind:pas:3p; -convoqué convoquer VER m s 10.89 19.32 3.26 5.81 par:pas; -convoquée convoquer VER f s 10.89 19.32 1.02 0.81 par:pas; -convoquées convoquer VER f p 10.89 19.32 0.20 0.20 par:pas; -convoqués convoquer VER m p 10.89 19.32 0.68 1.69 par:pas; -convoya convoyer VER 0.51 1.89 0.00 0.07 ind:pas:3s; -convoyage convoyage NOM m s 0.10 0.20 0.08 0.14 -convoyages convoyage NOM m p 0.10 0.20 0.02 0.07 -convoyaient convoyer VER 0.51 1.89 0.00 0.07 ind:imp:3p; -convoyait convoyer VER 0.51 1.89 0.01 0.20 ind:imp:3s; -convoyant convoyer VER 0.51 1.89 0.11 0.20 par:pre; -convoyer convoyer VER 0.51 1.89 0.32 0.81 inf; -convoyeur convoyeur NOM m s 1.10 0.95 0.58 0.54 -convoyeurs convoyeur NOM m p 1.10 0.95 0.51 0.27 -convoyeuse convoyeur NOM f s 1.10 0.95 0.01 0.14 -convoyé convoyer VER m s 0.51 1.89 0.02 0.14 par:pas; -convoyée convoyer VER f s 0.51 1.89 0.00 0.07 par:pas; -convoyés convoyer VER m p 0.51 1.89 0.01 0.34 par:pas; -convulsa convulser VER 0.84 1.42 0.00 0.07 ind:pas:3s; -convulsai convulser VER 0.84 1.42 0.00 0.07 ind:pas:1s; -convulsais convulser VER 0.84 1.42 0.00 0.07 ind:imp:1s; -convulsait convulser VER 0.84 1.42 0.04 0.27 ind:imp:3s; -convulsant convulser VER 0.84 1.42 0.00 0.14 par:pre; -convulse convulser VER 0.84 1.42 0.42 0.14 ind:pre:3s; -convulser convulser VER 0.84 1.42 0.19 0.07 inf; -convulsif convulsif ADJ m s 0.39 3.04 0.13 1.35 -convulsifs convulsif ADJ m p 0.39 3.04 0.14 0.68 -convulsion convulsion NOM f s 1.60 5.61 0.19 1.28 -convulsionnaire convulsionnaire NOM s 0.00 0.14 0.00 0.14 -convulsionne convulsionner VER 0.00 0.20 0.00 0.14 ind:pre:1s;ind:pre:3s; -convulsionnée convulsionner VER f s 0.00 0.20 0.00 0.07 par:pas; -convulsions convulsion NOM f p 1.60 5.61 1.42 4.32 -convulsive convulsif ADJ f s 0.39 3.04 0.13 0.41 -convulsivement convulsivement ADV 0.01 1.35 0.01 1.35 -convulsives convulsif ADJ f p 0.39 3.04 0.00 0.61 -convulsé convulser VER m s 0.84 1.42 0.07 0.34 par:pas; -convulsée convulsé ADJ f s 0.11 0.74 0.10 0.27 -convulsées convulsé ADJ f p 0.11 0.74 0.00 0.07 -convulsés convulsé ADJ m p 0.11 0.74 0.01 0.00 -cooccupant cooccupant ADJ m s 0.00 0.07 0.00 0.07 -cookie cookie NOM m s 8.22 0.07 3.08 0.07 -cookies cookie NOM m p 8.22 0.07 5.14 0.00 -cool cool ADJ 63.63 3.18 63.63 3.18 -coolie_pousse coolie_pousse NOM m s 0.01 0.00 0.01 0.00 -coolie coolie NOM m s 0.16 0.41 0.13 0.20 -coolies coolie NOM m p 0.16 0.41 0.03 0.20 -coolos coolos ADJ 0.04 0.41 0.04 0.41 -cooptant coopter VER 0.16 0.07 0.01 0.00 par:pre; -cooptation cooptation NOM f s 0.01 0.14 0.01 0.14 -coopter coopter VER 0.16 0.07 0.01 0.07 inf; -coopère coopérer VER 11.91 1.08 1.60 0.07 imp:pre:2s;ind:pre:1s;ind:pre:3s; -coopèrent coopérer VER 11.91 1.08 0.42 0.14 ind:pre:3p; -coopères coopérer VER 11.91 1.08 0.49 0.07 ind:pre:2s; -coopté coopter VER m s 0.16 0.07 0.14 0.00 par:pas; -coopé coopé NOM f s 0.02 0.27 0.02 0.27 -coopérais coopérer VER 11.91 1.08 0.04 0.00 ind:imp:1s;ind:imp:2s; -coopérait coopérer VER 11.91 1.08 0.20 0.07 ind:imp:3s; -coopérant coopérer VER 11.91 1.08 0.13 0.00 par:pre; -coopérante coopérant NOM f s 0.10 0.14 0.03 0.00 -coopérants coopérant NOM m p 0.10 0.14 0.05 0.07 -coopérateur coopérateur NOM m s 0.03 0.00 0.03 0.00 -coopératif coopératif ADJ m s 2.65 0.47 1.53 0.27 -coopératifs coopératif ADJ m p 2.65 0.47 0.41 0.00 -coopération coopération NOM f s 5.21 6.96 5.21 6.96 -coopératisme coopératisme NOM m s 0.01 0.00 0.01 0.00 -coopérative coopérative NOM f s 1.66 0.74 1.53 0.61 -coopératives coopératif ADJ f p 2.65 0.47 0.25 0.07 -coopérer coopérer VER 11.91 1.08 6.05 0.54 inf; -coopérera coopérer VER 11.91 1.08 0.14 0.00 ind:fut:3s; -coopérerai coopérer VER 11.91 1.08 0.10 0.00 ind:fut:1s; -coopéreraient coopérer VER 11.91 1.08 0.01 0.14 cnd:pre:3p; -coopérerais coopérer VER 11.91 1.08 0.02 0.00 cnd:pre:1s;cnd:pre:2s; -coopérerez coopérer VER 11.91 1.08 0.04 0.00 ind:fut:2p; -coopéreriez coopérer VER 11.91 1.08 0.02 0.00 cnd:pre:2p; -coopérerons coopérer VER 11.91 1.08 0.07 0.00 ind:fut:1p; -coopéreront coopérer VER 11.91 1.08 0.03 0.00 ind:fut:3p; -coopérez coopérer VER 11.91 1.08 1.26 0.00 imp:pre:2p;ind:pre:2p; -coopériez coopérer VER 11.91 1.08 0.19 0.00 ind:imp:2p; -coopérions coopérer VER 11.91 1.08 0.06 0.00 ind:imp:1p; -coopérons coopérer VER 11.91 1.08 0.07 0.00 ind:pre:1p; -coopéré coopérer VER m s 11.91 1.08 0.96 0.07 par:pas; -coordinateur coordinateur NOM m s 0.83 0.07 0.54 0.07 -coordinateurs coordinateur NOM m p 0.83 0.07 0.04 0.00 -coordination coordination NOM f s 1.36 2.16 1.36 2.16 -coordinatrice coordinateur NOM f s 0.83 0.07 0.26 0.00 -coordonna coordonner VER 2.15 2.09 0.01 0.07 ind:pas:3s; -coordonnaient coordonner VER 2.15 2.09 0.02 0.07 ind:imp:3p; -coordonnait coordonner VER 2.15 2.09 0.01 0.00 ind:imp:3s; -coordonnant coordonner VER 2.15 2.09 0.16 0.00 par:pre; -coordonnateur coordonnateur ADJ m s 0.03 0.00 0.03 0.00 -coordonne coordonner VER 2.15 2.09 0.26 0.14 imp:pre:2s;ind:pre:1s;ind:pre:3s; -coordonner coordonner VER 2.15 2.09 0.96 1.22 inf; -coordonnera coordonner VER 2.15 2.09 0.07 0.07 ind:fut:3s; -coordonnerait coordonner VER 2.15 2.09 0.01 0.07 cnd:pre:3s; -coordonnez coordonner VER 2.15 2.09 0.19 0.00 imp:pre:2p;ind:pre:2p; -coordonnons coordonner VER 2.15 2.09 0.00 0.07 imp:pre:1p; -coordonné coordonner VER m s 2.15 2.09 0.16 0.14 par:pas; -coordonnée coordonnée NOM f s 8.30 1.55 0.24 0.00 -coordonnées coordonnée NOM f p 8.30 1.55 8.05 1.55 -coordonnés coordonné NOM m p 0.16 0.07 0.16 0.07 -cop cop NOM f s 0.63 0.27 0.63 0.27 -copaïba copaïba NOM m s 0.00 0.07 0.00 0.07 -copain copain NOM m s 146.92 103.18 61.14 34.05 -copains copain NOM m p 146.92 103.18 30.47 49.93 -copal copal NOM m s 0.01 0.00 0.01 0.00 -copeau copeau NOM m s 0.67 5.41 0.10 0.34 -copeaux copeau NOM m p 0.67 5.41 0.57 5.07 -copernicienne copernicien ADJ f s 0.00 0.14 0.00 0.14 -copia copier VER 8.07 8.45 0.01 0.07 ind:pas:3s; -copiable copiable ADJ m s 0.01 0.00 0.01 0.00 -copiage copiage NOM m s 0.01 0.00 0.01 0.00 -copiai copier VER 8.07 8.45 0.00 0.07 ind:pas:1s; -copiaient copier VER 8.07 8.45 0.01 0.27 ind:imp:3p; -copiais copier VER 8.07 8.45 0.30 0.07 ind:imp:1s;ind:imp:2s; -copiait copier VER 8.07 8.45 0.01 0.47 ind:imp:3s; -copiant copier VER 8.07 8.45 0.03 0.41 par:pre; -copie copie NOM f s 25.70 14.26 16.88 8.45 -copient copier VER 8.07 8.45 0.20 0.07 ind:pre:3p; -copier copier VER 8.07 8.45 2.96 2.70 inf; -copiera copier VER 8.07 8.45 0.04 0.00 ind:fut:3s; -copierai copier VER 8.07 8.45 0.01 0.00 ind:fut:1s; -copierait copier VER 8.07 8.45 0.03 0.07 cnd:pre:3s; -copieras copier VER 8.07 8.45 0.14 0.34 ind:fut:2s; -copierez copier VER 8.07 8.45 0.00 0.14 ind:fut:2p; -copieront copier VER 8.07 8.45 0.02 0.07 ind:fut:3p; -copies copie NOM f p 25.70 14.26 8.82 5.81 -copieur copieur NOM m s 0.28 0.20 0.19 0.07 -copieurs copieur NOM m p 0.28 0.20 0.04 0.14 -copieuse copieux ADJ f s 0.59 3.04 0.11 0.88 -copieusement copieusement ADV 0.13 2.57 0.13 2.57 -copieuses copieuse NOM f p 0.01 0.00 0.01 0.00 -copieux copieux ADJ m s 0.59 3.04 0.48 1.82 -copiez copier VER 8.07 8.45 0.34 0.00 imp:pre:2p;ind:pre:2p; -copilote copilote NOM m s 1.50 0.00 1.50 0.00 -copinage copinage NOM m s 0.08 0.27 0.08 0.27 -copinait copiner VER 1.26 0.47 0.01 0.14 ind:imp:3s; -copine copain NOM f s 146.92 103.18 55.32 12.43 -copiner copiner VER 1.26 0.47 0.09 0.07 inf; -copines copine NOM f p 10.57 0.00 10.57 0.00 -copineur copineur ADJ m s 0.00 0.20 0.00 0.07 -copineurs copineur ADJ m p 0.00 0.20 0.00 0.07 -copineuse copineur ADJ f s 0.00 0.20 0.00 0.07 -copiniez copiner VER 1.26 0.47 0.01 0.00 ind:imp:2p; -copiné copiner VER m s 1.26 0.47 0.02 0.07 par:pas; -copiste copiste NOM s 0.40 0.81 0.22 0.74 -copistes copiste NOM p 0.40 0.81 0.17 0.07 -copié copier VER m s 8.07 8.45 2.17 1.15 par:pas; -copiée copier VER f s 8.07 8.45 0.29 0.54 par:pas; -copiées copier VER f p 8.07 8.45 0.28 0.20 par:pas; -copiés copier VER m p 8.07 8.45 0.20 0.34 par:pas; -copla copla NOM f s 0.00 0.07 0.00 0.07 -coppa coppa NOM f s 0.01 0.00 0.01 0.00 -copra copra NOM m s 0.04 0.07 0.04 0.07 -câpre câpre NOM f s 0.31 0.47 0.11 0.00 -câpres câpre NOM f p 0.31 0.47 0.20 0.47 -câpriers câprier NOM m p 0.00 0.07 0.00 0.07 -coprins coprin NOM m p 0.00 0.07 0.00 0.07 -coproculture coproculture NOM f s 0.01 0.00 0.01 0.00 -coproducteur coproducteur NOM m s 0.11 0.07 0.09 0.00 -coproducteurs coproducteur NOM m p 0.11 0.07 0.02 0.07 -coproduction coproduction NOM f s 0.16 0.27 0.16 0.27 -coproduire coproduire VER 0.04 0.07 0.01 0.07 inf; -coproduit coproduire VER m s 0.04 0.07 0.03 0.00 ind:pre:3s;par:pas; -coprologie coprologie NOM f s 0.00 0.07 0.00 0.07 -coprologique coprologique ADJ f s 0.00 0.14 0.00 0.14 -coprophage coprophage NOM s 0.00 0.20 0.00 0.20 -coprophagie coprophagie NOM f s 0.20 0.00 0.20 0.00 -coprophile coprophile NOM s 0.00 0.07 0.00 0.07 -coprophilie coprophilie NOM f s 0.02 0.00 0.02 0.00 -copropriétaire copropriétaire NOM s 0.29 0.27 0.11 0.07 -copropriétaires copropriétaire NOM p 0.29 0.27 0.18 0.20 -copropriété copropriété NOM f s 0.56 0.41 0.56 0.41 -coprésidence coprésidence NOM f s 0.01 0.00 0.01 0.00 -coprésident coprésider VER 0.01 0.00 0.01 0.00 ind:pre:3p; -cops cops NOM m 0.41 0.07 0.41 0.07 -copte copte NOM m s 0.02 0.34 0.02 0.14 -coptes copte NOM m p 0.02 0.34 0.00 0.20 -copula copuler VER 1.19 0.54 0.01 0.07 ind:pas:3s; -copulait copuler VER 1.19 0.54 0.01 0.07 ind:imp:3s; -copulant copuler VER 1.19 0.54 0.02 0.07 par:pre; -copulation copulation NOM f s 0.19 0.47 0.17 0.41 -copulations copulation NOM f p 0.19 0.47 0.02 0.07 -copule copule NOM f s 0.14 0.00 0.14 0.00 -copulent copuler VER 1.19 0.54 0.25 0.00 ind:pre:3p; -copuler copuler VER 1.19 0.54 0.66 0.34 inf; -copulez copuler VER 1.19 0.54 0.10 0.00 ind:pre:2p; -copulé copuler VER m s 1.19 0.54 0.15 0.00 par:pas; -copyright copyright NOM m s 0.41 0.14 0.41 0.14 -coq_à_l_âne coq_à_l_âne NOM m 0.00 0.14 0.00 0.14 -coq coq NOM m s 12.47 19.12 10.74 15.68 -coqs coq NOM m p 12.47 19.12 1.73 3.45 -coquard coquard NOM m s 0.34 0.41 0.30 0.34 -coquards coquard NOM m p 0.34 0.41 0.03 0.07 -coquart coquart NOM m s 0.11 0.14 0.11 0.07 -coquarts coquart NOM m p 0.11 0.14 0.00 0.07 -coque coque NOM f s 5.00 12.64 4.60 9.93 -coquebin coquebin ADJ m s 0.00 0.34 0.00 0.34 -coquelet coquelet NOM m s 0.10 0.07 0.10 0.07 -coquelicot coquelicot NOM m s 1.05 3.24 0.71 0.95 -coquelicots coquelicot NOM m p 1.05 3.24 0.34 2.30 -coquelle coquelle NOM f s 0.00 0.07 0.00 0.07 -coqueluche coqueluche NOM f s 1.01 2.43 0.97 2.43 -coqueluches coqueluche NOM f p 1.01 2.43 0.04 0.00 -coquemar coquemar NOM m s 0.00 0.07 0.00 0.07 -coquerelle coquerelle NOM f s 0.03 0.07 0.03 0.07 -coquerie coquerie NOM f s 0.05 0.00 0.05 0.00 -coqueron coqueron NOM m s 0.02 0.00 0.02 0.00 -coques coque NOM f p 5.00 12.64 0.40 2.70 -coquet coquet ADJ m s 1.57 6.55 0.77 2.70 -coquetel coquetel NOM m s 0.00 0.07 0.00 0.07 -coqueter coqueter VER 0.01 0.00 0.01 0.00 inf; -coquetier coquetier NOM m s 0.29 0.61 0.14 0.47 -coquetiers coquetier NOM m p 0.29 0.61 0.15 0.14 -coquets coquet ADJ m p 1.57 6.55 0.02 0.41 -coquette coquet ADJ f s 1.57 6.55 0.77 2.84 -coquettement coquettement ADV 0.00 0.41 0.00 0.41 -coquetterie coquetterie NOM f s 0.63 7.03 0.61 6.22 -coquetteries coquetterie NOM f p 0.63 7.03 0.01 0.81 -coquettes coquette NOM f p 0.71 2.23 0.13 0.27 -coquillage coquillage NOM m s 2.66 10.47 0.77 3.51 -coquillages coquillage NOM m p 2.66 10.47 1.89 6.96 -coquillard coquillard NOM m s 0.02 0.74 0.02 0.68 -coquillards coquillard NOM m p 0.02 0.74 0.00 0.07 -coquillart coquillart NOM m s 0.00 0.07 0.00 0.07 -coquille coquille NOM f s 4.92 13.45 3.19 9.46 -coquilles coquille NOM f p 4.92 13.45 1.73 3.99 -coquillettes coquillette NOM f p 0.01 0.61 0.01 0.61 -coquilleux coquilleux ADJ m s 0.00 0.07 0.00 0.07 -coquin coquin NOM m s 7.55 4.26 4.96 2.43 -coquine coquin NOM f s 7.55 4.26 1.53 0.27 -coquinement coquinement ADV 0.00 0.07 0.00 0.07 -coquinerie coquinerie NOM f s 0.03 0.20 0.03 0.14 -coquineries coquinerie NOM f p 0.03 0.20 0.00 0.07 -coquines coquin ADJ f p 3.92 3.24 0.17 0.47 -coquinet coquinet ADJ m s 0.01 0.07 0.01 0.07 -coquins coquin NOM m p 7.55 4.26 0.98 1.49 -cor cor NOM m s 3.35 3.92 2.57 2.36 -cora cora NOM f s 0.00 0.34 0.00 0.27 -corail corail NOM m s 1.43 3.51 1.04 2.97 -coralliaires coralliaire NOM p 0.00 0.07 0.00 0.07 -corallien corallien ADJ m s 0.03 0.00 0.01 0.00 -coralliens corallien ADJ m p 0.03 0.00 0.02 0.00 -coramine coramine NOM f s 0.10 0.07 0.10 0.07 -coran coran NOM m s 1.96 2.43 1.96 2.43 -coranique coranique ADJ f s 0.16 0.34 0.16 0.20 -coraniques coranique ADJ m p 0.16 0.34 0.00 0.14 -coras cora NOM f p 0.00 0.34 0.00 0.07 -coraux corail NOM m p 1.43 3.51 0.39 0.54 -corbeau corbeau NOM m s 5.72 8.85 3.57 3.92 -corbeaux corbeau NOM m p 5.72 8.85 2.15 4.93 -corbeille corbeille NOM f s 2.71 19.12 2.30 15.68 -corbeilles corbeille NOM f p 2.71 19.12 0.41 3.45 -corbillard corbillard NOM m s 1.63 4.19 1.58 3.72 -corbillards corbillard NOM m p 1.63 4.19 0.04 0.47 -corbin corbin NOM m s 0.14 0.47 0.14 0.47 -corbières corbières NOM m 0.00 0.14 0.00 0.14 -cordage cordage NOM m s 0.27 3.85 0.17 0.61 -cordages cordage NOM m p 0.27 3.85 0.11 3.24 -corde corde NOM f s 38.57 48.38 28.89 31.76 -cordeau cordeau NOM m s 0.20 1.76 0.16 1.62 -cordeaux cordeau NOM m p 0.20 1.76 0.01 0.14 -cordelette cordelette NOM f s 0.11 3.72 0.10 2.91 -cordelettes cordelette NOM f p 0.11 3.72 0.01 0.81 -cordelier cordelier NOM m s 0.01 2.77 0.00 0.20 -cordeliers cordelier NOM m p 0.01 2.77 0.01 1.22 -cordelière cordelier NOM f s 0.01 2.77 0.00 1.01 -cordelières cordelier NOM f p 0.01 2.77 0.00 0.34 -cordelle cordeau NOM f s 0.20 1.76 0.04 0.00 -corder corder VER 0.31 0.47 0.16 0.00 inf; -corderie corderie NOM f s 0.00 0.14 0.00 0.14 -cordes corde NOM f p 38.57 48.38 9.68 16.62 -cordial cordial NOM m s 0.44 1.96 0.44 1.96 -cordiale cordial ADJ f s 0.53 4.80 0.30 2.43 -cordialement cordialement ADV 0.72 1.82 0.72 1.82 -cordiales cordial ADJ f p 0.53 4.80 0.05 0.74 -cordialité cordialité NOM f s 0.09 3.65 0.08 3.65 -cordialités cordialité NOM f p 0.09 3.65 0.01 0.00 -cordiaux cordial ADJ m p 0.53 4.80 0.11 0.41 -cordiers cordier NOM m p 0.00 0.74 0.00 0.74 -cordiforme cordiforme ADJ f s 0.00 0.27 0.00 0.20 -cordiformes cordiforme ADJ f p 0.00 0.27 0.00 0.07 -cordillère cordillère NOM f s 0.28 0.14 0.28 0.14 -cordite cordite NOM f s 0.13 0.07 0.13 0.07 -cordobas cordoba NOM m p 0.01 0.00 0.01 0.00 -cordon_bleu cordon_bleu NOM m s 0.27 0.14 0.26 0.07 -cordon cordon NOM m s 5.21 12.23 4.42 9.19 -cordonner cordonner VER 0.04 0.00 0.01 0.00 inf; -cordonnerie cordonnerie NOM f s 0.16 0.20 0.16 0.20 -cordonnet cordonnet NOM m s 0.16 0.81 0.14 0.61 -cordonnets cordonnet NOM m p 0.16 0.81 0.02 0.20 -cordonnier cordonnier NOM m s 1.86 3.92 1.72 2.91 -cordonniers cordonnier NOM m p 1.86 3.92 0.14 0.95 -cordonnière cordonnier NOM f s 1.86 3.92 0.00 0.07 -cordonnées cordonner VER f p 0.04 0.00 0.02 0.00 par:pas; -cordon_bleu cordon_bleu NOM m p 0.27 0.14 0.01 0.07 -cordons cordon NOM m p 5.21 12.23 0.79 3.04 -cordouan cordouan ADJ m s 0.00 0.07 0.00 0.07 -cordé corder VER m s 0.31 0.47 0.00 0.07 par:pas; -cordée cordée NOM f s 0.02 0.61 0.02 0.47 -cordées cordée NOM f p 0.02 0.61 0.00 0.14 -cordés cordé ADJ m p 0.01 0.07 0.01 0.00 -coreligionnaires coreligionnaire NOM p 0.00 0.95 0.00 0.95 -corelliens corellien ADJ m p 0.01 0.00 0.01 0.00 -coriace coriace ADJ s 4.70 2.57 3.68 1.69 -coriaces coriace ADJ p 4.70 2.57 1.02 0.88 -coriacité coriacité NOM f s 0.00 0.07 0.00 0.07 -coriandre coriandre NOM f s 0.24 0.27 0.24 0.27 -corindon corindon NOM m s 0.00 0.14 0.00 0.14 -corinthe corinthe NOM s 0.00 0.07 0.00 0.07 -corinthien corinthien ADJ m s 0.27 0.54 0.11 0.41 -corinthiennes corinthien ADJ f p 0.27 0.54 0.01 0.14 -corinthiens corinthien NOM m p 0.45 0.07 0.44 0.07 -cormier cormier NOM m s 0.08 0.00 0.08 0.00 -cormoran cormoran NOM m s 0.26 1.22 0.12 0.54 -cormorans cormoran NOM m p 0.26 1.22 0.14 0.68 -corn_flakes corn_flakes NOM m p 0.22 0.00 0.22 0.00 -corn_flakes corn_flakes NOM f p 0.14 0.07 0.14 0.07 -corna corner VER 0.26 3.38 0.00 0.27 ind:pas:3s; -cornac cornac NOM m s 0.03 0.41 0.03 0.41 -cornaient corner VER 0.26 3.38 0.00 0.07 ind:imp:3p; -cornais corner VER 0.26 3.38 0.00 0.07 ind:imp:1s; -cornait corner VER 0.26 3.38 0.00 0.20 ind:imp:3s; -cornaline cornaline NOM f s 0.00 0.14 0.00 0.07 -cornalines cornaline NOM f p 0.00 0.14 0.00 0.07 -cornant corner VER 0.26 3.38 0.00 0.20 par:pre; -cornaquaient cornaquer VER 0.00 0.14 0.00 0.07 ind:imp:3p; -cornaquée cornaquer VER f s 0.00 0.14 0.00 0.07 par:pas; -cornard cornard NOM m s 0.71 0.47 0.71 0.41 -cornards cornard NOM m p 0.71 0.47 0.00 0.07 -cornas corner VER 0.26 3.38 0.00 0.07 ind:pas:2s; -corne corne NOM f s 7.79 19.46 2.63 9.80 -cornecul cornecul NOM s 0.00 0.20 0.00 0.20 -corneille corneille NOM f s 0.86 2.36 0.19 0.47 -corneilles corneille NOM f p 0.86 2.36 0.67 1.89 -cornemuse cornemuse NOM f s 1.38 0.61 0.98 0.34 -cornemuses cornemuse NOM f p 1.38 0.61 0.40 0.27 -cornemuseur cornemuseur NOM m s 0.01 0.00 0.01 0.00 -cornent corner VER 0.26 3.38 0.02 0.07 ind:pre:3p; -corner corner VER 0.26 3.38 0.17 1.49 inf; -corners corner NOM m p 0.30 0.14 0.14 0.07 -cornes corne NOM f p 7.79 19.46 5.16 9.66 -cornet cornet NOM m s 1.85 8.04 1.46 6.15 -cornets cornet NOM m p 1.85 8.04 0.39 1.89 -cornette cornette NOM s 0.18 2.70 0.03 1.69 -cornettes cornette NOM p 0.18 2.70 0.16 1.01 -corniaud corniaud NOM m s 0.95 5.34 0.68 4.12 -corniauds corniaud NOM m p 0.95 5.34 0.27 1.22 -corniche corniche NOM f s 0.81 7.03 0.76 5.74 -corniches corniche NOM f p 0.81 7.03 0.05 1.28 -cornichon cornichon NOM m s 4.17 2.30 1.29 0.68 -cornichons cornichon NOM m p 4.17 2.30 2.88 1.62 -cornillon cornillon NOM m s 0.02 0.20 0.02 0.20 -cornistes corniste NOM p 0.00 0.20 0.00 0.20 -cornières cornière NOM f p 0.00 0.34 0.00 0.34 -cornouaillais cornouaillais NOM m 0.06 0.00 0.06 0.00 -cornouille cornouille NOM f s 0.00 0.14 0.00 0.07 -cornouiller cornouiller NOM m s 0.08 0.34 0.08 0.14 -cornouillers cornouiller NOM m p 0.08 0.34 0.00 0.20 -cornouilles cornouille NOM f p 0.00 0.14 0.00 0.07 -cornèrent corner VER 0.26 3.38 0.00 0.07 ind:pas:3p; -corné corner VER m s 0.26 3.38 0.02 0.41 par:pas; -cornu cornu ADJ m s 0.42 1.62 0.17 0.61 -cornée cornée NOM f s 0.85 1.22 0.78 1.08 -cornue cornu ADJ f s 0.42 1.62 0.10 0.34 -cornéen cornéen ADJ m s 0.05 0.00 0.03 0.00 -cornéenne cornéen ADJ f s 0.05 0.00 0.02 0.00 -cornées corné ADJ f p 0.12 1.42 0.11 0.41 -cornues cornue NOM f p 0.01 1.08 0.00 0.61 -cornélien cornélien ADJ m s 0.02 0.54 0.02 0.27 -cornélienne cornélien ADJ f s 0.02 0.54 0.00 0.20 -cornéliennes cornélien ADJ f p 0.02 0.54 0.00 0.07 -cornés corner VER m p 0.26 3.38 0.01 0.07 par:pas; -cornus cornu ADJ m p 0.42 1.62 0.15 0.54 -corollaire corollaire NOM m s 0.05 0.74 0.04 0.68 -corollaires corollaire NOM m p 0.05 0.74 0.01 0.07 -corolle corolle NOM f s 0.40 3.65 0.26 2.03 -corolles corolle NOM f p 0.40 3.65 0.14 1.62 -coron coron NOM m s 0.01 1.76 0.01 0.54 -corona corona NOM f s 0.50 0.27 0.50 0.27 -coronaire coronaire ADJ s 0.44 0.14 0.19 0.00 -coronaires coronaire ADJ f p 0.44 0.14 0.25 0.14 -coronal coronal ADJ m s 0.07 0.00 0.03 0.00 -coronale coronal ADJ f s 0.07 0.00 0.04 0.00 -coronales coronal ADJ f p 0.07 0.00 0.01 0.00 -coronarien coronarien ADJ m s 0.17 0.00 0.08 0.00 -coronarienne coronarien ADJ f s 0.17 0.00 0.09 0.00 -coroner coroner NOM m s 2.02 0.00 1.98 0.00 -coroners coroner NOM m p 2.02 0.00 0.04 0.00 -coronilles coronille NOM f p 0.00 0.20 0.00 0.20 -corons coron NOM m p 0.01 1.76 0.00 1.22 -corozo corozo NOM m s 0.00 0.20 0.00 0.20 -corporal corporal NOM m s 0.11 0.07 0.11 0.07 -corporalisés corporaliser VER m p 0.00 0.07 0.00 0.07 par:pas; -corporalité corporalité NOM f s 0.01 0.07 0.01 0.07 -corporatif corporatif ADJ m s 0.18 0.20 0.01 0.00 -corporatifs corporatif ADJ m p 0.18 0.20 0.13 0.00 -corporation corporation NOM f s 0.77 2.77 0.53 2.23 -corporations corporation NOM f p 0.77 2.77 0.24 0.54 -corporatisme corporatisme NOM m s 0.02 0.07 0.02 0.07 -corporatiste corporatiste ADJ s 0.04 0.07 0.04 0.07 -corporative corporatif ADJ f s 0.18 0.20 0.01 0.14 -corporatives corporatif ADJ f p 0.18 0.20 0.03 0.07 -corporel corporel ADJ m s 3.64 2.70 1.10 0.34 -corporelle corporel ADJ f s 3.64 2.70 1.47 1.01 -corporelles corporel ADJ f p 3.64 2.70 0.26 0.61 -corporels corporel ADJ m p 3.64 2.70 0.81 0.74 -corps_mort corps_mort NOM m s 0.00 0.07 0.00 0.07 -corps corps NOM m 250.15 480.34 250.15 480.34 -corpsard corpsard NOM m s 0.00 0.07 0.00 0.07 -corpulence corpulence NOM f s 0.54 1.76 0.54 1.76 -corpulent corpulent ADJ m s 0.81 1.76 0.66 1.08 -corpulente corpulent ADJ f s 0.81 1.76 0.00 0.47 -corpulentes corpulent ADJ f p 0.81 1.76 0.00 0.07 -corpulents corpulent ADJ m p 0.81 1.76 0.16 0.14 -corpus_delicti corpus_delicti NOM m s 0.03 0.00 0.03 0.00 -corpus corpus NOM m 0.38 0.88 0.38 0.88 -corpuscule corpuscule NOM f s 0.25 0.47 0.06 0.14 -corpuscules corpuscule NOM f p 0.25 0.47 0.18 0.34 -corral corral NOM m s 0.90 1.08 0.87 0.95 -corrals corral NOM m p 0.90 1.08 0.03 0.14 -correct correct ADJ m s 19.24 8.18 14.32 5.00 -correcte correct ADJ f s 19.24 8.18 2.94 1.76 -correctement correctement ADV 11.08 5.41 11.08 5.41 -correctes correct ADJ f p 19.24 8.18 0.58 0.41 -correcteur correcteur NOM m s 0.28 0.74 0.22 0.34 -correcteurs correcteur NOM m p 0.28 0.74 0.06 0.41 -correctif correctif ADJ m s 0.16 0.41 0.13 0.27 -correction correction NOM f s 8.89 6.08 4.17 4.53 -correctionnaliser correctionnaliser VER 0.00 0.07 0.00 0.07 inf; -correctionnel correctionnel ADJ m s 0.43 0.54 0.35 0.00 -correctionnelle correctionnel NOM f s 0.47 1.82 0.47 1.69 -correctionnelles correctionnel ADJ f p 0.43 0.54 0.01 0.14 -correctionnels correctionnel ADJ m p 0.43 0.54 0.01 0.00 -corrections correction NOM f p 8.89 6.08 4.72 1.55 -corrective correctif ADJ f s 0.16 0.41 0.03 0.14 -corrector corrector NOM m s 0.00 0.14 0.00 0.14 -correctrice correcteur ADJ f s 0.07 0.47 0.01 0.00 -correctrices correcteur ADJ f p 0.07 0.47 0.01 0.07 -corrects correct ADJ m p 19.24 8.18 1.39 1.01 -corregidor corregidor NOM m s 0.15 0.14 0.15 0.14 -correspond correspondre VER 23.62 19.46 13.76 3.78 ind:pre:3s; -correspondît correspondre VER 23.62 19.46 0.00 0.27 sub:imp:3s; -correspondaient correspondre VER 23.62 19.46 0.21 1.69 ind:imp:3p; -correspondais correspondre VER 23.62 19.46 0.18 0.20 ind:imp:1s;ind:imp:2s; -correspondait correspondre VER 23.62 19.46 1.14 6.08 ind:imp:3s; -correspondance correspondance NOM f s 5.71 13.51 5.33 11.89 -correspondances correspondance NOM f p 5.71 13.51 0.38 1.62 -correspondancier correspondancier NOM m s 0.01 0.00 0.01 0.00 -correspondant correspondant NOM m s 2.59 5.88 1.87 3.24 -correspondante correspondant ADJ f s 1.10 3.24 0.24 0.47 -correspondantes correspondant ADJ f p 1.10 3.24 0.07 0.27 -correspondants correspondant NOM m p 2.59 5.88 0.54 2.16 -corresponde correspondre VER 23.62 19.46 0.44 0.20 sub:pre:3s; -correspondent correspondre VER 23.62 19.46 4.06 1.55 ind:pre:3p;sub:pre:3p; -correspondez correspondre VER 23.62 19.46 0.20 0.07 ind:pre:2p; -correspondiez correspondre VER 23.62 19.46 0.02 0.00 ind:imp:2p; -correspondions correspondre VER 23.62 19.46 0.02 0.07 ind:imp:1p; -correspondra correspondre VER 23.62 19.46 0.12 0.07 ind:fut:3s; -correspondrai correspondre VER 23.62 19.46 0.00 0.07 ind:fut:1s; -correspondraient correspondre VER 23.62 19.46 0.05 0.07 cnd:pre:3p; -correspondrait correspondre VER 23.62 19.46 0.27 0.27 cnd:pre:3s; -correspondre correspondre VER 23.62 19.46 1.67 1.76 inf; -correspondrons correspondre VER 23.62 19.46 0.02 0.00 ind:fut:1p; -corresponds correspondre VER 23.62 19.46 0.29 0.14 ind:pre:1s;ind:pre:2s; -correspondu correspondre VER m s 23.62 19.46 0.18 0.47 par:pas; -corrida corrida NOM f s 1.88 4.53 1.73 3.65 -corridas corrida NOM f p 1.88 4.53 0.14 0.88 -corridor corridor NOM m s 1.84 12.50 1.51 9.86 -corridors corridor NOM m p 1.84 12.50 0.34 2.64 -corrige corriger VER 12.24 16.08 2.21 1.96 imp:pre:2s;ind:pre:1s;ind:pre:3s; -corrigea corriger VER 12.24 16.08 0.01 1.55 ind:pas:3s; -corrigeai corriger VER 12.24 16.08 0.00 0.20 ind:pas:1s; -corrigeaient corriger VER 12.24 16.08 0.00 0.14 ind:imp:3p; -corrigeais corriger VER 12.24 16.08 0.13 0.20 ind:imp:1s;ind:imp:2s; -corrigeait corriger VER 12.24 16.08 0.04 1.28 ind:imp:3s; -corrigeant corriger VER 12.24 16.08 0.02 1.01 par:pre; -corrigent corriger VER 12.24 16.08 0.06 0.34 ind:pre:3p; -corrigeons corriger VER 12.24 16.08 0.08 0.07 imp:pre:1p;ind:pre:1p; -corriger corriger VER 12.24 16.08 5.87 6.82 inf; -corrigera corriger VER 12.24 16.08 0.25 0.20 ind:fut:3s; -corrigerai corriger VER 12.24 16.08 0.22 0.07 ind:fut:1s; -corrigerais corriger VER 12.24 16.08 0.02 0.07 cnd:pre:1s; -corrigerait corriger VER 12.24 16.08 0.03 0.27 cnd:pre:3s; -corrigeras corriger VER 12.24 16.08 0.02 0.00 ind:fut:2s; -corrigerez corriger VER 12.24 16.08 0.11 0.00 ind:fut:2p; -corrigerons corriger VER 12.24 16.08 0.02 0.00 ind:fut:1p; -corriges corriger VER 12.24 16.08 0.15 0.00 ind:pre:2s; -corrigez corriger VER 12.24 16.08 0.90 0.00 imp:pre:2p;ind:pre:2p; -corrigiez corriger VER 12.24 16.08 0.05 0.00 ind:imp:2p; -corrigions corriger VER 12.24 16.08 0.00 0.07 ind:imp:1p; -corrigé corriger VER m s 12.24 16.08 1.81 1.01 par:pas; -corrigée corriger VER f s 12.24 16.08 0.14 0.54 par:pas; -corrigées corrigé ADJ f p 0.38 1.08 0.17 0.07 -corrigés corrigé ADJ m p 0.38 1.08 0.14 0.14 -corrobora corroborer VER 1.35 1.15 0.00 0.07 ind:pas:3s; -corroboraient corroborer VER 1.35 1.15 0.02 0.07 ind:imp:3p; -corroborait corroborer VER 1.35 1.15 0.02 0.27 ind:imp:3s; -corroborant corroborer VER 1.35 1.15 0.01 0.00 par:pre; -corroboration corroboration NOM f s 0.03 0.00 0.03 0.00 -corrobore corroborer VER 1.35 1.15 0.15 0.20 ind:pre:3s; -corroborent corroborer VER 1.35 1.15 0.20 0.07 ind:pre:3p; -corroborer corroborer VER 1.35 1.15 0.69 0.41 inf; -corroborera corroborer VER 1.35 1.15 0.08 0.00 ind:fut:3s; -corroborèrent corroborer VER 1.35 1.15 0.00 0.07 ind:pas:3p; -corroboré corroborer VER m s 1.35 1.15 0.16 0.00 par:pas; -corroborées corroborer VER f p 1.35 1.15 0.02 0.00 par:pas; -corrodait corroder VER 0.23 1.22 0.00 0.41 ind:imp:3s; -corrodant corrodant ADJ m s 0.00 0.14 0.00 0.07 -corrodante corrodant ADJ f s 0.00 0.14 0.00 0.07 -corrode corroder VER 0.23 1.22 0.01 0.07 ind:pre:3s; -corrodent corroder VER 0.23 1.22 0.00 0.07 ind:pre:3p; -corroder corroder VER 0.23 1.22 0.00 0.07 inf; -corrodé corroder VER m s 0.23 1.22 0.04 0.27 par:pas; -corrodée corroder VER f s 0.23 1.22 0.01 0.20 par:pas; -corrodées corroder VER f p 0.23 1.22 0.13 0.00 par:pas; -corrodés corroder VER m p 0.23 1.22 0.03 0.14 par:pas; -corroierie corroierie NOM f s 0.00 0.07 0.00 0.07 -corrompais corrompre VER 5.27 3.58 0.02 0.00 ind:imp:1s; -corrompant corrompre VER 5.27 3.58 0.05 0.07 par:pre; -corrompe corrompre VER 5.27 3.58 0.09 0.07 sub:pre:1s;sub:pre:3s; -corrompent corrompre VER 5.27 3.58 0.05 0.41 ind:pre:3p; -corrompez corrompre VER 5.27 3.58 0.23 0.00 imp:pre:2p;ind:pre:2p; -corrompis corrompre VER 5.27 3.58 0.00 0.07 ind:pas:1s; -corrompra corrompre VER 5.27 3.58 0.02 0.07 ind:fut:3s; -corrompraient corrompre VER 5.27 3.58 0.01 0.00 cnd:pre:3p; -corrompre corrompre VER 5.27 3.58 1.61 1.49 inf; -corromps corrompre VER 5.27 3.58 0.11 0.00 imp:pre:2s;ind:pre:1s;ind:pre:2s; -corrompt corrompre VER 5.27 3.58 0.53 0.34 ind:pre:3s; -corrompu corrompre VER m s 5.27 3.58 1.56 0.68 par:pas; -corrompue corrompu ADJ f s 2.79 1.42 0.34 0.41 -corrompues corrompu ADJ f p 2.79 1.42 0.08 0.07 -corrompus corrompu ADJ m p 2.79 1.42 0.83 0.34 -corrosif corrosif ADJ m s 0.33 1.35 0.17 0.61 -corrosifs corrosif ADJ m p 0.33 1.35 0.10 0.00 -corrosion corrosion NOM f s 0.18 0.20 0.18 0.20 -corrosive corrosif ADJ f s 0.33 1.35 0.04 0.61 -corrosives corrosif ADJ f p 0.33 1.35 0.01 0.14 -corrélatif corrélatif ADJ m s 0.05 0.00 0.01 0.00 -corrélation corrélation NOM f s 0.17 0.20 0.17 0.20 -corrélative corrélatif ADJ f s 0.05 0.00 0.04 0.00 -corrélativement corrélativement ADV 0.00 0.34 0.00 0.34 -corréler corréler VER 0.01 0.00 0.01 0.00 inf; -corrupteur corrupteur NOM m s 0.30 0.41 0.16 0.34 -corrupteurs corrupteur NOM m p 0.30 0.41 0.14 0.07 -corruptible corruptible ADJ s 0.13 0.07 0.09 0.00 -corruptibles corruptible ADJ p 0.13 0.07 0.04 0.07 -corruption corruption NOM f s 6.59 3.58 6.54 3.45 -corruptions corruption NOM f p 6.59 3.58 0.04 0.14 -corruptrice corrupteur ADJ f s 0.13 0.27 0.02 0.00 -corruptrices corrupteur ADJ f p 0.13 0.27 0.00 0.14 -corréziennes corrézien ADJ f p 0.00 0.07 0.00 0.07 -cors cor NOM m p 3.35 3.92 0.78 1.55 -corsa corser VER 1.81 1.69 0.14 0.07 ind:pas:3s; -corsage corsage NOM m s 1.44 15.14 1.28 12.23 -corsages corsage NOM m p 1.44 15.14 0.16 2.91 -corsaire corsaire NOM s 0.78 3.58 0.58 1.96 -corsaires corsaire NOM p 0.78 3.58 0.20 1.62 -corsait corser VER 1.81 1.69 0.02 0.27 ind:imp:3s; -corsant corser VER 1.81 1.69 0.00 0.07 par:pre; -corse corse ADJ s 3.37 3.51 2.17 2.64 -corselet corselet NOM m s 0.00 0.88 0.00 0.54 -corselets corselet NOM m p 0.00 0.88 0.00 0.34 -corsent corser VER 1.81 1.69 0.18 0.00 ind:pre:3p; -corser corser VER 1.81 1.69 0.29 0.74 inf; -corserait corser VER 1.81 1.69 0.00 0.07 cnd:pre:3s; -corses corse ADJ p 3.37 3.51 1.21 0.88 -corset corset NOM m s 2.04 2.91 1.51 2.30 -corseter corseter VER 0.03 1.42 0.01 0.00 inf; -corsetière corsetier NOM f s 0.00 0.07 0.00 0.07 -corsets corset NOM m p 2.04 2.91 0.53 0.61 -corseté corseter VER m s 0.03 1.42 0.01 0.34 par:pas; -corsetée corseter VER f s 0.03 1.42 0.00 0.74 par:pas; -corsetées corseter VER f p 0.03 1.42 0.00 0.20 par:pas; -corsetés corseter VER m p 0.03 1.42 0.00 0.14 par:pas; -corso corso NOM m s 0.48 1.08 0.48 1.01 -corsos corso NOM m p 0.48 1.08 0.00 0.07 -corsé corser VER m s 1.81 1.69 0.33 0.14 par:pas; -corsée corser VER f s 1.81 1.69 0.14 0.20 par:pas; -corsées corsé ADJ f p 0.49 1.28 0.00 0.07 -corsés corsé ADJ m p 0.49 1.28 0.23 0.07 -cortes corte NOM f p 0.01 0.00 0.01 0.00 -cortex cortex NOM m 8.68 0.14 8.68 0.14 -cortical cortical ADJ m s 0.45 0.07 0.08 0.07 -corticale cortical ADJ f s 0.45 0.07 0.16 0.00 -corticales cortical ADJ f p 0.45 0.07 0.20 0.00 -corticaux cortical ADJ m p 0.45 0.07 0.01 0.00 -cortine cortine NOM f s 0.03 0.00 0.03 0.00 -cortisol cortisol NOM m s 0.03 0.00 0.03 0.00 -cortisone cortisone NOM f s 1.28 0.14 1.28 0.14 -corton corton NOM m s 0.03 0.27 0.03 0.27 -cortège cortège NOM m s 2.91 20.34 2.77 18.11 -cortèges cortège NOM m p 2.91 20.34 0.13 2.23 -cortès cortès NOM f p 0.02 0.07 0.02 0.07 -cortégeant cortéger VER 0.00 0.07 0.00 0.07 par:pre; -coré coré NOM f s 0.40 0.14 0.40 0.14 -coréen coréen ADJ m s 2.90 0.07 1.67 0.07 -coréenne coréen ADJ f s 2.90 0.07 0.70 0.00 -coréennes coréenne ADJ f p 0.05 0.00 0.05 0.00 -coréennes coréenne NOM f p 0.10 0.00 0.05 0.00 -coréens coréen NOM m p 1.69 0.27 1.09 0.27 -coruscant coruscant ADJ m s 0.13 0.27 0.13 0.07 -coruscante coruscant ADJ f s 0.13 0.27 0.00 0.07 -coruscants coruscant ADJ m p 0.13 0.27 0.00 0.14 -coruscation coruscation NOM f s 0.00 0.07 0.00 0.07 -corvette corvette NOM f s 1.32 1.55 1.28 0.81 -corvettes corvette NOM f p 1.32 1.55 0.04 0.74 -corvéable corvéable ADJ s 0.00 0.14 0.00 0.14 -corvée corvée NOM f s 6.32 16.76 4.05 10.74 -corvées corvée NOM f p 6.32 16.76 2.27 6.01 -corybantes corybante NOM m p 0.00 0.07 0.00 0.07 -coryphène coryphène NOM m s 0.01 0.00 0.01 0.00 -coryphée coryphée NOM m s 0.00 0.07 0.00 0.07 -coryste coryste NOM m s 0.00 0.07 0.00 0.07 -coryza coryza NOM m s 0.00 0.68 0.00 0.68 -cosaque cosaque NOM s 1.33 2.09 0.44 1.22 -cosaques cosaque NOM p 1.33 2.09 0.89 0.88 -coseigneurs coseigneur NOM m p 0.00 0.07 0.00 0.07 -cosigner cosigner VER 0.32 0.00 0.10 0.00 inf; -cosigné cosigner VER m s 0.32 0.00 0.21 0.00 par:pas; -cosinus cosinus NOM m 0.28 0.20 0.28 0.20 -cosmique cosmique ADJ s 2.51 3.58 2.18 3.31 -cosmiquement cosmiquement ADV 0.02 0.00 0.02 0.00 -cosmiques cosmique ADJ p 2.51 3.58 0.33 0.27 -cosmo cosmo ADV 1.07 0.07 1.07 0.07 -cosmodromes cosmodrome NOM m p 0.01 0.00 0.01 0.00 -cosmogonie cosmogonie NOM f s 0.00 0.27 0.00 0.20 -cosmogonies cosmogonie NOM f p 0.00 0.27 0.00 0.07 -cosmogonique cosmogonique ADJ m s 0.00 0.07 0.00 0.07 -cosmographie cosmographie NOM f s 0.00 0.14 0.00 0.14 -cosmologie cosmologie NOM f s 0.09 0.07 0.09 0.07 -cosmologique cosmologique ADJ f s 0.05 0.07 0.03 0.00 -cosmologiques cosmologique ADJ m p 0.05 0.07 0.02 0.07 -cosmologue cosmologue NOM s 0.00 0.07 0.00 0.07 -cosmonaute cosmonaute NOM s 1.29 0.88 0.83 0.54 -cosmonautes cosmonaute NOM p 1.29 0.88 0.46 0.34 -cosmopolite cosmopolite ADJ s 0.35 2.50 0.24 1.96 -cosmopolites cosmopolite ADJ p 0.35 2.50 0.11 0.54 -cosmopolitisme cosmopolitisme NOM m s 0.00 0.47 0.00 0.47 -cosmos cosmos NOM m 2.34 1.42 2.34 1.42 -cosméticienne cosméticien NOM f s 0.02 0.07 0.02 0.07 -cosmétique cosmétique ADJ s 0.47 0.34 0.23 0.20 -cosmétiques cosmétique NOM p 0.69 0.81 0.52 0.54 -cosmétiqué cosmétiquer VER m s 0.00 0.34 0.00 0.07 par:pas; -cosmétiquée cosmétiquer VER f s 0.00 0.34 0.00 0.14 par:pas; -cosmétiquées cosmétiquer VER f p 0.00 0.34 0.00 0.07 par:pas; -cosmétiqués cosmétiquer VER m p 0.00 0.34 0.00 0.07 par:pas; -cosmétologie cosmétologie NOM f s 0.07 0.00 0.07 0.00 -cosmétologue cosmétologue NOM s 0.02 0.00 0.02 0.00 -cossard cossard ADJ m s 0.04 0.27 0.04 0.14 -cossarde cossard NOM f s 0.01 0.47 0.00 0.07 -cossards cossard NOM m p 0.01 0.47 0.01 0.27 -cosse cosse NOM f s 0.62 0.68 0.34 0.20 -cossent cosser VER 0.00 0.07 0.00 0.07 ind:pre:3p; -cosses cosse NOM f p 0.62 0.68 0.28 0.47 -cossu cossu ADJ m s 0.08 4.53 0.04 1.96 -cossue cossu ADJ f s 0.08 4.53 0.02 1.08 -cossues cossu ADJ f p 0.08 4.53 0.01 0.61 -cossus cossu ADJ m p 0.08 4.53 0.00 0.88 -costal costal ADJ m s 0.13 0.00 0.07 0.00 -costale costal ADJ f s 0.13 0.00 0.04 0.00 -costar costar NOM m s 0.03 0.00 0.03 0.00 -costard costard NOM m s 3.81 6.82 3.19 5.34 -costards costard NOM m p 3.81 6.82 0.61 1.49 -costaricain costaricain ADJ m s 0.01 0.00 0.01 0.00 -costaud costaud ADJ m s 6.98 6.42 5.84 5.27 -costaude costaud ADJ f s 6.98 6.42 0.15 0.27 -costaudes costaud ADJ f p 6.98 6.42 0.01 0.00 -costauds costaud ADJ m p 6.98 6.42 0.98 0.88 -costaux costal ADJ m p 0.13 0.00 0.01 0.00 -costume costume NOM m s 51.42 55.88 38.95 44.19 -costumer costumer VER 1.03 1.76 0.05 0.14 inf; -costumes costume NOM m p 51.42 55.88 12.47 11.69 -costumier costumier NOM m s 0.42 0.47 0.12 0.27 -costumiers costumier NOM m p 0.42 0.47 0.07 0.14 -costumière costumier NOM f s 0.42 0.47 0.23 0.07 -costumé costumé ADJ m s 1.26 1.08 0.68 0.54 -costumée costumé ADJ f s 1.26 1.08 0.27 0.14 -costumées costumer VER f p 1.03 1.76 0.00 0.07 par:pas; -costumés costumé ADJ m p 1.26 1.08 0.31 0.41 -cosy_corner cosy_corner NOM m s 0.00 0.54 0.00 0.47 -cosy_corner cosy_corner NOM m p 0.00 0.54 0.00 0.07 -cosy cosy NOM m s 0.12 0.95 0.12 0.88 -cosys cosy NOM m p 0.12 0.95 0.00 0.07 -cot_cot_codec cot_cot_codec ONO 0.14 0.07 0.14 0.07 -cota coter VER 9.13 1.89 0.21 0.00 ind:pas:3s; -cotait coter VER 9.13 1.89 0.01 0.00 ind:imp:3s; -cotation cotation NOM f s 0.31 0.27 0.14 0.14 -cotations cotation NOM f p 0.31 0.27 0.17 0.14 -cote cote NOM f s 8.47 5.47 7.50 5.07 -coteau coteau NOM m s 0.41 7.70 0.19 5.20 -coteaux coteau NOM m p 0.41 7.70 0.22 2.50 -cotent coter VER 9.13 1.89 0.02 0.07 ind:pre:3p; -coter coter VER 9.13 1.89 0.02 0.20 inf; -coterie coterie NOM f s 0.14 1.55 0.00 1.15 -coteries coterie NOM f p 0.14 1.55 0.14 0.41 -cotes cote NOM f p 8.47 5.47 0.97 0.41 -cothurne cothurne NOM m s 0.00 0.41 0.00 0.07 -cothurnes cothurne NOM m p 0.00 0.41 0.00 0.34 -coties cotir VER f p 0.00 0.07 0.00 0.07 par:pas; -cotillon cotillon NOM m s 0.32 0.81 0.19 0.20 -cotillons cotillon NOM m p 0.32 0.81 0.13 0.61 -cotisa cotiser VER 0.88 0.88 0.00 0.07 ind:pas:3s; -cotisaient cotiser VER 0.88 0.88 0.00 0.14 ind:imp:3p; -cotisais cotiser VER 0.88 0.88 0.00 0.07 ind:imp:1s; -cotisant cotiser VER 0.88 0.88 0.00 0.14 par:pre; -cotisants cotisant NOM m p 0.01 0.14 0.01 0.07 -cotisation cotisation NOM f s 0.96 1.15 0.35 0.74 -cotisations cotisation NOM f p 0.96 1.15 0.60 0.41 -cotise cotiser VER 0.88 0.88 0.21 0.07 ind:pre:1s;ind:pre:3s; -cotisent cotiser VER 0.88 0.88 0.03 0.00 ind:pre:3p; -cotiser cotiser VER 0.88 0.88 0.14 0.20 inf; -cotises cotiser VER 0.88 0.88 0.14 0.00 ind:pre:2s; -cotisèrent cotiser VER 0.88 0.88 0.00 0.07 ind:pas:3p; -cotisé cotiser VER m s 0.88 0.88 0.15 0.14 par:pas; -cotisées cotiser VER f p 0.88 0.88 0.01 0.00 par:pas; -cotisés cotiser VER m p 0.88 0.88 0.20 0.00 par:pas; -coton_tige coton_tige NOM m s 0.43 0.07 0.20 0.00 -coton coton NOM m s 10.09 26.22 10.06 24.66 -cotonnade cotonnade NOM f s 0.00 3.18 0.00 2.23 -cotonnades cotonnade NOM f p 0.00 3.18 0.00 0.95 -cotonnait cotonner VER 0.00 0.14 0.00 0.07 ind:imp:3s; -cotonnant cotonner VER 0.00 0.14 0.00 0.07 par:pre; -cotonnerie cotonnerie NOM f s 0.01 0.00 0.01 0.00 -cotonneuse cotonneux ADJ f s 0.07 3.45 0.01 0.95 -cotonneuses cotonneux ADJ f p 0.07 3.45 0.00 0.74 -cotonneux cotonneux ADJ m 0.07 3.45 0.06 1.76 -cotonnier cotonnier ADJ m s 0.00 0.07 0.00 0.07 -cotonnier cotonnier NOM m s 0.00 0.07 0.00 0.07 -cotonnière cotonnière NOM f s 0.01 0.00 0.01 0.00 -coton_tige coton_tige NOM m p 0.43 0.07 0.23 0.07 -cotons coton NOM m p 10.09 26.22 0.03 1.55 -cotonéasters cotonéaster NOM m p 0.00 0.07 0.00 0.07 -cotât coter VER 9.13 1.89 0.00 0.07 sub:imp:3s; -cotre cotre NOM m s 0.03 1.96 0.03 1.76 -cotres cotre NOM m p 0.03 1.96 0.00 0.20 -cotrets cotret NOM m p 0.00 0.14 0.00 0.14 -cotriade cotriade NOM f s 0.00 0.07 0.00 0.07 -cottage cottage NOM m s 1.54 0.68 1.49 0.47 -cottages cottage NOM m p 1.54 0.68 0.05 0.20 -cotte cotte NOM f s 0.32 4.05 0.30 2.23 -cottes cotte NOM f p 0.32 4.05 0.02 1.82 -coté coter VER m s 9.13 1.89 7.66 0.54 par:pas; -cotée coter VER f s 9.13 1.89 0.08 0.20 par:pas; -cotées coter VER f p 9.13 1.89 0.13 0.27 par:pas; -coturne coturne NOM m s 0.00 0.07 0.00 0.07 -cotés coté ADJ m p 7.56 1.28 0.95 0.47 -cotylédons cotylédon NOM m p 0.00 0.07 0.00 0.07 -cou_de_pied cou_de_pied NOM m s 0.01 0.27 0.01 0.27 -cou cou NOM m s 44.09 115.34 43.71 112.70 -couac couac NOM m s 0.14 1.01 0.11 0.81 -couacs couac NOM m p 0.14 1.01 0.03 0.20 -couaille couaille NOM f s 0.00 0.14 0.00 0.14 -couaquait couaquer VER 0.00 0.34 0.00 0.07 ind:imp:3s; -couaquer couaquer VER 0.00 0.34 0.00 0.27 inf; -couard couard NOM m s 0.25 0.47 0.20 0.34 -couarde couard ADJ f s 0.09 0.61 0.01 0.00 -couardise couardise NOM f s 0.10 0.54 0.10 0.54 -couards couard NOM m p 0.25 0.47 0.04 0.14 -coucha coucher VER 181.96 196.22 0.41 7.57 ind:pas:3s; -couchage couchage NOM m s 1.86 1.28 1.86 1.28 -couchai coucher VER 181.96 196.22 0.00 1.35 ind:pas:1s; -couchaient coucher VER 181.96 196.22 0.13 2.57 ind:imp:3p; -couchailler couchailler VER 0.00 0.07 0.00 0.07 inf; -couchais coucher VER 181.96 196.22 1.89 2.57 ind:imp:1s;ind:imp:2s; -couchait coucher VER 181.96 196.22 2.23 11.89 ind:imp:3s; -couchant couchant ADJ m s 1.10 4.93 1.09 4.80 -couchants couchant ADJ m p 1.10 4.93 0.01 0.14 -couche_culotte couche_culotte NOM f s 0.22 0.27 0.11 0.07 -couche coucher VER 181.96 196.22 29.50 18.11 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:1s;sub:pre:3s; -couchent coucher VER 181.96 196.22 2.48 3.38 ind:pre:3p; -coucher coucher VER 181.96 196.22 82.63 63.24 inf;; -couchera coucher VER 181.96 196.22 0.86 0.81 ind:fut:3s; -coucherai coucher VER 181.96 196.22 1.36 1.28 ind:fut:1s; -coucheraient coucher VER 181.96 196.22 0.10 0.20 cnd:pre:3p; -coucherais coucher VER 181.96 196.22 0.56 0.68 cnd:pre:1s;cnd:pre:2s; -coucherait coucher VER 181.96 196.22 0.43 1.42 cnd:pre:3s; -coucheras coucher VER 181.96 196.22 0.96 0.88 ind:fut:2s; -coucherez coucher VER 181.96 196.22 0.54 0.54 ind:fut:2p; -coucherie coucherie NOM f s 0.44 1.15 0.17 0.54 -coucheries coucherie NOM f p 0.44 1.15 0.27 0.61 -coucheriez coucher VER 181.96 196.22 0.04 0.07 cnd:pre:2p; -coucherions coucher VER 181.96 196.22 0.00 0.07 cnd:pre:1p; -coucherons coucher VER 181.96 196.22 0.17 0.61 ind:fut:1p; -coucheront coucher VER 181.96 196.22 0.07 0.14 ind:fut:3p; -couchers coucher NOM m p 7.80 8.92 0.73 0.81 -couche_culotte couche_culotte NOM f p 0.22 0.27 0.11 0.20 -couches couche NOM f p 19.95 32.91 9.06 10.14 -couchette couchette NOM f s 1.99 6.28 1.50 5.00 -couchettes couchette NOM f p 1.99 6.28 0.50 1.28 -coucheur coucheur NOM m s 0.06 0.47 0.05 0.34 -coucheurs coucheur NOM m p 0.06 0.47 0.00 0.14 -coucheuse coucheur NOM f s 0.06 0.47 0.01 0.00 -couchez coucher VER 181.96 196.22 6.79 1.49 imp:pre:2p;ind:pre:2p; -couchiez coucher VER 181.96 196.22 0.48 0.20 ind:imp:2p; -couchions coucher VER 181.96 196.22 0.08 0.47 ind:imp:1p; -couchoir couchoir NOM m s 0.00 0.07 0.00 0.07 -couchâmes coucher VER 181.96 196.22 0.00 0.14 ind:pas:1p; -couchons coucher VER 181.96 196.22 0.53 0.41 imp:pre:1p;ind:pre:1p; -couchât coucher VER 181.96 196.22 0.00 0.41 sub:imp:3s; -couchèrent coucher VER 181.96 196.22 0.03 2.30 ind:pas:3p; -couché coucher VER m s 181.96 196.22 35.71 40.74 par:pas; -couchée coucher VER f s 181.96 196.22 5.92 15.61 par:pas; -couchées coucher VER f p 181.96 196.22 0.31 2.43 par:pas; -couchés coucher VER m p 181.96 196.22 1.95 10.74 par:pas; -couci_couça couci_couça ADV 0.60 0.20 0.60 0.20 -coucou coucou NOM m s 13.16 5.07 12.71 3.92 -coucous coucou NOM m p 13.16 5.07 0.45 1.15 -coud coudre VER 8.88 20.74 0.63 0.68 ind:pre:3s; -coude coude NOM m s 10.19 54.19 5.36 33.24 -coudent couder VER 0.02 0.41 0.00 0.07 ind:pre:3p; -coudes coude NOM m p 10.19 54.19 4.84 20.95 -coudoie coudoyer VER 0.00 0.88 0.00 0.07 ind:pre:3s; -coudoient coudoyer VER 0.00 0.88 0.00 0.14 ind:pre:3p; -coudoyai coudoyer VER 0.00 0.88 0.00 0.07 ind:pas:1s; -coudoyaient coudoyer VER 0.00 0.88 0.00 0.20 ind:imp:3p; -coudoyais coudoyer VER 0.00 0.88 0.00 0.07 ind:imp:1s; -coudoyant coudoyer VER 0.00 0.88 0.00 0.07 par:pre; -coudoyer coudoyer VER 0.00 0.88 0.00 0.14 inf; -coudoyons coudoyer VER 0.00 0.88 0.00 0.07 ind:pre:1p; -coudoyé coudoyer VER m s 0.00 0.88 0.00 0.07 par:pas; -coudra coudre VER 8.88 20.74 0.10 0.07 ind:fut:3s; -coudrai coudre VER 8.88 20.74 0.02 0.07 ind:fut:1s; -coudrais coudre VER 8.88 20.74 0.02 0.00 cnd:pre:1s;cnd:pre:2s; -coudrait coudre VER 8.88 20.74 0.00 0.07 cnd:pre:3s; -coudras coudre VER 8.88 20.74 0.00 0.07 ind:fut:2s; -coudre coudre VER 8.88 20.74 4.83 8.65 inf; -coudreuse coudreuse NOM f s 0.00 0.07 0.00 0.07 -coudrier coudrier NOM m s 0.04 10.41 0.04 10.07 -coudriers coudrier NOM m p 0.04 10.41 0.00 0.34 -couds coudre VER 8.88 20.74 0.34 0.20 imp:pre:2s;ind:pre:1s;ind:pre:2s; -coudé coudé ADJ m s 0.06 0.61 0.03 0.41 -coudée coudée NOM f s 0.07 1.55 0.01 0.20 -coudées coudée NOM f p 0.07 1.55 0.06 1.35 -couenne couenne NOM f s 0.53 1.82 0.40 1.49 -couennes couenne NOM f p 0.53 1.82 0.14 0.34 -couette couette NOM f s 1.58 2.03 1.34 1.28 -couettes couette NOM f p 1.58 2.03 0.23 0.74 -couffin couffin NOM m s 1.48 1.96 1.25 1.01 -couffins couffin NOM m p 1.48 1.96 0.22 0.95 -couguar couguar NOM m s 0.72 1.01 0.65 0.41 -couguars couguar NOM m p 0.72 1.01 0.08 0.61 -couic couic NOM m s 0.64 1.22 0.64 1.22 -couillard couillard NOM m s 0.00 0.07 0.00 0.07 -couille couille NOM f s 38.80 11.42 3.56 1.55 -couilles couille NOM f p 38.80 11.42 35.24 9.86 -couillettes couillette NOM f p 0.00 0.27 0.00 0.27 -couillon couillon NOM m s 5.75 2.36 4.04 1.76 -couillonnade couillonnade NOM f s 0.82 0.41 0.42 0.14 -couillonnades couillonnade NOM f p 0.82 0.41 0.40 0.27 -couillonne couillonner VER 0.53 0.68 0.02 0.07 imp:pre:2s;ind:pre:3s; -couillonnent couillonner VER 0.53 0.68 0.00 0.07 ind:pre:3p; -couillonner couillonner VER 0.53 0.68 0.33 0.34 inf; -couillonné couillonner VER m s 0.53 0.68 0.02 0.20 par:pas; -couillonnée couillonner VER f s 0.53 0.68 0.01 0.00 par:pas; -couillonnés couillonner VER m p 0.53 0.68 0.14 0.00 par:pas; -couillons couillon NOM m p 5.75 2.36 1.71 0.61 -couillu couillu ADJ m s 0.51 0.00 0.23 0.00 -couillus couillu ADJ m p 0.51 0.00 0.28 0.00 -couina couiner VER 1.13 3.85 0.00 0.20 ind:pas:3s; -couinaient couiner VER 1.13 3.85 0.00 0.34 ind:imp:3p; -couinais couiner VER 1.13 3.85 0.01 0.07 ind:imp:1s;ind:imp:2s; -couinait couiner VER 1.13 3.85 0.00 0.54 ind:imp:3s; -couinant couiner VER 1.13 3.85 0.02 0.68 par:pre; -couine couiner VER 1.13 3.85 0.43 0.41 imp:pre:2s;ind:pre:3s; -couinement couinement NOM m s 0.09 1.76 0.06 0.68 -couinements couinement NOM m p 0.09 1.76 0.02 1.08 -couinent couiner VER 1.13 3.85 0.03 0.20 ind:pre:3p; -couiner couiner VER 1.13 3.85 0.45 1.01 inf; -couinerais couiner VER 1.13 3.85 0.01 0.00 cnd:pre:1s; -couineras couiner VER 1.13 3.85 0.01 0.00 ind:fut:2s; -couineront couiner VER 1.13 3.85 0.01 0.00 ind:fut:3p; -couines couiner VER 1.13 3.85 0.02 0.00 ind:pre:2s; -couinez couiner VER 1.13 3.85 0.00 0.14 ind:pre:2p; -couiné couiner VER m s 1.13 3.85 0.15 0.27 par:pas; -coula couler VER 47.55 121.15 0.18 5.61 ind:pas:3s; -coulage coulage NOM m s 0.17 0.47 0.17 0.47 -coulai couler VER 47.55 121.15 0.00 0.20 ind:pas:1s; -coulaient couler VER 47.55 121.15 0.80 7.03 ind:imp:3p; -coulais couler VER 47.55 121.15 0.16 0.27 ind:imp:1s;ind:imp:2s; -coulait couler VER 47.55 121.15 2.96 26.62 ind:imp:3s; -coulant coulant ADJ m s 1.01 2.91 0.71 2.64 -coulante coulant ADJ f s 1.01 2.91 0.20 0.00 -coulants coulant ADJ m p 1.01 2.91 0.10 0.27 -coule couler VER 47.55 121.15 14.70 20.41 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -coulemelle coulemelle NOM f s 0.00 0.07 0.00 0.07 -coulent couler VER 47.55 121.15 2.29 5.00 ind:pre:3p; -couler couler VER 47.55 121.15 14.91 37.70 inf; -coulera couler VER 47.55 121.15 2.15 0.54 ind:fut:3s; -coulerai couler VER 47.55 121.15 0.14 0.20 ind:fut:1s; -couleraient couler VER 47.55 121.15 0.14 0.07 cnd:pre:3p; -coulerais couler VER 47.55 121.15 0.01 0.00 cnd:pre:2s; -coulerait couler VER 47.55 121.15 0.19 0.47 cnd:pre:3s; -couleras couler VER 47.55 121.15 0.05 0.00 ind:fut:2s; -coulerez couler VER 47.55 121.15 0.07 0.07 ind:fut:2p; -couleront couler VER 47.55 121.15 0.05 0.00 ind:fut:3p; -coules couler VER 47.55 121.15 0.68 0.34 ind:pre:2s; -couleur couleur NOM f s 82.25 198.72 57.46 118.65 -couleurs couleur NOM f p 82.25 198.72 24.79 80.07 -couleuvre couleuvre NOM f s 0.89 2.91 0.71 1.55 -couleuvres couleuvre NOM f p 0.89 2.91 0.18 1.35 -couleuvrine couleuvrine NOM f s 0.23 0.20 0.14 0.00 -couleuvrines couleuvrine NOM f p 0.23 0.20 0.10 0.20 -coulez couler VER 47.55 121.15 0.75 0.00 imp:pre:2p;ind:pre:2p; -couliez couler VER 47.55 121.15 0.02 0.07 ind:imp:2p; -coulions couler VER 47.55 121.15 0.02 0.07 ind:imp:1p; -coulis coulis NOM m 0.58 0.68 0.58 0.68 -coulissa coulisser VER 0.14 2.36 0.00 0.14 ind:pas:3s; -coulissaient coulisser VER 0.14 2.36 0.00 0.07 ind:imp:3p; -coulissait coulisser VER 0.14 2.36 0.00 0.54 ind:imp:3s; -coulissant coulisser VER 0.14 2.36 0.00 0.54 par:pre; -coulissante coulissant ADJ f s 0.17 1.62 0.16 0.41 -coulissantes coulissant ADJ f p 0.17 1.62 0.01 0.68 -coulissants coulissant ADJ m p 0.17 1.62 0.01 0.14 -coulisse coulisse NOM f s 4.50 9.05 1.05 2.30 -coulissements coulissement NOM m p 0.00 0.07 0.00 0.07 -coulissent coulisser VER 0.14 2.36 0.02 0.14 ind:pre:3p; -coulisser coulisser VER 0.14 2.36 0.04 0.61 inf; -coulisses coulisse NOM f p 4.50 9.05 3.44 6.76 -coulissier coulissier NOM m s 0.00 0.14 0.00 0.14 -coulissèrent coulisser VER 0.14 2.36 0.00 0.07 ind:pas:3p; -coulissé coulisser VER m s 0.14 2.36 0.00 0.07 par:pas; -coulissée coulisser VER f s 0.14 2.36 0.00 0.07 par:pas; -couloir_symbole couloir_symbole NOM m s 0.00 0.07 0.00 0.07 -couloir couloir NOM m s 29.17 104.53 24.77 80.47 -couloirs couloir NOM m p 29.17 104.53 4.41 24.05 -coulombs coulomb NOM m p 0.00 0.07 0.00 0.07 -coulons couler VER 47.55 121.15 0.26 0.14 imp:pre:1p;ind:pre:1p; -coulât couler VER 47.55 121.15 0.00 0.20 sub:imp:3s; -coulpe coulpe NOM f s 0.04 0.14 0.04 0.14 -coulèrent couler VER 47.55 121.15 0.13 1.08 ind:pas:3p; -coulé couler VER m s 47.55 121.15 6.46 8.24 par:pas; -coulée coulée NOM f s 0.62 9.80 0.53 7.43 -coulées coulée NOM f p 0.62 9.80 0.09 2.36 -coulure coulure NOM f s 0.01 0.41 0.01 0.07 -coulures coulure NOM f p 0.01 0.41 0.00 0.34 -coulés couler VER m p 47.55 121.15 0.12 0.88 par:pas; -coumarine coumarine NOM f s 0.01 0.00 0.01 0.00 -countries countries NOM p 0.01 0.07 0.01 0.07 -country country ADJ 1.73 0.07 1.73 0.07 -coup_de_poing coup_de_poing NOM m s 0.13 0.00 0.13 0.00 -coup coup NOM m s 471.82 837.70 389.49 641.55 -coupa couper VER 155.82 140.88 0.69 17.97 ind:pas:3s; -coupable coupable ADJ s 50.84 23.58 46.45 20.20 -coupablement coupablement ADV 0.00 0.07 0.00 0.07 -coupables coupable ADJ p 50.84 23.58 4.39 3.38 -coupage coupage NOM m s 0.02 0.20 0.02 0.14 -coupages coupage NOM m p 0.02 0.20 0.00 0.07 -coupai couper VER 155.82 140.88 0.01 0.41 ind:pas:1s; -coupaient couper VER 155.82 140.88 0.33 2.43 ind:imp:3p; -coupailler coupailler VER 0.01 0.00 0.01 0.00 inf; -coupais couper VER 155.82 140.88 0.53 0.41 ind:imp:1s;ind:imp:2s; -coupait couper VER 155.82 140.88 1.64 10.61 ind:imp:3s; -coupant couper VER 155.82 140.88 0.97 4.73 par:pre; -coupante coupant ADJ f s 0.51 6.69 0.21 2.23 -coupantes coupant ADJ f p 0.51 6.69 0.10 1.35 -coupants coupant ADJ m p 0.51 6.69 0.04 0.74 -coupe_chou coupe_chou NOM m s 0.05 0.34 0.05 0.34 -coupe_choux coupe_choux NOM m 0.14 0.27 0.14 0.27 -coupe_cigare coupe_cigare NOM m s 0.02 0.20 0.02 0.07 -coupe_cigare coupe_cigare NOM m p 0.02 0.20 0.00 0.14 -coupe_circuit coupe_circuit NOM m s 0.13 0.34 0.11 0.27 -coupe_circuit coupe_circuit NOM m p 0.13 0.34 0.02 0.07 -coupe_coupe coupe_coupe NOM m 0.10 0.68 0.10 0.68 -coupe_faim coupe_faim NOM m s 0.09 0.07 0.08 0.07 -coupe_faim coupe_faim NOM m p 0.09 0.07 0.01 0.00 -coupe_feu coupe_feu NOM m s 0.12 0.14 0.12 0.14 -coupe_file coupe_file NOM m s 0.03 0.00 0.03 0.00 -coupe_gorge coupe_gorge NOM m 0.28 0.61 0.28 0.61 -coupe_jarret coupe_jarret NOM m s 0.03 0.00 0.02 0.00 -coupe_jarret coupe_jarret NOM m p 0.03 0.00 0.01 0.00 -coupe_ongle coupe_ongle NOM m s 0.05 0.00 0.05 0.00 -coupe_ongles coupe_ongles NOM m 0.26 0.14 0.26 0.14 -coupe_papier coupe_papier NOM m 0.36 0.95 0.36 0.95 -coupe_pâte coupe_pâte NOM m s 0.00 0.07 0.00 0.07 -coupe_racine coupe_racine NOM m p 0.00 0.07 0.00 0.07 -coupe_vent coupe_vent NOM m s 0.31 0.34 0.31 0.34 -coupe couper VER 155.82 140.88 32.66 17.77 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:1s;sub:pre:3s; -coupelle coupelle NOM f s 0.04 0.61 0.04 0.47 -coupelles coupelle NOM f p 0.04 0.61 0.00 0.14 -coupent couper VER 155.82 140.88 2.19 3.99 ind:pre:3p; -couper couper VER 155.82 140.88 41.45 31.76 inf;;inf;;inf;; -coupera couper VER 155.82 140.88 1.13 0.61 ind:fut:3s; -couperai couper VER 155.82 140.88 1.67 0.20 ind:fut:1s; -couperaient couper VER 155.82 140.88 0.07 0.27 cnd:pre:3p; -couperais couper VER 155.82 140.88 1.00 0.41 cnd:pre:1s;cnd:pre:2s; -couperait couper VER 155.82 140.88 0.68 1.22 cnd:pre:3s; -couperas couper VER 155.82 140.88 0.31 0.27 ind:fut:2s; -couperet couperet NOM m s 0.42 2.09 0.42 2.03 -couperets couperet NOM m p 0.42 2.09 0.00 0.07 -couperez couper VER 155.82 140.88 0.11 0.20 ind:fut:2p; -couperons couper VER 155.82 140.88 0.17 0.20 ind:fut:1p; -couperont couper VER 155.82 140.88 0.20 0.20 ind:fut:3p; -couperose couperose NOM f s 0.01 0.88 0.01 0.88 -couperosé couperoser VER m s 0.02 0.14 0.02 0.14 par:pas; -couperosée couperosé ADJ f s 0.00 1.28 0.00 0.20 -couperosées couperosé ADJ f p 0.00 1.28 0.00 0.20 -coupes couper VER 155.82 140.88 3.87 0.41 ind:pre:2s; -coupeur coupeur NOM m s 0.55 0.41 0.30 0.27 -coupeurs coupeur NOM m p 0.55 0.41 0.17 0.14 -coupeuse coupeur NOM f s 0.55 0.41 0.08 0.00 -coupez couper VER 155.82 140.88 19.53 1.82 imp:pre:2p;ind:pre:2p; -coupiez couper VER 155.82 140.88 0.22 0.07 ind:imp:2p; -coupions couper VER 155.82 140.88 0.22 0.07 ind:imp:1p; -couplage couplage NOM m s 0.11 0.00 0.07 0.00 -couplages couplage NOM m p 0.11 0.00 0.04 0.00 -couplant coupler VER 0.42 0.95 0.02 0.00 par:pre; -couple couple NOM s 49.62 63.99 41.13 47.23 -coupler coupler VER 0.42 0.95 0.01 0.14 inf; -couples couple NOM m p 49.62 63.99 8.49 16.76 -couplet couplet NOM m s 1.31 5.34 1.06 3.51 -couplets couplet NOM m p 1.31 5.34 0.25 1.82 -coupleur coupleur NOM m s 0.18 0.00 0.14 0.00 -coupleurs coupleur NOM m p 0.18 0.00 0.04 0.00 -couplé coupler VER m s 0.42 0.95 0.07 0.20 par:pas; -couplée coupler VER f s 0.42 0.95 0.04 0.00 par:pas; -couplées coupler VER f p 0.42 0.95 0.02 0.14 par:pas; -couplés coupler VER m p 0.42 0.95 0.03 0.27 par:pas; -coupole coupole NOM f s 1.16 8.92 1.13 5.27 -coupoles coupole NOM f p 1.16 8.92 0.04 3.65 -coupon_cadeau coupon_cadeau NOM m s 0.01 0.00 0.01 0.00 -coupon coupon NOM m s 1.69 2.09 0.51 0.88 -coupons couper VER 155.82 140.88 1.86 0.20 imp:pre:1p;ind:pre:1p; -coups_de_poing coups_de_poing NOM m p 0.00 0.14 0.00 0.14 -coups coup NOM m p 471.82 837.70 82.33 196.15 -coupèrent couper VER 155.82 140.88 0.10 0.68 ind:pas:3p; -coupé couper VER m s 155.82 140.88 30.34 25.41 par:pas;par:pas;par:pas; -coupée couper VER f s 155.82 140.88 8.14 7.91 par:pas; -coupées couper VER f p 155.82 140.88 1.90 3.92 par:pas; -coupure coupure NOM f s 10.48 11.08 6.29 5.81 -coupures coupure NOM f p 10.48 11.08 4.19 5.27 -coupés couper VER m p 155.82 140.88 3.85 6.76 par:pas; -couques couque NOM f p 0.00 0.07 0.00 0.07 -coéquipier coéquipier NOM m s 4.20 0.47 2.73 0.07 -coéquipiers coéquipier NOM m p 4.20 0.47 0.71 0.34 -coéquipière coéquipier NOM f s 4.20 0.47 0.69 0.07 -coéquipières coéquipière NOM f p 0.01 0.00 0.01 0.00 -cour_jardin cour_jardin NOM f s 0.00 0.07 0.00 0.07 -cour cour NOM f s 95.80 176.96 71.80 150.14 -courûmes courir VER 146.50 263.38 0.01 0.20 ind:pas:1p; -courût courir VER 146.50 263.38 0.00 0.27 sub:imp:3s; -courûtes courir VER 146.50 263.38 0.01 0.00 ind:pas:2p; -courage courage NOM m s 70.73 70.34 70.70 69.80 -courages courage NOM m p 70.73 70.34 0.03 0.54 -courageuse courageux ADJ f s 28.68 11.96 7.87 2.97 -courageusement courageusement ADV 0.61 3.45 0.61 3.45 -courageuses courageux ADJ f p 28.68 11.96 0.59 0.61 -courageux courageux ADJ m 28.68 11.96 20.22 8.38 -couraient courir VER 146.50 263.38 1.54 17.91 ind:imp:3p; -courailler courailler VER 0.02 0.00 0.02 0.00 inf; -courais courir VER 146.50 263.38 2.86 5.00 ind:imp:1s;ind:imp:2s; -courait courir VER 146.50 263.38 3.38 32.43 ind:imp:3s; -couramment couramment ADV 1.38 3.11 1.38 3.11 -courant courant NOM m s 111.58 79.73 108.69 67.36 -courante courant ADJ f s 10.13 20.14 1.83 8.51 -courantes courant ADJ f p 10.13 20.14 0.53 2.23 -courants courant NOM m p 111.58 79.73 2.89 12.36 -courba courber VER 2.84 19.66 0.00 2.09 ind:pas:3s; -courbaient courber VER 2.84 19.66 0.00 0.81 ind:imp:3p; -courbait courber VER 2.84 19.66 0.00 1.35 ind:imp:3s; -courbant courber VER 2.84 19.66 0.16 2.36 par:pre; -courbatu courbatu ADJ m s 0.02 0.54 0.01 0.27 -courbatue courbatu ADJ f s 0.02 0.54 0.01 0.14 -courbature courbature NOM f s 0.39 1.62 0.01 0.54 -courbatures courbature NOM f p 0.39 1.62 0.38 1.08 -courbaturé courbaturé ADJ m s 0.33 0.07 0.32 0.07 -courbaturée courbaturé ADJ f s 0.33 0.07 0.01 0.00 -courbatus courbatu ADJ m p 0.02 0.54 0.00 0.14 -courbe courbe NOM f s 3.00 18.11 1.72 11.82 -courbent courber VER 2.84 19.66 0.11 0.07 ind:pre:3p; -courber courber VER 2.84 19.66 0.61 2.50 inf; -courberait courber VER 2.84 19.66 0.00 0.07 cnd:pre:3s; -courbes courbe NOM f p 3.00 18.11 1.28 6.28 -courbette courbette NOM f s 0.69 2.70 0.32 0.74 -courbettes courbette NOM f p 0.69 2.70 0.38 1.96 -courbez courber VER 2.84 19.66 0.07 0.14 imp:pre:2p;ind:pre:2p; -courbons courber VER 2.84 19.66 0.01 0.07 imp:pre:1p;ind:pre:1p; -courbé courbé ADJ m s 0.66 6.08 0.59 2.97 -courbée courber VER f s 2.84 19.66 0.21 1.69 par:pas; -courbées courber VER f p 2.84 19.66 0.01 0.41 par:pas; -courbure courbure NOM f s 0.33 2.50 0.21 2.16 -courbures courbure NOM f p 0.33 2.50 0.12 0.34 -courbés courber VER m p 2.84 19.66 0.55 1.82 par:pas; -coure courir VER 146.50 263.38 0.72 1.22 sub:pre:1s;sub:pre:3s; -courent courir VER 146.50 263.38 8.83 12.84 ind:pre:3p; -coures courir VER 146.50 263.38 0.29 0.00 sub:pre:2s; -courette courette NOM f s 0.00 2.09 0.00 1.69 -courettes courette NOM f p 0.00 2.09 0.00 0.41 -coureur coureur NOM m s 5.48 8.31 3.71 4.80 -coureurs coureur NOM m p 5.48 8.31 1.42 2.36 -coureuse coureur NOM f s 5.48 8.31 0.36 1.08 -coureuses coureuse NOM f p 0.04 0.00 0.04 0.00 -courez courir VER 146.50 263.38 11.99 1.28 imp:pre:2p;ind:pre:2p; -courge courge NOM f s 2.46 0.88 1.38 0.61 -courges courge NOM f p 2.46 0.88 1.08 0.27 -courgette courgette NOM f s 1.24 0.41 0.25 0.00 -courgettes courgette NOM f p 1.24 0.41 1.00 0.41 -couriez courir VER 146.50 263.38 0.14 0.20 ind:imp:2p;sub:pre:2p; -courions courir VER 146.50 263.38 0.09 0.68 ind:imp:1p; -courir courir VER 146.50 263.38 47.19 71.82 inf; -courlis courlis NOM m 0.03 0.47 0.03 0.47 -couronna couronner VER 5.56 14.86 0.14 0.27 ind:pas:3s; -couronnaient couronner VER 5.56 14.86 0.01 0.47 ind:imp:3p; -couronnait couronner VER 5.56 14.86 0.01 0.88 ind:imp:3s; -couronnant couronner VER 5.56 14.86 0.01 1.42 par:pre; -couronne couronne NOM f s 23.15 20.61 15.16 12.50 -couronnement couronnement NOM m s 2.40 2.09 2.38 2.03 -couronnements couronnement NOM m p 2.40 2.09 0.01 0.07 -couronnent couronner VER 5.56 14.86 0.14 0.34 ind:pre:3p; -couronner couronner VER 5.56 14.86 1.76 2.23 inf; -couronnera couronner VER 5.56 14.86 0.01 0.07 ind:fut:3s; -couronnerai couronner VER 5.56 14.86 0.02 0.00 ind:fut:1s; -couronnerons couronner VER 5.56 14.86 0.02 0.00 ind:fut:1p; -couronnes couronne NOM f p 23.15 20.61 7.99 8.11 -couronné couronner VER m s 5.56 14.86 1.45 3.65 par:pas; -couronnée couronner VER f s 5.56 14.86 1.05 2.57 par:pas; -couronnées couronné ADJ f p 0.63 1.49 0.27 0.34 -couronnés couronner VER m p 5.56 14.86 0.14 1.28 par:pas; -courons courir VER 146.50 263.38 2.19 1.76 imp:pre:1p;ind:pre:1p; -courra courir VER 146.50 263.38 0.90 0.41 ind:fut:3s; -courrai courir VER 146.50 263.38 0.22 0.07 ind:fut:1s; -courraient courir VER 146.50 263.38 0.07 0.14 cnd:pre:3p; -courrais courir VER 146.50 263.38 0.86 0.14 cnd:pre:1s;cnd:pre:2s; -courrait courir VER 146.50 263.38 0.37 0.61 cnd:pre:3s; -courras courir VER 146.50 263.38 0.35 0.00 ind:fut:2s; -courre courre VER 0.75 2.91 0.75 2.91 inf; -courrez courir VER 146.50 263.38 1.05 0.00 ind:fut:2p; -courriel courriel NOM m s 0.24 0.00 0.24 0.00 -courrier courrier NOM m s 23.98 24.46 23.40 23.04 -courriers courrier NOM m p 23.98 24.46 0.59 1.42 -courriez courir VER 146.50 263.38 0.09 0.00 cnd:pre:2p; -courrions courir VER 146.50 263.38 0.02 0.00 cnd:pre:1p; -courriériste courriériste NOM s 0.00 0.27 0.00 0.27 -courroie courroie NOM f s 1.05 5.61 0.56 3.11 -courroies courroie NOM f p 1.05 5.61 0.50 2.50 -courrons courir VER 146.50 263.38 0.19 0.20 ind:fut:1p; -courront courir VER 146.50 263.38 0.17 0.34 ind:fut:3p; -courrouce courroucer VER 0.63 2.50 0.02 0.14 imp:pre:2s;ind:pre:3s; -courroucer courroucer VER 0.63 2.50 0.02 0.00 inf; -courroucé courroucer VER m s 0.63 2.50 0.57 1.49 par:pas; -courroucée courroucer VER f s 0.63 2.50 0.02 0.47 par:pas; -courroucées courroucer VER f p 0.63 2.50 0.00 0.07 par:pas; -courroucés courroucer VER m p 0.63 2.50 0.00 0.20 par:pas; -courrouçaient courroucer VER 0.63 2.50 0.00 0.07 ind:imp:3p; -courrouçait courroucer VER 0.63 2.50 0.00 0.07 ind:imp:3s; -courroux courroux NOM m 3.55 2.09 3.55 2.09 -cours cours NOM m 119.05 149.93 119.05 149.93 -coursaient courser VER 1.30 2.50 0.02 0.07 ind:imp:3p; -coursais courser VER 1.30 2.50 0.01 0.07 ind:imp:1s;ind:imp:2s; -coursait courser VER 1.30 2.50 0.02 0.07 ind:imp:3s; -coursant courser VER 1.30 2.50 0.00 0.14 par:pre; -course_poursuite course_poursuite NOM f s 0.34 0.00 0.34 0.00 -course course NOM f s 72.48 81.22 40.45 51.22 -coursent courser VER 1.30 2.50 0.03 0.20 ind:pre:3p; -courser courser VER 1.30 2.50 0.14 0.41 inf; -courserais courser VER 1.30 2.50 0.01 0.00 cnd:pre:2s; -courses course NOM f p 72.48 81.22 32.04 30.00 -coursier coursier NOM m s 4.81 2.64 4.06 1.96 -coursiers coursier NOM m p 4.81 2.64 0.73 0.61 -coursière coursier NOM f s 4.81 2.64 0.02 0.07 -coursive coursive NOM f s 0.34 3.38 0.26 2.36 -coursives coursive NOM f p 0.34 3.38 0.09 1.01 -coursé courser VER m s 1.30 2.50 0.09 0.34 par:pas; -coursée courser VER f s 1.30 2.50 0.03 0.07 par:pas; -coursés courser VER m p 1.30 2.50 0.27 0.07 par:pas; -court_bouillon court_bouillon NOM m s 0.29 0.68 0.29 0.68 -court_circuit court_circuit NOM m s 1.53 1.76 1.47 1.55 -court_circuiter court_circuiter VER 0.83 0.54 0.00 0.07 ind:imp:3s; -court_circuiter court_circuiter VER 0.83 0.54 0.00 0.07 par:pre; -court_circuiter court_circuiter VER 0.83 0.54 0.14 0.07 imp:pre:2s;ind:pre:1s;ind:pre:3s; -court_circuiter court_circuiter VER 0.83 0.54 0.29 0.20 inf; -court_circuit court_circuit VER 0.01 0.00 0.01 0.00 ind:pre:3s; -court_circuits court_circuits NOM m s 0.02 0.00 0.02 0.00 -court_circuiter court_circuiter VER m s 0.83 0.54 0.28 0.07 par:pas; -court_circuiter court_circuiter VER f s 0.83 0.54 0.02 0.07 par:pas; -court_circuiter court_circuiter VER f p 0.83 0.54 0.10 0.00 par:pas; -court_courrier court_courrier NOM m s 0.01 0.00 0.01 0.00 -court_jus court_jus NOM m 0.03 0.00 0.03 0.00 -court_métrage court_métrage NOM m s 0.17 0.00 0.17 0.00 -court_vêtu court_vêtu ADJ f s 0.01 0.14 0.01 0.00 -court_vêtu court_vêtu ADJ f p 0.01 0.14 0.00 0.14 -court courir VER 146.50 263.38 19.25 22.30 ind:pre:3s; -courtage courtage NOM m s 0.36 0.27 0.36 0.07 -courtages courtage NOM m p 0.36 0.27 0.00 0.20 -courtaud courtaud ADJ m s 0.22 1.15 0.21 0.61 -courtaude courtaud ADJ f s 0.22 1.15 0.01 0.27 -courtaudes courtaud ADJ f p 0.22 1.15 0.00 0.20 -courtauds courtaud ADJ m p 0.22 1.15 0.00 0.07 -courte court ADJ f s 41.15 108.99 14.07 32.77 -courtelinesque courtelinesque ADJ m s 0.00 0.14 0.00 0.07 -courtelinesques courtelinesque ADJ p 0.00 0.14 0.00 0.07 -courtement courtement ADV 0.00 0.20 0.00 0.20 -courtepointe courtepointe NOM f s 0.01 1.35 0.01 1.28 -courtepointes courtepointe NOM f p 0.01 1.35 0.00 0.07 -courtes court ADJ f p 41.15 108.99 3.63 20.14 -courtier courtier NOM m s 2.96 1.76 2.21 0.74 -courtiers courtier NOM m p 2.96 1.76 0.73 0.61 -courtilière courtilière NOM f s 0.00 0.14 0.00 0.07 -courtilières courtilière NOM f p 0.00 0.14 0.00 0.07 -courtils courtil NOM m p 0.00 0.07 0.00 0.07 -courtine courtine NOM f s 0.00 2.43 0.00 0.34 -courtines courtine NOM f p 0.00 2.43 0.00 2.09 -courtisa courtiser VER 2.79 2.50 0.00 0.07 ind:pas:3s; -courtisaient courtiser VER 2.79 2.50 0.03 0.07 ind:imp:3p; -courtisais courtiser VER 2.79 2.50 0.04 0.07 ind:imp:1s;ind:imp:2s; -courtisait courtiser VER 2.79 2.50 0.03 0.34 ind:imp:3s; -courtisan courtisan ADJ m s 0.30 0.47 0.28 0.34 -courtisane courtisan NOM f s 2.58 6.82 0.66 2.09 -courtisanerie courtisanerie NOM f s 0.00 0.41 0.00 0.41 -courtisanes courtisan NOM f p 2.58 6.82 0.47 1.62 -courtisans courtisan NOM m p 2.58 6.82 1.25 1.89 -courtisant courtiser VER 2.79 2.50 0.02 0.07 par:pre; -courtise courtiser VER 2.79 2.50 0.52 0.34 imp:pre:2s;ind:pre:1s;ind:pre:3s; -courtisent courtiser VER 2.79 2.50 0.14 0.07 ind:pre:3p; -courtiser courtiser VER 2.79 2.50 1.01 0.34 inf; -courtiserai courtiser VER 2.79 2.50 0.01 0.00 ind:fut:1s; -courtiseras courtiser VER 2.79 2.50 0.01 0.00 ind:fut:2s; -courtisez courtiser VER 2.79 2.50 0.05 0.00 imp:pre:2p;ind:pre:2p; -courtisiez courtiser VER 2.79 2.50 0.12 0.00 ind:imp:2p; -courtisé courtiser VER m s 2.79 2.50 0.45 0.20 par:pas; -courtisée courtiser VER f s 2.79 2.50 0.33 0.88 par:pas; -courtisées courtiser VER f p 2.79 2.50 0.01 0.07 par:pas; -courtière courtier NOM f s 2.96 1.76 0.02 0.34 -courtières courtier NOM f p 2.96 1.76 0.00 0.07 -courtois courtois ADJ m 1.97 9.73 1.58 7.03 -courtoise courtois ADJ f s 1.97 9.73 0.28 2.23 -courtoisement courtoisement ADV 0.27 1.96 0.27 1.96 -courtoises courtois ADJ f p 1.97 9.73 0.11 0.47 -courtoisie courtoisie NOM f s 4.59 8.18 4.42 8.04 -courtoisies courtoisie NOM f p 4.59 8.18 0.16 0.14 -court_circuit court_circuit NOM m p 1.53 1.76 0.07 0.20 -courts court ADJ m p 41.15 108.99 6.03 16.22 -couru courir VER m s 146.50 263.38 12.76 16.42 par:pas; -courue courir VER f s 146.50 263.38 0.11 0.14 par:pas; -courues courir VER f p 146.50 263.38 0.00 0.14 par:pas; -coururent courir VER 146.50 263.38 0.49 3.78 ind:pas:3p; -courus courir VER m p 146.50 263.38 0.23 4.73 ind:pas:1s;par:pas; -courussent courir VER 146.50 263.38 0.00 0.07 sub:imp:3p; -courut courir VER 146.50 263.38 1.65 22.64 ind:pas:3s; -cous_de_pied cous_de_pied NOM m p 0.00 0.07 0.00 0.07 -cous cou NOM m p 44.09 115.34 0.38 2.64 -cousaient coudre VER 8.88 20.74 0.01 0.20 ind:imp:3p; -cousait coudre VER 8.88 20.74 0.16 2.36 ind:imp:3s; -cousant coudre VER 8.88 20.74 0.03 0.88 par:pre; -couscous couscous NOM m 1.05 3.24 1.05 3.24 -couscoussier couscoussier NOM m s 0.15 0.34 0.15 0.27 -couscoussiers couscoussier NOM m p 0.15 0.34 0.00 0.07 -couse coudre VER 8.88 20.74 0.06 0.07 sub:pre:1s;sub:pre:3s; -cousent coudre VER 8.88 20.74 0.07 0.14 ind:pre:3p; -cousette cousette NOM f s 0.01 0.68 0.00 0.14 -cousettes cousette NOM f p 0.01 0.68 0.01 0.54 -couseuse couseur NOM f s 0.01 0.00 0.01 0.00 -cousez coudre VER 8.88 20.74 0.17 0.00 imp:pre:2p;ind:pre:2p; -cousiez coudre VER 8.88 20.74 0.00 0.07 ind:imp:2p; -cousin cousin NOM m s 73.87 89.93 37.31 39.05 -cousinage cousinage NOM m s 0.00 0.88 0.00 0.47 -cousinages cousinage NOM m p 0.00 0.88 0.00 0.41 -cousinant cousiner VER 0.00 0.14 0.00 0.14 par:pre; -cousine cousin NOM f s 73.87 89.93 23.72 25.14 -cousines cousin NOM f p 73.87 89.93 2.18 5.14 -cousins cousin NOM m p 73.87 89.93 10.66 20.61 -cousirent coudre VER 8.88 20.74 0.00 0.07 ind:pas:3p; -cousissent coudre VER 8.88 20.74 0.00 0.07 sub:imp:3p; -cousit coudre VER 8.88 20.74 0.00 0.14 ind:pas:3s; -coussin coussin NOM m s 4.41 22.70 2.44 8.45 -coussinet coussinet NOM m s 0.07 0.88 0.04 0.47 -coussinets coussinet NOM m p 0.07 0.88 0.02 0.41 -coussins coussin NOM m p 4.41 22.70 1.98 14.26 -cousu coudre VER m s 8.88 20.74 1.18 2.97 par:pas; -cousue cousu ADJ f s 1.86 2.50 1.50 0.88 -cousues coudre VER f p 8.88 20.74 0.25 0.95 par:pas; -cousus coudre VER m p 8.88 20.74 0.43 1.69 par:pas; -couteau_scie couteau_scie NOM m s 0.01 0.07 0.01 0.07 -couteau couteau NOM m s 58.15 52.64 51.08 44.26 -couteaux couteau NOM m p 58.15 52.64 7.08 8.38 -coutelas coutelas NOM m 0.02 1.22 0.02 1.22 -coutelier coutelier NOM m s 0.02 0.20 0.02 0.20 -coutellerie coutellerie NOM f s 0.01 0.20 0.01 0.14 -coutelleries coutellerie NOM f p 0.01 0.20 0.00 0.07 -coutil coutil NOM m s 0.00 1.28 0.00 1.28 -coutume coutume NOM f s 10.46 25.14 7.27 17.03 -coutumes coutume NOM f p 10.46 25.14 3.19 8.11 -coutumier coutumier ADJ m s 0.85 6.15 0.63 2.36 -coutumiers coutumier ADJ m p 0.85 6.15 0.00 0.88 -coutumière coutumier ADJ f s 0.85 6.15 0.20 2.57 -coutumièrement coutumièrement ADV 0.00 0.07 0.00 0.07 -coutumières coutumier ADJ f p 0.85 6.15 0.02 0.34 -couturaient couturer VER 0.10 1.28 0.00 0.14 ind:imp:3p; -couture couture NOM f s 5.52 10.54 4.31 8.45 -coutures couture NOM f p 5.52 10.54 1.21 2.09 -couturier couturier NOM m s 3.15 10.27 0.56 2.43 -couturiers couturier NOM m p 3.15 10.27 0.15 1.28 -couturière couturier NOM f s 3.15 10.27 2.45 5.81 -couturières couturière NOM f p 0.36 0.00 0.36 0.00 -couturé couturer VER m s 0.10 1.28 0.00 0.47 par:pas; -couturée couturer VER f s 0.10 1.28 0.10 0.41 par:pas; -couturées couturer VER f p 0.10 1.28 0.00 0.14 par:pas; -couturés couturer VER m p 0.10 1.28 0.00 0.14 par:pas; -couvade couvade NOM f s 0.01 0.00 0.01 0.00 -couvaient couver VER 3.59 12.03 0.14 0.54 ind:imp:3p; -couvais couver VER 3.59 12.03 0.01 0.14 ind:imp:1s; -couvaison couvaison NOM f s 0.00 0.20 0.00 0.14 -couvaisons couvaison NOM f p 0.00 0.20 0.00 0.07 -couvait couver VER 3.59 12.03 0.25 3.58 ind:imp:3s; -couvant couver VER 3.59 12.03 0.02 0.54 par:pre; -couve couver VER 3.59 12.03 1.54 1.76 imp:pre:2s;ind:pre:1s;ind:pre:3s; -couvent couvent NOM m s 16.83 26.15 16.09 22.50 -couventine couventine NOM f s 0.00 0.41 0.00 0.20 -couventines couventine NOM f p 0.00 0.41 0.00 0.20 -couvents couvent NOM m p 16.83 26.15 0.74 3.65 -couver couver VER 3.59 12.03 0.75 1.62 inf; -couvercle couvercle NOM m s 2.71 22.09 2.56 20.61 -couvercles couvercle NOM m p 2.71 22.09 0.16 1.49 -couveront couver VER 3.59 12.03 0.01 0.07 ind:fut:3p; -couvert couvrir VER m s 88.29 133.51 14.62 26.89 par:pas; -couverte couvrir VER f s 88.29 133.51 4.77 18.31 par:pas; -couvertes couvrir VER f p 88.29 133.51 1.77 10.27 par:pas; -couverts couvrir VER m p 88.29 133.51 2.92 11.82 par:pas; -couverture couverture NOM f s 34.39 62.03 26.50 41.01 -couvertures couverture NOM f p 34.39 62.03 7.89 21.01 -couves couver VER 3.59 12.03 0.23 0.27 ind:pre:2s; -couvet couvet NOM m s 0.00 0.14 0.00 0.14 -couveuse couveuse NOM f s 0.51 0.95 0.51 0.74 -couveuses couveuse NOM f p 0.51 0.95 0.00 0.20 -couvez couver VER 3.59 12.03 0.09 0.07 imp:pre:2p;ind:pre:2p; -couvis couvi ADJ m p 0.00 0.07 0.00 0.07 -couvrît couvrir VER 88.29 133.51 0.00 0.07 sub:imp:3s; -couvraient couvrir VER 88.29 133.51 0.45 4.26 ind:imp:3p; -couvrais couvrir VER 88.29 133.51 0.76 0.54 ind:imp:1s;ind:imp:2s; -couvrait couvrir VER 88.29 133.51 1.35 15.27 ind:imp:3s; -couvrant couvrir VER 88.29 133.51 0.85 4.26 par:pre; -couvrante couvrant ADJ f s 0.18 2.64 0.01 1.49 -couvrantes couvrant ADJ f p 0.18 2.64 0.00 0.88 -couvre_chef couvre_chef NOM m s 0.58 1.55 0.42 1.35 -couvre_chef couvre_chef NOM m p 0.58 1.55 0.16 0.20 -couvre_feu couvre_feu NOM m s 3.63 3.11 3.63 3.11 -couvre_feux couvre_feux NOM m p 0.04 0.00 0.04 0.00 -couvre_lit couvre_lit NOM m s 0.33 2.77 0.30 2.70 -couvre_lit couvre_lit NOM m p 0.33 2.77 0.03 0.07 -couvre_pied couvre_pied NOM m s 0.01 0.47 0.01 0.47 -couvre_pieds couvre_pieds NOM m 0.01 0.47 0.01 0.47 -couvre couvrir VER 88.29 133.51 23.58 11.22 imp:pre:2s;ind:pre:1s;ind:pre:3s; -couvrent couvrir VER 88.29 133.51 1.96 3.65 ind:pre:3p; -couvres couvrir VER 88.29 133.51 2.54 0.27 ind:pre:2s;sub:pre:2s; -couvreur couvreur NOM m s 0.41 1.01 0.37 0.74 -couvreurs couvreur NOM m p 0.41 1.01 0.04 0.27 -couvrez couvrir VER 88.29 133.51 8.41 0.47 imp:pre:2p;ind:pre:2p; -couvriez couvrir VER 88.29 133.51 0.09 0.00 ind:imp:2p; -couvrir couvrir VER 88.29 133.51 19.57 16.82 inf; -couvrira couvrir VER 88.29 133.51 1.72 0.41 ind:fut:3s; -couvrirai couvrir VER 88.29 133.51 1.03 0.07 ind:fut:1s; -couvriraient couvrir VER 88.29 133.51 0.06 0.41 cnd:pre:3p; -couvrirais couvrir VER 88.29 133.51 0.29 0.00 cnd:pre:1s;cnd:pre:2s; -couvrirait couvrir VER 88.29 133.51 0.15 0.68 cnd:pre:3s; -couvriras couvrir VER 88.29 133.51 0.07 0.20 ind:fut:2s; -couvrirent couvrir VER 88.29 133.51 0.00 1.15 ind:pas:3p; -couvrirez couvrir VER 88.29 133.51 0.27 0.14 ind:fut:2p; -couvrirons couvrir VER 88.29 133.51 0.10 0.00 ind:fut:1p; -couvriront couvrir VER 88.29 133.51 0.27 0.07 ind:fut:3p; -couvris couvrir VER 88.29 133.51 0.00 0.61 ind:pas:1s; -couvrit couvrir VER 88.29 133.51 0.20 5.61 ind:pas:3s; -couvrons couvrir VER 88.29 133.51 0.48 0.07 imp:pre:1p;ind:pre:1p; -couvé couver VER m s 3.59 12.03 0.17 1.82 par:pas; -couvée couvée NOM f s 0.20 1.42 0.19 1.15 -couvées couvée NOM f p 0.20 1.42 0.01 0.27 -couvés couver VER m p 3.59 12.03 0.01 0.68 par:pas; -covalent covalent ADJ m s 0.03 0.00 0.01 0.00 -covalente covalent ADJ f s 0.03 0.00 0.01 0.00 -covenant covenant NOM m s 0.05 0.00 0.05 0.00 -cover_girl cover_girl NOM f s 0.14 0.47 0.14 0.20 -cover_girl cover_girl NOM f p 0.14 0.47 0.00 0.27 -covoiturage covoiturage NOM m s 0.07 0.00 0.07 0.00 -cow_boy cow_boy NOM m s 0.01 5.27 0.00 3.11 -cow_boy cow_boy NOM m p 0.01 5.27 0.01 2.16 -coxalgie coxalgie NOM f s 0.00 0.07 0.00 0.07 -coxalgique coxalgique ADJ s 0.00 0.07 0.00 0.07 -coyote coyote NOM m s 4.01 0.47 2.50 0.34 -coyotes coyote NOM m p 4.01 0.47 1.52 0.14 -crû croître VER m s 4.79 10.34 0.93 0.41 par:pas; -crûment crûment ADV 0.54 1.89 0.54 1.89 -crûmes croire VER 1711.99 947.23 0.00 0.54 ind:pas:1p; -crût croire VER 1711.99 947.23 0.05 0.68 sub:imp:3s; -crabe crabe NOM m s 8.14 12.36 4.90 7.30 -crabes crabe NOM m p 8.14 12.36 3.24 5.07 -crabillon crabillon NOM m s 0.00 0.20 0.00 0.07 -crabillons crabillon NOM m p 0.00 0.20 0.00 0.14 -crabs crabs NOM m p 0.41 0.00 0.41 0.00 -crac crac NOM m s 2.85 6.01 2.85 6.01 -cracha cracher VER 27.93 45.81 0.16 5.20 ind:pas:3s; -crachai cracher VER 27.93 45.81 0.00 0.20 ind:pas:1s; -crachaient cracher VER 27.93 45.81 0.03 1.76 ind:imp:3p; -crachais cracher VER 27.93 45.81 0.13 0.68 ind:imp:1s;ind:imp:2s; -crachait cracher VER 27.93 45.81 0.87 4.66 ind:imp:3s; -crachant cracher VER 27.93 45.81 0.36 4.32 par:pre; -crachat crachat NOM m s 1.34 3.72 1.08 1.62 -crachats crachat NOM m p 1.34 3.72 0.26 2.09 -crache cracher VER 27.93 45.81 10.28 10.47 imp:pre:2s;ind:pre:1s;ind:pre:3s; -crachement crachement NOM m s 0.00 0.68 0.00 0.54 -crachements crachement NOM m p 0.00 0.68 0.00 0.14 -crachent cracher VER 27.93 45.81 0.93 1.42 ind:pre:3p; -cracher cracher VER 27.93 45.81 6.86 10.34 inf; -crachera cracher VER 27.93 45.81 0.30 0.14 ind:fut:3s; -cracherai cracher VER 27.93 45.81 0.21 0.34 ind:fut:1s; -cracherais cracher VER 27.93 45.81 0.64 0.14 cnd:pre:1s;cnd:pre:2s; -cracherait cracher VER 27.93 45.81 0.18 0.20 cnd:pre:3s; -cracheriez cracher VER 27.93 45.81 0.01 0.00 cnd:pre:2p; -cracheront cracher VER 27.93 45.81 0.04 0.14 ind:fut:3p; -craches cracher VER 27.93 45.81 1.41 0.41 ind:pre:2s;sub:pre:2s; -cracheur cracheur NOM m s 0.32 1.08 0.28 0.88 -cracheurs cracheur NOM m p 0.32 1.08 0.01 0.14 -cracheuse cracheur NOM f s 0.32 1.08 0.03 0.07 -cracheuses cracheuse NOM f p 0.01 0.00 0.01 0.00 -crachez cracher VER 27.93 45.81 0.91 0.14 imp:pre:2p;ind:pre:2p; -crachin crachin NOM m s 0.03 2.03 0.03 1.89 -crachine crachiner VER 0.00 0.20 0.00 0.07 ind:pre:3s; -crachiner crachiner VER 0.00 0.20 0.00 0.14 inf; -crachins crachin NOM m p 0.03 2.03 0.00 0.14 -crachoir crachoir NOM m s 0.56 0.61 0.32 0.47 -crachoirs crachoir NOM m p 0.56 0.61 0.24 0.14 -crachons cracher VER 27.93 45.81 0.14 0.07 imp:pre:1p;ind:pre:1p; -crachota crachoter VER 0.02 2.30 0.01 0.14 ind:pas:3s; -crachotaient crachoter VER 0.02 2.30 0.00 0.07 ind:imp:3p; -crachotait crachoter VER 0.02 2.30 0.00 0.41 ind:imp:3s; -crachotant crachoter VER 0.02 2.30 0.00 0.47 par:pre; -crachotantes crachotant ADJ f p 0.00 0.41 0.00 0.07 -crachotants crachotant ADJ m p 0.00 0.41 0.00 0.07 -crachote crachoter VER 0.02 2.30 0.01 0.41 ind:pre:3s; -crachotement crachotement NOM m s 0.00 0.27 0.00 0.14 -crachotements crachotement NOM m p 0.00 0.27 0.00 0.14 -crachotent crachoter VER 0.02 2.30 0.00 0.14 ind:pre:3p; -crachoter crachoter VER 0.02 2.30 0.00 0.54 inf; -crachoteuse crachoteux ADJ f s 0.00 0.20 0.00 0.14 -crachoteux crachoteux ADJ m 0.00 0.20 0.00 0.07 -crachoté crachoter VER m s 0.02 2.30 0.00 0.14 par:pas; -crachouilla crachouiller VER 0.00 0.34 0.00 0.14 ind:pas:3s; -crachouille crachouiller VER 0.00 0.34 0.00 0.20 ind:pre:3s; -crachouillis crachouillis NOM m 0.01 0.14 0.01 0.14 -crachèrent cracher VER 27.93 45.81 0.00 0.27 ind:pas:3p; -craché cracher VER m s 27.93 45.81 4.26 4.53 par:pas; -crachée craché ADJ f s 3.24 1.62 0.19 0.27 -crachées cracher VER f p 27.93 45.81 0.01 0.07 par:pas; -crachés cracher VER m p 27.93 45.81 0.01 0.20 par:pas; -crack crack NOM m s 7.77 0.88 7.30 0.68 -cracker cracker NOM m s 2.22 0.27 0.72 0.00 -crackers cracker NOM m p 2.22 0.27 1.50 0.27 -cracking cracking NOM m s 0.01 0.00 0.01 0.00 -cracks crack NOM m p 7.77 0.88 0.47 0.20 -cracra cracra ADJ f s 0.04 0.54 0.04 0.54 -crade crade ADJ s 1.31 1.55 1.19 1.35 -crades crade ADJ p 1.31 1.55 0.12 0.20 -cradingue cradingue ADJ s 0.12 1.42 0.12 1.01 -cradingues cradingue ADJ p 0.12 1.42 0.00 0.41 -crado crado ADJ s 0.23 1.22 0.17 0.95 -cradoque cradoque ADJ f s 0.01 0.00 0.01 0.00 -crados crado ADJ p 0.23 1.22 0.06 0.27 -craie craie NOM f s 5.80 10.68 5.66 10.20 -craies craie NOM f p 5.80 10.68 0.14 0.47 -craignît craindre VER 117.44 108.31 0.00 0.20 sub:imp:3s; -craignaient craindre VER 117.44 108.31 0.82 2.91 ind:imp:3p; -craignais craindre VER 117.44 108.31 5.34 8.31 ind:imp:1s;ind:imp:2s; -craignait craindre VER 117.44 108.31 3.42 20.14 ind:imp:3s; -craignant craindre VER 117.44 108.31 1.35 7.97 par:pre; -craigne craindre VER 117.44 108.31 0.49 0.41 sub:pre:1s;sub:pre:3s; -craignent craindre VER 117.44 108.31 3.75 2.36 ind:pre:3p; -craignes craindre VER 117.44 108.31 0.14 0.00 sub:pre:2s; -craignez craindre VER 117.44 108.31 9.27 3.38 imp:pre:2p;ind:pre:2p; -craigniez craindre VER 117.44 108.31 0.38 0.20 ind:imp:2p; -craignions craindre VER 117.44 108.31 0.22 0.20 ind:imp:1p; -craignirent craindre VER 117.44 108.31 0.00 0.07 ind:pas:3p; -craignis craindre VER 117.44 108.31 0.14 0.54 ind:pas:1s; -craignissent craindre VER 117.44 108.31 0.00 0.07 sub:imp:3p; -craignit craindre VER 117.44 108.31 0.01 1.82 ind:pas:3s; -craignons craindre VER 117.44 108.31 1.32 1.08 imp:pre:1p;ind:pre:1p; -craignos craignos ADJ 1.02 0.74 1.02 0.74 -craillaient crailler VER 0.00 0.14 0.00 0.07 ind:imp:3p; -craillent crailler VER 0.00 0.14 0.00 0.07 ind:pre:3p; -craindra craindre VER 117.44 108.31 0.22 0.07 ind:fut:3s; -craindrai craindre VER 117.44 108.31 0.08 0.00 ind:fut:1s; -craindraient craindre VER 117.44 108.31 0.04 0.07 cnd:pre:3p; -craindrais craindre VER 117.44 108.31 0.19 0.20 cnd:pre:1s;cnd:pre:2s; -craindrait craindre VER 117.44 108.31 0.10 0.34 cnd:pre:3s; -craindras craindre VER 117.44 108.31 0.03 0.00 ind:fut:2s; -craindre craindre VER 117.44 108.31 18.73 19.73 inf; -craindriez craindre VER 117.44 108.31 0.16 0.00 cnd:pre:2p; -craindrons craindre VER 117.44 108.31 0.01 0.00 ind:fut:1p; -craindront craindre VER 117.44 108.31 0.02 0.07 ind:fut:3p; -crains craindre VER 117.44 108.31 40.76 17.64 imp:pre:2s;ind:pre:1s;ind:pre:2s; -craint craindre VER m s 117.44 108.31 23.43 15.54 ind:pre:3s;par:pas; -crainte crainte NOM f s 14.54 52.64 11.39 45.61 -craintes crainte NOM f p 14.54 52.64 3.15 7.03 -craintif craintif ADJ m s 1.38 8.31 0.97 3.92 -craintifs craintif ADJ m p 1.38 8.31 0.19 1.49 -craintive craintif ADJ f s 1.38 8.31 0.22 2.23 -craintivement craintivement ADV 0.00 1.15 0.00 1.15 -craintives craintif ADJ f p 1.38 8.31 0.00 0.68 -craints craindre VER m p 117.44 108.31 0.25 0.14 par:pas; -crama cramer VER 4.59 2.97 0.00 0.07 ind:pas:3s; -cramaient cramer VER 4.59 2.97 0.00 0.07 ind:imp:3p; -cramait cramer VER 4.59 2.97 0.01 0.14 ind:imp:3s; -cramant cramer VER 4.59 2.97 0.00 0.07 par:pre; -crame cramer VER 4.59 2.97 1.17 0.68 imp:pre:2s;ind:pre:1s;ind:pre:3s; -crament cramer VER 4.59 2.97 0.05 0.07 ind:pre:3p; -cramer cramer VER 4.59 2.97 1.47 0.81 inf; -crameraient cramer VER 4.59 2.97 0.01 0.00 cnd:pre:3p; -cramerais cramer VER 4.59 2.97 0.02 0.00 cnd:pre:1s;cnd:pre:2s; -crameras cramer VER 4.59 2.97 0.01 0.00 ind:fut:2s; -cramez cramer VER 4.59 2.97 0.16 0.00 imp:pre:2p;ind:pre:2p; -cramoisi cramoisi ADJ m s 0.25 4.26 0.13 2.70 -cramoisie cramoisi ADJ f s 0.25 4.26 0.10 0.47 -cramoisies cramoisi ADJ f p 0.25 4.26 0.00 0.47 -cramoisis cramoisi ADJ m p 0.25 4.26 0.02 0.61 -cramouille cramouille NOM f s 0.06 0.47 0.05 0.34 -cramouilles cramouille NOM f p 0.06 0.47 0.01 0.14 -crampe crampe NOM f s 5.18 6.01 2.62 2.84 -crampes crampe NOM f p 5.18 6.01 2.57 3.18 -crampette crampette NOM f s 0.00 0.14 0.00 0.07 -crampettes crampette NOM f p 0.00 0.14 0.00 0.07 -crampon crampon NOM m s 1.49 1.15 0.98 0.20 -cramponna cramponner VER 1.67 13.45 0.00 0.54 ind:pas:3s; -cramponnaient cramponner VER 1.67 13.45 0.00 0.14 ind:imp:3p; -cramponnais cramponner VER 1.67 13.45 0.14 0.41 ind:imp:1s;ind:imp:2s; -cramponnait cramponner VER 1.67 13.45 0.02 1.49 ind:imp:3s; -cramponnant cramponner VER 1.67 13.45 0.00 1.08 par:pre; -cramponne cramponner VER 1.67 13.45 0.49 1.96 imp:pre:2s;ind:pre:1s;ind:pre:3s; -cramponnent cramponner VER 1.67 13.45 0.00 0.27 ind:pre:3p; -cramponner cramponner VER 1.67 13.45 0.09 1.35 inf; -cramponneront cramponner VER 1.67 13.45 0.02 0.00 ind:fut:3p; -cramponnez cramponner VER 1.67 13.45 0.55 0.14 imp:pre:2p;ind:pre:2p; -cramponniez cramponner VER 1.67 13.45 0.01 0.07 ind:imp:2p; -cramponnons cramponner VER 1.67 13.45 0.01 0.14 imp:pre:1p;ind:pre:1p; -cramponné cramponner VER m s 1.67 13.45 0.16 2.50 par:pas; -cramponnée cramponner VER f s 1.67 13.45 0.14 1.62 par:pas; -cramponnées cramponner VER f p 1.67 13.45 0.00 0.41 par:pas; -cramponnés cramponner VER m p 1.67 13.45 0.03 1.35 par:pas; -crampons crampon NOM m p 1.49 1.15 0.51 0.95 -cramé cramer VER m s 4.59 2.97 1.50 0.88 par:pas; -cramée cramer VER f s 4.59 2.97 0.06 0.07 par:pas; -cramées cramer VER f p 4.59 2.97 0.00 0.07 par:pas; -cramés cramer VER m p 4.59 2.97 0.14 0.07 par:pas; -cran cran NOM m s 13.97 8.11 13.61 6.96 -crane crane NOM m s 0.96 0.00 0.96 0.00 -craniométrie craniométrie NOM f s 0.03 0.00 0.03 0.00 -craniotomie craniotomie NOM f s 0.03 0.00 0.03 0.00 -crans cran NOM m p 13.97 8.11 0.36 1.15 -cranter cranter VER 0.08 0.34 0.05 0.14 inf; -cranté cranter VER m s 0.08 0.34 0.01 0.14 par:pas; -crantées cranter VER f p 0.08 0.34 0.01 0.00 par:pas; -crantés cranter VER m p 0.08 0.34 0.01 0.07 par:pas; -craonnais craonnais ADJ m 0.00 0.61 0.00 0.27 -craonnaise craonnais ADJ f s 0.00 0.61 0.00 0.07 -craonnaises craonnais ADJ f p 0.00 0.61 0.00 0.27 -crapahutait crapahuter VER 0.25 0.47 0.00 0.07 ind:imp:3s; -crapahutant crapahuter VER 0.25 0.47 0.00 0.07 par:pre; -crapahute crapahuter VER 0.25 0.47 0.01 0.07 ind:pre:1s;ind:pre:3s; -crapahuter crapahuter VER 0.25 0.47 0.19 0.14 inf; -crapahutons crapahuter VER 0.25 0.47 0.00 0.07 ind:pre:1p; -crapahuté crapahuter VER m s 0.25 0.47 0.05 0.07 par:pas; -crapaud_buffle crapaud_buffle NOM m s 0.01 0.14 0.01 0.00 -crapaud crapaud NOM m s 11.30 9.19 9.60 6.08 -crapaud_buffle crapaud_buffle NOM m p 0.01 0.14 0.00 0.14 -crapauds crapaud NOM m p 11.30 9.19 1.70 3.11 -crapoter crapoter VER 0.01 0.00 0.01 0.00 inf; -crapoteuse crapoteux ADJ f s 0.01 0.41 0.00 0.20 -crapoteuses crapoteux ADJ f p 0.01 0.41 0.00 0.07 -crapoteux crapoteux ADJ m 0.01 0.41 0.01 0.14 -crapouillot crapouillot NOM m s 0.01 0.20 0.01 0.07 -crapouillots crapouillot NOM m p 0.01 0.20 0.00 0.14 -craps craps NOM m p 0.73 0.07 0.73 0.07 -crapule crapule NOM f s 7.09 3.45 4.43 2.50 -crapulerie crapulerie NOM f s 0.01 0.27 0.01 0.27 -crapules crapule NOM f p 7.09 3.45 2.66 0.95 -crapuleuse crapuleux ADJ f s 0.36 2.36 0.03 0.95 -crapuleusement crapuleusement ADV 0.00 0.14 0.00 0.14 -crapuleuses crapuleux ADJ f p 0.36 2.36 0.00 0.20 -crapuleux crapuleux ADJ m 0.36 2.36 0.33 1.22 -craqua craquer VER 21.23 37.16 0.01 1.69 ind:pas:3s; -craquage craquage NOM m s 0.04 0.00 0.04 0.00 -craquaient craquer VER 21.23 37.16 0.06 1.96 ind:imp:3p; -craquais craquer VER 21.23 37.16 0.19 0.00 ind:imp:1s;ind:imp:2s; -craquait craquer VER 21.23 37.16 0.23 4.32 ind:imp:3s; -craquant craquant ADJ m s 1.75 3.45 0.90 1.42 -craquante craquant ADJ f s 1.75 3.45 0.66 0.88 -craquantes craquant ADJ f p 1.75 3.45 0.05 0.74 -craquants craquant ADJ m p 1.75 3.45 0.14 0.41 -craque craquer VER 21.23 37.16 4.40 5.95 imp:pre:2s;ind:pre:1s;ind:pre:3s; -craquela craqueler VER 0.05 2.36 0.00 0.07 ind:pas:3s; -craquelaient craqueler VER 0.05 2.36 0.00 0.07 ind:imp:3p; -craquelait craqueler VER 0.05 2.36 0.00 0.27 ind:imp:3s; -craquelant craqueler VER 0.05 2.36 0.00 0.20 par:pre; -craqueler craqueler VER 0.05 2.36 0.02 0.34 inf; -craquelin craquelin NOM m s 1.01 0.07 0.40 0.00 -craquelins craquelin NOM m p 1.01 0.07 0.61 0.07 -craquelle craqueler VER 0.05 2.36 0.01 0.14 ind:pre:3s; -craquellent craqueler VER 0.05 2.36 0.00 0.20 ind:pre:3p; -craquelèrent craqueler VER 0.05 2.36 0.00 0.07 ind:pas:3p; -craquelé craquelé ADJ m s 0.12 2.57 0.11 0.47 -craquelée craquelé ADJ f s 0.12 2.57 0.01 0.74 -craquelées craquelé ADJ f p 0.12 2.57 0.00 0.88 -craquelure craquelure NOM f s 0.14 1.15 0.14 0.27 -craquelures craquelure NOM f p 0.14 1.15 0.00 0.88 -craquelés craquelé ADJ m p 0.12 2.57 0.00 0.47 -craquement craquement NOM m s 2.48 13.45 1.17 7.36 -craquements craquement NOM m p 2.48 13.45 1.31 6.08 -craquent craquer VER 21.23 37.16 0.79 2.03 ind:pre:3p; -craquer craquer VER 21.23 37.16 8.52 15.74 inf; -craquera craquer VER 21.23 37.16 0.79 0.07 ind:fut:3s; -craqueraient craquer VER 21.23 37.16 0.01 0.07 cnd:pre:3p; -craquerait craquer VER 21.23 37.16 0.13 0.14 cnd:pre:3s; -craqueras craquer VER 21.23 37.16 0.04 0.07 ind:fut:2s; -craqueront craquer VER 21.23 37.16 0.16 0.14 ind:fut:3p; -craques craquer VER 21.23 37.16 1.07 0.14 ind:pre:2s; -craquette craqueter VER 0.02 0.07 0.02 0.07 ind:pre:3s; -craquez craquer VER 21.23 37.16 0.15 0.07 imp:pre:2p;ind:pre:2p; -craquiez craquer VER 21.23 37.16 0.12 0.00 ind:imp:2p; -craquèlement craquèlement NOM m s 0.00 0.14 0.00 0.14 -craquèrent craquer VER 21.23 37.16 0.00 0.47 ind:pas:3p; -craqué craquer VER m s 21.23 37.16 4.39 3.04 par:pas; -craquée craquer VER f s 21.23 37.16 0.17 0.00 par:pas; -craquées craquer VER f p 21.23 37.16 0.00 0.07 par:pas; -crase crase NOM f s 0.01 0.00 0.01 0.00 -crash_test crash_test NOM m s 0.02 0.00 0.02 0.00 -crash crash NOM m s 6.68 0.07 6.68 0.07 -crashe crasher VER 1.52 0.00 0.13 0.00 imp:pre:2s;ind:pre:1s;ind:pre:3s; -crasher crasher VER 1.52 0.00 0.36 0.00 inf; -crashes crashe NOM m p 0.02 0.00 0.02 0.00 -crashé crasher VER m s 1.52 0.00 0.97 0.00 par:pas; -crashée crasher VER f s 1.52 0.00 0.06 0.00 par:pas; -craspec craspec ADJ m s 0.00 0.07 0.00 0.07 -crasse crasse NOM f s 3.29 13.45 3.16 13.11 -crasses crasse NOM f p 3.29 13.45 0.14 0.34 -crasseuse crasseux ADJ f s 2.08 11.01 0.27 2.64 -crasseuses crasseux ADJ f p 2.08 11.01 0.06 1.22 -crasseux crasseux ADJ m 2.08 11.01 1.75 7.16 -crassier crassier NOM m s 0.04 0.07 0.04 0.00 -crassiers crassier NOM m p 0.04 0.07 0.00 0.07 -crassula crassula NOM f s 0.00 0.14 0.00 0.14 -crataegus crataegus NOM m 0.00 0.07 0.00 0.07 -cratère cratère NOM m s 2.79 4.66 2.13 3.11 -cratères cratère NOM m p 2.79 4.66 0.66 1.55 -cravachais cravacher VER 0.37 0.88 0.00 0.07 ind:imp:1s; -cravachait cravacher VER 0.37 0.88 0.10 0.20 ind:imp:3s; -cravachant cravacher VER 0.37 0.88 0.00 0.14 par:pre; -cravache cravache NOM f s 0.58 3.72 0.56 3.58 -cravacher cravacher VER 0.37 0.88 0.16 0.34 inf; -cravaches cravache NOM f p 0.58 3.72 0.02 0.14 -cravaché cravacher VER m s 0.37 0.88 0.04 0.00 par:pas; -cravachées cravacher VER f p 0.37 0.88 0.00 0.07 par:pas; -cravant cravant NOM m s 0.00 0.27 0.00 0.07 -cravants cravant NOM m p 0.00 0.27 0.00 0.20 -cravatage cravatage NOM m s 0.00 0.07 0.00 0.07 -cravatait cravater VER 0.21 3.31 0.00 0.14 ind:imp:3s; -cravate cravate NOM f s 17.92 34.12 15.99 27.70 -cravater cravater VER 0.21 3.31 0.03 0.54 inf; -cravates cravate NOM f p 17.92 34.12 1.93 6.42 -cravateur cravateur NOM m s 0.00 0.14 0.00 0.14 -cravatière cravatier NOM f s 0.00 0.07 0.00 0.07 -cravaté cravater VER m s 0.21 3.31 0.06 1.01 par:pas; -cravatée cravater VER f s 0.21 3.31 0.00 0.14 par:pas; -cravatées cravater VER f p 0.21 3.31 0.00 0.14 par:pas; -cravatés cravater VER m p 0.21 3.31 0.03 0.74 par:pas; -crawl crawl NOM m s 0.00 0.74 0.00 0.74 -crawlait crawler VER 0.00 0.20 0.00 0.07 ind:imp:3s; -crawlant crawler VER 0.00 0.20 0.00 0.14 par:pre; -crawlé crawlé ADJ m s 0.00 0.07 0.00 0.07 -crayeuse crayeux ADJ f s 0.03 1.96 0.00 0.61 -crayeuses crayeux ADJ f p 0.03 1.96 0.01 0.34 -crayeux crayeux ADJ m 0.03 1.96 0.01 1.01 -crayon_encre crayon_encre NOM m s 0.00 0.27 0.00 0.27 -crayon crayon NOM m s 10.97 30.47 8.08 25.47 -crayonna crayonner VER 0.14 1.82 0.00 0.07 ind:pas:3s; -crayonnage crayonnage NOM m s 0.00 0.14 0.00 0.07 -crayonnages crayonnage NOM m p 0.00 0.14 0.00 0.07 -crayonnait crayonner VER 0.14 1.82 0.03 0.54 ind:imp:3s; -crayonnant crayonner VER 0.14 1.82 0.00 0.34 par:pre; -crayonne crayonner VER 0.14 1.82 0.11 0.20 imp:pre:2s;ind:pre:1s;ind:pre:3s; -crayonner crayonner VER 0.14 1.82 0.00 0.27 inf; -crayonneur crayonneur NOM m s 0.00 0.14 0.00 0.07 -crayonneurs crayonneur NOM m p 0.00 0.14 0.00 0.07 -crayonnez crayonner VER 0.14 1.82 0.00 0.07 ind:pre:2p; -crayonné crayonner VER m s 0.14 1.82 0.00 0.14 par:pas; -crayonnées crayonner VER f p 0.14 1.82 0.00 0.14 par:pas; -crayonnés crayonner VER m p 0.14 1.82 0.00 0.07 par:pas; -crayon_feutre crayon_feutre NOM m p 0.00 0.14 0.00 0.14 -crayons crayon NOM m p 10.97 30.47 2.88 5.00 -credo credo NOM m 0.78 2.84 0.78 2.84 -creek creek NOM m s 0.78 0.34 0.77 0.27 -creeks creek NOM m p 0.78 0.34 0.01 0.07 -crematorium crematorium NOM m s 0.22 0.00 0.22 0.00 -crescendo crescendo ADV 0.46 0.61 0.46 0.61 -cresson cresson NOM m s 0.24 1.01 0.24 0.95 -cressonnette cressonnette NOM f s 0.00 0.07 0.00 0.07 -cressonnière cressonnière NOM f s 0.00 0.14 0.00 0.07 -cressonnières cressonnière NOM f p 0.00 0.14 0.00 0.07 -cressons cresson NOM m p 0.24 1.01 0.00 0.07 -creton creton NOM m s 0.01 1.69 0.01 0.00 -cretonne creton NOM f s 0.01 1.69 0.00 1.55 -cretonnes creton NOM f p 0.01 1.69 0.00 0.07 -cretons creton NOM m p 0.01 1.69 0.00 0.07 -creusa creuser VER 25.11 64.19 0.26 1.96 ind:pas:3s; -creusai creuser VER 25.11 64.19 0.01 0.07 ind:pas:1s; -creusaient creuser VER 25.11 64.19 0.24 3.24 ind:imp:3p; -creusais creuser VER 25.11 64.19 0.36 0.81 ind:imp:1s;ind:imp:2s; -creusait creuser VER 25.11 64.19 0.32 7.36 ind:imp:3s; -creusant creuser VER 25.11 64.19 0.50 3.45 par:pre; -creusas creuser VER 25.11 64.19 0.00 0.07 ind:pas:2s; -creusassent creuser VER 25.11 64.19 0.00 0.07 sub:imp:3p; -creuse creuser VER 25.11 64.19 3.67 5.74 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -creusement creusement NOM m s 0.00 0.41 0.00 0.34 -creusements creusement NOM m p 0.00 0.41 0.00 0.07 -creusent creuser VER 25.11 64.19 0.86 3.24 ind:pre:3p; -creuser creuser VER 25.11 64.19 10.34 11.82 inf; -creusera creuser VER 25.11 64.19 0.09 0.14 ind:fut:3s; -creuserai creuser VER 25.11 64.19 0.58 0.14 ind:fut:1s; -creuseraient creuser VER 25.11 64.19 0.01 0.14 cnd:pre:3p; -creuserais creuser VER 25.11 64.19 0.03 0.00 cnd:pre:1s; -creuserait creuser VER 25.11 64.19 0.09 0.14 cnd:pre:3s; -creuseras creuser VER 25.11 64.19 0.15 0.20 ind:fut:2s; -creuserez creuser VER 25.11 64.19 0.05 0.00 ind:fut:2p; -creuserons creuser VER 25.11 64.19 0.02 0.00 ind:fut:1p; -creuseront creuser VER 25.11 64.19 0.07 0.14 ind:fut:3p; -creuses creux ADJ f p 5.90 25.14 0.97 7.16 -creuset creuset NOM m s 0.21 1.15 0.21 1.08 -creusets creuset NOM m p 0.21 1.15 0.00 0.07 -creuseur creuseur NOM m s 0.01 0.07 0.01 0.07 -creusez creuser VER 25.11 64.19 1.88 0.54 imp:pre:2p;ind:pre:2p; -creusiez creuser VER 25.11 64.19 0.06 0.00 ind:imp:2p; -creusions creuser VER 25.11 64.19 0.01 0.07 ind:imp:1p; -creusons creuser VER 25.11 64.19 0.26 0.54 imp:pre:1p;ind:pre:1p; -creusèrent creuser VER 25.11 64.19 0.03 0.68 ind:pas:3p; -creusé creuser VER m s 25.11 64.19 3.35 11.01 par:pas; -creusée creuser VER f s 25.11 64.19 0.55 5.47 par:pas; -creusées creuser VER f p 25.11 64.19 0.36 3.92 par:pas; -creusés creuser VER m p 25.11 64.19 0.13 3.24 par:pas; -creux creux ADJ m 5.90 25.14 3.32 12.64 -creva crever VER 64.95 81.55 0.03 1.42 ind:pas:3s; -crevage crevage NOM m s 0.00 0.07 0.00 0.07 -crevaient crever VER 64.95 81.55 0.12 1.82 ind:imp:3p; -crevais crever VER 64.95 81.55 0.17 1.22 ind:imp:1s;ind:imp:2s; -crevaison crevaison NOM f s 0.63 0.20 0.60 0.14 -crevaisons crevaison NOM f p 0.63 0.20 0.03 0.07 -crevait crever VER 64.95 81.55 0.34 4.19 ind:imp:3s; -crevant crevant ADJ m s 1.03 0.74 0.74 0.61 -crevante crevant ADJ f s 1.03 0.74 0.29 0.07 -crevants crevant ADJ m p 1.03 0.74 0.00 0.07 -crevard crevard NOM m s 0.29 0.74 0.04 0.20 -crevarde crevard NOM f s 0.29 0.74 0.00 0.20 -crevards crevard NOM m p 0.29 0.74 0.26 0.34 -crevasse crevasse NOM f s 1.16 4.86 0.92 2.30 -crevassent crevasser VER 0.06 2.57 0.00 0.14 ind:pre:3p; -crevasser crevasser VER 0.06 2.57 0.00 0.14 inf; -crevasses crevasse NOM f p 1.16 4.86 0.24 2.57 -crevassé crevasser VER m s 0.06 2.57 0.01 0.41 par:pas; -crevassée crevasser VER f s 0.06 2.57 0.03 0.47 par:pas; -crevassées crevasser VER f p 0.06 2.57 0.01 0.88 par:pas; -crevassés crevasser VER m p 0.06 2.57 0.00 0.47 par:pas; -crever crever VER 64.95 81.55 25.27 29.05 ind:imp:3s;inf; -crevette crevette NOM f s 9.03 5.00 1.13 1.62 -crevettes crevette NOM f p 9.03 5.00 7.90 3.38 -crevettier crevettier NOM m s 0.16 0.00 0.12 0.00 -crevettiers crevettier NOM m p 0.16 0.00 0.04 0.00 -crevez crever VER 64.95 81.55 0.74 0.27 imp:pre:2p;ind:pre:2p; -creviez crever VER 64.95 81.55 0.04 0.07 ind:imp:2p; -crevions crever VER 64.95 81.55 0.00 0.07 ind:imp:1p; -crevons crever VER 64.95 81.55 0.27 0.07 imp:pre:1p;ind:pre:1p; -crevât crever VER 64.95 81.55 0.00 0.07 sub:imp:3s; -crevotant crevoter VER 0.00 0.07 0.00 0.07 par:pre; -crevèrent crever VER 64.95 81.55 0.00 0.34 ind:pas:3p; -crevé crever VER m s 64.95 81.55 9.34 8.65 par:pas; -crevée crever VER f s 64.95 81.55 5.10 4.12 par:pas; -crevées crever VER f p 64.95 81.55 0.47 1.22 par:pas; -crevure crevure NOM f s 0.52 0.34 0.47 0.34 -crevures crevure NOM f p 0.52 0.34 0.04 0.00 -crevés crever VER m p 64.95 81.55 1.84 6.96 par:pas; -cri cri NOM m s 45.58 155.41 18.79 71.55 -cria crier VER 116.93 239.73 1.20 55.74 ind:pas:3s; -criai crier VER 116.93 239.73 0.02 2.57 ind:pas:1s; -criaient crier VER 116.93 239.73 2.05 9.05 ind:imp:3p; -criaillaient criailler VER 0.23 0.88 0.10 0.14 ind:imp:3p; -criaillait criailler VER 0.23 0.88 0.00 0.14 ind:imp:3s; -criaillant criailler VER 0.23 0.88 0.00 0.27 par:pre; -criaillement criaillement NOM m s 0.00 0.07 0.00 0.07 -criaillent criailler VER 0.23 0.88 0.14 0.14 ind:pre:3p; -criailler criailler VER 0.23 0.88 0.00 0.20 inf; -criaillerie criaillerie NOM f s 0.00 1.69 0.00 0.20 -criailleries criaillerie NOM f p 0.00 1.69 0.00 1.49 -criais crier VER 116.93 239.73 1.89 2.09 ind:imp:1s;ind:imp:2s; -criait crier VER 116.93 239.73 6.37 26.35 ind:imp:3s; -criant crier VER 116.93 239.73 3.82 20.95 par:pre; -criante criant ADJ f s 0.38 3.51 0.06 0.68 -criantes criant ADJ f p 0.38 3.51 0.14 0.20 -criard criard ADJ m s 0.95 6.49 0.17 1.49 -criarde criard ADJ f s 0.95 6.49 0.31 1.69 -criardes criard ADJ f p 0.95 6.49 0.23 1.96 -criards criard ADJ m p 0.95 6.49 0.23 1.35 -crib crib NOM m s 0.04 0.00 0.04 0.00 -cribla cribler VER 1.86 6.69 0.01 0.07 ind:pas:3s; -criblage criblage NOM m s 0.03 0.14 0.03 0.14 -criblaient cribler VER 1.86 6.69 0.00 0.47 ind:imp:3p; -criblait cribler VER 1.86 6.69 0.00 0.20 ind:imp:3s; -criblant cribler VER 1.86 6.69 0.00 0.74 par:pre; -crible crible NOM m s 0.92 1.15 0.91 1.08 -criblent cribler VER 1.86 6.69 0.00 0.20 ind:pre:3p; -cribler cribler VER 1.86 6.69 0.07 0.20 inf; -cribles crible NOM m p 0.92 1.15 0.01 0.07 -criblé cribler VER m s 1.86 6.69 0.92 2.09 par:pas; -criblée cribler VER f s 1.86 6.69 0.20 1.01 par:pas; -criblées cribler VER f p 1.86 6.69 0.16 0.61 par:pas; -criblés cribler VER m p 1.86 6.69 0.26 0.61 par:pas; -cric_crac cric_crac ONO 0.00 0.07 0.00 0.07 -cric cric NOM m s 1.20 1.42 1.18 1.08 -cricket cricket NOM m s 2.94 0.41 2.92 0.41 -crickets cricket NOM m p 2.94 0.41 0.02 0.00 -cricoïde cricoïde ADJ s 0.12 0.00 0.12 0.00 -cricri cricri NOM m s 0.28 1.42 0.28 1.28 -cricris cricri NOM m p 0.28 1.42 0.00 0.14 -crics cric NOM m p 1.20 1.42 0.03 0.34 -crie crier VER 116.93 239.73 35.65 40.81 imp:pre:2s;ind:pre:1s;ind:pre:3s; -crient crier VER 116.93 239.73 5.35 5.61 ind:pre:3p; -crier crier VER 116.93 239.73 31.48 47.30 inf; -criera crier VER 116.93 239.73 0.75 0.20 ind:fut:3s; -crierai crier VER 116.93 239.73 0.99 0.27 ind:fut:1s; -crieraient crier VER 116.93 239.73 0.03 0.20 cnd:pre:3p; -crierais crier VER 116.93 239.73 0.28 0.00 cnd:pre:1s;cnd:pre:2s; -crierait crier VER 116.93 239.73 0.07 0.81 cnd:pre:3s; -crieras crier VER 116.93 239.73 0.34 0.20 ind:fut:2s; -crieront crier VER 116.93 239.73 0.42 0.14 ind:fut:3p; -cries crier VER 116.93 239.73 5.64 0.41 ind:pre:2s;sub:pre:2s; -crieur crieur NOM m s 0.34 2.09 0.27 0.95 -crieurs crieur NOM m p 0.34 2.09 0.04 1.08 -crieuse crieur NOM f s 0.34 2.09 0.03 0.07 -criez crier VER 116.93 239.73 6.57 0.74 imp:pre:2p;ind:pre:2p; -criions crier VER 116.93 239.73 0.00 0.14 ind:imp:1p; -crime crime NOM m s 104.07 45.07 81.77 29.32 -crimes crime NOM m p 104.07 45.07 22.30 15.74 -criminaliser criminaliser VER 0.03 0.00 0.03 0.00 inf; -criminaliste criminaliste NOM s 0.10 0.00 0.10 0.00 -criminalistique criminalistique ADJ s 0.01 0.00 0.01 0.00 -criminalité criminalité NOM f s 1.91 0.61 1.91 0.61 -criminel criminel NOM m s 35.49 8.04 17.37 3.45 -criminelle criminel ADJ f s 18.17 8.45 6.36 3.11 -criminellement criminellement ADV 0.02 0.07 0.02 0.07 -criminelles criminel ADJ f p 18.17 8.45 0.94 1.15 -criminels criminel NOM m p 35.49 8.04 13.90 3.38 -criminologie criminologie NOM f s 0.48 0.07 0.48 0.07 -criminologiste criminologiste NOM s 0.03 0.14 0.03 0.14 -criminologue criminologue NOM s 0.35 0.00 0.30 0.00 -criminologues criminologue NOM p 0.35 0.00 0.05 0.00 -crin crin NOM m s 0.46 6.22 0.32 3.92 -crincrin crincrin NOM m s 0.05 0.27 0.04 0.20 -crincrins crincrin NOM m p 0.05 0.27 0.01 0.07 -crinière crinière NOM f s 2.28 10.27 2.27 8.92 -crinières crinière NOM f p 2.28 10.27 0.01 1.35 -crinoline crinoline NOM f s 0.15 0.47 0.15 0.14 -crinolines crinoline NOM f p 0.15 0.47 0.00 0.34 -crins crin NOM m p 0.46 6.22 0.14 2.30 -crions crier VER 116.93 239.73 0.79 0.14 imp:pre:1p;ind:pre:1p; -criât crier VER 116.93 239.73 0.00 0.34 sub:imp:3s; -crique crique NOM f s 1.10 5.20 1.06 3.78 -criques crique NOM f p 1.10 5.20 0.04 1.42 -criquet criquet NOM m s 1.29 2.36 0.57 0.34 -criquets criquet NOM m p 1.29 2.36 0.72 2.03 -cris_craft cris_craft NOM m s 0.00 0.07 0.00 0.07 -cris cri NOM m p 45.58 155.41 26.79 83.85 -crise crise NOM f s 50.15 49.73 43.51 37.97 -crises crise NOM f p 50.15 49.73 6.64 11.76 -crispa crisper VER 2.05 30.41 0.00 2.36 ind:pas:3s; -crispai crisper VER 2.05 30.41 0.00 0.14 ind:pas:1s; -crispaient crisper VER 2.05 30.41 0.00 1.01 ind:imp:3p; -crispait crisper VER 2.05 30.41 0.01 3.18 ind:imp:3s; -crispant crispant ADJ m s 0.07 0.41 0.06 0.27 -crispante crispant ADJ f s 0.07 0.41 0.00 0.07 -crispantes crispant ADJ f p 0.07 0.41 0.01 0.07 -crispation crispation NOM f s 0.04 3.92 0.04 3.31 -crispations crispation NOM f p 0.04 3.92 0.00 0.61 -crispe crisper VER 2.05 30.41 0.39 2.64 imp:pre:2s;ind:pre:1s;ind:pre:3s; -crispent crisper VER 2.05 30.41 0.14 0.41 ind:pre:3p; -crisper crisper VER 2.05 30.41 0.33 1.28 inf; -crispes crisper VER 2.05 30.41 0.00 0.14 ind:pre:2s; -crispin crispin NOM m s 0.10 0.20 0.10 0.20 -crispèrent crisper VER 2.05 30.41 0.00 0.41 ind:pas:3p; -crispé crisper VER m s 2.05 30.41 0.53 6.28 par:pas; -crispée crisper VER f s 2.05 30.41 0.50 5.00 par:pas; -crispées crisper VER f p 2.05 30.41 0.02 3.51 par:pas; -crispés crisper VER m p 2.05 30.41 0.13 3.24 par:pas; -crissa crisser VER 1.46 11.49 0.00 0.41 ind:pas:3s; -crissaient crisser VER 1.46 11.49 0.01 1.62 ind:imp:3p; -crissait crisser VER 1.46 11.49 0.00 1.62 ind:imp:3s; -crissant crisser VER 1.46 11.49 0.02 2.09 par:pre; -crisse crisser VER 1.46 11.49 1.29 1.82 imp:pre:2s;ind:pre:1s;ind:pre:3s; -crissement crissement NOM m s 1.77 9.32 1.18 7.77 -crissements crissement NOM m p 1.77 9.32 0.59 1.55 -crissent crisser VER 1.46 11.49 0.02 0.95 ind:pre:3p; -crisser crisser VER 1.46 11.49 0.09 2.57 inf; -crissèrent crisser VER 1.46 11.49 0.00 0.20 ind:pas:3p; -crissé crisser VER m s 1.46 11.49 0.02 0.20 par:pas; -cristal cristal NOM m s 10.22 18.51 6.34 13.72 -cristallerie cristallerie NOM f s 0.01 0.07 0.01 0.00 -cristalleries cristallerie NOM f p 0.01 0.07 0.00 0.07 -cristallin cristallin ADJ m s 0.35 4.59 0.04 1.69 -cristalline cristallin ADJ f s 0.35 4.59 0.26 1.82 -cristallines cristallin ADJ f p 0.35 4.59 0.05 0.54 -cristallins cristallin NOM m p 0.17 0.74 0.14 0.00 -cristallisaient cristalliser VER 0.41 2.03 0.00 0.07 ind:imp:3p; -cristallisait cristalliser VER 0.41 2.03 0.00 0.14 ind:imp:3s; -cristallisation cristallisation NOM f s 0.20 0.27 0.20 0.27 -cristallise cristalliser VER 0.41 2.03 0.01 0.41 ind:pre:3s; -cristallisent cristalliser VER 0.41 2.03 0.14 0.20 ind:pre:3p; -cristalliser cristalliser VER 0.41 2.03 0.13 0.34 inf; -cristallisera cristalliser VER 0.41 2.03 0.01 0.00 ind:fut:3s; -cristallisèrent cristalliser VER 0.41 2.03 0.00 0.14 ind:pas:3p; -cristallisé cristalliser VER m s 0.41 2.03 0.09 0.34 par:pas; -cristallisée cristallisé ADJ f s 0.18 0.14 0.14 0.00 -cristallisées cristallisé ADJ f p 0.18 0.14 0.00 0.07 -cristallisés cristalliser VER m p 0.41 2.03 0.01 0.07 par:pas; -cristalloïde cristalloïde NOM s 0.03 0.00 0.03 0.00 -cristallographie cristallographie NOM f s 0.00 0.07 0.00 0.07 -cristallomancie cristallomancie NOM f s 0.02 0.00 0.02 0.00 -cristaux cristal NOM m p 10.22 18.51 3.88 4.80 -cristi cristi ONO 0.15 0.07 0.15 0.07 -crièrent crier VER 116.93 239.73 0.06 1.89 ind:pas:3p; -criticaillent criticailler VER 0.00 0.07 0.00 0.07 ind:pre:3p; -critiqua critiquer VER 10.38 7.43 0.01 0.14 ind:pas:3s; -critiquable critiquable ADJ s 0.02 0.07 0.01 0.07 -critiquables critiquable ADJ p 0.02 0.07 0.01 0.00 -critiquaient critiquer VER 10.38 7.43 0.04 0.14 ind:imp:3p; -critiquais critiquer VER 10.38 7.43 0.38 0.14 ind:imp:1s;ind:imp:2s; -critiquait critiquer VER 10.38 7.43 0.58 0.95 ind:imp:3s; -critiquant critiquer VER 10.38 7.43 0.06 0.20 par:pre; -critique critique ADJ s 9.34 10.47 7.83 8.85 -critiquent critiquer VER 10.38 7.43 0.18 0.00 ind:pre:3p; -critiquer critiquer VER 10.38 7.43 4.39 3.51 inf; -critiquera critiquer VER 10.38 7.43 0.09 0.00 ind:fut:3s; -critiquerais critiquer VER 10.38 7.43 0.01 0.07 cnd:pre:1s; -critiquerait critiquer VER 10.38 7.43 0.00 0.07 cnd:pre:3s; -critiqueras critiquer VER 10.38 7.43 0.01 0.00 ind:fut:2s; -critiques critique NOM p 13.93 20.54 7.24 9.39 -critiquez critiquer VER 10.38 7.43 0.54 0.00 imp:pre:2p;ind:pre:2p; -critiquiez critiquer VER 10.38 7.43 0.03 0.00 ind:imp:2p; -critiquons critiquer VER 10.38 7.43 0.03 0.00 imp:pre:1p; -critiquât critiquer VER 10.38 7.43 0.00 0.07 sub:imp:3s; -critiqué critiquer VER m s 10.38 7.43 0.96 0.74 par:pas; -critiquée critiquer VER f s 10.38 7.43 0.18 0.07 par:pas; -critiquées critiquer VER f p 10.38 7.43 0.05 0.07 par:pas; -critiqués critiquer VER m p 10.38 7.43 0.08 0.07 par:pas; -critère critère NOM m s 3.55 1.89 1.06 0.54 -critères critère NOM m p 3.55 1.89 2.49 1.35 -critérium critérium NOM m s 0.38 0.34 0.38 0.27 -critériums critérium NOM m p 0.38 0.34 0.00 0.07 -crié crier VER m s 116.93 239.73 13.00 23.04 par:pas; -criée crier VER f s 116.93 239.73 0.17 0.07 par:pas; -criées crier VER f p 116.93 239.73 0.00 0.07 par:pas; -criés crier VER m p 116.93 239.73 0.01 0.61 par:pas; -croîs croître VER 4.79 10.34 0.01 0.00 ind:pre:1s; -croît croître VER 4.79 10.34 1.20 1.55 ind:pre:3s; -croîtraient croître VER 4.79 10.34 0.00 0.07 cnd:pre:3p; -croîtrait croître VER 4.79 10.34 0.01 0.07 cnd:pre:3s; -croître croître VER 4.79 10.34 1.35 2.77 inf; -croûte croûte NOM f s 5.81 17.30 5.07 12.23 -croûter croûter VER 0.30 1.01 0.07 0.61 inf; -croûtes croûte NOM f p 5.81 17.30 0.74 5.07 -croûteuse croûteux ADJ f s 0.03 0.68 0.00 0.20 -croûteuses croûteux ADJ f p 0.03 0.68 0.00 0.14 -croûteux croûteux ADJ m 0.03 0.68 0.03 0.34 -croûton croûton NOM m s 0.91 3.78 0.59 1.62 -croûtonnais croûtonner VER 0.00 0.07 0.00 0.07 ind:imp:1s; -croûtons croûton NOM m p 0.91 3.78 0.31 2.16 -croûté croûter VER m s 0.30 1.01 0.03 0.20 par:pas; -croûtée croûter VER f s 0.30 1.01 0.00 0.07 par:pas; -croûtées croûter VER f p 0.30 1.01 0.00 0.07 par:pas; -croa_croa croa_croa ADV 0.00 0.41 0.00 0.27 -croa_croa croa_croa ADV 0.00 0.41 0.00 0.14 -croassa croasser VER 0.19 0.47 0.00 0.14 ind:pas:3s; -croassaient croasser VER 0.19 0.47 0.00 0.14 ind:imp:3p; -croassait croasser VER 0.19 0.47 0.00 0.07 ind:imp:3s; -croassant croassant ADJ m s 0.01 0.07 0.01 0.07 -croasse croasser VER 0.19 0.47 0.12 0.00 imp:pre:2s;ind:pre:3s; -croassement croassement NOM m s 0.02 0.27 0.02 0.07 -croassements croassement NOM m p 0.02 0.27 0.00 0.20 -croassent croasser VER 0.19 0.47 0.04 0.07 ind:pre:3p; -croasser croasser VER 0.19 0.47 0.03 0.07 inf; -croate croate ADJ s 0.93 0.54 0.51 0.34 -croates croate ADJ p 0.93 0.54 0.42 0.20 -crobard crobard NOM m s 0.00 0.27 0.00 0.27 -croc_en_jambe croc_en_jambe NOM m s 0.16 0.61 0.16 0.61 -croc croc NOM m s 3.19 7.84 0.66 1.15 -crocha crocher VER 0.01 1.08 0.00 0.14 ind:pas:3s; -crochaient crocher VER 0.01 1.08 0.00 0.20 ind:imp:3p; -crochait crocher VER 0.01 1.08 0.00 0.07 ind:imp:3s; -croche_patte croche_patte NOM m s 0.17 0.34 0.17 0.34 -croche_pied croche_pied NOM m s 0.56 0.68 0.43 0.41 -croche_pied croche_pied NOM m p 0.56 0.68 0.14 0.27 -croche croche NOM f s 0.26 0.41 0.07 0.34 -crochent crocher VER 0.01 1.08 0.00 0.07 ind:pre:3p; -crocher crocher VER 0.01 1.08 0.00 0.27 inf; -croches croche NOM f p 0.26 0.41 0.19 0.07 -crochet crochet NOM m s 10.69 15.81 8.21 9.80 -crocheta crocheter VER 0.66 1.55 0.00 0.20 ind:pas:3s; -crochetage crochetage NOM m s 0.04 0.00 0.04 0.00 -crochetaient crocheter VER 0.66 1.55 0.00 0.14 ind:imp:3p; -crochetait crocheter VER 0.66 1.55 0.00 0.14 ind:imp:3s; -crochetant crocheter VER 0.66 1.55 0.00 0.07 par:pre; -crocheter crocheter VER 0.66 1.55 0.42 0.47 inf; -crocheteur crocheteur NOM m s 0.29 0.07 0.29 0.00 -crocheteurs crocheteur NOM m p 0.29 0.07 0.00 0.07 -crochets crochet NOM m p 10.69 15.81 2.47 6.01 -crocheté crocheter VER m s 0.66 1.55 0.22 0.27 par:pas; -crochetées crocheter VER f p 0.66 1.55 0.01 0.07 par:pas; -crochetés crocheter VER m p 0.66 1.55 0.00 0.07 par:pas; -crochètent crocheter VER 0.66 1.55 0.01 0.14 ind:pre:3p; -croché crocher VER m s 0.01 1.08 0.01 0.27 par:pas; -crochu crochu ADJ m s 0.83 3.72 0.33 1.49 -crochue crochu ADJ f s 0.83 3.72 0.13 0.47 -crochées crocher VER f p 0.01 1.08 0.00 0.07 par:pas; -crochues crochu ADJ f p 0.83 3.72 0.02 0.41 -crochus crochu ADJ m p 0.83 3.72 0.35 1.35 -croco croco NOM m s 1.51 1.35 0.75 1.28 -crocodile crocodile NOM m s 9.26 5.20 6.14 4.05 -crocodiles crocodile NOM m p 9.26 5.20 3.12 1.15 -crocos croco NOM m p 1.51 1.35 0.76 0.07 -crocs_en_jambe crocs_en_jambe NOM m p 0.00 0.20 0.00 0.20 -crocs croc NOM m p 3.19 7.84 2.53 6.69 -crocus crocus NOM m 0.04 0.95 0.04 0.95 -croie croire VER 1711.99 947.23 5.43 3.85 sub:pre:1s;sub:pre:3s; -croient croire VER 1711.99 947.23 29.38 19.19 ind:pre:3p; -croies croire VER 1711.99 947.23 3.10 0.61 sub:pre:2s; -croira croire VER 1711.99 947.23 8.27 3.18 ind:fut:3s; -croirai croire VER 1711.99 947.23 2.55 1.49 ind:fut:1s; -croiraient croire VER 1711.99 947.23 0.70 0.47 cnd:pre:3p; -croirais croire VER 1711.99 947.23 4.40 2.50 cnd:pre:1s;cnd:pre:2s; -croirait croire VER 1711.99 947.23 12.22 13.72 cnd:pre:3s; -croiras croire VER 1711.99 947.23 3.87 1.28 ind:fut:2s; -croire croire VER 1711.99 947.23 193.37 167.91 inf;;inf;;inf;; -croirez croire VER 1711.99 947.23 2.77 1.82 ind:fut:2p; -croiriez croire VER 1711.99 947.23 1.71 0.88 cnd:pre:2p; -croirions croire VER 1711.99 947.23 0.00 0.34 cnd:pre:1p; -croirons croire VER 1711.99 947.23 0.17 0.14 ind:fut:1p; -croiront croire VER 1711.99 947.23 4.14 0.81 ind:fut:3p; -crois croire VER 1711.99 947.23 904.45 305.54 imp:pre:2s;ind:pre:1s;ind:pre:2s; -croisa croiser VER 28.84 76.35 0.05 9.05 ind:pas:3s; -croisade croisade NOM f s 4.21 6.15 3.23 3.18 -croisades croisade NOM f p 4.21 6.15 0.98 2.97 -croisai croiser VER 28.84 76.35 0.05 1.08 ind:pas:1s; -croisaient croiser VER 28.84 76.35 0.10 5.07 ind:imp:3p; -croisais croiser VER 28.84 76.35 0.13 1.62 ind:imp:1s;ind:imp:2s; -croisait croiser VER 28.84 76.35 0.47 6.62 ind:imp:3s; -croisant croiser VER 28.84 76.35 0.26 5.34 par:pre; -croise croiser VER 28.84 76.35 6.65 8.45 imp:pre:2s;ind:pre:1s;ind:pre:3s; -croisement croisement NOM m s 2.70 6.22 2.58 4.93 -croisements croisement NOM m p 2.70 6.22 0.12 1.28 -croisent croiser VER 28.84 76.35 1.16 5.00 ind:pre:3p; -croiser croiser VER 28.84 76.35 4.76 7.57 ind:pre:2p;inf; -croisera croiser VER 28.84 76.35 0.80 0.00 ind:fut:3s; -croiserai croiser VER 28.84 76.35 0.16 0.00 ind:fut:1s; -croiseraient croiser VER 28.84 76.35 0.05 0.20 cnd:pre:3p; -croiserais croiser VER 28.84 76.35 0.01 0.20 cnd:pre:1s; -croiserait croiser VER 28.84 76.35 0.02 0.27 cnd:pre:3s; -croiserez croiser VER 28.84 76.35 0.16 0.07 ind:fut:2p; -croiserons croiser VER 28.84 76.35 0.02 0.07 ind:fut:1p; -croiseront croiser VER 28.84 76.35 0.11 0.14 ind:fut:3p; -croises croiser VER 28.84 76.35 1.27 0.20 ind:pre:2s; -croisette croisette NOM f s 0.00 1.01 0.00 1.01 -croiseur croiseur NOM m s 2.46 4.59 1.81 1.69 -croiseurs croiseur NOM m p 2.46 4.59 0.65 2.91 -croisez croiser VER 28.84 76.35 1.42 0.20 imp:pre:2p;ind:pre:2p; -croisillon croisillon NOM m s 0.01 2.03 0.00 0.47 -croisillons croisillon NOM m p 0.01 2.03 0.01 1.55 -croisions croiser VER 28.84 76.35 0.34 0.95 ind:imp:1p; -croisière croisière NOM f s 5.47 5.81 5.05 5.07 -croisières croisière NOM f p 5.47 5.81 0.42 0.74 -croisâmes croiser VER 28.84 76.35 0.01 0.68 ind:pas:1p; -croisons croiser VER 28.84 76.35 0.30 1.22 imp:pre:1p;ind:pre:1p; -croisât croiser VER 28.84 76.35 0.00 0.07 sub:imp:3s; -croissaient croître VER 4.79 10.34 0.00 0.81 ind:imp:3p; -croissais croître VER 4.79 10.34 0.01 0.07 ind:imp:1s; -croissait croître VER 4.79 10.34 0.33 1.28 ind:imp:3s; -croissance croissance NOM f s 4.16 3.99 4.16 3.92 -croissances croissance NOM f p 4.16 3.99 0.00 0.07 -croissant croissant NOM m s 3.85 18.72 1.54 6.96 -croissante croissant ADJ f s 1.28 7.43 0.66 3.65 -croissantes croissant ADJ f p 1.28 7.43 0.02 0.47 -croissants croissant NOM m p 3.85 18.72 2.31 11.76 -croisse croître VER 4.79 10.34 0.03 0.07 sub:pre:3s; -croissent croître VER 4.79 10.34 0.33 0.27 ind:pre:3p; -croissez croître VER 4.79 10.34 0.11 0.14 imp:pre:2p; -croisèrent croiser VER 28.84 76.35 0.02 3.38 ind:pas:3p; -croisé croiser VER m s 28.84 76.35 6.38 8.24 par:pas; -croisée croiser VER f s 28.84 76.35 0.92 1.01 par:pas; -croisées croiser VER f p 28.84 76.35 0.34 4.46 par:pas; -croisés croisé ADJ m p 4.62 17.23 3.76 9.12 -croit croire VER 1711.99 947.23 68.72 60.00 ind:pre:3s; -croix croix NOM f 29.10 71.62 29.10 71.62 -cromlech cromlech NOM m s 0.02 0.14 0.02 0.07 -cromlechs cromlech NOM m p 0.02 0.14 0.00 0.07 -cromorne cromorne NOM m s 0.00 0.54 0.00 0.54 -crâna crâner VER 1.37 2.23 0.00 0.07 ind:pas:3s; -crânais crâner VER 1.37 2.23 0.14 0.14 ind:imp:1s; -crânait crâner VER 1.37 2.23 0.00 0.41 ind:imp:3s; -crânant crâner VER 1.37 2.23 0.00 0.14 par:pre; -crâne crâne NOM m s 28.60 56.82 26.88 52.23 -crânement crânement ADV 0.01 1.15 0.01 1.15 -crânent crâner VER 1.37 2.23 0.01 0.07 ind:pre:3p; -crâner crâner VER 1.37 2.23 0.40 0.88 inf; -crânerie crânerie NOM f s 0.00 0.27 0.00 0.27 -crânes crâne NOM m p 28.60 56.82 1.72 4.59 -crâneur crâneur NOM m s 0.60 0.95 0.56 0.34 -crâneurs crâneur NOM m p 0.60 0.95 0.02 0.27 -crâneuse crâneur NOM f s 0.60 0.95 0.02 0.14 -crâneuses crâneur NOM f p 0.60 0.95 0.00 0.20 -crânez crâner VER 1.37 2.23 0.01 0.07 imp:pre:2p;ind:pre:2p; -crânien crânien ADJ m s 2.36 1.15 1.58 0.14 -crânienne crânien ADJ f s 2.36 1.15 0.74 0.88 -crâniens crânien ADJ m p 2.36 1.15 0.04 0.14 -cronstadt cronstadt NOM s 0.00 0.07 0.00 0.07 -crâné crâner VER m s 1.37 2.23 0.02 0.00 par:pas; -crooner crooner NOM m s 0.25 0.14 0.23 0.07 -crooners crooner NOM m p 0.25 0.14 0.02 0.07 -croqua croquer VER 5.23 12.64 0.00 0.81 ind:pas:3s; -croquai croquer VER 5.23 12.64 0.00 0.14 ind:pas:1s; -croquaient croquer VER 5.23 12.64 0.00 0.34 ind:imp:3p; -croquais croquer VER 5.23 12.64 0.00 0.20 ind:imp:1s; -croquait croquer VER 5.23 12.64 0.02 1.01 ind:imp:3s; -croquant croquant ADJ m s 0.43 0.68 0.34 0.20 -croquante croquant ADJ f s 0.43 0.68 0.04 0.07 -croquantes croquant ADJ f p 0.43 0.68 0.03 0.20 -croquants croquant NOM m p 0.23 1.42 0.02 0.61 -croque_madame croque_madame NOM m s 0.03 0.00 0.03 0.00 -croque_mitaine croque_mitaine NOM m s 0.61 0.20 0.61 0.20 -croque_monsieur croque_monsieur NOM m 0.28 0.14 0.28 0.14 -croque_mort croque_mort NOM m s 2.20 3.31 1.81 1.28 -croque_mort croque_mort NOM m p 2.20 3.31 0.39 2.03 -croque croquer VER 5.23 12.64 1.00 1.62 imp:pre:2s;ind:pre:1s;ind:pre:3s; -croquemitaine croquemitaine NOM m s 0.39 0.47 0.39 0.34 -croquemitaines croquemitaine NOM m p 0.39 0.47 0.00 0.14 -croquemort croquemort NOM m s 0.08 0.14 0.08 0.00 -croquemorts croquemort NOM m p 0.08 0.14 0.00 0.14 -croquenots croquenot NOM m p 0.00 0.95 0.00 0.95 -croquent croquer VER 5.23 12.64 0.05 0.34 ind:pre:3p; -croquer croquer VER 5.23 12.64 2.59 3.99 inf; -croquera croquer VER 5.23 12.64 0.01 0.14 ind:fut:3s; -croquerai croquer VER 5.23 12.64 0.01 0.07 ind:fut:1s; -croqueraient croquer VER 5.23 12.64 0.01 0.07 cnd:pre:3p; -croquerais croquer VER 5.23 12.64 0.02 0.07 cnd:pre:1s; -croquerait croquer VER 5.23 12.64 0.02 0.61 cnd:pre:3s; -croquerons croquer VER 5.23 12.64 0.00 0.07 ind:fut:1p; -croques croquer VER 5.23 12.64 0.22 0.20 ind:pre:2s; -croquet croquet NOM m s 0.42 1.49 0.42 1.49 -croqueton croqueton NOM m s 0.00 0.14 0.00 0.07 -croquetons croqueton NOM m p 0.00 0.14 0.00 0.07 -croquette croquette NOM f s 2.04 0.27 0.18 0.07 -croquettes croquette NOM f p 2.04 0.27 1.86 0.20 -croqueur croqueur NOM m s 0.17 0.07 0.02 0.00 -croqueuse croqueur NOM f s 0.17 0.07 0.14 0.07 -croquez croquer VER 5.23 12.64 0.16 0.07 imp:pre:2p;ind:pre:2p; -croquignol croquignol ADJ m s 0.03 0.27 0.03 0.27 -croquignolet croquignolet ADJ m s 0.02 0.27 0.01 0.14 -croquignolets croquignolet ADJ m p 0.02 0.27 0.01 0.14 -croquis_minute croquis_minute NOM m 0.00 0.07 0.00 0.07 -croquis croquis NOM m 2.63 7.64 2.63 7.64 -croquons croquer VER 5.23 12.64 0.01 0.07 imp:pre:1p;ind:pre:1p; -croquèrent croquer VER 5.23 12.64 0.00 0.14 ind:pas:3p; -croqué croquer VER m s 5.23 12.64 0.34 1.76 par:pas; -croquée croquer VER f s 5.23 12.64 0.33 0.20 par:pas; -croquées croquer VER f p 5.23 12.64 0.10 0.07 par:pas; -croqués croquer VER m p 5.23 12.64 0.01 0.00 par:pas; -crosne crosne NOM m s 0.00 0.27 0.00 0.07 -crosnes crosne NOM m p 0.00 0.27 0.00 0.20 -cross_country cross_country NOM m s 0.05 0.34 0.05 0.34 -cross cross NOM m 0.22 0.41 0.22 0.41 -crosse crosse NOM f s 2.27 11.96 1.96 10.14 -crosser crosser VER 0.14 0.00 0.14 0.00 inf; -crosses crosse NOM f p 2.27 11.96 0.31 1.82 -crossman crossman NOM m s 0.01 0.00 0.01 0.00 -crossé crossé ADJ m s 0.00 0.07 0.00 0.07 -crotale crotale NOM m s 0.82 0.95 0.62 0.88 -crotales crotale NOM m p 0.82 0.95 0.20 0.07 -croton croton NOM m s 0.28 0.07 0.28 0.07 -crottait crotter VER 0.45 1.01 0.00 0.14 ind:imp:3s; -crotte crotte NOM f s 6.52 6.76 3.46 3.51 -crotter crotter VER 0.45 1.01 0.02 0.14 inf; -crottes crotte NOM f p 6.52 6.76 3.06 3.24 -crottin crottin NOM m s 0.58 2.57 0.57 2.30 -crottins crottin NOM m p 0.58 2.57 0.01 0.27 -crotté crotté ADJ m s 0.23 0.95 0.18 0.27 -crottée crotté ADJ f s 0.23 0.95 0.02 0.14 -crottées crotter VER f p 0.45 1.01 0.11 0.00 par:pas; -crottés crotter VER m p 0.45 1.01 0.29 0.00 par:pas; -crouillat crouillat NOM m s 0.00 0.88 0.00 0.27 -crouillats crouillat NOM m p 0.00 0.88 0.00 0.61 -crouille crouille ADV 0.00 0.07 0.00 0.07 -croula crouler VER 2.37 8.24 0.00 0.14 ind:pas:3s; -croulaient crouler VER 2.37 8.24 0.00 0.95 ind:imp:3p; -croulait crouler VER 2.37 8.24 0.14 1.22 ind:imp:3s; -croulant croulant NOM m s 0.92 0.74 0.60 0.27 -croulante croulant ADJ f s 0.80 3.72 0.26 0.81 -croulantes croulant ADJ f p 0.80 3.72 0.00 0.61 -croulants croulant NOM m p 0.92 0.74 0.33 0.20 -croule crouler VER 2.37 8.24 1.16 0.88 imp:pre:2s;ind:pre:1s;ind:pre:3s; -croulement croulement NOM m s 0.00 0.07 0.00 0.07 -croulent crouler VER 2.37 8.24 0.26 0.41 ind:pre:3p; -crouler crouler VER 2.37 8.24 0.43 2.91 inf; -croulera crouler VER 2.37 8.24 0.03 0.00 ind:fut:3s; -croulerai crouler VER 2.37 8.24 0.01 0.00 ind:fut:1s; -crouleraient crouler VER 2.37 8.24 0.00 0.07 cnd:pre:3p; -croulerait crouler VER 2.37 8.24 0.02 0.07 cnd:pre:3s; -crouleras crouler VER 2.37 8.24 0.11 0.00 ind:fut:2s; -croulerons crouler VER 2.37 8.24 0.01 0.00 ind:fut:1p; -crouleront crouler VER 2.37 8.24 0.01 0.07 ind:fut:3p; -croulons crouler VER 2.37 8.24 0.16 0.07 ind:pre:1p; -croulât crouler VER 2.37 8.24 0.00 0.07 sub:imp:3s; -croulèrent crouler VER 2.37 8.24 0.00 0.14 ind:pas:3p; -croulé crouler VER m s 2.37 8.24 0.02 0.41 par:pas; -croulée crouler VER f s 2.37 8.24 0.00 0.07 par:pas; -croulés crouler VER m p 2.37 8.24 0.00 0.07 par:pas; -croup croup NOM m s 0.14 0.61 0.09 0.61 -croupade croupade NOM f s 0.00 0.14 0.00 0.14 -croupe croupe NOM f s 0.90 14.05 0.64 10.95 -croupes croupe NOM f p 0.90 14.05 0.27 3.11 -croupi croupir VER m s 1.74 4.93 0.10 0.34 par:pas; -croupie croupi ADJ f s 0.03 1.42 0.02 1.01 -croupier croupier NOM m s 0.69 0.88 0.33 0.54 -croupiers croupier NOM m p 0.69 0.88 0.29 0.07 -croupies croupi ADJ f p 0.03 1.42 0.00 0.14 -croupion croupion NOM m s 0.52 1.08 0.37 0.88 -croupionne croupionner VER 0.00 0.07 0.00 0.07 ind:pre:3s; -croupions croupion NOM m p 0.52 1.08 0.15 0.20 -croupir croupir VER 1.74 4.93 0.86 1.49 inf; -croupira croupir VER 1.74 4.93 0.02 0.07 ind:fut:3s; -croupis croupir VER 1.74 4.93 0.15 0.07 ind:pre:1s;ind:pre:2s; -croupissaient croupir VER 1.74 4.93 0.01 0.41 ind:imp:3p; -croupissais croupir VER 1.74 4.93 0.23 0.07 ind:imp:1s;ind:imp:2s; -croupissait croupir VER 1.74 4.93 0.00 1.08 ind:imp:3s; -croupissant croupissant ADJ m s 0.01 0.81 0.01 0.20 -croupissante croupissant ADJ f s 0.01 0.81 0.00 0.47 -croupissantes croupissant ADJ f p 0.01 0.81 0.00 0.14 -croupissent croupir VER 1.74 4.93 0.16 0.27 ind:pre:3p; -croupissez croupir VER 1.74 4.93 0.01 0.00 ind:pre:2p; -croupissoir croupissoir NOM m s 0.00 0.07 0.00 0.07 -croupissure croupissure NOM f s 0.00 0.20 0.00 0.20 -croupit croupir VER 1.74 4.93 0.18 0.61 ind:pre:3s;ind:pas:3s; -croupière croupier NOM f s 0.69 0.88 0.06 0.20 -croupières croupière NOM f p 0.03 0.00 0.03 0.00 -croupon croupon NOM m s 0.00 0.20 0.00 0.20 -croustade croustade NOM f s 0.02 0.20 0.02 0.07 -croustades croustade NOM f p 0.02 0.20 0.00 0.14 -croustillaient croustiller VER 0.11 0.27 0.00 0.07 ind:imp:3p; -croustillait croustiller VER 0.11 0.27 0.00 0.07 ind:imp:3s; -croustillance croustillance NOM f s 0.00 0.07 0.00 0.07 -croustillant croustillant ADJ m s 1.93 1.96 0.95 0.47 -croustillante croustillant ADJ f s 1.93 1.96 0.45 0.61 -croustillantes croustillant ADJ f p 1.93 1.96 0.14 0.27 -croustillants croustillant ADJ m p 1.93 1.96 0.38 0.61 -croustille croustille NOM f s 0.05 0.00 0.03 0.00 -croustillent croustiller VER 0.11 0.27 0.01 0.07 ind:pre:3p; -croustilles croustille NOM f p 0.05 0.00 0.02 0.00 -croustillon croustillon NOM m s 0.00 0.20 0.00 0.07 -croustillons croustillon NOM m p 0.00 0.20 0.00 0.14 -crown crown NOM m s 0.03 0.00 0.03 0.00 -croyable croyable ADJ s 6.21 5.14 6.08 4.80 -croyables croyable ADJ p 6.21 5.14 0.14 0.34 -croyaient croire VER 1711.99 947.23 4.70 11.42 ind:imp:3p; -croyais croire VER 1711.99 947.23 162.56 57.36 ind:imp:1s;ind:imp:2s; -croyait croire VER 1711.99 947.23 22.86 73.24 ind:imp:3s; -croyance croyance NOM f s 7.95 6.55 3.30 3.38 -croyances croyance NOM f p 7.95 6.55 4.65 3.18 -croyant croire VER 1711.99 947.23 3.17 12.30 par:pre; -croyante croyant ADJ f s 3.99 5.88 1.14 1.22 -croyantes croyant NOM f p 2.99 6.96 0.01 0.27 -croyants croyant NOM m p 2.99 6.96 1.63 2.77 -croyez croire VER 1711.99 947.23 152.54 55.07 imp:pre:2p;ind:pre:2p; -croyiez croire VER 1711.99 947.23 3.63 0.81 ind:imp:2p;sub:pre:2p; -croyions croire VER 1711.99 947.23 0.69 1.76 ind:imp:1p; -croyons croire VER 1711.99 947.23 4.54 4.59 imp:pre:1p;ind:pre:1p; -crèche crèche NOM f s 3.91 9.39 3.46 8.31 -crèchent crécher VER 1.48 2.43 0.08 0.20 ind:pre:3p; -crèches crèche NOM f p 3.91 9.39 0.44 1.08 -crème crème NOM s 20.61 24.46 19.72 20.95 -crèmes crème NOM p 20.61 24.46 0.90 3.51 -crève crever VER 64.95 81.55 13.21 10.14 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -crèvent crever VER 64.95 81.55 2.01 5.47 ind:pre:3p; -crèvera crever VER 64.95 81.55 1.08 0.95 ind:fut:3s; -crèverai crever VER 64.95 81.55 0.41 0.14 ind:fut:1s; -crèveraient crever VER 64.95 81.55 0.04 0.14 cnd:pre:3p; -crèverais crever VER 64.95 81.55 0.22 0.20 cnd:pre:1s;cnd:pre:2s; -crèverait crever VER 64.95 81.55 0.24 1.01 cnd:pre:3s; -crèveras crever VER 64.95 81.55 0.55 0.47 ind:fut:2s; -crèverez crever VER 64.95 81.55 0.35 0.81 ind:fut:2p; -crèveriez crever VER 64.95 81.55 0.03 0.00 cnd:pre:2p; -crèverons crever VER 64.95 81.55 0.12 0.07 ind:fut:1p; -crèveront crever VER 64.95 81.55 0.54 0.20 ind:fut:3p; -crèves crever VER 64.95 81.55 1.98 0.34 ind:pre:2s; -cré cré ONO 0.32 1.69 0.32 1.69 -cru croire VER m s 1711.99 947.23 104.49 90.81 par:pas; -créa créer VER 85.17 54.80 2.00 1.82 ind:pas:3s; -créai créer VER 85.17 54.80 0.00 0.14 ind:pas:1s; -créaient créer VER 85.17 54.80 0.13 1.82 ind:imp:3p; -créais créer VER 85.17 54.80 0.23 0.07 ind:imp:1s;ind:imp:2s; -créait créer VER 85.17 54.80 0.82 3.65 ind:imp:3s; -créance créance NOM f s 1.09 1.55 0.32 1.22 -créances créance NOM f p 1.09 1.55 0.77 0.34 -créancier créancier NOM m s 1.42 1.42 0.50 0.07 -créanciers créancier NOM m p 1.42 1.42 0.92 1.35 -créant créer VER 85.17 54.80 1.83 1.55 par:pre; -créateur créateur NOM m s 6.53 5.88 5.13 4.59 -créateurs créateur NOM m p 6.53 5.88 1.29 1.15 -créatif créatif ADJ m s 3.50 0.20 2.30 0.14 -créatifs créatif ADJ m p 3.50 0.20 0.63 0.00 -créatine créatine NOM f s 0.13 0.00 0.13 0.00 -créatinine créatinine NOM f s 0.15 0.00 0.15 0.00 -création création NOM f s 11.15 18.72 9.74 17.50 -créationnisme créationnisme NOM m s 0.14 0.00 0.14 0.00 -créations création NOM f p 11.15 18.72 1.41 1.22 -créative créatif ADJ f s 3.50 0.20 0.48 0.07 -créatives créatif ADJ f p 3.50 0.20 0.09 0.00 -créativité créativité NOM f s 2.15 0.34 2.15 0.34 -créatrice créateur ADJ f s 2.80 4.86 1.00 1.89 -créatrices créateur ADJ f p 2.80 4.86 0.14 0.14 -créature créature NOM f s 35.22 27.23 20.41 15.41 -créatures créature NOM f p 35.22 27.23 14.81 11.82 -cruauté cruauté NOM f s 5.80 15.88 5.70 14.32 -cruautés cruauté NOM f p 5.80 15.88 0.11 1.55 -crécelle crécelle NOM f s 0.07 1.82 0.03 1.35 -crécelles crécelle NOM f p 0.07 1.82 0.03 0.47 -crécerelle crécerelle NOM f s 0.04 0.20 0.02 0.14 -crécerelles crécerelle NOM f p 0.04 0.20 0.02 0.07 -créchaient crécher VER 1.48 2.43 0.00 0.07 ind:imp:3p; -créchait crécher VER 1.48 2.43 0.07 0.27 ind:imp:3s; -créchant crécher VER 1.48 2.43 0.00 0.07 par:pre; -cruche cruche NOM f s 3.04 4.46 2.92 3.92 -crécher crécher VER 1.48 2.43 0.46 0.54 inf; -cruches cruche NOM f p 3.04 4.46 0.12 0.54 -cruchon cruchon NOM m s 0.05 0.81 0.05 0.68 -cruchons cruchon NOM m p 0.05 0.81 0.00 0.14 -crucial crucial ADJ m s 3.66 2.91 2.23 1.82 -cruciale crucial ADJ f s 3.66 2.91 0.87 0.61 -crucialement crucialement ADV 0.00 0.07 0.00 0.07 -cruciales crucial ADJ f p 3.66 2.91 0.30 0.27 -cruciaux crucial ADJ m p 3.66 2.91 0.26 0.20 -crucifia crucifier VER 4.24 2.77 0.01 0.07 ind:pas:3s; -crucifiaient crucifier VER 4.24 2.77 0.05 0.14 ind:imp:3p; -crucifiait crucifier VER 4.24 2.77 0.16 0.27 ind:imp:3s; -crucifiant crucifiant ADJ m s 0.00 0.14 0.00 0.07 -crucifiante crucifiant ADJ f s 0.00 0.14 0.00 0.07 -crucifie crucifier VER 4.24 2.77 0.17 0.20 imp:pre:2s;ind:pre:1s;ind:pre:3s; -crucifiement crucifiement NOM m s 0.00 0.20 0.00 0.20 -crucifient crucifier VER 4.24 2.77 0.04 0.07 ind:pre:3p; -crucifier crucifier VER 4.24 2.77 1.13 0.34 inf; -crucifierez crucifier VER 4.24 2.77 0.14 0.07 ind:fut:2p; -crucifieront crucifier VER 4.24 2.77 0.02 0.07 ind:fut:3p; -crucifiez crucifier VER 4.24 2.77 0.33 0.07 imp:pre:2p;ind:pre:2p; -crucifié crucifier VER m s 4.24 2.77 2.12 1.01 par:pas; -crucifiée crucifié ADJ f s 0.49 1.76 0.02 0.54 -crucifiées crucifier VER f p 4.24 2.77 0.01 0.00 par:pas; -crucifiés crucifié ADJ m p 0.49 1.76 0.14 0.27 -crucifix crucifix NOM m 1.22 7.43 1.22 7.43 -crucifixion crucifixion NOM f s 0.69 0.95 0.60 0.68 -crucifixions crucifixion NOM f p 0.69 0.95 0.09 0.27 -cruciforme cruciforme ADJ f s 0.48 0.27 0.47 0.20 -cruciformes cruciforme ADJ p 0.48 0.27 0.01 0.07 -crucifère crucifère NOM f s 0.01 0.27 0.00 0.14 -crucifères crucifère NOM f p 0.01 0.27 0.01 0.14 -cruciverbiste cruciverbiste NOM s 0.00 0.14 0.00 0.07 -cruciverbistes cruciverbiste NOM p 0.00 0.14 0.00 0.07 -crécy crécy NOM f s 0.02 0.20 0.02 0.20 -crédence crédence NOM f s 0.00 0.95 0.00 0.81 -crédences crédence NOM f p 0.00 0.95 0.00 0.14 -crédibilité crédibilité NOM f s 1.89 0.34 1.89 0.34 -crédible crédible ADJ s 3.92 0.88 3.29 0.81 -crédibles crédible ADJ p 3.92 0.88 0.63 0.07 -crédit_bail crédit_bail NOM m s 0.02 0.00 0.02 0.00 -crédit crédit NOM m s 28.21 20.27 25.82 17.57 -créditait créditer VER 0.47 0.61 0.01 0.07 ind:imp:3s; -crédite créditer VER 0.47 0.61 0.03 0.07 ind:pre:1s;ind:pre:3s; -créditent créditer VER 0.47 0.61 0.01 0.00 ind:pre:3p; -créditer créditer VER 0.47 0.61 0.08 0.07 inf; -créditeraient créditer VER 0.47 0.61 0.00 0.07 cnd:pre:3p; -créditeur créditeur NOM m s 0.22 0.14 0.21 0.00 -créditeurs créditeur NOM m p 0.22 0.14 0.01 0.14 -créditez créditer VER 0.47 0.61 0.03 0.00 imp:pre:2p; -créditrice créditeur ADJ f s 0.07 0.14 0.01 0.00 -crédits crédit NOM m p 28.21 20.27 2.38 2.70 -crédité créditer VER m s 0.47 0.61 0.23 0.14 par:pas; -crudité crudité NOM f s 0.45 1.96 0.01 1.01 -créditée créditer VER f s 0.47 0.61 0.06 0.14 par:pas; -crédités créditer VER m p 0.47 0.61 0.02 0.07 par:pas; -crudités crudité NOM f p 0.45 1.96 0.44 0.95 -crédié crédié ADV 0.04 0.20 0.04 0.20 -crédule crédule ADJ s 1.09 1.42 0.74 1.01 -crédules crédule ADJ p 1.09 1.42 0.35 0.41 -crédulité crédulité NOM f s 0.75 1.69 0.75 1.62 -crédulités crédulité NOM f p 0.75 1.69 0.00 0.07 -crée créer VER 85.17 54.80 12.93 5.88 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -crue croire VER f s 1711.99 947.23 5.06 2.64 par:pas; -cruel cruel ADJ m s 28.98 35.88 15.64 14.59 -cruelle cruel ADJ f s 28.98 35.88 9.47 11.89 -cruellement cruellement ADV 1.46 8.65 1.46 8.65 -cruelles cruel ADJ f p 28.98 35.88 1.30 4.26 -cruels cruel ADJ m p 28.98 35.88 2.56 5.14 -créent créer VER 85.17 54.80 1.68 2.09 ind:pre:3p; -créer créer VER 85.17 54.80 28.15 16.22 inf; -créera créer VER 85.17 54.80 0.50 0.14 ind:fut:3s; -créerai créer VER 85.17 54.80 0.51 0.00 ind:fut:1s; -créeraient créer VER 85.17 54.80 0.01 0.07 cnd:pre:3p; -créerais créer VER 85.17 54.80 0.21 0.07 cnd:pre:1s;cnd:pre:2s; -créerait créer VER 85.17 54.80 0.49 0.41 cnd:pre:3s; -créerez créer VER 85.17 54.80 0.03 0.00 ind:fut:2p; -créerons créer VER 85.17 54.80 0.14 0.00 ind:fut:1p; -créeront créer VER 85.17 54.80 0.09 0.00 ind:fut:3p; -crues cru ADJ f p 4.85 15.88 0.34 1.82 -créez créer VER 85.17 54.80 0.75 0.07 imp:pre:2p;ind:pre:2p; -créiez créer VER 85.17 54.80 0.04 0.00 ind:imp:2p; -créions créer VER 85.17 54.80 0.02 0.07 ind:imp:1p; -cruiser cruiser NOM m s 0.17 0.00 0.17 0.00 -crémaillère crémaillère NOM f s 1.14 1.08 1.13 1.01 -crémaillères crémaillère NOM f p 1.14 1.08 0.01 0.07 -crémant crémant ADJ m s 0.01 0.00 0.01 0.00 -crémateurs crémateur NOM m p 0.00 0.14 0.00 0.14 -crémation crémation NOM f s 0.78 0.14 0.68 0.14 -crémations crémation NOM f p 0.78 0.14 0.10 0.00 -crématoire crématoire NOM m s 0.92 0.68 0.65 0.34 -crématoires crématoire NOM m p 0.92 0.68 0.27 0.34 -crématorium crématorium NOM m s 0.81 0.54 0.81 0.54 -crumble crumble NOM m s 0.11 0.00 0.11 0.00 -crémer crémer VER 0.01 0.14 0.01 0.00 inf; -crémerie crémerie NOM f s 0.27 0.81 0.27 0.68 -crémeries crémerie NOM f p 0.27 0.81 0.00 0.14 -crémeuse crémeux ADJ f s 0.46 3.24 0.13 0.81 -crémeuses crémeux ADJ f p 0.46 3.24 0.03 0.27 -crémeux crémeux ADJ m 0.46 3.24 0.29 2.16 -crémier crémier NOM m s 0.34 1.82 0.12 0.54 -crémiers crémier NOM m p 0.34 1.82 0.01 0.20 -crémière crémier NOM f s 0.34 1.82 0.21 1.01 -crémières crémier NOM f p 0.34 1.82 0.00 0.07 -crémone crémone NOM f s 0.00 0.34 0.00 0.34 -crémés crémer VER m p 0.01 0.14 0.00 0.14 par:pas; -créneau créneau NOM m s 1.76 5.34 1.49 2.57 -créneaux créneau NOM m p 1.76 5.34 0.27 2.77 -crénelait créneler VER 0.00 0.47 0.00 0.07 ind:imp:3s; -crénelé crénelé ADJ m s 0.00 1.15 0.00 0.20 -crénelée crénelé ADJ f s 0.00 1.15 0.00 0.34 -crénelées crénelé ADJ f p 0.00 1.15 0.00 0.41 -crénelés crénelé ADJ m p 0.00 1.15 0.00 0.20 -crénom crénom ONO 0.58 0.14 0.58 0.14 -créole créole ADJ s 0.58 0.88 0.57 0.68 -créoles créole NOM p 0.66 1.01 0.14 0.14 -créolophone créolophone ADJ s 0.01 0.00 0.01 0.00 -créons créer VER 85.17 54.80 0.98 0.41 imp:pre:1p;ind:pre:1p; -créosote créosote NOM f s 0.04 0.41 0.04 0.41 -créosotée créosoter VER f s 0.00 0.07 0.00 0.07 par:pas; -créât créer VER 85.17 54.80 0.00 0.14 sub:imp:3s; -crêpage crêpage NOM m s 0.06 0.14 0.04 0.07 -crêpages crêpage NOM m p 0.06 0.14 0.01 0.07 -crêpaient crêper VER 0.27 1.01 0.00 0.14 ind:imp:3p; -crêpait crêper VER 0.27 1.01 0.00 0.20 ind:imp:3s; -crêpe crêpe NOM s 8.44 9.05 3.27 6.01 -crêpelait crêpeler VER 0.00 0.07 0.00 0.07 ind:imp:3s; -crêpelées crêpelé ADJ f p 0.00 0.20 0.00 0.07 -crêpelure crêpelure NOM f s 0.00 0.14 0.00 0.14 -crêpelés crêpelé ADJ m p 0.00 0.20 0.00 0.14 -crêper crêper VER 0.27 1.01 0.06 0.27 inf; -crêpes crêpe NOM p 8.44 9.05 5.16 3.04 -crépi crépir VER m s 0.17 1.28 0.07 0.20 par:pas; -crépie crépir VER f s 0.17 1.28 0.00 0.07 par:pas; -crépies crépir VER f p 0.17 1.28 0.00 0.34 par:pas; -crépine crépine NOM f s 0.00 0.07 0.00 0.07 -crépinette crépinette NOM f s 0.00 0.14 0.00 0.07 -crépinettes crépinette NOM f p 0.00 0.14 0.00 0.07 -crépins crépin NOM m p 0.00 0.07 0.00 0.07 -crépir crépir VER 0.17 1.28 0.00 0.07 inf; -crépis crépi NOM m p 0.14 3.31 0.14 0.27 -crépissage crépissage NOM m s 0.00 0.07 0.00 0.07 -crépissez crépir VER 0.17 1.28 0.10 0.00 ind:pre:2p; -crépita crépiter VER 1.31 10.20 0.00 0.68 ind:pas:3s; -crépitaient crépiter VER 1.31 10.20 0.00 1.42 ind:imp:3p; -crépitait crépiter VER 1.31 10.20 0.00 1.62 ind:imp:3s; -crépitant crépitant ADJ m s 0.10 1.35 0.02 0.61 -crépitante crépitant ADJ f s 0.10 1.35 0.01 0.20 -crépitantes crépitant ADJ f p 0.10 1.35 0.00 0.34 -crépitants crépitant ADJ m p 0.10 1.35 0.07 0.20 -crépitation crépitation NOM f s 0.01 0.00 0.01 0.00 -crépite crépiter VER 1.31 10.20 0.75 1.82 imp:pre:2s;ind:pre:3s; -crépitement crépitement NOM m s 0.42 8.18 0.28 7.03 -crépitements crépitement NOM m p 0.42 8.18 0.13 1.15 -crépitent crépiter VER 1.31 10.20 0.14 1.15 ind:pre:3p; -crépiter crépiter VER 1.31 10.20 0.15 1.82 inf; -crépiteront crépiter VER 1.31 10.20 0.00 0.07 ind:fut:3p; -crépitèrent crépiter VER 1.31 10.20 0.00 0.68 ind:pas:3p; -crépité crépiter VER m s 1.31 10.20 0.27 0.34 par:pas; -crépon crépon NOM m s 0.07 0.47 0.06 0.41 -crépons crépon NOM m p 0.07 0.47 0.01 0.07 -crêpé crêper VER m s 0.27 1.01 0.15 0.14 par:pas; -crépu crépu ADJ m s 0.77 2.84 0.25 0.61 -crêpée crêpé ADJ f s 0.03 0.27 0.01 0.07 -crépue crépu ADJ f s 0.77 2.84 0.20 0.68 -crépues crépu ADJ f p 0.77 2.84 0.00 0.20 -crêpés crêpé ADJ m p 0.03 0.27 0.02 0.20 -crépus crépu ADJ m p 0.77 2.84 0.33 1.35 -crépusculaire crépusculaire ADJ s 0.06 2.30 0.03 1.89 -crépusculaires crépusculaire ADJ p 0.06 2.30 0.03 0.41 -crépuscule crépuscule NOM m s 7.35 26.35 7.12 24.86 -crépuscules crépuscule NOM m p 7.35 26.35 0.23 1.49 -créquier créquier NOM m s 0.00 0.07 0.00 0.07 -crurent croire VER 1711.99 947.23 0.04 1.62 ind:pas:3p; -crus croire VER m p 1711.99 947.23 1.51 15.20 ind:pas:1s;ind:pas:2s;par:pas; -crésol crésol NOM m s 0.01 0.00 0.01 0.00 -crusse croire VER 1711.99 947.23 0.00 0.07 sub:imp:1s; -crussent croire VER 1711.99 947.23 0.00 0.07 sub:imp:3p; -crusses croire VER 1711.99 947.23 0.00 0.14 sub:imp:2s; -crustacé crustacé NOM m s 0.95 1.89 0.32 0.54 -crustacés crustacé NOM m p 0.95 1.89 0.64 1.35 -crésus crésus NOM m 0.01 0.00 0.01 0.00 -crésyl crésyl NOM m s 0.01 0.41 0.01 0.41 -crésylée crésylé ADJ f s 0.00 0.07 0.00 0.07 -crêt crêt NOM m s 0.03 0.00 0.03 0.00 -crut croire VER 1711.99 947.23 0.93 34.93 ind:pas:3s; -crétacé crétacé NOM m s 0.23 0.07 0.23 0.07 -crétacée crétacé ADJ f s 0.03 0.00 0.03 0.00 -crêtaient crêter VER 0.00 0.74 0.00 0.07 ind:imp:3p; -crête crête NOM f s 4.23 26.22 3.52 21.62 -crételle crételle NOM f s 0.00 0.14 0.00 0.14 -crêtes_de_coq crêtes_de_coq NOM f p 0.03 0.07 0.03 0.07 -crêtes crête NOM f p 4.23 26.22 0.71 4.59 -créèrent créer VER 85.17 54.80 0.13 0.20 ind:pas:3p; -crétin crétin NOM m s 33.54 8.58 25.61 4.66 -crétine crétin NOM f s 33.54 8.58 0.69 0.54 -crétinerie crétinerie NOM f s 0.04 0.14 0.03 0.07 -crétineries crétinerie NOM f p 0.04 0.14 0.01 0.07 -crétineux crétineux ADJ m 0.02 0.00 0.02 0.00 -crétinisant crétinisant ADJ m s 0.00 0.07 0.00 0.07 -crétinisation crétinisation NOM f s 0.00 0.07 0.00 0.07 -crétiniser crétiniser VER 0.01 0.20 0.01 0.00 inf; -crétinisme crétinisme NOM m s 0.01 0.41 0.01 0.41 -crétinisé crétiniser VER m s 0.01 0.20 0.00 0.20 par:pas; -crétins crétin NOM m p 33.54 8.58 7.24 3.38 -crêtions crêter VER 0.00 0.74 0.00 0.07 ind:imp:1p; -crétois crétois ADJ m s 0.01 0.88 0.01 0.27 -crétoise crétois ADJ f s 0.01 0.88 0.00 0.47 -crétoises crétois ADJ f p 0.01 0.88 0.00 0.14 -crêté crêter VER m s 0.00 0.74 0.00 0.20 par:pas; -crêtée crêter VER f s 0.00 0.74 0.00 0.14 par:pas; -crêtées crêter VER f p 0.00 0.74 0.00 0.20 par:pas; -crêtés crêter VER m p 0.00 0.74 0.00 0.07 par:pas; -créé créer VER m s 85.17 54.80 24.93 12.97 par:pas;par:pas;par:pas; -créée créer VER f s 85.17 54.80 4.58 3.65 par:pas; -créées créer VER f p 85.17 54.80 0.81 1.42 par:pas; -créés créer VER p 85.17 54.80 3.16 1.96 par:pas; -cruzeiro cruzeiro NOM m s 0.80 0.07 0.20 0.00 -cruzeiros cruzeiro NOM m p 0.80 0.07 0.60 0.07 -cryofracture cryofracture NOM f s 0.14 0.00 0.14 0.00 -cryogène cryogène ADJ s 0.11 0.00 0.11 0.00 -cryogénie cryogénie NOM f s 0.27 0.00 0.27 0.00 -cryogénique cryogénique ADJ s 0.44 0.00 0.34 0.00 -cryogéniques cryogénique ADJ p 0.44 0.00 0.10 0.00 -cryogénisation cryogénisation NOM f s 0.17 0.00 0.17 0.00 -cryonique cryonique ADJ f s 0.01 0.00 0.01 0.00 -cryotechnique cryotechnique NOM f s 0.01 0.00 0.01 0.00 -cryptage cryptage NOM m s 0.52 0.00 0.52 0.00 -crypte crypte NOM f s 2.91 3.18 2.82 2.70 -crypter crypter VER 1.56 0.34 0.01 0.00 inf; -cryptes crypte NOM f p 2.91 3.18 0.08 0.47 -cryptique cryptique ADJ m s 0.03 0.00 0.01 0.00 -cryptiques cryptique ADJ f p 0.03 0.00 0.02 0.00 -crypto crypto NOM m s 0.04 0.07 0.04 0.07 -cryptocommunistes cryptocommuniste NOM p 0.00 0.07 0.00 0.07 -cryptogame cryptogame ADJ s 0.00 0.07 0.00 0.07 -cryptogames cryptogame NOM m p 0.00 0.14 0.00 0.14 -cryptogamique cryptogamique ADJ f s 0.01 0.00 0.01 0.00 -cryptogramme cryptogramme NOM m s 0.40 0.20 0.39 0.00 -cryptogrammes cryptogramme NOM m p 0.40 0.20 0.01 0.20 -cryptographe cryptographe NOM s 0.02 0.00 0.02 0.00 -cryptographie cryptographie NOM f s 0.10 0.07 0.10 0.07 -cryptographique cryptographique ADJ s 0.03 0.00 0.03 0.00 -cryptologie cryptologie NOM f s 0.03 0.00 0.03 0.00 -cryptomère cryptomère NOM m s 0.01 0.00 0.01 0.00 -crypté crypter VER m s 1.56 0.34 0.98 0.07 par:pas; -cryptée crypter VER f s 1.56 0.34 0.23 0.00 par:pas; -cryptées crypter VER f p 1.56 0.34 0.12 0.00 par:pas; -cryptés crypter VER m p 1.56 0.34 0.22 0.07 par:pas; -csardas csardas NOM f 0.30 0.00 0.30 0.00 -cède céder VER 24.21 61.35 5.99 6.35 imp:pre:2s;ind:pre:1s;ind:pre:3s; -cèdent céder VER 24.21 61.35 0.55 1.28 ind:pre:3p; -cèdre cèdre NOM m s 0.70 3.85 0.47 2.16 -cèdres cèdre NOM m p 0.70 3.85 0.23 1.69 -cèle celer VER 0.68 0.34 0.28 0.00 imp:pre:2s;ind:pre:1s; -cène cène NOM f s 0.02 0.20 0.02 0.20 -cèpe cèpe NOM m s 0.78 1.15 0.02 0.27 -cèpes cèpe NOM m p 0.78 1.15 0.75 0.88 -cuadrilla cuadrilla NOM f s 0.00 0.74 0.00 0.68 -cuadrillas cuadrilla NOM f p 0.00 0.74 0.00 0.07 -céans céans ADV 0.32 0.34 0.32 0.34 -céara céara NOM m s 0.14 0.00 0.14 0.00 -cubage cubage NOM m s 0.14 0.34 0.14 0.27 -cubages cubage NOM m p 0.14 0.34 0.00 0.07 -cubain cubain ADJ m s 3.28 0.61 1.37 0.34 -cubaine cubain ADJ f s 3.28 0.61 1.09 0.07 -cubaines cubain ADJ f p 3.28 0.61 0.05 0.07 -cubains cubain NOM m p 2.69 0.61 1.27 0.00 -cubait cuber VER 0.32 0.54 0.00 0.07 ind:imp:3s; -cubasse cuber VER 0.32 0.54 0.00 0.34 sub:imp:1s; -cube cube NOM m s 2.81 11.76 1.58 5.74 -cubes cube NOM m p 2.81 11.76 1.24 6.01 -cubique cubique ADJ s 0.05 1.82 0.05 0.88 -cubiques cubique ADJ p 0.05 1.82 0.00 0.95 -cubisme cubisme NOM m s 0.03 0.54 0.03 0.54 -cubiste cubiste ADJ s 0.04 0.74 0.03 0.47 -cubistes cubiste ADJ m p 0.04 0.74 0.01 0.27 -cubitainer cubitainer NOM m s 0.04 0.00 0.04 0.00 -cubital cubital ADJ m s 0.04 0.00 0.01 0.00 -cubitale cubital ADJ f s 0.04 0.00 0.03 0.00 -cubitières cubitière NOM f p 0.00 0.14 0.00 0.14 -cubitus cubitus NOM m 0.20 0.14 0.20 0.14 -cucaracha cucaracha NOM f s 0.15 0.07 0.15 0.07 -cécidomyies cécidomyie NOM f p 0.00 0.07 0.00 0.07 -cécité cécité NOM f s 1.12 3.65 1.12 3.65 -cucu cucu ADJ 0.17 0.27 0.17 0.27 -cucul cucul ADJ m 0.57 0.95 0.57 0.95 -cucurbitacée cucurbitacée NOM f s 0.14 0.00 0.14 0.00 -cucurbite cucurbite NOM f s 0.01 0.14 0.01 0.00 -cucurbites cucurbite NOM f p 0.01 0.14 0.00 0.14 -cucuterie cucuterie NOM f s 0.01 0.00 0.01 0.00 -céda céder VER 24.21 61.35 0.39 4.32 ind:pas:3s; -cédai céder VER 24.21 61.35 0.00 0.68 ind:pas:1s; -cédaient céder VER 24.21 61.35 0.03 1.69 ind:imp:3p; -cédais céder VER 24.21 61.35 0.12 0.47 ind:imp:1s;ind:imp:2s; -cédait céder VER 24.21 61.35 0.18 6.28 ind:imp:3s; -cédant céder VER 24.21 61.35 0.50 3.11 par:pre; -céder céder VER 24.21 61.35 7.17 20.54 inf; -cédera céder VER 24.21 61.35 0.58 1.15 ind:fut:3s; -céderai céder VER 24.21 61.35 0.85 0.20 ind:fut:1s; -céderaient céder VER 24.21 61.35 0.02 0.14 cnd:pre:3p; -céderais céder VER 24.21 61.35 0.09 0.20 cnd:pre:1s;cnd:pre:2s; -céderait céder VER 24.21 61.35 0.19 0.68 cnd:pre:3s; -céderas céder VER 24.21 61.35 0.02 0.14 ind:fut:2s; -céderez céder VER 24.21 61.35 0.04 0.14 ind:fut:2p; -céderiez céder VER 24.21 61.35 0.10 0.07 cnd:pre:2p; -céderons céder VER 24.21 61.35 0.14 0.00 ind:fut:1p; -céderont céder VER 24.21 61.35 0.37 0.14 ind:fut:3p; -cédez céder VER 24.21 61.35 1.13 0.20 imp:pre:2p;ind:pre:2p; -cédiez céder VER 24.21 61.35 0.06 0.14 ind:imp:2p; -cédions céder VER 24.21 61.35 0.01 0.20 ind:imp:1p; -cédons céder VER 24.21 61.35 0.69 0.27 imp:pre:1p;ind:pre:1p; -cédât céder VER 24.21 61.35 0.00 0.07 sub:imp:3s; -cédrat cédrat NOM m s 0.01 0.27 0.01 0.14 -cédratier cédratier NOM m s 0.00 0.07 0.00 0.07 -cédrats cédrat NOM m p 0.01 0.27 0.00 0.14 -cédèrent céder VER 24.21 61.35 0.03 0.41 ind:pas:3p; -cédé céder VER m s 24.21 61.35 4.59 11.96 par:pas; -cédée céder VER f s 24.21 61.35 0.00 0.20 par:pas; -cédées céder VER f p 24.21 61.35 0.25 0.20 par:pas; -cédulaire cédulaire ADJ m s 0.00 0.14 0.00 0.14 -cédule cédule NOM f s 0.01 0.00 0.01 0.00 -cédés céder VER m p 24.21 61.35 0.13 0.14 par:pas; -cueillîmes cueillir VER 13.84 25.81 0.00 0.07 ind:pas:1p; -cueillaient cueillir VER 13.84 25.81 0.02 0.47 ind:imp:3p; -cueillais cueillir VER 13.84 25.81 0.34 0.27 ind:imp:1s;ind:imp:2s; -cueillaison cueillaison NOM f s 0.01 0.00 0.01 0.00 -cueillait cueillir VER 13.84 25.81 0.16 2.16 ind:imp:3s; -cueillant cueillir VER 13.84 25.81 0.14 1.08 par:pre; -cueille cueillir VER 13.84 25.81 1.91 2.30 imp:pre:2s;ind:pre:1s;ind:pre:3s; -cueillent cueillir VER 13.84 25.81 0.19 0.41 ind:pre:3p; -cueillera cueillir VER 13.84 25.81 0.11 0.07 ind:fut:3s; -cueillerai cueillir VER 13.84 25.81 0.02 0.14 ind:fut:1s; -cueillerais cueillir VER 13.84 25.81 0.01 0.00 cnd:pre:1s; -cueillerait cueillir VER 13.84 25.81 0.01 0.00 cnd:pre:3s; -cueilleras cueillir VER 13.84 25.81 0.11 0.07 ind:fut:2s; -cueilleront cueillir VER 13.84 25.81 0.02 0.00 ind:fut:3p; -cueilles cueillir VER 13.84 25.81 0.23 0.14 ind:pre:2s; -cueillette cueillette NOM f s 0.57 1.89 0.57 1.62 -cueillettes cueillette NOM f p 0.57 1.89 0.00 0.27 -cueilleur cueilleur NOM m s 0.24 0.41 0.11 0.00 -cueilleurs cueilleur NOM m p 0.24 0.41 0.12 0.34 -cueilleuse cueilleur NOM f s 0.24 0.41 0.01 0.00 -cueilleuses cueilleur NOM f p 0.24 0.41 0.00 0.07 -cueillez cueillir VER 13.84 25.81 0.73 0.14 imp:pre:2p;ind:pre:2p; -cueilli cueillir VER m s 13.84 25.81 1.34 2.30 par:pas; -cueillie cueillir VER f s 13.84 25.81 0.18 0.95 par:pas; -cueillies cueillir VER f p 13.84 25.81 1.27 1.15 par:pas; -cueillir cueillir VER 13.84 25.81 6.26 10.07 inf; -cueillirent cueillir VER 13.84 25.81 0.00 0.07 ind:pas:3p; -cueillis cueillir VER m p 13.84 25.81 0.62 1.49 ind:pas:1s;par:pas; -cueillissent cueillir VER 13.84 25.81 0.00 0.07 sub:imp:3p; -cueillit cueillir VER 13.84 25.81 0.01 2.36 ind:pas:3s; -cueillons cueillir VER 13.84 25.81 0.16 0.07 imp:pre:1p;ind:pre:1p; -cuesta cuesta NOM f s 0.39 0.20 0.39 0.20 -cueva cueva NOM f s 0.23 1.01 0.23 0.34 -cuevas cueva NOM f p 0.23 1.01 0.00 0.68 -cégep cégep NOM m s 0.54 0.00 0.54 0.00 -cégétiste cégétiste NOM s 0.00 0.14 0.00 0.07 -cégétistes cégétiste NOM p 0.00 0.14 0.00 0.07 -cui_cui cui_cui NOM m 0.15 0.34 0.15 0.34 -cuiller cuiller NOM f s 2.50 10.20 2.11 8.38 -cuilleron cuilleron NOM m s 0.00 0.07 0.00 0.07 -cuillers cuiller NOM f p 2.50 10.20 0.39 1.82 -cuillerée cuillerée NOM f s 1.15 4.46 0.90 2.70 -cuillerées cuillerée NOM f p 1.15 4.46 0.25 1.76 -cuillère cuillère NOM f s 7.30 11.89 5.18 9.80 -cuillères cuillère NOM f p 7.30 11.89 2.13 2.09 -cuir cuir NOM m s 14.25 79.19 14.11 76.08 -cuira cuire VER 21.65 20.41 0.35 0.14 ind:fut:3s; -cuirai cuire VER 21.65 20.41 0.01 0.07 ind:fut:1s; -cuirait cuire VER 21.65 20.41 0.16 0.14 cnd:pre:3s; -cuiras cuire VER 21.65 20.41 0.01 0.00 ind:fut:2s; -cuirassaient cuirasser VER 0.05 1.69 0.00 0.07 ind:imp:3p; -cuirassait cuirasser VER 0.05 1.69 0.00 0.07 ind:imp:3s; -cuirasse cuirasse NOM f s 1.07 5.14 0.77 3.72 -cuirassements cuirassement NOM m p 0.00 0.07 0.00 0.07 -cuirassent cuirasser VER 0.05 1.69 0.00 0.07 ind:pre:3p; -cuirasser cuirasser VER 0.05 1.69 0.00 0.20 inf; -cuirasses cuirasse NOM f p 1.07 5.14 0.30 1.42 -cuirassier cuirassier NOM m s 0.25 5.54 0.10 2.30 -cuirassiers cuirassier NOM m p 0.25 5.54 0.14 3.24 -cuirassé cuirassé NOM m s 1.48 2.64 1.17 1.62 -cuirassée cuirassé ADJ f s 0.18 2.77 0.00 1.08 -cuirassées cuirassé ADJ f p 0.18 2.77 0.00 0.54 -cuirassés cuirassé NOM m p 1.48 2.64 0.31 1.01 -cuire cuire VER 21.65 20.41 9.12 8.78 inf; -cuirez cuire VER 21.65 20.41 0.00 0.14 ind:fut:2p; -cuiront cuire VER 21.65 20.41 0.02 0.00 ind:fut:3p; -cuirs cuir NOM m p 14.25 79.19 0.14 3.11 -cuis cuire VER 21.65 20.41 0.97 0.34 imp:pre:2s;ind:pre:1s;ind:pre:2s; -cuisaient cuire VER 21.65 20.41 0.14 1.22 ind:imp:3p; -cuisait cuire VER 21.65 20.41 0.33 2.09 ind:imp:3s; -cuisant cuisant ADJ m s 0.49 2.57 0.30 1.08 -cuisante cuisant ADJ f s 0.49 2.57 0.02 0.81 -cuisantes cuisant ADJ f p 0.49 2.57 0.10 0.20 -cuisants cuisant ADJ m p 0.49 2.57 0.06 0.47 -cuise cuire VER 21.65 20.41 0.32 0.14 sub:pre:1s;sub:pre:3s; -cuisent cuire VER 21.65 20.41 0.10 0.95 ind:pre:3p; -cuises cuire VER 21.65 20.41 0.01 0.00 sub:pre:2s; -cuiseurs cuiseur NOM m p 0.10 0.00 0.10 0.00 -cuisez cuire VER 21.65 20.41 0.15 0.00 imp:pre:2p;ind:pre:2p; -cuisiez cuire VER 21.65 20.41 0.00 0.07 ind:imp:2p; -cuisina cuisiner VER 27.12 6.15 0.00 0.20 ind:pas:3s; -cuisinaient cuisiner VER 27.12 6.15 0.03 0.07 ind:imp:3p; -cuisinais cuisiner VER 27.12 6.15 0.38 0.07 ind:imp:1s;ind:imp:2s; -cuisinait cuisiner VER 27.12 6.15 1.09 0.74 ind:imp:3s; -cuisinant cuisiner VER 27.12 6.15 0.16 0.27 par:pre; -cuisine cuisine NOM f s 87.92 135.41 85.08 123.31 -cuisinent cuisiner VER 27.12 6.15 0.67 0.20 ind:pre:3p; -cuisiner cuisiner VER 27.12 6.15 11.98 2.36 inf; -cuisinera cuisiner VER 27.12 6.15 0.23 0.07 ind:fut:3s; -cuisinerai cuisiner VER 27.12 6.15 0.40 0.07 ind:fut:1s; -cuisinerais cuisiner VER 27.12 6.15 0.17 0.00 cnd:pre:1s;cnd:pre:2s; -cuisinerait cuisiner VER 27.12 6.15 0.02 0.14 cnd:pre:3s; -cuisineras cuisiner VER 27.12 6.15 0.07 0.00 ind:fut:2s; -cuisinerons cuisiner VER 27.12 6.15 0.12 0.00 ind:fut:1p; -cuisines cuisine NOM f p 87.92 135.41 2.84 12.09 -cuisinette cuisinette NOM f s 0.00 0.14 0.00 0.14 -cuisinez cuisiner VER 27.12 6.15 0.79 0.00 imp:pre:2p;ind:pre:2p; -cuisinier cuisinier NOM m s 15.70 26.42 6.79 6.35 -cuisiniers cuisinier NOM m p 15.70 26.42 1.25 2.84 -cuisiniez cuisiner VER 27.12 6.15 0.05 0.00 ind:imp:2p; -cuisinière cuisinier NOM f s 15.70 26.42 7.66 16.08 -cuisinières cuisinière NOM f p 0.19 0.00 0.19 0.00 -cuisinons cuisiner VER 27.12 6.15 0.09 0.00 imp:pre:1p;ind:pre:1p; -cuisiné cuisiner VER m s 27.12 6.15 2.71 0.61 par:pas; -cuisinée cuisiner VER f s 27.12 6.15 0.09 0.14 par:pas; -cuisinées cuisiner VER f p 27.12 6.15 0.02 0.07 par:pas; -cuisinés cuisiné ADJ m p 0.22 0.61 0.09 0.47 -cuisit cuire VER 21.65 20.41 0.00 0.20 ind:pas:3s; -cuisons cuire VER 21.65 20.41 0.14 0.07 imp:pre:1p;ind:pre:1p; -cuissage cuissage NOM m s 0.02 0.34 0.02 0.34 -cuissard cuissard NOM m s 0.01 1.76 0.01 0.07 -cuissardes cuissarde NOM f p 0.26 0.00 0.26 0.00 -cuissards cuissard NOM m p 0.01 1.76 0.00 0.27 -cuisse_madame cuisse_madame NOM f s 0.00 0.07 0.00 0.07 -cuisse cuisse NOM f s 12.73 69.73 4.38 21.22 -cuisseau cuisseau NOM m s 0.14 0.00 0.14 0.00 -cuisses cuisse NOM f p 12.73 69.73 8.34 48.51 -cuissette cuissette NOM f s 0.00 0.14 0.00 0.07 -cuissettes cuissette NOM f p 0.00 0.14 0.00 0.07 -cuisson cuisson NOM f s 1.39 3.38 1.38 3.04 -cuissons cuisson NOM f p 1.39 3.38 0.01 0.34 -cuissot cuissot NOM m s 0.11 0.95 0.10 0.81 -cuissots cuissot NOM m p 0.11 0.95 0.01 0.14 -cuistance cuistance NOM f s 0.00 1.96 0.00 1.82 -cuistances cuistance NOM f p 0.00 1.96 0.00 0.14 -cuistot cuistot NOM m s 2.46 4.46 2.24 2.30 -cuistots cuistot NOM m p 2.46 4.46 0.22 2.16 -cuistre cuistre NOM m s 0.11 1.55 0.10 0.74 -cuistrerie cuistrerie NOM f s 0.00 0.34 0.00 0.20 -cuistreries cuistrerie NOM f p 0.00 0.34 0.00 0.14 -cuistres cuistre NOM m p 0.11 1.55 0.01 0.81 -cuit cuire VER m s 21.65 20.41 7.39 4.59 ind:pre:3s;par:pas; -cuitant cuiter VER 0.20 0.34 0.01 0.00 par:pre; -cuite cuit ADJ f s 8.39 15.41 2.79 5.74 -cuiter cuiter VER 0.20 0.34 0.12 0.20 inf; -cuites cuit ADJ f p 8.39 15.41 1.02 3.31 -cuits cuire VER m p 21.65 20.41 2.40 1.15 par:pas; -cuité cuiter VER m s 0.20 0.34 0.07 0.14 par:pas; -cuivra cuivrer VER 0.28 1.08 0.00 0.07 ind:pas:3s; -cuivrait cuivrer VER 0.28 1.08 0.00 0.07 ind:imp:3s; -cuivre cuivre NOM m s 5.64 36.08 4.74 30.68 -cuivres cuivre NOM m p 5.64 36.08 0.90 5.41 -cuivreux cuivreux ADJ m 0.03 0.27 0.03 0.27 -cuivré cuivré ADJ m s 0.07 3.24 0.01 1.22 -cuivrée cuivrer VER f s 0.28 1.08 0.27 0.27 par:pas; -cuivrées cuivré ADJ f p 0.07 3.24 0.00 0.41 -cuivrés cuivré ADJ m p 0.07 3.24 0.01 0.47 -cul_blanc cul_blanc NOM m s 0.16 0.20 0.01 0.14 -cul_bénit cul_bénit NOM m s 0.08 0.20 0.02 0.07 -cul_cul cul_cul ADJ 0.04 0.00 0.04 0.00 -cul_de_basse_fosse cul_de_basse_fosse NOM m s 0.01 0.41 0.01 0.41 -cul_de_four cul_de_four NOM m s 0.00 0.20 0.00 0.20 -cul_de_jatte cul_de_jatte NOM m s 0.54 1.42 0.42 1.08 -cul_de_lampe cul_de_lampe NOM m s 0.01 0.20 0.01 0.14 -cul_de_plomb cul_de_plomb NOM m s 0.00 0.07 0.00 0.07 -cul_de_porc cul_de_porc NOM m s 0.02 0.00 0.02 0.00 -cul_de_poule cul_de_poule NOM m s 0.00 0.14 0.00 0.14 -cul_de_sac cul_de_sac NOM m s 0.80 1.55 0.75 1.22 -cul_terreux cul_terreux NOM m 2.23 1.28 1.60 0.41 -cul cul NOM m s 150.81 68.31 145.85 64.46 -céladon céladon NOM m s 0.22 0.47 0.22 0.47 -culasse culasse NOM f s 0.60 3.51 0.60 2.84 -culasses culasse NOM f p 0.60 3.51 0.00 0.68 -culbuta culbuter VER 1.14 5.54 0.00 0.41 ind:pas:3s; -culbutages culbutage NOM m p 0.00 0.07 0.00 0.07 -culbutaient culbuter VER 1.14 5.54 0.02 0.14 ind:imp:3p; -culbutait culbuter VER 1.14 5.54 0.11 0.68 ind:imp:3s; -culbutant culbuter VER 1.14 5.54 0.01 0.47 par:pre; -culbute culbute NOM f s 1.72 1.01 1.52 0.68 -culbutent culbuter VER 1.14 5.54 0.14 0.14 ind:pre:3p; -culbuter culbuter VER 1.14 5.54 0.57 1.49 inf; -culbuterais culbuter VER 1.14 5.54 0.01 0.00 cnd:pre:1s; -culbutes culbute NOM f p 1.72 1.01 0.20 0.34 -culbuteur culbuteur NOM m s 0.06 0.27 0.04 0.14 -culbuteurs culbuteur NOM m p 0.06 0.27 0.01 0.14 -culbuto culbuto NOM m s 0.03 0.14 0.03 0.14 -culbutèrent culbuter VER 1.14 5.54 0.00 0.07 ind:pas:3p; -culbuté culbuter VER m s 1.14 5.54 0.15 0.74 par:pas; -culbutée culbuter VER f s 1.14 5.54 0.04 0.27 par:pas; -culbutées culbuter VER f p 1.14 5.54 0.00 0.27 par:pas; -culbutés culbuter VER m p 1.14 5.54 0.01 0.20 par:pas; -cule culer VER 0.24 0.14 0.08 0.00 imp:pre:2s;ind:pre:3s; -culer culer VER 0.24 0.14 0.03 0.00 inf; -céleri céleri NOM m s 1.62 1.01 1.43 0.81 -céleris céleri NOM m p 1.62 1.01 0.19 0.20 -céleste céleste ADJ s 6.48 7.30 4.43 5.81 -célestes céleste ADJ p 6.48 7.30 2.04 1.49 -célestin célestin NOM m s 0.01 0.20 0.01 0.00 -célestins célestin NOM m p 0.01 0.20 0.00 0.20 -culex culex NOM m 0.02 0.00 0.02 0.00 -célibat célibat NOM m s 1.75 1.35 1.75 1.35 -célibataire célibataire ADJ s 13.48 4.05 11.02 3.45 -célibataires célibataire NOM p 7.69 4.86 3.15 2.64 -célimène célimène NOM f s 0.79 0.07 0.79 0.07 -culinaire culinaire ADJ s 1.60 2.36 1.14 1.22 -culinaires culinaire ADJ p 1.60 2.36 0.46 1.15 -célinien célinien ADJ m s 0.00 0.14 0.00 0.07 -célinienne célinien ADJ f s 0.00 0.14 0.00 0.07 -culmina culminer VER 0.27 1.28 0.01 0.20 ind:pas:3s; -culminait culminer VER 0.27 1.28 0.00 0.41 ind:imp:3s; -culminance culminance NOM f s 0.00 0.07 0.00 0.07 -culminant culminant ADJ m s 0.50 1.82 0.48 1.69 -culminants culminant ADJ m p 0.50 1.82 0.02 0.14 -culmination culmination NOM f s 0.02 0.34 0.02 0.34 -culmine culminer VER 0.27 1.28 0.18 0.27 ind:pre:3s; -culminent culminer VER 0.27 1.28 0.02 0.00 ind:pre:3p; -culminer culminer VER 0.27 1.28 0.03 0.20 inf; -culminé culminer VER m s 0.27 1.28 0.01 0.14 par:pas; -culons culer VER 0.24 0.14 0.00 0.07 imp:pre:1p; -culot culot NOM m s 9.73 7.23 9.24 6.76 -culots culot NOM m p 9.73 7.23 0.49 0.47 -culotte culotte NOM f s 18.14 37.30 13.34 27.70 -culotter culotter VER 0.63 1.42 0.00 0.07 inf; -culottes culotte NOM f p 18.14 37.30 4.80 9.59 -culottier culottier NOM m s 0.00 0.41 0.00 0.07 -culottiers culottier NOM m p 0.00 0.41 0.00 0.07 -culottière culottier NOM f s 0.00 0.41 0.00 0.20 -culottières culottier NOM f p 0.00 0.41 0.00 0.07 -culotté culotté ADJ m s 0.70 0.88 0.55 0.47 -culottée culotté ADJ f s 0.70 0.88 0.15 0.34 -culottées culotter VER f p 0.63 1.42 0.01 0.14 par:pas; -culottés culotté ADJ m p 0.70 0.88 0.01 0.07 -culpabilisais culpabiliser VER 5.34 0.47 0.35 0.00 ind:imp:1s; -culpabilisait culpabiliser VER 5.34 0.47 0.04 0.14 ind:imp:3s; -culpabilisant culpabiliser VER 5.34 0.47 0.02 0.00 par:pre; -culpabilisation culpabilisation NOM f s 0.01 0.20 0.01 0.20 -culpabilise culpabiliser VER 5.34 0.47 1.75 0.00 imp:pre:2s;ind:pre:1s;ind:pre:3s; -culpabilisent culpabiliser VER 5.34 0.47 0.20 0.00 ind:pre:3p; -culpabiliser culpabiliser VER 5.34 0.47 2.07 0.20 inf; -culpabiliserai culpabiliser VER 5.34 0.47 0.02 0.00 ind:fut:1s; -culpabilises culpabiliser VER 5.34 0.47 0.33 0.00 ind:pre:2s; -culpabilisez culpabiliser VER 5.34 0.47 0.25 0.00 imp:pre:2p;ind:pre:2p; -culpabilisiez culpabiliser VER 5.34 0.47 0.03 0.00 ind:imp:2p; -culpabilisons culpabiliser VER 5.34 0.47 0.03 0.00 imp:pre:1p;ind:pre:1p; -culpabilisé culpabiliser VER m s 5.34 0.47 0.22 0.00 par:pas; -culpabilisée culpabiliser VER f s 5.34 0.47 0.02 0.14 par:pas; -culpabilisés culpabiliser VER m p 5.34 0.47 0.01 0.00 par:pas; -culpabilité culpabilité NOM f s 11.57 6.22 11.57 6.22 -cul_blanc cul_blanc NOM m p 0.16 0.20 0.14 0.07 -cul_bénit cul_bénit NOM m p 0.08 0.20 0.06 0.14 -culs_de_basse_fosse culs_de_basse_fosse NOM m p 0.00 0.27 0.00 0.27 -cul_de_jatte cul_de_jatte NOM m p 0.54 1.42 0.12 0.34 -cul_de_lampe cul_de_lampe NOM m p 0.01 0.20 0.00 0.07 -cul_de_sac cul_de_sac NOM m p 0.80 1.55 0.05 0.34 -cul_terreux cul_terreux NOM m p 2.23 1.28 0.63 0.88 -culs cul NOM m p 150.81 68.31 4.96 3.85 -culte culte NOM m s 5.37 14.93 4.74 13.58 -cultes culte NOM m p 5.37 14.93 0.63 1.35 -célèbre célèbre ADJ s 31.67 33.58 25.98 24.73 -célèbrent célébrer VER 17.50 20.07 0.40 0.54 ind:pre:3p; -célèbres célèbre ADJ p 31.67 33.58 5.69 8.85 -cultiva cultiver VER 10.30 13.51 0.14 0.07 ind:pas:3s; -cultivable cultivable ADJ s 0.07 0.41 0.04 0.20 -cultivables cultivable ADJ p 0.07 0.41 0.02 0.20 -cultivai cultiver VER 10.30 13.51 0.00 0.07 ind:pas:1s; -cultivaient cultiver VER 10.30 13.51 0.12 0.41 ind:imp:3p; -cultivais cultiver VER 10.30 13.51 0.16 0.20 ind:imp:1s; -cultivait cultiver VER 10.30 13.51 0.44 1.82 ind:imp:3s; -cultivant cultiver VER 10.30 13.51 0.09 0.74 par:pre; -cultivateur cultivateur NOM m s 0.82 2.84 0.46 0.88 -cultivateurs cultivateur NOM m p 0.82 2.84 0.26 1.76 -cultivatrice cultivateur NOM f s 0.82 2.84 0.10 0.07 -cultivatrices cultivateur NOM f p 0.82 2.84 0.00 0.14 -cultive cultiver VER 10.30 13.51 2.79 1.96 imp:pre:2s;ind:pre:1s;ind:pre:3s; -cultivent cultiver VER 10.30 13.51 0.36 0.81 ind:pre:3p; -cultiver cultiver VER 10.30 13.51 3.34 4.32 inf;; -cultivera cultiver VER 10.30 13.51 0.39 0.00 ind:fut:3s; -cultiverai cultiver VER 10.30 13.51 0.04 0.07 ind:fut:1s; -cultiveraient cultiver VER 10.30 13.51 0.14 0.00 cnd:pre:3p; -cultiverait cultiver VER 10.30 13.51 0.00 0.20 cnd:pre:3s; -cultiveras cultiver VER 10.30 13.51 0.02 0.07 ind:fut:2s; -cultives cultiver VER 10.30 13.51 0.04 0.07 ind:pre:2s; -cultivez cultiver VER 10.30 13.51 0.59 0.07 imp:pre:2p;ind:pre:2p; -cultivions cultiver VER 10.30 13.51 0.02 0.07 ind:imp:1p; -cultivons cultiver VER 10.30 13.51 0.22 0.00 imp:pre:1p;ind:pre:1p; -cultivèrent cultiver VER 10.30 13.51 0.00 0.07 ind:pas:3p; -cultivé cultivé ADJ m s 2.29 6.89 1.52 2.64 -cultivée cultiver VER f s 10.30 13.51 0.45 0.88 par:pas; -cultivées cultiver VER f p 10.30 13.51 0.04 0.20 par:pas; -cultivés cultivé ADJ m p 2.29 6.89 0.48 1.69 -cultural cultural ADJ m s 0.01 0.00 0.01 0.00 -culturalismes culturalisme NOM m p 0.00 0.07 0.00 0.07 -culture culture NOM f s 22.65 28.51 18.76 24.32 -culturel culturel ADJ m s 6.04 9.73 2.31 5.14 -culturelle culturel ADJ f s 6.04 9.73 2.25 2.03 -culturellement culturellement ADV 0.36 0.00 0.36 0.00 -culturelles culturel ADJ f p 6.04 9.73 0.89 1.28 -culturels culturel ADJ m p 6.04 9.73 0.60 1.28 -cultures culture NOM f p 22.65 28.51 3.89 4.19 -culturisme culturisme NOM m s 0.41 0.07 0.41 0.07 -culturiste culturiste NOM s 0.14 0.20 0.10 0.07 -culturistes culturiste NOM p 0.14 0.20 0.05 0.14 -culé culer VER m s 0.24 0.14 0.14 0.07 par:pas; -célébra célébrer VER 17.50 20.07 0.03 0.61 ind:pas:3s; -célébraient célébrer VER 17.50 20.07 0.14 0.95 ind:imp:3p; -célébrais célébrer VER 17.50 20.07 0.04 0.07 ind:imp:1s;ind:imp:2s; -célébrait célébrer VER 17.50 20.07 0.37 1.49 ind:imp:3s; -célébrant célébrer VER 17.50 20.07 0.11 0.81 par:pre; -célébrants célébrant NOM m p 0.11 0.74 0.00 0.14 -célébration célébration NOM f s 2.79 2.64 2.30 1.96 -célébrations célébration NOM f p 2.79 2.64 0.49 0.68 -célébrer célébrer VER 17.50 20.07 7.92 5.74 inf; -célébrera célébrer VER 17.50 20.07 0.06 0.07 ind:fut:3s; -célébrerais célébrer VER 17.50 20.07 0.01 0.07 cnd:pre:1s; -célébrerait célébrer VER 17.50 20.07 0.00 0.20 cnd:pre:3s; -célébrerons célébrer VER 17.50 20.07 0.29 0.00 ind:fut:1p; -célébreront célébrer VER 17.50 20.07 0.17 0.00 ind:fut:3p; -célébriez célébrer VER 17.50 20.07 0.11 0.00 ind:imp:2p; -célébrions célébrer VER 17.50 20.07 0.11 0.07 ind:imp:1p; -célébrissime célébrissime ADJ s 0.09 0.07 0.09 0.07 -célébrité célébrité NOM f s 6.42 4.80 4.15 3.51 -célébrités célébrité NOM f p 6.42 4.80 2.27 1.28 -célébrâmes célébrer VER 17.50 20.07 0.10 0.07 ind:pas:1p; -célébrons célébrer VER 17.50 20.07 1.27 0.47 imp:pre:1p;ind:pre:1p; -célébrât célébrer VER 17.50 20.07 0.00 0.14 sub:imp:3s; -célébrèrent célébrer VER 17.50 20.07 0.01 0.14 ind:pas:3p; -célébré célébrer VER m s 17.50 20.07 1.75 2.50 par:pas; -célébrée célébrer VER f s 17.50 20.07 0.20 1.35 par:pas; -célébrées célébrer VER f p 17.50 20.07 0.26 0.81 par:pas; -célébrés célébrer VER m p 17.50 20.07 0.05 0.41 par:pas; -culée culée NOM f s 0.00 0.07 0.00 0.07 -célérifère célérifère NOM m s 0.00 0.07 0.00 0.07 -célérité célérité NOM f s 0.26 0.88 0.26 0.88 -cumin cumin NOM m s 0.50 0.74 0.50 0.74 -cumul cumul NOM m s 0.02 0.20 0.02 0.20 -cumulaient cumuler VER 0.65 1.35 0.00 0.07 ind:imp:3p; -cumulait cumuler VER 0.65 1.35 0.01 0.34 ind:imp:3s; -cumulant cumuler VER 0.65 1.35 0.03 0.07 par:pre; -cumulard cumulard NOM m s 0.01 0.00 0.01 0.00 -cumulatif cumulatif ADJ m s 0.11 0.20 0.11 0.07 -cumulatifs cumulatif ADJ m p 0.11 0.20 0.00 0.07 -cumulation cumulation NOM f s 0.00 0.07 0.00 0.07 -cumulative cumulatif ADJ f s 0.11 0.20 0.00 0.07 -cumule cumuler VER 0.65 1.35 0.26 0.34 ind:pre:1s;ind:pre:3s; -cumuler cumuler VER 0.65 1.35 0.07 0.20 inf; -cumulera cumuler VER 0.65 1.35 0.01 0.00 ind:fut:3s; -cumulez cumuler VER 0.65 1.35 0.14 0.07 ind:pre:2p; -cumuliez cumuler VER 0.65 1.35 0.00 0.07 ind:imp:2p; -cumulo_nimbus cumulo_nimbus NOM m 0.02 0.14 0.02 0.14 -cumulé cumuler VER m s 0.65 1.35 0.09 0.14 par:pas; -cumulés cumuler VER m p 0.65 1.35 0.04 0.07 par:pas; -cumulus cumulus NOM m 0.09 0.81 0.09 0.81 -cénacle cénacle NOM m s 0.41 0.27 0.41 0.14 -cénacles cénacle NOM m p 0.41 0.27 0.00 0.14 -cunnilinctus cunnilinctus NOM m 0.00 0.07 0.00 0.07 -cunnilingus cunnilingus NOM m 0.24 0.07 0.24 0.07 -cénobite cénobite NOM m s 0.05 0.07 0.01 0.07 -cénobites cénobite NOM m p 0.05 0.07 0.04 0.00 -cénotaphe cénotaphe NOM m s 0.01 0.41 0.01 0.41 -cunéiforme cunéiforme ADJ s 0.14 0.20 0.12 0.20 -cunéiformes cunéiforme ADJ p 0.14 0.20 0.03 0.00 -cépage cépage NOM m s 0.04 0.00 0.04 0.00 -céphaline céphaline NOM f s 0.01 0.00 0.01 0.00 -céphalique céphalique ADJ s 0.02 0.20 0.02 0.20 -céphalo_rachidien céphalo_rachidien ADJ m s 0.30 0.00 0.30 0.00 -céphalopode céphalopode NOM m s 0.05 0.00 0.02 0.00 -céphalopodes céphalopode NOM m p 0.05 0.00 0.03 0.00 -céphalorachidien céphalorachidien ADJ m s 0.09 0.00 0.09 0.00 -céphalosporine céphalosporine NOM f s 0.03 0.00 0.03 0.00 -céphalée céphalée NOM f s 0.14 0.20 0.04 0.07 -céphalées céphalée NOM f p 0.14 0.20 0.10 0.14 -cupide cupide ADJ s 1.47 1.15 1.02 0.88 -cupidement cupidement ADV 0.00 0.07 0.00 0.07 -cupides cupide ADJ p 1.47 1.15 0.45 0.27 -cupidité cupidité NOM f s 1.77 1.96 1.77 1.96 -cupidon cupidon NOM m s 0.08 0.27 0.04 0.20 -cupidons cupidon NOM m p 0.08 0.27 0.04 0.07 -cupressus cupressus NOM m 0.00 0.27 0.00 0.27 -cuprifères cuprifère ADJ p 0.00 0.07 0.00 0.07 -cupriques cuprique ADJ f p 0.00 0.07 0.00 0.07 -cupronickel cupronickel NOM m s 0.01 0.00 0.01 0.00 -cépée cépée NOM f s 0.00 0.20 0.00 0.14 -cépées cépée NOM f p 0.00 0.20 0.00 0.07 -cupule cupule NOM f s 0.01 0.20 0.01 0.14 -cupules cupule NOM f p 0.01 0.20 0.00 0.07 -cura curer VER 2.25 3.72 0.01 0.14 ind:pas:3s; -curable curable ADJ f s 0.33 0.00 0.32 0.00 -curables curable ADJ p 0.33 0.00 0.01 0.00 -curage curage NOM m s 0.00 0.07 0.00 0.07 -curaille curaille NOM f s 0.00 0.07 0.00 0.07 -curaillon curaillon NOM m s 0.14 0.00 0.14 0.00 -curait curer VER 2.25 3.72 0.02 0.61 ind:imp:3s; -céramique céramique NOM f s 0.85 3.24 0.61 2.50 -céramiques céramique NOM f p 0.85 3.24 0.24 0.74 -céramiste céramiste NOM s 0.13 0.00 0.13 0.00 -curant curer VER 2.25 3.72 0.01 0.14 par:pre; -curare curare NOM m s 0.22 0.47 0.22 0.47 -curarisant curarisant ADJ m s 0.00 0.07 0.00 0.07 -curariser curariser VER 0.01 0.00 0.01 0.00 inf; -curateur curateur NOM m s 0.07 0.14 0.06 0.14 -curaçao curaçao NOM m s 0.04 0.54 0.04 0.47 -curaçaos curaçao NOM m p 0.04 0.54 0.00 0.07 -curatif curatif ADJ m s 0.65 0.34 0.21 0.14 -curatifs curatif ADJ m p 0.65 0.34 0.18 0.07 -curative curatif ADJ f s 0.65 0.34 0.05 0.07 -curatives curatif ADJ f p 0.65 0.34 0.21 0.07 -curatrice curateur NOM f s 0.07 0.14 0.01 0.00 -curcuma curcuma NOM m s 0.00 0.07 0.00 0.07 -cure_dent cure_dent NOM m s 1.39 0.88 0.60 0.14 -cure_dent cure_dent NOM m p 1.39 0.88 0.78 0.74 -cure_pipe cure_pipe NOM m s 0.07 0.00 0.05 0.00 -cure_pipe cure_pipe NOM m p 0.07 0.00 0.02 0.00 -cure cure NOM f s 6.08 9.12 5.60 8.18 -curer curer VER 2.25 3.72 0.80 0.95 inf; -cureras curer VER 2.25 3.72 0.01 0.00 ind:fut:2s; -cures cure NOM f p 6.08 9.12 0.48 0.95 -curetage curetage NOM m s 0.14 0.00 0.14 0.00 -cureter cureter VER 0.01 0.00 0.01 0.00 inf; -cureton cureton NOM m s 0.38 2.50 0.22 1.69 -curetons cureton NOM m p 0.38 2.50 0.17 0.81 -curette curette NOM f s 0.02 0.00 0.01 0.00 -curettes curette NOM f p 0.02 0.00 0.01 0.00 -curial curial ADJ m s 0.00 0.27 0.00 0.20 -curiales curial ADJ f p 0.00 0.27 0.00 0.07 -curie curie NOM s 0.36 0.14 0.36 0.14 -curieuse curieux ADJ f s 34.36 66.22 7.81 17.23 -curieusement curieusement ADV 1.90 12.84 1.90 12.84 -curieuses curieux ADJ f p 34.36 66.22 0.44 4.73 -curieux curieux ADJ m 34.36 66.22 26.11 44.26 -curiosité curiosité NOM f s 14.01 54.39 13.70 49.80 -curiosités curiosité NOM f p 14.01 54.39 0.31 4.59 -curiste curiste NOM s 0.10 0.95 0.00 0.07 -curistes curiste NOM p 0.10 0.95 0.10 0.88 -curling curling NOM m s 0.12 0.14 0.12 0.14 -curricula curriculum NOM m p 0.23 0.41 0.00 0.14 -curriculum_vitae curriculum_vitae NOM m 0.13 0.74 0.13 0.74 -curriculum curriculum NOM m s 0.23 0.41 0.23 0.27 -curry curry NOM m s 1.65 0.14 1.65 0.14 -curseur curseur NOM m s 0.11 0.07 0.11 0.07 -cursif cursif ADJ m s 0.05 0.34 0.02 0.14 -cursive cursif ADJ f s 0.05 0.34 0.03 0.20 -cursus cursus NOM m 0.54 0.07 0.54 0.07 -curé curé NOM m s 15.73 51.82 13.65 46.62 -céréale céréale NOM f s 4.67 1.69 0.06 0.07 -céréales céréale NOM f p 4.67 1.69 4.62 1.62 -céréalier céréalier ADJ m s 0.00 0.54 0.00 0.14 -céréaliers céréalier ADJ m p 0.00 0.54 0.00 0.14 -céréalière céréalier ADJ f s 0.00 0.54 0.00 0.07 -céréalières céréalier ADJ f p 0.00 0.54 0.00 0.20 -cérébelleuse cérébelleux ADJ f s 0.03 0.07 0.02 0.07 -cérébelleuses cérébelleux ADJ f p 0.03 0.07 0.01 0.00 -cérébral cérébral ADJ m s 11.59 3.31 2.90 0.88 -cérébrale cérébral ADJ f s 11.59 3.31 6.10 2.23 -cérébralement cérébralement ADV 0.04 0.07 0.04 0.07 -cérébrales cérébral ADJ f p 11.59 3.31 2.09 0.07 -cérébralité cérébralité NOM f s 0.00 0.07 0.00 0.07 -cérébraux cérébral ADJ m p 11.59 3.31 0.51 0.14 -cérébro_spinal cérébro_spinal ADJ f s 0.03 0.14 0.03 0.14 -curée curée NOM f s 0.06 1.22 0.06 1.15 -curées curée NOM f p 0.06 1.22 0.00 0.07 -céruléen céruléen ADJ m s 0.00 0.74 0.00 0.47 -céruléens céruléen ADJ m p 0.00 0.74 0.00 0.27 -cérumen cérumen NOM m s 0.13 0.41 0.13 0.41 -cérémoniaires cérémoniaire NOM m p 0.00 0.07 0.00 0.07 -cérémonial cérémonial NOM m s 0.69 4.46 0.69 4.39 -cérémoniale cérémonial ADJ f s 0.13 0.41 0.02 0.07 -cérémonials cérémonial NOM m p 0.69 4.46 0.00 0.07 -cérémonie cérémonie NOM f s 23.82 30.95 21.72 23.92 -cérémoniel cérémoniel ADJ m s 0.09 0.14 0.05 0.07 -cérémonielle cérémoniel ADJ f s 0.09 0.14 0.02 0.00 -cérémoniels cérémoniel ADJ m p 0.09 0.14 0.01 0.07 -cérémonies cérémonie NOM f p 23.82 30.95 2.10 7.03 -cérémonieuse cérémonieux ADJ f s 0.06 3.24 0.01 0.95 -cérémonieusement cérémonieusement ADV 0.02 1.76 0.02 1.76 -cérémonieuses cérémonieux ADJ f p 0.06 3.24 0.00 0.41 -cérémonieux cérémonieux ADJ m 0.06 3.24 0.04 1.89 -curés curé NOM m p 15.73 51.82 2.08 5.20 -céruse céruse NOM f s 0.00 0.14 0.00 0.14 -cérusé cérusé ADJ m s 0.00 0.14 0.00 0.14 -curve curve ADJ s 0.09 0.00 0.09 0.00 -curviligne curviligne ADJ m s 0.01 0.14 0.00 0.07 -curvilignes curviligne ADJ f p 0.01 0.14 0.01 0.07 -curvimètres curvimètre NOM m p 0.00 0.07 0.00 0.07 -césar césar NOM m s 0.59 1.15 0.01 0.20 -césarien césarien ADJ m s 0.11 0.27 0.10 0.00 -césarienne césarien NOM f s 1.56 0.47 1.56 0.41 -césariennes césarienne NOM f p 0.07 0.00 0.07 0.00 -césariens césarien ADJ m p 0.11 0.27 0.00 0.07 -césars césar NOM m p 0.59 1.15 0.58 0.95 -césium césium NOM m s 0.20 0.00 0.20 0.00 -custode custode NOM f s 0.00 0.14 0.00 0.14 -custom custom NOM m s 0.01 0.00 0.01 0.00 -customisé customiser VER m s 0.07 0.00 0.07 0.00 par:pas; -césure césure NOM f s 0.14 0.47 0.14 0.41 -césures césure NOM f p 0.14 0.47 0.00 0.07 -cétacé cétacé NOM m s 0.19 0.14 0.03 0.14 -cétacés cétacé NOM m p 0.19 0.14 0.16 0.00 -cutané cutané ADJ m s 0.41 0.20 0.05 0.00 -cutanée cutané ADJ f s 0.41 0.20 0.15 0.14 -cutanées cutané ADJ f p 0.41 0.20 0.16 0.00 -cutanés cutané ADJ m p 0.41 0.20 0.05 0.07 -cuti_réaction cuti_réaction NOM f s 0.00 0.07 0.00 0.07 -cuti cuti NOM f s 0.30 0.47 0.30 0.41 -cuticule cuticule NOM f s 0.18 0.07 0.04 0.07 -cuticules cuticule NOM f p 0.18 0.07 0.14 0.00 -cutis cuti NOM f p 0.30 0.47 0.00 0.07 -cétoine cétoine NOM f s 0.00 0.27 0.00 0.14 -cétoines cétoine NOM f p 0.00 0.27 0.00 0.14 -cétone cétone NOM f s 0.01 0.00 0.01 0.00 -cutter cutter NOM m s 2.41 0.07 2.36 0.07 -cutters cutter NOM m p 2.41 0.07 0.04 0.00 -cévadille cévadille NOM f s 0.00 0.07 0.00 0.07 -cuvaient cuver VER 1.10 2.36 0.01 0.07 ind:imp:3p; -cuvait cuver VER 1.10 2.36 0.03 0.14 ind:imp:3s; -cuvant cuver VER 1.10 2.36 0.01 0.27 par:pre; -cuve cuve NOM f s 1.38 4.32 0.86 2.09 -cuveau cuveau NOM m s 0.00 0.34 0.00 0.27 -cuveaux cuveau NOM m p 0.00 0.34 0.00 0.07 -cévenol cévenol NOM m s 0.00 0.07 0.00 0.07 -cuvent cuver VER 1.10 2.36 0.00 0.07 ind:pre:3p; -cuver cuver VER 1.10 2.36 0.51 1.55 inf; -cuvera cuver VER 1.10 2.36 0.01 0.00 ind:fut:3s; -cuverez cuver VER 1.10 2.36 0.01 0.00 ind:fut:2p; -cuves cuve NOM f p 1.38 4.32 0.53 2.23 -cuvette cuvette NOM f s 2.49 12.97 2.38 11.82 -cuvettes cuvette NOM f p 2.49 12.97 0.10 1.15 -cuvier cuvier NOM m s 0.00 0.20 0.00 0.14 -cuviers cuvier NOM m p 0.00 0.20 0.00 0.07 -cuvé cuver VER m s 1.10 2.36 0.04 0.00 par:pas; -cuvée cuvée NOM f s 0.57 0.47 0.55 0.41 -cuvées cuvée NOM f p 0.57 0.47 0.02 0.07 -cézigue cézigue NOM m s 0.00 3.51 0.00 3.51 -cyan cyan ADJ s 0.25 0.00 0.25 0.00 -cyanhydrique cyanhydrique ADJ s 0.17 0.00 0.17 0.00 -cyanoacrylate cyanoacrylate NOM m s 0.05 0.00 0.05 0.00 -cyanobactérie cyanobactérie NOM f s 0.01 0.00 0.01 0.00 -cyanogène cyanogène NOM m s 0.03 0.00 0.03 0.00 -cyanose cyanose NOM f s 0.06 0.00 0.06 0.00 -cyanosé cyanoser VER m s 0.23 0.07 0.12 0.07 par:pas; -cyanosée cyanoser VER f s 0.23 0.07 0.12 0.00 par:pas; -cyanure cyanure NOM m s 2.23 0.95 2.23 0.95 -cybercafé cybercafé NOM m s 0.17 0.00 0.17 0.00 -cyberespace cyberespace NOM m s 0.13 0.00 0.13 0.00 -cybermonde cybermonde NOM m s 0.01 0.00 0.01 0.00 -cybernautes cybernaute NOM p 0.02 0.00 0.02 0.00 -cybernéticien cybernéticien ADJ m s 0.10 0.00 0.10 0.00 -cybernétique cybernétique ADJ s 0.26 0.07 0.19 0.07 -cybernétiques cybernétique ADJ m p 0.26 0.07 0.06 0.00 -cybernétiser cybernétiser VER 0.02 0.00 0.02 0.00 inf; -cyberspace cyberspace NOM m s 0.02 0.00 0.02 0.00 -cycas cycas NOM m 0.01 0.00 0.01 0.00 -cyclable cyclable ADJ s 0.05 0.20 0.05 0.14 -cyclables cyclable ADJ f p 0.05 0.20 0.00 0.07 -cyclamen cyclamen NOM m s 0.01 0.34 0.01 0.27 -cyclamens cyclamen NOM m p 0.01 0.34 0.00 0.07 -cycle cycle NOM m s 8.20 5.81 5.69 4.05 -cycles cycle NOM m p 8.20 5.81 2.50 1.76 -cyclique cyclique ADJ s 0.13 0.41 0.09 0.34 -cycliquement cycliquement ADV 0.01 0.07 0.01 0.07 -cycliques cyclique ADJ m p 0.13 0.41 0.04 0.07 -cyclisme cyclisme NOM m s 0.34 1.01 0.34 1.01 -cycliste cycliste NOM s 1.08 6.49 0.71 3.65 -cyclistes cycliste NOM p 1.08 6.49 0.37 2.84 -cyclo_cross cyclo_cross NOM m 0.00 0.07 0.00 0.07 -cyclo_pousse cyclo_pousse NOM m 0.05 0.00 0.05 0.00 -cyclo cyclo NOM m s 1.06 0.07 1.06 0.07 -cycloïdal cycloïdal ADJ m s 0.00 0.07 0.00 0.07 -cyclomoteur cyclomoteur NOM m s 0.23 0.14 0.23 0.07 -cyclomoteurs cyclomoteur NOM m p 0.23 0.14 0.00 0.07 -cyclone cyclone NOM m s 1.42 3.51 1.33 3.18 -cyclones cyclone NOM m p 1.42 3.51 0.09 0.34 -cyclonique cyclonique ADJ s 0.03 0.00 0.03 0.00 -cyclope cyclope NOM m s 1.31 2.36 1.12 2.23 -cyclopes cyclope NOM m p 1.31 2.36 0.20 0.14 -cyclopousses cyclopousse NOM m p 0.00 0.07 0.00 0.07 -cyclopéen cyclopéen ADJ m s 0.01 0.81 0.00 0.20 -cyclopéenne cyclopéen ADJ f s 0.01 0.81 0.01 0.20 -cyclopéennes cyclopéen ADJ f p 0.01 0.81 0.00 0.20 -cyclopéens cyclopéen ADJ m p 0.01 0.81 0.00 0.20 -cyclorama cyclorama NOM m s 0.02 0.00 0.02 0.00 -cyclosporine cyclosporine NOM f s 0.17 0.00 0.17 0.00 -cyclostomes cyclostome NOM m p 0.00 0.07 0.00 0.07 -cyclothymie cyclothymie NOM f s 0.10 0.07 0.10 0.07 -cyclothymique cyclothymique ADJ s 0.05 0.34 0.05 0.34 -cyclotron cyclotron NOM m s 0.16 0.27 0.16 0.27 -cyclées cycler VER f p 0.00 0.07 0.00 0.07 par:pas; -cygne cygne NOM m s 7.26 7.57 5.28 4.66 -cygnes cygne NOM m p 7.26 7.57 1.99 2.91 -cylindre cylindre NOM m s 1.60 5.20 0.62 3.11 -cylindres cylindre NOM m p 1.60 5.20 0.97 2.09 -cylindrique cylindrique ADJ s 0.35 3.45 0.10 2.23 -cylindriques cylindrique ADJ p 0.35 3.45 0.26 1.22 -cylindré cylindrer VER m s 0.02 0.20 0.00 0.07 par:pas; -cylindrée cylindrée NOM f s 0.41 0.68 0.36 0.61 -cylindrées cylindrée NOM f p 0.41 0.68 0.04 0.07 -cylindrés cylindrer VER m p 0.02 0.20 0.00 0.07 par:pas; -cymbale cymbale NOM f s 0.45 1.89 0.19 0.14 -cymbales cymbale NOM f p 0.45 1.89 0.26 1.76 -cymbaliste cymbaliste NOM s 0.14 0.27 0.14 0.07 -cymbalistes cymbaliste NOM p 0.14 0.27 0.00 0.20 -cymbalum cymbalum NOM m s 0.00 0.14 0.00 0.14 -cymes cyme NOM f p 0.00 0.07 0.00 0.07 -cynips cynips NOM m 0.01 0.00 0.01 0.00 -cynique cynique ADJ s 4.70 6.42 3.90 4.86 -cyniquement cyniquement ADV 0.00 0.74 0.00 0.74 -cyniques cynique ADJ p 4.70 6.42 0.80 1.55 -cynisme cynisme NOM m s 1.95 6.49 1.95 6.42 -cynismes cynisme NOM m p 1.95 6.49 0.00 0.07 -cynocéphale cynocéphale NOM m s 0.01 0.14 0.01 0.07 -cynocéphales cynocéphale NOM m p 0.01 0.14 0.00 0.07 -cynodrome cynodrome NOM m s 0.01 0.00 0.01 0.00 -cynophile cynophile ADJ f s 0.04 0.00 0.04 0.00 -cynos cyno NOM m p 0.00 0.07 0.00 0.07 -cynégétique cynégétique ADJ f s 0.00 0.27 0.00 0.14 -cynégétiques cynégétique ADJ m p 0.00 0.27 0.00 0.14 -cyphoscoliose cyphoscoliose NOM f s 0.01 0.00 0.01 0.00 -cyphose cyphose NOM f s 0.01 0.07 0.01 0.07 -cyprin cyprin NOM m s 0.00 1.82 0.00 1.62 -cyprinidé cyprinidé NOM m s 0.00 0.14 0.00 0.07 -cyprinidés cyprinidé NOM m p 0.00 0.14 0.00 0.07 -cyprins cyprin NOM m p 0.00 1.82 0.00 0.20 -cypriote cypriote NOM s 0.01 0.47 0.00 0.07 -cypriotes cypriote NOM p 0.01 0.47 0.01 0.41 -cyprès cyprès NOM m 0.52 8.51 0.52 8.51 -cyrard cyrard NOM m s 0.00 0.27 0.00 0.20 -cyrards cyrard NOM m p 0.00 0.27 0.00 0.07 -cyrillique cyrillique ADJ m s 0.22 0.47 0.07 0.14 -cyrilliques cyrillique ADJ p 0.22 0.47 0.15 0.34 -cystique cystique ADJ s 0.09 0.00 0.09 0.00 -cystite cystite NOM f s 0.09 0.00 0.09 0.00 -cystotomie cystotomie NOM f s 0.01 0.00 0.01 0.00 -cytises cytise NOM m p 0.00 0.27 0.00 0.27 -cytologie cytologie NOM f s 0.01 0.00 0.01 0.00 -cytologiques cytologique ADJ f p 0.00 0.07 0.00 0.07 -cytomégalovirus cytomégalovirus NOM m 0.08 0.00 0.08 0.00 -cytoplasme cytoplasme NOM m s 0.04 0.00 0.04 0.00 -cytoplasmique cytoplasmique ADJ m s 0.01 0.00 0.01 0.00 -cytosine cytosine NOM f s 0.04 0.00 0.04 0.00 -cytotoxique cytotoxique ADJ s 0.04 0.00 0.04 0.00 -czar czar NOM m s 0.00 0.54 0.00 0.41 -czardas czardas NOM f 0.01 0.14 0.01 0.14 -czars czar NOM m p 0.00 0.54 0.00 0.14 -d_ d_ PRE 7224.74 11876.35 7224.74 11876.35 -d_abord d_abord ADV 175.45 169.32 175.45 169.32 -d_autres d_autres ADJ:ind p 133.34 119.73 133.34 119.73 -d_emblée d_emblée ADV 1.31 8.38 1.31 8.38 -d_ores_et_déjà d_ores_et_déjà ADV 0.26 1.28 0.26 1.28 -d d PRE 54.68 2.97 54.68 2.97 -dîme dîme NOM f s 0.44 1.28 0.43 1.22 -dîmes dîme NOM f p 0.44 1.28 0.01 0.07 -dîna dîner VER 79.30 59.66 0.10 1.08 ind:pas:3s; -dînai dîner VER 79.30 59.66 0.00 0.68 ind:pas:1s; -dînaient dîner VER 79.30 59.66 0.05 1.55 ind:imp:3p; -dînais dîner VER 79.30 59.66 0.31 0.95 ind:imp:1s;ind:imp:2s; -dînait dîner VER 79.30 59.66 0.88 3.24 ind:imp:3s; -dînant dîner VER 79.30 59.66 0.33 1.15 par:pre; -dînatoire dînatoire ADJ s 0.29 0.14 0.29 0.00 -dînatoires dînatoire ADJ f p 0.29 0.14 0.00 0.14 -dîne dîner VER 79.30 59.66 8.22 2.97 imp:pre:2s;ind:pre:1s;ind:pre:3s; -dînent dîner VER 79.30 59.66 0.47 0.47 ind:pre:3p; -dîner dîner NOM m s 88.45 68.58 84.73 60.00 -dînera dîner VER 79.30 59.66 1.36 0.54 ind:fut:3s; -dînerai dîner VER 79.30 59.66 0.22 0.14 ind:fut:1s; -dîneraient dîner VER 79.30 59.66 0.00 0.27 cnd:pre:3p; -dînerais dîner VER 79.30 59.66 0.26 0.07 cnd:pre:1s;cnd:pre:2s; -dînerait dîner VER 79.30 59.66 0.14 0.20 cnd:pre:3s; -dîneras dîner VER 79.30 59.66 0.22 0.07 ind:fut:2s; -dînerez dîner VER 79.30 59.66 0.55 0.27 ind:fut:2p; -dîneriez dîner VER 79.30 59.66 0.20 0.00 cnd:pre:2p; -dînerions dîner VER 79.30 59.66 0.00 0.14 cnd:pre:1p; -dînerons dîner VER 79.30 59.66 0.59 0.47 ind:fut:1p; -dîneront dîner VER 79.30 59.66 0.05 0.00 ind:fut:3p; -dîners dîner NOM m p 88.45 68.58 3.72 8.58 -dînes dîner VER 79.30 59.66 1.42 0.14 ind:pre:2s; -dînette dînette NOM f s 0.59 1.55 0.49 1.35 -dînettes dînette NOM f p 0.59 1.55 0.10 0.20 -dîneur dîneur NOM m s 0.01 2.57 0.01 0.14 -dîneurs dîneur NOM m p 0.01 2.57 0.00 2.23 -dîneuse dîneur NOM f s 0.01 2.57 0.00 0.20 -dînez dîner VER 79.30 59.66 2.13 0.27 imp:pre:2p;ind:pre:2p; -dîniez dîner VER 79.30 59.66 0.20 0.00 ind:imp:2p; -dînions dîner VER 79.30 59.66 0.26 1.69 ind:imp:1p; -dînâmes dîner VER 79.30 59.66 0.01 0.34 ind:pas:1p; -dînons dîner VER 79.30 59.66 1.95 1.89 imp:pre:1p;ind:pre:1p; -dînât dîner VER 79.30 59.66 0.00 0.07 sub:imp:3s; -dînèrent dîner VER 79.30 59.66 0.04 1.22 ind:pas:3p; -dîné dîner VER m s 79.30 59.66 7.54 6.15 par:pas; -dît dire VER 5946.17 4832.50 0.34 1.22 sub:imp:3s; -dîtes dire VER 5946.17 4832.50 10.24 0.07 ind:pas:2p; -dôle dôle NOM m s 0.01 0.00 0.01 0.00 -dôme dôme NOM m s 1.93 4.93 1.81 3.78 -dômes dôme NOM m p 1.93 4.93 0.12 1.15 -dôngs dông NOM m p 0.14 0.00 0.14 0.00 -dû devoir VER m s 3232.80 1318.24 363.68 243.65 par:pas; -dûment dûment ADV 0.55 4.32 0.55 4.32 -dûmes devoir VER 3232.80 1318.24 0.04 1.55 ind:pas:1p; -dût devoir VER 3232.80 1318.24 0.65 4.19 sub:imp:3s; -da da ONO 8.02 3.24 8.02 3.24 -daïmios daïmio NOM m p 0.00 0.14 0.00 0.14 -daïquiri daïquiri NOM m s 0.14 0.14 0.01 0.14 -daïquiris daïquiri NOM m p 0.14 0.14 0.14 0.00 -dab dab NOM m s 0.17 1.35 0.17 1.28 -daba daba NOM f s 0.01 0.00 0.01 0.00 -dabe dabe NOM m s 0.00 1.42 0.00 1.42 -dabs dab NOM m p 0.17 1.35 0.00 0.07 -dabuche dabuche NOM f s 0.00 0.54 0.00 0.47 -dabuches dabuche NOM f p 0.00 0.54 0.00 0.07 -dace dace ADJ s 0.04 0.61 0.03 0.07 -daces dace ADJ p 0.04 0.61 0.01 0.54 -dache dache NOM m s 0.00 0.27 0.00 0.27 -dacique dacique ADJ s 0.00 0.14 0.00 0.14 -dacron dacron NOM m s 0.02 0.07 0.02 0.07 -dactyle dactyle NOM m s 0.00 0.20 0.00 0.07 -dactyles dactyle NOM m p 0.00 0.20 0.00 0.14 -dactylo dactylo NOM s 0.93 4.66 0.73 2.97 -dactylographe dactylographe NOM s 0.10 0.34 0.00 0.34 -dactylographes dactylographe NOM p 0.10 0.34 0.10 0.00 -dactylographie dactylographie NOM f s 0.04 0.41 0.04 0.41 -dactylographier dactylographier VER 0.09 0.61 0.06 0.20 inf; -dactylographié dactylographié ADJ m s 0.11 1.08 0.06 0.20 -dactylographiée dactylographié ADJ f s 0.11 1.08 0.04 0.34 -dactylographiées dactylographié ADJ f p 0.11 1.08 0.00 0.41 -dactylographiés dactylographié ADJ m p 0.11 1.08 0.01 0.14 -dactyloptères dactyloptère NOM m p 0.02 0.00 0.02 0.00 -dactylos dactylo NOM p 0.93 4.66 0.20 1.69 -dactyloscopie dactyloscopie NOM f s 0.11 0.00 0.11 0.00 -dada dada NOM m s 1.90 2.57 1.80 1.96 -dadaïsme dadaïsme NOM m s 0.01 0.00 0.01 0.00 -dadaïste dadaïste ADJ f s 0.01 0.07 0.01 0.00 -dadaïstes dadaïste NOM p 0.01 0.07 0.01 0.07 -dadais dadais NOM m 0.34 1.28 0.34 1.28 -dadas dada NOM m p 1.90 2.57 0.10 0.61 -dague dague NOM f s 2.46 2.09 2.19 1.55 -daguerréotype daguerréotype NOM m s 0.10 0.34 0.10 0.27 -daguerréotypes daguerréotype NOM m p 0.10 0.34 0.00 0.07 -dagues dague NOM f p 2.46 2.09 0.27 0.54 -daguet daguet NOM m s 0.00 0.41 0.00 0.34 -daguets daguet NOM m p 0.00 0.41 0.00 0.07 -dagué daguer VER m s 0.00 0.07 0.00 0.07 par:pas; -dahlia dahlia NOM m s 0.02 2.50 0.00 0.20 -dahlias dahlia NOM m p 0.02 2.50 0.02 2.30 -dahoméenne dahoméen ADJ f s 0.00 0.07 0.00 0.07 -dahu dahu NOM m s 0.19 0.14 0.18 0.14 -dahus dahu NOM m p 0.19 0.14 0.01 0.00 -daigna daigner VER 4.41 9.39 0.00 1.69 ind:pas:3s; -daignaient daigner VER 4.41 9.39 0.00 0.34 ind:imp:3p; -daignait daigner VER 4.41 9.39 0.13 1.49 ind:imp:3s; -daignant daigner VER 4.41 9.39 0.01 0.20 par:pre; -daigne daigner VER 4.41 9.39 1.09 2.43 imp:pre:2s;ind:pre:1s;ind:pre:3s; -daignent daigner VER 4.41 9.39 0.07 0.27 ind:pre:3p; -daigner daigner VER 4.41 9.39 0.02 0.34 inf; -daignera daigner VER 4.41 9.39 0.03 0.27 ind:fut:3s; -daigneraient daigner VER 4.41 9.39 0.01 0.07 cnd:pre:3p; -daignerais daigner VER 4.41 9.39 0.00 0.07 cnd:pre:1s; -daignerait daigner VER 4.41 9.39 0.19 0.00 cnd:pre:3s; -daigneras daigner VER 4.41 9.39 0.01 0.00 ind:fut:2s; -daignes daigner VER 4.41 9.39 0.09 0.00 ind:pre:2s; -daignez daigner VER 4.41 9.39 1.86 0.47 imp:pre:2p;ind:pre:2p; -daignons daigner VER 4.41 9.39 0.01 0.00 imp:pre:1p; -daignât daigner VER 4.41 9.39 0.00 0.34 sub:imp:3s; -daignèrent daigner VER 4.41 9.39 0.00 0.07 ind:pas:3p; -daigné daigner VER m s 4.41 9.39 0.89 1.35 par:pas; -daim daim NOM m s 1.65 5.74 1.41 5.14 -daims daim NOM m p 1.65 5.74 0.25 0.61 -daine daine NOM f s 0.00 0.07 0.00 0.07 -daiquiri daiquiri NOM m s 0.41 0.14 0.27 0.14 -daiquiris daiquiri NOM m p 0.41 0.14 0.14 0.00 -dais dais NOM m 0.23 3.04 0.23 3.04 -dakarois dakarois ADJ m s 0.00 0.14 0.00 0.07 -dakaroise dakarois ADJ f s 0.00 0.14 0.00 0.07 -dakin dakin NOM m s 0.03 0.07 0.03 0.07 -dakotas dakota NOM p 0.05 0.00 0.05 0.00 -dal dal NOM m s 0.01 0.00 0.01 0.00 -dalaï_lama dalaï_lama NOM m s 0.00 0.20 0.00 0.20 -dale dale NOM m s 0.16 0.00 0.16 0.00 -dalinienne dalinien ADJ f s 0.00 0.07 0.00 0.07 -dallage dallage NOM m s 0.04 3.04 0.04 2.91 -dallages dallage NOM m p 0.04 3.04 0.00 0.14 -dalle dalle NOM f s 13.00 29.19 12.35 13.38 -daller daller VER 1.62 3.99 0.43 0.00 inf; -dalles dalle NOM f p 13.00 29.19 0.65 15.81 -dallé daller VER m s 1.62 3.99 0.00 0.88 par:pas; -dallée daller VER f s 1.62 3.99 0.00 0.88 par:pas; -dallées daller VER f p 1.62 3.99 0.00 0.54 par:pas; -dallés daller VER m p 1.62 3.99 0.00 0.34 par:pas; -dalmate dalmate ADJ s 0.30 0.41 0.30 0.27 -dalmates dalmate ADJ p 0.30 0.41 0.00 0.14 -dalmatien dalmatien NOM m s 0.33 0.20 0.14 0.00 -dalmatienne dalmatien NOM f s 0.33 0.20 0.11 0.00 -dalmatiens dalmatien NOM m p 0.33 0.20 0.08 0.20 -dalmatique dalmatique NOM f s 0.02 0.68 0.02 0.54 -dalmatiques dalmatique NOM f p 0.02 0.68 0.00 0.14 -daltonien daltonien ADJ m s 0.48 0.00 0.28 0.00 -daltonienne daltonien ADJ f s 0.48 0.00 0.16 0.00 -daltoniennes daltonien ADJ f p 0.48 0.00 0.01 0.00 -daltoniens daltonien ADJ m p 0.48 0.00 0.03 0.00 -daltonisme daltonisme NOM m s 0.02 0.00 0.02 0.00 -daltons dalton NOM m p 0.00 0.07 0.00 0.07 -dam dam NOM m s 0.81 1.69 0.70 1.62 -damage damage NOM m s 0.10 0.00 0.10 0.00 -damas damas NOM m 0.42 0.61 0.42 0.61 -damasquin damasquin NOM m s 0.00 0.14 0.00 0.07 -damasquinage damasquinage NOM m s 0.01 0.00 0.01 0.00 -damasquinerie damasquinerie NOM f s 0.00 0.07 0.00 0.07 -damasquins damasquin NOM m p 0.00 0.14 0.00 0.07 -damasquiné damasquiné ADJ m s 0.00 0.27 0.00 0.07 -damasquinée damasquiné ADJ f s 0.00 0.27 0.00 0.07 -damasquinure damasquinure NOM f s 0.00 0.07 0.00 0.07 -damasquinés damasquiné ADJ m p 0.00 0.27 0.00 0.14 -damassé damassé ADJ m s 0.05 1.35 0.00 0.27 -damassée damassé ADJ f s 0.05 1.35 0.03 0.81 -damassées damassé ADJ f p 0.05 1.35 0.02 0.20 -damassés damassé ADJ m p 0.05 1.35 0.00 0.07 -dame_jeanne dame_jeanne NOM f s 0.01 0.20 0.01 0.07 -dame dame ONO 1.01 1.49 1.01 1.49 -dament damer VER 11.60 3.78 0.00 0.07 ind:pre:3p; -damer damer VER 11.60 3.78 0.04 0.14 inf; -dameret dameret NOM m s 0.00 0.07 0.00 0.07 -dameriez damer VER 11.60 3.78 0.01 0.00 cnd:pre:2p; -dame_jeanne dame_jeanne NOM f p 0.01 0.20 0.00 0.14 -dames dame NOM f p 111.20 151.35 24.70 45.20 -damez damer VER 11.60 3.78 0.02 0.00 imp:pre:2p; -damier damier NOM m s 0.47 2.57 0.42 1.96 -damiers damier NOM m p 0.47 2.57 0.04 0.61 -damnable damnable ADJ f s 0.01 0.20 0.01 0.00 -damnables damnable ADJ p 0.01 0.20 0.00 0.20 -damnait damner VER 4.36 3.78 0.00 0.07 ind:imp:3s; -damnant damner VER 4.36 3.78 0.00 0.07 par:pre; -damnation damnation NOM f s 1.70 3.92 1.70 3.72 -damnations damnation NOM f p 1.70 3.92 0.00 0.20 -damne damner VER 4.36 3.78 0.14 0.61 ind:pre:1s;ind:pre:3s; -damned damned ONO 0.26 0.41 0.26 0.41 -damnent damner VER 4.36 3.78 0.00 0.14 ind:pre:3p; -damner damner VER 4.36 3.78 0.61 0.88 inf; -damnera damner VER 4.36 3.78 0.17 0.07 ind:fut:3s; -damneraient damner VER 4.36 3.78 0.02 0.00 cnd:pre:3p; -damnerais damner VER 4.36 3.78 0.03 0.41 cnd:pre:1s; -damnez damner VER 4.36 3.78 0.02 0.00 imp:pre:2p; -damné damner VER m s 4.36 3.78 2.12 0.68 par:pas; -damnée damné ADJ f s 2.82 2.23 1.87 0.81 -damnées damné ADJ f p 2.82 2.23 0.28 0.41 -damnés damné NOM m p 2.57 3.24 1.33 2.23 -damoiseau damoiseau NOM m s 11.41 20.00 0.16 0.00 -damoiselle damoiselle NOM f s 0.60 0.14 0.55 0.14 -damoiselles damoiselle NOM f p 0.60 0.14 0.05 0.00 -dams dam NOM m p 0.81 1.69 0.11 0.07 -damé damer VER m s 11.60 3.78 0.04 0.00 par:pas; -damée damer VER f s 11.60 3.78 0.00 0.07 par:pas; -damées damer VER f p 11.60 3.78 0.00 0.14 par:pas; -dan dan NOM m s 0.49 0.07 0.49 0.07 -danaïde danaïde NOM f s 0.00 0.07 0.00 0.07 -dancing dancing NOM m s 1.15 3.51 0.94 2.70 -dancings dancing NOM m p 1.15 3.51 0.20 0.81 -dandina dandiner VER 0.26 7.30 0.00 0.34 ind:pas:3s; -dandinaient dandiner VER 0.26 7.30 0.00 0.34 ind:imp:3p; -dandinais dandiner VER 0.26 7.30 0.00 0.07 ind:imp:1s; -dandinait dandiner VER 0.26 7.30 0.01 1.76 ind:imp:3s; -dandinant dandiner VER 0.26 7.30 0.03 2.57 par:pre; -dandine dandiner VER 0.26 7.30 0.09 0.95 imp:pre:2s;ind:pre:1s;ind:pre:3s; -dandinement dandinement NOM m s 0.00 0.74 0.00 0.54 -dandinements dandinement NOM m p 0.00 0.74 0.00 0.20 -dandinent dandiner VER 0.26 7.30 0.02 0.20 ind:pre:3p; -dandiner dandiner VER 0.26 7.30 0.09 0.88 inf; -dandinez dandiner VER 0.26 7.30 0.02 0.07 imp:pre:2p;ind:pre:2p; -dandinée dandiner VER f s 0.26 7.30 0.00 0.07 par:pas; -dandinés dandiner VER m p 0.26 7.30 0.00 0.07 par:pas; -dandy dandy NOM m s 2.87 3.51 2.61 3.18 -dandys dandy NOM m p 2.87 3.51 0.26 0.34 -dandysme dandysme NOM m s 0.00 0.41 0.00 0.41 -danger danger NOM m s 80.61 55.27 76.73 45.20 -dangereuse dangereux ADJ f s 101.84 47.57 13.61 10.27 -dangereusement dangereusement ADV 2.13 5.88 2.13 5.88 -dangereuses dangereux ADJ f p 101.84 47.57 4.75 4.53 -dangereux dangereux ADJ m 101.84 47.57 83.48 32.77 -dangerosité dangerosité NOM f s 0.01 0.14 0.01 0.14 -dangers danger NOM m p 80.61 55.27 3.87 10.07 -dano dano NOM m s 0.25 0.07 0.25 0.07 -danois danois ADJ m 3.37 2.03 2.77 1.22 -danoise danois ADJ f s 3.37 2.03 0.57 0.34 -danoises danois ADJ f p 3.37 2.03 0.02 0.47 -dans dans PRE 4658.59 8296.08 4658.59 8296.08 -dansa danser VER 137.40 92.57 0.07 1.15 ind:pas:3s; -dansai danser VER 137.40 92.57 0.00 0.14 ind:pas:1s; -dansaient danser VER 137.40 92.57 1.20 8.99 ind:imp:3p; -dansais danser VER 137.40 92.57 2.43 1.69 ind:imp:1s;ind:imp:2s; -dansait danser VER 137.40 92.57 3.15 13.85 ind:imp:3s; -dansant danser VER 137.40 92.57 2.25 5.54 par:pre; -dansante dansant ADJ f s 2.44 6.89 0.57 1.76 -dansantes dansant ADJ f p 2.44 6.89 0.64 1.96 -dansants dansant ADJ m p 2.44 6.89 0.41 0.61 -danse danse NOM f s 51.23 35.27 46.92 29.19 -dansent danser VER 137.40 92.57 5.58 5.54 ind:pre:3p; -danser danser VER 137.40 92.57 70.06 35.41 ind:pre:2p;inf; -dansera danser VER 137.40 92.57 1.44 0.20 ind:fut:3s; -danserai danser VER 137.40 92.57 1.30 0.20 ind:fut:1s; -danseraient danser VER 137.40 92.57 0.01 0.27 cnd:pre:3p; -danserais danser VER 137.40 92.57 0.19 0.14 cnd:pre:1s;cnd:pre:2s; -danserait danser VER 137.40 92.57 0.25 0.34 cnd:pre:3s; -danseras danser VER 137.40 92.57 0.34 0.20 ind:fut:2s; -danserez danser VER 137.40 92.57 0.53 0.00 ind:fut:2p; -danseriez danser VER 137.40 92.57 0.01 0.00 cnd:pre:2p; -danserions danser VER 137.40 92.57 0.03 0.00 cnd:pre:1p; -danserons danser VER 137.40 92.57 0.31 0.07 ind:fut:1p; -danseront danser VER 137.40 92.57 0.14 0.20 ind:fut:3p; -danses danser VER 137.40 92.57 6.81 0.47 ind:pre:2s;sub:pre:2s; -danseur danseur NOM m s 19.54 25.68 5.85 5.00 -danseurs danseur NOM m p 19.54 25.68 3.64 5.95 -danseuse danseur NOM f s 19.54 25.68 10.05 8.58 -danseuses danseuse NOM f p 3.51 0.00 3.51 0.00 -dansez danser VER 137.40 92.57 6.41 0.74 imp:pre:2p;ind:pre:2p; -dansiez danser VER 137.40 92.57 0.37 0.07 ind:imp:2p; -dansions danser VER 137.40 92.57 0.56 0.68 ind:imp:1p; -dansâmes danser VER 137.40 92.57 0.00 0.07 ind:pas:1p; -dansons danser VER 137.40 92.57 4.33 0.88 imp:pre:1p;ind:pre:1p; -dansota dansoter VER 0.00 0.34 0.00 0.07 ind:pas:3s; -dansotait dansoter VER 0.00 0.34 0.00 0.27 ind:imp:3s; -dansotter dansotter VER 0.00 0.07 0.00 0.07 inf; -dansèrent danser VER 137.40 92.57 0.15 1.35 ind:pas:3p; -dansé danser VER m s 137.40 92.57 5.94 4.32 par:pas; -dansée danser VER f s 137.40 92.57 0.05 0.27 par:pas; -dantesque dantesque ADJ s 0.29 0.34 0.18 0.20 -dantesques dantesque ADJ p 0.29 0.34 0.11 0.14 -danubien danubien ADJ m s 0.00 0.20 0.00 0.07 -danubienne danubien ADJ f s 0.00 0.20 0.00 0.07 -danubiennes danubien ADJ f p 0.00 0.20 0.00 0.07 -dao dao NOM m s 0.09 0.00 0.09 0.00 -daphné daphné NOM m s 0.13 0.07 0.13 0.07 -darce darce NOM f s 0.02 0.00 0.02 0.00 -dard dard NOM m s 1.61 2.84 1.30 1.55 -darda darder VER 0.16 4.19 0.00 0.20 ind:pas:3s; -dardaient darder VER 0.16 4.19 0.00 0.14 ind:imp:3p; -dardait darder VER 0.16 4.19 0.00 0.74 ind:imp:3s; -dardant darder VER 0.16 4.19 0.01 0.68 par:pre; -darde darder VER 0.16 4.19 0.03 0.47 imp:pre:2s;ind:pre:1s;ind:pre:3s; -dardent darder VER 0.16 4.19 0.01 0.07 ind:pre:3p; -darder darder VER 0.16 4.19 0.10 0.07 inf; -dardillonnaient dardillonner VER 0.00 0.14 0.00 0.07 ind:imp:3p; -dardillonne dardillonner VER 0.00 0.14 0.00 0.07 ind:pre:3s; -dards dard NOM m p 1.61 2.84 0.31 1.28 -dardé darder VER m s 0.16 4.19 0.01 0.61 par:pas; -dardée darder VER f s 0.16 4.19 0.00 0.61 par:pas; -dardées darder VER f p 0.16 4.19 0.00 0.41 par:pas; -dardés darder VER m p 0.16 4.19 0.00 0.20 par:pas; -dare_dare dare_dare ADV 0.21 1.55 0.17 1.28 -dare_dare dare_dare ADV 0.21 1.55 0.04 0.27 -darioles dariole NOM f p 0.01 0.00 0.01 0.00 -darne darne NOM f s 0.00 0.14 0.00 0.14 -daron daron NOM m s 0.04 2.50 0.01 0.88 -daronne daron NOM f s 0.04 2.50 0.00 1.01 -daronnes daron NOM f p 0.04 2.50 0.00 0.14 -darons daron NOM m p 0.04 2.50 0.02 0.47 -darse darse NOM f s 0.00 0.61 0.00 0.54 -darses darse NOM f p 0.00 0.61 0.00 0.07 -dartres dartre NOM f p 0.00 0.14 0.00 0.14 -dartreuses dartreux ADJ f p 0.00 0.07 0.00 0.07 -dasein dasein NOM m s 0.00 0.07 0.00 0.07 -data dater VER 16.69 17.23 0.46 0.00 ind:pas:3s; -datable datable ADJ m s 0.00 0.07 0.00 0.07 -datage datage NOM m s 0.01 0.00 0.01 0.00 -dataient dater VER 16.69 17.23 0.12 0.95 ind:imp:3p; -datait dater VER 16.69 17.23 0.34 3.18 ind:imp:3s; -datant dater VER 16.69 17.23 1.01 2.57 par:pre; -datation datation NOM f s 0.20 0.14 0.20 0.14 -datcha datcha NOM f s 1.74 1.15 1.74 0.74 -datchas datcha NOM f p 1.74 1.15 0.00 0.41 -date date NOM f s 31.41 45.74 26.88 36.62 -datent dater VER 16.69 17.23 2.35 0.95 ind:pre:3p; -dater dater VER 16.69 17.23 1.48 1.55 inf; -daterai dater VER 16.69 17.23 0.00 0.07 ind:fut:1s; -daterais dater VER 16.69 17.23 0.00 0.07 cnd:pre:1s; -daterait dater VER 16.69 17.23 0.03 0.14 cnd:pre:3s; -dates date NOM f p 31.41 45.74 4.53 9.12 -dateur dateur ADJ m s 0.01 0.00 0.01 0.00 -dateur dateur NOM m s 0.01 0.00 0.01 0.00 -datez dater VER 16.69 17.23 0.04 0.00 imp:pre:2p;ind:pre:2p; -datif datif NOM m s 0.02 0.00 0.02 0.00 -datte datte NOM f s 0.95 2.64 0.24 0.14 -dattes datte NOM f p 0.95 2.64 0.71 2.50 -dattier dattier NOM m s 0.01 1.62 0.00 0.68 -dattiers dattier NOM m p 0.01 1.62 0.01 0.95 -daté dater VER m s 16.69 17.23 0.81 1.82 par:pas; -datée dater VER f s 16.69 17.23 0.34 1.42 par:pas; -datées dater VER f p 16.69 17.23 0.09 0.34 par:pas; -datura datura NOM m s 0.02 0.20 0.02 0.00 -daturas datura NOM m p 0.02 0.20 0.00 0.20 -datés dater VER m p 16.69 17.23 0.09 0.41 par:pas; -daubait dauber VER 0.02 0.20 0.00 0.07 ind:imp:3s; -daube daube NOM f s 0.99 0.68 0.98 0.54 -dauber dauber VER 0.02 0.20 0.01 0.14 inf; -daubes daube NOM f p 0.99 0.68 0.01 0.14 -daubière daubière NOM f s 0.01 0.00 0.01 0.00 -daubé dauber VER m s 0.02 0.20 0.01 0.00 par:pas; -dauphin dauphin NOM m s 4.71 11.82 1.76 1.22 -dauphinat dauphinat NOM m s 0.00 0.20 0.00 0.20 -dauphine dauphin NOM f s 4.71 11.82 0.32 9.26 -dauphines dauphin NOM f p 4.71 11.82 0.00 0.14 -dauphinois dauphinois ADJ m s 0.27 0.41 0.27 0.41 -dauphins dauphin NOM m p 4.71 11.82 2.63 1.22 -daurade daurade NOM f s 0.30 0.95 0.29 0.74 -daurades daurade NOM f p 0.30 0.95 0.01 0.20 -davantage davantage ADV 29.56 97.84 29.56 97.84 -davier davier NOM m s 0.02 0.20 0.02 0.20 -daya daya NOM f s 4.13 0.00 4.13 0.00 -dc dc ADJ:num 0.58 0.07 0.58 0.07 -de_amicis de_amicis NOM m s 0.00 0.07 0.00 0.07 -de_auditu de_auditu ADV 0.00 0.07 0.00 0.07 -de_facto de_facto ADV 0.16 0.07 0.16 0.07 -de_guingois de_guingois ADV 0.01 2.64 0.01 2.64 -de_plano de_plano ADV 0.04 0.00 0.04 0.00 -de_profundis de_profundis NOM m 0.06 0.41 0.06 0.41 -de_santis de_santis NOM m s 0.10 0.00 0.10 0.00 -de_traviole de_traviole ADV 0.43 1.28 0.43 1.28 -de_visu de_visu ADV 1.02 0.54 1.02 0.54 -de de PRE 25220.86 38928.92 25220.86 38928.92 -deadline deadline NOM s 0.16 0.00 0.16 0.00 -deal deal NOM m s 8.76 0.54 8.05 0.47 -dealaient dealer VER 5.27 1.42 0.01 0.07 ind:imp:3p; -dealais dealer VER 5.27 1.42 0.12 0.00 ind:imp:1s;ind:imp:2s; -dealait dealer VER 5.27 1.42 0.38 0.14 ind:imp:3s; -dealant dealer VER 5.27 1.42 0.06 0.00 par:pre; -deale dealer VER 5.27 1.42 1.14 0.68 imp:pre:2s;ind:pre:1s;ind:pre:3s; -dealent dealer VER 5.27 1.42 0.31 0.07 ind:pre:3p; -dealer dealer NOM m s 12.65 1.62 8.43 1.08 -dealera dealer VER 5.27 1.42 0.16 0.00 ind:fut:3s; -dealeront dealer VER 5.27 1.42 0.02 0.00 ind:fut:3p; -dealers dealer NOM m p 12.65 1.62 4.22 0.54 -deales dealer VER 5.27 1.42 0.38 0.00 ind:pre:2s; -dealez dealer VER 5.27 1.42 0.03 0.00 ind:pre:2p; -deals deal NOM m p 8.76 0.54 0.71 0.07 -dealé dealer VER m s 5.27 1.42 0.10 0.00 par:pas; -debater debater NOM m s 0.00 0.07 0.00 0.07 -debout debout ADV 91.81 158.85 91.81 158.85 -decca decca NOM m s 0.26 0.07 0.26 0.07 -deck deck NOM m s 0.22 0.00 0.22 0.00 -decrescendo decrescendo NOM m s 0.10 0.14 0.10 0.14 -dedans dedans ADV 76.55 39.46 76.55 39.46 -degré degré NOM m s 21.30 27.97 7.93 16.55 -degrés degré NOM m p 21.30 27.97 13.37 11.42 -dehors dehors ONO 30.23 0.61 30.23 0.61 -delco delco NOM m s 0.27 0.34 0.27 0.34 -delirium_tremens delirium_tremens NOM m 0.07 0.27 0.07 0.27 -delirium delirium NOM m s 0.09 0.41 0.09 0.41 -della_francesca della_francesca NOM m s 0.34 0.20 0.34 0.20 -della_porta della_porta NOM m s 0.00 0.07 0.00 0.07 -della_robbia della_robbia NOM m s 0.00 0.07 0.00 0.07 -delà delà ADV 3.73 12.70 3.73 12.70 -delphinidés delphinidé NOM m p 0.01 0.00 0.01 0.00 -delphinium delphinium NOM m s 0.04 0.00 0.02 0.00 -delphiniums delphinium NOM m p 0.04 0.00 0.02 0.00 -delta_plane delta_plane NOM m s 0.03 0.07 0.03 0.07 -delta delta NOM m s 6.59 2.09 6.50 1.82 -deltaplane deltaplane NOM m s 0.26 0.00 0.26 0.00 -deltas delta NOM m p 6.59 2.09 0.09 0.27 -deltoïde deltoïde NOM m s 0.16 0.20 0.06 0.00 -deltoïdes deltoïde NOM m p 0.16 0.20 0.10 0.20 -demain demain ADV 425.85 134.12 425.85 134.12 -demains demain NOM m p 50.40 21.55 0.00 0.14 -demanda demander VER 909.77 984.39 3.90 270.74 ind:pas:3s; -demandai demander VER 909.77 984.39 0.60 31.49 ind:pas:1s; -demandaient demander VER 909.77 984.39 1.80 10.00 ind:imp:3p; -demandais demander VER 909.77 984.39 35.69 30.07 ind:imp:1s;ind:imp:2s; -demandait demander VER 909.77 984.39 11.55 77.03 ind:imp:3s; -demandant demander VER 909.77 984.39 5.41 21.76 par:pre; -demande demander VER 909.77 984.39 289.34 208.18 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:1s;sub:pre:3s; -demandent demander VER 909.77 984.39 16.13 10.88 ind:pre:3p;sub:pre:3p; -demander demander VER 909.77 984.39 188.86 144.59 inf;;inf;;inf;;inf;; -demandera demander VER 909.77 984.39 7.56 3.58 ind:fut:3s; -demanderai demander VER 909.77 984.39 11.46 4.05 ind:fut:1s; -demanderaient demander VER 909.77 984.39 0.06 0.74 cnd:pre:3p; -demanderais demander VER 909.77 984.39 5.55 1.55 cnd:pre:1s;cnd:pre:2s; -demanderait demander VER 909.77 984.39 1.48 5.41 cnd:pre:3s; -demanderas demander VER 909.77 984.39 2.73 1.28 ind:fut:2s; -demanderesse demandeur NOM f s 0.78 0.34 0.04 0.00 -demanderez demander VER 909.77 984.39 1.48 1.22 ind:fut:2p; -demanderiez demander VER 909.77 984.39 0.87 0.14 cnd:pre:2p; -demanderons demander VER 909.77 984.39 1.06 0.27 ind:fut:1p; -demanderont demander VER 909.77 984.39 1.67 0.61 ind:fut:3p; -demandes demander VER 909.77 984.39 32.92 5.68 ind:pre:2s;sub:pre:2s; -demandeur demandeur NOM m s 0.78 0.34 0.20 0.14 -demandeurs demandeur NOM m p 0.78 0.34 0.54 0.20 -demandeuse demandeur NOM f s 0.78 0.34 0.01 0.00 -demandez demander VER 909.77 984.39 51.74 12.23 imp:pre:2p;ind:pre:2p; -demandiez demander VER 909.77 984.39 2.00 0.88 ind:imp:2p; -demandions demander VER 909.77 984.39 0.79 1.62 ind:imp:1p; -demandâmes demander VER 909.77 984.39 0.00 0.07 ind:pas:1p; -demandons demander VER 909.77 984.39 12.09 2.30 imp:pre:1p;ind:pre:1p; -demandât demander VER 909.77 984.39 0.00 1.76 sub:imp:3s; -demandèrent demander VER 909.77 984.39 0.66 2.70 ind:pas:3p; -demandé demander VER m s 909.77 984.39 212.89 128.92 par:pas;par:pas;par:pas; -demandée demander VER f s 909.77 984.39 6.81 2.70 par:pas; -demandées demander VER f p 909.77 984.39 0.65 0.74 par:pas; -demandés demander VER m p 909.77 984.39 2.02 1.22 par:pas; -demeura demeurer VER 13.18 128.85 0.27 18.65 ind:pas:3s; -demeurai demeurer VER 13.18 128.85 0.02 3.24 ind:pas:1s; -demeuraient demeurer VER 13.18 128.85 0.16 6.49 ind:imp:3p; -demeurais demeurer VER 13.18 128.85 0.00 2.23 ind:imp:1s; -demeurait demeurer VER 13.18 128.85 0.45 24.59 ind:imp:3s; -demeurant demeurer VER 13.18 128.85 0.27 13.85 par:pre; -demeurassent demeurer VER 13.18 128.85 0.00 0.27 sub:imp:3p; -demeure demeure NOM f s 13.34 28.11 12.24 20.07 -demeurent demeurer VER 13.18 128.85 1.99 5.34 ind:pre:3p; -demeurer demeurer VER 13.18 128.85 1.86 14.12 inf; -demeurera demeurer VER 13.18 128.85 0.41 1.01 ind:fut:3s; -demeurerai demeurer VER 13.18 128.85 0.09 0.27 ind:fut:1s; -demeureraient demeurer VER 13.18 128.85 0.00 0.34 cnd:pre:3p; -demeurerais demeurer VER 13.18 128.85 0.00 0.20 cnd:pre:1s; -demeurerait demeurer VER 13.18 128.85 0.00 1.49 cnd:pre:3s; -demeureras demeurer VER 13.18 128.85 0.18 0.00 ind:fut:2s; -demeurerez demeurer VER 13.18 128.85 0.06 0.07 ind:fut:2p; -demeurerions demeurer VER 13.18 128.85 0.00 0.07 cnd:pre:1p; -demeurerons demeurer VER 13.18 128.85 0.13 0.07 ind:fut:1p; -demeureront demeurer VER 13.18 128.85 0.03 0.54 ind:fut:3p; -demeures demeure NOM f p 13.34 28.11 1.10 8.04 -demeurez demeurer VER 13.18 128.85 1.02 0.47 imp:pre:2p;ind:pre:2p; -demeuriez demeurer VER 13.18 128.85 0.14 0.20 ind:imp:2p; -demeurions demeurer VER 13.18 128.85 0.00 0.68 ind:imp:1p; -demeurâmes demeurer VER 13.18 128.85 0.00 0.47 ind:pas:1p; -demeurons demeurer VER 13.18 128.85 0.12 1.01 imp:pre:1p;ind:pre:1p; -demeurât demeurer VER 13.18 128.85 0.01 1.28 sub:imp:3s; -demeurèrent demeurer VER 13.18 128.85 0.00 4.12 ind:pas:3p; -demeuré demeuré NOM m s 2.92 2.23 2.06 1.28 -demeurée demeuré NOM f s 2.92 2.23 0.31 0.47 -demeurées demeuré ADJ f p 0.80 2.36 0.01 0.20 -demeurés demeuré NOM m p 2.92 2.23 0.55 0.41 -demi_barbare demi_barbare NOM s 0.00 0.07 0.00 0.07 -demi_bas demi_bas NOM m 0.01 0.14 0.01 0.14 -demi_bonheur demi_bonheur NOM m s 0.00 0.07 0.00 0.07 -demi_botte demi_botte NOM f p 0.00 0.14 0.00 0.14 -demi_bouteille demi_bouteille NOM f s 0.41 0.47 0.41 0.47 -demi_brigade demi_brigade NOM f s 0.00 0.68 0.00 0.61 -demi_brigade demi_brigade NOM f p 0.00 0.68 0.00 0.07 -demi_cent demi_cent NOM m s 0.01 0.07 0.01 0.07 -demi_centimètre demi_centimètre NOM m s 0.02 0.20 0.02 0.20 -demi_centre demi_centre NOM m s 0.00 0.07 0.00 0.07 -demi_cercle demi_cercle NOM m s 0.12 4.80 0.11 4.46 -demi_cercle demi_cercle NOM m p 0.12 4.80 0.01 0.34 -demi_chagrin demi_chagrin NOM m s 0.00 0.07 0.00 0.07 -demi_clair demi_clair NOM m s 0.00 0.07 0.00 0.07 -demi_clarté demi_clarté NOM f s 0.00 0.20 0.00 0.20 -demi_cloison demi_cloison NOM f s 0.00 0.20 0.00 0.20 -demi_coma demi_coma NOM m s 0.01 0.27 0.01 0.27 -demi_confidence demi_confidence NOM f s 0.00 0.07 0.00 0.07 -demi_conscience demi_conscience NOM f s 0.00 0.20 0.00 0.20 -demi_cylindre demi_cylindre NOM m s 0.00 0.14 0.00 0.14 -demi_degré demi_degré NOM m s 0.01 0.00 0.01 0.00 -demi_deuil demi_deuil NOM m s 0.00 0.34 0.00 0.34 -demi_dieu demi_dieu NOM m s 0.47 0.47 0.47 0.47 -demi_dieux demi_dieux NOM m p 0.16 0.47 0.16 0.47 -demi_dose demi_dose NOM f s 0.03 0.00 0.03 0.00 -demi_douzaine demi_douzaine NOM f s 1.34 6.55 1.34 6.55 -demi_dévêtu demi_dévêtu ADJ m s 0.00 0.14 0.00 0.07 -demi_dévêtu demi_dévêtu ADJ f s 0.00 0.14 0.00 0.07 -demi_figure demi_figure NOM f s 0.00 0.07 0.00 0.07 -demi_finale demi_finale NOM f s 1.13 0.00 0.87 0.00 -demi_finale demi_finale NOM f p 1.13 0.00 0.26 0.00 -demi_finaliste demi_finaliste NOM s 0.01 0.00 0.01 0.00 -demi_fond demi_fond NOM m s 0.21 0.14 0.21 0.14 -demi_fou demi_fou NOM m s 0.14 0.14 0.14 0.00 -demi_fou demi_fou NOM m p 0.14 0.14 0.00 0.14 -demi_frère demi_frère NOM m s 2.70 2.91 2.17 2.91 -demi_frère demi_frère NOM m p 2.70 2.91 0.53 0.00 -demi_gros demi_gros NOM m 0.01 0.47 0.01 0.47 -demi_heure demi_heure NOM f s 26.65 23.18 26.65 22.43 -heur heur NOM f p 0.28 1.15 0.22 0.07 -demi_jour demi_jour NOM m s 0.02 1.28 0.02 1.28 -demi_journée demi_journée NOM f s 1.65 1.08 1.60 1.01 -demi_journée demi_journée NOM f p 1.65 1.08 0.05 0.07 -demi_juif demi_juif NOM m s 0.01 0.00 0.01 0.00 -demi_kilomètre demi_kilomètre NOM m s 0.14 0.14 0.14 0.14 -demi_liberté demi_liberté NOM f s 0.00 0.07 0.00 0.07 -demi_lieue demi_lieue NOM f s 0.30 0.41 0.30 0.41 -demi_litre demi_litre NOM m s 0.67 0.81 0.67 0.81 -demi_livre demi_livre NOM f s 0.12 0.34 0.12 0.34 -demi_longueur demi_longueur NOM f s 0.06 0.00 0.06 0.00 -demi_louis demi_louis NOM m 0.00 0.07 0.00 0.07 -demi_lueur demi_lueur NOM f s 0.00 0.07 0.00 0.07 -demi_lumière demi_lumière NOM f s 0.00 0.07 0.00 0.07 -demi_lune demi_lune NOM f s 1.03 2.36 0.92 2.23 -demi_lune demi_lune NOM f p 1.03 2.36 0.11 0.14 -demi_luxe demi_luxe NOM m s 0.00 0.07 0.00 0.07 -demi_mal demi_mal NOM m s 0.00 0.07 0.00 0.07 -demi_mensonge demi_mensonge NOM m s 0.01 0.07 0.01 0.07 -demi_mesure demi_mesure NOM f s 0.39 0.54 0.14 0.14 -demi_mesure demi_mesure NOM f p 0.39 0.54 0.25 0.41 -demi_mille demi_mille NOM m 0.00 0.07 0.00 0.07 -demi_milliard demi_milliard NOM m s 0.87 0.07 0.87 0.07 -demi_millimètre demi_millimètre NOM m s 0.00 0.07 0.00 0.07 -demi_million demi_million NOM m s 3.08 0.41 3.08 0.41 -demi_minute demi_minute NOM f s 0.04 0.07 0.04 0.07 -demi_mois demi_mois NOM m 0.15 0.00 0.15 0.00 -demi_mondain demi_mondain NOM f s 0.00 0.74 0.00 0.27 -demi_mondain demi_mondain NOM f p 0.00 0.74 0.00 0.47 -demi_monde demi_monde NOM m s 0.01 0.14 0.01 0.14 -demi_mort demi_mort NOM m s 0.26 0.27 0.11 0.20 -demi_mort demi_mort NOM f s 0.26 0.27 0.04 0.07 -demi_mort demi_mort NOM m p 0.26 0.27 0.10 0.00 -demi_mot demi_mot NOM m s 0.19 1.49 0.19 1.49 -demi_mètre demi_mètre NOM m s 0.00 0.54 0.00 0.54 -demi_muid demi_muid NOM m s 0.00 0.07 0.00 0.07 -demi_nu demi_nu ADV 0.14 0.00 0.14 0.00 -demi_nuit demi_nuit NOM f s 0.02 0.27 0.02 0.27 -demi_obscurité demi_obscurité NOM f s 0.00 1.96 0.00 1.96 -demi_ouvert demi_ouvert ADJ f s 0.00 0.07 0.00 0.07 -demi_ouvrier demi_ouvrier NOM m s 0.00 0.07 0.00 0.07 -demi_page demi_page NOM f s 0.05 0.41 0.05 0.41 -demi_paralysé demi_paralysé ADJ m s 0.10 0.00 0.10 0.00 -demi_part demi_part NOM f s 0.01 0.00 0.01 0.00 -demi_pas demi_pas NOM m 0.21 0.27 0.21 0.27 -demi_pension demi_pension NOM f s 0.00 0.41 0.00 0.41 -demi_pensionnaire demi_pensionnaire NOM s 0.00 0.41 0.00 0.20 -demi_pensionnaire demi_pensionnaire NOM p 0.00 0.41 0.00 0.20 -demi_personne demi_personne ADJ m s 0.00 0.07 0.00 0.07 -demi_pied demi_pied NOM m s 0.00 0.07 0.00 0.07 -demi_pinte demi_pinte NOM f s 0.07 0.07 0.07 0.07 -demi_pièce demi_pièce NOM f s 0.00 0.07 0.00 0.07 -demi_place demi_place NOM f s 0.11 0.00 0.11 0.00 -demi_plein demi_plein ADJ m s 0.01 0.00 0.01 0.00 -demi_point demi_point NOM m s 0.14 0.00 0.14 0.00 -demi_pointe demi_pointe NOM f p 0.00 0.07 0.00 0.07 -demi_porte demi_porte NOM f s 0.00 0.14 0.00 0.14 -demi_portion demi_portion NOM f s 1.23 0.20 1.18 0.00 -demi_portion demi_portion NOM f p 1.23 0.20 0.05 0.20 -demi_pouce demi_pouce ADJ m s 0.01 0.00 0.01 0.00 -demi_quart demi_quart NOM m s 0.00 0.07 0.00 0.07 -demi_queue demi_queue NOM m s 0.01 0.20 0.01 0.20 -demi_rond demi_rond NOM f s 0.00 0.34 0.00 0.34 -demi_réussite demi_réussite NOM f s 0.00 0.14 0.00 0.14 -demi_rêve demi_rêve NOM m s 0.00 0.20 0.00 0.20 -demi_révérence demi_révérence NOM f s 0.00 0.07 0.00 0.07 -demi_saison demi_saison NOM f s 0.00 0.95 0.00 0.81 -demi_saison demi_saison NOM f p 0.00 0.95 0.00 0.14 -demi_sang demi_sang NOM m s 0.04 0.54 0.04 0.47 -demi_sang demi_sang NOM m p 0.04 0.54 0.00 0.07 -demi_seconde demi_seconde NOM f s 0.13 1.01 0.13 1.01 -demi_section demi_section NOM f s 0.00 0.41 0.00 0.41 -demi_sel demi_sel NOM m 0.04 0.47 0.03 0.27 -demi_sel demi_sel NOM m p 0.04 0.47 0.01 0.20 -demi_siècle demi_siècle NOM m s 0.17 5.95 0.17 5.81 -demi_siècle demi_siècle NOM m p 0.17 5.95 0.00 0.14 -demi_soeur demi_soeur NOM f s 0.50 9.05 0.42 8.92 -demi_soeur demi_soeur NOM f p 0.50 9.05 0.07 0.14 -demi_solde demi_solde NOM f s 0.01 0.14 0.01 0.07 -demi_solde demi_solde NOM f p 0.01 0.14 0.00 0.07 -demi_sommeil demi_sommeil NOM m s 0.25 2.50 0.25 2.43 -demi_sommeil demi_sommeil NOM m p 0.25 2.50 0.00 0.07 -demi_somnolence demi_somnolence NOM f s 0.00 0.14 0.00 0.14 -demi_sourire demi_sourire NOM m s 0.00 2.84 0.00 2.77 -demi_sourire demi_sourire NOM m p 0.00 2.84 0.00 0.07 -demi_succès demi_succès NOM m 0.00 0.20 0.00 0.20 -demi_suicide demi_suicide NOM m s 0.00 0.07 0.00 0.07 -demi_talent demi_talent NOM m s 0.05 0.00 0.05 0.00 -demi_tarif demi_tarif NOM m s 0.56 0.14 0.56 0.14 -demi_tasse demi_tasse NOM f s 0.08 0.07 0.08 0.07 -demi_teinte demi_teinte NOM f s 0.06 0.95 0.04 0.47 -demi_teinte demi_teinte NOM f p 0.06 0.95 0.02 0.47 -demi_ton demi_ton NOM m s 0.34 0.61 0.00 0.34 -demi_ton demi_ton NOM f s 0.34 0.61 0.21 0.07 -demi_tonneau demi_tonneau NOM m s 0.00 0.07 0.00 0.07 -demi_ton demi_ton NOM m p 0.34 0.61 0.14 0.20 -demi_tour demi_tour NOM m s 19.27 16.08 19.25 15.88 -demi_tour demi_tour NOM m p 19.27 16.08 0.02 0.20 -demi_tête demi_tête NOM f s 0.11 0.14 0.11 0.14 -demi_échec demi_échec NOM m s 0.00 0.07 0.00 0.07 -demi_verre demi_verre NOM m s 0.30 1.22 0.30 1.22 -demi_vertu demi_vertu NOM f s 0.00 0.07 0.00 0.07 -demi_vie demi_vie NOM f s 0.11 0.00 0.08 0.00 -demi_vierge demi_vierge NOM f s 0.02 0.20 0.02 0.07 -demi_vierge demi_vierge NOM f p 0.02 0.20 0.00 0.14 -demi_vie demi_vie NOM f p 0.11 0.00 0.02 0.00 -demi_volte demi_volte NOM f s 0.01 0.07 0.01 0.00 -demi_volte demi_volte NOM f p 0.01 0.07 0.00 0.07 -demi_volée demi_volée NOM f s 0.00 0.07 0.00 0.07 -demi_volume demi_volume NOM m s 0.00 0.07 0.00 0.07 -demi_vérité demi_vérité NOM f s 0.32 0.07 0.32 0.07 -demi demi ADJ m s 38.26 43.51 25.18 19.12 -demie demi ADJ f s 38.26 43.51 12.98 24.05 -demies demie NOM f p 0.13 0.00 0.13 0.00 -demis demi NOM m p 4.52 9.80 0.19 1.49 -demoiselle damoiseau NOM f s 11.41 20.00 11.25 12.64 -demoiselles demoiselle NOM f p 4.62 0.00 4.62 0.00 -dendrite dendrite NOM f s 0.01 0.00 0.01 0.00 -dengue dengue NOM f s 0.02 0.00 0.02 0.00 -denier denier NOM m s 1.97 1.62 0.64 0.41 -deniers denier NOM m p 1.97 1.62 1.34 1.22 -denim denim NOM m s 0.04 0.07 0.04 0.00 -denims denim NOM m p 0.04 0.07 0.00 0.07 -denrée denrée NOM f s 1.86 4.73 1.23 1.01 -denrées denrée NOM f p 1.86 4.73 0.64 3.72 -dense dense ADJ s 2.04 11.69 1.69 9.86 -denses dense ADJ p 2.04 11.69 0.35 1.82 -densifia densifier VER 0.02 0.07 0.00 0.07 ind:pas:3s; -densifie densifier VER 0.02 0.07 0.01 0.00 ind:pre:3s; -densifié densifier VER m s 0.02 0.07 0.01 0.00 par:pas; -densimètre densimètre NOM m s 0.01 0.00 0.01 0.00 -densité densité NOM f s 1.50 5.74 1.47 5.54 -densités densité NOM f p 1.50 5.74 0.04 0.20 -dent_de_lion dent_de_lion NOM f s 0.03 0.07 0.03 0.07 -dent dent NOM f s 74.20 125.68 13.27 11.15 -dentaire dentaire ADJ s 4.22 1.28 3.50 0.68 -dentaires dentaire ADJ p 4.22 1.28 0.72 0.61 -dental dental ADJ m s 0.04 0.47 0.04 0.07 -dentale dental ADJ f s 0.04 0.47 0.00 0.07 -dentales dental ADJ f p 0.04 0.47 0.00 0.34 -dentelle dentelle NOM f s 3.78 25.07 3.04 17.50 -dentelles dentelle NOM f p 3.78 25.07 0.73 7.57 -dentellière dentellière NOM f s 0.00 2.36 0.00 2.36 -dentelé denteler VER m s 0.13 0.81 0.07 0.34 par:pas; -dentelée dentelé ADJ f s 0.23 2.70 0.17 0.68 -dentelées denteler VER f p 0.13 0.81 0.02 0.14 par:pas; -dentelure dentelure NOM f s 0.11 0.88 0.11 0.61 -dentelures dentelure NOM f p 0.11 0.88 0.00 0.27 -dentelés dentelé ADJ m p 0.23 2.70 0.01 0.47 -dentier dentier NOM m s 1.74 2.77 1.64 2.50 -dentiers dentier NOM m p 1.74 2.77 0.10 0.27 -dentifrice dentifrice NOM m s 3.87 1.28 3.84 1.15 -dentifrices dentifrice NOM m p 3.87 1.28 0.02 0.14 -dentiste dentiste NOM s 15.40 5.61 14.57 4.93 -dentisterie dentisterie NOM f s 0.16 0.00 0.16 0.00 -dentistes dentiste NOM p 15.40 5.61 0.83 0.68 -dentition dentition NOM f s 1.08 0.47 1.07 0.41 -dentitions dentition NOM f p 1.08 0.47 0.01 0.07 -dents dent NOM f p 74.20 125.68 60.94 114.53 -denté denté ADJ m s 0.04 0.27 0.00 0.07 -dentée denté ADJ f s 0.04 0.27 0.03 0.07 -dentées denté ADJ f p 0.04 0.27 0.00 0.14 -denture denture NOM f s 0.07 2.16 0.07 1.96 -dentures denture NOM f p 0.07 2.16 0.00 0.20 -dentés denté ADJ m p 0.04 0.27 0.01 0.00 -deo_gratias deo_gratias NOM m 0.01 0.20 0.01 0.20 -depuis depuis PRE 483.95 542.64 483.95 542.64 -der der NOM s 4.70 3.92 4.53 3.58 -derby derby NOM m s 0.39 0.20 0.36 0.14 -derbys derby NOM m p 0.39 0.20 0.03 0.07 -derche derche NOM m s 0.83 3.04 0.72 2.57 -derches derche NOM m p 0.83 3.04 0.11 0.47 -derechef derechef ADV 0.01 3.24 0.01 3.24 -dermatite dermatite NOM f s 0.08 0.00 0.08 0.00 -dermatoglyphes dermatoglyphe NOM m p 0.00 0.07 0.00 0.07 -dermatologie dermatologie NOM f s 0.23 0.00 0.23 0.00 -dermatologique dermatologique ADJ s 0.35 0.61 0.32 0.54 -dermatologiques dermatologique ADJ p 0.35 0.61 0.03 0.07 -dermatologiste dermatologiste NOM s 0.07 0.00 0.07 0.00 -dermatologue dermatologue NOM s 0.38 0.00 0.38 0.00 -dermatose dermatose NOM f s 0.00 0.14 0.00 0.07 -dermatoses dermatose NOM f p 0.00 0.14 0.00 0.07 -derme derme NOM m s 0.52 0.41 0.52 0.41 -dermeste dermeste NOM m s 0.01 0.00 0.01 0.00 -dermique dermique ADJ m s 0.03 0.07 0.03 0.00 -dermiques dermique ADJ p 0.03 0.07 0.00 0.07 -dermite dermite NOM f s 0.09 0.07 0.09 0.00 -dermites dermite NOM f p 0.09 0.07 0.00 0.07 -dermographie dermographie NOM f s 0.14 0.07 0.14 0.07 -dernier_né dernier_né NOM m s 0.05 1.01 0.05 0.88 -dernier dernier ADJ m s 431.08 403.11 138.57 146.42 -dernier_né dernier_né NOM m p 0.05 1.01 0.00 0.14 -derniers dernier ADJ m p 431.08 403.11 41.81 63.38 -dernière_née dernière_née NOM f s 0.01 0.20 0.01 0.20 -dernière dernier ADJ f s 431.08 403.11 224.41 145.27 -dernièrement dernièrement ADV 11.24 1.35 11.24 1.35 -dernières dernier ADJ f p 431.08 403.11 26.30 48.04 -derrick derrick NOM m s 2.04 0.27 1.98 0.07 -derricks derrick NOM m p 2.04 0.27 0.06 0.20 -derrière derrière PRE 105.10 349.39 105.10 349.39 -derrières derrière NOM m p 9.95 15.47 0.86 1.22 -ders der NOM p 4.70 3.92 0.17 0.34 -derviche derviche NOM m s 0.11 1.76 0.08 1.35 -derviches derviche NOM m p 0.11 1.76 0.03 0.41 -des des ART:ind p 6055.71 10624.93 6055.71 10624.93 -descamisados descamisado NOM m p 0.00 0.07 0.00 0.07 -descella desceller VER 0.07 1.55 0.00 0.07 ind:pas:3s; -descellant desceller VER 0.07 1.55 0.00 0.07 par:pre; -desceller desceller VER 0.07 1.55 0.01 0.41 inf; -descellera desceller VER 0.07 1.55 0.02 0.00 ind:fut:3s; -descellez desceller VER 0.07 1.55 0.00 0.07 ind:pre:2p; -descellé desceller VER m s 0.07 1.55 0.02 0.47 par:pas; -descellée desceller VER f s 0.07 1.55 0.02 0.14 par:pas; -descellées desceller VER f p 0.07 1.55 0.00 0.14 par:pas; -descellés desceller VER m p 0.07 1.55 0.00 0.20 par:pas; -descend descendre VER 235.97 301.62 26.09 32.64 ind:pre:3s; -descendîmes descendre VER 235.97 301.62 0.13 2.09 ind:pas:1p; -descendît descendre VER 235.97 301.62 0.00 0.34 sub:imp:3s; -descendaient descendre VER 235.97 301.62 0.67 10.41 ind:imp:3p; -descendais descendre VER 235.97 301.62 0.97 3.45 ind:imp:1s;ind:imp:2s; -descendait descendre VER 235.97 301.62 2.43 33.45 ind:imp:3s; -descendance descendance NOM f s 1.31 1.96 1.30 1.89 -descendances descendance NOM f p 1.31 1.96 0.01 0.07 -descendant descendre VER 235.97 301.62 3.73 16.76 par:pre; -descendante descendant NOM f s 3.45 5.00 0.25 0.34 -descendantes descendant NOM f p 3.45 5.00 0.04 0.00 -descendants descendant NOM m p 3.45 5.00 2.38 2.97 -descende descendre VER 235.97 301.62 3.55 2.50 sub:pre:1s;sub:pre:3s; -descendent descendre VER 235.97 301.62 4.27 10.41 ind:pre:3p;sub:pre:3p; -descendes descendre VER 235.97 301.62 1.13 0.14 sub:pre:2s; -descendeur descendeur NOM m s 0.04 0.07 0.04 0.00 -descendeurs descendeur NOM m p 0.04 0.07 0.00 0.07 -descendez descendre VER 235.97 301.62 25.89 1.96 imp:pre:2p;ind:pre:2p; -descendiez descendre VER 235.97 301.62 0.53 0.14 ind:imp:2p; -descendions descendre VER 235.97 301.62 0.38 2.70 ind:imp:1p; -descendirent descendre VER 235.97 301.62 0.04 10.00 ind:pas:3p; -descendis descendre VER 235.97 301.62 0.05 4.93 ind:pas:1s; -descendit descendre VER 235.97 301.62 0.61 33.99 ind:pas:3s; -descendons descendre VER 235.97 301.62 4.30 3.31 imp:pre:1p;ind:pre:1p; -descendra descendre VER 235.97 301.62 3.44 1.82 ind:fut:3s; -descendrai descendre VER 235.97 301.62 1.82 1.42 ind:fut:1s; -descendraient descendre VER 235.97 301.62 0.05 0.41 cnd:pre:3p; -descendrais descendre VER 235.97 301.62 0.46 0.41 cnd:pre:1s;cnd:pre:2s; -descendrait descendre VER 235.97 301.62 0.78 1.35 cnd:pre:3s; -descendras descendre VER 235.97 301.62 0.44 0.20 ind:fut:2s; -descendre descendre VER 235.97 301.62 65.28 70.41 inf; -descendrez descendre VER 235.97 301.62 0.53 0.14 ind:fut:2p; -descendriez descendre VER 235.97 301.62 0.03 0.00 cnd:pre:2p; -descendrions descendre VER 235.97 301.62 0.00 0.20 cnd:pre:1p; -descendrons descendre VER 235.97 301.62 0.69 0.54 ind:fut:1p; -descendront descendre VER 235.97 301.62 0.81 0.20 ind:fut:3p; -descends descendre VER 235.97 301.62 62.31 12.16 imp:pre:2s;ind:pre:1s;ind:pre:2s; -descendu descendre VER m s 235.97 301.62 18.05 26.01 par:pas; -descendue descendre VER f s 235.97 301.62 3.66 7.97 par:pas; -descendues descendre VER f p 235.97 301.62 0.16 1.15 par:pas; -descendus descendre VER m p 235.97 301.62 2.71 8.04 par:pas; -descenseur descenseur NOM m s 0.01 0.00 0.01 0.00 -descente descente NOM f s 11.59 23.24 10.48 20.81 -descentes descente NOM f p 11.59 23.24 1.10 2.43 -descriptible descriptible ADJ m s 0.00 0.27 0.00 0.07 -descriptibles descriptible ADJ f p 0.00 0.27 0.00 0.20 -descriptif descriptif NOM m s 0.14 0.41 0.12 0.20 -descriptifs descriptif NOM m p 0.14 0.41 0.02 0.20 -description description NOM f s 7.80 11.49 7.08 8.04 -descriptions description NOM f p 7.80 11.49 0.73 3.45 -descriptive descriptif ADJ f s 0.17 0.41 0.04 0.14 -descriptives descriptif ADJ f p 0.17 0.41 0.01 0.07 -desdites desdites PRE 0.00 0.07 0.00 0.07 -desdits desdits PRE 0.00 0.20 0.00 0.20 -desiderata desiderata NOM m 0.04 0.27 0.04 0.27 -design design NOM m s 1.54 0.88 1.47 0.88 -designer designer NOM s 0.57 0.00 0.51 0.00 -designers designer NOM p 0.57 0.00 0.07 0.00 -designs design NOM m p 1.54 0.88 0.08 0.00 -desk desk NOM m s 0.11 0.14 0.11 0.14 -desperado desperado NOM m s 0.27 0.47 0.21 0.20 -desperados desperado NOM m p 0.27 0.47 0.06 0.27 -despote despote NOM s 1.01 0.74 0.85 0.61 -despotes despote NOM p 1.01 0.74 0.16 0.14 -despotique despotique ADJ s 0.16 0.54 0.16 0.41 -despotiques despotique ADJ m p 0.16 0.54 0.00 0.14 -despotisme despotisme NOM m s 0.45 0.81 0.45 0.81 -desquamante desquamant ADJ f s 0.00 0.07 0.00 0.07 -desquamation desquamation NOM f s 0.01 0.07 0.01 0.07 -desquame desquamer VER 0.01 0.00 0.01 0.00 ind:pre:3s; -desquelles desquelles PRO:rel f p 0.81 9.39 0.81 7.64 -desquels desquels PRO:rel m p 0.78 10.14 0.64 7.97 -dessaisi dessaisir VER m s 0.25 0.61 0.07 0.07 par:pas; -dessaisir dessaisir VER 0.25 0.61 0.16 0.27 inf; -dessaisis dessaisir VER m p 0.25 0.61 0.01 0.07 ind:pre:1s;par:pas; -dessaisissais dessaisir VER 0.25 0.61 0.00 0.07 ind:imp:1s; -dessaisissement dessaisissement NOM m s 0.00 0.07 0.00 0.07 -dessaisissent dessaisir VER 0.25 0.61 0.00 0.07 ind:pre:3p; -dessaisit dessaisir VER 0.25 0.61 0.01 0.07 ind:pre:3s;ind:pas:3s; -dessalaient dessaler VER 0.16 0.34 0.00 0.07 ind:imp:3p; -dessalait dessaler VER 0.16 0.34 0.00 0.07 ind:imp:3s; -dessalant dessaler VER 0.16 0.34 0.00 0.07 par:pre; -dessale dessaler VER 0.16 0.34 0.00 0.07 ind:pre:3s; -dessaler dessaler VER 0.16 0.34 0.16 0.00 inf; -dessalé dessalé ADJ m s 0.00 0.47 0.00 0.14 -dessalée dessalé ADJ f s 0.00 0.47 0.00 0.14 -dessalées dessalé ADJ f p 0.00 0.47 0.00 0.14 -dessalés dessalé ADJ m p 0.00 0.47 0.00 0.07 -dessaoulais dessaouler VER 0.39 1.15 0.01 0.00 ind:imp:1s; -dessaoule dessaouler VER 0.39 1.15 0.13 0.41 imp:pre:2s;ind:pre:1s;ind:pre:3s; -dessaoulent dessaouler VER 0.39 1.15 0.00 0.07 ind:pre:3p; -dessaouler dessaouler VER 0.39 1.15 0.08 0.14 inf; -dessaoulé dessaouler VER m s 0.39 1.15 0.07 0.41 par:pas; -dessaoulée dessaouler VER f s 0.39 1.15 0.10 0.07 par:pas; -dessaoulés dessaouler VER m p 0.39 1.15 0.00 0.07 par:pas; -dessape dessaper VER 0.00 0.14 0.00 0.07 ind:pre:3s; -dessaper dessaper VER 0.00 0.14 0.00 0.07 inf; -dessein dessein NOM m s 7.29 14.86 5.32 10.20 -desseins dessein NOM m p 7.29 14.86 1.97 4.66 -desselle desseller VER 0.12 0.61 0.02 0.07 imp:pre:2s;ind:pre:3s; -desseller desseller VER 0.12 0.61 0.03 0.41 inf; -dessellez desseller VER 0.12 0.61 0.05 0.00 imp:pre:2p; -dessellé desseller VER m s 0.12 0.61 0.01 0.00 par:pas; -dessellées desseller VER f p 0.12 0.61 0.00 0.07 par:pas; -dessellés desseller VER m p 0.12 0.61 0.01 0.07 par:pas; -desserra desserrer VER 2.54 10.88 0.01 1.76 ind:pas:3s; -desserrage desserrage NOM m s 0.01 0.07 0.01 0.07 -desserrai desserrer VER 2.54 10.88 0.00 0.27 ind:pas:1s; -desserraient desserrer VER 2.54 10.88 0.00 0.20 ind:imp:3p; -desserrais desserrer VER 2.54 10.88 0.01 0.07 ind:imp:1s;ind:imp:2s; -desserrait desserrer VER 2.54 10.88 0.01 0.81 ind:imp:3s; -desserrant desserrer VER 2.54 10.88 0.00 0.47 par:pre; -desserre desserrer VER 2.54 10.88 0.83 0.74 imp:pre:2s;ind:pre:1s;ind:pre:3s; -desserrent desserrer VER 2.54 10.88 0.03 0.20 ind:pre:3p; -desserrer desserrer VER 2.54 10.88 0.38 3.58 inf; -desserrera desserrer VER 2.54 10.88 0.01 0.07 ind:fut:3s; -desserreraient desserrer VER 2.54 10.88 0.00 0.07 cnd:pre:3p; -desserrerait desserrer VER 2.54 10.88 0.00 0.07 cnd:pre:3s; -desserrez desserrer VER 2.54 10.88 0.72 0.07 imp:pre:2p;ind:pre:2p; -desserrons desserrer VER 2.54 10.88 0.03 0.00 imp:pre:1p; -desserrât desserrer VER 2.54 10.88 0.00 0.07 sub:imp:3s; -desserrèrent desserrer VER 2.54 10.88 0.00 0.14 ind:pas:3p; -desserré desserrer VER m s 2.54 10.88 0.32 1.69 par:pas; -desserrée desserrer VER f s 2.54 10.88 0.07 0.27 par:pas; -desserrées desserrer VER f p 2.54 10.88 0.01 0.20 par:pas; -desserrés desserrer VER m p 2.54 10.88 0.10 0.14 par:pas; -dessers desservir VER 1.16 5.14 0.00 0.07 ind:pre:2s; -dessert dessert NOM m s 13.40 12.57 11.61 11.62 -desserte desserte NOM f s 0.09 1.76 0.07 1.49 -dessertes desserte NOM f p 0.09 1.76 0.01 0.27 -dessertie dessertir VER f s 0.01 0.14 0.01 0.07 par:pas; -dessertir dessertir VER 0.01 0.14 0.00 0.07 inf; -desserts dessert NOM m p 13.40 12.57 1.79 0.95 -desservaient desservir VER 1.16 5.14 0.01 0.34 ind:imp:3p; -desservait desservir VER 1.16 5.14 0.02 0.88 ind:imp:3s; -desservant desservir VER 1.16 5.14 0.14 0.61 par:pre; -desserve desservir VER 1.16 5.14 0.02 0.07 sub:pre:3s; -desservent desservir VER 1.16 5.14 0.16 0.34 ind:pre:3p; -desservi desservir VER m s 1.16 5.14 0.16 0.61 par:pas; -desservie desservir VER f s 1.16 5.14 0.12 0.41 par:pas; -desservies desservir VER f p 1.16 5.14 0.14 0.07 par:pas; -desservir desservir VER 1.16 5.14 0.07 1.08 inf; -desservira desservir VER 1.16 5.14 0.02 0.00 ind:fut:3s; -desservirait desservir VER 1.16 5.14 0.02 0.07 cnd:pre:3s; -desserviront desservir VER 1.16 5.14 0.00 0.07 ind:fut:3p; -desservis desservir VER m p 1.16 5.14 0.03 0.07 par:pas; -desservit desservir VER 1.16 5.14 0.00 0.07 ind:pas:3s; -dessiccation dessiccation NOM f s 0.03 0.07 0.03 0.07 -dessille dessiller VER 0.29 0.81 0.00 0.07 ind:pre:3s; -dessiller dessiller VER 0.29 0.81 0.00 0.34 inf; -dessilleront dessiller VER 0.29 0.81 0.00 0.07 ind:fut:3p; -dessillé dessiller VER m s 0.29 0.81 0.29 0.07 par:pas; -dessillés dessiller VER m p 0.29 0.81 0.00 0.27 par:pas; -dessin dessin NOM m s 29.60 56.28 17.92 34.86 -dessina dessiner VER 29.97 79.66 0.29 3.45 ind:pas:3s; -dessinai dessiner VER 29.97 79.66 0.00 0.68 ind:pas:1s; -dessinaient dessiner VER 29.97 79.66 0.14 5.20 ind:imp:3p; -dessinais dessiner VER 29.97 79.66 0.89 0.88 ind:imp:1s;ind:imp:2s; -dessinait dessiner VER 29.97 79.66 0.85 10.88 ind:imp:3s; -dessinant dessiner VER 29.97 79.66 0.29 4.73 par:pre; -dessinateur dessinateur NOM m s 1.86 7.30 1.08 5.27 -dessinateurs dessinateur NOM m p 1.86 7.30 0.46 1.76 -dessinatrice dessinateur NOM f s 1.86 7.30 0.31 0.27 -dessine dessiner VER 29.97 79.66 6.05 10.68 imp:pre:2s;ind:pre:1s;ind:pre:3s; -dessinent dessiner VER 29.97 79.66 0.44 3.85 ind:pre:3p; -dessiner dessiner VER 29.97 79.66 9.10 12.97 inf; -dessinera dessiner VER 29.97 79.66 0.12 0.00 ind:fut:3s; -dessinerai dessiner VER 29.97 79.66 0.32 0.14 ind:fut:1s; -dessineraient dessiner VER 29.97 79.66 0.00 0.07 cnd:pre:3p; -dessinerais dessiner VER 29.97 79.66 0.04 0.14 cnd:pre:1s;cnd:pre:2s; -dessinerait dessiner VER 29.97 79.66 0.16 0.07 cnd:pre:3s; -dessinerez dessiner VER 29.97 79.66 0.00 0.07 ind:fut:2p; -dessineront dessiner VER 29.97 79.66 0.03 0.07 ind:fut:3p; -dessines dessiner VER 29.97 79.66 1.39 0.07 ind:pre:2s; -dessinez dessiner VER 29.97 79.66 0.99 0.27 imp:pre:2p;ind:pre:2p; -dessiniez dessiner VER 29.97 79.66 0.26 0.00 ind:imp:2p; -dessinions dessiner VER 29.97 79.66 0.02 0.07 ind:imp:1p; -dessinât dessiner VER 29.97 79.66 0.00 0.20 sub:imp:3s; -dessins dessin NOM m p 29.60 56.28 11.68 21.42 -dessinèrent dessiner VER 29.97 79.66 0.01 0.41 ind:pas:3p; -dessiné dessiner VER m s 29.97 79.66 5.05 8.99 par:pas; -dessinée dessiner VER f s 29.97 79.66 1.33 7.70 par:pas; -dessinées dessiner VER f p 29.97 79.66 1.85 5.27 par:pas; -dessinés dessiner VER m p 29.97 79.66 0.33 2.84 par:pas; -dessoûla dessoûler VER 1.69 0.81 0.00 0.07 ind:pas:3s; -dessoûlait dessoûler VER 1.69 0.81 0.00 0.14 ind:imp:3s; -dessoûle dessoûler VER 1.69 0.81 0.63 0.20 imp:pre:2s;ind:pre:1s;ind:pre:3s; -dessoûlent dessoûler VER 1.69 0.81 0.05 0.00 ind:pre:3p; -dessoûler dessoûler VER 1.69 0.81 0.37 0.14 inf; -dessoûles dessoûler VER 1.69 0.81 0.01 0.00 ind:pre:2s; -dessoûlez dessoûler VER 1.69 0.81 0.04 0.00 imp:pre:2p;ind:pre:2p; -dessoûlé dessoûler VER m s 1.69 0.81 0.58 0.14 par:pas; -dessoûlée dessoûler VER f s 1.69 0.81 0.01 0.14 par:pas; -dessoucha dessoucher VER 0.00 0.14 0.00 0.07 ind:pas:3s; -dessouchée dessoucher VER f s 0.00 0.14 0.00 0.07 par:pas; -dessouda dessouder VER 0.63 0.54 0.00 0.07 ind:pas:3s; -dessouder dessouder VER 0.63 0.54 0.45 0.14 inf; -dessoudé dessouder VER m s 0.63 0.54 0.18 0.20 par:pas; -dessoudée dessouder VER f s 0.63 0.54 0.00 0.07 par:pas; -dessoudées dessouder VER f p 0.63 0.54 0.00 0.07 par:pas; -dessoulait dessouler VER 0.04 0.20 0.00 0.07 ind:imp:3s; -dessouler dessouler VER 0.04 0.20 0.01 0.00 inf; -dessoulé dessouler VER m s 0.04 0.20 0.04 0.14 par:pas; -dessous_de_bras dessous_de_bras NOM m 0.01 0.07 0.01 0.07 -dessous_de_plat dessous_de_plat NOM m 0.20 0.54 0.20 0.54 -dessous_de_table dessous_de_table NOM m 0.21 0.00 0.21 0.00 -dessous_de_verre dessous_de_verre NOM m 0.01 0.00 0.01 0.00 -dessous dessous NOM m 18.14 29.46 18.14 29.46 -dessèche dessécher VER 3.54 15.61 0.85 0.74 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:1s; -dessèchement dessèchement NOM m s 0.02 0.07 0.02 0.07 -dessèchent dessécher VER 3.54 15.61 0.14 0.34 ind:pre:3p; -dessécha dessécher VER 3.54 15.61 0.02 0.00 ind:pas:3s; -desséchaient dessécher VER 3.54 15.61 0.02 0.47 ind:imp:3p; -desséchais dessécher VER 3.54 15.61 0.00 0.07 ind:imp:1s; -desséchait dessécher VER 3.54 15.61 0.01 1.42 ind:imp:3s; -desséchant dessécher VER 3.54 15.61 0.14 0.20 par:pre; -desséchante desséchant ADJ f s 0.01 0.20 0.00 0.14 -dessécher dessécher VER 3.54 15.61 0.25 0.88 inf; -dessécherait dessécher VER 3.54 15.61 0.01 0.07 cnd:pre:3s; -dessécheront dessécher VER 3.54 15.61 0.01 0.07 ind:fut:3p; -desséchez dessécher VER 3.54 15.61 0.01 0.00 ind:pre:2p; -desséchèrent dessécher VER 3.54 15.61 0.00 0.07 ind:pas:3p; -desséché dessécher VER m s 3.54 15.61 0.49 3.72 par:pas; -desséchée dessécher VER f s 3.54 15.61 0.80 4.32 par:pas; -desséchées dessécher VER f p 3.54 15.61 0.24 1.28 par:pas; -desséchés dessécher VER m p 3.54 15.61 0.56 1.96 par:pas; -dessuintée dessuinter VER f s 0.00 0.07 0.00 0.07 par:pas; -dessus_de_lit dessus_de_lit NOM m 0.09 1.08 0.09 1.08 -dessus dessus ADV 111.19 57.57 111.19 57.57 -destin destin NOM m s 53.03 67.23 51.93 62.77 -destina destiner VER 12.52 35.00 0.00 0.07 ind:pas:3s; -destinaient destiner VER 12.52 35.00 0.00 0.34 ind:imp:3p; -destinais destiner VER 12.52 35.00 0.09 0.27 ind:imp:1s;ind:imp:2s; -destinait destiner VER 12.52 35.00 0.21 1.76 ind:imp:3s; -destinant destiner VER 12.52 35.00 0.00 0.07 par:pre; -destinataire destinataire NOM s 0.71 2.23 0.67 1.82 -destinataires destinataire NOM p 0.71 2.23 0.04 0.41 -destination destination NOM f s 10.88 10.14 10.41 9.59 -destinations destination NOM f p 10.88 10.14 0.46 0.54 -destinatrice destinateur NOM f s 0.00 0.14 0.00 0.14 -destine destiner VER 12.52 35.00 0.37 1.28 ind:pre:1s;ind:pre:3s; -destinent destiner VER 12.52 35.00 0.01 0.14 ind:pre:3p; -destiner destiner VER 12.52 35.00 0.00 0.07 inf; -destines destiner VER 12.52 35.00 0.20 0.00 ind:pre:2s; -destinez destiner VER 12.52 35.00 0.16 0.20 ind:pre:2p; -destiniez destiner VER 12.52 35.00 0.01 0.00 ind:imp:2p; -destins destin NOM m p 53.03 67.23 1.10 4.46 -destiné destiner VER m s 12.52 35.00 5.09 11.35 par:pas; -destinée destinée NOM f s 9.08 11.22 8.64 8.31 -destinées destiner VER f p 12.52 35.00 1.08 3.85 par:pas; -destinés destiner VER m p 12.52 35.00 2.11 6.69 par:pas; -destitue destituer VER 0.56 0.74 0.01 0.07 ind:pre:3s; -destituer destituer VER 0.56 0.74 0.17 0.14 inf; -destitueront destituer VER 0.56 0.74 0.00 0.07 ind:fut:3p; -destituez destituer VER 0.56 0.74 0.01 0.07 imp:pre:2p; -destitution destitution NOM f s 0.17 0.34 0.17 0.34 -destitué destituer VER m s 0.56 0.74 0.36 0.41 par:pas; -destituée destituer VER f s 0.56 0.74 0.01 0.00 par:pas; -destrier destrier NOM m s 0.38 0.74 0.25 0.34 -destriers destrier NOM m p 0.38 0.74 0.14 0.41 -destroy destroy ADJ s 0.25 0.14 0.25 0.14 -destroyer destroyer NOM m s 2.82 0.88 1.84 0.41 -destroyers destroyer NOM m p 2.82 0.88 0.98 0.47 -destructeur destructeur ADJ m s 2.84 2.77 1.10 0.95 -destructeurs destructeur ADJ m p 2.84 2.77 0.28 0.27 -destructible destructible ADJ m s 0.03 0.00 0.03 0.00 -destructif destructif ADJ m s 0.35 0.14 0.05 0.14 -destructifs destructif ADJ m p 0.35 0.14 0.01 0.00 -destruction destruction NOM f s 14.31 15.34 13.96 11.76 -destructions destruction NOM f p 14.31 15.34 0.35 3.58 -destructive destructif ADJ f s 0.35 0.14 0.29 0.00 -destructrice destructeur ADJ f s 2.84 2.77 0.97 1.15 -destructrices destructeur ADJ f p 2.84 2.77 0.49 0.41 -deçà deçà ADV 0.27 2.97 0.27 2.97 -dette dette NOM f s 26.13 12.16 12.77 5.14 -dettes dette NOM f p 26.13 12.16 13.36 7.03 -deuche deuche NOM f s 0.00 0.07 0.00 0.07 -deuil deuil NOM m s 12.24 26.22 12.21 23.51 -deuils deuil NOM m p 12.24 26.22 0.03 2.70 -deus_ex_machina deus_ex_machina NOM m 0.16 0.47 0.16 0.47 -deusio deusio ADV 0.20 0.00 0.20 0.00 -deutsche_mark deutsche_mark ADJ m s 0.02 0.00 0.02 0.00 -deutérium deutérium NOM m s 0.07 0.00 0.07 0.00 -deutéronome deutéronome NOM m s 0.23 0.20 0.23 0.20 -deux_chevaux deux_chevaux NOM f 0.00 1.22 0.00 1.22 -deux_deux deux_deux NOM m 0.02 0.00 0.02 0.00 -deux_mâts deux_mâts NOM m 0.14 0.07 0.14 0.07 -deux_pièces deux_pièces NOM m 0.27 1.82 0.27 1.82 -deux_points deux_points NOM m 0.01 0.00 0.01 0.00 -deux_ponts deux_ponts NOM m 0.00 0.07 0.00 0.07 -deux_quatre deux_quatre NOM m 0.03 0.00 0.03 0.00 -deux_roues deux_roues NOM m 0.11 0.00 0.11 0.00 -deux deux ADJ:num 1009.01 1557.91 1009.01 1557.91 -deuxième deuxième ADJ 43.97 59.05 43.77 58.58 -deuxièmement deuxièmement ADV 4.58 0.88 4.58 0.88 -deuxièmes deuxième ADJ 43.97 59.05 0.20 0.47 -deuzio deuzio ADV 0.89 0.20 0.89 0.20 -devînmes devenir VER 438.57 533.51 0.04 0.27 ind:pas:1p; -devînt devenir VER 438.57 533.51 0.29 2.09 sub:imp:3s; -devaient devoir VER 3232.80 1318.24 13.59 61.22 ind:imp:3p; -devais devoir VER 3232.80 1318.24 81.01 53.38 ind:imp:1s;ind:imp:2s; -devait devoir VER 3232.80 1318.24 108.88 298.99 ind:imp:3s; -devance devancer VER 3.94 8.04 0.89 0.95 imp:pre:2s;ind:pre:1s;ind:pre:3s; -devancent devancer VER 3.94 8.04 0.06 0.20 ind:pre:3p; -devancer devancer VER 3.94 8.04 0.99 2.03 inf; -devancerait devancer VER 3.94 8.04 0.01 0.00 cnd:pre:3s; -devancerez devancer VER 3.94 8.04 0.01 0.00 ind:fut:2p; -devancez devancer VER 3.94 8.04 0.07 0.00 imp:pre:2p;ind:pre:2p; -devanciers devancier NOM m p 0.00 0.07 0.00 0.07 -devancèrent devancer VER 3.94 8.04 0.00 0.07 ind:pas:3p; -devancé devancer VER m s 3.94 8.04 0.98 1.15 par:pas; -devancée devancer VER f s 3.94 8.04 0.31 0.27 par:pas; -devancés devancer VER m p 3.94 8.04 0.54 0.14 par:pas; -devant devant PRE 208.19 690.34 208.19 690.34 -devança devancer VER 3.94 8.04 0.02 0.61 ind:pas:3s; -devançaient devancer VER 3.94 8.04 0.00 0.34 ind:imp:3p; -devançais devancer VER 3.94 8.04 0.00 0.07 ind:imp:1s; -devançait devancer VER 3.94 8.04 0.03 0.68 ind:imp:3s; -devançant devancer VER 3.94 8.04 0.01 1.55 par:pre; -devançons devancer VER 3.94 8.04 0.03 0.00 imp:pre:1p; -devants devant NOM m p 4.20 11.08 0.75 2.36 -devanture devanture NOM f s 0.48 7.64 0.46 5.07 -devantures devanture NOM f p 0.48 7.64 0.03 2.57 -devenaient devenir VER 438.57 533.51 1.76 19.39 ind:imp:3p; -devenais devenir VER 438.57 533.51 2.82 6.15 ind:imp:1s;ind:imp:2s; -devenait devenir VER 438.57 533.51 7.41 77.16 ind:imp:3s; -devenant devenir VER 438.57 533.51 1.23 5.27 par:pre; -devenez devenir VER 438.57 533.51 3.69 1.28 imp:pre:2p;ind:pre:2p; -deveniez devenir VER 438.57 533.51 0.71 0.14 ind:imp:2p; -devenions devenir VER 438.57 533.51 0.20 0.95 ind:imp:1p; -devenir devenir VER 438.57 533.51 108.83 85.27 inf; -devenons devenir VER 438.57 533.51 1.23 0.74 imp:pre:1p;ind:pre:1p; -devenu devenir VER m s 438.57 533.51 92.42 95.68 par:pas; -devenue devenir VER f s 438.57 533.51 32.70 52.03 par:pas; -devenues devenir VER f p 438.57 533.51 3.57 8.99 par:pas; -devenus devenir VER m p 438.57 533.51 17.16 23.45 par:pas; -devers devers PRE 0.06 2.57 0.06 2.57 -devez devoir VER 3232.80 1318.24 150.16 16.15 imp:pre:2p;ind:pre:2p; -deviendra devenir VER 438.57 533.51 9.28 4.12 ind:fut:3s; -deviendrai devenir VER 438.57 533.51 3.13 1.49 ind:fut:1s; -deviendraient devenir VER 438.57 533.51 0.22 1.55 cnd:pre:3p; -deviendrais devenir VER 438.57 533.51 3.05 1.96 cnd:pre:1s;cnd:pre:2s; -deviendrait devenir VER 438.57 533.51 3.16 8.58 cnd:pre:3s; -deviendras devenir VER 438.57 533.51 3.71 0.95 ind:fut:2s; -deviendrez devenir VER 438.57 533.51 1.45 0.27 ind:fut:2p; -deviendriez devenir VER 438.57 533.51 0.22 0.20 cnd:pre:2p; -deviendrions devenir VER 438.57 533.51 0.08 0.14 cnd:pre:1p; -deviendrons devenir VER 438.57 533.51 0.86 0.20 ind:fut:1p; -deviendront devenir VER 438.57 533.51 2.15 1.35 ind:fut:3p; -devienne devenir VER 438.57 533.51 10.24 7.36 sub:pre:1s;sub:pre:3s; -deviennent devenir VER 438.57 533.51 14.29 16.22 ind:pre:3p; -deviennes devenir VER 438.57 533.51 1.94 0.61 sub:pre:2s; -deviens devenir VER 438.57 533.51 32.11 8.99 imp:pre:2s;ind:pre:1s;ind:pre:2s; -devient devenir VER 438.57 533.51 69.59 59.46 ind:pre:3s; -deviez devoir VER 3232.80 1318.24 13.48 1.69 ind:imp:2p;sub:pre:2p; -devin devin NOM m s 1.82 1.08 1.61 0.68 -devina deviner VER 72.77 112.30 0.02 5.14 ind:pas:3s; -devinai deviner VER 72.77 112.30 0.14 2.91 ind:pas:1s; -devinaient deviner VER 72.77 112.30 0.00 1.49 ind:imp:3p; -devinais deviner VER 72.77 112.30 0.21 7.30 ind:imp:1s;ind:imp:2s; -devinait deviner VER 72.77 112.30 0.07 18.85 ind:imp:3s; -devinant deviner VER 72.77 112.30 0.05 1.89 par:pre; -devine deviner VER 72.77 112.30 27.12 21.28 imp:pre:2s;ind:pre:1s;ind:pre:3s; -devinent deviner VER 72.77 112.30 0.14 1.28 ind:pre:3p; -deviner deviner VER 72.77 112.30 17.60 25.95 inf; -devinera deviner VER 72.77 112.30 0.22 0.20 ind:fut:3s; -devinerai deviner VER 72.77 112.30 0.07 0.14 ind:fut:1s; -devineraient deviner VER 72.77 112.30 0.02 0.00 cnd:pre:3p; -devinerais deviner VER 72.77 112.30 0.08 0.34 cnd:pre:1s;cnd:pre:2s; -devinerait deviner VER 72.77 112.30 0.06 0.41 cnd:pre:3s; -devineras deviner VER 72.77 112.30 1.50 0.00 ind:fut:2s; -devineresse devineur NOM f s 0.15 0.20 0.14 0.14 -devineresses devineur NOM f p 0.15 0.20 0.00 0.07 -devinerez deviner VER 72.77 112.30 0.90 0.27 ind:fut:2p; -devineriez deviner VER 72.77 112.30 0.22 0.07 cnd:pre:2p; -devineront deviner VER 72.77 112.30 0.03 0.07 ind:fut:3p; -devines deviner VER 72.77 112.30 2.10 1.01 ind:pre:2s;sub:pre:2s; -devinette devinette NOM f s 2.97 2.70 1.48 1.42 -devinettes devinette NOM f p 2.97 2.70 1.49 1.28 -devineur devineur NOM m s 0.15 0.20 0.01 0.00 -devinez deviner VER 72.77 112.30 10.15 2.91 imp:pre:2p;ind:pre:2p; -devinions deviner VER 72.77 112.30 0.00 0.95 ind:imp:1p; -devinâmes deviner VER 72.77 112.30 0.00 0.14 ind:pas:1p; -devinons deviner VER 72.77 112.30 0.09 0.14 imp:pre:1p;ind:pre:1p; -devinât deviner VER 72.77 112.30 0.00 0.47 sub:imp:3s; -devinrent devenir VER 438.57 533.51 1.40 5.61 ind:pas:3p; -devins devenir VER 438.57 533.51 0.69 1.89 ind:pas:1s; -devinsse devenir VER 438.57 533.51 0.00 0.14 sub:imp:1s; -devinssent devenir VER 438.57 533.51 0.00 0.27 sub:imp:3p; -devinssiez devenir VER 438.57 533.51 0.01 0.00 sub:imp:2p; -devint devenir VER 438.57 533.51 6.96 33.31 ind:pas:3s; -devinèrent deviner VER 72.77 112.30 0.00 0.14 ind:pas:3p; -deviné deviner VER m s 72.77 112.30 11.95 16.96 par:pas; -devinée deviner VER f s 72.77 112.30 0.02 1.49 par:pas; -devinées deviner VER f p 72.77 112.30 0.00 0.34 par:pas; -devinés deviner VER m p 72.77 112.30 0.01 0.20 par:pas; -devions devoir VER 3232.80 1318.24 6.25 9.46 ind:imp:1p; -devis devis NOM m 0.94 1.62 0.94 1.62 -devisaient deviser VER 0.25 3.58 0.01 0.68 ind:imp:3p; -devisais deviser VER 0.25 3.58 0.00 0.07 ind:imp:1s; -devisait deviser VER 0.25 3.58 0.00 0.54 ind:imp:3s; -devisant deviser VER 0.25 3.58 0.00 1.28 par:pre; -devise devise NOM f s 5.54 7.77 4.75 6.22 -devisent deviser VER 0.25 3.58 0.01 0.20 ind:pre:3p; -deviser deviser VER 0.25 3.58 0.03 0.47 inf; -devises devise NOM f p 5.54 7.77 0.79 1.55 -devisions deviser VER 0.25 3.58 0.16 0.07 ind:imp:1p; -devisèrent deviser VER 0.25 3.58 0.00 0.07 ind:pas:3p; -devisé deviser VER m s 0.25 3.58 0.04 0.07 par:pas; -devoir devoir VER 3232.80 1318.24 74.06 29.26 inf; -devoirs devoir NOM m p 63.59 55.54 20.70 22.50 -devon devon NOM m s 1.98 0.27 0.04 0.00 -devons devoir VER 3232.80 1318.24 114.35 14.93 imp:pre:1p;ind:pre:1p; -devra devoir VER 3232.80 1318.24 22.45 8.04 ind:fut:3s; -devrai devoir VER 3232.80 1318.24 10.32 1.15 ind:fut:1s; -devraient devoir VER 3232.80 1318.24 23.70 10.41 cnd:pre:3p; -devrais devoir VER 3232.80 1318.24 235.63 36.49 cnd:pre:1s;cnd:pre:2s; -devrait devoir VER 3232.80 1318.24 208.85 51.49 cnd:pre:3s; -devras devoir VER 3232.80 1318.24 15.16 0.41 ind:fut:2s; -devrez devoir VER 3232.80 1318.24 12.97 0.74 ind:fut:2p; -devriez devoir VER 3232.80 1318.24 75.83 11.89 cnd:pre:2p; -devrions devoir VER 3232.80 1318.24 27.74 2.36 cnd:pre:1p; -devrons devoir VER 3232.80 1318.24 7.11 0.34 ind:fut:1p; -devront devoir VER 3232.80 1318.24 7.26 3.04 ind:fut:3p; -dexaméthasone dexaméthasone NOM f s 0.01 0.00 0.01 0.00 -dextre dextre NOM f s 0.17 0.54 0.17 0.54 -dextrement dextrement ADV 0.00 0.14 0.00 0.14 -dextrose dextrose NOM m s 0.12 0.00 0.12 0.00 -dextérité dextérité NOM f s 0.32 2.16 0.32 2.16 -dey dey NOM m s 0.02 1.96 0.02 1.96 -dharma dharma NOM m s 0.26 0.14 0.26 0.14 -dhole dhole NOM m s 0.08 0.00 0.08 0.00 -dia dia ONO 0.41 1.22 0.41 1.22 -diable diable ONO 4.25 2.91 4.25 2.91 -diablement diablement ADV 0.75 1.01 0.75 1.01 -diablerie diablerie NOM f s 0.18 0.61 0.14 0.07 -diableries diablerie NOM f p 0.18 0.61 0.04 0.54 -diables diable NOM m p 93.34 54.80 5.80 3.78 -diablesse diablesse NOM f s 1.12 1.28 0.95 1.01 -diablesses diablesse NOM f p 1.12 1.28 0.16 0.27 -diablotin diablotin NOM m s 0.53 0.34 0.38 0.14 -diablotins diablotin NOM m p 0.53 0.34 0.15 0.20 -diabolique diabolique ADJ s 8.61 5.95 6.89 4.73 -diaboliquement diaboliquement ADV 0.11 0.34 0.11 0.34 -diaboliques diabolique ADJ p 8.61 5.95 1.71 1.22 -diabolisent diaboliser VER 0.09 0.07 0.01 0.00 ind:pre:3p; -diaboliser diaboliser VER 0.09 0.07 0.05 0.00 inf; -diabolisme diabolisme NOM m s 0.04 0.00 0.04 0.00 -diabolisé diaboliser VER m s 0.09 0.07 0.02 0.07 par:pas; -diabolisée diaboliser VER f s 0.09 0.07 0.01 0.00 par:pas; -diabolo diabolo NOM m s 0.03 0.88 0.03 0.47 -diabolos diabolo NOM m p 0.03 0.88 0.00 0.41 -diabète diabète NOM m s 2.27 1.42 2.25 1.35 -diabètes diabète NOM m p 2.27 1.42 0.01 0.07 -diabétique diabétique ADJ s 1.29 0.34 1.28 0.34 -diabétiques diabétique NOM p 0.53 0.00 0.16 0.00 -diachronique diachronique ADJ f s 0.01 0.07 0.01 0.07 -diaclase diaclase NOM f s 0.14 0.00 0.14 0.00 -diaconesse diaconesse NOM f s 0.00 0.20 0.00 0.14 -diaconesses diaconesse NOM f p 0.00 0.20 0.00 0.07 -diaconie diaconie NOM f s 0.00 0.07 0.00 0.07 -diacre diacre NOM m s 0.94 1.15 0.84 1.01 -diacres diacre NOM m p 0.94 1.15 0.09 0.14 -diacritique diacritique ADJ m s 0.03 0.07 0.03 0.07 -diacétylmorphine diacétylmorphine NOM f s 0.01 0.00 0.01 0.00 -diadème diadème NOM m s 1.52 1.76 1.38 1.15 -diadèmes diadème NOM m p 1.52 1.76 0.15 0.61 -diagnose diagnose NOM f s 0.01 0.00 0.01 0.00 -diagnostic diagnostic NOM m s 6.78 3.85 6.25 3.51 -diagnostics diagnostic NOM m p 6.78 3.85 0.53 0.34 -diagnostiqua diagnostiquer VER 1.93 1.15 0.00 0.14 ind:pas:3s; -diagnostiquait diagnostiquer VER 1.93 1.15 0.02 0.14 ind:imp:3s; -diagnostiquant diagnostiquer VER 1.93 1.15 0.03 0.07 par:pre; -diagnostique diagnostique ADJ s 0.88 0.20 0.70 0.20 -diagnostiquer diagnostiquer VER 1.93 1.15 0.53 0.27 inf; -diagnostiques diagnostique ADJ p 0.88 0.20 0.17 0.00 -diagnostiqueur diagnostiqueur NOM m s 0.01 0.00 0.01 0.00 -diagnostiquez diagnostiquer VER 1.93 1.15 0.03 0.00 imp:pre:2p;ind:pre:2p; -diagnostiquèrent diagnostiquer VER 1.93 1.15 0.00 0.14 ind:pas:3p; -diagnostiqué diagnostiquer VER m s 1.93 1.15 1.20 0.27 par:pas; -diagnostiqués diagnostiquer VER m p 1.93 1.15 0.04 0.07 par:pas; -diagonal diagonal ADJ m s 0.11 0.27 0.00 0.07 -diagonale diagonale NOM f s 0.28 4.32 0.18 3.85 -diagonalement diagonalement ADV 0.01 0.07 0.01 0.07 -diagonales diagonale NOM f p 0.28 4.32 0.10 0.47 -diagonaux diagonal ADJ m p 0.11 0.27 0.00 0.07 -diagramme diagramme NOM m s 0.77 0.14 0.58 0.00 -diagrammes diagramme NOM m p 0.77 0.14 0.19 0.14 -dialectal dialectal ADJ m s 0.32 0.00 0.21 0.00 -dialectale dialectal ADJ f s 0.32 0.00 0.11 0.00 -dialecte dialecte NOM m s 1.79 2.57 1.44 2.03 -dialectes dialecte NOM m p 1.79 2.57 0.35 0.54 -dialecticien dialecticien NOM m s 0.01 0.34 0.00 0.20 -dialecticienne dialecticien NOM f s 0.01 0.34 0.00 0.07 -dialecticiens dialecticien NOM m p 0.01 0.34 0.01 0.07 -dialectique dialectique NOM f s 0.66 2.23 0.66 2.16 -dialectiques dialectique ADJ f p 0.19 2.03 0.00 0.20 -dialogique dialogique ADJ m s 0.01 0.00 0.01 0.00 -dialoguai dialoguer VER 1.01 2.64 0.00 0.07 ind:pas:1s; -dialoguaient dialoguer VER 1.01 2.64 0.01 0.14 ind:imp:3p; -dialoguait dialoguer VER 1.01 2.64 0.01 0.14 ind:imp:3s; -dialoguant dialoguer VER 1.01 2.64 0.05 0.27 par:pre; -dialogue dialogue NOM m s 16.71 19.19 14.11 14.46 -dialoguent dialoguer VER 1.01 2.64 0.00 0.20 ind:pre:3p; -dialoguer dialoguer VER 1.01 2.64 0.76 0.74 inf; -dialoguera dialoguer VER 1.01 2.64 0.01 0.07 ind:fut:3s; -dialogues dialogue NOM m p 16.71 19.19 2.60 4.73 -dialoguez dialoguer VER 1.01 2.64 0.11 0.00 imp:pre:2p;ind:pre:2p; -dialoguiste dialoguiste NOM s 0.02 0.14 0.00 0.07 -dialoguistes dialoguiste NOM p 0.02 0.14 0.02 0.07 -dialoguons dialoguer VER 1.01 2.64 0.03 0.00 imp:pre:1p;ind:pre:1p; -dialoguât dialoguer VER 1.01 2.64 0.00 0.07 sub:imp:3s; -dialogué dialoguer VER m s 1.01 2.64 0.00 0.27 par:pas; -dialoguée dialoguer VER f s 1.01 2.64 0.00 0.14 par:pas; -dialoguées dialoguer VER f p 1.01 2.64 0.01 0.27 par:pas; -dialyse dialyse NOM f s 1.06 0.20 1.02 0.20 -dialyser dialyser VER 0.16 0.00 0.01 0.00 inf; -dialyses dialyse NOM f p 1.06 0.20 0.04 0.00 -dialysé dialyser VER m s 0.16 0.00 0.01 0.00 par:pas; -dialysée dialyser VER f s 0.16 0.00 0.14 0.00 par:pas; -diam diam NOM m s 0.43 1.01 0.17 0.61 -diamant diamant NOM m s 20.56 22.91 7.97 14.12 -diamantaire diamantaire NOM s 0.07 2.43 0.05 1.28 -diamantaires diamantaire NOM p 0.07 2.43 0.02 1.15 -diamante diamanter VER 0.00 0.20 0.00 0.07 ind:pre:3s; -diamantifère diamantifère ADJ f s 0.00 0.07 0.00 0.07 -diamantin diamantin ADJ m s 0.06 0.88 0.05 0.20 -diamantine diamantin ADJ f s 0.06 0.88 0.00 0.41 -diamantines diamantin ADJ f p 0.06 0.88 0.00 0.20 -diamantins diamantin ADJ m p 0.06 0.88 0.01 0.07 -diamants diamant NOM m p 20.56 22.91 12.59 8.78 -diamanté diamanté ADJ m s 0.01 0.14 0.00 0.14 -diamantée diamanter VER f s 0.00 0.20 0.00 0.07 par:pas; -diamantés diamanté ADJ m p 0.01 0.14 0.01 0.00 -diamine diamine NOM f s 0.01 0.00 0.01 0.00 -diamorphine diamorphine NOM f s 0.01 0.00 0.01 0.00 -diams diam NOM m p 0.43 1.01 0.26 0.41 -diamètre diamètre NOM m s 1.81 2.23 1.81 2.23 -diamétralement diamétralement ADV 0.14 0.74 0.14 0.74 -diane diane NOM f s 0.03 0.47 0.03 0.41 -dianes diane NOM f p 0.03 0.47 0.00 0.07 -diantre diantre ONO 0.46 0.14 0.46 0.14 -diapason diapason NOM m s 0.50 1.49 0.46 1.42 -diapasons diapason NOM m p 0.50 1.49 0.04 0.07 -diaphane diaphane ADJ s 0.03 2.91 0.03 2.03 -diaphanes diaphane ADJ f p 0.03 2.91 0.00 0.88 -diaphorétique diaphorétique ADJ s 0.06 0.00 0.06 0.00 -diaphragma diaphragmer VER 0.00 0.07 0.00 0.07 ind:pas:3s; -diaphragmatique diaphragmatique ADJ f s 0.05 0.00 0.05 0.00 -diaphragme diaphragme NOM m s 1.32 1.49 1.32 1.42 -diaphragmes diaphragme NOM m p 1.32 1.49 0.00 0.07 -diapo diapo NOM f s 1.78 0.27 0.66 0.07 -diaporama diaporama NOM m s 0.05 0.07 0.05 0.00 -diaporamas diaporama NOM m p 0.05 0.07 0.00 0.07 -diapos diapo NOM f p 1.78 0.27 1.13 0.20 -diapositifs diapositif ADJ m p 0.21 0.07 0.00 0.07 -diapositive diapositif ADJ f s 0.21 0.07 0.20 0.00 -diapositives diapositive NOM f p 0.92 0.61 0.86 0.61 -diapré diapré ADJ m s 0.00 0.41 0.00 0.07 -diaprée diapré ADJ f s 0.00 0.41 0.00 0.14 -diaprées diaprer VER f p 0.00 0.20 0.00 0.07 par:pas; -diaprures diaprure NOM f p 0.00 0.07 0.00 0.07 -diaprés diapré ADJ m p 0.00 0.41 0.00 0.20 -diarrhée diarrhée NOM f s 3.38 1.82 2.84 1.15 -diarrhées diarrhée NOM f p 3.38 1.82 0.54 0.68 -diarrhéique diarrhéique ADJ s 0.01 0.07 0.01 0.07 -diaspora diaspora NOM f s 0.00 0.61 0.00 0.54 -diasporas diaspora NOM f p 0.00 0.61 0.00 0.07 -diastole diastole NOM f s 0.01 0.07 0.00 0.07 -diastoles diastole NOM f p 0.01 0.07 0.01 0.00 -diastolique diastolique ADJ s 0.07 0.07 0.07 0.00 -diastoliques diastolique ADJ m p 0.07 0.07 0.00 0.07 -diatomée diatomée NOM f s 0.07 0.07 0.01 0.00 -diatomées diatomée NOM f p 0.07 0.07 0.06 0.07 -diatonique diatonique ADJ s 0.00 0.14 0.00 0.14 -diatribe diatribe NOM f s 0.14 2.09 0.12 1.49 -diatribes diatribe NOM f p 0.14 2.09 0.02 0.61 -dicastères dicastère NOM m p 0.00 0.07 0.00 0.07 -dichotomie dichotomie NOM f s 0.20 0.00 0.20 0.00 -dichroïque dichroïque ADJ m s 0.01 0.00 0.01 0.00 -dichroïsme dichroïsme NOM m s 0.00 0.07 0.00 0.07 -dicible dicible ADJ s 0.00 0.07 0.00 0.07 -dico dico NOM m s 0.77 0.74 0.75 0.68 -dicos dico NOM m p 0.77 0.74 0.02 0.07 -dicta dicter VER 8.42 12.30 0.11 0.68 ind:pas:3s; -dictai dicter VER 8.42 12.30 0.00 0.14 ind:pas:1s; -dictaient dicter VER 8.42 12.30 0.14 0.20 ind:imp:3p; -dictais dicter VER 8.42 12.30 0.03 0.07 ind:imp:1s;ind:imp:2s; -dictait dicter VER 8.42 12.30 0.07 2.36 ind:imp:3s; -dictames dictame NOM m p 0.00 0.14 0.00 0.14 -dictant dicter VER 8.42 12.30 0.01 0.34 par:pre; -dictaphone dictaphone NOM m s 0.42 0.34 0.41 0.27 -dictaphones dictaphone NOM m p 0.42 0.34 0.02 0.07 -dictateur dictateur NOM m s 2.53 5.68 2.14 5.00 -dictateurs dictateur NOM m p 2.53 5.68 0.36 0.68 -dictatorial dictatorial ADJ m s 0.17 0.34 0.03 0.20 -dictatoriale dictatorial ADJ f s 0.17 0.34 0.03 0.07 -dictatoriales dictatorial ADJ f p 0.17 0.34 0.10 0.07 -dictatoriaux dictatorial ADJ m p 0.17 0.34 0.01 0.00 -dictatrice dictateur NOM f s 2.53 5.68 0.04 0.00 -dictats dictat NOM m p 0.01 0.14 0.01 0.14 -dictature dictature NOM f s 3.86 5.27 3.84 4.86 -dictatures dictature NOM f p 3.86 5.27 0.02 0.41 -dicte dicter VER 8.42 12.30 2.78 1.62 imp:pre:2s;ind:pre:1s;ind:pre:3s; -dictent dicter VER 8.42 12.30 0.32 0.41 ind:pre:3p; -dicter dicter VER 8.42 12.30 2.28 1.89 inf; -dictera dicter VER 8.42 12.30 0.07 0.14 ind:fut:3s; -dicterai dicter VER 8.42 12.30 0.14 0.07 ind:fut:1s; -dicterez dicter VER 8.42 12.30 0.02 0.00 ind:fut:2p; -dictes dicter VER 8.42 12.30 0.03 0.27 ind:pre:2s; -dictez dicter VER 8.42 12.30 0.09 0.07 imp:pre:2p;ind:pre:2p; -dictiez dicter VER 8.42 12.30 0.01 0.07 ind:imp:2p; -diction diction NOM f s 1.37 1.49 1.37 1.49 -dictionnaire dictionnaire NOM m s 2.94 10.88 2.62 8.11 -dictionnaires dictionnaire NOM m p 2.94 10.88 0.32 2.77 -dicton dicton NOM m s 2.83 1.62 2.48 1.15 -dictons dicton NOM m p 2.83 1.62 0.34 0.47 -dictât dicter VER 8.42 12.30 0.00 0.07 sub:imp:3s; -dictèrent dicter VER 8.42 12.30 0.00 0.07 ind:pas:3p; -dicté dicter VER m s 8.42 12.30 1.22 1.42 par:pas; -dictée dictée NOM f s 2.25 4.05 1.59 3.51 -dictées dictée NOM f p 2.25 4.05 0.66 0.54 -dictés dicter VER m p 8.42 12.30 0.16 0.34 par:pas; -didactique didactique ADJ s 0.60 1.35 0.60 1.01 -didactiquement didactiquement ADV 0.00 0.07 0.00 0.07 -didactiques didactique ADJ p 0.60 1.35 0.00 0.34 -die die NOM s 2.17 1.82 2.17 1.82 -dieffenbachia dieffenbachia NOM f s 0.00 0.07 0.00 0.07 -diem diem NOM m s 0.58 0.00 0.58 0.00 -dieppoise dieppois ADJ f s 0.00 0.41 0.00 0.34 -dieppoises dieppois ADJ f p 0.00 0.41 0.00 0.07 -dies_irae dies_irae NOM m 0.54 0.14 0.54 0.14 -diesel diesel NOM m s 1.71 0.88 1.47 0.68 -diesels diesel NOM m p 1.71 0.88 0.25 0.20 -dieu_roi dieu_roi NOM m s 0.01 0.07 0.01 0.07 -dieu dieu NOM m s 903.41 396.49 852.91 368.51 -dieux dieu NOM m p 903.41 396.49 50.49 27.97 -diffamait diffamer VER 0.81 0.54 0.00 0.07 ind:imp:3s; -diffamant diffamer VER 0.81 0.54 0.04 0.00 par:pre; -diffamateur diffamateur NOM m s 0.21 0.20 0.21 0.07 -diffamateurs diffamateur NOM m p 0.21 0.20 0.00 0.07 -diffamation diffamation NOM f s 1.98 0.27 1.86 0.20 -diffamations diffamation NOM f p 1.98 0.27 0.12 0.07 -diffamatoire diffamatoire ADJ s 0.20 0.14 0.10 0.14 -diffamatoires diffamatoire ADJ f p 0.20 0.14 0.09 0.00 -diffamatrice diffamateur NOM f s 0.21 0.20 0.00 0.07 -diffame diffamer VER 0.81 0.54 0.13 0.14 ind:pre:3s; -diffament diffamer VER 0.81 0.54 0.01 0.07 ind:pre:3p; -diffamer diffamer VER 0.81 0.54 0.12 0.07 inf; -diffamé diffamer VER m s 0.81 0.54 0.48 0.00 par:pas; -diffamée diffamer VER f s 0.81 0.54 0.02 0.07 par:pas; -diffamées diffamer VER f p 0.81 0.54 0.00 0.07 par:pas; -diffamés diffamer VER m p 0.81 0.54 0.00 0.07 par:pas; -difficile difficile ADJ s 150.58 118.11 135.15 100.74 -difficilement difficilement ADV 3.72 13.04 3.72 13.04 -difficiles difficile ADJ p 150.58 118.11 15.43 17.36 -difficulté difficulté NOM f s 15.74 49.80 6.86 22.03 -difficultueux difficultueux ADJ m 0.00 0.07 0.00 0.07 -difficultés difficulté NOM f p 15.74 49.80 8.89 27.77 -difforme difforme ADJ s 1.18 2.91 0.94 1.76 -difformes difforme ADJ p 1.18 2.91 0.25 1.15 -difformité difformité NOM f s 0.68 0.81 0.42 0.47 -difformités difformité NOM f p 0.68 0.81 0.26 0.34 -diffractent diffracter VER 0.00 0.14 0.00 0.07 ind:pre:3p; -diffraction diffraction NOM f s 0.04 0.00 0.04 0.00 -diffractée diffracter VER f s 0.00 0.14 0.00 0.07 par:pas; -diffère différer VER 3.71 10.07 0.55 1.35 ind:pre:1s;ind:pre:3s; -diffèrent différer VER 3.71 10.07 1.86 0.95 ind:pre:3p; -différa différer VER 3.71 10.07 0.00 0.27 ind:pas:3s; -différaient différer VER 3.71 10.07 0.13 0.81 ind:imp:3p; -différais différer VER 3.71 10.07 0.01 0.14 ind:imp:1s; -différait différer VER 3.71 10.07 0.12 1.82 ind:imp:3s; -différant différer VER 3.71 10.07 0.00 0.68 par:pre; -différemment différemment ADV 8.46 4.19 8.46 4.19 -différence différence NOM f s 55.88 44.46 51.47 38.65 -différences différence NOM f p 55.88 44.46 4.41 5.81 -différenciables différenciable ADJ f p 0.00 0.07 0.00 0.07 -différenciaient différencier VER 3.17 2.91 0.01 0.07 ind:imp:3p; -différenciais différencier VER 3.17 2.91 0.00 0.07 ind:imp:1s; -différenciait différencier VER 3.17 2.91 0.28 0.81 ind:imp:3s; -différenciant différencier VER 3.17 2.91 0.00 0.07 par:pre; -différenciation différenciation NOM f s 0.03 0.14 0.03 0.07 -différenciations différenciation NOM f p 0.03 0.14 0.00 0.07 -différencie différencier VER 3.17 2.91 1.52 0.41 ind:pre:3s; -différencient différencier VER 3.17 2.91 0.04 0.07 ind:pre:3p; -différencier différencier VER 3.17 2.91 1.18 1.15 inf; -différenciera différencier VER 3.17 2.91 0.02 0.00 ind:fut:3s; -différencierez différencier VER 3.17 2.91 0.01 0.00 ind:fut:2p; -différencieront différencier VER 3.17 2.91 0.00 0.07 ind:fut:3p; -différenciez différencier VER 3.17 2.91 0.06 0.00 imp:pre:2p;ind:pre:2p; -différencié différencier VER m s 3.17 2.91 0.03 0.07 par:pas; -différenciée différencié ADJ f s 0.01 0.27 0.00 0.07 -différenciées différencié ADJ f p 0.01 0.27 0.01 0.07 -différenciés différencier VER m p 3.17 2.91 0.01 0.07 par:pas; -différend différend NOM m s 2.68 1.49 1.15 0.95 -différends différend NOM m p 2.68 1.49 1.53 0.54 -différent différent ADJ m s 130.91 89.32 65.42 27.43 -différente différent ADJ f s 130.91 89.32 24.45 18.31 -différentes différentes ADJ:ind f p 4.89 2.70 4.89 2.70 -différentie différentier VER 0.02 0.00 0.02 0.00 ind:pre:3s; -différentiel différentiel NOM m s 0.21 0.00 0.21 0.00 -différentielle différentiel ADJ f s 0.22 0.07 0.06 0.07 -différentielles différentiel ADJ f p 0.22 0.07 0.03 0.00 -différents différents ADJ:ind m p 3.94 2.84 3.94 2.84 -différer différer VER 3.71 10.07 0.27 2.70 inf; -différera différer VER 3.71 10.07 0.00 0.07 ind:fut:3s; -différerais différer VER 3.71 10.07 0.00 0.07 cnd:pre:1s; -différerait différer VER 3.71 10.07 0.01 0.14 cnd:pre:3s; -différeront différer VER 3.71 10.07 0.01 0.00 ind:fut:3p; -différez différer VER 3.71 10.07 0.06 0.00 imp:pre:2p;ind:pre:2p; -différions différer VER 3.71 10.07 0.00 0.07 ind:imp:1p; -différons différer VER 3.71 10.07 0.18 0.07 ind:pre:1p; -différât différer VER 3.71 10.07 0.00 0.07 sub:imp:3s; -différèrent différer VER 3.71 10.07 0.00 0.07 ind:pas:3p; -différé différer VER m s 3.71 10.07 0.19 0.47 par:pas; -différée différer VER f s 3.71 10.07 0.31 0.34 par:pas; -différées différé ADJ f p 0.13 1.55 0.01 0.14 -différés différé ADJ m p 0.13 1.55 0.02 0.00 -diffus diffus ADJ m 0.69 5.88 0.17 1.82 -diffusa diffuser VER 10.33 10.20 0.00 0.41 ind:pas:3s; -diffusaient diffuser VER 10.33 10.20 0.03 1.08 ind:imp:3p; -diffusais diffuser VER 10.33 10.20 0.02 0.00 ind:imp:1s; -diffusait diffuser VER 10.33 10.20 0.10 2.84 ind:imp:3s; -diffusant diffuser VER 10.33 10.20 0.09 0.81 par:pre; -diffuse diffuser VER 10.33 10.20 1.06 1.08 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -diffusent diffuser VER 10.33 10.20 0.64 0.27 ind:pre:3p; -diffuser diffuser VER 10.33 10.20 3.61 1.22 inf; -diffusera diffuser VER 10.33 10.20 0.16 0.00 ind:fut:3s; -diffuserai diffuser VER 10.33 10.20 0.01 0.00 ind:fut:1s; -diffuseraient diffuser VER 10.33 10.20 0.00 0.07 cnd:pre:3p; -diffuserais diffuser VER 10.33 10.20 0.01 0.00 cnd:pre:1s; -diffuserait diffuser VER 10.33 10.20 0.01 0.00 cnd:pre:3s; -diffuserions diffuser VER 10.33 10.20 0.10 0.00 cnd:pre:1p; -diffuserons diffuser VER 10.33 10.20 0.06 0.00 ind:fut:1p; -diffuseront diffuser VER 10.33 10.20 0.10 0.14 ind:fut:3p; -diffuses diffus ADJ f p 0.69 5.88 0.13 0.20 -diffuseur diffuseur NOM m s 0.19 0.14 0.09 0.07 -diffuseurs diffuseur NOM m p 0.19 0.14 0.10 0.07 -diffusez diffuser VER 10.33 10.20 0.39 0.14 imp:pre:2p;ind:pre:2p; -diffusion diffusion NOM f s 2.55 1.28 2.53 1.28 -diffusions diffusion NOM f p 2.55 1.28 0.02 0.00 -diffusons diffuser VER 10.33 10.20 0.24 0.00 imp:pre:1p;ind:pre:1p; -diffusèrent diffuser VER 10.33 10.20 0.00 0.07 ind:pas:3p; -diffusé diffuser VER m s 10.33 10.20 2.43 0.61 par:pas; -diffusée diffuser VER f s 10.33 10.20 0.71 0.81 par:pas; -diffusées diffuser VER f p 10.33 10.20 0.12 0.34 par:pas; -diffusés diffuser VER m p 10.33 10.20 0.44 0.27 par:pas; -difracter difracter VER 0.01 0.00 0.01 0.00 inf; -dig dig ONO 0.29 0.27 0.29 0.27 -digest digest NOM m s 0.23 0.41 0.23 0.34 -digeste digeste ADJ f s 0.05 0.07 0.05 0.07 -digestibles digestible ADJ p 0.00 0.07 0.00 0.07 -digestif digestif NOM m s 0.68 0.54 0.67 0.34 -digestifs digestif ADJ m p 1.22 1.82 0.23 0.27 -digestion digestion NOM f s 1.48 2.97 1.48 2.84 -digestions digestion NOM f p 1.48 2.97 0.01 0.14 -digestive digestif ADJ f s 1.22 1.82 0.19 0.54 -digestives digestif ADJ f p 1.22 1.82 0.22 0.20 -digests digest NOM m p 0.23 0.41 0.00 0.07 -digicode digicode NOM m s 0.04 0.07 0.04 0.07 -digit digit NOM m s 0.01 0.00 0.01 0.00 -digital digital ADJ m s 3.81 1.22 0.36 0.07 -digitale digital ADJ f s 3.81 1.22 0.93 0.20 -digitales digital ADJ f p 3.81 1.22 2.47 0.95 -digitaline digitaline NOM f s 0.21 0.88 0.21 0.88 -digitaliseur digitaliseur NOM m s 0.03 0.00 0.03 0.00 -digitalisée digitaliser VER f s 0.03 0.00 0.01 0.00 par:pas; -digitalisées digitaliser VER f p 0.03 0.00 0.02 0.00 par:pas; -digitaux digital ADJ m p 3.81 1.22 0.04 0.00 -digitée digité ADJ f s 0.00 0.07 0.00 0.07 -digne digne ADJ s 25.29 35.27 21.96 27.30 -dignement dignement ADV 1.80 3.51 1.80 3.51 -dignes digne ADJ p 25.29 35.27 3.33 7.97 -dignitaire dignitaire NOM s 0.70 4.26 0.21 1.01 -dignitaires dignitaire NOM p 0.70 4.26 0.49 3.24 -dignité dignité NOM f s 14.61 32.77 14.59 32.43 -dignités dignité NOM f p 14.61 32.77 0.02 0.34 -dignus_est_intrare dignus_est_intrare ADV 0.00 0.07 0.00 0.07 -digresse digresser VER 0.02 0.14 0.02 0.14 imp:pre:2s;ind:pre:1s; -digression digression NOM f s 0.08 1.62 0.06 0.34 -digressions digression NOM f p 0.08 1.62 0.02 1.28 -digère digérer VER 5.80 9.53 2.29 1.01 imp:pre:2s;ind:pre:1s;ind:pre:3s; -digèrent digérer VER 5.80 9.53 0.08 0.41 ind:pre:3p; -digue digue NOM f s 1.85 10.20 1.02 7.97 -digues digue NOM f p 1.85 10.20 0.83 2.23 -digéra digérer VER 5.80 9.53 0.00 0.07 ind:pas:3s; -digérai digérer VER 5.80 9.53 0.00 0.07 ind:pas:1s; -digéraient digérer VER 5.80 9.53 0.00 0.20 ind:imp:3p; -digérait digérer VER 5.80 9.53 0.03 0.95 ind:imp:3s; -digérant digérer VER 5.80 9.53 0.02 0.47 par:pre; -digérer digérer VER 5.80 9.53 1.73 3.51 inf; -digérera digérer VER 5.80 9.53 0.01 0.00 ind:fut:3s; -digérerait digérer VER 5.80 9.53 0.01 0.07 cnd:pre:3s; -digérons digérer VER 5.80 9.53 0.00 0.07 ind:pre:1p; -digérât digérer VER 5.80 9.53 0.00 0.07 sub:imp:3s; -digéré digérer VER m s 5.80 9.53 1.25 1.55 par:pas; -digérée digérer VER f s 5.80 9.53 0.23 0.61 par:pas; -digérées digérer VER f p 5.80 9.53 0.07 0.20 par:pas; -digérés digérer VER m p 5.80 9.53 0.09 0.27 par:pas; -dijonnais dijonnais ADJ m s 0.00 0.20 0.00 0.20 -diktat diktat NOM m s 0.12 0.20 0.10 0.20 -diktats diktat NOM m p 0.12 0.20 0.02 0.00 -dilapida dilapider VER 1.31 1.35 0.00 0.14 ind:pas:3s; -dilapidait dilapider VER 1.31 1.35 0.03 0.20 ind:imp:3s; -dilapidant dilapider VER 1.31 1.35 0.01 0.00 par:pre; -dilapidation dilapidation NOM f s 0.00 0.07 0.00 0.07 -dilapide dilapider VER 1.31 1.35 0.10 0.14 imp:pre:2s;ind:pre:3s; -dilapider dilapider VER 1.31 1.35 0.07 0.34 inf; -dilapides dilapider VER 1.31 1.35 0.14 0.00 ind:pre:2s; -dilapidez dilapider VER 1.31 1.35 0.19 0.00 imp:pre:2p;ind:pre:2p; -dilapidé dilapider VER m s 1.31 1.35 0.73 0.41 par:pas; -dilapidée dilapider VER f s 1.31 1.35 0.02 0.14 par:pas; -dilapidées dilapider VER f p 1.31 1.35 0.01 0.00 par:pas; -dilata dilater VER 1.30 5.54 0.00 0.20 ind:pas:3s; -dilatable dilatable ADJ f s 0.00 0.14 0.00 0.14 -dilataient dilater VER 1.30 5.54 0.00 0.34 ind:imp:3p; -dilatait dilater VER 1.30 5.54 0.01 1.15 ind:imp:3s; -dilatant dilater VER 1.30 5.54 0.00 0.68 par:pre; -dilatateur dilatateur ADJ m s 0.02 0.14 0.01 0.00 -dilatateurs dilatateur ADJ m p 0.02 0.14 0.01 0.14 -dilatation dilatation NOM f s 0.94 1.08 0.89 1.01 -dilatations dilatation NOM f p 0.94 1.08 0.05 0.07 -dilate dilater VER 1.30 5.54 0.52 0.81 imp:pre:2s;ind:pre:1s;ind:pre:3s; -dilatent dilater VER 1.30 5.54 0.15 0.41 ind:pre:3p; -dilater dilater VER 1.30 5.54 0.29 0.54 inf; -dilation dilation NOM f s 0.03 0.00 0.03 0.00 -dilatoire dilatoire ADJ s 0.09 0.47 0.09 0.41 -dilatoires dilatoire ADJ m p 0.09 0.47 0.00 0.07 -dilatât dilater VER 1.30 5.54 0.00 0.07 sub:imp:3s; -dilatèrent dilater VER 1.30 5.54 0.00 0.14 ind:pas:3p; -dilaté dilaté ADJ m s 0.86 2.09 0.10 0.54 -dilatée dilaté ADJ f s 0.86 2.09 0.11 0.47 -dilatées dilaté ADJ f p 0.86 2.09 0.52 0.47 -dilatés dilaté ADJ m p 0.86 2.09 0.14 0.61 -dilection dilection NOM f s 0.00 0.54 0.00 0.54 -dilemme dilemme NOM m s 2.24 1.49 2.20 1.28 -dilemmes dilemme NOM m p 2.24 1.49 0.04 0.20 -dilettante dilettante NOM s 0.91 0.88 0.85 0.68 -dilettantes dilettante NOM p 0.91 0.88 0.06 0.20 -dilettantisme dilettantisme NOM m s 0.00 0.47 0.00 0.41 -dilettantismes dilettantisme NOM m p 0.00 0.47 0.00 0.07 -diligemment diligemment ADV 0.05 0.27 0.05 0.27 -diligence diligence NOM f s 3.49 2.91 3.25 2.36 -diligences diligence NOM f p 3.49 2.91 0.23 0.54 -diligent diligent ADJ m s 0.07 0.81 0.04 0.41 -diligente diligent ADJ f s 0.07 0.81 0.01 0.20 -diligenter diligenter VER 0.01 0.00 0.01 0.00 inf; -diligentes diligent ADJ f p 0.07 0.81 0.01 0.14 -diligents diligent ADJ m p 0.07 0.81 0.01 0.07 -dilua diluer VER 1.00 6.49 0.00 0.14 ind:pas:3s; -diluaient diluer VER 1.00 6.49 0.00 0.47 ind:imp:3p; -diluait diluer VER 1.00 6.49 0.00 0.81 ind:imp:3s; -diluant diluant NOM m s 0.21 0.00 0.21 0.00 -dilue diluer VER 1.00 6.49 0.28 1.22 imp:pre:2s;ind:pre:1s;ind:pre:3s; -diluent diluer VER 1.00 6.49 0.00 0.34 ind:pre:3p; -diluer diluer VER 1.00 6.49 0.31 0.61 inf; -diluerait diluer VER 1.00 6.49 0.00 0.07 cnd:pre:3s; -diluons diluer VER 1.00 6.49 0.00 0.07 imp:pre:1p; -dilution dilution NOM f s 0.05 0.20 0.05 0.20 -dilué diluer VER m s 1.00 6.49 0.26 1.08 par:pas; -diluée diluer VER f s 1.00 6.49 0.09 1.08 par:pas; -diluées diluer VER f p 1.00 6.49 0.01 0.14 par:pas; -dilués diluer VER m p 1.00 6.49 0.01 0.34 par:pas; -diluvien diluvien ADJ m s 0.30 0.74 0.00 0.14 -diluvienne diluvien ADJ f s 0.30 0.74 0.14 0.27 -diluviennes diluvien ADJ f p 0.30 0.74 0.16 0.34 -dimanche dimanche NOM m s 63.98 101.15 59.67 87.84 -dimanches dimanche NOM m p 63.98 101.15 4.30 13.31 -dimension dimension NOM f s 9.62 23.11 6.10 8.92 -dimensionnel dimensionnel ADJ m s 0.61 0.07 0.33 0.00 -dimensionnelle dimensionnel ADJ f s 0.61 0.07 0.22 0.07 -dimensionnelles dimensionnel ADJ f p 0.61 0.07 0.05 0.00 -dimensionnels dimensionnel ADJ m p 0.61 0.07 0.01 0.00 -dimensionnement dimensionnement NOM m s 0.01 0.00 0.01 0.00 -dimensions dimension NOM f p 9.62 23.11 3.52 14.19 -diminua diminuer VER 7.94 16.28 0.14 0.74 ind:pas:3s; -diminuaient diminuer VER 7.94 16.28 0.22 0.95 ind:imp:3p; -diminuais diminuer VER 7.94 16.28 0.02 0.20 ind:imp:1s; -diminuait diminuer VER 7.94 16.28 0.10 2.64 ind:imp:3s; -diminuant diminuer VER 7.94 16.28 0.07 0.54 par:pre; -diminue diminuer VER 7.94 16.28 1.93 3.04 imp:pre:2s;ind:pre:1s;ind:pre:3s; -diminuendo diminuendo ADV 0.02 0.00 0.02 0.00 -diminuent diminuer VER 7.94 16.28 0.52 0.81 ind:pre:3p; -diminuer diminuer VER 7.94 16.28 1.93 3.72 inf; -diminuera diminuer VER 7.94 16.28 0.13 0.00 ind:fut:3s; -diminuerai diminuer VER 7.94 16.28 0.05 0.00 ind:fut:1s; -diminuerais diminuer VER 7.94 16.28 0.03 0.00 cnd:pre:1s; -diminuerait diminuer VER 7.94 16.28 0.21 0.14 cnd:pre:3s; -diminueront diminuer VER 7.94 16.28 0.01 0.00 ind:fut:3p; -diminuez diminuer VER 7.94 16.28 0.24 0.00 imp:pre:2p;ind:pre:2p; -diminuiez diminuer VER 7.94 16.28 0.01 0.00 ind:imp:2p; -diminuât diminuer VER 7.94 16.28 0.00 0.14 sub:imp:3s; -diminuèrent diminuer VER 7.94 16.28 0.00 0.07 ind:pas:3p; -diminutif diminutif NOM m s 0.96 1.89 0.96 1.49 -diminutifs diminutif NOM m p 0.96 1.89 0.00 0.41 -diminution diminution NOM f s 1.03 1.15 1.01 1.01 -diminutions diminution NOM f p 1.03 1.15 0.03 0.14 -diminué diminuer VER m s 7.94 16.28 1.68 1.82 par:pas; -diminuée diminuer VER f s 7.94 16.28 0.46 0.88 par:pas; -diminuées diminuer VER f p 7.94 16.28 0.09 0.00 par:pas; -diminués diminuer VER m p 7.94 16.28 0.09 0.61 par:pas; -dinamiteros dinamitero NOM m p 0.00 0.20 0.00 0.20 -dinanderie dinanderie NOM f s 0.00 0.07 0.00 0.07 -dinar dinar NOM m s 1.74 0.14 0.34 0.07 -dinars dinar NOM m p 1.74 0.14 1.41 0.07 -dinde dinde NOM f s 9.32 2.97 8.79 1.69 -dindes dinde NOM f p 9.32 2.97 0.54 1.28 -dindon dindon NOM m s 1.73 1.35 1.23 0.74 -dindonne dindonner VER 0.00 0.14 0.00 0.07 ind:pre:3s; -dindonneau dindonneau NOM m s 0.17 0.07 0.17 0.00 -dindonneaux dindonneau NOM m p 0.17 0.07 0.00 0.07 -dindonné dindonner VER m s 0.00 0.14 0.00 0.07 par:pas; -dindons dindon NOM m p 1.73 1.35 0.50 0.61 -dine dine NOM m s 1.24 0.07 1.24 0.07 -ding ding ONO 3.54 1.55 3.54 1.55 -dingo dingo ADJ s 0.98 1.08 0.95 1.01 -dingos dingo NOM m p 0.95 0.88 0.28 0.20 -dingue dingue ADJ s 58.48 11.69 53.01 9.80 -dinguent dinguer VER 0.33 1.08 0.00 0.07 ind:pre:3p; -dinguer dinguer VER 0.33 1.08 0.00 0.95 inf; -dinguerie dinguerie NOM f s 0.05 0.88 0.05 0.81 -dingueries dinguerie NOM f p 0.05 0.88 0.00 0.07 -dingues dingue ADJ p 58.48 11.69 5.47 1.89 -dingué dinguer VER m s 0.33 1.08 0.00 0.07 par:pas; -dinosaure dinosaure NOM m s 4.46 0.68 2.32 0.07 -dinosaures dinosaure NOM m p 4.46 0.68 2.14 0.61 -dioclétienne dioclétien ADJ f s 0.00 0.14 0.00 0.07 -dioclétiennes dioclétien ADJ f p 0.00 0.14 0.00 0.07 -diocèse diocèse NOM m s 0.44 1.15 0.44 1.01 -diocèses diocèse NOM m p 0.44 1.15 0.00 0.14 -diocésain diocésain ADJ m s 0.10 0.14 0.10 0.00 -diocésaines diocésain ADJ f p 0.10 0.14 0.00 0.14 -diode diode NOM f s 0.07 0.00 0.07 0.00 -diodon diodon NOM m s 0.00 0.20 0.00 0.20 -dionée dionée NOM f s 0.03 0.00 0.03 0.00 -dionysiaque dionysiaque ADJ s 0.16 0.47 0.16 0.34 -dionysiaques dionysiaque ADJ f p 0.16 0.47 0.00 0.14 -dionysien dionysien ADJ m s 0.01 0.07 0.01 0.07 -dioptre dioptre NOM m s 0.00 0.07 0.00 0.07 -dioptries dioptrie NOM f p 0.00 0.14 0.00 0.14 -diorama diorama NOM m s 0.15 0.34 0.11 0.07 -dioramas diorama NOM m p 0.15 0.34 0.04 0.27 -diorite diorite NOM f s 0.04 0.00 0.04 0.00 -dioxine dioxine NOM f s 0.14 0.00 0.12 0.00 -dioxines dioxine NOM f p 0.14 0.00 0.02 0.00 -dioxyde dioxyde NOM m s 0.56 0.00 0.56 0.00 -dipôle dipôle NOM m s 0.01 0.00 0.01 0.00 -diphtongue diphtongue NOM f s 0.02 0.34 0.00 0.14 -diphtongues diphtongue NOM f p 0.02 0.34 0.02 0.20 -diphtérie diphtérie NOM f s 0.26 0.68 0.26 0.68 -diphényle diphényle NOM m s 0.00 0.07 0.00 0.07 -diplôme diplôme NOM m s 17.27 7.36 13.28 4.32 -diplômer diplômer VER 4.29 0.27 0.16 0.00 inf; -diplômes diplôme NOM m p 17.27 7.36 3.99 3.04 -diplômé diplômer VER m s 4.29 0.27 2.44 0.14 par:pas; -diplômée diplômer VER f s 4.29 0.27 1.17 0.07 par:pas; -diplômées diplômé ADJ f p 1.50 1.01 0.07 0.07 -diplômés diplômé NOM m p 1.81 0.27 1.03 0.00 -diplodocus diplodocus NOM m 0.01 0.68 0.01 0.68 -diplomate diplomate NOM s 3.75 8.65 1.98 4.66 -diplomates diplomate NOM p 3.75 8.65 1.77 3.99 -diplomatie diplomatie NOM f s 1.80 5.68 1.80 5.68 -diplomatique diplomatique ADJ s 4.28 10.00 2.77 6.96 -diplomatiquement diplomatiquement ADV 0.04 0.20 0.04 0.20 -diplomatiques diplomatique ADJ p 4.28 10.00 1.51 3.04 -diplopie diplopie NOM f s 0.03 0.00 0.03 0.00 -dipneuste dipneuste NOM m s 0.07 0.00 0.05 0.00 -dipneustes dipneuste NOM m p 0.07 0.00 0.02 0.00 -dipsomane dipsomane NOM s 0.26 0.00 0.25 0.00 -dipsomanes dipsomane NOM p 0.26 0.00 0.01 0.00 -dipsomanie dipsomanie NOM f s 0.01 0.00 0.01 0.00 -diptères diptère ADJ p 0.01 0.07 0.01 0.07 -diptyque diptyque NOM m s 0.01 0.14 0.01 0.14 -dira dire VER 5946.17 4832.50 36.47 21.89 ind:fut:3s; -dirai dire VER 5946.17 4832.50 82.39 27.43 ind:fut:1s; -diraient dire VER 5946.17 4832.50 3.02 3.24 cnd:pre:3p; -dirais dire VER 5946.17 4832.50 57.65 16.76 cnd:pre:1s;cnd:pre:2s; -dirait dire VER 5946.17 4832.50 190.63 85.88 cnd:pre:3s; -diras dire VER 5946.17 4832.50 22.52 10.54 ind:fut:2s; -dire dire VER 5946.17 4832.50 1564.52 827.84 inf;;inf;;inf;;inf;;inf;; -direct direct NOM m s 16.34 5.00 15.81 4.39 -directe direct ADJ f s 21.89 26.69 6.27 11.82 -directement directement ADV 26.73 39.12 26.73 39.12 -directes direct ADJ f p 21.89 26.69 0.49 2.03 -directeur_adjoint directeur_adjoint NOM m s 0.14 0.00 0.14 0.00 -directeur directeur NOM m s 64.44 38.45 57.65 30.00 -directeurs directeur NOM m p 64.44 38.45 2.23 3.11 -directif directif ADJ m s 0.32 0.14 0.22 0.00 -direction direction NOM f s 45.06 108.04 43.25 103.04 -directionnel directionnel ADJ m s 0.57 0.14 0.09 0.07 -directionnelle directionnel ADJ f s 0.57 0.14 0.04 0.00 -directionnelles directionnel ADJ f p 0.57 0.14 0.02 0.07 -directionnels directionnel ADJ m p 0.57 0.14 0.42 0.00 -directions direction NOM f p 45.06 108.04 1.81 5.00 -directive directive NOM f s 3.43 4.93 0.40 0.47 -directives directive NOM f p 3.43 4.93 3.04 4.46 -directo directo ADV 0.00 0.41 0.00 0.41 -directoire directoire NOM m s 0.17 2.09 0.17 2.09 -directorat directorat NOM m s 0.01 0.00 0.01 0.00 -directorial directorial ADJ m s 0.01 1.28 0.01 0.81 -directoriale directorial ADJ f s 0.01 1.28 0.00 0.27 -directoriaux directorial ADJ m p 0.01 1.28 0.00 0.20 -directos directos ADV 0.03 0.41 0.03 0.41 -directrice directeur NOM f s 64.44 38.45 4.55 5.07 -directrices directrice NOM f p 0.28 0.00 0.28 0.00 -directs direct ADJ m p 21.89 26.69 0.84 2.16 -dirent dire VER 5946.17 4832.50 1.65 7.03 ind:pas:3p; -dires dire NOM m p 53.88 31.42 1.94 2.50 -direz dire VER 5946.17 4832.50 13.72 10.00 ind:fut:2p; -dirham dirham NOM m s 0.43 0.14 0.14 0.00 -dirhams dirham NOM m p 0.43 0.14 0.29 0.14 -diriez dire VER 5946.17 4832.50 10.69 2.36 cnd:pre:2p; -dirige diriger VER 65.10 95.68 23.74 12.77 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -dirigea diriger VER 65.10 95.68 0.06 20.20 ind:pas:3s; -dirigeable dirigeable NOM m s 0.62 0.34 0.41 0.20 -dirigeables dirigeable NOM m p 0.62 0.34 0.22 0.14 -dirigeai diriger VER 65.10 95.68 0.12 1.62 ind:pas:1s; -dirigeaient diriger VER 65.10 95.68 0.62 2.77 ind:imp:3p; -dirigeais diriger VER 65.10 95.68 0.52 0.68 ind:imp:1s;ind:imp:2s; -dirigeait diriger VER 65.10 95.68 3.31 11.69 ind:imp:3s; -dirigeant dirigeant NOM m s 6.18 10.00 1.81 2.09 -dirigeante dirigeant ADJ f s 0.90 3.18 0.20 0.61 -dirigeantes dirigeant ADJ f p 0.90 3.18 0.06 0.41 -dirigeants dirigeant NOM m p 6.18 10.00 4.30 7.77 -dirigent diriger VER 65.10 95.68 4.11 2.30 ind:pre:3p; -dirigeâmes diriger VER 65.10 95.68 0.03 0.47 ind:pas:1p; -dirigeons diriger VER 65.10 95.68 1.14 0.95 imp:pre:1p;ind:pre:1p; -dirigeât diriger VER 65.10 95.68 0.00 0.14 sub:imp:3s; -diriger diriger VER 65.10 95.68 13.94 17.64 ind:pre:2p;inf; -dirigera diriger VER 65.10 95.68 1.17 0.41 ind:fut:3s; -dirigerai diriger VER 65.10 95.68 0.34 0.20 ind:fut:1s; -dirigeraient diriger VER 65.10 95.68 0.02 0.00 cnd:pre:3p; -dirigerais diriger VER 65.10 95.68 0.10 0.00 cnd:pre:1s;cnd:pre:2s; -dirigerait diriger VER 65.10 95.68 0.11 0.14 cnd:pre:3s; -dirigeras diriger VER 65.10 95.68 0.23 0.07 ind:fut:2s; -dirigerez diriger VER 65.10 95.68 0.36 0.07 ind:fut:2p; -dirigerons diriger VER 65.10 95.68 0.06 0.07 ind:fut:1p; -dirigeront diriger VER 65.10 95.68 0.19 0.20 ind:fut:3p; -diriges diriger VER 65.10 95.68 1.31 0.00 ind:pre:2s; -dirigez diriger VER 65.10 95.68 3.88 0.20 imp:pre:2p;ind:pre:2p; -dirigiez diriger VER 65.10 95.68 0.30 0.07 ind:imp:2p; -dirigions diriger VER 65.10 95.68 0.17 0.34 ind:imp:1p; -dirigèrent diriger VER 65.10 95.68 0.01 2.23 ind:pas:3p; -dirigé diriger VER m s 65.10 95.68 4.43 7.30 par:pas; -dirigée diriger VER f s 65.10 95.68 2.29 4.19 par:pas; -dirigées diriger VER f p 65.10 95.68 0.20 1.15 par:pas; -dirigés diriger VER m p 65.10 95.68 0.91 2.36 par:pas; -dirimant dirimant ADJ m s 0.00 0.14 0.00 0.07 -dirimants dirimant ADJ m p 0.00 0.14 0.00 0.07 -dirions dire VER 5946.17 4832.50 0.08 0.68 cnd:pre:1p; -dirlo dirlo NOM m s 0.40 1.76 0.40 1.69 -dirlos dirlo NOM m p 0.40 1.76 0.00 0.07 -dirons dire VER 5946.17 4832.50 2.78 2.03 ind:fut:1p; -diront dire VER 5946.17 4832.50 9.09 4.46 ind:fut:3p; -dis dire VER 5946.17 4832.50 1025.78 477.36 imp:pre:2s;ind:pre:1s;ind:pre:1s;ind:pre:2s;ind:pas:1s; -disaient dire VER 5946.17 4832.50 11.68 35.68 ind:imp:3p; -disais dire VER 5946.17 4832.50 98.37 70.68 ind:imp:1s;ind:imp:2s; -disait dire VER 5946.17 4832.50 94.00 352.30 ind:imp:3s; -disant dire VER 5946.17 4832.50 26.41 81.62 par:pre; -disants disant ADJ m p 1.30 7.09 0.03 0.07 -disc_jockey disc_jockey NOM m s 0.18 0.07 0.16 0.00 -disc_jockey disc_jockey NOM m p 0.18 0.07 0.03 0.07 -discal discal ADJ m s 0.13 0.07 0.02 0.07 -discale discal ADJ f s 0.13 0.07 0.11 0.00 -discerna discerner VER 1.05 15.20 0.00 0.14 ind:pas:3s; -discernable discernable ADJ f s 0.01 0.47 0.01 0.34 -discernables discernable ADJ p 0.01 0.47 0.00 0.14 -discernai discerner VER 1.05 15.20 0.00 0.14 ind:pas:1s; -discernaient discerner VER 1.05 15.20 0.00 0.47 ind:imp:3p; -discernais discerner VER 1.05 15.20 0.00 0.95 ind:imp:1s; -discernait discerner VER 1.05 15.20 0.01 2.43 ind:imp:3s; -discernant discerner VER 1.05 15.20 0.00 0.34 par:pre; -discerne discerner VER 1.05 15.20 0.33 2.16 ind:pre:1s;ind:pre:3s; -discernement discernement NOM m s 0.90 2.50 0.90 2.50 -discernent discerner VER 1.05 15.20 0.01 0.34 ind:pre:3p; -discerner discerner VER 1.05 15.20 0.69 6.69 inf; -discernerait discerner VER 1.05 15.20 0.00 0.07 cnd:pre:3s; -discernes discerner VER 1.05 15.20 0.00 0.07 ind:pre:2s; -discernions discerner VER 1.05 15.20 0.00 0.27 ind:imp:1p; -discernâmes discerner VER 1.05 15.20 0.00 0.27 ind:pas:1p; -discernât discerner VER 1.05 15.20 0.00 0.07 sub:imp:3s; -discerné discerner VER m s 1.05 15.20 0.01 0.74 par:pas; -discernées discerner VER f p 1.05 15.20 0.00 0.07 par:pas; -disciple_roi disciple_roi NOM s 0.00 0.07 0.00 0.07 -disciple disciple NOM s 5.62 14.46 1.98 7.64 -disciples disciple NOM p 5.62 14.46 3.65 6.82 -disciplina discipliner VER 0.93 1.42 0.00 0.07 ind:pas:3s; -disciplinaient discipliner VER 0.93 1.42 0.00 0.07 ind:imp:3p; -disciplinaire disciplinaire ADJ s 1.28 1.15 0.93 0.81 -disciplinaires disciplinaire ADJ p 1.28 1.15 0.35 0.34 -disciplinais discipliner VER 0.93 1.42 0.01 0.00 ind:imp:1s; -disciplinait discipliner VER 0.93 1.42 0.00 0.14 ind:imp:3s; -discipline discipline NOM f s 12.02 22.03 11.59 20.27 -discipliner discipliner VER 0.93 1.42 0.29 0.34 inf; -disciplinera discipliner VER 0.93 1.42 0.00 0.07 ind:fut:3s; -disciplinerait discipliner VER 0.93 1.42 0.00 0.07 cnd:pre:3s; -disciplines discipline NOM f p 12.02 22.03 0.44 1.76 -discipliné discipliné ADJ m s 1.07 2.16 0.30 0.74 -disciplinée discipliné ADJ f s 1.07 2.16 0.24 0.41 -disciplinées discipliné ADJ f p 1.07 2.16 0.01 0.27 -disciplinés discipliné ADJ m p 1.07 2.16 0.51 0.74 -disco disco NOM s 1.81 0.34 1.79 0.34 -discobole discobole NOM m s 0.24 0.20 0.23 0.20 -discoboles discobole NOM m p 0.24 0.20 0.01 0.00 -discographie discographie NOM f s 0.01 0.00 0.01 0.00 -discographiques discographique ADJ p 0.00 0.07 0.00 0.07 -discontinu discontinu ADJ m s 0.04 1.49 0.00 0.61 -discontinuaient discontinuer VER 0.03 1.82 0.00 0.07 ind:imp:3p; -discontinue discontinu ADJ f s 0.04 1.49 0.04 0.41 -discontinuer discontinuer VER 0.03 1.82 0.03 1.76 inf; -discontinues discontinu ADJ f p 0.04 1.49 0.00 0.27 -discontinuité discontinuité NOM f s 0.05 0.68 0.05 0.68 -discontinus discontinu ADJ m p 0.04 1.49 0.00 0.20 -disconviens disconvenir VER 0.00 0.14 0.00 0.07 ind:pre:1s; -disconvint disconvenir VER 0.00 0.14 0.00 0.07 ind:pas:3s; -discordance discordance NOM f s 0.06 0.68 0.04 0.41 -discordances discordance NOM f p 0.06 0.68 0.02 0.27 -discordant discordant ADJ m s 0.14 2.91 0.08 0.74 -discordante discordant ADJ f s 0.14 2.91 0.02 0.74 -discordantes discordant ADJ f p 0.14 2.91 0.01 0.34 -discordants discordant ADJ m p 0.14 2.91 0.04 1.08 -discorde discorde NOM f s 1.41 2.09 1.35 2.09 -discordes discorde NOM f p 1.41 2.09 0.06 0.00 -discos disco NOM p 1.81 0.34 0.02 0.00 -discothèque discothèque NOM f s 1.32 0.81 1.12 0.74 -discothèques discothèque NOM f p 1.32 0.81 0.20 0.07 -discount discount NOM m s 0.39 0.27 0.39 0.27 -discouraient discourir VER 0.66 4.12 0.00 0.20 ind:imp:3p; -discourait discourir VER 0.66 4.12 0.00 1.01 ind:imp:3s; -discourant discourir VER 0.66 4.12 0.02 0.34 par:pre; -discoure discourir VER 0.66 4.12 0.01 0.07 sub:pre:1s;sub:pre:3s; -discourent discourir VER 0.66 4.12 0.01 0.07 ind:pre:3p; -discoureur discoureur NOM m s 0.01 0.14 0.01 0.07 -discoureurs discoureur NOM m p 0.01 0.14 0.00 0.07 -discourir discourir VER 0.66 4.12 0.39 2.09 inf; -discours discours NOM m 42.75 50.54 42.75 50.54 -discourt discourir VER 0.66 4.12 0.11 0.07 ind:pre:3s; -discourtois discourtois ADJ m 0.28 0.41 0.25 0.14 -discourtoise discourtois ADJ f s 0.28 0.41 0.03 0.20 -discourtoises discourtois ADJ f p 0.28 0.41 0.00 0.07 -discouru discourir VER m s 0.66 4.12 0.10 0.20 par:pas; -discourut discourir VER 0.66 4.12 0.00 0.07 ind:pas:3s; -discret discret ADJ m s 15.61 33.04 9.52 13.58 -discrets discret ADJ m p 15.61 33.04 2.96 4.93 -discriminant discriminant ADJ m s 0.03 0.07 0.01 0.07 -discriminants discriminant ADJ m p 0.03 0.07 0.01 0.00 -discrimination discrimination NOM f s 1.60 0.88 1.57 0.88 -discriminations discrimination NOM f p 1.60 0.88 0.03 0.00 -discriminatoire discriminatoire ADJ s 0.15 0.07 0.15 0.07 -discriminer discriminer VER 0.18 0.14 0.17 0.14 inf; -discriminé discriminer VER m s 0.18 0.14 0.01 0.00 par:pas; -discrète discret ADJ f s 15.61 33.04 2.79 11.89 -discrètement discrètement ADV 5.82 19.73 5.82 19.73 -discrètes discret ADJ f p 15.61 33.04 0.34 2.64 -discrédit discrédit NOM m s 0.11 0.61 0.11 0.61 -discréditait discréditer VER 1.61 1.35 0.01 0.07 ind:imp:3s; -discréditant discréditer VER 1.61 1.35 0.02 0.00 par:pre; -discrédite discréditer VER 1.61 1.35 0.05 0.14 ind:pre:3s; -discréditer discréditer VER 1.61 1.35 1.20 0.61 ind:pre:2p;inf; -discréditerait discréditer VER 1.61 1.35 0.04 0.00 cnd:pre:3s; -discréditez discréditer VER 1.61 1.35 0.05 0.00 imp:pre:2p;ind:pre:2p; -discrédité discréditer VER m s 1.61 1.35 0.14 0.47 par:pas; -discréditée discréditer VER f s 1.61 1.35 0.04 0.00 par:pas; -discréditées discréditer VER f p 1.61 1.35 0.03 0.07 par:pas; -discrédités discréditer VER m p 1.61 1.35 0.04 0.00 par:pas; -discrétion discrétion NOM f s 4.59 21.22 4.59 21.22 -discrétionnaire discrétionnaire ADJ s 0.13 0.20 0.09 0.14 -discrétionnaires discrétionnaire ADJ f p 0.13 0.20 0.04 0.07 -disculpait disculper VER 1.27 1.55 0.00 0.20 ind:imp:3s; -disculpant disculper VER 1.27 1.55 0.07 0.00 par:pre; -disculpation disculpation NOM f s 0.04 0.00 0.04 0.00 -disculpe disculper VER 1.27 1.55 0.19 0.07 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -disculpent disculper VER 1.27 1.55 0.01 0.00 ind:pre:3p; -disculper disculper VER 1.27 1.55 0.61 1.22 inf; -disculperait disculper VER 1.27 1.55 0.01 0.00 cnd:pre:3s; -disculpez disculper VER 1.27 1.55 0.01 0.07 imp:pre:2p; -disculpé disculper VER m s 1.27 1.55 0.36 0.00 par:pas; -disculpés disculper VER m p 1.27 1.55 0.01 0.00 par:pas; -discursives discursif ADJ f p 0.00 0.07 0.00 0.07 -discussion discussion NOM f s 23.58 33.51 19.54 20.88 -discussions discussion NOM f p 23.58 33.51 4.05 12.64 -discuta discuter VER 96.42 58.65 0.01 0.74 ind:pas:3s; -discutable discutable ADJ s 0.79 1.01 0.59 0.68 -discutables discutable ADJ p 0.79 1.01 0.19 0.34 -discutai discuter VER 96.42 58.65 0.00 0.27 ind:pas:1s; -discutaient discuter VER 96.42 58.65 0.20 4.53 ind:imp:3p; -discutaillaient discutailler VER 0.48 0.81 0.00 0.14 ind:imp:3p; -discutaillait discutailler VER 0.48 0.81 0.01 0.07 ind:imp:3s; -discutaille discutailler VER 0.48 0.81 0.01 0.14 ind:pre:3s; -discutaillent discutailler VER 0.48 0.81 0.00 0.07 ind:pre:3p; -discutailler discutailler VER 0.48 0.81 0.46 0.41 inf; -discutailleries discutaillerie NOM f p 0.00 0.14 0.00 0.14 -discutailleur discutailleur NOM m s 0.00 0.07 0.00 0.07 -discutailleuse discutailleur ADJ f s 0.00 0.07 0.00 0.07 -discutais discuter VER 96.42 58.65 0.57 0.41 ind:imp:1s;ind:imp:2s; -discutait discuter VER 96.42 58.65 2.09 5.14 ind:imp:3s; -discutant discuter VER 96.42 58.65 0.60 2.97 par:pre; -discute discuter VER 96.42 58.65 14.75 5.54 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -discutent discuter VER 96.42 58.65 2.02 3.45 ind:pre:3p; -discuter discuter VER 96.42 58.65 50.43 25.47 inf; -discutera discuter VER 96.42 58.65 2.92 0.47 ind:fut:3s; -discuterai discuter VER 96.42 58.65 1.08 0.20 ind:fut:1s; -discuteraient discuter VER 96.42 58.65 0.05 0.07 cnd:pre:3p; -discuterais discuter VER 96.42 58.65 0.10 0.07 cnd:pre:1s; -discuterait discuter VER 96.42 58.65 0.52 0.41 cnd:pre:3s; -discuterez discuter VER 96.42 58.65 0.10 0.07 ind:fut:2p; -discuteriez discuter VER 96.42 58.65 0.02 0.00 cnd:pre:2p; -discuterions discuter VER 96.42 58.65 0.01 0.07 cnd:pre:1p; -discuterons discuter VER 96.42 58.65 1.66 0.20 ind:fut:1p; -discuteront discuter VER 96.42 58.65 0.04 0.07 ind:fut:3p; -discutes discuter VER 96.42 58.65 0.82 0.14 ind:pre:2s; -discutez discuter VER 96.42 58.65 2.73 0.14 imp:pre:2p;ind:pre:2p; -discutiez discuter VER 96.42 58.65 0.23 0.00 ind:imp:2p; -discutions discuter VER 96.42 58.65 0.71 1.01 ind:imp:1p;sub:pre:1p; -discutâmes discuter VER 96.42 58.65 0.00 0.47 ind:pas:1p; -discutons discuter VER 96.42 58.65 3.44 0.61 imp:pre:1p;ind:pre:1p; -discutât discuter VER 96.42 58.65 0.10 0.07 sub:imp:3s; -discutèrent discuter VER 96.42 58.65 0.02 0.88 ind:pas:3p; -discuté discuter VER m s 96.42 58.65 10.85 4.53 par:pas; -discutée discuter VER f s 96.42 58.65 0.20 0.34 par:pas; -discutées discuter VER f p 96.42 58.65 0.02 0.27 par:pas; -discutés discuter VER m p 96.42 58.65 0.12 0.07 par:pas; -dise dire VER 5946.17 4832.50 53.46 25.41 sub:pre:1s;sub:pre:3s; -disent dire VER 5946.17 4832.50 88.46 44.12 ind:pre:3p;sub:pre:3p; -disert disert ADJ m s 0.01 0.88 0.00 0.88 -diserte disert ADJ f s 0.01 0.88 0.01 0.00 -dises dire VER 5946.17 4832.50 11.41 2.70 sub:pre:2s; -disette disette NOM f s 0.06 1.76 0.06 1.62 -disettes disette NOM f p 0.06 1.76 0.00 0.14 -diseur diseur NOM m s 0.47 0.68 0.26 0.14 -diseurs diseur NOM m p 0.47 0.68 0.06 0.20 -diseuse diseur NOM f s 0.47 0.68 0.14 0.34 -diseuses diseuse NOM f p 0.06 0.00 0.06 0.00 -disfonctionnement disfonctionnement NOM m s 0.44 0.00 0.44 0.00 -disgracia disgracier VER 0.09 0.68 0.00 0.07 ind:pas:3s; -disgraciaient disgracier VER 0.09 0.68 0.00 0.07 ind:imp:3p; -disgraciait disgracier VER 0.09 0.68 0.00 0.07 ind:imp:3s; -disgracier disgracier VER 0.09 0.68 0.01 0.00 inf; -disgraciera disgracier VER 0.09 0.68 0.00 0.07 ind:fut:3s; -disgracieuse disgracieux ADJ f s 0.14 2.30 0.01 0.95 -disgracieusement disgracieusement ADV 0.00 0.07 0.00 0.07 -disgracieuses disgracieux ADJ f p 0.14 2.30 0.04 0.14 -disgracieux disgracieux ADJ m 0.14 2.30 0.09 1.22 -disgracié disgracié ADJ m s 0.17 0.61 0.16 0.34 -disgraciée disgracier VER f s 0.09 0.68 0.01 0.14 par:pas; -disgraciées disgracié ADJ f p 0.17 0.61 0.00 0.07 -disgraciés disgracier VER m p 0.09 0.68 0.01 0.07 par:pas; -disgrâce disgrâce NOM f s 1.76 4.46 1.76 3.99 -disgrâces disgrâce NOM f p 1.76 4.46 0.00 0.47 -disharmonie disharmonie NOM f s 0.01 0.07 0.01 0.07 -disiez dire VER 5946.17 4832.50 20.36 4.66 ind:imp:2p;sub:pre:2p; -disions dire VER 5946.17 4832.50 1.54 5.47 ind:imp:1p; -disjoignait disjoindre VER 0.10 1.49 0.00 0.07 ind:imp:3s; -disjoignant disjoindre VER 0.10 1.49 0.00 0.20 par:pre; -disjoignent disjoindre VER 0.10 1.49 0.00 0.07 ind:pre:3p; -disjoindre disjoindre VER 0.10 1.49 0.00 0.34 inf; -disjoint disjoint ADJ m s 0.13 2.03 0.10 0.27 -disjointe disjoint ADJ f s 0.13 2.03 0.01 0.00 -disjointes disjoint ADJ f p 0.13 2.03 0.00 1.28 -disjoints disjoindre VER m p 0.10 1.49 0.10 0.07 par:pas; -disjoncta disjoncter VER 3.31 0.68 0.00 0.14 ind:pas:3s; -disjonctais disjoncter VER 3.31 0.68 0.01 0.07 ind:imp:1s; -disjonctait disjoncter VER 3.31 0.68 0.02 0.00 ind:imp:3s; -disjoncte disjoncter VER 3.31 0.68 0.47 0.00 imp:pre:2s;ind:pre:1s;ind:pre:3s; -disjonctent disjoncter VER 3.31 0.68 0.02 0.00 ind:pre:3p; -disjoncter disjoncter VER 3.31 0.68 0.40 0.20 inf; -disjoncterais disjoncter VER 3.31 0.68 0.02 0.00 cnd:pre:1s;cnd:pre:2s; -disjoncterait disjoncter VER 3.31 0.68 0.04 0.07 cnd:pre:3s; -disjonctes disjoncter VER 3.31 0.68 0.57 0.00 ind:pre:2s; -disjoncteur disjoncteur NOM m s 1.45 0.20 1.34 0.07 -disjoncteurs disjoncteur NOM m p 1.45 0.20 0.11 0.14 -disjonctez disjoncter VER 3.31 0.68 0.03 0.00 imp:pre:2p;ind:pre:2p; -disjonction disjonction NOM f s 0.00 0.14 0.00 0.07 -disjonctions disjonction NOM f p 0.00 0.14 0.00 0.07 -disjoncté disjoncter VER m s 3.31 0.68 1.65 0.14 par:pas; -disjonctée disjoncter VER f s 3.31 0.68 0.05 0.07 par:pas; -disjonctés disjoncter VER m p 3.31 0.68 0.02 0.00 par:pas; -diskette diskette NOM f s 0.00 0.81 0.00 0.81 -dislocation dislocation NOM f s 0.16 1.35 0.16 1.28 -dislocations dislocation NOM f p 0.16 1.35 0.00 0.07 -disloqua disloquer VER 0.54 4.80 0.00 0.14 ind:pas:3s; -disloquai disloquer VER 0.54 4.80 0.00 0.07 ind:pas:1s; -disloquaient disloquer VER 0.54 4.80 0.00 0.34 ind:imp:3p; -disloquait disloquer VER 0.54 4.80 0.00 0.27 ind:imp:3s; -disloquant disloquer VER 0.54 4.80 0.00 0.20 par:pre; -disloque disloquer VER 0.54 4.80 0.12 0.81 imp:pre:2s;ind:pre:1s;ind:pre:3s; -disloquent disloquer VER 0.54 4.80 0.01 0.14 ind:pre:3p; -disloquer disloquer VER 0.54 4.80 0.18 0.88 inf; -disloquerai disloquer VER 0.54 4.80 0.01 0.00 ind:fut:1s; -disloqueront disloquer VER 0.54 4.80 0.00 0.07 ind:fut:3p; -disloquât disloquer VER 0.54 4.80 0.00 0.07 sub:imp:3s; -disloquèrent disloquer VER 0.54 4.80 0.00 0.20 ind:pas:3p; -disloqué disloqué ADJ m s 0.12 3.24 0.07 1.35 -disloquée disloquer VER f s 0.54 4.80 0.05 0.27 par:pas; -disloquées disloquer VER f p 0.54 4.80 0.01 0.14 par:pas; -disloqués disloquer VER m p 0.54 4.80 0.11 0.34 par:pas; -disons dire VER 5946.17 4832.50 45.13 17.84 imp:pre:1p;ind:pre:1p; -disparûmes disparaître VER 166.13 183.31 0.01 0.07 ind:pas:1p; -disparût disparaître VER 166.13 183.31 0.01 1.01 sub:imp:3s; -disparaît disparaître VER 166.13 183.31 10.02 16.35 ind:pre:3s; -disparaîtra disparaître VER 166.13 183.31 3.04 1.35 ind:fut:3s; -disparaîtrai disparaître VER 166.13 183.31 0.41 0.07 ind:fut:1s; -disparaîtraient disparaître VER 166.13 183.31 0.34 0.54 cnd:pre:3p; -disparaîtrais disparaître VER 166.13 183.31 0.23 0.07 cnd:pre:1s;cnd:pre:2s; -disparaîtrait disparaître VER 166.13 183.31 0.73 1.28 cnd:pre:3s; -disparaîtras disparaître VER 166.13 183.31 0.22 0.00 ind:fut:2s; -disparaître disparaître VER 166.13 183.31 27.16 36.76 inf; -disparaîtrez disparaître VER 166.13 183.31 0.12 0.14 ind:fut:2p; -disparaîtrions disparaître VER 166.13 183.31 0.01 0.00 cnd:pre:1p; -disparaîtrons disparaître VER 166.13 183.31 0.18 0.07 ind:fut:1p; -disparaîtront disparaître VER 166.13 183.31 0.59 1.01 ind:fut:3p; -disparais disparaître VER 166.13 183.31 8.97 0.95 imp:pre:2s;ind:pre:1s;ind:pre:2s; -disparaissaient disparaître VER 166.13 183.31 0.33 6.01 ind:imp:3p; -disparaissais disparaître VER 166.13 183.31 0.29 0.54 ind:imp:1s;ind:imp:2s; -disparaissait disparaître VER 166.13 183.31 1.11 11.15 ind:imp:3s; -disparaissant disparaître VER 166.13 183.31 0.32 4.73 par:pre; -disparaissante disparaissant ADJ f s 0.01 1.15 0.00 0.07 -disparaisse disparaître VER 166.13 183.31 2.94 2.43 sub:pre:1s;sub:pre:3s; -disparaissent disparaître VER 166.13 183.31 6.65 6.42 ind:pre:3p; -disparaisses disparaître VER 166.13 183.31 0.23 0.07 sub:pre:2s; -disparaissez disparaître VER 166.13 183.31 4.32 0.95 imp:pre:2p;ind:pre:2p; -disparaissiez disparaître VER 166.13 183.31 0.17 0.00 ind:imp:2p; -disparaissions disparaître VER 166.13 183.31 0.14 0.34 ind:imp:1p; -disparaissons disparaître VER 166.13 183.31 0.23 0.00 imp:pre:1p;ind:pre:1p; -disparate disparate ADJ s 0.27 3.18 0.02 1.28 -disparates disparate ADJ p 0.27 3.18 0.25 1.89 -disparition disparition NOM f s 16.33 23.38 14.83 22.30 -disparitions disparition NOM f p 16.33 23.38 1.50 1.08 -disparité disparité NOM f s 0.07 0.27 0.07 0.27 -disparu disparaître VER m s 166.13 183.31 86.21 58.78 par:pas; -disparue disparaître VER f s 166.13 183.31 4.33 1.42 par:pas; -disparues disparu ADJ f p 9.82 14.80 1.55 1.55 -disparurent disparaître VER 166.13 183.31 0.45 4.80 ind:pas:3p; -disparus disparu NOM m p 10.07 6.42 3.27 2.77 -disparut disparaître VER 166.13 183.31 2.05 24.66 ind:pas:3s; -dispatchais dispatcher VER 0.07 0.07 0.01 0.00 ind:imp:1s; -dispatchait dispatcher VER 0.07 0.07 0.00 0.07 ind:imp:3s; -dispatche dispatcher VER 0.07 0.07 0.04 0.00 imp:pre:2s;ind:pre:3s; -dispatcher dispatcher VER 0.07 0.07 0.01 0.00 inf; -dispatching dispatching NOM m s 0.12 0.14 0.12 0.14 -dispendieuse dispendieux ADJ f s 0.07 0.47 0.00 0.14 -dispendieusement dispendieusement ADV 0.00 0.07 0.00 0.07 -dispendieux dispendieux ADJ m 0.07 0.47 0.07 0.34 -dispensa dispenser VER 3.27 11.15 0.00 0.54 ind:pas:3s; -dispensable dispensable ADJ s 0.01 0.00 0.01 0.00 -dispensaient dispenser VER 3.27 11.15 0.02 0.34 ind:imp:3p; -dispensaire dispensaire NOM m s 1.76 1.69 1.71 1.28 -dispensaires dispensaire NOM m p 1.76 1.69 0.04 0.41 -dispensais dispenser VER 3.27 11.15 0.00 0.14 ind:imp:1s; -dispensait dispenser VER 3.27 11.15 0.38 1.89 ind:imp:3s; -dispensant dispenser VER 3.27 11.15 0.01 0.47 par:pre; -dispensateur dispensateur NOM m s 0.02 1.15 0.02 0.20 -dispensateurs dispensateur NOM m p 0.02 1.15 0.00 0.27 -dispensation dispensation NOM f s 0.00 0.07 0.00 0.07 -dispensatrice dispensateur NOM f s 0.02 1.15 0.00 0.54 -dispensatrices dispensateur NOM f p 0.02 1.15 0.00 0.14 -dispense dispenser VER 3.27 11.15 1.14 1.89 imp:pre:2s;ind:pre:1s;ind:pre:3s; -dispensent dispenser VER 3.27 11.15 0.25 0.68 ind:pre:3p; -dispenser dispenser VER 3.27 11.15 0.33 1.76 inf; -dispenserait dispenser VER 3.27 11.15 0.03 0.20 cnd:pre:3s; -dispenseras dispenser VER 3.27 11.15 0.00 0.07 ind:fut:2s; -dispenses dispenser VER 3.27 11.15 0.03 0.00 ind:pre:2s; -dispensez dispenser VER 3.27 11.15 0.17 0.07 imp:pre:2p;ind:pre:2p; -dispensât dispenser VER 3.27 11.15 0.00 0.07 sub:imp:3s; -dispensèrent dispenser VER 3.27 11.15 0.01 0.00 ind:pas:3p; -dispensé dispenser VER m s 3.27 11.15 0.47 2.03 par:pas; -dispensée dispenser VER f s 3.27 11.15 0.35 0.61 par:pas; -dispensées dispenser VER f p 3.27 11.15 0.01 0.07 par:pas; -dispensés dispenser VER m p 3.27 11.15 0.07 0.34 par:pas; -dispersa disperser VER 10.58 18.85 0.01 1.22 ind:pas:3s; -dispersaient disperser VER 10.58 18.85 0.01 1.15 ind:imp:3p; -dispersait disperser VER 10.58 18.85 0.02 1.55 ind:imp:3s; -dispersant disperser VER 10.58 18.85 0.04 0.74 par:pre; -disperse disperser VER 10.58 18.85 1.35 2.16 imp:pre:2s;ind:pre:1s;ind:pre:3s; -dispersement dispersement NOM m s 0.01 0.14 0.01 0.14 -dispersent disperser VER 10.58 18.85 0.35 0.95 ind:pre:3p; -disperser disperser VER 10.58 18.85 2.27 2.97 inf;; -dispersera disperser VER 10.58 18.85 0.08 0.07 ind:fut:3s; -disperserai disperser VER 10.58 18.85 0.16 0.00 ind:fut:1s; -disperseraient disperser VER 10.58 18.85 0.01 0.07 cnd:pre:3p; -disperserait disperser VER 10.58 18.85 0.00 0.14 cnd:pre:3s; -disperserons disperser VER 10.58 18.85 0.01 0.07 ind:fut:1p; -disperseront disperser VER 10.58 18.85 0.02 0.07 ind:fut:3p; -disperses disperser VER 10.58 18.85 0.12 0.14 ind:pre:2s; -dispersez disperser VER 10.58 18.85 3.24 0.07 imp:pre:2p;ind:pre:2p; -dispersif dispersif ADJ m s 0.01 0.00 0.01 0.00 -dispersion dispersion NOM f s 0.93 4.19 0.93 4.12 -dispersions disperser VER 10.58 18.85 0.10 0.07 ind:imp:1p; -dispersons disperser VER 10.58 18.85 0.30 0.00 imp:pre:1p;ind:pre:1p; -dispersât disperser VER 10.58 18.85 0.00 0.07 sub:imp:3s; -dispersèrent disperser VER 10.58 18.85 0.00 1.35 ind:pas:3p; -dispersé disperser VER m s 10.58 18.85 0.86 1.35 par:pas; -dispersée disperser VER f s 10.58 18.85 0.36 0.88 par:pas; -dispersées disperser VER f p 10.58 18.85 0.41 0.88 par:pas; -dispersés disperser VER m p 10.58 18.85 0.86 2.91 par:pas; -dispo dispo ADJ s 0.44 0.00 0.44 0.00 -disponibilité disponibilité NOM f s 1.23 3.58 1.01 2.64 -disponibilités disponibilité NOM f p 1.23 3.58 0.21 0.95 -disponible disponible ADJ s 13.19 11.96 8.74 7.84 -disponibles disponible ADJ p 13.19 11.96 4.46 4.12 -dispos dispos ADJ m 0.80 2.03 0.75 1.69 -disposa disposer VER 21.07 83.18 0.00 3.24 ind:pas:3s; -disposai disposer VER 21.07 83.18 0.01 0.34 ind:pas:1s; -disposaient disposer VER 21.07 83.18 0.05 3.31 ind:imp:3p; -disposais disposer VER 21.07 83.18 0.08 2.77 ind:imp:1s;ind:imp:2s; -disposait disposer VER 21.07 83.18 0.14 11.01 ind:imp:3s; -disposant disposer VER 21.07 83.18 0.16 3.92 par:pre; -disposas disposer VER 21.07 83.18 0.00 0.07 ind:pas:2s; -dispose disposer VER 21.07 83.18 3.48 9.53 imp:pre:2s;ind:pre:1s;ind:pre:3s; -disposent disposer VER 21.07 83.18 0.56 2.36 ind:pre:3p; -disposer disposer VER 21.07 83.18 7.40 12.64 inf; -disposera disposer VER 21.07 83.18 0.21 0.34 ind:fut:3s; -disposerai disposer VER 21.07 83.18 0.17 0.07 ind:fut:1s; -disposeraient disposer VER 21.07 83.18 0.00 0.20 cnd:pre:3p; -disposerais disposer VER 21.07 83.18 0.00 0.27 cnd:pre:1s; -disposerait disposer VER 21.07 83.18 0.01 1.08 cnd:pre:3s; -disposeras disposer VER 21.07 83.18 0.00 0.07 ind:fut:2s; -disposerez disposer VER 21.07 83.18 0.17 0.27 ind:fut:2p; -disposerons disposer VER 21.07 83.18 0.13 0.07 ind:fut:1p; -disposeront disposer VER 21.07 83.18 0.00 0.20 ind:fut:3p; -disposes disposer VER 21.07 83.18 0.34 0.34 ind:pre:2s; -disposez disposer VER 21.07 83.18 2.15 0.81 imp:pre:2p;ind:pre:2p; -disposiez disposer VER 21.07 83.18 0.02 0.07 ind:imp:2p; -disposions disposer VER 21.07 83.18 0.10 1.42 ind:imp:1p; -dispositif dispositif NOM m s 5.38 5.74 4.65 5.07 -dispositifs dispositif NOM m p 5.38 5.74 0.73 0.68 -disposition disposition NOM f s 14.99 45.07 11.62 27.91 -dispositions disposition NOM f p 14.99 45.07 3.37 17.16 -disposâmes disposer VER 21.07 83.18 0.00 0.07 ind:pas:1p; -disposons disposer VER 21.07 83.18 0.81 1.22 imp:pre:1p;ind:pre:1p; -disposât disposer VER 21.07 83.18 0.00 0.68 sub:imp:3s; -disposèrent disposer VER 21.07 83.18 0.00 0.27 ind:pas:3p; -disposé disposer VER m s 21.07 83.18 2.96 12.91 par:pas; -disposée disposer VER f s 21.07 83.18 0.94 2.43 par:pas; -disposées disposer VER f p 21.07 83.18 0.26 3.24 par:pas; -disposés disposer VER m p 21.07 83.18 0.91 7.97 par:pas; -disproportion disproportion NOM f s 0.27 0.95 0.27 0.88 -disproportionnelle disproportionnel ADJ f s 0.01 0.00 0.01 0.00 -disproportionné disproportionner VER m s 0.45 0.81 0.22 0.41 par:pas; -disproportionnée disproportionné ADJ f s 0.52 0.95 0.29 0.34 -disproportionnées disproportionner VER f p 0.45 0.81 0.11 0.00 par:pas; -disproportionnés disproportionné ADJ m p 0.52 0.95 0.03 0.20 -disproportions disproportion NOM f p 0.27 0.95 0.00 0.07 -disputa disputer VER 39.31 22.09 0.00 0.20 ind:pas:3s; -disputaient disputer VER 39.31 22.09 1.21 4.46 ind:imp:3p; -disputais disputer VER 39.31 22.09 0.15 0.00 ind:imp:1s;ind:imp:2s; -disputait disputer VER 39.31 22.09 1.73 2.09 ind:imp:3s; -disputant disputer VER 39.31 22.09 0.37 1.42 par:pre; -dispute dispute NOM f s 16.54 12.43 11.48 6.96 -disputent disputer VER 39.31 22.09 3.16 2.09 ind:pre:3p; -disputer disputer VER 39.31 22.09 10.54 4.12 ind:pre:2p;inf; -disputera disputer VER 39.31 22.09 0.48 0.14 ind:fut:3s; -disputerai disputer VER 39.31 22.09 0.22 0.00 ind:fut:1s; -disputeraient disputer VER 39.31 22.09 0.03 0.07 cnd:pre:3p; -disputerait disputer VER 39.31 22.09 0.20 0.07 cnd:pre:3s; -disputerez disputer VER 39.31 22.09 0.02 0.00 ind:fut:2p; -disputerons disputer VER 39.31 22.09 0.11 0.00 ind:fut:1p; -disputeront disputer VER 39.31 22.09 0.59 0.07 ind:fut:3p; -disputes dispute NOM f p 16.54 12.43 5.07 5.47 -disputeur disputeur NOM m s 0.00 0.07 0.00 0.07 -disputez disputer VER 39.31 22.09 2.37 0.20 imp:pre:2p;ind:pre:2p; -disputiez disputer VER 39.31 22.09 0.74 0.00 ind:imp:2p; -disputions disputer VER 39.31 22.09 0.15 0.61 ind:imp:1p; -disputâmes disputer VER 39.31 22.09 0.01 0.34 ind:pas:1p; -disputons disputer VER 39.31 22.09 1.27 0.47 imp:pre:1p;ind:pre:1p; -disputât disputer VER 39.31 22.09 0.00 0.20 sub:imp:3s; -disputèrent disputer VER 39.31 22.09 0.01 1.08 ind:pas:3p; -disputé disputer VER m s 39.31 22.09 2.96 1.08 par:pas; -disputée disputer VER f s 39.31 22.09 1.22 0.61 par:pas; -disputées disputer VER f p 39.31 22.09 0.83 0.14 par:pas; -disputés disputer VER m p 39.31 22.09 6.59 0.95 par:pas; -disquaire disquaire NOM s 0.46 0.54 0.42 0.41 -disquaires disquaire NOM p 0.46 0.54 0.04 0.14 -disqualifiait disqualifier VER 1.51 0.81 0.00 0.07 ind:imp:3s; -disqualifiant disqualifier VER 1.51 0.81 0.01 0.00 par:pre; -disqualification disqualification NOM f s 0.15 0.07 0.14 0.07 -disqualifications disqualification NOM f p 0.15 0.07 0.01 0.00 -disqualifie disqualifier VER 1.51 0.81 0.19 0.07 ind:pre:1s;ind:pre:3s; -disqualifient disqualifier VER 1.51 0.81 0.15 0.00 ind:pre:3p; -disqualifier disqualifier VER 1.51 0.81 0.14 0.20 inf; -disqualifié disqualifier VER m s 1.51 0.81 0.59 0.27 par:pas; -disqualifiée disqualifier VER f s 1.51 0.81 0.17 0.07 par:pas; -disqualifiées disqualifier VER f p 1.51 0.81 0.05 0.00 par:pas; -disqualifiés disqualifier VER m p 1.51 0.81 0.21 0.14 par:pas; -disque_jockey disque_jockey NOM m s 0.01 0.07 0.01 0.07 -disque disque NOM m s 33.61 42.16 20.36 21.49 -disques disque NOM m p 33.61 42.16 13.26 20.68 -disquette disquette NOM f s 2.48 0.41 1.81 0.41 -disquettes disquette NOM f p 2.48 0.41 0.67 0.00 -disruptif disruptif ADJ m s 0.01 0.00 0.01 0.00 -disruption disruption NOM f s 0.01 0.00 0.01 0.00 -dissection dissection NOM f s 0.88 0.68 0.61 0.54 -dissections dissection NOM f p 0.88 0.68 0.28 0.14 -dissemblable dissemblable ADJ s 0.05 1.69 0.02 0.34 -dissemblables dissemblable ADJ p 0.05 1.69 0.03 1.35 -dissemblance dissemblance NOM f s 0.00 0.27 0.00 0.27 -dissension dissension NOM f s 0.47 1.28 0.11 0.34 -dissensions dissension NOM f p 0.47 1.28 0.36 0.95 -dissent dire VER 5946.17 4832.50 0.04 0.00 sub:imp:3p; -dissentiment dissentiment NOM m s 0.02 0.34 0.02 0.14 -dissentiments dissentiment NOM m p 0.02 0.34 0.00 0.20 -dissertait disserter VER 0.22 1.28 0.02 0.20 ind:imp:3s; -dissertant disserter VER 0.22 1.28 0.00 0.14 par:pre; -dissertation dissertation NOM f s 1.50 3.04 1.40 2.03 -dissertations dissertation NOM f p 1.50 3.04 0.10 1.01 -disserte disserter VER 0.22 1.28 0.11 0.07 imp:pre:2s;ind:pre:1s;ind:pre:3s; -dissertent disserter VER 0.22 1.28 0.00 0.14 ind:pre:3p; -disserter disserter VER 0.22 1.28 0.04 0.68 inf; -disserterait disserter VER 0.22 1.28 0.01 0.00 cnd:pre:3s; -dissertes disserter VER 0.22 1.28 0.01 0.00 ind:pre:2s; -disserté disserter VER m s 0.22 1.28 0.02 0.07 par:pas; -dissidence dissidence NOM f s 0.28 0.81 0.27 0.74 -dissidences dissidence NOM f p 0.28 0.81 0.01 0.07 -dissident dissident NOM m s 0.88 0.68 0.33 0.07 -dissidente dissident ADJ f s 0.61 0.81 0.09 0.14 -dissidentes dissident ADJ f p 0.61 0.81 0.02 0.20 -dissidents dissident NOM m p 0.88 0.68 0.55 0.54 -dissimilaires dissimilaire ADJ p 0.01 0.00 0.01 0.00 -dissimiler dissimiler VER 0.01 0.00 0.01 0.00 inf; -dissimula dissimuler VER 8.67 51.01 0.14 1.55 ind:pas:3s; -dissimulables dissimulable ADJ p 0.00 0.07 0.00 0.07 -dissimulai dissimuler VER 8.67 51.01 0.00 0.14 ind:pas:1s; -dissimulaient dissimuler VER 8.67 51.01 0.04 2.30 ind:imp:3p; -dissimulais dissimuler VER 8.67 51.01 0.03 0.88 ind:imp:1s;ind:imp:2s; -dissimulait dissimuler VER 8.67 51.01 0.30 6.76 ind:imp:3s; -dissimulant dissimuler VER 8.67 51.01 0.26 3.18 par:pre; -dissimulateur dissimulateur ADJ m s 0.04 0.20 0.01 0.07 -dissimulateurs dissimulateur ADJ m p 0.04 0.20 0.02 0.00 -dissimulation dissimulation NOM f s 1.47 2.30 1.35 2.23 -dissimulations dissimulation NOM f p 1.47 2.30 0.11 0.07 -dissimulatrice dissimulateur ADJ f s 0.04 0.20 0.00 0.07 -dissimulatrices dissimulateur ADJ f p 0.04 0.20 0.00 0.07 -dissimule dissimuler VER 8.67 51.01 1.22 3.31 imp:pre:2s;ind:pre:1s;ind:pre:3s; -dissimulent dissimuler VER 8.67 51.01 0.11 1.35 ind:pre:3p; -dissimuler dissimuler VER 8.67 51.01 3.72 15.68 inf; -dissimulera dissimuler VER 8.67 51.01 0.01 0.00 ind:fut:3s; -dissimuleraient dissimuler VER 8.67 51.01 0.01 0.00 cnd:pre:3p; -dissimulerais dissimuler VER 8.67 51.01 0.00 0.07 cnd:pre:1s; -dissimulerait dissimuler VER 8.67 51.01 0.04 0.41 cnd:pre:3s; -dissimulerons dissimuler VER 8.67 51.01 0.00 0.07 ind:fut:1p; -dissimules dissimuler VER 8.67 51.01 0.02 0.00 ind:pre:2s; -dissimulez dissimuler VER 8.67 51.01 0.53 0.07 imp:pre:2p;ind:pre:2p; -dissimuliez dissimuler VER 8.67 51.01 0.00 0.07 ind:imp:2p; -dissimulions dissimuler VER 8.67 51.01 0.00 0.34 ind:imp:1p; -dissimulons dissimuler VER 8.67 51.01 0.04 0.27 imp:pre:1p;ind:pre:1p; -dissimulât dissimuler VER 8.67 51.01 0.00 0.14 sub:imp:3s; -dissimulèrent dissimuler VER 8.67 51.01 0.00 0.20 ind:pas:3p; -dissimulé dissimuler VER m s 8.67 51.01 1.24 7.43 par:pas; -dissimulée dissimuler VER f s 8.67 51.01 0.31 3.24 par:pas; -dissimulées dissimuler VER f p 8.67 51.01 0.20 0.81 par:pas; -dissimulés dissimuler VER m p 8.67 51.01 0.45 2.77 par:pas; -dissipa dissiper VER 4.76 19.59 0.12 1.62 ind:pas:3s; -dissipaient dissiper VER 4.76 19.59 0.01 0.54 ind:imp:3p; -dissipait dissiper VER 4.76 19.59 0.01 2.70 ind:imp:3s; -dissipant dissiper VER 4.76 19.59 0.03 0.47 par:pre; -dissipateur dissipateur NOM m s 0.01 0.27 0.01 0.20 -dissipateurs dissipateur NOM m p 0.01 0.27 0.00 0.07 -dissipation dissipation NOM f s 0.04 0.95 0.04 0.61 -dissipations dissipation NOM f p 0.04 0.95 0.00 0.34 -dissipe dissiper VER 4.76 19.59 1.26 2.50 imp:pre:2s;ind:pre:1s;ind:pre:3s; -dissipent dissiper VER 4.76 19.59 0.22 0.54 ind:pre:3p; -dissiper dissiper VER 4.76 19.59 1.43 5.88 inf; -dissipera dissiper VER 4.76 19.59 0.33 0.07 ind:fut:3s; -dissiperais dissiper VER 4.76 19.59 0.00 0.07 cnd:pre:1s; -dissiperait dissiper VER 4.76 19.59 0.04 0.20 cnd:pre:3s; -dissiperont dissiper VER 4.76 19.59 0.08 0.07 ind:fut:3p; -dissipez dissiper VER 4.76 19.59 0.05 0.00 imp:pre:2p;ind:pre:2p; -dissipèrent dissiper VER 4.76 19.59 0.01 0.14 ind:pas:3p; -dissipé dissiper VER m s 4.76 19.59 0.75 2.30 par:pas; -dissipée dissiper VER f s 4.76 19.59 0.34 1.89 par:pas; -dissipées dissipé ADJ f p 0.29 1.49 0.03 0.14 -dissipés dissiper VER m p 4.76 19.59 0.07 0.34 par:pas; -dissocia dissocier VER 0.83 3.04 0.00 0.14 ind:pas:3s; -dissociaient dissocier VER 0.83 3.04 0.00 0.14 ind:imp:3p; -dissociait dissocier VER 0.83 3.04 0.00 0.27 ind:imp:3s; -dissociant dissocier VER 0.83 3.04 0.00 0.14 par:pre; -dissociatif dissociatif ADJ m s 0.28 0.00 0.17 0.00 -dissociatifs dissociatif ADJ m p 0.28 0.00 0.01 0.00 -dissociation dissociation NOM f s 0.32 0.41 0.32 0.34 -dissociations dissociation NOM f p 0.32 0.41 0.00 0.07 -dissociative dissociatif ADJ f s 0.28 0.00 0.10 0.00 -dissocie dissocier VER 0.83 3.04 0.02 0.07 ind:pre:1s;ind:pre:3s; -dissocient dissocier VER 0.83 3.04 0.01 0.14 ind:pre:3p; -dissocier dissocier VER 0.83 3.04 0.33 0.95 inf; -dissocierons dissocier VER 0.83 3.04 0.00 0.07 ind:fut:1p; -dissocié dissocier VER m s 0.83 3.04 0.33 0.61 par:pas; -dissociée dissocier VER f s 0.83 3.04 0.07 0.00 par:pas; -dissociées dissocier VER f p 0.83 3.04 0.03 0.14 par:pas; -dissociés dissocier VER m p 0.83 3.04 0.04 0.41 par:pas; -dissolu dissolu ADJ m s 0.82 0.68 0.12 0.07 -dissolue dissolu ADJ f s 0.82 0.68 0.47 0.41 -dissolues dissolu ADJ f p 0.82 0.68 0.12 0.14 -dissolus dissolu ADJ m p 0.82 0.68 0.11 0.07 -dissolution dissolution NOM f s 0.80 2.50 0.80 2.50 -dissolvaient dissoudre VER 3.94 12.30 0.00 0.81 ind:imp:3p; -dissolvait dissoudre VER 3.94 12.30 0.01 1.01 ind:imp:3s; -dissolvant dissolvant NOM m s 0.41 0.34 0.38 0.34 -dissolvante dissolvant ADJ f s 0.01 1.01 0.00 0.34 -dissolvantes dissolvant ADJ f p 0.01 1.01 0.00 0.14 -dissolvants dissolvant NOM m p 0.41 0.34 0.03 0.00 -dissolve dissoudre VER 3.94 12.30 0.07 0.14 sub:pre:3s; -dissolvent dissoudre VER 3.94 12.30 0.04 0.41 ind:pre:3p; -dissolves dissoudre VER 3.94 12.30 0.01 0.00 sub:pre:2s; -dissonance dissonance NOM f s 0.42 0.54 0.14 0.20 -dissonances dissonance NOM f p 0.42 0.54 0.28 0.34 -dissonant dissoner VER 0.01 0.00 0.01 0.00 par:pre; -dissonants dissonant ADJ m p 0.00 0.27 0.00 0.07 -dissoudra dissoudre VER 3.94 12.30 0.03 0.07 ind:fut:3s; -dissoudrai dissoudre VER 3.94 12.30 0.00 0.07 ind:fut:1s; -dissoudrait dissoudre VER 3.94 12.30 0.01 0.07 cnd:pre:3s; -dissoudre dissoudre VER 3.94 12.30 1.38 6.55 inf; -dissoudront dissoudre VER 3.94 12.30 0.04 0.00 ind:fut:3p; -dissous dissoudre VER m 3.94 12.30 1.19 1.42 imp:pre:2s;ind:pre:1s;ind:pre:2s;par:pas;par:pas; -dissout dissoudre VER 3.94 12.30 1.03 1.08 ind:pre:3s; -dissoute dissoute ADJ f s 0.46 2.57 0.40 1.42 -dissoutes dissoute ADJ f p 0.46 2.57 0.07 1.15 -dissèque disséquer VER 1.56 2.16 0.29 0.20 imp:pre:2s;ind:pre:1s;ind:pre:3s; -dissèquent disséquer VER 1.56 2.16 0.01 0.14 ind:pre:3p; -dissuada dissuader VER 3.66 3.72 0.00 0.47 ind:pas:3s; -dissuadai dissuader VER 3.66 3.72 0.00 0.20 ind:pas:1s; -dissuadait dissuader VER 3.66 3.72 0.01 0.20 ind:imp:3s; -dissuadant dissuader VER 3.66 3.72 0.01 0.14 par:pre; -dissuade dissuader VER 3.66 3.72 0.15 0.07 imp:pre:2s;ind:pre:1s;ind:pre:3s; -dissuadent dissuader VER 3.66 3.72 0.02 0.14 ind:pre:3p; -dissuader dissuader VER 3.66 3.72 2.62 1.96 inf; -dissuadera dissuader VER 3.66 3.72 0.10 0.00 ind:fut:3s; -dissuaderas dissuader VER 3.66 3.72 0.01 0.00 ind:fut:2s; -dissuaderez dissuader VER 3.66 3.72 0.03 0.00 ind:fut:2p; -dissuaderont dissuader VER 3.66 3.72 0.02 0.00 ind:fut:3p; -dissuadez dissuader VER 3.66 3.72 0.26 0.00 imp:pre:2p; -dissuadiez dissuader VER 3.66 3.72 0.01 0.00 ind:imp:2p; -dissuadèrent dissuader VER 3.66 3.72 0.00 0.07 ind:pas:3p; -dissuadé dissuader VER m s 3.66 3.72 0.25 0.34 par:pas; -dissuadée dissuader VER f s 3.66 3.72 0.13 0.14 par:pas; -dissuadés dissuader VER m p 3.66 3.72 0.03 0.00 par:pas; -dissuasif dissuasif ADJ m s 0.21 0.07 0.19 0.07 -dissuasion dissuasion NOM f s 0.29 0.27 0.29 0.27 -dissuasive dissuasif ADJ f s 0.21 0.07 0.02 0.00 -dissémina disséminer VER 0.46 2.16 0.00 0.07 ind:pas:3s; -disséminait disséminer VER 0.46 2.16 0.00 0.07 ind:imp:3s; -disséminant disséminer VER 0.46 2.16 0.01 0.00 par:pre; -dissémination dissémination NOM f s 0.07 0.14 0.07 0.14 -disséminent disséminer VER 0.46 2.16 0.01 0.00 ind:pre:3p; -disséminer disséminer VER 0.46 2.16 0.18 0.07 inf; -disséminèrent disséminer VER 0.46 2.16 0.00 0.07 ind:pas:3p; -disséminé disséminé ADJ m s 0.08 0.47 0.02 0.00 -disséminée disséminé ADJ f s 0.08 0.47 0.01 0.14 -disséminées disséminer VER f p 0.46 2.16 0.06 0.74 par:pas; -disséminés disséminer VER m p 0.46 2.16 0.17 1.15 par:pas; -disséquai disséquer VER 1.56 2.16 0.01 0.00 ind:pas:1s; -disséquait disséquer VER 1.56 2.16 0.01 0.07 ind:imp:3s; -disséquant disséquer VER 1.56 2.16 0.03 0.00 par:pre; -disséquer disséquer VER 1.56 2.16 0.64 0.88 inf;; -disséqueraient disséquer VER 1.56 2.16 0.00 0.07 cnd:pre:3p; -disséquerais disséquer VER 1.56 2.16 0.02 0.00 cnd:pre:1s; -disséqueur disséqueur NOM m s 0.01 0.00 0.01 0.00 -disséquez disséquer VER 1.56 2.16 0.07 0.00 imp:pre:2p; -disséquiez disséquer VER 1.56 2.16 0.03 0.00 ind:imp:2p; -disséquions disséquer VER 1.56 2.16 0.00 0.07 ind:imp:1p; -disséquons disséquer VER 1.56 2.16 0.03 0.00 ind:pre:1p; -disséqué disséquer VER m s 1.56 2.16 0.32 0.47 par:pas; -disséquée disséquer VER f s 1.56 2.16 0.07 0.14 par:pas; -disséqués disséquer VER m p 1.56 2.16 0.04 0.14 par:pas; -dissymétrie dissymétrie NOM f s 0.14 0.54 0.14 0.54 -dissymétrique dissymétrique ADJ m s 0.00 0.27 0.00 0.07 -dissymétriques dissymétrique ADJ p 0.00 0.27 0.00 0.20 -distal distal ADJ m s 0.19 0.00 0.15 0.00 -distale distal ADJ f s 0.19 0.00 0.01 0.00 -distance distance NOM f s 31.56 62.43 26.13 52.64 -distancent distancer VER 1.25 1.96 0.01 0.00 ind:pre:3p; -distancer distancer VER 1.25 1.96 0.30 0.47 inf; -distancerez distancer VER 1.25 1.96 0.01 0.00 ind:fut:2p; -distances distance NOM f p 31.56 62.43 5.43 9.80 -distanciation distanciation NOM f s 0.01 0.00 0.01 0.00 -distancier distancier VER 0.25 0.00 0.15 0.00 inf; -distancié distancier VER m s 0.25 0.00 0.10 0.00 par:pas; -distancé distancer VER m s 1.25 1.96 0.08 0.34 par:pas; -distancée distancer VER f s 1.25 1.96 0.12 0.14 par:pas; -distancés distancer VER m p 1.25 1.96 0.03 0.61 par:pas; -distant distant ADJ m s 3.48 7.50 2.47 2.64 -distante distant ADJ f s 3.48 7.50 0.66 2.91 -distantes distant ADJ f p 3.48 7.50 0.08 0.74 -distança distancer VER 1.25 1.96 0.00 0.20 ind:pas:3s; -distançait distancer VER 1.25 1.96 0.00 0.07 ind:imp:3s; -distançant distancer VER 1.25 1.96 0.01 0.14 par:pre; -distançons distancer VER 1.25 1.96 0.01 0.00 imp:pre:1p; -distants distant ADJ m p 3.48 7.50 0.28 1.22 -distaux distal ADJ m p 0.19 0.00 0.03 0.00 -distend distendre VER 0.41 3.24 0.02 0.74 ind:pre:3s; -distendaient distendre VER 0.41 3.24 0.00 0.07 ind:imp:3p; -distendait distendre VER 0.41 3.24 0.00 0.34 ind:imp:3s; -distendant distendre VER 0.41 3.24 0.00 0.14 par:pre; -distende distendre VER 0.41 3.24 0.00 0.07 sub:pre:3s; -distendent distendre VER 0.41 3.24 0.00 0.14 ind:pre:3p; -distendit distendre VER 0.41 3.24 0.00 0.07 ind:pas:3s; -distendrait distendre VER 0.41 3.24 0.00 0.07 cnd:pre:3s; -distendre distendre VER 0.41 3.24 0.00 0.41 inf; -distendu distendre VER m s 0.41 3.24 0.11 0.20 par:pas; -distendue distendu ADJ f s 0.13 2.64 0.01 0.34 -distendues distendre VER f p 0.41 3.24 0.01 0.20 par:pas; -distendus distendre VER m p 0.41 3.24 0.27 0.47 par:pas; -distension distension NOM f s 0.07 0.07 0.07 0.07 -distillaient distiller VER 1.13 4.05 0.00 0.07 ind:imp:3p; -distillait distiller VER 1.13 4.05 0.00 0.81 ind:imp:3s; -distillant distiller VER 1.13 4.05 0.01 0.27 par:pre; -distillat distillat NOM m s 0.07 0.00 0.07 0.00 -distillateur distillateur NOM m s 0.05 0.14 0.02 0.07 -distillateurs distillateur NOM m p 0.05 0.14 0.03 0.07 -distillation distillation NOM f s 0.04 0.47 0.04 0.41 -distillations distillation NOM f p 0.04 0.47 0.00 0.07 -distille distiller VER 1.13 4.05 0.14 0.95 ind:pre:1s;ind:pre:3s; -distillent distiller VER 1.13 4.05 0.15 0.27 ind:pre:3p; -distiller distiller VER 1.13 4.05 0.23 0.61 inf; -distillera distiller VER 1.13 4.05 0.00 0.07 ind:fut:3s; -distillerie distillerie NOM f s 0.98 0.41 0.84 0.41 -distilleries distillerie NOM f p 0.98 0.41 0.14 0.00 -distilleront distiller VER 1.13 4.05 0.00 0.07 ind:fut:3p; -distillez distiller VER 1.13 4.05 0.03 0.00 imp:pre:2p;ind:pre:2p; -distillé distiller VER m s 1.13 4.05 0.25 0.54 par:pas; -distillée distiller VER f s 1.13 4.05 0.27 0.27 par:pas; -distillées distiller VER f p 1.13 4.05 0.00 0.07 par:pas; -distillés distiller VER m p 1.13 4.05 0.05 0.07 par:pas; -distinct distinct ADJ m s 2.56 9.46 0.31 2.43 -distincte distinct ADJ f s 2.56 9.46 0.26 2.64 -distinctement distinctement ADV 1.48 6.76 1.48 6.76 -distinctes distinct ADJ f p 2.56 9.46 1.38 2.30 -distinctif distinctif ADJ m s 0.71 1.62 0.34 1.15 -distinctifs distinctif ADJ m p 0.71 1.62 0.28 0.27 -distinction distinction NOM f s 2.86 10.14 2.38 9.19 -distinctions distinction NOM f p 2.86 10.14 0.48 0.95 -distinctive distinctif ADJ f s 0.71 1.62 0.06 0.14 -distinctives distinctif ADJ f p 0.71 1.62 0.03 0.07 -distincts distinct ADJ m p 2.56 9.46 0.61 2.09 -distingua distinguer VER 12.77 74.12 0.01 4.39 ind:pas:3s; -distinguai distinguer VER 12.77 74.12 0.00 1.28 ind:pas:1s; -distinguaient distinguer VER 12.77 74.12 0.02 2.64 ind:imp:3p; -distinguais distinguer VER 12.77 74.12 0.40 2.97 ind:imp:1s; -distinguait distinguer VER 12.77 74.12 0.52 12.97 ind:imp:3s; -distinguant distinguer VER 12.77 74.12 0.00 0.74 par:pre; -distingue distinguer VER 12.77 74.12 3.59 15.34 imp:pre:2s;ind:pre:1s;ind:pre:3s; -distinguent distinguer VER 12.77 74.12 0.36 1.15 ind:pre:3p; -distinguer distinguer VER 12.77 74.12 5.74 24.12 inf; -distinguera distinguer VER 12.77 74.12 0.04 0.07 ind:fut:3s; -distingueraient distinguer VER 12.77 74.12 0.01 0.20 cnd:pre:3p; -distinguerait distinguer VER 12.77 74.12 0.00 0.27 cnd:pre:3s; -distinguerez distinguer VER 12.77 74.12 0.01 0.07 ind:fut:2p; -distingues distinguer VER 12.77 74.12 0.32 0.14 ind:pre:2s; -distinguez distinguer VER 12.77 74.12 0.22 0.14 imp:pre:2p;ind:pre:2p; -distinguions distinguer VER 12.77 74.12 0.10 0.41 ind:imp:1p; -distinguo distinguo NOM m s 0.06 0.20 0.04 0.20 -distinguons distinguer VER 12.77 74.12 0.01 0.61 imp:pre:1p;ind:pre:1p; -distinguos distinguo NOM m p 0.06 0.20 0.02 0.00 -distinguât distinguer VER 12.77 74.12 0.00 0.41 sub:imp:3s; -distinguèrent distinguer VER 12.77 74.12 0.00 0.54 ind:pas:3p; -distingué distingué ADJ m s 5.04 9.39 2.81 4.19 -distinguée distingué ADJ f s 5.04 9.39 1.23 2.16 -distinguées distingué ADJ f p 5.04 9.39 0.21 0.68 -distingués distingué ADJ m p 5.04 9.39 0.80 2.36 -distord distordre VER 0.10 0.61 0.00 0.07 ind:pre:3s; -distordant distordre VER 0.10 0.61 0.00 0.07 par:pre; -distordre distordre VER 0.10 0.61 0.01 0.07 inf; -distordu distordre VER m s 0.10 0.61 0.02 0.20 par:pas; -distordue distordre VER f s 0.10 0.61 0.06 0.14 par:pas; -distordues distordre VER f p 0.10 0.61 0.00 0.07 par:pas; -distorsion distorsion NOM f s 1.05 0.61 0.80 0.27 -distorsions distorsion NOM f p 1.05 0.61 0.26 0.34 -distraction distraction NOM f s 3.98 14.05 2.80 9.19 -distractions distraction NOM f p 3.98 14.05 1.18 4.86 -distractives distractif ADJ f p 0.00 0.07 0.00 0.07 -distraie distraire VER 15.99 27.77 0.02 0.20 sub:pre:1s;sub:pre:3s; -distraient distraire VER 15.99 27.77 0.37 0.27 ind:pre:3p;sub:pre:3p; -distraies distraire VER 15.99 27.77 0.01 0.07 sub:pre:2s; -distraira distraire VER 15.99 27.77 0.41 0.34 ind:fut:3s; -distrairaient distraire VER 15.99 27.77 0.00 0.07 cnd:pre:3p; -distrairait distraire VER 15.99 27.77 0.05 0.41 cnd:pre:3s; -distraire distraire VER 15.99 27.77 7.55 13.38 ind:pre:2p;inf; -distrairont distraire VER 15.99 27.77 0.01 0.07 ind:fut:3p; -distrais distraire VER 15.99 27.77 0.76 0.20 imp:pre:2s;ind:pre:1s;ind:pre:2s; -distrait distraire VER m s 15.99 27.77 4.45 6.76 ind:pre:3s;par:pas; -distraite distraire VER f s 15.99 27.77 1.20 2.50 par:pas; -distraitement distraitement ADV 0.11 13.51 0.11 13.51 -distraites distraire VER f p 15.99 27.77 0.05 0.20 par:pas; -distraits distraire VER m p 15.99 27.77 0.29 0.74 par:pas; -distrayaient distraire VER 15.99 27.77 0.00 0.54 ind:imp:3p; -distrayais distraire VER 15.99 27.77 0.04 0.27 ind:imp:1s; -distrayait distraire VER 15.99 27.77 0.15 1.42 ind:imp:3s; -distrayant distrayant ADJ m s 0.94 1.08 0.64 0.81 -distrayante distrayant ADJ f s 0.94 1.08 0.25 0.00 -distrayantes distrayant ADJ f p 0.94 1.08 0.03 0.14 -distrayants distrayant ADJ m p 0.94 1.08 0.03 0.14 -distrayez distraire VER 15.99 27.77 0.34 0.00 imp:pre:2p;ind:pre:2p; -distrayons distraire VER 15.99 27.77 0.11 0.07 imp:pre:1p;ind:pre:1p; -distribua distribuer VER 14.06 25.54 0.18 1.55 ind:pas:3s; -distribuai distribuer VER 14.06 25.54 0.00 0.20 ind:pas:1s; -distribuaient distribuer VER 14.06 25.54 0.18 1.15 ind:imp:3p; -distribuais distribuer VER 14.06 25.54 0.14 0.14 ind:imp:1s;ind:imp:2s; -distribuait distribuer VER 14.06 25.54 0.41 4.59 ind:imp:3s; -distribuant distribuer VER 14.06 25.54 0.31 1.89 par:pre; -distribue distribuer VER 14.06 25.54 2.00 3.45 imp:pre:2s;ind:pre:1s;ind:pre:3s; -distribuent distribuer VER 14.06 25.54 0.42 0.81 ind:pre:3p; -distribuer distribuer VER 14.06 25.54 4.90 5.88 inf; -distribuera distribuer VER 14.06 25.54 0.15 0.20 ind:fut:3s; -distribuerai distribuer VER 14.06 25.54 0.36 0.00 ind:fut:1s; -distribuerais distribuer VER 14.06 25.54 0.02 0.00 cnd:pre:1s; -distribuerait distribuer VER 14.06 25.54 0.00 0.34 cnd:pre:3s; -distribuerez distribuer VER 14.06 25.54 0.19 0.00 ind:fut:2p; -distribuerions distribuer VER 14.06 25.54 0.00 0.07 cnd:pre:1p; -distribuerons distribuer VER 14.06 25.54 0.02 0.00 ind:fut:1p; -distribueront distribuer VER 14.06 25.54 0.04 0.07 ind:fut:3p; -distribues distribuer VER 14.06 25.54 0.56 0.00 ind:pre:2s; -distribuez distribuer VER 14.06 25.54 0.91 0.07 imp:pre:2p;ind:pre:2p; -distribuiez distribuer VER 14.06 25.54 0.01 0.00 ind:imp:2p; -distribuions distribuer VER 14.06 25.54 0.01 0.07 ind:imp:1p; -distribuons distribuer VER 14.06 25.54 0.10 0.07 imp:pre:1p;ind:pre:1p; -distribuât distribuer VER 14.06 25.54 0.00 0.07 sub:imp:3s; -distributeur distributeur NOM m s 7.88 2.77 6.03 1.89 -distributeurs distributeur NOM m p 7.88 2.77 1.84 0.81 -distribuèrent distribuer VER 14.06 25.54 0.00 0.07 ind:pas:3p; -distribution distribution NOM f s 4.77 8.85 4.63 7.23 -distributions distribution NOM f p 4.77 8.85 0.14 1.62 -distributive distributif ADJ f s 0.00 0.07 0.00 0.07 -distributrice distributeur NOM f s 7.88 2.77 0.02 0.07 -distribué distribuer VER m s 14.06 25.54 2.17 2.16 par:pas; -distribuée distribuer VER f s 14.06 25.54 0.35 0.34 par:pas; -distribuées distribuer VER f p 14.06 25.54 0.34 0.95 par:pas; -distribués distribuer VER m p 14.06 25.54 0.28 1.42 par:pas; -district district NOM m s 6.14 1.69 5.85 1.42 -districts district NOM m p 6.14 1.69 0.29 0.27 -dit dire VER m s 5946.17 4832.50 2146.01 2601.62 ind:fut:3p;ind:pre:3s;ind:pas:3s;par:pas; -dite dire VER f s 5946.17 4832.50 4.53 9.19 par:pas; -dites dire VER f p 5946.17 4832.50 311.69 77.43 imp:pre:2p;ind:pre:2p;par:pas; -dièdre dièdre NOM m s 0.00 0.41 0.00 0.27 -dièdres dièdre NOM m p 0.00 0.41 0.00 0.14 -dièse diéser VER 0.51 0.41 0.51 0.34 ind:pre:3s; -dièses dièse NOM m p 0.27 0.27 0.02 0.14 -diète diète NOM f s 0.42 0.54 0.42 0.54 -dithyrambe dithyrambe NOM m s 0.00 0.34 0.00 0.14 -dithyrambes dithyrambe NOM m p 0.00 0.34 0.00 0.20 -dithyrambique dithyrambique ADJ m s 0.03 0.47 0.01 0.27 -dithyrambiques dithyrambique ADJ p 0.03 0.47 0.02 0.20 -dito dito ADV 0.00 0.34 0.00 0.34 -dits dire VER m p 5946.17 4832.50 1.52 4.46 par:pas; -diurnal diurnal ADJ m s 0.00 0.07 0.00 0.07 -diurne diurne ADJ s 0.09 2.03 0.07 1.69 -diurnes diurne ADJ p 0.09 2.03 0.01 0.34 -diurèse diurèse NOM f s 0.07 0.00 0.07 0.00 -diérèses diérèse NOM f p 0.00 0.07 0.00 0.07 -diurétique diurétique ADJ s 0.28 0.00 0.14 0.00 -diurétiques diurétique ADJ p 0.28 0.00 0.14 0.00 -diéthylénique diéthylénique ADJ m s 0.01 0.00 0.01 0.00 -diététicien diététicien NOM m s 0.09 0.61 0.03 0.54 -diététicienne diététicien NOM f s 0.09 0.61 0.06 0.00 -diététiciens diététicien NOM m p 0.09 0.61 0.00 0.07 -diététique diététique ADJ s 1.03 0.47 0.96 0.27 -diététiques diététique ADJ p 1.03 0.47 0.07 0.20 -diététiste diététiste NOM s 0.01 0.00 0.01 0.00 -diva diva NOM f s 4.16 1.28 3.60 1.22 -divagant divagant ADJ m s 0.00 0.20 0.00 0.14 -divagants divagant ADJ m p 0.00 0.20 0.00 0.07 -divagation divagation NOM f s 0.53 2.23 0.00 0.61 -divagations divagation NOM f p 0.53 2.23 0.53 1.62 -divaguaient divaguer VER 2.91 4.26 0.00 0.20 ind:imp:3p; -divaguait divaguer VER 2.91 4.26 0.19 0.74 ind:imp:3s; -divaguant divaguer VER 2.91 4.26 0.03 0.41 par:pre; -divague divaguer VER 2.91 4.26 1.27 1.28 imp:pre:2s;ind:pre:1s;ind:pre:3s; -divaguent divaguer VER 2.91 4.26 0.01 0.27 ind:pre:3p; -divaguer divaguer VER 2.91 4.26 0.44 1.15 ind:pre:2p;inf; -divagues divaguer VER 2.91 4.26 0.59 0.07 ind:pre:2s; -divaguez divaguer VER 2.91 4.26 0.32 0.07 ind:pre:2p; -divagué divaguer VER m s 2.91 4.26 0.07 0.07 par:pas; -divan divan NOM m s 4.92 24.46 4.89 21.55 -divans divan NOM m p 4.92 24.46 0.03 2.91 -divas diva NOM f p 4.16 1.28 0.56 0.07 -dive dive ADJ f s 0.00 0.20 0.00 0.20 -diverge diverger VER 0.57 1.01 0.17 0.00 ind:pre:3s; -divergeaient diverger VER 0.57 1.01 0.03 0.34 ind:imp:3p; -divergeait diverger VER 0.57 1.01 0.01 0.00 ind:imp:3s; -divergeant diverger VER 0.57 1.01 0.00 0.14 par:pre; -divergence divergence NOM f s 1.19 2.84 0.41 0.95 -divergences divergence NOM f p 1.19 2.84 0.77 1.89 -divergent diverger VER 0.57 1.01 0.25 0.20 ind:pre:3p; -divergente divergent ADJ f s 0.43 2.23 0.02 0.00 -divergentes divergent ADJ f p 0.43 2.23 0.31 0.68 -divergents divergent ADJ m p 0.43 2.23 0.03 0.95 -divergeons diverger VER 0.57 1.01 0.02 0.00 ind:pre:1p; -diverger diverger VER 0.57 1.01 0.01 0.27 inf; -divergez diverger VER 0.57 1.01 0.01 0.00 ind:pre:2p; -divergions diverger VER 0.57 1.01 0.01 0.00 ind:imp:1p; -divergé diverger VER m s 0.57 1.01 0.06 0.07 par:pas; -divers divers ADJ:ind m p 7.28 52.77 3.60 11.69 -diverse divers ADJ f s 7.28 52.77 0.03 0.68 -diversement diversement ADV 0.04 0.74 0.04 0.74 -diverses diverses ADJ:ind f p 3.08 8.04 3.08 8.04 -diversifiant diversifier VER 0.54 0.88 0.00 0.07 par:pre; -diversification diversification NOM f s 0.14 0.14 0.14 0.14 -diversifie diversifier VER 0.54 0.88 0.09 0.07 imp:pre:2s;ind:pre:1s;ind:pre:3s; -diversifient diversifier VER 0.54 0.88 0.04 0.14 ind:pre:3p; -diversifier diversifier VER 0.54 0.88 0.23 0.41 inf; -diversifié diversifier VER m s 0.54 0.88 0.05 0.07 par:pas; -diversifiée diversifier VER f s 0.54 0.88 0.06 0.07 par:pas; -diversifiées diversifier VER f p 0.54 0.88 0.03 0.07 par:pas; -diversifiés diversifier VER m p 0.54 0.88 0.05 0.00 par:pas; -diversion diversion NOM f s 4.33 6.22 4.26 6.01 -diversions diversion NOM f p 4.33 6.22 0.07 0.20 -diversité diversité NOM f s 1.02 3.85 1.01 3.78 -diversités diversité NOM f p 1.02 3.85 0.01 0.07 -diverti divertir VER m s 4.49 4.26 0.28 0.68 par:pas; -diverticule diverticule NOM m s 0.03 0.00 0.03 0.00 -diverticulose diverticulose NOM f s 0.04 0.00 0.04 0.00 -divertie divertir VER f s 4.49 4.26 0.08 0.00 par:pas; -divertimento divertimento NOM m s 0.00 0.14 0.00 0.14 -divertir divertir VER 4.49 4.26 2.71 1.82 inf; -divertira divertir VER 4.49 4.26 0.01 0.07 ind:fut:3s; -divertirait divertir VER 4.49 4.26 0.02 0.00 cnd:pre:3s; -divertirent divertir VER 4.49 4.26 0.00 0.07 ind:pas:3p; -divertirons divertir VER 4.49 4.26 0.11 0.00 ind:fut:1p; -divertiront divertir VER 4.49 4.26 0.03 0.00 ind:fut:3p; -divertis divertir VER m p 4.49 4.26 0.45 0.20 imp:pre:2s;ind:pre:1s;ind:pre:2s;ind:pas:1s;par:pas; -divertissaient divertir VER 4.49 4.26 0.02 0.20 ind:imp:3p; -divertissais divertir VER 4.49 4.26 0.01 0.14 ind:imp:1s; -divertissait divertir VER 4.49 4.26 0.03 0.27 ind:imp:3s; -divertissant divertissant ADJ m s 1.44 1.55 0.95 0.68 -divertissante divertissant ADJ f s 1.44 1.55 0.26 0.54 -divertissantes divertissant ADJ f p 1.44 1.55 0.04 0.34 -divertissants divertissant ADJ m p 1.44 1.55 0.19 0.00 -divertissement divertissement NOM m s 4.21 5.47 3.67 3.38 -divertissements divertissement NOM m p 4.21 5.47 0.55 2.09 -divertissent divertir VER 4.49 4.26 0.14 0.27 ind:pre:3p; -divertissez divertir VER 4.49 4.26 0.17 0.00 imp:pre:2p;ind:pre:2p; -divertissons divertir VER 4.49 4.26 0.00 0.07 imp:pre:1p; -divertit divertir VER 4.49 4.26 0.38 0.41 ind:pre:3s;ind:pas:3s; -dividende dividende NOM m s 0.57 0.47 0.03 0.07 -dividendes dividende NOM m p 0.57 0.47 0.55 0.41 -divin divin ADJ m s 26.55 24.93 10.01 10.14 -divination divination NOM f s 0.56 1.08 0.54 1.01 -divinations divination NOM f p 0.56 1.08 0.02 0.07 -divinatoire divinatoire ADJ f s 0.04 0.27 0.00 0.20 -divinatoires divinatoire ADJ p 0.04 0.27 0.04 0.07 -divinatrice divinateur ADJ f s 0.00 0.41 0.00 0.34 -divinatrices divinateur ADJ f p 0.00 0.41 0.00 0.07 -divine divin ADJ f s 26.55 24.93 14.00 11.76 -divinement divinement ADV 1.14 1.28 1.14 1.28 -divines divin ADJ f p 26.55 24.93 1.42 2.03 -divinisaient diviniser VER 0.00 0.41 0.00 0.07 ind:imp:3p; -divinisant divinisant ADJ m s 0.00 0.07 0.00 0.07 -divinise diviniser VER 0.00 0.41 0.00 0.14 ind:pre:3s; -divinisez diviniser VER 0.00 0.41 0.00 0.07 ind:pre:2p; -divinisé diviniser VER m s 0.00 0.41 0.00 0.07 par:pas; -divinisée diviniser VER f s 0.00 0.41 0.00 0.07 par:pas; -divinité divinité NOM f s 2.53 5.95 2.31 3.45 -divinités divinité NOM f p 2.53 5.95 0.22 2.50 -divins divin ADJ m p 26.55 24.93 1.12 1.01 -divisa diviser VER 10.14 16.69 0.15 0.41 ind:pas:3s; -divisaient diviser VER 10.14 16.69 0.03 0.54 ind:imp:3p; -divisais diviser VER 10.14 16.69 0.00 0.14 ind:imp:1s; -divisait diviser VER 10.14 16.69 0.17 1.62 ind:imp:3s; -divisant diviser VER 10.14 16.69 0.30 0.61 par:pre; -divise diviser VER 10.14 16.69 1.73 2.70 imp:pre:2s;ind:pre:1s;ind:pre:3s; -divisent diviser VER 10.14 16.69 0.70 1.01 ind:pre:3p; -diviser diviser VER 10.14 16.69 2.11 2.36 inf; -divisera diviser VER 10.14 16.69 0.14 0.00 ind:fut:3s; -diviserais diviser VER 10.14 16.69 0.10 0.07 cnd:pre:1s;cnd:pre:2s; -diviserait diviser VER 10.14 16.69 0.02 0.14 cnd:pre:3s; -divises diviser VER 10.14 16.69 0.20 0.07 ind:pre:2s; -diviseur diviseur NOM m s 0.01 0.20 0.01 0.14 -diviseuse diviseur NOM f s 0.01 0.20 0.00 0.07 -divisez diviser VER 10.14 16.69 0.30 0.00 imp:pre:2p;ind:pre:2p; -divisible divisible ADJ s 0.23 0.27 0.17 0.27 -divisibles divisible ADJ m p 0.23 0.27 0.06 0.00 -division division NOM f s 13.07 43.51 11.60 29.73 -divisionnaire divisionnaire NOM s 2.25 1.89 2.25 1.76 -divisionnaires divisionnaire ADJ m p 1.03 3.45 0.01 0.07 -divisionnisme divisionnisme NOM m s 0.00 0.07 0.00 0.07 -divisions division NOM f p 13.07 43.51 1.48 13.78 -divisons diviser VER 10.14 16.69 0.10 0.07 imp:pre:1p;ind:pre:1p; -divisèrent diviser VER 10.14 16.69 0.00 0.20 ind:pas:3p; -divisé diviser VER m s 10.14 16.69 1.85 2.91 par:pas; -divisée diviser VER f s 10.14 16.69 1.17 2.16 par:pas; -divisées diviser VER f p 10.14 16.69 0.23 0.27 par:pas; -divisés diviser VER m p 10.14 16.69 0.84 1.35 par:pas; -divorce divorce NOM m s 23.23 11.15 21.64 10.54 -divorcent divorcer VER 27.50 8.11 0.67 0.61 ind:pre:3p; -divorcer divorcer VER 27.50 8.11 12.03 2.16 inf; -divorcera divorcer VER 27.50 8.11 0.32 0.14 ind:fut:3s; -divorcerai divorcer VER 27.50 8.11 0.41 0.14 ind:fut:1s; -divorcerais divorcer VER 27.50 8.11 0.30 0.20 cnd:pre:1s;cnd:pre:2s; -divorcerait divorcer VER 27.50 8.11 0.07 0.00 cnd:pre:3s; -divorceras divorcer VER 27.50 8.11 0.02 0.00 ind:fut:2s; -divorcerez divorcer VER 27.50 8.11 0.02 0.14 ind:fut:2p; -divorceriez divorcer VER 27.50 8.11 0.01 0.00 cnd:pre:2p; -divorcerons divorcer VER 27.50 8.11 0.00 0.07 ind:fut:1p; -divorceront divorcer VER 27.50 8.11 0.10 0.07 ind:fut:3p; -divorces divorce NOM m p 23.23 11.15 1.58 0.61 -divorcez divorcer VER 27.50 8.11 0.67 0.00 imp:pre:2p;ind:pre:2p; -divorciez divorcer VER 27.50 8.11 0.04 0.00 ind:imp:2p; -divorcions divorcer VER 27.50 8.11 0.10 0.14 ind:imp:1p; -divorcèrent divorcer VER 27.50 8.11 0.02 0.14 ind:pas:3p; -divorcé divorcer VER m s 27.50 8.11 6.04 2.23 par:pas; -divorcée divorcer VER f s 27.50 8.11 1.58 0.47 par:pas; -divorcées divorcé ADJ f p 1.64 0.95 0.14 0.07 -divorcés divorcer VER m p 27.50 8.11 1.50 0.07 par:pas; -divorça divorcer VER 27.50 8.11 0.14 0.07 ind:pas:3s; -divorçaient divorcer VER 27.50 8.11 0.04 0.07 ind:imp:3p; -divorçait divorcer VER 27.50 8.11 0.12 0.27 ind:imp:3s; -divorçant divorcer VER 27.50 8.11 0.04 0.20 par:pre; -divorçons divorcer VER 27.50 8.11 0.48 0.14 imp:pre:1p;ind:pre:1p; -divulgation divulgation NOM f s 0.33 0.61 0.33 0.61 -divulguait divulguer VER 2.48 1.96 0.00 0.20 ind:imp:3s; -divulguant divulguer VER 2.48 1.96 0.00 0.14 par:pre; -divulgue divulguer VER 2.48 1.96 0.27 0.07 imp:pre:2s;ind:pre:1s;ind:pre:3s; -divulguer divulguer VER 2.48 1.96 1.06 0.95 inf; -divulguera divulguer VER 2.48 1.96 0.04 0.07 ind:fut:3s; -divulguez divulguer VER 2.48 1.96 0.09 0.00 imp:pre:2p;ind:pre:2p; -divulguons divulguer VER 2.48 1.96 0.05 0.00 imp:pre:1p;ind:pre:1p; -divulgué divulguer VER m s 2.48 1.96 0.71 0.34 par:pas; -divulguée divulguer VER f s 2.48 1.96 0.08 0.07 par:pas; -divulguées divulguer VER f p 2.48 1.96 0.06 0.00 par:pas; -divulgués divulguer VER m p 2.48 1.96 0.11 0.14 par:pas; -dix_cors dix_cors NOM m 0.03 0.88 0.03 0.88 -dix_huit dix_huit ADJ:num 4.44 31.69 4.44 31.69 -dix_huitième dix_huitième NOM s 0.16 0.27 0.16 0.27 -dix_neuf dix_neuf ADJ:num 2.11 10.54 2.11 10.54 -dix_neuvième dix_neuvième ADJ 0.15 1.22 0.15 1.22 -dix_sept dix_sept ADJ:num 3.69 19.59 3.69 19.59 -dix_septième dix_septième ADJ 0.22 1.22 0.22 1.22 -dix dix ADJ:num 118.29 209.86 118.29 209.86 -dixie dixie NOM m s 1.40 0.00 1.40 0.00 -dixieland dixieland NOM m s 0.14 0.00 0.14 0.00 -dixit dixit ADJ m s 0.54 0.68 0.54 0.68 -dixième dixième ADJ 1.76 2.77 1.73 2.70 -dixièmement dixièmement ADV 0.02 0.00 0.02 0.00 -dixièmes dixième NOM p 1.60 4.32 0.23 1.28 -dizain dizain NOM m s 0.14 0.00 0.14 0.00 -dizaine dizaine NOM f s 11.08 44.73 5.87 26.55 -dizaines dizaine NOM f p 11.08 44.73 5.21 18.18 -djebel djebel NOM m s 0.00 2.84 0.00 2.30 -djebels djebel NOM m p 0.00 2.84 0.00 0.54 -djellaba djellaba NOM f s 0.30 1.69 0.15 1.15 -djellabas djellaba NOM f p 0.30 1.69 0.16 0.54 -djemââ djemââ NOM f s 0.00 0.07 0.00 0.07 -djihad djihad NOM m s 0.44 0.00 0.43 0.00 -djihads djihad NOM m p 0.44 0.00 0.01 0.00 -djinn djinn NOM m s 0.36 0.61 0.34 0.00 -djinns djinn NOM m p 0.36 0.61 0.02 0.61 -dm dm ADJ:num 0.40 0.00 0.40 0.00 -dna dna NOM m s 0.09 0.00 0.09 0.00 -do do NOM m 16.66 3.78 16.66 3.78 -doña doña NOM f s 2.44 0.00 2.44 0.00 -doberman doberman NOM m s 1.03 0.95 0.69 0.34 -dobermans doberman NOM m p 1.03 0.95 0.33 0.61 -doc doc NOM m s 4.04 0.54 4.04 0.54 -doche doche NOM f s 0.00 0.07 0.00 0.07 -docile docile ADJ s 2.12 9.66 1.68 7.43 -docilement docilement ADV 0.07 5.54 0.07 5.54 -dociles docile ADJ p 2.12 9.66 0.44 2.23 -docilité docilité NOM f s 0.14 3.85 0.14 3.85 -dock dock NOM m s 3.10 3.99 0.92 0.81 -docker docker NOM m s 0.90 3.18 0.39 0.68 -dockers docker NOM m p 0.90 3.18 0.51 2.50 -docks dock NOM m p 3.10 3.99 2.18 3.18 -docte docte ADJ s 0.17 1.89 0.17 1.42 -doctement doctement ADV 0.00 0.54 0.00 0.54 -doctes docte ADJ m p 0.17 1.89 0.01 0.47 -docteur docteur NOM m s 233.86 87.36 223.48 83.11 -docteurs docteur NOM m p 233.86 87.36 9.72 3.18 -doctissime doctissime ADJ m s 0.03 0.00 0.03 0.00 -doctoral doctoral ADJ m s 0.00 0.81 0.00 0.54 -doctorale doctoral ADJ f s 0.00 0.81 0.00 0.27 -doctorat doctorat NOM m s 4.07 1.82 3.76 1.76 -doctorats doctorat NOM m p 4.07 1.82 0.31 0.07 -doctoresse docteur NOM f s 233.86 87.36 0.66 1.08 -doctrina doctriner VER 0.00 0.07 0.00 0.07 ind:pas:3s; -doctrinaire doctrinaire ADJ s 0.02 0.14 0.02 0.14 -doctrinaires doctrinaire NOM p 0.00 0.27 0.00 0.07 -doctrinal doctrinal ADJ m s 0.01 0.47 0.00 0.27 -doctrinale doctrinal ADJ f s 0.01 0.47 0.01 0.14 -doctrinales doctrinal ADJ f p 0.01 0.47 0.00 0.07 -doctrine doctrine NOM f s 1.81 7.77 1.54 5.68 -doctrines doctrine NOM f p 1.81 7.77 0.27 2.09 -docudrame docudrame NOM m s 0.03 0.00 0.03 0.00 -document document NOM m s 24.86 16.01 9.34 6.69 -documenta documenter VER 1.53 0.95 0.01 0.14 ind:pas:3s; -documentaire documentaire NOM m s 4.88 0.95 4.13 0.74 -documentaires documentaire NOM m p 4.88 0.95 0.75 0.20 -documentais documenter VER 1.53 0.95 0.01 0.00 ind:imp:1s; -documentait documenter VER 1.53 0.95 0.04 0.00 ind:imp:3s; -documentaliste documentaliste NOM s 0.29 0.27 0.27 0.20 -documentalistes documentaliste NOM p 0.29 0.27 0.03 0.07 -documentant documenter VER 1.53 0.95 0.05 0.07 par:pre; -documentariste documentariste NOM s 0.04 0.00 0.03 0.00 -documentaristes documentariste NOM p 0.04 0.00 0.01 0.00 -documentation documentation NOM f s 1.44 2.43 1.43 2.23 -documentations documentation NOM f p 1.44 2.43 0.01 0.20 -documente documenter VER 1.53 0.95 0.23 0.00 imp:pre:2s;ind:pre:1s;ind:pre:3s; -documentent documenter VER 1.53 0.95 0.01 0.07 ind:pre:3p; -documenter documenter VER 1.53 0.95 0.85 0.47 inf; -documenterai documenter VER 1.53 0.95 0.00 0.07 ind:fut:1s; -documentes documenter VER 1.53 0.95 0.00 0.07 ind:pre:2s; -documents document NOM m p 24.86 16.01 15.53 9.32 -documenté documenter VER m s 1.53 0.95 0.22 0.07 par:pas; -documentée documenté ADJ f s 0.39 0.07 0.15 0.00 -documentés documenter VER m p 1.53 0.95 0.05 0.00 par:pas; -dodelinaient dodeliner VER 0.03 2.77 0.00 0.07 ind:imp:3p; -dodelinais dodeliner VER 0.03 2.77 0.01 0.07 ind:imp:1s; -dodelinait dodeliner VER 0.03 2.77 0.00 0.68 ind:imp:3s; -dodelinant dodeliner VER 0.03 2.77 0.01 1.01 par:pre; -dodelinante dodelinant ADJ f s 0.01 0.27 0.00 0.07 -dodelinantes dodelinant ADJ f p 0.01 0.27 0.00 0.07 -dodeline dodeliner VER 0.03 2.77 0.01 0.41 imp:pre:2s;ind:pre:3s; -dodelinent dodeliner VER 0.03 2.77 0.00 0.14 ind:pre:3p; -dodeliner dodeliner VER 0.03 2.77 0.00 0.27 inf; -dodelinèrent dodeliner VER 0.03 2.77 0.00 0.07 ind:pas:3p; -dodeliné dodeliner VER m s 0.03 2.77 0.00 0.07 par:pas; -dodine dodiner VER 0.00 0.07 0.00 0.07 ind:pre:3s; -dodo dodo NOM m s 7.53 2.50 7.52 2.43 -dodos dodo NOM m p 7.53 2.50 0.01 0.07 -dodu dodu ADJ m s 0.89 5.00 0.34 1.89 -dodécagone dodécagone NOM m s 0.00 0.07 0.00 0.07 -dodécaphoniste dodécaphoniste NOM s 0.00 0.07 0.00 0.07 -dodécaèdre dodécaèdre NOM m s 0.03 0.14 0.03 0.14 -dodue dodu ADJ f s 0.89 5.00 0.13 1.42 -dodues dodu ADJ f p 0.89 5.00 0.20 0.88 -dodus dodu ADJ m p 0.89 5.00 0.23 0.81 -dog_cart dog_cart NOM m s 0.04 0.00 0.04 0.00 -dogaresse dogaresse NOM f s 0.00 0.14 0.00 0.07 -dogaresses dogaresse NOM f p 0.00 0.14 0.00 0.07 -doge doge NOM m s 0.53 3.45 0.41 1.89 -doges doge NOM m p 0.53 3.45 0.11 1.55 -dogger dogger NOM m s 0.14 0.00 0.14 0.00 -dogmatique dogmatique ADJ s 0.17 1.01 0.03 0.61 -dogmatiques dogmatique ADJ p 0.17 1.01 0.14 0.41 -dogmatisme dogmatisme NOM m s 0.10 0.34 0.10 0.34 -dogme dogme NOM m s 0.63 2.77 0.49 1.35 -dogmes dogme NOM m p 0.63 2.77 0.14 1.42 -dogue dogue NOM m s 0.14 1.42 0.14 0.81 -dogues dogue NOM m p 0.14 1.42 0.00 0.61 -doguin doguin NOM m s 0.00 0.07 0.00 0.07 -doigt doigt NOM m s 85.69 256.15 39.83 80.34 -doigta doigter VER 0.10 0.07 0.00 0.07 ind:pas:3s; -doigtait doigter VER 0.10 0.07 0.01 0.00 ind:imp:3s; -doigter doigter VER 0.10 0.07 0.04 0.00 inf; -doigtier doigtier NOM m s 0.00 0.20 0.00 0.20 -doigts doigt NOM m p 85.69 256.15 45.86 175.81 -doigté doigté NOM m s 1.00 1.15 1.00 1.15 -dois devoir VER 3232.80 1318.24 894.67 102.03 imp:pre:2s;ind:pre:1s;ind:pre:2s; -doit devoir VER 3232.80 1318.24 654.84 224.59 ind:pre:3s; -doive devoir VER 3232.80 1318.24 5.50 4.32 sub:pre:1s;sub:pre:3s; -doivent devoir VER 3232.80 1318.24 85.42 45.95 ind:pre:3p;sub:pre:3p; -doives devoir VER 3232.80 1318.24 1.25 0.14 sub:pre:2s; -dojo dojo NOM m s 0.93 0.34 0.93 0.34 -dol dol NOM m s 0.34 0.07 0.34 0.07 -dolby dolby NOM m s 0.05 0.00 0.05 0.00 -dolce dolce ADV 1.53 0.74 1.53 0.74 -dolent dolent ADJ m s 0.27 2.36 0.00 0.68 -dolente dolent ADJ f s 0.27 2.36 0.27 1.35 -dolentes dolent ADJ f p 0.27 2.36 0.00 0.14 -dolents dolent ADJ m p 0.27 2.36 0.00 0.20 -dolichocéphale dolichocéphale ADJ m s 0.10 0.20 0.10 0.00 -dolichocéphales dolichocéphale ADJ p 0.10 0.20 0.00 0.20 -dolichocéphalie dolichocéphalie NOM f s 0.00 0.07 0.00 0.07 -doline doline NOM f s 0.01 0.00 0.01 0.00 -dolique dolique NOM m s 0.01 0.00 0.01 0.00 -dollar dollar NOM m s 134.10 16.96 13.89 3.85 -dollars dollar NOM m p 134.10 16.96 120.22 13.11 -dolman dolman NOM m s 0.00 1.15 0.00 0.88 -dolmans dolman NOM m p 0.00 1.15 0.00 0.27 -dolmen dolmen NOM m s 0.01 1.89 0.00 1.15 -dolmens dolmen NOM m p 0.01 1.89 0.01 0.74 -dolomies dolomie NOM f p 0.14 0.07 0.14 0.07 -dolomite dolomite NOM f s 0.08 0.00 0.08 0.00 -dolorisme dolorisme NOM m s 0.00 0.07 0.00 0.07 -doloriste doloriste NOM s 0.00 0.07 0.00 0.07 -doléance doléance NOM f s 0.46 1.76 0.00 0.14 -doléances doléance NOM f p 0.46 1.76 0.46 1.62 -dom dom NOM m s 0.39 0.34 0.39 0.34 -domaine domaine NOM m s 21.57 46.22 19.21 37.91 -domaines domaine NOM m p 21.57 46.22 2.37 8.31 -domanial domanial ADJ m s 0.00 0.47 0.00 0.14 -domaniale domanial ADJ f s 0.00 0.47 0.00 0.27 -domaniaux domanial ADJ m p 0.00 0.47 0.00 0.07 -domestication domestication NOM f s 0.02 0.47 0.02 0.47 -domesticité domesticité NOM f s 0.18 0.88 0.18 0.88 -domestiqua domestiquer VER 0.41 3.58 0.00 0.14 ind:pas:3s; -domestiquait domestiquer VER 0.41 3.58 0.00 0.07 ind:imp:3s; -domestique domestique NOM s 10.09 18.51 4.57 7.23 -domestiquement domestiquement ADV 0.00 0.07 0.00 0.07 -domestiquer domestiquer VER 0.41 3.58 0.07 0.88 inf; -domestiques domestique NOM p 10.09 18.51 5.52 11.28 -domestiquez domestiquer VER 0.41 3.58 0.00 0.07 imp:pre:2p; -domestiqué domestiquer VER m s 0.41 3.58 0.12 0.68 par:pas; -domestiquée domestiquer VER f s 0.41 3.58 0.04 0.81 par:pas; -domestiquées domestiquer VER f p 0.41 3.58 0.01 0.14 par:pas; -domestiqués domestiquer VER m p 0.41 3.58 0.06 0.68 par:pas; -domicile domicile NOM m s 11.69 15.34 11.60 14.93 -domiciles domicile NOM m p 11.69 15.34 0.09 0.41 -domiciliaires domiciliaire ADJ f p 0.00 0.20 0.00 0.20 -domiciliation domiciliation NOM f s 0.00 0.07 0.00 0.07 -domicilier domicilier VER 0.38 0.74 0.00 0.14 inf; -domicilié domicilié ADJ m s 0.53 0.07 0.52 0.00 -domiciliée domicilier VER f s 0.38 0.74 0.14 0.27 par:pas; -domiciliés domicilié ADJ m p 0.53 0.07 0.01 0.00 -domina dominer VER 15.66 50.61 0.27 1.08 ind:pas:3s; -dominaient dominer VER 15.66 50.61 0.02 2.57 ind:imp:3p; -dominais dominer VER 15.66 50.61 0.02 0.34 ind:imp:1s;ind:imp:2s; -dominait dominer VER 15.66 50.61 0.42 9.32 ind:imp:3s; -dominance dominance NOM f s 0.14 0.07 0.14 0.07 -dominant dominant ADJ m s 2.34 3.85 1.41 1.69 -dominante dominant ADJ f s 2.34 3.85 0.68 1.15 -dominantes dominant ADJ f p 2.34 3.85 0.04 0.54 -dominants dominant ADJ m p 2.34 3.85 0.22 0.47 -dominateur dominateur ADJ m s 0.97 1.49 0.53 0.95 -dominateurs dominateur ADJ m p 0.97 1.49 0.01 0.14 -domination domination NOM f s 2.42 5.88 2.39 5.68 -dominations domination NOM f p 2.42 5.88 0.04 0.20 -dominatrice dominateur ADJ f s 0.97 1.49 0.42 0.34 -dominatrices dominatrice NOM f p 0.03 0.00 0.03 0.00 -domine dominer VER 15.66 50.61 4.04 9.59 imp:pre:2s;ind:pre:1s;ind:pre:3s; -dominent dominer VER 15.66 50.61 0.73 3.11 ind:pre:3p; -dominer dominer VER 15.66 50.61 5.07 10.34 inf; -dominera dominer VER 15.66 50.61 0.59 0.27 ind:fut:3s; -dominerai dominer VER 15.66 50.61 0.17 0.00 ind:fut:1s; -domineraient dominer VER 15.66 50.61 0.00 0.07 cnd:pre:3p; -dominerais dominer VER 15.66 50.61 0.01 0.27 cnd:pre:1s;cnd:pre:2s; -dominerait dominer VER 15.66 50.61 0.05 0.07 cnd:pre:3s; -domineras dominer VER 15.66 50.61 0.11 0.00 ind:fut:2s; -domineriez dominer VER 15.66 50.61 0.01 0.00 cnd:pre:2p; -dominerions dominer VER 15.66 50.61 0.00 0.14 cnd:pre:1p; -dominerons dominer VER 15.66 50.61 0.07 0.07 ind:fut:1p; -domineront dominer VER 15.66 50.61 0.16 0.14 ind:fut:3p; -domines dominer VER 15.66 50.61 0.26 0.27 ind:pre:2s; -dominez dominer VER 15.66 50.61 0.11 0.07 imp:pre:2p;ind:pre:2p; -dominicain dominicain NOM m s 0.58 2.57 0.23 0.61 -dominicaine dominicain ADJ f s 0.19 0.95 0.12 0.47 -dominicaines dominicain NOM f p 0.58 2.57 0.03 0.07 -dominicains dominicain NOM m p 0.58 2.57 0.28 1.89 -dominical dominical ADJ m s 0.31 2.97 0.10 1.15 -dominicale dominical ADJ f s 0.31 2.97 0.19 1.08 -dominicales dominical ADJ f p 0.31 2.97 0.01 0.41 -dominicaux dominical ADJ m p 0.31 2.97 0.01 0.34 -dominiez dominer VER 15.66 50.61 0.02 0.00 ind:imp:2p; -dominion dominion NOM m s 0.34 0.54 0.34 0.27 -dominions dominer VER 15.66 50.61 0.01 0.41 ind:imp:1p; -domino domino NOM m s 1.35 3.18 0.35 0.41 -dominons dominer VER 15.66 50.61 0.05 0.14 imp:pre:1p;ind:pre:1p; -dominos domino NOM m p 1.35 3.18 0.99 2.77 -dominât dominer VER 15.66 50.61 0.00 0.07 sub:imp:3s; -dominèrent dominer VER 15.66 50.61 0.01 0.07 ind:pas:3p; -dominé dominer VER m s 15.66 50.61 1.45 3.85 par:pas; -dominée dominer VER f s 15.66 50.61 1.23 1.89 par:pas; -dominées dominer VER f p 15.66 50.61 0.15 1.08 par:pas; -dominés dominer VER m p 15.66 50.61 0.32 1.28 par:pas; -dommage dommage ONO 25.88 5.34 25.88 5.34 -dommageable dommageable ADJ f s 0.12 0.20 0.10 0.07 -dommageables dommageable ADJ f p 0.12 0.20 0.02 0.14 -dommages_intérêts dommages_intérêts NOM m p 0.04 0.00 0.04 0.00 -dommages dommage NOM m p 65.59 26.15 6.16 2.09 -domotique domotique NOM f s 0.02 0.00 0.02 0.00 -dompta dompter VER 2.14 3.24 0.00 0.20 ind:pas:3s; -domptage domptage NOM m s 0.00 0.14 0.00 0.14 -domptai dompter VER 2.14 3.24 0.00 0.07 ind:pas:1s; -domptait dompter VER 2.14 3.24 0.00 0.07 ind:imp:3s; -dompte dompter VER 2.14 3.24 0.26 0.34 imp:pre:2s;ind:pre:1s;ind:pre:3s; -domptent dompter VER 2.14 3.24 0.00 0.07 ind:pre:3p; -dompter dompter VER 2.14 3.24 1.00 1.69 inf; -dompterai dompter VER 2.14 3.24 0.00 0.07 ind:fut:1s; -dompterait dompter VER 2.14 3.24 0.00 0.07 cnd:pre:3s; -dompteur dompteur NOM m s 2.18 2.57 1.11 1.89 -dompteurs dompteur NOM m p 2.18 2.57 0.16 0.14 -dompteuse dompteur NOM f s 2.18 2.57 0.92 0.41 -dompteuses dompteur NOM f p 2.18 2.57 0.00 0.14 -domptez dompter VER 2.14 3.24 0.04 0.07 imp:pre:2p; -dompté dompter VER m s 2.14 3.24 0.64 0.34 par:pas; -domptée dompter VER f s 2.14 3.24 0.19 0.20 par:pas; -domptées dompté ADJ f p 0.15 0.20 0.00 0.14 -domptés dompté ADJ m p 0.15 0.20 0.02 0.00 -don don NOM m s 43.78 39.86 35.47 30.27 -dona dona NOM f s 0.50 1.15 0.50 1.15 -donateur donateur NOM m s 0.89 1.69 0.36 0.81 -donateurs donateur NOM m p 0.89 1.69 0.50 0.61 -donation donation NOM f s 1.89 0.74 1.23 0.54 -donations donation NOM f p 1.89 0.74 0.66 0.20 -donatrice donateur NOM f s 0.89 1.69 0.04 0.27 -donc donc CON 612.51 445.88 612.51 445.88 -dondaine dondaine NOM f s 0.00 0.14 0.00 0.07 -dondaines dondaine NOM f p 0.00 0.14 0.00 0.07 -dondon dondon NOM f s 0.23 0.47 0.20 0.34 -dondons dondon NOM f p 0.23 0.47 0.03 0.14 -dong dong ONO 0.97 0.95 0.97 0.95 -donjon donjon NOM m s 3.14 3.31 2.94 2.84 -donjons donjon NOM m p 3.14 3.31 0.20 0.47 -donjuanesque donjuanesque ADJ s 0.00 0.47 0.00 0.47 -donjuanisme donjuanisme NOM m s 0.00 0.54 0.00 0.54 -donna donner VER 1209.58 896.01 6.28 46.28 ind:pas:3s; -donnai donner VER 1209.58 896.01 0.32 5.41 ind:pas:1s; -donnaient donner VER 1209.58 896.01 2.49 35.07 ind:imp:3p; -donnais donner VER 1209.58 896.01 5.91 6.89 ind:imp:1s;ind:imp:2s; -donnait donner VER 1209.58 896.01 15.97 123.24 ind:imp:3s; -donnant_donnant donnant_donnant ADV 0.73 0.41 0.73 0.41 -donnant donner VER 1209.58 896.01 7.04 32.57 par:pre; -donnas donner VER 1209.58 896.01 0.04 0.00 ind:pas:2s; -donnassent donner VER 1209.58 896.01 0.00 0.14 sub:imp:3p; -donne donner VER 1209.58 896.01 401.06 149.26 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:1s;sub:pre:3s; -donnent donner VER 1209.58 896.01 19.75 26.28 ind:pre:3p;sub:pre:3p; -donner donner VER 1209.58 896.01 233.21 216.55 inf;;inf;;inf;;inf;;inf;;inf;; -donnera donner VER 1209.58 896.01 24.60 8.99 ind:fut:3s; -donnerai donner VER 1209.58 896.01 30.70 6.15 ind:fut:1s; -donneraient donner VER 1209.58 896.01 1.10 2.03 cnd:pre:3p; -donnerais donner VER 1209.58 896.01 11.18 5.68 cnd:pre:1s;cnd:pre:2s; -donnerait donner VER 1209.58 896.01 6.20 13.31 cnd:pre:3s; -donneras donner VER 1209.58 896.01 5.49 1.82 ind:fut:2s; -donnerez donner VER 1209.58 896.01 4.31 1.69 ind:fut:2p; -donneriez donner VER 1209.58 896.01 1.05 0.34 cnd:pre:2p; -donnerions donner VER 1209.58 896.01 0.05 0.14 cnd:pre:1p; -donnerons donner VER 1209.58 896.01 2.96 0.61 ind:fut:1p; -donneront donner VER 1209.58 896.01 3.68 1.89 ind:fut:3p; -donnes donner VER 1209.58 896.01 34.32 5.34 ind:pre:1p;ind:pre:2s;sub:pre:2s; -donneur donneur NOM m s 5.86 6.76 4.85 5.27 -donneurs donneur NOM m p 5.86 6.76 0.84 0.95 -donneuse donneur ADJ f s 0.91 0.68 0.23 0.34 -donneuses donneuse NOM f p 0.01 0.00 0.01 0.00 -donnez donner VER 1209.58 896.01 118.36 13.65 imp:pre:2p;ind:pre:2p; -donniez donner VER 1209.58 896.01 3.04 1.28 ind:imp:2p;sub:pre:2p; -donnions donner VER 1209.58 896.01 0.79 1.69 ind:imp:1p;sub:pre:1p; -donnâmes donner VER 1209.58 896.01 0.00 0.34 ind:pas:1p; -donnons donner VER 1209.58 896.01 6.66 1.96 imp:pre:1p;ind:pre:1p; -donnât donner VER 1209.58 896.01 0.02 3.38 sub:imp:3s; -donnèrent donner VER 1209.58 896.01 0.75 4.59 ind:pas:3p; -donné donner VER m s 1209.58 896.01 234.66 148.65 par:pas;par:pas;par:pas;par:pas; -donnée donner VER f s 1209.58 896.01 16.55 18.92 par:pas; -données donnée NOM f p 20.92 6.89 20.05 5.41 -donnés donner VER m p 1209.58 896.01 7.06 6.82 par:pas; -donquichottesque donquichottesque ADJ f s 0.00 0.20 0.00 0.14 -donquichottesques donquichottesque ADJ f p 0.00 0.20 0.00 0.07 -donquichottisme donquichottisme NOM m s 0.01 0.00 0.01 0.00 -dons don NOM m p 43.78 39.86 8.31 9.59 -dont dont PRO:rel 223.41 960.34 219.21 926.42 -donzelle donzelle NOM f s 0.48 1.22 0.41 0.81 -donzelles donzelle NOM f p 0.48 1.22 0.07 0.41 -dopage dopage NOM m s 0.10 0.00 0.10 0.00 -dopais doper VER 1.33 0.54 0.01 0.00 ind:imp:1s; -dopait doper VER 1.33 0.54 0.04 0.00 ind:imp:3s; -dopamine dopamine NOM f s 1.10 0.00 1.10 0.00 -dopant dopant ADJ m s 0.18 0.00 0.15 0.00 -dopants dopant ADJ m p 0.18 0.00 0.04 0.00 -dope dope NOM s 7.47 2.03 7.47 1.96 -doper doper VER 1.33 0.54 0.35 0.00 inf; -dopes doper VER 1.33 0.54 0.05 0.00 ind:pre:2s; -dopez doper VER 1.33 0.54 0.02 0.00 imp:pre:2p;ind:pre:2p; -doping doping NOM m s 0.01 0.34 0.01 0.34 -doppler doppler NOM m s 0.01 0.00 0.01 0.00 -dopé doper VER m s 1.33 0.54 0.46 0.27 par:pas; -dopée doper VER f s 1.33 0.54 0.05 0.00 par:pas; -dopés doper VER m p 1.33 0.54 0.06 0.14 par:pas; -dora dorer VER 2.66 15.14 0.00 0.07 ind:pas:3s; -dorade dorade NOM f s 0.62 0.47 0.22 0.14 -dorades dorade NOM f p 0.62 0.47 0.40 0.34 -dorage dorage NOM m s 0.00 0.07 0.00 0.07 -doraient dorer VER 2.66 15.14 0.00 0.07 ind:imp:3p; -dorais dorer VER 2.66 15.14 0.01 0.07 ind:imp:1s; -dorait dorer VER 2.66 15.14 0.00 0.68 ind:imp:3s; -dorant dorer VER 2.66 15.14 0.15 0.20 par:pre; -dorcades dorcade NOM f p 0.00 0.07 0.00 0.07 -dore dorer VER 2.66 15.14 0.30 1.15 imp:pre:2s;ind:pre:1s;ind:pre:3s; -dorent dorer VER 2.66 15.14 0.01 0.20 ind:pre:3p; -dorer dorer VER 2.66 15.14 0.22 1.22 inf; -dorera dorer VER 2.66 15.14 0.00 0.07 ind:fut:3s; -doreront dorer VER 2.66 15.14 0.01 0.00 ind:fut:3p; -doreurs doreur NOM m p 0.00 0.07 0.00 0.07 -doriennes dorien ADJ f p 0.00 0.14 0.00 0.07 -doriens dorien ADJ m p 0.00 0.14 0.00 0.07 -dorique dorique ADJ s 0.01 0.47 0.01 0.14 -doriques dorique ADJ p 0.01 0.47 0.00 0.34 -dorlotait dorloter VER 1.56 2.43 0.01 0.27 ind:imp:3s; -dorlotant dorloter VER 1.56 2.43 0.02 0.07 par:pre; -dorlote dorloter VER 1.56 2.43 0.28 0.34 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -dorlotent dorloter VER 1.56 2.43 0.03 0.07 ind:pre:3p; -dorloter dorloter VER 1.56 2.43 0.79 1.08 inf; -dorloterai dorloter VER 1.56 2.43 0.01 0.00 ind:fut:1s; -dorloterons dorloter VER 1.56 2.43 0.00 0.07 ind:fut:1p; -dorlotez dorloter VER 1.56 2.43 0.05 0.00 imp:pre:2p;ind:pre:2p; -dorloté dorloter VER m s 1.56 2.43 0.15 0.41 par:pas; -dorlotée dorloter VER f s 1.56 2.43 0.18 0.00 par:pas; -dorlotées dorloter VER f p 1.56 2.43 0.00 0.07 par:pas; -dorlotés dorloter VER m p 1.56 2.43 0.04 0.07 par:pas; -dormîmes dormir VER 392.09 259.05 0.00 0.34 ind:pas:1p; -dormît dormir VER 392.09 259.05 0.00 0.14 sub:imp:3s; -dormaient dormir VER 392.09 259.05 1.45 10.41 ind:imp:3p; -dormais dormir VER 392.09 259.05 14.36 7.50 ind:imp:1s;ind:imp:2s; -dormait dormir VER 392.09 259.05 9.72 41.89 ind:imp:3s; -dormance dormance NOM f s 0.03 0.07 0.03 0.07 -dormant dormir VER 392.09 259.05 3.16 5.47 par:pre; -dormante dormant ADJ f s 1.62 4.26 0.07 1.76 -dormantes dormant ADJ f p 1.62 4.26 0.17 0.27 -dormants dormant ADJ m p 1.62 4.26 0.18 0.07 -dorme dormir VER 392.09 259.05 4.13 3.18 sub:pre:1s;sub:pre:3s; -dorment dormir VER 392.09 259.05 10.48 10.27 ind:pre:3p;sub:pre:3p; -dormes dormir VER 392.09 259.05 2.23 0.41 sub:pre:2s; -dormeur dormeur NOM m s 1.21 5.95 0.82 3.11 -dormeurs dormeur NOM m p 1.21 5.95 0.16 1.96 -dormeuse dormeur NOM f s 1.21 5.95 0.23 0.54 -dormeuses dormeur NOM f p 1.21 5.95 0.00 0.34 -dormez dormir VER 392.09 259.05 12.35 2.84 imp:pre:2p;ind:pre:2p; -dormi dormir VER m s 392.09 259.05 41.25 26.49 par:pas; -dormiez dormir VER 392.09 259.05 2.40 0.95 ind:imp:2p; -dormions dormir VER 392.09 259.05 0.41 1.55 ind:imp:1p; -dormir dormir VER 392.09 259.05 160.77 95.20 inf; -dormira dormir VER 392.09 259.05 4.37 1.28 ind:fut:3s; -dormirai dormir VER 392.09 259.05 3.62 1.28 ind:fut:1s; -dormiraient dormir VER 392.09 259.05 0.17 0.14 cnd:pre:3p; -dormirais dormir VER 392.09 259.05 0.87 0.74 cnd:pre:1s;cnd:pre:2s; -dormirait dormir VER 392.09 259.05 0.35 1.42 cnd:pre:3s; -dormiras dormir VER 392.09 259.05 3.39 0.34 ind:fut:2s; -dormirent dormir VER 392.09 259.05 0.14 0.41 ind:pas:3p; -dormirez dormir VER 392.09 259.05 2.22 0.54 ind:fut:2p; -dormiriez dormir VER 392.09 259.05 0.03 0.07 cnd:pre:2p; -dormirions dormir VER 392.09 259.05 0.01 0.27 cnd:pre:1p; -dormirons dormir VER 392.09 259.05 0.28 0.34 ind:fut:1p; -dormiront dormir VER 392.09 259.05 0.70 0.14 ind:fut:3p; -dormis dormir VER 392.09 259.05 0.47 1.69 ind:pas:1s;ind:pas:2s; -dormit dormir VER 392.09 259.05 0.29 3.11 ind:pas:3s; -dormitif dormitif ADJ m s 0.03 0.20 0.03 0.20 -dormition dormition NOM f s 0.00 0.14 0.00 0.14 -dormons dormir VER 392.09 259.05 2.38 0.81 imp:pre:1p;ind:pre:1p; -dors dormir VER 392.09 259.05 55.03 13.92 imp:pre:2s;ind:pre:1s;ind:pre:2s; -dorsal dorsal ADJ m s 1.12 0.88 0.17 0.07 -dorsale dorsal ADJ f s 1.12 0.88 0.79 0.54 -dorsales dorsal ADJ f p 1.12 0.88 0.04 0.20 -dorsaux dorsal ADJ m p 1.12 0.88 0.11 0.07 -dort dormir VER 392.09 259.05 55.05 25.95 ind:pre:3s; -dortoir dortoir NOM m s 5.29 12.36 4.83 9.32 -dortoirs dortoir NOM m p 5.29 12.36 0.46 3.04 -doré doré ADJ m s 7.33 50.47 2.62 15.74 -dorée doré ADJ f s 7.33 50.47 2.31 16.42 -dorées doré ADJ f p 7.33 50.47 0.87 8.45 -dorénavant dorénavant ADV 7.20 6.89 7.20 6.89 -dorure dorure NOM f s 0.22 3.99 0.07 0.95 -dorures dorure NOM f p 0.22 3.99 0.15 3.04 -dorés doré ADJ m p 7.33 50.47 1.53 9.86 -doryphore doryphore NOM m s 0.01 0.81 0.01 0.34 -doryphores doryphore NOM m p 0.01 0.81 0.00 0.47 -dos_d_âne dos_d_âne NOM m 0.01 0.34 0.01 0.34 -dos dos NOM m 100.34 213.99 100.34 213.99 -dosage dosage NOM m s 1.89 1.69 1.67 1.62 -dosages dosage NOM m p 1.89 1.69 0.22 0.07 -dosaient doser VER 0.60 2.91 0.00 0.07 ind:imp:3p; -dosais doser VER 0.60 2.91 0.00 0.07 ind:imp:1s; -dosait doser VER 0.60 2.91 0.00 0.07 ind:imp:3s; -dosant doser VER 0.60 2.91 0.00 0.34 par:pre; -dose dose NOM f s 18.44 12.77 14.23 9.32 -dosent doser VER 0.60 2.91 0.00 0.07 ind:pre:3p; -doser doser VER 0.60 2.91 0.13 0.95 inf; -doses dose NOM f p 18.44 12.77 4.21 3.45 -doseur doseur NOM m s 0.19 0.14 0.18 0.07 -doseurs doseur NOM m p 0.19 0.14 0.01 0.07 -dosimètre dosimètre NOM m s 0.03 0.00 0.03 0.00 -dossard dossard NOM m s 0.16 0.54 0.14 0.47 -dossards dossard NOM m p 0.16 0.54 0.01 0.07 -dosseret dosseret NOM m s 0.00 0.07 0.00 0.07 -dossier dossier NOM m s 78.91 49.12 57.20 35.14 -dossiers dossier NOM m p 78.91 49.12 21.71 13.99 -dossière dossière NOM f s 0.00 0.27 0.00 0.20 -dossières dossière NOM f p 0.00 0.27 0.00 0.07 -dostoïevskiens dostoïevskien ADJ m p 0.00 0.07 0.00 0.07 -dosé doser VER m s 0.60 2.91 0.13 0.27 par:pas; -dosée doser VER f s 0.60 2.91 0.01 0.27 par:pas; -dosées doser VER f p 0.60 2.91 0.00 0.27 par:pas; -dosés doser VER m p 0.60 2.91 0.03 0.34 par:pas; -dot dot NOM f s 4.73 4.59 4.66 4.32 -dota doter VER 4.08 8.99 0.00 0.14 ind:pas:3s; -dotaient doter VER 4.08 8.99 0.00 0.07 ind:imp:3p; -dotait doter VER 4.08 8.99 0.00 0.68 ind:imp:3s; -dotant doter VER 4.08 8.99 0.01 0.20 par:pre; -dotation dotation NOM f s 0.12 0.41 0.12 0.41 -dote doter VER 4.08 8.99 0.23 0.20 ind:pre:1s;ind:pre:3s; -doter doter VER 4.08 8.99 0.34 0.81 inf; -dots dot NOM f p 4.73 4.59 0.07 0.27 -doté doter VER m s 4.08 8.99 1.82 2.97 par:pas; -dotée doter VER f s 4.08 8.99 0.99 2.09 par:pas; -dotées doter VER f p 4.08 8.99 0.08 0.81 par:pas; -dotés doter VER m p 4.08 8.99 0.61 1.01 par:pas; -douaire douaire NOM m s 0.01 0.07 0.01 0.07 -douairière douairier NOM f s 0.05 1.62 0.05 1.28 -douairières douairier NOM f p 0.05 1.62 0.00 0.34 -douait douer VER 20.29 13.18 0.00 0.47 ind:imp:3s; -douane douane NOM f s 6.12 9.46 4.33 8.51 -douanes douane NOM f p 6.12 9.46 1.79 0.95 -douanier douanier NOM m s 2.00 7.57 0.87 4.53 -douaniers douanier NOM m p 2.00 7.57 1.14 3.04 -douanière douanier ADJ f s 0.63 1.55 0.01 0.07 -douanières douanier ADJ f p 0.63 1.55 0.04 0.41 -douar douar NOM m s 0.00 0.61 0.00 0.47 -douars douar NOM m p 0.00 0.61 0.00 0.14 -doubla doubler VER 15.29 22.84 0.20 1.28 ind:pas:3s; -doublage doublage NOM m s 0.43 0.34 0.42 0.34 -doublages doublage NOM m p 0.43 0.34 0.01 0.00 -doublai doubler VER 15.29 22.84 0.00 0.14 ind:pas:1s; -doublaient doubler VER 15.29 22.84 0.01 1.01 ind:imp:3p; -doublais doubler VER 15.29 22.84 0.03 0.14 ind:imp:1s; -doublait doubler VER 15.29 22.84 0.08 2.16 ind:imp:3s; -doublant doubler VER 15.29 22.84 0.06 1.01 par:pre; -doublard doublard NOM m s 0.02 0.14 0.01 0.14 -doublards doublard NOM m p 0.02 0.14 0.01 0.00 -double_cliquer double_cliquer VER 0.09 0.00 0.01 0.00 inf; -double_cliquer double_cliquer VER m s 0.09 0.00 0.07 0.00 par:pas; -double_croche double_croche NOM f s 0.01 0.00 0.01 0.00 -double_décimètre double_décimètre NOM m s 0.00 0.07 0.00 0.07 -double_fond double_fond NOM m s 0.01 0.00 0.01 0.00 -double_six double_six NOM m s 0.14 0.20 0.14 0.20 -double double ADJ s 30.46 58.99 28.68 52.84 -doubleau doubleau NOM m s 0.00 0.20 0.00 0.14 -doubleaux doubleau NOM m p 0.00 0.20 0.00 0.07 -doublement doublement ADV 1.36 4.26 1.36 4.26 -doublent doubler VER 15.29 22.84 0.19 0.68 ind:pre:3p; -doubler doubler VER 15.29 22.84 4.65 4.39 inf; -doublera doubler VER 15.29 22.84 0.11 0.07 ind:fut:3s; -doublerai doubler VER 15.29 22.84 0.12 0.07 ind:fut:1s; -doubleraient doubler VER 15.29 22.84 0.01 0.00 cnd:pre:3p; -doublerait doubler VER 15.29 22.84 0.10 0.07 cnd:pre:3s; -doublerez doubler VER 15.29 22.84 0.01 0.07 ind:fut:2p; -doublerons doubler VER 15.29 22.84 0.03 0.00 ind:fut:1p; -doubles double ADJ p 30.46 58.99 1.78 6.15 -doublet doublet NOM m s 0.00 0.20 0.00 0.14 -doublets doublet NOM m p 0.00 0.20 0.00 0.07 -doublette doublette NOM f s 0.14 0.07 0.14 0.07 -doubleur doubleur NOM m s 0.07 0.00 0.07 0.00 -doubleuse doubleur NOM f s 0.07 0.00 0.01 0.00 -doubleuses doubleuse NOM f p 0.01 0.00 0.01 0.00 -doublez doubler VER 15.29 22.84 1.02 0.27 imp:pre:2p;ind:pre:2p; -doubliez doubler VER 15.29 22.84 0.02 0.00 ind:imp:2p; -doublions doubler VER 15.29 22.84 0.00 0.07 ind:imp:1p; -doublon doublon NOM m s 0.22 0.41 0.06 0.27 -doublonner doublonner VER 0.01 0.00 0.01 0.00 inf; -doublons doublon NOM m p 0.22 0.41 0.16 0.14 -doublât doubler VER 15.29 22.84 0.00 0.07 sub:imp:3s; -doublèrent doubler VER 15.29 22.84 0.00 0.14 ind:pas:3p; -doublé doubler VER m s 15.29 22.84 3.13 4.12 par:pas; -doublée doubler VER f s 15.29 22.84 0.50 2.16 par:pas; -doublées doubler VER f p 15.29 22.84 0.04 0.54 par:pas; -doublure doublure NOM f s 3.84 4.53 3.70 3.38 -doublures doublure NOM f p 3.84 4.53 0.14 1.15 -doublés doubler VER m p 15.29 22.84 0.61 0.95 par:pas; -douce_amère douce_amère ADJ f s 0.06 0.27 0.06 0.27 -douce doux ADJ f s 89.14 145.07 44.70 73.58 -doucement doucement ADV 103.81 128.38 103.81 128.38 -douceâtre douceâtre ADJ s 0.15 2.70 0.15 2.30 -douceâtres douceâtre ADJ p 0.15 2.70 0.00 0.41 -doucereuse doucereux ADJ f s 0.28 2.97 0.04 0.74 -doucereusement doucereusement ADV 0.00 0.20 0.00 0.20 -doucereuses doucereux ADJ f p 0.28 2.97 0.00 0.47 -doucereux doucereux ADJ m 0.28 2.97 0.25 1.76 -douce_amère douce_amère NOM f p 0.00 0.14 0.00 0.07 -douces doux ADJ f p 89.14 145.07 6.77 12.77 -doucet doucet ADJ m s 0.02 1.01 0.02 0.88 -doucette doucette NOM f s 0.01 0.14 0.01 0.14 -doucettement doucettement ADV 0.00 0.41 0.00 0.41 -douceur douceur NOM f s 16.87 70.00 16.02 66.08 -douceurs douceur NOM f p 16.87 70.00 0.85 3.92 -doucha doucher VER 6.75 2.57 0.14 0.27 ind:pas:3s; -douchais doucher VER 6.75 2.57 0.09 0.07 ind:imp:1s;ind:imp:2s; -douchait doucher VER 6.75 2.57 0.03 0.61 ind:imp:3s; -douchant doucher VER 6.75 2.57 0.01 0.00 par:pre; -douche douche NOM f s 36.06 23.85 32.56 20.27 -douchent doucher VER 6.75 2.57 0.14 0.07 ind:pre:3p; -doucher doucher VER 6.75 2.57 3.29 0.47 inf; -douchera doucher VER 6.75 2.57 0.01 0.00 ind:fut:3s; -doucherai doucher VER 6.75 2.57 0.00 0.07 ind:fut:1s; -doucheras doucher VER 6.75 2.57 0.02 0.00 ind:fut:2s; -douches douche NOM f p 36.06 23.85 3.49 3.58 -doucheur doucheur NOM m s 0.00 0.07 0.00 0.07 -douchez doucher VER 6.75 2.57 0.05 0.00 imp:pre:2p;ind:pre:2p; -douchiez doucher VER 6.75 2.57 0.01 0.00 ind:imp:2p; -douchons doucher VER 6.75 2.57 0.02 0.07 imp:pre:1p;ind:pre:1p; -douché doucher VER m s 6.75 2.57 0.99 0.34 par:pas; -douchée doucher VER f s 6.75 2.57 0.19 0.07 par:pas; -douchés doucher VER m p 6.75 2.57 0.27 0.14 par:pas; -doucie doucir VER f s 0.02 0.00 0.02 0.00 par:pas; -doucin doucin NOM m s 0.00 0.14 0.00 0.07 -doucine doucine NOM f s 0.01 0.00 0.01 0.00 -doucins doucin NOM m p 0.00 0.14 0.00 0.07 -doudou doudou NOM f s 0.58 6.76 0.58 6.76 -doudoune doudoune NOM f s 0.92 0.54 0.46 0.14 -doudounes doudoune NOM f p 0.92 0.54 0.46 0.41 -douelle douelle NOM f s 0.00 0.61 0.00 0.14 -douelles douelle NOM f p 0.00 0.61 0.00 0.47 -douer douer VER 20.29 13.18 0.00 0.20 inf; -douglas douglas NOM m 0.09 0.00 0.09 0.00 -douillait douiller VER 0.22 1.28 0.00 0.14 ind:imp:3s; -douille douille NOM f s 3.67 3.51 1.79 0.81 -douillent douiller VER 0.22 1.28 0.00 0.07 ind:pre:3p; -douiller douiller VER 0.22 1.28 0.17 0.54 inf; -douillera douiller VER 0.22 1.28 0.00 0.07 ind:fut:3s; -douilles douille NOM f p 3.67 3.51 1.88 2.70 -douillet douillet ADJ m s 2.63 6.96 1.97 4.19 -douillets douillet ADJ m p 2.63 6.96 0.04 0.81 -douillette douillet ADJ f s 2.63 6.96 0.58 1.62 -douillettement douillettement ADV 0.03 0.54 0.03 0.54 -douillettes douillet ADJ f p 2.63 6.96 0.04 0.34 -douillons douillon NOM m p 0.00 0.54 0.00 0.54 -douillé douiller VER m s 0.22 1.28 0.00 0.07 par:pas; -douillée douiller VER f s 0.22 1.28 0.00 0.20 par:pas; -douleur douleur NOM f s 75.89 91.89 65.78 77.84 -douleurs douleur NOM f p 75.89 91.89 10.10 14.05 -douloureuse douloureux ADJ f s 17.16 37.50 4.05 13.58 -douloureusement douloureusement ADV 1.00 5.54 1.00 5.54 -douloureuses douloureux ADJ f p 17.16 37.50 1.23 3.24 -douloureux douloureux ADJ m 17.16 37.50 11.88 20.68 -douma douma NOM f s 0.34 0.14 0.34 0.14 -doura doura NOM m s 0.00 0.07 0.00 0.07 -douro douro NOM m s 0.00 0.54 0.00 0.20 -douros douro NOM m p 0.00 0.54 0.00 0.34 -douta douter VER 77.77 88.11 0.03 1.15 ind:pas:3s; -doutai douter VER 77.77 88.11 0.14 0.54 ind:pas:1s; -doutaient douter VER 77.77 88.11 0.11 2.16 ind:imp:3p; -doutais douter VER 77.77 88.11 11.76 9.32 ind:imp:1s;ind:imp:2s; -doutait douter VER 77.77 88.11 0.96 13.99 ind:imp:3s; -doutance doutance NOM f s 0.00 0.27 0.00 0.14 -doutances doutance NOM f p 0.00 0.27 0.00 0.14 -doutant douter VER 77.77 88.11 0.15 2.03 par:pre; -doute doute NOM m s 108.18 350.07 97.51 341.35 -doutent douter VER 77.77 88.11 1.04 1.82 ind:pre:3p;sub:pre:3p; -douter douter VER 77.77 88.11 12.64 23.92 inf;; -doutera douter VER 77.77 88.11 0.43 0.34 ind:fut:3s; -douterai douter VER 77.77 88.11 0.11 0.14 ind:fut:1s; -douterais douter VER 77.77 88.11 0.30 0.27 cnd:pre:1s;cnd:pre:2s; -douterait douter VER 77.77 88.11 0.20 0.47 cnd:pre:3s; -douteras douter VER 77.77 88.11 0.01 0.07 ind:fut:2s; -douterez douter VER 77.77 88.11 0.01 0.07 ind:fut:2p; -douteriez douter VER 77.77 88.11 0.08 0.07 cnd:pre:2p; -douteront douter VER 77.77 88.11 0.05 0.07 ind:fut:3p; -doutes doute NOM m p 108.18 350.07 10.66 8.72 -douteurs douteur ADJ m p 0.00 0.14 0.00 0.14 -douteuse douteux ADJ f s 4.10 15.95 1.17 3.92 -douteusement douteusement ADV 0.00 0.07 0.00 0.07 -douteuses douteux ADJ f p 4.10 15.95 0.69 1.82 -douteux douteux ADJ m 4.10 15.95 2.23 10.20 -doutez douter VER 77.77 88.11 3.17 1.82 imp:pre:2p;ind:pre:2p; -douçâtre douçâtre ADJ s 0.00 0.07 0.00 0.07 -doutiez douter VER 77.77 88.11 0.66 0.20 ind:imp:2p; -doutions douter VER 77.77 88.11 0.04 1.15 ind:imp:1p; -doutons douter VER 77.77 88.11 0.52 0.74 imp:pre:1p;ind:pre:1p; -doutât douter VER 77.77 88.11 0.00 0.47 sub:imp:3s; -doutèrent douter VER 77.77 88.11 0.00 0.14 ind:pas:3p; -douté douter VER m s 77.77 88.11 3.77 4.80 par:pas; -doutée douter VER f s 77.77 88.11 0.34 0.81 par:pas; -doutés douter VER m p 77.77 88.11 0.02 0.20 par:pas; -doué douer VER m s 20.29 13.18 11.31 7.43 par:pas; -douée douer VER f s 20.29 13.18 8.03 3.04 par:pas; -douées doué ADJ f p 12.73 7.57 0.47 0.41 -doués doué ADJ m p 12.73 7.57 1.03 1.69 -douve douve NOM f s 0.53 1.42 0.06 0.34 -douves douve NOM f p 0.53 1.42 0.47 1.08 -doux_amer doux_amer ADJ m s 0.04 0.00 0.04 0.00 -doux doux ADJ m 89.14 145.07 37.66 58.72 -douzaine douzaine NOM f s 12.89 18.58 8.18 13.18 -douzaines douzaine NOM f p 12.89 18.58 4.72 5.41 -douze douze ADJ:num 21.81 48.18 21.81 48.18 -douzième douzième NOM s 0.35 0.95 0.35 0.88 -douzièmes douzième NOM p 0.35 0.95 0.00 0.07 -down down ADJ m s 0.00 0.54 0.00 0.54 -downing_street downing_street NOM f s 0.00 0.34 0.00 0.34 -doyen doyen NOM m s 3.21 6.76 3.12 5.88 -doyenne doyenne NOM f s 0.11 0.00 0.11 0.00 -doyenné doyenné NOM m s 0.00 0.07 0.00 0.07 -doyens doyen NOM m p 3.21 6.76 0.09 0.07 -drôle drôle ADJ s 144.48 95.07 138.46 85.47 -drôlement drôlement ADV 10.79 24.86 10.79 24.86 -drôlerie drôlerie NOM f s 0.14 3.72 0.14 3.45 -drôleries drôlerie NOM f p 0.14 3.72 0.01 0.27 -drôles drôle ADJ p 144.48 95.07 6.02 9.59 -drôlesse drôlesse NOM f s 0.21 0.20 0.21 0.07 -drôlesses drôlesse NOM f p 0.21 0.20 0.00 0.14 -drôlet drôlet ADJ m s 0.01 0.41 0.01 0.07 -drôlette drôlet ADJ f s 0.01 0.41 0.00 0.34 -drache dracher VER 0.01 0.00 0.01 0.00 ind:pre:3s; -drachme drachme NOM f s 1.30 2.57 0.02 0.54 -drachmes drachme NOM f p 1.30 2.57 1.28 2.03 -draconien draconien ADJ m s 0.49 0.54 0.14 0.07 -draconienne draconien ADJ f s 0.49 0.54 0.02 0.14 -draconiennes draconien ADJ f p 0.49 0.54 0.28 0.20 -draconiens draconien ADJ m p 0.49 0.54 0.04 0.14 -drag drag NOM m s 0.73 0.34 0.60 0.14 -dragage dragage NOM m s 0.15 0.00 0.15 0.00 -drageoir drageoir NOM m s 0.00 0.47 0.00 0.34 -drageoirs drageoir NOM m p 0.00 0.47 0.00 0.14 -dragon dragon NOM m s 13.98 12.23 10.53 7.97 -dragonnades dragonnade NOM f p 0.00 0.14 0.00 0.14 -dragonne dragon NOM f s 13.98 12.23 0.06 0.27 -dragonnier dragonnier NOM m s 0.10 0.00 0.10 0.00 -dragons dragon NOM m p 13.98 12.23 3.39 3.99 -drags drag NOM m p 0.73 0.34 0.14 0.20 -dragster dragster NOM m s 0.04 0.00 0.04 0.00 -dragua draguer VER 21.00 6.22 0.00 0.14 ind:pas:3s; -draguaient draguer VER 21.00 6.22 0.10 0.14 ind:imp:3p; -draguais draguer VER 21.00 6.22 0.57 0.07 ind:imp:1s;ind:imp:2s; -draguait draguer VER 21.00 6.22 1.08 0.54 ind:imp:3s; -draguant draguer VER 21.00 6.22 0.06 0.20 par:pre; -drague draguer VER 21.00 6.22 3.57 1.01 imp:pre:2s;ind:pre:1s;ind:pre:3s; -dragée dragée NOM f s 1.34 3.04 0.21 1.01 -draguent draguer VER 21.00 6.22 0.14 0.47 ind:pre:3p; -draguer draguer VER 21.00 6.22 9.84 2.43 inf; -draguera draguer VER 21.00 6.22 0.04 0.00 ind:fut:3s; -draguerai draguer VER 21.00 6.22 0.04 0.07 ind:fut:1s; -draguerais draguer VER 21.00 6.22 0.16 0.00 cnd:pre:1s;cnd:pre:2s; -draguerait draguer VER 21.00 6.22 0.02 0.00 cnd:pre:3s; -dragues draguer VER 21.00 6.22 1.70 0.00 ind:pre:2s; -dragées dragée NOM f p 1.34 3.04 1.14 2.03 -dragueur dragueur NOM m s 0.70 1.49 0.59 0.47 -dragueurs dragueur NOM m p 0.70 1.49 0.06 0.88 -dragueuse dragueur NOM f s 0.70 1.49 0.05 0.14 -draguez draguer VER 21.00 6.22 0.56 0.00 imp:pre:2p;ind:pre:2p; -draguiez draguer VER 21.00 6.22 0.01 0.00 sub:pre:2p; -draguons draguer VER 21.00 6.22 0.03 0.07 imp:pre:1p;ind:pre:1p; -dragué draguer VER m s 21.00 6.22 1.51 0.41 par:pas; -draguée draguer VER f s 21.00 6.22 1.39 0.61 par:pas; -draguées draguer VER f p 21.00 6.22 0.17 0.00 par:pas; -dragués draguer VER m p 21.00 6.22 0.02 0.07 par:pas; -drailles draille NOM f p 0.00 0.41 0.00 0.41 -drain drain NOM m s 1.11 0.47 0.93 0.20 -draina drainer VER 0.86 1.22 0.00 0.07 ind:pas:3s; -drainage drainage NOM m s 0.41 0.61 0.41 0.54 -drainages drainage NOM m p 0.41 0.61 0.00 0.07 -drainaient drainer VER 0.86 1.22 0.00 0.14 ind:imp:3p; -drainait drainer VER 0.86 1.22 0.14 0.14 ind:imp:3s; -drainant drainer VER 0.86 1.22 0.00 0.27 par:pre; -draine drainer VER 0.86 1.22 0.14 0.14 imp:pre:2s;ind:pre:1s;ind:pre:3s; -drainent drainer VER 0.86 1.22 0.04 0.00 ind:pre:3p; -drainer drainer VER 0.86 1.22 0.42 0.14 inf; -drainera drainer VER 0.86 1.22 0.02 0.00 ind:fut:3s; -drainons drainer VER 0.86 1.22 0.01 0.00 ind:pre:1p; -drains drain NOM m p 1.11 0.47 0.18 0.27 -drainé drainer VER m s 0.86 1.22 0.09 0.20 par:pas; -drainées drainer VER f p 0.86 1.22 0.00 0.07 par:pas; -drainés drainer VER m p 0.86 1.22 0.01 0.07 par:pas; -draisienne draisienne NOM f s 0.00 0.07 0.00 0.07 -draisine draisine NOM f s 0.02 0.07 0.02 0.07 -drakkar drakkar NOM m s 0.25 0.27 0.25 0.00 -drakkars drakkar NOM m p 0.25 0.27 0.00 0.27 -dramatique dramatique ADJ s 8.59 11.35 7.29 9.39 -dramatiquement dramatiquement ADV 0.27 0.41 0.27 0.41 -dramatiques dramatique ADJ p 8.59 11.35 1.30 1.96 -dramatisait dramatiser VER 2.42 1.76 0.00 0.20 ind:imp:3s; -dramatisant dramatiser VER 2.42 1.76 0.00 0.07 par:pre; -dramatisation dramatisation NOM f s 0.17 0.14 0.17 0.14 -dramatise dramatiser VER 2.42 1.76 0.72 0.41 imp:pre:2s;ind:pre:1s;ind:pre:3s; -dramatisent dramatiser VER 2.42 1.76 0.01 0.00 ind:pre:3p; -dramatiser dramatiser VER 2.42 1.76 0.72 0.68 inf; -dramatises dramatiser VER 2.42 1.76 0.59 0.14 ind:pre:2s; -dramatisez dramatiser VER 2.42 1.76 0.10 0.00 imp:pre:2p;ind:pre:2p; -dramatisons dramatiser VER 2.42 1.76 0.20 0.07 imp:pre:1p;ind:pre:1p; -dramatisé dramatiser VER m s 2.42 1.76 0.05 0.07 par:pas; -dramatisée dramatiser VER f s 2.42 1.76 0.01 0.07 par:pas; -dramatisés dramatiser VER m p 2.42 1.76 0.01 0.07 par:pas; -dramaturge dramaturge NOM s 0.58 0.88 0.53 0.74 -dramaturges dramaturge NOM p 0.58 0.88 0.05 0.14 -dramaturgie dramaturgie NOM f s 0.26 0.07 0.26 0.07 -drame drame NOM m s 14.87 39.93 13.48 32.50 -drames drame NOM m p 14.87 39.93 1.39 7.43 -drap drap NOM m s 19.22 74.12 3.69 33.18 -drapa draper VER 0.84 7.23 0.00 0.47 ind:pas:3s; -drapai draper VER 0.84 7.23 0.00 0.07 ind:pas:1s; -drapaient draper VER 0.84 7.23 0.14 0.07 ind:imp:3p; -drapait draper VER 0.84 7.23 0.00 0.68 ind:imp:3s; -drapant draper VER 0.84 7.23 0.00 0.14 par:pre; -drape draper VER 0.84 7.23 0.14 0.54 imp:pre:2s;ind:pre:1s;ind:pre:3s; -drapeau drapeau NOM m s 19.69 37.64 14.66 23.31 -drapeaux drapeau NOM m p 19.69 37.64 5.03 14.32 -drapelets drapelet NOM m p 0.00 0.07 0.00 0.07 -drapent draper VER 0.84 7.23 0.11 0.14 ind:pre:3p; -draper draper VER 0.84 7.23 0.03 0.27 inf; -draperaient draper VER 0.84 7.23 0.00 0.07 cnd:pre:3p; -draperez draper VER 0.84 7.23 0.14 0.00 ind:fut:2p; -draperie draperie NOM f s 0.02 3.31 0.00 1.42 -draperies draperie NOM f p 0.02 3.31 0.02 1.89 -drapier drapier NOM m s 0.00 0.41 0.00 0.27 -drapiers drapier ADJ m p 0.00 0.47 0.00 0.34 -draps drap NOM m p 19.22 74.12 15.54 40.95 -drapèrent draper VER 0.84 7.23 0.00 0.07 ind:pas:3p; -drapé draper VER m s 0.84 7.23 0.16 1.22 par:pas; -drapée draper VER f s 0.84 7.23 0.13 2.16 par:pas; -drapées draper VER f p 0.84 7.23 0.00 1.01 par:pas; -drapés drapé ADJ m p 0.17 2.30 0.14 0.81 -drastique drastique ADJ s 0.50 0.07 0.43 0.07 -drastiquement drastiquement ADV 0.02 0.00 0.02 0.00 -drastiques drastique ADJ f p 0.50 0.07 0.07 0.00 -drave drave NOM f s 0.00 0.07 0.00 0.07 -draveurs draveur NOM m p 0.00 0.07 0.00 0.07 -dreadlocks dreadlocks NOM f p 0.11 0.00 0.11 0.00 -dream_team dream_team NOM f s 0.07 0.00 0.07 0.00 -drelin drelin NOM m s 0.43 0.00 0.43 0.00 -drepou drepou NOM f s 0.00 0.07 0.00 0.07 -dressa dresser VER 17.88 99.86 0.18 9.73 ind:pas:3s; -dressage dressage NOM m s 0.58 1.82 0.58 1.76 -dressages dressage NOM m p 0.58 1.82 0.00 0.07 -dressai dresser VER 17.88 99.86 0.10 0.61 ind:pas:1s; -dressaient dresser VER 17.88 99.86 0.32 5.47 ind:imp:3p; -dressais dresser VER 17.88 99.86 0.08 0.47 ind:imp:1s;ind:imp:2s; -dressait dresser VER 17.88 99.86 0.19 13.85 ind:imp:3s; -dressant dresser VER 17.88 99.86 0.48 3.65 par:pre; -dresse dresser VER 17.88 99.86 4.76 13.51 imp:pre:2s;ind:pre:1s;ind:pre:3s; -dressement dressement NOM m s 0.00 0.07 0.00 0.07 -dressent dresser VER 17.88 99.86 0.77 4.93 ind:pre:3p; -dresser dresser VER 17.88 99.86 4.65 14.93 inf; -dressera dresser VER 17.88 99.86 0.37 0.54 ind:fut:3s; -dresserai dresser VER 17.88 99.86 0.15 0.07 ind:fut:1s; -dresseraient dresser VER 17.88 99.86 0.01 0.20 cnd:pre:3p; -dresserait dresser VER 17.88 99.86 0.02 0.34 cnd:pre:3s; -dresseras dresser VER 17.88 99.86 0.01 0.00 ind:fut:2s; -dresserons dresser VER 17.88 99.86 0.26 0.07 ind:fut:1p; -dresseront dresser VER 17.88 99.86 0.16 0.14 ind:fut:3p; -dresses dresser VER 17.88 99.86 0.23 0.27 ind:pre:2s; -dresseur dresseur NOM m s 0.86 0.68 0.50 0.34 -dresseurs dresseur NOM m p 0.86 0.68 0.32 0.27 -dresseuse dresseur NOM f s 0.86 0.68 0.05 0.07 -dressez dresser VER 17.88 99.86 0.70 0.54 imp:pre:2p;ind:pre:2p; -dressing_room dressing_room NOM m s 0.01 0.00 0.01 0.00 -dressing dressing NOM m s 0.28 0.00 0.28 0.00 -dressions dresser VER 17.88 99.86 0.00 0.20 ind:imp:1p; -dressoir dressoir NOM m s 0.01 0.47 0.01 0.34 -dressoirs dressoir NOM m p 0.01 0.47 0.00 0.14 -dressons dresser VER 17.88 99.86 0.19 0.27 imp:pre:1p;ind:pre:1p; -dressât dresser VER 17.88 99.86 0.00 0.14 sub:imp:3s; -dressèrent dresser VER 17.88 99.86 0.04 1.15 ind:pas:3p; -dressé dresser VER m s 17.88 99.86 3.36 13.24 par:pas; -dressée dresser VER f s 17.88 99.86 0.31 7.23 par:pas; -dressées dressé ADJ f p 1.79 11.82 0.44 2.36 -dressés dresser VER m p 17.88 99.86 0.29 4.93 par:pas; -dreyfusard dreyfusard NOM m s 0.27 0.20 0.14 0.07 -dreyfusards dreyfusard NOM m p 0.27 0.20 0.14 0.14 -dreyfusisme dreyfusisme NOM m s 0.00 0.07 0.00 0.07 -dribbla dribbler VER 0.81 0.34 0.00 0.07 ind:pas:3s; -dribblais dribbler VER 0.81 0.34 0.10 0.07 ind:imp:1s; -dribblait dribbler VER 0.81 0.34 0.10 0.07 ind:imp:3s; -dribble dribble NOM m s 0.69 0.07 0.29 0.07 -dribbler dribbler VER 0.81 0.34 0.20 0.14 inf; -dribbles dribble NOM m p 0.69 0.07 0.40 0.00 -dribbleur dribbleur NOM m s 0.00 0.14 0.00 0.14 -dribblez dribbler VER 0.81 0.34 0.01 0.00 imp:pre:2p; -dribblé dribbler VER m s 0.81 0.34 0.29 0.00 par:pas; -drible dribler VER 0.25 0.07 0.14 0.07 imp:pre:2s;ind:pre:1s;ind:pre:3s; -dribler dribler VER 0.25 0.07 0.10 0.00 inf; -drift drift NOM m s 0.04 0.07 0.04 0.07 -drifter drifter NOM m s 0.05 37.50 0.02 37.50 -drifters drifter NOM m p 0.05 37.50 0.03 0.00 -drill drill NOM m s 0.01 0.07 0.01 0.07 -drille drille NOM m s 0.11 1.22 0.08 0.61 -drilles drille NOM m p 0.11 1.22 0.04 0.61 -dring dring ONO 0.32 0.61 0.32 0.61 -drink drink NOM m s 0.92 0.88 0.89 0.41 -drinks drink NOM m p 0.92 0.88 0.03 0.47 -drisse drisse NOM f s 0.16 0.81 0.06 0.47 -drisses drisse NOM f p 0.16 0.81 0.11 0.34 -drivait driver VER 0.24 0.61 0.00 0.14 ind:imp:3s; -drivant driver VER 0.24 0.61 0.00 0.07 par:pre; -drive_in drive_in NOM m s 0.94 0.00 0.94 0.00 -drive drive NOM m s 1.45 0.41 1.41 0.41 -driver driver NOM m s 0.31 0.34 0.25 0.27 -drivers driver NOM m p 0.31 0.34 0.06 0.07 -drives drive NOM m p 1.45 0.41 0.04 0.00 -drivé driver VER m s 0.24 0.61 0.00 0.07 par:pas; -drivée driver VER f s 0.24 0.61 0.01 0.14 par:pas; -drogman drogman NOM m s 0.00 0.27 0.00 0.20 -drogmans drogman NOM m p 0.00 0.27 0.00 0.07 -droguaient droguer VER 13.15 3.85 0.19 0.07 ind:imp:3p; -droguais droguer VER 13.15 3.85 0.29 0.00 ind:imp:1s;ind:imp:2s; -droguait droguer VER 13.15 3.85 0.94 0.68 ind:imp:3s; -droguant droguer VER 13.15 3.85 0.06 0.00 par:pre; -drogue drogue NOM f s 58.76 13.72 47.20 10.54 -droguent droguer VER 13.15 3.85 0.50 0.20 ind:pre:3p; -droguer droguer VER 13.15 3.85 2.44 0.74 inf; -droguerie droguerie NOM f s 0.31 0.54 0.28 0.47 -drogueries droguerie NOM f p 0.31 0.54 0.03 0.07 -drogues drogue NOM f p 58.76 13.72 11.56 3.18 -droguet droguet NOM m s 0.00 1.08 0.00 0.95 -droguets droguet NOM m p 0.00 1.08 0.00 0.14 -droguez droguer VER 13.15 3.85 0.49 0.14 imp:pre:2p;ind:pre:2p; -droguiez droguer VER 13.15 3.85 0.05 0.00 ind:imp:2p; -droguiste droguiste NOM s 0.17 0.61 0.16 0.41 -droguistes droguiste NOM p 0.17 0.61 0.02 0.20 -drogué drogué NOM m s 6.35 2.43 2.63 0.68 -droguée droguer VER f s 13.15 3.85 1.47 0.14 par:pas; -droguées drogué NOM f p 6.35 2.43 0.25 0.00 -drogués drogué NOM m p 6.35 2.43 2.20 1.35 -droicos droico NOM m p 0.00 0.27 0.00 0.27 -droit_fil droit_fil NOM m s 0.00 0.07 0.00 0.07 -droit droit NOM m s 207.62 163.72 175.60 138.72 -droite droite NOM f s 58.70 117.97 58.44 116.69 -droitement droitement ADV 0.01 0.07 0.01 0.07 -droites droit ADJ f p 77.74 163.38 0.83 4.80 -droitier droitier ADJ m s 0.76 0.07 0.69 0.00 -droitiers droitier NOM m p 0.35 0.20 0.14 0.14 -droitière droitier ADJ f s 0.76 0.07 0.06 0.07 -droits droit NOM m p 207.62 163.72 32.01 25.00 -droiture droiture NOM f s 1.33 1.76 1.33 1.76 -drolatique drolatique ADJ s 0.54 0.47 0.54 0.34 -drolatiques drolatique ADJ m p 0.54 0.47 0.00 0.14 -dromadaire dromadaire NOM m s 0.44 1.22 0.44 0.68 -dromadaires dromadaire NOM m p 0.44 1.22 0.00 0.54 -drome drome NOM f s 0.02 0.07 0.01 0.07 -dromes drome NOM f p 0.02 0.07 0.01 0.00 -drone_espion drone_espion NOM m s 0.02 0.00 0.02 0.00 -drone drone NOM m s 1.79 0.00 0.88 0.00 -drones drone NOM m p 1.79 0.00 0.91 0.00 -dronte dronte NOM m s 0.01 0.07 0.01 0.07 -drop drop NOM m s 1.11 0.00 1.11 0.00 -drope droper VER 0.00 0.20 0.00 0.07 ind:pre:3s; -dropent droper VER 0.00 0.20 0.00 0.07 ind:pre:3p; -droppage droppage NOM m s 0.04 0.00 0.04 0.00 -droppant dropper VER 0.00 0.27 0.00 0.07 par:pre; -droppe dropper VER 0.00 0.27 0.00 0.20 ind:pre:3s; -dropé droper VER m s 0.00 0.20 0.00 0.07 par:pas; -drosophile drosophile NOM f s 0.10 0.00 0.06 0.00 -drosophiles drosophile NOM f p 0.10 0.00 0.04 0.00 -dross dross NOM m 0.00 0.07 0.00 0.07 -drossait drosser VER 0.01 0.41 0.00 0.07 ind:imp:3s; -drossant drosser VER 0.01 0.41 0.00 0.07 par:pre; -drossart drossart NOM m s 0.00 0.07 0.00 0.07 -drosser drosser VER 0.01 0.41 0.00 0.07 inf; -drossé drosser VER m s 0.01 0.41 0.01 0.07 par:pas; -drossée drosser VER f s 0.01 0.41 0.00 0.07 par:pas; -drossés drosser VER m p 0.01 0.41 0.00 0.07 par:pas; -droséra droséra NOM m s 0.01 0.00 0.01 0.00 -drège drège NOM f s 0.01 0.00 0.01 0.00 -dru dru ADJ m s 0.62 9.53 0.13 2.84 -drue dru ADJ f s 0.62 9.53 0.15 3.58 -drues dru ADJ f p 0.62 9.53 0.00 0.68 -drugstore drugstore NOM m s 1.71 1.89 1.58 1.82 -drugstores drugstore NOM m p 1.71 1.89 0.14 0.07 -druide druide NOM m s 1.18 4.86 0.89 2.84 -druides druide NOM m p 1.18 4.86 0.28 2.03 -druidesse druidesse NOM f s 0.02 0.20 0.02 0.14 -druidesses druidesse NOM f p 0.02 0.20 0.00 0.07 -druidique druidique ADJ s 0.19 0.74 0.19 0.54 -druidiques druidique ADJ m p 0.19 0.74 0.00 0.20 -druidisme druidisme NOM m s 0.00 0.54 0.00 0.54 -drumlin drumlin NOM m s 0.11 0.00 0.11 0.00 -drummer drummer NOM m s 0.17 0.07 0.17 0.07 -drums drums NOM m p 0.04 0.07 0.04 0.07 -drépanocytose drépanocytose NOM f s 0.01 0.00 0.01 0.00 -drus dru ADJ m p 0.62 9.53 0.34 2.43 -druze druze ADJ s 0.56 1.28 0.40 0.54 -druzes druze ADJ p 0.56 1.28 0.16 0.74 -dry dry ADJ m s 1.02 1.22 1.02 1.22 -dryade dryade NOM f s 0.16 0.27 0.00 0.07 -dryades dryade NOM f p 0.16 0.27 0.16 0.20 -dèche dèche NOM f s 0.39 1.96 0.38 1.89 -dèches dèche NOM f p 0.39 1.96 0.01 0.07 -dèmes dème NOM m p 0.00 0.14 0.00 0.14 -dès dès PRE 143.72 275.07 143.72 275.07 -dé dé NOM m s 23.36 11.55 5.74 3.65 -du du ART:def m s 4394.70 6882.16 4394.70 6882.16 -dual dual ADJ m s 0.07 0.00 0.07 0.00 -dualisme dualisme NOM m s 0.02 0.34 0.02 0.34 -dualiste dualiste ADJ m s 0.01 0.00 0.01 0.00 -dualité dualité NOM f s 0.33 0.68 0.33 0.68 -déambula déambuler VER 1.84 7.70 0.01 0.27 ind:pas:3s; -déambulai déambuler VER 1.84 7.70 0.02 0.00 ind:pas:1s; -déambulaient déambuler VER 1.84 7.70 0.01 0.68 ind:imp:3p; -déambulais déambuler VER 1.84 7.70 0.20 0.20 ind:imp:1s; -déambulait déambuler VER 1.84 7.70 0.10 1.22 ind:imp:3s; -déambulant déambuler VER 1.84 7.70 0.20 1.15 par:pre; -déambulante déambulant ADJ f s 0.01 0.14 0.00 0.14 -déambulateur déambulateur NOM m s 0.13 0.00 0.13 0.00 -déambulation déambulation NOM f s 0.03 1.42 0.01 0.54 -déambulations déambulation NOM f p 0.03 1.42 0.01 0.88 -déambulatoire déambulatoire ADJ m s 0.00 0.14 0.00 0.07 -déambulatoires déambulatoire ADJ m p 0.00 0.14 0.00 0.07 -déambule déambuler VER 1.84 7.70 0.52 1.22 imp:pre:2s;ind:pre:1s;ind:pre:3s; -déambulent déambuler VER 1.84 7.70 0.10 0.47 ind:pre:3p; -déambuler déambuler VER 1.84 7.70 0.29 1.55 inf; -déambulerai déambuler VER 1.84 7.70 0.01 0.00 ind:fut:1s; -déambulez déambuler VER 1.84 7.70 0.04 0.07 imp:pre:2p;ind:pre:2p; -déambulions déambuler VER 1.84 7.70 0.14 0.14 ind:imp:1p; -déambulons déambuler VER 1.84 7.70 0.00 0.20 ind:pre:1p; -déambulèrent déambuler VER 1.84 7.70 0.00 0.20 ind:pas:3p; -déambulé déambuler VER m s 1.84 7.70 0.22 0.34 par:pas; -débagoulage débagoulage NOM m s 0.00 0.07 0.00 0.07 -débagoule débagouler VER 0.01 0.68 0.00 0.34 ind:pre:1s;ind:pre:3s;sub:pre:3s; -débagouler débagouler VER 0.01 0.68 0.01 0.20 inf; -débagoulerait débagouler VER 0.01 0.68 0.00 0.07 cnd:pre:3s; -débagoules débagouler VER 0.01 0.68 0.00 0.07 ind:pre:2s; -déballa déballer VER 3.59 6.69 0.00 0.68 ind:pas:3s; -déballage déballage NOM m s 0.32 1.76 0.30 1.62 -déballages déballage NOM m p 0.32 1.76 0.01 0.14 -déballai déballer VER 3.59 6.69 0.00 0.20 ind:pas:1s; -déballaient déballer VER 3.59 6.69 0.00 0.34 ind:imp:3p; -déballais déballer VER 3.59 6.69 0.02 0.07 ind:imp:1s;ind:imp:2s; -déballait déballer VER 3.59 6.69 0.02 0.81 ind:imp:3s; -déballant déballer VER 3.59 6.69 0.02 0.14 par:pre; -déballe déballer VER 3.59 6.69 0.67 1.42 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -déballent déballer VER 3.59 6.69 0.04 0.07 ind:pre:3p; -déballer déballer VER 3.59 6.69 1.63 1.49 inf; -déballera déballer VER 3.59 6.69 0.02 0.00 ind:fut:3s; -déballez déballer VER 3.59 6.69 0.35 0.07 imp:pre:2p;ind:pre:2p; -déballonnage déballonnage NOM m s 0.00 0.07 0.00 0.07 -déballonner déballonner VER 0.01 0.74 0.00 0.41 inf; -déballonnerais déballonner VER 0.01 0.74 0.01 0.00 cnd:pre:2s; -déballonneront déballonner VER 0.01 0.74 0.00 0.07 ind:fut:3p; -déballonné déballonner VER m s 0.01 0.74 0.00 0.27 par:pas; -déballons déballer VER 3.59 6.69 0.04 0.00 imp:pre:1p;ind:pre:1p; -déballèrent déballer VER 3.59 6.69 0.00 0.20 ind:pas:3p; -déballé déballer VER m s 3.59 6.69 0.69 0.95 par:pas; -déballée déballer VER f s 3.59 6.69 0.04 0.14 par:pas; -déballées déballer VER f p 3.59 6.69 0.05 0.07 par:pas; -déballés déballer VER m p 3.59 6.69 0.01 0.07 par:pas; -débanda débander VER 0.81 2.43 0.00 0.07 ind:pas:3s; -débandade débandade NOM f s 0.58 3.51 0.58 3.51 -débandaient débander VER 0.81 2.43 0.01 0.14 ind:imp:3p; -débandais débander VER 0.81 2.43 0.00 0.07 ind:imp:1s; -débandait débander VER 0.81 2.43 0.00 0.07 ind:imp:3s; -débande débander VER 0.81 2.43 0.35 0.27 ind:pre:1s;ind:pre:3s; -débandent débander VER 0.81 2.43 0.03 0.07 ind:pre:3p; -débander débander VER 0.81 2.43 0.28 0.95 inf; -débandera débander VER 0.81 2.43 0.00 0.07 ind:fut:3s; -débanderaient débander VER 0.81 2.43 0.01 0.00 cnd:pre:3p; -débandez débander VER 0.81 2.43 0.00 0.14 ind:pre:2p; -débandèrent débander VER 0.81 2.43 0.00 0.07 ind:pas:3p; -débandé débander VER m s 0.81 2.43 0.13 0.20 par:pas; -débandées débander VER f p 0.81 2.43 0.00 0.07 par:pas; -débandés débander VER m p 0.81 2.43 0.00 0.27 par:pas; -débaptiser débaptiser VER 0.00 0.27 0.00 0.07 inf; -débaptiserais débaptiser VER 0.00 0.27 0.00 0.07 cnd:pre:1s; -débaptisé débaptiser VER m s 0.00 0.27 0.00 0.07 par:pas; -débaptisée débaptiser VER f s 0.00 0.27 0.00 0.07 par:pas; -débarbot débarbot NOM m s 0.00 0.20 0.00 0.14 -débarbots débarbot NOM m p 0.00 0.20 0.00 0.07 -débarbouilla débarbouiller VER 0.81 2.77 0.00 0.14 ind:pas:3s; -débarbouillait débarbouiller VER 0.81 2.77 0.00 0.20 ind:imp:3s; -débarbouillant débarbouiller VER 0.81 2.77 0.00 0.07 par:pre; -débarbouille débarbouiller VER 0.81 2.77 0.28 0.47 imp:pre:2s;ind:pre:1s;ind:pre:3s; -débarbouiller débarbouiller VER 0.81 2.77 0.37 1.42 inf; -débarbouillette débarbouillette NOM f s 0.02 0.00 0.02 0.00 -débarbouillé débarbouiller VER m s 0.81 2.77 0.04 0.14 par:pas; -débarbouillée débarbouiller VER f s 0.81 2.77 0.13 0.27 par:pas; -débarbouillés débarbouiller VER m p 0.81 2.77 0.00 0.07 par:pas; -débarcadère débarcadère NOM m s 0.43 1.62 0.43 1.55 -débarcadères débarcadère NOM m p 0.43 1.62 0.00 0.07 -débardage débardage NOM m s 0.00 0.20 0.00 0.14 -débardages débardage NOM m p 0.00 0.20 0.00 0.07 -débardaient débarder VER 0.00 0.41 0.00 0.07 ind:imp:3p; -débarder débarder VER 0.00 0.41 0.00 0.14 inf; -débardeur débardeur NOM m s 0.77 1.42 0.69 0.68 -débardeurs débardeur NOM m p 0.77 1.42 0.08 0.74 -débardée débarder VER f s 0.00 0.41 0.00 0.20 par:pas; -débaroule débarouler VER 0.00 0.14 0.00 0.07 ind:pre:3s; -débaroulent débarouler VER 0.00 0.14 0.00 0.07 ind:pre:3p; -débarqua débarquer VER 25.66 34.39 0.46 1.49 ind:pas:3s; -débarquai débarquer VER 25.66 34.39 0.00 0.47 ind:pas:1s; -débarquaient débarquer VER 25.66 34.39 0.15 1.62 ind:imp:3p; -débarquais débarquer VER 25.66 34.39 0.04 0.27 ind:imp:1s;ind:imp:2s; -débarquait débarquer VER 25.66 34.39 0.51 2.97 ind:imp:3s; -débarquant débarquer VER 25.66 34.39 0.39 2.23 par:pre; -débarque débarquer VER 25.66 34.39 6.18 3.85 imp:pre:2s;ind:pre:1s;ind:pre:3s; -débarquement débarquement NOM m s 2.79 15.00 2.74 14.12 -débarquements débarquement NOM m p 2.79 15.00 0.05 0.88 -débarquent débarquer VER 25.66 34.39 1.84 2.09 ind:pre:3p; -débarquer débarquer VER 25.66 34.39 5.89 7.36 inf; -débarquera débarquer VER 25.66 34.39 0.37 0.27 ind:fut:3s; -débarquerai débarquer VER 25.66 34.39 0.07 0.07 ind:fut:1s; -débarqueraient débarquer VER 25.66 34.39 0.02 0.07 cnd:pre:3p; -débarquerait débarquer VER 25.66 34.39 0.03 0.20 cnd:pre:3s; -débarqueras débarquer VER 25.66 34.39 0.02 0.00 ind:fut:2s; -débarquerez débarquer VER 25.66 34.39 0.17 0.07 ind:fut:2p; -débarquerons débarquer VER 25.66 34.39 0.40 0.07 ind:fut:1p; -débarqueront débarquer VER 25.66 34.39 0.17 0.27 ind:fut:3p; -débarques débarquer VER 25.66 34.39 1.25 0.34 ind:pre:2s; -débarquez débarquer VER 25.66 34.39 0.88 0.27 imp:pre:2p;ind:pre:2p; -débarquiez débarquer VER 25.66 34.39 0.02 0.14 ind:imp:2p; -débarquions débarquer VER 25.66 34.39 0.11 0.27 ind:imp:1p; -débarquâmes débarquer VER 25.66 34.39 0.00 0.41 ind:pas:1p; -débarquons débarquer VER 25.66 34.39 0.16 0.27 imp:pre:1p;ind:pre:1p; -débarquèrent débarquer VER 25.66 34.39 0.03 0.95 ind:pas:3p; -débarqué débarquer VER m s 25.66 34.39 6.04 6.62 par:pas; -débarquée débarqué ADJ f s 0.13 1.15 0.06 0.07 -débarquées débarquer VER f p 25.66 34.39 0.14 0.27 par:pas; -débarqués débarquer VER m p 25.66 34.39 0.27 0.88 par:pas; -débarra débarrer VER 0.01 0.20 0.01 0.00 ind:pas:3s; -débarras débarras NOM m 2.79 6.96 2.79 6.96 -débarrassa débarrasser VER 61.77 48.92 0.01 2.50 ind:pas:3s; -débarrassai débarrasser VER 61.77 48.92 0.00 0.07 ind:pas:1s; -débarrassaient débarrasser VER 61.77 48.92 0.02 0.47 ind:imp:3p; -débarrassais débarrasser VER 61.77 48.92 0.07 0.27 ind:imp:1s;ind:imp:2s; -débarrassait débarrasser VER 61.77 48.92 0.43 1.82 ind:imp:3s; -débarrassant débarrasser VER 61.77 48.92 0.14 1.42 par:pre; -débarrasse débarrasser VER 61.77 48.92 11.42 4.12 imp:pre:2s;ind:pre:1s;ind:pre:3s; -débarrassent débarrasser VER 61.77 48.92 0.33 0.54 ind:pre:3p; -débarrasser débarrasser VER 61.77 48.92 32.37 23.58 inf;; -débarrassera débarrasser VER 61.77 48.92 1.17 0.34 ind:fut:3s; -débarrasserai débarrasser VER 61.77 48.92 0.54 0.47 ind:fut:1s; -débarrasserais débarrasser VER 61.77 48.92 0.25 0.20 cnd:pre:1s;cnd:pre:2s; -débarrasserait débarrasser VER 61.77 48.92 0.07 0.27 cnd:pre:3s; -débarrasseras débarrasser VER 61.77 48.92 0.53 0.00 ind:fut:2s; -débarrasserez débarrasser VER 61.77 48.92 0.16 0.07 ind:fut:2p; -débarrasserons débarrasser VER 61.77 48.92 0.08 0.00 ind:fut:1p; -débarrasseront débarrasser VER 61.77 48.92 0.21 0.20 ind:fut:3p; -débarrasses débarrasser VER 61.77 48.92 0.91 0.07 ind:pre:2s;sub:pre:2s; -débarrassez débarrasser VER 61.77 48.92 3.03 0.54 imp:pre:2p;ind:pre:2p; -débarrassiez débarrasser VER 61.77 48.92 0.24 0.00 ind:imp:2p; -débarrassons débarrasser VER 61.77 48.92 0.79 0.00 imp:pre:1p;ind:pre:1p; -débarrassât débarrasser VER 61.77 48.92 0.00 0.07 sub:imp:3s; -débarrassèrent débarrasser VER 61.77 48.92 0.10 0.27 ind:pas:3p; -débarrassé débarrasser VER m s 61.77 48.92 5.64 6.62 par:pas; -débarrassée débarrasser VER f s 61.77 48.92 1.72 2.57 par:pas; -débarrassées débarrasser VER f p 61.77 48.92 0.26 0.34 par:pas; -débarrassés débarrasser VER m p 61.77 48.92 1.30 2.09 par:pas; -débarrer débarrer VER 0.01 0.20 0.00 0.07 inf; -débarrons débarrer VER 0.01 0.20 0.00 0.07 imp:pre:1p; -débat débat NOM m s 10.70 15.81 7.77 9.46 -débats débat NOM m p 10.70 15.81 2.93 6.35 -débattît débattre VER 8.63 26.42 0.00 0.07 sub:imp:3s; -débattaient débattre VER 8.63 26.42 0.02 0.61 ind:imp:3p; -débattais débattre VER 8.63 26.42 0.02 0.88 ind:imp:1s;ind:imp:2s; -débattait débattre VER 8.63 26.42 0.51 6.42 ind:imp:3s; -débattant débattre VER 8.63 26.42 0.08 1.35 par:pre; -débatte débattre VER 8.63 26.42 0.01 0.07 sub:pre:3s; -débattent débattre VER 8.63 26.42 0.24 0.74 ind:pre:3p; -débatteur débatteur NOM m s 0.00 0.07 0.00 0.07 -débattez débattre VER 8.63 26.42 0.22 0.00 imp:pre:2p;ind:pre:2p; -débattiez débattre VER 8.63 26.42 0.01 0.07 ind:imp:2p; -débattions débattre VER 8.63 26.42 0.01 0.20 ind:imp:1p; -débattirent débattre VER 8.63 26.42 0.00 0.14 ind:pas:3p; -débattis débattre VER 8.63 26.42 0.00 0.68 ind:pas:1s; -débattit débattre VER 8.63 26.42 0.01 1.28 ind:pas:3s; -débattons débattre VER 8.63 26.42 0.33 0.27 imp:pre:1p;ind:pre:1p; -débattra débattre VER 8.63 26.42 0.01 0.07 ind:fut:3s; -débattraient débattre VER 8.63 26.42 0.00 0.07 cnd:pre:3p; -débattrais débattre VER 8.63 26.42 0.02 0.07 cnd:pre:1s; -débattrait débattre VER 8.63 26.42 0.02 0.34 cnd:pre:3s; -débattre débattre VER 8.63 26.42 2.64 5.27 inf; -débattrons débattre VER 8.63 26.42 0.17 0.07 ind:fut:1p; -débattu débattre VER m s 8.63 26.42 1.05 1.62 par:pas; -débattue débattre VER f s 8.63 26.42 0.73 0.95 par:pas; -débattues débattre VER f p 8.63 26.42 0.01 0.20 par:pas; -débattus débattre VER m p 8.63 26.42 0.07 0.34 par:pas; -débauchais débaucher VER 0.80 1.69 0.00 0.07 ind:imp:1s; -débauchait débaucher VER 0.80 1.69 0.00 0.07 ind:imp:3s; -débauchant débaucher VER 0.80 1.69 0.00 0.07 par:pre; -débauche débauche NOM f s 2.87 9.39 2.72 7.16 -débaucher débaucher VER 0.80 1.69 0.19 0.61 inf; -débauches débauche NOM f p 2.87 9.39 0.14 2.23 -débaucheur débaucheur NOM m s 0.02 0.00 0.01 0.00 -débaucheurs débaucheur NOM m p 0.02 0.00 0.01 0.00 -débauché débauché NOM m s 1.09 1.35 0.62 0.74 -débauchée débauché NOM f s 1.09 1.35 0.24 0.00 -débauchées débauché NOM f p 1.09 1.35 0.11 0.00 -débauchés débauché NOM m p 1.09 1.35 0.12 0.61 -débecquetait débecqueter VER 0.00 0.07 0.00 0.07 ind:imp:3s; -débectage débectage NOM m s 0.00 0.07 0.00 0.07 -débectait débecter VER 0.46 1.89 0.00 0.20 ind:imp:3s; -débectance débectance NOM f s 0.00 0.20 0.00 0.20 -débectant débecter VER 0.46 1.89 0.04 0.14 par:pre; -débecte débecter VER 0.46 1.89 0.23 0.95 imp:pre:2s;ind:pre:1s;ind:pre:3s; -débectent débecter VER 0.46 1.89 0.01 0.14 ind:pre:3p; -débecter débecter VER 0.46 1.89 0.01 0.00 inf; -débecterais débecter VER 0.46 1.89 0.00 0.07 cnd:pre:1s; -débectez débecter VER 0.46 1.89 0.16 0.00 ind:pre:2p; -débecté débecter VER m s 0.46 1.89 0.00 0.14 par:pas; -débectée débecter VER f s 0.46 1.89 0.00 0.20 par:pas; -débectés débecter VER m p 0.46 1.89 0.00 0.07 par:pas; -débiffé débiffer VER m s 0.00 0.07 0.00 0.07 par:pas; -débile débile ADJ s 21.09 4.66 17.80 3.11 -débilement débilement ADV 0.02 0.00 0.02 0.00 -débiles débile NOM p 11.99 2.91 3.66 1.55 -débilitaient débiliter VER 0.00 0.54 0.00 0.07 ind:imp:3p; -débilitant débilitant ADJ m s 0.16 0.27 0.04 0.14 -débilitante débilitant ADJ f s 0.16 0.27 0.05 0.14 -débilitantes débilitant ADJ f p 0.16 0.27 0.06 0.00 -débilitation débilitation NOM f s 0.00 0.14 0.00 0.14 -débilite débiliter VER 0.00 0.54 0.00 0.07 ind:pre:3s; -débilité débilité NOM f s 0.34 0.88 0.27 0.74 -débilitée débiliter VER f s 0.00 0.54 0.00 0.07 par:pas; -débilités débilité NOM f p 0.34 0.88 0.08 0.14 -débiller débiller VER 0.00 0.07 0.00 0.07 inf; -débinait débiner VER 2.35 3.18 0.00 0.14 ind:imp:3s; -débine débiner VER 2.35 3.18 0.98 0.88 imp:pre:2s;ind:pre:1s;ind:pre:3s; -débinent débiner VER 2.35 3.18 0.39 0.20 ind:pre:3p; -débiner débiner VER 2.35 3.18 0.27 1.35 inf; -débinera débiner VER 2.35 3.18 0.00 0.07 ind:fut:3s; -débinerai débiner VER 2.35 3.18 0.02 0.00 ind:fut:1s; -débinerait débiner VER 2.35 3.18 0.02 0.07 cnd:pre:3s; -débineras débiner VER 2.35 3.18 0.01 0.00 ind:fut:2s; -débines débiner VER 2.35 3.18 0.27 0.07 ind:pre:2s; -débineurs débineur NOM m p 0.00 0.14 0.00 0.07 -débineuses débineur NOM f p 0.00 0.14 0.00 0.07 -débinez débiner VER 2.35 3.18 0.02 0.14 imp:pre:2p;ind:pre:2p; -débiné débiner VER m s 2.35 3.18 0.26 0.14 par:pas; -débinées débiner VER f p 2.35 3.18 0.00 0.07 par:pas; -débinés débiner VER m p 2.35 3.18 0.10 0.07 par:pas; -débit débit NOM m s 1.24 6.35 1.10 5.27 -débita débiter VER 1.87 14.46 0.00 0.54 ind:pas:3s; -débitage débitage NOM m s 0.00 0.07 0.00 0.07 -débitai débiter VER 1.87 14.46 0.00 0.20 ind:pas:1s; -débitaient débiter VER 1.87 14.46 0.01 0.54 ind:imp:3p; -débitais débiter VER 1.87 14.46 0.00 0.20 ind:imp:1s; -débitait débiter VER 1.87 14.46 0.04 2.50 ind:imp:3s; -débitant débiter VER 1.87 14.46 0.04 1.01 par:pre; -débitants débitant NOM m p 0.00 0.27 0.00 0.07 -dubitatif dubitatif ADJ m s 0.09 2.30 0.07 1.15 -dubitatifs dubitatif ADJ m p 0.09 2.30 0.01 0.20 -dubitation dubitation NOM f s 0.00 0.14 0.00 0.07 -dubitations dubitation NOM f p 0.00 0.14 0.00 0.07 -dubitative dubitatif ADJ f s 0.09 2.30 0.00 0.74 -dubitativement dubitativement ADV 0.00 0.14 0.00 0.14 -dubitatives dubitatif ADJ f p 0.09 2.30 0.00 0.20 -débite débiter VER 1.87 14.46 0.34 2.77 imp:pre:2s;ind:pre:1s;ind:pre:3s; -débitent débiter VER 1.87 14.46 0.14 0.20 ind:pre:3p; -débiter débiter VER 1.87 14.46 0.82 3.45 inf; -débitera débiter VER 1.87 14.46 0.00 0.20 ind:fut:3s; -débiterai débiter VER 1.87 14.46 0.01 0.07 ind:fut:1s; -débiterait débiter VER 1.87 14.46 0.00 0.14 cnd:pre:3s; -débites débiter VER 1.87 14.46 0.02 0.14 ind:pre:2s; -débiteur débiteur NOM m s 1.28 0.61 0.75 0.27 -débiteurs débiteur NOM m p 1.28 0.61 0.54 0.34 -débitez débiter VER 1.87 14.46 0.24 0.00 imp:pre:2p;ind:pre:2p; -débitrice débiteur ADJ f s 0.21 0.27 0.00 0.07 -débits débit NOM m p 1.24 6.35 0.14 1.08 -débité débiter VER m s 1.87 14.46 0.14 0.95 par:pas; -débitée débiter VER f s 1.87 14.46 0.06 0.41 par:pas; -débitées débiter VER f p 1.87 14.46 0.00 0.81 par:pas; -débités débiter VER m p 1.87 14.46 0.01 0.34 par:pas; -déblai déblai NOM m s 0.00 0.74 0.00 0.47 -déblaie déblayer VER 0.96 4.19 0.05 0.20 imp:pre:2s;ind:pre:3s; -déblaiement déblaiement NOM m s 0.14 0.74 0.14 0.74 -déblaient déblayer VER 0.96 4.19 0.02 0.14 ind:pre:3p; -déblaierez déblayer VER 0.96 4.19 0.00 0.07 ind:fut:2p; -déblais déblai NOM m p 0.00 0.74 0.00 0.27 -déblatère déblatérer VER 0.32 0.47 0.07 0.07 ind:pre:3s; -déblatérait déblatérer VER 0.32 0.47 0.04 0.07 ind:imp:3s; -déblatérant déblatérer VER 0.32 0.47 0.01 0.14 par:pre; -déblatérations déblatération NOM f p 0.00 0.07 0.00 0.07 -déblatérer déblatérer VER 0.32 0.47 0.20 0.20 inf; -déblaya déblayer VER 0.96 4.19 0.00 0.07 ind:pas:3s; -déblayage déblayage NOM m s 0.09 0.14 0.09 0.14 -déblayaient déblayer VER 0.96 4.19 0.00 0.54 ind:imp:3p; -déblayait déblayer VER 0.96 4.19 0.01 0.47 ind:imp:3s; -déblayant déblayer VER 0.96 4.19 0.00 0.27 par:pre; -déblayer déblayer VER 0.96 4.19 0.45 1.55 inf; -déblayera déblayer VER 0.96 4.19 0.00 0.07 ind:fut:3s; -déblayeur déblayeur ADJ m s 0.01 0.00 0.01 0.00 -déblayeurs déblayeur NOM m p 0.00 0.07 0.00 0.07 -déblayez déblayer VER 0.96 4.19 0.11 0.00 imp:pre:2p;ind:pre:2p; -déblayé déblayer VER m s 0.96 4.19 0.31 0.54 par:pas; -déblayée déblayer VER f s 0.96 4.19 0.00 0.07 par:pas; -déblayées déblayer VER f p 0.96 4.19 0.00 0.14 par:pas; -déblayés déblayer VER m p 0.96 4.19 0.01 0.07 par:pas; -déblocage déblocage NOM m s 0.05 0.27 0.05 0.20 -déblocages déblocage NOM m p 0.05 0.27 0.00 0.07 -débloqua débloquer VER 6.07 4.73 0.00 0.27 ind:pas:3s; -débloquait débloquer VER 6.07 4.73 0.01 0.20 ind:imp:3s; -débloquant débloquer VER 6.07 4.73 0.01 0.14 par:pre; -débloque débloquer VER 6.07 4.73 1.38 1.35 imp:pre:2s;ind:pre:1s;ind:pre:3s; -débloquent débloquer VER 6.07 4.73 0.23 0.07 ind:pre:3p; -débloquer débloquer VER 6.07 4.73 0.77 1.55 inf; -débloques débloquer VER 6.07 4.73 2.20 0.34 ind:pre:2s; -débloquez débloquer VER 6.07 4.73 0.80 0.07 imp:pre:2p;ind:pre:2p; -débloquât débloquer VER 6.07 4.73 0.00 0.07 sub:imp:3s; -débloqué débloquer VER m s 6.07 4.73 0.42 0.54 par:pas; -débloquée débloquer VER f s 6.07 4.73 0.04 0.14 par:pas; -débloqués débloquer VER m p 6.07 4.73 0.22 0.00 par:pas; -déboîta déboîter VER 0.96 1.08 0.00 0.07 ind:pas:3s; -déboîtaient déboîter VER 0.96 1.08 0.01 0.07 ind:imp:3p; -déboîtais déboîter VER 0.96 1.08 0.01 0.07 ind:imp:1s; -déboîtait déboîter VER 0.96 1.08 0.00 0.07 ind:imp:3s; -déboîtant déboîter VER 0.96 1.08 0.00 0.07 par:pre; -déboîte déboîter VER 0.96 1.08 0.13 0.14 imp:pre:2s;ind:pre:1s;ind:pre:3s; -déboîtement déboîtement NOM m s 0.01 0.00 0.01 0.00 -déboîter déboîter VER 0.96 1.08 0.22 0.20 inf; -déboîtez déboîter VER 0.96 1.08 0.02 0.07 imp:pre:2p;ind:pre:2p; -déboîté déboîter VER m s 0.96 1.08 0.32 0.27 par:pas; -déboîtée déboîter VER f s 0.96 1.08 0.25 0.00 par:pas; -déboîtées déboîter VER f p 0.96 1.08 0.00 0.07 par:pas; -débobinage débobinage NOM m s 0.00 0.07 0.00 0.07 -débobiner débobiner VER 0.00 0.07 0.00 0.07 inf; -débâcle débâcle NOM f s 0.89 6.69 0.76 6.49 -débâcles débâcle NOM f p 0.89 6.69 0.14 0.20 -débogage débogage NOM m s 0.01 0.00 0.01 0.00 -déboguer déboguer VER 0.04 0.00 0.04 0.00 inf; -débâillonné débâillonner VER m s 0.00 0.07 0.00 0.07 par:pas; -déboire déboire NOM m s 0.43 3.51 0.00 0.20 -déboires déboire NOM m p 0.43 3.51 0.43 3.31 -déboisement déboisement NOM m s 0.01 0.00 0.01 0.00 -déboiser déboiser VER 0.04 0.54 0.01 0.07 inf; -déboisé déboiser VER m s 0.04 0.54 0.02 0.20 par:pas; -déboisée déboiser VER f s 0.04 0.54 0.00 0.20 par:pas; -déboisées déboiser VER f p 0.04 0.54 0.01 0.07 par:pas; -débonda débonder VER 0.00 0.61 0.00 0.14 ind:pas:3s; -débondait débonder VER 0.00 0.61 0.00 0.27 ind:imp:3s; -débondant débonder VER 0.00 0.61 0.00 0.07 par:pre; -débonder débonder VER 0.00 0.61 0.00 0.07 inf; -débondé débonder VER m s 0.00 0.61 0.00 0.07 par:pas; -débonnaire débonnaire ADJ s 0.11 3.11 0.06 2.64 -débonnaires débonnaire ADJ p 0.11 3.11 0.05 0.47 -débord débord NOM m s 0.00 0.14 0.00 0.14 -déborda déborder VER 15.75 31.62 0.01 0.61 ind:pas:3s; -débordaient déborder VER 15.75 31.62 0.02 3.04 ind:imp:3p; -débordais déborder VER 15.75 31.62 0.21 0.20 ind:imp:1s;ind:imp:2s; -débordait déborder VER 15.75 31.62 0.67 4.86 ind:imp:3s; -débordant déborder VER 15.75 31.62 0.52 5.14 par:pre; -débordante débordant ADJ f s 1.13 4.66 0.84 1.76 -débordantes débordant ADJ f p 1.13 4.66 0.14 0.74 -débordants débordant ADJ m p 1.13 4.66 0.04 0.81 -déborde déborder VER 15.75 31.62 2.31 5.61 imp:pre:2s;ind:pre:1s;ind:pre:3s; -débordement débordement NOM m s 0.94 3.78 0.62 2.09 -débordements débordement NOM m p 0.94 3.78 0.32 1.69 -débordent déborder VER 15.75 31.62 0.69 1.96 ind:pre:3p; -déborder déborder VER 15.75 31.62 1.78 3.92 inf; -débordera déborder VER 15.75 31.62 0.04 0.00 ind:fut:3s; -déborderaient déborder VER 15.75 31.62 0.14 0.14 cnd:pre:3p; -déborderait déborder VER 15.75 31.62 0.01 0.20 cnd:pre:3s; -débordez déborder VER 15.75 31.62 0.06 0.00 imp:pre:2p;ind:pre:2p; -débordât déborder VER 15.75 31.62 0.00 0.14 sub:imp:3s; -débordèrent déborder VER 15.75 31.62 0.00 0.14 ind:pas:3p; -débordé déborder VER m s 15.75 31.62 4.16 3.11 par:pas; -débordée déborder VER f s 15.75 31.62 1.98 1.08 par:pas; -débordées déborder VER f p 15.75 31.62 0.24 0.41 par:pas; -débordés déborder VER m p 15.75 31.62 2.94 1.08 par:pas; -débottelons débotteler VER 0.00 0.07 0.00 0.07 ind:pre:1p; -débotté débotté NOM m s 0.16 0.07 0.16 0.07 -débâté débâter VER m s 0.00 0.14 0.00 0.07 par:pas; -débâtées débâter VER f p 0.00 0.14 0.00 0.07 par:pas; -déboucha déboucher VER 4.21 33.45 0.01 4.12 ind:pas:3s; -débouchage débouchage NOM m s 0.01 0.00 0.01 0.00 -débouchai déboucher VER 4.21 33.45 0.00 0.34 ind:pas:1s; -débouchaient déboucher VER 4.21 33.45 0.01 1.62 ind:imp:3p; -débouchais déboucher VER 4.21 33.45 0.00 0.20 ind:imp:1s; -débouchait déboucher VER 4.21 33.45 0.16 4.39 ind:imp:3s; -débouchant déboucher VER 4.21 33.45 0.04 3.04 par:pre; -débouche déboucher VER 4.21 33.45 1.97 6.49 imp:pre:2s;ind:pre:1s;ind:pre:3s; -débouchent déboucher VER 4.21 33.45 0.14 1.69 ind:pre:3p; -déboucher déboucher VER 4.21 33.45 0.78 6.22 inf; -débouchera déboucher VER 4.21 33.45 0.11 0.07 ind:fut:3s; -déboucherai déboucher VER 4.21 33.45 0.10 0.07 ind:fut:1s; -déboucheraient déboucher VER 4.21 33.45 0.01 0.07 cnd:pre:3p; -déboucherait déboucher VER 4.21 33.45 0.00 0.34 cnd:pre:3s; -déboucherez déboucher VER 4.21 33.45 0.01 0.00 ind:fut:2p; -déboucheur déboucheur NOM m s 0.11 0.20 0.07 0.14 -déboucheurs déboucheur NOM m p 0.11 0.20 0.04 0.07 -débouchez déboucher VER 4.21 33.45 0.10 0.00 imp:pre:2p;ind:pre:2p; -débouchions déboucher VER 4.21 33.45 0.00 0.07 ind:imp:1p; -débouchoir débouchoir NOM m s 0.02 0.00 0.01 0.00 -débouchoirs débouchoir NOM m p 0.02 0.00 0.01 0.00 -débouchâmes déboucher VER 4.21 33.45 0.01 0.27 ind:pas:1p; -débouchons déboucher VER 4.21 33.45 0.12 0.54 imp:pre:1p;ind:pre:1p; -débouchèrent déboucher VER 4.21 33.45 0.00 1.49 ind:pas:3p; -débouché déboucher VER m s 4.21 33.45 0.42 2.09 par:pas; -débouchée déboucher VER f s 4.21 33.45 0.16 0.20 par:pas; -débouchées déboucher VER f p 4.21 33.45 0.05 0.07 par:pas; -débouchés débouché NOM m p 0.56 3.51 0.54 1.01 -déboucla déboucler VER 0.05 2.91 0.00 0.20 ind:pas:3s; -débouclaient déboucler VER 0.05 2.91 0.00 0.07 ind:imp:3p; -débouclait déboucler VER 0.05 2.91 0.00 0.20 ind:imp:3s; -débouclant déboucler VER 0.05 2.91 0.00 0.47 par:pre; -déboucle déboucler VER 0.05 2.91 0.02 0.34 imp:pre:2s;ind:pre:1s;ind:pre:3s; -débouclent déboucler VER 0.05 2.91 0.00 0.20 ind:pre:3p; -déboucler déboucler VER 0.05 2.91 0.00 0.68 inf; -débouclez déboucler VER 0.05 2.91 0.01 0.14 imp:pre:2p; -débouclions déboucler VER 0.05 2.91 0.00 0.07 ind:imp:1p; -débouclèrent déboucler VER 0.05 2.91 0.00 0.07 ind:pas:3p; -débouclé déboucler VER m s 0.05 2.91 0.02 0.34 par:pas; -débouclées déboucler VER f p 0.05 2.91 0.00 0.07 par:pas; -débouclés déboucler VER m p 0.05 2.91 0.00 0.07 par:pas; -déboula débouler VER 1.94 6.22 0.01 0.41 ind:pas:3s; -déboulai débouler VER 1.94 6.22 0.00 0.07 ind:pas:1s; -déboulaient débouler VER 1.94 6.22 0.00 0.61 ind:imp:3p; -déboulais débouler VER 1.94 6.22 0.02 0.14 ind:imp:1s; -déboulait débouler VER 1.94 6.22 0.11 0.61 ind:imp:3s; -déboulant débouler VER 1.94 6.22 0.02 0.47 par:pre; -déboule débouler VER 1.94 6.22 0.75 1.42 imp:pre:2s;ind:pre:1s;ind:pre:3s; -déboulent débouler VER 1.94 6.22 0.08 0.47 ind:pre:3p; -débouler débouler VER 1.94 6.22 0.35 1.01 inf; -déboulerais débouler VER 1.94 6.22 0.01 0.07 cnd:pre:1s; -déboulerait débouler VER 1.94 6.22 0.00 0.07 cnd:pre:3s; -débouleront débouler VER 1.94 6.22 0.02 0.00 ind:fut:3p; -déboulez débouler VER 1.94 6.22 0.02 0.00 ind:pre:2p; -débouliez débouler VER 1.94 6.22 0.01 0.00 ind:imp:2p; -déboulions débouler VER 1.94 6.22 0.00 0.07 ind:imp:1p; -déboulonnant déboulonner VER 0.02 0.95 0.00 0.07 par:pre; -déboulonner déboulonner VER 0.02 0.95 0.00 0.27 inf; -déboulonnez déboulonner VER 0.02 0.95 0.01 0.00 imp:pre:2p; -déboulonné déboulonner VER m s 0.02 0.95 0.01 0.20 par:pas; -déboulonnée déboulonner VER f s 0.02 0.95 0.00 0.27 par:pas; -déboulonnées déboulonner VER f p 0.02 0.95 0.00 0.14 par:pas; -déboulèrent débouler VER 1.94 6.22 0.00 0.07 ind:pas:3p; -déboulé débouler VER m s 1.94 6.22 0.51 0.68 par:pas; -déboulés débouler VER m p 1.94 6.22 0.01 0.07 par:pas; -débouquaient débouquer VER 0.00 0.14 0.00 0.07 ind:imp:3p; -débouqué débouquer VER m s 0.00 0.14 0.00 0.07 par:pas; -débourrage débourrage NOM m s 0.00 0.07 0.00 0.07 -débourre débourrer VER 0.02 0.54 0.00 0.07 ind:pre:3s; -débourrent débourrer VER 0.02 0.54 0.00 0.07 ind:pre:3p; -débourrer débourrer VER 0.02 0.54 0.02 0.27 inf; -débourré débourrer VER m s 0.02 0.54 0.00 0.07 par:pas; -débourrée débourrer VER f s 0.02 0.54 0.00 0.07 par:pas; -débours débours NOM m 0.01 0.20 0.01 0.20 -débourse débourser VER 1.02 0.54 0.04 0.07 ind:pre:1s;ind:pre:3s; -déboursement déboursement NOM m s 0.01 0.00 0.01 0.00 -débourser débourser VER 1.02 0.54 0.66 0.20 inf; -déboursera débourser VER 1.02 0.54 0.01 0.07 ind:fut:3s; -débourseront débourser VER 1.02 0.54 0.01 0.00 ind:fut:3p; -déboursé débourser VER m s 1.02 0.54 0.29 0.14 par:pas; -déboursées débourser VER f p 1.02 0.54 0.00 0.07 par:pas; -déboussolait déboussoler VER 1.73 1.42 0.00 0.07 ind:imp:3s; -déboussolantes déboussolant ADJ f p 0.00 0.07 0.00 0.07 -déboussoler déboussoler VER 1.73 1.42 0.01 0.07 inf; -déboussolé déboussoler VER m s 1.73 1.42 0.82 0.54 par:pas; -déboussolée déboussoler VER f s 1.73 1.42 0.77 0.20 par:pas; -déboussolées déboussoler VER f p 1.73 1.42 0.01 0.07 par:pas; -déboussolés déboussoler VER m p 1.73 1.42 0.12 0.47 par:pas; -déboutait débouter VER 0.12 0.34 0.00 0.07 ind:imp:3s; -débouter débouter VER 0.12 0.34 0.05 0.07 inf; -déboutonna déboutonner VER 1.33 8.24 0.01 1.22 ind:pas:3s; -déboutonnage déboutonnage NOM m s 0.27 0.07 0.27 0.07 -déboutonnait déboutonner VER 1.33 8.24 0.03 0.61 ind:imp:3s; -déboutonnant déboutonner VER 1.33 8.24 0.01 0.41 par:pre; -déboutonne déboutonner VER 1.33 8.24 0.28 0.81 imp:pre:2s;ind:pre:1s;ind:pre:3s; -déboutonnent déboutonner VER 1.33 8.24 0.01 0.07 ind:pre:3p; -déboutonner déboutonner VER 1.33 8.24 0.31 1.42 inf; -déboutonnez déboutonner VER 1.33 8.24 0.04 0.07 imp:pre:2p; -déboutonnât déboutonner VER 1.33 8.24 0.00 0.07 sub:imp:3s; -déboutonné déboutonner VER m s 1.33 8.24 0.57 2.16 par:pas; -déboutonnée déboutonner VER f s 1.33 8.24 0.06 0.81 par:pas; -déboutonnées déboutonner VER f p 1.33 8.24 0.00 0.47 par:pas; -déboutonnés déboutonner VER m p 1.33 8.24 0.00 0.14 par:pas; -débouté débouter VER m s 0.12 0.34 0.06 0.07 par:pas; -déboutée débouter VER f s 0.12 0.34 0.01 0.14 par:pas; -débraguette débraguetter VER 0.01 0.54 0.00 0.07 ind:pre:3s; -débraguettent débraguetter VER 0.01 0.54 0.00 0.07 ind:pre:3p; -débraguetter débraguetter VER 0.01 0.54 0.00 0.14 inf; -débraguetté débraguetter VER m s 0.01 0.54 0.01 0.14 par:pas; -débraguettés débraguetter VER m p 0.01 0.54 0.00 0.14 par:pas; -débraillé débraillé NOM m s 0.43 1.55 0.26 1.35 -débraillée débraillé ADJ f s 0.21 1.42 0.02 0.20 -débraillées débraillé ADJ f p 0.21 1.42 0.01 0.07 -débraillés débraillé NOM m p 0.43 1.55 0.16 0.14 -débrancha débrancher VER 6.09 3.31 0.00 0.54 ind:pas:3s; -débranchant débrancher VER 6.09 3.31 0.04 0.00 par:pre; -débranche débrancher VER 6.09 3.31 1.34 0.61 imp:pre:2s;ind:pre:1s;ind:pre:3s; -débranchement débranchement NOM m s 0.02 0.00 0.02 0.00 -débranchent débrancher VER 6.09 3.31 0.06 0.00 ind:pre:3p; -débrancher débrancher VER 6.09 3.31 2.27 0.81 inf; -débrancherai débrancher VER 6.09 3.31 0.02 0.07 ind:fut:1s; -débrancherais débrancher VER 6.09 3.31 0.01 0.07 cnd:pre:1s;cnd:pre:2s; -débrancherait débrancher VER 6.09 3.31 0.02 0.14 cnd:pre:3s; -débranchez débrancher VER 6.09 3.31 0.40 0.07 imp:pre:2p;ind:pre:2p; -débranchons débrancher VER 6.09 3.31 0.12 0.00 imp:pre:1p;ind:pre:1p; -débranché débrancher VER m s 6.09 3.31 1.38 0.74 par:pas; -débranchée débrancher VER f s 6.09 3.31 0.30 0.07 par:pas; -débranchées débrancher VER f p 6.09 3.31 0.02 0.00 par:pas; -débranchés débrancher VER m p 6.09 3.31 0.10 0.20 par:pas; -débraya débrayer VER 0.07 1.42 0.00 0.14 ind:pas:3s; -débrayage débrayage NOM m s 0.04 0.47 0.04 0.41 -débrayages débrayage NOM m p 0.04 0.47 0.00 0.07 -débrayait débrayer VER 0.07 1.42 0.00 0.20 ind:imp:3s; -débraye débrayer VER 0.07 1.42 0.02 0.14 imp:pre:2s;ind:pre:1s;ind:pre:3s; -débrayent débrayer VER 0.07 1.42 0.00 0.07 ind:pre:3p; -débrayer débrayer VER 0.07 1.42 0.01 0.47 inf; -débrayes débrayer VER 0.07 1.42 0.01 0.07 ind:pre:2s; -débrayez débrayer VER 0.07 1.42 0.02 0.00 imp:pre:2p;ind:pre:2p; -débrayé débrayer VER m s 0.07 1.42 0.01 0.27 par:pas; -débrayée débrayer VER f s 0.07 1.42 0.00 0.07 par:pas; -débridait débrider VER 0.28 1.69 0.00 0.07 ind:imp:3s; -débridant débrider VER 0.28 1.69 0.00 0.07 par:pre; -débride débrider VER 0.28 1.69 0.04 0.14 imp:pre:2s;ind:pre:1s;ind:pre:3s; -débridement débridement NOM m s 0.04 0.00 0.04 0.00 -débrider débrider VER 0.28 1.69 0.04 0.74 inf; -débridera débrider VER 0.28 1.69 0.00 0.07 ind:fut:3s; -débriderai débrider VER 0.28 1.69 0.01 0.07 ind:fut:1s; -débriderait débrider VER 0.28 1.69 0.00 0.07 cnd:pre:3s; -débridez débrider VER 0.28 1.69 0.06 0.00 imp:pre:2p;ind:pre:2p; -débridé débrider VER m s 0.28 1.69 0.06 0.20 par:pas; -débridée débridé ADJ f s 0.39 0.95 0.28 0.47 -débridées débridé ADJ f p 0.39 0.95 0.02 0.27 -débridés débridé ADJ m p 0.39 0.95 0.06 0.07 -débriefer débriefer VER 0.19 0.00 0.11 0.00 inf; -débriefing débriefing NOM m s 0.58 0.00 0.58 0.00 -débriefé débriefer VER m s 0.19 0.00 0.06 0.00 par:pas; -débriefée débriefer VER f s 0.19 0.00 0.03 0.00 par:pas; -débris débris NOM m 4.94 13.85 4.94 13.85 -débronzer débronzer VER 0.02 0.00 0.02 0.00 inf; -débrouilla débrouiller VER 46.72 20.81 0.03 0.14 ind:pas:3s; -débrouillage débrouillage NOM m s 0.00 0.14 0.00 0.14 -débrouillai débrouiller VER 46.72 20.81 0.00 0.07 ind:pas:1s; -débrouillaient débrouiller VER 46.72 20.81 0.01 0.54 ind:imp:3p; -débrouillais débrouiller VER 46.72 20.81 0.51 0.34 ind:imp:1s;ind:imp:2s; -débrouillait débrouiller VER 46.72 20.81 0.53 1.15 ind:imp:3s; -débrouillant débrouiller VER 46.72 20.81 0.01 0.14 par:pre; -débrouillard débrouillard ADJ m s 0.58 1.28 0.38 0.74 -débrouillarde débrouillard ADJ f s 0.58 1.28 0.16 0.34 -débrouillardise débrouillardise NOM f s 0.00 0.34 0.00 0.34 -débrouillards débrouillard ADJ m p 0.58 1.28 0.04 0.20 -débrouille débrouiller VER 46.72 20.81 12.63 4.26 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:1s; -débrouillent débrouiller VER 46.72 20.81 0.98 1.08 ind:pre:3p; -débrouiller débrouiller VER 46.72 20.81 12.71 5.68 inf;; -débrouillera débrouiller VER 46.72 20.81 2.36 0.74 ind:fut:3s; -débrouillerai débrouiller VER 46.72 20.81 4.13 1.35 ind:fut:1s; -débrouilleraient débrouiller VER 46.72 20.81 0.00 0.14 cnd:pre:3p; -débrouillerais débrouiller VER 46.72 20.81 0.23 0.20 cnd:pre:1s;cnd:pre:2s; -débrouillerait débrouiller VER 46.72 20.81 0.05 0.27 cnd:pre:3s; -débrouilleras débrouiller VER 46.72 20.81 0.77 0.00 ind:fut:2s; -débrouillerez débrouiller VER 46.72 20.81 0.28 0.41 ind:fut:2p; -débrouillerions débrouiller VER 46.72 20.81 0.00 0.07 cnd:pre:1p; -débrouillerons débrouiller VER 46.72 20.81 0.20 0.00 ind:fut:1p; -débrouilleront débrouiller VER 46.72 20.81 0.12 0.20 ind:fut:3p; -débrouilles débrouiller VER 46.72 20.81 3.45 0.61 ind:pre:2s; -débrouilleurs débrouilleur NOM m p 0.01 0.00 0.01 0.00 -débrouillez débrouiller VER 46.72 20.81 3.27 1.22 imp:pre:2p;ind:pre:2p; -débrouilliez débrouiller VER 46.72 20.81 0.02 0.00 ind:imp:2p; -débrouillions débrouiller VER 46.72 20.81 0.01 0.07 ind:imp:1p; -débrouillons débrouiller VER 46.72 20.81 0.06 0.07 imp:pre:1p;ind:pre:1p; -débrouillât débrouiller VER 46.72 20.81 0.00 0.07 sub:imp:3s; -débrouillé débrouiller VER m s 46.72 20.81 2.36 1.22 par:pas; -débrouillée débrouiller VER f s 46.72 20.81 1.61 0.27 par:pas; -débrouillées débrouiller VER f p 46.72 20.81 0.04 0.07 par:pas; -débrouillés débrouiller VER m p 46.72 20.81 0.36 0.47 par:pas; -débroussaillage débroussaillage NOM m s 0.01 0.14 0.01 0.14 -débroussaille débroussailler VER 0.14 0.54 0.00 0.20 ind:pre:1s;ind:pre:3s; -débroussailler débroussailler VER 0.14 0.54 0.14 0.20 inf; -débroussailleuse débroussailleur NOM f s 0.03 0.07 0.03 0.07 -débroussaillé débroussailler VER m s 0.14 0.54 0.00 0.14 par:pas; -débucher débucher NOM m s 0.00 0.07 0.00 0.07 -débusquaient débusquer VER 1.43 2.50 0.00 0.07 ind:imp:3p; -débusquait débusquer VER 1.43 2.50 0.01 0.27 ind:imp:3s; -débusquant débusquer VER 1.43 2.50 0.00 0.07 par:pre; -débusque débusquer VER 1.43 2.50 0.15 0.07 ind:pre:1s;ind:pre:3s; -débusquer débusquer VER 1.43 2.50 0.89 1.49 inf; -débusquerait débusquer VER 1.43 2.50 0.01 0.07 cnd:pre:3s; -débusquerons débusquer VER 1.43 2.50 0.01 0.00 ind:fut:1p; -débusquez débusquer VER 1.43 2.50 0.02 0.00 imp:pre:2p; -débusquèrent débusquer VER 1.43 2.50 0.00 0.07 ind:pas:3p; -débusqué débusquer VER m s 1.43 2.50 0.33 0.14 par:pas; -débusquée débusquer VER f s 1.43 2.50 0.00 0.07 par:pas; -débusqués débusquer VER m p 1.43 2.50 0.02 0.20 par:pas; -début début NOM m s 114.31 141.49 109.88 128.51 -débuta débuter VER 10.08 7.16 0.42 0.68 ind:pas:3s; -débutai débuter VER 10.08 7.16 0.00 0.07 ind:pas:1s; -débutaient débuter VER 10.08 7.16 0.02 0.14 ind:imp:3p; -débutais débuter VER 10.08 7.16 0.02 0.27 ind:imp:1s; -débutait débuter VER 10.08 7.16 0.23 1.22 ind:imp:3s; -débutant débutant NOM m s 5.82 2.57 2.32 1.08 -débutante débutant NOM f s 5.82 2.57 1.21 0.61 -débutantes débutant NOM f p 5.82 2.57 0.65 0.27 -débutants débutant NOM m p 5.82 2.57 1.64 0.61 -débute débuter VER 10.08 7.16 2.77 1.62 imp:pre:2s;ind:pre:1s;ind:pre:3s; -débutent débuter VER 10.08 7.16 0.49 0.20 ind:pre:3p; -débuter débuter VER 10.08 7.16 1.72 0.88 inf; -débutera débuter VER 10.08 7.16 0.28 0.00 ind:fut:3s; -débuteraient débuter VER 10.08 7.16 0.01 0.00 cnd:pre:3p; -débutes débuter VER 10.08 7.16 0.11 0.00 ind:pre:2s; -débutez débuter VER 10.08 7.16 0.09 0.00 imp:pre:2p;ind:pre:2p; -débutiez débuter VER 10.08 7.16 0.02 0.07 ind:imp:2p; -débutons débuter VER 10.08 7.16 0.17 0.00 imp:pre:1p;ind:pre:1p; -débuts début NOM m p 114.31 141.49 4.43 12.97 -débutèrent débuter VER 10.08 7.16 0.04 0.00 ind:pas:3p; -débuté débuter VER m s 10.08 7.16 3.41 1.89 par:pas; -débutée débuter VER f s 10.08 7.16 0.02 0.00 par:pas; -déc déc NOM s 0.30 0.00 0.30 0.00 -duc duc NOM m s 12.40 23.51 7.66 14.80 -déca déca NOM m s 1.16 0.07 1.16 0.07 -décabosser décabosser VER 0.01 0.00 0.01 0.00 inf; -décacheta décacheter VER 0.01 2.43 0.00 0.41 ind:pas:3s; -décachetage décachetage NOM m s 0.01 0.00 0.01 0.00 -décachetai décacheter VER 0.01 2.43 0.00 0.14 ind:pas:1s; -décachetaient décacheter VER 0.01 2.43 0.00 0.07 ind:imp:3p; -décachetais décacheter VER 0.01 2.43 0.00 0.07 ind:imp:1s; -décachetant décacheter VER 0.01 2.43 0.00 0.14 par:pre; -décacheter décacheter VER 0.01 2.43 0.00 0.34 inf; -décachetons décacheter VER 0.01 2.43 0.01 0.00 imp:pre:1p; -décachette décacheter VER 0.01 2.43 0.00 0.14 ind:pre:1s;ind:pre:3s; -décachetteraient décacheter VER 0.01 2.43 0.00 0.07 cnd:pre:3p; -décacheté décacheter VER m s 0.01 2.43 0.00 0.47 par:pas; -décachetée décacheter VER f s 0.01 2.43 0.00 0.27 par:pas; -décachetées décacheter VER f p 0.01 2.43 0.00 0.34 par:pas; -décade décade NOM f s 0.16 1.15 0.13 0.74 -décadence décadence NOM f s 1.28 4.73 1.28 4.73 -décadent décadent ADJ m s 1.47 1.35 0.60 0.47 -décadente décadent ADJ f s 1.47 1.35 0.68 0.20 -décadentes décadent ADJ f p 1.47 1.35 0.13 0.20 -décadentisme décadentisme NOM m s 0.00 0.07 0.00 0.07 -décadents décadent ADJ m p 1.47 1.35 0.06 0.47 -décades décade NOM f p 0.16 1.15 0.03 0.41 -décadi décadi NOM m s 0.00 0.34 0.00 0.27 -décadis décadi NOM m p 0.00 0.34 0.00 0.07 -décaféiné décaféiné NOM m s 0.22 0.07 0.22 0.07 -décaféinée décaféiner VER f s 0.06 0.07 0.01 0.00 par:pas; -décaissement décaissement NOM m s 0.01 0.00 0.01 0.00 -décaisser décaisser VER 0.00 0.14 0.00 0.14 inf; -ducal ducal ADJ m s 0.23 1.08 0.02 0.54 -décalage décalage NOM m s 2.09 3.92 2.04 3.65 -décalages décalage NOM m p 2.09 3.92 0.04 0.27 -décalaminé décalaminer VER m s 0.00 0.07 0.00 0.07 par:pas; -décalant décaler VER 1.36 1.42 0.00 0.07 par:pre; -décalcification décalcification NOM f s 0.01 0.00 0.01 0.00 -décalcifié décalcifier VER m s 0.00 0.20 0.00 0.07 par:pas; -décalcifiée décalcifier VER f s 0.00 0.20 0.00 0.14 par:pas; -décalcomanie décalcomanie NOM f s 0.29 0.61 0.17 0.41 -décalcomanies décalcomanie NOM f p 0.29 0.61 0.12 0.20 -décale décaler VER 1.36 1.42 0.11 0.20 imp:pre:2s;ind:pre:1s;ind:pre:3s; -ducale ducal ADJ f s 0.23 1.08 0.11 0.47 -décalent décaler VER 1.36 1.42 0.00 0.07 ind:pre:3p; -décaler décaler VER 1.36 1.42 0.47 0.20 inf; -ducales ducal ADJ f p 0.23 1.08 0.00 0.07 -décalez décaler VER 1.36 1.42 0.17 0.00 imp:pre:2p; -décalitre décalitre NOM m s 0.11 0.14 0.00 0.07 -décalitres décalitre NOM m p 0.11 0.14 0.11 0.07 -décalogue décalogue NOM m s 0.01 0.20 0.01 0.20 -décalotta décalotter VER 0.00 0.34 0.00 0.07 ind:pas:3s; -décalotter décalotter VER 0.00 0.34 0.00 0.07 inf; -décalotté décalotter VER m s 0.00 0.34 0.00 0.07 par:pas; -décalottée décalotter VER f s 0.00 0.34 0.00 0.07 par:pas; -décalottés décalotter VER m p 0.00 0.34 0.00 0.07 par:pas; -décalquai décalquer VER 0.22 1.08 0.00 0.07 ind:pas:1s; -décalquait décalquer VER 0.22 1.08 0.00 0.14 ind:imp:3s; -décalque décalquer VER 0.22 1.08 0.03 0.07 ind:pre:3s; -décalquer décalquer VER 0.22 1.08 0.06 0.14 inf; -décalques décalquer VER 0.22 1.08 0.04 0.00 ind:pre:2s; -décalqué décalquer VER m s 0.22 1.08 0.06 0.20 par:pas; -décalquée décalquer VER f s 0.22 1.08 0.01 0.34 par:pas; -décalquées décalquer VER f p 0.22 1.08 0.00 0.07 par:pas; -décalqués décalquer VER m p 0.22 1.08 0.02 0.07 par:pas; -décalé décalé ADJ m s 0.65 0.68 0.41 0.41 -décalée décalé ADJ f s 0.65 0.68 0.06 0.20 -décalées décaler VER f p 1.36 1.42 0.01 0.07 par:pas; -décalés décaler VER m p 1.36 1.42 0.30 0.14 par:pas; -décambuter décambuter VER 0.00 0.20 0.00 0.20 inf; -décampa décamper VER 4.02 2.50 0.00 0.14 ind:pas:3s; -décampait décamper VER 4.02 2.50 0.00 0.07 ind:imp:3s; -décampe décamper VER 4.02 2.50 1.66 0.54 imp:pre:2s;ind:pre:1s;ind:pre:3s; -décampent décamper VER 4.02 2.50 0.16 0.14 ind:pre:3p; -décamper décamper VER 4.02 2.50 0.81 0.95 inf; -décampera décamper VER 4.02 2.50 0.14 0.00 ind:fut:3s; -décamperais décamper VER 4.02 2.50 0.00 0.07 cnd:pre:1s; -décamperont décamper VER 4.02 2.50 0.02 0.00 ind:fut:3p; -décampes décamper VER 4.02 2.50 0.26 0.00 ind:pre:2s; -décampez décamper VER 4.02 2.50 0.70 0.14 imp:pre:2p; -décampons décamper VER 4.02 2.50 0.05 0.00 imp:pre:1p; -décampé décamper VER m s 4.02 2.50 0.20 0.47 par:pas; -décamètre décamètre NOM m s 0.00 0.20 0.00 0.14 -décamètres décamètre NOM m p 0.00 0.20 0.00 0.07 -décan décan NOM m s 0.02 0.07 0.02 0.07 -décanillant décaniller VER 0.02 0.61 0.00 0.07 par:pre; -décanille décaniller VER 0.02 0.61 0.01 0.20 imp:pre:2s;ind:pre:1s;ind:pre:3s; -décaniller décaniller VER 0.02 0.61 0.00 0.27 inf; -décanillerait décaniller VER 0.02 0.61 0.00 0.07 cnd:pre:3s; -décanillez décaniller VER 0.02 0.61 0.01 0.00 imp:pre:2p; -décantai décanter VER 0.22 1.28 0.00 0.07 ind:pas:1s; -décantaient décanter VER 0.22 1.28 0.00 0.07 ind:imp:3p; -décantait décanter VER 0.22 1.28 0.00 0.07 ind:imp:3s; -décantant décanter VER 0.22 1.28 0.00 0.14 par:pre; -décantation décantation NOM f s 0.10 0.07 0.10 0.07 -décante décanter VER 0.22 1.28 0.04 0.20 ind:pre:3s; -décantent décanter VER 0.22 1.28 0.00 0.07 ind:pre:3p; -décanter décanter VER 0.22 1.28 0.17 0.14 inf; -décanteur décanteur NOM m s 0.01 0.00 0.01 0.00 -décanté décanter VER m s 0.22 1.28 0.01 0.14 par:pas; -décantée décanter VER f s 0.22 1.28 0.00 0.20 par:pas; -décantées décanter VER f p 0.22 1.28 0.00 0.20 par:pas; -décapage décapage NOM m s 0.01 0.00 0.01 0.00 -décapais décaper VER 0.21 2.09 0.02 0.07 ind:imp:1s;ind:imp:2s; -décapait décaper VER 0.21 2.09 0.00 0.34 ind:imp:3s; -décapant décapant NOM m s 0.27 0.34 0.27 0.20 -décapante décapant ADJ f s 0.04 0.07 0.00 0.07 -décapants décapant ADJ m p 0.04 0.07 0.01 0.00 -décape décaper VER 0.21 2.09 0.07 0.20 ind:pre:1s;ind:pre:3s; -décaper décaper VER 0.21 2.09 0.07 0.34 inf; -décapera décaper VER 0.21 2.09 0.00 0.07 ind:fut:3s; -décapeur décapeur NOM m s 0.00 0.07 0.00 0.07 -décapita décapiter VER 3.72 6.96 0.02 0.20 ind:pas:3s; -décapitaient décapiter VER 3.72 6.96 0.02 0.07 ind:imp:3p; -décapitais décapiter VER 3.72 6.96 0.01 0.00 ind:imp:1s; -décapitait décapiter VER 3.72 6.96 0.02 0.07 ind:imp:3s; -décapitant décapiter VER 3.72 6.96 0.04 0.27 par:pre; -décapitation décapitation NOM f s 0.55 0.47 0.43 0.47 -décapitations décapitation NOM f p 0.55 0.47 0.13 0.00 -décapite décapiter VER 3.72 6.96 0.20 0.20 imp:pre:2s;ind:pre:1s;ind:pre:3s; -décapitent décapiter VER 3.72 6.96 0.14 0.00 ind:pre:3p; -décapiter décapiter VER 3.72 6.96 1.09 0.88 inf; -décapitera décapiter VER 3.72 6.96 0.04 0.00 ind:fut:3s; -décapiterai décapiter VER 3.72 6.96 0.01 0.00 ind:fut:1s; -décapiterait décapiter VER 3.72 6.96 0.00 0.07 cnd:pre:3s; -décapiteront décapiter VER 3.72 6.96 0.01 0.00 ind:fut:3p; -décapitez décapiter VER 3.72 6.96 0.07 0.00 imp:pre:2p;ind:pre:2p; -décapitons décapiter VER 3.72 6.96 0.01 0.00 imp:pre:1p; -décapitât décapiter VER 3.72 6.96 0.00 0.07 sub:imp:3s; -décapitèrent décapiter VER 3.72 6.96 0.00 0.07 ind:pas:3p; -décapité décapiter VER m s 3.72 6.96 1.50 2.57 par:pas; -décapitée décapiter VER f s 3.72 6.96 0.32 1.15 par:pas; -décapitées décapiter VER f p 3.72 6.96 0.04 0.54 par:pas; -décapités décapiter VER m p 3.72 6.96 0.19 0.81 par:pas; -décapode décapode NOM m s 0.00 0.07 0.00 0.07 -décapotable décapotable NOM f s 1.77 0.88 1.65 0.81 -décapotables décapotable NOM f p 1.77 0.88 0.12 0.07 -décapotage décapotage NOM m s 0.00 0.07 0.00 0.07 -décapotait décapoter VER 0.04 0.27 0.00 0.07 ind:imp:3s; -décapote décapoter VER 0.04 0.27 0.03 0.00 ind:pre:1s; -décapoter décapoter VER 0.04 0.27 0.00 0.07 inf; -décapoté décapoté ADJ m s 0.03 0.47 0.01 0.00 -décapotée décapoté ADJ f s 0.03 0.47 0.02 0.47 -décapotés décapoter VER m p 0.04 0.27 0.00 0.07 par:pas; -décapsula décapsuler VER 0.07 1.35 0.00 0.14 ind:pas:3s; -décapsulant décapsuler VER 0.07 1.35 0.00 0.20 par:pre; -décapsule décapsuler VER 0.07 1.35 0.02 0.41 ind:pre:1s;ind:pre:3s; -décapsuler décapsuler VER 0.07 1.35 0.04 0.20 inf; -décapsulerait décapsuler VER 0.07 1.35 0.00 0.07 cnd:pre:3s; -décapsuleur décapsuleur NOM m s 0.34 0.20 0.34 0.20 -décapsulez décapsuler VER 0.07 1.35 0.01 0.00 imp:pre:2p; -décapsulé décapsuler VER m s 0.07 1.35 0.00 0.14 par:pas; -décapsulée décapsuler VER f s 0.07 1.35 0.00 0.20 par:pas; -décapé décaper VER m s 0.21 2.09 0.02 0.34 par:pas; -décapuchonna décapuchonner VER 0.00 0.41 0.00 0.20 ind:pas:3s; -décapuchonne décapuchonner VER 0.00 0.41 0.00 0.07 ind:pre:3s; -décapuchonner décapuchonner VER 0.00 0.41 0.00 0.07 inf; -décapuchonnèrent décapuchonner VER 0.00 0.41 0.00 0.07 ind:pas:3p; -décapée décaper VER f s 0.21 2.09 0.00 0.41 par:pas; -décapées décaper VER f p 0.21 2.09 0.00 0.14 par:pas; -décapés décaper VER m p 0.21 2.09 0.01 0.14 par:pas; -décarcassais décarcasser VER 0.15 0.61 0.00 0.07 ind:imp:1s; -décarcassait décarcasser VER 0.15 0.61 0.00 0.07 ind:imp:3s; -décarcassent décarcasser VER 0.15 0.61 0.00 0.07 ind:pre:3p; -décarcasser décarcasser VER 0.15 0.61 0.05 0.07 inf; -décarcassé décarcasser VER m s 0.15 0.61 0.08 0.14 par:pas; -décarcassée décarcasser VER f s 0.15 0.61 0.02 0.14 par:pas; -décarcassées décarcasser VER f p 0.15 0.61 0.00 0.07 par:pas; -décarpillage décarpillage NOM m s 0.00 0.20 0.00 0.20 -décarpiller décarpiller VER 0.00 0.14 0.00 0.07 inf; -décarpillé décarpiller VER m s 0.00 0.14 0.00 0.07 par:pas; -décarrade décarrade NOM f s 0.00 2.50 0.00 2.43 -décarrades décarrade NOM f p 0.00 2.50 0.00 0.07 -décarraient décarrer VER 0.68 4.32 0.00 0.07 ind:imp:3p; -décarrais décarrer VER 0.68 4.32 0.00 0.07 ind:imp:1s; -décarrait décarrer VER 0.68 4.32 0.00 0.07 ind:imp:3s; -décarrant décarrer VER 0.68 4.32 0.00 0.47 par:pre; -décarre décarrer VER 0.68 4.32 0.40 1.76 imp:pre:2s;ind:pre:1s;ind:pre:3s; -décarrent décarrer VER 0.68 4.32 0.00 0.07 ind:pre:3p; -décarrer décarrer VER 0.68 4.32 0.28 1.35 inf; -décarrerait décarrer VER 0.68 4.32 0.00 0.07 cnd:pre:3s; -décarres décarrer VER 0.68 4.32 0.00 0.07 ind:pre:2s; -décarré décarrer VER m s 0.68 4.32 0.00 0.27 par:pas; -décarrés décarrer VER m p 0.68 4.32 0.00 0.07 par:pas; -ducasse ducasse NOM f s 0.01 0.27 0.01 0.20 -ducasses ducasse NOM f p 0.01 0.27 0.00 0.07 -ducat ducat NOM m s 1.00 1.28 0.20 0.07 -décathlon décathlon NOM m s 0.27 0.07 0.26 0.07 -décathlons décathlon NOM m p 0.27 0.07 0.01 0.00 -décati décati ADJ m s 0.09 0.61 0.04 0.20 -décatie décati ADJ f s 0.09 0.61 0.04 0.20 -décatir décatir VER 0.01 0.47 0.00 0.14 inf; -décatis décati ADJ m p 0.09 0.61 0.01 0.20 -ducaton ducaton NOM m s 0.00 0.14 0.00 0.14 -ducats ducat NOM m p 1.00 1.28 0.80 1.22 -ducaux ducal ADJ m p 0.23 1.08 0.10 0.00 -décavé décavé ADJ m s 0.11 0.27 0.11 0.27 -duce duce NOM m s 2.21 2.97 2.21 2.91 -déceint déceindre VER 0.00 0.07 0.00 0.07 ind:pre:3s; -décela déceler VER 2.00 11.15 0.00 0.20 ind:pas:3s; -décelable décelable ADJ f s 0.04 0.20 0.04 0.20 -décelai déceler VER 2.00 11.15 0.00 0.14 ind:pas:1s; -décelaient déceler VER 2.00 11.15 0.00 0.14 ind:imp:3p; -décelais déceler VER 2.00 11.15 0.01 0.20 ind:imp:1s; -décelait déceler VER 2.00 11.15 0.01 0.74 ind:imp:3s; -décelant déceler VER 2.00 11.15 0.00 0.20 par:pre; -déceler déceler VER 2.00 11.15 0.87 6.01 inf; -décelèrent déceler VER 2.00 11.15 0.00 0.07 ind:pas:3p; -décelé déceler VER m s 2.00 11.15 0.57 2.03 par:pas; -décelée déceler VER f s 2.00 11.15 0.03 0.20 par:pas; -décelées déceler VER f p 2.00 11.15 0.01 0.14 par:pas; -décelés déceler VER m p 2.00 11.15 0.00 0.07 par:pas; -décembre décembre NOM m 8.55 31.22 8.55 31.15 -décembres décembre NOM m p 8.55 31.22 0.00 0.07 -décembriste décembriste NOM s 0.00 0.20 0.00 0.07 -décembristes décembriste NOM p 0.00 0.20 0.00 0.14 -décemment décemment ADV 0.96 2.57 0.96 2.57 -décence décence NOM f s 2.92 2.84 2.92 2.77 -décences décence NOM f p 2.92 2.84 0.00 0.07 -décennal décennal ADJ m s 0.02 0.07 0.01 0.07 -décennale décennal ADJ f s 0.02 0.07 0.01 0.00 -décennie décennie NOM f s 2.67 2.43 1.27 0.95 -décennies décennie NOM f p 2.67 2.43 1.41 1.49 -décent décent ADJ m s 5.95 4.32 2.67 1.89 -décente décent ADJ f s 5.95 4.32 2.50 1.82 -décentes décent ADJ f p 5.95 4.32 0.19 0.20 -décentralisation décentralisation NOM f s 0.00 0.07 0.00 0.07 -décentralisé décentraliser VER m s 0.12 0.14 0.12 0.00 par:pas; -décentralisée décentraliser VER f s 0.12 0.14 0.00 0.07 par:pas; -décentralisées décentraliser VER f p 0.12 0.14 0.00 0.07 par:pas; -décentrant décentrer VER 0.41 0.41 0.00 0.07 par:pre; -décentre décentrer VER 0.41 0.41 0.00 0.07 ind:pre:3s; -décentrement décentrement NOM m s 0.01 0.00 0.01 0.00 -décentrée décentrer VER f s 0.41 0.41 0.01 0.14 par:pas; -décentrées décentrer VER f p 0.41 0.41 0.40 0.14 par:pas; -décents décent ADJ m p 5.95 4.32 0.60 0.41 -déception déception NOM f s 6.65 16.82 5.46 13.04 -déceptions déception NOM f p 6.65 16.82 1.19 3.78 -décerna décerner VER 2.19 3.51 0.03 0.07 ind:pas:3s; -décernai décerner VER 2.19 3.51 0.00 0.07 ind:pas:1s; -décernais décerner VER 2.19 3.51 0.00 0.07 ind:imp:2s; -décernait décerner VER 2.19 3.51 0.19 0.41 ind:imp:3s; -décernant décerner VER 2.19 3.51 0.10 0.07 par:pre; -décerne décerner VER 2.19 3.51 0.19 0.41 imp:pre:2s;ind:pre:1s;ind:pre:3s; -décernent décerner VER 2.19 3.51 0.02 0.14 ind:pre:3p; -décerner décerner VER 2.19 3.51 0.45 0.88 inf; -décernera décerner VER 2.19 3.51 0.02 0.00 ind:fut:3s; -décerniez décerner VER 2.19 3.51 0.02 0.00 ind:imp:2p; -décernons décerner VER 2.19 3.51 0.16 0.00 imp:pre:1p;ind:pre:1p; -décerné décerner VER m s 2.19 3.51 0.65 0.61 par:pas; -décernée décerner VER f s 2.19 3.51 0.09 0.47 par:pas; -décernées décerner VER f p 2.19 3.51 0.12 0.20 par:pas; -décernés décerner VER m p 2.19 3.51 0.14 0.14 par:pas; -décervelage décervelage NOM m s 0.00 0.14 0.00 0.14 -décerveler décerveler VER 0.08 0.27 0.02 0.00 inf; -décervelle décerveler VER 0.08 0.27 0.00 0.14 ind:pre:3s; -décervelé décerveler VER m s 0.08 0.27 0.06 0.14 par:pas; -duces duce NOM m p 2.21 2.97 0.00 0.07 -décesse décesser VER 0.00 0.14 0.00 0.07 ind:pre:3s; -décessé décesser VER m s 0.00 0.14 0.00 0.07 par:pas; -décevaient décevoir VER 32.30 21.69 0.00 0.20 ind:imp:3p; -décevais décevoir VER 32.30 21.69 0.03 0.20 ind:imp:1s; -décevait décevoir VER 32.30 21.69 0.02 0.81 ind:imp:3s; -décevant décevant ADJ m s 2.06 4.59 1.36 2.23 -décevante décevant ADJ f s 2.06 4.59 0.57 1.49 -décevantes décevant ADJ f p 2.06 4.59 0.08 0.34 -décevants décevant ADJ m p 2.06 4.59 0.04 0.54 -décevez décevoir VER 32.30 21.69 1.69 0.14 imp:pre:2p;ind:pre:2p; -déceviez décevoir VER 32.30 21.69 0.02 0.00 ind:imp:2p; -décevoir décevoir VER 32.30 21.69 7.65 3.85 inf; -décevons décevoir VER 32.30 21.69 0.07 0.00 imp:pre:1p;ind:pre:1p; -décevra décevoir VER 32.30 21.69 0.22 0.00 ind:fut:3s; -décevrai décevoir VER 32.30 21.69 0.92 0.07 ind:fut:1s; -décevraient décevoir VER 32.30 21.69 0.00 0.07 cnd:pre:3p; -décevrais décevoir VER 32.30 21.69 0.15 0.00 cnd:pre:1s;cnd:pre:2s; -décevrait décevoir VER 32.30 21.69 0.09 0.20 cnd:pre:3s; -décevras décevoir VER 32.30 21.69 0.22 0.00 ind:fut:2s; -décevrez décevoir VER 32.30 21.69 0.07 0.00 ind:fut:2p; -déchaîna déchaîner VER 6.37 13.18 0.13 1.35 ind:pas:3s; -déchaînaient déchaîner VER 6.37 13.18 0.02 1.22 ind:imp:3p; -déchaînais déchaîner VER 6.37 13.18 0.01 0.14 ind:imp:1s;ind:imp:2s; -déchaînait déchaîner VER 6.37 13.18 0.43 2.43 ind:imp:3s; -déchaînant déchaîner VER 6.37 13.18 0.01 0.27 par:pre; -déchaîne déchaîner VER 6.37 13.18 1.16 1.55 imp:pre:2s;ind:pre:1s;ind:pre:3s; -déchaînement déchaînement NOM m s 0.14 3.38 0.14 2.57 -déchaînements déchaînement NOM m p 0.14 3.38 0.01 0.81 -déchaînent déchaîner VER 6.37 13.18 0.38 0.54 ind:pre:3p; -déchaîner déchaîner VER 6.37 13.18 1.32 2.36 inf; -déchaînera déchaîner VER 6.37 13.18 0.06 0.00 ind:fut:3s; -déchaînerait déchaîner VER 6.37 13.18 0.04 0.14 cnd:pre:3s; -déchaîneras déchaîner VER 6.37 13.18 0.00 0.07 ind:fut:2s; -déchaînez déchaîner VER 6.37 13.18 0.06 0.07 imp:pre:2p;ind:pre:2p; -déchaînât déchaîner VER 6.37 13.18 0.00 0.07 sub:imp:3s; -déchaînèrent déchaîner VER 6.37 13.18 0.00 0.07 ind:pas:3p; -déchaîné déchaîner VER m s 6.37 13.18 0.97 1.62 par:pas; -déchaînée déchaîner VER f s 6.37 13.18 0.95 0.68 par:pas; -déchaînées déchaîné ADJ f p 1.29 4.80 0.35 0.81 -déchaînés déchaîner VER m p 6.37 13.18 0.69 0.41 par:pas; -déchait décher VER 0.00 0.34 0.00 0.14 ind:imp:3s; -déchanta déchanter VER 0.05 1.55 0.00 0.14 ind:pas:3s; -déchantai déchanter VER 0.05 1.55 0.00 0.14 ind:pas:1s; -déchantait déchanter VER 0.05 1.55 0.00 0.14 ind:imp:3s; -déchantant déchanter VER 0.05 1.55 0.00 0.07 par:pre; -déchante déchanter VER 0.05 1.55 0.02 0.07 imp:pre:2s;ind:pre:3s; -déchantent déchanter VER 0.05 1.55 0.00 0.14 ind:pre:3p; -déchanter déchanter VER 0.05 1.55 0.02 0.61 inf; -déchanterais déchanter VER 0.05 1.55 0.01 0.07 cnd:pre:1s;cnd:pre:2s; -déchantèrent déchanter VER 0.05 1.55 0.00 0.07 ind:pas:3p; -déchanté déchanter VER m s 0.05 1.55 0.00 0.14 par:pas; -déchard déchard NOM m s 0.00 0.27 0.00 0.20 -déchards déchard NOM m p 0.00 0.27 0.00 0.07 -décharge décharge NOM f s 9.30 12.77 7.62 11.35 -déchargea décharger VER 10.12 11.89 0.01 0.47 ind:pas:3s; -déchargeaient décharger VER 10.12 11.89 0.12 0.81 ind:imp:3p; -déchargeait décharger VER 10.12 11.89 0.05 1.01 ind:imp:3s; -déchargeant décharger VER 10.12 11.89 0.04 0.47 par:pre; -déchargement déchargement NOM m s 0.53 0.88 0.53 0.88 -déchargent décharger VER 10.12 11.89 0.30 0.20 ind:pre:3p; -déchargeons décharger VER 10.12 11.89 0.11 0.00 imp:pre:1p; -déchargeât décharger VER 10.12 11.89 0.00 0.07 sub:imp:3s; -décharger décharger VER 10.12 11.89 3.88 4.32 inf; -déchargera décharger VER 10.12 11.89 0.17 0.07 ind:fut:3s; -déchargerais décharger VER 10.12 11.89 0.00 0.07 cnd:pre:1s; -déchargerait décharger VER 10.12 11.89 0.00 0.14 cnd:pre:3s; -déchargerez décharger VER 10.12 11.89 0.00 0.07 ind:fut:2p; -décharges décharge NOM f p 9.30 12.77 1.68 1.42 -déchargeur déchargeur NOM m s 0.03 0.07 0.03 0.07 -déchargez décharger VER 10.12 11.89 1.13 0.00 imp:pre:2p;ind:pre:2p; -déchargions décharger VER 10.12 11.89 0.01 0.07 ind:imp:1p; -déchargèrent décharger VER 10.12 11.89 0.00 0.14 ind:pas:3p; -déchargé décharger VER m s 10.12 11.89 1.80 1.28 par:pas; -déchargée décharger VER f s 10.12 11.89 0.22 0.34 par:pas; -déchargées décharger VER f p 10.12 11.89 0.06 0.14 par:pas; -déchargés décharger VER m p 10.12 11.89 0.22 0.41 par:pas; -décharne décharner VER 0.20 1.62 0.00 0.07 ind:pre:3s; -décharnement décharnement NOM m s 0.00 0.07 0.00 0.07 -décharnent décharner VER 0.20 1.62 0.00 0.07 ind:pre:3p; -décharner décharner VER 0.20 1.62 0.00 0.20 inf; -décharnerait décharner VER 0.20 1.62 0.00 0.07 cnd:pre:3s; -décharné décharner VER m s 0.20 1.62 0.17 0.27 par:pas; -décharnée décharné ADJ f s 0.17 5.20 0.04 1.35 -décharnées décharné ADJ f p 0.17 5.20 0.02 0.41 -décharnés décharné ADJ m p 0.17 5.20 0.01 0.88 -déchassé déchasser VER m s 0.00 0.07 0.00 0.07 par:pas; -déchaumaient déchaumer VER 0.00 0.14 0.00 0.07 ind:imp:3p; -déchaumée déchaumer VER f s 0.00 0.14 0.00 0.07 par:pas; -déchaussa déchausser VER 0.73 2.91 0.00 0.41 ind:pas:3s; -déchaussaient déchausser VER 0.73 2.91 0.00 0.07 ind:imp:3p; -déchaussait déchausser VER 0.73 2.91 0.00 0.27 ind:imp:3s; -déchaussant déchausser VER 0.73 2.91 0.00 0.14 par:pre; -déchausse déchausser VER 0.73 2.91 0.23 0.34 imp:pre:2s;ind:pre:1s;ind:pre:3s; -déchaussent déchausser VER 0.73 2.91 0.00 0.07 ind:pre:3p; -déchausser déchausser VER 0.73 2.91 0.21 0.68 inf; -déchausserais déchausser VER 0.73 2.91 0.01 0.00 cnd:pre:1s; -déchaussez déchausser VER 0.73 2.91 0.28 0.00 imp:pre:2p;ind:pre:2p; -déchaussé déchaussé ADJ m s 0.05 0.95 0.02 0.27 -déchaussée déchaussé ADJ f s 0.05 0.95 0.01 0.20 -déchaussées déchaussé ADJ f p 0.05 0.95 0.01 0.07 -déchaussés déchaussé ADJ m p 0.05 0.95 0.01 0.41 -décher décher VER 0.00 0.34 0.00 0.14 inf; -duchesse duc NOM f s 12.40 23.51 3.99 6.15 -duchesses duc NOM f p 12.40 23.51 0.06 0.95 -déchet déchet NOM m s 7.04 6.42 1.27 1.96 -déchets déchet NOM m p 7.04 6.42 5.77 4.46 -déchetterie déchetterie NOM f s 0.11 0.00 0.11 0.00 -déchiffra déchiffrer VER 4.88 15.81 0.00 0.54 ind:pas:3s; -déchiffrable déchiffrable ADJ m s 0.02 0.47 0.02 0.27 -déchiffrables déchiffrable ADJ m p 0.02 0.47 0.00 0.20 -déchiffrage déchiffrage NOM m s 0.06 0.41 0.06 0.41 -déchiffrai déchiffrer VER 4.88 15.81 0.00 0.14 ind:pas:1s; -déchiffraient déchiffrer VER 4.88 15.81 0.00 0.07 ind:imp:3p; -déchiffrais déchiffrer VER 4.88 15.81 0.01 0.41 ind:imp:1s;ind:imp:2s; -déchiffrait déchiffrer VER 4.88 15.81 0.01 1.35 ind:imp:3s; -déchiffrant déchiffrer VER 4.88 15.81 0.03 0.27 par:pre; -déchiffre déchiffrer VER 4.88 15.81 0.13 1.28 imp:pre:2s;ind:pre:1s;ind:pre:3s; -déchiffrement déchiffrement NOM m s 0.04 1.22 0.04 1.22 -déchiffrent déchiffrer VER 4.88 15.81 0.16 0.14 ind:pre:3p; -déchiffrer déchiffrer VER 4.88 15.81 3.08 10.07 inf; -déchiffrera déchiffrer VER 4.88 15.81 0.17 0.00 ind:fut:3s; -déchiffreur déchiffreur NOM m s 0.01 0.14 0.01 0.14 -déchiffrez déchiffrer VER 4.88 15.81 0.03 0.00 imp:pre:2p; -déchiffrions déchiffrer VER 4.88 15.81 0.00 0.20 ind:imp:1p; -déchiffrâmes déchiffrer VER 4.88 15.81 0.00 0.07 ind:pas:1p; -déchiffrât déchiffrer VER 4.88 15.81 0.14 0.14 sub:imp:3s; -déchiffrèrent déchiffrer VER 4.88 15.81 0.00 0.07 ind:pas:3p; -déchiffré déchiffrer VER m s 4.88 15.81 1.01 0.68 par:pas; -déchiffrée déchiffrer VER f s 4.88 15.81 0.06 0.14 par:pas; -déchiffrées déchiffrer VER f p 4.88 15.81 0.01 0.07 par:pas; -déchiffrés déchiffrer VER m p 4.88 15.81 0.04 0.20 par:pas; -déchiqueta déchiqueter VER 2.46 5.74 0.00 0.14 ind:pas:3s; -déchiquetage déchiquetage NOM m s 0.00 0.27 0.00 0.27 -déchiquetaient déchiqueter VER 2.46 5.74 0.04 0.20 ind:imp:3p; -déchiquetait déchiqueter VER 2.46 5.74 0.00 0.07 ind:imp:3s; -déchiquetant déchiqueter VER 2.46 5.74 0.03 0.27 par:pre; -déchiqueter déchiqueter VER 2.46 5.74 0.92 1.35 inf; -déchiqueteur déchiqueteur NOM m s 0.02 0.20 0.01 0.07 -déchiqueteurs déchiqueteur NOM m p 0.02 0.20 0.00 0.07 -déchiqueteuse déchiqueteuse NOM f s 0.07 0.00 0.07 0.00 -déchiqueteuses déchiqueteur NOM f p 0.02 0.20 0.00 0.07 -déchiquetons déchiqueter VER 2.46 5.74 0.00 0.07 ind:pre:1p; -déchiquette déchiqueter VER 2.46 5.74 0.14 0.27 imp:pre:2s;ind:pre:3s; -déchiquettent déchiqueter VER 2.46 5.74 0.04 0.14 ind:pre:3p; -déchiquettes déchiqueter VER 2.46 5.74 0.00 0.07 ind:pre:2s; -déchiqueté déchiqueter VER m s 2.46 5.74 0.93 1.15 par:pas; -déchiquetée déchiqueter VER f s 2.46 5.74 0.15 0.68 par:pas; -déchiquetées déchiqueter VER f p 2.46 5.74 0.04 0.27 par:pas; -déchiquetés déchiqueter VER m p 2.46 5.74 0.18 1.08 par:pas; -déchira déchirer VER 26.46 53.11 0.17 5.00 ind:pas:3s; -déchirage déchirage NOM m s 0.00 0.14 0.00 0.07 -déchirages déchirage NOM m p 0.00 0.14 0.00 0.07 -déchirai déchirer VER 26.46 53.11 0.14 0.47 ind:pas:1s; -déchiraient déchirer VER 26.46 53.11 0.06 2.70 ind:imp:3p; -déchirais déchirer VER 26.46 53.11 0.03 0.34 ind:imp:1s;ind:imp:2s; -déchirait déchirer VER 26.46 53.11 0.39 4.86 ind:imp:3s; -déchirant déchirer VER 26.46 53.11 0.49 2.97 par:pre; -déchirante déchirant ADJ f s 0.64 10.27 0.10 3.99 -déchirantes déchirant ADJ f p 0.64 10.27 0.02 1.22 -déchirants déchirant ADJ m p 0.64 10.27 0.15 2.03 -déchire déchirer VER 26.46 53.11 7.45 8.99 imp:pre:2s;ind:pre:1s;ind:pre:3s; -déchirement déchirement NOM m s 0.36 5.68 0.23 4.05 -déchirements déchirement NOM m p 0.36 5.68 0.13 1.62 -déchirent déchirer VER 26.46 53.11 1.26 2.09 ind:pre:3p; -déchirer déchirer VER 26.46 53.11 4.27 8.72 inf;; -déchirera déchirer VER 26.46 53.11 0.13 0.07 ind:fut:3s; -déchirerai déchirer VER 26.46 53.11 0.35 0.07 ind:fut:1s; -déchireraient déchirer VER 26.46 53.11 0.14 0.14 cnd:pre:3p; -déchirerais déchirer VER 26.46 53.11 0.14 0.27 cnd:pre:1s;cnd:pre:2s; -déchirerait déchirer VER 26.46 53.11 0.04 0.20 cnd:pre:3s; -déchireras déchirer VER 26.46 53.11 0.02 0.00 ind:fut:2s; -déchirerons déchirer VER 26.46 53.11 0.04 0.00 ind:fut:1p; -déchireront déchirer VER 26.46 53.11 0.07 0.07 ind:fut:3p; -déchires déchirer VER 26.46 53.11 0.81 0.07 ind:pre:2s; -déchireur déchireur NOM m s 0.02 0.00 0.02 0.00 -déchirez déchirer VER 26.46 53.11 0.84 0.07 imp:pre:2p;ind:pre:2p; -déchiriez déchirer VER 26.46 53.11 0.02 0.07 ind:imp:2p; -déchirions déchirer VER 26.46 53.11 0.00 0.14 ind:imp:1p; -déchirons déchirer VER 26.46 53.11 0.17 0.07 imp:pre:1p;ind:pre:1p; -déchirât déchirer VER 26.46 53.11 0.00 0.07 sub:imp:3s; -déchirèrent déchirer VER 26.46 53.11 0.02 0.68 ind:pas:3p; -déchiré déchirer VER m s 26.46 53.11 6.50 8.24 par:pas; -déchirée déchirer VER f s 26.46 53.11 2.11 3.31 par:pas; -déchirées déchirer VER f p 26.46 53.11 0.35 1.01 par:pas; -déchirure déchirure NOM f s 1.58 7.03 1.03 4.80 -déchirures déchirure NOM f p 1.58 7.03 0.55 2.23 -déchirés déchiré ADJ m p 5.59 13.38 0.70 3.31 -duchnoque duchnoque NOM s 0.02 0.07 0.02 0.07 -déchoient déchoir VER 0.88 3.04 0.00 0.07 ind:pre:3p; -déchoir déchoir VER 0.88 3.04 0.01 1.49 inf; -déchoirons déchoir VER 0.88 3.04 0.00 0.07 ind:fut:1p; -déchouer déchouer VER 0.01 0.00 0.01 0.00 inf; -déchristianise déchristianiser VER 0.00 0.07 0.00 0.07 ind:pre:3s; -déché décher VER m s 0.00 0.34 0.00 0.07 par:pas; -déchu déchu ADJ m s 1.10 3.85 0.59 1.76 -duché duché NOM m s 0.06 0.14 0.06 0.14 -déchéance déchéance NOM f s 1.67 6.42 1.67 6.28 -déchéances déchéance NOM f p 1.67 6.42 0.00 0.14 -déchue déchu ADJ f s 1.10 3.85 0.19 0.88 -déchues déchoir VER f p 0.88 3.04 0.14 0.07 par:pas; -déchus déchu ADJ m p 1.10 3.85 0.28 0.81 -déci déci NOM m s 0.01 0.00 0.01 0.00 -décibel décibel NOM m s 0.40 0.88 0.04 0.00 -décibels décibel NOM m p 0.40 0.88 0.37 0.88 -décida décider VER 207.76 214.19 3.86 36.82 ind:pas:3s; -décidai décider VER 207.76 214.19 2.04 11.08 ind:pas:1s; -décidaient décider VER 207.76 214.19 0.38 1.96 ind:imp:3p; -décidais décider VER 207.76 214.19 0.77 1.28 ind:imp:1s;ind:imp:2s; -décidait décider VER 207.76 214.19 0.68 6.69 ind:imp:3s; -décidant décider VER 207.76 214.19 0.48 2.64 par:pre; -décide décider VER 207.76 214.19 31.25 20.61 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:1s;sub:pre:3s; -décident décider VER 207.76 214.19 3.37 2.57 ind:pre:3p; -décider décider VER 207.76 214.19 42.27 27.16 inf; -décidera décider VER 207.76 214.19 3.48 2.16 ind:fut:3s; -déciderai décider VER 207.76 214.19 1.73 0.07 ind:fut:1s; -décideraient décider VER 207.76 214.19 0.01 0.61 cnd:pre:3p; -déciderais décider VER 207.76 214.19 0.14 0.20 cnd:pre:1s;cnd:pre:2s; -déciderait décider VER 207.76 214.19 0.42 1.15 cnd:pre:3s; -décideras décider VER 207.76 214.19 0.76 0.54 ind:fut:2s; -déciderez décider VER 207.76 214.19 0.47 0.34 ind:fut:2p; -décideriez décider VER 207.76 214.19 0.09 0.14 cnd:pre:2p; -déciderions décider VER 207.76 214.19 0.01 0.00 cnd:pre:1p; -déciderons décider VER 207.76 214.19 0.35 0.14 ind:fut:1p; -décideront décider VER 207.76 214.19 0.89 0.74 ind:fut:3p; -décides décider VER 207.76 214.19 8.15 1.89 ind:pre:2s; -décideur décideur NOM m s 0.23 0.00 0.12 0.00 -décideurs décideur NOM m p 0.23 0.00 0.11 0.00 -décidez décider VER 207.76 214.19 6.25 0.88 imp:pre:2p;ind:pre:2p; -décidiez décider VER 207.76 214.19 0.58 0.14 ind:imp:2p; -décidions décider VER 207.76 214.19 0.20 0.41 ind:imp:1p; -décidâmes décider VER 207.76 214.19 0.02 1.62 ind:pas:1p; -décidons décider VER 207.76 214.19 1.42 0.68 imp:pre:1p;ind:pre:1p; -décidât décider VER 207.76 214.19 0.00 1.08 sub:imp:3s; -décidèrent décider VER 207.76 214.19 0.65 5.27 ind:pas:3p; -décidé décider VER m s 207.76 214.19 92.08 73.78 par:pas;par:pas;par:pas; -décidée décider VER f s 207.76 214.19 3.63 7.50 par:pas; -décidées décider VER f p 207.76 214.19 0.13 0.88 par:pas; -décidément décidément ADV 3.88 30.81 3.88 30.81 -décidés décider VER m p 207.76 214.19 1.23 3.18 par:pas; -décigramme décigramme NOM m s 0.14 0.00 0.01 0.00 -décigrammes décigramme NOM m p 0.14 0.00 0.14 0.00 -décile décile NOM m s 0.01 0.00 0.01 0.00 -décilitre décilitre NOM m s 0.03 0.07 0.03 0.07 -décima décimer VER 3.30 3.85 0.04 0.00 ind:pas:3s; -décimaient décimer VER 3.30 3.85 0.00 0.14 ind:imp:3p; -décimait décimer VER 3.30 3.85 0.01 0.27 ind:imp:3s; -décimal décimal ADJ m s 0.34 0.47 0.09 0.07 -décimale décimal ADJ f s 0.34 0.47 0.11 0.20 -décimales décimal ADJ f p 0.34 0.47 0.15 0.20 -décimalisation décimalisation NOM f s 0.01 0.00 0.01 0.00 -décimalité décimalité NOM f s 0.01 0.00 0.01 0.00 -décimant décimer VER 3.30 3.85 0.01 0.00 par:pre; -décimateur décimateur NOM m s 0.01 0.00 0.01 0.00 -décimation décimation NOM f s 0.42 0.20 0.42 0.20 -décime décimer VER 3.30 3.85 0.46 0.20 imp:pre:2s;ind:pre:1s;ind:pre:3s; -déciment décimer VER 3.30 3.85 0.14 0.00 ind:pre:3p; -décimer décimer VER 3.30 3.85 0.41 0.27 inf; -décimera décimer VER 3.30 3.85 0.01 0.00 ind:fut:3s; -décimerai décimer VER 3.30 3.85 0.01 0.00 ind:fut:1s; -décimerait décimer VER 3.30 3.85 0.03 0.00 cnd:pre:3s; -décimeront décimer VER 3.30 3.85 0.01 0.07 ind:fut:3p; -décimes décime NOM m p 0.00 0.07 0.00 0.07 -décimèrent décimer VER 3.30 3.85 0.00 0.07 ind:pas:3p; -décimètre décimètre NOM m s 0.03 0.81 0.01 0.54 -décimètres décimètre NOM m p 0.03 0.81 0.01 0.27 -décimé décimer VER m s 3.30 3.85 0.97 0.74 par:pas; -décimée décimer VER f s 3.30 3.85 0.35 0.88 par:pas; -décimées décimer VER f p 3.30 3.85 0.15 0.54 par:pas; -décimés décimer VER m p 3.30 3.85 0.68 0.68 par:pas; -décisif décisif ADJ m s 3.85 16.01 1.96 7.03 -décisifs décisif ADJ m p 3.85 16.01 0.17 1.69 -décision_clé décision_clé NOM f s 0.01 0.00 0.01 0.00 -décision décision NOM f s 66.48 60.00 54.63 47.77 -décisionnaire décisionnaire NOM s 0.04 0.00 0.04 0.00 -décisionnel décisionnel ADJ m s 0.05 0.00 0.04 0.00 -décisionnelles décisionnel ADJ f p 0.05 0.00 0.01 0.00 -décisions décision NOM f p 66.48 60.00 11.85 12.23 -décisive décisif ADJ f s 3.85 16.01 1.47 5.95 -décisives décisif ADJ f p 3.85 16.01 0.25 1.35 -décivilisés déciviliser VER m p 0.00 0.07 0.00 0.07 par:pas; -déclama déclamer VER 0.63 5.00 0.00 0.47 ind:pas:3s; -déclamai déclamer VER 0.63 5.00 0.00 0.07 ind:pas:1s; -déclamaient déclamer VER 0.63 5.00 0.00 0.20 ind:imp:3p; -déclamais déclamer VER 0.63 5.00 0.01 0.20 ind:imp:1s;ind:imp:2s; -déclamait déclamer VER 0.63 5.00 0.03 1.22 ind:imp:3s; -déclamant déclamer VER 0.63 5.00 0.01 0.47 par:pre; -déclamation déclamation NOM f s 0.04 0.81 0.03 0.68 -déclamations déclamation NOM f p 0.04 0.81 0.01 0.14 -déclamatoire déclamatoire ADJ s 0.02 0.54 0.01 0.34 -déclamatoires déclamatoire ADJ f p 0.02 0.54 0.01 0.20 -déclamatrice déclamateur NOM f s 0.00 0.14 0.00 0.14 -déclame déclamer VER 0.63 5.00 0.05 0.61 imp:pre:2s;ind:pre:1s;ind:pre:3s; -déclamer déclamer VER 0.63 5.00 0.53 1.22 inf; -déclamera déclamer VER 0.63 5.00 0.00 0.07 ind:fut:3s; -déclamerait déclamer VER 0.63 5.00 0.01 0.07 cnd:pre:3s; -déclamât déclamer VER 0.63 5.00 0.00 0.07 sub:imp:3s; -déclamé déclamer VER m s 0.63 5.00 0.00 0.20 par:pas; -déclamée déclamer VER f s 0.63 5.00 0.00 0.14 par:pas; -déclanche déclancher VER 0.22 0.14 0.01 0.07 ind:pre:3s; -déclancher déclancher VER 0.22 0.14 0.14 0.07 inf; -déclanchera déclancher VER 0.22 0.14 0.01 0.00 ind:fut:3s; -déclanché déclancher VER m s 0.22 0.14 0.06 0.00 par:pas; -déclara déclarer VER 41.59 73.18 0.89 20.00 ind:pas:3s; -déclarai déclarer VER 41.59 73.18 0.00 3.65 ind:pas:1s; -déclaraient déclarer VER 41.59 73.18 0.22 0.95 ind:imp:3p; -déclarais déclarer VER 41.59 73.18 0.00 0.68 ind:imp:1s; -déclarait déclarer VER 41.59 73.18 0.26 6.96 ind:imp:3s; -déclarant déclarer VER 41.59 73.18 0.27 3.65 par:pre; -déclaration déclaration NOM f s 19.74 21.82 16.49 15.68 -déclarations déclaration NOM f p 19.74 21.82 3.25 6.15 -déclarative déclaratif ADJ f s 0.00 0.07 0.00 0.07 -déclaratoire déclaratoire ADJ s 0.03 0.00 0.03 0.00 -déclare déclarer VER 41.59 73.18 13.13 9.86 imp:pre:2s;ind:pre:1s;ind:pre:3s; -déclarent déclarer VER 41.59 73.18 0.75 1.08 ind:pre:3p; -déclarer déclarer VER 41.59 73.18 6.85 7.97 inf; -déclarera déclarer VER 41.59 73.18 0.28 0.20 ind:fut:3s; -déclarerai déclarer VER 41.59 73.18 0.18 0.00 ind:fut:1s; -déclarerais déclarer VER 41.59 73.18 0.01 0.07 cnd:pre:1s;cnd:pre:2s; -déclarerait déclarer VER 41.59 73.18 0.04 0.27 cnd:pre:3s; -déclareriez déclarer VER 41.59 73.18 0.03 0.00 cnd:pre:2p; -déclarerions déclarer VER 41.59 73.18 0.00 0.07 cnd:pre:1p; -déclarerons déclarer VER 41.59 73.18 0.02 0.07 ind:fut:1p; -déclareront déclarer VER 41.59 73.18 0.16 0.00 ind:fut:3p; -déclares déclarer VER 41.59 73.18 0.11 0.00 ind:pre:2s; -déclarez déclarer VER 41.59 73.18 1.03 0.27 imp:pre:2p;ind:pre:2p; -déclariez déclarer VER 41.59 73.18 0.17 0.07 ind:imp:2p; -déclarions déclarer VER 41.59 73.18 0.01 0.07 ind:imp:1p; -déclarons déclarer VER 41.59 73.18 1.16 0.41 imp:pre:1p;ind:pre:1p; -déclarât déclarer VER 41.59 73.18 0.00 0.14 sub:imp:3s; -déclarèrent déclarer VER 41.59 73.18 0.01 0.54 ind:pas:3p; -déclaré déclarer VER m s 41.59 73.18 13.37 13.72 par:pas;par:pas;par:pas; -déclarée déclarer VER f s 41.59 73.18 2.04 1.62 par:pas; -déclarées déclarer VER f p 41.59 73.18 0.05 0.20 par:pas; -déclarés déclarer VER m p 41.59 73.18 0.54 0.68 par:pas; -déclasse déclasser VER 0.21 0.54 0.02 0.14 ind:pre:1s;ind:pre:3s; -déclassement déclassement NOM m s 0.00 0.20 0.00 0.20 -déclasser déclasser VER 0.21 0.54 0.14 0.20 inf; -déclassé déclassé ADJ m s 0.14 0.07 0.14 0.00 -déclassée déclasser VER f s 0.21 0.54 0.01 0.00 par:pas; -déclassées déclasser VER f p 0.21 0.54 0.01 0.00 par:pas; -déclassés déclassé NOM m p 0.00 0.95 0.00 0.20 -déclavetées déclaveter VER f p 0.00 0.07 0.00 0.07 par:pas; -déclencha déclencher VER 19.23 22.91 0.16 2.30 ind:pas:3s; -déclenchai déclencher VER 19.23 22.91 0.00 0.07 ind:pas:1s; -déclenchaient déclencher VER 19.23 22.91 0.18 0.34 ind:imp:3p; -déclenchait déclencher VER 19.23 22.91 0.11 1.89 ind:imp:3s; -déclenchant déclencher VER 19.23 22.91 0.39 0.74 par:pre; -déclenche déclencher VER 19.23 22.91 3.27 3.58 imp:pre:2s;ind:pre:1s;ind:pre:3s; -déclenchement déclenchement NOM m s 0.53 2.50 0.53 2.50 -déclenchent déclencher VER 19.23 22.91 0.63 0.68 ind:pre:3p; -déclencher déclencher VER 19.23 22.91 4.71 5.88 inf; -déclenchera déclencher VER 19.23 22.91 0.53 0.20 ind:fut:3s; -déclencherai déclencher VER 19.23 22.91 0.08 0.00 ind:fut:1s; -déclencheraient déclencher VER 19.23 22.91 0.00 0.07 cnd:pre:3p; -déclencherais déclencher VER 19.23 22.91 0.04 0.00 cnd:pre:1s;cnd:pre:2s; -déclencherait déclencher VER 19.23 22.91 0.34 0.07 cnd:pre:3s; -déclencherez déclencher VER 19.23 22.91 0.14 0.07 ind:fut:2p; -déclencherons déclencher VER 19.23 22.91 0.05 0.00 ind:fut:1p; -déclencheront déclencher VER 19.23 22.91 0.05 0.00 ind:fut:3p; -déclencheur déclencheur NOM m s 0.94 0.07 0.84 0.07 -déclencheurs déclencheur NOM m p 0.94 0.07 0.09 0.00 -déclenchez déclencher VER 19.23 22.91 0.60 0.00 imp:pre:2p;ind:pre:2p; -déclenchions déclencher VER 19.23 22.91 0.00 0.07 ind:imp:1p; -déclenchons déclencher VER 19.23 22.91 0.13 0.00 imp:pre:1p;ind:pre:1p; -déclenchât déclencher VER 19.23 22.91 0.00 0.07 sub:imp:3s; -déclenchèrent déclencher VER 19.23 22.91 0.03 0.54 ind:pas:3p; -déclenché déclencher VER m s 19.23 22.91 5.29 3.65 par:pas; -déclenchée déclencher VER f s 19.23 22.91 2.12 2.09 par:pas; -déclenchées déclencher VER f p 19.23 22.91 0.29 0.41 par:pas; -déclenchés déclencher VER m p 19.23 22.91 0.09 0.20 par:pas; -déclic déclic NOM m s 1.13 7.97 0.96 7.50 -déclics déclic NOM m p 1.13 7.97 0.17 0.47 -déclin déclin NOM m s 1.73 6.42 1.73 6.08 -déclina décliner VER 3.55 11.28 0.12 1.08 ind:pas:3s; -déclinai décliner VER 3.55 11.28 0.00 0.34 ind:pas:1s; -déclinaient décliner VER 3.55 11.28 0.00 0.14 ind:imp:3p; -déclinais décliner VER 3.55 11.28 0.01 0.20 ind:imp:1s; -déclinaison déclinaison NOM f s 0.23 0.47 0.09 0.20 -déclinaisons déclinaison NOM f p 0.23 0.47 0.14 0.27 -déclinait décliner VER 3.55 11.28 0.28 2.50 ind:imp:3s; -déclinant décliner VER 3.55 11.28 0.16 0.81 par:pre; -déclinante déclinant ADJ f s 0.06 2.97 0.04 1.08 -déclinants déclinant ADJ m p 0.06 2.97 0.00 0.20 -décline décliner VER 3.55 11.28 1.11 2.30 imp:pre:2s;ind:pre:1s;ind:pre:3s; -déclinent décliner VER 3.55 11.28 0.12 0.27 ind:pre:3p; -décliner décliner VER 3.55 11.28 0.58 2.23 inf; -déclinera décliner VER 3.55 11.28 0.01 0.00 ind:fut:3s; -déclines décliner VER 3.55 11.28 0.04 0.07 ind:pre:2s; -déclinez décliner VER 3.55 11.28 0.42 0.00 imp:pre:2p;ind:pre:2p; -déclinions décliner VER 3.55 11.28 0.00 0.14 ind:imp:1p; -déclins déclin NOM m p 1.73 6.42 0.00 0.34 -déclinèrent décliner VER 3.55 11.28 0.00 0.07 ind:pas:3p; -décliné décliner VER m s 3.55 11.28 0.63 1.08 par:pas; -déclinée décliner VER f s 3.55 11.28 0.07 0.07 par:pas; -déclique décliquer VER 0.01 0.00 0.01 0.00 ind:pre:1s; -décliqueté décliqueter VER m s 0.00 0.07 0.00 0.07 par:pas; -déclive déclive ADJ f s 0.00 0.34 0.00 0.27 -déclives déclive ADJ f p 0.00 0.34 0.00 0.07 -déclivité déclivité NOM f s 0.01 1.08 0.01 0.74 -déclivités déclivité NOM f p 0.01 1.08 0.00 0.34 -décloisonnée décloisonner VER f s 0.00 0.07 0.00 0.07 par:pas; -déclose déclore VER f s 0.01 0.00 0.01 0.00 par:pas; -décloses déclos ADJ f p 0.00 0.14 0.00 0.07 -déclouer déclouer VER 0.11 0.88 0.10 0.14 inf; -déclouèrent déclouer VER 0.11 0.88 0.00 0.14 ind:pas:3p; -décloué déclouer VER m s 0.11 0.88 0.00 0.20 par:pas; -déclouée déclouer VER f s 0.11 0.88 0.01 0.07 par:pas; -déclouées déclouer VER f p 0.11 0.88 0.00 0.34 par:pas; -déco déco ADJ 2.25 0.47 2.25 0.47 -décocha décocher VER 0.44 4.05 0.00 1.42 ind:pas:3s; -décochai décocher VER 0.44 4.05 0.00 0.07 ind:pas:1s; -décochaient décocher VER 0.44 4.05 0.00 0.07 ind:imp:3p; -décochais décocher VER 0.44 4.05 0.00 0.07 ind:imp:1s; -décochait décocher VER 0.44 4.05 0.01 0.27 ind:imp:3s; -décochant décocher VER 0.44 4.05 0.00 0.14 par:pre; -décoche décocher VER 0.44 4.05 0.23 0.95 imp:pre:2s;ind:pre:1s;ind:pre:3s; -décochent décocher VER 0.44 4.05 0.00 0.07 ind:pre:3p; -décocher décocher VER 0.44 4.05 0.06 0.54 inf; -décochera décocher VER 0.44 4.05 0.02 0.00 ind:fut:3s; -décocheuses décocheur NOM f p 0.00 0.07 0.00 0.07 -décochez décocher VER 0.44 4.05 0.03 0.00 imp:pre:2p;ind:pre:2p; -décoché décocher VER m s 0.44 4.05 0.06 0.27 par:pas; -décochée décocher VER f s 0.44 4.05 0.01 0.14 par:pas; -décochées décocher VER f p 0.44 4.05 0.01 0.07 par:pas; -décoconne décoconner VER 0.00 0.14 0.00 0.07 imp:pre:2s; -décoconnerai décoconner VER 0.00 0.14 0.00 0.07 ind:fut:1s; -décoction décoction NOM f s 0.83 1.08 0.81 0.81 -décoctions décoction NOM f p 0.83 1.08 0.02 0.27 -décodage décodage NOM m s 0.19 0.14 0.19 0.00 -décodages décodage NOM m p 0.19 0.14 0.00 0.14 -décodait décoder VER 3.04 0.54 0.00 0.14 ind:imp:3s; -décodant décoder VER 3.04 0.54 0.01 0.00 par:pre; -décode décoder VER 3.04 0.54 0.38 0.00 imp:pre:2s;ind:pre:1s;ind:pre:3s; -décodent décoder VER 3.04 0.54 0.02 0.00 ind:pre:3p; -décoder décoder VER 3.04 0.54 1.59 0.34 inf; -décoderai décoder VER 3.04 0.54 0.12 0.00 ind:fut:1s; -décodeur décodeur NOM m s 0.39 0.07 0.35 0.07 -décodeurs décodeur NOM m p 0.39 0.07 0.02 0.00 -décodeuse décodeur NOM f s 0.39 0.07 0.01 0.00 -décodez décoder VER 3.04 0.54 0.06 0.00 imp:pre:2p;ind:pre:2p; -décodons décoder VER 3.04 0.54 0.02 0.00 ind:pre:1p; -décodé décoder VER m s 3.04 0.54 0.71 0.07 par:pas; -décodée décoder VER f s 3.04 0.54 0.04 0.00 par:pas; -décodées décoder VER f p 3.04 0.54 0.04 0.00 par:pas; -décodés décoder VER m p 3.04 0.54 0.04 0.00 par:pas; -décoffrage décoffrage NOM m s 0.02 0.00 0.02 0.00 -décoffrés décoffrer VER m p 0.00 0.07 0.00 0.07 par:pas; -décoiffa décoiffer VER 1.37 3.18 0.00 0.07 ind:pas:3s; -décoiffait décoiffer VER 1.37 3.18 0.01 0.07 ind:imp:3s; -décoiffe décoiffer VER 1.37 3.18 0.29 0.14 imp:pre:2s;ind:pre:3s; -décoiffer décoiffer VER 1.37 3.18 0.20 0.20 inf; -décoiffera décoiffer VER 1.37 3.18 0.03 0.00 ind:fut:3s; -décoifferais décoiffer VER 1.37 3.18 0.00 0.07 cnd:pre:2s; -décoifferait décoiffer VER 1.37 3.18 0.00 0.07 cnd:pre:3s; -décoiffes décoiffer VER 1.37 3.18 0.12 0.07 ind:pre:2s; -décoiffez décoiffer VER 1.37 3.18 0.12 0.00 imp:pre:2p;ind:pre:2p; -décoiffé décoiffer VER m s 1.37 3.18 0.25 0.74 par:pas; -décoiffée décoiffer VER f s 1.37 3.18 0.30 1.49 par:pas; -décoiffées décoiffer VER f p 1.37 3.18 0.00 0.14 par:pas; -décoiffés décoiffer VER m p 1.37 3.18 0.04 0.14 par:pas; -décoince décoincer VER 0.93 0.27 0.16 0.00 imp:pre:2s;ind:pre:3s; -décoincer décoincer VER 0.93 0.27 0.61 0.20 inf; -décoincera décoincer VER 0.93 0.27 0.01 0.00 ind:fut:3s; -décoincerait décoincer VER 0.93 0.27 0.01 0.00 cnd:pre:3s; -décoinces décoincer VER 0.93 0.27 0.02 0.00 ind:pre:2s; -décoincez décoincer VER 0.93 0.27 0.03 0.00 imp:pre:2p;ind:pre:2p; -décoincé décoincer VER m s 0.93 0.27 0.06 0.00 par:pas; -décoinça décoincer VER 0.93 0.27 0.00 0.07 ind:pas:3s; -décoinçage décoinçage NOM m s 0.01 0.00 0.01 0.00 -décoinçant décoincer VER 0.93 0.27 0.02 0.00 par:pre; -décolla décoller VER 21.15 19.73 0.00 1.35 ind:pas:3s; -décollage décollage NOM m s 7.23 1.15 7.14 1.15 -décollages décollage NOM m p 7.23 1.15 0.09 0.00 -décollai décoller VER 21.15 19.73 0.00 0.07 ind:pas:1s; -décollaient décoller VER 21.15 19.73 0.02 0.88 ind:imp:3p; -décollais décoller VER 21.15 19.73 0.03 0.27 ind:imp:1s;ind:imp:2s; -décollait décoller VER 21.15 19.73 0.26 1.22 ind:imp:3s; -décollant décoller VER 21.15 19.73 0.07 1.15 par:pre; -décollassions décoller VER 21.15 19.73 0.10 0.00 sub:imp:1p; -décollation décollation NOM f s 0.01 0.07 0.01 0.07 -décolle décoller VER 21.15 19.73 5.89 3.11 imp:pre:2s;ind:pre:1s;ind:pre:3s; -décollement décollement NOM m s 0.27 0.07 0.26 0.07 -décollements décollement NOM m p 0.27 0.07 0.01 0.00 -décollent décoller VER 21.15 19.73 0.75 0.27 ind:pre:3p; -décoller décoller VER 21.15 19.73 8.11 5.68 inf; -décollera décoller VER 21.15 19.73 0.77 0.00 ind:fut:3s; -décollerai décoller VER 21.15 19.73 0.16 0.00 ind:fut:1s; -décollerait décoller VER 21.15 19.73 0.14 0.07 cnd:pre:3s; -décolleras décoller VER 21.15 19.73 0.01 0.00 ind:fut:2s; -décollerons décoller VER 21.15 19.73 0.08 0.00 ind:fut:1p; -décolleront décoller VER 21.15 19.73 0.19 0.00 ind:fut:3p; -décolles décoller VER 21.15 19.73 0.12 0.07 ind:pre:2s; -décolleter décolleter VER 0.16 0.95 0.01 0.07 inf; -décolleté décolleté NOM m s 1.76 3.92 1.52 3.31 -décolletée décolleté ADJ f s 0.49 2.36 0.26 1.28 -décolletées décolleté ADJ f p 0.49 2.36 0.01 0.54 -décolletés décolleté NOM m p 1.76 3.92 0.25 0.61 -décollez décoller VER 21.15 19.73 0.60 0.07 imp:pre:2p;ind:pre:2p; -décollons décoller VER 21.15 19.73 0.56 0.00 imp:pre:1p;ind:pre:1p; -décollèrent décoller VER 21.15 19.73 0.00 0.14 ind:pas:3p; -décollé décoller VER m s 21.15 19.73 3.02 1.89 par:pas; -décollée décoller VER f s 21.15 19.73 0.21 1.01 par:pas; -décollées décoller VER f p 21.15 19.73 0.06 1.89 par:pas; -décollés décoller VER m p 21.15 19.73 0.01 0.61 par:pas; -décolonisation décolonisation NOM f s 0.00 0.41 0.00 0.41 -décolonise décoloniser VER 0.00 0.07 0.00 0.07 ind:pre:3s; -décolora décolorer VER 0.45 3.58 0.00 0.20 ind:pas:3s; -décoloraient décolorer VER 0.45 3.58 0.00 0.27 ind:imp:3p; -décolorait décolorer VER 0.45 3.58 0.01 0.68 ind:imp:3s; -décolorant décolorer VER 0.45 3.58 0.03 0.00 par:pre; -décoloration décoloration NOM f s 0.53 0.34 0.46 0.20 -décolorations décoloration NOM f p 0.53 0.34 0.08 0.14 -décolore décolorer VER 0.45 3.58 0.19 0.54 imp:pre:2s;ind:pre:1s;ind:pre:3s; -décolorent décolorer VER 0.45 3.58 0.01 0.14 ind:pre:3p; -décolorer décolorer VER 0.45 3.58 0.10 0.34 inf; -décoloré décoloré ADJ m s 0.29 3.38 0.07 0.95 -décolorée décoloré ADJ f s 0.29 3.38 0.19 1.15 -décolorées décoloré ADJ f p 0.29 3.38 0.01 0.54 -décolorés décoloré ADJ m p 0.29 3.38 0.03 0.74 -décolère décolérer VER 0.01 0.81 0.00 0.07 imp:pre:2s; -décoléraient décolérer VER 0.01 0.81 0.00 0.07 ind:imp:3p; -décolérais décolérer VER 0.01 0.81 0.00 0.07 ind:imp:1s; -décolérait décolérer VER 0.01 0.81 0.00 0.41 ind:imp:3s; -décolérer décolérer VER 0.01 0.81 0.00 0.07 inf; -décoléré décolérer VER m s 0.01 0.81 0.01 0.14 par:pas; -décombre décombrer VER 0.00 0.27 0.00 0.27 ind:pre:3s; -décombres décombre NOM m p 1.09 6.55 1.09 6.55 -décommanda décommander VER 2.77 2.30 0.00 0.27 ind:pas:3s; -décommandai décommander VER 2.77 2.30 0.00 0.07 ind:pas:1s; -décommandais décommander VER 2.77 2.30 0.00 0.07 ind:imp:1s; -décommandait décommander VER 2.77 2.30 0.00 0.20 ind:imp:3s; -décommande décommander VER 2.77 2.30 0.57 0.27 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -décommander décommander VER 2.77 2.30 0.98 0.88 inf; -décommanderait décommander VER 2.77 2.30 0.00 0.07 cnd:pre:3s; -décommandes décommander VER 2.77 2.30 0.29 0.00 ind:pre:2s; -décommandez décommander VER 2.77 2.30 0.09 0.00 imp:pre:2p;ind:pre:2p; -décommandé décommander VER m s 2.77 2.30 0.66 0.34 par:pas; -décommandée décommander VER f s 2.77 2.30 0.16 0.07 par:pas; -décommandées décommander VER f p 2.77 2.30 0.01 0.07 par:pas; -décommandés décommander VER m p 2.77 2.30 0.01 0.00 par:pas; -décompensation décompensation NOM f s 0.01 0.00 0.01 0.00 -décompenser décompenser VER 0.05 0.00 0.04 0.00 inf; -décompensé décompenser VER m s 0.05 0.00 0.01 0.00 par:pas; -décompliquer décompliquer VER 0.02 0.00 0.02 0.00 inf; -décomposa décomposer VER 2.86 7.43 0.00 0.47 ind:pas:3s; -décomposable décomposable ADJ s 0.00 0.07 0.00 0.07 -décomposaient décomposer VER 2.86 7.43 0.01 0.27 ind:imp:3p; -décomposais décomposer VER 2.86 7.43 0.00 0.20 ind:imp:1s; -décomposait décomposer VER 2.86 7.43 0.14 0.95 ind:imp:3s; -décomposant décomposer VER 2.86 7.43 0.09 0.47 par:pre; -décompose décomposer VER 2.86 7.43 0.69 1.22 imp:pre:2s;ind:pre:1s;ind:pre:3s; -décomposent décomposer VER 2.86 7.43 0.31 0.14 ind:pre:3p; -décomposer décomposer VER 2.86 7.43 0.81 1.42 inf; -décomposera décomposer VER 2.86 7.43 0.23 0.14 ind:fut:3s; -décomposeraient décomposer VER 2.86 7.43 0.01 0.14 cnd:pre:3p; -décomposerait décomposer VER 2.86 7.43 0.00 0.07 cnd:pre:3s; -décomposeur décomposeur NOM m s 0.01 0.00 0.01 0.00 -décomposition décomposition NOM f s 2.59 3.45 2.58 3.38 -décompositions décomposition NOM f p 2.59 3.45 0.01 0.07 -décomposé décomposer VER m s 2.86 7.43 0.48 1.08 par:pas; -décomposée décomposé ADJ f s 0.24 2.97 0.04 0.47 -décomposées décomposé ADJ f p 0.24 2.97 0.01 0.68 -décomposés décomposé ADJ m p 0.24 2.97 0.06 0.34 -décompressa décompresser VER 1.11 0.41 0.00 0.07 ind:pas:3s; -décompresse décompresser VER 1.11 0.41 0.38 0.14 imp:pre:2s;ind:pre:1s;ind:pre:3s; -décompresser décompresser VER 1.11 0.41 0.63 0.14 inf; -décompressez décompresser VER 1.11 0.41 0.05 0.00 imp:pre:2p;ind:pre:2p; -décompression décompression NOM f s 0.50 0.41 0.46 0.34 -décompressions décompression NOM f p 0.50 0.41 0.04 0.07 -décompressé décompresser VER m s 1.11 0.41 0.05 0.07 par:pas; -décomprimer décomprimer VER 0.01 0.00 0.01 0.00 inf; -décompte décompte NOM m s 1.15 0.81 1.11 0.61 -décompter décompter VER 0.19 0.47 0.08 0.27 inf; -décomptes décompte NOM m p 1.15 0.81 0.04 0.20 -décompté décompter VER m s 0.19 0.47 0.04 0.00 par:pas; -décomptés décompter VER m p 0.19 0.47 0.00 0.07 par:pas; -ducon ducon NOM m s 6.86 1.01 6.86 1.01 -déconcentrant déconcentrer VER 0.88 0.20 0.01 0.14 par:pre; -déconcentration déconcentration NOM f s 0.00 0.07 0.00 0.07 -déconcentrent déconcentrer VER 0.88 0.20 0.02 0.00 ind:pre:3p; -déconcentrer déconcentrer VER 0.88 0.20 0.47 0.07 inf; -déconcentrez déconcentrer VER 0.88 0.20 0.18 0.00 imp:pre:2p;ind:pre:2p; -déconcentré déconcentrer VER m s 0.88 0.20 0.14 0.00 par:pas; -déconcentrée déconcentrer VER f s 0.88 0.20 0.05 0.00 par:pas; -déconcerta déconcerter VER 1.08 7.09 0.01 1.01 ind:pas:3s; -déconcertait déconcerter VER 1.08 7.09 0.00 0.74 ind:imp:3s; -déconcertant déconcertant ADJ m s 1.01 4.39 0.63 1.01 -déconcertante déconcertant ADJ f s 1.01 4.39 0.31 2.23 -déconcertantes déconcertant ADJ f p 1.01 4.39 0.07 0.61 -déconcertants déconcertant ADJ m p 1.01 4.39 0.00 0.54 -déconcerte déconcerter VER 1.08 7.09 0.09 0.95 imp:pre:2s;ind:pre:1s;ind:pre:3s; -déconcertent déconcerter VER 1.08 7.09 0.17 0.20 ind:pre:3p; -déconcerter déconcerter VER 1.08 7.09 0.06 0.54 inf; -déconcertera déconcerter VER 1.08 7.09 0.01 0.07 ind:fut:3s; -déconcertez déconcerter VER 1.08 7.09 0.05 0.00 ind:pre:2p; -déconcertèrent déconcerter VER 1.08 7.09 0.00 0.07 ind:pas:3p; -déconcerté déconcerté ADJ m s 0.25 2.64 0.20 1.55 -déconcertée déconcerter VER f s 1.08 7.09 0.07 1.35 par:pas; -déconcertés déconcerter VER m p 1.08 7.09 0.39 0.34 par:pas; -déconditionnement déconditionnement NOM m s 0.03 0.00 0.03 0.00 -déconditionner déconditionner VER 0.01 0.00 0.01 0.00 inf; -déconfire déconfire VER 0.03 0.41 0.01 0.00 inf; -déconfit déconfit ADJ m s 0.05 0.88 0.04 0.54 -déconfite déconfit ADJ f s 0.05 0.88 0.00 0.27 -déconfits déconfit ADJ m p 0.05 0.88 0.01 0.07 -déconfiture déconfiture NOM f s 0.07 1.55 0.07 1.42 -déconfitures déconfiture NOM f p 0.07 1.55 0.00 0.14 -décongela décongeler VER 0.52 0.34 0.01 0.00 ind:pas:3s; -décongeler décongeler VER 0.52 0.34 0.21 0.07 inf; -décongelé décongeler VER m s 0.52 0.34 0.26 0.27 par:pas; -décongelée décongeler VER f s 0.52 0.34 0.02 0.00 par:pas; -décongestif décongestif NOM m s 0.01 0.00 0.01 0.00 -décongestion décongestion NOM f s 0.01 0.00 0.01 0.00 -décongestionnant décongestionner VER 0.14 0.07 0.04 0.00 par:pre; -décongestionne décongestionner VER 0.14 0.07 0.00 0.07 ind:pre:3s; -décongestionner décongestionner VER 0.14 0.07 0.10 0.00 inf; -décongestionné décongestionner VER m s 0.14 0.07 0.01 0.00 par:pas; -décongèlera décongeler VER 0.52 0.34 0.01 0.00 ind:fut:3s; -décongélation décongélation NOM f s 0.31 0.00 0.31 0.00 -déconnage déconnage NOM m s 0.00 0.61 0.00 0.54 -déconnages déconnage NOM m p 0.00 0.61 0.00 0.07 -déconnaient déconner VER 39.86 10.95 0.01 0.07 ind:imp:3p; -déconnais déconner VER 39.86 10.95 0.92 0.41 ind:imp:1s;ind:imp:2s; -déconnait déconner VER 39.86 10.95 0.49 0.61 ind:imp:3s; -déconnant déconner VER 39.86 10.95 0.01 0.20 par:pre; -déconne déconner VER 39.86 10.95 13.38 4.12 imp:pre:2s;ind:pre:1s;ind:pre:3s; -déconnectaient déconnecter VER 2.60 0.47 0.01 0.00 ind:imp:3p; -déconnectant déconnecter VER 2.60 0.47 0.00 0.07 par:pre; -déconnecte déconnecter VER 2.60 0.47 0.24 0.07 imp:pre:2s;ind:pre:1s;ind:pre:3s; -déconnectent déconnecter VER 2.60 0.47 0.01 0.00 ind:pre:3p; -déconnecter déconnecter VER 2.60 0.47 0.64 0.07 inf; -déconnectez déconnecter VER 2.60 0.47 0.20 0.00 imp:pre:2p;ind:pre:2p; -déconnectiez déconnecter VER 2.60 0.47 0.03 0.00 ind:imp:2p; -déconnection déconnection NOM f s 0.03 0.00 0.03 0.00 -déconnectons déconnecter VER 2.60 0.47 0.02 0.00 ind:pre:1p; -déconnecté déconnecter VER m s 2.60 0.47 0.92 0.20 par:pas; -déconnectée déconnecter VER f s 2.60 0.47 0.18 0.07 par:pas; -déconnectés déconnecter VER m p 2.60 0.47 0.35 0.00 par:pas; -déconnent déconner VER 39.86 10.95 0.28 0.00 ind:pre:3p; -déconner déconner VER 39.86 10.95 9.39 3.04 inf; -déconnerai déconner VER 39.86 10.95 0.03 0.00 ind:fut:1s; -déconnerais déconner VER 39.86 10.95 0.15 0.00 cnd:pre:1s; -déconnes déconner VER 39.86 10.95 8.95 1.69 ind:pre:2s;sub:pre:2s; -déconneur déconneur NOM m s 0.20 0.20 0.19 0.07 -déconneurs déconneur NOM m p 0.20 0.20 0.00 0.14 -déconneuse déconneur NOM f s 0.20 0.20 0.01 0.00 -déconnexion déconnexion NOM f s 0.16 0.07 0.16 0.07 -déconnez déconner VER 39.86 10.95 2.19 0.14 imp:pre:2p;ind:pre:2p; -déconné déconner VER m s 39.86 10.95 4.07 0.68 par:pas; -déconomètre déconomètre NOM m s 0.00 0.07 0.00 0.07 -déconophone déconophone NOM m s 0.00 0.20 0.00 0.14 -déconophones déconophone NOM m p 0.00 0.20 0.00 0.07 -déconseilla déconseiller VER 2.83 2.23 0.14 0.14 ind:pas:3s; -déconseillai déconseiller VER 2.83 2.23 0.00 0.07 ind:pas:1s; -déconseillait déconseiller VER 2.83 2.23 0.01 0.41 ind:imp:3s; -déconseillant déconseiller VER 2.83 2.23 0.01 0.14 par:pre; -déconseille déconseiller VER 2.83 2.23 1.76 0.27 ind:pre:1s;ind:pre:3s; -déconseiller déconseiller VER 2.83 2.23 0.06 0.07 inf; -déconseillerais déconseiller VER 2.83 2.23 0.12 0.07 cnd:pre:1s; -déconseilles déconseiller VER 2.83 2.23 0.00 0.07 ind:pre:2s; -déconseillèrent déconseiller VER 2.83 2.23 0.00 0.14 ind:pas:3p; -déconseillé déconseiller VER m s 2.83 2.23 0.68 0.68 par:pas; -déconseillée déconseiller VER f s 2.83 2.23 0.03 0.14 par:pas; -déconseillées déconseiller VER f p 2.83 2.23 0.01 0.07 par:pas; -déconsidèrent déconsidérer VER 0.03 1.22 0.01 0.00 ind:pre:3p; -déconsidéraient déconsidérer VER 0.03 1.22 0.00 0.07 ind:imp:3p; -déconsidérait déconsidérer VER 0.03 1.22 0.00 0.14 ind:imp:3s; -déconsidérant déconsidérer VER 0.03 1.22 0.00 0.07 par:pre; -déconsidération déconsidération NOM f s 0.01 0.00 0.01 0.00 -déconsidérer déconsidérer VER 0.03 1.22 0.01 0.41 inf; -déconsidéré déconsidérer VER m s 0.03 1.22 0.01 0.27 par:pas; -déconsidérée déconsidérer VER f s 0.03 1.22 0.00 0.20 par:pas; -déconsidérés déconsidérer VER m p 0.03 1.22 0.00 0.07 par:pas; -déconsigner déconsigner VER 0.00 0.20 0.00 0.20 inf; -déconstipe déconstiper VER 0.01 0.07 0.00 0.07 ind:pre:3s; -déconstiper déconstiper VER 0.01 0.07 0.01 0.00 inf; -déconstruction déconstruction NOM f s 0.08 0.07 0.08 0.07 -déconstruit déconstruire VER m s 0.01 0.07 0.01 0.07 ind:pre:3s;par:pas; -décontaminant décontaminer VER 0.17 0.00 0.01 0.00 par:pre; -décontamination décontamination NOM f s 0.96 0.00 0.96 0.00 -décontaminer décontaminer VER 0.17 0.00 0.07 0.00 inf; -décontaminé décontaminer VER m s 0.17 0.00 0.09 0.00 par:pas; -décontenancer décontenancer VER 0.22 2.77 0.03 0.07 inf; -décontenancé décontenancé ADJ m s 0.32 2.84 0.16 2.16 -décontenancée décontenancé ADJ f s 0.32 2.84 0.16 0.41 -décontenancés décontenancer VER m p 0.22 2.77 0.10 0.20 par:pas; -décontenança décontenancer VER 0.22 2.77 0.00 0.14 ind:pas:3s; -décontenançaient décontenancer VER 0.22 2.77 0.00 0.14 ind:imp:3p; -décontenançait décontenancer VER 0.22 2.77 0.00 0.14 ind:imp:3s; -décontract décontract ADJ m s 0.24 0.07 0.24 0.07 -décontracta décontracter VER 1.54 1.28 0.00 0.20 ind:pas:3s; -décontractaient décontracter VER 1.54 1.28 0.00 0.07 ind:imp:3p; -décontractait décontracter VER 1.54 1.28 0.00 0.14 ind:imp:3s; -décontractant décontracter VER 1.54 1.28 0.20 0.20 par:pre; -décontracte décontracter VER 1.54 1.28 0.13 0.20 imp:pre:2s;ind:pre:3s; -décontracter décontracter VER 1.54 1.28 0.27 0.14 inf; -décontractez décontracter VER 1.54 1.28 0.07 0.07 imp:pre:2p; -décontraction décontraction NOM f s 0.15 1.28 0.15 1.28 -décontracté décontracter VER m s 1.54 1.28 0.75 0.07 par:pas; -décontractée décontracté ADJ f s 1.07 1.01 0.26 0.27 -décontractées décontracté ADJ f p 1.07 1.01 0.03 0.07 -décontractés décontracté ADJ m p 1.07 1.01 0.17 0.00 -déconvenue déconvenue NOM f s 0.32 2.16 0.16 1.42 -déconvenues déconvenue NOM f p 0.32 2.16 0.16 0.74 -décor décor NOM m s 8.38 45.61 6.01 38.78 -décora décorer VER 8.54 20.20 0.00 0.34 ind:pas:3s; -décorai décorer VER 8.54 20.20 0.00 0.14 ind:pas:1s; -décoraient décorer VER 8.54 20.20 0.03 0.68 ind:imp:3p; -décorais décorer VER 8.54 20.20 0.10 0.00 ind:imp:1s; -décorait décorer VER 8.54 20.20 0.21 0.74 ind:imp:3s; -décorant décorer VER 8.54 20.20 0.03 0.81 par:pre; -décorateur décorateur NOM m s 2.55 3.11 1.37 2.03 -décorateurs décorateur NOM m p 2.55 3.11 0.36 0.88 -décoratif décoratif ADJ m s 0.83 4.12 0.38 1.35 -décoratifs décoratif ADJ m p 0.83 4.12 0.12 1.22 -décoration décoration NOM f s 8.15 11.76 4.80 6.35 -décorations décoration NOM f p 8.15 11.76 3.35 5.41 -décorative décoratif ADJ f s 0.83 4.12 0.15 0.88 -décoratives décoratif ADJ f p 0.83 4.12 0.19 0.68 -décoratrice décorateur NOM f s 2.55 3.11 0.81 0.14 -décoratrices décorateur NOM f p 2.55 3.11 0.01 0.07 -décore décorer VER 8.54 20.20 0.92 0.61 imp:pre:2s;ind:pre:1s;ind:pre:3s; -décorent décorer VER 8.54 20.20 0.43 0.47 ind:pre:3p; -décorer décorer VER 8.54 20.20 3.38 2.91 inf; -décorera décorer VER 8.54 20.20 0.19 0.00 ind:fut:3s; -décorerait décorer VER 8.54 20.20 0.03 0.07 cnd:pre:3s; -décoreront décorer VER 8.54 20.20 0.02 0.00 ind:fut:3p; -décorez décorer VER 8.54 20.20 0.14 0.14 imp:pre:2p;ind:pre:2p; -décorne décorner VER 0.01 0.27 0.00 0.07 ind:pre:3s; -décorner décorner VER 0.01 0.27 0.01 0.20 inf; -décorât décorer VER 8.54 20.20 0.00 0.07 sub:imp:3s; -décors décor NOM m p 8.38 45.61 2.37 6.82 -décorèrent décorer VER 8.54 20.20 0.00 0.07 ind:pas:3p; -décorticage décorticage NOM m s 0.00 0.14 0.00 0.14 -décortication décortication NOM f s 0.01 0.00 0.01 0.00 -décortiqua décortiquer VER 0.70 2.64 0.00 0.14 ind:pas:3s; -décortiquaient décortiquer VER 0.70 2.64 0.01 0.07 ind:imp:3p; -décortiquait décortiquer VER 0.70 2.64 0.00 0.14 ind:imp:3s; -décortiquant décortiquer VER 0.70 2.64 0.00 0.07 par:pre; -décortique décortiquer VER 0.70 2.64 0.17 0.47 imp:pre:2s;ind:pre:3s;sub:pre:3s; -décortiquent décortiquer VER 0.70 2.64 0.00 0.14 ind:pre:3p; -décortiquer décortiquer VER 0.70 2.64 0.40 1.01 inf; -décortiquez décortiquer VER 0.70 2.64 0.03 0.07 imp:pre:2p;ind:pre:2p; -décortiqué décortiquer VER m s 0.70 2.64 0.08 0.34 par:pas; -décortiquée décortiquer VER f s 0.70 2.64 0.01 0.00 par:pas; -décortiquées décortiquer VER f p 0.70 2.64 0.00 0.07 par:pas; -décortiqués décortiquer VER m p 0.70 2.64 0.00 0.14 par:pas; -décoré décorer VER m s 8.54 20.20 2.23 5.95 par:pas; -décorée décorer VER f s 8.54 20.20 0.37 3.38 par:pas; -décorées décorer VER f p 8.54 20.20 0.26 1.49 par:pas; -décorum décorum NOM m s 0.17 0.54 0.17 0.54 -décorés décoré ADJ m p 1.28 2.97 0.24 1.08 -découcha découcher VER 1.03 0.88 0.00 0.07 ind:pas:3s; -découchaient découcher VER 1.03 0.88 0.00 0.07 ind:imp:3p; -découche découcher VER 1.03 0.88 0.37 0.34 ind:pre:1s;ind:pre:3s; -découcher découcher VER 1.03 0.88 0.20 0.20 inf; -découches découcher VER 1.03 0.88 0.27 0.00 ind:pre:2s; -découché découcher VER m s 1.03 0.88 0.20 0.20 par:pas; -découd découdre VER 0.69 2.36 0.00 0.14 ind:pre:3s; -découdre découdre VER 0.69 2.36 0.42 1.15 inf; -découlaient découler VER 1.57 4.12 0.00 0.34 ind:imp:3p; -découlait découler VER 1.57 4.12 0.01 1.01 ind:imp:3s; -découlant découler VER 1.57 4.12 0.04 0.34 par:pre; -découle découler VER 1.57 4.12 0.98 1.01 ind:pre:3s; -découlent découler VER 1.57 4.12 0.21 0.54 ind:pre:3p; -découler découler VER 1.57 4.12 0.13 0.61 inf; -découlera découler VER 1.57 4.12 0.03 0.07 ind:fut:3s; -découlerait découler VER 1.57 4.12 0.02 0.07 cnd:pre:3s; -découlèrent découler VER 1.57 4.12 0.01 0.00 ind:pas:3p; -découlé découler VER m s 1.57 4.12 0.14 0.14 par:pas; -découpa découper VER 12.69 32.70 0.01 1.22 ind:pas:3s; -découpage découpage NOM m s 0.86 1.96 0.47 1.62 -découpages découpage NOM m p 0.86 1.96 0.40 0.34 -découpai découper VER 12.69 32.70 0.01 0.07 ind:pas:1s; -découpaient découper VER 12.69 32.70 0.01 2.03 ind:imp:3p; -découpais découper VER 12.69 32.70 0.08 0.07 ind:imp:1s; -découpait découper VER 12.69 32.70 0.14 4.66 ind:imp:3s; -découpant découper VER 12.69 32.70 0.28 2.43 par:pre; -découpe découper VER 12.69 32.70 2.33 3.51 imp:pre:2s;ind:pre:1s;ind:pre:3s; -découpent découper VER 12.69 32.70 0.22 1.08 ind:pre:3p; -découper découper VER 12.69 32.70 4.36 4.93 inf;; -découpera découper VER 12.69 32.70 0.04 0.14 ind:fut:3s; -découperai découper VER 12.69 32.70 0.21 0.07 ind:fut:1s; -découperaient découper VER 12.69 32.70 0.01 0.07 cnd:pre:3p; -découperais découper VER 12.69 32.70 0.04 0.00 cnd:pre:1s;cnd:pre:2s; -découperait découper VER 12.69 32.70 0.03 0.14 cnd:pre:3s; -découperont découper VER 12.69 32.70 0.04 0.00 ind:fut:3p; -découpes découper VER 12.69 32.70 0.49 0.00 ind:pre:2s; -découpeur découpeur NOM m s 0.17 0.07 0.15 0.00 -découpeurs découpeur NOM m p 0.17 0.07 0.01 0.07 -découpeuse découpeur NOM f s 0.17 0.07 0.01 0.00 -découpez découper VER 12.69 32.70 0.33 0.07 imp:pre:2p;ind:pre:2p; -découpions découper VER 12.69 32.70 0.00 0.07 ind:imp:1p; -découplage découplage NOM m s 0.01 0.00 0.01 0.00 -découpler découpler VER 0.04 0.07 0.01 0.00 inf; -découplons découpler VER 0.04 0.07 0.01 0.00 imp:pre:1p; -découplé découplé ADJ m s 0.00 0.27 0.00 0.20 -découplée découpler VER f s 0.04 0.07 0.01 0.00 par:pas; -découpons découper VER 12.69 32.70 0.20 0.14 imp:pre:1p;ind:pre:1p; -découpèrent découper VER 12.69 32.70 0.00 0.41 ind:pas:3p; -découpé découper VER m s 12.69 32.70 2.50 4.73 par:pas; -découpée découper VER f s 12.69 32.70 0.92 2.23 par:pas; -découpées découpé ADJ f p 0.64 3.38 0.10 0.74 -découpure découpure NOM f s 0.01 1.01 0.01 0.34 -découpures découpure NOM f p 0.01 1.01 0.00 0.68 -découpés découper VER m p 12.69 32.70 0.42 2.30 par:pas; -décourage décourager VER 4.84 15.47 1.13 2.16 imp:pre:2s;ind:pre:1s;ind:pre:3s; -découragea décourager VER 4.84 15.47 0.01 0.41 ind:pas:3s; -décourageai décourager VER 4.84 15.47 0.00 0.07 ind:pas:1s; -décourageaient décourager VER 4.84 15.47 0.00 0.27 ind:imp:3p; -décourageais décourager VER 4.84 15.47 0.01 0.14 ind:imp:1s; -décourageait décourager VER 4.84 15.47 0.02 1.15 ind:imp:3s; -décourageant décourageant ADJ m s 0.34 1.96 0.19 0.74 -décourageante décourageant ADJ f s 0.34 1.96 0.14 0.41 -décourageantes décourageant ADJ f p 0.34 1.96 0.01 0.41 -décourageants décourageant ADJ m p 0.34 1.96 0.00 0.41 -découragement découragement NOM m s 0.27 6.82 0.27 6.28 -découragements découragement NOM m p 0.27 6.82 0.00 0.54 -découragent décourager VER 4.84 15.47 0.27 0.20 ind:pre:3p; -décourageons décourager VER 4.84 15.47 0.03 0.00 imp:pre:1p;ind:pre:1p; -décourageât décourager VER 4.84 15.47 0.00 0.07 sub:imp:3s; -décourager décourager VER 4.84 15.47 1.90 5.61 inf; -découragera décourager VER 4.84 15.47 0.07 0.00 ind:fut:3s; -découragerais décourager VER 4.84 15.47 0.10 0.14 cnd:pre:1s;cnd:pre:2s; -découragerait décourager VER 4.84 15.47 0.04 0.20 cnd:pre:3s; -décourages décourager VER 4.84 15.47 0.16 0.20 ind:pre:2s; -découragez décourager VER 4.84 15.47 0.49 0.07 imp:pre:2p;ind:pre:2p; -découragèrent décourager VER 4.84 15.47 0.00 0.14 ind:pas:3p; -découragé décourager VER m s 4.84 15.47 0.41 2.64 par:pas; -découragée décourager VER f s 4.84 15.47 0.09 0.88 par:pas; -découragées décourager VER f p 4.84 15.47 0.01 0.07 par:pas; -découragés décourager VER m p 4.84 15.47 0.08 0.88 par:pas; -découronné découronner VER m s 0.00 0.27 0.00 0.20 par:pas; -découronnés découronner VER m p 0.00 0.27 0.00 0.07 par:pas; -décours décours NOM m 0.00 0.14 0.00 0.14 -décousit découdre VER 0.69 2.36 0.00 0.14 ind:pas:3s; -décousu décousu ADJ m s 0.49 1.62 0.20 0.54 -décousue décousu ADJ f s 0.49 1.62 0.17 0.54 -décousues décousu ADJ f p 0.49 1.62 0.01 0.34 -décousus décousu ADJ m p 0.49 1.62 0.11 0.20 -découvert découvrir VER m s 128.10 203.78 46.22 30.54 par:pas; -découverte découverte NOM f s 12.46 29.53 9.25 23.18 -découvertes découverte NOM f p 12.46 29.53 3.21 6.35 -découverts découvrir VER m p 128.10 203.78 1.89 1.76 par:pas; -découvrîmes découvrir VER 128.10 203.78 0.02 1.15 ind:pas:1p; -découvrît découvrir VER 128.10 203.78 0.02 0.88 sub:imp:3s; -découvraient découvrir VER 128.10 203.78 0.20 3.92 ind:imp:3p; -découvrais découvrir VER 128.10 203.78 0.54 8.31 ind:imp:1s;ind:imp:2s; -découvrait découvrir VER 128.10 203.78 1.30 17.64 ind:imp:3s; -découvrant découvrir VER 128.10 203.78 1.11 14.12 par:pre; -découvre découvrir VER 128.10 203.78 17.37 26.28 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -découvrent découvrir VER 128.10 203.78 2.77 3.65 ind:pre:3p;sub:pre:3p; -découvres découvrir VER 128.10 203.78 1.43 0.20 ind:pre:2s; -découvreur découvreur NOM m s 0.33 0.81 0.20 0.47 -découvreurs découvreur NOM m p 0.33 0.81 0.11 0.34 -découvreuse découvreur NOM f s 0.33 0.81 0.01 0.00 -découvrez découvrir VER 128.10 203.78 2.26 0.47 imp:pre:2p;ind:pre:2p; -découvriez découvrir VER 128.10 203.78 0.27 0.14 ind:imp:2p; -découvrions découvrir VER 128.10 203.78 0.07 2.50 ind:imp:1p; -découvrir découvrir VER 128.10 203.78 37.11 50.88 inf; -découvrira découvrir VER 128.10 203.78 2.44 1.22 ind:fut:3s; -découvrirai découvrir VER 128.10 203.78 1.47 0.14 ind:fut:1s; -découvriraient découvrir VER 128.10 203.78 0.04 0.07 cnd:pre:3p; -découvrirais découvrir VER 128.10 203.78 0.30 0.41 cnd:pre:1s;cnd:pre:2s; -découvrirait découvrir VER 128.10 203.78 0.46 1.69 cnd:pre:3s; -découvriras découvrir VER 128.10 203.78 0.82 0.14 ind:fut:2s; -découvrirent découvrir VER 128.10 203.78 0.38 3.65 ind:pas:3p; -découvrirez découvrir VER 128.10 203.78 0.84 0.27 ind:fut:2p; -découvririez découvrir VER 128.10 203.78 0.04 0.00 cnd:pre:2p; -découvrirons découvrir VER 128.10 203.78 0.80 0.20 ind:fut:1p; -découvriront découvrir VER 128.10 203.78 0.70 0.47 ind:fut:3p; -découvris découvrir VER 128.10 203.78 0.92 6.82 ind:pas:1s; -découvrisse découvrir VER 128.10 203.78 0.00 0.07 sub:imp:1s; -découvrissent découvrir VER 128.10 203.78 0.00 0.07 sub:imp:3p; -découvrit découvrir VER 128.10 203.78 1.61 19.39 ind:pas:3s; -découvrons découvrir VER 128.10 203.78 0.81 1.15 imp:pre:1p;ind:pre:1p; -décrût décroître VER 0.35 6.69 0.00 0.14 sub:imp:3s; -décramponner décramponner VER 0.00 0.07 0.00 0.07 inf; -décrapouille décrapouiller VER 0.00 0.07 0.00 0.07 ind:pre:1s; -décrassage décrassage NOM m s 0.04 0.20 0.04 0.20 -décrassait décrasser VER 0.20 1.49 0.00 0.27 ind:imp:3s; -décrasse décrasser VER 0.20 1.49 0.07 0.34 imp:pre:2s;ind:pre:1s;ind:pre:3s; -décrasser décrasser VER 0.20 1.49 0.10 0.61 inf; -décrassé décrasser VER m s 0.20 1.49 0.02 0.20 par:pas; -décrassés décrasser VER m p 0.20 1.49 0.00 0.07 par:pas; -décret_loi décret_loi NOM m s 0.03 0.07 0.03 0.07 -décret décret NOM m s 4.06 9.12 3.54 6.42 -décrets décret NOM m p 4.06 9.12 0.52 2.70 -décrie décrier VER 0.30 0.68 0.00 0.07 ind:pre:3s; -décrier décrier VER 0.30 0.68 0.03 0.20 inf; -décries décrier VER 0.30 0.68 0.00 0.07 ind:pre:2s; -décriez décrier VER 0.30 0.68 0.15 0.00 imp:pre:2p;ind:pre:2p; -décriminaliser décriminaliser VER 0.01 0.00 0.01 0.00 inf; -décrira décrire VER 28.31 40.20 0.04 0.07 ind:fut:3s; -décrirai décrire VER 28.31 40.20 0.27 0.14 ind:fut:1s; -décriraient décrire VER 28.31 40.20 0.03 0.00 cnd:pre:3p; -décrirais décrire VER 28.31 40.20 0.40 0.34 cnd:pre:1s;cnd:pre:2s; -décrirait décrire VER 28.31 40.20 0.05 0.14 cnd:pre:3s; -décriras décrire VER 28.31 40.20 0.01 0.07 ind:fut:2s; -décrire décrire VER 28.31 40.20 11.01 13.51 inf; -décrirez décrire VER 28.31 40.20 0.02 0.00 ind:fut:2p; -décririez décrire VER 28.31 40.20 0.41 0.00 cnd:pre:2p; -décriront décrire VER 28.31 40.20 0.01 0.07 ind:fut:3p; -décris décrire VER 28.31 40.20 2.42 1.49 imp:pre:2s;ind:pre:1s;ind:pre:2s; -décrispe décrisper VER 0.12 0.54 0.09 0.14 imp:pre:2s;ind:pre:3s; -décrisper décrisper VER 0.12 0.54 0.02 0.27 inf; -décrispât décrisper VER 0.12 0.54 0.00 0.07 sub:imp:3s; -décrispé décrisper VER m s 0.12 0.54 0.01 0.07 par:pas; -décrit décrire VER m s 28.31 40.20 6.93 7.91 ind:pre:3s;par:pas; -décrite décrire VER f s 28.31 40.20 0.78 1.69 par:pas; -décrites décrire VER f p 28.31 40.20 0.17 0.74 par:pas; -décrits décrire VER m p 28.31 40.20 0.36 0.54 par:pas; -décrié décrier VER m s 0.30 0.68 0.03 0.14 par:pas; -décriée décrier VER f s 0.30 0.68 0.10 0.20 par:pas; -décriées décrié ADJ f p 0.02 0.54 0.01 0.07 -décriés décrié ADJ m p 0.02 0.54 0.01 0.07 -décrivaient décrire VER 28.31 40.20 0.03 0.88 ind:imp:3p; -décrivais décrire VER 28.31 40.20 0.13 0.27 ind:imp:1s;ind:imp:2s; -décrivait décrire VER 28.31 40.20 1.07 4.26 ind:imp:3s; -décrivant décrire VER 28.31 40.20 0.56 2.91 par:pre; -décrive décrire VER 28.31 40.20 0.13 0.41 sub:pre:1s;sub:pre:3s; -décrivent décrire VER 28.31 40.20 0.73 0.68 ind:pre:3p; -décrives décrire VER 28.31 40.20 0.05 0.00 sub:pre:2s; -décrivez décrire VER 28.31 40.20 2.56 0.34 imp:pre:2p;ind:pre:2p; -décriviez décrire VER 28.31 40.20 0.06 0.00 ind:imp:2p; -décrivirent décrire VER 28.31 40.20 0.00 0.34 ind:pas:3p; -décrivis décrire VER 28.31 40.20 0.00 0.41 ind:pas:1s; -décrivit décrire VER 28.31 40.20 0.05 3.04 ind:pas:3s; -décroît décroître VER 0.35 6.69 0.24 1.49 ind:pre:3s; -décroître décroître VER 0.35 6.69 0.05 2.23 inf; -décrocha décrocher VER 25.00 30.41 0.05 5.47 ind:pas:3s; -décrochage décrochage NOM m s 0.25 0.54 0.25 0.47 -décrochages décrochage NOM m p 0.25 0.54 0.00 0.07 -décrochai décrocher VER 25.00 30.41 0.01 0.74 ind:pas:1s; -décrochaient décrocher VER 25.00 30.41 0.01 0.47 ind:imp:3p; -décrochais décrocher VER 25.00 30.41 0.23 0.41 ind:imp:1s;ind:imp:2s; -décrochait décrocher VER 25.00 30.41 0.15 1.15 ind:imp:3s; -décrochant décrocher VER 25.00 30.41 0.05 0.95 par:pre; -décroche décrocher VER 25.00 30.41 9.95 5.95 imp:pre:2s;ind:pre:1s;ind:pre:3s; -décrochement décrochement NOM m s 0.00 0.47 0.00 0.34 -décrochements décrochement NOM m p 0.00 0.47 0.00 0.14 -décrochent décrocher VER 25.00 30.41 0.38 0.47 ind:pre:3p; -décrocher décrocher VER 25.00 30.41 6.02 7.91 inf; -décrochera décrocher VER 25.00 30.41 0.11 0.07 ind:fut:3s; -décrocherai décrocher VER 25.00 30.41 0.25 0.00 ind:fut:1s; -décrocheraient décrocher VER 25.00 30.41 0.00 0.07 cnd:pre:3p; -décrocherais décrocher VER 25.00 30.41 0.07 0.07 cnd:pre:1s;cnd:pre:2s; -décrocherait décrocher VER 25.00 30.41 0.02 0.14 cnd:pre:3s; -décrocheras décrocher VER 25.00 30.41 0.03 0.00 ind:fut:2s; -décrocheront décrocher VER 25.00 30.41 0.05 0.00 ind:fut:3p; -décrochez_moi_ça décrochez_moi_ça NOM m 0.00 0.07 0.00 0.07 -décrochez décrocher VER 25.00 30.41 2.08 0.20 imp:pre:2p;ind:pre:2p; -décrochiez décrocher VER 25.00 30.41 0.01 0.00 ind:imp:2p; -décrochons décrocher VER 25.00 30.41 0.03 0.07 imp:pre:1p;ind:pre:1p; -décrochèrent décrocher VER 25.00 30.41 0.01 0.20 ind:pas:3p; -décroché décrocher VER m s 25.00 30.41 5.28 4.80 par:pas; -décrochée décrocher VER f s 25.00 30.41 0.20 0.47 par:pas; -décrochées décrocher VER f p 25.00 30.41 0.00 0.34 par:pas; -décrochés décrocher VER m p 25.00 30.41 0.02 0.47 par:pas; -décroisa décroiser VER 0.30 1.96 0.00 0.61 ind:pas:3s; -décroisait décroiser VER 0.30 1.96 0.00 0.27 ind:imp:3s; -décroisant décroiser VER 0.30 1.96 0.00 0.14 par:pre; -décroise décroiser VER 0.30 1.96 0.28 0.47 imp:pre:2s;ind:pre:3s; -décroiser décroiser VER 0.30 1.96 0.02 0.07 inf; -décroissaient décroître VER 0.35 6.69 0.00 0.20 ind:imp:3p; -décroissait décroître VER 0.35 6.69 0.00 0.41 ind:imp:3s; -décroissance décroissance NOM f s 0.01 0.00 0.01 0.00 -décroissant décroître VER 0.35 6.69 0.01 1.01 par:pre; -décroissante décroissant ADJ f s 0.08 1.08 0.04 0.14 -décroissantes décroissant ADJ f p 0.08 1.08 0.00 0.20 -décroissants décroissant ADJ m p 0.08 1.08 0.03 0.14 -décroisse décroître VER 0.35 6.69 0.01 0.07 sub:pre:3s; -décroissent décroître VER 0.35 6.69 0.01 0.20 ind:pre:3p; -décroisé décroiser VER m s 0.30 1.96 0.00 0.14 par:pas; -décroisées décroiser VER f p 0.30 1.96 0.00 0.27 par:pas; -décrottages décrottage NOM m p 0.00 0.07 0.00 0.07 -décrottait décrotter VER 0.05 0.68 0.00 0.07 ind:imp:3s; -décrottant décrotter VER 0.05 0.68 0.01 0.00 par:pre; -décrotte décrotter VER 0.05 0.68 0.01 0.14 ind:pre:3s; -décrottent décrotter VER 0.05 0.68 0.02 0.07 ind:pre:3p; -décrotter décrotter VER 0.05 0.68 0.01 0.20 inf; -décrottions décrotter VER 0.05 0.68 0.00 0.07 ind:imp:1p; -décrottoir décrottoir NOM m s 0.00 0.14 0.00 0.14 -décrottée décrotter VER f s 0.05 0.68 0.00 0.07 par:pas; -décrottés décrotter VER m p 0.05 0.68 0.00 0.07 par:pas; -décrète décréter VER 4.86 10.74 1.18 1.89 imp:pre:2s;ind:pre:1s;ind:pre:3s; -décrètent décréter VER 4.86 10.74 0.29 0.00 ind:pre:3p; -décrètes décréter VER 4.86 10.74 0.00 0.07 ind:pre:2s; -décru décroître VER m s 0.35 6.69 0.02 0.41 par:pas; -décrédibiliser décrédibiliser VER 0.02 0.00 0.01 0.00 inf; -décrédibilisez décrédibiliser VER 0.02 0.00 0.01 0.00 ind:pre:2p; -décrue décrue NOM f s 0.02 0.14 0.02 0.14 -décrêpage décrêpage NOM m s 0.00 0.07 0.00 0.07 -décrêper décrêper VER 0.01 0.14 0.01 0.14 inf; -décrépi décrépir VER m s 0.12 0.95 0.03 0.20 par:pas; -décrépie décrépir VER f s 0.12 0.95 0.01 0.20 par:pas; -décrépies décrépir VER f p 0.12 0.95 0.01 0.07 par:pas; -décrépis décrépir VER m p 0.12 0.95 0.01 0.41 par:pas; -décrépit décrépit ADJ m s 0.60 0.47 0.42 0.07 -décrépite décrépit ADJ f s 0.60 0.47 0.19 0.27 -décrépites décrépit ADJ f p 0.60 0.47 0.00 0.07 -décrépits décrépit ADJ m p 0.60 0.47 0.00 0.07 -décrépitude décrépitude NOM f s 0.12 1.62 0.12 1.62 -décrut décroître VER 0.35 6.69 0.01 0.54 ind:pas:3s; -décréta décréter VER 4.86 10.74 0.11 3.11 ind:pas:3s; -décrétai décréter VER 4.86 10.74 0.00 0.14 ind:pas:1s; -décrétaient décréter VER 4.86 10.74 0.00 0.20 ind:imp:3p; -décrétais décréter VER 4.86 10.74 0.00 0.07 ind:imp:1s; -décrétait décréter VER 4.86 10.74 0.01 0.74 ind:imp:3s; -décrétant décréter VER 4.86 10.74 0.02 0.61 par:pre; -décréter décréter VER 4.86 10.74 0.18 0.47 inf; -décrétera décréter VER 4.86 10.74 0.00 0.07 ind:fut:3s; -décréterai décréter VER 4.86 10.74 0.01 0.00 ind:fut:1s; -décréterais décréter VER 4.86 10.74 0.00 0.07 cnd:pre:1s; -décréterait décréter VER 4.86 10.74 0.01 0.14 cnd:pre:3s; -décréteront décréter VER 4.86 10.74 0.00 0.07 ind:fut:3p; -décrétez décréter VER 4.86 10.74 0.04 0.14 imp:pre:2p;ind:pre:2p; -décrétons décréter VER 4.86 10.74 0.34 0.07 imp:pre:1p;ind:pre:1p; -décrétèrent décréter VER 4.86 10.74 0.00 0.20 ind:pas:3p; -décrété décréter VER m s 4.86 10.74 2.58 2.23 par:pas; -décrétée décréter VER f s 4.86 10.74 0.07 0.34 par:pas; -décrétés décréter VER m p 4.86 10.74 0.01 0.14 par:pas; -décryptage décryptage NOM m s 0.20 0.14 0.20 0.14 -décryptai décrypter VER 0.89 0.54 0.00 0.07 ind:pas:1s; -décrypte décrypter VER 0.89 0.54 0.11 0.07 imp:pre:2s;ind:pre:1s;ind:pre:3s; -décrypter décrypter VER 0.89 0.54 0.46 0.34 inf; -décrypteur décrypteur NOM m s 0.27 0.00 0.10 0.00 -décrypteurs décrypteur NOM m p 0.27 0.00 0.17 0.00 -décrypté décrypter VER m s 0.89 0.54 0.30 0.07 par:pas; -décryptés décrypter VER m p 0.89 0.54 0.03 0.00 par:pas; -duc_d_albe duc_d_albe NOM m p 0.00 0.07 0.00 0.07 -ducs duc NOM m p 12.40 23.51 0.69 1.62 -décède décéder VER 8.38 3.04 0.26 0.14 ind:pre:3s; -décèdent décéder VER 8.38 3.04 0.03 0.00 ind:pre:3p; -décèle déceler VER 2.00 11.15 0.49 0.74 ind:pre:1s;ind:pre:3s; -décèlera déceler VER 2.00 11.15 0.01 0.00 ind:fut:3s; -décèlerait déceler VER 2.00 11.15 0.00 0.14 cnd:pre:3s; -décèleront déceler VER 2.00 11.15 0.00 0.07 ind:fut:3p; -décèles déceler VER 2.00 11.15 0.00 0.07 ind:pre:2s; -décès décès NOM m 12.82 4.66 12.82 4.66 -ductile ductile ADJ s 0.01 0.27 0.01 0.27 -décéda décéder VER 8.38 3.04 0.04 0.00 ind:pas:3s; -décédait décéder VER 8.38 3.04 0.03 0.00 ind:imp:3s; -décéder décéder VER 8.38 3.04 0.23 0.14 inf; -décédé décéder VER m s 8.38 3.04 4.15 1.62 par:pas; -décédée décéder VER f s 8.38 3.04 2.64 1.08 par:pas; -décédées décéder VER f p 8.38 3.04 0.09 0.00 par:pas; -décédés décéder VER m p 8.38 3.04 0.91 0.07 par:pas; -décuité décuiter VER m s 0.00 0.07 0.00 0.07 par:pas; -déculotta déculotter VER 0.28 1.82 0.00 0.14 ind:pas:3s; -déculottait déculotter VER 0.28 1.82 0.01 0.14 ind:imp:3s; -déculottant déculotter VER 0.28 1.82 0.00 0.07 par:pre; -déculotte déculotter VER 0.28 1.82 0.15 0.27 imp:pre:2s;ind:pre:1s;ind:pre:3s; -déculotter déculotter VER 0.28 1.82 0.05 0.81 inf; -déculottera déculotter VER 0.28 1.82 0.00 0.07 ind:fut:3s; -déculotté déculotter VER m s 0.28 1.82 0.07 0.34 par:pas; -déculottée déculottée NOM f s 0.13 0.00 0.12 0.00 -déculottées déculottée NOM f p 0.13 0.00 0.01 0.00 -déculottés déculotté NOM m p 0.01 0.00 0.01 0.00 -déculpabilisait déculpabiliser VER 0.11 0.14 0.00 0.07 ind:imp:3s; -déculpabiliser déculpabiliser VER 0.11 0.14 0.11 0.00 inf; -déculpabilisé déculpabiliser VER m s 0.11 0.14 0.00 0.07 par:pas; -décélération décélération NOM f s 0.30 0.14 0.30 0.14 -décélérer décélérer VER 0.06 0.00 0.05 0.00 inf; -décélérez décélérer VER 0.06 0.00 0.01 0.00 imp:pre:2p; -décupla décupler VER 0.50 3.24 0.03 0.27 ind:pas:3s; -décuplaient décupler VER 0.50 3.24 0.00 0.14 ind:imp:3p; -décuplait décupler VER 0.50 3.24 0.00 0.47 ind:imp:3s; -décuplant décupler VER 0.50 3.24 0.01 0.27 par:pre; -décuple décupler VER 0.50 3.24 0.20 0.14 ind:pre:3s; -décuplent décupler VER 0.50 3.24 0.01 0.14 ind:pre:3p; -décupler décupler VER 0.50 3.24 0.07 0.41 inf; -décuplera décupler VER 0.50 3.24 0.01 0.07 ind:fut:3s; -décuplerait décupler VER 0.50 3.24 0.00 0.07 cnd:pre:3s; -décuplèrent décupler VER 0.50 3.24 0.02 0.00 ind:pas:3p; -décuplé décupler VER m s 0.50 3.24 0.09 0.54 par:pas; -décuplée décupler VER f s 0.50 3.24 0.04 0.41 par:pas; -décuplées décupler VER f p 0.50 3.24 0.01 0.20 par:pas; -décuplés décupler VER m p 0.50 3.24 0.00 0.14 par:pas; -décérébration décérébration NOM f s 0.03 0.00 0.03 0.00 -décérébrer décérébrer VER 0.22 0.07 0.01 0.00 inf; -décérébré décérébrer VER m s 0.22 0.07 0.07 0.07 par:pas; -décérébrée décérébrer VER f s 0.22 0.07 0.05 0.00 par:pas; -décérébrés décérébrer VER m p 0.22 0.07 0.09 0.00 par:pas; -décuver décuver VER 0.04 0.00 0.04 0.00 inf; -dédaigna dédaigner VER 2.18 10.47 0.02 0.20 ind:pas:3s; -dédaignables dédaignable ADJ p 0.00 0.07 0.00 0.07 -dédaignaient dédaigner VER 2.18 10.47 0.01 0.54 ind:imp:3p; -dédaignais dédaigner VER 2.18 10.47 0.00 0.27 ind:imp:1s; -dédaignait dédaigner VER 2.18 10.47 0.00 2.64 ind:imp:3s; -dédaignant dédaigner VER 2.18 10.47 0.02 1.49 par:pre; -dédaigne dédaigner VER 2.18 10.47 0.38 1.42 imp:pre:2s;ind:pre:1s;ind:pre:3s; -dédaignent dédaigner VER 2.18 10.47 0.06 0.07 ind:pre:3p; -dédaigner dédaigner VER 2.18 10.47 0.41 1.49 inf; -dédaignes dédaigner VER 2.18 10.47 0.14 0.07 ind:pre:2s; -dédaigneuse dédaigneux NOM f s 0.01 0.07 0.01 0.07 -dédaigneusement dédaigneusement ADV 0.01 1.15 0.01 1.15 -dédaigneuses dédaigneux ADJ f p 0.27 6.55 0.01 0.41 -dédaigneux dédaigneux ADJ m 0.27 6.55 0.26 3.85 -dédaignez dédaigner VER 2.18 10.47 0.28 0.14 imp:pre:2p;ind:pre:2p; -dédaignât dédaigner VER 2.18 10.47 0.01 0.27 sub:imp:3s; -dédaigné dédaigner VER m s 2.18 10.47 0.55 1.15 par:pas; -dédaignée dédaigner VER f s 2.18 10.47 0.16 0.34 par:pas; -dédaignés dédaigner VER m p 2.18 10.47 0.14 0.41 par:pas; -dédain dédain NOM m s 0.65 10.07 0.65 9.39 -dédains dédain NOM m p 0.65 10.07 0.00 0.68 -dédale dédale NOM m s 0.28 5.88 0.27 5.27 -dédales dédale NOM m p 0.28 5.88 0.01 0.61 -dédia dédier VER 8.69 7.77 0.11 0.88 ind:pas:3s; -dédiaient dédier VER 8.69 7.77 0.00 0.34 ind:imp:3p; -dédiait dédier VER 8.69 7.77 0.01 0.61 ind:imp:3s; -dédiant dédier VER 8.69 7.77 0.04 0.20 par:pre; -dédicace dédicace NOM f s 1.92 2.30 1.72 1.76 -dédicacer dédicacer VER 1.91 1.49 0.69 0.41 inf; -dédicacerai dédicacer VER 1.91 1.49 0.01 0.00 ind:fut:1s; -dédicaces dédicace NOM f p 1.92 2.30 0.20 0.54 -dédicacez dédicacer VER 1.91 1.49 0.14 0.00 imp:pre:2p;ind:pre:2p; -dédicaciez dédicacer VER 1.91 1.49 0.01 0.00 ind:imp:2p; -dédicacé dédicacer VER m s 1.91 1.49 0.25 0.34 par:pas; -dédicacée dédicacé ADJ f s 0.76 0.61 0.59 0.34 -dédicacées dédicacé ADJ f p 0.76 0.61 0.01 0.00 -dédicacés dédicacé ADJ m p 0.76 0.61 0.04 0.14 -dédicaça dédicacer VER 1.91 1.49 0.00 0.14 ind:pas:3s; -dédicaçait dédicacer VER 1.91 1.49 0.00 0.14 ind:imp:3s; -dédicatoire dédicatoire ADJ f s 0.00 0.41 0.00 0.34 -dédicatoires dédicatoire ADJ f p 0.00 0.41 0.00 0.07 -dédie dédier VER 8.69 7.77 1.83 0.95 imp:pre:2s;ind:pre:1s;ind:pre:3s; -dédient dédier VER 8.69 7.77 0.14 0.14 ind:pre:3p; -dédier dédier VER 8.69 7.77 1.67 1.08 inf; -dédiera dédier VER 8.69 7.77 0.03 0.00 ind:fut:3s; -dédierai dédier VER 8.69 7.77 0.03 0.14 ind:fut:1s; -dédierait dédier VER 8.69 7.77 0.00 0.20 cnd:pre:3s; -dédiez dédier VER 8.69 7.77 0.01 0.00 imp:pre:2p; -dédions dédier VER 8.69 7.77 0.23 0.00 imp:pre:1p;ind:pre:1p; -dédire dédire VER 0.04 0.61 0.01 0.27 inf; -dédit dédit NOM m s 0.04 0.41 0.04 0.41 -dudit dudit PRE 0.16 1.08 0.16 1.08 -dédite dédire VER f s 0.04 0.61 0.01 0.00 par:pas; -dédié dédier VER m s 8.69 7.77 3.38 1.55 par:pas; -dédiée dédier VER f s 8.69 7.77 1.07 0.74 par:pas; -dédiées dédier VER f p 8.69 7.77 0.01 0.54 par:pas; -dédiés dédier VER m p 8.69 7.77 0.11 0.41 par:pas; -dédommage dédommager VER 3.05 1.69 0.35 0.14 ind:pre:1s;ind:pre:3s; -dédommagea dédommager VER 3.05 1.69 0.10 0.07 ind:pas:3s; -dédommageait dédommager VER 3.05 1.69 0.14 0.20 ind:imp:3s; -dédommagement dédommagement NOM m s 1.18 0.74 1.10 0.54 -dédommagements dédommagement NOM m p 1.18 0.74 0.08 0.20 -dédommagent dédommager VER 3.05 1.69 0.00 0.20 ind:pre:3p; -dédommager dédommager VER 3.05 1.69 1.45 0.47 ind:pre:2p;inf; -dédommagera dédommager VER 3.05 1.69 0.16 0.00 ind:fut:3s; -dédommagerai dédommager VER 3.05 1.69 0.25 0.07 ind:fut:1s; -dédommagerait dédommager VER 3.05 1.69 0.00 0.07 cnd:pre:3s; -dédommagerez dédommager VER 3.05 1.69 0.01 0.00 ind:fut:2p; -dédommagerons dédommager VER 3.05 1.69 0.00 0.07 ind:fut:1p; -dédommagé dédommager VER m s 3.05 1.69 0.25 0.34 par:pas; -dédommagée dédommager VER f s 3.05 1.69 0.19 0.07 par:pas; -dédommagés dédommager VER m p 3.05 1.69 0.15 0.00 par:pas; -dédorent dédorer VER 0.00 0.47 0.00 0.07 ind:pre:3p; -dédoré dédorer VER m s 0.00 0.47 0.00 0.07 par:pas; -dédorée dédorer VER f s 0.00 0.47 0.00 0.07 par:pas; -dédorées dédorer VER f p 0.00 0.47 0.00 0.14 par:pas; -dédorés dédorer VER m p 0.00 0.47 0.00 0.14 par:pas; -dédouanait dédouaner VER 0.08 0.74 0.00 0.07 ind:imp:3s; -dédouane dédouaner VER 0.08 0.74 0.01 0.14 ind:pre:1s;ind:pre:3s; -dédouanement dédouanement NOM m s 0.14 0.00 0.14 0.00 -dédouaner dédouaner VER 0.08 0.74 0.03 0.34 inf; -dédouanez dédouaner VER 0.08 0.74 0.00 0.07 ind:pre:2p; -dédouané dédouaner VER m s 0.08 0.74 0.01 0.14 par:pas; -dédouanée dédouaner VER f s 0.08 0.74 0.02 0.00 par:pas; -dédouanés dédouaner VER m p 0.08 0.74 0.01 0.00 par:pas; -dédoubla dédoubler VER 0.97 2.03 0.00 0.07 ind:pas:3s; -dédoublaient dédoubler VER 0.97 2.03 0.00 0.14 ind:imp:3p; -dédoublais dédoubler VER 0.97 2.03 0.00 0.07 ind:imp:1s; -dédoublait dédoubler VER 0.97 2.03 0.00 0.07 ind:imp:3s; -dédouble dédoubler VER 0.97 2.03 0.04 0.14 ind:pre:3s; -dédoublement dédoublement NOM m s 0.46 1.01 0.46 1.01 -dédoubler dédoubler VER 0.97 2.03 0.12 0.68 inf; -dédoublerait dédoubler VER 0.97 2.03 0.00 0.07 cnd:pre:3s; -dédoublez dédoubler VER 0.97 2.03 0.02 0.00 imp:pre:2p; -dédoublons dédoubler VER 0.97 2.03 0.01 0.00 imp:pre:1p; -dédoublé dédoubler VER m s 0.97 2.03 0.44 0.54 par:pas; -dédoublée dédoubler VER f s 0.97 2.03 0.13 0.14 par:pas; -dédoublées dédoubler VER f p 0.97 2.03 0.00 0.07 par:pas; -dédoublés dédoubler VER m p 0.97 2.03 0.21 0.07 par:pas; -dédramatisant dédramatiser VER 0.06 0.27 0.00 0.07 par:pre; -dédramatise dédramatiser VER 0.06 0.27 0.02 0.00 imp:pre:2s;ind:pre:1s; -dédramatiser dédramatiser VER 0.06 0.27 0.03 0.20 inf; -déducteur déducteur NOM m s 0.00 0.14 0.00 0.14 -déductibilité déductibilité NOM f s 0.07 0.00 0.07 0.00 -déductible déductible ADJ f s 0.56 0.00 0.40 0.00 -déductibles déductible ADJ f p 0.56 0.00 0.16 0.00 -déductif déductif ADJ m s 0.16 0.07 0.14 0.00 -déduction déduction NOM f s 2.06 2.16 1.55 1.08 -déductions déduction NOM f p 2.06 2.16 0.52 1.08 -déductive déductif ADJ f s 0.16 0.07 0.03 0.07 -déduira déduire VER 7.08 6.01 0.05 0.14 ind:fut:3s; -déduirai déduire VER 7.08 6.01 0.31 0.00 ind:fut:1s; -déduiraient déduire VER 7.08 6.01 0.01 0.07 cnd:pre:3p; -déduirait déduire VER 7.08 6.01 0.03 0.00 cnd:pre:3s; -déduire déduire VER 7.08 6.01 2.00 2.36 inf; -déduirez déduire VER 7.08 6.01 0.04 0.07 ind:fut:2p; -déduis déduire VER 7.08 6.01 1.54 0.41 imp:pre:2s;ind:pre:1s;ind:pre:2s; -déduisaient déduire VER 7.08 6.01 0.01 0.14 ind:imp:3p; -déduisait déduire VER 7.08 6.01 0.00 0.27 ind:imp:3s; -déduisant déduire VER 7.08 6.01 0.02 0.00 par:pre; -déduise déduire VER 7.08 6.01 0.04 0.07 sub:pre:1s;sub:pre:3s; -déduisent déduire VER 7.08 6.01 0.08 0.07 ind:pre:3p; -déduisez déduire VER 7.08 6.01 0.28 0.07 imp:pre:2p;ind:pre:2p; -déduisiez déduire VER 7.08 6.01 0.01 0.07 ind:imp:2p; -déduisit déduire VER 7.08 6.01 0.02 0.34 ind:pas:3s; -déduisons déduire VER 7.08 6.01 0.00 0.14 imp:pre:1p;ind:pre:1p; -déduit déduire VER m s 7.08 6.01 2.41 1.22 ind:pre:3s;par:pas; -déduite déduire VER f s 7.08 6.01 0.01 0.34 par:pas; -déduites déduire VER f p 7.08 6.01 0.03 0.14 par:pas; -déduits déduire VER m p 7.08 6.01 0.20 0.14 par:pas; -due devoir VER f s 3232.80 1318.24 3.95 5.95 par:pas; -duel duel NOM m s 7.54 5.95 6.17 4.93 -duelliste duelliste NOM s 0.21 0.14 0.20 0.00 -duellistes duelliste NOM p 0.21 0.14 0.01 0.14 -duels duel NOM m p 7.54 5.95 1.37 1.01 -dues devoir VER f p 3232.80 1318.24 1.94 1.55 par:pas; -déesse déesse NOM f s 13.56 8.65 11.82 6.42 -déesses déesse NOM f p 13.56 8.65 1.74 2.23 -duettistes duettiste NOM p 0.06 0.68 0.06 0.68 -défaillais défaillir VER 1.32 5.47 0.01 0.07 ind:imp:1s; -défaillait défaillir VER 1.32 5.47 0.02 0.54 ind:imp:3s; -défaillance défaillance NOM f s 2.37 7.57 2.06 5.47 -défaillances défaillance NOM f p 2.37 7.57 0.31 2.09 -défaillant défaillant ADJ m s 1.02 2.30 0.36 0.81 -défaillante défaillant ADJ f s 1.02 2.30 0.54 0.81 -défaillantes défaillant ADJ f p 1.02 2.30 0.04 0.27 -défaillants défaillant ADJ m p 1.02 2.30 0.09 0.41 -défaille défaillir VER 1.32 5.47 0.65 0.88 sub:pre:1s;sub:pre:3s; -défaillent défaillir VER 1.32 5.47 0.01 0.14 ind:pre:3p; -défailli défaillir VER m s 1.32 5.47 0.01 0.34 par:pas; -défaillir défaillir VER 1.32 5.47 0.58 2.91 inf; -défaillirait défaillir VER 1.32 5.47 0.00 0.07 cnd:pre:3s; -défaillis défaillir VER 1.32 5.47 0.02 0.07 ind:pas:1s; -défaillit défaillir VER 1.32 5.47 0.00 0.27 ind:pas:3s; -défaire défaire VER 12.32 32.23 5.26 10.14 inf; -défais défaire VER 12.32 32.23 2.13 0.47 imp:pre:2s;ind:pre:1s;ind:pre:2s; -défaisaient défaire VER 12.32 32.23 0.03 0.81 ind:imp:3p; -défaisais défaire VER 12.32 32.23 0.02 0.14 ind:imp:1s;ind:imp:2s; -défaisait défaire VER 12.32 32.23 0.04 2.50 ind:imp:3s; -défaisant défaire VER 12.32 32.23 0.11 0.88 par:pre; -défaisons défaire VER 12.32 32.23 0.01 0.07 ind:pre:1p; -défait défaire VER m s 12.32 32.23 2.25 7.84 ind:pre:3s;par:pas; -défaite défaite NOM f s 8.38 21.82 7.64 19.46 -défaites défaire VER f p 12.32 32.23 0.75 0.14 imp:pre:2p;ind:pre:2p;par:pas; -défaitisme défaitisme NOM m s 0.56 0.68 0.56 0.68 -défaitiste défaitiste ADJ s 1.26 0.41 0.57 0.14 -défaitistes défaitiste ADJ p 1.26 0.41 0.69 0.27 -défaits défaire VER m p 12.32 32.23 0.57 1.22 par:pas; -défalque défalquer VER 0.01 0.27 0.00 0.07 ind:pre:3s; -défalquer défalquer VER 0.01 0.27 0.01 0.07 inf; -défalqué défalquer VER m s 0.01 0.27 0.00 0.07 par:pas; -défalquées défalquer VER f p 0.01 0.27 0.00 0.07 par:pas; -défarguaient défarguer VER 0.00 0.61 0.00 0.07 ind:imp:3p; -défargue défarguer VER 0.00 0.61 0.00 0.20 ind:pre:3s; -défarguer défarguer VER 0.00 0.61 0.00 0.20 inf; -défargué défarguer VER m s 0.00 0.61 0.00 0.14 par:pas; -défasse défaire VER 12.32 32.23 0.05 0.54 sub:pre:1s;sub:pre:3s; -défausse défausser VER 0.02 0.07 0.01 0.00 ind:pre:3s; -défausser défausser VER 0.02 0.07 0.01 0.07 inf; -défaut défaut NOM m s 18.36 38.45 11.24 27.70 -défauts défaut NOM m p 18.36 38.45 7.12 10.74 -défaveur défaveur NOM f s 0.18 0.41 0.18 0.41 -défavorable défavorable ADJ s 0.68 2.91 0.56 1.76 -défavorablement défavorablement ADV 0.00 0.20 0.00 0.20 -défavorables défavorable ADJ p 0.68 2.91 0.12 1.15 -défavorisait défavoriser VER 0.06 0.20 0.00 0.07 ind:imp:3s; -défavorisent défavoriser VER 0.06 0.20 0.01 0.00 ind:pre:3p; -défavorisé défavorisé ADJ m s 0.53 0.54 0.07 0.14 -défavorisée défavorisé ADJ f s 0.53 0.54 0.05 0.07 -défavorisées défavorisé ADJ f p 0.53 0.54 0.03 0.20 -défavorisés défavorisé ADJ m p 0.53 0.54 0.39 0.14 -défectible défectible ADJ s 0.00 0.07 0.00 0.07 -défectif défectif ADJ m s 0.01 0.00 0.01 0.00 -défection défection NOM f s 0.44 1.35 0.42 1.15 -défectionnaires défectionnaire ADJ p 0.00 0.07 0.00 0.07 -défections défection NOM f p 0.44 1.35 0.02 0.20 -défectueuse défectueux ADJ f s 2.54 1.89 0.60 0.61 -défectueusement défectueusement ADV 0.00 0.07 0.00 0.07 -défectueuses défectueux ADJ f p 2.54 1.89 0.19 0.54 -défectueux défectueux ADJ m 2.54 1.89 1.74 0.74 -défectuosité défectuosité NOM f s 0.01 0.14 0.01 0.14 -défend défendre VER 78.36 91.08 7.00 6.01 ind:pre:3s; -défendît défendre VER 78.36 91.08 0.00 0.47 sub:imp:3s; -défendable défendable ADJ f s 0.20 0.20 0.20 0.20 -défendaient défendre VER 78.36 91.08 0.20 2.36 ind:imp:3p; -défendais défendre VER 78.36 91.08 0.70 1.82 ind:imp:1s;ind:imp:2s; -défendait défendre VER 78.36 91.08 1.39 8.18 ind:imp:3s; -défendant défendre VER 78.36 91.08 1.64 2.16 par:pre; -défende défendre VER 78.36 91.08 0.56 0.47 sub:pre:1s;sub:pre:3s; -défendent défendre VER 78.36 91.08 1.81 2.09 ind:pre:3p; -défenderesse défendeur NOM f s 0.50 0.00 0.03 0.00 -défendes défendre VER 78.36 91.08 0.22 0.20 sub:pre:2s; -défendeur défendeur NOM m s 0.50 0.00 0.43 0.00 -défendeurs défendeur NOM m p 0.50 0.00 0.04 0.00 -défendez défendre VER 78.36 91.08 2.94 0.88 imp:pre:2p;ind:pre:2p; -défendiez défendre VER 78.36 91.08 0.13 0.14 ind:imp:2p; -défendions défendre VER 78.36 91.08 0.02 0.27 ind:imp:1p; -défendirent défendre VER 78.36 91.08 0.01 0.14 ind:pas:3p; -défendis défendre VER 78.36 91.08 0.10 0.27 ind:pas:1s; -défendit défendre VER 78.36 91.08 0.01 1.22 ind:pas:3s; -défendons défendre VER 78.36 91.08 0.75 0.47 imp:pre:1p;ind:pre:1p; -défendra défendre VER 78.36 91.08 1.00 0.68 ind:fut:3s; -défendrai défendre VER 78.36 91.08 1.80 0.61 ind:fut:1s; -défendraient défendre VER 78.36 91.08 0.13 0.34 cnd:pre:3p; -défendrais défendre VER 78.36 91.08 0.14 0.47 cnd:pre:1s;cnd:pre:2s; -défendrait défendre VER 78.36 91.08 0.11 1.15 cnd:pre:3s; -défendras défendre VER 78.36 91.08 0.06 0.07 ind:fut:2s; -défendre défendre VER 78.36 91.08 36.58 41.49 inf; -défendrez défendre VER 78.36 91.08 0.22 0.14 ind:fut:2p; -défendriez défendre VER 78.36 91.08 0.06 0.14 cnd:pre:2p; -défendrons défendre VER 78.36 91.08 0.37 0.14 ind:fut:1p; -défendront défendre VER 78.36 91.08 0.23 0.27 ind:fut:3p; -défends défendre VER 78.36 91.08 9.24 4.86 imp:pre:2s;ind:pre:1s;ind:pre:2s; -défendu défendre VER m s 78.36 91.08 9.18 10.81 par:pas; -défendue défendre VER f s 78.36 91.08 1.17 2.16 par:pas; -défendues défendre VER f p 78.36 91.08 0.10 0.14 par:pas; -défendus défendre VER m p 78.36 91.08 0.50 0.47 par:pas; -défenestraient défenestrer VER 0.44 0.27 0.00 0.07 ind:imp:3p; -défenestrant défenestrer VER 0.44 0.27 0.01 0.00 par:pre; -défenestration défenestration NOM f s 0.09 0.07 0.09 0.07 -défenestrer défenestrer VER 0.44 0.27 0.17 0.00 inf; -défenestrerai défenestrer VER 0.44 0.27 0.00 0.07 ind:fut:1s; -défenestré défenestrer VER m s 0.44 0.27 0.12 0.14 par:pas; -défenestrée défenestrer VER f s 0.44 0.27 0.14 0.00 par:pas; -défens défens NOM m 0.01 0.00 0.01 0.00 -défense défense NOM f s 50.94 52.30 48.56 47.77 -défenses défense NOM f p 50.94 52.30 2.38 4.53 -défenseur défenseur NOM m s 3.74 6.35 2.59 3.38 -défenseurs défenseur NOM m p 3.74 6.35 1.15 2.97 -défensif défensif ADJ m s 2.35 1.96 0.71 0.74 -défensifs défensif ADJ m p 2.35 1.96 0.33 0.00 -défensive défensive NOM f s 0.98 1.89 0.98 1.89 -défensives défensif ADJ f p 2.35 1.96 0.57 0.27 -défera défaire VER 12.32 32.23 0.03 0.27 ind:fut:3s; -déferai défaire VER 12.32 32.23 0.05 0.14 ind:fut:1s; -déferaient défaire VER 12.32 32.23 0.00 0.07 cnd:pre:3p; -déferais défaire VER 12.32 32.23 0.01 0.00 cnd:pre:1s; -déferait défaire VER 12.32 32.23 0.15 0.27 cnd:pre:3s; -déferas défaire VER 12.32 32.23 0.02 0.00 ind:fut:2s; -déferez défaire VER 12.32 32.23 0.00 0.07 ind:fut:2p; -déferla déferler VER 1.38 11.28 0.05 1.22 ind:pas:3s; -déferlaient déferler VER 1.38 11.28 0.03 1.42 ind:imp:3p; -déferlait déferler VER 1.38 11.28 0.03 2.36 ind:imp:3s; -déferlant déferler VER 1.38 11.28 0.02 0.54 par:pre; -déferlante déferlante NOM f s 0.26 0.34 0.23 0.20 -déferlantes déferlante NOM f p 0.26 0.34 0.03 0.14 -déferle déferler VER 1.38 11.28 0.57 1.55 imp:pre:2s;ind:pre:3s; -déferlement déferlement NOM m s 0.34 4.66 0.33 4.53 -déferlements déferlement NOM m p 0.34 4.66 0.01 0.14 -déferlent déferler VER 1.38 11.28 0.30 1.15 ind:pre:3p; -déferler déferler VER 1.38 11.28 0.08 1.76 inf; -déferleraient déferler VER 1.38 11.28 0.00 0.14 cnd:pre:3p; -déferlerait déferler VER 1.38 11.28 0.00 0.20 cnd:pre:3s; -déferleront déferler VER 1.38 11.28 0.00 0.07 ind:fut:3p; -déferlez déferler VER 1.38 11.28 0.02 0.00 imp:pre:2p; -déferlât déferler VER 1.38 11.28 0.00 0.07 sub:imp:3s; -déferlèrent déferler VER 1.38 11.28 0.01 0.00 ind:pas:3p; -déferlé déferler VER m s 1.38 11.28 0.28 0.74 par:pas; -déferlées déferler VER f p 1.38 11.28 0.00 0.07 par:pas; -déferons défaire VER 12.32 32.23 0.10 0.07 ind:fut:1p; -déferont défaire VER 12.32 32.23 0.01 0.07 ind:fut:3p; -déferrer déferrer VER 0.10 0.07 0.10 0.00 inf; -déferré déferrer VER m s 0.10 0.07 0.00 0.07 par:pas; -déferré déferré ADJ m s 0.00 0.07 0.00 0.07 -défeuillées défeuiller VER f p 0.00 0.07 0.00 0.07 par:pas; -duffel_coat duffel_coat NOM m s 0.01 0.07 0.01 0.07 -duffle_coat duffle_coat NOM m s 0.00 0.34 0.00 0.27 -duffle_coat duffle_coat NOM m p 0.00 0.34 0.00 0.07 -défi défi NOM m s 12.24 17.36 10.23 15.20 -défia défier VER 13.49 12.30 0.04 0.27 ind:pas:3s; -défiaient défier VER 13.49 12.30 0.12 0.61 ind:imp:3p; -défiais défier VER 13.49 12.30 0.01 0.27 ind:imp:1s; -défiait défier VER 13.49 12.30 0.23 1.69 ind:imp:3s; -défiance défiance NOM f s 0.58 2.09 0.58 1.96 -défiances défiance NOM f p 0.58 2.09 0.00 0.14 -défiant défiant ADJ m s 0.43 0.34 0.43 0.27 -défiante défiant ADJ f s 0.43 0.34 0.00 0.07 -défibreur défibreur NOM m s 0.01 0.00 0.01 0.00 -défibrillateur défibrillateur NOM m s 0.58 0.00 0.57 0.00 -défibrillateurs défibrillateur NOM m p 0.58 0.00 0.01 0.00 -défibrillation défibrillation NOM f s 0.14 0.00 0.14 0.00 -déficeler déficeler VER 0.01 0.27 0.01 0.14 inf; -déficelle déficeler VER 0.01 0.27 0.00 0.07 ind:pre:3s; -déficelèrent déficeler VER 0.01 0.27 0.00 0.07 ind:pas:3p; -déficience déficience NOM f s 1.01 1.22 0.56 0.47 -déficiences déficience NOM f p 1.01 1.22 0.45 0.74 -déficient déficient ADJ m s 0.45 0.74 0.21 0.27 -déficiente déficient ADJ f s 0.45 0.74 0.11 0.41 -déficientes déficient ADJ f p 0.45 0.74 0.04 0.00 -déficients déficient ADJ m p 0.45 0.74 0.09 0.07 -déficit déficit NOM m s 1.92 1.42 1.91 0.95 -déficitaire déficitaire ADJ s 0.10 0.34 0.06 0.07 -déficitaires déficitaire ADJ p 0.10 0.34 0.04 0.27 -déficits déficit NOM m p 1.92 1.42 0.01 0.47 -défie défier VER 13.49 12.30 5.36 2.03 imp:pre:2s;ind:pre:1s;ind:pre:3s; -défient défier VER 13.49 12.30 0.86 0.54 ind:pre:3p; -défier défier VER 13.49 12.30 3.92 4.39 inf; -défiera défier VER 13.49 12.30 0.05 0.00 ind:fut:3s; -défierai défier VER 13.49 12.30 0.05 0.00 ind:fut:1s; -défierais défier VER 13.49 12.30 0.03 0.00 cnd:pre:1s; -défierait défier VER 13.49 12.30 0.02 0.14 cnd:pre:3s; -défieriez défier VER 13.49 12.30 0.01 0.00 cnd:pre:2p; -défierons défier VER 13.49 12.30 0.01 0.00 ind:fut:1p; -défiez défier VER 13.49 12.30 0.57 0.27 imp:pre:2p;ind:pre:2p; -défigeait défiger VER 0.07 0.07 0.00 0.07 ind:imp:3s; -défiger défiger VER 0.07 0.07 0.07 0.00 inf; -défigura défigurer VER 3.27 5.41 0.01 0.14 ind:pas:3s; -défiguraient défigurer VER 3.27 5.41 0.00 0.27 ind:imp:3p; -défigurais défigurer VER 3.27 5.41 0.00 0.07 ind:imp:1s; -défigurait défigurer VER 3.27 5.41 0.00 0.54 ind:imp:3s; -défigurant défigurer VER 3.27 5.41 0.01 0.07 par:pre; -défiguration défiguration NOM f s 0.25 0.14 0.24 0.14 -défigurations défiguration NOM f p 0.25 0.14 0.01 0.00 -défigure défigurer VER 3.27 5.41 0.55 0.47 imp:pre:2s;ind:pre:1s;ind:pre:3s; -défigurement défigurement NOM m s 0.01 0.00 0.01 0.00 -défigurent défigurer VER 3.27 5.41 0.01 0.14 ind:pre:3p; -défigurer défigurer VER 3.27 5.41 0.56 0.81 inf; -défigurerait défigurer VER 3.27 5.41 0.01 0.07 cnd:pre:3s; -défiguré défigurer VER m s 3.27 5.41 1.43 1.62 par:pas; -défigurée défigurer VER f s 3.27 5.41 0.62 0.74 par:pas; -défigurées défiguré ADJ f p 0.71 1.69 0.02 0.07 -défigurés défigurer VER m p 3.27 5.41 0.06 0.41 par:pas; -défila défiler VER 10.82 32.64 0.00 0.54 ind:pas:3s; -défilaient défiler VER 10.82 32.64 0.17 4.73 ind:imp:3p; -défilais défiler VER 10.82 32.64 0.04 0.20 ind:imp:1s;ind:imp:2s; -défilait défiler VER 10.82 32.64 0.20 2.70 ind:imp:3s; -défilant défiler VER 10.82 32.64 0.17 1.15 par:pre; -défilantes défilant ADJ f p 0.00 0.14 0.00 0.07 -défilants défilant ADJ m p 0.00 0.14 0.00 0.07 -défile défiler VER 10.82 32.64 2.66 2.50 imp:pre:2s;ind:pre:1s;ind:pre:3s; -défilement défilement NOM m s 0.01 0.68 0.01 0.61 -défilements défilement NOM m p 0.01 0.68 0.00 0.07 -défilent défiler VER 10.82 32.64 1.04 4.59 ind:pre:3p; -défiler défiler VER 10.82 32.64 4.32 11.28 inf; -défilera défiler VER 10.82 32.64 0.19 0.14 ind:fut:3s; -défileraient défiler VER 10.82 32.64 0.00 0.27 cnd:pre:3p; -défilerait défiler VER 10.82 32.64 0.02 0.27 cnd:pre:3s; -défileras défiler VER 10.82 32.64 0.01 0.00 ind:fut:2s; -défilerez défiler VER 10.82 32.64 0.01 0.07 ind:fut:2p; -défilerons défiler VER 10.82 32.64 0.03 0.00 ind:fut:1p; -défileront défiler VER 10.82 32.64 0.19 0.00 ind:fut:3p; -défilez défiler VER 10.82 32.64 0.25 0.07 imp:pre:2p;ind:pre:2p; -défiliez défiler VER 10.82 32.64 0.02 0.00 ind:imp:2p; -défilions défiler VER 10.82 32.64 0.01 0.07 ind:imp:1p; -défilons défiler VER 10.82 32.64 0.01 0.14 ind:pre:1p; -défilèrent défiler VER 10.82 32.64 0.01 1.62 ind:pas:3p; -défilé défilé NOM m s 8.05 14.73 7.45 12.30 -défilée défiler VER f s 10.82 32.64 0.07 0.00 par:pas; -défilés défilé NOM m p 8.05 14.73 0.59 2.43 -défini définir VER m s 7.22 14.53 0.82 1.22 par:pas; -définie définir VER f s 7.22 14.53 0.51 1.28 par:pas; -définies défini ADJ f p 1.40 3.38 0.22 0.14 -définir définir VER 7.22 14.53 3.07 7.70 inf; -définira définir VER 7.22 14.53 0.05 0.07 ind:fut:3s; -définirais définir VER 7.22 14.53 0.05 0.07 cnd:pre:1s;cnd:pre:2s; -définirait définir VER 7.22 14.53 0.04 0.14 cnd:pre:3s; -définiriez définir VER 7.22 14.53 0.10 0.00 cnd:pre:2p; -définis définir VER m p 7.22 14.53 0.35 0.20 imp:pre:2s;ind:pre:1s;ind:pre:2s;par:pas; -définissable définissable ADJ m s 0.00 0.20 0.00 0.14 -définissables définissable ADJ p 0.00 0.20 0.00 0.07 -définissaient définir VER 7.22 14.53 0.00 0.20 ind:imp:3p; -définissait définir VER 7.22 14.53 0.14 1.15 ind:imp:3s; -définissant définir VER 7.22 14.53 0.06 0.14 par:pre; -définisse définir VER 7.22 14.53 0.08 0.07 sub:pre:3s; -définissent définir VER 7.22 14.53 0.36 0.41 ind:pre:3p; -définissez définir VER 7.22 14.53 0.53 0.07 imp:pre:2p;ind:pre:2p; -définissons définir VER 7.22 14.53 0.05 0.07 imp:pre:1p;ind:pre:1p; -définit définir VER 7.22 14.53 0.93 1.28 ind:pre:3s;ind:pas:3s; -définitif définitif ADJ m s 8.01 31.76 4.00 10.41 -définitifs définitif ADJ m p 8.01 31.76 0.30 1.89 -définition définition NOM f s 4.95 7.23 4.73 6.28 -définitions définition NOM f p 4.95 7.23 0.22 0.95 -définitive définitif ADJ f s 8.01 31.76 3.43 17.97 -définitivement définitivement ADV 9.34 23.51 9.34 23.51 -définitives définitif ADJ f p 8.01 31.76 0.27 1.49 -défions défier VER 13.49 12.30 0.47 0.07 imp:pre:1p;ind:pre:1p; -défirent défaire VER 12.32 32.23 0.00 0.27 ind:pas:3p; -défis défi NOM m p 12.24 17.36 2.02 2.16 -défiscalisations défiscalisation NOM f p 0.01 0.00 0.01 0.00 -défiscalisé défiscaliser VER m s 0.01 0.00 0.01 0.00 par:pas; -défit défaire VER 12.32 32.23 0.14 3.58 ind:pas:3s; -défièrent défier VER 13.49 12.30 0.02 0.07 ind:pas:3p; -défié défier VER m s 13.49 12.30 1.19 0.68 par:pas; -défiée défier VER f s 13.49 12.30 0.07 0.07 par:pas; -défiés défier VER m p 13.49 12.30 0.16 0.14 par:pas; -déflagrante déflagrant ADJ f s 0.00 0.07 0.00 0.07 -déflagration déflagration NOM f s 0.34 2.09 0.31 1.55 -déflagrations déflagration NOM f p 0.34 2.09 0.02 0.54 -déflationniste déflationniste ADJ f s 0.02 0.00 0.01 0.00 -déflationnistes déflationniste ADJ f p 0.02 0.00 0.01 0.00 -déflecteur déflecteur ADJ m s 0.04 0.00 0.04 0.00 -déflecteurs déflecteur NOM m p 0.08 0.20 0.06 0.14 -défleuri défleurir VER m s 0.00 0.47 0.00 0.20 par:pas; -défleuries défleurir VER f p 0.00 0.47 0.00 0.20 par:pas; -défleuris défleurir VER m p 0.00 0.47 0.00 0.07 par:pas; -déflexion déflexion NOM f s 0.09 0.00 0.09 0.00 -défloraison défloraison NOM f s 0.00 0.20 0.00 0.20 -déflorait déflorer VER 0.89 0.81 0.02 0.07 ind:imp:3s; -défloration défloration NOM f s 0.01 0.20 0.01 0.20 -déflorer déflorer VER 0.89 0.81 0.12 0.14 inf; -déflorerons déflorer VER 0.89 0.81 0.00 0.07 ind:fut:1p; -défloré déflorer VER m s 0.89 0.81 0.11 0.20 par:pas; -déflorée déflorer VER f s 0.89 0.81 0.65 0.27 par:pas; -déflorés déflorer VER m p 0.89 0.81 0.00 0.07 par:pas; -défoliant défoliant NOM m s 0.01 0.00 0.01 0.00 -défonce défoncer VER 16.85 9.39 3.95 0.88 imp:pre:2s;ind:pre:1s;ind:pre:3s; -défoncement défoncement NOM m s 0.00 0.34 0.00 0.27 -défoncements défoncement NOM m p 0.00 0.34 0.00 0.07 -défoncent défoncer VER 16.85 9.39 0.50 0.27 ind:pre:3p; -défoncer défoncer VER 16.85 9.39 5.22 2.84 inf; -défoncera défoncer VER 16.85 9.39 0.06 0.14 ind:fut:3s; -défoncerai défoncer VER 16.85 9.39 0.19 0.07 ind:fut:1s; -défonceraient défoncer VER 16.85 9.39 0.01 0.07 cnd:pre:3p; -défoncerait défoncer VER 16.85 9.39 0.04 0.07 cnd:pre:3s; -défonceront défoncer VER 16.85 9.39 0.00 0.07 ind:fut:3p; -défonceuse défonceuse NOM f s 0.02 0.14 0.02 0.14 -défoncez défoncer VER 16.85 9.39 0.31 0.00 imp:pre:2p;ind:pre:2p; -défoncé défoncer VER m s 16.85 9.39 4.54 2.03 par:pas; -défoncée défoncer VER f s 16.85 9.39 1.30 0.95 par:pas; -défoncées défoncé ADJ f p 3.97 5.68 0.17 0.81 -défoncés défoncé ADJ m p 3.97 5.68 0.61 1.55 -défont défaire VER 12.32 32.23 0.05 1.22 ind:pre:3p; -défonça défoncer VER 16.85 9.39 0.01 0.07 ind:pas:3s; -défonçai défoncer VER 16.85 9.39 0.00 0.07 ind:pas:1s; -défonçaient défoncer VER 16.85 9.39 0.02 0.14 ind:imp:3p; -défonçais défoncer VER 16.85 9.39 0.06 0.00 ind:imp:1s;ind:imp:2s; -défonçait défoncer VER 16.85 9.39 0.21 0.34 ind:imp:3s; -défonçant défoncer VER 16.85 9.39 0.05 0.20 par:pre; -défonçons défoncer VER 16.85 9.39 0.04 0.00 imp:pre:1p;ind:pre:1p; -déforestation déforestation NOM f s 0.04 0.00 0.04 0.00 -déforma déformer VER 2.75 12.43 0.00 0.41 ind:pas:3s; -déformaient déformer VER 2.75 12.43 0.01 0.27 ind:imp:3p; -déformait déformer VER 2.75 12.43 0.03 1.01 ind:imp:3s; -déformant déformant ADJ m s 0.07 0.95 0.04 0.27 -déformante déformant ADJ f s 0.07 0.95 0.04 0.41 -déformantes déformant ADJ f p 0.07 0.95 0.00 0.14 -déformants déformant ADJ m p 0.07 0.95 0.00 0.14 -déformation déformation NOM f s 0.86 2.43 0.75 1.69 -déformations déformation NOM f p 0.86 2.43 0.11 0.74 -déforme déformer VER 2.75 12.43 0.55 1.69 imp:pre:2s;ind:pre:1s;ind:pre:3s; -déforment déformer VER 2.75 12.43 0.13 0.61 ind:pre:3p; -déformer déformer VER 2.75 12.43 0.62 1.15 inf; -déformera déformer VER 2.75 12.43 0.00 0.07 ind:fut:3s; -déformerai déformer VER 2.75 12.43 0.00 0.07 ind:fut:1s; -déformerait déformer VER 2.75 12.43 0.01 0.07 cnd:pre:3s; -déformeront déformer VER 2.75 12.43 0.03 0.07 ind:fut:3p; -déformes déformer VER 2.75 12.43 0.26 0.07 ind:pre:2s; -déformez déformer VER 2.75 12.43 0.20 0.07 imp:pre:2p;ind:pre:2p; -déformé déformer VER m s 2.75 12.43 0.56 2.57 par:pas; -déformée déformé ADJ f s 1.41 3.65 0.36 0.81 -déformées déformé ADJ f p 1.41 3.65 0.13 0.68 -déformés déformé ADJ m p 1.41 3.65 0.38 1.35 -défoulaient défouler VER 3.39 0.74 0.01 0.00 ind:imp:3p; -défoulais défouler VER 3.39 0.74 0.06 0.00 ind:imp:1s;ind:imp:2s; -défoulait défouler VER 3.39 0.74 0.05 0.00 ind:imp:3s; -défoule défouler VER 3.39 0.74 1.31 0.27 imp:pre:2s;ind:pre:1s;ind:pre:3s; -défoulement défoulement NOM m s 0.06 0.27 0.06 0.27 -défoulent défouler VER 3.39 0.74 0.14 0.07 ind:pre:3p; -défouler défouler VER 3.39 0.74 1.66 0.27 inf; -défoulera défouler VER 3.39 0.74 0.03 0.00 ind:fut:3s; -défoulerait défouler VER 3.39 0.74 0.01 0.07 cnd:pre:3s; -défoules défouler VER 3.39 0.74 0.09 0.00 ind:pre:2s; -défouliez défouler VER 3.39 0.74 0.01 0.07 ind:imp:2p; -défouloir défouloir NOM m s 0.15 0.00 0.15 0.00 -défoulons défouler VER 3.39 0.74 0.01 0.00 imp:pre:1p; -défoulés défouler VER m p 3.39 0.74 0.01 0.00 par:pas; -défouraillaient défourailler VER 0.29 0.81 0.00 0.07 ind:imp:3p; -défouraille défourailler VER 0.29 0.81 0.00 0.14 ind:pre:3s; -défouraillent défourailler VER 0.29 0.81 0.00 0.07 ind:pre:3p; -défourailler défourailler VER 0.29 0.81 0.29 0.34 inf; -défouraillerait défourailler VER 0.29 0.81 0.00 0.07 cnd:pre:3s; -défouraillé défourailler VER m s 0.29 0.81 0.00 0.14 par:pas; -défourna défourner VER 0.00 0.14 0.00 0.07 ind:pas:3s; -défournait défourner VER 0.00 0.14 0.00 0.07 ind:imp:3s; -défraîchi défraîchi ADJ m s 0.23 2.77 0.06 0.88 -défraîchie défraîchi ADJ f s 0.23 2.77 0.16 0.54 -défraîchies défraîchi ADJ f p 0.23 2.77 0.00 0.68 -défraîchir défraîchir VER 0.07 1.01 0.00 0.20 inf; -défraîchis défraîchi ADJ m p 0.23 2.77 0.01 0.68 -défraîchissait défraîchir VER 0.07 1.01 0.00 0.07 ind:imp:3s; -défragmenteur défragmenteur NOM m s 0.01 0.00 0.01 0.00 -défraiement défraiement NOM m s 0.42 0.07 0.05 0.00 -défraiements défraiement NOM m p 0.42 0.07 0.37 0.07 -défraya défrayer VER 0.04 1.55 0.01 0.20 ind:pas:3s; -défrayaient défrayer VER 0.04 1.55 0.00 0.20 ind:imp:3p; -défrayait défrayer VER 0.04 1.55 0.00 0.47 ind:imp:3s; -défrayant défrayer VER 0.04 1.55 0.00 0.07 par:pre; -défrayent défrayer VER 0.04 1.55 0.00 0.07 ind:pre:3p; -défrayer défrayer VER 0.04 1.55 0.00 0.41 inf; -défrayèrent défrayer VER 0.04 1.55 0.00 0.07 ind:pas:3p; -défrayé défrayer VER m s 0.04 1.55 0.03 0.07 par:pas; -défricha défricher VER 0.43 1.82 0.00 0.07 ind:pas:3s; -défrichage défrichage NOM m s 0.00 0.14 0.00 0.14 -défrichait défricher VER 0.43 1.82 0.00 0.07 ind:imp:3s; -défriche défricher VER 0.43 1.82 0.13 0.20 ind:pre:1s;ind:pre:3s; -défrichement défrichement NOM m s 0.00 0.47 0.00 0.41 -défrichements défrichement NOM m p 0.00 0.47 0.00 0.07 -défricher défricher VER 0.43 1.82 0.10 0.74 inf; -défricheurs défricheur NOM m p 0.00 0.14 0.00 0.14 -défriché défricher VER m s 0.43 1.82 0.10 0.47 par:pas; -défrichée défricher VER f s 0.43 1.82 0.10 0.14 par:pas; -défrichées défricher VER f p 0.43 1.82 0.00 0.07 par:pas; -défrichés défricher VER m p 0.43 1.82 0.00 0.07 par:pas; -défringue défringuer VER 0.00 0.20 0.00 0.14 imp:pre:2s; -défringues défringuer VER 0.00 0.20 0.00 0.07 ind:pre:2s; -défripe défriper VER 0.00 0.34 0.00 0.14 ind:pre:1s;ind:pre:3s; -défripera défriper VER 0.00 0.34 0.00 0.07 ind:fut:3s; -défripé défriper VER m s 0.00 0.34 0.00 0.07 par:pas; -défripées défriper VER f p 0.00 0.34 0.00 0.07 par:pas; -défrisage défrisage NOM m s 0.01 0.00 0.01 0.00 -défrisaient défriser VER 0.88 1.01 0.00 0.07 ind:imp:3p; -défrisait défriser VER 0.88 1.01 0.00 0.14 ind:imp:3s; -défrise défriser VER 0.88 1.01 0.68 0.41 imp:pre:2s;ind:pre:1s;ind:pre:3s; -défriser défriser VER 0.88 1.01 0.05 0.27 inf; -défriserait défriser VER 0.88 1.01 0.02 0.00 cnd:pre:3s; -défrises défriser VER 0.88 1.01 0.11 0.00 ind:pre:2s; -défrisé défriser VER m s 0.88 1.01 0.02 0.14 par:pas; -défroissa défroisser VER 0.19 1.28 0.00 0.07 ind:pas:3s; -défroissai défroisser VER 0.19 1.28 0.00 0.07 ind:pas:1s; -défroissaient défroisser VER 0.19 1.28 0.00 0.07 ind:imp:3p; -défroissait défroisser VER 0.19 1.28 0.00 0.07 ind:imp:3s; -défroissant défroisser VER 0.19 1.28 0.00 0.20 par:pre; -défroisse défroisser VER 0.19 1.28 0.17 0.07 ind:pre:1s;ind:pre:3s; -défroissent défroisser VER 0.19 1.28 0.00 0.07 ind:pre:3p; -défroisser défroisser VER 0.19 1.28 0.01 0.34 inf; -défroissé défroisser VER m s 0.19 1.28 0.01 0.14 par:pas; -défroissées défroisser VER f p 0.19 1.28 0.00 0.07 par:pas; -défroissés défroisser VER m p 0.19 1.28 0.00 0.14 par:pas; -défroqua défroquer VER 0.12 0.47 0.00 0.07 ind:pas:3s; -défroque défroque NOM f s 0.03 2.16 0.03 1.28 -défroquer défroquer VER 0.12 0.47 0.02 0.00 inf; -défroques défroque NOM f p 0.03 2.16 0.00 0.88 -défroqué défroquer VER m s 0.12 0.47 0.08 0.20 par:pas; -défroquée défroquer VER f s 0.12 0.47 0.01 0.07 par:pas; -défroqués défroquer VER m p 0.12 0.47 0.00 0.14 par:pas; -défèque déféquer VER 0.92 0.61 0.04 0.07 ind:pre:3s; -défécation défécation NOM f s 0.01 0.81 0.01 0.61 -défécations défécation NOM f p 0.01 0.81 0.00 0.20 -défécatoire défécatoire ADJ s 0.00 0.41 0.00 0.41 -déféminiser déféminiser VER 0.01 0.00 0.01 0.00 inf; -défunt défunt NOM m s 6.42 6.28 4.50 2.91 -défunte défunt ADJ f s 4.79 5.27 1.63 1.28 -défunter défunter VER 0.00 0.14 0.00 0.07 inf; -défuntes défunt NOM f p 6.42 6.28 0.14 0.14 -défunts défunt NOM m p 6.42 6.28 1.06 1.69 -défunté défunter VER m s 0.00 0.14 0.00 0.07 par:pas; -déféquaient déféquer VER 0.92 0.61 0.14 0.07 ind:imp:3p; -déféquant déféquer VER 0.92 0.61 0.03 0.07 par:pre; -déféquassent déféquer VER 0.92 0.61 0.14 0.00 sub:imp:3p; -déféquer déféquer VER 0.92 0.61 0.48 0.27 inf; -déféqué déféquer VER m s 0.92 0.61 0.09 0.14 par:pas; -déféra déférer VER 0.42 0.47 0.00 0.07 ind:pas:3s; -déférait déférer VER 0.42 0.47 0.00 0.07 ind:imp:3s; -déférant déférer VER 0.42 0.47 0.00 0.07 par:pre; -déférence déférence NOM f s 0.08 4.26 0.08 4.26 -déférent déférent ADJ m s 0.01 2.70 0.00 1.42 -déférente déférent ADJ f s 0.01 2.70 0.00 0.81 -déférentes déférent ADJ f p 0.01 2.70 0.00 0.20 -déférents déférent ADJ m p 0.01 2.70 0.01 0.27 -déférer déférer VER 0.42 0.47 0.05 0.07 inf; -déférerait déférer VER 0.42 0.47 0.00 0.07 cnd:pre:3s; -déféré déférer VER m s 0.42 0.47 0.36 0.07 par:pas; -déférés déférer VER m p 0.42 0.47 0.01 0.07 par:pas; -dégage dégager VER 102.47 58.04 56.41 10.34 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -dégagea dégager VER 102.47 58.04 0.00 6.62 ind:pas:3s; -dégageai dégager VER 102.47 58.04 0.00 0.27 ind:pas:1s; -dégageaient dégager VER 102.47 58.04 0.04 1.62 ind:imp:3p; -dégageait dégager VER 102.47 58.04 0.22 8.85 ind:imp:3s; -dégageant dégager VER 102.47 58.04 0.32 3.92 par:pre; -dégagement dégagement NOM m s 0.44 0.74 0.44 0.54 -dégagements dégagement NOM m p 0.44 0.74 0.00 0.20 -dégagent dégager VER 102.47 58.04 1.18 1.42 ind:pre:3p; -dégageons dégager VER 102.47 58.04 0.67 0.14 imp:pre:1p;ind:pre:1p; -dégageât dégager VER 102.47 58.04 0.00 0.14 sub:imp:3s; -dégager dégager VER 102.47 58.04 8.22 15.20 inf; -dégagera dégager VER 102.47 58.04 0.22 0.07 ind:fut:3s; -dégageraient dégager VER 102.47 58.04 0.00 0.07 cnd:pre:3p; -dégagerais dégager VER 102.47 58.04 0.04 0.07 cnd:pre:1s;cnd:pre:2s; -dégagerait dégager VER 102.47 58.04 0.02 0.34 cnd:pre:3s; -dégageront dégager VER 102.47 58.04 0.03 0.00 ind:fut:3p; -dégages dégager VER 102.47 58.04 3.15 0.14 ind:pre:2s;sub:pre:2s; -dégagez dégager VER 102.47 58.04 27.61 0.41 imp:pre:2p;ind:pre:2p; -dégagèrent dégager VER 102.47 58.04 0.03 0.27 ind:pas:3p; -dégagé dégager VER m s 102.47 58.04 2.96 4.39 par:pas; -dégagée dégager VER f s 102.47 58.04 1.04 2.70 par:pas; -dégagées dégager VER f p 102.47 58.04 0.08 0.41 par:pas; -dégagés dégager VER m p 102.47 58.04 0.25 0.68 par:pas; -dégaina dégainer VER 4.95 1.96 0.01 0.07 ind:pas:3s; -dégainais dégainer VER 4.95 1.96 0.02 0.00 ind:imp:1s;ind:imp:2s; -dégainait dégainer VER 4.95 1.96 0.06 0.00 ind:imp:3s; -dégainant dégainer VER 4.95 1.96 0.01 0.14 par:pre; -dégaine dégaine NOM f s 1.45 3.18 1.43 3.11 -dégainent dégainer VER 4.95 1.96 0.04 0.00 ind:pre:3p; -dégainer dégainer VER 4.95 1.96 1.62 0.54 inf; -dégainerai dégainer VER 4.95 1.96 0.01 0.00 ind:fut:1s; -dégainerez dégainer VER 4.95 1.96 0.01 0.00 ind:fut:2p; -dégaines dégainer VER 4.95 1.96 0.15 0.00 ind:pre:2s; -dégainez dégainer VER 4.95 1.96 0.81 0.00 imp:pre:2p;ind:pre:2p; -dégainèrent dégainer VER 4.95 1.96 0.00 0.07 ind:pas:3p; -dégainé dégainer VER m s 4.95 1.96 0.80 0.41 par:pas; -dégainés dégainer VER m p 4.95 1.96 0.00 0.14 par:pas; -déganta déganter VER 0.02 0.34 0.00 0.07 ind:pas:3s; -dégantant déganter VER 0.02 0.34 0.00 0.07 par:pre; -déganté déganter VER m s 0.02 0.34 0.01 0.00 par:pas; -dégantée déganter VER f s 0.02 0.34 0.01 0.14 par:pas; -dégantées déganter VER f p 0.02 0.34 0.00 0.07 par:pas; -dégarni dégarni ADJ m s 0.40 1.82 0.39 1.69 -dégarnie dégarni ADJ f s 0.40 1.82 0.01 0.00 -dégarnies dégarni ADJ f p 0.40 1.82 0.00 0.14 -dégarnir dégarnir VER 0.17 1.01 0.02 0.14 inf; -dégarnis dégarnir VER m p 0.17 1.01 0.04 0.00 ind:pre:1s;par:pas; -dégarnissait dégarnir VER 0.17 1.01 0.00 0.14 ind:imp:3s; -dégarnissant dégarnir VER 0.17 1.01 0.00 0.07 par:pre; -dégauchi dégauchir VER m s 0.00 2.57 0.00 0.41 par:pas; -dégauchie dégauchir VER f s 0.00 2.57 0.00 0.20 par:pas; -dégauchir dégauchir VER 0.00 2.57 0.00 1.69 inf; -dégauchira dégauchir VER 0.00 2.57 0.00 0.07 ind:fut:3s; -dégauchis dégauchir VER m p 0.00 2.57 0.00 0.14 ind:pre:1s;par:pas; -dégauchisse dégauchir VER 0.00 2.57 0.00 0.07 sub:pre:3s; -dégauchisseuse dégauchisseuse NOM f s 0.00 0.07 0.00 0.07 -dégazage dégazage NOM m s 0.03 0.00 0.03 0.00 -dégazent dégazer VER 0.01 0.14 0.00 0.07 ind:pre:3p; -dégazer dégazer VER 0.01 0.14 0.01 0.07 inf; -dégel dégel NOM m s 0.47 3.31 0.47 3.31 -dégela dégeler VER 0.70 1.15 0.01 0.07 ind:pas:3s; -dégelai dégeler VER 0.70 1.15 0.00 0.07 ind:pas:1s; -dégelait dégeler VER 0.70 1.15 0.00 0.14 ind:imp:3s; -dégelant dégeler VER 0.70 1.15 0.01 0.00 par:pre; -dégeler dégeler VER 0.70 1.15 0.38 0.34 inf; -dégelez dégeler VER 0.70 1.15 0.01 0.00 ind:pre:2p; -dégelât dégeler VER 0.70 1.15 0.00 0.07 sub:imp:3s; -dégelé dégeler VER m s 0.70 1.15 0.08 0.14 par:pas; -dégelée dégeler VER f s 0.70 1.15 0.02 0.00 par:pas; -dégelées dégelée NOM f p 0.01 1.35 0.00 0.27 -dégelés dégeler VER m p 0.70 1.15 0.04 0.07 par:pas; -dégermait dégermer VER 0.00 0.07 0.00 0.07 ind:imp:3s; -dégingandé dégingandé ADJ m s 0.04 2.03 0.02 1.55 -dégingandée dégingandé ADJ f s 0.04 2.03 0.01 0.14 -dégingandées dégingandé ADJ f p 0.04 2.03 0.00 0.07 -dégingandés dégingandé ADJ m p 0.04 2.03 0.01 0.27 -dégivrage dégivrage NOM m s 0.03 0.00 0.03 0.00 -dégivrer dégivrer VER 0.15 0.07 0.11 0.00 inf; -dégivré dégivrer VER m s 0.15 0.07 0.04 0.07 par:pas; -déglacer déglacer VER 0.06 0.00 0.01 0.00 inf; -déglacera déglacer VER 0.06 0.00 0.01 0.00 ind:fut:3s; -déglacez déglacer VER 0.06 0.00 0.02 0.00 imp:pre:2p; -déglacé déglacer VER m s 0.06 0.00 0.02 0.00 par:pas; -déglingua déglinguer VER 1.08 3.72 0.00 0.07 ind:pas:3s; -déglinguaient déglinguer VER 1.08 3.72 0.00 0.07 ind:imp:3p; -déglinguait déglinguer VER 1.08 3.72 0.00 0.27 ind:imp:3s; -déglinguant déglinguer VER 1.08 3.72 0.00 0.07 par:pre; -déglingue déglinguer VER 1.08 3.72 0.56 1.01 imp:pre:2s;ind:pre:1s;ind:pre:3s; -déglinguent déglinguer VER 1.08 3.72 0.01 0.20 ind:pre:3p; -déglinguer déglinguer VER 1.08 3.72 0.26 0.68 inf; -déglinguions déglinguer VER 1.08 3.72 0.00 0.07 ind:imp:1p; -déglingué déglingué ADJ m s 0.38 2.43 0.27 1.22 -déglinguée déglinguer VER f s 1.08 3.72 0.07 0.41 par:pas; -déglinguées déglinguer VER f p 1.08 3.72 0.03 0.14 par:pas; -déglingués déglingué ADJ m p 0.38 2.43 0.05 0.41 -dégluti déglutir VER m s 0.17 3.18 0.00 0.34 par:pas; -déglutie déglutir VER f s 0.17 3.18 0.00 0.07 par:pas; -dégluties déglutir VER f p 0.17 3.18 0.00 0.07 par:pas; -déglutir déglutir VER 0.17 3.18 0.02 0.81 inf; -déglutis déglutir VER m p 0.17 3.18 0.00 0.14 ind:pre:1s;par:pas; -déglutissait déglutir VER 0.17 3.18 0.00 0.34 ind:imp:3s; -déglutissant déglutir VER 0.17 3.18 0.14 0.34 par:pre; -déglutit déglutir VER 0.17 3.18 0.01 1.08 ind:pre:3s;ind:pas:3s; -déglutition déglutition NOM f s 0.31 1.08 0.31 0.81 -déglutitions déglutition NOM f p 0.31 1.08 0.00 0.27 -dégoût dégoût NOM m s 6.02 30.14 5.99 27.97 -dégoûta dégoûter VER 18.36 17.57 0.00 0.20 ind:pas:3s; -dégoûtai dégoûter VER 18.36 17.57 0.00 0.07 ind:pas:1s; -dégoûtaient dégoûter VER 18.36 17.57 0.03 0.61 ind:imp:3p; -dégoûtais dégoûter VER 18.36 17.57 0.19 0.27 ind:imp:1s;ind:imp:2s; -dégoûtait dégoûter VER 18.36 17.57 0.30 2.50 ind:imp:3s; -dégoûtant dégoûtant ADJ m s 15.92 6.76 11.47 3.92 -dégoûtante dégoûtant ADJ f s 15.92 6.76 2.06 1.82 -dégoûtantes dégoûtant ADJ f p 15.92 6.76 1.06 0.68 -dégoûtants dégoûtant ADJ m p 15.92 6.76 1.33 0.34 -dégoûtation dégoûtation NOM f s 0.00 0.47 0.00 0.34 -dégoûtations dégoûtation NOM f p 0.00 0.47 0.00 0.14 -dégoûte dégoûter VER 18.36 17.57 8.73 4.66 imp:pre:2s;ind:pre:1s;ind:pre:3s; -dégoûtent dégoûter VER 18.36 17.57 0.88 0.74 ind:pre:3p; -dégoûter dégoûter VER 18.36 17.57 0.64 2.91 inf; -dégoûtera dégoûter VER 18.36 17.57 0.03 0.07 ind:fut:3s; -dégoûteraient dégoûter VER 18.36 17.57 0.00 0.07 cnd:pre:3p; -dégoûterais dégoûter VER 18.36 17.57 0.00 0.07 cnd:pre:1s; -dégoûterait dégoûter VER 18.36 17.57 0.34 0.27 cnd:pre:3s; -dégoûtes dégoûter VER 18.36 17.57 3.92 0.34 ind:pre:2s; -dégoûtez dégoûter VER 18.36 17.57 0.96 0.27 ind:pre:2p; -dégoûtât dégoûter VER 18.36 17.57 0.00 0.14 sub:imp:3s; -dégoûts dégoût NOM m p 6.02 30.14 0.03 2.16 -dégoûtèrent dégoûter VER 18.36 17.57 0.00 0.20 ind:pas:3p; -dégoûté dégoûter VER m s 18.36 17.57 1.18 2.70 par:pas; -dégoûtée dégoûter VER f s 18.36 17.57 0.60 0.68 par:pas; -dégoûtées dégoûté NOM f p 0.19 2.09 0.01 0.00 -dégoûtés dégoûter VER m p 18.36 17.57 0.20 0.54 par:pas; -dégobilla dégobiller VER 0.12 0.88 0.00 0.14 ind:pas:3s; -dégobillage dégobillage NOM m s 0.01 0.00 0.01 0.00 -dégobillaient dégobiller VER 0.12 0.88 0.00 0.07 ind:imp:3p; -dégobillait dégobiller VER 0.12 0.88 0.00 0.07 ind:imp:3s; -dégobillant dégobiller VER 0.12 0.88 0.00 0.14 par:pre; -dégobille dégobiller VER 0.12 0.88 0.05 0.07 imp:pre:2s;ind:pre:3s; -dégobiller dégobiller VER 0.12 0.88 0.05 0.41 inf; -dégobillé dégobiller VER m s 0.12 0.88 0.02 0.00 par:pas; -dégoisais dégoiser VER 0.41 1.35 0.00 0.07 ind:imp:2s; -dégoisait dégoiser VER 0.41 1.35 0.00 0.07 ind:imp:3s; -dégoisant dégoiser VER 0.41 1.35 0.00 0.07 par:pre; -dégoise dégoiser VER 0.41 1.35 0.39 0.27 imp:pre:2s;ind:pre:3s; -dégoisent dégoiser VER 0.41 1.35 0.00 0.14 ind:pre:3p; -dégoiser dégoiser VER 0.41 1.35 0.02 0.61 inf; -dégoiserai dégoiser VER 0.41 1.35 0.00 0.07 ind:fut:1s; -dégoises dégoiser VER 0.41 1.35 0.00 0.07 ind:pre:2s; -dégommage dégommage NOM m s 0.01 0.14 0.01 0.14 -dégommait dégommer VER 2.49 2.03 0.01 0.14 ind:imp:3s; -dégommant dégommer VER 2.49 2.03 0.01 0.00 par:pre; -dégomme dégommer VER 2.49 2.03 1.02 0.27 imp:pre:2s;ind:pre:1s;ind:pre:3s; -dégomment dégommer VER 2.49 2.03 0.00 0.07 ind:pre:3p; -dégommer dégommer VER 2.49 2.03 0.85 1.08 inf; -dégommera dégommer VER 2.49 2.03 0.02 0.00 ind:fut:3s; -dégommerai dégommer VER 2.49 2.03 0.01 0.07 ind:fut:1s; -dégommez dégommer VER 2.49 2.03 0.03 0.00 imp:pre:2p; -dégommons dégommer VER 2.49 2.03 0.01 0.00 imp:pre:1p; -dégommé dégommer VER m s 2.49 2.03 0.34 0.27 par:pas; -dégommée dégommer VER f s 2.49 2.03 0.02 0.00 par:pas; -dégommées dégommer VER f p 2.49 2.03 0.00 0.07 par:pas; -dégommés dégommer VER m p 2.49 2.03 0.16 0.07 par:pas; -dégonfla dégonfler VER 5.64 6.08 0.00 0.14 ind:pas:3s; -dégonflage dégonflage NOM m s 0.01 0.07 0.01 0.07 -dégonflaient dégonfler VER 5.64 6.08 0.00 0.14 ind:imp:3p; -dégonflais dégonfler VER 5.64 6.08 0.01 0.00 ind:imp:2s; -dégonflait dégonfler VER 5.64 6.08 0.03 0.47 ind:imp:3s; -dégonflant dégonfler VER 5.64 6.08 0.02 0.00 par:pre; -dégonflard dégonflard NOM m s 0.01 0.27 0.01 0.27 -dégonfle dégonfler VER 5.64 6.08 1.69 1.82 imp:pre:2s;ind:pre:1s;ind:pre:3s; -dégonflement dégonflement NOM m s 0.01 0.00 0.01 0.00 -dégonflent dégonfler VER 5.64 6.08 0.19 0.07 ind:pre:3p; -dégonfler dégonfler VER 5.64 6.08 0.76 1.42 inf; -dégonflera dégonfler VER 5.64 6.08 0.09 0.14 ind:fut:3s; -dégonfleraient dégonfler VER 5.64 6.08 0.00 0.14 cnd:pre:3p; -dégonflerais dégonfler VER 5.64 6.08 0.06 0.07 cnd:pre:1s;cnd:pre:2s; -dégonflerait dégonfler VER 5.64 6.08 0.02 0.07 cnd:pre:3s; -dégonfleriez dégonfler VER 5.64 6.08 0.01 0.07 cnd:pre:2p; -dégonfles dégonfler VER 5.64 6.08 1.17 0.41 ind:pre:2s; -dégonflez dégonfler VER 5.64 6.08 0.11 0.07 imp:pre:2p;ind:pre:2p; -dégonflé dégonflé NOM m s 3.63 1.01 2.99 0.61 -dégonflée dégonfler VER f s 5.64 6.08 0.26 0.14 par:pas; -dégonflées dégonfler VER f p 5.64 6.08 0.01 0.00 par:pas; -dégonflés dégonflé NOM m p 3.63 1.01 0.55 0.27 -dugong dugong NOM m s 0.01 0.27 0.01 0.20 -dugongs dugong NOM m p 0.01 0.27 0.00 0.07 -dégorge dégorger VER 0.22 2.36 0.01 0.34 ind:pre:1s;ind:pre:3s; -dégorgeaient dégorger VER 0.22 2.36 0.00 0.20 ind:imp:3p; -dégorgeais dégorger VER 0.22 2.36 0.01 0.07 ind:imp:1s;ind:imp:2s; -dégorgeait dégorger VER 0.22 2.36 0.00 0.61 ind:imp:3s; -dégorgeant dégorger VER 0.22 2.36 0.00 0.20 par:pre; -dégorgement dégorgement NOM m s 0.00 0.14 0.00 0.14 -dégorgent dégorger VER 0.22 2.36 0.00 0.07 ind:pre:3p; -dégorger dégorger VER 0.22 2.36 0.17 0.34 inf; -dégorgeront dégorger VER 0.22 2.36 0.00 0.07 ind:fut:3p; -dégorgé dégorger VER m s 0.22 2.36 0.02 0.14 par:pas; -dégorgée dégorger VER f s 0.22 2.36 0.00 0.07 par:pas; -dégorgées dégorger VER f p 0.22 2.36 0.00 0.14 par:pas; -dégorgés dégorger VER m p 0.22 2.36 0.00 0.14 par:pas; -dégât dégât NOM m s 14.22 9.73 0.95 0.74 -dégota dégoter VER 3.47 1.82 0.00 0.14 ind:pas:3s; -dégotait dégoter VER 3.47 1.82 0.01 0.14 ind:imp:3s; -dégote dégoter VER 3.47 1.82 0.27 0.20 imp:pre:2s;ind:pre:1s;ind:pre:3s; -dégoter dégoter VER 3.47 1.82 1.02 0.61 inf; -dégoterais dégoter VER 3.47 1.82 0.01 0.07 cnd:pre:1s; -dégoteras dégoter VER 3.47 1.82 0.03 0.00 ind:fut:2s; -dégotez dégoter VER 3.47 1.82 0.03 0.07 imp:pre:2p;ind:pre:2p; -dégâts dégât NOM m p 14.22 9.73 13.27 8.99 -dégotte dégotter VER 1.02 2.16 0.22 0.14 imp:pre:2s;ind:pre:1s;ind:pre:3s; -dégotter dégotter VER 1.02 2.16 0.23 0.95 inf; -dégottera dégotter VER 1.02 2.16 0.00 0.07 ind:fut:3s; -dégotterai dégotter VER 1.02 2.16 0.01 0.14 ind:fut:1s; -dégotterait dégotter VER 1.02 2.16 0.00 0.20 cnd:pre:3s; -dégottes dégotter VER 1.02 2.16 0.03 0.00 ind:pre:2s; -dégotté dégotter VER m s 1.02 2.16 0.53 0.68 par:pas; -dégoté dégoter VER m s 3.47 1.82 1.95 0.41 par:pas; -dégotée dégoter VER f s 3.47 1.82 0.04 0.07 par:pas; -dégotées dégoter VER f p 3.47 1.82 0.10 0.07 par:pas; -dégotés dégoter VER m p 3.47 1.82 0.00 0.07 par:pas; -dégoulina dégouliner VER 1.34 8.38 0.00 0.07 ind:pas:3s; -dégoulinade dégoulinade NOM f s 0.00 0.41 0.00 0.27 -dégoulinades dégoulinade NOM f p 0.00 0.41 0.00 0.14 -dégoulinaient dégouliner VER 1.34 8.38 0.10 0.54 ind:imp:3p; -dégoulinais dégouliner VER 1.34 8.38 0.00 0.07 ind:imp:1s; -dégoulinait dégouliner VER 1.34 8.38 0.04 2.64 ind:imp:3s; -dégoulinant dégouliner VER 1.34 8.38 0.09 1.08 par:pre; -dégoulinante dégoulinant ADJ f s 0.38 3.99 0.16 1.22 -dégoulinantes dégoulinant ADJ f p 0.38 3.99 0.12 0.68 -dégoulinants dégoulinant ADJ m p 0.38 3.99 0.04 0.74 -dégouline dégouliner VER 1.34 8.38 0.88 2.43 imp:pre:2s;ind:pre:1s;ind:pre:3s; -dégoulinement dégoulinement NOM m s 0.01 0.07 0.01 0.00 -dégoulinements dégoulinement NOM m p 0.01 0.07 0.00 0.07 -dégoulinent dégouliner VER 1.34 8.38 0.03 0.34 ind:pre:3p; -dégouliner dégouliner VER 1.34 8.38 0.08 0.88 inf; -dégoulines dégouliner VER 1.34 8.38 0.07 0.00 ind:pre:2s; -dégoulinez dégouliner VER 1.34 8.38 0.02 0.00 ind:pre:2p; -dégoulinèrent dégouliner VER 1.34 8.38 0.00 0.07 ind:pas:3p; -dégouliné dégouliner VER m s 1.34 8.38 0.02 0.27 par:pas; -dégoulinures dégoulinure NOM f p 0.00 0.07 0.00 0.07 -dégoupille dégoupiller VER 0.28 0.74 0.20 0.14 imp:pre:2s;ind:pre:1s;ind:pre:3s; -dégoupiller dégoupiller VER 0.28 0.74 0.01 0.14 inf; -dégoupillâmes dégoupiller VER 0.28 0.74 0.00 0.07 ind:pas:1p; -dégoupillé dégoupiller VER m s 0.28 0.74 0.01 0.00 par:pas; -dégoupillée dégoupiller VER f s 0.28 0.74 0.05 0.34 par:pas; -dégoupillées dégoupiller VER f p 0.28 0.74 0.01 0.07 par:pas; -dégourdi dégourdi ADJ m s 0.28 0.88 0.24 0.41 -dégourdie dégourdi ADJ f s 0.28 0.88 0.02 0.14 -dégourdies dégourdi ADJ f p 0.28 0.88 0.01 0.14 -dégourdir dégourdir VER 1.65 3.31 1.40 2.43 inf; -dégourdira dégourdir VER 1.65 3.31 0.01 0.00 ind:fut:3s; -dégourdiraient dégourdir VER 1.65 3.31 0.00 0.07 cnd:pre:3p; -dégourdis dégourdir VER m p 1.65 3.31 0.07 0.14 ind:pre:1s;par:pas; -dégourdissais dégourdir VER 1.65 3.31 0.00 0.07 ind:imp:1s; -dégourdissait dégourdir VER 1.65 3.31 0.00 0.07 ind:imp:3s; -dégourdissant dégourdir VER 1.65 3.31 0.00 0.07 par:pre; -dégourdisse dégourdir VER 1.65 3.31 0.00 0.14 sub:pre:1s;sub:pre:3s; -dégourdissions dégourdir VER 1.65 3.31 0.00 0.07 ind:imp:1p; -dégourdit dégourdir VER 1.65 3.31 0.00 0.07 ind:pas:3s; -dégouttaient dégoutter VER 0.12 1.28 0.00 0.14 ind:imp:3p; -dégouttait dégoutter VER 0.12 1.28 0.10 0.54 ind:imp:3s; -dégouttant dégouttant ADJ m s 0.07 0.34 0.03 0.14 -dégouttante dégouttant ADJ f s 0.07 0.34 0.01 0.07 -dégouttantes dégouttant ADJ f p 0.07 0.34 0.03 0.00 -dégouttants dégouttant ADJ m p 0.07 0.34 0.00 0.14 -dégoutte dégoutter VER 0.12 1.28 0.01 0.07 ind:pre:1s;ind:pre:3s; -dégoutter dégoutter VER 0.12 1.28 0.00 0.14 inf; -dégrada dégrader VER 3.69 4.46 0.21 0.14 ind:pas:3s; -dégradable dégradable ADJ s 0.01 0.00 0.01 0.00 -dégradaient dégrader VER 3.69 4.46 0.11 0.20 ind:imp:3p; -dégradait dégrader VER 3.69 4.46 0.02 0.68 ind:imp:3s; -dégradant dégradant ADJ m s 1.67 1.08 1.13 0.20 -dégradante dégradant ADJ f s 1.67 1.08 0.15 0.47 -dégradantes dégradant ADJ f p 1.67 1.08 0.20 0.14 -dégradants dégradant ADJ m p 1.67 1.08 0.20 0.27 -dégradation dégradation NOM f s 0.82 2.91 0.73 2.30 -dégradations dégradation NOM f p 0.82 2.91 0.10 0.61 -dégrade dégrader VER 3.69 4.46 0.82 0.88 ind:pre:1s;ind:pre:3s; -dégradent dégrader VER 3.69 4.46 0.12 0.41 ind:pre:3p; -dégrader dégrader VER 3.69 4.46 1.00 0.54 inf; -dégrades dégrader VER 3.69 4.46 0.14 0.07 ind:pre:2s; -dégradez dégrader VER 3.69 4.46 0.03 0.00 imp:pre:2p;ind:pre:2p; -dégradé dégrader VER m s 3.69 4.46 0.93 0.47 par:pas; -dégradée dégradé ADJ f s 0.22 1.15 0.13 0.27 -dégradées dégrader VER f p 3.69 4.46 0.07 0.14 par:pas; -dégradés dégrader VER m p 3.69 4.46 0.04 0.14 par:pas; -dégrafa dégrafer VER 0.59 4.93 0.00 0.68 ind:pas:3s; -dégrafaient dégrafer VER 0.59 4.93 0.00 0.20 ind:imp:3p; -dégrafait dégrafer VER 0.59 4.93 0.00 0.61 ind:imp:3s; -dégrafant dégrafer VER 0.59 4.93 0.01 0.54 par:pre; -dégrafe dégrafer VER 0.59 4.93 0.05 0.47 imp:pre:2s;ind:pre:1s;ind:pre:3s; -dégrafer dégrafer VER 0.59 4.93 0.32 0.95 inf; -dégrafera dégrafer VER 0.59 4.93 0.00 0.07 ind:fut:3s; -dégraferait dégrafer VER 0.59 4.93 0.00 0.07 cnd:pre:3s; -dégrafeur dégrafeur NOM m s 0.01 0.00 0.01 0.00 -dégrafez dégrafer VER 0.59 4.93 0.17 0.00 imp:pre:2p; -dégrafât dégrafer VER 0.59 4.93 0.00 0.07 sub:imp:3s; -dégrafé dégrafer VER m s 0.59 4.93 0.02 0.81 par:pas; -dégrafée dégrafer VER f s 0.59 4.93 0.01 0.27 par:pas; -dégrafées dégrafer VER f p 0.59 4.93 0.00 0.14 par:pas; -dégrafés dégrafer VER m p 0.59 4.93 0.00 0.07 par:pas; -dégraissage dégraissage NOM m s 0.07 0.00 0.07 0.00 -dégraissant dégraisser VER 0.30 0.41 0.01 0.00 par:pre; -dégraissante dégraissant ADJ f s 0.01 0.00 0.01 0.00 -dégraisse dégraisser VER 0.30 0.41 0.04 0.14 imp:pre:2s;ind:pre:3s; -dégraissent dégraisser VER 0.30 0.41 0.03 0.00 ind:pre:3p; -dégraisser dégraisser VER 0.30 0.41 0.19 0.07 inf; -dégraissez dégraisser VER 0.30 0.41 0.00 0.07 imp:pre:2p; -dégraissé dégraisser VER m s 0.30 0.41 0.03 0.07 par:pas; -dégraissés dégraisser VER m p 0.30 0.41 0.00 0.07 par:pas; -dégressifs dégressif ADJ m p 0.01 0.00 0.01 0.00 -dégriffe dégriffer VER 0.03 0.14 0.00 0.07 ind:pre:3s; -dégriffer dégriffer VER 0.03 0.14 0.03 0.00 inf; -dégriffeur dégriffeur NOM m s 0.00 0.27 0.00 0.27 -dégriffé dégriffé ADJ m s 0.02 0.07 0.02 0.00 -dégriffés dégriffé ADJ m p 0.02 0.07 0.00 0.07 -dégringola dégringoler VER 1.48 12.43 0.02 1.01 ind:pas:3s; -dégringolade dégringolade NOM f s 0.13 1.89 0.13 1.82 -dégringolades dégringolade NOM f p 0.13 1.89 0.00 0.07 -dégringolai dégringoler VER 1.48 12.43 0.00 0.20 ind:pas:1s; -dégringolaient dégringoler VER 1.48 12.43 0.00 0.54 ind:imp:3p; -dégringolait dégringoler VER 1.48 12.43 0.02 1.62 ind:imp:3s; -dégringolant dégringoler VER 1.48 12.43 0.14 0.74 par:pre; -dégringole dégringoler VER 1.48 12.43 0.58 2.16 ind:pre:1s;ind:pre:3s; -dégringolent dégringoler VER 1.48 12.43 0.05 0.95 ind:pre:3p; -dégringoler dégringoler VER 1.48 12.43 0.38 2.97 inf; -dégringoleraient dégringoler VER 1.48 12.43 0.00 0.07 cnd:pre:3p; -dégringolerais dégringoler VER 1.48 12.43 0.00 0.07 cnd:pre:1s; -dégringoleront dégringoler VER 1.48 12.43 0.00 0.07 ind:fut:3p; -dégringolions dégringoler VER 1.48 12.43 0.00 0.07 ind:imp:1p; -dégringolâmes dégringoler VER 1.48 12.43 0.01 0.07 ind:pas:1p; -dégringolèrent dégringoler VER 1.48 12.43 0.02 0.20 ind:pas:3p; -dégringolé dégringoler VER m s 1.48 12.43 0.26 1.35 par:pas; -dégringolée dégringoler VER f s 1.48 12.43 0.00 0.07 par:pas; -dégringolés dégringoler VER m p 1.48 12.43 0.00 0.27 par:pas; -dégripper dégripper VER 0.00 0.07 0.00 0.07 inf; -dégrisa dégriser VER 0.18 1.55 0.00 0.20 ind:pas:3s; -dégrisait dégriser VER 0.18 1.55 0.00 0.20 ind:imp:3s; -dégrise dégriser VER 0.18 1.55 0.03 0.00 imp:pre:2s;ind:pre:1s; -dégrisement dégrisement NOM m s 0.16 0.20 0.16 0.20 -dégriser dégriser VER 0.18 1.55 0.06 0.07 inf; -dégrisât dégriser VER 0.18 1.55 0.00 0.07 sub:imp:3s; -dégrisé dégriser VER m s 0.18 1.55 0.08 0.74 par:pas; -dégrisée dégriser VER f s 0.18 1.55 0.01 0.14 par:pas; -dégrisés dégriser VER m p 0.18 1.55 0.00 0.14 par:pas; -dégrossi dégrossi ADJ m s 0.30 0.95 0.16 0.20 -dégrossie dégrossi ADJ f s 0.30 0.95 0.10 0.27 -dégrossies dégrossi ADJ f p 0.30 0.95 0.00 0.34 -dégrossir dégrossir VER 0.01 0.41 0.01 0.34 inf; -dégrossis dégrossi ADJ m p 0.30 0.95 0.04 0.14 -dégrossissage dégrossissage NOM m s 0.01 0.07 0.01 0.07 -dégrossissant dégrossir VER 0.01 0.41 0.00 0.07 par:pre; -dégrouille dégrouiller VER 0.02 0.47 0.02 0.41 imp:pre:2s;ind:pre:3s; -dégrouiller dégrouiller VER 0.02 0.47 0.00 0.07 inf; -dégrène dégrèner VER 0.00 0.07 0.00 0.07 ind:pre:3s; -dégrèvement dégrèvement NOM m s 0.04 0.07 0.04 0.00 -dégrèvements dégrèvement NOM m p 0.04 0.07 0.00 0.07 -dégrée dégréer VER 0.01 0.00 0.01 0.00 ind:pre:3s; -dégréner dégréner VER 0.00 0.07 0.00 0.07 inf; -dégèle dégeler VER 0.70 1.15 0.09 0.14 imp:pre:2s;ind:pre:1s;ind:pre:3s; -dégèlent dégeler VER 0.70 1.15 0.04 0.07 ind:pre:3p; -dégèlera dégeler VER 0.70 1.15 0.02 0.00 ind:fut:3s; -dégèlerait dégeler VER 0.70 1.15 0.01 0.00 cnd:pre:3s; -déguenillé déguenillé ADJ m s 0.16 0.27 0.01 0.07 -déguenillée déguenillé ADJ f s 0.16 0.27 0.13 0.00 -déguenillées déguenillé ADJ f p 0.16 0.27 0.01 0.00 -déguenillés déguenillé ADJ m p 0.16 0.27 0.01 0.20 -déguerpi déguerpir VER m s 3.75 2.43 0.46 0.41 par:pas; -déguerpir déguerpir VER 3.75 2.43 1.62 1.42 inf; -déguerpirent déguerpir VER 3.75 2.43 0.00 0.07 ind:pas:3p; -déguerpis déguerpir VER m p 3.75 2.43 0.65 0.14 imp:pre:2s;ind:pre:1s;ind:pre:2s;par:pas; -déguerpisse déguerpir VER 3.75 2.43 0.03 0.14 sub:pre:1s;sub:pre:3s; -déguerpissent déguerpir VER 3.75 2.43 0.34 0.00 ind:pre:3p; -déguerpissez déguerpir VER 3.75 2.43 0.57 0.14 imp:pre:2p;ind:pre:2p; -déguerpissiez déguerpir VER 3.75 2.43 0.01 0.00 ind:imp:2p; -déguerpissons déguerpir VER 3.75 2.43 0.03 0.00 imp:pre:1p; -déguerpit déguerpir VER 3.75 2.43 0.04 0.14 ind:pre:3s;ind:pas:3s; -dégueu dégueu ADJ s 3.41 0.88 3.10 0.81 -dégueula dégueuler VER 2.36 3.65 0.00 0.07 ind:pas:3s; -dégueulais dégueuler VER 2.36 3.65 0.02 0.00 ind:imp:1s;ind:imp:2s; -dégueulait dégueuler VER 2.36 3.65 0.03 0.20 ind:imp:3s; -dégueulando dégueulando NOM m s 0.00 0.20 0.00 0.20 -dégueulant dégueuler VER 2.36 3.65 0.04 0.00 par:pre; -dégueulasse dégueulasse ADJ s 19.98 17.30 18.80 14.53 -dégueulassement dégueulassement ADV 0.01 0.14 0.01 0.14 -dégueulasser dégueulasser VER 0.34 1.01 0.04 0.34 inf; -dégueulasserie dégueulasserie NOM f s 0.00 0.61 0.00 0.47 -dégueulasseries dégueulasserie NOM f p 0.00 0.61 0.00 0.14 -dégueulasses dégueulasse ADJ p 19.98 17.30 1.18 2.77 -dégueulassé dégueulasser VER m s 0.34 1.01 0.11 0.07 par:pas; -dégueulassés dégueulasser VER m p 0.34 1.01 0.00 0.07 par:pas; -dégueule dégueuler VER 2.36 3.65 0.41 0.68 imp:pre:2s;ind:pre:1s;ind:pre:3s; -dégueulent dégueuler VER 2.36 3.65 0.04 0.20 ind:pre:3p; -dégueuler dégueuler VER 2.36 3.65 1.57 1.69 inf; -dégueulera dégueuler VER 2.36 3.65 0.00 0.07 ind:fut:3s; -dégueules dégueuler VER 2.36 3.65 0.01 0.00 ind:pre:2s; -dégueulez dégueuler VER 2.36 3.65 0.01 0.07 ind:pre:2p; -dégueulis dégueulis NOM m 0.31 1.15 0.31 1.15 -dégueulé dégueuler VER m s 2.36 3.65 0.24 0.61 par:pas; -dégueulées dégueuler VER f p 2.36 3.65 0.00 0.07 par:pas; -dégueus dégueu ADJ m p 3.41 0.88 0.31 0.07 -déguisa déguiser VER 14.89 16.96 0.00 0.34 ind:pas:3s; -déguisaient déguiser VER 14.89 16.96 0.02 0.41 ind:imp:3p; -déguisais déguiser VER 14.89 16.96 0.17 0.34 ind:imp:1s;ind:imp:2s; -déguisait déguiser VER 14.89 16.96 0.45 1.42 ind:imp:3s; -déguisant déguiser VER 14.89 16.96 0.17 0.20 par:pre; -déguise déguiser VER 14.89 16.96 0.97 1.49 imp:pre:2s;ind:pre:1s;ind:pre:3s; -déguisement déguisement NOM m s 4.98 5.07 3.93 3.65 -déguisements déguisement NOM m p 4.98 5.07 1.05 1.42 -déguisent déguiser VER 14.89 16.96 0.34 0.20 ind:pre:3p; -déguiser déguiser VER 14.89 16.96 3.34 2.50 inf; -déguisera déguiser VER 14.89 16.96 0.05 0.14 ind:fut:3s; -déguiserai déguiser VER 14.89 16.96 0.12 0.00 ind:fut:1s; -déguiserais déguiser VER 14.89 16.96 0.02 0.07 cnd:pre:1s; -déguiserait déguiser VER 14.89 16.96 0.03 0.00 cnd:pre:3s; -déguises déguiser VER 14.89 16.96 0.35 0.14 ind:pre:2s; -déguisez déguiser VER 14.89 16.96 0.33 0.14 imp:pre:2p;ind:pre:2p; -déguisiez déguiser VER 14.89 16.96 0.01 0.07 ind:imp:2p; -déguisions déguiser VER 14.89 16.96 0.01 0.07 ind:imp:1p; -déguisé déguiser VER m s 14.89 16.96 5.48 4.66 par:pas; -déguisée déguiser VER f s 14.89 16.96 1.55 2.50 par:pas; -déguisées déguiser VER f p 14.89 16.96 0.12 0.81 par:pas; -déguisés déguiser VER m p 14.89 16.96 1.34 1.49 par:pas; -dégénère dégénérer VER 2.95 2.30 1.26 0.47 imp:pre:2s;ind:pre:3s; -dégénèrent dégénérer VER 2.95 2.30 0.03 0.14 ind:pre:3p; -dégénéra dégénérer VER 2.95 2.30 0.02 0.20 ind:pas:3s; -dégénéraient dégénérer VER 2.95 2.30 0.00 0.14 ind:imp:3p; -dégénérait dégénérer VER 2.95 2.30 0.03 0.14 ind:imp:3s; -dégénérant dégénérer VER 2.95 2.30 0.01 0.07 par:pre; -dégénératif dégénératif ADJ m s 0.28 0.00 0.05 0.00 -dégénération dégénération NOM f s 0.10 0.00 0.10 0.00 -dégénérative dégénératif ADJ f s 0.28 0.00 0.23 0.00 -dégénérer dégénérer VER 2.95 2.30 0.86 0.61 inf; -dégénérescence dégénérescence NOM f s 1.22 1.15 1.22 1.08 -dégénérescences dégénérescence NOM f p 1.22 1.15 0.00 0.07 -dégénérât dégénérer VER 2.95 2.30 0.00 0.14 sub:imp:3s; -dégénéré dégénéré NOM m s 2.16 0.74 1.36 0.41 -dégénérée dégénéré ADJ f s 1.77 1.35 0.14 0.27 -dégénérées dégénéré ADJ f p 1.77 1.35 0.03 0.14 -dégénérés dégénéré NOM m p 2.16 0.74 0.77 0.27 -dégurgitant dégurgiter VER 0.00 0.07 0.00 0.07 par:pre; -dégusta déguster VER 2.96 11.96 0.00 0.27 ind:pas:3s; -dégustai déguster VER 2.96 11.96 0.00 0.14 ind:pas:1s; -dégustaient déguster VER 2.96 11.96 0.02 0.41 ind:imp:3p; -dégustais déguster VER 2.96 11.96 0.01 0.54 ind:imp:1s;ind:imp:2s; -dégustait déguster VER 2.96 11.96 0.01 0.95 ind:imp:3s; -dégustant déguster VER 2.96 11.96 0.21 0.88 par:pre; -dégustateur dégustateur NOM m s 0.12 0.20 0.02 0.14 -dégustateurs dégustateur NOM m p 0.12 0.20 0.00 0.07 -dégustation dégustation NOM f s 1.01 1.82 0.84 1.76 -dégustations dégustation NOM f p 1.01 1.82 0.17 0.07 -dégustatrice dégustateur NOM f s 0.12 0.20 0.10 0.00 -déguste déguster VER 2.96 11.96 0.53 1.76 imp:pre:2s;ind:pre:1s;ind:pre:3s; -dégustent déguster VER 2.96 11.96 0.03 0.27 ind:pre:3p; -déguster déguster VER 2.96 11.96 1.84 3.92 inf; -dégustera déguster VER 2.96 11.96 0.02 0.00 ind:fut:3s; -dégusteras déguster VER 2.96 11.96 0.00 0.07 ind:fut:2s; -dégusterons déguster VER 2.96 11.96 0.01 0.00 ind:fut:1p; -dégustez déguster VER 2.96 11.96 0.04 0.14 imp:pre:2p;ind:pre:2p; -dégustâmes déguster VER 2.96 11.96 0.00 0.07 ind:pas:1p; -dégustons déguster VER 2.96 11.96 0.02 0.14 imp:pre:1p;ind:pre:1p; -dégustèrent déguster VER 2.96 11.96 0.00 0.14 ind:pas:3p; -dégusté déguster VER m s 2.96 11.96 0.23 1.69 par:pas; -dégustée déguster VER f s 2.96 11.96 0.01 0.41 par:pas; -dégustées déguster VER f p 2.96 11.96 0.00 0.14 par:pas; -dégustés déguster VER m p 2.96 11.96 0.00 0.07 par:pas; -déhale déhaler VER 0.00 0.27 0.00 0.07 ind:pre:3s; -déhaler déhaler VER 0.00 0.27 0.00 0.07 inf; -déhalées déhaler VER f p 0.00 0.27 0.00 0.14 par:pas; -déhancha déhancher VER 0.67 1.76 0.00 0.07 ind:pas:3s; -déhanchaient déhancher VER 0.67 1.76 0.01 0.27 ind:imp:3p; -déhanchait déhancher VER 0.67 1.76 0.00 0.41 ind:imp:3s; -déhanchant déhancher VER 0.67 1.76 0.03 0.14 par:pre; -déhanche déhancher VER 0.67 1.76 0.47 0.27 imp:pre:2s;ind:pre:1s;ind:pre:3s; -déhanchement déhanchement NOM m s 0.05 1.76 0.04 1.08 -déhanchements déhanchement NOM m p 0.05 1.76 0.01 0.68 -déhanchent déhancher VER 0.67 1.76 0.05 0.07 ind:pre:3p; -déhancher déhancher VER 0.67 1.76 0.09 0.07 inf; -déhanchez déhancher VER 0.67 1.76 0.02 0.00 imp:pre:2p; -déhanché déhanché ADJ m s 0.19 0.74 0.19 0.20 -déhanchée déhanché ADJ f s 0.19 0.74 0.00 0.41 -déhanchées déhancher VER f p 0.67 1.76 0.00 0.07 par:pas; -déhanchés déhanché ADJ m p 0.19 0.74 0.00 0.07 -déharnacha déharnacher VER 0.00 0.14 0.00 0.07 ind:pas:3s; -déharnachées déharnacher VER f p 0.00 0.14 0.00 0.07 par:pas; -déhiscence déhiscence NOM f s 0.02 0.14 0.02 0.14 -déhotte déhotter VER 0.00 0.68 0.00 0.20 ind:pre:1s;ind:pre:3s; -déhotter déhotter VER 0.00 0.68 0.00 0.20 inf; -déhotté déhotter VER m s 0.00 0.68 0.00 0.20 par:pas; -déhottée déhotter VER f s 0.00 0.68 0.00 0.07 par:pas; -déicide déicide ADJ m s 0.00 0.14 0.00 0.07 -déicides déicide ADJ m p 0.00 0.14 0.00 0.07 -déifia déifier VER 0.07 0.34 0.00 0.07 ind:pas:3s; -déification déification NOM f s 0.00 0.07 0.00 0.07 -déifier déifier VER 0.07 0.34 0.00 0.14 inf; -déifié déifier VER m s 0.07 0.34 0.04 0.14 par:pas; -déifiés déifier VER m p 0.07 0.34 0.02 0.00 par:pas; -déisme déisme NOM m s 0.10 0.00 0.10 0.00 -duit duit NOM m s 0.00 0.07 0.00 0.07 -déité déité NOM f s 0.12 0.20 0.02 0.00 -déités déité NOM f p 0.12 0.20 0.10 0.20 -déjanta déjanter VER 0.86 0.54 0.00 0.07 ind:pas:3s; -déjantait déjanter VER 0.86 0.54 0.01 0.07 ind:imp:3s; -déjante déjanter VER 0.86 0.54 0.09 0.14 ind:pre:1s;ind:pre:3s; -déjantent déjanter VER 0.86 0.54 0.01 0.00 ind:pre:3p; -déjanter déjanter VER 0.86 0.54 0.09 0.14 inf; -déjanterais déjanter VER 0.86 0.54 0.01 0.00 cnd:pre:1s; -déjantes déjanter VER 0.86 0.54 0.20 0.07 ind:pre:2s; -déjanté déjanté ADJ s 0.58 0.20 0.43 0.20 -déjantée déjanter VER f s 0.86 0.54 0.21 0.07 par:pas; -déjantés déjanté ADJ m p 0.58 0.20 0.15 0.00 -déjaugeant déjauger VER 0.00 0.07 0.00 0.07 par:pre; -déjection déjection NOM f s 0.16 2.36 0.00 0.27 -déjections déjection NOM f p 0.16 2.36 0.16 2.09 -déjetait déjeter VER 0.00 0.41 0.00 0.14 ind:imp:3s; -déjeté déjeté ADJ m s 0.00 0.47 0.00 0.41 -déjetée déjeter VER f s 0.00 0.41 0.00 0.20 par:pas; -déjetés déjeté ADJ m p 0.00 0.47 0.00 0.07 -déjeuna déjeuner VER 35.43 36.01 0.01 0.54 ind:pas:3s; -déjeunai déjeuner VER 35.43 36.01 0.01 0.47 ind:pas:1s; -déjeunaient déjeuner VER 35.43 36.01 0.03 0.88 ind:imp:3p; -déjeunais déjeuner VER 35.43 36.01 0.39 0.74 ind:imp:1s;ind:imp:2s; -déjeunait déjeuner VER 35.43 36.01 0.65 1.89 ind:imp:3s; -déjeunant déjeuner VER 35.43 36.01 0.31 0.68 par:pre; -déjeune déjeuner VER 35.43 36.01 5.34 2.97 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -déjeunent déjeuner VER 35.43 36.01 0.20 0.20 ind:pre:3p; -déjeuner déjeuner NOM m s 51.34 59.66 50.32 56.01 -déjeunera déjeuner VER 35.43 36.01 0.46 0.34 ind:fut:3s; -déjeunerai déjeuner VER 35.43 36.01 0.20 0.27 ind:fut:1s; -déjeuneraient déjeuner VER 35.43 36.01 0.00 0.14 cnd:pre:3p; -déjeunerait déjeuner VER 35.43 36.01 0.02 0.20 cnd:pre:3s; -déjeuneras déjeuner VER 35.43 36.01 0.02 0.14 ind:fut:2s; -déjeunerez déjeuner VER 35.43 36.01 0.09 0.07 ind:fut:2p; -déjeunerions déjeuner VER 35.43 36.01 0.00 0.14 cnd:pre:1p; -déjeunerons déjeuner VER 35.43 36.01 0.06 0.20 ind:fut:1p; -déjeuners déjeuner NOM m p 51.34 59.66 1.02 3.65 -déjeunes déjeuner VER 35.43 36.01 1.23 0.20 ind:pre:2s;sub:pre:2s; -déjeunez déjeuner VER 35.43 36.01 0.63 0.41 imp:pre:2p;ind:pre:2p; -déjeuniez déjeuner VER 35.43 36.01 0.06 0.07 ind:imp:2p; -déjeunions déjeuner VER 35.43 36.01 0.06 1.62 ind:imp:1p; -déjeunâmes déjeuner VER 35.43 36.01 0.00 0.27 ind:pas:1p; -déjeunons déjeuner VER 35.43 36.01 0.93 0.81 imp:pre:1p;ind:pre:1p; -déjeunât déjeuner VER 35.43 36.01 0.00 0.07 sub:imp:3s; -déjeunèrent déjeuner VER 35.43 36.01 0.00 0.95 ind:pas:3p; -déjeuné déjeuner VER m s 35.43 36.01 4.75 4.73 par:pas; -déjà_vu déjà_vu NOM m 0.01 0.34 0.01 0.34 -déjà déjà ONO 10.84 3.31 10.84 3.31 -déjoua déjouer VER 3.58 4.39 0.01 0.07 ind:pas:3s; -déjouait déjouer VER 3.58 4.39 0.00 0.07 ind:imp:3s; -déjouant déjouer VER 3.58 4.39 0.16 0.20 par:pre; -déjoue déjouer VER 3.58 4.39 0.40 0.47 imp:pre:2s;ind:pre:1s;ind:pre:3s; -déjouent déjouer VER 3.58 4.39 0.01 0.07 ind:pre:3p; -déjouer déjouer VER 3.58 4.39 1.80 2.36 inf; -déjouerai déjouer VER 3.58 4.39 0.02 0.00 ind:fut:1s; -déjouerez déjouer VER 3.58 4.39 0.01 0.00 ind:fut:2p; -déjouerions déjouer VER 3.58 4.39 0.00 0.07 cnd:pre:1p; -déjouez déjouer VER 3.58 4.39 0.01 0.07 imp:pre:2p;ind:pre:2p; -déjouons déjouer VER 3.58 4.39 0.10 0.00 imp:pre:1p; -déjoué déjouer VER m s 3.58 4.39 0.99 0.61 par:pas; -déjouée déjouer VER f s 3.58 4.39 0.03 0.20 par:pas; -déjouées déjouer VER f p 3.58 4.39 0.00 0.20 par:pas; -déjoués déjouer VER m p 3.58 4.39 0.04 0.00 par:pas; -déjuchaient déjucher VER 0.00 0.07 0.00 0.07 ind:imp:3p; -déjuger déjuger VER 0.02 0.07 0.02 0.00 inf; -déjugé déjuger VER m s 0.02 0.07 0.00 0.07 par:pas; -dékoulakisation dékoulakisation NOM f s 0.00 0.07 0.00 0.07 -délabre délabrer VER 0.37 1.49 0.02 0.07 ind:pre:1s;ind:pre:3s; -délabrement délabrement NOM m s 0.05 1.62 0.05 1.62 -délabrer délabrer VER 0.37 1.49 0.03 0.07 inf; -délabré délabrer VER m s 0.37 1.49 0.24 0.68 par:pas; -délabrée délabré ADJ f s 0.50 4.59 0.22 1.55 -délabrées délabré VER f p 0.14 0.00 0.14 0.00 par:pas; -délabrés délabré ADJ m p 0.50 4.59 0.05 0.41 -délabyrinthez délabyrinther VER 0.01 0.00 0.01 0.00 imp:pre:2p; -délace délacer VER 0.04 1.22 0.01 0.20 imp:pre:2s;ind:pre:3s; -délacer délacer VER 0.04 1.22 0.00 0.14 inf; -délacèrent délacer VER 0.04 1.22 0.00 0.07 ind:pas:3p; -délacé délacer VER m s 0.04 1.22 0.02 0.20 par:pas; -délacées délacer VER f p 0.04 1.22 0.01 0.07 par:pas; -délai délai NOM m s 11.04 18.85 8.94 14.59 -délaie délayer VER 0.06 2.84 0.03 0.07 ind:pre:3s; -délais délai NOM m p 11.04 18.85 2.10 4.26 -délaissa délaisser VER 2.30 7.77 0.10 0.68 ind:pas:3s; -délaissaient délaisser VER 2.30 7.77 0.02 0.27 ind:imp:3p; -délaissais délaisser VER 2.30 7.77 0.11 0.14 ind:imp:1s;ind:imp:2s; -délaissait délaisser VER 2.30 7.77 0.17 0.41 ind:imp:3s; -délaissant délaisser VER 2.30 7.77 0.25 1.76 par:pre; -délaisse délaisser VER 2.30 7.77 0.61 0.54 imp:pre:2s;ind:pre:1s;ind:pre:3s; -délaissement délaissement NOM m s 0.00 0.68 0.00 0.61 -délaissements délaissement NOM m p 0.00 0.68 0.00 0.07 -délaissent délaisser VER 2.30 7.77 0.01 0.14 ind:pre:3p; -délaisser délaisser VER 2.30 7.77 0.28 1.01 inf; -délaisserait délaisser VER 2.30 7.77 0.01 0.07 cnd:pre:3s; -délaisses délaisser VER 2.30 7.77 0.03 0.07 ind:pre:2s; -délaissions délaisser VER 2.30 7.77 0.00 0.20 ind:imp:1p; -délaissèrent délaisser VER 2.30 7.77 0.00 0.14 ind:pas:3p; -délaissé délaisser VER m s 2.30 7.77 0.50 1.28 par:pas; -délaissée délaissé ADJ f s 0.56 2.64 0.19 1.42 -délaissées délaissé ADJ f p 0.56 2.64 0.15 0.20 -délaissés délaissé ADJ m p 0.56 2.64 0.14 0.41 -délaita délaiter VER 0.00 0.27 0.00 0.07 ind:pas:3s; -délaite délaiter VER 0.00 0.27 0.00 0.20 ind:pre:3s; -délardant délarder VER 0.00 0.07 0.00 0.07 par:pre; -délassa délasser VER 0.20 1.42 0.00 0.07 ind:pas:3s; -délassait délasser VER 0.20 1.42 0.01 0.14 ind:imp:3s; -délassant délassant ADJ m s 0.02 0.20 0.02 0.07 -délassante délassant ADJ f s 0.02 0.20 0.00 0.14 -délasse délasser VER 0.20 1.42 0.14 0.41 imp:pre:2s;ind:pre:1s;ind:pre:3s; -délassement délassement NOM m s 0.16 0.47 0.16 0.47 -délasser délasser VER 0.20 1.42 0.04 0.54 inf; -délassera délasser VER 0.20 1.42 0.01 0.07 ind:fut:3s; -délasseront délasser VER 0.20 1.42 0.00 0.14 ind:fut:3p; -délassés délasser VER m p 0.20 1.42 0.00 0.07 par:pas; -délateur délateur NOM m s 0.36 0.88 0.20 0.34 -délateurs délateur NOM m p 0.36 0.88 0.17 0.47 -délaça délacer VER 0.04 1.22 0.00 0.14 ind:pas:3s; -délaçais délacer VER 0.04 1.22 0.00 0.07 ind:imp:1s; -délaçait délacer VER 0.04 1.22 0.00 0.20 ind:imp:3s; -délaçant délacer VER 0.04 1.22 0.00 0.14 par:pre; -délation délation NOM f s 0.26 1.55 0.26 1.28 -délations délation NOM f p 0.26 1.55 0.00 0.27 -délatrice délateur NOM f s 0.36 0.88 0.00 0.07 -délavait délaver VER 0.04 2.23 0.00 0.07 ind:imp:3s; -délavant délaver VER 0.04 2.23 0.00 0.07 par:pre; -délave délaver VER 0.04 2.23 0.00 0.07 ind:pre:3s; -délavent délaver VER 0.04 2.23 0.00 0.07 ind:pre:3p; -délaver délaver VER 0.04 2.23 0.00 0.07 inf; -délavé délavé ADJ m s 0.39 4.86 0.23 2.36 -délavée délavé ADJ f s 0.39 4.86 0.01 0.74 -délavées délavé ADJ f p 0.39 4.86 0.14 0.54 -délavés délavé ADJ m p 0.39 4.86 0.01 1.22 -délaya délayer VER 0.06 2.84 0.00 0.14 ind:pas:3s; -délayage délayage NOM m s 0.01 0.20 0.01 0.20 -délayait délayer VER 0.06 2.84 0.00 0.14 ind:imp:3s; -délayant délayer VER 0.06 2.84 0.00 0.41 par:pre; -délaye délayer VER 0.06 2.84 0.00 0.27 ind:pre:3s; -délayent délayer VER 0.06 2.84 0.00 0.07 ind:pre:3p; -délayer délayer VER 0.06 2.84 0.03 0.47 inf; -délayé délayer VER m s 0.06 2.84 0.00 0.54 par:pas; -délayée délayé ADJ f s 0.01 0.20 0.01 0.14 -délayés délayer VER m p 0.06 2.84 0.00 0.34 par:pas; -dulcifiant dulcifier VER 0.00 0.14 0.00 0.14 par:pre; -dulcinée dulcinée NOM f s 0.42 0.47 0.42 0.47 -délectable délectable ADJ s 0.70 2.16 0.56 1.55 -délectables délectable ADJ p 0.70 2.16 0.14 0.61 -délectai délecter VER 0.85 3.58 0.00 0.07 ind:pas:1s; -délectaient délecter VER 0.85 3.58 0.01 0.14 ind:imp:3p; -délectais délecter VER 0.85 3.58 0.03 0.14 ind:imp:1s; -délectait délecter VER 0.85 3.58 0.03 1.42 ind:imp:3s; -délectant délecter VER 0.85 3.58 0.02 0.14 par:pre; -délectation délectation NOM f s 0.07 3.38 0.07 3.24 -délectations délectation NOM f p 0.07 3.38 0.00 0.14 -délecte délecter VER 0.85 3.58 0.21 0.68 imp:pre:2s;ind:pre:1s;ind:pre:3s; -délectent délecter VER 0.85 3.58 0.16 0.14 ind:pre:3p; -délecter délecter VER 0.85 3.58 0.21 0.47 inf; -délectes délecter VER 0.85 3.58 0.03 0.07 ind:pre:2s; -délectez délecter VER 0.85 3.58 0.01 0.00 ind:pre:2p; -délections délecter VER 0.85 3.58 0.00 0.07 ind:imp:1p; -délectât délecter VER 0.85 3.58 0.00 0.07 sub:imp:3s; -délecté délecter VER m s 0.85 3.58 0.14 0.20 par:pas; -délestage délestage NOM m s 0.02 0.14 0.02 0.14 -délestant délester VER 0.35 3.04 0.10 0.07 par:pre; -déleste délester VER 0.35 3.04 0.02 0.14 imp:pre:2s;ind:pre:1s;ind:pre:3s; -délester délester VER 0.35 3.04 0.15 0.54 inf; -délestons délester VER 0.35 3.04 0.01 0.00 imp:pre:1p; -délestèrent délester VER 0.35 3.04 0.00 0.07 ind:pas:3p; -délesté délester VER m s 0.35 3.04 0.05 1.15 par:pas; -délestée délester VER f s 0.35 3.04 0.02 0.61 par:pas; -délestées délester VER f p 0.35 3.04 0.00 0.14 par:pas; -délestés délester VER m p 0.35 3.04 0.00 0.34 par:pas; -délia délier VER 2.55 4.86 0.88 0.27 ind:pas:3s; -déliaient délier VER 2.55 4.86 0.00 0.14 ind:imp:3p; -déliait délier VER 2.55 4.86 0.01 0.41 ind:imp:3s; -déliant délier VER 2.55 4.86 0.00 0.27 par:pre; -délibère délibérer VER 2.44 3.78 0.27 0.07 ind:pre:1s;ind:pre:3s; -délibèrent délibérer VER 2.44 3.78 0.04 0.14 ind:pre:3p; -délibéra délibérer VER 2.44 3.78 0.02 0.07 ind:pas:3s; -délibéraient délibérer VER 2.44 3.78 0.00 0.14 ind:imp:3p; -délibérait délibérer VER 2.44 3.78 0.00 0.27 ind:imp:3s; -délibérant délibérer VER 2.44 3.78 0.00 0.07 par:pre; -délibération délibération NOM f s 1.17 1.89 0.69 0.81 -délibérations délibération NOM f p 1.17 1.89 0.48 1.08 -délibérative délibératif ADJ f s 0.00 0.14 0.00 0.14 -délibératoire délibératoire ADJ s 0.01 0.00 0.01 0.00 -délibérer délibérer VER 2.44 3.78 0.74 0.81 inf; -délibérera délibérer VER 2.44 3.78 0.04 0.07 ind:fut:3s; -délibéreraient délibérer VER 2.44 3.78 0.00 0.14 cnd:pre:3p; -délibérions délibérer VER 2.44 3.78 0.00 0.07 ind:imp:1p; -délibérèrent délibérer VER 2.44 3.78 0.00 0.07 ind:pas:3p; -délibéré délibérer VER m s 2.44 3.78 1.18 0.74 par:pas; -délibérée délibéré ADJ f s 0.76 2.70 0.19 1.08 -délibérées délibéré ADJ f p 0.76 2.70 0.01 0.20 -délibérément délibérément ADV 3.11 5.47 3.11 5.47 -délibérés délibéré ADJ m p 0.76 2.70 0.04 0.07 -délicat délicat ADJ m s 22.52 37.03 9.60 13.72 -délicate délicat ADJ f s 22.52 37.03 9.26 12.50 -délicatement délicatement ADV 1.48 10.34 1.48 10.34 -délicates délicat ADJ f p 22.52 37.03 2.31 5.27 -délicatesse délicatesse NOM f s 3.37 13.58 3.34 11.96 -délicatesses délicatesse NOM f p 3.37 13.58 0.02 1.62 -délicats délicat ADJ m p 22.52 37.03 1.35 5.54 -délice délice NOM m s 6.17 19.73 3.75 4.26 -délices délice NOM f p 6.17 19.73 2.42 15.47 -délicieuse délicieux ADJ f s 29.22 28.65 6.56 10.74 -délicieusement délicieusement ADV 0.52 5.27 0.52 5.27 -délicieuses délicieux ADJ f p 29.22 28.65 2.04 2.84 -délicieux délicieux ADJ m 29.22 28.65 20.62 15.07 -délictuelle délictuel ADJ f s 0.01 0.00 0.01 0.00 -délictueuse délictueux ADJ f s 0.12 0.41 0.09 0.00 -délictueuses délictueux ADJ f p 0.12 0.41 0.00 0.34 -délictueux délictueux ADJ m 0.12 0.41 0.03 0.07 -délie délier VER 2.55 4.86 0.68 0.47 imp:pre:2s;ind:pre:1s;ind:pre:3s; -délient délier VER 2.55 4.86 0.04 0.07 ind:pre:3p; -délier délier VER 2.55 4.86 0.23 1.22 inf; -délieraient délier VER 2.55 4.86 0.01 0.07 cnd:pre:3p; -délieras délier VER 2.55 4.86 0.14 0.07 ind:fut:2s; -déliez délier VER 2.55 4.86 0.17 0.00 imp:pre:2p;ind:pre:2p; -délimitaient délimiter VER 0.38 5.54 0.00 0.74 ind:imp:3p; -délimitais délimiter VER 0.38 5.54 0.00 0.07 ind:imp:1s; -délimitait délimiter VER 0.38 5.54 0.00 0.41 ind:imp:3s; -délimitant délimiter VER 0.38 5.54 0.01 0.61 par:pre; -délimitation délimitation NOM f s 0.00 0.34 0.00 0.27 -délimitations délimitation NOM f p 0.00 0.34 0.00 0.07 -délimite délimiter VER 0.38 5.54 0.14 0.20 imp:pre:2s;ind:pre:3s; -délimitent délimiter VER 0.38 5.54 0.02 0.47 ind:pre:3p; -délimiter délimiter VER 0.38 5.54 0.07 0.41 inf; -délimitez délimiter VER 0.38 5.54 0.03 0.00 imp:pre:2p;ind:pre:2p; -délimitions délimiter VER 0.38 5.54 0.00 0.07 ind:imp:1p; -délimitons délimiter VER 0.38 5.54 0.01 0.00 ind:pre:1p; -délimité délimiter VER m s 0.38 5.54 0.03 1.15 par:pas; -délimitée délimiter VER f s 0.38 5.54 0.05 0.68 par:pas; -délimitées délimiter VER f p 0.38 5.54 0.00 0.41 par:pas; -délimités délimiter VER m p 0.38 5.54 0.01 0.34 par:pas; -délinquance délinquance NOM f s 1.54 1.42 1.54 1.35 -délinquances délinquance NOM f p 1.54 1.42 0.00 0.07 -délinquant délinquant NOM m s 4.16 1.89 1.97 0.88 -délinquante délinquant ADJ f s 0.86 0.61 0.15 0.27 -délinquantes délinquant NOM f p 4.16 1.89 0.03 0.07 -délinquants délinquant NOM m p 4.16 1.89 2.07 0.81 -délinéaments délinéament NOM m p 0.00 0.07 0.00 0.07 -déliquescence déliquescence NOM f s 0.16 0.14 0.16 0.14 -déliquescent déliquescent ADJ m s 0.02 0.41 0.02 0.07 -déliquescente déliquescent ADJ f s 0.02 0.41 0.00 0.27 -déliquescents déliquescent ADJ m p 0.02 0.41 0.00 0.07 -délira délirer VER 13.73 7.23 0.02 0.07 ind:pas:3s; -délirai délirer VER 13.73 7.23 0.00 0.07 ind:pas:1s; -déliraient délirer VER 13.73 7.23 0.01 0.20 ind:imp:3p; -délirais délirer VER 13.73 7.23 0.44 0.47 ind:imp:1s;ind:imp:2s; -délirait délirer VER 13.73 7.23 1.17 1.08 ind:imp:3s; -délirant délirant ADJ m s 3.05 5.61 1.36 1.28 -délirante délirant ADJ f s 3.05 5.61 0.83 2.30 -délirantes délirant ADJ f p 3.05 5.61 0.11 0.95 -délirants délirant ADJ m p 3.05 5.61 0.75 1.08 -délirassent délirer VER 13.73 7.23 0.00 0.07 sub:imp:3p; -délire délire NOM m s 13.20 19.80 10.93 16.62 -délirent délirer VER 13.73 7.23 0.17 0.07 ind:pre:3p; -délirer délirer VER 13.73 7.23 1.94 2.23 inf; -délireras délirer VER 13.73 7.23 0.01 0.00 ind:fut:2s; -délires délirer VER 13.73 7.23 4.81 0.27 ind:pre:2s; -délirez délirer VER 13.73 7.23 0.94 0.27 imp:pre:2p;ind:pre:2p; -déliriez délirer VER 13.73 7.23 0.11 0.00 ind:imp:2p; -déliré délirer VER m s 13.73 7.23 0.45 0.27 par:pas; -délit délit NOM m s 13.52 7.97 11.35 6.35 -délitaient déliter VER 0.11 0.68 0.00 0.07 ind:imp:3p; -délite déliter VER 0.11 0.68 0.01 0.20 ind:pre:3s; -délitent déliter VER 0.11 0.68 0.00 0.14 ind:pre:3p; -déliteront déliter VER 0.11 0.68 0.00 0.07 ind:fut:3p; -délièrent délier VER 2.55 4.86 0.00 0.07 ind:pas:3p; -délits délit NOM m p 13.52 7.97 2.17 1.62 -délité déliter VER m s 0.11 0.68 0.10 0.00 par:pas; -délitée déliter VER f s 0.11 0.68 0.00 0.07 par:pas; -délitées déliter VER f p 0.11 0.68 0.00 0.14 par:pas; -délié délier VER m s 2.55 4.86 0.14 0.41 par:pas; -déliée délier VER f s 2.55 4.86 0.12 0.68 par:pas; -déliées délié ADJ f p 0.04 2.36 0.01 0.68 -déliés délier VER m p 2.55 4.86 0.14 0.34 par:pas; -délivra délivrer VER 14.45 31.15 0.00 0.74 ind:pas:3s; -délivraient délivrer VER 14.45 31.15 0.03 0.61 ind:imp:3p; -délivrais délivrer VER 14.45 31.15 0.01 0.07 ind:imp:1s; -délivrait délivrer VER 14.45 31.15 0.01 2.50 ind:imp:3s; -délivrance délivrance NOM f s 1.94 5.74 1.94 5.68 -délivrances délivrance NOM f p 1.94 5.74 0.00 0.07 -délivrant délivrer VER 14.45 31.15 0.04 0.20 par:pre; -délivre délivrer VER 14.45 31.15 4.37 2.16 imp:pre:2s;ind:pre:1s;ind:pre:3s; -délivrent délivrer VER 14.45 31.15 0.25 0.68 ind:pre:3p; -délivrer délivrer VER 14.45 31.15 4.76 7.91 ind:pre:2p;inf; -délivrera délivrer VER 14.45 31.15 0.60 0.68 ind:fut:3s; -délivrerai délivrer VER 14.45 31.15 0.46 0.00 ind:fut:1s; -délivreraient délivrer VER 14.45 31.15 0.00 0.07 cnd:pre:3p; -délivrerais délivrer VER 14.45 31.15 0.01 0.00 cnd:pre:1s; -délivrerait délivrer VER 14.45 31.15 0.05 1.08 cnd:pre:3s; -délivreras délivrer VER 14.45 31.15 0.12 0.00 ind:fut:2s; -délivrerez délivrer VER 14.45 31.15 0.01 0.00 ind:fut:2p; -délivrerons délivrer VER 14.45 31.15 0.00 0.07 ind:fut:1p; -délivreront délivrer VER 14.45 31.15 0.03 0.00 ind:fut:3p; -délivreurs délivreur NOM m p 0.00 0.07 0.00 0.07 -délivrez délivrer VER 14.45 31.15 0.94 0.41 imp:pre:2p;ind:pre:2p; -délivriez délivrer VER 14.45 31.15 0.02 0.00 ind:imp:2p; -délivrions délivrer VER 14.45 31.15 0.01 0.00 ind:imp:1p; -délivrons délivrer VER 14.45 31.15 0.16 0.00 imp:pre:1p;ind:pre:1p; -délivrât délivrer VER 14.45 31.15 0.00 0.14 sub:imp:3s; -délivrèrent délivrer VER 14.45 31.15 0.00 0.07 ind:pas:3p; -délivré délivrer VER m s 14.45 31.15 1.14 7.97 par:pas; -délivrée délivrer VER f s 14.45 31.15 0.52 3.99 par:pas; -délivrées délivrer VER f p 14.45 31.15 0.07 0.34 par:pas; -délivrés délivrer VER m p 14.45 31.15 0.84 1.49 par:pas; -délocalisation délocalisation NOM f s 0.06 0.00 0.06 0.00 -délocaliser délocaliser VER 0.09 0.00 0.06 0.00 inf; -délocalisez délocaliser VER 0.09 0.00 0.01 0.00 imp:pre:2p; -délocalisé délocaliser VER m s 0.09 0.00 0.02 0.00 par:pas; -déloge déloger VER 1.94 3.45 0.18 0.14 imp:pre:2s;ind:pre:3s; -délogea déloger VER 1.94 3.45 0.00 0.14 ind:pas:3s; -délogeait déloger VER 1.94 3.45 0.00 0.14 ind:imp:3s; -délogeât déloger VER 1.94 3.45 0.00 0.14 sub:imp:3s; -déloger déloger VER 1.94 3.45 1.17 1.89 inf; -délogera déloger VER 1.94 3.45 0.02 0.14 ind:fut:3s; -délogerait déloger VER 1.94 3.45 0.02 0.00 cnd:pre:3s; -délogerons déloger VER 1.94 3.45 0.00 0.07 ind:fut:1p; -délogez déloger VER 1.94 3.45 0.05 0.00 imp:pre:2p; -délogé déloger VER m s 1.94 3.45 0.20 0.34 par:pas; -délogée déloger VER f s 1.94 3.45 0.01 0.27 par:pas; -délogés déloger VER m p 1.94 3.45 0.29 0.20 par:pas; -déloquaient déloquer VER 0.05 1.69 0.00 0.07 ind:imp:3p; -déloque déloquer VER 0.05 1.69 0.01 0.74 imp:pre:2s;ind:pre:1s;ind:pre:3s; -déloquer déloquer VER 0.05 1.69 0.04 0.54 inf; -déloques déloquer VER 0.05 1.69 0.00 0.14 ind:pre:2s; -déloqué déloquer VER m s 0.05 1.69 0.00 0.07 par:pas; -déloquées déloquer VER f p 0.05 1.69 0.00 0.07 par:pas; -déloqués déloquer VER m p 0.05 1.69 0.00 0.07 par:pas; -délourdant délourder VER 0.00 0.20 0.00 0.07 par:pre; -délourder délourder VER 0.00 0.20 0.00 0.14 inf; -déloyal déloyal ADJ m s 1.41 0.54 0.81 0.47 -déloyale déloyal ADJ f s 1.41 0.54 0.54 0.07 -déloyalement déloyalement ADV 0.02 0.14 0.02 0.14 -déloyauté déloyauté NOM f s 0.26 0.34 0.26 0.27 -déloyautés déloyauté NOM f p 0.26 0.34 0.00 0.07 -déloyaux déloyal ADJ m p 1.41 0.54 0.06 0.00 -délègue déléguer VER 1.90 6.62 0.21 0.54 imp:pre:2s;ind:pre:1s;ind:pre:3s; -délégation délégation NOM f s 3.49 12.77 3.11 10.68 -délégations délégation NOM f p 3.49 12.77 0.39 2.09 -déluge déluge NOM m s 2.53 8.58 2.51 8.18 -déluges déluge NOM m p 2.53 8.58 0.03 0.41 -délégua déléguer VER 1.90 6.62 0.00 0.41 ind:pas:3s; -déléguaient déléguer VER 1.90 6.62 0.00 0.14 ind:imp:3p; -déléguait déléguer VER 1.90 6.62 0.01 0.74 ind:imp:3s; -déléguant déléguer VER 1.90 6.62 0.00 0.20 par:pre; -déléguer déléguer VER 1.90 6.62 0.52 0.95 inf; -déléguerai déléguer VER 1.90 6.62 0.04 0.00 ind:fut:1s; -délégueraient déléguer VER 1.90 6.62 0.00 0.07 cnd:pre:3p; -déléguez déléguer VER 1.90 6.62 0.04 0.14 imp:pre:2p;ind:pre:2p; -déléguiez déléguer VER 1.90 6.62 0.00 0.07 ind:imp:2p; -déléguons déléguer VER 1.90 6.62 0.01 0.00 ind:pre:1p; -déléguât déléguer VER 1.90 6.62 0.00 0.07 sub:imp:3s; -délégué_général délégué_général ADJ m s 0.00 0.14 0.00 0.14 -délégué_général délégué_général NOM m s 0.00 0.14 0.00 0.14 -délégué délégué NOM m s 3.96 12.16 1.83 7.09 -déléguée délégué NOM f s 3.96 12.16 0.57 0.27 -délégués délégué NOM m p 3.96 12.16 1.56 4.80 -déluré déluré ADJ m s 0.36 0.81 0.16 0.41 -délurée déluré ADJ f s 0.36 0.81 0.18 0.34 -délurées délurer VER f p 0.11 0.34 0.05 0.07 par:pas; -délustrer délustrer VER 0.00 0.07 0.00 0.07 inf; -délétère délétère ADJ s 0.00 1.01 0.00 0.68 -délétères délétère ADJ p 0.00 1.01 0.00 0.34 -dum_dum dum_dum ADJ 0.20 0.27 0.20 0.27 -démagnétiser démagnétiser VER 0.12 0.07 0.04 0.00 inf; -démagnétisé démagnétiser VER m s 0.12 0.07 0.05 0.00 par:pas; -démagnétisée démagnétiser VER f s 0.12 0.07 0.02 0.07 par:pas; -démago démago ADJ f s 0.03 0.00 0.03 0.00 -démagogie démagogie NOM f s 0.47 1.35 0.47 1.35 -démagogique démagogique ADJ f s 0.14 0.47 0.14 0.34 -démagogiques démagogique ADJ m p 0.14 0.47 0.00 0.14 -démagogue démagogue ADJ s 0.22 0.07 0.21 0.07 -démagogues démagogue NOM p 0.29 0.54 0.13 0.34 -démaille démailler VER 0.00 0.20 0.00 0.07 ind:pre:3s; -démailler démailler VER 0.00 0.20 0.00 0.07 inf; -démailloter démailloter VER 0.00 0.34 0.00 0.20 inf; -démailloté démailloter VER m s 0.00 0.34 0.00 0.14 par:pas; -démaillée démailler VER f s 0.00 0.20 0.00 0.07 par:pas; -démanche démancher VER 0.00 0.20 0.00 0.07 ind:pre:3s; -démancher démancher VER 0.00 0.20 0.00 0.07 inf; -démanché démancher VER m s 0.00 0.20 0.00 0.07 par:pas; -démange démanger VER 3.10 3.51 2.38 1.42 imp:pre:2s;ind:pre:1s;ind:pre:3s; -démangeaient démanger VER 3.10 3.51 0.00 0.14 ind:imp:3p; -démangeais démanger VER 3.10 3.51 0.01 0.07 ind:imp:1s; -démangeaison démangeaison NOM f s 1.05 2.30 0.39 1.08 -démangeaisons démangeaison NOM f p 1.05 2.30 0.66 1.22 -démangeait démanger VER 3.10 3.51 0.29 1.42 ind:imp:3s; -démangent démanger VER 3.10 3.51 0.28 0.20 ind:pre:3p; -démanger démanger VER 3.10 3.51 0.13 0.07 inf; -démangé démanger VER m s 3.10 3.51 0.01 0.14 par:pas; -démangés démanger VER m p 3.10 3.51 0.00 0.07 par:pas; -démanteler démanteler VER 1.83 1.62 0.68 0.34 inf; -démantelez démanteler VER 1.83 1.62 0.04 0.00 imp:pre:2p; -démantelons démanteler VER 1.83 1.62 0.01 0.00 ind:pre:1p; -démantelé démanteler VER m s 1.83 1.62 0.68 0.27 par:pas; -démantelée démanteler VER f s 1.83 1.62 0.03 0.20 par:pas; -démantelées démanteler VER f p 1.83 1.62 0.30 0.34 par:pas; -démantelés démanteler VER m p 1.83 1.62 0.01 0.34 par:pas; -démantibulant démantibuler VER 0.04 1.76 0.00 0.07 par:pre; -démantibule démantibuler VER 0.04 1.76 0.02 0.07 ind:pre:1s;ind:pre:3s; -démantibulent démantibuler VER 0.04 1.76 0.00 0.07 ind:pre:3p; -démantibuler démantibuler VER 0.04 1.76 0.01 0.20 inf; -démantibulé démantibuler VER m s 0.04 1.76 0.01 0.47 par:pas; -démantibulée démantibuler VER f s 0.04 1.76 0.00 0.27 par:pas; -démantibulées démantibuler VER f p 0.04 1.76 0.00 0.27 par:pas; -démantibulés démantibuler VER m p 0.04 1.76 0.00 0.34 par:pas; -démantèle démanteler VER 1.83 1.62 0.08 0.00 imp:pre:2s;ind:pre:1s;ind:pre:3s; -démantèlement démantèlement NOM m s 0.14 0.41 0.14 0.34 -démantèlements démantèlement NOM m p 0.14 0.41 0.00 0.07 -démantèlent démanteler VER 1.83 1.62 0.00 0.14 ind:pre:3p; -démaquillage démaquillage NOM m s 0.01 0.14 0.01 0.14 -démaquillaient démaquiller VER 0.55 1.49 0.00 0.07 ind:imp:3p; -démaquillais démaquiller VER 0.55 1.49 0.00 0.07 ind:imp:1s; -démaquillait démaquiller VER 0.55 1.49 0.00 0.27 ind:imp:3s; -démaquillant démaquillant NOM m s 0.04 0.41 0.04 0.41 -démaquillante démaquillant ADJ f s 0.04 0.07 0.04 0.00 -démaquille démaquiller VER 0.55 1.49 0.16 0.14 imp:pre:2s;ind:pre:1s;ind:pre:3s; -démaquiller démaquiller VER 0.55 1.49 0.25 0.47 inf; -démaquillerai démaquiller VER 0.55 1.49 0.10 0.00 ind:fut:1s; -démaquillé démaquiller VER m s 0.55 1.49 0.02 0.34 par:pas; -démaquillée démaquiller VER f s 0.55 1.49 0.01 0.14 par:pas; -démarcation démarcation NOM f s 0.29 1.76 0.29 1.76 -démarcha démarcher VER 0.13 0.27 0.01 0.14 ind:pas:3s; -démarchage démarchage NOM m s 0.06 0.07 0.06 0.07 -démarchait démarcher VER 0.13 0.27 0.01 0.07 ind:imp:3s; -démarche démarche NOM f s 5.69 32.91 3.96 25.07 -démarcher démarcher VER 0.13 0.27 0.05 0.00 inf; -démarches démarche NOM f p 5.69 32.91 1.73 7.84 -démarcheur démarcheur NOM m s 0.04 1.15 0.02 0.74 -démarcheurs démarcheur NOM m p 0.04 1.15 0.00 0.41 -démarcheuse démarcheur NOM f s 0.04 1.15 0.02 0.00 -démarient démarier VER 0.02 0.07 0.01 0.00 ind:pre:3p; -démarier démarier VER 0.02 0.07 0.01 0.00 inf; -démariée démarier VER f s 0.02 0.07 0.00 0.07 par:pas; -démarquai démarquer VER 0.94 0.74 0.00 0.07 ind:pas:1s; -démarquaient démarquer VER 0.94 0.74 0.00 0.20 ind:imp:3p; -démarquait démarquer VER 0.94 0.74 0.01 0.07 ind:imp:3s; -démarque démarquer VER 0.94 0.74 0.22 0.00 imp:pre:2s;ind:pre:1s;ind:pre:3s; -démarquer démarquer VER 0.94 0.74 0.13 0.20 inf; -démarqué démarquer VER m s 0.94 0.74 0.49 0.14 par:pas; -démarquée démarquer VER f s 0.94 0.74 0.07 0.07 par:pas; -démarquées démarquer VER f p 0.94 0.74 0.01 0.00 par:pas; -démarqués démarquer VER m p 0.94 0.74 0.01 0.00 par:pas; -démarra démarrer VER 35.67 29.32 0.03 6.35 ind:pas:3s; -démarrage démarrage NOM m s 1.18 3.31 1.17 3.11 -démarrages démarrage NOM m p 1.18 3.31 0.01 0.20 -démarrai démarrer VER 35.67 29.32 0.00 0.20 ind:pas:1s; -démarraient démarrer VER 35.67 29.32 0.02 0.34 ind:imp:3p; -démarrais démarrer VER 35.67 29.32 0.06 0.34 ind:imp:1s;ind:imp:2s; -démarrait démarrer VER 35.67 29.32 0.57 2.50 ind:imp:3s; -démarrant démarrer VER 35.67 29.32 0.09 1.22 par:pre; -démarre démarrer VER 35.67 29.32 17.11 6.69 imp:pre:2s;ind:pre:1s;ind:pre:3s; -démarrent démarrer VER 35.67 29.32 1.04 0.81 ind:pre:3p; -démarrer démarrer VER 35.67 29.32 9.10 5.27 inf; -démarrera démarrer VER 35.67 29.32 0.29 0.07 ind:fut:3s; -démarrerai démarrer VER 35.67 29.32 0.02 0.00 ind:fut:1s; -démarreront démarrer VER 35.67 29.32 0.04 0.00 ind:fut:3p; -démarres démarrer VER 35.67 29.32 0.51 0.20 ind:pre:2s; -démarreur démarreur NOM m s 1.25 2.23 1.24 2.09 -démarreurs démarreur NOM m p 1.25 2.23 0.01 0.14 -démarrez démarrer VER 35.67 29.32 3.15 0.07 imp:pre:2p;ind:pre:2p; -démarrions démarrer VER 35.67 29.32 0.00 0.07 ind:imp:1p; -démarrons démarrer VER 35.67 29.32 0.39 0.20 imp:pre:1p;ind:pre:1p; -démarrât démarrer VER 35.67 29.32 0.00 0.07 sub:imp:3s; -démarrèrent démarrer VER 35.67 29.32 0.00 0.27 ind:pas:3p; -démarré démarrer VER m s 35.67 29.32 3.15 4.32 par:pas; -démarrée démarrer VER f s 35.67 29.32 0.10 0.14 par:pas; -démarrées démarrer VER f p 35.67 29.32 0.00 0.07 par:pas; -démarrés démarrer VER m p 35.67 29.32 0.01 0.14 par:pas; -démasqua démasquer VER 6.41 4.66 0.00 0.27 ind:pas:3s; -démasquage démasquage NOM m s 0.01 0.00 0.01 0.00 -démasquaient démasquer VER 6.41 4.66 0.00 0.07 ind:imp:3p; -démasquais démasquer VER 6.41 4.66 0.00 0.07 ind:imp:1s; -démasquait démasquer VER 6.41 4.66 0.02 0.07 ind:imp:3s; -démasquant démasquer VER 6.41 4.66 0.17 0.61 par:pre; -démasque démasquer VER 6.41 4.66 0.46 0.27 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -démasquent démasquer VER 6.41 4.66 0.07 0.20 ind:pre:3p; -démasquer démasquer VER 6.41 4.66 2.44 0.74 imp:pre:2p;inf; -démasquera démasquer VER 6.41 4.66 0.20 0.00 ind:fut:3s; -démasquerai démasquer VER 6.41 4.66 0.07 0.07 ind:fut:1s; -démasquerait démasquer VER 6.41 4.66 0.11 0.00 cnd:pre:3s; -démasqueriez démasquer VER 6.41 4.66 0.01 0.00 cnd:pre:2p; -démasquerons démasquer VER 6.41 4.66 0.03 0.07 ind:fut:1p; -démasqueront démasquer VER 6.41 4.66 0.01 0.00 ind:fut:3p; -démasquons démasquer VER 6.41 4.66 0.02 0.00 imp:pre:1p;ind:pre:1p; -démasqué démasquer VER m s 6.41 4.66 1.76 1.35 par:pas; -démasquée démasquer VER f s 6.41 4.66 0.51 0.54 par:pas; -démasquées démasquer VER f p 6.41 4.66 0.04 0.07 par:pas; -démasqués démasquer VER m p 6.41 4.66 0.50 0.27 par:pas; -dématérialisation dématérialisation NOM f s 0.01 0.00 0.01 0.00 -dématérialise dématérialiser VER 0.18 0.07 0.04 0.07 imp:pre:2s;ind:pre:1s;ind:pre:3s; -dématérialisent dématérialiser VER 0.18 0.07 0.01 0.00 ind:pre:3p; -dématérialiser dématérialiser VER 0.18 0.07 0.05 0.00 inf; -dématérialisé dématérialiser VER m s 0.18 0.07 0.08 0.00 par:pas; -démembrant démembrer VER 0.87 0.54 0.01 0.00 par:pre; -démembre démembrer VER 0.87 0.54 0.12 0.00 ind:pre:1s;ind:pre:3s; -démembrement démembrement NOM m s 0.14 0.34 0.13 0.34 -démembrements démembrement NOM m p 0.14 0.34 0.01 0.00 -démembrer démembrer VER 0.87 0.54 0.28 0.20 inf; -démembrez démembrer VER 0.87 0.54 0.01 0.00 ind:pre:2p; -démembré démembrer VER m s 0.87 0.54 0.25 0.20 par:pas; -démembrée démembrer VER f s 0.87 0.54 0.08 0.00 par:pas; -démembrées démembrer VER f p 0.87 0.54 0.04 0.00 par:pas; -démembrés démembrer VER m p 0.87 0.54 0.07 0.14 par:pas; -démena démener VER 2.65 3.72 0.00 0.14 ind:pas:3s; -démenaient démener VER 2.65 3.72 0.00 0.41 ind:imp:3p; -démenais démener VER 2.65 3.72 0.25 0.00 ind:imp:1s;ind:imp:2s; -démenait démener VER 2.65 3.72 0.05 0.95 ind:imp:3s; -démenant démener VER 2.65 3.72 0.01 0.47 par:pre; -démence démence NOM f s 2.75 2.43 2.75 2.43 -démener démener VER 2.65 3.72 0.32 1.01 inf; -démenons démener VER 2.65 3.72 0.00 0.07 ind:pre:1p; -démenotte démenotter VER 0.00 0.07 0.00 0.07 ind:pre:3s; -démens démentir VER 3.06 6.35 0.37 0.00 imp:pre:2s;ind:pre:1s;ind:pre:2s; -dément dément ADJ m s 3.12 3.72 2.02 1.35 -démentaient démentir VER 3.06 6.35 0.01 0.61 ind:imp:3p; -démentait démentir VER 3.06 6.35 0.01 1.22 ind:imp:3s; -démentant démentir VER 3.06 6.35 0.01 0.41 par:pre; -démente dément ADJ f s 3.12 3.72 0.48 1.28 -démentent démentir VER 3.06 6.35 0.05 0.20 ind:pre:3p; -démentes dément ADJ f p 3.12 3.72 0.20 0.54 -démentez démentir VER 3.06 6.35 0.03 0.00 imp:pre:2p;ind:pre:2p; -démenti démenti NOM m s 1.04 2.70 1.01 2.09 -démentie démenti ADJ f s 0.21 0.68 0.16 0.07 -démentiel démentiel ADJ m s 0.52 1.42 0.46 0.61 -démentielle démentiel ADJ f s 0.52 1.42 0.05 0.41 -démentielles démentiel ADJ f p 0.52 1.42 0.00 0.27 -démentiels démentiel ADJ m p 0.52 1.42 0.01 0.14 -démenties démentir VER f p 3.06 6.35 0.27 0.14 par:pas; -démentir démentir VER 3.06 6.35 1.06 1.55 inf; -démentirai démentir VER 3.06 6.35 0.01 0.00 ind:fut:1s; -démentirait démentir VER 3.06 6.35 0.01 0.00 cnd:pre:3s; -démentiront démentir VER 3.06 6.35 0.01 0.00 ind:fut:3p; -démentis démenti NOM m p 1.04 2.70 0.03 0.61 -démentit démentir VER 3.06 6.35 0.03 0.41 ind:pas:3s; -déments dément ADJ m p 3.12 3.72 0.41 0.54 -démené démener VER m s 2.65 3.72 0.30 0.07 par:pas; -démenée démener VER f s 2.65 3.72 0.09 0.07 par:pas; -démerdaient démerder VER 5.37 6.42 0.00 0.07 ind:imp:3p; -démerdais démerder VER 5.37 6.42 0.01 0.07 ind:imp:1s; -démerdait démerder VER 5.37 6.42 0.02 0.14 ind:imp:3s; -démerdard démerdard NOM m s 0.16 0.07 0.16 0.00 -démerdards démerdard NOM m p 0.16 0.07 0.00 0.07 -démerde démerder VER 5.37 6.42 1.74 1.62 imp:pre:2s;ind:pre:1s;ind:pre:3s; -démerdent démerder VER 5.37 6.42 0.21 0.41 ind:pre:3p; -démerder démerder VER 5.37 6.42 1.27 1.01 inf; -démerdera démerder VER 5.37 6.42 0.02 0.27 ind:fut:3s; -démerderai démerder VER 5.37 6.42 0.01 0.54 ind:fut:1s; -démerderas démerder VER 5.37 6.42 0.00 0.14 ind:fut:2s; -démerdes démerder VER 5.37 6.42 0.93 0.34 ind:pre:2s; -démerdez démerder VER 5.37 6.42 0.80 0.54 imp:pre:2p;ind:pre:2p; -démerdé démerder VER m s 5.37 6.42 0.23 0.81 par:pas; -démerdée démerder VER f s 5.37 6.42 0.14 0.27 par:pas; -démerdés démerder VER m p 5.37 6.42 0.00 0.20 par:pas; -démesure démesure NOM f s 0.04 1.15 0.04 1.15 -démesurent démesurer VER 0.55 2.30 0.00 0.07 ind:pre:3p; -démesuré démesuré ADJ m s 0.72 8.38 0.41 3.18 -démesurée démesurer VER f s 0.55 2.30 0.36 0.88 par:pas; -démesurées démesuré ADJ f p 0.72 8.38 0.07 1.08 -démesurément démesurément ADV 0.09 4.19 0.09 4.19 -démesurés démesurer VER m p 0.55 2.30 0.11 0.27 par:pas; -démet démettre VER 0.84 1.28 0.04 0.14 ind:pre:3s; -démets démettre VER 0.84 1.28 0.04 0.07 ind:pre:1s; -démette démettre VER 0.84 1.28 0.01 0.00 sub:pre:3s; -démettez démettre VER 0.84 1.28 0.04 0.00 imp:pre:2p; -démettrait démettre VER 0.84 1.28 0.00 0.07 cnd:pre:3s; -démettre démettre VER 0.84 1.28 0.20 0.41 inf; -démeublé démeubler VER m s 0.00 0.41 0.00 0.20 par:pas; -démeublée démeubler VER f s 0.00 0.41 0.00 0.20 par:pas; -démilitarisation démilitarisation NOM f s 0.14 0.07 0.14 0.07 -démilitarisée démilitariser VER f s 0.25 0.14 0.25 0.07 par:pas; -démilitarisées démilitariser VER f p 0.25 0.14 0.00 0.07 par:pas; -déminage déminage NOM m s 0.69 0.34 0.69 0.34 -déminant déminer VER 0.02 0.20 0.00 0.07 par:pre; -déminer déminer VER 0.02 0.20 0.01 0.00 inf; -démineur démineur NOM m s 0.54 0.07 0.17 0.07 -démineurs démineur NOM m p 0.54 0.07 0.37 0.00 -déminé déminer VER m s 0.02 0.20 0.01 0.07 par:pas; -déminée déminer VER f s 0.02 0.20 0.00 0.07 par:pas; -démis démettre VER m 0.84 1.28 0.41 0.41 par:pas; -démise démis ADJ f s 0.13 0.41 0.12 0.27 -démises démis ADJ f p 0.13 0.41 0.00 0.07 -démission démission NOM f s 7.60 5.47 7.34 5.07 -démissionna démissionner VER 17.79 1.82 0.05 0.00 ind:pas:3s; -démissionnaient démissionner VER 17.79 1.82 0.00 0.07 ind:imp:3p; -démissionnaire démissionnaire NOM s 0.32 0.00 0.14 0.00 -démissionnaires démissionnaire NOM p 0.32 0.00 0.19 0.00 -démissionnais démissionner VER 17.79 1.82 0.08 0.00 ind:imp:1s;ind:imp:2s; -démissionnait démissionner VER 17.79 1.82 0.02 0.14 ind:imp:3s; -démissionnant démissionner VER 17.79 1.82 0.02 0.07 par:pre; -démissionne démissionner VER 17.79 1.82 5.28 0.27 imp:pre:2s;ind:pre:1s;ind:pre:3s; -démissionnent démissionner VER 17.79 1.82 0.06 0.07 ind:pre:3p; -démissionner démissionner VER 17.79 1.82 5.15 0.20 inf; -démissionnera démissionner VER 17.79 1.82 0.10 0.00 ind:fut:3s; -démissionnerai démissionner VER 17.79 1.82 0.42 0.00 ind:fut:1s; -démissionneraient démissionner VER 17.79 1.82 0.01 0.00 cnd:pre:3p; -démissionnerais démissionner VER 17.79 1.82 0.07 0.14 cnd:pre:1s;cnd:pre:2s; -démissionnerait démissionner VER 17.79 1.82 0.01 0.07 cnd:pre:3s; -démissionneras démissionner VER 17.79 1.82 0.01 0.00 ind:fut:2s; -démissionnerez démissionner VER 17.79 1.82 0.04 0.00 ind:fut:2p; -démissionneront démissionner VER 17.79 1.82 0.02 0.00 ind:fut:3p; -démissionnes démissionner VER 17.79 1.82 0.48 0.00 ind:pre:2s; -démissionnez démissionner VER 17.79 1.82 0.67 0.14 imp:pre:2p;ind:pre:2p; -démissionniez démissionner VER 17.79 1.82 0.06 0.00 ind:imp:2p; -démissionné démissionner VER m s 17.79 1.82 5.23 0.68 par:pas; -démissions démission NOM f p 7.60 5.47 0.26 0.41 -démit démettre VER 0.84 1.28 0.01 0.14 ind:pas:3s; -démiurge démiurge NOM m s 0.16 1.01 0.16 0.88 -démiurges démiurge NOM m p 0.16 1.01 0.00 0.14 -démobilisant démobiliser VER 0.28 1.28 0.00 0.07 par:pre; -démobilisateur démobilisateur ADJ m s 0.00 0.14 0.00 0.14 -démobilisation démobilisation NOM f s 0.22 1.28 0.22 1.28 -démobilise démobiliser VER 0.28 1.28 0.01 0.27 ind:pre:1s;ind:pre:3s; -démobiliser démobiliser VER 0.28 1.28 0.03 0.14 inf; -démobiliseriez démobiliser VER 0.28 1.28 0.00 0.07 cnd:pre:2p; -démobilisé démobilisé ADJ m s 0.17 0.34 0.16 0.14 -démobilisés démobiliser VER m p 0.28 1.28 0.13 0.14 par:pas; -démocrate_chrétien démocrate_chrétien ADJ m s 0.21 0.14 0.21 0.07 -démocrate démocrate ADJ s 3.06 1.42 2.08 0.88 -démocrate_chrétien démocrate_chrétien NOM p 0.10 0.27 0.10 0.27 -démocrates démocrate NOM p 3.68 1.08 2.35 0.74 -démocratie démocratie NOM f s 13.13 15.68 12.69 11.01 -démocraties démocratie NOM f p 13.13 15.68 0.44 4.66 -démocratique démocratique ADJ s 5.38 5.74 4.97 4.12 -démocratiquement démocratiquement ADV 0.18 0.27 0.18 0.27 -démocratiques démocratique ADJ p 5.38 5.74 0.41 1.62 -démocratisation démocratisation NOM f s 0.01 0.20 0.01 0.14 -démocratisations démocratisation NOM f p 0.01 0.20 0.00 0.07 -démocratise démocratiser VER 0.16 0.20 0.14 0.07 ind:pre:3s; -démocratiser démocratiser VER 0.16 0.20 0.01 0.07 inf; -démocratiseront démocratiser VER 0.16 0.20 0.00 0.07 ind:fut:3p; -démocratisé démocratiser VER m s 0.16 0.20 0.01 0.00 par:pas; -démodaient démoder VER 1.03 1.55 0.01 0.07 ind:imp:3p; -démodant démoder VER 1.03 1.55 0.00 0.07 par:pre; -démode démoder VER 1.03 1.55 0.06 0.20 ind:pre:3s; -démoder démoder VER 1.03 1.55 0.00 0.07 inf; -démodé démodé ADJ m s 1.64 3.58 0.80 1.35 -démodée démodé ADJ f s 1.64 3.58 0.43 0.88 -démodées démodé ADJ f p 1.64 3.58 0.26 0.74 -démodulateur démodulateur NOM m s 0.03 0.00 0.02 0.00 -démodulateurs démodulateur NOM m p 0.03 0.00 0.01 0.00 -démodés démodé ADJ m p 1.64 3.58 0.16 0.61 -démographie démographie NOM f s 0.16 0.54 0.16 0.54 -démographique démographique ADJ s 0.20 0.54 0.14 0.20 -démographiquement démographiquement ADV 0.00 0.07 0.00 0.07 -démographiques démographique ADJ p 0.20 0.54 0.06 0.34 -démoli démolir VER m s 18.81 11.22 4.41 2.30 par:pas; -démolie démolir VER f s 18.81 11.22 1.15 0.88 par:pas; -démolies démolir VER f p 18.81 11.22 0.02 0.61 par:pas; -démolir démolir VER 18.81 11.22 8.02 3.65 inf; -démolira démolir VER 18.81 11.22 0.51 0.14 ind:fut:3s; -démolirai démolir VER 18.81 11.22 0.06 0.07 ind:fut:1s; -démoliraient démolir VER 18.81 11.22 0.02 0.07 cnd:pre:3p; -démolirais démolir VER 18.81 11.22 0.08 0.00 cnd:pre:1s;cnd:pre:2s; -démolirait démolir VER 18.81 11.22 0.03 0.14 cnd:pre:3s; -démolirent démolir VER 18.81 11.22 0.00 0.07 ind:pas:3p; -démolirions démolir VER 18.81 11.22 0.00 0.07 cnd:pre:1p; -démoliront démolir VER 18.81 11.22 0.15 0.07 ind:fut:3p; -démolis démolir VER m p 18.81 11.22 1.93 0.68 imp:pre:2s;ind:pre:1s;ind:pre:2s;par:pas; -démolissaient démolir VER 18.81 11.22 0.04 0.27 ind:imp:3p; -démolissais démolir VER 18.81 11.22 0.00 0.20 ind:imp:1s; -démolissait démolir VER 18.81 11.22 0.03 0.54 ind:imp:3s; -démolissant démolir VER 18.81 11.22 0.04 0.41 par:pre; -démolisse démolir VER 18.81 11.22 0.37 0.14 sub:pre:1s;sub:pre:3s; -démolissent démolir VER 18.81 11.22 0.48 0.27 ind:pre:3p; -démolisses démolir VER 18.81 11.22 0.17 0.00 sub:pre:2s; -démolisseur démolisseur NOM m s 0.23 0.61 0.18 0.07 -démolisseurs démolisseur NOM m p 0.23 0.61 0.05 0.47 -démolisseuse démolisseur NOM f s 0.23 0.61 0.00 0.07 -démolissez démolir VER 18.81 11.22 0.40 0.00 imp:pre:2p;ind:pre:2p; -démolissions démolir VER 18.81 11.22 0.00 0.07 ind:imp:1p; -démolit démolir VER 18.81 11.22 0.89 0.61 ind:pre:3s;ind:pas:3s; -démolition démolition NOM f s 1.55 2.36 1.53 1.82 -démolitions démolition NOM f p 1.55 2.36 0.02 0.54 -démon démon NOM m s 61.00 20.34 39.71 13.58 -démone démon NOM f s 61.00 20.34 0.14 0.14 -démones démon NOM f p 61.00 20.34 0.05 0.07 -démoniaque démoniaque ADJ s 5.52 2.30 4.22 1.69 -démoniaquement démoniaquement ADV 0.00 0.07 0.00 0.07 -démoniaques démoniaque ADJ p 5.52 2.30 1.29 0.61 -démonique démonique ADJ s 0.04 0.00 0.04 0.00 -démonologie démonologie NOM f s 0.16 0.00 0.16 0.00 -démonomanie démonomanie NOM f s 0.01 0.00 0.01 0.00 -démons démon NOM m p 61.00 20.34 21.10 6.55 -démonstrateur démonstrateur NOM m s 0.06 0.54 0.02 0.14 -démonstrateurs démonstrateur NOM m p 0.06 0.54 0.00 0.34 -démonstratif démonstratif ADJ m s 0.46 1.08 0.23 0.54 -démonstratifs démonstratif ADJ m p 0.46 1.08 0.15 0.20 -démonstration démonstration NOM f s 7.61 12.23 7.30 9.53 -démonstrations démonstration NOM f p 7.61 12.23 0.31 2.70 -démonstrative démonstratif ADJ f s 0.46 1.08 0.08 0.34 -démonstrativement démonstrativement ADV 0.01 0.34 0.01 0.34 -démonstratrice démonstrateur NOM f s 0.06 0.54 0.04 0.07 -démonta démonter VER 6.83 7.77 0.00 0.20 ind:pas:3s; -démontable démontable ADJ s 0.38 0.61 0.25 0.47 -démontables démontable ADJ f p 0.38 0.61 0.14 0.14 -démontage démontage NOM m s 0.06 0.14 0.06 0.07 -démontages démontage NOM m p 0.06 0.14 0.00 0.07 -démontaient démonter VER 6.83 7.77 0.00 0.14 ind:imp:3p; -démontait démonter VER 6.83 7.77 0.05 0.74 ind:imp:3s; -démontant démonter VER 6.83 7.77 0.04 0.07 par:pre; -démonte_pneu démonte_pneu NOM m s 0.26 0.20 0.25 0.07 -démonte_pneu démonte_pneu NOM m p 0.26 0.20 0.01 0.14 -démonte démonter VER 6.83 7.77 1.40 1.01 imp:pre:2s;ind:pre:1s;ind:pre:3s; -démontent démonter VER 6.83 7.77 0.18 0.07 ind:pre:3p; -démonter démonter VER 6.83 7.77 3.44 3.11 inf; -démontez démonter VER 6.83 7.77 0.35 0.00 imp:pre:2p;ind:pre:2p; -démontra démontrer VER 7.12 12.09 0.00 0.34 ind:pas:3s; -démontrable démontrable ADJ m s 0.03 0.00 0.03 0.00 -démontrai démontrer VER 7.12 12.09 0.00 0.20 ind:pas:1s; -démontraient démontrer VER 7.12 12.09 0.01 0.27 ind:imp:3p; -démontrait démontrer VER 7.12 12.09 0.07 0.81 ind:imp:3s; -démontrant démontrer VER 7.12 12.09 0.06 0.81 par:pre; -démontre démontrer VER 7.12 12.09 1.38 1.22 imp:pre:2s;ind:pre:1s;ind:pre:3s; -démontrent démontrer VER 7.12 12.09 0.34 0.14 ind:pre:3p; -démontrer démontrer VER 7.12 12.09 3.23 5.61 inf; -démontrera démontrer VER 7.12 12.09 0.09 0.07 ind:fut:3s; -démontrerai démontrer VER 7.12 12.09 0.09 0.00 ind:fut:1s; -démontrerait démontrer VER 7.12 12.09 0.02 0.14 cnd:pre:3s; -démontrerons démontrer VER 7.12 12.09 0.04 0.00 ind:fut:1p; -démontreront démontrer VER 7.12 12.09 0.07 0.00 ind:fut:3p; -démontrez démontrer VER 7.12 12.09 0.30 0.00 imp:pre:2p;ind:pre:2p; -démontrions démontrer VER 7.12 12.09 0.01 0.07 ind:imp:1p; -démontrât démontrer VER 7.12 12.09 0.00 0.07 sub:imp:3s; -démontrèrent démontrer VER 7.12 12.09 0.00 0.20 ind:pas:3p; -démontré démontrer VER m s 7.12 12.09 1.16 1.82 par:pas; -démontrée démontrer VER f s 7.12 12.09 0.21 0.34 par:pas; -démontrées démontrer VER f p 7.12 12.09 0.03 0.00 par:pas; -démontrés démontrer VER m p 7.12 12.09 0.02 0.00 par:pas; -démonté démonter VER m s 6.83 7.77 1.10 1.35 par:pas; -démontée démonté ADJ f s 0.31 2.09 0.22 0.74 -démontées démonter VER f p 6.83 7.77 0.08 0.07 par:pas; -démontés démonter VER m p 6.83 7.77 0.06 0.27 par:pas; -démonétisé démonétiser VER m s 0.00 0.14 0.00 0.07 par:pas; -démonétisés démonétiser VER m p 0.00 0.14 0.00 0.07 par:pas; -démoralisa démoraliser VER 0.98 1.82 0.00 0.07 ind:pas:3s; -démoralisait démoraliser VER 0.98 1.82 0.00 0.14 ind:imp:3s; -démoralisant démoralisant ADJ m s 0.14 0.81 0.11 0.34 -démoralisante démoralisant ADJ f s 0.14 0.81 0.03 0.34 -démoralisants démoralisant ADJ m p 0.14 0.81 0.00 0.14 -démoralisateur démoralisateur NOM m s 0.01 0.07 0.01 0.00 -démoralisateurs démoralisateur ADJ m p 0.00 0.07 0.00 0.07 -démoralisateurs démoralisateur NOM m p 0.01 0.07 0.00 0.07 -démoralisation démoralisation NOM f s 0.30 0.61 0.30 0.61 -démoralise démoraliser VER 0.98 1.82 0.10 0.27 imp:pre:2s;ind:pre:3s; -démoralisent démoraliser VER 0.98 1.82 0.03 0.07 ind:pre:3p; -démoraliser démoraliser VER 0.98 1.82 0.34 0.47 inf; -démoraliseraient démoraliser VER 0.98 1.82 0.00 0.07 cnd:pre:3p; -démoraliserais démoraliser VER 0.98 1.82 0.00 0.07 cnd:pre:2s; -démoralisé démoraliser VER m s 0.98 1.82 0.32 0.34 par:pas; -démoralisée démoraliser VER f s 0.98 1.82 0.16 0.14 par:pas; -démoralisées démoralisé ADJ f p 0.12 0.27 0.00 0.07 -démoralisés démoraliser VER m p 0.98 1.82 0.02 0.20 par:pas; -démord démordre VER 0.49 2.57 0.05 0.27 ind:pre:3s; -démordaient démordre VER 0.49 2.57 0.01 0.07 ind:imp:3p; -démordais démordre VER 0.49 2.57 0.00 0.07 ind:imp:1s; -démordait démordre VER 0.49 2.57 0.11 0.88 ind:imp:3s; -démordent démordre VER 0.49 2.57 0.00 0.14 ind:pre:3p; -démordez démordre VER 0.49 2.57 0.02 0.07 imp:pre:2p;ind:pre:2p; -démordit démordre VER 0.49 2.57 0.00 0.07 ind:pas:3s; -démordra démordre VER 0.49 2.57 0.01 0.07 ind:fut:3s; -démordrai démordre VER 0.49 2.57 0.02 0.00 ind:fut:1s; -démordrait démordre VER 0.49 2.57 0.00 0.07 cnd:pre:3s; -démordre démordre VER 0.49 2.57 0.19 0.74 inf; -démordront démordre VER 0.49 2.57 0.00 0.07 ind:fut:3p; -démords démordre VER 0.49 2.57 0.03 0.07 imp:pre:2s;ind:pre:1s;ind:pre:2s; -démordu démordre VER m s 0.49 2.57 0.04 0.00 par:pas; -démâtait démâter VER 0.01 0.61 0.00 0.07 ind:imp:3s; -démâter démâter VER 0.01 0.61 0.01 0.00 inf; -démotique démotique ADJ f s 0.00 0.14 0.00 0.14 -démotivation démotivation NOM f s 0.01 0.00 0.01 0.00 -démotive démotiver VER 0.06 0.00 0.02 0.00 ind:pre:1s;ind:pre:3s; -démotiver démotiver VER 0.06 0.00 0.03 0.00 inf; -démotivée démotiver VER f s 0.06 0.00 0.01 0.00 par:pas; -démâté démâter VER m s 0.01 0.61 0.00 0.07 par:pas; -démâtée démâter VER f s 0.01 0.61 0.00 0.34 par:pas; -démâtés démâter VER m p 0.01 0.61 0.00 0.14 par:pas; -démoucheté démoucheter VER m s 0.14 0.07 0.14 0.07 par:pas; -démoule démouler VER 0.09 0.07 0.02 0.00 ind:pre:1s;ind:pre:3s; -démouler démouler VER 0.09 0.07 0.03 0.00 inf; -démoules démouler VER 0.09 0.07 0.01 0.00 ind:pre:2s; -démoulé démouler VER m s 0.09 0.07 0.02 0.00 par:pas; -démoulées démouler VER f p 0.09 0.07 0.00 0.07 par:pas; -dumper dumper NOM m s 0.01 0.00 0.01 0.00 -dumping dumping NOM m s 0.00 0.07 0.00 0.07 -démène démener VER 2.65 3.72 1.27 0.34 imp:pre:2s;ind:pre:1s;ind:pre:3s; -démènent démener VER 2.65 3.72 0.11 0.20 ind:pre:3p; -démèneras démener VER 2.65 3.72 0.10 0.00 ind:fut:2s; -démènes démener VER 2.65 3.72 0.14 0.00 ind:pre:2s; -démêla démêler VER 1.41 5.20 0.00 0.07 ind:pas:3s; -démêlage démêlage NOM m s 0.01 0.07 0.01 0.07 -démêlai démêler VER 1.41 5.20 0.00 0.20 ind:pas:1s; -démêlais démêler VER 1.41 5.20 0.00 0.14 ind:imp:1s; -démêlait démêler VER 1.41 5.20 0.00 0.27 ind:imp:3s; -démêlant démêlant NOM m s 0.29 0.00 0.29 0.00 -démêle démêler VER 1.41 5.20 0.17 0.41 imp:pre:2s;ind:pre:1s;ind:pre:3s; -démêlent démêler VER 1.41 5.20 0.01 0.07 ind:pre:3p; -démêler démêler VER 1.41 5.20 0.84 3.38 inf; -démêlerait démêler VER 1.41 5.20 0.00 0.07 cnd:pre:3s; -démêlions démêler VER 1.41 5.20 0.00 0.07 ind:imp:1p; -démêloir démêloir NOM m s 0.00 0.07 0.00 0.07 -démultipliaient démultiplier VER 0.18 1.01 0.00 0.07 ind:imp:3p; -démultipliait démultiplier VER 0.18 1.01 0.01 0.07 ind:imp:3s; -démultipliant démultiplier VER 0.18 1.01 0.01 0.00 par:pre; -démultiplicateur démultiplicateur NOM m s 0.00 0.07 0.00 0.07 -démultiplication démultiplication NOM f s 0.00 0.07 0.00 0.07 -démultiplie démultiplier VER 0.18 1.01 0.01 0.07 ind:pre:3s; -démultiplient démultiplier VER 0.18 1.01 0.14 0.14 ind:pre:3p; -démultiplier démultiplier VER 0.18 1.01 0.00 0.14 inf; -démultiplié démultiplier VER m s 0.18 1.01 0.01 0.27 par:pas; -démultipliée démultiplier VER f s 0.18 1.01 0.00 0.14 par:pas; -démultipliées démultiplier VER f p 0.18 1.01 0.00 0.07 par:pas; -démultipliés démultiplier VER m p 0.18 1.01 0.00 0.07 par:pas; -démêlé démêler VER m s 1.41 5.20 0.37 0.34 par:pas; -démêlées démêler VER f p 1.41 5.20 0.00 0.07 par:pas; -démêlés démêlé NOM m p 0.38 1.22 0.38 1.22 -déménage déménager VER 32.40 10.34 7.24 1.49 imp:pre:2s;ind:pre:1s;ind:pre:3s; -déménagea déménager VER 32.40 10.34 0.16 0.07 ind:pas:3s; -déménageaient déménager VER 32.40 10.34 0.01 0.14 ind:imp:3p; -déménageais déménager VER 32.40 10.34 0.12 0.14 ind:imp:1s;ind:imp:2s; -déménageait déménager VER 32.40 10.34 0.38 0.20 ind:imp:3s; -déménageant déménager VER 32.40 10.34 0.10 0.14 par:pre; -déménagement déménagement NOM m s 2.98 6.69 2.66 5.27 -déménagements déménagement NOM m p 2.98 6.69 0.32 1.42 -déménagent déménager VER 32.40 10.34 0.89 0.20 ind:pre:3p; -déménageons déménager VER 32.40 10.34 0.28 0.00 imp:pre:1p;ind:pre:1p; -déménager déménager VER 32.40 10.34 11.14 4.12 inf; -déménagera déménager VER 32.40 10.34 0.40 0.00 ind:fut:3s; -déménagerai déménager VER 32.40 10.34 0.13 0.00 ind:fut:1s; -déménageraient déménager VER 32.40 10.34 0.01 0.00 cnd:pre:3p; -déménagerais déménager VER 32.40 10.34 0.07 0.00 cnd:pre:1s;cnd:pre:2s; -déménagerait déménager VER 32.40 10.34 0.15 0.14 cnd:pre:3s; -déménageras déménager VER 32.40 10.34 0.04 0.00 ind:fut:2s; -déménagerez déménager VER 32.40 10.34 0.14 0.00 ind:fut:2p; -déménages déménager VER 32.40 10.34 1.43 0.20 ind:pre:2s; -déménageur déménageur NOM m s 1.67 3.18 0.63 1.28 -déménageurs déménageur NOM m p 1.67 3.18 1.03 1.82 -déménageuse déménageur NOM f s 1.67 3.18 0.00 0.07 -déménagez déménager VER 32.40 10.34 1.06 0.47 imp:pre:2p;ind:pre:2p; -déménagiez déménager VER 32.40 10.34 0.03 0.00 ind:imp:2p; -déménagions déménager VER 32.40 10.34 0.10 0.20 ind:imp:1p; -déménagèrent déménager VER 32.40 10.34 0.03 0.20 ind:pas:3p; -déménagé déménager VER m s 32.40 10.34 8.41 2.36 par:pas; -déménagée déménager VER f s 32.40 10.34 0.07 0.14 par:pas; -déménagés déménager VER m p 32.40 10.34 0.04 0.14 par:pas; -démuni démunir VER m s 0.51 1.76 0.27 0.54 par:pas; -démunie démuni ADJ f s 0.56 3.58 0.09 0.34 -démunies démuni ADJ f p 0.56 3.58 0.03 0.14 -démunir démunir VER 0.51 1.76 0.01 0.14 inf; -démunis démuni NOM m p 0.42 1.28 0.38 0.34 -démunissant démunir VER 0.51 1.76 0.00 0.07 par:pre; -démurge démurger VER 0.00 0.41 0.00 0.20 ind:pre:3s; -démurger démurger VER 0.00 0.41 0.00 0.20 inf; -déméritait démériter VER 0.02 0.74 0.00 0.07 ind:imp:3s; -démérite démérite NOM m s 0.04 0.20 0.04 0.14 -démériter démériter VER 0.02 0.74 0.00 0.07 inf; -démérites démérite NOM m p 0.04 0.20 0.00 0.07 -démérité démériter VER m s 0.02 0.74 0.02 0.61 par:pas; -démuseler démuseler VER 0.00 0.07 0.00 0.07 inf; -démystificateur démystificateur NOM m s 0.03 0.00 0.03 0.00 -démystification démystification NOM f s 0.10 0.07 0.10 0.00 -démystifications démystification NOM f p 0.10 0.07 0.00 0.07 -démystificatrice démystificateur ADJ f s 0.00 0.14 0.00 0.14 -démystifier démystifier VER 0.05 0.07 0.04 0.07 inf; -démystifié démystifier VER m s 0.05 0.07 0.01 0.00 par:pas; -démythifie démythifier VER 0.00 0.14 0.00 0.07 ind:pre:3s; -démythifié démythifier VER m s 0.00 0.14 0.00 0.07 par:pas; -dénanti dénantir VER m s 0.00 0.07 0.00 0.07 par:pas; -dénatalité dénatalité NOM f s 0.01 0.00 0.01 0.00 -dénaturaient dénaturer VER 0.54 1.42 0.01 0.07 ind:imp:3p; -dénaturait dénaturer VER 0.54 1.42 0.02 0.27 ind:imp:3s; -dénaturation dénaturation NOM f s 0.02 0.00 0.02 0.00 -dénature dénaturer VER 0.54 1.42 0.07 0.00 imp:pre:2s;ind:pre:3s; -dénaturent dénaturer VER 0.54 1.42 0.01 0.14 ind:pre:3p; -dénaturer dénaturer VER 0.54 1.42 0.14 0.54 inf; -dénaturé dénaturer VER m s 0.54 1.42 0.26 0.14 par:pas; -dénaturée dénaturé ADJ f s 0.44 0.88 0.21 0.27 -dénaturées dénaturé ADJ f p 0.44 0.88 0.04 0.20 -dénaturés dénaturer VER m p 0.54 1.42 0.00 0.07 par:pas; -dénazification dénazification NOM f s 0.03 0.00 0.03 0.00 -dénazifier dénazifier VER 0.01 0.00 0.01 0.00 inf; -dundee dundee NOM m s 0.00 0.07 0.00 0.07 -dune dune NOM f s 3.96 12.84 1.55 3.45 -déneigement déneigement NOM m s 0.01 0.00 0.01 0.00 -déneiger déneiger VER 0.09 0.00 0.08 0.00 inf; -déneigé déneiger VER m s 0.09 0.00 0.01 0.00 par:pas; -dénervation dénervation NOM f s 0.01 0.00 0.01 0.00 -dénervé dénerver VER m s 0.00 0.07 0.00 0.07 par:pas; -dunes dune NOM f p 3.96 12.84 2.41 9.39 -dunette dunette NOM f s 0.07 0.68 0.07 0.61 -dunettes dunette NOM f p 0.07 0.68 0.00 0.07 -déni déni NOM m s 0.84 0.41 0.78 0.27 -dénia dénier VER 0.64 1.22 0.00 0.07 ind:pas:3s; -déniaient dénier VER 0.64 1.22 0.00 0.07 ind:imp:3p; -déniaisa déniaiser VER 0.04 0.41 0.00 0.07 ind:pas:3s; -déniaisas déniaiser VER 0.04 0.41 0.00 0.07 ind:pas:2s; -déniaisement déniaisement NOM m s 0.00 0.14 0.00 0.14 -déniaiser déniaiser VER 0.04 0.41 0.04 0.00 inf; -déniaises déniaiser VER 0.04 0.41 0.00 0.07 ind:pre:2s; -déniaisé déniaiser VER m s 0.04 0.41 0.01 0.20 par:pas; -déniait dénier VER 0.64 1.22 0.00 0.27 ind:imp:3s; -déniant dénier VER 0.64 1.22 0.02 0.20 par:pre; -dénicha dénicher VER 5.07 8.78 0.02 0.41 ind:pas:3s; -dénichai dénicher VER 5.07 8.78 0.00 0.07 ind:pas:1s; -dénichaient dénicher VER 5.07 8.78 0.00 0.07 ind:imp:3p; -dénichais dénicher VER 5.07 8.78 0.14 0.20 ind:imp:1s;ind:imp:2s; -dénichait dénicher VER 5.07 8.78 0.04 0.20 ind:imp:3s; -dénichant dénicher VER 5.07 8.78 0.01 0.00 par:pre; -déniche dénicher VER 5.07 8.78 0.52 0.20 imp:pre:2s;ind:pre:1s;ind:pre:3s; -dénichent dénicher VER 5.07 8.78 0.04 0.20 ind:pre:3p; -dénicher dénicher VER 5.07 8.78 1.91 3.85 inf; -dénichera dénicher VER 5.07 8.78 0.17 0.07 ind:fut:3s; -dénicherait dénicher VER 5.07 8.78 0.01 0.07 cnd:pre:3s; -dénicheras dénicher VER 5.07 8.78 0.01 0.07 ind:fut:2s; -dénicheur dénicheur NOM m s 0.50 0.34 0.44 0.14 -dénicheurs dénicheur NOM m p 0.50 0.34 0.05 0.14 -dénicheuse dénicheur NOM f s 0.50 0.34 0.01 0.07 -dénichez dénicher VER 5.07 8.78 0.41 0.00 imp:pre:2p;ind:pre:2p; -dénichions dénicher VER 5.07 8.78 0.00 0.07 ind:imp:1p; -déniché dénicher VER m s 5.07 8.78 1.47 2.43 par:pas; -dénichée dénicher VER f s 5.07 8.78 0.23 0.41 par:pas; -dénichées dénicher VER f p 5.07 8.78 0.01 0.14 par:pas; -dénichés dénicher VER m p 5.07 8.78 0.08 0.34 par:pas; -dénie dénier VER 0.64 1.22 0.32 0.20 ind:pre:1s;ind:pre:3s; -dénier dénier VER 0.64 1.22 0.10 0.34 inf; -dénierai dénier VER 0.64 1.22 0.01 0.00 ind:fut:1s; -dénies dénier VER 0.64 1.22 0.02 0.00 ind:pre:2s; -dénigrais dénigrer VER 1.51 1.08 0.14 0.00 ind:imp:1s; -dénigrait dénigrer VER 1.51 1.08 0.00 0.20 ind:imp:3s; -dénigrant dénigrer VER 1.51 1.08 0.03 0.00 par:pre; -dénigrante dénigrant ADJ f s 0.01 0.07 0.00 0.07 -dénigre dénigrer VER 1.51 1.08 0.31 0.00 imp:pre:2s;ind:pre:1s;ind:pre:3s; -dénigrement dénigrement NOM m s 0.29 0.54 0.28 0.47 -dénigrements dénigrement NOM m p 0.29 0.54 0.01 0.07 -dénigrent dénigrer VER 1.51 1.08 0.04 0.07 ind:pre:3p; -dénigrer dénigrer VER 1.51 1.08 0.53 0.47 inf; -dénigres dénigrer VER 1.51 1.08 0.37 0.00 ind:pre:2s; -dénigreuses dénigreur NOM f p 0.00 0.07 0.00 0.07 -dénigrez dénigrer VER 1.51 1.08 0.04 0.00 imp:pre:2p;ind:pre:2p; -dénigré dénigrer VER m s 1.51 1.08 0.04 0.20 par:pas; -dénigrées dénigrer VER f p 1.51 1.08 0.00 0.14 par:pas; -dénigrés dénigrer VER m p 1.51 1.08 0.01 0.00 par:pas; -dénions dénier VER 0.64 1.22 0.14 0.07 ind:pre:1p; -dénis déni NOM m p 0.84 0.41 0.07 0.14 -dénié dénier VER m s 0.64 1.22 0.04 0.00 par:pas; -dénivellation dénivellation NOM f s 0.02 1.22 0.02 0.74 -dénivellations dénivellation NOM f p 0.02 1.22 0.00 0.47 -dénivelé dénivelé NOM m s 0.03 0.00 0.01 0.00 -dénivelés dénivelé NOM m p 0.03 0.00 0.02 0.00 -dunkerque dunkerque NOM m s 0.00 0.14 0.00 0.14 -dénombra dénombrer VER 0.53 3.31 0.00 0.54 ind:pas:3s; -dénombrables dénombrable ADJ p 0.00 0.07 0.00 0.07 -dénombrait dénombrer VER 0.53 3.31 0.02 0.27 ind:imp:3s; -dénombrant dénombrer VER 0.53 3.31 0.00 0.20 par:pre; -dénombre dénombrer VER 0.53 3.31 0.18 0.47 ind:pre:1s;ind:pre:3s; -dénombrement dénombrement NOM m s 0.00 0.47 0.00 0.41 -dénombrements dénombrement NOM m p 0.00 0.47 0.00 0.07 -dénombrent dénombrer VER 0.53 3.31 0.00 0.07 ind:pre:3p; -dénombrer dénombrer VER 0.53 3.31 0.05 0.95 inf; -dénombrez dénombrer VER 0.53 3.31 0.01 0.00 ind:pre:2p; -dénombré dénombrer VER m s 0.53 3.31 0.26 0.61 par:pas; -dénombrés dénombrer VER m p 0.53 3.31 0.00 0.20 par:pas; -dénominateur dénominateur NOM m s 0.15 0.47 0.15 0.47 -dénominatif dénominatif ADJ m s 0.01 0.00 0.01 0.00 -dénomination dénomination NOM f s 0.09 1.15 0.07 0.61 -dénominations dénomination NOM f p 0.09 1.15 0.02 0.54 -dénominer dénominer VER 0.00 0.07 0.00 0.07 inf; -dénommaient dénommer VER 0.25 0.95 0.00 0.14 ind:imp:3p; -dénommait dénommer VER 0.25 0.95 0.01 0.20 ind:imp:3s; -dénomment dénommer VER 0.25 0.95 0.00 0.07 ind:pre:3p; -dénommer dénommer VER 0.25 0.95 0.00 0.07 inf; -dénommez dénommer VER 0.25 0.95 0.01 0.00 ind:pre:2p; -dénommé dénommé NOM m s 2.67 1.49 2.67 1.49 -dénommée dénommé ADJ f s 0.85 1.22 0.37 0.41 -dénommés dénommer VER m p 0.25 0.95 0.00 0.07 par:pas; -dénonce dénoncer VER 29.57 19.05 5.50 2.43 imp:pre:2s;ind:pre:1s;ind:pre:3s; -dénoncent dénoncer VER 29.57 19.05 0.70 0.20 ind:pre:3p; -dénoncer dénoncer VER 29.57 19.05 9.83 6.08 inf; -dénoncera dénoncer VER 29.57 19.05 0.92 0.27 ind:fut:3s; -dénoncerai dénoncer VER 29.57 19.05 1.21 0.14 ind:fut:1s; -dénonceraient dénoncer VER 29.57 19.05 0.14 0.20 cnd:pre:3p; -dénoncerais dénoncer VER 29.57 19.05 0.22 0.00 cnd:pre:1s; -dénoncerait dénoncer VER 29.57 19.05 0.34 0.20 cnd:pre:3s; -dénonceras dénoncer VER 29.57 19.05 0.04 0.00 ind:fut:2s; -dénoncerez dénoncer VER 29.57 19.05 0.28 0.00 ind:fut:2p; -dénonceriez dénoncer VER 29.57 19.05 0.03 0.00 cnd:pre:2p; -dénonceront dénoncer VER 29.57 19.05 0.12 0.20 ind:fut:3p; -dénonces dénoncer VER 29.57 19.05 0.88 0.14 ind:pre:2s; -dénoncez dénoncer VER 29.57 19.05 1.05 0.07 imp:pre:2p;ind:pre:2p; -dénonciateur dénonciateur NOM m s 0.08 0.74 0.08 0.68 -dénonciation dénonciation NOM f s 0.88 2.50 0.69 1.49 -dénonciations dénonciation NOM f p 0.88 2.50 0.19 1.01 -dénonciatrice dénonciateur ADJ f s 0.02 0.00 0.02 0.00 -dénoncé dénoncer VER m s 29.57 19.05 5.78 3.24 par:pas; -dénoncée dénoncer VER f s 29.57 19.05 0.89 0.68 par:pas; -dénoncées dénoncer VER f p 29.57 19.05 0.07 0.27 par:pas; -dénoncés dénoncer VER m p 29.57 19.05 0.90 0.88 par:pas; -dénonça dénoncer VER 29.57 19.05 0.03 0.34 ind:pas:3s; -dénonçaient dénoncer VER 29.57 19.05 0.14 0.74 ind:imp:3p; -dénonçais dénoncer VER 29.57 19.05 0.03 0.07 ind:imp:1s; -dénonçait dénoncer VER 29.57 19.05 0.23 1.69 ind:imp:3s; -dénonçant dénoncer VER 29.57 19.05 0.25 1.08 par:pre; -dénonçons dénoncer VER 29.57 19.05 0.02 0.00 imp:pre:1p;ind:pre:1p; -dénonçât dénoncer VER 29.57 19.05 0.00 0.14 sub:imp:3s; -dénotaient dénoter VER 0.23 1.42 0.01 0.07 ind:imp:3p; -dénotait dénoter VER 0.23 1.42 0.00 0.54 ind:imp:3s; -dénotant dénoter VER 0.23 1.42 0.01 0.07 par:pre; -dénote dénoter VER 0.23 1.42 0.18 0.27 ind:pre:1s;ind:pre:3s; -dénotent dénoter VER 0.23 1.42 0.01 0.27 ind:pre:3p; -dénoter dénoter VER 0.23 1.42 0.00 0.07 inf; -dénoterait dénoter VER 0.23 1.42 0.00 0.07 cnd:pre:3s; -dénoté dénoter VER m s 0.23 1.42 0.02 0.07 par:pas; -dénoua dénouer VER 1.42 12.30 0.01 1.82 ind:pas:3s; -dénouaient dénouer VER 1.42 12.30 0.00 0.14 ind:imp:3p; -dénouait dénouer VER 1.42 12.30 0.00 0.74 ind:imp:3s; -dénouant dénouer VER 1.42 12.30 0.00 0.88 par:pre; -dénoue dénouer VER 1.42 12.30 0.46 1.55 imp:pre:2s;ind:pre:1s;ind:pre:3s; -dénouement dénouement NOM m s 1.34 4.05 1.31 3.78 -dénouements dénouement NOM m p 1.34 4.05 0.03 0.27 -dénouent dénouer VER 1.42 12.30 0.01 0.41 ind:pre:3p; -dénouer dénouer VER 1.42 12.30 0.62 1.96 inf; -dénouera dénouer VER 1.42 12.30 0.03 0.00 ind:fut:3s; -dénouerais dénouer VER 1.42 12.30 0.01 0.07 cnd:pre:1s; -dénouions dénouer VER 1.42 12.30 0.00 0.07 ind:imp:1p; -dénouât dénouer VER 1.42 12.30 0.00 0.07 sub:imp:3s; -dénouèrent dénouer VER 1.42 12.30 0.00 0.20 ind:pas:3p; -dénoué dénouer VER m s 1.42 12.30 0.11 1.01 par:pas; -dénouée dénouer VER f s 1.42 12.30 0.14 0.81 par:pas; -dénouées dénouer VER f p 1.42 12.30 0.00 0.34 par:pas; -dénoués dénouer VER m p 1.42 12.30 0.03 2.23 par:pas; -dénoyautait dénoyauter VER 0.00 0.20 0.00 0.07 ind:imp:3s; -dénoyauter dénoyauter VER 0.00 0.20 0.00 0.14 inf; -dénoyauteur dénoyauteur NOM m s 0.03 0.00 0.03 0.00 -dénuda dénuder VER 0.54 5.61 0.00 0.07 ind:pas:3s; -dénudaient dénuder VER 0.54 5.61 0.00 0.14 ind:imp:3p; -dénudait dénuder VER 0.54 5.61 0.00 0.81 ind:imp:3s; -dénudant dénuder VER 0.54 5.61 0.00 0.20 par:pre; -dénudation dénudation NOM f s 0.18 0.00 0.18 0.00 -dénude dénuder VER 0.54 5.61 0.05 0.88 imp:pre:2s;ind:pre:1s;ind:pre:3s; -dénudent dénuder VER 0.54 5.61 0.01 0.27 ind:pre:3p; -dénuder dénuder VER 0.54 5.61 0.08 1.01 inf; -dénudera dénuder VER 0.54 5.61 0.00 0.07 ind:fut:3s; -dénuderait dénuder VER 0.54 5.61 0.00 0.07 cnd:pre:3s; -dénudèrent dénuder VER 0.54 5.61 0.00 0.20 ind:pas:3p; -dénudé dénudé ADJ m s 0.61 4.26 0.36 1.69 -dénudée dénudé ADJ f s 0.61 4.26 0.13 1.01 -dénudées dénudé ADJ f p 0.61 4.26 0.05 0.68 -dénudés dénudé ADJ m p 0.61 4.26 0.07 0.88 -dénuement dénuement NOM m s 0.08 3.92 0.08 3.92 -dénégateurs dénégateur ADJ m p 0.00 0.07 0.00 0.07 -dénégation dénégation NOM f s 0.56 2.50 0.48 1.76 -dénégations dénégation NOM f p 0.56 2.50 0.08 0.74 -dénué dénuer VER m s 2.06 4.80 1.16 1.69 par:pas; -dénuée dénuer VER f s 2.06 4.80 0.44 1.42 par:pas; -dénuées dénuer VER f p 2.06 4.80 0.17 0.81 par:pas; -dénués dénuer VER m p 2.06 4.80 0.29 0.88 par:pas; -duo duo NOM m s 2.58 2.50 2.49 2.09 -duodi duodi NOM m s 0.00 0.07 0.00 0.07 -déodorant déodorant NOM m s 1.00 0.54 0.85 0.41 -déodorants déodorant NOM m p 1.00 0.54 0.15 0.14 -duodécimale duodécimal ADJ f s 0.00 0.07 0.00 0.07 -duodénal duodénal ADJ m s 0.03 0.00 0.01 0.00 -duodénale duodénal ADJ f s 0.03 0.00 0.01 0.00 -duodénum duodénum NOM m s 0.17 0.27 0.17 0.27 -déontologie déontologie NOM f s 0.37 0.41 0.37 0.41 -déontologique déontologique ADJ m s 0.07 0.00 0.03 0.00 -déontologiques déontologique ADJ p 0.07 0.00 0.03 0.00 -duopole duopole NOM m s 0.01 0.00 0.01 0.00 -duos duo NOM m p 2.58 2.50 0.09 0.41 -dépôt_vente dépôt_vente NOM m s 0.03 0.00 0.03 0.00 -dépôt dépôt NOM m s 13.20 11.96 11.90 8.58 -dépôts dépôt NOM m p 13.20 11.96 1.30 3.38 -dépaillée dépailler VER f s 0.00 0.20 0.00 0.14 par:pas; -dépaillées dépailler VER f p 0.00 0.20 0.00 0.07 par:pas; -dupait duper VER 4.77 2.70 0.03 0.20 ind:imp:3s; -dépannage dépannage NOM m s 1.31 1.08 1.17 1.01 -dépannages dépannage NOM m p 1.31 1.08 0.14 0.07 -dépannaient dépanner VER 3.56 2.77 0.01 0.00 ind:imp:3p; -dépannait dépanner VER 3.56 2.77 0.01 0.07 ind:imp:3s; -dépanne dépanner VER 3.56 2.77 0.49 0.20 imp:pre:2s;ind:pre:1s;ind:pre:3s; -dépannent dépanner VER 3.56 2.77 0.01 0.00 ind:pre:3p; -dépanner dépanner VER 3.56 2.77 1.95 1.96 inf;; -dépannera dépanner VER 3.56 2.77 0.16 0.14 ind:fut:3s; -dépannerais dépanner VER 3.56 2.77 0.02 0.07 cnd:pre:1s;cnd:pre:2s; -dépannerait dépanner VER 3.56 2.77 0.33 0.07 cnd:pre:3s; -dépanneriez dépanner VER 3.56 2.77 0.01 0.00 cnd:pre:2p; -dépanneront dépanner VER 3.56 2.77 0.01 0.00 ind:fut:3p; -dépanneur dépanneur NOM m s 1.84 0.68 0.57 0.41 -dépanneurs dépanneur NOM m p 1.84 0.68 0.13 0.00 -dépanneuse dépanneur NOM f s 1.84 0.68 1.13 0.20 -dépanneuses dépanneuse NOM f p 0.02 0.00 0.02 0.00 -dépannons dépanner VER 3.56 2.77 0.01 0.00 ind:pre:1p; -dépanné dépanner VER m s 3.56 2.77 0.47 0.00 par:pas; -dépannée dépanner VER f s 3.56 2.77 0.04 0.14 par:pas; -dépannés dépanner VER m p 3.56 2.77 0.03 0.14 par:pas; -dupant duper VER 4.77 2.70 0.04 0.07 par:pre; -dépaquetait dépaqueter VER 0.00 0.07 0.00 0.07 ind:imp:3s; -déparaient déparer VER 0.13 1.42 0.00 0.14 ind:imp:3p; -déparait déparer VER 0.13 1.42 0.00 0.27 ind:imp:3s; -dépare déparer VER 0.13 1.42 0.11 0.47 imp:pre:2s;ind:pre:1s;ind:pre:3s; -dépareillaient dépareiller VER 0.10 0.68 0.00 0.07 ind:imp:3p; -dépareillait dépareiller VER 0.10 0.68 0.01 0.00 ind:imp:3s; -dépareiller dépareiller VER 0.10 0.68 0.03 0.00 inf; -dépareilleraient dépareiller VER 0.10 0.68 0.00 0.07 cnd:pre:3p; -dépareillé dépareillé ADJ m s 0.11 2.03 0.01 0.14 -dépareillée dépareillé ADJ f s 0.11 2.03 0.02 0.07 -dépareillées dépareillé ADJ f p 0.11 2.03 0.04 0.95 -dépareillés dépareillé ADJ m p 0.11 2.03 0.03 0.88 -déparer déparer VER 0.13 1.42 0.01 0.27 inf; -déparerait déparer VER 0.13 1.42 0.01 0.00 cnd:pre:3s; -déparié déparier VER m s 0.00 2.09 0.00 0.95 par:pas; -dépariée déparier VER f s 0.00 2.09 0.00 0.88 par:pas; -dépariées déparier VER f p 0.00 2.09 0.00 0.07 par:pas; -dépariés déparier VER m p 0.00 2.09 0.00 0.20 par:pas; -déparlait déparler VER 0.00 0.14 0.00 0.07 ind:imp:3s; -déparler déparler VER 0.00 0.14 0.00 0.07 inf; -déparât déparer VER 0.13 1.42 0.00 0.07 sub:imp:3s; -départ départ NOM m s 68.49 123.04 67.35 116.96 -départage départager VER 0.92 0.81 0.04 0.00 ind:pre:3s; -départageant départager VER 0.92 0.81 0.01 0.00 par:pre; -départager départager VER 0.92 0.81 0.85 0.61 inf; -départagera départager VER 0.92 0.81 0.01 0.07 ind:fut:3s; -départagions départager VER 0.92 0.81 0.00 0.07 ind:imp:1p; -départagé départager VER m s 0.92 0.81 0.00 0.07 par:pas; -départait départir VER 0.67 4.19 0.00 0.47 ind:imp:3s; -département département NOM m s 15.53 12.36 14.70 8.04 -départemental départemental ADJ m s 0.13 2.03 0.02 0.74 -départementale départementale NOM f s 0.26 1.42 0.26 1.15 -départementales départemental ADJ f p 0.13 2.03 0.00 0.34 -départementaux départemental ADJ m p 0.13 2.03 0.01 0.47 -départements département NOM m p 15.53 12.36 0.83 4.32 -départent départir VER 0.67 4.19 0.00 0.07 ind:pre:3p; -départi départir VER m s 0.67 4.19 0.00 0.41 par:pas; -départie départir VER f s 0.67 4.19 0.00 0.07 par:pas; -départir départir VER 0.67 4.19 0.04 1.82 inf; -départira départir VER 0.67 4.19 0.00 0.07 ind:fut:3s; -départirent départir VER 0.67 4.19 0.00 0.14 ind:pas:3p; -départis départir VER m p 0.67 4.19 0.01 0.07 ind:pas:1s;par:pas; -départit départir VER 0.67 4.19 0.00 0.27 ind:pas:3s; -départs départ NOM m p 68.49 123.04 1.14 6.08 -déparé déparer VER m s 0.13 1.42 0.00 0.20 par:pas; -dépassa dépasser VER 42.62 78.78 0.05 3.99 ind:pas:3s; -dépassai dépasser VER 42.62 78.78 0.00 0.20 ind:pas:1s; -dépassaient dépasser VER 42.62 78.78 0.17 5.95 ind:imp:3p; -dépassais dépasser VER 42.62 78.78 0.06 0.41 ind:imp:1s;ind:imp:2s; -dépassait dépasser VER 42.62 78.78 1.08 12.84 ind:imp:3s; -dépassant dépasser VER 42.62 78.78 0.47 4.86 par:pre; -dépasse dépasser VER 42.62 78.78 14.14 12.43 imp:pre:2s;ind:pre:1s;ind:pre:3s; -dépassement dépassement NOM m s 0.55 0.61 0.49 0.41 -dépassements dépassement NOM m p 0.55 0.61 0.06 0.20 -dépassent dépasser VER 42.62 78.78 3.12 5.74 ind:pre:3p; -dépasser dépasser VER 42.62 78.78 6.12 10.27 inf; -dépassera dépasser VER 42.62 78.78 0.19 0.61 ind:fut:3s; -dépasserai dépasser VER 42.62 78.78 0.01 0.07 ind:fut:1s; -dépasseraient dépasser VER 42.62 78.78 0.00 0.07 cnd:pre:3p; -dépasserais dépasser VER 42.62 78.78 0.06 0.00 cnd:pre:1s;cnd:pre:2s; -dépasserait dépasser VER 42.62 78.78 0.41 0.54 cnd:pre:3s; -dépasseras dépasser VER 42.62 78.78 0.05 0.00 ind:fut:2s; -dépasserions dépasser VER 42.62 78.78 0.00 0.07 cnd:pre:1p; -dépasseront dépasser VER 42.62 78.78 0.20 0.14 ind:fut:3p; -dépasses dépasser VER 42.62 78.78 1.63 0.27 ind:pre:2s; -dépassez dépasser VER 42.62 78.78 1.39 0.27 imp:pre:2p;ind:pre:2p; -dépassiez dépasser VER 42.62 78.78 0.05 0.00 ind:imp:2p; -dépassionnons dépassionner VER 0.00 0.07 0.00 0.07 imp:pre:1p; -dépassions dépasser VER 42.62 78.78 0.11 0.54 ind:imp:1p; -dépassâmes dépasser VER 42.62 78.78 0.00 0.27 ind:pas:1p; -dépassons dépasser VER 42.62 78.78 0.19 0.54 imp:pre:1p;ind:pre:1p; -dépassât dépasser VER 42.62 78.78 0.00 0.41 sub:imp:3s; -dépassèrent dépasser VER 42.62 78.78 0.01 1.42 ind:pas:3p; -dépassé dépasser VER m s 42.62 78.78 10.90 12.09 par:pas; -dépassée dépasser VER f s 42.62 78.78 0.82 2.64 par:pas; -dépassées dépasser VER f p 42.62 78.78 0.39 0.47 par:pas; -dépassés dépasser VER m p 42.62 78.78 1.01 1.69 par:pas; -dépatouillait dépatouiller VER 0.05 0.41 0.00 0.07 ind:imp:3s; -dépatouille dépatouiller VER 0.05 0.41 0.00 0.14 ind:pre:1s; -dépatouiller dépatouiller VER 0.05 0.41 0.05 0.20 inf; -dépaver dépaver VER 0.00 0.07 0.00 0.07 inf; -dépaysaient dépayser VER 0.24 3.38 0.00 0.34 ind:imp:3p; -dépaysait dépayser VER 0.24 3.38 0.00 0.41 ind:imp:3s; -dépaysant dépaysant ADJ m s 0.16 0.34 0.15 0.07 -dépaysante dépaysant ADJ f s 0.16 0.34 0.00 0.20 -dépaysantes dépaysant ADJ f p 0.16 0.34 0.01 0.07 -dépayse dépayser VER 0.24 3.38 0.01 0.41 ind:pre:1s;ind:pre:3s; -dépaysement dépaysement NOM m s 0.03 3.11 0.03 2.97 -dépaysements dépaysement NOM m p 0.03 3.11 0.00 0.14 -dépayser dépayser VER 0.24 3.38 0.04 0.27 inf; -dépaysera dépayser VER 0.24 3.38 0.01 0.00 ind:fut:3s; -dépaysé dépayser VER m s 0.24 3.38 0.14 0.47 par:pas; -dépaysée dépayser VER f s 0.24 3.38 0.03 0.68 par:pas; -dépaysés dépayser VER m p 0.24 3.38 0.01 0.68 par:pas; -dupe dupe ADJ m s 2.71 8.51 2.37 7.36 -dépecer dépecer VER 1.18 2.57 0.47 0.68 inf; -dépeceur dépeceur NOM m s 0.03 0.47 0.03 0.34 -dépeceurs dépeceur NOM m p 0.03 0.47 0.00 0.14 -dépecez dépecer VER 1.18 2.57 0.02 0.00 imp:pre:2p;ind:pre:2p; -dépecèrent dépecer VER 1.18 2.57 0.00 0.14 ind:pas:3p; -dépecé dépecer VER m s 1.18 2.57 0.10 0.54 par:pas; -dépecée dépecer VER f s 1.18 2.57 0.02 0.00 par:pas; -dépecés dépecer VER m p 1.18 2.57 0.10 0.41 par:pas; -dépeignaient dépeindre VER 2.24 4.19 0.00 0.07 ind:imp:3p; -dépeignais dépeindre VER 2.24 4.19 0.00 0.07 ind:imp:1s; -dépeignait dépeindre VER 2.24 4.19 0.01 0.68 ind:imp:3s; -dépeignant dépeindre VER 2.24 4.19 0.20 0.00 par:pre; -dépeigne dépeigner VER 0.16 1.15 0.00 0.14 imp:pre:2s;ind:pre:3s; -dépeignent dépeindre VER 2.24 4.19 0.21 0.41 ind:pre:3p;ind:pre:3p;sub:pre:3p; -dépeignirent dépeindre VER 2.24 4.19 0.00 0.07 ind:pas:3p; -dépeignis dépeindre VER 2.24 4.19 0.00 0.07 ind:pas:1s; -dépeignit dépeindre VER 2.24 4.19 0.00 0.07 ind:pas:3s; -dépeigné dépeigner VER m s 0.16 1.15 0.14 0.47 par:pas; -dépeignée dépeigner VER f s 0.16 1.15 0.00 0.34 par:pas; -dépeignés dépeigner VER m p 0.16 1.15 0.00 0.20 par:pas; -dépeindre dépeindre VER 2.24 4.19 0.66 1.01 inf; -dépeins dépeindre VER 2.24 4.19 0.11 0.20 ind:pre:1s;ind:pre:2s; -dépeint dépeindre VER m s 2.24 4.19 0.79 1.15 ind:pre:3s;par:pas; -dépeinte dépeindre VER f s 2.24 4.19 0.04 0.27 par:pas; -dépeintes dépeint ADJ f p 0.26 0.41 0.11 0.07 -dépeints dépeindre VER m p 2.24 4.19 0.23 0.14 par:pas; -dépenaillement dépenaillement NOM m s 0.00 0.14 0.00 0.07 -dépenaillements dépenaillement NOM m p 0.00 0.14 0.00 0.07 -dépenaillé dépenaillé ADJ m s 0.06 1.22 0.05 0.41 -dépenaillée dépenaillé NOM f s 0.04 0.61 0.01 0.14 -dépenaillées dépenaillé ADJ f p 0.06 1.22 0.01 0.07 -dépenaillés dépenaillé ADJ m p 0.06 1.22 0.00 0.54 -dépend dépendre VER 60.33 36.49 48.30 15.20 ind:pre:3s; -dépendît dépendre VER 60.33 36.49 0.00 0.34 sub:imp:3s; -dépendaient dépendre VER 60.33 36.49 0.13 1.76 ind:imp:3p; -dépendais dépendre VER 60.33 36.49 0.04 0.34 ind:imp:1s;ind:imp:2s; -dépendait dépendre VER 60.33 36.49 1.87 7.64 ind:imp:3s; -dépendance dépendance NOM f s 2.42 5.34 2.03 3.51 -dépendances dépendance NOM f p 2.42 5.34 0.39 1.82 -dépendant dépendant ADJ m s 1.81 0.95 0.56 0.34 -dépendante dépendant ADJ f s 1.81 0.95 0.68 0.27 -dépendantes dépendant ADJ f p 1.81 0.95 0.13 0.00 -dépendants dépendant ADJ m p 1.81 0.95 0.44 0.34 -dépende dépendre VER 60.33 36.49 0.17 0.27 sub:pre:1s;sub:pre:3s; -dépendent dépendre VER 60.33 36.49 2.64 2.09 ind:pre:3p; -dépendeur dépendeur NOM m s 0.00 0.34 0.00 0.27 -dépendeurs dépendeur NOM m p 0.00 0.34 0.00 0.07 -dépendez dépendre VER 60.33 36.49 0.25 0.00 ind:pre:2p; -dépendions dépendre VER 60.33 36.49 0.01 0.07 ind:imp:1p; -dépendit dépendre VER 60.33 36.49 0.00 0.07 ind:pas:3s; -dépendons dépendre VER 60.33 36.49 0.43 0.20 imp:pre:1p;ind:pre:1p; -dépendra dépendre VER 60.33 36.49 2.05 1.22 ind:fut:3s; -dépendraient dépendre VER 60.33 36.49 0.01 0.34 cnd:pre:3p; -dépendrait dépendre VER 60.33 36.49 0.12 1.42 cnd:pre:3s; -dépendre dépendre VER 60.33 36.49 2.46 2.84 inf; -dépendrez dépendre VER 60.33 36.49 0.01 0.14 ind:fut:2p; -dépendront dépendre VER 60.33 36.49 0.07 0.61 ind:fut:3p; -dépends dépendre VER 60.33 36.49 1.18 0.20 imp:pre:2s;ind:pre:1s;ind:pre:2s; -dépendu dépendre VER m s 60.33 36.49 0.12 0.68 par:pas; -dépens dépens NOM m p 3.19 3.99 3.19 3.99 -dépensa dépenser VER 31.10 15.41 0.04 0.74 ind:pas:3s; -dépensai dépenser VER 31.10 15.41 0.00 0.14 ind:pas:1s; -dépensaient dépenser VER 31.10 15.41 0.03 0.41 ind:imp:3p; -dépensais dépenser VER 31.10 15.41 0.31 0.20 ind:imp:1s;ind:imp:2s; -dépensait dépenser VER 31.10 15.41 0.60 2.09 ind:imp:3s; -dépensant dépenser VER 31.10 15.41 0.23 0.54 par:pre; -dépense dépenser VER 31.10 15.41 4.25 1.55 imp:pre:2s;ind:pre:1s;ind:pre:3s; -dépensent dépenser VER 31.10 15.41 1.30 0.27 ind:pre:3p; -dépenser dépenser VER 31.10 15.41 8.77 5.14 inf; -dépensera dépenser VER 31.10 15.41 0.21 0.00 ind:fut:3s; -dépenserai dépenser VER 31.10 15.41 0.17 0.07 ind:fut:1s; -dépenseraient dépenser VER 31.10 15.41 0.01 0.00 cnd:pre:3p; -dépenserais dépenser VER 31.10 15.41 0.60 0.07 cnd:pre:1s;cnd:pre:2s; -dépenserait dépenser VER 31.10 15.41 0.04 0.20 cnd:pre:3s; -dépenseras dépenser VER 31.10 15.41 0.12 0.00 ind:fut:2s; -dépenserez dépenser VER 31.10 15.41 0.15 0.07 ind:fut:2p; -dépenserions dépenser VER 31.10 15.41 0.02 0.07 cnd:pre:1p; -dépenseront dépenser VER 31.10 15.41 0.06 0.00 ind:fut:3p; -dépenses dépense NOM f p 7.11 8.72 5.29 5.07 -dépensez dépenser VER 31.10 15.41 1.29 0.07 imp:pre:2p;ind:pre:2p; -dépensier dépensier ADJ m s 0.17 0.68 0.10 0.27 -dépensiers dépensier ADJ m p 0.17 0.68 0.02 0.07 -dépensiez dépenser VER 31.10 15.41 0.04 0.00 ind:imp:2p; -dépensière dépensier ADJ f s 0.17 0.68 0.05 0.34 -dépensons dépenser VER 31.10 15.41 0.12 0.07 imp:pre:1p;ind:pre:1p; -dépensé dépenser VER m s 31.10 15.41 10.64 2.36 par:pas; -dépensée dépenser VER f s 31.10 15.41 0.11 0.47 par:pas; -dépensées dépenser VER f p 31.10 15.41 0.06 0.41 par:pas; -dépensés dépenser VER m p 31.10 15.41 0.56 0.27 par:pas; -dupent duper VER 4.77 2.70 0.06 0.00 ind:pre:3p; -duper duper VER 4.77 2.70 1.96 1.35 inf; -dupera duper VER 4.77 2.70 0.04 0.00 ind:fut:3s; -duperas duper VER 4.77 2.70 0.03 0.00 ind:fut:2s; -déperdition déperdition NOM f s 0.05 0.34 0.04 0.34 -déperditions déperdition NOM f p 0.05 0.34 0.01 0.00 -duperie duperie NOM f s 0.43 0.88 0.26 0.81 -duperies duperie NOM f p 0.43 0.88 0.17 0.07 -dépersonnalisation dépersonnalisation NOM f s 0.02 0.00 0.02 0.00 -dépersonnaliser dépersonnaliser VER 0.03 0.14 0.01 0.14 inf; -dépersonnalisé dépersonnaliser VER m s 0.03 0.14 0.02 0.00 par:pas; -dépersonnalisée dépersonnalisé ADJ f s 0.00 0.07 0.00 0.07 -dupes dupe NOM f p 1.01 1.28 0.66 0.41 -dépeçage dépeçage NOM m s 0.01 0.34 0.01 0.34 -dépeçaient dépecer VER 1.18 2.57 0.00 0.14 ind:imp:3p; -dépeçait dépecer VER 1.18 2.57 0.03 0.00 ind:imp:3s; -dépeçant dépecer VER 1.18 2.57 0.00 0.14 par:pre; -dépeuplait dépeupler VER 0.41 1.28 0.00 0.07 ind:imp:3s; -dépeuple dépeupler VER 0.41 1.28 0.14 0.20 ind:pre:3s; -dépeuplent dépeupler VER 0.41 1.28 0.00 0.07 ind:pre:3p; -dépeupler dépeupler VER 0.41 1.28 0.02 0.27 inf; -dépeuplera dépeupler VER 0.41 1.28 0.00 0.07 ind:fut:3s; -dépeuplé dépeupler VER m s 0.41 1.28 0.14 0.34 par:pas; -dépeuplée dépeupler VER f s 0.41 1.28 0.10 0.14 par:pas; -dépeuplées dépeuplé ADJ f p 0.00 0.61 0.00 0.07 -dépeuplés dépeupler VER m p 0.41 1.28 0.01 0.14 par:pas; -dupeur dupeur NOM m s 0.01 0.00 0.01 0.00 -dupez duper VER 4.77 2.70 0.14 0.00 imp:pre:2p;ind:pre:2p; -déphasage déphasage NOM m s 0.16 0.00 0.16 0.00 -déphase déphaser VER 0.20 0.20 0.01 0.00 ind:pre:3s; -déphaseurs déphaseur NOM m p 0.01 0.00 0.01 0.00 -déphasé déphasé ADJ m s 0.28 0.20 0.25 0.00 -déphasée déphaser VER f s 0.20 0.20 0.05 0.00 par:pas; -déphasés déphasé ADJ m p 0.28 0.20 0.02 0.07 -dépiautaient dépiauter VER 0.10 2.03 0.00 0.07 ind:imp:3p; -dépiautait dépiauter VER 0.10 2.03 0.00 0.27 ind:imp:3s; -dépiautant dépiauter VER 0.10 2.03 0.00 0.07 par:pre; -dépiaute dépiauter VER 0.10 2.03 0.01 0.34 imp:pre:2s;ind:pre:1s;ind:pre:3s; -dépiautent dépiauter VER 0.10 2.03 0.01 0.00 ind:pre:3p; -dépiauter dépiauter VER 0.10 2.03 0.06 0.74 inf; -dépiautera dépiauter VER 0.10 2.03 0.01 0.00 ind:fut:3s; -dépiautèrent dépiauter VER 0.10 2.03 0.00 0.07 ind:pas:3p; -dépiauté dépiauter VER m s 0.10 2.03 0.00 0.34 par:pas; -dépiautés dépiauter VER m p 0.10 2.03 0.01 0.14 par:pas; -dépieute dépieuter VER 0.01 0.07 0.01 0.07 ind:pre:1s;ind:pre:3s; -dépigmentation dépigmentation NOM f s 0.01 0.07 0.01 0.07 -dépigmenté dépigmenter VER m s 0.01 0.14 0.00 0.07 par:pas; -dépigmentés dépigmenter VER m p 0.01 0.14 0.01 0.07 par:pas; -dépilatoire dépilatoire ADJ s 0.04 0.07 0.04 0.07 -dépiler dépiler VER 0.00 0.07 0.00 0.07 inf; -dépiquage dépiquage NOM m s 0.00 0.20 0.00 0.20 -dépique dépiquer VER 0.00 0.27 0.00 0.14 ind:pre:3s; -dépiquer dépiquer VER 0.00 0.27 0.00 0.07 inf; -dépiqués dépiquer VER m p 0.00 0.27 0.00 0.07 par:pas; -dépistage dépistage NOM m s 0.76 0.47 0.75 0.34 -dépistages dépistage NOM m p 0.76 0.47 0.01 0.14 -dépistait dépister VER 0.20 1.15 0.00 0.20 ind:imp:3s; -dépistant dépister VER 0.20 1.15 0.00 0.07 par:pre; -dépiste dépister VER 0.20 1.15 0.02 0.20 ind:pre:3s; -dépister dépister VER 0.20 1.15 0.14 0.54 inf; -dépisté dépister VER m s 0.20 1.15 0.04 0.14 par:pas; -dépit dépit NOM m s 5.82 44.12 5.82 44.12 -dépita dépiter VER 0.12 1.15 0.00 0.20 ind:pas:3s; -dépitait dépiter VER 0.12 1.15 0.00 0.14 ind:imp:3s; -dépiter dépiter VER 0.12 1.15 0.10 0.00 inf; -dépité dépité ADJ m s 0.05 1.62 0.05 0.95 -dépitée dépiter VER f s 0.12 1.15 0.01 0.41 par:pas; -dépités dépité ADJ m p 0.05 1.62 0.00 0.20 -déplût déplaire VER 12.23 20.61 0.00 0.14 sub:imp:3s; -déplaît déplaire VER 12.23 20.61 5.08 4.32 ind:pre:3s; -déplace déplacer VER 38.63 46.82 7.79 6.22 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -déplacement déplacement NOM m s 5.03 11.49 3.38 6.15 -déplacements déplacement NOM m p 5.03 11.49 1.64 5.34 -déplacent déplacer VER 38.63 46.82 2.30 2.30 ind:pre:3p; -déplacer déplacer VER 38.63 46.82 13.40 11.08 inf;; -déplacera déplacer VER 38.63 46.82 0.22 0.20 ind:fut:3s; -déplacerai déplacer VER 38.63 46.82 0.39 0.00 ind:fut:1s; -déplaceraient déplacer VER 38.63 46.82 0.00 0.27 cnd:pre:3p; -déplacerait déplacer VER 38.63 46.82 0.03 0.20 cnd:pre:3s; -déplaceras déplacer VER 38.63 46.82 0.02 0.00 ind:fut:2s; -déplacerez déplacer VER 38.63 46.82 0.03 0.00 ind:fut:2p; -déplacerons déplacer VER 38.63 46.82 0.13 0.07 ind:fut:1p; -déplaceront déplacer VER 38.63 46.82 0.03 0.00 ind:fut:3p; -déplaces déplacer VER 38.63 46.82 0.68 0.07 ind:pre:2s; -déplacez déplacer VER 38.63 46.82 1.69 0.07 imp:pre:2p;ind:pre:2p; -déplaciez déplacer VER 38.63 46.82 0.07 0.07 ind:imp:2p; -déplacions déplacer VER 38.63 46.82 0.00 0.20 ind:imp:1p; -déplacèrent déplacer VER 38.63 46.82 0.01 0.61 ind:pas:3p; -déplacé déplacer VER m s 38.63 46.82 5.99 3.99 par:pas; -déplacée déplacer VER f s 38.63 46.82 1.46 1.76 par:pas; -déplacées déplacé ADJ f p 2.87 3.92 0.40 0.54 -déplacés déplacer VER m p 38.63 46.82 1.40 0.88 par:pas; -déplaira déplaire VER 12.23 20.61 0.27 0.07 ind:fut:3s; -déplairaient déplaire VER 12.23 20.61 0.03 0.00 cnd:pre:3p; -déplairait déplaire VER 12.23 20.61 0.79 0.68 cnd:pre:3s; -déplaire déplaire VER 12.23 20.61 1.52 4.26 inf; -déplairont déplaire VER 12.23 20.61 0.14 0.00 ind:fut:3p; -déplais déplaire VER 12.23 20.61 0.74 0.14 ind:pre:1s;ind:pre:2s; -déplaisaient déplaire VER 12.23 20.61 0.10 0.68 ind:imp:3p; -déplaisais déplaire VER 12.23 20.61 0.02 0.20 ind:imp:1s; -déplaisait déplaire VER 12.23 20.61 0.34 4.86 ind:imp:3s; -déplaisant déplaisant ADJ m s 3.34 5.47 1.81 2.50 -déplaisante déplaisant ADJ f s 3.34 5.47 1.00 2.09 -déplaisantes déplaisant ADJ f p 3.34 5.47 0.37 0.54 -déplaisants déplaisant ADJ m p 3.34 5.47 0.16 0.34 -déplaise déplaire VER 12.23 20.61 0.88 0.68 sub:pre:1s;sub:pre:3s; -déplaisent déplaire VER 12.23 20.61 0.86 0.41 ind:pre:3p; -déplaisez déplaire VER 12.23 20.61 0.05 0.00 ind:pre:2p; -déplaisiez déplaire VER 12.23 20.61 0.10 0.07 ind:imp:2p; -déplaisir déplaisir NOM m s 1.29 1.96 1.03 1.82 -déplaisirs déplaisir NOM m p 1.29 1.96 0.27 0.14 -déplanque déplanquer VER 0.00 0.14 0.00 0.14 ind:pre:3s; -déplantoir déplantoir NOM m s 0.04 0.00 0.04 0.00 -déplantèrent déplanter VER 0.00 0.07 0.00 0.07 ind:pas:3p; -déplaça déplacer VER 38.63 46.82 0.14 3.04 ind:pas:3s; -déplaçai déplacer VER 38.63 46.82 0.00 0.41 ind:pas:1s; -déplaçaient déplacer VER 38.63 46.82 0.11 2.64 ind:imp:3p; -déplaçais déplacer VER 38.63 46.82 0.30 0.27 ind:imp:1s;ind:imp:2s; -déplaçait déplacer VER 38.63 46.82 1.01 7.23 ind:imp:3s; -déplaçant déplacer VER 38.63 46.82 0.77 4.59 par:pre; -déplaçons déplacer VER 38.63 46.82 0.44 0.20 imp:pre:1p;ind:pre:1p; -déplaçât déplacer VER 38.63 46.82 0.00 0.14 sub:imp:3s; -duplex duplex NOM m 0.41 1.35 0.41 1.35 -déplia déplier VER 0.89 19.46 0.00 4.12 ind:pas:3s; -dépliable dépliable ADJ m s 0.00 0.07 0.00 0.07 -dépliai déplier VER 0.89 19.46 0.00 0.68 ind:pas:1s; -dépliaient déplier VER 0.89 19.46 0.00 0.54 ind:imp:3p; -dépliais déplier VER 0.89 19.46 0.00 0.14 ind:imp:1s; -dépliait déplier VER 0.89 19.46 0.20 2.09 ind:imp:3s; -dépliant dépliant NOM m s 0.47 1.69 0.36 1.15 -dépliante dépliant ADJ f s 0.04 0.34 0.02 0.14 -dépliants dépliant NOM m p 0.47 1.69 0.11 0.54 -duplicata duplicata NOM m 0.08 0.41 0.08 0.41 -duplicate duplicate NOM m s 0.03 0.00 0.03 0.00 -duplicateur duplicateur NOM m s 0.23 0.14 0.03 0.14 -duplicateurs duplicateur NOM m p 0.23 0.14 0.21 0.00 -duplication duplication NOM f s 0.19 0.47 0.19 0.47 -duplice duplice NOM f s 0.01 0.14 0.01 0.14 -duplicité duplicité NOM f s 0.30 1.28 0.30 1.28 -déplie déplier VER 0.89 19.46 0.27 2.16 imp:pre:2s;ind:pre:1s;ind:pre:3s; -dépliement dépliement NOM m s 0.00 0.14 0.00 0.14 -déplient déplier VER 0.89 19.46 0.00 0.61 ind:pre:3p; -déplier déplier VER 0.89 19.46 0.16 2.43 inf; -déplies déplier VER 0.89 19.46 0.01 0.07 ind:pre:2s; -dépliâmes déplier VER 0.89 19.46 0.00 0.14 ind:pas:1p; -déplions déplier VER 0.89 19.46 0.00 0.14 imp:pre:1p;ind:pre:1p; -dupliquer dupliquer VER 0.31 0.00 0.13 0.00 inf; -dupliqué dupliquer VER m s 0.31 0.00 0.13 0.00 par:pas; -dupliqués dupliquer VER m p 0.31 0.00 0.05 0.00 par:pas; -déplissa déplisser VER 0.01 0.68 0.00 0.07 ind:pas:3s; -déplissaient déplisser VER 0.01 0.68 0.00 0.14 ind:imp:3p; -déplissait déplisser VER 0.01 0.68 0.00 0.27 ind:imp:3s; -déplisse déplisser VER 0.01 0.68 0.00 0.07 ind:pre:3s; -déplissent déplisser VER 0.01 0.68 0.00 0.07 ind:pre:3p; -déplisser déplisser VER 0.01 0.68 0.01 0.07 inf; -déplièrent déplier VER 0.89 19.46 0.00 0.27 ind:pas:3p; -déplié déplier VER m s 0.89 19.46 0.06 3.31 par:pas; -dépliée déplier VER f s 0.89 19.46 0.00 1.08 par:pas; -dépliées déplier VER f p 0.89 19.46 0.03 0.34 par:pas; -dépliés déplier VER m p 0.89 19.46 0.01 0.47 par:pas; -déploie déployer VER 7.09 30.27 0.94 5.27 imp:pre:2s;ind:pre:1s;ind:pre:3s; -déploiement déploiement NOM m s 1.25 3.04 1.20 2.43 -déploiements déploiement NOM m p 1.25 3.04 0.05 0.61 -déploient déployer VER 7.09 30.27 0.34 1.42 ind:pre:3p; -déploiera déployer VER 7.09 30.27 0.04 0.14 ind:fut:3s; -déploierai déployer VER 7.09 30.27 0.00 0.14 ind:fut:1s; -déploieraient déployer VER 7.09 30.27 0.00 0.07 cnd:pre:3p; -déploierait déployer VER 7.09 30.27 0.00 0.07 cnd:pre:3s; -déploieras déployer VER 7.09 30.27 0.00 0.07 ind:fut:2s; -déploierez déployer VER 7.09 30.27 0.03 0.00 ind:fut:2p; -déploierons déployer VER 7.09 30.27 0.02 0.14 ind:fut:1p; -déploieront déployer VER 7.09 30.27 0.02 0.14 ind:fut:3p; -déploies déployer VER 7.09 30.27 0.05 0.00 ind:pre:2s; -déplombé déplomber VER m s 0.00 0.07 0.00 0.07 par:pas; -déplora déplorer VER 2.53 8.04 0.01 0.41 ind:pas:3s; -déplorable déplorable ADJ s 1.52 5.14 1.29 3.99 -déplorablement déplorablement ADV 0.01 0.41 0.01 0.41 -déplorables déplorable ADJ p 1.52 5.14 0.23 1.15 -déplorai déplorer VER 2.53 8.04 0.00 0.20 ind:pas:1s; -déploraient déplorer VER 2.53 8.04 0.00 0.20 ind:imp:3p; -déplorais déplorer VER 2.53 8.04 0.01 0.34 ind:imp:1s; -déplorait déplorer VER 2.53 8.04 0.01 1.35 ind:imp:3s; -déplorant déplorer VER 2.53 8.04 0.01 0.74 par:pre; -déploration déploration NOM f s 0.00 0.20 0.00 0.20 -déplore déplorer VER 2.53 8.04 1.61 1.69 imp:pre:2s;ind:pre:1s;ind:pre:3s; -déplorent déplorer VER 2.53 8.04 0.27 0.27 ind:pre:3p; -déplorer déplorer VER 2.53 8.04 0.17 1.49 inf; -déplorerais déplorer VER 2.53 8.04 0.02 0.27 cnd:pre:1s; -déplorerait déplorer VER 2.53 8.04 0.01 0.07 cnd:pre:3s; -déplorerons déplorer VER 2.53 8.04 0.00 0.07 ind:fut:1p; -déplorez déplorer VER 2.53 8.04 0.01 0.14 imp:pre:2p;ind:pre:2p; -déplorions déplorer VER 2.53 8.04 0.00 0.07 ind:imp:1p; -déplorons déplorer VER 2.53 8.04 0.27 0.07 ind:pre:1p; -déplorèrent déplorer VER 2.53 8.04 0.00 0.07 ind:pas:3p; -déploré déplorer VER m s 2.53 8.04 0.13 0.47 par:pas; -déplorée déplorer VER f s 2.53 8.04 0.00 0.07 par:pas; -déplorés déplorer VER m p 2.53 8.04 0.00 0.07 par:pas; -déplâtré déplâtrer VER m s 0.01 0.07 0.01 0.07 par:pas; -déploya déployer VER 7.09 30.27 0.03 1.69 ind:pas:3s; -déployaient déployer VER 7.09 30.27 0.01 2.03 ind:imp:3p; -déployais déployer VER 7.09 30.27 0.00 0.07 ind:imp:1s; -déployait déployer VER 7.09 30.27 0.13 3.78 ind:imp:3s; -déployant déployer VER 7.09 30.27 0.20 1.69 par:pre; -déployasse déployer VER 7.09 30.27 0.00 0.07 sub:imp:1s; -déployer déployer VER 7.09 30.27 1.81 6.01 inf; -déployez déployer VER 7.09 30.27 1.67 0.07 imp:pre:2p;ind:pre:2p; -déployions déployer VER 7.09 30.27 0.00 0.14 ind:imp:1p; -déployons déployer VER 7.09 30.27 0.08 0.14 imp:pre:1p;ind:pre:1p; -déployât déployer VER 7.09 30.27 0.00 0.07 sub:imp:3s; -déployèrent déployer VER 7.09 30.27 0.01 0.27 ind:pas:3p; -déployé déployer VER m s 7.09 30.27 0.94 2.77 par:pas; -déployée déployer VER f s 7.09 30.27 0.24 2.03 par:pas; -déployées déployé ADJ f p 0.80 5.41 0.32 1.49 -déployés déployer VER m p 7.09 30.27 0.33 1.55 par:pas; -déplu déplaire VER m s 12.23 20.61 1.23 2.50 par:pas; -déplumait déplumer VER 0.17 0.47 0.00 0.07 ind:imp:3s; -déplume déplumer VER 0.17 0.47 0.11 0.07 ind:pre:1s;ind:pre:3s; -déplumer déplumer VER 0.17 0.47 0.02 0.07 inf; -déplumé déplumé ADJ m s 0.33 1.55 0.16 1.15 -déplumée déplumé ADJ f s 0.33 1.55 0.16 0.00 -déplumés déplumé ADJ m p 0.33 1.55 0.02 0.41 -déplurent déplaire VER 12.23 20.61 0.00 0.20 ind:pas:3p; -déplut déplaire VER 12.23 20.61 0.01 1.01 ind:pas:3s; -dépoile dépoiler VER 0.06 0.34 0.03 0.00 ind:pre:1s; -dépoiler dépoiler VER 0.06 0.34 0.03 0.00 inf; -dépoilé dépoiler VER m s 0.06 0.34 0.00 0.14 par:pas; -dépoilée dépoiler VER f s 0.06 0.34 0.00 0.07 par:pas; -dépoilées dépoiler VER f p 0.06 0.34 0.00 0.14 par:pas; -dépointées dépointer VER f p 0.00 0.07 0.00 0.07 par:pas; -dépoitraillé dépoitraillé ADJ m s 0.02 0.68 0.02 0.27 -dépoitraillée dépoitraillé ADJ f s 0.02 0.68 0.00 0.20 -dépoitraillées dépoitraillé ADJ f p 0.02 0.68 0.00 0.07 -dépoitraillés dépoitraillé ADJ m p 0.02 0.68 0.00 0.14 -dépoli dépoli ADJ m s 0.01 2.30 0.01 1.15 -dépolie dépoli ADJ f s 0.01 2.30 0.00 0.34 -dépolies dépoli ADJ f p 0.01 2.30 0.00 0.47 -dépolis dépoli ADJ m p 0.01 2.30 0.00 0.34 -dépolissait dépolir VER 0.01 0.95 0.00 0.07 ind:imp:3s; -dépolit dépolir VER 0.01 0.95 0.01 0.07 ind:pre:3s; -dépolitisant dépolitiser VER 0.10 0.07 0.00 0.07 par:pre; -dépolitisé dépolitiser VER m s 0.10 0.07 0.10 0.00 par:pas; -dépolluer dépolluer VER 0.04 0.00 0.04 0.00 inf; -dépollution dépollution NOM f s 0.03 0.00 0.03 0.00 -dupons duper VER 4.77 2.70 0.01 0.07 ind:pre:1p; -dépopulation dépopulation NOM f s 0.00 0.07 0.00 0.07 -déport déport NOM m s 0.00 0.14 0.00 0.14 -déporta déporter VER 2.75 4.26 0.00 0.20 ind:pas:3s; -déportaient déporter VER 2.75 4.26 0.01 0.07 ind:imp:3p; -déportais déporter VER 2.75 4.26 0.01 0.07 ind:imp:1s; -déportait déporter VER 2.75 4.26 0.00 0.14 ind:imp:3s; -déportant déporter VER 2.75 4.26 0.01 0.07 par:pre; -déportation déportation NOM f s 1.58 2.23 1.52 2.03 -déportations déportation NOM f p 1.58 2.23 0.06 0.20 -déporte déporter VER 2.75 4.26 0.36 0.14 ind:pre:1s;ind:pre:3s; -déportements déportement NOM m p 0.27 0.07 0.27 0.07 -déporter déporter VER 2.75 4.26 0.95 0.61 inf; -déporteront déporter VER 2.75 4.26 0.02 0.00 ind:fut:3p; -déportez déporter VER 2.75 4.26 0.01 0.00 imp:pre:2p; -déporté déporter VER m s 2.75 4.26 0.91 1.49 par:pas; -déportée déporter VER f s 2.75 4.26 0.08 0.61 par:pas; -déportées déporter VER f p 2.75 4.26 0.01 0.07 par:pas; -déportés déporté NOM m p 2.38 5.74 2.14 4.66 -déposa déposer VER 53.09 62.70 0.19 10.20 ind:pas:3s; -déposai déposer VER 53.09 62.70 0.14 1.08 ind:pas:1s; -déposaient déposer VER 53.09 62.70 0.01 1.42 ind:imp:3p; -déposais déposer VER 53.09 62.70 0.53 0.61 ind:imp:1s;ind:imp:2s; -déposait déposer VER 53.09 62.70 0.32 4.05 ind:imp:3s; -déposant déposer VER 53.09 62.70 0.33 1.55 par:pre; -dépose déposer VER 53.09 62.70 16.14 7.97 imp:pre:2s;ind:pre:1s;ind:pre:3s; -déposent déposer VER 53.09 62.70 0.48 0.81 ind:pre:3p; -déposer déposer VER 53.09 62.70 15.03 13.24 ind:pre:2p;inf; -déposera déposer VER 53.09 62.70 0.44 0.68 ind:fut:3s; -déposerai déposer VER 53.09 62.70 0.60 0.14 ind:fut:1s; -déposeraient déposer VER 53.09 62.70 0.00 0.14 cnd:pre:3p; -déposerais déposer VER 53.09 62.70 0.15 0.07 cnd:pre:1s;cnd:pre:2s; -déposerait déposer VER 53.09 62.70 0.06 0.34 cnd:pre:3s; -déposeras déposer VER 53.09 62.70 0.18 0.20 ind:fut:2s; -déposerez déposer VER 53.09 62.70 0.28 0.07 ind:fut:2p; -déposerions déposer VER 53.09 62.70 0.00 0.07 cnd:pre:1p; -déposerons déposer VER 53.09 62.70 0.05 0.07 ind:fut:1p; -déposeront déposer VER 53.09 62.70 0.32 0.14 ind:fut:3p; -déposes déposer VER 53.09 62.70 1.09 0.20 ind:pre:2s; -déposez déposer VER 53.09 62.70 4.06 0.54 imp:pre:2p;ind:pre:2p; -déposiez déposer VER 53.09 62.70 0.02 0.00 ind:imp:2p; -déposions déposer VER 53.09 62.70 0.04 0.14 ind:imp:1p; -dépositaire dépositaire NOM s 0.36 2.36 0.23 1.96 -dépositaires dépositaire NOM p 0.36 2.36 0.14 0.41 -déposition déposition NOM f s 11.25 2.43 9.66 1.82 -dépositions déposition NOM f p 11.25 2.43 1.59 0.61 -déposâmes déposer VER 53.09 62.70 0.01 0.20 ind:pas:1p; -déposons déposer VER 53.09 62.70 0.10 0.20 imp:pre:1p;ind:pre:1p; -déposât déposer VER 53.09 62.70 0.00 0.07 sub:imp:3s; -dépossession dépossession NOM f s 0.00 1.22 0.00 1.22 -dépossède déposséder VER 0.83 2.97 0.02 0.00 ind:pre:1s;ind:pre:3s; -dépossédais déposséder VER 0.83 2.97 0.00 0.07 ind:imp:1s; -dépossédait déposséder VER 0.83 2.97 0.00 0.14 ind:imp:3s; -déposséder déposséder VER 0.83 2.97 0.08 0.61 inf; -dépossédé déposséder VER m s 0.83 2.97 0.21 1.28 par:pas; -dépossédée déposséder VER f s 0.83 2.97 0.31 0.27 par:pas; -dépossédées déposséder VER f p 0.83 2.97 0.00 0.20 par:pas; -dépossédés déposséder VER m p 0.83 2.97 0.21 0.41 par:pas; -déposèrent déposer VER 53.09 62.70 0.04 0.88 ind:pas:3p; -déposé déposer VER m s 53.09 62.70 8.73 10.34 par:pas; -déposée déposer VER f s 53.09 62.70 2.34 3.58 par:pas; -déposées déposer VER f p 53.09 62.70 0.60 1.35 par:pas; -déposés déposer VER m p 53.09 62.70 0.81 2.36 par:pas; -dépote dépoter VER 0.23 0.27 0.15 0.14 imp:pre:2s;ind:pre:3s; -dépotent dépoter VER 0.23 0.27 0.00 0.07 ind:pre:3p; -dépoter dépoter VER 0.23 0.27 0.07 0.00 inf; -dépotoir dépotoir NOM m s 1.22 1.82 1.22 1.82 -dépoté dépoter VER m s 0.23 0.27 0.01 0.07 par:pas; -dépoudrer dépoudrer VER 0.01 0.00 0.01 0.00 inf; -dépouilla dépouiller VER 4.54 20.54 0.03 0.68 ind:pas:3s; -dépouillage dépouillage NOM m s 0.01 0.00 0.01 0.00 -dépouillaient dépouiller VER 4.54 20.54 0.02 0.95 ind:imp:3p; -dépouillais dépouiller VER 4.54 20.54 0.00 0.20 ind:imp:1s; -dépouillait dépouiller VER 4.54 20.54 0.03 1.15 ind:imp:3s; -dépouillant dépouiller VER 4.54 20.54 0.01 0.61 par:pre; -dépouille dépouille NOM f s 1.94 6.62 1.69 5.00 -dépouillement dépouillement NOM m s 0.17 2.64 0.17 2.50 -dépouillements dépouillement NOM m p 0.17 2.64 0.00 0.14 -dépouillent dépouiller VER 4.54 20.54 0.08 0.47 ind:pre:3p; -dépouiller dépouiller VER 4.54 20.54 2.07 5.14 inf; -dépouillera dépouiller VER 4.54 20.54 0.01 0.00 ind:fut:3s; -dépouillerais dépouiller VER 4.54 20.54 0.01 0.00 cnd:pre:1s; -dépouillerait dépouiller VER 4.54 20.54 0.00 0.07 cnd:pre:3s; -dépouillerez dépouiller VER 4.54 20.54 0.01 0.00 ind:fut:2p; -dépouilles dépouille NOM f p 1.94 6.62 0.25 1.62 -dépouillez dépouiller VER 4.54 20.54 0.05 0.00 imp:pre:2p;ind:pre:2p; -dépouillons dépouiller VER 4.54 20.54 0.02 0.07 imp:pre:1p; -dépouillât dépouiller VER 4.54 20.54 0.00 0.07 sub:imp:3s; -dépouillèrent dépouiller VER 4.54 20.54 0.14 0.14 ind:pas:3p; -dépouillé dépouiller VER m s 4.54 20.54 0.90 4.59 par:pas; -dépouillée dépouiller VER f s 4.54 20.54 0.31 2.43 par:pas; -dépouillées dépouiller VER f p 4.54 20.54 0.01 0.41 par:pas; -dépouillés dépouillé ADJ m p 0.94 3.04 0.66 0.61 -dépourvu dépourvu ADJ m s 1.10 4.32 1.00 2.03 -dépourvue dépourvoir VER f s 1.71 12.36 0.73 4.12 par:pas; -dépourvues dépourvoir VER f p 1.71 12.36 0.12 1.22 par:pas; -dépourvus dépourvu ADJ m p 1.10 4.32 0.09 1.82 -dépoussière dépoussiérer VER 0.78 0.27 0.02 0.07 imp:pre:2s;ind:pre:1s;ind:pre:3s; -dépoussiérage dépoussiérage NOM m s 0.01 0.07 0.01 0.07 -dépoussiéraient dépoussiérer VER 0.78 0.27 0.00 0.07 ind:imp:3p; -dépoussiérant dépoussiérer VER 0.78 0.27 0.14 0.00 par:pre; -dépoussiérer dépoussiérer VER 0.78 0.27 0.45 0.14 inf; -dépoussiérez dépoussiérer VER 0.78 0.27 0.03 0.00 imp:pre:2p; -dépoussiéré dépoussiérer VER m s 0.78 0.27 0.14 0.00 par:pas; -dépoétisent dépoétiser VER 0.00 0.07 0.00 0.07 ind:pre:3p; -dépravation dépravation NOM f s 0.61 0.95 0.56 0.61 -dépravations dépravation NOM f p 0.61 0.95 0.05 0.34 -dépraver dépraver VER 0.48 0.14 0.06 0.00 inf; -dépravons dépraver VER 0.48 0.14 0.01 0.00 ind:pre:1p; -dépravé dépravé NOM m s 1.07 0.47 0.63 0.34 -dépravée dépravé ADJ f s 1.24 0.68 0.30 0.00 -dépravées dépravé ADJ f p 1.24 0.68 0.32 0.07 -dépravés dépravé NOM m p 1.07 0.47 0.29 0.07 -déprenais déprendre VER 0.01 2.03 0.00 0.14 ind:imp:1s; -déprenait déprendre VER 0.01 2.03 0.00 0.07 ind:imp:3s; -déprend déprendre VER 0.01 2.03 0.01 0.07 ind:pre:3s; -déprendre déprendre VER 0.01 2.03 0.00 0.74 inf; -déprendront déprendre VER 0.01 2.03 0.00 0.07 ind:fut:3p; -dépressif dépressif ADJ m s 1.83 0.74 1.11 0.34 -dépressifs dépressif ADJ m p 1.83 0.74 0.17 0.14 -dépression dépression NOM f s 10.41 8.38 10.10 7.36 -dépressionnaire dépressionnaire ADJ m s 0.03 0.07 0.03 0.07 -dépressions dépression NOM f p 10.41 8.38 0.32 1.01 -dépressive dépressif ADJ f s 1.83 0.74 0.49 0.20 -dépressives dépressif ADJ f p 1.83 0.74 0.05 0.07 -dépressurisait dépressuriser VER 0.33 0.00 0.01 0.00 ind:imp:3s; -dépressurisation dépressurisation NOM f s 0.36 0.14 0.36 0.14 -dépressurise dépressuriser VER 0.33 0.00 0.03 0.00 ind:pre:3s; -dépressuriser dépressuriser VER 0.33 0.00 0.14 0.00 inf; -dépressurisé dépressuriser VER m s 0.33 0.00 0.10 0.00 par:pas; -dépressurisés dépressuriser VER m p 0.33 0.00 0.05 0.00 par:pas; -déprima déprimer VER 10.61 3.85 0.01 0.14 ind:pas:3s; -déprimais déprimer VER 10.61 3.85 0.06 0.00 ind:imp:1s;ind:imp:2s; -déprimait déprimer VER 10.61 3.85 0.21 0.34 ind:imp:3s; -déprimant déprimant ADJ m s 3.83 3.31 2.85 1.49 -déprimante déprimant ADJ f s 3.83 3.31 0.62 1.28 -déprimantes déprimant ADJ f p 3.83 3.31 0.25 0.20 -déprimants déprimant ADJ m p 3.83 3.31 0.11 0.34 -déprime déprimer VER 10.61 3.85 3.61 1.22 imp:pre:2s;ind:pre:1s;ind:pre:3s; -dépriment déprimer VER 10.61 3.85 0.28 0.07 ind:pre:3p; -déprimer déprimer VER 10.61 3.85 1.05 0.54 inf; -déprimerais déprimer VER 10.61 3.85 0.10 0.00 cnd:pre:2s; -déprimerait déprimer VER 10.61 3.85 0.25 0.00 cnd:pre:3s; -déprimes déprimer VER 10.61 3.85 0.75 0.07 ind:pre:2s; -déprimez déprimer VER 10.61 3.85 0.04 0.00 ind:pre:2p; -déprimé déprimer VER m s 10.61 3.85 2.50 0.61 par:pas; -déprimée déprimer VER f s 10.61 3.85 1.43 0.41 par:pas; -déprimées déprimer VER f p 10.61 3.85 0.12 0.00 par:pas; -déprimés déprimé ADJ m p 3.29 1.62 0.16 0.27 -déprirent déprendre VER 0.01 2.03 0.00 0.14 ind:pas:3p; -dépris déprendre VER m 0.01 2.03 0.00 0.74 ind:pas:1s;par:pas;par:pas; -déprit déprendre VER 0.01 2.03 0.00 0.07 ind:pas:3s; -déprogrammation déprogrammation NOM f s 0.07 0.00 0.07 0.00 -déprogrammer déprogrammer VER 0.37 0.07 0.21 0.00 inf; -déprogrammez déprogrammer VER 0.37 0.07 0.01 0.00 imp:pre:2p; -déprogrammé déprogrammer VER m s 0.37 0.07 0.07 0.07 par:pas; -déprogrammée déprogrammer VER f s 0.37 0.07 0.07 0.00 par:pas; -dépréciait déprécier VER 0.69 1.28 0.10 0.14 ind:imp:3s; -dépréciant déprécier VER 0.69 1.28 0.02 0.00 par:pre; -dépréciation dépréciation NOM f s 0.05 0.41 0.05 0.41 -déprécie déprécier VER 0.69 1.28 0.21 0.07 imp:pre:2s;ind:pre:3s; -déprécier déprécier VER 0.69 1.28 0.15 0.61 inf; -déprécies déprécier VER 0.69 1.28 0.01 0.07 ind:pre:2s; -dépréciez déprécier VER 0.69 1.28 0.00 0.07 ind:pre:2p; -dépréciiez déprécier VER 0.69 1.28 0.00 0.07 ind:imp:2p; -déprécié déprécier VER m s 0.69 1.28 0.19 0.14 par:pas; -dépréciée déprécier VER f s 0.69 1.28 0.01 0.14 par:pas; -déprédateur déprédateur ADJ m s 0.00 0.07 0.00 0.07 -déprédateurs déprédateur NOM m p 0.00 0.14 0.00 0.14 -déprédation déprédation NOM f s 0.01 0.41 0.00 0.07 -déprédations déprédation NOM f p 0.01 0.41 0.01 0.34 -dépèce dépecer VER 1.18 2.57 0.29 0.27 imp:pre:2s;ind:pre:3s; -dépècements dépècement NOM m p 0.00 0.07 0.00 0.07 -dépècent dépecer VER 1.18 2.57 0.02 0.14 ind:pre:3p; -dépècera dépecer VER 1.18 2.57 0.00 0.07 ind:fut:3s; -dépècerai dépecer VER 1.18 2.57 0.13 0.00 ind:fut:1s; -dépèceraient dépecer VER 1.18 2.57 0.00 0.07 cnd:pre:3p; -dupé duper VER m s 4.77 2.70 1.15 0.34 par:pas; -dépucela dépuceler VER 1.38 1.01 0.00 0.07 ind:pas:3s; -dépucelage dépucelage NOM m s 0.41 0.41 0.41 0.34 -dépucelages dépucelage NOM m p 0.41 0.41 0.00 0.07 -dépuceler dépuceler VER 1.38 1.01 0.55 0.34 inf; -dépuceleur dépuceleur NOM m s 0.02 0.07 0.01 0.00 -dépuceleurs dépuceleur NOM m p 0.02 0.07 0.01 0.07 -dépucelle dépuceler VER 1.38 1.01 0.17 0.07 ind:pre:1s;ind:pre:3s; -dépucellera dépuceler VER 1.38 1.01 0.00 0.07 ind:fut:3s; -dépucelons dépuceler VER 1.38 1.01 0.03 0.00 imp:pre:1p; -dépucelé dépuceler VER m s 1.38 1.01 0.39 0.27 par:pas; -dépucelée dépuceler VER f s 1.38 1.01 0.25 0.20 par:pas; -dépêcha dépêcher VER 111.44 22.84 0.00 1.55 ind:pas:3s; -dépêchai dépêcher VER 111.44 22.84 0.01 0.14 ind:pas:1s; -dépêchaient dépêcher VER 111.44 22.84 0.00 0.27 ind:imp:3p; -dépêchais dépêcher VER 111.44 22.84 0.03 0.07 ind:imp:1s;ind:imp:2s; -dépêchait dépêcher VER 111.44 22.84 0.05 1.15 ind:imp:3s; -dépêchant dépêcher VER 111.44 22.84 0.08 0.41 par:pre; -dépêche dépêcher VER 111.44 22.84 55.90 7.50 imp:pre:2s;ind:pre:1s;ind:pre:3s; -dépêchent dépêcher VER 111.44 22.84 0.35 0.47 ind:pre:3p; -dépêcher dépêcher VER 111.44 22.84 7.52 3.65 inf; -dépêcherais dépêcher VER 111.44 22.84 0.16 0.07 cnd:pre:1s;cnd:pre:2s; -dépêcherons dépêcher VER 111.44 22.84 0.00 0.07 ind:fut:1p; -dépêches dépêcher VER 111.44 22.84 0.96 0.20 ind:pre:2s;sub:pre:2s; -dépêchez dépêcher VER 111.44 22.84 35.35 2.77 imp:pre:2p;ind:pre:2p; -dépêchions dépêcher VER 111.44 22.84 0.01 0.07 ind:imp:1p; -dépêchons dépêcher VER 111.44 22.84 10.21 1.55 imp:pre:1p;ind:pre:1p; -dépêchât dépêcher VER 111.44 22.84 0.00 0.07 sub:imp:3s; -dépêchèrent dépêcher VER 111.44 22.84 0.00 0.14 ind:pas:3p; -dépêché dépêcher VER m s 111.44 22.84 0.27 1.55 par:pas; -dépêchée dépêcher VER f s 111.44 22.84 0.40 0.47 par:pas; -dépêchées dépêcher VER f p 111.44 22.84 0.11 0.07 par:pas; -dépêchés dépêcher VER m p 111.44 22.84 0.04 0.61 par:pas; -dupée duper VER f s 4.77 2.70 0.18 0.34 par:pas; -dépulpé dépulper VER m s 0.00 0.07 0.00 0.07 par:pas; -dépénaliser dépénaliser VER 0.01 0.00 0.01 0.00 inf; -dépuratifs dépuratif ADJ m p 0.00 0.07 0.00 0.07 -dépuratifs dépuratif NOM m p 0.00 0.07 0.00 0.07 -dépéri dépérir VER m s 1.73 1.89 0.36 0.07 par:pas; -dépérir dépérir VER 1.73 1.89 0.41 0.74 inf; -dépérira dépérir VER 1.73 1.89 0.02 0.00 ind:fut:3s; -dépériraient dépérir VER 1.73 1.89 0.00 0.07 cnd:pre:3p; -dépérirait dépérir VER 1.73 1.89 0.01 0.00 cnd:pre:3s; -dépériront dépérir VER 1.73 1.89 0.01 0.07 ind:fut:3p; -dépéris dépérir VER 1.73 1.89 0.06 0.07 ind:pre:1s;ind:pre:2s; -dépérissaient dépérir VER 1.73 1.89 0.00 0.07 ind:imp:3p; -dépérissais dépérir VER 1.73 1.89 0.01 0.14 ind:imp:1s;ind:imp:2s; -dépérissait dépérir VER 1.73 1.89 0.02 0.27 ind:imp:3s; -dépérisse dépérir VER 1.73 1.89 0.02 0.07 sub:pre:3s; -dépérissement dépérissement NOM m s 0.00 0.34 0.00 0.34 -dépérissent dépérir VER 1.73 1.89 0.08 0.00 ind:pre:3p; -dépérit dépérir VER 1.73 1.89 0.73 0.34 ind:pre:3s;ind:pas:3s; -dépurés dépurer VER m p 0.00 0.07 0.00 0.07 par:pas; -dupés duper VER m p 4.77 2.70 0.81 0.07 par:pas; -députation députation NOM f s 0.00 0.34 0.00 0.20 -députations députation NOM f p 0.00 0.34 0.00 0.14 -députer députer VER 0.19 0.07 0.01 0.00 inf; -dépêtrer dépêtrer VER 0.13 1.01 0.13 0.81 inf; -dépêtré dépêtrer VER m s 0.13 1.01 0.00 0.07 par:pas; -dépêtrée dépêtrer VER f s 0.13 1.01 0.00 0.07 par:pas; -dépêtrés dépêtrer VER m p 0.13 1.01 0.00 0.07 par:pas; -députèrent députer VER 0.19 0.07 0.00 0.07 ind:pas:3p; -député_maire député_maire NOM m s 0.00 0.34 0.00 0.34 -député député NOM m s 10.40 10.88 7.40 6.42 -députée député NOM f s 10.40 10.88 0.42 0.00 -députés député NOM m p 10.40 10.88 2.59 4.46 -déqualifier déqualifier VER 0.01 0.00 0.01 0.00 inf; -duquel duquel PRO:rel m s 2.36 30.20 1.92 22.57 -déquiller déquiller VER 0.00 0.27 0.00 0.14 inf; -déquillé déquiller VER m s 0.00 0.27 0.00 0.07 par:pas; -déquillés déquiller VER m p 0.00 0.27 0.00 0.07 par:pas; -dur dur ADJ m s 187.84 146.69 145.55 80.68 -dura durer VER 74.39 101.62 1.56 12.70 ind:pas:3s; -durabilité durabilité NOM f s 0.01 0.00 0.01 0.00 -durable durable ADJ s 2.13 5.95 1.61 4.73 -durablement durablement ADV 0.00 0.74 0.00 0.74 -durables durable ADJ p 2.13 5.95 0.53 1.22 -déracina déraciner VER 0.85 2.23 0.01 0.07 ind:pas:3s; -déracinaient déraciner VER 0.85 2.23 0.01 0.00 ind:imp:3p; -déracinais déraciner VER 0.85 2.23 0.00 0.07 ind:imp:1s; -déracinait déraciner VER 0.85 2.23 0.00 0.20 ind:imp:3s; -déracinant déracinant ADJ m s 0.00 0.14 0.00 0.14 -déracine déraciner VER 0.85 2.23 0.10 0.20 ind:pre:3s; -déracinement déracinement NOM m s 0.11 0.54 0.11 0.54 -déracinent déraciner VER 0.85 2.23 0.01 0.14 ind:pre:3p; -déraciner déraciner VER 0.85 2.23 0.27 0.61 inf; -déracinerait déraciner VER 0.85 2.23 0.00 0.07 cnd:pre:3s; -déraciné déraciner VER m s 0.85 2.23 0.43 0.54 par:pas; -déracinée déraciner VER f s 0.85 2.23 0.01 0.07 par:pas; -déracinées déraciner VER f p 0.85 2.23 0.01 0.00 par:pas; -déracinés déraciné ADJ m p 0.04 0.74 0.01 0.41 -duraient durer VER 74.39 101.62 0.43 2.03 ind:imp:3p; -dérailla dérailler VER 4.74 3.18 0.00 0.20 ind:pas:3s; -déraillaient dérailler VER 4.74 3.18 0.00 0.07 ind:imp:3p; -déraillais dérailler VER 4.74 3.18 0.00 0.07 ind:imp:1s; -déraillait dérailler VER 4.74 3.18 0.02 0.34 ind:imp:3s; -déraillant dérailler VER 4.74 3.18 0.00 0.07 par:pre; -déraille dérailler VER 4.74 3.18 1.89 0.54 imp:pre:2s;ind:pre:1s;ind:pre:3s; -duraille duraille ADJ s 0.02 2.43 0.00 2.36 -déraillement déraillement NOM m s 0.49 0.54 0.35 0.27 -déraillements déraillement NOM m p 0.49 0.54 0.14 0.27 -déraillent dérailler VER 4.74 3.18 0.05 0.07 ind:pre:3p; -dérailler dérailler VER 4.74 3.18 1.25 1.15 inf; -déraillera dérailler VER 4.74 3.18 0.02 0.00 ind:fut:3s; -dérailles dérailler VER 4.74 3.18 0.42 0.20 ind:pre:2s; -durailles duraille ADJ m p 0.02 2.43 0.02 0.07 -dérailleur dérailleur NOM m s 0.02 0.81 0.02 0.81 -déraillez dérailler VER 4.74 3.18 0.21 0.00 ind:pre:2p; -déraillé dérailler VER m s 4.74 3.18 0.89 0.47 par:pas; -déraison déraison NOM f s 0.36 1.35 0.36 1.15 -déraisonnable déraisonnable ADJ s 1.35 2.77 1.15 2.30 -déraisonnablement déraisonnablement ADV 0.00 0.14 0.00 0.14 -déraisonnables déraisonnable ADJ p 1.35 2.77 0.20 0.47 -déraisonnait déraisonner VER 0.87 1.15 0.01 0.41 ind:imp:3s; -déraisonne déraisonner VER 0.87 1.15 0.20 0.20 ind:pre:1s;ind:pre:3s; -déraisonner déraisonner VER 0.87 1.15 0.10 0.34 inf; -déraisonnes déraisonner VER 0.87 1.15 0.29 0.20 ind:pre:2s; -déraisonnez déraisonner VER 0.87 1.15 0.17 0.00 ind:pre:2p; -déraisonné déraisonner VER m s 0.87 1.15 0.10 0.00 par:pas; -déraisons déraison NOM f p 0.36 1.35 0.00 0.20 -durait durer VER 74.39 101.62 1.04 8.92 ind:imp:3s; -durale dural ADJ f s 0.01 0.00 0.01 0.00 -duralumin duralumin NOM m s 0.00 0.27 0.00 0.27 -dérange déranger VER 126.95 43.99 63.69 10.81 imp:pre:2s;ind:pre:1s;ind:pre:3s; -dérangea déranger VER 126.95 43.99 0.01 0.61 ind:pas:3s; -dérangeaient déranger VER 126.95 43.99 0.07 1.01 ind:imp:3p; -dérangeais déranger VER 126.95 43.99 0.18 0.27 ind:imp:1s;ind:imp:2s; -dérangeait déranger VER 126.95 43.99 1.28 3.51 ind:imp:3s; -dérangeant dérangeant ADJ m s 1.04 1.01 0.79 0.34 -dérangeante dérangeant ADJ f s 1.04 1.01 0.14 0.41 -dérangeantes dérangeant ADJ f p 1.04 1.01 0.06 0.14 -dérangeants dérangeant ADJ m p 1.04 1.01 0.04 0.14 -dérangeassent déranger VER 126.95 43.99 0.00 0.07 sub:imp:3p; -dérangement dérangement NOM m s 3.74 1.89 3.61 1.55 -dérangements dérangement NOM m p 3.74 1.89 0.14 0.34 -dérangent déranger VER 126.95 43.99 1.97 1.08 ind:pre:3p; -dérangeons déranger VER 126.95 43.99 0.65 0.14 imp:pre:1p;ind:pre:1p; -dérangeât déranger VER 126.95 43.99 0.00 0.34 sub:imp:3s; -déranger déranger VER 126.95 43.99 31.38 14.59 inf;; -dérangera déranger VER 126.95 43.99 1.88 0.61 ind:fut:3s; -dérangerai déranger VER 126.95 43.99 0.98 0.20 ind:fut:1s; -dérangeraient déranger VER 126.95 43.99 0.01 0.07 cnd:pre:3p; -dérangerais déranger VER 126.95 43.99 0.34 0.14 cnd:pre:1s;cnd:pre:2s; -dérangerait déranger VER 126.95 43.99 2.71 0.74 cnd:pre:3s; -dérangeras déranger VER 126.95 43.99 0.11 0.00 ind:fut:2s; -dérangerez déranger VER 126.95 43.99 0.33 0.07 ind:fut:2p; -dérangerons déranger VER 126.95 43.99 0.18 0.00 ind:fut:1p; -déranges déranger VER 126.95 43.99 2.11 0.47 ind:pre:2s; -dérangez déranger VER 126.95 43.99 6.75 1.55 imp:pre:2p;ind:pre:2p; -dérangiez déranger VER 126.95 43.99 0.01 0.00 ind:imp:2p; -dérangions déranger VER 126.95 43.99 0.00 0.14 ind:imp:1p; -dérangé déranger VER m s 126.95 43.99 7.98 3.99 par:pas; -dérangée déranger VER f s 126.95 43.99 2.38 1.62 par:pas; -dérangées déranger VER f p 126.95 43.99 0.06 0.41 par:pas; -dérangés déranger VER m p 126.95 43.99 1.67 0.95 par:pas; -durant durant PRE 34.15 65.95 34.15 65.95 -dérapa déraper VER 3.85 8.31 0.00 1.01 ind:pas:3s; -dérapage dérapage NOM m s 0.89 2.36 0.79 1.69 -dérapages dérapage NOM m p 0.89 2.36 0.10 0.68 -dérapai déraper VER 3.85 8.31 0.00 0.14 ind:pas:1s; -dérapaient déraper VER 3.85 8.31 0.00 0.61 ind:imp:3p; -dérapait déraper VER 3.85 8.31 0.23 1.08 ind:imp:3s; -dérapant déraper VER 3.85 8.31 0.00 1.15 par:pre; -dérape déraper VER 3.85 8.31 0.95 1.96 imp:pre:2s;ind:pre:1s;ind:pre:3s; -dérapent déraper VER 3.85 8.31 0.10 0.14 ind:pre:3p; -déraper déraper VER 3.85 8.31 0.53 1.28 inf; -déraperont déraper VER 3.85 8.31 0.00 0.07 ind:fut:3p; -dérapes déraper VER 3.85 8.31 0.06 0.20 ind:pre:2s; -dérapez déraper VER 3.85 8.31 0.26 0.07 imp:pre:2p;ind:pre:2p; -dérapé déraper VER m s 3.85 8.31 1.72 0.61 par:pas; -durassent durer VER 74.39 101.62 0.00 0.07 sub:imp:3p; -dératisation dératisation NOM f s 0.27 0.14 0.27 0.07 -dératisations dératisation NOM f p 0.27 0.14 0.00 0.07 -dératiser dératiser VER 0.20 0.07 0.17 0.00 inf; -dératisé dératiser VER m s 0.20 0.07 0.02 0.00 par:pas; -dératisée dératiser VER f s 0.20 0.07 0.00 0.07 par:pas; -dératisés dératiser VER m p 0.20 0.07 0.01 0.00 par:pas; -dératé dératé NOM m s 0.26 1.22 0.20 0.74 -dératées dératé NOM f p 0.26 1.22 0.03 0.07 -dératés dératé NOM m p 0.26 1.22 0.02 0.41 -dérayer dérayer VER 0.01 0.00 0.01 0.00 inf; -durci durci ADJ m s 0.22 4.12 0.16 1.55 -durcie durcir VER f s 1.79 13.99 0.13 0.95 par:pas; -durcies durcir VER f p 1.79 13.99 0.00 0.47 par:pas; -durcir durcir VER 1.79 13.99 0.73 2.23 inf; -durciraient durcir VER 1.79 13.99 0.00 0.07 cnd:pre:3p; -durcirent durcir VER 1.79 13.99 0.14 0.07 ind:pas:3p; -durcis durcir VER m p 1.79 13.99 0.09 0.81 imp:pre:2s;ind:pre:1s;ind:pre:2s;par:pas; -durcissaient durcir VER 1.79 13.99 0.00 0.20 ind:imp:3p; -durcissais durcir VER 1.79 13.99 0.00 0.14 ind:imp:1s; -durcissait durcir VER 1.79 13.99 0.02 2.30 ind:imp:3s; -durcissant durcir VER 1.79 13.99 0.01 0.54 par:pre; -durcisse durcir VER 1.79 13.99 0.05 0.14 sub:pre:3s; -durcissement durcissement NOM m s 0.01 0.74 0.01 0.74 -durcissent durcir VER 1.79 13.99 0.17 0.34 ind:pre:3p; -durcisseur durcisseur NOM m s 0.03 0.00 0.03 0.00 -durcit durcir VER 1.79 13.99 0.30 3.65 ind:pre:3s;ind:pas:3s; -dure_mère dure_mère NOM f s 0.02 0.07 0.02 0.07 -dure dur ADJ f s 187.84 146.69 26.16 33.65 -durement durement ADV 3.27 12.97 3.27 12.97 -durent devoir VER 3232.80 1318.24 2.98 6.35 ind:pas:3p; -durer durer VER 74.39 101.62 20.59 24.05 inf; -durera durer VER 74.39 101.62 8.35 4.73 ind:fut:3s; -durerai durer VER 74.39 101.62 0.19 0.20 ind:fut:1s; -dureraient durer VER 74.39 101.62 0.04 0.74 cnd:pre:3p; -durerais durer VER 74.39 101.62 0.02 0.00 cnd:pre:1s;cnd:pre:2s; -durerait durer VER 74.39 101.62 1.16 3.31 cnd:pre:3s; -dureras durer VER 74.39 101.62 0.01 0.00 ind:fut:2s; -durerez durer VER 74.39 101.62 0.06 0.00 ind:fut:2p; -dureront durer VER 74.39 101.62 0.82 0.54 ind:fut:3p; -dures dur ADJ f p 187.84 146.69 4.05 11.89 -déresponsabilisation déresponsabilisation NOM f s 0.00 0.07 0.00 0.07 -dureté dureté NOM f s 1.56 12.23 1.56 11.35 -duretés dureté NOM f p 1.56 12.23 0.00 0.88 -durham durham NOM m s 0.09 0.00 0.09 0.00 -durian durian NOM m s 2.21 0.00 2.21 0.00 -dérida dérider VER 0.57 2.50 0.00 0.34 ind:pas:3s; -déridait dérider VER 0.57 2.50 0.00 0.20 ind:imp:3s; -déride dérider VER 0.57 2.50 0.17 0.07 imp:pre:2s;ind:pre:3s; -dérider dérider VER 0.57 2.50 0.19 1.49 inf; -déridera dérider VER 0.57 2.50 0.01 0.07 ind:fut:3s; -dériderait dérider VER 0.57 2.50 0.01 0.07 cnd:pre:3s; -déridez dérider VER 0.57 2.50 0.18 0.00 imp:pre:2p; -déridé dérider VER m s 0.57 2.50 0.01 0.27 par:pas; -durillon durillon NOM m s 0.05 1.01 0.00 0.41 -durillons durillon NOM m p 0.05 1.01 0.05 0.61 -dérision dérision NOM f s 1.27 8.51 1.27 8.51 -dérisoire dérisoire ADJ s 1.38 21.42 1.09 15.27 -dérisoirement dérisoirement ADV 0.10 0.54 0.10 0.54 -dérisoires dérisoire ADJ p 1.38 21.42 0.29 6.15 -durit durit NOM f s 0.04 0.00 0.04 0.00 -durite durite NOM f s 0.50 0.07 0.47 0.07 -durites durite NOM f p 0.50 0.07 0.03 0.00 -dériva dériver VER 4.28 11.42 0.00 0.54 ind:pas:3s; -dérivaient dériver VER 4.28 11.42 0.02 1.08 ind:imp:3p; -dérivais dériver VER 4.28 11.42 0.04 0.07 ind:imp:1s; -dérivait dériver VER 4.28 11.42 0.06 1.55 ind:imp:3s; -dérivant dériver VER 4.28 11.42 0.18 1.22 par:pre; -dérivante dérivant ADJ f s 0.03 0.07 0.01 0.00 -dérivatif dérivatif NOM m s 0.03 0.54 0.03 0.47 -dérivatifs dérivatif NOM m p 0.03 0.54 0.00 0.07 -dérivation dérivation NOM f s 0.57 0.68 0.55 0.68 -dérivations dérivation NOM f p 0.57 0.68 0.02 0.00 -dérive dérive NOM f s 2.81 6.89 2.77 6.55 -dérivent dériver VER 4.28 11.42 0.26 1.15 ind:pre:3p; -dériver dériver VER 4.28 11.42 1.09 3.18 inf; -dériverai dériver VER 4.28 11.42 0.01 0.07 ind:fut:1s; -dériveras dériver VER 4.28 11.42 0.14 0.00 ind:fut:2s; -dérives dériver VER 4.28 11.42 0.22 0.00 ind:pre:2s; -dériveur dériveur NOM m s 0.14 0.20 0.14 0.14 -dériveurs dériveur NOM m p 0.14 0.20 0.01 0.07 -dérivez dériver VER 4.28 11.42 0.05 0.00 imp:pre:2p;ind:pre:2p; -dérivions dériver VER 4.28 11.42 0.02 0.14 ind:imp:1p; -dérivons dériver VER 4.28 11.42 0.26 0.07 ind:pre:1p; -dérivé dériver VER m s 4.28 11.42 0.84 0.54 par:pas; -dérivée dériver VER f s 4.28 11.42 0.05 0.07 par:pas; -dérivées dérivé ADJ f p 0.57 0.27 0.06 0.07 -dérivés dérivé ADJ m p 0.57 0.27 0.44 0.07 -déroba dérober VER 7.15 27.23 0.03 1.22 ind:pas:3s; -dérobade dérobade NOM f s 0.21 2.77 0.21 1.76 -dérobades dérobade NOM f p 0.21 2.77 0.00 1.01 -dérobai dérober VER 7.15 27.23 0.00 0.20 ind:pas:1s; -dérobaient dérober VER 7.15 27.23 0.01 0.95 ind:imp:3p; -dérobais dérober VER 7.15 27.23 0.01 0.20 ind:imp:1s;ind:imp:2s; -dérobait dérober VER 7.15 27.23 0.24 3.92 ind:imp:3s; -dérobant dérober VER 7.15 27.23 0.05 1.22 par:pre; -dérobe dérober VER 7.15 27.23 0.55 4.12 imp:pre:2s;ind:pre:1s;ind:pre:3s; -dérobent dérober VER 7.15 27.23 0.36 0.74 ind:pre:3p; -dérober dérober VER 7.15 27.23 2.08 7.57 ind:pre:2p;inf; -dérobera dérober VER 7.15 27.23 0.02 0.07 ind:fut:3s; -déroberaient dérober VER 7.15 27.23 0.00 0.07 cnd:pre:3p; -déroberait dérober VER 7.15 27.23 0.00 0.20 cnd:pre:3s; -déroberons dérober VER 7.15 27.23 0.01 0.07 ind:fut:1p; -dérobes dérober VER 7.15 27.23 0.68 0.00 ind:pre:2s; -dérobeuse dérobeur ADJ f s 0.00 0.07 0.00 0.07 -dérobez dérober VER 7.15 27.23 0.28 0.14 imp:pre:2p;ind:pre:2p; -dérobiez dérober VER 7.15 27.23 0.00 0.07 ind:imp:2p; -dérobions dérober VER 7.15 27.23 0.00 0.14 ind:imp:1p; -dérobons dérober VER 7.15 27.23 0.01 0.07 imp:pre:1p;ind:pre:1p; -dérobât dérober VER 7.15 27.23 0.00 0.07 sub:imp:3s; -dérobèrent dérober VER 7.15 27.23 0.00 0.14 ind:pas:3p; -dérobé dérober VER m s 7.15 27.23 1.85 2.57 par:pas; -dérobée dérober VER f s 7.15 27.23 0.68 2.77 par:pas; -dérobées dérober VER f p 7.15 27.23 0.04 0.27 par:pas; -dérobés dérober VER m p 7.15 27.23 0.25 0.47 par:pas; -dérogation dérogation NOM f s 0.42 0.34 0.40 0.20 -dérogations dérogation NOM f p 0.42 0.34 0.02 0.14 -dérogatoire dérogatoire ADJ f s 0.01 0.00 0.01 0.00 -déroge déroger VER 0.46 1.01 0.09 0.27 imp:pre:2s;ind:pre:3s; -dérogea déroger VER 0.46 1.01 0.00 0.07 ind:pas:3s; -dérogeait déroger VER 0.46 1.01 0.01 0.14 ind:imp:3s; -dérogent déroger VER 0.46 1.01 0.01 0.00 ind:pre:3p; -déroger déroger VER 0.46 1.01 0.18 0.34 inf; -dérogera déroger VER 0.46 1.01 0.01 0.07 ind:fut:3s; -dérogerait déroger VER 0.46 1.01 0.01 0.00 cnd:pre:3s; -dérogé déroger VER m s 0.46 1.01 0.15 0.14 par:pas; -durât durer VER 74.39 101.62 0.00 0.74 sub:imp:3s; -dérouillaient dérouiller VER 2.13 4.66 0.00 0.14 ind:imp:3p; -dérouillais dérouiller VER 2.13 4.66 0.02 0.00 ind:imp:1s; -dérouillait dérouiller VER 2.13 4.66 0.01 0.14 ind:imp:3s; -dérouillant dérouiller VER 2.13 4.66 0.00 0.14 par:pre; -dérouille dérouiller VER 2.13 4.66 0.48 1.01 imp:pre:2s;ind:pre:1s;ind:pre:3s; -dérouillement dérouillement NOM m s 0.00 0.07 0.00 0.07 -dérouillent dérouiller VER 2.13 4.66 0.05 0.34 ind:pre:3p; -dérouiller dérouiller VER 2.13 4.66 0.94 1.69 inf; -dérouillera dérouiller VER 2.13 4.66 0.04 0.00 ind:fut:3s; -dérouillerai dérouiller VER 2.13 4.66 0.00 0.14 ind:fut:1s; -dérouillerais dérouiller VER 2.13 4.66 0.14 0.14 cnd:pre:1s;cnd:pre:2s; -dérouillerait dérouiller VER 2.13 4.66 0.01 0.07 cnd:pre:3s; -dérouilles dérouiller VER 2.13 4.66 0.04 0.20 ind:pre:2s; -dérouillez dérouiller VER 2.13 4.66 0.01 0.00 imp:pre:2p; -dérouillé dérouiller VER m s 2.13 4.66 0.36 0.54 par:pas; -dérouillée dérouillée NOM f s 0.39 1.22 0.23 1.01 -dérouillées dérouillée NOM f p 0.39 1.22 0.16 0.20 -déroula dérouler VER 11.37 39.46 0.27 3.04 ind:pas:3s; -déroulai dérouler VER 11.37 39.46 0.00 0.20 ind:pas:1s; -déroulaient dérouler VER 11.37 39.46 0.04 2.84 ind:imp:3p; -déroulais dérouler VER 11.37 39.46 0.02 0.27 ind:imp:1s; -déroulait dérouler VER 11.37 39.46 0.37 8.92 ind:imp:3s; -déroulant dérouler VER 11.37 39.46 0.11 1.69 par:pre; -déroule dérouler VER 11.37 39.46 5.18 6.15 imp:pre:2s;ind:pre:1s;ind:pre:3s; -déroulement déroulement NOM m s 0.82 5.95 0.82 5.88 -déroulements déroulement NOM m p 0.82 5.95 0.00 0.07 -déroulent dérouler VER 11.37 39.46 1.41 1.42 ind:pre:3p; -dérouler dérouler VER 11.37 39.46 1.26 5.88 inf; -déroulera dérouler VER 11.37 39.46 0.36 0.34 ind:fut:3s; -dérouleraient dérouler VER 11.37 39.46 0.01 0.07 cnd:pre:3p; -déroulerait dérouler VER 11.37 39.46 0.06 0.47 cnd:pre:3s; -dérouleront dérouler VER 11.37 39.46 0.04 0.00 ind:fut:3p; -dérouleur dérouleur NOM m s 0.01 0.34 0.01 0.14 -dérouleurs dérouleur NOM m p 0.01 0.34 0.00 0.14 -dérouleuse dérouleur NOM f s 0.01 0.34 0.00 0.07 -déroulez dérouler VER 11.37 39.46 0.19 0.07 imp:pre:2p; -déroulions dérouler VER 11.37 39.46 0.00 0.07 ind:imp:1p; -déroulât dérouler VER 11.37 39.46 0.00 0.14 sub:imp:3s; -déroulèrent dérouler VER 11.37 39.46 0.03 0.81 ind:pas:3p; -déroulé dérouler VER m s 11.37 39.46 1.15 2.57 par:pas; -déroulée dérouler VER f s 11.37 39.46 0.63 2.64 par:pas; -déroulées dérouler VER f p 11.37 39.46 0.11 0.81 par:pas; -déroulés dérouler VER m p 11.37 39.46 0.13 1.08 par:pas; -dérouta dérouter VER 1.63 4.59 0.00 0.07 ind:pas:3s; -déroutage déroutage NOM m s 0.01 0.07 0.01 0.07 -déroutaient dérouter VER 1.63 4.59 0.00 0.07 ind:imp:3p; -déroutait dérouter VER 1.63 4.59 0.03 0.88 ind:imp:3s; -déroutant déroutant ADJ m s 1.09 2.03 0.68 0.47 -déroutante déroutant ADJ f s 1.09 2.03 0.22 1.28 -déroutantes déroutant ADJ f p 1.09 2.03 0.04 0.14 -déroutants déroutant ADJ m p 1.09 2.03 0.16 0.14 -déroute déroute NOM f s 1.03 5.95 1.03 5.88 -déroutement déroutement NOM m s 0.28 0.00 0.28 0.00 -déroutent dérouter VER 1.63 4.59 0.02 0.07 ind:pre:3p; -dérouter dérouter VER 1.63 4.59 0.54 0.47 inf;; -déroutera dérouter VER 1.63 4.59 0.01 0.00 ind:fut:3s; -déroutes dérouter VER 1.63 4.59 0.10 0.00 ind:pre:2s; -déroutez dérouter VER 1.63 4.59 0.05 0.00 imp:pre:2p;ind:pre:2p; -déroutèrent dérouter VER 1.63 4.59 0.00 0.07 ind:pas:3p; -dérouté dérouter VER m s 1.63 4.59 0.47 1.42 par:pas; -déroutée dérouter VER f s 1.63 4.59 0.16 0.47 par:pas; -déroutées dérouter VER f p 1.63 4.59 0.03 0.00 par:pas; -déroutés dérouter VER m p 1.63 4.59 0.06 0.27 par:pas; -durs dur ADJ m p 187.84 146.69 12.08 20.47 -dérègle dérégler VER 1.09 0.95 0.25 0.14 ind:pre:3s; -dérèglement dérèglement NOM m s 1.29 1.28 0.35 1.01 -dérèglements dérèglement NOM m p 1.29 1.28 0.94 0.27 -dérèglent dérégler VER 1.09 0.95 0.14 0.07 ind:pre:3p; -durèrent durer VER 74.39 101.62 0.04 1.35 ind:pas:3p; -duré durer VER m s 74.39 101.62 12.57 13.85 par:pas; -déréalisaient déréaliser VER 0.00 0.07 0.00 0.07 ind:imp:3p; -durée durée NOM f s 6.86 19.39 6.84 19.12 -durées durée NOM f p 6.86 19.39 0.02 0.27 -déréglage déréglage NOM m s 0.01 0.00 0.01 0.00 -déréglait dérégler VER 1.09 0.95 0.01 0.07 ind:imp:3s; -déréglant dérégler VER 1.09 0.95 0.00 0.07 par:pre; -déréglementation déréglementation NOM f s 0.06 0.00 0.06 0.00 -dérégler dérégler VER 1.09 0.95 0.22 0.14 inf; -déréglé dérégler VER m s 1.09 0.95 0.23 0.41 par:pas; -déréglée dérégler VER f s 1.09 0.95 0.20 0.00 par:pas; -déréglées dérégler VER f p 1.09 0.95 0.03 0.00 par:pas; -déréglés déréglé ADJ m p 0.23 1.35 0.10 0.34 -dérégulation dérégulation NOM f s 0.04 0.00 0.04 0.00 -déréguler déréguler VER 0.01 0.00 0.01 0.00 inf; -déréliction déréliction NOM f s 0.01 0.61 0.01 0.61 -dés dé NOM m p 23.36 11.55 17.63 7.91 -dus devoir VER m p 3232.80 1318.24 1.57 12.77 ind:pas:1s;par:pas; -désabonna désabonner VER 0.00 0.07 0.00 0.07 ind:pas:3s; -désabonnements désabonnement NOM m p 0.00 0.14 0.00 0.14 -désabusement désabusement NOM m s 0.00 0.41 0.00 0.41 -désabuser désabuser VER 0.11 1.08 0.00 0.07 inf; -désabusé désabusé ADJ m s 0.12 5.27 0.08 3.04 -désabusée désabuser VER f s 0.11 1.08 0.03 0.14 par:pas; -désabusées désabusé NOM f p 0.02 1.42 0.00 0.14 -désabusés désabusé ADJ m p 0.12 5.27 0.02 0.47 -désaccord désaccord NOM m s 3.02 5.20 2.41 4.05 -désaccorda désaccorder VER 0.38 1.22 0.00 0.07 ind:pas:3s; -désaccordaient désaccorder VER 0.38 1.22 0.00 0.07 ind:imp:3p; -désaccordent désaccorder VER 0.38 1.22 0.00 0.07 ind:pre:3p; -désaccorder désaccorder VER 0.38 1.22 0.00 0.14 inf; -désaccords désaccord NOM m p 3.02 5.20 0.61 1.15 -désaccordé désaccorder VER m s 0.38 1.22 0.14 0.41 par:pas; -désaccordée désaccorder VER f s 0.38 1.22 0.22 0.07 par:pas; -désaccordées désaccorder VER f p 0.38 1.22 0.00 0.07 par:pas; -désaccordés désaccorder VER m p 0.38 1.22 0.02 0.34 par:pas; -désaccoupler désaccoupler VER 0.01 0.00 0.01 0.00 inf; -désaccoutuma désaccoutumer VER 0.14 0.07 0.00 0.07 ind:pas:3s; -désaccoutumer désaccoutumer VER 0.14 0.07 0.14 0.00 inf; -désacralisation désacralisation NOM f s 0.20 0.00 0.20 0.00 -désacraliser désacraliser VER 0.04 0.07 0.03 0.00 inf; -désacralisé désacraliser VER m s 0.04 0.07 0.01 0.07 par:pas; -désacralisée désacraliser VER f s 0.04 0.07 0.01 0.00 par:pas; -désactivation désactivation NOM f s 0.41 0.07 0.41 0.07 -désactive désactiver VER 4.96 0.41 0.40 0.00 imp:pre:2s;ind:pre:1s;ind:pre:3s; -désactiver désactiver VER 4.96 0.41 1.43 0.00 inf; -désactiverai désactiver VER 4.96 0.41 0.03 0.00 ind:fut:1s; -désactiveront désactiver VER 4.96 0.41 0.02 0.00 ind:fut:3p; -désactives désactiver VER 4.96 0.41 0.04 0.00 ind:pre:2s; -désactivez désactiver VER 4.96 0.41 0.57 0.00 imp:pre:2p;ind:pre:2p; -désactivons désactiver VER 4.96 0.41 0.04 0.00 ind:pre:1p; -désactivé désactiver VER m s 4.96 0.41 1.35 0.34 par:pas; -désactivée désactiver VER f s 4.96 0.41 0.20 0.07 par:pas; -désactivées désactiver VER f p 4.96 0.41 0.78 0.00 par:pas; -désactivés désactiver VER m p 4.96 0.41 0.11 0.00 par:pas; -désadaptée désadapter VER f s 0.00 0.07 0.00 0.07 par:pas; -désadopter désadopter VER 0.01 0.00 0.01 0.00 inf; -désaffectation désaffectation NOM f s 0.00 0.07 0.00 0.07 -désaffecter désaffecter VER 0.18 0.88 0.00 0.07 inf; -désaffection désaffection NOM f s 0.04 0.54 0.04 0.54 -désaffecté désaffecté ADJ m s 0.85 4.73 0.46 1.62 -désaffectée désaffecté ADJ f s 0.85 4.73 0.22 1.82 -désaffectées désaffecté ADJ f p 0.85 4.73 0.03 0.68 -désaffectés désaffecté ADJ m p 0.85 4.73 0.14 0.61 -désagrège désagréger VER 0.80 3.18 0.35 0.95 imp:pre:2s;ind:pre:3s; -désagrègent désagréger VER 0.80 3.18 0.20 0.20 ind:pre:3p; -désagréable désagréable ADJ s 10.91 19.39 9.54 16.55 -désagréablement désagréablement ADV 0.13 1.28 0.13 1.28 -désagréables désagréable ADJ p 10.91 19.39 1.38 2.84 -désagrégation désagrégation NOM f s 0.10 1.35 0.10 1.35 -désagrégeait désagréger VER 0.80 3.18 0.11 0.41 ind:imp:3s; -désagrégeant désagréger VER 0.80 3.18 0.01 0.27 par:pre; -désagréger désagréger VER 0.80 3.18 0.11 0.88 inf; -désagrégèrent désagréger VER 0.80 3.18 0.00 0.07 ind:pas:3p; -désagrégé désagréger VER m s 0.80 3.18 0.03 0.14 par:pas; -désagrégée désagréger VER f s 0.80 3.18 0.00 0.20 par:pas; -désagrégés désagréger VER m p 0.80 3.18 0.00 0.07 par:pas; -désagrément désagrément NOM m s 2.01 2.64 1.20 1.42 -désagréments désagrément NOM m p 2.01 2.64 0.81 1.22 -désaimée désaimer VER f s 0.00 0.14 0.00 0.14 par:pas; -désajustés désajuster VER m p 0.00 0.07 0.00 0.07 par:pas; -désalinisation désalinisation NOM f s 0.02 0.00 0.02 0.00 -désaliénation désaliénation NOM f s 0.00 0.07 0.00 0.07 -désaltère désaltérer VER 0.66 1.89 0.20 0.27 imp:pre:2s;ind:pre:1s;ind:pre:3s; -désaltéra désaltérer VER 0.66 1.89 0.00 0.07 ind:pas:3s; -désaltéraient désaltérer VER 0.66 1.89 0.00 0.07 ind:imp:3p; -désaltérait désaltérer VER 0.66 1.89 0.00 0.14 ind:imp:3s; -désaltérant désaltérer VER 0.66 1.89 0.00 0.14 par:pre; -désaltérante désaltérant ADJ f s 0.14 0.00 0.14 0.00 -désaltérer désaltérer VER 0.66 1.89 0.35 0.81 inf; -désaltérât désaltérer VER 0.66 1.89 0.00 0.07 sub:imp:3s; -désaltéré désaltérer VER m s 0.66 1.89 0.10 0.20 par:pas; -désaltérés désaltérer VER m p 0.66 1.89 0.00 0.14 par:pas; -désamiantage désamiantage NOM m s 0.09 0.00 0.09 0.00 -désaminase désaminase NOM f s 0.01 0.00 0.01 0.00 -désamorce désamorcer VER 2.80 1.62 0.50 0.20 imp:pre:2s;ind:pre:1s;ind:pre:3s; -désamorcent désamorcer VER 2.80 1.62 0.01 0.00 ind:pre:3p; -désamorcer désamorcer VER 2.80 1.62 1.43 0.47 inf; -désamorcera désamorcer VER 2.80 1.62 0.01 0.00 ind:fut:3s; -désamorcerez désamorcer VER 2.80 1.62 0.01 0.00 ind:fut:2p; -désamorcerons désamorcer VER 2.80 1.62 0.01 0.00 ind:fut:1p; -désamorcez désamorcer VER 2.80 1.62 0.04 0.00 imp:pre:2p;ind:pre:2p; -désamorcé désamorcer VER m s 2.80 1.62 0.28 0.34 par:pas; -désamorcée désamorcer VER f s 2.80 1.62 0.45 0.20 par:pas; -désamorcées désamorcer VER f p 2.80 1.62 0.02 0.07 par:pas; -désamorcés désamorcer VER m p 2.80 1.62 0.03 0.07 par:pas; -désamorçage désamorçage NOM m s 0.18 0.00 0.18 0.00 -désamorçait désamorcer VER 2.80 1.62 0.01 0.20 ind:imp:3s; -désamorçant désamorcer VER 2.80 1.62 0.00 0.07 par:pre; -désamour désamour NOM m s 0.00 0.34 0.00 0.34 -désangler désangler VER 0.00 0.07 0.00 0.07 inf; -désape désaper VER 0.77 0.14 0.34 0.14 imp:pre:2s;ind:pre:1s;ind:pre:3s; -désapent désaper VER 0.77 0.14 0.01 0.00 ind:pre:3p; -désaper désaper VER 0.77 0.14 0.38 0.00 inf; -désapeurer désapeurer VER 0.00 0.07 0.00 0.07 inf; -désapez désaper VER 0.77 0.14 0.04 0.00 imp:pre:2p;ind:pre:2p; -désappointait désappointer VER 0.13 0.88 0.00 0.07 ind:imp:3s; -désappointement désappointement NOM m s 0.00 0.81 0.00 0.74 -désappointements désappointement NOM m p 0.00 0.81 0.00 0.07 -désappointer désappointer VER 0.13 0.88 0.03 0.07 inf; -désappointé désappointer VER m s 0.13 0.88 0.09 0.47 par:pas; -désappointée désappointé ADJ f s 0.06 0.41 0.01 0.27 -désappointés désappointé ADJ m p 0.06 0.41 0.01 0.00 -désapprenais désapprendre VER 0.10 0.95 0.00 0.07 ind:imp:1s; -désapprenant désapprendre VER 0.10 0.95 0.00 0.07 par:pre; -désapprendre désapprendre VER 0.10 0.95 0.09 0.07 inf; -désapprenne désapprendre VER 0.10 0.95 0.00 0.14 sub:pre:3s; -désapprirent désapprendre VER 0.10 0.95 0.00 0.07 ind:pas:3p; -désappris désapprendre VER m 0.10 0.95 0.01 0.47 par:pas; -désapprit désapprendre VER 0.10 0.95 0.00 0.07 ind:pas:3s; -désapprobateur désapprobateur ADJ m s 0.06 1.62 0.04 0.95 -désapprobateurs désapprobateur ADJ m p 0.06 1.62 0.00 0.41 -désapprobation désapprobation NOM f s 0.42 1.55 0.42 1.55 -désapprobatrice désapprobateur ADJ f s 0.06 1.62 0.02 0.20 -désapprobatrices désapprobateur ADJ f p 0.06 1.62 0.00 0.07 -désapprouva désapprouver VER 3.35 3.99 0.00 0.14 ind:pas:3s; -désapprouvaient désapprouver VER 3.35 3.99 0.04 0.07 ind:imp:3p; -désapprouvais désapprouver VER 3.35 3.99 0.04 0.34 ind:imp:1s;ind:imp:2s; -désapprouvait désapprouver VER 3.35 3.99 0.34 0.88 ind:imp:3s; -désapprouvant désapprouver VER 3.35 3.99 0.01 0.41 par:pre; -désapprouve désapprouver VER 3.35 3.99 1.48 0.95 ind:pre:1s;ind:pre:3s; -désapprouvent désapprouver VER 3.35 3.99 0.26 0.14 ind:pre:3p; -désapprouver désapprouver VER 3.35 3.99 0.16 0.34 inf; -désapprouvera désapprouver VER 3.35 3.99 0.01 0.07 ind:fut:3s; -désapprouverait désapprouver VER 3.35 3.99 0.04 0.07 cnd:pre:3s; -désapprouverez désapprouver VER 3.35 3.99 0.01 0.00 ind:fut:2p; -désapprouves désapprouver VER 3.35 3.99 0.36 0.00 ind:pre:2s; -désapprouvez désapprouver VER 3.35 3.99 0.46 0.07 imp:pre:2p;ind:pre:2p; -désapprouviez désapprouver VER 3.35 3.99 0.01 0.07 ind:imp:2p; -désapprouvât désapprouver VER 3.35 3.99 0.00 0.07 sub:imp:3s; -désapprouvé désapprouver VER m s 3.35 3.99 0.12 0.34 par:pas; -désapprouvée désapprouver VER f s 3.35 3.99 0.01 0.07 par:pas; -désargenté désargenter VER m s 0.01 0.14 0.01 0.07 par:pas; -désargentées désargenté ADJ f p 0.00 0.27 0.00 0.07 -désargentés désargenté NOM m p 0.01 0.00 0.01 0.00 -désarma désarmer VER 5.72 8.11 0.00 0.34 ind:pas:3s; -désarmai désarmer VER 5.72 8.11 0.00 0.07 ind:pas:1s; -désarmaient désarmer VER 5.72 8.11 0.00 0.14 ind:imp:3p; -désarmait désarmer VER 5.72 8.11 0.01 1.15 ind:imp:3s; -désarmant désarmer VER 5.72 8.11 0.05 0.07 par:pre; -désarmante désarmant ADJ f s 0.08 1.76 0.03 1.08 -désarmants désarmant ADJ m p 0.08 1.76 0.01 0.14 -désarme désarmer VER 5.72 8.11 0.25 0.74 imp:pre:2s;ind:pre:1s;ind:pre:3s; -désarmement désarmement NOM m s 1.04 0.88 1.04 0.88 -désarment désarmer VER 5.72 8.11 0.04 0.07 ind:pre:3p; -désarmer désarmer VER 5.72 8.11 1.57 1.96 inf; -désarmera désarmer VER 5.72 8.11 0.01 0.00 ind:fut:3s; -désarmez désarmer VER 5.72 8.11 0.71 0.00 imp:pre:2p; -désarmèrent désarmer VER 5.72 8.11 0.00 0.07 ind:pas:3p; -désarmé désarmer VER m s 5.72 8.11 2.29 2.23 par:pas; -désarmée désarmer VER f s 5.72 8.11 0.39 0.47 par:pas; -désarmées désarmer VER f p 5.72 8.11 0.11 0.14 par:pas; -désarmés désarmé ADJ m p 1.56 5.41 0.72 0.68 -désarrimage désarrimage NOM m s 0.02 0.00 0.02 0.00 -désarrimez désarrimer VER 0.05 0.00 0.03 0.00 imp:pre:2p; -désarrimé désarrimer VER m s 0.05 0.00 0.02 0.00 par:pas; -désarroi désarroi NOM m s 1.33 14.12 1.32 13.99 -désarrois désarroi NOM m p 1.33 14.12 0.01 0.14 -désarçonna désarçonner VER 0.51 2.57 0.00 0.14 ind:pas:3s; -désarçonnaient désarçonner VER 0.51 2.57 0.00 0.07 ind:imp:3p; -désarçonnait désarçonner VER 0.51 2.57 0.00 0.14 ind:imp:3s; -désarçonne désarçonner VER 0.51 2.57 0.05 0.27 imp:pre:2s;ind:pre:1s;ind:pre:3s; -désarçonner désarçonner VER 0.51 2.57 0.17 0.81 inf; -désarçonné désarçonner VER m s 0.51 2.57 0.22 0.74 par:pas; -désarçonnée désarçonner VER f s 0.51 2.57 0.04 0.07 par:pas; -désarçonnés désarçonner VER m p 0.51 2.57 0.03 0.34 par:pas; -désarticula désarticuler VER 0.34 3.18 0.00 0.07 ind:pas:3s; -désarticulait désarticuler VER 0.34 3.18 0.00 0.27 ind:imp:3s; -désarticulant désarticuler VER 0.34 3.18 0.00 0.14 par:pre; -désarticulation désarticulation NOM f s 0.00 0.14 0.00 0.14 -désarticulent désarticuler VER 0.34 3.18 0.00 0.07 ind:pre:3p; -désarticuler désarticuler VER 0.34 3.18 0.00 0.07 inf; -désarticulera désarticuler VER 0.34 3.18 0.02 0.00 ind:fut:3s; -désarticulé désarticuler VER m s 0.34 3.18 0.20 1.01 par:pas; -désarticulée désarticuler VER f s 0.34 3.18 0.07 0.81 par:pas; -désarticulées désarticuler VER f p 0.34 3.18 0.00 0.14 par:pas; -désarticulés désarticuler VER m p 0.34 3.18 0.04 0.61 par:pas; -désassemble désassembler VER 0.12 0.27 0.00 0.14 ind:pre:3s; -désassembler désassembler VER 0.12 0.27 0.05 0.14 inf; -désassemblé désassembler VER m s 0.12 0.27 0.07 0.00 par:pas; -désassortis désassorti ADJ m p 0.00 0.07 0.00 0.07 -désassortis désassortir VER m p 0.00 0.07 0.00 0.07 par:pas; -désastre désastre NOM m s 12.82 23.72 12.26 19.86 -désastres désastre NOM m p 12.82 23.72 0.55 3.85 -désastreuse désastreux ADJ f s 2.46 6.49 0.92 2.23 -désastreusement désastreusement ADV 0.01 0.00 0.01 0.00 -désastreuses désastreux ADJ f p 2.46 6.49 0.41 1.62 -désastreux désastreux ADJ m 2.46 6.49 1.13 2.64 -désavantage désavantage NOM m s 0.52 0.88 0.43 0.61 -désavantageaient désavantager VER 0.24 0.47 0.00 0.07 ind:imp:3p; -désavantageait désavantager VER 0.24 0.47 0.00 0.07 ind:imp:3s; -désavantager désavantager VER 0.24 0.47 0.02 0.07 inf; -désavantages désavantage NOM m p 0.52 0.88 0.09 0.27 -désavantageuse désavantageux ADJ f s 0.01 0.00 0.01 0.00 -désavantagé désavantager VER m s 0.24 0.47 0.08 0.14 par:pas; -désavantagés désavantager VER m p 0.24 0.47 0.10 0.07 par:pas; -désaveu désaveu NOM m s 0.07 0.61 0.07 0.61 -désaveux désaveux NOM m p 0.00 0.07 0.00 0.07 -désavoua désavouer VER 0.77 3.11 0.00 0.14 ind:pas:3s; -désavouait désavouer VER 0.77 3.11 0.00 0.20 ind:imp:3s; -désavouant désavouer VER 0.77 3.11 0.00 0.20 par:pre; -désavoue désavouer VER 0.77 3.11 0.01 0.14 ind:pre:1s;ind:pre:3s; -désavouent désavouer VER 0.77 3.11 0.29 0.07 ind:pre:3p; -désavouer désavouer VER 0.77 3.11 0.20 0.74 inf; -désavoueraient désavouer VER 0.77 3.11 0.00 0.14 cnd:pre:3p; -désavouerons désavouer VER 0.77 3.11 0.00 0.14 ind:fut:1p; -désavouez désavouer VER 0.77 3.11 0.01 0.07 imp:pre:2p;ind:pre:2p; -désavouât désavouer VER 0.77 3.11 0.00 0.07 sub:imp:3s; -désavoué désavouer VER m s 0.77 3.11 0.22 0.68 par:pas; -désavouée désavouer VER f s 0.77 3.11 0.03 0.34 par:pas; -désavoués désavouer VER m p 0.77 3.11 0.01 0.20 par:pas; -désaxait désaxer VER 0.09 0.54 0.00 0.07 ind:imp:3s; -désaxant désaxer VER 0.09 0.54 0.01 0.07 par:pre; -désaxe désaxer VER 0.09 0.54 0.01 0.14 ind:pre:3s; -désaxement désaxement NOM m s 0.00 0.07 0.00 0.07 -désaxé désaxé NOM m s 0.40 0.27 0.26 0.07 -désaxée désaxé ADJ f s 0.13 0.61 0.02 0.34 -désaxées désaxé NOM f p 0.40 0.27 0.01 0.07 -désaxés désaxé NOM m p 0.40 0.27 0.12 0.14 -déscolarisé déscolariser VER m s 0.01 0.00 0.01 0.00 par:pas; -désembourber désembourber VER 0.05 0.20 0.05 0.14 inf; -désembourbée désembourber VER f s 0.05 0.20 0.00 0.07 par:pas; -désembrouiller désembrouiller VER 0.01 0.00 0.01 0.00 inf; -désembuer désembuer VER 0.00 0.07 0.00 0.07 inf; -désemparait désemparer VER 0.67 3.18 0.00 0.07 ind:imp:3s; -désemparer désemparer VER 0.67 3.18 0.00 0.61 inf; -désemparé désemparer VER m s 0.67 3.18 0.36 1.28 par:pas; -désemparée désemparé ADJ f s 0.90 4.19 0.55 1.42 -désemparées désemparé ADJ f p 0.90 4.19 0.11 0.07 -désemparés désemparer VER m p 0.67 3.18 0.12 0.34 par:pas; -désempenné désempenner VER m s 0.00 0.07 0.00 0.07 par:pas; -désempierraient désempierrer VER 0.00 0.07 0.00 0.07 ind:imp:3p; -désemplissaient désemplir VER 0.17 0.61 0.00 0.07 ind:imp:3p; -désemplissait désemplir VER 0.17 0.61 0.00 0.34 ind:imp:3s; -désemplit désemplir VER 0.17 0.61 0.17 0.20 ind:pre:3s;ind:pas:3s; -désenchaînement désenchaînement NOM m s 0.00 0.07 0.00 0.07 -désenchaîner désenchaîner VER 0.00 0.07 0.00 0.07 inf; -désenchanta désenchanter VER 0.02 0.54 0.00 0.07 ind:pas:3s; -désenchantant désenchanter VER 0.02 0.54 0.00 0.07 par:pre; -désenchante désenchanter VER 0.02 0.54 0.00 0.07 ind:pre:3s; -désenchantement désenchantement NOM m s 0.16 1.76 0.16 1.69 -désenchantements désenchantement NOM m p 0.16 1.76 0.00 0.07 -désenchantent désenchanter VER 0.02 0.54 0.00 0.07 ind:pre:3p; -désenchanter désenchanter VER 0.02 0.54 0.00 0.14 inf; -désenchanté désenchanté ADJ m s 0.11 0.88 0.11 0.47 -désenchantée désenchanter VER f s 0.02 0.54 0.01 0.07 par:pas; -désenchantées désenchanter VER f p 0.02 0.54 0.01 0.00 par:pas; -désenchantés désenchanté NOM m p 0.17 0.34 0.14 0.07 -désenchevêtra désenchevêtrer VER 0.00 0.07 0.00 0.07 ind:pas:3s; -désenclavement désenclavement NOM m s 0.00 0.07 0.00 0.07 -désencombre désencombrer VER 0.00 0.07 0.00 0.07 ind:pre:1s; -désencrasser désencrasser VER 0.03 0.07 0.03 0.07 inf; -désenflaient désenfler VER 0.22 0.07 0.00 0.07 ind:imp:3p; -désenfle désenfler VER 0.22 0.07 0.06 0.00 imp:pre:2s;ind:pre:3s; -désenfler désenfler VER 0.22 0.07 0.12 0.00 inf; -désenflé désenfler VER m s 0.22 0.07 0.04 0.00 par:pas; -désengagement désengagement NOM m s 0.14 0.07 0.14 0.07 -désengager désengager VER 0.31 0.20 0.08 0.14 inf; -désengagez désengager VER 0.31 0.20 0.18 0.00 imp:pre:2p;ind:pre:2p; -désengagé désengager VER m s 0.31 0.20 0.04 0.07 par:pas; -désengluer désengluer VER 0.00 0.07 0.00 0.07 inf; -désengourdir désengourdir VER 0.00 0.14 0.00 0.14 inf; -désennuie désennuyer VER 0.02 0.41 0.00 0.07 ind:pre:3s; -désennuiera désennuyer VER 0.02 0.41 0.00 0.07 ind:fut:3s; -désennuyant désennuyer VER 0.02 0.41 0.00 0.07 par:pre; -désennuyer désennuyer VER 0.02 0.41 0.02 0.20 inf; -désenrouler désenrouler VER 0.01 0.00 0.01 0.00 inf; -désensabler désensabler VER 0.00 0.07 0.00 0.07 inf; -désensibilisation désensibilisation NOM f s 0.32 0.00 0.32 0.00 -désensibilisent désensibiliser VER 0.04 0.00 0.01 0.00 ind:pre:3p; -désensibilisée désensibiliser VER f s 0.04 0.00 0.03 0.00 par:pas; -désensorceler désensorceler VER 0.00 0.14 0.00 0.07 inf; -désensorcelé désensorceler VER m s 0.00 0.14 0.00 0.07 par:pas; -désentortille désentortiller VER 0.00 0.07 0.00 0.07 ind:pre:1s; -désentravé désentraver VER m s 0.00 0.14 0.00 0.07 par:pas; -désentravée désentraver VER f s 0.00 0.14 0.00 0.07 par:pas; -désenvoûter désenvoûter VER 0.03 0.00 0.02 0.00 inf; -désenvoûteurs désenvoûteur NOM m p 0.00 0.07 0.00 0.07 -désenvoûté désenvoûter VER m s 0.03 0.00 0.01 0.00 par:pas; -désert désert NOM m s 27.66 41.89 26.13 36.76 -déserta déserter VER 4.90 11.28 0.01 0.41 ind:pas:3s; -désertaient déserter VER 4.90 11.28 0.01 0.20 ind:imp:3p; -désertais déserter VER 4.90 11.28 0.02 0.14 ind:imp:1s; -désertait déserter VER 4.90 11.28 0.03 0.47 ind:imp:3s; -désertant déserter VER 4.90 11.28 0.00 0.07 par:pre; -déserte désert ADJ f s 8.02 52.57 3.48 22.91 -désertent déserter VER 4.90 11.28 0.12 0.47 ind:pre:3p; -déserter déserter VER 4.90 11.28 1.92 1.69 inf; -déserterait déserter VER 4.90 11.28 0.11 0.00 cnd:pre:3s; -désertes désert ADJ f p 8.02 52.57 0.99 7.91 -déserteur déserteur NOM m s 3.08 5.54 1.89 3.51 -déserteurs déserteur NOM m p 3.08 5.54 1.19 2.03 -désertifie désertifier VER 0.00 0.07 0.00 0.07 ind:pre:3s; -désertion désertion NOM f s 1.09 2.43 1.07 2.09 -désertions désertion NOM f p 1.09 2.43 0.02 0.34 -désertique désertique ADJ s 0.22 2.57 0.17 1.82 -désertiques désertique ADJ p 0.22 2.57 0.04 0.74 -désertâmes déserter VER 4.90 11.28 0.00 0.07 ind:pas:1p; -désertons déserter VER 4.90 11.28 0.00 0.07 imp:pre:1p; -déserts désert NOM m p 27.66 41.89 1.53 5.14 -désertèrent déserter VER 4.90 11.28 0.00 0.27 ind:pas:3p; -déserté déserter VER m s 4.90 11.28 1.76 4.19 par:pas; -désertée déserter VER f s 4.90 11.28 0.24 0.88 par:pas; -désertées déserter VER f p 4.90 11.28 0.15 0.14 par:pas; -désertés déserter VER m p 4.90 11.28 0.02 0.47 par:pas; -désespoir désespoir NOM m s 10.62 46.89 10.61 45.47 -désespoirs désespoir NOM m p 10.62 46.89 0.01 1.42 -désespère désespérer VER 12.22 17.43 1.42 1.69 imp:pre:2s;ind:pre:1s;ind:pre:3s; -désespèrent désespérer VER 12.22 17.43 0.06 0.20 ind:pre:3p; -désespères désespérer VER 12.22 17.43 0.01 0.20 ind:pre:2s; -désespéra désespérer VER 12.22 17.43 0.00 0.61 ind:pas:3s; -désespérai désespérer VER 12.22 17.43 0.00 0.14 ind:pas:1s; -désespéraient désespérer VER 12.22 17.43 0.01 0.41 ind:imp:3p; -désespérais désespérer VER 12.22 17.43 0.37 0.41 ind:imp:1s; -désespérait désespérer VER 12.22 17.43 0.06 2.03 ind:imp:3s; -désespérance désespérance NOM f s 0.03 1.08 0.03 1.08 -désespérant désespérant ADJ m s 0.67 1.96 0.60 0.95 -désespérante désespérant ADJ f s 0.67 1.96 0.06 0.88 -désespérants désespérant ADJ m p 0.67 1.96 0.01 0.14 -désespérer désespérer VER 12.22 17.43 1.18 4.19 inf; -désespérez désespérer VER 12.22 17.43 0.57 0.20 imp:pre:2p;ind:pre:2p; -désespérions désespérer VER 12.22 17.43 0.02 0.00 ind:imp:1p; -désespérons désespérer VER 12.22 17.43 0.14 0.07 imp:pre:1p; -désespérât désespérer VER 12.22 17.43 0.00 0.07 sub:imp:3s; -désespérèrent désespérer VER 12.22 17.43 0.00 0.07 ind:pas:3p; -désespéré désespéré ADJ m s 10.37 16.35 4.87 7.30 -désespérée désespéré ADJ f s 10.37 16.35 3.60 5.34 -désespérées désespéré ADJ f p 10.37 16.35 0.65 1.08 -désespérément désespérément ADV 4.08 10.81 4.08 10.81 -désespérés désespéré ADJ m p 10.37 16.35 1.25 2.64 -déshabilla déshabiller VER 22.98 26.22 0.01 2.43 ind:pas:3s; -déshabillage_éclair déshabillage_éclair NOM m s 0.00 0.07 0.00 0.07 -déshabillage déshabillage NOM m s 0.23 0.81 0.23 0.68 -déshabillages déshabillage NOM m p 0.23 0.81 0.00 0.14 -déshabillai déshabiller VER 22.98 26.22 0.00 0.41 ind:pas:1s; -déshabillaient déshabiller VER 22.98 26.22 0.13 0.34 ind:imp:3p; -déshabillais déshabiller VER 22.98 26.22 0.14 0.27 ind:imp:1s;ind:imp:2s; -déshabillait déshabiller VER 22.98 26.22 0.10 2.16 ind:imp:3s; -déshabillant déshabiller VER 22.98 26.22 0.10 1.01 par:pre; -déshabille déshabiller VER 22.98 26.22 8.69 5.00 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:1s; -déshabillent déshabiller VER 22.98 26.22 0.44 0.34 ind:pre:3p; -déshabiller déshabiller VER 22.98 26.22 5.85 8.58 inf; -déshabillera déshabiller VER 22.98 26.22 0.01 0.14 ind:fut:3s; -déshabillerai déshabiller VER 22.98 26.22 0.13 0.07 ind:fut:1s; -déshabillerait déshabiller VER 22.98 26.22 0.01 0.07 cnd:pre:3s; -déshabilleras déshabiller VER 22.98 26.22 0.01 0.07 ind:fut:2s; -déshabilleriez déshabiller VER 22.98 26.22 0.01 0.00 cnd:pre:2p; -déshabillerons déshabiller VER 22.98 26.22 0.00 0.07 ind:fut:1p; -déshabilles déshabiller VER 22.98 26.22 1.46 0.20 ind:pre:2s;sub:pre:2s; -déshabillez déshabiller VER 22.98 26.22 3.72 0.34 imp:pre:2p;ind:pre:2p; -déshabillons déshabiller VER 22.98 26.22 0.09 0.14 imp:pre:1p;ind:pre:1p; -déshabillèrent déshabiller VER 22.98 26.22 0.00 0.41 ind:pas:3p; -déshabillé déshabiller VER m s 22.98 26.22 0.90 1.89 par:pas; -déshabillée déshabiller VER f s 22.98 26.22 0.73 1.69 par:pas; -déshabillées déshabiller VER f p 22.98 26.22 0.13 0.20 par:pas; -déshabillés déshabiller VER m p 22.98 26.22 0.32 0.41 par:pas; -déshabité déshabité ADJ m s 0.00 0.20 0.00 0.07 -déshabitée déshabité ADJ f s 0.00 0.20 0.00 0.07 -déshabités déshabité ADJ m p 0.00 0.20 0.00 0.07 -déshabitué déshabituer VER m s 0.00 0.27 0.00 0.14 par:pas; -déshabituées déshabituer VER f p 0.00 0.27 0.00 0.07 par:pas; -déshabitués déshabituer VER m p 0.00 0.27 0.00 0.07 par:pas; -désharmonie désharmonie NOM f s 0.00 0.07 0.00 0.07 -désherbage désherbage NOM m s 0.15 0.00 0.15 0.00 -désherbait désherber VER 0.19 0.74 0.00 0.34 ind:imp:3s; -désherbant désherbant ADJ m s 0.11 0.00 0.10 0.00 -désherbants désherbant NOM m p 0.07 0.07 0.01 0.07 -désherbe désherber VER 0.19 0.74 0.00 0.07 ind:pre:3s; -désherber désherber VER 0.19 0.74 0.04 0.27 inf; -désherbé désherber VER m s 0.19 0.74 0.16 0.00 par:pas; -désherbée désherber VER f s 0.19 0.74 0.00 0.07 par:pas; -désheuraient désheurer VER 0.00 0.07 0.00 0.07 ind:imp:3p; -déshonneur déshonneur NOM m s 3.28 2.84 3.28 2.84 -déshonnête déshonnête ADJ s 0.01 0.20 0.01 0.07 -déshonnêtes déshonnête ADJ p 0.01 0.20 0.00 0.14 -déshonoraient déshonorer VER 7.99 6.15 0.00 0.14 ind:imp:3p; -déshonorait déshonorer VER 7.99 6.15 0.00 0.34 ind:imp:3s; -déshonorant déshonorant ADJ m s 0.92 1.28 0.67 0.68 -déshonorante déshonorant ADJ f s 0.92 1.28 0.24 0.34 -déshonorantes déshonorant ADJ f p 0.92 1.28 0.01 0.14 -déshonorants déshonorant ADJ m p 0.92 1.28 0.00 0.14 -déshonore déshonorer VER 7.99 6.15 0.52 0.68 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -déshonorent déshonorer VER 7.99 6.15 0.29 0.07 ind:pre:3p; -déshonorer déshonorer VER 7.99 6.15 1.31 1.28 inf; -déshonorera déshonorer VER 7.99 6.15 0.01 0.07 ind:fut:3s; -déshonorerai déshonorer VER 7.99 6.15 0.02 0.00 ind:fut:1s; -déshonorerais déshonorer VER 7.99 6.15 0.02 0.00 cnd:pre:1s; -déshonorerait déshonorer VER 7.99 6.15 0.01 0.07 cnd:pre:3s; -déshonores déshonorer VER 7.99 6.15 0.36 0.27 ind:pre:2s; -déshonorez déshonorer VER 7.99 6.15 0.28 0.14 imp:pre:2p;ind:pre:2p; -déshonoré déshonorer VER m s 7.99 6.15 3.15 1.42 par:pas; -déshonorée déshonorer VER f s 7.99 6.15 1.07 0.88 par:pas; -déshonorées déshonorer VER f p 7.99 6.15 0.27 0.14 par:pas; -déshonorés déshonorer VER m p 7.99 6.15 0.65 0.47 par:pas; -déshumanisant déshumaniser VER 0.12 0.14 0.03 0.00 par:pre; -déshumanisante déshumanisant ADJ f s 0.04 0.00 0.04 0.00 -déshumanisation déshumanisation NOM f s 0.15 0.14 0.15 0.14 -déshumanise déshumaniser VER 0.12 0.14 0.01 0.00 ind:pre:3s; -déshumanisent déshumaniser VER 0.12 0.14 0.04 0.00 ind:pre:3p; -déshumaniser déshumaniser VER 0.12 0.14 0.01 0.00 inf; -déshumanisé déshumaniser VER m s 0.12 0.14 0.00 0.14 par:pas; -déshumanisée déshumaniser VER f s 0.12 0.14 0.01 0.00 par:pas; -déshumanisées déshumaniser VER f p 0.12 0.14 0.01 0.00 par:pas; -déshumidification déshumidification NOM f s 0.10 0.00 0.10 0.00 -déshérence déshérence NOM f s 0.00 0.20 0.00 0.20 -déshérita déshériter VER 0.85 1.08 0.01 0.07 ind:pas:3s; -déshéritais déshériter VER 0.85 1.08 0.01 0.00 ind:imp:2s; -déshérite déshériter VER 0.85 1.08 0.11 0.07 imp:pre:2s;ind:pre:1s;ind:pre:3s; -déshériter déshériter VER 0.85 1.08 0.18 0.34 inf; -déshéritera déshériter VER 0.85 1.08 0.02 0.00 ind:fut:3s; -déshériterai déshériter VER 0.85 1.08 0.01 0.07 ind:fut:1s; -déshériterais déshériter VER 0.85 1.08 0.11 0.00 cnd:pre:1s; -déshériterait déshériter VER 0.85 1.08 0.02 0.07 cnd:pre:3s; -déshérité déshériter VER m s 0.85 1.08 0.34 0.41 par:pas; -déshéritée déshérité NOM f s 0.41 0.74 0.10 0.00 -déshéritées déshérité ADJ f p 0.22 1.42 0.10 0.20 -déshérités déshérité NOM m p 0.41 0.74 0.29 0.74 -déshydratais déshydrater VER 1.17 0.14 0.01 0.00 ind:imp:1s; -déshydratant déshydrater VER 1.17 0.14 0.01 0.00 par:pre; -déshydratation déshydratation NOM f s 0.61 0.07 0.61 0.07 -déshydrate déshydrater VER 1.17 0.14 0.20 0.00 ind:pre:1s;ind:pre:3s;sub:pre:1s; -déshydrater déshydrater VER 1.17 0.14 0.29 0.00 inf; -déshydraté déshydrater VER m s 1.17 0.14 0.44 0.00 par:pas; -déshydratée déshydraté ADJ f s 0.69 0.54 0.33 0.27 -déshydratées déshydrater VER f p 1.17 0.14 0.03 0.00 par:pas; -déshydratés déshydraté ADJ m p 0.69 0.54 0.03 0.14 -désigna désigner VER 10.04 66.69 0.04 10.07 ind:pas:3s; -désignai désigner VER 10.04 66.69 0.00 0.68 ind:pas:1s; -désignaient désigner VER 10.04 66.69 0.03 0.95 ind:imp:3p; -désignais désigner VER 10.04 66.69 0.03 0.20 ind:imp:1s;ind:imp:2s; -désignait désigner VER 10.04 66.69 0.29 8.85 ind:imp:3s; -désignant désigner VER 10.04 66.69 0.25 11.69 par:pre; -désignassent désigner VER 10.04 66.69 0.00 0.07 sub:imp:3p; -désignation désignation NOM f s 0.49 1.62 0.47 1.55 -désignations désignation NOM f p 0.49 1.62 0.02 0.07 -désigne désigner VER 10.04 66.69 1.97 9.93 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -désignent désigner VER 10.04 66.69 0.18 1.28 ind:pre:3p; -désigner désigner VER 10.04 66.69 1.81 8.38 inf; -désignera désigner VER 10.04 66.69 0.32 0.20 ind:fut:3s; -désignerai désigner VER 10.04 66.69 0.02 0.07 ind:fut:1s; -désignerait désigner VER 10.04 66.69 0.01 0.34 cnd:pre:3s; -désigneras désigner VER 10.04 66.69 0.01 0.00 ind:fut:2s; -désignerez désigner VER 10.04 66.69 0.02 0.00 ind:fut:2p; -désigneriez désigner VER 10.04 66.69 0.01 0.07 cnd:pre:2p; -désignerons désigner VER 10.04 66.69 0.01 0.00 ind:fut:1p; -désigneront désigner VER 10.04 66.69 0.01 0.00 ind:fut:3p; -désignez désigner VER 10.04 66.69 0.64 0.20 imp:pre:2p;ind:pre:2p; -désignions désigner VER 10.04 66.69 0.00 0.07 ind:imp:1p; -désignât désigner VER 10.04 66.69 0.00 0.34 sub:imp:3s; -désignèrent désigner VER 10.04 66.69 0.01 0.34 ind:pas:3p; -désigné désigner VER m s 10.04 66.69 3.04 8.58 par:pas; -désignée désigner VER f s 10.04 66.69 0.65 1.35 par:pas; -désignées désigner VER f p 10.04 66.69 0.06 0.95 par:pas; -désignés désigner VER m p 10.04 66.69 0.62 2.09 par:pas; -désillusion désillusion NOM f s 1.08 2.23 0.94 1.22 -désillusionnement désillusionnement NOM m s 0.10 0.00 0.10 0.00 -désillusionner désillusionner VER 0.02 0.14 0.02 0.00 inf; -désillusionné désillusionner VER m s 0.02 0.14 0.00 0.14 par:pas; -désillusions désillusion NOM f p 1.08 2.23 0.14 1.01 -désincarcération désincarcération NOM f s 0.01 0.00 0.01 0.00 -désincarcéré désincarcérer VER m s 0.01 0.00 0.01 0.00 par:pas; -désincarnant désincarner VER 0.02 0.61 0.00 0.07 par:pre; -désincarnation désincarnation NOM f s 0.01 0.00 0.01 0.00 -désincarne désincarner VER 0.02 0.61 0.01 0.07 ind:pre:1s;ind:pre:3s; -désincarner désincarner VER 0.02 0.61 0.00 0.07 inf; -désincarné désincarné NOM m s 0.18 0.34 0.02 0.20 -désincarnée désincarné ADJ f s 0.05 0.95 0.03 0.34 -désincarnées désincarné ADJ f p 0.05 0.95 0.01 0.20 -désincarnés désincarné NOM m p 0.18 0.34 0.15 0.00 -désincrustante désincrustant ADJ f s 0.01 0.00 0.01 0.00 -désincruster désincruster VER 0.01 0.00 0.01 0.00 inf; -désindividualisation désindividualisation NOM f s 0.10 0.00 0.10 0.00 -désinence désinence NOM f s 0.00 0.20 0.00 0.07 -désinences désinence NOM f p 0.00 0.20 0.00 0.14 -désinfecta désinfecter VER 3.27 2.57 0.00 0.07 ind:pas:3s; -désinfectant désinfectant NOM m s 0.82 1.62 0.79 1.49 -désinfectante désinfectant ADJ f s 0.10 0.14 0.01 0.00 -désinfectantes désinfectant ADJ f p 0.10 0.14 0.02 0.00 -désinfectants désinfectant NOM m p 0.82 1.62 0.04 0.14 -désinfecte désinfecter VER 3.27 2.57 1.00 0.54 imp:pre:2s;ind:pre:1s;ind:pre:3s; -désinfectent désinfecter VER 3.27 2.57 0.08 0.07 ind:pre:3p; -désinfecter désinfecter VER 3.27 2.57 1.59 1.35 inf; -désinfecterai désinfecter VER 3.27 2.57 0.00 0.07 ind:fut:1s; -désinfectez désinfecter VER 3.27 2.57 0.05 0.00 imp:pre:2p;ind:pre:2p; -désinfection désinfection NOM f s 0.72 0.61 0.71 0.61 -désinfections désinfection NOM f p 0.72 0.61 0.01 0.00 -désinfecté désinfecter VER m s 3.27 2.57 0.47 0.20 par:pas; -désinfectée désinfecter VER f s 3.27 2.57 0.03 0.00 par:pas; -désinfectées désinfecter VER f p 3.27 2.57 0.03 0.07 par:pas; -désinfectés désinfecter VER m p 3.27 2.57 0.00 0.07 par:pas; -désinformation désinformation NOM f s 0.21 0.41 0.20 0.41 -désinformations désinformation NOM f p 0.21 0.41 0.01 0.00 -désinformer désinformer VER 0.01 0.07 0.01 0.00 inf; -désinformée désinformer VER f s 0.01 0.07 0.00 0.07 par:pas; -désinhibe désinhiber VER 0.01 0.00 0.01 0.00 ind:pre:3s; -désinsectisation désinsectisation NOM f s 0.19 0.00 0.19 0.00 -désinsectiser désinsectiser VER 0.01 0.00 0.01 0.00 inf; -désinstaller désinstaller VER 0.03 0.00 0.02 0.00 inf; -désinstallé désinstaller VER m s 0.03 0.00 0.01 0.00 par:pas; -désintellectualiser désintellectualiser VER 0.01 0.00 0.01 0.00 inf; -désintoxication désintoxication NOM f s 1.46 0.74 1.46 0.74 -désintoxique désintoxiquer VER 0.91 1.15 0.03 0.20 imp:pre:2s;ind:pre:1s;ind:pre:3s; -désintoxiquer désintoxiquer VER 0.91 1.15 0.47 0.68 inf; -désintoxiquera désintoxiquer VER 0.91 1.15 0.00 0.07 ind:fut:3s; -désintoxiquez désintoxiquer VER 0.91 1.15 0.04 0.00 imp:pre:2p;ind:pre:2p; -désintoxiqué désintoxiquer VER m s 0.91 1.15 0.16 0.14 par:pas; -désintoxiquée désintoxiquer VER f s 0.91 1.15 0.20 0.07 par:pas; -désintoxiqués désintoxiquer VER m p 0.91 1.15 0.01 0.00 par:pas; -désintègre désintégrer VER 2.08 1.49 0.33 0.07 imp:pre:2s;ind:pre:3s; -désintègrent désintégrer VER 2.08 1.49 0.10 0.00 ind:pre:3p; -désintégra désintégrer VER 2.08 1.49 0.03 0.00 ind:pas:3s; -désintégraient désintégrer VER 2.08 1.49 0.01 0.07 ind:imp:3p; -désintégrait désintégrer VER 2.08 1.49 0.01 0.20 ind:imp:3s; -désintégrant désintégrer VER 2.08 1.49 0.11 0.14 par:pre; -désintégrateur désintégrateur NOM m s 0.03 0.00 0.03 0.00 -désintégration désintégration NOM f s 0.88 0.54 0.86 0.47 -désintégrations désintégration NOM f p 0.88 0.54 0.02 0.07 -désintégrer désintégrer VER 2.08 1.49 0.50 0.41 inf; -désintégrera désintégrer VER 2.08 1.49 0.09 0.00 ind:fut:3s; -désintégreront désintégrer VER 2.08 1.49 0.03 0.00 ind:fut:3p; -désintégré désintégrer VER m s 2.08 1.49 0.65 0.14 par:pas; -désintégrée désintégrer VER f s 2.08 1.49 0.13 0.27 par:pas; -désintégrés désintégrer VER m p 2.08 1.49 0.09 0.20 par:pas; -désintéressa désintéresser VER 0.95 5.54 0.00 0.34 ind:pas:3s; -désintéressaient désintéresser VER 0.95 5.54 0.01 0.20 ind:imp:3p; -désintéressait désintéresser VER 0.95 5.54 0.00 1.01 ind:imp:3s; -désintéressant désintéresser VER 0.95 5.54 0.00 0.14 par:pre; -désintéresse désintéresser VER 0.95 5.54 0.11 0.47 ind:pre:1s;ind:pre:3s; -désintéressement désintéressement NOM m s 0.33 2.09 0.33 2.09 -désintéressent désintéresser VER 0.95 5.54 0.00 0.07 ind:pre:3p; -désintéresser désintéresser VER 0.95 5.54 0.07 1.62 inf; -désintéresserait désintéresser VER 0.95 5.54 0.00 0.07 cnd:pre:3s; -désintéresseront désintéresser VER 0.95 5.54 0.00 0.07 ind:fut:3p; -désintéressiez désintéresser VER 0.95 5.54 0.02 0.00 ind:imp:2p; -désintéressé désintéressé ADJ m s 1.05 2.64 0.63 1.01 -désintéressée désintéressé ADJ f s 1.05 2.64 0.39 0.95 -désintéressées désintéresser VER f p 0.95 5.54 0.01 0.07 par:pas; -désintéressés désintéresser VER m p 0.95 5.54 0.23 0.00 par:pas; -désintérêt désintérêt NOM m s 0.07 0.68 0.07 0.68 -désinvite désinviter VER 0.07 0.00 0.02 0.00 ind:pre:1s; -désinviter désinviter VER 0.07 0.00 0.05 0.00 inf; -désinvolte désinvolte ADJ s 1.09 7.50 0.81 6.76 -désinvoltes désinvolte ADJ p 1.09 7.50 0.28 0.74 -désinvolture désinvolture NOM f s 0.32 9.86 0.32 9.80 -désinvoltures désinvolture NOM f p 0.32 9.86 0.00 0.07 -désir désir NOM m s 45.35 117.09 31.59 96.69 -désira désirer VER 65.63 61.89 0.04 0.81 ind:pas:3s; -désirabilité désirabilité NOM f s 0.00 0.07 0.00 0.07 -désirable désirable ADJ s 1.39 5.20 1.18 4.19 -désirables désirable ADJ p 1.39 5.20 0.21 1.01 -désiraient désirer VER 65.63 61.89 0.26 2.03 ind:imp:3p; -désirais désirer VER 65.63 61.89 1.88 4.66 ind:imp:1s;ind:imp:2s; -désirait désirer VER 65.63 61.89 1.04 14.05 ind:imp:3s; -désirant désirer VER 65.63 61.89 0.29 0.61 par:pre; -désirante désirant ADJ f s 0.05 0.47 0.00 0.14 -désire désirer VER 65.63 61.89 21.01 13.18 imp:pre:2s;ind:pre:1s;ind:pre:3s; -désirent désirer VER 65.63 61.89 2.06 2.16 ind:pre:3p; -désirer désirer VER 65.63 61.89 4.28 9.12 inf; -désirera désirer VER 65.63 61.89 0.17 0.00 ind:fut:3s; -désireraient désirer VER 65.63 61.89 0.01 0.14 cnd:pre:3p; -désirerais désirer VER 65.63 61.89 0.32 0.54 cnd:pre:1s;cnd:pre:2s; -désirerait désirer VER 65.63 61.89 0.11 0.47 cnd:pre:3s; -désireras désirer VER 65.63 61.89 0.13 0.07 ind:fut:2s; -désireriez désirer VER 65.63 61.89 0.03 0.00 cnd:pre:2p; -désirerions désirer VER 65.63 61.89 0.02 0.07 cnd:pre:1p; -désireront désirer VER 65.63 61.89 0.10 0.07 ind:fut:3p; -désires désirer VER 65.63 61.89 3.87 1.08 ind:pre:2s; -désireuse désireux ADJ f s 1.46 7.43 0.35 1.96 -désireuses désireux ADJ f p 1.46 7.43 0.06 0.27 -désireux désireux ADJ m 1.46 7.43 1.05 5.20 -désirez désirer VER 65.63 61.89 23.85 3.72 imp:pre:2p;ind:pre:2p; -désiriez désirer VER 65.63 61.89 0.83 0.47 ind:imp:2p; -désirions désirer VER 65.63 61.89 0.05 0.41 ind:imp:1p; -désirons désirer VER 65.63 61.89 0.68 0.68 ind:pre:1p; -désirât désirer VER 65.63 61.89 0.00 0.34 sub:imp:3s; -désirs désir NOM m p 45.35 117.09 13.76 20.41 -désiré désirer VER m s 65.63 61.89 2.87 5.54 par:pas; -désirée désirer VER f s 65.63 61.89 1.67 1.42 par:pas; -désirées désiré ADJ f p 1.02 3.31 0.02 0.07 -désirés désiré ADJ m p 1.02 3.31 0.09 0.41 -désiste désister VER 0.64 0.20 0.05 0.00 imp:pre:2s;ind:pre:1s;ind:pre:3s; -désistement désistement NOM m s 0.12 0.07 0.12 0.07 -désister désister VER 0.64 0.20 0.18 0.07 inf; -désistez désister VER 0.64 0.20 0.04 0.00 imp:pre:2p;ind:pre:2p; -désistèrent désister VER 0.64 0.20 0.01 0.00 ind:pas:3p; -désisté désister VER m s 0.64 0.20 0.34 0.00 par:pas; -désistée désister VER f s 0.64 0.20 0.02 0.07 par:pas; -désistés désister VER m p 0.64 0.20 0.00 0.07 par:pas; -déslipe désliper VER 0.00 0.07 0.00 0.07 ind:pre:1s; -désoblige désobliger VER 0.04 0.81 0.00 0.07 ind:pre:3s; -désobligea désobliger VER 0.04 0.81 0.00 0.07 ind:pas:3s; -désobligeait désobliger VER 0.04 0.81 0.00 0.07 ind:imp:3s; -désobligeance désobligeance NOM f s 0.00 0.14 0.00 0.14 -désobligeant désobligeant ADJ m s 0.76 3.04 0.54 0.74 -désobligeante désobligeant ADJ f s 0.76 3.04 0.09 1.01 -désobligeantes désobligeant ADJ f p 0.76 3.04 0.09 0.88 -désobligeants désobligeant ADJ m p 0.76 3.04 0.04 0.41 -désobligent désobliger VER 0.04 0.81 0.01 0.07 ind:pre:3p; -désobliger désobliger VER 0.04 0.81 0.01 0.34 inf; -désobligerait désobliger VER 0.04 0.81 0.00 0.07 cnd:pre:3s; -désobligés désobliger VER m p 0.04 0.81 0.00 0.07 par:pas; -désobéi désobéir VER m s 6.15 2.09 2.27 0.20 par:pas; -désobéir désobéir VER 6.15 2.09 1.75 1.01 inf; -désobéira désobéir VER 6.15 2.09 0.05 0.00 ind:fut:3s; -désobéirai désobéir VER 6.15 2.09 0.03 0.00 ind:fut:1s; -désobéirais désobéir VER 6.15 2.09 0.02 0.00 cnd:pre:2s; -désobéiront désobéir VER 6.15 2.09 0.01 0.00 ind:fut:3p; -désobéis désobéir VER 6.15 2.09 0.76 0.00 imp:pre:2s;ind:pre:1s;ind:pre:2s; -désobéissais désobéir VER 6.15 2.09 0.14 0.07 ind:imp:1s;ind:imp:2s; -désobéissait désobéir VER 6.15 2.09 0.02 0.14 ind:imp:3s; -désobéissance désobéissance NOM f s 0.91 0.74 0.91 0.68 -désobéissances désobéissance NOM f p 0.91 0.74 0.00 0.07 -désobéissant désobéissant ADJ m s 0.39 0.14 0.13 0.00 -désobéissante désobéissant ADJ f s 0.39 0.14 0.23 0.07 -désobéissants désobéissant ADJ m p 0.39 0.14 0.03 0.07 -désobéisse désobéir VER 6.15 2.09 0.06 0.07 sub:pre:1s;sub:pre:3s; -désobéissent désobéir VER 6.15 2.09 0.27 0.14 ind:pre:3p; -désobéissez désobéir VER 6.15 2.09 0.36 0.00 imp:pre:2p;ind:pre:2p; -désobéissions désobéir VER 6.15 2.09 0.00 0.07 ind:imp:1p; -désobéit désobéir VER 6.15 2.09 0.34 0.27 ind:pre:3s;ind:pas:3s; -désoccupés désoccupé ADJ m p 0.00 0.20 0.00 0.20 -désodorisant désodorisant NOM m s 0.45 0.27 0.32 0.27 -désodorisante désodorisant ADJ f s 0.09 0.07 0.01 0.07 -désodorisants désodorisant NOM m p 0.45 0.27 0.13 0.00 -désodoriser désodoriser VER 0.04 0.07 0.04 0.00 inf; -désodorisés désodoriser VER m p 0.04 0.07 0.01 0.07 par:pas; -désodé désodé ADJ m s 0.00 0.07 0.00 0.07 -désoeuvre désoeuvre NOM f s 0.00 0.07 0.00 0.07 -désoeuvrement désoeuvrement NOM m s 0.03 2.36 0.03 2.30 -désoeuvrements désoeuvrement NOM m p 0.03 2.36 0.00 0.07 -désoeuvré désoeuvrer VER m s 0.28 0.95 0.02 0.47 par:pas; -désoeuvrée désoeuvrer VER f s 0.28 0.95 0.10 0.14 par:pas; -désoeuvrées désoeuvré ADJ f p 0.17 3.04 0.01 0.34 -désoeuvrés désoeuvrer VER m p 0.28 0.95 0.16 0.27 par:pas; -désola désoler VER 297.27 14.46 0.00 0.27 ind:pas:3s; -désolai désoler VER 297.27 14.46 0.00 0.14 ind:pas:1s; -désolaient désoler VER 297.27 14.46 0.00 0.07 ind:imp:3p; -désolais désoler VER 297.27 14.46 0.00 0.27 ind:imp:1s; -désolait désoler VER 297.27 14.46 0.10 1.15 ind:imp:3s; -désolant désolant ADJ m s 0.88 2.50 0.65 1.08 -désolante désolant ADJ f s 0.88 2.50 0.08 1.08 -désolantes désolant ADJ f p 0.88 2.50 0.14 0.14 -désolants désolant ADJ m p 0.88 2.50 0.01 0.20 -désolation désolation NOM f s 1.04 6.82 1.04 6.76 -désolations désolation NOM f p 1.04 6.82 0.00 0.07 -désole désoler VER 297.27 14.46 2.08 1.28 imp:pre:2s;ind:pre:1s;ind:pre:3s; -désolent désoler VER 297.27 14.46 0.01 0.00 ind:pre:3p; -désoler désoler VER 297.27 14.46 0.35 0.61 inf; -désolera désoler VER 297.27 14.46 0.02 0.00 ind:fut:3s; -désolerait désoler VER 297.27 14.46 0.03 0.00 cnd:pre:3s; -désoleront désoler VER 297.27 14.46 0.00 0.07 ind:fut:3p; -désoles désoler VER 297.27 14.46 0.02 0.07 ind:pre:2s; -désolez désoler VER 297.27 14.46 0.03 0.07 imp:pre:2p; -désolidarisa désolidariser VER 0.04 1.08 0.00 0.07 ind:pas:3s; -désolidarisaient désolidariser VER 0.04 1.08 0.00 0.07 ind:imp:3p; -désolidarisait désolidariser VER 0.04 1.08 0.00 0.20 ind:imp:3s; -désolidariser désolidariser VER 0.04 1.08 0.04 0.47 inf; -désolidariserai désolidariser VER 0.04 1.08 0.00 0.14 ind:fut:1s; -désolidarisé désolidariser VER m s 0.04 1.08 0.00 0.07 par:pas; -désolidarisés désolidariser VER m p 0.04 1.08 0.00 0.07 par:pas; -désolât désoler VER 297.27 14.46 0.00 0.07 sub:imp:3s; -désolé désolé ADJ m s 276.66 12.43 193.51 6.49 -désolée désoler VER f s 297.27 14.46 98.22 3.38 ind:imp:3s;par:pas; -désolées désolé ADJ f p 276.66 12.43 0.37 0.61 -désolés désoler VER m p 297.27 14.46 2.71 0.34 par:pas; -désopilant désopilant ADJ m s 0.42 1.08 0.41 0.61 -désopilante désopilant ADJ f s 0.42 1.08 0.01 0.14 -désopilantes désopilant ADJ f p 0.42 1.08 0.00 0.14 -désopilants désopilant ADJ m p 0.42 1.08 0.01 0.20 -désorbitation désorbitation NOM f s 0.01 0.00 0.01 0.00 -désorbitent désorbiter VER 0.03 0.07 0.01 0.07 ind:pre:3p; -désorbiter désorbiter VER 0.03 0.07 0.02 0.00 inf; -désordonne désordonner VER 0.61 0.74 0.00 0.07 ind:pre:3s; -désordonné désordonner VER m s 0.61 0.74 0.27 0.20 par:pas; -désordonnée désordonné ADJ f s 0.40 5.41 0.22 1.62 -désordonnées désordonné ADJ f p 0.40 5.41 0.02 0.81 -désordonnément désordonnément ADV 0.00 0.07 0.00 0.07 -désordonnés désordonner VER m p 0.61 0.74 0.21 0.14 par:pas; -désordre désordre NOM m s 13.64 42.23 12.34 39.12 -désordres désordre NOM m p 13.64 42.23 1.30 3.11 -désorganisait désorganiser VER 0.93 0.95 0.00 0.14 ind:imp:3s; -désorganisateur désorganisateur NOM m s 0.00 0.07 0.00 0.07 -désorganisation désorganisation NOM f s 0.01 0.47 0.01 0.47 -désorganise désorganiser VER 0.93 0.95 0.28 0.07 ind:pre:1s;ind:pre:3s; -désorganiser désorganiser VER 0.93 0.95 0.05 0.14 inf; -désorganisé désorganiser VER m s 0.93 0.95 0.43 0.20 par:pas; -désorganisée désorganiser VER f s 0.93 0.95 0.08 0.00 par:pas; -désorganisées désorganiser VER f p 0.93 0.95 0.01 0.20 par:pas; -désorganisés désorganiser VER m p 0.93 0.95 0.09 0.20 par:pas; -désorienta désorienter VER 1.32 2.77 0.00 0.14 ind:pas:3s; -désorientaient désorienter VER 1.32 2.77 0.00 0.07 ind:imp:3p; -désorientait désorienter VER 1.32 2.77 0.00 0.34 ind:imp:3s; -désorientant désorienter VER 1.32 2.77 0.01 0.20 par:pre; -désorientation désorientation NOM f s 0.43 0.14 0.43 0.14 -désoriente désorienter VER 1.32 2.77 0.14 0.34 ind:pre:3s; -désorientent désorienter VER 1.32 2.77 0.00 0.07 ind:pre:3p; -désorienter désorienter VER 1.32 2.77 0.19 0.07 inf; -désorienterait désorienter VER 1.32 2.77 0.00 0.07 cnd:pre:3s; -désorienté désorienté ADJ m s 1.31 2.50 0.70 1.35 -désorientée désorienté ADJ f s 1.31 2.50 0.53 0.74 -désorientées désorienté ADJ f p 1.31 2.50 0.00 0.14 -désorientés désorienté ADJ m p 1.31 2.50 0.08 0.27 -désormais désormais ADV 39.13 88.45 39.13 88.45 -désossage désossage NOM m s 0.01 0.00 0.01 0.00 -désossait désosser VER 0.59 1.55 0.00 0.07 ind:imp:3s; -désosse désosser VER 0.59 1.55 0.05 0.20 imp:pre:2s;ind:pre:3s; -désossement désossement NOM m s 0.01 0.00 0.01 0.00 -désosser désosser VER 0.59 1.55 0.13 0.34 inf; -désosseur désosseur NOM m s 0.01 0.00 0.01 0.00 -désossé désosser VER m s 0.59 1.55 0.11 0.27 par:pas; -désossée désosser VER f s 0.59 1.55 0.31 0.34 par:pas; -désossées désosser VER f p 0.59 1.55 0.00 0.20 par:pas; -désossés désosser VER m p 0.59 1.55 0.00 0.14 par:pas; -désoxygénation désoxygénation NOM f s 0.01 0.00 0.01 0.00 -désoxyribonucléique désoxyribonucléique ADJ m s 0.01 0.07 0.01 0.07 -déspiritualisation déspiritualisation NOM f s 0.00 0.07 0.00 0.07 -déspiritualiser déspiritualiser VER 0.00 0.07 0.00 0.07 inf; -dusse devoir VER 3232.80 1318.24 0.28 0.20 sub:imp:1s; -dussent devoir VER 3232.80 1318.24 0.05 0.41 sub:imp:3p; -dusses devoir VER 3232.80 1318.24 0.00 0.07 sub:imp:2s; -dussiez devoir VER 3232.80 1318.24 0.03 0.20 sub:imp:2p; -dussions devoir VER 3232.80 1318.24 0.03 0.20 sub:imp:1p; -déstabilisaient déstabiliser VER 1.80 0.61 0.02 0.00 ind:imp:3p; -déstabilisant déstabilisant ADJ m s 0.37 0.00 0.32 0.00 -déstabilisante déstabilisant ADJ f s 0.37 0.00 0.04 0.00 -déstabilisantes déstabilisant ADJ f p 0.37 0.00 0.01 0.00 -déstabilisation déstabilisation NOM f s 0.18 0.07 0.18 0.07 -déstabilisatrice déstabilisateur ADJ f s 0.14 0.00 0.14 0.00 -déstabilise déstabiliser VER 1.80 0.61 0.29 0.00 ind:pre:3s; -déstabilisent déstabiliser VER 1.80 0.61 0.05 0.00 ind:pre:3p; -déstabiliser déstabiliser VER 1.80 0.61 0.80 0.47 inf; -déstabilisera déstabiliser VER 1.80 0.61 0.06 0.00 ind:fut:3s; -déstabiliserait déstabiliser VER 1.80 0.61 0.10 0.00 cnd:pre:3s; -déstabilisez déstabiliser VER 1.80 0.61 0.03 0.00 imp:pre:2p;ind:pre:2p; -déstabilisé déstabiliser VER m s 1.80 0.61 0.35 0.07 par:pas; -déstabilisée déstabiliser VER f s 1.80 0.61 0.08 0.00 par:pas; -déstabilisés déstabiliser VER m p 1.80 0.61 0.01 0.07 par:pas; -déstalinisation déstalinisation NOM f s 0.00 0.07 0.00 0.07 -déstockage déstockage NOM m s 0.03 0.00 0.03 0.00 -déstocké déstocker VER m s 0.01 0.07 0.01 0.07 par:pas; -déstructuration déstructuration NOM f s 0.03 0.00 0.03 0.00 -déstructurer déstructurer VER 0.03 0.07 0.01 0.07 inf; -déstructuré déstructurer VER m s 0.03 0.07 0.02 0.00 par:pas; -désubjectiviser désubjectiviser VER 0.00 0.07 0.00 0.07 inf; -déséchouée déséchouer VER f s 0.00 0.07 0.00 0.07 par:pas; -désuet désuet ADJ m s 0.36 3.38 0.16 1.62 -désuets désuet ADJ m p 0.36 3.38 0.03 0.47 -déségrégation déségrégation NOM f s 0.03 0.00 0.03 0.00 -désuni désuni ADJ m s 0.07 0.54 0.02 0.07 -désunie désuni ADJ f s 0.07 0.54 0.01 0.07 -désunies désuni ADJ f p 0.07 0.54 0.01 0.14 -désunion désunion NOM f s 0.20 0.20 0.20 0.20 -désunir désunir VER 0.27 1.15 0.13 0.54 inf; -désunirait désunir VER 0.27 1.15 0.00 0.07 cnd:pre:3s; -désunirent désunir VER 0.27 1.15 0.00 0.07 ind:pas:3p; -désunis désuni ADJ m p 0.07 0.54 0.03 0.27 -désunissaient désunir VER 0.27 1.15 0.00 0.14 ind:imp:3p; -désunissait désunir VER 0.27 1.15 0.00 0.07 ind:imp:3s; -désunissant désunir VER 0.27 1.15 0.00 0.07 par:pre; -désunisse désunir VER 0.27 1.15 0.01 0.00 sub:pre:3s; -désunissent désunir VER 0.27 1.15 0.00 0.07 ind:pre:3p; -désunit désunir VER 0.27 1.15 0.12 0.07 ind:pre:3s;ind:pas:3s; -désépaissir désépaissir VER 0.01 0.07 0.00 0.07 inf; -désépaissis désépaissir VER 0.01 0.07 0.01 0.00 ind:pre:1s; -déséquilibra déséquilibrer VER 0.74 1.89 0.00 0.14 ind:pas:3s; -déséquilibraient déséquilibrer VER 0.74 1.89 0.00 0.07 ind:imp:3p; -déséquilibrais déséquilibrer VER 0.74 1.89 0.00 0.07 ind:imp:1s; -déséquilibrait déséquilibrer VER 0.74 1.89 0.00 0.27 ind:imp:3s; -déséquilibrant déséquilibrer VER 0.74 1.89 0.00 0.07 par:pre; -déséquilibre déséquilibre NOM m s 0.83 2.64 0.82 2.36 -déséquilibrer déséquilibrer VER 0.74 1.89 0.07 0.27 inf; -déséquilibres déséquilibre NOM m p 0.83 2.64 0.01 0.27 -déséquilibrez déséquilibrer VER 0.74 1.89 0.01 0.00 ind:pre:2p; -déséquilibrât déséquilibrer VER 0.74 1.89 0.00 0.07 sub:imp:3s; -déséquilibré déséquilibrer VER m s 0.74 1.89 0.41 0.47 par:pas; -déséquilibrée déséquilibrer VER f s 0.74 1.89 0.16 0.34 par:pas; -déséquilibrées déséquilibré NOM f p 0.20 1.42 0.01 0.07 -déséquilibrés déséquilibré ADJ m p 0.41 1.08 0.04 0.14 -déséquipent déséquiper VER 0.00 0.47 0.00 0.07 ind:pre:3p; -déséquiper déséquiper VER 0.00 0.47 0.00 0.20 inf; -déséquipé déséquiper VER m s 0.00 0.47 0.00 0.14 par:pas; -déséquipés déséquiper VER m p 0.00 0.47 0.00 0.07 par:pas; -désuète désuet ADJ f s 0.36 3.38 0.04 0.74 -désuètes désuet ADJ f p 0.36 3.38 0.14 0.54 -désuétude désuétude NOM f s 0.06 0.27 0.06 0.27 -désynchronisation désynchronisation NOM f s 0.01 0.00 0.01 0.00 -désynchronisé désynchroniser VER m s 0.01 0.07 0.01 0.07 par:pas; -dut devoir VER 3232.80 1318.24 1.91 44.19 ind:pas:3s; -détînt détenir VER 12.53 10.61 0.00 0.07 sub:imp:3s; -détacha détacher VER 19.69 65.47 0.13 6.22 ind:pas:3s; -détachable détachable ADJ s 0.14 0.00 0.14 0.00 -détachai détacher VER 19.69 65.47 0.00 0.14 ind:pas:1s; -détachaient détacher VER 19.69 65.47 0.01 3.99 ind:imp:3p; -détachais détacher VER 19.69 65.47 0.02 0.14 ind:imp:1s;ind:imp:2s; -détachait détacher VER 19.69 65.47 0.17 8.51 ind:imp:3s; -détachant détachant NOM m s 0.16 0.54 0.16 0.41 -détachants détachant NOM m p 0.16 0.54 0.00 0.14 -détache détacher VER 19.69 65.47 7.44 7.23 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -détachement détachement NOM m s 2.50 17.84 2.25 15.14 -détachements détachement NOM m p 2.50 17.84 0.25 2.70 -détachent détacher VER 19.69 65.47 0.45 3.31 ind:pre:3p; -détacher détacher VER 19.69 65.47 4.44 15.14 inf; -détacherai détacher VER 19.69 65.47 0.04 0.00 ind:fut:1s; -détacheraient détacher VER 19.69 65.47 0.00 0.07 cnd:pre:3p; -détacherais détacher VER 19.69 65.47 0.01 0.07 cnd:pre:1s; -détacherait détacher VER 19.69 65.47 0.02 0.41 cnd:pre:3s; -détacherons détacher VER 19.69 65.47 0.00 0.07 ind:fut:1p; -détacheront détacher VER 19.69 65.47 0.01 0.00 ind:fut:3p; -détaches détacher VER 19.69 65.47 0.23 0.34 ind:pre:2s; -détacheur détacheur NOM m s 0.10 0.00 0.10 0.00 -détachez détacher VER 19.69 65.47 3.83 0.41 imp:pre:2p;ind:pre:2p; -détachions détacher VER 19.69 65.47 0.00 0.07 ind:imp:1p; -détachons détacher VER 19.69 65.47 0.18 0.14 imp:pre:1p;ind:pre:1p; -détachât détacher VER 19.69 65.47 0.00 0.14 sub:imp:3s; -détachèrent détacher VER 19.69 65.47 0.01 0.81 ind:pas:3p; -détaché détacher VER m s 19.69 65.47 1.45 7.03 par:pas; -détachée détacher VER f s 19.69 65.47 0.57 2.64 par:pas; -détachées détaché ADJ f p 2.88 12.50 1.32 1.42 -détachés détacher VER m p 19.69 65.47 0.37 1.15 par:pas; -détail détail NOM m s 55.78 91.15 19.82 37.97 -détailla détailler VER 2.28 14.59 0.00 0.95 ind:pas:3s; -détaillai détailler VER 2.28 14.59 0.00 0.20 ind:pas:1s; -détaillaient détailler VER 2.28 14.59 0.00 0.20 ind:imp:3p; -détaillais détailler VER 2.28 14.59 0.00 0.34 ind:imp:1s; -détaillait détailler VER 2.28 14.59 0.02 1.89 ind:imp:3s; -détaillant détailler VER 2.28 14.59 0.21 1.28 par:pre; -détaillante détaillant ADJ f s 0.00 0.20 0.00 0.07 -détaillants détaillant NOM m p 0.14 0.14 0.06 0.07 -détaille détailler VER 2.28 14.59 0.20 2.16 imp:pre:2s;ind:pre:1s;ind:pre:3s; -détailler détailler VER 2.28 14.59 0.14 4.26 inf; -détaillera détailler VER 2.28 14.59 0.01 0.00 ind:fut:3s; -détaillerai détailler VER 2.28 14.59 0.01 0.07 ind:fut:1s; -détaillez détailler VER 2.28 14.59 0.07 0.07 imp:pre:2p;ind:pre:2p; -détaillions détailler VER 2.28 14.59 0.00 0.07 ind:imp:1p; -détaillons détailler VER 2.28 14.59 0.00 0.07 ind:pre:1p; -détaillât détailler VER 2.28 14.59 0.00 0.07 sub:imp:3s; -détaillèrent détailler VER 2.28 14.59 0.00 0.14 ind:pas:3p; -détaillé détaillé ADJ m s 1.94 2.57 1.12 1.22 -détaillée détailler VER f s 2.28 14.59 0.68 0.74 par:pas; -détaillées détaillé ADJ f p 1.94 2.57 0.16 0.47 -détaillés détaillé ADJ m p 1.94 2.57 0.23 0.27 -détails détail NOM m p 55.78 91.15 35.96 53.18 -détala détaler VER 1.13 5.00 0.00 0.88 ind:pas:3s; -détalai détaler VER 1.13 5.00 0.00 0.34 ind:pas:1s; -détalaient détaler VER 1.13 5.00 0.01 0.34 ind:imp:3p; -détalait détaler VER 1.13 5.00 0.02 0.27 ind:imp:3s; -détalant détaler VER 1.13 5.00 0.01 0.54 par:pre; -détale détaler VER 1.13 5.00 0.28 0.54 imp:pre:2s;ind:pre:1s;ind:pre:3s; -détalent détaler VER 1.13 5.00 0.06 0.20 ind:pre:3p; -détaler détaler VER 1.13 5.00 0.14 1.28 inf; -détaleraient détaler VER 1.13 5.00 0.01 0.00 cnd:pre:3p; -détaleront détaler VER 1.13 5.00 0.03 0.00 ind:fut:3p; -détales détaler VER 1.13 5.00 0.05 0.00 ind:pre:2s; -détalions détaler VER 1.13 5.00 0.00 0.07 ind:imp:1p; -détalonner détalonner VER 0.01 0.00 0.01 0.00 inf; -détalât détaler VER 1.13 5.00 0.00 0.07 sub:imp:3s; -détalèrent détaler VER 1.13 5.00 0.00 0.20 ind:pas:3p; -détalé détaler VER m s 1.13 5.00 0.52 0.27 par:pas; -détartrage détartrage NOM m s 0.12 0.00 0.12 0.00 -détartrant détartrant NOM m s 0.02 0.00 0.02 0.00 -détartrants détartrant ADJ m p 0.00 0.14 0.00 0.14 -détaxe détaxe NOM f s 0.02 0.00 0.01 0.00 -détaxes détaxe NOM f p 0.02 0.00 0.01 0.00 -détaxée détaxer VER f s 0.11 0.07 0.10 0.00 par:pas; -détaxées détaxer VER f p 0.11 0.07 0.01 0.07 par:pas; -détecta détecter VER 9.86 3.04 0.00 0.07 ind:pas:3s; -détectable détectable ADJ s 0.22 0.00 0.17 0.00 -détectables détectable ADJ p 0.22 0.00 0.05 0.00 -détectai détecter VER 9.86 3.04 0.00 0.07 ind:pas:1s; -détectaient détecter VER 9.86 3.04 0.01 0.00 ind:imp:3p; -détectait détecter VER 9.86 3.04 0.00 0.20 ind:imp:3s; -détecte détecter VER 9.86 3.04 2.23 0.47 imp:pre:2s;ind:pre:1s;ind:pre:3s; -détectent détecter VER 9.86 3.04 0.50 0.27 ind:pre:3p; -détecter détecter VER 9.86 3.04 2.49 1.49 inf; -détectera détecter VER 9.86 3.04 0.09 0.00 ind:fut:3s; -détecteront détecter VER 9.86 3.04 0.07 0.00 ind:fut:3p; -détecteur détecteur NOM m s 8.05 0.27 5.19 0.20 -détecteurs détecteur NOM m p 8.05 0.27 2.86 0.07 -détectez détecter VER 9.86 3.04 0.07 0.00 imp:pre:2p;ind:pre:2p; -détection détection NOM f s 1.89 0.27 1.84 0.27 -détections détection NOM f p 1.89 0.27 0.05 0.00 -détective_conseil détective_conseil NOM s 0.01 0.00 0.01 0.00 -détective détective NOM s 24.61 3.92 20.77 2.36 -détectives_conseil détectives_conseil NOM p 0.01 0.00 0.01 0.00 -détectives détective NOM p 24.61 3.92 3.84 1.55 -détectons détecter VER 9.86 3.04 0.10 0.07 ind:pre:1p; -détecté détecter VER m s 9.86 3.04 2.94 0.27 par:pas; -détectée détecter VER f s 9.86 3.04 0.64 0.00 par:pas; -détectées détecter VER f p 9.86 3.04 0.15 0.07 par:pas; -détectés détecter VER m p 9.86 3.04 0.56 0.07 par:pas; -déteignaient déteindre VER 1.47 3.38 0.00 0.07 ind:imp:3p; -déteignait déteindre VER 1.47 3.38 0.01 0.14 ind:imp:3s; -déteignant déteindre VER 1.47 3.38 0.00 0.07 par:pre; -déteigne déteindre VER 1.47 3.38 0.13 0.07 sub:pre:3s; -déteignent déteindre VER 1.47 3.38 0.03 0.20 ind:pre:3p; -déteignes déteindre VER 1.47 3.38 0.01 0.00 sub:pre:2s; -déteindra déteindre VER 1.47 3.38 0.05 0.00 ind:fut:3s; -déteindre déteindre VER 1.47 3.38 0.51 0.61 inf; -déteint déteindre VER m s 1.47 3.38 0.73 1.42 ind:pre:3s;par:pas; -déteinte déteindre VER f s 1.47 3.38 0.00 0.27 par:pas; -déteintes déteindre VER f p 1.47 3.38 0.00 0.34 par:pas; -déteints déteindre VER m p 1.47 3.38 0.00 0.20 par:pas; -détela dételer VER 0.45 1.82 0.00 0.14 ind:pas:3s; -dételage dételage NOM m s 0.01 0.00 0.01 0.00 -dételaient dételer VER 0.45 1.82 0.01 0.07 ind:imp:3p; -dételait dételer VER 0.45 1.82 0.00 0.07 ind:imp:3s; -dételer dételer VER 0.45 1.82 0.04 0.61 inf; -dételez dételer VER 0.45 1.82 0.23 0.00 imp:pre:2p; -dételle dételer VER 0.45 1.82 0.16 0.07 imp:pre:2s;ind:pre:3s; -dételé dételer VER m s 0.45 1.82 0.02 0.47 par:pas; -dételée dételer VER f s 0.45 1.82 0.00 0.14 par:pas; -dételées dételer VER f p 0.45 1.82 0.00 0.14 par:pas; -dételés dételer VER m p 0.45 1.82 0.00 0.14 par:pas; -détenaient détenir VER 12.53 10.61 0.13 1.01 ind:imp:3p; -détenais détenir VER 12.53 10.61 0.06 0.27 ind:imp:1s;ind:imp:2s; -détenait détenir VER 12.53 10.61 0.60 2.91 ind:imp:3s; -détenant détenir VER 12.53 10.61 0.09 0.00 par:pre; -détend détendre VER 44.39 23.58 3.21 2.70 ind:pre:3s; -détendît détendre VER 44.39 23.58 0.00 0.07 sub:imp:3s; -détendaient détendre VER 44.39 23.58 0.10 0.74 ind:imp:3p; -détendais détendre VER 44.39 23.58 0.03 0.00 ind:imp:1s;ind:imp:2s; -détendait détendre VER 44.39 23.58 0.08 1.69 ind:imp:3s; -détendant détendre VER 44.39 23.58 0.01 0.47 par:pre; -détende détendre VER 44.39 23.58 0.33 0.14 sub:pre:1s;sub:pre:3s; -détendent détendre VER 44.39 23.58 0.15 0.74 ind:pre:3p; -détendes détendre VER 44.39 23.58 0.36 0.00 sub:pre:2s; -détendeur détendeur NOM m s 0.48 0.00 0.48 0.00 -détendez détendre VER 44.39 23.58 9.71 0.41 imp:pre:2p;ind:pre:2p; -détendiez détendre VER 44.39 23.58 0.09 0.07 ind:imp:2p; -détendions détendre VER 44.39 23.58 0.00 0.14 ind:imp:1p; -détendirent détendre VER 44.39 23.58 0.01 0.61 ind:pas:3p; -détendis détendre VER 44.39 23.58 0.00 0.20 ind:pas:1s; -détendit détendre VER 44.39 23.58 0.11 3.85 ind:pas:3s; -détendons détendre VER 44.39 23.58 0.07 0.00 imp:pre:1p;ind:pre:1p; -détendra détendre VER 44.39 23.58 0.55 0.07 ind:fut:3s; -détendrai détendre VER 44.39 23.58 0.05 0.00 ind:fut:1s; -détendraient détendre VER 44.39 23.58 0.01 0.07 cnd:pre:3p; -détendrait détendre VER 44.39 23.58 0.35 0.20 cnd:pre:3s; -détendre détendre VER 44.39 23.58 11.77 5.41 inf;; -détendrez détendre VER 44.39 23.58 0.02 0.00 ind:fut:2p; -détendrons détendre VER 44.39 23.58 0.01 0.00 ind:fut:1p; -détends détendre VER 44.39 23.58 15.11 0.95 imp:pre:2s;ind:pre:1s;ind:pre:2s; -détendu détendu ADJ m s 2.90 7.43 1.77 3.99 -détendue détendu ADJ f s 2.90 7.43 0.89 1.76 -détendues détendu ADJ f p 2.90 7.43 0.02 0.27 -détendus détendu ADJ m p 2.90 7.43 0.22 1.42 -détenez détenir VER 12.53 10.61 0.47 0.00 imp:pre:2p;ind:pre:2p; -déteniez détenir VER 12.53 10.61 0.04 0.14 ind:imp:2p; -détenions détenir VER 12.53 10.61 0.01 0.07 ind:imp:1p; -détenir détenir VER 12.53 10.61 1.11 1.89 inf; -détenons détenir VER 12.53 10.61 0.64 0.14 imp:pre:1p;ind:pre:1p; -détente détente NOM f s 5.47 10.68 5.42 10.47 -détentes détente NOM f p 5.47 10.68 0.06 0.20 -détenteur détenteur NOM m s 0.67 1.55 0.33 0.81 -détenteurs détenteur NOM m p 0.67 1.55 0.23 0.68 -détention détention NOM f s 6.98 2.84 6.85 2.84 -détentions détention NOM f p 6.98 2.84 0.13 0.00 -détentrice détenteur NOM f s 0.67 1.55 0.11 0.07 -détentrices détentrice ADJ f p 0.00 0.07 0.00 0.07 -détenu détenu NOM m s 12.67 6.08 3.64 2.09 -détenue détenir VER f s 12.53 10.61 0.45 0.07 par:pas; -détenues détenu NOM f p 12.67 6.08 0.16 0.00 -détenus détenu NOM m p 12.67 6.08 8.57 3.72 -détergeant déterger VER 0.08 0.00 0.08 0.00 par:pre; -détergent détergent NOM m s 1.25 0.20 0.99 0.07 -détergents détergent NOM m p 1.25 0.20 0.26 0.14 -détermina déterminer VER 14.51 11.96 0.02 0.41 ind:pas:3s; -déterminai déterminer VER 14.51 11.96 0.00 0.07 ind:pas:1s; -déterminaient déterminer VER 14.51 11.96 0.01 0.41 ind:imp:3p; -déterminais déterminer VER 14.51 11.96 0.03 0.07 ind:imp:1s;ind:imp:2s; -déterminait déterminer VER 14.51 11.96 0.04 0.47 ind:imp:3s; -déterminant déterminant ADJ m s 0.41 1.69 0.33 0.74 -déterminante déterminant ADJ f s 0.41 1.69 0.04 0.68 -déterminantes déterminant ADJ f p 0.41 1.69 0.02 0.07 -déterminants déterminant ADJ m p 0.41 1.69 0.01 0.20 -détermination détermination NOM f s 2.75 4.86 2.75 4.59 -déterminations détermination NOM f p 2.75 4.86 0.00 0.27 -détermine déterminer VER 14.51 11.96 1.56 0.74 imp:pre:2s;ind:pre:1s;ind:pre:3s; -déterminent déterminer VER 14.51 11.96 0.26 0.47 ind:pre:3p; -déterminer déterminer VER 14.51 11.96 6.10 4.32 inf; -déterminera déterminer VER 14.51 11.96 0.36 0.07 ind:fut:3s; -détermineraient déterminer VER 14.51 11.96 0.00 0.07 cnd:pre:3p; -déterminerait déterminer VER 14.51 11.96 0.03 0.14 cnd:pre:3s; -déterminerons déterminer VER 14.51 11.96 0.08 0.00 ind:fut:1p; -détermineront déterminer VER 14.51 11.96 0.19 0.00 ind:fut:3p; -déterminez déterminer VER 14.51 11.96 0.13 0.00 imp:pre:2p;ind:pre:2p; -déterminiez déterminer VER 14.51 11.96 0.04 0.00 ind:imp:2p; -déterminions déterminer VER 14.51 11.96 0.01 0.00 ind:imp:1p; -déterminisme déterminisme NOM m s 0.22 0.47 0.22 0.47 -déterministe déterministe ADJ s 0.10 0.14 0.10 0.07 -déterministes déterministe ADJ m p 0.10 0.14 0.00 0.07 -déterminons déterminer VER 14.51 11.96 0.21 0.00 imp:pre:1p;ind:pre:1p; -déterminèrent déterminer VER 14.51 11.96 0.00 0.27 ind:pas:3p; -déterminé déterminer VER m s 14.51 11.96 3.05 2.16 par:pas; -déterminée déterminer VER f s 14.51 11.96 1.46 1.28 par:pas; -déterminées déterminé ADJ f p 2.39 4.32 0.24 0.41 -déterminément déterminément ADV 0.00 0.34 0.00 0.34 -déterminés déterminer VER m p 14.51 11.96 0.67 0.54 par:pas; -déterra déterrer VER 5.44 3.51 0.04 0.14 ind:pas:3s; -déterrage déterrage NOM m s 0.01 0.00 0.01 0.00 -déterraient déterrer VER 5.44 3.51 0.01 0.20 ind:imp:3p; -déterrais déterrer VER 5.44 3.51 0.00 0.07 ind:imp:1s; -déterrait déterrer VER 5.44 3.51 0.02 0.27 ind:imp:3s; -déterrant déterrer VER 5.44 3.51 0.05 0.14 par:pre; -déterre déterrer VER 5.44 3.51 0.38 0.47 imp:pre:2s;ind:pre:1s;ind:pre:3s; -déterrent déterrer VER 5.44 3.51 0.18 0.14 ind:pre:3p; -déterrer déterrer VER 5.44 3.51 2.05 0.68 inf; -déterrera déterrer VER 5.44 3.51 0.04 0.07 ind:fut:3s; -déterrerai déterrer VER 5.44 3.51 0.32 0.00 ind:fut:1s; -déterrerait déterrer VER 5.44 3.51 0.00 0.07 cnd:pre:3s; -déterrerez déterrer VER 5.44 3.51 0.01 0.00 ind:fut:2p; -déterreront déterrer VER 5.44 3.51 0.03 0.00 ind:fut:3p; -déterreur déterreur NOM m s 0.07 0.00 0.02 0.00 -déterreurs déterreur NOM m p 0.07 0.00 0.04 0.00 -déterreuse déterreur NOM f s 0.07 0.00 0.01 0.00 -déterrez déterrer VER 5.44 3.51 0.21 0.00 imp:pre:2p;ind:pre:2p; -déterrions déterrer VER 5.44 3.51 0.02 0.07 ind:imp:1p; -déterrons déterrer VER 5.44 3.51 0.02 0.00 imp:pre:1p;ind:pre:1p; -déterré déterrer VER m s 5.44 3.51 1.86 1.08 par:pas; -déterrée déterré NOM f s 0.40 0.07 0.08 0.00 -déterrées déterrer VER f p 5.44 3.51 0.03 0.07 par:pas; -déterrés déterrer VER m p 5.44 3.51 0.10 0.07 par:pas; -détersifs détersif ADJ m p 0.00 0.14 0.00 0.07 -détersive détersif ADJ f s 0.00 0.14 0.00 0.07 -détesta détester VER 122.87 62.64 0.11 0.61 ind:pas:3s; -détestable détestable ADJ s 1.93 5.34 1.68 4.12 -détestablement détestablement ADV 0.00 0.07 0.00 0.07 -détestables détestable ADJ p 1.93 5.34 0.25 1.22 -détestai détester VER 122.87 62.64 0.01 0.54 ind:pas:1s; -détestaient détester VER 122.87 62.64 0.73 2.16 ind:imp:3p; -détestais détester VER 122.87 62.64 5.48 3.65 ind:imp:1s;ind:imp:2s; -détestait détester VER 122.87 62.64 4.25 15.47 ind:imp:3s; -détestant détester VER 122.87 62.64 0.11 0.68 par:pre; -détestation détestation NOM f s 0.00 0.61 0.00 0.47 -détestations détestation NOM f p 0.00 0.61 0.00 0.14 -déteste détester VER 122.87 62.64 79.45 20.81 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:1s;sub:pre:3s; -détestent détester VER 122.87 62.64 6.63 2.64 ind:pre:3p; -détester détester VER 122.87 62.64 6.35 5.47 inf;; -détestera détester VER 122.87 62.64 0.24 0.20 ind:fut:3s; -détesterai détester VER 122.87 62.64 0.26 0.00 ind:fut:1s; -détesteraient détester VER 122.87 62.64 0.38 0.07 cnd:pre:3p; -détesterais détester VER 122.87 62.64 1.32 0.88 cnd:pre:1s;cnd:pre:2s; -détesterait détester VER 122.87 62.64 0.30 0.14 cnd:pre:3s; -détesteras détester VER 122.87 62.64 0.23 0.00 ind:fut:2s; -détesteriez détester VER 122.87 62.64 0.01 0.00 cnd:pre:2p; -détesteront détester VER 122.87 62.64 0.07 0.00 ind:fut:3p; -détestes détester VER 122.87 62.64 8.13 1.82 ind:pre:2s;sub:pre:2s; -détestez détester VER 122.87 62.64 2.78 0.61 imp:pre:2p;ind:pre:2p; -détestiez détester VER 122.87 62.64 0.42 0.20 ind:imp:2p; -détestions détester VER 122.87 62.64 0.05 1.01 ind:imp:1p;sub:pre:1p; -détestons détester VER 122.87 62.64 0.64 0.61 imp:pre:1p;ind:pre:1p; -détestât détester VER 122.87 62.64 0.00 0.07 sub:imp:3s; -détesté détester VER m s 122.87 62.64 4.13 4.53 par:pas; -détestée détester VER f s 122.87 62.64 0.52 0.14 par:pas; -détestés détester VER m p 122.87 62.64 0.26 0.34 par:pas; -déçûmes décevoir VER 32.30 21.69 0.00 0.07 ind:pas:1p; -duègne duègne NOM f s 0.03 0.81 0.03 0.81 -déçois décevoir VER 32.30 21.69 3.45 0.47 imp:pre:2s;ind:pre:1s;ind:pre:2s; -déçoit décevoir VER 32.30 21.69 1.18 0.34 ind:pre:3s; -déçoive décevoir VER 32.30 21.69 0.03 0.14 sub:pre:1s;sub:pre:3s; -déçoivent décevoir VER 32.30 21.69 0.34 0.20 ind:pre:3p; -déçoives décevoir VER 32.30 21.69 0.02 0.00 sub:pre:2s; -déçu décevoir VER m s 32.30 21.69 10.09 9.12 par:pas; -déçue décevoir VER f s 32.30 21.69 4.37 3.38 par:pas; -déçues décevoir VER f p 32.30 21.69 0.18 0.20 par:pas; -déçurent décevoir VER 32.30 21.69 0.00 0.14 ind:pas:3p; -déçus décevoir VER m p 32.30 21.69 1.18 1.15 ind:pas:1s;par:pas; -déçut décevoir VER 32.30 21.69 0.01 0.81 ind:pas:3s; -détiendra détenir VER 12.53 10.61 0.02 0.07 ind:fut:3s; -détiendrai détenir VER 12.53 10.61 0.02 0.00 ind:fut:1s; -détiendraient détenir VER 12.53 10.61 0.00 0.07 cnd:pre:3p; -détiendrait détenir VER 12.53 10.61 0.01 0.00 cnd:pre:3s; -détiendras détenir VER 12.53 10.61 0.03 0.00 ind:fut:2s; -détiendrez détenir VER 12.53 10.61 0.01 0.00 ind:fut:2p; -détiendront détenir VER 12.53 10.61 0.02 0.00 ind:fut:3p; -détienne détenir VER 12.53 10.61 0.02 0.07 sub:pre:1s;sub:pre:3s; -détiennent détenir VER 12.53 10.61 1.21 0.61 ind:pre:3p; -détiens détenir VER 12.53 10.61 1.76 0.27 imp:pre:2s;ind:pre:1s;ind:pre:2s; -détient détenir VER 12.53 10.61 3.48 1.28 ind:pre:3s; -détimbrée détimbré ADJ f s 0.00 0.27 0.00 0.27 -détint détenir VER 12.53 10.61 0.00 0.07 ind:pas:3s; -détisse détisser VER 0.00 0.07 0.00 0.07 ind:pre:1s; -détonait détoner VER 0.37 0.20 0.01 0.20 ind:imp:3s; -détonant détonant ADJ m s 0.09 0.34 0.03 0.27 -détonante détonant ADJ f s 0.09 0.34 0.01 0.00 -détonants détonant ADJ m p 0.09 0.34 0.05 0.07 -détonateur détonateur NOM m s 4.84 0.68 3.23 0.34 -détonateurs détonateur NOM m p 4.84 0.68 1.60 0.34 -détonation détonation NOM f s 1.44 9.26 1.17 4.66 -détonations détonation NOM f p 1.44 9.26 0.27 4.59 -détoner détoner VER 0.37 0.20 0.30 0.00 inf; -détonera détoner VER 0.37 0.20 0.04 0.00 ind:fut:3s; -détonna détonner VER 0.32 1.55 0.00 0.07 ind:pas:3s; -détonnaient détonner VER 0.32 1.55 0.00 0.27 ind:imp:3p; -détonnait détonner VER 0.32 1.55 0.12 0.61 ind:imp:3s; -détonnant détonner VER 0.32 1.55 0.03 0.00 par:pre; -détonne détonner VER 0.32 1.55 0.05 0.34 ind:pre:1s;ind:pre:3s; -détonnent détonner VER 0.32 1.55 0.01 0.07 ind:pre:3p; -détonner détonner VER 0.32 1.55 0.10 0.20 inf; -détonée détoner VER f s 0.37 0.20 0.01 0.00 par:pas; -détord détordre VER 0.01 0.07 0.01 0.00 ind:pre:3s; -détordit détordre VER 0.01 0.07 0.00 0.07 ind:pas:3s; -détortillai détortiller VER 0.00 0.14 0.00 0.07 ind:pas:1s; -détortille détortiller VER 0.00 0.14 0.00 0.07 ind:pre:3s; -détour détour NOM m s 6.82 24.86 5.43 16.76 -détourage détourage NOM m s 0.14 0.00 0.14 0.00 -détourna détourner VER 14.34 54.86 0.12 11.22 ind:pas:3s; -détournai détourner VER 14.34 54.86 0.00 1.96 ind:pas:1s; -détournaient détourner VER 14.34 54.86 0.00 1.76 ind:imp:3p; -détournais détourner VER 14.34 54.86 0.51 0.54 ind:imp:1s;ind:imp:2s; -détournait détourner VER 14.34 54.86 0.09 4.05 ind:imp:3s; -détournant détourner VER 14.34 54.86 0.32 5.07 par:pre; -détourne détourner VER 14.34 54.86 1.71 6.35 imp:pre:2s;ind:pre:1s;ind:pre:3s; -détournement détournement NOM m s 2.60 2.09 2.35 1.89 -détournements détournement NOM m p 2.60 2.09 0.26 0.20 -détournent détourner VER 14.34 54.86 0.58 0.88 ind:pre:3p; -détourner détourner VER 14.34 54.86 5.27 12.77 inf;; -détournera détourner VER 14.34 54.86 0.23 0.07 ind:fut:3s; -détournerai détourner VER 14.34 54.86 0.05 0.07 ind:fut:1s; -détourneraient détourner VER 14.34 54.86 0.00 0.07 cnd:pre:3p; -détournerais détourner VER 14.34 54.86 0.03 0.00 cnd:pre:1s;cnd:pre:2s; -détournerait détourner VER 14.34 54.86 0.20 0.27 cnd:pre:3s; -détourneront détourner VER 14.34 54.86 0.01 0.14 ind:fut:3p; -détournes détourner VER 14.34 54.86 0.16 0.14 ind:pre:2s; -détourneur détourneur NOM m s 0.00 0.07 0.00 0.07 -détournez détourner VER 14.34 54.86 0.90 0.20 imp:pre:2p;ind:pre:2p; -détourniez détourner VER 14.34 54.86 0.02 0.00 ind:imp:2p; -détournions détourner VER 14.34 54.86 0.01 0.07 ind:imp:1p; -détournons détourner VER 14.34 54.86 0.29 0.14 imp:pre:1p;ind:pre:1p; -détournât détourner VER 14.34 54.86 0.00 0.14 sub:imp:3s; -détournèrent détourner VER 14.34 54.86 0.12 0.61 ind:pas:3p; -détourné détourner VER m s 14.34 54.86 2.73 5.00 imp:pre:2s;par:pas; -détournée détourner VER f s 14.34 54.86 0.48 1.69 par:pas; -détournées détourné ADJ f p 0.65 2.77 0.06 0.47 -détournés détourner VER m p 14.34 54.86 0.46 1.42 par:pas; -détours détour NOM m p 6.82 24.86 1.39 8.11 -détrônaient détrôner VER 0.46 1.28 0.00 0.07 ind:imp:3p; -détrône détrôner VER 0.46 1.28 0.03 0.07 ind:pre:3s; -détrônement détrônement NOM m s 0.01 0.00 0.01 0.00 -détrôner détrôner VER 0.46 1.28 0.19 0.54 inf; -détrônât détrôner VER 0.46 1.28 0.00 0.07 sub:imp:3s; -détrôné détrôné ADJ m s 0.26 0.14 0.25 0.07 -détrônée détrôner VER f s 0.46 1.28 0.04 0.07 par:pas; -détracteur détracteur NOM m s 0.29 1.15 0.03 0.20 -détracteurs détracteur NOM m p 0.29 1.15 0.26 0.95 -détraquaient détraquer VER 2.24 2.30 0.02 0.07 ind:imp:3p; -détraquais détraquer VER 2.24 2.30 0.00 0.07 ind:imp:1s; -détraquant détraquer VER 2.24 2.30 0.00 0.14 par:pre; -détraque détraquer VER 2.24 2.30 0.47 0.61 imp:pre:2s;ind:pre:3s; -détraquement détraquement NOM m s 0.01 0.14 0.01 0.14 -détraquent détraquer VER 2.24 2.30 0.12 0.00 ind:pre:3p; -détraquer détraquer VER 2.24 2.30 0.41 0.34 inf; -détraquera détraquer VER 2.24 2.30 0.01 0.00 ind:fut:3s; -détraquerais détraquer VER 2.24 2.30 0.01 0.00 cnd:pre:1s; -détraqué détraqué NOM m s 1.57 0.88 1.06 0.41 -détraquée détraqué ADJ f s 0.84 1.62 0.29 0.81 -détraquées détraquer VER f p 2.24 2.30 0.01 0.07 par:pas; -détraqués détraqué NOM m p 1.57 0.88 0.39 0.41 -détrempaient détremper VER 0.40 5.34 0.00 0.07 ind:imp:3p; -détrempait détremper VER 0.40 5.34 0.00 0.20 ind:imp:3s; -détrempant détremper VER 0.40 5.34 0.00 0.07 par:pre; -détrempe détrempe NOM f s 0.10 0.14 0.10 0.14 -détremper détremper VER 0.40 5.34 0.00 0.07 inf; -détrempé détremper VER m s 0.40 5.34 0.02 1.82 par:pas; -détrempée détremper VER f s 0.40 5.34 0.21 1.42 par:pas; -détrempées détremper VER f p 0.40 5.34 0.01 0.81 par:pas; -détrempés détremper VER m p 0.40 5.34 0.16 0.68 par:pas; -détresse détresse NOM f s 8.70 19.05 8.48 18.38 -détresses détresse NOM f p 8.70 19.05 0.22 0.68 -détribalisée détribaliser VER f s 0.00 0.07 0.00 0.07 par:pas; -détricote détricoter VER 0.00 0.14 0.00 0.07 ind:pre:1s; -détricoter détricoter VER 0.00 0.14 0.00 0.07 inf; -détriment détriment NOM m s 0.57 3.04 0.57 2.97 -détriments détriment NOM m p 0.57 3.04 0.00 0.07 -détritiques détritique ADJ p 0.00 0.07 0.00 0.07 -détritus détritus NOM m 1.16 4.80 1.16 4.80 -détroit détroit NOM m s 3.04 1.55 3.02 1.35 -détroits détroit NOM m p 3.04 1.55 0.02 0.20 -détrompa détromper VER 2.61 3.04 0.00 0.14 ind:pas:3s; -détrompai détromper VER 2.61 3.04 0.00 0.14 ind:pas:1s; -détrompais détromper VER 2.61 3.04 0.00 0.14 ind:imp:1s; -détrompait détromper VER 2.61 3.04 0.00 0.07 ind:imp:3s; -détrompe détromper VER 2.61 3.04 0.97 0.47 imp:pre:2s;ind:pre:1s;ind:pre:3s; -détromper détromper VER 2.61 3.04 0.08 1.15 inf; -détromperai détromper VER 2.61 3.04 0.00 0.07 ind:fut:1s; -détrompez détromper VER 2.61 3.04 1.53 0.47 imp:pre:2p;ind:pre:2p; -détrompé détromper VER m s 2.61 3.04 0.01 0.20 par:pas; -détrompée détromper VER f s 2.61 3.04 0.01 0.14 par:pas; -détrompés détromper VER m p 2.61 3.04 0.01 0.07 par:pas; -détroncha détroncher VER 0.00 0.81 0.00 0.07 ind:pas:3s; -détronchant détroncher VER 0.00 0.81 0.00 0.14 par:pre; -détronche détroncher VER 0.00 0.81 0.00 0.20 ind:pre:3s; -détronchent détroncher VER 0.00 0.81 0.00 0.07 ind:pre:3p; -détroncher détroncher VER 0.00 0.81 0.00 0.07 inf; -détroncherais détroncher VER 0.00 0.81 0.00 0.07 cnd:pre:1s; -détronchèrent détroncher VER 0.00 0.81 0.00 0.07 ind:pas:3p; -détronché détroncher VER m s 0.00 0.81 0.00 0.14 par:pas; -détroussaient détrousser VER 0.29 0.47 0.01 0.00 ind:imp:3p; -détroussais détrousser VER 0.29 0.47 0.00 0.07 ind:imp:1s; -détroussant détrousser VER 0.29 0.47 0.00 0.07 par:pre; -détroussent détrousser VER 0.29 0.47 0.00 0.14 ind:pre:3p; -détrousser détrousser VER 0.29 0.47 0.11 0.00 inf; -détrousses détrousser VER 0.29 0.47 0.01 0.00 ind:pre:2s; -détrousseur détrousseur NOM m s 0.17 0.14 0.17 0.07 -détrousseurs détrousseur NOM m p 0.17 0.14 0.00 0.07 -détroussez détrousser VER 0.29 0.47 0.02 0.00 ind:pre:2p; -détroussé détrousser VER m s 0.29 0.47 0.12 0.07 par:pas; -détroussés détrousser VER m p 0.29 0.47 0.02 0.14 par:pas; -détruira détruire VER 126.08 52.36 2.67 0.27 ind:fut:3s; -détruirai détruire VER 126.08 52.36 1.84 0.14 ind:fut:1s; -détruiraient détruire VER 126.08 52.36 0.38 0.07 cnd:pre:3p; -détruirais détruire VER 126.08 52.36 0.30 0.14 cnd:pre:1s;cnd:pre:2s; -détruirait détruire VER 126.08 52.36 1.13 0.20 cnd:pre:3s; -détruiras détruire VER 126.08 52.36 0.58 0.00 ind:fut:2s; -détruire détruire VER 126.08 52.36 50.12 20.34 inf;; -détruirez détruire VER 126.08 52.36 0.28 0.07 ind:fut:2p; -détruiriez détruire VER 126.08 52.36 0.13 0.00 cnd:pre:2p; -détruirions détruire VER 126.08 52.36 0.04 0.07 cnd:pre:1p; -détruirons détruire VER 126.08 52.36 0.64 0.00 ind:fut:1p; -détruiront détruire VER 126.08 52.36 0.82 0.14 ind:fut:3p; -détruis détruire VER 126.08 52.36 4.62 0.54 imp:pre:2s;ind:pre:1s;ind:pre:2s; -détruisaient détruire VER 126.08 52.36 0.29 0.74 ind:imp:3p; -détruisais détruire VER 126.08 52.36 0.16 0.14 ind:imp:1s;ind:imp:2s; -détruisait détruire VER 126.08 52.36 0.41 1.89 ind:imp:3s; -détruisant détruire VER 126.08 52.36 1.54 1.22 par:pre; -détruise détruire VER 126.08 52.36 1.05 0.54 sub:pre:1s;sub:pre:3s; -détruisent détruire VER 126.08 52.36 3.52 1.28 ind:pre:3p; -détruises détruire VER 126.08 52.36 0.26 0.00 sub:pre:2s; -détruisez détruire VER 126.08 52.36 4.46 0.00 imp:pre:2p;ind:pre:2p; -détruisiez détruire VER 126.08 52.36 0.12 0.00 ind:imp:2p; -détruisions détruire VER 126.08 52.36 0.14 0.00 ind:imp:1p; -détruisirent détruire VER 126.08 52.36 0.06 0.14 ind:pas:3p; -détruisis détruire VER 126.08 52.36 0.00 0.07 ind:pas:1s; -détruisit détruire VER 126.08 52.36 0.27 0.95 ind:pas:3s; -détruisons détruire VER 126.08 52.36 1.26 0.00 imp:pre:1p;ind:pre:1p; -détruit détruire VER m s 126.08 52.36 35.42 14.26 ind:pre:3s;par:pas; -détruite détruire VER f s 126.08 52.36 7.49 4.32 par:pas; -détruites détruire VER f p 126.08 52.36 1.92 1.96 par:pas; -détruits détruire VER m p 126.08 52.36 4.16 2.91 par:pas; -détérioraient détériorer VER 1.68 3.18 0.01 0.07 ind:imp:3p; -détériorait détériorer VER 1.68 3.18 0.16 0.34 ind:imp:3s; -détériorant détériorer VER 1.68 3.18 0.01 0.14 par:pre; -détérioration détérioration NOM f s 0.68 0.54 0.64 0.54 -détériorations détérioration NOM f p 0.68 0.54 0.04 0.00 -détériore détériorer VER 1.68 3.18 0.48 0.61 ind:pre:3s; -détériorent détériorer VER 1.68 3.18 0.05 0.00 ind:pre:3p; -détériorer détériorer VER 1.68 3.18 0.36 0.68 inf; -détériorât détériorer VER 1.68 3.18 0.00 0.07 sub:imp:3s; -détérioré détériorer VER m s 1.68 3.18 0.19 0.34 par:pas; -détériorée détériorer VER f s 1.68 3.18 0.22 0.47 par:pas; -détériorées détériorer VER f p 1.68 3.18 0.15 0.20 par:pas; -détériorés détériorer VER m p 1.68 3.18 0.05 0.27 par:pas; -dévala dévaler VER 1.51 16.76 0.00 1.76 ind:pas:3s; -dévalai dévaler VER 1.51 16.76 0.00 0.34 ind:pas:1s; -dévalaient dévaler VER 1.51 16.76 0.00 0.88 ind:imp:3p; -dévalais dévaler VER 1.51 16.76 0.12 0.34 ind:imp:1s;ind:imp:2s; -dévalait dévaler VER 1.51 16.76 0.12 3.04 ind:imp:3s; -dévalant dévaler VER 1.51 16.76 0.22 1.96 par:pre; -dévale dévaler VER 1.51 16.76 0.52 3.45 imp:pre:2s;ind:pre:1s;ind:pre:3s; -dévalement dévalement NOM m s 0.00 0.34 0.00 0.34 -dévalent dévaler VER 1.51 16.76 0.08 1.28 ind:pre:3p; -dévaler dévaler VER 1.51 16.76 0.29 1.69 inf; -dévales dévaler VER 1.51 16.76 0.00 0.07 ind:pre:2s; -dévalions dévaler VER 1.51 16.76 0.01 0.20 ind:imp:1p; -dévalisai dévaliser VER 6.22 2.03 0.01 0.07 ind:pas:1s; -dévalisaient dévaliser VER 6.22 2.03 0.01 0.00 ind:imp:3p; -dévalisait dévaliser VER 6.22 2.03 0.16 0.00 ind:imp:3s; -dévalisant dévaliser VER 6.22 2.03 0.05 0.00 par:pre; -dévalise dévaliser VER 6.22 2.03 0.50 0.07 ind:pre:1s;ind:pre:3s; -dévalisent dévaliser VER 6.22 2.03 0.04 0.07 ind:pre:3p; -dévaliser dévaliser VER 6.22 2.03 1.93 0.68 inf; -dévalisera dévaliser VER 6.22 2.03 0.11 0.00 ind:fut:3s; -dévaliserait dévaliser VER 6.22 2.03 0.02 0.07 cnd:pre:3s; -dévalises dévaliser VER 6.22 2.03 0.06 0.00 ind:pre:2s; -dévalisez dévaliser VER 6.22 2.03 0.15 0.07 imp:pre:2p;ind:pre:2p; -dévalisé dévaliser VER m s 6.22 2.03 2.64 0.68 par:pas; -dévalisée dévaliser VER f s 6.22 2.03 0.39 0.14 par:pas; -dévalisés dévaliser VER m p 6.22 2.03 0.14 0.20 par:pas; -dévalons dévaler VER 1.51 16.76 0.01 0.14 imp:pre:1p;ind:pre:1p; -dévalorisaient dévaloriser VER 0.27 0.54 0.00 0.07 ind:imp:3p; -dévalorisait dévaloriser VER 0.27 0.54 0.00 0.07 ind:imp:3s; -dévalorisant dévalorisant ADJ m s 0.10 0.00 0.10 0.00 -dévalorisation dévalorisation NOM f s 0.01 0.27 0.01 0.27 -dévalorise dévaloriser VER 0.27 0.54 0.10 0.07 imp:pre:2s;ind:pre:1s;ind:pre:3s; -dévalorisent dévaloriser VER 0.27 0.54 0.02 0.07 ind:pre:3p; -dévaloriser dévaloriser VER 0.27 0.54 0.09 0.07 inf; -dévalorisez dévaloriser VER 0.27 0.54 0.01 0.00 imp:pre:2p; -dévalorisé dévaloriser VER m s 0.27 0.54 0.03 0.07 par:pas; -dévalorisée dévaloriser VER f s 0.27 0.54 0.02 0.14 par:pas; -dévalèrent dévaler VER 1.51 16.76 0.00 0.34 ind:pas:3p; -dévalé dévaler VER m s 1.51 16.76 0.14 1.22 par:pas; -dévaluait dévaluer VER 0.37 0.54 0.00 0.07 ind:imp:3s; -dévaluation dévaluation NOM f s 0.14 0.54 0.14 0.47 -dévaluations dévaluation NOM f p 0.14 0.54 0.00 0.07 -dévalée dévaler VER f s 1.51 16.76 0.00 0.07 par:pas; -dévalue dévaluer VER 0.37 0.54 0.15 0.07 ind:pre:1s;ind:pre:3s; -dévaluer dévaluer VER 0.37 0.54 0.00 0.20 inf; -dévaluera dévaluer VER 0.37 0.54 0.01 0.00 ind:fut:3s; -dévalué dévaluer VER m s 0.37 0.54 0.07 0.00 par:pas; -dévaluée dévaluer VER f s 0.37 0.54 0.14 0.14 par:pas; -dévalués dévaluer VER m p 0.37 0.54 0.00 0.07 par:pas; -dévasta dévaster VER 2.50 4.12 0.05 0.07 ind:pas:3s; -dévastaient dévaster VER 2.50 4.12 0.00 0.47 ind:imp:3p; -dévastait dévaster VER 2.50 4.12 0.01 0.14 ind:imp:3s; -dévastant dévaster VER 2.50 4.12 0.04 0.00 par:pre; -dévastateur dévastateur ADJ m s 1.43 1.89 0.38 0.61 -dévastateurs dévastateur ADJ m p 1.43 1.89 0.27 0.27 -dévastation dévastation NOM f s 0.44 1.28 0.41 0.81 -dévastations dévastation NOM f p 0.44 1.28 0.02 0.47 -dévastatrice dévastateur ADJ f s 1.43 1.89 0.70 0.74 -dévastatrices dévastateur ADJ f p 1.43 1.89 0.08 0.27 -dévaste dévaster VER 2.50 4.12 0.39 0.07 imp:pre:2s;ind:pre:1s;ind:pre:3s; -dévastent dévaster VER 2.50 4.12 0.16 0.20 ind:pre:3p; -dévaster dévaster VER 2.50 4.12 0.21 0.54 inf; -dévastera dévaster VER 2.50 4.12 0.01 0.00 ind:fut:3s; -dévasterait dévaster VER 2.50 4.12 0.05 0.00 cnd:pre:3s; -dévasteront dévaster VER 2.50 4.12 0.01 0.07 ind:fut:3p; -dévastèrent dévaster VER 2.50 4.12 0.00 0.14 ind:pas:3p; -dévasté dévaster VER m s 2.50 4.12 1.07 1.42 par:pas; -dévastée dévaster VER f s 2.50 4.12 0.42 0.61 par:pas; -dévastées dévasté ADJ f p 0.82 2.84 0.01 0.61 -dévastés dévasté ADJ m p 0.82 2.84 0.16 0.41 -déveinards déveinard NOM m p 0.00 0.07 0.00 0.07 -déveine déveine NOM f s 0.33 1.08 0.33 1.01 -déveines déveine NOM f p 0.33 1.08 0.00 0.07 -développa développer VER 20.14 21.42 0.29 0.81 ind:pas:3s; -développai développer VER 20.14 21.42 0.00 0.14 ind:pas:1s; -développaient développer VER 20.14 21.42 0.07 0.54 ind:imp:3p; -développais développer VER 20.14 21.42 0.06 0.27 ind:imp:1s;ind:imp:2s; -développait développer VER 20.14 21.42 0.25 2.23 ind:imp:3s; -développant développer VER 20.14 21.42 0.20 0.88 par:pre; -développe développer VER 20.14 21.42 4.09 4.05 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -développement développement NOM m s 7.09 11.15 6.63 10.20 -développements développement NOM m p 7.09 11.15 0.47 0.95 -développent développer VER 20.14 21.42 0.59 0.88 ind:pre:3p; -développer développer VER 20.14 21.42 7.84 6.96 inf; -développera développer VER 20.14 21.42 0.18 0.14 ind:fut:3s; -développerai développer VER 20.14 21.42 0.02 0.00 ind:fut:1s; -développeraient développer VER 20.14 21.42 0.14 0.00 cnd:pre:3p; -développerais développer VER 20.14 21.42 0.02 0.00 cnd:pre:1s; -développerait développer VER 20.14 21.42 0.03 0.07 cnd:pre:3s; -développerez développer VER 20.14 21.42 0.01 0.14 ind:fut:2p; -développeront développer VER 20.14 21.42 0.01 0.00 ind:fut:3p; -développeur développeur NOM m s 0.17 0.07 0.17 0.07 -développez développer VER 20.14 21.42 0.58 0.14 imp:pre:2p;ind:pre:2p; -développons développer VER 20.14 21.42 0.33 0.00 imp:pre:1p;ind:pre:1p; -développât développer VER 20.14 21.42 0.00 0.07 sub:imp:3s; -développèrent développer VER 20.14 21.42 0.03 0.07 ind:pas:3p; -développé développer VER m s 20.14 21.42 3.88 2.30 par:pas; -développée développer VER f s 20.14 21.42 0.83 1.08 par:pas; -développées développer VER f p 20.14 21.42 0.27 0.41 par:pas; -développés développé ADJ m p 3.61 1.55 0.64 0.14 -déventer déventer VER 0.01 0.00 0.01 0.00 inf; -dévergondage dévergondage NOM m s 0.03 0.27 0.03 0.20 -dévergondages dévergondage NOM m p 0.03 0.27 0.00 0.07 -dévergonde dévergonder VER 0.56 0.27 0.26 0.07 imp:pre:2s;ind:pre:1s;ind:pre:3s; -dévergondent dévergonder VER 0.56 0.27 0.01 0.07 ind:pre:3p; -dévergonder dévergonder VER 0.56 0.27 0.02 0.14 inf; -dévergondé dévergondé NOM m s 1.39 0.41 0.23 0.14 -dévergondée dévergondé NOM f s 1.39 0.41 1.06 0.27 -dévergondées dévergondé NOM f p 1.39 0.41 0.10 0.00 -dévergondés dévergondé ADJ m p 0.56 0.54 0.14 0.07 -dévernie dévernir VER f s 0.00 0.27 0.00 0.07 par:pas; -dévernies dévernir VER f p 0.00 0.27 0.00 0.07 par:pas; -dévernir dévernir VER 0.00 0.27 0.00 0.14 inf; -déverrouilla déverrouiller VER 0.91 1.01 0.00 0.14 ind:pas:3s; -déverrouillage déverrouillage NOM m s 0.28 0.00 0.28 0.00 -déverrouillait déverrouiller VER 0.91 1.01 0.00 0.20 ind:imp:3s; -déverrouille déverrouiller VER 0.91 1.01 0.18 0.07 imp:pre:2s;ind:pre:1s;ind:pre:3s; -déverrouillent déverrouiller VER 0.91 1.01 0.01 0.07 ind:pre:3p; -déverrouiller déverrouiller VER 0.91 1.01 0.33 0.20 inf; -déverrouillez déverrouiller VER 0.91 1.01 0.23 0.00 imp:pre:2p; -déverrouillé déverrouiller VER m s 0.91 1.01 0.08 0.14 par:pas; -déverrouillée déverrouiller VER f s 0.91 1.01 0.07 0.14 par:pas; -déverrouillées déverrouiller VER f p 0.91 1.01 0.00 0.07 par:pas; -déversa déverser VER 1.97 12.09 0.01 0.61 ind:pas:3s; -déversaient déverser VER 1.97 12.09 0.04 1.15 ind:imp:3p; -déversais déverser VER 1.97 12.09 0.00 0.07 ind:imp:1s; -déversait déverser VER 1.97 12.09 0.06 2.84 ind:imp:3s; -déversant déverser VER 1.97 12.09 0.03 1.08 par:pre; -déverse déverser VER 1.97 12.09 0.58 1.35 imp:pre:2s;ind:pre:1s;ind:pre:3s; -déversement déversement NOM m s 0.17 0.14 0.14 0.07 -déversements déversement NOM m p 0.17 0.14 0.03 0.07 -déversent déverser VER 1.97 12.09 0.13 0.95 ind:pre:3p; -déverser déverser VER 1.97 12.09 0.61 2.23 inf; -déversera déverser VER 1.97 12.09 0.11 0.00 ind:fut:3s; -déverserai déverser VER 1.97 12.09 0.00 0.07 ind:fut:1s; -déverseraient déverser VER 1.97 12.09 0.00 0.14 cnd:pre:3p; -déverserait déverser VER 1.97 12.09 0.00 0.07 cnd:pre:3s; -déversez déverser VER 1.97 12.09 0.06 0.07 imp:pre:2p;ind:pre:2p; -déversoir déversoir NOM m s 0.18 0.95 0.18 0.95 -déversèrent déverser VER 1.97 12.09 0.00 0.20 ind:pas:3p; -déversé déverser VER m s 1.97 12.09 0.19 0.47 par:pas; -déversée déverser VER f s 1.97 12.09 0.09 0.34 par:pas; -déversées déverser VER f p 1.97 12.09 0.01 0.07 par:pas; -déversés déverser VER m p 1.97 12.09 0.06 0.41 par:pas; -duvet duvet NOM m s 1.70 8.85 1.58 7.57 -duveteuse duveteux ADJ f s 0.12 1.76 0.05 0.61 -duveteuses duveteux ADJ f p 0.12 1.76 0.02 0.41 -duveteux duveteux ADJ m s 0.12 1.76 0.05 0.74 -duvets duvet NOM m p 1.70 8.85 0.12 1.28 -duveté duveté ADJ m s 0.00 0.47 0.00 0.14 -duvetée duveté ADJ f s 0.00 0.47 0.00 0.20 -duvetées duveter VER f p 0.00 0.34 0.00 0.14 par:pas; -duvetés duveté ADJ m p 0.00 0.47 0.00 0.07 -dévia dévier VER 3.04 5.14 0.00 0.41 ind:pas:3s; -déviai dévier VER 3.04 5.14 0.00 0.07 ind:pas:1s; -déviaient dévier VER 3.04 5.14 0.00 0.07 ind:imp:3p; -déviait dévier VER 3.04 5.14 0.03 0.54 ind:imp:3s; -déviance déviance NOM f s 0.18 0.00 0.01 0.00 -déviances déviance NOM f p 0.18 0.00 0.17 0.00 -déviant déviant ADJ m s 0.45 0.00 0.33 0.00 -déviante déviant ADJ f s 0.45 0.00 0.02 0.00 -déviants déviant NOM m p 0.21 0.07 0.10 0.07 -déviateur déviateur ADJ m s 0.02 0.00 0.02 0.00 -déviation déviation NOM f s 1.29 1.15 1.00 0.95 -déviationnisme déviationnisme NOM m s 0.00 0.14 0.00 0.14 -déviationniste déviationniste ADJ s 0.00 0.07 0.00 0.07 -déviations déviation NOM f p 1.29 1.15 0.29 0.20 -dévida dévider VER 0.02 3.58 0.00 0.20 ind:pas:3s; -dévidais dévider VER 0.02 3.58 0.00 0.07 ind:imp:1s; -dévidait dévider VER 0.02 3.58 0.01 0.88 ind:imp:3s; -dévidant dévider VER 0.02 3.58 0.00 0.14 par:pre; -dévide dévider VER 0.02 3.58 0.01 0.54 ind:pre:1s;ind:pre:3s; -dévident dévider VER 0.02 3.58 0.00 0.07 ind:pre:3p; -dévider dévider VER 0.02 3.58 0.00 1.15 inf; -déviderait dévider VER 0.02 3.58 0.00 0.14 cnd:pre:3s; -dévideur dévideur NOM m s 0.00 0.07 0.00 0.07 -dévidions dévider VER 0.02 3.58 0.00 0.07 ind:imp:1p; -dévidoir dévidoir NOM m s 0.03 0.27 0.03 0.20 -dévidoirs dévidoir NOM m p 0.03 0.27 0.00 0.07 -dévidé dévider VER m s 0.02 3.58 0.00 0.27 par:pas; -dévidée dévider VER f s 0.02 3.58 0.00 0.07 par:pas; -dévie dévier VER 3.04 5.14 0.52 0.41 imp:pre:2s;ind:pre:1s;ind:pre:3s; -dévient dévier VER 3.04 5.14 0.04 0.14 ind:pre:3p; -dévier dévier VER 3.04 5.14 0.90 1.96 inf; -déviera dévier VER 3.04 5.14 0.02 0.00 ind:fut:3s; -dévierait dévier VER 3.04 5.14 0.01 0.14 cnd:pre:3s; -déviez dévier VER 3.04 5.14 0.13 0.00 imp:pre:2p;ind:pre:2p; -dévions dévier VER 3.04 5.14 0.01 0.07 ind:pre:1p; -dévirginiser dévirginiser VER 0.01 0.07 0.00 0.07 inf; -dévirginisée dévirginiser VER f s 0.01 0.07 0.01 0.00 par:pas; -dévirilisant déviriliser VER 0.00 0.14 0.00 0.07 par:pre; -dévirilisation dévirilisation NOM f s 0.00 0.20 0.00 0.20 -dévirilisé déviriliser VER m s 0.00 0.14 0.00 0.07 par:pas; -dévisage dévisager VER 2.13 24.66 0.54 3.45 imp:pre:2s;ind:pre:1s;ind:pre:3s; -dévisagea dévisager VER 2.13 24.66 0.00 6.01 ind:pas:3s; -dévisageai dévisager VER 2.13 24.66 0.01 1.01 ind:pas:1s; -dévisageaient dévisager VER 2.13 24.66 0.03 1.01 ind:imp:3p; -dévisageais dévisager VER 2.13 24.66 0.01 0.14 ind:imp:1s; -dévisageait dévisager VER 2.13 24.66 0.07 3.72 ind:imp:3s; -dévisageant dévisager VER 2.13 24.66 0.00 2.70 par:pre; -dévisagent dévisager VER 2.13 24.66 0.25 1.22 ind:pre:3p; -dévisageâmes dévisager VER 2.13 24.66 0.00 0.07 ind:pas:1p; -dévisageons dévisager VER 2.13 24.66 0.00 0.14 ind:pre:1p; -dévisager dévisager VER 2.13 24.66 0.67 2.91 inf; -dévisageraient dévisager VER 2.13 24.66 0.02 0.00 cnd:pre:3p; -dévisagez dévisager VER 2.13 24.66 0.04 0.07 imp:pre:2p;ind:pre:2p; -dévisagions dévisager VER 2.13 24.66 0.00 0.07 ind:imp:1p; -dévisagèrent dévisager VER 2.13 24.66 0.00 0.74 ind:pas:3p; -dévisagé dévisager VER m s 2.13 24.66 0.18 1.01 par:pas; -dévisagée dévisager VER f s 2.13 24.66 0.28 0.20 par:pas; -dévisagés dévisager VER m p 2.13 24.66 0.02 0.20 par:pas; -dévissa dévisser VER 1.34 4.59 0.00 0.74 ind:pas:3s; -dévissable dévissable ADJ m s 0.01 0.00 0.01 0.00 -dévissage dévissage NOM m s 0.00 0.07 0.00 0.07 -dévissaient dévisser VER 1.34 4.59 0.00 0.20 ind:imp:3p; -dévissait dévisser VER 1.34 4.59 0.00 0.47 ind:imp:3s; -dévissant dévisser VER 1.34 4.59 0.00 0.07 par:pre; -dévisse dévisser VER 1.34 4.59 0.41 1.08 imp:pre:2s;ind:pre:1s;ind:pre:3s; -dévisser dévisser VER 1.34 4.59 0.48 1.08 inf; -dévissera dévisser VER 1.34 4.59 0.01 0.07 ind:fut:3s; -dévissez dévisser VER 1.34 4.59 0.04 0.07 imp:pre:2p;ind:pre:2p; -dévissé dévisser VER m s 1.34 4.59 0.22 0.34 par:pas; -dévissée dévisser VER f s 1.34 4.59 0.18 0.14 par:pas; -dévissées dévisser VER f p 1.34 4.59 0.00 0.14 par:pas; -dévissés dévisser VER m p 1.34 4.59 0.00 0.20 par:pas; -dévitalisation dévitalisation NOM f s 0.01 0.07 0.01 0.07 -dévitaliser dévitaliser VER 0.11 0.00 0.05 0.00 inf; -dévitalisé dévitaliser VER m s 0.11 0.00 0.05 0.00 par:pas; -dévié dévier VER m s 3.04 5.14 0.96 0.88 par:pas; -déviée dévier VER f s 3.04 5.14 0.20 0.27 par:pas; -déviés dévier VER m p 3.04 5.14 0.17 0.14 par:pas; -dévoie dévoyer VER 0.38 0.88 0.10 0.07 ind:pre:3s; -dévoiement dévoiement NOM m s 0.00 0.14 0.00 0.14 -dévoila dévoiler VER 8.78 12.97 0.04 0.61 ind:pas:3s; -dévoilai dévoiler VER 8.78 12.97 0.00 0.07 ind:pas:1s; -dévoilaient dévoiler VER 8.78 12.97 0.00 0.41 ind:imp:3p; -dévoilais dévoiler VER 8.78 12.97 0.12 0.07 ind:imp:1s;ind:imp:2s; -dévoilait dévoiler VER 8.78 12.97 0.06 1.22 ind:imp:3s; -dévoilant dévoiler VER 8.78 12.97 0.25 1.42 par:pre; -dévoile dévoiler VER 8.78 12.97 0.99 1.82 imp:pre:2s;ind:pre:1s;ind:pre:3s; -dévoilement dévoilement NOM m s 0.06 0.47 0.06 0.41 -dévoilements dévoilement NOM m p 0.06 0.47 0.00 0.07 -dévoilent dévoiler VER 8.78 12.97 0.14 0.41 ind:pre:3p; -dévoiler dévoiler VER 8.78 12.97 3.80 3.78 inf; -dévoilera dévoiler VER 8.78 12.97 0.18 0.07 ind:fut:3s; -dévoilerai dévoiler VER 8.78 12.97 0.30 0.07 ind:fut:1s; -dévoilerais dévoiler VER 8.78 12.97 0.01 0.00 cnd:pre:1s; -dévoilerait dévoiler VER 8.78 12.97 0.11 0.07 cnd:pre:3s; -dévoilerez dévoiler VER 8.78 12.97 0.02 0.00 ind:fut:2p; -dévoileront dévoiler VER 8.78 12.97 0.04 0.00 ind:fut:3p; -dévoiles dévoiler VER 8.78 12.97 0.07 0.00 ind:pre:2s; -dévoilez dévoiler VER 8.78 12.97 0.29 0.00 imp:pre:2p; -dévoilons dévoiler VER 8.78 12.97 0.30 0.00 imp:pre:1p;ind:pre:1p; -dévoilé dévoiler VER m s 8.78 12.97 1.55 1.82 par:pas; -dévoilée dévoiler VER f s 8.78 12.97 0.16 0.74 par:pas; -dévoilées dévoiler VER f p 8.78 12.97 0.18 0.20 par:pas; -dévoilés dévoiler VER m p 8.78 12.97 0.16 0.20 par:pas; -dévolu dévolu NOM m s 0.17 0.74 0.16 0.74 -dévolue dévolu ADJ f s 0.07 1.89 0.03 0.54 -dévolues dévolu ADJ f p 0.07 1.89 0.00 0.20 -dévolus dévolu ADJ m p 0.07 1.89 0.01 0.61 -dévolution dévolution NOM f s 0.00 0.07 0.00 0.07 -dévonien dévonien NOM m s 0.01 0.00 0.01 0.00 -dévonienne dévonien ADJ f s 0.04 0.00 0.04 0.00 -dévora dévorer VER 19.70 37.64 0.19 0.88 ind:pas:3s; -dévorai dévorer VER 19.70 37.64 0.14 0.41 ind:pas:1s; -dévoraient dévorer VER 19.70 37.64 0.29 1.96 ind:imp:3p; -dévorais dévorer VER 19.70 37.64 0.13 1.01 ind:imp:1s;ind:imp:2s; -dévorait dévorer VER 19.70 37.64 0.38 4.32 ind:imp:3s; -dévorant dévorer VER 19.70 37.64 0.67 2.70 par:pre; -dévorante dévorant ADJ f s 0.94 3.24 0.45 1.89 -dévorantes dévorant ADJ f p 0.94 3.24 0.01 0.20 -dévorants dévorant ADJ m p 0.94 3.24 0.10 0.34 -dévorateur dévorateur ADJ m s 0.00 0.34 0.00 0.14 -dévorateurs dévorateur ADJ m p 0.00 0.34 0.00 0.14 -dévoration dévoration NOM f s 0.00 0.07 0.00 0.07 -dévoratrice dévorateur ADJ f s 0.00 0.34 0.00 0.07 -dévore dévorer VER 19.70 37.64 4.48 4.86 imp:pre:2s;ind:pre:1s;ind:pre:3s; -dévorent dévorer VER 19.70 37.64 1.81 1.62 ind:pre:3p; -dévorer dévorer VER 19.70 37.64 4.08 7.70 ind:imp:3s;inf; -dévorera dévorer VER 19.70 37.64 0.71 0.14 ind:fut:3s; -dévorerai dévorer VER 19.70 37.64 0.16 0.14 ind:fut:1s; -dévoreraient dévorer VER 19.70 37.64 0.02 0.07 cnd:pre:3p; -dévorerais dévorer VER 19.70 37.64 0.01 0.07 cnd:pre:1s;cnd:pre:2s; -dévorerait dévorer VER 19.70 37.64 0.19 0.34 cnd:pre:3s; -dévorerez dévorer VER 19.70 37.64 0.02 0.00 ind:fut:2p; -dévoreront dévorer VER 19.70 37.64 0.12 0.14 ind:fut:3p; -dévores dévorer VER 19.70 37.64 0.14 0.07 ind:pre:2s;sub:pre:2s; -dévoreur dévoreur NOM m s 0.48 1.08 0.16 0.41 -dévoreurs dévoreur NOM m p 0.48 1.08 0.01 0.27 -dévoreuse dévoreur NOM f s 0.48 1.08 0.31 0.34 -dévoreuses dévoreuse NOM f p 0.01 0.00 0.01 0.00 -dévorez dévorer VER 19.70 37.64 0.17 0.00 imp:pre:2p;ind:pre:2p; -dévorions dévorer VER 19.70 37.64 0.00 0.20 ind:imp:1p; -dévorons dévorer VER 19.70 37.64 0.02 0.14 imp:pre:1p;ind:pre:1p; -dévorèrent dévorer VER 19.70 37.64 0.00 0.47 ind:pas:3p; -dévoré dévorer VER m s 19.70 37.64 4.25 5.20 par:pas; -dévorée dévorer VER f s 19.70 37.64 0.76 2.43 par:pas; -dévorées dévorer VER f p 19.70 37.64 0.05 0.61 par:pas; -dévorés dévorer VER m p 19.70 37.64 0.92 2.16 par:pas; -dévot dévot NOM m s 0.89 2.03 0.48 0.41 -dévote dévot ADJ f s 0.56 1.96 0.06 0.88 -dévotement dévotement ADV 0.00 0.47 0.00 0.47 -dévotes dévot ADJ f p 0.56 1.96 0.10 0.27 -dévotieusement dévotieusement ADV 0.00 0.14 0.00 0.14 -dévotion dévotion NOM f s 2.34 8.11 2.26 7.03 -dévotionnelle dévotionnel ADJ f s 0.01 0.00 0.01 0.00 -dévotions dévotion NOM f p 2.34 8.11 0.08 1.08 -dévots dévot NOM m p 0.89 2.03 0.36 1.08 -dévoua dévouer VER 4.71 5.81 0.00 0.47 ind:pas:3s; -dévouaient dévouer VER 4.71 5.81 0.00 0.07 ind:imp:3p; -dévouait dévouer VER 4.71 5.81 0.00 0.27 ind:imp:3s; -dévouant dévouer VER 4.71 5.81 0.01 0.00 par:pre; -dévoue dévouer VER 4.71 5.81 0.52 0.47 ind:pre:1s;ind:pre:3s; -dévouement dévouement NOM m s 4.03 9.32 4.03 8.51 -dévouements dévouement NOM m p 4.03 9.32 0.00 0.81 -dévouent dévouer VER 4.71 5.81 0.05 0.27 ind:pre:3p; -dévouer dévouer VER 4.71 5.81 0.38 1.55 inf; -dévouera dévouer VER 4.71 5.81 0.02 0.07 ind:fut:3s; -dévouerais dévouer VER 4.71 5.81 0.01 0.00 cnd:pre:2s; -dévoues dévouer VER 4.71 5.81 0.04 0.07 ind:pre:2s; -dévouez dévouer VER 4.71 5.81 0.14 0.00 imp:pre:2p; -dévouât dévouer VER 4.71 5.81 0.00 0.07 sub:imp:3s; -dévoué dévoué ADJ m s 4.79 6.08 2.60 1.69 -dévouée dévoué ADJ f s 4.79 6.08 1.28 1.08 -dévouées dévoué ADJ f p 4.79 6.08 0.06 0.61 -dévoués dévoué ADJ m p 4.79 6.08 0.85 2.70 -dévoyait dévoyer VER 0.38 0.88 0.00 0.14 ind:imp:3s; -dévoyer dévoyer VER 0.38 0.88 0.12 0.41 inf; -dévoyez dévoyer VER 0.38 0.88 0.01 0.00 ind:pre:2p; -dévoyé dévoyé ADJ m s 0.22 0.68 0.18 0.54 -dévoyée dévoyer VER f s 0.38 0.88 0.10 0.00 par:pas; -dévoyées dévoyé ADJ f p 0.22 0.68 0.00 0.07 -dévoyés dévoyé ADJ m p 0.22 0.68 0.03 0.00 -dévêt dévêtir VER 1.28 5.95 0.00 0.20 ind:pre:3s; -dévêtaient dévêtir VER 1.28 5.95 0.00 0.14 ind:imp:3p; -dévêtait dévêtir VER 1.28 5.95 0.01 0.34 ind:imp:3s; -dévêtant dévêtir VER 1.28 5.95 0.02 0.27 par:pre; -dévêtez dévêtir VER 1.28 5.95 0.00 0.14 imp:pre:2p; -dévêtir dévêtir VER 1.28 5.95 0.47 1.89 inf; -dévêtit dévêtir VER 1.28 5.95 0.01 0.68 ind:pas:3s; -dévêtu dévêtir VER m s 1.28 5.95 0.32 0.74 par:pas; -dévêtue dévêtir VER f s 1.28 5.95 0.34 0.74 par:pas; -dévêtues dévêtir VER f p 1.28 5.95 0.07 0.34 par:pas; -dévêtus dévêtir VER m p 1.28 5.95 0.04 0.47 par:pas; -dézingue dézinguer VER 0.35 0.00 0.17 0.00 imp:pre:2s;ind:pre:1s;ind:pre:3s; -dézinguer dézinguer VER 0.35 0.00 0.16 0.00 inf; -dézingués dézinguer VER m p 0.35 0.00 0.02 0.00 par:pas; -dyke dyke NOM m s 0.16 0.07 0.16 0.00 -dykes dyke NOM m p 0.16 0.07 0.00 0.07 -dynamique dynamique ADJ s 2.68 2.09 1.97 1.69 -dynamiques dynamique ADJ p 2.68 2.09 0.71 0.41 -dynamiser dynamiser VER 0.07 0.20 0.02 0.00 inf; -dynamisera dynamiser VER 0.07 0.20 0.01 0.00 ind:fut:3s; -dynamiserait dynamiser VER 0.07 0.20 0.01 0.00 cnd:pre:3s; -dynamisez dynamiser VER 0.07 0.20 0.01 0.00 imp:pre:2p; -dynamisme dynamisme NOM m s 0.54 1.82 0.54 1.82 -dynamisé dynamiser VER m s 0.07 0.20 0.01 0.00 par:pas; -dynamisée dynamiser VER f s 0.07 0.20 0.00 0.07 par:pas; -dynamisées dynamiser VER f p 0.07 0.20 0.00 0.14 par:pas; -dynamitage dynamitage NOM m s 0.07 0.00 0.07 0.00 -dynamitait dynamiter VER 0.90 0.47 0.00 0.07 ind:imp:3s; -dynamitant dynamiter VER 0.90 0.47 0.01 0.07 par:pre; -dynamite dynamite NOM f s 8.12 2.50 8.12 2.50 -dynamiter dynamiter VER 0.90 0.47 0.43 0.07 inf; -dynamiteur dynamiteur NOM m s 0.05 0.34 0.04 0.14 -dynamiteurs dynamiteur NOM m p 0.05 0.34 0.01 0.20 -dynamitez dynamiter VER 0.90 0.47 0.03 0.00 imp:pre:2p; -dynamitons dynamiter VER 0.90 0.47 0.02 0.00 imp:pre:1p; -dynamité dynamiter VER m s 0.90 0.47 0.09 0.20 par:pas; -dynamitée dynamiter VER f s 0.90 0.47 0.12 0.00 par:pas; -dynamo dynamo NOM f s 0.20 0.95 0.19 0.54 -dynamomètre dynamomètre NOM m s 0.03 0.07 0.03 0.07 -dynamométrique dynamométrique ADJ f s 0.01 0.00 0.01 0.00 -dynamos dynamo NOM f p 0.20 0.95 0.01 0.41 -dynastie dynastie NOM f s 2.31 3.65 2.29 3.04 -dynasties dynastie NOM f p 2.31 3.65 0.02 0.61 -dynastique dynastique ADJ f s 0.01 0.07 0.01 0.07 -dynes dyne NOM f p 0.01 0.07 0.01 0.07 -dyscinésie dyscinésie NOM f s 0.01 0.00 0.01 0.00 -dyscrasie dyscrasie NOM f s 0.01 0.00 0.01 0.00 -dysenterie dysenterie NOM f s 0.80 1.49 0.80 1.42 -dysenteries dysenterie NOM f p 0.80 1.49 0.00 0.07 -dysentérique dysentérique ADJ s 0.00 0.27 0.00 0.07 -dysentériques dysentérique ADJ p 0.00 0.27 0.00 0.20 -dysfonction dysfonction NOM f s 0.09 0.00 0.09 0.00 -dysfonctionnement dysfonctionnement NOM m s 0.77 0.00 0.57 0.00 -dysfonctionnements dysfonctionnement NOM m p 0.77 0.00 0.20 0.00 -dyslexie dyslexie NOM f s 0.12 0.07 0.12 0.07 -dyslexique dyslexique ADJ m s 0.46 0.07 0.46 0.07 -dysménorrhée dysménorrhée NOM f s 0.01 0.00 0.01 0.00 -dyspepsie dyspepsie NOM f s 0.05 0.14 0.05 0.14 -dyspepsique dyspepsique ADJ s 0.01 0.07 0.01 0.07 -dyspeptique dyspeptique ADJ s 0.02 0.07 0.02 0.07 -dysphonie dysphonie NOM f s 0.01 0.00 0.01 0.00 -dysphorie dysphorie NOM f s 0.02 0.00 0.02 0.00 -dysplasie dysplasie NOM f s 0.06 0.07 0.06 0.07 -dyspnée dyspnée NOM f s 0.05 0.00 0.05 0.00 -dyspnéique dyspnéique ADJ f s 0.00 0.14 0.00 0.07 -dyspnéiques dyspnéique ADJ f p 0.00 0.14 0.00 0.07 -dysthymie dysthymie NOM f s 0.10 0.07 0.10 0.07 -dystocie dystocie NOM f s 0.03 0.00 0.03 0.00 -dystrophie dystrophie NOM f s 0.05 0.00 0.05 0.00 -dysurie dysurie NOM f s 0.01 0.00 0.01 0.00 -dytique dytique NOM m s 0.00 0.07 0.00 0.07 -e_commerce e_commerce NOM m s 0.03 0.00 0.03 0.00 -e_mail e_mail NOM m s 6.47 0.00 4.16 0.00 -e_mail e_mail NOM m p 6.47 0.00 2.32 0.00 -e e NOM m 60.91 28.99 60.91 28.99 -eûmes avoir AUX 18559.23 12800.81 0.14 1.08 ind:pas:1p; -eût avoir AUX 18559.23 12800.81 6.38 203.51 sub:imp:3s; -eûtes avoir VER 13573.20 6426.49 0.01 0.00 ind:pas:2p; -east_river east_river NOM f s 0.00 0.07 0.00 0.07 -eau_de_vie eau_de_vie NOM f s 3.17 4.73 3.05 4.73 -eau_forte eau_forte NOM f s 0.30 0.27 0.30 0.27 -eau_minute eau_minute NOM f s 0.01 0.00 0.01 0.00 -eau eau NOM f s 305.74 459.86 290.61 417.84 -eau_de_vie eau_de_vie NOM f p 3.17 4.73 0.12 0.00 -eaux_fortes eaux_fortes NOM f p 0.00 0.14 0.00 0.14 -eaux eau NOM f p 305.74 459.86 15.14 42.03 -ecce_homo ecce_homo ADV 0.20 0.20 0.20 0.20 -ecchymose ecchymose NOM f s 0.91 1.22 0.23 0.34 -ecchymoses ecchymose NOM f p 0.91 1.22 0.67 0.88 -ecchymosé ecchymosé ADJ m s 0.01 0.07 0.01 0.00 -ecchymosée ecchymosé ADJ f s 0.01 0.07 0.00 0.07 -ecclésiale ecclésial ADJ f s 0.00 0.20 0.00 0.20 -ecclésiastique ecclésiastique ADJ s 0.48 2.91 0.35 1.89 -ecclésiastiques ecclésiastique ADJ p 0.48 2.91 0.12 1.01 -ecsta ecsta ADV 0.01 0.00 0.01 0.00 -ecstasy ecstasy NOM m s 3.85 0.00 3.85 0.00 -ectasie ectasie NOM f s 0.01 0.00 0.01 0.00 -ecthyma ecthyma NOM m s 0.00 0.07 0.00 0.07 -ectodermique ectodermique ADJ f s 0.01 0.00 0.01 0.00 -ectopie ectopie NOM f s 0.04 0.00 0.04 0.00 -ectopique ectopique ADJ f s 0.04 0.00 0.04 0.00 -ectoplasme ectoplasme NOM m s 0.71 0.95 0.60 0.47 -ectoplasmes ectoplasme NOM m p 0.71 0.95 0.11 0.47 -ectoplasmique ectoplasmique ADJ s 0.05 0.34 0.03 0.20 -ectoplasmiques ectoplasmique ADJ f p 0.05 0.34 0.02 0.14 -eczéma eczéma NOM m s 0.64 1.55 0.64 1.42 -eczémas eczéma NOM m p 0.64 1.55 0.00 0.14 -eczémateuses eczémateux ADJ f p 0.01 0.14 0.01 0.07 -eczémateux eczémateux NOM m 0.01 0.07 0.01 0.07 -edelweiss edelweiss NOM m 0.00 0.54 0.00 0.54 -edwardienne edwardien ADJ f s 0.00 0.07 0.00 0.07 -efface effacer VER 29.02 70.34 6.19 11.69 imp:pre:2s;ind:pre:1s;ind:pre:3s; -effacement effacement NOM m s 0.36 2.77 0.36 2.70 -effacements effacement NOM m p 0.36 2.77 0.00 0.07 -effacent effacer VER 29.02 70.34 1.00 3.58 ind:pre:3p; -effacer effacer VER 29.02 70.34 10.05 18.31 inf; -effacera effacer VER 29.02 70.34 0.73 0.88 ind:fut:3s; -effacerai effacer VER 29.02 70.34 0.23 0.14 ind:fut:1s; -effaceraient effacer VER 29.02 70.34 0.02 0.00 cnd:pre:3p; -effacerais effacer VER 29.02 70.34 0.05 0.07 cnd:pre:1s;cnd:pre:2s; -effacerait effacer VER 29.02 70.34 0.21 0.74 cnd:pre:3s; -effaceras effacer VER 29.02 70.34 0.03 0.20 ind:fut:2s; -effacerez effacer VER 29.02 70.34 0.03 0.00 ind:fut:2p; -effacerions effacer VER 29.02 70.34 0.01 0.00 cnd:pre:1p; -effacerons effacer VER 29.02 70.34 0.13 0.00 ind:fut:1p; -effaceront effacer VER 29.02 70.34 0.15 0.27 ind:fut:3p; -effaces effacer VER 29.02 70.34 0.47 0.07 ind:pre:2s; -effaceur effaceur NOM m s 0.10 0.00 0.10 0.00 -effacez effacer VER 29.02 70.34 0.89 0.20 imp:pre:2p;ind:pre:2p; -effaciez effacer VER 29.02 70.34 0.05 0.00 ind:imp:2p; -effacions effacer VER 29.02 70.34 0.01 0.07 ind:imp:1p; -effacèrent effacer VER 29.02 70.34 0.00 1.01 ind:pas:3p; -effacé effacer VER m s 29.02 70.34 5.24 6.96 par:pas; -effacée effacer VER f s 29.02 70.34 1.51 3.31 par:pas; -effacées effacer VER f p 29.02 70.34 0.50 1.96 par:pas; -effacés effacer VER m p 29.02 70.34 0.68 1.69 par:pas; -effara effarer VER 0.11 1.96 0.00 0.07 ind:pas:3s; -effaraient effarer VER 0.11 1.96 0.00 0.07 ind:imp:3p; -effarait effarer VER 0.11 1.96 0.00 0.14 ind:imp:3s; -effarant effarant ADJ m s 1.08 2.57 0.81 0.81 -effarante effarant ADJ f s 1.08 2.57 0.22 1.28 -effarantes effarant ADJ f p 1.08 2.57 0.00 0.34 -effarants effarant ADJ m p 1.08 2.57 0.05 0.14 -effare effarer VER 0.11 1.96 0.01 0.20 ind:pre:1s;ind:pre:3s; -effarement effarement NOM m s 0.00 1.82 0.00 1.82 -effarer effarer VER 0.11 1.96 0.02 0.00 inf; -effaroucha effaroucher VER 0.63 5.20 0.00 0.07 ind:pas:3s; -effarouchaient effaroucher VER 0.63 5.20 0.00 0.20 ind:imp:3p; -effarouchait effaroucher VER 0.63 5.20 0.00 0.68 ind:imp:3s; -effarouchant effaroucher VER 0.63 5.20 0.00 0.20 par:pre; -effarouche effaroucher VER 0.63 5.20 0.29 0.61 imp:pre:2s;ind:pre:1s;ind:pre:3s; -effarouchement effarouchement NOM m s 0.00 0.20 0.00 0.07 -effarouchements effarouchement NOM m p 0.00 0.20 0.00 0.14 -effarouchent effaroucher VER 0.63 5.20 0.30 0.20 ind:pre:3p; -effaroucher effaroucher VER 0.63 5.20 0.02 1.96 inf; -effarouches effaroucher VER 0.63 5.20 0.00 0.07 ind:pre:2s; -effarouchâmes effaroucher VER 0.63 5.20 0.00 0.14 ind:pas:1p; -effarouchât effaroucher VER 0.63 5.20 0.00 0.20 sub:imp:3s; -effarouché effarouché ADJ m s 0.81 2.50 0.06 0.74 -effarouchée effarouché ADJ f s 0.81 2.50 0.72 0.34 -effarouchées effarouché ADJ f p 0.81 2.50 0.01 0.68 -effarouchés effarouché ADJ m p 0.81 2.50 0.03 0.74 -effarèrent effarer VER 0.11 1.96 0.00 0.07 ind:pas:3p; -effaré effarer VER m s 0.11 1.96 0.05 0.54 par:pas; -effarée effaré ADJ f s 0.13 3.45 0.10 0.88 -effarées effaré ADJ f p 0.13 3.45 0.00 0.14 -effarés effarer VER m p 0.11 1.96 0.02 0.27 par:pas; -effarvatte effarvatte NOM f s 0.00 0.14 0.00 0.07 -effarvattes effarvatte NOM f p 0.00 0.14 0.00 0.07 -effaça effacer VER 29.02 70.34 0.02 5.27 ind:pas:3s; -effaçable effaçable ADJ s 0.01 0.07 0.01 0.00 -effaçables effaçable ADJ p 0.01 0.07 0.00 0.07 -effaçage effaçage NOM m s 0.01 0.00 0.01 0.00 -effaçai effacer VER 29.02 70.34 0.00 0.14 ind:pas:1s; -effaçaient effacer VER 29.02 70.34 0.06 2.50 ind:imp:3p; -effaçais effacer VER 29.02 70.34 0.02 0.34 ind:imp:1s;ind:imp:2s; -effaçait effacer VER 29.02 70.34 0.20 7.43 ind:imp:3s; -effaçant effacer VER 29.02 70.34 0.27 2.97 par:pre; -effaçassent effacer VER 29.02 70.34 0.00 0.07 sub:imp:3p; -effaçons effacer VER 29.02 70.34 0.25 0.07 imp:pre:1p;ind:pre:1p; -effaçât effacer VER 29.02 70.34 0.00 0.41 sub:imp:3s; -effectif effectif NOM m s 2.63 7.64 0.62 2.23 -effectifs effectif NOM m p 2.63 7.64 2.02 5.41 -effective effectif ADJ f s 0.57 2.77 0.20 1.22 -effectivement effectivement ADV 13.57 16.28 13.57 16.28 -effectives effectif ADJ f p 0.57 2.77 0.01 0.14 -effectivité effectivité NOM f s 0.00 0.07 0.00 0.07 -effectua effectuer VER 10.53 15.20 0.02 1.01 ind:pas:3s; -effectuai effectuer VER 10.53 15.20 0.00 0.27 ind:pas:1s; -effectuaient effectuer VER 10.53 15.20 0.02 0.95 ind:imp:3p; -effectuais effectuer VER 10.53 15.20 0.08 0.00 ind:imp:1s; -effectuait effectuer VER 10.53 15.20 0.11 1.35 ind:imp:3s; -effectuant effectuer VER 10.53 15.20 0.13 0.81 par:pre; -effectue effectuer VER 10.53 15.20 0.90 0.95 imp:pre:2s;ind:pre:1s;ind:pre:3s; -effectuent effectuer VER 10.53 15.20 0.04 0.07 ind:pre:3p; -effectuer effectuer VER 10.53 15.20 2.84 4.59 inf; -effectuera effectuer VER 10.53 15.20 0.23 0.07 ind:fut:3s; -effectuerai effectuer VER 10.53 15.20 0.05 0.00 ind:fut:1s; -effectuerait effectuer VER 10.53 15.20 0.00 0.20 cnd:pre:3s; -effectuerons effectuer VER 10.53 15.20 0.15 0.00 ind:fut:1p; -effectues effectuer VER 10.53 15.20 0.02 0.07 ind:pre:2s; -effectuez effectuer VER 10.53 15.20 0.23 0.00 imp:pre:2p;ind:pre:2p; -effectuions effectuer VER 10.53 15.20 0.01 0.07 ind:imp:1p; -effectuons effectuer VER 10.53 15.20 0.52 0.00 imp:pre:1p;ind:pre:1p; -effectué effectuer VER m s 10.53 15.20 3.43 2.30 par:pas; -effectuée effectuer VER f s 10.53 15.20 0.95 1.08 par:pas; -effectuées effectuer VER f p 10.53 15.20 0.32 0.81 par:pas; -effectués effectuer VER m p 10.53 15.20 0.46 0.61 par:pas; -effendi effendi NOM m s 0.19 1.62 0.19 1.62 -effervescence effervescence NOM f s 0.40 3.85 0.40 3.78 -effervescences effervescence NOM f p 0.40 3.85 0.00 0.07 -effervescent effervescent ADJ m s 0.09 0.88 0.04 0.34 -effervescente effervescent ADJ f s 0.09 0.88 0.04 0.20 -effervescentes effervescent ADJ f p 0.09 0.88 0.00 0.14 -effervescents effervescent ADJ m p 0.09 0.88 0.01 0.20 -effet effet NOM m s 116.75 192.36 99.17 173.18 -effets effet NOM m p 116.75 192.36 17.58 19.19 -effeuilla effeuiller VER 0.17 1.89 0.00 0.07 ind:pas:3s; -effeuillage effeuillage NOM m s 0.08 0.07 0.08 0.07 -effeuillaient effeuiller VER 0.17 1.89 0.00 0.14 ind:imp:3p; -effeuillait effeuiller VER 0.17 1.89 0.00 0.27 ind:imp:3s; -effeuillant effeuiller VER 0.17 1.89 0.01 0.00 par:pre; -effeuille effeuiller VER 0.17 1.89 0.00 0.47 ind:pre:1s;ind:pre:3s; -effeuillent effeuiller VER 0.17 1.89 0.00 0.07 ind:pre:3p; -effeuiller effeuiller VER 0.17 1.89 0.12 0.41 inf; -effeuilleras effeuiller VER 0.17 1.89 0.00 0.07 ind:fut:2s; -effeuilleuse effeuilleur NOM f s 0.11 0.20 0.11 0.14 -effeuilleuses effeuilleuse NOM f p 0.06 0.00 0.06 0.00 -effeuillez effeuiller VER 0.17 1.89 0.01 0.00 imp:pre:2p; -effeuillèrent effeuiller VER 0.17 1.89 0.00 0.07 ind:pas:3p; -effeuillé effeuiller VER m s 0.17 1.89 0.01 0.07 par:pas; -effeuillée effeuiller VER f s 0.17 1.89 0.01 0.20 par:pas; -effeuillés effeuiller VER m p 0.17 1.89 0.01 0.07 par:pas; -efficace efficace ADJ s 14.54 15.27 12.19 12.23 -efficacement efficacement ADV 0.67 2.23 0.67 2.23 -efficaces efficace ADJ p 14.54 15.27 2.35 3.04 -efficacité efficacité NOM f s 3.36 8.51 3.36 8.51 -efficience efficience NOM f s 0.01 0.34 0.01 0.34 -efficient efficient ADJ m s 0.14 0.41 0.00 0.20 -efficiente efficient ADJ f s 0.14 0.41 0.14 0.07 -efficientes efficient ADJ f p 0.14 0.41 0.00 0.07 -efficients efficient ADJ m p 0.14 0.41 0.00 0.07 -effigie effigie NOM f s 1.60 4.19 1.52 3.38 -effigies effigie NOM f p 1.60 4.19 0.07 0.81 -effila effiler VER 0.07 2.43 0.00 0.07 ind:pas:3s; -effilaient effiler VER 0.07 2.43 0.00 0.07 ind:imp:3p; -effilait effiler VER 0.07 2.43 0.00 0.14 ind:imp:3s; -effilant effiler VER 0.07 2.43 0.00 0.20 par:pre; -effile effiler VER 0.07 2.43 0.00 0.20 ind:pre:3s; -effilement effilement NOM m s 0.00 0.07 0.00 0.07 -effilent effiler VER 0.07 2.43 0.01 0.07 ind:pre:3p; -effiler effiler VER 0.07 2.43 0.03 0.27 inf; -effilochage effilochage NOM m s 0.00 0.07 0.00 0.07 -effilochaient effilocher VER 0.20 6.35 0.00 0.47 ind:imp:3p; -effilochait effilocher VER 0.20 6.35 0.01 0.88 ind:imp:3s; -effilochant effilocher VER 0.20 6.35 0.00 0.27 par:pre; -effiloche effilocher VER 0.20 6.35 0.05 0.95 ind:pre:3s; -effilochent effilocher VER 0.20 6.35 0.00 0.34 ind:pre:3p; -effilocher effilocher VER 0.20 6.35 0.00 0.47 inf; -effilochera effilocher VER 0.20 6.35 0.01 0.07 ind:fut:3s; -effilochèrent effilocher VER 0.20 6.35 0.00 0.07 ind:pas:3p; -effiloché effilocher VER m s 0.20 6.35 0.11 0.81 par:pas; -effilochée effilocher VER f s 0.20 6.35 0.02 0.88 par:pas; -effilochées effilocher VER f p 0.20 6.35 0.00 0.47 par:pas; -effilochure effilochure NOM f s 0.00 0.47 0.00 0.20 -effilochures effilochure NOM f p 0.00 0.47 0.00 0.27 -effilochés effilocher VER m p 0.20 6.35 0.00 0.68 par:pas; -effilé effilé ADJ m s 0.08 4.46 0.06 1.08 -effilée effiler VER f s 0.07 2.43 0.01 0.68 par:pas; -effilées effiler VER f p 0.07 2.43 0.02 0.41 par:pas; -effilure effilure NOM f s 0.00 0.14 0.00 0.07 -effilures effilure NOM f p 0.00 0.14 0.00 0.07 -effilés effilé ADJ m p 0.08 4.46 0.01 1.35 -efflanqué efflanqué ADJ m s 0.14 3.92 0.14 2.30 -efflanquée efflanqué ADJ f s 0.14 3.92 0.00 0.61 -efflanquées efflanqué ADJ f p 0.14 3.92 0.00 0.47 -efflanqués efflanquer VER m p 0.01 1.28 0.01 0.27 par:pas; -effleura effleurer VER 3.23 25.68 0.01 4.93 ind:pas:3s; -effleurage effleurage NOM m s 0.00 0.07 0.00 0.07 -effleurai effleurer VER 3.23 25.68 0.00 0.14 ind:pas:1s; -effleuraient effleurer VER 3.23 25.68 0.00 0.88 ind:imp:3p; -effleurais effleurer VER 3.23 25.68 0.00 0.20 ind:imp:1s; -effleurait effleurer VER 3.23 25.68 0.10 2.77 ind:imp:3s; -effleurant effleurer VER 3.23 25.68 0.12 1.49 par:pre; -effleure effleurer VER 3.23 25.68 0.54 3.78 imp:pre:2s;ind:pre:1s;ind:pre:3s; -effleurement effleurement NOM m s 0.07 1.22 0.03 0.81 -effleurements effleurement NOM m p 0.07 1.22 0.04 0.41 -effleurent effleurer VER 3.23 25.68 0.05 0.74 ind:pre:3p; -effleurer effleurer VER 3.23 25.68 0.62 4.59 inf; -effleurera effleurer VER 3.23 25.68 0.00 0.14 ind:fut:3s; -effleurerait effleurer VER 3.23 25.68 0.01 0.20 cnd:pre:3s; -effleureront effleurer VER 3.23 25.68 0.00 0.07 ind:fut:3p; -effleures effleurer VER 3.23 25.68 0.03 0.07 ind:pre:2s; -effleurez effleurer VER 3.23 25.68 0.04 0.07 imp:pre:2p;ind:pre:2p; -effleurâmes effleurer VER 3.23 25.68 0.00 0.14 ind:pas:1p; -effleurât effleurer VER 3.23 25.68 0.00 0.07 sub:imp:3s; -effleurèrent effleurer VER 3.23 25.68 0.00 0.34 ind:pas:3p; -effleuré effleurer VER m s 3.23 25.68 1.27 3.18 par:pas; -effleurée effleurer VER f s 3.23 25.68 0.41 1.49 par:pas; -effleurées effleurer VER f p 3.23 25.68 0.00 0.20 par:pas; -effleurés effleurer VER m p 3.23 25.68 0.04 0.20 par:pas; -efflorescence efflorescence NOM f s 0.01 0.27 0.01 0.27 -effluent effluent NOM m s 0.01 0.00 0.01 0.00 -effluve effluve NOM m s 0.09 6.49 0.02 0.61 -effluves effluve NOM m p 0.09 6.49 0.06 5.88 -effondra effondrer VER 13.24 25.74 0.24 3.72 ind:pas:3s; -effondrai effondrer VER 13.24 25.74 0.02 0.34 ind:pas:1s; -effondraient effondrer VER 13.24 25.74 0.01 0.81 ind:imp:3p; -effondrais effondrer VER 13.24 25.74 0.00 0.14 ind:imp:1s; -effondrait effondrer VER 13.24 25.74 0.15 2.50 ind:imp:3s; -effondrant effondrer VER 13.24 25.74 0.04 0.34 par:pre; -effondre effondrer VER 13.24 25.74 3.19 3.85 imp:pre:2s;ind:pre:1s;ind:pre:3s; -effondrement effondrement NOM m s 1.83 6.82 1.82 6.28 -effondrements effondrement NOM m p 1.83 6.82 0.01 0.54 -effondrent effondrer VER 13.24 25.74 0.41 1.15 ind:pre:3p; -effondrer effondrer VER 13.24 25.74 3.22 5.34 inf; -effondrera effondrer VER 13.24 25.74 0.51 0.34 ind:fut:3s; -effondreraient effondrer VER 13.24 25.74 0.04 0.00 cnd:pre:3p; -effondrerais effondrer VER 13.24 25.74 0.05 0.07 cnd:pre:1s; -effondrerait effondrer VER 13.24 25.74 0.36 0.27 cnd:pre:3s; -effondreront effondrer VER 13.24 25.74 0.11 0.00 ind:fut:3p; -effondrez effondrer VER 13.24 25.74 0.03 0.00 ind:pre:2p; -effondrât effondrer VER 13.24 25.74 0.00 0.14 sub:imp:3s; -effondrèrent effondrer VER 13.24 25.74 0.00 0.54 ind:pas:3p; -effondré effondrer VER m s 13.24 25.74 2.75 3.24 par:pas; -effondrée effondrer VER f s 13.24 25.74 1.87 2.16 par:pas; -effondrées effondrer VER f p 13.24 25.74 0.05 0.20 par:pas; -effondrés effondrer VER m p 13.24 25.74 0.17 0.61 par:pas; -efforce efforcer VER 6.14 54.19 2.09 8.04 imp:pre:2s;ind:pre:1s;ind:pre:3s; -efforcent efforcer VER 6.14 54.19 0.38 2.16 ind:pre:3p; -efforcer efforcer VER 6.14 54.19 0.86 2.57 inf; -efforcera efforcer VER 6.14 54.19 0.04 0.20 ind:fut:3s; -efforcerai efforcer VER 6.14 54.19 0.40 0.27 ind:fut:1s; -efforceraient efforcer VER 6.14 54.19 0.00 0.14 cnd:pre:3p; -efforcerais efforcer VER 6.14 54.19 0.02 0.14 cnd:pre:1s;cnd:pre:2s; -efforcerait efforcer VER 6.14 54.19 0.01 0.14 cnd:pre:3s; -efforcerons efforcer VER 6.14 54.19 0.12 0.07 ind:fut:1p; -efforces efforcer VER 6.14 54.19 0.11 0.27 ind:pre:2s; -efforcez efforcer VER 6.14 54.19 0.31 0.00 imp:pre:2p;ind:pre:2p; -efforcions efforcer VER 6.14 54.19 0.00 0.81 ind:imp:1p; -efforcèrent efforcer VER 6.14 54.19 0.00 0.20 ind:pas:3p; -efforcé efforcer VER m s 6.14 54.19 0.46 2.03 par:pas; -efforcée efforcer VER f s 6.14 54.19 0.14 0.81 par:pas; -efforcés efforcer VER m p 6.14 54.19 0.12 0.41 par:pas; -effort effort NOM m s 42.70 136.62 23.26 98.18 -efforça efforcer VER 6.14 54.19 0.02 5.61 ind:pas:3s; -efforçai efforcer VER 6.14 54.19 0.01 0.95 ind:pas:1s; -efforçaient efforcer VER 6.14 54.19 0.04 4.05 ind:imp:3p; -efforçais efforcer VER 6.14 54.19 0.08 2.50 ind:imp:1s; -efforçait efforcer VER 6.14 54.19 0.32 14.19 ind:imp:3s; -efforçant efforcer VER 6.14 54.19 0.24 7.64 par:pre; -efforçâmes efforcer VER 6.14 54.19 0.00 0.14 ind:pas:1p; -efforçons efforcer VER 6.14 54.19 0.38 0.41 imp:pre:1p;ind:pre:1p; -efforçât efforcer VER 6.14 54.19 0.00 0.47 sub:imp:3s; -efforts effort NOM m p 42.70 136.62 19.44 38.45 -effraction effraction NOM f s 7.76 2.03 7.49 2.03 -effractions effraction NOM f p 7.76 2.03 0.27 0.00 -effraie effrayer VER 37.04 29.86 7.65 2.43 imp:pre:2s;ind:pre:1s;ind:pre:3s; -effraient effrayer VER 37.04 29.86 1.07 0.47 ind:pre:3p; -effraiera effrayer VER 37.04 29.86 0.07 0.07 ind:fut:3s; -effraieraient effrayer VER 37.04 29.86 0.01 0.00 cnd:pre:3p; -effraierait effrayer VER 37.04 29.86 0.36 0.20 cnd:pre:3s; -effraieras effrayer VER 37.04 29.86 0.04 0.00 ind:fut:2s; -effraierez effrayer VER 37.04 29.86 0.03 0.00 ind:fut:2p; -effraies effrayer VER 37.04 29.86 0.53 0.20 ind:pre:2s; -effrange effranger VER 0.01 1.96 0.00 0.07 ind:pre:3s; -effrangeait effranger VER 0.01 1.96 0.00 0.07 ind:imp:3s; -effrangent effranger VER 0.01 1.96 0.00 0.07 ind:pre:3p; -effrangé effranger VER m s 0.01 1.96 0.01 0.61 par:pas; -effrangée effranger VER f s 0.01 1.96 0.00 0.34 par:pas; -effrangées effranger VER f p 0.01 1.96 0.00 0.41 par:pas; -effrangés effranger VER m p 0.01 1.96 0.00 0.41 par:pas; -effraya effrayer VER 37.04 29.86 0.00 2.09 ind:pas:3s; -effrayaient effrayer VER 37.04 29.86 0.23 1.35 ind:imp:3p; -effrayais effrayer VER 37.04 29.86 0.04 0.20 ind:imp:1s; -effrayait effrayer VER 37.04 29.86 0.91 7.16 ind:imp:3s; -effrayamment effrayamment ADV 0.00 0.20 0.00 0.20 -effrayant effrayant ADJ m s 14.69 19.19 10.07 8.99 -effrayante effrayant ADJ f s 14.69 19.19 2.86 7.16 -effrayantes effrayant ADJ f p 14.69 19.19 0.69 1.42 -effrayants effrayant ADJ m p 14.69 19.19 1.07 1.62 -effraye effrayer VER 37.04 29.86 1.10 0.61 imp:pre:2s;ind:pre:1s;ind:pre:3s; -effrayent effrayer VER 37.04 29.86 0.25 0.20 ind:pre:3p; -effrayer effrayer VER 37.04 29.86 9.43 4.73 ind:pre:2p;inf; -effrayerais effrayer VER 37.04 29.86 0.03 0.00 cnd:pre:1s; -effrayerait effrayer VER 37.04 29.86 0.08 0.00 cnd:pre:3s; -effrayeras effrayer VER 37.04 29.86 0.01 0.00 ind:fut:2s; -effrayez effrayer VER 37.04 29.86 1.01 0.34 imp:pre:2p;ind:pre:2p; -effrayons effrayer VER 37.04 29.86 0.20 0.07 imp:pre:1p;ind:pre:1p; -effrayèrent effrayer VER 37.04 29.86 0.14 0.00 ind:pas:3p; -effrayé effrayer VER m s 37.04 29.86 6.36 3.99 par:pas; -effrayée effrayer VER f s 37.04 29.86 5.00 2.64 par:pas; -effrayées effrayé ADJ f p 6.78 9.46 0.27 0.20 -effrayés effrayer VER m p 37.04 29.86 1.57 1.42 par:pas; -effrita effriter VER 0.45 5.68 0.01 0.20 ind:pas:3s; -effritaient effriter VER 0.45 5.68 0.01 0.27 ind:imp:3p; -effritait effriter VER 0.45 5.68 0.10 0.54 ind:imp:3s; -effritant effriter VER 0.45 5.68 0.00 0.54 par:pre; -effrite effriter VER 0.45 5.68 0.23 1.55 ind:pre:1s;ind:pre:3s; -effritement effritement NOM m s 0.01 0.47 0.01 0.41 -effritements effritement NOM m p 0.01 0.47 0.00 0.07 -effritent effriter VER 0.45 5.68 0.04 0.68 ind:pre:3p; -effriter effriter VER 0.45 5.68 0.04 0.54 inf; -effriterait effriter VER 0.45 5.68 0.00 0.14 cnd:pre:3s; -effrité effriter VER m s 0.45 5.68 0.02 0.41 par:pas; -effritée effriter VER f s 0.45 5.68 0.00 0.27 par:pas; -effritées effriter VER f p 0.45 5.68 0.00 0.20 par:pas; -effrités effriter VER m p 0.45 5.68 0.00 0.34 par:pas; -effroi effroi NOM m s 2.83 12.91 2.83 12.91 -effronterie effronterie NOM f s 0.46 1.22 0.46 1.15 -effronteries effronterie NOM f p 0.46 1.22 0.00 0.07 -effronté effronté NOM m s 1.65 0.81 0.73 0.20 -effrontée effronté NOM f s 1.65 0.81 0.79 0.47 -effrontées effronté ADJ f p 1.51 1.55 0.14 0.14 -effrontément effrontément ADV 0.22 0.74 0.22 0.74 -effrontés effronté ADJ m p 1.51 1.55 0.04 0.47 -effroyable effroyable ADJ s 4.41 8.99 3.84 6.69 -effroyablement effroyablement ADV 0.11 1.35 0.11 1.35 -effroyables effroyable ADJ p 4.41 8.99 0.57 2.30 -effréné effréné ADJ m s 0.50 3.11 0.36 1.28 -effrénée effréné ADJ f s 0.50 3.11 0.13 1.42 -effrénées effréné ADJ f p 0.50 3.11 0.01 0.34 -effrénés effréné ADJ m p 0.50 3.11 0.00 0.07 -effulgente effulgent ADJ f s 0.01 0.07 0.01 0.07 -efféminait efféminer VER 0.25 0.07 0.00 0.07 ind:imp:3s; -efféminé efféminé ADJ m s 0.81 0.68 0.49 0.20 -efféminée efféminé ADJ f s 0.81 0.68 0.04 0.14 -efféminés efféminé ADJ m p 0.81 0.68 0.28 0.34 -effusion effusion NOM f s 1.73 6.42 1.39 3.24 -effusionniste effusionniste ADJ s 0.00 0.14 0.00 0.07 -effusionnistes effusionniste ADJ m p 0.00 0.14 0.00 0.07 -effusions effusion NOM f p 1.73 6.42 0.34 3.18 -efrit efrit NOM m s 0.00 0.07 0.00 0.07 -ego ego NOM m 4.16 1.22 4.16 1.22 -eh eh ONO 386.00 176.62 386.00 176.62 -eider eider NOM m s 0.00 0.34 0.00 0.07 -eiders eider NOM m p 0.00 0.34 0.00 0.27 -eidétique eidétique ADJ f s 0.02 0.00 0.02 0.00 -einsteinienne einsteinien ADJ f s 0.01 0.07 0.01 0.07 -ektachromes ektachrome NOM m p 0.00 0.14 0.00 0.14 -eldorado eldorado NOM m s 0.04 0.00 0.04 0.00 -elfe elfe NOM m s 3.26 1.42 1.39 0.54 -elfes elfe NOM m p 3.26 1.42 1.87 0.88 -elle_même elle_même PRO:per f s 17.88 113.51 17.88 113.51 -elle elle PRO:per f s 4520.53 6991.49 4520.53 6991.49 -elles_mêmes elles_mêmes PRO:per f p 2.21 14.86 2.21 14.86 -elles elles PRO:per f p 420.51 605.14 420.51 605.14 -ellipse ellipse NOM f s 0.44 1.42 0.42 0.95 -ellipses ellipse NOM f p 0.44 1.42 0.02 0.47 -ellipsoïde ellipsoïde ADJ s 0.00 0.07 0.00 0.07 -elliptique elliptique ADJ s 0.09 0.61 0.06 0.47 -elliptiques elliptique ADJ p 0.09 0.61 0.02 0.14 -ellébore ellébore NOM m s 0.03 0.07 0.03 0.07 -elzévir elzévir NOM m s 0.00 0.07 0.00 0.07 -emails email NOM m p 0.65 0.00 0.65 0.00 -embûche embûche NOM f s 0.24 3.18 0.04 0.41 -embûches embûche NOM f p 0.24 3.18 0.20 2.77 -embabouiner embabouiner VER 0.00 0.07 0.00 0.07 inf; -emballa emballer VER 18.86 15.27 0.00 0.74 ind:pas:3s; -emballage emballage NOM m s 4.60 6.08 3.23 4.39 -emballages emballage NOM m p 4.60 6.08 1.37 1.69 -emballai emballer VER 18.86 15.27 0.00 0.14 ind:pas:1s; -emballaient emballer VER 18.86 15.27 0.00 0.20 ind:imp:3p; -emballais emballer VER 18.86 15.27 0.27 0.14 ind:imp:1s;ind:imp:2s; -emballait emballer VER 18.86 15.27 0.31 1.62 ind:imp:3s; -emballant emballer VER 18.86 15.27 0.10 0.34 par:pre; -emballe emballer VER 18.86 15.27 5.34 2.23 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -emballement emballement NOM m s 0.02 0.61 0.01 0.54 -emballements emballement NOM m p 0.02 0.61 0.01 0.07 -emballent emballer VER 18.86 15.27 0.32 0.20 ind:pre:3p; -emballer emballer VER 18.86 15.27 3.74 4.66 inf; -emballera emballer VER 18.86 15.27 0.18 0.07 ind:fut:3s; -emballeraient emballer VER 18.86 15.27 0.00 0.07 cnd:pre:3p; -emballerait emballer VER 18.86 15.27 0.01 0.00 cnd:pre:3s; -emballeras emballer VER 18.86 15.27 0.00 0.07 ind:fut:2s; -emballerons emballer VER 18.86 15.27 0.01 0.00 ind:fut:1p; -emballes emballer VER 18.86 15.27 1.04 0.20 ind:pre:2s; -emballeur emballeur NOM m s 0.15 0.81 0.11 0.61 -emballeurs emballeur NOM m p 0.15 0.81 0.03 0.14 -emballeuse emballeur NOM f s 0.15 0.81 0.01 0.00 -emballeuses emballeur NOM f p 0.15 0.81 0.00 0.07 -emballez emballer VER 18.86 15.27 1.73 0.61 imp:pre:2p;ind:pre:2p; -emballons emballer VER 18.86 15.27 0.78 0.14 imp:pre:1p;ind:pre:1p; -emballât emballer VER 18.86 15.27 0.00 0.07 sub:imp:3s; -emballèrent emballer VER 18.86 15.27 0.00 0.14 ind:pas:3p; -emballé emballer VER m s 18.86 15.27 3.21 2.16 par:pas; -emballée emballer VER f s 18.86 15.27 1.20 1.01 par:pas; -emballées emballer VER f p 18.86 15.27 0.14 0.27 par:pas; -emballés emballer VER m p 18.86 15.27 0.48 0.20 par:pas; -embaluchonnés embaluchonner VER m p 0.00 0.07 0.00 0.07 par:pas; -embarbouilla embarbouiller VER 0.00 0.14 0.00 0.07 ind:pas:3s; -embarbouillé embarbouiller VER m s 0.00 0.14 0.00 0.07 par:pas; -embarcadère embarcadère NOM m s 1.13 2.16 1.10 1.89 -embarcadères embarcadère NOM m p 1.13 2.16 0.03 0.27 -embarcation embarcation NOM f s 0.80 4.80 0.62 3.24 -embarcations embarcation NOM f p 0.80 4.80 0.19 1.55 -embardée embardée NOM f s 0.23 1.96 0.16 1.35 -embardées embardée NOM f p 0.23 1.96 0.07 0.61 -embargo embargo NOM m s 0.75 0.07 0.72 0.07 -embargos embargo NOM m p 0.75 0.07 0.03 0.00 -embarqua embarquer VER 26.49 32.77 0.17 1.55 ind:pas:3s; -embarquai embarquer VER 26.49 32.77 0.01 0.68 ind:pas:1s; -embarquaient embarquer VER 26.49 32.77 0.09 0.74 ind:imp:3p; -embarquais embarquer VER 26.49 32.77 0.05 0.47 ind:imp:1s; -embarquait embarquer VER 26.49 32.77 0.06 2.09 ind:imp:3s; -embarquant embarquer VER 26.49 32.77 0.37 0.27 par:pre; -embarque embarquer VER 26.49 32.77 6.88 3.31 imp:pre:2s;ind:pre:1s;ind:pre:3s; -embarquement embarquement NOM m s 4.03 4.19 4.02 3.99 -embarquements embarquement NOM m p 4.03 4.19 0.01 0.20 -embarquent embarquer VER 26.49 32.77 0.95 0.41 ind:pre:3p; -embarquer embarquer VER 26.49 32.77 7.16 10.74 inf; -embarquera embarquer VER 26.49 32.77 0.27 0.00 ind:fut:3s; -embarquerai embarquer VER 26.49 32.77 0.03 0.00 ind:fut:1s; -embarqueraient embarquer VER 26.49 32.77 0.01 0.07 cnd:pre:3p; -embarquerais embarquer VER 26.49 32.77 0.04 0.14 cnd:pre:1s; -embarquerait embarquer VER 26.49 32.77 0.05 0.34 cnd:pre:3s; -embarqueras embarquer VER 26.49 32.77 0.02 0.14 ind:fut:2s; -embarquerez embarquer VER 26.49 32.77 0.12 0.00 ind:fut:2p; -embarquerions embarquer VER 26.49 32.77 0.00 0.07 cnd:pre:1p; -embarqueront embarquer VER 26.49 32.77 0.04 0.07 ind:fut:3p; -embarquez embarquer VER 26.49 32.77 2.89 0.20 imp:pre:2p;ind:pre:2p; -embarquiez embarquer VER 26.49 32.77 0.02 0.07 ind:imp:2p; -embarquions embarquer VER 26.49 32.77 0.01 0.14 ind:imp:1p; -embarquâmes embarquer VER 26.49 32.77 0.11 0.14 ind:pas:1p; -embarquons embarquer VER 26.49 32.77 0.44 0.20 imp:pre:1p;ind:pre:1p; -embarquèrent embarquer VER 26.49 32.77 0.05 0.47 ind:pas:3p; -embarqué embarquer VER m s 26.49 32.77 4.89 5.68 par:pas; -embarquée embarquer VER f s 26.49 32.77 1.12 1.15 par:pas; -embarquées embarquer VER f p 26.49 32.77 0.08 0.68 par:pas; -embarqués embarquer VER m p 26.49 32.77 0.56 2.97 par:pas; -embarras embarras NOM m 5.32 12.09 5.32 12.09 -embarrassa embarrasser VER 6.70 13.85 0.02 0.27 ind:pas:3s; -embarrassai embarrasser VER 6.70 13.85 0.00 0.07 ind:pas:1s; -embarrassaient embarrasser VER 6.70 13.85 0.01 0.74 ind:imp:3p; -embarrassais embarrasser VER 6.70 13.85 0.01 0.14 ind:imp:1s; -embarrassait embarrasser VER 6.70 13.85 0.03 1.01 ind:imp:3s; -embarrassant embarrassant ADJ m s 7.44 2.23 5.28 0.74 -embarrassante embarrassant ADJ f s 7.44 2.23 1.20 1.01 -embarrassantes embarrassant ADJ f p 7.44 2.23 0.38 0.47 -embarrassants embarrassant ADJ m p 7.44 2.23 0.58 0.00 -embarrasse embarrasser VER 6.70 13.85 1.14 1.42 imp:pre:2s;ind:pre:1s;ind:pre:3s; -embarrassent embarrasser VER 6.70 13.85 0.34 0.20 ind:pre:3p; -embarrasser embarrasser VER 6.70 13.85 1.52 1.69 ind:pre:2p;inf; -embarrasserai embarrasser VER 6.70 13.85 0.04 0.00 ind:fut:1s; -embarrasseraient embarrasser VER 6.70 13.85 0.00 0.07 cnd:pre:3p; -embarrasses embarrasser VER 6.70 13.85 0.26 0.07 ind:pre:2s; -embarrassez embarrasser VER 6.70 13.85 0.24 0.00 imp:pre:2p;ind:pre:2p; -embarrassions embarrasser VER 6.70 13.85 0.00 0.07 ind:imp:1p; -embarrassons embarrasser VER 6.70 13.85 0.14 0.07 imp:pre:1p;ind:pre:1p; -embarrassèrent embarrasser VER 6.70 13.85 0.00 0.07 ind:pas:3p; -embarrassé embarrassé ADJ m s 2.38 7.36 1.46 5.00 -embarrassée embarrasser VER f s 6.70 13.85 1.05 1.28 par:pas; -embarrassées embarrassé ADJ f p 2.38 7.36 0.14 0.27 -embarrassés embarrasser VER m p 6.70 13.85 0.23 0.61 par:pas; -embarrure embarrure NOM f s 0.01 0.00 0.01 0.00 -embase embase NOM f s 0.00 0.14 0.00 0.07 -embases embase NOM f p 0.00 0.14 0.00 0.07 -embastiller embastiller VER 0.05 0.27 0.02 0.14 inf; -embastillé embastiller VER m s 0.05 0.27 0.02 0.07 par:pas; -embastillée embastiller VER f s 0.05 0.27 0.01 0.00 par:pas; -embastillés embastiller VER m p 0.05 0.27 0.00 0.07 par:pas; -embats embattre VER 0.00 0.07 0.00 0.07 ind:pre:2s; -embaucha embaucher VER 13.11 5.95 0.13 0.14 ind:pas:3s; -embauchage embauchage NOM m s 0.00 0.07 0.00 0.07 -embauchaient embaucher VER 13.11 5.95 0.01 0.07 ind:imp:3p; -embauchais embaucher VER 13.11 5.95 0.16 0.00 ind:imp:1s;ind:imp:2s; -embauchait embaucher VER 13.11 5.95 0.18 0.34 ind:imp:3s; -embauchant embaucher VER 13.11 5.95 0.04 0.07 par:pre; -embauche embauche NOM f s 2.86 2.97 2.84 2.97 -embauchent embaucher VER 13.11 5.95 0.29 0.27 ind:pre:3p; -embaucher embaucher VER 13.11 5.95 3.56 1.69 inf; -embauchera embaucher VER 13.11 5.95 0.10 0.14 ind:fut:3s; -embaucherai embaucher VER 13.11 5.95 0.03 0.00 ind:fut:1s; -embaucherais embaucher VER 13.11 5.95 0.09 0.07 cnd:pre:1s;cnd:pre:2s; -embaucherait embaucher VER 13.11 5.95 0.07 0.00 cnd:pre:3s; -embaucheront embaucher VER 13.11 5.95 0.01 0.00 ind:fut:3p; -embauches embaucher VER 13.11 5.95 0.27 0.07 ind:pre:2s; -embauchez embaucher VER 13.11 5.95 0.38 0.00 imp:pre:2p;ind:pre:2p; -embauchoir embauchoir NOM m s 0.05 0.07 0.03 0.00 -embauchoirs embauchoir NOM m p 0.05 0.07 0.02 0.07 -embauchons embaucher VER 13.11 5.95 0.14 0.07 imp:pre:1p;ind:pre:1p; -embauchât embaucher VER 13.11 5.95 0.00 0.07 sub:imp:3s; -embauché embaucher VER m s 13.11 5.95 4.56 1.42 par:pas; -embauchée embaucher VER f s 13.11 5.95 0.75 0.20 par:pas; -embauchées embaucher VER f p 13.11 5.95 0.05 0.14 par:pas; -embauchés embaucher VER m p 13.11 5.95 0.28 0.27 par:pas; -embauma embaumer VER 2.83 7.09 0.01 0.34 ind:pas:3s; -embaumaient embaumer VER 2.83 7.09 0.04 0.34 ind:imp:3p; -embaumait embaumer VER 2.83 7.09 0.04 1.69 ind:imp:3s; -embaumant embaumant ADJ m s 0.00 0.54 0.00 0.47 -embaumants embaumant ADJ m p 0.00 0.54 0.00 0.07 -embaume embaumer VER 2.83 7.09 0.60 1.15 imp:pre:2s;ind:pre:1s;ind:pre:3s; -embaumement embaumement NOM m s 0.68 0.27 0.65 0.20 -embaumements embaumement NOM m p 0.68 0.27 0.02 0.07 -embaument embaumer VER 2.83 7.09 0.26 0.61 ind:pre:3p; -embaumer embaumer VER 2.83 7.09 0.81 0.81 inf; -embaumerait embaumer VER 2.83 7.09 0.00 0.07 cnd:pre:3s; -embaumeur embaumeur NOM m s 0.51 0.88 0.34 0.14 -embaumeurs embaumeur NOM m p 0.51 0.88 0.04 0.74 -embaumeuse embaumeur NOM f s 0.51 0.88 0.13 0.00 -embaumez embaumer VER 2.83 7.09 0.02 0.00 imp:pre:2p;ind:pre:2p; -embaumions embaumer VER 2.83 7.09 0.01 0.00 ind:imp:1p; -embaumé embaumer VER m s 2.83 7.09 0.47 0.95 par:pas; -embaumée embaumer VER f s 2.83 7.09 0.28 0.68 par:pas; -embaumées embaumer VER f p 2.83 7.09 0.00 0.27 par:pas; -embaumés embaumer VER m p 2.83 7.09 0.28 0.20 par:pas; -embelli embellir VER m s 3.40 5.14 0.34 0.74 par:pas; -embellie embellie NOM f s 0.02 2.70 0.02 2.43 -embellies embellir VER f p 3.40 5.14 0.10 0.14 par:pas; -embellir embellir VER 3.40 5.14 1.06 1.55 inf; -embellira embellir VER 3.40 5.14 0.14 0.00 ind:fut:3s; -embellirai embellir VER 3.40 5.14 0.01 0.00 ind:fut:1s; -embellirait embellir VER 3.40 5.14 0.02 0.14 cnd:pre:3s; -embellis embellir VER m p 3.40 5.14 0.08 0.07 imp:pre:2s;ind:pre:1s;ind:pre:2s;par:pas; -embellissaient embellir VER 3.40 5.14 0.10 0.20 ind:imp:3p; -embellissais embellir VER 3.40 5.14 0.00 0.07 ind:imp:1s; -embellissait embellir VER 3.40 5.14 0.01 0.68 ind:imp:3s; -embellissant embellir VER 3.40 5.14 0.00 0.20 par:pre; -embellissement embellissement NOM m s 0.07 0.41 0.06 0.34 -embellissements embellissement NOM m p 0.07 0.41 0.01 0.07 -embellissent embellir VER 3.40 5.14 0.06 0.14 ind:pre:3p; -embellissez embellir VER 3.40 5.14 0.14 0.00 imp:pre:2p;ind:pre:2p; -embellissons embellir VER 3.40 5.14 0.02 0.00 imp:pre:1p;ind:pre:1p; -embellit embellir VER 3.40 5.14 1.28 0.81 ind:pre:3s;ind:pas:3s; -emberlificotaient emberlificoter VER 0.01 0.47 0.00 0.07 ind:imp:3p; -emberlificotais emberlificoter VER 0.01 0.47 0.00 0.07 ind:imp:1s; -emberlificote emberlificoter VER 0.01 0.47 0.00 0.07 ind:pre:3s; -emberlificoter emberlificoter VER 0.01 0.47 0.00 0.14 inf; -emberlificoté emberlificoté ADJ m s 0.11 0.07 0.10 0.00 -emberlificotée emberlificoter VER f s 0.01 0.47 0.00 0.07 par:pas; -emberlificotées emberlificoter VER f p 0.01 0.47 0.00 0.07 par:pas; -emberlificotés emberlificoté ADJ m p 0.11 0.07 0.01 0.07 -emberlucoquer emberlucoquer VER 0.00 0.07 0.00 0.07 inf; -embijoutée embijouté ADJ f s 0.00 0.07 0.00 0.07 -emblavages emblavage NOM m p 0.00 0.07 0.00 0.07 -emblaver emblaver VER 0.00 0.20 0.00 0.07 inf; -emblavé emblaver VER m s 0.00 0.20 0.00 0.07 par:pas; -emblavée emblaver VER f s 0.00 0.20 0.00 0.07 par:pas; -emblavure emblavure NOM f s 0.00 0.27 0.00 0.14 -emblavures emblavure NOM f p 0.00 0.27 0.00 0.14 -emblème emblème NOM m s 1.14 4.32 0.81 2.97 -emblèmes emblème NOM m p 1.14 4.32 0.33 1.35 -emblématique emblématique ADJ s 0.38 0.68 0.36 0.41 -emblématiques emblématique ADJ m p 0.38 0.68 0.01 0.27 -emboîta emboîter VER 0.98 6.08 0.00 0.41 ind:pas:3s; -emboîtables emboîtable ADJ m p 0.00 0.07 0.00 0.07 -emboîtage emboîtage NOM m s 0.00 0.20 0.00 0.07 -emboîtages emboîtage NOM m p 0.00 0.20 0.00 0.14 -emboîtai emboîter VER 0.98 6.08 0.00 0.14 ind:pas:1s; -emboîtaient emboîter VER 0.98 6.08 0.01 0.54 ind:imp:3p; -emboîtais emboîter VER 0.98 6.08 0.00 0.20 ind:imp:1s; -emboîtait emboîter VER 0.98 6.08 0.10 0.47 ind:imp:3s; -emboîtant emboîter VER 0.98 6.08 0.10 0.61 par:pre; -emboîtas emboîter VER 0.98 6.08 0.00 0.07 ind:pas:2s; -emboîte emboîter VER 0.98 6.08 0.08 0.47 imp:pre:2s;ind:pre:1s;ind:pre:3s; -emboîtement emboîtement NOM m s 0.00 0.07 0.00 0.07 -emboîtent emboîter VER 0.98 6.08 0.24 0.61 ind:pre:3p; -emboîter emboîter VER 0.98 6.08 0.29 0.61 inf; -emboîterai emboîter VER 0.98 6.08 0.01 0.00 ind:fut:1s; -emboîtions emboîter VER 0.98 6.08 0.00 0.07 ind:imp:1p; -emboîtâmes emboîter VER 0.98 6.08 0.00 0.07 ind:pas:1p; -emboîtons emboîter VER 0.98 6.08 0.01 0.07 ind:pre:1p; -emboîtèrent emboîter VER 0.98 6.08 0.00 0.14 ind:pas:3p; -emboîté emboîter VER m s 0.98 6.08 0.13 0.74 par:pas; -emboîtée emboîter VER f s 0.98 6.08 0.00 0.07 par:pas; -emboîtées emboîter VER f p 0.98 6.08 0.01 0.47 par:pas; -emboîtures emboîture NOM f p 0.00 0.07 0.00 0.07 -emboîtés emboîter VER m p 0.98 6.08 0.00 0.34 par:pas; -embobeliner embobeliner VER 0.00 0.14 0.00 0.14 inf; -embobinant embobiner VER 2.37 1.35 0.01 0.00 par:pre; -embobine embobiner VER 2.37 1.35 0.23 0.07 imp:pre:2s;ind:pre:1s;ind:pre:3s; -embobiner embobiner VER 2.37 1.35 1.29 0.95 inf; -embobinez embobiner VER 2.37 1.35 0.03 0.00 imp:pre:2p;ind:pre:2p; -embobiné embobiner VER m s 2.37 1.35 0.67 0.14 par:pas; -embobinée embobiner VER f s 2.37 1.35 0.10 0.14 par:pas; -embobinées embobiner VER f p 2.37 1.35 0.00 0.07 par:pas; -embobinés embobiner VER m p 2.37 1.35 0.03 0.00 par:pas; -embâcle embâcle NOM m s 0.01 0.14 0.01 0.14 -embole embole NOM m s 0.04 0.00 0.04 0.00 -embolie embolie NOM f s 1.05 0.68 1.03 0.61 -embolies embolie NOM f p 1.05 0.68 0.02 0.07 -embolique embolique ADJ s 0.01 0.00 0.01 0.00 -embonpoint embonpoint NOM m s 0.18 1.96 0.18 1.96 -embosser embosser VER 0.00 0.34 0.00 0.07 inf; -embossé embosser VER m s 0.00 0.34 0.00 0.07 par:pas; -embossée embosser VER f s 0.00 0.34 0.00 0.14 par:pas; -embossés embosser VER m p 0.00 0.34 0.00 0.07 par:pas; -emboucanent emboucaner VER 0.00 0.07 0.00 0.07 ind:pre:3p; -emboucha emboucher VER 0.01 1.08 0.00 0.07 ind:pas:3s; -embouchant emboucher VER 0.01 1.08 0.00 0.20 par:pre; -embouche emboucher VER 0.01 1.08 0.00 0.27 ind:pre:3s; -emboucher emboucher VER 0.01 1.08 0.00 0.20 inf; -emboucherait emboucher VER 0.01 1.08 0.00 0.07 cnd:pre:3s; -embouchoir embouchoir NOM m s 0.01 0.14 0.01 0.00 -embouchoirs embouchoir NOM m p 0.01 0.14 0.00 0.14 -embouché embouché ADJ m s 0.45 0.74 0.09 0.41 -embouchée embouché ADJ f s 0.45 0.74 0.25 0.07 -embouchées embouché ADJ f p 0.45 0.74 0.00 0.07 -embouchure embouchure NOM f s 0.69 3.99 0.68 3.78 -embouchures embouchure NOM f p 0.69 3.99 0.01 0.20 -embouchés embouché ADJ m p 0.45 0.74 0.11 0.20 -embouquer embouquer VER 0.00 0.20 0.00 0.14 inf; -embouqué embouquer VER m s 0.00 0.20 0.00 0.07 par:pas; -embourbaient embourber VER 1.02 1.89 0.00 0.07 ind:imp:3p; -embourbait embourber VER 1.02 1.89 0.00 0.14 ind:imp:3s; -embourbe embourber VER 1.02 1.89 0.03 0.34 ind:pre:1s;ind:pre:3s; -embourbent embourber VER 1.02 1.89 0.00 0.07 ind:pre:3p; -embourber embourber VER 1.02 1.89 0.15 0.47 inf; -embourbé embourber VER m s 1.02 1.89 0.42 0.41 par:pas; -embourbée embourber VER f s 1.02 1.89 0.15 0.14 par:pas; -embourbées embourbé ADJ f p 0.06 0.34 0.01 0.00 -embourbés embourber VER m p 1.02 1.89 0.26 0.07 par:pas; -embourgeoise embourgeoiser VER 0.03 0.41 0.00 0.07 ind:pre:3s; -embourgeoisement embourgeoisement NOM m s 0.01 0.34 0.01 0.34 -embourgeoiser embourgeoiser VER 0.03 0.41 0.02 0.14 inf; -embourgeoises embourgeoiser VER 0.03 0.41 0.00 0.20 ind:pre:2s; -embourgeoisé embourgeoisé ADJ m s 0.01 0.00 0.01 0.00 -embourgeoisés embourgeoisé NOM m p 0.10 0.07 0.10 0.00 -embout embout NOM m s 0.20 0.81 0.18 0.41 -embouteillage embouteillage NOM m s 3.93 3.38 2.08 1.35 -embouteillages embouteillage NOM m p 3.93 3.38 1.85 2.03 -embouteillait embouteiller VER 0.04 0.34 0.00 0.07 ind:imp:3s; -embouteille embouteiller VER 0.04 0.34 0.01 0.07 ind:pre:3s; -embouteiller embouteiller VER 0.04 0.34 0.00 0.20 inf; -embouteillé embouteiller VER m s 0.04 0.34 0.01 0.00 par:pas; -embouteillée embouteillé ADJ f s 0.01 0.20 0.01 0.07 -embouteillées embouteiller VER f p 0.04 0.34 0.01 0.00 par:pas; -embouti emboutir VER m s 1.55 0.95 1.01 0.20 par:pas; -emboutie emboutir VER f s 1.55 0.95 0.07 0.07 par:pas; -embouties emboutir VER f p 1.55 0.95 0.00 0.07 par:pas; -emboutir emboutir VER 1.55 0.95 0.28 0.41 inf; -emboutis emboutir VER m p 1.55 0.95 0.06 0.07 ind:pre:1s;par:pas; -emboutissant emboutir VER 1.55 0.95 0.00 0.07 par:pre; -emboutisseur emboutisseur NOM m s 0.00 0.14 0.00 0.07 -emboutisseuse emboutisseur NOM f s 0.00 0.14 0.00 0.07 -emboutit emboutir VER 1.55 0.95 0.12 0.07 ind:pre:3s; -embouts embout NOM m p 0.20 0.81 0.03 0.41 -embranchant embrancher VER 0.00 0.07 0.00 0.07 par:pre; -embranchement embranchement NOM m s 0.45 3.11 0.42 2.84 -embranchements embranchement NOM m p 0.45 3.11 0.03 0.27 -embraquer embraquer VER 0.01 0.00 0.01 0.00 inf; -embrasa embraser VER 2.67 6.82 0.04 0.68 ind:pas:3s; -embrasaient embraser VER 2.67 6.82 0.01 0.34 ind:imp:3p; -embrasait embraser VER 2.67 6.82 0.02 1.22 ind:imp:3s; -embrasant embraser VER 2.67 6.82 0.03 0.14 par:pre; -embrase embraser VER 2.67 6.82 1.06 1.01 ind:pre:1s;ind:pre:3s; -embrasement embrasement NOM m s 0.28 1.62 0.28 1.15 -embrasements embrasement NOM m p 0.28 1.62 0.00 0.47 -embrasent embraser VER 2.67 6.82 0.04 0.47 ind:pre:3p; -embraser embraser VER 2.67 6.82 0.25 1.08 inf; -embrasera embraser VER 2.67 6.82 0.14 0.07 ind:fut:3s; -embraserait embraser VER 2.67 6.82 0.00 0.07 cnd:pre:3s; -embrasez embraser VER 2.67 6.82 0.03 0.00 imp:pre:2p; -embrassa embrasser VER 138.97 137.50 0.81 21.08 ind:pas:3s; -embrassade embrassade NOM f s 0.61 1.89 0.16 0.61 -embrassades embrassade NOM f p 0.61 1.89 0.45 1.28 -embrassai embrasser VER 138.97 137.50 0.14 3.04 ind:pas:1s; -embrassaient embrasser VER 138.97 137.50 0.57 2.36 ind:imp:3p; -embrassais embrasser VER 138.97 137.50 1.46 1.35 ind:imp:1s;ind:imp:2s; -embrassait embrasser VER 138.97 137.50 1.94 10.68 ind:imp:3s; -embrassant embrasser VER 138.97 137.50 1.41 5.07 par:pre; -embrasse embrasser VER 138.97 137.50 49.81 26.69 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:1s;sub:pre:3s; -embrassement embrassement NOM m s 0.02 0.95 0.01 0.41 -embrassements embrassement NOM m p 0.02 0.95 0.01 0.54 -embrassent embrasser VER 138.97 137.50 2.88 2.64 ind:pre:3p; -embrasser embrasser VER 138.97 137.50 43.91 37.70 inf;;inf;;inf;; -embrassera embrasser VER 138.97 137.50 0.60 0.34 ind:fut:3s; -embrasserai embrasser VER 138.97 137.50 1.23 0.41 ind:fut:1s; -embrasseraient embrasser VER 138.97 137.50 0.00 0.14 cnd:pre:3p; -embrasserais embrasser VER 138.97 137.50 0.67 0.27 cnd:pre:1s;cnd:pre:2s; -embrasserait embrasser VER 138.97 137.50 0.17 0.81 cnd:pre:3s; -embrasseras embrasser VER 138.97 137.50 0.51 0.20 ind:fut:2s; -embrasserez embrasser VER 138.97 137.50 0.11 0.14 ind:fut:2p; -embrasseriez embrasser VER 138.97 137.50 0.04 0.00 cnd:pre:2p; -embrasseront embrasser VER 138.97 137.50 0.12 0.07 ind:fut:3p; -embrasses embrasser VER 138.97 137.50 5.21 0.61 ind:pre:2s;sub:pre:2s; -embrasseur embrasseur ADJ m s 0.05 0.00 0.05 0.00 -embrasseurs embrasseur NOM m p 0.11 0.14 0.01 0.00 -embrasseuse embrasseur NOM f s 0.11 0.14 0.06 0.00 -embrasseuses embrasseuse NOM f p 0.01 0.00 0.01 0.00 -embrassez embrasser VER 138.97 137.50 6.08 1.15 imp:pre:2p;ind:pre:2p; -embrassiez embrasser VER 138.97 137.50 0.44 0.07 ind:imp:2p; -embrassions embrasser VER 138.97 137.50 0.05 0.68 ind:imp:1p; -embrassâmes embrasser VER 138.97 137.50 0.00 0.34 ind:pas:1p; -embrassons embrasser VER 138.97 137.50 1.82 0.61 imp:pre:1p;ind:pre:1p; -embrassât embrasser VER 138.97 137.50 0.00 0.41 sub:imp:3s; -embrassâtes embrasser VER 138.97 137.50 0.10 0.00 ind:pas:2p; -embrassèrent embrasser VER 138.97 137.50 0.01 2.50 ind:pas:3p; -embrassé embrasser VER m s 138.97 137.50 10.17 8.65 par:pas; -embrassée embrasser VER f s 138.97 137.50 6.01 6.76 par:pas; -embrassées embrasser VER f p 138.97 137.50 0.42 0.41 par:pas; -embrassés embrasser VER m p 138.97 137.50 2.28 2.36 par:pas; -embrasèrent embraser VER 2.67 6.82 0.00 0.34 ind:pas:3p; -embrasé embraser VER m s 2.67 6.82 0.35 1.01 par:pas; -embrasée embraser VER f s 2.67 6.82 0.36 0.34 par:pas; -embrasées embraser VER f p 2.67 6.82 0.01 0.00 par:pas; -embrasure embrasure NOM f s 0.10 7.16 0.07 6.01 -embrasures embrasure NOM f p 0.10 7.16 0.02 1.15 -embrasés embraser VER m p 2.67 6.82 0.34 0.07 par:pas; -embraya embrayer VER 0.72 2.64 0.00 0.68 ind:pas:3s; -embrayage embrayage NOM m s 0.98 1.01 0.98 0.95 -embrayages embrayage NOM m p 0.98 1.01 0.00 0.07 -embrayais embrayer VER 0.72 2.64 0.00 0.07 ind:imp:1s; -embrayait embrayer VER 0.72 2.64 0.01 0.34 ind:imp:3s; -embrayant embrayer VER 0.72 2.64 0.00 0.14 par:pre; -embraye embrayer VER 0.72 2.64 0.26 0.61 imp:pre:2s;ind:pre:1s;ind:pre:3s; -embrayer embrayer VER 0.72 2.64 0.37 0.41 inf; -embrayes embrayer VER 0.72 2.64 0.02 0.07 ind:pre:2s; -embrayé embrayer VER m s 0.72 2.64 0.05 0.34 par:pas; -embrayée embrayer VER f s 0.72 2.64 0.01 0.00 par:pas; -embrigadé embrigader VER m s 0.02 0.20 0.01 0.14 par:pas; -embrigadée embrigader VER f s 0.02 0.20 0.01 0.07 par:pas; -embringua embringuer VER 0.72 1.15 0.00 0.07 ind:pas:3s; -embringuaient embringuer VER 0.72 1.15 0.00 0.07 ind:imp:3p; -embringuait embringuer VER 0.72 1.15 0.00 0.07 ind:imp:3s; -embringuer embringuer VER 0.72 1.15 0.15 0.34 inf; -embringues embringuer VER 0.72 1.15 0.03 0.00 ind:pre:2s; -embringué embringuer VER m s 0.72 1.15 0.40 0.54 par:pas; -embringuée embringuer VER f s 0.72 1.15 0.14 0.07 par:pas; -embrocation embrocation NOM f s 0.01 0.41 0.01 0.34 -embrocations embrocation NOM f p 0.01 0.41 0.00 0.07 -embrocha embrocher VER 0.71 2.30 0.00 0.14 ind:pas:3s; -embrochais embrocher VER 0.71 2.30 0.00 0.07 ind:imp:1s; -embrochant embrocher VER 0.71 2.30 0.01 0.07 par:pre; -embroche embrocher VER 0.71 2.30 0.28 0.14 imp:pre:2s;ind:pre:1s;ind:pre:3s; -embrochent embrocher VER 0.71 2.30 0.01 0.07 ind:pre:3p; -embrocher embrocher VER 0.71 2.30 0.13 0.81 inf; -embrochera embrocher VER 0.71 2.30 0.00 0.07 ind:fut:3s; -embrochez embrocher VER 0.71 2.30 0.16 0.00 imp:pre:2p; -embrochèrent embrocher VER 0.71 2.30 0.00 0.14 ind:pas:3p; -embroché embrocher VER m s 0.71 2.30 0.08 0.27 par:pas; -embrochée embrocher VER f s 0.71 2.30 0.02 0.20 par:pas; -embrochées embrocher VER f p 0.71 2.30 0.00 0.07 par:pas; -embrochés embrocher VER m p 0.71 2.30 0.02 0.27 par:pas; -embrouilla embrouiller VER 8.15 9.46 0.00 0.47 ind:pas:3s; -embrouillage embrouillage NOM m s 0.02 0.00 0.02 0.00 -embrouillai embrouiller VER 8.15 9.46 0.00 0.14 ind:pas:1s; -embrouillaient embrouiller VER 8.15 9.46 0.01 0.61 ind:imp:3p; -embrouillais embrouiller VER 8.15 9.46 0.03 0.34 ind:imp:1s;ind:imp:2s; -embrouillait embrouiller VER 8.15 9.46 0.03 1.55 ind:imp:3s; -embrouillamini embrouillamini NOM m s 0.01 0.34 0.01 0.27 -embrouillaminis embrouillamini NOM m p 0.01 0.34 0.00 0.07 -embrouillant embrouiller VER 8.15 9.46 0.15 0.61 par:pre; -embrouillasse embrouiller VER 8.15 9.46 0.00 0.07 sub:imp:1s; -embrouille embrouille NOM f s 7.99 4.39 4.35 3.18 -embrouillement embrouillement NOM m s 0.01 0.27 0.01 0.20 -embrouillements embrouillement NOM m p 0.01 0.27 0.00 0.07 -embrouillent embrouiller VER 8.15 9.46 0.36 0.41 ind:pre:3p; -embrouiller embrouiller VER 8.15 9.46 1.92 1.22 inf; -embrouillerai embrouiller VER 8.15 9.46 0.01 0.00 ind:fut:1s; -embrouillerais embrouiller VER 8.15 9.46 0.02 0.00 cnd:pre:1s;cnd:pre:2s; -embrouillerait embrouiller VER 8.15 9.46 0.02 0.07 cnd:pre:3s; -embrouilles embrouille NOM f p 7.99 4.39 3.64 1.22 -embrouilleur embrouilleur NOM m s 0.17 0.14 0.16 0.00 -embrouilleurs embrouilleur NOM m p 0.17 0.14 0.02 0.07 -embrouilleuses embrouilleur NOM f p 0.17 0.14 0.00 0.07 -embrouillez embrouiller VER 8.15 9.46 0.38 0.00 imp:pre:2p;ind:pre:2p; -embrouillât embrouiller VER 8.15 9.46 0.00 0.14 sub:imp:3s; -embrouillèrent embrouiller VER 8.15 9.46 0.00 0.14 ind:pas:3p; -embrouillé embrouiller VER m s 8.15 9.46 1.78 0.81 par:pas; -embrouillée embrouillé ADJ f s 0.71 1.76 0.23 0.47 -embrouillées embrouillé ADJ f p 0.71 1.76 0.04 0.54 -embrouillés embrouiller VER m p 8.15 9.46 0.04 0.14 par:pas; -embroussaille embroussailler VER 0.00 0.34 0.00 0.07 ind:pre:3s; -embroussailler embroussailler VER 0.00 0.34 0.00 0.07 inf; -embroussaillé embroussaillé ADJ m s 0.00 0.61 0.00 0.07 -embroussaillée embroussailler VER f s 0.00 0.34 0.00 0.07 par:pas; -embroussaillées embroussailler VER f p 0.00 0.34 0.00 0.07 par:pas; -embroussaillés embroussaillé ADJ m p 0.00 0.61 0.00 0.54 -embruiné embruiné ADJ m s 0.00 0.07 0.00 0.07 -embrumait embrumer VER 0.72 1.96 0.00 0.41 ind:imp:3s; -embrume embrumer VER 0.72 1.96 0.21 0.41 ind:pre:1s;ind:pre:3s; -embrument embrumer VER 0.72 1.96 0.11 0.14 ind:pre:3p; -embrumer embrumer VER 0.72 1.96 0.19 0.20 inf; -embrumé embrumer VER m s 0.72 1.96 0.20 0.34 par:pas; -embrumée embrumé ADJ f s 0.15 1.08 0.04 0.34 -embrumées embrumé ADJ f p 0.15 1.08 0.03 0.27 -embrumés embrumé ADJ m p 0.15 1.08 0.04 0.14 -embrun embrun NOM m s 0.68 2.97 0.52 0.81 -embruns embrun NOM m p 0.68 2.97 0.16 2.16 -embryologie embryologie NOM f s 0.01 0.00 0.01 0.00 -embryologiste embryologiste NOM s 0.01 0.00 0.01 0.00 -embryon embryon NOM m s 0.96 3.72 0.60 2.64 -embryonnaire embryonnaire ADJ s 0.16 0.47 0.11 0.41 -embryonnaires embryonnaire ADJ p 0.16 0.47 0.05 0.07 -embryons embryon NOM m p 0.96 3.72 0.36 1.08 -embu embu NOM m s 0.00 0.14 0.00 0.07 -embua embuer VER 0.38 5.41 0.00 0.07 ind:pas:3s; -embuaient embuer VER 0.38 5.41 0.14 0.68 ind:imp:3p; -embuait embuer VER 0.38 5.41 0.00 0.68 ind:imp:3s; -embuant embuer VER 0.38 5.41 0.01 0.07 par:pre; -embue embuer VER 0.38 5.41 0.02 0.20 ind:pre:3s; -embuent embuer VER 0.38 5.41 0.04 0.47 ind:pre:3p; -embuer embuer VER 0.38 5.41 0.12 0.34 inf; -embéguinées embéguiner VER f p 0.00 0.07 0.00 0.07 par:pas; -embus embu NOM m p 0.00 0.14 0.00 0.07 -embuscade embuscade NOM f s 5.04 4.12 4.59 2.97 -embuscades embuscade NOM f p 5.04 4.12 0.44 1.15 -embusqua embusquer VER 0.58 3.58 0.00 0.14 ind:pas:3s; -embusquaient embusquer VER 0.58 3.58 0.10 0.07 ind:imp:3p; -embusquait embusquer VER 0.58 3.58 0.00 0.14 ind:imp:3s; -embusque embusquer VER 0.58 3.58 0.10 0.20 ind:pre:3s; -embusquent embusquer VER 0.58 3.58 0.00 0.07 ind:pre:3p; -embusquer embusquer VER 0.58 3.58 0.03 0.41 inf; -embusqué embusqué ADJ m s 0.46 1.08 0.36 0.54 -embusquée embusquer VER f s 0.58 3.58 0.01 0.34 par:pas; -embusquées embusquer VER f p 0.58 3.58 0.00 0.27 par:pas; -embusqués embusqué NOM m p 0.58 0.54 0.28 0.27 -embêtaient embêter VER 34.02 15.61 0.30 0.27 ind:imp:3p; -embêtais embêter VER 34.02 15.61 0.42 0.27 ind:imp:1s;ind:imp:2s; -embêtait embêter VER 34.02 15.61 0.82 0.95 ind:imp:3s; -embêtant embêtant ADJ m s 2.92 3.51 2.41 2.97 -embêtante embêtant ADJ f s 2.92 3.51 0.16 0.27 -embêtantes embêtant ADJ f p 2.92 3.51 0.01 0.07 -embêtants embêtant ADJ m p 2.92 3.51 0.34 0.20 -embête embêter VER 34.02 15.61 13.21 5.27 imp:pre:2s;ind:pre:1s;ind:pre:3s; -embêtement embêtement NOM m s 0.69 1.08 0.16 0.07 -embêtements embêtement NOM m p 0.69 1.08 0.53 1.01 -embêtent embêter VER 34.02 15.61 1.10 0.81 ind:pre:3p; -embêter embêter VER 34.02 15.61 7.66 3.58 inf; -embêtera embêter VER 34.02 15.61 1.01 0.34 ind:fut:3s; -embêterai embêter VER 34.02 15.61 1.08 0.14 ind:fut:1s; -embêteraient embêter VER 34.02 15.61 0.08 0.07 cnd:pre:3p; -embêterais embêter VER 34.02 15.61 0.10 0.07 cnd:pre:1s;cnd:pre:2s; -embêterait embêter VER 34.02 15.61 1.92 0.27 cnd:pre:3s; -embêtes embêter VER 34.02 15.61 1.71 0.74 ind:pre:2s; -embêtez embêter VER 34.02 15.61 1.39 0.20 imp:pre:2p;ind:pre:2p; -embuèrent embuer VER 0.38 5.41 0.00 0.27 ind:pas:3p; -embêté embêter VER m s 34.02 15.61 2.29 1.69 par:pas; -embêtée embêter VER f s 34.02 15.61 0.65 0.54 par:pas; -embêtées embêter VER f p 34.02 15.61 0.04 0.07 par:pas; -embêtés embêté ADJ m p 1.39 2.16 0.15 0.14 -embué embué ADJ m s 0.27 1.76 0.17 0.27 -embuée embué ADJ f s 0.27 1.76 0.03 0.54 -embuées embué ADJ f p 0.27 1.76 0.04 0.41 -embués embuer VER m p 0.38 5.41 0.02 1.01 par:pas; -emergency emergency NOM f s 0.25 0.00 0.25 0.00 -emmagasinaient emmagasiner VER 0.58 1.82 0.00 0.07 ind:imp:3p; -emmagasinais emmagasiner VER 0.58 1.82 0.00 0.07 ind:imp:1s; -emmagasinait emmagasiner VER 0.58 1.82 0.00 0.07 ind:imp:3s; -emmagasine emmagasiner VER 0.58 1.82 0.11 0.27 ind:pre:1s;ind:pre:3s; -emmagasinent emmagasiner VER 0.58 1.82 0.15 0.20 ind:pre:3p; -emmagasiner emmagasiner VER 0.58 1.82 0.26 0.47 inf; -emmagasiné emmagasiner VER m s 0.58 1.82 0.04 0.27 par:pas; -emmagasinée emmagasiner VER f s 0.58 1.82 0.02 0.14 par:pas; -emmagasinées emmagasiner VER f p 0.58 1.82 0.00 0.14 par:pas; -emmagasinés emmagasiné ADJ m p 0.10 0.20 0.10 0.00 -emmaillota emmailloter VER 0.17 1.82 0.14 0.07 ind:pas:3s; -emmaillotaient emmailloter VER 0.17 1.82 0.00 0.07 ind:imp:3p; -emmaillotement emmaillotement NOM m s 0.00 0.07 0.00 0.07 -emmailloter emmailloter VER 0.17 1.82 0.00 0.27 inf; -emmailloté emmailloter VER m s 0.17 1.82 0.02 0.61 par:pas; -emmaillotée emmailloter VER f s 0.17 1.82 0.01 0.47 par:pas; -emmaillotées emmailloter VER f p 0.17 1.82 0.00 0.20 par:pas; -emmaillotés emmailloter VER m p 0.17 1.82 0.00 0.14 par:pas; -emmanchage emmanchage NOM m s 0.00 0.07 0.00 0.07 -emmanchant emmancher VER 0.19 1.76 0.00 0.07 par:pre; -emmanche emmancher VER 0.19 1.76 0.00 0.20 ind:pre:3s; -emmanchent emmancher VER 0.19 1.76 0.00 0.14 ind:pre:3p; -emmancher emmancher VER 0.19 1.76 0.01 0.20 inf; -emmanché emmancher VER m s 0.19 1.76 0.18 0.41 par:pas; -emmanchée emmancher VER f s 0.19 1.76 0.00 0.20 par:pas; -emmanchées emmancher VER f p 0.19 1.76 0.00 0.07 par:pas; -emmanchure emmanchure NOM f s 0.00 0.74 0.00 0.34 -emmanchures emmanchure NOM f p 0.00 0.74 0.00 0.41 -emmanchés emmancher VER m p 0.19 1.76 0.00 0.47 par:pas; -emmena emmener VER 272.70 105.47 0.89 9.73 ind:pas:3s; -emmenai emmener VER 272.70 105.47 0.10 1.42 ind:pas:1s; -emmenaient emmener VER 272.70 105.47 0.58 1.28 ind:imp:3p; -emmenais emmener VER 272.70 105.47 1.42 1.55 ind:imp:1s;ind:imp:2s; -emmenait emmener VER 272.70 105.47 3.38 10.07 ind:imp:3s; -emmenant emmener VER 272.70 105.47 0.85 1.69 par:pre; -emmener emmener VER 272.70 105.47 70.33 26.96 inf;; -emmenez emmener VER 272.70 105.47 42.79 2.77 imp:pre:2p;ind:pre:2p; -emmeniez emmener VER 272.70 105.47 0.44 0.14 ind:imp:2p;sub:pre:2p; -emmenions emmener VER 272.70 105.47 0.14 0.20 ind:imp:1p; -emmenons emmener VER 272.70 105.47 4.00 0.47 imp:pre:1p;ind:pre:1p; -emmenât emmener VER 272.70 105.47 0.00 0.34 sub:imp:3s; -emmenotté emmenotter VER m s 0.00 0.14 0.00 0.14 par:pas; -emmental emmental NOM m s 0.01 0.00 0.01 0.00 -emmenthal emmenthal NOM m s 0.15 0.14 0.15 0.14 -emmenèrent emmener VER 272.70 105.47 0.79 1.62 ind:pas:3p; -emmené emmener VER m s 272.70 105.47 22.85 10.95 par:pas; -emmenée emmener VER f s 272.70 105.47 11.83 6.15 par:pas; -emmenées emmener VER f p 272.70 105.47 0.90 0.20 par:pas; -emmenés emmener VER m p 272.70 105.47 3.77 2.43 par:pas; -emmerda emmerder VER 52.18 27.09 0.00 0.07 ind:pas:3s; -emmerdaient emmerder VER 52.18 27.09 0.05 0.47 ind:imp:3p; -emmerdais emmerder VER 52.18 27.09 0.20 0.27 ind:imp:1s;ind:imp:2s; -emmerdait emmerder VER 52.18 27.09 0.51 1.62 ind:imp:3s; -emmerdant emmerdant ADJ m s 1.92 1.76 1.04 1.22 -emmerdante emmerdant ADJ f s 1.92 1.76 0.35 0.20 -emmerdantes emmerdant ADJ f p 1.92 1.76 0.16 0.07 -emmerdants emmerdant ADJ m p 1.92 1.76 0.36 0.27 -emmerdatoires emmerdatoire ADJ p 0.00 0.07 0.00 0.07 -emmerde emmerder VER 52.18 27.09 33.90 10.14 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:1s;sub:pre:3s; -emmerdement emmerdement NOM m s 0.84 4.66 0.08 0.88 -emmerdements emmerdement NOM m p 0.84 4.66 0.77 3.78 -emmerdent emmerder VER 52.18 27.09 1.50 1.15 ind:pre:3p; -emmerder emmerder VER 52.18 27.09 8.34 6.76 inf; -emmerdera emmerder VER 52.18 27.09 0.06 0.14 ind:fut:3s; -emmerderai emmerder VER 52.18 27.09 0.14 0.07 ind:fut:1s; -emmerderaient emmerder VER 52.18 27.09 0.00 0.07 cnd:pre:3p; -emmerderais emmerder VER 52.18 27.09 0.03 0.07 cnd:pre:1s; -emmerderait emmerder VER 52.18 27.09 0.20 0.20 cnd:pre:3s; -emmerderez emmerder VER 52.18 27.09 0.11 0.07 ind:fut:2p; -emmerderont emmerder VER 52.18 27.09 0.02 0.07 ind:fut:3p; -emmerdes emmerde NOM f p 6.15 3.51 4.90 2.91 -emmerdeur emmerdeur NOM m s 4.89 3.04 2.69 1.15 -emmerdeurs emmerdeur NOM m p 4.89 3.04 0.73 0.88 -emmerdeuse emmerdeur NOM f s 4.89 3.04 1.47 0.81 -emmerdeuses emmerdeuse NOM f p 0.07 0.00 0.07 0.00 -emmerdez emmerder VER 52.18 27.09 0.81 0.68 imp:pre:2p;ind:pre:2p; -emmerdons emmerder VER 52.18 27.09 0.00 0.07 ind:pre:1p; -emmerdé emmerder VER m s 52.18 27.09 1.47 2.43 par:pas; -emmerdée emmerder VER f s 52.18 27.09 0.22 0.34 par:pas; -emmerdés emmerder VER m p 52.18 27.09 0.32 0.68 par:pas; -emmi emmi ADV 0.03 0.00 0.03 0.00 -emmitoufla emmitoufler VER 0.13 4.12 0.00 0.14 ind:pas:3s; -emmitouflai emmitoufler VER 0.13 4.12 0.00 0.07 ind:pas:1s; -emmitouflait emmitoufler VER 0.13 4.12 0.00 0.41 ind:imp:3s; -emmitouflant emmitoufler VER 0.13 4.12 0.00 0.07 par:pre; -emmitoufle emmitoufler VER 0.13 4.12 0.03 0.27 ind:pre:3s; -emmitoufler emmitoufler VER 0.13 4.12 0.03 0.07 inf; -emmitouflez emmitoufler VER 0.13 4.12 0.01 0.00 imp:pre:2p; -emmitouflé emmitoufler VER m s 0.13 4.12 0.02 0.88 par:pas; -emmitouflée emmitoufler VER f s 0.13 4.12 0.04 1.08 par:pas; -emmitouflées emmitoufler VER f p 0.13 4.12 0.00 0.47 par:pas; -emmitouflés emmitouflé ADJ m p 0.15 1.15 0.11 0.47 -emmouflé emmoufler VER m s 0.00 0.07 0.00 0.07 par:pas; -emmouscaillements emmouscaillement NOM m p 0.00 0.07 0.00 0.07 -emmène emmener VER 272.70 105.47 77.85 17.23 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -emmènent emmener VER 272.70 105.47 3.78 1.42 ind:pre:3p;sub:pre:3p; -emmènera emmener VER 272.70 105.47 4.44 0.95 ind:fut:3s; -emmènerai emmener VER 272.70 105.47 4.85 2.64 ind:fut:1s; -emmèneraient emmener VER 272.70 105.47 0.19 0.27 cnd:pre:3p; -emmènerais emmener VER 272.70 105.47 1.47 0.34 cnd:pre:1s;cnd:pre:2s; -emmènerait emmener VER 272.70 105.47 0.90 1.55 cnd:pre:3s; -emmèneras emmener VER 272.70 105.47 1.22 0.61 ind:fut:2s; -emmènerez emmener VER 272.70 105.47 0.76 0.41 ind:fut:2p; -emmèneriez emmener VER 272.70 105.47 0.15 0.14 cnd:pre:2p; -emmènerions emmener VER 272.70 105.47 0.11 0.00 cnd:pre:1p; -emmènerons emmener VER 272.70 105.47 0.58 0.07 ind:fut:1p; -emmèneront emmener VER 272.70 105.47 1.26 0.34 ind:fut:3p; -emmènes emmener VER 272.70 105.47 10.10 1.55 ind:pre:1p;ind:pre:2s;sub:pre:2s; -emmêla emmêler VER 1.31 5.20 0.00 0.14 ind:pas:3s; -emmêlai emmêler VER 1.31 5.20 0.00 0.07 ind:pas:1s; -emmêlaient emmêler VER 1.31 5.20 0.03 0.41 ind:imp:3p; -emmêlait emmêler VER 1.31 5.20 0.04 0.34 ind:imp:3s; -emmêlant emmêler VER 1.31 5.20 0.00 0.54 par:pre; -emmêle emmêler VER 1.31 5.20 0.09 0.68 imp:pre:2s;ind:pre:1s;ind:pre:3s; -emmêlement emmêlement NOM m s 0.00 0.47 0.00 0.34 -emmêlements emmêlement NOM m p 0.00 0.47 0.00 0.14 -emmêlent emmêler VER 1.31 5.20 0.43 0.27 ind:pre:3p; -emmêler emmêler VER 1.31 5.20 0.20 0.41 inf; -emmêlera emmêler VER 1.31 5.20 0.00 0.07 ind:fut:3s; -emmêleront emmêler VER 1.31 5.20 0.00 0.07 ind:fut:3p; -emmêles emmêler VER 1.31 5.20 0.12 0.07 ind:pre:2s; -emmêlèrent emmêler VER 1.31 5.20 0.00 0.14 ind:pas:3p; -emmêlé emmêler VER m s 1.31 5.20 0.28 0.27 par:pas; -emmêlée emmêler VER f s 1.31 5.20 0.03 0.41 par:pas; -emmêlées emmêler VER f p 1.31 5.20 0.02 0.41 par:pas; -emmêlés emmêlé ADJ m p 0.27 2.84 0.07 1.96 -emménage emménager VER 13.70 2.36 2.10 0.20 imp:pre:2s;ind:pre:1s;ind:pre:3s; -emménagea emménager VER 13.70 2.36 0.04 0.20 ind:pas:3s; -emménageaient emménager VER 13.70 2.36 0.02 0.00 ind:imp:3p; -emménageais emménager VER 13.70 2.36 0.04 0.00 ind:imp:1s;ind:imp:2s; -emménageait emménager VER 13.70 2.36 0.07 0.07 ind:imp:3s; -emménageant emménager VER 13.70 2.36 0.06 0.00 par:pre; -emménagement emménagement NOM m s 0.25 0.81 0.25 0.81 -emménagent emménager VER 13.70 2.36 0.20 0.07 ind:pre:3p; -emménageons emménager VER 13.70 2.36 0.17 0.14 imp:pre:1p;ind:pre:1p; -emménager emménager VER 13.70 2.36 5.46 1.15 inf; -emménagera emménager VER 13.70 2.36 0.13 0.00 ind:fut:3s; -emménagerai emménager VER 13.70 2.36 0.04 0.00 ind:fut:1s; -emménagerais emménager VER 13.70 2.36 0.03 0.00 cnd:pre:1s;cnd:pre:2s; -emménagerait emménager VER 13.70 2.36 0.15 0.07 cnd:pre:3s; -emménagerez emménager VER 13.70 2.36 0.02 0.00 ind:fut:2p; -emménagerons emménager VER 13.70 2.36 0.03 0.00 ind:fut:1p; -emménages emménager VER 13.70 2.36 0.77 0.00 ind:pre:2s; -emménagez emménager VER 13.70 2.36 0.45 0.00 imp:pre:2p;ind:pre:2p; -emménagiez emménager VER 13.70 2.36 0.02 0.00 ind:imp:2p; -emménagions emménager VER 13.70 2.36 0.01 0.14 ind:imp:1p; -emménagèrent emménager VER 13.70 2.36 0.04 0.07 ind:pas:3p; -emménagé emménager VER m s 13.70 2.36 3.85 0.27 par:pas; -emmura emmurer VER 0.61 1.42 0.00 0.07 ind:pas:3s; -emmurait emmurer VER 0.61 1.42 0.01 0.07 ind:imp:3s; -emmure emmurer VER 0.61 1.42 0.03 0.14 ind:pre:3s; -emmurement emmurement NOM m s 0.01 0.00 0.01 0.00 -emmurer emmurer VER 0.61 1.42 0.27 0.34 inf; -emmuré emmurer VER m s 0.61 1.42 0.13 0.34 par:pas; -emmurée emmuré ADJ f s 0.04 0.81 0.04 0.41 -emmurées emmurer VER f p 0.61 1.42 0.10 0.00 par:pas; -emmurés emmurer VER m p 0.61 1.42 0.04 0.20 par:pas; -empaffe empaffer VER 0.06 0.07 0.04 0.00 imp:pre:2s;ind:pre:1s;ind:pre:3s; -empaffer empaffer VER 0.06 0.07 0.02 0.07 inf; -empaffé empaffé NOM m s 0.50 0.20 0.38 0.14 -empaffés empaffé NOM m p 0.50 0.20 0.12 0.07 -empaillant empailler VER 1.03 0.27 0.00 0.07 par:pre; -empailler empailler VER 1.03 0.27 0.45 0.07 inf; -empailleur empailleur NOM m s 0.04 0.20 0.03 0.20 -empailleurs empailleur NOM m p 0.04 0.20 0.01 0.00 -empaillez empailler VER 1.03 0.27 0.01 0.00 imp:pre:2p; -empaillé empaillé ADJ m s 0.67 2.09 0.46 0.74 -empaillée empaillé ADJ f s 0.67 2.09 0.07 0.27 -empaillées empaillé ADJ f p 0.67 2.09 0.04 0.07 -empaillés empailler VER m p 1.03 0.27 0.34 0.00 par:pas; -empalait empaler VER 1.34 1.76 0.13 0.00 ind:imp:3s; -empalant empaler VER 1.34 1.76 0.04 0.00 par:pre; -empale empaler VER 1.34 1.76 0.10 0.41 ind:pre:1s;ind:pre:3s; -empalement empalement NOM m s 0.02 0.00 0.02 0.00 -empaler empaler VER 1.34 1.76 0.39 0.41 inf; -empalerais empaler VER 1.34 1.76 0.10 0.00 cnd:pre:1s; -empaleront empaler VER 1.34 1.76 0.00 0.07 ind:fut:3p; -empalmait empalmer VER 0.00 0.20 0.00 0.07 ind:imp:3s; -empalme empalmer VER 0.00 0.20 0.00 0.07 ind:pre:3s; -empalmé empalmer VER m s 0.00 0.20 0.00 0.07 par:pas; -empalé empalé ADJ m s 0.41 0.20 0.30 0.07 -empalée empaler VER f s 1.34 1.76 0.25 0.14 par:pas; -empalées empaler VER f p 1.34 1.76 0.00 0.14 par:pas; -empalés empaler VER m p 1.34 1.76 0.10 0.14 par:pas; -empan empan NOM m s 0.01 0.07 0.01 0.07 -empanaché empanaché ADJ m s 0.02 0.74 0.01 0.20 -empanachée empanaché ADJ f s 0.02 0.74 0.00 0.14 -empanachées empanaché ADJ f p 0.02 0.74 0.01 0.07 -empanachés empanaché ADJ m p 0.02 0.74 0.00 0.34 -empanner empanner VER 0.00 0.07 0.00 0.07 inf; -empapaoutent empapaouter VER 0.23 0.27 0.00 0.07 ind:pre:3p; -empapaouter empapaouter VER 0.23 0.27 0.12 0.00 inf; -empapaouté empapaouter VER m s 0.23 0.27 0.10 0.07 par:pas; -empapaoutés empapaouter VER m p 0.23 0.27 0.01 0.14 par:pas; -empaqueta empaqueter VER 0.35 2.36 0.00 0.20 ind:pas:3s; -empaquetage empaquetage NOM m s 0.14 0.20 0.14 0.20 -empaqueter empaqueter VER 0.35 2.36 0.14 0.54 inf; -empaqueteur empaqueteur NOM m s 0.01 0.00 0.01 0.00 -empaquette empaqueter VER 0.35 2.36 0.03 0.20 imp:pre:2s;ind:pre:3s; -empaquettent empaqueter VER 0.35 2.36 0.00 0.07 ind:pre:3p; -empaquettes empaqueter VER 0.35 2.36 0.00 0.07 ind:pre:2s; -empaquetèrent empaqueter VER 0.35 2.36 0.00 0.07 ind:pas:3p; -empaqueté empaqueter VER m s 0.35 2.36 0.13 0.27 par:pas; -empaquetée empaqueter VER f s 0.35 2.36 0.03 0.41 par:pas; -empaquetées empaqueté ADJ f p 0.13 0.68 0.11 0.14 -empaquetés empaqueter VER m p 0.35 2.36 0.01 0.07 par:pas; -empara emparer VER 12.80 39.26 0.60 6.89 ind:pas:3s; -emparadisé emparadiser VER m s 0.00 0.07 0.00 0.07 par:pas; -emparai emparer VER 12.80 39.26 0.00 0.47 ind:pas:1s; -emparaient emparer VER 12.80 39.26 0.04 0.95 ind:imp:3p; -emparais emparer VER 12.80 39.26 0.01 0.14 ind:imp:1s; -emparait emparer VER 12.80 39.26 0.20 5.41 ind:imp:3s; -emparant emparer VER 12.80 39.26 0.22 1.62 par:pre; -emparassent emparer VER 12.80 39.26 0.00 0.07 sub:imp:3p; -empare emparer VER 12.80 39.26 2.85 6.22 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:1s; -emparent emparer VER 12.80 39.26 0.80 1.08 ind:pre:3p; -emparer emparer VER 12.80 39.26 3.92 7.16 inf; -emparera emparer VER 12.80 39.26 0.14 0.20 ind:fut:3s; -emparerai emparer VER 12.80 39.26 0.03 0.00 ind:fut:1s; -empareraient emparer VER 12.80 39.26 0.01 0.34 cnd:pre:3p; -emparerais emparer VER 12.80 39.26 0.06 0.00 cnd:pre:1s;cnd:pre:2s; -emparerait emparer VER 12.80 39.26 0.01 0.07 cnd:pre:3s; -empareront emparer VER 12.80 39.26 0.07 0.00 ind:fut:3p; -emparez emparer VER 12.80 39.26 0.91 0.00 imp:pre:2p;ind:pre:2p; -emparons emparer VER 12.80 39.26 0.16 0.00 imp:pre:1p;ind:pre:1p; -emparât emparer VER 12.80 39.26 0.00 0.27 sub:imp:3s; -emparèrent emparer VER 12.80 39.26 0.16 0.54 ind:pas:3p; -emparé emparer VER m s 12.80 39.26 1.53 3.72 par:pas; -emparée emparer VER f s 12.80 39.26 0.40 2.91 par:pas; -emparées emparer VER f p 12.80 39.26 0.11 0.20 par:pas; -emparés emparer VER m p 12.80 39.26 0.56 1.01 par:pas; -empathie empathie NOM f s 0.63 0.00 0.63 0.00 -empathique empathique ADJ s 0.26 0.07 0.23 0.07 -empathiques empathique ADJ f p 0.26 0.07 0.03 0.00 -empattement empattement NOM m s 0.09 0.20 0.09 0.14 -empattements empattement NOM m p 0.09 0.20 0.00 0.07 -empaume empaumer VER 0.00 0.20 0.00 0.07 ind:pre:3s; -empaumer empaumer VER 0.00 0.20 0.00 0.14 inf; -empaumure empaumure NOM f s 0.10 0.20 0.10 0.14 -empaumures empaumure NOM f p 0.10 0.20 0.00 0.07 -empeigne empeigne NOM f s 0.01 0.54 0.01 0.54 -empeignés empeigner VER m p 0.00 0.07 0.00 0.07 par:pas; -empennage empennage NOM m s 0.04 0.20 0.04 0.20 -empennait empenner VER 0.00 0.34 0.00 0.07 ind:imp:3s; -empenne empenne NOM f s 0.01 0.00 0.01 0.00 -empennée empenner VER f s 0.00 0.34 0.00 0.07 par:pas; -empennées empenner VER f p 0.00 0.34 0.00 0.14 par:pas; -empennés empenner VER m p 0.00 0.34 0.00 0.07 par:pas; -empereur empereur NOM m s 25.55 38.45 24.45 35.88 -empereurs empereur NOM m p 25.55 38.45 1.10 2.57 -emperlait emperler VER 0.00 0.41 0.00 0.07 ind:imp:3s; -emperlant emperler VER 0.00 0.41 0.00 0.07 par:pre; -emperler emperler VER 0.00 0.41 0.00 0.07 inf; -emperlousées emperlousé ADJ f p 0.00 0.14 0.00 0.14 -emperlé emperler VER m s 0.00 0.41 0.00 0.07 par:pas; -emperlées emperlé ADJ f p 0.00 0.27 0.00 0.14 -emperlés emperler VER m p 0.00 0.41 0.00 0.14 par:pas; -emperruqués emperruqué ADJ m p 0.00 0.07 0.00 0.07 -empesage empesage NOM m s 0.01 0.07 0.01 0.07 -empesant empeser VER 0.02 1.15 0.00 0.07 par:pre; -empesta empester VER 3.28 3.31 0.00 0.14 ind:pas:3s; -empestaient empester VER 3.28 3.31 0.02 0.27 ind:imp:3p; -empestais empester VER 3.28 3.31 0.01 0.07 ind:imp:1s; -empestait empester VER 3.28 3.31 0.27 0.81 ind:imp:3s; -empestant empester VER 3.28 3.31 0.13 0.20 par:pre; -empeste empester VER 3.28 3.31 1.87 0.41 imp:pre:2s;ind:pre:1s;ind:pre:3s; -empestent empester VER 3.28 3.31 0.13 0.14 ind:pre:3p; -empester empester VER 3.28 3.31 0.39 0.27 inf; -empestes empester VER 3.28 3.31 0.35 0.00 ind:pre:2s; -empestez empester VER 3.28 3.31 0.11 0.07 ind:pre:2p; -empesté empester VER m s 3.28 3.31 0.01 0.27 par:pas; -empestée empester VER f s 3.28 3.31 0.00 0.61 par:pas; -empestées empester VER f p 3.28 3.31 0.00 0.07 par:pas; -empesé empeser VER m s 0.02 1.15 0.01 0.34 par:pas; -empesée empeser VER f s 0.02 1.15 0.01 0.34 par:pas; -empesées empesé ADJ f p 0.00 1.96 0.00 0.41 -empesés empesé ADJ m p 0.00 1.96 0.00 0.20 -emphase emphase NOM f s 0.22 5.27 0.22 5.20 -emphases emphase NOM f p 0.22 5.27 0.00 0.07 -emphatique emphatique ADJ s 0.22 1.96 0.18 1.62 -emphatiquement emphatiquement ADV 0.01 0.14 0.01 0.14 -emphatiques emphatique ADJ m p 0.22 1.96 0.04 0.34 -emphatise emphatiser VER 0.00 0.07 0.00 0.07 ind:pre:1s; -emphysème emphysème NOM m s 0.31 0.41 0.30 0.34 -emphysèmes emphysème NOM m p 0.31 0.41 0.01 0.07 -emphysémateuse emphysémateux ADJ f s 0.00 0.07 0.00 0.07 -empierrage empierrage NOM m s 0.00 0.07 0.00 0.07 -empierrait empierrer VER 0.00 0.41 0.00 0.07 ind:imp:3s; -empierrement empierrement NOM m s 0.00 0.34 0.00 0.34 -empierrer empierrer VER 0.00 0.41 0.00 0.07 inf; -empierré empierré ADJ m s 0.00 0.74 0.00 0.20 -empierrée empierré ADJ f s 0.00 0.74 0.00 0.20 -empierrées empierré ADJ f p 0.00 0.74 0.00 0.20 -empierrés empierré ADJ m p 0.00 0.74 0.00 0.14 -empiffra empiffrer VER 1.25 2.91 0.00 0.20 ind:pas:3s; -empiffraient empiffrer VER 1.25 2.91 0.01 0.07 ind:imp:3p; -empiffrais empiffrer VER 1.25 2.91 0.01 0.14 ind:imp:1s; -empiffrait empiffrer VER 1.25 2.91 0.04 0.41 ind:imp:3s; -empiffrant empiffrer VER 1.25 2.91 0.01 0.07 par:pre; -empiffre empiffrer VER 1.25 2.91 0.10 0.61 imp:pre:2s;ind:pre:3s; -empiffrent empiffrer VER 1.25 2.91 0.14 0.20 ind:pre:3p; -empiffrer empiffrer VER 1.25 2.91 0.47 1.22 inf; -empiffres empiffrer VER 1.25 2.91 0.03 0.00 ind:pre:2s; -empiffrez empiffrer VER 1.25 2.91 0.14 0.00 imp:pre:2p;ind:pre:2p; -empiffrée empiffrer VER f s 1.25 2.91 0.16 0.00 par:pas; -empiffrées empiffrer VER f p 1.25 2.91 0.14 0.00 par:pas; -empila empiler VER 1.78 15.81 0.00 0.74 ind:pas:3s; -empilage empilage NOM m s 0.04 0.27 0.04 0.20 -empilages empilage NOM m p 0.04 0.27 0.00 0.07 -empilaient empiler VER 1.78 15.81 0.03 2.77 ind:imp:3p; -empilais empiler VER 1.78 15.81 0.01 0.27 ind:imp:1s; -empilait empiler VER 1.78 15.81 0.03 1.35 ind:imp:3s; -empilant empiler VER 1.78 15.81 0.16 0.34 par:pre; -empile empiler VER 1.78 15.81 0.28 0.81 imp:pre:2s;ind:pre:1s;ind:pre:3s; -empilement empilement NOM m s 0.00 0.54 0.00 0.27 -empilements empilement NOM m p 0.00 0.54 0.00 0.27 -empilent empiler VER 1.78 15.81 0.07 0.54 ind:pre:3p; -empiler empiler VER 1.78 15.81 0.25 1.35 ind:pre:2p;inf; -empilerai empiler VER 1.78 15.81 0.00 0.07 ind:fut:1s; -empilerions empiler VER 1.78 15.81 0.10 0.00 cnd:pre:1p; -empilez empiler VER 1.78 15.81 0.20 0.00 imp:pre:2p; -empilons empiler VER 1.78 15.81 0.00 0.07 ind:pre:1p; -empilèrent empiler VER 1.78 15.81 0.00 0.07 ind:pas:3p; -empilé empiler VER m s 1.78 15.81 0.13 0.68 par:pas; -empilée empiler VER f s 1.78 15.81 0.03 0.54 par:pas; -empilées empiler VER f p 1.78 15.81 0.09 2.57 par:pas; -empilés empiler VER m p 1.78 15.81 0.40 3.65 par:pas; -empira empirer VER 12.93 2.91 0.03 0.34 ind:pas:3s; -empirait empirer VER 12.93 2.91 0.19 0.47 ind:imp:3s; -empirant empirer VER 12.93 2.91 0.06 0.27 par:pre; -empire empire NOM m s 19.47 63.51 19.02 60.74 -empirent empirer VER 12.93 2.91 0.39 0.00 ind:pre:3p; -empirer empirer VER 12.93 2.91 5.28 0.54 inf; -empirera empirer VER 12.93 2.91 0.26 0.00 ind:fut:3s; -empirerait empirer VER 12.93 2.91 0.03 0.07 cnd:pre:3s; -empireront empirer VER 12.93 2.91 0.04 0.00 ind:fut:3p; -empires empire NOM m p 19.47 63.51 0.44 2.77 -empirez empirer VER 12.93 2.91 0.03 0.00 imp:pre:2p;ind:pre:2p; -empirique empirique ADJ s 0.30 1.01 0.22 0.54 -empiriquement empiriquement ADV 0.00 0.07 0.00 0.07 -empiriques empirique ADJ p 0.30 1.01 0.09 0.47 -empirisme empirisme NOM m s 0.02 0.27 0.02 0.20 -empirismes empirisme NOM m p 0.02 0.27 0.00 0.07 -empirèrent empirer VER 12.93 2.91 0.01 0.07 ind:pas:3p; -empiré empirer VER m s 12.93 2.91 2.12 0.34 par:pas; -empirée empirer VER f s 12.93 2.91 0.03 0.07 par:pas; -empiècement empiècement NOM m s 0.00 0.41 0.00 0.20 -empiècements empiècement NOM m p 0.00 0.41 0.00 0.20 -empiète empiéter VER 1.17 1.89 0.28 0.20 imp:pre:2s;ind:pre:1s;ind:pre:3s; -empiètements empiètement NOM m p 0.00 0.34 0.00 0.34 -empiètent empiéter VER 1.17 1.89 0.26 0.14 ind:pre:3p;sub:pre:3p; -empiètes empiéter VER 1.17 1.89 0.06 0.00 ind:pre:2s; -empiétaient empiéter VER 1.17 1.89 0.02 0.27 ind:imp:3p; -empiétais empiéter VER 1.17 1.89 0.00 0.07 ind:imp:1s; -empiétait empiéter VER 1.17 1.89 0.01 0.20 ind:imp:3s; -empiétant empiéter VER 1.17 1.89 0.01 0.47 par:pre; -empiétement empiétement NOM m s 0.00 1.96 0.00 0.61 -empiétements empiétement NOM m p 0.00 1.96 0.00 1.35 -empiéter empiéter VER 1.17 1.89 0.20 0.47 inf; -empiétez empiéter VER 1.17 1.89 0.11 0.00 imp:pre:2p;ind:pre:2p; -empiété empiéter VER m s 1.17 1.89 0.22 0.07 par:pas; -emplît emplir VER 6.40 49.73 0.00 0.07 sub:imp:3s; -emplacement emplacement NOM m s 6.90 12.70 6.00 10.95 -emplacements emplacement NOM m p 6.90 12.70 0.90 1.76 -emplafonne emplafonner VER 0.01 0.61 0.01 0.07 ind:pre:1s;ind:pre:3s; -emplafonnent emplafonner VER 0.01 0.61 0.00 0.07 ind:pre:3p; -emplafonner emplafonner VER 0.01 0.61 0.00 0.27 inf; -emplafonné emplafonner VER m s 0.01 0.61 0.00 0.14 par:pas; -emplafonnée emplafonner VER f s 0.01 0.61 0.00 0.07 par:pas; -emplanture emplanture NOM f s 0.00 0.14 0.00 0.14 -emplette emplette NOM f s 0.57 2.57 0.03 0.88 -emplettes emplette NOM f p 0.57 2.57 0.55 1.69 -empli emplir VER m s 6.40 49.73 1.28 5.47 par:pas; -emplie emplir VER f s 6.40 49.73 0.31 2.77 par:pas; -emplies emplir VER f p 6.40 49.73 0.04 1.42 par:pas; -emplir emplir VER 6.40 49.73 0.30 6.01 inf; -emplira emplir VER 6.40 49.73 0.16 0.14 ind:fut:3s; -empliraient emplir VER 6.40 49.73 0.01 0.00 cnd:pre:3p; -emplirait emplir VER 6.40 49.73 0.01 0.07 cnd:pre:3s; -emplirent emplir VER 6.40 49.73 0.01 0.61 ind:pas:3p; -emplis emplir VER m p 6.40 49.73 0.40 1.76 imp:pre:2s;ind:pre:1s;ind:pre:2s;par:pas; -emplissaient emplir VER 6.40 49.73 0.14 3.51 ind:imp:3p; -emplissais emplir VER 6.40 49.73 0.00 0.27 ind:imp:1s; -emplissait emplir VER 6.40 49.73 0.53 10.95 ind:imp:3s; -emplissant emplir VER 6.40 49.73 0.03 2.09 par:pre; -emplissent emplir VER 6.40 49.73 0.59 1.42 ind:pre:3p; -emplissez emplir VER 6.40 49.73 0.19 0.00 imp:pre:2p;ind:pre:2p; -emplissons emplir VER 6.40 49.73 0.14 0.00 imp:pre:1p; -emplit emplir VER 6.40 49.73 2.25 13.18 ind:pre:3s;ind:pas:3s; -emploi emploi NOM m s 30.94 29.19 25.96 26.42 -emploie employer VER 19.46 46.22 3.74 6.35 imp:pre:2s;ind:pre:1s;ind:pre:3s; -emploient employer VER 19.46 46.22 0.64 2.09 ind:pre:3p; -emploiera employer VER 19.46 46.22 0.36 0.41 ind:fut:3s; -emploierai employer VER 19.46 46.22 0.27 0.34 ind:fut:1s; -emploieraient employer VER 19.46 46.22 0.02 0.20 cnd:pre:3p; -emploierais employer VER 19.46 46.22 0.38 0.07 cnd:pre:1s;cnd:pre:2s; -emploierait employer VER 19.46 46.22 0.28 0.34 cnd:pre:3s; -emploierez employer VER 19.46 46.22 0.01 0.07 ind:fut:2p; -emploieriez employer VER 19.46 46.22 0.03 0.00 cnd:pre:2p; -emploierons employer VER 19.46 46.22 0.14 0.00 ind:fut:1p; -emploieront employer VER 19.46 46.22 0.11 0.07 ind:fut:3p; -emploies employer VER 19.46 46.22 0.44 0.54 ind:pre:2s; -emplois emploi NOM m p 30.94 29.19 4.98 2.77 -emplâtrage emplâtrage NOM m s 0.00 0.14 0.00 0.14 -emplâtrais emplâtrer VER 0.06 0.54 0.00 0.07 ind:imp:1s; -emplâtre emplâtre NOM m s 0.15 1.35 0.12 0.95 -emplâtrer emplâtrer VER 0.06 0.54 0.04 0.34 inf; -emplâtres emplâtre NOM m p 0.15 1.35 0.03 0.41 -emplâtré emplâtrer VER m s 0.06 0.54 0.02 0.14 par:pas; -employa employer VER 19.46 46.22 0.03 1.22 ind:pas:3s; -employai employer VER 19.46 46.22 0.01 0.27 ind:pas:1s; -employaient employer VER 19.46 46.22 0.11 2.09 ind:imp:3p; -employais employer VER 19.46 46.22 0.07 0.81 ind:imp:1s;ind:imp:2s; -employait employer VER 19.46 46.22 1.00 7.09 ind:imp:3s; -employant employer VER 19.46 46.22 0.41 2.16 par:pre; -employer employer VER 19.46 46.22 4.15 10.95 inf; -employeur employeur NOM m s 4.01 2.70 2.70 1.69 -employeurs employeur NOM m p 4.01 2.70 1.31 1.01 -employez employer VER 19.46 46.22 0.69 0.27 imp:pre:2p;ind:pre:2p; -employiez employer VER 19.46 46.22 0.04 0.00 ind:imp:2p; -employions employer VER 19.46 46.22 0.01 0.14 ind:imp:1p; -employâmes employer VER 19.46 46.22 0.00 0.07 ind:pas:1p; -employons employer VER 19.46 46.22 0.42 0.27 imp:pre:1p;ind:pre:1p; -employât employer VER 19.46 46.22 0.00 0.14 sub:imp:3s; -employèrent employer VER 19.46 46.22 0.14 0.20 ind:pas:3p; -employé employé NOM m s 30.80 26.08 10.61 9.86 -employée employé NOM f s 30.80 26.08 3.24 2.43 -employées employé NOM f p 30.80 26.08 1.05 1.01 -employés employé NOM m p 30.80 26.08 15.90 12.77 -empluma emplumer VER 0.02 0.34 0.00 0.07 ind:pas:3s; -emplume emplumer VER 0.02 0.34 0.00 0.07 ind:pre:3s; -emplumé emplumé ADJ m s 0.28 0.88 0.05 0.34 -emplumée emplumé ADJ f s 0.28 0.88 0.14 0.20 -emplumées emplumer VER f p 0.02 0.34 0.00 0.07 par:pas; -emplumés emplumé ADJ m p 0.28 0.88 0.10 0.34 -empocha empocher VER 2.92 4.46 0.14 1.08 ind:pas:3s; -empochai empocher VER 2.92 4.46 0.00 0.14 ind:pas:1s; -empochaient empocher VER 2.92 4.46 0.04 0.07 ind:imp:3p; -empochais empocher VER 2.92 4.46 0.01 0.14 ind:imp:1s; -empochait empocher VER 2.92 4.46 0.02 0.61 ind:imp:3s; -empochant empocher VER 2.92 4.46 0.01 0.34 par:pre; -empoche empocher VER 2.92 4.46 0.41 0.41 imp:pre:2s;ind:pre:1s;ind:pre:3s; -empochent empocher VER 2.92 4.46 0.09 0.07 ind:pre:3p; -empocher empocher VER 2.92 4.46 1.28 0.88 inf; -empochera empocher VER 2.92 4.46 0.08 0.00 ind:fut:3s; -empocherais empocher VER 2.92 4.46 0.03 0.00 cnd:pre:1s; -empocheras empocher VER 2.92 4.46 0.02 0.00 ind:fut:2s; -empoches empocher VER 2.92 4.46 0.04 0.00 ind:pre:2s; -empochez empocher VER 2.92 4.46 0.03 0.00 imp:pre:2p;ind:pre:2p; -empochiez empocher VER 2.92 4.46 0.01 0.00 ind:imp:2p; -empoché empocher VER m s 2.92 4.46 0.49 0.68 par:pas; -empochée empocher VER f s 2.92 4.46 0.17 0.00 par:pas; -empochées empocher VER f p 2.92 4.46 0.03 0.07 par:pas; -empochés empocher VER m p 2.92 4.46 0.02 0.00 par:pas; -empoigna empoigner VER 1.84 26.01 0.04 8.11 ind:pas:3s; -empoignade empoignade NOM f s 0.16 1.01 0.16 0.54 -empoignades empoignade NOM f p 0.16 1.01 0.00 0.47 -empoignai empoigner VER 1.84 26.01 0.00 0.20 ind:pas:1s; -empoignaient empoigner VER 1.84 26.01 0.00 0.54 ind:imp:3p; -empoignais empoigner VER 1.84 26.01 0.00 0.14 ind:imp:1s; -empoignait empoigner VER 1.84 26.01 0.00 2.30 ind:imp:3s; -empoignant empoigner VER 1.84 26.01 0.23 1.62 par:pre; -empoigne empoigner VER 1.84 26.01 0.72 4.39 imp:pre:2s;ind:pre:1s;ind:pre:3s; -empoignent empoigner VER 1.84 26.01 0.02 0.61 ind:pre:3p; -empoigner empoigner VER 1.84 26.01 0.28 2.70 inf; -empoignera empoigner VER 1.84 26.01 0.01 0.00 ind:fut:3s; -empoigneront empoigner VER 1.84 26.01 0.00 0.07 ind:fut:3p; -empoignes empoigner VER 1.84 26.01 0.04 0.00 ind:pre:2s; -empoignez empoigner VER 1.84 26.01 0.17 0.07 imp:pre:2p; -empoignons empoigner VER 1.84 26.01 0.01 0.07 imp:pre:1p;ind:pre:1p; -empoignèrent empoigner VER 1.84 26.01 0.00 0.95 ind:pas:3p; -empoigné empoigner VER m s 1.84 26.01 0.29 3.65 par:pas; -empoignée empoigner VER f s 1.84 26.01 0.02 0.47 par:pas; -empoignées empoigner VER f p 1.84 26.01 0.00 0.14 par:pas; -empoiler empoiler VER 0.00 0.14 0.00 0.07 inf; -empoilés empoiler VER m p 0.00 0.14 0.00 0.07 par:pas; -empois empois NOM m 0.01 0.14 0.01 0.14 -empoisonna empoisonner VER 19.62 15.00 0.01 0.14 ind:pas:3s; -empoisonnaient empoisonner VER 19.62 15.00 0.12 0.27 ind:imp:3p; -empoisonnais empoisonner VER 19.62 15.00 0.12 0.00 ind:imp:1s;ind:imp:2s; -empoisonnait empoisonner VER 19.62 15.00 0.10 0.61 ind:imp:3s; -empoisonnant empoisonner VER 19.62 15.00 0.10 0.00 par:pre; -empoisonnante empoisonnant ADJ f s 0.15 0.20 0.06 0.00 -empoisonnantes empoisonnant ADJ f p 0.15 0.20 0.01 0.07 -empoisonne empoisonner VER 19.62 15.00 1.76 1.49 imp:pre:2s;ind:pre:1s;ind:pre:3s; -empoisonnement empoisonnement NOM m s 1.85 0.61 1.80 0.61 -empoisonnements empoisonnement NOM m p 1.85 0.61 0.05 0.00 -empoisonnent empoisonner VER 19.62 15.00 0.41 0.54 ind:pre:3p; -empoisonner empoisonner VER 19.62 15.00 3.57 2.57 inf; -empoisonnera empoisonner VER 19.62 15.00 0.31 0.14 ind:fut:3s; -empoisonnerai empoisonner VER 19.62 15.00 0.11 0.00 ind:fut:1s; -empoisonneraient empoisonner VER 19.62 15.00 0.00 0.07 cnd:pre:3p; -empoisonnerais empoisonner VER 19.62 15.00 0.02 0.00 cnd:pre:1s; -empoisonnerez empoisonner VER 19.62 15.00 0.01 0.00 ind:fut:2p; -empoisonneront empoisonner VER 19.62 15.00 0.02 0.00 ind:fut:3p; -empoisonnes empoisonner VER 19.62 15.00 0.31 0.07 ind:pre:2s; -empoisonneur empoisonneur NOM m s 0.98 0.88 0.65 0.47 -empoisonneurs empoisonneur NOM m p 0.98 0.88 0.18 0.07 -empoisonneuse empoisonneur NOM f s 0.98 0.88 0.16 0.27 -empoisonneuses empoisonneuse NOM f p 0.01 0.00 0.01 0.00 -empoisonnez empoisonner VER 19.62 15.00 0.20 0.20 imp:pre:2p;ind:pre:2p; -empoisonné empoisonner VER m s 19.62 15.00 8.22 3.58 par:pas; -empoisonnée empoisonner VER f s 19.62 15.00 2.83 2.16 par:pas; -empoisonnées empoisonner VER f p 19.62 15.00 0.57 1.89 par:pas; -empoisonnés empoisonner VER m p 19.62 15.00 0.82 1.28 par:pas; -empoissait empoisser VER 0.00 0.34 0.00 0.07 ind:imp:3s; -empoisse empoisser VER 0.00 0.34 0.00 0.07 ind:pre:3s; -empoisser empoisser VER 0.00 0.34 0.00 0.07 inf; -empoissonner empoissonner VER 0.02 0.14 0.01 0.00 inf; -empoissonné empoissonner VER m s 0.02 0.14 0.01 0.07 par:pas; -empoissonnées empoissonner VER f p 0.02 0.14 0.00 0.07 par:pas; -empoissé empoisser VER m s 0.00 0.34 0.00 0.07 par:pas; -empoissés empoisser VER m p 0.00 0.34 0.00 0.07 par:pas; -emporium emporium NOM m s 0.04 0.14 0.04 0.14 -emport emport NOM m s 0.00 0.07 0.00 0.07 -emporta emporter VER 69.02 121.28 0.42 7.43 ind:pas:3s; -emportai emporter VER 69.02 121.28 0.01 0.74 ind:pas:1s; -emportaient emporter VER 69.02 121.28 0.23 2.84 ind:imp:3p; -emportais emporter VER 69.02 121.28 0.04 2.43 ind:imp:1s;ind:imp:2s; -emportait emporter VER 69.02 121.28 1.44 16.82 ind:imp:3s; -emportant emporter VER 69.02 121.28 0.90 8.92 par:pre; -emporte_pièce emporte_pièce NOM m 0.00 0.95 0.00 0.95 -emporte emporter VER 69.02 121.28 19.89 16.49 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -emportement emportement NOM m s 0.97 3.51 0.55 3.24 -emportements emportement NOM m p 0.97 3.51 0.42 0.27 -emportent emporter VER 69.02 121.28 1.30 2.03 ind:pre:3p; -emporter emporter VER 69.02 121.28 16.69 24.19 inf; -emportera emporter VER 69.02 121.28 2.45 1.49 ind:fut:3s; -emporterai emporter VER 69.02 121.28 0.40 0.27 ind:fut:1s; -emporteraient emporter VER 69.02 121.28 0.02 0.41 cnd:pre:3p; -emporterais emporter VER 69.02 121.28 0.14 0.20 cnd:pre:1s; -emporterait emporter VER 69.02 121.28 0.13 1.76 cnd:pre:3s; -emporteras emporter VER 69.02 121.28 0.53 0.41 ind:fut:2s; -emporterez emporter VER 69.02 121.28 0.36 0.14 ind:fut:2p; -emporteriez emporter VER 69.02 121.28 0.00 0.07 cnd:pre:2p; -emporterions emporter VER 69.02 121.28 0.00 0.07 cnd:pre:1p; -emporterons emporter VER 69.02 121.28 0.22 0.14 ind:fut:1p; -emporteront emporter VER 69.02 121.28 0.21 0.41 ind:fut:3p; -emportes emporter VER 69.02 121.28 2.01 0.68 ind:pre:2s; -emportez emporter VER 69.02 121.28 3.54 1.22 imp:pre:2p;ind:pre:2p; -emportiez emporter VER 69.02 121.28 0.41 0.14 ind:imp:2p; -emportions emporter VER 69.02 121.28 0.01 0.34 ind:imp:1p; -emportons emporter VER 69.02 121.28 0.80 0.14 imp:pre:1p;ind:pre:1p; -emportât emporter VER 69.02 121.28 0.01 0.61 sub:imp:3s; -emportèrent emporter VER 69.02 121.28 0.04 1.01 ind:pas:3p; -emporté emporter VER m s 69.02 121.28 12.46 18.58 par:pas; -emportée emporter VER f s 69.02 121.28 2.31 5.14 par:pas; -emportées emporter VER f p 69.02 121.28 0.35 1.69 par:pas; -emportés emporter VER m p 69.02 121.28 1.73 4.53 par:pas; -empâta empâter VER 0.11 1.76 0.00 0.07 ind:pas:3s; -empâtait empâter VER 0.11 1.76 0.01 0.54 ind:imp:3s; -empâte empâter VER 0.11 1.76 0.06 0.27 ind:pre:1s;ind:pre:3s; -empâtement empâtement NOM m s 0.03 0.54 0.01 0.41 -empâtements empâtement NOM m p 0.03 0.54 0.01 0.14 -empâtent empâter VER 0.11 1.76 0.00 0.14 ind:pre:3p; -empâter empâter VER 0.11 1.76 0.03 0.27 inf; -empâté empâté ADJ m s 0.04 1.35 0.01 0.54 -empoté empoté NOM m s 0.67 0.61 0.55 0.61 -empâtée empâté ADJ f s 0.04 1.35 0.01 0.41 -empotée empoté ADJ f s 0.80 0.61 0.24 0.14 -empâtées empâté ADJ f p 0.04 1.35 0.02 0.14 -empâtés empâté ADJ m p 0.04 1.35 0.00 0.27 -empotés empoté NOM m p 0.67 0.61 0.12 0.00 -empourpra empourprer VER 0.03 2.97 0.00 0.81 ind:pas:3s; -empourprait empourprer VER 0.03 2.97 0.00 0.61 ind:imp:3s; -empourprant empourprer VER 0.03 2.97 0.00 0.27 par:pre; -empourpre empourprer VER 0.03 2.97 0.01 0.47 ind:pre:3s; -empourprent empourprer VER 0.03 2.97 0.00 0.07 ind:pre:3p; -empourprer empourprer VER 0.03 2.97 0.01 0.14 inf; -empourpré empourprer VER m s 0.03 2.97 0.00 0.27 par:pas; -empourprée empourprer VER f s 0.03 2.97 0.01 0.14 par:pas; -empourprées empourprer VER f p 0.03 2.97 0.00 0.14 par:pas; -empourprés empourprer VER m p 0.03 2.97 0.00 0.07 par:pas; -empoussière empoussiérer VER 0.02 0.54 0.01 0.07 ind:pre:3s; -empoussièrent empoussiérer VER 0.02 0.54 0.00 0.07 ind:pre:3p; -empoussiérait empoussiérer VER 0.02 0.54 0.00 0.14 ind:imp:3s; -empoussiéré empoussiérer VER m s 0.02 0.54 0.01 0.14 par:pas; -empoussiérée empoussiéré ADJ f s 0.00 0.81 0.00 0.27 -empoussiérées empoussiéré ADJ f p 0.00 0.81 0.00 0.14 -empoussiérés empoussiéré ADJ m p 0.00 0.81 0.00 0.20 -empreignit empreindre VER 0.23 2.23 0.00 0.07 ind:pas:3s; -empreint empreindre VER m s 0.23 2.23 0.08 1.15 ind:pre:3s;par:pas; -empreinte empreinte NOM f s 42.06 15.61 11.41 8.72 -empreintes empreinte NOM f p 42.06 15.61 30.65 6.89 -empreints empreindre VER m p 0.23 2.23 0.15 1.01 par:pas; -empressa empresser VER 1.65 12.91 0.13 2.50 ind:pas:3s; -empressai empresser VER 1.65 12.91 0.01 0.41 ind:pas:1s; -empressaient empresser VER 1.65 12.91 0.00 1.01 ind:imp:3p; -empressais empresser VER 1.65 12.91 0.00 0.14 ind:imp:1s; -empressait empresser VER 1.65 12.91 0.00 1.35 ind:imp:3s; -empressant empresser VER 1.65 12.91 0.01 0.27 par:pre; -empresse empresser VER 1.65 12.91 0.70 2.23 imp:pre:2s;ind:pre:1s;ind:pre:3s; -empressement empressement NOM m s 0.46 6.15 0.46 6.01 -empressements empressement NOM m p 0.46 6.15 0.00 0.14 -empressent empresser VER 1.65 12.91 0.01 0.54 ind:pre:3p; -empresser empresser VER 1.65 12.91 0.17 0.41 inf; -empressera empresser VER 1.65 12.91 0.02 0.14 ind:fut:3s; -empresserait empresser VER 1.65 12.91 0.04 0.20 cnd:pre:3s; -empresseras empresser VER 1.65 12.91 0.01 0.00 ind:fut:2s; -empresserez empresser VER 1.65 12.91 0.01 0.00 ind:fut:2p; -empresses empresser VER 1.65 12.91 0.02 0.07 ind:pre:2s; -empressâmes empresser VER 1.65 12.91 0.00 0.14 ind:pas:1p; -empressèrent empresser VER 1.65 12.91 0.00 0.88 ind:pas:3p; -empressé empresser VER m s 1.65 12.91 0.27 1.35 par:pas; -empressée empresser VER f s 1.65 12.91 0.08 0.47 par:pas; -empressées empresser VER f p 1.65 12.91 0.14 0.27 par:pas; -empressés empressé NOM m p 0.16 0.47 0.14 0.14 -emprise emprise NOM f s 3.08 3.65 3.08 3.58 -emprises emprise NOM f p 3.08 3.65 0.00 0.07 -emprisonna emprisonner VER 6.46 10.27 0.16 0.54 ind:pas:3s; -emprisonnaient emprisonner VER 6.46 10.27 0.00 0.41 ind:imp:3p; -emprisonnait emprisonner VER 6.46 10.27 0.01 0.74 ind:imp:3s; -emprisonnant emprisonner VER 6.46 10.27 0.14 0.95 par:pre; -emprisonne emprisonner VER 6.46 10.27 0.65 1.15 imp:pre:2s;ind:pre:1s;ind:pre:3s; -emprisonnement emprisonnement NOM m s 1.80 0.81 1.74 0.61 -emprisonnements emprisonnement NOM m p 1.80 0.81 0.06 0.20 -emprisonnent emprisonner VER 6.46 10.27 0.26 0.54 ind:pre:3p; -emprisonner emprisonner VER 6.46 10.27 1.48 1.35 inf; -emprisonnera emprisonner VER 6.46 10.27 0.02 0.07 ind:fut:3s; -emprisonnez emprisonner VER 6.46 10.27 0.10 0.00 imp:pre:2p;ind:pre:2p; -emprisonnèrent emprisonner VER 6.46 10.27 0.01 0.07 ind:pas:3p; -emprisonné emprisonner VER m s 6.46 10.27 2.60 1.69 par:pas; -emprisonnée emprisonner VER f s 6.46 10.27 0.54 1.49 ind:imp:3p;par:pas; -emprisonnées emprisonner VER f p 6.46 10.27 0.15 0.20 par:pas; -emprisonnés emprisonner VER m p 6.46 10.27 0.35 1.08 par:pas; -emprunt emprunt NOM m s 3.66 4.73 3.18 3.78 -emprunta emprunter VER 31.31 31.28 0.01 1.55 ind:pas:3s; -empruntai emprunter VER 31.31 31.28 0.01 0.95 ind:pas:1s; -empruntaient emprunter VER 31.31 31.28 0.01 1.01 ind:imp:3p; -empruntais emprunter VER 31.31 31.28 0.08 0.88 ind:imp:1s;ind:imp:2s; -empruntait emprunter VER 31.31 31.28 0.47 2.64 ind:imp:3s; -empruntant emprunter VER 31.31 31.28 0.20 2.36 par:pre; -emprunte emprunter VER 31.31 31.28 4.30 2.30 imp:pre:2s;ind:pre:1s;ind:pre:3s; -empruntent emprunter VER 31.31 31.28 0.44 0.61 ind:pre:3p; -emprunter emprunter VER 31.31 31.28 15.87 7.09 inf; -empruntera emprunter VER 31.31 31.28 0.10 0.07 ind:fut:3s; -emprunterai emprunter VER 31.31 31.28 0.20 0.07 ind:fut:1s; -emprunteraient emprunter VER 31.31 31.28 0.00 0.14 cnd:pre:3p; -emprunterais emprunter VER 31.31 31.28 0.13 0.07 cnd:pre:1s; -emprunterait emprunter VER 31.31 31.28 0.03 0.54 cnd:pre:3s; -emprunteras emprunter VER 31.31 31.28 0.07 0.07 ind:fut:2s; -emprunterons emprunter VER 31.31 31.28 0.03 0.00 ind:fut:1p; -emprunteront emprunter VER 31.31 31.28 0.13 0.14 ind:fut:3p; -empruntes emprunter VER 31.31 31.28 0.52 0.20 ind:pre:2s; -emprunteur emprunteur NOM m s 0.04 0.00 0.04 0.00 -empruntez emprunter VER 31.31 31.28 0.40 0.00 imp:pre:2p;ind:pre:2p; -empruntions emprunter VER 31.31 31.28 0.04 0.47 ind:imp:1p; -empruntâmes emprunter VER 31.31 31.28 0.01 0.07 ind:pas:1p; -empruntons emprunter VER 31.31 31.28 0.10 0.41 imp:pre:1p;ind:pre:1p; -empruntât emprunter VER 31.31 31.28 0.00 0.07 sub:imp:3s; -emprunts emprunt NOM m p 3.66 4.73 0.47 0.95 -empruntèrent emprunter VER 31.31 31.28 0.01 0.74 ind:pas:3p; -emprunté emprunter VER m s 31.31 31.28 6.63 5.68 par:pas; -empruntée emprunter VER f s 31.31 31.28 1.05 1.15 par:pas; -empruntées emprunter VER f p 31.31 31.28 0.25 0.47 par:pas; -empruntés emprunter VER m p 31.31 31.28 0.21 1.55 par:pas; -empuanti empuantir VER m s 0.03 1.22 0.02 0.47 par:pas; -empuantie empuanti ADJ f s 0.00 0.34 0.00 0.14 -empuanties empuantir VER f p 0.03 1.22 0.00 0.07 par:pas; -empuantir empuantir VER 0.03 1.22 0.01 0.20 inf; -empuantis empuantir VER m p 0.03 1.22 0.00 0.07 par:pas; -empuantissaient empuantir VER 0.03 1.22 0.00 0.07 ind:imp:3p; -empuantissait empuantir VER 0.03 1.22 0.00 0.14 ind:imp:3s; -empuantisse empuantir VER 0.03 1.22 0.00 0.07 sub:pre:3s; -empuantissent empuantir VER 0.03 1.22 0.00 0.07 ind:pre:3p; -empêcha empêcher VER 121.85 171.28 0.35 5.00 ind:pas:3s; -empêchai empêcher VER 121.85 171.28 0.00 0.61 ind:pas:1s; -empêchaient empêcher VER 121.85 171.28 0.10 4.59 ind:imp:3p; -empêchais empêcher VER 121.85 171.28 0.23 0.27 ind:imp:1s;ind:imp:2s; -empêchait empêcher VER 121.85 171.28 2.52 18.58 ind:imp:3s; -empêchant empêcher VER 121.85 171.28 1.06 3.11 par:pre; -empêche empêcher VER 121.85 171.28 31.46 41.15 imp:pre:2s;ind:pre:1s;ind:pre:3s; -empêchement empêchement NOM m s 1.25 1.42 1.23 1.01 -empêchements empêchement NOM m p 1.25 1.42 0.02 0.41 -empêchent empêcher VER 121.85 171.28 2.74 4.59 ind:pre:3p; -empêcher empêcher VER 121.85 171.28 55.99 70.20 inf; -empêchera empêcher VER 121.85 171.28 4.89 2.43 ind:fut:3s; -empêcherai empêcher VER 121.85 171.28 1.57 0.34 ind:fut:1s; -empêcheraient empêcher VER 121.85 171.28 0.22 0.47 cnd:pre:3p; -empêcherais empêcher VER 121.85 171.28 0.57 0.27 cnd:pre:1s;cnd:pre:2s; -empêcherait empêcher VER 121.85 171.28 1.35 2.64 cnd:pre:3s; -empêcheras empêcher VER 121.85 171.28 0.88 0.47 ind:fut:2s; -empêcherez empêcher VER 121.85 171.28 0.37 0.34 ind:fut:2p; -empêcherons empêcher VER 121.85 171.28 0.28 0.07 ind:fut:1p; -empêcheront empêcher VER 121.85 171.28 0.54 0.54 ind:fut:3p; -empêches empêcher VER 121.85 171.28 1.36 0.34 ind:pre:2s; -empêcheur empêcheur NOM m s 0.08 0.68 0.04 0.41 -empêcheurs empêcheur NOM m p 0.08 0.68 0.04 0.20 -empêcheuse empêcheur NOM f s 0.08 0.68 0.01 0.07 -empêchez empêcher VER 121.85 171.28 4.53 0.34 imp:pre:2p;ind:pre:2p; -empêchions empêcher VER 121.85 171.28 0.08 0.07 ind:imp:1p; -empêchons empêcher VER 121.85 171.28 0.39 0.20 imp:pre:1p;ind:pre:1p; -empêchât empêcher VER 121.85 171.28 0.00 0.27 sub:imp:3s; -empêchèrent empêcher VER 121.85 171.28 0.16 1.28 ind:pas:3p; -empêché empêcher VER m s 121.85 171.28 7.81 9.26 par:pas; -empêchée empêcher VER f s 121.85 171.28 1.58 2.30 par:pas; -empêchées empêcher VER f p 121.85 171.28 0.02 0.14 par:pas; -empêchés empêcher VER m p 121.85 171.28 0.80 1.42 par:pas; -empêtra empêtrer VER 0.76 5.20 0.00 0.34 ind:pas:3s; -empêtraient empêtrer VER 0.76 5.20 0.02 0.20 ind:imp:3p; -empêtrais empêtrer VER 0.76 5.20 0.00 0.20 ind:imp:1s; -empêtrait empêtrer VER 0.76 5.20 0.00 1.01 ind:imp:3s; -empêtrant empêtrer VER 0.76 5.20 0.00 0.27 par:pre; -empêtre empêtrer VER 0.76 5.20 0.02 0.54 ind:pre:1s;ind:pre:3s; -empêtrent empêtrer VER 0.76 5.20 0.00 0.07 ind:pre:3p; -empêtrer empêtrer VER 0.76 5.20 0.20 0.14 inf; -empêtrons empêtrer VER 0.76 5.20 0.00 0.07 ind:pre:1p; -empêtré empêtrer VER m s 0.76 5.20 0.19 1.35 par:pas; -empêtrée empêtrer VER f s 0.76 5.20 0.17 0.41 par:pas; -empêtrées empêtrer VER f p 0.76 5.20 0.14 0.27 par:pas; -empêtrés empêtrer VER m p 0.76 5.20 0.01 0.34 par:pas; -empyrée empyrée NOM m s 0.00 0.81 0.00 0.74 -empyrées empyrée NOM m p 0.00 0.81 0.00 0.07 -en_avant en_avant NOM m 0.01 0.07 0.01 0.07 -en_but en_but NOM m 0.32 0.00 0.32 0.00 -en_cas en_cas NOM m 1.44 1.08 1.44 1.08 -en_cours en_cours NOM m 0.01 0.00 0.01 0.00 -en_dehors en_dehors NOM m 0.36 0.07 0.36 0.07 -en_tête en_tête NOM m s 0.44 2.77 0.39 2.64 -en_tête en_tête NOM m p 0.44 2.77 0.05 0.14 -en_catimini en_catimini ADV 0.12 1.42 0.12 1.42 -en_loucedé en_loucedé ADV 0.16 0.47 0.16 0.47 -en_tapinois en_tapinois ADV 0.25 0.68 0.25 0.68 -en en PRE 5689.68 8732.57 5689.68 8732.57 -enamouré enamourer VER m s 0.02 0.07 0.01 0.00 par:pas; -enamourée enamouré ADJ f s 0.10 0.20 0.10 0.14 -enamourées enamouré ADJ f p 0.10 0.20 0.00 0.07 -enamourés enamourer VER m p 0.02 0.07 0.00 0.07 par:pas; -encabanée encabaner VER f s 0.00 0.07 0.00 0.07 par:pas; -encablure encablure NOM f s 0.07 0.88 0.04 0.20 -encablures encablure NOM f p 0.07 0.88 0.02 0.68 -encadra encadrer VER 2.51 24.26 0.00 0.61 ind:pas:3s; -encadraient encadrer VER 2.51 24.26 0.02 2.84 ind:imp:3p; -encadrait encadrer VER 2.51 24.26 0.01 2.30 ind:imp:3s; -encadrant encadrant ADJ m s 0.00 2.16 0.00 2.16 -encadre encadrer VER 2.51 24.26 0.24 1.62 imp:pre:2s;ind:pre:1s;ind:pre:3s; -encadrement encadrement NOM m s 0.64 6.49 0.41 6.08 -encadrements encadrement NOM m p 0.64 6.49 0.23 0.41 -encadrent encadrer VER 2.51 24.26 0.04 1.42 ind:pre:3p; -encadrer encadrer VER 2.51 24.26 1.45 2.43 inf; -encadrera encadrer VER 2.51 24.26 0.00 0.07 ind:fut:3s; -encadrerai encadrer VER 2.51 24.26 0.02 0.00 ind:fut:1s; -encadreraient encadrer VER 2.51 24.26 0.01 0.07 cnd:pre:3p; -encadrerait encadrer VER 2.51 24.26 0.00 0.20 cnd:pre:3s; -encadreront encadrer VER 2.51 24.26 0.01 0.07 ind:fut:3p; -encadreur encadreur NOM m s 0.16 0.34 0.16 0.34 -encadrez encadrer VER 2.51 24.26 0.03 0.00 imp:pre:2p; -encadrions encadrer VER 2.51 24.26 0.00 0.07 ind:imp:1p; -encadrèrent encadrer VER 2.51 24.26 0.00 0.47 ind:pas:3p; -encadré encadrer VER m s 2.51 24.26 0.24 5.27 par:pas; -encadrée encadrer VER f s 2.51 24.26 0.23 3.51 par:pas; -encadrées encadrer VER f p 2.51 24.26 0.04 1.55 par:pas; -encadrés encadrer VER m p 2.51 24.26 0.16 1.76 par:pas; -encagent encager VER 0.13 0.54 0.00 0.07 ind:pre:3p; -encager encager VER 0.13 0.54 0.00 0.14 inf; -encagez encager VER 0.13 0.54 0.02 0.00 imp:pre:2p; -encagoulées encagoulé ADJ f p 0.01 0.07 0.00 0.07 -encagoulés encagoulé NOM m p 0.14 0.00 0.14 0.00 -encagé encager VER m s 0.13 0.54 0.11 0.07 par:pas; -encagée encager VER f s 0.13 0.54 0.00 0.20 par:pas; -encagés encagé ADJ m p 0.02 0.47 0.00 0.27 -encaissa encaisser VER 10.35 10.27 0.00 0.41 ind:pas:3s; -encaissable encaissable ADJ s 0.01 0.00 0.01 0.00 -encaissai encaisser VER 10.35 10.27 0.00 0.20 ind:pas:1s; -encaissaient encaisser VER 10.35 10.27 0.00 0.20 ind:imp:3p; -encaissais encaisser VER 10.35 10.27 0.14 0.41 ind:imp:1s; -encaissait encaisser VER 10.35 10.27 0.05 0.88 ind:imp:3s; -encaissant encaisser VER 10.35 10.27 0.03 0.20 par:pre; -encaisse encaisser VER 10.35 10.27 2.37 2.23 imp:pre:2s;ind:pre:1s;ind:pre:3s; -encaissement encaissement NOM m s 0.51 0.20 0.35 0.14 -encaissements encaissement NOM m p 0.51 0.20 0.16 0.07 -encaissent encaisser VER 10.35 10.27 0.24 0.07 ind:pre:3p; -encaisser encaisser VER 10.35 10.27 4.84 3.78 inf; -encaissera encaisser VER 10.35 10.27 0.17 0.00 ind:fut:3s; -encaisserai encaisser VER 10.35 10.27 0.08 0.07 ind:fut:1s; -encaisserais encaisser VER 10.35 10.27 0.02 0.07 cnd:pre:1s;cnd:pre:2s; -encaisserait encaisser VER 10.35 10.27 0.01 0.07 cnd:pre:3s; -encaisserez encaisser VER 10.35 10.27 0.12 0.00 ind:fut:2p; -encaisseront encaisser VER 10.35 10.27 0.02 0.00 ind:fut:3p; -encaisses encaisser VER 10.35 10.27 0.14 0.14 ind:pre:2s; -encaisseur encaisseur NOM m s 0.69 0.61 0.67 0.47 -encaisseurs encaisseur NOM m p 0.69 0.61 0.03 0.14 -encaissez encaisser VER 10.35 10.27 0.37 0.00 imp:pre:2p;ind:pre:2p; -encaissons encaisser VER 10.35 10.27 0.01 0.00 ind:pre:1p; -encaissât encaisser VER 10.35 10.27 0.00 0.07 sub:imp:3s; -encaissé encaisser VER m s 10.35 10.27 1.47 0.74 par:pas; -encaissée encaisser VER f s 10.35 10.27 0.03 0.34 par:pas; -encaissées encaisser VER f p 10.35 10.27 0.01 0.34 par:pas; -encaissés encaisser VER m p 10.35 10.27 0.23 0.07 par:pas; -encalminé encalminé ADJ m s 0.00 0.20 0.00 0.07 -encalminés encalminé ADJ m p 0.00 0.20 0.00 0.14 -encanaillais encanailler VER 0.35 1.28 0.01 0.00 ind:imp:2s; -encanaillait encanailler VER 0.35 1.28 0.01 0.20 ind:imp:3s; -encanaille encanailler VER 0.35 1.28 0.18 0.27 imp:pre:2s;ind:pre:1s;ind:pre:3s; -encanaillement encanaillement NOM m s 0.00 0.07 0.00 0.07 -encanaillent encanailler VER 0.35 1.28 0.03 0.00 ind:pre:3p; -encanailler encanailler VER 0.35 1.28 0.13 0.61 inf; -encanaillé encanailler VER m s 0.35 1.28 0.00 0.20 par:pas; -encapsuler encapsuler VER 0.04 0.00 0.01 0.00 inf; -encapsulé encapsuler VER m s 0.04 0.00 0.03 0.00 par:pas; -encapuchonna encapuchonner VER 0.00 1.08 0.00 0.14 ind:pas:3s; -encapuchonnait encapuchonner VER 0.00 1.08 0.00 0.14 ind:imp:3s; -encapuchonnant encapuchonner VER 0.00 1.08 0.00 0.07 par:pre; -encapuchonne encapuchonner VER 0.00 1.08 0.00 0.20 ind:pre:3s; -encapuchonné encapuchonner VER m s 0.00 1.08 0.00 0.14 par:pas; -encapuchonnée encapuchonné ADJ f s 0.13 0.68 0.03 0.14 -encapuchonnées encapuchonner VER f p 0.00 1.08 0.00 0.07 par:pas; -encapuchonnés encapuchonné ADJ m p 0.13 0.68 0.10 0.41 -encaqués encaquer VER m p 0.00 0.14 0.00 0.14 par:pas; -encart encart NOM m s 0.09 0.34 0.05 0.27 -encartage encartage NOM m s 0.00 0.07 0.00 0.07 -encartait encarter VER 0.14 0.68 0.00 0.07 ind:imp:3s; -encarter encarter VER 0.14 0.68 0.14 0.07 inf; -encarts encart NOM m p 0.09 0.34 0.04 0.07 -encarté encarter VER m s 0.14 0.68 0.00 0.27 par:pas; -encartées encarter VER f p 0.14 0.68 0.00 0.14 par:pas; -encartés encarter VER m p 0.14 0.68 0.00 0.14 par:pas; -encas encas NOM m 0.40 0.14 0.40 0.14 -encaserner encaserner VER 0.00 0.07 0.00 0.07 inf; -encastelé encasteler VER m s 0.00 0.07 0.00 0.07 par:pas; -encastra encastrer VER 0.35 5.07 0.00 0.27 ind:pas:3s; -encastraient encastrer VER 0.35 5.07 0.00 0.14 ind:imp:3p; -encastrait encastrer VER 0.35 5.07 0.00 0.20 ind:imp:3s; -encastrant encastrer VER 0.35 5.07 0.01 0.07 par:pre; -encastre encastrer VER 0.35 5.07 0.06 0.27 ind:pre:1s;ind:pre:3s; -encastrement encastrement NOM m s 0.01 0.00 0.01 0.00 -encastrent encastrer VER 0.35 5.07 0.01 0.00 ind:pre:3p; -encastrer encastrer VER 0.35 5.07 0.03 0.47 inf; -encastré encastrer VER m s 0.35 5.07 0.13 1.28 par:pas; -encastrée encastrer VER f s 0.35 5.07 0.04 1.22 par:pas; -encastrées encastrer VER f p 0.35 5.07 0.02 0.34 par:pas; -encastrés encastrer VER m p 0.35 5.07 0.04 0.81 par:pas; -encaustiquait encaustiquer VER 0.03 0.20 0.00 0.07 ind:imp:3s; -encaustique encaustique NOM f s 0.04 2.64 0.04 2.64 -encaustiquer encaustiquer VER 0.03 0.20 0.02 0.14 inf; -encaustiqué encaustiqué ADJ m s 0.00 0.27 0.00 0.14 -encaustiquée encaustiqué ADJ f s 0.00 0.27 0.00 0.14 -encaver encaver VER 0.00 0.14 0.00 0.07 inf; -encavée encaver VER f s 0.00 0.14 0.00 0.07 par:pas; -enceint enceindre VER m s 0.32 0.41 0.32 0.34 ind:pre:3s;par:pas; -enceinte enceinte ADJ f s 48.60 12.43 46.41 11.08 -enceinter enceinter VER 0.01 0.00 0.01 0.00 inf; -enceintes enceinte ADJ f p 48.60 12.43 2.19 1.35 -enceints enceindre VER m p 0.32 0.41 0.00 0.07 par:pas; -encellulement encellulement NOM m s 0.00 0.07 0.00 0.07 -encellulée encelluler VER f s 0.00 0.20 0.00 0.14 par:pas; -encellulées encelluler VER f p 0.00 0.20 0.00 0.07 par:pas; -encens encens NOM m 2.44 7.91 2.44 7.91 -encensaient encenser VER 0.33 1.22 0.00 0.20 ind:imp:3p; -encensait encenser VER 0.33 1.22 0.01 0.14 ind:imp:3s; -encensant encenser VER 0.33 1.22 0.00 0.07 par:pre; -encense encenser VER 0.33 1.22 0.20 0.27 ind:pre:1s;ind:pre:3s; -encensement encensement NOM m s 0.01 0.00 0.01 0.00 -encenser encenser VER 0.33 1.22 0.04 0.34 inf; -encensoir encensoir NOM m s 0.14 1.01 0.04 0.68 -encensoirs encensoir NOM m p 0.14 1.01 0.10 0.34 -encensé encenser VER m s 0.33 1.22 0.08 0.14 par:pas; -encensés encenser VER m p 0.33 1.22 0.00 0.07 par:pas; -encercla encercler VER 8.62 7.50 0.01 0.14 ind:pas:3s; -encerclaient encercler VER 8.62 7.50 0.04 1.08 ind:imp:3p; -encerclais encercler VER 8.62 7.50 0.01 0.00 ind:imp:2s; -encerclait encercler VER 8.62 7.50 0.02 0.61 ind:imp:3s; -encerclant encercler VER 8.62 7.50 0.13 0.41 par:pre; -encercle encercler VER 8.62 7.50 0.73 0.68 imp:pre:2s;ind:pre:1s;ind:pre:3s; -encerclement encerclement NOM m s 0.03 0.88 0.03 0.88 -encerclent encercler VER 8.62 7.50 0.80 0.61 ind:pre:3p; -encercler encercler VER 8.62 7.50 0.85 0.54 inf; -encerclera encercler VER 8.62 7.50 0.16 0.00 ind:fut:3s; -encercleraient encercler VER 8.62 7.50 0.00 0.07 cnd:pre:3p; -encerclez encercler VER 8.62 7.50 1.00 0.00 imp:pre:2p;ind:pre:2p; -encerclons encercler VER 8.62 7.50 0.04 0.00 imp:pre:1p;ind:pre:1p; -encerclèrent encercler VER 8.62 7.50 0.01 0.07 ind:pas:3p; -encerclé encercler VER m s 8.62 7.50 2.06 2.03 par:pas; -encerclée encercler VER f s 8.62 7.50 0.62 0.41 par:pas; -encerclées encercler VER f p 8.62 7.50 0.06 0.20 par:pas; -encerclés encercler VER m p 8.62 7.50 2.06 0.68 par:pas; -enchaîna enchaîner VER 7.58 21.76 0.05 3.99 ind:pas:3s; -enchaînai enchaîner VER 7.58 21.76 0.00 0.14 ind:pas:1s; -enchaînaient enchaîner VER 7.58 21.76 0.03 0.68 ind:imp:3p; -enchaînais enchaîner VER 7.58 21.76 0.14 0.07 ind:imp:1s; -enchaînait enchaîner VER 7.58 21.76 0.04 2.23 ind:imp:3s; -enchaînant enchaîner VER 7.58 21.76 0.01 0.68 par:pre; -enchaîne enchaîner VER 7.58 21.76 0.93 3.51 imp:pre:2s;ind:pre:1s;ind:pre:3s; -enchaînement enchaînement NOM m s 1.22 4.59 0.89 3.72 -enchaînements enchaînement NOM m p 1.22 4.59 0.33 0.88 -enchaînent enchaîner VER 7.58 21.76 0.41 1.01 ind:pre:3p; -enchaîner enchaîner VER 7.58 21.76 1.46 2.43 inf; -enchaînera enchaîner VER 7.58 21.76 0.01 0.07 ind:fut:3s; -enchaîneraient enchaîner VER 7.58 21.76 0.01 0.00 cnd:pre:3p; -enchaînerait enchaîner VER 7.58 21.76 0.02 0.07 cnd:pre:3s; -enchaîneras enchaîner VER 7.58 21.76 0.01 0.00 ind:fut:2s; -enchaînerez enchaîner VER 7.58 21.76 0.01 0.00 ind:fut:2p; -enchaînerons enchaîner VER 7.58 21.76 0.00 0.07 ind:fut:1p; -enchaînez enchaîner VER 7.58 21.76 0.40 0.00 imp:pre:2p;ind:pre:2p; -enchaînons enchaîner VER 7.58 21.76 0.16 0.27 imp:pre:1p;ind:pre:1p; -enchaînèrent enchaîner VER 7.58 21.76 0.01 0.20 ind:pas:3p; -enchaîné enchaîner VER m s 7.58 21.76 2.39 4.32 par:pas; -enchaînée enchaîner VER f s 7.58 21.76 0.47 0.41 par:pas; -enchaînées enchaîner VER f p 7.58 21.76 0.50 0.47 par:pas; -enchaînés enchaîner VER m p 7.58 21.76 0.53 1.15 par:pas; -enchanta enchanter VER 15.57 22.43 0.10 1.55 ind:pas:3s; -enchantaient enchanter VER 15.57 22.43 0.12 1.22 ind:imp:3p; -enchantais enchanter VER 15.57 22.43 0.00 0.27 ind:imp:1s; -enchantait enchanter VER 15.57 22.43 0.61 3.65 ind:imp:3s; -enchantant enchanter VER 15.57 22.43 0.03 0.20 par:pre; -enchante enchanter VER 15.57 22.43 4.25 2.64 imp:pre:2s;ind:pre:1s;ind:pre:3s; -enchantement enchantement NOM m s 1.53 7.70 1.46 6.82 -enchantements enchantement NOM m p 1.53 7.70 0.07 0.88 -enchantent enchanter VER 15.57 22.43 0.21 0.68 ind:pre:3p; -enchanter enchanter VER 15.57 22.43 0.56 1.62 inf; -enchantera enchanter VER 15.57 22.43 0.04 0.07 ind:fut:3s; -enchanteraient enchanter VER 15.57 22.43 0.00 0.07 cnd:pre:3p; -enchanterait enchanter VER 15.57 22.43 0.09 0.07 cnd:pre:3s; -enchanteresse enchanteur ADJ f s 1.88 2.64 0.55 0.47 -enchanteresses enchanteur ADJ f p 1.88 2.64 0.03 0.14 -enchanteront enchanter VER 15.57 22.43 0.00 0.07 ind:fut:3p; -enchantes enchanter VER 15.57 22.43 0.00 0.14 ind:pre:2s; -enchanteur enchanteur ADJ m s 1.88 2.64 1.25 1.22 -enchanteurs enchanteur NOM m p 1.22 1.49 0.10 0.14 -enchantez enchanter VER 15.57 22.43 0.02 0.00 ind:pre:2p; -enchantions enchanter VER 15.57 22.43 0.00 0.07 ind:imp:1p; -enchantèrent enchanter VER 15.57 22.43 0.00 0.27 ind:pas:3p; -enchanté enchanté ADJ m s 55.00 7.97 35.28 4.26 -enchantée enchanté ADJ f s 55.00 7.97 18.96 2.43 -enchantées enchanté ADJ f p 55.00 7.97 0.20 0.27 -enchantés enchanter VER m p 15.57 22.43 0.68 1.69 par:pas; -enchemisé enchemiser VER m s 0.00 0.07 0.00 0.07 par:pas; -enchevêtraient enchevêtrer VER 0.21 2.30 0.00 0.41 ind:imp:3p; -enchevêtrais enchevêtrer VER 0.21 2.30 0.00 0.07 ind:imp:1s; -enchevêtrant enchevêtrer VER 0.21 2.30 0.00 0.07 par:pre; -enchevêtre enchevêtrer VER 0.21 2.30 0.00 0.27 ind:pre:3s; -enchevêtrement enchevêtrement NOM m s 0.11 3.78 0.09 3.38 -enchevêtrements enchevêtrement NOM m p 0.11 3.78 0.01 0.41 -enchevêtrent enchevêtrer VER 0.21 2.30 0.02 0.34 ind:pre:3p; -enchevêtré enchevêtrer VER m s 0.21 2.30 0.02 0.00 par:pas; -enchevêtrée enchevêtrer VER f s 0.21 2.30 0.14 0.00 par:pas; -enchevêtrées enchevêtré ADJ f p 0.04 2.50 0.02 0.95 -enchevêtrés enchevêtrer VER m p 0.21 2.30 0.02 0.68 par:pas; -enchifrené enchifrener VER m s 0.00 0.07 0.00 0.07 par:pas; -enchâssaient enchâsser VER 0.07 1.89 0.00 0.07 ind:imp:3p; -enchâssait enchâsser VER 0.07 1.89 0.00 0.07 ind:imp:3s; -enchâssant enchâsser VER 0.07 1.89 0.01 0.14 par:pre; -enchâsse enchâsser VER 0.07 1.89 0.00 0.07 ind:pre:3s; -enchâsser enchâsser VER 0.07 1.89 0.00 0.14 inf; -enchâssé enchâsser VER m s 0.07 1.89 0.03 0.54 par:pas; -enchâssée enchâsser VER f s 0.07 1.89 0.02 0.47 par:pas; -enchâssés enchâsser VER m p 0.07 1.89 0.01 0.41 par:pas; -enchriste enchrister VER 0.14 0.47 0.00 0.07 ind:pre:3s; -enchrister enchrister VER 0.14 0.47 0.14 0.07 inf; -enchristé enchrister VER m s 0.14 0.47 0.00 0.27 par:pas; -enchristée enchrister VER f s 0.14 0.47 0.00 0.07 par:pas; -enchère enchère NOM f s 6.67 1.89 0.88 0.07 -enchères enchère NOM f p 6.67 1.89 5.79 1.82 -enchtiber enchtiber VER 0.00 0.47 0.00 0.14 inf; -enchtibé enchtiber VER m s 0.00 0.47 0.00 0.27 par:pas; -enchtibés enchtiber VER m p 0.00 0.47 0.00 0.07 par:pas; -enchéri enchérir VER m s 0.55 0.41 0.05 0.07 par:pas; -enchérir enchérir VER 0.55 0.41 0.37 0.14 inf; -enchérissant enchérir VER 0.55 0.41 0.00 0.07 par:pre; -enchérisse enchérir VER 0.55 0.41 0.09 0.00 sub:pre:1s;sub:pre:3s; -enchérisseur enchérisseur NOM m s 0.29 0.00 0.14 0.00 -enchérisseurs enchérisseur NOM m p 0.29 0.00 0.14 0.00 -enchérisseuse enchérisseur NOM f s 0.29 0.00 0.01 0.00 -enchérit enchérir VER 0.55 0.41 0.04 0.14 ind:pre:3s; -enclave enclave NOM f s 0.21 1.49 0.13 0.95 -enclaves enclave NOM f p 0.21 1.49 0.09 0.54 -enclavé enclavé ADJ m s 0.02 0.07 0.01 0.00 -enclavée enclavé ADJ f s 0.02 0.07 0.01 0.00 -enclavées enclavé ADJ f p 0.02 0.07 0.00 0.07 -enclencha enclencher VER 2.74 2.43 0.00 0.14 ind:pas:3s; -enclenchai enclencher VER 2.74 2.43 0.00 0.07 ind:pas:1s; -enclenchait enclencher VER 2.74 2.43 0.00 0.14 ind:imp:3s; -enclenchant enclencher VER 2.74 2.43 0.04 0.14 par:pre; -enclenche enclencher VER 2.74 2.43 0.93 0.68 imp:pre:2s;ind:pre:1s;ind:pre:3s; -enclenchement enclenchement NOM m s 0.06 0.07 0.06 0.07 -enclenchent enclencher VER 2.74 2.43 0.06 0.14 ind:pre:3p; -enclencher enclencher VER 2.74 2.43 0.46 0.47 inf; -enclenchera enclencher VER 2.74 2.43 0.04 0.00 ind:fut:3s; -enclenches enclencher VER 2.74 2.43 0.01 0.07 ind:pre:2s; -enclenchez enclencher VER 2.74 2.43 0.55 0.00 imp:pre:2p; -enclenché enclenché ADJ m s 1.06 0.27 0.80 0.07 -enclenchée enclenché ADJ f s 1.06 0.27 0.21 0.14 -enclenchées enclencher VER f p 2.74 2.43 0.03 0.00 par:pas; -enclenchés enclenché ADJ m p 1.06 0.27 0.04 0.07 -enclin enclin ADJ m s 2.33 5.07 1.61 2.77 -encline enclin ADJ f s 2.33 5.07 0.32 0.54 -enclines enclin ADJ f p 2.33 5.07 0.00 0.14 -enclins enclin ADJ m p 2.33 5.07 0.41 1.62 -encliqueter encliqueter VER 0.01 0.00 0.01 0.00 inf; -encloîtrer encloîtrer VER 0.00 0.07 0.00 0.07 inf; -encloqué encloquer VER m s 0.03 0.00 0.03 0.00 par:pas; -enclore enclore VER 0.00 1.28 0.00 0.14 inf; -enclos enclos NOM m 2.95 6.01 2.95 6.01 -enclose enclore VER f s 0.00 1.28 0.00 0.20 par:pas; -encloses enclore VER f p 0.00 1.28 0.00 0.41 par:pas; -enclosure enclosure NOM f s 0.01 0.07 0.01 0.07 -enclouer enclouer VER 0.00 0.07 0.00 0.07 inf; -enclume enclume NOM f s 0.82 5.20 0.49 5.14 -enclumes enclume NOM f p 0.82 5.20 0.33 0.07 -encoche encoche NOM f s 0.26 2.23 0.13 1.49 -encoches encoche NOM f p 0.26 2.23 0.13 0.74 -encoché encocher VER m s 0.00 0.07 0.00 0.07 par:pas; -encoconner encoconner VER 0.00 0.20 0.00 0.07 inf; -encoconnée encoconner VER f s 0.00 0.20 0.00 0.14 par:pas; -encodage encodage NOM m s 0.06 0.00 0.06 0.00 -encode encoder VER 1.08 0.00 0.03 0.00 ind:pre:1s;ind:pre:3s; -encoder encoder VER 1.08 0.00 0.06 0.00 inf; -encodeur encodeur NOM m s 0.06 0.00 0.06 0.00 -encodé encoder VER m s 1.08 0.00 0.89 0.00 par:pas; -encodée encoder VER f s 1.08 0.00 0.05 0.00 par:pas; -encodés encoder VER m p 1.08 0.00 0.05 0.00 par:pas; -encoignure encoignure NOM f s 0.00 4.19 0.00 3.04 -encoignures encoignure NOM f p 0.00 4.19 0.00 1.15 -encollage encollage NOM m s 0.00 0.07 0.00 0.07 -encollait encoller VER 0.00 0.34 0.00 0.07 ind:imp:3s; -encoller encoller VER 0.00 0.34 0.00 0.07 inf; -encolleuses encolleur NOM f p 0.00 0.07 0.00 0.07 -encollé encoller VER m s 0.00 0.34 0.00 0.07 par:pas; -encollée encoller VER f s 0.00 0.34 0.00 0.07 par:pas; -encollées encoller VER f p 0.00 0.34 0.00 0.07 par:pas; -encolure encolure NOM f s 0.17 6.69 0.17 6.01 -encolures encolure NOM f p 0.17 6.69 0.00 0.68 -encolérée encoléré ADJ f s 0.00 0.14 0.00 0.07 -encolérés encoléré ADJ m p 0.00 0.14 0.00 0.07 -encombra encombrer VER 2.22 30.41 0.00 0.14 ind:pas:3s; -encombraient encombrer VER 2.22 30.41 0.02 3.24 ind:imp:3p; -encombrais encombrer VER 2.22 30.41 0.00 0.07 ind:imp:1s; -encombrait encombrer VER 2.22 30.41 0.14 2.30 ind:imp:3s; -encombrant encombrant ADJ m s 1.42 6.08 0.47 2.70 -encombrante encombrant ADJ f s 1.42 6.08 0.50 1.55 -encombrantes encombrant ADJ f p 1.42 6.08 0.01 0.47 -encombrants encombrant ADJ m p 1.42 6.08 0.45 1.35 -encombre encombre NOM m s 0.71 1.69 0.47 1.55 -encombrement encombrement NOM m s 0.23 3.72 0.05 2.23 -encombrements encombrement NOM m p 0.23 3.72 0.18 1.49 -encombrent encombrer VER 2.22 30.41 0.10 1.82 ind:pre:3p; -encombrer encombrer VER 2.22 30.41 0.47 3.65 inf; -encombrera encombrer VER 2.22 30.41 0.01 0.20 ind:fut:3s; -encombrerai encombrer VER 2.22 30.41 0.11 0.00 ind:fut:1s; -encombrerait encombrer VER 2.22 30.41 0.00 0.07 cnd:pre:3s; -encombres encombre NOM m p 0.71 1.69 0.25 0.14 -encombrez encombrer VER 2.22 30.41 0.08 0.07 imp:pre:2p;ind:pre:2p; -encombrèrent encombrer VER 2.22 30.41 0.00 0.07 ind:pas:3p; -encombré encombrer VER m s 2.22 30.41 0.35 5.34 par:pas; -encombrée encombrer VER f s 2.22 30.41 0.17 6.49 par:pas; -encombrées encombrer VER f p 2.22 30.41 0.09 2.50 par:pas; -encombrés encombrer VER m p 2.22 30.41 0.17 2.09 par:pas; -encor encor ADV 0.42 0.27 0.42 0.27 -encorbellement encorbellement NOM m s 0.02 1.01 0.01 0.68 -encorbellements encorbellement NOM m p 0.02 1.01 0.01 0.34 -encorder encorder VER 0.11 0.47 0.10 0.20 inf; -encordé encorder VER m s 0.11 0.47 0.01 0.07 par:pas; -encordée encorder VER f s 0.11 0.47 0.00 0.07 par:pas; -encordés encorder VER m p 0.11 0.47 0.00 0.14 par:pas; -encore encore ADV 1176.94 1579.05 1176.94 1579.05 -encornaient encorner VER 0.20 0.07 0.00 0.07 ind:imp:3p; -encorner encorner VER 0.20 0.07 0.20 0.00 inf; -encornet encornet NOM m s 0.15 0.07 0.14 0.00 -encornets encornet NOM m p 0.15 0.07 0.01 0.07 -encorné encorné ADJ m s 0.00 0.27 0.00 0.07 -encornée encorné ADJ f s 0.00 0.27 0.00 0.07 -encornés encorné ADJ m p 0.00 0.27 0.00 0.14 -encotonne encotonner VER 0.00 0.14 0.00 0.07 sub:pre:3s; -encotonner encotonner VER 0.00 0.14 0.00 0.07 inf; -encourage encourager VER 15.24 27.57 3.99 3.31 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -encouragea encourager VER 15.24 27.57 0.02 1.08 ind:pas:3s; -encourageai encourager VER 15.24 27.57 0.00 0.47 ind:pas:1s; -encourageaient encourager VER 15.24 27.57 0.25 1.08 ind:imp:3p; -encourageais encourager VER 15.24 27.57 0.14 0.68 ind:imp:1s;ind:imp:2s; -encourageait encourager VER 15.24 27.57 0.44 3.58 ind:imp:3s; -encourageant encourageant ADJ m s 1.49 3.31 1.05 1.89 -encourageante encourageant ADJ f s 1.49 3.31 0.14 0.61 -encourageantes encourageant ADJ f p 1.49 3.31 0.07 0.54 -encourageants encourageant ADJ m p 1.49 3.31 0.24 0.27 -encourageas encourager VER 15.24 27.57 0.00 0.07 ind:pas:2s; -encouragement encouragement NOM m s 2.18 6.42 1.00 3.65 -encouragements encouragement NOM m p 2.18 6.42 1.18 2.77 -encouragent encourager VER 15.24 27.57 0.82 0.34 ind:pre:3p; -encourageons encourager VER 15.24 27.57 0.42 0.07 imp:pre:1p;ind:pre:1p; -encourageât encourager VER 15.24 27.57 0.00 0.14 sub:imp:3s; -encourager encourager VER 15.24 27.57 4.42 7.03 inf; -encouragera encourager VER 15.24 27.57 0.11 0.07 ind:fut:3s; -encouragerai encourager VER 15.24 27.57 0.09 0.14 ind:fut:1s; -encouragerais encourager VER 15.24 27.57 0.10 0.07 cnd:pre:1s;cnd:pre:2s; -encouragerait encourager VER 15.24 27.57 0.08 0.07 cnd:pre:3s; -encourageras encourager VER 15.24 27.57 0.03 0.00 ind:fut:2s; -encourages encourager VER 15.24 27.57 0.52 0.20 ind:pre:2s; -encouragez encourager VER 15.24 27.57 0.57 0.14 imp:pre:2p;ind:pre:2p; -encouragiez encourager VER 15.24 27.57 0.05 0.07 ind:imp:2p; -encouragèrent encourager VER 15.24 27.57 0.01 0.20 ind:pas:3p; -encouragé encourager VER m s 15.24 27.57 1.79 4.32 par:pas; -encouragée encourager VER f s 15.24 27.57 0.73 1.35 par:pas; -encouragées encourager VER f p 15.24 27.57 0.04 0.20 par:pas; -encouragés encourager VER m p 15.24 27.57 0.23 1.22 par:pas; -encouraient encourir VER 1.10 2.30 0.03 0.14 ind:imp:3p; -encourais encourir VER 1.10 2.30 0.03 0.00 ind:imp:1s;ind:imp:2s; -encourait encourir VER 1.10 2.30 0.01 0.34 ind:imp:3s; -encourant encourir VER 1.10 2.30 0.01 0.07 par:pre; -encourent encourir VER 1.10 2.30 0.05 0.07 ind:pre:3p; -encourir encourir VER 1.10 2.30 0.10 0.81 inf; -encourrait encourir VER 1.10 2.30 0.02 0.07 cnd:pre:3s; -encours encourir VER 1.10 2.30 0.04 0.00 ind:pre:1s; -encourt encourir VER 1.10 2.30 0.23 0.14 ind:pre:3s; -encouru encourir VER m s 1.10 2.30 0.24 0.20 par:pas; -encourue encourir VER f s 1.10 2.30 0.13 0.07 par:pas; -encourues encourir VER f p 1.10 2.30 0.04 0.20 par:pas; -encourus encourir VER m p 1.10 2.30 0.16 0.20 par:pas; -encrage encrage NOM m s 0.02 0.07 0.02 0.07 -encrait encrer VER 0.10 0.61 0.00 0.07 ind:imp:3s; -encrassait encrasser VER 0.34 0.68 0.00 0.07 ind:imp:3s; -encrasse encrasser VER 0.34 0.68 0.14 0.07 ind:pre:3s; -encrassent encrasser VER 0.34 0.68 0.00 0.07 ind:pre:3p; -encrasser encrasser VER 0.34 0.68 0.01 0.14 inf; -encrassé encrasser VER m s 0.34 0.68 0.05 0.14 par:pas; -encrassée encrasser VER f s 0.34 0.68 0.11 0.14 par:pas; -encrassées encrassé ADJ f p 0.02 0.27 0.01 0.07 -encrassés encrasser VER m p 0.34 0.68 0.02 0.07 par:pas; -encre encre NOM f s 6.81 29.53 6.49 28.65 -encrer encrer VER 0.10 0.61 0.02 0.00 inf; -encres encre NOM f p 6.81 29.53 0.32 0.88 -encreur encreur ADJ m s 0.07 0.07 0.07 0.00 -encreurs encreur ADJ m p 0.07 0.07 0.00 0.07 -encrier encrier NOM m s 0.45 4.26 0.43 3.51 -encriers encrier NOM m p 0.45 4.26 0.02 0.74 -encroûtaient encroûter VER 0.18 0.95 0.00 0.07 ind:imp:3p; -encroûte encroûter VER 0.18 0.95 0.02 0.00 ind:pre:1s; -encroûtement encroûtement NOM m s 0.01 0.00 0.01 0.00 -encroûter encroûter VER 0.18 0.95 0.15 0.07 inf; -encroûtèrent encroûter VER 0.18 0.95 0.00 0.07 ind:pas:3p; -encroûté encroûter VER m s 0.18 0.95 0.01 0.07 par:pas; -encroûtée encroûter VER f s 0.18 0.95 0.00 0.14 par:pas; -encroûtées encroûter VER f p 0.18 0.95 0.00 0.27 par:pas; -encroûtés encroûté NOM m p 0.01 0.14 0.01 0.07 -encrotté encrotter VER m s 0.00 0.07 0.00 0.07 par:pas; -encré encrer VER m s 0.10 0.61 0.01 0.07 par:pas; -encrée encrer VER f s 0.10 0.61 0.00 0.07 par:pas; -encrés encrer VER m p 0.10 0.61 0.05 0.20 par:pas; -encryptage encryptage NOM m s 0.03 0.00 0.03 0.00 -encrypté encrypter VER m s 0.02 0.00 0.02 0.00 par:pas; -enculade enculade NOM f s 0.33 0.14 0.20 0.07 -enculades enculade NOM f p 0.33 0.14 0.14 0.07 -enculage enculage NOM m s 0.06 0.07 0.06 0.07 -enculant enculer VER 15.43 5.27 0.13 0.00 par:pre; -encule enculer VER 15.43 5.27 2.36 1.28 imp:pre:2s;ind:pre:1s;ind:pre:3s; -enculent enculer VER 15.43 5.27 0.09 0.34 ind:pre:3p; -enculer enculer VER 15.43 5.27 5.88 1.89 inf; -enculera enculer VER 15.43 5.27 0.01 0.00 ind:fut:3s; -enculerais enculer VER 15.43 5.27 0.01 0.07 cnd:pre:1s;cnd:pre:2s; -enculerait enculer VER 15.43 5.27 0.00 0.07 cnd:pre:3s; -enculerie enculerie NOM f s 0.01 0.47 0.00 0.27 -enculeries enculerie NOM f p 0.01 0.47 0.01 0.20 -encules enculer VER 15.43 5.27 0.29 0.14 ind:pre:2s; -enculeur enculeur NOM m s 0.54 0.68 0.35 0.54 -enculeurs enculeur NOM m p 0.54 0.68 0.18 0.14 -enculé enculé ADJ m s 31.77 4.73 22.73 3.45 -enculée enculer VER f s 15.43 5.27 0.20 0.20 par:pas; -enculées enculé ADJ f p 31.77 4.73 0.23 0.00 -enculés enculé ADJ m p 31.77 4.73 8.78 1.22 -encéphale encéphale NOM m s 0.01 0.07 0.01 0.07 -encéphalique encéphalique ADJ s 0.04 0.14 0.04 0.00 -encéphaliques encéphalique ADJ p 0.04 0.14 0.00 0.14 -encéphalite encéphalite NOM f s 0.48 0.07 0.48 0.07 -encéphalogramme encéphalogramme NOM m s 0.58 0.20 0.58 0.20 -encéphalographie encéphalographie NOM f s 0.02 0.07 0.02 0.07 -encéphalopathie encéphalopathie NOM f s 0.05 0.00 0.05 0.00 -encyclique encyclique NOM f s 0.04 0.27 0.04 0.20 -encycliques encyclique NOM f p 0.04 0.27 0.00 0.07 -encyclopédie encyclopédie NOM f s 1.99 2.64 1.14 1.28 -encyclopédies encyclopédie NOM f p 1.99 2.64 0.85 1.35 -encyclopédique encyclopédique ADJ s 0.12 0.74 0.12 0.61 -encyclopédiques encyclopédique ADJ f p 0.12 0.74 0.00 0.14 -encyclopédistes encyclopédiste NOM p 0.00 0.14 0.00 0.14 -endettait endetter VER 1.41 1.01 0.01 0.07 ind:imp:3s; -endettant endetter VER 1.41 1.01 0.00 0.07 par:pre; -endette endetter VER 1.41 1.01 0.02 0.14 ind:pre:3s; -endettement endettement NOM m s 0.09 0.07 0.09 0.07 -endetter endetter VER 1.41 1.01 0.18 0.27 inf; -endettez endetter VER 1.41 1.01 0.14 0.00 imp:pre:2p;ind:pre:2p; -endetté endetter VER m s 1.41 1.01 0.79 0.34 par:pas; -endettée endetté ADJ f s 0.45 0.20 0.23 0.07 -endettées endetter VER f p 1.41 1.01 0.01 0.00 par:pas; -endettés endetter VER m p 1.41 1.01 0.14 0.00 par:pas; -endeuille endeuiller VER 0.19 0.81 0.00 0.14 ind:pre:3s; -endeuillent endeuiller VER 0.19 0.81 0.01 0.00 ind:pre:3p; -endeuiller endeuiller VER 0.19 0.81 0.01 0.14 inf; -endeuillerai endeuiller VER 0.19 0.81 0.14 0.00 ind:fut:1s; -endeuillé endeuillé ADJ m s 0.20 1.35 0.11 0.20 -endeuillée endeuillé ADJ f s 0.20 1.35 0.06 0.61 -endeuillées endeuillé ADJ f p 0.20 1.35 0.01 0.20 -endeuillés endeuillé ADJ m p 0.20 1.35 0.02 0.34 -endiable endiabler VER 0.03 0.47 0.00 0.14 ind:pre:3s; -endiablent endiabler VER 0.03 0.47 0.00 0.07 ind:pre:3p; -endiablerez endiabler VER 0.03 0.47 0.00 0.07 ind:fut:2p; -endiablé endiablé ADJ m s 0.43 1.22 0.17 0.34 -endiablée endiablé ADJ f s 0.43 1.22 0.19 0.61 -endiablées endiablé ADJ f p 0.43 1.22 0.06 0.20 -endiablés endiablé ADJ m p 0.43 1.22 0.01 0.07 -endiamanté endiamanté ADJ m s 0.01 0.61 0.00 0.14 -endiamantée endiamanté ADJ f s 0.01 0.61 0.01 0.20 -endiamantées endiamanté ADJ f p 0.01 0.61 0.00 0.20 -endiamantés endiamanté ADJ m p 0.01 0.61 0.00 0.07 -endigua endiguer VER 0.56 1.82 0.00 0.14 ind:pas:3s; -endiguait endiguer VER 0.56 1.82 0.00 0.07 ind:imp:3s; -endigue endiguer VER 0.56 1.82 0.03 0.00 ind:pre:3s; -endiguement endiguement NOM m s 0.11 0.00 0.11 0.00 -endiguer endiguer VER 0.56 1.82 0.40 1.35 inf; -endiguera endiguer VER 0.56 1.82 0.01 0.00 ind:fut:3s; -endigué endiguer VER m s 0.56 1.82 0.10 0.07 par:pas; -endiguée endiguer VER f s 0.56 1.82 0.01 0.20 par:pas; -endigués endiguer VER m p 0.56 1.82 0.01 0.00 par:pas; -endimanchait endimancher VER 0.04 1.08 0.00 0.07 ind:imp:3s; -endimanchement endimanchement NOM m s 0.00 0.07 0.00 0.07 -endimancher endimancher VER 0.04 1.08 0.00 0.14 inf; -endimanché endimanché ADJ m s 0.21 3.18 0.06 0.61 -endimanchée endimanché ADJ f s 0.21 3.18 0.04 0.54 -endimanchées endimanché ADJ f p 0.21 3.18 0.00 0.74 -endimanchés endimanché ADJ m p 0.21 3.18 0.11 1.28 -endive endive NOM f s 0.87 0.95 0.03 0.14 -endives endive NOM f p 0.87 0.95 0.84 0.81 -endivisionnés endivisionner VER m p 0.00 0.07 0.00 0.07 par:pas; -endocarde endocarde NOM m s 0.01 0.00 0.01 0.00 -endocardite endocardite NOM f s 0.14 0.00 0.14 0.00 -endocrine endocrine ADJ f s 0.02 0.20 0.01 0.07 -endocrines endocrine ADJ f p 0.02 0.20 0.01 0.14 -endocrinien endocrinien ADJ m s 0.04 0.07 0.01 0.00 -endocrinienne endocrinien ADJ f s 0.04 0.07 0.02 0.00 -endocriniens endocrinien ADJ m p 0.04 0.07 0.01 0.07 -endocrinologie endocrinologie NOM f s 0.07 0.27 0.07 0.27 -endocrinologiste endocrinologiste NOM s 0.01 0.00 0.01 0.00 -endocrinologue endocrinologue NOM s 0.04 0.07 0.04 0.07 -endoctrina endoctriner VER 0.20 0.34 0.00 0.07 ind:pas:3s; -endoctrinement endoctrinement NOM m s 0.13 0.27 0.13 0.27 -endoctriner endoctriner VER 0.20 0.34 0.04 0.14 inf; -endoctriné endoctriner VER m s 0.20 0.34 0.01 0.07 par:pas; -endoctrinée endoctriner VER f s 0.20 0.34 0.11 0.07 par:pas; -endoctrinés endoctriner VER m p 0.20 0.34 0.05 0.00 par:pas; -endogamie endogamie NOM f s 0.02 0.34 0.02 0.34 -endogène endogène ADJ f s 0.03 0.14 0.03 0.14 -endolori endolori ADJ m s 0.50 1.28 0.29 0.27 -endolorie endolorir VER f s 0.16 0.74 0.10 0.20 par:pas; -endolories endolori ADJ f p 0.50 1.28 0.01 0.20 -endolorir endolorir VER 0.16 0.74 0.00 0.07 inf; -endoloris endolori ADJ m p 0.50 1.28 0.16 0.20 -endolorissement endolorissement NOM m s 0.03 0.20 0.03 0.20 -endommagea endommager VER 5.28 1.82 0.00 0.07 ind:pas:3s; -endommageant endommager VER 5.28 1.82 0.06 0.07 par:pre; -endommagement endommagement NOM m s 0.02 0.00 0.01 0.00 -endommagements endommagement NOM m p 0.02 0.00 0.01 0.00 -endommager endommager VER 5.28 1.82 1.23 0.47 inf; -endommagera endommager VER 5.28 1.82 0.07 0.00 ind:fut:3s; -endommagerait endommager VER 5.28 1.82 0.03 0.00 cnd:pre:3s; -endommagerez endommager VER 5.28 1.82 0.03 0.00 ind:fut:2p; -endommagez endommager VER 5.28 1.82 0.15 0.00 imp:pre:2p;ind:pre:2p; -endommagé endommager VER m s 5.28 1.82 2.40 0.88 par:pas; -endommagée endommager VER f s 5.28 1.82 0.69 0.14 par:pas; -endommagées endommager VER f p 5.28 1.82 0.14 0.07 par:pas; -endommagés endommager VER m p 5.28 1.82 0.49 0.14 par:pas; -endomorphe endomorphe ADJ s 0.01 0.00 0.01 0.00 -endomorphine endomorphine NOM f s 0.01 0.00 0.01 0.00 -endométriose endométriose NOM f s 0.04 0.00 0.04 0.00 -endométrite endométrite NOM f s 0.01 0.00 0.01 0.00 -endoplasmique endoplasmique ADJ m s 0.03 0.00 0.03 0.00 -endormîmes endormir VER 48.19 73.18 0.00 0.20 ind:pas:1p; -endormît endormir VER 48.19 73.18 0.00 0.07 sub:imp:3s; -endormaient endormir VER 48.19 73.18 0.14 1.55 ind:imp:3p; -endormais endormir VER 48.19 73.18 0.42 1.96 ind:imp:1s;ind:imp:2s; -endormait endormir VER 48.19 73.18 0.50 5.81 ind:imp:3s; -endormant endormir VER 48.19 73.18 0.35 1.35 par:pre; -endormante endormant ADJ f s 0.04 0.14 0.01 0.07 -endorme endormir VER 48.19 73.18 1.30 0.95 sub:pre:1s;sub:pre:3s; -endorment endormir VER 48.19 73.18 0.98 1.28 ind:pre:3p; -endormes endormir VER 48.19 73.18 0.22 0.07 sub:pre:2s; -endormeur endormeur NOM m s 0.02 0.20 0.02 0.14 -endormeurs endormeur NOM m p 0.02 0.20 0.00 0.07 -endormez endormir VER 48.19 73.18 0.73 0.20 imp:pre:2p;ind:pre:2p; -endormi endormir VER m s 48.19 73.18 12.83 11.22 par:pas; -endormie endormi ADJ f s 13.43 32.30 8.84 16.96 -endormies endormi ADJ f p 13.43 32.30 0.37 2.70 -endormions endormir VER 48.19 73.18 0.16 0.20 ind:imp:1p; -endormir endormir VER 48.19 73.18 15.36 24.39 inf; -endormira endormir VER 48.19 73.18 0.94 0.27 ind:fut:3s; -endormirai endormir VER 48.19 73.18 0.47 0.20 ind:fut:1s; -endormiraient endormir VER 48.19 73.18 0.00 0.14 cnd:pre:3p; -endormirais endormir VER 48.19 73.18 0.19 0.07 cnd:pre:1s;cnd:pre:2s; -endormirait endormir VER 48.19 73.18 0.02 0.47 cnd:pre:3s; -endormirent endormir VER 48.19 73.18 0.02 0.27 ind:pas:3p; -endormirez endormir VER 48.19 73.18 0.04 0.07 ind:fut:2p; -endormirions endormir VER 48.19 73.18 0.01 0.00 cnd:pre:1p; -endormiront endormir VER 48.19 73.18 0.06 0.14 ind:fut:3p; -endormis endormi ADJ m p 13.43 32.30 1.27 4.05 -endormisse endormir VER 48.19 73.18 0.00 0.07 sub:imp:1s; -endormissement endormissement NOM m s 0.04 0.07 0.04 0.00 -endormissements endormissement NOM m p 0.04 0.07 0.00 0.07 -endormit endormir VER 48.19 73.18 0.20 7.77 ind:pas:3s; -endormons endormir VER 48.19 73.18 0.29 0.27 imp:pre:1p;ind:pre:1p; -endorphine endorphine NOM f s 1.33 0.07 0.29 0.00 -endorphines endorphine NOM f p 1.33 0.07 1.04 0.07 -endors endormir VER 48.19 73.18 6.08 3.85 imp:pre:2s;ind:pre:1s;ind:pre:2s; -endort endormir VER 48.19 73.18 5.67 5.34 ind:pre:3s; -endoscope endoscope NOM m s 0.15 0.00 0.15 0.00 -endoscopie endoscopie NOM f s 0.25 0.07 0.25 0.07 -endoscopique endoscopique ADJ s 0.01 0.00 0.01 0.00 -endosquelette endosquelette NOM m s 0.01 0.00 0.01 0.00 -endossa endosser VER 2.29 5.68 0.00 0.34 ind:pas:3s; -endossables endossable ADJ m p 0.01 0.00 0.01 0.00 -endossai endosser VER 2.29 5.68 0.01 0.07 ind:pas:1s; -endossaient endosser VER 2.29 5.68 0.00 0.07 ind:imp:3p; -endossais endosser VER 2.29 5.68 0.01 0.07 ind:imp:1s; -endossait endosser VER 2.29 5.68 0.01 0.34 ind:imp:3s; -endossant endosser VER 2.29 5.68 0.12 0.27 par:pre; -endosse endosser VER 2.29 5.68 0.28 0.61 imp:pre:2s;ind:pre:1s;ind:pre:3s; -endossement endossement NOM m s 0.26 0.00 0.26 0.00 -endossent endosser VER 2.29 5.68 0.02 0.07 ind:pre:3p; -endosser endosser VER 2.29 5.68 1.13 2.36 inf; -endosserai endosser VER 2.29 5.68 0.04 0.00 ind:fut:1s; -endosserais endosser VER 2.29 5.68 0.00 0.07 cnd:pre:1s; -endosserait endosser VER 2.29 5.68 0.00 0.14 cnd:pre:3s; -endosseras endosser VER 2.29 5.68 0.01 0.00 ind:fut:2s; -endosses endosser VER 2.29 5.68 0.03 0.00 ind:pre:2s; -endosseur endosseur NOM m s 0.00 0.07 0.00 0.07 -endossez endosser VER 2.29 5.68 0.23 0.07 imp:pre:2p;ind:pre:2p; -endossiez endosser VER 2.29 5.68 0.01 0.07 ind:imp:2p; -endossât endosser VER 2.29 5.68 0.00 0.14 sub:imp:3s; -endossèrent endosser VER 2.29 5.68 0.00 0.14 ind:pas:3p; -endossé endosser VER m s 2.29 5.68 0.24 0.68 par:pas; -endossée endosser VER f s 2.29 5.68 0.10 0.14 par:pas; -endossées endosser VER f p 2.29 5.68 0.00 0.07 par:pas; -endossés endosser VER m p 2.29 5.68 0.05 0.00 par:pas; -endothermique endothermique ADJ f s 0.01 0.00 0.01 0.00 -endroit endroit NOM m s 218.24 137.57 196.75 108.65 -endroits endroit NOM m p 218.24 137.57 21.48 28.92 -enduira enduire VER 1.25 7.50 0.01 0.00 ind:fut:3s; -enduirais enduire VER 1.25 7.50 0.00 0.07 cnd:pre:1s; -enduirait enduire VER 1.25 7.50 0.00 0.07 cnd:pre:3s; -enduire enduire VER 1.25 7.50 0.18 1.35 inf; -enduis enduire VER 1.25 7.50 0.20 0.07 imp:pre:2s;ind:pre:1s;ind:pre:2s; -enduisaient enduire VER 1.25 7.50 0.00 0.27 ind:imp:3p; -enduisait enduire VER 1.25 7.50 0.00 0.61 ind:imp:3s; -enduisant enduire VER 1.25 7.50 0.00 0.27 par:pre; -enduisent enduire VER 1.25 7.50 0.12 0.20 ind:pre:3p; -enduisit enduire VER 1.25 7.50 0.00 0.34 ind:pas:3s; -enduisons enduire VER 1.25 7.50 0.11 0.00 imp:pre:1p;ind:pre:1p; -enduit enduire VER m s 1.25 7.50 0.49 1.42 ind:pre:3s;par:pas; -enduite enduire VER f s 1.25 7.50 0.07 1.15 par:pas; -enduites enduire VER f p 1.25 7.50 0.03 0.81 par:pas; -enduits enduire VER m p 1.25 7.50 0.04 0.88 par:pas; -endémique endémique ADJ s 0.11 1.01 0.11 0.88 -endémiques endémique ADJ f p 0.11 1.01 0.00 0.14 -endura endurer VER 9.67 7.57 0.00 0.14 ind:pas:3s; -endurable endurable ADJ s 0.00 0.07 0.00 0.07 -enduraient endurer VER 9.67 7.57 0.02 0.07 ind:imp:3p; -endurais endurer VER 9.67 7.57 0.02 0.07 ind:imp:1s; -endurait endurer VER 9.67 7.57 0.04 0.20 ind:imp:3s; -endurance endurance NOM f s 1.72 2.43 1.72 2.43 -endurant endurant ADJ m s 0.14 0.34 0.10 0.14 -endurante endurant ADJ f s 0.14 0.34 0.03 0.07 -endurants endurant ADJ m p 0.14 0.34 0.01 0.14 -endurci endurcir VER m s 2.11 2.09 0.51 0.61 par:pas; -endurcie endurcir VER f s 2.11 2.09 0.28 0.20 par:pas; -endurcies endurci ADJ f p 1.19 1.28 0.01 0.00 -endurcir endurcir VER 2.11 2.09 0.91 0.68 inf; -endurcirait endurcir VER 2.11 2.09 0.01 0.00 cnd:pre:3s; -endurcis endurci ADJ m p 1.19 1.28 0.43 0.61 -endurcissait endurcir VER 2.11 2.09 0.01 0.00 ind:imp:3s; -endurcissement endurcissement NOM m s 0.40 0.61 0.40 0.61 -endurcit endurcir VER 2.11 2.09 0.24 0.34 ind:pre:3s;ind:pas:3s; -endure endurer VER 9.67 7.57 1.58 0.47 ind:pre:1s;ind:pre:3s; -endurent endurer VER 9.67 7.57 0.17 0.07 ind:pre:3p; -endurer endurer VER 9.67 7.57 3.70 3.58 inf; -endurera endurer VER 9.67 7.57 0.00 0.07 ind:fut:3s; -endurerai endurer VER 9.67 7.57 0.14 0.00 ind:fut:1s; -endureras endurer VER 9.67 7.57 0.01 0.00 ind:fut:2s; -endurez endurer VER 9.67 7.57 0.40 0.00 imp:pre:2p;ind:pre:2p; -enduriez endurer VER 9.67 7.57 0.01 0.00 ind:imp:2p; -endurons endurer VER 9.67 7.57 0.02 0.00 ind:pre:1p; -enduré endurer VER m s 9.67 7.57 3.08 1.82 par:pas; -endurée endurer VER f s 9.67 7.57 0.05 0.14 par:pas; -endurées endurer VER f p 9.67 7.57 0.19 0.54 par:pas; -endurés endurer VER m p 9.67 7.57 0.16 0.27 par:pas; -endêver endêver VER 0.00 0.07 0.00 0.07 inf; -enfance enfance NOM f s 33.01 103.99 32.70 103.11 -enfances enfance NOM f p 33.01 103.99 0.31 0.88 -enfant_robot enfant_robot NOM s 0.16 0.00 0.16 0.00 -enfant_roi enfant_roi NOM s 0.02 0.14 0.02 0.14 -enfant enfant NOM s 735.59 725.68 287.26 381.96 -enfanta enfanter VER 1.96 3.99 0.00 0.14 ind:pas:3s; -enfantaient enfanter VER 1.96 3.99 0.00 0.07 ind:imp:3p; -enfantait enfanter VER 1.96 3.99 0.00 0.34 ind:imp:3s; -enfante enfanter VER 1.96 3.99 0.20 0.54 imp:pre:2s;ind:pre:1s;ind:pre:3s; -enfantelets enfantelet NOM m p 0.00 0.07 0.00 0.07 -enfantement enfantement NOM m s 0.25 0.81 0.25 0.74 -enfantements enfantement NOM m p 0.25 0.81 0.00 0.07 -enfantent enfanter VER 1.96 3.99 0.16 0.20 ind:pre:3p; -enfanter enfanter VER 1.96 3.99 0.80 1.08 inf; -enfantera enfanter VER 1.96 3.99 0.27 0.00 ind:fut:3s; -enfanterai enfanter VER 1.96 3.99 0.02 0.07 ind:fut:1s; -enfançon enfançon NOM m s 0.10 0.34 0.00 0.27 -enfançons enfançon NOM m p 0.10 0.34 0.10 0.07 -enfantillage enfantillage NOM m s 1.47 3.58 0.15 1.96 -enfantillages enfantillage NOM m p 1.47 3.58 1.32 1.62 -enfantin enfantin ADJ m s 3.39 31.15 0.89 11.01 -enfantine enfantin ADJ f s 3.39 31.15 2.07 13.99 -enfantinement enfantinement ADV 0.10 0.41 0.10 0.41 -enfantines enfantin ADJ f p 3.39 31.15 0.24 3.51 -enfantins enfantin ADJ m p 3.39 31.15 0.19 2.64 -enfantons enfanter VER 1.96 3.99 0.00 0.07 ind:pre:1p; -enfants_robot enfants_robot NOM m p 0.01 0.00 0.01 0.00 -enfants_roi enfants_roi NOM m p 0.00 0.07 0.00 0.07 -enfants enfant NOM m p 735.59 725.68 448.33 343.72 -enfanté enfanter VER m s 1.96 3.99 0.40 1.01 par:pas; -enfantée enfanter VER f s 1.96 3.99 0.11 0.20 par:pas; -enfantées enfanter VER f p 1.96 3.99 0.00 0.07 par:pas; -enfantés enfanter VER m p 1.96 3.99 0.00 0.20 par:pas; -enfarinait enfariner VER 0.12 0.41 0.00 0.07 ind:imp:3s; -enfarine enfariner VER 0.12 0.41 0.10 0.07 imp:pre:2s;ind:pre:3s; -enfariner enfariner VER 0.12 0.41 0.01 0.07 inf; -enfariné enfariner VER m s 0.12 0.41 0.01 0.07 par:pas; -enfarinée enfariné ADJ f s 0.36 0.88 0.35 0.41 -enfarinés enfariné ADJ m p 0.36 0.88 0.01 0.20 -enfer enfer NOM m s 88.86 41.35 86.02 38.78 -enferma enfermer VER 58.81 69.86 0.29 4.12 ind:pas:3s; -enfermai enfermer VER 58.81 69.86 0.02 0.47 ind:pas:1s; -enfermaient enfermer VER 58.81 69.86 0.05 1.69 ind:imp:3p; -enfermais enfermer VER 58.81 69.86 0.20 0.47 ind:imp:1s;ind:imp:2s; -enfermait enfermer VER 58.81 69.86 0.64 5.41 ind:imp:3s; -enfermant enfermer VER 58.81 69.86 0.12 2.23 par:pre; -enferme enfermer VER 58.81 69.86 6.32 5.74 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -enfermement enfermement NOM m s 0.20 0.61 0.20 0.61 -enferment enfermer VER 58.81 69.86 0.76 1.28 ind:pre:3p; -enfermer enfermer VER 58.81 69.86 12.70 13.92 ind:pre:2p;inf; -enfermera enfermer VER 58.81 69.86 0.34 0.07 ind:fut:3s; -enfermerai enfermer VER 58.81 69.86 0.33 0.14 ind:fut:1s; -enfermeraient enfermer VER 58.81 69.86 0.05 0.00 cnd:pre:3p; -enfermerais enfermer VER 58.81 69.86 0.08 0.20 cnd:pre:1s; -enfermerait enfermer VER 58.81 69.86 0.35 0.20 cnd:pre:3s; -enfermerez enfermer VER 58.81 69.86 0.01 0.07 ind:fut:2p; -enfermerons enfermer VER 58.81 69.86 0.03 0.14 ind:fut:1p; -enfermeront enfermer VER 58.81 69.86 0.65 0.00 ind:fut:3p; -enfermes enfermer VER 58.81 69.86 1.27 0.34 ind:pre:2s; -enfermez enfermer VER 58.81 69.86 4.78 0.41 imp:pre:2p;ind:pre:2p; -enfermiez enfermer VER 58.81 69.86 0.03 0.07 ind:imp:2p; -enfermons enfermer VER 58.81 69.86 0.45 0.00 imp:pre:1p;ind:pre:1p; -enfermèrent enfermer VER 58.81 69.86 0.23 0.34 ind:pas:3p; -enfermé enfermer VER m s 58.81 69.86 15.25 17.03 par:pas; -enfermée enfermer VER f s 58.81 69.86 8.38 7.57 par:pas; -enfermées enfermer VER f p 58.81 69.86 1.31 1.55 par:pas; -enfermés enfermer VER m p 58.81 69.86 4.17 6.42 par:pas; -enferra enferrer VER 0.23 0.95 0.00 0.07 ind:pas:3s; -enferrait enferrer VER 0.23 0.95 0.00 0.07 ind:imp:3s; -enferrant enferrer VER 0.23 0.95 0.00 0.07 par:pre; -enferre enferrer VER 0.23 0.95 0.01 0.14 ind:pre:1s;ind:pre:3s; -enferrent enferrer VER 0.23 0.95 0.00 0.07 ind:pre:3p; -enferrer enferrer VER 0.23 0.95 0.16 0.27 inf; -enferres enferrer VER 0.23 0.95 0.01 0.07 ind:pre:2s; -enferrez enferrer VER 0.23 0.95 0.01 0.00 ind:pre:2p; -enferrons enferrer VER 0.23 0.95 0.01 0.00 ind:pre:1p; -enferré enferrer VER m s 0.23 0.95 0.02 0.14 par:pas; -enferrée enferrer VER f s 0.23 0.95 0.00 0.07 par:pas; -enfers enfer NOM m p 88.86 41.35 2.85 2.57 -enfiche enficher VER 0.00 0.07 0.00 0.07 ind:pre:1s; -enfila enfiler VER 11.42 44.86 0.11 8.99 ind:pas:3s; -enfilade enfilade NOM f s 0.16 6.28 0.16 5.00 -enfilades enfilade NOM f p 0.16 6.28 0.00 1.28 -enfilage enfilage NOM m s 0.00 0.20 0.00 0.20 -enfilai enfiler VER 11.42 44.86 0.01 1.76 ind:pas:1s; -enfilaient enfiler VER 11.42 44.86 0.02 0.54 ind:imp:3p; -enfilais enfiler VER 11.42 44.86 0.12 0.61 ind:imp:1s; -enfilait enfiler VER 11.42 44.86 0.05 3.65 ind:imp:3s; -enfilant enfiler VER 11.42 44.86 0.14 2.16 par:pre; -enfile enfiler VER 11.42 44.86 4.46 5.81 imp:pre:2s;ind:pre:1s;ind:pre:3s; -enfilent enfiler VER 11.42 44.86 0.06 0.54 ind:pre:3p; -enfiler enfiler VER 11.42 44.86 2.74 10.95 inf; -enfilera enfiler VER 11.42 44.86 0.10 0.00 ind:fut:3s; -enfilerai enfiler VER 11.42 44.86 0.02 0.27 ind:fut:1s; -enfileraient enfiler VER 11.42 44.86 0.00 0.07 cnd:pre:3p; -enfilerais enfiler VER 11.42 44.86 0.06 0.14 cnd:pre:1s; -enfilerait enfiler VER 11.42 44.86 0.00 0.34 cnd:pre:3s; -enfilerez enfiler VER 11.42 44.86 0.01 0.00 ind:fut:2p; -enfileront enfiler VER 11.42 44.86 0.01 0.00 ind:fut:3p; -enfiles enfiler VER 11.42 44.86 0.42 0.34 ind:pre:2s; -enfileur enfileur NOM m s 0.00 0.14 0.00 0.14 -enfilez enfiler VER 11.42 44.86 1.20 0.20 imp:pre:2p;ind:pre:2p; -enfilions enfiler VER 11.42 44.86 0.00 0.20 ind:imp:1p; -enfilons enfiler VER 11.42 44.86 0.09 0.07 imp:pre:1p;ind:pre:1p; -enfilèrent enfiler VER 11.42 44.86 0.11 0.54 ind:pas:3p; -enfilé enfiler VER m s 11.42 44.86 1.35 6.28 par:pas; -enfilée enfiler VER f s 11.42 44.86 0.28 0.68 par:pas; -enfilées enfiler VER f p 11.42 44.86 0.01 0.41 par:pas; -enfilés enfiler VER m p 11.42 44.86 0.04 0.34 par:pas; -enfin enfin ADV 265.83 440.27 265.83 440.27 -enfièvre enfiévrer VER 0.03 1.42 0.00 0.20 ind:pre:3s; -enfièvrent enfiévrer VER 0.03 1.42 0.00 0.07 ind:pre:3p; -enfiévra enfiévrer VER 0.03 1.42 0.00 0.07 ind:pas:3s; -enfiévraient enfiévrer VER 0.03 1.42 0.00 0.14 ind:imp:3p; -enfiévrait enfiévrer VER 0.03 1.42 0.00 0.27 ind:imp:3s; -enfiévré enfiévré ADJ m s 0.12 0.74 0.09 0.20 -enfiévrée enfiévrer VER f s 0.03 1.42 0.01 0.27 par:pas; -enfiévrées enfiévré ADJ f p 0.12 0.74 0.01 0.07 -enfiévrés enfiévré ADJ m p 0.12 0.74 0.01 0.20 -enfla enfler VER 2.27 10.95 0.02 1.08 ind:pas:3s; -enflaient enfler VER 2.27 10.95 0.00 0.68 ind:imp:3p; -enflait enfler VER 2.27 10.95 0.01 1.89 ind:imp:3s; -enflamma enflammer VER 7.25 10.68 0.14 1.55 ind:pas:3s; -enflammai enflammer VER 7.25 10.68 0.00 0.07 ind:pas:1s; -enflammaient enflammer VER 7.25 10.68 0.00 0.54 ind:imp:3p; -enflammait enflammer VER 7.25 10.68 0.07 1.82 ind:imp:3s; -enflammant enflammer VER 7.25 10.68 0.11 0.47 par:pre; -enflamme enflammer VER 7.25 10.68 2.68 1.28 imp:pre:2s;ind:pre:1s;ind:pre:3s; -enflamment enflammer VER 7.25 10.68 0.44 0.47 ind:pre:3p; -enflammer enflammer VER 7.25 10.68 1.59 0.81 inf; -enflammera enflammer VER 7.25 10.68 0.18 0.00 ind:fut:3s; -enflammerait enflammer VER 7.25 10.68 0.01 0.07 cnd:pre:3s; -enflammez enflammer VER 7.25 10.68 0.05 0.00 imp:pre:2p; -enflammât enflammer VER 7.25 10.68 0.00 0.07 sub:imp:3s; -enflammèrent enflammer VER 7.25 10.68 0.01 0.34 ind:pas:3p; -enflammé enflammé ADJ m s 2.20 4.59 1.00 1.28 -enflammée enflammer VER f s 7.25 10.68 0.65 0.61 par:pas; -enflammées enflammer VER f p 7.25 10.68 0.19 0.47 par:pas; -enflammés enflammé ADJ m p 2.20 4.59 0.56 0.95 -enflant enfler VER 2.27 10.95 0.00 0.88 par:pre; -enfle enfler VER 2.27 10.95 0.56 1.69 imp:pre:2s;ind:pre:3s; -enflent enfler VER 2.27 10.95 0.26 0.81 ind:pre:3p; -enfler enfler VER 2.27 10.95 0.65 1.49 inf; -enflerait enfler VER 2.27 10.95 0.01 0.00 cnd:pre:3s; -enfles enfler VER 2.27 10.95 0.02 0.07 ind:pre:2s; -enflèrent enfler VER 2.27 10.95 0.00 0.07 ind:pas:3p; -enflé enflé ADJ m s 1.93 3.58 0.87 1.35 -enflée enflé ADJ f s 1.93 3.58 0.49 1.01 -enflées enflé ADJ f p 1.93 3.58 0.25 0.61 -enflure enflure NOM f s 2.19 2.36 1.93 2.16 -enflures enflure NOM f p 2.19 2.36 0.26 0.20 -enflés enflé ADJ m p 1.93 3.58 0.32 0.61 -enfoiré enfoiré NOM m s 39.56 4.53 30.94 3.24 -enfoirée enfoiré ADJ f s 14.84 0.81 0.16 0.14 -enfoirés enfoiré NOM m p 39.56 4.53 8.50 1.22 -enfonce enfoncer VER 23.30 104.80 6.51 17.23 imp:pre:2s;ind:pre:1s;ind:pre:3s; -enfoncement enfoncement NOM m s 0.08 0.61 0.07 0.47 -enfoncements enfoncement NOM m p 0.08 0.61 0.01 0.14 -enfoncent enfoncer VER 23.30 104.80 0.68 3.31 ind:pre:3p; -enfoncer enfoncer VER 23.30 104.80 6.88 20.14 inf;; -enfoncera enfoncer VER 23.30 104.80 0.14 0.14 ind:fut:3s; -enfoncerai enfoncer VER 23.30 104.80 0.28 0.07 ind:fut:1s; -enfonceraient enfoncer VER 23.30 104.80 0.02 0.00 cnd:pre:3p; -enfoncerais enfoncer VER 23.30 104.80 0.06 0.14 cnd:pre:1s;cnd:pre:2s; -enfoncerait enfoncer VER 23.30 104.80 0.03 0.47 cnd:pre:3s; -enfonceras enfoncer VER 23.30 104.80 0.04 0.07 ind:fut:2s; -enfoncerez enfoncer VER 23.30 104.80 0.00 0.07 ind:fut:2p; -enfoncerions enfoncer VER 23.30 104.80 0.00 0.07 cnd:pre:1p; -enfoncerons enfoncer VER 23.30 104.80 0.01 0.07 ind:fut:1p; -enfonceront enfoncer VER 23.30 104.80 0.05 0.07 ind:fut:3p; -enfonces enfoncer VER 23.30 104.80 0.92 0.27 ind:pre:2s;sub:pre:2s; -enfonceur enfonceur NOM m s 0.00 0.07 0.00 0.07 -enfoncez enfoncer VER 23.30 104.80 1.52 0.41 imp:pre:2p;ind:pre:2p; -enfonciez enfoncer VER 23.30 104.80 0.14 0.00 ind:imp:2p; -enfoncions enfoncer VER 23.30 104.80 0.01 0.34 ind:imp:1p; -enfoncèrent enfoncer VER 23.30 104.80 0.01 1.22 ind:pas:3p; -enfoncé enfoncer VER m s 23.30 104.80 2.60 13.58 par:pas; -enfoncée enfoncer VER f s 23.30 104.80 0.84 5.14 par:pas; -enfoncées enfoncer VER f p 23.30 104.80 0.19 2.70 par:pas; -enfoncés enfoncer VER m p 23.30 104.80 0.40 4.53 par:pas; -enfonça enfoncer VER 23.30 104.80 0.15 9.19 ind:pas:3s; -enfonçage enfonçage NOM m s 0.00 0.07 0.00 0.07 -enfonçai enfoncer VER 23.30 104.80 0.01 1.49 ind:pas:1s; -enfonçaient enfoncer VER 23.30 104.80 0.04 4.39 ind:imp:3p; -enfonçais enfoncer VER 23.30 104.80 0.34 1.89 ind:imp:1s; -enfonçait enfoncer VER 23.30 104.80 0.40 11.76 ind:imp:3s; -enfonçant enfoncer VER 23.30 104.80 0.47 5.61 par:pre; -enfonçâmes enfoncer VER 23.30 104.80 0.00 0.14 ind:pas:1p; -enfonçons enfoncer VER 23.30 104.80 0.53 0.34 imp:pre:1p;ind:pre:1p; -enfoui enfouir VER m s 4.26 26.76 1.04 7.57 par:pas; -enfouie enfouir VER f s 4.26 26.76 0.74 4.80 par:pas; -enfouies enfouir VER f p 4.26 26.76 0.62 2.09 par:pas; -enfouillais enfouiller VER 0.00 0.88 0.00 0.14 ind:imp:1s; -enfouillant enfouiller VER 0.00 0.88 0.00 0.07 par:pre; -enfouille enfouiller VER 0.00 0.88 0.00 0.07 ind:pre:3s; -enfouiller enfouiller VER 0.00 0.88 0.00 0.20 inf; -enfouillé enfouiller VER m s 0.00 0.88 0.00 0.34 par:pas; -enfouillée enfouiller VER f s 0.00 0.88 0.00 0.07 par:pas; -enfouir enfouir VER 4.26 26.76 0.71 3.24 inf; -enfouiraient enfouir VER 4.26 26.76 0.00 0.07 cnd:pre:3p; -enfouis enfouir VER m p 4.26 26.76 0.29 2.36 ind:pre:1s;par:pas; -enfouissais enfouir VER 4.26 26.76 0.00 0.27 ind:imp:1s; -enfouissait enfouir VER 4.26 26.76 0.00 1.01 ind:imp:3s; -enfouissant enfouir VER 4.26 26.76 0.01 0.88 par:pre; -enfouissement enfouissement NOM m s 0.09 0.34 0.09 0.20 -enfouissements enfouissement NOM m p 0.09 0.34 0.00 0.14 -enfouissent enfouir VER 4.26 26.76 0.00 0.07 ind:pre:3p; -enfouissez enfouir VER 4.26 26.76 0.11 0.00 imp:pre:2p;ind:pre:2p; -enfouissons enfouir VER 4.26 26.76 0.01 0.07 imp:pre:1p;ind:pre:1p; -enfouit enfouir VER 4.26 26.76 0.73 4.32 ind:pre:3s;ind:pas:3s; -enfouraille enfourailler VER 0.00 0.14 0.00 0.14 ind:pre:1s;ind:pre:3s; -enfouraillé enfouraillé ADJ m s 0.02 0.47 0.02 0.34 -enfouraillée enfouraillé ADJ f s 0.02 0.47 0.00 0.07 -enfouraillés enfouraillé ADJ m p 0.02 0.47 0.00 0.07 -enfourcha enfourcher VER 0.60 6.49 0.01 1.89 ind:pas:3s; -enfourchai enfourcher VER 0.60 6.49 0.00 0.27 ind:pas:1s; -enfourchaient enfourcher VER 0.60 6.49 0.00 0.07 ind:imp:3p; -enfourchais enfourcher VER 0.60 6.49 0.01 0.20 ind:imp:1s;ind:imp:2s; -enfourchait enfourcher VER 0.60 6.49 0.00 0.54 ind:imp:3s; -enfourchant enfourcher VER 0.60 6.49 0.01 0.27 par:pre; -enfourche enfourcher VER 0.60 6.49 0.23 0.74 imp:pre:2s;ind:pre:1s;ind:pre:3s; -enfourchement enfourchement NOM m s 0.00 0.07 0.00 0.07 -enfourcher enfourcher VER 0.60 6.49 0.21 1.01 inf; -enfourcherait enfourcher VER 0.60 6.49 0.00 0.07 cnd:pre:3s; -enfourchez enfourcher VER 0.60 6.49 0.07 0.00 imp:pre:2p;ind:pre:2p; -enfourchiez enfourcher VER 0.60 6.49 0.00 0.07 ind:imp:2p; -enfourchèrent enfourcher VER 0.60 6.49 0.00 0.34 ind:pas:3p; -enfourché enfourcher VER m s 0.60 6.49 0.06 1.01 par:pas; -enfourchure enfourchure NOM f s 0.10 0.07 0.10 0.07 -enfourna enfourner VER 0.47 4.93 0.01 0.47 ind:pas:3s; -enfournage enfournage NOM m s 0.00 0.07 0.00 0.07 -enfournaient enfourner VER 0.47 4.93 0.00 0.07 ind:imp:3p; -enfournait enfourner VER 0.47 4.93 0.00 0.20 ind:imp:3s; -enfournant enfourner VER 0.47 4.93 0.00 0.27 par:pre; -enfourne enfourner VER 0.47 4.93 0.19 1.15 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -enfournent enfourner VER 0.47 4.93 0.01 0.14 ind:pre:3p; -enfourner enfourner VER 0.47 4.93 0.24 1.08 inf; -enfourniez enfourner VER 0.47 4.93 0.00 0.07 ind:imp:2p; -enfournèrent enfourner VER 0.47 4.93 0.00 0.07 ind:pas:3p; -enfourné enfourner VER m s 0.47 4.93 0.02 0.74 par:pas; -enfournée enfourner VER f s 0.47 4.93 0.00 0.20 par:pas; -enfournées enfourner VER f p 0.47 4.93 0.00 0.07 par:pas; -enfournés enfourner VER m p 0.47 4.93 0.00 0.41 par:pas; -enfreignaient enfreindre VER 6.67 1.96 0.10 0.07 ind:imp:3p; -enfreignais enfreindre VER 6.67 1.96 0.05 0.00 ind:imp:1s;ind:imp:2s; -enfreignait enfreindre VER 6.67 1.96 0.09 0.20 ind:imp:3s; -enfreignant enfreindre VER 6.67 1.96 0.02 0.00 par:pre; -enfreignent enfreindre VER 6.67 1.96 0.16 0.00 ind:pre:3p; -enfreignez enfreindre VER 6.67 1.96 0.19 0.00 ind:pre:2p; -enfreindra enfreindre VER 6.67 1.96 0.07 0.00 ind:fut:3s; -enfreindrai enfreindre VER 6.67 1.96 0.03 0.00 ind:fut:1s; -enfreindrais enfreindre VER 6.67 1.96 0.02 0.00 cnd:pre:1s; -enfreindre enfreindre VER 6.67 1.96 1.86 1.15 inf; -enfreins enfreindre VER 6.67 1.96 0.47 0.00 imp:pre:2s;ind:pre:1s;ind:pre:2s; -enfreint enfreindre VER m s 6.67 1.96 3.33 0.54 ind:pre:3s;par:pas; -enfreinte enfreindre VER f s 6.67 1.96 0.19 0.00 par:pas; -enfreintes enfreindre VER f p 6.67 1.96 0.10 0.00 par:pas; -enfui enfuir VER m s 65.13 37.57 14.79 3.78 par:pas; -enfuie enfuir VER f s 65.13 37.57 8.71 3.38 par:pas;sub:pre:3s; -enfuient enfuir VER 65.13 37.57 2.74 1.01 ind:pre:3p; -enfuies enfuir VER f p 65.13 37.57 0.65 0.68 par:pas;sub:pre:2s; -enfuir enfuir VER 65.13 37.57 20.81 11.69 inf; -enfuira enfuir VER 65.13 37.57 0.56 0.14 ind:fut:3s; -enfuirai enfuir VER 65.13 37.57 0.54 0.20 ind:fut:1s; -enfuiraient enfuir VER 65.13 37.57 0.10 0.14 cnd:pre:3p; -enfuirais enfuir VER 65.13 37.57 0.11 0.14 cnd:pre:1s;cnd:pre:2s; -enfuirait enfuir VER 65.13 37.57 0.30 0.20 cnd:pre:3s; -enfuiras enfuir VER 65.13 37.57 0.07 0.00 ind:fut:2s; -enfuirent enfuir VER 65.13 37.57 0.41 0.81 ind:pas:3p; -enfuiront enfuir VER 65.13 37.57 0.07 0.00 ind:fut:3p; -enfuis enfuir VER m p 65.13 37.57 6.83 3.04 imp:pre:2s;ind:pre:1s;ind:pre:2s;par:pas; -enfuit enfuir VER 65.13 37.57 6.31 7.97 ind:pre:3s;ind:pas:3s; -enfuma enfumer VER 0.39 1.76 0.00 0.07 ind:pas:3s; -enfumaient enfumer VER 0.39 1.76 0.00 0.07 ind:imp:3p; -enfumait enfumer VER 0.39 1.76 0.01 0.20 ind:imp:3s; -enfumer enfumer VER 0.39 1.76 0.20 0.20 inf; -enfumez enfumer VER 0.39 1.76 0.03 0.00 imp:pre:2p; -enfumé enfumé ADJ m s 0.35 2.97 0.13 0.54 -enfumée enfumé ADJ f s 0.35 2.97 0.07 1.22 -enfumées enfumé ADJ f p 0.35 2.97 0.14 0.54 -enfumés enfumé ADJ m p 0.35 2.97 0.01 0.68 -enfuyaient enfuir VER 65.13 37.57 0.09 1.22 ind:imp:3p; -enfuyais enfuir VER 65.13 37.57 0.43 0.47 ind:imp:1s;ind:imp:2s; -enfuyait enfuir VER 65.13 37.57 0.67 2.03 ind:imp:3s; -enfuyant enfuir VER 65.13 37.57 0.30 0.68 par:pre; -enfuyez enfuir VER 65.13 37.57 0.41 0.00 imp:pre:2p;ind:pre:2p; -enfuyiez enfuir VER 65.13 37.57 0.06 0.00 ind:imp:2p; -enfuyons enfuir VER 65.13 37.57 0.19 0.00 imp:pre:1p;ind:pre:1p; -engage engager VER 68.19 94.59 10.49 10.00 imp:pre:2s;ind:pre:1s;ind:pre:3s; -engagea engager VER 68.19 94.59 0.50 11.08 ind:pas:3s; -engageable engageable NOM s 0.01 0.00 0.01 0.00 -engageai engager VER 68.19 94.59 0.01 1.01 ind:pas:1s; -engageaient engager VER 68.19 94.59 0.40 1.76 ind:imp:3p; -engageais engager VER 68.19 94.59 0.12 0.74 ind:imp:1s;ind:imp:2s; -engageait engager VER 68.19 94.59 0.47 6.89 ind:imp:3s; -engageant engager VER 68.19 94.59 0.52 2.30 par:pre; -engageante engageant ADJ f s 0.26 3.72 0.05 1.08 -engageantes engageant ADJ f p 0.26 3.72 0.00 0.20 -engageants engageant ADJ m p 0.26 3.72 0.00 0.20 -engagement engagement NOM m s 12.12 18.45 9.46 11.69 -engagements engagement NOM m p 12.12 18.45 2.66 6.76 -engagent engager VER 68.19 94.59 0.77 3.31 ind:pre:3p;sub:pre:3p; -engageâmes engager VER 68.19 94.59 0.00 0.34 ind:pas:1p; -engageons engager VER 68.19 94.59 2.55 0.41 imp:pre:1p;ind:pre:1p; -engageât engager VER 68.19 94.59 0.00 0.54 sub:imp:3s; -engager engager VER 68.19 94.59 18.97 21.35 ind:pre:2p;inf; -engagera engager VER 68.19 94.59 0.54 0.34 ind:fut:3s; -engagerai engager VER 68.19 94.59 0.55 0.07 ind:fut:1s; -engageraient engager VER 68.19 94.59 0.17 0.61 cnd:pre:3p; -engagerais engager VER 68.19 94.59 0.22 0.20 cnd:pre:1s;cnd:pre:2s; -engagerait engager VER 68.19 94.59 0.23 0.54 cnd:pre:3s; -engageriez engager VER 68.19 94.59 0.04 0.07 cnd:pre:2p; -engagerions engager VER 68.19 94.59 0.00 0.07 cnd:pre:1p; -engagerons engager VER 68.19 94.59 0.08 0.14 ind:fut:1p; -engageront engager VER 68.19 94.59 0.11 0.07 ind:fut:3p; -engages engager VER 68.19 94.59 1.22 0.14 ind:pre:2s;sub:pre:2s; -engagez engager VER 68.19 94.59 2.04 0.54 imp:pre:2p;ind:pre:2p; -engagiez engager VER 68.19 94.59 0.07 0.07 ind:imp:2p; -engagions engager VER 68.19 94.59 0.14 0.41 ind:imp:1p; -engagèrent engager VER 68.19 94.59 0.06 2.30 ind:pas:3p; -engagé engager VER m s 68.19 94.59 21.09 14.53 par:pas; -engagée engager VER f s 68.19 94.59 4.44 7.03 par:pas; -engagées engager VER f p 68.19 94.59 0.22 3.38 par:pas; -engagés engager VER m p 68.19 94.59 2.17 4.39 par:pas; -engazonnée engazonner VER f s 0.00 0.14 0.00 0.14 par:pas; -engeance engeance NOM f s 0.72 3.11 0.63 3.04 -engeances engeance NOM f p 0.72 3.11 0.10 0.07 -engelure engelure NOM f s 0.46 0.88 0.02 0.00 -engelures engelure NOM f p 0.46 0.88 0.44 0.88 -engendra engendrer VER 7.53 10.47 0.26 0.27 ind:pas:3s; -engendraient engendrer VER 7.53 10.47 0.01 0.47 ind:imp:3p; -engendrait engendrer VER 7.53 10.47 0.34 0.74 ind:imp:3s; -engendrant engendrer VER 7.53 10.47 0.05 0.41 par:pre; -engendrassent engendrer VER 7.53 10.47 0.00 0.07 sub:imp:3p; -engendre engendrer VER 7.53 10.47 1.55 2.09 imp:pre:2s;ind:pre:3s; -engendrement engendrement NOM m s 0.01 0.20 0.01 0.20 -engendrent engendrer VER 7.53 10.47 0.33 0.74 ind:pre:3p; -engendrer engendrer VER 7.53 10.47 1.75 1.62 inf; -engendrera engendrer VER 7.53 10.47 0.25 0.07 ind:fut:3s; -engendreraient engendrer VER 7.53 10.47 0.01 0.00 cnd:pre:3p; -engendrerait engendrer VER 7.53 10.47 0.14 0.14 cnd:pre:3s; -engendreuse engendreur ADJ f s 0.00 0.07 0.00 0.07 -engendrez engendrer VER 7.53 10.47 0.06 0.07 imp:pre:2p;ind:pre:2p; -engendrons engendrer VER 7.53 10.47 0.00 0.07 imp:pre:1p; -engendrèrent engendrer VER 7.53 10.47 0.00 0.07 ind:pas:3p; -engendré engendrer VER m s 7.53 10.47 1.60 2.43 par:pas; -engendrée engendrer VER f s 7.53 10.47 0.87 0.34 par:pas; -engendrées engendrer VER f p 7.53 10.47 0.06 0.34 par:pas; -engendrés engendrer VER m p 7.53 10.47 0.25 0.54 par:pas; -engin engin NOM m s 11.25 16.01 9.41 9.80 -engineering engineering NOM m s 0.03 0.07 0.03 0.07 -engins engin NOM m p 11.25 16.01 1.84 6.22 -englacé englacer VER m s 0.01 0.00 0.01 0.00 par:pas; -englande englander VER 0.01 0.27 0.00 0.07 ind:pre:1s; -englander englander VER 0.01 0.27 0.01 0.14 inf; -englandés englander VER m p 0.01 0.27 0.00 0.07 par:pas; -engliche engliche NOM s 0.01 0.07 0.01 0.07 -engloba englober VER 0.78 4.53 0.01 0.07 ind:pas:3s; -englobaient englober VER 0.78 4.53 0.00 0.27 ind:imp:3p; -englobais englober VER 0.78 4.53 0.00 0.07 ind:imp:1s; -englobait englober VER 0.78 4.53 0.02 1.01 ind:imp:3s; -englobant englober VER 0.78 4.53 0.01 0.74 par:pre; -englobe englober VER 0.78 4.53 0.46 1.01 imp:pre:2s;ind:pre:1s;ind:pre:3s; -englobent englober VER 0.78 4.53 0.02 0.14 ind:pre:3p; -englober englober VER 0.78 4.53 0.06 0.68 inf; -englobera englober VER 0.78 4.53 0.01 0.07 ind:fut:3s; -engloberaient englober VER 0.78 4.53 0.00 0.07 cnd:pre:3p; -engloberait englober VER 0.78 4.53 0.01 0.00 cnd:pre:3s; -englobé englober VER m s 0.78 4.53 0.03 0.14 par:pas; -englobée englober VER f s 0.78 4.53 0.02 0.07 par:pas; -englobées englober VER f p 0.78 4.53 0.14 0.14 par:pas; -englobés englober VER m p 0.78 4.53 0.00 0.07 par:pas; -englouti engloutir VER m s 4.57 22.30 0.98 4.66 par:pas; -engloutie engloutir VER f s 4.57 22.30 0.60 2.30 par:pas; -englouties engloutir VER f p 4.57 22.30 0.02 1.08 par:pas; -engloutir engloutir VER 4.57 22.30 1.28 4.73 inf; -engloutira engloutir VER 4.57 22.30 0.07 0.14 ind:fut:3s; -engloutiraient engloutir VER 4.57 22.30 0.00 0.07 cnd:pre:3p; -engloutirait engloutir VER 4.57 22.30 0.02 0.14 cnd:pre:3s; -engloutirent engloutir VER 4.57 22.30 0.14 0.07 ind:pas:3p; -engloutirons engloutir VER 4.57 22.30 0.00 0.07 ind:fut:1p; -engloutis engloutir VER m p 4.57 22.30 0.34 2.36 imp:pre:2s;ind:pre:1s;ind:pre:2s;par:pas; -engloutissaient engloutir VER 4.57 22.30 0.02 0.81 ind:imp:3p; -engloutissais engloutir VER 4.57 22.30 0.01 0.14 ind:imp:1s; -engloutissait engloutir VER 4.57 22.30 0.12 1.35 ind:imp:3s; -engloutissant engloutir VER 4.57 22.30 0.01 0.61 par:pre; -engloutisse engloutir VER 4.57 22.30 0.06 0.20 sub:pre:1s;sub:pre:3s; -engloutissement engloutissement NOM m s 0.01 0.54 0.01 0.54 -engloutissent engloutir VER 4.57 22.30 0.06 0.74 ind:pre:3p; -engloutissions engloutir VER 4.57 22.30 0.00 0.07 ind:imp:1p; -engloutit engloutir VER 4.57 22.30 0.83 2.77 ind:pre:3s;ind:pas:3s; -engluaient engluer VER 0.40 5.20 0.00 0.20 ind:imp:3p; -engluait engluer VER 0.40 5.20 0.00 0.54 ind:imp:3s; -engluant engluer VER 0.40 5.20 0.01 0.00 par:pre; -englue engluer VER 0.40 5.20 0.01 0.61 ind:pre:3s; -engluent engluer VER 0.40 5.20 0.00 0.34 ind:pre:3p; -engluer engluer VER 0.40 5.20 0.02 0.74 inf; -englué engluer VER m s 0.40 5.20 0.20 1.01 par:pas; -engluée engluer VER f s 0.40 5.20 0.14 0.61 par:pas; -engluées engluer VER f p 0.40 5.20 0.00 0.61 par:pas; -englués engluer VER m p 0.40 5.20 0.03 0.54 par:pas; -engonce engoncer VER 0.05 4.19 0.02 0.14 ind:pre:3s; -engoncement engoncement NOM m s 0.00 0.07 0.00 0.07 -engoncé engoncer VER m s 0.05 4.19 0.03 1.69 par:pas; -engoncée engoncer VER f s 0.05 4.19 0.00 0.74 par:pas; -engoncées engoncer VER f p 0.05 4.19 0.00 0.41 par:pas; -engoncés engoncer VER m p 0.05 4.19 0.00 0.88 par:pas; -engonçaient engoncer VER 0.05 4.19 0.00 0.14 ind:imp:3p; -engonçait engoncer VER 0.05 4.19 0.00 0.14 ind:imp:3s; -engonçant engoncer VER 0.05 4.19 0.00 0.07 par:pre; -engorge engorger VER 0.07 1.15 0.00 0.14 ind:pre:3s; -engorgeaient engorger VER 0.07 1.15 0.00 0.07 ind:imp:3p; -engorgeait engorger VER 0.07 1.15 0.00 0.20 ind:imp:3s; -engorgement engorgement NOM m s 0.04 0.27 0.04 0.07 -engorgements engorgement NOM m p 0.04 0.27 0.00 0.20 -engorgent engorger VER 0.07 1.15 0.01 0.14 ind:pre:3p; -engorger engorger VER 0.07 1.15 0.01 0.07 inf; -engorgeraient engorger VER 0.07 1.15 0.00 0.07 cnd:pre:3p; -engorgèrent engorger VER 0.07 1.15 0.00 0.07 ind:pas:3p; -engorgé engorgé ADJ m s 0.07 0.47 0.02 0.14 -engorgée engorgé ADJ f s 0.07 0.47 0.02 0.00 -engorgées engorgé ADJ f p 0.07 0.47 0.02 0.20 -engorgés engorgé ADJ m p 0.07 0.47 0.01 0.14 -engouai engouer VER 0.00 0.47 0.00 0.07 ind:pas:1s; -engouait engouer VER 0.00 0.47 0.00 0.14 ind:imp:3s; -engouement engouement NOM m s 0.55 1.55 0.42 1.28 -engouements engouement NOM m p 0.55 1.55 0.13 0.27 -engouffra engouffrer VER 0.61 18.58 0.01 2.36 ind:pas:3s; -engouffrai engouffrer VER 0.61 18.58 0.01 0.20 ind:pas:1s; -engouffraient engouffrer VER 0.61 18.58 0.00 1.49 ind:imp:3p; -engouffrait engouffrer VER 0.61 18.58 0.16 3.11 ind:imp:3s; -engouffrant engouffrer VER 0.61 18.58 0.00 1.76 par:pre; -engouffre engouffrer VER 0.61 18.58 0.10 3.11 imp:pre:2s;ind:pre:1s;ind:pre:3s; -engouffrement engouffrement NOM m s 0.00 0.14 0.00 0.14 -engouffrent engouffrer VER 0.61 18.58 0.03 0.61 ind:pre:3p;sub:pre:3p; -engouffrer engouffrer VER 0.61 18.58 0.09 3.24 inf; -engouffrera engouffrer VER 0.61 18.58 0.14 0.00 ind:fut:3s; -engouffreraient engouffrer VER 0.61 18.58 0.00 0.07 cnd:pre:3p; -engouffrerait engouffrer VER 0.61 18.58 0.00 0.14 cnd:pre:3s; -engouffrons engouffrer VER 0.61 18.58 0.00 0.20 ind:pre:1p; -engouffrât engouffrer VER 0.61 18.58 0.00 0.07 sub:imp:3s; -engouffrèrent engouffrer VER 0.61 18.58 0.00 0.54 ind:pas:3p; -engouffré engouffrer VER m s 0.61 18.58 0.08 0.68 par:pas; -engouffrée engouffrer VER f s 0.61 18.58 0.00 0.61 par:pas; -engouffrées engouffrer VER f p 0.61 18.58 0.00 0.14 par:pas; -engouffrés engouffrer VER m p 0.61 18.58 0.00 0.27 par:pas; -engoulevent engoulevent NOM m s 0.10 0.14 0.10 0.14 -engourdi engourdi ADJ m s 1.34 5.61 0.49 1.89 -engourdie engourdi ADJ f s 1.34 5.61 0.35 1.55 -engourdies engourdi ADJ f p 1.34 5.61 0.34 1.01 -engourdir engourdir VER 1.72 10.34 0.33 1.15 inf; -engourdira engourdir VER 1.72 10.34 0.02 0.07 ind:fut:3s; -engourdirai engourdir VER 1.72 10.34 0.00 0.07 ind:fut:1s; -engourdirais engourdir VER 1.72 10.34 0.00 0.07 cnd:pre:1s; -engourdis engourdir VER m p 1.72 10.34 0.17 1.22 ind:pre:1s;ind:pre:2s;par:pas; -engourdissaient engourdir VER 1.72 10.34 0.00 0.27 ind:imp:3p; -engourdissait engourdir VER 1.72 10.34 0.01 2.36 ind:imp:3s; -engourdissant engourdir VER 1.72 10.34 0.00 0.14 par:pre; -engourdissante engourdissant ADJ f s 0.00 0.34 0.00 0.14 -engourdissantes engourdissant ADJ f p 0.00 0.34 0.00 0.07 -engourdissement engourdissement NOM m s 0.53 5.54 0.44 5.41 -engourdissements engourdissement NOM m p 0.53 5.54 0.09 0.14 -engourdissent engourdir VER 1.72 10.34 0.20 0.14 ind:pre:3p; -engourdit engourdir VER 1.72 10.34 0.48 0.81 ind:pre:3s;ind:pas:3s; -engoué engouer VER m s 0.00 0.47 0.00 0.14 par:pas; -engouée engouer VER f s 0.00 0.47 0.00 0.07 par:pas; -engoués engouer VER m p 0.00 0.47 0.00 0.07 par:pas; -engrainait engrainer VER 0.00 0.07 0.00 0.07 ind:imp:3s; -engrais engrais NOM m 3.35 3.31 3.35 3.31 -engraissaient engraisser VER 2.65 4.59 0.01 0.14 ind:imp:3p; -engraissait engraisser VER 2.65 4.59 0.00 0.27 ind:imp:3s; -engraissant engraisser VER 2.65 4.59 0.14 0.14 par:pre; -engraisse engraisser VER 2.65 4.59 0.41 1.08 imp:pre:2s;ind:pre:1s;ind:pre:3s; -engraissement engraissement NOM m s 0.00 0.07 0.00 0.07 -engraissent engraisser VER 2.65 4.59 0.44 0.27 ind:pre:3p; -engraisser engraisser VER 2.65 4.59 1.12 0.88 inf; -engraisseraient engraisser VER 2.65 4.59 0.01 0.00 cnd:pre:3p; -engraisserait engraisser VER 2.65 4.59 0.01 0.07 cnd:pre:3s; -engraisserons engraisser VER 2.65 4.59 0.00 0.07 ind:fut:1p; -engraisses engraisser VER 2.65 4.59 0.14 0.07 ind:pre:2s; -engraissez engraisser VER 2.65 4.59 0.00 0.07 imp:pre:2p; -engraissèrent engraisser VER 2.65 4.59 0.00 0.14 ind:pas:3p; -engraissé engraisser VER m s 2.65 4.59 0.33 0.88 par:pas; -engraissée engraisser VER f s 2.65 4.59 0.01 0.27 par:pas; -engraissées engraisser VER f p 2.65 4.59 0.00 0.20 par:pas; -engraissés engraisser VER m p 2.65 4.59 0.03 0.07 par:pas; -engrange engranger VER 0.34 1.89 0.06 0.34 ind:pre:1s;ind:pre:3s; -engrangea engranger VER 0.34 1.89 0.00 0.07 ind:pas:3s; -engrangeais engranger VER 0.34 1.89 0.00 0.14 ind:imp:1s; -engrangeait engranger VER 0.34 1.89 0.01 0.20 ind:imp:3s; -engrangeant engranger VER 0.34 1.89 0.00 0.07 par:pre; -engrangement engrangement NOM m s 0.00 0.07 0.00 0.07 -engrangent engranger VER 0.34 1.89 0.03 0.14 ind:pre:3p; -engrangeons engranger VER 0.34 1.89 0.00 0.07 imp:pre:1p; -engranger engranger VER 0.34 1.89 0.05 0.20 inf; -engrangé engranger VER m s 0.34 1.89 0.20 0.34 par:pas; -engrangée engranger VER f s 0.34 1.89 0.00 0.07 par:pas; -engrangées engranger VER f p 0.34 1.89 0.00 0.20 par:pas; -engrangés engranger VER m p 0.34 1.89 0.00 0.07 par:pas; -engravement engravement NOM m s 0.00 0.07 0.00 0.07 -engraver engraver VER 0.00 0.07 0.00 0.07 inf; -engrenage engrenage NOM m s 0.83 4.53 0.68 3.24 -engrenages engrenage NOM m p 0.83 4.53 0.16 1.28 -engrenait engrener VER 0.20 0.41 0.10 0.07 ind:imp:3s; -engrenant engrener VER 0.20 0.41 0.00 0.07 par:pre; -engrener engrener VER 0.20 0.41 0.00 0.27 inf; -engrenez engrener VER 0.20 0.41 0.10 0.00 ind:pre:2p; -engrossait engrosser VER 1.74 1.82 0.00 0.14 ind:imp:3s; -engrossant engrosser VER 1.74 1.82 0.01 0.07 par:pre; -engrosse engrosser VER 1.74 1.82 0.04 0.14 ind:pre:1s;ind:pre:3s; -engrossent engrosser VER 1.74 1.82 0.02 0.00 ind:pre:3p; -engrosser engrosser VER 1.74 1.82 0.55 0.68 inf; -engrossera engrosser VER 1.74 1.82 0.00 0.07 ind:fut:3s; -engrosses engrosser VER 1.74 1.82 0.14 0.00 ind:pre:2s; -engrossé engrosser VER m s 1.74 1.82 0.45 0.27 par:pas; -engrossée engrosser VER f s 1.74 1.82 0.33 0.41 par:pas; -engrossées engrosser VER f p 1.74 1.82 0.20 0.07 par:pas; -engueula engueuler VER 13.94 12.97 0.00 0.20 ind:pas:3s; -engueulade engueulade NOM f s 0.97 3.51 0.46 2.09 -engueulades engueulade NOM f p 0.97 3.51 0.52 1.42 -engueulaient engueuler VER 13.94 12.97 0.17 0.41 ind:imp:3p; -engueulais engueuler VER 13.94 12.97 0.04 0.20 ind:imp:1s;ind:imp:2s; -engueulait engueuler VER 13.94 12.97 0.56 1.08 ind:imp:3s; -engueulant engueuler VER 13.94 12.97 0.03 0.20 par:pre; -engueule engueuler VER 13.94 12.97 2.96 2.16 imp:pre:2s;ind:pre:1s;ind:pre:3s; -engueulent engueuler VER 13.94 12.97 0.62 0.47 ind:pre:3p; -engueuler engueuler VER 13.94 12.97 4.23 5.20 inf; -engueulera engueuler VER 13.94 12.97 0.18 0.14 ind:fut:3s; -engueuleraient engueuler VER 13.94 12.97 0.01 0.00 cnd:pre:3p; -engueulerait engueuler VER 13.94 12.97 0.02 0.14 cnd:pre:3s; -engueuleras engueuler VER 13.94 12.97 0.02 0.00 ind:fut:2s; -engueulerez engueuler VER 13.94 12.97 0.02 0.00 ind:fut:2p; -engueuleront engueuler VER 13.94 12.97 0.23 0.07 ind:fut:3p; -engueules engueuler VER 13.94 12.97 0.45 0.14 ind:pre:2s; -engueulez engueuler VER 13.94 12.97 0.44 0.07 imp:pre:2p;ind:pre:2p; -engueuliez engueuler VER 13.94 12.97 0.02 0.00 ind:imp:2p; -engueulions engueuler VER 13.94 12.97 0.00 0.14 ind:imp:1p; -engueulons engueuler VER 13.94 12.97 0.01 0.14 ind:pre:1p; -engueulèrent engueuler VER 13.94 12.97 0.00 0.07 ind:pas:3p; -engueulé engueuler VER m s 13.94 12.97 1.92 1.22 par:pas; -engueulée engueuler VER f s 13.94 12.97 0.77 0.14 par:pas; -engueulés engueuler VER m p 13.94 12.97 1.23 0.81 par:pas; -enguirlandaient enguirlander VER 0.16 1.28 0.00 0.14 ind:imp:3p; -enguirlandait enguirlander VER 0.16 1.28 0.00 0.14 ind:imp:3s; -enguirlande enguirlander VER 0.16 1.28 0.02 0.14 ind:pre:1s;ind:pre:3s; -enguirlandent enguirlander VER 0.16 1.28 0.00 0.07 ind:pre:3p; -enguirlander enguirlander VER 0.16 1.28 0.11 0.27 inf; -enguirlandé enguirlander VER m s 0.16 1.28 0.02 0.20 par:pas; -enguirlandée enguirlander VER f s 0.16 1.28 0.01 0.20 par:pas; -enguirlandées enguirlander VER f p 0.16 1.28 0.00 0.07 par:pas; -enguirlandés enguirlandé ADJ m p 0.01 0.34 0.00 0.14 -enhardi enhardir VER m s 0.19 4.32 0.01 0.54 par:pas; -enhardie enhardir VER f s 0.19 4.32 0.03 0.34 par:pas; -enhardies enhardir VER f p 0.19 4.32 0.01 0.07 par:pas; -enhardir enhardir VER 0.19 4.32 0.00 0.20 inf; -enhardirent enhardir VER 0.19 4.32 0.00 0.07 ind:pas:3p; -enhardis enhardir VER m p 0.19 4.32 0.01 0.74 imp:pre:2s;ind:pre:1s;ind:pre:2s;par:pas; -enhardissaient enhardir VER 0.19 4.32 0.00 0.27 ind:imp:3p; -enhardissait enhardir VER 0.19 4.32 0.00 0.68 ind:imp:3s; -enhardissant enhardir VER 0.19 4.32 0.00 0.20 par:pre; -enhardissement enhardissement NOM m s 0.00 0.07 0.00 0.07 -enhardissent enhardir VER 0.19 4.32 0.11 0.27 ind:pre:3p; -enhardit enhardir VER 0.19 4.32 0.02 0.95 ind:pre:3s;ind:pas:3s; -enivra enivrer VER 3.06 8.58 0.02 0.27 ind:pas:3s; -enivrai enivrer VER 3.06 8.58 0.00 0.07 ind:pas:1s; -enivraient enivrer VER 3.06 8.58 0.00 0.34 ind:imp:3p; -enivrais enivrer VER 3.06 8.58 0.14 0.14 ind:imp:1s; -enivrait enivrer VER 3.06 8.58 0.01 1.35 ind:imp:3s; -enivrant enivrant ADJ m s 1.20 3.38 0.80 1.08 -enivrante enivrant ADJ f s 1.20 3.38 0.35 1.08 -enivrantes enivrant ADJ f p 1.20 3.38 0.02 0.81 -enivrants enivrant ADJ m p 1.20 3.38 0.02 0.41 -enivre enivrer VER 3.06 8.58 0.90 1.62 imp:pre:2s;ind:pre:1s;ind:pre:3s; -enivrement enivrement NOM m s 0.02 0.68 0.02 0.68 -enivrent enivrer VER 3.06 8.58 0.04 0.41 ind:pre:3p; -enivrer enivrer VER 3.06 8.58 0.91 0.88 inf; -enivreras enivrer VER 3.06 8.58 0.00 0.07 ind:fut:2s; -enivrerez enivrer VER 3.06 8.58 0.00 0.07 ind:fut:2p; -enivres enivrer VER 3.06 8.58 0.14 0.07 ind:pre:2s; -enivrez enivrer VER 3.06 8.58 0.14 0.00 imp:pre:2p;ind:pre:2p; -enivrons enivrer VER 3.06 8.58 0.01 0.00 imp:pre:1p; -enivrèrent enivrer VER 3.06 8.58 0.00 0.07 ind:pas:3p; -enivré enivrer VER m s 3.06 8.58 0.47 1.35 par:pas; -enivrée enivrer VER f s 3.06 8.58 0.21 0.68 par:pas; -enivrées enivrer VER f p 3.06 8.58 0.00 0.07 par:pas; -enivrés enivrer VER m p 3.06 8.58 0.02 0.54 par:pas; -enjôlait enjôler VER 1.07 0.20 0.00 0.07 ind:imp:3s; -enjôlant enjôler VER 1.07 0.20 0.00 0.07 par:pre; -enjôle enjôler VER 1.07 0.20 0.10 0.00 imp:pre:2s; -enjôlement enjôlement NOM m s 0.00 0.07 0.00 0.07 -enjôler enjôler VER 1.07 0.20 0.78 0.07 inf; -enjôleur enjôleur ADJ m s 0.19 1.76 0.17 0.95 -enjôleurs enjôleur NOM m p 0.19 0.20 0.01 0.00 -enjôleuse enjôleur NOM f s 0.19 0.20 0.02 0.07 -enjôleuses enjôleur ADJ f p 0.19 1.76 0.00 0.07 -enjôlé enjôler VER m s 1.07 0.20 0.04 0.00 par:pas; -enjôlée enjôler VER f s 1.07 0.20 0.14 0.00 par:pas; -enjamba enjamber VER 0.86 14.80 0.00 2.16 ind:pas:3s; -enjambai enjamber VER 0.86 14.80 0.00 0.27 ind:pas:1s; -enjambaient enjamber VER 0.86 14.80 0.00 0.47 ind:imp:3p; -enjambais enjamber VER 0.86 14.80 0.00 0.07 ind:imp:1s; -enjambait enjamber VER 0.86 14.80 0.02 1.55 ind:imp:3s; -enjambant enjamber VER 0.86 14.80 0.02 1.42 par:pre; -enjambe enjamber VER 0.86 14.80 0.09 2.97 imp:pre:2s;ind:pre:1s;ind:pre:3s; -enjambements enjambement NOM m p 0.00 0.07 0.00 0.07 -enjambent enjamber VER 0.86 14.80 0.01 0.61 ind:pre:3p; -enjamber enjamber VER 0.86 14.80 0.42 2.84 inf; -enjamberais enjamber VER 0.86 14.80 0.15 0.07 cnd:pre:1s;cnd:pre:2s; -enjamberait enjamber VER 0.86 14.80 0.00 0.07 cnd:pre:3s; -enjambes enjamber VER 0.86 14.80 0.01 0.07 ind:pre:2s; -enjambeur enjambeur NOM m s 0.00 0.34 0.00 0.20 -enjambeurs enjambeur NOM m p 0.00 0.34 0.00 0.14 -enjambez enjamber VER 0.86 14.80 0.05 0.00 imp:pre:2p; -enjambions enjamber VER 0.86 14.80 0.00 0.07 ind:imp:1p; -enjambons enjamber VER 0.86 14.80 0.01 0.47 imp:pre:1p;ind:pre:1p; -enjambèrent enjamber VER 0.86 14.80 0.00 0.34 ind:pas:3p; -enjambé enjamber VER m s 0.86 14.80 0.07 1.08 par:pas; -enjambée enjambée NOM f s 0.15 6.76 0.06 0.81 -enjambées enjambée NOM f p 0.15 6.76 0.09 5.95 -enjambés enjamber VER m p 0.86 14.80 0.00 0.07 par:pas; -enjeu enjeu NOM m s 4.67 4.59 3.52 3.99 -enjeux enjeu NOM m p 4.67 4.59 1.16 0.61 -enjoignaient enjoindre VER 0.36 3.38 0.00 0.07 ind:imp:3p; -enjoignait enjoindre VER 0.36 3.38 0.00 0.34 ind:imp:3s; -enjoignant enjoindre VER 0.36 3.38 0.01 0.41 par:pre; -enjoignis enjoindre VER 0.36 3.38 0.00 0.20 ind:pas:1s; -enjoignit enjoindre VER 0.36 3.38 0.10 0.95 ind:pas:3s; -enjoignons enjoindre VER 0.36 3.38 0.00 0.07 ind:pre:1p; -enjoindre enjoindre VER 0.36 3.38 0.07 0.34 inf; -enjoint enjoindre VER m s 0.36 3.38 0.18 1.01 ind:pre:3s;par:pas; -enjolivaient enjoliver VER 0.34 1.82 0.00 0.07 ind:imp:3p; -enjolivait enjoliver VER 0.34 1.82 0.03 0.20 ind:imp:3s; -enjolivant enjoliver VER 0.34 1.82 0.00 0.47 par:pre; -enjolive enjoliver VER 0.34 1.82 0.16 0.27 imp:pre:2s;ind:pre:1s;ind:pre:3s; -enjolivements enjolivement NOM m p 0.00 0.07 0.00 0.07 -enjoliver enjoliver VER 0.34 1.82 0.08 0.47 inf; -enjoliveur enjoliveur NOM m s 0.59 0.20 0.33 0.14 -enjoliveurs enjoliveur NOM m p 0.59 0.20 0.26 0.07 -enjolivé enjoliver VER m s 0.34 1.82 0.07 0.07 par:pas; -enjolivée enjoliver VER f s 0.34 1.82 0.00 0.14 par:pas; -enjolivés enjoliver VER m p 0.34 1.82 0.00 0.14 par:pas; -enjouement enjouement NOM m s 0.14 1.35 0.14 1.35 -enjoué enjoué ADJ m s 1.33 4.39 0.25 1.55 -enjouée enjoué ADJ f s 1.33 4.39 1.03 2.43 -enjouées enjoué ADJ f p 1.33 4.39 0.01 0.27 -enjoués enjouer VER m p 0.32 0.81 0.14 0.00 par:pas; -enjuiver enjuiver VER 0.01 0.00 0.01 0.00 inf; -enjuivés enjuivé ADJ m p 0.00 0.07 0.00 0.07 -enjuponne enjuponner VER 0.00 0.14 0.00 0.07 ind:pre:3s; -enjuponnée enjuponner VER f s 0.00 0.14 0.00 0.07 par:pas; -enkyster enkyster VER 0.01 0.00 0.01 0.00 inf; -enkystées enkysté ADJ f p 0.00 0.07 0.00 0.07 -enlace enlacer VER 4.42 15.88 0.89 2.16 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -enlacement enlacement NOM m s 0.03 0.81 0.03 0.41 -enlacements enlacement NOM m p 0.03 0.81 0.00 0.41 -enlacent enlacer VER 4.42 15.88 0.17 0.61 ind:pre:3p; -enlacer enlacer VER 4.42 15.88 0.97 0.81 inf; -enlacerai enlacer VER 4.42 15.88 0.05 0.00 ind:fut:1s; -enlacerons enlacer VER 4.42 15.88 0.00 0.07 ind:fut:1p; -enlacez enlacer VER 4.42 15.88 0.13 0.00 imp:pre:2p;ind:pre:2p; -enlacions enlacer VER 4.42 15.88 0.00 0.07 ind:imp:1p; -enlacèrent enlacer VER 4.42 15.88 0.10 0.14 ind:pas:3p; -enlacé enlacer VER m s 4.42 15.88 0.31 1.42 par:pas; -enlacée enlacer VER f s 4.42 15.88 0.25 0.74 par:pas; -enlacées enlacer VER f p 4.42 15.88 0.07 1.28 par:pas; -enlacés enlacer VER m p 4.42 15.88 0.89 4.39 par:pas; -enlaidi enlaidir VER m s 0.76 2.30 0.29 0.34 par:pas; -enlaidie enlaidir VER f s 0.76 2.30 0.02 0.27 par:pas; -enlaidir enlaidir VER 0.76 2.30 0.11 0.47 inf; -enlaidis enlaidir VER 0.76 2.30 0.14 0.14 imp:pre:2s;ind:pre:1s; -enlaidissait enlaidir VER 0.76 2.30 0.02 0.47 ind:imp:3s; -enlaidissant enlaidir VER 0.76 2.30 0.00 0.07 par:pre; -enlaidisse enlaidir VER 0.76 2.30 0.01 0.07 sub:pre:3s; -enlaidissement enlaidissement NOM m s 0.01 0.27 0.01 0.27 -enlaidissent enlaidir VER 0.76 2.30 0.02 0.20 ind:pre:3p; -enlaidisses enlaidir VER 0.76 2.30 0.14 0.00 sub:pre:2s; -enlaidit enlaidir VER 0.76 2.30 0.02 0.27 ind:pre:3s;ind:pas:3s; -enlaça enlacer VER 4.42 15.88 0.13 1.28 ind:pas:3s; -enlaçaient enlacer VER 4.42 15.88 0.10 0.61 ind:imp:3p; -enlaçais enlacer VER 4.42 15.88 0.05 0.07 ind:imp:1s;ind:imp:2s; -enlaçait enlacer VER 4.42 15.88 0.16 1.28 ind:imp:3s; -enlaçant enlacer VER 4.42 15.88 0.14 0.88 par:pre; -enlaçons enlacer VER 4.42 15.88 0.03 0.07 ind:pre:1p; -enleva enlever VER 172.45 78.78 0.22 7.03 ind:pas:3s; -enlevai enlever VER 172.45 78.78 0.03 0.47 ind:pas:1s; -enlevaient enlever VER 172.45 78.78 0.19 1.15 ind:imp:3p; -enlevais enlever VER 172.45 78.78 0.55 0.88 ind:imp:1s;ind:imp:2s; -enlevait enlever VER 172.45 78.78 1.33 5.74 ind:imp:3s; -enlevant enlever VER 172.45 78.78 1.13 3.04 par:pre; -enlever enlever VER 172.45 78.78 46.73 22.36 inf; -enlevez enlever VER 172.45 78.78 20.44 2.23 imp:pre:2p;ind:pre:2p; -enleviez enlever VER 172.45 78.78 0.41 0.14 ind:imp:2p; -enlevions enlever VER 172.45 78.78 0.17 0.07 ind:imp:1p; -enlevons enlever VER 172.45 78.78 1.24 0.00 imp:pre:1p;ind:pre:1p; -enlevât enlever VER 172.45 78.78 0.00 0.41 sub:imp:3s; -enlevèrent enlever VER 172.45 78.78 0.04 0.14 ind:pas:3p; -enlevé enlever VER m s 172.45 78.78 20.88 10.95 par:pas; -enlevée enlever VER f s 172.45 78.78 9.68 4.12 par:pas; -enlevées enlever VER f p 172.45 78.78 1.27 0.68 par:pas; -enlevés enlever VER m p 172.45 78.78 2.35 1.35 par:pas; -enliasser enliasser VER 0.00 0.07 0.00 0.07 inf; -enlisa enliser VER 0.93 5.88 0.00 0.14 ind:pas:3s; -enlisaient enliser VER 0.93 5.88 0.00 0.34 ind:imp:3p; -enlisais enliser VER 0.93 5.88 0.00 0.20 ind:imp:1s; -enlisait enliser VER 0.93 5.88 0.01 1.35 ind:imp:3s; -enlisant enliser VER 0.93 5.88 0.00 0.20 par:pre; -enlise enliser VER 0.93 5.88 0.28 0.68 ind:pre:1s;ind:pre:3s; -enlisement enlisement NOM m s 0.00 0.74 0.00 0.74 -enlisent enliser VER 0.93 5.88 0.03 0.20 ind:pre:3p; -enliser enliser VER 0.93 5.88 0.21 0.74 inf; -enlisera enliser VER 0.93 5.88 0.00 0.07 ind:fut:3s; -enliserais enliser VER 0.93 5.88 0.01 0.00 cnd:pre:2s; -enlisé enliser VER m s 0.93 5.88 0.23 0.81 par:pas; -enlisée enliser VER f s 0.93 5.88 0.01 0.54 par:pas; -enlisées enliser VER f p 0.93 5.88 0.01 0.14 par:pas; -enlisés enliser VER m p 0.93 5.88 0.14 0.47 par:pas; -enlève enlever VER 172.45 78.78 55.59 13.65 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -enlèvement enlèvement NOM m s 9.51 3.85 7.80 3.58 -enlèvements enlèvement NOM m p 9.51 3.85 1.71 0.27 -enlèvent enlever VER 172.45 78.78 1.96 1.55 ind:pre:3p; -enlèvera enlever VER 172.45 78.78 1.62 1.01 ind:fut:3s; -enlèverai enlever VER 172.45 78.78 1.19 0.27 ind:fut:1s; -enlèveraient enlever VER 172.45 78.78 0.04 0.14 cnd:pre:3p; -enlèverais enlever VER 172.45 78.78 0.36 0.14 cnd:pre:1s;cnd:pre:2s; -enlèverait enlever VER 172.45 78.78 0.40 0.47 cnd:pre:3s; -enlèveras enlever VER 172.45 78.78 0.28 0.00 ind:fut:2s; -enlèverez enlever VER 172.45 78.78 0.46 0.07 ind:fut:2p; -enlèveriez enlever VER 172.45 78.78 0.04 0.00 cnd:pre:2p; -enlèverons enlever VER 172.45 78.78 0.05 0.07 ind:fut:1p; -enlèveront enlever VER 172.45 78.78 0.15 0.07 ind:fut:3p; -enlèves enlever VER 172.45 78.78 3.66 0.61 ind:pre:2s;sub:pre:2s; -enlumine enluminer VER 0.03 1.15 0.00 0.07 ind:pre:3s; -enluminent enluminer VER 0.03 1.15 0.00 0.07 ind:pre:3p; -enluminer enluminer VER 0.03 1.15 0.00 0.07 inf; -enlumineur enlumineur NOM m s 0.40 0.20 0.27 0.20 -enlumineurs enlumineur NOM m p 0.40 0.20 0.14 0.00 -enluminé enluminer VER m s 0.03 1.15 0.02 0.34 par:pas; -enluminée enluminé ADJ f s 0.03 0.47 0.01 0.07 -enluminées enluminer VER f p 0.03 1.15 0.01 0.20 par:pas; -enluminure enluminure NOM f s 0.11 1.08 0.00 0.27 -enluminures enluminure NOM f p 0.11 1.08 0.11 0.81 -enluminés enluminé ADJ m p 0.03 0.47 0.00 0.14 -enneige enneiger VER 0.51 1.28 0.00 0.07 ind:pre:3s; -enneigeait enneiger VER 0.51 1.28 0.01 0.07 ind:imp:3s; -enneigement enneigement NOM m s 0.10 0.00 0.10 0.00 -enneiger enneiger VER 0.51 1.28 0.01 0.00 inf; -enneigé enneigé ADJ m s 0.58 2.50 0.20 0.54 -enneigée enneigé ADJ f s 0.58 2.50 0.10 0.88 -enneigées enneigé ADJ f p 0.58 2.50 0.05 0.68 -enneigés enneigé ADJ m p 0.58 2.50 0.24 0.41 -ennemi ennemi NOM m s 92.37 111.96 59.98 79.19 -ennemie ennemi NOM f s 92.37 111.96 2.56 3.04 -ennemies ennemi ADJ f p 14.56 19.05 2.19 4.53 -ennemis ennemi NOM m p 92.37 111.96 29.22 29.19 -ennobli ennoblir VER m s 0.15 1.22 0.01 0.20 par:pas; -ennoblie ennoblir VER f s 0.15 1.22 0.00 0.07 par:pas; -ennoblir ennoblir VER 0.15 1.22 0.01 0.34 inf; -ennoblis ennoblir VER m p 0.15 1.22 0.10 0.27 ind:pre:2s;par:pas; -ennoblissement ennoblissement NOM m s 0.00 0.07 0.00 0.07 -ennoblit ennoblir VER 0.15 1.22 0.03 0.34 ind:pre:3s;ind:pas:3s; -ennuagent ennuager VER 0.03 0.20 0.01 0.00 ind:pre:3p; -ennuager ennuager VER 0.03 0.20 0.00 0.14 inf; -ennuagé ennuager VER m s 0.03 0.20 0.02 0.07 par:pas; -ennui ennui NOM m s 76.64 56.62 14.76 38.24 -ennuie ennuyer VER 62.48 59.12 34.04 20.54 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:1s; -ennuient ennuyer VER 62.48 59.12 2.97 2.97 ind:pre:3p; -ennuiera ennuyer VER 62.48 59.12 0.66 0.07 ind:fut:3s; -ennuierai ennuyer VER 62.48 59.12 0.65 0.34 ind:fut:1s; -ennuieraient ennuyer VER 62.48 59.12 0.03 0.00 cnd:pre:3p; -ennuierais ennuyer VER 62.48 59.12 0.47 0.34 cnd:pre:1s;cnd:pre:2s; -ennuierait ennuyer VER 62.48 59.12 2.86 1.76 cnd:pre:3s; -ennuieras ennuyer VER 62.48 59.12 0.52 0.07 ind:fut:2s; -ennuierez ennuyer VER 62.48 59.12 0.06 0.00 ind:fut:2p; -ennuieriez ennuyer VER 62.48 59.12 0.04 0.00 cnd:pre:2p; -ennuierions ennuyer VER 62.48 59.12 0.00 0.07 cnd:pre:1p; -ennuierons ennuyer VER 62.48 59.12 0.14 0.00 ind:fut:1p; -ennuieront ennuyer VER 62.48 59.12 0.11 0.00 ind:fut:3p; -ennuies ennuyer VER 62.48 59.12 3.94 1.35 ind:pre:2s;sub:pre:2s; -ennuis ennui NOM m p 76.64 56.62 61.89 18.38 -ennuya ennuyer VER 62.48 59.12 0.00 0.68 ind:pas:3s; -ennuyai ennuyer VER 62.48 59.12 0.00 0.14 ind:pas:1s; -ennuyaient ennuyer VER 62.48 59.12 0.38 2.43 ind:imp:3p; -ennuyais ennuyer VER 62.48 59.12 2.07 3.04 ind:imp:1s;ind:imp:2s; -ennuyait ennuyer VER 62.48 59.12 1.42 9.46 ind:imp:3s; -ennuyant ennuyant ADJ m s 0.94 0.07 0.79 0.07 -ennuyante ennuyant ADJ f s 0.94 0.07 0.15 0.00 -ennuyer ennuyer VER 62.48 59.12 7.00 9.12 inf; -ennuyeuse ennuyeux ADJ f s 19.47 13.31 3.02 2.77 -ennuyeuses ennuyeux ADJ f p 19.47 13.31 0.83 1.08 -ennuyeux ennuyeux ADJ m 19.47 13.31 15.62 9.46 -ennuyez ennuyer VER 62.48 59.12 1.55 1.22 imp:pre:2p;ind:pre:2p; -ennuyiez ennuyer VER 62.48 59.12 0.20 0.20 ind:imp:2p; -ennuyions ennuyer VER 62.48 59.12 0.01 0.20 ind:imp:1p; -ennuyons ennuyer VER 62.48 59.12 0.24 0.20 imp:pre:1p;ind:pre:1p; -ennuyât ennuyer VER 62.48 59.12 0.00 0.34 sub:imp:3s; -ennuyèrent ennuyer VER 62.48 59.12 0.00 0.41 ind:pas:3p; -ennuyé ennuyer VER m s 62.48 59.12 1.26 2.23 par:pas; -ennuyée ennuyer VER f s 62.48 59.12 1.54 1.35 par:pas; -ennuyées ennuyer VER f p 62.48 59.12 0.01 0.00 par:pas; -ennuyés ennuyer VER m p 62.48 59.12 0.14 0.14 par:pas; -enorgueillît enorgueillir VER 0.32 2.09 0.00 0.07 sub:imp:3s; -enorgueilli enorgueillir VER m s 0.32 2.09 0.01 0.00 par:pas; -enorgueillir enorgueillir VER 0.32 2.09 0.12 0.61 inf; -enorgueillirent enorgueillir VER 0.32 2.09 0.00 0.07 ind:pas:3p; -enorgueillis enorgueillir VER 0.32 2.09 0.01 0.00 ind:pre:1s; -enorgueillissais enorgueillir VER 0.32 2.09 0.00 0.27 ind:imp:1s; -enorgueillissait enorgueillir VER 0.32 2.09 0.01 0.20 ind:imp:3s; -enorgueillissant enorgueillir VER 0.32 2.09 0.00 0.07 par:pre; -enorgueillisse enorgueillir VER 0.32 2.09 0.00 0.07 sub:pre:1s; -enorgueillissent enorgueillir VER 0.32 2.09 0.14 0.20 ind:pre:3p; -enorgueillit enorgueillir VER 0.32 2.09 0.03 0.54 ind:pre:3s;ind:pas:3s; -enquerraient enquérir VER 1.01 8.85 0.00 0.07 cnd:pre:3p; -enquiers enquérir VER 1.01 8.85 0.02 0.14 imp:pre:2s;ind:pre:1s; -enquiert enquérir VER 1.01 8.85 0.05 1.35 ind:pre:3s; -enquillais enquiller VER 0.00 2.84 0.00 0.07 ind:imp:1s; -enquillait enquiller VER 0.00 2.84 0.00 0.07 ind:imp:3s; -enquillant enquiller VER 0.00 2.84 0.00 0.20 par:pre; -enquille enquiller VER 0.00 2.84 0.00 1.01 ind:pre:1s;ind:pre:3s; -enquillent enquiller VER 0.00 2.84 0.00 0.14 ind:pre:3p; -enquiller enquiller VER 0.00 2.84 0.00 0.74 inf; -enquillons enquiller VER 0.00 2.84 0.00 0.07 ind:pre:1p; -enquillé enquiller VER m s 0.00 2.84 0.00 0.47 par:pas; -enquillés enquiller VER m p 0.00 2.84 0.00 0.07 par:pas; -enquiquinaient enquiquiner VER 0.64 1.15 0.00 0.07 ind:imp:3p; -enquiquinait enquiquiner VER 0.64 1.15 0.02 0.07 ind:imp:3s; -enquiquinant enquiquinant ADJ m s 0.38 0.07 0.01 0.07 -enquiquinante enquiquinant ADJ f s 0.38 0.07 0.21 0.00 -enquiquinants enquiquinant ADJ m p 0.38 0.07 0.16 0.00 -enquiquine enquiquiner VER 0.64 1.15 0.20 0.34 imp:pre:2s;ind:pre:1s;ind:pre:3s; -enquiquinement enquiquinement NOM m s 0.01 0.00 0.01 0.00 -enquiquinent enquiquiner VER 0.64 1.15 0.02 0.14 ind:pre:3p; -enquiquiner enquiquiner VER 0.64 1.15 0.12 0.41 inf; -enquiquineraient enquiquiner VER 0.64 1.15 0.01 0.00 cnd:pre:3p; -enquiquines enquiquiner VER 0.64 1.15 0.23 0.00 ind:pre:2s; -enquiquineur enquiquineur NOM m s 0.33 0.20 0.17 0.14 -enquiquineurs enquiquineur NOM m p 0.33 0.20 0.07 0.00 -enquiquineuse enquiquineur NOM f s 0.33 0.20 0.08 0.07 -enquiquiné enquiquiner VER m s 0.64 1.15 0.03 0.14 par:pas; -enquis enquérir VER m 1.01 8.85 0.06 0.88 ind:pas:1s;par:pas;par:pas; -enquise enquérir VER f s 1.01 8.85 0.01 0.20 par:pas; -enquit enquérir VER 1.01 8.85 0.10 3.45 ind:pas:3s; -enquière enquérir VER 1.01 8.85 0.01 0.07 sub:pre:1s;sub:pre:3s; -enquièrent enquérir VER 1.01 8.85 0.00 0.07 ind:pre:3p; -enquéraient enquérir VER 1.01 8.85 0.00 0.41 ind:imp:3p; -enquérais enquérir VER 1.01 8.85 0.02 0.14 ind:imp:1s; -enquérait enquérir VER 1.01 8.85 0.00 0.34 ind:imp:3s; -enquérant enquérir VER 1.01 8.85 0.00 0.41 par:pre; -enquérez enquérir VER 1.01 8.85 0.01 0.00 ind:pre:2p; -enquérir enquérir VER 1.01 8.85 0.73 1.35 inf; -enquêta enquêter VER 19.65 2.91 0.01 0.07 ind:pas:3s; -enquêtais enquêter VER 19.65 2.91 0.45 0.07 ind:imp:1s;ind:imp:2s; -enquêtait enquêter VER 19.65 2.91 0.85 0.61 ind:imp:3s; -enquêtant enquêter VER 19.65 2.91 0.28 0.07 par:pre; -enquête enquête NOM f s 57.98 21.28 53.89 18.45 -enquêtent enquêter VER 19.65 2.91 0.50 0.27 ind:pre:3p; -enquêter enquêter VER 19.65 2.91 7.29 1.35 inf; -enquêtes_minut enquêtes_minut NOM f p 0.00 0.07 0.00 0.07 -enquêtes enquête NOM f p 57.98 21.28 4.08 2.84 -enquêteur enquêteur NOM m s 4.06 3.18 1.83 1.28 -enquêteurs enquêteur NOM m p 4.06 3.18 2.15 1.82 -enquêteuse enquêteur NOM f s 4.06 3.18 0.07 0.00 -enquêtez enquêter VER 19.65 2.91 0.99 0.07 imp:pre:2p;ind:pre:2p; -enquêtrices enquêteur NOM f p 4.06 3.18 0.00 0.07 -enquêté enquêter VER m s 19.65 2.91 2.13 0.14 par:pas; -enrôla enrôler VER 3.03 2.77 0.00 0.07 ind:pas:3s; -enrôlaient enrôler VER 3.03 2.77 0.04 0.07 ind:imp:3p; -enrôlais enrôler VER 3.03 2.77 0.01 0.07 ind:imp:1s; -enrôlait enrôler VER 3.03 2.77 0.01 0.14 ind:imp:3s; -enrôlant enrôler VER 3.03 2.77 0.05 0.00 par:pre; -enrôle enrôler VER 3.03 2.77 0.17 0.14 imp:pre:2s;ind:pre:1s;ind:pre:3s; -enrôlement enrôlement NOM m s 0.25 0.34 0.25 0.14 -enrôlements enrôlement NOM m p 0.25 0.34 0.00 0.20 -enrôler enrôler VER 3.03 2.77 0.82 0.95 inf; -enrôlerait enrôler VER 3.03 2.77 0.01 0.14 cnd:pre:3s; -enrôleriez enrôler VER 3.03 2.77 0.01 0.00 cnd:pre:2p; -enrôlez enrôler VER 3.03 2.77 0.74 0.00 imp:pre:2p;ind:pre:2p; -enrôlons enrôler VER 3.03 2.77 0.03 0.00 imp:pre:1p;ind:pre:1p; -enrôlé enrôler VER m s 3.03 2.77 0.94 0.74 par:pas; -enrôlée enrôler VER f s 3.03 2.77 0.02 0.20 par:pas; -enrôlées enrôler VER f p 3.03 2.77 0.00 0.07 par:pas; -enrôlés enrôler VER m p 3.03 2.77 0.17 0.20 par:pas; -enracinais enraciner VER 0.65 3.65 0.00 0.07 ind:imp:1s; -enracinait enraciner VER 0.65 3.65 0.00 0.54 ind:imp:3s; -enracinant enraciner VER 0.65 3.65 0.00 0.07 par:pre; -enracine enraciner VER 0.65 3.65 0.03 0.14 ind:pre:3s; -enracinement enracinement NOM m s 0.01 0.47 0.01 0.41 -enracinements enracinement NOM m p 0.01 0.47 0.00 0.07 -enracinent enraciner VER 0.65 3.65 0.14 0.27 ind:pre:3p; -enraciner enraciner VER 0.65 3.65 0.25 0.34 inf; -enracinerait enraciner VER 0.65 3.65 0.10 0.07 cnd:pre:3s; -enracineras enraciner VER 0.65 3.65 0.00 0.07 ind:fut:2s; -enracinerez enraciner VER 0.65 3.65 0.01 0.00 ind:fut:2p; -enraciné enraciner VER m s 0.65 3.65 0.05 1.15 par:pas; -enracinée enraciné ADJ f s 0.12 0.88 0.04 0.27 -enracinées enraciné ADJ f p 0.12 0.88 0.01 0.14 -enracinés enraciné ADJ m p 0.12 0.88 0.04 0.34 -enrage enrager VER 6.13 7.57 1.46 1.82 imp:pre:2s;ind:pre:1s;ind:pre:3s; -enragea enrager VER 6.13 7.57 0.00 0.20 ind:pas:3s; -enrageai enrager VER 6.13 7.57 0.00 0.07 ind:pas:1s; -enrageais enrager VER 6.13 7.57 0.27 0.47 ind:imp:1s; -enrageait enrager VER 6.13 7.57 0.15 1.35 ind:imp:3s; -enrageant enrager VER 6.13 7.57 0.00 0.07 par:pre; -enrageante enrageant ADJ f s 0.01 0.00 0.01 0.00 -enragement enragement NOM m s 0.00 0.14 0.00 0.14 -enragent enrager VER 6.13 7.57 0.01 0.20 ind:pre:3p; -enrager enrager VER 6.13 7.57 2.20 1.49 inf; -enragerais enrager VER 6.13 7.57 0.00 0.14 cnd:pre:1s; -enragé enragé ADJ m s 3.36 4.26 2.18 1.69 -enragée enragé ADJ f s 3.36 4.26 0.75 1.28 -enragées enrager VER f p 6.13 7.57 0.12 0.00 par:pas; -enragés enragé NOM m p 0.79 1.69 0.39 0.74 -enraie enrayer VER 1.73 1.96 0.01 0.00 ind:pre:3s; -enraillée enrailler VER f s 0.02 0.00 0.02 0.00 par:pas; -enraya enrayer VER 1.73 1.96 0.00 0.20 ind:pas:3s; -enrayage enrayage NOM m s 0.02 0.00 0.02 0.00 -enrayait enrayer VER 1.73 1.96 0.00 0.14 ind:imp:3s; -enrayant enrayer VER 1.73 1.96 0.00 0.14 par:pre; -enraye enrayer VER 1.73 1.96 0.27 0.20 ind:pre:3s; -enrayement enrayement NOM m s 0.02 0.00 0.02 0.00 -enrayent enrayer VER 1.73 1.96 0.03 0.07 ind:pre:3p; -enrayer enrayer VER 1.73 1.96 0.92 0.74 inf; -enrayera enrayer VER 1.73 1.96 0.04 0.00 ind:fut:3s; -enrayé enrayer VER m s 1.73 1.96 0.32 0.20 par:pas; -enrayée enrayer VER f s 1.73 1.96 0.14 0.27 par:pas; -enregistra enregistrer VER 33.07 14.73 0.09 0.54 ind:pas:3s; -enregistrable enregistrable ADJ f s 0.01 0.07 0.01 0.07 -enregistrai enregistrer VER 33.07 14.73 0.00 0.27 ind:pas:1s; -enregistraient enregistrer VER 33.07 14.73 0.11 0.34 ind:imp:3p; -enregistrais enregistrer VER 33.07 14.73 0.49 0.20 ind:imp:1s;ind:imp:2s; -enregistrait enregistrer VER 33.07 14.73 0.63 1.35 ind:imp:3s; -enregistrant enregistrer VER 33.07 14.73 0.20 0.41 par:pre; -enregistre enregistrer VER 33.07 14.73 5.96 2.03 imp:pre:2s;ind:pre:1s;ind:pre:3s; -enregistrement enregistrement NOM m s 14.79 3.11 11.21 2.36 -enregistrements enregistrement NOM m p 14.79 3.11 3.58 0.74 -enregistrent enregistrer VER 33.07 14.73 0.47 0.14 ind:pre:3p; -enregistrer enregistrer VER 33.07 14.73 7.58 3.65 inf; -enregistrera enregistrer VER 33.07 14.73 0.28 0.00 ind:fut:3s; -enregistrerai enregistrer VER 33.07 14.73 0.32 0.00 ind:fut:1s; -enregistrerait enregistrer VER 33.07 14.73 0.01 0.00 cnd:pre:3s; -enregistreras enregistrer VER 33.07 14.73 0.01 0.00 ind:fut:2s; -enregistrerez enregistrer VER 33.07 14.73 0.02 0.00 ind:fut:2p; -enregistrerons enregistrer VER 33.07 14.73 0.01 0.00 ind:fut:1p; -enregistreront enregistrer VER 33.07 14.73 0.01 0.07 ind:fut:3p; -enregistres enregistrer VER 33.07 14.73 0.83 0.07 ind:pre:2s; -enregistreur enregistreur NOM m s 1.00 0.20 0.88 0.14 -enregistreurs enregistreur NOM m p 1.00 0.20 0.11 0.00 -enregistreuse enregistreur ADJ f s 0.66 1.01 0.24 0.74 -enregistreuses enregistreur ADJ f p 0.66 1.01 0.20 0.07 -enregistrez enregistrer VER 33.07 14.73 1.12 0.00 imp:pre:2p;ind:pre:2p; -enregistriez enregistrer VER 33.07 14.73 0.00 0.07 ind:imp:2p; -enregistrions enregistrer VER 33.07 14.73 0.02 0.07 ind:imp:1p; -enregistrons enregistrer VER 33.07 14.73 0.25 0.14 imp:pre:1p;ind:pre:1p; -enregistré enregistrer VER m s 33.07 14.73 9.58 3.18 par:pas; -enregistrée enregistrer VER f s 33.07 14.73 2.73 0.88 par:pas; -enregistrées enregistrer VER f p 33.07 14.73 0.81 0.41 par:pas; -enregistrés enregistrer VER m p 33.07 14.73 1.54 0.95 par:pas; -enrhumait enrhumer VER 2.60 1.96 0.00 0.14 ind:imp:3s; -enrhume enrhumer VER 2.60 1.96 0.39 0.47 ind:pre:1s;ind:pre:3s; -enrhument enrhumer VER 2.60 1.96 0.11 0.07 ind:pre:3p; -enrhumer enrhumer VER 2.60 1.96 0.89 0.41 inf; -enrhumes enrhumer VER 2.60 1.96 0.00 0.07 ind:pre:2s; -enrhumez enrhumer VER 2.60 1.96 0.01 0.00 imp:pre:2p; -enrhumé enrhumer VER m s 2.60 1.96 0.97 0.41 par:pas; -enrhumée enrhumer VER f s 2.60 1.96 0.22 0.34 par:pas; -enrhumées enrhumé ADJ f p 0.49 1.22 0.00 0.07 -enrhumés enrhumé ADJ m p 0.49 1.22 0.11 0.27 -enrichi enrichir VER m s 7.73 11.76 1.44 2.03 par:pas; -enrichie enrichir VER f s 7.73 11.76 0.13 0.81 par:pas; -enrichies enrichir VER f p 7.73 11.76 0.17 0.14 par:pas; -enrichir enrichir VER 7.73 11.76 3.00 4.19 inf; -enrichira enrichir VER 7.73 11.76 0.10 0.00 ind:fut:3s; -enrichirais enrichir VER 7.73 11.76 0.01 0.07 cnd:pre:1s; -enrichirait enrichir VER 7.73 11.76 0.34 0.00 cnd:pre:3s; -enrichiront enrichir VER 7.73 11.76 0.04 0.14 ind:fut:3p; -enrichis enrichir VER m p 7.73 11.76 0.48 0.54 ind:pre:1s;ind:pre:2s;par:pas; -enrichissaient enrichir VER 7.73 11.76 0.01 0.34 ind:imp:3p; -enrichissais enrichir VER 7.73 11.76 0.00 0.07 ind:imp:1s; -enrichissait enrichir VER 7.73 11.76 0.05 1.15 ind:imp:3s; -enrichissant enrichissant ADJ m s 0.69 0.95 0.20 0.14 -enrichissante enrichissant ADJ f s 0.69 0.95 0.23 0.34 -enrichissantes enrichissant ADJ f p 0.69 0.95 0.25 0.27 -enrichissants enrichissant ADJ m p 0.69 0.95 0.01 0.20 -enrichisse enrichir VER 7.73 11.76 0.28 0.14 sub:pre:1s;sub:pre:3s; -enrichissement enrichissement NOM m s 0.20 1.28 0.20 0.74 -enrichissements enrichissement NOM m p 0.20 1.28 0.00 0.54 -enrichissent enrichir VER 7.73 11.76 0.49 0.54 ind:pre:3p; -enrichissez enrichir VER 7.73 11.76 0.03 0.07 imp:pre:2p;ind:pre:2p; -enrichit enrichir VER 7.73 11.76 1.08 1.35 ind:pre:3s;ind:pas:3s; -enrobage enrobage NOM m s 0.05 0.07 0.05 0.07 -enrobaient enrober VER 0.68 2.36 0.00 0.07 ind:imp:3p; -enrobait enrober VER 0.68 2.36 0.00 0.61 ind:imp:3s; -enrobant enrober VER 0.68 2.36 0.00 0.07 par:pre; -enrobe enrober VER 0.68 2.36 0.03 0.54 ind:pre:1s;ind:pre:3s; -enrober enrober VER 0.68 2.36 0.15 0.07 inf; -enrobèrent enrober VER 0.68 2.36 0.00 0.07 ind:pas:3p; -enrobé enrobé ADJ m s 1.02 1.01 0.88 0.47 -enrobée enrober VER f s 0.68 2.36 0.09 0.27 par:pas; -enrobées enrobé ADJ f p 1.02 1.01 0.11 0.00 -enrobés enrober VER m p 0.68 2.36 0.17 0.34 par:pas; -enrochements enrochement NOM m p 0.00 0.27 0.00 0.27 -enroua enrouer VER 0.12 2.16 0.00 0.14 ind:pas:3s; -enrouaient enrouer VER 0.12 2.16 0.00 0.14 ind:imp:3p; -enrouait enrouer VER 0.12 2.16 0.00 0.20 ind:imp:3s; -enroue enrouer VER 0.12 2.16 0.00 0.34 ind:pre:3s; -enrouement enrouement NOM m s 0.00 0.41 0.00 0.34 -enrouements enrouement NOM m p 0.00 0.41 0.00 0.07 -enrouer enrouer VER 0.12 2.16 0.00 0.07 inf; -enroula enrouler VER 3.75 16.89 0.00 1.01 ind:pas:3s; -enroulage enroulage NOM m s 0.00 0.07 0.00 0.07 -enroulai enrouler VER 3.75 16.89 0.01 0.14 ind:pas:1s; -enroulaient enrouler VER 3.75 16.89 0.11 0.81 ind:imp:3p; -enroulais enrouler VER 3.75 16.89 0.02 0.14 ind:imp:1s; -enroulait enrouler VER 3.75 16.89 0.01 3.31 ind:imp:3s; -enroulant enrouler VER 3.75 16.89 0.03 1.42 par:pre; -enroule enrouler VER 3.75 16.89 1.11 1.96 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:1s; -enroulement enroulement NOM m s 0.01 0.61 0.01 0.27 -enroulements enroulement NOM m p 0.01 0.61 0.00 0.34 -enroulent enrouler VER 3.75 16.89 0.19 0.41 ind:pre:3p; -enrouler enrouler VER 3.75 16.89 0.36 1.35 inf; -enroulera enrouler VER 3.75 16.89 0.00 0.07 ind:fut:3s; -enroulerais enrouler VER 3.75 16.89 0.10 0.07 cnd:pre:1s; -enroulez enrouler VER 3.75 16.89 0.24 0.00 imp:pre:2p;ind:pre:2p; -enroulèrent enrouler VER 3.75 16.89 0.01 0.41 ind:pas:3p; -enroulé enrouler VER m s 3.75 16.89 0.52 2.50 par:pas; -enroulée enrouler VER f s 3.75 16.89 0.80 1.69 par:pas; -enroulées enrouler VER f p 3.75 16.89 0.05 0.54 par:pas; -enroulés enrouler VER m p 3.75 16.89 0.19 1.08 par:pas; -enroué enroué ADJ m s 0.18 3.31 0.05 0.61 -enrouée enroué ADJ f s 0.18 3.31 0.13 2.50 -enrouées enroué ADJ f p 0.18 3.31 0.00 0.14 -enroués enrouer VER m p 0.12 2.16 0.10 0.14 par:pas; -enrubannaient enrubanner VER 0.13 1.15 0.00 0.14 ind:imp:3p; -enrubannait enrubanner VER 0.13 1.15 0.00 0.14 ind:imp:3s; -enrubanner enrubanner VER 0.13 1.15 0.11 0.00 inf; -enrubanné enrubanner VER m s 0.13 1.15 0.01 0.27 par:pas; -enrubannée enrubanné ADJ f s 0.03 0.88 0.03 0.14 -enrubannées enrubanner VER f p 0.13 1.15 0.00 0.14 par:pas; -enrubannés enrubanné ADJ m p 0.03 0.88 0.00 0.34 -enrégimentait enrégimenter VER 0.00 0.27 0.00 0.07 ind:imp:3s; -enrégimenter enrégimenter VER 0.00 0.27 0.00 0.14 inf; -enrégimenterait enrégimenter VER 0.00 0.27 0.00 0.07 cnd:pre:3s; -ensablait ensabler VER 0.28 1.15 0.10 0.14 ind:imp:3s; -ensable ensabler VER 0.28 1.15 0.00 0.27 ind:pre:3s; -ensablement ensablement NOM m s 0.00 0.20 0.00 0.20 -ensablent ensabler VER 0.28 1.15 0.00 0.07 ind:pre:3p; -ensabler ensabler VER 0.28 1.15 0.01 0.14 inf; -ensablèrent ensabler VER 0.28 1.15 0.00 0.07 ind:pas:3p; -ensablé ensablé ADJ m s 0.03 0.88 0.01 0.27 -ensablée ensabler VER f s 0.28 1.15 0.14 0.20 par:pas; -ensablées ensablé ADJ f p 0.03 0.88 0.00 0.14 -ensablés ensablé ADJ m p 0.03 0.88 0.01 0.27 -ensacher ensacher VER 0.04 0.07 0.02 0.00 inf; -ensaché ensacher VER m s 0.04 0.07 0.01 0.07 par:pas; -ensanglanta ensanglanter VER 1.07 2.30 0.00 0.14 ind:pas:3s; -ensanglantaient ensanglanter VER 1.07 2.30 0.00 0.07 ind:imp:3p; -ensanglantant ensanglanter VER 1.07 2.30 0.00 0.14 par:pre; -ensanglante ensanglanter VER 1.07 2.30 0.28 0.00 ind:pre:3s; -ensanglantement ensanglantement NOM m s 0.00 0.07 0.00 0.07 -ensanglanter ensanglanter VER 1.07 2.30 0.00 0.07 inf; -ensanglantèrent ensanglanter VER 1.07 2.30 0.00 0.07 ind:pas:3p; -ensanglanté ensanglanté ADJ m s 1.55 4.26 0.71 1.55 -ensanglantée ensanglanté ADJ f s 1.55 4.26 0.52 1.28 -ensanglantées ensanglanté ADJ f p 1.55 4.26 0.10 0.61 -ensanglantés ensanglanté ADJ m p 1.55 4.26 0.21 0.81 -ensauvageait ensauvager VER 0.11 0.68 0.00 0.07 ind:imp:3s; -ensauvagement ensauvagement NOM m s 0.00 0.07 0.00 0.07 -ensauvagé ensauvager VER m s 0.11 0.68 0.01 0.14 par:pas; -ensauvagée ensauvager VER f s 0.11 0.68 0.10 0.20 par:pas; -ensauvagées ensauvager VER f p 0.11 0.68 0.00 0.14 par:pas; -ensauvagés ensauvager VER m p 0.11 0.68 0.00 0.14 par:pas; -ensauve ensauver VER 0.00 0.14 0.00 0.07 ind:pre:1s; -ensauvés ensauver VER m p 0.00 0.14 0.00 0.07 par:pas; -enseigna enseigner VER 31.98 23.04 0.59 1.15 ind:pas:3s; -enseignaient enseigner VER 31.98 23.04 0.07 0.47 ind:imp:3p; -enseignais enseigner VER 31.98 23.04 0.80 0.34 ind:imp:1s;ind:imp:2s; -enseignait enseigner VER 31.98 23.04 1.29 3.85 ind:imp:3s; -enseignant_robot enseignant_robot NOM m s 0.00 0.07 0.00 0.07 -enseignant enseignant NOM m s 3.94 1.69 1.63 0.34 -enseignante enseignant NOM f s 3.94 1.69 0.45 0.47 -enseignantes enseignant NOM f p 3.94 1.69 0.03 0.07 -enseignants enseignant NOM m p 3.94 1.69 1.84 0.81 -enseigne enseigner VER 31.98 23.04 8.85 3.78 imp:pre:2s;ind:pre:1s;ind:pre:3s; -enseignement enseignement NOM m s 4.27 12.50 3.61 10.95 -enseignements enseignement NOM m p 4.27 12.50 0.66 1.55 -enseignent enseigner VER 31.98 23.04 0.59 0.95 ind:pre:3p; -enseigner enseigner VER 31.98 23.04 10.06 5.00 inf;; -enseignera enseigner VER 31.98 23.04 0.53 0.41 ind:fut:3s; -enseignerai enseigner VER 31.98 23.04 0.78 0.14 ind:fut:1s; -enseigneraient enseigner VER 31.98 23.04 0.01 0.07 cnd:pre:3p; -enseignerais enseigner VER 31.98 23.04 0.30 0.07 cnd:pre:1s; -enseignerait enseigner VER 31.98 23.04 0.05 0.14 cnd:pre:3s; -enseigneras enseigner VER 31.98 23.04 0.05 0.00 ind:fut:2s; -enseignerez enseigner VER 31.98 23.04 0.06 0.00 ind:fut:2p; -enseignerons enseigner VER 31.98 23.04 0.28 0.00 ind:fut:1p; -enseigneront enseigner VER 31.98 23.04 0.04 0.07 ind:fut:3p; -enseignes enseigner VER 31.98 23.04 0.89 0.07 ind:pre:2s; -enseigneur enseigneur NOM m s 0.01 0.00 0.01 0.00 -enseignez enseigner VER 31.98 23.04 1.61 0.54 imp:pre:2p;ind:pre:2p; -enseigniez enseigner VER 31.98 23.04 0.17 0.07 ind:imp:2p; -enseignons enseigner VER 31.98 23.04 0.09 0.00 imp:pre:1p;ind:pre:1p; -enseignât enseigner VER 31.98 23.04 0.00 0.07 sub:imp:3s; -enseignèrent enseigner VER 31.98 23.04 0.00 0.20 ind:pas:3p; -enseigné enseigner VER m s 31.98 23.04 3.79 3.85 par:pas; -enseignée enseigner VER f s 31.98 23.04 0.43 0.88 par:pas; -enseignées enseigner VER f p 31.98 23.04 0.22 0.27 par:pas; -enseignés enseigner VER m p 31.98 23.04 0.06 0.34 par:pas; -ensellement ensellement NOM m s 0.00 0.20 0.00 0.20 -ensellé ensellé ADJ m s 0.01 0.07 0.01 0.00 -ensellure ensellure NOM f s 0.14 0.07 0.14 0.07 -ensellés ensellé ADJ m p 0.01 0.07 0.00 0.07 -ensemble ensemble ADV 253.47 145.07 253.47 145.07 -ensembles ensemble NOM m p 31.87 63.45 2.13 2.03 -ensemencement ensemencement NOM m s 0.01 0.20 0.01 0.14 -ensemencements ensemencement NOM m p 0.01 0.20 0.00 0.07 -ensemencer ensemencer VER 0.23 1.42 0.08 0.41 inf; -ensemencé ensemencer VER m s 0.23 1.42 0.14 0.34 par:pas; -ensemencée ensemencer VER f s 0.23 1.42 0.01 0.20 par:pas; -ensemencés ensemencer VER m p 0.23 1.42 0.00 0.14 par:pas; -ensemença ensemencer VER 0.23 1.42 0.00 0.07 ind:pas:3s; -ensemençaient ensemencer VER 0.23 1.42 0.00 0.07 ind:imp:3p; -ensemençait ensemencer VER 0.23 1.42 0.00 0.14 ind:imp:3s; -ensemençant ensemencer VER 0.23 1.42 0.00 0.07 par:pre; -enserra enserrer VER 0.23 7.70 0.00 0.07 ind:pas:3s; -enserrai enserrer VER 0.23 7.70 0.00 0.07 ind:pas:1s; -enserraient enserrer VER 0.23 7.70 0.01 1.01 ind:imp:3p; -enserrait enserrer VER 0.23 7.70 0.00 1.28 ind:imp:3s; -enserrant enserrer VER 0.23 7.70 0.00 1.49 par:pre; -enserre enserrer VER 0.23 7.70 0.05 1.08 ind:pre:1s;ind:pre:3s; -enserrent enserrer VER 0.23 7.70 0.02 0.74 ind:pre:3p; -enserrer enserrer VER 0.23 7.70 0.01 0.54 inf; -enserrera enserrer VER 0.23 7.70 0.01 0.00 ind:fut:3s; -enserrerait enserrer VER 0.23 7.70 0.00 0.07 cnd:pre:3s; -enserres enserrer VER 0.23 7.70 0.00 0.07 ind:pre:2s; -enserrèrent enserrer VER 0.23 7.70 0.00 0.07 ind:pas:3p; -enserré enserrer VER m s 0.23 7.70 0.13 0.54 par:pas; -enserrée enserrer VER f s 0.23 7.70 0.00 0.27 par:pas; -enserrées enserrer VER f p 0.23 7.70 0.00 0.14 par:pas; -enserrés enserrer VER m p 0.23 7.70 0.00 0.27 par:pas; -enseveli ensevelir VER m s 3.10 8.58 0.75 2.70 par:pas; -ensevelie ensevelir VER f s 3.10 8.58 0.52 0.88 par:pas; -ensevelies ensevelir VER f p 3.10 8.58 0.06 0.68 par:pas; -ensevelir ensevelir VER 3.10 8.58 1.20 1.08 inf; -ensevelira ensevelir VER 3.10 8.58 0.04 0.00 ind:fut:3s; -ensevelirait ensevelir VER 3.10 8.58 0.00 0.07 cnd:pre:3s; -ensevelis ensevelir VER m p 3.10 8.58 0.33 1.76 ind:pre:1s;par:pas; -ensevelissaient ensevelir VER 3.10 8.58 0.00 0.14 ind:imp:3p; -ensevelissais ensevelir VER 3.10 8.58 0.00 0.07 ind:imp:1s; -ensevelissait ensevelir VER 3.10 8.58 0.00 0.34 ind:imp:3s; -ensevelissant ensevelir VER 3.10 8.58 0.00 0.20 par:pre; -ensevelisse ensevelir VER 3.10 8.58 0.14 0.27 sub:pre:3s; -ensevelissement ensevelissement NOM m s 0.03 0.74 0.03 0.74 -ensevelissent ensevelir VER 3.10 8.58 0.00 0.14 ind:pre:3p; -ensevelisseuse ensevelisseur NOM f s 0.00 0.14 0.00 0.14 -ensevelissez ensevelir VER 3.10 8.58 0.03 0.00 imp:pre:2p;ind:pre:2p; -ensevelissons ensevelir VER 3.10 8.58 0.00 0.07 imp:pre:1p; -ensevelit ensevelir VER 3.10 8.58 0.02 0.20 ind:pre:3s;ind:pas:3s; -ensoleilla ensoleiller VER 0.99 3.31 0.00 0.14 ind:pas:3s; -ensoleillement ensoleillement NOM m s 0.04 0.27 0.04 0.27 -ensoleiller ensoleiller VER 0.99 3.31 0.02 0.07 inf; -ensoleillèrent ensoleiller VER 0.99 3.31 0.00 0.07 ind:pas:3p; -ensoleillé ensoleillé ADJ m s 2.12 8.31 1.05 3.04 -ensoleillée ensoleillé ADJ f s 2.12 8.31 0.75 4.12 -ensoleillées ensoleillé ADJ f p 2.12 8.31 0.06 0.61 -ensoleillés ensoleillé ADJ m p 2.12 8.31 0.26 0.54 -ensommeilla ensommeiller VER 0.14 1.15 0.00 0.07 ind:pas:3s; -ensommeillaient ensommeiller VER 0.14 1.15 0.00 0.07 ind:imp:3p; -ensommeillait ensommeiller VER 0.14 1.15 0.00 0.14 ind:imp:3s; -ensommeiller ensommeiller VER 0.14 1.15 0.00 0.07 inf; -ensommeillé ensommeiller VER m s 0.14 1.15 0.14 0.34 par:pas; -ensommeillée ensommeillé ADJ f s 0.21 3.38 0.01 1.55 -ensommeillées ensommeillé ADJ f p 0.21 3.38 0.00 0.34 -ensommeillés ensommeillé ADJ m p 0.21 3.38 0.10 0.54 -ensorcelaient ensorceler VER 3.92 1.49 0.00 0.07 ind:imp:3p; -ensorcelant ensorcelant ADJ m s 0.21 0.47 0.03 0.20 -ensorcelante ensorcelant ADJ f s 0.21 0.47 0.19 0.20 -ensorcelantes ensorcelant ADJ f p 0.21 0.47 0.00 0.07 -ensorceler ensorceler VER 3.92 1.49 0.67 0.34 inf; -ensorceleur ensorceleur ADJ m s 0.03 0.07 0.01 0.07 -ensorceleuse ensorceleur NOM f s 0.04 0.07 0.03 0.07 -ensorceleuses ensorceleuse NOM f p 0.02 0.00 0.02 0.00 -ensorcelez ensorceler VER 3.92 1.49 0.02 0.07 ind:pre:2p; -ensorcelle ensorceler VER 3.92 1.49 0.34 0.34 ind:pre:3s; -ensorcellement ensorcellement NOM m s 0.05 0.14 0.05 0.14 -ensorcellent ensorceler VER 3.92 1.49 0.26 0.07 ind:pre:3p; -ensorcelles ensorceler VER 3.92 1.49 0.00 0.07 ind:pre:2s; -ensorcelé ensorceler VER m s 3.92 1.49 1.72 0.34 par:pas; -ensorcelée ensorceler VER f s 3.92 1.49 0.73 0.14 par:pas; -ensorcelées ensorcelé ADJ f p 0.35 0.88 0.10 0.14 -ensorcelés ensorceler VER m p 3.92 1.49 0.18 0.00 par:pas; -ensouple ensouple NOM f s 0.00 0.07 0.00 0.07 -ensoutanée ensoutané ADJ f s 0.00 0.07 0.00 0.07 -ensoutanées ensoutaner VER f p 0.00 0.07 0.00 0.07 par:pas; -ensuit ensuivre VER 1.20 5.34 0.52 1.89 ind:pre:3s; -ensuite ensuite ADV 127.92 169.19 127.92 169.19 -ensuivaient ensuivre VER 1.20 5.34 0.00 0.14 ind:imp:3p; -ensuivait ensuivre VER 1.20 5.34 0.00 0.34 ind:imp:3s; -ensuive ensuivre VER 1.20 5.34 0.33 0.54 sub:pre:3s; -ensuivent ensuivre VER 1.20 5.34 0.04 0.07 ind:pre:3p; -ensuivi ensuivre VER m s 1.20 5.34 0.00 0.07 par:pas; -ensuivie ensuivre VER f s 1.20 5.34 0.01 0.07 par:pas; -ensuivies ensuivre VER f p 1.20 5.34 0.00 0.07 par:pas; -ensuivirent ensuivre VER 1.20 5.34 0.03 0.27 ind:pas:3p; -ensuivit ensuivre VER 1.20 5.34 0.15 1.22 ind:pas:3s; -ensuivra ensuivre VER 1.20 5.34 0.06 0.07 ind:fut:3s; -ensuivraient ensuivre VER 1.20 5.34 0.01 0.07 cnd:pre:3p; -ensuivrait ensuivre VER 1.20 5.34 0.01 0.20 cnd:pre:3s; -ensuivre ensuivre VER 1.20 5.34 0.02 0.34 inf; -ensuivront ensuivre VER 1.20 5.34 0.03 0.00 ind:fut:3p; -ensuquent ensuquer VER 0.00 0.47 0.00 0.07 ind:pre:3p; -ensuqué ensuquer VER m s 0.00 0.47 0.00 0.14 par:pas; -ensuquée ensuquer VER f s 0.00 0.47 0.00 0.27 par:pas; -entôlage entôlage NOM m s 0.01 0.14 0.01 0.14 -entôler entôler VER 0.02 0.20 0.01 0.00 inf; -entôleur entôleur NOM m s 0.00 0.07 0.00 0.07 -entôlé entôler VER m s 0.02 0.20 0.01 0.14 par:pas; -entôlée entôler VER f s 0.02 0.20 0.00 0.07 par:pas; -entablement entablement NOM m s 0.00 0.07 0.00 0.07 -entachait entacher VER 0.78 1.76 0.00 0.27 ind:imp:3s; -entache entacher VER 0.78 1.76 0.31 0.07 imp:pre:2s;ind:pre:3s; -entachent entacher VER 0.78 1.76 0.01 0.00 ind:pre:3p; -entacher entacher VER 0.78 1.76 0.10 0.14 inf; -entacherait entacher VER 0.78 1.76 0.04 0.00 cnd:pre:3s; -entaché entacher VER m s 0.78 1.76 0.12 0.81 par:pas; -entachée entacher VER f s 0.78 1.76 0.19 0.34 par:pas; -entachées entacher VER f p 0.78 1.76 0.00 0.07 par:pas; -entachés entacher VER m p 0.78 1.76 0.00 0.07 par:pas; -entailla entailler VER 0.52 2.09 0.00 0.07 ind:pas:3s; -entaillait entailler VER 0.52 2.09 0.01 0.27 ind:imp:3s; -entaille entaille NOM f s 1.93 3.92 1.49 2.64 -entaillent entailler VER 0.52 2.09 0.00 0.27 ind:pre:3p; -entailler entailler VER 0.52 2.09 0.10 0.47 inf; -entaillerai entailler VER 0.52 2.09 0.00 0.07 ind:fut:1s; -entailles entaille NOM f p 1.93 3.92 0.44 1.28 -entaillé entailler VER m s 0.52 2.09 0.18 0.34 par:pas; -entaillée entailler VER f s 0.52 2.09 0.04 0.14 par:pas; -entaillées entaillé ADJ f p 0.11 0.61 0.01 0.00 -entaillés entaillé ADJ m p 0.11 0.61 0.01 0.20 -entama entamer VER 7.44 27.77 0.08 2.03 ind:pas:3s; -entamai entamer VER 7.44 27.77 0.01 0.47 ind:pas:1s; -entamaient entamer VER 7.44 27.77 0.14 1.28 ind:imp:3p; -entamais entamer VER 7.44 27.77 0.07 0.07 ind:imp:1s; -entamait entamer VER 7.44 27.77 0.04 1.62 ind:imp:3s; -entamant entamer VER 7.44 27.77 0.02 0.41 par:pre; -entame entamer VER 7.44 27.77 1.09 2.36 imp:pre:2s;ind:pre:1s;ind:pre:3s; -entament entamer VER 7.44 27.77 0.32 0.61 ind:pre:3p; -entamer entamer VER 7.44 27.77 2.42 7.03 inf; -entamera entamer VER 7.44 27.77 0.28 0.07 ind:fut:3s; -entamerai entamer VER 7.44 27.77 0.03 0.07 ind:fut:1s; -entameraient entamer VER 7.44 27.77 0.01 0.07 cnd:pre:3p; -entamerais entamer VER 7.44 27.77 0.14 0.14 cnd:pre:1s; -entamerait entamer VER 7.44 27.77 0.02 0.27 cnd:pre:3s; -entamerez entamer VER 7.44 27.77 0.01 0.07 ind:fut:2p; -entamerons entamer VER 7.44 27.77 0.12 0.07 ind:fut:1p; -entames entamer VER 7.44 27.77 0.02 0.00 ind:pre:2s; -entamez entamer VER 7.44 27.77 0.26 0.07 imp:pre:2p;ind:pre:2p; -entamons entamer VER 7.44 27.77 0.13 0.14 imp:pre:1p;ind:pre:1p; -entamât entamer VER 7.44 27.77 0.00 0.27 sub:imp:3s; -entamèrent entamer VER 7.44 27.77 0.11 0.54 ind:pas:3p; -entamé entamer VER m s 7.44 27.77 1.52 5.68 par:pas; -entamée entamer VER f s 7.44 27.77 0.47 3.51 par:pas; -entamées entamer VER f p 7.44 27.77 0.12 0.27 par:pas; -entamés entamer VER m p 7.44 27.77 0.02 0.68 par:pas; -entant enter VER 0.49 0.14 0.12 0.00 par:pre; -entassa entasser VER 3.90 29.05 0.00 0.68 ind:pas:3s; -entassaient entasser VER 3.90 29.05 0.14 5.81 ind:imp:3p; -entassait entasser VER 3.90 29.05 0.06 2.43 ind:imp:3s; -entassant entasser VER 3.90 29.05 0.00 0.61 par:pre; -entasse entasser VER 3.90 29.05 1.07 1.55 imp:pre:2s;ind:pre:1s;ind:pre:3s; -entassement entassement NOM m s 0.00 4.53 0.00 3.31 -entassements entassement NOM m p 0.00 4.53 0.00 1.22 -entassent entasser VER 3.90 29.05 0.58 2.09 ind:pre:3p; -entasser entasser VER 3.90 29.05 0.65 2.03 inf; -entassera entasser VER 3.90 29.05 0.00 0.07 ind:fut:3s; -entasseraient entasser VER 3.90 29.05 0.00 0.14 cnd:pre:3p; -entasserait entasser VER 3.90 29.05 0.00 0.07 cnd:pre:3s; -entasseront entasser VER 3.90 29.05 0.00 0.07 ind:fut:3p; -entassez entasser VER 3.90 29.05 0.07 0.07 imp:pre:2p; -entassions entasser VER 3.90 29.05 0.00 0.34 ind:imp:1p; -entassâmes entasser VER 3.90 29.05 0.00 0.07 ind:pas:1p; -entassons entasser VER 3.90 29.05 0.10 0.07 ind:pre:1p; -entassèrent entasser VER 3.90 29.05 0.00 0.34 ind:pas:3p; -entassé entasser VER m s 3.90 29.05 0.07 1.62 par:pas; -entassée entasser VER f s 3.90 29.05 0.03 0.95 par:pas; -entassées entasser VER f p 3.90 29.05 0.02 3.18 par:pas; -entassés entasser VER m p 3.90 29.05 1.10 6.89 par:pas; -ente enter VER 0.49 0.14 0.01 0.00 ind:pre:3s; -entement entement NOM m s 0.00 0.07 0.00 0.07 -entend entendre VER 728.67 719.12 41.77 63.11 ind:pre:3s; -entendîmes entendre VER 728.67 719.12 0.14 1.69 ind:pas:1p; -entendît entendre VER 728.67 719.12 0.00 2.30 sub:imp:3s; -entendaient entendre VER 728.67 719.12 1.52 7.09 ind:imp:3p; -entendais entendre VER 728.67 719.12 7.49 29.93 ind:imp:1s;ind:imp:2s; -entendait entendre VER 728.67 719.12 7.11 80.27 ind:imp:3s; -entendant entendre VER 728.67 719.12 1.95 15.00 par:pre; -entende entendre VER 728.67 719.12 9.72 5.47 sub:pre:1s;sub:pre:3s; -entendement entendement NOM m s 1.13 2.70 1.13 2.70 -entendent entendre VER 728.67 719.12 6.75 7.64 ind:pre:3p;sub:pre:3p; -entendes entendre VER 728.67 719.12 1.01 0.41 sub:pre:2s; -entendeur entendeur NOM m s 0.28 0.34 0.28 0.27 -entendeurs entendeur NOM m p 0.28 0.34 0.00 0.07 -entendez entendre VER 728.67 719.12 45.11 13.99 imp:pre:2p;ind:pre:2p; -entendiez entendre VER 728.67 719.12 2.24 0.81 ind:imp:2p;sub:pre:2p; -entendions entendre VER 728.67 719.12 0.76 5.68 ind:imp:1p; -entendirent entendre VER 728.67 719.12 0.14 5.14 ind:pas:3p; -entendis entendre VER 728.67 719.12 1.11 16.76 ind:pas:1s; -entendisse entendre VER 728.67 719.12 0.00 0.14 sub:imp:1s; -entendissent entendre VER 728.67 719.12 0.01 0.20 sub:imp:3p; -entendit entendre VER 728.67 719.12 1.50 63.31 ind:pas:3s; -entendons entendre VER 728.67 719.12 2.05 5.14 imp:pre:1p;ind:pre:1p; -entendra entendre VER 728.67 719.12 6.61 2.57 ind:fut:3s; -entendrai entendre VER 728.67 719.12 1.36 1.08 ind:fut:1s; -entendraient entendre VER 728.67 719.12 0.23 0.88 cnd:pre:3p; -entendrais entendre VER 728.67 719.12 0.85 1.22 cnd:pre:1s;cnd:pre:2s; -entendrait entendre VER 728.67 719.12 1.71 3.18 cnd:pre:3s; -entendras entendre VER 728.67 719.12 2.26 0.61 ind:fut:2s; -entendre entendre VER 728.67 719.12 137.90 162.50 inf;;inf;;inf;; -entendrez entendre VER 728.67 719.12 3.45 0.47 ind:fut:2p; -entendriez entendre VER 728.67 719.12 0.28 0.14 cnd:pre:2p; -entendrions entendre VER 728.67 719.12 0.03 0.14 cnd:pre:1p; -entendrons entendre VER 728.67 719.12 0.63 0.81 ind:fut:1p; -entendront entendre VER 728.67 719.12 1.54 0.47 ind:fut:3p; -entends entendre VER 728.67 719.12 163.49 78.45 imp:pre:2s;ind:pre:1s;ind:pre:2s; -entendu entendre VER m s 728.67 719.12 256.43 122.91 par:pas; -entendue entendre VER f s 728.67 719.12 14.31 11.01 par:pas; -entendues entendre VER f p 728.67 719.12 1.53 2.43 par:pas; -entendus entendre VER m p 728.67 719.12 5.68 6.22 par:pas; -entente entente NOM f s 2.82 10.81 2.72 10.68 -ententes entente NOM f p 2.82 10.81 0.10 0.14 -enter enter VER 0.49 0.14 0.35 0.14 inf; -enterra enterrer VER 63.68 28.58 0.26 0.47 ind:pas:3s; -enterrai enterrer VER 63.68 28.58 0.01 0.07 ind:pas:1s; -enterraient enterrer VER 63.68 28.58 0.13 0.14 ind:imp:3p; -enterrais enterrer VER 63.68 28.58 0.04 0.14 ind:imp:1s;ind:imp:2s; -enterrait enterrer VER 63.68 28.58 0.43 0.88 ind:imp:3s; -enterrant enterrer VER 63.68 28.58 0.11 0.07 par:pre; -enterre enterrer VER 63.68 28.58 8.38 2.36 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -enterrement enterrement NOM m s 27.33 21.22 24.71 18.99 -enterrements enterrement NOM m p 27.33 21.22 2.62 2.23 -enterrent enterrer VER 63.68 28.58 0.90 0.61 ind:pre:3p; -enterrer enterrer VER 63.68 28.58 17.27 9.12 inf; -enterrera enterrer VER 63.68 28.58 1.02 0.81 ind:fut:3s; -enterrerai enterrer VER 63.68 28.58 0.47 0.14 ind:fut:1s; -enterrerais enterrer VER 63.68 28.58 0.07 0.07 cnd:pre:1s;cnd:pre:2s; -enterrerait enterrer VER 63.68 28.58 0.10 0.14 cnd:pre:3s; -enterreras enterrer VER 63.68 28.58 0.32 0.07 ind:fut:2s; -enterrerez enterrer VER 63.68 28.58 0.09 0.07 ind:fut:2p; -enterrerons enterrer VER 63.68 28.58 0.23 0.14 ind:fut:1p; -enterreront enterrer VER 63.68 28.58 0.11 0.14 ind:fut:3p; -enterres enterrer VER 63.68 28.58 0.40 0.20 ind:pre:2s; -enterreur enterreur NOM m s 0.00 0.07 0.00 0.07 -enterrez enterrer VER 63.68 28.58 2.94 0.27 imp:pre:2p;ind:pre:2p; -enterriez enterrer VER 63.68 28.58 0.03 0.00 ind:imp:2p; -enterrions enterrer VER 63.68 28.58 0.04 0.14 ind:imp:1p; -enterrâmes enterrer VER 63.68 28.58 0.00 0.07 ind:pas:1p; -enterrons enterrer VER 63.68 28.58 0.93 0.34 imp:pre:1p;ind:pre:1p; -enterrèrent enterrer VER 63.68 28.58 0.01 0.14 ind:pas:3p; -enterré enterrer VER m s 63.68 28.58 19.90 6.15 par:pas; -enterrée enterrer VER f s 63.68 28.58 5.92 3.58 par:pas; -enterrées enterrer VER f p 63.68 28.58 0.95 0.47 par:pas; -enterrés enterrer VER m p 63.68 28.58 2.63 1.82 par:pas; -enthalpie enthalpie NOM f s 0.01 0.00 0.01 0.00 -enthousiasma enthousiasmer VER 1.67 4.66 0.00 0.61 ind:pas:3s; -enthousiasmai enthousiasmer VER 1.67 4.66 0.00 0.07 ind:pas:1s; -enthousiasmaient enthousiasmer VER 1.67 4.66 0.00 0.27 ind:imp:3p; -enthousiasmais enthousiasmer VER 1.67 4.66 0.01 0.07 ind:imp:1s; -enthousiasmait enthousiasmer VER 1.67 4.66 0.02 0.88 ind:imp:3s; -enthousiasmant enthousiasmant ADJ m s 0.07 0.27 0.04 0.20 -enthousiasmante enthousiasmant ADJ f s 0.07 0.27 0.03 0.07 -enthousiasme enthousiasme NOM m s 7.09 35.61 7.05 33.72 -enthousiasmer enthousiasmer VER 1.67 4.66 0.19 0.68 inf; -enthousiasmes enthousiasme NOM m p 7.09 35.61 0.04 1.89 -enthousiasmez enthousiasmer VER 1.67 4.66 0.01 0.00 ind:pre:2p; -enthousiasmèrent enthousiasmer VER 1.67 4.66 0.00 0.07 ind:pas:3p; -enthousiasmé enthousiasmer VER m s 1.67 4.66 0.69 0.88 par:pas; -enthousiasmée enthousiasmer VER f s 1.67 4.66 0.17 0.34 par:pas; -enthousiasmés enthousiasmer VER m p 1.67 4.66 0.06 0.34 par:pas; -enthousiaste enthousiaste ADJ s 4.41 7.70 3.34 5.88 -enthousiastes enthousiaste ADJ p 4.41 7.70 1.06 1.82 -enticha enticher VER 1.36 1.69 0.00 0.20 ind:pas:3s; -entichait enticher VER 1.36 1.69 0.00 0.14 ind:imp:3s; -entiche enticher VER 1.36 1.69 0.23 0.07 imp:pre:2s;ind:pre:1s;ind:pre:3s; -entichement entichement NOM m s 0.01 0.00 0.01 0.00 -entichent enticher VER 1.36 1.69 0.01 0.07 ind:pre:3p; -enticher enticher VER 1.36 1.69 0.33 0.07 inf; -entichera enticher VER 1.36 1.69 0.01 0.00 ind:fut:3s; -entichèrent enticher VER 1.36 1.69 0.00 0.20 ind:pas:3p; -entiché enticher VER m s 1.36 1.69 0.33 0.47 par:pas; -entichée enticher VER f s 1.36 1.69 0.44 0.47 par:pas; -entichés enticher VER m p 1.36 1.69 0.01 0.00 par:pas; -entier entier ADJ m s 76.01 147.91 42.15 56.69 -entiers entier ADJ m p 76.01 147.91 3.68 12.64 -entifler entifler VER 0.00 0.14 0.00 0.07 inf; -entiflé entifler VER m s 0.00 0.14 0.00 0.07 par:pas; -entière entier ADJ f s 76.01 147.91 26.45 62.97 -entièrement entièrement ADV 17.17 39.93 17.17 39.93 -entières entier ADJ f p 76.01 147.91 3.73 15.61 -entièreté entièreté NOM f s 0.02 0.00 0.02 0.00 -entité entité NOM f s 3.08 2.09 2.12 1.62 -entités entité NOM f p 3.08 2.09 0.95 0.47 -entoilage entoilage NOM m s 0.01 0.07 0.01 0.07 -entoiler entoiler VER 0.02 0.20 0.01 0.00 inf; -entoilées entoiler VER f p 0.02 0.20 0.01 0.07 par:pas; -entoilés entoiler VER m p 0.02 0.20 0.00 0.14 par:pas; -entolome entolome NOM m s 0.00 0.14 0.00 0.07 -entolomes entolome NOM m p 0.00 0.14 0.00 0.07 -entomologie entomologie NOM f s 0.19 0.27 0.19 0.27 -entomologique entomologique ADJ s 0.01 0.07 0.01 0.07 -entomologiste entomologiste NOM s 0.80 1.28 0.79 1.15 -entomologistes entomologiste NOM p 0.80 1.28 0.01 0.14 -entonna entonner VER 1.61 8.24 0.00 1.42 ind:pas:3s; -entonnaient entonner VER 1.61 8.24 0.23 0.20 ind:imp:3p; -entonnais entonner VER 1.61 8.24 0.10 0.07 ind:imp:1s;ind:imp:2s; -entonnait entonner VER 1.61 8.24 0.13 1.22 ind:imp:3s; -entonnant entonner VER 1.61 8.24 0.02 0.20 par:pre; -entonne entonner VER 1.61 8.24 0.46 1.01 imp:pre:2s;ind:pre:1s;ind:pre:3s; -entonnent entonner VER 1.61 8.24 0.12 0.27 ind:pre:3p; -entonner entonner VER 1.61 8.24 0.42 2.43 inf; -entonnera entonner VER 1.61 8.24 0.00 0.07 ind:fut:3s; -entonneraient entonner VER 1.61 8.24 0.00 0.07 cnd:pre:3p; -entonnions entonner VER 1.61 8.24 0.00 0.14 ind:imp:1p; -entonnoir entonnoir NOM m s 0.83 9.46 0.81 7.97 -entonnoirs entonnoir NOM m p 0.83 9.46 0.01 1.49 -entonnâmes entonner VER 1.61 8.24 0.00 0.07 ind:pas:1p; -entonnons entonner VER 1.61 8.24 0.01 0.07 imp:pre:1p; -entonnèrent entonner VER 1.61 8.24 0.00 0.27 ind:pas:3p; -entonné entonner VER m s 1.61 8.24 0.11 0.74 par:pas; -entorse entorse NOM f s 1.63 2.84 1.40 2.36 -entorses entorse NOM f p 1.63 2.84 0.23 0.47 -entortilla entortiller VER 0.25 3.78 0.00 0.34 ind:pas:3s; -entortillage entortillage NOM m s 0.00 0.14 0.00 0.07 -entortillages entortillage NOM m p 0.00 0.14 0.00 0.07 -entortillai entortiller VER 0.25 3.78 0.00 0.14 ind:pas:1s; -entortillaient entortiller VER 0.25 3.78 0.00 0.27 ind:imp:3p; -entortillait entortiller VER 0.25 3.78 0.03 0.27 ind:imp:3s; -entortillant entortiller VER 0.25 3.78 0.00 0.14 par:pre; -entortille entortiller VER 0.25 3.78 0.05 0.20 imp:pre:2s;ind:pre:3s; -entortillement entortillement NOM m s 0.00 0.14 0.00 0.14 -entortillent entortiller VER 0.25 3.78 0.00 0.20 ind:pre:3p; -entortiller entortiller VER 0.25 3.78 0.14 0.47 inf; -entortilleraient entortiller VER 0.25 3.78 0.00 0.07 cnd:pre:3p; -entortillé entortiller VER m s 0.25 3.78 0.03 0.68 par:pas; -entortillée entortillé ADJ f s 0.06 0.34 0.01 0.07 -entortillées entortiller VER f p 0.25 3.78 0.00 0.27 par:pas; -entortillés entortillé ADJ m p 0.06 0.34 0.01 0.07 -entour entour NOM m s 0.01 1.42 0.01 1.15 -entoura entourer VER 23.99 112.09 0.16 4.26 ind:pas:3s; -entourage entourage NOM m s 3.00 10.74 3.00 10.68 -entourages entourage NOM m p 3.00 10.74 0.00 0.07 -entourai entourer VER 23.99 112.09 0.00 0.20 ind:pas:1s; -entouraient entourer VER 23.99 112.09 0.48 12.97 ind:imp:3p; -entourais entourer VER 23.99 112.09 0.20 0.34 ind:imp:1s; -entourait entourer VER 23.99 112.09 0.95 14.05 ind:imp:3s; -entourant entourer VER 23.99 112.09 0.90 6.28 par:pre; -entoure entourer VER 23.99 112.09 3.19 9.26 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -entourent entourer VER 23.99 112.09 3.12 7.91 ind:pre:3p; -entourer entourer VER 23.99 112.09 1.21 4.93 inf; -entourera entourer VER 23.99 112.09 0.14 0.20 ind:fut:3s; -entoureraient entourer VER 23.99 112.09 0.01 0.07 cnd:pre:3p; -entourerait entourer VER 23.99 112.09 0.00 0.07 cnd:pre:3s; -entoureront entourer VER 23.99 112.09 0.11 0.07 ind:fut:3p; -entoures entourer VER 23.99 112.09 0.05 0.07 ind:pre:2s; -entourez entourer VER 23.99 112.09 0.37 0.14 imp:pre:2p;ind:pre:2p; -entourions entourer VER 23.99 112.09 0.00 0.47 ind:imp:1p; -entourloupe entourloupe NOM f s 0.94 1.01 0.78 0.68 -entourloupent entourlouper VER 0.12 0.00 0.10 0.00 ind:pre:3p; -entourlouper entourlouper VER 0.12 0.00 0.02 0.00 inf; -entourloupes entourloupe NOM f p 0.94 1.01 0.17 0.34 -entourloupette entourloupette NOM f s 0.17 0.47 0.04 0.20 -entourloupettes entourloupette NOM f p 0.17 0.47 0.12 0.27 -entournures entournure NOM f p 0.03 1.28 0.03 1.28 -entourons entourer VER 23.99 112.09 0.01 0.07 imp:pre:1p;ind:pre:1p; -entourât entourer VER 23.99 112.09 0.00 0.14 sub:imp:3s; -entours entour NOM m p 0.01 1.42 0.00 0.27 -entourèrent entourer VER 23.99 112.09 0.03 1.42 ind:pas:3p; -entouré entourer VER m s 23.99 112.09 7.57 26.08 par:pas; -entourée entourer VER f s 23.99 112.09 3.99 13.11 par:pas; -entourées entourer VER f p 23.99 112.09 0.17 2.91 par:pas; -entourés entourer VER m p 23.99 112.09 1.32 7.09 par:pas; -entr_acte entr_acte NOM m s 0.27 0.00 0.14 0.00 -entr_acte entr_acte NOM m p 0.27 0.00 0.14 0.00 -entr_aimer entr_aimer VER 0.00 0.07 0.00 0.07 inf; -entr_apercevoir entr_apercevoir VER 0.03 1.08 0.01 0.27 inf; -entr_apercevoir entr_apercevoir VER m s 0.03 1.08 0.00 0.14 par:pas; -entr_apercevoir entr_apercevoir VER f s 0.03 1.08 0.02 0.34 par:pas; -entr_apercevoir entr_apercevoir VER f p 0.03 1.08 0.00 0.07 par:pas; -entr_apercevoir entr_apercevoir VER m p 0.03 1.08 0.00 0.27 ind:pas:1s;par:pas; -entr_appeler entr_appeler VER 0.00 0.07 0.00 0.07 ind:pre:3p; -entr_ouvert entr_ouvert ADJ m s 0.01 1.49 0.00 0.41 -entr_ouvert entr_ouvert ADJ f s 0.01 1.49 0.01 0.74 -entr_ouvert entr_ouvert ADJ f p 0.01 1.49 0.00 0.27 -entr_ouvert entr_ouvert ADJ m p 0.01 1.49 0.00 0.07 -entr_égorger entr_égorger VER 0.00 0.20 0.00 0.07 ind:pre:3p; -entr_égorger entr_égorger VER 0.00 0.20 0.00 0.07 inf; -entr_égorger entr_égorger VER 0.00 0.20 0.00 0.07 ind:pas:3p; -entra entrer VER 450.11 398.38 2.72 51.96 ind:pas:3s; -entraîna entraîner VER 50.68 101.08 0.49 13.31 ind:pas:3s; -entraînai entraîner VER 50.68 101.08 0.00 1.01 ind:pas:1s; -entraînaient entraîner VER 50.68 101.08 0.05 3.11 ind:imp:3p; -entraînais entraîner VER 50.68 101.08 0.61 1.01 ind:imp:1s;ind:imp:2s; -entraînait entraîner VER 50.68 101.08 1.06 12.16 ind:imp:3s; -entraînant entraîner VER 50.68 101.08 1.13 7.64 par:pre; -entraînante entraînant ADJ f s 0.63 2.16 0.10 0.34 -entraînants entraînant ADJ m p 0.63 2.16 0.02 0.27 -entraîne entraîner VER 50.68 101.08 11.28 12.97 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -entraînement entraînement NOM m s 20.31 8.18 19.63 7.91 -entraînements entraînement NOM m p 20.31 8.18 0.67 0.27 -entraînent entraîner VER 50.68 101.08 1.50 3.24 ind:pre:3p;sub:pre:3p; -entraîner entraîner VER 50.68 101.08 15.39 20.81 inf;;inf;;inf;; -entraînera entraîner VER 50.68 101.08 0.94 0.74 ind:fut:3s; -entraînerai entraîner VER 50.68 101.08 0.40 0.07 ind:fut:1s; -entraîneraient entraîner VER 50.68 101.08 0.02 0.41 cnd:pre:3p; -entraînerais entraîner VER 50.68 101.08 0.07 0.07 cnd:pre:1s;cnd:pre:2s; -entraînerait entraîner VER 50.68 101.08 0.54 1.89 cnd:pre:3s; -entraîneras entraîner VER 50.68 101.08 0.11 0.14 ind:fut:2s; -entraînerez entraîner VER 50.68 101.08 0.09 0.00 ind:fut:2p; -entraîneriez entraîner VER 50.68 101.08 0.00 0.07 cnd:pre:2p; -entraîneront entraîner VER 50.68 101.08 0.08 0.27 ind:fut:3p; -entraînes entraîner VER 50.68 101.08 2.05 0.07 ind:pre:2s;sub:pre:2s; -entraîneur entraîneur NOM m s 8.69 4.46 7.87 2.77 -entraîneurs entraîneur NOM m p 8.69 4.46 0.45 0.41 -entraîneuse entraîneur NOM f s 8.69 4.46 0.33 0.47 -entraîneuses entraîneur NOM f p 8.69 4.46 0.04 0.81 -entraînez entraîner VER 50.68 101.08 0.84 0.07 imp:pre:2p;ind:pre:2p; -entraîniez entraîner VER 50.68 101.08 0.11 0.00 ind:imp:2p;sub:pre:2p; -entraînons entraîner VER 50.68 101.08 0.15 0.07 imp:pre:1p;ind:pre:1p; -entraînât entraîner VER 50.68 101.08 0.00 0.27 sub:imp:3s; -entraînèrent entraîner VER 50.68 101.08 0.14 1.15 ind:pas:3p; -entraîné entraîner VER m s 50.68 101.08 8.33 10.41 par:pas; -entraînée entraîner VER f s 50.68 101.08 2.47 5.00 ind:imp:3p;par:pas; -entraînées entraîner VER f p 50.68 101.08 0.09 1.01 par:pas; -entraînés entraîner VER m p 50.68 101.08 2.73 4.12 par:pas; -entracte entracte NOM m s 1.61 5.74 1.59 4.86 -entractes entracte NOM m p 1.61 5.74 0.02 0.88 -entrai entrer VER 450.11 398.38 0.20 7.03 ind:pas:1s; -entraidait entraider VER 3.86 0.68 0.06 0.00 ind:imp:3s; -entraidant entraider VER 3.86 0.68 0.00 0.07 par:pre; -entraide entraider VER 3.86 0.68 0.88 0.00 ind:pre:3s; -entraident entraider VER 3.86 0.68 0.12 0.07 ind:pre:3p; -entraider entraider VER 3.86 0.68 2.48 0.54 inf; -entraidez entraider VER 3.86 0.68 0.23 0.00 imp:pre:2p; -entraidiez entraider VER 3.86 0.68 0.01 0.00 ind:imp:2p; -entraidons entraider VER 3.86 0.68 0.05 0.00 ind:pre:1p; -entraidés entraider VER m p 3.86 0.68 0.02 0.00 par:pas; -entraient entrer VER 450.11 398.38 0.71 10.41 ind:imp:3p; -entrailles entrailles NOM f p 4.96 13.45 4.96 13.45 -entrain entrain NOM m s 3.82 7.97 3.82 7.97 -entrais entrer VER 450.11 398.38 1.01 4.46 ind:imp:1s;ind:imp:2s; -entrait entrer VER 450.11 398.38 3.30 33.45 ind:imp:3s; -entrant entrer VER 450.11 398.38 2.97 13.85 par:pre; -entrante entrant ADJ f s 0.92 0.61 0.07 0.00 -entrantes entrant ADJ f p 0.92 0.61 0.04 0.00 -entrants entrant ADJ m p 0.92 0.61 0.33 0.00 -entrapercevoir entrapercevoir VER 0.06 0.20 0.01 0.00 inf; -entraperçu entrapercevoir VER m s 0.06 0.20 0.05 0.07 par:pas; -entraperçues entrapercevoir VER f p 0.06 0.20 0.00 0.07 par:pas; -entraperçus entrapercevoir VER m p 0.06 0.20 0.00 0.07 par:pas; -entrassent entrer VER 450.11 398.38 0.00 0.07 sub:imp:3p; -entrava entraver VER 2.28 11.62 0.00 0.07 ind:pas:3s; -entravai entraver VER 2.28 11.62 0.00 0.07 ind:pas:1s; -entravaient entraver VER 2.28 11.62 0.01 0.14 ind:imp:3p; -entravais entraver VER 2.28 11.62 0.00 0.34 ind:imp:1s; -entravait entraver VER 2.28 11.62 0.01 1.55 ind:imp:3s; -entravant entraver VER 2.28 11.62 0.01 0.41 par:pre; -entrave entrave NOM f s 1.17 2.50 0.85 1.01 -entravent entraver VER 2.28 11.62 0.19 0.68 ind:pre:3p; -entraver entraver VER 2.28 11.62 0.75 2.23 inf; -entravera entraver VER 2.28 11.62 0.06 0.14 ind:fut:3s; -entraverais entraver VER 2.28 11.62 0.00 0.07 cnd:pre:1s; -entraverait entraver VER 2.28 11.62 0.01 0.34 cnd:pre:3s; -entraveront entraver VER 2.28 11.62 0.01 0.07 ind:fut:3p; -entraves entrave NOM f p 1.17 2.50 0.32 1.49 -entravez entraver VER 2.28 11.62 0.14 0.00 imp:pre:2p;ind:pre:2p; -entravèrent entraver VER 2.28 11.62 0.00 0.14 ind:pas:3p; -entravé entraver VER m s 2.28 11.62 0.46 1.35 par:pas; -entravée entraver VER f s 2.28 11.62 0.04 0.27 par:pas; -entravées entravé ADJ f p 0.41 1.76 0.00 0.47 -entravés entraver VER m p 2.28 11.62 0.14 0.27 par:pas; -entre_deux_guerres entre_deux_guerres NOM m 0.10 0.74 0.10 0.74 -entre_deux entre_deux NOM m 0.34 0.81 0.34 0.81 -entre_déchirer entre_déchirer VER 0.04 0.61 0.02 0.14 ind:imp:3p; -entre_déchirer entre_déchirer VER 0.04 0.61 0.00 0.07 ind:imp:3s; -entre_déchirer entre_déchirer VER 0.04 0.61 0.01 0.00 ind:pre:3s; -entre_déchirer entre_déchirer VER 0.04 0.61 0.00 0.14 ind:pre:3p; -entre_déchirer entre_déchirer VER 0.04 0.61 0.01 0.20 inf; -entre_déchirer entre_déchirer VER 0.04 0.61 0.00 0.07 ind:pas:3p; -entre_dévorer entre_dévorer VER 0.30 0.34 0.01 0.07 par:pre; -entre_dévorer entre_dévorer VER 0.30 0.34 0.25 0.07 ind:pre:3p; -entre_dévorer entre_dévorer VER 0.30 0.34 0.05 0.14 inf; -entre_dévorer entre_dévorer VER 0.30 0.34 0.00 0.07 ind:pas:3p; -entre_jambe entre_jambe NOM m s 0.03 0.07 0.03 0.07 -entre_jambes entre_jambes NOM m 0.07 0.07 0.07 0.07 -entre_rail entre_rail NOM m s 0.01 0.00 0.01 0.00 -entre_regarder entre_regarder VER 0.00 0.34 0.00 0.07 ind:imp:3s; -entre_regarder entre_regarder VER 0.00 0.34 0.00 0.07 ind:pre:3p; -entre_regarder entre_regarder VER 0.00 0.34 0.00 0.14 ind:pas:3p; -entre_regarder entre_regarder VER m p 0.00 0.34 0.00 0.07 par:pas; -entre_temps entre_temps ADV 4.04 7.97 4.04 7.97 -entre_tuer entre_tuer VER 2.63 1.01 0.01 0.00 ind:imp:3p; -entre_tuer entre_tuer VER 2.63 1.01 0.00 0.14 ind:imp:3s; -entre_tuer entre_tuer VER 2.63 1.01 0.23 0.07 ind:pre:3s; -entre_tuer entre_tuer VER 2.63 1.01 0.55 0.07 ind:pre:3p; -entre_tuer entre_tuer VER 2.63 1.01 1.33 0.68 inf; -entre_tuer entre_tuer VER 2.63 1.01 0.14 0.00 ind:fut:3p; -entre_tuer entre_tuer VER 2.63 1.01 0.03 0.00 imp:pre:2p;ind:pre:2p; -entre_tuer entre_tuer VER 2.63 1.01 0.01 0.00 ind:imp:1p; -entre_tuer entre_tuer VER m p 2.63 1.01 0.34 0.07 par:pas; -entre entre PRE 372.72 833.99 372.72 833.99 -entrebattre entrebattre VER 0.00 0.07 0.00 0.07 inf; -entrebâilla entrebâiller VER 0.12 5.88 0.00 0.88 ind:pas:3s; -entrebâillaient entrebâiller VER 0.12 5.88 0.00 0.27 ind:imp:3p; -entrebâillais entrebâiller VER 0.12 5.88 0.00 0.07 ind:imp:1s; -entrebâillait entrebâiller VER 0.12 5.88 0.00 0.41 ind:imp:3s; -entrebâillant entrebâiller VER 0.12 5.88 0.10 0.20 par:pre; -entrebâille entrebâiller VER 0.12 5.88 0.00 1.01 ind:pre:1s;ind:pre:3s; -entrebâillement entrebâillement NOM m s 0.02 3.51 0.02 3.51 -entrebâillent entrebâiller VER 0.12 5.88 0.00 0.07 ind:pre:3p; -entrebâiller entrebâiller VER 0.12 5.88 0.00 0.47 inf; -entrebâillerait entrebâiller VER 0.12 5.88 0.00 0.07 cnd:pre:3s; -entrebâilleur entrebâilleur NOM m s 0.14 0.00 0.14 0.00 -entrebâillèrent entrebâiller VER 0.12 5.88 0.00 0.07 ind:pas:3p; -entrebâillé entrebâiller VER m s 0.12 5.88 0.01 0.47 par:pas; -entrebâillée entrebâillé ADJ f s 0.38 3.11 0.38 2.03 -entrebâillées entrebâiller VER f p 0.12 5.88 0.00 0.07 par:pas; -entrebâillés entrebâillé ADJ m p 0.38 3.11 0.00 0.34 -entrecôte entrecôte NOM f s 0.41 1.01 0.25 0.81 -entrecôtes entrecôte NOM f p 0.41 1.01 0.16 0.20 -entrechat entrechat NOM m s 0.21 0.95 0.20 0.14 -entrechats entrechat NOM m p 0.21 0.95 0.01 0.81 -entrechoc entrechoc NOM m s 0.00 0.14 0.00 0.07 -entrechocs entrechoc NOM m p 0.00 0.14 0.00 0.07 -entrechoquaient entrechoquer VER 0.19 5.81 0.03 1.01 ind:imp:3p; -entrechoquait entrechoquer VER 0.19 5.81 0.00 0.07 ind:imp:3s; -entrechoquant entrechoquer VER 0.19 5.81 0.01 0.68 par:pre; -entrechoque entrechoquer VER 0.19 5.81 0.00 0.07 ind:pre:1s; -entrechoquement entrechoquement NOM m s 0.00 0.07 0.00 0.07 -entrechoquent entrechoquer VER 0.19 5.81 0.10 1.08 ind:pre:3p; -entrechoquer entrechoquer VER 0.19 5.81 0.02 0.54 inf; -entrechoqueront entrechoquer VER 0.19 5.81 0.01 0.00 ind:fut:3p; -entrechoquions entrechoquer VER 0.19 5.81 0.00 0.07 ind:imp:1p; -entrechoquèrent entrechoquer VER 0.19 5.81 0.00 0.27 ind:pas:3p; -entrechoqué entrechoquer VER m s 0.19 5.81 0.00 0.41 par:pas; -entrechoquées entrechoquer VER f p 0.19 5.81 0.00 0.54 par:pas; -entrechoqués entrechoquer VER m p 0.19 5.81 0.02 1.08 par:pas; -entreclos entreclore VER m s 0.00 0.07 0.00 0.07 par:pas; -entrecloses entreclos ADJ f p 0.00 0.07 0.00 0.07 -entrecoupaient entrecouper VER 0.06 3.85 0.00 0.07 ind:imp:3p; -entrecoupais entrecouper VER 0.06 3.85 0.00 0.07 ind:imp:1s; -entrecoupait entrecouper VER 0.06 3.85 0.00 0.20 ind:imp:3s; -entrecoupant entrecouper VER 0.06 3.85 0.00 0.07 par:pre; -entrecoupe entrecouper VER 0.06 3.85 0.00 0.07 ind:pre:3s; -entrecoupent entrecouper VER 0.06 3.85 0.01 0.00 ind:pre:3p; -entrecouper entrecouper VER 0.06 3.85 0.00 0.07 inf; -entrecoupé entrecouper VER m s 0.06 3.85 0.03 1.01 par:pas; -entrecoupée entrecoupé ADJ f s 0.01 0.95 0.01 0.34 -entrecoupées entrecouper VER f p 0.06 3.85 0.01 0.61 par:pas; -entrecoupés entrecouper VER m p 0.06 3.85 0.01 0.74 par:pas; -entrecroisaient entrecroiser VER 0.28 5.54 0.00 1.49 ind:imp:3p; -entrecroisait entrecroiser VER 0.28 5.54 0.00 0.14 ind:imp:3s; -entrecroisant entrecroiser VER 0.28 5.54 0.00 0.95 par:pre; -entrecroise entrecroiser VER 0.28 5.54 0.00 0.07 ind:pre:3s; -entrecroisement entrecroisement NOM m s 0.00 0.68 0.00 0.61 -entrecroisements entrecroisement NOM m p 0.00 0.68 0.00 0.07 -entrecroisent entrecroiser VER 0.28 5.54 0.16 0.68 ind:pre:3p; -entrecroiser entrecroiser VER 0.28 5.54 0.02 0.00 inf; -entrecroisèrent entrecroiser VER 0.28 5.54 0.00 0.20 ind:pas:3p; -entrecroisé entrecroiser VER m s 0.28 5.54 0.02 0.00 par:pas; -entrecroisées entrecroiser VER f p 0.28 5.54 0.03 1.08 par:pas; -entrecroisés entrecroiser VER m p 0.28 5.54 0.04 0.95 par:pas; -entrecuisse entrecuisse NOM m s 0.22 0.68 0.22 0.68 -entredéchire entredéchirer VER 0.01 0.07 0.01 0.07 ind:pre:3s;sub:pre:3s; -entredévorait entredévorer VER 0.01 0.07 0.01 0.00 ind:imp:3s; -entredévorer entredévorer VER 0.01 0.07 0.00 0.07 inf; -entrefaites entrefaite NOM f p 0.00 2.03 0.00 2.03 -entreferma entrefermer VER 0.00 0.20 0.00 0.07 ind:pas:3s; -entrefermée entrefermer VER f s 0.00 0.20 0.00 0.07 par:pas; -entrefermées entrefermer VER f p 0.00 0.20 0.00 0.07 par:pas; -entrefilet entrefilet NOM m s 0.08 1.55 0.07 1.28 -entrefilets entrefilet NOM m p 0.08 1.55 0.01 0.27 -entregent entregent NOM m s 0.14 0.41 0.14 0.41 -entrejambe entrejambe NOM m s 0.80 1.49 0.76 1.35 -entrejambes entrejambe NOM m p 0.80 1.49 0.04 0.14 -entrelace entrelacer VER 0.71 2.03 0.02 0.14 imp:pre:2s;ind:pre:3s; -entrelacement entrelacement NOM m s 0.01 0.34 0.01 0.34 -entrelacent entrelacer VER 0.71 2.03 0.13 0.27 ind:pre:3p; -entrelacer entrelacer VER 0.71 2.03 0.03 0.14 inf; -entrelacs entrelacs NOM m 0.31 2.84 0.31 2.84 -entrelacèrent entrelacer VER 0.71 2.03 0.00 0.07 ind:pas:3p; -entrelacé entrelacer VER m s 0.71 2.03 0.04 0.20 par:pas; -entrelacée entrelacer VER f s 0.71 2.03 0.01 0.07 par:pas; -entrelacées entrelacer VER f p 0.71 2.03 0.05 0.34 par:pas; -entrelacés entrelacer VER m p 0.71 2.03 0.43 0.34 par:pas; -entrelarde entrelarder VER 0.00 0.34 0.00 0.07 ind:pre:3s; -entrelarder entrelarder VER 0.00 0.34 0.00 0.07 inf; -entrelardé entrelardé ADJ m s 0.00 0.07 0.00 0.07 -entrelardée entrelarder VER f s 0.00 0.34 0.00 0.07 par:pas; -entrelardées entrelarder VER f p 0.00 0.34 0.00 0.07 par:pas; -entrelardés entrelarder VER m p 0.00 0.34 0.00 0.07 par:pas; -entrelaçaient entrelacer VER 0.71 2.03 0.00 0.41 ind:imp:3p; -entrelaçait entrelacer VER 0.71 2.03 0.00 0.07 ind:imp:3s; -entremet entremettre VER 0.01 0.81 0.00 0.14 ind:pre:3s; -entremets entremets NOM m 0.03 1.42 0.03 1.42 -entremettait entremettre VER 0.01 0.81 0.00 0.07 ind:imp:3s; -entremetteur entremetteur NOM m s 0.92 1.01 0.68 0.61 -entremetteurs entremetteur NOM m p 0.92 1.01 0.09 0.14 -entremetteuse entremetteur NOM f s 0.92 1.01 0.16 0.27 -entremettre entremettre VER 0.01 0.81 0.00 0.27 inf; -entremis entremettre VER m s 0.01 0.81 0.00 0.14 par:pas; -entremise entremise NOM f s 0.16 1.49 0.16 1.49 -entremit entremettre VER 0.01 0.81 0.00 0.20 ind:pas:3s; -entremêlaient entremêler VER 0.37 2.91 0.00 0.88 ind:imp:3p; -entremêlait entremêler VER 0.37 2.91 0.00 0.14 ind:imp:3s; -entremêlant entremêler VER 0.37 2.91 0.01 0.34 par:pre; -entremêle entremêler VER 0.37 2.91 0.00 0.14 ind:pre:3s; -entremêlement entremêlement NOM m s 0.00 0.47 0.00 0.47 -entremêlent entremêler VER 0.37 2.91 0.16 0.20 ind:pre:3p; -entremêlé entremêler VER m s 0.37 2.91 0.01 0.07 par:pas; -entremêlées entremêler VER f p 0.37 2.91 0.04 0.34 par:pas; -entremêlés entremêler VER m p 0.37 2.91 0.15 0.81 par:pas; -entrent entrer VER 450.11 398.38 6.82 7.30 ind:pre:3p; -entrepôt entrepôt NOM m s 9.75 8.58 7.47 2.36 -entrepôts entrepôt NOM m p 9.75 8.58 2.28 6.22 -entrepont entrepont NOM m s 0.13 0.74 0.13 0.68 -entreponts entrepont NOM m p 0.13 0.74 0.00 0.07 -entreposage entreposage NOM m s 0.11 0.00 0.11 0.00 -entreposais entreposer VER 0.94 3.31 0.00 0.07 ind:imp:1s; -entreposait entreposer VER 0.94 3.31 0.01 0.41 ind:imp:3s; -entrepose entreposer VER 0.94 3.31 0.10 0.20 ind:pre:3s; -entreposent entreposer VER 0.94 3.31 0.01 0.07 ind:pre:3p; -entreposer entreposer VER 0.94 3.31 0.36 0.68 inf; -entreposerait entreposer VER 0.94 3.31 0.00 0.07 cnd:pre:3s; -entreposez entreposer VER 0.94 3.31 0.03 0.00 imp:pre:2p;ind:pre:2p; -entreposions entreposer VER 0.94 3.31 0.01 0.07 ind:imp:1p; -entreposé entreposer VER m s 0.94 3.31 0.14 0.68 par:pas; -entreposée entreposer VER f s 0.94 3.31 0.04 0.07 par:pas; -entreposées entreposer VER f p 0.94 3.31 0.09 0.14 par:pas; -entreposés entreposer VER m p 0.94 3.31 0.15 0.88 par:pas; -entreprîmes entreprendre VER 6.78 47.84 0.12 0.14 ind:pas:1p; -entreprît entreprendre VER 6.78 47.84 0.01 0.14 sub:imp:3s; -entreprenaient entreprendre VER 6.78 47.84 0.01 0.47 ind:imp:3p; -entreprenais entreprendre VER 6.78 47.84 0.03 0.47 ind:imp:1s;ind:imp:2s; -entreprenait entreprendre VER 6.78 47.84 0.12 2.64 ind:imp:3s; -entreprenant entreprendre VER 6.78 47.84 0.46 0.88 par:pre; -entreprenante entreprenant ADJ f s 0.48 2.09 0.16 0.27 -entreprenantes entreprenant ADJ f p 0.48 2.09 0.02 0.07 -entreprenants entreprenant ADJ m p 0.48 2.09 0.05 0.27 -entreprend entreprendre VER 6.78 47.84 0.40 2.84 ind:pre:3s; -entreprendrai entreprendre VER 6.78 47.84 0.01 0.14 ind:fut:1s; -entreprendraient entreprendre VER 6.78 47.84 0.01 0.20 cnd:pre:3p; -entreprendrais entreprendre VER 6.78 47.84 0.02 0.14 cnd:pre:1s; -entreprendrait entreprendre VER 6.78 47.84 0.02 0.74 cnd:pre:3s; -entreprendras entreprendre VER 6.78 47.84 0.11 0.00 ind:fut:2s; -entreprendre entreprendre VER 6.78 47.84 2.38 11.42 inf; -entreprendrez entreprendre VER 6.78 47.84 0.01 0.07 ind:fut:2p; -entreprendrons entreprendre VER 6.78 47.84 0.02 0.07 ind:fut:1p; -entreprends entreprendre VER 6.78 47.84 0.64 0.81 imp:pre:2s;ind:pre:1s;ind:pre:2s; -entrepreneur entrepreneur NOM m s 4.88 2.16 3.24 1.35 -entrepreneurs entrepreneur NOM m p 4.88 2.16 1.62 0.74 -entrepreneuse entrepreneur NOM f s 4.88 2.16 0.03 0.00 -entrepreneuses entrepreneur NOM f p 4.88 2.16 0.00 0.07 -entreprenez entreprendre VER 6.78 47.84 0.13 0.14 imp:pre:2p;ind:pre:2p; -entrepreniez entreprendre VER 6.78 47.84 0.02 0.07 ind:imp:2p; -entreprenions entreprendre VER 6.78 47.84 0.00 0.20 ind:imp:1p; -entreprenne entreprendre VER 6.78 47.84 0.01 0.41 sub:pre:1s;sub:pre:3s; -entreprennent entreprendre VER 6.78 47.84 0.07 0.74 ind:pre:3p; -entreprenons entreprendre VER 6.78 47.84 0.27 0.07 ind:pre:1p; -entreprirent entreprendre VER 6.78 47.84 0.00 1.28 ind:pas:3p; -entrepris entreprendre VER m 6.78 47.84 0.99 10.74 ind:pas:1s;ind:pas:2s;par:pas;par:pas; -entreprise entreprise NOM f s 28.36 38.31 22.79 29.05 -entreprises entreprise NOM f p 28.36 38.31 5.57 9.26 -entreprit entreprendre VER 6.78 47.84 0.34 10.34 ind:pas:3s; -entrer entrer VER 450.11 398.38 160.13 109.26 inf;; -entrera entrer VER 450.11 398.38 3.06 1.76 ind:fut:3s; -entrerai entrer VER 450.11 398.38 1.84 1.28 ind:fut:1s; -entreraient entrer VER 450.11 398.38 0.05 0.61 cnd:pre:3p; -entrerais entrer VER 450.11 398.38 0.54 0.41 cnd:pre:1s;cnd:pre:2s; -entrerait entrer VER 450.11 398.38 0.58 2.23 cnd:pre:3s; -entreras entrer VER 450.11 398.38 0.68 0.81 ind:fut:2s; -entreregardèrent entreregarder VER 0.00 0.07 0.00 0.07 ind:pas:3p; -entrerez entrer VER 450.11 398.38 1.24 0.27 ind:fut:2p; -entrerions entrer VER 450.11 398.38 0.17 0.07 cnd:pre:1p; -entrerons entrer VER 450.11 398.38 0.57 0.27 ind:fut:1p; -entreront entrer VER 450.11 398.38 0.96 0.88 ind:fut:3p; -entres entrer VER 450.11 398.38 7.18 0.81 ind:pre:1p;ind:pre:2s;sub:pre:2s; -entresol entresol NOM m s 0.05 1.35 0.05 1.28 -entresols entresol NOM m p 0.05 1.35 0.00 0.07 -entretînmes entretenir VER 13.27 46.42 0.00 0.07 ind:pas:1p; -entretînt entretenir VER 13.27 46.42 0.00 0.14 sub:imp:3s; -entretenaient entretenir VER 13.27 46.42 0.05 2.70 ind:imp:3p; -entretenais entretenir VER 13.27 46.42 0.10 0.88 ind:imp:1s;ind:imp:2s; -entretenait entretenir VER 13.27 46.42 0.39 8.85 ind:imp:3s; -entretenant entretenir VER 13.27 46.42 0.04 1.08 par:pre; -entreteneur entreteneur NOM m s 0.01 0.07 0.00 0.07 -entreteneuse entreteneur NOM f s 0.01 0.07 0.01 0.00 -entretenez entretenir VER 13.27 46.42 0.27 0.14 imp:pre:2p;ind:pre:2p; -entreteniez entretenir VER 13.27 46.42 0.07 0.00 ind:imp:2p; -entretenions entretenir VER 13.27 46.42 0.10 0.61 ind:imp:1p; -entretenir entretenir VER 13.27 46.42 8.07 17.43 inf; -entretenons entretenir VER 13.27 46.42 0.09 0.14 imp:pre:1p;ind:pre:1p; -entretenu entretenir VER m s 13.27 46.42 0.42 3.24 par:pas; -entretenue entretenir VER f s 13.27 46.42 0.52 1.22 par:pas; -entretenues entretenu ADJ f p 0.93 4.05 0.04 0.68 -entretenus entretenir VER m p 13.27 46.42 0.08 0.95 par:pas; -entretien entretien NOM m s 18.92 27.77 16.72 20.54 -entretiendra entretenir VER 13.27 46.42 0.14 0.00 ind:fut:3s; -entretiendrai entretenir VER 13.27 46.42 0.02 0.07 ind:fut:1s; -entretiendraient entretenir VER 13.27 46.42 0.00 0.14 cnd:pre:3p; -entretiendrait entretenir VER 13.27 46.42 0.02 0.20 cnd:pre:3s; -entretiendras entretenir VER 13.27 46.42 0.14 0.00 ind:fut:2s; -entretiendrez entretenir VER 13.27 46.42 0.02 0.07 ind:fut:2p; -entretiendrons entretenir VER 13.27 46.42 0.01 0.00 ind:fut:1p; -entretienne entretenir VER 13.27 46.42 0.28 0.34 sub:pre:1s;sub:pre:3s; -entretiennent entretenir VER 13.27 46.42 0.20 1.55 ind:pre:3p; -entretiennes entretenir VER 13.27 46.42 0.02 0.07 sub:pre:2s; -entretiens entretien NOM m p 18.92 27.77 2.20 7.23 -entretient entretenir VER 13.27 46.42 1.27 3.38 ind:pre:3s; -entretinrent entretenir VER 13.27 46.42 0.00 0.34 ind:pas:3p; -entretins entretenir VER 13.27 46.42 0.01 0.14 ind:pas:1s; -entretint entretenir VER 13.27 46.42 0.00 1.01 ind:pas:3s; -entretissait entretisser VER 0.00 0.27 0.00 0.07 ind:imp:3s; -entretissé entretisser VER m s 0.00 0.27 0.00 0.14 par:pas; -entretissées entretisser VER f p 0.00 0.27 0.00 0.07 par:pas; -entretoisaient entretoiser VER 0.00 0.07 0.00 0.07 ind:imp:3p; -entretoise entretoise NOM f s 0.01 0.00 0.01 0.00 -entretoisement entretoisement NOM m s 0.00 0.07 0.00 0.07 -entretuaient entretuer VER 4.54 0.34 0.09 0.00 ind:imp:3p; -entretuant entretuer VER 4.54 0.34 0.13 0.00 par:pre; -entretue entretuer VER 4.54 0.34 0.28 0.00 ind:pre:3s; -entretuent entretuer VER 4.54 0.34 0.89 0.07 ind:pre:3p; -entretuer entretuer VER 4.54 0.34 2.79 0.20 ind:pre:2p;inf; -entretueraient entretuer VER 4.54 0.34 0.01 0.00 cnd:pre:3p; -entretuerait entretuer VER 4.54 0.34 0.01 0.07 cnd:pre:3s; -entretueront entretuer VER 4.54 0.34 0.04 0.00 ind:fut:3p; -entretuez entretuer VER 4.54 0.34 0.07 0.00 imp:pre:2p;ind:pre:2p; -entretuées entretuer VER f p 4.54 0.34 0.10 0.00 par:pas; -entretués entretuer VER m p 4.54 0.34 0.14 0.00 par:pas; -entrevît entrevoir VER 2.44 29.53 0.03 0.07 sub:imp:3s; -entreverrai entrevoir VER 2.44 29.53 0.00 0.07 ind:fut:1s; -entrevirent entrevoir VER 2.44 29.53 0.00 0.07 ind:pas:3p; -entrevis entrevoir VER 2.44 29.53 0.03 1.08 ind:pas:1s; -entrevit entrevoir VER 2.44 29.53 0.04 2.23 ind:pas:3s; -entrevoie entrevoir VER 2.44 29.53 0.00 0.07 sub:pre:3s; -entrevoient entrevoir VER 2.44 29.53 0.02 0.41 ind:pre:3p; -entrevoir entrevoir VER 2.44 29.53 1.00 8.65 inf; -entrevois entrevoir VER 2.44 29.53 0.81 1.96 imp:pre:2s;ind:pre:1s;ind:pre:2s; -entrevoit entrevoir VER 2.44 29.53 0.15 1.55 ind:pre:3s; -entrevous entrevous NOM m 0.01 0.00 0.01 0.00 -entrevoyaient entrevoir VER 2.44 29.53 0.00 0.27 ind:imp:3p; -entrevoyais entrevoir VER 2.44 29.53 0.14 1.62 ind:imp:1s; -entrevoyait entrevoir VER 2.44 29.53 0.02 1.69 ind:imp:3s; -entrevoyant entrevoir VER 2.44 29.53 0.00 0.34 par:pre; -entrevoyons entrevoir VER 2.44 29.53 0.00 0.20 ind:pre:1p; -entrevu entrevoir VER m s 2.44 29.53 0.17 4.86 par:pas; -entrevue entrevue NOM f s 3.28 9.59 2.97 8.85 -entrevues entrevue NOM f p 3.28 9.59 0.31 0.74 -entrevus entrevoir VER m p 2.44 29.53 0.00 1.15 par:pas; -entrez entrer VER 450.11 398.38 104.85 12.70 imp:pre:2p;ind:pre:2p; -entriez entrer VER 450.11 398.38 0.29 0.20 ind:imp:2p; -entrions entrer VER 450.11 398.38 0.12 2.09 ind:imp:1p; -entrisme entrisme NOM m s 0.00 0.07 0.00 0.07 -entrâmes entrer VER 450.11 398.38 0.00 1.15 ind:pas:1p; -entrons entrer VER 450.11 398.38 6.05 4.39 imp:pre:1p;ind:pre:1p; -entropie entropie NOM f s 0.19 0.27 0.19 0.27 -entropique entropique ADJ s 0.07 0.00 0.05 0.00 -entropiques entropique ADJ f p 0.07 0.00 0.01 0.00 -entrât entrer VER 450.11 398.38 0.14 0.95 sub:imp:3s; -entrouvert entrouvrir VER m s 0.95 19.59 0.10 1.62 par:pas; -entrouverte entrouvert ADJ f s 0.70 10.07 0.47 6.55 -entrouvertes entrouvert ADJ f p 0.70 10.07 0.11 2.09 -entrouverts entrouvert ADJ m p 0.70 10.07 0.10 0.54 -entrouverture entrouverture NOM f s 0.00 0.07 0.00 0.07 -entrouvrît entrouvrir VER 0.95 19.59 0.00 0.07 sub:imp:3s; -entrouvraient entrouvrir VER 0.95 19.59 0.00 0.47 ind:imp:3p; -entrouvrait entrouvrir VER 0.95 19.59 0.14 1.76 ind:imp:3s; -entrouvrant entrouvrir VER 0.95 19.59 0.00 0.68 par:pre; -entrouvre entrouvrir VER 0.95 19.59 0.20 2.91 imp:pre:2s;ind:pre:1s;ind:pre:3s; -entrouvrent entrouvrir VER 0.95 19.59 0.02 0.81 ind:pre:3p; -entrouvrir entrouvrir VER 0.95 19.59 0.21 2.30 inf; -entrouvrirait entrouvrir VER 0.95 19.59 0.00 0.07 cnd:pre:3s; -entrouvrirent entrouvrir VER 0.95 19.59 0.00 0.14 ind:pas:3p; -entrouvris entrouvrir VER 0.95 19.59 0.00 0.14 ind:pas:1s; -entrouvrit entrouvrir VER 0.95 19.59 0.00 3.72 ind:pas:3s; -entrèrent entrer VER 450.11 398.38 0.20 10.61 ind:pas:3p; -entré entrer VER m s 450.11 398.38 36.90 32.43 par:pas; -entrée_sortie entrée_sortie NOM f s 0.01 0.00 0.01 0.00 -entrée entrée NOM f s 48.08 118.78 43.75 113.72 -entrées entrée NOM f p 48.08 118.78 4.33 5.07 -entrés entrer VER m p 450.11 398.38 8.81 11.22 par:pas; -entubait entuber VER 3.11 1.35 0.02 0.07 ind:imp:3s; -entube entuber VER 3.11 1.35 0.52 0.34 imp:pre:2s;ind:pre:1s;ind:pre:3s; -entubent entuber VER 3.11 1.35 0.12 0.00 ind:pre:3p; -entuber entuber VER 3.11 1.35 1.77 0.68 inf; -entuberais entuber VER 3.11 1.35 0.03 0.00 cnd:pre:1s;cnd:pre:2s; -entubes entuber VER 3.11 1.35 0.18 0.00 ind:pre:2s; -entubez entuber VER 3.11 1.35 0.04 0.00 imp:pre:2p;ind:pre:2p; -entubé entuber VER m s 3.11 1.35 0.32 0.20 par:pas; -entubée entuber VER f s 3.11 1.35 0.03 0.07 par:pas; -entubés entuber VER m p 3.11 1.35 0.08 0.00 par:pas; -entéléchies entéléchie NOM f p 0.00 0.07 0.00 0.07 -enténèbre enténébrer VER 0.14 2.36 0.14 0.14 ind:pre:3s; -enténèbrent enténébrer VER 0.14 2.36 0.00 0.07 ind:pre:3p; -enténébra enténébrer VER 0.14 2.36 0.00 0.07 ind:pas:3s; -enténébrait enténébrer VER 0.14 2.36 0.00 0.20 ind:imp:3s; -enténébrant enténébrer VER 0.14 2.36 0.00 0.34 par:pre; -enténébrer enténébrer VER 0.14 2.36 0.00 0.14 inf; -enténébré enténébrer VER m s 0.14 2.36 0.01 0.54 par:pas; -enténébrée enténébrer VER f s 0.14 2.36 0.00 0.54 par:pas; -enténébrées enténébrer VER f p 0.14 2.36 0.00 0.14 par:pas; -enténébrés enténébrer VER m p 0.14 2.36 0.00 0.20 par:pas; -enturbanner enturbanner VER 0.01 0.54 0.00 0.07 inf; -enturbanné enturbanné ADJ m s 0.06 1.22 0.05 0.47 -enturbannée enturbanner VER f s 0.01 0.54 0.01 0.07 par:pas; -enturbannées enturbanné ADJ f p 0.06 1.22 0.00 0.07 -enturbannés enturbanné ADJ m p 0.06 1.22 0.01 0.41 -enture enture NOM f s 0.14 0.00 0.14 0.00 -entérinais entériner VER 0.52 1.35 0.00 0.14 ind:imp:1s; -entérinait entériner VER 0.52 1.35 0.00 0.20 ind:imp:3s; -entérinant entériner VER 0.52 1.35 0.00 0.07 par:pre; -entérine entériner VER 0.52 1.35 0.03 0.00 ind:pre:3s; -entérinement entérinement NOM m s 0.00 0.07 0.00 0.07 -entériner entériner VER 0.52 1.35 0.42 0.41 inf; -entériné entériner VER m s 0.52 1.35 0.04 0.27 par:pas; -entérinée entériner VER f s 0.52 1.35 0.03 0.14 par:pas; -entérinées entériner VER f p 0.52 1.35 0.00 0.14 par:pas; -entérique entérique ADJ s 0.01 0.00 0.01 0.00 -entérite entérite NOM f s 0.01 0.14 0.01 0.14 -entérocolite entérocolite NOM f s 0.01 0.00 0.01 0.00 -entérovirus entérovirus NOM m 0.03 0.00 0.03 0.00 -entêta entêter VER 1.65 6.89 0.00 0.27 ind:pas:3s; -entêtai entêter VER 1.65 6.89 0.00 0.41 ind:pas:1s; -entêtaient entêter VER 1.65 6.89 0.00 0.34 ind:imp:3p; -entêtais entêter VER 1.65 6.89 0.00 0.07 ind:imp:1s; -entêtait entêter VER 1.65 6.89 0.00 1.62 ind:imp:3s; -entêtant entêtant ADJ m s 0.05 2.09 0.04 0.47 -entêtante entêtant ADJ f s 0.05 2.09 0.01 1.08 -entêtantes entêtant ADJ f p 0.05 2.09 0.00 0.20 -entêtants entêtant ADJ m p 0.05 2.09 0.00 0.34 -entête entêter VER 1.65 6.89 0.38 1.49 imp:pre:2s;ind:pre:1s;ind:pre:3s; -entêtement entêtement NOM m s 1.27 5.74 1.27 5.61 -entêtements entêtement NOM m p 1.27 5.74 0.00 0.14 -entêtent entêter VER 1.65 6.89 0.14 0.07 ind:pre:3p; -entêter entêter VER 1.65 6.89 0.18 0.95 inf; -entêteraient entêter VER 1.65 6.89 0.00 0.07 cnd:pre:3p; -entêterais entêter VER 1.65 6.89 0.00 0.07 cnd:pre:1s; -entêtes entêter VER 1.65 6.89 0.42 0.14 ind:pre:2s; -entêtez entêter VER 1.65 6.89 0.16 0.14 ind:pre:2p; -entêtiez entêter VER 1.65 6.89 0.00 0.07 ind:imp:2p; -entêtons entêter VER 1.65 6.89 0.00 0.20 ind:pre:1p; -entêtât entêter VER 1.65 6.89 0.00 0.07 sub:imp:3s; -entêté entêté NOM m s 0.73 0.81 0.58 0.68 -entêtée entêté ADJ f s 0.38 1.35 0.08 0.74 -entêtées entêté ADJ f p 0.38 1.35 0.01 0.14 -entêtés entêté NOM m p 0.73 0.81 0.15 0.07 -envahît envahir VER 17.37 57.70 0.00 0.14 sub:imp:3s; -envahi envahir VER m s 17.37 57.70 4.98 11.76 par:pas; -envahie envahir VER f s 17.37 57.70 1.11 5.88 par:pas; -envahies envahir VER f p 17.37 57.70 0.26 1.69 par:pas; -envahir envahir VER 17.37 57.70 3.83 8.31 inf; -envahira envahir VER 17.37 57.70 0.26 0.20 ind:fut:3s; -envahirai envahir VER 17.37 57.70 0.03 0.00 ind:fut:1s; -envahiraient envahir VER 17.37 57.70 0.00 0.20 cnd:pre:3p; -envahirait envahir VER 17.37 57.70 0.03 0.34 cnd:pre:3s; -envahirent envahir VER 17.37 57.70 0.25 1.28 ind:pas:3p; -envahirez envahir VER 17.37 57.70 0.01 0.00 ind:fut:2p; -envahirons envahir VER 17.37 57.70 0.02 0.07 ind:fut:1p; -envahiront envahir VER 17.37 57.70 0.24 0.00 ind:fut:3p; -envahis envahir VER m p 17.37 57.70 0.91 1.89 ind:pre:1s;ind:pre:2s;par:pas;par:pas; -envahissaient envahir VER 17.37 57.70 0.24 1.96 ind:imp:3p; -envahissait envahir VER 17.37 57.70 0.62 8.72 ind:imp:3s; -envahissant envahissant ADJ m s 1.08 3.18 0.33 0.88 -envahissante envahissant ADJ f s 1.08 3.18 0.70 1.42 -envahissantes envahissant ADJ f p 1.08 3.18 0.04 0.27 -envahissants envahissant ADJ m p 1.08 3.18 0.01 0.61 -envahisse envahir VER 17.37 57.70 0.11 0.34 sub:pre:1s;sub:pre:3s; -envahissement envahissement NOM m s 0.02 1.49 0.02 1.42 -envahissements envahissement NOM m p 0.02 1.49 0.00 0.07 -envahissent envahir VER 17.37 57.70 1.05 1.96 ind:pre:3p; -envahisseur envahisseur NOM m s 3.64 8.31 1.88 6.42 -envahisseurs envahisseur NOM m p 3.64 8.31 1.77 1.89 -envahissez envahir VER 17.37 57.70 0.24 0.00 imp:pre:2p;ind:pre:2p; -envahissiez envahir VER 17.37 57.70 0.02 0.00 ind:imp:2p; -envahit envahir VER 17.37 57.70 2.97 12.36 ind:pre:3s;ind:pas:3s; -envasait envaser VER 0.01 0.41 0.00 0.07 ind:imp:3s; -envasement envasement NOM m s 0.00 0.07 0.00 0.07 -envaser envaser VER 0.01 0.41 0.01 0.00 inf; -envasé envaser VER m s 0.01 0.41 0.00 0.20 par:pas; -envasée envaser VER f s 0.01 0.41 0.00 0.07 par:pas; -envasées envaser VER f p 0.01 0.41 0.00 0.07 par:pas; -enveloppa envelopper VER 5.21 46.49 0.17 4.39 ind:pas:3s; -enveloppai envelopper VER 5.21 46.49 0.14 0.34 ind:pas:1s; -enveloppaient envelopper VER 5.21 46.49 0.04 2.03 ind:imp:3p; -enveloppais envelopper VER 5.21 46.49 0.06 0.20 ind:imp:1s;ind:imp:2s; -enveloppait envelopper VER 5.21 46.49 0.20 9.12 ind:imp:3s; -enveloppant envelopper VER 5.21 46.49 0.04 1.69 par:pre; -enveloppante enveloppant ADJ f s 0.27 1.62 0.23 0.68 -enveloppantes enveloppant ADJ f p 0.27 1.62 0.00 0.07 -enveloppants enveloppant ADJ m p 0.27 1.62 0.00 0.27 -enveloppe enveloppe NOM f s 13.23 32.84 11.40 26.22 -enveloppement enveloppement NOM m s 0.16 0.95 0.16 0.61 -enveloppements enveloppement NOM m p 0.16 0.95 0.00 0.34 -enveloppent envelopper VER 5.21 46.49 0.34 1.35 ind:pre:3p; -envelopper envelopper VER 5.21 46.49 0.65 4.39 inf; -enveloppera envelopper VER 5.21 46.49 0.01 0.14 ind:fut:3s; -envelopperaient envelopper VER 5.21 46.49 0.14 0.07 cnd:pre:3p; -envelopperait envelopper VER 5.21 46.49 0.02 0.54 cnd:pre:3s; -envelopperez envelopper VER 5.21 46.49 0.00 0.07 ind:fut:2p; -enveloppes enveloppe NOM f p 13.23 32.84 1.84 6.62 -enveloppeur enveloppeur NOM m s 0.00 0.07 0.00 0.07 -enveloppez envelopper VER 5.21 46.49 0.41 0.14 imp:pre:2p;ind:pre:2p; -enveloppons envelopper VER 5.21 46.49 0.00 0.07 ind:pre:1p; -enveloppât envelopper VER 5.21 46.49 0.00 0.14 sub:imp:3s; -enveloppèrent envelopper VER 5.21 46.49 0.11 0.20 ind:pas:3p; -enveloppé enveloppé ADJ m s 1.60 10.34 0.86 4.59 -enveloppée envelopper VER f s 5.21 46.49 0.58 4.32 par:pas; -enveloppées enveloppé ADJ f p 1.60 10.34 0.20 0.74 -enveloppés envelopper VER m p 5.21 46.49 0.26 2.23 par:pas; -envenima envenimer VER 0.59 1.96 0.00 0.07 ind:pas:3s; -envenimait envenimer VER 0.59 1.96 0.00 0.20 ind:imp:3s; -envenimant envenimer VER 0.59 1.96 0.00 0.07 par:pre; -envenime envenimer VER 0.59 1.96 0.09 0.14 imp:pre:2s;ind:pre:3s; -enveniment envenimer VER 0.59 1.96 0.04 0.20 ind:pre:3p; -envenimer envenimer VER 0.59 1.96 0.28 0.95 inf; -envenimons envenimer VER 0.59 1.96 0.01 0.00 imp:pre:1p; -envenimèrent envenimer VER 0.59 1.96 0.00 0.07 ind:pas:3p; -envenimé envenimé VER m s 0.27 0.00 0.27 0.00 par:pas; -envenimée envenimé ADJ f s 0.04 0.00 0.03 0.00 -envenimées envenimer VER f p 0.59 1.96 0.10 0.00 par:pas; -envenimés envenimer VER m p 0.59 1.96 0.01 0.07 par:pas; -envergure envergure NOM f s 1.66 5.34 1.66 5.34 -enverguée enverguer VER f s 0.00 0.07 0.00 0.07 par:pas; -enverra envoyer VER 360.16 177.64 5.89 2.03 ind:fut:3s; -enverrai envoyer VER 360.16 177.64 10.43 2.70 ind:fut:1s; -enverraient envoyer VER 360.16 177.64 0.20 0.34 cnd:pre:3p; -enverrais envoyer VER 360.16 177.64 1.68 0.41 cnd:pre:1s;cnd:pre:2s; -enverrait envoyer VER 360.16 177.64 1.77 2.77 cnd:pre:3s; -enverras envoyer VER 360.16 177.64 1.30 0.47 ind:fut:2s; -enverrez envoyer VER 360.16 177.64 1.04 0.34 ind:fut:2p; -enverriez envoyer VER 360.16 177.64 0.12 0.00 cnd:pre:2p; -enverrions envoyer VER 360.16 177.64 0.00 0.20 cnd:pre:1p; -enverrons envoyer VER 360.16 177.64 1.30 0.20 ind:fut:1p; -enverront envoyer VER 360.16 177.64 1.93 0.81 ind:fut:3p; -envers envers PRE 35.46 27.91 35.46 27.91 -envia envier VER 17.79 26.89 0.00 0.47 ind:pas:3s; -enviable enviable ADJ s 0.75 2.84 0.73 2.43 -enviables enviable ADJ p 0.75 2.84 0.02 0.41 -enviai envier VER 17.79 26.89 0.00 0.47 ind:pas:1s; -enviaient envier VER 17.79 26.89 0.01 0.88 ind:imp:3p; -enviais envier VER 17.79 26.89 0.56 2.84 ind:imp:1s;ind:imp:2s; -enviait envier VER 17.79 26.89 0.34 2.84 ind:imp:3s; -enviandait enviander VER 0.00 0.07 0.00 0.07 ind:imp:3s; -enviandé enviandé NOM m s 0.02 0.34 0.02 0.20 -enviandés enviandé NOM m p 0.02 0.34 0.00 0.14 -enviant envier VER 17.79 26.89 0.01 0.47 par:pre; -envie envie NOM f s 213.96 258.11 210.62 252.09 -envient envier VER 17.79 26.89 0.42 0.20 ind:pre:3p; -envier envier VER 17.79 26.89 1.50 3.51 inf; -enviera envier VER 17.79 26.89 0.23 0.07 ind:fut:3s; -envieraient envier VER 17.79 26.89 0.04 0.34 cnd:pre:3p; -envierais envier VER 17.79 26.89 0.11 0.07 cnd:pre:1s; -envierait envier VER 17.79 26.89 0.02 0.27 cnd:pre:3s; -envieront envier VER 17.79 26.89 0.32 0.07 ind:fut:3p; -envies envie NOM f p 213.96 258.11 3.34 6.01 -envieuse envieux ADJ f s 1.04 1.76 0.20 0.54 -envieuses envieux ADJ f p 1.04 1.76 0.20 0.00 -envieux envieux ADJ m 1.04 1.76 0.64 1.22 -enviez envier VER 17.79 26.89 0.42 0.14 imp:pre:2p;ind:pre:2p; -enviions envier VER 17.79 26.89 0.00 0.07 ind:imp:1p; -envions envier VER 17.79 26.89 0.05 0.00 imp:pre:1p;ind:pre:1p; -enviât envier VER 17.79 26.89 0.00 0.07 sub:imp:3s; -environ environ ADV 55.55 27.43 55.55 27.43 -environnaient environner VER 0.28 5.47 0.00 0.47 ind:imp:3p; -environnait environner VER 0.28 5.47 0.00 0.88 ind:imp:3s; -environnant environnant ADJ m s 0.66 2.23 0.17 0.47 -environnante environnant ADJ f s 0.66 2.23 0.29 0.54 -environnantes environnant ADJ f p 0.66 2.23 0.07 0.61 -environnants environnant ADJ m p 0.66 2.23 0.12 0.61 -environne environner VER 0.28 5.47 0.28 0.88 ind:pre:1s;ind:pre:3s; -environnement environnement NOM m s 10.19 2.77 10.07 2.64 -environnemental environnemental ADJ m s 0.46 0.00 0.16 0.00 -environnementale environnemental ADJ f s 0.46 0.00 0.12 0.00 -environnementaux environnemental ADJ m p 0.46 0.00 0.18 0.00 -environnements environnement NOM m p 10.19 2.77 0.12 0.14 -environnent environner VER 0.28 5.47 0.00 0.47 ind:pre:3p; -environner environner VER 0.28 5.47 0.00 0.07 inf; -environné environner VER m s 0.28 5.47 0.00 1.49 par:pas; -environnée environner VER f s 0.28 5.47 0.00 0.41 par:pas; -environnées environner VER f p 0.28 5.47 0.00 0.07 par:pas; -environnés environner VER m p 0.28 5.47 0.00 0.54 par:pas; -environs environ NOM m p 6.25 16.69 6.25 16.69 -envisage envisager VER 16.42 32.64 3.40 4.05 imp:pre:2s;ind:pre:1s;ind:pre:3s; -envisagea envisager VER 16.42 32.64 0.02 1.22 ind:pas:3s; -envisageable envisageable ADJ s 0.85 0.74 0.80 0.74 -envisageables envisageable ADJ f p 0.85 0.74 0.04 0.00 -envisageai envisager VER 16.42 32.64 0.02 0.81 ind:pas:1s; -envisageaient envisager VER 16.42 32.64 0.07 0.68 ind:imp:3p; -envisageais envisager VER 16.42 32.64 0.61 1.55 ind:imp:1s;ind:imp:2s; -envisageait envisager VER 16.42 32.64 0.47 5.47 ind:imp:3s; -envisageant envisager VER 16.42 32.64 0.01 0.81 par:pre; -envisagent envisager VER 16.42 32.64 0.44 0.41 ind:pre:3p; -envisageons envisager VER 16.42 32.64 0.30 0.34 imp:pre:1p;ind:pre:1p; -envisageât envisager VER 16.42 32.64 0.00 0.20 sub:imp:3s; -envisager envisager VER 16.42 32.64 4.83 9.39 inf; -envisagera envisager VER 16.42 32.64 0.14 0.07 ind:fut:3s; -envisagerai envisager VER 16.42 32.64 0.05 0.00 ind:fut:1s; -envisagerais envisager VER 16.42 32.64 0.23 0.07 cnd:pre:1s;cnd:pre:2s; -envisagerait envisager VER 16.42 32.64 0.05 0.27 cnd:pre:3s; -envisageras envisager VER 16.42 32.64 0.01 0.00 ind:fut:2s; -envisagerez envisager VER 16.42 32.64 0.04 0.00 ind:fut:2p; -envisageriez envisager VER 16.42 32.64 0.17 0.00 cnd:pre:2p; -envisagerions envisager VER 16.42 32.64 0.00 0.14 cnd:pre:1p; -envisages envisager VER 16.42 32.64 1.35 0.27 ind:pre:2s; -envisagez envisager VER 16.42 32.64 1.11 0.68 imp:pre:2p;ind:pre:2p; -envisagiez envisager VER 16.42 32.64 0.20 0.00 ind:imp:2p; -envisagions envisager VER 16.42 32.64 0.04 0.54 ind:imp:1p; -envisagèrent envisager VER 16.42 32.64 0.01 0.27 ind:pas:3p; -envisagé envisager VER m s 16.42 32.64 2.61 3.58 par:pas; -envisagée envisager VER f s 16.42 32.64 0.19 1.22 par:pas; -envisagées envisager VER f p 16.42 32.64 0.04 0.41 par:pas; -envisagés envisager VER m p 16.42 32.64 0.01 0.20 par:pas; -envié envier VER m s 17.79 26.89 0.71 1.15 par:pas; -enviée envier VER f s 17.79 26.89 0.30 0.81 par:pas; -enviées envier VER f p 17.79 26.89 0.01 0.14 par:pas; -enviés envier VER m p 17.79 26.89 0.04 0.54 par:pas; -envoûtaient envoûter VER 1.81 2.16 0.00 0.07 ind:imp:3p; -envoûtait envoûter VER 1.81 2.16 0.01 0.14 ind:imp:3s; -envoûtant envoûtant ADJ m s 0.79 1.49 0.56 0.34 -envoûtante envoûtant ADJ f s 0.79 1.49 0.21 0.95 -envoûtantes envoûtant ADJ f p 0.79 1.49 0.00 0.07 -envoûtants envoûtant ADJ m p 0.79 1.49 0.02 0.14 -envoûte envoûter VER 1.81 2.16 0.32 0.34 ind:pre:1s;ind:pre:3s; -envoûtement envoûtement NOM m s 0.71 1.82 0.56 1.76 -envoûtements envoûtement NOM m p 0.71 1.82 0.14 0.07 -envoûter envoûter VER 1.81 2.16 0.12 0.34 inf; -envoûteras envoûter VER 1.81 2.16 0.01 0.00 ind:fut:2s; -envoûteur envoûteur NOM m s 0.00 0.27 0.00 0.14 -envoûteurs envoûteur NOM m p 0.00 0.27 0.00 0.14 -envoûté envoûter VER m s 1.81 2.16 0.88 0.61 par:pas; -envoûtée envoûter VER f s 1.81 2.16 0.44 0.14 par:pas; -envoûtées envoûter VER f p 1.81 2.16 0.00 0.14 par:pas; -envoûtés envoûter VER m p 1.81 2.16 0.03 0.27 par:pas; -envoi envoi NOM m s 4.46 6.96 3.47 6.28 -envoie envoyer VER 360.16 177.64 98.92 30.88 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:1s;sub:pre:3s; -envoient envoyer VER 360.16 177.64 9.16 4.32 ind:pre:3p; -envoies envoyer VER 360.16 177.64 6.24 0.61 ind:pre:1p;ind:pre:2s;sub:pre:2s; -envois envoi NOM m p 4.46 6.96 1.00 0.68 -envol envol NOM m s 2.50 5.20 2.48 4.66 -envola envoler VER 28.82 29.86 0.43 2.43 ind:pas:3s; -envolai envoler VER 28.82 29.86 0.00 0.34 ind:pas:1s; -envolaient envoler VER 28.82 29.86 0.35 2.50 ind:imp:3p; -envolais envoler VER 28.82 29.86 0.03 0.20 ind:imp:1s;ind:imp:2s; -envolait envoler VER 28.82 29.86 0.29 2.16 ind:imp:3s; -envolant envoler VER 28.82 29.86 0.38 0.47 par:pre; -envole envoler VER 28.82 29.86 5.39 3.78 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:1s;sub:pre:3s; -envolent envoler VER 28.82 29.86 4.47 2.30 ind:pre:3p; -envoler envoler VER 28.82 29.86 5.85 6.35 ind:pre:2p;inf; -envolera envoler VER 28.82 29.86 0.55 0.34 ind:fut:3s; -envolerai envoler VER 28.82 29.86 0.21 0.07 ind:fut:1s; -envoleraient envoler VER 28.82 29.86 0.00 0.41 cnd:pre:3p; -envolerais envoler VER 28.82 29.86 0.06 0.07 cnd:pre:1s; -envolerait envoler VER 28.82 29.86 0.08 0.14 cnd:pre:3s; -envolerez envoler VER 28.82 29.86 0.01 0.07 ind:fut:2p; -envolerions envoler VER 28.82 29.86 0.02 0.14 cnd:pre:1p; -envolerons envoler VER 28.82 29.86 0.05 0.00 ind:fut:1p; -envoleront envoler VER 28.82 29.86 0.04 0.07 ind:fut:3p; -envoles envoler VER 28.82 29.86 0.45 0.00 ind:pre:2s; -envolez envoler VER 28.82 29.86 0.58 0.00 imp:pre:2p;ind:pre:2p; -envolâmes envoler VER 28.82 29.86 0.00 0.07 ind:pas:1p; -envolons envoler VER 28.82 29.86 0.04 0.00 imp:pre:1p;ind:pre:1p; -envolât envoler VER 28.82 29.86 0.00 0.07 sub:imp:3s; -envols envol NOM m p 2.50 5.20 0.03 0.54 -envolèrent envoler VER 28.82 29.86 0.01 1.62 ind:pas:3p; -envolé envoler VER m s 28.82 29.86 5.05 2.84 par:pas; -envolée envoler VER f s 28.82 29.86 1.62 1.62 par:pas; -envolées envolée NOM f p 0.88 3.18 0.33 1.01 -envolés envoler VER m p 28.82 29.86 2.63 1.28 par:pas; -envoya envoyer VER 360.16 177.64 1.96 11.69 ind:pas:3s; -envoyai envoyer VER 360.16 177.64 0.26 2.30 ind:pas:1s; -envoyaient envoyer VER 360.16 177.64 0.62 2.91 ind:imp:3p; -envoyais envoyer VER 360.16 177.64 1.58 1.82 ind:imp:1s;ind:imp:2s; -envoyait envoyer VER 360.16 177.64 3.84 14.66 ind:imp:3s; -envoyant envoyer VER 360.16 177.64 1.91 4.26 par:pre; -envoyer envoyer VER 360.16 177.64 69.77 41.15 inf;;inf;;inf;;inf;;inf;;inf;;inf;; -envoyeur envoyeur NOM m s 0.21 0.41 0.21 0.34 -envoyeurs envoyeur NOM m p 0.21 0.41 0.00 0.07 -envoyez envoyer VER 360.16 177.64 31.66 2.23 imp:pre:2p;ind:pre:2p; -envoyiez envoyer VER 360.16 177.64 0.55 0.00 ind:imp:2p; -envoyions envoyer VER 360.16 177.64 0.16 0.07 ind:imp:1p; -envoyâmes envoyer VER 360.16 177.64 0.01 0.20 ind:pas:1p; -envoyons envoyer VER 360.16 177.64 2.31 0.20 imp:pre:1p;ind:pre:1p; -envoyât envoyer VER 360.16 177.64 0.00 0.68 sub:imp:3s; -envoyèrent envoyer VER 360.16 177.64 0.26 0.95 ind:pas:3p; -envoyé envoyer VER m s 360.16 177.64 82.52 35.20 par:pas; -envoyée envoyer VER f s 360.16 177.64 12.19 5.27 par:pas; -envoyées envoyer VER f p 360.16 177.64 1.97 2.57 par:pas; -envoyés envoyer VER m p 360.16 177.64 8.63 5.41 par:pas; -enzymatique enzymatique ADJ s 0.06 0.00 0.06 0.00 -enzyme enzyme NOM f s 2.00 0.34 1.26 0.00 -enzymes enzyme NOM f p 2.00 0.34 0.75 0.34 -epsilon epsilon NOM m 0.47 0.20 0.47 0.20 -erg erg NOM m s 0.02 0.07 0.01 0.00 -ergastule ergastule NOM m s 0.00 0.20 0.00 0.07 -ergastules ergastule NOM m p 0.00 0.20 0.00 0.14 -ergo ergo ADV 0.22 0.34 0.22 0.34 -ergol ergol NOM m s 0.01 0.00 0.01 0.00 -ergonomie ergonomie NOM f s 0.06 0.07 0.06 0.07 -ergonomique ergonomique ADJ s 0.08 0.00 0.08 0.00 -ergot ergot NOM m s 0.08 1.08 0.04 0.07 -ergotage ergotage NOM m s 0.01 0.00 0.01 0.00 -ergotait ergoter VER 0.43 0.68 0.00 0.07 ind:imp:3s; -ergotamine ergotamine NOM f s 0.02 0.00 0.02 0.00 -ergote ergoter VER 0.43 0.68 0.17 0.20 imp:pre:2s;ind:pre:1s;ind:pre:3s; -ergotent ergoter VER 0.43 0.68 0.00 0.07 ind:pre:3p; -ergoter ergoter VER 0.43 0.68 0.16 0.27 inf; -ergoteur ergoteur ADJ m s 0.02 0.27 0.02 0.07 -ergoteurs ergoteur ADJ m p 0.02 0.27 0.00 0.07 -ergoteuse ergoteur ADJ f s 0.02 0.27 0.00 0.14 -ergothérapeute ergothérapeute NOM s 0.06 0.00 0.06 0.00 -ergothérapie ergothérapie NOM f s 0.07 0.00 0.07 0.00 -ergotons ergoter VER 0.43 0.68 0.10 0.07 imp:pre:1p; -ergots ergot NOM m p 0.08 1.08 0.04 1.01 -ergoté ergoté ADJ m s 0.14 0.00 0.14 0.00 -ergs erg NOM m p 0.02 0.07 0.01 0.07 -ermitage ermitage NOM m s 0.04 1.69 0.04 1.35 -ermitages ermitage NOM m p 0.04 1.69 0.00 0.34 -ermite ermite NOM m s 2.28 2.50 2.23 2.03 -ermites ermite NOM m p 2.28 2.50 0.05 0.47 -erpétologiste erpétologiste NOM s 0.02 0.00 0.02 0.00 -erra errer VER 10.44 27.36 0.41 2.16 ind:pas:3s; -errai errer VER 10.44 27.36 0.04 0.54 ind:pas:1s; -erraient errer VER 10.44 27.36 0.15 2.23 ind:imp:3p; -errais errer VER 10.44 27.36 0.12 1.28 ind:imp:1s;ind:imp:2s; -errait errer VER 10.44 27.36 0.36 3.18 ind:imp:3s; -errance errance NOM f s 0.54 4.46 0.51 2.91 -errances errance NOM f p 0.54 4.46 0.03 1.55 -errant errant ADJ m s 2.62 11.96 1.45 3.18 -errante errant ADJ f s 2.62 11.96 0.47 4.59 -errantes errant ADJ f p 2.62 11.96 0.04 1.28 -errants errant ADJ m p 2.62 11.96 0.66 2.91 -errata erratum NOM m p 0.02 0.27 0.00 0.27 -erratique erratique ADJ s 0.22 0.54 0.17 0.20 -erratiques erratique ADJ p 0.22 0.54 0.04 0.34 -erratum erratum NOM m s 0.02 0.27 0.02 0.00 -erre errer VER 10.44 27.36 3.17 2.64 imp:pre:2s;ind:pre:1s;ind:pre:3s; -errements errements NOM m p 0.08 1.22 0.08 1.22 -errent errer VER 10.44 27.36 0.99 1.62 ind:pre:3p; -errer errer VER 10.44 27.36 2.44 6.62 inf; -errera errer VER 10.44 27.36 0.14 0.00 ind:fut:3s; -errerai errer VER 10.44 27.36 0.03 0.07 ind:fut:1s; -erreraient errer VER 10.44 27.36 0.00 0.07 cnd:pre:3p; -errerait errer VER 10.44 27.36 0.00 0.07 cnd:pre:3s; -erreras errer VER 10.44 27.36 0.01 0.07 ind:fut:2s; -errerons errer VER 10.44 27.36 0.01 0.00 ind:fut:1p; -erreront errer VER 10.44 27.36 0.01 0.07 ind:fut:3p; -erres errer VER 10.44 27.36 0.23 0.07 ind:pre:2s; -erreur erreur NOM f s 124.15 52.09 101.33 37.84 -erreurs erreur NOM f p 124.15 52.09 22.82 14.26 -errez errer VER 10.44 27.36 0.10 0.14 imp:pre:2p;ind:pre:2p; -erriez errer VER 10.44 27.36 0.04 0.00 ind:imp:2p; -errions errer VER 10.44 27.36 0.14 0.14 ind:imp:1p; -errâmes errer VER 10.44 27.36 0.00 0.20 ind:pas:1p; -errons errer VER 10.44 27.36 0.05 0.27 imp:pre:1p;ind:pre:1p; -erroné erroné ADJ m s 2.05 0.74 0.54 0.27 -erronée erroné ADJ f s 2.05 0.74 0.44 0.07 -erronées erroné ADJ f p 2.05 0.74 0.68 0.27 -erronés erroné ADJ m p 2.05 0.74 0.40 0.14 -errèrent errer VER 10.44 27.36 0.01 0.41 ind:pas:3p; -erré errer VER m s 10.44 27.36 0.90 2.57 par:pas; -errés errer VER m p 10.44 27.36 0.01 0.00 par:pas; -ers ers NOM m 0.45 0.00 0.45 0.00 -ersatz ersatz NOM m 0.21 1.62 0.21 1.62 -es être AUX 8074.24 6501.82 539.36 77.70 ind:pre:2s; -esbaudir esbaudir VER 0.00 0.07 0.00 0.07 inf; -esbignais esbigner VER 0.00 0.95 0.00 0.14 ind:imp:1s; -esbignait esbigner VER 0.00 0.95 0.00 0.07 ind:imp:3s; -esbigne esbigner VER 0.00 0.95 0.00 0.20 ind:pre:3s; -esbignent esbigner VER 0.00 0.95 0.00 0.07 ind:pre:3p; -esbigner esbigner VER 0.00 0.95 0.00 0.20 inf; -esbigné esbigner VER m s 0.00 0.95 0.00 0.27 par:pas; -esbroufe esbroufe NOM f s 0.20 0.20 0.20 0.20 -esbroufer esbroufer VER 0.10 0.14 0.00 0.07 inf; -esbroufeur esbroufeur NOM m s 0.03 0.00 0.02 0.00 -esbroufeurs esbroufeur NOM m p 0.03 0.00 0.01 0.00 -esbroufée esbroufer VER f s 0.10 0.14 0.00 0.07 par:pas; -escabeau escabeau NOM m s 0.69 5.88 0.67 5.20 -escabeaux escabeau NOM m p 0.69 5.88 0.02 0.68 -escabèches escabèche NOM f p 0.00 0.07 0.00 0.07 -escadre escadre NOM f s 1.54 6.08 1.44 5.00 -escadres escadre NOM f p 1.54 6.08 0.10 1.08 -escadrille escadrille NOM f s 2.10 5.14 1.67 2.09 -escadrilles escadrille NOM f p 2.10 5.14 0.43 3.04 -escadrin escadrin NOM m s 0.00 0.07 0.00 0.07 -escadron escadron NOM m s 4.68 8.78 3.34 6.55 -escadrons escadron NOM m p 4.68 8.78 1.34 2.23 -escagasse escagasser VER 0.27 0.14 0.14 0.07 ind:pre:3s; -escagasser escagasser VER 0.27 0.14 0.14 0.07 inf; -escalada escalader VER 4.87 15.34 0.12 1.55 ind:pas:3s; -escaladaient escalader VER 4.87 15.34 0.02 0.68 ind:imp:3p; -escaladais escalader VER 4.87 15.34 0.03 0.47 ind:imp:1s;ind:imp:2s; -escaladait escalader VER 4.87 15.34 0.18 1.42 ind:imp:3s; -escaladant escalader VER 4.87 15.34 0.30 1.42 par:pre; -escalade escalade NOM f s 3.37 4.12 3.26 3.58 -escaladent escalader VER 4.87 15.34 0.36 0.41 ind:pre:3p; -escalader escalader VER 4.87 15.34 2.19 3.85 inf; -escaladera escalader VER 4.87 15.34 0.04 0.20 ind:fut:3s; -escaladerais escalader VER 4.87 15.34 0.00 0.07 cnd:pre:1s; -escaladerait escalader VER 4.87 15.34 0.01 0.07 cnd:pre:3s; -escalades escalade NOM f p 3.37 4.12 0.11 0.54 -escaladeur escaladeur NOM m s 0.03 0.20 0.03 0.07 -escaladeuse escaladeur NOM f s 0.03 0.20 0.00 0.07 -escaladeuses escaladeur NOM f p 0.03 0.20 0.00 0.07 -escaladez escalader VER 4.87 15.34 0.29 0.00 imp:pre:2p;ind:pre:2p; -escaladions escalader VER 4.87 15.34 0.00 0.27 ind:imp:1p; -escaladâmes escalader VER 4.87 15.34 0.00 0.14 ind:pas:1p; -escaladons escalader VER 4.87 15.34 0.02 0.07 imp:pre:1p; -escaladèrent escalader VER 4.87 15.34 0.16 0.27 ind:pas:3p; -escaladé escalader VER m s 4.87 15.34 0.48 1.62 par:pas; -escaladée escalader VER f s 4.87 15.34 0.00 0.14 par:pas; -escaladées escalader VER f p 4.87 15.34 0.11 0.20 par:pas; -escaladés escalader VER m p 4.87 15.34 0.00 0.07 par:pas; -escalais escaler VER 0.00 0.14 0.00 0.07 ind:imp:1s; -escalator escalator NOM m s 0.50 0.27 0.36 0.20 -escalators escalator NOM m p 0.50 0.27 0.13 0.07 -escale escale NOM f s 2.32 8.92 2.25 7.16 -escalera escaler VER 0.00 0.14 0.00 0.07 ind:fut:3s; -escales escale NOM f p 2.32 8.92 0.07 1.76 -escalier escalier NOM m s 32.29 148.85 20.91 125.95 -escaliers escalier NOM m p 32.29 148.85 11.38 22.91 -escalope escalope NOM f s 1.13 1.42 0.94 0.74 -escalopes escalope NOM f p 1.13 1.42 0.18 0.68 -escamota escamoter VER 0.28 4.73 0.00 0.20 ind:pas:3s; -escamotable escamotable ADJ m s 0.01 0.47 0.00 0.27 -escamotables escamotable ADJ f p 0.01 0.47 0.01 0.20 -escamotage escamotage NOM m s 0.04 0.34 0.03 0.27 -escamotages escamotage NOM m p 0.04 0.34 0.01 0.07 -escamotaient escamoter VER 0.28 4.73 0.00 0.07 ind:imp:3p; -escamotait escamoter VER 0.28 4.73 0.02 0.47 ind:imp:3s; -escamotant escamoter VER 0.28 4.73 0.01 0.07 par:pre; -escamote escamoter VER 0.28 4.73 0.02 0.47 imp:pre:2s;ind:pre:3s; -escamoter escamoter VER 0.28 4.73 0.03 0.88 inf; -escamoterai escamoter VER 0.28 4.73 0.00 0.07 ind:fut:1s; -escamoteur escamoteur NOM m s 0.01 0.07 0.01 0.07 -escamoté escamoter VER m s 0.28 4.73 0.20 1.42 par:pas; -escamotée escamoter VER f s 0.28 4.73 0.01 0.95 par:pas; -escamotées escamoter VER f p 0.28 4.73 0.00 0.07 par:pas; -escamotés escamoter VER m p 0.28 4.73 0.00 0.07 par:pas; -escampette escampette NOM f s 0.26 0.27 0.26 0.27 -escapade escapade NOM f s 1.83 3.51 0.89 2.16 -escapades escapade NOM f p 1.83 3.51 0.94 1.35 -escape escape NOM f s 0.19 0.00 0.19 0.00 -escarbille escarbille NOM f s 0.07 1.42 0.05 0.20 -escarbilles escarbille NOM f p 0.07 1.42 0.02 1.22 -escarboucle escarboucle NOM f s 0.03 0.27 0.03 0.07 -escarboucles escarboucle NOM f p 0.03 0.27 0.00 0.20 -escarcelle escarcelle NOM f s 0.17 0.41 0.17 0.41 -escargot escargot NOM m s 8.07 7.23 2.73 2.84 -escargots escargot NOM m p 8.07 7.23 5.34 4.39 -escarmouchaient escarmoucher VER 0.00 0.20 0.00 0.07 ind:imp:3p; -escarmouche escarmouche NOM f s 0.41 1.96 0.32 0.47 -escarmouchent escarmoucher VER 0.00 0.20 0.00 0.14 ind:pre:3p; -escarmouches escarmouche NOM f p 0.41 1.96 0.09 1.49 -escarpement escarpement NOM m s 0.05 1.28 0.03 0.41 -escarpements escarpement NOM m p 0.05 1.28 0.02 0.88 -escarpes escarpe NOM m p 0.00 0.20 0.00 0.20 -escarpin escarpin NOM m s 0.77 5.14 0.07 0.54 -escarpins escarpin NOM m p 0.77 5.14 0.69 4.59 -escarpolette escarpolette NOM f s 0.01 0.41 0.01 0.27 -escarpolettes escarpolette NOM f p 0.01 0.41 0.00 0.14 -escarpé escarper VER m s 0.21 0.54 0.19 0.20 par:pas; -escarpée escarpé ADJ f s 0.14 2.64 0.03 0.74 -escarpées escarpé ADJ f p 0.14 2.64 0.03 0.54 -escarpés escarpé ADJ m p 0.14 2.64 0.04 0.34 -escarre escarre NOM f s 0.23 0.27 0.03 0.07 -escarres escarre NOM f p 0.23 0.27 0.20 0.20 -eschatologie eschatologie NOM f s 0.00 0.14 0.00 0.14 -esche esche NOM f s 0.00 0.14 0.00 0.14 -escher escher VER 0.01 0.00 0.01 0.00 inf; -escient escient NOM m s 0.62 1.08 0.62 1.08 -esclaffa esclaffer VER 0.43 8.24 0.00 1.69 ind:pas:3s; -esclaffai esclaffer VER 0.43 8.24 0.00 0.07 ind:pas:1s; -esclaffaient esclaffer VER 0.43 8.24 0.02 0.74 ind:imp:3p; -esclaffait esclaffer VER 0.43 8.24 0.00 0.68 ind:imp:3s; -esclaffant esclaffer VER 0.43 8.24 0.01 0.88 par:pre; -esclaffe esclaffer VER 0.43 8.24 0.33 1.15 ind:pre:1s;ind:pre:3s; -esclaffement esclaffement NOM m s 0.00 0.14 0.00 0.07 -esclaffements esclaffement NOM m p 0.00 0.14 0.00 0.07 -esclaffent esclaffer VER 0.43 8.24 0.00 0.61 ind:pre:3p; -esclaffer esclaffer VER 0.43 8.24 0.04 1.35 inf; -esclafferaient esclaffer VER 0.43 8.24 0.00 0.07 cnd:pre:3p; -esclaffèrent esclaffer VER 0.43 8.24 0.00 0.41 ind:pas:3p; -esclaffé esclaffer VER m s 0.43 8.24 0.00 0.34 par:pas; -esclaffée esclaffer VER f s 0.43 8.24 0.00 0.20 par:pas; -esclaffés esclaffer VER m p 0.43 8.24 0.02 0.07 par:pas; -esclandre esclandre NOM m s 0.37 2.36 0.36 2.09 -esclandres esclandre NOM m p 0.37 2.36 0.01 0.27 -esclavage esclavage NOM m s 7.14 6.96 7.14 6.96 -esclavagea esclavager VER 0.00 0.41 0.00 0.14 ind:pas:3s; -esclavager esclavager VER 0.00 0.41 0.00 0.20 inf; -esclavagisme esclavagisme NOM m s 0.07 0.00 0.07 0.00 -esclavagiste esclavagiste NOM s 0.73 0.00 0.39 0.00 -esclavagistes esclavagiste NOM p 0.73 0.00 0.34 0.00 -esclavagé esclavager VER m s 0.00 0.41 0.00 0.07 par:pas; -esclave esclave NOM s 37.52 22.23 15.51 9.86 -esclaves esclave NOM m p 37.52 22.23 22.01 12.36 -esclavons esclavon NOM m p 0.00 0.20 0.00 0.20 -escogriffe escogriffe NOM m s 0.16 1.28 0.16 1.15 -escogriffes escogriffe NOM m p 0.16 1.28 0.00 0.14 -escomptai escompter VER 0.67 4.93 0.00 0.07 ind:pas:1s; -escomptaient escompter VER 0.67 4.93 0.01 0.14 ind:imp:3p; -escomptais escompter VER 0.67 4.93 0.04 0.47 ind:imp:1s; -escomptait escompter VER 0.67 4.93 0.02 1.42 ind:imp:3s; -escomptant escompter VER 0.67 4.93 0.01 0.95 par:pre; -escompte escompte NOM m s 0.17 0.61 0.17 0.61 -escomptent escompter VER 0.67 4.93 0.01 0.07 ind:pre:3p; -escompter escompter VER 0.67 4.93 0.01 0.34 inf; -escomptes escompter VER 0.67 4.93 0.00 0.07 ind:pre:2s; -escomptez escompter VER 0.67 4.93 0.03 0.00 imp:pre:2p;ind:pre:2p; -escomptions escompter VER 0.67 4.93 0.02 0.00 ind:imp:1p; -escompté escompter VER m s 0.67 4.93 0.09 0.81 par:pas; -escomptée escompter VER f s 0.67 4.93 0.12 0.14 par:pas; -escomptées escompter VER f p 0.67 4.93 0.10 0.07 par:pas; -escomptés escompter VER m p 0.67 4.93 0.07 0.20 par:pas; -escopette escopette NOM f s 0.00 0.20 0.00 0.20 -escorta escorter VER 8.21 7.57 0.00 0.34 ind:pas:3s; -escortaient escorter VER 8.21 7.57 0.28 0.54 ind:imp:3p; -escortais escorter VER 8.21 7.57 0.05 0.00 ind:imp:1s; -escortait escorter VER 8.21 7.57 0.16 0.74 ind:imp:3s; -escortant escorter VER 8.21 7.57 0.05 0.27 par:pre; -escorte escorte NOM f s 7.28 7.03 6.69 6.76 -escortent escorter VER 8.21 7.57 0.48 0.54 ind:pre:3p; -escorter escorter VER 8.21 7.57 3.02 1.01 inf; -escortera escorter VER 8.21 7.57 0.23 0.07 ind:fut:3s; -escorterai escorter VER 8.21 7.57 0.07 0.00 ind:fut:1s; -escorteraient escorter VER 8.21 7.57 0.01 0.07 cnd:pre:3p; -escorterez escorter VER 8.21 7.57 0.06 0.00 ind:fut:2p; -escorteriez escorter VER 8.21 7.57 0.01 0.00 cnd:pre:2p; -escorterons escorter VER 8.21 7.57 0.15 0.00 ind:fut:1p; -escorteront escorter VER 8.21 7.57 0.32 0.00 ind:fut:3p; -escortes escorte NOM f p 7.28 7.03 0.58 0.27 -escorteur escorteur NOM m s 0.32 0.81 0.04 0.14 -escorteurs escorteur NOM m p 0.32 0.81 0.28 0.68 -escortez escorter VER 8.21 7.57 0.82 0.00 imp:pre:2p;ind:pre:2p; -escortiez escorter VER 8.21 7.57 0.02 0.00 ind:imp:2p; -escortons escorter VER 8.21 7.57 0.16 0.00 ind:pre:1p; -escortèrent escorter VER 8.21 7.57 0.01 0.27 ind:pas:3p; -escorté escorter VER m s 8.21 7.57 1.08 1.42 par:pas; -escortée escorter VER f s 8.21 7.57 0.12 0.88 par:pas; -escortées escorter VER f p 8.21 7.57 0.02 0.07 par:pas; -escortés escorter VER m p 8.21 7.57 0.16 1.35 par:pas; -escot escot NOM m s 0.14 0.00 0.14 0.00 -escouade escouade NOM f s 1.46 5.41 1.34 3.92 -escouades escouade NOM f p 1.46 5.41 0.12 1.49 -escrimai escrimer VER 0.11 2.30 0.00 0.07 ind:pas:1s; -escrimaient escrimer VER 0.11 2.30 0.00 0.20 ind:imp:3p; -escrimais escrimer VER 0.11 2.30 0.01 0.07 ind:imp:1s; -escrimait escrimer VER 0.11 2.30 0.02 0.74 ind:imp:3s; -escrimant escrimer VER 0.11 2.30 0.03 0.27 par:pre; -escrime escrime NOM f s 1.50 2.03 1.50 2.03 -escriment escrimer VER 0.11 2.30 0.01 0.20 ind:pre:3p; -escrimer escrimer VER 0.11 2.30 0.03 0.27 inf; -escrimera escrimer VER 0.11 2.30 0.00 0.07 ind:fut:3s; -escrimeraient escrimer VER 0.11 2.30 0.00 0.07 cnd:pre:3p; -escrimes escrimer VER 0.11 2.30 0.00 0.07 ind:pre:2s; -escrimeur escrimeur NOM m s 0.38 0.41 0.37 0.27 -escrimeurs escrimeur NOM m p 0.38 0.41 0.01 0.07 -escrimeuses escrimeur NOM f p 0.38 0.41 0.00 0.07 -escroc escroc NOM m s 9.27 4.46 6.77 2.91 -escrocs escroc NOM m p 9.27 4.46 2.50 1.55 -escroquant escroquer VER 2.83 1.42 0.13 0.07 par:pre; -escroque escroquer VER 2.83 1.42 0.19 0.14 imp:pre:2s;ind:pre:1s;ind:pre:3s; -escroquent escroquer VER 2.83 1.42 0.03 0.00 ind:pre:3p; -escroquer escroquer VER 2.83 1.42 1.00 0.81 inf; -escroquera escroquer VER 2.83 1.42 0.02 0.00 ind:fut:3s; -escroquerie escroquerie NOM f s 3.20 3.11 2.84 2.16 -escroqueries escroquerie NOM f p 3.20 3.11 0.36 0.95 -escroques escroquer VER 2.83 1.42 0.00 0.07 ind:pre:2s; -escroqueuse escroqueur NOM f s 0.01 0.00 0.01 0.00 -escroquez escroquer VER 2.83 1.42 0.05 0.00 ind:pre:2p; -escroqué escroquer VER m s 2.83 1.42 1.32 0.20 par:pas; -escroquées escroquer VER f p 2.83 1.42 0.01 0.07 par:pas; -escroqués escroquer VER m p 2.83 1.42 0.07 0.07 par:pas; -escudo escudo NOM m s 3.03 0.00 0.01 0.00 -escudos escudo NOM m p 3.03 0.00 3.02 0.00 -esgourdai esgourder VER 0.00 0.95 0.00 0.07 ind:pas:1s; -esgourdant esgourder VER 0.00 0.95 0.00 0.07 par:pre; -esgourde esgourde NOM f s 0.09 2.70 0.01 1.22 -esgourder esgourder VER 0.00 0.95 0.00 0.68 inf; -esgourdes esgourde NOM f p 0.09 2.70 0.08 1.49 -esgourdé esgourder VER m s 0.00 0.95 0.00 0.07 par:pas; -esgourdée esgourder VER f s 0.00 0.95 0.00 0.07 par:pas; -eskimo eskimo ADJ m s 0.02 0.14 0.02 0.07 -eskimos eskimo NOM m p 0.04 0.00 0.02 0.00 -espace_temps espace_temps NOM m 1.63 0.07 1.63 0.07 -espace espace NOM s 43.87 88.51 41.34 78.58 -espacement espacement NOM m s 0.10 0.34 0.09 0.34 -espacements espacement NOM m p 0.10 0.34 0.01 0.00 -espacent espacer VER 0.52 5.95 0.00 0.47 ind:pre:3p; -espacer espacer VER 0.52 5.95 0.06 0.68 inf; -espacerait espacer VER 0.52 5.95 0.00 0.07 cnd:pre:3s; -espaceront espacer VER 0.52 5.95 0.00 0.07 ind:fut:3p; -espaces espace NOM p 43.87 88.51 2.52 9.93 -espacez espacer VER 0.52 5.95 0.02 0.00 imp:pre:2p; -espacions espacer VER 0.52 5.95 0.00 0.14 ind:imp:1p; -espacèrent espacer VER 0.52 5.95 0.01 0.74 ind:pas:3p; -espacé espacé ADJ m s 0.41 2.50 0.02 0.20 -espacée espacer VER f s 0.52 5.95 0.00 0.07 par:pas; -espacées espacé ADJ f p 0.41 2.50 0.21 1.15 -espacés espacé ADJ m p 0.41 2.50 0.19 1.08 -espada espada NOM f s 0.00 0.81 0.00 0.74 -espadas espada NOM f p 0.00 0.81 0.00 0.07 -espadon espadon NOM m s 0.80 0.54 0.71 0.47 -espadons espadon NOM m p 0.80 0.54 0.09 0.07 -espadrille espadrille NOM f s 0.26 8.58 0.02 0.95 -espadrilles espadrille NOM f p 0.26 8.58 0.24 7.64 -espagnol espagnol NOM m s 18.43 21.62 11.54 11.01 -espagnole espagnol ADJ f s 20.94 25.00 6.16 8.78 -espagnoles espagnol ADJ f p 20.94 25.00 1.48 2.50 -espagnolette espagnolette NOM f s 0.00 1.42 0.00 1.42 -espagnols espagnol NOM m p 18.43 21.62 5.27 7.64 -espalier espalier NOM m s 0.00 1.49 0.00 0.61 -espaliers espalier NOM m p 0.00 1.49 0.00 0.88 -espar espar NOM m s 0.00 0.07 0.00 0.07 -espars espars NOM m 0.00 0.07 0.00 0.07 -espaça espacer VER 0.52 5.95 0.00 0.41 ind:pas:3s; -espaçaient espacer VER 0.52 5.95 0.00 1.01 ind:imp:3p; -espaçait espacer VER 0.52 5.95 0.00 0.27 ind:imp:3s; -espaçant espacer VER 0.52 5.95 0.01 0.41 par:pre; -esperanto esperanto NOM m s 0.22 0.07 0.22 0.07 -espingo espingo NOM s 0.00 1.55 0.00 0.61 -espingole espingole NOM f s 0.00 0.14 0.00 0.07 -espingoles espingole NOM f p 0.00 0.14 0.00 0.07 -espingos espingo NOM p 0.00 1.55 0.00 0.95 -espingouin espingouin NOM s 0.35 0.54 0.32 0.47 -espingouins espingouin NOM p 0.35 0.54 0.03 0.07 -espion espion NOM m s 22.05 10.20 13.31 4.59 -espionite espionite NOM f s 0.01 0.00 0.01 0.00 -espionnage espionnage NOM m s 3.32 2.57 3.32 2.57 -espionnaient espionner VER 15.99 4.53 0.03 0.27 ind:imp:3p; -espionnais espionner VER 15.99 4.53 1.36 0.34 ind:imp:1s;ind:imp:2s; -espionnait espionner VER 15.99 4.53 1.52 0.54 ind:imp:3s; -espionnant espionner VER 15.99 4.53 0.21 0.00 par:pre; -espionne espionner VER 15.99 4.53 3.06 0.81 ind:pre:1s;ind:pre:3s; -espionnent espionner VER 15.99 4.53 0.27 0.00 ind:pre:3p; -espionner espionner VER 15.99 4.53 4.71 2.03 inf;; -espionnera espionner VER 15.99 4.53 0.14 0.00 ind:fut:3s; -espionnerai espionner VER 15.99 4.53 0.04 0.00 ind:fut:1s; -espionnerions espionner VER 15.99 4.53 0.01 0.00 cnd:pre:1p; -espionnes espionner VER 15.99 4.53 2.00 0.20 ind:pre:2s;sub:pre:2s; -espionnez espionner VER 15.99 4.53 0.90 0.00 imp:pre:2p;ind:pre:2p; -espionniez espionner VER 15.99 4.53 0.17 0.00 ind:imp:2p; -espionnite espionnite NOM f s 0.14 0.27 0.14 0.27 -espionnons espionner VER 15.99 4.53 0.04 0.00 ind:pre:1p; -espionnât espionner VER 15.99 4.53 0.00 0.07 sub:imp:3s; -espionné espionner VER m s 15.99 4.53 0.94 0.20 par:pas; -espionnée espionner VER f s 15.99 4.53 0.13 0.00 par:pas; -espionnés espionner VER m p 15.99 4.53 0.47 0.07 par:pas; -espions espion NOM m p 22.05 10.20 6.52 3.72 -espiègle espiègle ADJ s 0.89 1.42 0.81 1.01 -espièglement espièglement ADV 0.00 0.07 0.00 0.07 -espièglerie espièglerie NOM f s 0.08 1.01 0.03 0.88 -espiègleries espièglerie NOM f p 0.08 1.01 0.04 0.14 -espiègles espiègle ADJ p 0.89 1.42 0.09 0.41 -esplanade esplanade NOM f s 0.64 6.35 0.64 6.01 -esplanades esplanade NOM f p 0.64 6.35 0.00 0.34 -espoir espoir NOM m s 64.22 101.89 57.62 90.74 -espoirs espoir NOM m p 64.22 101.89 6.61 11.15 -esprit_de_sel esprit_de_sel NOM m s 0.00 0.07 0.00 0.07 -esprit_de_vin esprit_de_vin NOM m s 0.01 0.20 0.01 0.20 -esprit esprit NOM m s 155.82 216.28 131.70 182.84 -esprits esprit NOM m p 155.82 216.28 24.12 33.45 -espèce espèce NOM f s 116.51 141.69 105.04 127.23 -espèces espèce NOM f p 116.51 141.69 11.47 14.46 -espère espérer VER 301.08 134.93 209.19 43.85 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:1s; -espèrent espérer VER 301.08 134.93 2.15 2.03 ind:pre:3p; -espères espérer VER 301.08 134.93 4.19 1.08 ind:pre:2s; -espéra espérer VER 301.08 134.93 0.02 1.49 ind:pas:3s; -espérai espérer VER 301.08 134.93 0.16 0.20 ind:pas:1s; -espéraient espérer VER 301.08 134.93 0.85 2.97 ind:imp:3p; -espérais espérer VER 301.08 134.93 25.40 12.64 ind:imp:1s;ind:imp:2s; -espérait espérer VER 301.08 134.93 3.66 18.58 ind:imp:3s; -espérance espérance NOM f s 6.42 27.36 4.10 18.31 -espérances espérance NOM f p 6.42 27.36 2.32 9.05 -espérant espérer VER 301.08 134.93 6.82 11.76 par:pre; -espérantiste espérantiste NOM s 0.00 0.07 0.00 0.07 -espéranto espéranto NOM m s 0.02 0.14 0.02 0.14 -espérer espérer VER 301.08 134.93 15.65 23.51 inf; -espérerai espérer VER 301.08 134.93 0.02 0.00 ind:fut:1s; -espérerais espérer VER 301.08 134.93 0.20 0.00 cnd:pre:1s; -espérerait espérer VER 301.08 134.93 0.01 0.00 cnd:pre:3s; -espérez espérer VER 301.08 134.93 3.46 1.69 imp:pre:2p;ind:pre:2p; -espériez espérer VER 301.08 134.93 1.57 0.27 ind:imp:2p;sub:pre:2p; -espérions espérer VER 301.08 134.93 1.24 0.88 ind:imp:1p; -espérâmes espérer VER 301.08 134.93 0.00 0.07 ind:pas:1p; -espérons espérer VER 301.08 134.93 21.77 2.91 imp:pre:1p;ind:pre:1p; -espérât espérer VER 301.08 134.93 0.00 0.14 sub:imp:3s; -espérèrent espérer VER 301.08 134.93 0.00 0.07 ind:pas:3p; -espéré espérer VER m s 301.08 134.93 4.46 8.99 par:pas; -espérée espérer VER f s 301.08 134.93 0.14 1.01 par:pas; -espérées espérer VER f p 301.08 134.93 0.00 0.41 par:pas; -espérés espérer VER m p 301.08 134.93 0.13 0.41 par:pas; -esquif esquif NOM m s 0.29 1.76 0.29 1.42 -esquifs esquif NOM m p 0.29 1.76 0.00 0.34 -esquille esquille NOM f s 0.01 0.81 0.01 0.14 -esquilles esquille NOM f p 0.01 0.81 0.00 0.68 -esquimau esquimau NOM m s 1.89 1.22 0.91 0.88 -esquimaude esquimaude ADJ f s 0.10 0.07 0.00 0.07 -esquimaudes esquimaude ADJ f p 0.10 0.07 0.10 0.00 -esquimaux esquimau NOM m p 1.89 1.22 0.97 0.34 -esquintait esquinter VER 2.29 2.70 0.00 0.14 ind:imp:3s; -esquinte esquinter VER 2.29 2.70 0.50 0.74 imp:pre:2s;ind:pre:1s;ind:pre:3s; -esquintement esquintement NOM m s 0.00 0.07 0.00 0.07 -esquintent esquinter VER 2.29 2.70 0.12 0.07 ind:pre:3p; -esquinter esquinter VER 2.29 2.70 0.47 1.08 inf; -esquinterais esquinter VER 2.29 2.70 0.01 0.00 cnd:pre:1s; -esquintes esquinter VER 2.29 2.70 0.34 0.07 ind:pre:2s; -esquintez esquinter VER 2.29 2.70 0.13 0.00 imp:pre:2p; -esquinté esquinter VER m s 2.29 2.70 0.57 0.41 par:pas; -esquintée esquinté ADJ f s 0.51 0.34 0.33 0.27 -esquintées esquinter VER f p 2.29 2.70 0.01 0.07 par:pas; -esquintés esquinté ADJ m p 0.51 0.34 0.02 0.07 -esquire esquire NOM m s 0.31 0.00 0.31 0.00 -esquissa esquisser VER 0.74 16.82 0.02 4.53 ind:pas:3s; -esquissai esquisser VER 0.74 16.82 0.00 0.20 ind:pas:1s; -esquissaient esquisser VER 0.74 16.82 0.00 0.27 ind:imp:3p; -esquissais esquisser VER 0.74 16.82 0.02 0.47 ind:imp:1s; -esquissait esquisser VER 0.74 16.82 0.00 1.62 ind:imp:3s; -esquissant esquisser VER 0.74 16.82 0.12 1.08 par:pre; -esquisse esquisse NOM f s 1.06 4.39 0.54 2.43 -esquissent esquisser VER 0.74 16.82 0.01 0.34 ind:pre:3p; -esquisser esquisser VER 0.74 16.82 0.06 2.03 inf; -esquisses esquisse NOM f p 1.06 4.39 0.52 1.96 -esquissèrent esquisser VER 0.74 16.82 0.00 0.14 ind:pas:3p; -esquissé esquisser VER m s 0.74 16.82 0.15 2.43 par:pas; -esquissée esquisser VER f s 0.74 16.82 0.10 0.41 par:pas; -esquissées esquisser VER f p 0.74 16.82 0.00 0.20 par:pas; -esquissés esquisser VER m p 0.74 16.82 0.00 0.41 par:pas; -esquiva esquiver VER 4.39 8.38 0.01 1.28 ind:pas:3s; -esquivai esquiver VER 4.39 8.38 0.00 0.14 ind:pas:1s; -esquivaient esquiver VER 4.39 8.38 0.00 0.07 ind:imp:3p; -esquivait esquiver VER 4.39 8.38 0.01 0.88 ind:imp:3s; -esquivant esquiver VER 4.39 8.38 0.04 0.47 par:pre; -esquive esquive NOM f s 1.11 0.95 1.06 0.74 -esquivent esquiver VER 4.39 8.38 0.02 0.14 ind:pre:3p; -esquiver esquiver VER 4.39 8.38 1.59 3.04 inf; -esquivera esquiver VER 4.39 8.38 0.19 0.07 ind:fut:3s; -esquiveront esquiver VER 4.39 8.38 0.14 0.00 ind:fut:3p; -esquives esquiver VER 4.39 8.38 0.28 0.00 ind:pre:2s; -esquivèrent esquiver VER 4.39 8.38 0.00 0.14 ind:pas:3p; -esquivé esquiver VER m s 4.39 8.38 1.08 0.95 par:pas; -esquivée esquiver VER f s 4.39 8.38 0.04 0.20 par:pas; -essai essai NOM m s 28.78 14.86 20.31 9.93 -essaie essayer VER 670.38 296.69 168.04 39.59 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -essaient essayer VER 670.38 296.69 10.09 3.65 ind:pre:3p; -essaiera essayer VER 670.38 296.69 3.50 0.95 ind:fut:3s; -essaierai essayer VER 670.38 296.69 11.20 3.31 ind:fut:1s; -essaieraient essayer VER 670.38 296.69 0.38 0.20 cnd:pre:3p; -essaierais essayer VER 670.38 296.69 1.99 0.95 cnd:pre:1s;cnd:pre:2s; -essaierait essayer VER 670.38 296.69 0.94 1.62 cnd:pre:3s; -essaieras essayer VER 670.38 296.69 0.48 0.34 ind:fut:2s; -essaierez essayer VER 670.38 296.69 0.40 0.07 ind:fut:2p; -essaieriez essayer VER 670.38 296.69 0.10 0.00 cnd:pre:2p; -essaierions essayer VER 670.38 296.69 0.16 0.00 cnd:pre:1p; -essaierons essayer VER 670.38 296.69 0.39 0.20 ind:fut:1p; -essaieront essayer VER 670.38 296.69 1.10 0.47 ind:fut:3p; -essaies essayer VER 670.38 296.69 16.09 1.49 ind:pre:2s;sub:pre:2s; -essaim essaim NOM m s 0.97 4.53 0.69 3.18 -essaimaient essaimer VER 0.03 0.95 0.01 0.07 ind:imp:3p; -essaimait essaimer VER 0.03 0.95 0.00 0.14 ind:imp:3s; -essaiment essaimer VER 0.03 0.95 0.01 0.14 ind:pre:3p; -essaims essaim NOM m p 0.97 4.53 0.28 1.35 -essaimé essaimer VER m s 0.03 0.95 0.01 0.47 par:pas; -essaimées essaimer VER f p 0.03 0.95 0.00 0.07 par:pas; -essaimés essaimer VER m p 0.03 0.95 0.00 0.07 par:pas; -essais essai NOM m p 28.78 14.86 8.47 4.93 -essangent essanger VER 0.00 0.07 0.00 0.07 ind:pre:3p; -essartage essartage NOM m s 0.00 0.07 0.00 0.07 -essarte essarter VER 0.00 0.14 0.00 0.07 ind:pre:3s; -essarts essart NOM m p 0.00 0.07 0.00 0.07 -essartée essarter VER f s 0.00 0.14 0.00 0.07 par:pas; -essaya essayer VER 670.38 296.69 0.65 24.66 ind:pas:3s; -essayage essayage NOM m s 1.84 2.84 1.26 1.82 -essayages essayage NOM m p 1.84 2.84 0.58 1.01 -essayai essayer VER 670.38 296.69 0.32 9.73 ind:pas:1s; -essayaient essayer VER 670.38 296.69 2.73 6.08 ind:imp:3p; -essayais essayer VER 670.38 296.69 18.67 15.27 ind:imp:1s;ind:imp:2s; -essayait essayer VER 670.38 296.69 14.40 35.81 ind:imp:3s; -essayant essayer VER 670.38 296.69 8.96 22.57 par:pre; -essaye essayer VER 670.38 296.69 56.84 10.47 imp:pre:2s;ind:pre:1s;ind:pre:3s; -essayent essayer VER 670.38 296.69 4.07 1.69 ind:pre:3p; -essayer essayer VER 670.38 296.69 134.66 56.42 inf; -essayera essayer VER 670.38 296.69 1.03 0.20 ind:fut:3s; -essayerai essayer VER 670.38 296.69 1.80 0.54 ind:fut:1s; -essayeraient essayer VER 670.38 296.69 0.08 0.07 cnd:pre:3p; -essayerais essayer VER 670.38 296.69 0.66 0.27 cnd:pre:1s;cnd:pre:2s; -essayerait essayer VER 670.38 296.69 0.13 0.27 cnd:pre:3s; -essayeras essayer VER 670.38 296.69 0.10 0.00 ind:fut:2s; -essayerez essayer VER 670.38 296.69 0.16 0.14 ind:fut:2p; -essayeriez essayer VER 670.38 296.69 0.12 0.00 cnd:pre:2p; -essayerons essayer VER 670.38 296.69 0.58 0.00 ind:fut:1p; -essayeront essayer VER 670.38 296.69 0.15 0.00 ind:fut:3p; -essayes essayer VER 670.38 296.69 5.96 0.34 ind:pre:2s;sub:pre:2s; -essayeur essayeur NOM m s 0.01 0.20 0.01 0.14 -essayeuses essayeur NOM f p 0.01 0.20 0.00 0.07 -essayez essayer VER 670.38 296.69 54.14 6.96 imp:pre:2p;ind:pre:2p; -essayiez essayer VER 670.38 296.69 1.24 0.20 ind:imp:2p; -essayions essayer VER 670.38 296.69 0.75 0.81 ind:imp:1p; -essayiste essayiste NOM s 0.01 0.14 0.01 0.07 -essayistes essayiste NOM p 0.01 0.14 0.00 0.07 -essayâmes essayer VER 670.38 296.69 0.00 0.20 ind:pas:1p; -essayons essayer VER 670.38 296.69 21.75 3.31 imp:pre:1p;ind:pre:1p; -essayât essayer VER 670.38 296.69 0.00 0.41 sub:imp:3s; -essayèrent essayer VER 670.38 296.69 0.27 0.81 ind:pas:3p; -essayé essayer VER m s 670.38 296.69 124.02 45.68 par:pas;par:pas;par:pas;par:pas; -essayée essayer VER f s 670.38 296.69 0.51 0.34 par:pas; -essayées essayer VER f p 670.38 296.69 0.35 0.14 par:pas; -essayés essayer VER m p 670.38 296.69 0.45 0.47 par:pas; -esse esse NOM f s 0.02 0.68 0.02 0.68 -essence essence NOM f s 33.24 29.46 32.91 27.77 -essences essence NOM f p 33.24 29.46 0.34 1.69 -essential essential ADJ m s 0.14 0.00 0.14 0.00 -essentialisme essentialisme NOM m s 0.00 0.07 0.00 0.07 -essentiel essentiel NOM m s 11.64 29.05 11.64 28.78 -essentielle essentiel ADJ f s 9.85 23.04 2.66 6.89 -essentiellement essentiellement ADV 1.65 6.55 1.65 6.55 -essentielles essentiel ADJ f p 9.85 23.04 1.25 3.11 -essentiels essentiel ADJ m p 9.85 23.04 0.89 3.38 -esseulement esseulement NOM m s 0.00 0.34 0.00 0.34 -esseulé esseulé ADJ m s 0.88 1.22 0.43 0.14 -esseulée esseulé ADJ f s 0.88 1.22 0.19 0.54 -esseulées esseulé ADJ f p 0.88 1.22 0.12 0.20 -esseulés esseulé ADJ m p 0.88 1.22 0.14 0.34 -essieu essieu NOM m s 0.28 0.41 0.28 0.41 -essieux essieux NOM m p 0.10 0.95 0.10 0.95 -essor essor NOM m s 0.70 3.78 0.70 3.78 -essora essorer VER 0.18 2.50 0.00 0.20 ind:pas:3s; -essorage essorage NOM m s 0.11 0.20 0.11 0.20 -essoraient essorer VER 0.18 2.50 0.00 0.14 ind:imp:3p; -essorait essorer VER 0.18 2.50 0.01 0.27 ind:imp:3s; -essorant essorer VER 0.18 2.50 0.00 0.14 par:pre; -essore essorer VER 0.18 2.50 0.07 0.07 imp:pre:2s;ind:pre:1s;ind:pre:3s; -essorent essorer VER 0.18 2.50 0.00 0.14 ind:pre:3p; -essorer essorer VER 0.18 2.50 0.08 1.08 inf; -essorerait essorer VER 0.18 2.50 0.00 0.07 cnd:pre:3s; -essoreuse essoreuse NOM f s 0.36 0.07 0.36 0.07 -essorillé essoriller VER m s 0.00 0.07 0.00 0.07 par:pas; -essoré essorer VER m s 0.18 2.50 0.02 0.07 par:pas; -essorée essorer VER f s 0.18 2.50 0.00 0.20 par:pas; -essorés essoré ADJ m p 0.02 0.20 0.01 0.00 -essouffla essouffler VER 1.03 7.91 0.00 0.20 ind:pas:3s; -essoufflaient essouffler VER 1.03 7.91 0.00 0.34 ind:imp:3p; -essoufflais essouffler VER 1.03 7.91 0.01 0.07 ind:imp:1s; -essoufflait essouffler VER 1.03 7.91 0.01 0.88 ind:imp:3s; -essoufflant essouffler VER 1.03 7.91 0.00 0.20 par:pre; -essouffle essouffler VER 1.03 7.91 0.26 1.76 imp:pre:2s;ind:pre:1s;ind:pre:3s; -essoufflement essoufflement NOM m s 0.19 1.62 0.16 1.55 -essoufflements essoufflement NOM m p 0.19 1.62 0.03 0.07 -essoufflent essouffler VER 1.03 7.91 0.01 0.07 ind:pre:3p; -essouffler essouffler VER 1.03 7.91 0.08 0.34 inf; -essouffleront essouffler VER 1.03 7.91 0.00 0.07 ind:fut:3p; -essouffles essouffler VER 1.03 7.91 0.01 0.07 ind:pre:2s; -essoufflez essouffler VER 1.03 7.91 0.00 0.14 ind:pre:2p; -essoufflèrent essouffler VER 1.03 7.91 0.00 0.07 ind:pas:3p; -essoufflé essouffler VER m s 1.03 7.91 0.38 1.76 par:pas; -essoufflée essouffler VER f s 1.03 7.91 0.25 1.28 par:pas; -essoufflées essoufflé ADJ f p 0.55 9.39 0.00 0.14 -essoufflés essoufflé ADJ m p 0.55 9.39 0.12 1.28 -essuie_glace essuie_glace NOM m s 1.00 2.91 0.38 1.01 -essuie_glace essuie_glace NOM m p 1.00 2.91 0.62 1.89 -essuie_mains essuie_mains NOM m 0.23 0.27 0.23 0.27 -essuie_tout essuie_tout NOM m 0.11 0.14 0.11 0.14 -essuie essuyer VER 11.82 55.00 3.98 7.97 imp:pre:2s;ind:pre:1s;ind:pre:3s; -essuient essuyer VER 11.82 55.00 0.05 0.68 ind:pre:3p; -essuiera essuyer VER 11.82 55.00 0.04 0.00 ind:fut:3s; -essuierais essuyer VER 11.82 55.00 0.02 0.00 cnd:pre:1s; -essuieras essuyer VER 11.82 55.00 0.01 0.07 ind:fut:2s; -essuierez essuyer VER 11.82 55.00 0.04 0.00 ind:fut:2p; -essuierions essuyer VER 11.82 55.00 0.00 0.07 cnd:pre:1p; -essuies essuyer VER 11.82 55.00 0.23 0.07 ind:pre:2s; -essuya essuyer VER 11.82 55.00 0.14 12.84 ind:pas:3s; -essuyage essuyage NOM m s 0.01 0.20 0.01 0.14 -essuyages essuyage NOM m p 0.01 0.20 0.00 0.07 -essuyai essuyer VER 11.82 55.00 0.00 0.61 ind:pas:1s; -essuyaient essuyer VER 11.82 55.00 0.03 0.61 ind:imp:3p; -essuyais essuyer VER 11.82 55.00 0.07 0.68 ind:imp:1s;ind:imp:2s; -essuyait essuyer VER 11.82 55.00 0.41 6.42 ind:imp:3s; -essuyant essuyer VER 11.82 55.00 0.15 7.09 par:pre; -essuyer essuyer VER 11.82 55.00 3.39 11.35 inf;; -essuyeur essuyeur NOM m s 0.02 0.00 0.02 0.00 -essuyez essuyer VER 11.82 55.00 1.41 0.27 imp:pre:2p;ind:pre:2p; -essuyions essuyer VER 11.82 55.00 0.00 0.07 ind:imp:1p; -essuyons essuyer VER 11.82 55.00 0.07 0.00 imp:pre:1p;ind:pre:1p; -essuyèrent essuyer VER 11.82 55.00 0.01 0.20 ind:pas:3p; -essuyé essuyer VER m s 11.82 55.00 1.68 5.00 par:pas; -essuyée essuyer VER f s 11.82 55.00 0.04 0.61 par:pas; -essuyées essuyer VER f p 11.82 55.00 0.02 0.34 par:pas; -essuyés essuyer VER m p 11.82 55.00 0.03 0.07 par:pas; -est_africain est_africain ADJ m s 0.01 0.00 0.01 0.00 -est_allemand est_allemand ADJ m s 0.67 0.00 0.31 0.00 -est_allemand est_allemand ADJ f s 0.67 0.00 0.23 0.00 -est_allemand est_allemand ADJ m p 0.67 0.00 0.13 0.00 -est_ce_que est_ce_que ADV 1.34 0.20 1.34 0.20 -est_ce_qu est_ce_qu ADV 3.41 0.07 3.41 0.07 -est_ce_que est_ce_que ADV 1159.41 322.23 1159.41 322.23 -est_ce est_ce ADV 0.05 0.20 0.05 0.20 -est_ouest est_ouest ADJ 0.38 0.41 0.38 0.41 -est être AUX 8074.24 6501.82 3318.95 1600.27 ind:pre:3s; -establishment establishment NOM m s 0.26 0.20 0.26 0.20 -estacade estacade NOM f s 0.14 0.61 0.14 0.47 -estacades estacade NOM f p 0.14 0.61 0.00 0.14 -estafette estafette NOM f s 0.33 3.78 0.33 2.43 -estafettes estafette NOM f p 0.33 3.78 0.00 1.35 -estafier estafier NOM m s 0.00 0.14 0.00 0.07 -estafiers estafier NOM m p 0.00 0.14 0.00 0.07 -estafilade estafilade NOM f s 0.05 0.88 0.05 0.74 -estafilades estafilade NOM f p 0.05 0.88 0.00 0.14 -estagnon estagnon NOM m s 0.00 0.07 0.00 0.07 -estaminet estaminet NOM m s 0.01 1.35 0.01 1.08 -estaminets estaminet NOM m p 0.01 1.35 0.00 0.27 -estampage estampage NOM m s 0.02 0.00 0.02 0.00 -estampe estampe NOM f s 0.42 2.23 0.12 0.68 -estamper estamper VER 0.03 0.27 0.02 0.20 inf; -estampes estampe NOM f p 0.42 2.23 0.30 1.55 -estampilla estampiller VER 0.07 0.47 0.00 0.14 ind:pas:3s; -estampillaient estampiller VER 0.07 0.47 0.00 0.07 ind:imp:3p; -estampille estampille NOM f s 0.01 0.47 0.01 0.47 -estampiller estampiller VER 0.07 0.47 0.00 0.07 inf; -estampillé estampiller VER m s 0.07 0.47 0.04 0.07 par:pas; -estampillées estampillé ADJ f p 0.00 0.47 0.00 0.07 -estampillés estampiller VER m p 0.07 0.47 0.03 0.14 par:pas; -estampé estamper VER m s 0.03 0.27 0.01 0.00 par:pas; -estampée estamper VER f s 0.03 0.27 0.00 0.07 par:pas; -estancia estancia NOM f s 0.06 0.41 0.06 0.20 -estancias estancia NOM f p 0.06 0.41 0.00 0.20 -este este NOM m s 0.50 0.41 0.50 0.14 -ester ester NOM m s 0.25 0.00 0.25 0.00 -estes este NOM m p 0.50 0.41 0.00 0.27 -esthète esthète NOM s 0.29 2.57 0.27 1.49 -esthètes esthète NOM p 0.29 2.57 0.02 1.08 -esthésiomètre esthésiomètre NOM m s 0.00 0.07 0.00 0.07 -esthéticien esthéticien NOM m s 1.14 0.54 0.11 0.14 -esthéticienne esthéticien NOM f s 1.14 0.54 1.02 0.41 -esthéticiennes esthéticienne NOM f p 0.03 0.00 0.03 0.00 -esthétique esthétique ADJ s 3.09 4.66 2.64 3.45 -esthétiquement esthétiquement ADV 0.11 0.07 0.11 0.07 -esthétiques esthétique ADJ p 3.09 4.66 0.46 1.22 -esthétisait esthétiser VER 0.00 0.07 0.00 0.07 ind:imp:3s; -esthétisme esthétisme NOM m s 0.04 1.08 0.04 1.08 -estima estimer VER 21.41 37.64 0.14 1.89 ind:pas:3s; -estimable estimable ADJ s 0.54 1.69 0.40 1.42 -estimables estimable ADJ p 0.54 1.69 0.14 0.27 -estimai estimer VER 21.41 37.64 0.00 0.14 ind:pas:1s; -estimaient estimer VER 21.41 37.64 0.04 1.49 ind:imp:3p; -estimais estimer VER 21.41 37.64 0.25 2.16 ind:imp:1s;ind:imp:2s; -estimait estimer VER 21.41 37.64 0.73 7.77 ind:imp:3s; -estimant estimer VER 21.41 37.64 0.17 2.97 par:pre; -estimation estimation NOM f s 3.55 1.22 2.40 1.01 -estimations estimation NOM f p 3.55 1.22 1.15 0.20 -estime estimer VER 21.41 37.64 8.02 8.92 imp:pre:2s;ind:pre:1s;ind:pre:3s; -estiment estimer VER 21.41 37.64 1.28 1.49 ind:pre:3p; -estimer estimer VER 21.41 37.64 2.37 3.18 inf; -estimera estimer VER 21.41 37.64 0.08 0.14 ind:fut:3s; -estimerai estimer VER 21.41 37.64 0.03 0.20 ind:fut:1s; -estimerais estimer VER 21.41 37.64 0.04 0.07 cnd:pre:1s; -estimerait estimer VER 21.41 37.64 0.00 0.20 cnd:pre:3s; -estimeras estimer VER 21.41 37.64 0.04 0.00 ind:fut:2s; -estimerez estimer VER 21.41 37.64 0.14 0.14 ind:fut:2p; -estimes estimer VER 21.41 37.64 0.90 0.34 ind:pre:2s; -estimez estimer VER 21.41 37.64 1.41 1.28 imp:pre:2p;ind:pre:2p; -estimiez estimer VER 21.41 37.64 0.27 0.07 ind:imp:2p; -estimions estimer VER 21.41 37.64 0.01 0.68 ind:imp:1p; -estimons estimer VER 21.41 37.64 0.95 0.54 imp:pre:1p;ind:pre:1p; -estimât estimer VER 21.41 37.64 0.00 0.34 sub:imp:3s; -estimèrent estimer VER 21.41 37.64 0.01 0.14 ind:pas:3p; -estimé estimer VER m s 21.41 37.64 2.71 2.64 par:pas; -estimée estimer VER f s 21.41 37.64 0.77 0.41 par:pas; -estimées estimer VER f p 21.41 37.64 0.10 0.07 par:pas; -estimés estimer VER m p 21.41 37.64 0.97 0.41 par:pas; -estival estival ADJ m s 0.53 1.76 0.35 0.47 -estivale estival ADJ f s 0.53 1.76 0.11 0.74 -estivales estival ADJ f p 0.53 1.76 0.04 0.27 -estivant estivant NOM m s 0.29 2.23 0.00 0.27 -estivante estivant NOM f s 0.29 2.23 0.00 0.07 -estivantes estivant NOM f p 0.29 2.23 0.00 0.07 -estivants estivant NOM m p 0.29 2.23 0.29 1.82 -estivaux estival ADJ m p 0.53 1.76 0.04 0.27 -estoc estoc NOM m s 0.16 0.34 0.16 0.20 -estocade estocade NOM f s 0.03 0.47 0.03 0.41 -estocades estocade NOM f p 0.03 0.47 0.00 0.07 -estocs estoc NOM m p 0.16 0.34 0.00 0.14 -estom estom NOM m s 0.00 0.20 0.00 0.20 -estomac estomac NOM m s 23.56 30.95 23.06 30.14 -estomacs estomac NOM m p 23.56 30.95 0.50 0.81 -estomaquait estomaquer VER 0.26 2.16 0.00 0.07 ind:imp:3s; -estomaquant estomaquer VER 0.26 2.16 0.00 0.07 par:pre; -estomaque estomaquer VER 0.26 2.16 0.16 0.14 ind:pre:1s;ind:pre:3s; -estomaquer estomaquer VER 0.26 2.16 0.00 0.14 inf; -estomaqué estomaquer VER m s 0.26 2.16 0.06 1.42 par:pas; -estomaquée estomaquer VER f s 0.26 2.16 0.03 0.20 par:pas; -estomaqués estomaquer VER m p 0.26 2.16 0.01 0.14 par:pas; -estompa estomper VER 1.54 8.85 0.00 0.81 ind:pas:3s; -estompaient estomper VER 1.54 8.85 0.01 1.08 ind:imp:3p; -estompait estomper VER 1.54 8.85 0.11 1.76 ind:imp:3s; -estompant estomper VER 1.54 8.85 0.00 0.47 par:pre; -estompe estomper VER 1.54 8.85 0.40 1.15 imp:pre:2s;ind:pre:1s;ind:pre:3s; -estompent estomper VER 1.54 8.85 0.42 1.22 ind:pre:3p; -estomper estomper VER 1.54 8.85 0.25 0.68 inf; -estompera estomper VER 1.54 8.85 0.21 0.00 ind:fut:3s; -estomperont estomper VER 1.54 8.85 0.07 0.00 ind:fut:3p; -estompes estomper VER 1.54 8.85 0.00 0.14 ind:pre:2s; -estompât estomper VER 1.54 8.85 0.00 0.14 sub:imp:3s; -estompèrent estomper VER 1.54 8.85 0.00 0.20 ind:pas:3p; -estompé estomper VER m s 1.54 8.85 0.02 0.14 par:pas; -estompée estomper VER f s 1.54 8.85 0.04 0.34 par:pas; -estompées estomper VER f p 1.54 8.85 0.00 0.47 par:pas; -estompés estomper VER m p 1.54 8.85 0.02 0.27 par:pas; -estonien estonien ADJ m s 0.01 0.07 0.01 0.07 -estonienne estonienne NOM f s 0.10 0.00 0.10 0.00 -estoniens estonien NOM m p 0.00 0.20 0.00 0.14 -estoqua estoquer VER 0.00 0.34 0.00 0.07 ind:pas:3s; -estoque estoquer VER 0.00 0.34 0.00 0.14 ind:pre:3s; -estoquer estoquer VER 0.00 0.34 0.00 0.07 inf; -estoqué estoquer VER m s 0.00 0.34 0.00 0.07 par:pas; -estouffade estouffade NOM f s 0.00 0.07 0.00 0.07 -estourbi estourbir VER m s 0.14 2.36 0.03 0.41 par:pas; -estourbie estourbir VER f s 0.14 2.36 0.01 0.41 par:pas; -estourbies estourbir VER f p 0.14 2.36 0.01 0.00 par:pas; -estourbir estourbir VER 0.14 2.36 0.07 0.88 inf; -estourbirait estourbir VER 0.14 2.36 0.00 0.07 cnd:pre:3s; -estourbis estourbir VER m p 0.14 2.36 0.01 0.14 ind:pre:1s;par:pas; -estourbissais estourbir VER 0.14 2.36 0.00 0.07 ind:imp:1s; -estourbissant estourbir VER 0.14 2.36 0.00 0.07 par:pre; -estourbisse estourbir VER 0.14 2.36 0.00 0.07 sub:pre:1s; -estourbit estourbir VER 0.14 2.36 0.00 0.27 ind:pre:3s;ind:pas:3s; -estrade estrade NOM f s 1.64 11.28 1.63 10.68 -estrades estrade NOM f p 1.64 11.28 0.01 0.61 -estragon estragon NOM m s 0.70 0.81 0.70 0.81 -estrangers estranger NOM m p 0.00 0.20 0.00 0.20 -estrapade estrapade NOM f s 0.14 0.47 0.14 0.41 -estrapades estrapade NOM f p 0.14 0.47 0.00 0.07 -estrapassée estrapasser VER f s 0.01 0.00 0.01 0.00 par:pas; -estrogène estrogène NOM s 0.03 0.00 0.03 0.00 -estropiait estropier VER 1.39 1.15 0.00 0.07 ind:imp:3s; -estropie estropier VER 1.39 1.15 0.02 0.14 ind:pre:1s;ind:pre:3s; -estropier estropier VER 1.39 1.15 0.39 0.14 inf; -estropierai estropier VER 1.39 1.15 0.01 0.00 ind:fut:1s; -estropierait estropier VER 1.39 1.15 0.01 0.00 cnd:pre:3s; -estropiez estropier VER 1.39 1.15 0.04 0.00 imp:pre:2p;ind:pre:2p; -estropié estropié ADJ m s 1.42 1.15 0.89 0.47 -estropiée estropié ADJ f s 1.42 1.15 0.25 0.14 -estropiés estropié ADJ m p 1.42 1.15 0.28 0.54 -estuaire estuaire NOM m s 0.49 2.64 0.48 2.43 -estuaires estuaire NOM m p 0.49 2.64 0.01 0.20 -estudiantin estudiantin ADJ m s 0.17 0.68 0.05 0.20 -estudiantine estudiantin ADJ f s 0.17 0.68 0.12 0.34 -estudiantines estudiantin ADJ f p 0.17 0.68 0.00 0.07 -estudiantins estudiantin ADJ m p 0.17 0.68 0.00 0.07 -esturgeon esturgeon NOM m s 0.47 0.07 0.39 0.07 -esturgeons esturgeon NOM m p 0.47 0.07 0.07 0.00 -et_caetera et_caetera ADV 0.72 0.88 0.72 0.88 -et_cetera et_cetera ADV 1.14 0.74 1.14 0.74 -et_seq et_seq ADV 0.00 0.07 0.00 0.07 -et et CON 12909.08 20879.73 12909.08 20879.73 -etc etc ADV 13.90 55.00 13.90 55.00 -etc. etc. ADV 0.03 0.74 0.03 0.74 -etcetera etcetera ADV 0.00 0.07 0.00 0.07 -ethmoïdal ethmoïdal ADJ m s 0.03 0.00 0.01 0.00 -ethmoïdaux ethmoïdal ADJ m p 0.03 0.00 0.01 0.00 -ethnicité ethnicité NOM f s 0.02 0.00 0.02 0.00 -ethnie ethnie NOM f s 0.28 0.20 0.08 0.07 -ethnies ethnie NOM f p 0.28 0.20 0.20 0.14 -ethnique ethnique ADJ s 1.37 1.01 0.85 0.68 -ethniquement ethniquement ADV 0.01 0.00 0.01 0.00 -ethniques ethnique ADJ p 1.37 1.01 0.52 0.34 -ethnobotaniste ethnobotaniste NOM s 0.01 0.00 0.01 0.00 -ethnographe ethnographe NOM s 0.10 0.07 0.10 0.07 -ethnographie ethnographie NOM f s 0.00 0.20 0.00 0.20 -ethnographique ethnographique ADJ m s 0.10 0.07 0.10 0.07 -ethnologie ethnologie NOM f s 0.01 0.41 0.01 0.41 -ethnologique ethnologique ADJ s 0.00 0.27 0.00 0.20 -ethnologiques ethnologique ADJ m p 0.00 0.27 0.00 0.07 -ethnologue ethnologue NOM s 0.14 0.47 0.14 0.34 -ethnologues ethnologue NOM p 0.14 0.47 0.00 0.14 -ets pas ADV 18189.04 8795.20 0.19 0.00 -eu avoir AUX m s 18559.23 12800.81 18.39 22.36 par:pas; -eubage eubage NOM m s 0.00 0.41 0.00 0.41 -eubine eubine NOM f s 0.00 0.27 0.00 0.27 -eucalyptus eucalyptus NOM m 0.83 3.11 0.83 3.11 -eucharistie eucharistie NOM f s 0.34 0.61 0.34 0.61 -eucharistique eucharistique ADJ s 0.00 0.41 0.00 0.34 -eucharistiques eucharistique ADJ m p 0.00 0.41 0.00 0.07 -euclidien euclidien ADJ m s 0.04 0.14 0.01 0.00 -euclidienne euclidien ADJ f s 0.04 0.14 0.01 0.00 -euclidiens euclidien ADJ m p 0.04 0.14 0.01 0.14 -eudistes eudiste NOM m p 0.00 0.07 0.00 0.07 -eue avoir AUX f s 18559.23 12800.81 0.27 0.54 par:pas; -eues avoir AUX f p 18559.23 12800.81 0.01 0.07 par:pas; -eugénique eugénique ADJ f s 0.01 0.07 0.01 0.07 -eugénisme eugénisme NOM m s 0.45 0.00 0.45 0.00 -euh euh ONO 108.86 15.47 108.86 15.47 -eulogie eulogie NOM f s 0.00 0.07 0.00 0.07 -eunuque eunuque NOM m s 1.79 8.45 1.27 2.43 -eunuques_espion eunuques_espion NOM m p 0.00 0.14 0.00 0.14 -eunuques eunuque NOM m p 1.79 8.45 0.53 6.01 -euphonie euphonie NOM f s 0.00 0.07 0.00 0.07 -euphonique euphonique ADJ m s 0.00 0.34 0.00 0.27 -euphoniquement euphoniquement ADV 0.00 0.07 0.00 0.07 -euphoniques euphonique ADJ p 0.00 0.34 0.00 0.07 -euphorbe euphorbe NOM f s 0.00 0.41 0.00 0.07 -euphorbes euphorbe NOM f p 0.00 0.41 0.00 0.34 -euphorie euphorie NOM f s 0.98 8.11 0.98 8.11 -euphorique euphorique ADJ s 0.56 1.22 0.56 1.22 -euphorisant euphorisant ADJ m s 0.06 0.20 0.04 0.07 -euphorisante euphorisant ADJ f s 0.06 0.20 0.02 0.07 -euphorisants euphorisant NOM m p 0.02 0.47 0.02 0.41 -euphorisent euphoriser VER 0.00 0.20 0.00 0.07 ind:pre:3p; -euphorisé euphoriser VER m s 0.00 0.20 0.00 0.07 par:pas; -euphorisée euphoriser VER f s 0.00 0.20 0.00 0.07 par:pas; -euphémisme euphémisme NOM m s 1.52 1.55 1.11 1.01 -euphémismes euphémisme NOM m p 1.52 1.55 0.41 0.54 -eurafricaine eurafricain ADJ f s 0.10 0.07 0.00 0.07 -eurafricains eurafricain ADJ m p 0.10 0.07 0.10 0.00 -eurasien eurasien NOM m s 0.03 0.00 0.02 0.00 -eurasienne eurasienne ADJ f s 0.01 0.07 0.01 0.07 -eurent avoir AUX 18559.23 12800.81 0.44 9.32 ind:pas:3p; -euro_africain euro_africain ADJ f p 0.00 0.07 0.00 0.07 -euro euro NOM m s 9.84 0.00 0.84 0.00 -eurodollar eurodollar NOM m s 0.01 0.00 0.01 0.00 -euromarché euromarché NOM m s 0.00 0.07 0.00 0.07 -européen européen ADJ m s 9.45 15.88 2.78 3.78 -européenne européen ADJ f s 9.45 15.88 3.92 6.76 -européennes européen ADJ f p 9.45 15.88 0.96 1.42 -européens européen NOM m p 3.32 7.30 2.44 4.05 -euros euro NOM m p 9.84 0.00 8.99 0.00 -eurêka eurêka ONO 0.00 0.20 0.00 0.20 -eurythmiques eurythmique ADJ m p 0.00 0.07 0.00 0.07 -eus avoir AUX m p 18559.23 12800.81 0.67 13.04 par:pas; -euskera euskera NOM m s 1.30 0.00 1.30 0.00 -eusse avoir AUX 18559.23 12800.81 0.52 7.30 sub:imp:1s; -eussent avoir AUX 18559.23 12800.81 0.13 20.20 sub:imp:3p; -eusses avoir AUX 18559.23 12800.81 0.00 0.07 sub:imp:2s; -eussiez avoir AUX 18559.23 12800.81 0.52 0.47 sub:imp:2p; -eussions avoir AUX 18559.23 12800.81 0.00 1.35 sub:imp:1p; -eussé avoir AUX 18559.23 12800.81 0.00 0.95 sub:imp:1s; -eustache eustache NOM m s 0.00 0.20 0.00 0.07 -eustaches eustache NOM m p 0.00 0.20 0.00 0.14 -eut avoir AUX 18559.23 12800.81 2.15 54.26 ind:pas:3s; -euthanasie euthanasie NOM f s 1.48 0.61 1.44 0.54 -euthanasies euthanasie NOM f p 1.48 0.61 0.04 0.07 -eux_mêmes eux_mêmes PRO:per m p 9.96 48.04 9.96 48.04 -eux eux PRO:per m p 295.35 504.26 295.35 504.26 -event event NOM m s 0.14 0.00 0.14 0.00 -evzones evzone NOM m p 0.00 0.07 0.00 0.07 -ex_abbé ex_abbé NOM m s 0.00 0.07 0.00 0.07 -ex_acteur ex_acteur NOM m s 0.00 0.07 0.00 0.07 -ex_adjudant ex_adjudant NOM m s 0.00 0.14 0.00 0.14 -ex_agent ex_agent NOM m s 0.09 0.00 0.09 0.00 -ex_alcoolo ex_alcoolo NOM s 0.01 0.00 0.01 0.00 -ex_allée ex_allée NOM f s 0.00 0.07 0.00 0.07 -ex_amant ex_amant NOM m s 0.19 0.34 0.17 0.07 -ex_amant ex_amant NOM f s 0.19 0.34 0.01 0.27 -ex_amant ex_amant NOM m p 0.19 0.34 0.01 0.00 -ex_ambassadeur ex_ambassadeur NOM m s 0.01 0.00 0.01 0.00 -ex_amour ex_amour NOM m s 0.01 0.00 0.01 0.00 -ex_appartement ex_appartement NOM m s 0.00 0.07 0.00 0.07 -ex_apprenti ex_apprenti NOM m s 0.00 0.07 0.00 0.07 -ex_arriviste ex_arriviste NOM s 0.00 0.07 0.00 0.07 -ex_artiste ex_artiste NOM s 0.00 0.07 0.00 0.07 -ex_assistant ex_assistant NOM m s 0.07 0.00 0.02 0.00 -ex_assistant ex_assistant NOM f s 0.07 0.00 0.04 0.00 -ex_associé ex_associé NOM m s 0.13 0.07 0.08 0.07 -ex_associé ex_associé NOM m p 0.13 0.07 0.05 0.00 -ex_ballerine ex_ballerine NOM f s 0.01 0.00 0.01 0.00 -ex_banquier ex_banquier NOM m s 0.01 0.00 0.01 0.00 -ex_barman ex_barman NOM m s 0.01 0.07 0.01 0.07 -ex_basketteur ex_basketteur NOM m s 0.00 0.07 0.00 0.07 -ex_batteur ex_batteur NOM m s 0.00 0.07 0.00 0.07 -ex_beatnik ex_beatnik NOM s 0.00 0.07 0.00 0.07 -ex_belle_mère ex_belle_mère NOM f s 0.05 0.00 0.05 0.00 -ex_bibliothécaire ex_bibliothécaire NOM s 0.00 0.07 0.00 0.07 -ex_boss ex_boss NOM m 0.01 0.00 0.01 0.00 -ex_boxeur ex_boxeur NOM m s 0.16 0.00 0.16 0.00 -ex_branleur ex_branleur NOM m p 0.00 0.07 0.00 0.07 -ex_buteur ex_buteur NOM m s 0.01 0.00 0.01 0.00 -ex_caïd ex_caïd NOM m s 0.01 0.00 0.01 0.00 -ex_camarade ex_camarade NOM p 0.01 0.00 0.01 0.00 -ex_capitaine ex_capitaine NOM m s 0.04 0.00 0.04 0.00 -ex_champion ex_champion NOM m s 0.75 0.14 0.71 0.14 -ex_champion ex_champion NOM f s 0.75 0.14 0.01 0.00 -ex_champion ex_champion NOM m p 0.75 0.14 0.03 0.00 -ex_chanteur ex_chanteur NOM m s 0.02 0.07 0.00 0.07 -ex_chanteur ex_chanteur NOM f s 0.02 0.07 0.02 0.00 -ex_chauffeur ex_chauffeur NOM m s 0.14 0.07 0.14 0.07 -ex_chef ex_chef NOM s 0.20 0.14 0.20 0.14 -ex_chiropracteur ex_chiropracteur NOM m s 0.01 0.00 0.01 0.00 -ex_citation ex_citation NOM f s 0.01 0.00 0.01 0.00 -ex_citoyen ex_citoyen NOM m s 0.01 0.00 0.01 0.00 -ex_civil ex_civil NOM m p 0.01 0.00 0.01 0.00 -ex_collabo ex_collabo NOM s 0.00 0.07 0.00 0.07 -ex_collègue ex_collègue NOM s 0.30 0.14 0.03 0.14 -ex_collègue ex_collègue NOM p 0.30 0.14 0.27 0.00 -ex_colonel ex_colonel NOM m s 0.01 0.14 0.01 0.14 -ex_commando ex_commando NOM m s 0.05 0.00 0.05 0.00 -ex_concierge ex_concierge NOM s 0.00 0.07 0.00 0.07 -ex_contrebandier ex_contrebandier NOM m s 0.02 0.00 0.02 0.00 -ex_copain ex_copain NOM m s 0.28 0.00 0.26 0.00 -ex_copain ex_copain NOM m p 0.28 0.00 0.02 0.00 -ex_copine ex_copine NOM f s 0.71 0.00 0.54 0.00 -ex_copine ex_copine NOM f p 0.71 0.00 0.18 0.00 -ex_corps ex_corps NOM m 0.01 0.00 0.01 0.00 -ex_couple ex_couple NOM m s 0.01 0.00 0.01 0.00 -ex_danseur ex_danseur NOM f s 0.01 0.14 0.01 0.14 -ex_dealer ex_dealer NOM m s 0.02 0.00 0.02 0.00 -ex_dieu ex_dieu NOM m s 0.01 0.00 0.01 0.00 -ex_diva ex_diva NOM f s 0.00 0.07 0.00 0.07 -ex_drôlesse ex_drôlesse NOM f s 0.00 0.07 0.00 0.07 -ex_drifter ex_drifter NOM m s 0.00 0.07 0.00 0.07 -ex_dulcinée ex_dulcinée NOM f s 0.00 0.07 0.00 0.07 -ex_démon ex_démon NOM m s 0.10 0.00 0.09 0.00 -ex_démon ex_démon NOM m p 0.10 0.00 0.01 0.00 -ex_enseigne ex_enseigne NOM m s 0.00 0.07 0.00 0.07 -ex_enzyme ex_enzyme NOM f p 0.00 0.07 0.00 0.07 -ex_esclavagiste ex_esclavagiste NOM p 0.01 0.00 0.01 0.00 -ex_femme ex_femme NOM f s 6.75 1.62 6.32 1.62 -ex_femme ex_femme NOM f p 6.75 1.62 0.43 0.00 -ex_fiancé ex_fiancé NOM m s 0.18 0.07 0.10 0.00 -ex_fiancé ex_fiancé NOM f s 0.18 0.07 0.08 0.07 -ex_fils ex_fils NOM m 0.00 0.07 0.00 0.07 -ex_flic ex_flic NOM m s 0.27 0.07 0.24 0.07 -ex_flic ex_flic NOM m p 0.27 0.07 0.03 0.00 -ex_forçat ex_forçat NOM m p 0.01 0.00 0.01 0.00 -ex_fusilleur ex_fusilleur NOM m p 0.00 0.07 0.00 0.07 -ex_gang ex_gang NOM m s 0.00 0.07 0.00 0.07 -ex_garde ex_garde NOM f s 0.14 0.20 0.00 0.14 -ex_garde ex_garde NOM f p 0.14 0.20 0.14 0.07 -ex_gauchiste ex_gauchiste ADJ m s 0.00 0.07 0.00 0.07 -ex_gauchiste ex_gauchiste NOM s 0.00 0.07 0.00 0.07 -ex_gendre ex_gendre NOM m s 0.01 0.00 0.01 0.00 -ex_gonzesse ex_gonzesse NOM f s 0.00 0.14 0.00 0.14 -ex_gouverneur ex_gouverneur NOM m s 0.06 0.14 0.06 0.14 -ex_gravosse ex_gravosse NOM f s 0.00 0.07 0.00 0.07 -ex_griot ex_griot NOM m s 0.00 0.07 0.00 0.07 -ex_griveton ex_griveton NOM m s 0.00 0.07 0.00 0.07 -ex_grognasse ex_grognasse NOM f s 0.00 0.07 0.00 0.07 -ex_groupe ex_groupe NOM m s 0.00 0.07 0.00 0.07 -ex_guenille ex_guenille NOM f p 0.00 0.07 0.00 0.07 -ex_guitariste ex_guitariste NOM s 0.00 0.07 0.00 0.07 -ex_génie ex_génie NOM m s 0.00 0.07 0.00 0.07 -ex_hôpital ex_hôpital NOM m s 0.00 0.07 0.00 0.07 -ex_hippie ex_hippie NOM p 0.02 0.00 0.02 0.00 -ex_homme_grenouille ex_homme_grenouille NOM m s 0.01 0.00 0.01 0.00 -ex_homme ex_homme NOM m s 0.06 0.00 0.06 0.00 -ex_immeuble ex_immeuble NOM m s 0.00 0.07 0.00 0.07 -ex_inspecteur ex_inspecteur NOM m s 0.03 0.00 0.02 0.00 -ex_inspecteur ex_inspecteur NOM m p 0.03 0.00 0.01 0.00 -ex_journaliste ex_journaliste NOM s 0.02 0.07 0.02 0.07 -ex_junkie ex_junkie NOM m s 0.03 0.00 0.03 0.00 -ex_kid ex_kid NOM m s 0.00 0.27 0.00 0.27 -ex_leader ex_leader NOM m s 0.02 0.00 0.02 0.00 -ex_libris ex_libris NOM m 0.00 0.14 0.00 0.14 -ex_lieutenant ex_lieutenant NOM m s 0.01 0.00 0.01 0.00 -ex_lit ex_lit NOM m s 0.00 0.07 0.00 0.07 -ex_légionnaire ex_légionnaire NOM m s 0.00 0.07 0.00 0.07 -ex_lycée ex_lycée NOM m s 0.00 0.07 0.00 0.07 -ex_maître ex_maître NOM m s 0.00 0.07 0.00 0.07 -ex_madame ex_madame NOM f 0.03 0.07 0.03 0.07 -ex_maire ex_maire NOM m s 0.01 0.00 0.01 0.00 -ex_mari ex_mari NOM m s 5.05 1.08 4.87 1.08 -ex_marine ex_marine NOM f s 0.07 0.00 0.07 0.00 -ex_mari ex_mari NOM m p 5.05 1.08 0.19 0.00 -ex_mec ex_mec NOM m p 0.10 0.00 0.10 0.00 -ex_membre ex_membre NOM m s 0.03 0.00 0.03 0.00 -ex_mercenaire ex_mercenaire NOM p 0.01 0.00 0.01 0.00 -ex_militaire ex_militaire NOM s 0.08 0.00 0.05 0.00 -ex_militaire ex_militaire NOM p 0.08 0.00 0.03 0.00 -ex_ministre ex_ministre NOM m s 0.06 0.41 0.04 0.41 -ex_ministre ex_ministre NOM m p 0.06 0.41 0.01 0.00 -ex_miss ex_miss NOM f 0.05 0.00 0.05 0.00 -ex_monteur ex_monteur NOM m s 0.02 0.00 0.02 0.00 -ex_motard ex_motard NOM m s 0.01 0.00 0.01 0.00 -ex_nana ex_nana NOM f s 0.12 0.00 0.12 0.00 -ex_officier ex_officier NOM m s 0.05 0.14 0.05 0.14 -ex_opérateur ex_opérateur NOM m s 0.00 0.07 0.00 0.07 -ex_palme ex_palme NOM f p 0.14 0.00 0.14 0.00 -ex_para ex_para NOM m s 0.02 0.14 0.02 0.14 -ex_partenaire ex_partenaire NOM s 0.18 0.00 0.18 0.00 -ex_patron ex_patron NOM m s 0.20 0.00 0.20 0.00 -ex_pensionnaire ex_pensionnaire NOM p 0.00 0.07 0.00 0.07 -ex_perroquet ex_perroquet NOM m s 0.01 0.00 0.01 0.00 -ex_petit ex_petit NOM m s 0.68 0.00 0.38 0.00 -ex_petit ex_petit NOM f s 0.68 0.00 0.28 0.00 -ex_petit ex_petit NOM m p 0.68 0.00 0.03 0.00 -ex_pharmacien ex_pharmacien NOM f p 0.00 0.07 0.00 0.07 -ex_pilote ex_pilote ADJ m s 0.00 0.14 0.00 0.14 -ex_planète ex_planète NOM f s 0.01 0.00 0.01 0.00 -ex_planton ex_planton NOM m s 0.00 0.07 0.00 0.07 -ex_plaqué ex_plaqué ADJ f s 0.00 0.07 0.00 0.07 -ex_plâtrier ex_plâtrier NOM m s 0.00 0.07 0.00 0.07 -ex_poivrot ex_poivrot NOM m p 0.01 0.00 0.01 0.00 -ex_premier ex_premier ADJ m s 0.01 0.00 0.01 0.00 -ex_premier ex_premier NOM m s 0.01 0.00 0.01 0.00 -ex_primaire ex_primaire NOM s 0.00 0.07 0.00 0.07 -ex_prison ex_prison NOM f s 0.01 0.00 0.01 0.00 -ex_procureur ex_procureur NOM m s 0.03 0.00 0.03 0.00 -ex_profession ex_profession NOM f s 0.00 0.07 0.00 0.07 -ex_profileur ex_profileur NOM m s 0.01 0.00 0.01 0.00 -ex_promoteur ex_promoteur NOM m s 0.01 0.00 0.01 0.00 -ex_propriétaire ex_propriétaire NOM s 0.04 0.07 0.04 0.07 -ex_présentateur ex_présentateur NOM m s 0.00 0.07 0.00 0.07 -ex_président ex_président NOM m s 0.71 0.00 0.60 0.00 -ex_président ex_président NOM m p 0.71 0.00 0.11 0.00 -ex_prêtre ex_prêtre NOM m s 0.01 0.00 0.01 0.00 -ex_putain ex_putain NOM f s 0.00 0.07 0.00 0.07 -ex_pute ex_pute NOM f p 0.01 0.00 0.01 0.00 -ex_quincaillerie ex_quincaillerie NOM f s 0.00 0.14 0.00 0.14 -ex_quincaillier ex_quincaillier NOM m s 0.00 0.27 0.00 0.27 -ex_rebelle ex_rebelle ADJ s 0.00 0.07 0.00 0.07 -ex_reine ex_reine NOM f s 0.02 0.00 0.02 0.00 -ex_roi ex_roi NOM m s 0.01 0.20 0.01 0.20 -ex_république ex_république NOM f p 0.01 0.00 0.01 0.00 -ex_résidence ex_résidence NOM f s 0.01 0.00 0.01 0.00 -ex_révolutionnaire ex_révolutionnaire NOM s 0.00 0.07 0.00 0.07 -ex_sac ex_sac NOM m p 0.00 0.07 0.00 0.07 -ex_secrétaire ex_secrétaire NOM s 0.07 0.00 0.07 0.00 -ex_sergent ex_sergent NOM m s 0.02 0.14 0.02 0.07 -ex_sergent ex_sergent NOM m p 0.02 0.14 0.00 0.07 -ex_soldat ex_soldat NOM m p 0.00 0.07 0.00 0.07 -ex_soliste ex_soliste NOM p 0.00 0.07 0.00 0.07 -ex_standardiste ex_standardiste NOM s 0.00 0.07 0.00 0.07 -ex_star ex_star NOM f s 0.14 0.00 0.14 0.00 -ex_strip_teaseur ex_strip_teaseur NOM f s 0.00 0.07 0.00 0.07 -ex_séminariste ex_séminariste NOM s 0.00 0.07 0.00 0.07 -ex_sénateur ex_sénateur NOM m s 0.00 0.14 0.00 0.14 -ex_super ex_super ADJ m s 0.14 0.00 0.14 0.00 -ex_sévère ex_sévère ADJ f s 0.00 0.07 0.00 0.07 -ex_taulard ex_taulard NOM m s 0.38 0.14 0.28 0.07 -ex_taulard ex_taulard NOM m p 0.38 0.14 0.10 0.07 -ex_teinturier ex_teinturier NOM m s 0.01 0.00 0.01 0.00 -ex_tirailleur ex_tirailleur NOM m s 0.00 0.07 0.00 0.07 -ex_tueur ex_tueur NOM m s 0.01 0.00 0.01 0.00 -ex_tuteur ex_tuteur NOM m s 0.01 0.00 0.01 0.00 -ex_élève ex_élève NOM s 0.02 0.07 0.02 0.07 -ex_union ex_union NOM f s 0.00 0.07 0.00 0.07 -ex_épouse ex_épouse NOM f s 0.30 0.27 0.28 0.27 -ex_épouse ex_épouse NOM f p 0.30 0.27 0.02 0.00 -ex_équipier ex_équipier NOM m s 0.07 0.00 0.07 0.00 -ex_usine ex_usine NOM f s 0.01 0.00 0.01 0.00 -ex_vedette ex_vedette NOM f s 0.11 0.07 0.11 0.07 -ex_violeur ex_violeur NOM m p 0.01 0.00 0.01 0.00 -ex_voto ex_voto NOM m 0.48 1.69 0.48 1.69 -ex_abrupto ex_abrupto ADV 0.00 0.07 0.00 0.07 -ex_nihilo ex_nihilo ADV 0.00 0.14 0.00 0.14 -exacerba exacerber VER 0.33 1.42 0.00 0.07 ind:pas:3s; -exacerbant exacerber VER 0.33 1.42 0.00 0.07 par:pre; -exacerbation exacerbation NOM f s 0.00 0.07 0.00 0.07 -exacerbe exacerber VER 0.33 1.42 0.03 0.20 imp:pre:2s;ind:pre:3s; -exacerbent exacerber VER 0.33 1.42 0.01 0.20 ind:pre:3p; -exacerber exacerber VER 0.33 1.42 0.08 0.34 inf; -exacerbé exacerbé ADJ m s 0.19 1.15 0.04 0.47 -exacerbée exacerber VER f s 0.33 1.42 0.14 0.14 par:pas; -exacerbées exacerbé ADJ f p 0.19 1.15 0.02 0.20 -exacerbés exacerbé ADJ m p 0.19 1.15 0.12 0.00 -exact exact ADJ m s 86.80 38.58 76.66 19.86 -exacte exact ADJ f s 86.80 38.58 7.55 13.92 -exactement exactement ADV 144.62 92.36 144.62 92.36 -exactes exact ADJ f p 86.80 38.58 1.08 2.97 -exaction exaction NOM f s 0.32 1.69 0.01 0.00 -exactions exaction NOM f p 0.32 1.69 0.31 1.69 -exactitude exactitude NOM f s 1.26 5.00 1.26 4.93 -exactitudes exactitude NOM f p 1.26 5.00 0.00 0.07 -exacts exact ADJ m p 86.80 38.58 1.51 1.82 -exagère exagérer VER 26.93 22.57 7.30 4.86 imp:pre:2s;ind:pre:1s;ind:pre:3s; -exagèrent exagérer VER 26.93 22.57 0.60 0.47 ind:pre:3p; -exagères exagérer VER 26.93 22.57 7.75 1.89 ind:pre:2s; -exagéra exagérer VER 26.93 22.57 0.00 0.27 ind:pas:3s; -exagérai exagérer VER 26.93 22.57 0.00 0.07 ind:pas:1s; -exagéraient exagérer VER 26.93 22.57 0.02 0.07 ind:imp:3p; -exagérais exagérer VER 26.93 22.57 0.07 0.54 ind:imp:1s;ind:imp:2s; -exagérait exagérer VER 26.93 22.57 0.14 3.11 ind:imp:3s; -exagérant exagérer VER 26.93 22.57 0.15 0.68 par:pre; -exagération exagération NOM f s 0.67 2.36 0.61 1.69 -exagérations exagération NOM f p 0.67 2.36 0.06 0.68 -exagérer exagérer VER 26.93 22.57 2.86 3.85 inf; -exagérerais exagérer VER 26.93 22.57 0.00 0.07 cnd:pre:1s; -exagérerait exagérer VER 26.93 22.57 0.00 0.07 cnd:pre:3s; -exagérerons exagérer VER 26.93 22.57 0.01 0.00 ind:fut:1p; -exagérez exagérer VER 26.93 22.57 3.31 1.22 imp:pre:2p;ind:pre:2p; -exagérions exagérer VER 26.93 22.57 0.00 0.07 ind:imp:1p; -exagérons exagérer VER 26.93 22.57 1.53 1.76 imp:pre:1p;ind:pre:1p; -exagérèrent exagérer VER 26.93 22.57 0.00 0.07 ind:pas:3p; -exagéré exagérer VER m s 26.93 22.57 2.80 2.30 par:pas; -exagérée exagéré ADJ f s 2.56 4.53 0.65 1.49 -exagérées exagéré ADJ f p 2.56 4.53 0.17 0.34 -exagérément exagérément ADV 0.26 3.38 0.26 3.38 -exagérés exagérer VER m p 26.93 22.57 0.08 0.14 par:pas; -exalta exalter VER 1.86 13.78 0.00 0.41 ind:pas:3s; -exaltai exalter VER 1.86 13.78 0.00 0.07 ind:pas:1s; -exaltaient exalter VER 1.86 13.78 0.00 1.01 ind:imp:3p; -exaltais exalter VER 1.86 13.78 0.00 0.34 ind:imp:1s; -exaltait exalter VER 1.86 13.78 0.00 3.51 ind:imp:3s; -exaltant exaltant ADJ m s 1.17 6.76 0.81 2.36 -exaltante exaltant ADJ f s 1.17 6.76 0.27 3.11 -exaltantes exaltant ADJ f p 1.17 6.76 0.04 0.68 -exaltants exaltant ADJ m p 1.17 6.76 0.05 0.61 -exaltation exaltation NOM f s 0.98 16.22 0.98 15.00 -exaltations exaltation NOM f p 0.98 16.22 0.00 1.22 -exalte exalter VER 1.86 13.78 0.49 1.89 imp:pre:2s;ind:pre:1s;ind:pre:3s; -exaltent exalter VER 1.86 13.78 0.12 0.47 ind:pre:3p; -exalter exalter VER 1.86 13.78 0.42 1.96 inf; -exalterait exalter VER 1.86 13.78 0.00 0.07 cnd:pre:3s; -exaltes exalter VER 1.86 13.78 0.00 0.14 ind:pre:2s; -exaltons exalter VER 1.86 13.78 0.00 0.07 ind:pre:1p; -exaltèrent exalter VER 1.86 13.78 0.00 0.07 ind:pas:3p; -exalté exalté ADJ m s 1.36 4.26 0.55 1.49 -exaltée exalté ADJ f s 1.36 4.26 0.55 2.03 -exaltées exalté ADJ f p 1.36 4.26 0.10 0.27 -exaltés exalté NOM m p 0.56 2.23 0.27 0.34 -exam exam NOM m s 3.08 0.00 2.06 0.00 -examen examen NOM m s 47.77 27.16 30.37 18.31 -examens examen NOM m p 47.77 27.16 17.40 8.85 -examina examiner VER 36.36 50.68 0.17 9.19 ind:pas:3s; -examinai examiner VER 36.36 50.68 0.03 0.68 ind:pas:1s; -examinaient examiner VER 36.36 50.68 0.14 1.69 ind:imp:3p; -examinais examiner VER 36.36 50.68 0.33 0.88 ind:imp:1s;ind:imp:2s; -examinait examiner VER 36.36 50.68 0.30 5.61 ind:imp:3s; -examinant examiner VER 36.36 50.68 0.64 5.00 par:pre; -examinateur examinateur NOM m s 1.11 1.49 0.95 0.95 -examinateurs examinateur NOM m p 1.11 1.49 0.16 0.47 -examinatrice examinateur NOM f s 1.11 1.49 0.00 0.07 -examine examiner VER 36.36 50.68 3.94 6.28 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:1s; -examinent examiner VER 36.36 50.68 0.66 0.54 ind:pre:3p; -examiner examiner VER 36.36 50.68 16.47 14.19 inf; -examinera examiner VER 36.36 50.68 0.91 0.20 ind:fut:3s; -examinerai examiner VER 36.36 50.68 0.52 0.00 ind:fut:1s; -examineraient examiner VER 36.36 50.68 0.01 0.20 cnd:pre:3p; -examinerais examiner VER 36.36 50.68 0.03 0.00 cnd:pre:1s; -examinerait examiner VER 36.36 50.68 0.03 0.14 cnd:pre:3s; -examinerez examiner VER 36.36 50.68 0.04 0.00 ind:fut:2p; -examineriez examiner VER 36.36 50.68 0.01 0.00 cnd:pre:2p; -examinerons examiner VER 36.36 50.68 0.32 0.07 ind:fut:1p; -examineront examiner VER 36.36 50.68 0.06 0.07 ind:fut:3p; -examines examiner VER 36.36 50.68 0.12 0.07 ind:pre:2s; -examinez examiner VER 36.36 50.68 2.22 0.07 imp:pre:2p;ind:pre:2p; -examiniez examiner VER 36.36 50.68 0.29 0.00 ind:imp:2p; -examinions examiner VER 36.36 50.68 0.05 0.14 ind:imp:1p; -examinons examiner VER 36.36 50.68 1.57 0.47 imp:pre:1p;ind:pre:1p; -examinèrent examiner VER 36.36 50.68 0.00 0.47 ind:pas:3p; -examiné examiner VER m s 36.36 50.68 5.51 3.11 par:pas; -examinée examiner VER f s 36.36 50.68 1.30 0.88 par:pas; -examinées examiner VER f p 36.36 50.68 0.32 0.34 par:pas; -examinés examiner VER m p 36.36 50.68 0.39 0.41 par:pas; -exams exam NOM m p 3.08 0.00 1.01 0.00 -exarque exarque NOM m s 0.00 0.07 0.00 0.07 -exaspère exaspérer VER 2.31 19.66 0.93 1.82 imp:pre:2s;ind:pre:1s;ind:pre:3s; -exaspèrent exaspérer VER 2.31 19.66 0.07 0.54 ind:pre:3p; -exaspéra exaspérer VER 2.31 19.66 0.00 0.74 ind:pas:3s; -exaspéraient exaspérer VER 2.31 19.66 0.00 1.15 ind:imp:3p; -exaspérais exaspérer VER 2.31 19.66 0.00 0.20 ind:imp:1s; -exaspérait exaspérer VER 2.31 19.66 0.11 3.58 ind:imp:3s; -exaspérant exaspérant ADJ m s 0.64 2.43 0.32 1.15 -exaspérante exaspérant ADJ f s 0.64 2.43 0.19 1.01 -exaspérantes exaspérant ADJ f p 0.64 2.43 0.01 0.07 -exaspérants exaspérant ADJ m p 0.64 2.43 0.12 0.20 -exaspération exaspération NOM f s 0.55 4.46 0.55 4.39 -exaspérations exaspération NOM f p 0.55 4.46 0.00 0.07 -exaspérer exaspérer VER 2.31 19.66 0.52 1.96 inf; -exaspérera exaspérer VER 2.31 19.66 0.00 0.07 ind:fut:3s; -exaspéreraient exaspérer VER 2.31 19.66 0.00 0.07 cnd:pre:3p; -exaspérerait exaspérer VER 2.31 19.66 0.01 0.00 cnd:pre:3s; -exaspérez exaspérer VER 2.31 19.66 0.11 0.00 ind:pre:2p; -exaspérât exaspérer VER 2.31 19.66 0.00 0.07 sub:imp:3s; -exaspérèrent exaspérer VER 2.31 19.66 0.00 0.14 ind:pas:3p; -exaspéré exaspérer VER m s 2.31 19.66 0.52 5.34 par:pas; -exaspérée exaspérer VER f s 2.31 19.66 0.02 1.89 par:pas; -exaspérées exaspérer VER f p 2.31 19.66 0.00 0.47 par:pas; -exaspérés exaspérer VER m p 2.31 19.66 0.01 0.61 par:pas; -exauce exaucer VER 6.80 4.26 1.21 0.61 imp:pre:2s;ind:pre:1s;ind:pre:3s; -exaucement exaucement NOM m s 0.00 0.07 0.00 0.07 -exaucent exaucer VER 6.80 4.26 0.03 0.00 ind:pre:3p; -exaucer exaucer VER 6.80 4.26 1.14 0.81 inf; -exaucera exaucer VER 6.80 4.26 0.16 0.00 ind:fut:3s; -exaucerai exaucer VER 6.80 4.26 0.17 0.00 ind:fut:1s; -exaucez exaucer VER 6.80 4.26 0.04 0.14 imp:pre:2p;ind:pre:2p; -exaucé exaucer VER m s 6.80 4.26 2.88 1.15 par:pas; -exaucée exaucer VER f s 6.80 4.26 0.27 0.68 par:pas; -exaucées exaucer VER f p 6.80 4.26 0.30 0.14 par:pas; -exaucés exaucer VER m p 6.80 4.26 0.51 0.41 par:pas; -exauça exaucer VER 6.80 4.26 0.00 0.07 ind:pas:3s; -exauçai exaucer VER 6.80 4.26 0.00 0.07 ind:pas:1s; -exauçaient exaucer VER 6.80 4.26 0.00 0.07 ind:imp:3p; -exauçant exaucer VER 6.80 4.26 0.06 0.07 par:pre; -exauçons exaucer VER 6.80 4.26 0.03 0.00 imp:pre:1p;ind:pre:1p; -exauçât exaucer VER 6.80 4.26 0.00 0.07 sub:imp:3s; -excavateur excavateur NOM m s 0.04 0.14 0.02 0.07 -excavateurs excavateur NOM m p 0.04 0.14 0.02 0.00 -excavation excavation NOM f s 0.17 1.28 0.12 0.95 -excavations excavation NOM f p 0.17 1.28 0.04 0.34 -excavatrice excavateur NOM f s 0.04 0.14 0.00 0.07 -excaver excaver VER 0.04 0.07 0.03 0.00 inf; -excavée excaver VER f s 0.04 0.07 0.01 0.00 par:pas; -excavées excaver VER f p 0.04 0.07 0.00 0.07 par:pas; -excella exceller VER 2.38 3.78 0.00 0.07 ind:pas:3s; -excellaient exceller VER 2.38 3.78 0.00 0.41 ind:imp:3p; -excellais exceller VER 2.38 3.78 0.00 0.07 ind:imp:1s; -excellait exceller VER 2.38 3.78 0.08 1.28 ind:imp:3s; -excellant exceller VER 2.38 3.78 0.00 0.20 par:pre; -excelle exceller VER 2.38 3.78 0.85 0.74 imp:pre:2s;ind:pre:1s;ind:pre:3s; -excellemment excellemment ADV 0.16 0.07 0.16 0.07 -excellence excellence NOM f s 23.29 17.43 22.73 17.09 -excellences excellence NOM f p 23.29 17.43 0.56 0.34 -excellent excellent ADJ m s 76.43 33.92 46.87 16.01 -excellente excellent ADJ f s 76.43 33.92 21.04 11.76 -excellentes excellent ADJ f p 76.43 33.92 4.28 2.91 -excellentissime excellentissime ADJ s 0.01 0.07 0.01 0.07 -excellents excellent ADJ m p 76.43 33.92 4.25 3.24 -exceller exceller VER 2.38 3.78 0.16 0.41 inf; -excelleraient exceller VER 2.38 3.78 0.00 0.07 cnd:pre:3p; -excelles exceller VER 2.38 3.78 0.07 0.00 ind:pre:2s; -excellez exceller VER 2.38 3.78 0.09 0.00 ind:pre:2p; -excellé exceller VER m s 2.38 3.78 0.31 0.00 par:pas; -excentrer excentrer VER 0.02 0.00 0.01 0.00 inf; -excentricité excentricité NOM f s 0.39 1.55 0.29 0.95 -excentricités excentricité NOM f p 0.39 1.55 0.10 0.61 -excentrique excentrique ADJ s 2.34 2.09 1.97 1.35 -excentriques excentrique ADJ p 2.34 2.09 0.37 0.74 -excentré excentré ADJ m s 0.05 0.00 0.04 0.00 -excentrée excentré ADJ f s 0.05 0.00 0.01 0.00 -exceptais excepter VER 0.72 2.64 0.00 0.07 ind:imp:1s; -exceptait excepter VER 0.72 2.64 0.00 0.14 ind:imp:3s; -exceptant excepter VER 0.72 2.64 0.00 0.14 par:pre; -excepte excepter VER 0.72 2.64 0.23 0.81 imp:pre:2s;ind:pre:1s;ind:pre:3s; -excepter excepter VER 0.72 2.64 0.00 0.41 inf; -exceptes excepter VER 0.72 2.64 0.00 0.07 ind:pre:2s; -exception exception NOM f s 15.97 24.80 14.32 20.41 -exceptionnel exceptionnel ADJ m s 16.68 20.07 9.72 6.89 -exceptionnelle exceptionnel ADJ f s 16.68 20.07 3.47 8.24 -exceptionnellement exceptionnellement ADV 1.03 4.19 1.03 4.19 -exceptionnelles exceptionnel ADJ f p 16.68 20.07 1.78 3.04 -exceptionnels exceptionnel ADJ m p 16.68 20.07 1.71 1.89 -exceptions exception NOM f p 15.97 24.80 1.65 4.39 -excepté excepté PRE 5.59 4.05 5.59 4.05 -exceptée excepté ADJ f s 0.34 0.68 0.24 0.27 -exceptées excepté ADJ f p 0.34 0.68 0.01 0.00 -exceptés excepté ADJ m p 0.34 0.68 0.04 0.20 -excessif excessif ADJ m s 4.79 15.54 2.05 5.68 -excessifs excessif ADJ m p 4.79 15.54 0.35 1.28 -excessive excessif ADJ f s 4.79 15.54 2.29 7.09 -excessivement excessivement ADV 1.14 3.11 1.14 3.11 -excessives excessif ADJ f p 4.79 15.54 0.09 1.49 -excipent exciper VER 0.00 0.27 0.00 0.07 ind:pre:3p; -exciper exciper VER 0.00 0.27 0.00 0.20 inf; -excisant exciser VER 0.16 0.41 0.02 0.00 par:pre; -excise exciser VER 0.16 0.41 0.05 0.00 ind:pre:1s;ind:pre:3s; -exciser exciser VER 0.16 0.41 0.05 0.27 inf; -exciseuse exciseur NOM f s 0.00 0.20 0.00 0.14 -exciseuses exciseur NOM f p 0.00 0.20 0.00 0.07 -excision excision NOM f s 0.08 0.81 0.08 0.81 -excisé exciser VER m s 0.16 0.41 0.01 0.00 par:pas; -excisée exciser VER f s 0.16 0.41 0.01 0.00 par:pas; -excisées exciser VER f p 0.16 0.41 0.01 0.14 par:pas; -excita exciter VER 28.01 26.55 0.00 0.61 ind:pas:3s; -excitable excitable ADJ m s 0.03 0.00 0.03 0.00 -excitaient exciter VER 28.01 26.55 0.17 1.55 ind:imp:3p; -excitais exciter VER 28.01 26.55 0.03 0.07 ind:imp:1s;ind:imp:2s; -excitait exciter VER 28.01 26.55 0.79 4.80 ind:imp:3s; -excitant excitant ADJ m s 16.14 7.36 12.44 3.92 -excitante excitant ADJ f s 16.14 7.36 2.83 2.30 -excitantes excitant ADJ f p 16.14 7.36 0.60 0.47 -excitants excitant ADJ m p 16.14 7.36 0.27 0.68 -excitation excitation NOM f s 3.81 16.69 3.81 16.55 -excitations excitation NOM f p 3.81 16.69 0.00 0.14 -excite exciter VER 28.01 26.55 10.38 5.07 imp:pre:2s;ind:pre:1s;ind:pre:3s; -excitent exciter VER 28.01 26.55 1.28 1.15 ind:pre:3p; -exciter exciter VER 28.01 26.55 2.60 5.81 inf; -excitera exciter VER 28.01 26.55 0.15 0.20 ind:fut:3s; -exciterait exciter VER 28.01 26.55 0.81 0.34 cnd:pre:3s; -exciterez exciter VER 28.01 26.55 0.00 0.07 ind:fut:2p; -exciteriez exciter VER 28.01 26.55 0.00 0.07 cnd:pre:2p; -exciteront exciter VER 28.01 26.55 0.02 0.07 ind:fut:3p; -excites exciter VER 28.01 26.55 1.59 0.47 ind:pre:2s; -exciteur exciteur NOM m s 0.00 0.07 0.00 0.07 -excitez exciter VER 28.01 26.55 0.64 0.20 imp:pre:2p;ind:pre:2p; -excitions exciter VER 28.01 26.55 0.00 0.07 ind:imp:1p; -excitons exciter VER 28.01 26.55 0.01 0.07 imp:pre:1p;ind:pre:1p;; -excitèrent exciter VER 28.01 26.55 0.00 0.14 ind:pas:3p; -excité exciter VER m s 28.01 26.55 5.17 2.36 par:pas; -excitée exciter VER f s 28.01 26.55 3.17 1.15 par:pas; -excitées excité ADJ f p 6.88 6.96 0.10 0.47 -excités exciter VER m p 28.01 26.55 0.86 0.74 par:pas; -exclût exclure VER 11.32 16.22 0.00 0.07 sub:imp:3s; -exclama exclamer VER 0.26 18.99 0.01 8.04 ind:pas:3s; -exclamai exclamer VER 0.26 18.99 0.00 0.20 ind:pas:1s; -exclamaient exclamer VER 0.26 18.99 0.01 0.54 ind:imp:3p; -exclamais exclamer VER 0.26 18.99 0.00 0.07 ind:imp:1s; -exclamait exclamer VER 0.26 18.99 0.00 1.62 ind:imp:3s; -exclamant exclamer VER 0.26 18.99 0.01 0.47 par:pre; -exclamatif exclamatif ADJ m s 0.01 0.14 0.00 0.07 -exclamation exclamation NOM f s 1.27 11.76 1.11 5.27 -exclamations exclamation NOM f p 1.27 11.76 0.16 6.49 -exclamative exclamatif ADJ f s 0.01 0.14 0.01 0.07 -exclame exclamer VER 0.26 18.99 0.03 3.72 ind:pre:3s; -exclament exclamer VER 0.26 18.99 0.14 0.34 ind:pre:3p; -exclamer exclamer VER 0.26 18.99 0.03 1.49 inf; -exclameraient exclamer VER 0.26 18.99 0.00 0.07 cnd:pre:3p; -exclamerait exclamer VER 0.26 18.99 0.00 0.14 cnd:pre:3s; -exclamâmes exclamer VER 0.26 18.99 0.00 0.14 ind:pas:1p; -exclamèrent exclamer VER 0.26 18.99 0.00 0.27 ind:pas:3p; -exclamé exclamer VER m s 0.26 18.99 0.02 1.08 par:pas; -exclamée exclamer VER f s 0.26 18.99 0.01 0.81 par:pas; -exclu exclure VER m s 11.32 16.22 3.21 3.31 par:pas; -excluaient exclure VER 11.32 16.22 0.00 0.81 ind:imp:3p; -excluais exclure VER 11.32 16.22 0.02 0.20 ind:imp:1s; -excluait exclure VER 11.32 16.22 0.02 2.77 ind:imp:3s; -excluant exclure VER 11.32 16.22 0.12 1.15 par:pre; -exclue exclure VER f s 11.32 16.22 1.10 1.62 par:pas;sub:pre:1s;sub:pre:3s; -excluent exclure VER 11.32 16.22 0.54 0.20 ind:pre:3p; -exclues exclure VER f p 11.32 16.22 0.41 0.14 par:pas;sub:pre:2s; -excluez exclure VER 11.32 16.22 0.16 0.00 imp:pre:2p;ind:pre:2p; -excluions exclure VER 11.32 16.22 0.00 0.07 ind:imp:1p; -excluons exclure VER 11.32 16.22 0.19 0.00 imp:pre:1p;ind:pre:1p; -exclura exclure VER 11.32 16.22 0.01 0.14 ind:fut:3s; -exclurais exclure VER 11.32 16.22 0.23 0.00 cnd:pre:1s; -exclure exclure VER 11.32 16.22 2.17 2.50 inf; -exclus exclure VER m p 11.32 16.22 1.14 1.62 imp:pre:2s;ind:pre:1s;ind:pre:2s;ind:pas:2s;par:pas; -exclusif exclusif ADJ m s 3.35 7.43 1.47 3.38 -exclusifs exclusif ADJ m p 3.35 7.43 0.46 0.20 -exclusion exclusion NOM f s 1.02 3.92 1.02 3.72 -exclusions exclusion NOM f p 1.02 3.92 0.00 0.20 -exclusive exclusif ADJ f s 3.35 7.43 1.32 2.97 -exclusivement exclusivement ADV 2.05 10.34 2.05 10.34 -exclusives exclusif ADJ f p 3.35 7.43 0.10 0.88 -exclusivité exclusivité NOM f s 3.21 2.16 3.06 2.03 -exclusivités exclusivité NOM f p 3.21 2.16 0.15 0.14 -exclut exclure VER 11.32 16.22 2.02 1.62 ind:pre:3s;ind:pas:3s; -excommuniaient excommunier VER 0.80 1.82 0.00 0.07 ind:imp:3p; -excommuniait excommunier VER 0.80 1.82 0.00 0.07 ind:imp:3s; -excommuniant excommunier VER 0.80 1.82 0.00 0.07 par:pre; -excommunication excommunication NOM f s 0.82 1.28 0.72 1.15 -excommunications excommunication NOM f p 0.82 1.28 0.10 0.14 -excommunie excommunier VER 0.80 1.82 0.11 0.14 ind:pre:1s;ind:pre:3s; -excommunient excommunier VER 0.80 1.82 0.00 0.07 ind:pre:3p; -excommunier excommunier VER 0.80 1.82 0.19 0.34 inf; -excommuniez excommunier VER 0.80 1.82 0.00 0.07 imp:pre:2p; -excommunié excommunier VER m s 0.80 1.82 0.33 0.68 par:pas; -excommuniée excommunier VER f s 0.80 1.82 0.05 0.00 par:pas; -excommuniés excommunier VER m p 0.80 1.82 0.12 0.34 par:pas; -excoriée excorier VER f s 0.00 0.14 0.00 0.07 par:pas; -excoriées excorier VER f p 0.00 0.14 0.00 0.07 par:pas; -excroissance excroissance NOM f s 0.38 1.55 0.24 0.81 -excroissances excroissance NOM f p 0.38 1.55 0.14 0.74 -excrément excrément NOM m s 1.83 3.99 0.36 0.61 -excrémentiel excrémentiel ADJ m s 0.00 0.14 0.00 0.07 -excrémentielle excrémentiel ADJ f s 0.00 0.14 0.00 0.07 -excréments excrément NOM m p 1.83 3.99 1.48 3.38 -excréter excréter VER 0.04 0.07 0.02 0.00 inf; -excrétera excréter VER 0.04 0.07 0.01 0.00 ind:fut:3s; -excrétion excrétion NOM f s 0.06 0.14 0.01 0.00 -excrétions excrétion NOM f p 0.06 0.14 0.04 0.14 -excrété excréter VER m s 0.04 0.07 0.01 0.07 par:pas; -excède excéder VER 0.65 9.80 0.10 0.34 ind:pre:3s; -excèdent excéder VER 0.65 9.80 0.05 0.20 ind:pre:3p; -excès excès NOM m 7.67 22.23 7.67 22.23 -excédaient excéder VER 0.65 9.80 0.00 0.54 ind:imp:3p; -excédais excéder VER 0.65 9.80 0.00 0.07 ind:imp:1s; -excédait excéder VER 0.65 9.80 0.02 0.41 ind:imp:3s; -excédant excédant ADJ m s 0.13 0.14 0.13 0.14 -excédent excédent NOM m s 0.87 0.74 0.76 0.54 -excédentaire excédentaire ADJ m s 0.06 0.20 0.04 0.14 -excédentaires excédentaire ADJ m p 0.06 0.20 0.01 0.07 -excédents excédent NOM m p 0.87 0.74 0.11 0.20 -excéder excéder VER 0.65 9.80 0.16 0.27 inf; -excédera excéder VER 0.65 9.80 0.01 0.00 ind:fut:3s; -excédât excéder VER 0.65 9.80 0.00 0.07 sub:imp:3s; -excédé excéder VER m s 0.65 9.80 0.21 5.20 par:pas; -excédée excéder VER f s 0.65 9.80 0.03 1.89 par:pas; -excédées excéder VER f p 0.65 9.80 0.00 0.07 par:pas; -excédés excéder VER m p 0.65 9.80 0.02 0.20 par:pas; -excursion excursion NOM f s 3.67 4.59 3.09 3.04 -excursionnaient excursionner VER 0.00 0.20 0.00 0.07 ind:imp:3p; -excursionnant excursionner VER 0.00 0.20 0.00 0.07 par:pre; -excursionner excursionner VER 0.00 0.20 0.00 0.07 inf; -excursionniste excursionniste NOM s 0.04 0.14 0.04 0.00 -excursionnistes excursionniste NOM p 0.04 0.14 0.00 0.14 -excursions excursion NOM f p 3.67 4.59 0.58 1.55 -excusa excuser VER 399.18 61.82 0.02 3.45 ind:pas:3s; -excusable excusable ADJ s 0.40 1.62 0.39 1.55 -excusables excusable ADJ m p 0.40 1.62 0.01 0.07 -excusai excuser VER 399.18 61.82 0.00 0.34 ind:pas:1s; -excusaient excuser VER 399.18 61.82 0.00 0.47 ind:imp:3p; -excusais excuser VER 399.18 61.82 0.11 0.14 ind:imp:1s;ind:imp:2s; -excusait excuser VER 399.18 61.82 0.16 3.45 ind:imp:3s; -excusant excuser VER 399.18 61.82 0.21 3.18 par:pre; -excuse excuser VER 399.18 61.82 111.82 14.80 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -excusent excuser VER 399.18 61.82 0.30 0.34 ind:pre:1p;ind:pre:3p; -excuser excuser VER 399.18 61.82 43.00 12.03 inf; -excusera excuser VER 399.18 61.82 0.41 0.41 ind:fut:3s; -excuserai excuser VER 399.18 61.82 0.49 0.14 ind:fut:1s; -excuserais excuser VER 399.18 61.82 0.09 0.00 cnd:pre:1s;cnd:pre:2s; -excuserait excuser VER 399.18 61.82 0.06 0.27 cnd:pre:3s; -excuseras excuser VER 399.18 61.82 0.80 1.15 ind:fut:2s; -excuserez excuser VER 399.18 61.82 2.34 1.28 ind:fut:2p; -excuseriez excuser VER 399.18 61.82 0.02 0.00 cnd:pre:2p; -excuserons excuser VER 399.18 61.82 0.01 0.14 ind:fut:1p; -excuseront excuser VER 399.18 61.82 0.18 0.00 ind:fut:3p; -excuses excuse NOM f p 61.58 23.51 32.15 12.23 -excusez excuser VER 399.18 61.82 230.25 16.08 imp:pre:2p;ind:pre:2p; -excusiez excuser VER 399.18 61.82 0.09 0.07 ind:imp:2p; -excusions excuser VER 399.18 61.82 0.00 0.07 ind:imp:1p; -excusâmes excuser VER 399.18 61.82 0.00 0.07 ind:pas:1p; -excusons excuser VER 399.18 61.82 0.48 0.14 imp:pre:1p;ind:pre:1p; -excusât excuser VER 399.18 61.82 0.00 0.41 sub:imp:3s; -excusèrent excuser VER 399.18 61.82 0.00 0.20 ind:pas:3p; -excusé excuser VER m s 399.18 61.82 4.25 1.89 par:pas; -excusée excuser VER f s 399.18 61.82 0.72 0.47 par:pas; -excusées excuser VER f p 399.18 61.82 0.04 0.07 par:pas; -excusés excuser VER m p 399.18 61.82 0.22 0.20 par:pas; -exeat exeat NOM m 0.01 0.27 0.01 0.27 -exemplaire exemplaire ADJ s 4.42 9.12 4.06 7.57 -exemplairement exemplairement ADV 0.10 0.07 0.10 0.07 -exemplaires exemplaire NOM m p 6.32 14.26 2.52 7.57 -exemplarité exemplarité NOM f s 0.01 0.00 0.01 0.00 -exemple exemple NOM m s 93.20 126.62 91.83 119.19 -exemples exemple NOM m p 93.20 126.62 1.38 7.43 -exemplifier exemplifier VER 0.10 0.00 0.10 0.00 inf; -exempt exempt ADJ m s 0.28 1.96 0.12 1.15 -exempte exempt ADJ f s 0.28 1.96 0.09 0.27 -exempter exempter VER 1.16 0.54 0.22 0.07 inf; -exemptes exempt ADJ f p 0.28 1.96 0.02 0.27 -exemptiez exempter VER 1.16 0.54 0.01 0.00 ind:imp:2p; -exemption exemption NOM f s 0.60 0.68 0.54 0.20 -exemptions exemption NOM f p 0.60 0.68 0.06 0.47 -exempts exempt ADJ m p 0.28 1.96 0.05 0.27 -exempté exempter VER m s 1.16 0.54 0.52 0.14 par:pas; -exemptée exempter VER f s 1.16 0.54 0.05 0.14 par:pas; -exemptés exempter VER m p 1.16 0.54 0.28 0.00 par:pas; -exequatur exequatur NOM m 0.00 0.07 0.00 0.07 -exerce exercer VER 14.53 44.26 3.82 6.69 imp:pre:2s;ind:pre:1s;ind:pre:3s; -exercent exercer VER 14.53 44.26 0.60 1.55 ind:pre:3p; -exercer exercer VER 14.53 44.26 5.67 14.39 inf; -exercera exercer VER 14.53 44.26 0.07 0.20 ind:fut:3s; -exercerai exercer VER 14.53 44.26 0.10 0.14 ind:fut:1s; -exerceraient exercer VER 14.53 44.26 0.00 0.14 cnd:pre:3p; -exercerais exercer VER 14.53 44.26 0.01 0.07 cnd:pre:1s; -exercerait exercer VER 14.53 44.26 0.05 0.41 cnd:pre:3s; -exercerez exercer VER 14.53 44.26 0.14 0.14 ind:fut:2p; -exercerons exercer VER 14.53 44.26 0.01 0.07 ind:fut:1p; -exerceront exercer VER 14.53 44.26 0.02 0.14 ind:fut:3p; -exerces exercer VER 14.53 44.26 0.20 0.14 ind:pre:2s; -exercez exercer VER 14.53 44.26 0.86 0.27 imp:pre:2p;ind:pre:2p; -exercice exercice NOM m s 22.66 27.36 17.54 17.50 -exercices exercice NOM m p 22.66 27.36 5.12 9.86 -exerciez exercer VER 14.53 44.26 0.24 0.07 ind:imp:2p; -exercèrent exercer VER 14.53 44.26 0.00 0.07 ind:pas:3p; -exercé exercer VER m s 14.53 44.26 0.96 2.97 par:pas; -exercée exercer VER f s 14.53 44.26 0.56 2.03 par:pas; -exercées exercer VER f p 14.53 44.26 0.05 0.47 par:pas; -exercés exercer VER m p 14.53 44.26 0.20 0.68 par:pas; -exergue exergue NOM m s 0.22 0.68 0.22 0.68 -exerça exercer VER 14.53 44.26 0.02 0.81 ind:pas:3s; -exerçai exercer VER 14.53 44.26 0.01 0.34 ind:pas:1s; -exerçaient exercer VER 14.53 44.26 0.04 1.89 ind:imp:3p; -exerçais exercer VER 14.53 44.26 0.12 0.74 ind:imp:1s;ind:imp:2s; -exerçait exercer VER 14.53 44.26 0.31 7.03 ind:imp:3s; -exerçant exercer VER 14.53 44.26 0.44 1.89 par:pre; -exerçassent exercer VER 14.53 44.26 0.00 0.07 sub:imp:3p; -exerçons exercer VER 14.53 44.26 0.04 0.20 imp:pre:1p;ind:pre:1p; -exerçât exercer VER 14.53 44.26 0.00 0.68 sub:imp:3s; -exfiltration exfiltration NOM f s 0.04 0.07 0.04 0.07 -exfiltrer exfiltrer VER 0.05 0.00 0.03 0.00 inf; -exfiltré exfiltrer VER m s 0.05 0.00 0.02 0.00 par:pas; -exfoliant exfoliant ADJ m s 0.08 0.00 0.08 0.00 -exfolier exfolier VER 0.01 0.14 0.01 0.00 inf; -exfolions exfolier VER 0.01 0.14 0.00 0.07 ind:pre:1p; -exfoliée exfolier VER f s 0.01 0.14 0.00 0.07 par:pas; -exhala exhaler VER 0.80 10.81 0.03 0.81 ind:pas:3s; -exhalaient exhaler VER 0.80 10.81 0.00 0.47 ind:imp:3p; -exhalaison exhalaison NOM f s 0.02 1.69 0.00 0.88 -exhalaisons exhalaison NOM f p 0.02 1.69 0.02 0.81 -exhalait exhaler VER 0.80 10.81 0.16 2.50 ind:imp:3s; -exhalant exhaler VER 0.80 10.81 0.00 2.64 par:pre; -exhalation exhalation NOM f s 0.01 0.00 0.01 0.00 -exhale exhaler VER 0.80 10.81 0.32 1.76 imp:pre:2s;ind:pre:3s; -exhalent exhaler VER 0.80 10.81 0.01 0.47 ind:pre:3p; -exhaler exhaler VER 0.80 10.81 0.27 1.08 inf; -exhaleraient exhaler VER 0.80 10.81 0.00 0.07 cnd:pre:3p; -exhalâmes exhaler VER 0.80 10.81 0.00 0.07 ind:pas:1p; -exhalât exhaler VER 0.80 10.81 0.00 0.14 sub:imp:3s; -exhalé exhaler VER m s 0.80 10.81 0.00 0.47 par:pas; -exhalée exhaler VER f s 0.80 10.81 0.00 0.34 par:pas; -exhaussait exhausser VER 0.03 0.47 0.00 0.07 ind:imp:3s; -exhausse exhausser VER 0.03 0.47 0.00 0.20 ind:pre:3s; -exhaussement exhaussement NOM m s 0.00 0.07 0.00 0.07 -exhausser exhausser VER 0.03 0.47 0.00 0.07 inf; -exhaussé exhausser VER m s 0.03 0.47 0.01 0.07 par:pas; -exhaussée exhausser VER f s 0.03 0.47 0.01 0.07 par:pas; -exhaustif exhaustif ADJ m s 0.61 0.54 0.30 0.41 -exhaustifs exhaustif ADJ m p 0.61 0.54 0.02 0.00 -exhaustion exhaustion NOM f s 0.00 0.34 0.00 0.34 -exhaustive exhaustif ADJ f s 0.61 0.54 0.29 0.14 -exhaustivement exhaustivement ADV 0.00 0.14 0.00 0.14 -exhaustivité exhaustivité NOM f s 0.00 0.07 0.00 0.07 -exhiba exhiber VER 2.87 13.31 0.00 0.61 ind:pas:3s; -exhibai exhiber VER 2.87 13.31 0.00 0.14 ind:pas:1s; -exhibaient exhiber VER 2.87 13.31 0.01 0.61 ind:imp:3p; -exhibais exhiber VER 2.87 13.31 0.03 0.00 ind:imp:2s; -exhibait exhiber VER 2.87 13.31 0.16 2.03 ind:imp:3s; -exhibant exhiber VER 2.87 13.31 0.16 1.69 par:pre; -exhibe exhiber VER 2.87 13.31 0.58 1.49 imp:pre:2s;ind:pre:1s;ind:pre:3s; -exhibent exhiber VER 2.87 13.31 0.05 0.74 ind:pre:3p; -exhiber exhiber VER 2.87 13.31 0.98 3.78 inf; -exhibera exhiber VER 2.87 13.31 0.20 0.07 ind:fut:3s; -exhiberait exhiber VER 2.87 13.31 0.01 0.14 cnd:pre:3s; -exhiberas exhiber VER 2.87 13.31 0.00 0.07 ind:fut:2s; -exhibez exhiber VER 2.87 13.31 0.04 0.00 imp:pre:2p;ind:pre:2p; -exhibions exhiber VER 2.87 13.31 0.01 0.07 ind:imp:1p; -exhibition exhibition NOM f s 0.44 2.77 0.36 2.09 -exhibitionnisme exhibitionnisme NOM m s 0.20 0.81 0.20 0.81 -exhibitionniste exhibitionniste NOM s 1.08 1.55 0.85 1.01 -exhibitionnistes exhibitionniste NOM p 1.08 1.55 0.23 0.54 -exhibitions exhibition NOM f p 0.44 2.77 0.08 0.68 -exhibé exhiber VER m s 2.87 13.31 0.30 1.15 par:pas; -exhibée exhiber VER f s 2.87 13.31 0.32 0.20 par:pas; -exhibées exhiber VER f p 2.87 13.31 0.00 0.20 par:pas; -exhibés exhiber VER m p 2.87 13.31 0.02 0.34 par:pas; -exhorta exhorter VER 0.66 3.51 0.00 0.68 ind:pas:3s; -exhortai exhorter VER 0.66 3.51 0.00 0.07 ind:pas:1s; -exhortaient exhorter VER 0.66 3.51 0.02 0.07 ind:imp:3p; -exhortais exhorter VER 0.66 3.51 0.00 0.34 ind:imp:1s; -exhortait exhorter VER 0.66 3.51 0.01 0.54 ind:imp:3s; -exhortant exhorter VER 0.66 3.51 0.01 0.27 par:pre; -exhortation exhortation NOM f s 0.13 1.69 0.02 0.47 -exhortations exhortation NOM f p 0.13 1.69 0.11 1.22 -exhorte exhorter VER 0.66 3.51 0.34 0.68 imp:pre:2s;ind:pre:1s;ind:pre:3s; -exhortent exhorter VER 0.66 3.51 0.01 0.14 ind:pre:3p; -exhorter exhorter VER 0.66 3.51 0.06 0.54 inf; -exhortions exhorter VER 0.66 3.51 0.00 0.07 ind:imp:1p; -exhortâmes exhorter VER 0.66 3.51 0.00 0.07 ind:pas:1p; -exhortons exhorter VER 0.66 3.51 0.04 0.00 ind:pre:1p; -exhorté exhorter VER m s 0.66 3.51 0.17 0.07 par:pas; -exhuma exhumer VER 1.62 3.85 0.00 0.14 ind:pas:3s; -exhumaient exhumer VER 1.62 3.85 0.00 0.20 ind:imp:3p; -exhumais exhumer VER 1.62 3.85 0.00 0.07 ind:imp:1s; -exhumait exhumer VER 1.62 3.85 0.02 0.07 ind:imp:3s; -exhumant exhumer VER 1.62 3.85 0.01 0.14 par:pre; -exhumation exhumation NOM f s 0.30 0.27 0.30 0.27 -exhume exhumer VER 1.62 3.85 0.07 0.34 imp:pre:2s;ind:pre:3s; -exhumer exhumer VER 1.62 3.85 0.81 0.88 inf; -exhumera exhumer VER 1.62 3.85 0.02 0.07 ind:fut:3s; -exhumeront exhumer VER 1.62 3.85 0.00 0.07 ind:fut:3p; -exhumé exhumer VER m s 1.62 3.85 0.41 0.95 par:pas; -exhumée exhumer VER f s 1.62 3.85 0.04 0.27 par:pas; -exhumées exhumer VER f p 1.62 3.85 0.01 0.20 par:pas; -exhumés exhumer VER m p 1.62 3.85 0.22 0.47 par:pas; -exige exiger VER 34.96 60.07 18.93 14.53 imp:pre:2s;ind:pre:1s;ind:pre:3s; -exigea exiger VER 34.96 60.07 0.05 1.96 ind:pas:3s; -exigeai exiger VER 34.96 60.07 0.00 0.34 ind:pas:1s; -exigeaient exiger VER 34.96 60.07 0.05 3.04 ind:imp:3p; -exigeais exiger VER 34.96 60.07 0.04 0.41 ind:imp:1s; -exigeait exiger VER 34.96 60.07 1.21 13.11 ind:imp:3s; -exigeant exigeant ADJ m s 3.79 7.84 1.77 2.97 -exigeante exigeant ADJ f s 3.79 7.84 1.59 3.18 -exigeantes exigeant ADJ f p 3.79 7.84 0.14 0.41 -exigeants exigeant ADJ m p 3.79 7.84 0.28 1.28 -exigeassent exiger VER 34.96 60.07 0.00 0.14 sub:imp:3p; -exigence exigence NOM f s 5.17 17.36 1.22 5.14 -exigences exigence NOM f p 5.17 17.36 3.96 12.23 -exigent exiger VER 34.96 60.07 2.80 2.97 ind:pre:3p; -exigeons exiger VER 34.96 60.07 1.21 0.14 imp:pre:1p;ind:pre:1p; -exiger exiger VER 34.96 60.07 3.13 8.11 inf; -exigera exiger VER 34.96 60.07 0.26 0.88 ind:fut:3s; -exigerai exiger VER 34.96 60.07 0.25 0.20 ind:fut:1s; -exigeraient exiger VER 34.96 60.07 0.00 0.27 cnd:pre:3p; -exigerais exiger VER 34.96 60.07 0.02 0.07 cnd:pre:1s;cnd:pre:2s; -exigerait exiger VER 34.96 60.07 0.14 1.01 cnd:pre:3s; -exigerez exiger VER 34.96 60.07 0.03 0.14 ind:fut:2p; -exigeriez exiger VER 34.96 60.07 0.02 0.00 cnd:pre:2p; -exigerions exiger VER 34.96 60.07 0.01 0.00 cnd:pre:1p; -exigerons exiger VER 34.96 60.07 0.13 0.00 ind:fut:1p; -exigeront exiger VER 34.96 60.07 0.21 0.14 ind:fut:3p; -exiges exiger VER 34.96 60.07 0.61 0.20 ind:pre:2s; -exigez exiger VER 34.96 60.07 0.61 0.41 imp:pre:2p;ind:pre:2p; -exigible exigible ADJ m s 0.01 0.07 0.01 0.07 -exigiez exiger VER 34.96 60.07 0.16 0.00 ind:imp:2p; -exigèrent exiger VER 34.96 60.07 0.00 0.14 ind:pas:3p; -exigu exigu ADJ m s 0.53 4.66 0.38 1.89 -exigé exiger VER m s 34.96 60.07 3.58 6.49 par:pas; -exiguïté exiguïté NOM f s 0.00 1.76 0.00 1.76 -exigée exiger VER f s 34.96 60.07 0.56 1.01 par:pas; -exigées exiger VER f p 34.96 60.07 0.17 0.07 par:pas; -exigus exigu ADJ m p 0.53 4.66 0.00 0.41 -exigés exiger VER m p 34.96 60.07 0.01 0.47 par:pas; -exiguë exigu ADJ f s 0.53 4.66 0.12 1.69 -exiguës exigu ADJ f p 0.53 4.66 0.02 0.68 -exil exil NOM m s 6.04 13.99 5.91 13.58 -exila exiler VER 2.41 4.32 0.04 0.20 ind:pas:3s; -exilaient exiler VER 2.41 4.32 0.00 0.07 ind:imp:3p; -exilait exiler VER 2.41 4.32 0.00 0.14 ind:imp:3s; -exilant exiler VER 2.41 4.32 0.00 0.07 par:pre; -exile exiler VER 2.41 4.32 0.43 0.47 imp:pre:2s;ind:pre:1s;ind:pre:3s; -exilent exiler VER 2.41 4.32 0.00 0.07 ind:pre:3p; -exiler exiler VER 2.41 4.32 0.73 0.61 inf; -exiles exiler VER 2.41 4.32 0.14 0.00 ind:pre:2s; -exilez exiler VER 2.41 4.32 0.01 0.00 imp:pre:2p; -exilât exiler VER 2.41 4.32 0.00 0.07 sub:imp:3s; -exils exil NOM m p 6.04 13.99 0.14 0.41 -exilé exilé NOM m s 2.23 4.05 0.88 1.62 -exilée exilé NOM f s 2.23 4.05 0.25 0.34 -exilées exilé ADJ f p 0.50 1.89 0.00 0.14 -exilés exilé NOM m p 2.23 4.05 1.12 2.03 -exista exister VER 136.24 148.18 0.00 0.41 ind:pas:3s; -existai exister VER 136.24 148.18 0.00 0.07 ind:pas:1s; -existaient exister VER 136.24 148.18 1.88 7.16 ind:imp:3p; -existais exister VER 136.24 148.18 2.05 2.36 ind:imp:1s;ind:imp:2s; -existait exister VER 136.24 148.18 9.58 32.57 ind:imp:3s; -existant existant ADJ m s 1.43 2.03 0.19 0.54 -existante existant ADJ f s 1.43 2.03 0.48 0.41 -existantes existant ADJ f p 1.43 2.03 0.23 0.54 -existants existant ADJ m p 1.43 2.03 0.52 0.54 -existe exister VER 136.24 148.18 85.86 57.97 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -existence existence NOM f s 24.98 97.36 24.66 93.85 -existences existence NOM f p 24.98 97.36 0.33 3.51 -existent exister VER 136.24 148.18 10.74 8.24 ind:pre:3p; -existentialisme existentialisme NOM m s 0.07 0.61 0.07 0.61 -existentialiste existentialiste ADJ m s 0.06 0.20 0.05 0.07 -existentialistes existentialiste NOM p 0.03 0.34 0.02 0.27 -existentiel existentiel ADJ m s 0.35 0.88 0.14 0.20 -existentielle existentiel ADJ f s 0.35 0.88 0.13 0.54 -existentielles existentiel ADJ f p 0.35 0.88 0.08 0.14 -exister exister VER 136.24 148.18 8.62 20.20 inf; -existera exister VER 136.24 148.18 1.52 0.41 ind:fut:3s; -existerai exister VER 136.24 148.18 0.05 0.20 ind:fut:1s; -existeraient exister VER 136.24 148.18 0.07 0.20 cnd:pre:3p; -existerais exister VER 136.24 148.18 0.47 0.14 cnd:pre:1s;cnd:pre:2s; -existerait exister VER 136.24 148.18 0.97 0.95 cnd:pre:3s; -existeras exister VER 136.24 148.18 0.20 0.00 ind:fut:2s; -existeriez exister VER 136.24 148.18 0.11 0.00 cnd:pre:2p; -existerions exister VER 136.24 148.18 0.15 0.00 cnd:pre:1p; -existerons exister VER 136.24 148.18 0.03 0.00 ind:fut:1p; -existeront exister VER 136.24 148.18 0.15 0.20 ind:fut:3p; -existes exister VER 136.24 148.18 3.56 1.08 ind:pre:2s;sub:pre:2s; -existez exister VER 136.24 148.18 1.46 0.41 imp:pre:2p;ind:pre:2p; -existiez exister VER 136.24 148.18 0.41 0.14 ind:imp:2p; -existions exister VER 136.24 148.18 0.12 0.27 ind:imp:1p; -existons exister VER 136.24 148.18 0.60 0.41 imp:pre:1p;ind:pre:1p; -existât exister VER 136.24 148.18 0.00 1.55 sub:imp:3s; -existèrent exister VER 136.24 148.18 0.00 0.27 ind:pas:3p; -existé exister VER m s 136.24 148.18 7.42 11.42 par:pas; -existée exister VER f s 136.24 148.18 0.03 0.00 par:pas; -existés exister VER m p 136.24 148.18 0.04 0.00 par:pas; -exit exit VER 0.20 0.27 0.20 0.27 inf; -exo exo NOM m s 0.11 0.27 0.04 0.20 -exobiologie exobiologie NOM f s 0.02 0.00 0.02 0.00 -exocet exocet NOM m s 0.01 0.00 0.01 0.00 -exode exode NOM m s 0.43 4.53 0.42 4.32 -exodes exode NOM m p 0.43 4.53 0.01 0.20 -exogamie exogamie NOM f s 0.00 0.41 0.00 0.41 -exogamique exogamique ADJ m s 0.00 0.27 0.00 0.27 -exogène exogène ADJ f s 0.01 0.00 0.01 0.00 -exonérait exonérer VER 0.08 0.20 0.00 0.07 ind:imp:3s; -exonération exonération NOM f s 0.25 0.00 0.25 0.00 -exonérer exonérer VER 0.08 0.20 0.06 0.07 inf; -exonérera exonérer VER 0.08 0.20 0.01 0.00 ind:fut:3s; -exonérées exonérer VER f p 0.08 0.20 0.01 0.07 par:pas; -exophtalmique exophtalmique ADJ m s 0.00 0.07 0.00 0.07 -exorable exorable ADJ s 0.00 0.14 0.00 0.14 -exorbitaient exorbiter VER 0.00 0.81 0.00 0.20 ind:imp:3p; -exorbitait exorbiter VER 0.00 0.81 0.00 0.07 ind:imp:3s; -exorbitant exorbitant ADJ m s 0.83 2.30 0.53 0.54 -exorbitante exorbitant ADJ f s 0.83 2.30 0.05 1.08 -exorbitantes exorbitant ADJ f p 0.83 2.30 0.05 0.47 -exorbitants exorbitant ADJ m p 0.83 2.30 0.21 0.20 -exorbiter exorbiter VER 0.00 0.81 0.00 0.07 inf; -exorbité exorbité ADJ m s 0.36 2.84 0.00 0.27 -exorbitées exorbité ADJ f p 0.36 2.84 0.00 0.14 -exorbités exorbité ADJ m p 0.36 2.84 0.36 2.43 -exorcisa exorciser VER 2.00 2.70 0.00 0.14 ind:pas:3s; -exorcisait exorciser VER 2.00 2.70 0.01 0.14 ind:imp:3s; -exorcisant exorciser VER 2.00 2.70 0.02 0.00 par:pre; -exorcise exorciser VER 2.00 2.70 0.85 0.14 imp:pre:2s;ind:pre:1s;ind:pre:3s; -exorcisent exorciser VER 2.00 2.70 0.02 0.00 ind:pre:3p; -exorciser exorciser VER 2.00 2.70 0.48 1.35 inf; -exorciserait exorciser VER 2.00 2.70 0.00 0.07 cnd:pre:3s; -exorcisez exorciser VER 2.00 2.70 0.01 0.07 imp:pre:2p;ind:pre:2p; -exorcisions exorciser VER 2.00 2.70 0.01 0.07 ind:imp:1p; -exorcisme exorcisme NOM m s 2.09 1.82 1.86 1.49 -exorcismes exorcisme NOM m p 2.09 1.82 0.23 0.34 -exorciste exorciste NOM s 0.60 0.14 0.57 0.07 -exorcistes exorciste NOM p 0.60 0.14 0.03 0.07 -exorcisé exorciser VER m s 2.00 2.70 0.43 0.54 par:pas; -exorcisée exorciser VER f s 2.00 2.70 0.16 0.07 par:pas; -exorcisées exorciser VER f p 2.00 2.70 0.00 0.07 par:pas; -exorcisés exorciser VER m p 2.00 2.70 0.00 0.07 par:pas; -exorde exorde NOM m s 0.01 0.54 0.01 0.47 -exordes exorde NOM m p 0.01 0.54 0.00 0.07 -exos exo NOM m p 0.11 0.27 0.07 0.07 -exosphère exosphère NOM f s 0.01 0.00 0.01 0.00 -exosquelette exosquelette NOM m s 0.36 0.00 0.36 0.00 -exostose exostose NOM f s 0.03 0.00 0.02 0.00 -exostoses exostose NOM f p 0.03 0.00 0.01 0.00 -exothermique exothermique ADJ f s 0.03 0.00 0.03 0.00 -exotique exotique ADJ s 4.19 8.99 2.86 5.00 -exotiquement exotiquement ADV 0.00 0.07 0.00 0.07 -exotiques exotique ADJ p 4.19 8.99 1.33 3.99 -exotisme exotisme NOM m s 0.23 2.77 0.23 2.77 -expansible expansible ADJ s 0.02 0.00 0.02 0.00 -expansif expansif ADJ m s 0.33 1.35 0.15 0.81 -expansifs expansif ADJ m p 0.33 1.35 0.01 0.07 -expansion expansion NOM f s 1.89 2.50 1.89 2.50 -expansionnisme expansionnisme NOM m s 0.01 0.07 0.01 0.07 -expansionniste expansionniste ADJ f s 0.02 0.00 0.02 0.00 -expansionnistes expansionniste NOM p 0.10 0.07 0.10 0.00 -expansive expansif ADJ f s 0.33 1.35 0.15 0.41 -expansives expansif ADJ f p 0.33 1.35 0.02 0.07 -expansé expansé ADJ m s 0.00 0.07 0.00 0.07 -expatriait expatrier VER 0.39 0.81 0.00 0.07 ind:imp:3s; -expatriation expatriation NOM f s 0.00 0.07 0.00 0.07 -expatrier expatrier VER 0.39 0.81 0.25 0.41 inf; -expatrièrent expatrier VER 0.39 0.81 0.00 0.07 ind:pas:3p; -expatrié expatrié NOM m s 0.35 0.14 0.21 0.00 -expatriée expatrier VER f s 0.39 0.81 0.00 0.07 par:pas; -expatriés expatrié NOM m p 0.35 0.14 0.14 0.14 -expectatif expectatif ADJ m s 0.00 0.07 0.00 0.07 -expectation expectation NOM f s 0.02 0.00 0.02 0.00 -expectative expectative NOM f s 0.09 1.01 0.06 1.01 -expectatives expectative NOM f p 0.09 1.01 0.02 0.00 -expectora expectorer VER 0.02 0.41 0.00 0.07 ind:pas:3s; -expectorant expectorant NOM m s 0.01 0.00 0.01 0.00 -expectoration expectoration NOM f s 0.02 0.27 0.02 0.27 -expectorer expectorer VER 0.02 0.41 0.00 0.14 inf; -expectoré expectorer VER m s 0.02 0.41 0.01 0.14 par:pas; -expectorées expectorer VER f p 0.02 0.41 0.01 0.00 par:pas; -expert_comptable expert_comptable NOM m s 0.23 0.20 0.23 0.20 -expert expert NOM m s 20.14 5.00 12.70 1.96 -experte expert ADJ f s 7.66 6.15 3.45 2.16 -expertement expertement ADV 0.00 0.07 0.00 0.07 -expertes expert ADJ f p 7.66 6.15 0.34 1.15 -expertisaient expertiser VER 0.26 0.47 0.00 0.07 ind:imp:3p; -expertisait expertiser VER 0.26 0.47 0.00 0.07 ind:imp:3s; -expertisant expertiser VER 0.26 0.47 0.00 0.07 par:pre; -expertise expertise NOM f s 2.88 0.68 2.69 0.61 -expertiser expertiser VER 0.26 0.47 0.24 0.27 inf; -expertises expertise NOM f p 2.88 0.68 0.20 0.07 -experts expert NOM m p 20.14 5.00 7.44 3.04 -expiaient expier VER 2.42 2.30 0.00 0.07 ind:imp:3p; -expiait expier VER 2.42 2.30 0.00 0.27 ind:imp:3s; -expiant expier VER 2.42 2.30 0.04 0.00 par:pre; -expiation expiation NOM f s 0.44 0.88 0.44 0.88 -expiatoire expiatoire ADJ s 0.17 0.95 0.16 0.74 -expiatoires expiatoire ADJ p 0.17 0.95 0.01 0.20 -expiatrice expiateur ADJ f s 0.00 0.07 0.00 0.07 -expie expier VER 2.42 2.30 0.29 0.27 imp:pre:2s;ind:pre:1s;ind:pre:3s; -expier expier VER 2.42 2.30 1.73 1.35 inf; -expieras expier VER 2.42 2.30 0.02 0.00 ind:fut:2s; -expira expirer VER 6.06 4.59 0.00 0.61 ind:pas:3s; -expirais expirer VER 6.06 4.59 0.00 0.07 ind:imp:1s; -expirait expirer VER 6.06 4.59 0.04 0.88 ind:imp:3s; -expirant expirer VER 6.06 4.59 0.01 0.14 par:pre; -expirante expirant ADJ f s 0.00 0.41 0.00 0.07 -expirantes expirant ADJ f p 0.00 0.41 0.00 0.07 -expiration expiration NOM f s 1.29 1.28 1.29 1.08 -expirations expiration NOM f p 1.29 1.28 0.00 0.20 -expire expirer VER 6.06 4.59 2.63 0.88 imp:pre:2s;ind:pre:1s;ind:pre:3s; -expirent expirer VER 6.06 4.59 0.20 0.20 ind:pre:3p; -expirer expirer VER 6.06 4.59 0.72 0.95 inf; -expirera expirer VER 6.06 4.59 0.07 0.00 ind:fut:3s; -expirerait expirer VER 6.06 4.59 0.00 0.14 cnd:pre:3s; -expirez expirer VER 6.06 4.59 0.54 0.14 imp:pre:2p;ind:pre:2p; -expirons expirer VER 6.06 4.59 0.00 0.07 ind:pre:1p; -expiré expirer VER m s 6.06 4.59 1.73 0.34 par:pas; -expirée expirer VER f s 6.06 4.59 0.09 0.14 par:pas; -expirés expirer VER m p 6.06 4.59 0.01 0.07 par:pas; -expié expier VER m s 2.42 2.30 0.33 0.20 par:pas; -expiée expier VER f s 2.42 2.30 0.00 0.07 par:pas; -expiés expier VER m p 2.42 2.30 0.00 0.07 par:pas; -explicable explicable ADJ s 0.19 1.42 0.19 1.22 -explicables explicable ADJ m p 0.19 1.42 0.00 0.20 -explicatif explicatif ADJ m s 0.03 1.15 0.01 0.20 -explicatifs explicatif ADJ m p 0.03 1.15 0.00 0.20 -explication explication NOM f s 31.74 46.28 24.60 28.85 -explications explication NOM f p 31.74 46.28 7.14 17.43 -explicative explicatif ADJ f s 0.03 1.15 0.02 0.54 -explicatives explicatif ADJ f p 0.03 1.15 0.00 0.20 -explicitant expliciter VER 0.06 0.68 0.00 0.07 par:pre; -explicite explicite ADJ s 1.78 2.16 1.34 1.82 -explicitement explicitement ADV 0.48 1.55 0.48 1.55 -expliciter expliciter VER 0.06 0.68 0.06 0.54 inf; -explicites explicite ADJ p 1.78 2.16 0.45 0.34 -expliqua expliquer VER 200.93 233.92 0.77 36.42 ind:pas:3s; -expliquai expliquer VER 200.93 233.92 0.26 2.70 ind:pas:1s; -expliquaient expliquer VER 200.93 233.92 0.12 1.08 ind:imp:3p; -expliquais expliquer VER 200.93 233.92 1.25 1.82 ind:imp:1s;ind:imp:2s; -expliquait expliquer VER 200.93 233.92 1.40 21.62 ind:imp:3s; -expliquant expliquer VER 200.93 233.92 0.50 6.28 par:pre; -explique expliquer VER 200.93 233.92 48.02 38.24 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:1s;sub:pre:3s; -expliquent expliquer VER 200.93 233.92 0.78 2.09 ind:pre:3p; -expliquer expliquer VER 200.93 233.92 89.21 76.55 inf;;inf;;inf;; -expliquera expliquer VER 200.93 233.92 3.69 1.89 ind:fut:3s; -expliquerai expliquer VER 200.93 233.92 13.85 5.81 ind:fut:1s; -expliqueraient expliquer VER 200.93 233.92 0.06 0.27 cnd:pre:3p; -expliquerais expliquer VER 200.93 233.92 0.55 0.20 cnd:pre:1s;cnd:pre:2s; -expliquerait expliquer VER 200.93 233.92 3.30 2.03 cnd:pre:3s; -expliqueras expliquer VER 200.93 233.92 1.19 0.74 ind:fut:2s; -expliquerez expliquer VER 200.93 233.92 1.29 0.54 ind:fut:2p; -expliqueriez expliquer VER 200.93 233.92 0.05 0.07 cnd:pre:2p; -expliquerons expliquer VER 200.93 233.92 0.11 0.20 ind:fut:1p; -expliqueront expliquer VER 200.93 233.92 0.25 0.14 ind:fut:3p; -expliques expliquer VER 200.93 233.92 3.97 1.62 ind:pre:2s;sub:pre:2s; -expliquez expliquer VER 200.93 233.92 14.34 3.11 imp:pre:2p;ind:pre:2p; -expliquiez expliquer VER 200.93 233.92 0.61 0.27 ind:imp:2p;sub:pre:2p; -expliquions expliquer VER 200.93 233.92 0.03 0.20 ind:imp:1p; -expliquâmes expliquer VER 200.93 233.92 0.00 0.07 ind:pas:1p; -expliquons expliquer VER 200.93 233.92 0.23 0.20 imp:pre:1p;ind:pre:1p; -expliquât expliquer VER 200.93 233.92 0.00 0.34 sub:imp:3s; -expliquèrent expliquer VER 200.93 233.92 0.00 0.41 ind:pas:3p; -expliqué expliquer VER m s 200.93 233.92 14.18 27.57 par:pas; -expliquée expliquer VER f s 200.93 233.92 0.36 0.34 par:pas; -expliquées expliquer VER f p 200.93 233.92 0.14 0.47 par:pas; -expliqués expliquer VER m p 200.93 233.92 0.35 0.61 par:pas; -exploit exploit NOM m s 8.00 15.61 3.97 5.20 -exploita exploiter VER 9.47 11.15 0.00 0.14 ind:pas:3s; -exploitable exploitable ADJ s 0.19 0.41 0.14 0.34 -exploitables exploitable ADJ p 0.19 0.41 0.05 0.07 -exploitai exploiter VER 9.47 11.15 0.00 0.07 ind:pas:1s; -exploitaient exploiter VER 9.47 11.15 0.05 0.34 ind:imp:3p; -exploitais exploiter VER 9.47 11.15 0.00 0.07 ind:imp:1s; -exploitait exploiter VER 9.47 11.15 0.10 0.54 ind:imp:3s; -exploitant exploiter VER 9.47 11.15 0.27 0.41 par:pre; -exploitante exploitant NOM f s 0.46 0.41 0.14 0.00 -exploitants exploitant NOM m p 0.46 0.41 0.06 0.34 -exploitation exploitation NOM f s 4.25 6.82 3.86 6.62 -exploitations exploitation NOM f p 4.25 6.82 0.40 0.20 -exploite exploiter VER 9.47 11.15 1.23 0.88 imp:pre:2s;ind:pre:1s;ind:pre:3s; -exploitent exploiter VER 9.47 11.15 0.58 0.54 ind:pre:3p; -exploiter exploiter VER 9.47 11.15 4.18 5.07 inf; -exploitera exploiter VER 9.47 11.15 0.05 0.00 ind:fut:3s; -exploiterais exploiter VER 9.47 11.15 0.01 0.07 cnd:pre:1s;cnd:pre:2s; -exploiterait exploiter VER 9.47 11.15 0.04 0.07 cnd:pre:3s; -exploiteront exploiter VER 9.47 11.15 0.03 0.00 ind:fut:3p; -exploites exploiter VER 9.47 11.15 0.19 0.14 ind:pre:2s; -exploiteur exploiteur NOM m s 0.57 1.22 0.29 0.27 -exploiteurs exploiteur NOM m p 0.57 1.22 0.28 0.88 -exploiteuses exploiteur NOM f p 0.57 1.22 0.00 0.07 -exploitez exploiter VER 9.47 11.15 0.27 0.20 imp:pre:2p;ind:pre:2p; -exploitions exploiter VER 9.47 11.15 0.00 0.07 ind:imp:1p; -exploitons exploiter VER 9.47 11.15 0.02 0.00 imp:pre:1p;ind:pre:1p; -exploitât exploiter VER 9.47 11.15 0.00 0.14 sub:imp:3s; -exploits exploit NOM m p 8.00 15.61 4.03 10.41 -exploitèrent exploiter VER 9.47 11.15 0.00 0.07 ind:pas:3p; -exploité exploiter VER m s 9.47 11.15 1.64 0.88 par:pas; -exploitée exploiter VER f s 9.47 11.15 0.35 0.68 par:pas; -exploitées exploité ADJ f p 0.27 0.88 0.15 0.20 -exploités exploiter VER m p 9.47 11.15 0.33 0.27 par:pas; -explora explorer VER 10.00 12.03 0.02 0.54 ind:pas:3s; -explorai explorer VER 10.00 12.03 0.00 0.07 ind:pas:1s; -exploraient explorer VER 10.00 12.03 0.03 0.27 ind:imp:3p; -explorais explorer VER 10.00 12.03 0.17 0.27 ind:imp:1s;ind:imp:2s; -explorait explorer VER 10.00 12.03 0.23 0.74 ind:imp:3s; -explorant explorer VER 10.00 12.03 0.42 0.81 par:pre; -explorateur explorateur NOM m s 1.47 2.64 0.69 1.62 -explorateurs explorateur NOM m p 1.47 2.64 0.72 0.95 -exploration exploration NOM f s 2.06 4.53 1.81 3.31 -explorations exploration NOM f p 2.06 4.53 0.25 1.22 -exploratoire exploratoire ADJ f s 0.10 0.07 0.10 0.00 -exploratoires exploratoire ADJ f p 0.10 0.07 0.00 0.07 -exploratrice explorateur ADJ f s 0.70 0.95 0.25 0.00 -exploratrices explorateur ADJ f p 0.70 0.95 0.00 0.07 -explore explorer VER 10.00 12.03 0.98 0.68 imp:pre:2s;ind:pre:1s;ind:pre:3s; -explorent explorer VER 10.00 12.03 0.12 0.07 ind:pre:3p; -explorer explorer VER 10.00 12.03 5.50 6.76 ind:pre:2p;inf; -explorera explorer VER 10.00 12.03 0.05 0.00 ind:fut:3s; -explorerai explorer VER 10.00 12.03 0.08 0.00 ind:fut:1s; -explorerez explorer VER 10.00 12.03 0.01 0.00 ind:fut:2p; -explorerons explorer VER 10.00 12.03 0.17 0.00 ind:fut:1p; -exploreur exploreur NOM m s 0.01 0.00 0.01 0.00 -explorez explorer VER 10.00 12.03 0.33 0.00 imp:pre:2p;ind:pre:2p; -explorions explorer VER 10.00 12.03 0.06 0.20 ind:imp:1p; -explorons explorer VER 10.00 12.03 0.46 0.00 imp:pre:1p;ind:pre:1p; -explorèrent explorer VER 10.00 12.03 0.02 0.27 ind:pas:3p; -exploré explorer VER m s 10.00 12.03 1.00 0.68 par:pas; -explorée explorer VER f s 10.00 12.03 0.26 0.34 par:pas; -explorées explorer VER f p 10.00 12.03 0.04 0.14 par:pas; -explorés explorer VER m p 10.00 12.03 0.04 0.20 par:pas; -explosa exploser VER 53.79 24.05 0.36 2.97 ind:pas:3s; -explosai exploser VER 53.79 24.05 0.00 0.07 ind:pas:1s; -explosaient exploser VER 53.79 24.05 0.18 1.15 ind:imp:3p; -explosais exploser VER 53.79 24.05 0.04 0.00 ind:imp:1s; -explosait exploser VER 53.79 24.05 0.23 1.69 ind:imp:3s; -explosant exploser VER 53.79 24.05 0.35 0.81 par:pre; -explose exploser VER 53.79 24.05 10.22 3.72 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -explosent exploser VER 53.79 24.05 1.54 1.62 ind:pre:3p; -exploser exploser VER 53.79 24.05 25.11 7.36 imp:pre:2p;inf; -explosera exploser VER 53.79 24.05 1.87 0.14 ind:fut:3s; -exploserai exploser VER 53.79 24.05 0.13 0.00 ind:fut:1s; -exploseraient exploser VER 53.79 24.05 0.12 0.00 cnd:pre:3p; -exploserais exploser VER 53.79 24.05 0.07 0.00 cnd:pre:1s; -exploserait exploser VER 53.79 24.05 0.68 0.20 cnd:pre:3s; -exploseras exploser VER 53.79 24.05 0.05 0.07 ind:fut:2s; -exploserez exploser VER 53.79 24.05 0.23 0.00 ind:fut:2p; -exploseront exploser VER 53.79 24.05 0.18 0.00 ind:fut:3p; -exploses exploser VER 53.79 24.05 0.13 0.00 ind:pre:2s;sub:pre:2s; -exploseur exploseur NOM m s 0.01 0.07 0.01 0.07 -explosez exploser VER 53.79 24.05 0.27 0.00 imp:pre:2p;ind:pre:2p; -explosif explosif NOM m s 10.04 2.70 2.05 0.61 -explosifs explosif NOM m p 10.04 2.70 7.97 1.96 -explosion explosion NOM f s 26.14 25.68 23.11 17.64 -explosions explosion NOM f p 26.14 25.68 3.02 8.04 -explosive explosif ADJ f s 4.07 2.77 1.18 0.95 -explosives explosif ADJ f p 4.07 2.77 0.52 0.14 -explosons exploser VER 53.79 24.05 0.15 0.00 imp:pre:1p;ind:pre:1p; -explosât exploser VER 53.79 24.05 0.00 0.14 sub:imp:3s; -explosèrent exploser VER 53.79 24.05 0.01 0.41 ind:pas:3p; -explosé exploser VER m s 53.79 24.05 11.10 3.31 par:pas; -explosée exploser VER f s 53.79 24.05 0.59 0.20 par:pas; -explosées exploser VER f p 53.79 24.05 0.04 0.14 par:pas; -explosés exploser VER m p 53.79 24.05 0.13 0.00 par:pas; -explétif explétif NOM m s 0.00 0.07 0.00 0.07 -explétive explétif ADJ f s 0.01 0.07 0.01 0.07 -expo expo NOM f s 3.77 0.54 3.26 0.47 -exponentiel exponentiel ADJ m s 0.39 0.20 0.14 0.07 -exponentielle exponentiel ADJ f s 0.39 0.20 0.20 0.07 -exponentiellement exponentiellement ADV 0.17 0.00 0.17 0.00 -exponentielles exponentiel ADJ f p 0.39 0.20 0.04 0.07 -export export NOM m s 0.58 0.20 0.53 0.20 -exporta exporter VER 0.83 0.88 0.00 0.07 ind:pas:3s; -exportaient exporter VER 0.83 0.88 0.14 0.07 ind:imp:3p; -exportant exporter VER 0.83 0.88 0.02 0.00 par:pre; -exportateur exportateur ADJ m s 0.07 0.14 0.05 0.07 -exportateurs exportateur ADJ m p 0.07 0.14 0.01 0.07 -exportation exportation NOM f s 0.88 1.96 0.76 1.49 -exportations exportation NOM f p 0.88 1.96 0.11 0.47 -exporte exporter VER 0.83 0.88 0.15 0.20 imp:pre:2s;ind:pre:1s;ind:pre:3s; -exporter exporter VER 0.83 0.88 0.17 0.34 inf; -exportera exporter VER 0.83 0.88 0.01 0.00 ind:fut:3s; -exporterons exporter VER 0.83 0.88 0.01 0.00 ind:fut:1p; -exportez exporter VER 0.83 0.88 0.01 0.00 ind:pre:2p; -exports export NOM m p 0.58 0.20 0.06 0.00 -exporté exporter VER m s 0.83 0.88 0.02 0.00 par:pas; -exportée exporter VER f s 0.83 0.88 0.01 0.00 par:pas; -exportées exporter VER f p 0.83 0.88 0.02 0.00 par:pas; -exportés exporter VER m p 0.83 0.88 0.27 0.20 par:pas; -expos expo NOM f p 3.77 0.54 0.51 0.07 -exposa exposer VER 22.40 38.18 0.05 2.50 ind:pas:3s; -exposai exposer VER 22.40 38.18 0.00 0.81 ind:pas:1s; -exposaient exposer VER 22.40 38.18 0.01 0.41 ind:imp:3p; -exposais exposer VER 22.40 38.18 0.05 0.61 ind:imp:1s; -exposait exposer VER 22.40 38.18 0.44 3.38 ind:imp:3s; -exposant exposant NOM m s 0.25 0.14 0.25 0.14 -expose exposer VER 22.40 38.18 3.38 3.99 imp:pre:2s;ind:pre:1s;ind:pre:3s; -exposent exposer VER 22.40 38.18 0.31 0.74 ind:pre:3p; -exposer exposer VER 22.40 38.18 6.56 10.41 inf; -exposera exposer VER 22.40 38.18 0.11 0.14 ind:fut:3s; -exposerai exposer VER 22.40 38.18 0.16 0.07 ind:fut:1s; -exposerais exposer VER 22.40 38.18 0.02 0.14 cnd:pre:1s;cnd:pre:2s; -exposerait exposer VER 22.40 38.18 0.04 0.41 cnd:pre:3s; -exposerez exposer VER 22.40 38.18 0.04 0.07 ind:fut:2p; -exposerions exposer VER 22.40 38.18 0.01 0.07 cnd:pre:1p; -exposeront exposer VER 22.40 38.18 0.02 0.00 ind:fut:3p; -exposes exposer VER 22.40 38.18 1.06 0.14 ind:pre:2s; -exposez exposer VER 22.40 38.18 1.17 0.41 imp:pre:2p;ind:pre:2p; -exposiez exposer VER 22.40 38.18 0.17 0.07 ind:imp:2p; -exposition exposition NOM f s 12.36 13.99 11.25 11.42 -expositions exposition NOM f p 12.36 13.99 1.11 2.57 -exposâmes exposer VER 22.40 38.18 0.00 0.14 ind:pas:1p; -exposons exposer VER 22.40 38.18 0.03 0.07 imp:pre:1p;ind:pre:1p; -exposèrent exposer VER 22.40 38.18 0.00 0.07 ind:pas:3p; -exposé exposer VER m s 22.40 38.18 5.00 5.54 par:pas; -exposée exposer VER f s 22.40 38.18 1.42 3.24 par:pas; -exposées exposer VER f p 22.40 38.18 0.42 1.49 par:pas; -exposés exposer VER m p 22.40 38.18 1.71 1.55 par:pas; -express express ADJ 2.77 1.28 2.77 1.28 -expresse exprès ADJ f s 24.06 26.22 0.38 0.95 -expresses exprès ADJ f p 24.06 26.22 0.00 0.47 -expressif expressif ADJ m s 1.12 2.09 0.53 0.88 -expressifs expressif ADJ m p 1.12 2.09 0.26 0.34 -expression expression NOM f s 19.22 76.89 17.70 69.26 -expressionnisme expressionnisme NOM m s 0.07 0.14 0.07 0.14 -expressionniste expressionniste ADJ s 0.71 0.20 0.57 0.14 -expressionnistes expressionniste NOM p 0.19 0.00 0.16 0.00 -expressions expression NOM f p 19.22 76.89 1.51 7.64 -expressive expressif ADJ f s 1.12 2.09 0.33 0.47 -expressivement expressivement ADV 0.00 0.07 0.00 0.07 -expressives expressif ADJ f p 1.12 2.09 0.01 0.41 -expressément expressément ADV 0.34 1.55 0.34 1.55 -exprima exprimer VER 30.02 72.64 0.10 2.57 ind:pas:3s; -exprimable exprimable ADJ s 0.01 0.00 0.01 0.00 -exprimai exprimer VER 30.02 72.64 0.00 0.61 ind:pas:1s; -exprimaient exprimer VER 30.02 72.64 0.08 4.66 ind:imp:3p; -exprimais exprimer VER 30.02 72.64 0.14 0.61 ind:imp:1s;ind:imp:2s; -exprimait exprimer VER 30.02 72.64 0.56 11.76 ind:imp:3s; -exprimant exprimer VER 30.02 72.64 0.23 2.84 par:pre; -exprime exprimer VER 30.02 72.64 4.67 10.34 imp:pre:2s;ind:pre:1s;ind:pre:3s; -expriment exprimer VER 30.02 72.64 0.79 3.38 ind:pre:3p; -exprimer exprimer VER 30.02 72.64 18.13 25.95 inf;; -exprimera exprimer VER 30.02 72.64 0.16 0.07 ind:fut:3s; -exprimerai exprimer VER 30.02 72.64 0.02 0.07 ind:fut:1s; -exprimerais exprimer VER 30.02 72.64 0.06 0.07 cnd:pre:1s;cnd:pre:2s; -exprimerait exprimer VER 30.02 72.64 0.05 0.81 cnd:pre:3s; -exprimeras exprimer VER 30.02 72.64 0.03 0.00 ind:fut:2s; -exprimerez exprimer VER 30.02 72.64 0.03 0.14 ind:fut:2p; -exprimeront exprimer VER 30.02 72.64 0.01 0.07 ind:fut:3p; -exprimes exprimer VER 30.02 72.64 0.39 0.14 ind:pre:2s; -exprimez exprimer VER 30.02 72.64 0.82 0.27 imp:pre:2p;ind:pre:2p; -exprimiez exprimer VER 30.02 72.64 0.03 0.00 ind:imp:2p; -exprimions exprimer VER 30.02 72.64 0.00 0.20 ind:imp:1p; -exprimons exprimer VER 30.02 72.64 0.30 0.00 imp:pre:1p;ind:pre:1p; -exprimât exprimer VER 30.02 72.64 0.00 0.47 sub:imp:3s; -exprimèrent exprimer VER 30.02 72.64 0.00 0.54 ind:pas:3p; -exprimé exprimer VER m s 30.02 72.64 2.41 3.58 par:pas; -exprimée exprimer VER f s 30.02 72.64 0.75 1.96 par:pas; -exprimées exprimer VER f p 30.02 72.64 0.05 0.95 par:pas; -exprimés exprimer VER m p 30.02 72.64 0.22 0.61 par:pas; -expropria exproprier VER 0.21 0.34 0.01 0.00 ind:pas:3s; -expropriation expropriation NOM f s 0.32 0.41 0.28 0.27 -expropriations expropriation NOM f p 0.32 0.41 0.03 0.14 -exproprie exproprier VER 0.21 0.34 0.01 0.07 ind:pre:3s; -exproprier exproprier VER 0.21 0.34 0.04 0.00 inf; -exproprierait exproprier VER 0.21 0.34 0.00 0.07 cnd:pre:3s; -exproprié exproprier VER m s 0.21 0.34 0.11 0.07 par:pas; -expropriée exproprié NOM f s 0.10 0.00 0.10 0.00 -expropriées exproprier VER f p 0.21 0.34 0.00 0.07 par:pas; -expropriés exproprier VER m p 0.21 0.34 0.01 0.00 par:pas; -exprès exprès ADJ m 24.06 26.22 23.68 24.80 -expédia expédier VER 8.69 23.78 0.00 1.49 ind:pas:3s; -expédiai expédier VER 8.69 23.78 0.00 0.47 ind:pas:1s; -expédiaient expédier VER 8.69 23.78 0.00 0.34 ind:imp:3p; -expédiais expédier VER 8.69 23.78 0.05 0.20 ind:imp:1s;ind:imp:2s; -expédiait expédier VER 8.69 23.78 0.06 2.36 ind:imp:3s; -expédiant expédier VER 8.69 23.78 0.05 1.01 par:pre; -expédie expédier VER 8.69 23.78 1.73 3.18 imp:pre:2s;ind:pre:1s;ind:pre:3s; -expédient expédier VER 8.69 23.78 0.26 0.47 ind:pre:3p; -expédientes expédient ADJ f p 0.03 0.34 0.01 0.00 -expédients expédient NOM m p 0.36 2.64 0.20 1.82 -expédier expédier VER 8.69 23.78 2.09 5.41 inf; -expédiera expédier VER 8.69 23.78 0.13 0.27 ind:fut:3s; -expédierai expédier VER 8.69 23.78 0.02 0.14 ind:fut:1s; -expédierait expédier VER 8.69 23.78 0.00 0.20 cnd:pre:3s; -expédieras expédier VER 8.69 23.78 0.00 0.07 ind:fut:2s; -expédieriez expédier VER 8.69 23.78 0.02 0.00 cnd:pre:2p; -expédierons expédier VER 8.69 23.78 0.01 0.07 ind:fut:1p; -expédieront expédier VER 8.69 23.78 0.01 0.14 ind:fut:3p; -expédies expédier VER 8.69 23.78 0.04 0.07 ind:pre:2s;sub:pre:2s; -expédiez expédier VER 8.69 23.78 0.72 0.00 imp:pre:2p;ind:pre:2p; -expédions expédier VER 8.69 23.78 0.28 0.07 imp:pre:1p;ind:pre:1p; -expéditeur expéditeur NOM m s 1.40 1.01 1.35 0.81 -expéditeurs expéditeur NOM m p 1.40 1.01 0.03 0.20 -expéditif expéditif ADJ m s 0.47 2.03 0.05 1.08 -expéditifs expéditif ADJ m p 0.47 2.03 0.03 0.34 -expédition expédition NOM f s 10.74 15.14 9.05 11.76 -expéditionnaire expéditionnaire ADJ s 0.18 2.77 0.16 2.43 -expéditionnaires expéditionnaire ADJ f p 0.18 2.77 0.02 0.34 -expéditions expédition NOM f p 10.74 15.14 1.69 3.38 -expéditive expéditif ADJ f s 0.47 2.03 0.36 0.34 -expéditives expéditif ADJ f p 0.47 2.03 0.02 0.27 -expéditrice expéditeur NOM f s 1.40 1.01 0.02 0.00 -expédié expédier VER m s 8.69 23.78 1.92 4.39 par:pas; -expédiée expédier VER f s 8.69 23.78 0.52 1.49 par:pas; -expédiées expédier VER f p 8.69 23.78 0.34 0.68 par:pas; -expédiés expédier VER m p 8.69 23.78 0.42 1.28 par:pas; -expulsa expulser VER 9.28 8.24 0.00 0.41 ind:pas:3s; -expulsai expulser VER 9.28 8.24 0.00 0.07 ind:pas:1s; -expulsaient expulser VER 9.28 8.24 0.01 0.27 ind:imp:3p; -expulsais expulser VER 9.28 8.24 0.00 0.14 ind:imp:1s; -expulsait expulser VER 9.28 8.24 0.02 0.27 ind:imp:3s; -expulsant expulser VER 9.28 8.24 0.03 0.20 par:pre; -expulse expulser VER 9.28 8.24 0.67 1.08 imp:pre:2s;ind:pre:1s;ind:pre:3s; -expulsent expulser VER 9.28 8.24 0.24 0.07 ind:pre:3p; -expulser expulser VER 9.28 8.24 4.03 2.30 inf;; -expulsera expulser VER 9.28 8.24 0.10 0.07 ind:fut:3s; -expulserai expulser VER 9.28 8.24 0.03 0.00 ind:fut:1s; -expulserait expulser VER 9.28 8.24 0.12 0.07 cnd:pre:3s; -expulseront expulser VER 9.28 8.24 0.01 0.00 ind:fut:3p; -expulsez expulser VER 9.28 8.24 0.15 0.14 imp:pre:2p;ind:pre:2p; -expulsion expulsion NOM f s 2.97 1.76 2.51 1.55 -expulsions expulsion NOM f p 2.97 1.76 0.46 0.20 -expulsive expulsif ADJ f s 0.01 0.00 0.01 0.00 -expulsons expulser VER 9.28 8.24 0.02 0.00 imp:pre:1p;ind:pre:1p; -expulsât expulser VER 9.28 8.24 0.00 0.07 sub:imp:3s; -expulsé expulser VER m s 9.28 8.24 2.37 1.76 par:pas; -expulsée expulser VER f s 9.28 8.24 0.42 0.41 par:pas; -expulsées expulser VER f p 9.28 8.24 0.19 0.14 par:pas; -expulsés expulser VER m p 9.28 8.24 0.88 0.81 par:pas; -expurgeait expurger VER 0.13 0.81 0.00 0.14 ind:imp:3s; -expurger expurger VER 0.13 0.81 0.00 0.14 inf; -expurgera expurger VER 0.13 0.81 0.00 0.07 ind:fut:3s; -expurgé expurger VER m s 0.13 0.81 0.03 0.07 par:pas; -expurgée expurger VER f s 0.13 0.81 0.10 0.27 par:pas; -expurgés expurger VER m p 0.13 0.81 0.00 0.14 par:pas; -expérience expérience NOM f s 72.04 58.72 55.52 48.11 -expériences expérience NOM f p 72.04 58.72 16.52 10.61 -expérimenta expérimenter VER 3.92 2.97 0.03 0.07 ind:pas:3s; -expérimentai expérimenter VER 3.92 2.97 0.01 0.07 ind:pas:1s; -expérimentaient expérimenter VER 3.92 2.97 0.13 0.20 ind:imp:3p; -expérimentais expérimenter VER 3.92 2.97 0.07 0.20 ind:imp:1s; -expérimentait expérimenter VER 3.92 2.97 0.08 0.14 ind:imp:3s; -expérimental expérimental ADJ m s 2.74 1.01 1.90 0.07 -expérimentale expérimental ADJ f s 2.74 1.01 0.48 0.61 -expérimentalement expérimentalement ADV 0.01 0.07 0.01 0.07 -expérimentales expérimental ADJ f p 2.74 1.01 0.10 0.14 -expérimentant expérimenter VER 3.92 2.97 0.03 0.14 par:pre; -expérimentateur expérimentateur NOM m s 0.14 0.07 0.14 0.07 -expérimentation expérimentation NOM f s 1.30 2.91 0.87 2.16 -expérimentations expérimentation NOM f p 1.30 2.91 0.43 0.74 -expérimentaux expérimental ADJ m p 2.74 1.01 0.26 0.20 -expérimente expérimenter VER 3.92 2.97 0.33 0.41 imp:pre:2s;ind:pre:1s;ind:pre:3s; -expérimentent expérimenter VER 3.92 2.97 0.18 0.00 ind:pre:3p; -expérimenter expérimenter VER 3.92 2.97 1.23 0.47 inf; -expérimenteras expérimenter VER 3.92 2.97 0.02 0.00 ind:fut:2s; -expérimentez expérimenter VER 3.92 2.97 0.18 0.00 imp:pre:2p;ind:pre:2p; -expérimentiez expérimenter VER 3.92 2.97 0.04 0.00 ind:imp:2p; -expérimentons expérimenter VER 3.92 2.97 0.02 0.07 imp:pre:1p;ind:pre:1p; -expérimenté expérimenté ADJ m s 2.42 1.62 1.33 0.68 -expérimentée expérimenté ADJ f s 2.42 1.62 0.52 0.34 -expérimentées expérimenté ADJ f p 2.42 1.62 0.14 0.14 -expérimentés expérimenté ADJ m p 2.42 1.62 0.42 0.47 -exquis exquis ADJ m 6.38 17.36 3.20 7.23 -exquise exquis ADJ f s 6.38 17.36 2.51 7.97 -exquises exquis ADJ f p 6.38 17.36 0.66 2.16 -exsangue exsangue ADJ s 0.45 4.19 0.44 2.84 -exsangues exsangue ADJ p 0.45 4.19 0.01 1.35 -exsudaient exsuder VER 0.05 0.41 0.00 0.07 ind:imp:3p; -exsudait exsuder VER 0.05 0.41 0.00 0.07 ind:imp:3s; -exsudant exsuder VER 0.05 0.41 0.00 0.14 par:pre; -exsudat exsudat NOM m s 0.00 0.07 0.00 0.07 -exsudation exsudation NOM f s 0.01 0.00 0.01 0.00 -exsude exsuder VER 0.05 0.41 0.01 0.07 ind:pre:3s; -exsuder exsuder VER 0.05 0.41 0.04 0.00 inf; -exsudé exsuder VER m s 0.05 0.41 0.00 0.07 par:pas; -extase extase NOM f s 3.67 11.55 3.43 10.54 -extases extase NOM f p 3.67 11.55 0.24 1.01 -extasia extasier VER 0.68 7.30 0.00 1.22 ind:pas:3s; -extasiaient extasier VER 0.68 7.30 0.14 0.41 ind:imp:3p; -extasiais extasier VER 0.68 7.30 0.00 0.34 ind:imp:1s;ind:imp:2s; -extasiait extasier VER 0.68 7.30 0.02 1.35 ind:imp:3s; -extasiant extasier VER 0.68 7.30 0.01 0.27 par:pre; -extasiantes extasiant ADJ f p 0.00 0.14 0.00 0.07 -extasie extasier VER 0.68 7.30 0.16 0.68 ind:pre:1s;ind:pre:3s; -extasient extasier VER 0.68 7.30 0.02 0.07 ind:pre:3p; -extasier extasier VER 0.68 7.30 0.26 0.88 inf; -extasieront extasier VER 0.68 7.30 0.00 0.14 ind:fut:3p; -extasiez extasier VER 0.68 7.30 0.02 0.00 ind:pre:2p; -extasions extasier VER 0.68 7.30 0.01 0.20 ind:pre:1p; -extasiât extasier VER 0.68 7.30 0.00 0.07 sub:imp:3s; -extasièrent extasier VER 0.68 7.30 0.00 0.07 ind:pas:3p; -extasié extasier VER m s 0.68 7.30 0.04 0.61 par:pas; -extasiée extasié ADJ f s 0.11 1.89 0.10 0.47 -extasiées extasier VER f p 0.68 7.30 0.00 0.20 par:pas; -extasiés extasié ADJ m p 0.11 1.89 0.00 0.47 -extatique extatique ADJ s 0.22 1.22 0.22 1.01 -extatiquement extatiquement ADV 0.00 0.14 0.00 0.14 -extatiques extatique ADJ p 0.22 1.22 0.00 0.20 -extenseur extenseur NOM m s 0.07 0.14 0.06 0.14 -extenseurs extenseur NOM m p 0.07 0.14 0.01 0.00 -extensible extensible ADJ s 0.10 0.61 0.09 0.47 -extensibles extensible ADJ m p 0.10 0.61 0.01 0.14 -extension extension NOM f s 2.60 2.77 2.43 2.57 -extensions extension NOM f p 2.60 2.77 0.17 0.20 -extensive extensif ADJ f s 0.04 0.00 0.04 0.00 -extermina exterminer VER 6.85 4.05 0.13 0.07 ind:pas:3s; -exterminaient exterminer VER 6.85 4.05 0.03 0.14 ind:imp:3p; -exterminais exterminer VER 6.85 4.05 0.02 0.07 ind:imp:1s; -exterminait exterminer VER 6.85 4.05 0.00 0.14 ind:imp:3s; -exterminant exterminer VER 6.85 4.05 0.12 0.00 par:pre; -exterminateur exterminateur NOM m s 0.72 0.07 0.56 0.07 -exterminateurs exterminateur NOM m p 0.72 0.07 0.17 0.00 -extermination extermination NOM f s 2.09 1.08 2.08 1.01 -exterminations extermination NOM f p 2.09 1.08 0.01 0.07 -exterminatrice exterminateur ADJ f s 0.39 0.88 0.10 0.00 -exterminatrices exterminateur ADJ f p 0.39 0.88 0.00 0.14 -extermine exterminer VER 6.85 4.05 0.53 0.14 imp:pre:2s;ind:pre:1s;ind:pre:3s; -exterminent exterminer VER 6.85 4.05 0.18 0.00 ind:pre:3p; -exterminer exterminer VER 6.85 4.05 3.07 1.89 inf; -exterminera exterminer VER 6.85 4.05 0.23 0.00 ind:fut:3s; -exterminerait exterminer VER 6.85 4.05 0.00 0.07 cnd:pre:3s; -exterminerons exterminer VER 6.85 4.05 0.01 0.00 ind:fut:1p; -extermineront exterminer VER 6.85 4.05 0.04 0.00 ind:fut:3p; -exterminez exterminer VER 6.85 4.05 0.13 0.00 imp:pre:2p;ind:pre:2p; -exterminions exterminer VER 6.85 4.05 0.01 0.00 ind:imp:1p; -exterminons exterminer VER 6.85 4.05 0.04 0.00 imp:pre:1p;ind:pre:1p; -exterminé exterminer VER m s 6.85 4.05 0.85 0.41 par:pas; -exterminée exterminer VER f s 6.85 4.05 0.26 0.20 par:pas; -exterminées exterminer VER f p 6.85 4.05 0.15 0.07 par:pas; -exterminés exterminer VER m p 6.85 4.05 1.05 0.88 par:pas; -externalité externalité NOM f s 0.01 0.00 0.01 0.00 -externat externat NOM m s 0.01 0.07 0.01 0.07 -externe externe ADJ s 3.53 0.88 2.48 0.54 -externes externe ADJ p 3.53 0.88 1.05 0.34 -exterritorialité exterritorialité NOM f s 0.00 0.07 0.00 0.07 -exècre exécrer VER 0.48 3.18 0.41 0.88 imp:pre:2s;ind:pre:1s;ind:pre:3s; -exècrent exécrer VER 0.48 3.18 0.00 0.07 ind:pre:3p; -extincteur extincteur NOM m s 1.93 0.95 1.49 0.88 -extincteurs extincteur NOM m p 1.93 0.95 0.44 0.07 -extinction extinction NOM f s 3.42 3.65 3.42 3.65 -extinctrice extinctrice ADJ f s 0.01 0.00 0.01 0.00 -extirpa extirper VER 1.35 10.07 0.00 1.42 ind:pas:3s; -extirpaient extirper VER 1.35 10.07 0.00 0.20 ind:imp:3p; -extirpais extirper VER 1.35 10.07 0.01 0.07 ind:imp:1s; -extirpait extirper VER 1.35 10.07 0.02 0.47 ind:imp:3s; -extirpant extirper VER 1.35 10.07 0.02 0.34 par:pre; -extirpation extirpation NOM f s 0.01 0.00 0.01 0.00 -extirpe extirper VER 1.35 10.07 0.05 1.76 imp:pre:2s;ind:pre:1s;ind:pre:3s; -extirpent extirper VER 1.35 10.07 0.02 0.34 ind:pre:3p; -extirper extirper VER 1.35 10.07 0.88 3.51 inf; -extirpera extirper VER 1.35 10.07 0.02 0.07 ind:fut:3s; -extirperai extirper VER 1.35 10.07 0.20 0.00 ind:fut:1s; -extirperais extirper VER 1.35 10.07 0.01 0.07 cnd:pre:1s;cnd:pre:2s; -extirperait extirper VER 1.35 10.07 0.00 0.07 cnd:pre:3s; -extirpé extirper VER m s 1.35 10.07 0.09 1.08 par:pas; -extirpée extirper VER f s 1.35 10.07 0.00 0.27 par:pas; -extirpées extirper VER f p 1.35 10.07 0.01 0.07 par:pas; -extirpés extirper VER m p 1.35 10.07 0.01 0.34 par:pas; -extorquai extorquer VER 1.35 2.03 0.00 0.07 ind:pas:1s; -extorquais extorquer VER 1.35 2.03 0.00 0.07 ind:imp:1s; -extorquait extorquer VER 1.35 2.03 0.01 0.20 ind:imp:3s; -extorque extorquer VER 1.35 2.03 0.05 0.00 ind:pre:3s; -extorquent extorquer VER 1.35 2.03 0.02 0.00 ind:pre:3p; -extorquer extorquer VER 1.35 2.03 0.90 0.68 inf; -extorqueur extorqueur NOM m s 0.02 0.00 0.02 0.00 -extorquez extorquer VER 1.35 2.03 0.01 0.00 ind:pre:2p; -extorquèrent extorquer VER 1.35 2.03 0.00 0.07 ind:pas:3p; -extorqué extorquer VER m s 1.35 2.03 0.28 0.61 par:pas; -extorquée extorquer VER f s 1.35 2.03 0.03 0.07 par:pas; -extorquées extorquer VER f p 1.35 2.03 0.03 0.07 par:pas; -extorqués extorquer VER m p 1.35 2.03 0.03 0.20 par:pas; -extorsion extorsion NOM f s 1.79 0.14 1.57 0.14 -extorsions extorsion NOM f p 1.79 0.14 0.23 0.00 -extra_dry extra_dry NOM m 0.00 0.07 0.00 0.07 -extra_fin extra_fin ADJ m s 0.00 0.34 0.00 0.27 -extra_fin extra_fin ADJ m p 0.00 0.34 0.00 0.07 -extra_fort extra_fort ADJ m s 0.11 0.20 0.04 0.07 -extra_fort extra_fort ADJ f s 0.11 0.20 0.08 0.14 -extra_lucide extra_lucide ADJ f s 0.05 0.20 0.04 0.14 -extra_lucide extra_lucide ADJ p 0.05 0.20 0.01 0.07 -extra_muros extra_muros ADJ f p 0.00 0.07 0.00 0.07 -extra_muros extra_muros ADV 0.00 0.07 0.00 0.07 -extra_sensoriel extra_sensoriel ADJ m s 0.06 0.00 0.02 0.00 -extra_sensoriel extra_sensoriel ADJ f s 0.06 0.00 0.04 0.00 -extra_souple extra_souple ADJ f p 0.00 0.07 0.00 0.07 -extra_terrestre extra_terrestre NOM s 3.71 0.34 1.35 0.27 -extra_terrestre extra_terrestre NOM p 3.71 0.34 2.36 0.07 -extra_utérin extra_utérin ADJ m s 0.10 0.00 0.03 0.00 -extra_utérin extra_utérin ADJ f s 0.10 0.00 0.07 0.00 -extra extra ADJ 6.78 1.42 6.78 1.42 -extraconjugal extraconjugal ADJ m s 0.10 0.07 0.03 0.00 -extraconjugale extraconjugal ADJ f s 0.10 0.07 0.02 0.00 -extraconjugales extraconjugal ADJ f p 0.10 0.07 0.04 0.07 -extraconjugaux extraconjugal ADJ m p 0.10 0.07 0.01 0.00 -extracorporelle extracorporel ADJ f s 0.01 0.00 0.01 0.00 -extracteur extracteur NOM m s 0.04 0.00 0.04 0.00 -extracteurs extracteur NOM m p 0.04 0.00 0.01 0.00 -extraction extraction NOM f s 1.82 1.42 1.79 1.35 -extractions extraction NOM f p 1.82 1.42 0.03 0.07 -extractive extractif ADJ f s 0.01 0.00 0.01 0.00 -extradaient extrader VER 0.66 0.20 0.00 0.07 ind:imp:3p; -extrade extrader VER 0.66 0.20 0.04 0.07 imp:pre:2s;ind:pre:3s; -extrader extrader VER 0.66 0.20 0.36 0.07 inf; -extradition extradition NOM f s 0.78 0.14 0.78 0.14 -extradé extrader VER m s 0.66 0.20 0.26 0.00 par:pas; -extradée extradé ADJ f s 0.02 0.07 0.01 0.00 -extraforte extrafort ADJ f s 0.01 0.00 0.01 0.00 -extragalactique extragalactique ADJ f s 0.02 0.00 0.02 0.00 -extraient extraire VER 8.55 13.24 0.19 0.27 ind:pre:3p; -extraira extraire VER 8.55 13.24 0.04 0.00 ind:fut:3s; -extrairai extraire VER 8.55 13.24 0.04 0.00 ind:fut:1s; -extraire extraire VER 8.55 13.24 4.71 5.68 inf; -extrairons extraire VER 8.55 13.24 0.03 0.00 ind:fut:1p; -extrairont extraire VER 8.55 13.24 0.03 0.00 ind:fut:3p; -extrais extraire VER 8.55 13.24 0.17 0.41 imp:pre:2s;ind:pre:1s; -extrait extraire VER m s 8.55 13.24 1.90 3.51 ind:pre:3s;par:pas;par:pas; -extraite extraire VER f s 8.55 13.24 0.80 0.61 par:pas; -extraites extraire VER f p 8.55 13.24 0.11 0.54 par:pas; -extraits extrait NOM m p 3.06 4.19 1.17 2.09 -extralucide extralucide ADJ m s 0.20 0.07 0.19 0.00 -extralucides extralucide ADJ p 0.20 0.07 0.01 0.07 -extraordinaire extraordinaire ADJ s 27.36 42.84 23.71 36.01 -extraordinairement extraordinairement ADV 0.46 8.51 0.46 8.51 -extraordinaires extraordinaire ADJ p 27.36 42.84 3.65 6.82 -extrapolant extrapoler VER 0.37 0.34 0.04 0.00 par:pre; -extrapolation extrapolation NOM f s 0.14 0.27 0.12 0.14 -extrapolations extrapolation NOM f p 0.14 0.27 0.02 0.14 -extrapole extrapoler VER 0.37 0.34 0.07 0.07 imp:pre:2s;ind:pre:1s;ind:pre:3s; -extrapolent extrapoler VER 0.37 0.34 0.00 0.07 ind:pre:3p; -extrapoler extrapoler VER 0.37 0.34 0.14 0.07 inf; -extrapolez extrapoler VER 0.37 0.34 0.05 0.00 imp:pre:2p;ind:pre:2p; -extrapolons extrapoler VER 0.37 0.34 0.00 0.07 imp:pre:1p; -extrapolé extrapoler VER m s 0.37 0.34 0.06 0.00 par:pas; -extrapolée extrapoler VER f s 0.37 0.34 0.01 0.00 par:pas; -extrapolées extrapoler VER f p 0.37 0.34 0.00 0.07 par:pas; -extras extra NOM m p 4.93 1.55 1.04 0.68 -extrascolaire extrascolaire ADJ s 0.23 0.00 0.11 0.00 -extrascolaires extrascolaire ADJ p 0.23 0.00 0.13 0.00 -extrasensoriel extrasensoriel ADJ m s 0.51 0.00 0.02 0.00 -extrasensorielle extrasensoriel ADJ f s 0.51 0.00 0.25 0.00 -extrasensoriels extrasensoriel ADJ m p 0.51 0.00 0.25 0.00 -extrasystole extrasystole NOM f s 0.03 0.00 0.03 0.00 -extraterrestre extraterrestre ADJ s 6.66 0.41 4.46 0.14 -extraterrestres extraterrestre NOM p 9.81 1.01 6.37 0.68 -extraterritoriale extraterritorial ADJ f s 0.02 0.00 0.02 0.00 -extravagance extravagance NOM f s 0.94 3.78 0.31 2.43 -extravagances extravagance NOM f p 0.94 3.78 0.63 1.35 -extravagant extravagant ADJ m s 2.26 6.55 0.91 2.16 -extravagante extravagant ADJ f s 2.26 6.55 0.56 1.62 -extravagantes extravagant ADJ f p 2.26 6.55 0.36 1.15 -extravagants extravagant ADJ m p 2.26 6.55 0.43 1.62 -extravaguait extravaguer VER 0.00 0.27 0.00 0.07 ind:imp:3s; -extravague extravaguer VER 0.00 0.27 0.00 0.07 ind:pre:3s; -extravaguer extravaguer VER 0.00 0.27 0.00 0.07 inf; -extravagué extravaguer VER m s 0.00 0.27 0.00 0.07 par:pas; -extravasation extravasation NOM f s 0.01 0.00 0.01 0.00 -extraverti extraverti ADJ m s 0.11 0.00 0.06 0.00 -extravertie extraverti ADJ f s 0.11 0.00 0.05 0.00 -extravéhiculaire extravéhiculaire ADJ s 0.07 0.00 0.07 0.00 -extrayaient extraire VER 8.55 13.24 0.00 0.34 ind:imp:3p; -extrayait extraire VER 8.55 13.24 0.04 0.95 ind:imp:3s; -extrayant extraire VER 8.55 13.24 0.04 0.41 par:pre; -extrayez extraire VER 8.55 13.24 0.18 0.00 imp:pre:2p;ind:pre:2p; -extrayions extraire VER 8.55 13.24 0.01 0.00 ind:imp:1p; -extroverti extroverti ADJ m s 0.03 0.00 0.01 0.00 -extrovertie extroverti ADJ f s 0.03 0.00 0.01 0.00 -extrême_onction extrême_onction NOM f s 0.42 1.62 0.42 1.55 -extrême_orient extrême_orient NOM m s 0.00 0.07 0.00 0.07 -extrême_oriental extrême_oriental ADJ f s 0.00 0.07 0.00 0.07 -extrême extrême ADJ s 12.08 45.54 9.07 41.62 -extrêmement extrêmement ADV 14.69 16.96 14.69 16.96 -extrême_onction extrême_onction NOM f p 0.42 1.62 0.00 0.07 -extrêmes extrême ADJ p 12.08 45.54 3.01 3.92 -extrémisme extrémisme NOM m s 0.13 0.20 0.13 0.20 -extrémiste extrémiste NOM s 1.03 0.61 0.42 0.27 -extrémistes extrémiste NOM p 1.03 0.61 0.61 0.34 -extrémité extrémité NOM f s 2.95 27.09 2.12 20.27 -extrémités extrémité NOM f p 2.95 27.09 0.83 6.82 -extrusion extrusion NOM f s 0.03 0.00 0.03 0.00 -exténua exténuer VER 0.81 3.18 0.00 0.14 ind:pas:3s; -exténuait exténuer VER 0.81 3.18 0.00 0.20 ind:imp:3s; -exténuant exténuant ADJ m s 0.16 1.49 0.07 0.68 -exténuante exténuant ADJ f s 0.16 1.49 0.04 0.68 -exténuantes exténuant ADJ f p 0.16 1.49 0.03 0.07 -exténuants exténuant ADJ m p 0.16 1.49 0.02 0.07 -exténuation exténuation NOM f s 0.10 0.00 0.10 0.00 -exténue exténuer VER 0.81 3.18 0.00 0.27 ind:pre:3s; -exténuement exténuement NOM m s 0.00 0.27 0.00 0.27 -exténuent exténuer VER 0.81 3.18 0.00 0.07 ind:pre:3p; -exténuer exténuer VER 0.81 3.18 0.01 0.14 inf; -exténuerait exténuer VER 0.81 3.18 0.00 0.07 cnd:pre:3s; -exténué exténuer VER m s 0.81 3.18 0.35 0.74 par:pas; -exténuée exténuer VER f s 0.81 3.18 0.27 0.74 par:pas; -exténuées exténué ADJ f p 0.26 5.07 0.00 0.47 -exténués exténuer VER m p 0.81 3.18 0.19 0.54 par:pas; -extérieur extérieur NOM m s 25.53 24.39 24.97 23.72 -extérieure extérieur ADJ f s 11.01 29.86 3.36 7.84 -extérieurement extérieurement ADV 0.23 0.81 0.23 0.81 -extérieures extérieur ADJ f p 11.01 29.86 1.24 5.34 -extérieurs extérieur ADJ m p 11.01 29.86 1.52 4.46 -extériorisa extérioriser VER 0.61 1.15 0.00 0.14 ind:pas:3s; -extériorisaient extérioriser VER 0.61 1.15 0.00 0.07 ind:imp:3p; -extériorisait extérioriser VER 0.61 1.15 0.00 0.20 ind:imp:3s; -extériorisation extériorisation NOM f s 0.05 0.00 0.05 0.00 -extériorise extérioriser VER 0.61 1.15 0.22 0.20 imp:pre:2s;ind:pre:1s;ind:pre:3s; -extérioriser extérioriser VER 0.61 1.15 0.34 0.41 inf; -extériorisez extérioriser VER 0.61 1.15 0.01 0.00 ind:pre:2p; -extériorisé extérioriser VER m s 0.61 1.15 0.03 0.14 par:pas; -extériorisés extérioriser VER m p 0.61 1.15 0.01 0.00 par:pas; -extériorité extériorité NOM f s 0.00 0.14 0.00 0.14 -exubérance exubérance NOM f s 0.47 3.99 0.47 3.92 -exubérances exubérance NOM f p 0.47 3.99 0.00 0.07 -exubérant exubérant ADJ m s 0.85 2.77 0.32 0.88 -exubérante exubérant ADJ f s 0.85 2.77 0.32 1.22 -exubérantes exubérant ADJ f p 0.85 2.77 0.00 0.54 -exubérants exubérant ADJ m p 0.85 2.77 0.21 0.14 -exécra exécrer VER 0.48 3.18 0.00 0.07 ind:pas:3s; -exécrable exécrable ADJ s 1.13 2.16 1.08 1.89 -exécrables exécrable ADJ p 1.13 2.16 0.06 0.27 -exécrais exécrer VER 0.48 3.18 0.01 0.14 ind:imp:1s; -exécrait exécrer VER 0.48 3.18 0.01 0.68 ind:imp:3s; -exécration exécration NOM f s 0.00 1.28 0.00 1.22 -exécrations exécration NOM f p 0.00 1.28 0.00 0.07 -exécrer exécrer VER 0.48 3.18 0.02 0.27 inf; -exécré exécrer VER m s 0.48 3.18 0.02 0.54 par:pas; -exécrée exécrer VER f s 0.48 3.18 0.02 0.34 par:pas; -exécrées exécrer VER f p 0.48 3.18 0.00 0.07 par:pas; -exécrés exécrer VER m p 0.48 3.18 0.00 0.14 par:pas; -exécuta exécuter VER 25.02 37.77 0.29 2.64 ind:pas:3s; -exécutai exécuter VER 25.02 37.77 0.01 0.54 ind:pas:1s; -exécutaient exécuter VER 25.02 37.77 0.04 1.28 ind:imp:3p; -exécutais exécuter VER 25.02 37.77 0.07 0.41 ind:imp:1s; -exécutait exécuter VER 25.02 37.77 0.14 2.57 ind:imp:3s; -exécutant exécutant NOM m s 0.31 1.15 0.15 0.54 -exécutants exécutant NOM m p 0.31 1.15 0.16 0.61 -exécute exécuter VER 25.02 37.77 3.07 3.04 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -exécutent exécuter VER 25.02 37.77 0.22 1.01 ind:pre:3p; -exécuter exécuter VER 25.02 37.77 7.53 11.22 ind:pre:2p;inf; -exécutera exécuter VER 25.02 37.77 0.31 0.00 ind:fut:3s; -exécuterai exécuter VER 25.02 37.77 0.20 0.07 ind:fut:1s; -exécuteraient exécuter VER 25.02 37.77 0.02 0.00 cnd:pre:3p; -exécuterais exécuter VER 25.02 37.77 0.05 0.07 cnd:pre:1s; -exécuterait exécuter VER 25.02 37.77 0.02 0.27 cnd:pre:3s; -exécuteras exécuter VER 25.02 37.77 0.03 0.00 ind:fut:2s; -exécuterez exécuter VER 25.02 37.77 0.05 0.14 ind:fut:2p; -exécuteriez exécuter VER 25.02 37.77 0.10 0.00 cnd:pre:2p; -exécuterons exécuter VER 25.02 37.77 0.03 0.07 ind:fut:1p; -exécuteront exécuter VER 25.02 37.77 0.07 0.14 ind:fut:3p; -exécutes exécuter VER 25.02 37.77 0.46 0.07 ind:pre:2s; -exécuteur exécuteur NOM m s 1.07 0.88 0.97 0.47 -exécuteurs exécuteur NOM m p 1.07 0.88 0.08 0.41 -exécutez exécuter VER 25.02 37.77 1.53 0.14 imp:pre:2p;ind:pre:2p; -exécutiez exécuter VER 25.02 37.77 0.03 0.00 ind:imp:2p; -exécutif exécutif ADJ m s 2.13 1.62 1.26 1.42 -exécutifs exécutif ADJ m p 2.13 1.62 0.70 0.00 -exécution exécution NOM f s 17.49 23.51 15.60 20.68 -exécutions exécution NOM f p 17.49 23.51 1.89 2.84 -exécutive exécutif ADJ f s 2.13 1.62 0.17 0.20 -exécutoire exécutoire ADJ f s 0.42 0.14 0.42 0.07 -exécutoires exécutoire ADJ p 0.42 0.14 0.00 0.07 -exécutons exécuter VER 25.02 37.77 0.27 0.00 imp:pre:1p;ind:pre:1p; -exécutrice exécuteur NOM f s 1.07 0.88 0.02 0.00 -exécutèrent exécuter VER 25.02 37.77 0.11 0.27 ind:pas:3p; -exécuté exécuter VER m s 25.02 37.77 6.92 6.89 par:pas; -exécutée exécuter VER f s 25.02 37.77 0.96 2.30 par:pas; -exécutées exécuter VER f p 25.02 37.77 0.66 1.01 par:pas; -exécutés exécuter VER m p 25.02 37.77 1.69 2.30 par:pas; -exégèse exégèse NOM f s 0.14 0.61 0.14 0.41 -exégèses exégèse NOM f p 0.14 0.61 0.00 0.20 -exégète exégète NOM s 0.00 0.54 0.00 0.20 -exégètes exégète NOM p 0.00 0.54 0.00 0.34 -exulta exulter VER 0.61 4.26 0.00 0.54 ind:pas:3s; -exultai exulter VER 0.61 4.26 0.00 0.20 ind:pas:1s; -exultaient exulter VER 0.61 4.26 0.00 0.14 ind:imp:3p; -exultais exulter VER 0.61 4.26 0.01 0.27 ind:imp:1s; -exultait exulter VER 0.61 4.26 0.01 1.15 ind:imp:3s; -exultant exulter VER 0.61 4.26 0.01 0.27 par:pre; -exultante exultant ADJ f s 0.01 0.61 0.01 0.20 -exultantes exultant ADJ f p 0.01 0.61 0.00 0.07 -exultants exultant ADJ m p 0.01 0.61 0.00 0.07 -exultation exultation NOM f s 0.05 0.68 0.05 0.68 -exulte exulter VER 0.61 4.26 0.50 1.28 imp:pre:2s;ind:pre:1s;ind:pre:3s; -exultent exulter VER 0.61 4.26 0.01 0.07 ind:pre:3p; -exulter exulter VER 0.61 4.26 0.07 0.14 inf; -exultons exulter VER 0.61 4.26 0.00 0.07 ind:pre:1p; -exultèrent exulter VER 0.61 4.26 0.00 0.14 ind:pas:3p; -exutoire exutoire NOM m s 0.67 0.54 0.67 0.47 -exutoires exutoire NOM m p 0.67 0.54 0.00 0.07 -eye_liner eye_liner NOM m s 0.22 0.27 0.22 0.27 -eyeliner eyeliner NOM m s 0.12 0.00 0.12 0.00 -f f NOM m s 26.65 7.09 26.65 7.09 -fîmes faire VER 8813.53 5328.99 0.29 5.47 ind:pas:1p; -fît faire VER 8813.53 5328.99 0.46 14.19 sub:imp:3s; -fîtes faire VER 8813.53 5328.99 0.38 0.07 ind:pas:2p; -fûmes être AUX 8074.24 6501.82 0.72 4.05 ind:pas:1p; -fût être AUX 8074.24 6501.82 2.16 54.66 sub:imp:3s; -fûtes être AUX 8074.24 6501.82 0.14 0.27 ind:pas:2p; -fûts fût NOM m p 2.58 17.30 1.01 3.24 -führer führer NOM m s 23.86 4.59 23.84 4.59 -führers führer NOM m p 23.86 4.59 0.02 0.00 -fa fa NOM m 5.23 1.08 5.23 1.08 -faînes faîne NOM m p 0.00 0.07 0.00 0.07 -faîtage faîtage NOM m s 0.00 0.47 0.00 0.27 -faîtages faîtage NOM m p 0.00 0.47 0.00 0.20 -faîte faîte NOM m s 56.42 7.03 56.42 7.03 -faîtes_la_moi faîtes_la_moi NOM m p 0.01 0.00 0.01 0.00 -faîtière faîtier ADJ f s 0.02 0.07 0.02 0.00 -faîtières faîtier ADJ f p 0.02 0.07 0.00 0.07 -faïence faïence NOM f s 0.28 9.86 0.28 8.85 -faïencerie faïencerie NOM f s 0.00 0.14 0.00 0.14 -faïences faïence NOM f p 0.28 9.86 0.00 1.01 -faïencier faïencier NOM m s 0.00 0.14 0.00 0.07 -faïenciers faïencier NOM m p 0.00 0.14 0.00 0.07 -fabiens fabien NOM m p 0.00 0.07 0.00 0.07 -fable fable NOM f s 2.59 9.80 1.79 5.81 -fables fable NOM f p 2.59 9.80 0.80 3.99 -fabliau fabliau NOM m s 0.00 0.41 0.00 0.27 -fabliaux fabliau NOM m p 0.00 0.41 0.00 0.14 -fabricant fabricant NOM m s 3.67 3.45 2.55 2.23 -fabricante fabricant NOM f s 3.67 3.45 0.00 0.07 -fabricantes fabricant NOM f p 3.67 3.45 0.00 0.07 -fabricants fabricant NOM m p 3.67 3.45 1.12 1.08 -fabrication fabrication NOM f s 4.07 7.97 4.06 6.55 -fabrications fabrication NOM f p 4.07 7.97 0.01 1.42 -fabriqua fabriquer VER 40.37 47.57 0.05 0.47 ind:pas:3s; -fabriquai fabriquer VER 40.37 47.57 0.00 0.20 ind:pas:1s; -fabriquaient fabriquer VER 40.37 47.57 0.40 1.15 ind:imp:3p; -fabriquais fabriquer VER 40.37 47.57 0.46 0.95 ind:imp:1s;ind:imp:2s; -fabriquait fabriquer VER 40.37 47.57 0.93 4.53 ind:imp:3s; -fabriquant fabriquer VER 40.37 47.57 0.67 0.95 par:pre; -fabrique fabriquer VER 40.37 47.57 7.50 6.49 imp:pre:2s;ind:pre:1s;ind:pre:3s; -fabriquent fabriquer VER 40.37 47.57 3.06 1.35 ind:pre:3p; -fabriquer fabriquer VER 40.37 47.57 6.97 13.51 inf; -fabriquera fabriquer VER 40.37 47.57 0.19 0.07 ind:fut:3s; -fabriquerai fabriquer VER 40.37 47.57 0.06 0.14 ind:fut:1s; -fabriquerais fabriquer VER 40.37 47.57 0.17 0.00 cnd:pre:1s;cnd:pre:2s; -fabriquerait fabriquer VER 40.37 47.57 0.00 0.47 cnd:pre:3s; -fabriquerez fabriquer VER 40.37 47.57 0.04 0.00 ind:fut:2p; -fabriquerons fabriquer VER 40.37 47.57 0.01 0.00 ind:fut:1p; -fabriqueront fabriquer VER 40.37 47.57 0.01 0.00 ind:fut:3p; -fabriques fabriquer VER 40.37 47.57 6.32 0.88 ind:pre:2s; -fabriquez fabriquer VER 40.37 47.57 1.72 0.54 imp:pre:2p;ind:pre:2p; -fabriquiez fabriquer VER 40.37 47.57 0.22 0.07 ind:imp:2p; -fabriquions fabriquer VER 40.37 47.57 0.02 0.34 ind:imp:1p; -fabriquons fabriquer VER 40.37 47.57 0.35 0.20 imp:pre:1p;ind:pre:1p; -fabriquèrent fabriquer VER 40.37 47.57 0.02 0.20 ind:pas:3p; -fabriqué fabriquer VER m s 40.37 47.57 7.51 8.18 par:pas; -fabriquée fabriquer VER f s 40.37 47.57 1.93 2.97 par:pas; -fabriquées fabriquer VER f p 40.37 47.57 0.84 1.49 par:pas; -fabriqués fabriquer VER m p 40.37 47.57 0.93 2.43 par:pas; -fabulateur fabulateur ADJ m s 0.00 0.07 0.00 0.07 -fabulation fabulation NOM f s 0.14 0.41 0.03 0.20 -fabulations fabulation NOM f p 0.14 0.41 0.11 0.20 -fabulatrice fabulateur NOM f s 0.00 0.07 0.00 0.07 -fabule fabuler VER 0.42 0.34 0.31 0.07 ind:pre:1s;ind:pre:3s; -fabuler fabuler VER 0.42 0.34 0.02 0.20 inf; -fabuleuse fabuleux ADJ f s 15.34 17.50 3.48 4.73 -fabuleusement fabuleusement ADV 0.29 0.74 0.29 0.74 -fabuleuses fabuleux ADJ f p 15.34 17.50 0.76 2.91 -fabuleux fabuleux ADJ m 15.34 17.50 11.10 9.86 -fabulez fabuler VER 0.42 0.34 0.06 0.00 ind:pre:2p; -fabuliste fabuliste NOM s 0.00 0.07 0.00 0.07 -fabulé fabuler VER m s 0.42 0.34 0.02 0.07 par:pas; -fac_similé fac_similé NOM m s 0.03 0.34 0.02 0.27 -fac_similé fac_similé NOM m p 0.03 0.34 0.01 0.07 -fac fac NOM f s 29.65 2.36 28.94 2.09 -face_à_face face_à_face NOM m 0.00 0.47 0.00 0.47 -face_à_main face_à_main NOM m s 0.00 0.54 0.00 0.54 -face face NOM f s 125.32 270.88 124.33 262.16 -faces_à_main faces_à_main NOM m p 0.00 0.07 0.00 0.07 -faces face NOM f p 125.32 270.88 0.98 8.72 -facette facette NOM f s 1.21 3.18 0.67 0.07 -facettes facette NOM f p 1.21 3.18 0.55 3.11 -facettés facetter VER m p 0.00 0.07 0.00 0.07 par:pas; -facho facho NOM m s 1.17 0.54 0.48 0.00 -fachos facho NOM m p 1.17 0.54 0.69 0.54 -facial facial ADJ m s 2.29 0.54 0.69 0.20 -faciale facial ADJ f s 2.29 0.54 1.04 0.20 -faciales facial ADJ f p 2.29 0.54 0.21 0.07 -faciaux facial ADJ m p 2.29 0.54 0.34 0.07 -facile facile ADJ s 159.35 98.65 153.57 88.65 -facilement facilement ADV 26.85 37.03 26.85 37.03 -faciles facile ADJ p 159.35 98.65 5.78 10.00 -facilita faciliter VER 8.75 12.57 0.01 0.07 ind:pas:3s; -facilitaient faciliter VER 8.75 12.57 0.01 0.47 ind:imp:3p; -facilitait faciliter VER 8.75 12.57 0.16 1.42 ind:imp:3s; -facilitant faciliter VER 8.75 12.57 0.09 0.14 par:pre; -facilitateur facilitateur NOM m s 0.03 0.00 0.03 0.00 -facilitation facilitation NOM f s 0.03 0.00 0.03 0.00 -facilite faciliter VER 8.75 12.57 1.39 1.55 imp:pre:2s;ind:pre:1s;ind:pre:3s; -facilitent faciliter VER 8.75 12.57 0.08 0.54 ind:pre:3p; -faciliter faciliter VER 8.75 12.57 4.07 5.14 inf; -facilitera faciliter VER 8.75 12.57 0.73 0.07 ind:fut:3s; -faciliterai faciliter VER 8.75 12.57 0.06 0.00 ind:fut:1s; -faciliteraient faciliter VER 8.75 12.57 0.00 0.07 cnd:pre:3p; -faciliterais faciliter VER 8.75 12.57 0.04 0.07 cnd:pre:1s;cnd:pre:2s; -faciliterait faciliter VER 8.75 12.57 0.69 0.74 cnd:pre:3s; -faciliteront faciliter VER 8.75 12.57 0.04 0.14 ind:fut:3p; -facilitez faciliter VER 8.75 12.57 0.33 0.00 imp:pre:2p;ind:pre:2p; -facilitons faciliter VER 8.75 12.57 0.01 0.00 ind:pre:1p; -facilité facilité NOM f s 2.09 15.07 1.47 11.55 -facilitée faciliter VER f s 8.75 12.57 0.06 0.47 par:pas; -facilitées faciliter VER f p 8.75 12.57 0.02 0.20 par:pas; -facilités facilité NOM f p 2.09 15.07 0.62 3.51 -faciès faciès NOM m 0.21 2.09 0.21 2.09 -faconde faconde NOM f s 0.00 1.62 0.00 1.62 -facs fac NOM f p 29.65 2.36 0.71 0.27 -facteur facteur NOM m s 12.26 14.32 9.67 12.36 -facteurs facteur NOM m p 12.26 14.32 2.54 1.96 -factice factice ADJ s 0.79 3.65 0.43 2.77 -factices factice ADJ p 0.79 3.65 0.36 0.88 -factieux factieux NOM m 0.24 0.14 0.24 0.14 -faction faction NOM f s 1.52 4.73 0.69 3.72 -factionnaire factionnaire NOM s 0.04 1.69 0.00 0.95 -factionnaires factionnaire NOM p 0.04 1.69 0.04 0.74 -factions faction NOM f p 1.52 4.73 0.83 1.01 -factor factor NOM m s 0.03 0.00 0.03 0.00 -factorielle factoriel NOM f s 0.01 0.14 0.01 0.07 -factorielles factoriel NOM f p 0.01 0.14 0.00 0.07 -factorisation factorisation NOM f s 0.01 0.00 0.01 0.00 -factoriser factoriser VER 0.04 0.00 0.04 0.00 inf; -factotum factotum NOM m s 0.66 1.15 0.66 0.95 -factotums factotum NOM m p 0.66 1.15 0.00 0.20 -factrice facteur NOM f s 12.26 14.32 0.06 0.00 -factuel factuel ADJ m s 0.15 0.00 0.11 0.00 -factuelles factuel ADJ f p 0.15 0.00 0.03 0.00 -factuels factuel ADJ m p 0.15 0.00 0.01 0.00 -factum factum NOM m s 0.00 0.34 0.00 0.27 -factums factum NOM m p 0.00 0.34 0.00 0.07 -facturation facturation NOM f s 0.26 0.07 0.26 0.07 -facture facture NOM f s 22.61 8.72 12.24 4.66 -facturent facturer VER 1.90 0.14 0.09 0.00 ind:pre:3p; -facturer facturer VER 1.90 0.14 0.56 0.00 inf; -facturera facturer VER 1.90 0.14 0.05 0.00 ind:fut:3s; -facturerait facturer VER 1.90 0.14 0.00 0.07 cnd:pre:3s; -factures facture NOM f p 22.61 8.72 10.37 4.05 -facturette facturette NOM f s 0.01 0.00 0.01 0.00 -facturez facturer VER 1.90 0.14 0.20 0.00 imp:pre:2p;ind:pre:2p; -facturier facturier NOM m s 0.14 0.14 0.14 0.00 -facturière facturier NOM f s 0.14 0.14 0.00 0.14 -facturons facturer VER 1.90 0.14 0.05 0.07 imp:pre:1p;ind:pre:1p; -facturé facturer VER m s 1.90 0.14 0.30 0.00 par:pas; -facturée facturer VER f s 1.90 0.14 0.05 0.00 par:pas; -facturées facturer VER f p 1.90 0.14 0.02 0.00 par:pas; -facturés facturer VER m p 1.90 0.14 0.04 0.00 par:pas; -facultatif facultatif ADJ m s 0.44 0.47 0.14 0.14 -facultatifs facultatif ADJ m p 0.44 0.47 0.09 0.14 -facultative facultatif ADJ f s 0.44 0.47 0.21 0.20 -faculté faculté NOM f s 8.73 17.30 5.93 13.85 -facultés faculté NOM f p 8.73 17.30 2.80 3.45 -facétie facétie NOM f s 0.17 1.96 0.14 0.54 -facéties facétie NOM f p 0.17 1.96 0.02 1.42 -facétieuse facétieux ADJ f s 0.08 1.49 0.01 0.47 -facétieusement facétieusement ADV 0.00 0.34 0.00 0.34 -facétieuses facétieux ADJ f p 0.08 1.49 0.00 0.14 -facétieux facétieux ADJ m s 0.08 1.49 0.07 0.88 -fada fada ADJ m s 1.81 0.47 1.81 0.47 -fadaise fadaise NOM f s 0.62 1.49 0.00 0.07 -fadaises fadaise NOM f p 0.62 1.49 0.62 1.42 -fadas fada NOM p 0.70 0.68 0.28 0.34 -fadasse fadasse ADJ s 0.04 1.08 0.04 0.88 -fadasses fadasse ADJ f p 0.04 1.08 0.00 0.20 -fade fade ADJ s 2.06 14.93 1.51 10.34 -fadement fadement ADV 0.00 0.07 0.00 0.07 -fadent fader VER 0.01 1.76 0.00 0.07 ind:pre:3p; -fader fader VER 0.01 1.76 0.01 0.61 inf; -faderas fader VER 0.01 1.76 0.00 0.07 ind:fut:2s; -fades fade ADJ p 2.06 14.93 0.55 4.59 -fadette fadette NOM f s 0.00 0.47 0.00 0.47 -fadeur fadeur NOM f s 0.32 1.82 0.32 1.49 -fadeurs fadeur NOM f p 0.32 1.82 0.00 0.34 -fading fading NOM m s 0.01 0.07 0.01 0.07 -fado fado NOM m s 3.33 0.00 3.33 0.00 -fadé fader VER m s 0.01 1.76 0.00 0.27 par:pas; -fadée fadé ADJ f s 0.00 0.34 0.00 0.14 -fadés fader VER m p 0.01 1.76 0.00 0.07 par:pas; -faena faena NOM f s 0.00 0.07 0.00 0.07 -faf faf NOM m s 0.07 0.88 0.04 0.00 -fafiot fafiot NOM m s 0.28 0.74 0.00 0.07 -fafiots fafiot NOM m p 0.28 0.74 0.28 0.68 -fafs faf NOM m p 0.07 0.88 0.03 0.88 -fagne fagne NOM f s 0.00 0.34 0.00 0.20 -fagnes fagne NOM f p 0.00 0.34 0.00 0.14 -fagot fagot NOM m s 0.19 10.68 0.03 2.64 -fagotage fagotage NOM m s 0.00 0.07 0.00 0.07 -fagotait fagoter VER 0.05 1.15 0.00 0.07 ind:imp:3s; -fagotant fagoter VER 0.05 1.15 0.00 0.07 par:pre; -fagote fagoter VER 0.05 1.15 0.00 0.07 ind:pre:1s; -fagoter fagoter VER 0.05 1.15 0.00 0.27 inf; -fagotiers fagotier NOM m p 0.00 0.07 0.00 0.07 -fagotin fagotin NOM m s 0.00 0.27 0.00 0.14 -fagotins fagotin NOM m p 0.00 0.27 0.00 0.14 -fagots fagot NOM m p 0.19 10.68 0.16 8.04 -fagoté fagoté ADJ m s 0.30 0.74 0.13 0.34 -fagotée fagoté ADJ f s 0.30 0.74 0.09 0.27 -fagotées fagoté ADJ f p 0.30 0.74 0.02 0.14 -fagotés fagoté ADJ m p 0.30 0.74 0.06 0.00 -fahrenheit fahrenheit ADJ m p 0.15 0.07 0.15 0.07 -faiblît faiblir VER 2.62 7.03 0.00 0.14 sub:imp:3s; -faiblard faiblard ADJ m s 0.23 1.76 0.19 1.15 -faiblarde faiblard ADJ f s 0.23 1.76 0.03 0.27 -faiblards faiblard ADJ m p 0.23 1.76 0.01 0.34 -faible faible ADJ s 38.78 53.65 31.03 40.95 -faiblement faiblement ADV 0.65 16.89 0.65 16.89 -faibles faible ADJ p 38.78 53.65 7.75 12.70 -faiblesse faiblesse NOM f s 14.71 31.62 11.32 25.34 -faiblesses faiblesse NOM f p 14.71 31.62 3.38 6.28 -faibli faiblir VER m s 2.62 7.03 0.15 0.74 par:pas; -faiblir faiblir VER 2.62 7.03 0.73 2.77 inf; -faiblira faiblir VER 2.62 7.03 0.08 0.07 ind:fut:3s; -faiblirent faiblir VER 2.62 7.03 0.00 0.14 ind:pas:3p; -faiblis faiblir VER 2.62 7.03 0.16 0.07 imp:pre:2s;ind:pre:1s;ind:pre:2s; -faiblissaient faiblir VER 2.62 7.03 0.00 0.27 ind:imp:3p; -faiblissais faiblir VER 2.62 7.03 0.00 0.14 ind:imp:1s; -faiblissait faiblir VER 2.62 7.03 0.04 1.15 ind:imp:3s; -faiblissant faiblir VER 2.62 7.03 0.00 0.20 par:pre; -faiblissante faiblissant ADJ f s 0.16 0.07 0.02 0.00 -faiblissantes faiblissant ADJ f p 0.16 0.07 0.14 0.07 -faiblisse faiblir VER 2.62 7.03 0.11 0.14 sub:pre:3s; -faiblissent faiblir VER 2.62 7.03 0.11 0.27 ind:pre:3p; -faiblissez faiblir VER 2.62 7.03 0.01 0.00 ind:pre:2p; -faiblissions faiblir VER 2.62 7.03 0.14 0.07 ind:imp:1p; -faiblit faiblir VER 2.62 7.03 1.10 0.88 ind:pre:3s;ind:pas:3s; -faignant faignant NOM m s 0.16 0.20 0.01 0.07 -faignante faignanter VER 0.10 0.00 0.10 0.00 sub:pre:3s; -faignants faignant NOM m p 0.16 0.20 0.14 0.14 -faillîmes faillir VER 44.19 43.65 0.01 0.07 ind:pas:1p; -faillait failler VER 1.84 1.96 0.01 0.00 ind:imp:3s; -faille faille NOM f s 4.71 9.59 3.85 7.43 -failles faille NOM f p 4.71 9.59 0.86 2.16 -failli faillir VER m s 44.19 43.65 42.70 22.43 par:pas; -faillibilité faillibilité NOM f s 0.01 0.07 0.01 0.00 -faillibilités faillibilité NOM f p 0.01 0.07 0.00 0.07 -faillible faillible ADJ s 0.09 0.34 0.06 0.27 -faillibles faillible ADJ m p 0.09 0.34 0.04 0.07 -faillie faillie ADJ m p 0.10 0.07 0.10 0.00 -faillies faillie ADJ m p 0.10 0.07 0.00 0.07 -faillir faillir VER 44.19 43.65 0.39 0.95 inf; -faillirai faillir VER 44.19 43.65 0.03 0.07 ind:fut:1s; -faillirent faillir VER 44.19 43.65 0.14 0.81 ind:pas:3p; -faillis faillir VER 44.19 43.65 0.27 3.11 ind:pas:1s;ind:pas:2s; -faillit faillir VER 44.19 43.65 0.66 16.22 ind:pas:3s; -faillite faillite NOM f s 6.94 7.77 6.74 7.16 -faillites faillite NOM f p 6.94 7.77 0.20 0.61 -faim faim NOM f s 128.04 75.95 127.49 74.93 -faims faim NOM f p 128.04 75.95 0.55 1.01 -faine faine NOM f s 1.77 0.07 1.77 0.07 -fainéant fainéant NOM m s 3.87 1.69 1.59 0.81 -fainéantais fainéanter VER 0.07 0.34 0.00 0.07 ind:imp:1s; -fainéantant fainéanter VER 0.07 0.34 0.00 0.07 par:pre; -fainéante fainéant NOM f s 3.87 1.69 0.37 0.14 -fainéanter fainéanter VER 0.07 0.34 0.04 0.14 inf; -fainéantes fainéant ADJ f p 1.66 1.89 0.12 0.00 -fainéantise fainéantise NOM f s 0.04 0.34 0.04 0.34 -fainéants fainéant NOM m p 3.87 1.69 1.81 0.74 -fair_play fair_play NOM m 0.60 0.14 0.60 0.14 -faire_part faire_part NOM m 0.65 3.04 0.65 3.04 -faire_valoir faire_valoir NOM m 0.20 0.68 0.20 0.68 -faire faire VER 8813.53 5328.99 2735.96 1555.14 inf;;inf;;inf;;inf;; -fais faire VER 8813.53 5328.99 1390.92 224.26 imp:pre:2s;ind:pre:1s;ind:pre:2s; -faisabilité faisabilité NOM f s 0.19 0.00 0.19 0.00 -faisable faisable ADJ s 3.63 0.95 3.63 0.95 -faisaient faire VER 8813.53 5328.99 20.25 123.38 ind:imp:3p; -faisais faire VER 8813.53 5328.99 75.81 60.54 ind:imp:1s;ind:imp:2s; -faisait faire VER 8813.53 5328.99 134.90 524.73 ind:imp:3s; -faisan faisan NOM m s 1.13 4.12 0.98 1.69 -faisander faisander VER 0.06 0.41 0.04 0.07 inf; -faisanderie faisanderie NOM f s 0.00 0.27 0.00 0.27 -faisandé faisandé ADJ m s 0.12 1.15 0.02 0.47 -faisandée faisandé ADJ f s 0.12 1.15 0.10 0.41 -faisandées faisandé ADJ f p 0.12 1.15 0.00 0.07 -faisandés faisandé ADJ m p 0.12 1.15 0.00 0.20 -faisane faisan NOM f s 1.13 4.12 0.00 0.34 -faisans faisan NOM m p 1.13 4.12 0.14 2.09 -faisant faire VER 8813.53 5328.99 30.88 118.11 par:pre; -faisceau faisceau NOM m s 1.71 10.00 1.27 6.82 -faisceaux faisceau NOM m p 1.71 10.00 0.44 3.18 -faiseur faiseur NOM m s 1.86 3.24 0.88 1.42 -faiseurs faiseur NOM m p 1.86 3.24 0.60 0.74 -faiseuse faiseur NOM f s 1.86 3.24 0.38 0.54 -faiseuses faiseuse NOM f p 0.04 0.00 0.04 0.00 -faisiez faire VER 8813.53 5328.99 15.98 3.31 ind:imp:2p; -faisions faire VER 8813.53 5328.99 5.01 12.16 ind:imp:1p; -faisons faire VER 8813.53 5328.99 64.49 15.88 imp:pre:1p;ind:pre:1p; -fait_divers fait_divers NOM m 0.00 0.20 0.00 0.20 -fait_tout fait_tout NOM m 0.01 0.74 0.01 0.74 -fait faire VER m s 8813.53 5328.99 2751.99 1459.26 ind:pre:3s;par:pas;par:pas; -faite faire VER f s 8813.53 5328.99 0.14 59.39 par:pas; -faites faire VER f p 8813.53 5328.99 541.80 93.31 imp:pre:2p;ind:pre:2p;par:pas;;imp:pre:2p;ind:pre:2p;par:pas; -faitout faitout NOM m s 0.20 0.14 0.20 0.07 -faitouts faitout NOM m p 0.20 0.14 0.00 0.07 -faits_divers faits_divers NOM m p 0.00 0.07 0.00 0.07 -faits fait NOM m p 412.07 355.54 27.36 30.27 -faix faix NOM m 0.10 0.68 0.10 0.68 -fakir fakir NOM m s 0.72 1.22 0.45 0.88 -fakirs fakir NOM m p 0.72 1.22 0.28 0.34 -falaise falaise NOM f s 5.85 20.68 4.45 15.47 -falaises falaise NOM f p 5.85 20.68 1.41 5.20 -falbala falbala NOM m s 0.16 1.55 0.14 0.41 -falbalas falbala NOM m p 0.16 1.55 0.02 1.15 -falciforme falciforme ADJ s 0.01 0.07 0.01 0.07 -falerne falerne NOM m s 0.00 0.07 0.00 0.07 -fallût falloir VER 1653.77 1250.41 0.01 0.27 sub:imp:3s; -fallacieuse fallacieux ADJ f s 0.23 2.30 0.13 0.54 -fallacieusement fallacieusement ADV 0.01 0.20 0.01 0.20 -fallacieuses fallacieux ADJ f p 0.23 2.30 0.00 0.41 -fallacieux fallacieux ADJ m 0.23 2.30 0.10 1.35 -fallait falloir VER 1653.77 1250.41 110.88 310.61 ind:imp:3s; -falloir falloir VER 1653.77 1250.41 39.78 17.77 inf; -fallu falloir VER m s 1653.77 1250.41 23.82 68.04 par:pas; -fallut falloir VER 1653.77 1250.41 1.35 26.89 ind:pas:3s; -falot falot NOM m s 0.11 0.88 0.11 0.68 -falote falot ADJ f s 0.04 1.76 0.01 0.54 -falotes falot ADJ f p 0.04 1.76 0.00 0.14 -falots falot ADJ m p 0.04 1.76 0.01 0.20 -falsifiaient falsifier VER 2.50 1.35 0.01 0.00 ind:imp:3p; -falsifiais falsifier VER 2.50 1.35 0.00 0.07 ind:imp:1s; -falsifiait falsifier VER 2.50 1.35 0.15 0.07 ind:imp:3s; -falsifiant falsifier VER 2.50 1.35 0.01 0.07 par:pre; -falsification falsification NOM f s 0.37 0.27 0.37 0.27 -falsifient falsifier VER 2.50 1.35 0.02 0.00 ind:pre:3p; -falsifier falsifier VER 2.50 1.35 0.68 0.20 inf; -falsifiez falsifier VER 2.50 1.35 0.02 0.00 imp:pre:2p;ind:pre:2p; -falsifié falsifier VER m s 2.50 1.35 0.86 0.27 par:pas; -falsifiée falsifier VER f s 2.50 1.35 0.41 0.27 par:pas; -falsifiées falsifier VER f p 2.50 1.35 0.10 0.20 par:pas; -falsifiés falsifier VER m p 2.50 1.35 0.25 0.20 par:pas; -faluche faluche NOM f s 0.00 0.14 0.00 0.14 -falzar falzar NOM m s 0.36 1.01 0.29 0.88 -falzars falzar NOM m p 0.36 1.01 0.07 0.14 -fameuse fameux ADJ f s 18.67 53.11 4.74 16.28 -fameusement fameusement ADV 0.02 0.07 0.02 0.07 -fameuses fameux ADJ f p 18.67 53.11 1.17 3.51 -fameux fameux ADJ m 18.67 53.11 12.77 33.31 -familial familial ADJ m s 15.66 32.84 5.00 12.36 -familiale familial ADJ f s 15.66 32.84 7.22 12.97 -familiales familial ADJ f p 15.66 32.84 1.97 4.80 -familialiste familialiste NOM s 0.00 0.07 0.00 0.07 -familiarisa familiariser VER 0.89 2.36 0.00 0.20 ind:pas:3s; -familiarisaient familiariser VER 0.89 2.36 0.00 0.07 ind:imp:3p; -familiarisais familiariser VER 0.89 2.36 0.00 0.07 ind:imp:1s; -familiarisait familiariser VER 0.89 2.36 0.03 0.14 ind:imp:3s; -familiarisant familiariser VER 0.89 2.36 0.00 0.14 par:pre; -familiarise familiariser VER 0.89 2.36 0.10 0.07 imp:pre:2s;ind:pre:1s;ind:pre:3s; -familiarisent familiariser VER 0.89 2.36 0.00 0.07 ind:pre:3p; -familiariser familiariser VER 0.89 2.36 0.51 0.68 inf; -familiariserez familiariser VER 0.89 2.36 0.02 0.00 ind:fut:2p; -familiarisez familiariser VER 0.89 2.36 0.03 0.00 imp:pre:2p;ind:pre:2p; -familiarisé familiariser VER m s 0.89 2.36 0.17 0.61 par:pas; -familiarisée familiariser VER f s 0.89 2.36 0.02 0.27 par:pas; -familiarisés familiariser VER m p 0.89 2.36 0.01 0.07 par:pas; -familiarité familiarité NOM f s 1.43 7.30 0.97 7.09 -familiarités familiarité NOM f p 1.43 7.30 0.46 0.20 -familiaux familial ADJ m p 15.66 32.84 1.47 2.70 -familier familier ADJ m s 11.30 47.91 7.77 18.31 -familiers familier ADJ m p 11.30 47.91 1.54 11.55 -familistère familistère NOM m s 0.00 0.07 0.00 0.07 -familière familier ADJ f s 11.30 47.91 1.63 13.11 -familièrement familièrement ADV 0.15 2.09 0.15 2.09 -familières familier ADJ f p 11.30 47.91 0.37 4.93 -famille famille NOM f s 384.92 274.39 357.75 241.69 -familles famille NOM f p 384.92 274.39 27.16 32.70 -famine famine NOM f s 4.88 6.76 4.40 5.61 -famines famine NOM f p 4.88 6.76 0.48 1.15 -famé famé ADJ m s 0.52 1.49 0.38 0.68 -famée famé ADJ f s 0.52 1.49 0.04 0.14 -famées famé ADJ f p 0.52 1.49 0.02 0.34 -famélique famélique ADJ s 0.32 2.57 0.17 1.15 -faméliques famélique ADJ p 0.32 2.57 0.15 1.42 -famulus famulus NOM m 0.00 0.14 0.00 0.14 -famés famé ADJ m p 0.52 1.49 0.08 0.34 -fan_club fan_club NOM m s 0.28 0.14 0.28 0.14 -fan fan NOM s 21.43 2.91 13.27 1.49 -fana fana NOM s 0.61 0.27 0.43 0.07 -fanaient faner VER 3.73 5.54 0.02 0.47 ind:imp:3p; -fanait faner VER 3.73 5.54 0.00 0.27 ind:imp:3s; -fanal fanal NOM m s 0.34 3.24 0.34 2.36 -fanant faner VER 3.73 5.54 0.01 0.00 par:pre; -fanas fana NOM p 0.61 0.27 0.18 0.20 -fanatique fanatique NOM s 3.56 3.92 1.22 1.69 -fanatiquement fanatiquement ADV 0.02 0.34 0.02 0.34 -fanatiques fanatique NOM p 3.56 3.92 2.34 2.23 -fanatisait fanatiser VER 0.02 0.81 0.00 0.07 ind:imp:3s; -fanatise fanatiser VER 0.02 0.81 0.00 0.07 ind:pre:3s; -fanatiser fanatiser VER 0.02 0.81 0.00 0.07 inf; -fanatisme fanatisme NOM m s 0.54 2.84 0.54 2.70 -fanatismes fanatisme NOM m p 0.54 2.84 0.00 0.14 -fanatisé fanatiser VER m s 0.02 0.81 0.00 0.20 par:pas; -fanatisés fanatiser VER m p 0.02 0.81 0.02 0.41 par:pas; -fanaux fanal NOM m p 0.34 3.24 0.00 0.88 -fanchon fanchon NOM f s 0.00 0.07 0.00 0.07 -fandango fandango NOM m s 0.38 0.00 0.38 0.00 -fane faner VER 3.73 5.54 0.41 0.68 imp:pre:2s;ind:pre:1s;ind:pre:3s; -fanent faner VER 3.73 5.54 0.95 0.47 ind:pre:3p; -faner faner VER 3.73 5.54 0.89 1.01 inf; -fanera faner VER 3.73 5.54 0.28 0.07 ind:fut:3s; -faneraient faner VER 3.73 5.54 0.01 0.07 cnd:pre:3p; -fanerait faner VER 3.73 5.54 0.00 0.07 cnd:pre:3s; -faneras faner VER 3.73 5.54 0.10 0.07 ind:fut:2s; -fanerions faner VER 3.73 5.54 0.10 0.00 cnd:pre:1p; -faneront faner VER 3.73 5.54 0.05 0.00 ind:fut:3p; -fanes faner VER 3.73 5.54 0.01 0.00 ind:pre:2s; -faneuse faneur NOM f s 0.00 0.27 0.00 0.20 -faneuses faneur NOM f p 0.00 0.27 0.00 0.07 -fanez faner VER 3.73 5.54 0.02 0.00 imp:pre:2p;ind:pre:2p; -fanfan fanfan NOM m s 1.22 0.00 1.22 0.00 -fanfare fanfare NOM f s 4.07 5.27 3.80 3.72 -fanfares fanfare NOM f p 4.07 5.27 0.27 1.55 -fanfaron fanfaron NOM m s 0.90 0.47 0.68 0.20 -fanfaronna fanfaronner VER 0.42 0.74 0.00 0.14 ind:pas:3s; -fanfaronnade fanfaronnade NOM f s 0.40 0.74 0.18 0.54 -fanfaronnades fanfaronnade NOM f p 0.40 0.74 0.22 0.20 -fanfaronnaient fanfaronner VER 0.42 0.74 0.00 0.14 ind:imp:3p; -fanfaronnait fanfaronner VER 0.42 0.74 0.00 0.14 ind:imp:3s; -fanfaronnant fanfaronner VER 0.42 0.74 0.02 0.07 par:pre; -fanfaronne fanfaronner VER 0.42 0.74 0.34 0.14 imp:pre:2s;ind:pre:3s; -fanfaronner fanfaronner VER 0.42 0.74 0.05 0.07 inf; -fanfaronnes fanfaronner VER 0.42 0.74 0.01 0.00 ind:pre:2s; -fanfaronné fanfaronner VER m s 0.42 0.74 0.00 0.07 par:pas; -fanfarons fanfaron NOM m p 0.90 0.47 0.22 0.20 -fanfreluche fanfreluche NOM f s 0.16 1.42 0.02 0.00 -fanfreluches fanfreluche NOM f p 0.16 1.42 0.14 1.42 -fang fang ADJ f s 0.03 0.07 0.03 0.07 -fange fange NOM f s 0.74 1.96 0.74 1.89 -fanges fange NOM f p 0.74 1.96 0.00 0.07 -fangeuse fangeux ADJ f s 0.18 2.09 0.14 0.54 -fangeuses fangeux ADJ f p 0.18 2.09 0.01 0.14 -fangeux fangeux ADJ m 0.18 2.09 0.02 1.42 -fanion fanion NOM m s 0.25 3.51 0.16 2.64 -fanions fanion NOM m p 0.25 3.51 0.09 0.88 -fanny fanny ADJ f s 1.06 0.14 1.06 0.14 -fanon fanon NOM m s 0.04 0.61 0.03 0.07 -fanons fanon NOM m p 0.04 0.61 0.01 0.54 -fans fan NOM p 21.43 2.91 8.17 1.42 -fantôme fantôme NOM m s 48.23 35.88 29.71 20.74 -fantômes fantôme NOM m p 48.23 35.88 18.52 15.14 -fantaisie fantaisie NOM f s 6.98 16.89 5.57 14.26 -fantaisies fantaisie NOM f p 6.98 16.89 1.41 2.64 -fantaisiste fantaisiste ADJ s 0.80 1.76 0.59 0.68 -fantaisistes fantaisiste ADJ p 0.80 1.76 0.20 1.08 -fantasia fantasia NOM f s 0.33 0.54 0.33 0.54 -fantasmagorie fantasmagorie NOM f s 0.17 0.88 0.17 0.81 -fantasmagories fantasmagorie NOM f p 0.17 0.88 0.00 0.07 -fantasmagorique fantasmagorique ADJ m s 0.00 0.14 0.00 0.14 -fantasmaient fantasmer VER 2.04 1.08 0.01 0.07 ind:imp:3p; -fantasmais fantasmer VER 2.04 1.08 0.04 0.07 ind:imp:1s;ind:imp:2s; -fantasmait fantasmer VER 2.04 1.08 0.03 0.20 ind:imp:3s; -fantasmatique fantasmatique ADJ f s 0.03 0.14 0.03 0.14 -fantasmatiquement fantasmatiquement ADV 0.00 0.14 0.00 0.14 -fantasme fantasme NOM m s 9.18 6.35 4.64 1.49 -fantasment fantasmer VER 2.04 1.08 0.04 0.00 ind:pre:3p; -fantasmer fantasmer VER 2.04 1.08 0.86 0.34 inf; -fantasmes fantasme NOM m p 9.18 6.35 4.54 4.86 -fantasmez fantasmer VER 2.04 1.08 0.21 0.00 imp:pre:2p;ind:pre:2p; -fantasmé fantasmer VER m s 2.04 1.08 0.33 0.07 par:pas; -fantasmés fantasmer VER m p 2.04 1.08 0.01 0.00 par:pas; -fantasque fantasque ADJ s 0.88 3.72 0.52 3.04 -fantasquement fantasquement ADV 0.00 0.07 0.00 0.07 -fantasques fantasque ADJ p 0.88 3.72 0.36 0.68 -fantassin fantassin NOM m s 0.78 6.62 0.29 1.96 -fantassins fantassin NOM m p 0.78 6.62 0.48 4.66 -fantastique fantastique ADJ s 26.90 10.34 24.20 7.09 -fantastiquement fantastiquement ADV 0.07 0.34 0.07 0.34 -fantastiques fantastique ADJ p 26.90 10.34 2.69 3.24 -fanti fanti NOM m s 0.00 0.07 0.00 0.07 -fantoche fantoche NOM m s 0.48 1.28 0.21 0.47 -fantoches fantoche NOM m p 0.48 1.28 0.27 0.81 -fantomale fantomal ADJ f s 0.00 0.14 0.00 0.07 -fantomales fantomal ADJ f p 0.00 0.14 0.00 0.07 -fantomatique fantomatique ADJ s 0.20 3.65 0.19 2.77 -fantomatiquement fantomatiquement ADV 0.00 0.07 0.00 0.07 -fantomatiques fantomatique ADJ p 0.20 3.65 0.01 0.88 -fané fané ADJ m s 0.79 7.57 0.04 2.30 -fanée fané ADJ f s 0.79 7.57 0.40 1.69 -fanées faner VER f p 3.73 5.54 0.53 0.88 par:pas; -fanés fané ADJ m p 0.79 7.57 0.14 0.88 -fanzine fanzine NOM m s 0.49 0.07 0.17 0.00 -fanzines fanzine NOM m p 0.49 0.07 0.32 0.07 -faon faon NOM m s 0.53 1.08 0.25 0.54 -faons faon NOM m p 0.53 1.08 0.29 0.54 -faquin faquin NOM m s 0.45 0.34 0.45 0.20 -faquins faquin NOM m p 0.45 0.34 0.00 0.14 -far_west far_west NOM m s 0.01 0.07 0.01 0.07 -far far NOM m s 0.65 0.07 0.65 0.07 -farad farad NOM m s 0.75 0.07 0.75 0.00 -farads farad NOM m p 0.75 0.07 0.00 0.07 -faramineuse faramineux ADJ f s 0.23 0.68 0.01 0.14 -faramineuses faramineux ADJ f p 0.23 0.68 0.01 0.14 -faramineux faramineux ADJ m 0.23 0.68 0.20 0.41 -farandolaient farandoler VER 0.00 0.07 0.00 0.07 ind:imp:3p; -farandole farandole NOM f s 0.32 1.42 0.32 0.95 -farandoles farandole NOM f p 0.32 1.42 0.00 0.47 -faraud faraud ADJ m s 0.03 1.69 0.02 1.08 -faraude faraud NOM f s 0.01 0.61 0.01 0.00 -farauder farauder VER 0.00 0.07 0.00 0.07 inf; -faraudes faraud NOM f p 0.01 0.61 0.00 0.07 -farauds faraud ADJ m p 0.03 1.69 0.01 0.41 -farce farce NOM f s 9.35 12.50 7.45 8.99 -farces farce NOM f p 9.35 12.50 1.90 3.51 -farceur farceur NOM m s 2.05 1.69 1.64 1.15 -farceurs farceur NOM m p 2.05 1.69 0.21 0.47 -farceuse farceur NOM f s 2.05 1.69 0.20 0.00 -farceuses farceuse NOM f p 0.01 0.00 0.01 0.00 -farci farcir VER m s 3.39 12.57 0.89 2.50 par:pas; -farcie farcir VER f s 3.39 12.57 0.47 1.35 par:pas; -farcies farci ADJ f p 2.41 2.23 0.56 0.74 -farcir farcir VER 3.39 12.57 1.23 4.73 inf; -farcirai farcir VER 3.39 12.57 0.02 0.00 ind:fut:1s; -farcirait farcir VER 3.39 12.57 0.01 0.07 cnd:pre:3s; -farcis farcir VER m p 3.39 12.57 0.64 1.08 imp:pre:2s;ind:pre:1s;ind:pre:2s;par:pas; -farcissaient farcir VER 3.39 12.57 0.00 0.07 ind:imp:3p; -farcissais farcir VER 3.39 12.57 0.02 0.07 ind:imp:1s;ind:imp:2s; -farcissait farcir VER 3.39 12.57 0.00 0.54 ind:imp:3s; -farcissant farcir VER 3.39 12.57 0.00 0.07 par:pre; -farcisse farcir VER 3.39 12.57 0.01 0.54 sub:pre:1s;sub:pre:3s; -farcissez farcir VER 3.39 12.57 0.01 0.14 imp:pre:2p;ind:pre:2p; -farcit farcir VER 3.39 12.57 0.09 0.88 ind:pre:3s;ind:pas:3s; -fard fard NOM m s 1.69 7.57 1.44 4.73 -fardaient farder VER 0.20 8.99 0.00 0.20 ind:imp:3p; -fardait farder VER 0.20 8.99 0.00 0.68 ind:imp:3s; -fardant farder VER 0.20 8.99 0.01 0.00 par:pre; -farde farder VER 0.20 8.99 0.00 0.54 ind:pre:3s; -fardeau fardeau NOM m s 7.56 7.70 7.00 6.89 -fardeaux fardeau NOM m p 7.56 7.70 0.56 0.81 -fardent farder VER 0.20 8.99 0.00 0.14 ind:pre:3p; -farder farder VER 0.20 8.99 0.03 0.61 inf; -fardier fardier NOM m s 0.00 0.34 0.00 0.14 -fardiers fardier NOM m p 0.00 0.34 0.00 0.20 -fards fard NOM m p 1.69 7.57 0.25 2.84 -fardé farder VER m s 0.20 8.99 0.00 1.55 par:pas; -fardée farder VER f s 0.20 8.99 0.14 2.23 par:pas; -fardées farder VER f p 0.20 8.99 0.03 1.96 par:pas; -fardés farder VER m p 0.20 8.99 0.00 1.08 par:pas; -fare fare NOM m s 0.00 0.07 0.00 0.07 -farfadet farfadet NOM m s 0.45 0.41 0.31 0.14 -farfadets farfadet NOM m p 0.45 0.41 0.14 0.27 -farfelu farfelu ADJ m s 1.77 1.28 0.93 0.61 -farfelue farfelu ADJ f s 1.77 1.28 0.35 0.20 -farfelues farfelu ADJ f p 1.77 1.28 0.18 0.14 -farfelus farfelu ADJ m p 1.77 1.28 0.32 0.34 -farfouilla farfouiller VER 1.17 4.12 0.00 0.54 ind:pas:3s; -farfouillais farfouiller VER 1.17 4.12 0.05 0.07 ind:imp:1s;ind:imp:2s; -farfouillait farfouiller VER 1.17 4.12 0.00 0.47 ind:imp:3s; -farfouillant farfouiller VER 1.17 4.12 0.02 0.14 par:pre; -farfouille farfouiller VER 1.17 4.12 0.34 0.68 ind:pre:1s;ind:pre:3s; -farfouillent farfouiller VER 1.17 4.12 0.00 0.07 ind:pre:3p; -farfouiller farfouiller VER 1.17 4.12 0.42 1.28 inf; -farfouillerait farfouiller VER 1.17 4.12 0.00 0.07 cnd:pre:3s; -farfouilles farfouiller VER 1.17 4.12 0.04 0.20 ind:pre:2s; -farfouilleurs farfouilleur ADJ m p 0.00 0.07 0.00 0.07 -farfouillez farfouiller VER 1.17 4.12 0.14 0.14 ind:pre:2p; -farfouillé farfouiller VER m s 1.17 4.12 0.15 0.47 par:pas; -faribole faribole NOM f s 0.23 1.49 0.00 0.27 -fariboler fariboler VER 0.00 0.07 0.00 0.07 inf; -fariboles faribole NOM f p 0.23 1.49 0.23 1.22 -farigoule farigoule NOM f s 0.00 0.07 0.00 0.07 -farine farine NOM f s 7.95 13.72 7.93 13.51 -farines farine NOM f p 7.95 13.72 0.02 0.20 -farineuse farineux ADJ f s 0.03 1.08 0.00 0.41 -farineuses farineux ADJ f p 0.03 1.08 0.03 0.14 -farineux farineux ADJ m s 0.03 1.08 0.00 0.54 -farinée fariner VER f s 0.00 0.14 0.00 0.07 par:pas; -farinés fariner VER m p 0.00 0.14 0.00 0.07 par:pas; -farniente farniente NOM m s 0.36 0.47 0.36 0.47 -faro faro NOM m s 0.16 0.07 0.16 0.07 -farouche farouche ADJ s 2.39 15.20 1.90 11.62 -farouchement farouchement ADV 0.26 4.05 0.26 4.05 -farouches farouche ADJ p 2.39 15.20 0.49 3.58 -farsi farsi NOM m s 0.39 0.00 0.39 0.00 -fart fart NOM m s 0.42 0.00 0.42 0.00 -farter farter VER 0.02 0.00 0.02 0.00 inf; -fascia fascia NOM m s 0.07 0.00 0.07 0.00 -fascicule fascicule NOM m s 0.02 0.95 0.01 0.34 -fascicules fascicule NOM m p 0.02 0.95 0.01 0.61 -fascina fasciner VER 9.34 28.78 0.10 0.68 ind:pas:3s; -fascinaient fasciner VER 9.34 28.78 0.30 1.42 ind:imp:3p; -fascinais fasciner VER 9.34 28.78 0.00 0.07 ind:imp:1s; -fascinait fasciner VER 9.34 28.78 0.62 4.93 ind:imp:3s; -fascinant fascinant ADJ m s 11.64 5.54 7.78 2.91 -fascinante fascinant ADJ f s 11.64 5.54 2.47 1.42 -fascinantes fascinant ADJ f p 11.64 5.54 0.66 0.54 -fascinants fascinant ADJ m p 11.64 5.54 0.74 0.68 -fascination fascination NOM f s 2.67 7.50 2.66 7.30 -fascinations fascination NOM f p 2.67 7.50 0.01 0.20 -fascine fasciner VER 9.34 28.78 2.24 2.57 imp:pre:2s;ind:pre:1s;ind:pre:3s; -fascinent fasciner VER 9.34 28.78 0.44 0.95 ind:pre:3p; -fasciner fasciner VER 9.34 28.78 0.35 0.88 inf; -fascinerait fasciner VER 9.34 28.78 0.01 0.07 cnd:pre:3s; -fascines fasciner VER 9.34 28.78 0.04 0.00 ind:pre:2s; -fascinez fasciner VER 9.34 28.78 0.04 0.00 ind:pre:2p; -fascinèrent fasciner VER 9.34 28.78 0.00 0.20 ind:pas:3p; -fasciné fasciner VER m s 9.34 28.78 2.67 9.46 par:pas; -fascinée fasciner VER f s 9.34 28.78 0.60 3.72 par:pas; -fascinées fasciner VER f p 9.34 28.78 0.05 0.14 par:pas; -fascinés fasciner VER m p 9.34 28.78 0.58 2.77 par:pas; -fascisme fascisme NOM m s 1.94 6.76 1.94 6.76 -fasciste fasciste ADJ s 6.93 4.93 3.89 3.58 -fascistes fasciste ADJ p 6.93 4.93 3.04 1.35 -fascisée fasciser VER f s 0.00 0.07 0.00 0.07 par:pas; -faseyaient faseyer VER 0.00 0.14 0.00 0.07 ind:imp:3p; -faseyait faseyer VER 0.00 0.14 0.00 0.07 ind:imp:3s; -fashion fashion NOM f s 0.28 0.00 0.28 0.00 -fashionable fashionable ADJ m s 0.00 0.20 0.00 0.20 -fasse faire VER 8813.53 5328.99 93.83 60.88 sub:pre:1s;sub:pre:3s; -fassent faire VER 8813.53 5328.99 9.05 7.30 sub:pre:3p; -fasses faire VER 8813.53 5328.99 20.20 2.84 sub:pre:2s; -fassiez faire VER 8813.53 5328.99 8.46 2.64 sub:pre:2p; -fassions faire VER 8813.53 5328.99 1.63 2.09 sub:pre:1p; -fast_food fast_food NOM m s 2.34 0.47 1.56 0.34 -fast_food fast_food NOM m p 2.34 0.47 0.34 0.07 -fast_food fast_food NOM m s 2.34 0.47 0.43 0.07 -faste faste ADJ s 0.57 1.28 0.53 0.61 -fastes faste ADJ p 0.57 1.28 0.04 0.68 -fastidieuse fastidieux ADJ f s 1.39 4.12 0.03 1.01 -fastidieusement fastidieusement ADV 0.00 0.07 0.00 0.07 -fastidieuses fastidieux ADJ f p 1.39 4.12 0.26 0.74 -fastidieux fastidieux ADJ m 1.39 4.12 1.10 2.36 -fastoche fastoche ADJ m s 1.31 0.41 1.31 0.41 -fastueuse fastueux ADJ f s 0.38 3.38 0.22 1.08 -fastueusement fastueusement ADV 0.00 0.34 0.00 0.34 -fastueuses fastueux ADJ f p 0.38 3.38 0.02 0.41 -fastueux fastueux ADJ m 0.38 3.38 0.14 1.89 -fat fat NOM m s 2.29 0.34 2.21 0.20 -fatal fatal ADJ m s 11.69 23.38 5.37 12.30 -fatale fatal ADJ f s 11.69 23.38 5.37 8.92 -fatalement fatalement ADV 0.44 5.07 0.44 5.07 -fatales fatal ADJ f p 11.69 23.38 0.82 1.49 -fatalise fataliser VER 0.06 0.00 0.04 0.00 imp:pre:2s; -fataliser fataliser VER 0.06 0.00 0.01 0.00 inf; -fatalisme fatalisme NOM m s 0.19 1.76 0.19 1.76 -fataliste fataliste ADJ s 0.06 1.76 0.06 1.69 -fatalistes fataliste ADJ m p 0.06 1.76 0.00 0.07 -fatalisé fataliser VER m s 0.06 0.00 0.01 0.00 par:pas; -fatalité fatalité NOM f s 2.77 8.85 2.66 8.51 -fatalités fatalité NOM f p 2.77 8.85 0.11 0.34 -fatals fatal ADJ m p 11.69 23.38 0.13 0.68 -fate fat ADJ f s 1.81 1.08 0.13 0.07 -façade façade NOM f s 4.60 46.76 4.19 29.66 -façades façade NOM f p 4.60 46.76 0.41 17.09 -fathma fathma NOM f s 0.10 0.07 0.10 0.07 -fathom fathom NOM m s 0.00 0.07 0.00 0.07 -façon façon NOM f s 230.48 277.30 212.60 259.26 -façonna façonner VER 1.95 7.16 0.14 0.20 ind:pas:3s; -façonnable façonnable ADJ m s 0.02 0.00 0.02 0.00 -façonnaient façonner VER 1.95 7.16 0.00 0.20 ind:imp:3p; -façonnait façonner VER 1.95 7.16 0.00 0.47 ind:imp:3s; -façonnant façonner VER 1.95 7.16 0.02 0.27 par:pre; -façonne façonner VER 1.95 7.16 0.17 0.61 imp:pre:2s;ind:pre:1s;ind:pre:3s; -façonnent façonner VER 1.95 7.16 0.03 0.00 ind:pre:3p; -façonner façonner VER 1.95 7.16 0.46 1.22 inf; -façonnera façonner VER 1.95 7.16 0.02 0.00 ind:fut:3s; -façonnerai façonner VER 1.95 7.16 0.12 0.00 ind:fut:1s; -façonnerais façonner VER 1.95 7.16 0.00 0.07 cnd:pre:1s; -façonnerez façonner VER 1.95 7.16 0.03 0.00 ind:fut:2p; -façonneront façonner VER 1.95 7.16 0.00 0.07 ind:fut:3p; -façonnière façonnier NOM f s 0.00 0.07 0.00 0.07 -façonné façonner VER m s 1.95 7.16 0.61 1.76 par:pas; -façonnée façonner VER f s 1.95 7.16 0.23 1.08 par:pas; -façonnées façonner VER f p 1.95 7.16 0.04 0.34 par:pas; -façonnés façonner VER m p 1.95 7.16 0.07 0.88 par:pas; -façons façon NOM f p 230.48 277.30 17.89 18.04 -fatidique fatidique ADJ s 0.42 4.05 0.41 3.51 -fatidiques fatidique ADJ p 0.42 4.05 0.01 0.54 -fatigant fatigant ADJ m s 4.84 7.84 3.81 5.20 -fatigante fatigant ADJ f s 4.84 7.84 0.67 1.62 -fatigantes fatigant ADJ f p 4.84 7.84 0.31 0.27 -fatigants fatigant ADJ m p 4.84 7.84 0.04 0.74 -fatigua fatiguer VER 78.25 49.05 0.02 0.41 ind:pas:3s; -fatiguai fatiguer VER 78.25 49.05 0.01 0.14 ind:pas:1s; -fatiguaient fatiguer VER 78.25 49.05 0.12 0.54 ind:imp:3p; -fatiguais fatiguer VER 78.25 49.05 0.16 0.41 ind:imp:1s;ind:imp:2s; -fatiguait fatiguer VER 78.25 49.05 0.30 2.36 ind:imp:3s; -fatiguant fatiguer VER 78.25 49.05 1.43 0.14 par:pre; -fatigue fatigue NOM f s 9.25 69.46 8.70 65.81 -fatiguent fatiguer VER 78.25 49.05 1.11 1.55 ind:pre:3p; -fatiguer fatiguer VER 78.25 49.05 2.89 3.31 inf; -fatiguera fatiguer VER 78.25 49.05 0.25 0.14 ind:fut:3s; -fatiguerai fatiguer VER 78.25 49.05 0.02 0.07 ind:fut:1s; -fatigueraient fatiguer VER 78.25 49.05 0.00 0.14 cnd:pre:3p; -fatiguerais fatiguer VER 78.25 49.05 0.02 0.07 cnd:pre:1s;cnd:pre:2s; -fatiguerait fatiguer VER 78.25 49.05 0.06 0.61 cnd:pre:3s; -fatigueras fatiguer VER 78.25 49.05 0.10 0.00 ind:fut:2s; -fatigues fatiguer VER 78.25 49.05 3.44 0.54 ind:pre:2s; -fatiguez fatiguer VER 78.25 49.05 2.49 1.08 imp:pre:2p;ind:pre:2p; -fatiguons fatiguer VER 78.25 49.05 0.01 0.00 ind:pre:1p; -fatiguât fatiguer VER 78.25 49.05 0.00 0.14 sub:imp:3s; -fatiguèrent fatiguer VER 78.25 49.05 0.00 0.14 ind:pas:3p; -fatigué fatiguer VER m s 78.25 49.05 31.43 16.01 par:pas;par:pas;par:pas; -fatiguée fatiguer VER f s 78.25 49.05 20.46 9.73 par:pas; -fatiguées fatiguer VER f p 78.25 49.05 1.27 0.95 par:pas; -fatigués fatiguer VER m p 78.25 49.05 4.26 2.97 par:pas; -fatma fatma NOM f s 0.16 0.95 0.14 0.54 -fatmas fatma NOM f p 0.16 0.95 0.03 0.41 -fatras fatras NOM m 0.34 2.91 0.34 2.91 -fats fat ADJ m p 1.81 1.08 0.33 0.07 -fatuité fatuité NOM f s 0.23 0.95 0.23 0.95 -fatum fatum NOM m s 0.00 0.47 0.00 0.47 -fau fau NOM m s 0.14 0.00 0.14 0.00 -faubert faubert NOM m s 0.02 0.07 0.02 0.07 -faubourg faubourg NOM m s 1.69 22.09 0.58 14.73 -faubourgs faubourg NOM m p 1.69 22.09 1.11 7.36 -faubourien faubourien ADJ m s 0.00 1.15 0.00 0.54 -faubourienne faubourien ADJ f s 0.00 1.15 0.00 0.27 -faubouriennes faubourien ADJ f p 0.00 1.15 0.00 0.14 -faubouriens faubourien ADJ m p 0.00 1.15 0.00 0.20 -faucardé faucarder VER m s 0.00 0.27 0.00 0.07 par:pas; -faucardée faucarder VER f s 0.00 0.27 0.00 0.07 par:pas; -faucardées faucarder VER f p 0.00 0.27 0.00 0.07 par:pas; -faucardés faucarder VER m p 0.00 0.27 0.00 0.07 par:pas; -faucha faucher VER 14.76 13.51 0.00 0.34 ind:pas:3s; -fauchage fauchage NOM m s 0.04 0.34 0.04 0.34 -fauchaient faucher VER 14.76 13.51 0.01 0.34 ind:imp:3p; -fauchais faucher VER 14.76 13.51 0.02 0.14 ind:imp:1s; -fauchaison fauchaison NOM f s 0.10 0.20 0.10 0.20 -fauchait faucher VER 14.76 13.51 0.01 0.61 ind:imp:3s; -fauchant faucher VER 14.76 13.51 0.14 0.74 par:pre; -fauchard fauchard NOM m s 0.00 0.14 0.00 0.14 -fauche faucher VER 14.76 13.51 0.51 1.76 imp:pre:2s;ind:pre:1s;ind:pre:3s; -fauchent faucher VER 14.76 13.51 0.16 0.34 ind:pre:3p; -faucher faucher VER 14.76 13.51 2.54 2.77 inf; -fauchera faucher VER 14.76 13.51 0.03 0.00 ind:fut:3s; -faucherait faucher VER 14.76 13.51 0.02 0.07 cnd:pre:3s; -faucheras faucher VER 14.76 13.51 0.04 0.00 ind:fut:2s; -faucheront faucher VER 14.76 13.51 0.01 0.00 ind:fut:3p; -fauches faucher VER 14.76 13.51 0.41 0.14 ind:pre:2s; -faucheur faucheur NOM m s 2.06 0.81 0.42 0.14 -faucheurs faucheur NOM m p 2.06 0.81 0.52 0.07 -faucheuse faucheur NOM f s 2.06 0.81 1.12 0.54 -faucheuses faucheuse NOM f p 0.01 0.00 0.01 0.00 -faucheux faucheux NOM m 0.00 0.68 0.00 0.68 -fauchez faucher VER 14.76 13.51 0.27 0.07 imp:pre:2p;ind:pre:2p; -fauchon fauchon NOM m s 0.18 0.20 0.18 0.20 -fauché faucher VER m s 14.76 13.51 6.42 4.05 par:pas; -fauchée faucher VER f s 14.76 13.51 2.18 0.95 par:pas; -fauchées faucher VER f p 14.76 13.51 0.30 0.14 par:pas; -fauchés faucher VER m p 14.76 13.51 1.69 1.08 par:pas; -faucille faucille NOM f s 0.53 2.57 0.51 2.23 -faucilles faucille NOM f p 0.53 2.57 0.03 0.34 -faucillon faucillon NOM m s 0.00 0.20 0.00 0.20 -faucon faucon NOM m s 5.93 3.51 4.07 2.36 -fauconneau fauconneau NOM m s 0.22 0.00 0.22 0.00 -fauconnerie fauconnerie NOM f s 0.01 0.07 0.01 0.07 -fauconnier fauconnier NOM m s 0.25 0.41 0.15 0.34 -fauconniers fauconnier NOM m p 0.25 0.41 0.10 0.07 -faucons faucon NOM m p 5.93 3.51 1.86 1.15 -faudra falloir VER 1653.77 1250.41 85.73 61.22 ind:fut:3s; -faudrait falloir VER 1653.77 1250.41 74.08 111.69 cnd:pre:3s; -faufil faufil NOM m s 0.01 0.07 0.01 0.07 -faufila faufiler VER 4.41 17.30 0.03 1.35 ind:pas:3s; -faufilai faufiler VER 4.41 17.30 0.01 0.20 ind:pas:1s; -faufilaient faufiler VER 4.41 17.30 0.02 0.54 ind:imp:3p; -faufilais faufiler VER 4.41 17.30 0.08 0.00 ind:imp:1s;ind:imp:2s; -faufilait faufiler VER 4.41 17.30 0.04 2.43 ind:imp:3s; -faufilant faufiler VER 4.41 17.30 0.02 2.09 par:pre; -faufile faufiler VER 4.41 17.30 1.24 3.58 imp:pre:2s;ind:pre:1s;ind:pre:3s; -faufilent faufiler VER 4.41 17.30 0.16 0.88 ind:pre:3p; -faufiler faufiler VER 4.41 17.30 1.86 3.65 inf; -faufilera faufiler VER 4.41 17.30 0.14 0.00 ind:fut:3s; -faufilerai faufiler VER 4.41 17.30 0.02 0.00 ind:fut:1s; -faufilerait faufiler VER 4.41 17.30 0.00 0.07 cnd:pre:3s; -faufileras faufiler VER 4.41 17.30 0.04 0.00 ind:fut:2s; -faufileront faufiler VER 4.41 17.30 0.01 0.00 ind:fut:3p; -faufilez faufiler VER 4.41 17.30 0.05 0.00 imp:pre:2p;ind:pre:2p; -faufilâmes faufiler VER 4.41 17.30 0.00 0.07 ind:pas:1p; -faufilons faufiler VER 4.41 17.30 0.05 0.07 imp:pre:1p;ind:pre:1p; -faufilât faufiler VER 4.41 17.30 0.00 0.07 sub:imp:3s; -faufilèrent faufiler VER 4.41 17.30 0.00 0.20 ind:pas:3p; -faufilé faufiler VER m s 4.41 17.30 0.44 1.08 par:pas; -faufilée faufiler VER f s 4.41 17.30 0.12 0.68 par:pas; -faufilées faufiler VER f p 4.41 17.30 0.00 0.07 par:pas; -faufilés faufiler VER m p 4.41 17.30 0.07 0.27 par:pas; -faune faune NOM s 1.48 6.49 1.47 5.95 -faunes faune NOM p 1.48 6.49 0.01 0.54 -faunesque faunesque ADJ f s 0.00 0.14 0.00 0.07 -faunesques faunesque ADJ p 0.00 0.14 0.00 0.07 -faunesse faunesse NOM f s 0.00 0.07 0.00 0.07 -faussa fausser VER 3.51 8.45 0.00 0.27 ind:pas:3s; -faussaient fausser VER 3.51 8.45 0.01 0.00 ind:imp:3p; -faussaire faussaire NOM m s 1.22 1.35 0.89 0.95 -faussaires faussaire NOM m p 1.22 1.35 0.33 0.41 -faussait fausser VER 3.51 8.45 0.02 0.34 ind:imp:3s; -faussant fausser VER 3.51 8.45 0.00 0.14 par:pre; -fausse_couche fausse_couche NOM f s 0.07 0.20 0.07 0.20 -fausse faux ADJ f s 122.23 109.59 21.98 27.09 -faussement faussement ADV 0.66 7.91 0.66 7.91 -faussent fausser VER 3.51 8.45 0.02 0.07 ind:pre:3p; -fausser fausser VER 3.51 8.45 0.34 1.89 inf; -fausseront fausser VER 3.51 8.45 0.00 0.14 ind:fut:3p; -fausses faux ADJ f p 122.23 109.59 9.26 15.95 -fausset fausset NOM m s 0.05 1.55 0.04 1.55 -faussets fausset NOM m p 0.05 1.55 0.01 0.00 -fausseté fausseté NOM f s 0.75 1.08 0.75 1.08 -faussez fausser VER 3.51 8.45 0.03 0.07 ind:pre:2p; -faussions fausser VER 3.51 8.45 0.01 0.00 ind:imp:1p; -faussât fausser VER 3.51 8.45 0.00 0.07 sub:imp:3s; -faussé fausser VER m s 3.51 8.45 1.19 1.76 par:pas; -faussée fausser VER f s 3.51 8.45 0.23 0.68 par:pas; -faussées fausser VER f p 3.51 8.45 0.06 0.41 par:pas; -faussés fausser VER m p 3.51 8.45 0.04 0.07 par:pas; -faustien faustien ADJ m s 0.15 0.07 0.14 0.07 -faustienne faustien ADJ f s 0.15 0.07 0.01 0.00 -faut falloir VER 1653.77 1250.41 1318.11 653.92 ind:pre:3s; -faute faute NOM f s 169.26 95.20 163.19 81.08 -fauter fauter VER 1.42 1.76 0.00 0.27 inf; -fautes faute NOM f p 169.26 95.20 6.07 14.12 -fauteuil_club fauteuil_club NOM m s 0.00 0.27 0.00 0.27 -fauteuil fauteuil NOM m s 19.27 102.03 17.16 76.69 -fauteuils_club fauteuils_club NOM m p 0.00 0.07 0.00 0.07 -fauteuils fauteuil NOM m p 19.27 102.03 2.10 25.34 -fauteur fauteur NOM m s 0.88 1.82 0.31 0.88 -fauteurs fauteur NOM m p 0.88 1.82 0.52 0.95 -fauteuse fauteur NOM f s 0.88 1.82 0.03 0.00 -fautif fautif ADJ m s 2.96 2.09 1.50 1.08 -fautifs fautif ADJ m p 2.96 2.09 0.19 0.20 -fautive fautif ADJ f s 2.96 2.09 1.12 0.74 -fautives fautif ADJ f p 2.96 2.09 0.15 0.07 -fautrice fauteur NOM f s 0.88 1.82 0.02 0.00 -fauté fauter VER m s 1.42 1.76 1.02 0.68 par:pas; -fauve fauve NOM m s 3.61 13.38 1.26 7.77 -fauverie fauverie NOM f s 0.00 0.14 0.00 0.14 -fauves fauve NOM m p 3.61 13.38 2.35 5.61 -fauvette fauvette NOM f s 0.60 2.23 0.60 1.62 -fauvettes fauvette NOM f p 0.60 2.23 0.00 0.61 -fauvisme fauvisme NOM m s 0.01 0.00 0.01 0.00 -faux_bond faux_bond NOM m 0.01 0.07 0.01 0.07 -faux_bourdon faux_bourdon NOM m s 0.02 0.07 0.02 0.07 -faux_col faux_col NOM m s 0.02 0.34 0.02 0.34 -faux_cul faux_cul NOM m s 0.41 0.07 0.41 0.07 -faux_filet faux_filet NOM m s 0.04 0.34 0.04 0.34 -faux_frère faux_frère ADJ m s 0.01 0.00 0.01 0.00 -faux_fuyant faux_fuyant NOM m s 0.22 1.22 0.02 0.47 -faux_fuyant faux_fuyant NOM m p 0.22 1.22 0.20 0.74 -faux_monnayeur faux_monnayeur NOM m s 0.26 0.61 0.01 0.14 -faux_monnayeur faux_monnayeur NOM m p 0.26 0.61 0.25 0.47 -faux_pas faux_pas NOM m 0.38 0.14 0.38 0.14 -faux_pont faux_pont NOM m s 0.01 0.00 0.01 0.00 -faux_saunier faux_saunier NOM m p 0.00 0.07 0.00 0.07 -faux_semblant faux_semblant NOM m s 0.46 1.49 0.37 0.74 -faux_semblant faux_semblant NOM m p 0.46 1.49 0.09 0.74 -faux faux ADJ m 122.23 109.59 90.99 66.55 -favela favela NOM f s 1.62 0.07 1.25 0.00 -favelas favela NOM f p 1.62 0.07 0.36 0.07 -faveur faveur NOM f s 36.65 31.62 31.09 27.64 -faveurs faveur NOM f p 36.65 31.62 5.56 3.99 -favorable favorable ADJ s 5.38 16.62 4.53 11.28 -favorablement favorablement ADV 0.47 1.55 0.47 1.55 -favorables favorable ADJ p 5.38 16.62 0.85 5.34 -favori favori ADJ m s 8.79 13.99 5.19 5.81 -favoris favori NOM m p 3.22 4.19 1.28 2.77 -favorisa favoriser VER 3.26 10.54 0.01 0.14 ind:pas:3s; -favorisaient favoriser VER 3.26 10.54 0.01 0.34 ind:imp:3p; -favorisait favoriser VER 3.26 10.54 0.05 2.03 ind:imp:3s; -favorisant favoriser VER 3.26 10.54 0.06 0.27 par:pre; -favorise favoriser VER 3.26 10.54 1.40 1.22 imp:pre:2s;ind:pre:1s;ind:pre:3s; -favorisent favoriser VER 3.26 10.54 0.51 0.61 ind:pre:3p; -favoriser favoriser VER 3.26 10.54 0.63 2.23 inf; -favorisera favoriser VER 3.26 10.54 0.03 0.07 ind:fut:3s; -favoriserai favoriser VER 3.26 10.54 0.01 0.00 ind:fut:1s; -favoriseraient favoriser VER 3.26 10.54 0.00 0.07 cnd:pre:3p; -favoriserait favoriser VER 3.26 10.54 0.07 0.07 cnd:pre:3s; -favorisez favoriser VER 3.26 10.54 0.03 0.00 ind:pre:2p; -favorisât favoriser VER 3.26 10.54 0.00 0.20 sub:imp:3s; -favorisèrent favoriser VER 3.26 10.54 0.00 0.07 ind:pas:3p; -favorisé favoriser VER m s 3.26 10.54 0.25 1.69 par:pas; -favorisée favoriser VER f s 3.26 10.54 0.05 0.54 par:pas; -favorisées favoriser VER f p 3.26 10.54 0.00 0.34 par:pas; -favorisés favoriser VER m p 3.26 10.54 0.14 0.68 par:pas; -favorite favori ADJ f s 8.79 13.99 1.92 3.45 -favorites favori ADJ f p 8.79 13.99 0.51 1.55 -favoritisme favoritisme NOM m s 0.47 0.34 0.47 0.34 -fax fax NOM m 5.59 0.14 5.59 0.14 -faxe faxer VER 2.58 0.07 0.45 0.00 imp:pre:2s;ind:pre:1s;ind:pre:3s; -faxer faxer VER 2.58 0.07 0.65 0.07 inf; -faxera faxer VER 2.58 0.07 0.04 0.00 ind:fut:3s; -faxerai faxer VER 2.58 0.07 0.09 0.00 ind:fut:1s; -faxes faxer VER 2.58 0.07 0.27 0.00 ind:pre:2s; -faxez faxer VER 2.58 0.07 0.27 0.00 imp:pre:2p;ind:pre:2p; -faxons faxer VER 2.58 0.07 0.01 0.00 imp:pre:1p; -faxé faxer VER m s 2.58 0.07 0.75 0.00 par:pas; -faxés faxer VER m p 2.58 0.07 0.05 0.00 par:pas; -fayard fayard NOM m s 0.00 0.27 0.00 0.20 -fayards fayard NOM m p 0.00 0.27 0.00 0.07 -fayot fayot ADJ m s 0.25 0.27 0.25 0.14 -fayotage fayotage NOM m s 0.03 0.07 0.03 0.07 -fayotaient fayoter VER 0.09 0.61 0.00 0.07 ind:imp:3p; -fayotais fayoter VER 0.09 0.61 0.00 0.14 ind:imp:1s; -fayotait fayoter VER 0.09 0.61 0.00 0.07 ind:imp:3s; -fayote fayoter VER 0.09 0.61 0.07 0.07 imp:pre:2s;ind:pre:1s;ind:pre:3s; -fayoter fayoter VER 0.09 0.61 0.01 0.20 inf; -fayots fayot NOM m p 0.42 1.28 0.32 1.08 -fayotte fayotter VER 0.25 0.00 0.25 0.00 ind:pre:3s; -fayotée fayoter VER f s 0.09 0.61 0.00 0.07 par:pas; -fazenda fazenda NOM f s 0.35 0.00 0.35 0.00 -fedayin fedayin NOM m s 0.01 0.00 0.01 0.00 -feed_back feed_back NOM m 0.04 0.00 0.04 0.00 -feedback feedback NOM m s 0.10 0.07 0.10 0.07 -feeder feeder NOM m s 0.01 0.00 0.01 0.00 -feeling feeling NOM m s 1.53 0.54 1.30 0.54 -feelings feeling NOM m p 1.53 0.54 0.23 0.00 -feignîmes feindre VER 5.92 21.22 0.00 0.14 ind:pas:1p; -feignaient feindre VER 5.92 21.22 0.11 0.61 ind:imp:3p; -feignais feindre VER 5.92 21.22 0.18 0.74 ind:imp:1s;ind:imp:2s; -feignait feindre VER 5.92 21.22 0.13 2.77 ind:imp:3s; -feignant feignant ADJ m s 0.98 1.35 0.71 1.01 -feignante feignant NOM f s 1.51 3.11 0.28 0.00 -feignantes feignant NOM f p 1.51 3.11 0.00 0.07 -feignants feignant NOM m p 1.51 3.11 0.57 1.35 -feignasse feignasse NOM f s 0.72 0.20 0.52 0.14 -feignasses feignasse NOM f p 0.72 0.20 0.21 0.07 -feigne feindre VER 5.92 21.22 0.00 0.07 sub:pre:1s; -feignent feindre VER 5.92 21.22 0.13 0.61 ind:pre:3p; -feignez feindre VER 5.92 21.22 0.52 0.00 imp:pre:2p;ind:pre:2p; -feigniez feindre VER 5.92 21.22 0.10 0.00 ind:imp:2p; -feignirent feindre VER 5.92 21.22 0.00 0.20 ind:pas:3p; -feignis feindre VER 5.92 21.22 0.00 0.47 ind:pas:1s; -feignit feindre VER 5.92 21.22 0.10 1.62 ind:pas:3s; -feignons feindre VER 5.92 21.22 0.07 0.34 imp:pre:1p;ind:pre:1p; -feindra feindre VER 5.92 21.22 0.21 0.07 ind:fut:3s; -feindrai feindre VER 5.92 21.22 0.30 0.00 ind:fut:1s; -feindrait feindre VER 5.92 21.22 0.01 0.14 cnd:pre:3s; -feindre feindre VER 5.92 21.22 1.23 4.39 inf; -feins feindre VER 5.92 21.22 0.81 1.35 imp:pre:2s;ind:pre:1s;ind:pre:2s; -feint feindre VER m s 5.92 21.22 1.67 4.12 ind:pre:3s;par:pas; -feintait feinter VER 1.47 1.89 0.00 0.07 ind:imp:3s; -feintant feinter VER 1.47 1.89 0.00 0.14 par:pre; -feinte feinte NOM f s 1.04 2.36 0.86 1.15 -feinter feinter VER 1.47 1.89 0.27 0.68 inf; -feinterez feinter VER 1.47 1.89 0.01 0.00 ind:fut:2p; -feintes feinte NOM f p 1.04 2.36 0.18 1.22 -feinteur feinteur NOM m s 0.02 0.00 0.02 0.00 -feintise feintise NOM f s 0.00 0.07 0.00 0.07 -feints feint ADJ m p 1.00 5.61 0.02 0.00 -feinté feinter VER m s 1.47 1.89 0.79 0.07 par:pas; -feintés feinter VER m p 1.47 1.89 0.03 0.20 par:pas; -feld_maréchal feld_maréchal NOM m s 0.32 0.27 0.32 0.27 -feldgrau feldgrau NOM m 0.00 0.47 0.00 0.47 -feldspath feldspath NOM m s 0.03 0.14 0.03 0.14 -feldwebel feldwebel NOM m s 0.00 1.42 0.00 1.28 -feldwebels feldwebel NOM m p 0.00 1.42 0.00 0.14 -fellaga fellaga NOM m s 0.00 0.81 0.00 0.74 -fellagas fellaga NOM m p 0.00 0.81 0.00 0.07 -fellagha fellagha NOM m s 0.00 0.34 0.00 0.20 -fellaghas fellagha NOM m p 0.00 0.34 0.00 0.14 -fellah fellah NOM m s 0.14 0.27 0.14 0.20 -fellahs fellah NOM m p 0.14 0.27 0.00 0.07 -fellation fellation NOM f s 0.98 0.81 0.88 0.74 -fellationne fellationner VER 0.00 0.07 0.00 0.07 ind:pre:3s; -fellations fellation NOM f p 0.98 0.81 0.10 0.07 -fellinien fellinien NOM m s 0.00 0.07 0.00 0.07 -fellinienne fellinien ADJ f s 0.10 0.00 0.10 0.00 -felouque felouque NOM f s 0.01 1.49 0.01 1.01 -felouques felouque NOM f p 0.01 1.49 0.00 0.47 -femelle femelle NOM f s 9.38 12.64 6.84 7.84 -femelles femelle NOM f p 9.38 12.64 2.53 4.80 -femme_enfant femme_enfant NOM f s 0.35 0.27 0.35 0.27 -femme_fleur femme_fleur NOM f s 0.00 0.07 0.00 0.07 -femme_objet femme_objet NOM f s 0.03 0.07 0.03 0.07 -femme_refuge femme_refuge NOM f s 0.00 0.07 0.00 0.07 -femme_robot femme_robot NOM f s 0.07 0.00 0.07 0.00 -femme femme NOM f s 1049.32 995.74 806.57 680.20 -femmelette femmelette NOM f s 1.34 0.47 1.10 0.47 -femmelettes femmelette NOM f p 1.34 0.47 0.24 0.00 -femmes femme NOM f p 1049.32 995.74 242.75 315.54 -fenaison fenaison NOM f s 0.00 0.34 0.00 0.27 -fenaisons fenaison NOM f p 0.00 0.34 0.00 0.07 -fend fendre VER 7.76 28.58 1.20 3.58 ind:pre:3s; -fendaient fendre VER 7.76 28.58 0.01 0.88 ind:imp:3p; -fendais fendre VER 7.76 28.58 0.01 0.27 ind:imp:1s; -fendait fendre VER 7.76 28.58 0.26 3.24 ind:imp:3s; -fendant fendre VER 7.76 28.58 0.03 1.96 par:pre; -fendants fendant ADJ m p 0.01 0.34 0.01 0.00 -fendard fendard ADJ m s 0.06 0.07 0.06 0.07 -fende fendre VER 7.76 28.58 0.04 0.14 sub:pre:1s;sub:pre:3s; -fendent fendre VER 7.76 28.58 0.15 0.68 ind:pre:3p; -fendeur fendeur NOM m s 0.00 0.34 0.00 0.14 -fendeurs fendeur NOM m p 0.00 0.34 0.00 0.20 -fendez fendre VER 7.76 28.58 0.49 0.00 imp:pre:2p;ind:pre:2p; -fendillaient fendiller VER 0.01 1.76 0.00 0.07 ind:imp:3p; -fendillait fendiller VER 0.01 1.76 0.00 0.41 ind:imp:3s; -fendille fendiller VER 0.01 1.76 0.00 0.41 ind:pre:1s;ind:pre:3s; -fendillement fendillement NOM m s 0.00 0.14 0.00 0.07 -fendillements fendillement NOM m p 0.00 0.14 0.00 0.07 -fendiller fendiller VER 0.01 1.76 0.00 0.07 inf; -fendillèrent fendiller VER 0.01 1.76 0.00 0.07 ind:pas:3p; -fendillé fendillé ADJ m s 0.00 0.74 0.00 0.34 -fendillée fendiller VER f s 0.01 1.76 0.01 0.34 par:pas; -fendillées fendillé ADJ f p 0.00 0.74 0.00 0.20 -fendillés fendiller VER m p 0.01 1.76 0.00 0.14 par:pas; -fendis fendre VER 7.76 28.58 0.00 0.07 ind:pas:1s; -fendissent fendre VER 7.76 28.58 0.00 0.07 sub:imp:3p; -fendit fendre VER 7.76 28.58 0.03 1.89 ind:pas:3s; -fendoir fendoir NOM m s 0.11 0.00 0.11 0.00 -fendons fendre VER 7.76 28.58 0.01 0.07 ind:pre:1p; -fendra fendre VER 7.76 28.58 0.07 0.07 ind:fut:3s; -fendrai fendre VER 7.76 28.58 0.16 0.14 ind:fut:1s; -fendraient fendre VER 7.76 28.58 0.00 0.07 cnd:pre:3p; -fendrait fendre VER 7.76 28.58 0.16 0.07 cnd:pre:3s; -fendre fendre VER 7.76 28.58 2.49 6.89 inf; -fends fendre VER 7.76 28.58 0.41 0.68 imp:pre:2s;ind:pre:1s;ind:pre:2s; -fendu fendre VER m s 7.76 28.58 1.77 4.12 par:pas; -fendue fendu ADJ f s 0.69 4.46 0.38 1.62 -fendues fendu ADJ f p 0.69 4.46 0.04 0.68 -fendus fendre VER m p 7.76 28.58 0.14 0.74 par:pas; -fenestrages fenestrage NOM m p 0.00 0.07 0.00 0.07 -fenestrelle fenestrelle NOM f s 0.14 0.00 0.14 0.00 -fenians fenian NOM m p 0.00 0.07 0.00 0.07 -fenil fenil NOM m s 0.02 0.41 0.02 0.27 -fenils fenil NOM m p 0.02 0.41 0.00 0.14 -fennec fennec NOM m s 0.01 0.20 0.01 0.00 -fennecs fennec NOM m p 0.01 0.20 0.00 0.20 -fenouil fenouil NOM m s 1.14 0.74 1.14 0.74 -fente fente NOM f s 3.93 15.61 3.61 10.54 -fentes fente NOM f p 3.93 15.61 0.32 5.07 -fenton fenton NOM m s 0.43 0.00 0.43 0.00 -fenugrec fenugrec NOM m s 0.03 0.00 0.03 0.00 -fenêtre fenêtre NOM f s 90.55 280.20 70.20 199.39 -fenêtres fenêtre NOM f p 90.55 280.20 20.35 80.81 -fer_blanc fer_blanc NOM m s 0.08 2.84 0.08 2.84 -fer fer NOM m s 37.08 114.19 33.65 106.28 -fera faire VER 8813.53 5328.99 170.70 59.66 ind:fut:3s; -ferai faire VER 8813.53 5328.99 146.11 31.69 ind:fut:1s; -feraient faire VER 8813.53 5328.99 10.80 13.11 cnd:pre:3p; -ferais faire VER 8813.53 5328.99 110.19 26.96 cnd:pre:1s;cnd:pre:2s; -ferait faire VER 8813.53 5328.99 86.88 77.23 cnd:pre:3s; -feras faire VER 8813.53 5328.99 42.91 13.18 ind:fut:2s; -ferblanterie ferblanterie NOM f s 0.00 0.27 0.00 0.27 -ferblantier ferblantier NOM m s 0.10 0.34 0.10 0.07 -ferblantiers ferblantier NOM m p 0.10 0.34 0.00 0.27 -ferez faire VER 8813.53 5328.99 27.63 10.54 ind:fut:2p; -feria feria NOM f s 0.17 0.20 0.02 0.14 -ferias feria NOM f p 0.17 0.20 0.15 0.07 -feriez faire VER 8813.53 5328.99 23.97 5.54 cnd:pre:2p; -ferions faire VER 8813.53 5328.99 3.59 2.70 cnd:pre:1p; -ferlage ferlage NOM f s 0.10 0.00 0.10 0.00 -ferlez ferler VER 0.03 0.14 0.03 0.00 imp:pre:2p; -ferlée ferler VER f s 0.03 0.14 0.00 0.14 par:pas; -ferma fermer VER 238.65 197.16 0.59 23.99 ind:pas:3s; -fermage fermage NOM m s 0.03 0.74 0.02 0.54 -fermages fermage NOM m p 0.03 0.74 0.01 0.20 -fermai fermer VER 238.65 197.16 0.06 3.24 ind:pas:1s; -fermaient fermer VER 238.65 197.16 0.29 5.27 ind:imp:3p; -fermais fermer VER 238.65 197.16 0.92 3.18 ind:imp:1s;ind:imp:2s; -fermait fermer VER 238.65 197.16 1.36 16.42 ind:imp:3s; -fermant fermer VER 238.65 197.16 0.88 9.05 par:pre; -ferme fermer VER 238.65 197.16 79.68 28.38 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -fermement fermement ADV 2.60 10.07 2.60 10.07 -ferment fermer VER 238.65 197.16 3.65 3.65 ind:pre:3p;sub:pre:3p; -fermentaient fermenter VER 0.14 2.16 0.00 0.14 ind:imp:3p; -fermentais fermenter VER 0.14 2.16 0.00 0.07 ind:imp:1s; -fermentait fermenter VER 0.14 2.16 0.01 0.20 ind:imp:3s; -fermentation fermentation NOM f s 0.29 1.28 0.29 0.95 -fermentations fermentation NOM f p 0.29 1.28 0.00 0.34 -fermente fermenter VER 0.14 2.16 0.04 0.74 ind:pre:3s; -fermenter fermenter VER 0.14 2.16 0.05 0.54 inf; -ferments ferment NOM m p 0.20 1.76 0.14 0.61 -fermentèrent fermenter VER 0.14 2.16 0.00 0.07 ind:pas:3p; -fermenté fermenté ADJ m s 0.57 1.28 0.44 0.81 -fermentée fermenté ADJ f s 0.57 1.28 0.11 0.20 -fermentées fermenté ADJ f p 0.57 1.28 0.00 0.14 -fermentés fermenté ADJ m p 0.57 1.28 0.02 0.14 -fermer fermer VER 238.65 197.16 48.85 32.97 inf;; -fermera fermer VER 238.65 197.16 1.11 0.34 ind:fut:3s; -fermerai fermer VER 238.65 197.16 2.11 0.61 ind:fut:1s; -fermeraient fermer VER 238.65 197.16 0.05 0.14 cnd:pre:3p; -fermerais fermer VER 238.65 197.16 0.58 0.14 cnd:pre:1s;cnd:pre:2s; -fermerait fermer VER 238.65 197.16 0.18 0.95 cnd:pre:3s; -fermeras fermer VER 238.65 197.16 0.35 0.00 ind:fut:2s; -fermerez fermer VER 238.65 197.16 0.54 0.00 ind:fut:2p; -fermeriez fermer VER 238.65 197.16 0.11 0.00 cnd:pre:2p; -fermerons fermer VER 238.65 197.16 0.10 0.00 ind:fut:1p; -fermeront fermer VER 238.65 197.16 0.55 0.14 ind:fut:3p; -fermes_hôtel fermes_hôtel NOM f p 0.00 0.07 0.00 0.07 -fermes fermer VER 238.65 197.16 7.41 1.01 ind:pre:2s;sub:pre:2s; -fermette fermette NOM f s 0.11 0.34 0.11 0.34 -fermeté fermeté NOM f s 2.12 10.47 2.12 10.47 -fermeture fermeture NOM f s 11.54 15.74 11.06 14.86 -fermetures fermeture NOM f p 11.54 15.74 0.48 0.88 -fermez fermer VER 238.65 197.16 30.74 1.69 imp:pre:2p;ind:pre:2p; -fermi fermi NOM m s 0.01 0.00 0.01 0.00 -fermier fermier NOM m s 8.82 12.36 4.54 5.61 -fermiers fermier NOM m p 8.82 12.36 3.22 4.05 -fermiez fermer VER 238.65 197.16 0.57 0.20 ind:imp:2p; -fermions fermer VER 238.65 197.16 0.03 0.54 ind:imp:1p; -fermière fermier NOM f s 8.82 12.36 1.05 2.23 -fermières fermière NOM f p 0.03 0.00 0.03 0.00 -fermium fermium NOM m s 0.01 0.00 0.01 0.00 -fermoir fermoir NOM m s 0.38 2.09 0.38 1.76 -fermoirs fermoir NOM m p 0.38 2.09 0.00 0.34 -fermons fermer VER 238.65 197.16 1.69 0.68 imp:pre:1p;ind:pre:1p; -fermât fermer VER 238.65 197.16 0.00 0.14 sub:imp:3s; -fermèrent fermer VER 238.65 197.16 0.29 1.62 ind:pas:3p; -fermé fermer VER m s 238.65 197.16 34.73 30.54 par:pas; -fermée fermer VER f s 238.65 197.16 13.72 16.15 par:pas; -fermées fermer VER f p 238.65 197.16 3.31 6.42 par:pas; -fermés fermé ADJ m p 21.46 56.35 7.20 21.08 -ferons faire VER 8813.53 5328.99 21.07 6.96 ind:fut:1p; -feront faire VER 8813.53 5328.99 23.12 11.01 ind:fut:3p; -ferra ferrer VER 1.96 6.96 0.03 0.14 ind:pas:3s; -ferrage ferrage NOM m s 0.00 0.47 0.00 0.27 -ferrages ferrage NOM m p 0.00 0.47 0.00 0.20 -ferrai ferrer VER 1.96 6.96 0.01 0.00 ind:pas:1s; -ferrailla ferrailler VER 0.17 0.95 0.00 0.07 ind:pas:3s; -ferraillaient ferrailler VER 0.17 0.95 0.00 0.14 ind:imp:3p; -ferraillait ferrailler VER 0.17 0.95 0.00 0.14 ind:imp:3s; -ferraillant ferrailler VER 0.17 0.95 0.14 0.14 par:pre; -ferraillante ferraillant ADJ f s 0.00 0.47 0.00 0.14 -ferraille ferraille NOM f s 4.36 13.72 4.22 10.88 -ferraillement ferraillement NOM m s 0.00 0.68 0.00 0.68 -ferrailler ferrailler VER 0.17 0.95 0.01 0.20 inf; -ferrailles ferraille NOM f p 4.36 13.72 0.14 2.84 -ferrailleur ferrailleur NOM m s 0.53 1.62 0.51 0.68 -ferrailleurs ferrailleur NOM m p 0.53 1.62 0.02 0.95 -ferraillé ferrailler VER m s 0.17 0.95 0.00 0.07 par:pas; -ferrais ferrer VER 1.96 6.96 0.17 0.00 ind:imp:1s;ind:imp:2s; -ferrait ferrer VER 1.96 6.96 0.03 0.74 ind:imp:3s; -ferrant ferrer VER 1.96 6.96 0.01 0.20 par:pre; -ferrasse ferrer VER 1.96 6.96 0.14 0.00 sub:imp:1s; -ferre ferrer VER 1.96 6.96 0.03 0.54 ind:pre:1s;ind:pre:3s; -ferrer ferrer VER 1.96 6.96 0.25 2.03 inf; -ferrera ferrer VER 1.96 6.96 0.00 0.07 ind:fut:3s; -ferrerait ferrer VER 1.96 6.96 0.00 0.07 cnd:pre:3s; -ferrets ferret NOM m p 0.14 0.20 0.14 0.20 -ferreuse ferreux ADJ f s 0.16 0.54 0.01 0.00 -ferreux ferreux ADJ m 0.16 0.54 0.14 0.54 -ferrez ferrer VER 1.96 6.96 0.08 0.00 imp:pre:2p;ind:pre:2p; -ferries ferry NOM m p 2.12 0.61 0.14 0.00 -ferriques ferrique ADJ m p 0.00 0.07 0.00 0.07 -ferrite ferrite NOM s 0.03 0.00 0.03 0.00 -ferro ferro NOM m s 0.00 0.07 0.00 0.07 -ferrocérium ferrocérium NOM m s 0.00 0.07 0.00 0.07 -ferrocyanure ferrocyanure NOM m s 0.00 0.07 0.00 0.07 -ferronnerie ferronnerie NOM f s 0.13 0.68 0.13 0.34 -ferronneries ferronnerie NOM f p 0.13 0.68 0.00 0.34 -ferronnier ferronnier NOM m s 0.02 0.68 0.01 0.34 -ferronniers ferronnier NOM m p 0.02 0.68 0.00 0.34 -ferronnière ferronnier NOM f s 0.02 0.68 0.01 0.00 -ferrons ferrer VER 1.96 6.96 0.02 0.00 ind:pre:1p; -ferroviaire ferroviaire ADJ s 1.29 1.49 1.22 0.88 -ferroviaires ferroviaire ADJ p 1.29 1.49 0.07 0.61 -ferré ferrer VER m s 1.96 6.96 0.31 1.08 par:pas; -ferrée ferré ADJ f s 2.91 6.76 2.27 3.04 -ferrées ferré ADJ f p 2.91 6.76 0.52 1.82 -ferrugineuse ferrugineux ADJ f s 0.00 1.15 0.00 0.27 -ferrugineuses ferrugineux ADJ f p 0.00 1.15 0.00 0.20 -ferrugineux ferrugineux ADJ m 0.00 1.15 0.00 0.68 -ferrure ferrure NOM f s 0.01 1.42 0.01 0.14 -ferrures ferrure NOM f p 0.01 1.42 0.00 1.28 -ferrés ferré ADJ m p 2.91 6.76 0.08 1.35 -ferry_boat ferry_boat NOM m s 0.14 0.20 0.14 0.20 -ferry ferry NOM m s 2.12 0.61 1.98 0.61 -fers fer NOM m p 37.08 114.19 3.42 7.70 -fertile fertile ADJ s 3.17 3.18 2.72 2.57 -fertiles fertile ADJ p 3.17 3.18 0.45 0.61 -fertilisable fertilisable ADJ m s 0.00 0.07 0.00 0.07 -fertilisait fertiliser VER 0.97 0.95 0.01 0.20 ind:imp:3s; -fertilisant fertilisant NOM m s 0.07 0.07 0.07 0.07 -fertilisateur fertilisateur ADJ m s 0.00 0.07 0.00 0.07 -fertilisation fertilisation NOM f s 0.07 0.14 0.07 0.14 -fertilise fertiliser VER 0.97 0.95 0.27 0.14 ind:pre:3s; -fertilisent fertiliser VER 0.97 0.95 0.03 0.00 ind:pre:3p; -fertiliser fertiliser VER 0.97 0.95 0.18 0.34 inf; -fertilisera fertiliser VER 0.97 0.95 0.02 0.00 ind:fut:3s; -fertiliserons fertiliser VER 0.97 0.95 0.00 0.07 ind:fut:1p; -fertilisez fertiliser VER 0.97 0.95 0.02 0.00 imp:pre:2p; -fertilisèrent fertiliser VER 0.97 0.95 0.00 0.07 ind:pas:3p; -fertilisé fertiliser VER m s 0.97 0.95 0.19 0.07 par:pas; -fertilisée fertiliser VER f s 0.97 0.95 0.00 0.07 par:pas; -fertilisés fertiliser VER m p 0.97 0.95 0.23 0.00 par:pas; -fertilité fertilité NOM f s 1.13 1.01 1.13 1.01 -ferté ferté NOM f s 0.00 0.27 0.00 0.27 -fervent fervent ADJ m s 2.13 4.53 1.22 2.03 -fervente fervent ADJ f s 2.13 4.53 0.42 1.22 -ferventes fervent ADJ f p 2.13 4.53 0.12 0.14 -fervents fervent ADJ m p 2.13 4.53 0.37 1.15 -ferveur ferveur NOM f s 1.69 10.88 1.69 10.61 -ferveurs ferveur NOM f p 1.69 10.88 0.00 0.27 -fessait fesser VER 1.10 0.74 0.00 0.14 ind:imp:3s; -fesse_mathieu fesse_mathieu NOM m s 0.00 0.07 0.00 0.07 -fesse fesse NOM f s 36.32 45.14 1.81 6.42 -fesser fesser VER 1.10 0.74 0.26 0.27 inf; -fesserai fesser VER 1.10 0.74 0.02 0.07 ind:fut:1s; -fesserais fesser VER 1.10 0.74 0.04 0.00 cnd:pre:1s;cnd:pre:2s; -fesses fesse NOM f p 36.32 45.14 34.52 38.72 -fesseur fesseur NOM m s 0.01 0.14 0.01 0.07 -fesseuse fesseur NOM f s 0.01 0.14 0.00 0.07 -fessier fessier NOM m s 0.33 0.68 0.23 0.54 -fessiers fessier ADJ m p 0.34 0.27 0.21 0.07 -fessiez fesser VER 1.10 0.74 0.01 0.00 ind:imp:2p; -fessière fessier ADJ f s 0.34 0.27 0.03 0.07 -fessières fessier ADJ f p 0.34 0.27 0.00 0.14 -fessé fesser VER m s 1.10 0.74 0.25 0.07 par:pas; -fessu fessu ADJ m s 0.01 0.81 0.00 0.27 -fessée fessée NOM f s 4.44 1.76 4.02 1.15 -fessue fessu ADJ f s 0.01 0.81 0.01 0.34 -fessées fessée NOM f p 4.44 1.76 0.41 0.61 -fessues fessu ADJ f p 0.01 0.81 0.00 0.20 -fessés fesser VER m p 1.10 0.74 0.01 0.07 par:pas; -festif festif ADJ m s 0.88 0.34 0.70 0.07 -festin festin NOM m s 4.50 5.68 4.05 4.46 -festins festin NOM m p 4.50 5.68 0.45 1.22 -festival festival NOM m s 7.65 5.27 7.51 4.93 -festivalier festivalier NOM m s 0.01 0.07 0.01 0.07 -festivals festival NOM m p 7.65 5.27 0.14 0.34 -festive festif ADJ f s 0.88 0.34 0.17 0.07 -festives festif ADJ f p 0.88 0.34 0.01 0.20 -festivité festivité NOM f s 1.21 1.01 0.02 0.00 -festivités festivité NOM f p 1.21 1.01 1.19 1.01 -festoie festoyer VER 1.26 1.01 0.55 0.07 imp:pre:2s;ind:pre:1s;ind:pre:3s; -festoient festoyer VER 1.26 1.01 0.13 0.07 ind:pre:3p; -festoiera festoyer VER 1.26 1.01 0.02 0.00 ind:fut:3s; -festoierons festoyer VER 1.26 1.01 0.02 0.00 ind:fut:1p; -feston feston NOM m s 0.17 1.49 0.02 0.14 -festonnaient festonner VER 0.03 1.01 0.00 0.07 ind:imp:3p; -festonnait festonner VER 0.03 1.01 0.00 0.14 ind:imp:3s; -festonne festonner VER 0.03 1.01 0.00 0.07 ind:pre:1s; -festonnements festonnement NOM m p 0.00 0.07 0.00 0.07 -festonner festonner VER 0.03 1.01 0.02 0.00 inf; -festonné festonner VER m s 0.03 1.01 0.01 0.07 par:pas; -festonnée festonner VER f s 0.03 1.01 0.00 0.27 par:pas; -festonnées festonner VER f p 0.03 1.01 0.00 0.20 par:pas; -festonnés festonner VER m p 0.03 1.01 0.00 0.20 par:pas; -festons feston NOM m p 0.17 1.49 0.14 1.35 -festoya festoyer VER 1.26 1.01 0.00 0.20 ind:pas:3s; -festoyaient festoyer VER 1.26 1.01 0.03 0.14 ind:imp:3p; -festoyant festoyer VER 1.26 1.01 0.03 0.00 par:pre; -festoyer festoyer VER 1.26 1.01 0.34 0.47 inf; -festoyez festoyer VER 1.26 1.01 0.03 0.00 imp:pre:2p; -festoyé festoyer VER m s 1.26 1.01 0.11 0.07 par:pas; -feta feta NOM f s 0.09 0.00 0.09 0.00 -fettucine fettucine NOM f 0.05 0.00 0.05 0.00 -feu feu NOM m s 233.96 236.15 215.87 199.39 -feudataire feudataire NOM m s 0.00 0.07 0.00 0.07 -feue feu ADJ f s 22.07 16.42 0.14 0.34 -feuillage feuillage NOM m s 1.68 23.72 1.30 10.47 -feuillages feuillage NOM m p 1.68 23.72 0.38 13.24 -feuillaison feuillaison NOM f s 0.00 0.14 0.00 0.14 -feuillantines feuillantine NOM f p 0.00 0.20 0.00 0.20 -feuille_morte feuille_morte ADJ f s 0.00 0.07 0.00 0.07 -feuille feuille NOM f s 30.10 138.04 13.24 46.35 -feuilles feuille NOM f p 30.10 138.04 16.86 91.69 -feuillet feuillet NOM m s 0.26 10.00 0.06 2.16 -feuilleta feuilleter VER 2.21 21.49 0.00 2.70 ind:pas:3s; -feuilletage feuilletage NOM m s 0.00 0.20 0.00 0.20 -feuilletai feuilleter VER 2.21 21.49 0.02 0.34 ind:pas:1s; -feuilletaient feuilleter VER 2.21 21.49 0.00 0.47 ind:imp:3p; -feuilletais feuilleter VER 2.21 21.49 0.23 0.81 ind:imp:1s;ind:imp:2s; -feuilletait feuilleter VER 2.21 21.49 0.00 2.91 ind:imp:3s; -feuilletant feuilleter VER 2.21 21.49 0.04 3.11 par:pre; -feuilleter feuilleter VER 2.21 21.49 0.65 4.05 inf; -feuilletez feuilleter VER 2.21 21.49 0.00 0.07 ind:pre:2p; -feuilletiez feuilleter VER 2.21 21.49 0.01 0.07 ind:imp:2p; -feuilletions feuilleter VER 2.21 21.49 0.00 0.07 ind:imp:1p; -feuilleton feuilleton NOM m s 2.81 6.28 2.06 4.66 -feuilletoniste feuilletoniste NOM s 0.00 0.34 0.00 0.34 -feuilletons feuilleton NOM m p 2.81 6.28 0.75 1.62 -feuillets feuillet NOM m p 0.26 10.00 0.20 7.84 -feuillette feuilleter VER 2.21 21.49 0.41 3.51 imp:pre:2s;ind:pre:1s;ind:pre:3s; -feuillettement feuillettement NOM m s 0.00 0.14 0.00 0.14 -feuillettent feuilleter VER 2.21 21.49 0.00 0.14 ind:pre:3p; -feuillettes feuilleter VER 2.21 21.49 0.16 0.00 ind:pre:2s; -feuilletèrent feuilleter VER 2.21 21.49 0.00 0.07 ind:pas:3p; -feuilleté feuilleter VER m s 2.21 21.49 0.65 2.36 par:pas; -feuilletée feuilleté ADJ f s 0.19 0.61 0.12 0.27 -feuilletées feuilleté ADJ f p 0.19 0.61 0.01 0.07 -feuilletés feuilleté NOM m p 0.79 0.34 0.30 0.14 -feuillu feuillu ADJ m s 0.18 2.43 0.12 0.47 -feuillée feuillée NOM f s 0.14 1.42 0.00 0.41 -feuillue feuillu ADJ f s 0.18 2.43 0.05 1.08 -feuillées feuillée NOM f p 0.14 1.42 0.14 1.01 -feuillues feuillu ADJ f p 0.18 2.43 0.01 0.47 -feuillure feuillure NOM f s 0.03 0.14 0.00 0.07 -feuillures feuillure NOM f p 0.03 0.14 0.03 0.07 -feuillus feuillu NOM m p 0.10 0.14 0.10 0.00 -feuj feuj NOM s 0.04 0.00 0.04 0.00 -feula feuler VER 0.10 0.54 0.00 0.07 ind:pas:3s; -feulait feuler VER 0.10 0.54 0.00 0.07 ind:imp:3s; -feulant feuler VER 0.10 0.54 0.00 0.14 par:pre; -feule feuler VER 0.10 0.54 0.00 0.07 ind:pre:3s; -feulement feulement NOM m s 0.00 1.08 0.00 0.81 -feulements feulement NOM m p 0.00 1.08 0.00 0.27 -feulent feuler VER 0.10 0.54 0.00 0.07 ind:pre:3p; -feuler feuler VER 0.10 0.54 0.10 0.07 inf; -feulée feuler VER f s 0.10 0.54 0.00 0.07 par:pas; -feurre feurre NOM m s 0.00 0.07 0.00 0.07 -feutra feutrer VER 0.19 5.34 0.00 0.07 ind:pas:3s; -feutrage feutrage NOM m s 0.00 0.41 0.00 0.34 -feutrages feutrage NOM m p 0.00 0.41 0.00 0.07 -feutrait feutrer VER 0.19 5.34 0.00 0.14 ind:imp:3s; -feutrant feutrer VER 0.19 5.34 0.00 0.07 par:pre; -feutre feutre NOM m s 1.45 13.99 1.33 13.18 -feutrent feutrer VER 0.19 5.34 0.00 0.14 ind:pre:3p; -feutrer feutrer VER 0.19 5.34 0.00 0.14 inf; -feutres feutrer VER 0.19 5.34 0.14 0.27 sub:pre:2s; -feutrine feutrine NOM f s 0.00 0.74 0.00 0.74 -feutré feutré ADJ m s 0.29 5.74 0.03 1.96 -feutrée feutré ADJ f s 0.29 5.74 0.21 2.03 -feutrées feutré ADJ f p 0.29 5.74 0.01 0.54 -feutrés feutré ADJ m p 0.29 5.74 0.04 1.22 -feux feu NOM m p 233.96 236.15 18.10 36.76 -fez fez NOM m s 0.42 1.15 0.42 1.15 -fi fi ONO 4.92 4.66 4.92 4.66 -fia fier VER 14.26 8.99 0.00 0.14 ind:pas:3s; -fiabilité fiabilité NOM f s 0.37 0.34 0.37 0.34 -fiable fiable ADJ s 6.85 1.28 5.36 1.08 -fiables fiable ADJ p 6.85 1.28 1.50 0.20 -fiacre fiacre NOM m s 1.39 5.20 1.39 4.05 -fiacres fiacre NOM m p 1.39 5.20 0.00 1.15 -fiaient fier VER 14.26 8.99 0.03 0.07 ind:imp:3p; -fiais fier VER 14.26 8.99 0.23 0.14 ind:imp:1s;ind:imp:2s; -fiait fier VER 14.26 8.99 0.21 0.34 ind:imp:3s; -fiance fiancer VER 13.30 4.80 0.46 0.20 imp:pre:2s;ind:pre:3s;sub:pre:3s; -fiancent fiancer VER 13.30 4.80 0.03 0.00 ind:pre:3p; -fiancer fiancer VER 13.30 4.80 1.22 0.47 inf; -fiancerais fiancer VER 13.30 4.80 0.02 0.00 cnd:pre:1s;cnd:pre:2s; -fiancerons fiancer VER 13.30 4.80 0.00 0.07 ind:fut:1p; -fiancez fiancer VER 13.30 4.80 0.00 0.07 ind:pre:2p; -fiancèrent fiancer VER 13.30 4.80 0.01 0.07 ind:pas:3p; -fiancé fiancé NOM m s 51.51 23.11 21.89 9.73 -fiancée fiancé NOM f s 51.51 23.11 27.84 9.93 -fiancées fiancé NOM f p 51.51 23.11 0.68 0.88 -fiancés fiancer VER m p 13.30 4.80 4.10 0.74 par:pas; -fiant fier VER 14.26 8.99 0.28 0.81 par:pre; -fiança fiancer VER 13.30 4.80 0.01 0.14 ind:pas:3s; -fiançailles fiançailles NOM f p 5.63 6.96 5.63 6.96 -fiançais fiancer VER 13.30 4.80 0.01 0.00 ind:imp:1s; -fiançons fiancer VER 13.30 4.80 0.12 0.00 imp:pre:1p;ind:pre:1p; -fias fier VER 14.26 8.99 0.00 0.81 ind:pas:2s; -fiasco fiasco NOM m s 1.96 2.16 1.95 1.89 -fiascos fiasco NOM m p 1.96 2.16 0.01 0.27 -fiasque fiasque NOM f s 0.04 0.41 0.02 0.27 -fiasques fiasque NOM f p 0.04 0.41 0.01 0.14 -fiassent fier VER 14.26 8.99 0.00 0.07 sub:imp:3p; -fiat fiat NOM m s 0.02 0.07 0.02 0.07 -fibre fibre NOM f s 6.65 7.43 2.67 2.50 -fibres fibre NOM f p 6.65 7.43 3.97 4.93 -fibreuse fibreux ADJ f s 0.17 0.54 0.01 0.27 -fibreuses fibreux ADJ f p 0.17 0.54 0.00 0.07 -fibreux fibreux ADJ m 0.17 0.54 0.16 0.20 -fibrillation fibrillation NOM f s 0.69 0.00 0.69 0.00 -fibrille fibrille NOM f s 0.37 0.61 0.37 0.07 -fibrilles fibrille NOM f p 0.37 0.61 0.00 0.54 -fibrilleux fibrilleux ADJ m s 0.00 0.07 0.00 0.07 -fibrillé fibrillé NOM m s 0.01 0.00 0.01 0.00 -fibrine fibrine NOM f s 0.01 0.14 0.01 0.14 -fibrinogène fibrinogène NOM m s 0.03 0.00 0.03 0.00 -fibrociment fibrociment NOM m s 0.00 0.27 0.00 0.27 -fibromateuse fibromateux ADJ f s 0.00 0.14 0.00 0.14 -fibrome fibrome NOM m s 0.06 1.01 0.01 0.95 -fibromes fibrome NOM m p 0.06 1.01 0.05 0.07 -fibroscope fibroscope NOM m s 0.08 0.00 0.08 0.00 -fibroscopie fibroscopie NOM f s 0.05 0.00 0.05 0.00 -fibrose fibrose NOM f s 0.28 0.00 0.28 0.00 -fibrotoxine fibrotoxine NOM f s 0.00 0.14 0.00 0.14 -fibré fibré ADJ m s 0.00 0.20 0.00 0.20 -fibule fibule NOM f s 0.00 0.07 0.00 0.07 -fic fic NOM m s 0.01 0.00 0.01 0.00 -ficaires ficaire NOM f p 0.00 0.07 0.00 0.07 -ficela ficeler VER 0.86 6.76 0.00 0.41 ind:pas:3s; -ficelai ficeler VER 0.86 6.76 0.00 0.07 ind:pas:1s; -ficelaient ficeler VER 0.86 6.76 0.01 0.14 ind:imp:3p; -ficelait ficeler VER 0.86 6.76 0.00 0.47 ind:imp:3s; -ficelant ficeler VER 0.86 6.76 0.00 0.07 par:pre; -ficeler ficeler VER 0.86 6.76 0.17 0.68 inf; -ficelez ficeler VER 0.86 6.76 0.01 0.00 imp:pre:2p; -ficelle ficelle NOM f s 6.31 21.22 3.13 13.38 -ficellerait ficeler VER 0.86 6.76 0.00 0.07 cnd:pre:3s; -ficelles ficelle NOM f p 6.31 21.22 3.19 7.84 -ficelèrent ficeler VER 0.86 6.76 0.00 0.07 ind:pas:3p; -ficelé ficeler VER m s 0.86 6.76 0.36 2.03 par:pas; -ficelée ficeler VER f s 0.86 6.76 0.17 1.15 par:pas; -ficelées ficelé ADJ f p 0.61 3.18 0.04 0.47 -ficelés ficelé ADJ m p 0.61 3.18 0.11 1.15 -ficha ficher VER 97.84 29.32 0.01 0.54 ind:pas:3s; -fichage fichage NOM m s 0.01 0.00 0.01 0.00 -fichaient ficher VER 97.84 29.32 0.27 0.61 ind:imp:3p; -fichais ficher VER 97.84 29.32 1.67 0.81 ind:imp:1s;ind:imp:2s; -fichaise fichaise NOM f s 0.03 0.20 0.01 0.07 -fichaises fichaise NOM f p 0.03 0.20 0.02 0.14 -fichait ficher VER 97.84 29.32 2.31 3.38 ind:imp:3s; -fichant ficher VER 97.84 29.32 0.20 0.81 par:pre; -fiche ficher VER 97.84 29.32 60.95 10.41 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:1s;sub:pre:3s; -fichent ficher VER 97.84 29.32 2.87 1.49 ind:pre:3p; -ficher ficher VER 97.84 29.32 1.90 1.42 inf; -fichera ficher VER 97.84 29.32 0.50 0.14 ind:fut:3s; -ficherai ficher VER 97.84 29.32 0.34 0.20 ind:fut:1s; -ficheraient ficher VER 97.84 29.32 0.21 0.00 cnd:pre:3p; -ficherais ficher VER 97.84 29.32 0.75 0.00 cnd:pre:1s;cnd:pre:2s; -ficherait ficher VER 97.84 29.32 0.21 0.20 cnd:pre:3s; -ficheras ficher VER 97.84 29.32 0.07 0.00 ind:fut:2s; -ficherons ficher VER 97.84 29.32 0.00 0.07 ind:fut:1p; -ficheront ficher VER 97.84 29.32 0.17 0.14 ind:fut:3p; -fiches ficher VER 97.84 29.32 6.86 1.22 ind:pre:2s; -fichez ficher VER 97.84 29.32 12.73 1.35 imp:pre:2p;ind:pre:2p; -fichier fichier NOM m s 11.10 2.91 5.42 1.89 -fichiers fichier NOM m p 11.10 2.91 5.69 1.01 -fichiez ficher VER 97.84 29.32 0.48 0.00 ind:imp:2p; -fichions ficher VER 97.84 29.32 0.00 0.07 ind:imp:1p; -fichons ficher VER 97.84 29.32 2.67 0.07 imp:pre:1p;ind:pre:1p; -fichât ficher VER 97.84 29.32 0.00 0.14 sub:imp:3s; -fichtre fichtre ONO 1.23 1.01 1.23 1.01 -fichtrement fichtrement ADV 0.27 0.47 0.27 0.47 -fiché ficher VER m s 97.84 29.32 1.99 2.16 par:pas; -fichu fichu ADJ m s 27.51 12.03 17.34 7.70 -fichée ficher VER f s 97.84 29.32 0.35 1.82 par:pas; -fichue fichu ADJ f s 27.51 12.03 6.34 3.04 -fichées ficher VER f p 97.84 29.32 0.14 1.22 par:pas; -fichues fichu ADJ f p 27.51 12.03 1.04 0.20 -fichés ficher VER m p 97.84 29.32 0.20 1.08 par:pas; -fichus fichu ADJ m p 27.51 12.03 2.79 1.08 -fictif fictif ADJ m s 1.99 2.84 0.94 1.22 -fictifs fictif ADJ m p 1.99 2.84 0.57 0.34 -fiction fiction NOM f s 6.46 5.14 6.25 4.32 -fictionnel fictionnel ADJ m s 0.02 0.00 0.02 0.00 -fictions fiction NOM f p 6.46 5.14 0.21 0.81 -fictive fictif ADJ f s 1.99 2.84 0.41 0.88 -fictivement fictivement ADV 0.00 0.20 0.00 0.20 -fictives fictif ADJ f p 1.99 2.84 0.06 0.41 -ficus ficus NOM m 0.17 0.20 0.17 0.20 -fidèle fidèle ADJ s 24.61 35.61 20.04 27.43 -fidèlement fidèlement ADV 1.12 4.53 1.12 4.53 -fidèles fidèle ADJ p 24.61 35.61 4.57 8.18 -fiduciaire fiduciaire ADJ s 0.17 0.68 0.13 0.68 -fiduciaires fiduciaire ADJ f p 0.17 0.68 0.04 0.00 -fiducie fiducie NOM f s 0.06 0.00 0.06 0.00 -fidéicommis fidéicommis NOM m 0.42 0.07 0.42 0.07 -fidéliser fidéliser VER 0.04 0.00 0.03 0.00 inf; -fidéliseras fidéliser VER 0.04 0.00 0.01 0.00 ind:fut:2s; -fidélité fidélité NOM f s 10.26 18.31 10.26 17.43 -fidélités fidélité NOM f p 10.26 18.31 0.00 0.88 -fie fier VER 14.26 8.99 4.10 0.95 imp:pre:2s;ind:pre:1s;ind:pre:3s; -fief fief NOM m s 3.38 3.45 3.22 2.70 -fieffé fieffé ADJ m s 0.95 0.61 0.77 0.20 -fieffée fieffé ADJ f s 0.95 0.61 0.00 0.27 -fieffés fieffé ADJ m p 0.95 0.61 0.19 0.14 -fiefs fief NOM m p 3.38 3.45 0.16 0.74 -fiel fiel NOM m s 1.36 2.50 1.36 2.50 -field field NOM m s 0.47 0.00 0.47 0.00 -fielleuse fielleux ADJ f s 0.42 0.95 0.11 0.20 -fielleusement fielleusement ADV 0.00 0.07 0.00 0.07 -fielleuses fielleux ADJ f p 0.42 0.95 0.00 0.27 -fielleux fielleux ADJ m 0.42 0.95 0.31 0.47 -fient fier VER 14.26 8.99 0.18 0.00 ind:pre:3p; -fiente fiente NOM f s 0.79 2.70 0.72 1.96 -fientes fiente NOM f p 0.79 2.70 0.07 0.74 -fienteuse fienteux ADJ f s 0.00 0.14 0.00 0.07 -fienteux fienteux ADJ m p 0.00 0.14 0.00 0.07 -fienté fienter VER m s 0.20 0.20 0.00 0.14 par:pas; -fier_à_bras fier_à_bras NOM m 0.00 0.14 0.00 0.14 -fier fier ADJ m s 79.13 58.18 46.07 31.42 -fiera fier VER 14.26 8.99 0.11 0.00 ind:fut:3s; -fierai fier VER 14.26 8.99 0.02 0.00 ind:fut:1s; -fierais fier VER 14.26 8.99 0.29 0.07 cnd:pre:1s;cnd:pre:2s; -fieras fier VER 14.26 8.99 0.01 0.00 ind:fut:2s; -fiers_à_bras fiers_à_bras NOM m p 0.00 0.27 0.00 0.27 -fiers fier ADJ m p 79.13 58.18 12.36 8.38 -fierté fierté NOM f s 13.58 29.93 13.56 29.66 -fiertés fierté NOM f p 13.58 29.93 0.02 0.27 -fiesta fiesta NOM f s 2.14 2.43 2.07 1.96 -fiestas fiesta NOM f p 2.14 2.43 0.07 0.47 -fieu fieu NOM m s 0.00 0.07 0.00 0.07 -fieux fieux NOM m p 0.02 0.00 0.02 0.00 -fiez fier VER 14.26 8.99 1.58 0.41 imp:pre:2p;ind:pre:2p; -fifi fifi NOM m s 0.98 7.77 0.96 7.36 -fifille fifille NOM f s 0.65 1.35 0.65 1.35 -fifis fifi NOM m p 0.98 7.77 0.02 0.41 -fifre fifre NOM m s 0.10 2.09 0.07 1.22 -fifrelin fifrelin NOM m s 0.13 0.54 0.03 0.41 -fifrelins fifrelin NOM m p 0.13 0.54 0.10 0.14 -fifres fifre NOM m p 0.10 2.09 0.03 0.88 -fifties fifties NOM p 0.03 0.07 0.03 0.07 -fifty_fifty fifty_fifty ADV 0.66 0.14 0.66 0.14 -fifty fifty NOM m s 0.05 0.47 0.05 0.47 -figaro figaro NOM m s 0.00 1.42 0.00 1.35 -figaros figaro NOM m p 0.00 1.42 0.00 0.07 -fige figer VER 4.49 33.18 1.04 2.91 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -figea figer VER 4.49 33.18 0.00 2.97 ind:pas:3s; -figeaient figer VER 4.49 33.18 0.00 0.95 ind:imp:3p; -figeais figer VER 4.49 33.18 0.03 0.14 ind:imp:1s; -figeait figer VER 4.49 33.18 0.04 1.89 ind:imp:3s; -figeant figer VER 4.49 33.18 0.01 0.68 par:pre; -figent figer VER 4.49 33.18 0.17 0.34 ind:pre:3p; -figer figer VER 4.49 33.18 1.16 2.50 inf; -figera figer VER 4.49 33.18 0.04 0.14 ind:fut:3s; -figerai figer VER 4.49 33.18 0.07 0.07 ind:fut:1s; -figeraient figer VER 4.49 33.18 0.00 0.14 cnd:pre:3p; -figerait figer VER 4.49 33.18 0.00 0.27 cnd:pre:3s; -figez figer VER 4.49 33.18 0.05 0.00 imp:pre:2p;ind:pre:2p; -fignard fignard NOM m s 0.00 0.07 0.00 0.07 -fignola fignoler VER 0.48 3.85 0.00 0.27 ind:pas:3s; -fignolage fignolage NOM m s 0.11 0.41 0.11 0.20 -fignolages fignolage NOM m p 0.11 0.41 0.00 0.20 -fignolaient fignoler VER 0.48 3.85 0.00 0.07 ind:imp:3p; -fignolait fignoler VER 0.48 3.85 0.00 0.41 ind:imp:3s; -fignolant fignoler VER 0.48 3.85 0.00 0.61 par:pre; -fignole fignoler VER 0.48 3.85 0.20 0.27 ind:pre:1s;ind:pre:3s; -fignolent fignoler VER 0.48 3.85 0.00 0.14 ind:pre:3p; -fignoler fignoler VER 0.48 3.85 0.16 0.95 inf; -fignolerai fignoler VER 0.48 3.85 0.00 0.07 ind:fut:1s; -fignolerais fignoler VER 0.48 3.85 0.01 0.00 cnd:pre:1s; -fignolerait fignoler VER 0.48 3.85 0.00 0.07 cnd:pre:3s; -fignoleur fignoleur NOM m s 0.01 0.00 0.01 0.00 -fignolons fignoler VER 0.48 3.85 0.00 0.07 ind:pre:1p; -fignolé fignoler VER m s 0.48 3.85 0.09 0.61 par:pas; -fignolée fignoler VER f s 0.48 3.85 0.01 0.27 par:pas; -fignolés fignoler VER m p 0.48 3.85 0.01 0.07 par:pas; -figèrent figer VER 4.49 33.18 0.00 0.27 ind:pas:3p; -figé figer VER m s 4.49 33.18 1.02 9.32 par:pas; -figue figue NOM f s 7.38 3.58 3.44 1.28 -figée figer VER f s 4.49 33.18 0.49 5.00 par:pas; -figues figue NOM f p 7.38 3.58 3.94 2.30 -figées figé ADJ f p 0.94 11.82 0.05 0.88 -figuier figuier NOM m s 1.79 3.58 1.36 1.82 -figuiers figuier NOM m p 1.79 3.58 0.43 1.76 -figura figurer VER 14.41 57.23 0.07 0.41 ind:pas:3s; -figurai figurer VER 14.41 57.23 0.14 0.34 ind:pas:1s; -figuraient figurer VER 14.41 57.23 0.21 3.99 ind:imp:3p; -figurais figurer VER 14.41 57.23 0.03 1.96 ind:imp:1s;ind:imp:2s; -figurait figurer VER 14.41 57.23 0.81 7.97 ind:imp:3s; -figurant figurant NOM m s 2.99 5.07 0.68 1.62 -figurante figurant NOM f s 2.99 5.07 0.37 0.54 -figurantes figurant NOM f p 2.99 5.07 0.02 0.14 -figurants figurant NOM m p 2.99 5.07 1.93 2.77 -figuratif figuratif ADJ m s 0.20 0.68 0.20 0.27 -figuratifs figuratif ADJ m p 0.20 0.68 0.00 0.14 -figuration figuration NOM f s 0.41 2.57 0.40 1.96 -figurations figuration NOM f p 0.41 2.57 0.01 0.61 -figurative figuratif ADJ f s 0.20 0.68 0.01 0.14 -figurativement figurativement ADV 0.01 0.07 0.01 0.07 -figuratives figuratif ADJ f p 0.20 0.68 0.00 0.14 -figure figure NOM f s 25.18 95.34 22.49 77.70 -figurent figurer VER 14.41 57.23 0.56 4.46 ind:pre:3p; -figurer figurer VER 14.41 57.23 1.43 7.30 inf; -figurera figurer VER 14.41 57.23 0.42 0.34 ind:fut:3s; -figureraient figurer VER 14.41 57.23 0.01 0.27 cnd:pre:3p; -figurerait figurer VER 14.41 57.23 0.03 0.27 cnd:pre:3s; -figures figure NOM f p 25.18 95.34 2.69 17.64 -figurez figurer VER 14.41 57.23 3.06 6.15 imp:pre:2p;ind:pre:2p; -figuriez figurer VER 14.41 57.23 0.03 0.07 ind:imp:2p; -figurine figurine NOM f s 2.18 2.43 1.19 0.88 -figurines figurine NOM f p 2.18 2.43 0.99 1.55 -figurions figurer VER 14.41 57.23 0.00 0.14 ind:imp:1p; -figurât figurer VER 14.41 57.23 0.00 0.34 sub:imp:3s; -figurèrent figurer VER 14.41 57.23 0.00 0.07 ind:pas:3p; -figuré figuré ADJ m s 0.57 1.08 0.56 0.95 -figurée figuré ADJ f s 0.57 1.08 0.02 0.00 -figurées figurer VER f p 14.41 57.23 0.00 0.47 par:pas; -figurés figurer VER m p 14.41 57.23 0.00 0.74 par:pas; -figés figer VER m p 4.49 33.18 0.36 3.92 par:pas; -fil_à_fil fil_à_fil NOM m 0.00 0.34 0.00 0.34 -fil fil NOM m s 64.92 99.73 51.83 75.95 -fila filer VER 100.96 88.51 0.41 4.93 ind:pas:3s; -filage filage NOM m s 0.06 0.14 0.06 0.14 -filai filer VER 100.96 88.51 0.00 0.61 ind:pas:1s; -filaient filer VER 100.96 88.51 0.34 3.38 ind:imp:3p; -filaire filaire ADJ f s 0.01 0.00 0.01 0.00 -filais filer VER 100.96 88.51 0.54 1.15 ind:imp:1s;ind:imp:2s; -filait filer VER 100.96 88.51 1.39 10.27 ind:imp:3s; -filament filament NOM m s 0.40 2.16 0.29 0.27 -filamenteux filamenteux ADJ m 0.01 0.07 0.01 0.07 -filaments filament NOM m p 0.40 2.16 0.11 1.89 -filandres filandre NOM f p 0.00 0.07 0.00 0.07 -filandreuse filandreux ADJ f s 0.07 1.62 0.00 0.54 -filandreuses filandreux ADJ f p 0.07 1.62 0.03 0.61 -filandreux filandreux ADJ m 0.07 1.62 0.05 0.47 -filant filer VER 100.96 88.51 0.26 3.38 par:pre; -filante filant ADJ f s 1.64 3.38 0.60 1.28 -filantes filant ADJ f p 1.64 3.38 0.82 1.22 -filaos filao NOM m p 0.00 0.07 0.00 0.07 -filariose filariose NOM f s 0.05 0.00 0.05 0.00 -filasse filasse NOM f s 0.06 0.47 0.02 0.34 -filasses filasse NOM f p 0.06 0.47 0.04 0.14 -filateur filateur NOM m s 0.00 0.27 0.00 0.07 -filateurs filateur NOM m p 0.00 0.27 0.00 0.20 -filature filature NOM f s 2.10 1.42 1.85 0.88 -filatures filature NOM f p 2.10 1.42 0.24 0.54 -file_la_moi file_la_moi NOM f s 0.01 0.00 0.01 0.00 -file filer VER 100.96 88.51 36.47 17.84 imp:pre:2s;ind:pre:1s;ind:pre:3s; -filent filer VER 100.96 88.51 2.21 3.18 ind:pre:3p; -filer filer VER 100.96 88.51 25.85 21.76 inf; -filera filer VER 100.96 88.51 1.03 0.61 ind:fut:3s; -filerai filer VER 100.96 88.51 0.71 0.68 ind:fut:1s; -fileraient filer VER 100.96 88.51 0.03 0.07 cnd:pre:3p; -filerais filer VER 100.96 88.51 0.35 0.20 cnd:pre:1s;cnd:pre:2s; -filerait filer VER 100.96 88.51 0.27 0.34 cnd:pre:3s; -fileras filer VER 100.96 88.51 0.22 0.14 ind:fut:2s; -filerez filer VER 100.96 88.51 0.16 0.14 ind:fut:2p; -fileriez filer VER 100.96 88.51 0.03 0.00 cnd:pre:2p; -filerons filer VER 100.96 88.51 0.21 0.07 ind:fut:1p; -fileront filer VER 100.96 88.51 0.11 0.20 ind:fut:3p; -files filer VER 100.96 88.51 4.95 1.89 ind:pre:1p;ind:pre:2s;sub:pre:2s; -filet filet NOM m s 15.44 41.49 10.99 26.35 -filetage filetage NOM m s 0.09 0.07 0.09 0.07 -filets filet NOM m p 15.44 41.49 4.45 15.14 -fileté fileté ADJ m s 0.03 0.34 0.03 0.07 -filetée fileter VER f s 0.01 0.14 0.01 0.07 par:pas; -fileur fileur NOM m s 0.06 0.14 0.04 0.07 -fileuse fileur NOM f s 0.06 0.14 0.01 0.07 -filez filer VER 100.96 88.51 7.90 1.49 imp:pre:2p;ind:pre:2p; -filial filial ADJ m s 0.63 3.85 0.14 1.76 -filiale filiale NOM f s 1.33 0.81 0.84 0.54 -filialement filialement ADV 0.00 0.20 0.00 0.20 -filiales filiale NOM f p 1.33 0.81 0.48 0.27 -filiation filiation NOM f s 0.23 2.36 0.23 1.89 -filiations filiation NOM f p 0.23 2.36 0.00 0.47 -filiaux filial ADJ m p 0.63 3.85 0.00 0.34 -filiez filer VER 100.96 88.51 0.17 0.14 ind:imp:2p; -filiforme filiforme ADJ s 0.03 1.55 0.03 1.01 -filiformes filiforme ADJ p 0.03 1.55 0.00 0.54 -filigrane filigrane NOM m s 0.45 2.97 0.43 2.30 -filigranes filigrane NOM m p 0.45 2.97 0.02 0.68 -filigranés filigraner VER m p 0.00 0.07 0.00 0.07 par:pas; -filin filin NOM m s 0.44 2.64 0.25 1.42 -filins filin NOM m p 0.44 2.64 0.19 1.22 -filions filer VER 100.96 88.51 0.01 0.07 ind:imp:1p; -filioque filioque ADJ m s 0.00 0.54 0.00 0.54 -filière filière NOM f s 0.78 3.18 0.73 2.70 -filières filière NOM f p 0.78 3.18 0.05 0.47 -fillasses fillasse NOM f p 0.00 0.07 0.00 0.07 -fille_mère fille_mère NOM f s 0.39 0.41 0.39 0.41 -fille fille NOM f s 841.56 592.23 627.59 417.03 -filles fille NOM f p 841.56 592.23 213.97 175.20 -fillette fillette NOM f s 13.26 22.97 11.59 16.69 -fillettes fillette NOM f p 13.26 22.97 1.67 6.28 -filleul filleul NOM m s 2.72 1.82 2.42 1.22 -filleule filleul NOM f s 2.72 1.82 0.29 0.47 -filleuls filleul NOM m p 2.72 1.82 0.01 0.14 -fillér fillér NOM m s 0.01 0.00 0.01 0.00 -film_livre film_livre NOM m s 0.00 0.07 0.00 0.07 -film film NOM m s 252.66 74.12 195.10 49.53 -filma filmer VER 40.08 3.45 0.27 0.00 ind:pas:3s; -filmage filmage NOM m s 0.02 0.00 0.02 0.00 -filmaient filmer VER 40.08 3.45 0.44 0.07 ind:imp:3p; -filmais filmer VER 40.08 3.45 0.51 0.00 ind:imp:1s;ind:imp:2s; -filmait filmer VER 40.08 3.45 0.80 0.14 ind:imp:3s; -filmant filmer VER 40.08 3.45 0.42 0.14 par:pre; -filme filmer VER 40.08 3.45 7.17 0.34 imp:pre:2s;ind:pre:1s;ind:pre:3s; -filment filmer VER 40.08 3.45 0.56 0.14 ind:pre:3p; -filmer filmer VER 40.08 3.45 12.89 1.28 inf; -filmera filmer VER 40.08 3.45 0.26 0.00 ind:fut:3s; -filmerai filmer VER 40.08 3.45 0.20 0.00 ind:fut:1s; -filmerais filmer VER 40.08 3.45 0.20 0.00 cnd:pre:2s; -filmerait filmer VER 40.08 3.45 0.01 0.00 cnd:pre:3s; -filmerez filmer VER 40.08 3.45 0.11 0.00 ind:fut:2p; -filmeront filmer VER 40.08 3.45 0.16 0.00 ind:fut:3p; -filmes filmer VER 40.08 3.45 1.93 0.07 ind:pre:2s; -filmez filmer VER 40.08 3.45 1.64 0.07 imp:pre:2p;ind:pre:2p; -filmiez filmer VER 40.08 3.45 0.03 0.00 ind:imp:2p;sub:pre:2p; -filmions filmer VER 40.08 3.45 0.16 0.00 ind:imp:1p; -filmique filmique ADJ s 0.15 0.00 0.15 0.00 -filmographie filmographie NOM f s 0.03 0.00 0.03 0.00 -filmons filmer VER 40.08 3.45 0.53 0.00 imp:pre:1p;ind:pre:1p; -filmothèque filmothèque NOM f s 0.01 0.00 0.01 0.00 -films_annonce films_annonce NOM m p 0.00 0.07 0.00 0.07 -films film NOM m p 252.66 74.12 57.56 24.59 -filmé filmer VER m s 40.08 3.45 7.96 0.61 par:pas; -filmée filmer VER f s 40.08 3.45 1.45 0.34 par:pas; -filmées filmer VER f p 40.08 3.45 0.51 0.20 par:pas; -filmés filmer VER m p 40.08 3.45 1.88 0.07 par:pas; -filochard filochard NOM m s 0.05 0.20 0.05 0.20 -filoche filoche NOM f s 0.14 0.47 0.14 0.47 -filocher filocher VER 0.02 0.34 0.01 0.20 inf; -filochez filocher VER 0.02 0.34 0.01 0.00 imp:pre:2p; -filoché filocher VER m s 0.02 0.34 0.00 0.14 par:pas; -filoguidé filoguidé ADJ m s 0.01 0.00 0.01 0.00 -filâmes filer VER 100.96 88.51 0.01 0.07 ind:pas:1p; -filon filon NOM m s 5.61 2.64 1.77 1.82 -filons filon NOM m p 5.61 2.64 3.83 0.81 -filoselle filoselle NOM f s 0.00 0.34 0.00 0.34 -filât filer VER 100.96 88.51 0.00 0.20 sub:imp:3s; -filou filou NOM m s 2.48 1.28 1.79 1.08 -filous filou NOM m p 2.48 1.28 0.68 0.20 -filouter filouter VER 0.53 0.20 0.19 0.07 inf; -filouterie filouterie NOM f s 0.17 0.34 0.14 0.20 -filouteries filouterie NOM f p 0.17 0.34 0.02 0.14 -filoutes filouter VER 0.53 0.20 0.00 0.07 ind:pre:2s; -filouté filouter VER m s 0.53 0.20 0.03 0.00 par:pas; -filoutés filouter VER m p 0.53 0.20 0.31 0.07 par:pas; -fils fils NOM m 480.15 247.64 480.15 247.64 -filèrent filer VER 100.96 88.51 0.03 0.74 ind:pas:3p; -filtra filtrer VER 2.58 13.58 0.00 0.27 ind:pas:3s; -filtrage filtrage NOM m s 0.26 0.07 0.26 0.07 -filtraient filtrer VER 2.58 13.58 0.00 1.15 ind:imp:3p; -filtrais filtrer VER 2.58 13.58 0.01 0.00 ind:imp:1s; -filtrait filtrer VER 2.58 13.58 0.04 2.64 ind:imp:3s; -filtrant filtrant ADJ m s 0.20 0.41 0.19 0.27 -filtrantes filtrant ADJ f p 0.20 0.41 0.00 0.07 -filtrants filtrant ADJ m p 0.20 0.41 0.01 0.07 -filtration filtration NOM f s 0.20 0.14 0.20 0.07 -filtrations filtration NOM f p 0.20 0.14 0.00 0.07 -filtre filtre NOM m s 4.54 2.64 3.52 2.16 -filtrent filtrer VER 2.58 13.58 0.08 0.20 ind:pre:3p; -filtrer filtrer VER 2.58 13.58 1.01 3.72 inf; -filtrerait filtrer VER 2.58 13.58 0.01 0.14 cnd:pre:3s; -filtres filtre NOM m p 4.54 2.64 1.02 0.47 -filtrez filtrer VER 2.58 13.58 0.23 0.00 imp:pre:2p;ind:pre:2p; -filtrèrent filtrer VER 2.58 13.58 0.00 0.14 ind:pas:3p; -filtré filtrer VER m s 2.58 13.58 0.27 0.95 par:pas; -filtrée filtrer VER f s 2.58 13.58 0.05 0.47 par:pas; -filtrées filtrer VER f p 2.58 13.58 0.00 0.34 par:pas; -filtrés filtrer VER m p 2.58 13.58 0.01 0.07 par:pas; -filé filer VER m s 100.96 88.51 15.18 13.51 par:pas; -filée filer VER f s 100.96 88.51 0.36 0.41 par:pas; -filées filer VER f p 100.96 88.51 0.07 0.14 par:pas; -filés filer VER m p 100.96 88.51 0.34 0.54 par:pas; -fin fin NOM s 213.37 314.53 207.34 303.31 -finîmes finir VER 557.61 417.97 0.14 0.41 ind:pas:1p; -finît finir VER 557.61 417.97 0.00 0.68 sub:imp:3s; -finage finage NOM m s 0.00 0.07 0.00 0.07 -final final ADJ m s 18.20 19.39 9.73 11.55 -finale final ADJ f s 18.20 19.39 7.67 7.50 -finalement finalement ADV 45.89 58.92 45.89 58.92 -finales finale NOM p 5.45 2.84 0.58 0.34 -finalisation finalisation NOM f s 0.07 0.00 0.07 0.00 -finaliser finaliser VER 0.64 0.00 0.25 0.00 inf; -finaliste finaliste NOM s 0.78 0.07 0.19 0.07 -finalistes finaliste NOM p 0.78 0.07 0.59 0.00 -finalisé finaliser VER m s 0.64 0.00 0.39 0.00 par:pas; -finalisées finaliser VER f p 0.64 0.00 0.01 0.00 par:pas; -finalité finalité NOM f s 0.46 0.41 0.46 0.34 -finalités finalité NOM f p 0.46 0.41 0.00 0.07 -finals final NOM m p 3.76 1.69 0.02 0.07 -finance finance NOM f s 8.03 8.78 2.13 1.76 -financement financement NOM m s 2.90 0.47 2.55 0.47 -financements financement NOM m p 2.90 0.47 0.34 0.00 -financent financer VER 9.92 2.70 0.46 0.07 ind:pre:3p; -financer financer VER 9.92 2.70 3.96 1.08 inf; -financera financer VER 9.92 2.70 0.11 0.00 ind:fut:3s; -financerai financer VER 9.92 2.70 0.32 0.00 ind:fut:1s; -financeraient financer VER 9.92 2.70 0.01 0.00 cnd:pre:3p; -financerait financer VER 9.92 2.70 0.12 0.07 cnd:pre:3s; -financeras financer VER 9.92 2.70 0.11 0.00 ind:fut:2s; -financerons financer VER 9.92 2.70 0.02 0.00 ind:fut:1p; -financeront financer VER 9.92 2.70 0.16 0.07 ind:fut:3p; -finances finance NOM f p 8.03 8.78 5.89 7.03 -financez financer VER 9.92 2.70 0.14 0.20 imp:pre:2p;ind:pre:2p; -financier financier ADJ m s 11.02 9.32 4.00 2.30 -financiers financier ADJ m p 11.02 9.32 2.17 2.36 -financiez financer VER 9.92 2.70 0.01 0.00 ind:imp:2p; -financière financier ADJ f s 11.02 9.32 3.49 2.43 -financièrement financièrement ADV 2.21 0.47 2.21 0.47 -financières financier ADJ f p 11.02 9.32 1.36 2.23 -financé financer VER m s 9.92 2.70 1.70 0.34 par:pas; -financée financer VER f s 9.92 2.70 0.64 0.14 par:pas; -financés financer VER m p 9.92 2.70 0.29 0.00 par:pas; -finançai financer VER 9.92 2.70 0.00 0.07 ind:pas:1s; -finançaient financer VER 9.92 2.70 0.03 0.00 ind:imp:3p; -finançait financer VER 9.92 2.70 0.19 0.27 ind:imp:3s; -finançant financer VER 9.92 2.70 0.03 0.14 par:pre; -finançons financer VER 9.92 2.70 0.03 0.00 imp:pre:1p;ind:pre:1p; -finassait finasser VER 0.15 0.41 0.00 0.07 ind:imp:3s; -finasse finasser VER 0.15 0.41 0.00 0.20 ind:pre:3s; -finasser finasser VER 0.15 0.41 0.06 0.14 inf; -finasserie finasserie NOM f s 0.01 0.20 0.00 0.07 -finasseries finasserie NOM f p 0.01 0.20 0.01 0.14 -finasses finasser VER 0.15 0.41 0.01 0.00 ind:pre:2s; -finassons finasser VER 0.15 0.41 0.01 0.00 imp:pre:1p; -finassé finasser VER m s 0.15 0.41 0.07 0.00 par:pas; -finaud finaud ADJ m s 0.34 1.28 0.18 1.01 -finaude finaud ADJ f s 0.34 1.28 0.16 0.20 -finauds finaud NOM m p 0.22 0.34 0.03 0.07 -finaux final ADJ m p 18.20 19.39 0.29 0.00 -fine fin ADJ f s 26.95 97.97 10.16 33.99 -finement finement ADV 1.03 5.88 1.03 5.88 -fines fin ADJ f p 26.95 97.97 2.35 19.05 -finesse finesse NOM f s 2.38 9.32 2.21 7.84 -finesses finesse NOM f p 2.38 9.32 0.17 1.49 -finet finet ADJ m s 0.00 0.27 0.00 0.27 -finette finette NOM f s 0.00 0.68 0.00 0.68 -fini finir VER m s 557.61 417.97 292.55 149.26 par:pas; -finie finir VER f s 557.61 417.97 26.99 12.23 par:pas; -finies finir VER f p 557.61 417.97 3.04 2.57 par:pas; -finir finir VER 557.61 417.97 96.48 68.92 inf; -finira finir VER 557.61 417.97 20.35 8.99 ind:fut:3s; -finirai finir VER 557.61 417.97 5.65 1.89 ind:fut:1s; -finiraient finir VER 557.61 417.97 0.34 1.76 cnd:pre:3p; -finirais finir VER 557.61 417.97 2.05 2.30 cnd:pre:1s;cnd:pre:2s; -finirait finir VER 557.61 417.97 4.51 11.28 cnd:pre:3s; -finiras finir VER 557.61 417.97 7.36 1.96 ind:fut:2s; -finirent finir VER 557.61 417.97 0.27 2.30 ind:pas:3p; -finirez finir VER 557.61 417.97 3.10 0.95 ind:fut:2p; -finiriez finir VER 557.61 417.97 0.36 0.14 cnd:pre:2p; -finirions finir VER 557.61 417.97 0.34 0.54 cnd:pre:1p; -finirons finir VER 557.61 417.97 1.63 1.08 ind:fut:1p; -finiront finir VER 557.61 417.97 3.31 2.09 ind:fut:3p; -finis finir VER m p 557.61 417.97 21.82 11.28 imp:pre:2s;ind:pre:1s;ind:pre:2s;par:pas; -finish finish NOM m s 0.32 0.61 0.32 0.61 -finissaient finir VER 557.61 417.97 0.44 8.38 ind:imp:3p; -finissais finir VER 557.61 417.97 1.06 3.38 ind:imp:1s;ind:imp:2s; -finissait finir VER 557.61 417.97 2.68 30.00 ind:imp:3s; -finissant finir VER 557.61 417.97 0.48 3.85 par:pre; -finissante finissant ADJ f s 0.22 2.57 0.12 0.54 -finissantes finissant ADJ f p 0.22 2.57 0.00 0.14 -finissants finissant ADJ m p 0.22 2.57 0.07 0.07 -finisse finir VER 557.61 417.97 9.34 6.49 sub:pre:1s;sub:pre:3s; -finissent finir VER 557.61 417.97 8.49 10.41 ind:pre:3p; -finisses finir VER 557.61 417.97 0.63 0.14 sub:pre:2s; -finisseur finisseur NOM m s 0.03 0.00 0.02 0.00 -finisseuse finisseur NOM f s 0.03 0.00 0.01 0.00 -finissez finir VER 557.61 417.97 5.80 1.15 imp:pre:2p;ind:pre:2p; -finissiez finir VER 557.61 417.97 0.41 0.20 ind:imp:2p; -finissions finir VER 557.61 417.97 0.20 1.08 ind:imp:1p; -finissons finir VER 557.61 417.97 7.82 1.82 imp:pre:1p;ind:pre:1p; -finit finir VER 557.61 417.97 29.97 70.47 ind:pre:3s;ind:pas:3s; -finition finition NOM f s 1.12 1.28 0.61 1.01 -finitions finition NOM f p 1.12 1.28 0.50 0.27 -finitude finitude NOM f s 0.00 0.20 0.00 0.20 -finlandais finlandais ADJ m 1.35 0.61 0.76 0.27 -finlandaise finlandais ADJ f s 1.35 0.61 0.56 0.27 -finlandaises finlandais ADJ f p 1.35 0.61 0.04 0.07 -finlandisation finlandisation NOM f s 0.00 0.07 0.00 0.07 -finnois finnois NOM m 0.54 0.07 0.54 0.07 -fins fin NOM p 213.37 314.53 6.03 11.22 -fiole fiole NOM f s 1.93 5.14 1.50 3.11 -fioles fiole NOM f p 1.93 5.14 0.42 2.03 -fion fion NOM m s 1.77 2.64 1.75 2.57 -fions fier VER 14.26 8.99 0.25 0.00 imp:pre:1p;ind:pre:1p; -fiord fiord NOM m s 0.00 0.07 0.00 0.07 -fioriture fioriture NOM f s 0.25 2.09 0.01 0.74 -fioritures fioriture NOM f p 0.25 2.09 0.24 1.35 -fioul fioul NOM m s 0.06 0.00 0.06 0.00 -firent faire VER 8813.53 5328.99 3.00 37.16 ind:pas:3p; -firmament firmament NOM m s 1.57 2.09 1.57 2.03 -firmaments firmament NOM m p 1.57 2.09 0.00 0.07 -firman firman NOM m s 0.04 0.20 0.04 0.14 -firmans firman NOM m p 0.04 0.20 0.00 0.07 -firme firme NOM f s 4.32 2.70 4.07 1.96 -firmes firme NOM f p 4.32 2.70 0.25 0.74 -fis faire VER 8813.53 5328.99 4.35 40.74 ind:pas:1s;ind:pas:2s; -fisc fisc NOM m s 2.53 1.28 2.53 1.28 -fiscal fiscal ADJ m s 4.54 1.22 1.41 0.14 -fiscale fiscal ADJ f s 4.54 1.22 1.97 0.47 -fiscalement fiscalement ADV 0.01 0.07 0.01 0.07 -fiscales fiscal ADJ f p 4.54 1.22 0.41 0.27 -fiscaliste fiscaliste NOM s 0.08 0.00 0.08 0.00 -fiscalité fiscalité NOM f s 0.09 0.07 0.09 0.07 -fiscaux fiscal ADJ m p 4.54 1.22 0.76 0.34 -fissa fissa ADV 1.84 3.24 1.84 3.24 -fisse faire VER 8813.53 5328.99 0.54 0.74 sub:imp:1s; -fissent faire VER 8813.53 5328.99 0.00 2.16 sub:imp:3p; -fissible fissible ADJ s 0.07 0.00 0.04 0.00 -fissibles fissible ADJ p 0.07 0.00 0.04 0.00 -fissiez faire VER 8813.53 5328.99 0.01 0.20 sub:imp:2p; -fission fission NOM f s 0.52 0.20 0.52 0.20 -fissionner fissionner VER 0.02 0.00 0.01 0.00 inf; -fissionné fissionner VER m s 0.02 0.00 0.01 0.00 par:pas; -fissions faire VER 8813.53 5328.99 0.00 0.14 sub:imp:1p; -fissurait fissurer VER 0.69 1.76 0.01 0.07 ind:imp:3s; -fissurant fissurer VER 0.69 1.76 0.01 0.07 par:pre; -fissure fissure NOM f s 2.74 8.11 1.25 4.66 -fissurent fissurer VER 0.69 1.76 0.00 0.07 ind:pre:3p; -fissurer fissurer VER 0.69 1.76 0.06 0.14 inf; -fissures fissure NOM f p 2.74 8.11 1.49 3.45 -fissuré fissurer VER m s 0.69 1.76 0.24 0.68 par:pas; -fissurée fissurer VER f s 0.69 1.76 0.05 0.27 par:pas; -fissurées fissurer VER f p 0.69 1.76 0.05 0.07 par:pas; -fissurés fissurer VER m p 0.69 1.76 0.14 0.07 par:pas; -fiston fiston NOM m s 30.43 2.97 30.38 2.84 -fistons fiston NOM m p 30.43 2.97 0.05 0.14 -fistule fistule NOM f s 0.06 0.00 0.04 0.00 -fistules fistule NOM f p 0.06 0.00 0.02 0.00 -fit faire VER 8813.53 5328.99 20.63 469.66 ind:pas:3s; -fière fier ADJ f s 79.13 58.18 19.68 16.69 -fièrement fièrement ADV 1.45 7.64 1.45 7.64 -fières fier ADJ f p 79.13 58.18 1.02 1.69 -fièvre fièvre NOM f s 25.00 42.64 24.23 38.58 -fièvres fièvre NOM f p 25.00 42.64 0.77 4.05 -fitness fitness NOM m 0.39 0.00 0.39 0.00 -fitzgéraldiennes fitzgéraldien ADJ f p 0.00 0.07 0.00 0.07 -fié fier VER m s 14.26 8.99 0.04 0.34 par:pas; -fiée fier VER f s 14.26 8.99 0.41 0.00 par:pas; -fiérot fiérot NOM m s 0.01 0.07 0.01 0.07 -fiérote fiérot ADJ f s 0.00 0.41 0.00 0.14 -fiérots fiérot ADJ m p 0.00 0.41 0.00 0.07 -fiés fier VER m p 14.26 8.99 0.03 0.00 par:pas; -fiévreuse fiévreux ADJ f s 1.18 11.01 0.10 2.64 -fiévreusement fiévreusement ADV 0.03 2.70 0.03 2.70 -fiévreuses fiévreux ADJ f p 1.18 11.01 0.12 1.28 -fiévreux fiévreux ADJ m 1.18 11.01 0.95 7.09 -five_o_clock five_o_clock NOM m 0.01 0.14 0.01 0.14 -fivete fivete NOM f s 0.00 0.20 0.00 0.20 -fixa fixer VER 32.73 140.95 0.27 10.47 ind:pas:3s; -fixage fixage NOM m s 0.00 0.14 0.00 0.14 -fixai fixer VER 32.73 140.95 0.10 1.62 ind:pas:1s; -fixaient fixer VER 32.73 140.95 0.40 3.72 ind:imp:3p; -fixais fixer VER 32.73 140.95 0.28 1.62 ind:imp:1s;ind:imp:2s; -fixait fixer VER 32.73 140.95 0.95 17.50 ind:imp:3s; -fixant fixer VER 32.73 140.95 0.54 12.84 par:pre; -fixateur fixateur NOM m s 0.05 0.00 0.05 0.00 -fixatif fixatif NOM m s 0.00 0.07 0.00 0.07 -fixation fixation NOM f s 1.94 1.96 1.47 1.89 -fixations fixation NOM f p 1.94 1.96 0.47 0.07 -fixe_chaussette fixe_chaussette NOM f p 0.13 0.20 0.13 0.20 -fixe fixe ADJ s 11.12 39.53 9.83 27.97 -fixement fixement ADV 1.89 8.92 1.89 8.92 -fixent fixer VER 32.73 140.95 0.76 2.09 ind:pre:3p; -fixer fixer VER 32.73 140.95 7.04 24.80 inf; -fixera fixer VER 32.73 140.95 0.33 0.41 ind:fut:3s; -fixerai fixer VER 32.73 140.95 0.05 0.14 ind:fut:1s; -fixeraient fixer VER 32.73 140.95 0.01 0.14 cnd:pre:3p; -fixerais fixer VER 32.73 140.95 0.12 0.00 cnd:pre:1s; -fixerait fixer VER 32.73 140.95 0.00 0.54 cnd:pre:3s; -fixeras fixer VER 32.73 140.95 0.11 0.00 ind:fut:2s; -fixerez fixer VER 32.73 140.95 0.04 0.07 ind:fut:2p; -fixeriez fixer VER 32.73 140.95 0.00 0.14 cnd:pre:2p; -fixerons fixer VER 32.73 140.95 0.22 0.07 ind:fut:1p; -fixeront fixer VER 32.73 140.95 0.03 0.00 ind:fut:3p; -fixes fixer VER 32.73 140.95 1.77 0.07 ind:pre:2s; -fixette fixette NOM f s 0.24 0.07 0.24 0.07 -fixez fixer VER 32.73 140.95 1.98 0.27 imp:pre:2p;ind:pre:2p; -fixiez fixer VER 32.73 140.95 0.03 0.00 ind:imp:2p; -fixing fixing NOM m s 0.08 0.00 0.08 0.00 -fixions fixer VER 32.73 140.95 0.00 0.14 ind:imp:1p; -fixité fixité NOM f s 0.14 4.86 0.14 4.86 -fixâmes fixer VER 32.73 140.95 0.00 0.07 ind:pas:1p; -fixons fixer VER 32.73 140.95 0.47 0.20 imp:pre:1p;ind:pre:1p; -fixât fixer VER 32.73 140.95 0.00 0.14 sub:imp:3s; -fixèrent fixer VER 32.73 140.95 0.10 1.28 ind:pas:3p; -fixé fixer VER m s 32.73 140.95 6.34 25.14 par:pas; -fixée fixer VER f s 32.73 140.95 2.47 7.70 par:pas; -fixées fixer VER f p 32.73 140.95 0.34 2.97 par:pas; -fixés fixer VER m p 32.73 140.95 1.84 14.19 par:pas; -fjord fjord NOM m s 1.07 0.68 0.96 0.27 -fjords fjord NOM m p 1.07 0.68 0.11 0.41 -flûta flûter VER 0.14 0.20 0.00 0.07 ind:pas:3s; -flûte flûte NOM f s 10.13 10.61 9.11 8.92 -flûter flûter VER 0.14 0.20 0.14 0.07 inf; -flûtes flûte NOM f p 10.13 10.61 1.02 1.69 -flûtiau flûtiau NOM m s 0.10 0.07 0.10 0.07 -flûtiste flûtiste NOM s 0.19 0.34 0.16 0.34 -flûtistes flûtiste NOM p 0.19 0.34 0.03 0.00 -flûté flûté ADJ m s 0.01 0.81 0.00 0.34 -flûtée flûté ADJ f s 0.01 0.81 0.01 0.41 -flûtés flûté ADJ m p 0.01 0.81 0.00 0.07 -fla fla NOM m 0.03 0.00 0.03 0.00 -flac flac ONO 0.01 1.08 0.01 1.08 -flaccide flaccide ADJ s 0.01 0.07 0.01 0.07 -flaccidité flaccidité NOM f s 0.01 0.07 0.01 0.07 -flache flache NOM f s 0.00 0.27 0.00 0.07 -flaches flache NOM f p 0.00 0.27 0.00 0.20 -flacon flacon NOM m s 4.93 19.46 4.12 11.82 -flacons flacon NOM m p 4.93 19.46 0.81 7.64 -flafla flafla NOM m s 0.00 0.20 0.00 0.20 -flag flag NOM m 0.57 0.41 0.57 0.41 -flagada flagada ADJ 0.06 0.14 0.06 0.14 -flagella flageller VER 0.82 1.89 0.00 0.14 ind:pas:3s; -flagellaient flageller VER 0.82 1.89 0.10 0.07 ind:imp:3p; -flagellait flageller VER 0.82 1.89 0.01 0.14 ind:imp:3s; -flagellant flageller VER 0.82 1.89 0.10 0.00 par:pre; -flagellants flagellant NOM m p 0.11 0.07 0.10 0.07 -flagellateur flagellateur NOM m s 0.01 0.00 0.01 0.00 -flagellation flagellation NOM f s 0.47 0.81 0.44 0.61 -flagellations flagellation NOM f p 0.47 0.81 0.02 0.20 -flagelle flageller VER 0.82 1.89 0.03 0.20 imp:pre:2s;ind:pre:1s;ind:pre:3s; -flagellent flageller VER 0.82 1.89 0.11 0.20 ind:pre:3p; -flageller flageller VER 0.82 1.89 0.17 0.41 inf; -flagellerez flageller VER 0.82 1.89 0.14 0.00 ind:fut:2p; -flagelleront flageller VER 0.82 1.89 0.14 0.00 ind:fut:3p; -flagellé flagellé ADJ m s 0.28 0.27 0.27 0.14 -flagellée flageller VER f s 0.82 1.89 0.01 0.27 par:pas; -flagellées flageller VER f p 0.82 1.89 0.01 0.07 par:pas; -flagellés flageller VER m p 0.82 1.89 0.01 0.14 par:pas; -flageola flageoler VER 0.13 2.16 0.00 0.07 ind:pas:3s; -flageolai flageoler VER 0.13 2.16 0.00 0.07 ind:pas:1s; -flageolaient flageoler VER 0.13 2.16 0.00 0.20 ind:imp:3p; -flageolait flageoler VER 0.13 2.16 0.00 0.20 ind:imp:3s; -flageolant flageoler VER 0.13 2.16 0.01 0.54 par:pre; -flageolante flageolant ADJ f s 0.04 1.35 0.00 0.20 -flageolantes flageolant ADJ f p 0.04 1.35 0.03 0.81 -flageolants flageolant ADJ m p 0.04 1.35 0.00 0.07 -flageole flageoler VER 0.13 2.16 0.00 0.27 ind:pre:1s;ind:pre:3s; -flageolent flageoler VER 0.13 2.16 0.12 0.34 ind:pre:3p; -flageoler flageoler VER 0.13 2.16 0.00 0.34 inf; -flageoleront flageoler VER 0.13 2.16 0.00 0.07 ind:fut:3p; -flageolet flageolet NOM m s 0.51 1.49 0.27 0.34 -flageolets flageolet NOM m p 0.51 1.49 0.24 1.15 -flageolèrent flageoler VER 0.13 2.16 0.00 0.07 ind:pas:3p; -flagornait flagorner VER 0.01 0.20 0.00 0.07 ind:imp:3s; -flagornent flagorner VER 0.01 0.20 0.01 0.07 ind:pre:3p; -flagorner flagorner VER 0.01 0.20 0.00 0.07 inf; -flagornerie flagornerie NOM f s 0.07 0.68 0.04 0.54 -flagorneries flagornerie NOM f p 0.07 0.68 0.04 0.14 -flagorneur flagorneur NOM m s 0.33 0.07 0.14 0.00 -flagorneurs flagorneur NOM m p 0.33 0.07 0.19 0.07 -flagorneuse flagorneur ADJ f s 0.02 0.07 0.02 0.07 -flagrance flagrance NOM f s 0.01 0.00 0.01 0.00 -flagrant flagrant ADJ m s 3.89 7.36 3.01 5.20 -flagrante flagrant ADJ f s 3.89 7.36 0.70 1.76 -flagrantes flagrant ADJ f p 3.89 7.36 0.14 0.14 -flagrants flagrant ADJ m p 3.89 7.36 0.04 0.27 -flahutes flahute NOM p 0.00 0.07 0.00 0.07 -flair flair NOM m s 2.32 4.80 2.32 4.80 -flaira flairer VER 4.47 14.73 0.00 1.69 ind:pas:3s; -flairaient flairer VER 4.47 14.73 0.02 0.34 ind:imp:3p; -flairais flairer VER 4.47 14.73 0.37 0.14 ind:imp:1s; -flairait flairer VER 4.47 14.73 0.05 2.16 ind:imp:3s; -flairant flairer VER 4.47 14.73 0.02 1.42 par:pre; -flaire flairer VER 4.47 14.73 1.67 2.57 imp:pre:2s;ind:pre:1s;ind:pre:3s; -flairent flairer VER 4.47 14.73 0.23 0.61 ind:pre:3p; -flairer flairer VER 4.47 14.73 0.93 2.70 inf; -flairera flairer VER 4.47 14.73 0.02 0.00 ind:fut:3s; -flairerait flairer VER 4.47 14.73 0.00 0.14 cnd:pre:3s; -flaires flairer VER 4.47 14.73 0.04 0.27 ind:pre:2s; -flaireur flaireur NOM m s 0.00 0.27 0.00 0.14 -flaireurs flaireur NOM m p 0.00 0.27 0.00 0.07 -flaireuse flaireur NOM f s 0.00 0.27 0.00 0.07 -flairez flairer VER 4.47 14.73 0.02 0.00 ind:pre:2p; -flairé flairer VER m s 4.47 14.73 1.00 2.50 par:pas; -flairée flairer VER f s 4.47 14.73 0.00 0.14 par:pas; -flairés flairer VER m p 4.47 14.73 0.11 0.07 par:pas; -flamand flamand NOM m s 1.37 2.30 0.85 1.35 -flamande flamand ADJ f s 0.79 2.43 0.28 0.54 -flamandes flamand ADJ f p 0.79 2.43 0.02 0.41 -flamands flamand NOM m p 1.37 2.30 0.53 0.47 -flamant flamant NOM m s 1.29 1.15 0.39 0.07 -flamants flamant NOM m p 1.29 1.15 0.90 1.08 -flamba flamber VER 4.80 13.99 0.10 0.41 ind:pas:3s; -flambaient flamber VER 4.80 13.99 0.00 1.28 ind:imp:3p; -flambait flamber VER 4.80 13.99 0.13 3.11 ind:imp:3s; -flambant flambant ADJ m s 0.88 2.30 0.83 1.49 -flambante flambant ADJ f s 0.88 2.30 0.03 0.27 -flambantes flambant ADJ f p 0.88 2.30 0.00 0.20 -flambants flambant ADJ m p 0.88 2.30 0.02 0.34 -flambard flambard NOM m s 0.00 0.34 0.00 0.34 -flambe flamber VER 4.80 13.99 2.05 1.82 imp:pre:2s;ind:pre:1s;ind:pre:3s; -flambeau flambeau NOM m s 3.04 7.09 2.66 3.58 -flambeaux flambeau NOM m p 3.04 7.09 0.38 3.51 -flambent flamber VER 4.80 13.99 0.26 0.74 ind:pre:3p; -flamber flamber VER 4.80 13.99 0.84 3.45 inf; -flambera flamber VER 4.80 13.99 0.12 0.00 ind:fut:3s; -flamberaient flamber VER 4.80 13.99 0.00 0.07 cnd:pre:3p; -flamberait flamber VER 4.80 13.99 0.03 0.07 cnd:pre:3s; -flamberge flamberge NOM f s 0.00 0.07 0.00 0.07 -flamberont flamber VER 4.80 13.99 0.00 0.07 ind:fut:3p; -flambes flamber VER 4.80 13.99 0.05 0.00 ind:pre:2s; -flambeur flambeur NOM m s 1.18 1.89 0.82 0.88 -flambeurs flambeur NOM m p 1.18 1.89 0.34 0.88 -flambeuse flambeur NOM f s 1.18 1.89 0.01 0.14 -flambez flamber VER 4.80 13.99 0.02 0.07 imp:pre:2p;ind:pre:2p; -flamboie flamboyer VER 0.54 3.11 0.22 0.68 imp:pre:2s;ind:pre:3s; -flamboiement flamboiement NOM m s 0.04 1.49 0.04 1.22 -flamboiements flamboiement NOM m p 0.04 1.49 0.00 0.27 -flamboient flamboyer VER 0.54 3.11 0.01 0.47 ind:pre:3p;sub:pre:3p; -flamboierait flamboyer VER 0.54 3.11 0.00 0.07 cnd:pre:3s; -flambons flamber VER 4.80 13.99 0.01 0.00 imp:pre:1p; -flamboya flamboyer VER 0.54 3.11 0.00 0.07 ind:pas:3s; -flamboyaient flamboyer VER 0.54 3.11 0.14 0.14 ind:imp:3p; -flamboyait flamboyer VER 0.54 3.11 0.00 0.81 ind:imp:3s; -flamboyance flamboyance NOM f s 0.01 0.00 0.01 0.00 -flamboyant flamboyant ADJ m s 1.07 5.41 0.80 2.57 -flamboyante flamboyant ADJ f s 1.07 5.41 0.07 1.55 -flamboyantes flamboyant ADJ f p 1.07 5.41 0.03 0.54 -flamboyants flamboyant ADJ m p 1.07 5.41 0.17 0.74 -flamboyer flamboyer VER 0.54 3.11 0.00 0.07 inf; -flamboyèrent flamboyer VER 0.54 3.11 0.00 0.07 ind:pas:3p; -flambèrent flamber VER 4.80 13.99 0.00 0.27 ind:pas:3p; -flambé flamber VER m s 4.80 13.99 0.63 1.28 par:pas; -flambée flambée NOM f s 0.59 3.31 0.59 2.70 -flambées flamber VER f p 4.80 13.99 0.06 0.20 par:pas; -flambés flambé ADJ m p 0.21 0.14 0.04 0.07 -flamenco flamenco NOM m s 1.04 0.88 1.04 0.88 -flamencos flamenco ADJ m p 0.14 0.74 0.00 0.07 -flamine flamine NOM m s 0.01 0.00 0.01 0.00 -flamme flamme NOM f s 26.93 71.82 12.61 38.38 -flammes flamme NOM f p 26.93 71.82 14.32 33.45 -flammèche flammèche NOM f s 0.17 2.57 0.14 0.47 -flammèches flammèche NOM f p 0.17 2.57 0.02 2.09 -flammé flammé ADJ m s 0.00 0.27 0.00 0.14 -flammée flammé ADJ f s 0.00 0.27 0.00 0.07 -flammés flammé ADJ m p 0.00 0.27 0.00 0.07 -flan flan NOM m s 2.36 2.77 2.30 2.64 -flanc_garde flanc_garde NOM f s 0.04 0.27 0.00 0.14 -flanc flanc NOM m s 5.57 46.89 4.01 29.53 -flancha flancher VER 3.04 2.70 0.00 0.20 ind:pas:3s; -flanchais flancher VER 3.04 2.70 0.02 0.00 ind:imp:1s; -flanchait flancher VER 3.04 2.70 0.03 0.27 ind:imp:3s; -flanche flancher VER 3.04 2.70 1.27 1.01 imp:pre:2s;ind:pre:1s;ind:pre:3s; -flanchent flancher VER 3.04 2.70 0.08 0.14 ind:pre:3p; -flancher flancher VER 3.04 2.70 0.67 0.54 inf; -flanchera flancher VER 3.04 2.70 0.04 0.07 ind:fut:3s; -flancherai flancher VER 3.04 2.70 0.01 0.00 ind:fut:1s; -flancheraient flancher VER 3.04 2.70 0.01 0.00 cnd:pre:3p; -flancherait flancher VER 3.04 2.70 0.11 0.07 cnd:pre:3s; -flanchet flanchet NOM m s 0.00 0.07 0.00 0.07 -flanché flancher VER m s 3.04 2.70 0.80 0.41 par:pas; -flanc_garde flanc_garde NOM f p 0.04 0.27 0.04 0.14 -flancs flanc NOM m p 5.57 46.89 1.56 17.36 -flandrin flandrin NOM m s 0.00 0.41 0.00 0.41 -flanelle flanelle NOM f s 0.83 8.99 0.68 8.78 -flanelles flanelle NOM f p 0.83 8.99 0.16 0.20 -flanqua flanquer VER 5.82 21.22 0.00 0.54 ind:pas:3s; -flanquaient flanquer VER 5.82 21.22 0.00 0.68 ind:imp:3p; -flanquait flanquer VER 5.82 21.22 0.01 1.22 ind:imp:3s; -flanquant flanquer VER 5.82 21.22 0.00 0.68 par:pre; -flanque flanquer VER 5.82 21.22 1.66 2.23 imp:pre:2s;ind:pre:1s;ind:pre:3s; -flanquement flanquement NOM m s 0.00 0.07 0.00 0.07 -flanquent flanquer VER 5.82 21.22 0.19 0.54 ind:pre:3p; -flanquer flanquer VER 5.82 21.22 1.34 2.16 inf; -flanquera flanquer VER 5.82 21.22 0.07 0.14 ind:fut:3s; -flanquerai flanquer VER 5.82 21.22 0.22 0.07 ind:fut:1s; -flanqueraient flanquer VER 5.82 21.22 0.00 0.07 cnd:pre:3p; -flanquerais flanquer VER 5.82 21.22 0.16 0.14 cnd:pre:1s; -flanquerait flanquer VER 5.82 21.22 0.01 0.20 cnd:pre:3s; -flanquerez flanquer VER 5.82 21.22 0.01 0.00 ind:fut:2p; -flanques flanquer VER 5.82 21.22 0.17 0.14 ind:pre:2s; -flanquez flanquer VER 5.82 21.22 0.28 0.34 imp:pre:2p;ind:pre:2p; -flanquons flanquer VER 5.82 21.22 0.20 0.00 imp:pre:1p; -flanqué flanquer VER m s 5.82 21.22 1.09 6.42 par:pas; -flanquée flanquer VER f s 5.82 21.22 0.31 3.51 par:pas; -flanquées flanquer VER f p 5.82 21.22 0.00 0.74 par:pas; -flanqués flanquer VER m p 5.82 21.22 0.10 1.42 par:pas; -flans flan NOM m p 2.36 2.77 0.05 0.14 -flapi flapi ADJ m s 0.07 0.54 0.05 0.20 -flapie flapi ADJ f s 0.07 0.54 0.02 0.14 -flapies flapi ADJ f p 0.07 0.54 0.00 0.07 -flapis flapi ADJ m p 0.07 0.54 0.00 0.14 -flaque flaque NOM f s 3.53 23.99 2.31 10.07 -flaques flaque NOM f p 3.53 23.99 1.21 13.92 -flash_back flash_back NOM m 0.33 0.74 0.33 0.74 -flash flash NOM m s 8.52 4.59 7.78 4.59 -flashage flashage NOM m s 0.14 0.00 0.14 0.00 -flashaient flasher VER 1.10 0.61 0.00 0.07 ind:imp:3p; -flashant flasher VER 1.10 0.61 0.01 0.00 par:pre; -flashe flasher VER 1.10 0.61 0.16 0.34 ind:pre:1s;ind:pre:3s; -flashent flasher VER 1.10 0.61 0.08 0.07 ind:pre:3p; -flasher flasher VER 1.10 0.61 0.17 0.00 inf; -flashes flashe NOM m p 0.46 2.16 0.46 2.16 -flasheur flasheur NOM m s 0.03 0.00 0.03 0.00 -flashs flash NOM m p 8.52 4.59 0.74 0.00 -flashé flasher VER m s 1.10 0.61 0.68 0.14 par:pas; -flask flask NOM m s 0.01 0.07 0.01 0.07 -flasque flasque ADJ s 1.07 6.89 0.58 4.26 -flasques flasque ADJ p 1.07 6.89 0.50 2.64 -flat flat ADJ m s 1.61 0.00 1.02 0.00 -flats flat ADJ m p 1.61 0.00 0.58 0.00 -flatta flatter VER 12.36 24.05 0.00 1.22 ind:pas:3s; -flattai flatter VER 12.36 24.05 0.00 0.14 ind:pas:1s; -flattaient flatter VER 12.36 24.05 0.00 0.88 ind:imp:3p; -flattais flatter VER 12.36 24.05 0.04 0.74 ind:imp:1s;ind:imp:2s; -flattait flatter VER 12.36 24.05 0.03 3.45 ind:imp:3s; -flattant flatter VER 12.36 24.05 0.03 0.95 par:pre; -flattasse flatter VER 12.36 24.05 0.00 0.07 sub:imp:1s; -flattassent flatter VER 12.36 24.05 0.00 0.07 sub:imp:3p; -flatte flatter VER 12.36 24.05 2.60 3.51 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:1s;sub:pre:3s; -flattent flatter VER 12.36 24.05 0.19 0.14 ind:pre:3p; -flatter flatter VER 12.36 24.05 1.53 3.78 inf; -flatteras flatter VER 12.36 24.05 0.00 0.07 ind:fut:2s; -flatterie flatterie NOM f s 1.40 2.64 0.78 1.69 -flatteries flatterie NOM f p 1.40 2.64 0.62 0.95 -flatteront flatter VER 12.36 24.05 0.00 0.07 ind:fut:3p; -flattes flatter VER 12.36 24.05 0.63 0.07 ind:pre:2s; -flatteur flatteur ADJ m s 3.51 6.49 2.65 2.16 -flatteurs flatteur ADJ m p 3.51 6.49 0.20 0.88 -flatteuse flatteur ADJ f s 3.51 6.49 0.59 2.30 -flatteuses flatteur ADJ f p 3.51 6.49 0.08 1.15 -flattez flatter VER 12.36 24.05 1.54 0.14 imp:pre:2p;ind:pre:2p; -flattions flatter VER 12.36 24.05 0.00 0.14 ind:imp:1p; -flattons flatter VER 12.36 24.05 0.04 0.00 imp:pre:1p;ind:pre:1p; -flattèrent flatter VER 12.36 24.05 0.00 0.20 ind:pas:3p; -flatté flatter VER m s 12.36 24.05 3.56 4.86 par:pas; -flattée flatter VER f s 12.36 24.05 1.78 2.70 par:pas; -flattées flatter VER f p 12.36 24.05 0.12 0.27 par:pas; -flattés flatter VER m p 12.36 24.05 0.26 0.61 par:pas; -flatulence flatulence NOM f s 0.25 0.47 0.07 0.20 -flatulences flatulence NOM f p 0.25 0.47 0.18 0.27 -flatulent flatulent ADJ m s 0.04 0.07 0.03 0.00 -flatulents flatulent ADJ m p 0.04 0.07 0.01 0.07 -flatuosité flatuosité NOM f s 0.00 0.07 0.00 0.07 -flatus_vocis flatus_vocis NOM m 0.00 0.07 0.00 0.07 -flave flave ADJ s 0.00 0.07 0.00 0.07 -flaveur flaveur NOM f s 0.01 0.00 0.01 0.00 -flegmatique flegmatique ADJ m s 0.03 0.95 0.02 0.74 -flegmatiquement flegmatiquement ADV 0.00 0.07 0.00 0.07 -flegmatiques flegmatique ADJ m p 0.03 0.95 0.01 0.20 -flegmatisme flegmatisme NOM m s 0.00 0.07 0.00 0.07 -flegme flegme NOM m s 0.22 2.43 0.22 2.43 -flemmard flemmard NOM m s 0.80 0.41 0.63 0.20 -flemmardais flemmarder VER 0.25 0.20 0.10 0.07 ind:imp:1s; -flemmardant flemmarder VER 0.25 0.20 0.01 0.00 par:pre; -flemmarde flemmard NOM f s 0.80 0.41 0.04 0.07 -flemmarder flemmarder VER 0.25 0.20 0.10 0.14 inf; -flemmardes flemmard ADJ f p 0.48 0.41 0.01 0.00 -flemmardise flemmardise NOM f s 0.01 0.07 0.01 0.07 -flemmards flemmard NOM m p 0.80 0.41 0.13 0.14 -flemme flemme NOM f s 0.49 1.62 0.49 1.62 -flemmer flemmer VER 0.02 0.00 0.02 0.00 inf; -fleur fleur NOM f s 99.75 164.39 25.20 42.97 -fleurage fleurage NOM m s 0.00 0.27 0.00 0.27 -fleuraient fleurer VER 0.18 3.31 0.00 0.47 ind:imp:3p; -fleurais fleurer VER 0.18 3.31 0.00 0.07 ind:imp:1s; -fleurait fleurer VER 0.18 3.31 0.10 1.08 ind:imp:3s; -fleurant fleurer VER 0.18 3.31 0.01 1.42 par:pre; -fleurdelisé fleurdelisé ADJ m s 0.14 0.34 0.14 0.20 -fleurdelisée fleurdelisé ADJ f s 0.14 0.34 0.00 0.07 -fleurdelisés fleurdelisé ADJ m p 0.14 0.34 0.00 0.07 -fleure fleurer VER 0.18 3.31 0.02 0.20 ind:pre:3s; -fleurent fleurer VER 0.18 3.31 0.02 0.07 ind:pre:3p; -fleurer fleurer VER 0.18 3.31 0.03 0.00 inf; -fleuret fleuret NOM m s 0.97 2.43 0.29 1.28 -fleuretais fleureter VER 0.01 0.07 0.01 0.00 ind:imp:2s; -fleuretait fleureter VER 0.01 0.07 0.00 0.07 ind:imp:3s; -fleurets fleuret NOM m p 0.97 2.43 0.68 1.15 -fleurette fleurette NOM f s 0.29 2.97 0.29 0.74 -fleurettes fleurette NOM f p 0.29 2.97 0.00 2.23 -fleuri fleurir VER m s 3.95 16.49 0.69 2.30 par:pas; -fleurie fleuri ADJ f s 1.48 10.14 0.42 2.70 -fleuries fleuri ADJ f p 1.48 10.14 0.14 1.82 -fleurir fleurir VER 3.95 16.49 1.00 2.91 inf; -fleurira fleurir VER 3.95 16.49 0.04 0.07 ind:fut:3s; -fleuriraient fleurir VER 3.95 16.49 0.00 0.07 cnd:pre:3p; -fleurirent fleurir VER 3.95 16.49 0.01 0.07 ind:pas:3p; -fleuriront fleurir VER 3.95 16.49 0.23 0.27 ind:fut:3p; -fleuris fleuri ADJ m p 1.48 10.14 0.31 2.84 -fleurissaient fleurir VER 3.95 16.49 0.05 1.76 ind:imp:3p; -fleurissait fleurir VER 3.95 16.49 0.10 1.15 ind:imp:3s; -fleurissant fleurir VER 3.95 16.49 0.14 0.20 par:pre; -fleurisse fleurir VER 3.95 16.49 0.25 0.00 sub:pre:3s; -fleurissement fleurissement NOM m s 0.00 0.14 0.00 0.14 -fleurissent fleurir VER 3.95 16.49 0.78 2.16 ind:pre:3p; -fleurissiez fleurir VER 3.95 16.49 0.01 0.00 ind:imp:2p; -fleurissons fleurir VER 3.95 16.49 0.01 0.00 ind:pre:1p; -fleuriste fleuriste NOM s 4.08 8.51 3.73 7.23 -fleuristes fleuriste NOM p 4.08 8.51 0.35 1.28 -fleurit fleurir VER 3.95 16.49 0.53 2.23 ind:pre:3s;ind:pas:3s; -fleuron fleuron NOM m s 0.46 1.15 0.31 0.54 -fleuronner fleuronner VER 0.00 0.07 0.00 0.07 inf; -fleuronnée fleuronné ADJ f s 0.01 0.00 0.01 0.00 -fleurons fleuron NOM m p 0.46 1.15 0.16 0.61 -fleurs fleur NOM f p 99.75 164.39 74.56 121.42 -fleuve fleuve NOM m s 21.58 46.89 19.81 39.32 -fleuves fleuve NOM m p 21.58 46.89 1.77 7.57 -flexibilité flexibilité NOM f s 0.44 0.34 0.44 0.34 -flexible flexible ADJ s 1.43 3.18 0.77 2.09 -flexibles flexible ADJ p 1.43 3.18 0.66 1.08 -flexion flexion NOM f s 0.97 0.74 0.71 0.14 -flexions flexion NOM f p 0.97 0.74 0.26 0.61 -flexuosité flexuosité NOM f s 0.00 0.07 0.00 0.07 -flibuste flibuste NOM f s 0.14 0.14 0.14 0.14 -flibustier flibustier NOM m s 0.21 0.74 0.04 0.68 -flibustiers flibustier NOM m p 0.21 0.74 0.17 0.07 -flic flic NOM m s 153.50 72.43 67.53 30.95 -flicage flicage NOM m s 0.01 0.14 0.01 0.14 -flicaille flicaille NOM f s 0.20 1.28 0.20 1.22 -flicailles flicaille NOM f p 0.20 1.28 0.00 0.07 -flicard flicard NOM m s 0.31 2.03 0.29 1.28 -flicarde flicard ADJ f s 0.35 0.54 0.00 0.14 -flicardes flicard ADJ f p 0.35 0.54 0.00 0.07 -flicards flicard ADJ m p 0.35 0.54 0.13 0.00 -flics flic NOM m p 153.50 72.43 85.97 41.49 -flingage flingage NOM m s 0.01 0.27 0.01 0.27 -flingot flingot NOM m s 0.02 0.41 0.02 0.20 -flingots flingot NOM m p 0.02 0.41 0.00 0.20 -flingoté flingoter VER m s 0.00 0.07 0.00 0.07 par:pas; -flinguait flinguer VER 11.35 4.12 0.01 0.14 ind:imp:3s; -flinguant flinguer VER 11.35 4.12 0.03 0.00 par:pre; -flingue flingue NOM m s 44.48 12.57 38.34 10.88 -flinguent flinguer VER 11.35 4.12 0.40 0.00 ind:pre:3p; -flinguer flinguer VER 11.35 4.12 4.05 2.36 inf; -flinguera flinguer VER 11.35 4.12 0.18 0.00 ind:fut:3s; -flinguerai flinguer VER 11.35 4.12 0.11 0.00 ind:fut:1s; -flingueraient flinguer VER 11.35 4.12 0.01 0.00 cnd:pre:3p; -flinguerais flinguer VER 11.35 4.12 0.24 0.00 cnd:pre:1s;cnd:pre:2s; -flingueront flinguer VER 11.35 4.12 0.02 0.00 ind:fut:3p; -flingues flingue NOM m p 44.48 12.57 6.13 1.69 -flingueur flingueur NOM m s 0.60 0.14 0.50 0.07 -flingueurs flingueur NOM m p 0.60 0.14 0.10 0.07 -flingueuse flingueur NOM f s 0.60 0.14 0.01 0.00 -flingueuses flingueuse NOM f p 0.01 0.00 0.01 0.00 -flinguez flinguer VER 11.35 4.12 0.47 0.14 imp:pre:2p;ind:pre:2p; -flinguons flinguer VER 11.35 4.12 0.02 0.00 imp:pre:1p; -flinguât flinguer VER 11.35 4.12 0.00 0.07 sub:imp:3s; -flingué flinguer VER m s 11.35 4.12 2.30 0.81 par:pas; -flinguée flinguer VER f s 11.35 4.12 0.24 0.20 par:pas; -flingués flinguer VER m p 11.35 4.12 0.22 0.07 par:pas; -flint flint NOM m s 0.00 0.07 0.00 0.07 -flip_flap flip_flap NOM m 0.00 0.14 0.00 0.14 -flip_flop flip_flop NOM m 0.07 0.00 0.07 0.00 -flip flip NOM m s 1.63 1.42 1.58 1.28 -flippais flipper VER 14.29 3.65 0.08 0.07 ind:imp:1s;ind:imp:2s; -flippait flipper VER 14.29 3.65 0.26 0.47 ind:imp:3s; -flippant flipper VER 14.29 3.65 2.60 0.27 par:pre; -flippe flipper VER 14.29 3.65 1.98 0.81 imp:pre:2s;ind:pre:1s;ind:pre:3s; -flippent flipper VER 14.29 3.65 0.21 0.07 ind:pre:3p; -flipper flipper VER 14.29 3.65 6.58 1.69 inf; -flipperais flipper VER 14.29 3.65 0.04 0.00 cnd:pre:1s; -flipperait flipper VER 14.29 3.65 0.09 0.00 cnd:pre:3s; -flipperont flipper VER 14.29 3.65 0.11 0.00 ind:fut:3p; -flippers flipper NOM m p 1.93 2.43 0.32 0.95 -flippes flipper VER 14.29 3.65 0.69 0.00 ind:pre:2s; -flippé flipper VER m s 14.29 3.65 1.57 0.27 par:pas; -flippée flippé ADJ f s 0.32 0.20 0.13 0.14 -flippés flippé NOM m p 0.11 0.95 0.04 0.07 -flips flip NOM m p 1.63 1.42 0.05 0.14 -fliquer fliquer VER 0.00 0.07 0.00 0.07 inf; -fliquesse fliquesse NOM f s 0.02 0.00 0.02 0.00 -fliqué fliqué ADJ m s 0.14 0.07 0.00 0.07 -fliqués fliqué ADJ m p 0.14 0.07 0.14 0.00 -flirt flirt NOM m s 2.29 3.65 1.98 2.64 -flirta flirter VER 7.06 3.04 0.02 0.14 ind:pas:3s; -flirtaient flirter VER 7.06 3.04 0.01 0.07 ind:imp:3p; -flirtais flirter VER 7.06 3.04 0.51 0.07 ind:imp:1s;ind:imp:2s; -flirtait flirter VER 7.06 3.04 0.55 0.81 ind:imp:3s; -flirtant flirter VER 7.06 3.04 0.29 0.14 par:pre; -flirtation flirtation NOM f s 0.01 0.00 0.01 0.00 -flirte flirter VER 7.06 3.04 1.42 0.61 imp:pre:2s;ind:pre:1s;ind:pre:3s; -flirtent flirter VER 7.06 3.04 0.07 0.07 ind:pre:3p; -flirter flirter VER 7.06 3.04 2.91 0.54 inf; -flirteront flirter VER 7.06 3.04 0.00 0.07 ind:fut:3p; -flirtes flirter VER 7.06 3.04 0.38 0.00 ind:pre:2s; -flirteur flirteur ADJ m s 0.11 0.14 0.10 0.07 -flirteuse flirteur NOM f s 0.11 0.07 0.01 0.07 -flirteuses flirteur ADJ f p 0.11 0.14 0.00 0.07 -flirtez flirter VER 7.06 3.04 0.14 0.00 imp:pre:2p;ind:pre:2p; -flirtiez flirter VER 7.06 3.04 0.04 0.00 ind:imp:2p; -flirtons flirter VER 7.06 3.04 0.02 0.00 imp:pre:1p;ind:pre:1p; -flirts flirt NOM m p 2.29 3.65 0.31 1.01 -flirtèrent flirter VER 7.06 3.04 0.00 0.14 ind:pas:3p; -flirté flirter VER m s 7.06 3.04 0.71 0.41 par:pas; -floc floc ONO 0.33 2.57 0.33 2.57 -floche floche ADJ f s 0.03 0.20 0.03 0.00 -floches floche NOM f p 0.00 0.27 0.00 0.20 -flocon flocon NOM m s 2.61 8.92 0.19 1.35 -floconne floconner VER 0.00 0.34 0.00 0.27 ind:pre:3s; -floconnent floconner VER 0.00 0.34 0.00 0.07 ind:pre:3p; -floconneuse floconneux ADJ f s 0.08 0.54 0.04 0.20 -floconneuses floconneux ADJ f p 0.08 0.54 0.00 0.14 -floconneux floconneux ADJ m 0.08 0.54 0.05 0.20 -flocons flocon NOM m p 2.61 8.92 2.42 7.57 -floculation floculation NOM f s 0.01 0.00 0.01 0.00 -floculent floculer VER 0.00 0.07 0.00 0.07 ind:pre:3p; -flâna flâner VER 1.15 9.05 0.00 0.20 ind:pas:3s; -flânai flâner VER 1.15 9.05 0.00 0.07 ind:pas:1s; -flânaient flâner VER 1.15 9.05 0.00 0.47 ind:imp:3p; -flânais flâner VER 1.15 9.05 0.03 0.07 ind:imp:1s; -flânait flâner VER 1.15 9.05 0.12 0.68 ind:imp:3s; -flânant flâner VER 1.15 9.05 0.02 1.55 par:pre; -flâne flâner VER 1.15 9.05 0.19 0.68 ind:pre:1s;ind:pre:3s; -flânent flâner VER 1.15 9.05 0.01 0.41 ind:pre:3p; -flâner flâner VER 1.15 9.05 0.70 3.65 inf; -flânera flâner VER 1.15 9.05 0.00 0.07 ind:fut:3s; -flânerais flâner VER 1.15 9.05 0.01 0.00 cnd:pre:1s; -flânerait flâner VER 1.15 9.05 0.01 0.00 cnd:pre:3s; -flânerie flânerie NOM f s 0.11 2.43 0.01 1.76 -flâneries flânerie NOM f p 0.11 2.43 0.10 0.68 -flâneront flâner VER 1.15 9.05 0.00 0.07 ind:fut:3p; -flâneur flâneur NOM m s 0.03 1.69 0.01 0.88 -flâneurs flâneur NOM m p 0.03 1.69 0.01 0.68 -flâneuse flâneuse NOM f s 0.01 0.00 0.01 0.00 -flâneuses flâneur NOM f p 0.03 1.69 0.00 0.14 -flonflon flonflon NOM m s 0.22 1.35 0.00 0.07 -flonflons flonflon NOM m p 0.22 1.35 0.22 1.28 -flânions flâner VER 1.15 9.05 0.02 0.14 ind:imp:1p; -flânochent flânocher VER 0.00 0.14 0.00 0.07 ind:pre:3p; -flânocher flânocher VER 0.00 0.14 0.00 0.07 inf; -flânons flâner VER 1.15 9.05 0.00 0.07 ind:pre:1p; -flâné flâner VER m s 1.15 9.05 0.03 0.95 par:pas; -flood flood ADJ s 0.33 0.00 0.33 0.00 -flop flop ONO 0.14 0.20 0.14 0.20 -flops flop NOM m p 0.76 0.27 0.08 0.00 -flopée flopée NOM f s 0.27 0.74 0.26 0.61 -flopées flopée NOM f p 0.27 0.74 0.01 0.14 -floraison floraison NOM f s 0.53 4.12 0.29 3.18 -floraisons floraison NOM f p 0.53 4.12 0.24 0.95 -floral floral ADJ m s 0.69 1.49 0.28 0.34 -florale floral ADJ f s 0.69 1.49 0.32 0.27 -florales floral ADJ f p 0.69 1.49 0.05 0.41 -floralies floralies NOM f p 0.02 0.07 0.02 0.07 -floraux floral ADJ m p 0.69 1.49 0.04 0.47 -flore flore NOM f s 0.59 1.55 0.56 1.35 -florence florence NOM f s 0.00 0.07 0.00 0.07 -florentin florentin ADJ m s 0.58 1.49 0.21 0.47 -florentine florentin ADJ f s 0.58 1.49 0.20 0.41 -florentines florentin ADJ f p 0.58 1.49 0.14 0.14 -florentins florentin ADJ m p 0.58 1.49 0.04 0.47 -flores flore NOM f p 0.59 1.55 0.02 0.20 -florilège florilège NOM m s 0.00 0.14 0.00 0.14 -florin florin NOM m s 3.55 1.76 1.08 0.27 -florins florin NOM m p 3.55 1.76 2.48 1.49 -florissaient florissaient VER 0.00 0.07 0.00 0.07 inf; -florissait florissait VER 0.00 0.14 0.00 0.14 inf; -florissant florissant ADJ m s 0.97 2.30 0.28 0.74 -florissante florissant ADJ f s 0.97 2.30 0.32 0.81 -florissantes florissant ADJ f p 0.97 2.30 0.33 0.47 -florissants florissant ADJ m p 0.97 2.30 0.04 0.27 -florès florès ADV 0.00 0.54 0.00 0.54 -floréal floréal NOM m s 0.00 0.20 0.00 0.20 -flot flot NOM m s 10.28 45.95 4.66 29.59 -flots flot NOM m p 10.28 45.95 5.62 16.35 -flotta flotter VER 12.79 63.85 0.01 0.81 ind:pas:3s; -flottabilité flottabilité NOM f s 0.02 0.00 0.02 0.00 -flottage flottage NOM m s 0.00 0.07 0.00 0.07 -flottaient flotter VER 12.79 63.85 0.47 6.62 ind:imp:3p; -flottais flotter VER 12.79 63.85 0.54 0.81 ind:imp:1s;ind:imp:2s; -flottaison flottaison NOM f s 0.12 1.28 0.12 1.22 -flottaisons flottaison NOM f p 0.12 1.28 0.00 0.07 -flottait flotter VER 12.79 63.85 0.96 19.80 ind:imp:3s; -flottant flottant ADJ m s 2.21 13.31 1.01 4.12 -flottante flottant ADJ f s 2.21 13.31 0.93 4.59 -flottantes flottant ADJ f p 2.21 13.31 0.12 2.43 -flottants flottant ADJ m p 2.21 13.31 0.15 2.16 -flottation flottation NOM f s 0.01 0.00 0.01 0.00 -flotte flotte NOM f s 16.36 27.64 16.22 26.22 -flottement flottement NOM m s 0.30 2.43 0.30 2.30 -flottements flottement NOM m p 0.30 2.43 0.00 0.14 -flottent flotter VER 12.79 63.85 1.07 5.34 ind:pre:3p; -flotter flotter VER 12.79 63.85 3.16 10.68 inf; -flottera flotter VER 12.79 63.85 0.58 0.00 ind:fut:3s; -flotteraient flotter VER 12.79 63.85 0.00 0.14 cnd:pre:3p; -flotterait flotter VER 12.79 63.85 0.04 0.20 cnd:pre:3s; -flotteras flotter VER 12.79 63.85 0.05 0.00 ind:fut:2s; -flotterez flotter VER 12.79 63.85 0.04 0.00 ind:fut:2p; -flotteront flotter VER 12.79 63.85 0.01 0.07 ind:fut:3p; -flottes flotter VER 12.79 63.85 0.30 0.07 ind:pre:2s; -flotteur flotteur NOM m s 0.70 1.62 0.39 0.68 -flotteurs flotteur NOM m p 0.70 1.62 0.31 0.95 -flottez flotter VER 12.79 63.85 0.30 0.20 imp:pre:2p;ind:pre:2p; -flottiez flotter VER 12.79 63.85 0.14 0.07 ind:imp:2p; -flottille flottille NOM f s 0.28 1.76 0.28 1.42 -flottilles flottille NOM f p 0.28 1.76 0.00 0.34 -flottions flotter VER 12.79 63.85 0.00 0.14 ind:imp:1p; -flottât flotter VER 12.79 63.85 0.00 0.07 sub:imp:3s; -flottèrent flotter VER 12.79 63.85 0.01 0.54 ind:pas:3p; -flotté flotter VER m s 12.79 63.85 0.37 1.15 par:pas; -flottée flotter VER f s 12.79 63.85 0.00 0.20 par:pas; -flottées flotter VER f p 12.79 63.85 0.00 0.20 par:pas; -flottés flotter VER m p 12.79 63.85 0.00 0.27 par:pas; -flou flou ADJ m s 8.18 16.15 4.91 6.08 -flouant flouer VER 0.84 0.95 0.00 0.07 par:pre; -floue flou ADJ f s 8.18 16.15 2.25 4.39 -flouer flouer VER 0.84 0.95 0.07 0.00 inf; -flouerie flouerie NOM f s 0.00 0.07 0.00 0.07 -floues flou ADJ f p 8.18 16.15 0.76 2.57 -flous flou ADJ m p 8.18 16.15 0.27 3.11 -flouse flouse NOM m s 0.01 0.14 0.01 0.14 -floué flouer VER m s 0.84 0.95 0.39 0.54 par:pas; -flouée flouer VER f s 0.84 0.95 0.06 0.07 par:pas; -floués flouer VER m p 0.84 0.95 0.30 0.07 par:pas; -flouve flouve NOM f s 0.00 0.07 0.00 0.07 -flouzaille flouzaille NOM f s 0.00 0.07 0.00 0.07 -flouze flouze NOM m s 0.23 0.34 0.23 0.34 -flèche flèche NOM f s 12.76 25.00 8.21 15.54 -flèches flèche NOM f p 12.76 25.00 4.55 9.46 -fluaient fluer VER 0.00 0.14 0.00 0.07 ind:imp:3p; -fluait fluer VER 0.00 0.14 0.00 0.07 ind:imp:3s; -fléau fléau NOM m s 5.10 4.39 4.47 3.04 -fléaux fléau NOM m p 5.10 4.39 0.63 1.35 -flubes fluber VER 0.00 0.88 0.00 0.88 ind:pre:2s; -flécher flécher VER 0.02 0.54 0.01 0.07 inf; -fléchette fléchette NOM f s 1.60 1.28 0.33 0.34 -fléchettes fléchette NOM f p 1.60 1.28 1.27 0.95 -fléchi fléchir VER m s 1.54 9.32 0.21 1.08 par:pas; -fléchie fléchir VER f s 1.54 9.32 0.14 0.34 par:pas; -fléchies fléchir VER f p 1.54 9.32 0.00 0.34 par:pas; -fléchir fléchir VER 1.54 9.32 0.58 2.64 inf; -fléchiraient fléchir VER 1.54 9.32 0.01 0.00 cnd:pre:3p; -fléchirait fléchir VER 1.54 9.32 0.00 0.07 cnd:pre:3s; -fléchirent fléchir VER 1.54 9.32 0.00 0.07 ind:pas:3p; -fléchis fléchir VER m p 1.54 9.32 0.17 0.61 imp:pre:2s;ind:pre:1s;ind:pre:2s;par:pas; -fléchissaient fléchir VER 1.54 9.32 0.00 0.41 ind:imp:3p; -fléchissais fléchir VER 1.54 9.32 0.00 0.07 ind:imp:1s; -fléchissait fléchir VER 1.54 9.32 0.01 0.61 ind:imp:3s; -fléchissant fléchir VER 1.54 9.32 0.00 0.61 par:pre; -fléchisse fléchir VER 1.54 9.32 0.00 0.20 sub:pre:3s; -fléchissement fléchissement NOM m s 0.01 1.15 0.01 1.01 -fléchissements fléchissement NOM m p 0.01 1.15 0.00 0.14 -fléchissent fléchir VER 1.54 9.32 0.02 0.47 ind:pre:3p; -fléchisseur fléchisseur ADJ m s 0.01 0.00 0.01 0.00 -fléchissez fléchir VER 1.54 9.32 0.02 0.00 imp:pre:2p;ind:pre:2p; -fléchissions fléchir VER 1.54 9.32 0.00 0.07 ind:imp:1p; -fléchissons fléchir VER 1.54 9.32 0.01 0.00 ind:pre:1p; -fléchit fléchir VER 1.54 9.32 0.37 1.76 ind:pre:3s;ind:pas:3s; -fléché flécher VER m s 0.02 0.54 0.01 0.14 par:pas; -fléchée fléché ADJ f s 0.09 0.54 0.08 0.14 -fléchées flécher VER f p 0.02 0.54 0.00 0.07 par:pas; -fléchées fléché ADJ f p 0.09 0.54 0.00 0.07 -fléchés fléché ADJ m p 0.09 0.54 0.01 0.07 -fluctuait fluctuer VER 0.17 0.68 0.01 0.07 ind:imp:3s; -fluctuant fluctuant ADJ m s 0.11 0.41 0.07 0.20 -fluctuante fluctuant ADJ f s 0.11 0.41 0.04 0.20 -fluctuation fluctuation NOM f s 0.85 0.95 0.29 0.07 -fluctuations fluctuation NOM f p 0.85 0.95 0.56 0.88 -fluctue fluctuer VER 0.17 0.68 0.11 0.27 ind:pre:3s; -fluctuent fluctuer VER 0.17 0.68 0.03 0.07 ind:pre:3p; -fluctuer fluctuer VER 0.17 0.68 0.02 0.07 inf; -fluctuerait fluctuer VER 0.17 0.68 0.00 0.07 cnd:pre:3s; -fluctué fluctuer VER m s 0.17 0.68 0.00 0.14 par:pas; -fluence fluence NOM f s 0.01 0.00 0.01 0.00 -fluet fluet ADJ m s 0.32 4.32 0.23 1.69 -fluets fluet ADJ m p 0.32 4.32 0.00 0.34 -fluette fluet ADJ f s 0.32 4.32 0.08 2.03 -fluettes fluet ADJ f p 0.32 4.32 0.00 0.27 -fluide fluide ADJ s 1.73 4.80 1.58 3.78 -fluidement fluidement ADV 0.00 0.14 0.00 0.14 -fluides fluide NOM m p 3.27 2.43 1.78 0.68 -fluidifiant fluidifiant NOM m s 0.03 0.00 0.03 0.00 -fluidifier fluidifier VER 0.03 0.07 0.01 0.07 inf; -fluidifié fluidifier VER m s 0.03 0.07 0.01 0.00 par:pas; -fluidiques fluidique ADJ p 0.00 0.07 0.00 0.07 -fluidité fluidité NOM f s 0.39 1.35 0.39 1.35 -fluo fluo ADJ 0.56 0.20 0.56 0.20 -fléole fléole NOM f s 0.00 0.07 0.00 0.07 -fluor fluor NOM m s 0.12 0.00 0.12 0.00 -fluorescence fluorescence NOM f s 0.05 0.14 0.05 0.14 -fluorescent fluorescent ADJ m s 0.60 0.95 0.14 0.47 -fluorescente fluorescent ADJ f s 0.60 0.95 0.12 0.07 -fluorescentes fluorescent ADJ f p 0.60 0.95 0.26 0.20 -fluorescents fluorescent ADJ m p 0.60 0.95 0.08 0.20 -fluorescéine fluorescéine NOM f s 0.01 0.00 0.01 0.00 -fluorhydrique fluorhydrique ADJ m s 0.01 0.00 0.01 0.00 -fluorite fluorite NOM f s 0.04 0.00 0.04 0.00 -fluorée fluoré ADJ f s 0.04 0.00 0.04 0.00 -fluorure fluorure NOM m s 0.17 0.07 0.17 0.07 -flush flush NOM m s 1.17 0.07 1.17 0.07 -flétan flétan NOM m s 0.26 0.07 0.23 0.07 -flétans flétan NOM m p 0.26 0.07 0.02 0.00 -flétrît flétrir VER 1.78 6.08 0.00 0.07 sub:imp:3s; -flétri flétrir VER m s 1.78 6.08 0.32 1.69 par:pas; -flétrie flétrir VER f s 1.78 6.08 0.23 1.01 par:pas; -flétries flétrir VER f p 1.78 6.08 0.03 1.08 par:pas; -flétrir flétrir VER 1.78 6.08 0.23 0.27 inf; -flétrira flétrir VER 1.78 6.08 0.01 0.07 ind:fut:3s; -flétrirai flétrir VER 1.78 6.08 0.01 0.00 ind:fut:1s; -flétrirent flétrir VER 1.78 6.08 0.00 0.07 ind:pas:3p; -flétriront flétrir VER 1.78 6.08 0.01 0.00 ind:fut:3p; -flétris flétrir VER m p 1.78 6.08 0.33 0.95 par:pas; -flétrissaient flétrir VER 1.78 6.08 0.00 0.14 ind:imp:3p; -flétrissait flétrir VER 1.78 6.08 0.01 0.41 ind:imp:3s; -flétrissant flétrissant ADJ m s 0.00 0.07 0.00 0.07 -flétrissement flétrissement NOM m s 0.10 0.00 0.10 0.00 -flétrissent flétrir VER 1.78 6.08 0.06 0.14 ind:pre:3p; -flétrissure flétrissure NOM f s 0.00 0.88 0.00 0.61 -flétrissures flétrissure NOM f p 0.00 0.88 0.00 0.27 -flétrit flétrir VER 1.78 6.08 0.54 0.20 ind:pre:3s;ind:pas:3s; -fluvial fluvial ADJ m s 0.60 1.35 0.16 0.74 -fluviale fluvial ADJ f s 0.60 1.35 0.33 0.27 -fluviales fluvial ADJ f p 0.60 1.35 0.11 0.07 -fluviatile fluviatile ADJ m s 0.00 0.07 0.00 0.07 -fluviaux fluvial ADJ m p 0.60 1.35 0.01 0.27 -flux flux NOM m 4.07 6.42 4.07 6.42 -fluxe fluxer VER 0.01 0.00 0.01 0.00 ind:pre:3s; -fluxion fluxion NOM f s 0.29 0.47 0.29 0.47 -foc foc NOM m s 0.31 1.28 0.29 1.22 -focal focal ADJ m s 0.68 0.07 0.25 0.07 -focale focal ADJ f s 0.68 0.07 0.36 0.00 -focales focal ADJ f p 0.68 0.07 0.05 0.00 -focalisation focalisation NOM f s 0.01 0.00 0.01 0.00 -focalise focaliser VER 1.81 0.34 0.52 0.20 imp:pre:2s;ind:pre:1s;ind:pre:3s; -focaliser focaliser VER 1.81 0.34 0.59 0.07 inf; -focalisez focaliser VER 1.81 0.34 0.22 0.00 imp:pre:2p;ind:pre:2p; -focalisons focaliser VER 1.81 0.34 0.05 0.00 imp:pre:1p;ind:pre:1p; -focalisé focaliser VER m s 1.81 0.34 0.35 0.00 par:pas; -focalisés focaliser VER m p 1.81 0.34 0.08 0.07 par:pas; -focaux focal ADJ m p 0.68 0.07 0.01 0.00 -fâcha fâcher VER 46.63 21.96 0.04 1.42 ind:pas:3s; -fâchai fâcher VER 46.63 21.96 0.00 0.07 ind:pas:1s; -fâchaient fâcher VER 46.63 21.96 0.01 0.27 ind:imp:3p; -fâchais fâcher VER 46.63 21.96 0.01 0.07 ind:imp:1s; -fâchait fâcher VER 46.63 21.96 0.04 1.01 ind:imp:3s; -fâche fâcher VER 46.63 21.96 11.69 5.07 imp:pre:2s;ind:pre:1s;ind:pre:3s; -fâchent fâcher VER 46.63 21.96 0.10 0.20 ind:pre:3p; -fâcher fâcher VER 46.63 21.96 5.08 4.05 inf; -fâchera fâcher VER 46.63 21.96 0.49 0.07 ind:fut:3s; -fâcherai fâcher VER 46.63 21.96 0.43 0.07 ind:fut:1s; -fâcherais fâcher VER 46.63 21.96 0.02 0.00 cnd:pre:1s;cnd:pre:2s; -fâcherait fâcher VER 46.63 21.96 0.28 0.20 cnd:pre:3s; -fâcheras fâcher VER 46.63 21.96 0.16 0.07 ind:fut:2s; -fâcherie fâcherie NOM f s 0.14 0.47 0.14 0.20 -fâcheries fâcherie NOM f p 0.14 0.47 0.00 0.27 -fâcheront fâcher VER 46.63 21.96 0.01 0.00 ind:fut:3p; -fâches fâcher VER 46.63 21.96 1.60 0.34 ind:pre:2s; -fâcheuse fâcheux ADJ f s 3.79 8.85 0.80 2.70 -fâcheusement fâcheusement ADV 0.03 0.88 0.03 0.88 -fâcheuses fâcheux ADJ f p 3.79 8.85 0.85 1.76 -fâcheux fâcheux ADJ m 3.79 8.85 2.13 4.39 -fâchez fâcher VER 46.63 21.96 2.25 0.74 imp:pre:2p;ind:pre:2p; -fâchiez fâcher VER 46.63 21.96 0.01 0.00 ind:imp:2p; -fâchions fâcher VER 46.63 21.96 0.10 0.00 ind:imp:1p; -fâchons fâcher VER 46.63 21.96 0.05 0.00 imp:pre:1p; -fâchèrent fâcher VER 46.63 21.96 0.00 0.14 ind:pas:3p; -fâché fâcher VER m s 46.63 21.96 12.81 4.73 par:pas; -fâchée fâcher VER f s 46.63 21.96 8.90 2.16 par:pas; -fâchées fâcher VER f p 46.63 21.96 0.43 0.20 par:pas; -fâchés fâcher VER m p 46.63 21.96 2.13 1.08 par:pas; -focs foc NOM m p 0.31 1.28 0.02 0.07 -foehn foehn NOM m s 0.04 0.00 0.04 0.00 -foetal foetal ADJ m s 1.05 1.35 0.27 0.34 -foetale foetal ADJ f s 1.05 1.35 0.69 1.01 -foetales foetal ADJ f p 1.05 1.35 0.01 0.00 -foetaux foetal ADJ m p 1.05 1.35 0.08 0.00 -foetus foetus NOM m 3.06 2.57 3.06 2.57 -fofolle fofolle ADJ f s 0.27 0.00 0.25 0.00 -fofolles fofolle ADJ f p 0.27 0.00 0.02 0.00 -foi foi NOM f s 54.06 76.49 54.06 76.49 -foie foie NOM m s 23.48 17.97 22.27 15.47 -foies foie NOM m p 23.48 17.97 1.21 2.50 -foil foil NOM m s 0.01 0.00 0.01 0.00 -foin foin NOM m s 6.73 17.91 6.06 16.01 -foins foin NOM m p 6.73 17.91 0.67 1.89 -foira foirer VER 14.76 2.09 0.00 0.07 ind:pas:3s; -foirade foirade NOM f s 0.00 0.34 0.00 0.20 -foirades foirade NOM f p 0.00 0.34 0.00 0.14 -foiraient foirer VER 14.76 2.09 0.01 0.14 ind:imp:3p; -foirail foirail NOM m s 0.00 0.47 0.00 0.41 -foirails foirail NOM m p 0.00 0.47 0.00 0.07 -foirais foirer VER 14.76 2.09 0.01 0.00 ind:imp:1s; -foirait foirer VER 14.76 2.09 0.07 0.20 ind:imp:3s; -foire foire NOM f s 11.83 15.95 11.11 13.78 -foirent foirer VER 14.76 2.09 0.16 0.07 ind:pre:3p; -foirer foirer VER 14.76 2.09 4.60 0.34 inf; -foirera foirer VER 14.76 2.09 0.05 0.00 ind:fut:3s; -foires foire NOM f p 11.83 15.95 0.72 2.16 -foireuse foireux ADJ f s 3.20 4.05 0.37 0.41 -foireuses foireux ADJ f p 3.20 4.05 0.26 0.61 -foireux foireux ADJ m 3.20 4.05 2.57 3.04 -foirez foirer VER 14.76 2.09 0.15 0.00 imp:pre:2p;ind:pre:2p; -foiridon foiridon NOM m s 0.00 0.20 0.00 0.20 -foiré foirer VER m s 14.76 2.09 6.96 0.74 par:pas; -foirée foirer VER f s 14.76 2.09 0.11 0.00 par:pas; -foirées foirer VER f p 14.76 2.09 0.02 0.07 par:pas; -foirés foirer VER m p 14.76 2.09 0.03 0.07 par:pas; -fois fois NOM f p 899.25 1140.00 899.25 1140.00 -foison foison NOM f s 0.31 1.15 0.31 1.15 -foisonnaient foisonner VER 0.09 1.42 0.00 0.41 ind:imp:3p; -foisonnait foisonner VER 0.09 1.42 0.00 0.07 ind:imp:3s; -foisonnant foisonner VER 0.09 1.42 0.01 0.14 par:pre; -foisonnante foisonnant ADJ f s 0.10 0.88 0.10 0.34 -foisonnantes foisonnant ADJ f p 0.10 0.88 0.00 0.20 -foisonne foisonner VER 0.09 1.42 0.02 0.14 ind:pre:3s; -foisonnement foisonnement NOM m s 0.00 1.55 0.00 1.55 -foisonnent foisonner VER 0.09 1.42 0.04 0.47 ind:pre:3p; -foisonner foisonner VER 0.09 1.42 0.01 0.14 inf; -foisonneraient foisonner VER 0.09 1.42 0.00 0.07 cnd:pre:3p; -foisonneront foisonner VER 0.09 1.42 0.01 0.00 ind:fut:3p; -fol fol ADJ m s 0.66 1.62 0.41 1.28 -folasse folasse NOM f s 0.01 0.00 0.01 0.00 -foldingue foldingue ADJ s 0.24 0.20 0.24 0.07 -foldingues foldingue NOM p 0.07 0.07 0.03 0.00 -foliacée foliacé ADJ f s 0.01 0.00 0.01 0.00 -folichon folichon ADJ m s 0.72 0.27 0.69 0.20 -folichonnait folichonner VER 0.00 0.14 0.00 0.07 ind:imp:3s; -folichonne folichon ADJ f s 0.72 0.27 0.02 0.00 -folichonneries folichonnerie NOM f p 0.00 0.07 0.00 0.07 -folichonnes folichon ADJ f p 0.72 0.27 0.01 0.07 -folie folie NOM f s 52.39 60.74 49.01 52.43 -folies folie NOM f p 52.39 60.74 3.38 8.31 -folingue folingue ADJ m s 0.02 0.68 0.02 0.61 -folingues folingue ADJ p 0.02 0.68 0.00 0.07 -folio folio NOM m s 0.02 0.54 0.02 0.41 -folioles foliole NOM f p 0.00 0.14 0.00 0.14 -folios folio NOM m p 0.02 0.54 0.00 0.14 -folique folique ADJ m s 0.13 0.00 0.13 0.00 -folk folk NOM m s 1.73 2.64 1.30 2.64 -folklo folklo ADJ s 0.04 0.47 0.04 0.47 -folklore folklore NOM m s 0.86 3.78 0.85 3.72 -folklores folklore NOM m p 0.86 3.78 0.01 0.07 -folklorique folklorique ADJ s 1.73 1.96 0.79 0.95 -folkloriques folklorique ADJ p 1.73 1.96 0.94 1.01 -folkloriste folkloriste NOM s 0.00 0.20 0.00 0.14 -folkloristes folkloriste NOM p 0.00 0.20 0.00 0.07 -folks folk NOM m p 1.73 2.64 0.42 0.00 -folle fou ADJ f s 321.31 164.32 84.38 46.01 -folledingue folledingue NOM s 0.02 0.00 0.02 0.00 -follement follement ADV 4.15 6.42 4.15 6.42 -folles fou ADJ f p 321.31 164.32 6.47 11.62 -follet follet ADJ m s 0.30 3.11 0.08 1.15 -follets follet ADJ m p 0.30 3.11 0.23 1.55 -follette follet ADJ f s 0.30 3.11 0.00 0.20 -follettes follet ADJ f p 0.30 3.11 0.00 0.20 -folliculaire folliculaire ADJ f s 0.05 0.00 0.05 0.00 -folliculaires folliculaire NOM m p 0.00 0.07 0.00 0.07 -follicule follicule NOM m s 0.36 0.00 0.15 0.00 -follicules follicule NOM m p 0.36 0.00 0.21 0.00 -folliculite folliculite NOM f s 0.02 0.00 0.02 0.00 -follingue follingue ADJ s 0.00 0.07 0.00 0.07 -folâtraient folâtrer VER 0.36 0.95 0.00 0.34 ind:imp:3p; -folâtrait folâtrer VER 0.36 0.95 0.02 0.14 ind:imp:3s; -folâtre folâtrer VER 0.36 0.95 0.30 0.20 imp:pre:2s;ind:pre:3s; -folâtrent folâtrer VER 0.36 0.95 0.00 0.07 ind:pre:3p; -folâtrer folâtrer VER 0.36 0.95 0.04 0.20 inf; -folâtreries folâtrerie NOM f p 0.01 0.07 0.01 0.07 -folâtres folâtre ADJ p 0.28 0.74 0.01 0.34 -fols fol ADJ m p 0.66 1.62 0.25 0.34 -fomentaient fomenter VER 0.44 1.35 0.00 0.07 ind:imp:3p; -fomentait fomenter VER 0.44 1.35 0.00 0.20 ind:imp:3s; -fomentateurs fomentateur NOM m p 0.01 0.00 0.01 0.00 -fomente fomenter VER 0.44 1.35 0.24 0.07 ind:pre:1s;ind:pre:3s; -fomentent fomenter VER 0.44 1.35 0.04 0.14 ind:pre:3p; -fomenter fomenter VER 0.44 1.35 0.06 0.61 inf; -fomenté fomenter VER m s 0.44 1.35 0.11 0.20 par:pas; -fomentée fomenter VER f s 0.44 1.35 0.00 0.07 par:pas; -fonce foncer VER 30.27 41.82 16.31 12.23 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -foncent foncer VER 30.27 41.82 1.44 2.09 ind:pre:3p; -foncer foncer VER 30.27 41.82 3.34 6.01 inf; -foncera foncer VER 30.27 41.82 0.05 0.00 ind:fut:3s; -foncerai foncer VER 30.27 41.82 0.03 0.00 ind:fut:1s; -fonceraient foncer VER 30.27 41.82 0.03 0.14 cnd:pre:3p; -foncerais foncer VER 30.27 41.82 0.04 0.00 cnd:pre:1s; -foncerait foncer VER 30.27 41.82 0.03 0.07 cnd:pre:3s; -foncerons foncer VER 30.27 41.82 0.02 0.00 ind:fut:1p; -fonceront foncer VER 30.27 41.82 0.04 0.07 ind:fut:3p; -fonces foncer VER 30.27 41.82 1.16 0.20 ind:pre:2s;sub:pre:2s; -fonceur fonceur NOM m s 0.72 0.14 0.42 0.14 -fonceurs fonceur NOM m p 0.72 0.14 0.15 0.00 -fonceuse fonceur NOM f s 0.72 0.14 0.16 0.00 -foncez foncer VER 30.27 41.82 2.69 0.27 imp:pre:2p;ind:pre:2p; -foncier foncier ADJ m s 1.20 2.64 0.33 1.28 -fonciers foncier ADJ m p 1.20 2.64 0.62 0.41 -fonciez foncer VER 30.27 41.82 0.02 0.00 ind:imp:2p; -foncions foncer VER 30.27 41.82 0.00 0.14 ind:imp:1p; -foncière foncier ADJ f s 1.20 2.64 0.20 0.81 -foncièrement foncièrement ADV 0.18 2.09 0.18 2.09 -foncières foncier ADJ f p 1.20 2.64 0.05 0.14 -foncteur foncteur NOM m s 0.01 0.00 0.01 0.00 -foncèrent foncer VER 30.27 41.82 0.05 0.47 ind:pas:3p; -fonction fonction NOM f s 21.95 37.91 13.12 21.76 -fonctionna fonctionner VER 42.51 24.39 0.04 0.34 ind:pas:3s; -fonctionnaient fonctionner VER 42.51 24.39 0.48 1.42 ind:imp:3p; -fonctionnaire fonctionnaire NOM s 8.13 26.89 5.03 11.28 -fonctionnaires fonctionnaire NOM p 8.13 26.89 3.10 15.61 -fonctionnais fonctionner VER 42.51 24.39 0.03 0.00 ind:imp:1s; -fonctionnait fonctionner VER 42.51 24.39 1.24 5.47 ind:imp:3s; -fonctionnaliste fonctionnaliste ADJ f s 0.00 0.07 0.00 0.07 -fonctionnalité fonctionnalité NOM f s 0.07 0.00 0.07 0.00 -fonctionnant fonctionner VER 42.51 24.39 0.17 1.22 par:pre; -fonctionnarisé fonctionnariser VER m s 0.00 0.14 0.00 0.07 par:pas; -fonctionnarisée fonctionnariser VER f s 0.00 0.14 0.00 0.07 par:pas; -fonctionnassent fonctionner VER 42.51 24.39 0.00 0.07 sub:imp:3p; -fonctionne fonctionner VER 42.51 24.39 23.76 6.08 imp:pre:2s;ind:pre:1s;ind:pre:3s; -fonctionnel fonctionnel ADJ m s 2.05 1.55 1.28 0.47 -fonctionnelle fonctionnel ADJ f s 2.05 1.55 0.60 0.54 -fonctionnellement fonctionnellement ADV 0.00 0.07 0.00 0.07 -fonctionnelles fonctionnel ADJ f p 2.05 1.55 0.04 0.20 -fonctionnels fonctionnel ADJ m p 2.05 1.55 0.13 0.34 -fonctionnement fonctionnement NOM m s 2.69 6.01 2.69 6.01 -fonctionnent fonctionner VER 42.51 24.39 5.29 1.42 ind:pre:3p; -fonctionner fonctionner VER 42.51 24.39 6.59 7.03 inf; -fonctionnera fonctionner VER 42.51 24.39 0.91 0.07 ind:fut:3s; -fonctionneraient fonctionner VER 42.51 24.39 0.02 0.00 cnd:pre:3p; -fonctionnerait fonctionner VER 42.51 24.39 0.52 0.07 cnd:pre:3s; -fonctionneront fonctionner VER 42.51 24.39 0.13 0.07 ind:fut:3p; -fonctionnes fonctionner VER 42.51 24.39 0.20 0.00 ind:pre:2s; -fonctionnez fonctionner VER 42.51 24.39 0.07 0.00 ind:pre:2p; -fonctionnons fonctionner VER 42.51 24.39 0.07 0.00 ind:pre:1p; -fonctionnât fonctionner VER 42.51 24.39 0.00 0.34 sub:imp:3s; -fonctionné fonctionner VER m s 42.51 24.39 2.98 0.81 par:pas; -fonctions fonction NOM f p 21.95 37.91 8.83 16.15 -foncé foncer VER m s 30.27 41.82 3.40 6.55 par:pas; -foncée foncé ADJ f s 4.06 11.08 0.75 1.62 -foncées foncé ADJ f p 4.06 11.08 0.14 0.47 -foncés foncé ADJ m p 4.06 11.08 0.69 1.08 -fond fond NOM m s 110.07 376.15 110.07 376.15 -fondît fondre VER 17.29 38.18 0.00 0.07 sub:imp:3s; -fonda fonder VER 15.97 34.66 0.22 1.15 ind:pas:3s; -fondaient fonder VER 15.97 34.66 0.08 3.24 ind:imp:3p; -fondais fonder VER 15.97 34.66 0.11 0.81 ind:imp:1s;ind:imp:2s; -fondait fonder VER 15.97 34.66 0.25 7.97 ind:imp:3s; -fondamental fondamental ADJ m s 4.69 9.19 1.45 2.64 -fondamentale fondamental ADJ f s 4.69 9.19 1.55 4.39 -fondamentalement fondamentalement ADV 2.03 1.15 2.03 1.15 -fondamentales fondamental ADJ f p 4.69 9.19 0.89 1.28 -fondamentalisme fondamentalisme NOM m s 0.02 0.00 0.02 0.00 -fondamentaliste fondamentaliste ADJ s 0.19 0.00 0.11 0.00 -fondamentalistes fondamentaliste NOM p 0.48 0.00 0.46 0.00 -fondamentaux fondamental ADJ m p 4.69 9.19 0.80 0.88 -fondant fondant NOM m s 0.23 0.68 0.21 0.61 -fondante fondant ADJ f s 0.18 2.70 0.05 1.08 -fondantes fondant ADJ f p 0.18 2.70 0.00 0.20 -fondants fondant ADJ m p 0.18 2.70 0.03 0.20 -fondateur fondateur NOM m s 5.10 2.16 2.40 1.69 -fondateurs fondateur NOM m p 5.10 2.16 2.64 0.20 -fondation fondation NOM f s 9.74 7.64 6.39 3.99 -fondations fondation NOM f p 9.74 7.64 3.35 3.65 -fondatrice fondateur ADJ f s 1.91 1.55 0.09 0.07 -fondatrices fondatrice NOM f p 0.01 0.00 0.01 0.00 -fonde fonder VER 15.97 34.66 2.23 2.03 imp:pre:2s;ind:pre:1s;ind:pre:3s; -fondement fondement NOM m s 2.47 3.78 1.76 2.43 -fondements fondement NOM m p 2.47 3.78 0.71 1.35 -fondent fonder VER 15.97 34.66 1.21 3.85 ind:pre:3p;sub:pre:3p; -fonder fonder VER 15.97 34.66 4.21 4.26 inf; -fondera fonder VER 15.97 34.66 0.15 0.00 ind:fut:3s; -fonderais fonder VER 15.97 34.66 0.04 0.00 cnd:pre:1s; -fonderait fonder VER 15.97 34.66 0.02 0.00 cnd:pre:3s; -fonderez fonder VER 15.97 34.66 0.02 0.00 ind:fut:2p; -fonderie fonderie NOM f s 0.53 1.42 0.51 0.41 -fonderies fonderie NOM f p 0.53 1.42 0.03 1.01 -fonderons fonder VER 15.97 34.66 0.02 0.00 ind:fut:1p; -fonderont fonder VER 15.97 34.66 0.14 0.07 ind:fut:3p; -fondeur fondeur NOM m s 0.34 0.41 0.34 0.41 -fondez fonder VER 15.97 34.66 0.33 0.00 imp:pre:2p;ind:pre:2p; -fondions fonder VER 15.97 34.66 0.02 0.07 ind:imp:1p; -fondirent fondre VER 17.29 38.18 0.02 0.68 ind:pas:3p; -fondis fondre VER 17.29 38.18 0.00 0.07 ind:pas:1s; -fondit fondre VER 17.29 38.18 0.04 2.97 ind:pas:3s; -fondons fonder VER 15.97 34.66 0.20 0.00 imp:pre:1p;ind:pre:1p; -fondât fonder VER 15.97 34.66 0.00 0.14 sub:imp:3s; -fondouk fondouk NOM m s 0.00 0.07 0.00 0.07 -fondra fondre VER 17.29 38.18 0.28 0.27 ind:fut:3s; -fondrai fondre VER 17.29 38.18 0.16 0.00 ind:fut:1s; -fondraient fondre VER 17.29 38.18 0.01 0.20 cnd:pre:3p; -fondrait fondre VER 17.29 38.18 0.11 0.27 cnd:pre:3s; -fondras fondre VER 17.29 38.18 0.03 0.00 ind:fut:2s; -fondre fondre VER 17.29 38.18 8.03 17.70 inf; -fondriez fondre VER 17.29 38.18 0.01 0.00 cnd:pre:2p; -fondrière fondrière NOM f s 0.01 1.96 0.00 0.61 -fondrières fondrière NOM f p 0.01 1.96 0.01 1.35 -fonds fonds NOM m 15.10 16.62 15.10 16.62 -fondèrent fonder VER 15.97 34.66 0.17 0.07 ind:pas:3p; -fondé fonder VER m s 15.97 34.66 4.09 4.73 par:pas; -fondu fondre VER m s 17.29 38.18 3.42 5.95 par:pas; -fondée fonder VER f s 15.97 34.66 1.28 3.31 par:pas; -fondue fondue NOM f s 1.08 0.81 1.04 0.74 -fondées fonder VER f p 15.97 34.66 0.52 0.54 par:pas; -fondues fondre VER f p 17.29 38.18 0.11 0.81 par:pas; -fondés fonder VER m p 15.97 34.66 0.46 0.88 par:pas; -fondus fondu ADJ m p 1.82 2.84 0.22 0.47 -fongible fongible ADJ s 0.04 0.00 0.04 0.00 -fongicide fongicide NOM m s 0.04 0.00 0.04 0.00 -fongique fongique ADJ s 0.05 0.00 0.05 0.00 -fongueuse fongueux ADJ f s 0.00 0.14 0.00 0.07 -fongueuses fongueux ADJ f p 0.00 0.14 0.00 0.07 -fongus fongus NOM m 0.04 0.00 0.04 0.00 -font faire VER 8813.53 5328.99 193.61 153.92 ind:pre:3p; -fontaine fontaine NOM f s 7.72 24.46 6.62 17.36 -fontaines fontaine NOM f p 7.72 24.46 1.11 7.09 -fontainette fontainette NOM f s 0.00 0.27 0.00 0.27 -fontainier fontainier NOM m s 0.27 0.00 0.27 0.00 -fontanelle fontanelle NOM f s 0.19 0.20 0.19 0.20 -fonte fonte NOM f s 0.74 8.78 0.74 8.31 -fontes fonte NOM f p 0.74 8.78 0.00 0.47 -fonça foncer VER 30.27 41.82 0.17 3.18 ind:pas:3s; -fonçai foncer VER 30.27 41.82 0.01 0.81 ind:pas:1s; -fonçaient foncer VER 30.27 41.82 0.21 1.76 ind:imp:3p; -fonçais foncer VER 30.27 41.82 0.14 0.81 ind:imp:1s;ind:imp:2s; -fonçait foncer VER 30.27 41.82 0.23 3.85 ind:imp:3s; -fonçant foncer VER 30.27 41.82 0.26 2.30 par:pre; -fonçons foncer VER 30.27 41.82 0.23 0.34 imp:pre:1p;ind:pre:1p; -fonts fonts NOM m p 0.10 1.08 0.10 1.08 -foot foot NOM m s 24.18 5.54 24.18 5.54 -football football NOM m s 13.93 6.28 13.93 6.28 -footballeur_vedette footballeur_vedette NOM m s 0.01 0.00 0.01 0.00 -footballeur footballeur NOM m s 2.76 1.01 2.01 0.54 -footballeurs footballeur NOM m p 2.76 1.01 0.71 0.47 -footballeuse footballeur NOM f s 2.76 1.01 0.04 0.00 -footballistique footballistique ADJ f s 0.03 0.07 0.02 0.00 -footballistiques footballistique ADJ f p 0.03 0.07 0.01 0.07 -footeuse footeux ADJ f s 0.01 0.00 0.01 0.00 -footeux footeux NOM m 0.04 0.00 0.04 0.00 -footing footing NOM m s 0.45 0.34 0.45 0.34 -for for NOM m s 21.32 8.51 21.32 8.51 -forage forage NOM m s 0.91 0.27 0.82 0.20 -forages forage NOM m p 0.91 0.27 0.09 0.07 -foraient forer VER 1.66 1.69 0.02 0.14 ind:imp:3p; -forain forain ADJ m s 2.14 6.22 0.39 1.42 -foraine forain ADJ f s 2.14 6.22 1.52 3.24 -foraines forain ADJ f p 2.14 6.22 0.23 1.08 -forains forain NOM m p 0.44 2.50 0.34 1.01 -forait forer VER 1.66 1.69 0.14 0.27 ind:imp:3s; -foramen foramen NOM m s 0.03 0.00 0.03 0.00 -foraminifères foraminifère NOM m p 0.01 0.00 0.01 0.00 -forant forer VER 1.66 1.69 0.02 0.20 par:pre; -forban forban NOM m s 0.19 1.01 0.03 0.74 -forbans forban NOM m p 0.19 1.01 0.16 0.27 -force force ADJ:ind 1.41 4.86 1.41 4.86 -forcement forcement NOM m s 0.81 0.07 0.81 0.07 -forcent forcer VER 64.64 75.41 1.14 1.08 ind:pre:3p; -forcené forcené NOM m s 0.94 2.23 0.75 1.35 -forcenée forcené NOM f s 0.94 2.23 0.02 0.20 -forcenées forcené NOM f p 0.94 2.23 0.01 0.00 -forcenés forcené NOM m p 0.94 2.23 0.16 0.68 -forceps forceps NOM m 0.72 0.95 0.72 0.95 -forcer forcer VER 64.64 75.41 16.33 18.04 inf; -forcera forcer VER 64.64 75.41 0.76 0.34 ind:fut:3s; -forcerai forcer VER 64.64 75.41 0.47 0.20 ind:fut:1s; -forcerais forcer VER 64.64 75.41 0.13 0.07 cnd:pre:1s;cnd:pre:2s; -forcerait forcer VER 64.64 75.41 0.14 0.20 cnd:pre:3s; -forceras forcer VER 64.64 75.41 0.05 0.00 ind:fut:2s; -forcerez forcer VER 64.64 75.41 0.11 0.00 ind:fut:2p; -forceront forcer VER 64.64 75.41 0.12 0.00 ind:fut:3p; -forces force NOM f p 151.96 344.73 43.67 126.35 -forceur forceur NOM m s 0.02 0.20 0.02 0.07 -forceurs forceur NOM m p 0.02 0.20 0.00 0.14 -forcez forcer VER 64.64 75.41 2.81 0.74 imp:pre:2p;ind:pre:2p; -forci forcir VER m s 0.14 1.08 0.02 0.74 par:pas; -forciez forcer VER 64.64 75.41 0.06 0.00 ind:imp:2p; -forcing forcing NOM m s 0.13 0.88 0.13 0.88 -forcions forcer VER 64.64 75.41 0.03 0.20 ind:imp:1p; -forcir forcir VER 0.14 1.08 0.01 0.20 inf; -forcis forcir VER m p 0.14 1.08 0.00 0.07 par:pas; -forcissait forcir VER 0.14 1.08 0.00 0.07 ind:imp:3s; -forcit forcir VER 0.14 1.08 0.11 0.00 ind:pre:3s; -forcèrent forcer VER 64.64 75.41 0.04 0.68 ind:pas:3p; -forcé forcer VER m s 64.64 75.41 16.33 16.55 par:pas; -forcée forcer VER f s 64.64 75.41 6.41 4.46 par:pas; -forcées forcer VER f p 64.64 75.41 0.94 0.61 par:pas; -forcément forcément ADV 24.23 29.12 24.23 29.12 -forcés forcer VER m p 64.64 75.41 2.67 2.64 par:pas; -fore forer VER 1.66 1.69 0.25 0.14 imp:pre:2s;ind:pre:1s;ind:pre:3s; -foreign_office foreign_office NOM m s 0.00 2.50 0.00 2.50 -forent forer VER 1.66 1.69 0.01 0.07 ind:pre:3p; -forer forer VER 1.66 1.69 0.80 0.47 inf; -forestier forestier ADJ m s 3.19 6.42 2.13 2.09 -forestiers forestier ADJ m p 3.19 6.42 0.42 0.61 -forestière forestier ADJ f s 3.19 6.42 0.49 2.91 -forestières forestier ADJ f p 3.19 6.42 0.14 0.81 -foret foret NOM m s 1.56 0.54 1.16 0.14 -forets foret NOM m p 1.56 0.54 0.40 0.41 -foreur foreur ADJ m s 0.43 0.00 0.42 0.00 -foreurs foreur NOM m p 1.04 0.20 0.13 0.07 -foreuse foreur NOM f s 1.04 0.20 0.68 0.14 -foreuses foreuse NOM f p 0.17 0.00 0.17 0.00 -forez forer VER 1.66 1.69 0.03 0.00 ind:pre:2p; -forfait forfait NOM m s 2.03 4.59 1.50 3.38 -forfaitaire forfaitaire ADJ s 0.05 0.20 0.05 0.14 -forfaitaires forfaitaire ADJ f p 0.05 0.20 0.00 0.07 -forfaits forfait NOM m p 2.03 4.59 0.53 1.22 -forfaiture forfaiture NOM f s 0.02 0.61 0.02 0.61 -forfanterie forfanterie NOM f s 0.17 0.74 0.17 0.68 -forfanteries forfanterie NOM f p 0.17 0.74 0.00 0.07 -forficules forficule NOM f p 0.00 0.07 0.00 0.07 -forge forger VER 9.02 11.82 1.78 0.74 imp:pre:2s;ind:pre:1s;ind:pre:3s; -forgea forger VER 9.02 11.82 0.00 0.07 ind:pas:3s; -forgeage forgeage NOM m s 0.14 0.00 0.14 0.00 -forgeaient forger VER 9.02 11.82 0.00 0.07 ind:imp:3p; -forgeais forger VER 9.02 11.82 0.00 0.07 ind:imp:1s; -forgeait forger VER 9.02 11.82 0.12 0.61 ind:imp:3s; -forgeant forger VER 9.02 11.82 0.10 0.27 par:pre; -forgent forger VER 9.02 11.82 0.31 0.20 ind:pre:3p; -forgeons forger VER 9.02 11.82 0.02 0.14 imp:pre:1p;ind:pre:1p; -forger forger VER 9.02 11.82 3.16 1.62 inf; -forgera forger VER 9.02 11.82 0.21 0.07 ind:fut:3s; -forgerai forger VER 9.02 11.82 0.20 0.00 ind:fut:1s; -forgeries forgerie NOM f p 0.00 0.07 0.00 0.07 -forgeron forgeron NOM m s 3.76 4.39 3.49 3.38 -forgeronne forgeron NOM f s 3.76 4.39 0.02 0.00 -forgerons forgeron NOM m p 3.76 4.39 0.25 1.01 -forges forge NOM f p 1.64 8.58 0.13 0.95 -forgeur forgeur NOM m s 0.15 0.00 0.15 0.00 -forgions forger VER 9.02 11.82 0.10 0.07 ind:imp:1p; -forgèrent forger VER 9.02 11.82 0.03 0.00 ind:pas:3p; -forgé forger VER m s 9.02 11.82 1.55 5.81 par:pas; -forgée forger VER f s 9.02 11.82 0.92 0.41 par:pas; -forgées forger VER f p 9.02 11.82 0.05 0.88 par:pas; -forgés forger VER m p 9.02 11.82 0.45 0.74 par:pas; -forints forint NOM m p 0.14 0.00 0.14 0.00 -forlane forlane NOM f s 0.10 0.00 0.10 0.00 -forlonger forlonger VER 0.00 0.14 0.00 0.07 inf; -forlongés forlonger VER m p 0.00 0.14 0.00 0.07 par:pas; -forma former VER 39.69 110.27 0.16 2.16 ind:pas:3s; -formage formage NOM m s 0.00 0.07 0.00 0.07 -formai former VER 39.69 110.27 0.00 0.07 ind:pas:1s; -formaient former VER 39.69 110.27 0.73 16.96 ind:imp:3p; -formais former VER 39.69 110.27 0.01 0.47 ind:imp:1s; -formait former VER 39.69 110.27 1.42 11.69 ind:imp:3s; -formaldéhyde formaldéhyde NOM m s 0.34 0.00 0.34 0.00 -formalisa formaliser VER 0.43 2.23 0.00 0.34 ind:pas:3s; -formalisaient formaliser VER 0.43 2.23 0.00 0.07 ind:imp:3p; -formalisais formaliser VER 0.43 2.23 0.00 0.14 ind:imp:1s; -formalisait formaliser VER 0.43 2.23 0.00 0.41 ind:imp:3s; -formalise formaliser VER 0.43 2.23 0.13 0.14 imp:pre:2s;ind:pre:1s;ind:pre:3s; -formaliser formaliser VER 0.43 2.23 0.04 0.68 inf; -formalisera formaliser VER 0.43 2.23 0.01 0.00 ind:fut:3s; -formaliserait formaliser VER 0.43 2.23 0.00 0.14 cnd:pre:3s; -formalisez formaliser VER 0.43 2.23 0.25 0.07 imp:pre:2p;ind:pre:2p; -formalisme formalisme NOM m s 0.12 0.34 0.12 0.34 -formalisât formaliser VER 0.43 2.23 0.00 0.07 sub:imp:3s; -formaliste formaliste ADJ m s 0.02 0.27 0.02 0.07 -formalistes formaliste ADJ f p 0.02 0.27 0.00 0.20 -formalisé formalisé ADJ m s 0.01 0.00 0.01 0.00 -formalisée formaliser VER f s 0.43 2.23 0.00 0.07 par:pas; -formalisés formaliser VER m p 0.43 2.23 0.00 0.07 par:pas; -formalité formalité NOM f s 7.08 7.03 3.77 2.97 -formalités formalité NOM f p 7.08 7.03 3.30 4.05 -formant former VER 39.69 110.27 0.56 7.91 par:pre; -format format NOM m s 1.90 8.11 1.80 6.96 -formatage formatage NOM m s 0.07 0.00 0.07 0.00 -formater formater VER 0.13 0.00 0.04 0.00 inf; -formateur formateur ADJ m s 0.42 0.20 0.19 0.07 -formation formation NOM f s 14.40 12.16 13.68 9.32 -formations formation NOM f p 14.40 12.16 0.72 2.84 -formatrice formateur ADJ f s 0.42 0.20 0.12 0.14 -formatrices formateur ADJ f p 0.42 0.20 0.11 0.00 -formats format NOM m p 1.90 8.11 0.10 1.15 -formaté formater VER m s 0.13 0.00 0.09 0.00 par:pas; -forme forme NOM f s 94.19 176.69 82.61 137.91 -formel formel ADJ m s 4.55 9.05 2.40 3.31 -formelle formel ADJ f s 4.55 9.05 1.13 3.99 -formellement formellement ADV 1.48 4.53 1.48 4.53 -formelles formel ADJ f p 4.55 9.05 0.40 0.81 -formels formel ADJ m p 4.55 9.05 0.62 0.95 -forment former VER 39.69 110.27 4.51 11.01 ind:pre:3p;sub:pre:3p; -former former VER 39.69 110.27 8.18 15.95 inf; -formera former VER 39.69 110.27 0.59 0.07 ind:fut:3s; -formerai former VER 39.69 110.27 0.10 0.07 ind:fut:1s; -formeraient former VER 39.69 110.27 0.28 0.54 cnd:pre:3p; -formerais former VER 39.69 110.27 0.02 0.14 cnd:pre:1s;cnd:pre:2s; -formerait former VER 39.69 110.27 0.09 0.34 cnd:pre:3s; -formerez former VER 39.69 110.27 0.22 0.07 ind:fut:2p; -formeriez former VER 39.69 110.27 0.13 0.00 cnd:pre:2p; -formerons former VER 39.69 110.27 0.52 0.14 ind:fut:1p; -formeront former VER 39.69 110.27 0.42 0.41 ind:fut:3p; -formes forme NOM f p 94.19 176.69 11.58 38.78 -formez former VER 39.69 110.27 2.70 0.27 imp:pre:2p;ind:pre:2p; -formica formica NOM m s 0.28 2.03 0.28 1.96 -formicas formica NOM m p 0.28 2.03 0.00 0.07 -formid formid ADJ f s 0.02 0.20 0.02 0.14 -formidable formidable ADJ s 54.23 34.32 51.79 30.07 -formidablement formidablement ADV 0.24 1.42 0.24 1.42 -formidables formidable ADJ p 54.23 34.32 2.44 4.26 -formide formide ADJ s 0.01 0.27 0.01 0.20 -formides formide ADJ f p 0.01 0.27 0.00 0.07 -formids formid ADJ p 0.02 0.20 0.00 0.07 -formiez former VER 39.69 110.27 0.30 0.07 ind:imp:2p; -formions former VER 39.69 110.27 0.24 1.62 ind:imp:1p; -formique formique ADJ m s 0.04 0.07 0.04 0.07 -formol formol NOM m s 0.88 0.74 0.88 0.74 -formons former VER 39.69 110.27 1.94 0.88 imp:pre:1p;ind:pre:1p; -formèrent former VER 39.69 110.27 0.28 1.42 ind:pas:3p; -formé former VER m s 39.69 110.27 5.50 14.32 par:pas; -formée former VER f s 39.69 110.27 2.00 5.47 ind:imp:3p;par:pas; -formées former VER f p 39.69 110.27 0.25 2.23 par:pas; -formula formuler VER 3.52 15.54 0.01 0.54 ind:pas:3s; -formulai formuler VER 3.52 15.54 0.00 0.14 ind:pas:1s; -formulaient formuler VER 3.52 15.54 0.00 0.14 ind:imp:3p; -formulaire formulaire NOM m s 9.73 1.55 6.93 0.81 -formulaires formulaire NOM m p 9.73 1.55 2.80 0.74 -formulais formuler VER 3.52 15.54 0.11 0.34 ind:imp:1s; -formulait formuler VER 3.52 15.54 0.01 1.08 ind:imp:3s; -formulant formuler VER 3.52 15.54 0.00 0.54 par:pre; -formulation formulation NOM f s 0.41 1.15 0.28 1.01 -formulations formulation NOM f p 0.41 1.15 0.14 0.14 -formule formule NOM f s 12.53 34.39 10.97 22.84 -formulent formuler VER 3.52 15.54 0.01 0.20 ind:pre:3p; -formuler formuler VER 3.52 15.54 1.88 7.50 inf; -formulera formuler VER 3.52 15.54 0.00 0.20 ind:fut:3s; -formules formule NOM f p 12.53 34.39 1.56 11.55 -formulettes formulette NOM f p 0.00 0.07 0.00 0.07 -formulez formuler VER 3.52 15.54 0.07 0.14 imp:pre:2p;ind:pre:2p; -formulons formuler VER 3.52 15.54 0.04 0.07 imp:pre:1p;ind:pre:1p; -formulât formuler VER 3.52 15.54 0.00 0.07 sub:imp:3s; -formulé formuler VER m s 3.52 15.54 0.44 1.22 par:pas; -formulée formulé ADJ f s 0.26 1.69 0.13 0.54 -formulées formuler VER f p 3.52 15.54 0.08 1.15 par:pas; -formulés formulé ADJ m p 0.26 1.69 0.01 0.27 -formés former VER m p 39.69 110.27 1.49 3.92 par:pas; -fornicateur fornicateur NOM m s 0.51 0.34 0.21 0.14 -fornicateurs fornicateur NOM m p 0.51 0.34 0.11 0.20 -fornication fornication NOM f s 1.06 1.22 1.05 0.95 -fornications fornication NOM f p 1.06 1.22 0.01 0.27 -fornicatrice fornicateur NOM f s 0.51 0.34 0.19 0.00 -forniquaient forniquer VER 0.89 1.22 0.01 0.14 ind:imp:3p; -forniquait forniquer VER 0.89 1.22 0.01 0.27 ind:imp:3s; -forniquant forniquer VER 0.89 1.22 0.05 0.07 par:pre; -fornique forniquer VER 0.89 1.22 0.06 0.07 imp:pre:2s;ind:pre:1s;ind:pre:3s; -forniquent forniquer VER 0.89 1.22 0.07 0.07 ind:pre:3p; -forniquer forniquer VER 0.89 1.22 0.51 0.47 inf; -forniqué forniquer VER m s 0.89 1.22 0.19 0.14 par:pas; -fors fors PRE 0.01 0.27 0.01 0.27 -forsythias forsythia NOM m p 0.00 0.07 0.00 0.07 -fort fort ADV 171.91 212.77 171.91 212.77 -forte fort ADJ f s 95.28 140.27 42.42 62.64 -fortement fortement ADV 4.25 15.68 4.25 15.68 -forteresse forteresse NOM f s 7.53 16.96 7.38 14.05 -forteresses forteresse NOM f p 7.53 16.96 0.14 2.91 -fortes fort ADJ f p 95.28 140.27 7.92 16.35 -força forcer VER 64.64 75.41 0.34 3.38 ind:pas:3s; -forçage forçage NOM m s 0.04 0.14 0.04 0.14 -forçai forcer VER 64.64 75.41 0.11 0.34 ind:pas:1s; -forçaient forcer VER 64.64 75.41 0.05 0.61 ind:imp:3p; -forçais forcer VER 64.64 75.41 0.22 1.35 ind:imp:1s;ind:imp:2s; -forçait forcer VER 64.64 75.41 0.70 6.76 ind:imp:3s; -forçant forcer VER 64.64 75.41 0.91 4.86 par:pre; -forçat forçat NOM m s 1.26 3.11 0.30 1.35 -forçats forçat NOM m p 1.26 3.11 0.96 1.76 -forçons forcer VER 64.64 75.41 0.27 0.14 imp:pre:1p;ind:pre:1p; -forçât forcer VER 64.64 75.41 0.00 0.20 sub:imp:3s; -fortiche fortiche ADJ s 1.14 2.03 0.84 1.49 -fortiches fortiche ADJ p 1.14 2.03 0.30 0.54 -fortifia fortifier VER 2.19 6.55 0.11 0.27 ind:pas:3s; -fortifiaient fortifier VER 2.19 6.55 0.01 0.14 ind:imp:3p; -fortifiais fortifier VER 2.19 6.55 0.00 0.07 ind:imp:1s; -fortifiait fortifier VER 2.19 6.55 0.00 0.81 ind:imp:3s; -fortifiant fortifiant NOM m s 0.26 0.54 0.23 0.34 -fortifiants fortifiant NOM m p 0.26 0.54 0.04 0.20 -fortification fortification NOM f s 0.68 2.36 0.22 0.34 -fortifications fortification NOM f p 0.68 2.36 0.46 2.03 -fortifie fortifier VER 2.19 6.55 0.74 0.54 imp:pre:2s;ind:pre:1s;ind:pre:3s; -fortifient fortifier VER 2.19 6.55 0.04 0.34 ind:pre:3p; -fortifier fortifier VER 2.19 6.55 0.47 1.22 inf; -fortifiera fortifier VER 2.19 6.55 0.13 0.00 ind:fut:3s; -fortifierait fortifier VER 2.19 6.55 0.00 0.07 cnd:pre:3s; -fortifiez fortifier VER 2.19 6.55 0.01 0.07 imp:pre:2p; -fortifions fortifier VER 2.19 6.55 0.10 0.07 imp:pre:1p; -fortifiât fortifier VER 2.19 6.55 0.00 0.07 sub:imp:3s; -fortifièrent fortifier VER 2.19 6.55 0.01 0.00 ind:pas:3p; -fortifié fortifier VER m s 2.19 6.55 0.22 1.01 par:pas; -fortifiée fortifié ADJ f s 0.43 1.82 0.29 0.68 -fortifiées fortifier VER f p 2.19 6.55 0.02 0.27 par:pas; -fortifiés fortifier VER m p 2.19 6.55 0.14 0.14 par:pas; -fortifs fortif NOM f p 0.00 1.01 0.00 1.01 -fortin fortin NOM m s 0.33 3.31 0.32 2.70 -fortins fortin NOM m p 0.33 3.31 0.01 0.61 -fortissimo fortissimo NOM m s 0.11 0.20 0.11 0.20 -fortitude fortitude NOM f s 0.05 0.07 0.05 0.07 -fortraiture fortraiture NOM f s 0.00 0.07 0.00 0.07 -forts fort ADJ m p 95.28 140.27 17.00 17.43 -fortuit fortuit ADJ m s 1.96 3.38 0.55 1.22 -fortuite fortuit ADJ f s 1.96 3.38 1.29 1.28 -fortuitement fortuitement ADV 0.17 0.34 0.17 0.34 -fortuites fortuit ADJ f p 1.96 3.38 0.07 0.68 -fortuits fortuit ADJ m p 1.96 3.38 0.05 0.20 -fortune fortune NOM f s 33.62 51.49 32.35 46.49 -fortunes fortune NOM f p 33.62 51.49 1.27 5.00 -fortuné fortuné ADJ m s 2.84 3.45 1.24 1.35 -fortunée fortuné ADJ f s 2.84 3.45 0.48 0.41 -fortunées fortuné ADJ f p 2.84 3.45 0.17 0.47 -fortunés fortuné ADJ m p 2.84 3.45 0.95 1.22 -foré forer VER m s 1.66 1.69 0.23 0.14 par:pas; -forée forer VER f s 1.66 1.69 0.01 0.14 par:pas; -forum forum NOM m s 1.40 1.08 1.14 0.95 -forums forum NOM m p 1.40 1.08 0.26 0.14 -forés forer VER m p 1.66 1.69 0.14 0.14 par:pas; -forêt forêt NOM f s 34.94 113.31 29.57 91.89 -forêts forêt NOM f p 34.94 113.31 5.37 21.42 -fosse fosse NOM f s 7.92 14.05 6.64 10.74 -fosses fosse NOM f p 7.92 14.05 1.27 3.31 -fossette fossette NOM f s 0.86 4.32 0.44 2.09 -fossettes fossette NOM f p 0.86 4.32 0.42 2.23 -fossile fossile NOM m s 2.02 0.74 1.40 0.20 -fossiles fossile NOM m p 2.02 0.74 0.62 0.54 -fossilisation fossilisation NOM f s 0.13 0.07 0.13 0.07 -fossilisé fossiliser VER m s 0.17 0.68 0.08 0.41 par:pas; -fossilisés fossiliser VER m p 0.17 0.68 0.09 0.27 par:pas; -fossoyeur fossoyeur NOM m s 2.77 2.70 2.00 1.42 -fossoyeurs fossoyeur NOM m p 2.77 2.70 0.77 1.28 -fossoyeuse fossoyeuse NOM f s 0.01 0.00 0.01 0.00 -fossé fossé NOM m s 4.71 26.42 4.10 20.07 -fossés fossé NOM m p 4.71 26.42 0.61 6.35 -fou_fou fou_fou ADJ m s 0.08 0.00 0.08 0.00 -fou_rire fou_rire NOM m s 0.02 0.14 0.02 0.14 -fou fou ADJ m s 321.31 164.32 181.51 82.03 -fouaces fouace NOM f p 0.00 0.07 0.00 0.07 -fouailla fouailler VER 0.00 1.55 0.00 0.20 ind:pas:3s; -fouaillai fouailler VER 0.00 1.55 0.00 0.07 ind:pas:1s; -fouaillaient fouailler VER 0.00 1.55 0.00 0.14 ind:imp:3p; -fouaillait fouailler VER 0.00 1.55 0.00 0.07 ind:imp:3s; -fouaillant fouailler VER 0.00 1.55 0.00 0.14 par:pre; -fouaille fouaille NOM f s 0.00 1.22 0.00 1.22 -fouailler fouailler VER 0.00 1.55 0.00 0.34 inf; -fouaillé fouailler VER m s 0.00 1.55 0.00 0.20 par:pas; -fouaillée fouailler VER f s 0.00 1.55 0.00 0.14 par:pas; -fouaillées fouailler VER f p 0.00 1.55 0.00 0.07 par:pas; -foucade foucade NOM f s 0.01 0.47 0.01 0.14 -foucades foucade NOM f p 0.01 0.47 0.00 0.34 -fouchtra fouchtra ONO 0.00 0.27 0.00 0.27 -foudre foudre NOM s 12.94 14.46 12.50 12.64 -foudres foudre NOM p 12.94 14.46 0.44 1.82 -foudroie foudroyer VER 2.36 8.99 0.34 0.41 ind:pre:1s;ind:pre:3s; -foudroiement foudroiement NOM m s 0.01 0.00 0.01 0.00 -foudroient foudroyer VER 2.36 8.99 0.00 0.14 ind:pre:3p; -foudroiera foudroyer VER 2.36 8.99 0.01 0.07 ind:fut:3s; -foudroieraient foudroyer VER 2.36 8.99 0.00 0.07 cnd:pre:3p; -foudroierait foudroyer VER 2.36 8.99 0.00 0.07 cnd:pre:3s; -foudroya foudroyer VER 2.36 8.99 0.01 0.41 ind:pas:3s; -foudroyaient foudroyer VER 2.36 8.99 0.00 0.14 ind:imp:3p; -foudroyait foudroyer VER 2.36 8.99 0.00 0.47 ind:imp:3s; -foudroyant foudroyant ADJ m s 0.52 6.62 0.41 2.23 -foudroyante foudroyant ADJ f s 0.52 6.62 0.10 3.24 -foudroyantes foudroyant ADJ f p 0.52 6.62 0.00 0.54 -foudroyants foudroyant ADJ m p 0.52 6.62 0.01 0.61 -foudroyer foudroyer VER 2.36 8.99 0.39 1.35 inf; -foudroyions foudroyer VER 2.36 8.99 0.01 0.00 ind:imp:1p; -foudroyèrent foudroyer VER 2.36 8.99 0.00 0.07 ind:pas:3p; -foudroyé foudroyer VER m s 2.36 8.99 0.91 2.84 par:pas; -foudroyée foudroyer VER f s 2.36 8.99 0.36 0.95 par:pas; -foudroyées foudroyer VER f p 2.36 8.99 0.04 0.27 par:pas; -foudroyés foudroyer VER m p 2.36 8.99 0.28 1.42 par:pas; -fouet fouet NOM m s 8.56 18.31 7.92 16.69 -fouets fouet NOM m p 8.56 18.31 0.63 1.62 -fouetta fouetter VER 7.61 17.36 0.14 0.68 ind:pas:3s; -fouettaient fouetter VER 7.61 17.36 0.02 0.41 ind:imp:3p; -fouettais fouetter VER 7.61 17.36 0.04 0.27 ind:imp:1s; -fouettait fouetter VER 7.61 17.36 0.09 2.36 ind:imp:3s; -fouettant fouetter VER 7.61 17.36 0.03 1.42 par:pre; -fouettard fouettard ADJ m s 0.34 0.68 0.34 0.47 -fouettards fouettard ADJ m p 0.34 0.68 0.00 0.20 -fouette fouetter VER 7.61 17.36 1.65 2.30 imp:pre:2s;ind:pre:1s;ind:pre:3s; -fouettement fouettement NOM m s 0.01 0.27 0.01 0.20 -fouettements fouettement NOM m p 0.01 0.27 0.00 0.07 -fouettent fouetter VER 7.61 17.36 0.07 0.68 ind:pre:3p; -fouetter fouetter VER 7.61 17.36 2.27 4.26 inf; -fouettera fouetter VER 7.61 17.36 0.06 0.00 ind:fut:3s; -fouetterai fouetter VER 7.61 17.36 0.12 0.00 ind:fut:1s; -fouetterait fouetter VER 7.61 17.36 0.03 0.07 cnd:pre:3s; -fouetteront fouetter VER 7.61 17.36 0.02 0.07 ind:fut:3p; -fouettes fouetter VER 7.61 17.36 0.12 0.07 ind:pre:2s; -fouetteur fouetteur NOM m s 0.16 0.41 0.02 0.00 -fouetteurs fouetteur NOM m p 0.16 0.41 0.14 0.07 -fouetteuse fouetteur NOM f s 0.16 0.41 0.00 0.34 -fouettez fouetter VER 7.61 17.36 0.36 0.14 imp:pre:2p;ind:pre:2p; -fouettons fouetter VER 7.61 17.36 0.02 0.14 imp:pre:1p;ind:pre:1p; -fouettèrent fouetter VER 7.61 17.36 0.00 0.14 ind:pas:3p; -fouetté fouetter VER m s 7.61 17.36 0.81 1.69 par:pas; -fouettée fouetter VER f s 7.61 17.36 1.50 1.69 par:pas; -fouettées fouetter VER f p 7.61 17.36 0.04 0.54 par:pas; -fouettés fouetter VER m p 7.61 17.36 0.22 0.47 par:pas; -foufou foufou ADJ m s 0.44 0.00 0.42 0.00 -foufoune foufoune NOM f s 0.69 0.00 0.57 0.00 -foufounes foufoune NOM f p 0.69 0.00 0.12 0.00 -foufounette foufounette NOM f s 0.01 0.20 0.01 0.20 -foufous foufou ADJ m p 0.44 0.00 0.01 0.00 -fougasse fougasse NOM f s 2.54 0.14 2.54 0.14 -fouge fouger VER 0.10 0.00 0.10 0.00 imp:pre:2s; -fougeraie fougeraie NOM f s 0.00 0.61 0.00 0.54 -fougeraies fougeraie NOM f p 0.00 0.61 0.00 0.07 -fougère fougère NOM f s 0.76 8.11 0.48 0.74 -fougères fougère NOM f p 0.76 8.11 0.27 7.36 -fougue fougue NOM f s 1.17 5.14 1.17 5.07 -fougues fougue NOM f p 1.17 5.14 0.00 0.07 -fougueuse fougueux ADJ f s 1.72 3.45 0.26 0.74 -fougueusement fougueusement ADV 0.05 0.47 0.05 0.47 -fougueuses fougueux ADJ f p 1.72 3.45 0.05 0.27 -fougueux fougueux ADJ m 1.72 3.45 1.41 2.43 -foui fouir VER m s 0.04 0.95 0.02 0.34 par:pas; -fouie fouir VER f s 0.04 0.95 0.01 0.07 par:pas; -fouies fouir VER f p 0.04 0.95 0.00 0.07 par:pas; -fouilla fouiller VER 42.37 47.16 0.01 5.27 ind:pas:3s; -fouillai fouiller VER 42.37 47.16 0.01 0.47 ind:pas:1s; -fouillaient fouiller VER 42.37 47.16 0.08 1.76 ind:imp:3p; -fouillais fouiller VER 42.37 47.16 0.37 0.95 ind:imp:1s;ind:imp:2s; -fouillait fouiller VER 42.37 47.16 0.37 5.81 ind:imp:3s; -fouillant fouiller VER 42.37 47.16 1.43 5.14 par:pre; -fouillasse fouiller VER 42.37 47.16 0.00 0.07 sub:imp:1s; -fouille fouiller VER 42.37 47.16 6.09 7.23 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -fouillent fouiller VER 42.37 47.16 1.46 1.82 ind:pre:3p; -fouiller fouiller VER 42.37 47.16 12.87 11.76 inf; -fouillera fouiller VER 42.37 47.16 0.30 0.07 ind:fut:3s; -fouillerai fouiller VER 42.37 47.16 0.10 0.07 ind:fut:1s; -fouillerais fouiller VER 42.37 47.16 0.03 0.00 cnd:pre:1s; -fouillerait fouiller VER 42.37 47.16 0.17 0.07 cnd:pre:3s; -fouilleras fouiller VER 42.37 47.16 0.03 0.00 ind:fut:2s; -fouillerons fouiller VER 42.37 47.16 0.07 0.00 ind:fut:1p; -fouilleront fouiller VER 42.37 47.16 0.10 0.00 ind:fut:3p; -fouilles fouille NOM f p 5.00 11.28 1.81 4.53 -fouillette fouillette NOM f s 0.00 0.20 0.00 0.20 -fouilleur fouilleur NOM m s 0.05 0.41 0.03 0.27 -fouilleurs fouilleur ADJ m p 0.03 0.07 0.01 0.07 -fouilleuse fouilleur NOM f s 0.05 0.41 0.03 0.07 -fouillez fouiller VER 42.37 47.16 6.79 0.41 imp:pre:2p;ind:pre:2p; -fouilliez fouiller VER 42.37 47.16 0.21 0.00 ind:imp:2p; -fouillis fouillis NOM m 0.81 7.16 0.81 7.16 -fouillons fouiller VER 42.37 47.16 0.61 0.07 imp:pre:1p;ind:pre:1p; -fouillèrent fouiller VER 42.37 47.16 0.01 0.81 ind:pas:3p; -fouillé fouiller VER m s 42.37 47.16 8.89 4.05 par:pas; -fouillée fouiller VER f s 42.37 47.16 0.85 0.74 par:pas; -fouillées fouiller VER f p 42.37 47.16 0.07 0.27 par:pas; -fouillés fouiller VER m p 42.37 47.16 0.51 0.27 par:pas; -fouinaient fouiner VER 5.54 2.43 0.02 0.20 ind:imp:3p; -fouinais fouiner VER 5.54 2.43 0.17 0.07 ind:imp:1s;ind:imp:2s; -fouinait fouiner VER 5.54 2.43 0.19 0.47 ind:imp:3s; -fouinant fouiner VER 5.54 2.43 0.05 0.20 par:pre; -fouinard fouinard NOM m s 0.13 0.00 0.11 0.00 -fouinards fouinard NOM m p 0.13 0.00 0.02 0.00 -fouine fouine NOM f s 2.87 2.43 2.45 1.89 -fouinent fouiner VER 5.54 2.43 0.36 0.07 ind:pre:3p; -fouiner fouiner VER 5.54 2.43 3.31 1.08 inf; -fouinera fouiner VER 5.54 2.43 0.01 0.00 ind:fut:3s; -fouineriez fouiner VER 5.54 2.43 0.01 0.00 cnd:pre:2p; -fouines fouine NOM f p 2.87 2.43 0.42 0.54 -fouineur fouineur NOM m s 0.80 0.07 0.23 0.07 -fouineurs fouineur NOM m p 0.80 0.07 0.27 0.00 -fouineuse fouineur NOM f s 0.80 0.07 0.29 0.00 -fouinez fouiner VER 5.54 2.43 0.14 0.07 imp:pre:2p;ind:pre:2p; -fouiniez fouiner VER 5.54 2.43 0.03 0.00 ind:imp:2p; -fouiné fouiner VER m s 5.54 2.43 0.39 0.00 par:pas; -fouir fouir VER 0.04 0.95 0.00 0.20 inf; -fouissait fouir VER 0.04 0.95 0.00 0.07 ind:imp:3s; -fouissant fouir VER 0.04 0.95 0.00 0.07 par:pre; -fouissent fouir VER 0.04 0.95 0.00 0.07 ind:pre:3p; -fouisseur fouisseur ADJ m s 0.01 0.34 0.01 0.07 -fouisseurs fouisseur ADJ m p 0.01 0.34 0.00 0.07 -fouisseuse fouisseur ADJ f s 0.01 0.34 0.00 0.14 -fouisseuses fouisseur ADJ f p 0.01 0.34 0.00 0.07 -fouit fouir VER 0.04 0.95 0.01 0.07 ind:pre:3s; -foula fouler VER 3.06 9.59 0.04 0.14 ind:pas:3s; -foulage foulage NOM m s 0.00 0.07 0.00 0.07 -foulaient fouler VER 3.06 9.59 0.00 0.61 ind:imp:3p; -foulais fouler VER 3.06 9.59 0.05 0.27 ind:imp:1s; -foulait fouler VER 3.06 9.59 0.14 0.41 ind:imp:3s; -foulant fouler VER 3.06 9.59 0.13 1.01 par:pre; -foulard foulard NOM m s 4.44 19.19 3.94 15.95 -foulards foulard NOM m p 4.44 19.19 0.50 3.24 -foulbé foulbé ADJ s 0.00 0.07 0.00 0.07 -foule foule NOM f s 27.81 112.30 25.95 101.62 -foulent fouler VER 3.06 9.59 0.16 0.27 ind:pre:3p; -fouler fouler VER 3.06 9.59 0.65 2.57 inf; -foulera fouler VER 3.06 9.59 0.04 0.00 ind:fut:3s; -fouleraient fouler VER 3.06 9.59 0.00 0.07 cnd:pre:3p; -foulerait fouler VER 3.06 9.59 0.00 0.07 cnd:pre:3s; -foulerez fouler VER 3.06 9.59 0.03 0.00 ind:fut:2p; -foules foule NOM f p 27.81 112.30 1.86 10.68 -fouleur fouleur NOM m s 0.01 0.00 0.01 0.00 -foulions fouler VER 3.06 9.59 0.01 0.14 ind:imp:1p; -fouloir fouloir NOM m s 0.00 0.14 0.00 0.14 -foulon foulon NOM m s 0.14 0.00 0.14 0.00 -foulons fouler VER 3.06 9.59 0.11 0.14 ind:pre:1p; -foulque foulque NOM f s 0.03 0.07 0.01 0.00 -foulques foulque NOM f p 0.03 0.07 0.01 0.07 -foulèrent fouler VER 3.06 9.59 0.04 0.20 ind:pas:3p; -foulé fouler VER m s 3.06 9.59 1.11 1.49 par:pas; -foulée foulée NOM f s 0.56 7.30 0.50 5.34 -foulées foulée NOM f p 0.56 7.30 0.06 1.96 -foulure foulure NOM f s 0.21 0.20 0.17 0.20 -foulures foulure NOM f p 0.21 0.20 0.03 0.00 -foulés fouler VER m p 3.06 9.59 0.03 0.41 par:pas; -foëne foëne NOM f s 0.00 0.07 0.00 0.07 -four four NOM m s 15.44 28.99 13.95 25.07 -fourbais fourber VER 0.00 0.14 0.00 0.07 ind:imp:1s; -fourbe fourbe ADJ s 1.70 1.08 1.32 0.68 -fourber fourber VER 0.00 0.14 0.00 0.07 inf; -fourberie fourberie NOM f s 0.65 1.28 0.52 0.88 -fourberies fourberie NOM f p 0.65 1.28 0.14 0.41 -fourbes fourbe NOM p 1.52 0.81 0.41 0.20 -fourbi fourbi NOM m s 0.78 3.18 0.77 2.91 -fourbie fourbir VER f s 0.03 1.55 0.00 0.07 par:pas; -fourbir fourbir VER 0.03 1.55 0.01 0.34 inf; -fourbis fourbi NOM m p 0.78 3.18 0.01 0.27 -fourbissaient fourbir VER 0.03 1.55 0.00 0.14 ind:imp:3p; -fourbissais fourbir VER 0.03 1.55 0.00 0.07 ind:imp:1s; -fourbissait fourbir VER 0.03 1.55 0.00 0.27 ind:imp:3s; -fourbissant fourbir VER 0.03 1.55 0.00 0.20 par:pre; -fourbit fourbir VER 0.03 1.55 0.01 0.14 ind:pre:3s; -fourbu fourbu ADJ m s 0.42 6.01 0.12 2.84 -fourbue fourbu ADJ f s 0.42 6.01 0.14 0.81 -fourbues fourbu ADJ f p 0.42 6.01 0.01 0.74 -fourbus fourbu ADJ m p 0.42 6.01 0.16 1.62 -fourcha fourcher VER 0.33 0.27 0.00 0.14 ind:pas:3s; -fourche fourche NOM f s 1.57 8.18 1.21 5.61 -fourchent fourcher VER 0.33 0.27 0.01 0.00 ind:pre:3p; -fourcher fourcher VER 0.33 0.27 0.03 0.00 inf; -fourches fourche NOM f p 1.57 8.18 0.36 2.57 -fourchet fourchet NOM m s 0.00 0.14 0.00 0.07 -fourchets fourchet NOM m p 0.00 0.14 0.00 0.07 -fourchette fourchette NOM f s 5.85 14.19 4.98 10.95 -fourchettes fourchette NOM f p 5.85 14.19 0.87 3.24 -fourchez fourcher VER 0.33 0.27 0.03 0.00 imp:pre:2p; -fourché fourcher VER m s 0.33 0.27 0.15 0.14 par:pas; -fourchu fourchu ADJ m s 0.75 1.42 0.17 0.27 -fourchée fourcher VER f s 0.33 0.27 0.01 0.00 par:pas; -fourchue fourchu ADJ f s 0.75 1.42 0.20 0.54 -fourchues fourchu ADJ f p 0.75 1.42 0.01 0.07 -fourchures fourchure NOM f p 0.00 0.14 0.00 0.14 -fourchus fourchu ADJ m p 0.75 1.42 0.37 0.54 -fourgon fourgon NOM m s 8.69 7.70 7.87 5.14 -fourgonnait fourgonner VER 0.00 0.61 0.00 0.14 ind:imp:3s; -fourgonnas fourgonner VER 0.00 0.61 0.00 0.07 ind:pas:2s; -fourgonne fourgonner VER 0.00 0.61 0.00 0.07 ind:pre:3s; -fourgonner fourgonner VER 0.00 0.61 0.00 0.34 inf; -fourgonnette fourgonnette NOM f s 1.31 1.76 1.26 1.62 -fourgonnettes fourgonnette NOM f p 1.31 1.76 0.05 0.14 -fourgons fourgon NOM m p 8.69 7.70 0.82 2.57 -fourguais fourguer VER 2.47 5.07 0.03 0.07 ind:imp:1s; -fourguait fourguer VER 2.47 5.07 0.02 0.61 ind:imp:3s; -fourguant fourguer VER 2.47 5.07 0.03 0.20 par:pre; -fourgue fourguer VER 2.47 5.07 0.28 0.74 imp:pre:2s;ind:pre:1s;ind:pre:3s; -fourguent fourguer VER 2.47 5.07 0.16 0.14 ind:pre:3p; -fourguer fourguer VER 2.47 5.07 1.10 1.82 inf; -fourgueraient fourguer VER 2.47 5.07 0.00 0.07 cnd:pre:3p; -fourguerais fourguer VER 2.47 5.07 0.00 0.07 cnd:pre:1s; -fourguerait fourguer VER 2.47 5.07 0.00 0.07 cnd:pre:3s; -fourgues fourguer VER 2.47 5.07 0.06 0.00 ind:pre:2s; -fourguez fourguer VER 2.47 5.07 0.02 0.00 ind:pre:2p; -fourgué fourguer VER m s 2.47 5.07 0.59 0.88 par:pas; -fourguée fourguer VER f s 2.47 5.07 0.15 0.20 par:pas; -fourguées fourguer VER f p 2.47 5.07 0.01 0.07 par:pas; -fourgués fourguer VER m p 2.47 5.07 0.02 0.14 par:pas; -fourme fourme NOM f s 0.00 0.41 0.00 0.34 -fourmes fourme NOM f p 0.00 0.41 0.00 0.07 -fourmi_lion fourmi_lion NOM m s 0.00 0.14 0.00 0.07 -fourmi fourmi NOM f s 9.61 12.77 2.78 5.14 -fourmilier fourmilier NOM m s 1.10 3.11 0.12 0.07 -fourmilion fourmilion NOM m s 0.00 0.14 0.00 0.14 -fourmilière fourmilier NOM f s 1.10 3.11 0.98 2.84 -fourmilières fourmilière NOM f p 0.01 0.00 0.01 0.00 -fourmillaient fourmiller VER 0.53 3.18 0.00 0.20 ind:imp:3p; -fourmillait fourmiller VER 0.53 3.18 0.00 0.74 ind:imp:3s; -fourmillant fourmiller VER 0.53 3.18 0.00 0.47 par:pre; -fourmillante fourmillant ADJ f s 0.00 1.15 0.00 0.81 -fourmillants fourmillant ADJ m p 0.00 1.15 0.00 0.20 -fourmille fourmiller VER 0.53 3.18 0.42 0.68 ind:pre:1s;ind:pre:3s; -fourmillement fourmillement NOM m s 0.16 2.36 0.07 1.82 -fourmillements fourmillement NOM m p 0.16 2.36 0.08 0.54 -fourmillent fourmiller VER 0.53 3.18 0.09 0.47 ind:pre:3p; -fourmiller fourmiller VER 0.53 3.18 0.01 0.54 inf; -fourmillé fourmiller VER m s 0.53 3.18 0.00 0.07 par:pas; -fourmi_lion fourmi_lion NOM m p 0.00 0.14 0.00 0.07 -fourmis fourmi NOM f p 9.61 12.77 6.83 7.64 -fournîmes fournir VER 25.67 56.28 0.00 0.07 ind:pas:1p; -fournît fournir VER 25.67 56.28 0.00 0.14 sub:imp:3s; -fournaise fournaise NOM f s 0.62 3.18 0.59 3.04 -fournaises fournaise NOM f p 0.62 3.18 0.03 0.14 -fourneau fourneau NOM m s 1.96 15.34 1.13 12.30 -fourneaux fourneau NOM m p 1.96 15.34 0.83 3.04 -fourni fournir VER m s 25.67 56.28 4.21 8.11 par:pas; -fournie fournir VER f s 25.67 56.28 0.59 1.69 par:pas; -fournier fournier NOM m s 0.00 0.07 0.00 0.07 -fournies fournir VER f p 25.67 56.28 0.42 1.42 par:pas; -fournil fournil NOM m s 0.26 3.92 0.26 3.92 -fourniment fourniment NOM m s 0.13 1.01 0.13 0.88 -fourniments fourniment NOM m p 0.13 1.01 0.00 0.14 -fournir fournir VER 25.67 56.28 8.43 19.46 inf; -fournira fournir VER 25.67 56.28 1.18 0.81 ind:fut:3s; -fournirai fournir VER 25.67 56.28 0.43 0.07 ind:fut:1s; -fourniraient fournir VER 25.67 56.28 0.00 0.47 cnd:pre:3p; -fournirait fournir VER 25.67 56.28 0.29 1.08 cnd:pre:3s; -fournirent fournir VER 25.67 56.28 0.00 0.47 ind:pas:3p; -fournirez fournir VER 25.67 56.28 0.24 0.14 ind:fut:2p; -fournirons fournir VER 25.67 56.28 0.22 0.00 ind:fut:1p; -fourniront fournir VER 25.67 56.28 0.06 0.27 ind:fut:3p; -fournis fournir VER m p 25.67 56.28 2.11 3.72 imp:pre:2s;ind:pre:1s;ind:pre:2s;par:pas; -fournissaient fournir VER 25.67 56.28 0.28 2.16 ind:imp:3p; -fournissais fournir VER 25.67 56.28 0.08 0.34 ind:imp:1s;ind:imp:2s; -fournissait fournir VER 25.67 56.28 0.87 5.47 ind:imp:3s; -fournissant fournir VER 25.67 56.28 0.18 1.22 par:pre; -fournisse fournir VER 25.67 56.28 0.13 0.07 sub:pre:1s;sub:pre:3s; -fournissent fournir VER 25.67 56.28 0.77 1.89 ind:pre:3p; -fournisseur fournisseur NOM m s 4.75 4.39 2.62 1.76 -fournisseurs fournisseur NOM m p 4.75 4.39 2.13 2.57 -fournisseuses fournisseur NOM f p 4.75 4.39 0.00 0.07 -fournissez fournir VER 25.67 56.28 1.31 0.20 imp:pre:2p;ind:pre:2p; -fournissiez fournir VER 25.67 56.28 0.14 0.07 ind:imp:2p; -fournissions fournir VER 25.67 56.28 0.02 0.20 ind:imp:1p; -fournissons fournir VER 25.67 56.28 0.65 0.20 imp:pre:1p;ind:pre:1p; -fournit fournir VER 25.67 56.28 3.04 6.55 ind:pre:3s;ind:pas:3s; -fourniture fourniture NOM f s 2.04 2.77 0.16 0.61 -fournitures fourniture NOM f p 2.04 2.77 1.88 2.16 -fournée fournée NOM f s 0.47 2.36 0.46 1.82 -fournées fournée NOM f p 0.47 2.36 0.01 0.54 -fourra fourrer VER 14.05 23.58 0.12 2.77 ind:pas:3s; -fourrage fourrage NOM m s 0.63 2.30 0.58 1.89 -fourragea fourrager VER 0.03 3.99 0.00 0.74 ind:pas:3s; -fourrageaient fourrager VER 0.03 3.99 0.00 0.07 ind:imp:3p; -fourrageais fourrager VER 0.03 3.99 0.00 0.07 ind:imp:2s; -fourrageait fourrager VER 0.03 3.99 0.00 0.88 ind:imp:3s; -fourrageant fourrager VER 0.03 3.99 0.00 0.61 par:pre; -fourragement fourragement NOM m s 0.00 0.07 0.00 0.07 -fourrager fourrager VER 0.03 3.99 0.02 0.61 inf; -fourragerait fourrager VER 0.03 3.99 0.00 0.07 cnd:pre:3s; -fourrages fourrage NOM m p 0.63 2.30 0.05 0.41 -fourrageurs fourrageur NOM m p 0.00 0.27 0.00 0.27 -fourragère fourrager ADJ f s 0.14 0.41 0.14 0.14 -fourragères fourrager ADJ f p 0.14 0.41 0.00 0.20 -fourragé fourrager VER m s 0.03 3.99 0.00 0.20 par:pas; -fourrai fourrer VER 14.05 23.58 0.00 0.74 ind:pas:1s; -fourraient fourrer VER 14.05 23.58 0.12 0.34 ind:imp:3p; -fourrais fourrer VER 14.05 23.58 0.06 0.14 ind:imp:1s;ind:imp:2s; -fourrait fourrer VER 14.05 23.58 0.25 1.55 ind:imp:3s; -fourrant fourrer VER 14.05 23.58 0.07 1.15 par:pre; -fourre_tout fourre_tout NOM m 0.28 0.54 0.28 0.54 -fourre fourrer VER 14.05 23.58 2.86 2.57 imp:pre:2s;ind:pre:1s;ind:pre:3s; -fourreau fourreau NOM m s 0.79 4.32 0.78 3.85 -fourreaux fourreau NOM m p 0.79 4.32 0.01 0.47 -fourrent fourrer VER 14.05 23.58 0.17 0.54 ind:pre:3p; -fourrer fourrer VER 14.05 23.58 4.36 6.82 inf;; -fourrerai fourrer VER 14.05 23.58 0.19 0.07 ind:fut:1s; -fourreur fourreur NOM m s 0.08 0.68 0.07 0.61 -fourreurs fourreur NOM m p 0.08 0.68 0.01 0.07 -fourrez fourrer VER 14.05 23.58 0.35 0.14 imp:pre:2p;ind:pre:2p; -fourrier fourrier NOM m s 0.01 1.82 0.01 1.69 -fourriers fourrier NOM m p 0.01 1.82 0.00 0.14 -fourriez fourrer VER 14.05 23.58 0.03 0.00 ind:imp:2p; -fourrions fourrer VER 14.05 23.58 0.00 0.14 ind:imp:1p; -fourrière fourrière NOM f s 2.83 0.81 2.83 0.81 -fourrons fourrer VER 14.05 23.58 0.04 0.07 imp:pre:1p;ind:pre:1p; -fourrât fourrer VER 14.05 23.58 0.00 0.07 sub:imp:3s; -fourrèrent fourrer VER 14.05 23.58 0.00 0.07 ind:pas:3p; -fourré fourrer VER m s 14.05 23.58 3.42 3.51 par:pas; -fourrée fourrer VER f s 14.05 23.58 1.24 1.28 par:pas; -fourrées fourré ADJ f p 2.60 5.47 0.17 0.54 -fourrure fourrure NOM f s 7.53 21.42 5.56 16.89 -fourrures fourrure NOM f p 7.53 21.42 1.97 4.53 -fourrés fourré NOM m p 1.18 15.00 0.72 6.15 -fours four NOM m p 15.44 28.99 1.48 3.92 -fourvoie fourvoyer VER 0.52 2.57 0.04 0.27 imp:pre:2s;ind:pre:3s; -fourvoiement fourvoiement NOM m s 0.00 0.14 0.00 0.07 -fourvoiements fourvoiement NOM m p 0.00 0.14 0.00 0.07 -fourvoient fourvoyer VER 0.52 2.57 0.01 0.00 ind:pre:3p; -fourvoierais fourvoyer VER 0.52 2.57 0.00 0.07 cnd:pre:1s; -fourvoierait fourvoyer VER 0.52 2.57 0.00 0.07 cnd:pre:3s; -fourvoyaient fourvoyer VER 0.52 2.57 0.00 0.14 ind:imp:3p; -fourvoyait fourvoyer VER 0.52 2.57 0.00 0.07 ind:imp:3s; -fourvoyant fourvoyer VER 0.52 2.57 0.01 0.14 par:pre; -fourvoyer fourvoyer VER 0.52 2.57 0.14 0.20 inf; -fourvoyâmes fourvoyer VER 0.52 2.57 0.00 0.07 ind:pas:1p; -fourvoyé fourvoyer VER m s 0.52 2.57 0.11 0.88 par:pas; -fourvoyée fourvoyer VER f s 0.52 2.57 0.04 0.20 par:pas; -fourvoyées fourvoyé ADJ f p 0.04 0.41 0.01 0.00 -fourvoyés fourvoyer VER m p 0.52 2.57 0.17 0.27 par:pas; -fous foutre VER 400.67 172.30 133.75 34.46 ind:pre:1p;ind:pre:1s;ind:pre:2s; -fout foutre VER 400.67 172.30 51.51 25.20 ind:pre:3s; -foutît foutre VER 400.67 172.30 0.00 0.07 sub:imp:3s; -fouta fouta NOM s 0.01 0.07 0.01 0.07 -foutaient foutre VER 400.67 172.30 0.61 1.96 ind:imp:3p; -foutais foutre VER 400.67 172.30 4.42 3.72 ind:imp:1s;ind:imp:2s; -foutaise foutaise NOM f s 8.66 2.70 1.80 0.74 -foutaises foutaise NOM f p 8.66 2.70 6.86 1.96 -foutait foutre VER 400.67 172.30 2.80 11.69 ind:imp:3s; -foutant foutre VER 400.67 172.30 0.18 0.81 par:pre; -foute foutre VER 400.67 172.30 3.35 3.99 sub:pre:1s;sub:pre:3s; -foutent foutre VER 400.67 172.30 8.34 7.36 ind:pre:3p; -fouterie fouterie NOM f s 0.00 0.34 0.00 0.20 -fouteries fouterie NOM f p 0.00 0.34 0.00 0.14 -foutes foutre VER 400.67 172.30 0.27 0.00 sub:pre:2s; -fouteur fouteur NOM m s 0.54 0.07 0.46 0.07 -fouteurs fouteur NOM m p 0.54 0.07 0.07 0.00 -foutez foutre VER 400.67 172.30 32.65 7.57 imp:pre:2p;ind:pre:2p; -foutiez foutre VER 400.67 172.30 0.56 0.14 ind:imp:2p; -foutions foutre VER 400.67 172.30 0.00 0.07 ind:imp:1p; -foutit foutre VER 400.67 172.30 0.00 0.14 ind:pas:3s; -foutoir foutoir NOM m s 2.15 1.62 2.15 1.49 -foutoirs foutoir NOM m p 2.15 1.62 0.00 0.14 -foutons foutre VER 400.67 172.30 1.68 0.34 imp:pre:1p;ind:pre:1p; -foutra foutre VER 400.67 172.30 1.58 1.42 ind:fut:3s; -foutrai foutre VER 400.67 172.30 0.85 1.15 ind:fut:1s; -foutraient foutre VER 400.67 172.30 0.08 0.20 cnd:pre:3p; -foutrais foutre VER 400.67 172.30 1.48 1.35 cnd:pre:1s;cnd:pre:2s; -foutrait foutre VER 400.67 172.30 0.60 1.01 cnd:pre:3s; -foutral foutral ADJ m s 0.05 0.20 0.05 0.14 -foutrale foutral ADJ f s 0.05 0.20 0.00 0.07 -foutraque foutraque ADJ m s 0.01 0.07 0.01 0.07 -foutras foutre VER 400.67 172.30 0.24 0.20 ind:fut:2s; -foutre foutre VER 400.67 172.30 97.99 42.70 inf;; -foutrement foutrement ADV 1.24 0.61 1.24 0.61 -foutrerie foutrerie NOM f s 0.01 0.00 0.01 0.00 -foutrez foutre VER 400.67 172.30 0.20 0.14 ind:fut:2p; -foutriquet foutriquet NOM m s 0.04 0.20 0.04 0.14 -foutriquets foutriquet NOM m p 0.04 0.20 0.00 0.07 -foutrons foutre VER 400.67 172.30 0.02 0.07 ind:fut:1p; -foutront foutre VER 400.67 172.30 0.16 0.27 ind:fut:3p; -foutu foutre VER m s 400.67 172.30 41.96 19.05 par:pas; -foutue foutu ADJ f s 33.23 16.76 10.35 6.22 -foutues foutu ADJ f p 33.23 16.76 2.50 0.74 -foutument foutument ADV 0.03 0.20 0.03 0.20 -foutus foutre VER m p 400.67 172.30 6.54 2.91 par:pas; -fox_terrier fox_terrier NOM m s 0.04 0.47 0.04 0.41 -fox_terrier fox_terrier NOM m p 0.04 0.47 0.00 0.07 -fox_trot fox_trot NOM m 0.50 1.62 0.50 1.62 -fox fox NOM m 0.48 0.41 0.48 0.41 -foyard foyard NOM m s 0.00 0.27 0.00 0.20 -foyards foyard NOM m p 0.00 0.27 0.00 0.07 -foyer foyer NOM m s 28.95 30.88 25.57 25.81 -foyers foyer NOM m p 28.95 30.88 3.38 5.07 -frôla frôler VER 4.45 25.41 0.03 2.30 ind:pas:3s; -frôlai frôler VER 4.45 25.41 0.00 0.34 ind:pas:1s; -frôlaient frôler VER 4.45 25.41 0.01 1.49 ind:imp:3p; -frôlais frôler VER 4.45 25.41 0.00 0.27 ind:imp:1s; -frôlait frôler VER 4.45 25.41 0.14 3.18 ind:imp:3s; -frôlant frôler VER 4.45 25.41 0.14 3.72 par:pre; -frôle frôler VER 4.45 25.41 0.88 4.05 imp:pre:2s;ind:pre:1s;ind:pre:3s; -frôlement frôlement NOM m s 0.11 6.01 0.11 3.85 -frôlements frôlement NOM m p 0.11 6.01 0.00 2.16 -frôlent frôler VER 4.45 25.41 0.14 1.62 ind:pre:3p; -frôler frôler VER 4.45 25.41 0.68 4.19 inf; -frôlerais frôler VER 4.45 25.41 0.00 0.07 cnd:pre:1s; -frôlerait frôler VER 4.45 25.41 0.00 0.14 cnd:pre:3s; -frôles frôler VER 4.45 25.41 0.04 0.07 ind:pre:2s; -frôleur frôleur ADJ m s 0.00 0.74 0.00 0.34 -frôleurs frôleur NOM m p 0.01 0.07 0.01 0.07 -frôleuse frôleur ADJ f s 0.00 0.74 0.00 0.20 -frôleuses frôleur ADJ f p 0.00 0.74 0.00 0.14 -frôlez frôler VER 4.45 25.41 0.20 0.00 imp:pre:2p;ind:pre:2p; -frôlions frôler VER 4.45 25.41 0.00 0.14 ind:imp:1p; -frôlons frôler VER 4.45 25.41 0.02 0.27 ind:pre:1p; -frôlât frôler VER 4.45 25.41 0.01 0.00 sub:imp:3s; -frôlèrent frôler VER 4.45 25.41 0.00 0.34 ind:pas:3p; -frôlé frôler VER m s 4.45 25.41 1.80 2.09 par:pas; -frôlée frôler VER f s 4.45 25.41 0.16 0.54 par:pas; -frôlées frôler VER f p 4.45 25.41 0.00 0.14 par:pas; -frôlés frôler VER m p 4.45 25.41 0.21 0.47 par:pas; -fra fra NOM m s 0.93 0.34 0.93 0.34 -fraîche frais ADJ f s 46.43 111.69 13.59 42.91 -fraîchement fraîchement ADV 1.17 8.31 1.17 8.31 -fraîches frais ADJ f p 46.43 111.69 5.44 12.57 -fraîcheur fraîcheur NOM f s 3.24 35.47 3.24 35.00 -fraîcheurs fraîcheur NOM f p 3.24 35.47 0.00 0.47 -fraîchi fraîchir VER m s 0.29 2.43 0.02 0.61 par:pas; -fraîchir fraîchir VER 0.29 2.43 0.01 0.34 inf; -fraîchira fraîchir VER 0.29 2.43 0.00 0.14 ind:fut:3s; -fraîchissait fraîchir VER 0.29 2.43 0.00 0.61 ind:imp:3s; -fraîchissant fraîchir VER 0.29 2.43 0.00 0.27 par:pre; -fraîchissent fraîchir VER 0.29 2.43 0.01 0.07 ind:pre:3p; -fraîchit fraîchir VER 0.29 2.43 0.25 0.41 ind:pre:3s;ind:pas:3s; -frac frac NOM m s 0.89 2.23 0.77 1.96 -fracas fracas NOM m 4.17 18.18 4.17 18.18 -fracassa fracasser VER 3.85 7.84 0.00 0.74 ind:pas:3s; -fracassaient fracasser VER 3.85 7.84 0.02 0.68 ind:imp:3p; -fracassait fracasser VER 3.85 7.84 0.01 0.27 ind:imp:3s; -fracassant fracassant ADJ m s 0.58 2.16 0.24 0.88 -fracassante fracassant ADJ f s 0.58 2.16 0.23 0.95 -fracassantes fracassant ADJ f p 0.58 2.16 0.05 0.14 -fracassants fracassant ADJ m p 0.58 2.16 0.06 0.20 -fracasse fracasser VER 3.85 7.84 0.60 0.74 imp:pre:2s;ind:pre:1s;ind:pre:3s; -fracassent fracasser VER 3.85 7.84 0.05 0.14 ind:pre:3p; -fracasser fracasser VER 3.85 7.84 0.91 2.23 inf; -fracassera fracasser VER 3.85 7.84 0.16 0.00 ind:fut:3s; -fracasserait fracasser VER 3.85 7.84 0.00 0.14 cnd:pre:3s; -fracassez fracasser VER 3.85 7.84 0.04 0.00 imp:pre:2p; -fracassât fracasser VER 3.85 7.84 0.00 0.07 sub:imp:3s; -fracassé fracasser VER m s 3.85 7.84 1.43 0.81 par:pas; -fracassée fracasser VER f s 3.85 7.84 0.56 0.41 par:pas; -fracassées fracasser VER f p 3.85 7.84 0.03 0.27 par:pas; -fracassés fracasser VER m p 3.85 7.84 0.02 0.34 par:pas; -fracs frac NOM m p 0.89 2.23 0.12 0.27 -fractal fractal ADJ m s 0.34 0.00 0.05 0.00 -fractale fractal ADJ f s 0.34 0.00 0.12 0.00 -fractales fractal ADJ f p 0.34 0.00 0.17 0.00 -fraction fraction NOM f s 2.03 10.88 1.34 6.76 -fractionnait fractionner VER 0.07 0.54 0.00 0.07 ind:imp:3s; -fractionnant fractionner VER 0.07 0.54 0.00 0.14 par:pre; -fractionne fractionner VER 0.07 0.54 0.02 0.07 ind:pre:3s; -fractionnel fractionnel ADJ m s 0.00 0.14 0.00 0.07 -fractionnelles fractionnel ADJ f p 0.00 0.14 0.00 0.07 -fractionnement fractionnement NOM m s 0.00 0.20 0.00 0.20 -fractionner fractionner VER 0.07 0.54 0.02 0.14 inf; -fractionné fractionner VER m s 0.07 0.54 0.00 0.07 par:pas; -fractionnée fractionner VER f s 0.07 0.54 0.01 0.00 par:pas; -fractionnées fractionner VER f p 0.07 0.54 0.01 0.07 par:pas; -fractions fraction NOM f p 2.03 10.88 0.69 4.12 -fractura fracturer VER 1.75 1.22 0.00 0.27 ind:pas:3s; -fracturant fracturer VER 1.75 1.22 0.00 0.20 par:pre; -fracture fracture NOM f s 7.88 2.57 5.62 1.82 -fracturent fracturer VER 1.75 1.22 0.10 0.00 ind:pre:3p; -fracturer fracturer VER 1.75 1.22 0.27 0.47 inf; -fractures fracture NOM f p 7.88 2.57 2.26 0.74 -fracturé fracturer VER m s 1.75 1.22 0.80 0.14 par:pas; -fracturée fracturer VER f s 1.75 1.22 0.29 0.07 par:pas; -fracturées fracturé ADJ f p 0.79 0.34 0.04 0.00 -fracturés fracturé ADJ m p 0.79 0.34 0.09 0.07 -fractus fractus NOM m 0.00 0.07 0.00 0.07 -fragile fragile ADJ s 15.89 45.34 12.94 35.68 -fragilement fragilement ADV 0.00 0.07 0.00 0.07 -fragiles fragile ADJ p 15.89 45.34 2.95 9.66 -fragilise fragiliser VER 0.14 0.07 0.04 0.07 ind:pre:3s; -fragiliser fragiliser VER 0.14 0.07 0.02 0.00 inf; -fragilisé fragiliser VER m s 0.14 0.07 0.04 0.00 par:pas; -fragilisée fragiliser VER f s 0.14 0.07 0.03 0.00 par:pas; -fragilisés fragiliser VER m p 0.14 0.07 0.01 0.00 par:pas; -fragilité fragilité NOM f s 1.19 8.65 1.18 8.31 -fragilités fragilité NOM f p 1.19 8.65 0.01 0.34 -fragment fragment NOM m s 4.57 15.88 1.58 6.01 -fragmentaient fragmenter VER 0.31 0.74 0.00 0.14 ind:imp:3p; -fragmentaire fragmentaire ADJ s 0.02 1.69 0.01 0.61 -fragmentaires fragmentaire ADJ p 0.02 1.69 0.01 1.08 -fragmentait fragmenter VER 0.31 0.74 0.00 0.07 ind:imp:3s; -fragmentant fragmenter VER 0.31 0.74 0.01 0.00 par:pre; -fragmentation fragmentation NOM f s 0.77 0.14 0.77 0.14 -fragmente fragmenter VER 0.31 0.74 0.07 0.20 imp:pre:2s;ind:pre:1s;ind:pre:3s; -fragmentent fragmenter VER 0.31 0.74 0.02 0.07 ind:pre:3p; -fragmenter fragmenter VER 0.31 0.74 0.03 0.00 inf; -fragments fragment NOM m p 4.57 15.88 2.99 9.86 -fragmentèrent fragmenter VER 0.31 0.74 0.00 0.07 ind:pas:3p; -fragmenté fragmenter VER m s 0.31 0.74 0.07 0.07 par:pas; -fragmentée fragmenter VER f s 0.31 0.74 0.07 0.14 par:pas; -fragmentées fragmenter VER f p 0.31 0.74 0.03 0.00 par:pas; -fragmentés fragmenté ADJ m p 0.05 0.27 0.01 0.14 -fragrance fragrance NOM f s 0.30 1.08 0.29 0.68 -fragrances fragrance NOM f p 0.30 1.08 0.01 0.41 -fragrant fragrant ADJ m s 0.00 0.07 0.00 0.07 -frai frai NOM m s 0.03 0.07 0.03 0.07 -fraie frayer VER 2.54 11.55 0.08 0.61 ind:pre:1s;ind:pre:3s; -fraient frayer VER 2.54 11.55 0.01 0.14 ind:pre:3p; -fraies frayer VER 2.54 11.55 0.01 0.00 ind:pre:2s; -frairie frairie NOM f s 0.00 0.41 0.00 0.41 -frais frais ADJ m 46.43 111.69 27.41 56.22 -fraise fraise NOM f s 12.00 10.07 5.28 3.92 -fraiser fraiser VER 1.52 0.14 1.39 0.00 inf; -fraises fraise NOM f p 12.00 10.07 6.72 6.15 -fraiseur_outilleur fraiseur_outilleur NOM m s 0.00 0.07 0.00 0.07 -fraiseur fraiseur NOM m s 0.07 0.27 0.00 0.07 -fraiseurs fraiseur NOM m p 0.07 0.27 0.00 0.20 -fraiseuse fraiseur NOM f s 0.07 0.27 0.07 0.00 -fraisier fraisier NOM m s 0.28 0.68 0.14 0.20 -fraisiers fraisier NOM m p 0.28 0.68 0.14 0.47 -fraisil fraisil NOM m s 0.00 0.07 0.00 0.07 -fraisées fraiser VER f p 1.52 0.14 0.00 0.07 par:pas; -framboise framboise NOM f s 2.50 4.86 1.95 3.92 -framboises framboise NOM f p 2.50 4.86 0.55 0.95 -framboisier framboisier NOM m s 0.27 0.47 0.27 0.00 -framboisiers framboisier NOM m p 0.27 0.47 0.00 0.47 -franc_comtois franc_comtois NOM m 0.00 0.07 0.00 0.07 -franc_comtois franc_comtois ADJ f s 0.00 0.07 0.00 0.07 -franc_jeu franc_jeu NOM m s 0.56 0.00 0.56 0.00 -franc_maçon franc_maçon NOM m s 0.94 2.09 0.38 0.54 -franc_maçon franc_maçon NOM f s 0.94 2.09 0.00 0.27 -franc_maçonnerie franc_maçonnerie NOM f s 0.17 0.81 0.17 0.81 -franc_parler franc_parler NOM m s 0.53 0.27 0.53 0.27 -franc_tireur franc_tireur NOM m s 0.64 2.30 0.10 0.81 -franc franc ADJ m s 21.67 23.45 12.84 10.95 -francatu francatu NOM m s 0.00 0.07 0.00 0.07 -francfort francfort NOM f s 0.10 0.14 0.07 0.07 -francforts francfort NOM f p 0.10 0.14 0.03 0.07 -franchîmes franchir VER 18.93 64.80 0.14 0.14 ind:pas:1p; -franchît franchir VER 18.93 64.80 0.00 0.07 sub:imp:3s; -franche franc ADJ f s 21.67 23.45 5.93 7.03 -franchement franchement ADV 35.09 28.24 35.09 28.24 -franches franc ADJ f p 21.67 23.45 0.53 1.96 -franchi franchir VER m s 18.93 64.80 4.49 12.09 par:pas; -franchie franchir VER f s 18.93 64.80 0.60 2.50 par:pas; -franchies franchir VER f p 18.93 64.80 0.17 0.54 par:pas; -franchir franchir VER 18.93 64.80 7.88 22.36 inf; -franchira franchir VER 18.93 64.80 0.46 0.47 ind:fut:3s; -franchirai franchir VER 18.93 64.80 0.25 0.14 ind:fut:1s; -franchiraient franchir VER 18.93 64.80 0.01 0.07 cnd:pre:3p; -franchirais franchir VER 18.93 64.80 0.01 0.07 cnd:pre:1s; -franchirait franchir VER 18.93 64.80 0.05 0.54 cnd:pre:3s; -franchiras franchir VER 18.93 64.80 0.09 0.00 ind:fut:2s; -franchirent franchir VER 18.93 64.80 0.01 1.55 ind:pas:3p; -franchirez franchir VER 18.93 64.80 0.12 0.00 ind:fut:2p; -franchirions franchir VER 18.93 64.80 0.03 0.07 cnd:pre:1p; -franchirons franchir VER 18.93 64.80 0.05 0.14 ind:fut:1p; -franchiront franchir VER 18.93 64.80 0.09 0.00 ind:fut:3p; -franchis franchir VER m p 18.93 64.80 0.99 2.70 imp:pre:2s;ind:pre:1s;ind:pre:2s;par:pas; -franchisage franchisage NOM m s 0.03 0.00 0.03 0.00 -franchisant franchiser VER 0.17 0.00 0.01 0.00 par:pre; -franchise franchise NOM f s 5.75 7.97 5.62 7.70 -franchiser franchiser VER 0.17 0.00 0.09 0.00 inf; -franchises franchise NOM f p 5.75 7.97 0.14 0.27 -franchissables franchissable ADJ p 0.00 0.07 0.00 0.07 -franchissaient franchir VER 18.93 64.80 0.03 1.82 ind:imp:3p; -franchissais franchir VER 18.93 64.80 0.04 0.47 ind:imp:1s; -franchissait franchir VER 18.93 64.80 0.32 3.04 ind:imp:3s; -franchissant franchir VER 18.93 64.80 0.48 4.53 par:pre; -franchisse franchir VER 18.93 64.80 0.17 0.14 sub:pre:1s;sub:pre:3s; -franchissement franchissement NOM m s 0.11 1.08 0.11 0.88 -franchissements franchissement NOM m p 0.11 1.08 0.00 0.20 -franchissent franchir VER 18.93 64.80 0.27 0.81 ind:pre:3p; -franchissez franchir VER 18.93 64.80 0.29 0.00 imp:pre:2p;ind:pre:2p; -franchissions franchir VER 18.93 64.80 0.00 0.14 ind:imp:1p; -franchissons franchir VER 18.93 64.80 0.07 0.74 imp:pre:1p;ind:pre:1p; -franchisé franchiser VER m s 0.17 0.00 0.04 0.00 par:pas; -franchisée franchiser VER f s 0.17 0.00 0.03 0.00 par:pas; -franchit franchir VER 18.93 64.80 1.83 9.66 ind:pre:3s;ind:pas:3s; -franchouillard franchouillard ADJ m s 0.01 0.34 0.01 0.27 -franchouillarde franchouillard ADJ f s 0.01 0.34 0.00 0.07 -franchouillards franchouillard NOM m p 0.00 0.41 0.00 0.34 -francisant franciser VER 0.00 0.68 0.00 0.07 par:pre; -francisation francisation NOM f s 0.00 0.14 0.00 0.14 -franciscain franciscain ADJ m s 1.49 0.61 0.29 0.41 -franciscaine franciscain ADJ f s 1.49 0.61 0.14 0.07 -franciscains franciscain ADJ m p 1.49 0.61 1.07 0.14 -franciser franciser VER 0.00 0.68 0.00 0.20 inf; -francisque francisque NOM f s 0.00 0.47 0.00 0.41 -francisques francisque NOM f p 0.00 0.47 0.00 0.07 -francisé franciser VER m s 0.00 0.68 0.00 0.27 par:pas; -francisés franciser VER m p 0.00 0.68 0.00 0.14 par:pas; -francité francité NOM f s 0.00 0.68 0.00 0.68 -franco_africain franco_africain ADJ m s 0.14 0.07 0.14 0.07 -franco_algérien franco_algérien ADJ f s 0.00 0.07 0.00 0.07 -franco_allemand franco_allemand ADJ m s 0.11 0.61 0.00 0.14 -franco_allemand franco_allemand ADJ f s 0.11 0.61 0.11 0.34 -franco_allemand franco_allemand ADJ f p 0.11 0.61 0.00 0.14 -franco_américain franco_américain ADJ m s 0.04 0.68 0.01 0.07 -franco_américain franco_américain ADJ f s 0.04 0.68 0.03 0.27 -franco_américain franco_américain ADJ f p 0.04 0.68 0.00 0.20 -franco_américain franco_américain ADJ m p 0.04 0.68 0.00 0.14 -franco_anglais franco_anglais ADJ m s 0.01 0.74 0.01 0.27 -franco_anglais franco_anglais ADJ f s 0.01 0.74 0.00 0.41 -franco_anglais franco_anglais NOM f p 0.01 0.00 0.01 0.00 -franco_belge franco_belge ADJ f s 0.00 0.14 0.00 0.14 -franco_britannique franco_britannique ADJ f s 0.14 2.43 0.00 1.35 -franco_britannique franco_britannique ADJ p 0.14 2.43 0.14 1.08 -franco_canadien franco_canadien NOM m s 0.01 0.00 0.01 0.00 -franco_chinois franco_chinois ADJ f p 0.00 0.07 0.00 0.07 -franco_italienne franco_italienne ADJ f s 0.01 0.00 0.01 0.00 -franco_japonais franco_japonais ADJ f s 0.01 0.00 0.01 0.00 -franco_libanais franco_libanais ADJ m p 0.00 0.14 0.00 0.14 -franco_mongol franco_mongol ADJ f s 0.00 0.14 0.00 0.14 -franco_polonais franco_polonais ADJ f s 0.00 0.07 0.00 0.07 -franco_russe franco_russe ADJ s 0.00 1.42 0.00 1.42 -franco_russe franco_russe NOM p 0.00 0.20 0.00 0.07 -franco_soviétique franco_soviétique ADJ s 0.00 0.14 0.00 0.14 -franco_syrien franco_syrien ADJ m s 0.00 0.14 0.00 0.14 -franco_turque franco_turque ADJ f s 0.00 0.14 0.00 0.14 -franco_vietnamien franco_vietnamien ADJ m s 0.00 0.07 0.00 0.07 -franco franco ADV 3.87 2.70 3.87 2.70 -francomanie francomanie NOM f s 0.00 0.07 0.00 0.07 -francophile francophile ADJ s 0.00 0.20 0.00 0.14 -francophiles francophile ADJ p 0.00 0.20 0.00 0.07 -francophilie francophilie NOM f s 0.00 0.27 0.00 0.27 -francophobie francophobie NOM f s 0.00 0.07 0.00 0.07 -francophone francophone ADJ s 0.12 0.74 0.10 0.61 -francophones francophone ADJ m p 0.12 0.74 0.02 0.14 -francophonie francophonie NOM f s 0.00 0.20 0.00 0.20 -francs_bourgeois francs_bourgeois NOM m p 0.00 0.20 0.00 0.20 -franc_maçon franc_maçon NOM m p 0.94 2.09 0.57 1.28 -franc_tireur franc_tireur NOM m p 0.64 2.30 0.54 1.49 -francs franc NOM m p 17.64 82.84 16.43 78.11 -frange frange NOM f s 0.97 13.45 0.69 8.04 -frangeaient franger VER 0.00 3.65 0.00 0.14 ind:imp:3p; -frangeait franger VER 0.00 3.65 0.00 0.20 ind:imp:3s; -frangeant franger VER 0.00 3.65 0.00 0.07 par:pre; -frangent franger VER 0.00 3.65 0.00 0.07 ind:pre:3p; -franges frange NOM f p 0.97 13.45 0.28 5.41 -frangin frangin NOM m s 9.03 18.78 7.29 7.43 -frangine frangin NOM f s 9.03 18.78 1.30 6.28 -frangines frangin NOM f p 9.03 18.78 0.11 2.91 -frangins frangin NOM m p 9.03 18.78 0.34 2.16 -frangipane frangipane NOM f s 0.00 0.34 0.00 0.14 -frangipanes frangipane NOM f p 0.00 0.34 0.00 0.20 -frangipaniers frangipanier NOM m p 0.00 0.07 0.00 0.07 -franglais franglais NOM m 0.00 0.20 0.00 0.20 -frangé franger VER m s 0.00 3.65 0.00 0.81 par:pas; -frangée franger VER f s 0.00 3.65 0.00 0.68 par:pas; -frangées franger VER f p 0.00 3.65 0.00 0.74 par:pas; -frangés franger VER m p 0.00 3.65 0.00 0.81 par:pas; -frankaoui frankaoui NOM s 0.00 0.07 0.00 0.07 -franklin franklin NOM m s 0.04 0.07 0.04 0.07 -franque franque ADJ f s 0.00 4.53 0.00 3.58 -franques franque ADJ f p 0.00 4.53 0.00 0.95 -franquette franquette NOM f s 0.32 0.88 0.32 0.88 -franquisme franquisme NOM m s 0.50 0.07 0.50 0.07 -franquiste franquiste ADJ s 0.77 0.68 0.14 0.34 -franquistes franquiste NOM p 0.90 0.54 0.80 0.47 -français français NOM m s 39.49 164.59 34.94 148.72 -française français ADJ f s 43.06 298.85 11.03 105.07 -françaises français ADJ f p 43.06 298.85 2.25 45.07 -frapadingue frapadingue ADJ m s 0.06 0.27 0.05 0.20 -frapadingues frapadingue ADJ m p 0.06 0.27 0.01 0.07 -frappa frapper VER 160.04 168.31 1.64 21.49 ind:pas:3s; -frappadingue frappadingue ADJ m s 0.09 0.27 0.07 0.14 -frappadingues frappadingue ADJ m p 0.09 0.27 0.01 0.14 -frappai frapper VER 160.04 168.31 0.12 1.55 ind:pas:1s; -frappaient frapper VER 160.04 168.31 0.22 3.92 ind:imp:3p; -frappais frapper VER 160.04 168.31 1.05 0.61 ind:imp:1s;ind:imp:2s; -frappait frapper VER 160.04 168.31 2.86 17.97 ind:imp:3s; -frappant frapper VER 160.04 168.31 1.00 8.45 par:pre; -frappante frappant ADJ f s 1.69 3.65 0.78 1.28 -frappantes frappant ADJ f p 1.69 3.65 0.11 0.14 -frappants frappant ADJ m p 1.69 3.65 0.01 0.27 -frappe frapper VER 160.04 168.31 41.37 20.61 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:1s; -frappement frappement NOM m s 0.01 0.20 0.00 0.20 -frappements frappement NOM m p 0.01 0.20 0.01 0.00 -frappent frapper VER 160.04 168.31 3.24 5.34 ind:pre:3p; -frapper frapper VER 160.04 168.31 37.08 32.09 ind:pre:2p;inf; -frappera frapper VER 160.04 168.31 1.71 0.34 ind:fut:3s; -frapperai frapper VER 160.04 168.31 1.68 0.07 ind:fut:1s; -frapperaient frapper VER 160.04 168.31 0.05 0.41 cnd:pre:3p; -frapperais frapper VER 160.04 168.31 0.37 0.20 cnd:pre:1s;cnd:pre:2s; -frapperait frapper VER 160.04 168.31 0.32 1.15 cnd:pre:3s; -frapperas frapper VER 160.04 168.31 0.29 0.14 ind:fut:2s; -frapperez frapper VER 160.04 168.31 0.33 0.00 ind:fut:2p; -frapperiez frapper VER 160.04 168.31 0.03 0.00 cnd:pre:2p; -frapperons frapper VER 160.04 168.31 0.23 0.14 ind:fut:1p; -frapperont frapper VER 160.04 168.31 0.27 0.14 ind:fut:3p; -frappes frapper VER 160.04 168.31 3.92 0.14 ind:pre:2s;sub:pre:2s; -frappeur frappeur NOM m s 0.55 0.34 0.40 0.20 -frappeurs frappeur NOM m p 0.55 0.34 0.15 0.14 -frappez frapper VER 160.04 168.31 7.81 1.08 imp:pre:2p;ind:pre:2p; -frappiez frapper VER 160.04 168.31 0.16 0.07 ind:imp:2p; -frappions frapper VER 160.04 168.31 0.01 0.14 ind:imp:1p; -frappons frapper VER 160.04 168.31 0.40 0.00 imp:pre:1p;ind:pre:1p; -frappât frapper VER 160.04 168.31 0.00 0.14 sub:imp:3s; -frappèrent frapper VER 160.04 168.31 0.04 1.28 ind:pas:3p; -frappé frapper VER m s 160.04 168.31 43.83 35.68 par:pas; -frappée frapper VER f s 160.04 168.31 8.21 8.45 par:pas; -frappées frappé ADJ f p 1.19 3.99 0.15 0.47 -frappés frapper VER m p 160.04 168.31 1.72 5.81 par:pas; -fraser fraser VER 0.01 0.00 0.01 0.00 inf; -frasque frasque NOM f s 0.51 1.76 0.14 0.07 -frasques frasque NOM f p 0.51 1.76 0.37 1.69 -frater frater NOM m s 0.01 0.07 0.01 0.07 -fraternel fraternel ADJ m s 2.06 10.27 1.13 4.32 -fraternelle fraternel ADJ f s 2.06 10.27 0.39 3.11 -fraternellement fraternellement ADV 0.11 1.62 0.11 1.62 -fraternelles fraternel ADJ f p 2.06 10.27 0.20 0.81 -fraternels fraternel ADJ m p 2.06 10.27 0.34 2.03 -fraternisa fraterniser VER 0.61 0.95 0.00 0.07 ind:pas:3s; -fraternisaient fraterniser VER 0.61 0.95 0.00 0.20 ind:imp:3p; -fraternisant fraterniser VER 0.61 0.95 0.00 0.07 par:pre; -fraternisation fraternisation NOM f s 0.06 0.34 0.06 0.34 -fraternise fraterniser VER 0.61 0.95 0.30 0.00 imp:pre:2s;ind:pre:3s; -fraternisent fraterniser VER 0.61 0.95 0.03 0.07 ind:pre:3p; -fraterniser fraterniser VER 0.61 0.95 0.23 0.20 inf; -fraterniserait fraterniser VER 0.61 0.95 0.00 0.14 cnd:pre:3s; -fraternisiez fraterniser VER 0.61 0.95 0.01 0.00 ind:imp:2p; -fraternisons fraterniser VER 0.61 0.95 0.01 0.00 ind:pre:1p; -fraternisèrent fraterniser VER 0.61 0.95 0.00 0.07 ind:pas:3p; -fraternisé fraterniser VER m s 0.61 0.95 0.04 0.14 par:pas; -fraternité fraternité NOM f s 3.63 7.43 3.49 7.30 -fraternités fraternité NOM f p 3.63 7.43 0.14 0.14 -fratricide fratricide ADJ s 0.41 0.54 0.28 0.34 -fratricides fratricide ADJ p 0.41 0.54 0.14 0.20 -fratrie fratrie NOM f s 0.08 0.14 0.07 0.14 -fratries fratrie NOM f p 0.08 0.14 0.01 0.00 -frauda frauder VER 0.49 0.41 0.00 0.07 ind:pas:3s; -fraudais frauder VER 0.49 0.41 0.01 0.07 ind:imp:1s;ind:imp:2s; -fraude fraude NOM f s 5.54 3.24 4.82 2.84 -frauder frauder VER 0.49 0.41 0.16 0.14 inf; -fraudes fraude NOM f p 5.54 3.24 0.72 0.41 -fraudeur fraudeur NOM m s 0.78 0.14 0.06 0.07 -fraudeurs fraudeur NOM m p 0.78 0.14 0.37 0.07 -fraudeuse fraudeur NOM f s 0.78 0.14 0.35 0.00 -fraudé frauder VER m s 0.49 0.41 0.27 0.07 par:pas; -frauduleuse frauduleux ADJ f s 0.58 0.68 0.14 0.41 -frauduleusement frauduleusement ADV 0.03 0.14 0.03 0.14 -frauduleuses frauduleux ADJ f p 0.58 0.68 0.19 0.14 -frauduleux frauduleux ADJ m 0.58 0.68 0.25 0.14 -fraya frayer VER 2.54 11.55 0.01 0.81 ind:pas:3s; -frayai frayer VER 2.54 11.55 0.00 0.14 ind:pas:1s; -frayaient frayer VER 2.54 11.55 0.01 0.47 ind:imp:3p; -frayais frayer VER 2.54 11.55 0.02 0.20 ind:imp:1s; -frayait frayer VER 2.54 11.55 0.15 1.35 ind:imp:3s; -frayant frayer VER 2.54 11.55 0.25 0.81 par:pre; -fraye frayer VER 2.54 11.55 0.29 0.61 imp:pre:2s;ind:pre:1s;ind:pre:3s; -frayent frayer VER 2.54 11.55 0.02 0.34 ind:pre:3p; -frayer frayer VER 2.54 11.55 1.03 4.86 inf; -frayes frayer VER 2.54 11.55 0.03 0.07 ind:pre:2s; -frayeur frayeur NOM f s 3.86 6.89 3.43 5.88 -frayeurs frayeur NOM f p 3.86 6.89 0.43 1.01 -frayez frayer VER 2.54 11.55 0.26 0.00 imp:pre:2p;ind:pre:2p; -frayons frayer VER 2.54 11.55 0.01 0.07 imp:pre:1p;ind:pre:1p; -frayèrent frayer VER 2.54 11.55 0.00 0.07 ind:pas:3p; -frayé frayer VER m s 2.54 11.55 0.27 0.74 par:pas; -frayée frayer VER f s 2.54 11.55 0.10 0.27 par:pas; -freak freak NOM m s 0.24 0.14 0.16 0.14 -freaks freak NOM m p 0.24 0.14 0.08 0.00 -fredaines fredaine NOM f p 0.06 0.20 0.06 0.20 -fredonna fredonner VER 1.69 9.66 0.00 1.28 ind:pas:3s; -fredonnaient fredonner VER 1.69 9.66 0.00 0.47 ind:imp:3p; -fredonnais fredonner VER 1.69 9.66 0.04 0.27 ind:imp:1s;ind:imp:2s; -fredonnait fredonner VER 1.69 9.66 0.08 2.23 ind:imp:3s; -fredonnant fredonner VER 1.69 9.66 0.26 1.15 par:pre; -fredonne fredonner VER 1.69 9.66 0.81 1.28 imp:pre:2s;ind:pre:1s;ind:pre:3s; -fredonnement fredonnement NOM m s 0.04 0.14 0.04 0.14 -fredonnent fredonner VER 1.69 9.66 0.04 0.00 ind:pre:3p; -fredonner fredonner VER 1.69 9.66 0.23 2.03 inf; -fredonnera fredonner VER 1.69 9.66 0.02 0.00 ind:fut:3s; -fredonnerai fredonner VER 1.69 9.66 0.01 0.00 ind:fut:1s; -fredonnerait fredonner VER 1.69 9.66 0.00 0.07 cnd:pre:3s; -fredonneras fredonner VER 1.69 9.66 0.01 0.00 ind:fut:2s; -fredonnez fredonner VER 1.69 9.66 0.16 0.00 imp:pre:2p;ind:pre:2p; -fredonnâmes fredonner VER 1.69 9.66 0.00 0.07 ind:pas:1p; -fredonnons fredonner VER 1.69 9.66 0.00 0.07 ind:pre:1p; -fredonnèrent fredonner VER 1.69 9.66 0.00 0.14 ind:pas:3p; -fredonné fredonner VER m s 1.69 9.66 0.04 0.41 par:pas; -fredonnée fredonner VER f s 1.69 9.66 0.00 0.07 par:pas; -fredonnées fredonner VER f p 1.69 9.66 0.00 0.07 par:pas; -fredonnés fredonner VER m p 1.69 9.66 0.00 0.07 par:pas; -free_jazz free_jazz NOM m 0.00 0.07 0.00 0.07 -free_lance free_lance NOM s 0.20 0.07 0.20 0.07 -free_jazz free_jazz NOM m 0.00 0.07 0.00 0.07 -freelance freelance NOM f s 0.40 0.07 0.40 0.07 -freesia freesia NOM m s 0.05 0.07 0.01 0.00 -freesias freesia NOM m p 0.05 0.07 0.04 0.07 -freezer freezer NOM m s 1.08 0.00 1.08 0.00 -frein frein NOM m s 10.25 13.18 4.87 7.91 -freina freiner VER 7.43 13.04 0.00 2.09 ind:pas:3s; -freinage freinage NOM m s 0.97 0.74 0.84 0.68 -freinages freinage NOM m p 0.97 0.74 0.14 0.07 -freinai freiner VER 7.43 13.04 0.00 0.14 ind:pas:1s; -freinaient freiner VER 7.43 13.04 0.00 0.34 ind:imp:3p; -freinais freiner VER 7.43 13.04 0.00 0.07 ind:imp:1s; -freinait freiner VER 7.43 13.04 0.00 0.68 ind:imp:3s; -freinant freiner VER 7.43 13.04 0.00 0.41 par:pre; -freine freiner VER 7.43 13.04 3.52 3.85 imp:pre:2s;ind:pre:1s;ind:pre:3s; -freinent freiner VER 7.43 13.04 0.15 0.41 ind:pre:3p; -freiner freiner VER 7.43 13.04 1.63 3.11 inf; -freinera freiner VER 7.43 13.04 0.07 0.00 ind:fut:3s; -freinerais freiner VER 7.43 13.04 0.01 0.00 cnd:pre:1s; -freinerez freiner VER 7.43 13.04 0.02 0.00 ind:fut:2p; -freines freiner VER 7.43 13.04 0.34 0.14 ind:pre:2s; -freineurs freineur NOM m p 0.01 0.00 0.01 0.00 -freinez freiner VER 7.43 13.04 0.50 0.00 imp:pre:2p;ind:pre:2p; -freinons freiner VER 7.43 13.04 0.10 0.07 imp:pre:1p;ind:pre:1p; -freins frein NOM m p 10.25 13.18 5.38 5.27 -freinèrent freiner VER 7.43 13.04 0.00 0.07 ind:pas:3p; -freiné freiner VER m s 7.43 13.04 1.04 1.08 par:pas; -freinée freiner VER f s 7.43 13.04 0.01 0.47 par:pas; -freinées freiner VER f p 7.43 13.04 0.01 0.07 par:pas; -freinés freiner VER m p 7.43 13.04 0.02 0.07 par:pas; -frelater frelater VER 0.06 0.07 0.01 0.00 inf; -frelaté frelaté ADJ m s 0.18 0.81 0.02 0.34 -frelatée frelaté ADJ f s 0.18 0.81 0.06 0.27 -frelatées frelaté ADJ f p 0.18 0.81 0.00 0.20 -frelatés frelaté ADJ m p 0.18 0.81 0.10 0.00 -frelon frelon NOM m s 0.78 1.82 0.59 0.81 -frelons frelon NOM m p 0.78 1.82 0.18 1.01 -freluquet freluquet NOM m s 0.51 0.68 0.46 0.34 -freluquets freluquet NOM m p 0.51 0.68 0.05 0.34 -french french NOM m s 0.20 0.41 0.20 0.41 -fresque fresque NOM f s 3.18 6.76 1.37 3.24 -fresques fresque NOM f p 3.18 6.76 1.81 3.51 -fresquiste fresquiste NOM s 0.01 0.00 0.01 0.00 -fret fret NOM m s 1.19 0.74 1.18 0.68 -fretin fretin NOM m s 0.64 0.61 0.63 0.61 -fretins fretin NOM m p 0.64 0.61 0.01 0.00 -frets fret NOM m p 1.19 0.74 0.01 0.07 -fretta fretter VER 0.00 0.07 0.00 0.07 ind:pas:3s; -frette frette NOM f s 0.16 0.27 0.16 0.27 -freudien freudien ADJ m s 0.49 0.61 0.23 0.34 -freudienne freudien ADJ f s 0.49 0.61 0.13 0.20 -freudiennes freudien ADJ f p 0.49 0.61 0.04 0.07 -freudiens freudien ADJ m p 0.49 0.61 0.10 0.00 -freudisme freudisme NOM m s 0.02 0.14 0.02 0.14 -freux freux NOM m 0.02 0.20 0.02 0.20 -friabilité friabilité NOM f s 0.00 0.14 0.00 0.14 -friable friable ADJ s 0.12 2.91 0.10 1.82 -friables friable ADJ p 0.12 2.91 0.03 1.08 -friand friand ADJ m s 0.47 3.31 0.29 1.49 -friande friand ADJ f s 0.47 3.31 0.02 0.74 -friandes friand ADJ f p 0.47 3.31 0.01 0.27 -friandise friandise NOM f s 2.28 4.05 0.46 1.49 -friandises friandise NOM f p 2.28 4.05 1.82 2.57 -friands friand ADJ m p 0.47 3.31 0.15 0.81 -fribourgeoise fribourgeois NOM f s 0.00 0.14 0.00 0.14 -fric_frac fric_frac NOM m 0.25 0.41 0.25 0.41 -fric fric NOM m s 109.01 26.42 108.99 26.35 -fricadelle fricadelle NOM f s 1.21 0.00 0.67 0.00 -fricadelles fricadelle NOM f p 1.21 0.00 0.54 0.00 -fricandeau fricandeau NOM m s 0.00 0.27 0.00 0.14 -fricandeaux fricandeau NOM m p 0.00 0.27 0.00 0.14 -fricasse fricasser VER 0.01 0.34 0.01 0.14 ind:pre:1s;ind:pre:3s; -fricasserai fricasser VER 0.01 0.34 0.00 0.07 ind:fut:1s; -fricassé fricasser VER m s 0.01 0.34 0.00 0.14 par:pas; -fricassée fricassée NOM f s 0.46 0.68 0.46 0.47 -fricassées fricassée NOM f p 0.46 0.68 0.00 0.20 -fricatif fricatif ADJ m s 0.00 0.20 0.00 0.20 -fricatives fricative NOM f p 0.01 0.00 0.01 0.00 -friche friche NOM f s 0.32 7.91 0.28 4.59 -friches friche NOM f p 0.32 7.91 0.04 3.31 -frichti frichti NOM m s 0.03 4.39 0.03 4.12 -frichtis frichti NOM m p 0.03 4.39 0.00 0.27 -fricot fricot NOM m s 0.01 0.81 0.01 0.54 -fricotage fricotage NOM m s 0.03 0.20 0.03 0.00 -fricotages fricotage NOM m p 0.03 0.20 0.00 0.20 -fricotaient fricoter VER 1.86 1.55 0.01 0.07 ind:imp:3p; -fricotais fricoter VER 1.86 1.55 0.06 0.07 ind:imp:1s;ind:imp:2s; -fricotait fricoter VER 1.86 1.55 0.08 0.27 ind:imp:3s; -fricotant fricoter VER 1.86 1.55 0.01 0.00 par:pre; -fricote fricoter VER 1.86 1.55 0.41 0.41 imp:pre:2s;ind:pre:1s;ind:pre:3s; -fricotent fricoter VER 1.86 1.55 0.21 0.00 ind:pre:3p; -fricoter fricoter VER 1.86 1.55 0.47 0.41 inf; -fricotes fricoter VER 1.86 1.55 0.28 0.14 ind:pre:2s; -fricoteur fricoteur NOM m s 0.11 0.07 0.10 0.00 -fricoteurs fricoteur NOM m p 0.11 0.07 0.01 0.07 -fricotez fricoter VER 1.86 1.55 0.09 0.00 ind:pre:2p; -fricotiez fricoter VER 1.86 1.55 0.04 0.07 ind:imp:2p; -fricots fricot NOM m p 0.01 0.81 0.00 0.27 -fricoté fricoter VER m s 1.86 1.55 0.20 0.14 par:pas; -frics fric NOM m p 109.01 26.42 0.02 0.07 -friction friction NOM f s 1.14 2.36 0.87 0.54 -frictionna frictionner VER 0.59 2.64 0.00 0.54 ind:pas:3s; -frictionnais frictionner VER 0.59 2.64 0.10 0.00 ind:imp:1s; -frictionnait frictionner VER 0.59 2.64 0.11 0.41 ind:imp:3s; -frictionnant frictionner VER 0.59 2.64 0.00 0.27 par:pre; -frictionne frictionner VER 0.59 2.64 0.16 0.27 imp:pre:2s;ind:pre:1s;ind:pre:3s; -frictionnent frictionner VER 0.59 2.64 0.01 0.14 ind:pre:3p; -frictionner frictionner VER 0.59 2.64 0.06 0.47 inf; -frictionnerai frictionner VER 0.59 2.64 0.00 0.07 ind:fut:1s; -frictionnerait frictionner VER 0.59 2.64 0.00 0.07 cnd:pre:3s; -frictionnez frictionner VER 0.59 2.64 0.14 0.07 imp:pre:2p;ind:pre:2p; -frictionnèrent frictionner VER 0.59 2.64 0.00 0.07 ind:pas:3p; -frictionné frictionner VER m s 0.59 2.64 0.01 0.27 par:pas; -frictions friction NOM f p 1.14 2.36 0.27 1.82 -fridolin fridolin NOM m s 0.16 0.34 0.01 0.00 -fridolins fridolin NOM m p 0.16 0.34 0.14 0.34 -frigidaire frigidaire NOM m s 1.20 3.45 1.16 3.18 -frigidaires frigidaire NOM m p 1.20 3.45 0.05 0.27 -frigide frigide ADJ s 0.69 0.81 0.65 0.68 -frigides frigide ADJ f p 0.69 0.81 0.04 0.14 -frigidité frigidité NOM f s 0.06 0.34 0.06 0.34 -frigo frigo NOM m s 19.29 7.97 19.07 7.50 -frigorifiant frigorifier VER 0.34 0.47 0.01 0.07 par:pre; -frigorifier frigorifier VER 0.34 0.47 0.01 0.00 inf; -frigorifique frigorifique ADJ m s 0.26 0.14 0.10 0.00 -frigorifiques frigorifique ADJ f p 0.26 0.14 0.16 0.14 -frigorifié frigorifier VER m s 0.34 0.47 0.23 0.07 par:pas; -frigorifiée frigorifier VER f s 0.34 0.47 0.08 0.07 par:pas; -frigorifiées frigorifié ADJ f p 0.13 0.61 0.01 0.07 -frigorifiés frigorifié ADJ m p 0.13 0.61 0.02 0.00 -frigorigène frigorigène ADJ m s 0.01 0.00 0.01 0.00 -frigorigène frigorigène NOM m s 0.01 0.00 0.01 0.00 -frigos frigo NOM m p 19.29 7.97 0.22 0.47 -frileuse frileux ADJ f s 1.08 5.88 0.31 1.55 -frileusement frileusement ADV 0.00 1.96 0.00 1.96 -frileuses frileux ADJ f p 1.08 5.88 0.03 0.68 -frileux frileux ADJ m 1.08 5.88 0.74 3.65 -frilosité frilosité NOM f s 0.01 0.07 0.01 0.07 -frima frimer VER 3.67 4.32 0.00 0.07 ind:pas:3s; -frimaient frimer VER 3.67 4.32 0.00 0.07 ind:imp:3p; -frimaire frimaire NOM m s 0.00 0.07 0.00 0.07 -frimais frimer VER 3.67 4.32 0.30 0.41 ind:imp:1s;ind:imp:2s; -frimait frimer VER 3.67 4.32 0.04 0.20 ind:imp:3s; -frimant frimer VER 3.67 4.32 0.01 0.20 par:pre; -frimas frimas NOM m 0.11 1.15 0.11 1.15 -frime frimer VER 3.67 4.32 1.37 1.15 imp:pre:2s;ind:pre:1s;ind:pre:3s; -friment frimer VER 3.67 4.32 0.02 0.07 ind:pre:3p; -frimer frimer VER 3.67 4.32 1.73 1.62 inf; -frimerais frimer VER 3.67 4.32 0.00 0.07 cnd:pre:2s; -frimes frimer VER 3.67 4.32 0.08 0.00 ind:pre:2s; -frimeur frimeur NOM m s 1.43 0.47 0.86 0.27 -frimeurs frimeur NOM m p 1.43 0.47 0.51 0.20 -frimeuse frimeur NOM f s 1.43 0.47 0.05 0.00 -frimez frimer VER 3.67 4.32 0.01 0.00 ind:pre:2p; -frimiez frimer VER 3.67 4.32 0.02 0.00 ind:imp:2p; -frimousse frimousse NOM f s 0.81 1.82 0.81 1.49 -frimousses frimousse NOM f p 0.81 1.82 0.00 0.34 -frimé frimer VER m s 3.67 4.32 0.08 0.20 par:pas; -frimée frimer VER f s 3.67 4.32 0.00 0.07 par:pas; -frimées frimer VER f p 3.67 4.32 0.00 0.07 par:pas; -frimés frimer VER m p 3.67 4.32 0.01 0.14 par:pas; -fringale fringale NOM f s 0.46 2.70 0.40 2.23 -fringales fringale NOM f p 0.46 2.70 0.05 0.47 -fringant fringant ADJ m s 0.86 2.77 0.63 1.96 -fringante fringant ADJ f s 0.86 2.77 0.19 0.41 -fringantes fringant ADJ f p 0.86 2.77 0.02 0.00 -fringants fringant ADJ m p 0.86 2.77 0.03 0.41 -fringillidé fringillidé NOM m s 0.01 0.07 0.01 0.07 -fringuait fringuer VER 1.28 3.31 0.02 0.27 ind:imp:3s; -fringue fringue NOM f s 13.12 11.82 0.23 0.20 -fringuent fringuer VER 1.28 3.31 0.14 0.14 ind:pre:3p; -fringuer fringuer VER 1.28 3.31 0.29 0.47 inf; -fringues fringue NOM f p 13.12 11.82 12.88 11.62 -fringuez fringuer VER 1.28 3.31 0.01 0.00 imp:pre:2p; -fringué fringuer VER m s 1.28 3.31 0.47 0.81 par:pas; -fringuée fringuer VER f s 1.28 3.31 0.10 0.88 par:pas; -fringuées fringuer VER f p 1.28 3.31 0.03 0.14 par:pas; -fringués fringuer VER m p 1.28 3.31 0.04 0.41 par:pas; -frio frio ADJ s 0.01 0.07 0.01 0.07 -fripa friper VER 0.11 1.89 0.00 0.07 ind:pas:3s; -fripaient friper VER 0.11 1.89 0.00 0.14 ind:imp:3p; -fripant friper VER 0.11 1.89 0.00 0.07 par:pre; -fripe fripe NOM f s 0.58 0.95 0.22 0.61 -fripent friper VER 0.11 1.89 0.01 0.07 ind:pre:3p; -friper friper VER 0.11 1.89 0.01 0.20 inf; -friperie friperie NOM f s 0.37 0.20 0.37 0.20 -fripes fripe NOM f p 0.58 0.95 0.36 0.34 -fripier fripier NOM m s 0.04 1.01 0.02 0.61 -fripiers fripier NOM m p 0.04 1.01 0.02 0.41 -fripon fripon NOM m s 0.86 0.68 0.44 0.34 -friponne fripon NOM f s 0.86 0.68 0.33 0.07 -friponnerie friponnerie NOM f s 0.13 0.14 0.13 0.14 -friponnes friponne NOM f p 0.02 0.00 0.02 0.00 -fripons fripon NOM m p 0.86 0.68 0.09 0.20 -fripouille fripouille NOM f s 2.08 2.23 1.99 1.15 -fripouillerie fripouillerie NOM f s 0.00 0.20 0.00 0.14 -fripouilleries fripouillerie NOM f p 0.00 0.20 0.00 0.07 -fripouilles fripouille NOM f p 2.08 2.23 0.10 1.08 -frippe frippe NOM f s 0.00 0.07 0.00 0.07 -fripé fripé ADJ m s 0.57 5.88 0.33 1.49 -fripée fripé ADJ f s 0.57 5.88 0.17 1.82 -fripées fripé ADJ f p 0.57 5.88 0.04 1.01 -fripés fripé ADJ m p 0.57 5.88 0.03 1.55 -friqué friqué ADJ m s 1.05 0.74 0.32 0.20 -friquée friqué ADJ f s 1.05 0.74 0.16 0.14 -friquées friqué ADJ f p 1.05 0.74 0.11 0.07 -friqués friqué ADJ m p 1.05 0.74 0.46 0.34 -frire frire VER 6.63 4.73 2.26 1.82 inf; -fris frire VER 6.63 4.73 0.32 0.00 imp:pre:2s;ind:pre:1s;ind:pre:2s; -frisa friser VER 2.54 7.70 0.00 0.14 ind:pas:3s; -frisaient friser VER 2.54 7.70 0.14 0.27 ind:imp:3p; -frisais friser VER 2.54 7.70 0.10 0.07 ind:imp:1s;ind:imp:2s; -frisait friser VER 2.54 7.70 0.16 0.95 ind:imp:3s; -frisant frisant ADJ m s 0.02 0.95 0.02 0.20 -frisante frisant ADJ f s 0.02 0.95 0.00 0.68 -frisants frisant ADJ m p 0.02 0.95 0.00 0.07 -frisbee frisbee NOM m s 1.35 0.00 1.35 0.00 -frise_poulet frise_poulet NOM m s 0.01 0.00 0.01 0.00 -frise friser VER 2.54 7.70 0.80 1.15 imp:pre:2s;ind:pre:1s;ind:pre:3s; -friseler friseler VER 0.00 0.07 0.00 0.07 inf; -friselis friselis NOM m 0.00 1.35 0.00 1.35 -friselée friselée NOM f s 0.00 0.07 0.00 0.07 -frisent friser VER 2.54 7.70 0.04 0.27 ind:pre:3p; -friser friser VER 2.54 7.70 0.42 1.42 inf; -friserai friser VER 2.54 7.70 0.00 0.07 ind:fut:1s; -frises frise NOM f p 0.37 3.45 0.14 0.41 -frisette frisette NOM f s 0.06 1.42 0.03 0.88 -frisettes frisette NOM f p 0.06 1.42 0.03 0.54 -friseur friseur NOM m s 0.00 0.20 0.00 0.20 -frisez friser VER 2.54 7.70 0.02 0.00 ind:pre:2p; -frisâmes friser VER 2.54 7.70 0.00 0.07 ind:pas:1p; -frison frison NOM m s 0.10 0.54 0.10 0.00 -frisonne frison ADJ f s 0.00 0.27 0.00 0.14 -frisonnes frison ADJ f p 0.00 0.27 0.00 0.07 -frisons friser VER 2.54 7.70 0.14 0.00 ind:pre:1p; -frisottaient frisotter VER 0.01 0.61 0.00 0.14 ind:imp:3p; -frisottant frisottant ADJ m s 0.00 0.27 0.00 0.07 -frisottants frisottant ADJ m p 0.00 0.27 0.00 0.20 -frisottement frisottement NOM m s 0.00 0.07 0.00 0.07 -frisottent frisotter VER 0.01 0.61 0.00 0.14 ind:pre:3p; -frisotter frisotter VER 0.01 0.61 0.00 0.07 inf; -frisottis frisottis NOM m 0.01 0.14 0.01 0.14 -frisotté frisotter VER m s 0.01 0.61 0.01 0.00 par:pas; -frisottée frisotté ADJ f s 0.00 0.68 0.00 0.41 -frisottées frisotter VER f p 0.01 0.61 0.00 0.07 par:pas; -frisottés frisotter VER m p 0.01 0.61 0.00 0.14 par:pas; -frisous frisou NOM m p 0.14 0.07 0.14 0.07 -frisquet frisquet ADJ m s 1.25 1.01 1.16 0.68 -frisquette frisquet ADJ f s 1.25 1.01 0.10 0.34 -frisselis frisselis NOM m 0.00 0.14 0.00 0.14 -frisson frisson NOM m s 8.62 21.69 4.23 14.26 -frissonna frissonner VER 2.21 20.34 0.01 4.39 ind:pas:3s; -frissonnai frissonner VER 2.21 20.34 0.01 0.34 ind:pas:1s; -frissonnaient frissonner VER 2.21 20.34 0.00 1.01 ind:imp:3p; -frissonnais frissonner VER 2.21 20.34 0.03 0.68 ind:imp:1s; -frissonnait frissonner VER 2.21 20.34 0.21 3.38 ind:imp:3s; -frissonnant frissonner VER 2.21 20.34 0.14 2.09 par:pre; -frissonnante frissonnant ADJ f s 0.20 3.92 0.07 1.82 -frissonnantes frissonnant ADJ f p 0.20 3.92 0.00 0.61 -frissonnants frissonnant ADJ m p 0.20 3.92 0.02 0.54 -frissonne frissonner VER 2.21 20.34 0.75 3.18 imp:pre:2s;ind:pre:1s;ind:pre:3s; -frissonnement frissonnement NOM m s 0.01 0.61 0.01 0.41 -frissonnements frissonnement NOM m p 0.01 0.61 0.00 0.20 -frissonnent frissonner VER 2.21 20.34 0.03 0.47 ind:pre:3p; -frissonner frissonner VER 2.21 20.34 0.73 4.12 inf; -frissonnes frissonner VER 2.21 20.34 0.11 0.00 ind:pre:2s; -frissonnez frissonner VER 2.21 20.34 0.04 0.00 ind:pre:2p; -frissonnèrent frissonner VER 2.21 20.34 0.00 0.07 ind:pas:3p; -frissonné frissonner VER m s 2.21 20.34 0.14 0.61 par:pas; -frissons frisson NOM m p 8.62 21.69 4.39 7.43 -frisé frisé ADJ m s 2.72 10.20 1.56 3.24 -frisée frisé ADJ f s 2.72 10.20 0.40 1.28 -frisées frisé ADJ f p 2.72 10.20 0.04 0.68 -frisure frisure NOM f s 0.00 0.34 0.00 0.14 -frisures frisure NOM f p 0.00 0.34 0.00 0.20 -frisés frisé ADJ m p 2.72 10.20 0.73 5.00 -frit frire VER m s 6.63 4.73 2.74 1.82 ind:pre:3s;par:pas; -frite frite NOM f s 9.33 5.47 0.66 0.54 -friterie friterie NOM f s 0.18 0.47 0.18 0.14 -friteries friterie NOM f p 0.18 0.47 0.00 0.34 -frites frite NOM f p 9.33 5.47 8.68 4.93 -friteuse friteur NOM f s 0.34 0.41 0.34 0.20 -friteuses friteuse NOM f p 0.02 0.00 0.02 0.00 -fritillaires fritillaire NOM f p 0.01 0.07 0.01 0.07 -fritons friton NOM m p 0.00 0.07 0.00 0.07 -frits frire VER m p 6.63 4.73 1.32 1.08 par:pas; -fritte fritte NOM f s 0.01 0.00 0.01 0.00 -fritter fritter VER 0.04 0.00 0.04 0.00 inf; -frittés fritter VER m p 0.04 0.00 0.01 0.00 par:pas; -friture friture NOM f s 1.88 3.78 1.81 3.24 -fritures friture NOM f p 1.88 3.78 0.06 0.54 -friturier friturier NOM m s 0.00 0.07 0.00 0.07 -fritz fritz NOM m 1.72 1.82 1.72 1.82 -frivole frivole ADJ s 2.22 5.81 1.75 4.26 -frivoles frivole ADJ p 2.22 5.81 0.47 1.55 -frivolité frivolité NOM f s 0.48 2.84 0.40 2.30 -frivolités frivolité NOM f p 0.48 2.84 0.08 0.54 -froc froc NOM m s 6.92 7.64 6.61 6.89 -frocard frocard NOM m s 0.00 0.20 0.00 0.14 -frocards frocard NOM m p 0.00 0.20 0.00 0.07 -frocs froc NOM m p 6.92 7.64 0.31 0.74 -froid froid ADJ m s 127.22 161.69 98.43 94.86 -froidasse froidasse ADJ f s 0.00 0.07 0.00 0.07 -froide froid ADJ f s 127.22 161.69 21.48 49.59 -froidement froidement ADV 0.94 9.05 0.94 9.05 -froides froid ADJ f p 127.22 161.69 4.07 10.00 -froideur froideur NOM f s 1.94 7.84 1.94 7.57 -froideurs froideur NOM f p 1.94 7.84 0.00 0.27 -froidi froidir VER m s 0.00 0.20 0.00 0.07 par:pas; -froidir froidir VER 0.00 0.20 0.00 0.07 inf; -froidissait froidir VER 0.00 0.20 0.00 0.07 ind:imp:3s; -froids froid ADJ m p 127.22 161.69 3.24 7.23 -froidure froidure NOM f s 0.12 1.69 0.11 1.55 -froidures froidure NOM f p 0.12 1.69 0.01 0.14 -froissa froisser VER 3.74 12.50 0.00 0.88 ind:pas:3s; -froissaient froisser VER 3.74 12.50 0.00 0.54 ind:imp:3p; -froissais froisser VER 3.74 12.50 0.01 0.14 ind:imp:1s; -froissait froisser VER 3.74 12.50 0.01 1.55 ind:imp:3s; -froissant froisser VER 3.74 12.50 0.00 1.08 par:pre; -froisse froisser VER 3.74 12.50 0.64 1.55 imp:pre:2s;ind:pre:1s;ind:pre:3s; -froissement froissement NOM m s 0.23 10.54 0.23 8.38 -froissements froissement NOM m p 0.23 10.54 0.01 2.16 -froissent froisser VER 3.74 12.50 0.04 0.47 ind:pre:3p; -froisser froisser VER 3.74 12.50 1.60 1.96 inf; -froissera froisser VER 3.74 12.50 0.01 0.00 ind:fut:3s; -froisserais froisser VER 3.74 12.50 0.00 0.07 cnd:pre:1s; -froisserait froisser VER 3.74 12.50 0.02 0.00 cnd:pre:3s; -froisses froisser VER 3.74 12.50 0.05 0.14 ind:pre:2s; -froissez froisser VER 3.74 12.50 0.04 0.00 imp:pre:2p;ind:pre:2p; -froissions froisser VER 3.74 12.50 0.00 0.07 ind:imp:1p; -froissèrent froisser VER 3.74 12.50 0.00 0.07 ind:pas:3p; -froissé froisser VER m s 3.74 12.50 0.66 2.30 par:pas; -froissée froisser VER f s 3.74 12.50 0.59 0.81 par:pas; -froissées froissé ADJ f p 0.96 9.46 0.01 1.22 -froissés froissé ADJ m p 0.96 9.46 0.21 2.03 -fromage fromage NOM m s 27.22 26.96 25.68 20.81 -fromager fromager NOM m s 0.32 0.47 0.30 0.34 -fromagerie fromagerie NOM f s 0.01 0.41 0.01 0.41 -fromagers fromager NOM m p 0.32 0.47 0.02 0.14 -fromages fromage NOM m p 27.22 26.96 1.54 6.15 -fromagère fromager ADJ f s 0.04 0.27 0.00 0.14 -fromegi fromegi NOM m s 0.00 0.07 0.00 0.07 -froment froment NOM m s 0.21 1.35 0.21 1.35 -fromental fromental NOM m s 0.00 0.07 0.00 0.07 -frometon frometon NOM m s 0.04 0.47 0.04 0.27 -frometons frometon NOM m p 0.04 0.47 0.00 0.20 -fronce fronce NOM f s 0.36 0.54 0.34 0.07 -froncement froncement NOM m s 0.27 1.69 0.16 1.08 -froncements froncement NOM m p 0.27 1.69 0.11 0.61 -froncer froncer VER 0.52 15.88 0.08 0.88 inf; -froncerait froncer VER 0.52 15.88 0.01 0.20 cnd:pre:3s; -fronces froncer VER 0.52 15.88 0.04 0.07 ind:pre:2s; -froncez froncer VER 0.52 15.88 0.06 0.00 imp:pre:2p;ind:pre:2p; -froncèrent froncer VER 0.52 15.88 0.00 0.07 ind:pas:3p; -froncé froncer VER m s 0.52 15.88 0.04 1.08 par:pas; -froncée froncé ADJ f s 0.14 5.61 0.10 0.20 -froncées froncé ADJ f p 0.14 5.61 0.00 0.14 -froncés froncé ADJ m p 0.14 5.61 0.01 4.19 -frondaient fronder VER 0.00 0.27 0.00 0.07 ind:imp:3p; -frondaison frondaison NOM f s 0.01 3.92 0.00 0.61 -frondaisons frondaison NOM f p 0.01 3.92 0.01 3.31 -fronde fronde NOM f s 1.02 1.82 0.86 1.69 -frondent fronder VER 0.00 0.27 0.00 0.07 ind:pre:3p; -frondes fronde NOM f p 1.02 1.82 0.16 0.14 -frondeur frondeur ADJ m s 0.01 0.61 0.01 0.34 -frondeurs frondeur NOM m p 0.02 0.00 0.02 0.00 -frondeuse frondeur ADJ f s 0.01 0.61 0.00 0.14 -frondé fronder VER m s 0.00 0.27 0.00 0.07 par:pas; -front front NOM m s 41.03 159.12 38.81 152.57 -frontal frontal ADJ m s 1.62 1.55 1.15 0.74 -frontale frontal ADJ f s 1.62 1.55 0.35 0.81 -frontalier frontalier ADJ m s 0.60 1.22 0.04 0.07 -frontaliers frontalier ADJ m p 0.60 1.22 0.04 0.34 -frontalière frontalier ADJ f s 0.60 1.22 0.32 0.68 -frontalières frontalier ADJ f p 0.60 1.22 0.20 0.14 -frontaux frontal ADJ m p 1.62 1.55 0.12 0.00 -fronteau fronteau NOM m s 0.00 0.07 0.00 0.07 -fronça froncer VER 0.52 15.88 0.00 5.61 ind:pas:3s; -fronçai froncer VER 0.52 15.88 0.00 0.14 ind:pas:1s; -fronçaient froncer VER 0.52 15.88 0.00 0.14 ind:imp:3p; -fronçais froncer VER 0.52 15.88 0.01 0.07 ind:imp:1s; -fronçait froncer VER 0.52 15.88 0.01 1.01 ind:imp:3s; -fronçant froncer VER 0.52 15.88 0.01 3.58 par:pre; -frontispice frontispice NOM m s 0.01 0.34 0.01 0.27 -frontispices frontispice NOM m p 0.01 0.34 0.00 0.07 -frontière frontière NOM f s 34.54 40.47 28.54 26.42 -frontières frontière NOM f p 34.54 40.47 6.00 14.05 -fronton fronton NOM m s 0.10 5.47 0.10 4.39 -frontons fronton NOM m p 0.10 5.47 0.00 1.08 -fronts front NOM m p 41.03 159.12 2.23 6.55 -frotta frotter VER 12.52 50.14 0.01 7.70 ind:pas:3s; -frottage frottage NOM m s 0.05 0.27 0.05 0.20 -frottages frottage NOM m p 0.05 0.27 0.00 0.07 -frottai frotter VER 12.52 50.14 0.01 0.14 ind:pas:1s; -frottaient frotter VER 12.52 50.14 0.16 1.42 ind:imp:3p; -frottais frotter VER 12.52 50.14 0.33 1.01 ind:imp:1s;ind:imp:2s; -frottait frotter VER 12.52 50.14 0.29 8.38 ind:imp:3s; -frottant frotter VER 12.52 50.14 0.27 7.03 par:pre; -frotte frotter VER 12.52 50.14 3.90 8.58 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:1s; -frottement frottement NOM m s 0.68 5.07 0.31 3.72 -frottements frottement NOM m p 0.68 5.07 0.37 1.35 -frottent frotter VER 12.52 50.14 0.16 1.01 ind:pre:3p; -frotter frotter VER 12.52 50.14 4.01 8.99 inf; -frottera frotter VER 12.52 50.14 0.25 0.00 ind:fut:3s; -frotterai frotter VER 12.52 50.14 0.05 0.14 ind:fut:1s; -frotterais frotter VER 12.52 50.14 0.06 0.00 cnd:pre:1s; -frotterait frotter VER 12.52 50.14 0.01 0.20 cnd:pre:3s; -frotteras frotter VER 12.52 50.14 0.02 0.07 ind:fut:2s; -frotterons frotter VER 12.52 50.14 0.00 0.07 ind:fut:1p; -frottes frotter VER 12.52 50.14 0.58 0.07 ind:pre:2s; -frotteur frotteur ADJ m s 0.01 0.14 0.01 0.07 -frotteurs frotteur NOM m p 0.00 0.68 0.00 0.14 -frotteuse frotteur NOM f s 0.00 0.68 0.00 0.14 -frotteuses frotteur NOM f p 0.00 0.68 0.00 0.07 -frottez frotter VER 12.52 50.14 0.74 0.14 imp:pre:2p;ind:pre:2p; -frotti_frotta frotti_frotta NOM m 0.04 0.20 0.04 0.20 -frottiez frotter VER 12.52 50.14 0.05 0.00 ind:imp:2p; -frottin frottin NOM m s 0.01 0.20 0.01 0.20 -frottions frotter VER 12.52 50.14 0.00 0.07 ind:imp:1p; -frottis frottis NOM m 0.39 0.34 0.39 0.34 -frottoir frottoir NOM m s 0.00 0.41 0.00 0.34 -frottoirs frottoir NOM m p 0.00 0.41 0.00 0.07 -frottons frotton NOM m p 0.06 0.14 0.06 0.14 -frottèrent frotter VER 12.52 50.14 0.00 0.27 ind:pas:3p; -frotté frotter VER m s 12.52 50.14 1.25 2.64 par:pas; -frottée frotter VER f s 12.52 50.14 0.30 0.61 par:pas; -frottées frotter VER f p 12.52 50.14 0.01 0.81 par:pas; -frottés frotter VER m p 12.52 50.14 0.03 0.81 par:pas; -frou_frou frou_frou NOM m s 0.23 0.47 0.09 0.41 -frouement frouement NOM m s 0.00 0.27 0.00 0.20 -frouements frouement NOM m p 0.00 0.27 0.00 0.07 -froufrou froufrou NOM m s 0.32 0.41 0.23 0.14 -froufrous froufrou NOM m p 0.32 0.41 0.08 0.27 -froufroutait froufrouter VER 0.02 0.07 0.00 0.07 ind:imp:3s; -froufroutant froufrouter VER 0.02 0.07 0.01 0.00 par:pre; -froufroutante froufroutant ADJ f s 0.01 0.41 0.00 0.07 -froufroutantes froufroutant ADJ f p 0.01 0.41 0.00 0.20 -froufroutants froufroutant ADJ m p 0.01 0.41 0.01 0.07 -froufroutement froufroutement NOM m s 0.00 0.07 0.00 0.07 -froufrouter froufrouter VER 0.02 0.07 0.01 0.00 inf; -frou_frou frou_frou NOM m p 0.23 0.47 0.14 0.07 -froussard froussard NOM m s 1.99 0.61 1.33 0.41 -froussarde froussard NOM f s 1.99 0.61 0.26 0.00 -froussards froussard NOM m p 1.99 0.61 0.40 0.20 -frousse frousse NOM f s 3.13 2.36 2.90 2.16 -frousses frousse NOM f p 3.13 2.36 0.23 0.20 -frère frère NOM m s 390.39 216.35 311.45 142.36 -frères frère NOM m p 390.39 216.35 78.94 73.99 -frète fréter VER 0.01 0.74 0.00 0.07 ind:pre:1s; -fructidor fructidor NOM m s 0.01 0.07 0.01 0.07 -fructifiaient fructifier VER 0.55 1.28 0.00 0.07 ind:imp:3p; -fructifiant fructifier VER 0.55 1.28 0.01 0.07 par:pre; -fructification fructification NOM f s 0.00 0.14 0.00 0.14 -fructifier fructifier VER 0.55 1.28 0.53 1.08 inf; -fructifié fructifier VER m s 0.55 1.28 0.01 0.07 par:pas; -fructose fructose NOM m s 0.07 0.00 0.07 0.00 -fructueuse fructueux ADJ f s 1.05 3.24 0.54 1.28 -fructueuses fructueux ADJ f p 1.05 3.24 0.19 0.61 -fructueux fructueux ADJ m 1.05 3.24 0.32 1.35 -frugal frugal ADJ m s 0.19 1.28 0.18 0.61 -frugale frugal ADJ f s 0.19 1.28 0.01 0.41 -frugalement frugalement ADV 0.01 0.07 0.01 0.07 -frugales frugal ADJ f p 0.19 1.28 0.00 0.07 -frugalité frugalité NOM f s 0.01 0.47 0.01 0.47 -frégate frégate NOM f s 0.63 3.11 0.46 1.82 -frégates frégate NOM f p 0.63 3.11 0.17 1.28 -frugaux frugal ADJ m p 0.19 1.28 0.00 0.20 -frugivore frugivore ADJ s 0.02 0.00 0.02 0.00 -fruit fruit NOM m s 39.45 64.05 15.99 21.96 -fruiter fruiter VER 0.04 0.41 0.00 0.07 inf; -fruiteries fruiterie NOM f p 0.00 0.14 0.00 0.14 -fruiteux fruiteux ADJ m s 0.00 0.07 0.00 0.07 -fruitier fruitier ADJ m s 0.39 2.43 0.15 0.47 -fruitiers fruitier ADJ m p 0.39 2.43 0.22 1.82 -fruitière fruitier ADJ f s 0.39 2.43 0.01 0.07 -fruitières fruitier ADJ f p 0.39 2.43 0.01 0.07 -fruits fruit NOM m p 39.45 64.05 23.45 42.09 -fruité fruité ADJ m s 0.38 1.01 0.31 0.34 -fruitée fruité ADJ f s 0.38 1.01 0.01 0.54 -fruitées fruité ADJ f p 0.38 1.01 0.00 0.07 -fruités fruité ADJ m p 0.38 1.01 0.06 0.07 -frêle frêle ADJ s 1.19 12.03 1.00 9.80 -frêles frêle ADJ p 1.19 12.03 0.19 2.23 -frémi frémir VER m s 3.86 24.26 0.43 1.49 par:pas; -frémir frémir VER 3.86 24.26 1.38 6.22 inf; -frémirait frémir VER 3.86 24.26 0.14 0.07 cnd:pre:3s; -frémirent frémir VER 3.86 24.26 0.00 1.08 ind:pas:3p; -frémiront frémir VER 3.86 24.26 0.00 0.07 ind:fut:3p; -frémis frémir VER m p 3.86 24.26 1.06 1.08 ind:pre:1s;ind:pre:2s;par:pas; -frémissaient frémir VER 3.86 24.26 0.00 2.23 ind:imp:3p; -frémissais frémir VER 3.86 24.26 0.00 0.41 ind:imp:1s; -frémissait frémir VER 3.86 24.26 0.02 2.16 ind:imp:3s; -frémissant frémissant ADJ m s 0.77 8.45 0.39 2.03 -frémissante frémissant ADJ f s 0.77 8.45 0.14 3.24 -frémissantes frémissant ADJ f p 0.77 8.45 0.10 1.69 -frémissants frémissant ADJ m p 0.77 8.45 0.14 1.49 -frémisse frémir VER 3.86 24.26 0.00 0.07 sub:pre:3s; -frémissement frémissement NOM m s 0.66 10.34 0.55 8.58 -frémissements frémissement NOM m p 0.66 10.34 0.11 1.76 -frémissent frémir VER 3.86 24.26 0.34 1.82 ind:pre:3p; -frémissez frémir VER 3.86 24.26 0.00 0.07 ind:pre:2p; -frémit frémir VER 3.86 24.26 0.46 5.68 ind:pre:3s;ind:pas:3s; -frêne frêne NOM m s 1.81 2.50 1.71 1.62 -frênes frêne NOM m p 1.81 2.50 0.10 0.88 -frénésie frénésie NOM f s 1.25 8.51 1.23 7.77 -frénésies frénésie NOM f p 1.25 8.51 0.02 0.74 -frénétique frénétique ADJ s 0.61 6.28 0.52 4.12 -frénétiquement frénétiquement ADV 0.26 2.97 0.26 2.97 -frénétiques frénétique ADJ p 0.61 6.28 0.09 2.16 -fréon fréon NOM m s 0.21 0.00 0.21 0.00 -fréquemment fréquemment ADV 1.16 8.24 1.16 8.24 -fréquence fréquence NOM f s 10.12 2.43 7.61 2.23 -fréquences fréquence NOM f p 10.12 2.43 2.51 0.20 -fréquent fréquent ADJ m s 4.14 12.09 2.39 3.78 -fréquenta fréquenter VER 18.97 30.81 0.01 0.68 ind:pas:3s; -fréquentable fréquentable ADJ m s 0.37 1.01 0.22 0.34 -fréquentables fréquentable ADJ m p 0.37 1.01 0.15 0.68 -fréquentai fréquenter VER 18.97 30.81 0.00 0.34 ind:pas:1s; -fréquentaient fréquenter VER 18.97 30.81 0.24 2.30 ind:imp:3p; -fréquentais fréquenter VER 18.97 30.81 0.96 1.22 ind:imp:1s;ind:imp:2s; -fréquentait fréquenter VER 18.97 30.81 1.55 5.54 ind:imp:3s; -fréquentant fréquenter VER 18.97 30.81 0.04 0.81 par:pre; -fréquentation fréquentation NOM f s 2.81 5.74 0.46 2.97 -fréquentations fréquentation NOM f p 2.81 5.74 2.35 2.77 -fréquente fréquenter VER 18.97 30.81 4.76 3.45 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -fréquentent fréquenter VER 18.97 30.81 0.64 0.74 ind:pre:3p; -fréquenter fréquenter VER 18.97 30.81 4.57 6.76 ind:pre:2p;inf; -fréquenterais fréquenter VER 18.97 30.81 0.39 0.14 cnd:pre:1s;cnd:pre:2s; -fréquenterait fréquenter VER 18.97 30.81 0.11 0.00 cnd:pre:3s; -fréquenteras fréquenter VER 18.97 30.81 0.03 0.00 ind:fut:2s; -fréquenterez fréquenter VER 18.97 30.81 0.01 0.07 ind:fut:2p; -fréquentes fréquenter VER 18.97 30.81 2.01 0.61 ind:pre:2s; -fréquentez fréquenter VER 18.97 30.81 0.65 0.47 imp:pre:2p;ind:pre:2p; -fréquentiez fréquenter VER 18.97 30.81 0.17 0.14 ind:imp:2p; -fréquentions fréquenter VER 18.97 30.81 0.14 0.47 ind:imp:1p; -fréquentons fréquenter VER 18.97 30.81 0.09 0.14 ind:pre:1p; -fréquentât fréquenter VER 18.97 30.81 0.00 0.20 sub:imp:3s; -fréquents fréquent ADJ m p 4.14 12.09 0.27 3.11 -fréquentèrent fréquenter VER 18.97 30.81 0.00 0.07 ind:pas:3p; -fréquenté fréquenter VER m s 18.97 30.81 2.31 3.65 par:pas; -fréquentée fréquenté ADJ f s 0.86 3.51 0.38 0.74 -fréquentées fréquenter VER f p 18.97 30.81 0.02 0.68 par:pas; -fréquentés fréquenter VER m p 18.97 30.81 0.12 1.42 par:pas; -frérot frérot NOM m s 2.50 0.81 2.46 0.68 -frérots frérot NOM m p 2.50 0.81 0.04 0.14 -frusquer frusquer VER 0.00 0.14 0.00 0.07 inf; -frusques frusque NOM f p 0.64 3.24 0.64 3.24 -frusquée frusquer VER f s 0.00 0.14 0.00 0.07 par:pas; -fruste fruste ADJ s 0.51 4.86 0.37 3.11 -frustes fruste ADJ p 0.51 4.86 0.14 1.76 -frustra frustrer VER 2.68 3.38 0.00 0.07 ind:pas:3s; -frustrait frustrer VER 2.68 3.38 0.14 0.27 ind:imp:3s; -frustrant frustrant ADJ m s 1.39 0.14 1.23 0.00 -frustrante frustrant ADJ f s 1.39 0.14 0.14 0.14 -frustrantes frustrant ADJ f p 1.39 0.14 0.02 0.00 -frustration frustration NOM f s 3.06 3.85 2.73 3.24 -frustrations frustration NOM f p 3.06 3.85 0.33 0.61 -frustre frustrer VER 2.68 3.38 0.37 0.00 ind:pre:3s; -frustrer frustrer VER 2.68 3.38 0.08 0.34 inf; -frustrât frustrer VER 2.68 3.38 0.00 0.14 sub:imp:3s; -frustré frustré ADJ m s 1.98 2.43 1.14 1.15 -frustrée frustré ADJ f s 1.98 2.43 0.62 0.68 -frustrées frustré NOM f p 0.78 0.81 0.04 0.07 -frustrés frustrer VER m p 2.68 3.38 0.49 0.74 par:pas; -fréta fréter VER 0.01 0.74 0.00 0.14 ind:pas:3s; -frétait fréter VER 0.01 0.74 0.00 0.07 ind:imp:3s; -frétant fréter VER 0.01 0.74 0.00 0.07 par:pre; -fréter fréter VER 0.01 0.74 0.01 0.14 inf; -frétilla frétiller VER 0.60 3.58 0.00 0.14 ind:pas:3s; -frétillaient frétiller VER 0.60 3.58 0.01 0.27 ind:imp:3p; -frétillait frétiller VER 0.60 3.58 0.10 0.61 ind:imp:3s; -frétillant frétillant ADJ m s 0.22 1.89 0.07 0.61 -frétillante frétillant ADJ f s 0.22 1.89 0.13 0.47 -frétillantes frétillant ADJ f p 0.22 1.89 0.00 0.27 -frétillants frétillant ADJ m p 0.22 1.89 0.02 0.54 -frétillard frétillard ADJ m s 0.00 0.14 0.00 0.07 -frétillarde frétillard ADJ f s 0.00 0.14 0.00 0.07 -frétille frétiller VER 0.60 3.58 0.30 0.95 imp:pre:2s;ind:pre:1s;ind:pre:3s; -frétillement frétillement NOM m s 0.00 0.34 0.00 0.27 -frétillements frétillement NOM m p 0.00 0.34 0.00 0.07 -frétillent frétiller VER 0.60 3.58 0.06 0.27 ind:pre:3p; -frétiller frétiller VER 0.60 3.58 0.08 0.54 inf; -frétillon frétillon ADJ m s 0.00 0.20 0.00 0.20 -frétillé frétiller VER m s 0.60 3.58 0.00 0.07 par:pas; -frétèrent fréter VER 0.01 0.74 0.00 0.07 ind:pas:3p; -frété fréter VER m s 0.01 0.74 0.00 0.14 par:pas; -frétée fréter VER f s 0.01 0.74 0.00 0.07 par:pas; -fèces fèces NOM f p 0.32 0.20 0.32 0.20 -fère fer NOM f s 37.08 114.19 0.02 0.20 -fève fève NOM f s 1.12 1.89 0.44 0.61 -fèves fève NOM f p 1.12 1.89 0.68 1.28 -féal féal ADJ m s 0.01 0.20 0.01 0.14 -féaux féal ADJ m p 0.01 0.20 0.00 0.07 -fébrile fébrile ADJ s 0.98 7.16 0.94 5.27 -fébrilement fébrilement ADV 0.24 4.53 0.24 4.53 -fébriles fébrile ADJ p 0.98 7.16 0.05 1.89 -fébrilité fébrilité NOM f s 0.01 2.36 0.01 2.36 -fécal fécal ADJ m s 0.27 0.88 0.05 0.27 -fécale fécal ADJ f s 0.27 0.88 0.06 0.47 -fécales fécal ADJ f p 0.27 0.88 0.13 0.07 -fécalome fécalome NOM m s 0.01 0.00 0.01 0.00 -fécaux fécal ADJ m p 0.27 0.88 0.03 0.07 -fuchsia fuchsia ADJ 0.06 0.34 0.06 0.34 -fuchsias fuchsia NOM m p 0.04 0.34 0.00 0.20 -fécond fécond ADJ m s 0.94 3.92 0.04 0.68 -fécondais féconder VER 1.46 3.04 0.00 0.07 ind:imp:1s; -fécondait féconder VER 1.46 3.04 0.00 0.20 ind:imp:3s; -fécondant féconder VER 1.46 3.04 0.10 0.00 par:pre; -fécondante fécondant ADJ f s 0.00 0.20 0.00 0.07 -fécondateur fécondateur NOM m s 0.10 0.00 0.10 0.00 -fécondation fécondation NOM f s 0.42 0.74 0.41 0.47 -fécondations fécondation NOM f p 0.42 0.74 0.01 0.27 -féconde fécond ADJ f s 0.94 3.92 0.73 2.09 -fécondent féconder VER 1.46 3.04 0.01 0.14 ind:pre:3p; -féconder féconder VER 1.46 3.04 0.49 0.88 inf; -féconderai féconder VER 1.46 3.04 0.01 0.00 ind:fut:1s; -féconderait féconder VER 1.46 3.04 0.01 0.07 cnd:pre:3s; -fécondes féconder VER 1.46 3.04 0.10 0.00 ind:pre:2s; -fécondez féconder VER 1.46 3.04 0.02 0.00 imp:pre:2p; -fécondité fécondité NOM f s 0.44 2.03 0.44 2.03 -féconds fécond ADJ m p 0.94 3.92 0.10 0.34 -fécondé féconder VER m s 1.46 3.04 0.28 0.68 par:pas; -fécondée féconder VER f s 1.46 3.04 0.28 0.47 par:pas; -fécondées féconder VER f p 1.46 3.04 0.02 0.14 par:pas; -fécondés féconder VER m p 1.46 3.04 0.03 0.07 par:pas; -fécule fécule NOM f s 0.17 0.07 0.17 0.07 -féculent féculent NOM m s 0.20 0.34 0.02 0.00 -féculents féculent NOM m p 0.20 0.34 0.18 0.34 -fédéral fédéral ADJ m s 13.92 1.76 6.94 0.68 -fédérale fédéral ADJ f s 13.92 1.76 4.56 0.81 -fédérales fédéral ADJ f p 13.92 1.76 0.88 0.07 -fédéralisme fédéralisme NOM m s 0.14 0.07 0.14 0.07 -fédéraliste fédéraliste ADJ s 0.03 0.00 0.03 0.00 -fédérateur fédérateur ADJ m s 0.03 0.00 0.03 0.00 -fédération fédération NOM f s 2.56 2.36 2.56 2.23 -fédérations fédération NOM f p 2.56 2.36 0.00 0.14 -fédérative fédératif ADJ f s 0.00 0.07 0.00 0.07 -fédératrice fédérateur NOM f s 0.01 0.07 0.01 0.00 -fédéraux fédéral NOM m p 4.25 0.14 3.91 0.07 -fédérer fédérer VER 0.09 0.20 0.00 0.07 inf; -fédéré fédéré NOM m s 0.15 0.34 0.01 0.07 -fédérée fédéré ADJ f s 0.03 0.34 0.01 0.07 -fédérées fédéré ADJ f p 0.03 0.34 0.00 0.07 -fédérés fédéré NOM m p 0.15 0.34 0.14 0.27 -fée fée NOM f s 15.32 11.35 8.30 6.62 -fuel_oil fuel_oil NOM m s 0.00 0.07 0.00 0.07 -fuel fuel NOM m s 1.03 0.27 1.03 0.27 -féerie féerie NOM f s 0.46 3.72 0.46 3.18 -féeries féerie NOM f p 0.46 3.72 0.00 0.54 -féerique féerique ADJ s 0.46 3.18 0.42 2.36 -féeriquement féeriquement ADV 0.00 0.27 0.00 0.27 -féeriques féerique ADJ p 0.46 3.18 0.04 0.81 -fées fée NOM f p 15.32 11.35 7.01 4.73 -fugace fugace ADJ s 0.85 4.39 0.68 3.18 -fugacement fugacement ADV 0.00 0.54 0.00 0.54 -fugaces fugace ADJ p 0.85 4.39 0.17 1.22 -fugacité fugacité NOM f s 0.11 0.07 0.11 0.07 -fugitif fugitif NOM m s 4.84 3.78 2.41 1.28 -fugitifs fugitif NOM m p 4.84 3.78 1.96 1.69 -fugitive fugitif NOM f s 4.84 3.78 0.47 0.74 -fugitivement fugitivement ADV 0.00 2.57 0.00 2.57 -fugitives fugitive NOM f p 0.12 0.00 0.12 0.00 -fugu fugu NOM m s 0.27 0.00 0.27 0.00 -fuguaient fuguer VER 2.81 0.41 0.01 0.00 ind:imp:3p; -fuguait fuguer VER 2.81 0.41 0.00 0.14 ind:imp:3s; -fugue fugue NOM f s 4.16 7.16 3.61 5.68 -fuguent fuguer VER 2.81 0.41 0.23 0.00 ind:pre:3p; -fuguer fuguer VER 2.81 0.41 0.42 0.14 inf; -fuguerais fuguer VER 2.81 0.41 0.01 0.00 cnd:pre:1s; -fugues fugue NOM f p 4.16 7.16 0.55 1.49 -fugueur fugueur NOM m s 0.81 0.81 0.16 0.27 -fugueurs fugueur NOM m p 0.81 0.81 0.14 0.07 -fugueuse fugueur NOM f s 0.81 0.81 0.51 0.27 -fugueuses fugueuse NOM f p 0.02 0.00 0.02 0.00 -fuguèrent fuguer VER 2.81 0.41 0.01 0.00 ind:pas:3p; -fugué fuguer VER m s 2.81 0.41 1.72 0.07 par:pas; -fuguées fugué ADJ f p 0.00 0.07 0.00 0.07 -fui fuir VER m s 76.82 76.42 10.68 8.24 par:pas; -fuie fuir VER f s 76.82 76.42 0.58 0.47 par:pas;sub:pre:1s;sub:pre:3s; -fuient fuir VER 76.82 76.42 2.81 2.43 ind:pre:3p; -fuies fuir VER 76.82 76.42 0.21 0.00 sub:pre:2s; -fuir fuir VER 76.82 76.42 30.95 35.88 inf; -fuira fuir VER 76.82 76.42 0.20 0.00 ind:fut:3s; -fuirai fuir VER 76.82 76.42 0.31 0.07 ind:fut:1s; -fuiraient fuir VER 76.82 76.42 0.02 0.07 cnd:pre:3p; -fuirais fuir VER 76.82 76.42 0.25 0.14 cnd:pre:1s;cnd:pre:2s; -fuirait fuir VER 76.82 76.42 0.17 0.14 cnd:pre:3s; -fuiras fuir VER 76.82 76.42 0.27 0.07 ind:fut:2s; -fuirent fuir VER 76.82 76.42 0.20 0.20 ind:pas:3p; -fuirez fuir VER 76.82 76.42 0.03 0.00 ind:fut:2p; -fuiriez fuir VER 76.82 76.42 0.02 0.00 cnd:pre:2p; -fuirions fuir VER 76.82 76.42 0.00 0.07 cnd:pre:1p; -fuirons fuir VER 76.82 76.42 0.16 0.00 ind:fut:1p; -fuiront fuir VER 76.82 76.42 0.31 0.14 ind:fut:3p; -fuis fuir VER m p 76.82 76.42 9.63 2.09 imp:pre:2s;ind:pre:1s;ind:pre:2s;par:pas; -fuisse fuir VER 76.82 76.42 0.01 0.07 sub:imp:1s; -fuit fuir VER 76.82 76.42 6.78 4.86 ind:pre:3s;ind:pas:3s; -fuite fuite NOM f s 29.09 34.26 26.02 31.82 -fuiter fuiter VER 0.01 0.07 0.01 0.07 inf; -fuites fuite NOM f p 29.09 34.26 3.07 2.43 -fêla fêler VER 1.74 1.89 0.00 0.14 ind:pas:3s; -fêlant fêler VER 1.74 1.89 0.00 0.07 par:pre; -fêle fêle NOM f s 0.10 0.00 0.10 0.00 -fêler fêler VER 1.74 1.89 0.14 0.27 inf; -fêles fêler VER 1.74 1.89 0.00 0.07 ind:pre:2s; -fulgores fulgore NOM m p 0.00 0.07 0.00 0.07 -fulgura fulgurer VER 0.05 1.15 0.00 0.07 ind:pas:3s; -fulguraient fulgurer VER 0.05 1.15 0.00 0.07 ind:imp:3p; -fulgurait fulgurer VER 0.05 1.15 0.00 0.07 ind:imp:3s; -fulgurance fulgurance NOM f s 0.04 0.68 0.03 0.47 -fulgurances fulgurance NOM f p 0.04 0.68 0.01 0.20 -fulgurant fulgurant ADJ m s 0.57 7.84 0.12 2.57 -fulgurante fulgurant ADJ f s 0.57 7.84 0.40 3.31 -fulgurantes fulgurant ADJ f p 0.57 7.84 0.01 1.15 -fulgurants fulgurant ADJ m p 0.57 7.84 0.04 0.81 -fulguration fulguration NOM f s 0.01 0.41 0.00 0.20 -fulgurations fulguration NOM f p 0.01 0.41 0.01 0.20 -fulgure fulgurer VER 0.05 1.15 0.00 0.07 ind:pre:3s; -fulgurent fulgurer VER 0.05 1.15 0.00 0.14 ind:pre:3p; -fulgurer fulgurer VER 0.05 1.15 0.00 0.07 inf; -fulgurèrent fulgurer VER 0.05 1.15 0.00 0.14 ind:pas:3p; -fulguré fulgurer VER m s 0.05 1.15 0.01 0.20 par:pas; -félibre félibre NOM m s 0.00 0.27 0.00 0.07 -félibres félibre NOM m p 0.00 0.27 0.00 0.20 -félibrige félibrige NOM m s 0.14 0.14 0.14 0.14 -félicita féliciter VER 15.72 24.66 0.01 3.24 ind:pas:3s; -félicitai féliciter VER 15.72 24.66 0.01 0.81 ind:pas:1s; -félicitaient féliciter VER 15.72 24.66 0.02 0.88 ind:imp:3p; -félicitais féliciter VER 15.72 24.66 0.05 1.01 ind:imp:1s; -félicitait féliciter VER 15.72 24.66 0.11 2.77 ind:imp:3s; -félicitant féliciter VER 15.72 24.66 0.06 0.47 par:pre; -félicitation félicitation NOM f s 60.08 5.07 0.84 0.00 -félicitations félicitation NOM f p 60.08 5.07 59.23 5.07 -félicite féliciter VER 15.72 24.66 5.46 4.80 imp:pre:2s;ind:pre:1s;ind:pre:3s; -félicitent féliciter VER 15.72 24.66 0.17 0.34 ind:pre:3p; -féliciter féliciter VER 15.72 24.66 7.10 6.15 inf;;inf;;inf;; -félicitera féliciter VER 15.72 24.66 0.06 0.07 ind:fut:3s; -féliciterai féliciter VER 15.72 24.66 0.21 0.07 ind:fut:1s; -féliciteraient féliciter VER 15.72 24.66 0.01 0.07 cnd:pre:3p; -féliciterais féliciter VER 15.72 24.66 0.01 0.00 cnd:pre:1s; -féliciterait féliciter VER 15.72 24.66 0.00 0.20 cnd:pre:3s; -féliciteras féliciter VER 15.72 24.66 0.01 0.00 ind:fut:2s; -féliciteriez féliciter VER 15.72 24.66 0.00 0.07 cnd:pre:2p; -félicitez féliciter VER 15.72 24.66 0.38 0.20 imp:pre:2p;ind:pre:2p; -félicitiez féliciter VER 15.72 24.66 0.00 0.07 ind:imp:2p; -félicitions féliciter VER 15.72 24.66 0.00 0.27 ind:imp:1p; -félicitâmes féliciter VER 15.72 24.66 0.00 0.07 ind:pas:1p; -félicitons féliciter VER 15.72 24.66 0.37 0.34 imp:pre:1p;ind:pre:1p; -félicitèrent féliciter VER 15.72 24.66 0.00 0.54 ind:pas:3p; -félicité félicité NOM f s 2.12 3.38 2.10 2.97 -félicitée féliciter VER f s 15.72 24.66 0.07 0.41 par:pas; -félicités féliciter VER m p 15.72 24.66 0.25 0.14 par:pas; -félidé félidé NOM m s 0.00 0.07 0.00 0.07 -fuligineuse fuligineux ADJ f s 0.01 1.69 0.00 0.47 -fuligineuses fuligineux ADJ f p 0.01 1.69 0.00 0.14 -fuligineux fuligineux ADJ m 0.01 1.69 0.01 1.08 -fuligule fuligule NOM m s 0.02 0.00 0.02 0.00 -félin félin NOM m s 0.35 1.08 0.26 0.88 -féline félin ADJ f s 0.34 2.09 0.20 1.22 -félinement félinement ADV 0.00 0.07 0.00 0.07 -félines félin ADJ f p 0.34 2.09 0.03 0.27 -félinité félinité NOM f s 0.01 0.00 0.01 0.00 -félins félin NOM m p 0.35 1.08 0.09 0.20 -full_contact full_contact NOM m s 0.04 0.00 0.04 0.00 -full full NOM m s 2.28 0.41 2.27 0.27 -fullerène fullerène NOM m s 0.04 0.00 0.04 0.00 -fulls full NOM m p 2.28 0.41 0.01 0.14 -fulmicoton fulmicoton NOM m s 0.00 0.14 0.00 0.14 -fulmina fulminer VER 0.30 2.77 0.00 0.74 ind:pas:3s; -fulminaient fulminer VER 0.30 2.77 0.00 0.07 ind:imp:3p; -fulminais fulminer VER 0.30 2.77 0.00 0.14 ind:imp:1s; -fulminait fulminer VER 0.30 2.77 0.01 0.74 ind:imp:3s; -fulminant fulminant ADJ m s 0.43 1.01 0.21 0.34 -fulminante fulminant ADJ f s 0.43 1.01 0.22 0.34 -fulminantes fulminant ADJ f p 0.43 1.01 0.00 0.14 -fulminants fulminant ADJ m p 0.43 1.01 0.00 0.20 -fulminate fulminate NOM m s 0.05 0.07 0.05 0.07 -fulmination fulmination NOM f s 0.02 0.41 0.02 0.27 -fulminations fulmination NOM f p 0.02 0.41 0.00 0.14 -fulmine fulminer VER 0.30 2.77 0.07 0.61 ind:pre:1s;ind:pre:3s; -fulminement fulminement NOM m s 0.00 0.07 0.00 0.07 -fulminent fulminer VER 0.30 2.77 0.00 0.14 ind:pre:3p; -fulminer fulminer VER 0.30 2.77 0.10 0.27 inf; -fulminera fulminer VER 0.30 2.77 0.01 0.00 ind:fut:3s; -félon félon NOM m s 0.50 0.27 0.33 0.27 -félonie félonie NOM f s 0.17 0.34 0.17 0.34 -félonne félon ADJ f s 0.09 0.20 0.01 0.00 -félons félon NOM m p 0.50 0.27 0.17 0.00 -fêlé fêler VER m s 1.74 1.89 0.84 0.68 par:pas; -fêlée fêler VER f s 1.74 1.89 0.50 0.47 par:pas; -fêlées fêler VER f p 1.74 1.89 0.16 0.00 par:pas; -fêlure fêlure NOM f s 0.26 1.76 0.23 1.55 -fêlures fêlure NOM f p 0.26 1.76 0.03 0.20 -fêlés fêlé NOM m p 1.00 0.41 0.36 0.14 -fuma fumer VER 98.49 84.39 0.24 1.55 ind:pas:3s; -fumaga fumaga NOM f s 0.00 0.07 0.00 0.07 -fumage fumage NOM m s 0.07 0.07 0.07 0.07 -fumai fumer VER 98.49 84.39 0.00 0.20 ind:pas:1s; -fumaient fumer VER 98.49 84.39 0.52 5.20 ind:imp:3p; -fumailler fumailler VER 0.00 0.14 0.00 0.07 inf; -fumaillé fumailler VER m s 0.00 0.14 0.00 0.07 par:pas; -fumais fumer VER 98.49 84.39 1.65 1.28 ind:imp:1s;ind:imp:2s; -fumaison fumaison NOM f s 0.00 0.07 0.00 0.07 -fumait fumer VER 98.49 84.39 2.70 15.07 ind:imp:3s; -fumant fumant ADJ m s 1.78 11.35 1.04 4.12 -fumante fumant ADJ f s 1.78 11.35 0.37 2.91 -fumantes fumant ADJ f p 1.78 11.35 0.06 2.36 -fumants fumant ADJ m p 1.78 11.35 0.31 1.96 -fumasse fumasse ADJ s 0.12 0.20 0.12 0.20 -fume_cigarette fume_cigarette NOM m s 0.27 2.09 0.17 1.82 -fume_cigarette fume_cigarette NOM m p 0.27 2.09 0.10 0.27 -fume fumer VER 98.49 84.39 29.46 15.20 imp:pre:2s;ind:pre:1s;ind:pre:3s; -fument fumer VER 98.49 84.39 2.66 3.72 ind:pre:3p; -fumer fumer VER 98.49 84.39 35.91 20.88 inf; -fumera fumer VER 98.49 84.39 0.08 0.07 ind:fut:3s; -fumerai fumer VER 98.49 84.39 0.34 0.27 ind:fut:1s; -fumeraient fumer VER 98.49 84.39 0.00 0.14 cnd:pre:3p; -fumerais fumer VER 98.49 84.39 0.15 0.20 cnd:pre:1s;cnd:pre:2s; -fumerait fumer VER 98.49 84.39 0.03 0.20 cnd:pre:3s; -fumeras fumer VER 98.49 84.39 0.22 0.00 ind:fut:2s; -fumerez fumer VER 98.49 84.39 0.17 0.00 ind:fut:2p; -fumerie fumerie NOM f s 0.48 0.68 0.46 0.27 -fumeries fumerie NOM f p 0.48 0.68 0.03 0.41 -fumerolles fumerolle NOM f p 0.01 0.81 0.01 0.81 -fumeron fumeron NOM m s 0.00 0.14 0.00 0.07 -fumeronne fumeronner VER 0.00 0.07 0.00 0.07 ind:pre:3s; -fumerons fumer VER 98.49 84.39 0.00 0.14 ind:fut:1p; -fumes fumer VER 98.49 84.39 9.68 1.49 ind:pre:2s; -fumet fumet NOM m s 0.25 4.26 0.24 3.51 -fumets fumet NOM m p 0.25 4.26 0.01 0.74 -fumette fumette NOM f s 0.28 0.07 0.28 0.07 -fumeur fumeur NOM m s 3.82 3.04 2.09 1.96 -fumeurs fumeur NOM m p 3.82 3.04 1.56 0.88 -fumeuse fumeux ADJ f s 0.36 3.38 0.23 0.95 -fumeuses fumeux ADJ f p 0.36 3.38 0.08 0.95 -fumeux fumeux ADJ m 0.36 3.38 0.05 1.49 -fumez fumer VER 98.49 84.39 5.75 1.28 imp:pre:2p;ind:pre:2p; -fumier fumier NOM m s 18.74 16.69 15.66 13.11 -fumiers fumier NOM m p 18.74 16.69 3.08 3.45 -fumiez fumer VER 98.49 84.39 0.34 0.14 ind:imp:2p; -fumigateur fumigateur NOM m s 0.01 0.00 0.01 0.00 -fumigation fumigation NOM f s 0.34 0.54 0.25 0.14 -fumigations fumigation NOM f p 0.34 0.54 0.10 0.41 -fumiger fumiger VER 0.13 0.00 0.09 0.00 inf; -fumigène fumigène ADJ s 0.96 0.47 0.33 0.27 -fumigènes fumigène ADJ p 0.96 0.47 0.63 0.20 -fumigé fumiger VER m s 0.13 0.00 0.04 0.00 par:pas; -féminin féminin ADJ m s 16.88 32.91 7.51 11.28 -féminine féminin ADJ f s 16.88 32.91 6.50 13.38 -féminines féminin ADJ f p 16.88 32.91 0.98 3.92 -féminins féminin ADJ m p 16.88 32.91 1.89 4.32 -féminisaient féminiser VER 0.00 0.20 0.00 0.07 ind:imp:3p; -féminisation féminisation NOM f s 0.01 0.00 0.01 0.00 -féminiser féminiser VER 0.00 0.20 0.00 0.07 inf; -féminisme féminisme NOM m s 0.46 0.41 0.46 0.41 -féministe féministe ADJ s 1.12 2.03 0.79 1.62 -féministes féministe NOM p 1.42 1.15 0.70 0.81 -féminisé féminiser VER m s 0.00 0.20 0.00 0.07 par:pas; -féminité féminité NOM f s 1.87 4.80 1.87 4.73 -féminitude féminitude NOM f s 0.00 0.07 0.00 0.07 -féminités féminité NOM f p 1.87 4.80 0.00 0.07 -fumions fumer VER 98.49 84.39 0.10 0.27 ind:imp:1p; -fumiste fumiste NOM s 0.63 0.20 0.59 0.07 -fumisterie fumisterie NOM f s 0.30 0.34 0.29 0.27 -fumisteries fumisterie NOM f p 0.30 0.34 0.01 0.07 -fumistes fumiste NOM p 0.63 0.20 0.03 0.14 -fumière fumier NOM f s 18.74 16.69 0.00 0.14 -fumoir fumoir NOM m s 0.31 1.49 0.31 1.49 -fumâmes fumer VER 98.49 84.39 0.00 0.14 ind:pas:1p; -fumons fumer VER 98.49 84.39 0.68 0.81 imp:pre:1p;ind:pre:1p; -fémoral fémoral ADJ m s 0.94 0.34 0.11 0.00 -fémorale fémoral ADJ f s 0.94 0.34 0.59 0.20 -fémorales fémoral ADJ f p 0.94 0.34 0.01 0.14 -fémoraux fémoral ADJ m p 0.94 0.34 0.23 0.00 -fumât fumer VER 98.49 84.39 0.00 0.07 sub:imp:3s; -fumèrent fumer VER 98.49 84.39 0.01 1.01 ind:pas:3p; -fumé fumer VER m s 98.49 84.39 6.75 4.19 par:pas; -fumée fumée NOM f s 20.25 67.36 19.91 55.88 -fumées fumée NOM f p 20.25 67.36 0.34 11.49 -fémur fémur NOM m s 1.48 0.81 1.42 0.61 -fumure fumure NOM f s 0.00 0.07 0.00 0.07 -fémurs fémur NOM m p 1.48 0.81 0.06 0.20 -fumés fumer VER m p 98.49 84.39 0.23 0.27 par:pas; -fun fun NOM m s 2.85 0.07 2.85 0.07 -funambule funambule NOM s 0.80 1.62 0.52 1.35 -funambules funambule NOM p 0.80 1.62 0.28 0.27 -funambulesque funambulesque ADJ s 0.00 0.07 0.00 0.07 -fénelonienne fénelonien ADJ f s 0.00 0.07 0.00 0.07 -funeste funeste ADJ s 4.97 4.86 4.22 3.11 -funestement funestement ADV 0.00 0.07 0.00 0.07 -funestes funeste ADJ p 4.97 4.86 0.75 1.76 -fung fung ADJ m s 0.13 0.00 0.13 0.00 -funiculaire funiculaire NOM m s 0.20 1.01 0.20 0.88 -funiculaires funiculaire NOM m p 0.20 1.01 0.00 0.14 -funk funk ADJ 1.06 0.14 1.06 0.14 -funky funky ADJ 1.51 0.07 1.51 0.07 -funèbre funèbre ADJ s 8.07 16.35 4.21 11.69 -funèbres funèbre ADJ p 8.07 16.35 3.86 4.66 -funérailles funérailles NOM f p 9.75 4.53 9.75 4.53 -funéraire funéraire ADJ s 1.68 4.59 1.39 2.84 -funéraires funéraire ADJ p 1.68 4.59 0.29 1.76 -funérarium funérarium NOM m s 0.55 0.07 0.54 0.07 -funérariums funérarium NOM m p 0.55 0.07 0.01 0.00 -féodal féodal ADJ m s 0.38 2.70 0.13 1.22 -féodale féodal ADJ f s 0.38 2.70 0.10 0.61 -féodales féodal ADJ f p 0.38 2.70 0.11 0.20 -féodalisme féodalisme NOM m s 0.02 0.14 0.02 0.14 -féodalité féodalité NOM f s 0.02 0.27 0.02 0.27 -féodaux féodal ADJ m p 0.38 2.70 0.04 0.68 -fur_et_à_mesure fur_et_à_mesure NOM m s 1.62 17.84 1.62 17.84 -féra féra NOM f s 0.00 0.14 0.00 0.07 -féras féra NOM f p 0.00 0.14 0.00 0.07 -furax furax ADJ m 4.51 0.81 4.51 0.81 -furent être AUX 8074.24 6501.82 8.96 40.74 ind:pas:3p; -furet furet NOM m s 0.87 0.20 0.69 0.14 -fureta fureter VER 0.55 2.64 0.00 0.07 ind:pas:3s; -furetage furetage NOM m s 0.02 0.07 0.02 0.07 -furetai fureter VER 0.55 2.64 0.00 0.07 ind:pas:1s; -furetaient fureter VER 0.55 2.64 0.00 0.07 ind:imp:3p; -furetait fureter VER 0.55 2.64 0.00 0.20 ind:imp:3s; -furetant fureter VER 0.55 2.64 0.06 0.54 par:pre; -fureter fureter VER 0.55 2.64 0.40 1.08 inf; -fureteur fureteur ADJ m s 0.01 1.62 0.01 0.54 -fureteurs fureteur ADJ m p 0.01 1.62 0.00 0.81 -fureteuse fureteur ADJ f s 0.01 1.62 0.00 0.07 -fureteuses fureteur ADJ f p 0.01 1.62 0.00 0.20 -furetez fureter VER 0.55 2.64 0.00 0.07 ind:pre:2p; -furets furet NOM m p 0.87 0.20 0.19 0.07 -furette furette NOM f s 0.00 0.14 0.00 0.14 -fureté fureter VER m s 0.55 2.64 0.05 0.20 par:pas; -fureur fureur NOM f s 7.87 33.92 7.03 30.61 -fureurs fureur NOM f p 7.87 33.92 0.84 3.31 -féria féria NOM f s 0.80 0.34 0.80 0.20 -furia furia NOM f s 0.02 0.27 0.02 0.27 -férias féria NOM f p 0.80 0.34 0.00 0.14 -furibard furibard ADJ m s 0.19 1.42 0.17 1.01 -furibarde furibard ADJ f s 0.19 1.42 0.02 0.34 -furibardes furibard ADJ f p 0.19 1.42 0.00 0.07 -furibond furibond ADJ m s 0.37 2.64 0.25 1.35 -furibonde furibond ADJ f s 0.37 2.64 0.10 0.74 -furibondes furibond ADJ f p 0.37 2.64 0.00 0.20 -furibonds furibond ADJ m p 0.37 2.64 0.02 0.34 -furie furie NOM f s 2.58 5.74 2.05 5.54 -furies furie NOM f p 2.58 5.74 0.53 0.20 -furieuse furieux ADJ f s 25.31 44.59 6.95 12.30 -furieusement furieusement ADV 0.87 7.30 0.87 7.30 -furieuses furieux ADJ f p 25.31 44.59 0.30 2.77 -furieux furieux ADJ m 25.31 44.59 18.06 29.53 -furioso furioso ADJ m s 0.46 0.14 0.46 0.14 -férir férir VER 0.04 0.88 0.04 0.88 inf; -férié férié ADJ m s 0.97 1.82 0.52 0.81 -fériés férié ADJ m p 0.97 1.82 0.46 1.01 -féroce féroce ADJ s 6.33 16.22 4.39 12.30 -férocement férocement ADV 0.62 2.97 0.62 2.97 -féroces féroce ADJ p 6.33 16.22 1.94 3.92 -férocité férocité NOM f s 1.20 3.85 1.20 3.72 -férocités férocité NOM f p 1.20 3.85 0.00 0.14 -furoncle furoncle NOM m s 1.27 0.88 0.61 0.34 -furoncles furoncle NOM m p 1.27 0.88 0.66 0.54 -furonculeux furonculeux ADJ m 0.00 0.07 0.00 0.07 -furonculose furonculose NOM f s 0.00 0.14 0.00 0.07 -furonculoses furonculose NOM f p 0.00 0.14 0.00 0.07 -furète fureter VER 0.55 2.64 0.02 0.27 imp:pre:2s;ind:pre:1s;ind:pre:3s; -furètent fureter VER 0.55 2.64 0.01 0.07 ind:pre:3p; -furèterais fureter VER 0.55 2.64 0.01 0.00 cnd:pre:1s; -furtif furtif ADJ m s 2.12 14.59 1.41 5.54 -furtifs furtif ADJ m p 2.12 14.59 0.26 4.46 -furtive furtif ADJ f s 2.12 14.59 0.42 3.04 -furtivement furtivement ADV 1.13 5.07 1.13 5.07 -furtives furtif ADJ f p 2.12 14.59 0.04 1.55 -furtivité furtivité NOM f s 0.07 0.00 0.07 0.00 -féru féru ADJ m s 0.30 1.96 0.23 0.81 -férue féru ADJ f s 0.30 1.96 0.03 0.27 -férues féru ADJ f p 0.30 1.96 0.00 0.07 -férule férule NOM f s 0.07 1.01 0.07 1.01 -férus féru ADJ m p 0.30 1.96 0.05 0.81 -fus être AUX 8074.24 6501.82 3.58 29.53 ind:pas:2s; -fusa fuser VER 1.24 10.14 0.00 0.41 ind:pas:3s; -fusaient fuser VER 1.24 10.14 0.14 2.03 ind:imp:3p; -fusain fusain NOM m s 0.33 3.72 0.30 1.76 -fusains fusain NOM m p 0.33 3.72 0.02 1.96 -fusait fuser VER 1.24 10.14 0.03 1.28 ind:imp:3s; -fusant fuser VER 1.24 10.14 0.00 0.95 par:pre; -fusante fusant ADJ f s 0.00 0.74 0.00 0.20 -fusants fusant NOM m p 0.00 1.55 0.00 1.28 -fuse fuser VER 1.24 10.14 0.33 1.35 ind:pre:1s;ind:pre:3s; -fuseau fuseau NOM m s 0.61 2.43 0.39 0.88 -fuseaux fuseau NOM m p 0.61 2.43 0.22 1.55 -fuselage fuselage NOM m s 0.44 0.54 0.44 0.47 -fuselages fuselage NOM m p 0.44 0.54 0.00 0.07 -fuselé fuseler VER m s 0.01 0.20 0.01 0.00 par:pas; -fuselée fuselé ADJ f s 0.14 0.81 0.00 0.07 -fuselées fuselé ADJ f p 0.14 0.81 0.14 0.14 -fuselés fuselé ADJ m p 0.14 0.81 0.00 0.41 -fusent fuser VER 1.24 10.14 0.21 0.88 ind:pre:3p; -fuser fuser VER 1.24 10.14 0.34 1.22 inf; -fusible fusible NOM m s 3.23 0.54 1.59 0.14 -fusibles fusible NOM m p 3.23 0.54 1.64 0.41 -fusiforme fusiforme ADJ m s 0.00 0.20 0.00 0.20 -fusil_mitrailleur fusil_mitrailleur NOM m s 0.37 0.41 0.37 0.34 -fusil fusil NOM m s 48.61 55.68 36.52 39.32 -fusilier fusilier NOM m s 0.63 0.95 0.23 0.00 -fusilier_marin fusilier_marin NOM m p 0.04 1.08 0.04 1.08 -fusiliers fusilier NOM m p 0.63 0.95 0.40 0.95 -fusilla fusiller VER 6.63 18.24 0.00 0.20 ind:pas:3s; -fusillade fusillade NOM f s 9.63 9.39 8.35 8.18 -fusillades fusillade NOM f p 9.63 9.39 1.27 1.22 -fusillaient fusiller VER 6.63 18.24 0.00 0.88 ind:imp:3p; -fusillait fusiller VER 6.63 18.24 0.01 0.88 ind:imp:3s; -fusillant fusiller VER 6.63 18.24 0.01 0.20 par:pre; -fusille fusiller VER 6.63 18.24 0.35 0.81 imp:pre:2s;ind:pre:1s;ind:pre:3s; -fusillent fusiller VER 6.63 18.24 0.26 0.54 ind:pre:3p; -fusiller fusiller VER 6.63 18.24 2.19 6.49 inf; -fusillera fusiller VER 6.63 18.24 0.29 0.14 ind:fut:3s; -fusilleraient fusiller VER 6.63 18.24 0.01 0.00 cnd:pre:3p; -fusillerait fusiller VER 6.63 18.24 0.02 0.20 cnd:pre:3s; -fusillerons fusiller VER 6.63 18.24 0.01 0.00 ind:fut:1p; -fusilleront fusiller VER 6.63 18.24 0.04 0.07 ind:fut:3p; -fusilleurs fusilleur NOM m p 0.00 0.14 0.00 0.14 -fusillez fusiller VER 6.63 18.24 0.19 0.07 imp:pre:2p;ind:pre:2p; -fusillions fusiller VER 6.63 18.24 0.01 0.07 ind:imp:1p; -fusillons fusiller VER 6.63 18.24 0.14 0.00 ind:pre:1p; -fusillé fusiller VER m s 6.63 18.24 1.96 5.07 par:pas; -fusillée fusillé ADJ f s 1.29 2.50 0.30 0.07 -fusillées fusiller VER f p 6.63 18.24 0.20 0.07 par:pas; -fusillés fusiller VER m p 6.63 18.24 0.66 2.36 par:pas; -fusil_mitrailleur fusil_mitrailleur NOM m p 0.37 0.41 0.00 0.07 -fusils fusil NOM m p 48.61 55.68 12.10 16.35 -fusion fusion NOM f s 6.64 5.95 6.29 5.74 -fusionnaient fusionner VER 2.36 0.34 0.01 0.07 ind:imp:3p; -fusionnant fusionner VER 2.36 0.34 0.15 0.00 par:pre; -fusionne fusionner VER 2.36 0.34 0.13 0.07 imp:pre:2s;ind:pre:1s;ind:pre:3s; -fusionnel fusionnel ADJ m s 0.01 0.20 0.00 0.14 -fusionnelle fusionnel ADJ f s 0.01 0.20 0.01 0.07 -fusionnement fusionnement NOM m s 0.01 0.00 0.01 0.00 -fusionnent fusionner VER 2.36 0.34 0.40 0.14 ind:pre:3p; -fusionner fusionner VER 2.36 0.34 1.01 0.00 inf; -fusionneraient fusionner VER 2.36 0.34 0.01 0.00 cnd:pre:3p; -fusionnerait fusionner VER 2.36 0.34 0.01 0.00 cnd:pre:3s; -fusionneront fusionner VER 2.36 0.34 0.04 0.00 ind:fut:3p; -fusionnons fusionner VER 2.36 0.34 0.29 0.00 imp:pre:1p; -fusionné fusionner VER m s 2.36 0.34 0.28 0.07 par:pas; -fusionnés fusionner VER m p 2.36 0.34 0.03 0.00 par:pas; -fusions fusion NOM f p 6.64 5.95 0.36 0.20 -fusse être AUX 8074.24 6501.82 0.02 1.69 sub:imp:1s; -fussent être AUX 8074.24 6501.82 0.30 15.88 sub:imp:3p; -fusses être AUX 8074.24 6501.82 0.01 0.07 sub:imp:2s; -fussiez être AUX 8074.24 6501.82 0.00 0.07 sub:imp:2p; -fussions être AUX 8074.24 6501.82 0.00 0.95 sub:imp:1p; -fustanelle fustanelle NOM f s 0.00 0.07 0.00 0.07 -fusèrent fuser VER 1.24 10.14 0.00 1.35 ind:pas:3p; -fustigation fustigation NOM f s 0.01 0.14 0.01 0.00 -fustigations fustigation NOM f p 0.01 0.14 0.00 0.14 -fustige fustiger VER 0.51 1.22 0.03 0.14 imp:pre:2s;ind:pre:3s; -fustigea fustiger VER 0.51 1.22 0.00 0.14 ind:pas:3s; -fustigeaient fustiger VER 0.51 1.22 0.00 0.07 ind:imp:3p; -fustigeais fustiger VER 0.51 1.22 0.01 0.07 ind:imp:1s; -fustigeait fustiger VER 0.51 1.22 0.00 0.07 ind:imp:3s; -fustigeant fustiger VER 0.51 1.22 0.01 0.07 par:pre; -fustiger fustiger VER 0.51 1.22 0.05 0.41 inf; -fustigez fustiger VER 0.51 1.22 0.10 0.00 imp:pre:2p; -fustigé fustiger VER m s 0.51 1.22 0.14 0.07 par:pas; -fustigée fustiger VER f s 0.51 1.22 0.14 0.14 par:pas; -fustigés fustiger VER m p 0.51 1.22 0.03 0.07 par:pas; -fusé fuser VER m s 1.24 10.14 0.03 0.61 par:pas; -fusée fusée NOM f s 10.09 9.26 6.00 4.59 -fusées fusée NOM f p 10.09 9.26 4.08 4.66 -fut être AUX 8074.24 6501.82 32.92 180.41 ind:pas:3s; -fêta fêter VER 37.10 16.01 0.34 0.34 ind:pas:3s; -futaie futaie NOM f s 0.02 5.27 0.00 2.50 -fêtaient fêter VER 37.10 16.01 0.12 0.47 ind:imp:3p; -futaies futaie NOM f p 0.02 5.27 0.02 2.77 -futaille futaille NOM f s 0.00 1.69 0.00 0.88 -futailles futaille NOM f p 0.00 1.69 0.00 0.81 -futaine futaine NOM f s 0.10 0.00 0.10 0.00 -fêtait fêter VER 37.10 16.01 0.93 1.08 ind:imp:3s; -futal futal NOM m s 0.72 0.54 0.68 0.47 -futals futal NOM m p 0.72 0.54 0.04 0.07 -fêtant fêter VER 37.10 16.01 0.05 0.20 par:pre; -fêtard fêtard NOM m s 0.77 1.22 0.34 0.20 -fêtards fêtard NOM m p 0.77 1.22 0.42 1.01 -fête_dieu fête_dieu NOM f s 0.14 0.54 0.14 0.54 -fête fête NOM f s 155.97 94.05 138.03 70.41 -fêtent fêter VER 37.10 16.01 0.95 0.41 ind:pre:3p; -fêter fêter VER 37.10 16.01 20.03 7.70 inf; -fêtera fêter VER 37.10 16.01 1.06 0.20 ind:fut:3s; -fêterait fêter VER 37.10 16.01 0.05 0.20 cnd:pre:3s; -fêterons fêter VER 37.10 16.01 0.60 0.41 ind:fut:1p; -fêtes fête NOM f p 155.97 94.05 17.94 23.65 -fêtez fêter VER 37.10 16.01 1.02 0.14 imp:pre:2p;ind:pre:2p; -fétiche fétiche NOM m s 1.48 5.27 1.03 4.39 -fétiches fétiche NOM m p 1.48 5.27 0.45 0.88 -féticheur féticheur NOM m s 0.01 0.47 0.00 0.20 -féticheurs féticheur NOM m p 0.01 0.47 0.01 0.27 -fétichisations fétichisation NOM f p 0.00 0.07 0.00 0.07 -fétichisme fétichisme NOM m s 0.64 0.54 0.63 0.54 -fétichismes fétichisme NOM m p 0.64 0.54 0.01 0.00 -fétichiste fétichiste NOM s 0.43 0.27 0.40 0.14 -fétichistes fétichiste NOM p 0.43 0.27 0.04 0.14 -fétide fétide ADJ s 1.18 2.70 1.10 2.23 -fétides fétide ADJ p 1.18 2.70 0.08 0.47 -fétidité fétidité NOM f s 0.00 0.34 0.00 0.34 -futile futile ADJ s 2.94 8.31 2.23 4.86 -futilement futilement ADV 0.00 0.14 0.00 0.14 -futiles futile ADJ p 2.94 8.31 0.71 3.45 -futilité futilité NOM f s 0.65 3.51 0.22 2.23 -futilités futilité NOM f p 0.65 3.51 0.43 1.28 -fêtions fêter VER 37.10 16.01 0.22 0.14 ind:imp:1p; -fêtâmes fêter VER 37.10 16.01 0.00 0.07 ind:pas:1p; -futon futon NOM m s 0.32 0.00 0.28 0.00 -fêtons fêter VER 37.10 16.01 2.34 0.34 imp:pre:1p;ind:pre:1p; -futons futon NOM m p 0.32 0.00 0.03 0.00 -fêtèrent fêter VER 37.10 16.01 0.00 0.20 ind:pas:3p; -fêté fêter VER m s 37.10 16.01 1.67 1.82 par:pas; -fétu fétu NOM m s 0.20 1.69 0.17 0.81 -futé futé ADJ m s 9.23 1.89 5.96 1.28 -fêtée fêter VER f s 37.10 16.01 0.22 0.27 par:pas; -futée futé ADJ f s 9.23 1.89 1.74 0.27 -futées futé ADJ f p 9.23 1.89 0.55 0.14 -fétuque fétuque NOM f s 0.01 0.07 0.01 0.07 -futur futur NOM m s 26.33 11.89 25.73 10.61 -future futur ADJ f s 23.20 36.35 7.50 9.86 -futures futur ADJ f p 23.20 36.35 2.51 5.81 -futurisme futurisme NOM m s 0.00 0.07 0.00 0.07 -futuriste futuriste ADJ s 0.59 0.47 0.36 0.41 -futuristes futuriste ADJ p 0.59 0.47 0.23 0.07 -futurologue futurologue NOM s 0.10 0.00 0.10 0.00 -futurs futur ADJ m p 23.20 36.35 3.79 6.76 -fêtés fêter VER m p 37.10 16.01 0.13 0.14 par:pas; -fétus fétu NOM m p 0.20 1.69 0.03 0.88 -futés futé ADJ m p 9.23 1.89 0.97 0.20 -fuégien fuégien NOM m s 0.00 0.07 0.00 0.07 -féveroles féverole NOM f p 0.00 0.14 0.00 0.14 -février février NOM m 8.03 22.50 8.03 22.50 -fuyaient fuir VER 76.82 76.42 0.44 4.73 ind:imp:3p; -fuyais fuir VER 76.82 76.42 1.52 1.22 ind:imp:1s;ind:imp:2s; -fuyait fuir VER 76.82 76.42 1.27 8.65 ind:imp:3s; -fuyant fuir VER 76.82 76.42 1.54 5.20 par:pre; -fuyante fuyant ADJ f s 1.09 8.31 0.19 2.91 -fuyantes fuyant ADJ f p 1.09 8.31 0.11 0.47 -fuyants fuyant ADJ m p 1.09 8.31 0.11 1.01 -fuyard fuyard NOM m s 1.15 4.73 0.40 1.15 -fuyarde fuyard ADJ f s 0.04 0.47 0.01 0.14 -fuyards fuyard NOM m p 1.15 4.73 0.75 3.45 -fuyez fuir VER 76.82 76.42 4.78 0.47 imp:pre:2p;ind:pre:2p; -fuyiez fuir VER 76.82 76.42 0.26 0.00 ind:imp:2p;sub:pre:2p; -fuyions fuir VER 76.82 76.42 0.18 0.47 ind:imp:1p; -fuyons fuir VER 76.82 76.42 3.23 0.74 imp:pre:1p;ind:pre:1p; -fy fy NOM m s 0.01 0.00 0.01 0.00 -g g NOM m 10.92 4.66 10.92 4.66 -gît gésir VER 4.77 15.68 2.15 2.64 ind:pre:3s; -gîta gîter VER 0.03 1.28 0.01 0.07 ind:pas:3s; -gîtait gîter VER 0.03 1.28 0.00 0.61 ind:imp:3s; -gîte gîte NOM s 1.20 6.49 1.05 5.81 -gîtent gîter VER 0.03 1.28 0.00 0.14 ind:pre:3p; -gîter gîter VER 0.03 1.28 0.00 0.34 inf; -gîtera gîter VER 0.03 1.28 0.02 0.00 ind:fut:3s; -gîtes gîte NOM m p 1.20 6.49 0.14 0.68 -gîté gîter VER m s 0.03 1.28 0.00 0.14 par:pas; -gaîment gaîment ADV 0.03 0.47 0.03 0.47 -gaîté gaîté NOM f s 0.55 6.35 0.55 6.28 -gaîtés gaîté NOM f p 0.55 6.35 0.00 0.07 -gaba gaba NOM m s 0.01 0.00 0.01 0.00 -gabardine gabardine NOM f s 0.25 3.45 0.23 3.11 -gabardines gabardine NOM f p 0.25 3.45 0.03 0.34 -gabare gabare NOM f s 0.10 0.20 0.10 0.20 -gabariers gabarier NOM m p 0.00 0.07 0.00 0.07 -gabarit gabarit NOM m s 0.33 1.82 0.30 1.62 -gabarits gabarit NOM m p 0.33 1.82 0.03 0.20 -gabarres gabarre NOM f p 0.00 0.07 0.00 0.07 -gabbro gabbro NOM m s 0.01 0.00 0.01 0.00 -gabe gaber VER 1.01 0.00 1.01 0.00 imp:pre:2s;ind:pre:1s; -gabegie gabegie NOM f s 0.04 0.34 0.04 0.34 -gabelle gabelle NOM f s 0.02 0.07 0.02 0.07 -gabelou gabelou NOM m s 0.00 0.07 0.00 0.07 -gabier gabier NOM m s 0.13 0.34 0.09 0.20 -gabiers gabier NOM m p 0.13 0.34 0.04 0.14 -gabion gabion NOM m s 0.00 0.20 0.00 0.07 -gabions gabion NOM m p 0.00 0.20 0.00 0.14 -gable gable NOM m s 0.14 0.27 0.01 0.14 -gables gable NOM m p 0.14 0.27 0.14 0.14 -gabonais gabonais NOM m 0.00 0.34 0.00 0.34 -gabonaise gabonais ADJ f s 0.00 0.27 0.00 0.07 -gade gade NOM m s 0.00 0.07 0.00 0.07 -gadget gadget NOM m s 2.80 1.62 1.31 0.41 -gadgets gadget NOM m p 2.80 1.62 1.50 1.22 -gadin gadin NOM m s 0.12 0.68 0.12 0.54 -gadins gadin NOM m p 0.12 0.68 0.00 0.14 -gadjo gadjo NOM m s 0.54 0.00 0.54 0.00 -gadolinium gadolinium NOM m s 0.01 0.00 0.01 0.00 -gadoue gadoue NOM f s 0.37 4.93 0.37 2.36 -gadoues gadoue NOM f p 0.37 4.93 0.00 2.57 -gadouille gadouille NOM f s 0.00 0.47 0.00 0.47 -gaffa gaffer VER 5.20 5.88 0.00 0.07 ind:pas:3s; -gaffaient gaffer VER 5.20 5.88 0.00 0.07 ind:imp:3p; -gaffais gaffer VER 5.20 5.88 0.00 0.07 ind:imp:1s; -gaffait gaffer VER 5.20 5.88 0.00 0.27 ind:imp:3s; -gaffant gaffer VER 5.20 5.88 0.00 0.20 par:pre; -gaffe gaffe NOM f s 34.68 20.47 33.92 17.57 -gaffent gaffer VER 5.20 5.88 0.01 0.27 ind:pre:3p; -gaffer gaffer VER 5.20 5.88 0.07 1.55 inf; -gafferai gaffer VER 5.20 5.88 0.00 0.07 ind:fut:1s; -gaffes gaffe NOM f p 34.68 20.47 0.76 2.91 -gaffeur gaffeur NOM m s 0.10 0.14 0.08 0.07 -gaffeurs gaffeur NOM m p 0.10 0.14 0.01 0.07 -gaffeuse gaffeur NOM f s 0.10 0.14 0.01 0.00 -gaffeuses gaffeur ADJ f p 0.04 0.27 0.00 0.07 -gaffez gaffer VER 5.20 5.88 0.11 0.00 imp:pre:2p; -gaffé gaffer VER m s 5.20 5.88 0.35 0.61 par:pas; -gaffée gaffer VER f s 5.20 5.88 0.00 0.14 par:pas; -gaffés gaffer VER m p 5.20 5.88 0.00 0.07 par:pas; -gag gag NOM m s 3.03 1.28 2.41 1.08 -gaga gaga ADJ 0.61 1.01 0.58 0.88 -gagas gaga ADJ p 0.61 1.01 0.02 0.14 -gage gage NOM m s 15.31 6.76 9.24 4.05 -gageaient gager VER 1.87 1.42 0.00 0.14 ind:imp:3p; -gageons gager VER 1.87 1.42 0.17 0.41 imp:pre:1p; -gager gager VER 1.87 1.42 0.34 0.07 inf; -gagerai gager VER 1.87 1.42 0.01 0.00 ind:fut:1s; -gagerais gager VER 1.87 1.42 0.15 0.20 cnd:pre:1s; -gages gage NOM m p 15.31 6.76 6.06 2.70 -gageure gageure NOM f s 0.49 1.28 0.35 1.28 -gageures gageure NOM f p 0.49 1.28 0.14 0.00 -gagez gager VER 1.87 1.42 0.02 0.00 imp:pre:2p; -gagna gagner VER 294.44 180.88 0.78 12.77 ind:pas:3s; -gagnage gagnage NOM m s 0.00 0.20 0.00 0.14 -gagnages gagnage NOM m p 0.00 0.20 0.00 0.07 -gagnai gagner VER 294.44 180.88 0.00 2.23 ind:pas:1s; -gagnaient gagner VER 294.44 180.88 0.74 3.99 ind:imp:3p; -gagnais gagner VER 294.44 180.88 2.11 1.76 ind:imp:1s;ind:imp:2s; -gagnait gagner VER 294.44 180.88 2.96 14.12 ind:imp:3s; -gagnant gagnant NOM m s 12.56 1.76 8.45 1.35 -gagnante gagnant NOM f s 12.56 1.76 1.34 0.14 -gagnantes gagnant NOM f p 12.56 1.76 0.10 0.00 -gagnants gagnant NOM m p 12.56 1.76 2.68 0.27 -gagne_pain gagne_pain NOM m 2.01 1.82 2.01 1.82 -gagne_petit gagne_petit NOM m 0.16 0.68 0.16 0.68 -gagne gagner VER 294.44 180.88 53.39 19.66 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -gagnent gagner VER 294.44 180.88 7.02 4.05 ind:pre:3p; -gagner gagner VER 294.44 180.88 92.72 64.59 ind:pre:2p;inf; -gagnera gagner VER 294.44 180.88 5.08 1.49 ind:fut:3s; -gagnerai gagner VER 294.44 180.88 2.14 0.41 ind:fut:1s; -gagneraient gagner VER 294.44 180.88 0.34 0.34 cnd:pre:3p; -gagnerais gagner VER 294.44 180.88 1.52 0.61 cnd:pre:1s;cnd:pre:2s; -gagnerait gagner VER 294.44 180.88 1.95 1.69 cnd:pre:3s; -gagneras gagner VER 294.44 180.88 2.56 0.74 ind:fut:2s; -gagnerez gagner VER 294.44 180.88 2.09 0.68 ind:fut:2p; -gagneriez gagner VER 294.44 180.88 0.38 0.00 cnd:pre:2p; -gagnerions gagner VER 294.44 180.88 0.28 0.00 cnd:pre:1p; -gagnerons gagner VER 294.44 180.88 1.37 0.27 ind:fut:1p; -gagneront gagner VER 294.44 180.88 0.82 0.61 ind:fut:3p; -gagnes gagner VER 294.44 180.88 11.04 1.76 ind:pre:2s;sub:pre:2s; -gagneur gagneur NOM m s 0.76 0.74 0.04 0.00 -gagneurs gagneur NOM m p 0.76 0.74 0.05 0.07 -gagneuse gagneur NOM f s 0.76 0.74 0.67 0.54 -gagneuses gagneuse NOM f p 0.02 0.00 0.02 0.00 -gagnez gagner VER 294.44 180.88 7.04 0.41 imp:pre:2p;ind:pre:2p; -gagniez gagner VER 294.44 180.88 0.38 0.07 ind:imp:2p; -gagnions gagner VER 294.44 180.88 0.12 0.41 ind:imp:1p; -gagnâmes gagner VER 294.44 180.88 0.00 0.41 ind:pas:1p; -gagnons gagner VER 294.44 180.88 1.74 0.88 imp:pre:1p;ind:pre:1p; -gagnât gagner VER 294.44 180.88 0.00 0.34 sub:imp:3s; -gagnèrent gagner VER 294.44 180.88 0.09 3.11 ind:pas:3p; -gagné gagner VER m s 294.44 180.88 89.92 33.51 par:pas; -gagnée gagner VER f s 294.44 180.88 2.85 4.46 par:pas; -gagnées gagner VER f p 294.44 180.88 0.29 0.88 par:pas; -gagnés gagner VER m p 294.44 180.88 1.02 1.76 par:pas; -gags gag NOM m p 3.03 1.28 0.61 0.20 -gagé gager VER m s 1.87 1.42 0.16 0.00 par:pas; -gagée gager VER f s 1.87 1.42 0.02 0.00 par:pas; -gai gai ADJ m s 20.00 41.76 10.74 22.64 -gaie gai ADJ f s 20.00 41.76 6.58 12.70 -gaiement gaiement ADV 2.58 16.22 2.58 16.22 -gaies gai ADJ f p 20.00 41.76 0.88 2.30 -gaieté gaieté NOM f s 2.81 27.36 2.81 27.09 -gaietés gaieté NOM f p 2.81 27.36 0.00 0.27 -gail gail NOM f s 0.00 0.61 0.00 0.61 -gaillard gaillard NOM m s 3.40 10.34 2.47 7.30 -gaillarde gaillard ADJ f s 0.95 3.18 0.25 0.68 -gaillardement gaillardement ADV 0.10 0.95 0.10 0.95 -gaillardes gaillard ADJ f p 0.95 3.18 0.14 0.47 -gaillardise gaillardise NOM f s 0.00 0.14 0.00 0.14 -gaillards gaillard NOM m p 3.40 10.34 0.90 2.64 -gaillet gaillet NOM m s 0.01 0.07 0.01 0.07 -gaillette gaillette NOM f s 0.00 0.20 0.00 0.14 -gaillettes gaillette NOM f p 0.00 0.20 0.00 0.07 -gain gain NOM m s 5.60 5.88 2.58 4.32 -gainaient gainer VER 0.08 3.11 0.00 0.07 ind:imp:3p; -gainait gainer VER 0.08 3.11 0.00 0.14 ind:imp:3s; -gaine_culotte gaine_culotte NOM f s 0.01 0.07 0.01 0.07 -gaine gaine NOM f s 2.15 3.85 1.16 3.11 -gainent gainer VER 0.08 3.11 0.00 0.07 ind:pre:3p; -gainer gainer VER 0.08 3.11 0.05 0.00 inf; -gaines gaine NOM f p 2.15 3.85 0.99 0.74 -gainiers gainier NOM m p 0.00 0.07 0.00 0.07 -gains gain NOM m p 5.60 5.88 3.02 1.55 -gainé gainer VER m s 0.08 3.11 0.00 0.74 par:pas; -gainée gainer VER f s 0.08 3.11 0.01 0.68 par:pas; -gainées gainer VER f p 0.08 3.11 0.01 0.95 par:pas; -gainés gainer VER m p 0.08 3.11 0.01 0.47 par:pas; -gais gai ADJ m p 20.00 41.76 1.81 4.12 -gal gal ADV 1.18 0.00 1.18 0.00 -gala gala NOM m s 3.90 3.65 3.31 2.97 -galactique galactique ADJ s 1.13 0.14 0.94 0.07 -galactiques galactique ADJ p 1.13 0.14 0.19 0.07 -galactophore galactophore ADJ s 0.01 0.00 0.01 0.00 -galago galago NOM m s 0.02 0.00 0.02 0.00 -galalithe galalithe NOM f s 0.00 0.20 0.00 0.20 -galamment galamment ADV 0.07 1.22 0.07 1.22 -galant galant ADJ m s 5.39 5.81 4.66 2.77 -galante galant ADJ f s 5.39 5.81 0.11 1.28 -galanterie galanterie NOM f s 1.14 2.50 1.00 1.82 -galanteries galanterie NOM f p 1.14 2.50 0.13 0.68 -galantes galant ADJ f p 5.39 5.81 0.16 1.08 -galantine galantine NOM f s 0.01 0.88 0.01 0.74 -galantines galantine NOM f p 0.01 0.88 0.00 0.14 -galantins galantin NOM m p 0.01 0.14 0.01 0.14 -galantisait galantiser VER 0.00 0.14 0.00 0.07 ind:imp:3s; -galantisé galantiser VER m s 0.00 0.14 0.00 0.07 par:pas; -galants galant ADJ m p 5.39 5.81 0.48 0.68 -galapiat galapiat NOM m s 0.01 0.27 0.01 0.14 -galapiats galapiat NOM m p 0.01 0.27 0.00 0.14 -galas gala NOM m p 3.90 3.65 0.59 0.68 -galate galate NOM s 0.05 0.00 0.01 0.00 -galates galate NOM p 0.05 0.00 0.04 0.00 -galathée galathée NOM f s 0.00 0.07 0.00 0.07 -galaxie galaxie NOM f s 9.53 4.12 8.29 2.16 -galaxies galaxie NOM f p 9.53 4.12 1.23 1.96 -galbait galber VER 0.10 0.47 0.00 0.07 ind:imp:3s; -galbe galbe NOM m s 0.06 1.28 0.05 1.08 -galber galber VER 0.10 0.47 0.00 0.07 inf; -galbes galbe NOM m p 0.06 1.28 0.01 0.20 -galbé galbé ADJ m s 0.04 0.74 0.00 0.20 -galbée galbé ADJ f s 0.04 0.74 0.02 0.14 -galbées galbé ADJ f p 0.04 0.74 0.01 0.27 -galbés galber VER m p 0.10 0.47 0.10 0.00 par:pas; -gale gale NOM f s 3.52 0.47 3.50 0.47 -galerie_refuge galerie_refuge NOM f s 0.00 0.07 0.00 0.07 -galerie galerie NOM f s 15.69 32.16 13.64 21.22 -galeries_refuge galeries_refuge NOM f p 0.00 0.07 0.00 0.07 -galeries galerie NOM f p 15.69 32.16 2.05 10.95 -galeriste galeriste NOM s 0.10 0.00 0.10 0.00 -galernes galerne NOM f p 0.00 0.07 0.00 0.07 -gales gale NOM f p 3.52 0.47 0.03 0.00 -galet galet NOM m s 1.18 15.74 0.54 2.70 -galetas galetas NOM m 0.14 1.28 0.14 1.28 -galetouse galetouse NOM f s 0.00 0.20 0.00 0.20 -galets galet NOM m p 1.18 15.74 0.65 13.04 -galette galette NOM f s 1.86 6.42 0.67 4.26 -galettes galette NOM f p 1.86 6.42 1.19 2.16 -galetteux galetteux ADJ m 0.00 0.14 0.00 0.14 -galeuse galeux ADJ f s 2.09 3.18 0.88 1.22 -galeuses galeux ADJ f p 2.09 3.18 0.24 0.41 -galeux galeux ADJ m 2.09 3.18 0.97 1.55 -galibot galibot NOM m s 0.00 0.14 0.00 0.07 -galibots galibot NOM m p 0.00 0.14 0.00 0.07 -galicien galicien NOM m s 0.34 0.07 0.34 0.00 -galiciennes galicien ADJ f p 0.00 0.07 0.00 0.07 -galiciens galicien NOM m p 0.34 0.07 0.00 0.07 -galiléen galiléen NOM m s 0.06 0.00 0.06 0.00 -galimatias galimatias NOM m 0.11 0.47 0.11 0.47 -galion galion NOM m s 0.23 1.15 0.21 0.81 -galions galion NOM m p 0.23 1.15 0.03 0.34 -galiote galiote NOM f s 0.00 0.54 0.00 0.34 -galiotes galiote NOM f p 0.00 0.54 0.00 0.20 -galipette galipette NOM f s 0.86 1.55 0.21 0.34 -galipettes galipette NOM f p 0.86 1.55 0.65 1.22 -gallant galler VER 0.47 0.20 0.47 0.20 par:pre; -galle galle NOM f s 0.02 0.20 0.00 0.07 -galles galle NOM f p 0.02 0.20 0.02 0.14 -gallicanes gallican ADJ f p 0.00 0.07 0.00 0.07 -gallicanisme gallicanisme NOM m s 0.00 0.14 0.00 0.14 -gallinacé gallinacé NOM m s 0.00 0.14 0.00 0.14 -galline galline ADJ f s 0.27 0.00 0.27 0.00 -gallique gallique ADJ f s 0.00 0.07 0.00 0.07 -gallium gallium NOM m s 0.06 0.07 0.06 0.07 -gallo_romain gallo_romain ADJ m s 0.00 0.14 0.00 0.07 -gallo_romain gallo_romain ADJ m p 0.00 0.14 0.00 0.07 -gallo gallo ADJ s 1.54 0.14 1.54 0.07 -gallois gallois ADJ m 0.65 0.14 0.49 0.07 -galloise gallois ADJ f s 0.65 0.14 0.12 0.07 -galloises gallois ADJ f p 0.65 0.14 0.04 0.00 -gallon gallon NOM m s 0.63 0.68 0.18 0.07 -gallons gallon NOM m p 0.63 0.68 0.45 0.61 -gallos gallo ADJ p 1.54 0.14 0.00 0.07 -galoche galoche NOM f s 0.09 6.62 0.00 1.69 -galoches galoche NOM f p 0.09 6.62 0.09 4.93 -galoché galocher VER m s 0.00 0.14 0.00 0.07 par:pas; -galochés galocher VER m p 0.00 0.14 0.00 0.07 par:pas; -galon galon NOM m s 3.16 14.73 0.89 4.12 -galonnage galonnage NOM m s 0.00 0.07 0.00 0.07 -galonnait galonner VER 0.01 1.22 0.00 0.07 ind:imp:3s; -galonne galonner VER 0.01 1.22 0.00 0.07 ind:pre:3s; -galonné galonné ADJ m s 0.09 2.09 0.03 0.74 -galonnée galonné ADJ f s 0.09 2.09 0.01 0.54 -galonnées galonné ADJ f p 0.09 2.09 0.01 0.27 -galonnés galonné ADJ m p 0.09 2.09 0.03 0.54 -galons galon NOM m p 3.16 14.73 2.28 10.61 -galop galop NOM m s 2.83 13.72 2.83 12.77 -galopa galoper VER 3.14 13.31 0.14 0.61 ind:pas:3s; -galopade galopade NOM f s 0.00 3.65 0.00 2.03 -galopades galopade NOM f p 0.00 3.65 0.00 1.62 -galopaient galoper VER 3.14 13.31 0.03 1.49 ind:imp:3p; -galopais galoper VER 3.14 13.31 0.01 0.27 ind:imp:1s;ind:imp:2s; -galopait galoper VER 3.14 13.31 0.05 1.55 ind:imp:3s; -galopant galoper VER 3.14 13.31 0.09 1.62 par:pre; -galopante galopant ADJ f s 0.31 1.89 0.22 1.15 -galopantes galopant ADJ f p 0.31 1.89 0.01 0.07 -galopants galopant ADJ m p 0.31 1.89 0.00 0.14 -galope galoper VER 3.14 13.31 0.63 1.96 imp:pre:2s;ind:pre:1s;ind:pre:3s; -galopent galoper VER 3.14 13.31 0.18 1.42 ind:pre:3p; -galoper galoper VER 3.14 13.31 0.95 3.78 inf; -galopera galoper VER 3.14 13.31 0.02 0.00 ind:fut:3s; -galoperaient galoper VER 3.14 13.31 0.00 0.07 cnd:pre:3p; -galoperez galoper VER 3.14 13.31 0.01 0.00 ind:fut:2p; -galopes galoper VER 3.14 13.31 0.13 0.00 ind:pre:2s; -galopez galoper VER 3.14 13.31 0.04 0.00 imp:pre:2p;ind:pre:2p; -galopin galopin NOM m s 0.88 4.05 0.32 1.69 -galopine galopin NOM f s 0.88 4.05 0.00 0.41 -galopiner galopiner VER 0.00 0.07 0.00 0.07 inf; -galopines galopin NOM f p 0.88 4.05 0.00 0.07 -galopins galopin NOM m p 0.88 4.05 0.56 1.89 -galopons galoper VER 3.14 13.31 0.27 0.07 imp:pre:1p;ind:pre:1p; -galops galop NOM m p 2.83 13.72 0.00 0.95 -galopèrent galoper VER 3.14 13.31 0.00 0.07 ind:pas:3p; -galopé galoper VER m s 3.14 13.31 0.60 0.41 par:pas; -galoubet galoubet NOM m s 0.01 0.00 0.01 0.00 -galoup galoup NOM m s 0.00 0.20 0.00 0.20 -galène galène NOM f s 0.23 0.41 0.23 0.41 -galère galère NOM f s 10.26 10.47 8.12 6.08 -galèrent galérer VER 0.91 0.74 0.06 0.00 ind:pre:3p; -galères galère NOM f p 10.26 10.47 2.14 4.39 -galtouse galtouse NOM f s 0.00 1.28 0.00 1.01 -galtouses galtouse NOM f p 0.00 1.28 0.00 0.27 -galéasses galéasse NOM f p 0.00 0.14 0.00 0.14 -galuchat galuchat NOM m s 0.00 0.34 0.00 0.34 -galée galée NOM f s 0.04 0.34 0.00 0.20 -galées galée NOM f p 0.04 0.34 0.04 0.14 -galéjade galéjade NOM f s 0.29 0.41 0.28 0.34 -galéjades galéjade NOM f p 0.29 0.41 0.01 0.07 -galéjeur galéjeur ADJ m s 0.00 0.07 0.00 0.07 -galéniste galéniste NOM m s 0.00 0.07 0.00 0.07 -galérais galérer VER 0.91 0.74 0.01 0.00 ind:imp:1s; -galérait galérer VER 0.91 0.74 0.00 0.07 ind:imp:3s; -galure galure NOM m s 0.09 1.08 0.08 0.88 -galérer galérer VER 0.91 0.74 0.36 0.20 inf; -galures galure NOM m p 0.09 1.08 0.01 0.20 -galérien galérien NOM m s 0.09 1.01 0.07 0.41 -galériens galérien NOM m p 0.09 1.01 0.02 0.61 -galurin galurin NOM m s 0.04 0.41 0.04 0.41 -galéré galérer VER m s 0.91 0.74 0.23 0.20 par:pas; -galvanique galvanique ADJ f s 0.00 0.07 0.00 0.07 -galvanisa galvaniser VER 0.51 1.96 0.00 0.07 ind:pas:3s; -galvanisait galvaniser VER 0.51 1.96 0.00 0.20 ind:imp:3s; -galvanisant galvaniser VER 0.51 1.96 0.03 0.14 par:pre; -galvanise galvaniser VER 0.51 1.96 0.02 0.20 ind:pre:3s; -galvaniser galvaniser VER 0.51 1.96 0.20 0.34 inf; -galvanisme galvanisme NOM m s 0.02 0.00 0.02 0.00 -galvanisé galvaniser VER m s 0.51 1.96 0.26 0.54 par:pas; -galvanisée galvaniser VER f s 0.51 1.96 0.01 0.34 par:pas; -galvanisées galvaniser VER f p 0.51 1.96 0.00 0.07 par:pas; -galvanisés galvaniser VER m p 0.51 1.96 0.00 0.07 par:pas; -galvaudait galvauder VER 0.16 0.88 0.00 0.07 ind:imp:3s; -galvaudant galvauder VER 0.16 0.88 0.00 0.07 par:pre; -galvaude galvauder VER 0.16 0.88 0.00 0.14 ind:pre:3s; -galvaudent galvauder VER 0.16 0.88 0.00 0.07 ind:pre:3p; -galvauder galvauder VER 0.16 0.88 0.10 0.14 inf; -galvaudeux galvaudeux NOM m 0.00 0.14 0.00 0.14 -galvaudez galvauder VER 0.16 0.88 0.00 0.07 imp:pre:2p; -galvaudiez galvauder VER 0.16 0.88 0.00 0.07 ind:imp:2p; -galvaudé galvauder VER m s 0.16 0.88 0.04 0.20 par:pas; -galvaudée galvauder VER f s 0.16 0.88 0.02 0.07 par:pas; -gamahuche gamahucher VER 0.00 0.07 0.00 0.07 ind:pre:3s; -gamay gamay NOM m s 0.00 0.07 0.00 0.07 -gambada gambader VER 0.80 2.64 0.00 0.07 ind:pas:3s; -gambadaient gambader VER 0.80 2.64 0.00 0.14 ind:imp:3p; -gambadais gambader VER 0.80 2.64 0.01 0.00 ind:imp:1s; -gambadait gambader VER 0.80 2.64 0.05 0.61 ind:imp:3s; -gambadant gambader VER 0.80 2.64 0.05 0.20 par:pre; -gambadante gambadant ADJ f s 0.02 0.14 0.00 0.07 -gambade gambader VER 0.80 2.64 0.16 0.54 ind:pre:1s;ind:pre:3s; -gambadent gambader VER 0.80 2.64 0.12 0.27 ind:pre:3p; -gambader gambader VER 0.80 2.64 0.38 0.74 inf; -gambades gambade NOM f p 0.01 0.61 0.01 0.47 -gambadeurs gambadeur NOM m p 0.00 0.07 0.00 0.07 -gambadez gambader VER 0.80 2.64 0.02 0.00 imp:pre:2p; -gambadèrent gambader VER 0.80 2.64 0.00 0.07 ind:pas:3p; -gambas gamba NOM f p 0.45 0.14 0.45 0.14 -gambe gambe NOM f s 0.34 0.07 0.34 0.07 -gamberge gamberger VER 0.69 7.70 0.11 1.89 ind:pre:1s;ind:pre:3s; -gambergea gamberger VER 0.69 7.70 0.00 0.07 ind:pas:3s; -gambergeaient gamberger VER 0.69 7.70 0.00 0.07 ind:imp:3p; -gambergeailler gambergeailler VER 0.00 0.07 0.00 0.07 inf; -gambergeais gamberger VER 0.69 7.70 0.01 0.61 ind:imp:1s; -gambergeait gamberger VER 0.69 7.70 0.04 0.74 ind:imp:3s; -gambergeant gamberger VER 0.69 7.70 0.00 0.54 par:pre; -gambergent gamberger VER 0.69 7.70 0.01 0.07 ind:pre:3p; -gambergeons gamberger VER 0.69 7.70 0.00 0.07 imp:pre:1p; -gamberger gamberger VER 0.69 7.70 0.23 2.50 inf; -gamberges gamberger VER 0.69 7.70 0.19 0.20 ind:pre:2s; -gambergez gamberger VER 0.69 7.70 0.02 0.00 imp:pre:2p;ind:pre:2p; -gambergé gamberger VER m s 0.69 7.70 0.09 0.95 par:pas; -gambette gambette NOM s 0.33 0.74 0.02 0.20 -gambettes gambette NOM p 0.33 0.74 0.31 0.54 -gambillait gambiller VER 0.08 1.35 0.00 0.07 ind:imp:3s; -gambillant gambiller VER 0.08 1.35 0.00 0.20 par:pre; -gambille gambiller VER 0.08 1.35 0.03 0.61 imp:pre:2s;ind:pre:1s;ind:pre:3s; -gambiller gambiller VER 0.08 1.35 0.03 0.14 inf; -gambilles gambiller VER 0.08 1.35 0.02 0.27 ind:pre:2s; -gambilleurs gambilleur NOM m p 0.00 0.20 0.00 0.14 -gambilleuses gambilleur NOM f p 0.00 0.20 0.00 0.07 -gambillé gambiller VER m s 0.08 1.35 0.00 0.07 par:pas; -gambit gambit NOM m s 0.04 0.00 0.04 0.00 -game game NOM m s 0.64 0.14 0.64 0.14 -gamelan gamelan NOM m s 0.25 0.07 0.25 0.07 -gamelle gamelle NOM f s 1.64 13.72 1.29 8.45 -gamelles gamelle NOM f p 1.64 13.72 0.34 5.27 -gamin gamin NOM m s 92.22 38.78 55.94 19.53 -gaminas gaminer VER 0.00 0.07 0.00 0.07 ind:pas:2s; -gamine gamin NOM f s 92.22 38.78 12.00 7.16 -gaminement gaminement NOM m s 0.00 0.07 0.00 0.07 -gaminerie gaminerie NOM f s 0.40 0.61 0.08 0.20 -gamineries gaminerie NOM f p 0.40 0.61 0.32 0.41 -gamines gamin NOM f p 92.22 38.78 2.13 2.77 -gamins gamin NOM m p 92.22 38.78 22.15 9.32 -gamma gamma NOM m 1.94 1.01 1.94 1.01 -gammaglobuline gammaglobuline NOM f s 0.03 0.34 0.00 0.20 -gammaglobulines gammaglobuline NOM f p 0.03 0.34 0.03 0.14 -gammas gammas NOM m 0.04 0.00 0.04 0.00 -gamme gamme NOM f s 3.22 7.91 2.67 5.74 -gammes gamme NOM f p 3.22 7.91 0.55 2.16 -gammée gammée ADJ f s 1.27 3.45 0.20 2.43 -gammées gammée ADJ f p 1.27 3.45 1.07 1.01 -gamète gamète NOM m s 0.03 0.20 0.01 0.14 -gamètes gamète NOM m p 0.03 0.20 0.02 0.07 -gan gan NOM m s 0.27 0.00 0.27 0.00 -ganache ganache NOM f s 0.04 0.61 0.04 0.61 -ganaderia ganaderia NOM f s 0.00 0.20 0.00 0.14 -ganaderias ganaderia NOM f p 0.00 0.20 0.00 0.07 -gandin gandin NOM m s 0.56 1.28 0.56 0.95 -gandins gandin NOM m p 0.56 1.28 0.00 0.34 -gandoura gandoura NOM f s 0.01 0.68 0.01 0.54 -gandourah gandourah NOM f s 0.00 0.20 0.00 0.20 -gandouras gandoura NOM f p 0.01 0.68 0.00 0.14 -gang gang NOM m s 17.48 3.85 12.44 3.04 -ganglion ganglion NOM m s 0.61 1.01 0.18 0.41 -ganglionnaires ganglionnaire ADJ f p 0.00 0.07 0.00 0.07 -ganglions ganglion NOM m p 0.61 1.01 0.44 0.61 -gangrena gangrener VER 0.50 0.61 0.00 0.07 ind:pas:3s; -gangrener gangrener VER 0.50 0.61 0.21 0.07 inf; -gangreneux gangreneux ADJ m s 0.01 0.00 0.01 0.00 -gangrené gangrené ADJ m s 0.19 0.41 0.17 0.27 -gangrenée gangrener VER f s 0.50 0.61 0.10 0.14 par:pas; -gangrenées gangrené ADJ f p 0.19 0.41 0.01 0.00 -gangrenés gangrener VER m p 0.50 0.61 0.01 0.07 par:pas; -gangrène gangrène NOM f s 1.74 2.23 1.74 2.16 -gangrènes gangrène NOM f p 1.74 2.23 0.00 0.07 -gangs gang NOM m p 17.48 3.85 5.05 0.81 -gangster gangster NOM m s 10.43 6.35 6.75 3.11 -gangsters gangster NOM m p 10.43 6.35 3.68 3.24 -gangstérisme gangstérisme NOM m s 0.00 0.07 0.00 0.07 -gangue gangue NOM f s 0.01 2.03 0.01 1.89 -gangues gangue NOM f p 0.01 2.03 0.00 0.14 -ganja ganja NOM f s 0.18 0.00 0.18 0.00 -ganse ganse NOM f s 0.04 0.68 0.02 0.34 -ganses ganse NOM f p 0.04 0.68 0.02 0.34 -gansé ganser VER m s 0.00 0.41 0.00 0.07 par:pas; -gansée ganser VER f s 0.00 0.41 0.00 0.34 par:pas; -gant gant NOM m s 25.02 36.01 9.86 7.97 -gantait ganter VER 0.14 3.72 0.00 0.07 ind:imp:3s; -gantant ganter VER 0.14 3.72 0.00 0.07 par:pre; -gante ganter VER 0.14 3.72 0.00 0.07 ind:pre:3s; -gantelet gantelet NOM m s 0.37 0.14 0.36 0.07 -gantelets gantelet NOM m p 0.37 0.14 0.01 0.07 -ganterie ganterie NOM f s 0.00 0.07 0.00 0.07 -gantier gantier NOM m s 0.24 0.07 0.24 0.00 -gantières gantier NOM f p 0.24 0.07 0.00 0.07 -gants gant NOM m p 25.02 36.01 15.16 28.04 -ganté ganté ADJ m s 0.06 2.50 0.04 0.20 -gantée ganter VER f s 0.14 3.72 0.01 1.82 par:pas; -gantées ganter VER f p 0.14 3.72 0.01 0.74 par:pas; -gantés ganter VER m p 0.14 3.72 0.10 0.20 par:pas; -ganymèdes ganymède NOM m p 0.00 0.07 0.00 0.07 -gap gap NOM m s 0.01 0.00 0.01 0.00 -gaperon gaperon NOM m s 0.00 0.07 0.00 0.07 -gapette gapette NOM f s 0.01 0.68 0.01 0.54 -gapettes gapette NOM f p 0.01 0.68 0.00 0.14 -gara garer VER 27.18 18.04 0.04 1.15 ind:pas:3s; -garage garage NOM m s 25.25 24.12 24.41 22.23 -garages garage NOM m p 25.25 24.12 0.83 1.89 -garagiste garagiste NOM s 1.25 5.27 1.25 5.00 -garagistes garagiste NOM p 1.25 5.27 0.00 0.27 -garaient garer VER 27.18 18.04 0.02 0.20 ind:imp:3p; -garais garer VER 27.18 18.04 0.07 0.07 ind:imp:1s;ind:imp:2s; -garait garer VER 27.18 18.04 0.05 0.34 ind:imp:3s; -garance garance ADJ 0.01 0.27 0.01 0.27 -garancière garancière NOM f s 0.00 0.27 0.00 0.27 -garant garant ADJ m s 2.39 2.09 2.19 0.81 -garantît garantir VER 19.74 16.82 0.00 0.07 sub:imp:3s; -garante garant ADJ f s 2.39 2.09 0.16 0.68 -garantes garant ADJ f p 2.39 2.09 0.00 0.07 -garanti garantir VER m s 19.74 16.82 2.32 2.70 par:pas; -garantie garantie NOM f s 9.16 8.24 6.84 5.14 -garanties garantie NOM f p 9.16 8.24 2.32 3.11 -garantir garantir VER 19.74 16.82 4.86 4.59 inf; -garantira garantir VER 19.74 16.82 0.20 0.54 ind:fut:3s; -garantirais garantir VER 19.74 16.82 0.01 0.00 cnd:pre:1s; -garantirait garantir VER 19.74 16.82 0.04 0.27 cnd:pre:3s; -garantiriez garantir VER 19.74 16.82 0.01 0.00 cnd:pre:2p; -garantirons garantir VER 19.74 16.82 0.00 0.07 ind:fut:1p; -garantiront garantir VER 19.74 16.82 0.04 0.00 ind:fut:3p; -garantis garantir VER m p 19.74 16.82 7.15 3.51 imp:pre:2s;ind:pre:1s;ind:pre:2s;par:pas; -garantissaient garantir VER 19.74 16.82 0.01 0.34 ind:imp:3p; -garantissais garantir VER 19.74 16.82 0.01 0.07 ind:imp:1s; -garantissait garantir VER 19.74 16.82 0.11 0.95 ind:imp:3s; -garantissant garantir VER 19.74 16.82 0.13 0.68 par:pre; -garantisse garantir VER 19.74 16.82 0.18 0.14 sub:pre:1s;sub:pre:3s; -garantissent garantir VER 19.74 16.82 0.07 0.14 ind:pre:3p; -garantissez garantir VER 19.74 16.82 0.26 0.00 imp:pre:2p;ind:pre:2p; -garantissons garantir VER 19.74 16.82 0.25 0.00 imp:pre:1p;ind:pre:1p; -garantit garantir VER 19.74 16.82 2.30 1.22 ind:pre:3s;ind:pas:3s; -garants garant NOM m p 0.97 1.62 0.24 0.34 -garbure garbure NOM f s 0.14 0.14 0.14 0.14 -garce garce NOM f s 21.71 8.78 20.25 7.36 -garces garce NOM f p 21.71 8.78 1.46 1.42 -garcette garcette NOM f s 0.00 0.20 0.00 0.07 -garcettes garcette NOM f p 0.00 0.20 0.00 0.14 -garda garder VER 338.40 257.50 0.40 11.89 ind:pas:3s; -gardai garder VER 338.40 257.50 0.12 3.65 ind:pas:1s; -gardaient garder VER 338.40 257.50 0.89 8.45 ind:imp:3p; -gardais garder VER 338.40 257.50 3.00 5.74 ind:imp:1s;ind:imp:2s; -gardait garder VER 338.40 257.50 4.52 37.30 ind:imp:3s; -gardant garder VER 338.40 257.50 2.06 9.46 par:pre; -garde_barrière garde_barrière NOM m s 0.00 0.95 0.00 0.95 -garde_boue garde_boue NOM m 0.05 1.08 0.05 1.08 -garde_côte garde_côte NOM m s 1.90 0.14 0.54 0.07 -garde_côte garde_côte NOM m p 1.90 0.14 1.36 0.07 -garde_champêtre garde_champêtre NOM m s 0.00 0.54 0.00 0.47 -garde_chasse garde_chasse NOM m s 0.22 1.42 0.22 1.42 -garde_chiourme garde_chiourme NOM m s 0.11 0.74 0.06 0.54 -garde_corps garde_corps NOM m 0.01 0.34 0.01 0.34 -garde_feu garde_feu NOM m 0.05 0.00 0.05 0.00 -garde_forestier garde_forestier NOM s 0.16 0.14 0.16 0.14 -garde_fou garde_fou NOM m s 0.30 1.89 0.25 1.49 -garde_fou garde_fou NOM m p 0.30 1.89 0.05 0.41 -garde_frontière garde_frontière NOM m s 0.16 0.00 0.16 0.00 -garde_malade garde_malade NOM s 0.44 1.15 0.44 1.15 -garde_manger garde_manger NOM m 0.68 2.77 0.68 2.77 -garde_meuble garde_meuble NOM m 0.34 0.20 0.34 0.20 -garde_meubles garde_meubles NOM m 0.16 0.34 0.16 0.34 -garde_à_vous garde_à_vous NOM m 0.00 5.88 0.00 5.88 -garde_pêche garde_pêche NOM m s 0.01 0.07 0.01 0.07 -garde_robe garde_robe NOM f s 2.19 2.77 2.17 2.70 -garde_robe garde_robe NOM f p 2.19 2.77 0.03 0.07 -garde_voie garde_voie NOM m s 0.00 0.07 0.00 0.07 -garde_vue garde_vue NOM m 0.25 0.00 0.25 0.00 -garde garder VER 338.40 257.50 93.72 37.70 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:1s;sub:pre:3s; -garden_party garden_party NOM f s 0.22 0.34 0.22 0.34 -gardent garder VER 338.40 257.50 6.04 6.35 ind:pre:3p;sub:pre:3p; -garder garder VER 338.40 257.50 123.07 68.31 inf;;inf;;inf;;inf;; -gardera garder VER 338.40 257.50 3.31 2.30 ind:fut:3s; -garderai garder VER 338.40 257.50 5.83 1.89 ind:fut:1s; -garderaient garder VER 338.40 257.50 0.15 0.61 cnd:pre:3p; -garderais garder VER 338.40 257.50 1.19 0.95 cnd:pre:1s;cnd:pre:2s; -garderait garder VER 338.40 257.50 0.74 2.97 cnd:pre:3s; -garderas garder VER 338.40 257.50 1.42 0.61 ind:fut:2s; -garderez garder VER 338.40 257.50 0.72 0.74 ind:fut:2p; -garderie garderie NOM f s 1.96 0.61 1.67 0.47 -garderies garderie NOM f p 1.96 0.61 0.29 0.14 -garderiez garder VER 338.40 257.50 0.45 0.07 cnd:pre:2p; -garderions garder VER 338.40 257.50 0.03 0.14 cnd:pre:1p; -garderons garder VER 338.40 257.50 1.30 0.41 ind:fut:1p; -garderont garder VER 338.40 257.50 1.05 0.47 ind:fut:3p; -gardes_barrière gardes_barrière NOM p 0.00 0.14 0.00 0.14 -gardes_côte gardes_côte NOM m p 0.31 0.00 0.31 0.00 -garde_champêtre garde_champêtre NOM m p 0.00 0.54 0.00 0.07 -gardes_chasse gardes_chasse NOM m s 0.03 0.41 0.03 0.41 -garde_chiourme garde_chiourme NOM m p 0.11 0.74 0.04 0.20 -gardes_chiourme gardes_chiourme NOM p 0.03 0.14 0.03 0.14 -garde_française garde_française NOM m p 0.00 0.07 0.00 0.07 -gardes_frontière gardes_frontière NOM m p 0.03 0.41 0.03 0.41 -gardes_voie gardes_voie NOM m p 0.00 0.07 0.00 0.07 -gardes garde NOM p 104.47 112.09 27.70 22.23 -gardeur gardeur NOM m s 0.00 0.34 0.00 0.07 -gardeurs gardeur NOM m p 0.00 0.34 0.00 0.07 -gardeuse gardeur NOM f s 0.00 0.34 0.00 0.14 -gardeuses gardeur NOM f p 0.00 0.34 0.00 0.07 -gardez garder VER 338.40 257.50 39.17 5.20 imp:pre:2p;ind:pre:2p; -gardian gardian NOM m s 0.00 0.20 0.00 0.14 -gardians gardian NOM m p 0.00 0.20 0.00 0.07 -gardien_chef gardien_chef NOM m s 0.22 0.27 0.22 0.27 -gardien gardien NOM m s 31.56 31.96 18.55 18.45 -gardiennage gardiennage NOM m s 0.05 0.27 0.05 0.27 -gardiennait gardienner VER 0.00 0.07 0.00 0.07 ind:imp:3s; -gardienne gardien NOM f s 31.56 31.96 2.81 3.31 -gardiennes gardienne NOM f p 0.36 0.00 0.36 0.00 -gardiens gardien NOM m p 31.56 31.96 10.20 9.59 -gardiez garder VER 338.40 257.50 1.23 0.61 ind:imp:2p; -gardions garder VER 338.40 257.50 0.56 0.88 ind:imp:1p; -gardois gardois ADJ m s 0.00 0.07 0.00 0.07 -gardâmes garder VER 338.40 257.50 0.00 0.20 ind:pas:1p; -gardon gardon NOM m s 1.06 1.08 0.44 0.41 -gardons garder VER 338.40 257.50 4.58 2.03 imp:pre:1p;ind:pre:1p; -gardât garder VER 338.40 257.50 0.00 0.68 sub:imp:3s; -gardèrent garder VER 338.40 257.50 0.12 0.61 ind:pas:3p; -gardé garder VER m s 338.40 257.50 24.98 36.89 imp:pre:2s;par:pas;par:pas; -gardée garder VER f s 338.40 257.50 3.87 4.93 par:pas; -gardées garder VER f p 338.40 257.50 1.30 0.88 par:pas; -gardénal gardénal NOM m s 0.00 1.08 0.00 1.08 -gardénia gardénia NOM m s 0.27 0.54 0.11 0.14 -gardénias gardénia NOM m p 0.27 0.54 0.16 0.41 -gardés garder VER m p 338.40 257.50 1.50 2.77 par:pas; -gare gare ONO 10.79 2.84 10.79 2.84 -garenne garenne NOM s 0.66 1.01 0.64 0.68 -garennes garenne NOM f p 0.66 1.01 0.02 0.34 -garent garer VER 27.18 18.04 0.14 0.14 ind:pre:3p; -garer garer VER 27.18 18.04 6.70 3.24 inf; -garerai garer VER 27.18 18.04 0.17 0.00 ind:fut:1s; -garerais garer VER 27.18 18.04 0.01 0.00 cnd:pre:1s; -garerait garer VER 27.18 18.04 0.01 0.07 cnd:pre:3s; -gareront garer VER 27.18 18.04 0.01 0.00 ind:fut:3p; -gares gare NOM f p 42.15 84.53 1.87 5.95 -garez garer VER 27.18 18.04 2.48 0.27 imp:pre:2p;ind:pre:2p; -gargamelle gargamelle NOM f s 0.00 0.07 0.00 0.07 -gargantua gargantua NOM m s 0.01 0.00 0.01 0.00 -gargantuesque gargantuesque ADJ s 0.38 0.41 0.33 0.34 -gargantuesques gargantuesque ADJ m p 0.38 0.41 0.05 0.07 -gargarisa gargariser VER 0.41 0.74 0.00 0.07 ind:pas:3s; -gargarisaient gargariser VER 0.41 0.74 0.00 0.07 ind:imp:3p; -gargarisait gargariser VER 0.41 0.74 0.01 0.14 ind:imp:3s; -gargarisant gargariser VER 0.41 0.74 0.00 0.14 par:pre; -gargarise gargariser VER 0.41 0.74 0.20 0.14 imp:pre:2s;ind:pre:1s;ind:pre:3s; -gargarisent gargariser VER 0.41 0.74 0.03 0.14 ind:pre:3p; -gargariser gargariser VER 0.41 0.74 0.15 0.07 inf; -gargarisme gargarisme NOM m s 0.06 0.34 0.02 0.20 -gargarismes gargarisme NOM m p 0.06 0.34 0.04 0.14 -gargarisé gargariser VER m s 0.41 0.74 0.01 0.00 par:pas; -gargote gargote NOM f s 0.47 1.55 0.26 0.95 -gargotes gargote NOM f p 0.47 1.55 0.21 0.61 -gargotier gargotier NOM m s 0.14 0.20 0.14 0.07 -gargotiers gargotier NOM m p 0.14 0.20 0.00 0.14 -gargouilla gargouiller VER 0.55 2.36 0.00 0.14 ind:pas:3s; -gargouillaient gargouiller VER 0.55 2.36 0.00 0.07 ind:imp:3p; -gargouillait gargouiller VER 0.55 2.36 0.03 0.54 ind:imp:3s; -gargouillant gargouiller VER 0.55 2.36 0.01 0.14 par:pre; -gargouillante gargouillant ADJ f s 0.01 0.14 0.00 0.07 -gargouille gargouiller VER 0.55 2.36 0.42 0.81 ind:pre:1s;ind:pre:3s; -gargouillement gargouillement NOM m s 0.04 1.15 0.02 0.61 -gargouillements gargouillement NOM m p 0.04 1.15 0.02 0.54 -gargouillent gargouiller VER 0.55 2.36 0.03 0.14 ind:pre:3p; -gargouiller gargouiller VER 0.55 2.36 0.05 0.47 inf; -gargouilles gargouille NOM f p 0.73 1.82 0.41 0.74 -gargouillette gargouillette NOM f s 0.00 0.07 0.00 0.07 -gargouillis gargouillis NOM m 0.23 2.50 0.23 2.50 -gargouillé gargouiller VER m s 0.55 2.36 0.01 0.07 par:pas; -gargoulette gargoulette NOM f s 0.00 0.47 0.00 0.41 -gargoulettes gargoulette NOM f p 0.00 0.47 0.00 0.07 -gargousses gargousse NOM f p 0.00 0.07 0.00 0.07 -gari gari NOM m s 0.00 0.14 0.00 0.14 -garibaldien garibaldien ADJ m s 0.14 0.07 0.14 0.00 -garibaldiens garibaldien NOM m p 0.40 0.00 0.40 0.00 -garions garer VER 27.18 18.04 0.01 0.07 ind:imp:1p; -garnement garnement NOM m s 1.94 2.64 1.42 1.22 -garnements garnement NOM m p 1.94 2.64 0.52 1.42 -garni garnir VER m s 1.04 16.42 0.26 3.99 par:pas; -garnie garnir VER f s 1.04 16.42 0.34 4.19 par:pas; -garnies garnir VER f p 1.04 16.42 0.07 2.30 par:pas; -garnir garnir VER 1.04 16.42 0.16 1.89 inf; -garnirent garnir VER 1.04 16.42 0.00 0.07 ind:pas:3p; -garniront garnir VER 1.04 16.42 0.00 0.07 ind:fut:3p; -garnis garni ADJ m p 0.66 6.01 0.21 1.96 -garnison garnison NOM f s 3.23 11.35 3.13 8.38 -garnisons garnison NOM f p 3.23 11.35 0.10 2.97 -garnissage garnissage NOM m s 0.01 0.00 0.01 0.00 -garnissaient garnir VER 1.04 16.42 0.00 0.68 ind:imp:3p; -garnissais garnir VER 1.04 16.42 0.01 0.07 ind:imp:1s; -garnissait garnir VER 1.04 16.42 0.00 0.95 ind:imp:3s; -garnissant garnir VER 1.04 16.42 0.00 0.34 par:pre; -garnissent garnir VER 1.04 16.42 0.01 0.34 ind:pre:3p; -garnissez garnir VER 1.04 16.42 0.00 0.07 imp:pre:2p; -garnit garnir VER 1.04 16.42 0.02 0.54 ind:pre:3s;ind:pas:3s; -garniture garniture NOM f s 1.03 2.30 0.80 1.28 -garnitures garniture NOM f p 1.03 2.30 0.23 1.01 -garno garno NOM m s 0.00 0.07 0.00 0.07 -garons garer VER 27.18 18.04 0.04 0.07 imp:pre:1p;ind:pre:1p; -garou garou NOM m s 0.03 0.14 0.03 0.14 -garrick garrick NOM m s 0.00 0.07 0.00 0.07 -garrigue garrigue NOM f s 0.54 1.96 0.54 1.49 -garrigues garrigue NOM f p 0.54 1.96 0.00 0.47 -garrot garrot NOM m s 1.58 2.43 1.55 2.30 -garrots garrot NOM m p 1.58 2.43 0.03 0.14 -garrottaient garrotter VER 0.35 0.68 0.00 0.07 ind:imp:3p; -garrotte garrotter VER 0.35 0.68 0.28 0.20 imp:pre:2s;ind:pre:1s;ind:pre:3s; -garrottent garrotter VER 0.35 0.68 0.01 0.00 ind:pre:3p; -garrotter garrotter VER 0.35 0.68 0.01 0.07 inf; -garrotté garrotter VER m s 0.35 0.68 0.03 0.07 par:pas; -garrottée garrotter VER f s 0.35 0.68 0.01 0.14 par:pas; -garrottés garrotter VER m p 0.35 0.68 0.01 0.14 par:pas; -gars gars NOM m 289.63 59.26 289.63 59.26 -garçon garçon NOM m s 251.51 262.50 188.41 186.96 -garçonne garçonne NOM f s 0.00 0.88 0.00 0.88 -garçonnet garçonnet NOM m s 0.27 3.65 0.21 2.50 -garçonnets garçonnet NOM m p 0.27 3.65 0.06 1.15 -garçonnier garçonnier ADJ m s 0.02 1.15 0.00 0.20 -garçonniers garçonnier ADJ m p 0.02 1.15 0.00 0.14 -garçonnière garçonnière NOM f s 1.51 1.22 1.51 1.08 -garçonnières garçonnière NOM f p 1.51 1.22 0.00 0.14 -garçons garçon NOM m p 251.51 262.50 63.09 75.54 -garèrent garer VER 27.18 18.04 0.00 0.14 ind:pas:3p; -garé garer VER m s 27.18 18.04 4.28 3.45 par:pas; -garée garer VER f s 27.18 18.04 4.08 3.72 par:pas; -garées garer VER f p 27.18 18.04 0.30 0.88 par:pas; -garés garer VER m p 27.18 18.04 0.78 0.81 par:pas; -gas_oil gas_oil NOM m s 0.02 0.27 0.02 0.27 -gascon gascon ADJ m s 0.58 0.20 0.47 0.07 -gasconne gascon ADJ f s 0.58 0.20 0.10 0.07 -gascons gascon NOM m p 0.44 0.27 0.06 0.20 -gasoil gasoil NOM m s 0.49 0.34 0.49 0.34 -gaspacho gaspacho NOM m s 1.38 0.00 1.38 0.00 -gaspard gaspard NOM m s 0.54 1.01 0.54 0.20 -gaspards gaspard NOM m p 0.54 1.01 0.00 0.81 -gaspilla gaspiller VER 11.50 6.08 0.01 0.00 ind:pas:3s; -gaspillage gaspillage NOM m s 1.92 2.30 1.81 2.16 -gaspillages gaspillage NOM m p 1.92 2.30 0.10 0.14 -gaspillaient gaspiller VER 11.50 6.08 0.00 0.14 ind:imp:3p; -gaspillait gaspiller VER 11.50 6.08 0.10 0.27 ind:imp:3s; -gaspillant gaspiller VER 11.50 6.08 0.04 0.20 par:pre; -gaspillasse gaspiller VER 11.50 6.08 0.00 0.07 sub:imp:1s; -gaspille gaspiller VER 11.50 6.08 2.57 0.54 imp:pre:2s;ind:pre:1s;ind:pre:3s; -gaspillent gaspiller VER 11.50 6.08 0.41 0.00 ind:pre:3p; -gaspiller gaspiller VER 11.50 6.08 3.06 2.43 inf; -gaspillerai gaspiller VER 11.50 6.08 0.05 0.00 ind:fut:1s; -gaspilleraient gaspiller VER 11.50 6.08 0.00 0.07 cnd:pre:3p; -gaspillerais gaspiller VER 11.50 6.08 0.18 0.00 cnd:pre:1s;cnd:pre:2s; -gaspillerez gaspiller VER 11.50 6.08 0.00 0.07 ind:fut:2p; -gaspilles gaspiller VER 11.50 6.08 0.82 0.14 ind:pre:2s; -gaspilleur gaspilleur ADJ m s 0.02 0.00 0.01 0.00 -gaspilleurs gaspilleur NOM m p 0.02 0.20 0.02 0.14 -gaspilleuse gaspilleur ADJ f s 0.02 0.00 0.01 0.00 -gaspilleuses gaspilleur NOM f p 0.02 0.20 0.00 0.07 -gaspillez gaspiller VER 11.50 6.08 1.32 0.20 imp:pre:2p;ind:pre:2p; -gaspillons gaspiller VER 11.50 6.08 0.26 0.14 imp:pre:1p;ind:pre:1p; -gaspillât gaspiller VER 11.50 6.08 0.00 0.07 sub:imp:3s; -gaspillé gaspiller VER m s 11.50 6.08 1.79 0.81 par:pas; -gaspillée gaspiller VER f s 11.50 6.08 0.48 0.34 par:pas; -gaspillées gaspiller VER f p 11.50 6.08 0.12 0.20 par:pas; -gaspillés gaspiller VER m p 11.50 6.08 0.28 0.41 par:pas; -gaster gaster NOM m s 0.01 0.14 0.01 0.14 -gastralgie gastralgie NOM f s 0.01 0.07 0.01 0.00 -gastralgies gastralgie NOM f p 0.01 0.07 0.00 0.07 -gastrectomie gastrectomie NOM f s 0.01 0.00 0.01 0.00 -gastrique gastrique ADJ s 1.35 0.61 1.13 0.34 -gastriques gastrique ADJ p 1.35 0.61 0.22 0.27 -gastrite gastrite NOM f s 0.21 0.07 0.20 0.00 -gastrites gastrite NOM f p 0.21 0.07 0.01 0.07 -gastro_entérite gastro_entérite NOM f s 0.04 0.07 0.04 0.07 -gastro_entérologue gastro_entérologue NOM s 0.04 0.14 0.04 0.07 -gastro_entérologue gastro_entérologue NOM p 0.04 0.14 0.00 0.07 -gastro_intestinal gastro_intestinal ADJ m s 0.12 0.00 0.04 0.00 -gastro_intestinal gastro_intestinal ADJ f s 0.12 0.00 0.02 0.00 -gastro_intestinal gastro_intestinal ADJ m p 0.12 0.00 0.05 0.00 -gastro gastro NOM s 0.66 0.07 0.66 0.07 -gastroentérologue gastroentérologue NOM s 0.02 0.00 0.02 0.00 -gastrolâtre gastrolâtre ADJ m s 0.00 0.07 0.00 0.07 -gastrolâtre gastrolâtre NOM s 0.00 0.07 0.00 0.07 -gastronome gastronome NOM s 0.07 0.81 0.04 0.68 -gastronomes gastronome NOM p 0.07 0.81 0.04 0.14 -gastronomie gastronomie NOM f s 0.58 0.61 0.58 0.61 -gastronomique gastronomique ADJ s 0.48 1.96 0.40 0.88 -gastronomiques gastronomique ADJ p 0.48 1.96 0.08 1.08 -gastrula gastrula NOM f s 0.01 0.00 0.01 0.00 -gastéropode gastéropode NOM m s 0.02 0.14 0.00 0.07 -gastéropodes gastéropode NOM m p 0.02 0.14 0.02 0.07 -gatte gatte NOM f s 0.02 0.00 0.02 0.00 -gauche gauche NOM s 71.78 134.59 71.66 133.78 -gauchement gauchement ADV 0.10 3.45 0.10 3.45 -gaucher gaucher ADJ m s 2.29 0.81 1.93 0.20 -gaucherie gaucherie NOM f s 0.12 2.50 0.12 2.43 -gaucheries gaucherie NOM f p 0.12 2.50 0.00 0.07 -gauchers gaucher NOM m p 1.10 0.27 0.28 0.14 -gauches gauche ADJ p 45.88 89.59 0.36 1.55 -gauchi gauchir VER m s 0.02 0.88 0.01 0.00 par:pas; -gauchie gauchir VER f s 0.02 0.88 0.01 0.34 par:pas; -gauchir gauchir VER 0.02 0.88 0.00 0.34 inf; -gauchis gauchir VER m p 0.02 0.88 0.00 0.07 par:pas; -gauchisante gauchisant ADJ f s 0.00 0.14 0.00 0.07 -gauchisantes gauchisant ADJ f p 0.00 0.14 0.00 0.07 -gauchisme gauchisme NOM m s 0.00 0.20 0.00 0.14 -gauchismes gauchisme NOM m p 0.00 0.20 0.00 0.07 -gauchissaient gauchir VER 0.02 0.88 0.00 0.07 ind:imp:3p; -gauchissait gauchir VER 0.02 0.88 0.00 0.07 ind:imp:3s; -gauchissement gauchissement NOM m s 0.00 0.07 0.00 0.07 -gauchiste gauchiste ADJ s 1.02 1.08 0.79 0.74 -gauchistes gauchiste ADJ p 1.02 1.08 0.23 0.34 -gaucho gaucho NOM m s 0.35 1.28 0.28 0.27 -gauchos gaucho NOM m p 0.35 1.28 0.07 1.01 -gauchère gaucher ADJ f s 2.29 0.81 0.18 0.61 -gaudriole gaudriole NOM f s 0.04 1.01 0.02 0.68 -gaudrioles gaudriole NOM f p 0.04 1.01 0.02 0.34 -gaufre gaufre NOM f s 3.03 1.96 0.58 0.68 -gaufres gaufre NOM f p 3.03 1.96 2.44 1.28 -gaufrette gaufrette NOM f s 0.08 0.88 0.01 0.27 -gaufrettes gaufrette NOM f p 0.08 0.88 0.07 0.61 -gaufrier gaufrier NOM m s 0.17 0.27 0.17 0.27 -gaufré gaufré ADJ m s 0.04 0.95 0.04 0.47 -gaufrée gaufrer VER f s 0.04 0.81 0.01 0.07 par:pas; -gaufrées gaufré ADJ f p 0.04 0.95 0.00 0.14 -gaufrés gaufrer VER m p 0.04 0.81 0.00 0.20 par:pas; -gaulant gauler VER 0.75 1.28 0.00 0.07 par:pre; -gauldo gauldo NOM f s 0.00 0.14 0.00 0.07 -gauldos gauldo NOM f p 0.00 0.14 0.00 0.07 -gaule gaule NOM f s 0.85 2.91 0.75 1.89 -gauleiter gauleiter NOM m s 0.12 0.68 0.12 0.68 -gauler gauler VER 0.75 1.28 0.35 0.95 inf; -gaulerais gauler VER 0.75 1.28 0.01 0.00 cnd:pre:1s; -gaulerait gauler VER 0.75 1.28 0.00 0.07 cnd:pre:3s; -gaules gaule NOM f p 0.85 2.91 0.10 1.01 -gaélique gaélique NOM s 0.17 0.14 0.17 0.14 -gaulis gaulis NOM m 0.00 0.34 0.00 0.34 -gaulle gaulle NOM f s 0.00 0.07 0.00 0.07 -gaullisme gaullisme NOM m s 0.00 1.49 0.00 1.49 -gaulliste gaulliste ADJ s 0.01 2.43 0.01 1.62 -gaullistes gaulliste NOM p 0.00 4.05 0.00 3.58 -gaulois gaulois NOM m 2.48 8.85 2.47 2.64 -gauloise gaulois ADJ f s 1.36 3.04 0.17 1.28 -gauloisement gauloisement ADV 0.00 0.07 0.00 0.07 -gauloiseries gauloiserie NOM f p 0.00 0.07 0.00 0.07 -gauloises gaulois ADJ f p 1.36 3.04 0.19 0.47 -gaulèrent gauler VER 0.75 1.28 0.00 0.07 ind:pas:3p; -gaulthérie gaulthérie NOM f s 0.01 0.00 0.01 0.00 -gaulé gauler VER m s 0.75 1.28 0.20 0.14 par:pas; -gaulée gauler VER f s 0.75 1.28 0.19 0.00 par:pas; -gaupe gaupe NOM f s 0.00 0.07 0.00 0.07 -gauss gauss NOM m 0.01 0.00 0.01 0.00 -gaussaient gausser VER 0.15 2.64 0.00 0.68 ind:imp:3p; -gaussait gausser VER 0.15 2.64 0.01 0.61 ind:imp:3s; -gaussant gausser VER 0.15 2.64 0.01 0.14 par:pre; -gausse gausser VER 0.15 2.64 0.07 0.27 imp:pre:2s;ind:pre:1s;ind:pre:3s; -gaussent gausser VER 0.15 2.64 0.03 0.07 ind:pre:3p; -gausser gausser VER 0.15 2.64 0.02 0.41 inf; -gausserai gausser VER 0.15 2.64 0.00 0.07 ind:fut:1s; -gausserait gausser VER 0.15 2.64 0.00 0.07 cnd:pre:3s; -gaussez gausser VER 0.15 2.64 0.01 0.00 imp:pre:2p; -gaussèrent gausser VER 0.15 2.64 0.00 0.14 ind:pas:3p; -gaussé gausser VER m s 0.15 2.64 0.00 0.14 par:pas; -gaussée gausser VER f s 0.15 2.64 0.00 0.07 par:pas; -gava gaver VER 4.19 9.39 0.00 0.07 ind:pas:3s; -gavage gavage NOM m s 0.06 0.54 0.06 0.54 -gavai gaver VER 4.19 9.39 0.00 0.07 ind:pas:1s; -gavaient gaver VER 4.19 9.39 0.03 0.34 ind:imp:3p; -gavais gaver VER 4.19 9.39 0.02 0.07 ind:imp:1s; -gavait gaver VER 4.19 9.39 0.23 0.88 ind:imp:3s; -gavant gaver VER 4.19 9.39 0.05 0.54 par:pre; -gave gaver VER 4.19 9.39 1.22 1.01 imp:pre:2s;ind:pre:1s;ind:pre:3s; -gavent gaver VER 4.19 9.39 0.19 0.34 ind:pre:3p; -gaver gaver VER 4.19 9.39 0.50 1.55 inf; -gavera gaver VER 4.19 9.39 0.01 0.07 ind:fut:3s; -gaveraient gaver VER 4.19 9.39 0.01 0.07 cnd:pre:3p; -gaves gaver VER 4.19 9.39 0.11 0.00 ind:pre:2s; -gavez gaver VER 4.19 9.39 0.30 0.07 imp:pre:2p;ind:pre:2p; -gavial gavial NOM m s 0.00 0.07 0.00 0.07 -gaviot gaviot NOM m s 0.00 0.20 0.00 0.20 -gavons gaver VER 4.19 9.39 0.03 0.07 imp:pre:1p;ind:pre:1p;;imp:pre:1p; -gavroche gavroche NOM m s 0.01 0.34 0.01 0.27 -gavroches gavroche NOM m p 0.01 0.34 0.00 0.07 -gavé gaver VER m s 4.19 9.39 0.61 1.76 par:pas; -gavée gaver VER f s 4.19 9.39 0.43 1.08 par:pas; -gavées gaver VER f p 4.19 9.39 0.01 0.34 par:pas; -gavés gaver VER m p 4.19 9.39 0.43 1.08 par:pas; -gay gay ADJ m s 20.33 0.34 18.27 0.34 -gayac gayac NOM m s 0.00 0.07 0.00 0.07 -gays gay NOM m p 7.60 0.14 3.94 0.07 -gaz gaz NOM m 36.33 28.65 36.33 28.65 -gazage gazage NOM m s 0.02 0.07 0.02 0.07 -gazait gazer VER 5.39 1.82 0.02 0.41 ind:imp:3s; -gaze gazer VER 5.39 1.82 3.65 0.74 imp:pre:2s;ind:pre:1s;ind:pre:3s; -gazelle gazelle NOM f s 2.39 3.92 1.98 2.77 -gazelles gazelle NOM f p 2.39 3.92 0.40 1.15 -gazer gazer VER 5.39 1.82 0.68 0.20 inf; -gazera gazer VER 5.39 1.82 0.11 0.00 ind:fut:3s; -gazerait gazer VER 5.39 1.82 0.00 0.07 cnd:pre:3s; -gazes gaze NOM f p 0.93 3.85 0.11 0.34 -gazette gazette NOM f s 0.42 2.43 0.26 1.01 -gazettes gazette NOM f p 0.42 2.43 0.16 1.42 -gazeuse gazeux ADJ f s 2.26 1.89 1.42 1.35 -gazeuses gazeux ADJ f p 2.26 1.89 0.48 0.27 -gazeux gazeux ADJ m 2.26 1.89 0.37 0.27 -gazez gazer VER 5.39 1.82 0.01 0.00 ind:pre:2p; -gazier gazier NOM m s 0.03 1.08 0.02 0.68 -gaziers gazier NOM m p 0.03 1.08 0.01 0.41 -gazinière gazinière NOM f s 0.14 0.14 0.01 0.14 -gazinières gazinière NOM f p 0.14 0.14 0.12 0.00 -gazoduc gazoduc NOM m s 0.22 0.00 0.22 0.00 -gazogène gazogène NOM m s 0.00 1.62 0.00 1.49 -gazogènes gazogène NOM m p 0.00 1.62 0.00 0.14 -gazole gazole NOM m s 0.22 0.00 0.22 0.00 -gazoline gazoline NOM f s 0.01 0.14 0.01 0.14 -gazomètre gazomètre NOM m s 0.02 0.07 0.02 0.07 -gazométrie gazométrie NOM f s 0.02 0.00 0.02 0.00 -gazon gazon NOM m s 3.81 7.77 3.58 6.96 -gazonné gazonné ADJ m s 0.05 0.27 0.00 0.14 -gazonnée gazonné ADJ f s 0.05 0.27 0.05 0.14 -gazons gazon NOM m p 3.81 7.77 0.22 0.81 -gazouilla gazouiller VER 0.79 0.95 0.00 0.07 ind:pas:3s; -gazouillaient gazouiller VER 0.79 0.95 0.12 0.07 ind:imp:3p; -gazouillait gazouiller VER 0.79 0.95 0.03 0.20 ind:imp:3s; -gazouillant gazouiller VER 0.79 0.95 0.20 0.20 par:pre; -gazouillante gazouillant ADJ f s 0.14 0.27 0.00 0.14 -gazouillants gazouillant ADJ m p 0.14 0.27 0.00 0.07 -gazouille gazouiller VER 0.79 0.95 0.13 0.14 imp:pre:2s;ind:pre:3s; -gazouillement gazouillement NOM m s 0.13 0.20 0.12 0.14 -gazouillements gazouillement NOM m p 0.13 0.20 0.01 0.07 -gazouillent gazouiller VER 0.79 0.95 0.17 0.14 ind:pre:3p; -gazouiller gazouiller VER 0.79 0.95 0.11 0.14 inf; -gazouilles gazouiller VER 0.79 0.95 0.03 0.00 ind:pre:2s; -gazouilleurs gazouilleur ADJ m p 0.00 0.07 0.00 0.07 -gazouillis gazouillis NOM m 0.30 1.62 0.30 1.62 -gazpacho gazpacho NOM m s 0.22 0.00 0.22 0.00 -gazé gazé ADJ m s 0.32 0.20 0.17 0.07 -gazée gazer VER f s 5.39 1.82 0.01 0.07 par:pas; -gazées gazer VER f p 5.39 1.82 0.02 0.00 par:pas; -gazéifier gazéifier VER 0.02 0.00 0.01 0.00 inf; -gazéifiée gazéifier VER f s 0.02 0.00 0.01 0.00 par:pas; -gazés gazer VER m p 5.39 1.82 0.75 0.07 par:pas; -geôle geôle NOM f s 0.27 2.36 0.09 1.89 -geôles geôle NOM f p 0.27 2.36 0.18 0.47 -geôlier geôlier NOM m s 1.60 5.00 1.05 2.97 -geôliers geôlier NOM m p 1.60 5.00 0.54 1.55 -geôlière geôlier NOM f s 1.60 5.00 0.01 0.27 -geôlières geôlier NOM f p 1.60 5.00 0.00 0.20 -geai geai NOM m s 0.27 1.62 0.24 0.81 -geais geai NOM m p 0.27 1.62 0.03 0.81 -gecko gecko NOM m s 0.32 0.00 0.26 0.00 -geckos gecko NOM m p 0.32 0.00 0.07 0.00 -geez geez NOM m s 0.13 0.00 0.13 0.00 -geignaient geindre VER 0.59 5.68 0.00 0.07 ind:imp:3p; -geignais geindre VER 0.59 5.68 0.02 0.00 ind:imp:2s; -geignait geindre VER 0.59 5.68 0.02 1.35 ind:imp:3s; -geignant geignant ADJ m s 0.10 0.74 0.10 0.27 -geignante geignant ADJ f s 0.10 0.74 0.00 0.34 -geignantes geignant ADJ f p 0.10 0.74 0.00 0.14 -geignard geignard NOM m s 0.22 0.34 0.16 0.20 -geignarde geignard ADJ f s 0.22 2.43 0.10 1.01 -geignardes geignard ADJ f p 0.22 2.43 0.00 0.47 -geignardises geignardise NOM f p 0.00 0.07 0.00 0.07 -geignards geignard ADJ m p 0.22 2.43 0.04 0.14 -geignement geignement NOM m s 0.11 0.61 0.01 0.27 -geignements geignement NOM m p 0.11 0.61 0.10 0.34 -geignent geindre VER 0.59 5.68 0.04 0.14 ind:pre:3p; -geignez geindre VER 0.59 5.68 0.00 0.14 imp:pre:2p;ind:pre:2p; -geignit geindre VER 0.59 5.68 0.00 0.27 ind:pas:3s; -geindre geindre NOM m s 1.41 1.96 1.41 1.96 -geins geindre VER 0.59 5.68 0.16 0.27 imp:pre:2s;ind:pre:1s;ind:pre:2s; -geint geindre VER m s 0.59 5.68 0.14 1.35 ind:pre:3s;par:pas; -geisha geisha NOM f s 2.60 0.47 2.23 0.34 -geishas geisha NOM f p 2.60 0.47 0.37 0.14 -gel gel NOM m s 4.75 6.69 4.61 6.22 -gela geler VER 23.41 17.03 0.00 0.20 ind:pas:3s; -gelaient geler VER 23.41 17.03 0.02 0.47 ind:imp:3p; -gelais geler VER 23.41 17.03 0.07 0.07 ind:imp:1s;ind:imp:2s; -gelait geler VER 23.41 17.03 0.91 1.69 ind:imp:3s; -gelant geler VER 23.41 17.03 0.17 0.27 par:pre; -geler geler VER 23.41 17.03 3.18 2.09 inf; -gelez geler VER 23.41 17.03 0.19 0.14 imp:pre:2p;ind:pre:2p; -geline geline NOM f s 0.01 0.00 0.01 0.00 -gelinotte gelinotte NOM f s 0.00 0.07 0.00 0.07 -gelons geler VER 23.41 17.03 0.03 0.00 imp:pre:1p;ind:pre:1p; -gelât geler VER 23.41 17.03 0.00 0.07 sub:imp:3s; -gels gel NOM m p 4.75 6.69 0.15 0.47 -gelé geler VER m s 23.41 17.03 5.20 2.43 par:pas; -gelée gelée NOM f s 4.31 7.57 3.92 6.42 -gelées geler VER f p 23.41 17.03 0.71 2.09 par:pas; -gelure gelure NOM f s 0.15 0.34 0.02 0.27 -gelures gelure NOM f p 0.15 0.34 0.13 0.07 -gelés geler VER m p 23.41 17.03 0.96 0.68 par:pas; -gemme gemme NOM f s 0.30 0.88 0.12 0.41 -gemmes gemme NOM f p 0.30 0.88 0.19 0.47 -gemmologie gemmologie NOM f s 0.01 0.00 0.01 0.00 -gencive gencive NOM f s 1.35 4.26 0.18 0.81 -gencives gencive NOM f p 1.35 4.26 1.17 3.45 -gendarme gendarme NOM m s 13.67 43.72 5.53 16.15 -gendarmer gendarmer VER 0.01 0.00 0.01 0.00 inf; -gendarmerie gendarmerie NOM f s 4.46 9.32 4.44 8.78 -gendarmeries gendarmerie NOM f p 4.46 9.32 0.01 0.54 -gendarmes gendarme NOM m p 13.67 43.72 8.14 27.57 -gendelettres gendelettre NOM m p 0.00 0.07 0.00 0.07 -gendre gendre NOM m s 5.71 8.11 5.71 7.50 -gendres gendre NOM m p 5.71 8.11 0.00 0.61 -genet genet NOM m s 0.01 0.00 0.01 0.00 -genevois genevois ADJ m 0.00 0.54 0.00 0.27 -genevoises genevois ADJ f p 0.00 0.54 0.00 0.27 -gengis_khan gengis_khan NOM m s 0.00 0.14 0.00 0.14 -gengiskhanide gengiskhanide ADJ s 0.00 0.07 0.00 0.07 -genièvre genièvre NOM m s 0.63 2.16 0.63 2.16 -genou genou NOM m s 54.24 127.91 11.43 23.92 -genouillère genouillère NOM f s 0.19 0.20 0.01 0.00 -genouillères genouillère NOM f p 0.19 0.20 0.17 0.20 -genoux genou NOM m p 54.24 127.91 42.82 103.99 -genre genre NOM m s 221.51 157.91 219.66 155.20 -genres genre NOM m p 221.51 157.91 1.85 2.70 -genreux genreux ADJ m 0.00 0.07 0.00 0.07 -gens gens NOM p 594.29 409.39 594.29 409.39 -gent gent NOM f s 0.49 1.15 0.40 1.15 -gentamicine gentamicine NOM f s 0.04 0.00 0.04 0.00 -gente gent ADJ f s 1.56 1.08 1.39 0.41 -gentes gent ADJ f p 1.56 1.08 0.18 0.68 -genèse genèse NOM f s 0.15 1.01 0.15 1.01 -gentiane gentiane NOM f s 0.15 0.95 0.14 0.61 -gentianes gentiane NOM f p 0.15 0.95 0.01 0.34 -gentil gentil ADJ m s 192.64 64.86 134.11 37.36 -gentilhomme gentilhomme NOM m s 6.89 3.51 5.43 2.43 -gentilhommière gentilhommier NOM f s 0.01 0.68 0.00 0.41 -gentilhommières gentilhommier NOM f p 0.01 0.68 0.01 0.27 -gentilice gentilice ADJ m s 0.00 0.07 0.00 0.07 -gentille gentil ADJ f s 192.64 64.86 41.44 18.31 -gentilles gentil ADJ f p 192.64 64.86 3.12 2.77 -gentillesse gentillesse NOM f s 7.56 17.50 6.96 15.27 -gentillesses gentillesse NOM f p 7.56 17.50 0.60 2.23 -gentillet gentillet ADJ m s 0.17 0.47 0.04 0.34 -gentillets gentillet ADJ m p 0.17 0.47 0.11 0.07 -gentillette gentillet ADJ f s 0.17 0.47 0.02 0.07 -gentils gentil ADJ m p 192.64 64.86 13.98 6.42 -gentilshommes gentilhomme NOM m p 6.89 3.51 1.47 1.08 -gentiment gentiment ADV 11.32 21.76 11.32 21.76 -gentleman_farmer gentleman_farmer NOM m s 0.14 0.27 0.14 0.20 -gentleman gentleman NOM m s 13.08 4.19 10.31 2.97 -gentleman_farmer gentleman_farmer NOM m p 0.14 0.27 0.00 0.07 -gentlemen gentleman NOM m p 13.08 4.19 2.77 1.22 -gentry gentry NOM f s 0.28 0.00 0.28 0.00 -gents gent NOM f p 0.49 1.15 0.09 0.00 -genêt genêt NOM m s 0.25 5.34 0.23 1.49 -genêtière genêtière NOM f s 0.00 0.07 0.00 0.07 -genêts genêt NOM m p 0.25 5.34 0.01 3.85 -genévrier genévrier NOM m s 0.29 0.88 0.27 0.27 -genévriers genévrier NOM m p 0.29 0.88 0.02 0.61 -gerba gerber VER 8.28 4.66 0.13 0.07 ind:pas:3s; -gerbaient gerber VER 8.28 4.66 0.02 0.00 ind:imp:3p; -gerbais gerber VER 8.28 4.66 0.10 0.14 ind:imp:1s;ind:imp:2s; -gerbait gerber VER 8.28 4.66 0.06 0.20 ind:imp:3s; -gerbant gerber VER 8.28 4.66 0.17 0.14 par:pre; -gerbe gerbe NOM f s 2.06 14.19 1.69 6.49 -gerbent gerber VER 8.28 4.66 0.05 0.07 ind:pre:3p; -gerber gerber VER 8.28 4.66 6.49 2.64 inf; -gerberais gerber VER 8.28 4.66 0.01 0.00 cnd:pre:1s; -gerberas gerbera NOM m p 0.01 0.20 0.01 0.20 -gerbes gerbe NOM f p 2.06 14.19 0.38 7.70 -gerbeuse gerbeur NOM f s 0.04 0.14 0.04 0.07 -gerbeuses gerbeur NOM f p 0.04 0.14 0.00 0.07 -gerbier gerbier NOM m s 0.45 0.14 0.45 0.07 -gerbille gerbille NOM f s 0.29 0.00 0.29 0.00 -gerbière gerbier NOM f s 0.45 0.14 0.00 0.07 -gerboise gerboise NOM f s 0.06 0.14 0.04 0.14 -gerboises gerboise NOM f p 0.06 0.14 0.02 0.00 -gerbèrent gerber VER 8.28 4.66 0.01 0.00 ind:pas:3p; -gerbé gerber VER m s 8.28 4.66 0.82 0.68 par:pas; -gerbée gerber VER f s 8.28 4.66 0.00 0.07 par:pas; -gerbées gerber VER f p 8.28 4.66 0.00 0.07 par:pas; -gerbés gerber VER m p 8.28 4.66 0.00 0.07 par:pas; -gerce gercer VER 0.26 1.76 0.01 0.00 ind:pre:3s; -gercent gercer VER 0.26 1.76 0.00 0.14 ind:pre:3p; -gercer gercer VER 0.26 1.76 0.01 0.07 inf; -gerces gerce NOM f p 0.00 0.07 0.00 0.07 -gercèrent gercer VER 0.26 1.76 0.00 0.07 ind:pas:3p; -gercé gercer VER m s 0.26 1.76 0.01 0.20 par:pas; -gercée gercer VER f s 0.26 1.76 0.00 0.27 par:pas; -gercées gercer VER f p 0.26 1.76 0.23 0.68 par:pas; -gercés gercer VER m p 0.26 1.76 0.00 0.27 par:pas; -gerfaut gerfaut NOM m s 0.03 0.07 0.03 0.00 -gerfauts gerfaut NOM m p 0.03 0.07 0.00 0.07 -germa germer VER 1.02 3.04 0.02 0.14 ind:pas:3s; -germaient germer VER 1.02 3.04 0.00 0.14 ind:imp:3p; -germain germain ADJ m s 1.38 2.23 0.91 0.88 -germaine germain ADJ f s 1.38 2.23 0.25 0.47 -germaines germain ADJ f p 1.38 2.23 0.01 0.27 -germains germain NOM m p 0.45 1.15 0.45 1.15 -germait germer VER 1.02 3.04 0.10 0.27 ind:imp:3s; -germanique germanique ADJ s 1.18 4.73 0.69 3.45 -germaniques germanique ADJ p 1.18 4.73 0.49 1.28 -germanisation germanisation NOM f s 0.01 0.00 0.01 0.00 -germanisme germanisme NOM m s 0.00 0.20 0.00 0.20 -germaniste germaniste NOM s 0.00 0.07 0.00 0.07 -germanité germanité NOM f s 0.02 0.00 0.02 0.00 -germanium germanium NOM m s 0.00 0.07 0.00 0.07 -germano_anglais germano_anglais ADJ f p 0.00 0.07 0.00 0.07 -germano_belge germano_belge ADJ f s 0.01 0.00 0.01 0.00 -germano_irlandais germano_irlandais ADJ m 0.03 0.00 0.03 0.00 -germano_russe germano_russe ADJ m s 0.00 0.27 0.00 0.27 -germano_soviétique germano_soviétique ADJ s 0.00 1.82 0.00 1.82 -germano germano ADV 0.20 0.00 0.20 0.00 -germanophile germanophile NOM s 0.00 0.07 0.00 0.07 -germanophilie germanophilie NOM f s 0.00 0.07 0.00 0.07 -germanophone germanophone ADJ s 0.01 0.00 0.01 0.00 -germant germant ADJ m s 0.00 0.07 0.00 0.07 -germe germe NOM m s 1.98 3.78 0.55 2.03 -germen germen NOM m s 0.00 0.07 0.00 0.07 -germent germer VER 1.02 3.04 0.05 0.20 ind:pre:3p; -germer germer VER 1.02 3.04 0.23 1.01 inf; -germera germer VER 1.02 3.04 0.01 0.00 ind:fut:3s; -germerait germer VER 1.02 3.04 0.10 0.07 cnd:pre:3s; -germes germe NOM m p 1.98 3.78 1.42 1.76 -germinal germinal NOM m s 0.00 0.14 0.00 0.14 -germinale germinal ADJ f s 0.01 0.14 0.01 0.07 -germination germination NOM f s 0.01 0.54 0.00 0.34 -germinations germination NOM f p 0.01 0.54 0.01 0.20 -germé germer VER m s 1.02 3.04 0.39 0.47 par:pas; -germée germer VER f s 1.02 3.04 0.00 0.07 par:pas; -germées germé ADJ f p 0.02 0.27 0.00 0.20 -gerris gerris NOM m 0.03 0.00 0.03 0.00 -gerçait gercer VER 0.26 1.76 0.00 0.07 ind:imp:3s; -gerçures gerçure NOM f p 0.01 0.61 0.01 0.61 -gestapiste gestapiste NOM m s 0.00 0.14 0.00 0.14 -gestapo gestapo NOM f s 0.69 1.69 0.69 1.69 -gestation gestation NOM f s 0.53 1.82 0.53 1.76 -gestations gestation NOM f p 0.53 1.82 0.00 0.07 -geste geste NOM s 40.78 271.08 31.41 172.03 -gestes geste NOM p 40.78 271.08 9.36 99.05 -gesticula gesticuler VER 0.99 6.96 0.00 0.14 ind:pas:3s; -gesticulai gesticuler VER 0.99 6.96 0.00 0.07 ind:pas:1s; -gesticulaient gesticuler VER 0.99 6.96 0.00 0.54 ind:imp:3p; -gesticulais gesticuler VER 0.99 6.96 0.00 0.07 ind:imp:1s; -gesticulait gesticuler VER 0.99 6.96 0.02 1.62 ind:imp:3s; -gesticulant gesticuler VER 0.99 6.96 0.01 1.49 par:pre; -gesticulante gesticulant ADJ f s 0.01 1.42 0.00 0.47 -gesticulantes gesticulant ADJ f p 0.01 1.42 0.00 0.07 -gesticulants gesticulant ADJ m p 0.01 1.42 0.00 0.41 -gesticulateurs gesticulateur NOM m p 0.01 0.07 0.01 0.07 -gesticulation gesticulation NOM f s 0.21 1.69 0.15 0.88 -gesticulations gesticulation NOM f p 0.21 1.69 0.06 0.81 -gesticulatoire gesticulatoire ADJ s 0.00 0.07 0.00 0.07 -gesticule gesticuler VER 0.99 6.96 0.35 0.95 imp:pre:2s;ind:pre:1s;ind:pre:3s; -gesticulent gesticuler VER 0.99 6.96 0.00 0.68 ind:pre:3p; -gesticuler gesticuler VER 0.99 6.96 0.58 1.35 inf; -gesticules gesticuler VER 0.99 6.96 0.01 0.00 ind:pre:2s; -gesticulé gesticuler VER m s 0.99 6.96 0.01 0.07 par:pas; -gestion gestion NOM f s 4.23 2.30 4.23 2.30 -gestionnaire gestionnaire NOM s 0.15 0.14 0.08 0.07 -gestionnaires gestionnaire NOM p 0.15 0.14 0.07 0.07 -gestuel gestuel ADJ m s 0.04 0.07 0.02 0.00 -gestuelle gestuel NOM f s 0.07 0.14 0.07 0.14 -geyser geyser NOM m s 0.22 1.01 0.17 0.61 -geysers geyser NOM m p 0.22 1.01 0.05 0.41 -ghanéens ghanéen ADJ m p 0.00 0.07 0.00 0.07 -ghetto ghetto NOM m s 5.42 3.24 5.00 2.77 -ghettos ghetto NOM m p 5.42 3.24 0.41 0.47 -ghât ghât NOM m s 0.00 0.27 0.00 0.27 -gi gi ADV 1.18 0.14 1.18 0.14 -giaour giaour NOM m s 0.10 0.54 0.10 0.34 -giaours giaour NOM m p 0.10 0.54 0.00 0.20 -gibbeuse gibbeux ADJ f s 0.00 0.20 0.00 0.07 -gibbeux gibbeux ADJ m s 0.00 0.20 0.00 0.14 -gibbon gibbon NOM m s 0.19 0.14 0.02 0.07 -gibbons gibbon NOM m p 0.19 0.14 0.16 0.07 -gibbosité gibbosité NOM f s 0.00 0.14 0.00 0.14 -gibecière gibecière NOM f s 0.00 1.55 0.00 1.28 -gibecières gibecière NOM f p 0.00 1.55 0.00 0.27 -gibelet gibelet NOM m s 0.00 0.20 0.00 0.20 -gibelin gibelin NOM m s 0.01 0.14 0.01 0.00 -gibeline gibelin ADJ f s 0.00 0.07 0.00 0.07 -gibelins gibelin NOM m p 0.01 0.14 0.00 0.14 -gibelotte gibelotte NOM f s 0.00 0.47 0.00 0.41 -gibelottes gibelotte NOM f p 0.00 0.47 0.00 0.07 -giberne giberne NOM f s 0.00 0.68 0.00 0.34 -gibernes giberne NOM f p 0.00 0.68 0.00 0.34 -gibet gibet NOM m s 1.43 1.89 1.09 1.35 -gibets gibet NOM m p 1.43 1.89 0.34 0.54 -gibier gibier NOM m s 6.50 11.69 5.79 10.88 -gibiers gibier NOM m p 6.50 11.69 0.70 0.81 -giboulée giboulée NOM f s 0.03 1.28 0.03 0.34 -giboulées giboulée NOM f p 0.03 1.28 0.00 0.95 -giboyeuse giboyeux ADJ f s 0.01 0.68 0.00 0.41 -giboyeuses giboyeux ADJ f p 0.01 0.68 0.00 0.07 -giboyeux giboyeux ADJ m 0.01 0.68 0.01 0.20 -gibus gibus NOM m 0.01 1.01 0.01 1.01 -gicla gicler VER 3.68 7.97 0.00 0.74 ind:pas:3s; -giclaient gicler VER 3.68 7.97 0.00 0.41 ind:imp:3p; -giclais gicler VER 3.68 7.97 0.00 0.14 ind:imp:1s; -giclait gicler VER 3.68 7.97 0.07 1.76 ind:imp:3s; -giclant gicler VER 3.68 7.97 0.00 0.20 par:pre; -gicle gicler VER 3.68 7.97 1.69 1.76 imp:pre:2s;ind:pre:1s;ind:pre:3s; -giclement giclement NOM m s 0.00 0.14 0.00 0.07 -giclements giclement NOM m p 0.00 0.14 0.00 0.07 -giclent gicler VER 3.68 7.97 0.04 0.20 ind:pre:3p; -gicler gicler VER 3.68 7.97 0.76 2.16 inf; -giclera gicler VER 3.68 7.97 0.02 0.00 ind:fut:3s; -gicleront gicler VER 3.68 7.97 0.01 0.00 ind:fut:3p; -gicles gicler VER 3.68 7.97 0.45 0.00 ind:pre:2s; -gicleur gicleur NOM m s 0.45 0.07 0.45 0.07 -giclez gicler VER 3.68 7.97 0.01 0.00 imp:pre:2p; -giclèrent gicler VER 3.68 7.97 0.00 0.07 ind:pas:3p; -giclé gicler VER m s 3.68 7.97 0.62 0.47 par:pas; -giclée giclée NOM f s 0.38 3.65 0.35 2.77 -giclées giclée NOM f p 0.38 3.65 0.02 0.88 -gidien gidien ADJ m s 0.00 0.20 0.00 0.07 -gidienne gidien ADJ f s 0.00 0.20 0.00 0.07 -gidiennes gidien ADJ f p 0.00 0.20 0.00 0.07 -gidouille gidouille NOM f s 0.00 0.20 0.00 0.20 -gifla gifler VER 6.77 15.88 0.11 2.70 ind:pas:3s; -giflai gifler VER 6.77 15.88 0.00 0.07 ind:pas:1s; -giflaient gifler VER 6.77 15.88 0.01 0.41 ind:imp:3p; -giflais gifler VER 6.77 15.88 0.16 0.07 ind:imp:1s; -giflait gifler VER 6.77 15.88 0.07 1.35 ind:imp:3s; -giflant gifler VER 6.77 15.88 0.01 0.68 par:pre; -gifle gifle NOM f s 4.47 16.01 3.60 9.86 -giflent gifler VER 6.77 15.88 0.00 0.41 ind:pre:3p; -gifler gifler VER 6.77 15.88 1.96 4.05 inf; -giflera gifler VER 6.77 15.88 0.03 0.00 ind:fut:3s; -giflerai gifler VER 6.77 15.88 0.01 0.00 ind:fut:1s; -giflerais gifler VER 6.77 15.88 0.10 0.14 cnd:pre:1s;cnd:pre:2s; -giflerait gifler VER 6.77 15.88 0.07 0.00 cnd:pre:3s; -gifles gifle NOM f p 4.47 16.01 0.88 6.15 -gifleuse gifleur NOM f s 0.01 0.07 0.01 0.07 -giflez gifler VER 6.77 15.88 0.14 0.00 imp:pre:2p;ind:pre:2p; -giflât gifler VER 6.77 15.88 0.00 0.20 sub:imp:3s; -giflé gifler VER m s 6.77 15.88 1.63 2.36 par:pas; -giflée gifler VER f s 6.77 15.88 0.84 1.08 par:pas; -giflées gifler VER f p 6.77 15.88 0.01 0.14 par:pas; -giflés gifler VER m p 6.77 15.88 0.00 0.41 par:pas; -gifts gift NOM m p 0.02 0.00 0.02 0.00 -gig gig NOM m s 0.15 0.14 0.15 0.14 -giga giga ADJ s 0.23 0.14 0.19 0.14 -gigabits gigabit NOM m p 0.05 0.00 0.05 0.00 -gigahertz gigahertz NOM m 0.07 0.00 0.07 0.00 -gigantesque gigantesque ADJ s 4.59 21.69 3.87 15.81 -gigantesques gigantesque ADJ p 4.59 21.69 0.72 5.88 -gigantisme gigantisme NOM m s 0.20 0.34 0.20 0.27 -gigantismes gigantisme NOM m p 0.20 0.34 0.00 0.07 -gigantomachie gigantomachie NOM f s 0.00 0.14 0.00 0.14 -gigaoctets gigaoctet NOM m p 0.01 0.00 0.01 0.00 -gigas giga ADJ p 0.23 0.14 0.04 0.00 -gigogne gigogne ADJ f s 0.03 0.81 0.01 0.54 -gigognes gigogne ADJ p 0.03 0.81 0.02 0.27 -gigolette gigolette NOM f s 0.14 0.14 0.14 0.14 -gigolo gigolo NOM m s 1.23 2.30 1.01 1.69 -gigolos gigolo NOM m p 1.23 2.30 0.22 0.61 -gigolpince gigolpince NOM m s 0.01 1.01 0.01 0.81 -gigolpinces gigolpince NOM m p 0.01 1.01 0.00 0.20 -gigot gigot NOM m s 1.46 3.92 1.41 3.18 -gigota gigoter VER 1.85 3.31 0.00 0.07 ind:pas:3s; -gigotaient gigoter VER 1.85 3.31 0.01 0.47 ind:imp:3p; -gigotait gigoter VER 1.85 3.31 0.05 0.68 ind:imp:3s; -gigotant gigoter VER 1.85 3.31 0.03 0.34 par:pre; -gigote gigoter VER 1.85 3.31 0.43 0.41 imp:pre:2s;ind:pre:1s;ind:pre:3s; -gigotements gigotement NOM m p 0.00 0.34 0.00 0.34 -gigotent gigoter VER 1.85 3.31 0.04 0.47 ind:pre:3p; -gigoter gigoter VER 1.85 3.31 1.07 0.88 inf; -gigotes gigoter VER 1.85 3.31 0.04 0.00 ind:pre:2s; -gigotez gigoter VER 1.85 3.31 0.17 0.00 imp:pre:2p;ind:pre:2p; -gigots gigot NOM m p 1.46 3.92 0.05 0.74 -gigoté gigoter VER m s 1.85 3.31 0.01 0.00 par:pas; -gigue gigue NOM f s 0.32 1.22 0.32 1.22 -gilbert gilbert NOM m s 0.00 0.20 0.00 0.20 -gilet gilet NOM m s 6.06 15.14 5.13 13.72 -giletières giletier NOM f p 0.00 0.07 0.00 0.07 -gilets gilet NOM m p 6.06 15.14 0.93 1.42 -gilles gille NOM m p 2.43 0.41 2.43 0.41 -gimmick gimmick NOM m s 0.01 0.14 0.01 0.07 -gimmicks gimmick NOM m p 0.01 0.14 0.00 0.07 -gin_fizz gin_fizz NOM m 0.04 1.01 0.04 1.01 -gin_rami gin_rami NOM m s 0.04 0.07 0.04 0.07 -gin_rummy gin_rummy NOM m s 0.05 0.14 0.05 0.14 -gin gin NOM m s 6.24 4.39 6.15 4.32 -gineste gineste NOM m s 0.01 0.41 0.01 0.41 -gingembre gingembre NOM m s 1.50 0.88 1.50 0.88 -gingin gingin NOM m s 0.00 0.14 0.00 0.14 -gingivite gingivite NOM f s 0.18 0.00 0.18 0.00 -ginkgo ginkgo NOM m s 0.06 0.00 0.06 0.00 -gins gin NOM m p 6.24 4.39 0.09 0.07 -ginseng ginseng NOM m s 0.49 0.20 0.49 0.20 -giocoso giocoso ADJ m s 0.00 0.07 0.00 0.07 -gipsy gipsy NOM s 0.03 0.00 0.03 0.00 -girafe girafe NOM f s 3.50 3.18 2.71 1.89 -girafeau girafeau NOM m s 0.01 0.00 0.01 0.00 -girafes girafe NOM f p 3.50 3.18 0.79 1.28 -girafon girafon NOM m s 0.01 0.00 0.01 0.00 -girandes girande NOM f p 0.00 0.07 0.00 0.07 -girandole girandole NOM f s 0.00 0.74 0.00 0.07 -girandoles girandole NOM f p 0.00 0.74 0.00 0.68 -giration giration NOM f s 0.01 0.68 0.00 0.61 -girations giration NOM f p 0.01 0.68 0.01 0.07 -giratoire giratoire ADJ f s 0.02 0.07 0.02 0.07 -giraudistes giraudiste NOM p 0.00 0.07 0.00 0.07 -gire gire NOM m s 0.00 0.14 0.00 0.07 -girelles girel NOM f p 0.00 0.07 0.00 0.07 -girer girer VER 0.00 0.07 0.00 0.07 inf; -gires gire NOM m p 0.00 0.14 0.00 0.07 -girie girie NOM f s 0.00 0.27 0.00 0.07 -giries girie NOM f p 0.00 0.27 0.00 0.20 -girl_scout girl_scout NOM f s 0.06 0.14 0.06 0.14 -girl_friend girl_friend NOM f s 0.14 0.00 0.14 0.00 -girl girl NOM f s 7.47 9.59 4.41 1.89 -girls girl NOM f p 7.47 9.59 3.06 7.70 -girofle girofle NOM m s 0.83 0.81 0.81 0.74 -girofles girofle NOM m p 0.83 0.81 0.01 0.07 -giroflier giroflier NOM m s 0.00 0.07 0.00 0.07 -giroflée giroflée NOM f s 0.24 0.88 0.22 0.07 -giroflées giroflée NOM f p 0.24 0.88 0.02 0.81 -girolle girolle NOM f s 0.29 0.88 0.01 0.07 -girolles girolle NOM f p 0.29 0.88 0.28 0.81 -giron giron NOM m s 0.39 2.03 0.39 2.03 -girond girond ADJ m s 0.17 1.96 0.01 0.07 -gironde girond ADJ f s 0.17 1.96 0.15 1.35 -girondes girond ADJ f p 0.17 1.96 0.00 0.47 -girondin girondin ADJ m s 0.00 0.54 0.00 0.14 -girondine girondin ADJ f s 0.00 0.54 0.00 0.07 -girondines girondin ADJ f p 0.00 0.54 0.00 0.07 -girondins girondin ADJ m p 0.00 0.54 0.00 0.27 -gironds girond ADJ m p 0.17 1.96 0.01 0.07 -girouettait girouetter VER 0.00 0.14 0.00 0.07 ind:imp:3s; -girouettant girouetter VER 0.00 0.14 0.00 0.07 par:pre; -girouette girouette NOM f s 0.66 2.36 0.47 1.76 -girouettes girouette NOM f p 0.66 2.36 0.19 0.61 -gis gésir VER 4.77 15.68 0.26 0.00 ind:pre:1s;ind:pre:2s; -gisaient gésir VER 4.77 15.68 0.11 2.50 ind:imp:3p; -gisais gésir VER 4.77 15.68 0.49 0.27 ind:imp:1s;ind:imp:2s; -gisait gésir VER 4.77 15.68 1.20 7.30 ind:imp:3s; -gisant gésir VER 4.77 15.68 0.33 1.35 par:pre; -gisante gisant ADJ f s 0.33 1.89 0.14 0.41 -gisantes gisant ADJ f p 0.33 1.89 0.00 0.14 -gisants gisant NOM m p 0.02 2.57 0.00 1.22 -gisement gisement NOM m s 1.25 0.95 0.73 0.61 -gisements gisement NOM m p 1.25 0.95 0.53 0.34 -gisent gésir VER 4.77 15.68 0.22 1.42 ind:pre:3p; -gisions gésir VER 4.77 15.68 0.00 0.14 ind:imp:1p; -gisquette gisquette NOM f s 0.00 1.42 0.00 0.68 -gisquettes gisquette NOM f p 0.00 1.42 0.00 0.74 -gitan gitan NOM m s 7.50 8.72 1.60 1.89 -gitane gitan NOM f s 7.50 8.72 2.32 3.11 -gitanes gitan NOM f p 7.50 8.72 0.18 1.76 -gitans gitan NOM m p 7.50 8.72 3.39 1.96 -giton giton NOM m s 1.25 0.68 1.23 0.47 -gitons giton NOM m p 1.25 0.68 0.02 0.20 -givrage givrage NOM m s 0.01 0.00 0.01 0.00 -givrait givrer VER 1.59 1.35 0.01 0.20 ind:imp:3s; -givrante givrant ADJ f s 0.01 0.07 0.01 0.07 -givre givre NOM m s 0.33 5.14 0.32 5.07 -givrer givrer VER 1.59 1.35 0.01 0.14 inf; -givres givre NOM m p 0.33 5.14 0.01 0.07 -givré givré ADJ m s 1.52 2.23 1.00 0.61 -givrée givrer VER f s 1.59 1.35 0.67 0.34 par:pas; -givrées givré ADJ f p 1.52 2.23 0.04 0.14 -givrés givré ADJ m p 1.52 2.23 0.22 0.47 -gla_gla gla_gla ADJ m s 0.00 0.14 0.00 0.14 -glaïeul glaïeul NOM m s 0.38 1.89 0.01 0.00 -glaïeuls glaïeul NOM m p 0.38 1.89 0.36 1.89 -glabelle glabelle NOM f s 0.01 0.00 0.01 0.00 -glabre glabre ADJ s 0.06 2.64 0.05 1.69 -glabres glabre ADJ p 0.06 2.64 0.01 0.95 -glace glace NOM f s 66.82 91.01 58.09 76.01 -glacent glacer VER 7.21 25.74 0.03 0.81 ind:pre:3p; -glacer glacer VER 7.21 25.74 0.30 0.95 inf; -glacera glacer VER 7.21 25.74 0.04 0.00 ind:fut:3s; -glaceront glacer VER 7.21 25.74 0.00 0.07 ind:fut:3p; -glaces glace NOM f p 66.82 91.01 8.73 15.00 -glacez glacer VER 7.21 25.74 0.01 0.00 ind:pre:2p; -glaciaire glaciaire ADJ s 0.58 0.34 0.50 0.14 -glaciaires glaciaire ADJ p 0.58 0.34 0.09 0.20 -glacial glacial ADJ m s 3.81 13.92 2.44 8.18 -glaciale glacial ADJ f s 3.81 13.92 1.30 4.46 -glacialement glacialement ADV 0.10 0.07 0.10 0.07 -glaciales glacial ADJ f p 3.81 13.92 0.07 1.01 -glacials glacial ADJ m p 3.81 13.92 0.00 0.14 -glaciation glaciation NOM f s 0.03 0.34 0.03 0.27 -glaciations glaciation NOM f p 0.03 0.34 0.00 0.07 -glaciaux glacial ADJ m p 3.81 13.92 0.00 0.14 -glacier glacier NOM m s 5.00 3.72 4.34 2.16 -glaciers glacier NOM m p 5.00 3.72 0.67 1.55 -glaciologue glaciologue NOM s 0.14 0.00 0.14 0.00 -glacis glacis NOM m 0.02 3.58 0.02 3.58 -glacière glacière NOM f s 1.60 2.91 1.44 2.64 -glacières glacière NOM f p 1.60 2.91 0.17 0.27 -glacèrent glacer VER 7.21 25.74 0.14 0.20 ind:pas:3p; -glacé glacé ADJ m s 11.42 40.27 5.28 17.50 -glacée glacé ADJ f s 11.42 40.27 4.67 13.85 -glacées glacé ADJ f p 11.42 40.27 0.64 4.59 -glacés glacé ADJ m p 11.42 40.27 0.84 4.32 -gladiateur gladiateur NOM m s 2.84 1.62 1.38 0.74 -gladiateurs gladiateur NOM m p 2.84 1.62 1.46 0.88 -gladiatrices gladiatrice NOM f p 0.04 0.00 0.04 0.00 -glaglate glaglater VER 0.00 0.54 0.00 0.47 ind:pre:1s;ind:pre:3s; -glaglater glaglater VER 0.00 0.54 0.00 0.07 inf; -glaire glaire NOM f s 0.48 1.35 0.22 0.34 -glaires glaire NOM f p 0.48 1.35 0.26 1.01 -glaireuse glaireux ADJ f s 0.02 1.42 0.00 0.41 -glaireuses glaireux ADJ f p 0.02 1.42 0.00 0.20 -glaireux glaireux ADJ m 0.02 1.42 0.02 0.81 -glaise glaise NOM f s 1.71 8.85 1.71 8.72 -glaises glaise NOM f p 1.71 8.85 0.00 0.14 -glaiseuse glaiseux ADJ f s 0.00 1.15 0.00 0.14 -glaiseuses glaiseux ADJ f p 0.00 1.15 0.00 0.07 -glaiseux glaiseux ADJ m 0.00 1.15 0.00 0.95 -glaive glaive NOM m s 1.95 4.39 1.71 3.85 -glaives glaive NOM m p 1.95 4.39 0.24 0.54 -glamour glamour NOM m s 1.49 0.07 1.49 0.07 -glana glaner VER 1.20 4.93 0.00 0.14 ind:pas:3s; -glanage glanage NOM m s 0.18 0.00 0.18 0.00 -glanaient glaner VER 1.20 4.93 0.00 0.14 ind:imp:3p; -glanais glaner VER 1.20 4.93 0.00 0.07 ind:imp:1s; -glanait glaner VER 1.20 4.93 0.02 0.68 ind:imp:3s; -glanant glaner VER 1.20 4.93 0.14 0.41 par:pre; -gland gland NOM m s 2.95 5.27 2.14 3.04 -glandage glandage NOM m s 0.03 0.00 0.03 0.00 -glandais glander VER 2.88 2.57 0.05 0.07 ind:imp:1s; -glandait glander VER 2.88 2.57 0.03 0.14 ind:imp:3s; -glande glander VER 2.88 2.57 0.86 0.88 ind:pre:1s;ind:pre:3s; -glandent glander VER 2.88 2.57 0.04 0.20 ind:pre:3p; -glander glander VER 2.88 2.57 1.37 1.15 inf; -glandes glande NOM f p 2.20 4.66 1.46 4.32 -glandeur glandeur NOM m s 0.48 0.41 0.33 0.14 -glandeurs glandeur NOM m p 0.48 0.41 0.15 0.27 -glandez glander VER 2.88 2.57 0.08 0.07 ind:pre:2p; -glandiez glander VER 2.88 2.57 0.02 0.00 ind:imp:2p; -glandilleuse glandilleuse ADJ m s 0.00 0.68 0.00 0.34 -glandilleuses glandilleuse ADJ m p 0.00 0.68 0.00 0.34 -glandilleux glandilleux ADJ m 0.00 1.22 0.00 1.22 -glandons glander VER 2.88 2.57 0.01 0.00 ind:pre:1p; -glandouillant glandouiller VER 0.13 0.74 0.01 0.00 par:pre; -glandouille glandouiller VER 0.13 0.74 0.01 0.27 ind:pre:1s;ind:pre:3s; -glandouiller glandouiller VER 0.13 0.74 0.10 0.41 inf; -glandouilleur glandouilleur NOM m s 0.00 0.07 0.00 0.07 -glandouillez glandouiller VER 0.13 0.74 0.01 0.00 ind:pre:2p; -glandouillé glandouiller VER m s 0.13 0.74 0.00 0.07 par:pas; -glands gland NOM m p 2.95 5.27 0.81 2.23 -glandé glander VER m s 2.88 2.57 0.21 0.07 par:pas; -glandu glandu NOM s 0.57 0.00 0.31 0.00 -glandulaire glandulaire ADJ s 0.19 0.74 0.06 0.41 -glandulaires glandulaire ADJ p 0.19 0.74 0.12 0.34 -glanduleuse glanduleux ADJ f s 0.00 0.07 0.00 0.07 -glandus glandu NOM p 0.57 0.00 0.26 0.00 -glane glaner VER 1.20 4.93 0.25 0.20 ind:pre:1s;ind:pre:3s; -glanent glaner VER 1.20 4.93 0.02 0.14 ind:pre:3p; -glaner glaner VER 1.20 4.93 0.62 1.69 inf; -glanes glane NOM f p 0.00 0.14 0.00 0.07 -glaneur glaneur NOM m s 0.18 0.00 0.06 0.00 -glaneuse glaneur NOM f s 0.18 0.00 0.13 0.00 -glanez glaner VER 1.20 4.93 0.01 0.00 ind:pre:2p; -glané glaner VER m s 1.20 4.93 0.09 0.27 par:pas; -glanée glaner VER f s 1.20 4.93 0.00 0.27 par:pas; -glanées glaner VER f p 1.20 4.93 0.01 0.47 par:pas; -glanure glanure NOM f s 0.00 0.07 0.00 0.07 -glanés glaner VER m p 1.20 4.93 0.05 0.47 par:pas; -glapi glapir VER m s 0.23 6.76 0.00 0.41 par:pas; -glapie glapir VER f s 0.23 6.76 0.00 0.07 par:pas; -glapir glapir VER 0.23 6.76 0.04 1.22 inf; -glapirent glapir VER 0.23 6.76 0.00 0.14 ind:pas:3p; -glapissaient glapir VER 0.23 6.76 0.14 0.20 ind:imp:3p; -glapissait glapir VER 0.23 6.76 0.00 0.81 ind:imp:3s; -glapissant glapir VER 0.23 6.76 0.01 0.61 par:pre; -glapissante glapissant ADJ f s 0.01 0.61 0.00 0.34 -glapissantes glapissant ADJ f p 0.01 0.61 0.00 0.07 -glapissants glapissant ADJ m p 0.01 0.61 0.01 0.07 -glapissement glapissement NOM m s 0.02 1.76 0.02 0.81 -glapissements glapissement NOM m p 0.02 1.76 0.00 0.95 -glapissent glapir VER 0.23 6.76 0.00 0.14 ind:pre:3p; -glapisseurs glapisseur ADJ m p 0.01 0.00 0.01 0.00 -glapissions glapir VER 0.23 6.76 0.00 0.07 ind:imp:1p; -glapit glapir VER 0.23 6.76 0.04 3.11 ind:pre:3s;ind:pas:3s; -glaréole glaréole NOM f s 0.04 0.00 0.04 0.00 -glas glas NOM m 1.28 4.05 1.28 4.05 -glasnost glasnost NOM f s 0.03 0.00 0.03 0.00 -glass glass NOM m 1.23 1.28 1.05 1.28 -glasses glass NOM m p 1.23 1.28 0.17 0.00 -glaça glacer VER 7.21 25.74 0.01 1.49 ind:pas:3s; -glaçage glaçage NOM m s 0.77 0.07 0.75 0.07 -glaçages glaçage NOM m p 0.77 0.07 0.01 0.00 -glaçaient glacer VER 7.21 25.74 0.01 0.47 ind:imp:3p; -glaçais glacer VER 7.21 25.74 0.00 0.07 ind:imp:1s; -glaçait glacer VER 7.21 25.74 0.06 2.97 ind:imp:3s; -glaçant glacer VER 7.21 25.74 0.04 0.07 par:pre; -glaçante glaçant ADJ f s 0.04 0.27 0.01 0.27 -glaçon glaçon NOM m s 7.40 5.47 1.55 0.95 -glaçons glaçon NOM m p 7.40 5.47 5.85 4.53 -glaçure glaçure NOM f s 0.00 0.14 0.00 0.07 -glaçures glaçure NOM f p 0.00 0.14 0.00 0.07 -glaucome glaucome NOM m s 0.27 0.20 0.27 0.20 -glauque glauque ADJ s 1.40 9.32 1.12 6.82 -glauquement glauquement ADV 0.00 0.07 0.00 0.07 -glauques glauque ADJ p 1.40 9.32 0.28 2.50 -glaviot glaviot NOM m s 0.13 1.35 0.11 0.74 -glaviotaient glavioter VER 0.02 1.22 0.00 0.07 ind:imp:3p; -glaviotait glavioter VER 0.02 1.22 0.00 0.14 ind:imp:3s; -glaviotant glavioter VER 0.02 1.22 0.00 0.14 par:pre; -glaviote glavioter VER 0.02 1.22 0.01 0.34 ind:pre:1s;ind:pre:3s; -glavioter glavioter VER 0.02 1.22 0.01 0.54 inf; -glavioteurs glavioteur NOM m p 0.00 0.07 0.00 0.07 -glaviots glaviot NOM m p 0.13 1.35 0.02 0.61 -glaviotte glaviotter VER 0.00 0.07 0.00 0.07 ind:pre:3s; -glide glide NOM m s 0.07 0.00 0.07 0.00 -glioblastome glioblastome NOM m s 0.04 0.00 0.04 0.00 -gliome gliome NOM m s 0.05 0.00 0.05 0.00 -glissa glisser VER 34.74 229.32 0.78 30.61 ind:pas:3s; -glissade glissade NOM f s 0.64 4.26 0.57 2.50 -glissades glissade NOM f p 0.64 4.26 0.07 1.76 -glissai glisser VER 34.74 229.32 0.05 2.43 ind:pas:1s; -glissaient glisser VER 34.74 229.32 0.35 10.14 ind:imp:3p; -glissais glisser VER 34.74 229.32 0.09 2.30 ind:imp:1s;ind:imp:2s; -glissait glisser VER 34.74 229.32 1.00 27.97 ind:imp:3s; -glissandi glissando NOM m p 0.01 0.27 0.00 0.07 -glissando glissando NOM m s 0.01 0.27 0.01 0.14 -glissandos glissando NOM m p 0.01 0.27 0.00 0.07 -glissant glissant ADJ m s 3.54 8.24 1.76 3.18 -glissante glissant ADJ f s 3.54 8.24 1.34 2.64 -glissantes glissant ADJ f p 3.54 8.24 0.35 1.49 -glissants glissant ADJ m p 3.54 8.24 0.09 0.95 -glisse_la_moi glisse_la_moi NOM f s 0.10 0.00 0.10 0.00 -glisse glisser VER 34.74 229.32 8.99 31.96 imp:pre:2s;ind:pre:1s;ind:pre:3s; -glissement glissement NOM m s 0.48 7.50 0.35 6.62 -glissements glissement NOM m p 0.48 7.50 0.13 0.88 -glissent glisser VER 34.74 229.32 1.22 8.65 ind:pre:3p; -glisser glisser VER 34.74 229.32 9.01 61.62 ind:pre:2p;inf; -glissera glisser VER 34.74 229.32 0.17 0.68 ind:fut:3s; -glisserai glisser VER 34.74 229.32 0.41 0.27 ind:fut:1s; -glisseraient glisser VER 34.74 229.32 0.01 0.41 cnd:pre:3p; -glisserais glisser VER 34.74 229.32 0.04 0.54 cnd:pre:1s;cnd:pre:2s; -glisserait glisser VER 34.74 229.32 0.15 0.95 cnd:pre:3s; -glisserez glisser VER 34.74 229.32 0.12 0.00 ind:fut:2p; -glisseriez glisser VER 34.74 229.32 0.02 0.07 cnd:pre:2p; -glisserons glisser VER 34.74 229.32 0.01 0.07 ind:fut:1p; -glisseront glisser VER 34.74 229.32 0.05 0.27 ind:fut:3p; -glisses glisser VER 34.74 229.32 0.72 0.41 ind:pre:2s; -glissez glisser VER 34.74 229.32 1.08 0.27 imp:pre:2p;ind:pre:2p; -glissions glisser VER 34.74 229.32 0.03 1.01 ind:imp:1p; -glissière glissière NOM f s 0.24 1.96 0.22 1.69 -glissières glissière NOM f p 0.24 1.96 0.03 0.27 -glissoire glissoire NOM f s 0.04 0.00 0.04 0.00 -glissâmes glisser VER 34.74 229.32 0.00 0.20 ind:pas:1p; -glissons glisser VER 34.74 229.32 0.47 0.54 imp:pre:1p;ind:pre:1p; -glissât glisser VER 34.74 229.32 0.00 0.34 sub:imp:3s; -glissèrent glisser VER 34.74 229.32 0.01 2.50 ind:pas:3p; -glissé glisser VER m s 34.74 229.32 8.77 22.97 par:pas; -glissée glisser VER f s 34.74 229.32 0.39 5.20 par:pas; -glissées glisser VER f p 34.74 229.32 0.04 1.01 par:pas; -glissés glisser VER m p 34.74 229.32 0.07 2.43 par:pas; -global global ADJ m s 3.59 2.57 2.38 1.15 -globale global ADJ f s 3.59 2.57 1.19 1.42 -globalement globalement ADV 0.68 0.61 0.68 0.61 -globalisation globalisation NOM f s 0.19 0.00 0.19 0.00 -globalisé globaliser VER m s 0.01 0.00 0.01 0.00 par:pas; -globalité globalité NOM f s 0.04 0.07 0.04 0.07 -globaux global ADJ m p 3.59 2.57 0.02 0.00 -globe_trotter globe_trotter NOM m s 0.22 0.41 0.20 0.27 -globe_trotter globe_trotter NOM m p 0.22 0.41 0.02 0.14 -globe globe NOM m s 4.21 11.89 3.17 8.58 -globes globe NOM m p 4.21 11.89 1.04 3.31 -globulaire globulaire ADJ s 0.09 0.34 0.04 0.14 -globulaires globulaire ADJ p 0.09 0.34 0.04 0.20 -globule globule NOM m s 3.25 1.28 0.38 0.27 -globules globule NOM m p 3.25 1.28 2.88 1.01 -globuleuse globuleux ADJ f s 0.27 4.80 0.00 0.14 -globuleux globuleux ADJ m 0.27 4.80 0.27 4.66 -globuline globuline NOM f s 0.01 0.00 0.01 0.00 -glockenspiel glockenspiel NOM m s 0.03 0.07 0.03 0.07 -gloire gloire NOM s 35.27 50.88 34.78 48.51 -gloires gloire NOM f p 35.27 50.88 0.48 2.36 -glomérule glomérule NOM m s 0.00 0.07 0.00 0.07 -glop glop NOM f s 0.01 0.27 0.01 0.27 -gloria gloria NOM m s 2.66 0.81 2.66 0.81 -gloriette gloriette NOM f s 0.10 0.34 0.10 0.27 -gloriettes gloriette NOM f p 0.10 0.34 0.00 0.07 -glorieuse glorieux ADJ f s 7.41 18.31 2.44 5.54 -glorieusement glorieusement ADV 0.34 1.82 0.34 1.82 -glorieuses glorieux ADJ f p 7.41 18.31 0.28 1.96 -glorieux glorieux ADJ m 7.41 18.31 4.68 10.81 -glorifia glorifier VER 1.82 3.65 0.01 0.14 ind:pas:3s; -glorifiaient glorifier VER 1.82 3.65 0.01 0.27 ind:imp:3p; -glorifiait glorifier VER 1.82 3.65 0.12 0.27 ind:imp:3s; -glorifiant glorifier VER 1.82 3.65 0.02 0.20 par:pre; -glorification glorification NOM f s 0.22 0.20 0.22 0.20 -glorifie glorifier VER 1.82 3.65 0.53 0.47 imp:pre:2s;ind:pre:1s;ind:pre:3s; -glorifient glorifier VER 1.82 3.65 0.22 0.20 ind:pre:3p; -glorifier glorifier VER 1.82 3.65 0.56 1.22 inf; -glorifiez glorifier VER 1.82 3.65 0.08 0.07 imp:pre:2p;ind:pre:2p; -glorifions glorifier VER 1.82 3.65 0.05 0.07 imp:pre:1p;ind:pre:1p; -glorifié glorifier VER m s 1.82 3.65 0.21 0.54 par:pas; -glorifiées glorifier VER f p 1.82 3.65 0.00 0.07 par:pas; -glorifiés glorifier VER m p 1.82 3.65 0.00 0.14 par:pas; -gloriole gloriole NOM f s 0.03 1.69 0.03 1.69 -glosaient gloser VER 0.00 0.61 0.00 0.07 ind:imp:3p; -glose glose NOM f s 0.01 0.61 0.01 0.20 -gloser gloser VER 0.00 0.61 0.00 0.27 inf; -gloses glose NOM f p 0.01 0.61 0.00 0.41 -glossaire glossaire NOM m s 0.04 0.07 0.04 0.07 -glossateurs glossateur NOM m p 0.00 0.07 0.00 0.07 -glossématique glossématique NOM f s 0.00 0.07 0.00 0.07 -glosé gloser VER m s 0.00 0.61 0.00 0.07 par:pas; -glosées gloser VER f p 0.00 0.61 0.00 0.07 par:pas; -glotte glotte NOM f s 0.12 2.03 0.12 2.03 -glottique glottique ADJ m s 0.00 0.07 0.00 0.07 -glouglou glouglou NOM m s 0.24 1.22 0.23 0.61 -glouglous glouglou NOM m p 0.24 1.22 0.01 0.61 -glougloutait glouglouter VER 0.00 0.61 0.00 0.14 ind:imp:3s; -glougloutant glouglouter VER 0.00 0.61 0.00 0.14 par:pre; -glougloute glouglouter VER 0.00 0.61 0.00 0.27 ind:pre:3s; -glougloutement glougloutement NOM m s 0.01 0.14 0.01 0.14 -glouglouter glouglouter VER 0.00 0.61 0.00 0.07 inf; -gloussa glousser VER 0.98 5.61 0.00 1.08 ind:pas:3s; -gloussaient glousser VER 0.98 5.61 0.00 0.41 ind:imp:3p; -gloussait glousser VER 0.98 5.61 0.03 0.88 ind:imp:3s; -gloussant glousser VER 0.98 5.61 0.04 0.61 par:pre; -gloussante gloussant ADJ f s 0.01 0.54 0.01 0.14 -gloussantes gloussant ADJ f p 0.01 0.54 0.00 0.14 -gloussants gloussant ADJ m p 0.01 0.54 0.00 0.07 -glousse glousser VER 0.98 5.61 0.38 0.68 imp:pre:2s;ind:pre:1s;ind:pre:3s; -gloussement gloussement NOM m s 0.26 3.72 0.21 1.22 -gloussements gloussement NOM m p 0.26 3.72 0.05 2.50 -gloussent glousser VER 0.98 5.61 0.03 0.07 ind:pre:3p; -glousser glousser VER 0.98 5.61 0.43 1.42 inf; -glousserait glousser VER 0.98 5.61 0.00 0.07 cnd:pre:3s; -gloussez glousser VER 0.98 5.61 0.02 0.00 ind:pre:2p; -gloussèrent glousser VER 0.98 5.61 0.00 0.07 ind:pas:3p; -gloussé glousser VER m s 0.98 5.61 0.05 0.34 par:pas; -glouton glouton NOM m s 1.10 0.54 0.78 0.34 -gloutonnant gloutonner VER 0.00 0.14 0.00 0.14 par:pre; -gloutonne glouton ADJ f s 0.69 1.69 0.22 0.74 -gloutonnement gloutonnement ADV 0.00 0.54 0.00 0.54 -gloutonnerie gloutonnerie NOM f s 0.27 0.74 0.27 0.74 -gloutons glouton NOM m p 1.10 0.54 0.32 0.07 -gloxinias gloxinia NOM m p 0.00 0.07 0.00 0.07 -glèbe glèbe NOM f s 0.51 0.95 0.51 0.88 -glèbes glèbe NOM f p 0.51 0.95 0.00 0.07 -glène glène NOM f s 0.00 0.07 0.00 0.07 -glu glu NOM f s 0.56 2.57 0.56 2.43 -gluant gluant ADJ m s 1.96 15.20 1.23 4.73 -gluante gluant ADJ f s 1.96 15.20 0.40 5.81 -gluantes gluant ADJ f p 1.96 15.20 0.07 2.09 -gluants gluant ADJ m p 1.96 15.20 0.26 2.57 -glucagon glucagon NOM m s 0.04 0.00 0.04 0.00 -glucide glucide NOM m s 0.51 0.20 0.00 0.07 -glucides glucide NOM m p 0.51 0.20 0.51 0.14 -gluconique gluconique ADJ s 0.01 0.00 0.01 0.00 -glucose glucose NOM m s 2.08 0.20 2.08 0.20 -glue gluer VER 0.42 1.22 0.35 0.14 ind:pre:3s; -gluent gluer VER 0.42 1.22 0.00 0.07 ind:pre:3p; -glénoïde glénoïde ADJ f s 0.03 0.00 0.03 0.00 -gluon gluon NOM m s 0.04 0.00 0.04 0.00 -glus glu NOM f p 0.56 2.57 0.00 0.14 -glutamate glutamate NOM m s 0.16 0.00 0.16 0.00 -gluten gluten NOM m s 0.06 0.07 0.06 0.07 -glycine glycine NOM f s 0.26 4.26 0.21 1.96 -glycines glycine NOM f p 0.26 4.26 0.05 2.30 -glycol glycol NOM m s 0.12 0.00 0.12 0.00 -glycoprotéine glycoprotéine NOM f s 0.03 0.00 0.03 0.00 -glycémie glycémie NOM f s 0.44 0.00 0.44 0.00 -glycérine glycérine NOM f s 1.04 0.14 1.04 0.14 -glycérol glycérol NOM m s 0.01 0.00 0.01 0.00 -glyphe glyphe NOM m s 0.24 0.00 0.06 0.00 -glyphes glyphe NOM m p 0.24 0.00 0.18 0.00 -gnôle gnôle NOM f s 3.24 1.55 3.24 1.55 -gna_gna gna_gna ONO 0.14 0.14 0.14 0.14 -gnafron gnafron NOM m s 0.01 0.34 0.01 0.20 -gnafrons gnafron NOM m p 0.01 0.34 0.00 0.14 -gnagnagna gnagnagna ONO 0.01 1.35 0.01 1.35 -gnangnan gnangnan ADJ 0.23 0.47 0.23 0.47 -gnard gnard NOM m s 0.00 0.34 0.00 0.20 -gnards gnard NOM m p 0.00 0.34 0.00 0.14 -gnaule gnaule NOM f s 0.01 0.00 0.01 0.00 -gnian_gnian gnian_gnian NOM m s 0.01 0.00 0.01 0.00 -gniard gniard NOM m s 0.00 1.15 0.00 0.27 -gniards gniard NOM m p 0.00 1.15 0.00 0.88 -gniouf gniouf NOM f s 0.00 0.27 0.00 0.27 -gnocchi gnocchi NOM m s 2.02 0.07 1.06 0.00 -gnocchis gnocchi NOM m p 2.02 0.07 0.96 0.07 -gnognote gnognote NOM f s 0.04 0.41 0.04 0.41 -gnognotte gnognotte NOM f s 0.23 0.20 0.23 0.20 -gnole gnole NOM f s 0.55 1.01 0.55 1.01 -gnome gnome NOM m s 2.95 2.03 2.36 1.01 -gnomes gnome NOM m p 2.95 2.03 0.59 1.01 -gnon gnon NOM m s 1.02 1.82 0.42 0.54 -gnons gnon NOM m p 1.02 1.82 0.59 1.28 -gnose gnose NOM f s 0.00 0.07 0.00 0.07 -gnosticisme gnosticisme NOM m s 0.01 0.07 0.01 0.07 -gnostique gnostique ADJ m s 0.04 0.00 0.01 0.00 -gnostiques gnostique ADJ m p 0.04 0.00 0.03 0.00 -gnou gnou NOM m s 0.20 0.27 0.17 0.00 -gnouf gnouf NOM m s 0.41 1.01 0.41 1.01 -gnous gnou NOM m p 0.20 0.27 0.03 0.27 -go go NOM m s 15.32 2.70 15.32 2.70 -goût goût NOM m s 57.94 141.82 50.51 124.80 -goûta goûter VER 42.27 39.86 0.00 1.89 ind:pas:3s; -goûtables goûtable ADJ m p 0.00 0.07 0.00 0.07 -goûtai goûter VER 42.27 39.86 0.02 0.34 ind:pas:1s; -goûtaient goûter VER 42.27 39.86 0.02 0.68 ind:imp:3p; -goûtais goûter VER 42.27 39.86 0.21 1.49 ind:imp:1s;ind:imp:2s; -goûtait goûter VER 42.27 39.86 0.09 3.85 ind:imp:3s; -goûtant goûter VER 42.27 39.86 0.05 0.74 par:pre; -goûte goûter VER 42.27 39.86 9.85 4.39 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -goûtent goûter VER 42.27 39.86 0.14 0.61 ind:pre:3p; -goûter goûter VER 42.27 39.86 15.91 15.20 inf; -goûtera goûter VER 42.27 39.86 0.24 0.07 ind:fut:3s; -goûterai goûter VER 42.27 39.86 0.50 0.07 ind:fut:1s; -goûterais goûter VER 42.27 39.86 0.09 0.14 cnd:pre:1s;cnd:pre:2s; -goûterait goûter VER 42.27 39.86 0.02 0.07 cnd:pre:3s; -goûteras goûter VER 42.27 39.86 0.08 0.00 ind:fut:2s; -goûterez goûter VER 42.27 39.86 0.33 0.27 ind:fut:2p; -goûterons goûter VER 42.27 39.86 0.02 0.00 ind:fut:1p;; -goûteront goûter VER 42.27 39.86 0.06 0.00 ind:fut:3p; -goûters goûter NOM m p 2.26 7.84 0.42 2.09 -goûtes goûter VER 42.27 39.86 1.15 0.00 ind:pre:2s; -goûteur goûteur NOM m s 0.14 0.00 0.12 0.00 -goûteuse goûteur NOM f s 0.14 0.00 0.03 0.00 -goûteuses goûteux ADJ f p 0.13 0.27 0.02 0.07 -goûteux goûteux ADJ m s 0.13 0.27 0.09 0.14 -goûtez goûter VER 42.27 39.86 4.28 0.88 imp:pre:2p;ind:pre:2p; -goûtiez goûter VER 42.27 39.86 0.43 0.00 ind:imp:2p; -goûtions goûter VER 42.27 39.86 0.03 0.61 ind:imp:1p; -goûtâmes goûter VER 42.27 39.86 0.14 0.00 ind:pas:1p; -goûtons goûter VER 42.27 39.86 0.72 0.54 imp:pre:1p;ind:pre:1p; -goûts goût NOM m p 57.94 141.82 7.43 17.03 -goûtèrent goûter VER 42.27 39.86 0.00 0.54 ind:pas:3p; -goûté goûter VER m s 42.27 39.86 7.01 6.42 par:pas; -goûtée goûter VER f s 42.27 39.86 0.57 0.47 par:pas; -goûtées goûter VER f p 42.27 39.86 0.23 0.34 par:pas; -goûtés goûter VER m p 42.27 39.86 0.06 0.27 par:pas; -goal goal NOM m s 1.32 1.55 1.32 1.49 -goals goal NOM m p 1.32 1.55 0.00 0.07 -goba gober VER 5.90 5.68 0.01 0.34 ind:pas:3s; -gobage gobage NOM m s 0.04 0.27 0.04 0.07 -gobages gobage NOM m p 0.04 0.27 0.00 0.20 -gobaient gober VER 5.90 5.68 0.01 0.14 ind:imp:3p; -gobais gober VER 5.90 5.68 0.04 0.07 ind:imp:1s; -gobait gober VER 5.90 5.68 0.06 0.27 ind:imp:3s; -gobant gober VER 5.90 5.68 0.03 0.41 par:pre; -gobe_mouches gobe_mouches NOM m 0.02 0.14 0.02 0.14 -gobe gober VER 5.90 5.68 0.86 0.68 imp:pre:2s;ind:pre:1s;ind:pre:3s; -gobelet gobelet NOM m s 3.25 4.46 2.21 2.16 -gobelets gobelet NOM m p 3.25 4.46 1.04 2.30 -gobelin gobelin NOM m s 0.19 0.41 0.04 0.00 -gobelins gobelin NOM m p 0.19 0.41 0.14 0.41 -gobelottes gobelotter VER 0.00 0.07 0.00 0.07 ind:pre:2s; -gobent gober VER 5.90 5.68 0.19 0.34 ind:pre:3p; -gober gober VER 5.90 5.68 2.50 2.09 inf; -gobera gober VER 5.90 5.68 0.06 0.00 ind:fut:3s; -goberaient gober VER 5.90 5.68 0.04 0.00 cnd:pre:3p; -goberait gober VER 5.90 5.68 0.02 0.07 cnd:pre:3s; -goberge goberger VER 0.03 0.74 0.01 0.27 ind:pre:1s;ind:pre:3s; -gobergeait goberger VER 0.03 0.74 0.00 0.07 ind:imp:3s; -gobergent goberger VER 0.03 0.74 0.01 0.14 ind:pre:3p; -goberger goberger VER 0.03 0.74 0.00 0.14 inf; -gobergez goberger VER 0.03 0.74 0.01 0.07 imp:pre:2p; -gobergé goberger VER m s 0.03 0.74 0.00 0.07 par:pas; -goberont gober VER 5.90 5.68 0.04 0.00 ind:fut:3p; -gobes gober VER 5.90 5.68 0.28 0.14 ind:pre:2s; -gobet gobet NOM m s 0.00 0.14 0.00 0.07 -gobets gobet NOM m p 0.00 0.14 0.00 0.07 -gobette gobeter VER 0.00 0.41 0.00 0.41 ind:pre:3s; -gobeur gobeur NOM m s 0.04 0.07 0.03 0.00 -gobeurs gobeur NOM m p 0.04 0.07 0.00 0.07 -gobeuse gobeuse NOM f s 0.08 0.00 0.08 0.00 -gobez gober VER 5.90 5.68 0.31 0.00 imp:pre:2p;ind:pre:2p; -gobions gober VER 5.90 5.68 0.00 0.07 ind:imp:1p; -gobèrent gober VER 5.90 5.68 0.00 0.07 ind:pas:3p; -gobé gober VER m s 5.90 5.68 1.44 0.74 par:pas; -gobée gober VER f s 5.90 5.68 0.00 0.14 par:pas; -gobées gober VER f p 5.90 5.68 0.02 0.00 par:pas; -gobés gober VER m p 5.90 5.68 0.00 0.14 par:pas; -gâcha gâcher VER 49.57 18.51 0.00 0.27 ind:pas:3s; -gâchage gâchage NOM m s 0.00 0.07 0.00 0.07 -gâchaient gâcher VER 49.57 18.51 0.02 0.47 ind:imp:3p; -gâchais gâcher VER 49.57 18.51 0.10 0.14 ind:imp:1s;ind:imp:2s; -gâchait gâcher VER 49.57 18.51 0.19 1.49 ind:imp:3s; -gâchant gâcher VER 49.57 18.51 0.03 0.14 par:pre; -gâche gâcher VER 49.57 18.51 7.08 1.42 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -gâchent gâcher VER 49.57 18.51 0.66 0.34 ind:pre:3p; -gâcher gâcher VER 49.57 18.51 18.26 6.49 inf; -gâchera gâcher VER 49.57 18.51 0.31 0.00 ind:fut:3s; -gâcherai gâcher VER 49.57 18.51 0.70 0.00 ind:fut:1s; -gâcheraient gâcher VER 49.57 18.51 0.03 0.00 cnd:pre:3p; -gâcherais gâcher VER 49.57 18.51 0.26 0.00 cnd:pre:1s;cnd:pre:2s; -gâcherait gâcher VER 49.57 18.51 0.56 0.20 cnd:pre:3s; -gâcheras gâcher VER 49.57 18.51 0.08 0.00 ind:fut:2s; -gâcherez gâcher VER 49.57 18.51 0.05 0.00 ind:fut:2p; -gâcheriez gâcher VER 49.57 18.51 0.26 0.00 cnd:pre:2p; -gâches gâcher VER 49.57 18.51 2.24 0.41 ind:pre:2s; -gâchette gâchette NOM f s 5.09 1.82 4.89 1.82 -gâchettes gâchette NOM f p 5.09 1.82 0.19 0.00 -gâcheur gâcheur NOM m s 0.01 0.07 0.01 0.00 -gâcheurs gâcheur NOM m p 0.01 0.07 0.00 0.07 -gâcheuse gâcheur ADJ f s 0.00 0.14 0.00 0.14 -gâchez gâcher VER 49.57 18.51 1.53 0.41 imp:pre:2p;ind:pre:2p; -gâchiez gâcher VER 49.57 18.51 0.04 0.00 ind:imp:2p; -gâchis gâchis NOM m 6.24 3.85 6.24 3.85 -gâchons gâcher VER 49.57 18.51 0.90 0.20 imp:pre:1p;ind:pre:1p; -gâchât gâcher VER 49.57 18.51 0.00 0.07 sub:imp:3s; -gâché gâcher VER m s 49.57 18.51 14.10 4.19 par:pas; -gâchée gâcher VER f s 49.57 18.51 1.77 1.28 par:pas; -gâchées gâcher VER f p 49.57 18.51 0.30 0.74 par:pas; -gâchés gâcher VER m p 49.57 18.51 0.10 0.27 par:pas; -goda goder VER 0.70 1.62 0.01 0.00 ind:pas:3s; -godaille godailler VER 0.01 0.27 0.01 0.14 ind:pre:3s; -godaillera godailler VER 0.01 0.27 0.00 0.07 ind:fut:3s; -godailles godailler VER 0.01 0.27 0.00 0.07 ind:pre:2s; -godait goder VER 0.70 1.62 0.00 0.07 ind:imp:3s; -godant goder VER 0.70 1.62 0.00 0.07 par:pre; -godasse godasse NOM f s 2.99 8.92 0.46 1.55 -godasses godasse NOM f p 2.99 8.92 2.53 7.36 -goddam goddam ONO 0.01 0.00 0.01 0.00 -gode goder VER 0.70 1.62 0.32 0.68 imp:pre:2s;ind:pre:3s; -godelureau godelureau NOM m s 0.01 0.34 0.01 0.20 -godelureaux godelureau NOM m p 0.01 0.34 0.00 0.14 -godemiché godemiché NOM m s 0.63 0.81 0.59 0.61 -godemichés godemiché NOM m p 0.63 0.81 0.04 0.20 -godent goder VER 0.70 1.62 0.00 0.07 ind:pre:3p; -goder goder VER 0.70 1.62 0.00 0.61 inf; -goderas goder VER 0.70 1.62 0.00 0.07 ind:fut:2s; -godes goder VER 0.70 1.62 0.36 0.07 ind:pre:2s; -godet godet NOM m s 0.33 7.50 0.29 4.32 -godets godet NOM m p 0.33 7.50 0.04 3.18 -godiche godiche NOM f s 0.09 0.00 0.07 0.00 -godiches godiche ADJ p 0.07 0.95 0.02 0.27 -godillais godiller VER 0.00 0.61 0.00 0.07 ind:imp:1s; -godillait godiller VER 0.00 0.61 0.00 0.07 ind:imp:3s; -godillant godiller VER 0.00 0.61 0.00 0.20 par:pre; -godille godille NOM f s 0.20 0.88 0.00 0.88 -godiller godiller VER 0.00 0.61 0.00 0.14 inf; -godilles godille NOM f p 0.20 0.88 0.20 0.00 -godilleur godilleur NOM m s 0.00 0.14 0.00 0.14 -godillot godillot NOM m s 0.35 3.24 0.04 0.47 -godillots godillot NOM m p 0.35 3.24 0.32 2.77 -godillé godiller VER m s 0.00 0.61 0.00 0.07 par:pas; -godronnés godronner VER m p 0.00 0.07 0.00 0.07 par:pas; -godrons godron NOM m p 0.00 0.07 0.00 0.07 -goglu goglu NOM m s 0.02 0.00 0.02 0.00 -gogo gogo NOM m s 2.19 1.96 1.85 1.42 -gogol gogol ADJ s 0.30 0.14 0.29 0.07 -gogols gogol ADJ p 0.30 0.14 0.01 0.07 -gogos gogo NOM m p 2.19 1.96 0.35 0.54 -gogs gog NOM m p 0.03 0.88 0.03 0.88 -goguenard goguenard ADJ m s 0.01 6.15 0.01 3.85 -goguenarda goguenarder VER 0.00 0.20 0.00 0.07 ind:pas:3s; -goguenarde goguenard ADJ f s 0.01 6.15 0.00 1.01 -goguenardes goguenard ADJ f p 0.01 6.15 0.00 0.14 -goguenards goguenard ADJ m p 0.01 6.15 0.00 1.15 -goguenots goguenot NOM m p 0.00 0.20 0.00 0.20 -gogues gogues NOM m p 0.23 2.57 0.23 2.57 -goguette goguette NOM f s 0.47 1.35 0.47 1.15 -goguettes goguette NOM f p 0.47 1.35 0.00 0.20 -goinfraient goinfrer VER 0.98 1.62 0.00 0.07 ind:imp:3p; -goinfrait goinfrer VER 0.98 1.62 0.00 0.14 ind:imp:3s; -goinfre goinfre NOM s 0.52 0.61 0.34 0.34 -goinfrent goinfrer VER 0.98 1.62 0.03 0.07 ind:pre:3p; -goinfrer goinfrer VER 0.98 1.62 0.67 0.95 inf; -goinfreras goinfrer VER 0.98 1.62 0.00 0.07 ind:fut:2s; -goinfrerie goinfrerie NOM f s 0.12 0.41 0.12 0.41 -goinfres goinfre NOM p 0.52 0.61 0.17 0.27 -goinfrez goinfrer VER 0.98 1.62 0.03 0.07 imp:pre:2p;ind:pre:2p; -goinfré goinfrer VER m s 0.98 1.62 0.06 0.00 par:pas; -goinfrée goinfrer VER f s 0.98 1.62 0.01 0.07 par:pas; -goinfrés goinfrer VER m p 0.98 1.62 0.01 0.07 par:pas; -goitre goitre NOM m s 0.11 0.68 0.10 0.54 -goitres goitre NOM m p 0.11 0.68 0.01 0.14 -goitreux goitreux NOM m 0.00 0.34 0.00 0.34 -gold gold ADJ 3.11 0.41 3.11 0.41 -golden golden NOM s 2.37 0.68 2.37 0.61 -goldens golden NOM p 2.37 0.68 0.00 0.07 -goldo goldo NOM f s 0.00 0.61 0.00 0.54 -goldos goldo NOM f p 0.00 0.61 0.00 0.07 -golem golem NOM m s 0.10 0.07 0.10 0.07 -golf_club golf_club NOM m s 0.01 0.07 0.01 0.07 -golf golf NOM m s 14.14 7.30 14.05 7.16 -golfe golfe NOM m s 1.69 6.49 1.55 5.95 -golfes golfe NOM m p 1.69 6.49 0.14 0.54 -golfeur golfeur NOM m s 0.85 0.34 0.58 0.07 -golfeurs golfeur NOM m p 0.85 0.34 0.22 0.07 -golfeuse golfeur NOM f s 0.85 0.34 0.05 0.07 -golfeuses golfeuse NOM f p 0.01 0.00 0.01 0.00 -golfs golf NOM m p 14.14 7.30 0.09 0.14 -golgotha golgotha NOM m s 0.00 0.07 0.00 0.07 -goliath goliath NOM m s 0.00 0.07 0.00 0.07 -gombo gombo NOM m s 2.44 0.14 2.00 0.14 -gombos gombo NOM m p 2.44 0.14 0.43 0.00 -gomina gomina NOM f s 0.14 1.01 0.14 1.01 -gominer gominer VER 0.29 1.82 0.00 0.07 inf; -gominé gominer VER m s 0.29 1.82 0.04 0.61 par:pas; -gominée gominer VER f s 0.29 1.82 0.00 0.34 par:pas; -gominées gominer VER f p 0.29 1.82 0.00 0.07 par:pas; -gominés gominer VER m p 0.29 1.82 0.25 0.74 par:pas; -gomma gommer VER 0.57 4.73 0.00 0.20 ind:pas:3s; -gommage gommage NOM m s 0.25 0.07 0.25 0.07 -gommait gommer VER 0.57 4.73 0.00 0.47 ind:imp:3s; -gommant gommer VER 0.57 4.73 0.02 0.20 par:pre; -gomme gomme NOM f s 3.81 9.93 3.21 9.26 -gomment gommer VER 0.57 4.73 0.00 0.07 ind:pre:3p; -gommer gommer VER 0.57 4.73 0.26 1.69 inf; -gommerait gommer VER 0.57 4.73 0.00 0.20 cnd:pre:3s; -gommes gomme NOM f p 3.81 9.93 0.60 0.68 -gommette gommette NOM f s 0.03 0.00 0.03 0.00 -gommeuse gommeux ADJ f s 0.00 0.34 0.00 0.14 -gommeux gommeux NOM m 0.05 0.68 0.05 0.68 -gommier gommier NOM m s 0.06 0.27 0.05 0.00 -gommiers gommier NOM m p 0.06 0.27 0.01 0.27 -gommé gommer VER m s 0.57 4.73 0.19 0.68 par:pas; -gommée gommer VER f s 0.57 4.73 0.01 0.41 par:pas; -gommées gommer VER f p 0.57 4.73 0.01 0.14 par:pas; -gommés gommer VER m p 0.57 4.73 0.01 0.14 par:pas; -goménol goménol NOM m s 0.00 0.07 0.00 0.07 -goménolée goménolé ADJ f s 0.00 0.14 0.00 0.14 -gon gon NOM m s 0.86 0.00 0.86 0.00 -gonade gonade NOM f s 0.16 0.07 0.04 0.00 -gonades gonade NOM f p 0.16 0.07 0.12 0.07 -gonadotropes gonadotrope ADJ f p 0.01 0.00 0.01 0.00 -gonadotrophine gonadotrophine NOM f s 0.01 0.00 0.01 0.00 -goncier goncier NOM m s 0.00 0.14 0.00 0.14 -gond gond NOM m s 0.91 2.97 0.04 0.14 -gonde gonder VER 0.01 0.07 0.00 0.07 ind:pre:3s; -gonder gonder VER 0.01 0.07 0.01 0.00 inf; -gondolaient gondoler VER 0.11 2.70 0.00 0.47 ind:imp:3p; -gondolais gondoler VER 0.11 2.70 0.00 0.14 ind:imp:1s;ind:imp:2s; -gondolait gondoler VER 0.11 2.70 0.00 0.27 ind:imp:3s; -gondolant gondoler VER 0.11 2.70 0.00 0.20 par:pre; -gondole gondole NOM f s 1.26 4.93 1.01 3.31 -gondolement gondolement NOM m s 0.00 0.07 0.00 0.07 -gondolent gondoler VER 0.11 2.70 0.01 0.20 ind:pre:3p; -gondoler gondoler VER 0.11 2.70 0.02 0.41 inf; -gondolera gondoler VER 0.11 2.70 0.00 0.07 ind:fut:3s; -gondoles gondole NOM f p 1.26 4.93 0.25 1.62 -gondolier gondolier NOM m s 0.72 1.15 0.59 0.74 -gondoliers gondolier NOM m p 0.72 1.15 0.11 0.41 -gondolière gondolier NOM f s 0.72 1.15 0.03 0.00 -gondolèrent gondoler VER 0.11 2.70 0.00 0.07 ind:pas:3p; -gondolé gondoler VER m s 0.11 2.70 0.01 0.14 par:pas; -gondolée gondolé ADJ f s 0.01 0.68 0.00 0.27 -gondolées gondolé ADJ f p 0.01 0.68 0.00 0.20 -gondolés gondolé ADJ m p 0.01 0.68 0.00 0.14 -gonds gond NOM m p 0.91 2.97 0.87 2.84 -gone gone NOM m s 1.00 0.14 1.00 0.14 -gonelle gonelle NOM f s 0.00 0.14 0.00 0.14 -gonfalon gonfalon NOM m s 0.00 0.20 0.00 0.14 -gonfaloniers gonfalonier NOM m p 0.00 0.07 0.00 0.07 -gonfalons gonfalon NOM m p 0.00 0.20 0.00 0.07 -gonfanon gonfanon NOM m s 0.00 0.20 0.00 0.14 -gonfanons gonfanon NOM m p 0.00 0.20 0.00 0.07 -gonfla gonfler VER 16.52 47.57 0.02 2.36 ind:pas:3s; -gonflable gonflable ADJ s 1.35 0.95 0.92 0.54 -gonflables gonflable ADJ p 1.35 0.95 0.44 0.41 -gonflage gonflage NOM m s 0.00 0.20 0.00 0.20 -gonflaient gonfler VER 16.52 47.57 0.00 1.96 ind:imp:3p; -gonflais gonfler VER 16.52 47.57 0.02 0.07 ind:imp:1s; -gonflait gonfler VER 16.52 47.57 0.60 7.91 ind:imp:3s; -gonflant gonflant ADJ m s 0.21 0.54 0.19 0.34 -gonflante gonflant ADJ f s 0.21 0.54 0.01 0.14 -gonflantes gonflant ADJ f p 0.21 0.54 0.00 0.07 -gonflants gonflant ADJ m p 0.21 0.54 0.01 0.00 -gonfle gonfler VER 16.52 47.57 4.14 6.49 imp:pre:2s;ind:pre:1s;ind:pre:3s; -gonflement gonflement NOM m s 0.24 1.15 0.20 0.88 -gonflements gonflement NOM m p 0.24 1.15 0.04 0.27 -gonflent gonfler VER 16.52 47.57 0.50 2.09 ind:pre:3p; -gonfler gonfler VER 16.52 47.57 3.17 5.68 inf; -gonflera gonfler VER 16.52 47.57 0.07 0.07 ind:fut:3s; -gonflerait gonfler VER 16.52 47.57 0.02 0.14 cnd:pre:3s; -gonfles gonfler VER 16.52 47.57 1.16 0.14 ind:pre:2s; -gonflette gonflette NOM f s 0.46 0.00 0.46 0.00 -gonfleur gonfleur NOM m s 0.00 0.20 0.00 0.20 -gonflez gonfler VER 16.52 47.57 1.20 0.07 imp:pre:2p;ind:pre:2p; -gonflèrent gonfler VER 16.52 47.57 0.01 0.61 ind:pas:3p; -gonflé gonfler VER m s 16.52 47.57 3.96 7.30 par:pas; -gonflée gonfler VER f s 16.52 47.57 0.80 3.92 par:pas; -gonflées gonflé ADJ f p 3.56 12.64 0.34 3.24 -gonflés gonflé ADJ m p 3.56 12.64 1.20 3.18 -gong gong NOM m s 2.41 3.65 2.35 3.51 -gongoriste gongoriste ADJ m s 0.00 0.07 0.00 0.07 -gongs gong NOM m p 2.41 3.65 0.06 0.14 -goniomètre goniomètre NOM m s 0.00 0.07 0.00 0.07 -gonococcie gonococcie NOM f s 0.03 0.00 0.03 0.00 -gonococcique gonococcique ADJ s 0.01 0.00 0.01 0.00 -gonocoque gonocoque NOM m s 0.01 0.41 0.00 0.20 -gonocoques gonocoque NOM m p 0.01 0.41 0.01 0.20 -gonorrhée gonorrhée NOM f s 0.08 0.00 0.08 0.00 -gonze gonze NOM m s 0.07 6.89 0.06 4.05 -gonzes gonze NOM m p 0.07 6.89 0.01 2.84 -gonzesse gonzesse NOM f s 11.29 15.61 7.74 7.57 -gonzesses gonzesse NOM f p 11.29 15.61 3.56 8.04 -gopak gopak NOM m s 0.00 0.07 0.00 0.07 -gâpette gâpette NOM f s 0.00 0.07 0.00 0.07 -gopher gopher NOM m s 0.02 0.07 0.02 0.07 -gord gord NOM m s 0.25 0.00 0.25 0.00 -gordien gordien ADJ m s 0.00 0.20 0.00 0.14 -gordiens gordien ADJ m p 0.00 0.20 0.00 0.07 -gore gore ADJ s 0.57 0.14 0.57 0.14 -goret goret NOM m s 0.85 1.28 0.81 0.95 -gorets goret NOM m p 0.85 1.28 0.04 0.34 -gorge_de_pigeon gorge_de_pigeon ADJ m s 0.01 0.14 0.01 0.14 -gorge gorge NOM s 30.87 86.82 29.57 82.64 -gorgea gorger VER 1.52 8.04 0.01 0.14 ind:pas:3s; -gorgeai gorger VER 1.52 8.04 0.00 0.14 ind:pas:1s; -gorgeaient gorger VER 1.52 8.04 0.00 0.14 ind:imp:3p; -gorgeais gorger VER 1.52 8.04 0.00 0.07 ind:imp:1s; -gorgeait gorger VER 1.52 8.04 0.01 0.47 ind:imp:3s; -gorgeant gorger VER 1.52 8.04 0.01 0.20 par:pre; -gorgent gorger VER 1.52 8.04 0.02 0.07 ind:pre:3p; -gorgeon gorgeon NOM m s 0.01 1.01 0.01 0.95 -gorgeons gorger VER 1.52 8.04 0.00 0.07 ind:pre:1p; -gorger gorger VER 1.52 8.04 0.03 0.47 inf; -gorgerette gorgerette NOM f s 0.00 0.07 0.00 0.07 -gorgerin gorgerin NOM m s 0.01 0.07 0.01 0.07 -gorges gorge NOM f p 30.87 86.82 1.30 4.19 -gorget gorget NOM m s 0.00 0.07 0.00 0.07 -gorgez gorger VER 1.52 8.04 0.00 0.07 imp:pre:2p; -gorgone gorgone NOM f s 0.02 0.41 0.02 0.41 -gorgonzola gorgonzola NOM m s 0.22 0.34 0.22 0.34 -gorgèrent gorger VER 1.52 8.04 0.00 0.07 ind:pas:3p; -gorgé gorger VER m s 1.52 8.04 0.19 1.76 par:pas; -gorgée gorgée NOM f s 5.70 20.27 4.97 13.31 -gorgées gorgée NOM f p 5.70 20.27 0.72 6.96 -gorgés gorger VER m p 1.52 8.04 0.40 1.35 par:pas; -gorille gorille NOM m s 6.06 2.77 3.55 2.03 -gorilles gorille NOM m p 6.06 2.77 2.51 0.74 -gosier gosier NOM m s 1.20 4.93 1.20 4.26 -gosiers gosier NOM m p 1.20 4.93 0.00 0.68 -gospel gospel NOM m s 0.61 0.00 0.61 0.00 -gosplan gosplan NOM m s 0.10 0.07 0.10 0.07 -gosse gosse NOM s 109.96 61.76 62.92 34.12 -gosseline gosseline NOM f s 0.00 0.14 0.00 0.07 -gosselines gosseline NOM f p 0.00 0.14 0.00 0.07 -gosses gosse NOM p 109.96 61.76 47.03 27.64 -gâta gâter VER 10.97 14.26 0.00 0.14 ind:pas:3s; -gâtaient gâter VER 10.97 14.26 0.04 0.34 ind:imp:3p; -gâtais gâter VER 10.97 14.26 0.03 0.07 ind:imp:1s; -gâtait gâter VER 10.97 14.26 0.03 0.95 ind:imp:3s; -gâtant gâter VER 10.97 14.26 0.23 0.14 par:pre; -gâte_bois gâte_bois NOM m 0.00 0.07 0.00 0.07 -gâte_sauce gâte_sauce NOM m s 0.00 0.14 0.00 0.14 -gâte gâter VER 10.97 14.26 2.96 1.82 imp:pre:2s;ind:pre:1s;ind:pre:3s; -gâteau gâteau NOM m s 55.19 32.16 42.33 13.92 -gâteaux gâteau NOM m p 55.19 32.16 12.85 18.24 -gâtent gâter VER 10.97 14.26 0.54 0.14 ind:pre:3p; -gâter gâter VER 10.97 14.26 1.80 3.45 inf; -gâtera gâter VER 10.97 14.26 0.35 0.14 ind:fut:3s; -gâterais gâter VER 10.97 14.26 0.02 0.07 cnd:pre:1s;cnd:pre:2s; -gâterait gâter VER 10.97 14.26 0.02 0.07 cnd:pre:3s; -gâterie gâterie NOM f s 1.35 2.91 0.98 0.81 -gâteries gâterie NOM f p 1.35 2.91 0.36 2.09 -gâteront gâter VER 10.97 14.26 0.00 0.14 ind:fut:3p; -gâtes gâter VER 10.97 14.26 1.22 0.20 ind:pre:2s; -gâteuse gâteux ADJ f s 1.71 3.92 0.25 0.88 -gâteuses gâteux ADJ f p 1.71 3.92 0.00 0.07 -gâteux gâteux ADJ m 1.71 3.92 1.47 2.97 -gâtez gâter VER 10.97 14.26 0.46 0.20 imp:pre:2p;ind:pre:2p; -goth goth NOM s 0.04 0.14 0.02 0.00 -gotha gotha NOM m s 0.04 0.14 0.04 0.07 -gothas gotha NOM m p 0.04 0.14 0.00 0.07 -gothique gothique ADJ s 0.99 6.55 0.89 3.85 -gothiques gothique ADJ p 0.99 6.55 0.10 2.70 -goths goth NOM p 0.04 0.14 0.01 0.14 -gâtifie gâtifier VER 0.00 0.07 0.00 0.07 ind:pre:3s; -gâtine gâtine NOM f s 0.00 0.07 0.00 0.07 -gâtisme gâtisme NOM m s 0.02 0.95 0.02 0.95 -goton goton NOM f s 0.00 0.07 0.00 0.07 -gâtât gâter VER 10.97 14.26 0.00 0.07 sub:imp:3s; -gâtèrent gâter VER 10.97 14.26 0.00 0.27 ind:pas:3p; -gâté gâter VER m s 10.97 14.26 1.54 3.58 par:pas; -gâtée gâté ADJ f s 3.66 4.73 1.68 1.28 -gâtées gâté ADJ f p 3.66 4.73 0.15 0.61 -gâtés gâté ADJ m p 3.66 4.73 0.54 0.68 -gouache gouache NOM f s 0.04 1.55 0.04 1.22 -gouaches gouache NOM f p 0.04 1.55 0.00 0.34 -gouachez gouacher VER 0.01 0.00 0.01 0.00 ind:pre:2p; -gouailla gouailler VER 0.00 0.41 0.00 0.27 ind:pas:3s; -gouaille gouaille NOM f s 0.01 1.49 0.01 1.49 -gouailleur gouailleur ADJ m s 0.00 1.28 0.00 0.61 -gouailleurs gouailleur ADJ m p 0.00 1.28 0.00 0.07 -gouailleuse gouailleur ADJ f s 0.00 1.28 0.00 0.54 -gouailleuses gouailleur ADJ f p 0.00 1.28 0.00 0.07 -gouaillé gouailler VER m s 0.00 0.41 0.00 0.07 par:pas; -goualante goualante NOM f s 0.01 1.08 0.01 0.81 -goualantes goualante NOM f p 0.01 1.08 0.00 0.27 -goualer goualer VER 0.00 0.14 0.00 0.14 inf; -gouape gouape NOM f s 0.39 1.08 0.38 0.74 -gouapes gouape NOM f p 0.39 1.08 0.01 0.34 -gouda gouda NOM m s 0.03 0.07 0.03 0.07 -goudou goudou NOM f s 0.09 0.14 0.06 0.07 -goudous goudou NOM f p 0.09 0.14 0.03 0.07 -goudron goudron NOM m s 3.40 7.64 3.40 7.50 -goudronnage goudronnage NOM m s 0.00 0.14 0.00 0.14 -goudronne goudronner VER 0.38 1.01 0.00 0.07 ind:pre:3s; -goudronner goudronner VER 0.38 1.01 0.05 0.20 inf; -goudronneux goudronneux ADJ m 0.00 0.20 0.00 0.20 -goudronnez goudronner VER 0.38 1.01 0.14 0.00 imp:pre:2p; -goudronné goudronner VER m s 0.38 1.01 0.06 0.41 par:pas; -goudronnée goudronné ADJ f s 0.39 3.04 0.23 1.01 -goudronnées goudronné ADJ f p 0.39 3.04 0.14 0.54 -goudronnés goudronné ADJ m p 0.39 3.04 0.00 0.27 -goudrons goudron NOM m p 3.40 7.64 0.00 0.14 -gouet gouet NOM m s 0.00 0.07 0.00 0.07 -gouffre gouffre NOM m s 3.84 13.38 3.43 11.35 -gouffres gouffre NOM m p 3.84 13.38 0.40 2.03 -gouge gouge NOM f s 0.02 1.01 0.01 0.74 -gouges gouge NOM f p 0.02 1.01 0.01 0.27 -gougnafier gougnafier NOM m s 0.00 1.96 0.00 0.61 -gougnafiers gougnafier NOM m p 0.00 1.96 0.00 1.35 -gougnottes gougnotter VER 0.01 0.07 0.01 0.07 ind:pre:2s; -gougoutte gougoutte NOM f s 0.01 0.07 0.01 0.00 -gougouttes gougoutte NOM f p 0.01 0.07 0.00 0.07 -gougère gougère NOM f s 0.00 0.20 0.00 0.07 -gougères gougère NOM f p 0.00 0.20 0.00 0.14 -gouine gouine NOM f s 4.00 0.88 3.29 0.47 -gouines gouine NOM f p 4.00 0.88 0.71 0.41 -goujat goujat NOM m s 1.68 2.09 1.23 1.69 -goujaterie goujaterie NOM f s 0.16 0.47 0.16 0.47 -goujats goujat NOM m p 1.68 2.09 0.45 0.41 -goujon goujon NOM m s 0.50 1.35 0.50 0.81 -goujons goujon NOM m p 0.50 1.35 0.00 0.54 -goulûment goulûment ADV 0.14 2.70 0.14 2.70 -goulache goulache NOM m s 0.46 0.00 0.46 0.00 -goulafre goulafre NOM s 0.00 0.14 0.00 0.07 -goulafres goulafre NOM p 0.00 0.14 0.00 0.07 -goulag goulag NOM m s 0.31 1.01 0.31 0.74 -goulags goulag NOM m p 0.31 1.01 0.00 0.27 -goéland goéland NOM m s 0.53 2.91 0.31 0.81 -goélands goéland NOM m p 0.53 2.91 0.23 2.09 -goulasch goulasch NOM m s 0.27 0.14 0.27 0.14 -goule goule NOM f s 0.61 0.07 0.26 0.07 -goules goule NOM f p 0.61 0.07 0.36 0.00 -goulet goulet NOM m s 0.09 0.74 0.09 0.74 -goélette goélette NOM f s 0.60 0.68 0.60 0.61 -goulette goulette NOM f s 0.94 0.14 0.94 0.14 -goélettes goélette NOM f p 0.60 0.68 0.00 0.07 -gouleyant gouleyant ADJ m s 0.00 0.14 0.00 0.14 -goulot goulot NOM m s 0.50 10.81 0.49 10.14 -goulots goulot NOM m p 0.50 10.81 0.01 0.68 -goulotte goulotte NOM f s 0.00 0.07 0.00 0.07 -goulu goulu ADJ m s 0.14 1.55 0.02 0.34 -goulée goulée NOM f s 0.01 2.64 0.00 1.55 -goulue goulu ADJ f s 0.14 1.55 0.02 0.68 -goulées goulée NOM f p 0.01 2.64 0.01 1.08 -goulues goulu NOM f p 0.02 0.41 0.01 0.07 -goulus goulu ADJ m p 0.14 1.55 0.10 0.34 -goum goum NOM m s 0.04 0.41 0.00 0.34 -goumi goumi NOM m s 0.00 0.34 0.00 0.34 -goumier goumier NOM m s 0.00 0.54 0.00 0.07 -goumiers goumier NOM m p 0.00 0.54 0.00 0.47 -goémon goémon NOM m s 0.14 0.88 0.00 0.41 -goémons goémon NOM m p 0.14 0.88 0.14 0.47 -goums goum NOM m p 0.04 0.41 0.04 0.07 -goupil goupil NOM m s 0.03 0.27 0.03 0.27 -goupillait goupiller VER 0.27 1.69 0.01 0.20 ind:imp:3s; -goupille goupille NOM f s 0.74 0.47 0.72 0.34 -goupiller goupiller VER 0.27 1.69 0.04 0.34 inf; -goupilles goupille NOM f p 0.74 0.47 0.02 0.14 -goupillon goupillon NOM m s 0.16 1.62 0.16 1.55 -goupillons goupillon NOM m p 0.16 1.62 0.00 0.07 -goupillé goupiller VER m s 0.27 1.69 0.04 0.47 par:pas; -goupillée goupiller VER f s 0.27 1.69 0.02 0.07 par:pas; -gour gour NOM m 0.02 0.61 0.01 0.54 -goura goura NOM m s 0.00 0.07 0.00 0.07 -gouraient gourer VER 2.33 6.28 0.00 0.07 ind:imp:3p; -gourais gourer VER 2.33 6.28 0.01 0.68 ind:imp:1s;ind:imp:2s; -gourait gourer VER 2.33 6.28 0.01 0.47 ind:imp:3s; -gourance gourance NOM f s 0.00 1.28 0.00 1.15 -gourances gourance NOM f p 0.00 1.28 0.00 0.14 -gourbi gourbi NOM m s 0.17 2.91 0.12 1.69 -gourbis gourbi NOM m p 0.17 2.91 0.06 1.22 -gourd gourd ADJ m s 0.00 2.70 0.00 0.68 -gourde gourde NOM f s 2.85 4.59 2.56 4.59 -gourdes gourde NOM f p 2.85 4.59 0.29 0.00 -gourdin gourdin NOM m s 1.59 2.84 1.51 1.82 -gourdins gourdin NOM m p 1.59 2.84 0.08 1.01 -gourds gourd ADJ m p 0.00 2.70 0.00 2.03 -goure gourer VER 2.33 6.28 0.30 0.88 imp:pre:2s;ind:pre:1s;ind:pre:3s; -gourent gourer VER 2.33 6.28 0.03 0.27 ind:pre:3p; -gourer gourer VER 2.33 6.28 0.22 1.35 inf; -gourerait gourer VER 2.33 6.28 0.00 0.07 cnd:pre:3s; -goures gourer VER 2.33 6.28 0.77 0.34 ind:pre:2s; -gourez gourer VER 2.33 6.28 0.19 0.07 ind:pre:2p; -gourgandine gourgandine NOM f s 0.06 0.34 0.06 0.20 -gourgandines gourgandine NOM f p 0.06 0.34 0.00 0.14 -gourmand gourmand ADJ m s 2.79 9.86 1.81 4.53 -gourmandai gourmander VER 0.11 0.81 0.00 0.07 ind:pas:1s; -gourmandais gourmander VER 0.11 0.81 0.00 0.07 ind:imp:1s; -gourmandait gourmander VER 0.11 0.81 0.00 0.07 ind:imp:3s; -gourmandant gourmander VER 0.11 0.81 0.00 0.07 par:pre; -gourmande gourmand ADJ f s 2.79 9.86 0.54 3.45 -gourmandement gourmandement ADV 0.00 0.07 0.00 0.07 -gourmandent gourmander VER 0.11 0.81 0.00 0.07 ind:pre:3p; -gourmander gourmander VER 0.11 0.81 0.00 0.14 inf; -gourmandes gourmand ADJ f p 2.79 9.86 0.14 1.08 -gourmandise gourmandise NOM f s 0.51 6.49 0.47 5.54 -gourmandises gourmandise NOM f p 0.51 6.49 0.04 0.95 -gourmands gourmand ADJ m p 2.79 9.86 0.32 0.81 -gourmandé gourmander VER m s 0.11 0.81 0.01 0.00 par:pas; -gourme gourme NOM f s 0.06 0.41 0.06 0.41 -gourmet gourmet NOM m s 0.97 1.55 0.89 0.81 -gourmets gourmet NOM m p 0.97 1.55 0.08 0.74 -gourmette gourmette NOM f s 1.25 2.43 1.25 2.09 -gourmettes gourmette NOM f p 1.25 2.43 0.01 0.34 -gourmé gourmé ADJ m s 0.01 0.81 0.01 0.34 -gourmée gourmé ADJ f s 0.01 0.81 0.00 0.20 -gourmés gourmé ADJ m p 0.01 0.81 0.00 0.27 -gourou gourou NOM m s 1.84 1.42 1.63 1.28 -gourous gourou NOM m p 1.84 1.42 0.22 0.14 -gours gour NOM m p 0.02 0.61 0.01 0.07 -gouré gourer VER m s 2.33 6.28 0.64 1.22 par:pas; -gourée gourer VER f s 2.33 6.28 0.07 0.54 par:pas; -gourées gourer VER f p 2.33 6.28 0.00 0.07 par:pas; -gourés gourer VER m p 2.33 6.28 0.10 0.27 par:pas; -gousse gousse NOM f s 0.58 1.28 0.51 0.81 -gousses gousse NOM f p 0.58 1.28 0.07 0.47 -gousset gousset NOM m s 0.27 2.23 0.27 1.69 -goussets gousset NOM m p 0.27 2.23 0.00 0.54 -goétie goétie NOM f s 0.02 0.00 0.02 0.00 -gouttait goutter VER 0.73 2.36 0.01 0.34 ind:imp:3s; -gouttant goutter VER 0.73 2.36 0.01 0.20 par:pre; -goutte goutte NOM f s 28.03 64.32 19.09 30.34 -gouttelaient goutteler VER 0.00 0.14 0.00 0.07 ind:imp:3p; -gouttelait goutteler VER 0.00 0.14 0.00 0.07 ind:imp:3s; -gouttelette gouttelette NOM f s 0.25 5.88 0.04 0.41 -gouttelettes gouttelette NOM f p 0.25 5.88 0.21 5.47 -goutter goutter VER 0.73 2.36 0.01 0.41 inf; -gouttera goutter VER 0.73 2.36 0.01 0.00 ind:fut:3s; -goutterais goutter VER 0.73 2.36 0.01 0.00 cnd:pre:1s; -gouttereau gouttereau ADJ m s 0.00 0.20 0.00 0.14 -gouttereaux gouttereau ADJ m p 0.00 0.20 0.00 0.07 -gouttes goutte NOM f p 28.03 64.32 8.94 33.99 -goutteuse goutteur NOM f s 0.01 0.00 0.01 0.00 -goutteuses goutteux ADJ f p 0.01 0.41 0.00 0.14 -goutteux goutteux ADJ m 0.01 0.41 0.01 0.20 -gouttière gouttière NOM f s 2.99 10.95 2.47 6.82 -gouttières gouttière NOM f p 2.99 10.95 0.52 4.12 -gouvernable gouvernable ADJ s 0.01 0.00 0.01 0.00 -gouvernaient gouverner VER 7.60 8.78 0.17 0.14 ind:imp:3p; -gouvernail gouvernail NOM m s 2.87 1.69 2.81 1.62 -gouvernails gouvernail NOM m p 2.87 1.69 0.06 0.07 -gouvernait gouverner VER 7.60 8.78 0.21 1.69 ind:imp:3s; -gouvernance gouvernance NOM f s 0.01 0.00 0.01 0.00 -gouvernant gouvernant NOM m s 0.45 2.09 0.14 0.07 -gouvernante gouvernante NOM f s 4.60 4.73 4.52 3.85 -gouvernantes gouvernante NOM f p 4.60 4.73 0.08 0.88 -gouvernants gouvernant NOM m p 0.45 2.09 0.30 2.03 -gouverne gouverner VER 7.60 8.78 1.58 1.28 imp:pre:2s;ind:pre:1s;ind:pre:3s; -gouvernement gouvernement NOM m s 62.66 132.03 59.82 119.73 -gouvernemental gouvernemental ADJ m s 2.93 1.69 0.98 0.61 -gouvernementale gouvernemental ADJ f s 2.93 1.69 0.82 0.74 -gouvernementales gouvernemental ADJ f p 2.93 1.69 0.72 0.34 -gouvernementaux gouvernemental ADJ m p 2.93 1.69 0.40 0.00 -gouvernements gouvernement NOM m p 62.66 132.03 2.83 12.30 -gouvernent gouverner VER 7.60 8.78 0.72 0.41 ind:pre:3p; -gouverner gouverner VER 7.60 8.78 3.18 3.24 inf; -gouvernera gouverner VER 7.60 8.78 0.56 0.07 ind:fut:3s; -gouvernerai gouverner VER 7.60 8.78 0.03 0.14 ind:fut:1s; -gouvernerait gouverner VER 7.60 8.78 0.01 0.14 cnd:pre:3s; -gouverneras gouverner VER 7.60 8.78 0.02 0.00 ind:fut:2s; -gouvernerez gouverner VER 7.60 8.78 0.04 0.07 ind:fut:2p; -gouvernerons gouverner VER 7.60 8.78 0.03 0.00 ind:fut:1p; -gouverneront gouverner VER 7.60 8.78 0.06 0.07 ind:fut:3p; -gouvernes gouverner VER 7.60 8.78 0.17 0.00 ind:pre:2s; -gouverneur gouverneur NOM m s 21.73 18.38 20.96 16.35 -gouverneurs gouverneur NOM m p 21.73 18.38 0.77 2.03 -gouvernez gouverner VER 7.60 8.78 0.14 0.00 imp:pre:2p;ind:pre:2p; -gouverniez gouverner VER 7.60 8.78 0.01 0.00 ind:imp:2p; -gouvernorat gouvernorat NOM m s 0.01 0.14 0.01 0.00 -gouvernorats gouvernorat NOM m p 0.01 0.14 0.00 0.14 -gouvernât gouverner VER 7.60 8.78 0.00 0.14 sub:imp:3s; -gouverné gouverner VER m s 7.60 8.78 0.38 0.81 par:pas; -gouvernée gouverner VER f s 7.60 8.78 0.17 0.47 par:pas; -gouvernés gouverner VER m p 7.60 8.78 0.07 0.07 par:pas; -gouzi_gouzi gouzi_gouzi NOM m 0.06 0.07 0.06 0.07 -goy goy NOM m s 0.13 0.47 0.13 0.47 -goyave goyave NOM f s 0.06 0.20 0.06 0.20 -goyesque goyesque NOM s 0.00 0.20 0.00 0.14 -goyesques goyesque NOM p 0.00 0.20 0.00 0.07 -graal graal NOM m s 0.04 0.34 0.04 0.34 -grabat grabat NOM m s 0.36 2.09 0.23 1.96 -grabataire grabataire ADJ s 0.13 0.27 0.11 0.27 -grabataires grabataire ADJ m p 0.13 0.27 0.02 0.00 -grabats grabat NOM m p 0.36 2.09 0.14 0.14 -graben graben NOM m s 0.14 0.00 0.14 0.00 -grabuge grabuge NOM m s 2.55 0.54 2.55 0.54 -gracia gracier VER 3.62 1.22 0.00 0.07 ind:pas:3s; -graciai gracier VER 3.62 1.22 0.00 0.07 ind:pas:1s; -gracias gracier VER 3.62 1.22 1.58 0.20 ind:pas:2s; -gracie gracier VER 3.62 1.22 0.81 0.27 imp:pre:2s;ind:pre:1s;ind:pre:3s; -gracier gracier VER 3.62 1.22 0.39 0.41 inf; -graciera gracier VER 3.62 1.22 0.01 0.00 ind:fut:3s; -gracierai gracier VER 3.62 1.22 0.04 0.00 ind:fut:1s; -gracieras gracier VER 3.62 1.22 0.02 0.00 ind:fut:2s; -gracieuse gracieux ADJ f s 4.54 15.81 1.84 6.08 -gracieusement gracieusement ADV 0.54 2.70 0.54 2.70 -gracieuses gracieux ADJ f p 4.54 15.81 0.29 2.09 -gracieuseté gracieuseté NOM f s 0.20 0.41 0.06 0.14 -gracieusetés gracieuseté NOM f p 0.20 0.41 0.14 0.27 -gracieusé gracieusé ADJ m s 0.00 0.07 0.00 0.07 -gracieux gracieux ADJ m 4.54 15.81 2.42 7.64 -graciez gracier VER 3.62 1.22 0.04 0.00 imp:pre:2p;ind:pre:2p; -gracile gracile ADJ s 0.16 2.50 0.16 1.69 -graciles gracile ADJ f p 0.16 2.50 0.00 0.81 -gracilité gracilité NOM f s 0.00 0.07 0.00 0.07 -graciât gracier VER 3.62 1.22 0.00 0.07 sub:imp:3s; -gracié gracier VER m s 3.62 1.22 0.51 0.00 par:pas; -graciée gracier VER f s 3.62 1.22 0.06 0.07 par:pas; -graciés gracier VER m p 3.62 1.22 0.16 0.07 par:pas; -gradaille gradaille NOM f s 0.00 0.07 0.00 0.07 -gradation gradation NOM f s 0.01 0.54 0.00 0.34 -gradations gradation NOM f p 0.01 0.54 0.01 0.20 -grade grade NOM m s 6.44 8.18 5.78 7.03 -grader grader NOM m s 0.00 0.07 0.00 0.07 -grades grade NOM m p 6.44 8.18 0.66 1.15 -gradient gradient NOM m s 0.04 0.00 0.03 0.00 -gradients gradient NOM m p 0.04 0.00 0.01 0.00 -gradin gradin NOM m s 1.06 5.07 0.01 0.41 -gradins gradin NOM m p 1.06 5.07 1.05 4.66 -gradé gradé ADJ m s 1.61 1.22 1.36 0.68 -graduation graduation NOM f s 0.12 0.41 0.11 0.27 -graduations graduation NOM f p 0.12 0.41 0.01 0.14 -gradée gradé ADJ f s 1.61 1.22 0.09 0.07 -graduel graduel ADJ m s 0.09 0.14 0.01 0.00 -graduelle graduel ADJ f s 0.09 0.14 0.07 0.14 -graduellement graduellement ADV 0.24 0.81 0.24 0.81 -graduer graduer VER 0.18 0.41 0.01 0.14 inf; -gradés gradé NOM m p 1.94 8.45 0.82 6.49 -gradus gradus NOM m 0.00 0.07 0.00 0.07 -gradué graduer VER m s 0.18 0.41 0.03 0.20 par:pas; -graduée graduer VER f s 0.18 0.41 0.14 0.00 par:pas; -graduées graduer VER f p 0.18 0.41 0.01 0.00 par:pas; -gradués gradué NOM m p 0.02 0.00 0.02 0.00 -graff graff NOM m s 0.05 0.00 0.05 0.00 -graffeur graffeur NOM m s 0.06 0.00 0.06 0.00 -graffita graffiter VER 0.01 0.27 0.00 0.07 ind:pas:3s; -graffiter graffiter VER 0.01 0.27 0.01 0.07 inf; -graffiteur graffiteur NOM m s 0.09 0.07 0.02 0.00 -graffiteurs graffiteur NOM m p 0.09 0.07 0.07 0.07 -graffiti graffiti NOM m 2.73 4.19 1.93 3.45 -graffitis graffiti NOM m p 2.73 4.19 0.80 0.74 -graffito graffito NOM m s 0.00 0.20 0.00 0.20 -graffité graffiter VER m s 0.01 0.27 0.00 0.14 par:pas; -grafigner grafigner VER 0.14 0.07 0.14 0.07 inf; -graillant grailler VER 0.21 2.64 0.00 0.07 par:pre; -graille grailler VER 0.21 2.64 0.05 0.95 imp:pre:2s;ind:pre:3s; -grailler grailler VER 0.21 2.64 0.15 0.00 inf; -graillon graillon NOM m s 0.08 1.22 0.08 1.01 -graillonna graillonner VER 0.14 0.20 0.00 0.07 ind:pas:3s; -graillonnait graillonner VER 0.14 0.20 0.00 0.07 ind:imp:3s; -graillonnant graillonnant ADJ m s 0.00 0.07 0.00 0.07 -graillonne graillonner VER 0.14 0.20 0.14 0.07 ind:pre:3s; -graillonnements graillonnement NOM m p 0.00 0.07 0.00 0.07 -graillonneuse graillonneur NOM f s 0.00 0.27 0.00 0.20 -graillonneuses graillonneur NOM f p 0.00 0.27 0.00 0.07 -graillonneux graillonneux ADJ m 0.00 0.14 0.00 0.14 -graillons graillon NOM m p 0.08 1.22 0.00 0.20 -graillé grailler VER m s 0.21 2.64 0.01 0.14 par:pas; -graillée grailler VER f s 0.21 2.64 0.00 1.49 par:pas; -grain grain NOM m s 14.32 35.95 10.74 24.26 -graine graine NOM f s 11.41 13.51 5.51 8.04 -grainer grainer VER 0.00 0.20 0.00 0.07 inf; -graines graine NOM f p 11.41 13.51 5.90 5.47 -graineterie graineterie NOM f s 0.00 0.20 0.00 0.20 -grainetier grainetier NOM m s 0.00 0.34 0.00 0.20 -grainetiers grainetier NOM m p 0.00 0.34 0.00 0.14 -grains grain NOM m p 14.32 35.95 3.57 11.69 -grainé grainer VER m s 0.00 0.20 0.00 0.14 par:pas; -graissa graisser VER 2.48 4.53 0.00 0.34 ind:pas:3s; -graissage graissage NOM m s 0.24 0.27 0.23 0.20 -graissages graissage NOM m p 0.24 0.27 0.01 0.07 -graissait graisser VER 2.48 4.53 0.01 0.61 ind:imp:3s; -graissant graisser VER 2.48 4.53 0.00 0.20 par:pre; -graisse graisse NOM f s 9.09 18.31 8.38 17.64 -graissent graisser VER 2.48 4.53 0.03 0.54 ind:pre:3p; -graisser graisser VER 2.48 4.53 1.10 1.49 inf; -graissera graisser VER 2.48 4.53 0.02 0.00 ind:fut:3s; -graisserai graisser VER 2.48 4.53 0.01 0.07 ind:fut:1s; -graisses graisse NOM f p 9.09 18.31 0.70 0.68 -graisseur graisseur ADJ m s 0.02 0.00 0.02 0.00 -graisseuse graisseux ADJ f s 0.82 5.07 0.10 1.42 -graisseuses graisseux ADJ f p 0.82 5.07 0.07 0.88 -graisseux graisseux ADJ m 0.82 5.07 0.65 2.77 -graissez graisser VER 2.48 4.53 0.09 0.07 imp:pre:2p;ind:pre:2p; -graissât graisser VER 2.48 4.53 0.00 0.07 sub:imp:3s; -graissé graisser VER m s 2.48 4.53 0.42 0.47 par:pas; -graissée graissé ADJ f s 0.30 1.08 0.01 0.47 -graissées graisser VER f p 2.48 4.53 0.01 0.07 par:pas; -graissés graisser VER m p 2.48 4.53 0.26 0.00 par:pas; -gram gram NOM m s 0.28 0.00 0.28 0.00 -gramen gramen NOM m s 0.01 0.20 0.01 0.00 -gramens gramen NOM m p 0.01 0.20 0.00 0.20 -graminée graminée NOM f s 0.01 1.89 0.01 0.54 -graminées graminée NOM f p 0.01 1.89 0.00 1.35 -grammage grammage NOM m s 0.03 0.07 0.03 0.00 -grammages grammage NOM m p 0.03 0.07 0.00 0.07 -grammaire grammaire NOM f s 1.73 6.01 1.73 5.47 -grammaires grammaire NOM f p 1.73 6.01 0.00 0.54 -grammairien grammairien NOM m s 0.01 1.08 0.01 0.41 -grammairienne grammairien NOM f s 0.01 1.08 0.00 0.14 -grammairiennes grammairien NOM f p 0.01 1.08 0.00 0.07 -grammairiens grammairien NOM m p 0.01 1.08 0.00 0.47 -grammatical grammatical ADJ m s 0.17 0.68 0.14 0.07 -grammaticale grammatical ADJ f s 0.17 0.68 0.02 0.41 -grammaticalement grammaticalement ADV 0.14 0.14 0.14 0.14 -grammaticales grammatical ADJ f p 0.17 0.68 0.01 0.07 -grammaticaux grammatical ADJ m p 0.17 0.68 0.00 0.14 -gramme gramme NOM m s 5.81 4.93 1.76 1.22 -grammer grammer VER 0.03 0.00 0.03 0.00 inf; -grammes gramme NOM m p 5.81 4.93 4.05 3.72 -gramophone gramophone NOM m s 1.14 1.08 1.13 1.01 -gramophones gramophone NOM m p 1.14 1.08 0.01 0.07 -grana grana NOM m s 0.00 0.14 0.00 0.07 -granas grana NOM m p 0.00 0.14 0.00 0.07 -grand_angle grand_angle NOM m s 0.06 0.00 0.06 0.00 -grand_chose grand_chose PRO:ind m s 28.01 36.08 28.01 36.08 -grand_duc grand_duc NOM m s 2.03 1.76 1.90 0.88 -grand_ducal grand_ducal ADJ f s 0.00 0.07 0.00 0.07 -grand_duché grand_duché NOM m s 0.01 0.07 0.01 0.07 -grand_faim grand_faim ADV 0.00 0.20 0.00 0.20 -grand_guignol grand_guignol NOM m s 0.01 0.00 0.01 0.00 -grand_guignolesque grand_guignolesque ADJ s 0.01 0.00 0.01 0.00 -grand_hôtel grand_hôtel NOM m s 0.00 0.07 0.00 0.07 -grand_hâte grand_hâte ADV 0.00 0.07 0.00 0.07 -grand_maître grand_maître NOM m s 0.10 0.07 0.10 0.07 -grand_papa grand_papa NOM f s 2.35 0.95 0.84 0.27 -grand_messe grand_messe NOM f s 0.29 1.28 0.29 1.28 -grand_mère grand_mère NOM f s 73.22 94.59 72.39 91.76 -grand_mère grand_mère NOM f p 73.22 94.59 0.53 2.16 -grand_neige grand_neige NOM m s 0.00 0.07 0.00 0.07 -grand_officier grand_officier NOM m s 0.00 0.07 0.00 0.07 -grand_oncle grand_oncle NOM m s 0.45 4.26 0.45 3.65 -grand_papa grand_papa NOM m s 2.35 0.95 1.50 0.68 -grand_peine grand_peine ADV 0.25 4.86 0.25 4.86 -grand_peur grand_peur ADV 0.00 0.20 0.00 0.20 -grand_place grand_place NOM f s 0.12 1.35 0.12 1.35 -grand_prêtre grand_prêtre NOM m s 0.11 0.20 0.11 0.20 -grand_père grand_père NOM m s 75.64 96.49 75.19 95.20 -grand_quartier grand_quartier NOM m s 0.00 0.34 0.00 0.34 -grand_route grand_route NOM f s 0.27 3.65 0.27 3.58 -grand_route grand_route NOM f p 0.27 3.65 0.00 0.07 -grand_rue grand_rue NOM f s 0.64 2.36 0.64 2.36 -grand_salle grand_salle NOM f s 0.00 0.20 0.00 0.20 -grand_tante grand_tante NOM f s 1.17 1.76 1.17 1.22 -grand_tante grand_tante NOM f p 1.17 1.76 0.00 0.47 -grand_vergue grand_vergue NOM f s 0.05 0.00 0.05 0.00 -grand_voile grand_voile NOM f s 0.23 0.27 0.23 0.27 -grand grand ADJ m s 638.72 1244.66 338.27 537.97 -grandît grandir VER 63.99 46.69 0.01 0.07 sub:imp:3s; -grand_duc grand_duc NOM f s 2.03 1.76 0.09 0.34 -grande grand ADJ f s 638.72 1244.66 198.25 378.65 -grandement grandement ADV 1.59 2.84 1.59 2.84 -grande_duchesse grande_duchesse NOM f p 0.01 0.14 0.01 0.14 -grandes grand ADJ f p 638.72 1244.66 42.68 126.49 -grandesse grandesse NOM f s 0.00 0.14 0.00 0.14 -grandet grandet ADJ m s 0.00 0.14 0.00 0.14 -grandeur grandeur NOM f s 8.75 28.38 7.71 26.49 -grandeurs grandeur NOM f p 8.75 28.38 1.04 1.89 -grandi grandir VER m s 63.99 46.69 30.06 13.45 par:pas; -grandie grandir VER f s 63.99 46.69 0.17 0.74 par:pas; -grandiloque grandiloque ADJ m s 0.00 0.07 0.00 0.07 -grandiloquence grandiloquence NOM f s 0.06 0.81 0.06 0.81 -grandiloquent grandiloquent ADJ m s 0.15 1.69 0.15 0.54 -grandiloquente grandiloquent ADJ f s 0.15 1.69 0.00 0.74 -grandiloquentes grandiloquent ADJ f p 0.15 1.69 0.00 0.14 -grandiloquents grandiloquent ADJ m p 0.15 1.69 0.00 0.27 -grandiose grandiose ADJ s 4.70 10.00 4.16 8.24 -grandiosement grandiosement ADV 0.00 0.14 0.00 0.14 -grandioses grandiose ADJ p 4.70 10.00 0.53 1.76 -grandir grandir VER 63.99 46.69 13.31 11.22 inf; -grandira grandir VER 63.99 46.69 1.07 0.27 ind:fut:3s; -grandirai grandir VER 63.99 46.69 0.07 0.00 ind:fut:1s; -grandiraient grandir VER 63.99 46.69 0.03 0.07 cnd:pre:3p; -grandirais grandir VER 63.99 46.69 0.01 0.00 cnd:pre:2s; -grandirait grandir VER 63.99 46.69 0.14 0.27 cnd:pre:3s; -grandiras grandir VER 63.99 46.69 0.70 0.20 ind:fut:2s; -grandirent grandir VER 63.99 46.69 0.08 0.41 ind:pas:3p; -grandirez grandir VER 63.99 46.69 0.05 0.07 ind:fut:2p; -grandiriez grandir VER 63.99 46.69 0.01 0.00 cnd:pre:2p; -grandirons grandir VER 63.99 46.69 0.01 0.07 ind:fut:1p; -grandiront grandir VER 63.99 46.69 0.24 0.20 ind:fut:3p; -grandis grandir VER m p 63.99 46.69 2.44 1.15 imp:pre:2s;ind:pre:1s;ind:pre:2s;par:pas; -grandissaient grandir VER 63.99 46.69 0.44 1.22 ind:imp:3p; -grandissais grandir VER 63.99 46.69 0.17 0.47 ind:imp:1s;ind:imp:2s; -grandissait grandir VER 63.99 46.69 1.28 5.61 ind:imp:3s; -grandissant grandir VER 63.99 46.69 1.52 2.09 par:pre; -grandissante grandissant ADJ f s 0.87 5.47 0.38 3.11 -grandissantes grandissant ADJ f p 0.87 5.47 0.03 0.07 -grandissants grandissant ADJ m p 0.87 5.47 0.01 0.07 -grandisse grandir VER 63.99 46.69 1.36 0.27 sub:pre:1s;sub:pre:3s; -grandissement grandissement NOM m s 0.00 0.07 0.00 0.07 -grandissent grandir VER 63.99 46.69 2.55 1.76 ind:pre:3p; -grandisses grandir VER 63.99 46.69 0.31 0.07 sub:pre:2s; -grandissez grandir VER 63.99 46.69 0.28 0.00 imp:pre:2p;ind:pre:2p; -grandissime grandissime ADJ s 0.03 0.07 0.03 0.07 -grandissions grandir VER 63.99 46.69 0.01 0.07 ind:imp:1p; -grandissons grandir VER 63.99 46.69 0.04 0.07 imp:pre:1p;ind:pre:1p; -grandit grandir VER 63.99 46.69 7.64 6.89 ind:pre:3s;ind:pas:3s; -grand_croix grand_croix NOM m p 0.00 0.07 0.00 0.07 -grand_duc grand_duc NOM m p 2.03 1.76 0.05 0.54 -grand_mère grand_mère NOM f p 73.22 94.59 0.30 0.68 -grand_oncle grand_oncle NOM m p 0.45 4.26 0.00 0.61 -grands_parents grands_parents NOM m p 4.59 9.19 4.59 9.19 -grand_père grand_père NOM m p 75.64 96.49 0.45 1.28 -grand_tante grand_tante NOM f p 1.17 1.76 0.00 0.07 -grands grand ADJ m p 638.72 1244.66 59.52 201.55 -grange grange NOM f s 7.33 46.01 6.95 40.74 -granges grange NOM f p 7.33 46.01 0.38 5.27 -grangette grangette NOM f s 0.00 0.14 0.00 0.14 -granit granit NOM m s 1.74 10.07 1.74 9.80 -granita graniter VER 0.00 0.20 0.00 0.14 ind:pas:3s; -granite granite NOM m s 0.34 0.47 0.34 0.47 -granitique granitique ADJ s 0.14 0.61 0.14 0.20 -granitiques granitique ADJ p 0.14 0.61 0.00 0.41 -granito granito NOM m s 0.00 0.07 0.00 0.07 -granits granit NOM m p 1.74 10.07 0.00 0.27 -granité granité NOM m s 0.17 0.07 0.12 0.07 -granitée graniter VER f s 0.00 0.20 0.00 0.07 par:pas; -granités granité NOM m p 0.17 0.07 0.05 0.00 -granulaire granulaire ADJ m s 0.01 0.00 0.01 0.00 -granulait granuler VER 0.00 0.27 0.00 0.14 ind:imp:3s; -granulation granulation NOM f s 0.01 0.34 0.01 0.07 -granulations granulation NOM f p 0.01 0.34 0.00 0.27 -granule granuler VER 0.00 0.27 0.00 0.07 ind:pre:3s; -granules granule NOM m p 0.11 0.14 0.11 0.14 -granuleuse granuleux ADJ f s 0.22 1.55 0.17 0.95 -granuleuses granuleux ADJ f p 0.22 1.55 0.01 0.07 -granuleux granuleux ADJ m s 0.22 1.55 0.04 0.54 -granulie granulie NOM f s 0.01 0.00 0.01 0.00 -granulome granulome NOM m s 0.03 0.00 0.03 0.00 -granulé granulé NOM m s 0.32 0.47 0.00 0.14 -granulée granuler VER f s 0.00 0.27 0.00 0.07 par:pas; -granulés granulé NOM m p 0.32 0.47 0.32 0.34 -grape_fruit grape_fruit NOM m s 0.00 0.27 0.00 0.27 -graph graph NOM s 0.01 0.00 0.01 0.00 -graphe graphe NOM m s 0.14 0.00 0.12 0.00 -graphes graphe NOM m p 0.14 0.00 0.03 0.00 -graphie graphie NOM f s 0.02 0.61 0.02 0.41 -graphies graphie NOM f p 0.02 0.61 0.00 0.20 -graphique graphique NOM s 1.31 0.61 0.72 0.20 -graphiques graphique NOM p 1.31 0.61 0.59 0.41 -graphisme graphisme NOM m s 0.28 0.41 0.23 0.41 -graphismes graphisme NOM m p 0.28 0.41 0.04 0.00 -graphiste graphiste NOM s 0.18 0.00 0.18 0.00 -graphite graphite NOM m s 0.29 0.07 0.29 0.00 -graphites graphite NOM m p 0.29 0.07 0.00 0.07 -graphologie graphologie NOM f s 0.15 0.00 0.15 0.00 -graphologique graphologique ADJ m s 0.01 0.07 0.01 0.07 -graphologue graphologue NOM s 0.18 0.20 0.17 0.14 -graphologues graphologue NOM p 0.18 0.20 0.01 0.07 -graphomane graphomane NOM s 0.01 0.14 0.01 0.00 -graphomanes graphomane NOM p 0.01 0.14 0.00 0.14 -graphomanie graphomanie NOM f s 0.00 0.07 0.00 0.07 -graphomètre graphomètre NOM m s 0.00 0.07 0.00 0.07 -graphophone graphophone NOM m s 0.01 0.00 0.01 0.00 -grappa grappa NOM f s 0.72 0.34 0.72 0.34 -grappe grappe NOM f s 2.51 12.30 1.93 4.39 -grappes grappe NOM f p 2.51 12.30 0.59 7.91 -grappillage grappillage NOM m s 0.07 0.00 0.07 0.00 -grappillais grappiller VER 0.13 0.95 0.00 0.14 ind:imp:1s; -grappillait grappiller VER 0.13 0.95 0.01 0.20 ind:imp:3s; -grappillent grappiller VER 0.13 0.95 0.00 0.07 ind:pre:3p; -grappiller grappiller VER 0.13 0.95 0.08 0.41 inf; -grappilleur grappilleur NOM m s 0.01 0.00 0.01 0.00 -grappillon grappillon NOM m s 0.00 0.14 0.00 0.07 -grappillons grappillon NOM m p 0.00 0.14 0.00 0.07 -grappillé grappiller VER m s 0.13 0.95 0.01 0.07 par:pas; -grappillées grappiller VER f p 0.13 0.95 0.03 0.07 par:pas; -grappin grappin NOM m s 1.54 0.81 1.36 0.68 -grappins grappin NOM m p 1.54 0.81 0.18 0.14 -gras_double gras_double NOM m s 0.22 1.08 0.22 1.01 -gras_double gras_double NOM m p 0.22 1.08 0.00 0.07 -gras gras ADJ m 14.31 48.92 10.55 25.61 -grasse gras ADJ f s 14.31 48.92 2.19 14.12 -grassement grassement ADV 0.24 0.81 0.24 0.81 -grasses gras ADJ f p 14.31 48.92 1.57 9.19 -grasseya grasseyer VER 0.00 0.61 0.00 0.20 ind:pas:3s; -grasseyait grasseyer VER 0.00 0.61 0.00 0.14 ind:imp:3s; -grasseyant grasseyant ADJ m s 0.00 0.61 0.00 0.20 -grasseyante grasseyant ADJ f s 0.00 0.61 0.00 0.41 -grasseyement grasseyement NOM m s 0.00 0.41 0.00 0.27 -grasseyements grasseyement NOM m p 0.00 0.41 0.00 0.14 -grasseyer grasseyer VER 0.00 0.61 0.00 0.07 inf; -grasseyé grasseyer VER m s 0.00 0.61 0.00 0.07 par:pas; -grassouillet grassouillet ADJ m s 1.08 1.96 0.66 0.88 -grassouillets grassouillet ADJ m p 1.08 1.96 0.06 0.14 -grassouillette grassouillet ADJ f s 1.08 1.96 0.28 0.74 -grassouillettes grassouillet ADJ f p 1.08 1.96 0.08 0.20 -gratifia gratifier VER 0.76 4.26 0.00 0.74 ind:pas:3s; -gratifiaient gratifier VER 0.76 4.26 0.00 0.14 ind:imp:3p; -gratifiait gratifier VER 0.76 4.26 0.01 0.20 ind:imp:3s; -gratifiant gratifiant ADJ m s 0.99 0.27 0.78 0.14 -gratifiante gratifiant ADJ f s 0.99 0.27 0.21 0.14 -gratification gratification NOM f s 0.34 0.68 0.29 0.34 -gratifications gratification NOM f p 0.34 0.68 0.04 0.34 -gratifie gratifier VER 0.76 4.26 0.17 0.68 ind:pre:1s;ind:pre:3s; -gratifier gratifier VER 0.76 4.26 0.19 0.54 inf; -gratifierait gratifier VER 0.76 4.26 0.00 0.07 cnd:pre:3s; -gratifies gratifier VER 0.76 4.26 0.00 0.07 ind:pre:2s; -gratifiez gratifier VER 0.76 4.26 0.01 0.00 ind:pre:2p; -gratifièrent gratifier VER 0.76 4.26 0.01 0.07 ind:pas:3p; -gratifié gratifier VER m s 0.76 4.26 0.14 1.15 par:pas; -gratifiée gratifier VER f s 0.76 4.26 0.03 0.20 par:pas; -gratifiés gratifier VER m p 0.76 4.26 0.10 0.27 par:pas; -gratin gratin NOM m s 1.63 2.16 1.63 2.09 -gratiner gratiner VER 0.29 0.81 0.01 0.07 inf; -gratins gratin NOM m p 1.63 2.16 0.00 0.07 -gratiné gratiner VER m s 0.29 0.81 0.04 0.20 par:pas; -gratinée gratiner VER f s 0.29 0.81 0.05 0.34 par:pas; -gratinées gratiner VER f p 0.29 0.81 0.17 0.20 par:pas; -gratinés gratiner VER m p 0.29 0.81 0.03 0.00 par:pas; -gratis_pro_deo gratis_pro_deo ADV 0.00 0.14 0.00 0.14 -gratis gratis ADV 4.39 3.11 4.39 3.11 -gratitude gratitude NOM f s 7.61 8.38 7.61 8.24 -gratitudes gratitude NOM f p 7.61 8.38 0.00 0.14 -gratos gratos ADV 3.94 0.68 3.94 0.68 -gratouillait gratouiller VER 0.17 0.41 0.00 0.07 ind:imp:3s; -gratouillant gratouiller VER 0.17 0.41 0.00 0.07 par:pre; -gratouille gratouiller VER 0.17 0.41 0.17 0.20 imp:pre:2s;ind:pre:1s;ind:pre:3s; -gratouillerait gratouiller VER 0.17 0.41 0.00 0.07 cnd:pre:3s; -gratouillis gratouillis NOM m 0.00 0.07 0.00 0.07 -gratta gratter VER 12.11 38.51 0.00 5.81 ind:pas:3s; -grattage grattage NOM m s 0.10 0.41 0.10 0.34 -grattages grattage NOM m p 0.10 0.41 0.00 0.07 -grattai gratter VER 12.11 38.51 0.00 0.20 ind:pas:1s; -grattaient gratter VER 12.11 38.51 0.14 0.88 ind:imp:3p; -grattais gratter VER 12.11 38.51 0.13 0.88 ind:imp:1s;ind:imp:2s; -grattait gratter VER 12.11 38.51 0.25 5.14 ind:imp:3s; -grattant gratter VER 12.11 38.51 0.12 3.85 par:pre; -gratte_ciel gratte_ciel NOM m 1.40 3.04 1.14 3.04 -gratte_ciel gratte_ciel NOM m p 1.40 3.04 0.26 0.00 -gratte_cul gratte_cul NOM m 0.00 0.14 0.00 0.14 -gratte_dos gratte_dos NOM m 0.11 0.00 0.11 0.00 -gratte_papier gratte_papier NOM m 0.67 0.54 0.45 0.54 -gratte_papier gratte_papier NOM m p 0.67 0.54 0.22 0.00 -gratte_pieds gratte_pieds NOM m 0.00 0.20 0.00 0.20 -gratte gratter VER 12.11 38.51 3.75 7.09 imp:pre:2s;ind:pre:1s;ind:pre:3s; -grattement grattement NOM m s 0.15 1.49 0.05 1.22 -grattements grattement NOM m p 0.15 1.49 0.10 0.27 -grattent gratter VER 12.11 38.51 0.51 1.15 ind:pre:3p; -gratter gratter VER 12.11 38.51 5.03 8.85 inf; -grattera gratter VER 12.11 38.51 0.03 0.14 ind:fut:3s; -gratterai gratter VER 12.11 38.51 0.10 0.07 ind:fut:1s; -gratteraient gratter VER 12.11 38.51 0.00 0.07 cnd:pre:3p; -gratterait gratter VER 12.11 38.51 0.01 0.20 cnd:pre:3s; -gratterez gratter VER 12.11 38.51 0.00 0.07 ind:fut:2p; -gratterons gratteron NOM m p 0.00 0.20 0.00 0.20 -grattes gratter VER 12.11 38.51 0.49 0.27 ind:pre:2s; -gratteur gratteur NOM m s 0.05 0.34 0.04 0.07 -gratteurs gratteur NOM m p 0.05 0.34 0.01 0.27 -grattez gratter VER 12.11 38.51 0.80 0.07 imp:pre:2p;ind:pre:2p; -grattoir grattoir NOM m s 0.09 1.49 0.08 1.15 -grattoirs grattoir NOM m p 0.09 1.49 0.01 0.34 -grattons gratter VER 12.11 38.51 0.02 0.00 ind:pre:1p; -grattât gratter VER 12.11 38.51 0.10 0.07 sub:imp:3s; -grattouillant grattouiller VER 0.01 0.27 0.00 0.07 par:pre; -grattouillent grattouiller VER 0.01 0.27 0.00 0.07 ind:pre:3p; -grattouiller grattouiller VER 0.01 0.27 0.01 0.00 inf; -grattouilles grattouiller VER 0.01 0.27 0.00 0.07 ind:pre:2s; -grattouillis grattouillis NOM m 0.05 0.07 0.05 0.07 -grattouillé grattouiller VER m s 0.01 0.27 0.00 0.07 par:pas; -gratté gratter VER m s 12.11 38.51 0.56 2.43 par:pas; -grattée gratter VER f s 12.11 38.51 0.03 0.47 par:pas; -grattées gratter VER f p 12.11 38.51 0.01 0.41 par:pas; -gratture gratture NOM f s 0.00 0.07 0.00 0.07 -grattés gratter VER m p 12.11 38.51 0.04 0.41 par:pas; -gratuit gratuit ADJ m s 24.28 13.11 12.15 5.81 -gratuite gratuit ADJ f s 24.28 13.11 6.43 4.73 -gratuitement gratuitement ADV 6.37 2.91 6.37 2.91 -gratuites gratuit ADJ f p 24.28 13.11 1.81 1.15 -gratuits gratuit ADJ m p 24.28 13.11 3.89 1.42 -gratuité gratuité NOM f s 0.05 1.69 0.05 1.69 -grau grau NOM m s 0.01 0.00 0.01 0.00 -grava graver VER 10.34 18.38 0.04 0.47 ind:pas:3s; -gravai graver VER 10.34 18.38 0.00 0.07 ind:pas:1s; -gravaient graver VER 10.34 18.38 0.02 0.27 ind:imp:3p; -gravais graver VER 10.34 18.38 0.02 0.20 ind:imp:1s; -gravait graver VER 10.34 18.38 0.16 0.68 ind:imp:3s; -gravant graver VER 10.34 18.38 0.02 0.34 par:pre; -gravats gravats NOM m p 0.34 4.12 0.34 4.12 -grave grave ADJ s 142.48 93.78 134.19 74.86 -graveleuse graveleux ADJ f s 0.06 1.35 0.01 0.20 -graveleuses graveleux ADJ f p 0.06 1.35 0.00 0.47 -graveleux graveleux ADJ m s 0.06 1.35 0.04 0.68 -gravelle gravelle NOM f s 0.00 0.34 0.00 0.27 -gravelles gravelle NOM f p 0.00 0.34 0.00 0.07 -gravelé graveler VER m s 0.00 0.14 0.00 0.07 par:pas; -gravelés graveler VER m p 0.00 0.14 0.00 0.07 par:pas; -gravement gravement ADV 6.43 19.73 6.43 19.73 -gravent graver VER 10.34 18.38 0.04 0.20 ind:pre:3p; -graver graver VER 10.34 18.38 1.94 1.76 inf; -graveraient graver VER 10.34 18.38 0.00 0.14 cnd:pre:3p; -graverais graver VER 10.34 18.38 0.01 0.00 cnd:pre:1s; -graverait graver VER 10.34 18.38 0.01 0.00 cnd:pre:3s; -graves grave ADJ p 142.48 93.78 8.29 18.92 -graveur graveur NOM m s 0.40 1.08 0.38 0.81 -graveurs graveur NOM m p 0.40 1.08 0.02 0.27 -gravez graver VER 10.34 18.38 0.47 0.00 imp:pre:2p;ind:pre:2p; -gravi gravir VER m s 2.60 17.16 0.44 2.16 par:pas; -gravide gravide ADJ s 0.04 0.00 0.04 0.00 -gravidité gravidité NOM f s 0.01 0.00 0.01 0.00 -gravie gravir VER f s 2.60 17.16 0.00 0.20 par:pas; -gravier gravier NOM m s 2.32 15.41 1.40 11.35 -graviers gravier NOM m p 2.32 15.41 0.92 4.05 -gravies gravir VER f p 2.60 17.16 0.10 0.07 par:pas; -gravillon gravillon NOM m s 0.10 1.22 0.00 0.20 -gravillonnée gravillonner VER f s 0.00 0.20 0.00 0.14 par:pas; -gravillonnées gravillonner VER f p 0.00 0.20 0.00 0.07 par:pas; -gravillons gravillon NOM m p 0.10 1.22 0.10 1.01 -gravir gravir VER 2.60 17.16 1.30 5.41 inf; -gravirai gravir VER 2.60 17.16 0.05 0.00 ind:fut:1s; -gravirait gravir VER 2.60 17.16 0.00 0.07 cnd:pre:3s; -gravirent gravir VER 2.60 17.16 0.01 0.68 ind:pas:3p; -gravirons gravir VER 2.60 17.16 0.01 0.07 ind:fut:1p; -gravis gravir VER m p 2.60 17.16 0.40 1.15 imp:pre:2s;ind:pre:1s;ind:pre:2s;par:pas; -gravissaient gravir VER 2.60 17.16 0.00 0.41 ind:imp:3p; -gravissais gravir VER 2.60 17.16 0.01 0.20 ind:imp:1s;ind:imp:2s; -gravissait gravir VER 2.60 17.16 0.01 0.95 ind:imp:3s; -gravissant gravir VER 2.60 17.16 0.05 0.81 par:pre; -gravisse gravir VER 2.60 17.16 0.00 0.07 sub:pre:1s; -gravissent gravir VER 2.60 17.16 0.00 0.41 ind:pre:3p; -gravissime gravissime ADJ f s 0.41 0.14 0.17 0.07 -gravissimes gravissime ADJ p 0.41 0.14 0.25 0.07 -gravissions gravir VER 2.60 17.16 0.00 0.14 ind:imp:1p; -gravissons gravir VER 2.60 17.16 0.01 0.47 imp:pre:1p;ind:pre:1p; -gravit gravir VER 2.60 17.16 0.22 3.92 ind:pre:3s;ind:pas:3s; -gravitaient graviter VER 0.39 1.08 0.00 0.34 ind:imp:3p; -gravitait graviter VER 0.39 1.08 0.03 0.20 ind:imp:3s; -gravitant graviter VER 0.39 1.08 0.00 0.07 par:pre; -gravitation gravitation NOM f s 0.98 1.22 0.98 1.22 -gravitationnel gravitationnel ADJ m s 1.66 0.00 0.61 0.00 -gravitationnelle gravitationnel ADJ f s 1.66 0.00 0.59 0.00 -gravitationnelles gravitationnel ADJ f p 1.66 0.00 0.44 0.00 -gravitationnels gravitationnel ADJ m p 1.66 0.00 0.01 0.00 -gravite graviter VER 0.39 1.08 0.21 0.07 imp:pre:2s;ind:pre:1s;ind:pre:3s; -graviter graviter VER 0.39 1.08 0.04 0.27 inf; -gravières gravière NOM f p 0.00 0.07 0.00 0.07 -gravitons graviton NOM m p 0.02 0.00 0.02 0.00 -gravité gravité NOM f s 7.58 17.16 7.58 17.16 -gravons graver VER 10.34 18.38 0.05 0.00 imp:pre:1p; -gravos gravos ADJ m 0.01 0.20 0.01 0.20 -gravosse gravosse NOM f s 0.00 1.42 0.00 1.35 -gravosses gravosse NOM f p 0.00 1.42 0.00 0.07 -gravât graver VER 10.34 18.38 0.00 0.07 sub:imp:3s; -gravèrent graver VER 10.34 18.38 0.14 0.07 ind:pas:3p; -gravé graver VER m s 10.34 18.38 3.58 6.08 par:pas; -gravée graver VER f s 10.34 18.38 1.05 2.57 par:pas; -gravées graver VER f p 10.34 18.38 0.82 1.69 par:pas; -gravure gravure NOM f s 1.45 10.00 0.88 3.85 -gravures gravure NOM f p 1.45 10.00 0.57 6.15 -gravés graver VER m p 10.34 18.38 1.13 3.11 par:pas; -gray gray NOM m s 0.10 0.07 0.03 0.00 -grays gray NOM m p 0.10 0.07 0.08 0.07 -grec grec NOM m s 11.36 26.22 6.31 14.86 -grecque grec ADJ f s 12.14 29.46 3.69 9.26 -grecques grec ADJ f p 12.14 29.46 0.96 3.18 -grecs grec NOM m p 11.36 26.22 4.58 8.51 -gredin gredin NOM m s 1.82 0.61 1.25 0.34 -gredine gredin NOM f s 1.82 0.61 0.02 0.07 -gredins gredin NOM m p 1.82 0.61 0.55 0.20 -green green NOM m s 1.13 0.27 1.04 0.07 -greens green NOM m p 1.13 0.27 0.09 0.20 -greffage greffage NOM m s 0.01 0.00 0.01 0.00 -greffaient greffer VER 2.33 2.30 0.00 0.07 ind:imp:3p; -greffais greffer VER 2.33 2.30 0.01 0.00 ind:imp:1s; -greffait greffer VER 2.33 2.30 0.00 0.14 ind:imp:3s; -greffant greffer VER 2.33 2.30 0.01 0.27 par:pre; -greffe greffe NOM s 4.25 5.41 3.31 4.86 -greffent greffer VER 2.33 2.30 0.14 0.14 ind:pre:3p; -greffer greffer VER 2.33 2.30 0.84 0.61 inf; -greffera greffer VER 2.33 2.30 0.01 0.07 ind:fut:3s; -grefferais greffer VER 2.33 2.30 0.00 0.07 cnd:pre:1s; -grefferons greffer VER 2.33 2.30 0.00 0.07 ind:fut:1p; -grefferont greffer VER 2.33 2.30 0.00 0.07 ind:fut:3p; -greffes greffe NOM p 4.25 5.41 0.94 0.54 -greffier greffier NOM m s 1.54 3.65 1.42 3.18 -greffiers greffier NOM m p 1.54 3.65 0.04 0.47 -greffière greffier NOM f s 1.54 3.65 0.08 0.00 -greffon greffon NOM m s 0.33 0.20 0.18 0.00 -greffons greffon NOM m p 0.33 0.20 0.16 0.20 -greffé greffer VER m s 2.33 2.30 0.44 0.47 par:pas; -greffée greffé ADJ f s 0.34 0.41 0.26 0.34 -greffées greffer VER f p 2.33 2.30 0.01 0.00 par:pas; -greffés greffer VER m p 2.33 2.30 0.20 0.07 par:pas; -grelot grelot NOM m s 0.43 4.66 0.11 1.82 -grelots grelot NOM m p 0.43 4.66 0.32 2.84 -grelotta grelotter VER 1.25 10.27 0.00 0.20 ind:pas:3s; -grelottaient grelotter VER 1.25 10.27 0.00 0.41 ind:imp:3p; -grelottais grelotter VER 1.25 10.27 0.01 0.47 ind:imp:1s; -grelottait grelotter VER 1.25 10.27 0.27 1.76 ind:imp:3s; -grelottant grelottant ADJ m s 0.11 2.16 0.10 0.74 -grelottante grelottant ADJ f s 0.11 2.16 0.00 0.68 -grelottantes grelottant ADJ f p 0.11 2.16 0.00 0.34 -grelottants grelottant ADJ m p 0.11 2.16 0.01 0.41 -grelotte grelotter VER 1.25 10.27 0.65 1.49 ind:pre:1s;ind:pre:3s; -grelottement grelottement NOM m s 0.00 0.95 0.00 0.88 -grelottements grelottement NOM m p 0.00 0.95 0.00 0.07 -grelottent grelotter VER 1.25 10.27 0.00 0.47 ind:pre:3p; -grelotter grelotter VER 1.25 10.27 0.14 2.03 inf; -grelottes grelotter VER 1.25 10.27 0.01 0.20 ind:pre:2s; -grelotteux grelotteux NOM m 0.00 0.07 0.00 0.07 -grelottions grelotter VER 1.25 10.27 0.14 0.07 ind:imp:1p; -grelottons grelotter VER 1.25 10.27 0.00 0.20 ind:pre:1p; -grelottèrent grelotter VER 1.25 10.27 0.00 0.07 ind:pas:3p; -grelotté grelotter VER m s 1.25 10.27 0.01 0.27 par:pas; -grelottée grelotter VER f s 1.25 10.27 0.00 0.07 par:pas; -greluche greluche NOM f s 0.57 1.01 0.29 0.47 -greluches greluche NOM f p 0.57 1.01 0.28 0.54 -greluchon greluchon NOM m s 0.00 0.20 0.00 0.20 -grenache grenache NOM m s 0.00 0.27 0.00 0.27 -grenadage grenadage NOM m s 0.03 0.00 0.03 0.00 -grenade grenade NOM f s 11.67 12.97 6.32 6.49 -grenader grenader VER 0.05 0.20 0.05 0.07 inf; -grenades grenade NOM f p 11.67 12.97 5.35 6.49 -grenadeur grenadeur NOM m s 0.01 0.00 0.01 0.00 -grenadier grenadier NOM m s 0.14 4.05 0.04 1.42 -grenadiers grenadier NOM m p 0.14 4.05 0.10 2.64 -grenadine grenadine NOM f s 0.41 3.99 0.14 3.72 -grenadines grenadine NOM f p 0.41 3.99 0.27 0.27 -grenadé grenader VER m s 0.05 0.20 0.00 0.14 par:pas; -grenaille grenaille NOM f s 0.00 0.14 0.00 0.07 -grenailles grenaille NOM f p 0.00 0.14 0.00 0.07 -grenat grenat ADJ 0.16 3.85 0.16 3.85 -grenats grenat NOM m p 0.06 0.61 0.04 0.27 -grenelle greneler VER 0.00 0.07 0.00 0.07 imp:pre:2s; -greneta greneter VER 0.00 0.07 0.00 0.07 ind:pas:3s; -greneuse greneur NOM f s 0.00 0.07 0.00 0.07 -grenier grenier NOM m s 9.39 24.39 9.05 19.53 -greniers grenier NOM m p 9.39 24.39 0.34 4.86 -grenoblois grenoblois NOM m s 0.00 0.14 0.00 0.14 -grenouillage grenouillage NOM m s 0.14 0.00 0.14 0.00 -grenouillait grenouiller VER 0.00 0.07 0.00 0.07 ind:imp:3s; -grenouillard grenouillard ADJ m s 0.01 0.00 0.01 0.00 -grenouille_taureau grenouille_taureau NOM f s 0.01 0.00 0.01 0.00 -grenouille grenouille NOM f s 9.09 10.47 5.74 4.59 -grenouilles grenouille NOM f p 9.09 10.47 3.35 5.88 -grenouillettes grenouillette NOM f p 0.00 0.07 0.00 0.07 -grenouillère grenouiller NOM f s 0.06 0.00 0.06 0.00 -grenouillères grenouillère NOM f p 0.05 0.00 0.05 0.00 -grené grener VER m s 0.00 0.34 0.00 0.07 par:pas; -grenu grenu ADJ m s 0.01 1.89 0.01 0.74 -grenée grener VER f s 0.00 0.34 0.00 0.07 par:pas; -grenue grenu ADJ f s 0.01 1.89 0.00 0.68 -grenées grener VER f p 0.00 0.34 0.00 0.07 par:pas; -grenues grenu ADJ f p 0.01 1.89 0.00 0.34 -grenures grenure NOM f p 0.00 0.14 0.00 0.14 -grenus grenu ADJ m p 0.01 1.89 0.00 0.14 -gressin gressin NOM m s 0.04 0.27 0.03 0.20 -gressins gressin NOM m p 0.04 0.27 0.01 0.07 -gretchen gretchen NOM f s 1.89 0.41 1.89 0.34 -gretchens gretchen NOM f p 1.89 0.41 0.00 0.07 -grevaient grever VER 0.18 0.81 0.00 0.07 ind:imp:3p; -grever grever VER 0.18 0.81 0.02 0.07 inf; -grevé grever VER m s 0.18 0.81 0.01 0.14 par:pas; -grevée grever VER f s 0.18 0.81 0.00 0.20 par:pas; -grevés grever VER m p 0.18 0.81 0.00 0.07 par:pas; -gri_gri gri_gri NOM m s 0.21 0.14 0.21 0.14 -gribiche gribiche ADJ f s 0.00 0.14 0.00 0.14 -gribouilla gribouiller VER 0.60 1.69 0.00 0.07 ind:pas:3s; -gribouillage gribouillage NOM m s 0.66 0.54 0.51 0.20 -gribouillages gribouillage NOM m p 0.66 0.54 0.16 0.34 -gribouillais gribouiller VER 0.60 1.69 0.02 0.00 ind:imp:1s; -gribouillait gribouiller VER 0.60 1.69 0.01 0.14 ind:imp:3s; -gribouillant gribouiller VER 0.60 1.69 0.01 0.07 par:pre; -gribouille gribouiller VER 0.60 1.69 0.19 0.34 imp:pre:2s;ind:pre:1s;ind:pre:3s; -gribouillent gribouiller VER 0.60 1.69 0.00 0.07 ind:pre:3p; -gribouiller gribouiller VER 0.60 1.69 0.13 0.41 inf; -gribouilles gribouiller VER 0.60 1.69 0.01 0.07 ind:pre:2s; -gribouilleur gribouilleur NOM m s 0.06 0.07 0.06 0.07 -gribouillez gribouiller VER 0.60 1.69 0.03 0.00 imp:pre:2p;ind:pre:2p; -gribouillis gribouillis NOM m 0.85 1.01 0.85 1.01 -gribouillé gribouiller VER m s 0.60 1.69 0.18 0.14 par:pas; -gribouillée gribouiller VER f s 0.60 1.69 0.01 0.07 par:pas; -gribouillées gribouiller VER f p 0.60 1.69 0.00 0.14 par:pas; -gribouillés gribouiller VER m p 0.60 1.69 0.00 0.20 par:pas; -grief grief NOM m s 0.77 7.43 0.23 2.91 -griefs grief NOM m p 0.77 7.43 0.54 4.53 -griffa griffer VER 3.28 9.53 0.00 0.68 ind:pas:3s; -griffage griffage NOM m s 0.00 0.07 0.00 0.07 -griffai griffer VER 3.28 9.53 0.00 0.07 ind:pas:1s; -griffaient griffer VER 3.28 9.53 0.02 0.95 ind:imp:3p; -griffais griffer VER 3.28 9.53 0.01 0.07 ind:imp:1s; -griffait griffer VER 3.28 9.53 0.10 0.88 ind:imp:3s; -griffant griffer VER 3.28 9.53 0.05 0.68 par:pre; -griffe griffe NOM f s 8.11 13.92 1.06 2.70 -griffent griffer VER 3.28 9.53 0.20 0.20 ind:pre:3p; -griffer griffer VER 3.28 9.53 0.64 2.57 inf; -griffera griffer VER 3.28 9.53 0.02 0.14 ind:fut:3s; -grifferait griffer VER 3.28 9.53 0.00 0.07 cnd:pre:3s; -griffes griffe NOM f p 8.11 13.92 7.04 11.22 -griffeur griffeur NOM m s 0.01 0.00 0.01 0.00 -griffon griffon NOM m s 0.59 1.42 0.57 1.01 -griffonna griffonner VER 0.65 7.97 0.00 0.68 ind:pas:3s; -griffonnage griffonnage NOM m s 0.07 0.61 0.04 0.20 -griffonnages griffonnage NOM m p 0.07 0.61 0.04 0.41 -griffonnai griffonner VER 0.65 7.97 0.00 0.14 ind:pas:1s; -griffonnaient griffonner VER 0.65 7.97 0.00 0.07 ind:imp:3p; -griffonnais griffonner VER 0.65 7.97 0.01 0.20 ind:imp:1s;ind:imp:2s; -griffonnait griffonner VER 0.65 7.97 0.16 0.61 ind:imp:3s; -griffonnant griffonner VER 0.65 7.97 0.03 0.47 par:pre; -griffonne griffonner VER 0.65 7.97 0.18 1.08 imp:pre:2s;ind:pre:1s;ind:pre:3s; -griffonnent griffonner VER 0.65 7.97 0.00 0.14 ind:pre:3p; -griffonner griffonner VER 0.65 7.97 0.10 1.55 inf; -griffonnes griffonner VER 0.65 7.97 0.03 0.07 ind:pre:2s; -griffonneur griffonneur NOM m s 0.14 0.00 0.14 0.00 -griffonnez griffonner VER 0.65 7.97 0.02 0.00 imp:pre:2p;ind:pre:2p; -griffonné griffonner VER m s 0.65 7.97 0.04 1.15 par:pas; -griffonnée griffonner VER f s 0.65 7.97 0.03 0.34 par:pas; -griffonnées griffonner VER f p 0.65 7.97 0.01 0.74 par:pas; -griffonnés griffonner VER m p 0.65 7.97 0.04 0.74 par:pas; -griffons griffon NOM m p 0.59 1.42 0.03 0.41 -grifftons griffton NOM m p 0.00 0.07 0.00 0.07 -griffé griffer VER m s 3.28 9.53 1.40 0.74 par:pas; -griffu griffu ADJ m s 0.21 1.89 0.16 0.27 -griffée griffer VER f s 3.28 9.53 0.21 0.34 par:pas; -griffue griffu ADJ f s 0.21 1.89 0.00 0.34 -griffées griffé ADJ f p 0.14 0.81 0.01 0.14 -griffues griffu ADJ f p 0.21 1.89 0.01 0.95 -griffure griffure NOM f s 0.82 0.81 0.19 0.20 -griffures griffure NOM f p 0.82 0.81 0.63 0.61 -griffés griffer VER m p 3.28 9.53 0.05 0.20 par:pas; -griffus griffu ADJ m p 0.21 1.89 0.04 0.34 -grifton grifton NOM m s 0.00 0.14 0.00 0.14 -grignota grignoter VER 3.52 10.27 0.00 0.68 ind:pas:3s; -grignotage grignotage NOM m s 0.10 0.34 0.10 0.20 -grignotages grignotage NOM m p 0.10 0.34 0.00 0.14 -grignotaient grignoter VER 3.52 10.27 0.02 0.61 ind:imp:3p; -grignotais grignoter VER 3.52 10.27 0.03 0.27 ind:imp:1s; -grignotait grignoter VER 3.52 10.27 0.03 1.69 ind:imp:3s; -grignotant grignoter VER 3.52 10.27 0.16 1.22 par:pre; -grignote grignoter VER 3.52 10.27 0.60 1.28 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -grignotement grignotement NOM m s 0.04 0.88 0.04 0.88 -grignotent grignoter VER 3.52 10.27 0.14 0.47 ind:pre:3p; -grignoter grignoter VER 3.52 10.27 1.69 2.57 inf; -grignotera grignoter VER 3.52 10.27 0.01 0.07 ind:fut:3s; -grignoterai grignoter VER 3.52 10.27 0.16 0.00 ind:fut:1s; -grignoteraient grignoter VER 3.52 10.27 0.00 0.07 cnd:pre:3p; -grignoterons grignoter VER 3.52 10.27 0.10 0.00 ind:fut:1p; -grignoteront grignoter VER 3.52 10.27 0.01 0.00 ind:fut:3p; -grignoteurs grignoteur NOM m p 0.00 0.07 0.00 0.07 -grignoteuses grignoteur ADJ f p 0.00 0.14 0.00 0.14 -grignotions grignoter VER 3.52 10.27 0.00 0.14 ind:imp:1p; -grignotis grignotis NOM m 0.00 0.14 0.00 0.14 -grignotons grignoter VER 3.52 10.27 0.02 0.07 imp:pre:1p;ind:pre:1p; -grignotèrent grignoter VER 3.52 10.27 0.00 0.14 ind:pas:3p; -grignoté grignoter VER m s 3.52 10.27 0.51 0.74 par:pas; -grignotée grignoter VER f s 3.52 10.27 0.01 0.14 par:pas; -grignotées grignoter VER f p 3.52 10.27 0.02 0.07 par:pas; -grignotés grignoter VER m p 3.52 10.27 0.00 0.07 par:pas; -grigou grigou NOM m s 0.02 0.41 0.02 0.41 -grigri grigri NOM m s 0.48 0.61 0.46 0.07 -grigris grigri NOM m p 0.48 0.61 0.02 0.54 -gril gril NOM m s 0.68 1.76 0.64 1.49 -grill_room grill_room NOM m s 0.00 0.27 0.00 0.27 -grill grill NOM m s 1.66 0.14 1.66 0.14 -grilla griller VER 14.20 12.70 0.00 0.27 ind:pas:3s; -grillade grillade NOM f s 0.69 1.08 0.41 0.54 -grilladerie grilladerie NOM f s 0.02 0.00 0.02 0.00 -grillades grillade NOM f p 0.69 1.08 0.28 0.54 -grillage grillage NOM m s 1.48 12.03 1.47 9.59 -grillageront grillager VER 0.18 0.88 0.00 0.07 ind:fut:3p; -grillages grillage NOM m p 1.48 12.03 0.01 2.43 -grillagez grillager VER 0.18 0.88 0.01 0.00 imp:pre:2p; -grillagé grillager VER m s 0.18 0.88 0.01 0.20 par:pas; -grillagée grillager VER f s 0.18 0.88 0.12 0.34 par:pas; -grillagées grillager VER f p 0.18 0.88 0.04 0.20 par:pas; -grillagés grillagé ADJ m p 0.14 2.64 0.14 0.20 -grillaient griller VER 14.20 12.70 0.00 0.14 ind:imp:3p; -grillais griller VER 14.20 12.70 0.01 0.14 ind:imp:1s; -grillait griller VER 14.20 12.70 0.06 1.35 ind:imp:3s; -grillant griller VER 14.20 12.70 0.16 0.88 par:pre; -grille_pain grille_pain NOM m 2.90 0.27 2.90 0.27 -grille grille NOM f s 11.01 58.24 9.09 43.85 -grillent griller VER 14.20 12.70 0.24 0.27 ind:pre:3p; -griller griller VER 14.20 12.70 4.97 4.05 inf; -grillera griller VER 14.20 12.70 0.16 0.00 ind:fut:3s; -grillerai griller VER 14.20 12.70 0.02 0.00 ind:fut:1s; -grilleraient griller VER 14.20 12.70 0.02 0.07 cnd:pre:3p; -grillerais griller VER 14.20 12.70 0.03 0.07 cnd:pre:1s;cnd:pre:2s; -grillerait griller VER 14.20 12.70 0.01 0.00 cnd:pre:3s; -grilleras griller VER 14.20 12.70 0.28 0.00 ind:fut:2s; -grillerez griller VER 14.20 12.70 0.12 0.07 ind:fut:2p; -grillerions griller VER 14.20 12.70 0.14 0.00 cnd:pre:1p; -grilleront griller VER 14.20 12.70 0.01 0.07 ind:fut:3p; -grilles grille NOM f p 11.01 58.24 1.92 14.39 -grillez griller VER 14.20 12.70 0.16 0.00 imp:pre:2p;ind:pre:2p; -grilliez griller VER 14.20 12.70 0.01 0.00 ind:imp:2p; -grilloirs grilloir NOM m p 0.00 0.07 0.00 0.07 -grillon grillon NOM m s 1.45 4.59 0.98 2.09 -grillons grillon NOM m p 1.45 4.59 0.46 2.50 -grillots grillot NOM m p 0.00 0.07 0.00 0.07 -grillé griller VER m s 14.20 12.70 4.10 2.70 par:pas; -grillée grillé ADJ f s 4.30 7.57 0.76 1.15 -grillées grillé ADJ f p 4.30 7.57 0.50 1.62 -grillés grillé ADJ m p 4.30 7.57 0.91 1.49 -grils gril NOM m p 0.68 1.76 0.04 0.27 -grima grimer VER 0.20 0.81 0.04 0.00 ind:pas:3s; -grimace_éclair grimace_éclair NOM f s 0.01 0.00 0.01 0.00 -grimace grimace NOM f s 4.50 31.49 2.28 22.57 -grimacement grimacement NOM m s 0.00 0.07 0.00 0.07 -grimacent grimacer VER 0.49 12.36 0.04 0.14 ind:pre:3p; -grimacer grimacer VER 0.49 12.36 0.16 1.96 inf; -grimaceries grimacerie NOM f p 0.00 0.07 0.00 0.07 -grimaces grimace NOM f p 4.50 31.49 2.23 8.92 -grimacez grimacer VER 0.49 12.36 0.03 0.07 imp:pre:2p;ind:pre:2p; -grimacier grimacier NOM m s 0.27 0.34 0.00 0.34 -grimaciers grimacier NOM m p 0.27 0.34 0.27 0.00 -grimaciez grimacer VER 0.49 12.36 0.00 0.07 ind:imp:2p; -grimacions grimacer VER 0.49 12.36 0.00 0.07 ind:imp:1p; -grimacèrent grimacer VER 0.49 12.36 0.00 0.07 ind:pas:3p; -grimacé grimacer VER m s 0.49 12.36 0.05 0.88 par:pas; -grimage grimage NOM m s 0.02 0.20 0.02 0.20 -grimait grimer VER 0.20 0.81 0.00 0.14 ind:imp:3s; -grimant grimer VER 0.20 0.81 0.00 0.07 par:pre; -grimasse grimer VER 0.20 0.81 0.01 0.00 sub:imp:1s; -grimaça grimacer VER 0.49 12.36 0.01 1.62 ind:pas:3s; -grimaçai grimacer VER 0.49 12.36 0.00 0.07 ind:pas:1s; -grimaçaient grimacer VER 0.49 12.36 0.00 0.54 ind:imp:3p; -grimaçais grimacer VER 0.49 12.36 0.00 0.14 ind:imp:1s; -grimaçait grimacer VER 0.49 12.36 0.02 2.09 ind:imp:3s; -grimaçant grimaçant ADJ m s 0.16 3.04 0.14 1.62 -grimaçante grimaçant ADJ f s 0.16 3.04 0.00 0.68 -grimaçantes grimaçant ADJ f p 0.16 3.04 0.00 0.34 -grimaçants grimaçant ADJ m p 0.16 3.04 0.02 0.41 -grimaçons grimacer VER 0.49 12.36 0.00 0.07 imp:pre:1p; -grimauds grimaud NOM m p 0.00 0.07 0.00 0.07 -griment grimer VER 0.20 0.81 0.00 0.07 ind:pre:3p; -grimer grimer VER 0.20 0.81 0.01 0.07 inf; -grimes grime NOM m p 0.48 0.00 0.48 0.00 -grimoire grimoire NOM m s 0.49 1.22 0.47 0.47 -grimoires grimoire NOM m p 0.49 1.22 0.02 0.74 -grimpa grimper VER 21.05 51.15 0.19 5.81 ind:pas:3s; -grimpai grimper VER 21.05 51.15 0.00 0.95 ind:pas:1s; -grimpaient grimper VER 21.05 51.15 0.04 2.03 ind:imp:3p; -grimpais grimper VER 21.05 51.15 0.51 1.01 ind:imp:1s;ind:imp:2s; -grimpait grimper VER 21.05 51.15 0.39 5.47 ind:imp:3s; -grimpant grimper VER 21.05 51.15 0.13 2.36 par:pre; -grimpante grimpant ADJ f s 0.18 1.55 0.11 0.14 -grimpantes grimpant ADJ f p 0.18 1.55 0.04 0.61 -grimpants grimpant ADJ m p 0.18 1.55 0.01 0.27 -grimpe grimper VER 21.05 51.15 6.12 8.18 imp:pre:2s;ind:pre:1s;ind:pre:3s; -grimpent grimper VER 21.05 51.15 0.82 2.03 ind:pre:3p; -grimper grimper VER 21.05 51.15 7.48 14.05 inf; -grimpera grimper VER 21.05 51.15 0.20 0.14 ind:fut:3s; -grimperai grimper VER 21.05 51.15 0.03 0.07 ind:fut:1s; -grimperaient grimper VER 21.05 51.15 0.14 0.14 cnd:pre:3p; -grimperais grimper VER 21.05 51.15 0.17 0.14 cnd:pre:1s;cnd:pre:2s; -grimperait grimper VER 21.05 51.15 0.06 0.14 cnd:pre:3s; -grimperez grimper VER 21.05 51.15 0.02 0.00 ind:fut:2p; -grimperons grimper VER 21.05 51.15 0.01 0.00 ind:fut:1p; -grimperont grimper VER 21.05 51.15 0.20 0.00 ind:fut:3p; -grimpette grimpette NOM f s 0.29 1.01 0.29 0.81 -grimpettes grimpette NOM f p 0.29 1.01 0.00 0.20 -grimpeur grimpeur NOM m s 0.91 0.41 0.61 0.34 -grimpeurs grimpeur NOM m p 0.91 0.41 0.25 0.07 -grimpeuse grimpeur NOM f s 0.91 0.41 0.06 0.00 -grimpez grimper VER 21.05 51.15 1.59 0.14 imp:pre:2p;ind:pre:2p; -grimpiez grimper VER 21.05 51.15 0.19 0.00 ind:imp:2p; -grimpions grimper VER 21.05 51.15 0.01 0.61 ind:imp:1p; -grimpâmes grimper VER 21.05 51.15 0.01 0.07 ind:pas:1p; -grimpons grimper VER 21.05 51.15 0.29 0.54 imp:pre:1p;ind:pre:1p; -grimpât grimper VER 21.05 51.15 0.00 0.07 sub:imp:3s; -grimpèrent grimper VER 21.05 51.15 0.12 1.49 ind:pas:3p; -grimpé grimper VER m s 21.05 51.15 2.01 4.93 par:pas; -grimpée grimper VER f s 21.05 51.15 0.14 0.14 par:pas; -grimpées grimper VER f p 21.05 51.15 0.14 0.00 par:pas; -grimpés grimper VER m p 21.05 51.15 0.04 0.68 par:pas; -grimé grimer VER m s 0.20 0.81 0.13 0.14 par:pas; -grimée grimer VER f s 0.20 0.81 0.00 0.07 par:pas; -grimées grimer VER f p 0.20 0.81 0.00 0.07 par:pas; -grimés grimer VER m p 0.20 0.81 0.00 0.20 par:pas; -grince grincer VER 2.84 19.53 1.37 3.31 imp:pre:2s;ind:pre:1s;ind:pre:3s; -grincement grincement NOM m s 1.57 9.59 0.71 6.49 -grincements grincement NOM m p 1.57 9.59 0.86 3.11 -grincent grincer VER 2.84 19.53 0.26 0.95 ind:pre:3p; -grincer grincer VER 2.84 19.53 0.59 4.46 inf; -grincerait grincer VER 2.84 19.53 0.01 0.07 cnd:pre:3s; -grinces grincer VER 2.84 19.53 0.04 0.00 ind:pre:2s; -grincez grincer VER 2.84 19.53 0.00 0.07 imp:pre:2p; -grinche grinche ADJ s 0.02 0.00 0.02 0.00 -grincheuse grincheux ADJ f s 1.52 1.22 0.34 0.14 -grincheuses grincheux ADJ f p 1.52 1.22 0.02 0.07 -grincheux grincheux ADJ m 1.52 1.22 1.16 1.01 -grinchir grinchir VER 0.00 0.14 0.00 0.14 inf; -grincèrent grincer VER 2.84 19.53 0.00 0.47 ind:pas:3p; -grincé grincer VER m s 2.84 19.53 0.35 0.95 par:pas; -gringalet gringalet NOM m s 0.44 0.61 0.40 0.41 -gringalets gringalet NOM m p 0.44 0.61 0.04 0.20 -gringo gringo NOM m s 4.64 0.00 3.66 0.00 -gringos gringo NOM m p 4.64 0.00 0.98 0.00 -gringue gringue NOM m s 0.35 1.15 0.35 1.15 -gringuer gringuer VER 0.00 0.14 0.00 0.14 inf; -grinça grincer VER 2.84 19.53 0.00 2.64 ind:pas:3s; -grinçaient grincer VER 2.84 19.53 0.00 1.35 ind:imp:3p; -grinçais grincer VER 2.84 19.53 0.00 0.07 ind:imp:1s; -grinçait grincer VER 2.84 19.53 0.19 2.97 ind:imp:3s; -grinçant grinçant ADJ m s 0.47 3.78 0.32 1.35 -grinçante grinçant ADJ f s 0.47 3.78 0.02 1.49 -grinçantes grinçant ADJ f p 0.47 3.78 0.10 0.34 -grinçants grinçant ADJ m p 0.47 3.78 0.03 0.61 -grinçât grincer VER 2.84 19.53 0.00 0.07 sub:imp:3s; -griot griot NOM m s 0.58 1.55 0.16 1.08 -griots griot NOM m p 0.58 1.55 0.43 0.47 -griotte griotte NOM f s 0.13 3.18 0.00 0.07 -griottes griotte NOM f p 0.13 3.18 0.13 3.11 -grip grip NOM m s 0.20 0.00 0.20 0.00 -grippa gripper VER 0.71 1.22 0.00 0.14 ind:pas:3s; -grippaient gripper VER 0.71 1.22 0.00 0.07 ind:imp:3p; -grippal grippal ADJ m s 0.03 0.00 0.01 0.00 -grippant gripper VER 0.71 1.22 0.00 0.07 par:pre; -grippaux grippal ADJ m p 0.03 0.00 0.02 0.00 -grippe_sou grippe_sou NOM m s 0.25 0.14 0.13 0.07 -grippe_sou grippe_sou NOM m p 0.25 0.14 0.12 0.07 -grippe grippe NOM f s 8.22 5.54 8.02 4.86 -grippements grippement NOM m p 0.00 0.07 0.00 0.07 -gripper gripper VER 0.71 1.22 0.04 0.00 inf; -gripperait gripper VER 0.71 1.22 0.00 0.07 cnd:pre:3s; -grippes grippe NOM f p 8.22 5.54 0.21 0.68 -grippé gripper VER m s 0.71 1.22 0.15 0.20 par:pas; -grippée gripper VER f s 0.71 1.22 0.25 0.27 par:pas; -grippés gripper VER m p 0.71 1.22 0.14 0.07 par:pas; -gris_blanc gris_blanc ADJ m s 0.00 0.20 0.00 0.20 -gris_bleu gris_bleu ADJ m s 0.30 1.69 0.30 1.69 -gris_gris gris_gris NOM m 0.22 0.74 0.22 0.74 -gris_jaune gris_jaune ADJ m s 0.00 0.20 0.00 0.20 -gris_perle gris_perle ADJ m s 0.01 0.14 0.01 0.14 -gris_rose gris_rose ADJ 0.00 0.41 0.00 0.41 -gris_vert gris_vert ADJ m s 0.01 1.55 0.01 1.55 -gris gris ADJ m 19.64 154.86 11.05 88.31 -grisa griser VER 1.03 10.27 0.00 0.47 ind:pas:3s; -grisai griser VER 1.03 10.27 0.00 0.14 ind:pas:1s; -grisaient griser VER 1.03 10.27 0.00 0.20 ind:imp:3p; -grisaille grisaille NOM f s 0.25 7.77 0.25 7.36 -grisailles grisaille NOM f p 0.25 7.77 0.00 0.41 -grisaillèrent grisailler VER 0.00 0.07 0.00 0.07 ind:pas:3p; -grisais griser VER 1.03 10.27 0.00 0.14 ind:imp:1s; -grisait griser VER 1.03 10.27 0.00 1.35 ind:imp:3s; -grisant grisant ADJ m s 0.54 3.24 0.29 1.28 -grisante grisant ADJ f s 0.54 3.24 0.21 1.28 -grisantes grisant ADJ f p 0.54 3.24 0.01 0.34 -grisants grisant ADJ m p 0.54 3.24 0.03 0.34 -grisassent griser VER 1.03 10.27 0.00 0.07 sub:imp:3p; -grisbi grisbi NOM m s 0.15 1.22 0.15 1.22 -grise gris ADJ f s 19.64 154.86 7.25 49.39 -grisent griser VER 1.03 10.27 0.02 0.20 ind:pre:3p; -griser griser VER 1.03 10.27 0.09 1.55 inf; -grisera griser VER 1.03 10.27 0.00 0.07 ind:fut:3s; -griserie griserie NOM f s 0.02 2.23 0.02 2.16 -griseries griserie NOM f p 0.02 2.23 0.00 0.07 -grises gris ADJ f p 19.64 154.86 1.34 17.16 -grisette grisette NOM f s 0.00 0.41 0.00 0.14 -grisettes grisette NOM f p 0.00 0.41 0.00 0.27 -grison grison NOM m s 0.01 0.00 0.01 0.00 -grisonnaient grisonner VER 0.32 0.88 0.00 0.27 ind:imp:3p; -grisonnait grisonner VER 0.32 0.88 0.01 0.14 ind:imp:3s; -grisonnant grisonnant ADJ m s 0.48 3.04 0.18 0.81 -grisonnante grisonnant ADJ f s 0.48 3.04 0.03 0.74 -grisonnantes grisonnant ADJ f p 0.48 3.04 0.12 0.20 -grisonnants grisonnant ADJ m p 0.48 3.04 0.15 1.28 -grisonne grisonner VER 0.32 0.88 0.14 0.00 ind:pre:1s; -grisonnent grisonner VER 0.32 0.88 0.01 0.14 ind:pre:3p; -grisonner grisonner VER 0.32 0.88 0.01 0.14 inf; -grisonné grisonner VER m s 0.32 0.88 0.01 0.07 par:pas; -grisons grison ADJ m p 0.01 0.14 0.00 0.14 -grisâtre grisâtre ADJ s 0.12 13.04 0.10 9.53 -grisâtres grisâtre ADJ p 0.12 13.04 0.02 3.51 -grisotte grisotte NOM f s 0.00 0.07 0.00 0.07 -grisou grisou NOM m s 0.01 1.22 0.01 1.22 -grisé grisé ADJ m s 0.16 0.61 0.14 0.41 -grisée griser VER f s 1.03 10.27 0.00 0.61 par:pas; -grisées griser VER f p 1.03 10.27 0.00 0.07 par:pas; -grisés griser VER m p 1.03 10.27 0.14 0.61 par:pas; -grièvement grièvement ADV 1.68 1.55 1.68 1.55 -grive grive NOM f s 1.73 1.82 0.52 0.74 -grivelle griveler VER 0.00 0.20 0.00 0.20 ind:pre:3s; -grivelée grivelé ADJ f s 0.00 0.07 0.00 0.07 -grivelures grivelure NOM f p 0.00 0.07 0.00 0.07 -grives grive NOM f p 1.73 1.82 1.21 1.08 -grivet grivet NOM m s 0.01 0.00 0.01 0.00 -griveton griveton NOM m s 0.00 1.08 0.00 0.47 -grivetons griveton NOM m p 0.00 1.08 0.00 0.61 -grivois grivois ADJ m 0.38 0.95 0.25 0.27 -grivoise grivois ADJ f s 0.38 0.95 0.12 0.14 -grivoiserie grivoiserie NOM f s 0.03 0.20 0.00 0.14 -grivoiseries grivoiserie NOM f p 0.03 0.20 0.03 0.07 -grivoises grivois ADJ f p 0.38 0.95 0.01 0.54 -grivèlerie grivèlerie NOM f s 0.00 0.20 0.00 0.20 -grizzli grizzli NOM m s 0.57 0.00 0.19 0.00 -grizzlis grizzli NOM m p 0.57 0.00 0.38 0.00 -grizzly grizzly NOM m s 0.74 0.20 0.72 0.14 -grizzlys grizzly NOM m p 0.74 0.20 0.02 0.07 -grâce grâce PRE 85.61 78.85 85.61 78.85 -grâces grâce NOM f p 34.59 57.70 2.50 8.04 -groenlandais groenlandais ADJ m p 0.10 0.07 0.10 0.07 -grog grog NOM m s 0.63 1.42 0.52 1.15 -groggy groggy ADJ s 0.71 0.54 0.71 0.54 -grogna grogner VER 3.01 31.42 0.02 11.96 ind:pas:3s; -grognai grogner VER 3.01 31.42 0.00 0.07 ind:pas:1s; -grognaient grogner VER 3.01 31.42 0.23 0.41 ind:imp:3p; -grognais grogner VER 3.01 31.42 0.00 0.07 ind:imp:1s; -grognait grogner VER 3.01 31.42 0.07 4.19 ind:imp:3s; -grognant grognant ADJ m s 0.10 0.27 0.10 0.27 -grognard grognard NOM m s 0.03 0.74 0.03 0.27 -grognards grognard NOM m p 0.03 0.74 0.00 0.47 -grognassaient grognasser VER 0.00 0.20 0.00 0.07 ind:imp:3p; -grognasse grognasse NOM f s 0.17 0.95 0.14 0.61 -grognasser grognasser VER 0.00 0.20 0.00 0.14 inf; -grognasses grognasse NOM f p 0.17 0.95 0.03 0.34 -grogne grogner VER 3.01 31.42 1.55 4.66 imp:pre:2s;ind:pre:1s;ind:pre:3s; -grognement grognement NOM m s 1.33 9.53 0.65 4.46 -grognements grognement NOM m p 1.33 9.53 0.68 5.07 -grognent grogner VER 3.01 31.42 0.08 0.54 ind:pre:3p; -grogner grogner VER 3.01 31.42 0.69 2.30 inf; -grognera grogner VER 3.01 31.42 0.00 0.14 ind:fut:3s; -grognes grogner VER 3.01 31.42 0.25 0.41 ind:pre:2s; -grogneurs grogneur ADJ m p 0.00 0.20 0.00 0.07 -grogneuse grogneur ADJ f s 0.00 0.20 0.00 0.14 -grognions grogner VER 3.01 31.42 0.00 0.14 ind:imp:1p; -grognon grognon ADJ m s 0.79 1.22 0.71 0.88 -grognonna grognonner VER 0.01 0.20 0.00 0.07 ind:pas:3s; -grognonne grognon ADJ f s 0.79 1.22 0.01 0.20 -grognonner grognonner VER 0.01 0.20 0.01 0.07 inf; -grognons grognon ADJ m p 0.79 1.22 0.06 0.14 -grognèrent grogner VER 3.01 31.42 0.00 0.20 ind:pas:3p; -grogné grogner VER m s 3.01 31.42 0.11 2.30 par:pas; -grognées grogner VER f p 3.01 31.42 0.00 0.07 par:pas; -grogs grog NOM m p 0.63 1.42 0.12 0.27 -groin groin NOM m s 0.43 1.89 0.32 1.76 -groins groin NOM m p 0.43 1.89 0.11 0.14 -grole grole NOM f s 0.07 0.34 0.04 0.14 -groles grole NOM f p 0.07 0.34 0.03 0.20 -grolle grolle NOM f s 0.13 1.49 0.04 0.41 -grolles grolle NOM f p 0.13 1.49 0.10 1.08 -grommela grommeler VER 0.14 13.92 0.01 5.61 ind:pas:3s; -grommelai grommeler VER 0.14 13.92 0.00 0.14 ind:pas:1s; -grommelaient grommeler VER 0.14 13.92 0.01 0.14 ind:imp:3p; -grommelait grommeler VER 0.14 13.92 0.01 1.96 ind:imp:3s; -grommelant grommeler VER 0.14 13.92 0.02 2.36 par:pre; -grommeler grommeler VER 0.14 13.92 0.03 0.81 inf; -grommelez grommeler VER 0.14 13.92 0.02 0.00 ind:pre:2p; -grommelle grommeler VER 0.14 13.92 0.01 1.76 imp:pre:2s;ind:pre:1s;ind:pre:3s; -grommellement grommellement NOM m s 0.01 0.74 0.01 0.47 -grommellements grommellement NOM m p 0.01 0.74 0.00 0.27 -grommellent grommeler VER 0.14 13.92 0.02 0.07 ind:pre:3p; -grommellerait grommeler VER 0.14 13.92 0.00 0.07 cnd:pre:3s; -grommelèrent grommeler VER 0.14 13.92 0.00 0.07 ind:pas:3p; -grommelé grommeler VER m s 0.14 13.92 0.01 0.88 par:pas; -grommelée grommeler VER f s 0.14 13.92 0.00 0.07 par:pas; -gronda gronder VER 8.74 22.70 0.04 4.66 ind:pas:3s; -grondai gronder VER 8.74 22.70 0.00 0.34 ind:pas:1s; -grondaient gronder VER 8.74 22.70 0.02 0.81 ind:imp:3p; -grondais gronder VER 8.74 22.70 0.10 0.20 ind:imp:1s;ind:imp:2s; -grondait gronder VER 8.74 22.70 0.15 4.66 ind:imp:3s; -grondant gronder VER 8.74 22.70 0.30 2.36 par:pre; -grondante grondant ADJ f s 0.23 1.42 0.01 0.81 -grondants grondant ADJ m p 0.23 1.42 0.00 0.14 -gronde gronder VER 8.74 22.70 4.75 3.51 imp:pre:2s;ind:pre:1s;ind:pre:3s; -grondement grondement NOM m s 1.30 14.80 1.18 12.36 -grondements grondement NOM m p 1.30 14.80 0.13 2.43 -grondent gronder VER 8.74 22.70 0.15 0.27 ind:pre:3p; -gronder gronder VER 8.74 22.70 2.14 3.58 inf; -grondera gronder VER 8.74 22.70 0.28 0.07 ind:fut:3s; -gronderai gronder VER 8.74 22.70 0.01 0.07 ind:fut:1s; -gronderait gronder VER 8.74 22.70 0.04 0.34 cnd:pre:3s; -gronderies gronderie NOM f p 0.00 0.14 0.00 0.14 -grondes gronder VER 8.74 22.70 0.15 0.07 ind:pre:2s; -grondeur grondeur ADJ m s 0.00 1.35 0.00 0.47 -grondeurs grondeur ADJ m p 0.00 1.35 0.00 0.07 -grondeuse grondeur ADJ f s 0.00 1.35 0.00 0.68 -grondeuses grondeur ADJ f p 0.00 1.35 0.00 0.14 -grondez gronder VER 8.74 22.70 0.15 0.20 imp:pre:2p;ind:pre:2p; -grondin grondin NOM m s 0.00 1.69 0.00 1.55 -grondins grondin NOM m p 0.00 1.69 0.00 0.14 -grondèrent gronder VER 8.74 22.70 0.01 0.14 ind:pas:3p; -grondé gronder VER m s 8.74 22.70 0.33 0.95 par:pas; -grondée gronder VER f s 8.74 22.70 0.12 0.34 par:pas; -grondés gronder VER m p 8.74 22.70 0.01 0.14 par:pas; -groom groom NOM m s 1.17 2.57 1.02 1.89 -grooms groom NOM m p 1.17 2.57 0.14 0.68 -gros_bec gros_bec NOM m s 0.06 0.07 0.06 0.00 -gros_bec gros_bec NOM m p 0.06 0.07 0.00 0.07 -gros_cul gros_cul NOM m s 0.04 0.14 0.04 0.14 -gros_grain gros_grain NOM m s 0.00 0.41 0.00 0.41 -gros_porteur gros_porteur NOM m s 0.02 0.00 0.02 0.00 -gros gros ADJ m 266.95 353.45 180.91 216.01 -groschen groschen NOM m s 0.00 0.07 0.00 0.07 -groseille groseille ADJ f s 0.30 0.20 0.30 0.20 -groseilles groseille NOM f p 1.23 1.89 0.94 1.35 -groseillier groseillier NOM m s 0.17 0.61 0.01 0.14 -groseilliers groseillier NOM m p 0.17 0.61 0.16 0.47 -grosse gros ADJ f s 266.95 353.45 70.63 85.81 -grosses gros ADJ f p 266.95 353.45 15.41 51.62 -grossesse grossesse NOM f s 7.09 4.93 6.63 3.92 -grossesses grossesse NOM f p 7.09 4.93 0.46 1.01 -grosseur grosseur NOM f s 1.12 2.97 1.08 2.57 -grosseurs grosseur NOM f p 1.12 2.97 0.04 0.41 -grossi grossir VER m s 10.57 14.80 3.85 2.57 par:pas; -grossie grossir VER f s 10.57 14.80 0.00 0.54 par:pas; -grossier grossier ADJ m s 11.64 22.57 6.77 8.99 -grossiers grossier ADJ m p 11.64 22.57 0.90 4.05 -grossies grossir VER f p 10.57 14.80 0.00 0.34 par:pas; -grossir grossir VER 10.57 14.80 3.30 4.93 inf; -grossira grossir VER 10.57 14.80 0.05 0.14 ind:fut:3s; -grossirent grossir VER 10.57 14.80 0.00 0.07 ind:pas:3p; -grossirez grossir VER 10.57 14.80 0.00 0.07 ind:fut:2p; -grossiront grossir VER 10.57 14.80 0.04 0.07 ind:fut:3p; -grossis grossir VER m p 10.57 14.80 0.38 0.47 imp:pre:2s;ind:pre:1s;ind:pre:2s;par:pas; -grossissaient grossir VER 10.57 14.80 0.02 0.74 ind:imp:3p; -grossissais grossir VER 10.57 14.80 0.02 0.07 ind:imp:1s; -grossissait grossir VER 10.57 14.80 0.32 1.62 ind:imp:3s; -grossissant grossissant ADJ m s 0.34 1.28 0.04 1.01 -grossissante grossissant ADJ f s 0.34 1.28 0.03 0.00 -grossissantes grossissant ADJ f p 0.34 1.28 0.00 0.14 -grossissants grossissant ADJ m p 0.34 1.28 0.28 0.14 -grossisse grossir VER 10.57 14.80 0.09 0.14 sub:pre:1s;sub:pre:3s; -grossissement grossissement NOM m s 0.06 0.81 0.06 0.81 -grossissent grossir VER 10.57 14.80 0.43 0.68 ind:pre:3p; -grossisses grossir VER 10.57 14.80 0.02 0.00 sub:pre:2s; -grossissez grossir VER 10.57 14.80 0.07 0.07 imp:pre:2p;ind:pre:2p; -grossiste grossiste NOM s 0.70 0.81 0.50 0.54 -grossistes grossiste NOM p 0.70 0.81 0.20 0.27 -grossit grossir VER 10.57 14.80 1.96 1.82 ind:pre:3s;ind:pas:3s; -grossière grossier ADJ f s 11.64 22.57 3.30 6.28 -grossièrement grossièrement ADV 0.61 5.41 0.61 5.41 -grossières grossier ADJ f p 11.64 22.57 0.67 3.24 -grossièreté grossièreté NOM f s 2.71 6.15 1.96 4.80 -grossièretés grossièreté NOM f p 2.71 6.15 0.74 1.35 -grossium grossium NOM m s 0.01 0.88 0.00 0.54 -grossiums grossium NOM m p 0.01 0.88 0.01 0.34 -grosso_modo grosso_modo ADV 0.44 1.89 0.44 1.89 -grotesque grotesque ADJ s 5.58 12.97 5.01 9.12 -grotesquement grotesquement ADV 0.04 0.95 0.04 0.95 -grotesques grotesque ADJ p 5.58 12.97 0.57 3.85 -grotte grotte NOM f s 12.23 21.96 8.96 17.84 -grottes grotte NOM f p 12.23 21.96 3.28 4.12 -grouillaient grouiller VER 22.39 15.54 0.06 2.23 ind:imp:3p; -grouillais grouiller VER 22.39 15.54 0.00 0.07 ind:imp:1s; -grouillait grouiller VER 22.39 15.54 0.27 2.64 ind:imp:3s; -grouillant grouiller VER 22.39 15.54 0.11 1.28 par:pre; -grouillante grouillant ADJ f s 0.14 4.73 0.04 2.09 -grouillantes grouillant ADJ f p 0.14 4.73 0.03 0.88 -grouillants grouillant ADJ m p 0.14 4.73 0.03 1.01 -grouille grouiller VER 22.39 15.54 15.56 4.73 imp:pre:2s;ind:pre:1s;ind:pre:3s; -grouillement grouillement NOM m s 0.16 4.73 0.02 4.53 -grouillements grouillement NOM m p 0.16 4.73 0.14 0.20 -grouillent grouiller VER 22.39 15.54 0.65 1.35 ind:pre:3p; -grouiller grouiller VER 22.39 15.54 0.89 1.62 inf; -grouillera grouiller VER 22.39 15.54 0.05 0.00 ind:fut:3s; -grouillerait grouiller VER 22.39 15.54 0.04 0.00 cnd:pre:3s; -grouilleront grouiller VER 22.39 15.54 0.01 0.00 ind:fut:3p; -grouilles grouiller VER 22.39 15.54 0.48 0.07 ind:pre:2s; -grouillez grouiller VER 22.39 15.54 4.08 0.95 imp:pre:2p;ind:pre:2p; -grouillis grouillis NOM m 0.00 0.47 0.00 0.47 -grouillons grouiller VER 22.39 15.54 0.19 0.41 imp:pre:1p;ind:pre:1p; -grouillot grouillot NOM m s 0.12 0.74 0.10 0.61 -grouillots grouillot NOM m p 0.12 0.74 0.03 0.14 -grouillèrent grouiller VER 22.39 15.54 0.00 0.07 ind:pas:3p; -grouillé grouiller VER m s 22.39 15.54 0.02 0.07 par:pas; -grouillées grouiller VER f p 22.39 15.54 0.00 0.07 par:pas; -grouiner grouiner VER 0.01 0.00 0.01 0.00 inf; -groumais groumer VER 0.00 1.22 0.00 0.07 ind:imp:1s; -groumait groumer VER 0.00 1.22 0.00 0.27 ind:imp:3s; -groumant groumer VER 0.00 1.22 0.00 0.07 par:pre; -groume groumer VER 0.00 1.22 0.00 0.68 imp:pre:2s;ind:pre:1s;ind:pre:3s; -groumer groumer VER 0.00 1.22 0.00 0.14 inf; -ground ground NOM m s 0.27 0.00 0.27 0.00 -group group NOM m s 7.65 0.34 7.41 0.34 -groupa grouper VER 3.10 13.31 0.00 0.20 ind:pas:3s; -groupage groupage NOM m s 0.01 0.00 0.01 0.00 -groupaient grouper VER 3.10 13.31 0.00 1.08 ind:imp:3p; -groupais grouper VER 3.10 13.31 0.00 0.07 ind:imp:1s; -groupait grouper VER 3.10 13.31 0.01 0.68 ind:imp:3s; -groupant grouper VER 3.10 13.31 0.00 0.54 par:pre; -groupe groupe NOM m s 104.38 122.50 90.16 85.88 -groupement groupement NOM m s 0.98 6.22 0.96 4.19 -groupements groupement NOM m p 0.98 6.22 0.02 2.03 -groupent grouper VER 3.10 13.31 0.00 0.95 ind:pre:3p; -grouper grouper VER 3.10 13.31 0.44 2.03 inf; -grouperaient grouper VER 3.10 13.31 0.00 0.07 cnd:pre:3p; -grouperont grouper VER 3.10 13.31 0.10 0.07 ind:fut:3p; -groupes groupe NOM m p 104.38 122.50 14.21 36.62 -groupez grouper VER 3.10 13.31 0.04 0.00 imp:pre:2p;ind:pre:2p; -groupie groupie NOM f s 1.34 0.74 0.86 0.34 -groupies groupie NOM f p 1.34 0.74 0.48 0.41 -groupons grouper VER 3.10 13.31 0.20 0.07 imp:pre:1p;ind:pre:1p; -groupât grouper VER 3.10 13.31 0.00 0.07 sub:imp:3s; -groups group NOM m p 7.65 0.34 0.25 0.00 -groupèrent grouper VER 3.10 13.31 0.00 0.41 ind:pas:3p; -groupé grouper VER m s 3.10 13.31 0.25 0.34 par:pas; -groupée grouper VER f s 3.10 13.31 0.11 0.61 par:pas; -groupées grouper VER f p 3.10 13.31 0.10 0.88 par:pas; -groupés grouper VER m p 3.10 13.31 1.25 4.19 par:pas; -groupuscule groupuscule NOM m s 0.36 0.54 0.20 0.20 -groupuscules groupuscule NOM m p 0.36 0.54 0.16 0.34 -grouse grouse NOM f s 0.28 0.68 0.28 0.14 -grouses grouse NOM f p 0.28 0.68 0.00 0.54 -grèbe grèbe NOM m s 0.02 0.07 0.02 0.00 -grèbes grèbe NOM m p 0.02 0.07 0.00 0.07 -grège grège ADJ s 0.00 1.28 0.00 1.22 -grèges grège ADJ p 0.00 1.28 0.00 0.07 -grègues grègues NOM f p 0.00 0.07 0.00 0.07 -grène grener VER 0.00 0.34 0.00 0.07 ind:pre:3s; -grènera grener VER 0.00 0.34 0.00 0.07 ind:fut:3s; -grès grès NOM m 0.31 4.05 0.31 4.05 -grève grève NOM f s 15.87 26.55 14.54 22.36 -grèvent grever VER 0.18 0.81 0.00 0.14 ind:pre:3p; -grèverait grever VER 0.18 0.81 0.00 0.07 cnd:pre:3s; -grèves grève NOM f p 15.87 26.55 1.33 4.19 -gré gré NOM m s 11.36 28.04 11.36 28.04 -gréage gréage NOM m s 0.01 0.00 0.01 0.00 -gruau gruau NOM m s 0.73 0.54 0.69 0.54 -gruaux gruau NOM m p 0.73 0.54 0.04 0.00 -grébiche grébiche NOM f s 0.01 0.00 0.01 0.00 -gréco_latin gréco_latin ADJ f s 0.00 0.34 0.00 0.27 -gréco_latin gréco_latin ADJ f p 0.00 0.34 0.00 0.07 -gréco_romain gréco_romain ADJ m s 0.46 0.68 0.03 0.14 -gréco_romain gréco_romain ADJ f s 0.46 0.68 0.42 0.34 -gréco_romain gréco_romain ADJ f p 0.46 0.68 0.01 0.14 -gréco_romain gréco_romain ADJ m p 0.46 0.68 0.00 0.07 -gréco gréco ADV 0.15 0.14 0.15 0.14 -grue grue NOM f s 4.76 6.22 3.54 2.84 -gréement gréement NOM m s 0.26 0.34 0.26 0.20 -gréements gréement NOM m p 0.26 0.34 0.00 0.14 -gréer gréer VER 0.07 0.61 0.03 0.07 inf; -grues grue NOM f p 4.76 6.22 1.22 3.38 -gréez gréer VER 0.07 0.61 0.01 0.00 imp:pre:2p; -grégaire grégaire ADJ s 0.11 0.47 0.11 0.47 -gruge gruger VER 0.48 0.47 0.04 0.07 ind:pre:3s; -grugeaient gruger VER 0.48 0.47 0.00 0.07 ind:imp:3p; -grugeait gruger VER 0.48 0.47 0.01 0.07 ind:imp:3s; -grugeant gruger VER 0.48 0.47 0.00 0.07 par:pre; -grégeois grégeois ADJ m 0.05 0.34 0.05 0.34 -gruger gruger VER 0.48 0.47 0.21 0.14 inf; -grégorien grégorien ADJ m s 0.06 1.35 0.03 1.01 -grégorienne grégorien ADJ f s 0.06 1.35 0.00 0.14 -grégoriens grégorien ADJ m p 0.06 1.35 0.02 0.20 -grugé gruger VER m s 0.48 0.47 0.21 0.07 par:pas; -grugée gruger VER f s 0.48 0.47 0.01 0.00 par:pas; -grêlaient grêler VER 0.24 1.49 0.00 0.07 ind:imp:3p; -grêlait grêler VER 0.24 1.49 0.00 0.07 ind:imp:3s; -grêle grêle NOM f s 1.05 6.15 1.05 5.81 -grêlent grêler VER 0.24 1.49 0.00 0.20 ind:pre:3p; -grêler grêler VER 0.24 1.49 0.03 0.14 inf; -grêleraient grêler VER 0.24 1.49 0.00 0.07 cnd:pre:3p; -grêles grêle ADJ p 0.54 8.24 0.01 3.38 -grêlon grêlon NOM m s 0.33 1.01 0.00 0.14 -grêlons grêlon NOM m p 0.33 1.01 0.33 0.88 -grêlé grêlé ADJ m s 0.31 0.47 0.30 0.34 -grêlée grêlé ADJ f s 0.31 0.47 0.01 0.07 -grêlées grêler VER f p 0.24 1.49 0.00 0.14 par:pas; -grêlés grêler VER m p 0.24 1.49 0.00 0.14 par:pas; -grume grume NOM f s 0.12 0.47 0.01 0.20 -grumeau grumeau NOM m s 0.28 1.01 0.02 0.14 -grumeaux grumeau NOM m p 0.28 1.01 0.26 0.88 -grumeleuse grumeleux ADJ f s 0.33 1.89 0.01 1.15 -grumeleuses grumeleux ADJ f p 0.33 1.89 0.02 0.14 -grumeleux grumeleux ADJ m 0.33 1.89 0.29 0.61 -grumes grume NOM f p 0.12 0.47 0.11 0.27 -grumier grumier NOM m s 0.01 0.00 0.01 0.00 -grunge grunge NOM m s 0.27 0.00 0.27 0.00 -gruppetto gruppetto NOM m s 0.00 0.14 0.00 0.14 -grésil grésil NOM m s 0.00 0.41 0.00 0.41 -grésilla grésiller VER 0.35 5.61 0.00 0.41 ind:pas:3s; -grésillaient grésiller VER 0.35 5.61 0.00 0.68 ind:imp:3p; -grésillait grésiller VER 0.35 5.61 0.00 1.28 ind:imp:3s; -grésillant grésillant ADJ m s 0.15 0.68 0.01 0.41 -grésillante grésillant ADJ f s 0.15 0.68 0.14 0.14 -grésillantes grésillant ADJ f p 0.15 0.68 0.00 0.14 -grésille grésiller VER 0.35 5.61 0.16 0.88 ind:pre:1s;ind:pre:3s; -grésillement grésillement NOM m s 0.46 3.85 0.17 3.38 -grésillements grésillement NOM m p 0.46 3.85 0.29 0.47 -grésillent grésiller VER 0.35 5.61 0.03 0.07 ind:pre:3p; -grésiller grésiller VER 0.35 5.61 0.16 1.01 inf; -grésillerait grésiller VER 0.35 5.61 0.00 0.07 cnd:pre:3s; -grésillé grésiller VER m s 0.35 5.61 0.00 0.20 par:pas; -gruta gruter VER 0.00 0.14 0.00 0.07 ind:pas:3s; -grute gruter VER 0.00 0.14 0.00 0.07 ind:pre:1s; -grutier grutier NOM m s 0.14 2.30 0.14 0.34 -grutiers grutier NOM m p 0.14 2.30 0.00 1.89 -grutière grutier NOM f s 0.14 2.30 0.00 0.07 -gréé gréer VER m s 0.07 0.61 0.01 0.34 par:pas; -gréée gréer VER f s 0.07 0.61 0.02 0.14 par:pas; -gréées gréer VER f p 0.07 0.61 0.00 0.07 par:pas; -gréviste gréviste NOM s 1.50 2.36 0.28 0.41 -grévistes gréviste NOM p 1.50 2.36 1.22 1.96 -gruyère gruyère NOM m s 1.02 4.80 1.02 4.80 -gèle geler VER 23.41 17.03 6.57 2.77 imp:pre:2s;ind:pre:1s;ind:pre:3s; -gèlent geler VER 23.41 17.03 0.58 0.27 ind:pre:3p; -gèlera geler VER 23.41 17.03 0.48 0.14 ind:fut:3s; -gèlerai geler VER 23.41 17.03 0.30 0.00 ind:fut:1s; -gèlerait geler VER 23.41 17.03 0.18 0.14 cnd:pre:3s; -gèles geler VER 23.41 17.03 0.26 0.07 ind:pre:2s; -gène gène NOM m s 8.07 0.74 4.18 0.20 -gènes gène NOM m p 8.07 0.74 3.90 0.54 -gère gérer VER 27.51 3.31 6.08 0.47 imp:pre:2s;ind:pre:1s;ind:pre:3s; -gèrent gérer VER 27.51 3.31 0.37 0.07 ind:pre:3p; -guacamole guacamole NOM m s 0.43 0.00 0.43 0.00 -guadeloupéenne guadeloupéenne NOM f s 0.00 0.14 0.00 0.14 -guanaco guanaco NOM m s 0.01 0.00 0.01 0.00 -guanine guanine NOM f s 0.04 0.00 0.04 0.00 -guano guano NOM m s 0.23 0.14 0.23 0.14 -géant géant ADJ m s 13.91 21.42 8.60 8.99 -géante géant ADJ f s 13.91 21.42 2.81 6.08 -géantes géant ADJ f p 13.91 21.42 0.94 2.97 -géants géant NOM m p 11.67 22.91 4.19 3.78 -guaracha guaracha NOM f s 0.02 0.00 0.02 0.00 -guarani guarani ADJ m s 0.00 0.07 0.00 0.07 -guatémaltèque guatémaltèque ADJ m s 0.07 0.00 0.07 0.00 -guelfe guelfe NOM m s 0.10 0.20 0.10 0.07 -guelfes guelfe NOM m p 0.10 0.20 0.00 0.14 -guenille guenille NOM f s 0.41 4.46 0.04 1.08 -guenilles guenille NOM f p 0.41 4.46 0.37 3.38 -guenilleux guenilleux ADJ m p 0.00 0.54 0.00 0.54 -guenillons guenillon NOM m p 0.00 0.07 0.00 0.07 -guenipe guenipe NOM f s 0.00 0.07 0.00 0.07 -guenon guenon NOM f s 0.58 1.89 0.37 1.55 -guenons guenon NOM f p 0.58 1.89 0.20 0.34 -guerre_éclair guerre_éclair NOM f s 0.01 0.14 0.01 0.14 -guerre guerre NOM f s 221.65 354.59 212.82 338.65 -guerres guerre NOM f p 221.65 354.59 8.83 15.95 -guerrier guerrier NOM m s 16.75 10.00 9.07 3.85 -guerriers guerrier NOM m p 16.75 10.00 7.68 6.15 -guerrière guerrier ADJ f s 6.70 8.85 0.88 2.30 -guerrières guerrier ADJ f p 6.70 8.85 1.41 1.62 -guerroient guerroyer VER 0.30 1.08 0.00 0.07 ind:pre:3p; -guerroyai guerroyer VER 0.30 1.08 0.00 0.07 ind:pas:1s; -guerroyaient guerroyer VER 0.30 1.08 0.00 0.07 ind:imp:3p; -guerroyait guerroyer VER 0.30 1.08 0.00 0.27 ind:imp:3s; -guerroyant guerroyer VER 0.30 1.08 0.14 0.07 par:pre; -guerroyer guerroyer VER 0.30 1.08 0.14 0.41 inf; -guerroyeur guerroyeur NOM m s 0.00 0.07 0.00 0.07 -guerroyé guerroyer VER m s 0.30 1.08 0.03 0.14 par:pas; -guet_apens guet_apens NOM m 0.68 0.74 0.68 0.74 -guet guet NOM m s 3.29 7.70 3.29 7.43 -guets_apens guets_apens NOM m p 0.00 0.07 0.00 0.07 -guets guet NOM m p 3.29 7.70 0.00 0.27 -guetta guetter VER 8.52 51.01 0.00 0.74 ind:pas:3s; -guettai guetter VER 8.52 51.01 0.00 0.81 ind:pas:1s; -guettaient guetter VER 8.52 51.01 0.16 2.50 ind:imp:3p; -guettais guetter VER 8.52 51.01 0.24 2.50 ind:imp:1s;ind:imp:2s; -guettait guetter VER 8.52 51.01 0.52 9.53 ind:imp:3s; -guettant guetter VER 8.52 51.01 0.30 6.82 par:pre; -guette guetter VER 8.52 51.01 3.79 9.05 imp:pre:2s;ind:pre:1s;ind:pre:3s; -guettent guetter VER 8.52 51.01 1.13 3.04 ind:pre:3p; -guetter guetter VER 8.52 51.01 1.01 10.00 inf;; -guettera guetter VER 8.52 51.01 0.00 0.20 ind:fut:3s; -guetterai guetter VER 8.52 51.01 0.05 0.20 ind:fut:1s; -guetterais guetter VER 8.52 51.01 0.00 0.07 cnd:pre:1s; -guetterait guetter VER 8.52 51.01 0.11 0.27 cnd:pre:3s; -guetterez guetter VER 8.52 51.01 0.01 0.00 ind:fut:2p; -guetterons guetter VER 8.52 51.01 0.02 0.14 ind:fut:1p; -guetteront guetter VER 8.52 51.01 0.02 0.00 ind:fut:3p; -guettes guetter VER 8.52 51.01 0.23 0.47 ind:pre:2s; -guetteur guetteur NOM m s 1.09 4.46 0.60 2.50 -guetteurs guetteur NOM m p 1.09 4.46 0.49 1.55 -guetteuse guetteur NOM f s 1.09 4.46 0.00 0.27 -guetteuses guetteur NOM f p 1.09 4.46 0.00 0.14 -guettez guetter VER 8.52 51.01 0.23 0.00 imp:pre:2p;ind:pre:2p; -guettiez guetter VER 8.52 51.01 0.01 0.07 ind:imp:2p; -guettions guetter VER 8.52 51.01 0.14 1.01 ind:imp:1p; -guettons guetter VER 8.52 51.01 0.12 0.00 ind:pre:1p; -guettât guetter VER 8.52 51.01 0.00 0.07 sub:imp:3s; -guettèrent guetter VER 8.52 51.01 0.00 0.14 ind:pas:3p; -guetté guetter VER m s 8.52 51.01 0.41 2.50 par:pas; -guettée guetter VER f s 8.52 51.01 0.02 0.20 par:pas; -guettées guetter VER f p 8.52 51.01 0.00 0.07 par:pas; -guettés guetter VER m p 8.52 51.01 0.00 0.61 par:pas; -gueugueule gueugueule NOM f s 0.00 0.07 0.00 0.07 -gueula gueuler VER 9.81 27.30 0.00 1.28 ind:pas:3s; -gueulai gueuler VER 9.81 27.30 0.00 0.20 ind:pas:1s; -gueulaient gueuler VER 9.81 27.30 0.13 0.41 ind:imp:3p; -gueulais gueuler VER 9.81 27.30 0.17 0.47 ind:imp:1s;ind:imp:2s; -gueulait gueuler VER 9.81 27.30 0.23 4.26 ind:imp:3s; -gueulant gueuler VER 9.81 27.30 0.31 1.69 par:pre; -gueulante gueulante NOM f s 0.14 1.49 0.13 1.01 -gueulantes gueulante NOM f p 0.14 1.49 0.01 0.47 -gueulard gueulard NOM m s 0.23 0.88 0.20 0.68 -gueularde gueulard NOM f s 0.23 0.88 0.02 0.00 -gueulards gueulard NOM m p 0.23 0.88 0.01 0.20 -gueule_de_loup gueule_de_loup NOM f s 0.03 0.07 0.03 0.07 -gueule gueule NOM f s 125.22 109.93 118.45 100.14 -gueulement gueulement NOM m s 0.00 0.81 0.00 0.14 -gueulements gueulement NOM m p 0.00 0.81 0.00 0.68 -gueulent gueuler VER 9.81 27.30 0.18 1.42 ind:pre:3p; -gueuler gueuler VER 9.81 27.30 3.97 6.62 inf; -gueulera gueuler VER 9.81 27.30 0.03 0.07 ind:fut:3s; -gueulerai gueuler VER 9.81 27.30 0.02 0.07 ind:fut:1s; -gueulerais gueuler VER 9.81 27.30 0.00 0.14 cnd:pre:1s;cnd:pre:2s; -gueulerait gueuler VER 9.81 27.30 0.01 0.14 cnd:pre:3s; -gueules_de_loup gueules_de_loup NOM f p 0.00 0.14 0.00 0.14 -gueules gueule NOM p 125.22 109.93 6.77 9.80 -gueuleton gueuleton NOM m s 0.65 1.08 0.52 0.74 -gueuletonnait gueuletonner VER 0.00 0.20 0.00 0.07 ind:imp:3s; -gueuletonner gueuletonner VER 0.00 0.20 0.00 0.14 inf; -gueuletons gueuleton NOM m p 0.65 1.08 0.12 0.34 -gueulette gueulette NOM f s 0.01 0.14 0.01 0.07 -gueulettes gueulette NOM f p 0.01 0.14 0.00 0.07 -gueulez gueuler VER 9.81 27.30 0.07 0.07 imp:pre:2p;ind:pre:2p; -gueuloir gueuloir NOM m s 0.00 0.07 0.00 0.07 -gueulé gueuler VER m s 9.81 27.30 0.79 3.38 par:pas; -gueulée gueuler VER f s 9.81 27.30 0.00 0.07 par:pas; -gueulés gueuler VER m p 9.81 27.30 0.00 0.07 par:pas; -gueusant gueuser VER 0.00 0.07 0.00 0.07 par:pre; -gueusards gueusard NOM m p 0.00 0.14 0.00 0.14 -gueuse gueux NOM f s 2.87 4.66 0.73 0.88 -gueuserie gueuserie NOM f s 0.00 0.47 0.00 0.47 -gueuses gueuse NOM f p 0.01 0.00 0.01 0.00 -gueux gueux NOM m 2.87 4.66 2.14 3.65 -gueuze gueuze NOM f s 0.00 0.07 0.00 0.07 -gégène gégène NOM f s 0.12 0.41 0.12 0.41 -gugusse gugusse NOM m s 1.12 0.27 1.06 0.27 -gugusses gugusse NOM m p 1.12 0.27 0.06 0.00 -géhenne géhenne NOM f s 0.58 0.34 0.57 0.34 -géhennes géhenne NOM f p 0.58 0.34 0.01 0.00 -gui gui NOM m s 2.90 2.50 2.90 2.50 -guibole guibole NOM f s 0.14 0.34 0.05 0.00 -guiboles guibole NOM f p 0.14 0.34 0.08 0.34 -guibolle guibolle NOM f s 0.11 4.93 0.00 0.74 -guibolles guibolle NOM f p 0.11 4.93 0.11 4.19 -guiche guiche NOM f s 0.06 0.27 0.06 0.14 -guiches guiche NOM f p 0.06 0.27 0.00 0.14 -guichet guichet NOM m s 3.81 8.45 2.92 6.42 -guichetier guichetier NOM m s 0.31 0.47 0.16 0.07 -guichetiers guichetier NOM m p 0.31 0.47 0.01 0.07 -guichetière guichetier NOM f s 0.31 0.47 0.14 0.34 -guichets guichet NOM m p 3.81 8.45 0.89 2.03 -guida guider VER 24.79 26.22 0.31 2.03 ind:pas:3s; -guidage guidage NOM m s 1.19 0.00 1.19 0.00 -guidai guider VER 24.79 26.22 0.00 0.14 ind:pas:1s; -guidaient guider VER 24.79 26.22 0.17 1.08 ind:imp:3p; -guidais guider VER 24.79 26.22 0.00 0.27 ind:imp:1s; -guidait guider VER 24.79 26.22 0.13 2.30 ind:imp:3s; -guidance guidance NOM f s 0.01 0.00 0.01 0.00 -guidant guider VER 24.79 26.22 0.20 1.96 par:pre; -guide_interprète guide_interprète NOM s 0.00 0.07 0.00 0.07 -guide guide NOM s 17.52 22.84 14.69 16.69 -guident guider VER 24.79 26.22 0.39 0.74 ind:pre:3p; -guider guider VER 24.79 26.22 7.29 6.76 inf; -guidera guider VER 24.79 26.22 1.57 0.14 ind:fut:3s; -guiderai guider VER 24.79 26.22 0.80 0.00 ind:fut:1s; -guiderait guider VER 24.79 26.22 0.20 0.14 cnd:pre:3s; -guideras guider VER 24.79 26.22 0.06 0.00 ind:fut:2s; -guiderez guider VER 24.79 26.22 0.09 0.00 ind:fut:2p; -guideront guider VER 24.79 26.22 0.27 0.20 ind:fut:3p; -guides guide NOM p 17.52 22.84 2.84 6.15 -guidez guider VER 24.79 26.22 0.85 0.14 imp:pre:2p;ind:pre:2p; -guidiez guider VER 24.79 26.22 0.09 0.00 ind:imp:2p; -guidon guidon NOM m s 1.27 7.03 1.26 6.15 -guidons guider VER 24.79 26.22 0.16 0.14 imp:pre:1p;ind:pre:1p; -guidèrent guider VER 24.79 26.22 0.00 0.20 ind:pas:3p; -guidé guider VER m s 24.79 26.22 2.81 3.38 par:pas; -guidée guider VER f s 24.79 26.22 1.55 1.82 par:pas; -guidées guider VER f p 24.79 26.22 0.40 0.27 par:pas; -guidés guider VER m p 24.79 26.22 1.25 1.22 par:pas; -guigna guigner VER 0.04 1.69 0.00 0.14 ind:pas:3s; -guignaient guigner VER 0.04 1.69 0.01 0.00 ind:imp:3p; -guignais guigner VER 0.04 1.69 0.01 0.14 ind:imp:1s; -guignait guigner VER 0.04 1.69 0.01 0.47 ind:imp:3s; -guignant guigner VER 0.04 1.69 0.00 0.20 par:pre; -guigne guigne NOM f s 0.93 1.35 0.93 1.28 -guigner guigner VER 0.04 1.69 0.00 0.34 inf; -guignes guigne NOM f p 0.93 1.35 0.00 0.07 -guignol guignol NOM m s 3.29 6.15 2.14 3.58 -guignolades guignolade NOM f p 0.00 0.14 0.00 0.14 -guignolesque guignolesque ADJ m s 0.00 0.07 0.00 0.07 -guignolet guignolet NOM m s 0.00 0.20 0.00 0.20 -guignols guignol NOM m p 3.29 6.15 1.16 2.57 -guignon guignon NOM m s 0.00 0.20 0.00 0.20 -guilde guilde NOM f s 0.57 0.00 0.56 0.00 -guildes guilde NOM f p 0.57 0.00 0.01 0.00 -guili_guili guili_guili NOM m 0.16 0.14 0.16 0.14 -guillaume guillaume NOM m s 0.00 0.20 0.00 0.14 -guillaumes guillaume NOM m p 0.00 0.20 0.00 0.07 -guilledou guilledou NOM m s 0.02 0.20 0.02 0.20 -guillemet guillemet NOM m s 0.52 1.55 0.01 0.00 -guillemets guillemet NOM m p 0.52 1.55 0.50 1.55 -guillemot guillemot NOM m s 0.11 0.00 0.11 0.00 -guilleret guilleret ADJ m s 0.22 3.24 0.14 2.09 -guillerets guilleret ADJ m p 0.22 3.24 0.01 0.34 -guillerette guilleret ADJ f s 0.22 3.24 0.07 0.74 -guillerettes guilleret ADJ f p 0.22 3.24 0.00 0.07 -guilloche guillocher VER 0.02 0.47 0.01 0.00 ind:pre:3s; -guilloché guillocher VER m s 0.02 0.47 0.00 0.27 par:pas; -guillochée guillocher VER f s 0.02 0.47 0.01 0.07 par:pas; -guillochées guillocher VER f p 0.02 0.47 0.00 0.07 par:pas; -guillochures guillochure NOM f p 0.00 0.07 0.00 0.07 -guillochés guillocher VER m p 0.02 0.47 0.00 0.07 par:pas; -guillotina guillotiner VER 0.80 1.89 0.00 0.07 ind:pas:3s; -guillotinaient guillotiner VER 0.80 1.89 0.00 0.07 ind:imp:3p; -guillotinait guillotiner VER 0.80 1.89 0.00 0.14 ind:imp:3s; -guillotine guillotine NOM f s 1.07 5.61 1.07 5.54 -guillotinent guillotiner VER 0.80 1.89 0.01 0.07 ind:pre:3p; -guillotiner guillotiner VER 0.80 1.89 0.45 0.47 inf; -guillotines guillotin NOM f p 0.01 0.00 0.01 0.00 -guillotineur guillotineur NOM m s 0.00 0.14 0.00 0.07 -guillotineurs guillotineur NOM m p 0.00 0.14 0.00 0.07 -guillotiné guillotiner VER m s 0.80 1.89 0.20 0.68 par:pas; -guillotinée guillotiner VER f s 0.80 1.89 0.00 0.20 par:pas; -guillotinées guillotiné ADJ f p 0.01 0.47 0.00 0.07 -guillotinés guillotiner VER m p 0.80 1.89 0.01 0.14 par:pas; -guimauve guimauve NOM f s 1.49 2.43 1.25 2.23 -guimauves guimauve NOM f p 1.49 2.43 0.24 0.20 -guimbarde guimbarde NOM f s 0.61 1.69 0.57 1.01 -guimbardes guimbarde NOM f p 0.61 1.69 0.03 0.68 -guimpe guimpe NOM f s 0.19 1.15 0.19 0.54 -guimpes guimpe NOM f p 0.19 1.15 0.00 0.61 -guinchait guincher VER 0.11 0.20 0.00 0.07 ind:imp:3s; -guinche guinche NOM m s 0.00 0.47 0.00 0.27 -guincher guincher VER 0.11 0.20 0.10 0.14 inf; -guinches guincher VER 0.11 0.20 0.01 0.00 ind:pre:2s; -guindaient guinder VER 0.16 1.55 0.00 0.14 ind:imp:3p; -guindait guinder VER 0.16 1.55 0.00 0.07 ind:imp:3s; -guindal guindal NOM m s 0.00 0.61 0.00 0.41 -guindals guindal NOM m p 0.00 0.61 0.00 0.20 -guindant guindant NOM m s 0.10 0.00 0.10 0.00 -guinde guinder VER 0.16 1.55 0.01 0.54 imp:pre:2s;ind:pre:3s; -guindeau guindeau NOM m s 0.02 0.07 0.02 0.07 -guinder guinder VER 0.16 1.55 0.00 0.20 inf; -guindé guindé ADJ m s 0.67 2.43 0.55 0.88 -guindée guindé ADJ f s 0.67 2.43 0.06 0.81 -guindées guindé ADJ f p 0.67 2.43 0.03 0.34 -guindés guindé ADJ m p 0.67 2.43 0.04 0.41 -guinguette guinguette NOM f s 0.14 3.04 0.14 2.36 -guinguettes guinguette NOM f p 0.14 3.04 0.00 0.68 -guinée guinée NOM f s 1.40 0.07 0.10 0.07 -guinéen guinéen ADJ m s 0.00 0.41 0.00 0.14 -guinéenne guinéen ADJ f s 0.00 0.41 0.00 0.14 -guinéennes guinéen ADJ f p 0.00 0.41 0.00 0.07 -guinéens guinéen ADJ m p 0.00 0.41 0.00 0.07 -guinées guinée NOM f p 1.40 0.07 1.30 0.00 -guipure guipure NOM f s 0.27 1.15 0.14 0.61 -guipures guipure NOM f p 0.27 1.15 0.14 0.54 -guirlande guirlande NOM f s 1.65 9.05 0.62 2.30 -guirlandes guirlande NOM f p 1.65 9.05 1.03 6.76 -guise guise NOM f s 6.26 20.61 6.26 20.61 -guises guis NOM f p 0.00 0.07 0.00 0.07 -guitare guitare NOM f s 13.86 14.80 12.78 11.55 -guitares guitare NOM f p 13.86 14.80 1.08 3.24 -guitariste guitariste NOM s 2.29 4.39 1.76 3.38 -guitaristes guitariste NOM p 2.29 4.39 0.53 1.01 -guitoune guitoune NOM f s 0.00 5.68 0.00 3.51 -guitounes guitoune NOM f p 0.00 5.68 0.00 2.16 -gélatine gélatine NOM f s 0.87 1.35 0.87 1.22 -gélatines gélatine NOM f p 0.87 1.35 0.00 0.14 -gélatineuse gélatineux ADJ f s 0.16 1.62 0.01 0.54 -gélatineuses gélatineux ADJ f p 0.16 1.62 0.01 0.20 -gélatineux gélatineux ADJ m 0.16 1.62 0.13 0.88 -gélatino_bromure gélatino_bromure NOM m s 0.00 0.07 0.00 0.07 -gulden gulden NOM m s 0.10 0.00 0.10 0.00 -gélifiant gélifiant NOM m s 0.01 0.00 0.01 0.00 -gélification gélification NOM f s 0.00 0.07 0.00 0.07 -gélifié gélifier VER m s 0.00 0.07 0.00 0.07 par:pas; -géline géline NOM f s 0.01 0.20 0.01 0.00 -gélines géline NOM f p 0.01 0.20 0.00 0.20 -gélinotte gélinotte NOM f s 0.00 0.07 0.00 0.07 -gélolevure gélolevure NOM f s 0.00 0.07 0.00 0.07 -gélose gélose NOM f s 0.01 0.07 0.01 0.07 -gélule gélule NOM f s 0.38 0.88 0.04 0.14 -gélules gélule NOM f p 0.38 0.88 0.33 0.74 -gémeau gémeau NOM m s 0.40 0.07 0.12 0.00 -gémeaux gémeau NOM m p 0.40 0.07 0.29 0.07 -gémellaire gémellaire ADJ s 0.01 7.43 0.01 7.09 -gémellaires gémellaire ADJ p 0.01 7.43 0.00 0.34 -gémellité gémellité NOM f s 0.17 3.38 0.17 3.38 -gémi gémir VER m s 9.19 36.89 0.28 1.96 par:pas; -gémie gémir VER f s 9.19 36.89 0.01 0.07 par:pas; -gémir gémir VER 9.19 36.89 2.38 8.18 inf; -gémira gémir VER 9.19 36.89 0.04 0.07 ind:fut:3s; -gémirai gémir VER 9.19 36.89 0.01 0.00 ind:fut:1s; -gémiraient gémir VER 9.19 36.89 0.00 0.07 cnd:pre:3p; -gémirais gémir VER 9.19 36.89 0.10 0.00 cnd:pre:1s; -gémirait gémir VER 9.19 36.89 0.00 0.20 cnd:pre:3s; -gémirent gémir VER 9.19 36.89 0.00 0.20 ind:pas:3p; -gémis gémir VER m p 9.19 36.89 0.93 0.54 imp:pre:2s;ind:pre:1s;ind:pre:2s;par:pas; -gémissaient gémir VER 9.19 36.89 0.12 1.28 ind:imp:3p; -gémissais gémir VER 9.19 36.89 0.07 0.27 ind:imp:1s;ind:imp:2s; -gémissait gémir VER 9.19 36.89 0.52 6.01 ind:imp:3s; -gémissant gémir VER 9.19 36.89 0.19 4.80 par:pre; -gémissante gémissant ADJ f s 0.08 2.64 0.00 1.15 -gémissantes gémissant ADJ f p 0.08 2.64 0.02 0.54 -gémissants gémissant ADJ m p 0.08 2.64 0.02 0.14 -gémisse gémir VER 9.19 36.89 0.03 0.07 sub:pre:3s; -gémissement gémissement NOM m s 5.16 16.76 0.97 9.32 -gémissements gémissement NOM m p 5.16 16.76 4.18 7.43 -gémissent gémir VER 9.19 36.89 0.45 0.81 ind:pre:3p; -gémisseur gémisseur ADJ m s 0.00 0.20 0.00 0.07 -gémisseurs gémisseur ADJ m p 0.00 0.20 0.00 0.14 -gémissez gémir VER 9.19 36.89 0.17 0.07 imp:pre:2p;ind:pre:2p; -gémissiez gémir VER 9.19 36.89 0.01 0.00 ind:imp:2p; -gémit gémir VER 9.19 36.89 3.88 12.30 ind:pre:3s;ind:pas:3s; -gémonies gémonies NOM f p 0.01 0.07 0.01 0.07 -gun gun NOM m s 1.51 0.14 1.15 0.07 -guna guna NOM m 0.04 0.00 0.04 0.00 -gêna gêner VER 57.76 71.01 0.01 1.22 ind:pas:3s; -gênaient gêner VER 57.76 71.01 0.16 2.84 ind:imp:3p; -gênais gêner VER 57.76 71.01 0.34 0.61 ind:imp:1s;ind:imp:2s; -gênait gêner VER 57.76 71.01 1.64 11.96 ind:imp:3s; -gênant gênant ADJ m s 10.33 10.27 8.89 6.08 -gênante gênant ADJ f s 10.33 10.27 0.65 2.43 -gênantes gênant ADJ f p 10.33 10.27 0.27 0.95 -gênants gênant ADJ m p 10.33 10.27 0.52 0.81 -gêne gêner VER 57.76 71.01 29.21 13.99 imp:pre:2s;ind:pre:1s;ind:pre:3s; -gênent gêner VER 57.76 71.01 1.81 2.16 ind:pre:3p; -gêner gêner VER 57.76 71.01 5.48 9.80 inf;; -gênera gêner VER 57.76 71.01 1.36 0.68 ind:fut:3s; -gênerai gêner VER 57.76 71.01 0.47 0.14 ind:fut:1s; -gêneraient gêner VER 57.76 71.01 0.02 0.14 cnd:pre:3p; -gênerais gêner VER 57.76 71.01 0.34 0.68 cnd:pre:1s;cnd:pre:2s; -gênerait gêner VER 57.76 71.01 1.77 1.15 cnd:pre:3s; -gênerons gêner VER 57.76 71.01 0.01 0.07 ind:fut:1p; -gêneront gêner VER 57.76 71.01 0.19 0.07 ind:fut:3p; -gênes gêner VER 57.76 71.01 1.19 0.68 ind:pre:2s;sub:pre:2s; -gêneur gêneur NOM m s 0.95 1.01 0.85 0.54 -gêneurs gêneur NOM m p 0.95 1.01 0.09 0.34 -gêneuse gêneur NOM f s 0.95 1.01 0.01 0.07 -gêneuses gêneur NOM f p 0.95 1.01 0.00 0.07 -gênez gêner VER 57.76 71.01 3.52 1.28 imp:pre:2p;ind:pre:2p; -génial génial ADJ m s 134.47 10.20 115.27 5.95 -géniale génial ADJ f s 134.47 10.20 15.86 3.31 -génialement génialement ADV 0.04 0.20 0.04 0.20 -géniales génial ADJ f p 134.47 10.20 1.62 0.27 -génialité génialité NOM f s 0.00 0.07 0.00 0.07 -géniaux génial ADJ m p 134.47 10.20 1.72 0.68 -génie génie NOM m s 38.01 51.62 34.65 47.43 -génies génie NOM m p 38.01 51.62 3.36 4.19 -gêniez gêner VER 57.76 71.01 0.00 0.07 ind:imp:2p; -génique génique ADJ s 0.40 0.00 0.40 0.00 -génisse génisse NOM f s 0.83 1.76 0.69 1.42 -génisses génisse NOM f p 0.83 1.76 0.15 0.34 -génital génital ADJ m s 2.43 1.55 0.16 0.34 -génitale génital ADJ f s 2.43 1.55 0.08 0.27 -génitales génital ADJ f p 2.43 1.55 0.81 0.34 -génitalité génitalité NOM f s 0.00 0.07 0.00 0.07 -génitaux génital ADJ m p 2.43 1.55 1.38 0.61 -géniteur géniteur NOM m s 0.49 2.50 0.33 1.01 -géniteurs géniteur NOM m p 0.49 2.50 0.03 1.08 -génitoires génitoire NOM f p 0.00 0.41 0.00 0.41 -génitrice géniteur NOM f s 0.49 2.50 0.14 0.27 -génitrices génitrice NOM f p 0.02 0.00 0.02 0.00 -génocidaire génocidaire ADJ s 0.04 0.00 0.04 0.00 -génocide génocide NOM m s 1.25 1.15 1.18 0.81 -génocides génocide NOM m p 1.25 1.15 0.08 0.34 -génois génois ADJ m 0.17 0.34 0.17 0.34 -génoise génois NOM f s 0.16 1.42 0.12 0.54 -génoises génoise NOM f p 0.21 0.00 0.21 0.00 -génome génome NOM m s 0.63 0.00 0.63 0.00 -génomique génomique ADJ s 0.11 0.00 0.09 0.00 -génomiques génomique ADJ p 0.11 0.00 0.02 0.00 -gênons gêner VER 57.76 71.01 0.17 0.00 imp:pre:1p;ind:pre:1p; -gênât gêner VER 57.76 71.01 0.00 0.20 sub:imp:3s; -génotype génotype NOM m s 0.11 0.00 0.08 0.00 -génotypes génotype NOM m p 0.11 0.00 0.04 0.00 -génovéfains génovéfain NOM m p 0.00 0.07 0.00 0.07 -guns gun NOM m p 1.51 0.14 0.36 0.07 -génère générer VER 2.83 0.00 0.93 0.00 imp:pre:2s;ind:pre:3s; -génères générer VER 2.83 0.00 0.03 0.00 ind:pre:2s; -gêné gêner VER m s 57.76 71.01 5.44 14.53 par:pas; -généalogie généalogie NOM f s 0.28 1.96 0.28 1.62 -généalogies généalogie NOM f p 0.28 1.96 0.00 0.34 -généalogique généalogique ADJ s 0.76 2.50 0.69 1.89 -généalogiques généalogique ADJ p 0.76 2.50 0.07 0.61 -généalogiste généalogiste NOM s 0.17 0.14 0.04 0.14 -généalogistes généalogiste NOM p 0.17 0.14 0.14 0.00 -gênée gêner VER f s 57.76 71.01 3.26 4.12 par:pas; -gênées gêner VER f p 57.76 71.01 0.18 0.34 par:pas; -génuflexion génuflexion NOM f s 0.03 1.01 0.03 0.68 -génuflexions génuflexion NOM f p 0.03 1.01 0.00 0.34 -génuine génuine ADJ f s 0.00 0.07 0.00 0.07 -général général NOM m s 124.83 236.89 119.61 223.99 -générale général ADJ f s 41.31 95.41 10.27 34.73 -généralement généralement ADV 7.79 16.89 7.79 16.89 -générales général ADJ f p 41.31 95.41 0.95 3.65 -généralife généralife NOM m s 0.00 0.20 0.00 0.20 -généralisable généralisable ADJ s 0.00 0.07 0.00 0.07 -généralisait généraliser VER 0.66 1.22 0.00 0.14 ind:imp:3s; -généralisant généraliser VER 0.66 1.22 0.00 0.07 par:pre; -généralisation généralisation NOM f s 0.07 0.61 0.05 0.20 -généralisations généralisation NOM f p 0.07 0.61 0.02 0.41 -généralise généraliser VER 0.66 1.22 0.14 0.20 imp:pre:2s;ind:pre:1s;ind:pre:3s; -généraliser généraliser VER 0.66 1.22 0.44 0.34 inf; -généralisez généraliser VER 0.66 1.22 0.01 0.20 imp:pre:2p;ind:pre:2p; -généralisions généraliser VER 0.66 1.22 0.00 0.07 ind:imp:1p; -généralissime généralissime NOM m s 0.12 1.82 0.12 1.82 -généraliste généraliste NOM s 0.72 0.54 0.45 0.41 -généralistes généraliste NOM p 0.72 0.54 0.27 0.14 -généralisé généralisé ADJ m s 0.33 2.30 0.25 0.68 -généralisée généralisé ADJ f s 0.33 2.30 0.08 1.49 -généralisées généralisé ADJ f p 0.33 2.30 0.00 0.14 -généralité généralité NOM f s 0.41 1.96 0.11 0.47 -généralités généralité NOM f p 0.41 1.96 0.30 1.49 -générant générer VER 2.83 0.00 0.07 0.00 par:pre; -générateur générateur NOM m s 8.93 0.34 6.44 0.14 -générateurs générateur NOM m p 8.93 0.34 2.20 0.07 -génératif génératif ADJ m s 0.02 0.00 0.01 0.00 -génération génération NOM f s 20.51 37.77 13.38 21.01 -générationnel générationnel ADJ m s 0.27 0.00 0.27 0.00 -générations génération NOM f p 20.51 37.77 7.13 16.76 -générative génératif ADJ f s 0.02 0.00 0.01 0.00 -génératrice générateur NOM f s 8.93 0.34 0.29 0.14 -génératrices génératrice NOM f p 0.02 0.00 0.02 0.00 -généraux général NOM m p 124.83 236.89 3.83 11.08 -générer générer VER 2.83 0.00 1.05 0.00 inf; -généreuse généreux ADJ f s 23.32 23.72 6.00 8.04 -généreusement généreusement ADV 1.81 4.53 1.81 4.53 -généreuses généreux ADJ f p 23.32 23.72 0.74 1.69 -généreux généreux ADJ m 23.32 23.72 16.57 13.99 -générez générer VER 2.83 0.00 0.05 0.00 ind:pre:2p; -générique générique NOM m s 1.71 0.88 1.64 0.54 -génériques générique ADJ p 0.56 0.41 0.19 0.07 -générosité générosité NOM f s 6.15 11.55 6.15 10.95 -générosités générosité NOM f p 6.15 11.55 0.00 0.61 -généré générer VER m s 2.83 0.00 0.34 0.00 par:pas; -générée générer VER f s 2.83 0.00 0.14 0.00 par:pas; -générés générer VER m p 2.83 0.00 0.20 0.00 par:pas; -gênés gêner VER m p 57.76 71.01 0.92 2.91 par:pas; -génésique génésique ADJ s 0.00 0.07 0.00 0.07 -généticien généticien NOM m s 0.60 0.07 0.26 0.07 -généticienne généticien NOM f s 0.60 0.07 0.01 0.00 -généticiens généticien NOM m p 0.60 0.07 0.33 0.00 -génétique génétique ADJ s 8.06 1.35 6.33 1.01 -génétiquement génétiquement ADV 1.90 0.20 1.90 0.20 -génétiques génétique ADJ p 8.06 1.35 1.73 0.34 -géo géo NOM f s 0.30 1.22 0.30 1.22 -géocorises géocorise NOM f p 0.00 0.07 0.00 0.07 -géode géode NOM f s 0.04 0.00 0.04 0.00 -géodésiens géodésien ADJ m p 0.00 0.14 0.00 0.14 -géodésigraphe géodésigraphe NOM m s 0.00 0.07 0.00 0.07 -géodésique géodésique ADJ s 0.18 0.27 0.17 0.20 -géodésiques géodésique ADJ m p 0.18 0.27 0.01 0.07 -géographe géographe NOM s 0.10 0.95 0.04 0.54 -géographes géographe NOM f p 0.10 0.95 0.06 0.41 -géographie géographie NOM f s 2.26 8.51 2.26 8.11 -géographies géographie NOM f p 2.26 8.51 0.00 0.41 -géographique géographique ADJ s 0.97 3.51 0.83 2.36 -géographiquement géographiquement ADV 0.10 0.47 0.10 0.47 -géographiques géographique ADJ p 0.97 3.51 0.14 1.15 -géologie géologie NOM f s 0.40 0.61 0.40 0.61 -géologique géologique ADJ s 0.59 0.81 0.39 0.34 -géologiquement géologiquement ADV 0.03 0.00 0.03 0.00 -géologiques géologique ADJ p 0.59 0.81 0.20 0.47 -géologue géologue NOM s 1.11 0.61 0.73 0.27 -géologues géologue NOM p 1.11 0.61 0.38 0.34 -géomagnétique géomagnétique ADJ f s 0.03 0.00 0.02 0.00 -géomagnétiques géomagnétique ADJ p 0.03 0.00 0.01 0.00 -géomancie géomancie NOM f s 0.01 0.07 0.01 0.07 -géomètre géomètre NOM s 6.20 0.54 6.02 0.27 -géomètres géomètre NOM p 6.20 0.54 0.19 0.27 -géométrie géométrie NOM f s 1.06 5.20 1.06 4.80 -géométries géométrie NOM f p 1.06 5.20 0.00 0.41 -géométrique géométrique ADJ s 0.77 4.80 0.58 2.57 -géométriquement géométriquement ADV 0.08 0.41 0.08 0.41 -géométriques géométrique ADJ p 0.77 4.80 0.19 2.23 -géophysiciens géophysicien NOM m p 0.01 0.00 0.01 0.00 -géophysique géophysique NOM f s 0.17 0.00 0.17 0.00 -géopolitique géopolitique ADJ s 0.07 0.14 0.07 0.14 -géorgien géorgien ADJ m s 0.45 0.68 0.44 0.27 -géorgienne géorgien ADJ f s 0.45 0.68 0.01 0.27 -géorgiennes géorgien ADJ f p 0.45 0.68 0.00 0.07 -géorgiens géorgien ADJ m p 0.45 0.68 0.00 0.07 -géosciences géoscience NOM f p 0.01 0.00 0.01 0.00 -géostationnaire géostationnaire ADJ s 0.04 0.00 0.04 0.00 -géostratégie géostratégie NOM f s 0.00 0.07 0.00 0.07 -géosynchrone géosynchrone ADJ f s 0.02 0.00 0.02 0.00 -géothermale géothermal ADJ f s 0.01 0.00 0.01 0.00 -géothermie géothermie NOM f s 0.01 0.00 0.01 0.00 -géothermique géothermique ADJ s 0.13 0.00 0.13 0.00 -géotropique géotropique ADJ m s 0.00 0.20 0.00 0.14 -géotropiques géotropique ADJ m p 0.00 0.20 0.00 0.07 -guppy guppy NOM m s 0.55 0.00 0.55 0.00 -géra gérer VER 27.51 3.31 0.00 0.14 ind:pas:3s; -gérable gérable ADJ s 0.29 0.00 0.25 0.00 -gérables gérable ADJ p 0.29 0.00 0.04 0.00 -gérais gérer VER 27.51 3.31 0.27 0.07 ind:imp:1s;ind:imp:2s; -gérait gérer VER 27.51 3.31 0.40 0.41 ind:imp:3s; -gérance gérance NOM f s 0.29 1.15 0.29 1.15 -géranium géranium NOM m s 1.09 4.12 0.77 0.95 -géraniums géranium NOM m p 1.09 4.12 0.32 3.18 -gérant gérant NOM m s 6.45 8.72 5.54 8.04 -gérante gérant NOM f s 6.45 8.72 0.69 0.68 -gérants gérant NOM m p 6.45 8.72 0.21 0.00 -gérer gérer VER 27.51 3.31 16.57 1.22 inf; -gérera gérer VER 27.51 3.31 0.21 0.00 ind:fut:3s; -gérerai gérer VER 27.51 3.31 0.15 0.00 ind:fut:1s; -gérerais gérer VER 27.51 3.31 0.02 0.00 cnd:pre:1s; -gérerez gérer VER 27.51 3.31 0.01 0.07 ind:fut:2p; -géreriez gérer VER 27.51 3.31 0.01 0.00 cnd:pre:2p; -gérez gérer VER 27.51 3.31 0.69 0.07 imp:pre:2p;ind:pre:2p; -gériatrie gériatrie NOM f s 0.07 0.07 0.07 0.07 -gériatrique gériatrique ADJ s 0.09 0.00 0.07 0.00 -gériatriques gériatrique ADJ f p 0.09 0.00 0.01 0.00 -gérons gérer VER 27.51 3.31 0.12 0.00 imp:pre:1p;ind:pre:1p; -géronte géronte NOM m s 0.00 0.14 0.00 0.07 -gérontes géronte NOM m p 0.00 0.14 0.00 0.07 -gérontisme gérontisme NOM m s 0.01 0.00 0.01 0.00 -gérontologie gérontologie NOM f s 0.05 0.27 0.05 0.27 -gérontologue gérontologue NOM s 0.01 0.07 0.01 0.07 -gérontophiles gérontophile NOM p 0.00 0.07 0.00 0.07 -guru guru NOM m s 0.08 0.07 0.08 0.07 -géré gérer VER m s 27.51 3.31 1.83 0.41 par:pas; -gérée gérer VER f s 27.51 3.31 0.28 0.34 par:pas; -gérées gérer VER f p 27.51 3.31 0.06 0.00 par:pas; -gérés gérer VER m p 27.51 3.31 0.07 0.00 par:pas; -gus gus NOM m 8.50 1.96 8.50 1.96 -gésier gésier NOM m s 0.07 0.88 0.05 0.74 -gésiers gésier NOM m p 0.07 0.88 0.02 0.14 -gésine gésine NOM f s 0.10 0.34 0.10 0.34 -gésir gésir VER 4.77 15.68 0.02 0.07 inf; -gusse gusse NOM m s 0.14 0.00 0.14 0.00 -gustatif gustatif ADJ m s 0.21 0.14 0.05 0.14 -gustation gustation NOM f s 0.00 0.14 0.00 0.14 -gustative gustatif ADJ f s 0.21 0.14 0.02 0.00 -gustatives gustatif ADJ f p 0.21 0.14 0.14 0.00 -gusto gusto ADV 0.88 0.14 0.88 0.14 -gut gut NOM m s 0.64 0.20 0.64 0.20 -guède guède NOM f s 0.02 0.00 0.02 0.00 -guère guère ADV 17.02 110.68 17.02 110.68 -gutta_percha gutta_percha NOM f s 0.03 0.00 0.03 0.00 -guttural guttural ADJ m s 0.07 2.97 0.04 1.08 -gutturale guttural ADJ f s 0.07 2.97 0.01 0.95 -gutturales guttural ADJ f p 0.07 2.97 0.00 0.34 -gutturaux guttural ADJ m p 0.07 2.97 0.01 0.61 -gué gué ONO 0.02 0.00 0.02 0.00 -guéable guéable ADJ f s 0.00 0.07 0.00 0.07 -guéguerre guéguerre NOM f s 0.07 0.41 0.04 0.20 -guéguerres guéguerre NOM f p 0.07 0.41 0.02 0.20 -guépard guépard NOM m s 0.44 0.74 0.27 0.34 -guépards guépard NOM m p 0.44 0.74 0.17 0.41 -guêpe guêpe NOM f s 3.37 6.42 2.73 2.84 -guêpes guêpe NOM f p 3.37 6.42 0.64 3.58 -guêpier guêpier NOM m s 0.27 0.68 0.27 0.68 -guêpière guêpière NOM f s 0.06 1.22 0.05 0.95 -guêpières guêpière NOM f p 0.06 1.22 0.01 0.27 -guérît guérir VER 44.74 30.27 0.00 0.07 sub:imp:3s; -guéret guéret NOM m s 0.01 0.27 0.00 0.07 -guérets guéret NOM m p 0.01 0.27 0.01 0.20 -guéri guérir VER m s 44.74 30.27 9.04 5.95 par:pas; -guéridon guéridon NOM m s 0.70 11.42 0.69 8.31 -guéridons guéridon NOM m p 0.70 11.42 0.01 3.11 -guérie guérir VER f s 44.74 30.27 3.84 3.65 par:pas; -guéries guéri ADJ f p 3.46 4.05 0.16 0.27 -guérilla guérilla NOM f s 2.17 1.55 1.89 1.35 -guérillas guérilla NOM f p 2.17 1.55 0.28 0.20 -guérillero guérillero NOM m s 2.81 0.27 0.67 0.14 -guérilleros guérillero NOM m p 2.81 0.27 2.14 0.14 -guérir guérir VER 44.74 30.27 17.70 11.49 inf; -guérira guérir VER 44.74 30.27 2.28 0.81 ind:fut:3s; -guérirai guérir VER 44.74 30.27 0.69 0.34 ind:fut:1s; -guérirais guérir VER 44.74 30.27 0.03 0.00 cnd:pre:1s;cnd:pre:2s; -guérirait guérir VER 44.74 30.27 0.29 0.47 cnd:pre:3s; -guériras guérir VER 44.74 30.27 0.66 0.54 ind:fut:2s; -guérirez guérir VER 44.74 30.27 0.33 0.14 ind:fut:2p; -guérirons guérir VER 44.74 30.27 0.02 0.07 ind:fut:1p; -guériront guérir VER 44.74 30.27 0.28 0.07 ind:fut:3p; -guéris guérir VER m p 44.74 30.27 2.03 1.08 imp:pre:2s;ind:pre:1s;ind:pre:2s;par:pas; -guérison guérison NOM f s 5.84 5.20 5.43 4.93 -guérisons guérison NOM f p 5.84 5.20 0.41 0.27 -guérissable guérissable ADJ m s 0.01 0.20 0.01 0.07 -guérissables guérissable ADJ f p 0.01 0.20 0.00 0.14 -guérissaient guérir VER 44.74 30.27 0.16 0.34 ind:imp:3p; -guérissais guérir VER 44.74 30.27 0.02 0.07 ind:imp:1s; -guérissait guérir VER 44.74 30.27 0.14 0.74 ind:imp:3s; -guérissant guérir VER 44.74 30.27 0.10 0.07 par:pre; -guérisse guérir VER 44.74 30.27 1.95 0.27 sub:pre:1s;sub:pre:3s; -guérissent guérir VER 44.74 30.27 0.86 0.41 ind:pre:3p; -guérisses guérir VER 44.74 30.27 0.05 0.07 sub:pre:2s; -guérisseur guérisseur NOM m s 3.10 2.23 1.95 1.42 -guérisseurs guérisseur NOM m p 3.10 2.23 0.24 0.27 -guérisseuse guérisseur NOM f s 3.10 2.23 0.92 0.47 -guérisseuses guérisseuse NOM f p 0.10 0.00 0.10 0.00 -guérissez guérir VER 44.74 30.27 0.35 0.27 imp:pre:2p;ind:pre:2p; -guérissiez guérir VER 44.74 30.27 0.04 0.07 ind:imp:2p; -guérissons guérir VER 44.74 30.27 0.11 0.00 ind:pre:1p; -guérit guérir VER 44.74 30.27 3.62 3.24 ind:pre:3s;ind:pas:3s; -guérite guérite NOM f s 0.06 5.07 0.05 4.12 -guérites guérite NOM f p 0.06 5.07 0.01 0.95 -guêtre guêtre NOM f s 0.39 4.80 0.03 0.41 -guêtres guêtre NOM f p 0.39 4.80 0.36 4.39 -guêtré guêtrer VER m s 0.00 0.14 0.00 0.07 par:pas; -guêtrés guêtrer VER m p 0.00 0.14 0.00 0.07 par:pas; -guévariste guévariste NOM s 0.00 0.14 0.00 0.14 -guyanais guyanais ADJ m p 0.00 0.07 0.00 0.07 -guzla guzla NOM f s 0.00 0.07 0.00 0.07 -gy gy ONO 0.00 1.15 0.00 1.15 -gym gym NOM f s 9.18 2.23 9.18 2.23 -gymkhana gymkhana NOM m s 0.05 0.27 0.05 0.27 -gymnase gymnase NOM m s 4.28 2.43 4.11 2.09 -gymnases gymnase NOM m p 4.28 2.43 0.17 0.34 -gymnasium gymnasium NOM m s 0.00 0.14 0.00 0.14 -gymnaste gymnaste NOM s 0.35 1.35 0.26 0.61 -gymnastes gymnaste NOM p 0.35 1.35 0.10 0.74 -gymnastique gymnastique NOM f s 2.85 10.00 2.74 9.39 -gymnastiques gymnastique NOM f p 2.85 10.00 0.11 0.61 -gymnique gymnique ADJ f s 0.00 0.14 0.00 0.07 -gymniques gymnique ADJ f p 0.00 0.14 0.00 0.07 -gymnopédie gymnopédie NOM f s 0.00 0.07 0.00 0.07 -gymnosophiste gymnosophiste NOM s 0.00 0.14 0.00 0.07 -gymnosophistes gymnosophiste NOM p 0.00 0.14 0.00 0.07 -gynéco gynéco NOM s 0.96 0.54 0.96 0.54 -gynécologie gynécologie NOM f s 0.28 0.07 0.28 0.07 -gynécologique gynécologique ADJ s 0.17 0.27 0.15 0.27 -gynécologiques gynécologique ADJ m p 0.17 0.27 0.02 0.00 -gynécologue gynécologue NOM s 1.56 3.85 1.38 3.65 -gynécologues gynécologue NOM p 1.56 3.85 0.17 0.20 -gynécomastie gynécomastie NOM f s 0.03 0.00 0.03 0.00 -gynécée gynécée NOM m s 0.01 0.20 0.01 0.14 -gynécées gynécée NOM m p 0.01 0.20 0.00 0.07 -gypaète gypaète NOM m s 0.08 0.00 0.08 0.00 -gypse gypse NOM m s 0.09 0.34 0.09 0.27 -gypses gypse NOM m p 0.09 0.34 0.00 0.07 -gypseuse gypseux ADJ f s 0.00 0.14 0.00 0.07 -gypseux gypseux ADJ m s 0.00 0.14 0.00 0.07 -gypsophile gypsophile NOM f s 0.08 0.00 0.06 0.00 -gypsophiles gypsophile NOM f p 0.08 0.00 0.02 0.00 -gyrins gyrin NOM m p 0.00 0.07 0.00 0.07 -gyrocompas gyrocompas NOM m 0.14 0.00 0.14 0.00 -gyrophare gyrophare NOM m s 0.56 1.42 0.30 0.81 -gyrophares gyrophare NOM m p 0.56 1.42 0.26 0.61 -gyroscope gyroscope NOM m s 0.50 0.61 0.46 0.47 -gyroscopes gyroscope NOM m p 0.50 0.61 0.04 0.14 -gyroscopique gyroscopique ADJ s 0.02 0.07 0.02 0.07 -gyrus gyrus NOM m 0.01 0.07 0.01 0.07 -hôpital hôpital NOM m s 133.15 54.93 126.08 50.41 -hôpitaux hôpital NOM m p 133.15 54.93 7.07 4.53 -hôte hôte NOM m s 19.43 20.20 13.43 10.81 -hôtel_dieu hôtel_dieu NOM m s 0.01 0.81 0.01 0.81 -hôtel_restaurant hôtel_restaurant NOM m s 0.00 0.14 0.00 0.14 -hôtel hôtel NOM m s 114.67 158.92 107.73 143.78 -hôtelier hôtelier NOM m s 0.44 1.35 0.43 1.08 -hôteliers hôtelier NOM m p 0.44 1.35 0.01 0.20 -hôtelière hôtelière ADJ f s 0.63 0.34 0.61 0.27 -hôtelières hôtelière ADJ f p 0.63 0.34 0.01 0.07 -hôtellerie hôtellerie NOM f s 0.57 1.82 0.57 1.76 -hôtelleries hôtellerie NOM f p 0.57 1.82 0.00 0.07 -hôtels hôtel NOM m p 114.67 158.92 6.94 15.14 -hôtes hôte NOM m p 19.43 20.20 6.00 9.39 -hôtesse hôtesse NOM f s 8.34 8.31 6.79 7.43 -hôtesses hôtesse NOM f p 8.34 8.31 1.55 0.88 -ha ha ONO 21.54 7.70 21.54 7.70 -haï haïr VER m s 55.42 35.68 0.86 2.03 par:pas; -haïe haïr VER f s 55.42 35.68 0.40 0.54 par:pas; -haïes haïr VER f p 55.42 35.68 0.00 0.20 par:pas; -haïk haïk NOM m s 0.00 0.61 0.00 0.41 -haïkaï haïkaï NOM m s 0.00 0.07 0.00 0.07 -haïks haïk NOM m p 0.00 0.61 0.00 0.20 -haïku haïku NOM m s 0.30 0.07 0.29 0.07 -haïkus haïku NOM m p 0.30 0.07 0.01 0.00 -haïr haïr VER 55.42 35.68 5.91 7.09 inf; -haïra haïr VER 55.42 35.68 0.52 0.00 ind:fut:3s; -haïrai haïr VER 55.42 35.68 0.39 0.07 ind:fut:1s; -haïraient haïr VER 55.42 35.68 0.04 0.07 cnd:pre:3p; -haïrais haïr VER 55.42 35.68 0.05 0.74 cnd:pre:1s;cnd:pre:2s; -haïrait haïr VER 55.42 35.68 0.10 0.14 cnd:pre:3s; -haïras haïr VER 55.42 35.68 0.32 0.00 ind:fut:2s; -haïrez haïr VER 55.42 35.68 0.03 0.00 ind:fut:2p; -haïriez haïr VER 55.42 35.68 0.01 0.00 cnd:pre:2p; -haïrons haïr VER 55.42 35.68 0.00 0.07 ind:fut:1p; -haïront haïr VER 55.42 35.68 0.39 0.00 ind:fut:3p; -haïs haïr VER m p 55.42 35.68 0.34 1.01 ind:pas:1s;ind:pas:2s;par:pas;par:pas; -haïssable haïssable ADJ s 0.07 1.62 0.07 1.15 -haïssables haïssable ADJ p 0.07 1.62 0.01 0.47 -haïssaient haïr VER 55.42 35.68 0.17 0.74 ind:imp:3p; -haïssais haïr VER 55.42 35.68 1.20 2.09 ind:imp:1s;ind:imp:2s; -haïssait haïr VER 55.42 35.68 1.10 6.08 ind:imp:3s; -haïssant haïr VER 55.42 35.68 0.05 0.27 par:pre; -haïsse haïr VER 55.42 35.68 0.25 0.14 sub:pre:1s;sub:pre:3s; -haïssent haïr VER 55.42 35.68 2.44 1.08 ind:pre:3p; -haïsses haïr VER 55.42 35.68 0.21 0.00 sub:pre:2s; -haïssez haïr VER 55.42 35.68 1.19 0.27 imp:pre:2p;ind:pre:2p; -haïssiez haïr VER 55.42 35.68 0.40 0.27 ind:imp:2p; -haïssions haïr VER 55.42 35.68 0.00 0.14 ind:imp:1p; -haïssons haïr VER 55.42 35.68 0.29 0.20 imp:pre:1p;ind:pre:1p; -haït haïr VER 55.42 35.68 0.03 0.00 ind:pas:3s; -haïtien haïtien ADJ m s 0.70 0.34 0.35 0.07 -haïtienne haïtien ADJ f s 0.70 0.34 0.32 0.00 -haïtiens haïtien NOM m p 0.58 1.01 0.53 0.14 -habanera habanera NOM f s 0.01 0.00 0.01 0.00 -habile habile ADJ s 6.44 17.16 5.60 13.11 -habilement habilement ADV 0.58 5.20 0.58 5.20 -habiles habile ADJ p 6.44 17.16 0.84 4.05 -habileté habileté NOM f s 2.05 10.88 2.03 10.54 -habiletés habileté NOM f p 2.05 10.88 0.02 0.34 -habilitation habilitation NOM f s 0.22 0.07 0.19 0.07 -habilitations habilitation NOM f p 0.22 0.07 0.03 0.00 -habilite habiliter VER 0.77 1.01 0.04 0.00 imp:pre:2s;ind:pre:3s; -habilité habilité NOM f s 0.58 0.14 0.51 0.14 -habilitée habiliter VER f s 0.77 1.01 0.17 0.14 par:pas; -habilitées habilité ADJ f p 0.43 0.20 0.15 0.00 -habilités habiliter VER m p 0.77 1.01 0.11 0.20 par:pas; -habilla habiller VER 58.22 67.36 0.13 3.78 ind:pas:3s; -habillage habillage NOM m s 0.14 0.14 0.14 0.14 -habillai habiller VER 58.22 67.36 0.00 0.95 ind:pas:1s; -habillaient habiller VER 58.22 67.36 0.14 0.88 ind:imp:3p; -habillais habiller VER 58.22 67.36 0.56 0.68 ind:imp:1s;ind:imp:2s; -habillait habiller VER 58.22 67.36 0.86 6.08 ind:imp:3s; -habillant habiller VER 58.22 67.36 0.10 0.95 par:pre; -habillas habiller VER 58.22 67.36 0.00 0.07 ind:pas:2s; -habille habiller VER 58.22 67.36 16.95 7.97 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:1s; -habillement habillement NOM m s 0.55 2.50 0.55 2.50 -habillent habiller VER 58.22 67.36 0.77 1.35 ind:pre:3p; -habiller habiller VER 58.22 67.36 17.05 15.27 inf;; -habillera habiller VER 58.22 67.36 0.39 0.14 ind:fut:3s; -habillerai habiller VER 58.22 67.36 0.29 0.14 ind:fut:1s; -habilleraient habiller VER 58.22 67.36 0.01 0.07 cnd:pre:3p; -habillerais habiller VER 58.22 67.36 0.06 0.14 cnd:pre:1s; -habillerait habiller VER 58.22 67.36 0.14 0.34 cnd:pre:3s; -habilleras habiller VER 58.22 67.36 0.03 0.20 ind:fut:2s; -habillerez habiller VER 58.22 67.36 0.23 0.00 ind:fut:2p; -habillerons habiller VER 58.22 67.36 0.12 0.07 ind:fut:1p; -habilles habiller VER 58.22 67.36 2.26 0.27 ind:pre:2s; -habilleur habilleur NOM m s 0.70 0.34 0.06 0.07 -habilleurs habilleur NOM m p 0.70 0.34 0.02 0.00 -habilleuse habilleur NOM f s 0.70 0.34 0.62 0.20 -habilleuses habilleuse NOM f p 0.02 0.00 0.02 0.00 -habillez habiller VER 58.22 67.36 3.65 0.20 imp:pre:2p;ind:pre:2p; -habilliez habiller VER 58.22 67.36 0.04 0.00 ind:imp:2p; -habillions habiller VER 58.22 67.36 0.01 0.07 ind:imp:1p; -habillâmes habiller VER 58.22 67.36 0.00 0.07 ind:pas:1p; -habillons habiller VER 58.22 67.36 0.34 0.20 imp:pre:1p;ind:pre:1p; -habillât habiller VER 58.22 67.36 0.00 0.14 sub:imp:3s; -habillèrent habiller VER 58.22 67.36 0.00 0.27 ind:pas:3p; -habillé habiller VER m s 58.22 67.36 7.24 12.03 par:pas; -habillée habiller VER f s 58.22 67.36 4.51 8.04 par:pas; -habillées habillé ADJ f p 10.45 17.23 0.59 1.62 -habillés habiller VER m p 58.22 67.36 2.07 5.20 par:pas; -habit habit NOM m s 27.64 27.50 8.34 11.08 -habita habiter VER 128.30 112.50 0.02 1.08 ind:pas:3s; -habitabilité habitabilité NOM f s 0.00 0.07 0.00 0.07 -habitable habitable ADJ s 0.57 2.09 0.34 1.69 -habitables habitable ADJ p 0.57 2.09 0.23 0.41 -habitacle habitacle NOM m s 0.27 1.69 0.26 1.62 -habitacles habitacle NOM m p 0.27 1.69 0.01 0.07 -habitai habiter VER 128.30 112.50 0.00 0.07 ind:pas:1s; -habitaient habiter VER 128.30 112.50 2.04 8.24 ind:imp:3p; -habitais habiter VER 128.30 112.50 3.27 4.39 ind:imp:1s;ind:imp:2s; -habitait habiter VER 128.30 112.50 8.94 31.01 ind:imp:3s; -habitant habitant NOM m s 16.68 29.46 1.38 4.32 -habitante habitant NOM f s 16.68 29.46 0.09 0.14 -habitants habitant NOM m p 16.68 29.46 15.21 25.00 -habitassent habiter VER 128.30 112.50 0.00 0.07 sub:imp:3p; -habitat habitat NOM m s 1.38 0.95 1.31 0.88 -habitation habitation NOM f s 1.77 5.61 0.82 3.58 -habitations habitation NOM f p 1.77 5.61 0.95 2.03 -habitats habitat NOM m p 1.38 0.95 0.06 0.07 -habite habiter VER 128.30 112.50 59.55 22.50 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -habitent habiter VER 128.30 112.50 6.92 4.80 ind:pre:3p; -habiter habiter VER 128.30 112.50 12.73 13.51 inf; -habitera habiter VER 128.30 112.50 0.98 0.34 ind:fut:3s; -habiterai habiter VER 128.30 112.50 0.80 0.14 ind:fut:1s; -habiteraient habiter VER 128.30 112.50 0.01 0.14 cnd:pre:3p; -habiterais habiter VER 128.30 112.50 0.42 0.14 cnd:pre:1s;cnd:pre:2s; -habiterait habiter VER 128.30 112.50 0.64 0.34 cnd:pre:3s; -habiteras habiter VER 128.30 112.50 0.43 0.41 ind:fut:2s; -habiterez habiter VER 128.30 112.50 0.41 0.07 ind:fut:2p; -habiterions habiter VER 128.30 112.50 0.01 0.27 cnd:pre:1p; -habiterons habiter VER 128.30 112.50 0.24 0.14 ind:fut:1p; -habiteront habiter VER 128.30 112.50 0.01 0.14 ind:fut:3p; -habites habiter VER 128.30 112.50 11.71 1.96 ind:pre:2s; -habitez habiter VER 128.30 112.50 8.83 1.82 imp:pre:2p;ind:pre:2p; -habitiez habiter VER 128.30 112.50 1.50 0.14 ind:imp:2p; -habitions habiter VER 128.30 112.50 0.39 2.16 ind:imp:1p; -habitons habiter VER 128.30 112.50 1.72 1.55 imp:pre:1p;ind:pre:1p; -habitât habiter VER 128.30 112.50 0.00 0.34 sub:imp:3s; -habits habit NOM m p 27.64 27.50 19.29 16.42 -habitèrent habiter VER 128.30 112.50 0.00 0.47 ind:pas:3p; -habité habiter VER m s 128.30 112.50 4.83 8.51 par:pas; -habitua habituer VER 31.89 46.42 0.02 0.74 ind:pas:3s; -habituai habituer VER 31.89 46.42 0.10 0.07 ind:pas:1s; -habituaient habituer VER 31.89 46.42 0.00 0.88 ind:imp:3p; -habituais habituer VER 31.89 46.42 0.03 0.74 ind:imp:1s; -habituait habituer VER 31.89 46.42 0.17 1.76 ind:imp:3s; -habituant habituer VER 31.89 46.42 0.01 0.74 par:pre; -habitude habitude NOM f s 98.22 154.46 89.71 128.51 -habitudes habitude NOM f p 98.22 154.46 8.52 25.95 -habitée habiter VER f s 128.30 112.50 1.19 3.58 par:pas; -habitue habituer VER 31.89 46.42 5.36 4.53 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -habituel habituel ADJ m s 15.66 39.93 5.35 14.86 -habituelle habituel ADJ f s 15.66 39.93 4.95 13.65 -habituellement habituellement ADV 4.02 7.70 4.02 7.70 -habituelles habituel ADJ f p 15.66 39.93 2.00 5.41 -habituels habituel ADJ m p 15.66 39.93 3.36 6.01 -habituent habituer VER 31.89 46.42 0.47 0.61 ind:pre:3p; -habituer habituer VER 31.89 46.42 8.95 9.26 inf;;inf;;inf;; -habituera habituer VER 31.89 46.42 0.21 0.20 ind:fut:3s; -habituerai habituer VER 31.89 46.42 0.46 0.27 ind:fut:1s; -habitueraient habituer VER 31.89 46.42 0.00 0.14 cnd:pre:3p; -habituerais habituer VER 31.89 46.42 0.08 0.14 cnd:pre:1s; -habituerait habituer VER 31.89 46.42 0.04 0.47 cnd:pre:3s; -habitueras habituer VER 31.89 46.42 1.45 0.14 ind:fut:2s; -habituerez habituer VER 31.89 46.42 0.33 0.14 ind:fut:2p; -habituerons habituer VER 31.89 46.42 0.00 0.07 ind:fut:1p; -habitueront habituer VER 31.89 46.42 0.07 0.07 ind:fut:3p; -habitées habité ADJ f p 1.40 3.85 0.08 0.27 -habitues habituer VER 31.89 46.42 0.71 0.34 ind:pre:2s;sub:pre:2s; -habituez habituer VER 31.89 46.42 0.37 0.27 imp:pre:2p;ind:pre:2p; -habituons habituer VER 31.89 46.42 0.02 0.00 imp:pre:1p; -habituât habituer VER 31.89 46.42 0.00 0.14 sub:imp:3s; -habités habité ADJ m p 1.40 3.85 0.38 0.61 -habitus habitus NOM m 0.00 0.14 0.00 0.14 -habituèrent habituer VER 31.89 46.42 0.11 0.34 ind:pas:3p; -habitué habituer VER m s 31.89 46.42 6.32 10.47 par:pas; -habituée habituer VER f s 31.89 46.42 3.75 7.70 par:pas; -habituées habituer VER f p 31.89 46.42 0.63 0.47 par:pas; -habitués habituer VER m p 31.89 46.42 2.24 5.74 par:pas; -hacha hacher VER 2.18 6.01 0.10 0.07 ind:pas:3s; -hachage hachage NOM m s 0.01 0.00 0.01 0.00 -hachaient hacher VER 2.18 6.01 0.00 0.14 ind:imp:3p; -hachait hacher VER 2.18 6.01 0.02 0.74 ind:imp:3s; -hachant hacher VER 2.18 6.01 0.02 0.47 par:pre; -hachard hachard NOM m s 0.00 0.07 0.00 0.07 -hache_paille hache_paille NOM m p 0.00 0.14 0.00 0.14 -hache hache NOM f s 10.23 13.65 8.73 11.76 -hachent hacher VER 2.18 6.01 0.03 0.34 ind:pre:3p; -hacher hacher VER 2.18 6.01 0.35 0.74 inf; -hacherai hacher VER 2.18 6.01 0.03 0.00 ind:fut:1s; -hacherait hacher VER 2.18 6.01 0.02 0.00 cnd:pre:3s; -haches hache NOM f p 10.23 13.65 1.50 1.89 -hachette hachette NOM f s 0.22 0.74 0.20 0.74 -hachettes hachette NOM f p 0.22 0.74 0.02 0.00 -hacheur hacheur NOM m s 0.11 0.27 0.01 0.14 -hacheurs hacheur NOM m p 0.11 0.27 0.10 0.14 -hachez hacher VER 2.18 6.01 0.67 0.14 imp:pre:2p;ind:pre:2p; -hachis hachis NOM m p 1.07 1.22 1.07 1.22 -hachisch hachisch NOM m s 0.01 0.07 0.01 0.07 -hachoir hachoir NOM m s 0.70 0.81 0.68 0.61 -hachoirs hachoir NOM m p 0.70 0.81 0.02 0.20 -hachèrent hacher VER 2.18 6.01 0.00 0.07 ind:pas:3p; -haché haché ADJ m s 1.50 5.07 0.73 1.01 -hachée haché ADJ f s 1.50 5.07 0.66 2.70 -hachées hacher VER f p 2.18 6.01 0.01 0.41 par:pas; -hachuraient hachurer VER 0.03 1.08 0.00 0.14 ind:imp:3p; -hachurait hachurer VER 0.03 1.08 0.00 0.07 ind:imp:3s; -hachurant hachurer VER 0.03 1.08 0.00 0.07 par:pre; -hachure hachure NOM f s 0.00 1.55 0.00 0.20 -hachures hachure NOM f p 0.00 1.55 0.00 1.35 -hachuré hachurer VER m s 0.03 1.08 0.03 0.34 par:pas; -hachurée hachurer VER f s 0.03 1.08 0.00 0.14 par:pas; -hachurées hachurer VER f p 0.03 1.08 0.00 0.14 par:pas; -hachurés hachurer VER m p 0.03 1.08 0.00 0.14 par:pas; -hachés haché ADJ m p 1.50 5.07 0.11 0.81 -hacienda hacienda NOM f s 0.93 0.20 0.90 0.20 -haciendas hacienda NOM f p 0.93 0.20 0.03 0.00 -hack hack NOM m s 0.23 0.00 0.23 0.00 -hacker hacker NOM m s 0.99 0.00 0.66 0.00 -hackers hacker NOM m p 0.99 0.00 0.33 0.00 -haddock haddock NOM m s 0.23 0.54 0.23 0.54 -hadith hadith NOM m s 0.01 0.00 0.01 0.00 -hadj hadj NOM m s 1.88 0.00 1.88 0.00 -hadji hadji NOM m p 0.47 0.27 0.47 0.27 -hagard hagard ADJ m s 0.46 13.18 0.24 6.96 -hagarde hagard ADJ f s 0.46 13.18 0.03 3.51 -hagardes hagard ADJ f p 0.46 13.18 0.00 0.41 -hagards hagard ADJ m p 0.46 13.18 0.19 2.30 -haggadah haggadah NOM f s 0.02 0.00 0.02 0.00 -haggis haggis NOM m p 0.27 0.00 0.27 0.00 -hagiographe hagiographe NOM m s 0.00 0.47 0.00 0.47 -hagiographie hagiographie NOM f s 0.01 0.20 0.01 0.20 -haha haha ONO 0.59 1.22 0.59 1.22 -hai hai ONO 1.28 0.07 1.28 0.07 -haie haie NOM f s 3.36 26.08 2.60 14.80 -haies haie NOM f p 3.36 26.08 0.76 11.28 -haillon haillon NOM m s 1.78 3.78 0.01 0.47 -haillonneuse haillonneux ADJ f s 0.00 0.20 0.00 0.14 -haillonneux haillonneux ADJ m p 0.00 0.20 0.00 0.07 -haillons haillon NOM m p 1.78 3.78 1.77 3.31 -haine haine NOM f s 33.10 52.50 31.49 49.39 -haines haine NOM f p 33.10 52.50 1.62 3.11 -haineuse haineux ADJ f s 0.96 6.42 0.07 1.76 -haineusement haineusement ADV 0.01 0.68 0.01 0.68 -haineuses haineux ADJ f p 0.96 6.42 0.07 0.34 -haineux haineux ADJ m 0.96 6.42 0.82 4.32 -haire haire NOM f s 0.00 0.20 0.00 0.14 -haires haire NOM f p 0.00 0.20 0.00 0.07 -hais haïr VER 55.42 35.68 31.21 8.85 imp:pre:2s;ind:pre:1s;ind:pre:2s; -hait haïr VER 55.42 35.68 7.53 3.58 ind:pre:3s; -haka haka NOM m s 0.01 0.00 0.01 0.00 -hakka hakka NOM m s 0.01 0.00 0.01 0.00 -hala haler VER 0.16 2.30 0.00 0.07 ind:pas:3s; -halage halage NOM m s 0.16 1.55 0.16 1.49 -halages halage NOM m p 0.16 1.55 0.00 0.07 -halaient haler VER 0.16 2.30 0.00 0.34 ind:imp:3p; -halait haler VER 0.16 2.30 0.00 0.20 ind:imp:3s; -halal halal ADJ f s 0.24 0.00 0.24 0.00 -halant haler VER 0.16 2.30 0.00 0.34 par:pre; -halcyon halcyon NOM m s 0.02 0.00 0.02 0.00 -hale hale NOM m s 0.00 0.07 0.00 0.07 -haleine haleine NOM f s 8.00 23.04 7.55 21.82 -haleines haleine NOM f p 8.00 23.04 0.45 1.22 -halent haler VER 0.16 2.30 0.10 0.20 ind:pre:3p; -haler haler VER 0.16 2.30 0.02 0.54 inf; -haleta haleter VER 0.79 11.76 0.02 0.95 ind:pas:3s; -haletaient haleter VER 0.79 11.76 0.00 0.27 ind:imp:3p; -haletais haleter VER 0.79 11.76 0.03 0.14 ind:imp:1s;ind:imp:2s; -haletait haleter VER 0.79 11.76 0.00 3.58 ind:imp:3s; -haletant haleter VER 0.79 11.76 0.06 4.26 par:pre; -haletante haletant ADJ f s 0.47 9.80 0.40 4.66 -haletantes haletant ADJ f p 0.47 9.80 0.00 0.41 -haletants haletant ADJ m p 0.47 9.80 0.01 1.76 -haleter haleter VER 0.79 11.76 0.20 1.28 inf; -haleté haleter VER m s 0.79 11.76 0.02 0.20 par:pas; -haleur haleur NOM m s 0.11 0.34 0.01 0.07 -haleurs haleur NOM m p 0.11 0.34 0.10 0.27 -halez haler VER 0.16 2.30 0.02 0.07 imp:pre:2p; -half_track half_track NOM m s 0.05 0.14 0.04 0.14 -half_track half_track NOM m p 0.05 0.14 0.01 0.00 -halieutiques halieutique ADJ f p 0.00 0.07 0.00 0.07 -hall hall NOM m s 9.90 26.76 9.73 25.81 -hallali hallali NOM m s 0.14 1.35 0.14 1.35 -halle halle NOM f s 0.83 9.32 0.26 1.01 -hallebarde hallebarde NOM f s 0.06 1.28 0.05 0.27 -hallebardes hallebarde NOM f p 0.06 1.28 0.01 1.01 -hallebardier hallebardier NOM m s 0.03 0.68 0.02 0.20 -hallebardiers hallebardier NOM m p 0.03 0.68 0.01 0.47 -halles halle NOM f p 0.83 9.32 0.57 8.31 -hallier hallier NOM m s 0.02 1.76 0.01 0.81 -halliers hallier NOM m p 0.02 1.76 0.01 0.95 -halloween halloween NOM f s 0.04 0.00 0.04 0.00 -halls hall NOM m p 9.90 26.76 0.17 0.95 -hallucinais halluciner VER 3.44 0.95 0.08 0.07 ind:imp:1s;ind:imp:2s; -hallucinant hallucinant ADJ m s 1.56 2.91 1.40 0.81 -hallucinante hallucinant ADJ f s 1.56 2.91 0.10 1.62 -hallucinantes hallucinant ADJ f p 1.56 2.91 0.02 0.14 -hallucinants hallucinant ADJ m p 1.56 2.91 0.04 0.34 -hallucination hallucination NOM f s 7.88 5.61 3.46 3.51 -hallucinations hallucination NOM f p 7.88 5.61 4.43 2.09 -hallucinatoire hallucinatoire ADJ s 0.39 0.20 0.23 0.14 -hallucinatoires hallucinatoire ADJ p 0.39 0.20 0.16 0.07 -hallucine halluciner VER 3.44 0.95 1.87 0.20 ind:pre:1s;ind:pre:3s; -halluciner halluciner VER 3.44 0.95 0.95 0.14 inf; -hallucinez halluciner VER 3.44 0.95 0.05 0.00 imp:pre:2p;ind:pre:2p; -hallucinogène hallucinogène ADJ s 0.61 0.14 0.18 0.00 -hallucinogènes hallucinogène ADJ p 0.61 0.14 0.44 0.14 -hallucinons halluciner VER 3.44 0.95 0.01 0.00 ind:pre:1p; -halluciné halluciner VER m s 3.44 0.95 0.41 0.34 par:pas; -hallucinée halluciné ADJ f s 0.25 1.35 0.11 0.47 -hallucinées halluciné ADJ f p 0.25 1.35 0.01 0.07 -hallucinés halluciné NOM m p 0.03 0.95 0.01 0.27 -halo halo NOM m s 1.36 8.38 1.30 7.50 -halogène halogène NOM m s 0.12 0.00 0.04 0.00 -halogènes halogène NOM m p 0.12 0.00 0.08 0.00 -halogénure halogénure NOM m s 0.01 0.00 0.01 0.00 -halon halon NOM m s 0.08 0.07 0.08 0.00 -halons halon NOM m p 0.08 0.07 0.00 0.07 -halopéridol halopéridol NOM m s 0.12 0.00 0.12 0.00 -halos halo NOM m p 1.36 8.38 0.05 0.88 -halothane halothane NOM m s 0.50 0.00 0.50 0.00 -halte_garderie halte_garderie NOM f s 0.02 0.00 0.02 0.00 -halte halte ONO 14.27 3.85 14.27 3.85 -halter halter VER 0.07 0.20 0.03 0.00 inf; -haltes halte NOM f p 3.77 12.77 0.03 1.89 -halèrent haler VER 0.16 2.30 0.02 0.07 ind:pas:3p; -halète haleter VER 0.79 11.76 0.34 0.88 imp:pre:2s;ind:pre:1s;ind:pre:3s; -halètement halètement NOM m s 0.45 3.72 0.00 2.57 -halètements halètement NOM m p 0.45 3.72 0.45 1.15 -halètent haleter VER 0.79 11.76 0.10 0.20 ind:pre:3p; -halètes haleter VER 0.79 11.76 0.01 0.00 ind:pre:2s; -haltère haltère NOM m s 0.95 1.35 0.06 0.07 -haltères haltère NOM m p 0.95 1.35 0.89 1.28 -haltérophile haltérophile NOM s 0.11 0.27 0.06 0.20 -haltérophiles haltérophile NOM p 0.11 0.27 0.04 0.07 -haltérophilie haltérophilie NOM f s 0.18 0.14 0.18 0.14 -halé haler VER m s 0.16 2.30 0.00 0.20 par:pas; -halée haler VER f s 0.16 2.30 0.00 0.14 par:pas; -halés haler VER m p 0.16 2.30 0.00 0.14 par:pas; -halva halva NOM m s 0.01 0.07 0.01 0.07 -hamac hamac NOM m s 1.84 3.78 1.63 3.11 -hamacs hamac NOM m p 1.84 3.78 0.22 0.68 -hamada hamada NOM f s 0.17 0.07 0.17 0.07 -hamadryade hamadryade NOM f s 0.01 0.00 0.01 0.00 -hamadryas hamadryas NOM m 0.01 0.00 0.01 0.00 -hamamélis hamamélis NOM m 0.01 0.00 0.01 0.00 -hambourgeois hambourgeois ADJ m s 0.02 0.20 0.02 0.20 -hambourgeoises hambourgeois NOM f p 0.00 0.20 0.00 0.07 -hamburger hamburger NOM m s 7.47 0.68 4.10 0.41 -hamburgers hamburger NOM m p 7.47 0.68 3.38 0.27 -hameau hameau NOM m s 0.81 10.61 0.79 7.91 -hameaux hameau NOM m p 0.81 10.61 0.03 2.70 -hameçon hameçon NOM m s 3.08 3.24 2.61 2.50 -hameçonne hameçonner VER 0.00 0.07 0.00 0.07 ind:pre:3s; -hameçons hameçon NOM m p 3.08 3.24 0.47 0.74 -hammam hammam NOM m s 0.73 1.55 0.58 1.49 -hammams hammam NOM m p 0.73 1.55 0.14 0.07 -hammerless hammerless NOM m p 0.27 0.07 0.27 0.07 -hampe hampe NOM f s 0.52 3.11 0.52 1.82 -hampes hampe NOM f p 0.52 3.11 0.00 1.28 -hamster hamster NOM m s 2.51 1.22 2.18 0.68 -hamsters hamster NOM m p 2.51 1.22 0.33 0.54 -han han ADJ m s 1.96 1.49 1.96 1.49 -hanap hanap NOM m s 0.01 0.34 0.01 0.20 -hanaps hanap NOM m p 0.01 0.34 0.00 0.14 -hanche hanche NOM f s 8.90 32.36 3.42 9.59 -hanches hanche NOM f p 8.90 32.36 5.48 22.77 -hanchée hancher VER f s 0.00 0.07 0.00 0.07 par:pas; -hand_ball hand_ball NOM m s 0.08 0.00 0.08 0.00 -handball handball NOM m s 0.52 0.00 0.52 0.00 -handicap handicap NOM m s 3.70 2.70 3.40 2.30 -handicapait handicaper VER 2.32 0.74 0.02 0.00 ind:imp:3s; -handicapant handicapant ADJ m s 0.15 0.00 0.15 0.00 -handicape handicaper VER 2.32 0.74 0.20 0.07 imp:pre:2s;ind:pre:3s; -handicaper handicaper VER 2.32 0.74 0.05 0.07 inf;; -handicapera handicaper VER 2.32 0.74 0.02 0.00 ind:fut:3s; -handicapeur handicapeur NOM m s 0.06 0.00 0.06 0.00 -handicaps handicap NOM m p 3.70 2.70 0.30 0.41 -handicapé handicaper VER m s 2.32 0.74 1.12 0.41 par:pas; -handicapée handicaper VER f s 2.32 0.74 0.66 0.14 par:pas; -handicapées handicaper VER f p 2.32 0.74 0.03 0.00 par:pas; -handicapés handicapé NOM m p 4.83 1.15 3.46 0.41 -hangar hangar NOM m s 5.65 18.85 5.44 12.97 -hangars hangar NOM m p 5.65 18.85 0.20 5.88 -hanneton hanneton NOM m s 0.50 5.34 0.05 2.70 -hannetons hanneton NOM m p 0.50 5.34 0.45 2.64 -hanoukka hanoukka NOM f s 0.31 0.00 0.31 0.00 -hanovrien hanovrien ADJ m s 0.00 0.07 0.00 0.07 -hanovriens hanovrien NOM m p 0.14 0.00 0.14 0.00 -hanséatique hanséatique ADJ f s 0.10 0.00 0.10 0.00 -hanta hanter VER 11.37 15.20 0.06 0.27 ind:pas:3s; -hantaient hanter VER 11.37 15.20 0.02 0.74 ind:imp:3p; -hantais hanter VER 11.37 15.20 0.18 0.00 ind:imp:1s;ind:imp:2s; -hantait hanter VER 11.37 15.20 0.42 2.36 ind:imp:3s; -hantant hanter VER 11.37 15.20 0.01 0.14 par:pre; -hantavirus hantavirus NOM m 0.03 0.00 0.03 0.00 -hante hanter VER 11.37 15.20 2.70 2.91 imp:pre:2s;ind:pre:1s;ind:pre:3s; -hantent hanter VER 11.37 15.20 1.28 0.95 ind:pre:3p; -hanter hanter VER 11.37 15.20 1.92 2.23 inf; -hantera hanter VER 11.37 15.20 0.19 0.07 ind:fut:3s; -hanterai hanter VER 11.37 15.20 0.04 0.00 ind:fut:1s; -hanterait hanter VER 11.37 15.20 0.08 0.07 cnd:pre:3s; -hanteront hanter VER 11.37 15.20 0.15 0.00 ind:fut:3p; -hantes hanter VER 11.37 15.20 0.39 0.00 ind:pre:2s; -hanteur hanteur ADJ m s 0.00 0.07 0.00 0.07 -hantez hanter VER 11.37 15.20 0.33 0.07 imp:pre:2p;ind:pre:2p; -hantise hantise NOM f s 0.19 5.07 0.07 4.46 -hantises hantise NOM f p 0.19 5.07 0.12 0.61 -hanté hanter VER m s 11.37 15.20 1.91 3.04 par:pas; -hantée hanter VER f s 11.37 15.20 1.15 0.81 par:pas; -hantées hanté ADJ f p 1.99 1.55 0.17 0.27 -hantés hanter VER m p 11.37 15.20 0.47 1.08 par:pas; -happa happer VER 0.99 8.24 0.00 0.34 ind:pas:3s; -happai happer VER 0.99 8.24 0.00 0.07 ind:pas:1s; -happaient happer VER 0.99 8.24 0.00 0.27 ind:imp:3p; -happait happer VER 0.99 8.24 0.00 0.54 ind:imp:3s; -happant happer VER 0.99 8.24 0.00 0.34 par:pre; -happe happer VER 0.99 8.24 0.16 1.01 imp:pre:2s;ind:pre:1s;ind:pre:3s; -happement happement NOM m s 0.00 0.20 0.00 0.20 -happening happening NOM m s 0.41 0.54 0.39 0.41 -happenings happening NOM m p 0.41 0.54 0.02 0.14 -happent happer VER 0.99 8.24 0.11 0.34 ind:pre:3p; -happer happer VER 0.99 8.24 0.24 0.88 inf; -happerait happer VER 0.99 8.24 0.00 0.07 cnd:pre:3s; -happeurs happeur NOM m p 0.00 0.07 0.00 0.07 -happé happer VER m s 0.99 8.24 0.11 2.23 par:pas; -happée happer VER f s 0.99 8.24 0.32 1.15 par:pas; -happées happer VER f p 0.99 8.24 0.01 0.41 par:pas; -happés happer VER m p 0.99 8.24 0.04 0.61 par:pas; -happy_end happy_end NOM m s 0.51 0.27 0.45 0.27 -happy_end happy_end NOM m p 0.51 0.27 0.05 0.00 -happy_few happy_few NOM m p 0.00 0.14 0.00 0.14 -haptoglobine haptoglobine NOM f s 0.01 0.00 0.01 0.00 -haque haque NOM f s 0.41 1.62 0.41 1.62 -haquenée haquenée NOM f s 0.00 0.07 0.00 0.07 -haquet haquet NOM m s 0.00 0.20 0.00 0.14 -haquets haquet NOM m p 0.00 0.20 0.00 0.07 -hara_kiri hara_kiri NOM m s 0.29 0.41 0.29 0.41 -harangua haranguer VER 0.09 1.89 0.00 0.27 ind:pas:3s; -haranguaient haranguer VER 0.09 1.89 0.00 0.14 ind:imp:3p; -haranguait haranguer VER 0.09 1.89 0.00 0.34 ind:imp:3s; -haranguant haranguer VER 0.09 1.89 0.00 0.41 par:pre; -harangue harangue NOM f s 0.01 1.22 0.01 0.81 -haranguer haranguer VER 0.09 1.89 0.06 0.20 inf; -haranguerais haranguer VER 0.09 1.89 0.00 0.07 cnd:pre:1s; -harangues harangue NOM f p 0.01 1.22 0.00 0.41 -haranguez haranguer VER 0.09 1.89 0.01 0.00 ind:pre:2p; -harangué haranguer VER m s 0.09 1.89 0.00 0.20 par:pas; -haranguée haranguer VER f s 0.09 1.89 0.01 0.07 par:pas; -harangués haranguer VER m p 0.09 1.89 0.00 0.14 par:pas; -harari harari NOM m p 0.02 0.00 0.02 0.00 -haras haras NOM m p 0.19 1.01 0.19 1.01 -harassaient harasser VER 0.17 1.28 0.01 0.14 ind:imp:3p; -harassant harassant ADJ m s 0.19 1.42 0.03 0.20 -harassante harassant ADJ f s 0.19 1.42 0.15 0.47 -harassantes harassant ADJ f p 0.19 1.42 0.00 0.47 -harassants harassant ADJ m p 0.19 1.42 0.00 0.27 -harasse harasser VER 0.17 1.28 0.00 0.07 ind:pre:3s; -harassement harassement NOM m s 0.27 0.20 0.27 0.20 -harassent harasser VER 0.17 1.28 0.11 0.07 ind:pre:3p; -harasser harasser VER 0.17 1.28 0.00 0.07 inf; -harassé harassé ADJ m s 0.12 2.50 0.01 1.15 -harassée harassé ADJ f s 0.12 2.50 0.01 0.41 -harassées harassé ADJ f p 0.12 2.50 0.00 0.14 -harassés harassé ADJ m p 0.12 2.50 0.10 0.81 -harcela harceler VER 11.12 8.24 0.00 0.14 ind:pas:3s; -harcelai harceler VER 11.12 8.24 0.00 0.07 ind:pas:1s; -harcelaient harceler VER 11.12 8.24 0.30 0.74 ind:imp:3p; -harcelais harceler VER 11.12 8.24 0.11 0.20 ind:imp:1s;ind:imp:2s; -harcelait harceler VER 11.12 8.24 0.62 0.88 ind:imp:3s; -harcelant harceler VER 11.12 8.24 0.13 0.61 par:pre; -harcelante harcelant ADJ f s 0.04 0.61 0.00 0.27 -harcelantes harcelant ADJ f p 0.04 0.61 0.01 0.14 -harcelants harcelant ADJ m p 0.04 0.61 0.00 0.07 -harceler harceler VER 11.12 8.24 3.00 1.82 inf; -harceleur harceleur NOM m s 0.17 0.07 0.16 0.00 -harceleuse harceleur NOM f s 0.17 0.07 0.01 0.07 -harcelez harceler VER 11.12 8.24 0.92 0.00 imp:pre:2p;ind:pre:2p; -harceliez harceler VER 11.12 8.24 0.06 0.00 ind:imp:2p; -harcelèrent harceler VER 11.12 8.24 0.00 0.07 ind:pas:3p; -harcelé harceler VER m s 11.12 8.24 1.16 1.62 par:pas; -harcelée harceler VER f s 11.12 8.24 0.67 0.34 par:pas; -harcelées harceler VER f p 11.12 8.24 0.04 0.07 par:pas; -harcelés harceler VER m p 11.12 8.24 0.37 0.61 par:pas; -harcèle harceler VER 11.12 8.24 2.88 0.68 imp:pre:2s;ind:pre:1s;ind:pre:3s; -harcèlement harcèlement NOM m s 3.69 1.49 3.65 1.35 -harcèlements harcèlement NOM m p 3.69 1.49 0.05 0.14 -harcèlent harceler VER 11.12 8.24 0.41 0.27 ind:pre:3p; -harcèlera harceler VER 11.12 8.24 0.17 0.00 ind:fut:3s; -harcèlerai harceler VER 11.12 8.24 0.11 0.00 ind:fut:1s; -harcèleraient harceler VER 11.12 8.24 0.00 0.14 cnd:pre:3p; -harcèlerez harceler VER 11.12 8.24 0.01 0.00 ind:fut:2p; -harcèlerons harceler VER 11.12 8.24 0.14 0.00 ind:fut:1p; -harcèleront harceler VER 11.12 8.24 0.02 0.00 ind:fut:3p; -hard_top hard_top NOM m s 0.01 0.00 0.01 0.00 -hard_edge hard_edge NOM m s 0.01 0.00 0.01 0.00 -hard hard ADJ 2.72 1.08 2.72 1.08 -harde harde NOM f s 0.15 8.99 0.00 3.85 -hardent harder VER 0.18 0.07 0.01 0.00 ind:pre:3p; -harder harder VER 0.18 0.07 0.17 0.07 inf; -hardes harde NOM f p 0.15 8.99 0.15 5.14 -hardi hardi ONO 0.01 0.61 0.01 0.61 -hardie hardi ADJ f s 2.22 10.68 0.63 1.35 -hardies hardi ADJ f p 2.22 10.68 0.11 0.88 -hardiesse hardiesse NOM f s 0.46 2.64 0.46 2.03 -hardiesses hardiesse NOM f p 0.46 2.64 0.00 0.61 -hardiment hardiment ADV 1.20 1.62 1.20 1.62 -hardis hardi ADJ m p 2.22 10.68 0.19 1.96 -hare hare ONO 0.49 0.07 0.49 0.07 -harem harem NOM m s 1.78 15.95 1.60 15.74 -harems harem NOM m p 1.78 15.95 0.17 0.20 -hareng hareng NOM m s 2.78 6.08 1.90 2.91 -harengs hareng NOM m p 2.78 6.08 0.89 3.18 -harengère harengère NOM f s 0.10 0.14 0.10 0.14 -harenguet harenguet NOM m s 0.01 0.00 0.01 0.00 -harenguier harenguier NOM m s 0.10 0.00 0.10 0.00 -haret haret ADJ m s 0.00 0.07 0.00 0.07 -harfang harfang NOM m s 0.00 0.07 0.00 0.07 -hargne hargne NOM f s 0.42 4.53 0.42 4.26 -hargnes hargne NOM f p 0.42 4.53 0.00 0.27 -hargneuse hargneux ADJ f s 1.13 9.46 0.14 3.11 -hargneusement hargneusement ADV 0.00 1.42 0.00 1.42 -hargneuses hargneux ADJ f p 1.13 9.46 0.01 0.81 -hargneux hargneux ADJ m 1.13 9.46 0.98 5.54 -haricot haricot NOM m s 8.85 13.45 1.40 1.22 -haricots haricot NOM m p 8.85 13.45 7.45 12.23 -haridelle haridelle NOM f s 0.01 0.61 0.01 0.41 -haridelles haridelle NOM f p 0.01 0.61 0.00 0.20 -harissa harissa NOM f s 0.00 0.20 0.00 0.20 -harki harki NOM m s 0.00 0.41 0.00 0.14 -harkis harki NOM m p 0.00 0.41 0.00 0.27 -harmattan harmattan NOM m s 0.02 0.07 0.02 0.07 -harmonica harmonica NOM m s 1.41 1.76 1.38 1.69 -harmonicas harmonica NOM m p 1.41 1.76 0.03 0.07 -harmoniciste harmoniciste NOM s 0.02 0.00 0.02 0.00 -harmonie harmonie NOM f s 6.80 16.22 6.36 15.61 -harmonies harmonie NOM f p 6.80 16.22 0.44 0.61 -harmonieuse harmonieux ADJ f s 1.16 7.09 0.27 2.43 -harmonieusement harmonieusement ADV 0.06 1.28 0.06 1.28 -harmonieuses harmonieux ADJ f p 1.16 7.09 0.05 0.61 -harmonieux harmonieux ADJ m 1.16 7.09 0.84 4.05 -harmonique harmonique ADJ s 0.43 0.61 0.36 0.47 -harmoniquement harmoniquement ADV 0.01 0.00 0.01 0.00 -harmoniques harmonique NOM m p 0.22 0.41 0.18 0.41 -harmonisaient harmoniser VER 0.35 1.42 0.00 0.07 ind:imp:3p; -harmonisait harmoniser VER 0.35 1.42 0.05 0.54 ind:imp:3s; -harmonisant harmoniser VER 0.35 1.42 0.01 0.14 par:pre; -harmonisateurs harmonisateur ADJ m p 0.00 0.20 0.00 0.07 -harmonisation harmonisation NOM f s 0.05 0.07 0.05 0.07 -harmonisatrices harmonisateur ADJ f p 0.00 0.20 0.00 0.14 -harmonise harmoniser VER 0.35 1.42 0.04 0.20 ind:pre:3s; -harmonisent harmoniser VER 0.35 1.42 0.01 0.07 ind:pre:3p; -harmoniser harmoniser VER 0.35 1.42 0.22 0.27 inf; -harmonisera harmoniser VER 0.35 1.42 0.01 0.00 ind:fut:3s; -harmonisez harmoniser VER 0.35 1.42 0.01 0.00 ind:pre:2p; -harmonisèrent harmoniser VER 0.35 1.42 0.00 0.07 ind:pas:3p; -harmonisé harmoniser VER m s 0.35 1.42 0.01 0.00 par:pas; -harmonisés harmoniser VER m p 0.35 1.42 0.00 0.07 par:pas; -harmonium harmonium NOM m s 0.05 3.51 0.05 3.45 -harmoniums harmonium NOM m p 0.05 3.51 0.00 0.07 -harnacha harnacher VER 0.19 1.62 0.00 0.07 ind:pas:3s; -harnachaient harnacher VER 0.19 1.62 0.00 0.07 ind:imp:3p; -harnachais harnacher VER 0.19 1.62 0.00 0.07 ind:imp:1s; -harnachait harnacher VER 0.19 1.62 0.00 0.27 ind:imp:3s; -harnachement harnachement NOM m s 0.06 1.55 0.06 1.28 -harnachements harnachement NOM m p 0.06 1.55 0.00 0.27 -harnacher harnacher VER 0.19 1.62 0.04 0.07 inf; -harnachiez harnacher VER 0.19 1.62 0.00 0.07 ind:imp:2p; -harnachèrent harnacher VER 0.19 1.62 0.00 0.07 ind:pas:3p; -harnaché harnacher VER m s 0.19 1.62 0.14 0.47 par:pas; -harnachée harnacher VER f s 0.19 1.62 0.00 0.07 par:pas; -harnachées harnacher VER f p 0.19 1.62 0.00 0.14 par:pas; -harnachés harnaché ADJ m p 0.02 0.88 0.02 0.41 -harnais harnais NOM m 1.29 3.92 1.29 3.92 -harnois harnois NOM m p 0.01 0.20 0.01 0.20 -haro haro NOM m s 0.03 1.35 0.03 1.35 -harpagon harpagon NOM m s 0.01 0.00 0.01 0.00 -harpe harpe NOM f s 1.14 5.34 0.94 4.86 -harper harper VER 7.25 0.14 7.25 0.00 inf; -harpes harpe NOM f p 1.14 5.34 0.20 0.47 -harpie harpie NOM f s 0.73 1.42 0.64 1.22 -harpies harpie NOM f p 0.73 1.42 0.09 0.20 -harpin harpin NOM m s 0.00 0.07 0.00 0.07 -harpions harper VER 7.25 0.14 0.00 0.14 ind:imp:1p; -harpiste harpiste NOM s 0.08 0.27 0.08 0.27 -harpon harpon NOM m s 1.18 2.03 0.75 1.76 -harponna harponner VER 0.34 1.22 0.00 0.07 ind:pas:3s; -harponnage harponnage NOM m s 0.17 0.07 0.17 0.07 -harponne harponner VER 0.34 1.22 0.02 0.20 ind:pre:1s;ind:pre:3s; -harponnent harponner VER 0.34 1.22 0.00 0.07 ind:pre:3p; -harponner harponner VER 0.34 1.22 0.23 0.47 inf; -harponnera harponner VER 0.34 1.22 0.01 0.00 ind:fut:3s; -harponneur harponneur NOM m s 0.04 0.20 0.03 0.14 -harponneurs harponneur NOM m p 0.04 0.20 0.01 0.07 -harponné harponner VER m s 0.34 1.22 0.04 0.20 par:pas; -harponnée harponner VER f s 0.34 1.22 0.02 0.20 par:pas; -harponnés harponner VER m p 0.34 1.22 0.01 0.00 par:pas; -harpons harpon NOM m p 1.18 2.03 0.43 0.27 -harpyes harpye NOM f p 0.00 0.07 0.00 0.07 -hart hart NOM f s 0.07 0.41 0.07 0.27 -harts hart NOM f p 0.07 0.41 0.00 0.14 -haruspices haruspice NOM m p 0.01 0.14 0.01 0.14 -has_been has_been NOM m 0.18 0.20 0.18 0.20 -hasard hasard NOM m s 48.07 124.19 46.98 118.99 -hasarda hasarder VER 1.10 6.35 0.01 1.35 ind:pas:3s; -hasardai hasarder VER 1.10 6.35 0.00 0.54 ind:pas:1s; -hasardaient hasarder VER 1.10 6.35 0.00 0.20 ind:imp:3p; -hasardais hasarder VER 1.10 6.35 0.00 0.14 ind:imp:1s; -hasardait hasarder VER 1.10 6.35 0.00 0.68 ind:imp:3s; -hasardant hasarder VER 1.10 6.35 0.00 0.41 par:pre; -hasarde hasarder VER 1.10 6.35 0.29 1.62 imp:pre:2s;ind:pre:1s;ind:pre:3s; -hasardent hasarder VER 1.10 6.35 0.01 0.20 ind:pre:3p; -hasarder hasarder VER 1.10 6.35 0.74 0.68 inf; -hasardera hasarder VER 1.10 6.35 0.00 0.07 ind:fut:3s; -hasarderais hasarder VER 1.10 6.35 0.03 0.00 cnd:pre:1s; -hasardeuse hasardeux ADJ f s 0.66 2.77 0.35 1.08 -hasardeusement hasardeusement ADV 0.00 0.07 0.00 0.07 -hasardeuses hasardeux ADJ f p 0.66 2.77 0.03 0.47 -hasardeux hasardeux ADJ m 0.66 2.77 0.28 1.22 -hasards hasard NOM m p 48.07 124.19 1.09 5.20 -hasardé hasarder VER m s 1.10 6.35 0.00 0.27 par:pas; -hasardée hasardé ADJ f s 0.10 0.07 0.10 0.07 -hasch hasch NOM m s 2.16 0.47 2.16 0.47 -haschich haschich NOM m s 0.39 0.47 0.39 0.47 -haschisch haschisch NOM m s 0.11 0.41 0.11 0.41 -hase hase NOM f s 0.02 0.27 0.02 0.14 -haseki haseki NOM f s 0.00 0.20 0.00 0.07 -hasekis haseki NOM f p 0.00 0.20 0.00 0.14 -hases hase NOM f p 0.02 0.27 0.00 0.14 -hassidim hassidim NOM m p 0.22 0.00 0.22 0.00 -hassidique hassidique ADJ s 0.09 0.00 0.09 0.00 -hassidisme hassidisme NOM m s 0.00 0.07 0.00 0.07 -hauban hauban NOM m s 0.37 1.01 0.02 0.20 -haubans hauban NOM m p 0.37 1.01 0.35 0.81 -haubanée haubaner VER f s 0.00 0.27 0.00 0.07 par:pas; -haubanés haubaner VER m p 0.00 0.27 0.00 0.20 par:pas; -haubert haubert NOM m s 0.01 0.54 0.01 0.54 -haussa hausser VER 1.76 71.96 0.00 34.46 ind:pas:3s; -haussai hausser VER 1.76 71.96 0.27 2.09 ind:pas:1s; -haussaient hausser VER 1.76 71.96 0.10 1.01 ind:imp:3p; -haussais hausser VER 1.76 71.96 0.00 0.41 ind:imp:1s; -haussait hausser VER 1.76 71.96 0.01 4.86 ind:imp:3s; -haussant hausser VER 1.76 71.96 0.03 8.38 par:pre; -hausse hausse NOM f s 3.38 2.36 3.31 2.09 -haussement haussement NOM m s 0.06 5.68 0.06 5.07 -haussements haussement NOM m p 0.06 5.68 0.00 0.61 -haussent hausser VER 1.76 71.96 0.10 0.61 ind:pre:3p; -hausser hausser VER 1.76 71.96 0.43 4.86 inf; -hausserait hausser VER 1.76 71.96 0.01 0.14 cnd:pre:3s; -hausses hausser VER 1.76 71.96 0.23 0.20 ind:pre:2s; -haussez hausser VER 1.76 71.96 0.20 0.07 imp:pre:2p;ind:pre:2p; -haussier haussier ADJ m s 0.02 0.00 0.01 0.00 -haussière haussière NOM f s 0.03 0.14 0.03 0.07 -haussières haussière NOM f p 0.03 0.14 0.00 0.07 -haussons hausser VER 1.76 71.96 0.00 0.14 imp:pre:1p;ind:pre:1p; -haussât hausser VER 1.76 71.96 0.00 0.14 sub:imp:3s; -haussèrent hausser VER 1.76 71.96 0.00 0.27 ind:pas:3p; -haussé hausser VER m s 1.76 71.96 0.10 5.00 par:pas; -haussée hausser VER f s 1.76 71.96 0.01 0.27 par:pas; -haussées hausser VER f p 1.76 71.96 0.00 0.07 par:pas; -haussés hausser VER m p 1.76 71.96 0.00 0.27 par:pas; -haut_commandement haut_commandement NOM m s 0.00 1.22 0.00 1.22 -haut_commissaire haut_commissaire NOM m s 0.03 7.97 0.03 7.57 -haut_commissariat haut_commissariat NOM m s 0.02 0.81 0.02 0.81 -haut_de_chausse haut_de_chausse NOM f s 0.15 0.07 0.14 0.07 -haut_de_chausses haut_de_chausses NOM m 0.00 0.20 0.00 0.20 -haut_de_forme haut_de_forme NOM m s 0.45 1.62 0.30 1.42 -haut_fond haut_fond NOM m s 0.08 1.08 0.02 0.61 -haut_le_coeur haut_le_coeur NOM m 0.04 1.01 0.04 1.01 -haut_le_corps haut_le_corps NOM m 0.00 1.76 0.00 1.76 -haut_parleur haut_parleur NOM m s 3.65 7.36 2.61 3.99 -haut_parleur haut_parleur NOM m p 3.65 7.36 1.04 3.38 -haut_relief haut_relief NOM m s 0.00 0.20 0.00 0.20 -haut haut NOM m s 77.86 125.07 75.22 121.01 -hautain hautain ADJ m s 0.84 10.88 0.51 4.12 -hautaine hautain ADJ f s 0.84 10.88 0.27 5.07 -hautainement hautainement ADV 0.00 0.07 0.00 0.07 -hautaines hautain ADJ f p 0.84 10.88 0.03 0.81 -hautains hautain ADJ m p 0.84 10.88 0.03 0.88 -hautbois hautbois NOM m 0.38 1.62 0.38 1.62 -haute_fidélité haute_fidélité NOM f s 0.03 0.07 0.03 0.07 -haute haut ADJ f s 68.05 196.76 32.44 88.11 -hautement hautement ADV 4.83 4.73 4.83 4.73 -hautes haut ADJ f p 68.05 196.76 6.72 37.43 -hautesse hautesse NOM f s 0.00 1.42 0.00 1.42 -hauteur hauteur NOM f s 19.99 77.70 18.19 66.15 -hauteurs hauteur NOM f p 19.99 77.70 1.80 11.55 -hautin hautin NOM m s 0.11 0.00 0.10 0.00 -hautins hautin NOM m p 0.11 0.00 0.01 0.00 -haut_commissaire haut_commissaire NOM m p 0.03 7.97 0.00 0.41 -haut_de_chausse haut_de_chausse NOM m p 0.15 0.07 0.01 0.00 -haut_de_forme haut_de_forme NOM m p 0.45 1.62 0.14 0.20 -haut_fond haut_fond NOM m p 0.08 1.08 0.06 0.47 -haut_fourneau haut_fourneau NOM m p 0.01 0.27 0.01 0.27 -hauts haut ADJ m p 68.05 196.76 5.48 29.26 -hauturière hauturier ADJ f s 0.00 0.14 0.00 0.14 -havanais havanais NOM m 0.00 0.07 0.00 0.07 -havanaise havanaise NOM f s 0.01 0.00 0.01 0.00 -havane havane NOM m s 0.50 0.95 0.17 0.47 -havanes havane NOM m p 0.50 0.95 0.33 0.47 -have haver VER 10.73 0.74 10.67 0.68 imp:pre:2s;ind:pre:1s;ind:pre:3s; -haveneau haveneau NOM m s 0.00 0.14 0.00 0.07 -haveneaux haveneau NOM m p 0.00 0.14 0.00 0.07 -haver haver VER 10.73 0.74 0.07 0.00 inf; -haves haver VER 10.73 0.74 0.00 0.07 ind:pre:2s; -havrais havrais ADJ m s 0.00 0.07 0.00 0.07 -havre havre NOM m s 0.89 3.11 0.85 3.04 -havres havre NOM m p 0.89 3.11 0.04 0.07 -havresac havresac NOM m s 0.12 2.16 0.12 1.49 -havresacs havresac NOM m p 0.12 2.16 0.00 0.68 -hawaïen hawaïen ADJ m s 0.00 0.20 0.00 0.07 -hawaïenne hawaïen ADJ f s 0.00 0.20 0.00 0.14 -hawaiienne hawaiien ADJ f s 0.00 0.14 0.00 0.07 -hawaiiennes hawaiien ADJ f p 0.00 0.14 0.00 0.07 -hayon hayon NOM m s 0.06 0.14 0.06 0.07 -hayons hayon NOM m p 0.06 0.14 0.00 0.07 -heaume heaume NOM m s 0.55 1.01 0.51 0.88 -heaumes heaume NOM m p 0.55 1.01 0.04 0.14 -hebdo hebdo NOM m s 0.20 1.49 0.18 1.08 -hebdomadaire hebdomadaire ADJ s 1.64 4.19 1.30 3.51 -hebdomadairement hebdomadairement ADV 0.00 0.20 0.00 0.20 -hebdomadaires hebdomadaire ADJ p 1.64 4.19 0.34 0.68 -hebdos hebdo NOM m p 0.20 1.49 0.03 0.41 -hectare hectare NOM m s 2.95 6.35 0.27 0.14 -hectares hectare NOM m p 2.95 6.35 2.68 6.22 -hecto hecto NOM m s 0.00 0.07 0.00 0.07 -hectolitres hectolitre NOM m p 0.01 0.20 0.01 0.20 -hectomètres hectomètre NOM m p 0.00 0.07 0.00 0.07 -hein hein ONO 437.20 88.45 437.20 88.45 -hello hello ONO 10.82 1.49 10.82 1.49 -hellène hellène ADJ s 0.02 0.34 0.02 0.20 -hellènes hellène NOM p 0.01 0.68 0.01 0.47 -hellénique hellénique ADJ s 0.03 0.81 0.03 0.54 -helléniques hellénique ADJ f p 0.03 0.81 0.00 0.27 -helléniser helléniser VER 0.00 0.27 0.00 0.20 inf; -hellénisme hellénisme NOM m s 0.00 0.34 0.00 0.34 -helléniste helléniste NOM s 0.01 0.27 0.01 0.14 -hellénistes helléniste NOM p 0.01 0.27 0.00 0.14 -hellénistique hellénistique ADJ s 0.02 0.14 0.02 0.07 -hellénistiques hellénistique ADJ m p 0.02 0.14 0.00 0.07 -hellénisé helléniser VER m s 0.00 0.27 0.00 0.07 par:pas; -helminthe helminthe NOM m s 0.00 0.07 0.00 0.07 -helvelles helvelle NOM f p 0.00 0.07 0.00 0.07 -helvète helvète ADJ m s 0.00 0.20 0.00 0.14 -helvètes helvète NOM p 0.00 0.20 0.00 0.20 -helvétien helvétien ADJ m s 0.00 0.07 0.00 0.07 -helvétique helvétique ADJ f s 0.00 0.81 0.00 0.68 -helvétiques helvétique ADJ m p 0.00 0.81 0.00 0.14 -hem hem ONO 0.10 0.20 0.10 0.20 -hemlock hemlock NOM m s 0.23 0.00 0.23 0.00 -hennin hennin NOM m s 0.00 0.34 0.00 0.34 -hennir hennir VER 0.07 1.55 0.03 0.00 inf; -hennirent hennir VER 0.07 1.55 0.00 0.14 ind:pas:3p; -hennissaient hennir VER 0.07 1.55 0.00 0.27 ind:imp:3p; -hennissait hennir VER 0.07 1.55 0.00 0.07 ind:imp:3s; -hennissant hennissant ADJ m s 0.01 0.34 0.01 0.27 -hennissantes hennissant ADJ f p 0.01 0.34 0.00 0.07 -hennissement hennissement NOM m s 0.45 2.91 0.14 1.76 -hennissements hennissement NOM m p 0.45 2.91 0.30 1.15 -hennissent hennir VER 0.07 1.55 0.02 0.07 ind:pre:3p; -hennit hennir VER 0.07 1.55 0.02 0.74 ind:pre:3s;ind:pas:3s; -henné henné NOM m s 1.15 0.95 1.15 0.95 -henry henry NOM m s 0.15 0.00 0.15 0.00 -hep hep ONO 1.94 1.96 1.94 1.96 -heptagone heptagone NOM m s 0.00 0.14 0.00 0.14 -heptaméron heptaméron NOM m s 0.00 0.07 0.00 0.07 -heptane heptane NOM m s 0.04 0.00 0.04 0.00 -herba herber VER 0.23 0.07 0.02 0.07 ind:pas:3s; -herbage herbage NOM m s 0.10 1.35 0.04 0.74 -herbagers herbager NOM m p 0.00 0.07 0.00 0.07 -herbages herbage NOM m p 0.10 1.35 0.06 0.61 -herbe herbe NOM f s 34.81 118.51 27.64 86.08 -herber herber VER 0.23 0.07 0.20 0.00 inf; -herbes herbe NOM f p 34.81 118.51 7.17 32.43 -herbette herbette NOM f s 0.00 0.14 0.00 0.07 -herbettes herbette NOM f p 0.00 0.14 0.00 0.07 -herbeuse herbeux ADJ f s 0.02 1.01 0.00 0.20 -herbeuses herbeux ADJ f p 0.02 1.01 0.01 0.07 -herbeux herbeux ADJ m 0.02 1.01 0.01 0.74 -herbicide herbicide NOM m s 0.32 0.00 0.32 0.00 -herbier herbier NOM m s 0.16 1.28 0.16 0.81 -herbiers herbier NOM m p 0.16 1.28 0.00 0.47 -herbivore herbivore NOM m s 0.20 0.27 0.14 0.14 -herbivores herbivore NOM m p 0.20 0.27 0.06 0.14 -herborisais herboriser VER 0.00 0.54 0.00 0.07 ind:imp:1s; -herborisait herboriser VER 0.00 0.54 0.00 0.14 ind:imp:3s; -herboriser herboriser VER 0.00 0.54 0.00 0.34 inf; -herboriste herboriste NOM s 0.74 0.88 0.64 0.68 -herboristerie herboristerie NOM f s 0.08 0.14 0.04 0.07 -herboristeries herboristerie NOM f p 0.08 0.14 0.04 0.07 -herboristes herboriste NOM p 0.74 0.88 0.10 0.20 -herbu herbu ADJ m s 0.01 1.82 0.00 0.81 -herbue herbu ADJ f s 0.01 1.82 0.01 0.54 -herbues herbu ADJ f p 0.01 1.82 0.00 0.41 -herbus herbu ADJ m p 0.01 1.82 0.00 0.07 -hercher hercher VER 0.03 0.00 0.03 0.00 inf; -hercule hercule NOM m s 0.77 0.68 0.19 0.41 -hercules hercule NOM m p 0.77 0.68 0.58 0.27 -herculéen herculéen ADJ m s 0.03 0.74 0.02 0.34 -herculéenne herculéen ADJ f s 0.03 0.74 0.01 0.07 -herculéennes herculéen ADJ f p 0.03 0.74 0.00 0.07 -herculéens herculéen ADJ m p 0.03 0.74 0.00 0.27 -hercynien hercynien ADJ m s 0.00 0.14 0.00 0.07 -hercyniennes hercynien ADJ f p 0.00 0.14 0.00 0.07 -hermaphrodisme hermaphrodisme NOM m s 0.00 0.07 0.00 0.07 -hermaphrodite hermaphrodite ADJ s 0.37 0.20 0.11 0.14 -hermaphrodites hermaphrodite ADJ p 0.37 0.20 0.26 0.07 -hermaphroditisme hermaphroditisme NOM m s 0.00 0.07 0.00 0.07 -hermine hermine NOM f s 0.28 1.69 0.28 1.62 -hermines hermine NOM f p 0.28 1.69 0.00 0.07 -herminette herminette NOM f s 0.01 0.14 0.01 0.07 -herminettes herminette NOM f p 0.01 0.14 0.00 0.07 -herminé herminé ADJ m s 0.00 0.07 0.00 0.07 -hermès hermès NOM m 0.73 0.00 0.73 0.00 -herméneutique herméneutique ADJ f s 0.01 0.00 0.01 0.00 -hermétique hermétique ADJ s 0.98 3.11 0.82 1.96 -hermétiquement hermétiquement ADV 0.61 1.55 0.61 1.55 -hermétiques hermétique ADJ p 0.98 3.11 0.16 1.15 -hermétisme hermétisme NOM m s 0.14 0.20 0.14 0.20 -hermétistes hermétiste NOM p 0.00 0.14 0.00 0.14 -herniaire herniaire ADJ s 0.06 0.41 0.06 0.27 -herniaires herniaire ADJ m p 0.06 0.41 0.00 0.14 -hernie hernie NOM f s 2.91 1.01 2.85 0.61 -hernies hernie NOM f p 2.91 1.01 0.06 0.41 -hernieux hernieux ADJ m p 0.00 0.07 0.00 0.07 -herpès herpès NOM m 0.86 0.20 0.86 0.20 -herpétique herpétique ADJ f s 0.03 0.00 0.03 0.00 -herpétologie herpétologie NOM f s 0.04 0.00 0.04 0.00 -herpétologiste herpétologiste NOM s 0.01 0.00 0.01 0.00 -hersait herser VER 0.00 0.34 0.00 0.07 ind:imp:3s; -herse herse NOM f s 0.27 2.57 0.26 1.69 -herser herser VER 0.00 0.34 0.00 0.14 inf; -herses herse NOM f p 0.27 2.57 0.01 0.88 -hersé herser VER m s 0.00 0.34 0.00 0.07 par:pas; -hersés herser VER m p 0.00 0.34 0.00 0.07 par:pas; -hertz hertz NOM m 0.09 0.00 0.09 0.00 -hertzienne hertzien ADJ f s 0.10 0.07 0.03 0.00 -hertziennes hertzien ADJ f p 0.10 0.07 0.06 0.07 -hertziens hertzien ADJ m p 0.10 0.07 0.01 0.00 -hessois hessois ADJ m 0.00 0.14 0.00 0.07 -hessoise hessois ADJ f s 0.00 0.14 0.00 0.07 -hetman hetman NOM m s 0.34 0.07 0.34 0.07 -heu heu ONO 35.17 6.69 35.17 6.69 -heur heur NOM m s 0.28 1.15 0.05 0.41 -heure heure NOM f s 709.79 924.05 415.40 439.86 -heures heure NOM f p 709.79 924.05 294.39 484.19 -heureuse heureux ADJ f s 248.45 190.00 88.71 58.11 -heureusement heureusement ADV 39.78 51.35 39.78 51.35 -heureuses heureux ADJ f p 248.45 190.00 3.94 6.49 -heureux heureux ADJ m 248.45 190.00 155.80 125.41 -heuristique heuristique ADJ f s 0.03 0.00 0.03 0.00 -heurs heur NOM m p 0.28 1.15 0.01 0.20 -heurt heurt NOM m s 0.49 6.15 0.29 2.84 -heurta heurter VER 9.79 39.05 0.17 5.14 ind:pas:3s; -heurtai heurter VER 9.79 39.05 0.01 0.68 ind:pas:1s; -heurtaient heurter VER 9.79 39.05 0.06 2.36 ind:imp:3p; -heurtais heurter VER 9.79 39.05 0.05 0.41 ind:imp:1s; -heurtait heurter VER 9.79 39.05 0.04 4.32 ind:imp:3s; -heurtant heurter VER 9.79 39.05 0.22 4.19 par:pre; -heurte heurter VER 9.79 39.05 1.15 4.66 imp:pre:2s;ind:pre:1s;ind:pre:3s; -heurtent heurter VER 9.79 39.05 0.29 1.96 ind:pre:3p; -heurter heurter VER 9.79 39.05 1.81 7.50 inf; -heurtera heurter VER 9.79 39.05 0.04 0.20 ind:fut:3s; -heurterai heurter VER 9.79 39.05 0.00 0.07 ind:fut:1s; -heurteraient heurter VER 9.79 39.05 0.00 0.07 cnd:pre:3p; -heurterait heurter VER 9.79 39.05 0.04 0.20 cnd:pre:3s; -heurterions heurter VER 9.79 39.05 0.00 0.07 cnd:pre:1p; -heurtez heurter VER 9.79 39.05 0.07 0.14 imp:pre:2p;ind:pre:2p; -heurtions heurter VER 9.79 39.05 0.00 0.41 ind:imp:1p; -heurtoir heurtoir NOM m s 0.03 0.61 0.03 0.47 -heurtoirs heurtoir NOM m p 0.03 0.61 0.00 0.14 -heurtons heurter VER 9.79 39.05 0.00 0.14 ind:pre:1p; -heurtât heurter VER 9.79 39.05 0.00 0.14 sub:imp:3s; -heurts heurt NOM m p 0.49 6.15 0.20 3.31 -heurtèrent heurter VER 9.79 39.05 0.01 0.95 ind:pas:3p; -heurté heurter VER m s 9.79 39.05 4.92 3.85 par:pas; -heurtée heurter VER f s 9.79 39.05 0.61 0.68 par:pas; -heurtées heurter VER f p 9.79 39.05 0.05 0.07 par:pas; -heurtés heurter VER m p 9.79 39.05 0.22 0.88 par:pas; -hexagonal hexagonal ADJ m s 0.03 1.96 0.01 0.61 -hexagonale hexagonal ADJ f s 0.03 1.96 0.01 0.68 -hexagonales hexagonal ADJ f p 0.03 1.96 0.01 0.47 -hexagonaux hexagonal ADJ m p 0.03 1.96 0.00 0.20 -hexagone hexagone NOM m s 0.23 0.61 0.23 0.47 -hexagones hexagone NOM m p 0.23 0.61 0.00 0.14 -hexamètres hexamètre NOM m p 0.02 0.14 0.02 0.14 -hi_fi hi_fi NOM f s 0.87 0.81 0.87 0.81 -hi_han hi_han ONO 0.20 0.14 0.20 0.14 -hi hi ONO 3.81 5.41 3.81 5.41 -hiatale hiatal ADJ f s 0.29 0.00 0.29 0.00 -hiatus hiatus NOM m 0.04 1.01 0.04 1.01 -hibernaient hiberner VER 0.65 0.34 0.02 0.00 ind:imp:3p; -hibernait hiberner VER 0.65 0.34 0.03 0.07 ind:imp:3s; -hibernation hibernation NOM f s 0.82 0.27 0.82 0.27 -hiberne hiberner VER 0.65 0.34 0.16 0.07 ind:pre:1s;ind:pre:3s; -hibernent hiberner VER 0.65 0.34 0.05 0.00 ind:pre:3p; -hiberner hiberner VER 0.65 0.34 0.21 0.07 inf; -hiberné hiberner VER m s 0.65 0.34 0.17 0.14 par:pas; -hibiscus hibiscus NOM m 0.13 1.08 0.13 1.08 -hibou hibou NOM m s 5.01 2.97 4.08 2.36 -hiboux hibou NOM m p 5.01 2.97 0.94 0.61 -hic_et_nunc hic_et_nunc ADV 0.00 0.41 0.00 0.41 -hic hic NOM m 2.21 2.91 2.21 2.91 -hickory hickory NOM m s 0.14 0.07 0.14 0.07 -hidalgo hidalgo NOM m s 0.08 0.61 0.06 0.27 -hidalgos hidalgo NOM m p 0.08 0.61 0.02 0.34 -hideur hideur NOM f s 0.00 0.81 0.00 0.61 -hideurs hideur NOM f p 0.00 0.81 0.00 0.20 -hideuse hideux ADJ f s 3.31 9.26 0.99 2.70 -hideusement hideusement ADV 0.03 0.34 0.03 0.34 -hideuses hideux ADJ f p 3.31 9.26 0.39 1.28 -hideux hideux ADJ m 3.31 9.26 1.93 5.27 -hier hier ADV 223.77 92.64 223.77 92.64 -high_life high_life NOM m s 0.27 0.14 0.27 0.14 -high_tech high_tech ADJ 0.32 0.14 0.29 0.07 -high_life high_life NOM m s 0.04 0.41 0.04 0.41 -high_tech high_tech ADJ s 0.32 0.14 0.04 0.07 -highlander highlander NOM m s 0.30 0.14 0.14 0.00 -highlanders highlander NOM m p 0.30 0.14 0.16 0.14 -higoumène higoumène NOM m s 0.00 0.07 0.00 0.07 -hilaire hilaire ADJ f s 0.02 0.00 0.02 0.00 -hilarant hilarant ADJ m s 2.37 0.47 1.94 0.20 -hilarante hilarant ADJ f s 2.37 0.47 0.25 0.00 -hilarantes hilarant ADJ f p 2.37 0.47 0.09 0.14 -hilarants hilarant ADJ m p 2.37 0.47 0.10 0.14 -hilare hilare ADJ s 0.14 8.72 0.14 6.15 -hilares hilare ADJ p 0.14 8.72 0.00 2.57 -hilarité hilarité NOM f s 0.32 4.12 0.32 4.05 -hilarités hilarité NOM f p 0.32 4.12 0.00 0.07 -hile hile NOM m s 0.24 0.00 0.24 0.00 -hiloire hiloire NOM f s 0.00 0.07 0.00 0.07 -hilotes hilote NOM m p 0.00 0.07 0.00 0.07 -himalaya himalaya NOM m s 0.01 0.14 0.01 0.14 -himalayenne himalayen ADJ f s 0.20 0.07 0.20 0.00 -himalayens himalayen ADJ m p 0.20 0.07 0.00 0.07 -hindi hindi NOM m s 0.14 0.07 0.14 0.07 -hindou hindou NOM m s 1.79 1.22 0.93 0.47 -hindoue hindou ADJ f s 1.27 2.03 0.47 0.68 -hindoues hindou ADJ f p 1.27 2.03 0.17 0.27 -hindouisme hindouisme NOM m s 0.28 0.00 0.28 0.00 -hindous hindou NOM m p 1.79 1.22 0.73 0.74 -hindoustani hindoustani NOM m s 0.03 0.00 0.03 0.00 -hip_hop hip_hop NOM m s 1.74 0.00 1.74 0.00 -hip hip ONO 4.43 1.22 4.43 1.22 -hippie hippie NOM s 3.68 0.27 1.33 0.14 -hippies hippie NOM p 3.68 0.27 2.36 0.14 -hippique hippique ADJ s 0.59 2.91 0.49 1.42 -hippiques hippique ADJ p 0.59 2.91 0.11 1.49 -hippisme hippisme NOM m s 0.02 0.00 0.02 0.00 -hippo hippo NOM m s 0.41 45.61 0.41 45.61 -hippocampe hippocampe NOM m s 0.63 0.41 0.58 0.27 -hippocampes hippocampe NOM m p 0.63 0.41 0.05 0.14 -hippocratique hippocratique ADJ m s 0.00 0.14 0.00 0.14 -hippodrome hippodrome NOM m s 0.53 1.35 0.52 0.81 -hippodromes hippodrome NOM m p 0.53 1.35 0.01 0.54 -hippogriffe hippogriffe NOM m s 0.19 0.14 0.19 0.14 -hippomobile hippomobile ADJ m s 0.10 0.00 0.10 0.00 -hippophagique hippophagique ADJ s 0.00 0.14 0.00 0.07 -hippophagiques hippophagique ADJ f p 0.00 0.14 0.00 0.07 -hippopotame hippopotame NOM m s 2.52 1.01 1.45 0.54 -hippopotames hippopotame NOM m p 2.52 1.01 1.07 0.47 -hippopotamesque hippopotamesque ADJ f s 0.00 0.07 0.00 0.07 -hippy hippy NOM m s 0.25 0.14 0.25 0.14 -hirondelle hirondeau NOM f s 1.87 9.66 1.87 3.24 -hirondelles hirondelle NOM f p 0.69 0.00 0.69 0.00 -hirsute hirsute ADJ s 1.53 5.61 1.44 3.78 -hirsutes hirsute ADJ p 1.53 5.61 0.09 1.82 -hirsutisme hirsutisme NOM m s 0.02 0.00 0.02 0.00 -hirudine hirudine NOM f s 0.01 0.00 0.01 0.00 -hispanique hispanique ADJ s 0.50 0.27 0.47 0.14 -hispaniques hispanique NOM p 0.27 0.00 0.10 0.00 -hispanisante hispanisant ADJ f s 0.00 0.14 0.00 0.07 -hispanisants hispanisant ADJ m p 0.00 0.14 0.00 0.07 -hispano_américain hispano_américain NOM m s 0.01 0.00 0.01 0.00 -hispano_américain hispano_américain ADJ f s 0.03 0.27 0.03 0.20 -hispano_cubain hispano_cubain ADJ m s 0.00 0.07 0.00 0.07 -hispano_mauresque hispano_mauresque ADJ m s 0.00 0.07 0.00 0.07 -hispano hispano ADV 0.06 0.54 0.06 0.54 -hispanophone hispanophone NOM s 0.02 0.00 0.02 0.00 -hissa hisser VER 8.09 22.36 0.13 2.30 ind:pas:3s; -hissai hisser VER 8.09 22.36 0.14 0.27 ind:pas:1s; -hissaient hisser VER 8.09 22.36 0.02 0.47 ind:imp:3p; -hissais hisser VER 8.09 22.36 0.02 0.14 ind:imp:1s; -hissait hisser VER 8.09 22.36 0.16 2.09 ind:imp:3s; -hissant hisser VER 8.09 22.36 0.01 1.62 par:pre; -hisse hisse ONO 0.88 0.07 0.88 0.07 -hissent hisser VER 8.09 22.36 0.12 0.34 ind:pre:3p; -hisser hisser VER 8.09 22.36 1.37 6.22 inf; -hissera hisser VER 8.09 22.36 0.13 0.14 ind:fut:3s; -hisserai hisser VER 8.09 22.36 0.00 0.14 ind:fut:1s; -hissez hisser VER 8.09 22.36 1.76 0.00 imp:pre:2p;ind:pre:2p; -hissâmes hisser VER 8.09 22.36 0.01 0.14 ind:pas:1p; -hissons hisser VER 8.09 22.36 0.04 0.20 imp:pre:1p;ind:pre:1p; -hissèrent hisser VER 8.09 22.36 0.00 0.81 ind:pas:3p; -hissé hisser VER m s 8.09 22.36 1.21 2.64 par:pas; -hissée hisser VER f s 8.09 22.36 0.05 1.28 par:pas; -hissées hisser VER f p 8.09 22.36 0.10 0.14 par:pas; -hissés hisser VER m p 8.09 22.36 0.07 0.81 par:pas; -histamine histamine NOM f s 0.15 0.00 0.15 0.00 -histaminique histaminique ADJ s 0.03 0.00 0.03 0.00 -hister hister NOM m s 0.02 0.00 0.02 0.00 -histocompatibilité histocompatibilité NOM f s 0.14 0.00 0.14 0.00 -histocompatibles histocompatible ADJ p 0.00 0.07 0.00 0.07 -histoire histoire NOM f s 359.92 359.53 295.32 292.23 -histoires histoire NOM f p 359.92 359.53 64.60 67.30 -histologie histologie NOM f s 0.11 0.00 0.11 0.00 -histologique histologique ADJ s 0.06 0.07 0.06 0.07 -histopathologie histopathologie NOM f s 0.03 0.00 0.03 0.00 -histoplasmose histoplasmose NOM f s 0.01 0.00 0.01 0.00 -historia historier VER 0.00 0.34 0.00 0.20 ind:pas:3s; -historicité historicité NOM f s 0.00 0.14 0.00 0.14 -historico_culturel historico_culturel ADJ f s 0.00 0.07 0.00 0.07 -historien historien NOM m s 2.32 6.28 1.49 3.11 -historienne historien NOM f s 2.32 6.28 0.21 0.34 -historiens historien NOM m p 2.32 6.28 0.63 2.84 -historiette historiette NOM f s 0.00 0.34 0.00 0.14 -historiettes historiette NOM f p 0.00 0.34 0.00 0.20 -historiographe historiographe NOM s 0.01 0.00 0.01 0.00 -historiographie historiographie NOM f s 0.11 0.00 0.11 0.00 -historique historique ADJ s 11.31 18.24 8.83 11.69 -historiquement historiquement ADV 0.99 0.47 0.99 0.47 -historiques historique ADJ p 11.31 18.24 2.48 6.55 -historiée historier VER f s 0.00 0.34 0.00 0.07 par:pas; -historiés historié ADJ m p 0.00 0.20 0.00 0.14 -histrion histrion NOM m s 0.34 0.41 0.23 0.27 -histrions histrion NOM m p 0.34 0.41 0.10 0.14 -hit_parade hit_parade NOM m s 0.73 0.68 0.69 0.68 -hit_parade hit_parade NOM m p 0.73 0.68 0.04 0.00 -hit hit NOM m s 1.59 0.47 1.37 0.41 -hitchcockien hitchcockien ADJ m s 0.03 0.14 0.03 0.14 -hitlérien hitlérien ADJ m s 0.48 4.59 0.26 1.08 -hitlérienne hitlérien ADJ f s 0.48 4.59 0.14 2.16 -hitlériennes hitlérienne ADJ f p 0.20 0.00 0.20 0.00 -hitlériens hitlérien NOM m p 0.00 1.15 0.00 0.88 -hitlérisme hitlérisme NOM m s 0.01 0.68 0.01 0.68 -hits hit NOM m p 1.59 0.47 0.22 0.07 -hittite hittite ADJ m s 0.04 0.41 0.04 0.20 -hittites hittite ADJ p 0.04 0.41 0.00 0.20 -hiérarchie hiérarchie NOM f s 2.59 9.86 2.56 8.65 -hiérarchies hiérarchie NOM f p 2.59 9.86 0.03 1.22 -hiérarchique hiérarchique ADJ s 0.59 1.49 0.57 1.28 -hiérarchiquement hiérarchiquement ADV 0.01 0.20 0.01 0.20 -hiérarchiques hiérarchique ADJ p 0.59 1.49 0.02 0.20 -hiérarchisait hiérarchiser VER 0.01 0.14 0.00 0.07 ind:imp:3s; -hiérarchisation hiérarchisation NOM f s 0.00 0.07 0.00 0.07 -hiérarchise hiérarchiser VER 0.01 0.14 0.01 0.00 ind:pre:3s; -hiérarchisé hiérarchisé ADJ m s 0.00 0.34 0.00 0.07 -hiérarchisée hiérarchisé ADJ f s 0.00 0.34 0.00 0.20 -hiérarchisés hiérarchisé ADJ m p 0.00 0.34 0.00 0.07 -hiératique hiératique ADJ s 0.02 1.69 0.01 1.22 -hiératiquement hiératiquement ADV 0.00 0.07 0.00 0.07 -hiératiques hiératique ADJ p 0.02 1.69 0.01 0.47 -hiératisme hiératisme NOM m s 0.00 0.54 0.00 0.54 -hiéroglyphe hiéroglyphe NOM m s 1.25 1.49 0.20 0.20 -hiéroglyphes hiéroglyphe NOM m p 1.25 1.49 1.05 1.28 -hiéroglyphique hiéroglyphique ADJ s 0.03 0.00 0.01 0.00 -hiéroglyphiques hiéroglyphique ADJ m p 0.03 0.00 0.02 0.00 -hiéronymites hiéronymite NOM m p 0.00 0.07 0.00 0.07 -hiérophante hiérophante NOM m s 0.00 0.20 0.00 0.20 -hiv hiv ADJ s 0.00 1.62 0.00 1.62 -hiver hiver NOM m s 38.96 99.53 37.44 96.28 -hivernage hivernage NOM m s 0.00 0.95 0.00 0.95 -hivernaient hiverner VER 0.02 0.81 0.00 0.07 ind:imp:3p; -hivernait hiverner VER 0.02 0.81 0.00 0.14 ind:imp:3s; -hivernal hivernal ADJ m s 0.17 1.82 0.08 0.74 -hivernale hivernal ADJ f s 0.17 1.82 0.04 0.88 -hivernales hivernal ADJ f p 0.17 1.82 0.05 0.14 -hivernant hivernant ADJ m s 0.00 0.20 0.00 0.07 -hivernante hivernant ADJ f s 0.00 0.20 0.00 0.07 -hivernantes hivernant ADJ f p 0.00 0.20 0.00 0.07 -hivernants hivernant NOM m p 0.00 0.07 0.00 0.07 -hivernaux hivernal ADJ m p 0.17 1.82 0.00 0.07 -hiverne hiverner VER 0.02 0.81 0.00 0.14 ind:pre:1s;ind:pre:3s; -hiverner hiverner VER 0.02 0.81 0.02 0.34 inf; -hivernons hiverner VER 0.02 0.81 0.00 0.07 ind:pre:1p; -hiverné hiverner VER m s 0.02 0.81 0.00 0.07 par:pas; -hivers hiver NOM m p 38.96 99.53 1.52 3.24 -ho ho ONO 20.06 4.73 20.06 4.73 -hobbies hobby NOM m p 3.11 0.20 0.61 0.20 -hobby hobby NOM m s 3.11 0.20 2.50 0.00 -hobereau hobereau NOM m s 0.03 1.82 0.02 1.01 -hobereaux hobereau NOM m p 0.03 1.82 0.01 0.81 -hâblerie hâblerie NOM f s 0.00 0.34 0.00 0.07 -hâbleries hâblerie NOM f p 0.00 0.34 0.00 0.27 -hâbleur hâbleur NOM m s 0.19 0.54 0.06 0.34 -hâbleurs hâbleur NOM m p 0.19 0.54 0.14 0.20 -hocha hocher VER 1.80 41.15 0.16 14.12 ind:pas:3s; -hochai hocher VER 1.80 41.15 0.00 0.41 ind:pas:1s; -hochaient hocher VER 1.80 41.15 0.00 1.15 ind:imp:3p; -hochais hocher VER 1.80 41.15 0.00 0.27 ind:imp:1s; -hochait hocher VER 1.80 41.15 0.02 5.27 ind:imp:3s; -hochant hocher VER 1.80 41.15 0.27 8.38 par:pre; -hoche hocher VER 1.80 41.15 0.41 6.35 imp:pre:2s;ind:pre:1s;ind:pre:3s; -hochement hochement NOM m s 0.10 5.68 0.08 3.78 -hochements hochement NOM m p 0.10 5.68 0.02 1.89 -hochent hocher VER 1.80 41.15 0.01 0.47 ind:pre:3p; -hochepot hochepot NOM m s 0.00 0.14 0.00 0.14 -hocher hocher VER 1.80 41.15 0.18 1.42 inf; -hocheraient hocher VER 1.80 41.15 0.00 0.07 cnd:pre:3p; -hocheront hocher VER 1.80 41.15 0.00 0.07 ind:fut:3p; -hoches hocher VER 1.80 41.15 0.34 0.00 ind:pre:2s; -hochet hochet NOM m s 0.88 2.23 0.43 1.01 -hochets hochet NOM m p 0.88 2.23 0.45 1.22 -hocheurs hocheur NOM m p 0.00 0.07 0.00 0.07 -hochez hocher VER 1.80 41.15 0.14 0.14 imp:pre:2p;ind:pre:2p; -hochions hocher VER 1.80 41.15 0.00 0.14 ind:imp:1p; -hochèrent hocher VER 1.80 41.15 0.00 0.68 ind:pas:3p; -hoché hocher VER m s 1.80 41.15 0.27 2.23 par:pas; -hockey hockey NOM m s 6.38 0.14 6.38 0.14 -hockeyeur hockeyeur NOM m s 0.50 0.14 0.43 0.07 -hockeyeurs hockeyeur NOM m p 0.50 0.14 0.07 0.07 -hodgkinien hodgkinien ADJ m s 0.01 0.00 0.01 0.00 -hodja hodja NOM m s 0.19 0.00 0.19 0.00 -hoirie hoirie NOM f s 0.00 0.34 0.00 0.27 -hoiries hoirie NOM f p 0.00 0.34 0.00 0.07 -hâlait hâler VER 0.01 1.08 0.00 0.07 ind:imp:3s; -hâlant hâler VER 0.01 1.08 0.00 0.07 par:pre; -hold_up hold_up NOM m 7.78 3.38 7.59 3.38 -hold_up hold_up NOM m 7.78 3.38 0.20 0.00 -holding holding NOM s 0.73 0.27 0.67 0.14 -holdings holding NOM p 0.73 0.27 0.06 0.14 -hâle hâle NOM m s 0.15 3.04 0.15 2.84 -hâles hâle NOM m p 0.15 3.04 0.00 0.20 -holistique holistique ADJ s 0.15 0.00 0.14 0.00 -holistiques holistique ADJ m p 0.15 0.00 0.01 0.00 -hollandais hollandais NOM m p 2.90 3.11 2.90 2.97 -hollandaise hollandais ADJ f s 3.87 5.47 1.01 2.09 -hollandaises hollandais ADJ f p 3.87 5.47 0.28 0.34 -hollande hollande NOM f s 0.02 0.07 0.02 0.07 -hollywoodien hollywoodien ADJ m s 0.00 1.28 0.00 0.34 -hollywoodienne hollywoodien ADJ f s 0.00 1.28 0.00 0.34 -hollywoodiennes hollywoodien ADJ f p 0.00 1.28 0.00 0.07 -hollywoodiens hollywoodien ADJ m p 0.00 1.28 0.00 0.54 -holà holà ONO 4.87 1.62 4.87 1.62 -holocauste holocauste NOM m s 1.61 1.15 1.61 0.95 -holocaustes holocauste NOM m p 1.61 1.15 0.00 0.20 -hologramme hologramme NOM m s 1.93 0.00 1.45 0.00 -hologrammes hologramme NOM m p 1.93 0.00 0.48 0.00 -holographe holographe ADJ s 0.04 0.00 0.02 0.00 -holographes holographe ADJ p 0.04 0.00 0.02 0.00 -holographie holographie NOM f s 0.06 0.07 0.06 0.07 -holographique holographique ADJ s 0.56 0.00 0.47 0.00 -holographiques holographique ADJ p 0.56 0.00 0.09 0.00 -holoèdres holoèdre ADJ f p 0.00 0.07 0.00 0.07 -holothuries holothurie NOM f p 0.00 0.07 0.00 0.07 -holster holster NOM m s 0.07 0.27 0.07 0.27 -hâlé hâlé ADJ m s 0.05 2.57 0.03 1.15 -hâlée hâlé ADJ f s 0.05 2.57 0.02 0.68 -hâlées hâlé ADJ f p 0.05 2.57 0.00 0.20 -hâlés hâlé ADJ m p 0.05 2.57 0.00 0.54 -hom hom ONO 0.54 0.00 0.54 0.00 -homard homard NOM m s 4.96 5.34 3.79 3.51 -homardiers homardier NOM m p 0.01 0.00 0.01 0.00 -homards homard NOM m p 4.96 5.34 1.18 1.82 -hombre hombre NOM m s 1.60 0.61 1.60 0.61 -home_trainer home_trainer NOM m s 0.01 0.00 0.01 0.00 -home home NOM m s 4.00 2.16 3.75 1.96 -homeland homeland NOM m s 0.14 0.00 0.14 0.00 -homes home NOM m p 4.00 2.16 0.24 0.20 -homicide homicide NOM m s 12.07 0.47 10.30 0.47 -homicides homicide NOM m p 12.07 0.47 1.77 0.00 -hominien hominien NOM m s 0.00 0.14 0.00 0.07 -hominiens hominien NOM m p 0.00 0.14 0.00 0.07 -hominisation hominisation NOM f s 0.00 0.07 0.00 0.07 -hommage hommage NOM m s 16.45 16.69 11.11 13.31 -hommages hommage NOM m p 16.45 16.69 5.34 3.38 -hommasse hommasse ADJ s 0.05 0.61 0.05 0.47 -hommasses hommasse ADJ f p 0.05 0.61 0.00 0.14 -homme_chien homme_chien NOM m s 0.09 0.14 0.09 0.14 -homme_clé homme_clé NOM m s 0.04 0.00 0.04 0.00 -homme_femme homme_femme NOM m s 0.36 0.07 0.36 0.07 -homme_grenouille homme_grenouille NOM m s 0.35 0.20 0.20 0.07 -homme_loup homme_loup NOM m s 0.05 0.00 0.05 0.00 -homme_machine homme_machine NOM m s 0.04 0.00 0.04 0.00 -homme_oiseau homme_oiseau NOM m s 0.05 0.00 0.05 0.00 -homme_orchestre homme_orchestre NOM m s 0.03 0.07 0.03 0.07 -homme_poisson homme_poisson NOM m s 0.06 0.00 0.06 0.00 -homme_robot homme_robot NOM m s 0.07 0.00 0.07 0.00 -homme_sandwich homme_sandwich NOM m s 0.00 0.41 0.00 0.41 -homme_serpent homme_serpent NOM m s 0.02 0.27 0.02 0.27 -homme homme NOM m s 1123.55 1398.85 781.11 852.23 -homme_grenouille homme_grenouille NOM m p 0.35 0.20 0.16 0.14 -hommes homme NOM m p 1123.55 1398.85 342.44 546.62 -homo_erectus homo_erectus NOM m 0.04 0.00 0.04 0.00 -homo_habilis homo_habilis NOM m 0.00 0.07 0.00 0.07 -homo homo ADJ s 8.15 0.41 7.18 0.41 -homogène homogène ADJ s 0.44 2.77 0.40 2.43 -homogènes homogène ADJ p 0.44 2.77 0.04 0.34 -homogénéisateur homogénéisateur NOM m s 0.14 0.00 0.14 0.00 -homogénéisation homogénéisation NOM f s 0.03 0.07 0.03 0.07 -homogénéisé homogénéisé ADJ m s 0.05 0.07 0.02 0.00 -homogénéisée homogénéisé ADJ f s 0.05 0.07 0.03 0.07 -homogénéité homogénéité NOM f s 0.04 0.34 0.04 0.34 -homologable homologable ADJ s 0.00 0.07 0.00 0.07 -homologation homologation NOM f s 0.10 0.20 0.10 0.20 -homologue homologue NOM s 0.30 0.27 0.20 0.07 -homologuer homologuer VER 0.14 0.41 0.12 0.20 inf; -homologues homologue NOM p 0.30 0.27 0.11 0.20 -homologué homologué ADJ m s 0.01 0.27 0.01 0.14 -homologuée homologuer VER f s 0.14 0.41 0.01 0.00 par:pas; -homologués homologuer VER m p 0.14 0.41 0.01 0.07 par:pas; -homoncule homoncule NOM m s 0.02 0.07 0.02 0.07 -homonyme homonyme NOM s 0.25 0.47 0.21 0.47 -homonymes homonyme NOM p 0.25 0.47 0.04 0.00 -homonymie homonymie NOM f s 0.00 0.27 0.00 0.27 -homonymique homonymique ADJ s 0.00 0.07 0.00 0.07 -homophile homophile NOM m s 0.01 0.14 0.01 0.14 -homophilie homophilie NOM f s 0.00 0.07 0.00 0.07 -homophobe homophobe ADJ s 0.73 0.07 0.57 0.07 -homophobes homophobe ADJ f p 0.73 0.07 0.16 0.00 -homophone homophone NOM m s 0.01 0.00 0.01 0.00 -homophonie homophonie NOM f s 0.00 0.07 0.00 0.07 -homos homo NOM p 4.51 0.95 2.31 0.20 -homosexualité homosexualité NOM f s 4.81 2.57 4.81 2.57 -homosexuel homosexuel ADJ m s 5.81 3.11 3.77 1.76 -homosexuelle homosexuel ADJ f s 5.81 3.11 0.63 0.34 -homosexuelles homosexuel ADJ f p 5.81 3.11 0.66 0.34 -homosexuels homosexuel NOM m p 3.62 4.32 2.51 2.43 -homozygote homozygote ADJ s 0.01 0.00 0.01 0.00 -homélie homélie NOM f s 0.33 0.81 0.31 0.47 -homélies homélie NOM f p 0.33 0.81 0.02 0.34 -homuncule homuncule NOM m s 0.14 0.00 0.14 0.00 -homéopathe homéopathe ADJ m s 0.15 0.00 0.15 0.00 -homéopathie homéopathie NOM f s 0.58 0.14 0.58 0.14 -homéopathique homéopathique ADJ s 0.17 0.14 0.17 0.07 -homéopathiques homéopathique ADJ f p 0.17 0.14 0.00 0.07 -homéostatique homéostatique ADJ s 0.01 0.00 0.01 0.00 -homéothermie homéothermie NOM f s 0.01 0.00 0.01 0.00 -homérique homérique ADJ s 0.05 0.95 0.04 0.54 -homériques homérique ADJ f p 0.05 0.95 0.01 0.41 -hon hon ONO 0.57 1.01 0.57 1.01 -hondurien hondurien ADJ m s 0.01 0.00 0.01 0.00 -hondurien hondurien NOM m s 0.01 0.00 0.01 0.00 -hong_kong hong_kong NOM s 0.03 0.00 0.03 0.00 -hongkongais hongkongais NOM m 0.14 0.00 0.14 0.00 -hongre hongre ADJ m s 0.18 0.20 0.17 0.14 -hongres hongre ADJ m p 0.18 0.20 0.01 0.07 -hongrois hongrois NOM m 1.73 2.36 1.73 2.36 -hongroise hongroise NOM f s 1.08 0.47 0.97 0.47 -hongroises hongroise NOM f p 1.08 0.47 0.10 0.00 -honneur honneur NOM m s 130.69 97.36 126.78 87.64 -honneurs honneur NOM m p 130.69 97.36 3.92 9.73 -honni honni ADJ m s 0.56 0.61 0.55 0.41 -honnie honnir VER f s 0.19 1.01 0.03 0.20 par:pas; -honnir honnir VER 0.19 1.01 0.00 0.07 inf; -honnis honnir VER m p 0.19 1.01 0.01 0.14 ind:pre:2s;par:pas; -honnissait honnir VER 0.19 1.01 0.00 0.20 ind:imp:3s; -honnissant honnir VER 0.19 1.01 0.00 0.07 par:pre; -honnissent honnir VER 0.19 1.01 0.00 0.07 ind:pre:3p; -honnit honnir VER 0.19 1.01 0.01 0.07 ind:pre:3s; -honnête honnête ADJ s 53.89 28.24 43.60 20.20 -honnêtement honnêtement ADV 12.06 4.73 12.06 4.73 -honnêtes honnête ADJ p 53.89 28.24 10.29 8.04 -honnêteté honnêteté NOM f s 7.20 6.42 7.20 6.42 -honora honorer VER 22.65 13.24 0.03 0.27 ind:pas:3s; -honorabilité honorabilité NOM f s 0.20 1.15 0.20 1.15 -honorable honorable ADJ s 11.44 10.81 9.31 8.24 -honorablement honorablement ADV 0.41 1.55 0.41 1.55 -honorables honorable ADJ p 11.44 10.81 2.13 2.57 -honorai honorer VER 22.65 13.24 0.00 0.07 ind:pas:1s; -honoraient honorer VER 22.65 13.24 0.01 0.47 ind:imp:3p; -honoraire honoraire ADJ s 0.90 0.81 0.77 0.68 -honoraires honoraire NOM m p 3.06 1.49 3.06 1.49 -honorais honorer VER 22.65 13.24 0.01 0.07 ind:imp:1s; -honorait honorer VER 22.65 13.24 0.08 1.49 ind:imp:3s; -honorant honorer VER 22.65 13.24 0.03 0.20 par:pre; -honore honorer VER 22.65 13.24 4.41 1.62 imp:pre:2s;ind:pre:1s;ind:pre:3s; -honorent honorer VER 22.65 13.24 0.80 0.54 ind:pre:3p; -honorer honorer VER 22.65 13.24 6.13 5.07 inf; -honorera honorer VER 22.65 13.24 0.14 0.00 ind:fut:3s; -honorerai honorer VER 22.65 13.24 0.34 0.00 ind:fut:1s; -honorerait honorer VER 22.65 13.24 0.05 0.14 cnd:pre:3s; -honoreras honorer VER 22.65 13.24 0.23 0.00 ind:fut:2s; -honorerez honorer VER 22.65 13.24 0.23 0.00 ind:fut:2p; -honorerons honorer VER 22.65 13.24 0.15 0.00 ind:fut:1p; -honoreront honorer VER 22.65 13.24 0.03 0.00 ind:fut:3p; -honores honorer VER 22.65 13.24 0.65 0.00 ind:pre:2s; -honorez honorer VER 22.65 13.24 1.54 0.07 imp:pre:2p;ind:pre:2p; -honoriez honorer VER 22.65 13.24 0.02 0.07 ind:imp:2p; -honorifique honorifique ADJ s 0.65 0.68 0.61 0.54 -honorifiques honorifique ADJ p 0.65 0.68 0.03 0.14 -honoris_causa honoris_causa ADV 0.16 0.27 0.16 0.27 -honorons honorer VER 22.65 13.24 0.52 0.00 imp:pre:1p;ind:pre:1p; -honorât honorer VER 22.65 13.24 0.00 0.07 sub:imp:3s; -honorèrent honorer VER 22.65 13.24 0.00 0.07 ind:pas:3p; -honoré honorer VER m s 22.65 13.24 5.09 1.89 par:pas; -honorée honorer VER f s 22.65 13.24 0.92 0.54 par:pas; -honorées honorer VER f p 22.65 13.24 0.13 0.27 par:pas; -honorés honorer VER m p 22.65 13.24 1.10 0.34 par:pas; -honte honte NOM f s 103.40 83.45 103.26 82.64 -hontes honte NOM f p 103.40 83.45 0.14 0.81 -honteuse honteux ADJ f s 9.52 22.30 1.91 6.89 -honteusement honteusement ADV 0.58 2.43 0.58 2.43 -honteuses honteux ADJ f p 9.52 22.30 0.45 2.36 -honteux honteux ADJ m 9.52 22.30 7.17 13.04 -hooligan hooligan NOM m s 0.72 0.14 0.10 0.07 -hooligans hooligan NOM m p 0.72 0.14 0.62 0.07 -hop hop ONO 26.52 14.19 26.52 14.19 -hopak hopak NOM m s 0.01 0.00 0.01 0.00 -hopi hopi ADJ f s 0.01 0.14 0.01 0.07 -hopis hopi ADJ m p 0.01 0.14 0.00 0.07 -hoplite hoplite NOM m s 0.00 0.07 0.00 0.07 -hoquet hoquet NOM m s 1.73 7.91 1.57 4.32 -hoqueta hoqueter VER 0.03 5.54 0.00 1.55 ind:pas:3s; -hoquetai hoqueter VER 0.03 5.54 0.00 0.14 ind:pas:1s; -hoquetais hoqueter VER 0.03 5.54 0.00 0.14 ind:imp:1s; -hoquetait hoqueter VER 0.03 5.54 0.00 1.15 ind:imp:3s; -hoquetant hoqueter VER 0.03 5.54 0.01 1.35 par:pre; -hoqueter hoqueter VER 0.03 5.54 0.01 0.41 inf; -hoquetons hoqueter VER 0.03 5.54 0.00 0.07 ind:pre:1p; -hoquets hoquet NOM m p 1.73 7.91 0.16 3.58 -hoquette hoqueter VER 0.03 5.54 0.01 0.47 ind:pre:3s;sub:pre:3s; -hoqueté hoqueter VER m s 0.03 5.54 0.00 0.27 par:pas; -horaire horaire NOM m s 8.94 7.91 2.64 3.58 -horaires horaire NOM m p 8.94 7.91 6.30 4.32 -horde horde NOM f s 2.95 7.03 2.33 3.78 -hordes horde NOM f p 2.95 7.03 0.62 3.24 -horion horion NOM m s 0.00 0.88 0.00 0.14 -horions horion NOM m p 0.00 0.88 0.00 0.74 -horizon horizon NOM m s 9.04 66.15 7.80 61.08 -horizons horizon NOM m p 9.04 66.15 1.24 5.07 -horizontal horizontal ADJ m s 1.47 10.47 0.88 2.84 -horizontale horizontale NOM f s 1.37 3.04 0.87 2.77 -horizontalement horizontalement ADV 0.15 1.96 0.15 1.96 -horizontales horizontale NOM f p 1.37 3.04 0.50 0.27 -horizontalité horizontalité NOM f s 0.00 0.20 0.00 0.20 -horizontaux horizontal ADJ m p 1.47 10.47 0.03 1.69 -horloge horloge NOM f s 10.48 16.49 9.37 13.99 -horloger horloger NOM m s 0.39 5.41 0.34 2.23 -horlogerie horlogerie NOM f s 0.29 1.08 0.29 1.08 -horlogers horloger NOM m p 0.39 5.41 0.05 0.54 -horloges horloge NOM f p 10.48 16.49 1.11 2.50 -horlogère horloger NOM f s 0.39 5.41 0.00 2.64 -hormis hormis PRE 3.23 5.74 3.23 5.74 -hormonal hormonal ADJ m s 0.77 0.34 0.51 0.14 -hormonale hormonal ADJ f s 0.77 0.34 0.19 0.20 -hormonales hormonal ADJ f p 0.77 0.34 0.04 0.00 -hormonaux hormonal ADJ m p 0.77 0.34 0.03 0.00 -hormone hormone NOM f s 4.69 0.68 0.57 0.20 -hormones hormone NOM f p 4.69 0.68 4.12 0.47 -hormonés hormoner VER m p 0.00 0.07 0.00 0.07 par:pas; -hornblende hornblende NOM f s 0.01 0.00 0.01 0.00 -horoscope horoscope NOM m s 2.90 1.96 2.47 1.28 -horoscopes horoscope NOM m p 2.90 1.96 0.43 0.68 -horreur horreur NOM f s 46.19 69.46 39.79 61.35 -horreurs horreur NOM f p 46.19 69.46 6.40 8.11 -horrible horrible ADJ s 67.22 25.47 57.16 20.74 -horriblement horriblement ADV 3.23 4.53 3.23 4.53 -horribles horrible ADJ p 67.22 25.47 10.07 4.73 -horrifia horrifier VER 1.37 3.04 0.00 0.14 ind:pas:3s; -horrifiaient horrifier VER 1.37 3.04 0.00 0.07 ind:imp:3p; -horrifiait horrifier VER 1.37 3.04 0.02 0.20 ind:imp:3s; -horrifiant horrifiant ADJ m s 0.24 1.49 0.19 1.08 -horrifiante horrifiant ADJ f s 0.24 1.49 0.04 0.07 -horrifiants horrifiant ADJ m p 0.24 1.49 0.01 0.34 -horrifie horrifier VER 1.37 3.04 0.14 0.14 ind:pre:1s;ind:pre:3s; -horrifier horrifier VER 1.37 3.04 0.01 0.27 inf; -horrifique horrifique ADJ f s 0.04 0.14 0.04 0.14 -horrifièrent horrifier VER 1.37 3.04 0.00 0.07 ind:pas:3p; -horrifié horrifier VER m s 1.37 3.04 0.61 1.35 par:pas; -horrifiée horrifier VER f s 1.37 3.04 0.42 0.54 par:pas; -horrifiées horrifier VER f p 1.37 3.04 0.02 0.07 par:pas; -horrifiés horrifié ADJ m p 0.28 2.16 0.21 0.34 -horripilaient horripiler VER 0.24 1.49 0.00 0.07 ind:imp:3p; -horripilais horripiler VER 0.24 1.49 0.00 0.07 ind:imp:1s; -horripilait horripiler VER 0.24 1.49 0.00 0.34 ind:imp:3s; -horripilant horripilant ADJ m s 0.28 0.68 0.19 0.20 -horripilante horripilant ADJ f s 0.28 0.68 0.07 0.20 -horripilantes horripilant ADJ f p 0.28 0.68 0.03 0.07 -horripilants horripilant ADJ m p 0.28 0.68 0.00 0.20 -horripilation horripilation NOM f s 0.01 0.20 0.01 0.14 -horripilations horripilation NOM f p 0.01 0.20 0.00 0.07 -horripile horripiler VER 0.24 1.49 0.21 0.41 imp:pre:2s;ind:pre:1s;ind:pre:3s; -horripilent horripiler VER 0.24 1.49 0.01 0.07 ind:pre:3p; -horripiler horripiler VER 0.24 1.49 0.01 0.07 inf; -horripilé horripiler VER m s 0.24 1.49 0.00 0.14 par:pas; -horripilée horripiler VER f s 0.24 1.49 0.01 0.20 par:pas; -horripilés horripiler VER m p 0.24 1.49 0.00 0.07 par:pas; -hors_bord hors_bord NOM m p 0.45 0.61 0.45 0.61 -hors_cote hors_cote ADJ 0.01 0.00 0.01 0.00 -hors_d_oeuvre hors_d_oeuvre NOM m 0.56 1.96 0.56 1.96 -hors_jeu hors_jeu ADJ 1.13 0.20 1.13 0.20 -hors_la_loi hors_la_loi NOM m p 3.21 1.49 3.21 1.49 -hors_piste hors_piste NOM m p 0.45 0.00 0.45 0.00 -hors_série hors_série ADJ f s 0.01 0.20 0.01 0.20 -hors hors PRE 71.94 92.43 71.94 92.43 -horse_guard horse_guard NOM m s 0.02 0.14 0.00 0.07 -horse_guard horse_guard NOM m p 0.02 0.14 0.02 0.07 -hortensia hortensia NOM m s 0.66 2.03 0.30 0.34 -hortensias hortensia NOM m p 0.66 2.03 0.36 1.69 -horticoles horticole ADJ m p 0.00 0.07 0.00 0.07 -horticulteur horticulteur NOM m s 0.07 0.54 0.06 0.34 -horticulteurs horticulteur NOM m p 0.07 0.54 0.01 0.20 -horticultrice horticultrice NOM f s 0.01 0.00 0.01 0.00 -horticulture horticulture NOM f s 0.23 0.27 0.23 0.27 -hortillonnage hortillonnage NOM m s 0.00 0.07 0.00 0.07 -hosanna hosanna NOM m s 0.54 0.54 0.23 0.41 -hosannah hosannah NOM m s 0.00 0.27 0.00 0.27 -hosannas hosanna NOM m p 0.54 0.54 0.30 0.14 -hospice hospice NOM m s 3.12 6.96 3.06 6.28 -hospices hospice NOM m p 3.12 6.96 0.05 0.68 -hospitalier hospitalier ADJ m s 1.87 2.91 1.38 1.22 -hospitaliers hospitalier ADJ m p 1.87 2.91 0.26 0.74 -hospitalisation hospitalisation NOM f s 0.85 0.27 0.71 0.27 -hospitalisations hospitalisation NOM f p 0.85 0.27 0.14 0.00 -hospitaliser hospitaliser VER 5.19 2.36 1.46 0.54 inf; -hospitaliserons hospitaliser VER 5.19 2.36 0.01 0.00 ind:fut:1p; -hospitalisé hospitaliser VER m s 5.19 2.36 1.95 1.01 par:pas; -hospitalisée hospitaliser VER f s 5.19 2.36 1.42 0.61 par:pas; -hospitalisées hospitaliser VER f p 5.19 2.36 0.03 0.00 par:pas; -hospitalisés hospitaliser VER m p 5.19 2.36 0.32 0.20 par:pas; -hospitalière hospitalier ADJ f s 1.87 2.91 0.21 0.61 -hospitalières hospitalier ADJ f p 1.87 2.91 0.02 0.34 -hospitalité hospitalité NOM f s 6.72 3.85 6.72 3.85 -hospodar hospodar NOM m s 0.00 0.54 0.00 0.27 -hospodars hospodar NOM m p 0.00 0.54 0.00 0.27 -hostau hostau NOM m s 0.00 0.20 0.00 0.20 -hostellerie hostellerie NOM f s 0.10 1.22 0.10 1.08 -hostelleries hostellerie NOM f p 0.10 1.22 0.00 0.14 -hostie hostie NOM f s 2.31 3.85 1.74 3.45 -hosties hostie NOM f p 2.31 3.85 0.57 0.41 -hostile hostile ADJ s 8.56 21.15 6.32 15.47 -hostilement hostilement ADV 0.00 0.20 0.00 0.20 -hostiles hostile ADJ p 8.56 21.15 2.24 5.68 -hostilité hostilité NOM f s 3.52 15.81 2.70 11.89 -hostilités hostilité NOM f p 3.52 15.81 0.82 3.92 -hosto hosto NOM m s 5.74 5.81 5.69 5.41 -hostos hosto NOM m p 5.74 5.81 0.05 0.41 -hot_dog hot_dog NOM m s 6.09 0.27 3.12 0.07 -hot_dog hot_dog NOM m p 6.09 0.27 2.98 0.20 -hot_dog hot_dog NOM m s 2.69 0.14 1.31 0.14 -hot_dog hot_dog NOM m p 2.69 0.14 1.38 0.00 -hot hot ADJ 1.67 0.20 1.67 0.20 -hâta hâter VER 5.63 24.05 0.10 4.05 ind:pas:3s; -hâtai hâter VER 5.63 24.05 0.01 1.28 ind:pas:1s; -hâtaient hâter VER 5.63 24.05 0.02 1.69 ind:imp:3p; -hâtais hâter VER 5.63 24.05 0.01 0.47 ind:imp:1s; -hâtait hâter VER 5.63 24.05 0.14 2.09 ind:imp:3s; -hâtant hâter VER 5.63 24.05 0.01 2.64 par:pre; -hâte hâte NOM f s 18.83 45.20 18.83 44.80 -hâtent hâter VER 5.63 24.05 0.32 0.34 ind:pre:3p; -hâter hâter VER 5.63 24.05 1.32 5.54 inf; -hâtera hâter VER 5.63 24.05 0.01 0.20 ind:fut:3s; -hâteraient hâter VER 5.63 24.05 0.00 0.07 cnd:pre:3p; -hâterait hâter VER 5.63 24.05 0.00 0.27 cnd:pre:3s; -hâtes hâter VER 5.63 24.05 0.01 0.00 ind:pre:2s; -hâtez hâter VER 5.63 24.05 0.93 0.14 imp:pre:2p;ind:pre:2p; -hâtif hâtif ADJ m s 2.43 5.61 0.65 1.76 -hâtifs hâtif ADJ m p 2.43 5.61 0.02 1.15 -hâtions hâter VER 5.63 24.05 0.00 0.14 ind:imp:1p; -hâtive hâtif ADJ f s 2.43 5.61 0.61 1.76 -hâtivement hâtivement ADV 0.12 5.54 0.12 5.54 -hâtives hâtif ADJ f p 2.43 5.61 1.15 0.95 -hotline hotline NOM f s 0.52 0.00 0.52 0.00 -hâtâmes hâter VER 5.63 24.05 0.00 0.14 ind:pas:1p; -hâtons hâter VER 5.63 24.05 0.37 0.14 imp:pre:1p;ind:pre:1p; -hâtât hâter VER 5.63 24.05 0.00 0.07 sub:imp:3s; -hotte hotte NOM f s 1.23 2.57 1.00 2.43 -hotter hotter VER 0.01 0.00 0.01 0.00 inf; -hottes hotte NOM f p 1.23 2.57 0.24 0.14 -hâtèrent hâter VER 5.63 24.05 0.00 0.61 ind:pas:3p; -hottée hottée NOM f s 0.00 0.07 0.00 0.07 -hâté hâter VER m s 5.63 24.05 0.26 1.01 par:pas; -hotu hotu NOM m s 0.00 0.81 0.00 0.41 -hâtée hâter VER f s 5.63 24.05 0.01 0.20 par:pas; -hâtés hâter VER m p 5.63 24.05 0.00 0.14 par:pas; -hotus hotu NOM m p 0.00 0.81 0.00 0.41 -hou hou ONO 8.65 5.27 8.65 5.27 -houa houer VER 0.07 0.00 0.07 0.00 ind:pas:3s; -houari houari NOM m s 0.00 0.07 0.00 0.07 -houblon houblon NOM m s 0.31 0.61 0.31 0.54 -houblonnés houblonner VER m p 0.00 0.07 0.00 0.07 par:pas; -houblons houblon NOM m p 0.31 0.61 0.00 0.07 -houe houe NOM f s 0.37 0.34 0.37 0.34 -houhou houhou ONO 0.46 0.27 0.46 0.27 -houille houille NOM f s 0.00 0.88 0.00 0.81 -houiller houiller ADJ m s 0.01 0.20 0.00 0.14 -houilles houille NOM f p 0.00 0.88 0.00 0.07 -houillère houiller NOM f s 0.05 0.00 0.05 0.00 -houillères houillère NOM f p 0.00 0.41 0.00 0.41 -houle houle NOM f s 0.46 10.07 0.44 8.85 -houler houler VER 0.00 0.07 0.00 0.07 inf; -houles houle NOM f p 0.46 10.07 0.02 1.22 -houlette houlette NOM f s 0.82 0.81 0.82 0.81 -houleuse houleux ADJ f s 0.79 2.16 0.66 1.35 -houleuses houleux ADJ f p 0.79 2.16 0.01 0.27 -houleux houleux ADJ m 0.79 2.16 0.11 0.54 -houligan houligan NOM m s 0.00 0.07 0.00 0.07 -houliganisme houliganisme NOM m s 0.00 0.20 0.00 0.20 -houlà houlà ONO 0.13 0.61 0.13 0.61 -houlque houlque NOM f s 0.00 0.07 0.00 0.07 -houp houp ONO 0.07 0.14 0.07 0.14 -houppe houppe NOM f s 0.02 0.68 0.01 0.54 -houppelande houppelande NOM f s 0.03 2.09 0.03 1.96 -houppelandes houppelande NOM f p 0.03 2.09 0.00 0.14 -houppes houppe NOM f p 0.02 0.68 0.01 0.14 -houppette houppette NOM f s 0.02 2.43 0.02 2.09 -houppettes houppette NOM f p 0.02 2.43 0.00 0.34 -hourdis hourdis NOM m 0.00 0.07 0.00 0.07 -hourds hourd NOM m p 0.00 0.20 0.00 0.20 -houri houri NOM f s 0.10 0.61 0.10 0.41 -houris houri NOM f p 0.10 0.61 0.00 0.20 -hourra hourra ONO 5.18 0.81 5.18 0.81 -hourrah hourrah NOM m s 0.77 0.41 0.77 0.34 -hourrahs hourrah NOM m p 0.77 0.41 0.00 0.07 -hourras hourra NOM m p 2.38 1.42 0.27 0.68 -hourvari hourvari NOM m s 0.27 0.54 0.27 0.41 -hourvaris hourvari NOM m p 0.27 0.54 0.00 0.14 -housards housard NOM m p 0.00 0.14 0.00 0.14 -house_boat house_boat NOM m s 0.04 0.07 0.02 0.00 -house_boat house_boat NOM m p 0.04 0.07 0.01 0.07 -house_music house_music NOM f s 0.01 0.00 0.01 0.00 -house house NOM f s 4.74 0.27 4.74 0.27 -houseau houseau NOM m s 0.10 1.08 0.00 0.20 -houseaux houseau NOM m p 0.10 1.08 0.10 0.88 -houspilla houspiller VER 0.41 2.77 0.00 0.07 ind:pas:3s; -houspillaient houspiller VER 0.41 2.77 0.00 0.14 ind:imp:3p; -houspillait houspiller VER 0.41 2.77 0.01 0.47 ind:imp:3s; -houspillant houspiller VER 0.41 2.77 0.00 0.34 par:pre; -houspille houspiller VER 0.41 2.77 0.16 0.27 ind:pre:1s;ind:pre:3s; -houspillent houspiller VER 0.41 2.77 0.00 0.07 ind:pre:3p; -houspiller houspiller VER 0.41 2.77 0.22 0.81 inf; -houspillâmes houspiller VER 0.41 2.77 0.00 0.07 ind:pas:1p; -houspillèrent houspiller VER 0.41 2.77 0.00 0.07 ind:pas:3p; -houspillé houspiller VER m s 0.41 2.77 0.02 0.14 par:pas; -houspillée houspiller VER f s 0.41 2.77 0.00 0.20 par:pas; -houspillées houspiller VER f p 0.41 2.77 0.00 0.07 par:pas; -houspillés houspiller VER m p 0.41 2.77 0.00 0.07 par:pas; -housse housse NOM f s 0.83 5.68 0.35 3.11 -housses housse NOM f p 0.83 5.68 0.49 2.57 -houssés housser VER m p 0.00 0.07 0.00 0.07 par:pas; -houx houx NOM m 0.07 1.28 0.07 1.28 -hâve hâve ADJ s 0.01 1.28 0.01 0.61 -hovercraft hovercraft NOM m s 0.01 0.00 0.01 0.00 -hâves hâve ADJ p 0.01 1.28 0.00 0.68 -hoyau hoyau NOM m s 0.00 0.14 0.00 0.14 -hèle héler VER 0.35 6.49 0.05 0.81 imp:pre:2s;ind:pre:1s;ind:pre:3s; -hère hère NOM m s 0.17 0.74 0.04 0.41 -hères hère NOM m p 0.17 0.74 0.13 0.34 -hé hé ONO 288.29 30.00 288.29 30.00 -huître huître NOM f s 4.00 7.64 1.41 2.70 -huîtres huître NOM f p 4.00 7.64 2.59 4.93 -huîtrier huîtrier NOM m s 0.01 0.07 0.01 0.00 -huîtriers huîtrier NOM m p 0.01 0.07 0.00 0.07 -huîtrière huîtrière NOM f s 0.00 0.07 0.00 0.07 -hua huer VER 1.24 2.30 0.09 0.00 ind:pas:3s; -huaient huer VER 1.24 2.30 0.01 0.00 ind:imp:3p; -huait huer VER 1.24 2.30 0.02 0.07 ind:imp:3s; -huant huer VER 1.24 2.30 0.03 0.07 par:pre; -huard huard NOM m s 0.59 0.27 0.52 0.07 -huards huard NOM m p 0.59 0.27 0.08 0.20 -huart huart NOM m s 0.00 0.27 0.00 0.27 -héberge héberger VER 5.77 6.49 0.87 0.27 imp:pre:2s;ind:pre:1s;ind:pre:3s; -hébergea héberger VER 5.77 6.49 0.00 0.20 ind:pas:3s; -hébergeai héberger VER 5.77 6.49 0.00 0.07 ind:pas:1s; -hébergeaient héberger VER 5.77 6.49 0.11 0.27 ind:imp:3p; -hébergeais héberger VER 5.77 6.49 0.01 0.14 ind:imp:1s;ind:imp:2s; -hébergeait héberger VER 5.77 6.49 0.02 0.41 ind:imp:3s; -hébergeant héberger VER 5.77 6.49 0.12 0.20 par:pre; -hébergement hébergement NOM m s 0.68 0.68 0.68 0.68 -hébergent héberger VER 5.77 6.49 0.04 0.07 ind:pre:3p; -hébergeons héberger VER 5.77 6.49 0.12 0.00 imp:pre:1p;ind:pre:1p; -héberger héberger VER 5.77 6.49 2.80 2.70 inf; -hébergera héberger VER 5.77 6.49 0.19 0.07 ind:fut:3s; -hébergerait héberger VER 5.77 6.49 0.00 0.14 cnd:pre:3s; -hébergeras héberger VER 5.77 6.49 0.00 0.07 ind:fut:2s; -hébergez héberger VER 5.77 6.49 0.19 0.00 imp:pre:2p;ind:pre:2p; -hébergiez héberger VER 5.77 6.49 0.02 0.00 ind:imp:2p; -hébergions héberger VER 5.77 6.49 0.00 0.07 ind:imp:1p; -hébergé héberger VER m s 5.77 6.49 0.78 1.15 par:pas; -hébergée héberger VER f s 5.77 6.49 0.24 0.27 par:pas; -hébergées héberger VER f p 5.77 6.49 0.01 0.07 par:pas; -hébergés héberger VER m p 5.77 6.49 0.24 0.34 par:pas; -hébertisme hébertisme NOM m s 0.00 0.27 0.00 0.27 -hublot hublot NOM m s 2.61 7.77 1.77 4.66 -hublots hublot NOM m p 2.61 7.77 0.84 3.11 -hébraïque hébraïque ADJ s 0.11 1.08 0.09 0.88 -hébraïquement hébraïquement ADV 0.00 0.07 0.00 0.07 -hébraïques hébraïque ADJ p 0.11 1.08 0.02 0.20 -hébraïsant hébraïsant ADJ m s 0.00 0.07 0.00 0.07 -hébreu hébreu NOM m s 1.67 2.97 1.67 2.97 -hébreux hébreux NOM m p 0.40 0.07 0.40 0.07 -hébètent hébéter VER 0.35 2.03 0.00 0.07 ind:pre:3p; -hébéphrénique hébéphrénique ADJ f s 0.02 0.00 0.02 0.00 -hébéta hébéter VER 0.35 2.03 0.00 0.07 ind:pas:3s; -hébétait hébéter VER 0.35 2.03 0.00 0.07 ind:imp:3s; -hébétement hébétement NOM m s 0.00 0.07 0.00 0.07 -hébété hébété ADJ m s 0.54 4.73 0.29 2.84 -hébétude hébétude NOM f s 0.14 4.05 0.14 4.05 -hébétée hébété ADJ f s 0.54 4.73 0.23 0.95 -hébétées hébété ADJ f p 0.54 4.73 0.00 0.20 -hébétés hébéter VER m p 0.35 2.03 0.03 0.34 par:pas; -hécatombe hécatombe NOM f s 0.20 1.69 0.20 1.28 -hécatombes hécatombe NOM f p 0.20 1.69 0.00 0.41 -huche huche NOM f s 0.19 0.47 0.19 0.34 -huches huche NOM f p 0.19 0.47 0.00 0.14 -huchet huchet NOM m s 0.00 0.27 0.00 0.27 -hédonisme hédonisme NOM m s 0.05 0.20 0.05 0.20 -hédoniste hédoniste ADJ s 0.21 0.14 0.21 0.07 -hédonistes hédoniste ADJ m p 0.21 0.14 0.00 0.07 -hue hue ONO 2.63 1.08 2.63 1.08 -huer huer VER 1.24 2.30 0.25 0.27 inf; -huerta huerta NOM f s 0.53 0.95 0.53 0.95 -huez huer VER 1.24 2.30 0.02 0.14 imp:pre:2p;ind:pre:2p; -hugh hugh ONO 1.38 0.27 1.38 0.27 -hégire hégire NOM f s 0.38 0.27 0.38 0.27 -hugolien hugolien ADJ m s 0.00 0.14 0.00 0.07 -hugoliens hugolien ADJ m p 0.00 0.14 0.00 0.07 -huguenot huguenot NOM m s 0.23 0.47 0.11 0.20 -huguenote huguenote NOM f s 0.10 0.00 0.10 0.00 -huguenots huguenot NOM m p 0.23 0.47 0.12 0.20 -hégélianisme hégélianisme NOM m s 0.00 0.07 0.00 0.07 -hégélien hégélien ADJ m s 0.16 0.14 0.00 0.07 -hégélienne hégélien ADJ f s 0.16 0.14 0.16 0.00 -hégéliens hégélien ADJ m p 0.16 0.14 0.00 0.07 -hégémonie hégémonie NOM f s 0.04 1.42 0.04 1.42 -hui hui NOM s 2.36 0.47 2.36 0.47 -huilai huiler VER 0.59 1.76 0.00 0.07 ind:pas:1s; -huilait huiler VER 0.59 1.76 0.10 0.07 ind:imp:3s; -huile huile NOM f s 22.68 38.18 20.23 36.22 -huilent huiler VER 0.59 1.76 0.00 0.07 ind:pre:3p; -huiler huiler VER 0.59 1.76 0.12 0.41 inf; -huilerai huiler VER 0.59 1.76 0.02 0.00 ind:fut:1s; -huiles huile NOM f p 22.68 38.18 2.46 1.96 -huileuse huileux ADJ f s 0.37 4.26 0.09 1.89 -huileuses huileux ADJ f p 0.37 4.26 0.01 0.54 -huileux huileux ADJ m 0.37 4.26 0.27 1.82 -huilez huiler VER 0.59 1.76 0.05 0.00 imp:pre:2p; -huilier huilier NOM m s 0.10 0.07 0.10 0.07 -huiliers huilier ADJ m p 0.01 0.07 0.00 0.07 -huilé huilé ADJ m s 0.57 3.24 0.21 1.15 -huilée huilé ADJ f s 0.57 3.24 0.21 1.08 -huilées huiler VER f p 0.59 1.76 0.05 0.07 par:pas; -huilés huilé ADJ m p 0.57 3.24 0.15 0.81 -huipil huipil NOM m s 0.00 0.54 0.00 0.47 -huipils huipil NOM m p 0.00 0.54 0.00 0.07 -huis huis NOM m 0.48 1.82 0.48 1.82 -huisserie huisserie NOM f s 0.04 0.34 0.04 0.14 -huisseries huisserie NOM f p 0.04 0.34 0.00 0.20 -huissier huissier NOM m s 2.84 5.95 2.06 3.72 -huissiers huissier NOM m p 2.84 5.95 0.78 2.23 -huit_reflets huit_reflets NOM m 0.00 0.27 0.00 0.27 -huit huit ADJ:num 58.47 102.50 58.47 102.50 -huitaine huitaine NOM f s 0.20 1.01 0.20 1.01 -huitième huitième NOM s 1.29 2.09 0.88 1.96 -huitièmes huitième NOM p 1.29 2.09 0.41 0.14 -héla héler VER 0.35 6.49 0.01 1.69 ind:pas:3s; -hélai héler VER 0.35 6.49 0.00 0.14 ind:pas:1s; -hélaient héler VER 0.35 6.49 0.00 0.47 ind:imp:3p; -hélait héler VER 0.35 6.49 0.01 0.14 ind:imp:3s; -hélant héler VER 0.35 6.49 0.00 0.47 par:pre; -hélas hélas ONO 24.21 34.73 24.21 34.73 -héler héler VER 0.35 6.49 0.11 1.08 inf; -hélez héler VER 0.35 6.49 0.01 0.00 imp:pre:2p; -hélianthes hélianthe NOM m p 0.00 0.34 0.00 0.34 -hélice hélice NOM f s 2.83 3.85 1.90 2.36 -hélices hélice NOM f p 2.83 3.85 0.93 1.49 -hélico hélico ADV 0.01 0.00 0.01 0.00 -hélicoïdal hélicoïdal ADJ m s 0.01 0.07 0.00 0.07 -hélicoïdale hélicoïdal ADJ f s 0.01 0.07 0.01 0.00 -hélicoptère hélicoptère NOM m s 13.96 3.72 10.98 2.43 -hélicoptères hélicoptère NOM m p 13.96 3.72 2.98 1.28 -hélio hélio NOM f s 0.00 0.07 0.00 0.07 -héliographe héliographe NOM m s 0.01 0.00 0.01 0.00 -héliogravure héliogravure NOM f s 0.00 0.07 0.00 0.07 -héliophanie héliophanie NOM f s 0.00 0.07 0.00 0.07 -héliotrope héliotrope NOM m s 0.07 0.41 0.04 0.27 -héliotropes héliotrope NOM m p 0.07 0.41 0.03 0.14 -héliport héliport NOM m s 0.12 0.14 0.12 0.14 -héliporter héliporter VER 0.08 0.07 0.01 0.07 inf; -héliporté héliporter VER m s 0.08 0.07 0.05 0.00 par:pas; -héliportée héliporté ADJ f s 0.06 0.14 0.05 0.00 -héliportés héliporter VER m p 0.08 0.07 0.01 0.00 par:pas; -hélitreuiller hélitreuiller VER 0.01 0.00 0.01 0.00 inf; -hélium hélium NOM m s 0.99 0.47 0.99 0.47 -hélix hélix NOM m 0.07 0.07 0.07 0.07 -hulotte hulotte NOM f s 0.10 0.61 0.10 0.34 -hulottes hulotte NOM f p 0.10 0.61 0.00 0.27 -hélèrent héler VER 0.35 6.49 0.00 0.20 ind:pas:3p; -hélé héler VER m s 0.35 6.49 0.11 0.68 par:pas; -hulula hululer VER 0.18 1.35 0.00 0.20 ind:pas:3s; -hululaient hululer VER 0.18 1.35 0.00 0.14 ind:imp:3p; -hululait hululer VER 0.18 1.35 0.00 0.34 ind:imp:3s; -hululant hululer VER 0.18 1.35 0.00 0.27 par:pre; -hulule hululer VER 0.18 1.35 0.14 0.14 ind:pre:1s;ind:pre:3s; -hululement hululement NOM m s 0.27 1.82 0.00 1.22 -hululements hululement NOM m p 0.27 1.82 0.27 0.61 -hululent hululer VER 0.18 1.35 0.02 0.07 ind:pre:3p; -hululer hululer VER 0.18 1.35 0.01 0.14 inf; -hululée hululer VER f s 0.18 1.35 0.00 0.07 par:pas; -hélés héler VER m p 0.35 6.49 0.00 0.07 par:pas; -hum hum ONO 33.59 5.68 33.59 5.68 -huma humer VER 0.73 9.53 0.03 1.49 ind:pas:3s; -humai humer VER 0.73 9.53 0.00 0.07 ind:pas:1s; -humaient humer VER 0.73 9.53 0.00 0.34 ind:imp:3p; -humain_robot humain_robot ADJ m s 0.03 0.00 0.03 0.00 -humain humain ADJ m s 107.10 111.55 50.53 35.81 -humaine humain ADJ f s 107.10 111.55 32.37 47.43 -humainement humainement ADV 0.86 0.95 0.86 0.95 -humaines humain ADJ f p 107.10 111.55 6.36 14.93 -humains humain NOM m p 30.00 18.31 18.15 10.00 -humais humer VER 0.73 9.53 0.01 0.07 ind:imp:1s; -humait humer VER 0.73 9.53 0.00 1.28 ind:imp:3s; -humanisait humaniser VER 0.27 1.35 0.00 0.27 ind:imp:3s; -humanisant humaniser VER 0.27 1.35 0.01 0.07 par:pre; -humanisation humanisation NOM f s 0.00 0.14 0.00 0.14 -humanise humaniser VER 0.27 1.35 0.03 0.07 imp:pre:2s;ind:pre:3s; -humanisent humaniser VER 0.27 1.35 0.00 0.07 ind:pre:3p; -humaniser humaniser VER 0.27 1.35 0.09 0.41 inf; -humanisme humanisme NOM m s 0.41 2.30 0.41 2.30 -humaniste humaniste ADJ s 0.72 0.68 0.72 0.54 -humanistes humaniste NOM p 0.45 1.08 0.01 0.47 -humanisé humaniser VER m s 0.27 1.35 0.00 0.20 par:pas; -humanisée humaniser VER f s 0.27 1.35 0.14 0.07 par:pas; -humanisées humaniser VER f p 0.27 1.35 0.00 0.14 par:pas; -humanisés humaniser VER m p 0.27 1.35 0.01 0.07 par:pas; -humanitaire humanitaire ADJ s 2.02 1.55 1.52 1.22 -humanitaires humanitaire ADJ p 2.02 1.55 0.50 0.34 -humanitarisme humanitarisme NOM m s 0.11 0.07 0.11 0.07 -humanité humanité NOM f s 23.31 24.32 23.15 23.85 -humanités humanité NOM f p 23.31 24.32 0.16 0.47 -humano humano ADV 0.16 0.00 0.16 0.00 -humanoïde humanoïde ADJ s 0.46 0.00 0.42 0.00 -humanoïdes humanoïde NOM p 0.21 0.41 0.11 0.27 -humant humer VER 0.73 9.53 0.11 1.69 par:pre; -hématie hématie NOM f s 0.12 0.07 0.00 0.07 -hématies hématie NOM f p 0.12 0.07 0.12 0.00 -hématine hématine NOM f s 0.05 0.00 0.05 0.00 -hématite hématite NOM f s 0.00 0.07 0.00 0.07 -hématocrite hématocrite NOM m s 0.60 0.00 0.60 0.00 -hématocèle hématocèle NOM f s 0.00 0.07 0.00 0.07 -hématologie hématologie NOM f s 0.10 0.07 0.10 0.07 -hématologique hématologique ADJ f s 0.01 0.00 0.01 0.00 -hématologue hématologue NOM s 0.14 0.07 0.14 0.07 -hématome hématome NOM m s 1.53 0.61 1.08 0.41 -hématomes hématome NOM m p 1.53 0.61 0.45 0.20 -hématopoïèse hématopoïèse NOM f s 0.00 0.07 0.00 0.07 -hématose hématose NOM f s 0.00 0.07 0.00 0.07 -hématurie hématurie NOM f s 0.02 0.00 0.02 0.00 -humble humble ADJ s 12.43 18.45 9.66 12.84 -humblement humblement ADV 2.26 3.65 2.26 3.65 -humbles humble ADJ p 12.43 18.45 2.77 5.61 -humbug humbug ADJ s 0.01 0.00 0.01 0.00 -hume humer VER 0.73 9.53 0.13 1.76 imp:pre:2s;ind:pre:1s;ind:pre:3s; -humecta humecter VER 0.35 4.53 0.14 0.27 ind:pas:3s; -humectage humectage NOM m s 0.01 0.00 0.01 0.00 -humectai humecter VER 0.35 4.53 0.00 0.14 ind:pas:1s; -humectaient humecter VER 0.35 4.53 0.00 0.07 ind:imp:3p; -humectais humecter VER 0.35 4.53 0.00 0.07 ind:imp:1s; -humectait humecter VER 0.35 4.53 0.00 0.41 ind:imp:3s; -humectant humectant ADJ m s 0.05 0.00 0.05 0.00 -humecte humecter VER 0.35 4.53 0.00 0.68 imp:pre:2s;ind:pre:1s;ind:pre:3s; -humectent humecter VER 0.35 4.53 0.00 0.07 ind:pre:3p; -humecter humecter VER 0.35 4.53 0.16 1.01 inf; -humecté humecter VER m s 0.35 4.53 0.00 0.54 par:pas; -humectée humecter VER f s 0.35 4.53 0.03 0.41 par:pas; -humectées humecter VER f p 0.35 4.53 0.01 0.20 par:pas; -humectés humecter VER m p 0.35 4.53 0.01 0.34 par:pas; -hument humer VER 0.73 9.53 0.11 0.14 ind:pre:3p; -humer humer VER 0.73 9.53 0.28 1.76 inf; -humeras humer VER 0.73 9.53 0.00 0.07 ind:fut:2s; -humeur humeur NOM f s 31.26 58.04 29.80 52.57 -humeurs humeur NOM f p 31.26 58.04 1.46 5.47 -humez humer VER 0.73 9.53 0.04 0.07 imp:pre:2p; -hémi hémi ADV 0.00 0.07 0.00 0.07 -hémicycle hémicycle NOM m s 0.03 0.34 0.03 0.34 -humide humide ADJ s 11.23 53.31 8.24 38.24 -humidement humidement ADV 0.00 0.07 0.00 0.07 -humides humide ADJ p 11.23 53.31 2.98 15.07 -humidifia humidifier VER 0.31 0.47 0.00 0.07 ind:pas:3s; -humidifiant humidifier VER 0.31 0.47 0.15 0.07 par:pre; -humidificateur humidificateur NOM m s 0.20 0.07 0.20 0.07 -humidification humidification NOM f s 0.03 0.00 0.03 0.00 -humidifient humidifier VER 0.31 0.47 0.04 0.07 ind:pre:3p; -humidifier humidifier VER 0.31 0.47 0.06 0.14 inf; -humidifié humidifier VER m s 0.31 0.47 0.06 0.07 par:pas; -humidifiés humidifier VER m p 0.31 0.47 0.00 0.07 par:pas; -humidité humidité NOM f s 4.09 14.86 4.09 14.86 -humilia humilier VER 16.01 14.26 0.00 0.07 ind:pas:3s; -humiliaient humilier VER 16.01 14.26 0.00 0.20 ind:imp:3p; -humiliais humilier VER 16.01 14.26 0.02 0.00 ind:imp:2s; -humiliait humilier VER 16.01 14.26 0.05 0.95 ind:imp:3s; -humiliant humiliant ADJ m s 5.08 3.78 3.35 1.89 -humiliante humiliant ADJ f s 5.08 3.78 0.73 0.88 -humiliantes humiliant ADJ f p 5.08 3.78 0.56 0.34 -humiliants humiliant ADJ m p 5.08 3.78 0.45 0.68 -humiliassent humilier VER 16.01 14.26 0.00 0.07 sub:imp:3p; -humiliation humiliation NOM f s 7.60 13.65 6.72 10.68 -humiliations humiliation NOM f p 7.60 13.65 0.89 2.97 -humilie humilier VER 16.01 14.26 2.15 1.15 imp:pre:2s;ind:pre:1s;ind:pre:3s; -humilient humilier VER 16.01 14.26 0.15 0.14 ind:pre:3p; -humilier humilier VER 16.01 14.26 5.68 4.32 inf;; -humiliera humilier VER 16.01 14.26 0.05 0.00 ind:fut:3s; -humilierai humilier VER 16.01 14.26 0.04 0.00 ind:fut:1s; -humilieraient humilier VER 16.01 14.26 0.00 0.14 cnd:pre:3p; -humilierais humilier VER 16.01 14.26 0.01 0.00 cnd:pre:1s; -humilierait humilier VER 16.01 14.26 0.01 0.14 cnd:pre:3s; -humilies humilier VER 16.01 14.26 0.62 0.27 ind:pre:2s; -humiliez humilier VER 16.01 14.26 0.14 0.27 imp:pre:2p;ind:pre:2p; -humilité humilité NOM f s 4.24 12.09 4.24 11.96 -humilités humilité NOM f p 4.24 12.09 0.00 0.14 -humilié humilier VER m s 16.01 14.26 3.65 3.18 par:pas; -humiliée humilier VER f s 16.01 14.26 1.93 1.62 par:pas; -humiliées humilié ADJ f p 2.45 4.32 0.40 0.07 -humiliés humilier VER m p 16.01 14.26 1.12 0.88 par:pas; -humions humer VER 0.73 9.53 0.00 0.07 ind:imp:1p; -hémiplégie hémiplégie NOM f s 0.20 0.41 0.20 0.41 -hémiplégique hémiplégique ADJ s 0.01 0.07 0.01 0.07 -hémiptère hémiptère NOM m s 0.00 0.07 0.00 0.07 -hémisphère hémisphère NOM m s 1.38 1.76 0.96 0.88 -hémisphères hémisphère NOM m p 1.38 1.76 0.41 0.88 -hémisphérique hémisphérique ADJ s 0.01 0.41 0.01 0.34 -hémisphériques hémisphérique ADJ m p 0.01 0.41 0.00 0.07 -hémistiche hémistiche NOM m s 0.01 0.20 0.00 0.07 -hémistiches hémistiche NOM m p 0.01 0.20 0.01 0.14 -hémièdres hémièdre ADJ f p 0.00 0.07 0.00 0.07 -hémoculture hémoculture NOM f s 0.17 0.00 0.09 0.00 -hémocultures hémoculture NOM f p 0.17 0.00 0.09 0.00 -hémodialyse hémodialyse NOM f s 0.04 0.00 0.04 0.00 -hémodynamique hémodynamique NOM f s 0.05 0.00 0.05 0.00 -hémoglobine hémoglobine NOM f s 1.15 0.34 1.14 0.27 -hémoglobines hémoglobine NOM f p 1.15 0.34 0.01 0.07 -hémogramme hémogramme NOM m s 0.12 0.00 0.12 0.00 -hémolyse hémolyse NOM f s 0.07 0.00 0.07 0.00 -hémolytique hémolytique ADJ f s 0.12 0.00 0.12 0.00 -humons humer VER 0.73 9.53 0.00 0.07 ind:pre:1p; -hémophile hémophile ADJ m s 0.10 0.07 0.07 0.07 -hémophiles hémophile ADJ m p 0.10 0.07 0.03 0.00 -hémophilie hémophilie NOM f s 0.14 0.07 0.14 0.07 -hémoptysie hémoptysie NOM f s 0.01 0.68 0.00 0.34 -hémoptysies hémoptysie NOM f p 0.01 0.68 0.01 0.34 -humoral humoral ADJ m s 0.00 0.07 0.00 0.07 -humoriste humoriste ADJ s 0.33 0.20 0.33 0.14 -humoristes humoriste NOM p 0.11 0.74 0.02 0.41 -humoristique humoristique ADJ s 0.30 1.22 0.20 0.61 -humoristiques humoristique ADJ p 0.30 1.22 0.10 0.61 -hémorragie hémorragie NOM f s 9.35 3.11 8.39 2.43 -hémorragies hémorragie NOM f p 9.35 3.11 0.96 0.68 -hémorragique hémorragique ADJ s 0.25 0.00 0.25 0.00 -hémorroïdaire hémorroïdaire ADJ s 0.01 0.00 0.01 0.00 -hémorroïdale hémorroïdal ADJ f s 0.01 0.00 0.01 0.00 -hémorroïde hémorroïde NOM f s 1.69 0.41 0.23 0.00 -hémorroïdes hémorroïde NOM f p 1.69 0.41 1.46 0.41 -hémostase hémostase NOM f s 0.13 0.00 0.13 0.00 -hémostatique hémostatique ADJ s 0.14 0.07 0.14 0.07 -humour humour NOM m s 17.22 16.76 17.22 16.76 -humèrent humer VER 0.73 9.53 0.00 0.07 ind:pas:3p; -humé humer VER m s 0.73 9.53 0.02 0.47 par:pas; -humée humer VER f s 0.73 9.53 0.00 0.07 par:pas; -humérale huméral ADJ f s 0.04 0.00 0.04 0.00 -humérus humérus NOM m 0.22 0.34 0.22 0.34 -humés humer VER m p 0.73 9.53 0.00 0.07 par:pas; -humus humus NOM m 0.32 5.74 0.32 5.74 -hun hun NOM m s 0.16 0.68 0.11 0.47 -hune hune NOM f s 0.06 0.41 0.06 0.34 -hunes hune NOM f p 0.06 0.41 0.00 0.07 -hunier hunier NOM m s 0.17 0.14 0.12 0.07 -huniers hunier NOM m p 0.17 0.14 0.05 0.07 -huns hun NOM m p 0.16 0.68 0.05 0.20 -hunter hunter NOM m s 0.02 0.00 0.02 0.00 -héparine héparine NOM f s 0.28 0.00 0.28 0.00 -hépatique hépatique ADJ s 0.50 0.41 0.32 0.27 -hépatiques hépatique ADJ p 0.50 0.41 0.18 0.14 -hépatite hépatite NOM f s 2.12 0.74 2.04 0.74 -hépatites hépatite NOM f p 2.12 0.74 0.08 0.00 -hépatomégalie hépatomégalie NOM f s 0.01 0.00 0.01 0.00 -huppe huppe NOM f s 0.06 0.34 0.06 0.34 -huppé huppé ADJ m s 0.45 2.09 0.17 0.68 -huppée huppé ADJ f s 0.45 2.09 0.10 0.61 -huppées huppé ADJ f p 0.45 2.09 0.05 0.27 -huppés huppé ADJ m p 0.45 2.09 0.13 0.54 -héraclitienne héraclitien ADJ f s 0.00 0.07 0.00 0.07 -héraclitéen héraclitéen ADJ m s 0.00 0.20 0.00 0.14 -héraclitéenne héraclitéen ADJ f s 0.00 0.20 0.00 0.07 -héraldique héraldique ADJ s 0.00 1.22 0.00 0.81 -héraldiques héraldique ADJ p 0.00 1.22 0.00 0.41 -héraut héraut NOM m s 0.36 0.81 0.35 0.20 -hérauts héraut NOM m p 0.36 0.81 0.01 0.61 -hure hure NOM f s 0.11 2.36 0.11 0.34 -hures hure NOM f p 0.11 2.36 0.00 2.03 -hérissa hérisser VER 0.64 13.99 0.10 0.14 ind:pas:3s; -hérissaient hérisser VER 0.64 13.99 0.00 0.74 ind:imp:3p; -hérissait hérisser VER 0.64 13.99 0.01 1.08 ind:imp:3s; -hérissant hérisser VER 0.64 13.99 0.00 0.27 par:pre; -hérisse hérisser VER 0.64 13.99 0.11 0.81 imp:pre:2s;ind:pre:1s;ind:pre:3s; -hérissement hérissement NOM m s 0.00 0.34 0.00 0.14 -hérissements hérissement NOM m p 0.00 0.34 0.00 0.20 -hérissent hérisser VER 0.64 13.99 0.03 0.41 ind:pre:3p; -hérisser hérisser VER 0.64 13.99 0.03 0.41 inf; -hérisseraient hérisser VER 0.64 13.99 0.00 0.14 cnd:pre:3p; -hérisses hérisser VER 0.64 13.99 0.01 0.07 ind:pre:2s; -hérisson hérisson NOM m s 0.75 2.57 0.69 1.76 -hérissons hérisson NOM m p 0.75 2.57 0.06 0.81 -hérissât hérisser VER 0.64 13.99 0.00 0.07 sub:imp:3s; -hérissèrent hérisser VER 0.64 13.99 0.00 0.14 ind:pas:3p; -hérissé hérisser VER m s 0.64 13.99 0.14 3.38 par:pas; -hérissée hérissé ADJ f s 0.41 4.86 0.21 1.28 -hérissées hérissé ADJ f p 0.41 4.86 0.14 1.22 -hérissés hérisser VER m p 0.64 13.99 0.05 2.50 par:pas; -hérita hériter VER 11.93 12.84 0.18 0.34 ind:pas:3s; -héritage héritage NOM m s 12.37 12.03 12.18 11.15 -héritages héritage NOM m p 12.37 12.03 0.19 0.88 -héritai hériter VER 11.93 12.84 0.00 0.20 ind:pas:1s; -héritaient hériter VER 11.93 12.84 0.00 0.14 ind:imp:3p; -héritais hériter VER 11.93 12.84 0.11 0.14 ind:imp:1s;ind:imp:2s; -héritait hériter VER 11.93 12.84 0.03 0.20 ind:imp:3s; -hérite hériter VER 11.93 12.84 1.52 0.61 imp:pre:2s;ind:pre:1s;ind:pre:3s; -héritent hériter VER 11.93 12.84 0.21 0.00 ind:pre:3p; -hériter hériter VER 11.93 12.84 1.86 1.35 inf; -héritera hériter VER 11.93 12.84 0.38 0.14 ind:fut:3s; -hériterai hériter VER 11.93 12.84 0.05 0.07 ind:fut:1s; -hériteraient hériter VER 11.93 12.84 0.02 0.00 cnd:pre:3p; -hériterait hériter VER 11.93 12.84 0.07 0.14 cnd:pre:3s; -hériteras hériter VER 11.93 12.84 0.22 0.00 ind:fut:2s; -hériterez hériter VER 11.93 12.84 0.20 0.07 ind:fut:2p; -hériteront hériter VER 11.93 12.84 0.11 0.00 ind:fut:3p; -hérites hériter VER 11.93 12.84 0.34 0.14 ind:pre:2s; -héritez hériter VER 11.93 12.84 0.25 0.14 imp:pre:2p;ind:pre:2p; -héritier héritier NOM m s 10.77 13.45 7.76 7.16 -héritiers héritier NOM m p 10.77 13.45 1.39 3.18 -héritière héritier NOM f s 10.77 13.45 1.62 2.70 -héritières héritière NOM f p 0.05 0.00 0.05 0.00 -héritons hériter VER 11.93 12.84 0.11 0.00 ind:pre:1p; -hérité hériter VER m s 11.93 12.84 6.00 6.89 par:pas; -héritée hériter VER f s 11.93 12.84 0.10 1.42 par:pas; -héritées hériter VER f p 11.93 12.84 0.01 0.27 par:pas; -hérités hériter VER m p 11.93 12.84 0.15 0.61 par:pas; -hurla hurler VER 33.17 88.65 0.46 13.78 ind:pas:3s; -hurlai hurler VER 33.17 88.65 0.00 1.08 ind:pas:1s; -hurlaient hurler VER 33.17 88.65 0.64 3.38 ind:imp:3p; -hurlais hurler VER 33.17 88.65 0.69 0.88 ind:imp:1s;ind:imp:2s; -hurlait hurler VER 33.17 88.65 2.19 10.54 ind:imp:3s; -hurlant hurler VER 33.17 88.65 2.08 12.36 par:pre; -hurlante hurlant ADJ f s 0.69 7.50 0.14 2.03 -hurlantes hurlant ADJ f p 0.69 7.50 0.09 1.01 -hurlants hurlant ADJ m p 0.69 7.50 0.06 0.95 -hurle hurler VER 33.17 88.65 8.34 18.24 imp:pre:2s;ind:pre:1s;ind:pre:3s; -hurlement hurlement NOM m s 4.59 20.95 2.16 9.86 -hurlements hurlement NOM m p 4.59 20.95 2.43 11.08 -hurlent hurler VER 33.17 88.65 2.52 2.36 ind:pre:3p; -hurler hurler VER 33.17 88.65 10.38 17.23 inf; -hurlera hurler VER 33.17 88.65 0.09 0.00 ind:fut:3s; -hurlerai hurler VER 33.17 88.65 0.08 0.20 ind:fut:1s; -hurleraient hurler VER 33.17 88.65 0.01 0.14 cnd:pre:3p; -hurlerais hurler VER 33.17 88.65 0.06 0.20 cnd:pre:1s; -hurlerait hurler VER 33.17 88.65 0.04 0.20 cnd:pre:3s; -hurlerez hurler VER 33.17 88.65 0.08 0.00 ind:fut:2p; -hurleront hurler VER 33.17 88.65 0.18 0.07 ind:fut:3p; -hurles hurler VER 33.17 88.65 0.69 0.07 ind:pre:2s; -hurleur hurleur NOM m s 0.22 0.47 0.11 0.07 -hurleurs hurleur NOM m p 0.22 0.47 0.12 0.41 -hurlez hurler VER 33.17 88.65 1.47 0.00 imp:pre:2p;ind:pre:2p; -hurlions hurler VER 33.17 88.65 0.14 0.14 ind:imp:1p; -hurlât hurler VER 33.17 88.65 0.00 0.07 sub:imp:3s; -hurlèrent hurler VER 33.17 88.65 0.00 1.01 ind:pas:3p; -hurlé hurler VER m s 33.17 88.65 3.06 6.15 par:pas; -hurluberlu hurluberlu NOM m s 0.23 0.61 0.20 0.14 -hurluberlus hurluberlu NOM m p 0.23 0.61 0.04 0.47 -hurlée hurler VER f s 33.17 88.65 0.00 0.14 par:pas; -hurlées hurler VER f p 33.17 88.65 0.00 0.34 par:pas; -hurlés hurler VER m p 33.17 88.65 0.00 0.07 par:pas; -héro héro NOM f s 4.38 1.35 4.38 1.35 -héroïde héroïde NOM f s 0.00 0.07 0.00 0.07 -héroïne héros NOM f s 76.58 52.77 10.32 7.23 -héroïnes héros NOM f p 76.58 52.77 0.10 1.89 -héroïnomane héroïnomane NOM s 0.02 0.00 0.02 0.00 -héroïque héroïque ADJ s 4.73 11.28 3.31 7.57 -héroïquement héroïquement ADV 0.14 0.74 0.14 0.74 -héroïques héroïque ADJ p 4.73 11.28 1.42 3.72 -héroïsme héroïsme NOM m s 1.06 5.95 1.06 5.95 -héron héron NOM m s 0.64 2.36 0.27 1.08 -huron huron ADJ m s 0.04 0.07 0.01 0.00 -huronne huron ADJ f s 0.04 0.07 0.03 0.07 -hérons héron NOM m p 0.64 2.36 0.37 1.28 -héros héros NOM m 76.58 52.77 66.17 43.65 -hurrah hurrah ONO 0.17 0.61 0.17 0.61 -hurrahs hurrah NOM m p 0.01 0.07 0.00 0.07 -hurricane hurricane NOM m s 0.56 0.34 0.52 0.27 -hurricanes hurricane NOM m p 0.56 0.34 0.05 0.07 -héréditaire héréditaire ADJ s 2.59 4.59 2.21 3.85 -héréditairement héréditairement ADV 0.00 0.20 0.00 0.20 -héréditaires héréditaire ADJ p 2.59 4.59 0.38 0.74 -hérédité hérédité NOM f s 0.71 3.99 0.71 3.99 -hérédo hérédo ADV 0.00 0.07 0.00 0.07 -hérésiarque hérésiarque NOM s 0.00 0.20 0.00 0.07 -hérésiarques hérésiarque NOM p 0.00 0.20 0.00 0.14 -hérésie hérésie NOM f s 1.72 7.91 1.52 7.16 -hérésies hérésie NOM f p 1.72 7.91 0.20 0.74 -hérétique hérétique NOM s 3.15 18.65 2.08 2.77 -hérétiques hérétique NOM p 3.15 18.65 1.08 15.88 -hésita hésiter VER 30.06 122.43 0.30 36.15 ind:pas:3s; -hésitai hésiter VER 30.06 122.43 0.01 4.26 ind:pas:1s; -hésitaient hésiter VER 30.06 122.43 0.01 3.11 ind:imp:3p; -hésitais hésiter VER 30.06 122.43 0.33 3.38 ind:imp:1s;ind:imp:2s; -hésitait hésiter VER 30.06 122.43 1.01 15.07 ind:imp:3s; -hésitant hésiter VER 30.06 122.43 0.23 6.22 par:pre; -hésitante hésitant ADJ f s 0.56 12.09 0.32 5.88 -hésitantes hésitant ADJ f p 0.56 12.09 0.04 0.61 -hésitants hésitant ADJ m p 0.56 12.09 0.09 1.69 -hésitation hésitation NOM f s 2.90 25.14 2.27 19.80 -hésitations hésitation NOM f p 2.90 25.14 0.63 5.34 -hésite hésiter VER 30.06 122.43 8.21 18.58 imp:pre:2s;ind:pre:1s;ind:pre:3s; -hésitent hésiter VER 30.06 122.43 0.47 2.30 ind:pre:3p; -hésiter hésiter VER 30.06 122.43 4.57 16.28 inf; -hésitera hésiter VER 30.06 122.43 0.20 0.34 ind:fut:3s; -hésiterai hésiter VER 30.06 122.43 0.92 0.20 ind:fut:1s; -hésiteraient hésiter VER 30.06 122.43 0.22 0.41 cnd:pre:3p; -hésiterais hésiter VER 30.06 122.43 0.72 0.61 cnd:pre:1s;cnd:pre:2s; -hésiterait hésiter VER 30.06 122.43 0.51 0.47 cnd:pre:3s; -hésiteras hésiter VER 30.06 122.43 0.16 0.00 ind:fut:2s; -hésiterez hésiter VER 30.06 122.43 0.04 0.07 ind:fut:2p; -hésiteriez hésiter VER 30.06 122.43 0.10 0.00 cnd:pre:2p; -hésiterions hésiter VER 30.06 122.43 0.00 0.07 cnd:pre:1p; -hésiterons hésiter VER 30.06 122.43 0.05 0.07 ind:fut:1p; -hésiteront hésiter VER 30.06 122.43 0.34 0.00 ind:fut:3p; -hésites hésiter VER 30.06 122.43 1.09 0.47 ind:pre:2s; -hésitez hésiter VER 30.06 122.43 6.28 1.89 imp:pre:2p;ind:pre:2p; -hésitiez hésiter VER 30.06 122.43 0.05 0.00 ind:imp:2p; -hésitions hésiter VER 30.06 122.43 0.00 0.20 ind:imp:1p; -hésitons hésiter VER 30.06 122.43 0.42 0.14 imp:pre:1p;ind:pre:1p; -hésitât hésiter VER 30.06 122.43 0.00 0.20 sub:imp:3s; -hésitèrent hésiter VER 30.06 122.43 0.00 0.95 ind:pas:3p; -hésité hésiter VER m s 30.06 122.43 3.83 11.01 par:pas; -huskies huskies NOM m p 0.20 0.00 0.20 0.00 -husky husky NOM m s 0.28 0.00 0.28 0.00 -hussard hussard NOM m s 0.71 3.45 0.17 1.42 -hussarde hussard NOM f s 0.71 3.45 0.01 0.27 -hussards hussard NOM m p 0.71 3.45 0.53 1.76 -husseinites husseinite NOM p 0.00 0.14 0.00 0.14 -hussite hussite NOM m s 0.00 0.20 0.00 0.14 -hussites hussite NOM m p 0.00 0.20 0.00 0.07 -hétaïre hétaïre NOM f s 0.00 0.27 0.00 0.14 -hétaïres hétaïre NOM f p 0.00 0.27 0.00 0.14 -huèrent huer VER 1.24 2.30 0.00 0.07 ind:pas:3p; -hêtraie hêtraie NOM f s 0.00 0.68 0.00 0.54 -hêtraies hêtraie NOM f p 0.00 0.68 0.00 0.14 -hêtre hêtre NOM m s 0.65 10.20 0.18 3.38 -hêtres hêtre NOM m p 0.65 10.20 0.47 6.82 -hutte hutte NOM f s 3.90 7.84 3.25 4.93 -hutter hutter VER 0.77 0.00 0.77 0.00 inf; -huttes hutte NOM f p 3.90 7.84 0.65 2.91 -hétéro hétéro ADJ s 3.91 0.74 3.16 0.61 -hétérochromie hétérochromie NOM f s 0.03 0.00 0.03 0.00 -hétéroclite hétéroclite ADJ s 0.17 4.73 0.02 2.57 -hétéroclites hétéroclite ADJ p 0.17 4.73 0.16 2.16 -hétérodoxes hétérodoxe NOM p 0.01 0.14 0.01 0.14 -hétérodoxie hétérodoxie NOM f s 0.00 0.07 0.00 0.07 -hétérogène hétérogène ADJ m s 0.14 0.34 0.14 0.07 -hétérogènes hétérogène ADJ p 0.14 0.34 0.00 0.27 -hétérogénéité hétérogénéité NOM f s 0.00 0.14 0.00 0.14 -hétéroptère hétéroptère NOM m s 0.00 0.07 0.00 0.07 -hétéros hétéro NOM p 3.50 0.34 1.87 0.00 -hétérosexualité hétérosexualité NOM f s 0.08 0.81 0.08 0.81 -hétérosexuel hétérosexuel ADJ m s 0.97 3.58 0.60 1.49 -hétérosexuelle hétérosexuel ADJ f s 0.97 3.58 0.13 0.88 -hétérosexuelles hétérosexuel ADJ f p 0.97 3.58 0.07 0.07 -hétérosexuels hétérosexuel ADJ m p 0.97 3.58 0.17 1.15 -hétérozygote hétérozygote ADJ s 0.01 0.07 0.01 0.00 -hétérozygotes hétérozygote ADJ p 0.01 0.07 0.00 0.07 -hué huer VER m s 1.24 2.30 0.05 0.34 par:pas; -huée huer VER f s 1.24 2.30 0.02 0.00 par:pas; -huées huée NOM f p 0.64 1.49 0.64 1.42 -hués huer VER m p 1.24 2.30 0.02 0.14 par:pas; -hévéa hévéa NOM m s 0.23 0.20 0.01 0.14 -hévéas hévéa NOM m p 0.23 0.20 0.22 0.07 -hyacinthe hyacinthe NOM f s 0.04 0.07 0.04 0.07 -hyades hyade NOM f p 0.10 0.07 0.10 0.07 -hybridation hybridation NOM f s 0.05 0.00 0.05 0.00 -hybride hybride NOM m s 1.97 0.41 1.20 0.27 -hybrides hybride NOM m p 1.97 0.41 0.77 0.14 -hybridé hybrider VER m s 0.01 0.00 0.01 0.00 par:pas; -hydatique hydatique ADJ s 0.01 0.00 0.01 0.00 -hydne hydne NOM m s 0.00 0.07 0.00 0.07 -hydratant hydratant ADJ m s 0.38 0.27 0.04 0.07 -hydratante hydratant ADJ f s 0.38 0.27 0.26 0.20 -hydratantes hydratant ADJ f p 0.38 0.27 0.07 0.00 -hydratants hydratant ADJ m p 0.38 0.27 0.01 0.00 -hydratation hydratation NOM f s 0.13 0.00 0.13 0.00 -hydrate hydrate NOM m s 0.42 0.00 0.18 0.00 -hydrater hydrater VER 0.58 0.00 0.12 0.00 inf; -hydrates hydrate NOM m p 0.42 0.00 0.25 0.00 -hydratez hydrater VER 0.58 0.00 0.15 0.00 imp:pre:2p; -hydraté hydrater VER m s 0.58 0.00 0.17 0.00 par:pas; -hydratée hydrater VER f s 0.58 0.00 0.07 0.00 par:pas; -hydraulicien hydraulicien NOM m s 0.01 0.00 0.01 0.00 -hydraulique hydraulique ADJ s 1.41 1.15 1.15 1.01 -hydrauliques hydraulique ADJ p 1.41 1.15 0.26 0.14 -hydravion hydravion NOM m s 0.47 0.61 0.43 0.27 -hydravions hydravion NOM m p 0.47 0.61 0.04 0.34 -hydre hydre NOM f s 0.17 0.34 0.17 0.34 -hydrique hydrique ADJ s 0.07 0.00 0.07 0.00 -hydro_électrique hydro_électrique ADJ s 0.00 0.07 0.00 0.07 -hydro hydro ADV 0.17 0.07 0.17 0.07 -hydrocarbure hydrocarbure NOM m s 0.50 0.34 0.11 0.07 -hydrocarbures hydrocarbure NOM m p 0.50 0.34 0.39 0.27 -hydrochlorique hydrochlorique ADJ m s 0.09 0.00 0.09 0.00 -hydrocortisone hydrocortisone NOM f s 0.03 0.00 0.03 0.00 -hydrocèle hydrocèle NOM f s 0.00 0.07 0.00 0.07 -hydrocéphale hydrocéphale ADJ s 0.22 0.14 0.12 0.07 -hydrocéphales hydrocéphale ADJ m p 0.22 0.14 0.10 0.07 -hydrocéphalie hydrocéphalie NOM f s 0.01 0.00 0.01 0.00 -hydrocution hydrocution NOM f s 0.00 0.07 0.00 0.07 -hydrodynamique hydrodynamique ADJ f s 0.01 0.00 0.01 0.00 -hydrofoil hydrofoil NOM m s 0.01 0.00 0.01 0.00 -hydroglisseur hydroglisseur NOM m s 0.06 0.00 0.06 0.00 -hydrographe hydrographe ADJ m s 0.14 0.00 0.14 0.00 -hydrographie hydrographie NOM f s 0.01 0.07 0.01 0.07 -hydrographique hydrographique ADJ m s 0.27 0.14 0.27 0.07 -hydrographiques hydrographique ADJ p 0.27 0.14 0.00 0.07 -hydrogène hydrogène NOM m s 1.76 0.88 1.75 0.88 -hydrogènes hydrogène NOM m p 1.76 0.88 0.01 0.00 -hydrogénisation hydrogénisation NOM f s 0.00 0.14 0.00 0.14 -hydrogéné hydrogéné ADJ m s 0.04 0.00 0.02 0.00 -hydrogénée hydrogéné ADJ f s 0.04 0.00 0.02 0.00 -hydrolase hydrolase NOM f s 0.10 0.00 0.10 0.00 -hydrologie hydrologie NOM f s 0.02 0.00 0.02 0.00 -hydrolyse hydrolyse NOM f s 0.03 0.00 0.03 0.00 -hydromel hydromel NOM m s 0.52 0.20 0.52 0.20 -hydromètres hydromètre NOM f p 0.00 0.07 0.00 0.07 -hydrophile hydrophile ADJ m s 0.10 1.01 0.10 0.88 -hydrophiles hydrophile ADJ f p 0.10 1.01 0.00 0.14 -hydrophobe hydrophobe ADJ f s 0.01 0.00 0.01 0.00 -hydrophobie hydrophobie NOM f s 0.04 0.07 0.04 0.07 -hydrophone hydrophone NOM m s 0.25 0.00 0.25 0.00 -hydrophyte hydrophyte NOM f s 0.01 0.00 0.01 0.00 -hydropique hydropique ADJ f s 0.14 0.14 0.14 0.14 -hydropisie hydropisie NOM f s 0.01 0.27 0.01 0.27 -hydropneumatique hydropneumatique ADJ m s 0.01 0.14 0.01 0.14 -hydroponique hydroponique ADJ s 0.28 0.00 0.20 0.00 -hydroponiques hydroponique ADJ p 0.28 0.00 0.09 0.00 -hydroptère hydroptère NOM m s 0.02 0.00 0.02 0.00 -hydroquinone hydroquinone NOM f s 0.00 0.14 0.00 0.14 -hydrostatique hydrostatique ADJ s 0.04 0.00 0.04 0.00 -hydrothérapie hydrothérapie NOM f s 0.08 0.14 0.08 0.14 -hydroélectrique hydroélectrique ADJ f s 0.36 0.14 0.36 0.14 -hydrox hydrox NOM m 0.01 0.00 0.01 0.00 -hydroxyde hydroxyde NOM m s 0.13 0.00 0.13 0.00 -hygiaphone hygiaphone NOM m s 0.00 0.20 0.00 0.20 -hygiène hygiène NOM f s 4.42 6.35 4.40 6.28 -hygiènes hygiène NOM f p 4.42 6.35 0.01 0.07 -hygiénique hygiénique ADJ s 1.74 4.12 1.48 2.84 -hygiéniquement hygiéniquement ADV 0.01 0.07 0.01 0.07 -hygiéniques hygiénique ADJ p 1.74 4.12 0.26 1.28 -hygiéniste hygiéniste NOM s 0.20 0.14 0.19 0.00 -hygiénistes hygiéniste NOM p 0.20 0.14 0.01 0.14 -hygroma hygroma NOM m s 0.03 0.00 0.03 0.00 -hygromètre hygromètre NOM m s 0.01 0.14 0.00 0.07 -hygromètres hygromètre NOM m p 0.01 0.14 0.01 0.07 -hygrométrie hygrométrie NOM f s 0.14 0.07 0.14 0.07 -hygrométrique hygrométrique ADJ s 0.00 0.14 0.00 0.07 -hygrométriques hygrométrique ADJ f p 0.00 0.14 0.00 0.07 -hylémorphique hylémorphique ADJ f s 0.00 0.07 0.00 0.07 -hymen hymen NOM m s 2.05 0.34 2.05 0.34 -hymne hymne NOM s 6.25 8.72 5.37 6.69 -hymnes hymne NOM p 6.25 8.72 0.88 2.03 -hyménoptère hyménoptère NOM m s 0.02 0.27 0.00 0.07 -hyménoptères hyménoptère NOM m p 0.02 0.27 0.02 0.20 -hyménée hyménée NOM m s 0.34 0.07 0.34 0.00 -hyménées hyménée NOM m p 0.34 0.07 0.00 0.07 -hyoïde hyoïde ADJ f s 0.16 0.00 0.16 0.00 -hypallage hypallage NOM f s 0.00 0.07 0.00 0.07 -hyper hyper ADV 6.66 0.95 6.66 0.95 -hyperacidité hyperacidité NOM f s 0.01 0.00 0.01 0.00 -hyperactif hyperactif ADJ m s 0.20 0.00 0.13 0.00 -hyperactive hyperactif ADJ f s 0.20 0.00 0.08 0.00 -hyperactivité hyperactivité NOM f s 0.17 0.00 0.17 0.00 -hyperbare hyperbare ADJ m s 0.07 0.00 0.07 0.00 -hyperbole hyperbole NOM f s 0.12 0.34 0.09 0.20 -hyperboles hyperbole NOM f p 0.12 0.34 0.04 0.14 -hyperbolique hyperbolique ADJ s 0.01 0.20 0.01 0.20 -hyperboliquement hyperboliquement ADV 0.00 0.07 0.00 0.07 -hyperborée hyperborée NOM f s 0.00 0.07 0.00 0.07 -hyperboréen hyperboréen ADJ m s 0.00 0.54 0.00 0.14 -hyperboréenne hyperboréen ADJ f s 0.00 0.54 0.00 0.27 -hyperboréens hyperboréen ADJ m p 0.00 0.54 0.00 0.14 -hypercalcémie hypercalcémie NOM f s 0.07 0.00 0.07 0.00 -hypercholestérolémie hypercholestérolémie NOM f s 0.03 0.00 0.03 0.00 -hypercoagulabilité hypercoagulabilité NOM f s 0.03 0.00 0.03 0.00 -hyperespace hyperespace NOM m s 1.89 0.00 1.89 0.00 -hyperesthésie hyperesthésie NOM f s 0.00 0.07 0.00 0.07 -hyperglycémies hyperglycémie NOM f p 0.00 0.07 0.00 0.07 -hyperkaliémie hyperkaliémie NOM f s 0.03 0.00 0.03 0.00 -hyperlipidémie hyperlipidémie NOM f s 0.00 0.07 0.00 0.07 -hyperlipémie hyperlipémie NOM f s 0.01 0.00 0.01 0.00 -hypermarché hypermarché NOM m s 0.15 0.27 0.12 0.14 -hypermarchés hypermarché NOM m p 0.15 0.27 0.03 0.14 -hypermnésie hypermnésie NOM f s 0.00 0.07 0.00 0.07 -hypernerveuse hypernerveux ADJ f s 0.00 0.27 0.00 0.07 -hypernerveux hypernerveux ADJ m 0.00 0.27 0.00 0.20 -hyperplan hyperplan NOM m s 0.01 0.00 0.01 0.00 -hyperplasie hyperplasie NOM f s 0.04 0.00 0.04 0.00 -hyperréactivité hyperréactivité NOM f s 0.01 0.00 0.01 0.00 -hyperréalisme hyperréalisme NOM m s 0.00 0.07 0.00 0.07 -hyperréaliste hyperréaliste ADJ s 0.00 0.14 0.00 0.07 -hyperréaliste hyperréaliste NOM s 0.00 0.14 0.00 0.07 -hyperréalistes hyperréaliste ADJ p 0.00 0.14 0.00 0.07 -hyperréalistes hyperréaliste NOM p 0.00 0.14 0.00 0.07 -hypersensibilité hypersensibilité NOM f s 0.22 0.14 0.22 0.14 -hypersensible hypersensible ADJ s 0.31 0.34 0.27 0.07 -hypersensibles hypersensible ADJ m p 0.31 0.34 0.04 0.27 -hypersomnie hypersomnie NOM f s 0.03 0.00 0.03 0.00 -hypersonique hypersonique ADJ m s 0.01 0.00 0.01 0.00 -hypersustentateur hypersustentateur NOM m s 0.06 0.00 0.06 0.00 -hypertendu hypertendu ADJ m s 0.20 0.07 0.04 0.07 -hypertendue hypertendu ADJ f s 0.20 0.07 0.16 0.00 -hypertendus hypertendu NOM m p 0.01 0.00 0.01 0.00 -hypertension hypertension NOM f s 0.71 0.20 0.70 0.07 -hypertensions hypertension NOM f p 0.71 0.20 0.01 0.14 -hyperthermie hyperthermie NOM f s 0.15 0.00 0.15 0.00 -hyperthyroïdien hyperthyroïdien ADJ m s 0.00 0.07 0.00 0.07 -hypertonique hypertonique ADJ s 0.06 0.00 0.06 0.00 -hypertrichose hypertrichose NOM f s 0.03 0.00 0.03 0.00 -hypertrophie hypertrophie NOM f s 0.56 0.27 0.56 0.27 -hypertrophique hypertrophique ADJ f s 0.07 0.00 0.07 0.00 -hypertrophié hypertrophié ADJ m s 0.20 0.27 0.17 0.07 -hypertrophiée hypertrophier VER f s 0.16 0.20 0.01 0.07 par:pas; -hypertrophiés hypertrophié ADJ m p 0.20 0.27 0.03 0.14 -hyperémotive hyperémotif ADJ f s 0.01 0.00 0.01 0.00 -hyperémotivité hyperémotivité NOM f s 0.00 0.07 0.00 0.07 -hyperventilation hyperventilation NOM f s 0.23 0.00 0.23 0.00 -hypholomes hypholome NOM m p 0.00 0.07 0.00 0.07 -hypnagogique hypnagogique ADJ s 0.04 0.07 0.04 0.00 -hypnagogiques hypnagogique ADJ f p 0.04 0.07 0.00 0.07 -hypnogène hypnogène ADJ s 0.00 0.54 0.00 0.54 -hypnogènes hypnogène NOM m p 0.00 0.20 0.00 0.07 -hypnose hypnose NOM f s 3.29 1.28 3.29 1.22 -hypnoses hypnose NOM f p 3.29 1.28 0.00 0.07 -hypnotique hypnotique ADJ s 1.16 0.74 0.99 0.68 -hypnotiquement hypnotiquement ADV 0.00 0.14 0.00 0.14 -hypnotiques hypnotique ADJ p 1.16 0.74 0.17 0.07 -hypnotisa hypnotiser VER 3.73 4.19 0.00 0.07 ind:pas:3s; -hypnotisaient hypnotiser VER 3.73 4.19 0.14 0.07 ind:imp:3p; -hypnotisais hypnotiser VER 3.73 4.19 0.00 0.07 ind:imp:1s; -hypnotisait hypnotiser VER 3.73 4.19 0.03 0.14 ind:imp:3s; -hypnotisant hypnotiser VER 3.73 4.19 0.09 0.41 par:pre; -hypnotise hypnotiser VER 3.73 4.19 0.47 0.54 imp:pre:2s;ind:pre:1s;ind:pre:3s; -hypnotisent hypnotiser VER 3.73 4.19 0.04 0.14 ind:pre:3p; -hypnotiser hypnotiser VER 3.73 4.19 1.05 0.27 inf;; -hypnotiseur hypnotiseur NOM m s 0.63 0.27 0.60 0.07 -hypnotiseurs hypnotiseur NOM m p 0.63 0.27 0.02 0.20 -hypnotiseuse hypnotiseur NOM f s 0.63 0.27 0.01 0.00 -hypnotisme hypnotisme NOM m s 0.30 0.27 0.30 0.27 -hypnotisé hypnotiser VER m s 3.73 4.19 0.90 1.22 par:pas; -hypnotisée hypnotiser VER f s 3.73 4.19 0.71 0.47 par:pas; -hypnotisées hypnotiser VER f p 3.73 4.19 0.01 0.27 par:pas; -hypnotisés hypnotiser VER m p 3.73 4.19 0.31 0.54 par:pas; -hypo hypo ADV 0.19 0.07 0.19 0.07 -hypoallergénique hypoallergénique ADJ f s 0.09 0.07 0.06 0.07 -hypoallergéniques hypoallergénique ADJ m p 0.09 0.07 0.02 0.00 -hypocalcémie hypocalcémie NOM f s 0.03 0.00 0.03 0.00 -hypocapnie hypocapnie NOM f s 0.01 0.00 0.01 0.00 -hypocauste hypocauste NOM m s 0.01 0.07 0.01 0.00 -hypocaustes hypocauste NOM m p 0.01 0.07 0.00 0.07 -hypocentre hypocentre NOM m s 0.01 0.00 0.01 0.00 -hypochlorite hypochlorite NOM m s 0.01 0.00 0.01 0.00 -hypochondriaque hypochondriaque ADJ s 0.12 0.00 0.12 0.00 -hypochondriaques hypochondriaque NOM p 0.05 0.00 0.03 0.00 -hypocondre hypocondre NOM m s 0.00 0.14 0.00 0.14 -hypocondriaque hypocondriaque ADJ m s 0.17 0.34 0.17 0.20 -hypocondriaques hypocondriaque NOM p 0.17 0.14 0.07 0.07 -hypocondrie hypocondrie NOM f s 0.04 0.27 0.04 0.27 -hypocras hypocras NOM m 0.00 0.20 0.00 0.20 -hypocrisie hypocrisie NOM f s 4.41 5.61 4.06 5.47 -hypocrisies hypocrisie NOM f p 4.41 5.61 0.35 0.14 -hypocrite hypocrite NOM s 5.41 2.91 3.66 1.96 -hypocritement hypocritement ADV 0.14 1.69 0.14 1.69 -hypocrites hypocrite NOM p 5.41 2.91 1.75 0.95 -hypoderme hypoderme NOM m s 0.00 0.07 0.00 0.07 -hypodermique hypodermique ADJ s 0.40 0.14 0.36 0.14 -hypodermiques hypodermique ADJ f p 0.40 0.14 0.04 0.00 -hypoglycémie hypoglycémie NOM f s 0.40 0.20 0.40 0.20 -hypoglycémique hypoglycémique ADJ m s 0.14 0.20 0.13 0.14 -hypoglycémiques hypoglycémique ADJ f p 0.14 0.20 0.01 0.07 -hypogonadisme hypogonadisme NOM m s 0.03 0.00 0.03 0.00 -hypogée hypogée NOM m s 0.00 0.81 0.00 0.47 -hypogées hypogée NOM m p 0.00 0.81 0.00 0.34 -hypokhâgne hypokhâgne NOM f s 0.00 1.28 0.00 1.22 -hypokhâgnes hypokhâgne NOM f p 0.00 1.28 0.00 0.07 -hypomaniaques hypomaniaque NOM p 0.01 0.00 0.01 0.00 -hyponatrémie hyponatrémie NOM f s 0.05 0.00 0.05 0.00 -hyponomeutes hyponomeute NOM m p 0.00 0.07 0.00 0.07 -hypophysaire hypophysaire ADJ s 0.01 0.07 0.01 0.07 -hypophyse hypophyse NOM f s 0.07 0.14 0.07 0.07 -hypophyses hypophyse NOM f p 0.07 0.14 0.00 0.07 -hypoplasie hypoplasie NOM f s 0.01 0.00 0.01 0.00 -hypospadias hypospadias NOM m 0.01 0.00 0.01 0.00 -hypostase hypostase NOM f s 0.01 0.07 0.01 0.00 -hypostases hypostase NOM f p 0.01 0.07 0.00 0.07 -hyposulfite hyposulfite NOM m s 0.00 0.20 0.00 0.20 -hypotaupe hypotaupe NOM f s 0.00 0.07 0.00 0.07 -hypotendu hypotendu NOM m s 0.03 0.00 0.03 0.00 -hypotendue hypotendu ADJ f s 0.03 0.00 0.01 0.00 -hypotensif hypotensif ADJ m s 0.03 0.00 0.01 0.00 -hypotension hypotension NOM f s 0.28 0.00 0.28 0.00 -hypotensive hypotensif ADJ f s 0.03 0.00 0.01 0.00 -hypothalamus hypothalamus NOM m 0.29 0.20 0.29 0.20 -hypothermie hypothermie NOM f s 0.80 0.00 0.80 0.00 -hypothermique hypothermique ADJ m s 0.04 0.00 0.04 0.00 -hypothèque hypothèque NOM f s 2.78 1.96 2.48 0.88 -hypothèquent hypothéquer VER 1.43 1.42 0.00 0.07 ind:pre:3p; -hypothèques hypothèque NOM f p 2.78 1.96 0.29 1.08 -hypothèse hypothèse NOM f s 8.97 16.82 7.47 12.91 -hypothèses hypothèse NOM f p 8.97 16.82 1.50 3.92 -hypothécaire hypothécaire ADJ s 0.09 0.07 0.05 0.00 -hypothécaires hypothécaire ADJ m p 0.09 0.07 0.04 0.07 -hypothéquait hypothéquer VER 1.43 1.42 0.01 0.14 ind:imp:3s; -hypothéquant hypothéquer VER 1.43 1.42 0.01 0.07 par:pre; -hypothéquer hypothéquer VER 1.43 1.42 0.57 0.34 inf; -hypothéqueraient hypothéquer VER 1.43 1.42 0.00 0.07 cnd:pre:3p; -hypothéquez hypothéquer VER 1.43 1.42 0.10 0.07 imp:pre:2p;ind:pre:2p; -hypothéquions hypothéquer VER 1.43 1.42 0.00 0.07 ind:imp:1p; -hypothéqué hypothéquer VER m s 1.43 1.42 0.23 0.14 par:pas; -hypothéquée hypothéquer VER f s 1.43 1.42 0.04 0.41 par:pas; -hypothétique hypothétique ADJ s 0.71 2.23 0.65 1.62 -hypothétiquement hypothétiquement ADV 0.23 0.07 0.23 0.07 -hypothétiques hypothétique ADJ p 0.71 2.23 0.07 0.61 -hypothyroïdie hypothyroïdie NOM f s 0.04 0.00 0.04 0.00 -hypotonie hypotonie NOM f s 0.01 0.00 0.01 0.00 -hypoténuse hypoténuse NOM f s 0.09 0.07 0.09 0.07 -hypoxie hypoxie NOM f s 0.13 0.00 0.13 0.00 -hypoxique hypoxique ADJ s 0.16 0.00 0.16 0.00 -hysope hysope NOM f s 0.01 0.14 0.01 0.07 -hysopes hysope NOM f p 0.01 0.14 0.00 0.07 -hystérectomie hystérectomie NOM f s 0.26 0.07 0.26 0.07 -hystérie hystérie NOM f s 3.48 3.38 3.48 3.31 -hystéries hystérie NOM f p 3.48 3.38 0.00 0.07 -hystérique hystérique ADJ s 6.61 5.20 5.60 3.45 -hystériquement hystériquement ADV 0.03 0.27 0.03 0.27 -hystériques hystérique ADJ p 6.61 5.20 1.01 1.76 -hystéro hystéro ADJ f s 0.02 0.34 0.02 0.34 -hyène hyène NOM f s 2.37 2.43 1.64 1.76 -hyènes hyène NOM f p 2.37 2.43 0.73 0.68 -i i NOM s 71.21 31.15 71.21 31.15 -i.e. i.e. NOM m s 0.02 0.00 0.02 0.00 -iambe iambe NOM m s 0.02 0.00 0.02 0.00 -iambique iambique ADJ m s 0.15 0.00 0.08 0.00 -iambiques iambique ADJ m p 0.15 0.00 0.07 0.00 -ibex ibex NOM m 0.11 0.00 0.11 0.00 -ibis ibis NOM m 0.00 0.81 0.00 0.81 -ibm ibm NOM m s 0.00 0.07 0.00 0.07 -ibo ibo ADJ f s 0.02 0.07 0.02 0.07 -iboga iboga NOM m s 0.04 0.00 0.04 0.00 -ibère ibère NOM s 0.01 0.00 0.01 0.00 -ibères ibère ADJ m p 0.00 0.14 0.00 0.07 -ibérique ibérique ADJ s 0.11 0.61 0.11 0.47 -ibériques ibérique ADJ p 0.11 0.61 0.00 0.14 -icône icône NOM f s 1.81 4.73 1.25 2.16 -icônes icône NOM f p 1.81 4.73 0.55 2.57 -icarienne icarienne ADJ f s 0.04 0.00 0.04 0.00 -ice_cream ice_cream NOM m s 0.02 0.34 0.00 0.27 -ice_cream ice_cream NOM m p 0.02 0.34 0.00 0.07 -ice_cream ice_cream NOM m s 0.02 0.34 0.02 0.00 -iceberg iceberg NOM m s 1.88 1.42 1.50 1.08 -icebergs iceberg NOM m p 1.88 1.42 0.39 0.34 -icelle icelle PRO:ind f s 0.00 0.34 0.00 0.34 -icelles icelles PRO:ind f p 0.00 0.20 0.00 0.20 -icelui icelui PRO:ind m s 0.00 0.07 0.00 0.07 -ichtyologie ichtyologie NOM f s 0.15 0.00 0.15 0.00 -ichtyologiste ichtyologiste NOM s 0.02 0.00 0.02 0.00 -ici_bas ici_bas ADV 3.58 2.97 3.58 2.97 -ici ici ADV 2411.21 483.58 2411.21 483.58 -icoglan icoglan NOM m s 0.00 0.14 0.00 0.07 -icoglans icoglan NOM m p 0.00 0.14 0.00 0.07 -iconoclaste iconoclaste NOM s 0.11 0.47 0.10 0.27 -iconoclastes iconoclaste ADJ f p 0.02 0.41 0.02 0.07 -iconographe iconographe NOM s 0.00 0.07 0.00 0.07 -iconographie iconographie NOM f s 0.04 0.61 0.03 0.54 -iconographies iconographie NOM f p 0.04 0.61 0.01 0.07 -iconographique iconographique ADJ f s 0.00 0.07 0.00 0.07 -iconostase iconostase NOM f s 0.00 0.20 0.00 0.20 -icosaèdre icosaèdre NOM m s 0.03 0.00 0.03 0.00 -ictère ictère NOM m s 0.16 0.07 0.16 0.07 -ictérique ictérique ADJ s 0.01 0.00 0.01 0.00 -ictus ictus NOM m 0.00 0.07 0.00 0.07 -ide ide NOM m s 0.47 0.07 0.47 0.07 -idem idem ADV 1.86 2.64 1.86 2.64 -identifia identifier VER 38.52 18.92 0.26 0.68 ind:pas:3s; -identifiable identifiable ADJ s 0.67 1.49 0.55 0.47 -identifiables identifiable ADJ p 0.67 1.49 0.12 1.01 -identifiai identifier VER 38.52 18.92 0.00 0.41 ind:pas:1s; -identifiaient identifier VER 38.52 18.92 0.03 0.14 ind:imp:3p; -identifiais identifier VER 38.52 18.92 0.05 0.95 ind:imp:1s;ind:imp:2s; -identifiait identifier VER 38.52 18.92 0.31 1.55 ind:imp:3s; -identifiant identifier VER 38.52 18.92 0.22 0.34 par:pre; -identifiassent identifier VER 38.52 18.92 0.00 0.07 sub:imp:3p; -identificateur identificateur NOM m s 0.07 0.00 0.07 0.00 -identification identification NOM f s 7.14 1.82 6.88 1.76 -identifications identification NOM f p 7.14 1.82 0.26 0.07 -identifie identifier VER 38.52 18.92 2.39 1.76 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:1s;sub:pre:3s; -identifient identifier VER 38.52 18.92 0.29 0.27 ind:pre:3p; -identifier identifier VER 38.52 18.92 16.52 8.45 inf; -identifiera identifier VER 38.52 18.92 0.66 0.07 ind:fut:3s; -identifierai identifier VER 38.52 18.92 0.02 0.00 ind:fut:1s; -identifierais identifier VER 38.52 18.92 0.01 0.20 cnd:pre:1s; -identifierait identifier VER 38.52 18.92 0.06 0.14 cnd:pre:3s; -identifierez identifier VER 38.52 18.92 0.19 0.00 ind:fut:2p; -identifieront identifier VER 38.52 18.92 0.03 0.00 ind:fut:3p; -identifiez identifier VER 38.52 18.92 2.04 0.00 imp:pre:2p;ind:pre:2p; -identifions identifier VER 38.52 18.92 0.24 0.00 imp:pre:1p;ind:pre:1p; -identifiât identifier VER 38.52 18.92 0.00 0.07 sub:imp:3s; -identifièrent identifier VER 38.52 18.92 0.00 0.07 ind:pas:3p; -identifié identifier VER m s 38.52 18.92 10.78 2.50 par:pas; -identifiée identifier VER f s 38.52 18.92 2.02 0.68 par:pas; -identifiées identifier VER f p 38.52 18.92 0.40 0.14 par:pas; -identifiés identifier VER m p 38.52 18.92 2.00 0.47 par:pas; -identique identique ADJ s 7.90 15.41 4.02 8.04 -identiquement identiquement ADV 0.00 0.54 0.00 0.54 -identiques identique ADJ p 7.90 15.41 3.88 7.36 -identitaire identitaire ADJ s 0.05 0.41 0.05 0.34 -identitaires identitaire ADJ f p 0.05 0.41 0.00 0.07 -identitarisme identitarisme NOM m s 0.00 0.20 0.00 0.20 -identité identité NOM f s 34.78 24.19 32.83 22.64 -identités identité NOM f p 34.78 24.19 1.96 1.55 -ides ides NOM f p 0.29 0.54 0.29 0.54 -idiolectes idiolecte NOM m p 0.00 0.07 0.00 0.07 -idiomatique idiomatique ADJ s 0.02 0.07 0.01 0.00 -idiomatiques idiomatique ADJ f p 0.02 0.07 0.01 0.07 -idiome idiome NOM m s 0.06 1.35 0.06 0.88 -idiomes idiome NOM m p 0.06 1.35 0.00 0.47 -idiopathique idiopathique ADJ s 0.06 0.00 0.06 0.00 -idiosyncrasie idiosyncrasie NOM f s 0.06 0.20 0.04 0.07 -idiosyncrasies idiosyncrasie NOM f p 0.06 0.20 0.02 0.14 -idiosyncrasique idiosyncrasique ADJ m s 0.01 0.00 0.01 0.00 -idiot idiot NOM m s 90.57 22.03 55.73 12.64 -idiote idiot NOM f s 90.57 22.03 18.40 5.07 -idiotement idiotement ADV 0.00 0.61 0.00 0.61 -idiotes idiot ADJ f p 74.06 33.24 3.62 2.16 -idiotie idiotie NOM f s 5.27 2.97 1.81 1.96 -idioties idiotie NOM f p 5.27 2.97 3.46 1.01 -idiotisme idiotisme NOM m s 0.14 0.14 0.14 0.07 -idiotismes idiotisme NOM m p 0.14 0.14 0.00 0.07 -idiots idiot NOM m p 90.57 22.03 15.08 3.92 -idoine idoine ADJ s 0.02 0.95 0.01 0.74 -idoines idoine ADJ p 0.02 0.95 0.01 0.20 -idole idole NOM f s 5.43 10.07 4.77 6.35 -idoles idole NOM f p 5.43 10.07 0.66 3.72 -idolâtraient idolâtrer VER 1.03 1.15 0.00 0.07 ind:imp:3p; -idolâtrait idolâtrer VER 1.03 1.15 0.11 0.61 ind:imp:3s; -idolâtrant idolâtrer VER 1.03 1.15 0.14 0.07 par:pre; -idolâtre idolâtrer VER 1.03 1.15 0.17 0.07 ind:pre:1s;ind:pre:3s; -idolâtrent idolâtrer VER 1.03 1.15 0.17 0.00 ind:pre:3p; -idolâtrer idolâtrer VER 1.03 1.15 0.12 0.27 inf; -idolâtres idolâtre NOM p 0.16 0.61 0.14 0.34 -idolâtrie idolâtrie NOM f s 0.38 1.08 0.38 0.95 -idolâtries idolâtrie NOM f p 0.38 1.08 0.00 0.14 -idolâtré idolâtrer VER m s 1.03 1.15 0.05 0.00 par:pas; -idolâtrée idolâtrer VER f s 1.03 1.15 0.23 0.07 par:pas; -idéal idéal ADJ m s 21.85 16.35 15.80 7.97 -idéale idéal ADJ f s 21.85 16.35 5.32 7.03 -idéalement idéalement ADV 0.28 1.22 0.28 1.22 -idéales idéal ADJ f p 21.85 16.35 0.40 1.15 -idéalisait idéaliser VER 0.68 0.81 0.02 0.07 ind:imp:3s; -idéalisant idéaliser VER 0.68 0.81 0.02 0.07 par:pre; -idéalisation idéalisation NOM f s 0.16 0.14 0.16 0.14 -idéalise idéaliser VER 0.68 0.81 0.34 0.00 imp:pre:2s;ind:pre:1s;ind:pre:3s; -idéalisent idéaliser VER 0.68 0.81 0.01 0.07 ind:pre:3p; -idéaliser idéaliser VER 0.68 0.81 0.13 0.20 inf; -idéalisme idéalisme NOM m s 0.98 1.96 0.98 1.82 -idéalismes idéalisme NOM m p 0.98 1.96 0.00 0.14 -idéaliste idéaliste NOM s 1.61 1.69 1.33 1.08 -idéalistes idéaliste ADJ p 1.20 1.15 0.44 0.20 -idéalisé idéaliser VER m s 0.68 0.81 0.08 0.14 par:pas; -idéalisée idéaliser VER f s 0.68 0.81 0.07 0.20 par:pas; -idéalisées idéaliser VER f p 0.68 0.81 0.01 0.00 par:pas; -idéalisés idéaliser VER m p 0.68 0.81 0.01 0.07 par:pas; -idéals idéal ADJ m p 21.85 16.35 0.01 0.00 -idéation idéation NOM f s 0.03 0.00 0.03 0.00 -idéaux idéal NOM m p 11.22 12.23 3.22 0.74 -idée_clé idée_clé NOM f s 0.01 0.00 0.01 0.00 -idée_force idée_force NOM f s 0.01 0.20 0.01 0.07 -idée idée NOM f s 389.77 328.45 330.39 241.08 -idéel idéel ADJ m s 0.01 0.00 0.01 0.00 -idée_force idée_force NOM f p 0.01 0.20 0.00 0.14 -idées idée NOM f p 389.77 328.45 59.38 87.36 -idéogramme idéogramme NOM m s 0.39 0.74 0.17 0.00 -idéogrammes idéogramme NOM m p 0.39 0.74 0.22 0.74 -idéographie idéographie NOM f s 0.01 0.00 0.01 0.00 -idéographique idéographique ADJ m s 0.00 0.07 0.00 0.07 -idéologie idéologie NOM f s 2.59 4.05 2.07 2.97 -idéologies idéologie NOM f p 2.59 4.05 0.52 1.08 -idéologique idéologique ADJ s 1.80 2.70 1.41 1.89 -idéologiquement idéologiquement ADV 0.10 0.27 0.10 0.27 -idéologiques idéologique ADJ p 1.80 2.70 0.39 0.81 -idéologue idéologue NOM s 0.38 0.54 0.28 0.34 -idéologues idéologue NOM p 0.38 0.54 0.10 0.20 -idylle idylle NOM f s 1.13 3.31 1.07 2.70 -idylles idylle NOM f p 1.13 3.31 0.06 0.61 -idyllique idyllique ADJ s 0.82 1.76 0.79 1.35 -idylliques idyllique ADJ p 0.82 1.76 0.03 0.41 -if if NOM m s 7.19 1.55 7.17 0.81 -ifs if NOM m p 7.19 1.55 0.02 0.74 -iftar iftar NOM m s 0.00 0.07 0.00 0.07 -igloo igloo NOM m s 1.08 0.27 0.54 0.07 -igloos igloo NOM m p 1.08 0.27 0.55 0.20 -igname igname NOM f s 0.18 0.34 0.05 0.07 -ignames igname NOM f p 0.18 0.34 0.13 0.27 -ignare ignare ADJ s 0.75 1.42 0.55 0.88 -ignares ignare NOM p 0.78 0.61 0.30 0.34 -ignifuge ignifuge ADJ f s 0.00 0.07 0.00 0.07 -ignifugeant ignifuger VER 0.17 0.07 0.01 0.00 par:pre; -ignifuger ignifuger VER 0.17 0.07 0.00 0.07 inf; -ignifugé ignifugé ADJ m s 0.07 0.20 0.04 0.07 -ignifugée ignifugé ADJ f s 0.07 0.20 0.02 0.07 -ignifugées ignifuger VER f p 0.17 0.07 0.14 0.00 par:pas; -ignifugés ignifugé ADJ m p 0.07 0.20 0.01 0.07 -ignition ignition NOM f s 0.05 0.34 0.05 0.34 -ignoble ignoble ADJ s 8.11 12.30 6.95 9.19 -ignoblement ignoblement ADV 0.16 0.88 0.16 0.88 -ignobles ignoble ADJ p 8.11 12.30 1.16 3.11 -ignominie ignominie NOM f s 0.88 3.72 0.76 3.18 -ignominies ignominie NOM f p 0.88 3.72 0.13 0.54 -ignominieuse ignominieux ADJ f s 0.39 0.88 0.12 0.54 -ignominieusement ignominieusement ADV 0.00 0.47 0.00 0.47 -ignominieuses ignominieux ADJ f p 0.39 0.88 0.01 0.07 -ignominieux ignominieux ADJ m s 0.39 0.88 0.26 0.27 -ignora ignorer VER 156.55 108.45 0.26 1.49 ind:pas:3s; -ignorai ignorer VER 156.55 108.45 0.02 0.14 ind:pas:1s; -ignoraient ignorer VER 156.55 108.45 1.20 4.46 ind:imp:3p; -ignorais ignorer VER 156.55 108.45 24.82 10.61 ind:imp:1s;ind:imp:2s; -ignorait ignorer VER 156.55 108.45 5.32 26.01 ind:imp:3s; -ignorance ignorance NOM f s 6.54 16.82 6.54 16.35 -ignorances ignorance NOM f p 6.54 16.82 0.00 0.47 -ignorant ignorant ADJ m s 3.90 6.22 1.79 2.50 -ignorante ignorant ADJ f s 3.90 6.22 0.61 1.55 -ignorantes ignorant ADJ f p 3.90 6.22 0.15 0.41 -ignorantins ignorantin ADJ m p 0.00 0.14 0.00 0.14 -ignorants ignorant NOM m p 3.41 3.45 1.36 1.08 -ignorassent ignorer VER 156.55 108.45 0.00 0.07 sub:imp:3p; -ignore ignorer VER 156.55 108.45 76.78 22.97 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -ignorent ignorer VER 156.55 108.45 5.09 5.07 ind:pre:3p; -ignorer ignorer VER 156.55 108.45 13.04 16.89 inf; -ignorera ignorer VER 156.55 108.45 0.31 0.27 ind:fut:3s; -ignorerai ignorer VER 156.55 108.45 0.13 0.41 ind:fut:1s; -ignoreraient ignorer VER 156.55 108.45 0.01 0.00 cnd:pre:3p; -ignorerais ignorer VER 156.55 108.45 0.15 0.00 cnd:pre:1s;cnd:pre:2s; -ignorerait ignorer VER 156.55 108.45 0.04 0.27 cnd:pre:3s; -ignoreras ignorer VER 156.55 108.45 0.04 0.00 ind:fut:2s; -ignoreriez ignorer VER 156.55 108.45 0.09 0.00 cnd:pre:2p; -ignorerons ignorer VER 156.55 108.45 0.02 0.00 ind:fut:1p; -ignoreront ignorer VER 156.55 108.45 0.10 0.00 ind:fut:3p; -ignores ignorer VER 156.55 108.45 5.89 1.42 ind:pre:2s;sub:pre:2s; -ignorez ignorer VER 156.55 108.45 9.84 2.50 imp:pre:2p;ind:pre:2p; -ignoriez ignorer VER 156.55 108.45 1.84 0.61 ind:imp:2p;sub:pre:2p; -ignorions ignorer VER 156.55 108.45 0.73 1.49 ind:imp:1p; -ignorons ignorer VER 156.55 108.45 4.50 1.28 imp:pre:1p;ind:pre:1p; -ignorât ignorer VER 156.55 108.45 0.00 0.54 sub:imp:3s; -ignorèrent ignorer VER 156.55 108.45 0.00 0.20 ind:pas:3p; -ignoré ignorer VER m s 156.55 108.45 3.36 3.58 par:pas; -ignorée ignorer VER f s 156.55 108.45 0.70 1.28 par:pas; -ignorées ignorer VER f p 156.55 108.45 0.14 0.34 par:pas; -ignorés ignorer VER m p 156.55 108.45 0.41 0.74 par:pas; -igné igné ADJ m s 0.02 0.20 0.00 0.20 -ignée igné ADJ f s 0.02 0.20 0.02 0.00 -iguane iguane NOM m s 0.69 0.74 0.63 0.20 -iguanes iguane NOM m p 0.69 0.74 0.06 0.54 -iguanodon iguanodon NOM m s 0.00 0.14 0.00 0.07 -iguanodons iguanodon NOM m p 0.00 0.14 0.00 0.07 -igue igue NOM f s 0.01 0.07 0.01 0.00 -igues igue NOM f p 0.01 0.07 0.00 0.07 -ikebana ikebana NOM m s 0.02 0.07 0.02 0.07 -il il PRO:per m s 13222.93 15832.09 13222.93 15832.09 -iles ile NOM m p 1.25 0.20 1.25 0.20 -iliaque iliaque ADJ f s 0.14 0.20 0.14 0.07 -iliaques iliaque ADJ f p 0.14 0.20 0.01 0.14 -ilium ilium NOM m s 0.01 0.00 0.01 0.00 -illettrisme illettrisme NOM m s 0.05 0.07 0.05 0.07 -illettré illettré ADJ m s 1.54 1.01 1.04 0.41 -illettrée illettré ADJ f s 1.54 1.01 0.33 0.47 -illettrés illettré NOM m p 0.62 0.68 0.20 0.27 -illicite illicite ADJ s 1.07 1.42 0.44 0.74 -illicitement illicitement ADV 0.01 0.00 0.01 0.00 -illicites illicite ADJ p 1.07 1.42 0.63 0.68 -illico illico ADV 2.19 7.16 2.19 7.16 -illimité illimité ADJ m s 2.56 3.92 1.52 1.49 -illimitée illimité ADJ f s 2.56 3.92 0.60 1.69 -illimitées illimité ADJ f p 2.56 3.92 0.26 0.54 -illimités illimité ADJ m p 2.56 3.92 0.18 0.20 -illisible illisible ADJ s 0.83 6.76 0.68 5.68 -illisibles illisible ADJ p 0.83 6.76 0.14 1.08 -illogique illogique ADJ s 0.46 0.88 0.39 0.81 -illogiquement illogiquement ADV 0.00 0.07 0.00 0.07 -illogiques illogique ADJ p 0.46 0.88 0.07 0.07 -illogisme illogisme NOM m s 0.01 0.47 0.01 0.34 -illogismes illogisme NOM m p 0.01 0.47 0.00 0.14 -illégal illégal ADJ m s 19.88 1.76 11.93 0.88 -illégale illégal ADJ f s 19.88 1.76 4.03 0.47 -illégalement illégalement ADV 1.87 0.20 1.87 0.20 -illégales illégal ADJ f p 19.88 1.76 2.28 0.41 -illégalistes illégaliste NOM p 0.00 0.07 0.00 0.07 -illégalité illégalité NOM f s 0.55 0.81 0.55 0.81 -illégaux illégal ADJ m p 19.88 1.76 1.65 0.00 -illégitime illégitime ADJ s 1.52 0.95 1.18 0.61 -illégitimement illégitimement ADV 0.02 0.00 0.02 0.00 -illégitimes illégitime ADJ p 1.52 0.95 0.34 0.34 -illégitimité illégitimité NOM f s 0.04 0.20 0.04 0.20 -illumina illuminer VER 6.43 20.00 0.14 2.57 ind:pas:3s; -illuminaient illuminer VER 6.43 20.00 0.21 1.35 ind:imp:3p; -illuminait illuminer VER 6.43 20.00 0.27 3.11 ind:imp:3s; -illuminant illuminer VER 6.43 20.00 0.20 1.01 par:pre; -illuminateurs illuminateur NOM m p 0.00 0.07 0.00 0.07 -illumination illumination NOM f s 1.89 4.19 1.63 3.11 -illuminations illumination NOM f p 1.89 4.19 0.26 1.08 -illumine illuminer VER 6.43 20.00 2.10 2.97 imp:pre:2s;ind:pre:1s;ind:pre:3s; -illuminent illuminer VER 6.43 20.00 0.36 0.54 ind:pre:3p; -illuminer illuminer VER 6.43 20.00 1.12 1.08 inf; -illuminera illuminer VER 6.43 20.00 0.17 0.07 ind:fut:3s; -illuminerai illuminer VER 6.43 20.00 0.02 0.00 ind:fut:1s; -illuminerait illuminer VER 6.43 20.00 0.00 0.20 cnd:pre:3s; -illumineront illuminer VER 6.43 20.00 0.01 0.07 ind:fut:3p; -illuminez illuminer VER 6.43 20.00 0.17 0.00 imp:pre:2p; -illuministes illuministe ADJ f p 0.00 0.07 0.00 0.07 -illuminèrent illuminer VER 6.43 20.00 0.00 0.47 ind:pas:3p; -illuminé illuminer VER m s 6.43 20.00 1.05 2.91 par:pas; -illuminée illuminer VER f s 6.43 20.00 0.56 2.03 par:pas; -illuminées illuminé ADJ f p 0.60 7.57 0.01 1.08 -illuminés illuminé NOM m p 0.80 2.50 0.16 0.81 -illusion illusion NOM f s 19.14 47.36 11.19 30.27 -illusionnait illusionner VER 0.25 1.01 0.00 0.20 ind:imp:3s; -illusionne illusionner VER 0.25 1.01 0.05 0.27 imp:pre:2s;ind:pre:1s;ind:pre:3s; -illusionnent illusionner VER 0.25 1.01 0.00 0.07 ind:pre:3p; -illusionner illusionner VER 0.25 1.01 0.10 0.41 inf; -illusionnez illusionner VER 0.25 1.01 0.10 0.07 imp:pre:2p;ind:pre:2p; -illusionnisme illusionnisme NOM m s 0.01 0.34 0.01 0.34 -illusionniste illusionniste NOM s 0.17 0.61 0.14 0.54 -illusionnistes illusionniste NOM p 0.17 0.61 0.04 0.07 -illusions illusion NOM f p 19.14 47.36 7.95 17.09 -illusoire illusoire ADJ s 0.95 5.81 0.81 4.59 -illusoirement illusoirement ADV 0.00 0.14 0.00 0.14 -illusoires illusoire ADJ p 0.95 5.81 0.15 1.22 -illustra illustrer VER 2.59 11.55 0.04 0.27 ind:pas:3s; -illustraient illustrer VER 2.59 11.55 0.01 0.61 ind:imp:3p; -illustrait illustrer VER 2.59 11.55 0.04 0.68 ind:imp:3s; -illustrant illustrer VER 2.59 11.55 0.08 1.15 par:pre; -illustrateur illustrateur NOM m s 0.15 0.20 0.10 0.20 -illustration illustration NOM f s 1.37 7.91 0.67 4.86 -illustrations illustration NOM f p 1.37 7.91 0.70 3.04 -illustratrice illustrateur NOM f s 0.15 0.20 0.05 0.00 -illustre illustre ADJ s 4.38 9.66 2.60 6.22 -illustrement illustrement ADV 0.00 0.20 0.00 0.20 -illustrent illustrer VER 2.59 11.55 0.08 0.54 ind:pre:3p; -illustrer illustrer VER 2.59 11.55 1.08 3.18 inf; -illustrera illustrer VER 2.59 11.55 0.01 0.07 ind:fut:3s; -illustrerai illustrer VER 2.59 11.55 0.01 0.00 ind:fut:1s; -illustrerait illustrer VER 2.59 11.55 0.01 0.07 cnd:pre:3s; -illustres illustre ADJ p 4.38 9.66 1.78 3.45 -illustrions illustrer VER 2.59 11.55 0.00 0.07 ind:imp:1p; -illustrissime illustrissime ADJ f s 0.00 0.54 0.00 0.27 -illustrissimes illustrissime ADJ f p 0.00 0.54 0.00 0.27 -illustré illustré ADJ m s 0.74 2.77 0.10 1.55 -illustrée illustrer VER f s 2.59 11.55 0.34 0.61 par:pas; -illustrées illustré ADJ f p 0.74 2.77 0.15 0.07 -illustrés illustré ADJ m p 0.74 2.77 0.39 0.74 -ilote ilote NOM m s 0.00 0.61 0.00 0.27 -ilotes ilote NOM m p 0.00 0.61 0.00 0.34 -ilotisme ilotisme NOM m s 0.14 0.00 0.14 0.00 -ils ils PRO:per m p 3075.07 2809.53 3075.07 2809.53 -iléaux iléal ADJ m p 0.01 0.00 0.01 0.00 -iléus iléus NOM m 0.03 0.00 0.03 0.00 -image image NOM f s 82.13 188.92 51.34 119.39 -imageant imager VER 0.73 1.76 0.01 0.00 par:pre; -imager imager VER 0.73 1.76 0.02 0.07 inf; -imagerie imagerie NOM f s 0.54 2.09 0.54 1.89 -imageries imagerie NOM f p 0.54 2.09 0.00 0.20 -images image NOM f p 82.13 188.92 30.79 69.53 -imageur imageur NOM m s 0.03 0.00 0.02 0.00 -imageurs imageur NOM m p 0.03 0.00 0.01 0.00 -imagier imagier NOM m s 0.00 1.01 0.00 0.27 -imagiers imagier NOM m p 0.00 1.01 0.00 0.74 -imagina imaginer VER 194.28 241.15 0.29 8.78 ind:pas:3s; -imaginable imaginable ADJ s 0.79 2.36 0.20 1.08 -imaginables imaginable ADJ p 0.79 2.36 0.58 1.28 -imaginai imaginer VER 194.28 241.15 0.05 3.72 ind:pas:1s; -imaginaient imaginer VER 194.28 241.15 0.27 2.91 ind:imp:3p; -imaginaire imaginaire ADJ s 5.34 19.32 3.80 12.36 -imaginairement imaginairement ADV 0.00 0.14 0.00 0.14 -imaginaires imaginaire ADJ p 5.34 19.32 1.54 6.96 -imaginais imaginer VER 194.28 241.15 11.64 19.66 ind:imp:1s;ind:imp:2s; -imaginait imaginer VER 194.28 241.15 1.63 27.84 ind:imp:3s; -imaginant imaginer VER 194.28 241.15 0.78 7.57 par:pre; -imaginatif imaginatif ADJ m s 0.75 2.09 0.44 1.08 -imaginatifs imaginatif ADJ m p 0.75 2.09 0.02 0.34 -imagination imagination NOM f s 27.64 48.58 27.14 45.81 -imaginations imagination NOM f p 27.64 48.58 0.50 2.77 -imaginative imaginatif ADJ f s 0.75 2.09 0.15 0.54 -imaginatives imaginatif ADJ f p 0.75 2.09 0.14 0.14 -imagine imaginer VER 194.28 241.15 77.33 53.58 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:1s;sub:pre:3s; -imaginent imaginer VER 194.28 241.15 2.05 4.46 ind:pre:3p; -imaginer imaginer VER 194.28 241.15 37.09 64.26 inf; -imaginerai imaginer VER 194.28 241.15 0.08 0.14 ind:fut:1s; -imagineraient imaginer VER 194.28 241.15 0.23 0.41 cnd:pre:3p; -imaginerais imaginer VER 194.28 241.15 0.03 0.27 cnd:pre:1s; -imaginerait imaginer VER 194.28 241.15 0.13 0.81 cnd:pre:3s; -imagineras imaginer VER 194.28 241.15 0.05 0.00 ind:fut:2s; -imaginerez imaginer VER 194.28 241.15 0.20 0.00 ind:fut:2p; -imagineriez imaginer VER 194.28 241.15 0.00 0.07 cnd:pre:2p; -imaginerons imaginer VER 194.28 241.15 0.00 0.07 ind:fut:1p; -imagineront imaginer VER 194.28 241.15 0.04 0.14 ind:fut:3p; -imagines imaginer VER 194.28 241.15 19.91 9.46 ind:pre:2s;sub:pre:2s; -imaginez imaginer VER 194.28 241.15 23.35 10.54 imp:pre:2p;ind:pre:2p; -imaginiez imaginer VER 194.28 241.15 0.86 0.41 ind:imp:2p;sub:pre:2p; -imaginions imaginer VER 194.28 241.15 0.48 1.55 ind:imp:1p; -imaginâmes imaginer VER 194.28 241.15 0.00 0.14 ind:pas:1p; -imaginons imaginer VER 194.28 241.15 2.80 0.74 imp:pre:1p;ind:pre:1p; -imaginât imaginer VER 194.28 241.15 0.00 0.20 sub:imp:3s; -imaginèrent imaginer VER 194.28 241.15 0.02 0.41 ind:pas:3p; -imaginé imaginer VER m s 194.28 241.15 13.33 18.38 par:pas; -imaginée imaginer VER f s 194.28 241.15 1.34 2.77 par:pas; -imaginées imaginer VER f p 194.28 241.15 0.09 1.01 par:pas; -imaginés imaginer VER m p 194.28 241.15 0.21 0.88 par:pas; -imago imago NOM m s 0.00 0.07 0.00 0.07 -imagé imagé ADJ m s 0.10 1.01 0.08 0.34 -imagée imagé ADJ f s 0.10 1.01 0.02 0.34 -imagées imager VER f p 0.73 1.76 0.01 0.07 par:pas; -imagés imagé ADJ m p 0.10 1.01 0.00 0.20 -imam imam NOM m s 1.27 0.34 1.11 0.14 -imams imam NOM m p 1.27 0.34 0.16 0.20 -iman iman NOM m s 0.02 0.07 0.02 0.07 -imbaisable imbaisable ADJ s 0.14 0.07 0.14 0.07 -imbattable imbattable ADJ s 2.12 2.43 1.86 2.03 -imbattables imbattable ADJ m p 2.12 2.43 0.27 0.41 -imberbe imberbe ADJ s 0.27 1.35 0.21 0.95 -imberbes imberbe ADJ p 0.27 1.35 0.06 0.41 -imbiba imbiber VER 1.28 7.36 0.00 0.14 ind:pas:3s; -imbibaient imbiber VER 1.28 7.36 0.00 0.20 ind:imp:3p; -imbibais imbiber VER 1.28 7.36 0.01 0.00 ind:imp:1s; -imbibait imbiber VER 1.28 7.36 0.00 0.61 ind:imp:3s; -imbibant imbiber VER 1.28 7.36 0.01 0.41 par:pre; -imbibe imbiber VER 1.28 7.36 0.03 0.54 ind:pre:3s; -imbiber imbiber VER 1.28 7.36 0.30 0.34 inf; -imbiberai imbiber VER 1.28 7.36 0.02 0.00 ind:fut:1s; -imbiberais imbiber VER 1.28 7.36 0.00 0.07 cnd:pre:1s; -imbiberait imbiber VER 1.28 7.36 0.01 0.07 cnd:pre:3s; -imbibition imbibition NOM f s 0.00 0.07 0.00 0.07 -imbibé imbiber VER m s 1.28 7.36 0.39 2.77 par:pas; -imbibée imbiber VER f s 1.28 7.36 0.27 1.15 par:pas; -imbibées imbibé ADJ f p 0.36 0.81 0.14 0.00 -imbibés imbiber VER m p 1.28 7.36 0.21 0.88 par:pas; -imbitable imbitable ADJ m s 0.03 0.07 0.01 0.07 -imbitables imbitable ADJ m p 0.03 0.07 0.02 0.00 -imbittable imbittable ADJ s 0.00 0.07 0.00 0.07 -imbrication imbrication NOM f s 0.00 0.61 0.00 0.47 -imbrications imbrication NOM f p 0.00 0.61 0.00 0.14 -imbriquaient imbriquer VER 0.23 1.35 0.00 0.07 ind:imp:3p; -imbriquait imbriquer VER 0.23 1.35 0.00 0.14 ind:imp:3s; -imbriquant imbriquer VER 0.23 1.35 0.00 0.14 par:pre; -imbrique imbriquer VER 0.23 1.35 0.04 0.20 ind:pre:3s; -imbriquent imbriquer VER 0.23 1.35 0.03 0.27 ind:pre:3p; -imbriquer imbriquer VER 0.23 1.35 0.10 0.07 inf; -imbriqué imbriqué ADJ m s 0.05 0.74 0.00 0.14 -imbriquée imbriquer VER f s 0.23 1.35 0.01 0.07 par:pas; -imbriquées imbriqué ADJ f p 0.05 0.74 0.03 0.47 -imbriqués imbriquer VER m p 0.23 1.35 0.04 0.20 par:pas; -imbrisable imbrisable ADJ s 0.01 0.00 0.01 0.00 -imbroglio imbroglio NOM m s 0.46 1.69 0.33 1.55 -imbroglios imbroglio NOM m p 0.46 1.69 0.13 0.14 -imbu imbu ADJ m s 0.56 1.42 0.41 0.88 -imbécile imbécile NOM s 43.42 30.68 35.01 20.47 -imbécilement imbécilement ADV 0.00 0.27 0.00 0.27 -imbéciles imbécile NOM p 43.42 30.68 8.42 10.20 -imbécillité imbécillité NOM f s 0.25 2.70 0.20 2.23 -imbécillités imbécillité NOM f p 0.25 2.70 0.05 0.47 -imbue imbu ADJ f s 0.56 1.42 0.09 0.27 -imbues imbu ADJ f p 0.56 1.42 0.01 0.07 -imbus imbu ADJ m p 0.56 1.42 0.05 0.20 -imbuvable imbuvable ADJ f s 0.60 0.47 0.60 0.47 -imidazole imidazole NOM m s 0.03 0.00 0.03 0.00 -imita imiter VER 14.69 41.35 0.01 3.51 ind:pas:3s; -imitable imitable ADJ m s 0.00 0.14 0.00 0.07 -imitables imitable ADJ m p 0.00 0.14 0.00 0.07 -imitai imiter VER 14.69 41.35 0.01 0.07 ind:pas:1s; -imitaient imiter VER 14.69 41.35 0.14 0.95 ind:imp:3p; -imitais imiter VER 14.69 41.35 0.45 0.81 ind:imp:1s;ind:imp:2s; -imitait imiter VER 14.69 41.35 0.45 4.12 ind:imp:3s; -imitant imiter VER 14.69 41.35 0.46 7.64 par:pre; -imitateur imitateur NOM m s 1.00 0.47 0.48 0.34 -imitateurs imitateur NOM m p 1.00 0.47 0.39 0.14 -imitation imitation NOM f s 4.25 7.30 3.33 5.68 -imitations imitation NOM f p 4.25 7.30 0.92 1.62 -imitative imitatif ADJ f s 0.00 0.20 0.00 0.14 -imitatives imitatif ADJ f p 0.00 0.20 0.00 0.07 -imitatrice imitateur NOM f s 1.00 0.47 0.13 0.00 -imite imiter VER 14.69 41.35 3.85 3.92 imp:pre:2s;ind:pre:1s;ind:pre:3s; -imitent imiter VER 14.69 41.35 0.78 0.95 ind:pre:3p; -imiter imiter VER 14.69 41.35 6.00 12.97 inf; -imitera imiter VER 14.69 41.35 0.11 0.07 ind:fut:3s; -imiterai imiter VER 14.69 41.35 0.05 0.07 ind:fut:1s; -imiteraient imiter VER 14.69 41.35 0.01 0.07 cnd:pre:3p; -imiterais imiter VER 14.69 41.35 0.01 0.07 cnd:pre:1s; -imiterait imiter VER 14.69 41.35 0.04 0.14 cnd:pre:3s; -imiteront imiter VER 14.69 41.35 0.08 0.07 ind:fut:3p; -imites imiter VER 14.69 41.35 0.70 0.07 ind:pre:2s; -imitez imiter VER 14.69 41.35 0.50 0.07 imp:pre:2p;ind:pre:2p; -imitiez imiter VER 14.69 41.35 0.04 0.07 ind:imp:2p; -imitions imiter VER 14.69 41.35 0.01 0.07 ind:imp:1p; -imitâmes imiter VER 14.69 41.35 0.00 0.07 ind:pas:1p; -imitons imiter VER 14.69 41.35 0.26 0.14 imp:pre:1p;ind:pre:1p; -imitât imiter VER 14.69 41.35 0.00 0.07 sub:imp:3s; -imitèrent imiter VER 14.69 41.35 0.00 1.08 ind:pas:3p; -imité imiter VER m s 14.69 41.35 0.40 2.57 par:pas; -imitée imiter VER f s 14.69 41.35 0.28 0.68 par:pas; -imitées imiter VER f p 14.69 41.35 0.02 0.41 par:pas; -imités imiter VER m p 14.69 41.35 0.03 0.68 par:pas; -immaculation immaculation NOM f s 0.00 0.54 0.00 0.54 -immaculé immaculé ADJ m s 2.29 9.39 1.05 2.84 -immaculée immaculé ADJ f s 2.29 9.39 0.66 3.85 -immaculées immaculé ADJ f p 2.29 9.39 0.27 1.08 -immaculés immaculé ADJ m p 2.29 9.39 0.32 1.62 -immanence immanence NOM f s 0.00 0.07 0.00 0.07 -immanent immanent ADJ m s 0.07 1.01 0.00 0.14 -immanente immanent ADJ f s 0.07 1.01 0.07 0.88 -immanentisme immanentisme NOM m s 0.00 0.07 0.00 0.07 -immangeable immangeable ADJ m s 0.74 0.68 0.69 0.54 -immangeables immangeable ADJ p 0.74 0.68 0.05 0.14 -immanquable immanquable ADJ s 0.04 0.14 0.04 0.07 -immanquablement immanquablement ADV 0.10 3.24 0.10 3.24 -immanquables immanquable ADJ p 0.04 0.14 0.00 0.07 -immarcescible immarcescible ADJ s 0.00 0.07 0.00 0.07 -immatriculation immatriculation NOM f s 4.64 0.95 4.13 0.88 -immatriculations immatriculation NOM f p 4.64 0.95 0.51 0.07 -immatriculer immatriculer VER 0.95 1.15 0.04 0.00 inf; -immatriculé immatriculé ADJ m s 1.68 0.07 0.28 0.00 -immatriculée immatriculé ADJ f s 1.68 0.07 1.40 0.07 -immatriculées immatriculer VER f p 0.95 1.15 0.03 0.27 par:pas; -immature immature ADJ s 2.98 0.27 2.42 0.20 -immatures immature ADJ p 2.98 0.27 0.56 0.07 -immatérialité immatérialité NOM f s 0.00 0.07 0.00 0.07 -immatériel immatériel ADJ m s 0.42 3.72 0.23 1.76 -immatérielle immatériel ADJ f s 0.42 3.72 0.17 1.49 -immatérielles immatériel ADJ f p 0.42 3.72 0.00 0.20 -immatériels immatériel ADJ m p 0.42 3.72 0.03 0.27 -immaturité immaturité NOM f s 0.48 0.34 0.48 0.34 -immense immense ADJ s 21.56 106.89 19.01 83.99 -immenses immense ADJ p 21.56 106.89 2.55 22.91 -immensité immensité NOM f s 1.53 8.45 1.52 7.97 -immensités immensité NOM f p 1.53 8.45 0.01 0.47 -immensément immensément ADV 0.39 2.30 0.39 2.30 -immensurable immensurable ADJ s 0.00 0.14 0.00 0.14 -immerge immerger VER 1.95 2.84 0.17 0.14 ind:pre:1s;ind:pre:3s; -immergea immerger VER 1.95 2.84 0.00 0.14 ind:pas:3s; -immergeait immerger VER 1.95 2.84 0.00 0.27 ind:imp:3s; -immergeant immerger VER 1.95 2.84 0.01 0.00 par:pre; -immergent immerger VER 1.95 2.84 0.00 0.07 ind:pre:3p; -immergeons immerger VER 1.95 2.84 0.10 0.00 imp:pre:1p; -immerger immerger VER 1.95 2.84 0.39 0.41 inf; -immergerons immerger VER 1.95 2.84 0.01 0.00 ind:fut:1p; -immergez immerger VER 1.95 2.84 0.03 0.00 imp:pre:2p; -immergiez immerger VER 1.95 2.84 0.00 0.07 ind:imp:2p; -immergèrent immerger VER 1.95 2.84 0.10 0.07 ind:pas:3p; -immergé immerger VER m s 1.95 2.84 0.67 0.81 par:pas; -immergée immerger VER f s 1.95 2.84 0.22 0.41 par:pas; -immergées immergé ADJ f p 0.29 1.42 0.11 0.34 -immergés immerger VER m p 1.95 2.84 0.25 0.27 par:pas; -immersion immersion NOM f s 1.29 1.15 1.29 1.15 -immettable immettable ADJ s 0.16 0.14 0.16 0.14 -immeuble immeuble NOM m s 30.03 68.78 24.54 50.88 -immeubles immeuble NOM m p 30.03 68.78 5.49 17.91 -immigrai immigrer VER 0.68 0.34 0.00 0.07 ind:pas:1s; -immigrant immigrant NOM m s 1.46 0.88 0.43 0.20 -immigrante immigrant NOM f s 1.46 0.88 0.06 0.00 -immigrants immigrant NOM m p 1.46 0.88 0.96 0.68 -immigration immigration NOM f s 4.91 0.81 4.91 0.81 -immigrer immigrer VER 0.68 0.34 0.29 0.07 inf; -immigré immigré NOM m s 1.54 2.84 0.42 0.20 -immigrée immigré ADJ f s 0.83 1.28 0.28 0.07 -immigrées immigré ADJ f p 0.83 1.28 0.01 0.20 -immigrés immigré NOM m p 1.54 2.84 1.02 2.50 -imminence imminence NOM f s 0.12 3.38 0.12 3.38 -imminent imminent ADJ m s 4.63 7.64 1.79 2.03 -imminente imminent ADJ f s 4.63 7.64 2.58 4.73 -imminentes imminent ADJ f p 4.63 7.64 0.17 0.41 -imminents imminent ADJ m p 4.63 7.64 0.08 0.47 -immisce immiscer VER 1.56 1.62 0.15 0.00 imp:pre:2s;ind:pre:1s;ind:pre:3s; -immiscent immiscer VER 1.56 1.62 0.07 0.07 ind:pre:3p; -immiscer immiscer VER 1.56 1.62 1.17 1.08 inf; -immiscerait immiscer VER 1.56 1.62 0.02 0.00 cnd:pre:3s; -immisces immiscer VER 1.56 1.62 0.01 0.00 ind:pre:2s; -immiscibles immiscible ADJ m p 0.00 0.07 0.00 0.07 -immiscé immiscer VER m s 1.56 1.62 0.06 0.07 par:pas; -immiscée immiscer VER f s 1.56 1.62 0.04 0.00 par:pas; -immisçaient immiscer VER 1.56 1.62 0.00 0.14 ind:imp:3p; -immisçait immiscer VER 1.56 1.62 0.01 0.14 ind:imp:3s; -immisçant immiscer VER 1.56 1.62 0.02 0.14 par:pre; -immixtion immixtion NOM f s 0.10 0.54 0.10 0.47 -immixtions immixtion NOM f p 0.10 0.54 0.00 0.07 -immobile immobile ADJ s 8.03 116.42 6.67 87.50 -immobiles immobile ADJ p 8.03 116.42 1.35 28.92 -immobilier immobilier ADJ m s 6.43 3.45 3.27 1.76 -immobiliers immobilier ADJ m p 6.43 3.45 1.13 0.47 -immobilisa immobiliser VER 3.23 30.27 0.00 8.24 ind:pas:3s; -immobilisai immobiliser VER 3.23 30.27 0.00 0.27 ind:pas:1s; -immobilisaient immobiliser VER 3.23 30.27 0.00 0.54 ind:imp:3p; -immobilisais immobiliser VER 3.23 30.27 0.00 0.14 ind:imp:1s; -immobilisait immobiliser VER 3.23 30.27 0.14 2.23 ind:imp:3s; -immobilisant immobiliser VER 3.23 30.27 0.01 1.76 par:pre; -immobilisation immobilisation NOM f s 0.08 0.34 0.08 0.27 -immobilisations immobilisation NOM f p 0.08 0.34 0.00 0.07 -immobilise immobiliser VER 3.23 30.27 0.53 2.91 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -immobilisent immobiliser VER 3.23 30.27 0.01 0.81 ind:pre:3p; -immobiliser immobiliser VER 3.23 30.27 0.75 2.91 imp:pre:2p;inf; -immobilisera immobiliser VER 3.23 30.27 0.07 0.07 ind:fut:3s; -immobiliserait immobiliser VER 3.23 30.27 0.01 0.07 cnd:pre:3s; -immobiliseront immobiliser VER 3.23 30.27 0.02 0.07 ind:fut:3p; -immobilises immobiliser VER 3.23 30.27 0.01 0.07 ind:pre:2s; -immobilisez immobiliser VER 3.23 30.27 0.24 0.00 imp:pre:2p; -immobilisme immobilisme NOM m s 0.04 0.27 0.04 0.27 -immobilisons immobiliser VER 3.23 30.27 0.00 0.07 ind:pre:1p; -immobilisèrent immobiliser VER 3.23 30.27 0.00 1.15 ind:pas:3p; -immobilisé immobiliser VER m s 3.23 30.27 0.61 3.58 par:pas; -immobilisée immobiliser VER f s 3.23 30.27 0.33 2.84 par:pas; -immobilisées immobiliser VER f p 3.23 30.27 0.02 0.41 par:pas; -immobilisés immobiliser VER m p 3.23 30.27 0.48 2.16 par:pas; -immobilière immobilier ADJ f s 6.43 3.45 1.75 0.81 -immobilières immobilier ADJ f p 6.43 3.45 0.28 0.41 -immobilité immobilité NOM f s 0.66 21.96 0.66 21.62 -immobilités immobilité NOM f p 0.66 21.96 0.00 0.34 -immodeste immodeste ADJ f s 0.13 0.20 0.13 0.07 -immodestes immodeste ADJ f p 0.13 0.20 0.00 0.14 -immodestie immodestie NOM f s 0.01 0.07 0.01 0.07 -immodéré immodéré ADJ m s 0.13 1.22 0.13 0.81 -immodérée immodéré ADJ f s 0.13 1.22 0.00 0.14 -immodérées immodéré ADJ f p 0.13 1.22 0.00 0.07 -immodérément immodérément ADV 0.00 0.20 0.00 0.20 -immodérés immodéré ADJ m p 0.13 1.22 0.00 0.20 -immola immoler VER 2.54 1.01 0.01 0.07 ind:pas:3s; -immolation immolation NOM f s 0.05 0.20 0.05 0.14 -immolations immolation NOM f p 0.05 0.20 0.00 0.07 -immole immoler VER 2.54 1.01 0.82 0.07 imp:pre:2s;ind:pre:1s;ind:pre:3s; -immolent immoler VER 2.54 1.01 0.03 0.00 ind:pre:3p; -immoler immoler VER 2.54 1.01 0.73 0.20 inf; -immolé immoler VER m s 2.54 1.01 0.77 0.41 par:pas; -immolée immoler VER f s 2.54 1.01 0.01 0.07 par:pas; -immolés immoler VER m p 2.54 1.01 0.17 0.20 par:pas; -immonde immonde ADJ s 5.12 6.28 4.48 4.12 -immondes immonde ADJ p 5.12 6.28 0.64 2.16 -immondice immondice NOM f s 0.46 2.36 0.02 0.14 -immondices immondice NOM f p 0.46 2.36 0.44 2.23 -immoral immoral ADJ m s 3.88 1.76 2.96 0.81 -immorale immoral ADJ f s 3.88 1.76 0.59 0.27 -immoralement immoralement ADV 0.27 0.00 0.27 0.00 -immorales immoral ADJ f p 3.88 1.76 0.07 0.14 -immoralisme immoralisme NOM m s 0.00 0.20 0.00 0.20 -immoraliste immoraliste NOM s 0.00 0.07 0.00 0.07 -immoralité immoralité NOM f s 0.67 0.61 0.67 0.61 -immoraux immoral ADJ m p 3.88 1.76 0.26 0.54 -immortalisa immortaliser VER 1.17 1.62 0.01 0.14 ind:pas:3s; -immortalisait immortaliser VER 1.17 1.62 0.00 0.20 ind:imp:3s; -immortalisant immortaliser VER 1.17 1.62 0.00 0.14 par:pre; -immortalisation immortalisation NOM f s 0.00 0.07 0.00 0.07 -immortalise immortaliser VER 1.17 1.62 0.09 0.00 imp:pre:2s;ind:pre:1s;ind:pre:3s; -immortaliser immortaliser VER 1.17 1.62 0.55 0.74 inf; -immortaliseraient immortaliser VER 1.17 1.62 0.01 0.00 cnd:pre:3p; -immortaliseront immortaliser VER 1.17 1.62 0.02 0.00 ind:fut:3p; -immortalisez immortaliser VER 1.17 1.62 0.01 0.00 imp:pre:2p; -immortalisé immortaliser VER m s 1.17 1.62 0.28 0.07 par:pas; -immortalisée immortaliser VER f s 1.17 1.62 0.03 0.14 par:pas; -immortalisées immortaliser VER f p 1.17 1.62 0.11 0.07 par:pas; -immortalisés immortaliser VER m p 1.17 1.62 0.06 0.14 par:pas; -immortalité immortalité NOM f s 3.67 4.53 3.67 4.46 -immortalités immortalité NOM f p 3.67 4.53 0.00 0.07 -immortel immortel ADJ m s 6.66 5.74 2.88 2.30 -immortelle immortel ADJ f s 6.66 5.74 2.12 1.89 -immortelles immortel ADJ f p 6.66 5.74 0.36 0.54 -immortels immortel ADJ m p 6.66 5.74 1.29 1.01 -immortifiées immortifié ADJ f p 0.00 0.07 0.00 0.07 -immotivée immotivé ADJ f s 0.01 0.14 0.00 0.07 -immotivés immotivé ADJ m p 0.01 0.14 0.01 0.07 -immuabilité immuabilité NOM f s 0.01 0.20 0.01 0.20 -immuable immuable ADJ s 1.64 9.80 1.24 7.84 -immuablement immuablement ADV 0.01 0.74 0.01 0.74 -immuables immuable ADJ p 1.64 9.80 0.40 1.96 -immédiat immédiat ADJ m s 9.77 24.59 4.59 9.59 -immédiate immédiat ADJ f s 9.77 24.59 4.19 10.61 -immédiatement immédiatement ADV 56.35 42.64 56.35 42.64 -immédiates immédiat ADJ f p 9.77 24.59 0.44 1.96 -immédiateté immédiateté NOM f s 0.02 0.07 0.02 0.07 -immédiats immédiat ADJ m p 9.77 24.59 0.54 2.43 -immémorial immémorial ADJ m s 0.04 4.93 0.00 1.89 -immémoriale immémorial ADJ f s 0.04 4.93 0.01 1.15 -immémoriales immémorial ADJ f p 0.04 4.93 0.01 1.01 -immémoriaux immémorial ADJ m p 0.04 4.93 0.02 0.88 -immune immun ADJ f s 0.01 0.07 0.01 0.07 -immunisait immuniser VER 1.96 0.68 0.00 0.14 ind:imp:3s; -immunisation immunisation NOM f s 0.08 0.07 0.08 0.07 -immunise immuniser VER 1.96 0.68 0.04 0.07 ind:pre:3s; -immunisent immuniser VER 1.96 0.68 0.03 0.00 ind:pre:3p; -immuniser immuniser VER 1.96 0.68 0.09 0.20 inf; -immunisé immuniser VER m s 1.96 0.68 0.97 0.20 par:pas; -immunisée immuniser VER f s 1.96 0.68 0.36 0.07 par:pas; -immunisés immuniser VER m p 1.96 0.68 0.48 0.00 par:pas; -immunitaire immunitaire ADJ s 1.73 0.54 1.64 0.20 -immunitaires immunitaire ADJ p 1.73 0.54 0.09 0.34 -immunité immunité NOM f s 2.99 1.42 2.92 1.42 -immunités immunité NOM f p 2.99 1.42 0.06 0.00 -immunodéficience immunodéficience NOM f s 0.04 0.00 0.04 0.00 -immunodéficitaire immunodéficitaire ADJ f s 0.03 0.00 0.03 0.00 -immunodéprimé immunodéprimé ADJ m s 0.02 0.00 0.02 0.00 -immunogène immunogène ADJ f s 0.00 0.14 0.00 0.14 -immunologie immunologie NOM f s 0.02 0.00 0.02 0.00 -immunologique immunologique ADJ s 0.05 0.07 0.05 0.07 -immunologiste immunologiste NOM s 0.09 0.00 0.09 0.00 -immunostimulant immunostimulant NOM m s 0.01 0.00 0.01 0.00 -immunothérapie immunothérapie NOM f s 0.01 0.00 0.01 0.00 -immérité immérité ADJ m s 0.24 0.88 0.20 0.27 -imméritée immérité ADJ f s 0.24 0.88 0.02 0.27 -imméritées immérité ADJ f p 0.24 0.88 0.00 0.20 -immérités immérité ADJ m p 0.24 0.88 0.03 0.14 -immutabilité immutabilité NOM f s 0.14 0.00 0.14 0.00 -impôt impôt NOM m s 15.14 6.55 2.67 1.76 -impôts impôt NOM m p 15.14 6.55 12.47 4.80 -impact impact NOM m s 9.54 2.50 8.36 2.30 -impacts impact NOM m p 9.54 2.50 1.19 0.20 -impair impair ADJ m s 0.58 1.08 0.20 0.68 -impaire impair ADJ f s 0.58 1.08 0.03 0.00 -impaires impair ADJ f p 0.58 1.08 0.00 0.14 -impairs impair ADJ m p 0.58 1.08 0.36 0.27 -impala impala NOM m s 0.19 1.22 0.17 1.01 -impalas impala NOM m p 0.19 1.22 0.02 0.20 -impalpabilité impalpabilité NOM f s 0.00 0.07 0.00 0.07 -impalpable impalpable ADJ s 0.60 5.27 0.60 3.72 -impalpablement impalpablement ADV 0.00 0.07 0.00 0.07 -impalpables impalpable ADJ p 0.60 5.27 0.00 1.55 -imparable imparable ADJ s 0.43 0.81 0.41 0.68 -imparablement imparablement ADV 0.00 0.07 0.00 0.07 -imparables imparable ADJ f p 0.43 0.81 0.02 0.14 -impardonnable impardonnable ADJ s 2.84 3.11 2.46 2.70 -impardonnablement impardonnablement ADV 0.00 0.07 0.00 0.07 -impardonnables impardonnable ADJ p 2.84 3.11 0.39 0.41 -imparfait imparfait ADJ m s 1.51 3.11 0.74 1.01 -imparfaite imparfait ADJ f s 1.51 3.11 0.23 1.22 -imparfaitement imparfaitement ADV 0.02 0.81 0.02 0.81 -imparfaites imparfait ADJ f p 1.51 3.11 0.13 0.20 -imparfaits imparfait ADJ m p 1.51 3.11 0.41 0.68 -impartageable impartageable ADJ s 0.00 0.07 0.00 0.07 -imparti imparti ADJ m s 0.27 0.07 0.27 0.07 -impartial impartial ADJ m s 1.72 1.28 0.81 0.74 -impartiale impartial ADJ f s 1.72 1.28 0.69 0.27 -impartialement impartialement ADV 0.04 0.34 0.04 0.34 -impartiales impartial ADJ f p 1.72 1.28 0.01 0.07 -impartialité impartialité NOM f s 0.32 0.95 0.32 0.95 -impartiaux impartial ADJ m p 1.72 1.28 0.22 0.20 -impartie impartir VER f s 0.19 0.95 0.00 0.14 par:pas; -impartir impartir VER 0.19 0.95 0.00 0.14 inf; -impartis impartir VER m p 0.19 0.95 0.00 0.27 par:pas; -impassable impassable ADJ s 0.02 0.00 0.02 0.00 -impasse impasse NOM f s 6.95 10.47 6.30 9.19 -impasses impasse NOM f p 6.95 10.47 0.65 1.28 -impassibilité impassibilité NOM f s 0.00 2.43 0.00 2.43 -impassible impassible ADJ s 1.48 11.49 1.29 9.66 -impassiblement impassiblement ADV 0.00 0.14 0.00 0.14 -impassibles impassible ADJ p 1.48 11.49 0.18 1.82 -impatiemment impatiemment ADV 0.79 2.50 0.79 2.50 -impatience impatience NOM f s 7.59 33.78 7.59 33.11 -impatiences impatience NOM f p 7.59 33.78 0.00 0.68 -impatiens impatiens NOM f 0.01 0.00 0.01 0.00 -impatient impatient ADJ m s 12.64 16.76 7.40 9.19 -impatienta impatienter VER 2.74 10.54 0.00 1.28 ind:pas:3s; -impatientai impatienter VER 2.74 10.54 0.01 0.14 ind:pas:1s; -impatientaient impatienter VER 2.74 10.54 0.01 0.47 ind:imp:3p; -impatientais impatienter VER 2.74 10.54 0.00 0.27 ind:imp:1s; -impatientait impatienter VER 2.74 10.54 0.18 2.43 ind:imp:3s; -impatientant impatienter VER 2.74 10.54 0.00 0.14 par:pre; -impatiente impatient ADJ f s 12.64 16.76 3.34 3.99 -impatientent impatienter VER 2.74 10.54 0.63 0.34 ind:pre:3p; -impatienter impatienter VER 2.74 10.54 0.72 0.95 inf; -impatienterait impatienter VER 2.74 10.54 0.00 0.07 cnd:pre:3s; -impatientes impatient ADJ f p 12.64 16.76 0.26 0.68 -impatientez impatienter VER 2.74 10.54 0.01 0.27 imp:pre:2p;ind:pre:2p; -impatients impatient ADJ m p 12.64 16.76 1.63 2.91 -impatientèrent impatienter VER 2.74 10.54 0.00 0.14 ind:pas:3p; -impatienté impatienter VER m s 2.74 10.54 0.01 0.81 par:pas; -impatientée impatienter VER f s 2.74 10.54 0.01 0.34 par:pas; -impatientés impatienter VER m p 2.74 10.54 0.01 0.00 par:pas; -impatronisait impatroniser VER 0.00 0.20 0.00 0.07 ind:imp:3s; -impatroniser impatroniser VER 0.00 0.20 0.00 0.07 inf; -impatronisé impatroniser VER m s 0.00 0.20 0.00 0.07 par:pas; -impavide impavide ADJ s 0.29 1.89 0.29 1.28 -impavides impavide ADJ f p 0.29 1.89 0.00 0.61 -impayable impayable ADJ m s 0.36 0.81 0.30 0.74 -impayables impayable ADJ p 0.36 0.81 0.06 0.07 -impayé impayé ADJ m s 0.96 0.47 0.11 0.00 -impayée impayé ADJ f s 0.96 0.47 0.23 0.20 -impayées impayé ADJ f p 0.96 0.47 0.35 0.14 -impayés impayé ADJ m p 0.96 0.47 0.27 0.14 -impeachment impeachment NOM m s 0.07 0.00 0.07 0.00 -impec impec ADJ 1.06 1.96 1.06 1.96 -impeccabilité impeccabilité NOM f s 0.00 0.07 0.00 0.07 -impeccable impeccable ADJ s 6.96 10.07 5.67 8.24 -impeccablement impeccablement ADV 0.09 2.64 0.09 2.64 -impeccables impeccable ADJ p 6.96 10.07 1.29 1.82 -impedimenta impedimenta NOM m p 0.00 0.07 0.00 0.07 -impensable impensable ADJ s 2.94 2.57 2.91 2.23 -impensables impensable ADJ f p 2.94 2.57 0.03 0.34 -impensé impensé ADJ m s 0.00 0.14 0.00 0.14 -imper imper NOM m s 2.08 2.91 1.95 2.50 -imperator imperator NOM m s 0.09 0.20 0.09 0.20 -imperceptible imperceptible ADJ s 0.61 15.27 0.45 12.16 -imperceptiblement imperceptiblement ADV 0.14 9.73 0.14 9.73 -imperceptibles imperceptible ADJ p 0.61 15.27 0.16 3.11 -imperfectible imperfectible ADJ s 0.01 0.00 0.01 0.00 -imperfection imperfection NOM f s 1.00 1.69 0.34 0.61 -imperfections imperfection NOM f p 1.00 1.69 0.66 1.08 -imperium imperium NOM m s 0.08 0.07 0.08 0.07 -imperméabilisant imperméabilisant NOM m s 0.01 0.00 0.01 0.00 -imperméabiliser imperméabiliser VER 0.23 0.00 0.01 0.00 inf; -imperméabilisé imperméabiliser VER m s 0.23 0.00 0.23 0.00 par:pas; -imperméabilité imperméabilité NOM f s 0.00 0.14 0.00 0.14 -imperméable imperméable NOM m s 2.14 11.62 1.95 10.14 -imperméables imperméable NOM m p 2.14 11.62 0.19 1.49 -impers imper NOM m p 2.08 2.91 0.13 0.41 -impersonnaliser impersonnaliser VER 0.01 0.00 0.01 0.00 inf; -impersonnalité impersonnalité NOM f s 0.00 0.34 0.00 0.34 -impersonnel impersonnel ADJ m s 0.86 5.00 0.68 1.82 -impersonnelle impersonnel ADJ f s 0.86 5.00 0.15 2.43 -impersonnelles impersonnel ADJ f p 0.86 5.00 0.01 0.27 -impersonnels impersonnel ADJ m p 0.86 5.00 0.03 0.47 -impertinemment impertinemment ADV 0.00 0.07 0.00 0.07 -impertinence impertinence NOM f s 0.47 1.69 0.34 1.35 -impertinences impertinence NOM f p 0.47 1.69 0.14 0.34 -impertinent impertinent ADJ m s 1.14 1.01 0.92 0.41 -impertinente impertinent ADJ f s 1.14 1.01 0.17 0.41 -impertinentes impertinent ADJ f p 1.14 1.01 0.04 0.20 -impertinents impertinent NOM m p 0.97 0.20 0.27 0.07 -imperturbable imperturbable ADJ s 0.18 6.42 0.15 5.54 -imperturbablement imperturbablement ADV 0.00 1.01 0.00 1.01 -imperturbables imperturbable ADJ p 0.18 6.42 0.04 0.88 -impie impie ADJ s 1.66 1.96 1.19 0.95 -impies impie NOM p 1.09 1.28 0.94 0.54 -impitoyable impitoyable ADJ s 5.34 10.68 4.40 8.18 -impitoyablement impitoyablement ADV 0.40 1.82 0.40 1.82 -impitoyables impitoyable ADJ p 5.34 10.68 0.94 2.50 -impiété impiété NOM f s 0.74 1.08 0.74 0.95 -impiétés impiété NOM f p 0.74 1.08 0.00 0.14 -implacabilité implacabilité NOM f s 0.02 0.07 0.02 0.07 -implacable implacable ADJ s 2.02 10.54 1.77 9.46 -implacablement implacablement ADV 0.11 0.20 0.11 0.20 -implacables implacable ADJ p 2.02 10.54 0.24 1.08 -implant implant NOM m s 5.11 0.14 2.00 0.00 -implanta implanter VER 3.39 2.64 0.14 0.07 ind:pas:3s; -implantable implantable ADJ m s 0.01 0.00 0.01 0.00 -implantaient implanter VER 3.39 2.64 0.00 0.14 ind:imp:3p; -implantais implanter VER 3.39 2.64 0.01 0.07 ind:imp:1s; -implantait implanter VER 3.39 2.64 0.00 0.14 ind:imp:3s; -implantant implanter VER 3.39 2.64 0.05 0.07 par:pre; -implantation implantation NOM f s 0.66 0.81 0.53 0.81 -implantations implantation NOM f p 0.66 0.81 0.12 0.00 -implante implanter VER 3.39 2.64 0.39 0.07 ind:pre:3s; -implantent implanter VER 3.39 2.64 0.05 0.14 ind:pre:3p; -implanter implanter VER 3.39 2.64 1.10 0.95 inf; -implantez implanter VER 3.39 2.64 0.04 0.00 imp:pre:2p;ind:pre:2p; -implantiez implanter VER 3.39 2.64 0.02 0.00 ind:imp:2p; -implantons implanter VER 3.39 2.64 0.05 0.00 imp:pre:1p;ind:pre:1p; -implants implant NOM m p 5.11 0.14 3.11 0.14 -implanté implanter VER m s 3.39 2.64 1.20 0.47 par:pas; -implantée implanter VER f s 3.39 2.64 0.17 0.20 par:pas; -implantées implanter VER f p 3.39 2.64 0.03 0.07 par:pas; -implantés implanter VER m p 3.39 2.64 0.14 0.27 par:pas; -implication implication NOM f s 2.96 1.01 2.01 0.27 -implications implication NOM f p 2.96 1.01 0.95 0.74 -implicite implicite ADJ s 0.26 1.28 0.23 1.08 -implicitement implicitement ADV 0.19 1.15 0.19 1.15 -implicites implicite ADJ p 0.26 1.28 0.03 0.20 -impliqua impliquer VER 36.80 12.09 0.11 0.07 ind:pas:3s; -impliquaient impliquer VER 36.80 12.09 0.05 0.27 ind:imp:3p; -impliquait impliquer VER 36.80 12.09 0.66 2.91 ind:imp:3s; -impliquant impliquer VER 36.80 12.09 1.37 1.08 par:pre; -implique impliquer VER 36.80 12.09 6.73 3.99 imp:pre:2s;ind:pre:1s;ind:pre:3s; -impliquent impliquer VER 36.80 12.09 0.60 0.61 ind:pre:3p; -impliquer impliquer VER 36.80 12.09 4.07 0.47 inf; -impliquera impliquer VER 36.80 12.09 0.07 0.07 ind:fut:3s; -impliquerai impliquer VER 36.80 12.09 0.04 0.00 ind:fut:1s; -impliquerais impliquer VER 36.80 12.09 0.04 0.00 cnd:pre:1s;cnd:pre:2s; -impliquerait impliquer VER 36.80 12.09 0.52 0.41 cnd:pre:3s; -impliquerons impliquer VER 36.80 12.09 0.01 0.00 ind:fut:1p; -impliqueront impliquer VER 36.80 12.09 0.01 0.00 ind:fut:3p; -impliquez impliquer VER 36.80 12.09 0.34 0.00 imp:pre:2p;ind:pre:2p; -impliquions impliquer VER 36.80 12.09 0.01 0.00 ind:imp:1p; -impliquons impliquer VER 36.80 12.09 0.04 0.00 imp:pre:1p;ind:pre:1p; -impliquât impliquer VER 36.80 12.09 0.00 0.14 sub:imp:3s; -impliqué impliquer VER m s 36.80 12.09 13.38 1.28 par:pas; -impliquée impliquer VER f s 36.80 12.09 4.05 0.34 par:pas; -impliquées impliquer VER f p 36.80 12.09 1.21 0.07 par:pas; -impliqués impliquer VER m p 36.80 12.09 3.46 0.41 par:pas; -implora implorer VER 11.88 8.11 0.13 1.08 ind:pas:3s; -implorai implorer VER 11.88 8.11 0.00 0.14 ind:pas:1s; -imploraient implorer VER 11.88 8.11 0.05 0.20 ind:imp:3p; -implorais implorer VER 11.88 8.11 0.06 0.14 ind:imp:1s;ind:imp:2s; -implorait implorer VER 11.88 8.11 0.30 1.15 ind:imp:3s; -implorant implorer VER 11.88 8.11 0.49 1.22 par:pre; -implorante implorant ADJ f s 0.50 3.31 0.04 1.15 -implorantes implorant ADJ f p 0.50 3.31 0.11 0.20 -implorants implorant ADJ m p 0.50 3.31 0.12 0.81 -imploration imploration NOM f s 0.01 1.01 0.01 0.88 -implorations imploration NOM f p 0.01 1.01 0.00 0.14 -implore implorer VER 11.88 8.11 5.87 1.28 imp:pre:2s;ind:pre:1s;ind:pre:3s; -implorent implorer VER 11.88 8.11 0.90 0.41 ind:pre:3p; -implorer implorer VER 11.88 8.11 1.75 1.76 inf; -implorera implorer VER 11.88 8.11 0.02 0.07 ind:fut:3s; -implorerai implorer VER 11.88 8.11 0.03 0.07 ind:fut:1s; -implorerais implorer VER 11.88 8.11 0.01 0.00 cnd:pre:2s; -implorerez implorer VER 11.88 8.11 0.04 0.00 ind:fut:2p; -imploreront implorer VER 11.88 8.11 0.01 0.00 ind:fut:3p; -implorez implorer VER 11.88 8.11 0.24 0.07 imp:pre:2p;ind:pre:2p; -imploriez implorer VER 11.88 8.11 0.14 0.07 ind:imp:2p; -implorons implorer VER 11.88 8.11 1.13 0.07 imp:pre:1p;ind:pre:1p; -implorèrent implorer VER 11.88 8.11 0.01 0.07 ind:pas:3p; -imploré implorer VER m s 11.88 8.11 0.52 0.34 par:pas; -implorée implorer VER f s 11.88 8.11 0.19 0.00 par:pas; -implose imploser VER 0.47 0.34 0.07 0.27 ind:pre:1s;ind:pre:3s; -implosent imploser VER 0.47 0.34 0.02 0.07 ind:pre:3p; -imploser imploser VER 0.47 0.34 0.32 0.00 inf; -implosera imploser VER 0.47 0.34 0.04 0.00 ind:fut:3s; -implosez imploser VER 0.47 0.34 0.01 0.00 ind:pre:2p; -implosif implosif ADJ m s 0.06 0.07 0.04 0.00 -implosifs implosif ADJ m p 0.06 0.07 0.01 0.07 -implosion implosion NOM f s 0.23 0.14 0.23 0.14 -implosive implosive NOM f s 0.00 0.07 0.00 0.07 -implosives implosif ADJ f p 0.06 0.07 0.01 0.00 -implémentation implémentation NOM f s 0.04 0.00 0.04 0.00 -implémenter implémenter VER 0.05 0.00 0.05 0.00 inf; -impoli impoli ADJ m s 4.76 0.68 3.32 0.47 -impolie impoli ADJ f s 4.76 0.68 0.95 0.20 -impoliment impoliment ADV 0.03 0.00 0.03 0.00 -impolis impoli ADJ m p 4.76 0.68 0.48 0.00 -impolitesse impolitesse NOM f s 1.01 0.88 1.00 0.81 -impolitesses impolitesse NOM f p 1.01 0.88 0.01 0.07 -impollu impollu ADJ m s 0.00 0.07 0.00 0.07 -impolluable impolluable ADJ f s 0.00 0.07 0.00 0.07 -impollué impollué ADJ m s 0.00 0.47 0.00 0.14 -impolluée impollué ADJ f s 0.00 0.47 0.00 0.14 -impolluées impollué ADJ f p 0.00 0.47 0.00 0.07 -impollués impollué ADJ m p 0.00 0.47 0.00 0.14 -impondérable impondérable NOM m s 0.10 0.61 0.03 0.20 -impondérables impondérable NOM m p 0.10 0.61 0.07 0.41 -impopulaire impopulaire ADJ s 1.14 0.14 0.95 0.07 -impopulaires impopulaire ADJ m p 1.14 0.14 0.19 0.07 -impopularité impopularité NOM f s 0.01 0.27 0.01 0.27 -import_export import_export NOM m s 0.47 0.41 0.47 0.41 -import import NOM m s 0.43 0.27 0.32 0.14 -importa importer VER 259.50 173.11 0.11 0.20 ind:pas:3s; -importable importable ADJ s 0.16 0.00 0.01 0.00 -importables importable ADJ p 0.16 0.00 0.15 0.00 -importaient importer VER 259.50 173.11 0.09 1.35 ind:imp:3p; -importait importer VER 259.50 173.11 2.25 15.68 ind:imp:3s; -importance importance NOM f s 57.32 75.81 57.32 75.54 -importances importance NOM f p 57.32 75.81 0.00 0.27 -important important ADJ m s 229.36 86.76 168.62 49.66 -importante important ADJ f s 229.36 86.76 35.29 18.31 -importantes important ADJ f p 229.36 86.76 13.80 8.99 -importants important ADJ m p 229.36 86.76 11.65 9.80 -importateur importateur NOM m s 0.24 0.34 0.19 0.27 -importateurs importateur NOM m p 0.24 0.34 0.05 0.07 -importation importation NOM f s 1.23 2.23 0.73 1.01 -importations importation NOM f p 1.23 2.23 0.50 1.22 -importe importer VER 259.50 173.11 251.39 151.08 imp:pre:2s;ind:pre:1s;ind:pre:3s; -importent importer VER 259.50 173.11 2.16 1.76 ind:pre:3p; -importer importer VER 259.50 173.11 1.01 0.68 inf; -importera importer VER 259.50 173.11 0.25 0.34 ind:fut:3s; -importeraient importer VER 259.50 173.11 0.01 0.00 cnd:pre:3p; -importerait importer VER 259.50 173.11 0.10 0.41 cnd:pre:3s; -importes importer VER 259.50 173.11 0.20 0.07 ind:pre:2s; -importât importer VER 259.50 173.11 0.00 0.07 sub:imp:3s; -imports import NOM m p 0.43 0.27 0.11 0.14 -importé importer VER m s 259.50 173.11 1.05 0.61 par:pas; -importée importé ADJ f s 1.45 0.54 0.26 0.20 -importées importer VER f p 259.50 173.11 0.28 0.27 par:pas; -importun importun NOM m s 0.36 1.82 0.32 1.01 -importuna importuner VER 4.66 3.38 0.00 0.07 ind:pas:3s; -importunaient importuner VER 4.66 3.38 0.00 0.20 ind:imp:3p; -importunais importuner VER 4.66 3.38 0.03 0.07 ind:imp:1s; -importunait importuner VER 4.66 3.38 0.14 0.68 ind:imp:3s; -importune importuner VER 4.66 3.38 0.51 0.20 imp:pre:2s;ind:pre:1s;ind:pre:3s; -importunent importuner VER 4.66 3.38 0.04 0.14 ind:pre:3p; -importuner importuner VER 4.66 3.38 2.79 0.95 inf; -importunerai importuner VER 4.66 3.38 0.07 0.00 ind:fut:1s; -importunerait importuner VER 4.66 3.38 0.01 0.00 cnd:pre:3s; -importunerez importuner VER 4.66 3.38 0.02 0.07 ind:fut:2p; -importunerons importuner VER 4.66 3.38 0.11 0.00 ind:fut:1p; -importunes importuner VER 4.66 3.38 0.27 0.00 ind:pre:2s; -importunez importuner VER 4.66 3.38 0.28 0.20 imp:pre:2p;ind:pre:2p; -importunités importunité NOM f p 0.00 0.20 0.00 0.20 -importunât importuner VER 4.66 3.38 0.00 0.07 sub:imp:3s; -importuns importun ADJ m p 0.70 2.23 0.16 0.20 -importuné importuner VER m s 4.66 3.38 0.14 0.47 par:pas; -importunée importuner VER f s 4.66 3.38 0.20 0.20 par:pas; -importunés importuner VER m p 4.66 3.38 0.06 0.07 par:pas; -importés importé ADJ m p 1.45 0.54 0.39 0.20 -imposa imposer VER 23.62 78.38 0.79 3.72 ind:pas:3s; -imposable imposable ADJ s 0.29 0.14 0.20 0.07 -imposables imposable ADJ m p 0.29 0.14 0.09 0.07 -imposai imposer VER 23.62 78.38 0.00 0.20 ind:pas:1s; -imposaient imposer VER 23.62 78.38 0.08 2.50 ind:imp:3p; -imposais imposer VER 23.62 78.38 0.04 0.68 ind:imp:1s;ind:imp:2s; -imposait imposer VER 23.62 78.38 1.07 14.66 ind:imp:3s; -imposant imposant ADJ m s 1.47 9.39 0.97 3.72 -imposante imposant ADJ f s 1.47 9.39 0.42 4.39 -imposantes imposant ADJ f p 1.47 9.39 0.05 0.95 -imposants imposant ADJ m p 1.47 9.39 0.03 0.34 -imposassent imposer VER 23.62 78.38 0.00 0.07 sub:imp:3p; -impose imposer VER 23.62 78.38 6.92 12.77 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:1s; -imposent imposer VER 23.62 78.38 1.62 4.12 ind:pre:3p; -imposer imposer VER 23.62 78.38 7.19 19.53 inf; -imposera imposer VER 23.62 78.38 0.27 0.47 ind:fut:3s; -imposerai imposer VER 23.62 78.38 0.23 0.14 ind:fut:1s; -imposeraient imposer VER 23.62 78.38 0.01 0.20 cnd:pre:3p; -imposerais imposer VER 23.62 78.38 0.03 0.07 cnd:pre:1s; -imposerait imposer VER 23.62 78.38 0.07 1.08 cnd:pre:3s; -imposerez imposer VER 23.62 78.38 0.03 0.00 ind:fut:2p; -imposerions imposer VER 23.62 78.38 0.00 0.14 cnd:pre:1p; -imposerons imposer VER 23.62 78.38 0.05 0.14 ind:fut:1p; -imposeront imposer VER 23.62 78.38 0.03 0.14 ind:fut:3p; -imposes imposer VER 23.62 78.38 0.35 0.34 ind:pre:2s; -imposez imposer VER 23.62 78.38 0.41 0.20 imp:pre:2p;ind:pre:2p; -imposiez imposer VER 23.62 78.38 0.00 0.14 ind:imp:2p; -imposition imposition NOM f s 0.69 0.41 0.69 0.34 -impositions imposition NOM f p 0.69 0.41 0.00 0.07 -imposons imposer VER 23.62 78.38 0.30 0.14 imp:pre:1p;ind:pre:1p; -imposât imposer VER 23.62 78.38 0.01 0.54 sub:imp:3s; -impossibilité impossibilité NOM f s 0.96 7.50 0.94 7.16 -impossibilités impossibilité NOM f p 0.96 7.50 0.02 0.34 -impossible impossible ADJ s 124.54 96.01 122.32 90.07 -impossibles impossible ADJ p 124.54 96.01 2.22 5.95 -imposte imposte NOM f s 0.01 0.68 0.01 0.68 -imposteur imposteur NOM m s 6.04 1.96 5.43 1.42 -imposteurs imposteur NOM m p 6.04 1.96 0.61 0.54 -imposèrent imposer VER 23.62 78.38 0.00 0.61 ind:pas:3p; -imposture imposture NOM f s 1.82 3.38 1.78 3.18 -impostures imposture NOM f p 1.82 3.38 0.04 0.20 -imposé imposer VER m s 23.62 78.38 2.46 6.42 par:pas; -imposée imposer VER f s 23.62 78.38 0.53 4.19 par:pas; -imposées imposer VER f p 23.62 78.38 0.52 1.62 par:pas; -imposés imposer VER m p 23.62 78.38 0.21 0.68 par:pas; -impotence impotence NOM f s 0.01 0.07 0.01 0.07 -impotent impotent ADJ m s 0.90 1.22 0.64 0.47 -impotente impotent ADJ f s 0.90 1.22 0.21 0.61 -impotentes impotent ADJ f p 0.90 1.22 0.00 0.07 -impotents impotent ADJ m p 0.90 1.22 0.05 0.07 -impraticabilité impraticabilité NOM f s 0.01 0.00 0.01 0.00 -impraticable impraticable ADJ s 0.33 1.35 0.15 0.95 -impraticables impraticable ADJ p 0.33 1.35 0.18 0.41 -impratique impratique ADJ s 0.00 0.07 0.00 0.07 -imprenable imprenable ADJ s 0.76 2.30 0.74 1.82 -imprenables imprenable ADJ p 0.76 2.30 0.02 0.47 -impresarii impresario NOM m p 0.39 2.36 0.00 0.14 -impresario impresario NOM m s 0.39 2.36 0.38 2.03 -impresarios impresario NOM m p 0.39 2.36 0.01 0.20 -imprescriptible imprescriptible ADJ s 0.02 0.41 0.01 0.27 -imprescriptibles imprescriptible ADJ m p 0.02 0.41 0.01 0.14 -impression impression NOM f s 90.19 155.27 88.30 146.28 -impressionna impressionner VER 24.98 24.26 0.01 1.49 ind:pas:3s; -impressionnable impressionnable ADJ s 1.02 0.68 0.78 0.68 -impressionnables impressionnable ADJ m p 1.02 0.68 0.24 0.00 -impressionnaient impressionner VER 24.98 24.26 0.00 0.61 ind:imp:3p; -impressionnais impressionner VER 24.98 24.26 0.14 0.00 ind:imp:1s;ind:imp:2s; -impressionnait impressionner VER 24.98 24.26 0.13 2.84 ind:imp:3s; -impressionnant impressionnant ADJ m s 15.91 9.86 12.98 4.59 -impressionnante impressionnant ADJ f s 15.91 9.86 2.09 3.78 -impressionnantes impressionnant ADJ f p 15.91 9.86 0.40 0.95 -impressionnants impressionnant ADJ m p 15.91 9.86 0.45 0.54 -impressionne impressionner VER 24.98 24.26 3.54 2.30 imp:pre:2s;ind:pre:1s;ind:pre:3s; -impressionnent impressionner VER 24.98 24.26 0.42 0.47 ind:pre:3p; -impressionner impressionner VER 24.98 24.26 5.97 4.66 inf; -impressionnera impressionner VER 24.98 24.26 0.26 0.00 ind:fut:3s; -impressionnerait impressionner VER 24.98 24.26 0.06 0.27 cnd:pre:3s; -impressionneras impressionner VER 24.98 24.26 0.02 0.00 ind:fut:2s; -impressionneront impressionner VER 24.98 24.26 0.00 0.07 ind:fut:3p; -impressionnes impressionner VER 24.98 24.26 0.82 0.07 ind:pre:1p;ind:pre:2s; -impressionnez impressionner VER 24.98 24.26 0.94 0.07 imp:pre:2p;ind:pre:2p; -impressionnisme impressionnisme NOM m s 0.16 0.20 0.16 0.20 -impressionniste impressionniste ADJ s 0.28 1.15 0.11 0.54 -impressionnistes impressionniste ADJ p 0.28 1.15 0.17 0.61 -impressionnât impressionner VER 24.98 24.26 0.00 0.07 sub:imp:3s; -impressionnèrent impressionner VER 24.98 24.26 0.00 0.07 ind:pas:3p; -impressionné impressionner VER m s 24.98 24.26 6.91 7.16 par:pas; -impressionnée impressionner VER f s 24.98 24.26 3.34 1.89 par:pas; -impressionnées impressionner VER f p 24.98 24.26 0.07 0.20 par:pas; -impressionnés impressionner VER m p 24.98 24.26 1.50 1.55 par:pas; -impressions impression NOM f p 90.19 155.27 1.89 8.99 -impressive impressif ADJ f s 0.03 0.00 0.03 0.00 -imprima imprimer VER 8.67 28.24 0.02 0.54 ind:pas:3s; -imprimable imprimable ADJ s 0.01 0.00 0.01 0.00 -imprimaient imprimer VER 8.67 28.24 0.03 0.68 ind:imp:3p; -imprimais imprimer VER 8.67 28.24 0.06 0.07 ind:imp:1s; -imprimait imprimer VER 8.67 28.24 0.03 2.23 ind:imp:3s; -imprimant imprimer VER 8.67 28.24 0.11 0.74 par:pre; -imprimante imprimante NOM f s 0.95 0.07 0.95 0.07 -imprimatur imprimatur NOM m 0.00 0.07 0.00 0.07 -imprime imprimer VER 8.67 28.24 1.82 1.55 imp:pre:2s;ind:pre:1s;ind:pre:3s; -impriment imprimer VER 8.67 28.24 0.31 0.47 ind:pre:3p; -imprimer imprimer VER 8.67 28.24 2.82 3.58 inf; -imprimera imprimer VER 8.67 28.24 0.03 0.14 ind:fut:3s; -imprimerai imprimer VER 8.67 28.24 0.04 0.00 ind:fut:1s; -imprimerait imprimer VER 8.67 28.24 0.01 0.07 cnd:pre:3s; -imprimeras imprimer VER 8.67 28.24 0.01 0.00 ind:fut:2s; -imprimerie imprimerie NOM f s 1.63 9.53 1.60 9.12 -imprimeries imprimerie NOM f p 1.63 9.53 0.03 0.41 -imprimerons imprimer VER 8.67 28.24 0.00 0.07 ind:fut:1p; -imprimeur imprimeur NOM m s 1.12 2.97 1.01 2.09 -imprimeurs imprimeur NOM m p 1.12 2.97 0.10 0.88 -imprimez imprimer VER 8.67 28.24 0.47 0.14 imp:pre:2p;ind:pre:2p; -imprimèrent imprimer VER 8.67 28.24 0.01 0.20 ind:pas:3p; -imprimé imprimer VER m s 8.67 28.24 1.79 7.91 par:pas; -imprimée imprimer VER f s 8.67 28.24 0.36 4.05 par:pas; -imprimées imprimer VER f p 8.67 28.24 0.22 2.84 par:pas; -imprimés imprimer VER m p 8.67 28.24 0.53 2.97 par:pas; -impro impro NOM f s 0.82 0.14 0.82 0.14 -improbabilité improbabilité NOM f s 0.11 0.20 0.11 0.20 -improbable improbable ADJ s 2.87 7.70 2.77 5.68 -improbables improbable ADJ p 2.87 7.70 0.09 2.03 -improductif improductif ADJ m s 0.85 0.54 0.20 0.20 -improductifs improductif ADJ m p 0.85 0.54 0.40 0.07 -improductive improductif ADJ f s 0.85 0.54 0.25 0.14 -improductives improductif ADJ f p 0.85 0.54 0.00 0.14 -impromptu impromptu ADJ m s 0.40 2.43 0.25 1.42 -impromptue impromptu ADJ f s 0.40 2.43 0.11 0.68 -impromptues impromptu ADJ f p 0.40 2.43 0.02 0.27 -impromptus impromptu NOM m p 0.14 0.61 0.14 0.07 -imprononcé imprononcé ADJ m s 0.00 0.07 0.00 0.07 -imprononçable imprononçable ADJ m s 0.19 0.47 0.16 0.41 -imprononçables imprononçable ADJ m p 0.19 0.47 0.02 0.07 -impropre impropre ADJ s 0.50 1.62 0.48 1.22 -improprement improprement ADV 0.11 0.07 0.11 0.07 -impropres impropre ADJ f p 0.50 1.62 0.02 0.41 -impropriétés impropriété NOM f p 0.00 0.14 0.00 0.14 -improuva improuver VER 0.00 0.07 0.00 0.07 ind:pas:3s; -improuvable improuvable ADJ s 0.03 0.00 0.03 0.00 -improvisa improviser VER 7.09 8.92 0.03 0.68 ind:pas:3s; -improvisade improvisade NOM f s 0.01 0.00 0.01 0.00 -improvisai improviser VER 7.09 8.92 0.00 0.07 ind:pas:1s; -improvisaient improviser VER 7.09 8.92 0.00 0.34 ind:imp:3p; -improvisais improviser VER 7.09 8.92 0.03 0.14 ind:imp:1s; -improvisait improviser VER 7.09 8.92 0.20 0.95 ind:imp:3s; -improvisant improviser VER 7.09 8.92 0.02 0.88 par:pre; -improvisateur improvisateur NOM m s 0.01 0.27 0.01 0.20 -improvisateurs improvisateur NOM m p 0.01 0.27 0.00 0.07 -improvisation improvisation NOM f s 0.91 3.78 0.72 2.70 -improvisations improvisation NOM f p 0.91 3.78 0.19 1.08 -improvise improviser VER 7.09 8.92 1.92 1.15 imp:pre:2s;ind:pre:1s;ind:pre:3s; -improvisent improviser VER 7.09 8.92 0.22 0.41 ind:pre:3p; -improviser improviser VER 7.09 8.92 2.79 1.42 inf; -improvisera improviser VER 7.09 8.92 0.21 0.14 ind:fut:3s; -improviserai improviser VER 7.09 8.92 0.19 0.00 ind:fut:1s; -improviserons improviser VER 7.09 8.92 0.01 0.00 ind:fut:1p; -improvisez improviser VER 7.09 8.92 0.14 0.00 imp:pre:2p;ind:pre:2p; -improvisions improviser VER 7.09 8.92 0.00 0.07 ind:imp:1p; -improvisons improviser VER 7.09 8.92 0.20 0.00 imp:pre:1p;ind:pre:1p; -improvisèrent improviser VER 7.09 8.92 0.00 0.14 ind:pas:3p; -improvisé improviser VER m s 7.09 8.92 0.82 1.28 par:pas; -improvisée improviser VER f s 7.09 8.92 0.26 0.34 par:pas; -improvisées improvisé ADJ f p 0.60 4.19 0.04 0.20 -improvisés improviser VER m p 7.09 8.92 0.04 0.54 par:pas; -imprègne imprégner VER 1.76 17.70 0.25 2.43 imp:pre:2s;ind:pre:1s;ind:pre:3s; -imprègnent imprégner VER 1.76 17.70 0.03 0.34 ind:pre:3p; -imprécateur imprécateur NOM m s 0.00 0.07 0.00 0.07 -imprécation imprécation NOM f s 0.12 3.38 0.11 0.34 -imprécations imprécation NOM f p 0.12 3.38 0.01 3.04 -imprécis imprécis ADJ m 0.36 7.36 0.28 2.77 -imprécisable imprécisable NOM s 0.00 0.20 0.00 0.20 -imprécise imprécis ADJ f s 0.36 7.36 0.07 2.97 -imprécises imprécis ADJ f p 0.36 7.36 0.01 1.62 -imprécision imprécision NOM f s 0.06 1.01 0.04 0.95 -imprécisions imprécision NOM f p 0.06 1.01 0.02 0.07 -imprudemment imprudemment ADV 0.34 1.28 0.34 1.28 -imprudence imprudence NOM f s 2.04 6.15 1.56 4.73 -imprudences imprudence NOM f p 2.04 6.15 0.48 1.42 -imprudent imprudent ADJ m s 4.34 4.80 3.10 2.50 -imprudente imprudent ADJ f s 4.34 4.80 0.87 1.22 -imprudentes imprudent ADJ f p 4.34 4.80 0.08 0.61 -imprudents imprudent ADJ m p 4.34 4.80 0.30 0.47 -imprégna imprégner VER 1.76 17.70 0.00 0.34 ind:pas:3s; -imprégnaient imprégner VER 1.76 17.70 0.02 0.61 ind:imp:3p; -imprégnais imprégner VER 1.76 17.70 0.00 0.07 ind:imp:1s; -imprégnait imprégner VER 1.76 17.70 0.12 1.96 ind:imp:3s; -imprégnant imprégner VER 1.76 17.70 0.00 0.41 par:pre; -imprégnation imprégnation NOM f s 0.01 0.68 0.01 0.54 -imprégnations imprégnation NOM f p 0.01 0.68 0.00 0.14 -imprégner imprégner VER 1.76 17.70 0.27 2.36 inf; -imprégnez imprégner VER 1.76 17.70 0.04 0.00 imp:pre:2p; -imprégnèrent imprégner VER 1.76 17.70 0.01 0.07 ind:pas:3p; -imprégné imprégner VER m s 1.76 17.70 0.63 4.19 par:pas; -imprégnée imprégner VER f s 1.76 17.70 0.10 2.09 par:pas; -imprégnées imprégner VER f p 1.76 17.70 0.10 1.28 par:pas; -imprégnés imprégner VER m p 1.76 17.70 0.18 1.55 par:pas; -impréparation impréparation NOM f s 0.00 0.14 0.00 0.14 -imprésario imprésario NOM m s 1.21 1.49 1.05 1.22 -imprésarios imprésario NOM m p 1.21 1.49 0.16 0.27 -imprésentable imprésentable ADJ s 0.00 0.20 0.00 0.14 -imprésentables imprésentable ADJ f p 0.00 0.20 0.00 0.07 -imprévisibilité imprévisibilité NOM f s 0.17 0.20 0.17 0.20 -imprévisible imprévisible ADJ s 4.92 12.43 4.01 7.30 -imprévisiblement imprévisiblement ADV 0.11 0.00 0.11 0.00 -imprévisibles imprévisible ADJ p 4.92 12.43 0.91 5.14 -imprévision imprévision NOM f s 0.00 0.07 0.00 0.07 -imprévoyance imprévoyance NOM f s 0.10 0.47 0.10 0.47 -imprévoyant imprévoyant ADJ m s 0.00 0.27 0.00 0.07 -imprévoyante imprévoyant ADJ f s 0.00 0.27 0.00 0.07 -imprévoyants imprévoyant ADJ m p 0.00 0.27 0.00 0.14 -imprévu imprévu NOM m s 3.22 5.47 2.67 4.86 -imprévue imprévu ADJ f s 2.72 8.99 1.56 3.18 -imprévues imprévu ADJ f p 2.72 8.99 0.28 0.95 -imprévus imprévu NOM m p 3.22 5.47 0.55 0.61 -impubliable impubliable ADJ s 0.01 0.34 0.01 0.27 -impubliables impubliable ADJ p 0.01 0.34 0.00 0.07 -impubère impubère ADJ f s 0.00 0.61 0.00 0.41 -impubères impubère ADJ p 0.00 0.61 0.00 0.20 -impécunieuse impécunieux ADJ f s 0.00 0.27 0.00 0.14 -impécunieux impécunieux ADJ m p 0.00 0.27 0.00 0.14 -impécuniosité impécuniosité NOM f s 0.00 0.07 0.00 0.07 -impédance impédance NOM f s 0.04 0.00 0.04 0.00 -impudemment impudemment ADV 0.13 0.27 0.13 0.27 -impudence impudence NOM f s 1.27 1.35 1.27 1.28 -impudences impudence NOM f p 1.27 1.35 0.00 0.07 -impudent impudent ADJ m s 1.13 1.35 0.47 0.61 -impudente impudent ADJ f s 1.13 1.35 0.30 0.47 -impudentes impudent ADJ f p 1.13 1.35 0.02 0.00 -impudents impudent ADJ m p 1.13 1.35 0.34 0.27 -impudeur impudeur NOM f s 0.25 4.19 0.25 4.05 -impudeurs impudeur NOM f p 0.25 4.19 0.00 0.14 -impudicité impudicité NOM f s 0.03 0.20 0.03 0.20 -impudique impudique ADJ s 0.65 3.04 0.63 2.23 -impudiquement impudiquement ADV 0.01 0.20 0.01 0.20 -impudiques impudique ADJ p 0.65 3.04 0.03 0.81 -impuissance impuissance NOM f s 2.50 16.62 2.50 16.28 -impuissances impuissance NOM f p 2.50 16.62 0.00 0.34 -impuissant impuissant ADJ m s 7.58 11.55 4.49 4.93 -impuissante impuissant ADJ f s 7.58 11.55 1.14 4.46 -impuissantes impuissant ADJ f p 7.58 11.55 0.23 0.34 -impuissants impuissant ADJ m p 7.58 11.55 1.72 1.82 -impulsif impulsif ADJ m s 2.24 1.96 1.40 1.28 -impulsifs impulsif ADJ m p 2.24 1.96 0.26 0.14 -impulsion impulsion NOM f s 4.58 8.38 3.00 6.01 -impulsions impulsion NOM f p 4.58 8.38 1.58 2.36 -impulsive impulsif ADJ f s 2.24 1.96 0.54 0.47 -impulsivement impulsivement ADV 0.07 0.34 0.07 0.34 -impulsives impulsif ADJ f p 2.24 1.96 0.04 0.07 -impulsivité impulsivité NOM f s 0.13 0.07 0.13 0.07 -impuni impuni ADJ m s 1.48 0.74 0.89 0.34 -impunie impuni ADJ f s 1.48 0.74 0.46 0.07 -impunis impuni ADJ m p 1.48 0.74 0.13 0.34 -impénitent impénitent ADJ m s 0.07 1.35 0.03 0.68 -impénitente impénitent ADJ f s 0.07 1.35 0.01 0.00 -impénitents impénitent ADJ m p 0.07 1.35 0.03 0.68 -impunité impunité NOM f s 0.93 1.42 0.93 1.42 -impunément impunément ADV 1.90 3.24 1.90 3.24 -impénétrabilité impénétrabilité NOM f s 0.00 0.20 0.00 0.20 -impénétrable impénétrable ADJ s 3.08 6.89 1.29 4.66 -impénétrables impénétrable ADJ p 3.08 6.89 1.79 2.23 -impur impur ADJ m s 3.91 4.53 1.44 2.23 -impératif impératif ADJ m s 1.38 3.78 1.21 1.55 -impératifs impératif NOM m p 0.69 3.04 0.32 1.22 -impérative impératif ADJ f s 1.38 3.78 0.16 1.35 -impérativement impérativement ADV 0.55 0.68 0.55 0.68 -impératives impératif ADJ f p 1.38 3.78 0.00 0.47 -impératrice impératrice NOM f s 3.03 6.35 2.96 6.08 -impératrices impératrice NOM f p 3.03 6.35 0.07 0.27 -impure impur ADJ f s 3.91 4.53 0.89 0.95 -impures impur ADJ f p 3.91 4.53 0.95 0.88 -impureté impureté NOM f s 0.71 1.42 0.41 1.01 -impuretés impureté NOM f p 0.71 1.42 0.31 0.41 -impérial impérial ADJ m s 6.77 19.12 2.10 7.64 -impériale impérial ADJ f s 6.77 19.12 4.21 7.77 -impériales impérial ADJ f p 6.77 19.12 0.13 2.09 -impérialisation impérialisation NOM f s 0.01 0.00 0.01 0.00 -impérialisme impérialisme NOM m s 0.64 1.35 0.64 1.35 -impérialiste impérialiste ADJ s 0.84 1.01 0.48 0.34 -impérialistes impérialiste ADJ p 0.84 1.01 0.35 0.68 -impériaux impérial ADJ m p 6.77 19.12 0.33 1.62 -impérieuse impérieux ADJ f s 0.54 12.09 0.03 4.66 -impérieusement impérieusement ADV 0.00 1.69 0.00 1.69 -impérieuses impérieux ADJ f p 0.54 12.09 0.13 0.88 -impérieux impérieux ADJ m 0.54 12.09 0.38 6.55 -impérissable impérissable ADJ s 0.11 2.03 0.09 1.55 -impérissables impérissable ADJ p 0.11 2.03 0.02 0.47 -impéritie impéritie NOM f s 0.00 0.20 0.00 0.20 -impurs impur ADJ m p 3.91 4.53 0.63 0.47 -imputable imputable ADJ s 0.03 0.74 0.02 0.54 -imputables imputable ADJ m p 0.03 0.74 0.01 0.20 -imputai imputer VER 0.90 2.77 0.00 0.07 ind:pas:1s; -imputaient imputer VER 0.90 2.77 0.02 0.20 ind:imp:3p; -imputais imputer VER 0.90 2.77 0.00 0.14 ind:imp:1s; -imputait imputer VER 0.90 2.77 0.00 0.41 ind:imp:3s; -imputant imputer VER 0.90 2.77 0.00 0.07 par:pre; -imputasse imputer VER 0.90 2.77 0.01 0.00 sub:imp:1s; -imputation imputation NOM f s 0.04 0.54 0.03 0.20 -imputations imputation NOM f p 0.04 0.54 0.01 0.34 -impute imputer VER 0.90 2.77 0.22 0.07 imp:pre:2s;ind:pre:1s;ind:pre:3s; -imputer imputer VER 0.90 2.77 0.26 0.81 inf; -imputera imputer VER 0.90 2.77 0.00 0.07 ind:fut:3s; -imputerai imputer VER 0.90 2.77 0.01 0.07 ind:fut:1s; -imputeront imputer VER 0.90 2.77 0.01 0.00 ind:fut:3p; -impétigo impétigo NOM m s 0.08 0.41 0.08 0.41 -imputât imputer VER 0.90 2.77 0.00 0.07 sub:imp:3s; -impétrant impétrant NOM m s 0.02 0.27 0.01 0.20 -impétrante impétrant NOM f s 0.02 0.27 0.00 0.07 -impétrants impétrant NOM m p 0.02 0.27 0.01 0.00 -imputrescible imputrescible ADJ s 0.00 0.47 0.00 0.41 -imputrescibles imputrescible ADJ m p 0.00 0.47 0.00 0.07 -imputèrent imputer VER 0.90 2.77 0.00 0.14 ind:pas:3p; -imputé imputer VER m s 0.90 2.77 0.03 0.14 par:pas; -imputée imputer VER f s 0.90 2.77 0.30 0.27 par:pas; -imputées imputer VER f p 0.90 2.77 0.01 0.07 par:pas; -impétueuse impétueux ADJ f s 1.44 2.97 0.55 0.81 -impétueusement impétueusement ADV 0.01 0.41 0.01 0.41 -impétueuses impétueux ADJ f p 1.44 2.97 0.00 0.14 -impétueux impétueux ADJ m 1.44 2.97 0.89 2.03 -impétuosité impétuosité NOM f s 0.18 0.95 0.18 0.95 -imputés imputer VER m p 0.90 2.77 0.03 0.20 par:pas; -in_bord in_bord ADJ m s 0.01 0.00 0.01 0.00 -in_bord in_bord NOM m s 0.01 0.00 0.01 0.00 -in_folio in_folio NOM m 0.00 0.61 0.00 0.61 -in_folios in_folios NOM m 0.00 0.20 0.00 0.20 -in_octavo in_octavo NOM m 0.01 0.34 0.01 0.34 -in_octavos in_octavos NOM m 0.00 0.07 0.00 0.07 -in_quarto in_quarto ADJ 0.00 0.07 0.00 0.07 -in_quarto in_quarto NOM m 0.00 0.07 0.00 0.07 -in_seize in_seize NOM m 0.00 0.07 0.00 0.07 -in_absentia in_absentia ADV 0.02 0.00 0.02 0.00 -in_abstracto in_abstracto ADV 0.00 0.20 0.00 0.20 -in_anima_vili in_anima_vili ADV 0.00 0.07 0.00 0.07 -in_cauda_venenum in_cauda_venenum ADV 0.00 0.14 0.00 0.14 -in_extenso in_extenso ADV 0.00 0.54 0.00 0.54 -in_extremis in_extremis ADV 0.07 2.64 0.07 2.64 -in_memoriam in_memoriam ADV 0.15 0.00 0.15 0.00 -in_pace in_pace NOM m 0.16 0.07 0.16 0.07 -in_petto in_petto ADV 0.00 1.22 0.00 1.22 -in_utero in_utero ADJ f p 0.05 0.00 0.05 0.00 -in_utero in_utero ADV 0.05 0.00 0.05 0.00 -in_vino_veritas in_vino_veritas ADV 0.05 0.00 0.05 0.00 -in_vitro in_vitro ADJ 0.22 0.34 0.22 0.34 -in_vivo in_vivo ADV 0.00 0.07 0.00 0.07 -in in ADJ 47.17 11.62 47.17 11.62 -inabordable inabordable ADJ s 0.22 0.34 0.22 0.34 -inabouti inabouti ADJ m s 0.00 0.14 0.00 0.07 -inaboutie inabouti ADJ f s 0.00 0.14 0.00 0.07 -inacceptable inacceptable ADJ s 4.09 2.70 3.75 2.36 -inacceptables inacceptable ADJ p 4.09 2.70 0.33 0.34 -inaccessibilité inaccessibilité NOM f s 0.01 0.27 0.01 0.27 -inaccessible inaccessible ADJ s 2.74 10.88 2.32 8.04 -inaccessibles inaccessible ADJ p 2.74 10.88 0.42 2.84 -inaccompli inaccompli ADJ m s 0.04 0.47 0.03 0.34 -inaccomplis inaccompli ADJ m p 0.04 0.47 0.01 0.14 -inaccomplissement inaccomplissement NOM m s 0.00 0.07 0.00 0.07 -inaccoutumé inaccoutumé ADJ m s 0.02 0.61 0.02 0.20 -inaccoutumée inaccoutumé ADJ f s 0.02 0.61 0.00 0.34 -inaccoutumées inaccoutumé ADJ f p 0.02 0.61 0.00 0.07 -inachevé inachevé ADJ m s 3.44 7.09 1.24 3.04 -inachevée inachevé ADJ f s 3.44 7.09 1.73 2.57 -inachevées inachevé ADJ f p 3.44 7.09 0.18 0.95 -inachevés inachevé ADJ m p 3.44 7.09 0.29 0.54 -inachèvement inachèvement NOM m s 0.01 0.54 0.01 0.54 -inactif inactif ADJ m s 1.29 1.22 0.74 0.34 -inactifs inactif ADJ m p 1.29 1.22 0.39 0.14 -inaction inaction NOM f s 0.12 2.36 0.12 2.36 -inactivation inactivation NOM f s 0.01 0.00 0.01 0.00 -inactive inactif ADJ f s 1.29 1.22 0.12 0.61 -inactives inactif ADJ f p 1.29 1.22 0.04 0.14 -inactivité inactivité NOM f s 0.17 0.74 0.17 0.74 -inactivé inactivé ADJ m s 0.01 0.00 0.01 0.00 -inactuel inactuel ADJ m s 0.00 0.07 0.00 0.07 -inadaptable inadaptable ADJ s 0.00 0.07 0.00 0.07 -inadaptation inadaptation NOM f s 0.05 0.54 0.05 0.54 -inadapté inadapté ADJ m s 0.39 0.54 0.16 0.34 -inadaptée inadapté ADJ f s 0.39 0.54 0.05 0.07 -inadaptées inadapté ADJ f p 0.39 0.54 0.01 0.00 -inadaptés inadapté ADJ m p 0.39 0.54 0.17 0.14 -inadmissible inadmissible ADJ s 2.29 3.04 2.24 2.64 -inadmissibles inadmissible ADJ p 2.29 3.04 0.05 0.41 -inadéquat inadéquat ADJ m s 0.61 0.81 0.14 0.27 -inadéquate inadéquat ADJ f s 0.61 0.81 0.29 0.07 -inadéquatement inadéquatement ADV 0.01 0.00 0.01 0.00 -inadéquates inadéquat ADJ f p 0.61 0.81 0.04 0.07 -inadéquation inadéquation NOM f s 0.01 0.07 0.01 0.07 -inadéquats inadéquat ADJ m p 0.61 0.81 0.15 0.41 -inadvertance inadvertance NOM f s 0.58 1.55 0.58 1.49 -inadvertances inadvertance NOM f p 0.58 1.55 0.00 0.07 -inaliénable inaliénable ADJ s 0.16 0.14 0.11 0.07 -inaliénables inaliénable ADJ m p 0.16 0.14 0.05 0.07 -inaltérable inaltérable ADJ s 0.58 5.14 0.47 4.66 -inaltérables inaltérable ADJ p 0.58 5.14 0.11 0.47 -inaltéré inaltéré ADJ m s 0.03 0.34 0.01 0.14 -inaltérée inaltéré ADJ f s 0.03 0.34 0.02 0.07 -inaltérées inaltéré ADJ f p 0.03 0.34 0.00 0.07 -inaltérés inaltéré ADJ m p 0.03 0.34 0.00 0.07 -inamical inamical ADJ m s 0.23 0.41 0.04 0.34 -inamicale inamical ADJ f s 0.23 0.41 0.17 0.07 -inamicaux inamical ADJ m p 0.23 0.41 0.02 0.00 -inamovible inamovible ADJ s 0.17 0.95 0.16 0.41 -inamovibles inamovible ADJ p 0.17 0.95 0.01 0.54 -inanalysable inanalysable ADJ f s 0.00 0.34 0.00 0.07 -inanalysables inanalysable ADJ p 0.00 0.34 0.00 0.27 -inane inane ADJ s 0.00 0.07 0.00 0.07 -inanimation inanimation NOM f s 0.00 0.07 0.00 0.07 -inanimé inanimé ADJ m s 0.94 3.11 0.48 1.62 -inanimée inanimé ADJ f s 0.94 3.11 0.12 0.74 -inanimées inanimé ADJ f p 0.94 3.11 0.03 0.20 -inanimés inanimé ADJ m p 0.94 3.11 0.32 0.54 -inanition inanition NOM f s 0.02 1.62 0.02 1.62 -inanité inanité NOM f s 0.14 1.28 0.14 1.28 -inapaisable inapaisable ADJ s 0.00 0.47 0.00 0.47 -inapaisée inapaisé ADJ f s 0.01 0.14 0.00 0.07 -inapaisées inapaisé ADJ f p 0.01 0.14 0.00 0.07 -inapaisés inapaisé ADJ m p 0.01 0.14 0.01 0.00 -inaperçu inaperçu ADJ m s 3.37 7.57 1.66 2.91 -inaperçue inaperçu ADJ f s 3.37 7.57 0.81 2.97 -inaperçues inaperçu ADJ f p 3.37 7.57 0.23 0.68 -inaperçus inaperçu ADJ m p 3.37 7.57 0.68 1.01 -inapplicable inapplicable ADJ s 0.03 0.07 0.02 0.00 -inapplicables inapplicable ADJ m p 0.03 0.07 0.01 0.07 -inapplication inapplication NOM f s 0.00 0.07 0.00 0.07 -inapprivoisables inapprivoisable ADJ p 0.00 0.07 0.00 0.07 -inapprochable inapprochable ADJ s 0.04 0.00 0.04 0.00 -inapproprié inapproprié ADJ m s 1.59 0.07 0.86 0.00 -inappropriée inapproprié ADJ f s 1.59 0.07 0.52 0.07 -inappropriées inapproprié ADJ f p 1.59 0.07 0.13 0.00 -inappropriés inapproprié ADJ m p 1.59 0.07 0.08 0.00 -inappréciable inappréciable ADJ s 0.00 0.68 0.00 0.61 -inappréciables inappréciable ADJ m p 0.00 0.68 0.00 0.07 -inappréciée inapprécié ADJ f s 0.01 0.00 0.01 0.00 -inappétence inappétence NOM f s 0.00 0.27 0.00 0.27 -inapte inapte ADJ s 2.00 2.03 1.30 1.55 -inaptes inapte ADJ m p 2.00 2.03 0.70 0.47 -inaptitude inaptitude NOM f s 0.30 1.01 0.29 1.01 -inaptitudes inaptitude NOM f p 0.30 1.01 0.01 0.00 -inarrangeable inarrangeable ADJ s 0.00 0.07 0.00 0.07 -inarticulé inarticulé ADJ m s 0.15 1.55 0.03 0.20 -inarticulée inarticulé ADJ f s 0.15 1.55 0.02 0.14 -inarticulées inarticulé ADJ f p 0.15 1.55 0.00 0.20 -inarticulés inarticulé ADJ m p 0.15 1.55 0.10 1.01 -inassimilable inassimilable ADJ s 0.00 0.14 0.00 0.07 -inassimilables inassimilable ADJ p 0.00 0.14 0.00 0.07 -inassouvi inassouvi ADJ m s 0.09 1.96 0.04 0.41 -inassouvie inassouvi ADJ f s 0.09 1.96 0.02 0.47 -inassouvies inassouvi ADJ f p 0.09 1.96 0.00 0.20 -inassouvis inassouvi ADJ m p 0.09 1.96 0.02 0.88 -inassouvissable inassouvissable ADJ m s 0.00 0.27 0.00 0.14 -inassouvissables inassouvissable ADJ p 0.00 0.27 0.00 0.14 -inassouvissement inassouvissement NOM m s 0.00 0.07 0.00 0.07 -inassurable inassurable ADJ s 0.02 0.00 0.02 0.00 -inattaquable inattaquable ADJ s 0.52 1.15 0.48 1.08 -inattaquables inattaquable ADJ m p 0.52 1.15 0.03 0.07 -inatteignable inatteignable ADJ m s 0.19 0.34 0.16 0.34 -inatteignables inatteignable ADJ p 0.19 0.34 0.04 0.00 -inattendu inattendu ADJ m s 6.10 25.14 3.58 10.41 -inattendue inattendu ADJ f s 6.10 25.14 1.90 10.41 -inattendues inattendu ADJ f p 6.10 25.14 0.43 2.16 -inattendus inattendu ADJ m p 6.10 25.14 0.20 2.16 -inattentif inattentif ADJ m s 0.17 1.62 0.16 0.88 -inattentifs inattentif ADJ m p 0.17 1.62 0.00 0.34 -inattention inattention NOM f s 0.52 2.30 0.52 2.30 -inattentive inattentif ADJ f s 0.17 1.62 0.01 0.27 -inattentives inattentif ADJ f p 0.17 1.62 0.00 0.14 -inattrapable inattrapable ADJ s 0.00 0.07 0.00 0.07 -inaudible inaudible ADJ s 5.34 3.65 4.68 2.23 -inaudibles inaudible ADJ p 5.34 3.65 0.66 1.42 -inaugura inaugurer VER 2.41 5.54 0.00 0.20 ind:pas:3s; -inaugurai inaugurer VER 2.41 5.54 0.00 0.20 ind:pas:1s; -inaugurais inaugurer VER 2.41 5.54 0.00 0.07 ind:imp:1s; -inaugurait inaugurer VER 2.41 5.54 0.04 0.81 ind:imp:3s; -inaugural inaugural ADJ m s 0.26 1.01 0.22 0.41 -inaugurale inaugural ADJ f s 0.26 1.01 0.04 0.54 -inaugurales inaugural ADJ f p 0.26 1.01 0.00 0.07 -inaugurant inaugurer VER 2.41 5.54 0.01 0.41 par:pre; -inauguration inauguration NOM f s 3.12 2.77 2.99 2.57 -inaugurations inauguration NOM f p 3.12 2.77 0.12 0.20 -inaugure inaugurer VER 2.41 5.54 0.86 0.54 imp:pre:2s;ind:pre:1s;ind:pre:3s; -inaugurer inaugurer VER 2.41 5.54 0.62 1.28 inf; -inaugurera inaugurer VER 2.41 5.54 0.23 0.00 ind:fut:3s; -inaugurions inaugurer VER 2.41 5.54 0.00 0.07 ind:imp:1p; -inaugurons inaugurer VER 2.41 5.54 0.01 0.14 imp:pre:1p;ind:pre:1p; -inaugurèrent inaugurer VER 2.41 5.54 0.00 0.14 ind:pas:3p; -inauguré inaugurer VER m s 2.41 5.54 0.55 1.15 par:pas; -inaugurée inaugurer VER f s 2.41 5.54 0.07 0.41 par:pas; -inaugurés inaugurer VER m p 2.41 5.54 0.01 0.14 par:pas; -inauthenticité inauthenticité NOM f s 0.00 0.07 0.00 0.07 -inaverti inaverti ADJ m s 0.00 0.07 0.00 0.07 -inavouable inavouable ADJ s 1.27 2.84 0.96 1.76 -inavouablement inavouablement ADV 0.00 0.07 0.00 0.07 -inavouables inavouable ADJ p 1.27 2.84 0.32 1.08 -inavoué inavoué ADJ m s 0.28 2.09 0.13 0.81 -inavouée inavoué ADJ f s 0.28 2.09 0.01 0.81 -inavouées inavoué ADJ f p 0.28 2.09 0.00 0.34 -inavoués inavoué ADJ m p 0.28 2.09 0.14 0.14 -inca inca ADJ 0.45 0.61 0.37 0.34 -incalculable incalculable ADJ s 0.94 2.09 0.77 1.55 -incalculables incalculable ADJ p 0.94 2.09 0.17 0.54 -incandescence incandescence NOM f s 0.06 1.15 0.06 1.01 -incandescences incandescence NOM f p 0.06 1.15 0.00 0.14 -incandescent incandescent ADJ m s 0.60 4.73 0.15 1.96 -incandescente incandescent ADJ f s 0.60 4.73 0.42 1.15 -incandescentes incandescent ADJ f p 0.60 4.73 0.01 1.15 -incandescents incandescent ADJ m p 0.60 4.73 0.02 0.47 -incantation incantation NOM f s 1.92 2.50 1.33 1.08 -incantations incantation NOM f p 1.92 2.50 0.59 1.42 -incantatoire incantatoire ADJ s 0.01 1.01 0.01 0.74 -incantatoires incantatoire ADJ p 0.01 1.01 0.00 0.27 -incantatrice incantateur NOM f s 0.00 0.07 0.00 0.07 -incapable incapable ADJ s 20.93 46.22 17.38 38.72 -incapables incapable ADJ p 20.93 46.22 3.55 7.50 -incapacitant incapacitant ADJ m s 0.07 0.07 0.05 0.07 -incapacitante incapacitant ADJ f s 0.07 0.07 0.01 0.00 -incapacitants incapacitant ADJ m p 0.07 0.07 0.01 0.00 -incapacité incapacité NOM f s 2.75 3.99 2.71 3.85 -incapacités incapacité NOM f p 2.75 3.99 0.04 0.14 -incarcère incarcérer VER 1.70 1.35 0.06 0.07 imp:pre:2s;ind:pre:3s; -incarcération incarcération NOM f s 0.84 0.81 0.84 0.81 -incarcérer incarcérer VER 1.70 1.35 0.24 0.07 inf; -incarcérez incarcérer VER 1.70 1.35 0.01 0.00 imp:pre:2p; -incarcéré incarcérer VER m s 1.70 1.35 1.19 0.74 par:pas; -incarcérée incarcérer VER f s 1.70 1.35 0.10 0.07 par:pas; -incarcérées incarcérer VER f p 1.70 1.35 0.01 0.07 par:pas; -incarcérés incarcérer VER m p 1.70 1.35 0.09 0.34 par:pas; -incarna incarner VER 3.31 16.28 0.00 0.20 ind:pas:3s; -incarnadines incarnadin ADJ f p 0.00 0.14 0.00 0.14 -incarnai incarner VER 3.31 16.28 0.00 0.07 ind:pas:1s; -incarnaient incarner VER 3.31 16.28 0.00 1.22 ind:imp:3p; -incarnais incarner VER 3.31 16.28 0.04 0.47 ind:imp:1s;ind:imp:2s; -incarnait incarner VER 3.31 16.28 0.15 4.32 ind:imp:3s; -incarnant incarner VER 3.31 16.28 0.20 0.88 par:pre; -incarnat incarnat NOM m s 0.02 0.41 0.02 0.41 -incarnation incarnation NOM f s 1.03 5.20 0.96 4.26 -incarnations incarnation NOM f p 1.03 5.20 0.07 0.95 -incarne incarner VER 3.31 16.28 1.28 2.70 imp:pre:2s;ind:pre:1s;ind:pre:3s; -incarnent incarner VER 3.31 16.28 0.12 0.54 ind:pre:3p; -incarner incarner VER 3.31 16.28 0.36 2.70 inf; -incarnera incarner VER 3.31 16.28 0.04 0.07 ind:fut:3s; -incarneraient incarner VER 3.31 16.28 0.00 0.07 cnd:pre:3p; -incarnerais incarner VER 3.31 16.28 0.01 0.00 cnd:pre:1s; -incarnerait incarner VER 3.31 16.28 0.01 0.07 cnd:pre:3s; -incarnerez incarner VER 3.31 16.28 0.01 0.00 ind:fut:2p; -incarnes incarner VER 3.31 16.28 0.17 0.07 ind:pre:2s; -incarnez incarner VER 3.31 16.28 0.08 0.00 ind:pre:2p; -incarniez incarner VER 3.31 16.28 0.01 0.00 ind:imp:2p; -incarnions incarner VER 3.31 16.28 0.00 0.20 ind:imp:1p; -incarnât incarner VER 3.31 16.28 0.01 0.07 sub:imp:3s; -incarné incarné ADJ m s 1.69 1.22 0.98 0.47 -incarnée incarné ADJ f s 1.69 1.22 0.63 0.61 -incarnées incarné ADJ f p 1.69 1.22 0.01 0.14 -incarnés incarné ADJ m p 1.69 1.22 0.06 0.00 -incartade incartade NOM f s 0.11 2.03 0.11 0.81 -incartades incartade NOM f p 0.11 2.03 0.00 1.22 -incas inca ADJ p 0.45 0.61 0.09 0.27 -incassable incassable ADJ s 0.88 0.88 0.80 0.54 -incassables incassable ADJ p 0.88 0.88 0.08 0.34 -incendia incendier VER 4.37 5.81 0.01 0.34 ind:pas:3s; -incendiaient incendier VER 4.37 5.81 0.00 0.14 ind:imp:3p; -incendiaire incendiaire NOM s 1.35 0.81 0.83 0.41 -incendiaires incendiaire NOM p 1.35 0.81 0.51 0.41 -incendiait incendier VER 4.37 5.81 0.04 1.01 ind:imp:3s; -incendiant incendier VER 4.37 5.81 0.01 0.41 par:pre; -incendie incendie NOM m s 19.84 22.43 17.75 18.04 -incendient incendier VER 4.37 5.81 0.02 0.20 ind:pre:3p; -incendier incendier VER 4.37 5.81 0.93 1.89 inf; -incendieras incendier VER 4.37 5.81 0.01 0.00 ind:fut:2s; -incendies incendie NOM m p 19.84 22.43 2.09 4.39 -incendiez incendier VER 4.37 5.81 0.13 0.00 imp:pre:2p;ind:pre:2p; -incendièrent incendier VER 4.37 5.81 0.00 0.07 ind:pas:3p; -incendié incendier VER m s 4.37 5.81 1.42 0.81 par:pas; -incendiée incendier VER f s 4.37 5.81 0.20 0.27 par:pas; -incendiées incendié ADJ f p 0.89 2.43 0.28 0.54 -incendiés incendier VER m p 4.37 5.81 0.04 0.07 par:pas; -incernable incernable ADJ m s 0.00 0.14 0.00 0.14 -incertain incertain ADJ m s 4.23 20.95 1.49 8.78 -incertaine incertain ADJ f s 4.23 20.95 1.27 6.76 -incertaines incertain ADJ f p 4.23 20.95 0.40 2.64 -incertains incertain ADJ m p 4.23 20.95 1.08 2.77 -incertitude incertitude NOM f s 2.52 11.89 2.31 10.00 -incertitudes incertitude NOM f p 2.52 11.89 0.21 1.89 -incessamment incessamment ADV 0.48 3.58 0.48 3.58 -incessant incessant ADJ m s 1.79 12.23 0.65 4.12 -incessante incessant ADJ f s 1.79 12.23 0.33 3.31 -incessantes incessant ADJ f p 1.79 12.23 0.44 2.97 -incessants incessant ADJ m p 1.79 12.23 0.37 1.82 -inceste inceste NOM m s 2.11 3.04 2.08 2.97 -incestes inceste NOM m p 2.11 3.04 0.03 0.07 -incestueuse incestueux ADJ f s 0.69 1.76 0.17 0.41 -incestueuses incestueux ADJ f p 0.69 1.76 0.02 0.34 -incestueux incestueux ADJ m 0.69 1.76 0.50 1.01 -inch_allah inch_allah ONO 0.27 0.47 0.27 0.47 -inchangeable inchangeable ADJ f s 0.02 0.07 0.02 0.07 -inchangé inchangé ADJ m s 1.22 1.69 0.37 0.68 -inchangée inchangé ADJ f s 1.22 1.69 0.54 0.61 -inchangées inchangé ADJ f p 1.22 1.69 0.16 0.14 -inchangés inchangé ADJ m p 1.22 1.69 0.15 0.27 -inchavirable inchavirable ADJ s 0.01 0.00 0.01 0.00 -inchiffrable inchiffrable ADJ s 0.00 0.14 0.00 0.14 -incidemment incidemment ADV 0.27 1.28 0.27 1.28 -incidence incidence NOM f s 0.82 1.35 0.68 0.81 -incidences incidence NOM f p 0.82 1.35 0.14 0.54 -incident incident NOM m s 20.35 29.93 17.73 21.08 -incidente incident ADJ f s 1.20 1.69 0.00 0.14 -incidentes incident ADJ f p 1.20 1.69 0.00 0.14 -incidents incident NOM m p 20.35 29.93 2.62 8.85 -incinère incinérer VER 3.79 1.76 0.13 0.07 ind:pre:1s;ind:pre:3s; -incinérait incinérer VER 3.79 1.76 0.00 0.07 ind:imp:3s; -incinérant incinérer VER 3.79 1.76 0.01 0.00 par:pre; -incinérateur incinérateur NOM m s 0.67 0.27 0.63 0.20 -incinérateurs incinérateur NOM m p 0.67 0.27 0.04 0.07 -incinération incinération NOM f s 0.48 1.62 0.48 1.62 -incinérer incinérer VER 3.79 1.76 1.50 0.54 inf; -incinérez incinérer VER 3.79 1.76 0.06 0.00 imp:pre:2p;ind:pre:2p; -incinéré incinérer VER m s 3.79 1.76 1.02 0.54 par:pas; -incinérée incinérer VER f s 3.79 1.76 0.66 0.47 par:pas; -incinérés incinérer VER m p 3.79 1.76 0.41 0.07 par:pas; -incirconcis incirconcis ADJ m 0.01 0.27 0.01 0.27 -incisa inciser VER 1.05 1.82 0.00 0.07 ind:pas:3s; -incisaient inciser VER 1.05 1.82 0.00 0.20 ind:imp:3p; -incisait inciser VER 1.05 1.82 0.00 0.27 ind:imp:3s; -incisant inciser VER 1.05 1.82 0.11 0.41 par:pre; -incise inciser VER 1.05 1.82 0.17 0.20 imp:pre:2s;ind:pre:1s;ind:pre:3s; -inciser inciser VER 1.05 1.82 0.36 0.27 inf; -incisera inciser VER 1.05 1.82 0.00 0.07 ind:fut:3s; -incises inciser VER 1.05 1.82 0.02 0.00 ind:pre:2s; -incisez inciser VER 1.05 1.82 0.04 0.07 imp:pre:2p;ind:pre:2p; -incisif incisif ADJ m s 0.18 1.89 0.07 0.88 -incisifs incisif ADJ m p 0.18 1.89 0.03 0.41 -incision incision NOM f s 2.62 0.68 2.27 0.47 -incisions incision NOM f p 2.62 0.68 0.35 0.20 -incisive incisive NOM f s 0.67 1.42 0.28 0.20 -incisives incisive NOM f p 0.67 1.42 0.39 1.22 -incisé inciser VER m s 1.05 1.82 0.19 0.07 par:pas; -incisée inciser VER f s 1.05 1.82 0.12 0.07 par:pas; -incisées inciser VER f p 1.05 1.82 0.03 0.07 par:pas; -incisés inciser VER m p 1.05 1.82 0.01 0.07 par:pas; -incita inciter VER 6.32 10.47 0.14 0.47 ind:pas:3s; -incitaient inciter VER 6.32 10.47 0.01 0.88 ind:imp:3p; -incitait inciter VER 6.32 10.47 0.38 2.16 ind:imp:3s; -incitant inciter VER 6.32 10.47 0.08 0.47 par:pre; -incitateur incitateur NOM m s 0.04 0.07 0.04 0.00 -incitatif incitatif ADJ m s 0.01 0.07 0.01 0.07 -incitation incitation NOM f s 1.24 0.54 1.24 0.54 -incitatrice incitateur NOM f s 0.04 0.07 0.00 0.07 -incite inciter VER 6.32 10.47 1.61 1.62 imp:pre:2s;ind:pre:1s;ind:pre:3s; -incitent inciter VER 6.32 10.47 0.37 0.68 ind:pre:3p; -inciter inciter VER 6.32 10.47 2.01 2.43 inf; -incitera inciter VER 6.32 10.47 0.10 0.14 ind:fut:3s; -inciterai inciter VER 6.32 10.47 0.14 0.00 ind:fut:1s; -inciteraient inciter VER 6.32 10.47 0.01 0.07 cnd:pre:3p; -inciterais inciter VER 6.32 10.47 0.02 0.00 cnd:pre:1s; -inciterait inciter VER 6.32 10.47 0.14 0.20 cnd:pre:3s; -inciteront inciter VER 6.32 10.47 0.01 0.00 ind:fut:3p; -incitez inciter VER 6.32 10.47 0.23 0.07 imp:pre:2p;ind:pre:2p; -incitiez inciter VER 6.32 10.47 0.03 0.00 sub:pre:2p; -incitèrent inciter VER 6.32 10.47 0.01 0.14 ind:pas:3p; -incité inciter VER m s 6.32 10.47 0.77 0.61 par:pas; -incitée inciter VER f s 6.32 10.47 0.06 0.47 par:pas; -incités inciter VER m p 6.32 10.47 0.20 0.07 par:pas; -incivil incivil ADJ m s 0.00 0.20 0.00 0.07 -incivils incivil ADJ m p 0.00 0.20 0.00 0.14 -inclassable inclassable ADJ m s 0.30 0.20 0.02 0.14 -inclassables inclassable ADJ p 0.30 0.20 0.28 0.07 -inclina incliner VER 7.25 50.00 0.23 8.85 ind:pas:3s; -inclinable inclinable ADJ m s 0.07 0.07 0.04 0.07 -inclinables inclinable ADJ m p 0.07 0.07 0.03 0.00 -inclinai incliner VER 7.25 50.00 0.00 0.68 ind:pas:1s; -inclinaient incliner VER 7.25 50.00 0.10 2.30 ind:imp:3p; -inclinais incliner VER 7.25 50.00 0.00 1.08 ind:imp:1s; -inclinaison inclinaison NOM f s 0.78 3.04 0.73 2.77 -inclinaisons inclinaison NOM f p 0.78 3.04 0.05 0.27 -inclinait incliner VER 7.25 50.00 0.13 4.12 ind:imp:3s; -inclinant incliner VER 7.25 50.00 0.21 4.19 par:pre; -inclinante inclinant ADJ f s 0.00 0.07 0.00 0.07 -inclination inclination NOM f s 0.52 2.57 0.38 2.03 -inclinations inclination NOM f p 0.52 2.57 0.14 0.54 -incline incliner VER 7.25 50.00 3.79 9.53 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -inclinent incliner VER 7.25 50.00 0.41 1.96 ind:pre:3p; -incliner incliner VER 7.25 50.00 0.78 5.81 inf; -inclinerai incliner VER 7.25 50.00 0.04 0.00 ind:fut:1s; -inclineraient incliner VER 7.25 50.00 0.00 0.20 cnd:pre:3p; -inclinerais incliner VER 7.25 50.00 0.16 0.14 cnd:pre:1s; -inclinerait incliner VER 7.25 50.00 0.00 0.34 cnd:pre:3s; -inclineras incliner VER 7.25 50.00 0.03 0.00 ind:fut:2s; -inclinerez incliner VER 7.25 50.00 0.01 0.00 ind:fut:2p; -inclineront incliner VER 7.25 50.00 0.12 0.07 ind:fut:3p; -inclinez incliner VER 7.25 50.00 0.46 0.00 imp:pre:2p;ind:pre:2p; -inclinions incliner VER 7.25 50.00 0.00 0.14 ind:imp:1p; -inclinomètre inclinomètre NOM m s 0.01 0.00 0.01 0.00 -inclinons incliner VER 7.25 50.00 0.23 0.00 imp:pre:1p;ind:pre:1p; -inclinât incliner VER 7.25 50.00 0.00 0.20 sub:imp:3s; -inclinèrent incliner VER 7.25 50.00 0.01 0.61 ind:pas:3p; -incliné incliner VER m s 7.25 50.00 0.33 5.74 par:pas; -inclinée incliné ADJ f s 0.19 5.54 0.12 1.35 -inclinées incliner VER f p 7.25 50.00 0.10 0.34 par:pas; -inclinés incliner VER m p 7.25 50.00 0.08 0.81 par:pas; -incluais inclure VER 8.12 3.51 0.00 0.07 ind:imp:1s; -incluait inclure VER 8.12 3.51 0.20 0.41 ind:imp:3s; -incluant inclure VER 8.12 3.51 0.91 0.27 par:pre; -inclue inclure VER 8.12 3.51 0.40 0.07 sub:pre:1s;sub:pre:3s; -incluent inclure VER 8.12 3.51 0.25 0.00 ind:pre:3p; -incluez inclure VER 8.12 3.51 0.10 0.00 imp:pre:2p;ind:pre:2p; -inclémence inclémence NOM f s 0.00 0.27 0.00 0.20 -inclémences inclémence NOM f p 0.00 0.27 0.00 0.07 -inclément inclément ADJ m s 0.02 0.07 0.02 0.00 -inclémente inclément ADJ f s 0.02 0.07 0.00 0.07 -incluons inclure VER 8.12 3.51 0.00 0.07 ind:pre:1p; -inclura inclure VER 8.12 3.51 0.02 0.00 ind:fut:3s; -inclurai inclure VER 8.12 3.51 0.03 0.00 ind:fut:1s; -inclurait inclure VER 8.12 3.51 0.06 0.00 cnd:pre:3s; -inclure inclure VER 8.12 3.51 1.85 0.95 ind:pre:2p;inf; -inclus inclure VER m 8.12 3.51 2.53 1.15 imp:pre:2s;ind:pre:1s;ind:pre:2s;par:pas;par:pas; -incluse inclus ADJ f s 0.70 0.81 0.45 0.41 -incluses inclus ADJ f p 0.70 0.81 0.04 0.20 -inclusion inclusion NOM f s 0.11 0.14 0.11 0.14 -inclusive inclusif ADJ f s 0.01 0.07 0.01 0.07 -inclusivement inclusivement ADV 0.01 0.27 0.01 0.27 -inclut inclure VER 8.12 3.51 1.78 0.54 ind:pre:3s;ind:pas:3s; -incoercible incoercible ADJ s 0.12 0.61 0.11 0.34 -incoerciblement incoerciblement ADV 0.00 0.20 0.00 0.20 -incoercibles incoercible ADJ p 0.12 0.61 0.01 0.27 -incognito incognito ADV 1.87 2.36 1.87 2.36 -incognitos incognito NOM m p 0.30 1.55 0.00 0.07 -incohérence incohérence NOM f s 1.11 2.70 0.77 2.09 -incohérences incohérence NOM f p 1.11 2.70 0.34 0.61 -incohérent incohérent ADJ m s 0.86 5.27 0.27 1.76 -incohérente incohérent ADJ f s 0.86 5.27 0.29 1.28 -incohérentes incohérent ADJ f p 0.86 5.27 0.06 1.15 -incohérents incohérent ADJ m p 0.86 5.27 0.25 1.08 -incoiffables incoiffable ADJ m p 0.01 0.14 0.01 0.14 -incollable incollable ADJ m s 0.10 0.14 0.10 0.14 -incolore incolore ADJ s 0.14 5.00 0.14 3.92 -incolores incolore ADJ p 0.14 5.00 0.00 1.08 -incombaient incomber VER 1.43 5.95 0.01 0.61 ind:imp:3p; -incombait incomber VER 1.43 5.95 0.04 2.70 ind:imp:3s; -incombant incomber VER 1.43 5.95 0.02 0.07 par:pre; -incombe incomber VER 1.43 5.95 1.28 1.76 imp:pre:2s;ind:pre:1s;ind:pre:3s; -incombent incomber VER 1.43 5.95 0.03 0.34 ind:pre:3p; -incomber incomber VER 1.43 5.95 0.02 0.14 inf; -incombera incomber VER 1.43 5.95 0.02 0.07 ind:fut:3s; -incomberait incomber VER 1.43 5.95 0.01 0.20 cnd:pre:3s; -incombèrent incomber VER 1.43 5.95 0.00 0.07 ind:pas:3p; -incombustible incombustible ADJ f s 0.02 0.00 0.01 0.00 -incombustibles incombustible ADJ p 0.02 0.00 0.01 0.00 -incomestible incomestible ADJ f s 0.00 0.14 0.00 0.14 -incommensurable incommensurable ADJ s 0.28 1.89 0.16 1.82 -incommensurablement incommensurablement ADV 0.00 0.14 0.00 0.14 -incommensurables incommensurable ADJ p 0.28 1.89 0.12 0.07 -incommodait incommoder VER 0.85 1.96 0.01 0.61 ind:imp:3s; -incommodant incommodant ADJ m s 0.05 0.07 0.04 0.00 -incommodante incommodant ADJ f s 0.05 0.07 0.00 0.07 -incommodantes incommodant ADJ f p 0.05 0.07 0.01 0.00 -incommode incommoder VER 0.85 1.96 0.28 0.20 imp:pre:2s;ind:pre:1s;ind:pre:3s; -incommoder incommoder VER 0.85 1.96 0.05 0.34 inf; -incommodera incommoder VER 0.85 1.96 0.14 0.00 ind:fut:3s; -incommoderai incommoder VER 0.85 1.96 0.11 0.00 ind:fut:1s; -incommodes incommode ADJ p 0.23 1.55 0.00 0.47 -incommodez incommoder VER 0.85 1.96 0.17 0.00 imp:pre:2p;ind:pre:2p; -incommodité incommodité NOM f s 0.00 0.68 0.00 0.41 -incommodités incommodité NOM f p 0.00 0.68 0.00 0.27 -incommodé incommoder VER m s 0.85 1.96 0.07 0.47 par:pas; -incommodée incommoder VER f s 0.85 1.96 0.03 0.14 par:pas; -incommodées incommoder VER f p 0.85 1.96 0.00 0.07 par:pas; -incommodés incommoder VER m p 0.85 1.96 0.00 0.14 par:pas; -incommunicabilité incommunicabilité NOM f s 0.12 0.07 0.12 0.07 -incommunicable incommunicable ADJ s 0.00 1.42 0.00 1.35 -incommunicables incommunicable ADJ p 0.00 1.42 0.00 0.07 -incomparable incomparable ADJ s 1.95 9.32 1.64 7.43 -incomparablement incomparablement ADV 0.01 1.08 0.01 1.08 -incomparables incomparable ADJ p 1.95 9.32 0.31 1.89 -incompatibilité incompatibilité NOM f s 0.71 0.61 0.59 0.47 -incompatibilités incompatibilité NOM f p 0.71 0.61 0.11 0.14 -incompatible incompatible ADJ s 1.23 3.11 0.66 1.89 -incompatibles incompatible ADJ p 1.23 3.11 0.56 1.22 -incomplet incomplet ADJ m s 2.27 2.43 1.14 1.15 -incomplets incomplet ADJ m p 2.27 2.43 0.17 0.27 -incomplète incomplet ADJ f s 2.27 2.43 0.57 0.54 -incomplètement incomplètement ADV 0.00 0.20 0.00 0.20 -incomplètes incomplet ADJ f p 2.27 2.43 0.40 0.47 -incomplétude incomplétude NOM f s 0.01 0.00 0.01 0.00 -incompressible incompressible ADJ s 0.03 0.00 0.03 0.00 -incompris incompris ADJ m 0.93 1.35 0.73 0.74 -incomprise incompris ADJ f s 0.93 1.35 0.18 0.54 -incomprises incompris NOM f p 0.29 0.34 0.10 0.07 -incompréhensible incompréhensible ADJ s 5.16 17.97 4.54 11.89 -incompréhensiblement incompréhensiblement ADV 0.00 0.47 0.00 0.47 -incompréhensibles incompréhensible ADJ p 5.16 17.97 0.63 6.08 -incompréhensif incompréhensif ADJ m s 0.01 0.47 0.01 0.27 -incompréhensifs incompréhensif ADJ m p 0.01 0.47 0.00 0.20 -incompréhension incompréhension NOM f s 0.65 4.59 0.65 4.53 -incompréhensions incompréhension NOM f p 0.65 4.59 0.00 0.07 -incompétence incompétence NOM f s 1.64 1.35 1.62 1.28 -incompétences incompétence NOM f p 1.64 1.35 0.02 0.07 -incompétent incompétent ADJ m s 2.30 0.81 1.25 0.41 -incompétente incompétent ADJ f s 2.30 0.81 0.35 0.14 -incompétents incompétent ADJ m p 2.30 0.81 0.69 0.27 -inconcevable inconcevable ADJ s 1.91 5.68 1.75 5.27 -inconcevablement inconcevablement ADV 0.00 0.07 0.00 0.07 -inconcevables inconcevable ADJ p 1.91 5.68 0.16 0.41 -inconciliable inconciliable ADJ m s 0.35 1.22 0.01 0.61 -inconciliables inconciliable ADJ p 0.35 1.22 0.34 0.61 -inconditionnel inconditionnel ADJ m s 1.20 0.54 0.45 0.27 -inconditionnelle inconditionnel ADJ f s 1.20 0.54 0.71 0.27 -inconditionnellement inconditionnellement ADV 0.05 0.00 0.05 0.00 -inconditionnelles inconditionnel ADJ f p 1.20 0.54 0.02 0.00 -inconditionnels inconditionnel ADJ m p 1.20 0.54 0.01 0.00 -inconditionné inconditionné ADJ m s 0.00 0.20 0.00 0.07 -inconditionnée inconditionné ADJ f s 0.00 0.20 0.00 0.14 -inconduite inconduite NOM f s 0.06 0.68 0.06 0.68 -inconfiance inconfiance NOM f s 0.00 0.14 0.00 0.14 -inconfort inconfort NOM m s 0.37 2.16 0.37 2.16 -inconfortable inconfortable ADJ s 1.90 2.09 1.77 1.89 -inconfortablement inconfortablement ADV 0.01 0.34 0.01 0.34 -inconfortables inconfortable ADJ p 1.90 2.09 0.13 0.20 -incongelables incongelable ADJ f p 0.00 0.07 0.00 0.07 -incongru incongru ADJ m s 0.32 7.50 0.25 3.72 -incongrue incongru ADJ f s 0.32 7.50 0.05 2.03 -incongrues incongru ADJ f p 0.32 7.50 0.00 0.68 -incongruité incongruité NOM f s 0.11 1.49 0.01 1.22 -incongruités incongruité NOM f p 0.11 1.49 0.10 0.27 -incongrus incongru ADJ m p 0.32 7.50 0.02 1.08 -inconnaissable inconnaissable ADJ f s 0.01 0.41 0.01 0.41 -inconnaissance inconnaissance NOM f s 0.00 0.07 0.00 0.07 -inconnu inconnu NOM m s 24.25 40.41 13.29 22.97 -inconnue inconnu ADJ f s 23.13 61.82 7.24 17.16 -inconnues inconnu ADJ f p 23.13 61.82 2.23 9.05 -inconnus inconnu NOM m p 24.25 40.41 5.50 9.19 -inconsciemment inconsciemment ADV 2.00 6.28 2.00 6.28 -inconscience inconscience NOM f s 1.23 6.69 1.23 6.55 -inconsciences inconscience NOM f p 1.23 6.69 0.00 0.14 -inconscient inconscient ADJ m s 10.45 10.74 6.06 4.93 -inconsciente inconscient ADJ f s 10.45 10.74 3.35 3.85 -inconscientes inconscient ADJ f p 10.45 10.74 0.21 0.41 -inconscients inconscient ADJ m p 10.45 10.74 0.83 1.55 -inconsidéré inconsidéré ADJ m s 0.86 1.22 0.42 0.41 -inconsidérée inconsidéré ADJ f s 0.86 1.22 0.05 0.20 -inconsidérées inconsidéré ADJ f p 0.86 1.22 0.39 0.34 -inconsidérément inconsidérément ADV 0.07 0.41 0.07 0.41 -inconsidérés inconsidéré ADJ m p 0.86 1.22 0.00 0.27 -inconsistance inconsistance NOM f s 0.00 0.88 0.00 0.88 -inconsistant inconsistant ADJ m s 0.21 2.50 0.01 1.42 -inconsistante inconsistant ADJ f s 0.21 2.50 0.03 0.34 -inconsistantes inconsistant ADJ f p 0.21 2.50 0.03 0.20 -inconsistants inconsistant ADJ m p 0.21 2.50 0.14 0.54 -inconsolable inconsolable ADJ s 1.41 1.69 1.37 1.42 -inconsolables inconsolable ADJ m p 1.41 1.69 0.05 0.27 -inconsolé inconsolé ADJ m s 0.00 0.47 0.00 0.07 -inconsolée inconsolé ADJ f s 0.00 0.47 0.00 0.14 -inconsolées inconsolé ADJ f p 0.00 0.47 0.00 0.07 -inconsolés inconsolé ADJ m p 0.00 0.47 0.00 0.20 -inconsommable inconsommable ADJ s 0.00 0.14 0.00 0.14 -inconstance inconstance NOM f s 0.26 0.95 0.26 0.95 -inconstant inconstant ADJ m s 0.85 0.54 0.32 0.34 -inconstante inconstant ADJ f s 0.85 0.54 0.26 0.20 -inconstants inconstant ADJ m p 0.85 0.54 0.28 0.00 -inconstitutionnel inconstitutionnel ADJ m s 0.24 0.14 0.08 0.07 -inconstitutionnelle inconstitutionnel ADJ f s 0.24 0.14 0.16 0.07 -inconstructibles inconstructible ADJ m p 0.01 0.00 0.01 0.00 -inconséquence inconséquence NOM f s 0.04 1.42 0.04 1.08 -inconséquences inconséquence NOM f p 0.04 1.42 0.00 0.34 -inconséquent inconséquent ADJ m s 0.27 0.88 0.13 0.27 -inconséquente inconséquent ADJ f s 0.27 0.88 0.11 0.34 -inconséquents inconséquent ADJ m p 0.27 0.88 0.04 0.27 -incontestable incontestable ADJ s 1.29 1.89 0.87 1.42 -incontestablement incontestablement ADV 0.61 2.09 0.61 2.09 -incontestables incontestable ADJ p 1.29 1.89 0.43 0.47 -incontesté incontesté ADJ m s 0.64 1.69 0.40 1.15 -incontestée incontesté ADJ f s 0.64 1.69 0.23 0.34 -incontestés incontesté ADJ m p 0.64 1.69 0.01 0.20 -incontinence incontinence NOM f s 0.28 0.68 0.28 0.34 -incontinences incontinence NOM f p 0.28 0.68 0.00 0.34 -incontinent incontinent ADJ m s 0.29 1.49 0.20 1.08 -incontinente incontinent ADJ f s 0.29 1.49 0.06 0.07 -incontinentes incontinent ADJ f p 0.29 1.49 0.01 0.07 -incontinents incontinent ADJ m p 0.29 1.49 0.02 0.27 -incontournable incontournable ADJ s 0.58 0.54 0.50 0.41 -incontournables incontournable ADJ p 0.58 0.54 0.08 0.14 -incontrôlable incontrôlable ADJ s 2.65 1.82 2.08 1.01 -incontrôlables incontrôlable ADJ p 2.65 1.82 0.57 0.81 -incontrôlé incontrôlé ADJ m s 0.73 1.01 0.13 0.14 -incontrôlée incontrôlé ADJ f s 0.73 1.01 0.40 0.34 -incontrôlées incontrôlé ADJ f p 0.73 1.01 0.17 0.27 -incontrôlés incontrôlé ADJ m p 0.73 1.01 0.03 0.27 -inconvenance inconvenance NOM f s 0.32 1.28 0.29 0.95 -inconvenances inconvenance NOM f p 0.32 1.28 0.02 0.34 -inconvenant inconvenant ADJ m s 1.67 2.97 1.14 1.28 -inconvenante inconvenant ADJ f s 1.67 2.97 0.36 0.68 -inconvenantes inconvenant ADJ f p 1.67 2.97 0.05 0.74 -inconvenants inconvenant ADJ m p 1.67 2.97 0.12 0.27 -inconvertible inconvertible ADJ s 0.00 0.07 0.00 0.07 -inconvertissable inconvertissable ADJ m s 0.00 0.07 0.00 0.07 -inconvénient inconvénient NOM m s 5.23 9.05 3.58 5.54 -inconvénients inconvénient NOM m p 5.23 9.05 1.65 3.51 -incoordination incoordination NOM f s 0.01 0.00 0.01 0.00 -incorpora incorporer VER 1.54 7.23 0.01 0.07 ind:pas:3s; -incorporable incorporable ADJ m s 0.01 0.00 0.01 0.00 -incorporaient incorporer VER 1.54 7.23 0.00 0.34 ind:imp:3p; -incorporait incorporer VER 1.54 7.23 0.02 0.41 ind:imp:3s; -incorporant incorporer VER 1.54 7.23 0.03 0.47 par:pre; -incorporation incorporation NOM f s 0.46 1.35 0.46 1.28 -incorporations incorporation NOM f p 0.46 1.35 0.00 0.07 -incorpore incorporer VER 1.54 7.23 0.24 0.34 imp:pre:2s;ind:pre:1s;ind:pre:3s; -incorporel incorporel ADJ m s 0.28 0.27 0.28 0.07 -incorporelle incorporel ADJ f s 0.28 0.27 0.00 0.14 -incorporelles incorporel ADJ f p 0.28 0.27 0.00 0.07 -incorporent incorporer VER 1.54 7.23 0.00 0.34 ind:pre:3p; -incorporer incorporer VER 1.54 7.23 0.32 1.42 inf; -incorporez incorporer VER 1.54 7.23 0.01 0.07 imp:pre:2p; -incorporé incorporer VER m s 1.54 7.23 0.56 1.22 par:pas; -incorporée incorporer VER f s 1.54 7.23 0.19 0.81 par:pas; -incorporées incorporer VER f p 1.54 7.23 0.01 0.34 par:pas; -incorporés incorporer VER m p 1.54 7.23 0.15 1.42 par:pas; -incorrect incorrect ADJ m s 2.34 0.68 1.67 0.27 -incorrecte incorrect ADJ f s 2.34 0.68 0.61 0.34 -incorrectement incorrectement ADV 0.06 0.07 0.06 0.07 -incorrection incorrection NOM f s 0.02 0.34 0.02 0.34 -incorrects incorrect ADJ m p 2.34 0.68 0.06 0.07 -incorrigible incorrigible ADJ s 1.89 2.23 1.72 1.89 -incorrigiblement incorrigiblement ADV 0.00 0.07 0.00 0.07 -incorrigibles incorrigible ADJ p 1.89 2.23 0.16 0.34 -incorruptibilité incorruptibilité NOM f s 0.03 0.14 0.03 0.14 -incorruptible incorruptible ADJ s 0.53 1.01 0.47 0.68 -incorruptibles incorruptible ADJ p 0.53 1.01 0.06 0.34 -increvable increvable ADJ s 0.52 0.95 0.35 0.61 -increvables increvable ADJ m p 0.52 0.95 0.17 0.34 -incrimina incriminer VER 1.25 0.54 0.00 0.07 ind:pas:3s; -incriminant incriminer VER 1.25 0.54 0.19 0.00 par:pre; -incrimination incrimination NOM f s 0.01 0.00 0.01 0.00 -incrimine incriminer VER 1.25 0.54 0.07 0.07 imp:pre:2s;ind:pre:1s;ind:pre:3s; -incriminent incriminer VER 1.25 0.54 0.06 0.00 ind:pre:3p; -incriminer incriminer VER 1.25 0.54 0.57 0.20 inf; -incriminé incriminer VER m s 1.25 0.54 0.30 0.07 par:pas; -incriminée incriminer VER f s 1.25 0.54 0.03 0.07 par:pas; -incriminées incriminer VER f p 1.25 0.54 0.01 0.07 par:pas; -incrochetable incrochetable ADJ s 0.01 0.00 0.01 0.00 -incroyable incroyable ADJ s 74.67 22.64 69.22 19.32 -incroyablement incroyablement ADV 5.55 4.53 5.55 4.53 -incroyables incroyable ADJ p 74.67 22.64 5.46 3.31 -incroyance incroyance NOM f s 0.20 0.34 0.20 0.34 -incroyant incroyant NOM m s 0.16 1.08 0.06 0.34 -incroyante incroyant NOM f s 0.16 1.08 0.00 0.14 -incroyants incroyant NOM m p 0.16 1.08 0.10 0.61 -incrédibilité incrédibilité NOM f s 0.00 0.20 0.00 0.20 -incrédule incrédule ADJ s 0.46 9.86 0.14 8.45 -incrédules incrédule ADJ p 0.46 9.86 0.32 1.42 -incrédulité incrédulité NOM f s 0.58 5.00 0.58 5.00 -incrusta incruster VER 2.77 14.46 0.00 0.47 ind:pas:3s; -incrustaient incruster VER 2.77 14.46 0.12 0.27 ind:imp:3p; -incrustais incruster VER 2.77 14.46 0.00 0.34 ind:imp:1s;ind:imp:2s; -incrustait incruster VER 2.77 14.46 0.01 1.01 ind:imp:3s; -incrustant incruster VER 2.77 14.46 0.00 0.68 par:pre; -incrustation incrustation NOM f s 0.12 1.62 0.06 0.20 -incrustations incrustation NOM f p 0.12 1.62 0.06 1.42 -incruste incruster VER 2.77 14.46 0.59 0.95 imp:pre:2s;ind:pre:1s;ind:pre:3s; -incrustent incruster VER 2.77 14.46 0.00 0.61 ind:pre:3p; -incruster incruster VER 2.77 14.46 0.84 0.68 inf; -incrusterait incruster VER 2.77 14.46 0.00 0.14 cnd:pre:3s; -incrustez incruster VER 2.77 14.46 0.02 0.00 imp:pre:2p;ind:pre:2p; -incrustèrent incruster VER 2.77 14.46 0.00 0.07 ind:pas:3p; -incrusté incruster VER m s 2.77 14.46 0.43 2.70 par:pas; -incrustée incruster VER f s 2.77 14.46 0.44 2.77 par:pas; -incrustées incruster VER f p 2.77 14.46 0.17 1.55 par:pas; -incrustés incruster VER m p 2.77 14.46 0.14 2.23 par:pas; -incréé incréé ADJ m s 0.14 0.14 0.14 0.00 -incréée incréé ADJ f s 0.14 0.14 0.00 0.14 -incubateur incubateur NOM m s 0.41 0.07 0.34 0.00 -incubateurs incubateur NOM m p 0.41 0.07 0.07 0.07 -incubation incubation NOM f s 0.53 0.54 0.53 0.54 -incube incube NOM m s 0.10 0.14 0.07 0.07 -incuber incuber VER 0.17 0.00 0.05 0.00 inf; -incubes incube NOM m p 0.10 0.14 0.03 0.07 -incubé incuber VER m s 0.17 0.00 0.12 0.00 par:pas; -inculcation inculcation NOM f s 0.00 0.07 0.00 0.07 -inculpa inculper VER 7.40 1.22 0.01 0.07 ind:pas:3s; -inculpant inculper VER 7.40 1.22 0.03 0.00 par:pre; -inculpation inculpation NOM f s 2.55 1.55 2.05 1.42 -inculpations inculpation NOM f p 2.55 1.55 0.51 0.14 -inculpe inculper VER 7.40 1.22 0.64 0.00 imp:pre:2s;ind:pre:1s;ind:pre:3s; -inculpent inculper VER 7.40 1.22 0.03 0.00 ind:pre:3p; -inculper inculper VER 7.40 1.22 2.95 0.54 ind:pre:2p;inf; -inculpera inculper VER 7.40 1.22 0.15 0.00 ind:fut:3s; -inculperai inculper VER 7.40 1.22 0.04 0.00 ind:fut:1s; -inculperais inculper VER 7.40 1.22 0.02 0.00 cnd:pre:1s;cnd:pre:2s; -inculperont inculper VER 7.40 1.22 0.01 0.00 ind:fut:3p; -inculpez inculper VER 7.40 1.22 0.33 0.00 imp:pre:2p;ind:pre:2p; -inculpons inculper VER 7.40 1.22 0.04 0.00 imp:pre:1p;ind:pre:1p; -inculpé inculper VER m s 7.40 1.22 2.33 0.41 par:pas; -inculpée inculper VER f s 7.40 1.22 0.49 0.00 par:pas; -inculpés inculper VER m p 7.40 1.22 0.33 0.20 par:pas; -inculqua inculquer VER 1.19 4.05 0.01 0.20 ind:pas:3s; -inculquait inculquer VER 1.19 4.05 0.10 0.27 ind:imp:3s; -inculquant inculquer VER 1.19 4.05 0.01 0.00 par:pre; -inculque inculquer VER 1.19 4.05 0.10 0.20 ind:pre:1s;ind:pre:3s; -inculquent inculquer VER 1.19 4.05 0.00 0.07 ind:pre:3p; -inculquer inculquer VER 1.19 4.05 0.62 1.42 inf; -inculquons inculquer VER 1.19 4.05 0.01 0.00 ind:pre:1p; -inculquât inculquer VER 1.19 4.05 0.00 0.07 sub:imp:3s; -inculqué inculquer VER m s 1.19 4.05 0.29 0.74 par:pas; -inculquée inculquer VER f s 1.19 4.05 0.04 0.54 par:pas; -inculquées inculquer VER f p 1.19 4.05 0.01 0.14 par:pas; -inculqués inculquer VER m p 1.19 4.05 0.00 0.41 par:pas; -inculte inculte ADJ s 2.20 2.23 1.53 1.49 -incultes inculte ADJ p 2.20 2.23 0.67 0.74 -incultivable incultivable ADJ f s 0.00 0.27 0.00 0.20 -incultivables incultivable ADJ m p 0.00 0.27 0.00 0.07 -inculture inculture NOM f s 0.00 0.41 0.00 0.41 -incunables incunable NOM m p 0.00 0.47 0.00 0.47 -incurable incurable ADJ s 2.44 2.84 2.26 2.36 -incurablement incurablement ADV 0.12 0.41 0.12 0.41 -incurables incurable NOM p 0.80 0.20 0.36 0.07 -incurie incurie NOM f s 0.11 0.68 0.11 0.68 -incurieux incurieux ADJ m s 0.00 0.07 0.00 0.07 -incuriosité incuriosité NOM f s 0.00 0.34 0.00 0.34 -incursion incursion NOM f s 0.48 4.26 0.41 2.64 -incursions incursion NOM f p 0.48 4.26 0.08 1.62 -incurvaient incurver VER 0.06 3.11 0.01 0.07 ind:imp:3p; -incurvait incurver VER 0.06 3.11 0.00 0.81 ind:imp:3s; -incurvant incurver VER 0.06 3.11 0.00 0.27 par:pre; -incurvation incurvation NOM f s 0.14 0.07 0.14 0.07 -incurve incurver VER 0.06 3.11 0.01 0.95 imp:pre:2s;ind:pre:3s; -incurvent incurver VER 0.06 3.11 0.00 0.20 ind:pre:3p; -incurver incurver VER 0.06 3.11 0.01 0.27 inf; -incurvèrent incurver VER 0.06 3.11 0.00 0.07 ind:pas:3p; -incurvé incurvé ADJ m s 0.09 1.42 0.07 0.74 -incurvée incurvé ADJ f s 0.09 1.42 0.02 0.41 -incurvées incurver VER f p 0.06 3.11 0.00 0.07 par:pas; -incurvés incurvé ADJ m p 0.09 1.42 0.00 0.20 -incus incus ADJ 0.01 0.00 0.01 0.00 -indûment indûment ADV 0.22 0.81 0.22 0.81 -indansable indansable ADJ s 0.01 0.00 0.01 0.00 -inde inde NOM m s 0.24 0.54 0.24 0.14 -indemne indemne ADJ s 2.66 3.11 2.13 2.30 -indemnes indemne ADJ p 2.66 3.11 0.53 0.81 -indemnisable indemnisable ADJ s 0.01 0.00 0.01 0.00 -indemnisation indemnisation NOM f s 0.36 0.14 0.32 0.07 -indemnisations indemnisation NOM f p 0.36 0.14 0.04 0.07 -indemnise indemniser VER 0.78 0.20 0.14 0.00 ind:pre:3s; -indemniser indemniser VER 0.78 0.20 0.32 0.07 inf; -indemniserai indemniser VER 0.78 0.20 0.11 0.00 ind:fut:1s; -indemniseraient indemniser VER 0.78 0.20 0.00 0.07 cnd:pre:3p; -indemnisez indemniser VER 0.78 0.20 0.11 0.00 imp:pre:2p; -indemnisé indemniser VER m s 0.78 0.20 0.06 0.00 par:pas; -indemnisés indemniser VER m p 0.78 0.20 0.03 0.07 par:pas; -indemnité indemnité NOM f s 3.17 2.36 1.84 1.69 -indemnités_repas indemnités_repas NOM f p 0.01 0.00 0.01 0.00 -indemnités indemnité NOM f p 3.17 2.36 1.33 0.68 -indentation indentation NOM f s 0.03 0.14 0.03 0.14 -indenter indenter VER 0.04 0.00 0.01 0.00 inf; -indentification indentification NOM f s 0.01 0.00 0.01 0.00 -indenté indenter VER m s 0.04 0.00 0.03 0.00 par:pas; -indes inde NOM m p 0.24 0.54 0.00 0.41 -indescriptible indescriptible ADJ s 1.88 2.70 1.71 2.50 -indescriptiblement indescriptiblement ADV 0.00 0.07 0.00 0.07 -indescriptibles indescriptible ADJ p 1.88 2.70 0.17 0.20 -indestructibilité indestructibilité NOM f s 0.00 0.14 0.00 0.14 -indestructible indestructible ADJ s 1.92 4.46 1.49 3.38 -indestructibles indestructible ADJ p 1.92 4.46 0.43 1.08 -index index NOM m 2.18 32.43 2.18 32.43 -indexation indexation NOM f s 0.12 0.00 0.12 0.00 -indexer indexer VER 0.09 0.27 0.04 0.00 inf; -indexeur indexeur NOM m s 0.02 0.00 0.02 0.00 -indexé indexer VER m s 0.09 0.27 0.04 0.20 par:pas; -indexée indexer VER f s 0.09 0.27 0.01 0.07 par:pas; -indianisés indianiser VER m p 0.00 0.07 0.00 0.07 par:pas; -indic indic NOM m s 5.36 1.35 4.33 0.54 -indicateur indicateur NOM m s 1.77 2.50 0.98 1.89 -indicateurs indicateur NOM m p 1.77 2.50 0.79 0.61 -indicatif indicatif NOM m s 0.81 1.55 0.79 1.49 -indicatifs indicatif NOM m p 0.81 1.55 0.02 0.07 -indication indication NOM f s 3.59 12.43 1.42 5.74 -indications indication NOM f p 3.59 12.43 2.18 6.69 -indicatrice indicateur ADJ f s 0.39 1.49 0.00 0.14 -indicatrices indicateur ADJ f p 0.39 1.49 0.01 0.20 -indice indice NOM m s 22.13 9.39 13.29 4.66 -indices indice NOM m p 22.13 9.39 8.85 4.73 -indiciaire indiciaire ADJ f s 0.01 0.07 0.01 0.00 -indiciaires indiciaire ADJ f p 0.01 0.07 0.00 0.07 -indicible indicible ADJ s 0.82 6.35 0.76 5.41 -indiciblement indiciblement ADV 0.01 0.47 0.01 0.47 -indicibles indicible ADJ p 0.82 6.35 0.07 0.95 -indics indic NOM m p 5.36 1.35 1.03 0.81 -indien indien ADJ m s 11.62 11.22 5.75 3.18 -indienne indien ADJ f s 11.62 11.22 3.33 4.53 -indienneries indiennerie NOM f p 0.00 0.34 0.00 0.34 -indiennes indien ADJ f p 11.62 11.22 0.65 1.42 -indiens indien NOM m p 12.79 7.16 5.92 3.65 -indiffère indifférer VER 0.60 1.22 0.47 0.74 ind:pre:1s;ind:pre:3s; -indiffèrent indifférer VER 0.60 1.22 0.09 0.07 ind:pre:3p; -indiffères indifférer VER 0.60 1.22 0.01 0.00 ind:pre:2s; -indifféraient indifférer VER 0.60 1.22 0.00 0.20 ind:imp:3p; -indifférait indifférer VER 0.60 1.22 0.02 0.14 ind:imp:3s; -indifféremment indifféremment ADV 0.06 3.45 0.06 3.45 -indifférence indifférence NOM f s 3.62 38.31 3.62 38.04 -indifférences indifférence NOM f p 3.62 38.31 0.00 0.27 -indifférenciation indifférenciation NOM f s 0.01 0.14 0.01 0.14 -indifférencié indifférencié ADJ m s 0.02 0.74 0.00 0.20 -indifférenciée indifférencié ADJ f s 0.02 0.74 0.02 0.34 -indifférenciés indifférencié ADJ m p 0.02 0.74 0.00 0.20 -indifférent indifférent ADJ m s 4.48 30.14 2.42 16.22 -indifférente indifférent ADJ f s 4.48 30.14 1.21 8.24 -indifférentes indifférent ADJ f p 4.48 30.14 0.11 1.42 -indifférentisme indifférentisme NOM m s 0.00 0.07 0.00 0.07 -indifférents indifférent ADJ m p 4.48 30.14 0.74 4.26 -indifféré indifférer VER m s 0.60 1.22 0.01 0.07 par:pas; -indigence indigence NOM f s 0.44 1.96 0.44 1.96 -indigent indigent NOM m s 0.57 0.95 0.07 0.20 -indigente indigent NOM f s 0.57 0.95 0.02 0.00 -indigentes indigent ADJ f p 0.12 0.68 0.04 0.00 -indigents indigent NOM m p 0.57 0.95 0.48 0.61 -indigeste indigeste ADJ s 0.53 1.15 0.24 0.81 -indigestes indigeste ADJ p 0.53 1.15 0.29 0.34 -indigestion indigestion NOM f s 1.59 2.03 1.56 1.82 -indigestionner indigestionner VER 0.00 0.07 0.00 0.07 inf; -indigestions indigestion NOM f p 1.59 2.03 0.04 0.20 -indigna indigner VER 4.23 17.23 0.01 2.43 ind:pas:3s; -indignai indigner VER 4.23 17.23 0.00 0.20 ind:pas:1s; -indignaient indigner VER 4.23 17.23 0.00 0.41 ind:imp:3p; -indignais indigner VER 4.23 17.23 0.00 0.07 ind:imp:1s; -indignait indigner VER 4.23 17.23 0.01 3.04 ind:imp:3s; -indignant indigner VER 4.23 17.23 0.00 0.14 par:pre; -indignassent indigner VER 4.23 17.23 0.00 0.07 sub:imp:3p; -indignation indignation NOM f s 1.56 16.28 1.45 15.68 -indignations indignation NOM f p 1.56 16.28 0.11 0.61 -indigne indigne ADJ s 8.75 10.61 6.99 7.91 -indignement indignement ADV 0.28 0.54 0.28 0.54 -indignent indigner VER 4.23 17.23 0.72 0.61 ind:pre:3p; -indigner indigner VER 4.23 17.23 0.37 2.84 inf; -indignera indigner VER 4.23 17.23 0.10 0.14 ind:fut:3s; -indignes indigne ADJ p 8.75 10.61 1.75 2.70 -indignité indignité NOM f s 0.50 2.36 0.47 2.30 -indignités indignité NOM f p 0.50 2.36 0.03 0.07 -indignèrent indigner VER 4.23 17.23 0.00 0.14 ind:pas:3p; -indigné indigner VER m s 4.23 17.23 0.43 2.64 par:pas; -indignée indigner VER f s 4.23 17.23 0.45 1.08 par:pas; -indignées indigner VER f p 4.23 17.23 0.03 0.14 par:pas; -indignés indigné ADJ m p 0.34 6.35 0.16 1.15 -indigo indigo NOM m s 0.45 0.81 0.45 0.81 -indigène indigène ADJ s 1.04 4.19 0.68 2.57 -indigènes indigène NOM p 3.24 5.27 2.85 4.19 -indiqua indiquer VER 36.48 54.12 0.02 4.86 ind:pas:3s; -indiquai indiquer VER 36.48 54.12 0.00 0.88 ind:pas:1s; -indiquaient indiquer VER 36.48 54.12 0.25 1.96 ind:imp:3p; -indiquais indiquer VER 36.48 54.12 0.05 0.47 ind:imp:1s;ind:imp:2s; -indiquait indiquer VER 36.48 54.12 0.84 9.73 ind:imp:3s; -indiquant indiquer VER 36.48 54.12 1.81 5.54 par:pre; -indique indiquer VER 36.48 54.12 14.13 10.20 imp:pre:2s;ind:pre:1s;ind:pre:3s; -indiquent indiquer VER 36.48 54.12 5.18 1.22 ind:pre:3p; -indiquer indiquer VER 36.48 54.12 5.74 7.91 inf; -indiquera indiquer VER 36.48 54.12 0.67 0.27 ind:fut:3s; -indiquerai indiquer VER 36.48 54.12 0.14 0.20 ind:fut:1s; -indiqueraient indiquer VER 36.48 54.12 0.09 0.07 cnd:pre:3p; -indiquerais indiquer VER 36.48 54.12 0.04 0.00 cnd:pre:1s; -indiquerait indiquer VER 36.48 54.12 0.53 0.41 cnd:pre:3s; -indiqueras indiquer VER 36.48 54.12 0.03 0.00 ind:fut:2s; -indiquerez indiquer VER 36.48 54.12 0.03 0.07 ind:fut:2p; -indiqueriez indiquer VER 36.48 54.12 0.00 0.14 cnd:pre:2p; -indiquerons indiquer VER 36.48 54.12 0.03 0.07 ind:fut:1p; -indiquez indiquer VER 36.48 54.12 0.82 0.27 imp:pre:2p;ind:pre:2p; -indiquiez indiquer VER 36.48 54.12 0.01 0.14 ind:imp:2p; -indiquions indiquer VER 36.48 54.12 0.00 0.07 ind:imp:1p; -indiquons indiquer VER 36.48 54.12 0.01 0.00 imp:pre:1p; -indiquât indiquer VER 36.48 54.12 0.00 0.47 sub:imp:3s; -indiquèrent indiquer VER 36.48 54.12 0.02 0.47 ind:pas:3p; -indiqué indiquer VER m s 36.48 54.12 4.81 5.61 par:pas; -indiquée indiquer VER f s 36.48 54.12 0.60 1.69 par:pas; -indiquées indiquer VER f p 36.48 54.12 0.27 0.41 par:pas; -indiqués indiquer VER m p 36.48 54.12 0.36 1.01 par:pas; -indirect indirect ADJ m s 1.25 3.78 0.23 1.42 -indirecte indirect ADJ f s 1.25 3.78 0.55 1.42 -indirectement indirectement ADV 1.05 2.57 1.05 2.57 -indirectes indirect ADJ f p 1.25 3.78 0.36 0.20 -indirects indirect ADJ m p 1.25 3.78 0.11 0.74 -indiscernable indiscernable ADJ s 0.02 1.69 0.02 0.88 -indiscernables indiscernable ADJ p 0.02 1.69 0.00 0.81 -indiscipline indiscipline NOM f s 0.21 1.01 0.21 1.01 -indiscipliné indiscipliné ADJ m s 1.49 0.68 0.23 0.20 -indisciplinée indiscipliné ADJ f s 1.49 0.68 0.36 0.07 -indisciplinées indiscipliné ADJ f p 1.49 0.68 0.27 0.07 -indisciplinés indiscipliné ADJ m p 1.49 0.68 0.63 0.34 -indiscret indiscret ADJ m s 4.56 8.45 2.25 3.38 -indiscrets indiscret ADJ m p 4.56 8.45 0.38 1.76 -indiscrète indiscret ADJ f s 4.56 8.45 1.68 2.03 -indiscrètement indiscrètement ADV 0.00 0.47 0.00 0.47 -indiscrètes indiscret ADJ f p 4.56 8.45 0.25 1.28 -indiscrétion indiscrétion NOM f s 2.24 5.74 1.90 4.53 -indiscrétions indiscrétion NOM f p 2.24 5.74 0.34 1.22 -indiscutable indiscutable ADJ s 1.13 5.27 0.95 4.19 -indiscutablement indiscutablement ADV 0.25 1.96 0.25 1.96 -indiscutables indiscutable ADJ p 1.13 5.27 0.18 1.08 -indiscuté indiscuté ADJ m s 0.01 0.41 0.01 0.20 -indiscutée indiscuté ADJ f s 0.01 0.41 0.00 0.14 -indiscutés indiscuté ADJ m p 0.01 0.41 0.00 0.07 -indispensable indispensable ADJ s 9.21 21.76 8.52 15.68 -indispensables indispensable ADJ p 9.21 21.76 0.69 6.08 -indisponibilité indisponibilité NOM f s 0.03 0.00 0.03 0.00 -indisponible indisponible ADJ s 0.52 0.20 0.43 0.07 -indisponibles indisponible ADJ p 0.52 0.20 0.09 0.14 -indisposa indisposer VER 0.96 2.64 0.00 0.14 ind:pas:3s; -indisposaient indisposer VER 0.96 2.64 0.00 0.14 ind:imp:3p; -indisposait indisposer VER 0.96 2.64 0.01 0.41 ind:imp:3s; -indispose indispos ADJ f s 0.12 0.54 0.12 0.54 -indisposent indisposer VER 0.96 2.64 0.10 0.27 ind:pre:3p; -indisposer indisposer VER 0.96 2.64 0.16 0.74 inf; -indisposerait indisposer VER 0.96 2.64 0.02 0.07 cnd:pre:3s; -indisposition indisposition NOM f s 0.02 0.61 0.02 0.61 -indisposons indisposer VER 0.96 2.64 0.00 0.07 ind:pre:1p; -indisposèrent indisposer VER 0.96 2.64 0.00 0.07 ind:pas:3p; -indisposé indisposer VER m s 0.96 2.64 0.53 0.41 par:pas; -indisposée indisposé ADJ f s 0.42 0.14 0.17 0.07 -indisposés indisposer VER m p 0.96 2.64 0.01 0.14 par:pas; -indissociable indissociable ADJ s 0.25 0.14 0.02 0.07 -indissociables indissociable ADJ m p 0.25 0.14 0.23 0.07 -indissociés indissocié ADJ m p 0.00 0.07 0.00 0.07 -indissoluble indissoluble ADJ s 0.14 0.95 0.12 0.74 -indissolublement indissolublement ADV 0.01 0.54 0.01 0.54 -indissolubles indissoluble ADJ m p 0.14 0.95 0.02 0.20 -indistinct indistinct ADJ m s 0.54 8.24 0.30 2.64 -indistincte indistinct ADJ f s 0.54 8.24 0.23 2.23 -indistinctement indistinctement ADV 0.01 1.55 0.01 1.55 -indistinctes indistinct ADJ f p 0.54 8.24 0.00 2.09 -indistinction indistinction NOM f s 0.00 0.34 0.00 0.34 -indistincts indistinct ADJ m p 0.54 8.24 0.00 1.28 -individu individu NOM m s 15.38 31.42 9.04 19.53 -individualiser individualiser VER 0.01 0.20 0.01 0.00 inf; -individualisme individualisme NOM m s 0.50 1.35 0.50 1.35 -individualiste individualiste NOM s 0.30 0.20 0.17 0.14 -individualistes individualiste NOM p 0.30 0.20 0.13 0.07 -individualisé individualiser VER m s 0.01 0.20 0.00 0.07 par:pas; -individualisés individualiser VER m p 0.01 0.20 0.00 0.14 par:pas; -individualité individualité NOM f s 0.58 0.88 0.57 0.74 -individualités individualité NOM f p 0.58 0.88 0.01 0.14 -individuel individuel ADJ m s 3.99 8.11 0.97 2.23 -individuelle individuel ADJ f s 3.99 8.11 1.36 2.23 -individuellement individuellement ADV 1.22 0.95 1.22 0.95 -individuelles individuel ADJ f p 3.99 8.11 0.99 2.36 -individuels individuel ADJ m p 3.99 8.11 0.67 1.28 -individus individu NOM m p 15.38 31.42 6.34 11.89 -individuée individué ADJ f s 0.00 0.07 0.00 0.07 -indivis indivis ADJ m 0.10 0.34 0.10 0.27 -indivises indivis ADJ f p 0.10 0.34 0.00 0.07 -indivisibilité indivisibilité NOM f s 0.00 0.07 0.00 0.07 -indivisible indivisible ADJ s 0.44 1.15 0.40 1.15 -indivisibles indivisible ADJ p 0.44 1.15 0.03 0.00 -indivision indivision NOM f s 0.00 0.07 0.00 0.07 -indivisé indivisé ADJ m s 0.00 0.07 0.00 0.07 -indo_européen indo_européen ADJ m s 0.11 0.27 0.10 0.00 -indo_européen indo_européen ADJ f s 0.11 0.27 0.01 0.07 -indo_européen indo_européen ADJ f p 0.11 0.27 0.00 0.14 -indo_européen indo_européen ADJ m p 0.11 0.27 0.00 0.07 -indo indo ADV 0.03 0.54 0.03 0.54 -indochinois indochinois NOM m 0.10 0.34 0.10 0.34 -indochinoise indochinois ADJ f s 0.01 1.28 0.00 0.68 -indochinoises indochinois ADJ f p 0.01 1.28 0.00 0.20 -indocile indocile ADJ s 0.23 0.74 0.23 0.74 -indocilité indocilité NOM f s 0.00 0.07 0.00 0.07 -indole indole NOM m s 0.01 0.00 0.01 0.00 -indolemment indolemment ADV 0.00 0.54 0.00 0.54 -indolence indolence NOM f s 0.27 2.57 0.27 2.50 -indolences indolence NOM f p 0.27 2.57 0.00 0.07 -indolent indolent ADJ m s 1.29 2.91 0.38 0.95 -indolente indolent ADJ f s 1.29 2.91 0.13 1.22 -indolentes indolent ADJ f p 1.29 2.91 0.10 0.34 -indolents indolent ADJ m p 1.29 2.91 0.68 0.41 -indolore indolore ADJ s 0.77 0.68 0.69 0.47 -indolores indolore ADJ p 0.77 0.68 0.08 0.20 -indomptable indomptable ADJ s 1.07 1.28 0.91 1.01 -indomptables indomptable ADJ m p 1.07 1.28 0.16 0.27 -indompté indompté ADJ m s 0.24 0.27 0.07 0.00 -indomptée indompté ADJ f s 0.24 0.27 0.07 0.20 -indomptés indompté ADJ m p 0.24 0.27 0.10 0.07 -indonésien indonésien ADJ m s 0.20 0.20 0.18 0.00 -indonésienne indonésien NOM f s 0.26 0.00 0.10 0.00 -indonésiens indonésien NOM m p 0.26 0.00 0.14 0.00 -indoor indoor ADJ m s 0.05 0.00 0.05 0.00 -indosable indosable ADJ f s 0.00 0.07 0.00 0.07 -indou indou ADJ m s 0.03 0.27 0.03 0.07 -indous indou ADJ m p 0.03 0.27 0.00 0.20 -indu indu ADJ m s 0.29 0.81 0.02 0.07 -indubitable indubitable ADJ s 0.31 0.88 0.29 0.81 -indubitablement indubitablement ADV 0.70 0.61 0.70 0.61 -indubitables indubitable ADJ f p 0.31 0.88 0.03 0.07 -indécelable indécelable ADJ s 0.22 0.20 0.20 0.14 -indécelables indécelable ADJ p 0.22 0.20 0.02 0.07 -indécemment indécemment ADV 0.01 0.27 0.01 0.27 -indécence indécence NOM f s 0.28 2.16 0.28 1.96 -indécences indécence NOM f p 0.28 2.16 0.00 0.20 -indécent indécent ADJ m s 2.09 5.27 1.36 2.43 -indécente indécent ADJ f s 2.09 5.27 0.60 1.96 -indécentes indécent ADJ f p 2.09 5.27 0.07 0.47 -indécents indécent ADJ m p 2.09 5.27 0.05 0.41 -indéchiffrable indéchiffrable ADJ s 0.14 2.97 0.08 1.69 -indéchiffrables indéchiffrable ADJ p 0.14 2.97 0.06 1.28 -indéchirable indéchirable ADJ s 0.02 0.14 0.01 0.14 -indéchirables indéchirable ADJ f p 0.02 0.14 0.01 0.00 -indécidable indécidable ADJ s 0.00 0.27 0.00 0.20 -indécidables indécidable ADJ m p 0.00 0.27 0.00 0.07 -indécis indécis ADJ m 1.15 11.42 0.66 6.49 -indécise indécis ADJ f s 1.15 11.42 0.35 3.58 -indécises indécis ADJ f p 1.15 11.42 0.14 1.35 -indécision indécision NOM f s 0.27 2.16 0.17 1.89 -indécisions indécision NOM f p 0.27 2.16 0.10 0.27 -indécodable indécodable ADJ s 0.03 0.00 0.03 0.00 -indécollable indécollable ADJ s 0.01 0.07 0.01 0.00 -indécollables indécollable ADJ m p 0.01 0.07 0.00 0.07 -indécrassables indécrassable ADJ m p 0.00 0.14 0.00 0.14 -indécrottable indécrottable ADJ s 0.17 1.22 0.16 1.01 -indécrottablement indécrottablement ADV 0.00 0.07 0.00 0.07 -indécrottables indécrottable ADJ m p 0.17 1.22 0.01 0.20 -inducteur inducteur NOM m s 0.02 0.00 0.02 0.00 -inductif inductif ADJ m s 0.01 0.07 0.01 0.00 -induction induction NOM f s 0.43 0.54 0.42 0.47 -inductions induction NOM f p 0.43 0.54 0.01 0.07 -inductive inductif ADJ f s 0.01 0.07 0.00 0.07 -inductrice inducteur ADJ f s 0.00 0.07 0.00 0.07 -indue indu ADJ f s 0.29 0.81 0.27 0.27 -indues indu ADJ f p 0.29 0.81 0.00 0.41 -indéfectible indéfectible ADJ s 0.25 1.01 0.24 0.88 -indéfectiblement indéfectiblement ADV 0.00 0.41 0.00 0.41 -indéfectibles indéfectible ADJ m p 0.25 1.01 0.01 0.14 -indéfendable indéfendable ADJ f s 0.19 0.34 0.19 0.34 -indéfini indéfini ADJ m s 0.43 2.16 0.21 0.95 -indéfinie indéfini ADJ f s 0.43 2.16 0.23 0.81 -indéfinies indéfini ADJ f p 0.43 2.16 0.00 0.20 -indéfiniment indéfiniment ADV 2.08 11.22 2.08 11.22 -indéfinis indéfini ADJ m p 0.43 2.16 0.00 0.20 -indéfinissable indéfinissable ADJ s 0.29 6.01 0.16 5.54 -indéfinissablement indéfinissablement ADV 0.00 0.14 0.00 0.14 -indéfinissables indéfinissable ADJ p 0.29 6.01 0.14 0.47 -indéfinition indéfinition NOM f s 0.00 0.07 0.00 0.07 -indéformables indéformable ADJ p 0.00 0.07 0.00 0.07 -indéfriché indéfriché ADJ m s 0.00 0.14 0.00 0.14 -indéfrisable indéfrisable NOM f s 0.01 1.49 0.00 1.01 -indéfrisables indéfrisable NOM f p 0.01 1.49 0.01 0.47 -induiraient induire VER 1.68 1.69 0.00 0.07 cnd:pre:3p; -induirait induire VER 1.68 1.69 0.01 0.07 cnd:pre:3s; -induire induire VER 1.68 1.69 0.54 0.54 inf; -induis induire VER 1.68 1.69 0.17 0.07 imp:pre:2s;ind:pre:1s; -induisaient induire VER 1.68 1.69 0.00 0.14 ind:imp:3p; -induisait induire VER 1.68 1.69 0.02 0.07 ind:imp:3s; -induisant induire VER 1.68 1.69 0.06 0.00 par:pre; -induisez induire VER 1.68 1.69 0.03 0.00 ind:pre:2p; -induisit induire VER 1.68 1.69 0.00 0.14 ind:pas:3s; -induit induire VER m s 1.68 1.69 0.60 0.34 ind:pre:3s;par:pas; -induite induire VER f s 1.68 1.69 0.05 0.07 par:pas; -induits induire VER m p 1.68 1.69 0.19 0.20 par:pas; -indulgence indulgence NOM f s 2.46 16.35 2.46 15.41 -indulgences indulgence NOM f p 2.46 16.35 0.01 0.95 -indulgent indulgent ADJ m s 3.31 7.09 1.89 4.19 -indulgente indulgent ADJ f s 3.31 7.09 0.66 2.30 -indulgentes indulgent ADJ f p 3.31 7.09 0.01 0.34 -indulgents indulgent ADJ m p 3.31 7.09 0.75 0.27 -indélicat indélicat ADJ m s 0.44 0.74 0.32 0.41 -indélicate indélicat ADJ f s 0.44 0.74 0.11 0.07 -indélicatesse indélicatesse NOM f s 0.02 0.74 0.02 0.54 -indélicatesses indélicatesse NOM f p 0.02 0.74 0.00 0.20 -indélicats indélicat ADJ m p 0.44 0.74 0.01 0.27 -indélivrable indélivrable ADJ m s 0.00 0.07 0.00 0.07 -indélogeable indélogeable ADJ f s 0.01 0.14 0.01 0.07 -indélogeables indélogeable ADJ p 0.01 0.14 0.00 0.07 -indélébile indélébile ADJ s 0.75 3.78 0.71 2.97 -indélébiles indélébile ADJ p 0.75 3.78 0.04 0.81 -indémaillable indémaillable ADJ s 0.00 0.41 0.00 0.27 -indémaillables indémaillable ADJ p 0.00 0.41 0.00 0.14 -indémodable indémodable ADJ s 0.14 0.07 0.14 0.00 -indémodables indémodable ADJ m p 0.14 0.07 0.00 0.07 -indémontrable indémontrable ADJ m s 0.00 0.14 0.00 0.07 -indémontrables indémontrable ADJ m p 0.00 0.14 0.00 0.07 -indémêlables indémêlable ADJ m p 0.00 0.07 0.00 0.07 -indéniable indéniable ADJ s 0.97 1.82 0.89 1.22 -indéniablement indéniablement ADV 0.33 0.74 0.33 0.74 -indéniables indéniable ADJ p 0.97 1.82 0.08 0.61 -indénombrables indénombrable ADJ m p 0.02 0.07 0.02 0.07 -indénouable indénouable ADJ s 0.20 0.14 0.20 0.14 -indépassable indépassable ADJ m s 0.00 0.20 0.00 0.20 -indépendamment indépendamment ADV 0.55 3.45 0.55 3.45 -indépendance indépendance NOM f s 6.59 27.16 6.59 27.16 -indépendant indépendant ADJ m s 11.11 9.46 5.03 3.04 -indépendante indépendant ADJ s 11.11 9.46 4.08 3.78 -indépendantes indépendant ADJ f p 11.11 9.46 0.54 0.88 -indépendantisme indépendantisme NOM m s 0.10 0.00 0.10 0.00 -indépendantiste indépendantiste ADJ m s 0.23 0.07 0.11 0.00 -indépendantistes indépendantiste NOM p 0.27 0.00 0.27 0.00 -indépendants indépendant ADJ m p 11.11 9.46 1.46 1.76 -indéracinable indéracinable ADJ s 0.00 0.54 0.00 0.47 -indéracinables indéracinable ADJ p 0.00 0.54 0.00 0.07 -induré indurer VER m s 0.00 0.14 0.00 0.07 par:pas; -indurée induré ADJ f s 0.00 0.07 0.00 0.07 -indurées indurer VER f p 0.00 0.14 0.00 0.07 par:pas; -indéréglables indéréglable ADJ f p 0.00 0.20 0.00 0.20 -indus indu ADJ m p 0.29 0.81 0.00 0.07 -indésirable indésirable ADJ s 1.08 1.08 0.56 0.74 -indésirables indésirable NOM p 0.69 0.74 0.53 0.47 -industrialisation industrialisation NOM f s 0.01 0.20 0.01 0.20 -industrialiser industrialiser VER 0.04 0.14 0.00 0.14 inf; -industrialisé industrialiser VER m s 0.04 0.14 0.04 0.00 par:pas; -industrialisée industrialisé ADJ f s 0.16 0.14 0.01 0.07 -industrialisés industrialisé ADJ m p 0.16 0.14 0.14 0.07 -industrie_clé industrie_clé NOM f s 0.01 0.00 0.01 0.00 -industrie industrie NOM f s 12.51 11.82 9.66 10.34 -industriel industriel ADJ m s 6.66 7.70 2.68 3.04 -industrielle industriel ADJ f s 6.66 7.70 1.78 3.04 -industriellement industriellement ADV 0.00 0.20 0.00 0.20 -industrielles industriel ADJ f p 6.66 7.70 0.55 0.61 -industriels industriel ADJ m p 6.66 7.70 1.66 1.01 -industries industrie NOM f p 12.51 11.82 2.85 1.49 -industrieuse industrieux ADJ f s 0.02 1.08 0.01 0.34 -industrieusement industrieusement ADV 0.00 0.07 0.00 0.07 -industrieuses industrieux ADJ f p 0.02 1.08 0.00 0.07 -industrieux industrieux ADJ m 0.02 1.08 0.01 0.68 -indétectable indétectable ADJ s 0.77 0.14 0.65 0.07 -indétectables indétectable ADJ f p 0.77 0.14 0.12 0.07 -indéterminable indéterminable ADJ s 0.01 0.07 0.01 0.07 -indétermination indétermination NOM f s 0.01 0.34 0.01 0.34 -indéterminé indéterminé ADJ m s 1.49 2.36 0.21 1.08 -indéterminée indéterminé ADJ f s 1.49 2.36 1.23 0.95 -indéterminées indéterminé ADJ f p 1.49 2.36 0.03 0.20 -indéterminés indéterminé ADJ m p 1.49 2.36 0.03 0.14 -ineffable ineffable ADJ s 0.06 4.46 0.04 3.92 -ineffablement ineffablement ADV 0.02 0.07 0.02 0.07 -ineffables ineffable ADJ p 0.06 4.46 0.02 0.54 -ineffaçable ineffaçable ADJ s 0.13 1.22 0.13 1.08 -ineffaçablement ineffaçablement ADV 0.00 0.07 0.00 0.07 -ineffaçables ineffaçable ADJ f p 0.13 1.22 0.00 0.14 -inefficace inefficace ADJ s 1.25 1.28 0.98 0.61 -inefficaces inefficace ADJ p 1.25 1.28 0.27 0.68 -inefficacité inefficacité NOM f s 0.27 0.61 0.27 0.61 -inemploi inemploi NOM m s 0.10 0.00 0.10 0.00 -inemployable inemployable ADJ s 0.03 0.07 0.03 0.00 -inemployables inemployable ADJ p 0.03 0.07 0.00 0.07 -inemployé inemployé ADJ m s 0.02 0.88 0.00 0.27 -inemployée inemployé ADJ f s 0.02 0.88 0.00 0.27 -inemployées inemployé ADJ f p 0.02 0.88 0.00 0.27 -inemployés inemployé ADJ m p 0.02 0.88 0.02 0.07 -inentamable inentamable ADJ f s 0.01 0.14 0.01 0.14 -inentamé inentamé ADJ m s 0.01 0.81 0.00 0.54 -inentamée inentamé ADJ f s 0.01 0.81 0.01 0.20 -inentamées inentamé ADJ f p 0.01 0.81 0.00 0.07 -inenvisageable inenvisageable ADJ s 0.05 0.00 0.05 0.00 -inepte inepte ADJ s 0.69 3.24 0.52 1.69 -ineptement ineptement ADV 0.00 0.07 0.00 0.07 -ineptes inepte ADJ p 0.69 3.24 0.17 1.55 -ineptie ineptie NOM f s 1.48 1.89 0.77 1.01 -inepties ineptie NOM f p 1.48 1.89 0.71 0.88 -inerte inerte ADJ s 0.96 14.53 0.67 10.61 -inertes inerte ADJ p 0.96 14.53 0.29 3.92 -inertie inertie NOM f s 0.95 6.62 0.95 6.49 -inertiel inertiel ADJ m s 0.11 0.00 0.06 0.00 -inertielle inertiel ADJ f s 0.11 0.00 0.05 0.00 -inerties inertie NOM f p 0.95 6.62 0.00 0.14 -inespoir inespoir NOM m s 0.00 0.07 0.00 0.07 -inespérable inespérable ADJ s 0.00 0.07 0.00 0.07 -inespéré inespéré ADJ m s 0.35 4.32 0.17 1.62 -inespérée inespéré ADJ f s 0.35 4.32 0.18 2.43 -inespérées inespéré ADJ f p 0.35 4.32 0.00 0.27 -inespérément inespérément ADV 0.00 0.07 0.00 0.07 -inessentiel inessentiel ADJ m s 0.00 0.07 0.00 0.07 -inesthétique inesthétique ADJ m s 0.02 0.27 0.02 0.07 -inesthétiques inesthétique ADJ m p 0.02 0.27 0.00 0.20 -inestimable inestimable ADJ s 2.19 2.91 1.79 1.89 -inestimables inestimable ADJ p 2.19 2.91 0.40 1.01 -inexact inexact ADJ m s 1.01 1.28 0.65 0.47 -inexacte inexact ADJ f s 1.01 1.28 0.19 0.47 -inexactement inexactement ADV 0.01 0.14 0.01 0.14 -inexactes inexact ADJ f p 1.01 1.28 0.16 0.27 -inexactitude inexactitude NOM f s 0.08 0.54 0.03 0.20 -inexactitudes inexactitude NOM f p 0.08 0.54 0.05 0.34 -inexacts inexact ADJ m p 1.01 1.28 0.01 0.07 -inexcusable inexcusable ADJ s 0.77 0.54 0.64 0.47 -inexcusables inexcusable ADJ p 0.77 0.54 0.13 0.07 -inexistant inexistant ADJ m s 1.29 3.65 0.39 1.28 -inexistante inexistant ADJ f s 1.29 3.65 0.46 0.88 -inexistantes inexistant ADJ f p 1.29 3.65 0.10 0.54 -inexistants inexistant ADJ m p 1.29 3.65 0.35 0.95 -inexistence inexistence NOM f s 0.02 1.62 0.02 1.62 -inexorabilité inexorabilité NOM f s 0.00 0.14 0.00 0.14 -inexorable inexorable ADJ s 0.33 4.19 0.33 3.78 -inexorablement inexorablement ADV 0.33 3.92 0.33 3.92 -inexorables inexorable ADJ m p 0.33 4.19 0.00 0.41 -inexperte inexpert ADJ f s 0.00 0.14 0.00 0.14 -inexpiable inexpiable ADJ s 0.10 0.54 0.10 0.54 -inexplicable inexplicable ADJ s 3.25 7.16 1.96 5.61 -inexplicablement inexplicablement ADV 0.23 3.18 0.23 3.18 -inexplicables inexplicable ADJ p 3.25 7.16 1.29 1.55 -inexpliqué inexpliqué ADJ m s 1.23 1.55 0.28 0.61 -inexpliquée inexpliqué ADJ f s 1.23 1.55 0.41 0.54 -inexpliquées inexpliqué ADJ f p 1.23 1.55 0.34 0.07 -inexpliqués inexpliqué ADJ m p 1.23 1.55 0.21 0.34 -inexploitable inexploitable ADJ s 0.02 0.00 0.02 0.00 -inexploité inexploité ADJ m s 0.22 0.14 0.06 0.00 -inexploitée inexploité ADJ f s 0.22 0.14 0.11 0.00 -inexploitées inexploité ADJ f p 0.22 0.14 0.04 0.14 -inexploités inexploité ADJ m p 0.22 0.14 0.01 0.00 -inexploré inexploré ADJ m s 1.11 0.61 0.32 0.27 -inexplorée inexploré ADJ f s 1.11 0.61 0.32 0.07 -inexplorées inexploré ADJ f p 1.11 0.61 0.26 0.14 -inexplorés inexploré ADJ m p 1.11 0.61 0.22 0.14 -inexplosible inexplosible ADJ s 0.00 0.27 0.00 0.07 -inexplosibles inexplosible ADJ m p 0.00 0.27 0.00 0.20 -inexpressif inexpressif ADJ m s 0.17 2.64 0.04 1.49 -inexpressifs inexpressif ADJ m p 0.17 2.64 0.12 0.74 -inexpression inexpression NOM f s 0.00 0.07 0.00 0.07 -inexpressive inexpressif ADJ f s 0.17 2.64 0.00 0.41 -inexpressives inexpressif ADJ f p 0.17 2.64 0.01 0.00 -inexprimable inexprimable ADJ s 0.40 3.18 0.40 3.04 -inexprimablement inexprimablement ADV 0.00 0.20 0.00 0.20 -inexprimables inexprimable ADJ m p 0.40 3.18 0.00 0.14 -inexprimé inexprimé ADJ m s 0.10 0.47 0.05 0.27 -inexprimée inexprimé ADJ f s 0.10 0.47 0.05 0.20 -inexpugnable inexpugnable ADJ f s 0.13 0.41 0.13 0.34 -inexpugnablement inexpugnablement ADV 0.00 0.07 0.00 0.07 -inexpugnables inexpugnable ADJ f p 0.13 0.41 0.00 0.07 -inexpérience inexpérience NOM f s 0.28 2.03 0.28 1.96 -inexpériences inexpérience NOM f p 0.28 2.03 0.00 0.07 -inexpérimenté inexpérimenté ADJ m s 1.28 1.01 0.54 0.34 -inexpérimentée inexpérimenté ADJ f s 1.28 1.01 0.55 0.47 -inexpérimentées inexpérimenté ADJ f p 1.28 1.01 0.01 0.07 -inexpérimentés inexpérimenté ADJ m p 1.28 1.01 0.18 0.14 -inextinguible inextinguible ADJ s 0.18 0.81 0.18 0.74 -inextinguibles inextinguible ADJ m p 0.18 0.81 0.00 0.07 -inextirpable inextirpable ADJ f s 0.00 0.07 0.00 0.07 -inextricable inextricable ADJ s 0.58 3.31 0.44 2.70 -inextricablement inextricablement ADV 0.15 0.81 0.15 0.81 -inextricables inextricable ADJ p 0.58 3.31 0.14 0.61 -infaillibilité infaillibilité NOM f s 0.28 0.95 0.28 0.95 -infaillible infaillible ADJ s 2.37 6.28 2.10 6.01 -infailliblement infailliblement ADV 0.27 1.82 0.27 1.82 -infaillibles infaillible ADJ m p 2.37 6.28 0.27 0.27 -infaisable infaisable ADJ s 0.39 0.14 0.39 0.14 -infalsifiable infalsifiable ADJ s 0.01 0.00 0.01 0.00 -infamant infamant ADJ m s 0.18 2.43 0.02 1.08 -infamante infamant ADJ f s 0.18 2.43 0.15 0.74 -infamantes infamant ADJ f p 0.18 2.43 0.01 0.27 -infamants infamant ADJ m p 0.18 2.43 0.00 0.34 -infamie infamie NOM f s 2.22 3.72 2.01 3.11 -infamies infamie NOM f p 2.22 3.72 0.21 0.61 -infant infant NOM m s 5.52 1.76 4.98 0.54 -infante infant NOM f s 5.52 1.76 0.54 0.88 -infanterie infanterie NOM f s 3.79 10.07 3.79 10.00 -infanteries infanterie NOM f p 3.79 10.07 0.00 0.07 -infantes infant NOM f p 5.52 1.76 0.00 0.07 -infanticide infanticide NOM s 0.34 0.41 0.34 0.27 -infanticides infanticide NOM p 0.34 0.41 0.00 0.14 -infantile infantile ADJ s 3.30 3.24 2.57 2.30 -infantilement infantilement ADV 0.00 0.07 0.00 0.07 -infantiles infantile ADJ p 3.30 3.24 0.73 0.95 -infantiliser infantiliser VER 0.04 0.00 0.02 0.00 inf; -infantilisme infantilisme NOM m s 0.06 0.74 0.05 0.74 -infantilismes infantilisme NOM m p 0.06 0.74 0.01 0.00 -infantilisé infantiliser VER m s 0.04 0.00 0.02 0.00 par:pas; -infants infant NOM m p 5.52 1.76 0.00 0.27 -infarctus infarctus NOM m 4.87 1.62 4.87 1.62 -infatigable infatigable ADJ s 0.46 4.80 0.29 3.31 -infatigablement infatigablement ADV 0.00 0.61 0.00 0.61 -infatigables infatigable ADJ p 0.46 4.80 0.17 1.49 -infatuation infatuation NOM f s 0.01 0.41 0.01 0.41 -infatuer infatuer VER 0.02 0.34 0.01 0.00 inf; -infatué infatué ADJ m s 0.02 0.14 0.02 0.07 -infatués infatuer VER m p 0.02 0.34 0.00 0.07 par:pas; -infect infect ADJ m s 3.61 6.28 2.03 2.91 -infectaient infecter VER 9.96 2.64 0.01 0.14 ind:imp:3p; -infectait infecter VER 9.96 2.64 0.02 0.14 ind:imp:3s; -infectant infecter VER 9.96 2.64 0.06 0.00 par:pre; -infectassent infecter VER 9.96 2.64 0.00 0.07 sub:imp:3p; -infecte infect ADJ f s 3.61 6.28 1.31 1.62 -infectement infectement ADV 0.00 0.07 0.00 0.07 -infectent infecter VER 9.96 2.64 0.21 0.14 ind:pre:3p; -infecter infecter VER 9.96 2.64 1.84 0.68 inf; -infectera infecter VER 9.96 2.64 0.05 0.00 ind:fut:3s; -infectes infect ADJ f p 3.61 6.28 0.05 1.08 -infectez infecter VER 9.96 2.64 0.02 0.00 imp:pre:2p;ind:pre:2p; -infectieuse infectieux ADJ f s 0.66 0.47 0.14 0.14 -infectieuses infectieux ADJ f p 0.66 0.47 0.26 0.27 -infectieux infectieux ADJ m 0.66 0.47 0.26 0.07 -infectiologie infectiologie NOM f s 0.01 0.00 0.01 0.00 -infection infection NOM f s 10.62 1.89 9.55 1.69 -infections infection NOM f p 10.62 1.89 1.07 0.20 -infects infect ADJ m p 3.61 6.28 0.22 0.68 -infecté infecter VER m s 9.96 2.64 3.23 0.54 par:pas; -infectée infecter VER f s 9.96 2.64 1.92 0.54 par:pas; -infectées infecté ADJ f p 3.40 0.61 0.66 0.27 -infectés infecter VER m p 9.96 2.64 0.99 0.07 par:pas; -infernal infernal ADJ m s 6.66 13.38 3.36 5.41 -infernale infernal ADJ f s 6.66 13.38 2.61 5.95 -infernalement infernalement ADV 0.00 0.20 0.00 0.20 -infernales infernal ADJ f p 6.66 13.38 0.46 1.55 -infernaux infernal ADJ m p 6.66 13.38 0.24 0.47 -infertile infertile ADJ s 0.08 0.41 0.08 0.34 -infertiles infertile ADJ p 0.08 0.41 0.00 0.07 -infertilité infertilité NOM f s 0.03 0.07 0.03 0.07 -infestaient infester VER 2.05 2.84 0.01 0.68 ind:imp:3p; -infestait infester VER 2.05 2.84 0.00 0.14 ind:imp:3s; -infestant infester VER 2.05 2.84 0.01 0.07 par:pre; -infestation infestation NOM f s 0.12 0.00 0.12 0.00 -infeste infester VER 2.05 2.84 0.02 0.07 ind:pre:3s; -infestent infester VER 2.05 2.84 0.12 0.20 ind:pre:3p; -infester infester VER 2.05 2.84 0.09 0.00 inf; -infesteront infester VER 2.05 2.84 0.10 0.07 ind:fut:3p; -infestât infester VER 2.05 2.84 0.00 0.07 sub:imp:3s; -infestèrent infester VER 2.05 2.84 0.00 0.07 ind:pas:3p; -infesté infester VER m s 2.05 2.84 0.57 0.34 par:pas; -infestée infester VER f s 2.05 2.84 0.56 0.61 par:pas; -infestées infester VER f p 2.05 2.84 0.38 0.20 par:pas; -infestés infester VER m p 2.05 2.84 0.19 0.34 par:pas; -infibulation infibulation NOM f s 0.03 0.00 0.03 0.00 -infidèle infidèle ADJ s 3.83 2.97 2.84 2.50 -infidèles infidèle NOM p 2.33 2.57 1.25 1.49 -infidélité infidélité NOM f s 1.40 2.57 1.11 1.62 -infidélités infidélité NOM f p 1.40 2.57 0.28 0.95 -infigurable infigurable ADJ s 0.00 0.07 0.00 0.07 -infiltra infiltrer VER 6.88 6.35 0.11 0.07 ind:pas:3s; -infiltraient infiltrer VER 6.88 6.35 0.01 0.27 ind:imp:3p; -infiltrait infiltrer VER 6.88 6.35 0.05 1.42 ind:imp:3s; -infiltrant infiltrer VER 6.88 6.35 0.08 0.07 par:pre; -infiltrat infiltrat NOM m s 0.01 0.00 0.01 0.00 -infiltration infiltration NOM f s 1.71 1.55 1.38 0.95 -infiltrations infiltration NOM f p 1.71 1.55 0.34 0.61 -infiltre infiltrer VER 6.88 6.35 0.73 1.01 imp:pre:2s;ind:pre:1s;ind:pre:3s; -infiltrent infiltrer VER 6.88 6.35 0.20 0.20 ind:pre:3p; -infiltrer infiltrer VER 6.88 6.35 2.38 1.82 inf; -infiltrera infiltrer VER 6.88 6.35 0.05 0.00 ind:fut:3s; -infiltreront infiltrer VER 6.88 6.35 0.10 0.00 ind:fut:3p; -infiltrez infiltrer VER 6.88 6.35 0.05 0.00 imp:pre:2p;ind:pre:2p; -infiltriez infiltrer VER 6.88 6.35 0.01 0.00 ind:imp:2p; -infiltrions infiltrer VER 6.88 6.35 0.00 0.07 ind:imp:1p; -infiltrons infiltrer VER 6.88 6.35 0.01 0.07 imp:pre:1p;ind:pre:1p; -infiltrèrent infiltrer VER 6.88 6.35 0.00 0.07 ind:pas:3p; -infiltré infiltrer VER m s 6.88 6.35 2.22 0.61 par:pas; -infiltrée infiltrer VER f s 6.88 6.35 0.25 0.34 par:pas; -infiltrées infiltrer VER f p 6.88 6.35 0.04 0.07 par:pas; -infiltrés infiltrer VER m p 6.88 6.35 0.58 0.27 par:pas; -infime infime ADJ s 2.09 11.89 1.53 6.55 -infimes infime ADJ p 2.09 11.89 0.56 5.34 -infini infini ADJ m s 9.21 27.03 3.86 6.69 -infinie infini ADJ f s 9.21 27.03 4.11 12.16 -infinies infini ADJ f p 9.21 27.03 0.76 4.86 -infiniment infiniment ADV 10.29 17.43 10.29 17.43 -infinis infini ADJ m p 9.21 27.03 0.47 3.31 -infinitif infinitif NOM m s 0.03 0.14 0.01 0.07 -infinitifs infinitif NOM m p 0.03 0.14 0.01 0.07 -infinitive infinitif ADJ f s 0.01 0.00 0.01 0.00 -infinité infinité NOM f s 0.62 2.57 0.60 2.50 -infinitude infinitude NOM f s 0.00 0.14 0.00 0.14 -infinités infinité NOM f p 0.62 2.57 0.01 0.07 -infinitésimal infinitésimal ADJ m s 0.07 1.22 0.03 0.27 -infinitésimale infinitésimal ADJ f s 0.07 1.22 0.03 0.34 -infinitésimalement infinitésimalement ADV 0.00 0.07 0.00 0.07 -infinitésimales infinitésimal ADJ f p 0.07 1.22 0.00 0.61 -infinitésimaux infinitésimal ADJ m p 0.07 1.22 0.01 0.00 -infirma infirmer VER 0.14 1.15 0.00 0.20 ind:pas:3s; -infirmait infirmer VER 0.14 1.15 0.00 0.14 ind:imp:3s; -infirmant infirmer VER 0.14 1.15 0.00 0.07 par:pre; -infirme infirme ADJ s 2.27 3.65 2.00 3.04 -infirment infirmer VER 0.14 1.15 0.01 0.07 ind:pre:3p; -infirmer infirmer VER 0.14 1.15 0.07 0.07 inf; -infirmerie infirmerie NOM f s 7.14 7.43 7.13 7.30 -infirmeries infirmerie NOM f p 7.14 7.43 0.01 0.14 -infirmeront infirmer VER 0.14 1.15 0.00 0.07 ind:fut:3p; -infirmes infirme NOM p 2.32 6.15 0.64 2.64 -infirmier infirmier NOM m s 32.31 36.28 3.17 3.58 -infirmiers infirmier NOM m p 32.31 36.28 2.00 4.80 -infirmière_major infirmière_major NOM f s 0.14 0.14 0.14 0.14 -infirmière infirmier NOM f s 32.31 36.28 27.14 22.97 -infirmières infirmière NOM f p 7.25 0.00 7.25 0.00 -infirmité infirmité NOM f s 0.93 5.88 0.83 4.53 -infirmités infirmité NOM f p 0.93 5.88 0.10 1.35 -infirmé infirmer VER m s 0.14 1.15 0.00 0.07 par:pas; -inflammabilité inflammabilité NOM f s 0.02 0.00 0.02 0.00 -inflammable inflammable ADJ s 0.92 0.14 0.66 0.14 -inflammables inflammable ADJ p 0.92 0.14 0.26 0.00 -inflammation inflammation NOM f s 0.88 0.54 0.88 0.54 -inflammatoire inflammatoire ADJ s 0.04 0.00 0.01 0.00 -inflammatoires inflammatoire ADJ p 0.04 0.00 0.02 0.00 -inflation inflation NOM f s 1.72 2.30 1.72 2.30 -inflationniste inflationniste ADJ s 0.14 0.07 0.14 0.07 -inflexibilité inflexibilité NOM f s 0.01 0.20 0.01 0.20 -inflexible inflexible ADJ s 0.61 4.59 0.56 3.85 -inflexiblement inflexiblement ADV 0.00 0.14 0.00 0.14 -inflexibles inflexible ADJ p 0.61 4.59 0.05 0.74 -inflexion inflexion NOM f s 0.23 4.86 0.08 1.82 -inflexions inflexion NOM f p 0.23 4.86 0.16 3.04 -infliction infliction NOM f s 0.03 0.00 0.03 0.00 -inflige infliger VER 6.54 14.05 0.75 1.35 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -infligea infliger VER 6.54 14.05 0.01 0.14 ind:pas:3s; -infligeaient infliger VER 6.54 14.05 0.02 0.54 ind:imp:3p; -infligeais infliger VER 6.54 14.05 0.00 0.07 ind:imp:1s; -infligeait infliger VER 6.54 14.05 0.06 1.69 ind:imp:3s; -infligeant infliger VER 6.54 14.05 0.08 0.47 par:pre; -infligent infliger VER 6.54 14.05 0.36 0.20 ind:pre:3p; -infligeâmes infliger VER 6.54 14.05 0.00 0.07 ind:pas:1p; -infligeons infliger VER 6.54 14.05 0.00 0.07 ind:pre:1p; -infliger infliger VER 6.54 14.05 2.46 3.65 inf; -infligera infliger VER 6.54 14.05 0.02 0.00 ind:fut:3s; -infligerai infliger VER 6.54 14.05 0.07 0.00 ind:fut:1s; -infligeraient infliger VER 6.54 14.05 0.03 0.07 cnd:pre:3p; -infligerais infliger VER 6.54 14.05 0.02 0.00 cnd:pre:1s;cnd:pre:2s; -infligerait infliger VER 6.54 14.05 0.02 0.07 cnd:pre:3s; -infligerez infliger VER 6.54 14.05 0.01 0.00 ind:fut:2p; -infligerions infliger VER 6.54 14.05 0.00 0.07 cnd:pre:1p; -infliges infliger VER 6.54 14.05 0.20 0.00 ind:pre:2s;sub:pre:2s; -infligez infliger VER 6.54 14.05 0.32 0.14 imp:pre:2p;ind:pre:2p; -infligèrent infliger VER 6.54 14.05 0.00 0.14 ind:pas:3p; -infligé infliger VER m s 6.54 14.05 0.97 2.30 par:pas; -infligée infliger VER f s 6.54 14.05 0.63 1.69 par:pas; -infligées infliger VER f p 6.54 14.05 0.36 0.88 par:pas; -infligés infliger VER m p 6.54 14.05 0.15 0.47 par:pas; -inflorescence inflorescence NOM f s 0.01 0.07 0.01 0.00 -inflorescences inflorescence NOM f p 0.01 0.07 0.00 0.07 -influaient influer VER 1.31 1.82 0.10 0.07 ind:imp:3p; -influait influer VER 1.31 1.82 0.01 0.00 ind:imp:3s; -influant influer VER 1.31 1.82 0.15 0.00 par:pre; -infléchi infléchir VER m s 0.10 2.77 0.00 0.14 par:pas; -infléchie infléchir VER f s 0.10 2.77 0.01 0.07 par:pas; -infléchies infléchi ADJ f p 0.00 0.27 0.00 0.07 -infléchir infléchir VER 0.10 2.77 0.05 1.28 inf; -infléchirai infléchir VER 0.10 2.77 0.01 0.00 ind:fut:1s; -infléchissaient infléchir VER 0.10 2.77 0.00 0.14 ind:imp:3p; -infléchissant infléchir VER 0.10 2.77 0.00 0.27 par:pre; -infléchissement infléchissement NOM m s 0.00 0.07 0.00 0.07 -infléchissent infléchir VER 0.10 2.77 0.00 0.20 ind:pre:3p; -infléchissez infléchir VER 0.10 2.77 0.01 0.00 imp:pre:2p; -infléchit infléchir VER 0.10 2.77 0.01 0.68 ind:pre:3s;ind:pas:3s; -influe influer VER 1.31 1.82 0.24 0.47 imp:pre:2s;ind:pre:1s;ind:pre:3s; -influence influence NOM f s 13.96 23.51 13.32 19.73 -influencent influencer VER 8.30 4.53 0.25 0.07 ind:pre:3p; -influencer influencer VER 8.30 4.53 3.19 1.82 ind:pre:2p;inf; -influencera influencer VER 8.30 4.53 0.25 0.00 ind:fut:3s; -influencerait influencer VER 8.30 4.53 0.02 0.00 cnd:pre:3s; -influencerez influencer VER 8.30 4.53 0.04 0.07 ind:fut:2p; -influenceriez influencer VER 8.30 4.53 0.00 0.07 cnd:pre:2p; -influenceront influencer VER 8.30 4.53 0.17 0.00 ind:fut:3p; -influences influence NOM f p 13.96 23.51 0.63 3.78 -influencé influencer VER m s 8.30 4.53 1.98 1.15 par:pas; -influencée influencer VER f s 8.30 4.53 0.70 0.47 par:pas; -influencés influencer VER m p 8.30 4.53 0.58 0.07 par:pas; -influent influent ADJ m s 2.75 1.62 1.38 0.54 -influente influent ADJ f s 2.75 1.62 0.33 0.27 -influentes influent ADJ f p 2.75 1.62 0.11 0.14 -influença influencer VER 8.30 4.53 0.04 0.00 ind:pas:3s; -influençable influençable ADJ s 0.73 0.27 0.56 0.27 -influençables influençable ADJ p 0.73 0.27 0.17 0.00 -influençaient influencer VER 8.30 4.53 0.02 0.07 ind:imp:3p; -influençait influencer VER 8.30 4.53 0.15 0.20 ind:imp:3s; -influençant influencer VER 8.30 4.53 0.04 0.00 par:pre; -influents influent ADJ m p 2.75 1.62 0.93 0.68 -influenza influenza NOM f s 0.01 0.07 0.01 0.07 -influer influer VER 1.31 1.82 0.60 0.68 inf; -influera influer VER 1.31 1.82 0.03 0.14 ind:fut:3s; -influeraient influer VER 1.31 1.82 0.01 0.07 cnd:pre:3p; -influeront influer VER 1.31 1.82 0.02 0.07 ind:fut:3p; -influé influer VER m s 1.31 1.82 0.01 0.27 par:pas; -influx influx NOM m 0.25 0.61 0.25 0.61 -info info NOM f s 25.50 0.47 6.71 0.00 -infographie infographie NOM f s 0.04 0.00 0.04 0.00 -infâme infâme ADJ s 7.71 7.91 6.00 5.27 -infâmes infâme ADJ p 7.71 7.91 1.71 2.64 -infondé infondé ADJ m s 0.81 0.00 0.05 0.00 -infondée infondé ADJ f s 0.81 0.00 0.08 0.00 -infondées infondé ADJ f p 0.81 0.00 0.31 0.00 -infondés infondé ADJ m p 0.81 0.00 0.36 0.00 -informa informer VER 37.41 21.69 0.17 3.18 ind:pas:3s; -informai informer VER 37.41 21.69 0.00 0.14 ind:pas:1s; -informaient informer VER 37.41 21.69 0.11 0.34 ind:imp:3p; -informais informer VER 37.41 21.69 0.10 0.00 ind:imp:1s; -informait informer VER 37.41 21.69 0.23 1.82 ind:imp:3s; -informant informer VER 37.41 21.69 0.29 0.54 par:pre; -informateur informateur NOM m s 4.15 2.30 3.01 0.74 -informateurs informateur NOM m p 4.15 2.30 1.05 1.55 -informaticien informaticien NOM m s 1.03 0.47 0.72 0.14 -informaticienne informaticien NOM f s 1.03 0.47 0.02 0.14 -informaticiens informaticien NOM m p 1.03 0.47 0.29 0.20 -informatif informatif ADJ m s 0.10 0.00 0.06 0.00 -information information NOM f s 63.20 36.55 23.90 16.22 -informations information NOM f p 63.20 36.55 39.30 20.34 -informatique informatique NOM f s 4.60 0.81 4.60 0.81 -informatiquement informatiquement ADV 0.15 0.00 0.15 0.00 -informatiques informatique ADJ p 5.24 0.20 0.91 0.00 -informatiser informatiser VER 0.31 0.00 0.01 0.00 inf; -informatisé informatisé ADJ m s 0.39 0.00 0.25 0.00 -informatisée informatiser VER f s 0.31 0.00 0.16 0.00 par:pas; -informatisées informatisé ADJ f p 0.39 0.00 0.03 0.00 -informatisés informatiser VER m p 0.31 0.00 0.03 0.00 par:pas; -informative informatif ADJ f s 0.10 0.00 0.03 0.00 -informatives informatif ADJ f p 0.10 0.00 0.01 0.00 -informatrice informateur NOM f s 4.15 2.30 0.09 0.00 -informe informer VER 37.41 21.69 5.76 2.84 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -informel informel ADJ m s 0.78 0.74 0.34 0.41 -informelle informel ADJ f s 0.78 0.74 0.39 0.20 -informelles informel ADJ f p 0.78 0.74 0.01 0.14 -informels informel ADJ m p 0.78 0.74 0.03 0.00 -informent informer VER 37.41 21.69 1.15 0.07 ind:pre:3p; -informer informer VER 37.41 21.69 12.56 6.42 inf; -informera informer VER 37.41 21.69 0.35 0.07 ind:fut:3s; -informerai informer VER 37.41 21.69 1.21 0.07 ind:fut:1s; -informerais informer VER 37.41 21.69 0.03 0.00 cnd:pre:1s; -informeras informer VER 37.41 21.69 0.03 0.00 ind:fut:2s; -informerez informer VER 37.41 21.69 0.15 0.00 ind:fut:2p; -informerons informer VER 37.41 21.69 0.16 0.00 ind:fut:1p; -informeront informer VER 37.41 21.69 0.11 0.00 ind:fut:3p; -informes informe ADJ p 0.79 9.53 0.12 3.11 -informez informer VER 37.41 21.69 2.06 0.14 imp:pre:2p;ind:pre:2p; -informiez informer VER 37.41 21.69 0.07 0.00 ind:imp:2p; -informions informer VER 37.41 21.69 0.00 0.07 ind:imp:1p; -informons informer VER 37.41 21.69 0.86 0.07 imp:pre:1p;ind:pre:1p; -informèrent informer VER 37.41 21.69 0.00 0.20 ind:pas:3p; -informé informer VER m s 37.41 21.69 8.00 3.65 par:pas; -informée informer VER f s 37.41 21.69 1.45 1.01 par:pas; -informées informer VER f p 37.41 21.69 0.19 0.14 par:pas; -informulable informulable ADJ f s 0.00 0.27 0.00 0.20 -informulables informulable ADJ m p 0.00 0.27 0.00 0.07 -informulé informulé ADJ m s 0.00 1.01 0.00 0.47 -informulée informulé ADJ f s 0.00 1.01 0.00 0.41 -informulées informulé ADJ f p 0.00 1.01 0.00 0.14 -informés informer VER m p 37.41 21.69 2.27 0.95 par:pas; -infortune infortune NOM f s 1.30 4.19 1.21 3.72 -infortunes infortune NOM f p 1.30 4.19 0.09 0.47 -infortuné infortuné ADJ m s 1.65 2.57 0.73 1.76 -infortunée infortuné ADJ f s 1.65 2.57 0.58 0.34 -infortunées infortuné ADJ f p 1.65 2.57 0.01 0.00 -infortunés infortuné ADJ m p 1.65 2.57 0.33 0.47 -infos info NOM f p 25.50 0.47 18.78 0.47 -infoutu infoutu ADJ m s 0.06 0.14 0.04 0.00 -infoutue infoutu ADJ f s 0.06 0.14 0.00 0.07 -infoutus infoutu ADJ m p 0.06 0.14 0.02 0.07 -infra infra ADV 0.59 0.27 0.59 0.27 -infraction infraction NOM f s 3.95 1.22 2.91 0.95 -infractions infraction NOM f p 3.95 1.22 1.04 0.27 -infranchi infranchi ADJ m s 0.00 0.07 0.00 0.07 -infranchissable infranchissable ADJ s 0.93 3.18 0.77 2.64 -infranchissables infranchissable ADJ p 0.93 3.18 0.17 0.54 -infrangible infrangible ADJ f s 0.01 0.27 0.01 0.27 -infrarouge infrarouge NOM m s 1.31 0.07 0.85 0.00 -infrarouges infrarouge ADJ p 1.09 0.00 0.48 0.00 -infrason infrason NOM m s 0.01 0.00 0.01 0.00 -infrastructure infrastructure NOM f s 0.93 0.27 0.60 0.20 -infrastructures infrastructure NOM f p 0.93 0.27 0.32 0.07 -infroissable infroissable ADJ m s 0.18 0.14 0.18 0.14 -infructueuse infructueux ADJ f s 0.34 1.22 0.07 0.00 -infructueuses infructueux ADJ f p 0.34 1.22 0.08 0.34 -infructueux infructueux ADJ m 0.34 1.22 0.19 0.88 -infréquentable infréquentable ADJ m s 0.03 0.20 0.01 0.07 -infréquentables infréquentable ADJ m p 0.03 0.20 0.02 0.14 -infréquentée infréquenté ADJ f s 0.00 0.14 0.00 0.07 -infréquentés infréquenté ADJ m p 0.00 0.14 0.00 0.07 -inféconde infécond ADJ f s 0.16 0.20 0.14 0.20 -infécondes infécond ADJ f p 0.16 0.20 0.01 0.00 -infécondité infécondité NOM f s 0.00 0.07 0.00 0.07 -inféode inféoder VER 0.00 0.34 0.00 0.07 ind:pre:3s; -inféoder inféoder VER 0.00 0.34 0.00 0.20 inf; -inféodée inféoder VER f s 0.00 0.34 0.00 0.07 par:pas; -inférai inférer VER 0.00 0.20 0.00 0.07 ind:pas:1s; -inférer inférer VER 0.00 0.20 0.00 0.07 inf; -inférieur inférieur ADJ m s 8.15 16.89 2.63 3.45 -inférieure inférieur ADJ f s 8.15 16.89 3.27 11.22 -inférieures inférieur ADJ f p 8.15 16.89 0.70 0.88 -inférieurs inférieur ADJ m p 8.15 16.89 1.54 1.35 -inférioriser inférioriser VER 0.01 0.00 0.01 0.00 inf; -infériorité infériorité NOM f s 1.06 3.45 1.06 3.38 -infériorités infériorité NOM f p 1.06 3.45 0.00 0.07 -inféré inférer VER m s 0.00 0.20 0.00 0.07 par:pas; -infus infus ADJ m s 0.27 0.34 0.00 0.14 -infusaient infuser VER 0.20 1.82 0.00 0.14 ind:imp:3p; -infusait infuser VER 0.20 1.82 0.00 0.34 ind:imp:3s; -infusant infuser VER 0.20 1.82 0.00 0.14 par:pre; -infuse infus ADJ f s 0.27 0.34 0.27 0.14 -infusent infuser VER 0.20 1.82 0.00 0.14 ind:pre:3p; -infuser infuser VER 0.20 1.82 0.10 0.20 inf; -infuses infus ADJ f p 0.27 0.34 0.00 0.07 -infusion infusion NOM f s 0.57 2.77 0.54 2.43 -infusions infusion NOM f p 0.57 2.77 0.03 0.34 -infusoires infusoire NOM m p 0.00 0.07 0.00 0.07 -infusé infuser VER m s 0.20 1.82 0.04 0.41 par:pas; -infusée infuser VER f s 0.20 1.82 0.01 0.07 par:pas; -infusées infuser VER f p 0.20 1.82 0.01 0.07 par:pas; -ingagnable ingagnable ADJ f s 0.06 0.00 0.06 0.00 -ingambe ingambe ADJ s 0.00 0.41 0.00 0.20 -ingambes ingambe ADJ m p 0.00 0.41 0.00 0.20 -ingestion ingestion NOM f s 0.17 0.20 0.17 0.20 -inglorieusement inglorieusement ADV 0.00 0.07 0.00 0.07 -inglorieux inglorieux ADJ m 0.00 0.14 0.00 0.14 -ingouvernable ingouvernable ADJ f s 0.11 0.27 0.11 0.27 -ingrat ingrat ADJ m s 5.61 8.31 3.46 4.86 -ingrate ingrat ADJ f s 5.61 8.31 1.42 2.09 -ingratement ingratement ADV 0.00 0.07 0.00 0.07 -ingrates ingrat NOM f p 3.11 2.50 0.29 0.00 -ingratitude ingratitude NOM f s 1.32 3.11 1.32 3.11 -ingrats ingrat NOM m p 3.11 2.50 0.55 0.34 -ingrédient ingrédient NOM m s 4.22 1.82 1.48 0.27 -ingrédients ingrédient NOM m p 4.22 1.82 2.75 1.55 -ingère ingérer VER 1.29 0.61 0.23 0.00 ind:pre:1s;ind:pre:3s; -ingèrent ingérer VER 1.29 0.61 0.05 0.07 ind:pre:3p; -inguinal inguinal ADJ m s 0.00 0.14 0.00 0.07 -inguinales inguinal ADJ f p 0.00 0.14 0.00 0.07 -ingénia ingénier VER 0.03 3.11 0.00 0.27 ind:pas:3s; -ingéniai ingénier VER 0.03 3.11 0.00 0.14 ind:pas:1s; -ingéniaient ingénier VER 0.03 3.11 0.00 0.14 ind:imp:3p; -ingéniais ingénier VER 0.03 3.11 0.00 0.14 ind:imp:1s; -ingéniait ingénier VER 0.03 3.11 0.00 1.35 ind:imp:3s; -ingéniant ingénier VER 0.03 3.11 0.00 0.27 par:pre; -ingénie ingénier VER 0.03 3.11 0.01 0.34 ind:pre:1s;ind:pre:3s; -ingénient ingénier VER 0.03 3.11 0.00 0.07 ind:pre:3p; -ingénier ingénier VER 0.03 3.11 0.00 0.14 inf; -ingénierie ingénierie NOM f s 0.94 0.00 0.94 0.00 -ingénieur_chimiste ingénieur_chimiste NOM m s 0.00 0.07 0.00 0.07 -ingénieur_conseil ingénieur_conseil NOM m s 0.00 0.14 0.00 0.14 -ingénieur ingénieur NOM m s 21.12 12.36 18.92 9.12 -ingénieurs ingénieur NOM m p 21.12 12.36 2.20 3.24 -ingénieuse ingénieux ADJ f s 3.55 4.32 0.62 0.95 -ingénieusement ingénieusement ADV 0.06 0.41 0.06 0.41 -ingénieuses ingénieux ADJ f p 3.55 4.32 0.02 0.61 -ingénieux ingénieux ADJ m 3.55 4.32 2.90 2.77 -ingéniosité ingéniosité NOM f s 0.70 3.45 0.70 3.31 -ingéniosités ingéniosité NOM f p 0.70 3.45 0.00 0.14 -ingénié ingénier VER m s 0.03 3.11 0.02 0.20 par:pas; -ingéniés ingénier VER m p 0.03 3.11 0.00 0.07 par:pas; -ingénu ingénu NOM m s 0.99 0.81 0.37 0.14 -ingénue ingénu ADJ f s 1.03 1.96 0.36 0.54 -ingénues ingénu NOM f p 0.99 0.81 0.28 0.27 -ingénuité ingénuité NOM f s 0.52 1.15 0.52 1.08 -ingénuités ingénuité NOM f p 0.52 1.15 0.00 0.07 -ingénument ingénument ADV 0.00 0.95 0.00 0.95 -ingénus ingénu ADJ m p 1.03 1.96 0.23 0.47 -ingérable ingérable ADJ m s 0.16 0.00 0.16 0.00 -ingérant ingérer VER 1.29 0.61 0.03 0.07 par:pre; -ingérence ingérence NOM f s 0.23 1.76 0.21 1.01 -ingérences ingérence NOM f p 0.23 1.76 0.02 0.74 -ingérer ingérer VER 1.29 0.61 0.38 0.34 inf; -ingurgita ingurgiter VER 0.99 4.66 0.00 0.20 ind:pas:3s; -ingurgitaient ingurgiter VER 0.99 4.66 0.00 0.20 ind:imp:3p; -ingurgitais ingurgiter VER 0.99 4.66 0.00 0.07 ind:imp:1s; -ingurgitait ingurgiter VER 0.99 4.66 0.01 0.47 ind:imp:3s; -ingurgitant ingurgiter VER 0.99 4.66 0.00 0.41 par:pre; -ingurgitation ingurgitation NOM f s 0.00 0.14 0.00 0.14 -ingurgite ingurgiter VER 0.99 4.66 0.15 0.20 imp:pre:2s;ind:pre:1s;ind:pre:3s; -ingurgitent ingurgiter VER 0.99 4.66 0.02 0.07 ind:pre:3p; -ingurgiter ingurgiter VER 0.99 4.66 0.40 1.96 inf; -ingurgiterait ingurgiter VER 0.99 4.66 0.00 0.07 cnd:pre:3s; -ingurgité ingurgiter VER m s 0.99 4.66 0.40 0.54 par:pas; -ingurgitée ingurgiter VER f s 0.99 4.66 0.00 0.27 par:pas; -ingurgitées ingurgiter VER f p 0.99 4.66 0.00 0.07 par:pas; -ingurgités ingurgiter VER m p 0.99 4.66 0.00 0.14 par:pas; -ingérons ingérer VER 1.29 0.61 0.01 0.00 ind:pre:1p; -ingéré ingérer VER m s 1.29 0.61 0.41 0.00 par:pas; -ingérée ingérer VER f s 1.29 0.61 0.14 0.00 par:pas; -ingérées ingérer VER f p 1.29 0.61 0.02 0.07 par:pas; -ingérés ingérer VER m p 1.29 0.61 0.02 0.07 par:pas; -inguérissable inguérissable ADJ f s 0.03 1.62 0.03 1.15 -inguérissables inguérissable ADJ f p 0.03 1.62 0.00 0.47 -inhabile inhabile ADJ s 0.01 0.14 0.01 0.14 -inhabitable inhabitable ADJ s 0.54 1.08 0.51 0.81 -inhabitables inhabitable ADJ m p 0.54 1.08 0.04 0.27 -inhabité inhabité ADJ m s 1.71 2.57 0.60 1.08 -inhabitée inhabité ADJ f s 1.71 2.57 1.00 1.22 -inhabituel inhabituel ADJ m s 10.23 7.16 7.04 2.70 -inhabituelle inhabituel ADJ f s 10.23 7.16 1.83 3.58 -inhabituellement inhabituellement ADV 0.11 0.20 0.11 0.20 -inhabituelles inhabituel ADJ f p 10.23 7.16 0.75 0.41 -inhabituels inhabituel ADJ m p 10.23 7.16 0.61 0.47 -inhabitées inhabité ADJ f p 1.71 2.57 0.07 0.27 -inhabités inhabité ADJ m p 1.71 2.57 0.04 0.00 -inhala inhaler VER 0.77 0.47 0.00 0.14 ind:pas:3s; -inhalais inhaler VER 0.77 0.47 0.00 0.07 ind:imp:1s; -inhalait inhaler VER 0.77 0.47 0.05 0.07 ind:imp:3s; -inhalant inhaler VER 0.77 0.47 0.03 0.07 par:pre; -inhalateur inhalateur NOM m s 0.93 0.27 0.86 0.20 -inhalateurs inhalateur NOM m p 0.93 0.27 0.06 0.07 -inhalation inhalation NOM f s 0.67 0.41 0.60 0.20 -inhalations inhalation NOM f p 0.67 0.41 0.07 0.20 -inhaler inhaler VER 0.77 0.47 0.17 0.14 inf; -inhalera inhaler VER 0.77 0.47 0.02 0.00 ind:fut:3s; -inhalez inhaler VER 0.77 0.47 0.06 0.00 imp:pre:2p;ind:pre:2p; -inhalé inhaler VER m s 0.77 0.47 0.44 0.00 par:pas; -inharmonieux inharmonieux ADJ m s 0.01 0.00 0.01 0.00 -inhibait inhiber VER 0.47 0.61 0.00 0.07 ind:imp:3s; -inhibant inhiber VER 0.47 0.61 0.04 0.20 par:pre; -inhibe inhiber VER 0.47 0.61 0.19 0.00 ind:pre:3s; -inhibent inhiber VER 0.47 0.61 0.02 0.00 ind:pre:3p; -inhiber inhiber VER 0.47 0.61 0.12 0.07 inf; -inhibiteur inhibiteur NOM m s 0.84 0.00 0.69 0.00 -inhibiteurs inhibiteur NOM m p 0.84 0.00 0.15 0.00 -inhibition inhibition NOM f s 1.51 1.22 0.66 0.74 -inhibitions inhibition NOM f p 1.51 1.22 0.85 0.47 -inhibitrice inhibiteur ADJ f s 0.22 0.00 0.03 0.00 -inhibât inhiber VER 0.47 0.61 0.00 0.07 sub:imp:3s; -inhibé inhibé ADJ m s 0.34 0.27 0.18 0.07 -inhibée inhibé ADJ f s 0.34 0.27 0.03 0.14 -inhibés inhibé ADJ m p 0.34 0.27 0.14 0.07 -inhospitalier inhospitalier ADJ m s 0.19 1.08 0.11 0.47 -inhospitaliers inhospitalier ADJ m p 0.19 1.08 0.02 0.07 -inhospitalière inhospitalier ADJ f s 0.19 1.08 0.05 0.27 -inhospitalières inhospitalier ADJ f p 0.19 1.08 0.01 0.27 -inhospitalité inhospitalité NOM f s 0.01 0.07 0.01 0.07 -inhuma inhumer VER 1.11 1.89 0.00 0.27 ind:pas:3s; -inhumaient inhumer VER 1.11 1.89 0.00 0.07 ind:imp:3p; -inhumain inhumain ADJ m s 4.46 8.85 3.21 4.12 -inhumaine inhumain ADJ f s 4.46 8.85 0.32 3.24 -inhumainement inhumainement ADV 0.01 0.34 0.01 0.34 -inhumaines inhumain ADJ f p 4.46 8.85 0.45 0.74 -inhumains inhumain ADJ m p 4.46 8.85 0.48 0.74 -inhumait inhumer VER 1.11 1.89 0.00 0.07 ind:imp:3s; -inhumanité inhumanité NOM f s 0.28 0.68 0.28 0.68 -inhumation inhumation NOM f s 0.31 1.28 0.31 1.22 -inhumations inhumation NOM f p 0.31 1.28 0.00 0.07 -inhume inhumer VER 1.11 1.89 0.01 0.00 ind:pre:3s; -inhumer inhumer VER 1.11 1.89 0.42 0.54 inf; -inhumons inhumer VER 1.11 1.89 0.00 0.07 imp:pre:1p; -inhumé inhumer VER m s 1.11 1.89 0.36 0.61 par:pas; -inhumée inhumer VER f s 1.11 1.89 0.12 0.07 par:pas; -inhumés inhumer VER m p 1.11 1.89 0.19 0.20 par:pas; -inhérent inhérent ADJ m s 0.75 1.82 0.38 0.61 -inhérente inhérent ADJ f s 0.75 1.82 0.14 0.41 -inhérentes inhérent ADJ f p 0.75 1.82 0.13 0.47 -inhérents inhérent ADJ m p 0.75 1.82 0.09 0.34 -inidentifiable inidentifiable ADJ m s 0.00 0.34 0.00 0.14 -inidentifiables inidentifiable ADJ p 0.00 0.34 0.00 0.20 -inimaginable inimaginable ADJ s 3.17 4.80 2.48 3.58 -inimaginablement inimaginablement ADV 0.01 0.07 0.01 0.07 -inimaginables inimaginable ADJ p 3.17 4.80 0.69 1.22 -inimitable inimitable ADJ s 0.64 3.51 0.64 3.51 -inimitablement inimitablement ADV 0.00 0.07 0.00 0.07 -inimitié inimitié NOM f s 0.33 1.08 0.31 0.74 -inimitiés inimitié NOM f p 0.33 1.08 0.01 0.34 -inimité inimité ADJ m s 0.11 0.00 0.11 0.00 -ininflammable ininflammable ADJ m s 0.19 0.00 0.19 0.00 -inintelligence inintelligence NOM f s 0.00 0.14 0.00 0.14 -inintelligent inintelligent ADJ m s 0.11 0.34 0.01 0.14 -inintelligents inintelligent ADJ m p 0.11 0.34 0.10 0.20 -inintelligible inintelligible ADJ m s 0.18 2.16 0.08 1.28 -inintelligibles inintelligible ADJ p 0.18 2.16 0.10 0.88 -ininterprétables ininterprétable ADJ f p 0.00 0.07 0.00 0.07 -ininterrompu ininterrompu ADJ m s 0.61 4.05 0.08 2.23 -ininterrompue ininterrompu ADJ f s 0.61 4.05 0.29 1.49 -ininterrompues ininterrompu ADJ f p 0.61 4.05 0.22 0.20 -ininterrompus ininterrompu ADJ m p 0.61 4.05 0.02 0.14 -inintéressant inintéressant ADJ m s 0.41 0.54 0.06 0.20 -inintéressante inintéressant ADJ f s 0.41 0.54 0.17 0.14 -inintéressantes inintéressant ADJ f p 0.41 0.54 0.02 0.14 -inintéressants inintéressant ADJ m p 0.41 0.54 0.15 0.07 -inintérêt inintérêt NOM m s 0.00 0.14 0.00 0.14 -inique inique ADJ s 0.28 0.34 0.27 0.20 -iniques inique ADJ p 0.28 0.34 0.01 0.14 -iniquité iniquité NOM f s 1.06 1.35 0.98 1.08 -iniquités iniquité NOM f p 1.06 1.35 0.09 0.27 -initia initier VER 3.59 8.78 0.06 0.54 ind:pas:3s; -initiai initier VER 3.59 8.78 0.01 0.14 ind:pas:1s; -initiaient initier VER 3.59 8.78 0.00 0.27 ind:imp:3p; -initiais initier VER 3.59 8.78 0.00 0.20 ind:imp:1s; -initiait initier VER 3.59 8.78 0.15 0.47 ind:imp:3s; -initial initial ADJ m s 2.86 7.23 1.30 4.19 -initiale initial ADJ f s 2.86 7.23 1.09 1.96 -initialement initialement ADV 0.27 1.49 0.27 1.49 -initiales initiale NOM f p 4.02 7.36 3.61 6.89 -initialisation initialisation NOM f s 0.55 0.00 0.55 0.00 -initialise initialiser VER 0.14 0.00 0.04 0.00 imp:pre:2s;ind:pre:1s; -initialiser initialiser VER 0.14 0.00 0.06 0.00 inf; -initialisez initialiser VER 0.14 0.00 0.03 0.00 imp:pre:2p; -initialisé initialisé ADJ m s 0.15 0.00 0.07 0.00 -initialisée initialisé ADJ f s 0.15 0.00 0.04 0.00 -initialisés initialisé ADJ m p 0.15 0.00 0.03 0.00 -initiant initier VER 3.59 8.78 0.01 0.20 par:pre; -initiateur initiateur ADJ m s 0.16 0.20 0.14 0.14 -initiateurs initiateur NOM m p 0.11 1.01 0.11 0.14 -initiation initiation NOM f s 1.63 4.39 1.58 4.05 -initiations initiation NOM f p 1.63 4.39 0.05 0.34 -initiatique initiatique ADJ s 0.22 1.82 0.21 1.42 -initiatiques initiatique ADJ p 0.22 1.82 0.01 0.41 -initiative initiative NOM f s 8.76 16.82 7.08 14.46 -initiatives initiative NOM f p 8.76 16.82 1.67 2.36 -initiatrice initiateur NOM f s 0.11 1.01 0.00 0.27 -initiatrices initiateur NOM f p 0.11 1.01 0.00 0.07 -initiaux initial ADJ m p 2.86 7.23 0.14 0.27 -initie initier VER 3.59 8.78 0.37 0.34 imp:pre:2s;ind:pre:1s;ind:pre:3s; -initier initier VER 3.59 8.78 1.27 3.45 inf; -initiera initier VER 3.59 8.78 0.00 0.07 ind:fut:3s; -initierai initier VER 3.59 8.78 0.04 0.14 ind:fut:1s; -initierait initier VER 3.59 8.78 0.00 0.07 cnd:pre:3s; -initierons initier VER 3.59 8.78 0.00 0.07 ind:fut:1p; -initiez initier VER 3.59 8.78 0.10 0.00 imp:pre:2p;ind:pre:2p; -initiâmes initier VER 3.59 8.78 0.00 0.07 ind:pas:1p; -initiât initier VER 3.59 8.78 0.00 0.07 sub:imp:3s; -initièrent initier VER 3.59 8.78 0.00 0.20 ind:pas:3p; -initié initier VER m s 3.59 8.78 1.00 1.89 par:pas; -initiée initier VER f s 3.59 8.78 0.40 0.34 par:pas; -initiées initier VER f p 3.59 8.78 0.03 0.00 par:pas; -initiés initié NOM m p 0.97 3.04 0.56 2.30 -injecta injecter VER 6.81 3.11 0.00 0.07 ind:pas:3s; -injectable injectable ADJ s 0.05 0.00 0.05 0.00 -injectaient injecter VER 6.81 3.11 0.02 0.14 ind:imp:3p; -injectait injecter VER 6.81 3.11 0.14 0.07 ind:imp:3s; -injectant injecter VER 6.81 3.11 0.28 0.14 par:pre; -injecte injecter VER 6.81 3.11 1.32 0.27 imp:pre:2s;ind:pre:1s;ind:pre:3s; -injectent injecter VER 6.81 3.11 0.25 0.07 ind:pre:3p; -injecter injecter VER 6.81 3.11 1.41 0.61 inf; -injectera injecter VER 6.81 3.11 0.03 0.00 ind:fut:3s; -injecteras injecter VER 6.81 3.11 0.04 0.00 ind:fut:2s; -injectes injecter VER 6.81 3.11 0.06 0.07 ind:pre:2s; -injecteur injecteur NOM m s 0.60 0.07 0.08 0.07 -injecteurs injecteur NOM m p 0.60 0.07 0.52 0.00 -injectez injecter VER 6.81 3.11 0.29 0.00 imp:pre:2p;ind:pre:2p; -injection injection NOM f s 8.98 1.42 7.83 0.95 -injections injection NOM f p 8.98 1.42 1.16 0.47 -injecté injecter VER m s 6.81 3.11 1.97 0.88 par:pas; -injectée injecter VER f s 6.81 3.11 0.40 0.00 par:pas; -injectés injecter VER m p 6.81 3.11 0.61 0.81 par:pas; -injoignable injoignable ADJ s 1.21 0.07 1.10 0.07 -injoignables injoignable ADJ p 1.21 0.07 0.12 0.00 -injonction injonction NOM f s 1.58 4.26 1.30 2.36 -injonctions injonction NOM f p 1.58 4.26 0.28 1.89 -injouable injouable ADJ s 0.02 0.00 0.02 0.00 -injure injure NOM f s 4.58 16.69 2.22 4.93 -injures injure NOM f p 4.58 16.69 2.35 11.76 -injuria injurier VER 1.81 6.55 0.00 0.61 ind:pas:3s; -injuriai injurier VER 1.81 6.55 0.10 0.07 ind:pas:1s; -injuriaient injurier VER 1.81 6.55 0.00 0.27 ind:imp:3p; -injuriais injurier VER 1.81 6.55 0.00 0.14 ind:imp:1s; -injuriait injurier VER 1.81 6.55 0.17 1.15 ind:imp:3s; -injuriant injurier VER 1.81 6.55 0.02 0.54 par:pre; -injurie injurier VER 1.81 6.55 0.05 0.88 imp:pre:2s;ind:pre:1s;ind:pre:3s; -injurient injurier VER 1.81 6.55 0.01 0.07 ind:pre:3p; -injurier injurier VER 1.81 6.55 0.49 1.89 inf; -injuries injurier VER 1.81 6.55 0.05 0.00 ind:pre:2s; -injurieuse injurieux ADJ f s 0.13 1.15 0.04 0.27 -injurieusement injurieusement ADV 0.00 0.07 0.00 0.07 -injurieux injurieux ADJ m 0.13 1.15 0.09 0.88 -injurié injurier VER m s 1.81 6.55 0.78 0.47 par:pas; -injuriée injurier VER f s 1.81 6.55 0.14 0.27 par:pas; -injuriés injurier VER m p 1.81 6.55 0.01 0.20 par:pas; -injuste injuste ADJ s 17.46 15.47 15.94 13.38 -injustement injustement ADV 1.58 2.23 1.58 2.23 -injustes injuste ADJ p 17.46 15.47 1.52 2.09 -injustice injustice NOM f s 6.59 13.51 4.61 11.49 -injustices injustice NOM f p 6.59 13.51 1.98 2.03 -injustifiable injustifiable ADJ f s 0.06 0.95 0.06 0.88 -injustifiables injustifiable ADJ m p 0.06 0.95 0.00 0.07 -injustifié injustifié ADJ m s 1.33 1.42 0.41 0.27 -injustifiée injustifié ADJ f s 1.33 1.42 0.70 0.61 -injustifiées injustifié ADJ f p 1.33 1.42 0.05 0.41 -injustifiés injustifié ADJ m p 1.33 1.42 0.17 0.14 -inlassable inlassable ADJ s 0.38 4.19 0.24 3.31 -inlassablement inlassablement ADV 0.38 9.59 0.38 9.59 -inlassables inlassable ADJ p 0.38 4.19 0.14 0.88 -innervant innerver VER 0.02 0.20 0.02 0.00 par:pre; -innervation innervation NOM f s 0.00 0.27 0.00 0.27 -innerver innerver VER 0.02 0.20 0.00 0.07 inf; -innervé innerver VER m s 0.02 0.20 0.00 0.14 par:pas; -innocemment innocemment ADV 0.64 3.18 0.64 3.18 -innocence innocence NOM f s 10.63 20.00 10.63 19.59 -innocences innocence NOM f p 10.63 20.00 0.00 0.41 -innocent innocent ADJ m s 39.31 23.11 23.49 11.22 -innocentait innocenter VER 2.56 1.42 0.01 0.14 ind:imp:3s; -innocentant innocenter VER 2.56 1.42 0.03 0.00 par:pre; -innocente innocent ADJ f s 39.31 23.11 8.15 5.14 -innocenter innocenter VER 2.56 1.42 0.76 0.61 inf; -innocentera innocenter VER 2.56 1.42 0.27 0.00 ind:fut:3s; -innocenterai innocenter VER 2.56 1.42 0.01 0.00 ind:fut:1s; -innocenterait innocenter VER 2.56 1.42 0.02 0.14 cnd:pre:3s; -innocentes innocent ADJ f p 39.31 23.11 2.73 2.43 -innocents innocent NOM m p 24.68 13.18 11.03 5.95 -innocenté innocenter VER m s 2.56 1.42 0.94 0.14 par:pas; -innocentée innocenter VER f s 2.56 1.42 0.15 0.00 par:pas; -innocuité innocuité NOM f s 0.00 0.20 0.00 0.20 -innombrable innombrable ADJ s 3.15 29.53 0.02 4.12 -innombrablement innombrablement ADV 0.00 0.07 0.00 0.07 -innombrables innombrable ADJ p 3.15 29.53 3.13 25.41 -innominés innominé ADJ m p 0.00 0.14 0.00 0.14 -innommable innommable ADJ s 0.49 3.85 0.33 2.50 -innommables innommable ADJ p 0.49 3.85 0.17 1.35 -innommé innommé ADJ m s 0.05 0.27 0.00 0.14 -innommée innommé ADJ f s 0.05 0.27 0.05 0.00 -innommés innommé ADJ m p 0.05 0.27 0.00 0.14 -innova innover VER 0.93 0.88 0.00 0.07 ind:pas:3s; -innovais innover VER 0.93 0.88 0.00 0.07 ind:imp:1s; -innovait innover VER 0.93 0.88 0.02 0.07 ind:imp:3s; -innovant innovant ADJ m s 0.07 0.07 0.04 0.07 -innovante innovant ADJ f s 0.07 0.07 0.03 0.00 -innovateur innovateur ADJ m s 0.07 0.00 0.06 0.00 -innovation innovation NOM f s 1.06 2.03 0.55 1.49 -innovations innovation NOM f p 1.06 2.03 0.51 0.54 -innovatrice innovateur ADJ f s 0.07 0.00 0.01 0.00 -innove innover VER 0.93 0.88 0.25 0.14 imp:pre:2s;ind:pre:1s;ind:pre:3s; -innover innover VER 0.93 0.88 0.55 0.34 inf; -innovez innover VER 0.93 0.88 0.00 0.07 ind:pre:2p; -innové innover VER m s 0.93 0.88 0.09 0.14 par:pas; -inné inné ADJ m s 1.26 2.97 0.95 1.35 -innée inné ADJ f s 1.26 2.97 0.26 1.28 -innées inné ADJ f p 1.26 2.97 0.03 0.07 -innés inné ADJ m p 1.26 2.97 0.01 0.27 -inoccupations inoccupation NOM f p 0.00 0.07 0.00 0.07 -inoccupé inoccupé ADJ m s 0.67 3.24 0.11 0.88 -inoccupée inoccupé ADJ f s 0.67 3.24 0.48 1.49 -inoccupées inoccupé ADJ f p 0.67 3.24 0.04 0.34 -inoccupés inoccupé ADJ m p 0.67 3.24 0.02 0.54 -inoculant inoculer VER 0.93 0.95 0.01 0.00 par:pre; -inoculation inoculation NOM f s 0.24 0.07 0.24 0.07 -inocule inoculer VER 0.93 0.95 0.05 0.14 ind:pre:1s;ind:pre:3s; -inoculent inoculer VER 0.93 0.95 0.00 0.07 ind:pre:3p; -inoculer inoculer VER 0.93 0.95 0.09 0.20 inf; -inoculerait inoculer VER 0.93 0.95 0.00 0.07 cnd:pre:3s; -inoculé inoculer VER m s 0.93 0.95 0.55 0.34 par:pas; -inoculée inoculer VER f s 0.93 0.95 0.07 0.14 par:pas; -inoculées inoculer VER f p 0.93 0.95 0.16 0.00 par:pas; -inodore inodore ADJ s 0.15 0.54 0.14 0.47 -inodores inodore ADJ p 0.15 0.54 0.01 0.07 -inoffensif inoffensif ADJ m s 7.78 8.04 4.62 3.45 -inoffensifs inoffensif ADJ m p 7.78 8.04 1.35 2.03 -inoffensive inoffensif ADJ f s 7.78 8.04 1.38 1.49 -inoffensives inoffensif ADJ f p 7.78 8.04 0.43 1.08 -inonda inonder VER 6.69 15.14 0.13 1.42 ind:pas:3s; -inondable inondable ADJ f s 0.01 0.20 0.00 0.07 -inondables inondable ADJ f p 0.01 0.20 0.01 0.14 -inondaient inonder VER 6.69 15.14 0.01 0.74 ind:imp:3p; -inondait inonder VER 6.69 15.14 0.18 3.04 ind:imp:3s; -inondant inonder VER 6.69 15.14 0.21 1.35 par:pre; -inondation inondation NOM f s 3.21 3.78 2.15 2.43 -inondations inondation NOM f p 3.21 3.78 1.06 1.35 -inonde inonder VER 6.69 15.14 0.73 2.09 imp:pre:2s;ind:pre:1s;ind:pre:3s; -inondent inonder VER 6.69 15.14 0.26 0.14 ind:pre:3p; -inonder inonder VER 6.69 15.14 1.37 1.35 inf; -inondera inonder VER 6.69 15.14 0.03 0.00 ind:fut:3s; -inonderai inonder VER 6.69 15.14 0.02 0.07 ind:fut:1s; -inonderait inonder VER 6.69 15.14 0.05 0.00 cnd:pre:3s; -inonderons inonder VER 6.69 15.14 0.02 0.00 ind:fut:1p; -inondez inonder VER 6.69 15.14 0.09 0.00 imp:pre:2p;ind:pre:2p; -inondiez inonder VER 6.69 15.14 0.02 0.00 ind:imp:2p; -inondât inonder VER 6.69 15.14 0.00 0.07 sub:imp:3s; -inondèrent inonder VER 6.69 15.14 0.00 0.07 ind:pas:3p; -inondé inonder VER m s 6.69 15.14 2.13 2.70 par:pas; -inondée inonder VER f s 6.69 15.14 0.74 1.35 par:pas; -inondées inonder VER f p 6.69 15.14 0.22 0.14 par:pas; -inondés inonder VER m p 6.69 15.14 0.48 0.61 par:pas; -inopiné inopiné ADJ m s 0.26 1.15 0.04 0.20 -inopinée inopiné ADJ f s 0.26 1.15 0.09 0.68 -inopinées inopiné ADJ f p 0.26 1.15 0.14 0.27 -inopinément inopinément ADV 0.41 1.42 0.41 1.42 -inopportun inopportun ADJ m s 0.86 1.82 0.71 0.68 -inopportune inopportun ADJ f s 0.86 1.82 0.13 0.61 -inopportunes inopportun ADJ f p 0.86 1.82 0.01 0.34 -inopportunité inopportunité NOM f s 0.00 0.07 0.00 0.07 -inopportuns inopportun ADJ m p 0.86 1.82 0.01 0.20 -inopportunément inopportunément ADV 0.02 0.07 0.02 0.07 -inopérable inopérable ADJ s 0.26 0.00 0.24 0.00 -inopérables inopérable ADJ m p 0.26 0.00 0.02 0.00 -inopérant inopérant ADJ m s 0.35 0.88 0.07 0.34 -inopérante inopérant ADJ f s 0.35 0.88 0.07 0.07 -inopérantes inopérant ADJ f p 0.35 0.88 0.01 0.20 -inopérants inopérant ADJ m p 0.35 0.88 0.19 0.27 -inorganique inorganique ADJ f s 0.01 0.14 0.01 0.14 -inorganisé inorganisé ADJ m s 0.04 0.20 0.02 0.00 -inorganisée inorganisé ADJ f s 0.04 0.20 0.02 0.07 -inorganisées inorganisé ADJ f p 0.04 0.20 0.00 0.14 -inouï inouï ADJ m s 3.23 15.20 1.79 6.28 -inouïe inouï ADJ f s 3.23 15.20 0.97 5.27 -inouïes inouï ADJ f p 3.23 15.20 0.09 2.09 -inouïs inouï ADJ m p 3.23 15.20 0.38 1.55 -inoubliable inoubliable ADJ s 5.07 7.50 4.21 4.80 -inoubliablement inoubliablement ADV 0.00 0.07 0.00 0.07 -inoubliables inoubliable ADJ p 5.07 7.50 0.86 2.70 -inoublié inoublié ADJ m s 0.00 0.14 0.00 0.07 -inoubliées inoublié ADJ f p 0.00 0.14 0.00 0.07 -inox inox NOM m 0.13 0.27 0.13 0.27 -inoxydable inoxydable NOM m s 0.23 0.14 0.23 0.14 -inoxydables inoxydable ADJ m p 0.16 0.61 0.01 0.14 -input input NOM m s 0.00 0.07 0.00 0.07 -inqualifiable inqualifiable ADJ s 0.30 1.08 0.29 0.95 -inqualifiables inqualifiable ADJ m p 0.30 1.08 0.01 0.14 -inquiet inquiet ADJ m s 34.96 46.55 17.90 23.38 -inquiets inquiet ADJ m p 34.96 46.55 4.28 6.28 -inquilisme inquilisme NOM m s 0.00 0.07 0.00 0.07 -inquisiteur inquisiteur ADJ m s 0.83 2.70 0.80 1.69 -inquisiteurs inquisiteur NOM m p 1.45 2.43 0.67 1.35 -inquisition inquisition NOM f s 3.15 4.66 3.13 4.26 -inquisitionner inquisitionner VER 0.00 0.07 0.00 0.07 inf; -inquisitions inquisition NOM f p 3.15 4.66 0.01 0.41 -inquisitive inquisitif ADJ f s 0.00 0.07 0.00 0.07 -inquisitorial inquisitorial ADJ m s 0.10 0.54 0.10 0.07 -inquisitoriale inquisitorial ADJ f s 0.10 0.54 0.00 0.27 -inquisitoriales inquisitorial ADJ f p 0.10 0.54 0.00 0.14 -inquisitoriaux inquisitorial ADJ m p 0.10 0.54 0.00 0.07 -inquisitrice inquisiteur ADJ f s 0.83 2.70 0.02 0.14 -inquiète inquiéter VER 212.16 71.01 114.06 22.50 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:1s;sub:pre:3s; -inquiètent inquiéter VER 212.16 71.01 3.02 1.01 ind:pre:3p; -inquiètes inquiéter VER 212.16 71.01 13.85 0.68 ind:pre:2s;sub:pre:2s; -inquiéta inquiéter VER 212.16 71.01 0.03 4.39 ind:pas:3s; -inquiétai inquiéter VER 212.16 71.01 0.00 0.34 ind:pas:1s; -inquiétaient inquiéter VER 212.16 71.01 0.12 2.16 ind:imp:3p; -inquiétais inquiéter VER 212.16 71.01 4.12 1.08 ind:imp:1s;ind:imp:2s; -inquiétait inquiéter VER 212.16 71.01 3.56 11.08 ind:imp:3s; -inquiétant inquiétant ADJ m s 5.72 20.88 3.88 8.72 -inquiétante inquiétant ADJ f s 5.72 20.88 1.18 7.03 -inquiétantes inquiétant ADJ f p 5.72 20.88 0.32 2.36 -inquiétants inquiétant ADJ m p 5.72 20.88 0.35 2.77 -inquiétassent inquiéter VER 212.16 71.01 0.00 0.07 sub:imp:3p; -inquiéter inquiéter VER 212.16 71.01 27.98 12.36 inf;; -inquiétera inquiéter VER 212.16 71.01 0.32 0.27 ind:fut:3s; -inquiéterai inquiéter VER 212.16 71.01 0.12 0.07 ind:fut:1s; -inquiéteraient inquiéter VER 212.16 71.01 0.06 0.07 cnd:pre:3p; -inquiéterais inquiéter VER 212.16 71.01 0.51 0.07 cnd:pre:1s;cnd:pre:2s; -inquiéterait inquiéter VER 212.16 71.01 0.23 0.61 cnd:pre:3s; -inquiéteras inquiéter VER 212.16 71.01 0.04 0.07 ind:fut:2s; -inquiéteriez inquiéter VER 212.16 71.01 0.01 0.00 cnd:pre:2p; -inquiéteront inquiéter VER 212.16 71.01 0.05 0.00 ind:fut:3p; -inquiéteur inquiéteur NOM m s 0.00 0.07 0.00 0.07 -inquiétez inquiéter VER 212.16 71.01 38.80 3.85 imp:pre:2p;ind:pre:2p; -inquiétiez inquiéter VER 212.16 71.01 0.23 0.07 ind:imp:2p; -inquiétions inquiéter VER 212.16 71.01 0.15 0.07 ind:imp:1p; -inquiétons inquiéter VER 212.16 71.01 0.45 0.07 imp:pre:1p;ind:pre:1p; -inquiétât inquiéter VER 212.16 71.01 0.00 0.27 sub:imp:3s; -inquiétèrent inquiéter VER 212.16 71.01 0.00 0.54 ind:pas:3p; -inquiété inquiéter VER m s 212.16 71.01 2.21 4.26 par:pas; -inquiétude inquiétude NOM f s 10.04 46.76 8.20 41.35 -inquiétudes inquiétude NOM f p 10.04 46.76 1.84 5.41 -inquiétée inquiéter VER f s 212.16 71.01 1.41 1.62 par:pas; -inquiétées inquiéter VER f p 212.16 71.01 0.04 0.00 par:pas; -inquiétés inquiéter VER m p 212.16 71.01 0.50 0.95 par:pas; -inracontables inracontable ADJ f p 0.14 0.00 0.14 0.00 -insaisissable insaisissable ADJ s 1.16 6.15 1.08 5.47 -insaisissables insaisissable ADJ p 1.16 6.15 0.08 0.68 -insalissable insalissable ADJ s 0.00 0.07 0.00 0.07 -insalubre insalubre ADJ s 0.36 0.95 0.35 0.68 -insalubres insalubre ADJ p 0.36 0.95 0.01 0.27 -insalubrité insalubrité NOM f s 0.00 0.27 0.00 0.27 -insane insane ADJ m s 0.05 0.41 0.05 0.07 -insanes insane ADJ p 0.05 0.41 0.00 0.34 -insanité insanité NOM f s 0.44 1.49 0.22 0.27 -insanités insanité NOM f p 0.44 1.49 0.22 1.22 -insatiable insatiable ADJ s 2.50 3.45 1.73 2.84 -insatiablement insatiablement ADV 0.00 0.34 0.00 0.34 -insatiables insatiable ADJ p 2.50 3.45 0.77 0.61 -insatisfaction insatisfaction NOM f s 0.22 1.15 0.21 1.08 -insatisfactions insatisfaction NOM f p 0.22 1.15 0.01 0.07 -insatisfaisant insatisfaisant ADJ m s 0.24 0.14 0.18 0.14 -insatisfaisante insatisfaisant ADJ f s 0.24 0.14 0.05 0.00 -insatisfaisantes insatisfaisant ADJ f p 0.24 0.14 0.01 0.00 -insatisfait insatisfait ADJ m s 1.71 1.89 0.64 1.01 -insatisfaite insatisfait ADJ f s 1.71 1.89 0.53 0.34 -insatisfaites insatisfait ADJ f p 1.71 1.89 0.20 0.27 -insatisfaits insatisfait ADJ m p 1.71 1.89 0.34 0.27 -inscription inscription NOM f s 7.17 19.32 5.04 12.97 -inscriptions inscription NOM f p 7.17 19.32 2.13 6.35 -inscrira inscrire VER 25.41 42.70 0.25 0.27 ind:fut:3s; -inscrirai inscrire VER 25.41 42.70 0.55 0.00 ind:fut:1s; -inscriraient inscrire VER 25.41 42.70 0.01 0.07 cnd:pre:3p; -inscrirais inscrire VER 25.41 42.70 0.04 0.14 cnd:pre:1s;cnd:pre:2s; -inscrirait inscrire VER 25.41 42.70 0.02 0.41 cnd:pre:3s; -inscriras inscrire VER 25.41 42.70 0.00 0.07 ind:fut:2s; -inscrire inscrire VER 25.41 42.70 7.84 9.86 inf; -inscris inscrire VER 25.41 42.70 2.63 0.74 imp:pre:2s;ind:pre:1s;ind:pre:2s; -inscrit inscrire VER m s 25.41 42.70 7.01 13.04 ind:pre:3s;par:pas; -inscrite inscrire VER f s 25.41 42.70 2.32 3.92 par:pas; -inscrites inscrire VER f p 25.41 42.70 0.29 0.81 par:pas; -inscrits inscrire VER m p 25.41 42.70 1.69 2.70 par:pas; -inscrivaient inscrire VER 25.41 42.70 0.02 1.55 ind:imp:3p; -inscrivais inscrire VER 25.41 42.70 0.02 0.20 ind:imp:1s;ind:imp:2s; -inscrivait inscrire VER 25.41 42.70 0.18 2.97 ind:imp:3s; -inscrivant inscrire VER 25.41 42.70 0.07 1.28 par:pre; -inscrive inscrire VER 25.41 42.70 0.33 0.34 sub:pre:1s;sub:pre:3s; -inscrivent inscrire VER 25.41 42.70 0.34 1.28 ind:pre:3p; -inscrivez inscrire VER 25.41 42.70 1.58 0.27 imp:pre:2p;ind:pre:2p; -inscrivirent inscrire VER 25.41 42.70 0.01 0.14 ind:pas:3p; -inscrivis inscrire VER 25.41 42.70 0.00 0.61 ind:pas:1s; -inscrivit inscrire VER 25.41 42.70 0.01 2.03 ind:pas:3s; -inscrivons inscrire VER 25.41 42.70 0.20 0.00 imp:pre:1p; -inscrutable inscrutable ADJ f s 0.00 0.14 0.00 0.14 -insecte insecte NOM m s 13.79 22.70 5.46 8.04 -insectes insecte NOM m p 13.79 22.70 8.32 14.66 -insecticide insecticide NOM m s 1.05 0.61 0.92 0.47 -insecticides insecticide NOM m p 1.05 0.61 0.14 0.14 -insectivore insectivore ADJ f s 0.02 0.00 0.02 0.00 -insensibilisait insensibiliser VER 0.18 0.27 0.00 0.07 ind:imp:3s; -insensibiliser insensibiliser VER 0.18 0.27 0.04 0.00 inf; -insensibilisé insensibiliser VER m s 0.18 0.27 0.13 0.14 par:pas; -insensibilisée insensibiliser VER f s 0.18 0.27 0.01 0.07 par:pas; -insensibilité insensibilité NOM f s 0.28 1.55 0.28 1.55 -insensible insensible ADJ s 5.13 12.16 4.04 9.39 -insensiblement insensiblement ADV 0.10 10.41 0.10 10.41 -insensibles insensible ADJ p 5.13 12.16 1.09 2.77 -insensé insensé ADJ m s 11.32 11.82 7.51 6.28 -insensée insensé ADJ f s 11.32 11.82 1.92 2.97 -insensées insensé ADJ f p 11.32 11.82 0.79 1.35 -insensément insensément ADV 0.00 0.07 0.00 0.07 -insensés insensé ADJ m p 11.32 11.82 1.09 1.22 -insert insert NOM m s 0.30 0.00 0.12 0.00 -insertion insertion NOM f s 0.64 0.54 0.64 0.54 -inserts insert NOM m p 0.30 0.00 0.19 0.00 -insidieuse insidieux ADJ f s 0.62 4.12 0.15 2.43 -insidieusement insidieusement ADV 0.04 2.16 0.04 2.16 -insidieuses insidieux ADJ f p 0.62 4.12 0.16 0.34 -insidieux insidieux ADJ m 0.62 4.12 0.31 1.35 -insight insight NOM m s 0.03 0.07 0.02 0.00 -insights insight NOM m p 0.03 0.07 0.01 0.07 -insigne insigne NOM m s 5.56 3.18 4.42 1.69 -insignes insigne NOM m p 5.56 3.18 1.14 1.49 -insignifiance insignifiance NOM f s 0.18 3.99 0.18 3.65 -insignifiances insignifiance NOM f p 0.18 3.99 0.00 0.34 -insignifiant insignifiant ADJ m s 5.27 13.92 2.26 5.20 -insignifiante insignifiant ADJ f s 5.27 13.92 1.50 3.18 -insignifiantes insignifiant ADJ f p 5.27 13.92 0.66 2.50 -insignifiants insignifiant ADJ m p 5.27 13.92 0.85 3.04 -insincère insincère ADJ s 0.00 0.14 0.00 0.14 -insincérité insincérité NOM f s 0.03 0.41 0.03 0.41 -insinua insinuer VER 9.90 9.73 0.01 1.22 ind:pas:3s; -insinuai insinuer VER 9.90 9.73 0.00 0.07 ind:pas:1s; -insinuaient insinuer VER 9.90 9.73 0.14 0.41 ind:imp:3p; -insinuais insinuer VER 9.90 9.73 0.11 0.07 ind:imp:1s;ind:imp:2s; -insinuait insinuer VER 9.90 9.73 0.10 1.22 ind:imp:3s; -insinuant insinuer VER 9.90 9.73 0.15 0.54 par:pre; -insinuante insinuant ADJ f s 0.10 2.09 0.00 0.74 -insinuantes insinuant ADJ f p 0.10 2.09 0.00 0.14 -insinuants insinuant ADJ m p 0.10 2.09 0.00 0.14 -insinuation insinuation NOM f s 1.62 1.55 0.49 0.47 -insinuations insinuation NOM f p 1.62 1.55 1.12 1.08 -insinue insinuer VER 9.90 9.73 1.19 2.36 imp:pre:2s;ind:pre:1s;ind:pre:3s; -insinuent insinuer VER 9.90 9.73 0.09 0.61 ind:pre:3p; -insinuer insinuer VER 9.90 9.73 1.63 2.03 inf; -insinuerai insinuer VER 9.90 9.73 0.01 0.00 ind:fut:1s; -insinuerait insinuer VER 9.90 9.73 0.01 0.00 cnd:pre:3s; -insinues insinuer VER 9.90 9.73 2.36 0.41 ind:pre:2s; -insinuez insinuer VER 9.90 9.73 3.56 0.14 imp:pre:2p;ind:pre:2p; -insinuiez insinuer VER 9.90 9.73 0.03 0.00 ind:imp:2p; -insinué insinuer VER m s 9.90 9.73 0.38 0.34 par:pas; -insinuée insinuer VER f s 9.90 9.73 0.14 0.34 par:pas; -insipide insipide ADJ s 0.88 4.05 0.54 2.84 -insipides insipide ADJ p 0.88 4.05 0.34 1.22 -insipidité insipidité NOM f s 0.00 0.14 0.00 0.14 -insista insister VER 42.16 67.03 0.18 13.04 ind:pas:3s; -insistai insister VER 42.16 67.03 0.00 3.31 ind:pas:1s; -insistaient insister VER 42.16 67.03 0.02 1.08 ind:imp:3p; -insistais insister VER 42.16 67.03 0.23 1.28 ind:imp:1s;ind:imp:2s; -insistait insister VER 42.16 67.03 1.11 7.97 ind:imp:3s; -insistance insistance NOM f s 1.53 14.59 1.52 14.53 -insistances insistance NOM f p 1.53 14.59 0.01 0.07 -insistant insister VER 42.16 67.03 0.64 3.45 par:pre; -insistante insistant ADJ f s 0.68 5.20 0.13 2.57 -insistantes insistant ADJ f p 0.68 5.20 0.01 0.54 -insistants insistant ADJ m p 0.68 5.20 0.19 0.68 -insiste insister VER 42.16 67.03 17.50 14.53 imp:pre:2s;ind:pre:1s;ind:pre:3s; -insistent insister VER 42.16 67.03 0.52 0.68 ind:pre:3p; -insister insister VER 42.16 67.03 6.09 9.19 inf; -insistera insister VER 42.16 67.03 0.03 0.07 ind:fut:3s; -insisterai insister VER 42.16 67.03 0.28 0.07 ind:fut:1s; -insisteraient insister VER 42.16 67.03 0.14 0.00 cnd:pre:3p; -insisterais insister VER 42.16 67.03 0.17 0.00 cnd:pre:1s; -insisterait insister VER 42.16 67.03 0.08 0.07 cnd:pre:3s; -insisteras insister VER 42.16 67.03 0.01 0.00 ind:fut:2s; -insisterons insister VER 42.16 67.03 0.02 0.07 ind:fut:1p; -insistes insister VER 42.16 67.03 2.00 0.47 ind:pre:2s; -insistez insister VER 42.16 67.03 5.11 1.22 imp:pre:2p;ind:pre:2p; -insistiez insister VER 42.16 67.03 0.02 0.07 ind:imp:2p; -insistions insister VER 42.16 67.03 0.00 0.07 ind:imp:1p; -insistons insister VER 42.16 67.03 0.27 0.20 imp:pre:1p;ind:pre:1p; -insistât insister VER 42.16 67.03 0.00 0.07 sub:imp:3s; -insistèrent insister VER 42.16 67.03 0.00 0.27 ind:pas:3p; -insisté insister VER m s 42.16 67.03 7.75 9.86 par:pas; -insociable insociable ADJ s 0.02 0.20 0.02 0.20 -insolant insoler VER 0.00 0.20 0.00 0.07 par:pre; -insolation insolation NOM f s 0.56 1.62 0.55 1.35 -insolations insolation NOM f p 0.56 1.62 0.01 0.27 -insolemment insolemment ADV 0.14 2.03 0.14 2.03 -insolence insolence NOM f s 2.75 9.80 2.69 8.78 -insolences insolence NOM f p 2.75 9.80 0.06 1.01 -insolent insolent ADJ m s 5.88 9.12 3.48 3.92 -insolente insolent ADJ f s 5.88 9.12 2.23 3.24 -insolentes insolent ADJ f p 5.88 9.12 0.03 0.47 -insolents insolent NOM m p 1.31 0.88 0.16 0.20 -insolite insolite ADJ s 2.90 18.99 2.24 15.81 -insolitement insolitement ADV 0.00 0.07 0.00 0.07 -insolites insolite ADJ p 2.90 18.99 0.66 3.18 -insolé insoler VER m s 0.00 0.20 0.00 0.07 par:pas; -insoluble insoluble ADJ s 0.69 2.16 0.50 1.28 -insolubles insoluble ADJ p 0.69 2.16 0.19 0.88 -insolvable insolvable ADJ m s 0.14 0.07 0.12 0.00 -insolvables insolvable ADJ m p 0.14 0.07 0.02 0.07 -insomniaque insomniaque ADJ s 0.77 0.95 0.62 0.68 -insomniaques insomniaque NOM p 0.28 0.54 0.23 0.14 -insomnie insomnie NOM f s 3.69 8.24 2.55 6.08 -insomnies insomnie NOM f p 3.69 8.24 1.14 2.16 -insomnieuse insomnieux NOM f s 0.00 0.27 0.00 0.07 -insomnieux insomnieux NOM m 0.00 0.27 0.00 0.20 -insondable insondable ADJ s 0.95 4.32 0.38 3.58 -insondablement insondablement ADV 0.00 0.14 0.00 0.14 -insondables insondable ADJ p 0.95 4.32 0.58 0.74 -insonore insonore ADJ m s 0.27 0.34 0.27 0.34 -insonorisation insonorisation NOM f s 0.02 0.07 0.02 0.07 -insonoriser insonoriser VER 0.58 0.47 0.05 0.14 inf; -insonorisé insonoriser VER m s 0.58 0.47 0.32 0.00 par:pas; -insonorisée insonoriser VER f s 0.58 0.47 0.12 0.34 par:pas; -insonorisées insonoriser VER f p 0.58 0.47 0.03 0.00 par:pas; -insonorisés insonoriser VER m p 0.58 0.47 0.07 0.00 par:pas; -insonorité insonorité NOM f s 0.00 0.07 0.00 0.07 -insortable insortable ADJ s 0.01 0.07 0.01 0.00 -insortables insortable ADJ p 0.01 0.07 0.00 0.07 -insouciance insouciance NOM f s 1.15 7.91 1.15 7.91 -insouciant insouciant ADJ m s 3.27 6.55 1.75 2.16 -insouciante insouciant ADJ f s 3.27 6.55 0.58 2.70 -insouciantes insouciant ADJ f p 3.27 6.55 0.33 0.34 -insouciants insouciant ADJ m p 3.27 6.55 0.61 1.35 -insoucieuse insoucieux ADJ f s 0.04 1.28 0.00 0.27 -insoucieusement insoucieusement ADV 0.00 0.07 0.00 0.07 -insoucieux insoucieux ADJ m 0.04 1.28 0.04 1.01 -insoulevables insoulevable ADJ p 0.00 0.07 0.00 0.07 -insoumis insoumis NOM m 0.36 0.88 0.20 0.81 -insoumise insoumis ADJ f s 0.37 1.08 0.20 0.14 -insoumission insoumission NOM f s 0.03 0.81 0.03 0.81 -insoupçonnable insoupçonnable ADJ s 0.24 1.62 0.23 0.88 -insoupçonnables insoupçonnable ADJ p 0.24 1.62 0.01 0.74 -insoupçonné insoupçonné ADJ m s 0.16 2.57 0.04 0.47 -insoupçonnée insoupçonné ADJ f s 0.16 2.57 0.03 0.88 -insoupçonnées insoupçonné ADJ f p 0.16 2.57 0.06 0.68 -insoupçonnés insoupçonné ADJ m p 0.16 2.57 0.04 0.54 -insoutenable insoutenable ADJ s 1.04 4.86 0.88 4.39 -insoutenables insoutenable ADJ p 1.04 4.86 0.16 0.47 -inspecta inspecter VER 7.54 13.99 0.02 1.28 ind:pas:3s; -inspectai inspecter VER 7.54 13.99 0.01 0.54 ind:pas:1s; -inspectaient inspecter VER 7.54 13.99 0.01 0.41 ind:imp:3p; -inspectais inspecter VER 7.54 13.99 0.04 0.20 ind:imp:1s; -inspectait inspecter VER 7.54 13.99 0.04 1.55 ind:imp:3s; -inspectant inspecter VER 7.54 13.99 0.09 0.95 par:pre; -inspecte inspecter VER 7.54 13.99 1.17 1.49 imp:pre:2s;ind:pre:1s;ind:pre:3s; -inspectent inspecter VER 7.54 13.99 0.06 0.27 ind:pre:3p; -inspecter inspecter VER 7.54 13.99 3.61 5.14 inf; -inspectera inspecter VER 7.54 13.99 0.07 0.00 ind:fut:3s; -inspecterais inspecter VER 7.54 13.99 0.01 0.07 cnd:pre:1s; -inspecterez inspecter VER 7.54 13.99 0.01 0.00 ind:fut:2p; -inspecteront inspecter VER 7.54 13.99 0.03 0.00 ind:fut:3p; -inspectes inspecter VER 7.54 13.99 0.04 0.07 ind:pre:2s; -inspecteur inspecteur NOM m s 69.77 19.66 64.12 15.74 -inspecteurs inspecteur NOM m p 69.77 19.66 4.99 3.92 -inspectez inspecter VER 7.54 13.99 0.41 0.00 imp:pre:2p;ind:pre:2p; -inspectiez inspecter VER 7.54 13.99 0.02 0.00 ind:imp:2p; -inspection inspection NOM f s 7.80 9.39 6.97 8.18 -inspections inspection NOM f p 7.80 9.39 0.83 1.22 -inspectons inspecter VER 7.54 13.99 0.08 0.07 imp:pre:1p;ind:pre:1p; -inspectrice inspecteur NOM f s 69.77 19.66 0.67 0.00 -inspectèrent inspecter VER 7.54 13.99 0.00 0.07 ind:pas:3p; -inspecté inspecter VER m s 7.54 13.99 1.29 1.55 par:pas; -inspectée inspecter VER f s 7.54 13.99 0.18 0.20 par:pas; -inspectées inspecter VER f p 7.54 13.99 0.15 0.00 par:pas; -inspectés inspecter VER m p 7.54 13.99 0.06 0.14 par:pas; -inspira inspirer VER 26.56 45.00 0.11 2.23 ind:pas:3s; -inspirai inspirer VER 26.56 45.00 0.00 0.07 ind:pas:1s; -inspiraient inspirer VER 26.56 45.00 0.08 3.04 ind:imp:3p; -inspirais inspirer VER 26.56 45.00 0.11 0.34 ind:imp:1s;ind:imp:2s; -inspirait inspirer VER 26.56 45.00 0.86 10.81 ind:imp:3s; -inspirant inspirer VER 26.56 45.00 0.60 2.43 par:pre; -inspirante inspirant ADJ f s 0.28 0.47 0.11 0.00 -inspirantes inspirant ADJ f p 0.28 0.47 0.01 0.27 -inspirants inspirant ADJ m p 0.28 0.47 0.00 0.07 -inspirateur inspirateur NOM m s 0.11 1.08 0.03 0.61 -inspirateurs inspirateur NOM m p 0.11 1.08 0.00 0.14 -inspiration inspiration NOM f s 7.38 18.04 7.04 17.16 -inspirations inspiration NOM f p 7.38 18.04 0.34 0.88 -inspiratoire inspiratoire ADJ m s 0.00 0.07 0.00 0.07 -inspiratrice inspirateur NOM f s 0.11 1.08 0.08 0.27 -inspiratrices inspiratrice NOM f p 0.02 0.00 0.02 0.00 -inspire inspirer VER 26.56 45.00 9.34 6.82 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -inspirent inspirer VER 26.56 45.00 0.94 1.49 ind:pre:3p; -inspirer inspirer VER 26.56 45.00 3.21 5.95 inf; -inspirera inspirer VER 26.56 45.00 0.20 0.34 ind:fut:3s; -inspireraient inspirer VER 26.56 45.00 0.00 0.07 cnd:pre:3p; -inspirerait inspirer VER 26.56 45.00 0.10 0.47 cnd:pre:3s; -inspireras inspirer VER 26.56 45.00 0.00 0.14 ind:fut:2s; -inspireront inspirer VER 26.56 45.00 0.01 0.07 ind:fut:3p; -inspires inspirer VER 26.56 45.00 0.47 0.07 ind:pre:2s; -inspirez inspirer VER 26.56 45.00 1.79 0.27 imp:pre:2p;ind:pre:2p; -inspiriez inspirer VER 26.56 45.00 0.01 0.00 ind:imp:2p; -inspirions inspirer VER 26.56 45.00 0.00 0.07 ind:imp:1p; -inspirât inspirer VER 26.56 45.00 0.00 0.20 sub:imp:3s; -inspirèrent inspirer VER 26.56 45.00 0.02 0.34 ind:pas:3p; -inspiré inspirer VER m s 26.56 45.00 5.89 5.47 par:pas; -inspirée inspirer VER f s 26.56 45.00 1.55 1.76 par:pas; -inspirées inspirer VER f p 26.56 45.00 0.56 0.81 par:pas; -inspirés inspirer VER m p 26.56 45.00 0.71 1.76 par:pas; -instabilité instabilité NOM f s 0.93 0.81 0.93 0.81 -instable instable ADJ s 5.00 4.93 4.20 3.92 -instables instable ADJ p 5.00 4.93 0.80 1.01 -installa installer VER 70.76 162.23 0.27 16.35 ind:pas:3s; -installai installer VER 70.76 162.23 0.02 2.09 ind:pas:1s; -installaient installer VER 70.76 162.23 0.12 3.38 ind:imp:3p; -installais installer VER 70.76 162.23 0.44 1.22 ind:imp:1s;ind:imp:2s; -installait installer VER 70.76 162.23 0.69 11.49 ind:imp:3s; -installant installer VER 70.76 162.23 0.22 2.16 par:pre; -installasse installer VER 70.76 162.23 0.00 0.07 sub:imp:1s; -installateur installateur NOM m s 0.07 0.00 0.07 0.00 -installation installation NOM f s 6.75 12.57 4.16 9.80 -installations installation NOM f p 6.75 12.57 2.59 2.77 -installe installer VER 70.76 162.23 12.89 15.88 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -installent installer VER 70.76 162.23 1.38 2.97 ind:pre:3p; -installer installer VER 70.76 162.23 22.76 29.73 ind:pre:2p;inf; -installera installer VER 70.76 162.23 1.01 0.88 ind:fut:3s; -installerai installer VER 70.76 162.23 0.63 0.54 ind:fut:1s; -installeraient installer VER 70.76 162.23 0.10 0.14 cnd:pre:3p; -installerais installer VER 70.76 162.23 0.23 0.54 cnd:pre:1s;cnd:pre:2s; -installerait installer VER 70.76 162.23 0.29 0.68 cnd:pre:3s; -installeras installer VER 70.76 162.23 0.29 0.07 ind:fut:2s; -installerez installer VER 70.76 162.23 0.14 0.00 ind:fut:2p; -installerions installer VER 70.76 162.23 0.10 0.07 cnd:pre:1p; -installerons installer VER 70.76 162.23 0.19 0.14 ind:fut:1p; -installeront installer VER 70.76 162.23 0.23 0.27 ind:fut:3p; -installes installer VER 70.76 162.23 1.39 0.34 ind:pre:2s; -installeur installeur NOM m s 0.00 0.07 0.00 0.07 -installez installer VER 70.76 162.23 6.66 0.61 imp:pre:2p;ind:pre:2p; -installiez installer VER 70.76 162.23 0.10 0.00 ind:imp:2p; -installions installer VER 70.76 162.23 0.03 1.22 ind:imp:1p; -installâmes installer VER 70.76 162.23 0.00 1.62 ind:pas:1p; -installons installer VER 70.76 162.23 0.60 0.61 imp:pre:1p;ind:pre:1p; -installât installer VER 70.76 162.23 0.00 0.20 sub:imp:3s; -installèrent installer VER 70.76 162.23 0.09 3.99 ind:pas:3p; -installé installer VER m s 70.76 162.23 11.02 33.51 par:pas; -installée installer VER f s 70.76 162.23 4.78 14.26 par:pas; -installées installer VER f p 70.76 162.23 0.74 3.18 par:pas; -installés installer VER m p 70.76 162.23 3.34 14.05 par:pas; -instamment instamment ADV 0.12 1.35 0.12 1.35 -instance instance NOM f s 2.12 4.59 1.62 1.76 -instances instance NOM f p 2.12 4.59 0.50 2.84 -instant instant NOM m s 189.41 340.20 182.14 285.88 -instantané instantané ADJ m s 2.31 2.97 1.22 1.22 -instantanée instantané ADJ f s 2.31 2.97 0.98 1.35 -instantanées instantané ADJ f p 2.31 2.97 0.03 0.20 -instantanéité instantanéité NOM f s 0.00 0.07 0.00 0.07 -instantanément instantanément ADV 2.15 7.57 2.15 7.57 -instantanés instantané NOM m p 0.33 1.01 0.12 0.41 -instante instant ADJ f s 3.55 18.78 0.00 0.20 -instantes instant ADJ f p 3.55 18.78 0.01 0.47 -instants instant NOM m p 189.41 340.20 7.27 54.32 -instaura instaurer VER 2.63 4.66 0.26 0.34 ind:pas:3s; -instaurai instaurer VER 2.63 4.66 0.00 0.07 ind:pas:1s; -instaurait instaurer VER 2.63 4.66 0.00 0.47 ind:imp:3s; -instaurant instaurer VER 2.63 4.66 0.00 0.14 par:pre; -instauration instauration NOM f s 0.02 0.27 0.02 0.27 -instauratrice instaurateur NOM f s 0.00 0.07 0.00 0.07 -instaure instaurer VER 2.63 4.66 0.16 0.41 ind:pre:1s;ind:pre:3s; -instaurer instaurer VER 2.63 4.66 1.31 1.35 inf; -instaurera instaurer VER 2.63 4.66 0.02 0.00 ind:fut:3s; -instaurerions instaurer VER 2.63 4.66 0.00 0.07 cnd:pre:1p; -instaurions instaurer VER 2.63 4.66 0.00 0.07 ind:imp:1p; -instaurèrent instaurer VER 2.63 4.66 0.00 0.07 ind:pas:3p; -instauré instaurer VER m s 2.63 4.66 0.63 1.22 par:pas; -instaurée instaurer VER f s 2.63 4.66 0.21 0.14 par:pas; -instaurées instaurer VER f p 2.63 4.66 0.02 0.14 par:pas; -instaurés instaurer VER m p 2.63 4.66 0.02 0.20 par:pas; -insère insérer VER 2.92 4.26 0.57 0.34 imp:pre:2s;ind:pre:1s;ind:pre:3s; -insèrent insérer VER 2.92 4.26 0.05 0.14 ind:pre:3p; -instigateur instigateur NOM m s 1.04 1.01 0.88 0.47 -instigateurs instigateur NOM m p 1.04 1.01 0.07 0.34 -instigation instigation NOM f s 0.14 0.88 0.14 0.88 -instigatrice instigateur NOM f s 1.04 1.01 0.09 0.20 -instilla instiller VER 0.24 0.74 0.00 0.14 ind:pas:3s; -instille instiller VER 0.24 0.74 0.00 0.07 ind:pre:3s; -instiller instiller VER 0.24 0.74 0.20 0.20 inf; -instillera instiller VER 0.24 0.74 0.00 0.07 ind:fut:3s; -instillé instiller VER m s 0.24 0.74 0.04 0.20 par:pas; -instillées instiller VER f p 0.24 0.74 0.00 0.07 par:pas; -instinct instinct NOM m s 16.95 35.27 14.27 31.01 -instinctif instinctif ADJ m s 1.26 9.59 0.72 4.59 -instinctifs instinctif ADJ m p 1.26 9.59 0.01 0.34 -instinctive instinctif ADJ f s 1.26 9.59 0.51 4.39 -instinctivement instinctivement ADV 1.50 9.46 1.50 9.46 -instinctives instinctif ADJ f p 1.26 9.59 0.01 0.27 -instinctivo instinctivo ADV 0.00 0.07 0.00 0.07 -instincts instinct NOM m p 16.95 35.27 2.69 4.26 -instinctuel instinctuel ADJ m s 0.01 0.00 0.01 0.00 -instit instit NOM s 1.09 1.49 0.98 1.15 -instits instit NOM p 1.09 1.49 0.11 0.34 -institua instituer VER 0.41 6.42 0.00 0.20 ind:pas:3s; -instituai instituer VER 0.41 6.42 0.00 0.14 ind:pas:1s; -instituaient instituer VER 0.41 6.42 0.00 0.07 ind:imp:3p; -instituait instituer VER 0.41 6.42 0.00 0.54 ind:imp:3s; -instituant instituer VER 0.41 6.42 0.00 0.68 par:pre; -institue instituer VER 0.41 6.42 0.11 0.14 ind:pre:3s; -instituent instituer VER 0.41 6.42 0.00 0.07 ind:pre:3p; -instituer instituer VER 0.41 6.42 0.05 1.69 inf; -instituons instituer VER 0.41 6.42 0.01 0.00 imp:pre:1p; -institut institut NOM m s 5.49 4.53 5.37 3.85 -instituteur instituteur NOM m s 11.49 23.31 7.29 13.18 -instituteurs instituteur NOM m p 11.49 23.31 0.79 2.91 -instituèrent instituer VER 0.41 6.42 0.00 0.07 ind:pas:3p; -institution institution NOM f s 9.41 17.23 6.23 7.57 -institutionnalisé institutionnaliser VER m s 0.03 0.00 0.03 0.00 par:pas; -institutionnel institutionnel ADJ m s 0.50 0.27 0.17 0.14 -institutionnelle institutionnel ADJ f s 0.50 0.27 0.30 0.14 -institutionnels institutionnel ADJ m p 0.50 0.27 0.03 0.00 -institutions institution NOM f p 9.41 17.23 3.19 9.66 -institutrice instituteur NOM f s 11.49 23.31 3.42 6.08 -institutrices institutrice NOM f p 0.30 0.00 0.30 0.00 -instituts institut NOM m p 5.49 4.53 0.12 0.68 -institué instituer VER m s 0.41 6.42 0.19 2.30 par:pas; -instituée instituer VER f s 0.41 6.42 0.01 0.41 par:pas; -instituées instituer VER f p 0.41 6.42 0.02 0.14 par:pas; -institués instituer VER m p 0.41 6.42 0.01 0.00 par:pas; -instructeur instructeur NOM m s 1.60 2.09 1.12 1.22 -instructeurs instructeur NOM m p 1.60 2.09 0.48 0.88 -instructif instructif ADJ m s 2.08 2.91 1.54 1.55 -instructifs instructif ADJ m p 2.08 2.91 0.19 0.14 -instruction instruction NOM f s 22.37 30.27 6.91 16.08 -instructions instruction NOM f p 22.37 30.27 15.46 14.19 -instructive instructif ADJ f s 2.08 2.91 0.14 0.88 -instructives instructif ADJ f p 2.08 2.91 0.22 0.34 -instruira instruire VER 5.85 11.96 0.16 0.07 ind:fut:3s; -instruirai instruire VER 5.85 11.96 0.02 0.00 ind:fut:1s; -instruiraient instruire VER 5.85 11.96 0.00 0.07 cnd:pre:3p; -instruirait instruire VER 5.85 11.96 0.02 0.41 cnd:pre:3s; -instruire instruire VER 5.85 11.96 2.49 5.81 inf; -instruis instruire VER 5.85 11.96 0.39 0.00 imp:pre:2s;ind:pre:1s;ind:pre:2s; -instruisîmes instruire VER 5.85 11.96 0.00 0.07 ind:pas:1p; -instruisaient instruire VER 5.85 11.96 0.00 0.14 ind:imp:3p; -instruisais instruire VER 5.85 11.96 0.01 0.20 ind:imp:1s; -instruisait instruire VER 5.85 11.96 0.00 0.41 ind:imp:3s; -instruisant instruire VER 5.85 11.96 0.04 0.07 par:pre; -instruise instruire VER 5.85 11.96 0.04 0.27 sub:pre:1s;sub:pre:3s; -instruisent instruire VER 5.85 11.96 0.12 0.47 ind:pre:3p; -instruisez instruire VER 5.85 11.96 0.08 0.00 imp:pre:2p;ind:pre:2p; -instruisirent instruire VER 5.85 11.96 0.00 0.07 ind:pas:3p; -instruisis instruire VER 5.85 11.96 0.01 0.00 ind:pas:1s; -instruisit instruire VER 5.85 11.96 0.10 0.41 ind:pas:3s; -instruit instruit ADJ m s 3.58 3.31 2.37 1.69 -instruite instruire VER f s 5.85 11.96 0.28 0.61 par:pas; -instruites instruit ADJ f p 3.58 3.31 0.11 0.20 -instruits instruit ADJ m p 3.58 3.31 1.02 1.01 -instrument instrument NOM m s 22.67 36.08 14.59 21.62 -instrumentais instrumenter VER 0.01 0.20 0.00 0.07 ind:imp:1s; -instrumental instrumental ADJ m s 0.20 0.41 0.16 0.07 -instrumentale instrumental ADJ f s 0.20 0.41 0.04 0.34 -instrumentation instrumentation NOM f s 0.23 0.07 0.23 0.07 -instrumentaux instrumental ADJ m p 0.20 0.41 0.01 0.00 -instrumenter instrumenter VER 0.01 0.20 0.01 0.14 inf; -instrumentiste instrumentiste NOM s 0.03 0.27 0.01 0.14 -instrumentistes instrumentiste NOM p 0.03 0.27 0.02 0.14 -instruments instrument NOM m p 22.67 36.08 8.08 14.46 -insu insu NOM m s 3.74 10.20 3.74 10.20 -insubmersible insubmersible ADJ m s 0.11 0.20 0.09 0.14 -insubmersibles insubmersible ADJ f p 0.11 0.20 0.02 0.07 -insubordination insubordination NOM f s 1.17 0.74 1.16 0.74 -insubordinations insubordination NOM f p 1.17 0.74 0.01 0.00 -insubordonné insubordonné ADJ m s 0.14 0.00 0.13 0.00 -insubordonnée insubordonné ADJ f s 0.14 0.00 0.01 0.00 -insécable insécable ADJ s 0.00 0.07 0.00 0.07 -insuccès insuccès NOM m 0.02 0.20 0.02 0.20 -insécurité insécurité NOM f s 0.92 1.49 0.86 1.42 -insécurités insécurité NOM f p 0.92 1.49 0.05 0.07 -insuffisamment insuffisamment ADV 0.03 0.68 0.03 0.68 -insuffisance insuffisance NOM f s 1.40 3.85 1.20 2.50 -insuffisances insuffisance NOM f p 1.40 3.85 0.20 1.35 -insuffisant insuffisant ADJ m s 3.45 5.54 1.74 2.57 -insuffisante insuffisant ADJ f s 3.45 5.54 0.79 1.08 -insuffisantes insuffisant ADJ f p 3.45 5.54 0.42 0.74 -insuffisants insuffisant ADJ m p 3.45 5.54 0.51 1.15 -insufflaient insuffler VER 0.89 1.62 0.00 0.07 ind:imp:3p; -insufflait insuffler VER 0.89 1.62 0.03 0.20 ind:imp:3s; -insufflant insuffler VER 0.89 1.62 0.03 0.00 par:pre; -insufflateur insufflateur NOM m s 0.00 0.07 0.00 0.07 -insuffle insuffler VER 0.89 1.62 0.10 0.14 imp:pre:2s;ind:pre:1s;ind:pre:3s; -insufflent insuffler VER 0.89 1.62 0.00 0.07 ind:pre:3p; -insuffler insuffler VER 0.89 1.62 0.53 0.74 inf; -insufflera insuffler VER 0.89 1.62 0.00 0.07 ind:fut:3s; -insufflé insuffler VER m s 0.89 1.62 0.18 0.27 par:pas; -insufflée insuffler VER f s 0.89 1.62 0.01 0.07 par:pas; -insufflées insuffler VER f p 0.89 1.62 0.01 0.00 par:pas; -insula insula NOM f s 0.01 0.00 0.01 0.00 -insulaire insulaire ADJ s 0.09 1.01 0.03 0.81 -insulaires insulaire ADJ p 0.09 1.01 0.06 0.20 -insularité insularité NOM f s 0.00 0.07 0.00 0.07 -insulation insulation NOM f s 0.01 0.00 0.01 0.00 -insuline insuline NOM f s 1.45 1.15 1.45 1.15 -insulinique insulinique ADJ m s 0.01 0.41 0.01 0.41 -insulta insulter VER 26.93 18.24 0.01 0.61 ind:pas:3s; -insultaient insulter VER 26.93 18.24 0.28 0.74 ind:imp:3p; -insultais insulter VER 26.93 18.24 0.09 0.34 ind:imp:1s;ind:imp:2s; -insultait insulter VER 26.93 18.24 0.20 1.35 ind:imp:3s; -insultant insultant ADJ m s 1.90 3.24 1.38 1.62 -insultante insultant ADJ f s 1.90 3.24 0.41 0.68 -insultantes insultant ADJ f p 1.90 3.24 0.06 0.20 -insultants insultant ADJ m p 1.90 3.24 0.05 0.74 -insulte insulter VER 26.93 18.24 6.13 3.11 imp:pre:2s;ind:pre:1s;ind:pre:3s; -insultent insulter VER 26.93 18.24 0.88 0.81 ind:pre:3p;sub:pre:3p; -insulter insulter VER 26.93 18.24 6.76 6.42 inf;; -insulterai insulter VER 26.93 18.24 0.04 0.00 ind:fut:1s; -insulterais insulter VER 26.93 18.24 0.06 0.20 cnd:pre:1s;cnd:pre:2s; -insulteras insulter VER 26.93 18.24 0.01 0.00 ind:fut:2s; -insultes insulte NOM f p 10.49 15.88 5.25 8.92 -insulteur insulteur NOM m s 0.00 0.27 0.00 0.20 -insulteurs insulteur NOM m p 0.00 0.27 0.00 0.07 -insultez insulter VER 26.93 18.24 2.52 0.27 imp:pre:2p;ind:pre:2p; -insultions insulter VER 26.93 18.24 0.00 0.07 ind:imp:1p; -insultons insulter VER 26.93 18.24 0.03 0.00 imp:pre:1p;ind:pre:1p; -insulté insulter VER m s 26.93 18.24 5.95 1.62 par:pas; -insultée insulter VER f s 26.93 18.24 1.28 0.54 par:pas; -insultées insulté VER f p 0.00 0.07 0.00 0.07 par:pas; -insultés insulter VER m p 26.93 18.24 0.37 0.34 par:pas; -inséminateur inséminateur NOM m s 0.27 0.00 0.27 0.00 -insémination insémination NOM f s 0.67 0.81 0.67 0.41 -inséminations insémination NOM f p 0.67 0.81 0.00 0.41 -inséminer inséminer VER 0.50 0.34 0.17 0.07 inf; -inséminé inséminer VER m s 0.50 0.34 0.02 0.00 par:pas; -inséminée inséminer VER f s 0.50 0.34 0.31 0.14 par:pas; -inséminés inséminer VER m p 0.50 0.34 0.00 0.14 par:pas; -inséparabilité inséparabilité NOM f s 0.00 0.07 0.00 0.07 -inséparable inséparable ADJ s 3.08 6.28 0.34 3.18 -inséparablement inséparablement ADV 0.00 0.14 0.00 0.14 -inséparables inséparable ADJ p 3.08 6.28 2.73 3.11 -insupportable insupportable ADJ s 11.42 25.74 11.01 22.23 -insupportablement insupportablement ADV 0.25 0.41 0.25 0.41 -insupportables insupportable ADJ p 11.42 25.74 0.41 3.51 -insupportaient insupporter VER 0.43 0.27 0.00 0.14 ind:imp:3p; -insupporte insupporter VER 0.43 0.27 0.29 0.07 ind:pre:3s; -insupportent insupporter VER 0.43 0.27 0.14 0.07 ind:pre:3p; -inséra insérer VER 2.92 4.26 0.00 0.07 ind:pas:3s; -inséraient insérer VER 2.92 4.26 0.00 0.07 ind:imp:3p; -insérait insérer VER 2.92 4.26 0.03 0.47 ind:imp:3s; -insérant insérer VER 2.92 4.26 0.06 0.34 par:pre; -insérer insérer VER 2.92 4.26 1.01 1.69 inf; -insérera insérer VER 2.92 4.26 0.01 0.00 ind:fut:3s; -insérerait insérer VER 2.92 4.26 0.00 0.07 cnd:pre:3s; -insérerons insérer VER 2.92 4.26 0.01 0.00 ind:fut:1p; -insérez insérer VER 2.92 4.26 0.39 0.00 imp:pre:2p;ind:pre:2p; -insurge insurger VER 0.57 3.58 0.10 0.88 ind:pre:1s;ind:pre:3s; -insurgea insurger VER 0.57 3.58 0.00 0.41 ind:pas:3s; -insurgeai insurger VER 0.57 3.58 0.00 0.07 ind:pas:1s; -insurgeaient insurger VER 0.57 3.58 0.00 0.14 ind:imp:3p; -insurgeais insurger VER 0.57 3.58 0.00 0.20 ind:imp:1s; -insurgeait insurger VER 0.57 3.58 0.01 0.20 ind:imp:3s; -insurgeant insurger VER 0.57 3.58 0.00 0.07 par:pre; -insurgent insurger VER 0.57 3.58 0.01 0.14 ind:pre:3p; -insurgeons insurger VER 0.57 3.58 0.00 0.07 ind:pre:1p; -insurgeât insurger VER 0.57 3.58 0.00 0.07 sub:imp:3s; -insurger insurger VER 0.57 3.58 0.42 0.54 inf; -insurgera insurger VER 0.57 3.58 0.00 0.07 ind:fut:3s; -insurgerai insurger VER 0.57 3.58 0.00 0.07 ind:fut:1s; -insurgerait insurger VER 0.57 3.58 0.02 0.14 cnd:pre:3s; -insurgèrent insurger VER 0.57 3.58 0.00 0.07 ind:pas:3p; -insurgé insurger VER m s 0.57 3.58 0.01 0.20 par:pas; -insurgée insurgé NOM f s 0.33 2.91 0.01 0.00 -insurgés insurgé NOM m p 0.33 2.91 0.31 2.70 -insurmontable insurmontable ADJ s 0.77 2.77 0.64 2.36 -insurmontables insurmontable ADJ p 0.77 2.77 0.14 0.41 -insérons insérer VER 2.92 4.26 0.01 0.00 imp:pre:1p; -insurpassable insurpassable ADJ s 0.16 0.54 0.16 0.54 -insurpassé insurpassé ADJ m s 0.00 0.07 0.00 0.07 -insurrection insurrection NOM f s 1.40 3.72 1.39 3.51 -insurrectionnel insurrectionnel ADJ m s 0.01 0.34 0.00 0.14 -insurrectionnelle insurrectionnel ADJ f s 0.01 0.34 0.01 0.20 -insurrections insurrection NOM f p 1.40 3.72 0.01 0.20 -insérèrent insérer VER 2.92 4.26 0.00 0.07 ind:pas:3p; -inséré insérer VER m s 2.92 4.26 0.63 0.34 par:pas; -insérée insérer VER f s 2.92 4.26 0.09 0.27 par:pas; -insérées insérer VER f p 2.92 4.26 0.02 0.14 par:pas; -insérés insérer VER m p 2.92 4.26 0.02 0.27 par:pas; -intact intact ADJ m s 11.89 31.89 6.21 11.69 -intacte intact ADJ f s 11.89 31.89 3.51 11.35 -intactes intact ADJ f p 11.89 31.89 0.88 4.19 -intacts intact ADJ m p 11.89 31.89 1.29 4.66 -intaille intaille NOM f s 0.00 0.20 0.00 0.14 -intailles intaille NOM f p 0.00 0.20 0.00 0.07 -intangibilité intangibilité NOM f s 0.01 0.07 0.01 0.07 -intangible intangible ADJ s 0.09 0.68 0.05 0.47 -intangibles intangible ADJ p 0.09 0.68 0.04 0.20 -intarissable intarissable ADJ s 0.45 3.85 0.44 2.97 -intarissablement intarissablement ADV 0.00 0.27 0.00 0.27 -intarissables intarissable ADJ p 0.45 3.85 0.01 0.88 -intellect intellect NOM m s 1.14 0.95 1.14 0.95 -intellectualisation intellectualisation NOM f s 0.01 0.00 0.01 0.00 -intellectualise intellectualiser VER 0.00 0.20 0.00 0.07 ind:pre:3s; -intellectualiser intellectualiser VER 0.00 0.20 0.00 0.07 inf; -intellectualisme intellectualisme NOM m s 0.01 0.20 0.01 0.20 -intellectualiste intellectualiste NOM s 0.00 0.07 0.00 0.07 -intellectualisées intellectualiser VER f p 0.00 0.20 0.00 0.07 par:pas; -intellectuel_phare intellectuel_phare NOM m s 0.00 0.07 0.00 0.07 -intellectuel intellectuel ADJ m s 6.52 15.20 2.47 4.59 -intellectuelle intellectuel ADJ f s 6.52 15.20 2.04 6.08 -intellectuellement intellectuellement ADV 0.97 0.81 0.97 0.81 -intellectuelles intellectuel ADJ f p 6.52 15.20 0.66 2.77 -intellectuels intellectuel NOM m p 5.06 15.27 2.42 8.58 -intellige intelliger VER 0.00 0.07 0.00 0.07 ind:pre:1s; -intelligemment intelligemment ADV 1.28 1.49 1.28 1.49 -intelligence intelligence NOM f s 18.41 37.16 18.27 36.22 -intelligences intelligence NOM f p 18.41 37.16 0.14 0.95 -intelligent intelligent ADJ m s 57.51 35.68 31.92 19.32 -intelligente intelligent ADJ f s 57.51 35.68 17.42 8.45 -intelligentes intelligent ADJ f p 57.51 35.68 2.53 1.82 -intelligents intelligent ADJ m p 57.51 35.68 5.65 6.08 -intelligentsia intelligentsia NOM f s 0.44 0.95 0.44 0.95 -intelligibilité intelligibilité NOM f s 0.01 0.27 0.01 0.27 -intelligible intelligible ADJ s 0.06 1.96 0.05 1.69 -intelligiblement intelligiblement ADV 0.01 0.20 0.01 0.20 -intelligibles intelligible ADJ p 0.06 1.96 0.01 0.27 -intello intello NOM s 3.11 1.08 1.96 0.34 -intellos intello NOM p 3.11 1.08 1.16 0.74 -intempestif intempestif ADJ m s 0.38 2.84 0.15 0.74 -intempestifs intempestif ADJ m p 0.38 2.84 0.04 0.34 -intempestive intempestif ADJ f s 0.38 2.84 0.14 1.22 -intempestivement intempestivement ADV 0.00 0.07 0.00 0.07 -intempestives intempestif ADJ f p 0.38 2.84 0.04 0.54 -intemporalité intemporalité NOM f s 0.00 0.14 0.00 0.14 -intemporel intemporel ADJ m s 0.31 1.49 0.21 0.68 -intemporelle intemporel ADJ f s 0.31 1.49 0.07 0.74 -intemporelles intemporel ADJ f p 0.31 1.49 0.03 0.07 -intempérance intempérance NOM f s 0.17 0.41 0.16 0.41 -intempérances intempérance NOM f p 0.17 0.41 0.01 0.00 -intempérante intempérant ADJ f s 0.02 0.00 0.02 0.00 -intempéries intempérie NOM f p 0.42 3.51 0.42 3.51 -intenable intenable ADJ s 0.91 3.31 0.83 2.97 -intenables intenable ADJ p 0.91 3.31 0.08 0.34 -intendance intendance NOM f s 1.37 4.05 1.37 3.99 -intendances intendance NOM f p 1.37 4.05 0.00 0.07 -intendant intendant NOM m s 4.55 4.73 4.02 3.24 -intendante intendant NOM f s 4.55 4.73 0.46 1.35 -intendants intendant NOM m p 4.55 4.73 0.08 0.14 -intense intense ADJ s 8.45 22.57 7.20 20.27 -intenses intense ADJ p 8.45 22.57 1.25 2.30 -intensif intensif ADJ m s 3.50 1.55 1.02 0.47 -intensifia intensifier VER 1.22 1.28 0.00 0.07 ind:pas:3s; -intensifiaient intensifier VER 1.22 1.28 0.01 0.14 ind:imp:3p; -intensifiait intensifier VER 1.22 1.28 0.03 0.34 ind:imp:3s; -intensifiant intensifier VER 1.22 1.28 0.03 0.14 par:pre; -intensification intensification NOM f s 0.02 0.14 0.02 0.14 -intensifie intensifier VER 1.22 1.28 0.18 0.20 imp:pre:2s;ind:pre:3s; -intensifient intensifier VER 1.22 1.28 0.27 0.00 ind:pre:3p; -intensifier intensifier VER 1.22 1.28 0.31 0.41 inf; -intensifiez intensifier VER 1.22 1.28 0.04 0.00 imp:pre:2p; -intensifié intensifier VER m s 1.22 1.28 0.20 0.00 par:pas; -intensifiée intensifier VER f s 1.22 1.28 0.04 0.00 par:pas; -intensifiées intensifier VER f p 1.22 1.28 0.11 0.00 par:pas; -intensifs intensif ADJ m p 3.50 1.55 1.75 0.14 -intension intension NOM f s 0.04 0.00 0.04 0.00 -intensité intensité NOM f s 3.11 13.24 3.11 13.18 -intensités intensité NOM f p 3.11 13.24 0.00 0.07 -intensive intensif ADJ f s 3.50 1.55 0.66 0.95 -intensivement intensivement ADV 0.14 0.14 0.14 0.14 -intensives intensif ADJ f p 3.50 1.55 0.07 0.00 -intensément intensément ADV 0.87 8.58 0.87 8.58 -intenta intenter VER 1.34 0.68 0.01 0.07 ind:pas:3s; -intentait intenter VER 1.34 0.68 0.00 0.14 ind:imp:3s; -intente intenter VER 1.34 0.68 0.54 0.00 imp:pre:2s;ind:pre:1s;ind:pre:3s; -intenter intenter VER 1.34 0.68 0.42 0.27 inf; -intentera intenter VER 1.34 0.68 0.03 0.00 ind:fut:3s; -intenterai intenter VER 1.34 0.68 0.04 0.00 ind:fut:1s; -intention intention NOM f s 51.11 68.65 40.00 53.99 -intentionnalité intentionnalité NOM f s 0.01 0.00 0.01 0.00 -intentionnel intentionnel ADJ m s 0.85 0.47 0.69 0.27 -intentionnelle intentionnel ADJ f s 0.85 0.47 0.15 0.14 -intentionnellement intentionnellement ADV 1.04 0.81 1.04 0.81 -intentionnels intentionnel ADJ m p 0.85 0.47 0.01 0.07 -intentionné intentionné ADJ m s 0.43 1.22 0.27 0.20 -intentionnée intentionné ADJ f s 0.43 1.22 0.05 0.14 -intentionnées intentionné ADJ f p 0.43 1.22 0.02 0.20 -intentionnés intentionné ADJ m p 0.43 1.22 0.09 0.68 -intentions intention NOM f p 51.11 68.65 11.12 14.66 -intenté intenter VER m s 1.34 0.68 0.12 0.07 par:pas; -intentée intenter VER f s 1.34 0.68 0.01 0.00 par:pas; -intentées intenter VER f p 1.34 0.68 0.01 0.07 par:pas; -intentés intenter VER m p 1.34 0.68 0.02 0.07 par:pas; -inter_école inter_école NOM f p 0.03 0.00 0.03 0.00 -inter inter NOM m s 0.84 0.95 0.84 0.88 -interactif interactif ADJ m s 0.44 0.00 0.30 0.00 -interactifs interactif ADJ m p 0.44 0.00 0.07 0.00 -interaction interaction NOM f s 0.92 0.20 0.76 0.14 -interactions interaction NOM f p 0.92 0.20 0.16 0.07 -interactive interactif ADJ f s 0.44 0.00 0.06 0.00 -interactivité interactivité NOM f s 0.05 0.00 0.05 0.00 -interagir interagir VER 0.30 0.00 0.17 0.00 inf; -interagis interagir VER 0.30 0.00 0.04 0.00 imp:pre:2s;ind:pre:2s; -interagissais interagir VER 0.30 0.00 0.01 0.00 ind:imp:1s; -interagissant interagir VER 0.30 0.00 0.03 0.00 par:pre; -interagit interagir VER 0.30 0.00 0.05 0.00 ind:pre:3s; -interallié interallié ADJ m s 0.02 2.97 0.00 2.43 -interalliée interallié ADJ f s 0.02 2.97 0.01 0.27 -interalliées interallié ADJ f p 0.02 2.97 0.00 0.14 -interalliés interallié ADJ m p 0.02 2.97 0.01 0.14 -interarmes interarmes ADJ f p 0.12 0.07 0.12 0.07 -interarmées interarmées ADJ m s 0.05 0.07 0.05 0.07 -intercalaient intercaler VER 0.20 1.82 0.00 0.14 ind:imp:3p; -intercalaire intercalaire ADJ m s 0.00 0.20 0.00 0.14 -intercalaires intercalaire ADJ m p 0.00 0.20 0.00 0.07 -intercalait intercaler VER 0.20 1.82 0.01 0.27 ind:imp:3s; -intercalant intercaler VER 0.20 1.82 0.00 0.27 par:pre; -intercale intercaler VER 0.20 1.82 0.00 0.41 ind:pre:1s;ind:pre:3s; -intercalent intercaler VER 0.20 1.82 0.00 0.07 ind:pre:3p; -intercaler intercaler VER 0.20 1.82 0.05 0.41 inf; -intercalera intercaler VER 0.20 1.82 0.00 0.07 ind:fut:3s; -intercalerai intercaler VER 0.20 1.82 0.01 0.00 ind:fut:1s; -intercalerez intercaler VER 0.20 1.82 0.10 0.00 ind:fut:2p; -intercalé intercaler VER m s 0.20 1.82 0.03 0.00 par:pas; -intercalée intercalé ADJ f s 0.00 0.20 0.00 0.07 -intercalées intercaler VER f p 0.20 1.82 0.00 0.14 par:pas; -intercalés intercaler VER m p 0.20 1.82 0.00 0.07 par:pas; -intercellulaire intercellulaire ADJ m s 0.01 0.00 0.01 0.00 -intercepta intercepter VER 6.64 3.65 0.01 0.47 ind:pas:3s; -interceptai intercepter VER 6.64 3.65 0.00 0.14 ind:pas:1s; -interceptais intercepter VER 6.64 3.65 0.01 0.00 ind:imp:1s; -interceptait intercepter VER 6.64 3.65 0.15 0.07 ind:imp:3s; -interceptant intercepter VER 6.64 3.65 0.03 0.07 par:pre; -intercepte intercepter VER 6.64 3.65 0.56 0.27 imp:pre:2s;ind:pre:1s;ind:pre:3s; -interceptent intercepter VER 6.64 3.65 0.13 0.07 ind:pre:3p; -intercepter intercepter VER 6.64 3.65 1.81 1.28 inf; -interceptera intercepter VER 6.64 3.65 0.04 0.00 ind:fut:3s; -intercepterait intercepter VER 6.64 3.65 0.01 0.00 cnd:pre:3s; -intercepterez intercepter VER 6.64 3.65 0.01 0.00 ind:fut:2p; -intercepterons intercepter VER 6.64 3.65 0.04 0.00 ind:fut:1p; -intercepteur intercepteur NOM m s 0.45 0.00 0.19 0.00 -intercepteurs intercepteur NOM m p 0.45 0.00 0.26 0.00 -interceptez intercepter VER 6.64 3.65 0.69 0.00 imp:pre:2p;ind:pre:2p; -interception interception NOM f s 1.20 0.27 1.10 0.20 -interceptions interception NOM f p 1.20 0.27 0.09 0.07 -interceptèrent intercepter VER 6.64 3.65 0.00 0.07 ind:pas:3p; -intercepté intercepter VER m s 6.64 3.65 2.50 0.95 par:pas; -interceptée intercepter VER f s 6.64 3.65 0.15 0.07 par:pas; -interceptées intercepter VER f p 6.64 3.65 0.08 0.00 par:pas; -interceptés intercepter VER m p 6.64 3.65 0.41 0.20 par:pas; -intercesseur intercesseur NOM m s 0.00 1.22 0.00 0.54 -intercesseurs intercesseur NOM m p 0.00 1.22 0.00 0.68 -intercession intercession NOM f s 0.20 1.01 0.20 1.01 -interchangeable interchangeable ADJ s 0.32 2.50 0.07 0.74 -interchangeables interchangeable ADJ p 0.32 2.50 0.24 1.76 -interchanger interchanger VER 0.13 0.14 0.00 0.14 inf; -interchangé interchanger VER m s 0.13 0.14 0.13 0.00 par:pas; -interclasse interclasse NOM m s 0.03 0.07 0.01 0.00 -interclasses interclasse NOM m p 0.03 0.07 0.01 0.07 -interclubs interclubs ADJ 0.01 0.00 0.01 0.00 -intercommunal intercommunal ADJ m s 0.01 0.00 0.01 0.00 -intercommunautaire intercommunautaire ADJ s 0.01 0.00 0.01 0.00 -intercommunication intercommunication NOM f s 0.03 0.00 0.03 0.00 -interconnecté interconnecter VER m s 0.06 0.00 0.05 0.00 par:pas; -interconnectée interconnecter VER f s 0.06 0.00 0.01 0.00 par:pas; -interconnexion interconnexion NOM f s 0.01 0.00 0.01 0.00 -intercontinental intercontinental ADJ m s 0.63 0.41 0.58 0.20 -intercontinentale intercontinental ADJ f s 0.63 0.41 0.00 0.07 -intercontinentales intercontinental ADJ f p 0.63 0.41 0.00 0.07 -intercontinentaux intercontinental ADJ m p 0.63 0.41 0.04 0.07 -intercostal intercostal ADJ m s 0.30 0.14 0.17 0.00 -intercostale intercostal ADJ f s 0.30 0.14 0.10 0.07 -intercostaux intercostal ADJ m p 0.30 0.14 0.03 0.07 -intercours intercours NOM m 0.00 0.07 0.00 0.07 -intercourse intercourse NOM f s 0.05 0.07 0.05 0.07 -intercède intercéder VER 0.63 0.68 0.04 0.00 imp:pre:2s;ind:pre:1s;ind:pre:3s; -intercéda intercéder VER 0.63 0.68 0.00 0.14 ind:pas:3s; -intercédait intercéder VER 0.63 0.68 0.14 0.07 ind:imp:3s; -intercédant intercéder VER 0.63 0.68 0.00 0.07 par:pre; -intercéder intercéder VER 0.63 0.68 0.37 0.41 inf; -intercédera intercéder VER 0.63 0.68 0.02 0.00 ind:fut:3s; -intercéderai intercéder VER 0.63 0.68 0.03 0.00 ind:fut:1s; -intercédé intercéder VER m s 0.63 0.68 0.03 0.00 par:pas; -interculturel interculturel ADJ m s 0.01 0.07 0.00 0.07 -interculturels interculturel ADJ m p 0.01 0.07 0.01 0.00 -interdît interdire VER 63.72 54.39 0.00 0.07 sub:imp:3s; -interdiction interdiction NOM f s 3.11 6.76 3.02 5.95 -interdictions interdiction NOM f p 3.11 6.76 0.09 0.81 -interdira interdire VER 63.72 54.39 0.41 0.07 ind:fut:3s; -interdirai interdire VER 63.72 54.39 0.15 0.07 ind:fut:1s; -interdiraient interdire VER 63.72 54.39 0.02 0.14 cnd:pre:3p; -interdirais interdire VER 63.72 54.39 0.06 0.07 cnd:pre:1s;cnd:pre:2s; -interdirait interdire VER 63.72 54.39 0.21 0.47 cnd:pre:3s; -interdire interdire VER 63.72 54.39 4.38 5.95 inf; -interdirent interdire VER 63.72 54.39 0.00 0.20 ind:pas:3p; -interdis interdire VER 63.72 54.39 7.55 2.36 imp:pre:2s;ind:pre:1s;ind:pre:2s; -interdisaient interdire VER 63.72 54.39 0.18 1.69 ind:imp:3p; -interdisais interdire VER 63.72 54.39 0.10 0.14 ind:imp:1s;ind:imp:2s; -interdisait interdire VER 63.72 54.39 0.51 9.46 ind:imp:3s; -interdisant interdire VER 63.72 54.39 0.64 1.35 par:pre; -interdisciplinaires interdisciplinaire ADJ f p 0.01 0.07 0.01 0.07 -interdise interdire VER 63.72 54.39 0.34 0.34 sub:pre:1s;sub:pre:3s; -interdisent interdire VER 63.72 54.39 0.77 1.15 ind:pre:3p; -interdisez interdire VER 63.72 54.39 0.18 0.07 imp:pre:2p;ind:pre:2p; -interdisiez interdire VER 63.72 54.39 0.13 0.00 ind:imp:2p; -interdisons interdire VER 63.72 54.39 0.02 0.00 ind:pre:1p; -interdissent interdire VER 63.72 54.39 0.01 0.07 sub:imp:3p; -interdit interdire VER m s 63.72 54.39 42.13 24.12 ind:pre:3s;par:pas; -interdite interdit ADJ f s 10.31 15.34 3.63 3.72 -interdites interdire VER f p 63.72 54.39 0.67 1.08 par:pas; -interdits interdire VER m p 63.72 54.39 2.27 1.69 par:pas; -interdépartementaux interdépartemental ADJ m p 0.01 0.00 0.01 0.00 -interdépendance interdépendance NOM f s 0.11 0.74 0.11 0.74 -interdépendant interdépendant ADJ m s 0.02 0.00 0.02 0.00 -interethnique interethnique ADJ s 0.00 0.14 0.00 0.14 -interface interface NOM f s 1.35 0.00 1.30 0.00 -interfacer interfacer VER 0.07 0.00 0.07 0.00 inf; -interfaces interface NOM f p 1.35 0.00 0.04 0.00 -interfère interférer VER 2.75 0.68 0.80 0.07 imp:pre:2s;ind:pre:1s;ind:pre:3s; -interfèrent interférer VER 2.75 0.68 0.14 0.14 ind:pre:3p; -interféraient interférer VER 2.75 0.68 0.03 0.00 ind:imp:3p; -interférait interférer VER 2.75 0.68 0.02 0.00 ind:imp:3s; -interférant interférer VER 2.75 0.68 0.07 0.07 par:pre; -interférence interférence NOM f s 3.00 1.62 1.33 0.68 -interférences interférence NOM f p 3.00 1.62 1.68 0.95 -interférent interférent ADJ m s 0.01 0.00 0.01 0.00 -interférer interférer VER 2.75 0.68 1.39 0.41 ind:pre:2p;inf; -interférez interférer VER 2.75 0.68 0.14 0.00 imp:pre:2p;ind:pre:2p; -interférométrie interférométrie NOM f s 0.01 0.00 0.01 0.00 -interféron interféron NOM m s 0.12 0.00 0.12 0.00 -interférons interférer VER 2.75 0.68 0.01 0.00 ind:pre:1p; -interféré interférer VER m s 2.75 0.68 0.16 0.00 par:pas; -intergalactique intergalactique ADJ s 1.07 0.14 0.85 0.14 -intergalactiques intergalactique ADJ p 1.07 0.14 0.22 0.00 -interglaciaire interglaciaire ADJ m s 0.14 0.00 0.14 0.00 -intergouvernemental intergouvernemental ADJ m s 0.03 0.00 0.01 0.00 -intergouvernementale intergouvernemental ADJ f s 0.03 0.00 0.01 0.00 -interjecter interjecter VER 0.00 0.07 0.00 0.07 inf; -interjection interjection NOM f s 0.01 1.28 0.01 0.27 -interjections interjection NOM f p 0.01 1.28 0.00 1.01 -interjeta interjeter VER 0.01 0.07 0.00 0.07 ind:pas:3s; -interjeter interjeter VER 0.01 0.07 0.01 0.00 inf; -interligne interligne NOM m s 0.04 0.14 0.04 0.00 -interlignes interligne NOM m p 0.04 0.14 0.00 0.14 -interlignés interligner VER m p 0.00 0.07 0.00 0.07 par:pas; -interlocuteur interlocuteur NOM m s 1.28 14.73 0.98 10.27 -interlocuteurs interlocuteur NOM m p 1.28 14.73 0.28 3.85 -interlocutoire interlocutoire ADJ f s 0.01 0.07 0.01 0.00 -interlocutoires interlocutoire ADJ p 0.01 0.07 0.00 0.07 -interlocutrice interlocuteur NOM f s 1.28 14.73 0.01 0.41 -interlocutrices interlocuteur NOM f p 1.28 14.73 0.00 0.20 -interlope interlope NOM m s 0.03 0.00 0.03 0.00 -interlopes interlope ADJ m p 0.00 0.54 0.00 0.20 -interloque interloquer VER 0.04 1.62 0.00 0.27 ind:pre:1s;ind:pre:3s; -interloqué interloqué ADJ m s 0.02 3.11 0.02 1.62 -interloquée interloquer VER f s 0.04 1.62 0.01 0.47 par:pas; -interloquées interloqué ADJ f p 0.02 3.11 0.00 0.07 -interloqués interloquer VER m p 0.04 1.62 0.01 0.20 par:pas; -interlude interlude NOM m s 0.30 0.34 0.29 0.27 -interludes interlude NOM m p 0.30 0.34 0.01 0.07 -intermezzo intermezzo NOM m s 0.10 0.07 0.10 0.07 -interminable interminable ADJ s 4.11 38.65 2.56 22.16 -interminablement interminablement ADV 0.05 5.34 0.05 5.34 -interminables interminable ADJ p 4.11 38.65 1.54 16.49 -interministérielles interministériel ADJ f p 0.00 0.14 0.00 0.07 -interministériels interministériel ADJ m p 0.00 0.14 0.00 0.07 -intermission intermission NOM f s 0.00 0.07 0.00 0.07 -intermittence intermittence NOM f s 0.57 3.78 0.57 2.77 -intermittences intermittence NOM f p 0.57 3.78 0.00 1.01 -intermittent intermittent ADJ m s 0.67 3.38 0.30 0.74 -intermittente intermittent ADJ f s 0.67 3.38 0.19 1.35 -intermittentes intermittent ADJ f p 0.67 3.38 0.14 0.95 -intermittents intermittent ADJ m p 0.67 3.38 0.05 0.34 -intermède intermède NOM m s 0.89 2.84 0.77 2.30 -intermèdes intermède NOM m p 0.89 2.84 0.11 0.54 -intermédiaire intermédiaire NOM s 4.43 7.30 3.44 6.01 -intermédiaires intermédiaire NOM p 4.43 7.30 1.00 1.28 -internat internat NOM m s 2.37 3.04 2.25 2.64 -international international ADJ m s 16.65 24.86 8.04 9.12 -internationale international ADJ f s 16.65 24.86 5.29 10.00 -internationalement internationalement ADV 0.07 0.14 0.07 0.14 -internationales international ADJ f p 16.65 24.86 1.63 3.99 -internationalisation internationalisation NOM f s 0.01 0.07 0.01 0.07 -internationalisme internationalisme NOM m s 0.00 0.61 0.00 0.61 -internationaliste internationaliste ADJ s 0.11 0.14 0.01 0.00 -internationalistes internationaliste ADJ p 0.11 0.14 0.10 0.14 -internationalisée internationaliser VER f s 0.00 0.14 0.00 0.07 par:pas; -internationalisés internationaliser VER m p 0.00 0.14 0.00 0.07 par:pas; -internationaux international ADJ m p 16.65 24.86 1.69 1.76 -internats internat NOM m p 2.37 3.04 0.12 0.41 -internaute internaute NOM s 0.11 0.00 0.01 0.00 -internautes internaute NOM p 0.11 0.00 0.10 0.00 -interne interne ADJ s 13.15 7.30 8.86 5.47 -internement internement NOM m s 0.51 1.22 0.51 1.22 -interner interner VER 4.21 1.15 1.71 0.27 inf; -internes interne ADJ p 13.15 7.30 4.29 1.82 -internet internet NOM s 5.61 0.00 5.61 0.00 -internez interner VER 4.21 1.15 0.01 0.00 imp:pre:2p; -interniste interniste NOM s 0.02 0.00 0.02 0.00 -interné interner VER m s 4.21 1.15 1.25 0.54 par:pas; -internée interner VER f s 4.21 1.15 0.76 0.07 par:pas; -internées interner VER f p 4.21 1.15 0.03 0.00 par:pas; -internés interner VER m p 4.21 1.15 0.07 0.27 par:pas; -interpella interpeller VER 1.52 15.54 0.00 3.04 ind:pas:3s; -interpellai interpeller VER 1.52 15.54 0.00 0.07 ind:pas:1s; -interpellaient interpeller VER 1.52 15.54 0.00 1.42 ind:imp:3p; -interpellais interpeller VER 1.52 15.54 0.00 0.14 ind:imp:1s; -interpellait interpeller VER 1.52 15.54 0.01 1.15 ind:imp:3s; -interpellant interpeller VER 1.52 15.54 0.00 1.08 par:pre; -interpellateur interpellateur NOM m s 0.00 0.27 0.00 0.20 -interpellateurs interpellateur NOM m p 0.00 0.27 0.00 0.07 -interpellation interpellation NOM f s 0.23 1.15 0.07 0.47 -interpellations interpellation NOM f p 0.23 1.15 0.17 0.68 -interpelle interpeller VER 1.52 15.54 0.36 2.43 ind:pre:1s;ind:pre:3s; -interpellent interpeller VER 1.52 15.54 0.46 1.15 ind:pre:3p; -interpeller interpeller VER 1.52 15.54 0.16 1.69 inf; -interpellerait interpeller VER 1.52 15.54 0.04 0.07 cnd:pre:3s; -interpellez interpeller VER 1.52 15.54 0.02 0.00 imp:pre:2p;ind:pre:2p; -interpellèrent interpeller VER 1.52 15.54 0.00 0.27 ind:pas:3p; -interpellé interpeller VER m s 1.52 15.54 0.34 1.96 par:pas; -interpellée interpeller VER f s 1.52 15.54 0.06 0.74 par:pas; -interpellées interpeller VER f p 1.52 15.54 0.01 0.07 par:pas; -interpellés interpeller VER m p 1.52 15.54 0.05 0.27 par:pas; -interphase interphase NOM f s 0.01 0.00 0.01 0.00 -interphone interphone NOM m s 1.87 1.22 1.58 1.15 -interphones interphone NOM m p 1.87 1.22 0.28 0.07 -interplanétaire interplanétaire ADJ s 0.80 0.20 0.53 0.07 -interplanétaires interplanétaire ADJ p 0.80 0.20 0.26 0.14 -interpolateur interpolateur NOM m s 0.01 0.00 0.01 0.00 -interpolation interpolation NOM f s 0.01 0.14 0.01 0.00 -interpolations interpolation NOM f p 0.01 0.14 0.00 0.14 -interpole interpoler VER 0.01 0.07 0.01 0.00 ind:pre:3s; -interpolez interpoler VER 0.01 0.07 0.00 0.07 imp:pre:2p; -interposa interposer VER 1.69 6.76 0.10 0.68 ind:pas:3s; -interposai interposer VER 1.69 6.76 0.00 0.20 ind:pas:1s; -interposaient interposer VER 1.69 6.76 0.01 0.20 ind:imp:3p; -interposais interposer VER 1.69 6.76 0.00 0.07 ind:imp:1s; -interposait interposer VER 1.69 6.76 0.04 1.08 ind:imp:3s; -interposant interposer VER 1.69 6.76 0.00 0.68 par:pre; -interpose interposer VER 1.69 6.76 0.26 0.95 imp:pre:2s;ind:pre:1s;ind:pre:3s; -interposent interposer VER 1.69 6.76 0.02 0.27 ind:pre:3p; -interposer interposer VER 1.69 6.76 0.80 1.49 inf; -interposera interposer VER 1.69 6.76 0.04 0.07 ind:fut:3s; -interposeront interposer VER 1.69 6.76 0.03 0.00 ind:fut:3p; -interposez interposer VER 1.69 6.76 0.04 0.00 imp:pre:2p;ind:pre:2p; -interposition interposition NOM f s 0.01 0.07 0.01 0.07 -interposèrent interposer VER 1.69 6.76 0.00 0.14 ind:pas:3p; -interposé interposer VER m s 1.69 6.76 0.29 0.41 par:pas; -interposée interposer VER f s 1.69 6.76 0.07 0.20 par:pas; -interposées interposé ADJ f p 0.13 2.30 0.02 0.74 -interposés interposé ADJ m p 0.13 2.30 0.04 0.20 -interprofessionnelle interprofessionnel ADJ f s 0.00 0.07 0.00 0.07 -interprète interprète NOM s 4.81 8.58 4.01 7.16 -interprètent interpréter VER 9.50 12.64 0.17 0.47 ind:pre:3p; -interprètes interprète NOM p 4.81 8.58 0.80 1.42 -interpréta interpréter VER 9.50 12.64 0.01 0.61 ind:pas:3s; -interprétable interprétable ADJ m s 0.01 0.00 0.01 0.00 -interprétai interpréter VER 9.50 12.64 0.00 0.07 ind:pas:1s; -interprétaient interpréter VER 9.50 12.64 0.03 0.34 ind:imp:3p; -interprétais interpréter VER 9.50 12.64 0.17 0.27 ind:imp:1s;ind:imp:2s; -interprétait interpréter VER 9.50 12.64 0.04 0.95 ind:imp:3s; -interprétant interpréter VER 9.50 12.64 0.21 0.20 par:pre; -interprétante interprétant ADJ f s 0.00 0.07 0.00 0.07 -interprétatif interprétatif ADJ m s 0.04 0.20 0.02 0.14 -interprétation interprétation NOM f s 5.49 7.77 4.90 5.68 -interprétations interprétation NOM f p 5.49 7.77 0.59 2.09 -interprétative interprétatif ADJ f s 0.04 0.20 0.02 0.00 -interprétatives interprétatif ADJ f p 0.04 0.20 0.00 0.07 -interpréter interpréter VER 9.50 12.64 3.38 4.80 inf; -interprétera interpréter VER 9.50 12.64 0.17 0.00 ind:fut:3s; -interpréteraient interpréter VER 9.50 12.64 0.00 0.07 cnd:pre:3p; -interpréterait interpréter VER 9.50 12.64 0.01 0.14 cnd:pre:3s; -interpréteriez interpréter VER 9.50 12.64 0.00 0.07 cnd:pre:2p; -interpréteur interpréteur NOM m s 0.01 0.00 0.01 0.00 -interprétez interpréter VER 9.50 12.64 0.20 0.20 imp:pre:2p;ind:pre:2p; -interprétât interpréter VER 9.50 12.64 0.00 0.07 sub:imp:3s; -interprétèrent interpréter VER 9.50 12.64 0.10 0.14 ind:pas:3p; -interprété interpréter VER m s 9.50 12.64 2.59 1.69 par:pas; -interprétée interpréter VER f s 9.50 12.64 0.32 0.95 par:pas; -interprétées interpréter VER f p 9.50 12.64 0.15 0.14 par:pas; -interprétés interpréter VER m p 9.50 12.64 0.10 0.07 par:pas; -interpénètre interpénétrer VER 0.02 0.14 0.00 0.07 ind:pre:3s; -interpénètrent interpénétrer VER 0.02 0.14 0.01 0.07 ind:pre:3p; -interpénétration interpénétration NOM f s 0.01 0.14 0.01 0.07 -interpénétrations interpénétration NOM f p 0.01 0.14 0.00 0.07 -interpénétrer interpénétrer VER 0.02 0.14 0.01 0.00 inf; -interracial interracial ADJ m s 0.08 0.00 0.01 0.00 -interraciale interracial ADJ f s 0.08 0.00 0.03 0.00 -interraciaux interracial ADJ m p 0.08 0.00 0.04 0.00 -interrelations interrelation NOM f p 0.02 0.00 0.02 0.00 -interrogateur interrogateur NOM m s 0.21 0.20 0.18 0.20 -interrogateurs interrogateur NOM m p 0.21 0.20 0.03 0.00 -interrogatif interrogatif ADJ m s 0.03 1.89 0.01 0.74 -interrogatifs interrogatif ADJ m p 0.03 1.89 0.00 0.34 -interrogation interrogation NOM f s 2.26 8.92 1.85 7.09 -interrogations interrogation NOM f p 2.26 8.92 0.41 1.82 -interrogative interrogatif ADJ f s 0.03 1.89 0.02 0.68 -interrogativement interrogativement ADV 0.00 0.07 0.00 0.07 -interrogatives interrogatif ADJ f p 0.03 1.89 0.00 0.14 -interrogatoire interrogatoire NOM m s 11.66 10.14 9.56 6.96 -interrogatoires interrogatoire NOM m p 11.66 10.14 2.10 3.18 -interrogatrice interrogateur NOM f s 0.21 0.20 0.01 0.00 -interroge interroger VER 44.31 73.04 8.37 12.36 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -interrogea interroger VER 44.31 73.04 0.04 9.59 ind:pas:3s; -interrogeai interroger VER 44.31 73.04 0.13 2.23 ind:pas:1s; -interrogeaient interroger VER 44.31 73.04 0.10 2.09 ind:imp:3p; -interrogeais interroger VER 44.31 73.04 0.60 2.57 ind:imp:1s;ind:imp:2s; -interrogeait interroger VER 44.31 73.04 0.79 8.24 ind:imp:3s; -interrogeant interroger VER 44.31 73.04 0.39 2.36 par:pre; -interrogent interroger VER 44.31 73.04 1.04 1.42 ind:pre:3p; -interrogeâmes interroger VER 44.31 73.04 0.00 0.14 ind:pas:1p; -interrogeons interroger VER 44.31 73.04 0.65 0.27 imp:pre:1p;ind:pre:1p; -interrogeât interroger VER 44.31 73.04 0.00 0.34 sub:imp:3s; -interroger interroger VER 44.31 73.04 16.22 18.58 inf;;inf;;inf;; -interrogera interroger VER 44.31 73.04 0.62 0.27 ind:fut:3s; -interrogerai interroger VER 44.31 73.04 0.65 0.07 ind:fut:1s; -interrogeraient interroger VER 44.31 73.04 0.02 0.07 cnd:pre:3p; -interrogerais interroger VER 44.31 73.04 0.02 0.14 cnd:pre:1s;cnd:pre:2s; -interrogerait interroger VER 44.31 73.04 0.03 0.20 cnd:pre:3s; -interrogeras interroger VER 44.31 73.04 0.00 0.07 ind:fut:2s; -interrogerez interroger VER 44.31 73.04 0.02 0.00 ind:fut:2p; -interrogerons interroger VER 44.31 73.04 0.12 0.00 ind:fut:1p; -interrogeront interroger VER 44.31 73.04 0.28 0.20 ind:fut:3p; -interroges interroger VER 44.31 73.04 0.94 0.20 ind:pre:2s; -interrogez interroger VER 44.31 73.04 2.46 0.41 imp:pre:2p;ind:pre:2p; -interrogiez interroger VER 44.31 73.04 0.11 0.20 ind:imp:2p;sub:pre:2p; -interrogions interroger VER 44.31 73.04 0.05 0.20 ind:imp:1p;sub:pre:1p; -interrogèrent interroger VER 44.31 73.04 0.01 0.61 ind:pas:3p; -interrogé interroger VER m s 44.31 73.04 7.52 7.16 par:pas; -interrogée interroger VER f s 44.31 73.04 1.93 2.03 par:pas; -interrogées interroger VER f p 44.31 73.04 0.12 0.27 par:pas; -interrogés interroger VER m p 44.31 73.04 1.09 0.74 par:pas; -interrompît interrompre VER 27.47 64.32 0.00 0.27 sub:imp:3s; -interrompaient interrompre VER 27.47 64.32 0.00 1.01 ind:imp:3p; -interrompais interrompre VER 27.47 64.32 0.03 0.27 ind:imp:1s;ind:imp:2s; -interrompait interrompre VER 27.47 64.32 0.05 3.65 ind:imp:3s; -interrompant interrompre VER 27.47 64.32 0.19 4.39 par:pre; -interrompe interrompre VER 27.47 64.32 0.32 0.14 sub:pre:1s;sub:pre:3s; -interrompent interrompre VER 27.47 64.32 0.04 0.95 ind:pre:3p; -interrompes interrompre VER 27.47 64.32 0.03 0.00 sub:pre:2s; -interrompez interrompre VER 27.47 64.32 2.61 0.14 imp:pre:2p;ind:pre:2p; -interrompiez interrompre VER 27.47 64.32 0.01 0.07 ind:imp:2p; -interrompirent interrompre VER 27.47 64.32 0.01 0.54 ind:pas:3p; -interrompis interrompre VER 27.47 64.32 0.01 0.88 ind:pas:1s; -interrompisse interrompre VER 27.47 64.32 0.00 0.07 sub:imp:1s; -interrompit interrompre VER 27.47 64.32 0.06 20.07 ind:pas:3s; -interrompons interrompre VER 27.47 64.32 1.22 0.00 imp:pre:1p;ind:pre:1p; -interrompra interrompre VER 27.47 64.32 0.09 0.00 ind:fut:3s; -interromprai interrompre VER 27.47 64.32 0.03 0.00 ind:fut:1s; -interromprais interrompre VER 27.47 64.32 0.03 0.07 cnd:pre:1s; -interromprait interrompre VER 27.47 64.32 0.27 0.14 cnd:pre:3s; -interrompras interrompre VER 27.47 64.32 0.00 0.07 ind:fut:2s; -interrompre interrompre VER 27.47 64.32 12.47 11.96 inf; -interromps interrompre VER 27.47 64.32 3.13 1.15 imp:pre:2s;ind:pre:1s;ind:pre:2s; -interrompt interrompre VER 27.47 64.32 1.07 5.81 ind:pre:3s; -interrompu interrompre VER m s 27.47 64.32 3.62 7.70 par:pas; -interrompue interrompre VER f s 27.47 64.32 0.76 3.11 par:pas; -interrompues interrompre VER f p 27.47 64.32 0.49 0.81 par:pas; -interrompus interrompre VER m p 27.47 64.32 0.93 1.08 par:pas; -interrègne interrègne NOM m s 0.04 0.14 0.04 0.14 -interrupteur interrupteur NOM m s 2.94 2.30 2.58 2.09 -interrupteurs interrupteur NOM m p 2.94 2.30 0.36 0.20 -interruption interruption NOM f s 2.88 5.61 2.15 4.86 -interruptions interruption NOM f p 2.88 5.61 0.73 0.74 -inters inter NOM m p 0.84 0.95 0.00 0.07 -intersaison intersaison NOM f s 0.03 0.00 0.03 0.00 -interscolaire interscolaire ADJ s 0.01 0.00 0.01 0.00 -intersectant intersecter VER 0.00 0.07 0.00 0.07 par:pre; -intersection intersection NOM f s 1.16 1.42 1.10 1.35 -intersections intersection NOM f p 1.16 1.42 0.06 0.07 -interservices interservices ADJ 0.04 0.00 0.04 0.00 -intersidéral intersidéral ADJ m s 0.34 0.20 0.32 0.14 -intersidérale intersidéral ADJ f s 0.34 0.20 0.01 0.07 -intersidéraux intersidéral ADJ m p 0.34 0.20 0.01 0.00 -interstellaire interstellaire ADJ s 0.65 0.07 0.47 0.00 -interstellaires interstellaire ADJ p 0.65 0.07 0.18 0.07 -interstice interstice NOM m s 0.33 3.99 0.20 1.42 -interstices interstice NOM m p 0.33 3.99 0.14 2.57 -intersubjectif intersubjectif ADJ m s 0.01 0.00 0.01 0.00 -intertitre intertitre NOM m s 0.00 0.07 0.00 0.07 -intertribal intertribal ADJ m s 0.01 0.00 0.01 0.00 -interurbain interurbain ADJ m s 0.39 0.07 0.38 0.00 -interurbaine interurbain ADJ f s 0.39 0.07 0.01 0.07 -interétatique interétatique ADJ f s 0.01 0.00 0.01 0.00 -intervînt intervenir VER 22.39 35.34 0.00 0.14 sub:imp:3s; -intervalle intervalle NOM m s 2.82 19.12 1.98 6.69 -intervalles intervalle NOM m p 2.82 19.12 0.83 12.43 -intervenaient intervenir VER 22.39 35.34 0.14 0.54 ind:imp:3p; -intervenais intervenir VER 22.39 35.34 0.02 0.20 ind:imp:1s;ind:imp:2s; -intervenait intervenir VER 22.39 35.34 0.07 2.70 ind:imp:3s; -intervenant intervenir VER 22.39 35.34 0.24 0.54 par:pre; -intervenante intervenant NOM f s 0.35 0.14 0.01 0.00 -intervenants intervenant NOM m p 0.35 0.14 0.19 0.00 -intervenez intervenir VER 22.39 35.34 1.25 0.07 imp:pre:2p;ind:pre:2p; -interveniez intervenir VER 22.39 35.34 0.12 0.00 ind:imp:2p; -intervenir intervenir VER 22.39 35.34 9.82 13.58 inf; -intervenons intervenir VER 22.39 35.34 0.20 0.34 imp:pre:1p;ind:pre:1p; -intervention intervention NOM f s 13.33 16.01 12.37 13.24 -interventionnisme interventionnisme NOM m s 0.01 0.00 0.01 0.00 -interventionniste interventionniste ADJ s 0.04 0.14 0.04 0.00 -interventionnistes interventionniste NOM p 0.11 0.00 0.10 0.00 -interventions intervention NOM f p 13.33 16.01 0.96 2.77 -interventriculaire interventriculaire ADJ s 0.01 0.00 0.01 0.00 -intervenu intervenir VER m s 22.39 35.34 1.66 1.62 par:pas; -intervenue intervenir VER f s 22.39 35.34 0.93 0.61 par:pas; -intervenues intervenir VER f p 22.39 35.34 0.04 0.14 par:pas; -intervenus intervenir VER m p 22.39 35.34 0.67 0.54 par:pas; -interversion interversion NOM f s 0.04 0.20 0.04 0.07 -interversions interversion NOM f p 0.04 0.20 0.00 0.14 -interverti intervertir VER m s 0.56 0.95 0.17 0.00 par:pas; -intervertir intervertir VER 0.56 0.95 0.26 0.34 inf; -intervertirai intervertir VER 0.56 0.95 0.01 0.00 ind:fut:1s; -intervertis intervertir VER m p 0.56 0.95 0.08 0.14 ind:pre:1s;ind:pre:2s;par:pas; -intervertissait intervertir VER 0.56 0.95 0.01 0.07 ind:imp:3s; -intervertissent intervertir VER 0.56 0.95 0.01 0.07 ind:pre:3p; -intervertissiez intervertir VER 0.56 0.95 0.01 0.00 ind:imp:2p; -intervertissons intervertir VER 0.56 0.95 0.00 0.07 imp:pre:1p; -intervertit intervertir VER 0.56 0.95 0.01 0.27 ind:pre:3s;ind:pas:3s; -intervertébral intervertébral ADJ m s 0.04 0.07 0.04 0.00 -intervertébraux intervertébral ADJ m p 0.04 0.07 0.00 0.07 -interviendra intervenir VER 22.39 35.34 0.57 0.20 ind:fut:3s; -interviendrai intervenir VER 22.39 35.34 0.20 0.07 ind:fut:1s; -interviendraient intervenir VER 22.39 35.34 0.02 0.00 cnd:pre:3p; -interviendrais intervenir VER 22.39 35.34 0.17 0.00 cnd:pre:1s; -interviendrait intervenir VER 22.39 35.34 0.04 0.47 cnd:pre:3s; -interviendrez intervenir VER 22.39 35.34 0.20 0.00 ind:fut:2p; -interviendrons intervenir VER 22.39 35.34 0.09 0.07 ind:fut:1p; -interviendront intervenir VER 22.39 35.34 0.09 0.00 ind:fut:3p; -intervienne intervenir VER 22.39 35.34 0.78 0.81 sub:pre:1s;sub:pre:3s; -interviennent intervenir VER 22.39 35.34 0.47 0.47 ind:pre:3p; -interviens intervenir VER 22.39 35.34 1.40 0.81 imp:pre:2s;ind:pre:1s;ind:pre:2s; -intervient intervenir VER 22.39 35.34 3.16 4.32 ind:pre:3s; -interview interview NOM f s 0.00 7.30 0.00 5.07 -interviewaient interviewer VER 0.00 1.69 0.00 0.14 ind:imp:3p; -interviewais interviewer VER 0.00 1.69 0.00 0.14 ind:imp:1s; -interviewait interviewer VER 0.00 1.69 0.00 0.41 ind:imp:3s; -interviewe interviewer VER 0.00 1.69 0.00 0.07 ind:pre:1s; -interviewer interviewer NOM m s 0.00 1.22 0.00 1.15 -interviewers interviewer NOM m p 0.00 1.22 0.00 0.07 -intervieweur intervieweur NOM m s 0.00 0.07 0.00 0.07 -interviews interview NOM f p 0.00 7.30 0.00 2.23 -interviewèrent interviewer VER 0.00 1.69 0.00 0.07 ind:pas:3p; -interviewé interviewer VER m s 0.00 1.69 0.00 0.41 par:pas; -interviewée interviewer VER f s 0.00 1.69 0.00 0.14 par:pas; -interviewés interviewer VER m p 0.00 1.69 0.00 0.07 par:pas; -intervinrent intervenir VER 22.39 35.34 0.01 0.07 ind:pas:3p; -intervins intervenir VER 22.39 35.34 0.00 0.41 ind:pas:1s; -intervinsse intervenir VER 22.39 35.34 0.00 0.07 sub:imp:1s; -intervint intervenir VER 22.39 35.34 0.03 6.55 ind:pas:3s; -interzones interzone ADJ f p 0.00 0.14 0.00 0.14 -intestat intestat ADJ m s 0.01 0.20 0.01 0.20 -intestats intestat NOM m p 0.00 0.07 0.00 0.07 -intestin intestin NOM m s 4.29 3.92 1.71 1.82 -intestinal intestinal ADJ m s 2.13 2.03 0.66 0.27 -intestinale intestinal ADJ f s 2.13 2.03 0.67 0.95 -intestinales intestinal ADJ f p 2.13 2.03 0.18 0.34 -intestinaux intestinal ADJ m p 2.13 2.03 0.63 0.47 -intestine intestin ADJ f s 0.68 1.28 0.04 0.20 -intestines intestin ADJ f p 0.68 1.28 0.45 0.74 -intestins intestin NOM m p 4.29 3.92 2.58 2.09 -inti inti NOM m s 0.02 0.00 0.02 0.00 -intifada intifada NOM m s 0.42 0.00 0.42 0.00 -intima intimer VER 0.50 3.92 0.00 1.08 ind:pas:3s;;ind:pas:3s; -intimait intimer VER 0.50 3.92 0.00 0.54 ind:imp:3s; -intimant intimer VER 0.50 3.92 0.00 0.20 par:pre; -intimation intimation NOM f s 0.00 0.14 0.00 0.14 -intime intime ADJ s 15.78 34.66 9.09 23.85 -intimement intimement ADV 0.84 4.26 0.84 4.26 -intimer intimer VER 0.50 3.92 0.28 0.54 inf; -intimerait intimer VER 0.50 3.92 0.00 0.07 cnd:pre:3s; -intimes intime ADJ p 15.78 34.66 6.69 10.81 -intimida intimider VER 6.97 17.16 0.14 0.27 ind:pas:3s; -intimidable intimidable ADJ s 0.01 0.00 0.01 0.00 -intimidaient intimider VER 6.97 17.16 0.02 0.88 ind:imp:3p; -intimidais intimider VER 6.97 17.16 0.12 0.07 ind:imp:1s;ind:imp:2s; -intimidait intimider VER 6.97 17.16 0.09 2.43 ind:imp:3s; -intimidant intimidant ADJ m s 0.78 1.89 0.61 1.08 -intimidante intimidant ADJ f s 0.78 1.89 0.13 0.74 -intimidants intimidant ADJ m p 0.78 1.89 0.04 0.07 -intimidateur intimidateur NOM m s 0.01 0.00 0.01 0.00 -intimidation intimidation NOM f s 0.77 1.76 0.71 1.76 -intimidations intimidation NOM f p 0.77 1.76 0.05 0.00 -intimide intimider VER 6.97 17.16 1.13 0.81 imp:pre:2s;ind:pre:1s;ind:pre:3s; -intimident intimider VER 6.97 17.16 0.13 0.34 ind:pre:3p; -intimider intimider VER 6.97 17.16 2.40 2.77 inf; -intimiderait intimider VER 6.97 17.16 0.00 0.07 cnd:pre:3s; -intimides intimider VER 6.97 17.16 0.22 0.14 ind:pre:2s; -intimidez intimider VER 6.97 17.16 0.49 0.20 imp:pre:2p;ind:pre:2p; -intimidiez intimider VER 6.97 17.16 0.00 0.07 ind:imp:2p; -intimidât intimider VER 6.97 17.16 0.00 0.07 sub:imp:3s; -intimidé intimider VER m s 6.97 17.16 1.22 5.34 par:pas; -intimidée intimider VER f s 6.97 17.16 0.71 2.03 par:pas; -intimidées intimider VER f p 6.97 17.16 0.01 0.27 par:pas; -intimidés intimider VER m p 6.97 17.16 0.22 1.28 par:pas; -intimiste intimiste ADJ m s 0.04 0.20 0.01 0.00 -intimistes intimiste ADJ p 0.04 0.20 0.03 0.20 -intimité intimité NOM f s 10.80 24.12 10.79 23.65 -intimités intimité NOM f p 10.80 24.12 0.01 0.47 -intimât intimer VER 0.50 3.92 0.00 0.07 sub:imp:3s; -intimèrent intimer VER 0.50 3.92 0.00 0.07 ind:pas:3p; -intimé intimer VER m s 0.50 3.92 0.20 0.41 par:pas; -intimés intimer VER m p 0.50 3.92 0.00 0.07 par:pas; -intirable intirable ADJ s 0.00 0.07 0.00 0.07 -intitula intituler VER 4.72 9.53 0.00 0.27 ind:pas:3s; -intitulai intituler VER 4.72 9.53 0.00 0.07 ind:pas:1s; -intitulaient intituler VER 4.72 9.53 0.00 0.14 ind:imp:3p; -intitulais intituler VER 4.72 9.53 0.00 0.07 ind:imp:1s; -intitulait intituler VER 4.72 9.53 0.17 1.28 ind:imp:3s; -intitulant intituler VER 4.72 9.53 0.01 0.07 par:pre; -intitule intituler VER 4.72 9.53 1.60 0.81 ind:pre:1s;ind:pre:3s; -intituler intituler VER 4.72 9.53 0.11 0.34 inf; -intitulerait intituler VER 4.72 9.53 0.00 0.07 cnd:pre:3s; -intitulé intituler VER m s 4.72 9.53 1.43 3.65 par:pas; -intitulée intituler VER f s 4.72 9.53 1.29 2.30 par:pas; -intitulées intituler VER f p 4.72 9.53 0.10 0.14 par:pas; -intitulés intitulé NOM m p 0.38 1.69 0.02 0.14 -intolérable intolérable ADJ s 4.23 11.28 3.74 10.47 -intolérablement intolérablement ADV 0.02 0.20 0.02 0.20 -intolérables intolérable ADJ p 4.23 11.28 0.49 0.81 -intolérance intolérance NOM f s 0.93 1.35 0.93 1.35 -intolérant intolérant ADJ m s 0.63 0.34 0.15 0.20 -intolérante intolérant ADJ f s 0.63 0.34 0.33 0.00 -intolérants intolérant ADJ m p 0.63 0.34 0.15 0.14 -intonation intonation NOM f s 0.55 10.07 0.42 5.95 -intonations intonation NOM f p 0.55 10.07 0.12 4.12 -intouchable intouchable ADJ s 1.52 2.84 1.23 1.96 -intouchables intouchable ADJ p 1.52 2.84 0.28 0.88 -intouché intouché ADJ m s 0.12 0.47 0.10 0.07 -intouchée intouché ADJ f s 0.12 0.47 0.00 0.20 -intouchées intouché ADJ f p 0.12 0.47 0.02 0.14 -intouchés intouché ADJ m p 0.12 0.47 0.00 0.07 -intox intox NOM f 0.34 0.14 0.21 0.14 -intoxe intox NOM f s 0.34 0.14 0.14 0.00 -intoxicant intoxicant ADJ m s 0.02 0.00 0.02 0.00 -intoxication intoxication NOM f s 1.51 0.74 1.38 0.74 -intoxications intoxication NOM f p 1.51 0.74 0.13 0.00 -intoxiquant intoxiquer VER 0.53 0.74 0.01 0.07 par:pre; -intoxique intoxiquer VER 0.53 0.74 0.01 0.14 ind:pre:3s; -intoxiquer intoxiquer VER 0.53 0.74 0.01 0.27 inf; -intoxiqué intoxiquer VER m s 0.53 0.74 0.38 0.20 par:pas; -intoxiquée intoxiquer VER f s 0.53 0.74 0.09 0.07 par:pas; -intoxiquées intoxiqué NOM f p 0.04 0.20 0.00 0.07 -intoxiqués intoxiquer VER m p 0.53 0.74 0.03 0.00 par:pas; -intra_atomique intra_atomique ADJ s 0.00 0.07 0.00 0.07 -intra_muros intra_muros ADV 0.01 0.07 0.01 0.07 -rachidien rachidien ADJ f s 0.23 0.14 0.01 0.00 -intra_utérin intra_utérin ADJ f s 0.14 0.07 0.04 0.00 -intra_utérin intra_utérin ADJ f p 0.14 0.07 0.10 0.07 -intra_muros intra_muros ADV 0.01 0.07 0.01 0.07 -intra intra ADV 0.02 0.00 0.02 0.00 -intracardiaque intracardiaque ADJ f s 0.08 0.00 0.08 0.00 -intracrânien intracrânien ADJ m s 0.14 0.00 0.01 0.00 -intracrânienne intracrânien ADJ f s 0.14 0.00 0.13 0.00 -intracérébrale intracérébral ADJ f s 0.03 0.00 0.03 0.00 -intradermique intradermique ADJ m s 0.03 0.00 0.03 0.00 -intrados intrados NOM f s 0.00 0.07 0.00 0.07 -intraduisible intraduisible ADJ s 0.13 0.61 0.12 0.27 -intraduisibles intraduisible ADJ p 0.13 0.61 0.01 0.34 -intrait intrait NOM m s 0.00 0.14 0.00 0.14 -intraitable intraitable ADJ s 0.51 2.91 0.45 2.64 -intraitables intraitable ADJ f p 0.51 2.91 0.06 0.27 -intramusculaire intramusculaire ADJ s 0.19 0.07 0.16 0.00 -intramusculaires intramusculaire ADJ f p 0.19 0.07 0.03 0.07 -intranet intranet NOM m s 0.08 0.00 0.08 0.00 -intransgressible intransgressible ADJ s 0.00 0.07 0.00 0.07 -intransigeance intransigeance NOM f s 0.04 3.04 0.04 2.91 -intransigeances intransigeance NOM f p 0.04 3.04 0.00 0.14 -intransigeant intransigeant ADJ m s 0.86 2.30 0.64 1.15 -intransigeante intransigeant ADJ f s 0.86 2.30 0.09 0.81 -intransigeantes intransigeant ADJ f p 0.86 2.30 0.00 0.27 -intransigeants intransigeant ADJ m p 0.86 2.30 0.14 0.07 -intransitif intransitif NOM m s 0.00 0.07 0.00 0.07 -intransmissible intransmissible ADJ m s 0.01 0.14 0.01 0.14 -intransportable intransportable ADJ f s 0.02 0.20 0.02 0.14 -intransportables intransportable ADJ m p 0.02 0.20 0.00 0.07 -intraoculaire intraoculaire ADJ f s 0.01 0.00 0.01 0.00 -intravasculaire intravasculaire ADJ s 0.04 0.00 0.04 0.00 -intraveineuse intraveineux ADJ f s 1.13 0.34 1.02 0.07 -intraveineuses intraveineux ADJ f p 1.13 0.34 0.09 0.20 -intraveineux intraveineux ADJ m 1.13 0.34 0.01 0.07 -intrigant intrigant ADJ m s 1.77 1.42 0.44 0.81 -intrigante intrigant ADJ f s 1.77 1.42 1.23 0.14 -intrigantes intrigant ADJ f p 1.77 1.42 0.04 0.00 -intrigants intrigant ADJ m p 1.77 1.42 0.06 0.47 -intrigua intriguer VER 5.58 19.73 0.02 1.01 ind:pas:3s; -intriguaient intriguer VER 5.58 19.73 0.04 0.88 ind:imp:3p; -intriguait intriguer VER 5.58 19.73 0.46 3.58 ind:imp:3s; -intriguant intriguer VER 5.58 19.73 0.38 0.27 par:pre; -intriguassent intriguer VER 5.58 19.73 0.00 0.07 sub:imp:3p; -intrigue intrigue NOM f s 4.80 13.18 2.56 5.07 -intriguent intriguer VER 5.58 19.73 0.25 0.27 ind:pre:3p; -intriguer intriguer VER 5.58 19.73 0.12 1.82 inf; -intriguera intriguer VER 5.58 19.73 0.03 0.07 ind:fut:3s; -intriguerait intriguer VER 5.58 19.73 0.02 0.14 cnd:pre:3s; -intrigues intrigue NOM f p 4.80 13.18 2.24 8.11 -intriguez intriguer VER 5.58 19.73 0.14 0.20 imp:pre:2p;ind:pre:2p; -intriguât intriguer VER 5.58 19.73 0.00 0.07 sub:imp:3s; -intriguèrent intriguer VER 5.58 19.73 0.00 0.14 ind:pas:3p; -intrigué intriguer VER m s 5.58 19.73 1.19 6.42 par:pas; -intriguée intriguer VER f s 5.58 19.73 0.40 1.76 par:pas; -intrigués intriguer VER m p 5.58 19.73 0.13 1.22 par:pas; -intrinsèque intrinsèque ADJ s 0.13 0.41 0.13 0.41 -intrinsèquement intrinsèquement ADV 0.35 0.07 0.35 0.07 -introït introït NOM m s 0.00 0.20 0.00 0.20 -introducteur introducteur NOM m s 0.05 0.34 0.05 0.27 -introductif introductif ADJ m s 0.03 0.14 0.03 0.14 -introduction introduction NOM f s 2.45 3.04 2.27 2.97 -introductions introduction NOM f p 2.45 3.04 0.18 0.07 -introductrice introducteur NOM f s 0.05 0.34 0.00 0.07 -introduira introduire VER 12.55 30.54 0.17 0.20 ind:fut:3s; -introduirai introduire VER 12.55 30.54 0.11 0.07 ind:fut:1s; -introduiraient introduire VER 12.55 30.54 0.00 0.07 cnd:pre:3p; -introduirais introduire VER 12.55 30.54 0.01 0.07 cnd:pre:1s; -introduirait introduire VER 12.55 30.54 0.03 0.20 cnd:pre:3s; -introduire introduire VER 12.55 30.54 3.95 8.04 ind:pre:2p;inf; -introduirez introduire VER 12.55 30.54 0.01 0.00 ind:fut:2p; -introduirions introduire VER 12.55 30.54 0.00 0.07 cnd:pre:1p; -introduis introduire VER 12.55 30.54 0.78 0.14 imp:pre:2s;ind:pre:1s;ind:pre:2s; -introduisît introduire VER 12.55 30.54 0.00 0.14 sub:imp:3s; -introduisaient introduire VER 12.55 30.54 0.00 0.54 ind:imp:3p; -introduisais introduire VER 12.55 30.54 0.02 0.07 ind:imp:1s;ind:imp:2s; -introduisait introduire VER 12.55 30.54 0.05 2.09 ind:imp:3s; -introduisant introduire VER 12.55 30.54 0.17 1.55 par:pre; -introduise introduire VER 12.55 30.54 0.19 0.34 sub:pre:1s;sub:pre:3s; -introduisent introduire VER 12.55 30.54 0.38 0.34 ind:pre:3p; -introduisez introduire VER 12.55 30.54 0.89 0.00 imp:pre:2p;ind:pre:2p; -introduisirent introduire VER 12.55 30.54 0.01 0.20 ind:pas:3p; -introduisis introduire VER 12.55 30.54 0.00 0.34 ind:pas:1s;ind:pas:2s; -introduisit introduire VER 12.55 30.54 0.16 3.45 ind:pas:3s; -introduisons introduire VER 12.55 30.54 0.07 0.20 imp:pre:1p;ind:pre:1p; -introduit introduire VER m s 12.55 30.54 4.18 8.99 ind:pre:3s;par:pas; -introduite introduire VER f s 12.55 30.54 0.86 1.08 par:pas; -introduites introduire VER f p 12.55 30.54 0.23 0.47 par:pas; -introduits introduire VER m p 12.55 30.54 0.28 1.89 par:pas; -intromission intromission NOM f s 0.00 0.14 0.00 0.14 -intronisa introniser VER 0.12 0.34 0.00 0.07 ind:pas:3s; -intronisait introniser VER 0.12 0.34 0.01 0.07 ind:imp:3s; -intronisation intronisation NOM f s 0.02 0.41 0.02 0.41 -intronise introniser VER 0.12 0.34 0.00 0.07 ind:pre:3s; -introniser introniser VER 0.12 0.34 0.05 0.00 inf; -intronisé introniser VER m s 0.12 0.34 0.06 0.14 par:pas; -introspecter introspecter VER 0.01 0.00 0.01 0.00 inf; -introspectif introspectif ADJ m s 0.08 0.07 0.06 0.00 -introspection introspection NOM f s 0.33 0.20 0.33 0.14 -introspections introspection NOM f p 0.33 0.20 0.00 0.07 -introspective introspectif ADJ f s 0.08 0.07 0.01 0.00 -introspectives introspectif ADJ f p 0.08 0.07 0.01 0.07 -introuvable introuvable ADJ s 3.66 3.92 3.27 2.77 -introuvables introuvable ADJ p 3.66 3.92 0.39 1.15 -introversions introversion NOM f p 0.00 0.07 0.00 0.07 -introverti introverti ADJ m s 0.33 0.00 0.22 0.00 -introvertie introverti ADJ f s 0.33 0.00 0.09 0.00 -introvertis introverti NOM m p 0.27 0.00 0.14 0.00 -intrépide intrépide ADJ s 1.63 3.78 1.37 2.77 -intrépidement intrépidement ADV 0.00 0.14 0.00 0.14 -intrépides intrépide ADJ p 1.63 3.78 0.26 1.01 -intrépidité intrépidité NOM f s 0.04 0.74 0.04 0.74 -intrus intrus NOM m s 4.35 5.47 4.29 4.46 -intruse intrus NOM f s 4.35 5.47 0.06 0.81 -intruses intrus NOM f p 4.35 5.47 0.00 0.20 -intrusif intrusif ADJ m s 0.04 0.00 0.04 0.00 -intrusion intrusion NOM f s 4.61 3.78 4.48 3.24 -intrusions intrusion NOM f p 4.61 3.78 0.13 0.54 -intègre intègre ADJ s 1.70 1.35 1.50 0.81 -intègrent intégrer VER 7.98 6.89 0.06 0.14 ind:pre:3p; -intègres intègre ADJ p 1.70 1.35 0.19 0.54 -intubation intubation NOM f s 0.86 0.00 0.86 0.00 -intube intuber VER 2.33 0.00 0.42 0.00 imp:pre:2s;ind:pre:1s;ind:pre:3s; -intuber intuber VER 2.33 0.00 1.25 0.00 inf; -intubez intuber VER 2.33 0.00 0.15 0.00 imp:pre:2p;ind:pre:2p; -intubé intuber VER m s 2.33 0.00 0.42 0.00 par:pas; -intubée intuber VER f s 2.33 0.00 0.09 0.00 par:pas; -intégra intégrer VER 7.98 6.89 0.01 0.07 ind:pas:3s; -intégraient intégrer VER 7.98 6.89 0.01 0.20 ind:imp:3p; -intégrait intégrer VER 7.98 6.89 0.08 0.47 ind:imp:3s; -intégral intégral ADJ m s 1.35 5.27 0.56 3.18 -intégrale intégral ADJ f s 1.35 5.27 0.80 1.76 -intégralement intégralement ADV 0.57 3.24 0.57 3.24 -intégrales intégrale NOM f p 0.45 0.27 0.02 0.00 -intégralisme intégralisme NOM m s 0.00 0.07 0.00 0.07 -intégralité intégralité NOM f s 0.43 0.74 0.43 0.74 -intégrant intégrer VER 7.98 6.89 0.19 0.14 par:pre; -intégrante intégrant ADJ f s 0.34 1.01 0.34 1.01 -intégrateur intégrateur NOM m s 0.02 0.00 0.02 0.00 -intégration intégration NOM f s 1.28 1.08 1.28 1.08 -intégraux intégral ADJ m p 1.35 5.27 0.00 0.07 -intégrer intégrer VER 7.98 6.89 3.71 2.57 inf; -intégrera intégrer VER 7.98 6.89 0.16 0.14 ind:fut:3s; -intégrerais intégrer VER 7.98 6.89 0.01 0.07 cnd:pre:1s;cnd:pre:2s; -intégreras intégrer VER 7.98 6.89 0.02 0.07 ind:fut:2s; -intégrerez intégrer VER 7.98 6.89 0.16 0.00 ind:fut:2p; -intégreront intégrer VER 7.98 6.89 0.03 0.00 ind:fut:3p; -intégrez intégrer VER 7.98 6.89 0.08 0.00 imp:pre:2p;ind:pre:2p; -intégriez intégrer VER 7.98 6.89 0.01 0.00 ind:imp:2p; -intégrisme intégrisme NOM m s 0.04 0.14 0.03 0.00 -intégrismes intégrisme NOM m p 0.04 0.14 0.01 0.14 -intégriste intégriste ADJ m s 0.22 0.00 0.15 0.00 -intégristes intégriste ADJ p 0.22 0.00 0.07 0.00 -intégrité intégrité NOM f s 4.10 4.32 4.10 4.26 -intégrités intégrité NOM f p 4.10 4.32 0.00 0.07 -intégrèrent intégrer VER 7.98 6.89 0.01 0.00 ind:pas:3p; -intégré intégrer VER m s 7.98 6.89 1.25 1.22 par:pas; -intégrée intégrer VER f s 7.98 6.89 0.39 0.68 par:pas; -intégrées intégrer VER f p 7.98 6.89 0.28 0.14 par:pas; -intégrés intégrer VER m p 7.98 6.89 0.43 0.47 par:pas; -intuitif intuitif ADJ m s 0.81 0.61 0.24 0.27 -intuitifs intuitif ADJ m p 0.81 0.61 0.02 0.00 -intuition intuition NOM f s 9.37 11.08 8.64 9.80 -intuitions intuition NOM f p 9.37 11.08 0.73 1.28 -intuitive intuitif ADJ f s 0.81 0.61 0.50 0.27 -intuitivement intuitivement ADV 0.17 0.74 0.17 0.74 -intuitives intuitif ADJ f p 0.81 0.61 0.05 0.07 -intumescence intumescence NOM f s 0.01 0.00 0.01 0.00 -intéressa intéresser VER 140.80 117.36 0.02 1.69 ind:pas:3s; -intéressai intéresser VER 140.80 117.36 0.00 0.34 ind:pas:1s; -intéressaient intéresser VER 140.80 117.36 0.73 4.93 ind:imp:3p; -intéressais intéresser VER 140.80 117.36 1.20 2.70 ind:imp:1s;ind:imp:2s; -intéressait intéresser VER 140.80 117.36 7.29 22.57 ind:imp:3s; -intéressant intéressant ADJ m s 69.17 28.65 47.07 15.47 -intéressante intéressant ADJ f s 69.17 28.65 13.05 5.95 -intéressantes intéressant ADJ f p 69.17 28.65 4.82 3.58 -intéressants intéressant ADJ m p 69.17 28.65 4.24 3.65 -intéresse intéresser VER 140.80 117.36 75.20 34.39 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:1s;sub:pre:3s; -intéressement intéressement NOM m s 0.05 0.07 0.05 0.07 -intéressent intéresser VER 140.80 117.36 9.68 7.23 ind:pre:3p; -intéresser intéresser VER 140.80 117.36 12.94 22.70 ind:pre:2p;inf; -intéressera intéresser VER 140.80 117.36 1.65 0.88 ind:fut:3s; -intéresserai intéresser VER 140.80 117.36 0.24 0.00 ind:fut:1s; -intéresseraient intéresser VER 140.80 117.36 0.29 0.41 cnd:pre:3p; -intéresserais intéresser VER 140.80 117.36 0.14 0.20 cnd:pre:1s;cnd:pre:2s; -intéresserait intéresser VER 140.80 117.36 3.42 2.57 cnd:pre:3s; -intéresseras intéresser VER 140.80 117.36 0.01 0.07 ind:fut:2s; -intéresseriez intéresser VER 140.80 117.36 0.01 0.00 cnd:pre:2p; -intéresserons intéresser VER 140.80 117.36 0.00 0.07 ind:fut:1p; -intéresseront intéresser VER 140.80 117.36 0.25 0.34 ind:fut:3p; -intéresses intéresser VER 140.80 117.36 6.81 1.01 ind:pre:2s; -intéressez intéresser VER 140.80 117.36 2.03 0.81 imp:pre:2p;ind:pre:2p; -intéressiez intéresser VER 140.80 117.36 0.46 0.34 ind:imp:2p; -intéressions intéresser VER 140.80 117.36 0.01 0.07 ind:imp:1p; -intéressons intéresser VER 140.80 117.36 0.31 0.07 imp:pre:1p;ind:pre:1p; -intéressât intéresser VER 140.80 117.36 0.01 0.74 sub:imp:3s; -intéressèrent intéresser VER 140.80 117.36 0.00 0.27 ind:pas:3p; -intéressé intéresser VER m s 140.80 117.36 9.31 6.22 par:pas; -intéressée intéresser VER f s 140.80 117.36 3.02 2.36 par:pas; -intéressées intéressé ADJ f p 7.20 7.77 0.46 0.68 -intéressés intéresser VER m p 140.80 117.36 2.82 1.76 par:pas; -intérieur intérieur NOM m s 90.11 135.88 89.75 133.51 -intérieure intérieur ADJ f s 13.17 50.61 6.75 23.38 -intérieurement intérieurement ADV 1.29 6.01 1.29 6.01 -intérieures intérieur ADJ f p 13.17 50.61 0.84 4.86 -intérieurs intérieur ADJ m p 13.17 50.61 0.84 3.38 -intérim intérim NOM m s 1.10 2.03 1.10 1.89 -intérimaire intérimaire NOM s 0.77 0.47 0.49 0.20 -intérimaires intérimaire NOM p 0.77 0.47 0.28 0.27 -intérims intérim NOM m p 1.10 2.03 0.00 0.14 -intériorisa intérioriser VER 0.35 0.34 0.00 0.07 ind:pas:3s; -intériorisait intérioriser VER 0.35 0.34 0.01 0.00 ind:imp:3s; -intériorisation intériorisation NOM f s 0.14 0.07 0.14 0.07 -intériorise intérioriser VER 0.35 0.34 0.09 0.07 ind:pre:1s;ind:pre:3s; -intériorisent intérioriser VER 0.35 0.34 0.14 0.00 ind:pre:3p; -intérioriser intérioriser VER 0.35 0.34 0.09 0.00 inf; -intériorisée intérioriser VER f s 0.35 0.34 0.03 0.07 par:pas; -intériorisées intérioriser VER f p 0.35 0.34 0.00 0.07 par:pas; -intériorisés intérioriser VER m p 0.35 0.34 0.00 0.07 par:pas; -intériorité intériorité NOM f s 0.10 0.41 0.10 0.41 -intérêt intérêt NOM m s 81.09 97.36 63.63 75.00 -intérêts intérêt NOM m p 81.09 97.36 17.46 22.36 -intussusception intussusception NOM f s 0.03 0.00 0.03 0.00 -inébranlable inébranlable ADJ s 1.20 3.72 1.05 3.04 -inébranlablement inébranlablement ADV 0.14 0.20 0.14 0.20 -inébranlables inébranlable ADJ p 1.20 3.72 0.15 0.68 -inébranlé inébranlé ADJ m s 0.00 0.07 0.00 0.07 -inéchangeable inéchangeable ADJ f s 0.00 0.07 0.00 0.07 -inécoutée inécouté ADJ f s 0.00 0.07 0.00 0.07 -inédit inédit ADJ m s 1.10 5.34 0.65 0.95 -inédite inédit ADJ f s 1.10 5.34 0.28 2.50 -inédites inédit ADJ f p 1.10 5.34 0.12 0.95 -inédits inédit ADJ m p 1.10 5.34 0.06 0.95 -inéducable inéducable ADJ s 0.01 0.00 0.01 0.00 -inégal inégal ADJ m s 0.68 8.11 0.23 2.84 -inégalable inégalable ADJ s 0.38 1.22 0.36 0.95 -inégalables inégalable ADJ f p 0.38 1.22 0.01 0.27 -inégale inégal ADJ f s 0.68 8.11 0.29 1.69 -inégalement inégalement ADV 0.03 1.01 0.03 1.01 -inégales inégal ADJ f p 0.68 8.11 0.08 1.76 -inégalité inégalité NOM f s 0.67 1.62 0.33 1.35 -inégalités inégalité NOM f p 0.67 1.62 0.34 0.27 -inégalé inégalé ADJ m s 0.17 0.54 0.06 0.20 -inégalée inégaler VER f s 0.22 0.41 0.18 0.27 par:pas; -inégalées inégalé ADJ f p 0.17 0.54 0.00 0.07 -inégaux inégal ADJ m p 0.68 8.11 0.07 1.82 -inuit inuit NOM f s 0.04 0.00 0.04 0.00 -inéligibilité inéligibilité NOM f s 0.14 0.00 0.14 0.00 -inéligible inéligible ADJ s 0.03 0.07 0.03 0.07 -inéluctabilité inéluctabilité NOM f s 0.00 0.14 0.00 0.14 -inéluctable inéluctable ADJ s 1.01 5.74 0.97 5.34 -inéluctablement inéluctablement ADV 0.27 1.01 0.27 1.01 -inéluctables inéluctable ADJ p 1.01 5.74 0.04 0.41 -inélégamment inélégamment ADV 0.00 0.07 0.00 0.07 -inélégance inélégance NOM f s 0.14 0.00 0.14 0.00 -inélégant inélégant ADJ m s 0.39 0.14 0.39 0.07 -inélégantes inélégant ADJ f p 0.39 0.14 0.00 0.07 -inénarrable inénarrable ADJ s 0.12 0.95 0.11 0.47 -inénarrables inénarrable ADJ p 0.12 0.95 0.01 0.47 -inupik inupik NOM m s 0.00 0.07 0.00 0.07 -inépuisable inépuisable ADJ s 0.97 9.53 0.68 7.57 -inépuisablement inépuisablement ADV 0.00 0.74 0.00 0.74 -inépuisables inépuisable ADJ p 0.97 9.53 0.28 1.96 -inépuisées inépuisé ADJ f p 0.00 0.14 0.00 0.14 -inéquitable inéquitable ADJ m s 0.04 0.00 0.04 0.00 -inusabilité inusabilité NOM f s 0.00 0.07 0.00 0.07 -inusable inusable ADJ s 0.17 1.96 0.16 1.55 -inusables inusable ADJ p 0.17 1.96 0.01 0.41 -inusité inusité ADJ m s 0.30 1.42 0.22 0.47 -inusitée inusité ADJ f s 0.30 1.42 0.07 0.68 -inusitées inusité ADJ f p 0.30 1.42 0.01 0.20 -inusités inusité ADJ m p 0.30 1.42 0.00 0.07 -inusuelle inusuel ADJ f s 0.00 0.07 0.00 0.07 -inutile inutile ADJ s 72.71 70.34 64.05 53.04 -inutilement inutilement ADV 1.83 4.66 1.83 4.66 -inutiles inutile ADJ p 72.71 70.34 8.66 17.30 -inutilisable inutilisable ADJ s 1.72 2.03 1.14 0.95 -inutilisables inutilisable ADJ p 1.72 2.03 0.58 1.08 -inutilisation inutilisation NOM f s 0.00 0.14 0.00 0.14 -inutilisé inutilisé ADJ m s 0.37 0.81 0.08 0.14 -inutilisée inutilisé ADJ f s 0.37 0.81 0.13 0.27 -inutilisées inutilisé ADJ f p 0.37 0.81 0.09 0.20 -inutilisés inutilisé ADJ m p 0.37 0.81 0.07 0.20 -inutilité inutilité NOM f s 0.56 3.58 0.56 3.51 -inutilités inutilité NOM f p 0.56 3.58 0.00 0.07 -inévaluable inévaluable ADJ s 0.00 0.07 0.00 0.07 -inévitabilité inévitabilité NOM f s 0.04 0.00 0.04 0.00 -inévitable inévitable ADJ s 7.44 16.49 6.96 13.38 -inévitablement inévitablement ADV 1.02 3.51 1.02 3.51 -inévitables inévitable ADJ p 7.44 16.49 0.48 3.11 -invagination invagination NOM f s 0.03 0.00 0.03 0.00 -invaincu invaincu ADJ m s 0.84 0.61 0.50 0.34 -invaincue invaincu ADJ f s 0.84 0.61 0.08 0.14 -invaincues invaincu ADJ f p 0.84 0.61 0.00 0.07 -invaincus invaincu ADJ m p 0.84 0.61 0.26 0.07 -invalidant invalidant ADJ m s 0.04 0.00 0.02 0.00 -invalidante invalidant ADJ f s 0.04 0.00 0.02 0.00 -invalidation invalidation NOM f s 0.02 0.00 0.02 0.00 -invalide invalide ADJ s 1.77 0.81 1.48 0.27 -invalider invalider VER 0.59 0.27 0.10 0.00 inf; -invalides invalide NOM p 2.03 4.39 1.41 3.85 -invalidité invalidité NOM f s 0.99 0.27 0.99 0.20 -invalidités invalidité NOM f p 0.99 0.27 0.00 0.07 -invalidé invalider VER m s 0.59 0.27 0.14 0.14 par:pas; -invalidés invalider VER m p 0.59 0.27 0.00 0.07 par:pas; -invariable invariable ADJ s 0.08 1.89 0.07 1.55 -invariablement invariablement ADV 0.64 4.86 0.64 4.86 -invariables invariable ADJ p 0.08 1.89 0.01 0.34 -invariance invariance NOM f s 0.01 0.00 0.01 0.00 -invasif invasif ADJ m s 0.28 0.00 0.11 0.00 -invasion invasion NOM f s 7.15 11.22 6.96 9.32 -invasions invasion NOM f p 7.15 11.22 0.19 1.89 -invasive invasif ADJ f s 0.28 0.00 0.14 0.00 -invasives invasif ADJ f p 0.28 0.00 0.03 0.00 -invectiva invectiver VER 0.14 1.82 0.00 0.20 ind:pas:3s; -invectivai invectiver VER 0.14 1.82 0.00 0.07 ind:pas:1s; -invectivaient invectiver VER 0.14 1.82 0.00 0.07 ind:imp:3p; -invectivait invectiver VER 0.14 1.82 0.00 0.41 ind:imp:3s; -invectivant invectiver VER 0.14 1.82 0.00 0.34 par:pre; -invective invectiver VER 0.14 1.82 0.12 0.20 imp:pre:2s;ind:pre:1s;ind:pre:3s; -invectivent invectiver VER 0.14 1.82 0.00 0.07 ind:pre:3p; -invectiver invectiver VER 0.14 1.82 0.02 0.47 inf; -invectives invective NOM f p 0.25 2.84 0.24 2.03 -invendable invendable ADJ m s 0.20 0.27 0.19 0.14 -invendables invendable ADJ m p 0.20 0.27 0.01 0.14 -invendu invendu NOM m s 0.47 0.41 0.01 0.00 -invendues invendu ADJ f p 0.17 0.68 0.12 0.20 -invendus invendu NOM m p 0.47 0.41 0.46 0.41 -inventa inventer VER 53.96 69.73 0.65 1.69 ind:pas:3s; -inventai inventer VER 53.96 69.73 0.02 1.22 ind:pas:1s; -inventaient inventer VER 53.96 69.73 0.02 0.81 ind:imp:3p; -inventaire inventaire NOM m s 4.02 7.50 3.86 6.62 -inventaires inventaire NOM m p 4.02 7.50 0.16 0.88 -inventais inventer VER 53.96 69.73 0.43 1.69 ind:imp:1s;ind:imp:2s; -inventait inventer VER 53.96 69.73 0.55 3.85 ind:imp:3s; -inventant inventer VER 53.96 69.73 0.21 1.42 par:pre; -invente inventer VER 53.96 69.73 7.53 10.34 imp:pre:2s;ind:pre:1s;ind:pre:3s; -inventent inventer VER 53.96 69.73 1.68 1.62 ind:pre:3p; -inventer inventer VER 53.96 69.73 11.35 17.43 ind:pre:2p;inf; -inventera inventer VER 53.96 69.73 0.33 0.54 ind:fut:3s; -inventerai inventer VER 53.96 69.73 0.69 0.34 ind:fut:1s; -inventeraient inventer VER 53.96 69.73 0.01 0.07 cnd:pre:3p; -inventerais inventer VER 53.96 69.73 0.35 0.41 cnd:pre:1s;cnd:pre:2s; -inventerait inventer VER 53.96 69.73 0.14 0.68 cnd:pre:3s; -inventeras inventer VER 53.96 69.73 0.14 0.07 ind:fut:2s; -inventerez inventer VER 53.96 69.73 0.04 0.00 ind:fut:2p; -inventeriez inventer VER 53.96 69.73 0.11 0.00 cnd:pre:2p; -inventerions inventer VER 53.96 69.73 0.01 0.00 cnd:pre:1p; -inventerons inventer VER 53.96 69.73 0.04 0.00 ind:fut:1p; -inventeront inventer VER 53.96 69.73 0.07 0.20 ind:fut:3p; -inventes inventer VER 53.96 69.73 2.11 1.08 ind:pre:2s;sub:pre:2s; -inventeur inventeur NOM m s 3.34 2.03 2.91 1.76 -inventeurs inventeur NOM m p 3.34 2.03 0.42 0.27 -inventez inventer VER 53.96 69.73 1.17 0.07 imp:pre:2p;ind:pre:2p; -inventiez inventer VER 53.96 69.73 0.04 0.00 ind:imp:2p; -inventif inventif ADJ m s 0.36 1.28 0.22 0.74 -inventifs inventif ADJ m p 0.36 1.28 0.04 0.14 -invention invention NOM f s 10.37 15.68 7.88 10.81 -inventions invention NOM f p 10.37 15.68 2.49 4.86 -inventive inventif ADJ f s 0.36 1.28 0.10 0.41 -inventivité inventivité NOM f s 0.02 0.07 0.02 0.00 -inventivités inventivité NOM f p 0.02 0.07 0.00 0.07 -inventons inventer VER 53.96 69.73 0.14 0.07 imp:pre:1p;ind:pre:1p; -inventoria inventorier VER 0.23 1.55 0.00 0.07 ind:pas:3s; -inventoriai inventorier VER 0.23 1.55 0.00 0.07 ind:pas:1s; -inventoriaient inventorier VER 0.23 1.55 0.00 0.07 ind:imp:3p; -inventoriait inventorier VER 0.23 1.55 0.00 0.14 ind:imp:3s; -inventorient inventorier VER 0.23 1.55 0.00 0.07 ind:pre:3p; -inventorier inventorier VER 0.23 1.55 0.19 0.74 inf; -inventorié inventorier VER m s 0.23 1.55 0.03 0.20 par:pas; -inventoriée inventorier VER f s 0.23 1.55 0.00 0.07 par:pas; -inventoriées inventorier VER f p 0.23 1.55 0.02 0.14 par:pas; -inventât inventer VER 53.96 69.73 0.00 0.07 sub:imp:3s; -inventèrent inventer VER 53.96 69.73 0.11 0.34 ind:pas:3p; -inventé inventer VER m s 53.96 69.73 23.20 17.97 par:pas; -inventée inventer VER f s 53.96 69.73 1.53 3.58 par:pas; -inventées inventer VER f p 53.96 69.73 0.56 1.62 par:pas; -inventés inventer VER m p 53.96 69.73 0.72 2.23 par:pas; -inversa inverser VER 6.29 7.57 0.00 0.14 ind:pas:3s; -inversaient inverser VER 6.29 7.57 0.00 0.14 ind:imp:3p; -inversait inverser VER 6.29 7.57 0.13 0.20 ind:imp:3s; -inversant inverser VER 6.29 7.57 0.07 0.41 par:pre; -inverse inverse NOM s 6.40 6.22 6.40 6.22 -inversement inversement ADV 0.47 2.64 0.47 2.64 -inversent inverser VER 6.29 7.57 0.13 0.20 ind:pre:3p; -inverser inverser VER 6.29 7.57 1.36 1.01 inf; -inversera inverser VER 6.29 7.57 0.06 0.00 ind:fut:3s; -inverserais inverser VER 6.29 7.57 0.01 0.00 cnd:pre:1s; -inverserait inverser VER 6.29 7.57 0.02 0.00 cnd:pre:3s; -inverses inverser VER 6.29 7.57 0.04 0.00 ind:pre:2s; -inverseur inverseur NOM m s 0.02 0.00 0.02 0.00 -inversez inverser VER 6.29 7.57 0.21 0.07 imp:pre:2p;ind:pre:2p; -inversible inversible ADJ f s 0.00 0.07 0.00 0.07 -inversion inversion NOM f s 0.76 3.65 0.75 3.38 -inversions inversion NOM f p 0.76 3.65 0.01 0.27 -inversons inverser VER 6.29 7.57 0.04 0.00 imp:pre:1p; -inversèrent inverser VER 6.29 7.57 0.00 0.07 ind:pas:3p; -inversé inverser VER m s 6.29 7.57 2.00 1.96 par:pas; -inversée inverser VER f s 6.29 7.57 0.85 1.49 par:pas; -inversées inverser VER f p 6.29 7.57 0.20 0.54 par:pas; -inversés inverser VER m p 6.29 7.57 0.71 0.95 par:pas; -inverti invertir VER m s 0.16 0.00 0.16 0.00 par:pas; -invertis inverti NOM m p 0.56 0.41 0.44 0.34 -invertébré invertébré ADJ m s 0.19 0.27 0.07 0.07 -invertébrée invertébré ADJ f s 0.19 0.27 0.01 0.07 -invertébrés invertébré NOM m p 0.20 0.14 0.19 0.07 -investît investir VER 16.50 9.46 0.01 0.00 sub:imp:3s; -investi investir VER m s 16.50 9.46 5.49 2.91 par:pas; -investie investir VER f s 16.50 9.46 0.15 0.81 par:pas; -investies investir VER f p 16.50 9.46 0.02 0.07 par:pas; -investigateur investigateur NOM m s 0.13 0.00 0.03 0.00 -investigateurs investigateur NOM m p 0.13 0.00 0.07 0.00 -investigation investigation NOM f s 3.26 2.57 1.95 1.08 -investigations investigation NOM f p 3.26 2.57 1.31 1.49 -investigatrice investigateur ADJ f s 0.14 0.27 0.11 0.00 -investigatrices investigateur ADJ f p 0.14 0.27 0.01 0.07 -investiguant investiguer VER 0.03 0.00 0.01 0.00 par:pre; -investiguer investiguer VER 0.03 0.00 0.01 0.00 inf; -investir investir VER 16.50 9.46 5.85 2.36 inf; -investira investir VER 16.50 9.46 0.14 0.00 ind:fut:3s; -investirais investir VER 16.50 9.46 0.07 0.00 cnd:pre:1s; -investirait investir VER 16.50 9.46 0.16 0.00 cnd:pre:3s; -investirent investir VER 16.50 9.46 0.02 0.07 ind:pas:3p; -investirons investir VER 16.50 9.46 0.02 0.00 ind:fut:1p; -investiront investir VER 16.50 9.46 0.17 0.00 ind:fut:3p; -investis investir VER m p 16.50 9.46 1.53 0.81 imp:pre:2s;ind:pre:1s;ind:pre:2s;par:pas; -investissaient investir VER 16.50 9.46 0.14 0.14 ind:imp:3p; -investissais investir VER 16.50 9.46 0.02 0.14 ind:imp:1s;ind:imp:2s; -investissait investir VER 16.50 9.46 0.05 0.20 ind:imp:3s; -investissant investir VER 16.50 9.46 0.04 0.41 par:pre; -investisse investir VER 16.50 9.46 0.06 0.14 sub:pre:1s;sub:pre:3s; -investissement investissement NOM m s 7.38 2.77 5.05 1.35 -investissements investissement NOM m p 7.38 2.77 2.33 1.42 -investissent investir VER 16.50 9.46 0.29 0.20 ind:pre:3p; -investisseur investisseur NOM m s 2.64 0.07 0.66 0.00 -investisseurs investisseur NOM m p 2.64 0.07 1.98 0.07 -investissez investir VER 16.50 9.46 0.67 0.00 imp:pre:2p;ind:pre:2p; -investissons investir VER 16.50 9.46 0.06 0.00 imp:pre:1p;ind:pre:1p; -investit investir VER 16.50 9.46 1.56 1.22 ind:pre:3s;ind:pas:3s; -investiture investiture NOM f s 0.38 0.47 0.38 0.34 -investitures investiture NOM f p 0.38 0.47 0.00 0.14 -invincibilité invincibilité NOM f s 0.11 0.27 0.11 0.27 -invincible invincible ADJ s 3.60 5.07 2.92 4.59 -invinciblement invinciblement ADV 0.01 1.22 0.01 1.22 -invincibles invincible ADJ p 3.60 5.07 0.68 0.47 -inviolabilité inviolabilité NOM f s 0.13 0.14 0.13 0.14 -inviolable inviolable ADJ s 0.39 1.35 0.26 0.95 -inviolables inviolable ADJ p 0.39 1.35 0.13 0.41 -inviolé inviolé ADJ m s 0.10 0.34 0.04 0.20 -inviolée inviolé ADJ f s 0.10 0.34 0.03 0.00 -inviolées inviolé ADJ f p 0.10 0.34 0.02 0.00 -inviolés inviolé ADJ m p 0.10 0.34 0.01 0.14 -invisibilité invisibilité NOM f s 0.45 0.27 0.45 0.27 -invisible_piston invisible_piston NOM m s 0.00 0.07 0.00 0.07 -invisible invisible ADJ s 16.21 52.36 12.85 36.35 -invisiblement invisiblement ADV 0.01 0.41 0.01 0.41 -invisibles invisible ADJ p 16.21 52.36 3.36 16.01 -invita inviter VER 116.83 82.30 0.45 9.93 ind:pas:3s; -invitai inviter VER 116.83 82.30 0.11 1.49 ind:pas:1s; -invitaient inviter VER 116.83 82.30 0.06 2.36 ind:imp:3p; -invitais inviter VER 116.83 82.30 0.50 1.01 ind:imp:1s;ind:imp:2s; -invitait inviter VER 116.83 82.30 0.90 8.92 ind:imp:3s; -invitant inviter VER 116.83 82.30 0.63 3.72 par:pre; -invitante invitant ADJ f s 0.01 0.68 0.01 0.34 -invitantes invitant ADJ f p 0.01 0.68 0.00 0.14 -invitants invitant ADJ m p 0.01 0.68 0.00 0.07 -invitation invitation NOM f s 18.27 18.24 15.08 14.53 -invitations invitation NOM f p 18.27 18.24 3.18 3.72 -invite inviter VER 116.83 82.30 29.01 11.01 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:1s; -invitent inviter VER 116.83 82.30 3.12 1.42 ind:pre:3p; -inviter inviter VER 116.83 82.30 22.63 14.05 inf;;inf;;inf;; -invitera inviter VER 116.83 82.30 0.65 0.47 ind:fut:3s; -inviterai inviter VER 116.83 82.30 1.36 0.34 ind:fut:1s; -inviteraient inviter VER 116.83 82.30 0.03 0.14 cnd:pre:3p; -inviterais inviter VER 116.83 82.30 0.80 0.20 cnd:pre:1s;cnd:pre:2s; -inviterait inviter VER 116.83 82.30 0.20 0.54 cnd:pre:3s; -inviteras inviter VER 116.83 82.30 0.19 0.14 ind:fut:2s; -inviterez inviter VER 116.83 82.30 0.17 0.07 ind:fut:2p; -inviteriez inviter VER 116.83 82.30 0.05 0.14 cnd:pre:2p; -inviterions inviter VER 116.83 82.30 0.00 0.07 cnd:pre:1p; -inviterons inviter VER 116.83 82.30 0.07 0.14 ind:fut:1p; -inviteront inviter VER 116.83 82.30 0.02 0.00 ind:fut:3p; -invites inviter VER 116.83 82.30 3.64 0.14 ind:pre:2s;sub:pre:2s; -inviteur inviteur NOM m s 0.00 0.14 0.00 0.07 -inviteurs inviteur NOM m p 0.00 0.14 0.00 0.07 -invitez inviter VER 116.83 82.30 3.09 0.47 imp:pre:2p;ind:pre:2p; -invitiez inviter VER 116.83 82.30 0.24 0.14 ind:imp:2p; -invitions inviter VER 116.83 82.30 0.03 0.20 ind:imp:1p; -invitâmes inviter VER 116.83 82.30 0.00 0.14 ind:pas:1p; -invitons inviter VER 116.83 82.30 0.93 0.20 imp:pre:1p;ind:pre:1p; -invitât inviter VER 116.83 82.30 0.00 0.20 sub:imp:3s; -invitèrent inviter VER 116.83 82.30 0.11 0.74 ind:pas:3p; -invité inviter VER m s 116.83 82.30 28.27 14.05 par:pas; -invitée inviter VER f s 116.83 82.30 12.14 5.20 par:pas; -invitées inviter VER f p 116.83 82.30 0.66 0.74 par:pas; -invités invité NOM m p 41.19 27.16 24.84 18.51 -invivable invivable ADJ s 0.43 1.22 0.43 1.22 -invocation invocation NOM f s 0.69 1.96 0.55 1.28 -invocations invocation NOM f p 0.69 1.96 0.14 0.68 -invocatoire invocatoire ADJ m s 0.00 0.07 0.00 0.07 -involontaire involontaire ADJ s 3.40 6.62 3.10 5.61 -involontairement involontairement ADV 0.57 3.18 0.57 3.18 -involontaires involontaire ADJ p 3.40 6.62 0.30 1.01 -involutif involutif ADJ m s 0.00 0.14 0.00 0.07 -involutifs involutif ADJ m p 0.00 0.14 0.00 0.07 -involution involution NOM f s 0.00 0.07 0.00 0.07 -invoqua invoquer VER 8.13 10.95 0.26 0.61 ind:pas:3s; -invoquai invoquer VER 8.13 10.95 0.00 0.20 ind:pas:1s; -invoquaient invoquer VER 8.13 10.95 0.01 0.34 ind:imp:3p; -invoquais invoquer VER 8.13 10.95 0.00 0.34 ind:imp:1s; -invoquait invoquer VER 8.13 10.95 0.01 1.28 ind:imp:3s; -invoquant invoquer VER 8.13 10.95 0.67 2.09 par:pre; -invoque invoquer VER 8.13 10.95 1.55 0.68 imp:pre:2s;ind:pre:1s;ind:pre:3s; -invoquent invoquer VER 8.13 10.95 0.31 0.27 ind:pre:3p; -invoquer invoquer VER 8.13 10.95 2.23 2.57 inf; -invoquera invoquer VER 8.13 10.95 0.06 0.07 ind:fut:3s; -invoquerai invoquer VER 8.13 10.95 0.04 0.14 ind:fut:1s; -invoquerais invoquer VER 8.13 10.95 0.11 0.07 cnd:pre:1s;cnd:pre:2s; -invoquerait invoquer VER 8.13 10.95 0.02 0.00 cnd:pre:3s; -invoquerez invoquer VER 8.13 10.95 0.00 0.07 ind:fut:2p; -invoquerons invoquer VER 8.13 10.95 0.02 0.00 ind:fut:1p; -invoques invoquer VER 8.13 10.95 0.15 0.14 ind:pre:2s; -invoquez invoquer VER 8.13 10.95 0.35 0.34 imp:pre:2p;ind:pre:2p; -invoquons invoquer VER 8.13 10.95 0.33 0.00 imp:pre:1p;ind:pre:1p; -invoquât invoquer VER 8.13 10.95 0.00 0.07 sub:imp:3s; -invoqué invoquer VER m s 8.13 10.95 1.52 1.22 par:pas; -invoquée invoquer VER f s 8.13 10.95 0.20 0.27 par:pas; -invoquées invoquer VER f p 8.13 10.95 0.12 0.07 par:pas; -invoqués invoquer VER m p 8.13 10.95 0.17 0.14 par:pas; -invraisemblable invraisemblable ADJ s 2.11 9.53 1.62 7.30 -invraisemblablement invraisemblablement ADV 0.00 0.14 0.00 0.14 -invraisemblables invraisemblable ADJ p 2.11 9.53 0.48 2.23 -invraisemblance invraisemblance NOM f s 0.17 1.76 0.14 1.35 -invraisemblances invraisemblance NOM f p 0.17 1.76 0.04 0.41 -invulnérabilité invulnérabilité NOM f s 0.28 0.54 0.28 0.54 -invulnérable invulnérable ADJ s 1.12 3.18 0.90 2.57 -invulnérables invulnérable ADJ p 1.12 3.18 0.22 0.61 -invérifiable invérifiable ADJ s 0.02 0.34 0.01 0.14 -invérifiables invérifiable ADJ f p 0.02 0.34 0.01 0.20 -invétéré invétéré ADJ m s 0.79 1.69 0.65 1.01 -invétérée invétéré ADJ f s 0.79 1.69 0.08 0.34 -invétérées invétéré ADJ f p 0.79 1.69 0.00 0.14 -invétérés invétéré ADJ m p 0.79 1.69 0.06 0.20 -iode iode NOM m s 1.15 3.58 1.15 3.58 -iodle iodler VER 0.07 0.00 0.03 0.00 imp:pre:2s;ind:pre:1s;ind:pre:3s; -iodler iodler VER 0.07 0.00 0.03 0.00 inf; -iodoforme iodoforme NOM m s 0.01 0.07 0.01 0.07 -iodé iodé ADJ m s 0.14 0.20 0.00 0.07 -iodée iodé ADJ f s 0.14 0.20 0.14 0.14 -iodure iodure NOM m s 0.05 0.00 0.05 0.00 -ion ion NOM m s 0.85 0.14 0.37 0.07 -ionien ionien ADJ m s 0.00 0.20 0.00 0.07 -ionienne ionienne ADJ f s 0.01 0.07 0.01 0.07 -ioniennes ioniennes ADJ f s 0.00 0.20 0.00 0.20 -ioniens ionien ADJ m p 0.00 0.20 0.00 0.07 -ionique ionique ADJ s 0.45 0.07 0.35 0.07 -ioniques ionique ADJ p 0.45 0.07 0.10 0.00 -ionisant ionisant ADJ m s 0.05 0.00 0.04 0.00 -ionisante ionisant ADJ f s 0.05 0.00 0.01 0.00 -ionisation ionisation NOM f s 0.23 0.14 0.23 0.14 -ioniser ioniser VER 0.04 0.00 0.02 0.00 inf; -ionisez ioniser VER 0.04 0.00 0.01 0.00 imp:pre:2p; -ionisé ionisé ADJ m s 0.15 0.07 0.05 0.07 -ionisée ionisé ADJ f s 0.15 0.07 0.10 0.00 -ionosphère ionosphère NOM f s 0.20 0.07 0.20 0.07 -ions ion NOM m p 0.85 0.14 0.48 0.07 -iota iota NOM m 0.22 0.34 0.22 0.34 -ipomée ipomée NOM f s 0.00 0.07 0.00 0.07 -ippon ippon NOM m s 0.03 0.00 0.03 0.00 -ipse ipse NOM m s 0.01 0.14 0.01 0.14 -ipso_facto ipso_facto ADV 0.21 0.61 0.21 0.61 -ipéca ipéca NOM m s 0.32 0.20 0.32 0.14 -ipécas ipéca NOM m p 0.32 0.20 0.00 0.07 -ira aller VER 9992.78 2854.93 148.34 28.31 ind:fut:3s; -irai aller VER 9992.78 2854.93 71.96 27.70 ind:fut:1s; -iraient aller VER 9992.78 2854.93 1.65 5.47 cnd:pre:3p; -irais aller VER 9992.78 2854.93 20.14 11.96 cnd:pre:1s;cnd:pre:2s; -irait aller VER 9992.78 2854.93 22.44 26.01 cnd:pre:3s; -irakien irakien ADJ m s 1.12 0.34 0.86 0.07 -irakienne irakienne ADJ f s 0.08 0.00 0.08 0.00 -irakiens irakien NOM m p 0.64 0.07 0.56 0.07 -iranien iranien ADJ m s 0.41 0.41 0.20 0.07 -iranienne iranien ADJ f s 0.41 0.41 0.12 0.07 -iraniennes iranien ADJ f p 0.41 0.41 0.01 0.14 -iraniens iranien NOM m p 0.34 0.47 0.28 0.14 -iraquien iraquien ADJ m s 0.16 0.00 0.09 0.00 -iraquienne iraquien ADJ f s 0.16 0.00 0.07 0.00 -iraquiens iraquien NOM m p 0.11 0.00 0.08 0.00 -iras aller VER 9992.78 2854.93 24.90 6.76 ind:fut:2s; -irascible irascible ADJ s 0.65 1.55 0.52 1.28 -irascibles irascible ADJ m p 0.65 1.55 0.14 0.27 -ire ire NOM f s 0.58 0.81 0.55 0.74 -ires ire NOM f p 0.58 0.81 0.03 0.07 -irez aller VER 9992.78 2854.93 14.29 5.41 ind:fut:2p; -iridescence iridescence NOM f s 0.01 0.00 0.01 0.00 -iridescent iridescent ADJ m s 0.01 0.07 0.01 0.00 -iridescentes iridescent ADJ f p 0.01 0.07 0.00 0.07 -iridium iridium NOM m s 0.18 0.34 0.18 0.34 -iridologie iridologie NOM f s 0.01 0.00 0.01 0.00 -iriez aller VER 9992.78 2854.93 2.02 1.08 cnd:pre:2p; -irions aller VER 9992.78 2854.93 1.10 2.91 cnd:pre:1p; -iris iris NOM m 3.93 6.42 3.93 6.42 -irisaient iriser VER 0.01 2.03 0.00 0.14 ind:imp:3p; -irisait iriser VER 0.01 2.03 0.00 0.20 ind:imp:3s; -irisant iriser VER 0.01 2.03 0.00 0.07 par:pre; -irisation irisation NOM f s 0.00 0.81 0.00 0.47 -irisations irisation NOM f p 0.00 0.81 0.00 0.34 -irise iriser VER 0.01 2.03 0.01 0.14 ind:pre:3s; -irisent iriser VER 0.01 2.03 0.00 0.14 ind:pre:3p; -iriser iriser VER 0.01 2.03 0.00 0.07 inf; -iriserait iriser VER 0.01 2.03 0.00 0.07 cnd:pre:3s; -irish_coffee irish_coffee NOM m s 0.16 0.14 0.16 0.14 -irisé irisé ADJ m s 0.05 1.96 0.00 0.41 -irisée irisé ADJ f s 0.05 1.96 0.00 0.61 -irisées irisé ADJ f p 0.05 1.96 0.03 0.54 -irisés irisé ADJ m p 0.05 1.96 0.02 0.41 -irlandais irlandais ADJ m 4.75 3.78 3.71 2.43 -irlandaise irlandais ADJ f s 4.75 3.78 0.89 1.08 -irlandaises irlandais ADJ f p 4.75 3.78 0.15 0.27 -ironie ironie NOM f s 6.05 24.19 6.00 23.78 -ironies ironie NOM f p 6.05 24.19 0.05 0.41 -ironique ironique ADJ s 3.73 16.28 3.67 13.72 -ironiquement ironiquement ADV 0.95 2.77 0.95 2.77 -ironiques ironique ADJ p 3.73 16.28 0.06 2.57 -ironisa ironiser VER 0.44 2.50 0.00 1.01 ind:pas:3s; -ironisai ironiser VER 0.44 2.50 0.00 0.07 ind:pas:1s; -ironisais ironiser VER 0.44 2.50 0.00 0.14 ind:imp:1s;ind:imp:2s; -ironisait ironiser VER 0.44 2.50 0.00 0.14 ind:imp:3s; -ironise ironiser VER 0.44 2.50 0.01 0.34 imp:pre:2s;ind:pre:3s; -ironisent ironiser VER 0.44 2.50 0.01 0.07 ind:pre:3p; -ironiser ironiser VER 0.44 2.50 0.42 0.47 inf; -ironisme ironisme NOM m s 0.00 0.07 0.00 0.07 -ironiste ironiste NOM s 0.00 0.14 0.00 0.14 -ironisé ironiser VER m s 0.44 2.50 0.00 0.27 par:pas; -irons aller VER 9992.78 2854.93 15.36 9.32 ind:fut:1p; -iront aller VER 9992.78 2854.93 7.43 4.73 ind:fut:3p; -iroquois iroquois NOM m 0.05 0.00 0.05 0.00 -iroquoise iroquois ADJ f s 0.22 0.27 0.17 0.00 -irradia irradier VER 0.65 4.32 0.00 0.14 ind:pas:3s; -irradiaient irradier VER 0.65 4.32 0.00 0.20 ind:imp:3p; -irradiait irradier VER 0.65 4.32 0.03 1.28 ind:imp:3s; -irradiant irradiant ADJ m s 0.11 0.54 0.03 0.20 -irradiante irradiant ADJ f s 0.11 0.54 0.05 0.34 -irradiantes irradiant ADJ f p 0.11 0.54 0.04 0.00 -irradiation irradiation NOM f s 0.27 0.34 0.26 0.20 -irradiations irradiation NOM f p 0.27 0.34 0.01 0.14 -irradie irradier VER 0.65 4.32 0.13 0.88 imp:pre:2s;ind:pre:1s;ind:pre:3s; -irradier irradier VER 0.65 4.32 0.01 0.68 inf; -irradiera irradier VER 0.65 4.32 0.01 0.00 ind:fut:3s; -irradiez irradier VER 0.65 4.32 0.00 0.07 ind:pre:2p; -irradié irradier VER m s 0.65 4.32 0.27 0.27 par:pas; -irradiée irradier VER f s 0.65 4.32 0.06 0.07 par:pas; -irradiées irradier VER f p 0.65 4.32 0.03 0.00 par:pas; -irradiés irradier VER m p 0.65 4.32 0.10 0.00 par:pas; -irraisonnable irraisonnable ADJ s 0.01 0.07 0.01 0.07 -irraisonné irraisonné ADJ m s 0.07 1.49 0.03 0.27 -irraisonnée irraisonné ADJ f s 0.07 1.49 0.02 1.15 -irraisonnés irraisonné ADJ m p 0.07 1.49 0.01 0.07 -irrationalité irrationalité NOM f s 0.04 0.07 0.04 0.07 -irrationnel irrationnel ADJ m s 1.63 1.15 0.61 0.81 -irrationnelle irrationnel ADJ f s 1.63 1.15 0.77 0.14 -irrationnellement irrationnellement ADV 0.01 0.07 0.01 0.07 -irrationnelles irrationnel ADJ f p 1.63 1.15 0.16 0.14 -irrationnels irrationnel ADJ m p 1.63 1.15 0.10 0.07 -irrattrapable irrattrapable ADJ m s 0.12 0.27 0.12 0.14 -irrattrapables irrattrapable ADJ p 0.12 0.27 0.00 0.14 -irrecevabilité irrecevabilité NOM f s 0.02 0.14 0.02 0.14 -irrecevable irrecevable ADJ s 0.72 0.14 0.61 0.14 -irrecevables irrecevable ADJ p 0.72 0.14 0.12 0.00 -irremplaçable irremplaçable ADJ s 1.23 5.14 1.11 4.26 -irremplaçables irremplaçable ADJ p 1.23 5.14 0.13 0.88 -irreprésentable irreprésentable ADJ s 0.00 0.07 0.00 0.07 -irrespect irrespect NOM m s 0.13 0.68 0.13 0.68 -irrespectueuse irrespectueux ADJ f s 0.71 1.01 0.04 0.27 -irrespectueusement irrespectueusement ADV 0.02 0.07 0.02 0.07 -irrespectueuses irrespectueux ADJ f p 0.71 1.01 0.00 0.07 -irrespectueux irrespectueux ADJ m 0.71 1.01 0.68 0.68 -irrespirable irrespirable ADJ s 0.61 2.57 0.61 2.43 -irrespirables irrespirable ADJ f p 0.61 2.57 0.00 0.14 -irresponsabilité irresponsabilité NOM f s 1.45 1.49 1.45 1.49 -irresponsable irresponsable ADJ s 6.29 2.70 4.99 2.09 -irresponsables irresponsable ADJ p 6.29 2.70 1.30 0.61 -irrigateur irrigateur ADJ m s 0.01 0.00 0.01 0.00 -irrigateurs irrigateur NOM m p 0.00 0.07 0.00 0.07 -irrigation irrigation NOM f s 0.86 1.55 0.86 1.55 -irriguaient irriguer VER 0.50 2.84 0.00 0.14 ind:imp:3p; -irriguait irriguer VER 0.50 2.84 0.00 0.34 ind:imp:3s; -irriguant irriguer VER 0.50 2.84 0.01 0.14 par:pre; -irrigue irriguer VER 0.50 2.84 0.14 0.20 imp:pre:2s;ind:pre:3s; -irriguent irriguer VER 0.50 2.84 0.01 0.07 ind:pre:3p; -irriguer irriguer VER 0.50 2.84 0.17 0.47 inf; -irriguera irriguer VER 0.50 2.84 0.02 0.00 ind:fut:3s; -irrigueraient irriguer VER 0.50 2.84 0.00 0.07 cnd:pre:3p; -irriguerait irriguer VER 0.50 2.84 0.00 0.20 cnd:pre:3s; -irriguons irriguer VER 0.50 2.84 0.00 0.07 imp:pre:1p; -irrigué irriguer VER m s 0.50 2.84 0.08 0.41 par:pas; -irriguée irriguer VER f s 0.50 2.84 0.03 0.47 par:pas; -irriguées irriguer VER f p 0.50 2.84 0.03 0.07 par:pas; -irrigués irriguer VER m p 0.50 2.84 0.01 0.20 par:pas; -irrita irriter VER 6.70 24.93 0.11 1.35 ind:pas:3s; -irritabilité irritabilité NOM f s 0.20 0.07 0.20 0.07 -irritable irritable ADJ s 1.71 1.55 1.56 1.22 -irritables irritable ADJ f p 1.71 1.55 0.15 0.34 -irritai irriter VER 6.70 24.93 0.00 0.20 ind:pas:1s; -irritaient irriter VER 6.70 24.93 0.01 0.68 ind:imp:3p; -irritais irriter VER 6.70 24.93 0.01 0.81 ind:imp:1s; -irritait irriter VER 6.70 24.93 0.44 5.68 ind:imp:3s; -irritant irritant ADJ m s 1.18 4.26 0.80 1.89 -irritante irritant ADJ f s 1.18 4.26 0.17 1.42 -irritantes irritant ADJ f p 1.18 4.26 0.01 0.47 -irritants irritant ADJ m p 1.18 4.26 0.20 0.47 -irritation irritation NOM f s 1.00 9.39 0.80 9.19 -irritations irritation NOM f p 1.00 9.39 0.20 0.20 -irrite irriter VER 6.70 24.93 2.62 3.18 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -irritent irriter VER 6.70 24.93 0.20 0.68 ind:pre:3p; -irriter irriter VER 6.70 24.93 0.79 2.36 inf; -irritera irriter VER 6.70 24.93 0.01 0.00 ind:fut:3s; -irriterait irriter VER 6.70 24.93 0.02 0.20 cnd:pre:3s; -irriterons irriter VER 6.70 24.93 0.01 0.00 ind:fut:1p; -irritez irriter VER 6.70 24.93 0.08 0.07 imp:pre:2p;ind:pre:2p; -irritons irriter VER 6.70 24.93 0.00 0.07 ind:pre:1p; -irritât irriter VER 6.70 24.93 0.00 0.14 sub:imp:3s; -irritèrent irriter VER 6.70 24.93 0.00 0.14 ind:pas:3p; -irrité irriter VER m s 6.70 24.93 1.29 5.00 par:pas; -irritée irriter VER f s 6.70 24.93 0.82 3.24 par:pas; -irritées irriter VER f p 6.70 24.93 0.22 0.41 par:pas; -irrités irriter VER m p 6.70 24.93 0.07 0.47 par:pas; -irroration irroration NOM f s 0.00 0.07 0.00 0.07 -irréalisable irréalisable ADJ s 0.51 1.08 0.47 0.88 -irréalisables irréalisable ADJ m p 0.51 1.08 0.03 0.20 -irréalisait irréaliser VER 0.00 0.14 0.00 0.07 ind:imp:3s; -irréalise irréaliser VER 0.00 0.14 0.00 0.07 ind:pre:3s; -irréalisme irréalisme NOM m s 0.00 0.07 0.00 0.07 -irréaliste irréaliste ADJ s 0.46 0.14 0.35 0.14 -irréalistes irréaliste ADJ p 0.46 0.14 0.10 0.00 -irréalisé irréalisé ADJ m s 0.00 0.14 0.00 0.07 -irréalisés irréalisé ADJ m p 0.00 0.14 0.00 0.07 -irréalité irréalité NOM f s 0.14 3.51 0.14 3.51 -irréconciliable irréconciliable ADJ s 0.32 0.20 0.28 0.14 -irréconciliables irréconciliable ADJ f p 0.32 0.20 0.04 0.07 -irrécupérable irrécupérable ADJ s 0.98 2.03 0.81 1.42 -irrécupérables irrécupérable ADJ p 0.98 2.03 0.18 0.61 -irrécusable irrécusable ADJ s 0.02 1.01 0.02 0.81 -irrécusables irrécusable ADJ m p 0.02 1.01 0.00 0.20 -irréductible irréductible ADJ s 0.29 2.64 0.00 1.49 -irréductiblement irréductiblement ADV 0.01 0.14 0.01 0.14 -irréductibles irréductible ADJ p 0.29 2.64 0.29 1.15 -irréel irréel ADJ m s 2.84 12.43 1.87 5.27 -irréelle irréel ADJ f s 2.84 12.43 0.86 4.53 -irréellement irréellement ADV 0.00 0.20 0.00 0.20 -irréelles irréel ADJ f p 2.84 12.43 0.07 1.15 -irréels irréel ADJ m p 2.84 12.43 0.04 1.49 -irréfléchi irréfléchi ADJ m s 0.92 0.54 0.40 0.14 -irréfléchie irréfléchi ADJ f s 0.92 0.54 0.34 0.41 -irréfléchis irréfléchi ADJ m p 0.92 0.54 0.18 0.00 -irréfragable irréfragable ADJ s 0.07 0.20 0.07 0.20 -irréfutable irréfutable ADJ s 1.58 2.77 0.97 2.09 -irréfutablement irréfutablement ADV 0.03 0.20 0.03 0.20 -irréfutables irréfutable ADJ p 1.58 2.77 0.60 0.68 -irrégularité irrégularité NOM f s 0.96 1.55 0.54 0.74 -irrégularités irrégularité NOM f p 0.96 1.55 0.42 0.81 -irrégulier irrégulier ADJ m s 2.70 7.64 1.44 1.82 -irréguliers irrégulier ADJ m p 2.70 7.64 0.38 2.09 -irrégulière irrégulier ADJ f s 2.70 7.64 0.59 2.16 -irrégulièrement irrégulièrement ADV 0.03 1.76 0.03 1.76 -irrégulières irrégulier ADJ f p 2.70 7.64 0.29 1.55 -irréligieuse irréligieux ADJ f s 0.04 0.07 0.01 0.00 -irréligieux irréligieux ADJ m s 0.04 0.07 0.03 0.07 -irréligiosité irréligiosité NOM f s 0.00 0.07 0.00 0.07 -irrémissible irrémissible ADJ s 0.16 0.27 0.16 0.27 -irrémédiable irrémédiable ADJ s 0.57 5.34 0.52 5.07 -irrémédiablement irrémédiablement ADV 1.12 4.19 1.12 4.19 -irrémédiables irrémédiable ADJ p 0.57 5.34 0.06 0.27 -irréparable irréparable ADJ s 1.73 4.39 1.33 3.58 -irréparablement irréparablement ADV 0.00 0.14 0.00 0.14 -irréparables irréparable ADJ p 1.73 4.39 0.40 0.81 -irrépressible irrépressible ADJ s 0.95 3.99 0.79 3.24 -irrépressibles irrépressible ADJ p 0.95 3.99 0.16 0.74 -irréprochable irréprochable ADJ s 2.38 4.46 1.82 3.38 -irréprochablement irréprochablement ADV 0.00 0.20 0.00 0.20 -irréprochables irréprochable ADJ p 2.38 4.46 0.56 1.08 -irruption irruption NOM f s 2.82 11.69 2.79 11.35 -irruptions irruption NOM f p 2.82 11.69 0.03 0.34 -irrésistible irrésistible ADJ s 4.67 15.34 4.33 13.78 -irrésistiblement irrésistiblement ADV 0.14 4.66 0.14 4.66 -irrésistibles irrésistible ADJ p 4.67 15.34 0.33 1.55 -irrésolu irrésolu ADJ m s 0.33 0.68 0.04 0.47 -irrésolue irrésolu ADJ f s 0.33 0.68 0.17 0.00 -irrésolues irrésolu ADJ f p 0.33 0.68 0.07 0.07 -irrésolus irrésolu ADJ m p 0.33 0.68 0.05 0.14 -irrésolution irrésolution NOM f s 0.01 0.20 0.01 0.20 -irrétrécissable irrétrécissable ADJ s 0.01 0.00 0.01 0.00 -irréversibilité irréversibilité NOM f s 0.00 0.27 0.00 0.27 -irréversible irréversible ADJ s 1.92 2.43 1.33 1.96 -irréversiblement irréversiblement ADV 0.15 0.34 0.15 0.34 -irréversibles irréversible ADJ p 1.92 2.43 0.59 0.47 -irrévocabilité irrévocabilité NOM f s 0.01 0.00 0.01 0.00 -irrévocable irrévocable ADJ s 0.82 0.81 0.68 0.68 -irrévocablement irrévocablement ADV 0.21 0.47 0.21 0.47 -irrévocables irrévocable ADJ p 0.82 0.81 0.14 0.14 -irrévérence irrévérence NOM f s 0.30 0.20 0.30 0.20 -irrévérencieuse irrévérencieux ADJ f s 0.16 0.27 0.10 0.07 -irrévérencieusement irrévérencieusement ADV 0.00 0.14 0.00 0.14 -irrévérencieuses irrévérencieux ADJ f p 0.16 0.27 0.00 0.14 -irrévérencieux irrévérencieux ADJ m s 0.16 0.27 0.06 0.07 -isabelle isabelle ADJ 1.85 0.47 1.85 0.47 -isard isard NOM m s 0.00 0.54 0.00 0.34 -isards isard NOM m p 0.00 0.54 0.00 0.20 -isatis isatis NOM m 0.00 0.07 0.00 0.07 -isba isba NOM f s 0.40 5.34 0.40 4.05 -isbas isba NOM f p 0.40 5.34 0.00 1.28 -ischion ischion NOM m s 0.01 0.14 0.01 0.14 -ischémie ischémie NOM f s 0.23 0.00 0.23 0.00 -ischémique ischémique ADJ s 0.13 0.00 0.13 0.00 -islam islam NOM m s 2.84 2.30 2.84 2.30 -islamique islamique ADJ s 1.49 0.54 1.30 0.47 -islamiques islamique ADJ p 1.49 0.54 0.20 0.07 -islamisants islamisant ADJ m p 0.00 0.07 0.00 0.07 -islamiser islamiser VER 0.01 0.07 0.01 0.00 inf; -islamisme islamisme NOM m s 0.01 0.07 0.01 0.07 -islamiste islamiste ADJ s 0.19 0.00 0.15 0.00 -islamistes islamiste NOM p 0.09 0.14 0.09 0.14 -islamisée islamisé ADJ f s 0.00 0.07 0.00 0.07 -islamisées islamiser VER f p 0.01 0.07 0.00 0.07 par:pas; -islandais islandais ADJ m s 0.44 0.81 0.29 0.34 -islandaise islandais ADJ f s 0.44 0.81 0.15 0.47 -ismaïliens ismaïlien NOM m p 0.00 0.07 0.00 0.07 -ismaélien ismaélien NOM m s 0.01 0.07 0.01 0.00 -ismaéliens ismaélien NOM m p 0.01 0.07 0.00 0.07 -ismaélite ismaélite ADJ m s 0.01 0.00 0.01 0.00 -isme isme NOM m s 0.34 0.00 0.34 0.00 -isochronisme isochronisme NOM m s 0.01 0.00 0.01 0.00 -isocèle isocèle ADJ s 0.05 0.14 0.05 0.14 -isola isoler VER 14.10 23.45 0.04 1.28 ind:pas:3s; -isolables isolable ADJ m p 0.00 0.07 0.00 0.07 -isolai isoler VER 14.10 23.45 0.00 0.14 ind:pas:1s; -isolaient isoler VER 14.10 23.45 0.02 0.47 ind:imp:3p; -isolais isoler VER 14.10 23.45 0.01 0.14 ind:imp:1s;ind:imp:2s; -isolait isoler VER 14.10 23.45 0.05 2.57 ind:imp:3s; -isolant isolant NOM m s 0.45 0.14 0.45 0.14 -isolante isolant ADJ f s 0.27 0.14 0.13 0.07 -isolateur isolateur NOM m s 0.00 0.14 0.00 0.07 -isolateurs isolateur ADJ m p 0.01 0.07 0.01 0.00 -isolation isolation NOM f s 1.02 0.34 1.02 0.20 -isolationnisme isolationnisme NOM m s 0.05 0.20 0.05 0.20 -isolationniste isolationniste ADJ f s 0.02 0.07 0.02 0.07 -isolations isolation NOM f p 1.02 0.34 0.00 0.14 -isole isoler VER 14.10 23.45 1.36 1.96 imp:pre:2s;ind:pre:1s;ind:pre:3s; -isolement isolement NOM m s 5.63 7.97 5.63 7.91 -isolements isolement NOM m p 5.63 7.97 0.00 0.07 -isolent isoler VER 14.10 23.45 0.46 0.47 ind:pre:3p; -isoler isoler VER 14.10 23.45 4.62 5.74 inf; -isolera isoler VER 14.10 23.45 0.03 0.00 ind:fut:3s; -isoleraient isoler VER 14.10 23.45 0.00 0.14 cnd:pre:3p; -isolerait isoler VER 14.10 23.45 0.01 0.27 cnd:pre:3s; -isoleront isoler VER 14.10 23.45 0.02 0.00 ind:fut:3p; -isolez isoler VER 14.10 23.45 0.65 0.00 imp:pre:2p;ind:pre:2p; -isoliez isoler VER 14.10 23.45 0.00 0.07 ind:imp:2p; -isolions isoler VER 14.10 23.45 0.03 0.00 ind:imp:1p; -isoloir isoloir NOM m s 0.75 0.14 0.58 0.14 -isoloirs isoloir NOM m p 0.75 0.14 0.16 0.00 -isolèrent isoler VER 14.10 23.45 0.00 0.20 ind:pas:3p; -isolé isolé ADJ m s 8.17 14.80 4.08 4.46 -isolée isolé ADJ f s 8.17 14.80 1.98 4.12 -isolées isoler VER f p 14.10 23.45 0.35 1.01 par:pas; -isolément isolément ADV 0.14 1.28 0.14 1.28 -isolés isolé ADJ m p 8.17 14.80 1.79 4.66 -isomère isomère ADJ f s 0.25 0.00 0.25 0.00 -isométrique isométrique ADJ f s 0.02 0.00 0.02 0.00 -isoniazide isoniazide NOM m s 0.01 0.00 0.01 0.00 -isorel isorel NOM m s 0.00 0.14 0.00 0.14 -isotherme isotherme ADJ m s 0.11 0.00 0.11 0.00 -isothermique isothermique ADJ f s 0.01 0.00 0.01 0.00 -isotonique isotonique ADJ f s 0.10 0.00 0.10 0.00 -isotope isotope NOM m s 0.64 0.00 0.37 0.00 -isotopes isotope NOM m p 0.64 0.00 0.26 0.00 -isotopique isotopique ADJ f s 0.04 0.00 0.04 0.00 -israélien israélien ADJ m s 5.63 0.54 2.22 0.47 -israélienne israélien ADJ f s 5.63 0.54 1.54 0.07 -israéliennes israélien ADJ f p 5.63 0.54 0.15 0.00 -israéliens israélien NOM m p 4.49 1.08 4.00 0.74 -israélite israélite ADJ s 0.70 0.81 0.57 0.41 -israélites israélite NOM p 0.41 0.68 0.39 0.54 -israélo_arabe israélo_arabe ADJ f s 0.01 0.00 0.01 0.00 -israélo_syrien israélo_syrien ADJ f s 0.14 0.00 0.14 0.00 -issu issu ADJ m s 5.24 8.51 2.10 3.58 -issue issue NOM f s 16.52 22.70 13.70 19.26 -issues issue NOM f p 16.52 22.70 2.82 3.45 -issus issu ADJ m p 5.24 8.51 1.29 2.16 -isthme isthme NOM m s 0.19 0.61 0.19 0.54 -isthmes isthme NOM m p 0.19 0.61 0.00 0.07 -isthmique isthmique ADJ f s 0.01 0.00 0.01 0.00 -italianisme italianisme NOM m s 0.00 0.14 0.00 0.14 -italiano italiano NOM m s 0.24 0.07 0.24 0.07 -italien italien ADJ m s 26.66 35.74 13.01 13.51 -italienne italien ADJ f s 26.66 35.74 7.56 11.62 -italiennes italien ADJ f p 26.66 35.74 1.54 4.05 -italiens italien NOM m p 23.24 27.57 9.07 9.73 -italique italique ADJ m s 0.14 0.68 0.12 0.07 -italiques italique ADJ f p 0.14 0.68 0.02 0.61 -italo_allemand italo_allemand ADJ f s 0.00 0.20 0.00 0.07 -italo_allemand italo_allemand ADJ f p 0.00 0.20 0.00 0.14 -italo_américain italo_américain ADJ m s 0.20 0.00 0.15 0.00 -italo_américain italo_américain ADJ f s 0.20 0.00 0.04 0.00 -italo_brésilien italo_brésilien ADJ m s 0.00 0.07 0.00 0.07 -italo_français italo_français ADJ m 0.00 0.14 0.00 0.07 -italo_français italo_français ADJ f p 0.00 0.14 0.00 0.07 -italo_irlandais italo_irlandais ADJ m 0.01 0.00 0.01 0.00 -italo_polonais italo_polonais ADJ m 0.00 0.07 0.00 0.07 -italo_égyptien italo_égyptien ADJ m s 0.00 0.07 0.00 0.07 -ite_missa_est ite_missa_est NOM m 0.00 0.14 0.00 0.14 -item item NOM m s 0.09 1.49 0.09 1.49 -ithos ithos NOM m 0.00 0.07 0.00 0.07 -ithyphallique ithyphallique ADJ m s 0.00 0.14 0.00 0.14 -itinéraire itinéraire NOM m s 4.18 10.47 3.25 8.45 -itinéraires itinéraire NOM m p 4.18 10.47 0.93 2.03 -itinérant itinérant ADJ m s 0.51 0.74 0.39 0.20 -itinérante itinérant ADJ f s 0.51 0.74 0.06 0.27 -itinérantes itinérant ADJ f p 0.51 0.74 0.01 0.07 -itinérants itinérant NOM m p 0.20 0.00 0.20 0.00 -itou itou ADV 0.30 1.82 0.30 1.82 -iules iule NOM m p 0.00 0.07 0.00 0.07 -ive ive NOM f s 0.81 0.68 0.01 0.68 -ives ive NOM f p 0.81 0.68 0.81 0.00 -ivoire ivoire NOM m s 1.98 8.38 1.96 7.84 -ivoires ivoire NOM m p 1.98 8.38 0.02 0.54 -ivoirien ivoirien ADJ m s 0.00 0.14 0.00 0.14 -ivoirienne ivoirienne NOM f s 0.00 0.07 0.00 0.07 -ivoirin ivoirin ADJ m s 0.00 0.74 0.00 0.68 -ivoirine ivoirin NOM f s 0.00 0.41 0.00 0.27 -ivoirines ivoirin NOM f p 0.00 0.41 0.00 0.14 -ivoirins ivoirin ADJ m p 0.00 0.74 0.00 0.07 -ivraie ivraie NOM f s 0.21 0.68 0.21 0.68 -ivre ivre ADJ s 18.32 27.70 16.59 21.76 -ivres ivre ADJ p 18.32 27.70 1.72 5.95 -ivresse ivresse NOM f s 3.56 18.11 3.29 17.50 -ivresses ivresse NOM f p 3.56 18.11 0.27 0.61 -ivrognait ivrogner VER 0.00 0.20 0.00 0.07 ind:imp:3s; -ivrognasse ivrogner VER 0.00 0.20 0.00 0.07 sub:imp:1s; -ivrogne ivrogne NOM s 10.60 13.92 7.81 8.72 -ivrogner ivrogner VER 0.00 0.20 0.00 0.07 inf; -ivrognerie ivrognerie NOM f s 0.21 0.88 0.21 0.88 -ivrognes ivrogne NOM p 10.60 13.92 2.79 5.20 -ivrognesse ivrognesse NOM f s 0.01 0.07 0.01 0.07 -ixe ixer VER 0.00 0.34 0.00 0.34 ind:pre:3s; -ixième ixième ADJ f s 0.00 0.07 0.00 0.07 -j j PRO:per s 3.16 0.88 3.16 0.88 -jaïnistes jaïniste NOM p 0.00 0.07 0.00 0.07 -jabadao jabadao NOM m s 0.00 0.20 0.00 0.20 -jabot jabot NOM m s 0.16 2.16 0.15 1.89 -jaboter jaboter VER 0.00 0.07 0.00 0.07 inf; -jabots jabot NOM m p 0.16 2.16 0.01 0.27 -jacarandas jacaranda NOM m p 0.00 0.20 0.00 0.20 -jacassaient jacasser VER 1.58 2.09 0.01 0.47 ind:imp:3p; -jacassais jacasser VER 1.58 2.09 0.01 0.00 ind:imp:1s; -jacassait jacasser VER 1.58 2.09 0.04 0.20 ind:imp:3s; -jacassant jacasser VER 1.58 2.09 0.03 0.41 par:pre; -jacassante jacassant ADJ f s 0.00 0.61 0.00 0.14 -jacassantes jacassant ADJ f p 0.00 0.61 0.00 0.27 -jacassants jacassant ADJ m p 0.00 0.61 0.00 0.07 -jacasse jacasser VER 1.58 2.09 0.33 0.20 ind:pre:1s;ind:pre:3s; -jacassement jacassement NOM m s 0.06 0.81 0.03 0.47 -jacassements jacassement NOM m p 0.06 0.81 0.04 0.34 -jacassent jacasser VER 1.58 2.09 0.13 0.07 ind:pre:3p; -jacasser jacasser VER 1.58 2.09 0.91 0.61 inf; -jacasseraient jacasser VER 1.58 2.09 0.00 0.07 cnd:pre:3p; -jacasserie jacasserie NOM f s 0.04 0.34 0.00 0.07 -jacasseries jacasserie NOM f p 0.04 0.34 0.04 0.27 -jacasses jacasser VER 1.58 2.09 0.05 0.00 ind:pre:2s; -jacasseur jacasseur NOM m s 0.04 0.07 0.03 0.00 -jacasseurs jacasseur NOM m p 0.04 0.07 0.00 0.07 -jacasseuse jacasseur NOM f s 0.04 0.07 0.01 0.00 -jacassez jacasser VER 1.58 2.09 0.04 0.00 imp:pre:2p;ind:pre:2p; -jacassiers jacassier NOM m p 0.00 0.20 0.00 0.07 -jacassiez jacasser VER 1.58 2.09 0.00 0.07 ind:imp:2p; -jacassière jacassier NOM f s 0.00 0.20 0.00 0.14 -jacassé jacasser VER m s 1.58 2.09 0.03 0.00 par:pas; -jachère jachère NOM f s 0.12 0.88 0.12 0.74 -jachères jachère NOM f p 0.12 0.88 0.00 0.14 -jacinthe jacinthe NOM f s 0.15 1.28 0.01 0.54 -jacinthes jacinthe NOM f p 0.15 1.28 0.14 0.74 -jack jack NOM m s 2.26 0.07 1.86 0.07 -jacket jacket NOM f s 0.23 0.14 0.04 0.07 -jackets jacket NOM f p 0.23 0.14 0.19 0.07 -jackpot jackpot NOM m s 1.96 0.27 1.96 0.27 -jacks jack NOM m p 2.26 0.07 0.40 0.00 -jacob jacob NOM m s 0.09 0.20 0.09 0.20 -jacobin jacobin ADJ m s 0.11 0.14 0.10 0.00 -jacobine jacobin ADJ f s 0.11 0.14 0.00 0.14 -jacobins jacobin ADJ m p 0.11 0.14 0.01 0.00 -jacobite jacobite ADJ m s 0.07 0.20 0.05 0.20 -jacobites jacobite NOM p 0.18 0.14 0.14 0.14 -jacobées jacobée NOM f p 0.00 0.07 0.00 0.07 -jacot jacot NOM m s 0.00 0.41 0.00 0.41 -jacquard jacquard NOM m s 0.11 1.28 0.11 1.28 -jacqueline jacqueline NOM f s 0.01 0.00 0.01 0.00 -jacquemart jacquemart NOM m s 0.00 0.20 0.00 0.07 -jacquemarts jacquemart NOM m p 0.00 0.20 0.00 0.14 -jacqueries jacquerie NOM f p 0.00 0.14 0.00 0.14 -jacques jacques NOM m 3.12 4.73 3.12 4.73 -jacquet jacquet NOM m s 0.25 2.57 0.25 2.57 -jacquier jacquier NOM m s 0.00 0.68 0.00 0.68 -jacquot jacquot NOM m s 0.01 0.00 0.01 0.00 -jactais jacter VER 0.36 9.53 0.00 0.07 ind:imp:1s; -jactait jacter VER 0.36 9.53 0.00 1.01 ind:imp:3s; -jactance jactance NOM f s 0.40 3.85 0.40 3.85 -jactancier jactancier ADJ m s 0.00 0.07 0.00 0.07 -jactant jacter VER 0.36 9.53 0.00 0.14 par:pre; -jacte jacter VER 0.36 9.53 0.17 2.57 imp:pre:2s;ind:pre:1s;ind:pre:3s; -jactent jacter VER 0.36 9.53 0.00 0.34 ind:pre:3p; -jacter jacter VER 0.36 9.53 0.14 3.92 inf; -jacteraient jacter VER 0.36 9.53 0.00 0.07 cnd:pre:3p; -jacterais jacter VER 0.36 9.53 0.01 0.00 cnd:pre:2s; -jactes jacter VER 0.36 9.53 0.01 0.20 ind:pre:2s; -jacteur jacteur NOM m s 0.00 0.14 0.00 0.14 -jactez jacter VER 0.36 9.53 0.01 0.14 imp:pre:2p;ind:pre:2p; -jactions jacter VER 0.36 9.53 0.00 0.07 ind:imp:1p; -jacté jacter VER m s 0.36 9.53 0.02 1.01 par:pas; -jaculatoire jaculatoire ADJ f s 0.00 0.07 0.00 0.07 -jacuzzi jacuzzi NOM m s 3.46 0.14 3.32 0.07 -jacuzzis jacuzzi NOM m p 3.46 0.14 0.14 0.07 -jade jade NOM m s 0.66 3.51 0.63 3.38 -jades jade NOM m p 0.66 3.51 0.03 0.14 -jadis jadis ADV 11.55 52.30 11.55 52.30 -jaffa jaffer VER 5.41 0.20 0.79 0.00 ind:pas:3s; -jaffas jaffer VER 5.41 0.20 4.57 0.00 ind:pas:2s; -jaffe jaffe NOM f s 0.17 0.74 0.17 0.74 -jaffer jaffer VER 5.41 0.20 0.05 0.20 inf; -jaguar jaguar NOM m s 0.91 0.61 0.65 0.41 -jaguarondi jaguarondi NOM m s 0.01 0.00 0.01 0.00 -jaguars jaguar NOM m p 0.91 0.61 0.27 0.20 -jaillît jaillir VER 5.79 43.24 0.00 0.07 sub:imp:3s; -jailli jaillir VER m s 5.79 43.24 0.69 5.47 par:pas; -jaillie jaillir VER f s 5.79 43.24 0.05 1.01 par:pas; -jaillies jaillir VER f p 5.79 43.24 0.00 0.68 par:pas; -jaillir jaillir VER 5.79 43.24 2.03 9.73 inf; -jaillira jaillir VER 5.79 43.24 0.34 0.27 ind:fut:3s; -jailliraient jaillir VER 5.79 43.24 0.00 0.07 cnd:pre:3p; -jaillirait jaillir VER 5.79 43.24 0.01 0.27 cnd:pre:3s; -jaillirent jaillir VER 5.79 43.24 0.06 1.42 ind:pas:3p; -jailliront jaillir VER 5.79 43.24 0.03 0.07 ind:fut:3p; -jaillis jaillir VER m p 5.79 43.24 0.15 1.28 ind:pre:1s;ind:pre:2s;par:pas; -jaillissaient jaillir VER 5.79 43.24 0.07 2.57 ind:imp:3p; -jaillissait jaillir VER 5.79 43.24 0.17 3.85 ind:imp:3s; -jaillissant jaillir VER 5.79 43.24 0.17 2.03 par:pre; -jaillissante jaillissant ADJ f s 0.02 1.69 0.01 0.74 -jaillissantes jaillissant ADJ f p 0.02 1.69 0.01 0.14 -jaillissants jaillissant ADJ m p 0.02 1.69 0.00 0.07 -jaillisse jaillir VER 5.79 43.24 0.08 0.41 sub:pre:3s; -jaillissement jaillissement NOM m s 0.25 1.82 0.25 1.49 -jaillissements jaillissement NOM m p 0.25 1.82 0.00 0.34 -jaillissent jaillir VER 5.79 43.24 0.53 3.99 ind:pre:3p; -jaillit jaillir VER 5.79 43.24 1.43 10.07 ind:pre:3s;ind:pas:3s; -jais jais NOM m 0.43 6.82 0.43 6.82 -jaja jaja NOM m s 0.20 0.61 0.20 0.61 -jalmince jalmince ADJ s 0.00 1.22 0.00 0.95 -jalminces jalmince ADJ p 0.00 1.22 0.00 0.27 -jalon jalon NOM m s 0.17 2.70 0.03 1.08 -jalonnaient jalonner VER 0.12 5.00 0.01 1.08 ind:imp:3p; -jalonnais jalonner VER 0.12 5.00 0.00 0.07 ind:imp:1s; -jalonnait jalonner VER 0.12 5.00 0.00 0.20 ind:imp:3s; -jalonnant jalonner VER 0.12 5.00 0.02 0.27 par:pre; -jalonne jalonner VER 0.12 5.00 0.01 0.07 ind:pre:1s;ind:pre:3s; -jalonnent jalonner VER 0.12 5.00 0.04 1.28 ind:pre:3p; -jalonner jalonner VER 0.12 5.00 0.00 0.20 inf; -jalonné jalonner VER m s 0.12 5.00 0.02 0.61 par:pas; -jalonnée jalonner VER f s 0.12 5.00 0.02 0.95 par:pas; -jalonnés jalonner VER m p 0.12 5.00 0.00 0.27 par:pas; -jalons jalon NOM m p 0.17 2.70 0.14 1.62 -jalousaient jalouser VER 0.93 2.09 0.02 0.20 ind:imp:3p; -jalousais jalouser VER 0.93 2.09 0.00 0.27 ind:imp:1s; -jalousait jalouser VER 0.93 2.09 0.01 0.54 ind:imp:3s; -jalousant jalouser VER 0.93 2.09 0.03 0.07 par:pre; -jalouse jalouse ADJ f s 14.80 9.05 14.20 7.84 -jalousement jalousement ADV 0.95 2.50 0.95 2.50 -jalousent jalouser VER 0.93 2.09 0.14 0.20 ind:pre:3p; -jalouser jalouser VER 0.93 2.09 0.01 0.20 inf; -jalouserais jalouser VER 0.93 2.09 0.02 0.00 cnd:pre:1s;cnd:pre:2s; -jalouses jalouse ADJ f p 14.80 9.05 0.60 1.22 -jalousie jalousie NOM f s 13.67 25.20 13.20 22.09 -jalousies jalousie NOM f p 13.67 25.20 0.47 3.11 -jalousé jalouser VER m s 0.93 2.09 0.04 0.14 par:pas; -jalousée jalouser VER f s 0.93 2.09 0.00 0.07 par:pas; -jaloux jaloux ADJ m 29.87 15.14 29.87 15.14 -jam_session jam_session NOM f s 0.16 0.00 0.14 0.00 -jam_session jam_session NOM f p 0.16 0.00 0.01 0.00 -jam jam NOM f s 0.05 0.07 0.05 0.07 -jamaïcain jamaïcain ADJ m s 0.27 0.20 0.14 0.20 -jamaïcaine jamaïcain ADJ f s 0.27 0.20 0.10 0.00 -jamaïcains jamaïcain NOM m p 0.19 0.00 0.09 0.00 -jamaïquain jamaïquain ADJ m s 0.05 0.07 0.05 0.00 -jamaïquains jamaïquain NOM m p 0.04 0.00 0.02 0.00 -jamais_vu jamais_vu NOM m 0.00 0.07 0.00 0.07 -jamais jamais ADV 1360.22 1122.97 1360.22 1122.97 -jambage jambage NOM m s 0.02 1.08 0.01 0.20 -jambages jambage NOM m p 0.02 1.08 0.01 0.88 -jambart jambart NOM m s 0.00 0.07 0.00 0.07 -jambe jambe NOM f s 113.80 220.95 46.31 49.93 -jambes jambe NOM f p 113.80 220.95 67.49 171.01 -jambier jambier NOM m s 0.01 0.00 0.01 0.00 -jambière jambière NOM f s 0.26 0.61 0.02 0.00 -jambières jambière NOM f p 0.26 0.61 0.23 0.61 -jambon jambon NOM m s 9.43 13.24 8.94 11.01 -jambonneau jambonneau NOM m s 0.04 1.01 0.00 0.68 -jambonneaux jambonneau NOM m p 0.04 1.01 0.04 0.34 -jambons jambon NOM m p 9.43 13.24 0.48 2.23 -jamboree jamboree NOM m s 0.09 0.07 0.09 0.07 -janissaire janissaire NOM m s 0.00 6.42 0.00 0.68 -janissaires janissaire NOM m p 0.00 6.42 0.00 5.74 -jans jan NOM m p 0.11 0.61 0.10 0.61 -jansénisme jansénisme NOM m s 0.00 0.54 0.00 0.54 -janséniste janséniste ADJ s 0.00 0.95 0.00 0.88 -jansénistes janséniste NOM p 0.00 0.74 0.00 0.27 -jante jante NOM f s 1.22 0.68 0.22 0.47 -jantes jante NOM f p 1.22 0.68 0.99 0.20 -janvier janvier NOM m 8.34 30.61 8.34 30.61 -jap jap NOM s 2.26 0.20 0.23 0.14 -japon japon NOM m s 0.20 0.27 0.20 0.20 -japonais japonais NOM m 13.23 12.64 10.99 11.49 -japonaise japonais ADJ f s 11.90 14.66 3.20 3.99 -japonaiserie japonaiserie NOM f s 0.00 0.07 0.00 0.07 -japonaises japonais ADJ f p 11.90 14.66 1.00 1.49 -japonerie japonerie NOM f s 0.00 0.14 0.00 0.07 -japoneries japonerie NOM f p 0.00 0.14 0.00 0.07 -japonisants japonisant NOM m p 0.00 0.07 0.00 0.07 -japoniser japoniser VER 0.01 0.00 0.01 0.00 inf; -japons japon NOM m p 0.20 0.27 0.00 0.07 -jappa japper VER 0.48 2.64 0.00 0.20 ind:pas:3s; -jappaient japper VER 0.48 2.64 0.00 0.07 ind:imp:3p; -jappait japper VER 0.48 2.64 0.02 0.34 ind:imp:3s; -jappant japper VER 0.48 2.64 0.01 0.34 par:pre; -jappe japper VER 0.48 2.64 0.34 0.61 imp:pre:2s;ind:pre:1s;ind:pre:3s; -jappement jappement NOM m s 0.07 2.03 0.04 0.88 -jappements jappement NOM m p 0.07 2.03 0.03 1.15 -jappent japper VER 0.48 2.64 0.00 0.14 ind:pre:3p; -japper japper VER 0.48 2.64 0.11 0.61 inf; -jappeur jappeur NOM m s 0.01 0.07 0.01 0.07 -jappèrent japper VER 0.48 2.64 0.00 0.07 ind:pas:3p; -jappé japper VER m s 0.48 2.64 0.00 0.27 par:pas; -japs jap NOM p 2.26 0.20 2.04 0.07 -jaquelin jaquelin NOM m s 0.00 0.20 0.00 0.20 -jaquemart jaquemart NOM m s 0.01 0.07 0.01 0.00 -jaquemarts jaquemart NOM m p 0.01 0.07 0.00 0.07 -jaquet jaquet NOM m s 0.00 0.14 0.00 0.14 -jaquette jaquette NOM f s 1.34 2.91 1.30 2.57 -jaquettes jaquette NOM f p 1.34 2.91 0.04 0.34 -jar jar NOM m s 0.12 0.07 0.12 0.07 -jardin jardin NOM m s 60.21 185.81 54.01 148.72 -jardinage jardinage NOM m s 1.65 2.03 1.65 2.03 -jardinait jardiner VER 1.01 0.68 0.01 0.14 ind:imp:3s; -jardinant jardiner VER 1.01 0.68 0.02 0.07 par:pre; -jardine jardiner VER 1.01 0.68 0.62 0.07 imp:pre:2s;ind:pre:1s;ind:pre:3s; -jardinent jardiner VER 1.01 0.68 0.01 0.07 ind:pre:3p; -jardiner jardiner VER 1.01 0.68 0.31 0.27 inf; -jardinerai jardiner VER 1.01 0.68 0.01 0.00 ind:fut:1s; -jardineras jardiner VER 1.01 0.68 0.00 0.07 ind:fut:2s; -jardinerie jardinerie NOM f s 0.04 0.07 0.04 0.07 -jardinet jardinet NOM m s 0.18 6.62 0.18 3.65 -jardinets jardinet NOM m p 0.18 6.62 0.00 2.97 -jardinier jardinier NOM m s 7.67 11.89 6.90 6.22 -jardiniers jardinier NOM m p 7.67 11.89 0.39 4.05 -jardinière jardinier NOM f s 7.67 11.89 0.38 1.35 -jardinières jardinière NOM f p 0.01 0.20 0.01 0.00 -jardins jardin NOM m p 60.21 185.81 6.20 37.09 -jardiné jardiner VER m s 1.01 0.68 0.03 0.00 par:pas; -jargon jargon NOM m s 1.91 4.32 1.90 4.26 -jargonnant jargonner VER 0.00 0.47 0.00 0.14 par:pre; -jargonne jargonner VER 0.00 0.47 0.00 0.14 ind:pre:3s; -jargonnent jargonner VER 0.00 0.47 0.00 0.07 ind:pre:3p; -jargonner jargonner VER 0.00 0.47 0.00 0.07 inf; -jargonné jargonner VER m s 0.00 0.47 0.00 0.07 par:pas; -jargons jargon NOM m p 1.91 4.32 0.01 0.07 -jarnicoton jarnicoton ONO 0.00 0.07 0.00 0.07 -jarre jarre NOM f s 1.25 3.92 1.17 1.49 -jarres jarre NOM f p 1.25 3.92 0.08 2.43 -jarret jarret NOM m s 1.31 3.92 1.16 1.28 -jarretelle jarretelle NOM f s 0.14 1.82 0.02 0.47 -jarretelles jarretelle NOM f p 0.14 1.82 0.12 1.35 -jarretière jarretière NOM f s 1.65 0.47 1.28 0.27 -jarretières jarretière NOM f p 1.65 0.47 0.38 0.20 -jarrets jarret NOM m p 1.31 3.92 0.15 2.64 -jars jars NOM m 0.09 0.74 0.09 0.74 -jas jas NOM m 0.03 0.07 0.03 0.07 -jasaient jaser VER 2.72 1.62 0.01 0.07 ind:imp:3p; -jasait jaser VER 2.72 1.62 0.00 0.20 ind:imp:3s; -jase jaser VER 2.72 1.62 0.51 0.41 imp:pre:2s;ind:pre:3s; -jasent jaser VER 2.72 1.62 0.47 0.00 ind:pre:3p; -jaser jaser VER 2.72 1.62 1.56 0.81 inf; -jaserait jaser VER 2.72 1.62 0.16 0.00 cnd:pre:3s; -jases jaser VER 2.72 1.62 0.00 0.07 ind:pre:2s; -jaseur jaseur NOM m s 0.00 0.20 0.00 0.20 -jasmin jasmin NOM m s 1.57 5.14 1.57 4.19 -jasmins jasmin NOM m p 1.57 5.14 0.00 0.95 -jaspaient jasper VER 0.11 0.27 0.00 0.07 ind:imp:3p; -jaspe jaspe NOM m s 0.00 0.27 0.00 0.27 -jasper jasper VER 0.11 0.27 0.11 0.00 inf; -jaspin jaspin NOM m s 0.00 0.07 0.00 0.07 -jaspinaient jaspiner VER 0.00 1.08 0.00 0.07 ind:imp:3p; -jaspinais jaspiner VER 0.00 1.08 0.00 0.07 ind:imp:1s; -jaspinait jaspiner VER 0.00 1.08 0.00 0.14 ind:imp:3s; -jaspine jaspiner VER 0.00 1.08 0.00 0.61 ind:pre:1s;ind:pre:3s; -jaspinent jaspiner VER 0.00 1.08 0.00 0.07 ind:pre:3p; -jaspiner jaspiner VER 0.00 1.08 0.00 0.07 inf; -jaspiné jaspiner VER m s 0.00 1.08 0.00 0.07 par:pas; -jaspé jasper VER m s 0.11 0.27 0.00 0.07 par:pas; -jaspées jasper VER f p 0.11 0.27 0.00 0.07 par:pas; -jaspés jasper VER m p 0.11 0.27 0.00 0.07 par:pas; -jasé jaser VER m s 2.72 1.62 0.01 0.07 par:pas; -jatte jatte NOM f s 0.18 0.81 0.18 0.41 -jattes jatte NOM f p 0.18 0.81 0.00 0.41 -jauge jauge NOM f s 1.44 0.54 1.25 0.47 -jaugea jauger VER 1.17 4.66 0.00 0.68 ind:pas:3s; -jaugeait jauger VER 1.17 4.66 0.01 1.01 ind:imp:3s; -jaugeant jauger VER 1.17 4.66 0.00 0.34 par:pre; -jaugent jauger VER 1.17 4.66 0.06 0.14 ind:pre:3p; -jauger jauger VER 1.17 4.66 0.64 0.88 inf; -jauges jauge NOM f p 1.44 0.54 0.18 0.07 -jaugez jauger VER 1.17 4.66 0.28 0.00 imp:pre:2p;ind:pre:2p; -jaugé jauger VER m s 1.17 4.66 0.00 0.41 par:pas; -jaugée jauger VER f s 1.17 4.66 0.01 0.27 par:pas; -jaugés jauger VER m p 1.17 4.66 0.01 0.07 par:pas; -jaunasse jaunasse ADJ s 0.00 0.34 0.00 0.14 -jaunasses jaunasse ADJ f p 0.00 0.34 0.00 0.20 -jaune_vert jaune_vert ADJ s 0.01 0.20 0.01 0.20 -jaune jaune ADJ s 21.09 109.86 15.48 75.81 -jaunes jaune ADJ p 21.09 109.86 5.62 34.05 -jaunets jaunet NOM m p 0.00 0.20 0.00 0.20 -jauni jaunir VER m s 0.92 8.31 0.50 1.55 par:pas; -jaunie jaunir VER f s 0.92 8.31 0.02 1.62 par:pas; -jaunies jauni ADJ f p 0.28 8.38 0.26 1.96 -jaunir jaunir VER 0.92 8.31 0.21 0.68 inf; -jaunira jaunir VER 0.92 8.31 0.00 0.07 ind:fut:3s; -jauniront jaunir VER 0.92 8.31 0.00 0.07 ind:fut:3p; -jaunis jauni ADJ m p 0.28 8.38 0.02 2.43 -jaunissaient jaunir VER 0.92 8.31 0.00 0.47 ind:imp:3p; -jaunissait jaunir VER 0.92 8.31 0.00 1.08 ind:imp:3s; -jaunissant jaunissant ADJ m s 0.16 0.68 0.16 0.00 -jaunissante jaunissant ADJ f s 0.16 0.68 0.00 0.14 -jaunissantes jaunissant ADJ f p 0.16 0.68 0.00 0.41 -jaunissants jaunissant ADJ m p 0.16 0.68 0.00 0.14 -jaunisse jaunisse NOM f s 0.51 0.41 0.51 0.34 -jaunissement jaunissement NOM m s 0.01 0.07 0.01 0.07 -jaunissent jaunir VER 0.92 8.31 0.02 0.27 ind:pre:3p; -jaunisses jaunisse NOM f p 0.51 0.41 0.00 0.07 -jaunit jaunir VER 0.92 8.31 0.14 0.54 ind:pre:3s;ind:pas:3s; -jaunâtre jaunâtre ADJ s 0.10 9.93 0.08 7.50 -jaunâtres jaunâtre ADJ p 0.10 9.93 0.02 2.43 -java java NOM f s 0.46 2.30 0.44 1.89 -javanais javanais ADJ m s 0.07 0.27 0.06 0.20 -javanaise javanais ADJ f s 0.07 0.27 0.01 0.00 -javanaises javanais ADJ f p 0.07 0.27 0.00 0.07 -javas java NOM f p 0.46 2.30 0.02 0.41 -javel javel NOM f s 1.33 3.45 1.33 3.45 -javeline javeline NOM f s 0.00 0.07 0.00 0.07 -javelle javelle NOM f s 0.01 0.34 0.01 0.00 -javelles javelle NOM f p 0.01 0.34 0.00 0.34 -javellise javelliser VER 0.02 0.34 0.00 0.07 ind:pre:3s; -javelliser javelliser VER 0.02 0.34 0.01 0.00 inf; -javellisé javelliser VER m s 0.02 0.34 0.00 0.07 par:pas; -javellisée javelliser VER f s 0.02 0.34 0.01 0.14 par:pas; -javellisées javelliser VER f p 0.02 0.34 0.00 0.07 par:pas; -javelot javelot NOM m s 0.71 1.35 0.44 0.95 -javelots javelot NOM m p 0.71 1.35 0.27 0.41 -javotte javotte NOM f s 0.00 0.07 0.00 0.07 -jazz_band jazz_band NOM m s 0.02 0.20 0.02 0.20 -jazz_rock jazz_rock NOM m 0.14 0.07 0.14 0.07 -jazz jazz NOM m 7.38 8.11 7.38 8.11 -jazzman jazzman NOM m s 0.34 0.20 0.27 0.14 -jazzmen jazzman NOM m p 0.34 0.20 0.07 0.07 -jazzy jazzy ADJ f 0.14 0.00 0.14 0.00 -je_m_en_fichiste je_m_en_fichiste ADJ f s 0.01 0.00 0.01 0.00 -je_m_en_foutisme je_m_en_foutisme NOM m s 0.01 0.14 0.01 0.14 -je_m_en_foutiste je_m_en_foutiste ADJ s 0.01 0.00 0.01 0.00 -je_m_en_foutiste je_m_en_foutiste NOM p 0.03 0.07 0.03 0.07 -je_ne_sais_quoi je_ne_sais_quoi NOM m 0.34 0.47 0.34 0.47 -je je PRO:per s 25983.20 10862.77 25983.20 10862.77 -jeûna jeûner VER 2.59 1.35 0.01 0.07 ind:pas:3s; -jeûnaient jeûner VER 2.59 1.35 0.00 0.14 ind:imp:3p; -jeûnait jeûner VER 2.59 1.35 0.00 0.07 ind:imp:3s; -jeûnant jeûner VER 2.59 1.35 0.03 0.07 par:pre; -jeûne jeûne NOM m s 1.84 4.46 1.62 3.72 -jeûnent jeûner VER 2.59 1.35 0.17 0.07 ind:pre:3p; -jeûner jeûner VER 2.59 1.35 1.10 0.61 inf; -jeûnerai jeûner VER 2.59 1.35 0.02 0.07 ind:fut:1s; -jeûnerait jeûner VER 2.59 1.35 0.00 0.07 cnd:pre:3s; -jeûneras jeûner VER 2.59 1.35 0.01 0.07 ind:fut:2s; -jeûnerons jeûner VER 2.59 1.35 0.01 0.00 ind:fut:1p; -jeûnes jeûner VER 2.59 1.35 0.32 0.00 ind:pre:2s; -jeûneurs jeûneur NOM m p 0.00 0.07 0.00 0.07 -jeûnez jeûner VER 2.59 1.35 0.16 0.00 imp:pre:2p;ind:pre:2p; -jeûné jeûner VER m s 2.59 1.35 0.33 0.07 par:pas; -jean_foutre jean_foutre NOM m 0.41 1.28 0.41 1.28 -jean_le_blanc jean_le_blanc NOM m 0.00 0.07 0.00 0.07 -jean jean NOM m s 6.55 10.20 3.62 6.96 -jeanneton jeanneton NOM f s 0.02 0.68 0.02 0.68 -jeannette jeannette NOM f s 0.27 0.20 0.02 0.20 -jeannettes jeannette NOM f p 0.27 0.20 0.25 0.00 -jeannot jeannot NOM m s 0.00 0.07 0.00 0.07 -jeans jean NOM m p 6.55 10.20 2.93 3.24 -jeep jeep NOM f s 4.65 2.97 4.18 2.16 -jeeps jeep NOM f p 4.65 2.97 0.47 0.81 -jellaba jellaba NOM f s 0.00 0.14 0.00 0.14 -jenny jenny NOM f s 0.12 9.32 0.12 9.32 -jerez jerez NOM m 0.67 0.68 0.67 0.68 -jerk jerk NOM m s 0.11 0.54 0.11 0.54 -jerrican jerrican NOM m s 0.37 0.20 0.34 0.07 -jerricane jerricane NOM m s 0.19 0.07 0.19 0.00 -jerricanes jerricane NOM m p 0.19 0.07 0.00 0.07 -jerricans jerrican NOM m p 0.37 0.20 0.04 0.14 -jerrycan jerrycan NOM m s 0.42 0.68 0.25 0.27 -jerrycans jerrycan NOM m p 0.42 0.68 0.18 0.41 -jersey jersey NOM m s 0.51 1.69 0.51 1.62 -jerseys jersey NOM m p 0.51 1.69 0.00 0.07 -jet_set jet_set NOM m s 0.42 0.07 0.42 0.07 -jet_stream jet_stream NOM m s 0.01 0.00 0.01 0.00 -jet_society jet_society NOM f s 0.00 0.07 0.00 0.07 -jet jet NOM m s 10.49 20.95 7.96 14.53 -jeta jeter VER 192.17 336.82 1.63 60.95 ind:pas:3s; -jetable jetable ADJ s 1.16 0.54 0.54 0.34 -jetables jetable ADJ p 1.16 0.54 0.62 0.20 -jetai jeter VER 192.17 336.82 0.26 6.89 ind:pas:1s; -jetaient jeter VER 192.17 336.82 0.96 9.26 ind:imp:3p; -jetais jeter VER 192.17 336.82 1.24 3.04 ind:imp:1s;ind:imp:2s; -jetait jeter VER 192.17 336.82 0.00 33.85 ind:imp:3s; -jetant jeter VER 192.17 336.82 1.53 22.30 par:pre; -jetas jeter VER 192.17 336.82 0.02 0.00 ind:pas:2s; -jeter jeter VER 192.17 336.82 59.27 61.89 inf;; -jeteur jeteur NOM m s 0.23 0.47 0.04 0.14 -jeteurs jeteur NOM m p 0.23 0.47 0.17 0.14 -jeteuse jeteur NOM f s 0.23 0.47 0.00 0.14 -jeteuses jeteur NOM f p 0.23 0.47 0.00 0.07 -jetez jeter VER 192.17 336.82 17.07 1.69 imp:pre:2p;ind:pre:2p; -jetiez jeter VER 192.17 336.82 0.29 0.27 ind:imp:2p; -jetions jeter VER 192.17 336.82 0.34 1.89 ind:imp:1p; -jetâmes jeter VER 192.17 336.82 0.01 0.20 ind:pas:1p; -jeton jeton NOM m s 10.27 10.27 2.88 4.32 -jetons jeton NOM m p 10.27 10.27 7.39 5.95 -jetât jeter VER 192.17 336.82 0.00 0.27 sub:imp:3s; -jets jet NOM m p 10.49 20.95 2.53 6.42 -jette jeter VER 192.17 336.82 43.48 45.34 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:1s;sub:pre:3s; -jettent jeter VER 192.17 336.82 3.44 6.89 ind:pre:3p;sub:pre:3p; -jettera jeter VER 192.17 336.82 2.10 1.01 ind:fut:3s; -jetterai jeter VER 192.17 336.82 2.38 0.61 ind:fut:1s; -jetteraient jeter VER 192.17 336.82 0.16 0.95 cnd:pre:3p; -jetterais jeter VER 192.17 336.82 1.02 0.34 cnd:pre:1s;cnd:pre:2s; -jetterait jeter VER 192.17 336.82 0.39 2.50 cnd:pre:3s; -jetteras jeter VER 192.17 336.82 0.31 0.14 ind:fut:2s; -jetterez jeter VER 192.17 336.82 0.09 0.20 ind:fut:2p; -jetteriez jeter VER 192.17 336.82 0.19 0.07 cnd:pre:2p; -jetterions jeter VER 192.17 336.82 0.00 0.14 cnd:pre:1p; -jetterons jeter VER 192.17 336.82 0.41 0.07 ind:fut:1p; -jetteront jeter VER 192.17 336.82 0.59 0.68 ind:fut:3p; -jettes jeter VER 192.17 336.82 4.77 0.47 ind:pre:2s;sub:pre:2s; -jetèrent jeter VER 192.17 336.82 0.29 3.72 ind:pas:3p; -jeté jeter VER m s 192.17 336.82 33.21 45.07 par:pas; -jetée jeter VER f s 192.17 336.82 9.01 13.38 par:pas; -jetées jeter VER f p 192.17 336.82 1.11 3.38 par:pas; -jetés jeter VER m p 192.17 336.82 3.73 8.72 par:pas; -jeu_concours jeu_concours NOM m 0.10 0.14 0.10 0.14 -jeu jeu NOM m s 190.44 173.31 156.79 130.68 -jeudi jeudi NOM m s 26.09 23.51 24.58 21.01 -jeudis jeudi NOM m p 26.09 23.51 1.51 2.50 -jeune_homme jeune_homme ADJ s 0.10 0.00 0.10 0.00 -jeune jeune ADJ s 297.01 569.19 234.90 432.64 -jeunement jeunement ADV 0.00 0.27 0.00 0.27 -jeunes jeune ADJ p 297.01 569.19 62.12 136.55 -jeunesse jeunesse NOM f s 28.71 85.14 27.21 83.24 -jeunesses jeunesse NOM f p 28.71 85.14 1.50 1.89 -jeunet jeunet NOM m s 0.11 0.00 0.11 0.00 -jeunets jeunet ADJ m p 0.13 0.68 0.00 0.07 -jeunette jeunette NOM f s 0.17 0.95 0.12 0.61 -jeunettes jeunette NOM f p 0.17 0.95 0.04 0.34 -jeunot jeunot NOM m s 1.56 3.11 0.94 1.22 -jeunots jeunot NOM m p 1.56 3.11 0.62 1.89 -jeux jeu NOM m p 190.44 173.31 33.65 42.64 -jigger jigger NOM m s 0.04 0.00 0.04 0.00 -jihad jihad NOM s 0.28 0.00 0.28 0.00 -jingle jingle NOM m s 1.14 0.07 0.88 0.07 -jingles jingle NOM m p 1.14 0.07 0.26 0.00 -jinjin jinjin NOM m s 0.00 0.27 0.00 0.27 -jiu_jitsu jiu_jitsu NOM m 0.35 0.14 0.35 0.14 -jivaro jivaro ADJ m s 0.00 0.14 0.00 0.14 -jà jà ADV 1.02 0.41 1.02 0.41 -joaillerie joaillerie NOM f s 0.07 0.47 0.07 0.47 -joaillier joaillier NOM m s 0.39 0.68 0.33 0.47 -joailliers joaillier NOM m p 0.39 0.68 0.06 0.20 -job job NOM m s 28.62 2.77 27.24 2.43 -jobard jobard NOM m s 0.46 0.47 0.41 0.14 -jobardes jobard ADJ f p 0.05 0.47 0.00 0.07 -jobardise jobardise NOM f s 0.00 0.20 0.00 0.20 -jobards jobard NOM m p 0.46 0.47 0.06 0.34 -jobs job NOM m p 28.62 2.77 1.38 0.34 -jociste jociste NOM s 0.00 0.41 0.00 0.34 -jocistes jociste NOM p 0.00 0.41 0.00 0.07 -jockey jockey NOM s 1.69 8.24 1.37 6.82 -jockeys jockey NOM p 1.69 8.24 0.33 1.42 -jocko jocko ADJ m s 0.17 0.00 0.17 0.00 -jocrisse jocrisse NOM m s 0.02 0.27 0.00 0.20 -jocrisses jocrisse NOM m p 0.02 0.27 0.02 0.07 -jodhpurs jodhpur NOM m p 0.04 0.07 0.04 0.07 -jodler jodler VER 0.23 0.00 0.23 0.00 inf; -jogger jogger NOM m s 0.34 0.07 0.25 0.07 -joggers jogger NOM m p 0.34 0.07 0.09 0.00 -joggeur joggeur NOM m s 0.26 0.00 0.07 0.00 -joggeurs joggeur NOM m p 0.26 0.00 0.16 0.00 -joggeuse joggeur NOM f s 0.26 0.00 0.03 0.00 -jogging jogging NOM m s 2.21 1.28 2.20 1.22 -joggings jogging NOM m p 2.21 1.28 0.01 0.07 -johannisberg johannisberg NOM m s 0.00 0.07 0.00 0.07 -joice joice ADJ s 0.01 0.95 0.01 0.81 -joices joice ADJ p 0.01 0.95 0.00 0.14 -joie joie NOM f s 75.09 150.20 71.07 134.12 -joies joie NOM f p 75.09 150.20 4.03 16.08 -joignîmes joindre VER 46.37 32.70 0.00 0.07 ind:pas:1p; -joignable joignable ADJ m s 0.60 0.07 0.60 0.07 -joignaient joindre VER 46.37 32.70 0.10 1.28 ind:imp:3p; -joignais joindre VER 46.37 32.70 0.07 0.20 ind:imp:1s;ind:imp:2s; -joignait joindre VER 46.37 32.70 0.22 1.89 ind:imp:3s; -joignant joindre VER 46.37 32.70 0.45 2.03 par:pre; -joigne joindre VER 46.37 32.70 0.72 0.20 sub:pre:1s;sub:pre:3s; -joignent joindre VER 46.37 32.70 0.69 0.61 ind:pre:3p; -joignes joindre VER 46.37 32.70 0.19 0.00 sub:pre:2s; -joignez joindre VER 46.37 32.70 2.71 0.20 imp:pre:2p;ind:pre:2p; -joigniez joindre VER 46.37 32.70 0.28 0.00 ind:imp:2p; -joignions joindre VER 46.37 32.70 0.15 0.07 ind:imp:1p; -joignirent joindre VER 46.37 32.70 0.01 0.68 ind:pas:3p; -joignis joindre VER 46.37 32.70 0.00 0.27 ind:pas:1s; -joignissent joindre VER 46.37 32.70 0.00 0.07 sub:imp:3p; -joignit joindre VER 46.37 32.70 0.07 2.77 ind:pas:3s; -joignons joindre VER 46.37 32.70 0.46 0.14 imp:pre:1p;ind:pre:1p; -joindra joindre VER 46.37 32.70 0.38 0.14 ind:fut:3s; -joindrai joindre VER 46.37 32.70 0.11 0.00 ind:fut:1s; -joindraient joindre VER 46.37 32.70 0.01 0.14 cnd:pre:3p; -joindrais joindre VER 46.37 32.70 0.09 0.07 cnd:pre:1s;cnd:pre:2s; -joindrait joindre VER 46.37 32.70 0.02 0.07 cnd:pre:3s; -joindras joindre VER 46.37 32.70 0.07 0.00 ind:fut:2s; -joindre joindre VER 46.37 32.70 32.91 14.19 inf;; -joindrez joindre VER 46.37 32.70 0.26 0.00 ind:fut:2p; -joindriez joindre VER 46.37 32.70 0.12 0.00 cnd:pre:2p; -joindrons joindre VER 46.37 32.70 0.01 0.00 ind:fut:1p; -joindront joindre VER 46.37 32.70 0.37 0.07 ind:fut:3p; -joins joindre VER 46.37 32.70 3.00 0.34 imp:pre:2s;ind:pre:1s;ind:pre:2s; -joint_venture joint_venture NOM f s 0.16 0.00 0.16 0.00 -joint joint NOM m s 8.38 6.62 5.78 4.53 -jointe joint ADJ f s 2.80 15.00 0.43 2.09 -jointes joint ADJ f p 2.80 15.00 0.60 7.64 -jointif jointif ADJ m s 0.02 0.27 0.00 0.14 -jointifs jointif ADJ m p 0.02 0.27 0.01 0.07 -jointives jointif ADJ f p 0.02 0.27 0.01 0.07 -jointoyaient jointoyer VER 0.00 0.07 0.00 0.07 ind:imp:3p; -joints joint NOM m p 8.38 6.62 2.61 2.09 -jointée jointé ADJ f s 0.00 0.07 0.00 0.07 -jointure jointure NOM f s 0.52 4.05 0.22 1.28 -jointures jointure NOM f p 0.52 4.05 0.29 2.77 -jointés jointer VER m p 0.01 0.07 0.00 0.07 par:pas; -jojo jojo ADJ s 1.40 1.15 1.37 1.08 -jojoba jojoba NOM m s 0.03 0.00 0.03 0.00 -jojos jojo ADJ m p 1.40 1.15 0.03 0.07 -jokari jokari NOM m s 0.00 0.07 0.00 0.07 -joker joker NOM m s 3.54 0.14 3.44 0.14 -jokers joker NOM m p 3.54 0.14 0.10 0.00 -joli_coeur joli_coeur ADJ m s 0.01 0.00 0.01 0.00 -joli_joli joli_joli ADJ m s 0.26 0.41 0.26 0.41 -joli joli ADJ m s 226.45 120.00 94.55 44.53 -jolibois jolibois NOM m 0.00 0.14 0.00 0.14 -jolie joli ADJ f s 226.45 120.00 101.54 51.76 -jolies joli ADJ f p 226.45 120.00 20.99 15.68 -joliesse joliesse NOM f s 0.03 0.54 0.02 0.41 -joliesses joliesse NOM f p 0.03 0.54 0.01 0.14 -joliet joliet ADJ m s 0.01 0.14 0.01 0.00 -joliette joliet ADJ f s 0.01 0.14 0.00 0.14 -joliment joliment ADV 2.19 5.41 2.19 5.41 -jolis joli ADJ m p 226.45 120.00 9.37 8.04 -jonc jonc NOM m s 0.24 7.09 0.19 1.89 -joncaille joncaille NOM f s 0.00 0.41 0.00 0.41 -jonchaie jonchaie NOM f s 0.00 0.20 0.00 0.14 -jonchaient joncher VER 0.67 9.39 0.01 2.30 ind:imp:3p; -jonchaies jonchaie NOM f p 0.00 0.20 0.00 0.07 -jonchait joncher VER 0.67 9.39 0.01 0.07 ind:imp:3s; -jonchant joncher VER 0.67 9.39 0.01 0.95 par:pre; -jonchent joncher VER 0.67 9.39 0.20 1.01 ind:pre:3p; -joncher joncher VER 0.67 9.39 0.11 0.07 inf; -joncheraies joncheraie NOM f p 0.00 0.07 0.00 0.07 -jonchet jonchet NOM m s 0.00 0.95 0.00 0.27 -jonchets jonchet NOM m p 0.00 0.95 0.00 0.68 -jonchère jonchère NOM f s 0.00 0.14 0.00 0.14 -jonché joncher VER m s 0.67 9.39 0.09 2.77 par:pas; -jonchée joncher VER f s 0.67 9.39 0.22 1.28 par:pas; -jonchées joncher VER f p 0.67 9.39 0.02 0.41 par:pas; -jonchés joncher VER m p 0.67 9.39 0.01 0.54 par:pas; -joncs jonc NOM m p 0.24 7.09 0.05 5.20 -jonction jonction NOM f s 0.60 1.96 0.50 1.89 -jonctions jonction NOM f p 0.60 1.96 0.10 0.07 -jonglage jonglage NOM m s 0.03 0.00 0.03 0.00 -jonglaient jongler VER 2.13 3.85 0.00 0.14 ind:imp:3p; -jonglais jongler VER 2.13 3.85 0.04 0.20 ind:imp:1s;ind:imp:2s; -jonglait jongler VER 2.13 3.85 0.04 0.47 ind:imp:3s; -jonglant jongler VER 2.13 3.85 0.05 0.61 par:pre; -jongle jongler VER 2.13 3.85 0.54 0.41 imp:pre:2s;ind:pre:1s;ind:pre:3s; -jonglent jongler VER 2.13 3.85 0.03 0.07 ind:pre:3p; -jongler jongler VER 2.13 3.85 0.83 1.82 inf; -jonglera jongler VER 2.13 3.85 0.03 0.00 ind:fut:3s; -jonglerie jonglerie NOM f s 0.02 0.20 0.02 0.14 -jongleries jonglerie NOM f p 0.02 0.20 0.00 0.07 -jongles jongler VER 2.13 3.85 0.20 0.00 ind:pre:2s; -jongleur jongleur NOM m s 0.58 2.23 0.46 0.74 -jongleurs jongleur NOM m p 0.58 2.23 0.12 1.22 -jongleuse jongleur NOM f s 0.58 2.23 0.00 0.14 -jongleuses jongleur NOM f p 0.58 2.23 0.00 0.14 -jonglez jongler VER 2.13 3.85 0.20 0.00 imp:pre:2p;ind:pre:2p; -jonglé jongler VER m s 2.13 3.85 0.16 0.14 par:pas; -jonkheer jonkheer NOM m s 0.34 0.00 0.34 0.00 -jonque jonque NOM f s 0.34 1.42 0.33 0.74 -jonques jonque NOM f p 0.34 1.42 0.02 0.68 -jonquille jonquille NOM f s 0.39 0.81 0.04 0.07 -jonquilles jonquille NOM f p 0.39 0.81 0.35 0.74 -jordanienne jordanien ADJ f s 0.01 0.07 0.01 0.00 -jordaniens jordanien NOM m p 0.03 0.00 0.03 0.00 -jordonner jordonner VER 0.00 0.07 0.00 0.07 inf; -joseph joseph NOM m s 0.17 1.08 0.17 1.08 -joua jouer VER 570.12 337.23 0.80 5.61 ind:pas:3s; -jouable jouable ADJ m s 0.46 0.07 0.46 0.07 -jouai jouer VER 570.12 337.23 0.13 1.01 ind:pas:1s; -jouaient jouer VER 570.12 337.23 3.86 20.00 ind:imp:3p; -jouais jouer VER 570.12 337.23 12.89 5.95 ind:imp:1s;ind:imp:2s; -jouait jouer VER 570.12 337.23 21.59 49.93 ind:imp:3s; -jouant jouer VER 570.12 337.23 5.66 19.19 par:pre; -jouasse jouasse ADJ m s 0.02 1.22 0.02 1.01 -jouasses jouasse ADJ p 0.02 1.22 0.00 0.20 -joubarbe joubarbe NOM f s 0.00 0.07 0.00 0.07 -joue jouer VER 570.12 337.23 122.88 40.47 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -jouent jouer VER 570.12 337.23 16.41 14.59 ind:pre:3p; -jouer jouer VER 570.12 337.23 225.84 121.82 inf;; -jouera jouer VER 570.12 337.23 5.56 1.89 ind:fut:3s; -jouerai jouer VER 570.12 337.23 4.22 0.41 ind:fut:1s; -joueraient jouer VER 570.12 337.23 0.24 0.41 cnd:pre:3p; -jouerais jouer VER 570.12 337.23 1.54 0.47 cnd:pre:1s;cnd:pre:2s; -jouerait jouer VER 570.12 337.23 1.24 3.04 cnd:pre:3s; -joueras jouer VER 570.12 337.23 2.30 0.47 ind:fut:2s; -jouerez jouer VER 570.12 337.23 0.98 0.34 ind:fut:2p; -joueriez jouer VER 570.12 337.23 0.22 0.07 cnd:pre:2p; -jouerions jouer VER 570.12 337.23 0.01 0.07 cnd:pre:1p; -jouerons jouer VER 570.12 337.23 0.54 0.41 ind:fut:1p; -joueront jouer VER 570.12 337.23 0.74 0.47 ind:fut:3p; -joues jouer VER 570.12 337.23 33.70 2.50 ind:pre:2s;sub:pre:2s; -jouet jouet NOM m s 25.50 21.01 11.82 7.03 -jouets jouet NOM m p 25.50 21.01 13.68 13.99 -joueur joueur NOM m s 28.32 19.86 17.22 9.05 -joueurs joueur NOM m p 28.32 19.86 9.95 9.53 -joueuse joueur NOM f s 28.32 19.86 1.15 0.74 -joueuses joueuse NOM f p 0.14 0.00 0.14 0.00 -jouez jouer VER 570.12 337.23 24.66 3.18 imp:pre:2p;ind:pre:2p; -joufflu joufflu NOM m s 0.47 0.20 0.46 0.20 -joufflue joufflu ADJ f s 0.31 2.36 0.16 0.34 -joufflues joufflu ADJ f p 0.31 2.36 0.01 0.20 -joufflus joufflu ADJ m p 0.31 2.36 0.02 0.41 -joug joug NOM m s 2.48 2.50 2.47 2.36 -jougs joug NOM m p 2.48 2.50 0.01 0.14 -joui jouir VER m s 22.06 39.19 3.33 3.65 par:pas; -jouiez jouer VER 570.12 337.23 2.11 0.41 ind:imp:2p; -jouions jouer VER 570.12 337.23 1.44 1.42 ind:imp:1p; -jouir jouir VER 22.06 39.19 10.42 15.68 inf; -jouira jouir VER 22.06 39.19 0.32 0.34 ind:fut:3s; -jouirai jouir VER 22.06 39.19 0.02 0.07 ind:fut:1s; -jouiraient jouir VER 22.06 39.19 0.01 0.07 cnd:pre:3p; -jouirait jouir VER 22.06 39.19 0.00 0.14 cnd:pre:3s; -jouiras jouir VER 22.06 39.19 0.07 0.07 ind:fut:2s; -jouirent jouir VER 22.06 39.19 0.00 0.14 ind:pas:3p; -jouirions jouir VER 22.06 39.19 0.00 0.07 cnd:pre:1p; -jouirons jouir VER 22.06 39.19 0.02 0.07 ind:fut:1p; -jouis jouir VER m p 22.06 39.19 2.65 1.76 imp:pre:2s;ind:pre:1s;ind:pre:2s;par:pas; -jouissaient jouir VER 22.06 39.19 0.14 1.28 ind:imp:3p; -jouissais jouir VER 22.06 39.19 0.21 1.49 ind:imp:1s;ind:imp:2s; -jouissait jouir VER 22.06 39.19 0.33 5.61 ind:imp:3s; -jouissance jouissance NOM f s 1.96 14.19 1.82 12.36 -jouissances jouissance NOM f p 1.96 14.19 0.14 1.82 -jouissant jouir VER 22.06 39.19 0.05 1.42 par:pre; -jouissants jouissant ADJ m p 0.00 0.07 0.00 0.07 -jouisse jouir VER 22.06 39.19 0.33 0.54 sub:pre:1s;sub:pre:3s; -jouissent jouir VER 22.06 39.19 0.69 1.22 ind:pre:3p; -jouisses jouir VER 22.06 39.19 0.34 0.07 sub:pre:2s; -jouisseur jouisseur ADJ m s 0.01 0.68 0.01 0.41 -jouisseurs jouisseur NOM m p 0.01 0.81 0.00 0.34 -jouisseuse jouisseur NOM f s 0.01 0.81 0.01 0.07 -jouissez jouir VER 22.06 39.19 0.28 0.41 imp:pre:2p;ind:pre:2p; -jouissif jouissif ADJ m s 0.16 1.15 0.14 0.74 -jouissifs jouissif ADJ m p 0.16 1.15 0.00 0.14 -jouissions jouir VER 22.06 39.19 0.04 0.41 ind:imp:1p; -jouissive jouissif ADJ f s 0.16 1.15 0.01 0.14 -jouissives jouissif ADJ f p 0.16 1.15 0.00 0.14 -jouissons jouir VER 22.06 39.19 0.82 0.41 imp:pre:1p;ind:pre:1p; -jouit jouir VER 22.06 39.19 1.99 4.32 ind:pre:3s;ind:pas:3s; -joujou joujou NOM m s 1.63 1.49 1.63 1.49 -joujoux joujoux NOM m p 0.82 0.88 0.82 0.88 -joules joule NOM m p 0.22 0.07 0.22 0.07 -jouâmes jouer VER 570.12 337.23 0.01 0.34 ind:pas:1p; -jouons jouer VER 570.12 337.23 7.81 2.57 imp:pre:1p;ind:pre:1p; -jouât jouer VER 570.12 337.23 0.00 0.81 sub:imp:3s; -jour jour NOM m s 1061.92 1341.76 635.22 826.35 -journal journal NOM m s 110.80 197.70 72.50 124.32 -journaleuse journaleux NOM f s 0.12 0.74 0.00 0.14 -journaleux journaleux NOM m 0.12 0.74 0.12 0.61 -journalier journalier ADJ m s 1.02 2.16 0.52 0.88 -journaliers journalier ADJ m p 1.02 2.16 0.18 0.20 -journalisme journalisme NOM m s 3.25 3.51 3.25 3.51 -journaliste journaliste NOM s 35.29 30.34 24.26 15.95 -journalistes journaliste NOM p 35.29 30.34 11.03 14.39 -journalistique journalistique ADJ s 0.63 0.68 0.57 0.34 -journalistiques journalistique ADJ p 0.63 0.68 0.07 0.34 -journalière journalier ADJ f s 1.02 2.16 0.30 0.68 -journalières journalière NOM f p 0.10 0.00 0.10 0.00 -journaux journal NOM m p 110.80 197.70 38.30 73.38 -journellement journellement ADV 0.15 0.88 0.15 0.88 -journée journée NOM f s 174.89 179.39 165.35 140.74 -journées journée NOM f p 174.89 179.39 9.54 38.65 -jours jour NOM m p 1061.92 1341.76 426.70 515.41 -joute joute NOM f s 1.25 2.03 0.97 1.08 -jouter jouter VER 0.10 0.00 0.06 0.00 inf; -joutes joute NOM f p 1.25 2.03 0.28 0.95 -jouteur jouteur NOM m s 0.00 0.20 0.00 0.07 -jouteurs jouteur NOM m p 0.00 0.20 0.00 0.07 -jouteuse jouteur NOM f s 0.00 0.20 0.00 0.07 -joutez jouter VER 0.10 0.00 0.03 0.00 imp:pre:2p;ind:pre:2p; -jouèrent jouer VER 570.12 337.23 0.18 1.89 ind:pas:3p; -jouté jouter VER m s 0.10 0.00 0.01 0.00 par:pas; -joué jouer VER m s 570.12 337.23 69.83 33.58 par:pas;par:pas;par:pas; -jouée jouer VER f s 570.12 337.23 2.01 2.91 par:pas; -jouées jouer VER f p 570.12 337.23 0.27 0.47 par:pas; -joués jouer VER m p 570.12 337.23 0.45 0.54 par:pas; -jouvence jouvence NOM f s 0.81 1.35 0.81 1.35 -jouvenceau jouvenceau NOM m s 0.28 0.74 0.08 0.27 -jouvenceaux jouvenceau NOM m p 0.28 0.74 0.02 0.14 -jouvencelle jouvenceau NOM f s 0.28 0.74 0.18 0.14 -jouvencelles jouvenceau NOM f p 0.28 0.74 0.00 0.20 -jouxtaient jouxter VER 0.07 2.23 0.00 0.20 ind:imp:3p; -jouxtait jouxter VER 0.07 2.23 0.02 1.28 ind:imp:3s; -jouxtant jouxter VER 0.07 2.23 0.00 0.68 par:pre; -jouxte jouxte PRE 0.05 0.07 0.05 0.07 -jovial jovial ADJ m s 0.61 6.22 0.48 4.46 -joviale jovial ADJ f s 0.61 6.22 0.12 1.49 -jovialement jovialement ADV 0.00 0.54 0.00 0.54 -joviales jovial ADJ f p 0.61 6.22 0.00 0.14 -jovialité jovialité NOM f s 0.04 1.28 0.04 1.28 -joviaux jovial ADJ m p 0.61 6.22 0.01 0.14 -joyau joyau NOM m s 3.60 3.24 2.67 1.96 -joyaux joyau NOM m p 3.60 3.24 0.93 1.28 -joyciennes joycien ADJ f p 0.00 0.07 0.00 0.07 -joyeuse joyeux ADJ f s 39.89 45.61 6.07 14.86 -joyeusement joyeusement ADV 1.14 9.39 1.14 9.39 -joyeuses joyeux ADJ f p 39.89 45.61 2.01 4.05 -joyeuseté joyeuseté NOM f s 0.01 0.34 0.00 0.20 -joyeusetés joyeuseté NOM f p 0.01 0.34 0.01 0.14 -joyeux joyeux ADJ m 39.89 45.61 31.81 26.69 -joystick joystick NOM m s 0.11 0.00 0.11 0.00 -jèze jèze ADJ m s 0.00 0.07 0.00 0.07 -jèzes jèze NOM p 0.00 0.07 0.00 0.07 -juan juan NOM m s 0.01 0.20 0.01 0.20 -jubila jubiler VER 1.20 5.07 0.01 0.34 ind:pas:3s; -jubilai jubiler VER 1.20 5.07 0.00 0.14 ind:pas:1s; -jubilaient jubiler VER 1.20 5.07 0.00 0.07 ind:imp:3p; -jubilaire jubilaire ADJ s 0.40 0.07 0.40 0.07 -jubilais jubiler VER 1.20 5.07 0.04 0.41 ind:imp:1s;ind:imp:2s; -jubilait jubiler VER 1.20 5.07 0.05 1.76 ind:imp:3s; -jubilant jubilant ADJ m s 0.02 0.88 0.02 0.14 -jubilante jubilant ADJ f s 0.02 0.88 0.00 0.41 -jubilantes jubilant ADJ f p 0.02 0.88 0.00 0.07 -jubilants jubilant ADJ m p 0.02 0.88 0.00 0.27 -jubilation jubilation NOM f s 0.32 6.55 0.32 6.42 -jubilations jubilation NOM f p 0.32 6.55 0.00 0.14 -jubilatoire jubilatoire ADJ s 0.02 0.20 0.02 0.14 -jubilatoires jubilatoire ADJ m p 0.02 0.20 0.00 0.07 -jubile jubiler VER 1.20 5.07 0.38 0.88 imp:pre:2s;ind:pre:1s;ind:pre:3s; -jubilent jubiler VER 1.20 5.07 0.03 0.07 ind:pre:3p; -jubiler jubiler VER 1.20 5.07 0.40 0.61 inf; -jubilera jubiler VER 1.20 5.07 0.00 0.07 ind:fut:3s; -jubileraient jubiler VER 1.20 5.07 0.00 0.07 cnd:pre:3p; -jubiles jubiler VER 1.20 5.07 0.10 0.07 ind:pre:2s; -jubilèrent jubiler VER 1.20 5.07 0.00 0.07 ind:pas:3p; -jubilé jubilé NOM m s 0.33 0.41 0.33 0.41 -jubilée jubiler VER f s 1.20 5.07 0.08 0.00 par:pas; -jubé jubé NOM m s 0.00 0.20 0.00 0.20 -jucha jucher VER 0.24 10.61 0.00 0.47 ind:pas:3s; -juchai jucher VER 0.24 10.61 0.00 0.07 ind:pas:1s; -juchaient jucher VER 0.24 10.61 0.00 0.14 ind:imp:3p; -juchais jucher VER 0.24 10.61 0.00 0.14 ind:imp:1s; -juchait jucher VER 0.24 10.61 0.00 0.41 ind:imp:3s; -juchant jucher VER 0.24 10.61 0.00 0.14 par:pre; -juche jucher VER 0.24 10.61 0.00 0.34 imp:pre:2s;ind:pre:1s;ind:pre:3s; -juchent jucher VER 0.24 10.61 0.00 0.20 ind:pre:3p; -jucher jucher VER 0.24 10.61 0.00 0.54 inf; -jucheront jucher VER 0.24 10.61 0.00 0.07 ind:fut:3p; -juchions jucher VER 0.24 10.61 0.00 0.07 ind:imp:1p; -juché jucher VER m s 0.24 10.61 0.17 5.00 par:pas; -juchée jucher VER f s 0.24 10.61 0.04 0.74 par:pas; -juchées jucher VER f p 0.24 10.61 0.00 0.74 par:pas; -juchés jucher VER m p 0.24 10.61 0.03 1.55 par:pas; -judaïcité judaïcité NOM f s 0.01 0.00 0.01 0.00 -judaïque judaïque ADJ f s 0.06 0.14 0.06 0.07 -judaïques judaïque ADJ m p 0.06 0.14 0.00 0.07 -judaïsant judaïsant NOM m s 0.00 0.07 0.00 0.07 -judaïser judaïser VER 0.00 0.14 0.00 0.07 inf; -judaïsme judaïsme NOM m s 0.51 1.15 0.51 1.15 -judaïsées judaïser VER f p 0.00 0.14 0.00 0.07 par:pas; -judaïté judaïté NOM f s 0.00 0.07 0.00 0.07 -judas judas NOM m 1.28 1.76 1.28 1.76 -judiciaire judiciaire ADJ s 10.80 5.61 9.29 4.26 -judiciaires judiciaire ADJ p 10.80 5.61 1.51 1.35 -judicieuse judicieux ADJ f s 2.36 2.16 0.51 0.74 -judicieusement judicieusement ADV 0.17 0.61 0.17 0.61 -judicieuses judicieux ADJ f p 2.36 2.16 0.13 0.07 -judicieux judicieux ADJ m 2.36 2.16 1.72 1.35 -judo judo NOM m s 0.90 1.22 0.90 1.22 -judoka judoka NOM s 0.21 0.20 0.21 0.20 -judéen judéen ADJ m s 0.07 0.00 0.07 0.00 -judéenne judéenne NOM f s 0.01 0.14 0.01 0.14 -judéité judéité NOM f s 0.02 0.00 0.02 0.00 -judéo_christianisme judéo_christianisme NOM m s 0.01 0.00 0.01 0.00 -judéo_chrétien judéo_chrétien ADJ f s 0.06 0.20 0.04 0.07 -judéo_chrétien judéo_chrétien ADJ f p 0.06 0.20 0.01 0.07 -judéo_chrétien judéo_chrétien ADJ m p 0.06 0.20 0.00 0.07 -judéo judéo ADV 0.01 0.20 0.01 0.20 -juge juge NOM m s 66.45 44.46 56.40 29.80 -jugea juger VER 56.12 96.96 0.42 5.34 ind:pas:3s; -jugeai juger VER 56.12 96.96 0.01 1.49 ind:pas:1s; -jugeaient juger VER 56.12 96.96 0.05 2.70 ind:imp:3p; -jugeais juger VER 56.12 96.96 0.34 2.91 ind:imp:1s;ind:imp:2s; -jugeait juger VER 56.12 96.96 0.40 12.64 ind:imp:3s; -jugeant juger VER 56.12 96.96 0.24 3.72 par:pre; -jugement jugement NOM m s 21.43 29.26 19.92 24.12 -jugements jugement NOM m p 21.43 29.26 1.51 5.14 -jugent juger VER 56.12 96.96 1.06 1.55 ind:pre:3p; -jugeâmes juger VER 56.12 96.96 0.00 0.14 ind:pas:1p; -jugeons juger VER 56.12 96.96 0.98 0.41 imp:pre:1p;ind:pre:1p; -jugeât juger VER 56.12 96.96 0.00 0.54 sub:imp:3s; -jugeote jugeote NOM f s 1.07 1.01 1.07 1.01 -juger juger VER 56.12 96.96 18.06 28.65 ind:pre:2p;inf; -jugera juger VER 56.12 96.96 1.42 1.49 ind:fut:3s; -jugerai juger VER 56.12 96.96 0.72 0.00 ind:fut:1s; -jugeraient juger VER 56.12 96.96 0.05 0.07 cnd:pre:3p; -jugerais juger VER 56.12 96.96 0.09 0.07 cnd:pre:1s; -jugerait juger VER 56.12 96.96 0.08 0.81 cnd:pre:3s; -jugeras juger VER 56.12 96.96 0.39 0.27 ind:fut:2s; -jugerez juger VER 56.12 96.96 0.81 0.88 ind:fut:2p; -jugeriez juger VER 56.12 96.96 0.05 0.41 cnd:pre:2p; -jugerons juger VER 56.12 96.96 0.22 0.07 ind:fut:1p; -jugeront juger VER 56.12 96.96 0.23 0.54 ind:fut:3p; -juges juge NOM m p 66.45 44.46 10.06 14.66 -jugeur jugeur NOM m s 0.01 0.00 0.01 0.00 -jugez juger VER 56.12 96.96 4.25 1.62 imp:pre:2p;ind:pre:2p; -jugiez juger VER 56.12 96.96 0.13 0.34 ind:imp:2p; -jugions juger VER 56.12 96.96 0.02 0.54 ind:imp:1p; -jugèrent juger VER 56.12 96.96 0.03 0.68 ind:pas:3p; -jugé juger VER m s 56.12 96.96 9.18 11.62 par:pas; -jugée juger VER f s 56.12 96.96 2.01 2.70 par:pas; -jugées juger VER f p 56.12 96.96 0.11 0.95 par:pas; -jugula juguler VER 0.39 0.61 0.00 0.14 ind:pas:3s; -jugulaire jugulaire NOM f s 0.60 1.96 0.53 1.89 -jugulaires jugulaire NOM f p 0.60 1.96 0.07 0.07 -jugulant juguler VER 0.39 0.61 0.00 0.07 par:pre; -jugule juguler VER 0.39 0.61 0.13 0.00 ind:pre:3s; -juguler juguler VER 0.39 0.61 0.21 0.27 inf; -jugulé juguler VER m s 0.39 0.61 0.05 0.00 par:pas; -jugulée juguler VER f s 0.39 0.61 0.00 0.14 par:pas; -jugés juger VER m p 56.12 96.96 1.88 1.89 par:pas; -juif juif ADJ m s 30.62 36.76 17.23 19.86 -juifs juif NOM m p 45.08 55.74 29.03 30.88 -juillet juillet NOM m 11.97 47.57 11.96 47.57 -juillets juillet NOM m p 11.97 47.57 0.01 0.00 -juin juin NOM m 13.40 51.28 13.40 51.28 -juive juif ADJ f s 30.62 36.76 8.43 8.99 -juiverie juiverie NOM f s 0.10 0.61 0.10 0.47 -juiveries juiverie NOM f p 0.10 0.61 0.00 0.14 -juives juif ADJ f p 30.62 36.76 0.54 1.35 -jujube jujube NOM m s 0.06 0.54 0.02 0.54 -jujubes jujube NOM m p 0.06 0.54 0.04 0.00 -jujubiers jujubier NOM m p 0.00 0.27 0.00 0.27 -jéjunale jéjunal ADJ f s 0.01 0.00 0.01 0.00 -jéjunum jéjunum NOM m s 0.04 0.00 0.04 0.00 -juke_box juke_box NOM m 1.61 1.89 1.58 1.69 -juke_box juke_box NOM m p 1.61 1.89 0.03 0.20 -julep julep NOM m s 0.02 0.41 0.02 0.27 -juleps julep NOM m p 0.02 0.41 0.00 0.14 -jules jules NOM m 4.13 3.51 4.13 3.51 -julien julien ADJ m s 0.47 2.84 0.47 1.76 -julienne julien NOM f s 0.04 0.68 0.04 0.68 -juliennes julien ADJ f p 0.47 2.84 0.00 0.07 -julot julot NOM m s 0.12 2.36 0.12 1.76 -julots julot NOM m p 0.12 2.36 0.00 0.61 -jumbo jumbo NOM m s 0.52 0.20 0.52 0.20 -jumeau jumeau ADJ m s 5.68 8.99 1.34 2.09 -jumeaux jumeau NOM m p 13.74 17.77 12.47 16.01 -jumelage jumelage NOM m s 0.01 0.07 0.01 0.07 -jumeler jumeler VER 0.17 0.54 0.00 0.07 inf; -jumelle jumeau ADJ f s 5.68 8.99 1.17 2.36 -jumellera jumeler VER 0.17 0.54 0.00 0.07 ind:fut:3s; -jumelles jumelle NOM f p 5.61 14.66 4.89 12.70 -jumelé jumeler VER m s 0.17 0.54 0.00 0.14 par:pas; -jumelée jumeler VER f s 0.17 0.54 0.00 0.07 par:pas; -jumelée jumelé ADJ f s 0.03 0.54 0.00 0.07 -jumelées jumeler VER f p 0.17 0.54 0.02 0.07 par:pas; -jumelés jumelé ADJ m p 0.03 0.54 0.02 0.20 -jument jument NOM f s 6.67 10.34 5.71 8.51 -jumenterie jumenterie NOM f s 0.00 0.07 0.00 0.07 -juments jument NOM f p 6.67 10.34 0.96 1.82 -jumper jumper NOM m s 2.26 0.00 2.26 0.00 -jumping jumping NOM m s 0.21 0.00 0.21 0.00 -jungien jungien ADJ m s 0.04 0.14 0.03 0.07 -jungiens jungien ADJ m p 0.04 0.14 0.01 0.07 -jungle jungle NOM f s 16.47 8.38 16.25 7.43 -jungles jungle NOM f p 16.47 8.38 0.22 0.95 -junior junior ADJ s 2.35 1.22 2.27 0.95 -juniors junior NOM p 2.05 0.54 0.35 0.41 -junker junker NOM m s 0.02 0.54 0.02 0.41 -junkers junker NOM m p 0.02 0.54 0.00 0.14 -junkie junkie NOM m s 5.15 1.42 3.22 0.81 -junkies junkie NOM m p 5.15 1.42 1.93 0.61 -junky junky NOM m s 0.15 0.07 0.15 0.07 -junte junte NOM f s 0.17 0.14 0.17 0.14 -jupe_culotte jupe_culotte NOM f s 0.02 0.34 0.02 0.27 -jupe jupe NOM f s 12.76 49.59 10.12 34.05 -jupe_culotte jupe_culotte NOM m p 0.02 0.34 0.00 0.07 -jupes jupe NOM f p 12.76 49.59 2.64 15.54 -jupette jupette NOM f s 0.66 1.55 0.63 1.42 -jupettes jupette NOM f p 0.66 1.55 0.04 0.14 -jupiers jupier NOM m p 0.00 0.07 0.00 0.07 -jupitérien jupitérien ADJ m s 0.02 0.34 0.02 0.14 -jupitérienne jupitérien ADJ f s 0.02 0.34 0.00 0.14 -jupitériens jupitérien ADJ m p 0.02 0.34 0.00 0.07 -jupon jupon NOM m s 3.00 6.89 1.35 2.77 -juponnée juponner VER f s 0.00 0.27 0.00 0.14 par:pas; -juponnés juponner VER m p 0.00 0.27 0.00 0.14 par:pas; -jupons jupon NOM m p 3.00 6.89 1.65 4.12 -jupée jupé ADJ f s 0.00 0.14 0.00 0.07 -jupées jupé ADJ f p 0.00 0.14 0.00 0.07 -jura jurer VER 148.40 81.76 0.20 5.54 ind:pas:3s; -jurai jurer VER 148.40 81.76 0.16 0.41 ind:pas:1s; -juraient jurer VER 148.40 81.76 0.17 1.62 ind:imp:3p; -jurais jurer VER 148.40 81.76 0.34 1.22 ind:imp:1s;ind:imp:2s; -jurait jurer VER 148.40 81.76 1.06 4.46 ind:imp:3s; -jurant jurer VER 148.40 81.76 0.58 4.93 par:pre; -jurançon jurançon NOM m s 0.00 0.07 0.00 0.07 -jurassien jurassien ADJ m s 0.00 0.14 0.00 0.07 -jurassien jurassien NOM m s 0.00 0.14 0.00 0.07 -jurassiens jurassien ADJ m p 0.00 0.14 0.00 0.07 -jurassiens jurassien NOM m p 0.00 0.14 0.00 0.07 -jurassique jurassique ADJ m s 0.29 0.00 0.28 0.00 -jurassiques jurassique ADJ f p 0.29 0.00 0.01 0.00 -jure jurer VER 148.40 81.76 104.04 31.62 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:1s; -jurent jurer VER 148.40 81.76 1.01 1.01 ind:pre:3p; -jurer jurer VER 148.40 81.76 7.57 7.57 inf; -jurera jurer VER 148.40 81.76 0.08 0.00 ind:fut:3s; -jurerai jurer VER 148.40 81.76 0.72 0.07 ind:fut:1s; -jurerais jurer VER 148.40 81.76 1.62 1.69 cnd:pre:1s;cnd:pre:2s; -jurerait jurer VER 148.40 81.76 0.38 2.16 cnd:pre:3s; -jureras jurer VER 148.40 81.76 0.16 0.07 ind:fut:2s; -jurerez jurer VER 148.40 81.76 0.05 0.00 ind:fut:2p; -jureriez jurer VER 148.40 81.76 0.05 0.14 cnd:pre:2p; -jureront jurer VER 148.40 81.76 0.04 0.07 ind:fut:3p; -jures jurer VER 148.40 81.76 4.75 1.01 ind:pre:2s; -jurez jurer VER 148.40 81.76 6.55 0.47 imp:pre:2p;ind:pre:2p; -juridiction juridiction NOM f s 2.63 1.49 2.53 1.15 -juridictionnel juridictionnel ADJ m s 0.04 0.00 0.01 0.00 -juridictionnelle juridictionnel ADJ f s 0.04 0.00 0.04 0.00 -juridictions juridiction NOM f p 2.63 1.49 0.09 0.34 -juridique juridique ADJ s 5.20 2.50 4.24 1.62 -juridiquement juridiquement ADV 0.14 0.27 0.14 0.27 -juridiques juridique ADJ p 5.20 2.50 0.95 0.88 -juriez jurer VER 148.40 81.76 0.13 0.00 ind:imp:2p; -jurisprudence jurisprudence NOM f s 0.82 0.34 0.82 0.34 -juriste juriste NOM s 2.57 0.88 1.95 0.34 -juristes juriste NOM p 2.57 0.88 0.62 0.54 -jéroboam jéroboam NOM m s 0.01 0.07 0.01 0.00 -jéroboams jéroboam NOM m p 0.01 0.07 0.00 0.07 -jurâmes jurer VER 148.40 81.76 0.00 0.07 ind:pas:1p; -juron juron NOM m s 2.10 9.93 0.42 3.31 -jurons juron NOM m p 2.10 9.93 1.68 6.62 -jurèrent jurer VER 148.40 81.76 0.02 0.54 ind:pas:3p; -juré jurer VER m s 148.40 81.76 17.59 16.69 par:pas; -jurée jurer VER f s 148.40 81.76 0.45 0.14 par:pas; -jurées jurer VER f p 148.40 81.76 0.01 0.00 par:pas; -jérémiade jérémiade NOM f s 0.93 1.89 0.14 0.14 -jérémiades jérémiade NOM f p 0.93 1.89 0.79 1.76 -jurés juré NOM m p 8.82 4.73 5.59 3.92 -jury jury NOM m s 18.80 5.27 18.65 5.14 -jurys jury NOM m p 18.80 5.27 0.15 0.14 -jus jus NOM m 22.36 23.04 22.36 23.04 -jusant jusant NOM m s 0.01 1.76 0.01 1.76 -jusqu_au jusqu_au PRE 0.34 0.07 0.34 0.07 -jusqu_à jusqu_à PRE 0.81 0.27 0.81 0.27 -jusqu jusqu PRE 2.26 0.07 2.26 0.07 -jusque_là jusque_là ADV 7.81 29.53 7.81 29.53 -jusque jusque PRE 15.05 37.50 15.05 37.50 -jusques jusques ADV 0.00 1.15 0.00 1.15 -jusquiame jusquiame NOM f s 0.11 0.07 0.11 0.07 -justaucorps justaucorps NOM m 0.22 0.61 0.22 0.61 -juste_milieu juste_milieu NOM m 0.00 0.07 0.00 0.07 -juste juste ADJ s 656.86 153.45 653.49 147.77 -justement justement ADV 62.08 78.18 62.08 78.18 -justes juste ADJ p 656.86 153.45 3.36 5.68 -justesse justesse NOM f s 1.91 8.58 1.91 8.58 -justice justice NOM s 50.96 46.28 50.96 46.22 -justices justice NOM f p 50.96 46.28 0.00 0.07 -justiciable justiciable ADJ m s 0.10 0.47 0.10 0.27 -justiciables justiciable ADJ p 0.10 0.47 0.00 0.20 -justicier justicier NOM m s 1.97 3.78 1.45 1.96 -justiciers justicier NOM m p 1.97 3.78 0.48 1.35 -justicière justicier NOM f s 1.97 3.78 0.03 0.47 -justifia justifier VER 15.55 36.01 0.00 0.27 ind:pas:3s; -justifiable justifiable ADJ m s 0.08 0.34 0.06 0.14 -justifiables justifiable ADJ f p 0.08 0.34 0.02 0.20 -justifiaient justifier VER 15.55 36.01 0.00 1.28 ind:imp:3p; -justifiais justifier VER 15.55 36.01 0.01 0.20 ind:imp:1s;ind:imp:2s; -justifiait justifier VER 15.55 36.01 0.17 4.53 ind:imp:3s; -justifiant justifier VER 15.55 36.01 0.07 0.68 par:pre; -justificatif justificatif NOM m s 0.49 0.20 0.26 0.20 -justificatifs justificatif NOM m p 0.49 0.20 0.23 0.00 -justification justification NOM f s 0.96 6.76 0.84 5.00 -justifications justification NOM f p 0.96 6.76 0.13 1.76 -justificative justificatif ADJ f s 0.02 0.34 0.01 0.20 -justificatives justificatif ADJ f p 0.02 0.34 0.00 0.14 -justifie justifier VER 15.55 36.01 3.94 4.73 imp:pre:2s;ind:pre:1s;ind:pre:3s; -justifient justifier VER 15.55 36.01 0.42 0.68 ind:pre:3p; -justifier justifier VER 15.55 36.01 7.37 14.93 inf; -justifiera justifier VER 15.55 36.01 0.08 0.27 ind:fut:3s; -justifierai justifier VER 15.55 36.01 0.04 0.07 ind:fut:1s; -justifieraient justifier VER 15.55 36.01 0.01 0.14 cnd:pre:3p; -justifierais justifier VER 15.55 36.01 0.01 0.07 cnd:pre:1s; -justifierait justifier VER 15.55 36.01 0.20 0.61 cnd:pre:3s; -justifiez justifier VER 15.55 36.01 0.52 0.14 imp:pre:2p;ind:pre:2p; -justifiât justifier VER 15.55 36.01 0.00 0.47 sub:imp:3s; -justifié justifier VER m s 15.55 36.01 1.38 2.91 par:pas; -justifiée justifier VER f s 15.55 36.01 0.84 2.36 par:pas; -justifiées justifier VER f p 15.55 36.01 0.27 0.68 par:pas; -justifiés justifier VER m p 15.55 36.01 0.23 1.01 par:pas; -justinien justinien ADJ m s 0.00 0.07 0.00 0.07 -jésuite jésuite NOM m s 1.54 5.07 0.61 2.09 -jésuites jésuite NOM m p 1.54 5.07 0.92 2.97 -jésuitique jésuitique ADJ s 0.02 0.41 0.02 0.34 -jésuitiques jésuitique ADJ m p 0.02 0.41 0.00 0.07 -jésuitière jésuitière NOM f s 0.00 0.07 0.00 0.07 -jésus jésus NOM m s 8.19 0.88 8.19 0.88 -juta juter VER 0.03 0.95 0.00 0.07 ind:pas:3s; -jutait juter VER 0.03 0.95 0.00 0.14 ind:imp:3s; -jute jute NOM m s 0.64 2.77 0.64 2.77 -juter juter VER 0.03 0.95 0.03 0.61 inf; -juteuse juteux ADJ f s 2.86 2.64 0.75 1.01 -juteuses juteux ADJ f p 2.86 2.64 0.53 0.47 -juteux juteux ADJ m 2.86 2.64 1.58 1.15 -juté juter VER m s 0.03 0.95 0.00 0.14 par:pas; -juvénile juvénile ADJ s 1.48 6.89 1.24 5.27 -juvéniles juvénile ADJ p 1.48 6.89 0.23 1.62 -juvénilité juvénilité NOM f s 0.00 0.20 0.00 0.20 -juxtaposaient juxtaposer VER 0.07 0.95 0.00 0.07 ind:imp:3p; -juxtaposais juxtaposer VER 0.07 0.95 0.00 0.07 ind:imp:1s; -juxtaposait juxtaposer VER 0.07 0.95 0.01 0.07 ind:imp:3s; -juxtaposant juxtaposer VER 0.07 0.95 0.02 0.00 par:pre; -juxtapose juxtaposer VER 0.07 0.95 0.03 0.07 ind:pre:1s;ind:pre:3s; -juxtaposent juxtaposer VER 0.07 0.95 0.00 0.14 ind:pre:3p; -juxtaposer juxtaposer VER 0.07 0.95 0.00 0.20 inf; -juxtaposition juxtaposition NOM f s 0.17 0.68 0.17 0.54 -juxtapositions juxtaposition NOM f p 0.17 0.68 0.00 0.14 -juxtaposèrent juxtaposer VER 0.07 0.95 0.00 0.07 ind:pas:3p; -juxtaposées juxtaposé ADJ f p 0.00 0.68 0.00 0.47 -juxtaposés juxtaposer VER m p 0.07 0.95 0.00 0.20 par:pas; -k_o k_o ADJ 0.02 0.07 0.02 0.07 -k_way k_way NOM m s 0.06 0.20 0.06 0.20 -k k NOM m 9.93 3.78 9.93 3.78 -ka ka NOM m s 0.29 0.07 0.29 0.07 -kabarde kabarde ADJ f s 0.00 0.07 0.00 0.07 -kabbale kabbale NOM f s 0.20 0.47 0.20 0.47 -kabbalistique kabbalistique ADJ s 0.00 0.07 0.00 0.07 -kabuki kabuki NOM m s 0.42 0.14 0.42 0.14 -kabyle kabyle ADJ s 0.01 1.01 0.01 0.61 -kabyles kabyle ADJ p 0.01 1.01 0.00 0.41 -kacha kacha NOM f s 0.00 0.34 0.00 0.34 -kacher kacher ADJ m s 0.02 0.14 0.02 0.14 -kachoube kachoube ADJ 0.10 0.00 0.10 0.00 -kaddisch kaddisch NOM m s 0.00 0.07 0.00 0.07 -kaddish kaddish NOM m s 0.20 0.00 0.20 0.00 -kadi kadi NOM m s 0.11 0.00 0.11 0.00 -kafir kafir NOM m s 0.05 0.00 0.05 0.00 -kafkaïen kafkaïen ADJ m s 0.02 0.07 0.02 0.07 -kaftan kaftan ADJ m s 0.04 0.00 0.02 0.00 -kaftans kaftan ADJ m p 0.04 0.00 0.01 0.00 -kaiser kaiser NOM m s 0.02 0.14 0.02 0.14 -kaki kaki ADJ 0.46 5.34 0.46 5.34 -kakis kaki NOM m p 0.68 1.15 0.29 0.27 -kala_azar kala_azar NOM m s 0.00 0.07 0.00 0.07 -kalachnikovs kalachnikov NOM f p 0.17 0.00 0.17 0.00 -kali kali NOM m s 0.19 0.00 0.19 0.00 -kaliémie kaliémie NOM f s 0.01 0.00 0.01 0.00 -kalmouk kalmouk ADJ m s 0.00 0.14 0.00 0.07 -kalmouks kalmouk ADJ m p 0.00 0.14 0.00 0.07 -kalpa kalpa NOM m s 0.01 0.07 0.01 0.07 -kaléidoscope kaléidoscope NOM m s 0.21 1.42 0.18 1.22 -kaléidoscopes kaléidoscope NOM m p 0.21 1.42 0.04 0.20 -kama kama NOM s 0.14 0.00 0.14 0.00 -kamala kamala NOM m s 0.07 0.00 0.07 0.00 -kami kami NOM m s 0.20 0.07 0.20 0.07 -kamikaze kamikaze NOM m s 1.26 2.09 0.73 1.01 -kamikazes kamikaze NOM m p 1.26 2.09 0.53 1.08 -kan kan NOM m s 0.12 0.27 0.12 0.27 -kana kana NOM m s 0.12 0.07 0.12 0.07 -kandjar kandjar NOM m s 0.00 0.07 0.00 0.07 -kangourou kangourou NOM m s 1.85 1.42 1.42 1.15 -kangourous kangourou NOM m p 1.85 1.42 0.42 0.27 -kanji kanji NOM m s 0.04 0.00 0.04 0.00 -kantien kantien ADJ m s 0.01 0.07 0.01 0.07 -kantisme kantisme NOM m s 0.00 0.20 0.00 0.20 -kaolin kaolin NOM m s 0.01 0.34 0.01 0.34 -kaori kaori NOM m s 0.01 0.00 0.01 0.00 -kapo kapo NOM m s 0.29 0.34 0.29 0.14 -kapok kapok NOM m s 0.04 0.34 0.04 0.34 -kapokier kapokier NOM m s 0.01 0.00 0.01 0.00 -kapos kapo NOM m p 0.29 0.34 0.00 0.20 -kaposi kaposi NOM m s 0.09 0.20 0.09 0.20 -kapout kapout NOM m s 0.01 0.20 0.01 0.20 -kappa kappa NOM m s 0.17 0.00 0.17 0.00 -karaoké karaoké NOM m s 0.99 0.00 0.97 0.00 -karaokés karaoké NOM m p 0.99 0.00 0.02 0.00 -karaté karaté NOM m s 2.64 0.95 2.64 0.95 -karatéka karatéka NOM s 0.20 0.14 0.20 0.07 -karatékas karatéka NOM p 0.20 0.14 0.00 0.07 -karen karen ADJ s 0.43 0.00 0.43 0.00 -kari kari NOM m s 0.19 0.07 0.19 0.07 -karité karité NOM m s 0.01 0.14 0.01 0.14 -karma karma NOM m s 10.73 0.14 10.73 0.14 -karmique karmique ADJ s 0.16 0.00 0.16 0.00 -kart kart NOM m s 0.30 0.00 0.30 0.00 -karting karting NOM m s 0.34 0.00 0.34 0.00 -kasbah kasbah NOM f 0.00 0.27 0.00 0.27 -kascher kascher ADJ s 0.13 0.27 0.13 0.27 -kasher kasher ADJ 0.63 0.41 0.63 0.41 -kastro kastro NOM m s 0.00 0.54 0.00 0.47 -kastros kastro NOM m p 0.00 0.54 0.00 0.07 -kata kata NOM m s 0.02 0.00 0.01 0.00 -katal katal NOM m s 0.01 0.00 0.01 0.00 -katangais katangais NOM m 0.10 0.14 0.10 0.14 -katas kata NOM m p 0.02 0.00 0.01 0.00 -katchinas katchina NOM m p 0.00 0.07 0.00 0.07 -katiba katiba NOM f s 0.00 0.07 0.00 0.07 -kava kava NOM m s 0.01 0.00 0.01 0.00 -kawa kawa NOM m s 0.00 3.11 0.00 3.11 -kayac kayac NOM m s 0.01 0.00 0.01 0.00 -kayak kayak NOM m s 0.34 0.14 0.34 0.14 -kayakiste kayakiste NOM s 0.01 0.00 0.01 0.00 -kazakh kazakh ADJ m s 0.33 0.07 0.13 0.00 -kazakhs kazakh ADJ m p 0.33 0.07 0.20 0.07 -kebab kebab NOM m s 0.78 0.07 0.55 0.07 -kebabs kebab NOM m p 0.78 0.07 0.23 0.00 -kebla kebla ADJ s 0.00 0.14 0.00 0.07 -keblas kebla ADJ f p 0.00 0.14 0.00 0.07 -keepsake keepsake NOM m s 0.05 0.00 0.05 0.00 -keffieh keffieh NOM m s 0.01 0.00 0.01 0.00 -keiretsu keiretsu NOM m s 0.07 0.00 0.07 0.00 -kekchose kekchose NOM f s 0.01 0.07 0.01 0.07 -kelvins kelvin NOM m p 0.03 0.00 0.03 0.00 -kendo kendo NOM m s 0.24 0.00 0.24 0.00 -kermesse kermesse NOM f s 0.96 2.77 0.93 2.30 -kermesses kermesse NOM f p 0.96 2.77 0.04 0.47 -kerrie kerrie NOM f s 0.04 0.00 0.04 0.00 -ket ket NOM m s 0.07 0.07 0.07 0.07 -ketch ketch NOM m s 0.11 0.07 0.11 0.07 -ketchup ketchup NOM m s 4.45 0.54 4.45 0.54 -keuf keuf NOM f s 2.83 0.88 1.00 0.00 -keufs keuf NOM f p 2.83 0.88 1.83 0.88 -keum keum NOM m s 0.35 0.20 0.27 0.20 -keums keum NOM m p 0.35 0.20 0.08 0.00 -kevlar kevlar NOM m s 0.26 0.00 0.26 0.00 -khôl khôl NOM m s 0.00 0.81 0.00 0.81 -khalife khalife NOM m s 0.02 0.27 0.02 0.27 -khamsin khamsin NOM m s 0.00 0.20 0.00 0.20 -khan khan NOM m s 0.30 6.55 0.21 1.49 -khanat khanat NOM m s 0.00 0.07 0.00 0.07 -khans khan NOM m p 0.30 6.55 0.10 5.07 -khat khat NOM m s 0.01 0.00 0.01 0.00 -khazar khazar ADJ s 0.00 0.14 0.00 0.14 -khmer khmer ADJ m s 0.28 0.00 0.27 0.00 -khmère khmer ADJ f s 0.28 0.00 0.01 0.00 -khâgne khâgne NOM f s 0.00 1.55 0.00 1.42 -khâgnes khâgne NOM f p 0.00 1.55 0.00 0.14 -khâgneux khâgneux NOM m 0.00 0.34 0.00 0.34 -khédival khédival ADJ m s 0.00 0.07 0.00 0.07 -khédive khédive NOM m s 0.03 0.88 0.03 0.88 -kibboutz kibboutz NOM m 1.85 0.27 1.85 0.27 -kibboutzim kibboutzim NOM m p 0.00 0.07 0.00 0.07 -kick kick NOM m s 0.47 0.34 0.42 0.34 -kicker kicker NOM m s 0.14 0.00 0.14 0.00 -kicks kick NOM m p 0.47 0.34 0.05 0.00 -kid kid NOM m s 6.62 7.36 5.71 6.82 -kidnappa kidnapper VER 15.21 1.08 0.00 0.07 ind:pas:3s; -kidnappait kidnapper VER 15.21 1.08 0.04 0.07 ind:imp:3s; -kidnappant kidnapper VER 15.21 1.08 0.04 0.00 par:pre; -kidnappe kidnapper VER 15.21 1.08 0.69 0.14 imp:pre:2s;ind:pre:1s;ind:pre:3s; -kidnappent kidnapper VER 15.21 1.08 0.15 0.00 ind:pre:3p; -kidnapper kidnapper VER 15.21 1.08 2.54 0.20 inf; -kidnapperai kidnapper VER 15.21 1.08 0.14 0.00 ind:fut:1s; -kidnapperaient kidnapper VER 15.21 1.08 0.11 0.00 cnd:pre:3p; -kidnapperas kidnapper VER 15.21 1.08 0.01 0.00 ind:fut:2s; -kidnapperez kidnapper VER 15.21 1.08 0.02 0.00 ind:fut:2p; -kidnappeur kidnappeur NOM m s 3.55 0.27 2.20 0.07 -kidnappeurs kidnappeur NOM m p 3.55 0.27 1.35 0.20 -kidnappez kidnapper VER 15.21 1.08 0.10 0.00 imp:pre:2p;ind:pre:2p; -kidnappiez kidnapper VER 15.21 1.08 0.03 0.00 ind:imp:2p; -kidnapping kidnapping NOM m s 5.58 0.54 5.33 0.54 -kidnappings kidnapping NOM m p 5.58 0.54 0.25 0.00 -kidnappons kidnapper VER 15.21 1.08 0.01 0.00 imp:pre:1p; -kidnappé kidnapper VER m s 15.21 1.08 6.66 0.20 par:pas; -kidnappée kidnapper VER f s 15.21 1.08 3.65 0.20 par:pas; -kidnappées kidnapper VER f p 15.21 1.08 0.28 0.14 par:pas; -kidnappés kidnapper VER m p 15.21 1.08 0.75 0.07 par:pas; -kids kid NOM m p 6.62 7.36 0.91 0.54 -kief kief NOM m s 0.02 0.00 0.02 0.00 -kierkegaardienne kierkegaardien NOM f s 0.00 0.07 0.00 0.07 -kif_kif kif_kif ADJ s 0.20 0.81 0.20 0.81 -kif kif NOM m s 1.25 2.77 1.25 2.77 -kiki kiki NOM m s 0.53 0.74 0.53 0.74 -kil kil NOM m s 0.17 0.54 0.16 0.34 -kilbus kilbus NOM m 0.00 0.27 0.00 0.27 -kilim kilim NOM m s 0.28 0.00 0.28 0.00 -killer killer NOM s 1.19 0.07 1.19 0.07 -kilo kilo NOM m s 22.54 24.19 5.19 5.27 -kilogramme kilogramme NOM m s 0.17 0.14 0.14 0.07 -kilogrammes kilogramme NOM m p 0.17 0.14 0.03 0.07 -kilohertz kilohertz NOM m 0.14 0.00 0.14 0.00 -kilomètre kilomètre NOM m s 24.80 62.23 3.73 6.28 -kilomètre_heure kilomètre_heure NOM m p 0.14 0.41 0.14 0.41 -kilomètres kilomètre NOM m p 24.80 62.23 21.07 55.95 -kilométrage kilométrage NOM m s 0.50 0.27 0.49 0.14 -kilométrages kilométrage NOM m p 0.50 0.27 0.01 0.14 -kilométrique kilométrique ADJ s 0.04 0.68 0.04 0.34 -kilométriques kilométrique ADJ f p 0.04 0.68 0.00 0.34 -kilos kilo NOM m p 22.54 24.19 17.35 18.92 -kilotonnes kilotonne NOM m p 0.10 0.14 0.10 0.14 -kilowattheure kilowattheure NOM m s 0.00 0.07 0.00 0.07 -kilowatts kilowatt NOM m p 0.00 0.34 0.00 0.34 -kils kil NOM m p 0.17 0.54 0.01 0.20 -kilt kilt NOM m s 0.55 0.68 0.50 0.68 -kilts kilt NOM m p 0.55 0.68 0.05 0.00 -kimono kimono NOM m s 2.11 2.43 1.84 1.89 -kimonos kimono NOM m p 2.11 2.43 0.27 0.54 -kinase kinase NOM f s 0.03 0.00 0.03 0.00 -kinescope kinescope NOM m s 0.01 0.00 0.01 0.00 -kinesthésie kinesthésie NOM f s 0.01 0.00 0.01 0.00 -king_charles king_charles NOM m 0.00 0.07 0.00 0.07 -kinnor kinnor NOM m s 0.00 0.07 0.00 0.07 -kino kino NOM m s 0.00 0.07 0.00 0.07 -kiné kiné NOM s 1.28 0.00 1.28 0.00 -kinésiques kinésique NOM f p 0.01 0.00 0.01 0.00 -kinésithérapeute kinésithérapeute NOM s 0.05 0.20 0.05 0.20 -kinésithérapie kinésithérapie NOM f s 0.07 0.00 0.07 0.00 -kiosk kiosk NOM m s 0.00 1.82 0.00 1.55 -kiosks kiosk NOM m p 0.00 1.82 0.00 0.27 -kiosque kiosque NOM m s 4.05 8.18 3.95 5.88 -kiosques kiosque NOM m p 4.05 8.18 0.10 2.30 -kip kip NOM m s 0.63 0.00 0.62 0.00 -kipa kipa NOM f s 0.01 1.89 0.01 1.89 -kippa kippa NOM f s 0.52 0.07 0.52 0.07 -kipper kipper NOM m s 0.04 0.07 0.04 0.00 -kippers kipper NOM m p 0.04 0.07 0.00 0.07 -kips kip NOM m p 0.63 0.00 0.01 0.00 -kir kir NOM m s 0.63 1.28 0.62 0.95 -kirghiz kirghiz NOM m 0.00 0.20 0.00 0.20 -kirghize kirghize NOM s 0.14 0.00 0.14 0.00 -kirghizes kirghize ADJ f p 0.00 0.14 0.00 0.07 -kirs kir NOM m p 0.63 1.28 0.01 0.34 -kirsch kirsch NOM m s 0.56 1.22 0.56 1.22 -kit kit NOM m s 7.33 0.34 6.99 0.34 -kitch kitch ADJ f s 0.17 0.00 0.17 0.00 -kitchenette kitchenette NOM f s 0.19 0.27 0.19 0.27 -kits kit NOM m p 7.33 0.34 0.34 0.00 -kitsch kitsch ADJ 0.23 0.68 0.23 0.68 -kiva kiva NOM f s 0.03 0.00 0.03 0.00 -kiwi kiwi NOM m s 0.00 0.14 0.00 0.07 -kiwis kiwi NOM m p 0.00 0.14 0.00 0.07 -klaxon klaxon NOM m s 5.55 5.74 4.89 3.24 -klaxonna klaxonner VER 4.29 3.24 0.03 0.27 ind:pas:3s; -klaxonnai klaxonner VER 4.29 3.24 0.00 0.14 ind:pas:1s; -klaxonnaient klaxonner VER 4.29 3.24 0.02 0.14 ind:imp:3p; -klaxonnais klaxonner VER 4.29 3.24 0.04 0.00 ind:imp:1s; -klaxonnait klaxonner VER 4.29 3.24 0.05 0.27 ind:imp:3s; -klaxonnant klaxonner VER 4.29 3.24 0.00 0.68 par:pre; -klaxonne klaxonner VER 4.29 3.24 2.26 0.47 imp:pre:2s;ind:pre:1s;ind:pre:3s; -klaxonnent klaxonner VER 4.29 3.24 0.07 0.14 ind:pre:3p; -klaxonner klaxonner VER 4.29 3.24 0.75 0.61 inf; -klaxonnera klaxonner VER 4.29 3.24 0.01 0.07 ind:fut:3s; -klaxonnerai klaxonner VER 4.29 3.24 0.26 0.00 ind:fut:1s; -klaxonnes klaxonner VER 4.29 3.24 0.23 0.00 ind:pre:2s; -klaxonnez klaxonner VER 4.29 3.24 0.39 0.07 imp:pre:2p;ind:pre:2p; -klaxonné klaxonner VER m s 4.29 3.24 0.19 0.41 par:pas; -klaxons klaxon NOM m p 5.55 5.74 0.66 2.50 -klebs klebs NOM m 0.01 0.00 0.01 0.00 -kleenex kleenex NOM m 1.35 2.91 1.35 2.91 -kleptomane kleptomane NOM s 0.16 0.00 0.14 0.00 -kleptomanes kleptomane NOM p 0.16 0.00 0.02 0.00 -kleptomanie kleptomanie NOM f s 0.02 0.00 0.02 0.00 -klystron klystron NOM m s 0.12 0.00 0.12 0.00 -km km ADV 0.01 0.00 0.01 0.00 -knickerbockers knickerbocker NOM m p 0.01 0.07 0.01 0.07 -knickers knicker NOM m p 0.03 0.07 0.03 0.07 -knock_out knock_out ADJ m s 0.19 0.20 0.19 0.20 -knout knout NOM m s 0.00 0.20 0.00 0.20 -koala koala NOM m s 0.19 0.14 0.15 0.14 -koalas koala NOM m p 0.19 0.14 0.04 0.00 -kobold kobold NOM m s 0.37 0.07 0.22 0.07 -kobolds kobold NOM m p 0.37 0.07 0.15 0.00 -kodak kodak NOM m s 0.01 0.47 0.01 0.47 -kodiak kodiak NOM m s 0.31 0.00 0.31 0.00 -kohl kohl NOM m s 0.00 0.14 0.00 0.14 -kola kola NOM m s 0.02 0.20 0.02 0.20 -kolatiers kolatier NOM m p 0.00 0.20 0.00 0.20 -kolkhoze kolkhoze NOM m s 1.11 0.41 1.11 0.41 -kolkhozien kolkhozien NOM m s 0.20 0.68 0.00 0.07 -kolkhozienne kolkhozien NOM f s 0.20 0.68 0.10 0.20 -kolkhoziennes kolkhozien NOM f p 0.20 0.68 0.00 0.14 -kolkhoziens kolkhozien NOM m p 0.20 0.68 0.10 0.27 -komi komi ADJ s 0.03 0.00 0.03 0.00 -komintern komintern NOM m s 0.01 0.54 0.01 0.54 -kommandantur kommandantur NOM f s 0.27 0.68 0.27 0.68 -kommando kommando NOM m s 0.28 0.14 0.28 0.14 -komsomol komsomol NOM m s 0.25 0.81 0.25 0.54 -komsomols komsomol NOM m p 0.25 0.81 0.00 0.27 -kondo kondo NOM m s 0.12 0.00 0.12 0.00 -kopeck kopeck NOM m s 1.52 0.61 1.30 0.47 -kopecks kopeck NOM m p 1.52 0.61 0.22 0.14 -kopeks kopek NOM m p 0.14 0.00 0.14 0.00 -kora kora NOM f s 0.01 0.00 0.01 0.00 -koran koran NOM m s 0.00 0.14 0.00 0.14 -korrigan korrigan NOM m s 0.03 0.20 0.01 0.07 -korrigans korrigan NOM m p 0.03 0.20 0.02 0.14 -korè korè NOM f s 0.00 0.07 0.00 0.07 -koré koré NOM f s 0.00 0.34 0.00 0.34 -kosovar kosovar NOM m s 0.01 0.00 0.01 0.00 -kot kot NOM m s 0.33 0.00 0.33 0.00 -koto koto NOM m s 0.02 0.07 0.02 0.07 -kouglof kouglof NOM m s 0.02 0.14 0.02 0.14 -koulak koulak NOM m s 0.11 0.47 0.00 0.27 -koulaks koulak NOM m p 0.11 0.47 0.11 0.20 -kouros kouros NOM m 0.00 0.27 0.00 0.27 -kraal kraal NOM m s 0.03 0.00 0.03 0.00 -krach krach NOM m s 0.15 0.41 0.15 0.34 -krachs krach NOM m p 0.15 0.41 0.00 0.07 -kraft kraft NOM m s 0.80 0.95 0.80 0.95 -krak krak NOM m s 0.01 0.00 0.01 0.00 -kraken kraken NOM m s 0.14 0.00 0.14 0.00 -kremlin kremlin NOM m s 0.00 0.07 0.00 0.07 -kreutzer kreutzer NOM m s 0.00 0.07 0.00 0.07 -kriegspiel kriegspiel NOM m s 0.00 0.14 0.00 0.14 -krill krill NOM m s 0.17 0.00 0.17 0.00 -kriss kriss NOM m 0.09 0.00 0.09 0.00 -kroumir kroumir NOM m s 0.01 0.27 0.01 0.20 -kroumirs kroumir NOM m p 0.01 0.27 0.00 0.07 -krypton krypton NOM m s 1.04 0.00 1.04 0.00 -ksar ksar NOM m s 0.00 0.07 0.00 0.07 -kébour kébour NOM m s 0.00 0.41 0.00 0.34 -kébours kébour NOM m p 0.00 0.41 0.00 0.07 -kéfir kéfir NOM m s 0.00 0.27 0.00 0.20 -kéfirs kéfir NOM m p 0.00 0.27 0.00 0.07 -kugelhof kugelhof NOM m s 0.04 0.07 0.04 0.07 -kula kula NOM f s 0.01 0.07 0.01 0.07 -kummel kummel NOM m s 0.01 0.34 0.01 0.34 -kumquat kumquat NOM m s 0.16 0.07 0.13 0.00 -kumquats kumquat NOM m p 0.16 0.07 0.03 0.07 -kung_fu kung_fu NOM m s 1.12 0.00 1.01 0.00 -kung_fu kung_fu NOM m s 1.12 0.00 0.10 0.00 -kényan kényan ADJ m s 0.02 0.00 0.02 0.00 -képi képi NOM m s 2.39 15.81 1.85 12.91 -képis képi NOM m p 2.39 15.81 0.55 2.91 -kérabau kérabau NOM m s 0.10 0.00 0.10 0.00 -kératinisée kératinisé ADJ f s 0.01 0.00 0.01 0.00 -kératoplastie kératoplastie NOM f s 0.01 0.00 0.01 0.00 -kératose kératose NOM f s 0.01 0.00 0.01 0.00 -kurde kurde ADJ s 0.17 0.20 0.16 0.07 -kurdes kurde ADJ p 0.17 0.20 0.01 0.14 -kérosène kérosène NOM m s 0.91 0.20 0.91 0.14 -kérosènes kérosène NOM m p 0.91 0.20 0.00 0.07 -kursaal kursaal NOM m s 0.20 0.07 0.20 0.07 -kurus kuru NOM m p 0.00 0.07 0.00 0.07 -kvas kvas NOM m 0.20 0.00 0.20 0.00 -kyrie_eleison kyrie_eleison NOM m 0.41 0.07 0.41 0.07 -kyrie kyrie NOM m 0.00 0.54 0.00 0.54 -kyrielle kyrielle NOM f s 0.03 1.42 0.03 1.22 -kyrielles kyrielle NOM f p 0.03 1.42 0.00 0.20 -kyste kyste NOM m s 0.57 0.20 0.51 0.07 -kystes kyste NOM m p 0.57 0.20 0.06 0.14 -kystique kystique ADJ f s 0.03 0.00 0.03 0.00 -l_ l_ ART:def m s 8129.41 12746.76 8129.41 12746.76 -l_un l_un PRO:ind 127.72 208.92 127.72 208.92 -l_une l_une PRO:ind f 36.12 93.58 36.12 93.58 -l_dopa l_dopa NOM f s 0.05 0.00 0.05 0.00 -l l ART:def --s 78.26 3.92 78.26 3.92 -lûmes lire VER 281.09 324.80 0.01 0.20 ind:pas:1p; -lût lire VER 281.09 324.80 0.00 0.47 sub:imp:3s; -la_la_la la_la_la ART:def f s 0.14 0.07 0.14 0.07 -la_plata la_plata NOM s 0.01 0.14 0.01 0.14 -la_plupart_de la_plupart_de ADJ:ind 3.94 7.30 3.94 7.30 -la_plupart_des la_plupart_des ADJ:ind 23.41 29.26 23.41 29.26 -la_plupart_du la_plupart_du ADJ:ind 5.07 7.91 5.07 7.91 -la_plupart la_plupart PRO:ind p 14.72 23.24 14.72 23.24 -la la ART:def f s 14946.48 23633.92 14946.48 23633.92 -laîche laîche NOM f s 0.06 0.07 0.06 0.00 -laîches laîche NOM f p 0.06 0.07 0.00 0.07 -laïc laïc ADJ m s 0.33 0.88 0.33 0.74 -laïciser laïciser VER 0.14 0.00 0.14 0.00 inf; -laïcité laïcité NOM f s 0.29 0.47 0.29 0.47 -laïcs laïc NOM p 0.32 0.95 0.16 0.68 -laïque laïque ADJ s 0.58 3.45 0.43 2.43 -laïques laïque ADJ p 0.58 3.45 0.15 1.01 -laïus laïus NOM m 1.78 1.08 1.78 1.08 -laïusse laïusser VER 0.00 0.07 0.00 0.07 ind:pre:3s; -labbe labbe NOM m s 0.00 0.14 0.00 0.07 -labbes labbe NOM m p 0.00 0.14 0.00 0.07 -label label NOM m s 1.59 0.54 1.30 0.47 -labelle labelle NOM m s 0.09 0.00 0.09 0.00 -labels label NOM m p 1.59 0.54 0.29 0.07 -labeur labeur NOM m s 3.73 9.80 3.71 8.85 -labeurs labeur NOM m p 3.73 9.80 0.03 0.95 -labial labial ADJ m s 0.02 0.41 0.00 0.27 -labiale labial ADJ f s 0.02 0.41 0.02 0.00 -labiales labial ADJ f p 0.02 0.41 0.00 0.07 -labialisant labialiser VER 0.00 0.07 0.00 0.07 par:pre; -labiaux labial ADJ m p 0.02 0.41 0.00 0.07 -labile labile ADJ s 0.01 0.27 0.01 0.27 -labo labo NOM m s 29.95 1.42 28.36 1.22 -laborantin laborantin NOM m s 0.12 0.27 0.09 0.07 -laborantine laborantin NOM f s 0.12 0.27 0.02 0.07 -laborantins laborantin NOM m p 0.12 0.27 0.01 0.14 -laboratoire laboratoire NOM m s 14.74 13.99 13.24 12.91 -laboratoires laboratoire NOM m p 14.74 13.99 1.51 1.08 -laborieuse laborieux ADJ f s 1.21 7.16 0.34 1.96 -laborieusement laborieusement ADV 0.02 1.62 0.02 1.62 -laborieuses laborieux ADJ f p 1.21 7.16 0.28 1.89 -laborieux laborieux ADJ m 1.21 7.16 0.60 3.31 -labos labo NOM m p 29.95 1.42 1.60 0.20 -labour labour NOM m s 0.67 6.62 0.39 2.64 -laboura labourer VER 2.56 7.03 0.00 0.07 ind:pas:3s; -labourable labourable ADJ s 0.01 0.00 0.01 0.00 -labourage labourage NOM m s 0.14 0.41 0.14 0.41 -labouraient labourer VER 2.56 7.03 0.01 0.41 ind:imp:3p; -labourais labourer VER 2.56 7.03 0.03 0.00 ind:imp:1s;ind:imp:2s; -labourait labourer VER 2.56 7.03 0.14 0.61 ind:imp:3s; -labourant labourer VER 2.56 7.03 0.03 0.54 par:pre; -laboure labourer VER 2.56 7.03 0.27 0.68 imp:pre:2s;ind:pre:1s;ind:pre:3s; -labourent labourer VER 2.56 7.03 0.13 0.20 ind:pre:3p; -labourer labourer VER 2.56 7.03 1.41 1.22 inf; -labourerait labourer VER 2.56 7.03 0.01 0.07 cnd:pre:3s; -laboureur laboureur NOM m s 0.20 2.43 0.17 1.42 -laboureurs laboureur NOM m p 0.20 2.43 0.02 1.01 -labours labour NOM m p 0.67 6.62 0.28 3.99 -labouré labourer VER m s 2.56 7.03 0.47 1.15 par:pas; -labourée labourer VER f s 2.56 7.03 0.02 1.08 par:pas; -labourées labourer VER f p 2.56 7.03 0.02 0.47 par:pas; -labourés labourer VER m p 2.56 7.03 0.01 0.54 par:pas; -labrador labrador NOM m s 0.36 0.34 0.30 0.27 -labradors labrador NOM m p 0.36 0.34 0.06 0.07 -labre labre NOM m s 0.00 0.20 0.00 0.07 -labres labre NOM m p 0.00 0.20 0.00 0.14 -labri labri NOM m s 0.02 0.00 0.01 0.00 -labris labri NOM m p 0.02 0.00 0.01 0.00 -labyrinthe labyrinthe NOM m s 5.05 8.31 4.90 7.03 -labyrinthes labyrinthe NOM m p 5.05 8.31 0.15 1.28 -labyrinthique labyrinthique ADJ s 0.05 0.27 0.02 0.20 -labyrinthiques labyrinthique ADJ p 0.05 0.27 0.03 0.07 -lac lac NOM m s 31.16 32.84 31.16 32.84 -lacandon lacandon ADJ s 0.00 0.07 0.00 0.07 -lacanien lacanien ADJ m s 0.01 0.07 0.01 0.07 -lacaniens lacanien NOM m p 0.00 0.14 0.00 0.07 -lace lacer VER 0.81 2.23 0.15 0.14 imp:pre:2s;ind:pre:1s;ind:pre:3s; -lacent lacer VER 0.81 2.23 0.00 0.07 ind:pre:3p; -lacer lacer VER 0.81 2.23 0.56 0.68 inf; -lacet lacet NOM m s 4.40 13.78 0.83 5.27 -lacets lacet NOM m p 4.40 13.78 3.57 8.51 -lacis lacis NOM m 0.00 1.89 0.00 1.89 -lack lack NOM m s 0.16 0.00 0.16 0.00 -laconique laconique ADJ s 0.08 2.43 0.06 1.55 -laconiquement laconiquement ADV 0.01 0.61 0.01 0.61 -laconiques laconique ADJ p 0.08 2.43 0.02 0.88 -laconisme laconisme NOM m s 0.01 0.47 0.01 0.47 -lacrima_christi lacrima_christi NOM m 0.00 0.07 0.00 0.07 -lacryma_christi lacryma_christi NOM m s 0.00 0.34 0.00 0.20 -lacryma_christi lacryma_christi NOM m s 0.00 0.34 0.00 0.14 -lacrymal lacrymal ADJ m s 0.42 0.68 0.03 0.14 -lacrymale lacrymal ADJ f s 0.42 0.68 0.00 0.07 -lacrymales lacrymal ADJ f p 0.42 0.68 0.25 0.47 -lacrymaux lacrymal ADJ m p 0.42 0.68 0.14 0.00 -lacrymogène lacrymogène ADJ s 1.22 0.81 0.54 0.41 -lacrymogènes lacrymogène ADJ p 1.22 0.81 0.69 0.41 -lacs lacs NOM m 3.60 8.58 3.60 8.58 -lactaires lactaire NOM m p 0.00 0.20 0.00 0.20 -lactate lactate NOM m s 0.06 0.00 0.06 0.00 -lactation lactation NOM f s 0.05 0.00 0.05 0.00 -lactescent lactescent ADJ m s 0.00 0.14 0.00 0.07 -lactescente lactescent ADJ f s 0.00 0.14 0.00 0.07 -lacère lacérer VER 1.38 4.05 0.18 0.54 imp:pre:2s;ind:pre:1s;ind:pre:3s; -lacèrent lacérer VER 1.38 4.05 0.14 0.20 ind:pre:3p; -lactifère lactifère ADJ f s 0.01 0.00 0.01 0.00 -lactique lactique ADJ s 0.12 0.00 0.12 0.00 -lactose lactose NOM m s 0.69 0.00 0.69 0.00 -lacté lacté ADJ m s 0.85 1.69 0.10 0.20 -lactée lacté ADJ f s 0.85 1.69 0.75 1.42 -lactés lacté ADJ m p 0.85 1.69 0.00 0.07 -lacé lacer VER m s 0.81 2.23 0.04 0.07 par:pas; -lacédémoniens lacédémonien NOM m p 0.00 0.07 0.00 0.07 -lacée lacer VER f s 0.81 2.23 0.00 0.07 par:pas; -lacées lacer VER f p 0.81 2.23 0.02 0.54 par:pas; -lacunaire lacunaire ADJ s 0.08 0.34 0.08 0.34 -lacune lacune NOM f s 0.44 2.23 0.09 0.68 -lacunes lacune NOM f p 0.44 2.23 0.35 1.55 -lacéra lacérer VER 1.38 4.05 0.00 0.20 ind:pas:3s; -lacéraient lacérer VER 1.38 4.05 0.00 0.14 ind:imp:3p; -lacérait lacérer VER 1.38 4.05 0.00 0.14 ind:imp:3s; -lacérant lacérer VER 1.38 4.05 0.15 0.41 par:pre; -lacération lacération NOM f s 1.64 0.00 1.00 0.00 -lacérations lacération NOM f p 1.64 0.00 0.64 0.00 -lacérer lacérer VER 1.38 4.05 0.34 1.01 inf; -lacérions lacérer VER 1.38 4.05 0.00 0.07 ind:imp:1p; -lacéré lacérer VER m s 1.38 4.05 0.26 0.68 par:pas; -lacérée lacérer VER f s 1.38 4.05 0.04 0.34 par:pas; -lacérées lacéré ADJ f p 0.10 1.22 0.02 0.34 -lacérés lacérer VER m p 1.38 4.05 0.26 0.27 par:pas; -lacés lacer VER m p 0.81 2.23 0.00 0.20 par:pas; -lacustre lacustre ADJ s 0.02 0.61 0.02 0.47 -lacustres lacustre ADJ m p 0.02 0.61 0.00 0.14 -lad lad NOM m s 0.20 0.74 0.17 0.54 -ladies ladies NOM f p 0.91 0.14 0.91 0.14 -ladino ladino NOM m s 0.00 0.07 0.00 0.07 -ladite ladite ADJ f s 0.33 1.82 0.33 1.82 -ladre ladre NOM s 0.01 0.27 0.01 0.20 -ladrerie ladrerie NOM f s 0.00 0.20 0.00 0.14 -ladreries ladrerie NOM f p 0.00 0.20 0.00 0.07 -ladres ladre NOM p 0.01 0.27 0.00 0.07 -lads lad NOM m p 0.20 0.74 0.03 0.20 -lady lady NOM f s 13.48 3.24 13.47 3.24 -ladys lady NOM f p 13.48 3.24 0.01 0.00 -lagan lagan NOM m s 0.05 0.00 0.05 0.00 -lagon lagon NOM m s 0.84 0.88 0.71 0.74 -lagons lagon NOM m p 0.84 0.88 0.13 0.14 -laguiole laguiole NOM m s 0.00 0.07 0.00 0.07 -lagunaire lagunaire ADJ m s 0.00 0.20 0.00 0.20 -lagune lagune NOM f s 2.84 8.92 2.40 6.69 -lagunes lagune NOM f p 2.84 8.92 0.44 2.23 -lai lai ADJ m s 1.05 0.14 1.04 0.14 -laid laid ADJ m s 18.54 26.82 9.52 10.41 -laide laid ADJ f s 18.54 26.82 6.23 9.73 -laidement laidement ADV 0.00 0.47 0.00 0.47 -laideron laideron NOM m s 0.47 0.68 0.26 0.20 -laiderons laideron NOM m p 0.47 0.68 0.21 0.47 -laides laid ADJ f p 18.54 26.82 1.51 3.11 -laideur laideur NOM f s 1.44 8.99 1.44 8.78 -laideurs laideur NOM f p 1.44 8.99 0.00 0.20 -laids laid ADJ m p 18.54 26.82 1.28 3.58 -laie laie NOM f s 0.01 1.76 0.01 1.62 -laies laie NOM f p 0.01 1.76 0.00 0.14 -lainage lainage NOM m s 0.17 4.59 0.01 2.50 -lainages lainage NOM m p 0.17 4.59 0.16 2.09 -laine laine NOM f s 6.41 37.03 6.27 34.86 -laines laine NOM f p 6.41 37.03 0.14 2.16 -laineurs laineur NOM m p 0.00 0.14 0.00 0.07 -laineuse laineux ADJ f s 0.06 1.89 0.00 0.47 -laineuses laineux ADJ f p 0.06 1.89 0.00 0.34 -laineux laineux ADJ m s 0.06 1.89 0.06 1.08 -lainier lainier ADJ m s 0.00 0.20 0.00 0.14 -lainière lainier ADJ f s 0.00 0.20 0.00 0.07 -laird laird NOM m s 0.36 0.07 0.36 0.07 -lais lai ADJ m p 1.05 0.14 0.01 0.00 -laissa laisser VER 1334.05 851.55 2.52 67.97 ind:pas:3s; -laissai laisser VER 1334.05 851.55 0.41 8.11 ind:pas:1s; -laissaient laisser VER 1334.05 851.55 1.69 23.92 ind:imp:3p; -laissais laisser VER 1334.05 851.55 4.54 12.36 ind:imp:1s;ind:imp:2s; -laissait laisser VER 1334.05 851.55 7.78 82.77 ind:imp:3s; -laissant laisser VER 1334.05 851.55 10.80 58.51 par:pre; -laissassent laisser VER 1334.05 851.55 0.00 0.07 sub:imp:3p; -laisse_la_moi laisse_la_moi NOM f s 0.14 0.00 0.14 0.00 -laisse laisser VER 1334.05 851.55 479.63 143.31 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:1s;sub:pre:3s; -laissent laisser VER 1334.05 851.55 15.24 22.30 ind:pre:3p;sub:pre:3p; -laisser_aller laisser_aller NOM m 0.75 3.38 0.75 3.38 -laisser_faire laisser_faire NOM m 0.01 0.07 0.01 0.07 -laisser laisser VER 1334.05 851.55 243.08 192.03 inf;;inf;;inf;;inf;;inf;; -laissera laisser VER 1334.05 851.55 13.78 6.62 ind:fut:3s; -laisserai laisser VER 1334.05 851.55 28.33 5.81 ind:fut:1s; -laisseraient laisser VER 1334.05 851.55 1.23 2.09 cnd:pre:3p; -laisserais laisser VER 1334.05 851.55 7.47 2.64 cnd:pre:1s;cnd:pre:2s; -laisserait laisser VER 1334.05 851.55 5.18 8.72 cnd:pre:3s; -laisseras laisser VER 1334.05 851.55 3.19 0.74 ind:fut:2s; -laisserez laisser VER 1334.05 851.55 1.93 1.22 ind:fut:2p; -laisseriez laisser VER 1334.05 851.55 0.93 0.54 cnd:pre:2p; -laisserions laisser VER 1334.05 851.55 0.10 0.34 cnd:pre:1p; -laisserons laisser VER 1334.05 851.55 2.93 0.81 ind:fut:1p; -laisseront laisser VER 1334.05 851.55 5.74 2.50 ind:fut:3p; -laisses laisser VER 1334.05 851.55 36.40 5.00 ind:pre:2s;sub:pre:1p;sub:pre:2s; -laissez_faire laissez_faire NOM m 0.01 0.00 0.01 0.00 -laissez_passer laissez_passer NOM m 4.00 1.96 4.00 1.96 -laissez laisser VER 1334.05 851.55 265.61 31.42 imp:pre:2p;ind:pre:2p; -laissiez laisser VER 1334.05 851.55 2.39 0.95 ind:imp:2p;sub:pre:2p; -laissions laisser VER 1334.05 851.55 0.54 2.50 ind:imp:1p; -laissâmes laisser VER 1334.05 851.55 0.00 0.54 ind:pas:1p; -laissons laisser VER 1334.05 851.55 20.73 6.76 imp:pre:1p;ind:pre:1p; -laissât laisser VER 1334.05 851.55 0.01 2.97 sub:imp:3s; -laissèrent laisser VER 1334.05 851.55 0.42 4.73 ind:pas:3p; -laissé_pour_compte laissé_pour_compte NOM m s 0.00 0.07 0.00 0.07 -laissé laisser VER m s 1334.05 851.55 139.96 117.57 par:pas;par:pas;par:pas;par:pas; -laissée laisser VER f s 1334.05 851.55 20.90 20.47 ind:imp:3p;par:pas; -laissées laisser VER f p 1334.05 851.55 3.47 6.01 par:pas; -laissés_pour_compte laissés_pour_compte NOM m p 0.23 0.07 0.23 0.07 -laissés laisser VER m p 1334.05 851.55 7.12 9.26 par:pas; -lait lait NOM m s 59.62 62.91 59.41 62.23 -laitage laitage NOM m s 0.41 0.88 0.22 0.54 -laitages laitage NOM m p 0.41 0.88 0.20 0.34 -laitance laitance NOM f s 0.27 0.47 0.27 0.34 -laitances laitance NOM f p 0.27 0.47 0.00 0.14 -laiterie laiterie NOM f s 0.32 0.61 0.29 0.47 -laiteries laiterie NOM f p 0.32 0.61 0.03 0.14 -laites laite NOM f p 0.00 0.07 0.00 0.07 -laiteuse laiteux ADJ f s 0.32 10.41 0.10 4.86 -laiteuses laiteux ADJ f p 0.32 10.41 0.00 1.42 -laiteux laiteux ADJ m 0.32 10.41 0.22 4.12 -laitier laitier NOM m s 1.29 2.43 1.18 1.49 -laitiers laitier ADJ m p 1.26 0.74 0.66 0.07 -laitière laitier ADJ f s 1.26 0.74 0.38 0.47 -laitières laitier ADJ f p 1.26 0.74 0.05 0.14 -laiton laiton NOM m s 0.21 1.55 0.21 1.55 -laits lait NOM m p 59.62 62.91 0.21 0.68 -laitue laitue NOM f s 2.52 2.43 1.97 1.62 -laitues laitue NOM f p 2.52 2.43 0.56 0.81 -laizes laize NOM f p 0.00 0.14 0.00 0.14 -lala lala ONO 0.66 0.07 0.66 0.07 -lama lama NOM m s 2.13 0.74 1.23 0.47 -lamaïsme lamaïsme NOM m s 0.00 0.07 0.00 0.07 -lamais lamer VER 0.01 0.20 0.00 0.07 ind:imp:1s; -lamantin lamantin NOM m s 0.84 0.20 0.54 0.14 -lamantins lamantin NOM m p 0.84 0.20 0.29 0.07 -lamartiniennes lamartinien NOM f p 0.00 0.07 0.00 0.07 -lamas lama NOM m p 2.13 0.74 0.90 0.27 -lambada lambada NOM f s 0.13 0.00 0.13 0.00 -lambda lambda NOM m s 0.74 0.07 0.72 0.00 -lambdas lambda NOM m p 0.74 0.07 0.02 0.07 -lambeau lambeau NOM m s 2.41 14.26 0.61 3.51 -lambeaux lambeau NOM m p 2.41 14.26 1.80 10.74 -lambel lambel NOM m s 0.01 0.00 0.01 0.00 -lambi lambi NOM m s 0.00 0.07 0.00 0.07 -lambic lambic NOM m s 0.00 0.07 0.00 0.07 -lambin lambin ADJ m s 0.04 0.14 0.02 0.14 -lambinaient lambiner VER 0.62 1.15 0.00 0.14 ind:imp:3p; -lambinais lambiner VER 0.62 1.15 0.00 0.07 ind:imp:1s; -lambinait lambiner VER 0.62 1.15 0.00 0.07 ind:imp:3s; -lambinant lambiner VER 0.62 1.15 0.00 0.07 par:pre; -lambine lambiner VER 0.62 1.15 0.26 0.14 imp:pre:2s;ind:pre:1s;ind:pre:3s; -lambiner lambiner VER 0.62 1.15 0.22 0.54 inf; -lambines lambiner VER 0.62 1.15 0.02 0.00 ind:pre:2s; -lambinez lambiner VER 0.62 1.15 0.05 0.00 imp:pre:2p;ind:pre:2p; -lambiniez lambiner VER 0.62 1.15 0.01 0.00 ind:imp:2p; -lambinions lambiner VER 0.62 1.15 0.00 0.07 ind:imp:1p; -lambinons lambiner VER 0.62 1.15 0.01 0.07 imp:pre:1p; -lambins lambin NOM m p 0.16 0.20 0.15 0.00 -lambiné lambiner VER m s 0.62 1.15 0.05 0.00 par:pas; -lambrequins lambrequin NOM m p 0.00 0.20 0.00 0.20 -lambris lambris NOM m 0.04 1.55 0.04 1.55 -lambrissage lambrissage NOM m s 0.01 0.07 0.01 0.07 -lambrissé lambrisser VER m s 0.02 0.27 0.01 0.07 par:pas; -lambrissée lambrissé ADJ f s 0.00 0.41 0.00 0.20 -lambrissées lambrisser VER f p 0.02 0.27 0.01 0.00 par:pas; -lambrusques lambrusque NOM f p 0.00 0.07 0.00 0.07 -lambswool lambswool NOM m s 0.00 0.14 0.00 0.14 -lame lame NOM f s 14.22 37.09 11.05 25.81 -lamedé lamedé NOM f s 0.00 0.81 0.00 0.68 -lamedu lamedu NOM m s 0.00 0.14 0.00 0.14 -lamedés lamedé NOM f p 0.00 0.81 0.00 0.14 -lamelle lamelle NOM f s 0.72 2.64 0.14 0.54 -lamelles lamelle NOM f p 0.72 2.64 0.59 2.09 -lamellibranches lamellibranche NOM m p 0.00 0.07 0.00 0.07 -lamelliforme lamelliforme ADJ m s 0.00 0.07 0.00 0.07 -lamenta lamenter VER 3.37 7.43 0.00 0.61 ind:pas:3s; -lamentable lamentable ADJ s 5.70 9.26 5.33 7.36 -lamentablement lamentablement ADV 0.44 1.82 0.44 1.82 -lamentables lamentable ADJ p 5.70 9.26 0.37 1.89 -lamentaient lamenter VER 3.37 7.43 0.00 0.47 ind:imp:3p; -lamentais lamenter VER 3.37 7.43 0.02 0.00 ind:imp:1s;ind:imp:2s; -lamentait lamenter VER 3.37 7.43 0.20 2.09 ind:imp:3s; -lamentant lamenter VER 3.37 7.43 0.06 0.41 par:pre; -lamentation lamentation NOM f s 1.35 4.80 0.47 0.95 -lamentations lamentation NOM f p 1.35 4.80 0.89 3.85 -lamente lamenter VER 3.37 7.43 1.31 1.01 imp:pre:2s;ind:pre:1s;ind:pre:3s; -lamentent lamenter VER 3.37 7.43 0.15 0.54 ind:pre:3p; -lamenter lamenter VER 3.37 7.43 1.20 1.55 ind:pre:2p;inf; -lamentera lamenter VER 3.37 7.43 0.14 0.07 ind:fut:3s; -lamenterait lamenter VER 3.37 7.43 0.01 0.07 cnd:pre:3s; -lamenteront lamenter VER 3.37 7.43 0.02 0.07 ind:fut:3p; -lamentez lamenter VER 3.37 7.43 0.03 0.07 imp:pre:2p;ind:pre:2p; -lamentions lamenter VER 3.37 7.43 0.00 0.07 ind:imp:1p; -lamento lamento NOM m s 0.01 1.22 0.01 1.22 -lamentons lamenter VER 3.37 7.43 0.10 0.00 ind:pre:1p; -lamentèrent lamenter VER 3.37 7.43 0.00 0.07 ind:pas:3p; -lamenté lamenter VER m s 3.37 7.43 0.14 0.27 par:pas; -lamentés lamenter VER m p 3.37 7.43 0.00 0.07 par:pas; -lamer mettre VER 1004.84 1083.65 0.01 0.00 imp:pre:2p; -lames lame NOM f p 14.22 37.09 3.17 11.28 -lamie lamie NOM f s 0.00 0.07 0.00 0.07 -lamifié lamifié ADJ m s 0.00 0.14 0.00 0.07 -lamifiés lamifié ADJ m p 0.00 0.14 0.00 0.07 -laminage laminage NOM m s 0.01 0.07 0.01 0.00 -laminages laminage NOM m p 0.01 0.07 0.00 0.07 -laminaire laminaire NOM f s 0.00 0.14 0.00 0.07 -laminaires laminaire NOM f p 0.00 0.14 0.00 0.07 -laminait laminer VER 0.70 1.55 0.00 0.14 ind:imp:3s; -laminant laminer VER 0.70 1.55 0.01 0.00 par:pre; -lamine laminer VER 0.70 1.55 0.05 0.20 imp:pre:2s;ind:pre:1s;ind:pre:3s; -laminectomie laminectomie NOM f s 0.01 0.00 0.01 0.00 -laminer laminer VER 0.70 1.55 0.44 0.34 inf; -lamineront laminer VER 0.70 1.55 0.01 0.00 ind:fut:3p; -lamines laminer VER 0.70 1.55 0.00 0.07 ind:pre:2s; -laminoir laminoir NOM m s 0.01 0.47 0.00 0.34 -laminoirs laminoir NOM m p 0.01 0.47 0.01 0.14 -laminé laminer VER m s 0.70 1.55 0.11 0.47 par:pas; -laminée laminer VER f s 0.70 1.55 0.02 0.07 par:pas; -laminées laminer VER f p 0.70 1.55 0.01 0.14 par:pas; -laminés laminer VER m p 0.70 1.55 0.05 0.14 par:pas; -lampa lamper VER 0.41 1.69 0.14 0.20 ind:pas:3s; -lampadaire lampadaire NOM m s 1.89 6.76 1.61 2.84 -lampadaires lampadaire NOM m p 1.89 6.76 0.28 3.92 -lampadophore lampadophore ADJ s 0.00 0.14 0.00 0.14 -lampais lamper VER 0.41 1.69 0.00 0.07 ind:imp:1s; -lampait lamper VER 0.41 1.69 0.00 0.41 ind:imp:3s; -lampant lamper VER 0.41 1.69 0.00 0.20 par:pre; -lamparos lamparo NOM m p 0.00 0.14 0.00 0.14 -lampas lampas NOM m 0.00 0.07 0.00 0.07 -lampe_phare lampe_phare NOM f s 0.00 0.07 0.00 0.07 -lampe_tempête lampe_tempête NOM f s 0.00 0.95 0.00 0.68 -lampe lampe NOM f s 25.86 93.11 22.22 70.88 -lampent lamper VER 0.41 1.69 0.01 0.00 ind:pre:3p; -lamper lamper VER 0.41 1.69 0.00 0.20 inf; -lampe_tempête lampe_tempête NOM f p 0.00 0.95 0.00 0.27 -lampes lampe NOM f p 25.86 93.11 3.63 22.23 -lampez lamper VER 0.41 1.69 0.00 0.07 ind:pre:2p; -lampion lampion NOM m s 0.28 3.99 0.01 0.81 -lampions lampion NOM m p 0.28 3.99 0.27 3.18 -lampiste lampiste NOM m s 0.03 0.20 0.01 0.00 -lampisterie lampisterie NOM f s 0.00 0.27 0.00 0.20 -lampisteries lampisterie NOM f p 0.00 0.27 0.00 0.07 -lampistes lampiste NOM m p 0.03 0.20 0.02 0.20 -lampons lampon NOM m p 0.00 0.07 0.00 0.07 -lamproie lamproie NOM f s 0.04 0.41 0.03 0.07 -lamproies lamproie NOM f p 0.04 0.41 0.01 0.34 -lampé lamper VER m s 0.41 1.69 0.00 0.20 par:pas; -lampée lampée NOM f s 0.26 3.31 0.25 2.50 -lampées lampée NOM f p 0.26 3.31 0.01 0.81 -lampyres lampyre NOM m p 0.01 0.07 0.01 0.07 -lamé lamé ADJ m s 0.56 1.22 0.56 0.81 -lamée lamé ADJ f s 0.56 1.22 0.00 0.07 -lamées lamer VER f p 0.01 0.20 0.00 0.07 par:pas; -lamés lamé ADJ m p 0.56 1.22 0.00 0.34 -lance_engins lance_engins NOM m 0.02 0.00 0.02 0.00 -lance_flamme lance_flamme NOM m s 0.06 0.00 0.06 0.00 -lance_flammes lance_flammes NOM m 1.06 0.61 1.06 0.61 -lance_fusée lance_fusée NOM m s 0.01 0.00 0.01 0.00 -lance_fusées lance_fusées NOM m 0.12 0.61 0.12 0.61 -lance_grenade lance_grenade NOM m s 0.02 0.00 0.02 0.00 -lance_grenades lance_grenades NOM m 0.34 0.00 0.34 0.00 -lance_missiles lance_missiles NOM m 0.26 0.07 0.26 0.07 -lance_pierre lance_pierre NOM m s 0.25 0.07 0.25 0.07 -lance_pierres lance_pierres NOM m 0.39 1.42 0.39 1.42 -lance_roquette lance_roquette NOM m s 0.06 0.00 0.06 0.00 -lance_roquettes lance_roquettes NOM m 0.72 0.14 0.72 0.14 -lance_torpille lance_torpille NOM m s 0.00 0.07 0.00 0.07 -lance_torpilles lance_torpilles NOM m 0.03 0.41 0.03 0.41 -lance lancer VER 75.08 165.07 18.30 19.19 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:1s;sub:pre:3s; -lancelot lancelot NOM m s 0.00 0.14 0.00 0.14 -lancement lancement NOM m s 8.88 2.03 8.63 1.96 -lancements lancement NOM m p 8.88 2.03 0.25 0.07 -lancent lancer VER 75.08 165.07 1.31 4.05 ind:pre:3p; -lancequine lancequiner VER 0.00 0.34 0.00 0.27 ind:pre:1s;ind:pre:3s; -lancequiner lancequiner VER 0.00 0.34 0.00 0.07 inf; -lancer lancer VER 75.08 165.07 18.42 26.08 inf; -lancera lancer VER 75.08 165.07 0.90 0.41 ind:fut:3s; -lancerai lancer VER 75.08 165.07 0.65 0.20 ind:fut:1s; -lanceraient lancer VER 75.08 165.07 0.01 0.07 cnd:pre:3p; -lancerais lancer VER 75.08 165.07 0.28 0.07 cnd:pre:1s;cnd:pre:2s; -lancerait lancer VER 75.08 165.07 0.15 0.68 cnd:pre:3s; -lanceras lancer VER 75.08 165.07 0.18 0.07 ind:fut:2s; -lancerez lancer VER 75.08 165.07 0.26 0.00 ind:fut:2p; -lancerons lanceron NOM m p 0.18 0.00 0.18 0.00 -lanceront lancer VER 75.08 165.07 0.16 0.14 ind:fut:3p; -lancers lancer NOM m p 4.04 2.03 0.68 0.34 -lances lancer VER 75.08 165.07 1.91 0.47 ind:pre:2s;sub:pre:2s; -lancette lancette NOM f s 0.29 0.27 0.29 0.27 -lanceur lanceur NOM m s 2.25 0.54 1.84 0.34 -lanceurs lanceur NOM m p 2.25 0.54 0.39 0.20 -lanceuse lanceur NOM f s 2.25 0.54 0.02 0.00 -lancez lancer VER 75.08 165.07 5.83 0.47 imp:pre:2p;ind:pre:2p; -lancier lancier NOM m s 0.55 0.88 0.23 0.14 -lanciers lancier NOM m p 0.55 0.88 0.31 0.74 -lanciez lancer VER 75.08 165.07 0.10 0.00 ind:imp:2p; -lancinait lanciner VER 0.14 0.74 0.00 0.14 ind:imp:3s; -lancinance lancinance NOM f s 0.00 0.07 0.00 0.07 -lancinant lancinant ADJ m s 0.48 5.34 0.19 1.89 -lancinante lancinant ADJ f s 0.48 5.34 0.29 2.16 -lancinantes lancinant ADJ f p 0.48 5.34 0.01 0.95 -lancinants lancinant ADJ m p 0.48 5.34 0.00 0.34 -lancine lanciner VER 0.14 0.74 0.04 0.07 ind:pre:1s;ind:pre:3s; -lanciné lanciner VER m s 0.14 0.74 0.00 0.14 par:pas; -lancions lancer VER 75.08 165.07 0.05 0.20 ind:imp:1p; -lancèrent lancer VER 75.08 165.07 0.21 1.42 ind:pas:3p; -lancé lancer VER m s 75.08 165.07 17.31 24.66 par:pas; -lancée lancer VER f s 75.08 165.07 3.02 6.76 par:pas; -lancées lancer VER f p 75.08 165.07 0.68 2.84 par:pas; -lancéolés lancéolé ADJ m p 0.00 0.07 0.00 0.07 -lancés lancer VER m p 75.08 165.07 1.20 5.27 par:pas; -land land NOM m s 2.77 1.96 2.56 1.96 -landais landais ADJ m 0.01 0.74 0.01 0.20 -landaise landais NOM f s 0.01 0.07 0.01 0.00 -landaises landais ADJ f p 0.01 0.74 0.00 0.14 -landau landau NOM m s 1.01 4.59 0.98 3.65 -landaulet landaulet NOM m s 0.00 0.07 0.00 0.07 -landaus landau NOM m p 1.01 4.59 0.04 0.95 -lande lande NOM f s 1.69 10.47 1.57 8.04 -landerneau landerneau NOM m s 0.00 0.07 0.00 0.07 -landes lande NOM f p 1.69 10.47 0.12 2.43 -landiers landier NOM m p 0.00 0.20 0.00 0.20 -landing landing NOM m s 0.10 0.00 0.10 0.00 -landlord landlord NOM m s 0.01 0.00 0.01 0.00 -lands land NOM m p 2.77 1.96 0.21 0.00 -landsturm landsturm NOM m s 0.00 0.14 0.00 0.14 -landwehr landwehr NOM f s 0.00 0.27 0.00 0.27 -langage langage NOM m s 16.68 37.36 16.56 36.01 -langages langage NOM m p 16.68 37.36 0.11 1.35 -langagiers langagier ADJ m p 0.00 0.20 0.00 0.20 -lange langer VER 1.06 1.15 0.55 0.00 ind:pre:3s; -langeait langer VER 1.06 1.15 0.00 0.14 ind:imp:3s; -langeant langer VER 1.06 1.15 0.00 0.07 par:pre; -langer langer VER 1.06 1.15 0.23 0.68 inf; -langes lange NOM m p 0.85 1.62 0.75 1.55 -langoureuse langoureux ADJ f s 0.77 3.04 0.09 1.08 -langoureusement langoureusement ADV 0.02 0.47 0.02 0.47 -langoureuses langoureux ADJ f p 0.77 3.04 0.01 0.27 -langoureux langoureux ADJ m 0.77 3.04 0.67 1.69 -langouste langouste NOM f s 2.98 4.19 1.99 2.09 -langoustes langouste NOM f p 2.98 4.19 0.99 2.09 -langoustine langoustine NOM f s 0.48 0.47 0.22 0.00 -langoustines langoustine NOM f p 0.48 0.47 0.26 0.47 -langé langer VER m s 1.06 1.15 0.28 0.20 par:pas; -langue langue NOM f s 69.11 126.28 58.95 103.78 -langée langer VER f s 1.06 1.15 0.00 0.07 par:pas; -languedociens languedocien NOM m p 0.00 0.07 0.00 0.07 -langues langue NOM f p 69.11 126.28 10.17 22.50 -languette languette NOM f s 0.10 0.81 0.09 0.54 -languettes languette NOM f p 0.10 0.81 0.01 0.27 -langueur langueur NOM f s 0.36 4.66 0.36 3.78 -langueurs langueur NOM f p 0.36 4.66 0.00 0.88 -langui languir VER m s 5.99 3.72 0.34 0.20 par:pas; -languide languide ADJ s 0.20 1.55 0.10 1.28 -languides languide ADJ m p 0.20 1.55 0.10 0.27 -languir languir VER 5.99 3.72 1.45 1.08 inf; -languirait languir VER 5.99 3.72 0.01 0.07 cnd:pre:3s; -languirent languir VER 5.99 3.72 0.01 0.07 ind:pas:3p; -languiront languir VER 5.99 3.72 0.00 0.07 ind:fut:3p; -languis languir VER m p 5.99 3.72 1.80 0.27 ind:pre:1s;ind:pre:2s;par:pas; -languissaient languir VER 5.99 3.72 0.12 0.14 ind:imp:3p; -languissais languir VER 5.99 3.72 0.46 0.41 ind:imp:1s;ind:imp:2s; -languissait languir VER 5.99 3.72 0.49 0.68 ind:imp:3s; -languissamment languissamment ADV 0.01 0.34 0.01 0.34 -languissant languissant ADJ m s 0.91 2.16 0.49 0.81 -languissante languissant ADJ f s 0.91 2.16 0.28 0.74 -languissantes languissant ADJ f p 0.91 2.16 0.15 0.20 -languissants languissant ADJ m p 0.91 2.16 0.00 0.41 -languisse languir VER 5.99 3.72 0.02 0.00 sub:pre:1s;sub:pre:3s; -languissent languir VER 5.99 3.72 0.03 0.07 ind:pre:3p; -languisses languir VER 5.99 3.72 0.01 0.00 sub:pre:2s; -languissons languir VER 5.99 3.72 0.14 0.00 ind:pre:1p; -languit languir VER 5.99 3.72 1.10 0.47 ind:pre:3s;ind:pas:3s; -lanière lanière NOM f s 0.85 6.69 0.42 2.64 -lanières lanière NOM f p 0.85 6.69 0.43 4.05 -lanlaire lanlaire ADV 0.00 0.14 0.00 0.14 -lanoline lanoline NOM f s 0.09 0.14 0.09 0.14 -lansquenet lansquenet NOM m s 1.36 1.76 1.36 0.41 -lansquenets lansquenet NOM m p 1.36 1.76 0.00 1.35 -lansquine lansquine NOM f s 0.00 0.07 0.00 0.07 -lansquiner lansquiner VER 0.00 0.07 0.00 0.07 inf; -lanternant lanterner VER 0.10 0.20 0.00 0.07 par:pre; -lanterne_tempête lanterne_tempête NOM f s 0.00 0.07 0.00 0.07 -lanterne lanterne NOM f s 3.09 16.82 2.35 11.55 -lanterner lanterner VER 0.10 0.20 0.06 0.14 inf; -lanternes lanterne NOM f p 3.09 16.82 0.73 5.27 -lanternez lanterner VER 0.10 0.20 0.02 0.00 imp:pre:2p;ind:pre:2p; -lanternier lanternier NOM m s 0.00 0.14 0.00 0.14 -lanterné lanterner VER m s 0.10 0.20 0.01 0.00 par:pas; -lança lancer VER 75.08 165.07 0.79 38.72 ind:pas:3s; -lançai lancer VER 75.08 165.07 0.04 1.49 ind:pas:1s; -lançaient lancer VER 75.08 165.07 0.63 5.81 ind:imp:3p; -lançais lancer VER 75.08 165.07 0.41 1.49 ind:imp:1s;ind:imp:2s; -lançait lancer VER 75.08 165.07 0.89 15.41 ind:imp:3s; -lanthane lanthane NOM m s 0.01 0.00 0.01 0.00 -lançant lancer VER 75.08 165.07 0.60 8.11 par:pre; -lanças lancer VER 75.08 165.07 0.00 0.14 ind:pas:2s; -lançâmes lancer VER 75.08 165.07 0.00 0.14 ind:pas:1p; -lançons lancer VER 75.08 165.07 0.81 0.34 imp:pre:1p;ind:pre:1p; -lançât lancer VER 75.08 165.07 0.00 0.41 sub:imp:3s; -lao lao NOM m s 0.02 0.14 0.01 0.07 -laos lao NOM m p 0.02 0.14 0.01 0.07 -laotien laotien ADJ m s 0.02 0.20 0.02 0.00 -laotienne laotien ADJ f s 0.02 0.20 0.00 0.14 -laotiens laotien NOM m p 0.05 0.00 0.05 0.00 -lap lap NOM m s 0.08 0.27 0.08 0.27 -lapais laper VER 1.41 2.36 0.00 0.07 ind:imp:1s; -lapait laper VER 1.41 2.36 0.00 0.41 ind:imp:3s; -lapalissade lapalissade NOM f s 0.01 0.00 0.01 0.00 -lapant laper VER 1.41 2.36 0.00 0.47 par:pre; -laparoscopie laparoscopie NOM f s 0.09 0.00 0.09 0.00 -laparotomie laparotomie NOM f s 0.22 0.07 0.22 0.07 -lape laper VER 1.41 2.36 1.33 0.41 imp:pre:2s;ind:pre:3s; -lapement lapement NOM m s 0.00 0.27 0.00 0.07 -lapements lapement NOM m p 0.00 0.27 0.00 0.20 -lapent laper VER 1.41 2.36 0.00 0.07 ind:pre:3p; -laper laper VER 1.41 2.36 0.07 0.68 inf; -lapereau lapereau NOM m s 0.31 0.27 0.29 0.00 -lapereaux lapereau NOM m p 0.31 0.27 0.02 0.27 -lapida lapider VER 0.93 1.35 0.00 0.07 ind:pas:3s; -lapidaire lapidaire ADJ s 0.03 0.88 0.01 0.34 -lapidaires lapidaire ADJ p 0.03 0.88 0.02 0.54 -lapidait lapider VER 0.93 1.35 0.02 0.14 ind:imp:3s; -lapidant lapider VER 0.93 1.35 0.00 0.07 par:pre; -lapidation lapidation NOM f s 0.27 0.14 0.25 0.07 -lapidations lapidation NOM f p 0.27 0.14 0.02 0.07 -lapide lapider VER 0.93 1.35 0.13 0.07 ind:pre:3s; -lapident lapider VER 0.93 1.35 0.01 0.00 ind:pre:3p; -lapider lapider VER 0.93 1.35 0.27 0.34 inf; -lapiderait lapider VER 0.93 1.35 0.01 0.07 cnd:pre:3s; -lapideras lapider VER 0.93 1.35 0.01 0.00 ind:fut:2s; -lapidez lapider VER 0.93 1.35 0.07 0.00 imp:pre:2p; -lapidification lapidification NOM f s 0.00 0.07 0.00 0.07 -lapidifiés lapidifier VER m p 0.00 0.07 0.00 0.07 par:pas; -lapidèrent lapider VER 0.93 1.35 0.14 0.00 ind:pas:3p; -lapidé lapider VER m s 0.93 1.35 0.19 0.41 par:pas; -lapidée lapider VER f s 0.93 1.35 0.07 0.07 par:pas; -lapidés lapider VER m p 0.93 1.35 0.01 0.14 par:pas; -lapin lapin NOM m s 39.16 32.43 26.59 16.76 -lapine lapin NOM f s 39.16 32.43 0.25 0.41 -lapiner lapiner VER 0.00 0.07 0.00 0.07 inf; -lapines lapine NOM f p 0.13 0.00 0.13 0.00 -lapinière lapinière NOM f s 0.01 0.00 0.01 0.00 -lapins lapin NOM m p 39.16 32.43 12.32 15.14 -lapis_lazuli lapis_lazuli NOM m 0.01 0.41 0.01 0.41 -lapis lapis NOM m 0.03 0.14 0.03 0.14 -lapon lapon NOM m s 2.21 0.14 2.21 0.07 -lapone lapon ADJ f s 1.44 0.14 0.01 0.07 -lapones lapon ADJ f p 1.44 0.14 0.00 0.07 -laponne lapon ADJ f s 1.44 0.14 0.10 0.00 -lapons lapon NOM m p 2.21 0.14 0.01 0.00 -lappant lapper VER 0.00 0.47 0.00 0.14 par:pre; -lapper lapper VER 0.00 0.47 0.00 0.27 inf; -lappé lapper VER m s 0.00 0.47 0.00 0.07 par:pas; -laps laps NOM m 0.57 2.23 0.57 2.23 -lapsus lapsus NOM m 0.93 1.62 0.93 1.62 -lapé laper VER m s 1.41 2.36 0.00 0.27 par:pas; -lapées laper VER f p 1.41 2.36 0.01 0.00 par:pas; -laquaient laquer VER 0.12 3.72 0.00 0.07 ind:imp:3p; -laquais laquais NOM m 1.15 2.36 1.15 2.36 -laquait laquer VER 0.12 3.72 0.00 0.07 ind:imp:3s; -laque laque NOM f s 0.79 2.70 0.79 2.09 -laquelle laquelle PRO:rel f s 68.94 185.27 66.95 182.36 -laquer laquer VER 0.12 3.72 0.01 0.07 inf; -laquerai laquer VER 0.12 3.72 0.00 0.07 ind:fut:1s; -laques laque NOM f p 0.79 2.70 0.00 0.61 -laqué laqué ADJ m s 0.66 3.38 0.47 1.49 -laquée laqué ADJ f s 0.66 3.38 0.14 0.81 -laquées laqué ADJ f p 0.66 3.38 0.01 0.14 -laqués laqué ADJ m p 0.66 3.38 0.04 0.95 -larbin larbin NOM m s 3.17 3.72 2.24 1.96 -larbineries larbinerie NOM f p 0.00 0.07 0.00 0.07 -larbins larbin NOM m p 3.17 3.72 0.93 1.76 -larcin larcin NOM m s 0.60 2.30 0.43 1.22 -larcins larcin NOM m p 0.60 2.30 0.17 1.08 -lard lard NOM m s 8.62 11.28 8.49 11.01 -larda larder VER 0.07 1.35 0.00 0.07 ind:pas:3s; -lardage lardage NOM m s 0.00 0.07 0.00 0.07 -lardais larder VER 0.07 1.35 0.00 0.07 ind:imp:1s; -lardait larder VER 0.07 1.35 0.00 0.14 ind:imp:3s; -lardant larder VER 0.07 1.35 0.00 0.07 par:pre; -larde larder VER 0.07 1.35 0.01 0.14 ind:pre:1s;ind:pre:3s; -larder larder VER 0.07 1.35 0.04 0.41 inf; -lardeuss lardeuss NOM m 0.00 0.68 0.00 0.68 -lardeux lardeux ADJ m 0.00 0.07 0.00 0.07 -lardon lardon NOM m s 0.83 1.76 0.57 0.61 -lardons lardon NOM m p 0.83 1.76 0.26 1.15 -lards lard NOM m p 8.62 11.28 0.13 0.27 -lardé larder VER m s 0.07 1.35 0.02 0.27 par:pas; -lardu lardu NOM m s 0.03 3.85 0.01 1.49 -lardée larder VER f s 0.07 1.35 0.00 0.07 par:pas; -lardées larder VER f p 0.07 1.35 0.00 0.07 par:pas; -lardus lardu NOM m p 0.03 3.85 0.02 2.36 -lare lare ADJ m s 0.27 0.14 0.00 0.07 -lares lare ADJ m p 0.27 0.14 0.27 0.07 -larfeuil larfeuil NOM m s 0.13 0.27 0.13 0.20 -larfeuille larfeuille NOM m s 0.16 0.41 0.16 0.34 -larfeuilles larfeuille NOM m p 0.16 0.41 0.00 0.07 -larfeuils larfeuil NOM m p 0.13 0.27 0.00 0.07 -largable largable ADJ f s 0.02 0.00 0.02 0.00 -largage largage NOM m s 1.36 0.07 1.34 0.07 -largages largage NOM m p 1.36 0.07 0.02 0.00 -large large ADJ s 18.66 107.50 14.25 70.54 -largement largement ADV 5.98 26.76 5.98 26.76 -larges large ADJ p 18.66 107.50 4.41 36.96 -largesse largesse NOM f s 0.42 2.23 0.08 0.88 -largesses largesse NOM f p 0.42 2.23 0.34 1.35 -largeur largeur NOM f s 1.58 11.89 1.55 11.42 -largeurs largeur NOM f p 1.58 11.89 0.02 0.47 -larghetto larghetto NOM m s 0.00 0.07 0.00 0.07 -largo largo ADV 0.94 0.00 0.94 0.00 -largua larguer VER 14.61 6.89 0.03 0.20 ind:pas:3s; -larguaient larguer VER 14.61 6.89 0.01 0.07 ind:imp:3p; -larguais larguer VER 14.61 6.89 0.05 0.14 ind:imp:1s; -larguait larguer VER 14.61 6.89 0.08 0.41 ind:imp:3s; -larguant larguer VER 14.61 6.89 0.08 0.20 par:pre; -largue larguer VER 14.61 6.89 2.13 0.68 imp:pre:2s;ind:pre:1s;ind:pre:3s; -larguent larguer VER 14.61 6.89 0.27 0.20 ind:pre:3p; -larguer larguer VER 14.61 6.89 4.16 2.30 inf; -larguera larguer VER 14.61 6.89 0.16 0.00 ind:fut:3s; -larguerai larguer VER 14.61 6.89 0.04 0.07 ind:fut:1s; -larguerait larguer VER 14.61 6.89 0.03 0.07 cnd:pre:3s; -larguerez larguer VER 14.61 6.89 0.02 0.00 ind:fut:2p; -largueront larguer VER 14.61 6.89 0.02 0.00 ind:fut:3p; -largues larguer VER 14.61 6.89 0.30 0.07 ind:pre:2s; -largueur largueur NOM m s 0.02 0.00 0.02 0.00 -larguez larguer VER 14.61 6.89 1.01 0.20 imp:pre:2p;ind:pre:2p; -larguiez larguer VER 14.61 6.89 0.00 0.07 ind:imp:2p; -larguons larguer VER 14.61 6.89 0.00 0.07 imp:pre:1p; -largué larguer VER m s 14.61 6.89 4.20 1.28 par:pas; -larguée larguer VER f s 14.61 6.89 1.49 0.61 par:pas; -larguées largué ADJ f p 0.87 0.95 0.21 0.14 -largués larguer VER m p 14.61 6.89 0.45 0.27 par:pas; -larigot larigot NOM m s 0.00 0.41 0.00 0.41 -larme larme NOM f s 45.71 133.51 5.15 10.81 -larmes larme NOM f p 45.71 133.51 40.56 122.70 -larmichette larmichette NOM f s 0.01 0.27 0.01 0.20 -larmichettes larmichette NOM f p 0.01 0.27 0.00 0.07 -larmiers larmier NOM m p 0.00 0.07 0.00 0.07 -larmoie larmoyer VER 0.28 1.28 0.10 0.27 ind:pre:3s; -larmoiement larmoiement NOM m s 0.00 0.20 0.00 0.14 -larmoiements larmoiement NOM m p 0.00 0.20 0.00 0.07 -larmoient larmoyer VER 0.28 1.28 0.00 0.07 ind:pre:3p; -larmoyait larmoyer VER 0.28 1.28 0.01 0.20 ind:imp:3s; -larmoyant larmoyant ADJ m s 0.84 2.91 0.32 0.54 -larmoyante larmoyant ADJ f s 0.84 2.91 0.27 1.35 -larmoyantes larmoyant ADJ f p 0.84 2.91 0.09 0.20 -larmoyants larmoyant ADJ m p 0.84 2.91 0.16 0.81 -larmoyer larmoyer VER 0.28 1.28 0.15 0.41 inf; -larmoyeur larmoyeur ADJ m s 0.00 0.07 0.00 0.07 -larmoyons larmoyer VER 0.28 1.28 0.00 0.07 imp:pre:1p; -larmoyé larmoyer VER m s 0.28 1.28 0.00 0.07 par:pas; -larron larron NOM m s 0.51 1.82 0.34 0.95 -larronne larronner VER 0.00 0.07 0.00 0.07 ind:pre:3s; -larrons larron NOM m p 0.51 1.82 0.17 0.88 -larsen larsen NOM m s 0.89 0.34 0.89 0.34 -larvaire larvaire ADJ s 0.09 1.08 0.07 0.68 -larvaires larvaire ADJ p 0.09 1.08 0.03 0.41 -larve larve NOM f s 3.52 3.92 1.92 1.69 -larves larve NOM f p 3.52 3.92 1.61 2.23 -larvicide larvicide NOM m s 0.01 0.00 0.01 0.00 -larvé larvé ADJ m s 0.03 0.88 0.00 0.14 -larvée larvé ADJ f s 0.03 0.88 0.03 0.61 -larvées larvé ADJ f p 0.03 0.88 0.00 0.14 -laryngite laryngite NOM f s 0.27 0.14 0.27 0.14 -laryngologique laryngologique ADJ f s 0.00 0.07 0.00 0.07 -laryngologiste laryngologiste NOM s 0.00 0.14 0.00 0.14 -laryngoscope laryngoscope NOM m s 0.19 0.07 0.18 0.00 -laryngoscopes laryngoscope NOM m p 0.19 0.07 0.01 0.07 -laryngoscopie laryngoscopie NOM f s 0.10 0.00 0.10 0.00 -laryngé laryngé ADJ m s 0.09 0.07 0.09 0.00 -laryngée laryngé ADJ f s 0.09 0.07 0.00 0.07 -larynx larynx NOM m 0.94 1.55 0.94 1.55 -las las ONO 0.12 0.74 0.12 0.74 -lasagne lasagne NOM f s 1.94 0.41 0.15 0.00 -lasagnes lasagne NOM f p 1.94 0.41 1.79 0.41 -lascar lascar NOM m s 1.34 3.92 0.79 1.89 -lascars lascar NOM m p 1.34 3.92 0.55 2.03 -lascif lascif ADJ m s 1.52 2.50 0.46 0.74 -lascifs lascif ADJ m p 1.52 2.50 0.05 0.27 -lascive lascif ADJ f s 1.52 2.50 0.21 0.54 -lascivement lascivement ADV 0.02 0.27 0.02 0.27 -lascives lascif ADJ f p 1.52 2.50 0.80 0.95 -lascivité lascivité NOM f s 0.16 0.34 0.16 0.27 -lascivités lascivité NOM f p 0.16 0.34 0.00 0.07 -laser laser NOM m s 7.87 0.95 5.87 0.81 -lasers laser NOM m p 7.87 0.95 2.00 0.14 -lassa lasser VER 7.43 24.32 0.05 0.74 ind:pas:3s; -lassai lasser VER 7.43 24.32 0.00 0.20 ind:pas:1s; -lassaient lasser VER 7.43 24.32 0.01 0.95 ind:imp:3p; -lassais lasser VER 7.43 24.32 0.08 0.68 ind:imp:1s;ind:imp:2s; -lassait lasser VER 7.43 24.32 0.06 2.91 ind:imp:3s; -lassant lassant ADJ m s 0.67 1.28 0.58 0.61 -lassante lassant ADJ f s 0.67 1.28 0.05 0.41 -lassantes lassant ADJ f p 0.67 1.28 0.02 0.20 -lassants lassant ADJ m p 0.67 1.28 0.02 0.07 -lasse las ADJ f s 16.46 35.00 8.33 10.07 -lassent lasser VER 7.43 24.32 0.50 0.74 ind:pre:3p; -lasser lasser VER 7.43 24.32 1.22 5.88 inf; -lassera lasser VER 7.43 24.32 0.39 0.00 ind:fut:3s; -lasserai lasser VER 7.43 24.32 0.22 0.47 ind:fut:1s; -lasseraient lasser VER 7.43 24.32 0.00 0.14 cnd:pre:3p; -lasserais lasser VER 7.43 24.32 0.04 0.27 cnd:pre:1s;cnd:pre:2s; -lasserait lasser VER 7.43 24.32 0.01 0.20 cnd:pre:3s; -lasserez lasser VER 7.43 24.32 0.02 0.00 ind:fut:2p; -lasseront lasser VER 7.43 24.32 0.04 0.07 ind:fut:3p; -lasses lasser VER 7.43 24.32 0.18 0.00 ind:pre:2s; -lassez lasser VER 7.43 24.32 0.10 0.14 imp:pre:2p;ind:pre:2p; -lassitude lassitude NOM f s 1.57 17.09 1.57 16.82 -lassitudes lassitude NOM f p 1.57 17.09 0.00 0.27 -lasso lasso NOM m s 1.02 1.28 0.94 1.08 -lassons lasser VER 7.43 24.32 0.00 0.07 ind:pre:1p; -lassos lasso NOM m p 1.02 1.28 0.09 0.20 -lassèrent lasser VER 7.43 24.32 0.00 0.27 ind:pas:3p; -lassé lasser VER m s 7.43 24.32 1.78 3.31 par:pas; -lassée lasser VER f s 7.43 24.32 0.42 1.42 par:pas; -lassées lasser VER f p 7.43 24.32 0.02 0.34 par:pas; -lassés lasser VER m p 7.43 24.32 0.23 0.68 par:pas; -lasure lasure NOM f s 0.01 0.00 0.01 0.00 -latence latence NOM f s 0.08 0.14 0.08 0.07 -latences latence NOM f p 0.08 0.14 0.00 0.07 -latent latent ADJ m s 1.25 2.84 0.21 0.88 -latente latent ADJ f s 1.25 2.84 0.76 1.22 -latentes latent ADJ f p 1.25 2.84 0.14 0.47 -latents latent ADJ m p 1.25 2.84 0.14 0.27 -latex latex NOM m 1.65 0.47 1.65 0.47 -laça lacer VER 0.81 2.23 0.00 0.20 ind:pas:3s; -laçage laçage NOM m s 0.03 0.41 0.03 0.41 -laçais lacer VER 0.81 2.23 0.01 0.00 ind:imp:2s; -laçait lacer VER 0.81 2.23 0.01 0.14 ind:imp:3s; -laçant lacer VER 0.81 2.23 0.01 0.14 par:pre; -laticlave laticlave NOM m s 0.00 0.07 0.00 0.07 -latifundistes latifundiste NOM p 0.00 0.07 0.00 0.07 -latin latin NOM m s 6.62 15.07 6.53 14.93 -latine latin ADJ f s 4.52 12.64 2.37 4.05 -latines latin ADJ f p 4.52 12.64 0.27 1.82 -latinisaient latiniser VER 0.00 0.20 0.00 0.07 ind:imp:3p; -latinismes latinisme NOM m p 0.00 0.07 0.00 0.07 -latiniste latiniste NOM s 0.03 0.27 0.02 0.20 -latinistes latiniste NOM p 0.03 0.27 0.01 0.07 -latinisé latiniser VER m s 0.00 0.20 0.00 0.07 par:pas; -latinisée latiniser VER f s 0.00 0.20 0.00 0.07 par:pas; -latinité latinité NOM f s 0.00 0.20 0.00 0.14 -latinités latinité NOM f p 0.00 0.20 0.00 0.07 -latino_américain latino_américain NOM m s 0.10 0.07 0.03 0.07 -latino_américain latino_américain NOM f s 0.10 0.07 0.03 0.00 -latino_américain latino_américain NOM m p 0.10 0.07 0.04 0.00 -latino latino NOM m s 2.89 0.00 1.61 0.00 -latinos latino NOM m p 2.89 0.00 1.27 0.00 -latins latin ADJ m p 4.52 12.64 0.10 2.30 -latitude latitude NOM f s 1.45 2.91 1.09 1.76 -latitudes latitude NOM f p 1.45 2.91 0.36 1.15 -latrine latrine NOM f s 0.82 2.50 0.14 0.14 -latrines latrine NOM f p 0.82 2.50 0.67 2.36 -lats lats NOM m 0.09 0.00 0.09 0.00 -latte latte NOM f s 1.15 9.46 0.76 2.03 -latter latter VER 0.29 0.07 0.11 0.07 inf; -lattes latte NOM f p 1.15 9.46 0.39 7.43 -lattis lattis NOM m 0.15 0.00 0.15 0.00 -latté latter VER m s 0.29 0.07 0.08 0.00 par:pas; -lattés latter VER m p 0.29 0.07 0.01 0.00 par:pas; -latéral latéral ADJ m s 2.10 5.68 0.77 0.81 -latérale latéral ADJ f s 2.10 5.68 1.00 2.77 -latéralement latéralement ADV 0.25 1.08 0.25 1.08 -latérales latéral ADJ f p 2.10 5.68 0.15 1.35 -latéralisée latéralisé ADJ f s 0.02 0.00 0.02 0.00 -latéralité latéralité NOM f s 0.00 0.07 0.00 0.07 -latéraux latéral ADJ m p 2.10 5.68 0.17 0.74 -latérite latérite NOM f s 0.00 0.61 0.00 0.61 -latviens latvien NOM m p 0.01 0.00 0.01 0.00 -laubé laubé NOM s 0.00 0.07 0.00 0.07 -laudanum laudanum NOM m s 0.45 0.20 0.45 0.20 -laudateur laudateur ADJ m s 0.00 0.07 0.00 0.07 -laudative laudatif ADJ f s 0.00 0.07 0.00 0.07 -laudes laude NOM f p 0.00 0.47 0.00 0.47 -laurier_cerise laurier_cerise NOM m s 0.00 0.20 0.00 0.07 -laurier_rose laurier_rose NOM m s 0.14 1.69 0.04 0.20 -laurier laurier NOM m s 2.27 9.32 0.90 3.58 -laurier_cerise laurier_cerise NOM m p 0.00 0.20 0.00 0.14 -laurier_rose laurier_rose NOM m p 0.14 1.69 0.10 1.49 -lauriers laurier NOM m p 2.27 9.32 1.37 5.74 -lauréat lauréat NOM m s 0.46 0.68 0.41 0.41 -lauréate lauréat ADJ f s 0.19 0.20 0.06 0.00 -lauréats lauréat NOM m p 0.46 0.68 0.05 0.27 -lausannoises lausannois ADJ f p 0.00 0.07 0.00 0.07 -lauzes lauze NOM f p 0.00 0.07 0.00 0.07 -lav lav NOM m 0.01 0.14 0.01 0.14 -lava laver VER 74.35 69.53 0.07 3.38 ind:pas:3s; -lavable lavable ADJ s 0.06 0.47 0.05 0.27 -lavables lavable ADJ m p 0.06 0.47 0.01 0.20 -lavabo lavabo NOM m s 3.38 16.89 2.56 13.85 -lavabos lavabo NOM m p 3.38 16.89 0.82 3.04 -lavage lavage NOM m s 5.09 3.24 5.01 2.64 -lavages lavage NOM m p 5.09 3.24 0.09 0.61 -lavai laver VER 74.35 69.53 0.00 0.41 ind:pas:1s; -lavaient laver VER 74.35 69.53 0.05 1.69 ind:imp:3p; -lavais laver VER 74.35 69.53 1.36 0.95 ind:imp:1s;ind:imp:2s; -lavait laver VER 74.35 69.53 1.23 5.88 ind:imp:3s; -lavallière lavallière NOM f s 0.03 0.95 0.02 0.88 -lavallières lavallière NOM f p 0.03 0.95 0.01 0.07 -lavande lavande NOM f s 1.53 7.23 1.53 6.82 -lavandes lavande NOM f p 1.53 7.23 0.00 0.41 -lavandin lavandin NOM m s 0.00 0.07 0.00 0.07 -lavandière lavandière NOM f s 0.31 1.49 0.30 0.47 -lavandières lavandière NOM f p 0.31 1.49 0.01 1.01 -lavant laver VER 74.35 69.53 0.56 2.03 par:pre; -lavasse lavasse NOM f s 0.23 0.47 0.23 0.47 -lave_auto lave_auto NOM m s 0.06 0.00 0.06 0.00 -lave_glace lave_glace NOM m s 0.03 0.20 0.03 0.20 -lave_linge lave_linge NOM m 0.83 0.00 0.83 0.00 -lave_mains lave_mains NOM m 0.00 0.07 0.00 0.07 -lave_pont lave_pont NOM m s 0.00 0.14 0.00 0.07 -lave_pont lave_pont NOM m p 0.00 0.14 0.00 0.07 -lave_vaisselle lave_vaisselle NOM m 0.88 0.20 0.88 0.20 -lave laver VER 74.35 69.53 16.98 7.64 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -lavedu lavedu NOM s 0.00 0.07 0.00 0.07 -lavement lavement NOM m s 1.38 0.68 1.21 0.68 -lavements lavement NOM m p 1.38 0.68 0.17 0.00 -lavent laver VER 74.35 69.53 0.94 0.88 ind:pre:3p; -laver laver VER 74.35 69.53 34.01 30.68 ind:pre:2p;inf; -lavera laver VER 74.35 69.53 0.87 0.27 ind:fut:3s; -laverai laver VER 74.35 69.53 1.25 0.61 ind:fut:1s; -laverais laver VER 74.35 69.53 0.05 0.14 cnd:pre:1s;cnd:pre:2s; -laverait laver VER 74.35 69.53 0.04 0.54 cnd:pre:3s; -laveras laver VER 74.35 69.53 0.26 0.20 ind:fut:2s; -laverez laver VER 74.35 69.53 0.27 0.00 ind:fut:2p; -laverie laverie NOM f s 2.42 1.01 2.27 0.88 -laveries laverie NOM f p 2.42 1.01 0.14 0.14 -laverions laver VER 74.35 69.53 0.00 0.07 cnd:pre:1p; -laverons laver VER 74.35 69.53 0.04 0.07 ind:fut:1p; -laveront laver VER 74.35 69.53 0.01 0.14 ind:fut:3p; -laves laver VER 74.35 69.53 3.24 0.41 ind:pre:2s; -lavette lavette NOM f s 1.57 1.28 1.20 1.22 -lavettes lavette NOM f p 1.57 1.28 0.38 0.07 -laveur laveur NOM m s 2.47 1.89 1.51 0.88 -laveurs laveur NOM m p 2.47 1.89 0.95 0.14 -laveuse laveur NOM f s 2.47 1.89 0.01 0.74 -laveuses laveuse NOM f p 0.03 0.00 0.03 0.00 -lavez laver VER 74.35 69.53 2.68 0.34 imp:pre:2p;ind:pre:2p; -lavions laver VER 74.35 69.53 0.01 0.20 ind:imp:1p; -lavis lavis NOM m 0.00 0.41 0.00 0.41 -lavoir lavoir NOM m s 0.15 5.34 0.15 5.14 -lavoirs lavoir NOM m p 0.15 5.34 0.00 0.20 -lavons laver VER 74.35 69.53 0.45 0.00 imp:pre:1p;ind:pre:1p; -lavèrent laver VER 74.35 69.53 0.01 0.34 ind:pas:3p; -lavé laver VER m s 74.35 69.53 6.95 8.38 par:pas; -lavée laver VER f s 74.35 69.53 1.91 2.64 par:pas; -lavées lavé ADJ f p 1.18 7.16 0.27 1.15 -lavure lavure NOM f s 0.00 0.14 0.00 0.07 -lavures lavure NOM f p 0.00 0.14 0.00 0.07 -lavés laver VER m p 74.35 69.53 0.86 1.01 par:pas; -laxatif laxatif NOM m s 0.98 0.41 0.73 0.34 -laxatifs laxatif NOM m p 0.98 0.41 0.24 0.07 -laxative laxatif ADJ f s 0.10 0.14 0.05 0.07 -laxatives laxatif ADJ f p 0.10 0.14 0.00 0.07 -laxisme laxisme NOM m s 0.28 0.20 0.28 0.20 -laxiste laxiste ADJ s 0.45 0.20 0.25 0.20 -laxistes laxiste ADJ p 0.45 0.20 0.20 0.00 -laxité laxité NOM f s 0.02 0.00 0.02 0.00 -laya layer VER 0.03 0.47 0.00 0.34 ind:pas:3s; -layer layer VER 0.03 0.47 0.03 0.14 inf; -layette layette NOM f s 0.18 2.09 0.18 1.35 -layettes layette NOM f p 0.18 2.09 0.00 0.74 -layon layon NOM m s 0.00 6.89 0.00 5.95 -layons layon NOM m p 0.00 6.89 0.00 0.95 -lazaret lazaret NOM m s 0.07 0.20 0.06 0.07 -lazarets lazaret NOM m p 0.07 0.20 0.01 0.14 -lazaro lazaro NOM m s 0.27 0.14 0.27 0.14 -lazingue lazingue NOM m s 0.00 0.27 0.00 0.27 -lazzi lazzi NOM m s 0.00 1.35 0.00 0.68 -lazzis lazzi NOM m p 0.00 1.35 0.00 0.68 -le le ART:def m s 13652.76 18310.95 13652.76 18310.95 -leader leader NOM m s 12.72 1.69 10.28 0.95 -leaders leader NOM m p 12.72 1.69 2.44 0.74 -leadership leadership NOM m s 0.38 0.14 0.38 0.14 -leasing leasing NOM m s 0.24 0.00 0.24 0.00 -lebel lebel NOM m s 0.00 1.35 0.00 0.81 -lebels lebel NOM m p 0.00 1.35 0.00 0.54 -leben leben NOM m s 0.02 0.27 0.02 0.27 -lecteur lecteur NOM m s 6.09 25.81 2.86 12.03 -lecteurs lecteur NOM m p 6.09 25.81 2.92 11.28 -lectorat lectorat NOM m s 0.15 0.00 0.15 0.00 -lectrice lecteur NOM f s 6.09 25.81 0.32 1.49 -lectrices lectrice NOM f p 0.22 0.00 0.22 0.00 -lecture lecture NOM f s 15.80 54.53 13.97 42.16 -lectures lecture NOM f p 15.80 54.53 1.83 12.36 -ledit ledit ADJ m s 0.32 4.46 0.32 4.46 -legato legato ADV 0.01 0.00 0.01 0.00 -leggins leggins NOM f p 0.00 0.61 0.00 0.61 -leghorns leghorn NOM f p 0.00 0.07 0.00 0.07 -lego lego NOM m s 0.44 0.07 0.35 0.07 -legos lego NOM m p 0.44 0.07 0.09 0.00 -legs legs NOM m 1.34 1.49 1.34 1.49 -lei lei NOM m p 0.80 0.34 0.80 0.34 -leishmaniose leishmaniose NOM f s 0.06 0.00 0.06 0.00 -leitmotiv leitmotiv NOM m s 0.06 1.22 0.06 1.22 -leitmotive leitmotive NOM m p 0.00 0.07 0.00 0.07 -lek lek NOM m s 0.01 0.00 0.01 0.00 -lem lem NOM m s 0.16 0.00 0.16 0.00 -lemmes lemme NOM m p 0.00 0.07 0.00 0.07 -lemming lemming NOM m s 0.16 0.07 0.07 0.00 -lemmings lemming NOM m p 0.16 0.07 0.09 0.07 -lendemain lendemain NOM m s 29.29 149.26 28.58 145.54 -lendemains lendemain NOM m p 29.29 149.26 0.71 3.72 -lent lent ADJ m s 16.41 64.12 9.15 23.31 -lente lent ADJ f s 16.41 64.12 4.67 21.55 -lentement lentement ADV 26.48 156.55 26.48 156.55 -lentes lent ADJ f p 16.41 64.12 0.94 7.23 -lenteur lenteur NOM f s 1.16 22.50 1.15 21.96 -lenteurs lenteur NOM f p 1.16 22.50 0.01 0.54 -lenticulaires lenticulaire ADJ m p 0.01 0.00 0.01 0.00 -lenticules lenticule NOM f p 0.00 0.07 0.00 0.07 -lentille lentille NOM f s 4.66 8.24 1.22 0.74 -lentilles lentille NOM f p 4.66 8.24 3.44 7.50 -lentisque lentisque NOM m s 0.00 0.88 0.00 0.07 -lentisques lentisque NOM m p 0.00 0.88 0.00 0.81 -lento lento ADV 0.05 0.14 0.05 0.14 -lents lent ADJ m p 16.41 64.12 1.65 12.03 -lepton lepton NOM m s 0.08 0.00 0.06 0.00 -leptonique leptonique ADJ m s 0.07 0.00 0.07 0.00 -leptons lepton NOM m p 0.08 0.00 0.02 0.00 -lequel lequel PRO:rel m s 64.31 137.09 59.66 133.99 -lerch lerch ADV 0.00 0.07 0.00 0.07 -lerche lerche ADV 0.00 4.12 0.00 4.12 -les les ART:def p 8720.38 14662.30 8720.38 14662.30 -lesbianisme lesbianisme NOM m s 0.12 0.07 0.12 0.07 -lesbien lesbien ADJ m s 8.24 1.15 0.49 0.00 -lesbienne lesbien ADJ f s 8.24 1.15 6.80 0.81 -lesbiennes lesbien NOM f p 5.38 0.41 2.56 0.34 -lesdites lesdites ADJ f p 0.00 0.20 0.00 0.20 -lesdits lesdits ADJ m p 0.13 0.54 0.13 0.54 -lesquelles lesquelles PRO:rel f p 11.75 43.11 11.60 41.55 -lesquels lesquels PRO:rel m p 10.42 47.91 10.00 45.14 -lessiva lessiver VER 0.91 3.31 0.00 0.07 ind:pas:3s; -lessivage lessivage NOM m s 0.02 0.20 0.02 0.20 -lessivaient lessiver VER 0.91 3.31 0.00 0.07 ind:imp:3p; -lessivait lessiver VER 0.91 3.31 0.00 0.14 ind:imp:3s; -lessivant lessiver VER 0.91 3.31 0.00 0.14 par:pre; -lessive lessive NOM f s 8.51 8.78 8.09 7.70 -lessiver lessiver VER 0.91 3.31 0.12 0.88 inf; -lessiverait lessiver VER 0.91 3.31 0.00 0.07 cnd:pre:3s; -lessives lessive NOM f p 8.51 8.78 0.42 1.08 -lessiveuse lessiveur NOM f s 0.04 2.70 0.04 2.30 -lessiveuses lessiveuse NOM f p 0.02 0.00 0.02 0.00 -lessivons lessiver VER 0.91 3.31 0.05 0.00 imp:pre:1p; -lessivé lessiver VER m s 0.91 3.31 0.50 1.08 par:pas; -lessivée lessiver VER f s 0.91 3.31 0.06 0.27 par:pas; -lessivés lessiver VER m p 0.91 3.31 0.05 0.54 par:pas; -lest lest NOM m s 0.97 0.68 0.97 0.68 -leste leste ADJ s 0.61 1.42 0.50 0.95 -lestement lestement ADV 0.02 0.68 0.02 0.68 -lester lester VER 2.27 2.70 1.97 0.41 inf; -lestera lester VER 2.27 2.70 0.01 0.00 ind:fut:3s; -lesterait lester VER 2.27 2.70 0.00 0.07 cnd:pre:3s; -lestes lester VER 2.27 2.70 0.14 0.00 ind:pre:2s; -lestez lester VER 2.27 2.70 0.01 0.00 ind:pre:2p; -lesté lester VER m s 2.27 2.70 0.07 1.08 par:pas; -lestée lester VER f s 2.27 2.70 0.03 0.41 par:pas; -lestées lester VER f p 2.27 2.70 0.01 0.07 par:pas; -lestés lester VER m p 2.27 2.70 0.01 0.54 par:pas; -let let ADJ 3.56 0.47 3.56 0.47 -letchis letchi NOM m p 0.00 0.07 0.00 0.07 -leçon leçon NOM f s 41.48 48.72 29.24 22.64 -leçons leçon NOM f p 41.48 48.72 12.23 26.08 -lette lette NOM s 0.03 0.00 0.01 0.00 -lettes lette NOM p 0.03 0.00 0.01 0.00 -letton letton NOM m s 0.14 0.34 0.10 0.07 -lettone letton ADJ f s 0.10 0.34 0.03 0.07 -lettonne letton ADJ f s 0.10 0.34 0.00 0.07 -lettonnes letton ADJ f p 0.10 0.34 0.00 0.07 -lettons letton NOM m p 0.14 0.34 0.04 0.27 -lettrage lettrage NOM m s 0.03 0.00 0.03 0.00 -lettre_clé lettre_clé NOM f s 0.14 0.00 0.14 0.00 -lettre lettre NOM f s 156.77 256.01 108.79 140.88 -lettres lettre NOM f p 156.77 256.01 47.98 115.14 -lettreur lettreur NOM m s 0.00 0.07 0.00 0.07 -lettrine lettrine NOM f s 0.00 0.20 0.00 0.14 -lettrines lettrine NOM f p 0.00 0.20 0.00 0.07 -lettriques lettrique ADJ m p 0.00 0.07 0.00 0.07 -lettristes lettriste ADJ p 0.00 0.07 0.00 0.07 -lettré lettré NOM m s 0.31 2.30 0.19 1.35 -lettrée lettré ADJ f s 0.23 0.95 0.01 0.07 -lettrés lettré ADJ m p 0.23 0.95 0.16 0.41 -leu leu NOM m s 0.92 4.73 0.92 4.73 -leucocytaire leucocytaire ADJ f s 0.01 0.00 0.01 0.00 -leucocyte leucocyte NOM m s 0.10 0.20 0.01 0.00 -leucocytes leucocyte NOM m p 0.10 0.20 0.09 0.20 -leucocytose leucocytose NOM f s 0.03 0.00 0.03 0.00 -leucoplasie leucoplasie NOM f s 0.01 0.07 0.01 0.07 -leucopénie leucopénie NOM f s 0.01 0.07 0.01 0.07 -leucose leucose NOM f s 0.00 0.41 0.00 0.41 -leucotomie leucotomie NOM f s 0.00 0.07 0.00 0.07 -leucémie leucémie NOM f s 1.90 0.61 1.72 0.54 -leucémies leucémie NOM f p 1.90 0.61 0.17 0.07 -leucémique leucémique NOM s 0.05 0.00 0.05 0.00 -leur leur PRO:per p 283.82 427.50 277.53 415.00 -leurrais leurrer VER 1.36 1.96 0.01 0.07 ind:imp:1s; -leurrait leurrer VER 1.36 1.96 0.00 0.27 ind:imp:3s; -leurre leurre NOM m s 2.67 2.91 2.12 2.16 -leurrent leurrer VER 1.36 1.96 0.01 0.07 ind:pre:3p; -leurrer leurrer VER 1.36 1.96 0.55 0.68 inf; -leurres leurre NOM m p 2.67 2.91 0.55 0.74 -leurrez leurrer VER 1.36 1.96 0.09 0.07 imp:pre:2p;ind:pre:2p; -leurrons leurrer VER 1.36 1.96 0.14 0.27 imp:pre:1p; -leurré leurrer VER m s 1.36 1.96 0.09 0.27 par:pas; -leurrés leurrer VER m p 1.36 1.96 0.03 0.07 par:pas; -leurs leurs ADJ:pos 243.56 886.55 243.56 886.55 -lev lev NOM m s 0.68 0.00 0.68 0.00 -leva lever VER 165.98 440.74 1.28 123.58 ind:pas:3s; -levage levage NOM m s 0.02 0.34 0.02 0.34 -levai lever VER 165.98 440.74 0.07 10.27 ind:pas:1s; -levaient lever VER 165.98 440.74 0.20 5.88 ind:imp:3p; -levain levain NOM m s 0.18 0.88 0.18 0.88 -levais lever VER 165.98 440.74 0.69 4.39 ind:imp:1s;ind:imp:2s; -levait lever VER 165.98 440.74 1.17 32.84 ind:imp:3s; -levant lever VER 165.98 440.74 1.36 28.78 par:pre; -levante levant ADJ f s 0.93 2.43 0.02 0.14 -levantin levantin ADJ m s 0.02 0.20 0.02 0.14 -levantines levantin NOM f p 0.01 0.47 0.00 0.07 -levantins levantin NOM m p 0.01 0.47 0.00 0.20 -lever lever VER 165.98 440.74 35.90 66.89 inf; -levers lever NOM m p 4.92 9.12 0.16 0.34 -leveur leveur NOM m s 0.03 0.34 0.02 0.07 -leveurs leveur NOM m p 0.03 0.34 0.01 0.07 -leveuse leveur NOM f s 0.03 0.34 0.00 0.20 -levez lever VER 165.98 440.74 22.23 2.23 imp:pre:2p;ind:pre:2p; -levier levier NOM m s 3.46 5.27 3.24 3.45 -leviers levier NOM m p 3.46 5.27 0.23 1.82 -leviez lever VER 165.98 440.74 0.35 0.07 ind:imp:2p; -levions lever VER 165.98 440.74 0.03 1.08 ind:imp:1p; -levâmes lever VER 165.98 440.74 0.00 0.34 ind:pas:1p; -levons lever VER 165.98 440.74 2.52 1.49 imp:pre:1p;ind:pre:1p; -levât lever VER 165.98 440.74 0.00 0.68 sub:imp:3s; -levreau levreau NOM m s 0.00 0.14 0.00 0.07 -levreaux levreau NOM m p 0.00 0.14 0.00 0.07 -levrette levrette NOM f s 0.65 1.01 0.65 0.95 -levrettes levrette NOM f p 0.65 1.01 0.00 0.07 -levèrent lever VER 165.98 440.74 0.12 7.50 ind:pas:3p; -levé lever VER m s 165.98 440.74 13.40 40.41 par:pas; -levée lever VER f s 165.98 440.74 6.41 13.78 par:pas; -levées lever VER f p 165.98 440.74 0.41 1.55 par:pas; -levure levure NOM f s 1.05 0.81 1.00 0.81 -levures levure NOM f p 1.05 0.81 0.05 0.00 -levés lever VER m p 165.98 440.74 0.58 6.08 par:pas; -lexical lexical ADJ m s 0.00 0.07 0.00 0.07 -lexicographes lexicographe NOM p 0.00 0.07 0.00 0.07 -lexie lexie NOM f s 0.05 0.07 0.05 0.07 -lexique lexique NOM m s 0.11 0.95 0.11 0.68 -lexiques lexique NOM m p 0.11 0.95 0.00 0.27 -lez lez PRE 0.36 0.14 0.36 0.14 -li li NOM m s 2.56 1.76 2.56 1.76 -lia lier VER 37.17 46.08 0.49 0.95 ind:pas:3s; -liage liage NOM m s 0.01 0.00 0.01 0.00 -liai lier VER 37.17 46.08 0.00 0.41 ind:pas:1s; -liaient lier VER 37.17 46.08 0.14 0.95 ind:imp:3p; -liais lier VER 37.17 46.08 0.02 0.20 ind:imp:1s; -liaison liaison NOM f s 20.34 31.96 18.41 26.69 -liaisons liaison NOM f p 20.34 31.96 1.94 5.27 -liait lier VER 37.17 46.08 0.71 3.72 ind:imp:3s; -liane liane NOM f s 0.77 4.59 0.34 1.08 -lianes liane NOM f p 0.77 4.59 0.43 3.51 -liant lier VER 37.17 46.08 0.12 0.81 par:pre; -liante liant ADJ f s 0.20 0.54 0.14 0.14 -liants liant ADJ m p 0.20 0.54 0.02 0.14 -liard liard NOM m s 0.23 0.54 0.19 0.27 -liardais liarder VER 0.00 0.07 0.00 0.07 ind:imp:1s; -liards liard NOM m p 0.23 0.54 0.03 0.27 -liasse liasse NOM f s 1.24 11.69 0.64 7.36 -liasses liasse NOM f p 1.24 11.69 0.60 4.32 -libanais libanais NOM m 0.87 1.69 0.85 1.42 -libanaise libanais ADJ f s 0.41 4.19 0.03 0.88 -libanaises libanaise NOM f p 0.05 0.00 0.03 0.00 -libation libation NOM f s 0.07 1.49 0.05 0.20 -libations libation NOM f p 0.07 1.49 0.02 1.28 -libeccio libeccio NOM m s 0.00 0.20 0.00 0.20 -libelle libelle NOM m s 0.14 0.54 0.13 0.27 -libeller libeller VER 0.04 0.47 0.00 0.07 inf; -libelles libelle NOM m p 0.14 0.54 0.01 0.27 -libellé libeller VER m s 0.04 0.47 0.04 0.07 par:pas; -libellée libeller VER f s 0.04 0.47 0.01 0.20 par:pas; -libellées libeller VER f p 0.04 0.47 0.00 0.14 par:pas; -libellule libellule NOM f s 1.17 3.38 1.07 2.16 -libellules libellule NOM f p 1.17 3.38 0.10 1.22 -liber liber NOM m s 0.03 0.14 0.03 0.14 -libera libera NOM m 0.16 0.07 0.16 0.07 -libero libero NOM m s 0.00 0.07 0.00 0.07 -libertaire libertaire ADJ s 0.56 0.47 0.56 0.34 -libertaires libertaire NOM p 0.02 0.14 0.01 0.07 -liberticide liberticide ADJ s 0.03 0.00 0.03 0.00 -libertin libertin NOM m s 1.25 3.24 1.05 1.69 -libertinage libertinage NOM m s 0.39 1.35 0.39 1.35 -libertine libertin ADJ f s 1.29 1.76 0.35 0.47 -libertines libertin ADJ f p 1.29 1.76 0.38 0.20 -libertins libertin NOM m p 1.25 3.24 0.16 0.95 -liberté liberté NOM f s 79.53 97.97 76.28 93.31 -libertés liberté NOM f p 79.53 97.97 3.26 4.66 -libidinal libidinal ADJ m s 0.00 0.47 0.00 0.20 -libidinale libidinal ADJ f s 0.00 0.47 0.00 0.07 -libidinales libidinal ADJ f p 0.00 0.47 0.00 0.07 -libidinaux libidinal ADJ m p 0.00 0.47 0.00 0.14 -libidineuse libidineux ADJ f s 0.36 0.81 0.04 0.14 -libidineuses libidineux ADJ f p 0.36 0.81 0.00 0.07 -libidineux libidineux ADJ m 0.36 0.81 0.32 0.61 -libido libido NOM f s 1.79 1.22 1.79 1.22 -libraire libraire NOM s 2.10 5.34 1.67 4.26 -libraires libraire NOM p 2.10 5.34 0.43 1.08 -librairie_papeterie librairie_papeterie NOM f s 0.00 0.20 0.00 0.20 -librairie librairie NOM f s 5.97 9.59 5.02 8.24 -librairies librairie NOM f p 5.97 9.59 0.95 1.35 -libre_arbitre libre_arbitre NOM m s 0.12 0.14 0.12 0.14 -libre_penseur libre_penseur NOM m s 0.04 0.14 0.04 0.14 -libre_penseur libre_penseur NOM f s 0.04 0.14 0.01 0.00 -libre_service libre_service NOM m s 0.04 0.34 0.04 0.34 -libre_échange libre_échange NOM m 0.32 0.14 0.32 0.14 -libre_échangiste libre_échangiste NOM s 0.03 0.00 0.03 0.00 -libre libre ADJ s 134.42 167.91 110.36 130.14 -librement librement ADV 6.80 12.84 6.80 12.84 -libres libre ADJ p 134.42 167.91 24.06 37.77 -librettiste librettiste NOM s 0.01 0.14 0.01 0.07 -librettistes librettiste NOM p 0.01 0.14 0.00 0.07 -libretto libretto NOM m s 0.04 0.00 0.04 0.00 -libère libérer VER 75.77 48.51 11.66 4.53 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:1s; -libèrent libérer VER 75.77 48.51 0.91 0.68 ind:pre:3p; -libères libérer VER 75.77 48.51 1.74 0.00 ind:pre:1p;ind:pre:2s; -libéra libérer VER 75.77 48.51 0.14 2.09 ind:pas:3s; -libérable libérable NOM s 0.09 0.00 0.07 0.00 -libérables libérable ADJ m p 0.07 0.27 0.01 0.00 -libérai libérer VER 75.77 48.51 0.02 0.07 ind:pas:1s; -libéraient libérer VER 75.77 48.51 0.16 0.81 ind:imp:3p; -libérais libérer VER 75.77 48.51 0.18 0.14 ind:imp:1s;ind:imp:2s; -libérait libérer VER 75.77 48.51 0.23 2.23 ind:imp:3s; -libéral libéral ADJ m s 3.07 7.23 1.12 3.04 -libérale libéral ADJ f s 3.07 7.23 1.11 2.03 -libéralement libéralement ADV 0.00 0.47 0.00 0.47 -libérales libéral ADJ f p 3.07 7.23 0.14 1.49 -libéralisation libéralisation NOM f s 0.04 0.27 0.04 0.27 -libéralisme libéralisme NOM m s 0.22 1.49 0.22 1.49 -libéralité libéralité NOM f s 0.11 0.54 0.11 0.14 -libéralités libéralité NOM f p 0.11 0.54 0.00 0.41 -libérant libérer VER 75.77 48.51 0.23 2.16 par:pre; -libérateur libérateur NOM m s 1.70 1.01 0.61 0.47 -libérateurs libérateur NOM m p 1.70 1.01 1.07 0.47 -libération libération NOM f s 8.43 45.00 8.31 44.86 -libérations libération NOM f p 8.43 45.00 0.12 0.14 -libératoire libératoire ADJ f s 0.10 0.07 0.10 0.07 -libératrice libérateur ADJ f s 0.99 2.43 0.34 0.74 -libératrices libérateur ADJ f p 0.99 2.43 0.02 0.34 -libéraux libéral NOM m p 1.47 1.62 0.97 0.61 -libérer libérer VER 75.77 48.51 26.16 14.53 inf;;inf;;inf;; -libérera libérer VER 75.77 48.51 1.48 0.27 ind:fut:3s; -libérerai libérer VER 75.77 48.51 0.62 0.00 ind:fut:1s; -libéreraient libérer VER 75.77 48.51 0.01 0.20 cnd:pre:3p; -libérerais libérer VER 75.77 48.51 0.17 0.14 cnd:pre:1s;cnd:pre:2s; -libérerait libérer VER 75.77 48.51 0.63 0.41 cnd:pre:3s; -libéreras libérer VER 75.77 48.51 0.14 0.00 ind:fut:2s; -libérerez libérer VER 75.77 48.51 0.10 0.07 ind:fut:2p; -libérerons libérer VER 75.77 48.51 0.22 0.07 ind:fut:1p; -libéreront libérer VER 75.77 48.51 0.41 0.07 ind:fut:3p; -libérez libérer VER 75.77 48.51 6.65 0.34 imp:pre:2p;ind:pre:2p; -libérien libérien ADJ m s 0.01 0.00 0.01 0.00 -libériez libérer VER 75.77 48.51 0.12 0.00 ind:imp:2p; -libérions libérer VER 75.77 48.51 0.04 0.00 ind:imp:1p;sub:pre:1p; -libéro libéro NOM m s 0.01 0.00 0.01 0.00 -libérons libérer VER 75.77 48.51 0.34 0.14 imp:pre:1p;ind:pre:1p; -libérât libérer VER 75.77 48.51 0.00 0.14 sub:imp:3s; -libérèrent libérer VER 75.77 48.51 0.04 0.34 ind:pas:3p; -libéré libérer VER m s 75.77 48.51 15.75 10.20 par:pas; -libérée libérer VER f s 75.77 48.51 3.60 4.46 par:pas; -libérées libérer VER f p 75.77 48.51 0.41 0.81 par:pas; -libérés libérer VER m p 75.77 48.51 3.59 3.65 par:pas; -libyen libyen ADJ m s 0.18 0.20 0.02 0.14 -libyenne libyen ADJ f s 0.18 0.20 0.14 0.07 -libyens libyen NOM m p 0.11 0.07 0.10 0.00 -lice lice NOM f s 0.63 1.42 0.63 1.22 -licence licence NOM f s 8.27 7.84 7.37 7.03 -licences licence NOM f p 8.27 7.84 0.90 0.81 -licencia licencier VER 5.93 1.49 0.01 0.00 ind:pas:3s; -licenciables licenciable ADJ p 0.00 0.07 0.00 0.07 -licenciai licencier VER 5.93 1.49 0.00 0.07 ind:pas:1s; -licenciaient licencier VER 5.93 1.49 0.01 0.07 ind:imp:3p; -licenciait licencier VER 5.93 1.49 0.16 0.07 ind:imp:3s; -licenciant licencier VER 5.93 1.49 0.02 0.00 par:pre; -licencie licencier VER 5.93 1.49 0.16 0.00 ind:pre:1s;ind:pre:3s; -licenciement licenciement NOM m s 3.93 0.41 2.62 0.20 -licenciements licenciement NOM m p 3.93 0.41 1.31 0.20 -licencient licencier VER 5.93 1.49 0.26 0.07 ind:pre:3p; -licencier licencier VER 5.93 1.49 1.61 0.27 inf; -licenciera licencier VER 5.93 1.49 0.02 0.00 ind:fut:3s; -licencieuse licencieux ADJ f s 0.68 0.68 0.12 0.14 -licencieuses licencieux ADJ f p 0.68 0.68 0.15 0.20 -licencieux licencieux ADJ m 0.68 0.68 0.41 0.34 -licenciez licencier VER 5.93 1.49 0.20 0.07 imp:pre:2p;ind:pre:2p; -licencié licencier VER m s 5.93 1.49 2.57 0.47 par:pas; -licenciée licencier VER f s 5.93 1.49 0.60 0.34 par:pas; -licenciées licencié NOM f p 0.68 0.54 0.00 0.07 -licenciés licencier VER m p 5.93 1.49 0.31 0.07 par:pas; -lices lice NOM f p 0.63 1.42 0.00 0.20 -lichant licher VER 0.27 0.61 0.00 0.20 par:pre; -lichas licher VER 0.27 0.61 0.27 0.00 ind:pas:2s; -liche liche NOM m s 0.00 0.20 0.00 0.20 -lichen lichen NOM m s 0.11 2.70 0.10 1.28 -lichens lichen NOM m p 0.11 2.70 0.01 1.42 -licher licher VER 0.27 0.61 0.00 0.14 inf; -lichette lichette NOM f s 0.15 0.74 0.15 0.61 -lichettes lichette NOM f p 0.15 0.74 0.00 0.14 -lichotter lichotter VER 0.00 0.07 0.00 0.07 inf; -liché licher VER m s 0.27 0.61 0.00 0.07 par:pas; -lichée licher VER f s 0.27 0.61 0.00 0.14 par:pas; -lichées licher VER f p 0.27 0.61 0.00 0.07 par:pas; -liciers licier NOM m p 0.00 0.07 0.00 0.07 -licite licite ADJ s 0.32 0.74 0.29 0.61 -licites licite ADJ f p 0.32 0.74 0.03 0.14 -licol licol NOM m s 0.00 0.61 0.00 0.47 -licols licol NOM m p 0.00 0.61 0.00 0.14 -licorne licorne NOM f s 1.98 1.82 1.41 1.28 -licornes licorne NOM f p 1.98 1.82 0.57 0.54 -licou licou NOM m s 0.03 0.61 0.03 0.54 -licous licou NOM m p 0.03 0.61 0.00 0.07 -licteur licteur NOM m s 0.00 0.34 0.00 0.07 -licteurs licteur NOM m p 0.00 0.34 0.00 0.27 -licéité licéité NOM f s 0.00 0.07 0.00 0.07 -lido lido NOM m s 0.07 0.00 0.07 0.00 -lidocaïne lidocaïne NOM f s 0.36 0.00 0.36 0.00 -lie_de_vin lie_de_vin ADJ 0.00 1.08 0.00 1.08 -lie lier VER 37.17 46.08 4.02 3.11 imp:pre:2s;ind:pre:1s;ind:pre:3s; -lied lied NOM m s 0.06 0.54 0.01 0.07 -lieder lied NOM m p 0.06 0.54 0.04 0.47 -lien lien NOM m s 35.89 38.38 23.47 18.18 -liens lien NOM m p 35.89 38.38 12.42 20.20 -lient lier VER 37.17 46.08 0.61 0.27 ind:pre:3p; -lier lier VER 37.17 46.08 5.07 6.62 inf; -liera lier VER 37.17 46.08 0.05 0.07 ind:fut:3s; -lierais lier VER 37.17 46.08 0.02 0.00 cnd:pre:1s; -lierait lier VER 37.17 46.08 0.02 0.27 cnd:pre:3s; -lieras lier VER 37.17 46.08 0.14 0.07 ind:fut:2s; -lieront lier VER 37.17 46.08 0.03 0.14 ind:fut:3p; -lierre lierre NOM m s 0.43 6.35 0.42 6.08 -lierres lierre NOM m p 0.43 6.35 0.01 0.27 -lies lier VER 37.17 46.08 0.29 0.00 ind:pre:2s;sub:pre:2s; -liesse liesse NOM f s 1.39 2.23 1.39 2.16 -liesses liesse NOM f p 1.39 2.23 0.00 0.07 -lieu_dit lieu_dit NOM m s 0.00 0.88 0.00 0.88 -lieu lieu NOM m s 182.00 267.57 153.12 213.38 -lieudit lieudit NOM m s 0.00 0.14 0.00 0.07 -lieudits lieudit NOM m p 0.00 0.14 0.00 0.07 -lieue lieue NOM f s 1.93 10.47 0.19 1.08 -lieues lieue NOM f p 1.93 10.47 1.74 9.39 -lieur lieur NOM m s 0.01 0.14 0.01 0.00 -lieus lieu NOM m p 182.00 267.57 0.15 0.07 -lieuse lieur NOM f s 0.01 0.14 0.00 0.14 -lieutenant_colonel lieutenant_colonel NOM m s 1.74 1.42 1.73 1.42 -lieutenant_pilote lieutenant_pilote NOM m s 0.00 0.07 0.00 0.07 -lieutenant lieutenant NOM m s 80.99 54.93 80.05 52.36 -lieutenant_colonel lieutenant_colonel NOM m p 1.74 1.42 0.01 0.00 -lieutenants lieutenant NOM m p 80.99 54.93 0.94 2.57 -lieux_dits lieux_dits NOM m p 0.00 0.41 0.00 0.41 -lieux lieu NOM m p 182.00 267.57 28.73 54.12 -liez lier VER 37.17 46.08 0.15 0.07 imp:pre:2p;ind:pre:2p; -lift lift NOM m s 0.61 0.07 0.52 0.07 -lifter lifter VER 0.27 0.07 0.22 0.00 inf; -liftier liftier NOM m s 0.39 0.54 0.36 0.41 -liftiers liftier NOM m p 0.39 0.54 0.00 0.14 -lifting lifting NOM m s 1.40 0.07 1.19 0.07 -liftings lifting NOM m p 1.40 0.07 0.22 0.00 -liftière liftier NOM f s 0.39 0.54 0.02 0.00 -lifts lift NOM m p 0.61 0.07 0.10 0.00 -lifté lifté ADJ m s 0.05 0.14 0.00 0.07 -liftée lifté ADJ f s 0.05 0.14 0.04 0.07 -liftées lifter VER f p 0.27 0.07 0.01 0.07 par:pas; -ligament ligament NOM m s 1.12 0.47 0.29 0.00 -ligamentaire ligamentaire ADJ f s 0.02 0.00 0.02 0.00 -ligaments ligament NOM m p 1.12 0.47 0.83 0.47 -ligature ligature NOM f s 0.46 0.20 0.30 0.07 -ligaturer ligaturer VER 0.13 0.47 0.05 0.14 inf; -ligatures ligature NOM f p 0.46 0.20 0.16 0.14 -ligaturez ligaturer VER 0.13 0.47 0.01 0.07 imp:pre:2p;ind:pre:2p; -ligaturé ligaturer VER m s 0.13 0.47 0.04 0.14 par:pas; -ligaturée ligaturer VER f s 0.13 0.47 0.02 0.14 par:pas; -lige lige ADJ s 0.14 0.20 0.14 0.14 -liges lige ADJ m p 0.14 0.20 0.00 0.07 -light light ADJ 3.76 0.27 3.76 0.27 -ligna ligner VER 0.06 0.20 0.00 0.07 ind:pas:3s; -lignage lignage NOM m s 0.13 0.41 0.13 0.34 -lignages lignage NOM m p 0.13 0.41 0.00 0.07 -lignards lignard NOM m p 0.00 0.07 0.00 0.07 -ligne ligne NOM f s 89.83 162.30 69.42 101.01 -ligner ligner VER 0.06 0.20 0.00 0.07 inf; -lignes ligne NOM f p 89.83 162.30 20.41 61.28 -ligneuses ligneux ADJ f p 0.00 0.41 0.00 0.20 -ligneux ligneux ADJ m p 0.00 0.41 0.00 0.20 -lignite lignite NOM m s 0.14 0.61 0.00 0.54 -lignites lignite NOM m p 0.14 0.61 0.14 0.07 -ligné ligner VER m s 0.06 0.20 0.01 0.07 par:pas; -lignée lignée NOM f s 4.83 5.07 4.67 4.80 -lignées lignée NOM f p 4.83 5.07 0.16 0.27 -ligot ligot NOM m s 0.01 0.27 0.01 0.00 -ligota ligoter VER 4.49 5.07 0.10 0.20 ind:pas:3s; -ligotage ligotage NOM m s 0.01 0.20 0.01 0.20 -ligotaient ligoter VER 4.49 5.07 0.00 0.20 ind:imp:3p; -ligotait ligoter VER 4.49 5.07 0.01 0.27 ind:imp:3s; -ligotant ligoter VER 4.49 5.07 0.01 0.07 par:pre; -ligote ligoter VER 4.49 5.07 0.91 0.34 imp:pre:2s;ind:pre:1s;ind:pre:3s; -ligotent ligoter VER 4.49 5.07 0.16 0.61 ind:pre:3p; -ligoter ligoter VER 4.49 5.07 0.48 0.61 inf; -ligoterai ligoter VER 4.49 5.07 0.14 0.00 ind:fut:1s; -ligoterait ligoter VER 4.49 5.07 0.01 0.00 cnd:pre:3s; -ligoterons ligoter VER 4.49 5.07 0.10 0.00 ind:fut:1p; -ligotez ligoter VER 4.49 5.07 0.80 0.00 imp:pre:2p;ind:pre:2p; -ligotons ligoter VER 4.49 5.07 0.01 0.00 imp:pre:1p; -ligots ligot NOM m p 0.01 0.27 0.00 0.27 -ligotèrent ligoter VER 4.49 5.07 0.00 0.07 ind:pas:3p; -ligoté ligoter VER m s 4.49 5.07 0.91 1.69 par:pas; -ligotée ligoter VER f s 4.49 5.07 0.29 0.54 par:pas; -ligotées ligoter VER f p 4.49 5.07 0.01 0.14 par:pas; -ligotés ligoter VER m p 4.49 5.07 0.53 0.34 par:pas; -liguaient liguer VER 1.07 1.76 0.01 0.14 ind:imp:3p; -liguait liguer VER 1.07 1.76 0.01 0.27 ind:imp:3s; -liguant liguer VER 1.07 1.76 0.01 0.07 par:pre; -ligue ligue NOM f s 2.97 2.09 2.74 1.42 -liguent liguer VER 1.07 1.76 0.17 0.00 ind:pre:3p; -liguer liguer VER 1.07 1.76 0.22 0.27 inf; -ligues ligue NOM f p 2.97 2.09 0.23 0.68 -ligueur ligueur NOM m s 0.00 0.27 0.00 0.14 -ligueurs ligueur NOM m p 0.00 0.27 0.00 0.14 -liguez liguer VER 1.07 1.76 0.16 0.00 ind:pre:2p; -ligure ligure ADJ f s 0.00 0.20 0.00 0.14 -ligures ligure ADJ p 0.00 0.20 0.00 0.07 -liguèrent liguer VER 1.07 1.76 0.00 0.07 ind:pas:3p; -ligué liguer VER m s 1.07 1.76 0.15 0.00 par:pas; -liguées liguer VER f p 1.07 1.76 0.03 0.34 par:pas; -ligués liguer VER m p 1.07 1.76 0.13 0.41 par:pas; -lilas lilas NOM m 2.28 5.47 2.28 5.47 -liliacées liliacée NOM f p 0.14 0.00 0.14 0.00 -lilial lilial ADJ m s 0.00 0.68 0.00 0.41 -liliale lilial ADJ f s 0.00 0.68 0.00 0.27 -lilium lilium NOM m s 0.01 0.07 0.01 0.07 -lilliputien lilliputien ADJ m s 0.36 0.68 0.12 0.41 -lilliputienne lilliputien ADJ f s 0.36 0.68 0.02 0.20 -lilliputiens lilliputien ADJ m p 0.36 0.68 0.22 0.07 -lillois lillois NOM m 0.00 0.27 0.00 0.20 -lilloise lillois NOM f s 0.00 0.27 0.00 0.07 -lima limer VER 1.07 3.11 0.00 0.07 ind:pas:3s; -limace limace NOM f s 4.01 6.35 2.89 4.05 -limaces limace NOM f p 4.01 6.35 1.12 2.30 -limage limage NOM m s 0.26 0.14 0.26 0.14 -limaient limer VER 1.07 3.11 0.00 0.07 ind:imp:3p; -limaille limaille NOM f s 0.02 1.55 0.02 1.55 -limait limer VER 1.07 3.11 0.00 0.54 ind:imp:3s; -liman liman NOM m s 0.01 0.00 0.01 0.00 -limande limande NOM f s 0.09 0.68 0.08 0.61 -limandes limande NOM f p 0.09 0.68 0.01 0.07 -limant limer VER 1.07 3.11 0.00 0.14 par:pre; -limaçon limaçon NOM m s 0.02 0.54 0.01 0.27 -limaçons limaçon NOM m p 0.02 0.54 0.01 0.27 -limbe limbe NOM m s 0.81 3.18 0.00 0.07 -limbes limbe NOM m p 0.81 3.18 0.81 3.11 -limbique limbique ADJ s 0.31 0.00 0.31 0.00 -limbo limbo NOM m s 0.36 0.00 0.36 0.00 -lime lime NOM f s 1.56 3.65 1.48 2.91 -liment limer VER 1.07 3.11 0.01 0.07 ind:pre:3p; -limer limer VER 1.07 3.11 0.50 0.74 inf; -limerick limerick NOM m s 0.04 0.07 0.03 0.00 -limericks limerick NOM m p 0.04 0.07 0.01 0.07 -limes lime NOM f p 1.56 3.65 0.08 0.74 -limette limette NOM f s 0.07 0.00 0.07 0.00 -limez limer VER 1.07 3.11 0.00 0.07 ind:pre:2p; -limier limier NOM m s 1.12 0.88 0.77 0.54 -limiers limier NOM m p 1.12 0.88 0.35 0.34 -liminaire liminaire ADJ s 0.07 0.00 0.07 0.00 -limions limer VER 1.07 3.11 0.00 0.07 ind:imp:1p; -limita limiter VER 11.19 19.26 0.01 0.00 ind:pas:3s; -limitai limiter VER 11.19 19.26 0.00 0.20 ind:pas:1s; -limitaient limiter VER 11.19 19.26 0.12 0.41 ind:imp:3p; -limitais limiter VER 11.19 19.26 0.02 0.07 ind:imp:1s;ind:imp:2s; -limitait limiter VER 11.19 19.26 0.13 2.36 ind:imp:3s; -limitant limiter VER 11.19 19.26 0.09 1.28 par:pre; -limitatif limitatif ADJ m s 0.00 0.27 0.00 0.14 -limitation limitation NOM f s 0.74 0.95 0.27 0.61 -limitations limitation NOM f p 0.74 0.95 0.47 0.34 -limitative limitatif ADJ f s 0.00 0.27 0.00 0.14 -limite limite NOM f s 32.77 47.23 13.69 21.76 -limitent limiter VER 11.19 19.26 0.23 0.74 ind:pre:3p; -limiter limiter VER 11.19 19.26 2.62 4.46 inf; -limitera limiter VER 11.19 19.26 0.13 0.14 ind:fut:3s; -limiterai limiter VER 11.19 19.26 0.14 0.07 ind:fut:1s; -limiteraient limiter VER 11.19 19.26 0.01 0.20 cnd:pre:3p; -limiterait limiter VER 11.19 19.26 0.05 0.07 cnd:pre:3s; -limiteront limiter VER 11.19 19.26 0.05 0.00 ind:fut:3p; -limites limite NOM f p 32.77 47.23 19.09 25.47 -limiteur limiteur NOM m s 0.02 0.00 0.02 0.00 -limitez limiter VER 11.19 19.26 0.36 0.00 imp:pre:2p;ind:pre:2p; -limitions limiter VER 11.19 19.26 0.01 0.07 ind:imp:1p; -limitons limiter VER 11.19 19.26 0.14 0.07 imp:pre:1p;ind:pre:1p; -limitrophe limitrophe ADJ s 0.00 0.54 0.00 0.07 -limitrophes limitrophe ADJ p 0.00 0.54 0.00 0.47 -limité limiter VER m s 11.19 19.26 2.10 2.30 par:pas; -limitée limité ADJ f s 3.66 6.35 1.30 1.28 -limitées limité ADJ f p 3.66 6.35 0.68 1.35 -limités limiter VER m p 11.19 19.26 0.36 0.68 par:pas; -limoge limoger VER 0.51 0.34 0.00 0.07 ind:pre:3s; -limogeage limogeage NOM m s 0.11 0.07 0.11 0.07 -limoger limoger VER 0.51 0.34 0.18 0.00 inf; -limoges limoger VER 0.51 0.34 0.01 0.20 ind:pre:2s; -limogé limoger VER m s 0.51 0.34 0.32 0.07 par:pas; -limon limon NOM m s 0.53 3.45 0.53 2.97 -limonade limonade NOM f s 6.17 6.15 6.06 5.68 -limonades limonade NOM f p 6.17 6.15 0.11 0.47 -limonadier limonadier NOM m s 0.03 0.54 0.03 0.14 -limonadiers limonadier NOM m p 0.03 0.54 0.00 0.27 -limonadière limonadier NOM f s 0.03 0.54 0.00 0.14 -limonaire limonaire NOM m s 0.00 0.54 0.00 0.54 -limoneuse limoneux ADJ f s 0.01 0.61 0.01 0.27 -limoneuses limoneux ADJ f p 0.01 0.61 0.00 0.14 -limoneux limoneux ADJ m s 0.01 0.61 0.00 0.20 -limonier limonier NOM m s 0.00 0.14 0.00 0.07 -limonière limonier NOM f s 0.00 0.14 0.00 0.07 -limons limon NOM m p 0.53 3.45 0.00 0.47 -limoselle limoselle NOM f s 0.01 0.00 0.01 0.00 -limousin limousin ADJ m s 2.04 1.15 0.00 0.14 -limousine limousine NOM f s 3.93 3.65 3.34 2.97 -limousines limousine NOM f p 3.93 3.65 0.58 0.68 -limousins limousin ADJ m p 2.04 1.15 0.00 0.07 -limpide limpide ADJ s 2.66 12.16 2.32 9.86 -limpides limpide ADJ p 2.66 12.16 0.34 2.30 -limpidité limpidité NOM f s 0.01 1.62 0.01 1.62 -limé limer VER m s 1.07 3.11 0.16 0.54 par:pas; -limée limer VER f s 1.07 3.11 0.01 0.14 par:pas; -lin lin NOM m s 2.35 6.08 1.76 6.01 -linaire linaire NOM f s 0.00 0.07 0.00 0.07 -linceul linceul NOM m s 1.98 2.70 1.94 2.30 -linceuls linceul NOM m p 1.98 2.70 0.04 0.41 -lindor lindor NOM m s 0.27 0.00 0.27 0.00 -line line NOM f s 1.08 0.07 1.08 0.07 -linga linga NOM m s 0.01 0.00 0.01 0.00 -lingala lingala NOM m s 0.02 0.00 0.02 0.00 -lingam lingam NOM m s 0.54 0.07 0.54 0.07 -linge linge NOM m s 17.04 47.30 16.75 44.53 -linger linger ADJ m s 0.02 0.41 0.01 0.14 -lingerie lingerie NOM f s 4.13 5.34 4.11 4.73 -lingeries lingerie NOM f p 4.13 5.34 0.02 0.61 -linges linge NOM m p 17.04 47.30 0.30 2.77 -lingette lingette NOM f s 0.66 0.00 0.48 0.00 -lingettes lingette NOM f p 0.66 0.00 0.18 0.00 -lingot lingot NOM m s 1.58 2.36 0.47 1.15 -lingotière lingotier NOM f s 0.00 0.07 0.00 0.07 -lingots lingot NOM m p 1.58 2.36 1.11 1.22 -lingère lingère NOM f s 0.04 0.68 0.04 0.47 -lingères lingère NOM f p 0.04 0.68 0.00 0.20 -lingual lingual ADJ m s 0.04 0.00 0.01 0.00 -linguale lingual ADJ f s 0.04 0.00 0.02 0.00 -linguaux lingual ADJ m p 0.04 0.00 0.01 0.00 -linguiste linguiste NOM s 0.50 0.68 0.46 0.41 -linguistes linguiste NOM p 0.50 0.68 0.04 0.27 -linguistique linguistique NOM f s 0.54 0.61 0.54 0.61 -linguistiquement linguistiquement ADV 0.01 0.07 0.01 0.07 -linguistiques linguistique ADJ p 0.38 1.55 0.14 0.74 -liniment liniment NOM m s 0.03 0.07 0.03 0.07 -lino lino NOM m s 0.38 1.69 0.38 1.55 -linoléum linoléum NOM m s 0.18 2.64 0.18 2.36 -linoléums linoléum NOM m p 0.18 2.64 0.00 0.27 -linon linon NOM m s 0.05 0.74 0.05 0.68 -linons linon NOM m p 0.05 0.74 0.00 0.07 -linos lino NOM m p 0.38 1.69 0.00 0.14 -linotte linotte NOM f s 0.81 0.54 0.69 0.27 -linottes linotte NOM f p 0.81 0.54 0.12 0.27 -linotype linotype NOM f s 0.01 0.41 0.01 0.14 -linotypes linotype NOM f p 0.01 0.41 0.00 0.27 -linotypistes linotypiste NOM p 0.00 0.20 0.00 0.20 -lins lin NOM m p 2.35 6.08 0.59 0.07 -linteau linteau NOM m s 0.24 1.08 0.17 0.95 -linteaux linteau NOM m p 0.24 1.08 0.07 0.14 -linter linter NOM m s 0.01 0.00 0.01 0.00 -linéaire linéaire ADJ s 0.39 1.08 0.30 0.88 -linéairement linéairement ADV 0.01 0.00 0.01 0.00 -linéaires linéaire ADJ p 0.39 1.08 0.09 0.20 -linéaments linéament NOM m p 0.00 0.54 0.00 0.54 -liâmes lier VER 37.17 46.08 0.00 0.14 ind:pas:1p; -lion lion NOM m s 20.70 33.04 14.58 20.14 -lionceau lionceau NOM m s 0.21 1.01 0.21 0.61 -lionceaux lionceau NOM m p 0.21 1.01 0.00 0.41 -lionne lion NOM f s 20.70 33.04 0.79 2.43 -lionnes lionne NOM f p 0.16 0.00 0.16 0.00 -lions lion NOM m p 20.70 33.04 5.33 8.24 -liât lier VER 37.17 46.08 0.00 0.34 sub:imp:3s; -lipase lipase NOM f s 0.01 0.00 0.01 0.00 -lipide lipide NOM m s 0.06 0.20 0.01 0.07 -lipides lipide NOM m p 0.06 0.20 0.04 0.14 -lipiodol lipiodol NOM m s 0.01 0.00 0.01 0.00 -lipome lipome NOM m s 0.03 0.00 0.03 0.00 -liposome liposome NOM m s 0.01 0.00 0.01 0.00 -liposuccion liposuccion NOM f s 1.04 0.00 0.75 0.00 -liposuccions liposuccion NOM f p 1.04 0.00 0.29 0.00 -liposucer liposucer VER 0.20 0.00 0.20 0.00 inf; -lipothymie lipothymie NOM f s 0.10 0.00 0.10 0.00 -lippe lippe NOM f s 0.14 1.89 0.14 1.69 -lippes lippe NOM f p 0.14 1.89 0.00 0.20 -lippu lippu ADJ m s 0.17 1.01 0.17 0.41 -lippue lippu ADJ f s 0.17 1.01 0.00 0.47 -lippées lippée NOM f p 0.00 0.07 0.00 0.07 -lippues lippu ADJ f p 0.17 1.01 0.00 0.07 -lippus lippu ADJ m p 0.17 1.01 0.00 0.07 -liquette liquette NOM f s 0.19 1.49 0.19 1.22 -liquettes liquette NOM f p 0.19 1.49 0.00 0.27 -liqueur liqueur NOM f s 5.00 4.26 3.46 2.36 -liqueurs liqueur NOM f p 5.00 4.26 1.55 1.89 -liquida liquider VER 9.76 10.74 0.10 0.27 ind:pas:3s; -liquidai liquider VER 9.76 10.74 0.00 0.07 ind:pas:1s; -liquidaient liquider VER 9.76 10.74 0.00 0.20 ind:imp:3p; -liquidait liquider VER 9.76 10.74 0.02 0.20 ind:imp:3s; -liquidambars liquidambar NOM m p 0.00 0.07 0.00 0.07 -liquidant liquider VER 9.76 10.74 0.02 0.20 par:pre; -liquidateur liquidateur NOM m s 0.07 0.20 0.05 0.14 -liquidateurs liquidateur NOM m p 0.07 0.20 0.01 0.07 -liquidation liquidation NOM f s 0.81 3.11 0.70 3.04 -liquidations liquidation NOM f p 0.81 3.11 0.11 0.07 -liquidative liquidatif ADJ f s 0.02 0.00 0.02 0.00 -liquide liquide NOM m s 18.41 19.19 17.74 17.91 -liquident liquider VER 9.76 10.74 0.04 0.07 ind:pre:3p; -liquider liquider VER 9.76 10.74 3.78 4.93 inf; -liquidera liquider VER 9.76 10.74 0.06 0.14 ind:fut:3s; -liquiderai liquider VER 9.76 10.74 0.04 0.00 ind:fut:1s; -liquiderais liquider VER 9.76 10.74 0.04 0.07 cnd:pre:1s;cnd:pre:2s; -liquiderait liquider VER 9.76 10.74 0.14 0.07 cnd:pre:3s; -liquiderons liquider VER 9.76 10.74 0.04 0.00 ind:fut:1p; -liquideront liquider VER 9.76 10.74 0.00 0.14 ind:fut:3p; -liquides liquide NOM m p 18.41 19.19 0.68 1.28 -liquidez liquider VER 9.76 10.74 0.37 0.00 imp:pre:2p;ind:pre:2p; -liquidions liquider VER 9.76 10.74 0.00 0.07 ind:imp:1p; -liquidité liquidité NOM f s 0.70 0.54 0.03 0.07 -liquidités liquidité NOM f p 0.70 0.54 0.67 0.47 -liquidons liquider VER 9.76 10.74 0.26 0.07 imp:pre:1p;ind:pre:1p; -liquidé liquider VER m s 9.76 10.74 2.45 1.62 par:pas; -liquidée liquider VER f s 9.76 10.74 0.31 0.95 par:pas; -liquidées liquider VER f p 9.76 10.74 0.02 0.20 par:pas; -liquidés liquider VER m p 9.76 10.74 0.54 0.61 par:pas; -liquor liquor NOM m s 0.04 0.00 0.04 0.00 -liquoreux liquoreux ADJ m s 0.00 0.27 0.00 0.27 -liquoriste liquoriste NOM s 0.01 0.07 0.01 0.07 -liquéfaction liquéfaction NOM f s 0.04 0.27 0.04 0.27 -liquéfiaient liquéfier VER 1.09 2.43 0.00 0.27 ind:imp:3p; -liquéfiait liquéfier VER 1.09 2.43 0.00 0.47 ind:imp:3s; -liquéfiante liquéfiant ADJ f s 0.00 0.07 0.00 0.07 -liquéfie liquéfier VER 1.09 2.43 0.78 0.20 ind:pre:1s;ind:pre:3s; -liquéfient liquéfier VER 1.09 2.43 0.04 0.14 ind:pre:3p; -liquéfier liquéfier VER 1.09 2.43 0.14 0.47 inf; -liquéfièrent liquéfier VER 1.09 2.43 0.00 0.07 ind:pas:3p; -liquéfié liquéfier VER m s 1.09 2.43 0.04 0.27 par:pas; -liquéfiée liquéfier VER f s 1.09 2.43 0.03 0.34 par:pas; -liquéfiées liquéfier VER f p 1.09 2.43 0.01 0.14 par:pas; -liquéfiés liquéfier VER m p 1.09 2.43 0.05 0.07 par:pas; -lira lire VER 281.09 324.80 1.88 1.82 ind:fut:3s; -lirai lire VER 281.09 324.80 3.36 1.28 ind:fut:1s; -liraient lire VER 281.09 324.80 0.03 0.34 cnd:pre:3p; -lirais lire VER 281.09 324.80 0.74 0.81 cnd:pre:1s;cnd:pre:2s; -lirait lire VER 281.09 324.80 0.30 3.31 cnd:pre:3s; -liras lire VER 281.09 324.80 1.97 0.81 ind:fut:2s; -lire lire VER 281.09 324.80 89.58 103.58 inf; -lires lire NOM f p 28.88 10.27 18.98 1.42 -lirette lirette NOM f s 0.02 0.00 0.02 0.00 -lirez lire VER 281.09 324.80 0.68 0.81 ind:fut:2p; -liriez lire VER 281.09 324.80 0.09 0.00 cnd:pre:2p; -liron liron NOM m s 0.14 0.54 0.14 0.54 -lirons lire VER 281.09 324.80 0.08 0.07 ind:fut:1p; -liront lire VER 281.09 324.80 0.17 0.27 ind:fut:3p; -lis lire VER 281.09 324.80 39.81 16.62 imp:pre:2s;ind:pre:1s;ind:pre:2s; -lisaient lire VER 281.09 324.80 0.22 4.73 ind:imp:3p; -lisais lire VER 281.09 324.80 5.08 10.54 ind:imp:1s;ind:imp:2s; -lisait lire VER 281.09 324.80 3.88 39.12 ind:imp:3s; -lisant lire VER 281.09 324.80 2.95 13.31 par:pre; -lise lire VER 281.09 324.80 3.20 2.09 sub:pre:1s;sub:pre:3s; -lisent lire VER 281.09 324.80 2.67 3.72 ind:pre:3p; -liseron liseron NOM m s 0.02 1.08 0.01 0.61 -liserons liseron NOM m p 0.02 1.08 0.01 0.47 -liseré liseré NOM m s 0.02 0.81 0.02 0.74 -liserée liserer VER f s 0.00 0.14 0.00 0.07 par:pas; -liserés liseré NOM m p 0.02 0.81 0.00 0.07 -lises lire VER 281.09 324.80 1.12 0.41 sub:pre:2s; -liseur liseur NOM m s 0.06 1.49 0.00 0.68 -liseuse liseur NOM f s 0.06 1.49 0.06 0.68 -liseuses liseur NOM f p 0.06 1.49 0.00 0.14 -lisez lire VER 281.09 324.80 16.78 5.00 imp:pre:2p;ind:pre:2p; -lisibilité lisibilité NOM f s 0.01 0.00 0.01 0.00 -lisible lisible ADJ s 0.84 3.58 0.40 2.50 -lisiblement lisiblement ADV 0.11 0.20 0.11 0.20 -lisibles lisible ADJ p 0.84 3.58 0.44 1.08 -lisier lisier NOM m s 0.01 0.00 0.01 0.00 -lisiez lire VER 281.09 324.80 0.96 0.95 ind:imp:2p; -lisions lire VER 281.09 324.80 0.27 1.55 ind:imp:1p; -lisière lisière NOM f s 0.67 18.24 0.67 16.49 -lisières lisière NOM f p 0.67 18.24 0.00 1.76 -lisons lire VER 281.09 324.80 1.56 0.81 imp:pre:1p;ind:pre:1p; -lissa lisser VER 2.04 11.35 0.02 1.15 ind:pas:3s; -lissage lissage NOM m s 0.01 0.14 0.01 0.14 -lissai lisser VER 2.04 11.35 0.00 0.14 ind:pas:1s; -lissaient lisser VER 2.04 11.35 0.00 0.34 ind:imp:3p; -lissais lisser VER 2.04 11.35 0.00 0.07 ind:imp:1s; -lissait lisser VER 2.04 11.35 0.00 1.42 ind:imp:3s; -lissant lisser VER 2.04 11.35 0.00 1.96 par:pre; -lisse lisse ADJ s 3.48 33.58 2.71 24.26 -lissent lisser VER 2.04 11.35 0.00 0.34 ind:pre:3p; -lisser lisser VER 2.04 11.35 0.34 1.49 inf; -lissera lisser VER 2.04 11.35 0.00 0.07 ind:fut:3s; -lisserait lisser VER 2.04 11.35 0.00 0.14 cnd:pre:3s; -lisses lisse ADJ p 3.48 33.58 0.77 9.32 -lisseur lisseur NOM m s 0.00 0.14 0.00 0.07 -lisseurs lisseur NOM m p 0.00 0.14 0.00 0.07 -lissez lisser VER 2.04 11.35 0.70 0.00 imp:pre:2p; -lissons lisser VER 2.04 11.35 0.14 0.14 imp:pre:1p;ind:pre:1p; -lissotriche lissotriche ADJ s 0.00 0.07 0.00 0.07 -lissèrent lisser VER 2.04 11.35 0.00 0.07 ind:pas:3p; -lissé lisser VER m s 2.04 11.35 0.22 0.88 par:pas; -lissée lisser VER f s 2.04 11.35 0.15 0.34 par:pas; -lissées lisser VER f p 2.04 11.35 0.10 0.20 par:pas; -lissés lisser VER m p 2.04 11.35 0.01 0.68 par:pas; -liste liste NOM f s 71.56 24.32 69.07 18.92 -listel listel NOM m s 0.00 0.07 0.00 0.07 -lister lister VER 1.60 0.00 1.07 0.00 inf; -listeria listeria NOM f 0.01 0.00 0.01 0.00 -listes liste NOM f p 71.56 24.32 2.49 5.41 -listez lister VER 1.60 0.00 0.07 0.00 imp:pre:2p; -listing listing NOM m s 0.26 0.00 0.23 0.00 -listings listing NOM m p 0.26 0.00 0.02 0.00 -liston liston NOM m s 4.14 0.00 4.14 0.00 -listé lister VER m s 1.60 0.00 0.23 0.00 par:pas; -listée lister VER f s 1.60 0.00 0.10 0.00 par:pas; -listées lister VER f p 1.60 0.00 0.04 0.00 par:pas; -listés lister VER m p 1.60 0.00 0.09 0.00 par:pas; -lisérait lisérer VER 0.00 0.20 0.00 0.07 ind:imp:3s; -liséré liséré NOM m s 0.00 2.50 0.00 2.16 -lisérés liséré NOM m p 0.00 2.50 0.00 0.34 -lit_bateau lit_bateau NOM m s 0.00 0.81 0.00 0.81 -lit_cage lit_cage NOM m s 0.01 1.62 0.01 1.15 -lit_divan lit_divan NOM m s 0.00 0.20 0.00 0.20 -lit lit NOM m s 184.27 338.18 176.10 315.74 -lita liter VER 0.82 0.00 0.34 0.00 ind:pas:3s; -litanie litanie NOM f s 0.59 7.09 0.56 4.53 -litanies litanie NOM f p 0.59 7.09 0.03 2.57 -lite liter VER 0.82 0.00 0.08 0.00 imp:pre:2s;ind:pre:3s; -liteaux liteau NOM m p 0.00 0.07 0.00 0.07 -liter liter VER 0.82 0.00 0.27 0.00 inf; -literie literie NOM f s 0.29 2.03 0.28 1.96 -literies literie NOM f p 0.29 2.03 0.01 0.07 -liège liège NOM m s 0.46 3.78 0.46 3.58 -lièges liège NOM m p 0.46 3.78 0.00 0.20 -lithiase lithiase NOM f s 0.04 0.00 0.04 0.00 -lithinés lithiné ADJ m p 0.00 0.27 0.00 0.27 -lithique lithique ADJ s 0.01 0.00 0.01 0.00 -lithium lithium NOM m s 0.94 0.14 0.94 0.14 -litho litho NOM f s 0.02 0.20 0.01 0.14 -lithographe lithographe NOM s 0.00 0.14 0.00 0.14 -lithographie lithographie NOM f s 0.26 0.54 0.25 0.41 -lithographies lithographie NOM f p 0.26 0.54 0.01 0.14 -lithographié lithographier VER m s 0.00 0.07 0.00 0.07 par:pas; -lithophages lithophage ADJ m p 0.00 0.07 0.00 0.07 -lithos litho NOM f p 0.02 0.20 0.01 0.07 -lithosphère lithosphère NOM f s 0.03 0.00 0.03 0.00 -lithotripsie lithotripsie NOM f s 0.03 0.00 0.03 0.00 -lithotriteur lithotriteur NOM m s 0.01 0.00 0.01 0.00 -lièrent lier VER 37.17 46.08 0.03 0.34 ind:pas:3p; -lithuanien lithuanien ADJ m s 0.08 0.27 0.07 0.20 -lithuanienne lithuanien ADJ f s 0.08 0.27 0.01 0.00 -lithuaniennes lithuanien ADJ f p 0.08 0.27 0.00 0.07 -lièvre lièvre NOM m s 4.30 7.03 3.36 4.73 -lièvres lièvre NOM m p 4.30 7.03 0.94 2.30 -litige litige NOM m s 0.78 1.42 0.57 0.74 -litiges litige NOM m p 0.78 1.42 0.20 0.68 -litigieuse litigieux ADJ f s 0.07 0.34 0.02 0.20 -litigieux litigieux ADJ m s 0.07 0.34 0.04 0.14 -litière litière NOM f s 0.82 6.15 0.81 5.68 -litières litière NOM f p 0.82 6.15 0.01 0.47 -litorne litorne NOM f s 0.00 0.07 0.00 0.07 -litote litote NOM f s 0.03 0.41 0.03 0.20 -litotes litote NOM f p 0.03 0.41 0.00 0.20 -litre litre NOM s 10.19 18.51 2.75 10.20 -litrer litrer VER 0.00 0.07 0.00 0.07 inf; -litres litre NOM p 10.19 18.51 7.44 8.31 -litron litron NOM m s 0.20 3.18 0.20 1.82 -litronaient litroner VER 0.00 0.14 0.00 0.07 ind:imp:3p; -litrons litron NOM m p 0.20 3.18 0.00 1.35 -litroné litroner VER m s 0.00 0.14 0.00 0.07 par:pas; -lit_cage lit_cage NOM m p 0.01 1.62 0.00 0.47 -lits lit NOM m p 184.27 338.18 8.17 22.43 -littoral littoral NOM m s 0.21 3.11 0.20 3.11 -littorale littoral ADJ f s 0.23 0.34 0.07 0.14 -littoraux littoral NOM m p 0.21 3.11 0.01 0.00 -littéraire littéraire ADJ s 3.09 17.16 2.64 11.82 -littérairement littérairement ADV 0.01 0.14 0.01 0.14 -littéraires littéraire ADJ p 3.09 17.16 0.45 5.34 -littéral littéral ADJ m s 1.08 1.49 0.72 0.61 -littérale littéral ADJ f s 1.08 1.49 0.34 0.74 -littéralement littéralement ADV 5.27 10.95 5.27 10.95 -littérales littéral ADJ f p 1.08 1.49 0.00 0.14 -littéralité littéralité NOM f s 0.00 0.07 0.00 0.07 -littérateur littérateur NOM m s 0.23 1.01 0.23 0.47 -littérateurs littérateur NOM m p 0.23 1.01 0.00 0.54 -littérature littérature NOM f s 8.48 36.89 8.48 36.82 -littératures littérature NOM f p 8.48 36.89 0.00 0.07 -littéraux littéral ADJ m p 1.08 1.49 0.01 0.00 -lité liter VER m s 0.82 0.00 0.14 0.00 par:pas; -lituanien lituanien ADJ m s 0.69 0.88 0.44 0.07 -lituanienne lituanien ADJ f s 0.69 0.88 0.25 0.27 -lituaniennes lituanien ADJ f p 0.69 0.88 0.00 0.34 -lituaniens lituanien NOM m p 0.21 0.47 0.21 0.27 -litée litée NOM f s 0.00 0.07 0.00 0.07 -liturgie liturgie NOM f s 0.03 2.16 0.03 2.09 -liturgies liturgie NOM f p 0.03 2.16 0.00 0.07 -liturgique liturgique ADJ s 0.16 1.08 0.16 0.54 -liturgiques liturgique ADJ p 0.16 1.08 0.00 0.54 -lié lier VER m s 37.17 46.08 12.54 10.68 par:pas; -liée lier VER f s 37.17 46.08 3.96 7.50 par:pas; -liées lier VER f p 37.17 46.08 2.58 2.84 par:pas; -liégeois liégeois ADJ m 0.00 0.14 0.00 0.14 -liés lier VER m p 37.17 46.08 6.12 6.55 par:pas; -livarot livarot NOM m s 0.00 0.27 0.00 0.27 -live live ADJ 3.90 0.27 3.90 0.27 -livide livide ADJ s 0.74 10.54 0.62 8.78 -livides livide ADJ p 0.74 10.54 0.12 1.76 -lividité lividité NOM f s 0.40 0.00 0.40 0.00 -living_room living_room NOM m s 0.23 2.23 0.23 2.23 -living living NOM m s 0.87 2.84 0.87 2.77 -livings living NOM m p 0.87 2.84 0.00 0.07 -livoniennes livonienne NOM f p 0.00 0.07 0.00 0.07 -livra livrer VER 56.53 84.93 0.14 2.50 ind:pas:3s; -livrable livrable ADJ s 0.02 0.07 0.00 0.07 -livrables livrable ADJ f p 0.02 0.07 0.02 0.00 -livrai livrer VER 56.53 84.93 0.01 0.34 ind:pas:1s; -livraient livrer VER 56.53 84.93 0.44 4.19 ind:imp:3p; -livrais livrer VER 56.53 84.93 0.38 1.22 ind:imp:1s;ind:imp:2s; -livraison livraison NOM f s 13.68 8.58 10.69 5.47 -livraisons livraison NOM f p 13.68 8.58 2.98 3.11 -livrait livrer VER 56.53 84.93 0.74 7.91 ind:imp:3s; -livrant livrer VER 56.53 84.93 0.98 3.65 par:pre; -livre_cassette livre_cassette NOM m s 0.03 0.00 0.03 0.00 -livre livre NOM 198.11 286.49 112.43 151.76 -livrent livrer VER 56.53 84.93 1.44 2.84 ind:pre:3p; -livrer livrer VER 56.53 84.93 21.42 25.20 inf;;inf;;inf;; -livrera livrer VER 56.53 84.93 0.97 0.34 ind:fut:3s; -livrerai livrer VER 56.53 84.93 0.62 0.41 ind:fut:1s; -livreraient livrer VER 56.53 84.93 0.04 0.54 cnd:pre:3p; -livrerais livrer VER 56.53 84.93 0.17 0.14 cnd:pre:1s;cnd:pre:2s; -livrerait livrer VER 56.53 84.93 0.18 0.95 cnd:pre:3s; -livreras livrer VER 56.53 84.93 0.24 0.14 ind:fut:2s; -livrerez livrer VER 56.53 84.93 0.14 0.00 ind:fut:2p; -livrerons livrer VER 56.53 84.93 0.10 0.07 ind:fut:1p; -livreront livrer VER 56.53 84.93 0.47 0.20 ind:fut:3p; -livres_club livres_club NOM m p 0.00 0.07 0.00 0.07 -livres livre NOM p 198.11 286.49 85.69 134.73 -livresque livresque ADJ s 0.02 0.74 0.02 0.68 -livresques livresque ADJ f p 0.02 0.74 0.00 0.07 -livret livret NOM m s 3.26 5.41 3.10 4.73 -livrets livret NOM m p 3.26 5.41 0.16 0.68 -livreur livreur NOM m s 4.46 3.99 3.81 2.91 -livreurs livreur NOM m p 4.46 3.99 0.57 1.08 -livreuse livreur NOM f s 4.46 3.99 0.08 0.00 -livrez livrer VER 56.53 84.93 3.28 0.20 imp:pre:2p;ind:pre:2p; -livrions livrer VER 56.53 84.93 0.02 0.20 ind:imp:1p; -livrâmes livrer VER 56.53 84.93 0.01 0.14 ind:pas:1p; -livrons livrer VER 56.53 84.93 0.70 0.27 imp:pre:1p;ind:pre:1p; -livrât livrer VER 56.53 84.93 0.00 0.54 sub:imp:3s; -livrèrent livrer VER 56.53 84.93 0.06 0.61 ind:pas:3p; -livré livrer VER m s 56.53 84.93 8.03 11.08 par:pas; -livrée livrer VER f s 56.53 84.93 1.91 4.73 par:pas; -livrées livrer VER f p 56.53 84.93 0.57 1.96 par:pas; -livrés livrer VER m p 56.53 84.93 2.64 4.59 par:pas; -livèche livèche NOM f s 0.14 0.00 0.14 0.00 -llanos llano NOM m p 0.00 0.07 0.00 0.07 -lloyd lloyd NOM m s 0.01 0.00 0.01 0.00 -là_bas là_bas ADV 263.15 117.70 263.15 117.70 -là_dedans là_dedans ADV 74.00 23.58 74.00 23.58 -là_dehors là_dehors ADV 1.30 0.00 1.30 0.00 -là_derrière là_derrière ADV 1.14 0.14 1.14 0.14 -là_dessous là_dessous ADV 7.12 4.32 7.12 4.32 -là_dessus là_dessus ADV 30.89 32.50 30.89 32.50 -là_devant là_devant ADV 0.00 0.14 0.00 0.14 -là_haut là_haut ADV 67.78 42.70 67.78 42.70 -là là ONO 38.53 4.26 38.53 4.26 -loader loader NOM m s 0.14 0.00 0.14 0.00 -lob lob NOM m s 0.04 0.27 0.04 0.20 -lobaire lobaire ADJ f s 0.01 0.00 0.01 0.00 -lobbies lobbies NOM m p 0.29 0.00 0.29 0.00 -lobby lobby NOM m s 0.83 0.27 0.83 0.27 -lobbying lobbying NOM m s 0.07 0.00 0.07 0.00 -lobe lobe NOM m s 3.58 2.09 2.84 1.35 -lobectomie lobectomie NOM f s 0.03 0.07 0.03 0.07 -lober lober VER 0.05 0.00 0.03 0.00 inf; -lobes lobe NOM m p 3.58 2.09 0.74 0.74 -lobotomie lobotomie NOM f s 0.83 0.14 0.83 0.14 -lobotomiser lobotomiser VER 0.31 0.07 0.04 0.00 inf; -lobotomisé lobotomiser VER m s 0.31 0.07 0.25 0.07 par:pas; -lobotomisée lobotomiser VER f s 0.31 0.07 0.03 0.00 par:pas; -lobs lob NOM m p 0.04 0.27 0.00 0.07 -lobé lober VER m s 0.05 0.00 0.02 0.00 par:pas; -lobée lobé ADJ f s 0.01 0.00 0.01 0.00 -lobulaire lobulaire ADJ m s 0.00 0.07 0.00 0.07 -local local ADJ m s 18.11 22.84 6.05 6.76 -locale local ADJ f s 18.11 22.84 7.31 6.69 -localement localement ADV 0.22 0.88 0.22 0.88 -locales local ADJ f p 18.11 22.84 2.93 4.80 -localisa localiser VER 12.87 2.84 0.00 0.34 ind:pas:3s; -localisable localisable ADJ m s 0.04 0.07 0.04 0.07 -localisaient localiser VER 12.87 2.84 0.00 0.07 ind:imp:3p; -localisais localiser VER 12.87 2.84 0.01 0.07 ind:imp:1s;ind:imp:2s; -localisait localiser VER 12.87 2.84 0.02 0.00 ind:imp:3s; -localisant localiser VER 12.87 2.84 0.02 0.07 par:pre; -localisateur localisateur ADJ m s 0.30 0.00 0.30 0.00 -localisation localisation NOM f s 2.06 0.20 1.99 0.20 -localisations localisation NOM f p 2.06 0.20 0.08 0.00 -localise localiser VER 12.87 2.84 0.76 0.14 imp:pre:2s;ind:pre:1s;ind:pre:3s; -localisent localiser VER 12.87 2.84 0.08 0.07 ind:pre:3p; -localiser localiser VER 12.87 2.84 7.41 1.76 inf; -localisera localiser VER 12.87 2.84 0.14 0.00 ind:fut:3s; -localiseront localiser VER 12.87 2.84 0.02 0.00 ind:fut:3p; -localisez localiser VER 12.87 2.84 0.48 0.00 imp:pre:2p;ind:pre:2p; -localisions localiser VER 12.87 2.84 0.01 0.00 ind:imp:1p; -localisons localiser VER 12.87 2.84 0.06 0.00 imp:pre:1p;ind:pre:1p; -localisé localiser VER m s 12.87 2.84 3.31 0.34 par:pas; -localisée localiser VER f s 12.87 2.84 0.25 0.00 par:pas; -localisées localiser VER f p 12.87 2.84 0.02 0.00 par:pas; -localisés localiser VER m p 12.87 2.84 0.26 0.00 par:pas; -localité localité NOM f s 0.36 1.55 0.23 0.81 -localités localité NOM f p 0.36 1.55 0.13 0.74 -locataire locataire NOM s 7.22 14.46 3.29 6.22 -locataires locataire NOM p 7.22 14.46 3.94 8.24 -locateurs locateur NOM m p 0.01 0.00 0.01 0.00 -locatif locatif ADJ m s 0.04 0.07 0.01 0.00 -location location NOM f s 5.51 5.34 5.29 5.00 -locations location NOM f p 5.51 5.34 0.22 0.34 -locative locatif ADJ f s 0.04 0.07 0.01 0.00 -locatives locatif ADJ f p 0.04 0.07 0.02 0.07 -locature locature NOM f s 0.00 0.07 0.00 0.07 -locaux local NOM m p 5.78 11.89 2.23 4.26 -locdu locdu ADJ m s 0.00 0.27 0.00 0.27 -loch loch NOM m s 0.65 0.41 0.65 0.41 -lâcha lâcher VER 171.08 89.19 0.03 12.70 ind:pas:3s; -lâchage lâchage NOM m s 0.02 0.20 0.02 0.20 -lâchai lâcher VER 171.08 89.19 0.03 0.95 ind:pas:1s; -lâchaient lâcher VER 171.08 89.19 0.09 1.49 ind:imp:3p; -lâchais lâcher VER 171.08 89.19 0.20 0.81 ind:imp:1s;ind:imp:2s; -lâchait lâcher VER 171.08 89.19 1.08 5.68 ind:imp:3s; -lâchant lâcher VER 171.08 89.19 0.25 4.59 par:pre; -lâche lâcher VER 171.08 89.19 75.31 14.05 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -loche loche NOM f s 0.56 1.08 0.12 1.01 -lâchement lâchement ADV 1.07 2.97 1.07 2.97 -lâchent lâcher VER 171.08 89.19 2.52 2.50 ind:pre:3p; -lâcher lâcher VER 171.08 89.19 19.41 20.41 inf;; -lâchera lâcher VER 171.08 89.19 1.24 1.35 ind:fut:3s; -lâcherai lâcher VER 171.08 89.19 2.86 0.47 ind:fut:1s; -lâcheraient lâcher VER 171.08 89.19 0.05 0.07 cnd:pre:3p; -lâcherais lâcher VER 171.08 89.19 0.32 0.07 cnd:pre:1s;cnd:pre:2s; -lâcherait lâcher VER 171.08 89.19 0.35 0.81 cnd:pre:3s; -lâcheras lâcher VER 171.08 89.19 0.35 0.07 ind:fut:2s; -lâcherez lâcher VER 171.08 89.19 0.11 0.14 ind:fut:2p; -lâcheriez lâcher VER 171.08 89.19 0.02 0.07 cnd:pre:2p; -lâcherons lâcher VER 171.08 89.19 0.08 0.07 ind:fut:1p; -lâcheront lâcher VER 171.08 89.19 0.69 0.34 ind:fut:3p; -lâchers lâcher NOM m p 0.95 0.88 0.01 0.07 -lâches lâche NOM p 27.16 5.81 7.65 2.57 -loches loche NOM f p 0.56 1.08 0.44 0.07 -lâcheté lâcheté NOM f s 4.17 10.00 3.91 9.12 -lâchetés lâcheté NOM f p 4.17 10.00 0.26 0.88 -lâcheur lâcheur NOM m s 0.67 0.81 0.30 0.47 -lâcheurs lâcheur NOM m p 0.67 0.81 0.25 0.14 -lâcheuse lâcheur NOM f s 0.67 0.81 0.13 0.20 -lâchez lâcher VER 171.08 89.19 48.02 2.09 imp:pre:2p;ind:pre:2p; -lâchiez lâcher VER 171.08 89.19 0.13 0.00 ind:imp:2p; -lâchions lâcher VER 171.08 89.19 0.03 0.07 ind:imp:1p; -lâchons lâcher VER 171.08 89.19 0.17 0.27 imp:pre:1p;ind:pre:1p; -lâchât lâcher VER 171.08 89.19 0.00 0.27 sub:imp:3s; -lâchèrent lâcher VER 171.08 89.19 0.01 0.88 ind:pas:3p; -lâché lâcher VER m s 171.08 89.19 11.35 14.80 par:pas; -lâchée lâcher VER f s 171.08 89.19 1.07 1.69 par:pas; -lâchées lâcher VER f p 171.08 89.19 0.21 0.81 par:pas; -lâchés lâcher VER m p 171.08 89.19 1.05 1.42 par:pas; -lock_out lock_out NOM m 0.11 0.00 0.11 0.00 -lock_outer lock_outer VER m p 0.00 0.07 0.00 0.07 par:pas; -loco loco ADV 1.48 1.08 1.48 1.08 -locomobile locomobile NOM f s 0.00 0.07 0.00 0.07 -locomoteur locomoteur ADJ m s 0.01 0.07 0.01 0.00 -locomoteurs locomoteur ADJ m p 0.01 0.07 0.00 0.07 -locomotion locomotion NOM f s 0.26 0.88 0.26 0.88 -locomotive locomotive NOM f s 3.95 13.11 3.69 10.61 -locomotives locomotive NOM f p 3.95 13.11 0.25 2.50 -locomotrice locomoteur NOM f s 0.00 0.07 0.00 0.07 -locos loco NOM m p 0.73 1.35 0.16 0.47 -locus locus NOM m 0.15 0.20 0.15 0.20 -locuste locuste NOM f s 0.06 0.00 0.01 0.00 -locustes locuste NOM f p 0.06 0.00 0.05 0.00 -locuteur locuteur NOM m s 0.02 0.00 0.01 0.00 -locution locution NOM f s 0.04 1.01 0.04 0.41 -locutions locution NOM f p 0.04 1.01 0.01 0.61 -locutrice locuteur NOM f s 0.02 0.00 0.01 0.00 -loden loden NOM m s 0.27 0.81 0.27 0.74 -lodens loden NOM m p 0.27 0.81 0.00 0.07 -lof lof NOM m s 0.02 0.00 0.02 0.00 -lofe lofer VER 0.02 0.00 0.01 0.00 ind:pre:3s; -lofez lofer VER 0.02 0.00 0.01 0.00 imp:pre:2p; -loft loft NOM m s 1.36 0.47 1.11 0.47 -lofts loft NOM m p 1.36 0.47 0.26 0.00 -logarithme logarithme NOM m s 0.09 0.34 0.05 0.00 -logarithmes logarithme NOM m p 0.09 0.34 0.04 0.34 -logarithmique logarithmique ADJ s 0.02 0.00 0.02 0.00 -loge loge NOM f s 13.69 22.36 12.15 18.11 -logea loger VER 18.36 26.42 0.03 0.41 ind:pas:3s; -logeable logeable ADJ m s 0.00 0.14 0.00 0.07 -logeables logeable ADJ m p 0.00 0.14 0.00 0.07 -logeai loger VER 18.36 26.42 0.00 0.14 ind:pas:1s; -logeaient loger VER 18.36 26.42 0.06 1.69 ind:imp:3p; -logeais loger VER 18.36 26.42 0.16 0.47 ind:imp:1s;ind:imp:2s; -logeait loger VER 18.36 26.42 0.55 3.72 ind:imp:3s; -logeant loger VER 18.36 26.42 0.01 0.47 par:pre; -logeassent loger VER 18.36 26.42 0.00 0.07 sub:imp:3p; -logement logement NOM m s 11.13 13.65 8.37 11.08 -logements logement NOM m p 11.13 13.65 2.76 2.57 -logent loger VER 18.36 26.42 0.38 1.08 ind:pre:3p; -loger loger VER 18.36 26.42 5.84 7.23 inf; -logera loger VER 18.36 26.42 0.39 0.00 ind:fut:3s; -logerai loger VER 18.36 26.42 0.30 0.20 ind:fut:1s; -logeraient loger VER 18.36 26.42 0.00 0.14 cnd:pre:3p; -logerait loger VER 18.36 26.42 0.17 0.27 cnd:pre:3s; -logeras loger VER 18.36 26.42 0.24 0.07 ind:fut:2s; -logerez loger VER 18.36 26.42 0.38 0.07 ind:fut:2p; -logerions loger VER 18.36 26.42 0.00 0.07 cnd:pre:1p; -logerons loger VER 18.36 26.42 0.03 0.00 ind:fut:1p; -logeront loger VER 18.36 26.42 0.29 0.14 ind:fut:3p; -loges loge NOM f p 13.69 22.36 1.54 4.26 -logettes logette NOM f p 0.00 0.14 0.00 0.14 -logeur logeur NOM m s 1.16 3.72 0.25 0.07 -logeurs logeur NOM m p 1.16 3.72 0.00 0.27 -logeuse logeur NOM f s 1.16 3.72 0.91 3.31 -logeuses logeuse NOM f p 0.36 0.00 0.01 0.00 -logez loger VER 18.36 26.42 1.29 0.41 imp:pre:2p;ind:pre:2p; -loggia loggia NOM f s 0.10 3.85 0.10 3.11 -loggias loggia NOM f p 0.10 3.85 0.00 0.74 -logiciel logiciel NOM m s 3.61 0.14 2.31 0.14 -logiciels logiciel NOM m p 3.61 0.14 1.30 0.00 -logicien logicien NOM m s 0.03 0.41 0.03 0.20 -logicienne logicien NOM f s 0.03 0.41 0.00 0.07 -logiciens logicien NOM m p 0.03 0.41 0.00 0.14 -logiez loger VER 18.36 26.42 0.45 0.07 ind:imp:2p; -login login ADJ m s 0.04 0.00 0.04 0.00 -logions loger VER 18.36 26.42 0.11 0.20 ind:imp:1p; -logique logique ADJ s 14.40 12.03 13.79 11.22 -logiquement logiquement ADV 1.33 3.24 1.33 3.24 -logiques logique ADJ p 14.40 12.03 0.61 0.81 -logis logis NOM m 2.70 12.84 2.70 12.84 -logisticien logisticien NOM m s 0.01 0.00 0.01 0.00 -logistique logistique NOM f s 0.80 0.27 0.80 0.27 -logistiques logistique ADJ p 0.41 0.20 0.20 0.07 -logo logo NOM m s 1.65 0.00 1.65 0.00 -logogriphe logogriphe NOM m s 0.01 0.14 0.01 0.07 -logogriphes logogriphe NOM m p 0.01 0.14 0.00 0.07 -logomachie logomachie NOM f s 0.00 0.14 0.00 0.14 -logorrhée logorrhée NOM f s 0.06 0.27 0.06 0.27 -logos logos NOM m 0.16 0.81 0.16 0.81 -logosphère logosphère NOM f s 0.00 0.14 0.00 0.14 -logothètes logothète NOM m p 0.00 0.07 0.00 0.07 -logèrent loger VER 18.36 26.42 0.00 0.14 ind:pas:3p; -logé loger VER m s 18.36 26.42 1.77 3.45 par:pas; -logue loguer VER 0.02 0.00 0.02 0.00 imp:pre:2s;ind:pre:3s; -logée loger VER f s 18.36 26.42 1.23 1.08 par:pas; -logées loger VER f p 18.36 26.42 0.16 0.20 par:pas; -logés logé ADJ m p 0.89 1.76 0.36 0.81 -loi loi NOM f s 110.12 72.30 87.37 44.46 -loin loin ADV 248.34 452.36 248.34 452.36 -lointain lointain ADJ m s 10.12 91.96 5.05 33.18 -lointaine lointain ADJ f s 10.12 91.96 2.89 32.50 -lointainement lointainement ADV 0.00 0.47 0.00 0.47 -lointaines lointain ADJ f p 10.12 91.96 1.15 12.64 -lointains lointain ADJ m p 10.12 91.96 1.02 13.65 -loir loir NOM m s 0.69 1.62 0.51 0.74 -loirs loir NOM m p 0.69 1.62 0.18 0.88 -lois loi NOM f p 110.12 72.30 22.75 27.84 -loisible loisible ADJ s 0.00 0.74 0.00 0.74 -loisir loisir NOM m s 5.09 20.81 2.41 13.24 -loisirs loisir NOM m p 5.09 20.81 2.68 7.57 -lokoum lokoum NOM m s 0.00 0.14 0.00 0.14 -lolita lolita NOM f s 0.10 0.07 0.04 0.00 -lolitas lolita NOM f p 0.10 0.07 0.06 0.07 -lolo lolo NOM m s 1.81 0.41 0.70 0.34 -lolos lolo NOM m p 1.81 0.41 1.12 0.07 -lombaire lombaire ADJ s 1.37 0.34 1.06 0.20 -lombaires lombaire ADJ f p 1.37 0.34 0.30 0.14 -lombalgie lombalgie NOM f s 0.01 0.00 0.01 0.00 -lombard lombard ADJ m s 0.14 0.74 0.00 0.20 -lombarde lombard ADJ f s 0.14 0.74 0.14 0.14 -lombardes lombard ADJ f p 0.14 0.74 0.00 0.14 -lombardo lombardo NOM m 0.01 0.00 0.01 0.00 -lombards lombard ADJ m p 0.14 0.74 0.00 0.27 -lombes lombes NOM f p 0.00 0.41 0.00 0.41 -lombostats lombostat NOM m p 0.00 0.07 0.00 0.07 -lombric lombric NOM m s 0.28 0.74 0.08 0.41 -lombrics lombric NOM m p 0.28 0.74 0.20 0.34 -lompe lompe NOM m s 0.01 0.00 0.01 0.00 -londonien londonien ADJ m s 1.09 0.95 0.44 0.47 -londonienne londonien ADJ f s 1.09 0.95 0.20 0.20 -londoniennes londonien ADJ f p 1.09 0.95 0.04 0.07 -londoniens londonien ADJ m p 1.09 0.95 0.41 0.20 -londrès londrès NOM m 0.00 0.07 0.00 0.07 -long_courrier long_courrier NOM m s 0.26 0.61 0.25 0.47 -long_courrier long_courrier NOM m p 0.26 0.61 0.01 0.14 -long_métrage long_métrage NOM m s 0.06 0.00 0.06 0.00 -long long ADJ m s 164.02 444.86 79.18 153.51 -longane longane NOM m s 0.14 0.00 0.14 0.00 -longanimité longanimité NOM f s 0.00 0.14 0.00 0.14 -longe longer VER 2.98 34.32 0.55 5.95 imp:pre:2s;ind:pre:1s;ind:pre:3s; -longea longer VER 2.98 34.32 0.01 3.65 ind:pas:3s; -longeai longer VER 2.98 34.32 0.00 0.27 ind:pas:1s; -longeaient longer VER 2.98 34.32 0.00 1.82 ind:imp:3p; -longeais longer VER 2.98 34.32 0.12 0.81 ind:imp:1s; -longeait longer VER 2.98 34.32 0.03 6.76 ind:imp:3s; -longeant longer VER 2.98 34.32 0.40 5.68 par:pre; -longent longer VER 2.98 34.32 0.14 0.74 ind:pre:3p; -longeâmes longer VER 2.98 34.32 0.00 0.41 ind:pas:1p; -longeons longer VER 2.98 34.32 0.02 0.81 imp:pre:1p;ind:pre:1p; -longer longer VER 2.98 34.32 0.61 2.57 inf; -longera longer VER 2.98 34.32 0.16 0.00 ind:fut:3s; -longeraient longer VER 2.98 34.32 0.00 0.07 cnd:pre:3p; -longerait longer VER 2.98 34.32 0.00 0.14 cnd:pre:3s; -longerions longer VER 2.98 34.32 0.00 0.07 cnd:pre:1p; -longeron longeron NOM m s 0.00 0.20 0.00 0.07 -longerons longer VER 2.98 34.32 0.01 0.00 ind:fut:1p; -longeront longer VER 2.98 34.32 0.01 0.20 ind:fut:3p; -longes longe NOM f p 0.11 1.35 0.03 0.07 -longez longer VER 2.98 34.32 0.43 0.14 imp:pre:2p;ind:pre:2p; -longicornes longicorne NOM m p 0.00 0.07 0.00 0.07 -longiez longer VER 2.98 34.32 0.01 0.00 ind:imp:2p; -longiforme longiforme ADJ s 0.00 0.07 0.00 0.07 -longiligne longiligne ADJ m s 0.02 0.88 0.00 0.81 -longilignes longiligne ADJ m p 0.02 0.88 0.02 0.07 -longions longer VER 2.98 34.32 0.10 0.74 ind:imp:1p; -longitude longitude NOM f s 0.46 0.41 0.46 0.41 -longitudinal longitudinal ADJ m s 0.19 0.54 0.03 0.00 -longitudinale longitudinal ADJ f s 0.19 0.54 0.01 0.07 -longitudinalement longitudinalement ADV 0.00 0.07 0.00 0.07 -longitudinales longitudinal ADJ f p 0.19 0.54 0.15 0.41 -longitudinaux longitudinal ADJ m p 0.19 0.54 0.00 0.07 -longrines longrine NOM f p 0.00 0.07 0.00 0.07 -longs long ADJ m p 164.02 444.86 17.65 65.47 -longtemps longtemps ADV 290.36 335.54 290.36 335.54 -longèrent longer VER 2.98 34.32 0.00 1.55 ind:pas:3p; -longé longer VER m s 2.98 34.32 0.38 1.76 par:pas; -longue_vue longue_vue NOM f s 0.30 2.64 0.29 2.50 -longue long ADJ f s 164.02 444.86 54.12 138.31 -longée longer VER f s 2.98 34.32 0.01 0.14 par:pas; -longuement longuement ADV 3.71 58.45 3.71 58.45 -longue_vue longue_vue NOM f p 0.30 2.64 0.01 0.14 -longues long ADJ f p 164.02 444.86 13.07 87.57 -longuet longuet ADJ m s 0.02 0.41 0.01 0.20 -longuette longuet ADJ f s 0.02 0.41 0.01 0.14 -longuettes longuet ADJ f p 0.02 0.41 0.00 0.07 -longueur longueur NOM f s 9.42 28.45 8.36 26.82 -longueurs longueur NOM f p 9.42 28.45 1.06 1.62 -longés longer VER m p 2.98 34.32 0.00 0.07 par:pas; -longévité longévité NOM f s 0.71 0.88 0.71 0.88 -look look NOM m s 10.93 1.96 10.47 1.82 -looks look NOM m p 10.93 1.96 0.46 0.14 -looping looping NOM m s 0.33 0.68 0.27 0.54 -loopings looping NOM m p 0.33 0.68 0.06 0.14 -looser looser NOM m s 1.09 0.00 0.82 0.00 -loosers looser NOM m p 1.09 0.00 0.27 0.00 -lopaille lopaille NOM f s 0.00 0.07 0.00 0.07 -lope lope NOM f s 1.01 1.69 0.53 1.08 -lopes lope NOM f p 1.01 1.69 0.48 0.61 -lopette lopette NOM f s 1.25 0.47 1.11 0.41 -lopettes lopette NOM f p 1.25 0.47 0.15 0.07 -lopin lopin NOM m s 0.62 0.41 0.52 0.34 -lopins lopin NOM m p 0.62 0.41 0.10 0.07 -loquace loquace ADJ s 0.61 2.43 0.58 2.03 -loquaces loquace ADJ f p 0.61 2.43 0.03 0.41 -loquacité loquacité NOM f s 0.01 0.00 0.01 0.00 -loquait loquer VER 0.41 0.27 0.00 0.07 ind:imp:3s; -loque loque NOM f s 2.20 9.66 1.72 3.24 -loquedu loquedu NOM s 0.07 2.50 0.01 1.08 -loquedus loquedu NOM p 0.07 2.50 0.06 1.42 -loquer loquer VER 0.41 0.27 0.00 0.14 inf; -loques loque NOM f p 2.20 9.66 0.48 6.42 -loquet loquet NOM m s 0.60 4.39 0.60 4.05 -loqueteau loqueteau NOM m s 0.00 0.07 0.00 0.07 -loqueteuse loqueteux ADJ f s 0.06 1.89 0.00 0.07 -loqueteuses loqueteux ADJ f p 0.06 1.89 0.00 0.07 -loqueteux loqueteux ADJ m 0.06 1.89 0.06 1.76 -loquets loquet NOM m p 0.60 4.39 0.00 0.34 -loquette loqueter VER 0.00 0.07 0.00 0.07 ind:pre:3s; -loqué loquer VER m s 0.41 0.27 0.41 0.00 par:pas; -loqués loquer VER m p 0.41 0.27 0.00 0.07 par:pas; -loran loran NOM m s 0.14 0.00 0.14 0.00 -lord_maire lord_maire NOM m s 0.02 0.07 0.02 0.07 -lord lord NOM m s 1.41 7.57 1.26 6.69 -lordose lordose NOM f s 0.00 0.07 0.00 0.07 -lords lord NOM m p 1.41 7.57 0.15 0.88 -lorette lorette NOM f s 0.01 0.07 0.01 0.00 -lorettes lorette NOM f p 0.01 0.07 0.00 0.07 -lorgna lorgner VER 1.07 7.09 0.00 0.88 ind:pas:3s; -lorgnaient lorgner VER 1.07 7.09 0.02 0.54 ind:imp:3p; -lorgnais lorgner VER 1.07 7.09 0.04 0.20 ind:imp:1s;ind:imp:2s; -lorgnait lorgner VER 1.07 7.09 0.13 1.69 ind:imp:3s; -lorgnant lorgner VER 1.07 7.09 0.01 1.15 par:pre; -lorgne lorgner VER 1.07 7.09 0.53 0.47 imp:pre:2s;ind:pre:1s;ind:pre:3s; -lorgnent lorgner VER 1.07 7.09 0.07 0.47 ind:pre:3p; -lorgner lorgner VER 1.07 7.09 0.14 0.88 inf; -lorgnerai lorgner VER 1.07 7.09 0.00 0.07 ind:fut:1s; -lorgnerez lorgner VER 1.07 7.09 0.00 0.07 ind:fut:2p; -lorgnette lorgnette NOM f s 0.13 2.09 0.13 1.08 -lorgnettes lorgnette NOM f p 0.13 2.09 0.00 1.01 -lorgnez lorgner VER 1.07 7.09 0.13 0.00 ind:pre:2p; -lorgnon lorgnon NOM m s 0.02 5.41 0.02 2.84 -lorgnons lorgnon NOM m p 0.02 5.41 0.00 2.57 -lorgnèrent lorgner VER 1.07 7.09 0.00 0.07 ind:pas:3p; -lorgné lorgner VER m s 1.07 7.09 0.00 0.47 par:pas; -lorgnées lorgner VER f p 1.07 7.09 0.00 0.07 par:pas; -lorgnés lorgner VER m p 1.07 7.09 0.00 0.07 par:pas; -lori lori NOM m s 0.01 0.00 0.01 0.00 -loriot loriot NOM m s 0.05 2.36 0.02 2.16 -loriots loriot NOM m p 0.05 2.36 0.03 0.20 -loris loris NOM m 0.04 0.00 0.04 0.00 -lorrain lorrain ADJ m s 0.06 1.49 0.00 0.47 -lorraine lorrain ADJ f s 0.06 1.49 0.06 0.74 -lorraines lorrain ADJ f p 0.06 1.49 0.00 0.20 -lorrains lorrain NOM m p 0.00 0.81 0.00 0.54 -lors lors ADV 35.79 70.27 35.79 70.27 -lorsqu lorsqu CON 0.04 0.00 0.04 0.00 -lorsque lorsque CON 49.36 207.09 49.36 207.09 -los los NOM m 5.08 2.77 5.08 2.77 -losange losange NOM m s 0.11 3.92 0.08 1.49 -losanges losange NOM m p 0.11 3.92 0.03 2.43 -losangé losangé ADJ m s 0.00 0.34 0.00 0.07 -losangée losangé ADJ f s 0.00 0.34 0.00 0.07 -losangés losangé ADJ m p 0.00 0.34 0.00 0.20 -loser loser NOM m s 4.77 0.07 3.27 0.07 -losers loser NOM m p 4.77 0.07 1.51 0.00 -lot lot NOM m s 13.28 17.16 11.87 15.68 -loterie loterie NOM f s 7.25 4.86 7.16 4.32 -loteries loterie NOM f p 7.25 4.86 0.09 0.54 -loti loti ADJ m s 0.69 1.22 0.09 0.34 -lotie lotir VER f s 0.26 0.54 0.23 0.14 par:pas; -lotier lotier NOM m s 0.00 0.07 0.00 0.07 -loties loti ADJ f p 0.69 1.22 0.00 0.07 -lotion lotion NOM f s 1.68 0.74 1.53 0.54 -lotionnés lotionner VER m p 0.00 0.07 0.00 0.07 par:pas; -lotions lotion NOM f p 1.68 0.74 0.15 0.20 -lotir lotir VER 0.26 0.54 0.01 0.34 inf; -lotis loti ADJ m p 0.69 1.22 0.47 0.47 -lotissement lotissement NOM m s 0.77 1.01 0.59 0.47 -lotissements lotissement NOM m p 0.77 1.01 0.19 0.54 -loto loto NOM m s 6.75 1.35 6.75 1.15 -lotos loto NOM m p 6.75 1.35 0.00 0.20 -lots lot NOM m p 13.28 17.16 1.42 1.49 -lotta lotta NOM f s 0.16 0.41 0.16 0.41 -lotte lotte NOM f s 0.18 0.14 0.18 0.07 -lottes lotte NOM f p 0.18 0.14 0.00 0.07 -lotus lotus NOM m 0.58 1.08 0.58 1.08 -loua louer VER 48.08 29.46 0.17 1.08 ind:pas:3s; -louable louable ADJ s 1.37 1.89 1.04 1.42 -louablement louablement ADV 0.14 0.00 0.14 0.00 -louables louable ADJ p 1.37 1.89 0.33 0.47 -louage louage NOM m s 0.07 0.88 0.07 0.88 -louai louer VER 48.08 29.46 0.00 0.41 ind:pas:1s; -louaient louer VER 48.08 29.46 0.33 1.15 ind:imp:3p; -louais louer VER 48.08 29.46 0.42 0.34 ind:imp:1s;ind:imp:2s; -louait louer VER 48.08 29.46 1.46 3.24 ind:imp:3s; -louange louange NOM f s 3.06 6.35 0.97 1.82 -louangea louanger VER 0.13 0.74 0.00 0.14 ind:pas:3s; -louangeaient louanger VER 0.13 0.74 0.00 0.07 ind:imp:3p; -louangeant louanger VER 0.13 0.74 0.00 0.07 par:pre; -louanger louanger VER 0.13 0.74 0.12 0.20 inf; -louanges louange NOM f p 3.06 6.35 2.09 4.53 -louangeur louangeur ADJ m s 0.00 0.20 0.00 0.14 -louangeuses louangeur ADJ f p 0.00 0.20 0.00 0.07 -louangé louanger VER m s 0.13 0.74 0.00 0.07 par:pas; -louangée louanger VER f s 0.13 0.74 0.00 0.07 par:pas; -louangés louanger VER m p 0.13 0.74 0.01 0.07 par:pas; -louant louer VER 48.08 29.46 0.23 0.54 par:pre; -loubard loubard NOM m s 1.73 3.04 1.04 1.01 -loubarde loubard NOM f s 1.73 3.04 0.00 0.34 -loubards loubard NOM m p 1.73 3.04 0.69 1.69 -loucha loucher VER 2.54 6.35 0.00 0.27 ind:pas:3s; -louchai loucher VER 2.54 6.35 0.00 0.07 ind:pas:1s; -louchaient loucher VER 2.54 6.35 0.00 0.41 ind:imp:3p; -louchais loucher VER 2.54 6.35 0.01 0.20 ind:imp:1s;ind:imp:2s; -louchait loucher VER 2.54 6.35 0.20 1.08 ind:imp:3s; -louchant loucher VER 2.54 6.35 0.04 1.42 par:pre; -louche louche ADJ s 7.63 9.05 5.71 5.88 -louchebem louchebem NOM m s 0.00 0.27 0.00 0.27 -louchement louchement NOM m s 0.00 0.07 0.00 0.07 -louchent loucher VER 2.54 6.35 0.15 0.14 ind:pre:3p; -loucher loucher VER 2.54 6.35 0.40 0.61 inf; -louches louche ADJ p 7.63 9.05 1.92 3.18 -louchet louchet NOM m s 0.00 0.07 0.00 0.07 -loucheur loucheur NOM m s 0.05 0.27 0.05 0.14 -loucheuse loucheur NOM f s 0.05 0.27 0.00 0.14 -louchez loucher VER 2.54 6.35 0.09 0.07 ind:pre:2p; -louchon louchon NOM m s 0.00 0.14 0.00 0.07 -louchons loucher VER 2.54 6.35 0.01 0.14 ind:pre:1p; -louchât loucher VER 2.54 6.35 0.00 0.07 sub:imp:3s; -louché loucher VER m s 2.54 6.35 0.01 0.41 par:pas; -louchébème louchébème NOM m s 0.00 0.07 0.00 0.07 -louchée loucher VER f s 2.54 6.35 0.01 0.14 par:pas; -loue louer VER 48.08 29.46 6.01 1.69 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -louent louer VER 48.08 29.46 0.76 0.41 ind:pre:3p; -louer louer VER 48.08 29.46 15.03 7.57 ind:pre:2p;inf; -louera louer VER 48.08 29.46 0.33 0.14 ind:fut:3s; -louerai louer VER 48.08 29.46 0.29 0.14 ind:fut:1s; -loueraient louer VER 48.08 29.46 0.01 0.07 cnd:pre:3p; -louerais louer VER 48.08 29.46 0.31 0.14 cnd:pre:1s;cnd:pre:2s; -louerait louer VER 48.08 29.46 0.05 0.41 cnd:pre:3s; -loueras louer VER 48.08 29.46 0.18 0.00 ind:fut:2s; -loueriez louer VER 48.08 29.46 0.01 0.07 cnd:pre:2p; -louerons louer VER 48.08 29.46 0.17 0.07 ind:fut:1p; -loues louer VER 48.08 29.46 0.58 0.07 ind:pre:2s; -loueur loueur NOM m s 0.65 1.62 0.41 1.49 -loueurs loueur NOM m p 0.65 1.62 0.23 0.07 -loueuse loueur NOM f s 0.65 1.62 0.01 0.07 -louez louer VER 48.08 29.46 1.96 0.20 imp:pre:2p;ind:pre:2p; -louf louf ADJ m s 0.47 1.55 0.47 1.55 -loufer loufer VER 0.00 0.20 0.00 0.07 inf; -loufes loufer VER 0.00 0.20 0.00 0.14 ind:pre:2s; -loufiat loufiat NOM m s 0.20 6.76 0.14 5.27 -loufiats loufiat NOM m p 0.20 6.76 0.05 1.49 -loufoque loufoque ADJ s 0.87 0.41 0.68 0.34 -loufoquerie loufoquerie NOM f s 0.04 0.27 0.04 0.20 -loufoqueries loufoquerie NOM f p 0.04 0.27 0.00 0.07 -loufoques loufoque ADJ f p 0.87 0.41 0.19 0.07 -louftingue louftingue ADJ s 0.00 0.07 0.00 0.07 -louions louer VER 48.08 29.46 0.12 0.07 ind:imp:1p; -louis_philippard louis_philippard ADJ m s 0.00 0.34 0.00 0.07 -louis_philippard louis_philippard ADJ f s 0.00 0.34 0.00 0.14 -louis_philippard louis_philippard ADJ m p 0.00 0.34 0.00 0.14 -louis louis NOM m s 5.01 5.07 5.01 5.07 -louise_bonne louise_bonne NOM f s 0.00 0.07 0.00 0.07 -louisianais louisianais ADJ m s 0.02 0.00 0.02 0.00 -loukoum loukoum NOM m s 0.07 2.57 0.02 0.95 -loukoums loukoum NOM m p 0.07 2.57 0.05 1.62 -loulou loulou NOM m s 1.48 19.32 1.45 18.72 -loulous loulou NOM m p 1.48 19.32 0.03 0.61 -louloute louloute NOM f s 0.45 0.20 0.35 0.07 -louloutes louloute NOM f p 0.45 0.20 0.10 0.14 -louloutte louloutte NOM f s 0.00 0.07 0.00 0.07 -louâmes louer VER 48.08 29.46 0.00 0.07 ind:pas:1p; -louons louer VER 48.08 29.46 1.35 0.27 imp:pre:1p;ind:pre:1p; -loup_cervier loup_cervier NOM m s 0.00 0.14 0.00 0.07 -loup_garou loup_garou NOM m s 3.98 1.22 3.35 0.88 -loup loup NOM m s 30.40 44.39 20.97 22.30 -loupa louper VER 12.06 9.46 0.03 0.14 ind:pas:3s; -loupai louper VER 12.06 9.46 0.00 0.07 ind:pas:1s; -loupaient louper VER 12.06 9.46 0.00 0.07 ind:imp:3p; -loupais louper VER 12.06 9.46 0.00 0.07 ind:imp:1s; -loupait louper VER 12.06 9.46 0.02 0.27 ind:imp:3s; -loupe loupe NOM f s 1.71 5.47 1.66 4.86 -loupent louper VER 12.06 9.46 0.06 0.07 ind:pre:3p; -louper louper VER 12.06 9.46 3.81 3.04 inf; -loupera louper VER 12.06 9.46 0.26 0.20 ind:fut:3s; -louperai louper VER 12.06 9.46 0.15 0.07 ind:fut:1s; -louperais louper VER 12.06 9.46 0.06 0.00 cnd:pre:1s;cnd:pre:2s; -louperait louper VER 12.06 9.46 0.00 0.07 cnd:pre:3s; -louperas louper VER 12.06 9.46 0.02 0.00 ind:fut:2s; -louperez louper VER 12.06 9.46 0.03 0.00 ind:fut:2p; -loupes louper VER 12.06 9.46 0.69 0.14 ind:pre:2s; -loupez louper VER 12.06 9.46 0.17 0.07 imp:pre:2p;ind:pre:2p; -loupiat loupiat NOM m s 0.00 0.14 0.00 0.14 -loupiez louper VER 12.06 9.46 0.04 0.07 ind:imp:2p; -loupiot loupiot NOM m s 0.13 0.41 0.12 0.20 -loupiote loupiote NOM f s 0.06 1.01 0.02 0.68 -loupiotes loupiote NOM f p 0.06 1.01 0.03 0.34 -loupiots loupiot NOM m p 0.13 0.41 0.01 0.20 -loupiotte loupiotte NOM f s 0.00 0.14 0.00 0.07 -loupiottes loupiotte NOM f p 0.00 0.14 0.00 0.07 -loup_cervier loup_cervier NOM m p 0.00 0.14 0.00 0.07 -loup_garou loup_garou NOM m p 3.98 1.22 0.63 0.34 -loups loup NOM m p 30.40 44.39 8.41 18.24 -loupé louper VER m s 12.06 9.46 5.37 2.64 par:pas; -loupée louper VER f s 12.06 9.46 0.40 0.20 par:pas; -loupées louper VER f p 12.06 9.46 0.04 0.14 par:pas; -loupés louper VER m p 12.06 9.46 0.18 0.27 par:pas; -lourant lourer VER 0.00 0.07 0.00 0.07 par:pre; -lourd lourd ADV 16.09 21.35 16.09 21.35 -lourdait lourder VER 0.38 1.69 0.00 0.07 ind:imp:3s; -lourdant lourder VER 0.38 1.69 0.00 0.07 par:pre; -lourdaud lourdaud NOM m s 0.64 0.95 0.48 0.74 -lourdaude lourdaud ADJ f s 0.35 0.68 0.00 0.14 -lourdaudes lourdaud ADJ f p 0.35 0.68 0.00 0.07 -lourdauds lourdaud NOM m p 0.64 0.95 0.16 0.20 -lourde lourd ADJ f s 29.45 145.88 8.46 56.62 -lourdement lourdement ADV 1.87 14.66 1.87 14.66 -lourder lourder VER 0.38 1.69 0.22 0.61 inf; -lourderie lourderie NOM f s 0.00 0.07 0.00 0.07 -lourdes lourd ADJ f p 29.45 145.88 4.26 23.18 -lourdeur lourdeur NOM f s 0.20 5.47 0.19 4.86 -lourdeurs lourdeur NOM f p 0.20 5.47 0.01 0.61 -lourdingue lourdingue ADJ f s 0.14 0.88 0.07 0.34 -lourdingues lourdingue ADJ m p 0.14 0.88 0.07 0.54 -lourds lourd ADJ m p 29.45 145.88 6.58 23.58 -lourdé lourder VER m s 0.38 1.69 0.10 0.34 par:pas; -lourdée lourder VER f s 0.38 1.69 0.05 0.27 par:pas; -lourdées lourder VER f p 0.38 1.69 0.00 0.14 par:pas; -lourdés lourder VER m p 0.38 1.69 0.01 0.20 par:pas; -loustic loustic NOM m s 0.08 1.49 0.06 0.95 -loustics loustic NOM m p 0.08 1.49 0.02 0.54 -loute loute NOM f s 0.07 0.14 0.07 0.14 -louèrent louer VER 48.08 29.46 0.02 0.47 ind:pas:3p; -loutre loutre NOM f s 2.52 1.62 1.30 1.35 -loutres loutre NOM f p 2.52 1.62 1.22 0.27 -loué louer VER m s 48.08 29.46 16.22 7.91 par:pas; -louée louer VER f s 48.08 29.46 1.64 2.09 par:pas; -louées loué ADJ f p 1.67 1.82 0.12 0.14 -loués louer VER m p 48.08 29.46 0.37 0.34 par:pas; -louve loup NOM f s 30.40 44.39 1.02 3.51 -louves louve NOM f p 0.02 0.00 0.02 0.00 -louvet louvet ADJ m s 0.01 2.91 0.01 2.91 -louveteau louveteau NOM m s 0.23 2.36 0.13 0.54 -louveteaux louveteau NOM m p 0.23 2.36 0.11 1.82 -louvetiers louvetier NOM m p 0.00 0.07 0.00 0.07 -louvoie louvoyer VER 0.31 2.97 0.07 0.81 ind:pre:1s;ind:pre:3s; -louvoiements louvoiement NOM m p 0.00 0.14 0.00 0.14 -louvoient louvoyer VER 0.31 2.97 0.01 0.07 ind:pre:3p; -louvoyaient louvoyer VER 0.31 2.97 0.00 0.07 ind:imp:3p; -louvoyait louvoyer VER 0.31 2.97 0.01 0.20 ind:imp:3s; -louvoyant louvoyer VER 0.31 2.97 0.00 0.61 par:pre; -louvoyants louvoyant ADJ m p 0.00 0.20 0.00 0.07 -louvoyer louvoyer VER 0.31 2.97 0.18 0.88 inf; -louvoyons louvoyer VER 0.31 2.97 0.00 0.07 ind:pre:1p; -louvoyât louvoyer VER 0.31 2.97 0.00 0.07 sub:imp:3s; -louvoyé louvoyer VER m s 0.31 2.97 0.04 0.20 par:pas; -lova lover VER 8.85 7.03 0.00 0.20 ind:pas:3s; -lovaient lover VER 8.85 7.03 0.00 0.07 ind:imp:3p; -lovais lover VER 8.85 7.03 0.01 0.00 ind:imp:1s; -lovait lover VER 8.85 7.03 0.00 0.34 ind:imp:3s; -lovant lover VER 8.85 7.03 0.00 0.14 par:pre; -love lover VER 8.85 7.03 8.64 2.50 imp:pre:2s;ind:pre:1s;ind:pre:3s; -lovent lover VER 8.85 7.03 0.00 0.07 ind:pre:3p; -lover lover VER 8.85 7.03 0.14 1.01 inf; -lové lover VER m s 8.85 7.03 0.04 1.15 par:pas; -lovée lover VER f s 8.85 7.03 0.02 0.95 par:pas; -lovées lover VER f p 8.85 7.03 0.00 0.14 par:pas; -lovés lover VER m p 8.85 7.03 0.00 0.47 par:pas; -loyal loyal ADJ m s 10.96 7.36 5.87 3.72 -loyale loyal ADJ f s 10.96 7.36 2.13 1.82 -loyalement loyalement ADV 0.81 1.42 0.81 1.42 -loyales loyal ADJ f p 10.96 7.36 0.19 0.00 -loyalisme loyalisme NOM m s 0.08 1.15 0.08 1.15 -loyaliste loyaliste ADJ f s 0.07 0.07 0.03 0.00 -loyalistes loyaliste NOM p 0.07 0.07 0.06 0.00 -loyauté loyauté NOM f s 9.38 3.11 9.36 2.97 -loyautés loyauté NOM f p 9.38 3.11 0.02 0.14 -loyaux loyal ADJ m p 10.96 7.36 2.76 1.82 -loyer loyer NOM m s 17.18 6.49 16.20 5.07 -loyers loyer NOM m p 17.18 6.49 0.98 1.42 -lsd lsd NOM m 0.08 0.00 0.08 0.00 -lèche_botte lèche_botte NOM m s 0.11 0.00 0.11 0.00 -lèche_bottes lèche_bottes NOM m 0.68 0.34 0.68 0.34 -lèche_cul lèche_cul NOM m s 1.29 0.61 1.29 0.61 -lèche_vitrine lèche_vitrine NOM m s 0.26 0.07 0.26 0.07 -lèche_vitrines lèche_vitrines NOM m 0.07 0.20 0.07 0.20 -lèche lécher VER 14.09 23.11 4.03 3.58 imp:pre:2s;ind:pre:1s;ind:pre:3s; -lèchefrite lèchefrite NOM f s 0.00 0.07 0.00 0.07 -lèchent lécher VER 14.09 23.11 0.50 0.34 ind:pre:3p; -lècheries lècherie NOM f p 0.00 0.07 0.00 0.07 -lèches lécher VER 14.09 23.11 0.50 0.07 ind:pre:2s; -lègue léguer VER 4.98 5.61 1.47 0.54 imp:pre:2s;ind:pre:1s;ind:pre:3s; -lèpre lèpre NOM f s 1.40 3.65 1.40 3.51 -lèpres lèpre NOM f p 1.40 3.65 0.00 0.14 -lès lès PRE 0.00 0.07 0.00 0.07 -lèse_majesté lèse_majesté NOM f 0.03 0.27 0.03 0.27 -lèse léser VER 1.36 1.08 0.06 0.07 ind:pre:3s; -lève lever VER 165.98 440.74 67.72 77.70 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:1s; -lèvent lever VER 165.98 440.74 1.67 8.45 ind:pre:3p;sub:pre:3p; -lèvera lever VER 165.98 440.74 1.91 1.89 ind:fut:3s; -lèverai lever VER 165.98 440.74 0.70 0.95 ind:fut:1s; -lèveraient lever VER 165.98 440.74 0.05 0.34 cnd:pre:3p; -lèverais lever VER 165.98 440.74 0.26 0.41 cnd:pre:1s;cnd:pre:2s; -lèverait lever VER 165.98 440.74 0.48 1.35 cnd:pre:3s; -lèveras lever VER 165.98 440.74 0.32 0.07 ind:fut:2s; -lèverez lever VER 165.98 440.74 0.17 0.07 ind:fut:2p; -lèverons lever VER 165.98 440.74 0.31 0.14 ind:fut:1p; -lèveront lever VER 165.98 440.74 0.26 0.20 ind:fut:3p; -lèves lever VER 165.98 440.74 5.42 1.35 ind:pre:2s;sub:pre:2s; -lèvre lèvre NOM f s 37.91 222.03 4.00 20.74 -lèvres lèvre NOM f p 37.91 222.03 33.91 201.28 -lé lé NOM m s 2.30 2.03 2.28 1.35 -lu lire VER m s 281.09 324.80 82.12 57.97 par:pas; -lubie lubie NOM f s 2.41 2.77 1.37 1.35 -lubies lubie NOM f p 2.41 2.77 1.04 1.42 -lubricité lubricité NOM f s 0.57 0.74 0.57 0.74 -lubrifiant lubrifiant NOM m s 0.63 0.68 0.58 0.54 -lubrifiante lubrifiant ADJ f s 0.10 0.07 0.00 0.07 -lubrifiants lubrifiant NOM m p 0.63 0.68 0.05 0.14 -lubrification lubrification NOM f s 0.14 0.00 0.14 0.00 -lubrifie lubrifier VER 0.53 0.41 0.19 0.00 imp:pre:2s;ind:pre:1s;ind:pre:3s; -lubrifient lubrifier VER 0.53 0.41 0.01 0.00 ind:pre:3p; -lubrifier lubrifier VER 0.53 0.41 0.24 0.20 inf; -lubrifié lubrifié ADJ m s 0.17 0.20 0.11 0.07 -lubrifiée lubrifier VER f s 0.53 0.41 0.03 0.00 par:pas; -lubrifiées lubrifié ADJ f p 0.17 0.20 0.02 0.14 -lubrifiés lubrifié ADJ m p 0.17 0.20 0.01 0.00 -lubrique lubrique ADJ s 1.60 3.31 1.04 2.03 -lubriques lubrique ADJ p 1.60 3.31 0.56 1.28 -lucarne lucarne NOM f s 0.95 10.00 0.78 8.24 -lucarnes lucarne NOM f p 0.95 10.00 0.17 1.76 -luce luce NOM f s 0.01 0.00 0.01 0.00 -lucet lucet NOM m s 0.00 0.07 0.00 0.07 -lécha lécher VER 14.09 23.11 0.01 1.96 ind:pas:3s; -léchage léchage NOM m s 0.19 0.27 0.17 0.14 -léchages léchage NOM m p 0.19 0.27 0.01 0.14 -léchaient lécher VER 14.09 23.11 0.08 0.74 ind:imp:3p; -léchais lécher VER 14.09 23.11 0.11 0.27 ind:imp:1s;ind:imp:2s; -léchait lécher VER 14.09 23.11 0.37 3.45 ind:imp:3s; -léchant lécher VER 14.09 23.11 0.57 2.09 par:pre; -léchassions lécher VER 14.09 23.11 0.00 0.07 sub:imp:1p; -lécher lécher VER 14.09 23.11 5.73 6.89 inf; -léchera lécher VER 14.09 23.11 0.05 0.07 ind:fut:3s; -lécherai lécher VER 14.09 23.11 0.08 0.00 ind:fut:1s; -lécherais lécher VER 14.09 23.11 0.05 0.00 cnd:pre:1s;cnd:pre:2s; -lécherait lécher VER 14.09 23.11 0.01 0.14 cnd:pre:3s; -lécheras lécher VER 14.09 23.11 0.04 0.07 ind:fut:2s; -lécheront lécher VER 14.09 23.11 0.05 0.00 ind:fut:3p; -lécheur lécheur NOM m s 0.47 0.34 0.30 0.14 -lécheurs lécheur NOM m p 0.47 0.34 0.17 0.07 -lécheuse lécheur NOM f s 0.47 0.34 0.01 0.07 -lécheuses lécheur NOM f p 0.47 0.34 0.00 0.07 -léchez lécher VER 14.09 23.11 0.35 0.20 imp:pre:2p;ind:pre:2p; -léchouillait léchouiller VER 0.04 0.20 0.00 0.07 ind:imp:3s; -léchouillent léchouiller VER 0.04 0.20 0.00 0.07 ind:pre:3p; -léchouiller léchouiller VER 0.04 0.20 0.02 0.07 inf; -léchouilles léchouiller VER 0.04 0.20 0.02 0.00 ind:pre:2s; -léchèrent lécher VER 14.09 23.11 0.00 0.14 ind:pas:3p; -léché lécher VER m s 14.09 23.11 0.93 1.42 par:pas; -léchée lécher VER f s 14.09 23.11 0.45 1.01 par:pas; -léchées lécher VER f p 14.09 23.11 0.14 0.41 par:pas; -léchés lécher VER m p 14.09 23.11 0.03 0.20 par:pas; -lucide lucide ADJ s 3.20 12.43 2.76 10.54 -lucidement lucidement ADV 0.02 0.68 0.02 0.68 -lucides lucide ADJ m p 3.20 12.43 0.44 1.89 -lucidité lucidité NOM f s 1.92 10.95 1.92 10.74 -lucidités lucidité NOM f p 1.92 10.95 0.00 0.20 -luciférien luciférien ADJ m s 0.01 0.34 0.00 0.20 -luciférienne luciférien ADJ f s 0.01 0.34 0.01 0.07 -lucifériens luciférien ADJ m p 0.01 0.34 0.00 0.07 -lucilie lucilie NOM f s 0.02 0.00 0.02 0.00 -luciole luciole NOM f s 1.50 2.30 1.01 0.54 -lucioles luciole NOM f p 1.50 2.30 0.48 1.76 -lucite lucite NOM f s 0.01 0.00 0.01 0.00 -lécithine lécithine NOM f s 0.15 0.00 0.15 0.00 -lucratif lucratif ADJ m s 1.54 0.95 0.88 0.27 -lucratifs lucratif ADJ m p 1.54 0.95 0.02 0.14 -lucrative lucratif ADJ f s 1.54 0.95 0.57 0.41 -lucratives lucratif ADJ f p 1.54 0.95 0.08 0.14 -lucre lucre NOM m s 0.14 0.54 0.14 0.54 -luddite luddite NOM m s 0.01 0.00 0.01 0.00 -ludion ludion NOM m s 0.00 0.61 0.00 0.54 -ludions ludion NOM m p 0.00 0.61 0.00 0.07 -ludique ludique ADJ s 0.42 0.61 0.41 0.54 -ludiques ludique ADJ p 0.42 0.61 0.01 0.07 -lue lire VER f s 281.09 324.80 2.82 3.18 par:pas; -lues lire VER f p 281.09 324.80 1.12 1.69 par:pas; -luette luette NOM f s 0.03 1.28 0.03 1.22 -luettes luette NOM f p 0.03 1.28 0.00 0.07 -lueur lueur NOM f s 6.65 64.19 5.37 49.12 -lueurs lueur NOM f p 6.65 64.19 1.28 15.07 -luffa luffa NOM m s 0.04 0.00 0.04 0.00 -légal légal ADJ m s 16.79 6.49 9.80 2.43 -légale légal ADJ f s 16.79 6.49 4.51 2.03 -légalement légalement ADV 5.09 2.03 5.09 2.03 -légales légal ADJ f p 16.79 6.49 1.48 1.42 -légalisant légaliser VER 0.76 0.14 0.03 0.07 par:pre; -légalisation légalisation NOM f s 0.09 0.00 0.09 0.00 -légalise légaliser VER 0.76 0.14 0.04 0.00 ind:pre:1s;ind:pre:3s; -légaliser légaliser VER 0.76 0.14 0.30 0.00 inf; -légalisez légaliser VER 0.76 0.14 0.14 0.07 imp:pre:2p; -légaliste légaliste ADJ s 0.00 0.14 0.00 0.07 -légalistes légaliste ADJ m p 0.00 0.14 0.00 0.07 -légalisé légaliser VER m s 0.76 0.14 0.12 0.00 par:pas; -légalisée légaliser VER f s 0.76 0.14 0.14 0.00 par:pas; -légalité légalité NOM f s 2.39 2.50 2.39 2.50 -légat légat NOM m s 0.15 2.23 0.00 1.96 -légataire légataire NOM s 0.15 0.34 0.14 0.34 -légataires légataire NOM p 0.15 0.34 0.01 0.00 -légation légation NOM f s 0.06 2.91 0.06 1.89 -légations légation NOM f p 0.06 2.91 0.00 1.01 -légats légat NOM m p 0.15 2.23 0.15 0.27 -légaux légal ADJ m p 16.79 6.49 1.00 0.61 -luge luge NOM f s 1.22 1.55 1.19 1.42 -légendaire légendaire ADJ s 4.10 7.50 3.57 5.74 -légendaires légendaire ADJ p 4.10 7.50 0.53 1.76 -légende légende NOM f s 20.41 27.43 16.07 21.49 -légender légender VER 0.00 0.14 0.00 0.07 inf; -légendes légende NOM f p 20.41 27.43 4.33 5.95 -légendée légender VER f s 0.00 0.14 0.00 0.07 par:pas; -léger léger ADJ m s 37.77 151.01 17.03 74.93 -luger luger NOM m s 0.38 0.47 0.36 0.47 -légers léger ADJ m p 37.77 151.01 2.57 17.16 -lugers luger NOM m p 0.38 0.47 0.01 0.00 -luges luge NOM f p 1.22 1.55 0.03 0.14 -légifère légiférer VER 0.22 0.27 0.01 0.07 ind:pre:3s; -légiférait légiférer VER 0.22 0.27 0.00 0.07 ind:imp:3s; -légiférer légiférer VER 0.22 0.27 0.19 0.14 inf; -légiféré légiférer VER m s 0.22 0.27 0.01 0.00 par:pas; -légion légion NOM f s 6.66 16.35 4.17 13.65 -légionellose légionellose NOM f s 0.03 0.00 0.03 0.00 -légionnaire légionnaire NOM m s 1.23 4.26 0.71 2.57 -légionnaires légionnaire NOM m p 1.23 4.26 0.52 1.69 -légions légion NOM f p 6.66 16.35 2.50 2.70 -législateur législateur NOM m s 0.47 1.08 0.30 0.68 -législateurs législateur NOM m p 0.47 1.08 0.17 0.41 -législatif législatif ADJ m s 0.73 2.03 0.41 0.74 -législatifs législatif ADJ m p 0.73 2.03 0.03 0.14 -législation législation NOM f s 1.16 1.42 1.16 1.42 -législative législatif ADJ f s 0.73 2.03 0.11 0.54 -législatives législatif ADJ f p 0.73 2.03 0.18 0.61 -législature législature NOM f s 0.20 0.14 0.20 0.14 -légiste légiste NOM s 7.97 1.42 7.28 1.35 -légistes légiste NOM p 7.97 1.42 0.69 0.07 -légitimaient légitimer VER 0.30 1.62 0.00 0.14 ind:imp:3p; -légitimait légitimer VER 0.30 1.62 0.00 0.14 ind:imp:3s; -légitimant légitimer VER 0.30 1.62 0.02 0.07 par:pre; -légitimation légitimation NOM f s 0.03 0.07 0.03 0.00 -légitimations légitimation NOM f p 0.03 0.07 0.00 0.07 -légitime légitime ADJ s 14.08 16.22 12.82 13.24 -légitimement légitimement ADV 0.27 1.22 0.27 1.22 -légitiment légitimer VER 0.30 1.62 0.00 0.07 ind:pre:3p; -légitimer légitimer VER 0.30 1.62 0.19 0.47 inf; -légitimera légitimer VER 0.30 1.62 0.01 0.07 ind:fut:3s; -légitimes légitime ADJ p 14.08 16.22 1.26 2.97 -légitimiste légitimiste ADJ m s 0.00 0.34 0.00 0.34 -légitimistes légitimiste NOM p 0.00 0.07 0.00 0.07 -légitimité légitimité NOM f s 0.76 1.76 0.76 1.76 -légitimé légitimer VER m s 0.30 1.62 0.05 0.27 par:pas; -légitimée légitimer VER f s 0.30 1.62 0.00 0.07 par:pas; -légère léger ADJ f s 37.77 151.01 15.71 47.84 -légèrement légèrement ADV 6.35 65.20 6.35 65.20 -légères léger ADJ f p 37.77 151.01 2.45 11.08 -légèreté légèreté NOM f s 1.35 12.70 1.35 12.50 -légèretés légèreté NOM f p 1.35 12.70 0.00 0.20 -légua léguer VER 4.98 5.61 0.02 0.27 ind:pas:3s; -léguaient léguer VER 4.98 5.61 0.00 0.07 ind:imp:3p; -léguais léguer VER 4.98 5.61 0.00 0.07 ind:imp:1s; -léguait léguer VER 4.98 5.61 0.04 0.20 ind:imp:3s; -léguant léguer VER 4.98 5.61 0.31 0.27 par:pre; -lugubre lugubre ADJ s 3.25 10.41 3.00 7.97 -lugubrement lugubrement ADV 0.00 0.81 0.00 0.81 -lugubres lugubre ADJ p 3.25 10.41 0.25 2.43 -léguer léguer VER 4.98 5.61 0.67 1.22 inf; -léguera léguer VER 4.98 5.61 0.00 0.07 ind:fut:3s; -léguerai léguer VER 4.98 5.61 0.01 0.20 ind:fut:1s; -léguerais léguer VER 4.98 5.61 0.01 0.07 cnd:pre:2s; -léguerez léguer VER 4.98 5.61 0.01 0.00 ind:fut:2p; -léguerons léguer VER 4.98 5.61 0.01 0.00 ind:fut:1p; -légueront léguer VER 4.98 5.61 0.01 0.00 ind:fut:3p; -léguez léguer VER 4.98 5.61 0.16 0.00 imp:pre:2p;ind:pre:2p; -légume légume NOM m s 15.16 23.45 3.20 2.09 -légumes légume NOM m p 15.16 23.45 11.96 21.35 -légumier légumier NOM m s 0.00 0.07 0.00 0.07 -légumineuse légumineux NOM f s 0.00 0.07 0.00 0.07 -légumineux légumineux ADJ m 0.00 0.07 0.00 0.07 -légué léguer VER m s 4.98 5.61 1.99 1.96 par:pas; -léguée léguer VER f s 4.98 5.61 0.09 0.47 par:pas; -léguées léguer VER f p 4.98 5.61 0.02 0.14 par:pas; -légués léguer VER m p 4.98 5.61 0.17 0.07 par:pas; -lui_même lui_même PRO:per m s 46.58 202.30 46.58 202.30 -lui lui PRO:per s 2308.74 4225.14 2308.74 4225.14 -luira luire VER 15.67 37.57 0.03 0.00 ind:fut:3s; -luiraient luire VER 15.67 37.57 0.00 0.07 cnd:pre:3p; -luirait luire VER 15.67 37.57 0.00 0.07 cnd:pre:3s; -luire luire VER 15.67 37.57 0.95 4.19 inf; -luirent luire VER 15.67 37.57 0.00 0.07 ind:pas:3p; -luis luire VER 15.67 37.57 6.61 1.49 imp:pre:2s;ind:pre:1s;ind:pre:2s; -luisaient luire VER 15.67 37.57 0.03 5.00 ind:imp:3p; -luisait luire VER 15.67 37.57 0.31 5.95 ind:imp:3s; -luisance luisance NOM f s 0.00 1.08 0.00 0.88 -luisances luisance NOM f p 0.00 1.08 0.00 0.20 -luisant luisant ADJ m s 0.81 28.51 0.52 8.45 -luisante luisant ADJ f s 0.81 28.51 0.09 7.43 -luisantes luisant ADJ f p 0.81 28.51 0.03 5.95 -luisants luisant ADJ m p 0.81 28.51 0.17 6.69 -luise luire VER 15.67 37.57 0.00 0.14 sub:pre:3s; -luisent luire VER 15.67 37.57 0.06 2.50 ind:pre:3p; -luit luire VER 15.67 37.57 2.02 3.31 ind:pre:3s;ind:pas:3s; -lulu lulu NOM m s 0.03 0.74 0.03 0.61 -lulus lulu NOM m p 0.03 0.74 0.00 0.14 -lumbago lumbago NOM m s 0.16 0.68 0.14 0.47 -lumbagos lumbago NOM m p 0.16 0.68 0.01 0.20 -lumen lumen NOM m s 0.05 0.34 0.05 0.34 -lumignon lumignon NOM m s 0.00 2.09 0.00 1.42 -lumignons lumignon NOM m p 0.00 2.09 0.00 0.68 -luminaire luminaire NOM m s 0.05 0.68 0.00 0.27 -luminaires luminaire NOM m p 0.05 0.68 0.05 0.41 -luminescence luminescence NOM f s 0.05 0.14 0.05 0.14 -luminescent luminescent ADJ m s 0.04 0.95 0.00 0.34 -luminescente luminescent ADJ f s 0.04 0.95 0.01 0.14 -luminescentes luminescent ADJ f p 0.04 0.95 0.03 0.34 -luminescents luminescent ADJ m p 0.04 0.95 0.00 0.14 -lumineuse lumineux ADJ f s 7.36 39.46 2.21 11.42 -lumineusement lumineusement ADV 0.10 0.27 0.10 0.27 -lumineuses lumineux ADJ f p 7.36 39.46 0.35 4.80 -lumineux lumineux ADJ m 7.36 39.46 4.79 23.24 -luminosité luminosité NOM f s 0.66 2.03 0.66 1.82 -luminosités luminosité NOM f p 0.66 2.03 0.00 0.20 -lumière lumière NOM f s 134.83 274.26 116.02 238.65 -lumières lumière NOM f p 134.83 274.26 18.81 35.61 -lump lump NOM m s 0.14 0.07 0.14 0.07 -lémur lémur NOM m s 0.01 0.00 0.01 0.00 -lémure lémure NOM m s 0.00 0.27 0.00 0.14 -lémures lémure NOM m p 0.00 0.27 0.00 0.14 -lémurien lémurien NOM m s 0.34 0.41 0.30 0.00 -lémuriens lémurien NOM m p 0.34 0.41 0.04 0.41 -lunaire lunaire ADJ s 3.82 4.66 3.58 3.78 -lunaires lunaire ADJ p 3.82 4.66 0.24 0.88 -lunaison lunaison NOM f s 0.01 0.14 0.01 0.07 -lunaisons lunaison NOM f p 0.01 0.14 0.00 0.07 -lunatique lunatique ADJ s 1.79 1.15 1.58 0.88 -lunatiques lunatique ADJ m p 1.79 1.15 0.21 0.27 -lunch lunch NOM m s 0.54 1.22 0.54 1.22 -luncher luncher VER 0.14 0.00 0.14 0.00 inf; -lunches lunche NOM m p 0.00 0.14 0.00 0.14 -lundi lundi NOM m s 36.94 24.46 36.01 23.51 -lundis lundi NOM m p 36.94 24.46 0.93 0.95 -lune lune NOM f s 61.02 66.69 58.29 63.24 -lunes lune NOM f p 61.02 66.69 2.74 3.45 -lunetier lunetier NOM m s 0.00 0.07 0.00 0.07 -lunette lunette NOM f s 33.33 75.27 1.71 7.43 -lunetteries lunetterie NOM f p 0.00 0.07 0.00 0.07 -lunettes lunette NOM f p 33.33 75.27 31.61 67.84 -lunetteux lunetteux ADJ m s 0.00 0.20 0.00 0.20 -lunetté lunetté ADJ m s 0.00 0.20 0.00 0.20 -lénifiait lénifier VER 0.00 0.07 0.00 0.07 ind:imp:3s; -lénifiant lénifiant ADJ m s 0.04 1.01 0.01 0.07 -lénifiante lénifiant ADJ f s 0.04 1.01 0.01 0.68 -lénifiantes lénifiant ADJ f p 0.04 1.01 0.00 0.20 -lénifiants lénifiant ADJ m p 0.04 1.01 0.01 0.07 -lénification lénification NOM f s 0.00 0.07 0.00 0.07 -léninisme léninisme NOM m s 0.27 0.20 0.27 0.20 -léniniste léniniste ADJ f s 0.14 0.27 0.14 0.20 -léninistes léniniste NOM p 0.00 0.34 0.00 0.34 -lénitive lénitif ADJ f s 0.00 0.27 0.00 0.20 -lénitives lénitif ADJ f p 0.00 0.27 0.00 0.07 -luné luné ADJ m s 0.84 0.68 0.66 0.47 -lunée luné ADJ f s 0.84 0.68 0.18 0.07 -lunule lunule NOM f s 0.00 1.01 0.00 0.34 -lunules lunule NOM f p 0.00 1.01 0.00 0.68 -lunés luné ADJ m p 0.84 0.68 0.00 0.14 -léonard léonard ADJ m s 0.05 0.14 0.05 0.14 -léonin léonin ADJ m s 0.00 0.68 0.00 0.27 -léonine léonin ADJ f s 0.00 0.68 0.00 0.34 -léonins léonin ADJ m p 0.00 0.68 0.00 0.07 -léopard léopard NOM m s 3.64 2.70 3.18 2.57 -léopards léopard NOM m p 3.64 2.70 0.46 0.14 -léopardé léopardé ADJ m s 0.00 0.07 0.00 0.07 -lupanar lupanar NOM m s 0.21 0.95 0.07 0.74 -lupanars lupanar NOM m p 0.21 0.95 0.14 0.20 -lépidoptère lépidoptère NOM m s 0.00 0.20 0.00 0.14 -lépidoptères lépidoptère NOM m p 0.00 0.20 0.00 0.07 -lupin lupin NOM m s 0.25 0.47 0.15 0.20 -lupins lupin NOM m p 0.25 0.47 0.10 0.27 -lépiotes lépiote NOM f p 0.00 0.07 0.00 0.07 -lépontique lépontique NOM m s 0.00 0.14 0.00 0.14 -lépreuse lépreux ADJ f s 0.41 2.57 0.15 0.41 -lépreuses lépreuse NOM f p 0.04 0.00 0.04 0.00 -lépreux lépreux NOM m 2.61 2.64 2.54 2.57 -léprologie léprologie NOM f s 0.01 0.00 0.01 0.00 -léproserie léproserie NOM f s 0.32 0.81 0.32 0.74 -léproseries léproserie NOM f p 0.32 0.81 0.00 0.07 -lupus lupus NOM m 1.28 0.27 1.28 0.27 -lur lur NOM m s 0.00 0.07 0.00 0.07 -lurent lire VER 281.09 324.80 0.01 0.54 ind:pas:3p; -lurex lurex NOM m 0.20 0.14 0.20 0.14 -luron luron NOM m s 0.69 0.88 0.27 0.61 -luronne luron NOM f s 0.69 0.88 0.29 0.00 -luronnes luron NOM f p 0.69 0.88 0.00 0.14 -lurons luron NOM m p 0.69 0.88 0.13 0.14 -lérot lérot NOM m s 0.01 0.14 0.01 0.00 -lérots lérot NOM m p 0.01 0.14 0.00 0.14 -lés lé NOM m p 2.30 2.03 0.02 0.68 -lus lire VER m p 281.09 324.80 3.06 7.97 ind:pas:1s;ind:pas:2s;par:pas; -lésaient léser VER 1.36 1.08 0.00 0.07 ind:imp:3p; -lésais léser VER 1.36 1.08 0.00 0.07 ind:imp:1s; -léser léser VER 1.36 1.08 0.33 0.07 inf; -lésina lésiner VER 1.01 2.30 0.00 0.07 ind:pas:3s; -lésinaient lésiner VER 1.01 2.30 0.00 0.14 ind:imp:3p; -lésinait lésiner VER 1.01 2.30 0.00 0.20 ind:imp:3s; -lésine lésiner VER 1.01 2.30 0.47 0.34 imp:pre:2s;ind:pre:1s;ind:pre:3s; -lésinent lésiner VER 1.01 2.30 0.00 0.20 ind:pre:3p; -lésiner lésiner VER 1.01 2.30 0.36 0.88 inf; -lésinerie lésinerie NOM f s 0.00 0.07 0.00 0.07 -lésines lésine NOM f p 0.00 0.20 0.00 0.07 -lésinez lésiner VER 1.01 2.30 0.09 0.00 imp:pre:2p;ind:pre:2p; -lésiné lésiner VER m s 1.01 2.30 0.09 0.47 par:pas; -lésion lésion NOM f s 4.37 1.28 1.84 0.47 -lésionnaire lésionnaire ADJ s 0.01 0.00 0.01 0.00 -lésions lésion NOM f p 4.37 1.28 2.53 0.81 -lusitanienne lusitanien ADJ f s 0.00 0.07 0.00 0.07 -lésons léser VER 1.36 1.08 0.01 0.00 ind:pre:1p; -lustra lustrer VER 0.80 2.43 0.00 0.07 ind:pas:3s; -lustrage lustrage NOM m s 0.05 0.00 0.05 0.00 -lustraient lustrer VER 0.80 2.43 0.00 0.07 ind:imp:3p; -lustrait lustrer VER 0.80 2.43 0.00 0.20 ind:imp:3s; -lustral lustral ADJ m s 0.00 1.35 0.00 0.74 -lustrale lustral ADJ f s 0.00 1.35 0.00 0.41 -lustrales lustral ADJ f p 0.00 1.35 0.00 0.20 -lustrant lustrer VER 0.80 2.43 0.01 0.07 par:pre; -lustre lustre NOM m s 3.92 15.14 0.93 7.30 -lustrer lustrer VER 0.80 2.43 0.51 0.68 inf; -lustres lustre NOM m p 3.92 15.14 2.99 7.84 -lustreur lustreur NOM m s 0.01 0.07 0.01 0.00 -lustreuse lustreur NOM f s 0.01 0.07 0.00 0.07 -lustrine lustrine NOM f s 0.00 0.74 0.00 0.74 -lustré lustrer VER m s 0.80 2.43 0.04 0.41 par:pas; -lustrée lustrer VER f s 0.80 2.43 0.06 0.41 par:pas; -lustrées lustré ADJ f p 0.09 2.23 0.02 0.27 -lustrés lustré ADJ m p 0.09 2.23 0.02 0.47 -lustucru lustucru NOM m s 0.01 0.07 0.01 0.07 -lésé léser VER m s 1.36 1.08 0.43 0.41 par:pas; -lésée léser VER f s 1.36 1.08 0.35 0.14 par:pas; -lésées léser VER f p 1.36 1.08 0.02 0.00 par:pas; -lésés léser VER m p 1.36 1.08 0.15 0.27 par:pas; -lut lire VER 281.09 324.80 0.36 15.88 ind:pas:3s; -létal létal ADJ m s 0.29 0.07 0.03 0.00 -létale létal ADJ f s 0.29 0.07 0.23 0.07 -létales létal ADJ f p 0.29 0.07 0.03 0.00 -létalité létalité NOM f s 0.02 0.00 0.02 0.00 -luth luth NOM m s 0.17 1.62 0.17 1.28 -léthargie léthargie NOM f s 0.76 2.16 0.75 2.09 -léthargies léthargie NOM f p 0.76 2.16 0.01 0.07 -léthargique léthargique ADJ s 0.22 0.81 0.18 0.54 -léthargiques léthargique ADJ m p 0.22 0.81 0.04 0.27 -lutherie lutherie NOM f s 0.00 0.07 0.00 0.07 -luthier luthier NOM m s 0.11 0.20 0.11 0.20 -luths luth NOM m p 0.17 1.62 0.00 0.34 -luthéranisme luthéranisme NOM m s 0.01 0.14 0.01 0.14 -luthérianisme luthérianisme NOM m s 0.00 0.07 0.00 0.07 -luthérien luthérien ADJ m s 0.36 0.81 0.10 0.47 -luthérienne luthérien ADJ f s 0.36 0.81 0.20 0.27 -luthériennes luthérienne ADJ f p 0.01 0.00 0.01 0.00 -luthériens luthérien ADJ m p 0.36 0.81 0.06 0.00 -lutin lutin NOM m s 2.14 1.01 1.45 0.61 -lutinaient lutiner VER 0.26 1.15 0.00 0.07 ind:imp:3p; -lutinait lutiner VER 0.26 1.15 0.01 0.20 ind:imp:3s; -lutinant lutiner VER 0.26 1.15 0.00 0.07 par:pre; -lutine lutin ADJ f s 0.63 0.61 0.01 0.07 -lutinent lutiner VER 0.26 1.15 0.00 0.14 ind:pre:3p; -lutiner lutiner VER 0.26 1.15 0.21 0.27 inf; -lutinerais lutiner VER 0.26 1.15 0.01 0.07 cnd:pre:1s; -lutins lutin NOM m p 2.14 1.01 0.69 0.41 -lutinèrent lutiner VER 0.26 1.15 0.00 0.07 ind:pas:3p; -lutiné lutiner VER m s 0.26 1.15 0.02 0.14 par:pas; -lutinée lutiner VER f s 0.26 1.15 0.00 0.07 par:pas; -lutrin lutrin NOM m s 0.00 1.35 0.00 1.15 -lutrins lutrin NOM m p 0.00 1.35 0.00 0.20 -lutta lutter VER 25.41 48.78 0.05 1.42 ind:pas:3s; -luttai lutter VER 25.41 48.78 0.14 0.27 ind:pas:1s; -luttaient lutter VER 25.41 48.78 0.32 2.03 ind:imp:3p; -luttais lutter VER 25.41 48.78 0.29 0.88 ind:imp:1s;ind:imp:2s; -luttait lutter VER 25.41 48.78 0.76 5.54 ind:imp:3s; -luttant lutter VER 25.41 48.78 1.56 5.20 par:pre; -lutte lutte NOM f s 23.18 41.82 22.00 37.36 -luttent lutter VER 25.41 48.78 1.56 1.76 ind:pre:3p; -lutter lutter VER 25.41 48.78 10.24 20.81 inf;; -luttera lutter VER 25.41 48.78 0.06 0.00 ind:fut:3s; -lutterai lutter VER 25.41 48.78 0.11 0.20 ind:fut:1s; -lutterais lutter VER 25.41 48.78 0.04 0.07 cnd:pre:1s;cnd:pre:2s; -lutterait lutter VER 25.41 48.78 0.13 0.20 cnd:pre:3s; -lutterions lutter VER 25.41 48.78 0.00 0.07 cnd:pre:1p; -lutterons lutter VER 25.41 48.78 0.19 0.00 ind:fut:1p; -lutteront lutter VER 25.41 48.78 0.10 0.00 ind:fut:3p; -luttes lutte NOM f p 23.18 41.82 1.19 4.46 -lutteur lutteur NOM m s 1.27 3.78 0.88 1.62 -lutteurs lutteur NOM m p 1.27 3.78 0.24 1.08 -lutteuse lutteur NOM f s 1.27 3.78 0.14 0.27 -lutteuses lutteur NOM f p 1.27 3.78 0.01 0.81 -luttez lutter VER 25.41 48.78 0.92 0.14 imp:pre:2p;ind:pre:2p; -luttiez lutter VER 25.41 48.78 0.07 0.00 ind:imp:2p; -luttions lutter VER 25.41 48.78 0.02 0.27 ind:imp:1p; -luttons lutter VER 25.41 48.78 0.80 0.41 imp:pre:1p;ind:pre:1p; -luttât lutter VER 25.41 48.78 0.00 0.14 sub:imp:3s; -luttèrent lutter VER 25.41 48.78 0.14 0.41 ind:pas:3p; -lutté lutter VER m s 25.41 48.78 3.27 4.26 par:pas; -luté luter VER m s 0.00 0.14 0.00 0.14 par:pas; -lutécien lutécien ADJ m s 0.00 0.07 0.00 0.07 -lutz lutz NOM m 4.52 0.14 4.52 0.14 -léviathan léviathan NOM m s 0.27 0.27 0.27 0.27 -lévitation lévitation NOM f s 0.46 0.61 0.46 0.61 -lévite lévite NOM s 0.10 0.54 0.09 0.41 -lévitent léviter VER 0.47 0.07 0.01 0.07 ind:pre:3p; -léviter léviter VER 0.47 0.07 0.46 0.00 inf; -lévites lévite NOM p 0.10 0.54 0.01 0.14 -lévitique lévitique ADJ s 0.02 0.00 0.02 0.00 -lévitique lévitique NOM s 0.02 0.00 0.02 0.00 -lévrier lévrier NOM m s 0.94 2.30 0.31 1.55 -lévriers lévrier NOM m p 0.94 2.30 0.63 0.74 -lux lux NOM m 0.34 0.34 0.34 0.34 -luxa luxer VER 0.16 0.34 0.01 0.00 ind:pas:3s; -luxation luxation NOM f s 0.38 0.14 0.37 0.07 -luxations luxation NOM f p 0.38 0.14 0.01 0.07 -luxe luxe NOM m s 15.62 38.85 15.42 38.65 -luxembourgeois luxembourgeois ADJ m 0.00 0.74 0.00 0.47 -luxembourgeoise luxembourgeois ADJ f s 0.00 0.74 0.00 0.27 -luxer luxer VER 0.16 0.34 0.01 0.00 inf; -luxes luxe NOM m p 15.62 38.85 0.20 0.20 -luxé luxer VER m s 0.16 0.34 0.03 0.07 par:pas; -luxueuse luxueux ADJ f s 2.59 7.43 0.50 1.82 -luxueusement luxueusement ADV 0.39 0.81 0.39 0.81 -luxueuses luxueux ADJ f p 2.59 7.43 0.12 0.95 -luxueux luxueux ADJ m 2.59 7.43 1.98 4.66 -luxure luxure NOM f s 2.92 2.30 2.92 2.30 -luxuriance luxuriance NOM f s 0.10 0.47 0.10 0.47 -luxuriant luxuriant ADJ m s 0.41 1.62 0.18 0.34 -luxuriante luxuriant ADJ f s 0.41 1.62 0.17 0.81 -luxuriantes luxuriant ADJ f p 0.41 1.62 0.04 0.14 -luxuriants luxuriant ADJ m p 0.41 1.62 0.02 0.34 -luxurieuse luxurieux ADJ f s 0.03 0.54 0.01 0.20 -luxurieux luxurieux ADJ m 0.03 0.54 0.02 0.34 -lézard lézard NOM m s 6.16 11.42 4.90 7.50 -lézardaient lézarder VER 0.27 1.89 0.00 0.20 ind:imp:3p; -lézardait lézarder VER 0.27 1.89 0.00 0.41 ind:imp:3s; -lézarde lézard NOM f s 6.16 11.42 0.03 0.88 -lézardent lézarder VER 0.27 1.89 0.23 0.00 ind:pre:3p; -lézarder lézarder VER 0.27 1.89 0.01 0.34 inf; -lézardes lézard NOM f p 6.16 11.42 0.01 1.22 -lézards lézard NOM m p 6.16 11.42 1.22 1.82 -lézardé lézarder VER m s 0.27 1.89 0.01 0.07 par:pas; -lézardée lézardé ADJ f s 0.02 0.88 0.01 0.27 -lézardées lézardé ADJ f p 0.02 0.88 0.00 0.27 -lézardés lézarder VER m p 0.27 1.89 0.00 0.27 par:pas; -luzerne luzerne NOM f s 0.44 3.04 0.44 2.84 -luzernes luzerne NOM f p 0.44 3.04 0.00 0.20 -luzernières luzernière NOM f p 0.00 0.07 0.00 0.07 -lycanthrope lycanthrope NOM m s 0.10 0.00 0.09 0.00 -lycanthropes lycanthrope NOM m p 0.10 0.00 0.01 0.00 -lycanthropie lycanthropie NOM f s 0.18 0.00 0.18 0.00 -lycaons lycaon NOM m p 0.00 0.07 0.00 0.07 -lychee lychee NOM m s 0.16 0.14 0.14 0.00 -lychees lychee NOM m p 0.16 0.14 0.01 0.14 -lychnis lychnis NOM m 0.00 0.07 0.00 0.07 -lycien lycien NOM m s 0.00 0.20 0.00 0.07 -lyciennes lycien NOM f p 0.00 0.20 0.00 0.14 -lycoperdon lycoperdon NOM m s 0.00 0.14 0.00 0.07 -lycoperdons lycoperdon NOM m p 0.00 0.14 0.00 0.07 -lycra lycra NOM m s 0.28 0.14 0.28 0.14 -lycée lycée NOM m s 42.56 38.78 41.96 36.42 -lycéen lycéen NOM m s 3.13 10.61 0.64 1.42 -lycéenne lycéen NOM f s 3.13 10.61 0.68 5.95 -lycéennes lycéenne NOM f p 0.41 0.00 0.41 0.00 -lycéens lycéen NOM m p 3.13 10.61 1.81 1.69 -lycées lycée NOM m p 42.56 38.78 0.59 2.36 -lymphangite lymphangite NOM f s 0.00 0.07 0.00 0.07 -lymphatique lymphatique ADJ s 0.67 0.47 0.44 0.27 -lymphatiques lymphatique ADJ p 0.67 0.47 0.24 0.20 -lymphatisme lymphatisme NOM m s 0.00 0.07 0.00 0.07 -lymphe lymphe NOM f s 0.20 0.47 0.20 0.41 -lymphes lymphe NOM f p 0.20 0.47 0.00 0.07 -lymphoïde lymphoïde ADJ s 0.01 0.00 0.01 0.00 -lymphocytaire lymphocytaire ADJ s 0.02 0.14 0.02 0.07 -lymphocytaires lymphocytaire ADJ p 0.02 0.14 0.00 0.07 -lymphocyte lymphocyte NOM m s 0.18 0.20 0.03 0.00 -lymphocytes lymphocyte NOM m p 0.18 0.20 0.14 0.20 -lymphocytose lymphocytose NOM f s 0.01 0.00 0.01 0.00 -lymphome lymphome NOM m s 0.30 0.07 0.29 0.07 -lymphomes lymphome NOM m p 0.30 0.07 0.01 0.00 -lymphopénie lymphopénie NOM f s 0.00 0.07 0.00 0.07 -lymphosarcome lymphosarcome NOM m s 0.01 0.00 0.01 0.00 -lynch lynch NOM m s 0.29 0.27 0.29 0.27 -lynchage lynchage NOM m s 0.99 0.81 0.81 0.68 -lynchages lynchage NOM m p 0.99 0.81 0.18 0.14 -lynchait lyncher VER 1.04 0.81 0.01 0.07 ind:imp:3s; -lynchent lyncher VER 1.04 0.81 0.01 0.00 ind:pre:3p; -lyncher lyncher VER 1.04 0.81 0.58 0.47 inf; -lyncheurs lyncheur NOM m p 0.06 0.00 0.06 0.00 -lynchez lyncher VER 1.04 0.81 0.02 0.00 imp:pre:2p;ind:pre:2p; -lynchiez lyncher VER 1.04 0.81 0.01 0.00 ind:imp:2p; -lynchons lyncher VER 1.04 0.81 0.02 0.00 imp:pre:1p; -lynché lyncher VER m s 1.04 0.81 0.33 0.14 par:pas; -lynchée lyncher VER f s 1.04 0.81 0.01 0.07 par:pas; -lynchés lyncher VER m p 1.04 0.81 0.05 0.07 par:pas; -lynx lynx NOM m 1.73 1.22 1.73 1.22 -lyonnais lyonnais ADJ m 0.28 1.01 0.27 0.81 -lyonnaise lyonnais ADJ f s 0.28 1.01 0.01 0.20 -lyophilisant lyophiliser VER 0.07 0.00 0.01 0.00 par:pre; -lyophiliser lyophiliser VER 0.07 0.00 0.05 0.00 inf; -lyophilisé lyophilisé ADJ m s 0.15 0.07 0.06 0.00 -lyophilisée lyophilisé ADJ f s 0.15 0.07 0.04 0.00 -lyophilisés lyophilisé ADJ m p 0.15 0.07 0.04 0.07 -lyre lyre NOM f s 0.71 1.42 0.55 1.15 -lyres lyre NOM f p 0.71 1.42 0.16 0.27 -lyrique lyrique ADJ s 0.95 5.20 0.92 4.26 -lyriques lyrique ADJ p 0.95 5.20 0.03 0.95 -lyriser lyriser VER 0.00 0.07 0.00 0.07 inf; -lyrisme lyrisme NOM m s 0.26 3.11 0.26 3.11 -lys lys NOM m 2.41 3.38 2.41 3.38 -lyse lyse NOM f s 0.04 0.00 0.04 0.00 -lysergique lysergique ADJ m s 0.07 0.14 0.07 0.14 -lysimaque lysimaque NOM f s 0.01 0.00 0.01 0.00 -lysine lysine NOM f s 0.04 0.07 0.04 0.07 -lysosomes lysosome NOM m p 0.14 0.00 0.14 0.00 -m_as_tu_vu m_as_tu_vu ADJ s 0.03 0.00 0.03 0.00 -m m PRO:per s 13.94 0.27 13.94 0.27 -mîmes mettre VER 1004.84 1083.65 0.00 1.42 ind:pas:1p; -mît mettre VER 1004.84 1083.65 0.00 3.51 sub:imp:3s; -môle môle NOM s 1.60 3.92 1.60 3.45 -môles môle NOM p 1.60 3.92 0.00 0.47 -môme môme NOM s 28.15 61.08 18.88 37.03 -mômeries mômerie NOM f p 0.00 0.14 0.00 0.14 -mômes môme NOM p 28.15 61.08 9.28 24.05 -mû mouvoir VER m s 1.75 13.18 0.19 1.96 par:pas; -mûr mûr ADJ m s 9.89 19.73 3.60 8.31 -mûre mûr ADJ f s 9.89 19.73 2.98 4.80 -mûrement mûrement ADV 0.40 0.34 0.40 0.34 -mûres mûr ADJ f p 9.89 19.73 2.04 2.70 -mûri mûrir VER m s 3.77 8.24 1.32 1.42 par:pas; -mûrie mûrir VER f s 3.77 8.24 0.21 0.54 par:pas; -mûrier mûrier NOM m s 0.48 0.74 0.20 0.27 -mûriers mûrier NOM m p 0.48 0.74 0.28 0.47 -mûries mûrir VER f p 3.77 8.24 0.00 0.20 par:pas; -mûrir mûrir VER 3.77 8.24 1.11 2.70 inf; -mûrira mûrir VER 3.77 8.24 0.16 0.07 ind:fut:3s; -mûriraient mûrir VER 3.77 8.24 0.01 0.07 cnd:pre:3p; -mûrirez mûrir VER 3.77 8.24 0.00 0.07 ind:fut:2p; -mûris mûrir VER m p 3.77 8.24 0.23 0.27 imp:pre:2s;ind:pre:1s;ind:pre:2s;par:pas; -mûrissaient mûrir VER 3.77 8.24 0.14 0.27 ind:imp:3p; -mûrissait mûrir VER 3.77 8.24 0.00 0.74 ind:imp:3s; -mûrissant mûrir VER 3.77 8.24 0.02 0.00 par:pre; -mûrissante mûrissant ADJ f s 0.02 0.61 0.00 0.20 -mûrissantes mûrissant ADJ f p 0.02 0.61 0.01 0.14 -mûrissants mûrissant ADJ m p 0.02 0.61 0.00 0.14 -mûrisse mûrir VER 3.77 8.24 0.11 0.14 sub:pre:1s;sub:pre:3s; -mûrissement mûrissement NOM m s 0.10 0.54 0.10 0.41 -mûrissements mûrissement NOM m p 0.10 0.54 0.00 0.14 -mûrissent mûrir VER 3.77 8.24 0.15 0.61 ind:pre:3p; -mûrisseries mûrisserie NOM f p 0.00 0.07 0.00 0.07 -mûrit mûrir VER 3.77 8.24 0.30 1.15 ind:pre:3s;ind:pas:3s; -mûron mûron NOM m s 0.00 0.07 0.00 0.07 -mûrs mûr ADJ m p 9.89 19.73 1.27 3.92 -ma_jong ma_jong NOM m s 0.02 0.07 0.02 0.07 -ma ma ADJ:pos 2346.90 1667.16 2346.90 1667.16 -maître_assistant maître_assistant NOM m s 0.00 0.07 0.00 0.07 -maître_autel maître_autel NOM m s 0.00 0.61 0.00 0.61 -maître_chanteur maître_chanteur NOM m s 0.21 0.20 0.21 0.20 -maître_chien maître_chien NOM m s 0.11 0.00 0.11 0.00 -maître_coq maître_coq NOM m s 0.01 0.00 0.01 0.00 -maître_nageur maître_nageur NOM m s 0.45 0.27 0.45 0.27 -maître_à_danser maître_à_danser NOM m s 0.00 0.07 0.00 0.07 -maître_queux maître_queux NOM m s 0.00 0.14 0.00 0.14 -maître maître NOM m s 128.55 151.49 118.88 125.74 -maîtres maître NOM m p 128.55 151.49 9.67 25.74 -maîtresse maîtresse NOM f s 26.59 53.92 25.22 47.43 -maîtresses maîtresse NOM f p 26.59 53.92 1.38 6.49 -maîtrisa maîtriser VER 15.57 14.93 0.01 0.81 ind:pas:3s; -maîtrisable maîtrisable ADJ f s 0.06 0.14 0.06 0.07 -maîtrisables maîtrisable ADJ p 0.06 0.14 0.00 0.07 -maîtrisaient maîtriser VER 15.57 14.93 0.05 0.34 ind:imp:3p; -maîtrisais maîtriser VER 15.57 14.93 0.16 0.07 ind:imp:1s;ind:imp:2s; -maîtrisait maîtriser VER 15.57 14.93 0.37 0.54 ind:imp:3s; -maîtrisant maîtriser VER 15.57 14.93 0.19 1.22 par:pre; -maîtrise maîtrise NOM f s 4.22 7.70 4.16 7.70 -maîtrisent maîtriser VER 15.57 14.93 0.39 0.27 ind:pre:3p; -maîtriser maîtriser VER 15.57 14.93 5.85 8.24 inf; -maîtrisera maîtriser VER 15.57 14.93 0.08 0.00 ind:fut:3s; -maîtriserai maîtriser VER 15.57 14.93 0.16 0.00 ind:fut:1s; -maîtriseraient maîtriser VER 15.57 14.93 0.00 0.07 cnd:pre:3p; -maîtriserait maîtriser VER 15.57 14.93 0.01 0.07 cnd:pre:3s; -maîtriseras maîtriser VER 15.57 14.93 0.01 0.00 ind:fut:2s; -maîtriserez maîtriser VER 15.57 14.93 0.03 0.00 ind:fut:2p; -maîtriseriez maîtriser VER 15.57 14.93 0.02 0.00 cnd:pre:2p; -maîtriserons maîtriser VER 15.57 14.93 0.20 0.07 ind:fut:1p; -maîtriseront maîtriser VER 15.57 14.93 0.02 0.00 ind:fut:3p; -maîtrises maîtriser VER 15.57 14.93 0.81 0.00 ind:pre:2s; -maîtrisez maîtriser VER 15.57 14.93 1.05 0.20 imp:pre:2p;ind:pre:2p; -maîtrisiez maîtriser VER 15.57 14.93 0.05 0.00 ind:imp:2p; -maîtrisions maîtriser VER 15.57 14.93 0.03 0.07 ind:imp:1p;sub:pre:1p; -maîtrisons maîtriser VER 15.57 14.93 0.43 0.00 imp:pre:1p;ind:pre:1p; -maîtrisèrent maîtriser VER 15.57 14.93 0.02 0.07 ind:pas:3p; -maîtrisé maîtriser VER m s 15.57 14.93 1.23 1.01 par:pas; -maîtrisée maîtriser VER f s 15.57 14.93 0.29 0.41 par:pas; -maîtrisées maîtriser VER f p 15.57 14.93 0.01 0.14 par:pas; -maîtrisés maîtrisé ADJ m p 0.60 1.35 0.20 0.14 -maïa maïa NOM m s 0.00 3.51 0.00 3.51 -maïs maïs NOM m 6.33 6.42 6.33 6.42 -maïzena maïzena NOM f s 0.03 0.20 0.03 0.20 -maboul maboul ADJ m s 0.97 1.35 0.61 0.68 -maboule maboul ADJ f s 0.97 1.35 0.30 0.47 -maboules maboul ADJ f p 0.97 1.35 0.03 0.14 -mabouls maboul NOM m p 0.34 0.95 0.09 0.00 -mac mac NOM m s 7.74 1.82 6.81 1.49 -macabre macabre ADJ s 2.63 3.51 2.26 2.70 -macabres macabre ADJ p 2.63 3.51 0.37 0.81 -macache macache ADV 0.06 0.74 0.06 0.74 -macadam macadam NOM m s 0.23 4.53 0.23 4.53 -macadamia macadamia NOM m s 0.11 0.00 0.11 0.00 -macaque macaque NOM s 1.72 0.41 1.44 0.14 -macaques macaque NOM p 1.72 0.41 0.28 0.27 -macarel macarel ONO 0.00 0.07 0.00 0.07 -macarelle macarelle ONO 0.00 0.14 0.00 0.14 -macareux macareux NOM m 0.01 0.27 0.01 0.27 -macaron macaron NOM m s 0.34 1.35 0.12 0.61 -macaroni macaroni NOM m s 3.11 2.43 1.37 1.01 -macaronique macaronique ADJ m s 0.00 0.14 0.00 0.14 -macaronis macaroni NOM m p 3.11 2.43 1.74 1.42 -macarons macaron NOM m p 0.34 1.35 0.22 0.74 -macassar macassar NOM m s 0.00 0.14 0.00 0.14 -maccarthysme maccarthysme NOM m s 0.05 0.00 0.05 0.00 -macchab macchab NOM m s 0.09 0.74 0.07 0.47 -macchabs macchab NOM m p 0.09 0.74 0.02 0.27 -macchabée macchabée NOM m s 2.63 1.96 1.86 0.95 -macchabées macchabée NOM m p 2.63 1.96 0.77 1.01 -macfarlane macfarlane NOM m s 0.34 0.07 0.34 0.07 -mach mach NOM m 0.07 0.07 0.07 0.07 -machaon machaon NOM m s 0.01 0.00 0.01 0.00 -machette machette NOM f s 2.64 1.35 1.88 1.22 -machettes machette NOM f p 2.64 1.35 0.77 0.14 -machiavélique machiavélique ADJ s 0.57 0.54 0.50 0.54 -machiavéliques machiavélique ADJ p 0.57 0.54 0.07 0.00 -machiavélisme machiavélisme NOM m s 0.01 0.47 0.01 0.41 -machiavélismes machiavélisme NOM m p 0.01 0.47 0.00 0.07 -machin machin NOM m s 14.60 14.32 12.34 10.07 -machina machiner VER 0.07 0.88 0.03 0.07 ind:pas:3s; -machinaient machiner VER 0.07 0.88 0.00 0.07 ind:imp:3p; -machinal machinal ADJ m s 0.20 6.01 0.16 4.26 -machinale machinal ADJ f s 0.20 6.01 0.02 0.74 -machinalement machinalement ADV 0.39 22.77 0.39 22.77 -machinales machinal ADJ f p 0.20 6.01 0.01 0.41 -machination machination NOM f s 1.51 2.16 1.14 1.55 -machinations machination NOM f p 1.51 2.16 0.37 0.61 -machinaux machinal ADJ m p 0.20 6.01 0.01 0.61 -machinchouette machinchouette NOM s 0.00 0.14 0.00 0.14 -machine_outil machine_outil NOM f s 0.11 0.47 0.00 0.07 -machine machine NOM f s 67.72 85.00 44.94 58.99 -machiner machiner VER 0.07 0.88 0.02 0.14 inf; -machinerie machinerie NOM f s 0.23 2.97 0.18 2.77 -machineries machinerie NOM f p 0.23 2.97 0.05 0.20 -machine_outil machine_outil NOM f p 0.11 0.47 0.11 0.41 -machines machine NOM f p 67.72 85.00 22.79 26.01 -machinette machinette NOM f s 0.01 0.07 0.01 0.07 -machinique machinique ADJ f s 0.00 0.07 0.00 0.07 -machinisme machinisme NOM m s 0.00 0.74 0.00 0.74 -machiniste machiniste NOM s 1.51 1.15 1.30 0.61 -machinistes machiniste NOM p 1.51 1.15 0.20 0.54 -machino machino NOM m s 0.02 0.07 0.01 0.00 -machinos machino NOM m p 0.02 0.07 0.01 0.07 -machins machin NOM m p 14.60 14.32 2.26 4.26 -machiné machiner VER m s 0.07 0.88 0.02 0.27 par:pas; -machinée machiner VER f s 0.07 0.88 0.00 0.14 par:pas; -machinées machiner VER f p 0.07 0.88 0.00 0.14 par:pas; -machinés machiner VER m p 0.07 0.88 0.00 0.07 par:pas; -machisme machisme NOM m s 0.36 0.20 0.36 0.20 -machiste machiste ADJ s 0.41 0.41 0.38 0.34 -machistes machiste ADJ p 0.41 0.41 0.02 0.07 -machmètre machmètre NOM m s 0.02 0.00 0.02 0.00 -macho macho NOM m s 3.19 0.74 2.34 0.54 -machos macho NOM m p 3.19 0.74 0.84 0.20 -macintosh macintosh NOM m s 0.26 0.07 0.26 0.07 -macis macis NOM m 0.01 0.00 0.01 0.00 -mackintosh mackintosh NOM m s 0.00 0.27 0.00 0.27 -macoute macoute ADJ m s 0.14 0.07 0.03 0.00 -macoutes macoute ADJ m p 0.14 0.07 0.11 0.07 -macramé macramé NOM m s 0.14 0.68 0.14 0.68 -macres macre NOM f p 0.00 0.27 0.00 0.27 -macreuse macreuse NOM f s 0.02 0.07 0.02 0.00 -macreuses macreuse NOM f p 0.02 0.07 0.00 0.07 -macro macro NOM s 0.20 0.00 0.20 0.00 -macrobiotique macrobiotique ADJ s 0.16 0.20 0.16 0.20 -macroclimat macroclimat NOM m s 0.00 0.07 0.00 0.07 -macrocosme macrocosme NOM m s 0.00 0.14 0.00 0.14 -macrolide macrolide NOM m s 0.01 0.00 0.01 0.00 -macrophage macrophage NOM m s 0.01 0.00 0.01 0.00 -macroscopique macroscopique ADJ m s 0.00 0.07 0.00 0.07 -macroéconomie macroéconomie NOM f s 0.02 0.00 0.02 0.00 -macs mac NOM m p 7.74 1.82 0.93 0.34 -macère macérer VER 0.32 1.82 0.03 0.07 imp:pre:2s;ind:pre:3s; -macèrent macérer VER 0.32 1.82 0.00 0.14 ind:pre:3p; -macédoine macédoine NOM f s 0.14 0.54 0.14 0.41 -macédoines macédoine NOM f p 0.14 0.54 0.00 0.14 -macédonien macédonien NOM m s 0.23 0.20 0.23 0.20 -macédonienne macédonien ADJ f s 0.19 0.14 0.15 0.00 -macédoniennes macédonien ADJ f p 0.19 0.14 0.01 0.00 -macula macula NOM f s 0.01 0.00 0.01 0.00 -maculage maculage NOM m s 0.00 0.07 0.00 0.07 -maculaient maculer VER 0.59 7.70 0.00 0.20 ind:imp:3p; -maculait maculer VER 0.59 7.70 0.00 0.20 ind:imp:3s; -maculant maculer VER 0.59 7.70 0.01 0.27 par:pre; -maculation maculation NOM f s 0.00 0.07 0.00 0.07 -maculature maculature NOM f s 0.00 0.07 0.00 0.07 -macule maculer VER 0.59 7.70 0.10 0.14 ind:pre:3s; -maculent maculer VER 0.59 7.70 0.01 0.14 ind:pre:3p; -maculer maculer VER 0.59 7.70 0.02 0.27 inf; -macules macule NOM f p 0.00 0.20 0.00 0.14 -maculèrent maculer VER 0.59 7.70 0.00 0.07 ind:pas:3p; -maculé maculer VER m s 0.59 7.70 0.28 1.96 par:pas; -maculée maculer VER f s 0.59 7.70 0.06 1.08 par:pas; -maculées maculer VER f p 0.59 7.70 0.04 1.49 par:pas; -maculés maculer VER m p 0.59 7.70 0.08 1.82 par:pas; -macumba macumba NOM f s 1.20 0.00 1.20 0.00 -macérai macérer VER 0.32 1.82 0.00 0.07 ind:pas:1s; -macéraient macérer VER 0.32 1.82 0.00 0.07 ind:imp:3p; -macérait macérer VER 0.32 1.82 0.00 0.07 ind:imp:3s; -macération macération NOM f s 0.04 0.74 0.04 0.47 -macérations macération NOM f p 0.04 0.74 0.00 0.27 -macérer macérer VER 0.32 1.82 0.23 0.54 inf; -macéré macérer VER m s 0.32 1.82 0.04 0.41 par:pas; -macérée macérer VER f s 0.32 1.82 0.00 0.41 par:pas; -macérés macérer VER m p 0.32 1.82 0.02 0.07 par:pas; -madame madame NOM f 307.36 203.45 249.32 198.72 -madapolam madapolam NOM m s 0.00 0.20 0.00 0.20 -made_in made_in ADV 1.06 0.88 1.06 0.88 -madeleine madeleine NOM f s 0.98 1.89 0.37 0.95 -madeleines madeleine NOM f p 0.98 1.89 0.61 0.95 -mademoiselle mademoiselle NOM f s 73.98 62.36 73.98 62.30 -mademoiselles mademoiselle NOM f p 73.98 62.36 0.00 0.07 -madone madone NOM f s 5.25 5.14 4.90 4.39 -madones madone NOM f p 5.25 5.14 0.35 0.74 -madrague madrague NOM f s 0.02 0.00 0.02 0.00 -madras madras NOM m 0.03 1.49 0.03 1.49 -madre_de_dios madre_de_dios NOM s 0.00 0.07 0.00 0.07 -madre madre NOM m s 0.62 0.00 0.62 0.00 -madrier madrier NOM m s 0.14 3.24 0.00 0.61 -madriers madrier NOM m p 0.14 3.24 0.14 2.64 -madrigal madrigal NOM m s 0.14 1.28 0.12 0.68 -madrigaux madrigal NOM m p 0.14 1.28 0.03 0.61 -madrilène madrilène ADJ s 0.30 0.61 0.30 0.47 -madrilènes madrilène NOM p 0.37 0.27 0.10 0.20 -madré madré ADJ m s 0.00 0.27 0.00 0.20 -madrée madré ADJ f s 0.00 0.27 0.00 0.07 -madrépore madrépore NOM m s 0.00 0.27 0.00 0.14 -madrépores madrépore NOM m p 0.00 0.27 0.00 0.14 -madrés madré NOM m p 0.00 0.07 0.00 0.07 -madère madère NOM m s 0.11 0.68 0.11 0.68 -maelström maelström NOM m s 0.00 0.41 0.00 0.41 -maelstrom maelstrom NOM m s 0.14 0.07 0.14 0.07 -maestria maestria NOM f s 0.02 0.41 0.02 0.41 -maestro maestro NOM m s 5.96 0.47 5.96 0.47 -maffia maffia NOM f s 0.00 0.54 0.00 0.54 -maffieux maffieux NOM m 0.01 0.00 0.01 0.00 -maffiosi maffioso NOM m p 0.01 0.00 0.01 0.00 -mafflu mafflu ADJ m s 0.00 0.41 0.00 0.27 -mafflue mafflu ADJ f s 0.00 0.41 0.00 0.07 -mafflus mafflu ADJ m p 0.00 0.41 0.00 0.07 -mafia mafia NOM f s 11.56 2.97 11.34 2.91 -mafias mafia NOM f p 11.56 2.97 0.23 0.07 -mafieuse mafieux ADJ f s 1.18 0.20 0.34 0.14 -mafieuses mafieux ADJ f p 1.18 0.20 0.25 0.00 -mafieux mafieux NOM m 0.94 0.00 0.94 0.00 -mafiosi mafioso NOM m p 0.73 0.14 0.20 0.00 -mafioso mafioso NOM m s 0.73 0.14 0.54 0.14 -maganer maganer VER 0.03 0.00 0.03 0.00 inf; -magasin magasin NOM m s 60.62 65.54 51.97 45.61 -magasinage magasinage NOM m s 0.03 0.00 0.03 0.00 -magasine magasiner VER 0.83 0.00 0.37 0.00 imp:pre:2s;ind:pre:1s;ind:pre:3s; -magasiner magasiner VER 0.83 0.00 0.27 0.00 inf; -magasines magasiner VER 0.83 0.00 0.20 0.00 ind:pre:2s; -magasinier magasinier NOM m s 0.55 1.15 0.53 0.68 -magasiniers magasinier NOM m p 0.55 1.15 0.01 0.47 -magasinière magasinier NOM f s 0.55 1.15 0.01 0.00 -magasins magasin NOM m p 60.62 65.54 8.65 19.93 -magazine magazine NOM m s 21.42 16.15 14.03 7.03 -magazines magazine NOM m p 21.42 16.15 7.39 9.12 -magdalénien magdalénien ADJ m s 0.14 0.20 0.00 0.07 -magdaléniennes magdalénien ADJ f p 0.14 0.20 0.14 0.14 -mage mage NOM m s 1.57 2.57 0.53 0.95 -magenta magenta ADJ p 0.07 0.00 0.07 0.00 -mages mage NOM m p 1.57 2.57 1.04 1.62 -maghrébin maghrébin ADJ m s 0.14 0.54 0.14 0.27 -maghrébine maghrébin NOM f s 0.81 0.95 0.00 0.14 -maghrébines maghrébin NOM f p 0.81 0.95 0.00 0.41 -maghrébins maghrébin NOM m p 0.81 0.95 0.67 0.34 -maghzen maghzen NOM m s 0.00 0.07 0.00 0.07 -magicien magicien NOM m s 13.76 4.05 12.07 2.77 -magicienne magicien NOM f s 13.76 4.05 0.53 0.61 -magiciens magicien NOM m p 13.76 4.05 1.17 0.68 -magico magico ADV 0.03 0.00 0.03 0.00 -magie magie NOM f s 25.66 15.20 25.58 15.14 -magies magie NOM f p 25.66 15.20 0.07 0.07 -magique magique ADJ s 26.93 25.88 21.84 19.80 -magiquement magiquement ADV 0.14 1.35 0.14 1.35 -magiques magique ADJ p 26.93 25.88 5.09 6.08 -magister magister NOM m s 0.10 1.08 0.10 0.95 -magisters magister NOM m p 0.10 1.08 0.00 0.14 -magistral magistral ADJ m s 1.69 3.72 1.34 2.09 -magistrale magistral ADJ f s 1.69 3.72 0.33 1.22 -magistralement magistralement ADV 0.07 0.54 0.07 0.54 -magistrales magistral ADJ f p 1.69 3.72 0.01 0.27 -magistrat magistrat NOM m s 3.28 6.01 2.71 2.64 -magistrate magistrat NOM f s 3.28 6.01 0.16 0.00 -magistrats magistrat NOM m p 3.28 6.01 0.41 3.38 -magistrature magistrature NOM f s 1.12 0.95 1.12 0.88 -magistratures magistrature NOM f p 1.12 0.95 0.00 0.07 -magistraux magistral ADJ m p 1.69 3.72 0.01 0.14 -magistère magistère NOM m s 0.00 0.07 0.00 0.07 -magma magma NOM m s 0.33 3.45 0.33 3.38 -magmas magma NOM m p 0.33 3.45 0.00 0.07 -magmatique magmatique ADJ f s 0.04 0.00 0.03 0.00 -magmatiques magmatique ADJ p 0.04 0.00 0.01 0.00 -magna magner VER 6.36 2.23 0.22 0.00 ind:pas:3s; -magnait magner VER 6.36 2.23 0.00 0.07 ind:imp:3s; -magnaneries magnanerie NOM f p 0.00 0.14 0.00 0.14 -magnanime magnanime ADJ s 1.09 2.09 1.03 1.55 -magnanimes magnanime ADJ p 1.09 2.09 0.06 0.54 -magnanimité magnanimité NOM f s 0.13 0.68 0.13 0.68 -magnans magnan NOM m p 0.00 0.07 0.00 0.07 -magnat magnat NOM m s 0.96 1.42 0.83 1.28 -magnats magnat NOM m p 0.96 1.42 0.13 0.14 -magne magner VER 6.36 2.23 2.38 1.22 imp:pre:2s;ind:pre:1s;ind:pre:3s; -magnent magner VER 6.36 2.23 0.05 0.00 ind:pre:3p; -magner magner VER 6.36 2.23 0.20 0.41 inf; -magnes magner VER 6.36 2.23 0.11 0.47 ind:pre:2s;sub:pre:2s; -magnez magner VER 6.36 2.23 3.34 0.00 imp:pre:2p;ind:pre:2p; -magnifiaient magnifier VER 0.56 2.43 0.00 0.07 ind:imp:3p; -magnifiais magnifier VER 0.56 2.43 0.00 0.07 ind:imp:1s; -magnifiait magnifier VER 0.56 2.43 0.10 0.34 ind:imp:3s; -magnifiant magnifier VER 0.56 2.43 0.00 0.20 par:pre; -magnificat magnificat NOM m 0.00 0.54 0.00 0.54 -magnificence magnificence NOM f s 0.27 1.96 0.27 1.82 -magnificences magnificence NOM f p 0.27 1.96 0.00 0.14 -magnifie magnifier VER 0.56 2.43 0.03 0.20 imp:pre:2s;ind:pre:3s; -magnifient magnifier VER 0.56 2.43 0.00 0.14 ind:pre:3p; -magnifier magnifier VER 0.56 2.43 0.15 0.54 inf; -magnifiez magnifier VER 0.56 2.43 0.00 0.14 ind:pre:2p; -magnifique magnifique ADJ s 88.22 27.70 78.72 22.91 -magnifiquement magnifiquement ADV 1.43 2.77 1.43 2.77 -magnifiques magnifique ADJ p 88.22 27.70 9.51 4.80 -magnifié magnifier VER m s 0.56 2.43 0.00 0.20 par:pas; -magnifiée magnifier VER f s 0.56 2.43 0.29 0.34 par:pas; -magnifiées magnifier VER f p 0.56 2.43 0.00 0.07 par:pas; -magnifiés magnifier VER m p 0.56 2.43 0.00 0.14 par:pas; -magnitude magnitude NOM f s 0.25 0.00 0.25 0.00 -magnolia magnolia NOM m s 0.14 3.04 0.10 1.49 -magnolias magnolia NOM m p 0.14 3.04 0.05 1.55 -magnons magner VER 6.36 2.23 0.04 0.07 imp:pre:1p; -magné magner VER m s 6.36 2.23 0.01 0.00 par:pas; -magnum magnum NOM m s 3.69 1.76 3.62 1.55 -magnums magnum NOM m p 3.69 1.76 0.07 0.20 -magnésie magnésie NOM f s 0.07 0.14 0.07 0.14 -magnésium magnésium NOM m s 0.75 1.08 0.75 1.08 -magnétique magnétique ADJ s 5.11 3.38 3.74 2.64 -magnétiquement magnétiquement ADV 0.13 0.00 0.13 0.00 -magnétiques magnétique ADJ p 5.11 3.38 1.37 0.74 -magnétisait magnétiser VER 0.14 0.41 0.01 0.07 ind:imp:3s; -magnétise magnétiser VER 0.14 0.41 0.00 0.07 ind:pre:3s; -magnétiseur magnétiseur NOM m s 0.01 0.07 0.01 0.00 -magnétiseuses magnétiseur NOM f p 0.01 0.07 0.00 0.07 -magnétisme magnétisme NOM m s 1.41 0.68 1.41 0.61 -magnétismes magnétisme NOM m p 1.41 0.68 0.00 0.07 -magnétisé magnétiser VER m s 0.14 0.41 0.04 0.07 par:pas; -magnétisée magnétiser VER f s 0.14 0.41 0.03 0.07 par:pas; -magnétisées magnétiser VER f p 0.14 0.41 0.04 0.00 par:pas; -magnétisés magnétiser VER m p 0.14 0.41 0.03 0.14 par:pas; -magnétite magnétite NOM f s 0.07 0.00 0.07 0.00 -magnéto magnéto NOM s 2.89 1.62 2.78 1.35 -magnétomètre magnétomètre NOM m s 0.04 0.00 0.04 0.00 -magnétophone magnétophone NOM m s 2.70 3.51 2.27 3.24 -magnétophones magnétophone NOM m p 2.70 3.51 0.43 0.27 -magnétos magnéto NOM p 2.89 1.62 0.11 0.27 -magnétoscope magnétoscope NOM m s 2.12 0.81 1.98 0.34 -magnétoscopes magnétoscope NOM m p 2.12 0.81 0.14 0.47 -magnétron magnétron NOM m s 0.01 0.00 0.01 0.00 -magot magot NOM m s 2.24 4.39 2.24 3.51 -magots magot NOM m p 2.24 4.39 0.00 0.88 -magouillais magouiller VER 0.69 0.41 0.01 0.14 ind:imp:1s;ind:imp:2s; -magouillait magouiller VER 0.69 0.41 0.03 0.00 ind:imp:3s; -magouillant magouiller VER 0.69 0.41 0.03 0.00 par:pre; -magouille magouille NOM f s 2.73 1.35 1.03 0.68 -magouiller magouiller VER 0.69 0.41 0.14 0.14 inf; -magouilles magouille NOM f p 2.73 1.35 1.69 0.68 -magouilleur magouilleur NOM m s 0.43 0.20 0.29 0.00 -magouilleurs magouilleur NOM m p 0.43 0.20 0.14 0.20 -magouillez magouiller VER 0.69 0.41 0.06 0.07 ind:pre:2p; -magouillé magouiller VER m s 0.69 0.41 0.42 0.07 par:pas; -magret magret NOM m s 0.01 0.00 0.01 0.00 -magyar magyar ADJ m s 0.11 0.14 0.10 0.00 -magyare magyar ADJ f s 0.11 0.14 0.01 0.00 -magyares magyar ADJ f p 0.11 0.14 0.00 0.07 -magyars magyar NOM m p 0.10 0.00 0.10 0.00 -mah_jong mah_jong NOM m s 1.54 0.20 1.54 0.20 -maharadja maharadja NOM m s 0.14 0.00 0.13 0.00 -maharadjah maharadjah NOM m s 1.47 0.68 1.47 0.47 -maharadjahs maharadjah NOM m p 1.47 0.68 0.00 0.20 -maharadjas maharadja NOM m p 0.14 0.00 0.01 0.00 -maharaja maharaja NOM m s 0.02 0.07 0.02 0.00 -maharajah maharajah NOM m s 0.51 0.20 0.48 0.07 -maharajahs maharajah NOM m p 0.51 0.20 0.02 0.14 -maharajas maharaja NOM m p 0.02 0.07 0.00 0.07 -maharani maharani NOM f s 1.12 0.14 1.12 0.14 -mahatma mahatma NOM m s 0.04 0.07 0.04 0.00 -mahatmas mahatma NOM m p 0.04 0.07 0.00 0.07 -mahométan mahométan NOM m s 0.01 0.27 0.01 0.07 -mahométane mahométan ADJ f s 0.01 0.20 0.00 0.07 -mahométans mahométan ADJ m p 0.01 0.20 0.01 0.07 -mahonia mahonia NOM m s 0.00 0.61 0.00 0.41 -mahonias mahonia NOM m p 0.00 0.61 0.00 0.20 -mahousse mahousse ADJ f s 0.03 1.35 0.01 1.08 -mahousses mahousse ADJ f p 0.03 1.35 0.02 0.27 -mai mai NOM s 24.34 45.88 24.34 45.88 -maid maid NOM f s 0.13 0.07 0.13 0.07 -maie maie NOM f s 0.01 1.22 0.00 1.08 -maies maie NOM f p 0.01 1.22 0.01 0.14 -maigre maigre ADJ s 12.73 62.70 11.10 41.82 -maigrelet maigrelet NOM m s 0.27 0.00 0.27 0.00 -maigrelets maigrelet ADJ m p 0.10 1.01 0.02 0.14 -maigrelette maigrelet ADJ f s 0.10 1.01 0.00 0.27 -maigrelettes maigrelet ADJ f p 0.10 1.01 0.01 0.07 -maigrement maigrement ADV 0.00 0.27 0.00 0.27 -maigres maigre ADJ p 12.73 62.70 1.64 20.88 -maigreur maigreur NOM f s 0.04 3.99 0.04 3.99 -maigri maigrir VER m s 5.70 8.99 2.81 4.19 par:pas; -maigrichon maigrichon ADJ m s 1.25 2.30 0.69 0.81 -maigrichonne maigrichon ADJ f s 1.25 2.30 0.43 0.81 -maigrichonnes maigrichon ADJ f p 1.25 2.30 0.10 0.41 -maigrichons maigrichon NOM m p 0.93 0.61 0.08 0.00 -maigrie maigrir VER f s 5.70 8.99 0.00 0.20 par:pas; -maigriot maigriot NOM m s 0.01 0.14 0.01 0.14 -maigrir maigrir VER 5.70 8.99 2.10 2.23 inf; -maigris maigrir VER m p 5.70 8.99 0.36 0.34 imp:pre:2s;ind:pre:1s;ind:pre:2s;par:pas; -maigrissais maigrir VER 5.70 8.99 0.00 0.27 ind:imp:1s; -maigrissait maigrir VER 5.70 8.99 0.02 0.68 ind:imp:3s; -maigrissant maigrir VER 5.70 8.99 0.01 0.07 par:pre; -maigrisse maigrir VER 5.70 8.99 0.04 0.07 sub:pre:1s;sub:pre:3s; -maigrissent maigrir VER 5.70 8.99 0.03 0.14 ind:pre:3p; -maigrisses maigrir VER 5.70 8.99 0.14 0.14 sub:pre:2s; -maigrissez maigrir VER 5.70 8.99 0.05 0.07 imp:pre:2p;ind:pre:2p; -maigrit maigrir VER 5.70 8.99 0.14 0.61 ind:pre:3s;ind:pas:3s; -mail_coach mail_coach NOM m s 0.00 0.14 0.00 0.14 -mail mail NOM m s 3.29 1.62 2.23 1.62 -mailer mailer VER 0.18 0.00 0.08 0.00 inf; -mailing mailing NOM m s 0.04 0.00 0.04 0.00 -maillait mailler VER 0.02 0.27 0.00 0.07 ind:imp:3s; -maille maille NOM f s 1.09 9.66 0.71 2.70 -maillechort maillechort NOM m s 0.00 0.14 0.00 0.14 -mailler mailler VER 0.02 0.27 0.02 0.00 inf; -mailles maille NOM f p 1.09 9.66 0.39 6.96 -maillet maillet NOM m s 0.46 2.16 0.41 1.69 -maillets maillet NOM m p 0.46 2.16 0.05 0.47 -mailloche mailloche NOM f s 0.00 0.47 0.00 0.47 -maillon maillon NOM m s 1.12 3.18 0.94 1.89 -maillons maillon NOM m p 1.12 3.18 0.19 1.28 -maillot maillot NOM m s 9.88 18.99 8.44 15.27 -maillotin maillotin NOM m s 0.00 0.14 0.00 0.07 -maillotins maillotin NOM m p 0.00 0.14 0.00 0.07 -maillots maillot NOM m p 9.88 18.99 1.44 3.72 -maillé maillé ADJ m s 0.01 0.14 0.00 0.14 -maillés maillé ADJ m p 0.01 0.14 0.01 0.00 -mails mail NOM m p 3.29 1.62 1.05 0.00 -mailé mailer VER m s 0.18 0.00 0.10 0.00 par:pas; -main_courante main_courante NOM f s 0.01 0.07 0.01 0.07 -main_d_oeuvre main_d_oeuvre NOM f s 0.89 1.62 0.89 1.62 -main_forte main_forte NOM f 0.36 0.41 0.36 0.41 -main main NOM s 499.60 1229.39 286.62 788.72 -mainate mainate NOM m s 0.03 0.74 0.03 0.74 -maincourantier maincourantier NOM m s 0.00 0.07 0.00 0.07 -mainlevée mainlevée NOM f s 0.01 0.00 0.01 0.00 -mainmise mainmise NOM f s 0.14 1.42 0.14 1.42 -mains main NOM f p 499.60 1229.39 212.97 440.68 -maint maint ADJ:ind m s 1.27 0.41 1.27 0.41 -maintînt maintenir VER 121.36 98.51 0.00 0.07 sub:imp:3s; -mainte mainte ADJ:ind f s 0.20 1.22 0.20 1.22 -maintenaient maintenir VER 121.36 98.51 0.23 2.09 ind:imp:3p; -maintenais maintenir VER 121.36 98.51 0.27 0.47 ind:imp:1s;ind:imp:2s; -maintenait maintenir VER 121.36 98.51 0.32 7.36 ind:imp:3s; -maintenance maintenance NOM f s 3.89 0.14 3.89 0.14 -maintenant maintenant ADV 1028.86 496.76 1028.86 496.76 -mainteneur mainteneur NOM m s 0.00 0.14 0.00 0.07 -mainteneurs mainteneur NOM m p 0.00 0.14 0.00 0.07 -maintenez maintenir VER 121.36 98.51 4.28 0.34 imp:pre:2p;ind:pre:2p; -mainteniez maintenir VER 121.36 98.51 0.01 0.00 ind:imp:2p; -maintenions maintenir VER 121.36 98.51 0.04 0.20 ind:imp:1p; -maintenir maintenir VER 121.36 98.51 10.27 21.76 inf; -maintenons maintenir VER 121.36 98.51 0.58 0.34 imp:pre:1p;ind:pre:1p; -maintenu maintenir VER m s 121.36 98.51 1.73 3.78 par:pas; -maintenue maintenir VER f s 121.36 98.51 0.95 2.43 par:pas; -maintenues maintenir VER f p 121.36 98.51 0.14 1.35 par:pas; -maintenus maintenir VER m p 121.36 98.51 0.20 2.23 par:pas; -maintes maintes ADJ:ind f p 2.36 9.86 2.36 9.86 -maintien maintien NOM m s 2.13 10.14 1.87 10.14 -maintiendra maintenir VER 121.36 98.51 0.25 0.34 ind:fut:3s; -maintiendrai maintenir VER 121.36 98.51 0.19 0.14 ind:fut:1s; -maintiendraient maintenir VER 121.36 98.51 0.01 0.14 cnd:pre:3p; -maintiendrait maintenir VER 121.36 98.51 0.02 0.20 cnd:pre:3s; -maintiendras maintenir VER 121.36 98.51 0.04 0.07 ind:fut:2s; -maintiendriez maintenir VER 121.36 98.51 0.00 0.07 cnd:pre:2p; -maintiendrons maintenir VER 121.36 98.51 0.25 0.07 ind:fut:1p; -maintiendront maintenir VER 121.36 98.51 0.08 0.14 ind:fut:3p; -maintienne maintenir VER 121.36 98.51 0.41 0.41 sub:pre:1s;sub:pre:3s; -maintiennent maintenir VER 121.36 98.51 0.44 1.28 ind:pre:3p; -maintiennes maintenir VER 121.36 98.51 0.05 0.00 sub:pre:2s; -maintiens maintenir VER 121.36 98.51 2.17 1.55 imp:pre:2s;ind:pre:1s;ind:pre:2s; -maintient maintenir VER 121.36 98.51 2.63 4.39 ind:pre:3s; -maintinrent maintenir VER 121.36 98.51 0.00 0.34 ind:pas:3p; -maintins maintenir VER 121.36 98.51 0.01 0.34 ind:pas:1s; -maintint maintenir VER 121.36 98.51 0.14 2.03 ind:pas:3s; -maints maints ADJ:ind m p 0.34 4.39 0.34 4.39 -maire maire NOM m s 28.17 13.85 27.91 13.11 -maires maire NOM m p 28.17 13.85 0.27 0.61 -mairesse maire NOM f s 28.17 13.85 0.00 0.14 -mairie mairie NOM f s 13.55 15.95 13.48 15.00 -mairies mairie NOM f p 13.55 15.95 0.07 0.95 -mais mais CON 5179.05 4463.72 5179.05 4463.72 -maison_mère maison_mère NOM f s 0.12 0.14 0.12 0.14 -maison maison NOM s 605.75 575.34 570.30 461.55 -maisonnette maisonnette NOM f s 0.57 7.97 0.56 5.68 -maisonnettes maisonnette NOM f p 0.57 7.97 0.02 2.30 -maisonnée maisonnée NOM f s 0.33 1.82 0.33 1.76 -maisonnées maisonnée NOM f p 0.33 1.82 0.00 0.07 -maisons maison NOM f p 605.75 575.34 35.44 113.78 -maja maja NOM f s 0.54 0.14 0.54 0.14 -majesté majesté NOM f s 43.43 22.57 42.84 22.30 -majestueuse majestueux ADJ f s 1.79 11.08 0.53 4.80 -majestueusement majestueusement ADV 0.06 1.22 0.06 1.22 -majestueuses majestueux ADJ f p 1.79 11.08 0.17 0.81 -majestueux majestueux ADJ m 1.79 11.08 1.09 5.47 -majestés majesté NOM f p 43.43 22.57 0.58 0.27 -majeur majeur ADJ m s 10.45 11.55 4.29 3.85 -majeure majeur ADJ f s 10.45 11.55 4.81 5.20 -majeures majeur ADJ f p 10.45 11.55 0.55 1.15 -majeurs majeur ADJ m p 10.45 11.55 0.81 1.35 -majo majo ADJ m s 0.00 0.14 0.00 0.14 -majolique majolique NOM f s 0.01 0.14 0.01 0.14 -major_général major_général NOM s 0.02 0.34 0.02 0.34 -major major NOM s 16.95 8.38 16.45 8.04 -majora majorer VER 0.05 0.34 0.00 0.07 ind:pas:3s; -majoral majoral NOM m s 0.00 0.07 0.00 0.07 -majorat majorat NOM m s 0.00 0.20 0.00 0.20 -majoration majoration NOM f s 0.03 0.27 0.03 0.27 -majordome majordome NOM m s 2.87 1.42 2.66 1.28 -majordomes majordome NOM m p 2.87 1.42 0.20 0.14 -majore majorer VER 0.05 0.34 0.00 0.14 ind:pre:1s;ind:pre:3s; -majorer majorer VER 0.05 0.34 0.04 0.14 inf; -majorette majorette NOM f s 1.11 0.61 0.57 0.27 -majorettes majorette NOM f p 1.11 0.61 0.54 0.34 -majoritaire majoritaire ADJ s 1.04 0.61 0.52 0.54 -majoritairement majoritairement ADV 0.12 0.00 0.12 0.00 -majoritaires majoritaire ADJ f p 1.04 0.61 0.52 0.07 -majorité majorité NOM f s 11.43 12.57 11.41 12.36 -majorités majorité NOM f p 11.43 12.57 0.01 0.20 -majors major NOM p 16.95 8.38 0.49 0.34 -majorée majorer VER f s 0.05 0.34 0.01 0.00 par:pas; -majuscule majuscule ADJ s 0.80 1.69 0.76 0.88 -majuscules majuscule NOM f p 0.85 2.84 0.76 2.03 -maki maki NOM m s 0.12 0.00 0.12 0.00 -mal_aimé mal_aimé NOM m s 0.21 0.07 0.03 0.00 -mal_aimé mal_aimé NOM f s 0.21 0.07 0.01 0.07 -mal_aimé mal_aimé NOM m p 0.21 0.07 0.17 0.00 -mal_baisé mal_baisé NOM m s 0.00 0.20 0.00 0.07 -mal_baisé mal_baisé NOM f s 0.00 0.20 0.00 0.14 -mal_pensant mal_pensant ADJ f s 0.00 0.07 0.00 0.07 -mal_pensant mal_pensant NOM m p 0.14 0.07 0.14 0.07 -mal_être mal_être NOM m s 0.34 0.20 0.34 0.20 -mal mal ADV 453.95 349.46 453.95 349.46 -malabar malabar ADJ m s 1.30 0.00 1.27 0.00 -malabars malabar NOM m p 1.52 1.28 0.46 0.68 -malachite malachite NOM f s 0.01 0.27 0.01 0.27 -malade malade ADJ s 158.27 73.92 147.50 66.22 -malades malade NOM f p 41.24 43.18 15.57 17.03 -maladie maladie NOM f s 66.04 60.68 52.18 49.59 -maladies maladie NOM f p 66.04 60.68 13.86 11.08 -maladif maladif ADJ m s 1.44 5.14 0.86 2.03 -maladifs maladif ADJ m p 1.44 5.14 0.02 0.14 -maladive maladif ADJ f s 1.44 5.14 0.53 2.84 -maladivement maladivement ADV 0.45 0.20 0.45 0.20 -maladives maladif ADJ f p 1.44 5.14 0.02 0.14 -maladrerie maladrerie NOM f s 0.01 0.00 0.01 0.00 -maladresse maladresse NOM f s 1.02 9.73 0.97 8.24 -maladresses maladresse NOM f p 1.02 9.73 0.05 1.49 -maladroit maladroit ADJ m s 7.52 18.58 4.57 7.77 -maladroite maladroit ADJ f s 7.52 18.58 2.29 4.53 -maladroitement maladroitement ADV 0.27 9.59 0.27 9.59 -maladroites maladroit ADJ f p 7.52 18.58 0.11 2.16 -maladroits maladroit ADJ m p 7.52 18.58 0.55 4.12 -malaga malaga NOM m s 0.84 1.28 0.84 1.28 -malaire malaire ADJ s 0.10 0.00 0.10 0.00 -malais malais ADJ m 0.58 0.61 0.58 0.61 -malaise malaise NOM s 6.55 25.14 6.34 23.38 -malaises malaise NOM p 6.55 25.14 0.21 1.76 -malaisien malaisien ADJ m s 0.06 0.00 0.04 0.00 -malaisienne malaisien ADJ f s 0.06 0.00 0.02 0.00 -malaisiens malaisien NOM m p 0.06 0.00 0.02 0.00 -malaisé malaisé ADJ m s 0.16 2.36 0.13 1.28 -malaisée malaisé ADJ f s 0.16 2.36 0.01 0.47 -malaisées malaisé ADJ f p 0.16 2.36 0.01 0.20 -malaisément malaisément ADV 0.00 0.95 0.00 0.95 -malaisés malaisé ADJ m p 0.16 2.36 0.01 0.41 -malandrin malandrin NOM m s 0.32 0.61 0.04 0.14 -malandrins malandrin NOM m p 0.32 0.61 0.28 0.47 -malappris malappris NOM m 0.17 0.20 0.16 0.20 -malapprise malappris NOM f s 0.17 0.20 0.01 0.00 -malard malard NOM m s 0.01 0.74 0.00 0.68 -malards malard NOM m p 0.01 0.74 0.01 0.07 -malaria malaria NOM f s 1.57 0.54 1.57 0.47 -malarias malaria NOM f p 1.57 0.54 0.00 0.07 -malaventures malaventure NOM f p 0.00 0.07 0.00 0.07 -malavisé malavisé ADJ m s 0.20 0.07 0.17 0.07 -malavisée malavisé ADJ f s 0.20 0.07 0.04 0.00 -malaxa malaxer VER 0.76 1.89 0.00 0.07 ind:pas:3s; -malaxaient malaxer VER 0.76 1.89 0.00 0.14 ind:imp:3p; -malaxait malaxer VER 0.76 1.89 0.00 0.20 ind:imp:3s; -malaxant malaxer VER 0.76 1.89 0.00 0.20 par:pre; -malaxe malaxer VER 0.76 1.89 0.28 0.27 imp:pre:2s;ind:pre:1s;ind:pre:3s; -malaxer malaxer VER 0.76 1.89 0.45 0.34 inf; -malaxera malaxer VER 0.76 1.89 0.00 0.07 ind:fut:3s; -malaxeur malaxeur NOM m s 0.04 0.00 0.04 0.00 -malaxez malaxer VER 0.76 1.89 0.00 0.07 imp:pre:2p; -malaxé malaxer VER m s 0.76 1.89 0.02 0.20 par:pas; -malaxée malaxer VER f s 0.76 1.89 0.00 0.20 par:pas; -malaxées malaxer VER f p 0.76 1.89 0.00 0.07 par:pas; -malaxés malaxer VER m p 0.76 1.89 0.00 0.07 par:pas; -malchance malchance NOM f s 5.68 4.80 5.68 4.53 -malchances malchance NOM f p 5.68 4.80 0.00 0.27 -malchanceuse malchanceux ADJ f s 0.94 1.42 0.27 0.27 -malchanceuses malchanceux ADJ f p 0.94 1.42 0.04 0.07 -malchanceux malchanceux NOM m 0.80 0.81 0.79 0.81 -malcommode malcommode ADJ m s 0.04 0.54 0.04 0.47 -malcommodes malcommode ADJ p 0.04 0.54 0.00 0.07 -malcontent malcontent ADJ m s 0.00 0.14 0.00 0.07 -malcontents malcontent ADJ m p 0.00 0.14 0.00 0.07 -maldonne maldonne NOM f s 0.14 1.15 0.14 1.01 -maldonnes maldonne NOM f p 0.14 1.15 0.00 0.14 -male mal ADJ f s 14.55 11.42 0.44 0.14 -malencontre malencontre NOM f s 0.00 0.68 0.00 0.41 -malencontres malencontre NOM f p 0.00 0.68 0.00 0.27 -malencontreuse malencontreux ADJ f s 0.89 1.08 0.12 0.47 -malencontreusement malencontreusement ADV 0.26 0.88 0.26 0.88 -malencontreuses malencontreux ADJ f p 0.89 1.08 0.14 0.07 -malencontreux malencontreux ADJ m 0.89 1.08 0.64 0.54 -malentendant malentendant ADJ m s 0.04 0.00 0.02 0.00 -malentendant malentendant NOM m s 0.38 0.00 0.02 0.00 -malentendante malentendant ADJ f s 0.04 0.00 0.02 0.00 -malentendants malentendant NOM m p 0.38 0.00 0.36 0.00 -malentendu malentendu NOM m s 11.82 10.20 10.70 7.30 -malentendus malentendu NOM m p 11.82 10.20 1.13 2.91 -males mal ADJ f p 14.55 11.42 0.28 0.07 -malfaisance malfaisance NOM f s 0.19 1.08 0.17 0.88 -malfaisances malfaisance NOM f p 0.19 1.08 0.01 0.20 -malfaisant malfaisant ADJ m s 2.58 3.38 0.96 1.76 -malfaisante malfaisant ADJ f s 2.58 3.38 0.46 0.61 -malfaisantes malfaisant ADJ f p 2.58 3.38 0.19 0.34 -malfaisants malfaisant ADJ m p 2.58 3.38 0.97 0.68 -malfaiteur malfaiteur NOM m s 2.93 3.24 1.18 1.82 -malfaiteurs malfaiteur NOM m p 2.93 3.24 1.75 1.42 -malfamé malfamé ADJ m s 0.13 0.27 0.05 0.07 -malfamée malfamé ADJ f s 0.13 0.27 0.05 0.07 -malfamés malfamé ADJ m p 0.13 0.27 0.02 0.14 -malfaçon malfaçon NOM f s 0.08 0.34 0.04 0.27 -malfaçons malfaçon NOM f p 0.08 0.34 0.04 0.07 -malformation malformation NOM f s 0.50 0.54 0.50 0.54 -malformé malformé ADJ m s 0.01 0.00 0.01 0.00 -malfrat malfrat NOM m s 1.53 4.73 0.73 1.96 -malfrats malfrat NOM m p 1.53 4.73 0.79 2.77 -malgache malgache ADJ s 0.00 0.61 0.00 0.34 -malgaches malgache NOM p 0.02 0.27 0.02 0.27 -malgracieuse malgracieux ADJ f s 0.01 0.41 0.00 0.07 -malgracieux malgracieux ADJ m 0.01 0.41 0.01 0.34 -malgré malgré PRE 46.50 191.55 46.50 191.55 -malhabile malhabile ADJ s 0.14 3.24 0.13 2.23 -malhabilement malhabilement ADV 0.00 0.07 0.00 0.07 -malhabiles malhabile ADJ p 0.14 3.24 0.01 1.01 -malherbe malherbe NOM f s 0.00 0.07 0.00 0.07 -malheur malheur NOM m s 56.89 92.64 49.16 72.84 -malheureuse malheureux ADJ f s 37.96 58.85 12.48 16.08 -malheureusement malheureusement ADV 35.35 21.08 35.35 21.08 -malheureuses malheureux ADJ f p 37.96 58.85 0.93 2.50 -malheureux malheureux ADJ m 37.96 58.85 24.55 40.27 -malheurs malheur NOM m p 56.89 92.64 7.72 19.80 -malhonnête malhonnête ADJ s 4.29 1.82 3.34 0.95 -malhonnêtement malhonnêtement ADV 0.22 0.27 0.22 0.27 -malhonnêtes malhonnête ADJ p 4.29 1.82 0.96 0.88 -malhonnêteté malhonnêteté NOM f s 0.50 1.89 0.50 1.82 -malhonnêtetés malhonnêteté NOM f p 0.50 1.89 0.00 0.07 -mali mali NOM m s 0.00 0.07 0.00 0.07 -malice malice NOM f s 1.29 10.95 1.22 10.47 -malices malice NOM f p 1.29 10.95 0.07 0.47 -malicieuse malicieux ADJ f s 0.41 4.39 0.17 1.01 -malicieusement malicieusement ADV 0.02 0.81 0.02 0.81 -malicieuses malicieux ADJ f p 0.41 4.39 0.02 0.07 -malicieux malicieux ADJ m 0.41 4.39 0.21 3.31 -malien malien NOM m s 0.00 0.14 0.00 0.07 -malienne malien ADJ f s 0.02 0.14 0.02 0.00 -maliens malien ADJ m p 0.02 0.14 0.00 0.14 -maligne malin ADJ f s 41.49 20.20 3.91 3.45 -malignement malignement ADV 0.01 0.68 0.01 0.68 -malignes malin ADJ f p 41.49 20.20 0.35 0.68 -malignité malignité NOM f s 0.04 2.23 0.04 2.03 -malignités malignité NOM f p 0.04 2.23 0.00 0.20 -malin malin ADJ m s 41.49 20.20 33.11 13.38 -maline malin NOM f s 22.65 8.18 0.42 0.14 -malines malin NOM f p 22.65 8.18 0.06 0.20 -malingre malingre ADJ s 0.04 3.78 0.03 2.97 -malingres malingre ADJ p 0.04 3.78 0.01 0.81 -malinké malinké NOM m s 0.00 0.07 0.00 0.07 -malinois malinois NOM m 0.01 0.20 0.01 0.20 -malins malin ADJ m p 41.49 20.20 4.13 2.70 -malintentionné malintentionné ADJ m s 0.17 0.41 0.02 0.20 -malintentionnée malintentionné ADJ f s 0.17 0.41 0.10 0.07 -malintentionnés malintentionné ADJ m p 0.17 0.41 0.04 0.14 -mallarméen mallarméen ADJ m s 0.00 0.07 0.00 0.07 -malle malle NOM f s 7.96 15.14 6.53 10.27 -malles malle NOM f p 7.96 15.14 1.43 4.86 -mallette mallette NOM f s 9.30 6.62 8.97 5.88 -mallettes mallette NOM f p 9.30 6.62 0.33 0.74 -mallophages mallophage NOM m p 0.00 0.07 0.00 0.07 -malléabilité malléabilité NOM f s 0.03 0.14 0.03 0.14 -malléable malléable ADJ s 0.31 1.42 0.25 1.08 -malléables malléable ADJ p 0.31 1.42 0.06 0.34 -malléolaire malléolaire ADJ s 0.03 0.00 0.03 0.00 -malléole malléole NOM f s 0.05 0.00 0.05 0.00 -malm malm NOM m s 0.01 0.00 0.01 0.00 -malmenage malmenage NOM m s 0.01 0.00 0.01 0.00 -malmenaient malmener VER 2.08 3.72 0.00 0.20 ind:imp:3p; -malmenais malmener VER 2.08 3.72 0.01 0.00 ind:imp:1s; -malmenait malmener VER 2.08 3.72 0.06 0.47 ind:imp:3s; -malmenant malmener VER 2.08 3.72 0.04 0.34 par:pre; -malmener malmener VER 2.08 3.72 0.63 0.74 inf; -malmenez malmener VER 2.08 3.72 0.13 0.00 imp:pre:2p;ind:pre:2p; -malmené malmener VER m s 2.08 3.72 0.50 0.61 par:pas; -malmenée malmener VER f s 2.08 3.72 0.25 0.27 par:pas; -malmenées malmener VER f p 2.08 3.72 0.01 0.34 par:pas; -malmenés malmener VER m p 2.08 3.72 0.22 0.34 par:pas; -malmène malmener VER 2.08 3.72 0.18 0.34 imp:pre:2s;ind:pre:3s; -malmènent malmener VER 2.08 3.72 0.05 0.00 ind:pre:3p; -malmèneront malmener VER 2.08 3.72 0.01 0.07 ind:fut:3p; -malnutrition malnutrition NOM f s 0.58 0.07 0.58 0.07 -malodorant malodorant ADJ m s 0.80 2.30 0.25 1.01 -malodorante malodorant ADJ f s 0.80 2.30 0.27 0.61 -malodorantes malodorant ADJ f p 0.80 2.30 0.14 0.47 -malodorants malodorant ADJ m p 0.80 2.30 0.13 0.20 -malotru malotru NOM m s 0.46 1.01 0.43 0.81 -malotrus malotru NOM m p 0.46 1.01 0.03 0.20 -malouin malouin ADJ m s 0.00 0.27 0.00 0.07 -malouine malouin ADJ f s 0.00 0.27 0.00 0.07 -malouines malouin ADJ f p 0.00 0.27 0.00 0.07 -malouins malouin ADJ m p 0.00 0.27 0.00 0.07 -malpoli malpoli ADJ m s 1.04 0.34 0.89 0.14 -malpolie malpoli ADJ f s 1.04 0.34 0.13 0.07 -malpolis malpoli ADJ m p 1.04 0.34 0.02 0.14 -malpropre malpropre NOM s 0.69 0.74 0.65 0.54 -malproprement malproprement ADV 0.00 0.07 0.00 0.07 -malpropres malpropre NOM p 0.69 0.74 0.04 0.20 -malpropreté malpropreté NOM f s 0.00 0.14 0.00 0.14 -malsain malsain ADJ m s 5.05 9.05 3.85 4.93 -malsaine malsain ADJ f s 5.05 9.05 0.95 2.36 -malsainement malsainement ADV 0.00 0.07 0.00 0.07 -malsaines malsain ADJ f p 5.05 9.05 0.18 1.42 -malsains malsain ADJ m p 5.05 9.05 0.08 0.34 -malsonnants malsonnant ADJ m p 0.00 0.07 0.00 0.07 -malséance malséance NOM f s 0.00 0.07 0.00 0.07 -malséant malséant ADJ m s 0.06 0.61 0.06 0.54 -malséante malséant ADJ f s 0.06 0.61 0.00 0.07 -malt malt NOM m s 0.68 0.14 0.68 0.14 -malta malter VER 0.23 0.00 0.14 0.00 ind:pas:3s; -maltais maltais NOM m 0.16 0.34 0.16 0.34 -maltaises maltais ADJ f p 0.03 0.27 0.00 0.07 -maltraitaient maltraiter VER 6.31 4.12 0.17 0.00 ind:imp:3p; -maltraitais maltraiter VER 6.31 4.12 0.04 0.07 ind:imp:1s; -maltraitait maltraiter VER 6.31 4.12 0.21 0.34 ind:imp:3s; -maltraitance maltraitance NOM f s 0.66 0.00 0.61 0.00 -maltraitances maltraitance NOM f p 0.66 0.00 0.05 0.00 -maltraitant maltraiter VER 6.31 4.12 0.01 0.07 par:pre; -maltraite maltraiter VER 6.31 4.12 0.65 0.47 imp:pre:2s;ind:pre:1s;ind:pre:3s; -maltraitent maltraiter VER 6.31 4.12 0.47 0.07 ind:pre:3p; -maltraiter maltraiter VER 6.31 4.12 0.99 0.54 inf; -maltraitera maltraiter VER 6.31 4.12 0.03 0.00 ind:fut:3s; -maltraiterez maltraiter VER 6.31 4.12 0.02 0.00 ind:fut:2p; -maltraitez maltraiter VER 6.31 4.12 0.48 0.07 imp:pre:2p;ind:pre:2p; -maltraitât maltraiter VER 6.31 4.12 0.00 0.07 sub:imp:3s; -maltraitèrent maltraiter VER 6.31 4.12 0.00 0.07 ind:pas:3p; -maltraité maltraiter VER m s 6.31 4.12 1.77 0.88 par:pas; -maltraitée maltraiter VER f s 6.31 4.12 1.06 0.54 par:pas; -maltraitées maltraiter VER f p 6.31 4.12 0.02 0.14 par:pas; -maltraités maltraiter VER m p 6.31 4.12 0.40 0.81 par:pas; -malté malter VER m s 0.23 0.00 0.08 0.00 par:pas; -maltée malter VER f s 0.23 0.00 0.01 0.00 par:pas; -malédiction malédiction NOM f s 14.17 9.46 13.27 7.57 -malédictions malédiction NOM f p 14.17 9.46 0.90 1.89 -maléfice maléfice NOM m s 0.89 1.69 0.56 0.74 -maléfices maléfice NOM m p 0.89 1.69 0.33 0.95 -maléficier maléficier VER 0.00 0.07 0.00 0.07 inf; -maléficié maléficié ADJ m s 0.00 0.07 0.00 0.07 -maléfique maléfique ADJ s 6.16 4.86 4.71 3.51 -maléfiques maléfique ADJ p 6.16 4.86 1.44 1.35 -malus malus NOM m 0.04 0.00 0.04 0.00 -malveillance malveillance NOM f s 0.40 3.85 0.39 3.72 -malveillances malveillance NOM f p 0.40 3.85 0.01 0.14 -malveillant malveillant ADJ m s 0.95 2.23 0.44 0.68 -malveillante malveillant ADJ f s 0.95 2.23 0.28 0.14 -malveillantes malveillant ADJ f p 0.95 2.23 0.09 0.81 -malveillants malveillant ADJ m p 0.95 2.23 0.15 0.61 -malvenu malvenu ADJ m s 0.37 0.34 0.14 0.34 -malvenue malvenu ADJ f s 0.37 0.34 0.07 0.00 -malvenus malvenu ADJ m p 0.37 0.34 0.16 0.00 -malversation malversation NOM f s 0.55 0.54 0.07 0.14 -malversations malversation NOM f p 0.55 0.54 0.48 0.41 -malvoisie malvoisie NOM m s 0.01 0.07 0.01 0.00 -malvoisies malvoisie NOM m p 0.01 0.07 0.00 0.07 -mam_selle mam_selle NOM f s 0.11 0.07 0.11 0.07 -mam_zelle mam_zelle NOM f s 0.03 0.00 0.03 0.00 -mam mam NOM f s 0.63 1.62 0.63 0.95 -mamaliga mamaliga NOM f s 0.00 0.07 0.00 0.07 -mamamouchi mamamouchi NOM m s 0.00 0.14 0.00 0.14 -maman maman NOM f s 540.21 144.39 537.44 140.20 -mamans maman NOM f p 540.21 144.39 2.76 4.19 -mamba mamba NOM m s 0.10 0.00 0.10 0.00 -mambo mambo NOM m s 1.58 1.62 1.56 1.62 -mambos mambo NOM m p 1.58 1.62 0.02 0.00 -mame mam NOM f s 0.63 1.62 0.00 0.68 -mamelle mamelle NOM f s 0.83 3.72 0.19 1.01 -mamelles mamelle NOM f p 0.83 3.72 0.65 2.70 -mamelon mamelon NOM m s 1.49 7.16 0.50 3.85 -mamelonnée mamelonné ADJ f s 0.00 0.14 0.00 0.14 -mamelons mamelon NOM m p 1.49 7.16 0.99 3.31 -mamelouk mamelouk NOM m s 0.01 0.34 0.01 0.14 -mamelouks mamelouk NOM m p 0.01 0.34 0.00 0.20 -mamelu mamelu ADJ m s 0.01 0.41 0.00 0.14 -mamelue mamelu ADJ f s 0.01 0.41 0.01 0.14 -mamelues mamelu ADJ f p 0.01 0.41 0.00 0.07 -mameluk mameluk NOM m s 0.00 2.03 0.00 0.81 -mameluks mameluk NOM m p 0.00 2.03 0.00 1.22 -mamelus mamelu ADJ m p 0.01 0.41 0.00 0.07 -mamie mamie NOM f s 18.66 2.30 18.56 2.23 -mamies mamie NOM f p 18.66 2.30 0.10 0.07 -mamma mamma NOM f s 2.27 0.27 2.27 0.27 -mammaire mammaire ADJ s 0.58 0.14 0.20 0.07 -mammaires mammaire ADJ p 0.58 0.14 0.38 0.07 -mammectomie mammectomie NOM f s 0.02 0.00 0.02 0.00 -mammifère mammifère NOM m s 1.27 1.28 0.40 0.47 -mammifères mammifère NOM m p 1.27 1.28 0.87 0.81 -mammographie mammographie NOM f s 0.15 0.00 0.15 0.00 -mammoplastie mammoplastie NOM f s 0.01 0.00 0.01 0.00 -mammouth mammouth NOM m s 1.38 8.18 1.16 7.84 -mammouths mammouth NOM m p 1.38 8.18 0.21 0.34 -mammy mammy NOM f s 0.41 0.07 0.41 0.07 -mamours mamours NOM m p 0.46 0.47 0.46 0.47 -mamy mamy NOM f s 0.69 0.00 0.66 0.00 -mamys mamy NOM f p 0.69 0.00 0.04 0.00 -mamzelle mamzelle NOM f s 0.10 0.07 0.10 0.07 -man man NOM s 19.31 6.82 19.31 6.82 -manœuvre manœuvre NOM s 2.04 0.00 2.04 0.00 -mana mana NOM m s 0.03 0.88 0.03 0.88 -manade manade NOM f s 0.00 0.27 0.00 0.07 -manades manade NOM f p 0.00 0.27 0.00 0.20 -manage manager VER 1.54 0.47 0.30 0.14 imp:pre:2s;ind:pre:1s;ind:pre:3s; -manageait manager VER 1.54 0.47 0.02 0.00 ind:imp:3s; -management management NOM m s 0.57 0.07 0.57 0.07 -manager manager NOM m s 8.08 2.57 7.54 1.89 -managerais manager VER 1.54 0.47 0.01 0.00 cnd:pre:2s; -managers manager NOM m p 8.08 2.57 0.54 0.68 -manageur manageur NOM m s 0.01 0.00 0.01 0.00 -manant manant NOM m s 0.40 1.22 0.24 0.27 -manants manant NOM m p 0.40 1.22 0.16 0.95 -manceau manceau ADJ m s 0.00 0.07 0.00 0.07 -mancenillier mancenillier NOM m s 0.01 0.14 0.01 0.14 -manche manche NOM s 14.25 59.39 10.12 35.41 -mancheron mancheron NOM m s 0.00 0.27 0.00 0.07 -mancherons mancheron NOM m p 0.00 0.27 0.00 0.20 -manches manche NOM p 14.25 59.39 4.13 23.99 -manchette manchette NOM f s 2.34 6.22 1.69 1.76 -manchettes manchette NOM f p 2.34 6.22 0.65 4.46 -manchon manchon NOM m s 0.09 1.76 0.08 1.35 -manchons manchon NOM m p 0.09 1.76 0.01 0.41 -manchot manchot NOM m s 1.56 1.89 1.47 1.49 -manchote manchot ADJ f s 1.00 1.55 0.07 0.14 -manchotes manchot NOM f p 1.56 1.89 0.00 0.07 -manchots manchot NOM m p 1.56 1.89 0.09 0.27 -mandai mander VER 1.26 3.31 0.00 0.14 ind:pas:1s; -mandaient mander VER 1.26 3.31 0.00 0.07 ind:imp:3p; -mandait mander VER 1.26 3.31 0.00 0.27 ind:imp:3s; -mandala mandala NOM m s 1.76 0.07 1.76 0.00 -mandalas mandala NOM m p 1.76 0.07 0.00 0.07 -mandale mandale NOM f s 0.03 0.88 0.03 0.54 -mandales mandale NOM f p 0.03 0.88 0.00 0.34 -mandant mandant NOM m s 0.10 0.34 0.09 0.00 -mandants mandant NOM m p 0.10 0.34 0.01 0.34 -mandarin mandarin NOM m s 0.47 1.82 0.43 1.22 -mandarine mandarine NOM f s 1.17 3.11 0.60 2.09 -mandarines mandarine NOM f p 1.17 3.11 0.56 1.01 -mandarinier mandarinier NOM m s 0.00 0.34 0.00 0.07 -mandariniers mandarinier NOM m p 0.00 0.34 0.00 0.27 -mandarins mandarin NOM m p 0.47 1.82 0.04 0.61 -mandas mander VER 1.26 3.31 0.01 0.00 ind:pas:2s; -mandat_carte mandat_carte NOM m s 0.01 0.00 0.01 0.00 -mandat_lettre mandat_lettre NOM m s 0.00 0.07 0.00 0.07 -mandat_poste mandat_poste NOM m s 0.03 0.07 0.03 0.07 -mandat mandat NOM m s 25.25 14.32 23.45 11.76 -mandataire mandataire NOM s 0.37 1.82 0.32 0.74 -mandataires mandataire NOM p 0.37 1.82 0.05 1.08 -mandatait mandater VER 1.14 0.95 0.00 0.14 ind:imp:3s; -mandatant mandater VER 1.14 0.95 0.00 0.07 par:pre; -mandatement mandatement NOM m s 0.00 0.07 0.00 0.07 -mandater mandater VER 1.14 0.95 0.02 0.00 inf; -mandatez mandater VER 1.14 0.95 0.01 0.00 imp:pre:2p; -mandats mandat NOM m p 25.25 14.32 1.80 2.57 -mandaté mandater VER m s 1.14 0.95 0.60 0.47 par:pas; -mandatée mandater VER f s 1.14 0.95 0.07 0.00 par:pas; -mandatés mandater VER m p 1.14 0.95 0.44 0.27 par:pas; -mandchoue mandchou ADJ f s 0.03 0.20 0.03 0.20 -mandchous mandchou NOM m p 0.02 0.07 0.02 0.07 -mande mander VER 1.26 3.31 0.60 0.68 imp:pre:2s;ind:pre:1s;ind:pre:3s; -mandement mandement NOM m s 0.03 0.07 0.01 0.00 -mandements mandement NOM m p 0.03 0.07 0.02 0.07 -mander mander VER 1.26 3.31 0.34 1.15 inf; -mandera mander VER 1.26 3.31 0.01 0.14 ind:fut:3s; -manderai mander VER 1.26 3.31 0.00 0.07 ind:fut:1s; -manderaient mander VER 1.26 3.31 0.01 0.00 cnd:pre:3p; -manderais mander VER 1.26 3.31 0.00 0.07 cnd:pre:1s; -mandes mander VER 1.26 3.31 0.00 0.07 ind:pre:2s; -mandez mander VER 1.26 3.31 0.01 0.20 imp:pre:2p; -mandibulaire mandibulaire ADJ f s 0.02 0.00 0.02 0.00 -mandibule mandibule NOM f s 0.55 2.36 0.17 0.07 -mandibules mandibule NOM f p 0.55 2.36 0.38 2.30 -mandingue mandingue ADJ s 0.01 0.00 0.01 0.00 -mandingues mandingue NOM p 0.30 0.00 0.30 0.00 -mandoline mandoline NOM f s 0.55 1.15 0.54 0.88 -mandolines mandoline NOM f p 0.55 1.15 0.01 0.27 -mandore mandore NOM f s 0.00 1.55 0.00 1.55 -mandorle mandorle NOM f s 0.00 0.34 0.00 0.27 -mandorles mandorle NOM f p 0.00 0.34 0.00 0.07 -mandragore mandragore NOM f s 0.47 1.69 0.42 1.01 -mandragores mandragore NOM f p 0.47 1.69 0.05 0.68 -mandrill mandrill NOM m s 0.01 0.00 0.01 0.00 -mandrin mandrin NOM m s 0.15 0.41 0.15 0.27 -mandrins mandrin NOM m p 0.15 0.41 0.00 0.14 -mandèrent mander VER 1.26 3.31 0.00 0.07 ind:pas:3p; -mandé mander VER m s 1.26 3.31 0.28 0.27 par:pas; -manducation manducation NOM f s 0.00 0.07 0.00 0.07 -mandée mander VER f s 1.26 3.31 0.00 0.14 par:pas; -manette manette NOM f s 1.08 2.64 0.65 0.95 -manettes manette NOM f p 1.08 2.64 0.43 1.69 -manga manga NOM m s 0.37 0.47 0.04 0.47 -manganite manganite NOM m s 0.14 0.00 0.14 0.00 -manganèse manganèse NOM m s 0.23 0.07 0.23 0.07 -mangas manga NOM m p 0.37 0.47 0.32 0.00 -mange_disque mange_disque NOM m s 0.11 0.07 0.10 0.00 -mange_disque mange_disque NOM m p 0.11 0.07 0.01 0.07 -mange_tout mange_tout NOM m 0.01 0.07 0.01 0.07 -mange manger VER 467.86 280.61 103.81 31.96 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -mangea manger VER 467.86 280.61 0.66 5.54 ind:pas:3s; -mangeable mangeable ADJ s 0.72 0.68 0.68 0.54 -mangeables mangeable ADJ m p 0.72 0.68 0.04 0.14 -mangeai manger VER 467.86 280.61 0.02 1.55 ind:pas:1s; -mangeaient manger VER 467.86 280.61 0.99 7.91 ind:imp:3p; -mangeaille mangeaille NOM f s 0.14 1.28 0.14 1.08 -mangeailles mangeaille NOM f p 0.14 1.28 0.00 0.20 -mangeais manger VER 467.86 280.61 2.31 2.91 ind:imp:1s;ind:imp:2s; -mangeait manger VER 467.86 280.61 4.93 20.14 ind:imp:3s; -mangeant manger VER 467.86 280.61 3.13 7.57 par:pre; -mangeas manger VER 467.86 280.61 0.10 0.07 ind:pas:2s; -mangeasse manger VER 467.86 280.61 0.00 0.07 sub:imp:1s; -mangent manger VER 467.86 280.61 13.77 8.18 ind:pre:3p;sub:pre:3p; -mangeoire mangeoire NOM f s 0.46 1.08 0.23 0.95 -mangeoires mangeoire NOM f p 0.46 1.08 0.22 0.14 -mangeâmes manger VER 467.86 280.61 0.01 0.47 ind:pas:1p; -mangeons manger VER 467.86 280.61 4.05 1.82 imp:pre:1p;ind:pre:1p; -mangeât manger VER 467.86 280.61 0.00 0.34 sub:imp:3s; -manger manger VER 467.86 280.61 207.63 134.26 inf;; -mangera manger VER 467.86 280.61 4.91 1.35 ind:fut:3s; -mangerai manger VER 467.86 280.61 5.01 1.42 ind:fut:1s; -mangeraient manger VER 467.86 280.61 0.13 0.54 cnd:pre:3p; -mangerais manger VER 467.86 280.61 2.84 1.08 cnd:pre:1s;cnd:pre:2s; -mangerait manger VER 467.86 280.61 1.88 1.96 cnd:pre:3s; -mangeras manger VER 467.86 280.61 2.54 1.49 ind:fut:2s; -mangerez manger VER 467.86 280.61 1.43 0.54 ind:fut:2p; -mangerie mangerie NOM f s 0.00 0.07 0.00 0.07 -mangeriez manger VER 467.86 280.61 0.32 0.07 cnd:pre:2p; -mangerions manger VER 467.86 280.61 0.03 0.27 cnd:pre:1p; -mangerons manger VER 467.86 280.61 1.49 0.74 ind:fut:1p; -mangeront manger VER 467.86 280.61 1.43 0.81 ind:fut:3p; -manges manger VER 467.86 280.61 20.56 4.46 ind:pre:2s;sub:pre:2s; -mangetout mangetout NOM m 0.00 0.07 0.00 0.07 -mangeur mangeur NOM m s 3.37 3.04 1.49 1.01 -mangeurs mangeur NOM m p 3.37 3.04 1.07 1.55 -mangeuse mangeur NOM f s 3.37 3.04 0.81 0.27 -mangeuses mangeuse NOM f p 0.08 0.00 0.08 0.00 -mangez manger VER 467.86 280.61 17.85 3.31 imp:pre:2p;ind:pre:2p; -mangiez manger VER 467.86 280.61 0.91 0.20 ind:imp:2p; -mangions manger VER 467.86 280.61 0.34 1.89 ind:imp:1p; -mango mango NOM s 0.07 0.00 0.07 0.00 -mangonneaux mangonneau NOM m p 0.00 0.54 0.00 0.54 -mangouste mangouste NOM f s 0.33 0.00 0.33 0.00 -mangrove mangrove NOM f s 0.02 0.07 0.01 0.07 -mangroves mangrove NOM f p 0.02 0.07 0.01 0.00 -mangèrent manger VER 467.86 280.61 0.33 3.72 ind:pas:3p; -mangé manger VER m s 467.86 280.61 60.43 27.50 par:pas; -mangue mangue NOM f s 1.44 2.09 0.73 0.74 -mangée manger VER f s 467.86 280.61 1.98 3.04 par:pas; -mangues mangue NOM f p 1.44 2.09 0.71 1.35 -mangées manger VER f p 467.86 280.61 0.38 1.01 par:pas; -manguier manguier NOM m s 0.05 1.42 0.03 0.20 -manguiers manguier NOM m p 0.05 1.42 0.02 1.22 -mangés manger VER m p 467.86 280.61 1.66 2.43 par:pas; -manhattan manhattan NOM s 0.07 0.14 0.07 0.14 -mania manier VER 5.70 16.22 0.61 0.14 ind:pas:3s; -maniabilité maniabilité NOM f s 0.03 0.00 0.03 0.00 -maniable maniable ADJ s 0.51 0.95 0.27 0.88 -maniables maniable ADJ p 0.51 0.95 0.24 0.07 -maniaco_dépressif maniaco_dépressif ADJ m s 0.38 0.14 0.17 0.00 -maniaco_dépressif maniaco_dépressif ADJ m p 0.38 0.14 0.08 0.14 -maniaco_dépressif maniaco_dépressif ADJ f s 0.38 0.14 0.13 0.00 -maniacodépressif maniacodépressif ADJ m s 0.06 0.00 0.03 0.00 -maniacodépressive maniacodépressif ADJ f s 0.06 0.00 0.03 0.00 -maniaient manier VER 5.70 16.22 0.00 0.74 ind:imp:3p; -maniais manier VER 5.70 16.22 0.02 0.20 ind:imp:1s; -maniait manier VER 5.70 16.22 0.08 2.43 ind:imp:3s; -maniant manier VER 5.70 16.22 0.20 1.49 par:pre; -maniaque maniaque NOM s 5.63 4.39 5.11 3.04 -maniaquement maniaquement ADV 0.00 0.27 0.00 0.27 -maniaquerie maniaquerie NOM f s 0.00 0.34 0.00 0.27 -maniaqueries maniaquerie NOM f p 0.00 0.34 0.00 0.07 -maniaques maniaque NOM p 5.63 4.39 0.52 1.35 -manichéen manichéen ADJ m s 0.04 0.27 0.04 0.27 -manichéisme manichéisme NOM m s 0.00 0.61 0.00 0.61 -manichéiste manichéiste NOM s 0.00 0.07 0.00 0.07 -manie manie NOM f s 6.63 18.38 5.42 13.18 -maniement maniement NOM m s 0.50 3.72 0.50 3.58 -maniements maniement NOM m p 0.50 3.72 0.00 0.14 -manient manier VER 5.70 16.22 0.17 0.54 ind:pre:3p; -manier manier VER 5.70 16.22 2.96 7.23 inf; -manierais manier VER 5.70 16.22 0.01 0.00 cnd:pre:1s; -manieront manier VER 5.70 16.22 0.00 0.07 ind:fut:3p; -manies manie NOM f p 6.63 18.38 1.21 5.20 -manieur manieur NOM m s 0.03 0.47 0.03 0.27 -manieurs manieur NOM m p 0.03 0.47 0.00 0.14 -manieuse manieur NOM f s 0.03 0.47 0.00 0.07 -maniez manier VER 5.70 16.22 0.24 0.00 imp:pre:2p;ind:pre:2p; -manif manif NOM f s 4.98 2.16 3.33 1.49 -manifesta manifester VER 10.28 38.04 0.02 3.31 ind:pas:3s; -manifestai manifester VER 10.28 38.04 0.00 0.14 ind:pas:1s; -manifestaient manifester VER 10.28 38.04 0.22 2.30 ind:imp:3p; -manifestais manifester VER 10.28 38.04 0.04 0.27 ind:imp:1s;ind:imp:2s; -manifestait manifester VER 10.28 38.04 0.52 6.82 ind:imp:3s; -manifestant manifester VER 10.28 38.04 0.21 1.42 par:pre; -manifestante manifestant NOM f s 2.06 2.30 0.01 0.07 -manifestantes manifestant NOM f p 2.06 2.30 0.01 0.14 -manifestants manifestant NOM m p 2.06 2.30 1.96 2.03 -manifestation manifestation NOM f s 8.90 17.16 5.96 9.80 -manifestations manifestation NOM f p 8.90 17.16 2.94 7.36 -manifeste manifester VER 10.28 38.04 1.77 4.39 imp:pre:2s;ind:pre:1s;ind:pre:3s; -manifestement manifestement ADV 5.79 6.76 5.79 6.76 -manifestent manifester VER 10.28 38.04 0.92 1.28 ind:pre:3p; -manifester manifester VER 10.28 38.04 3.16 9.80 inf; -manifestera manifester VER 10.28 38.04 0.21 0.00 ind:fut:3s; -manifesterai manifester VER 10.28 38.04 0.01 0.07 ind:fut:1s; -manifesteraient manifester VER 10.28 38.04 0.14 0.00 cnd:pre:3p; -manifesterais manifester VER 10.28 38.04 0.02 0.00 cnd:pre:2s; -manifesterait manifester VER 10.28 38.04 0.02 0.14 cnd:pre:3s; -manifesteront manifester VER 10.28 38.04 0.19 0.07 ind:fut:3p; -manifestes manifeste ADJ p 1.10 3.45 0.23 0.41 -manifestez manifester VER 10.28 38.04 0.38 0.20 imp:pre:2p;ind:pre:2p; -manifestiez manifester VER 10.28 38.04 0.06 0.00 ind:imp:2p; -manifestions manifester VER 10.28 38.04 0.00 0.07 ind:imp:1p; -manifestons manifester VER 10.28 38.04 0.01 0.00 ind:pre:1p; -manifestât manifester VER 10.28 38.04 0.00 0.41 sub:imp:3s; -manifestèrent manifester VER 10.28 38.04 0.00 0.27 ind:pas:3p; -manifesté manifester VER m s 10.28 38.04 1.53 5.14 par:pas; -manifestée manifester VER f s 10.28 38.04 0.57 1.35 par:pas; -manifestées manifester VER f p 10.28 38.04 0.11 0.07 par:pas; -manifestés manifester VER m p 10.28 38.04 0.08 0.41 par:pas; -manifold manifold NOM m s 0.00 0.20 0.00 0.14 -manifolds manifold NOM m p 0.00 0.20 0.00 0.07 -manifs manif NOM f p 4.98 2.16 1.66 0.68 -manigance manigancer VER 5.03 1.35 0.92 0.34 ind:pre:1s;ind:pre:3s; -manigancent manigancer VER 5.03 1.35 0.41 0.14 ind:pre:3p; -manigancer manigancer VER 5.03 1.35 0.45 0.14 inf; -manigancerait manigancer VER 5.03 1.35 0.00 0.07 cnd:pre:3s; -manigances manigancer VER 5.03 1.35 0.70 0.07 ind:pre:2s; -manigancez manigancer VER 5.03 1.35 0.56 0.07 ind:pre:2p; -maniganciez manigancer VER 5.03 1.35 0.05 0.00 ind:imp:2p; -manigancé manigancer VER m s 5.03 1.35 1.59 0.27 par:pas; -manigancée manigancer VER f s 5.03 1.35 0.01 0.14 par:pas; -manigançaient manigancer VER 5.03 1.35 0.04 0.00 ind:imp:3p; -manigançais manigancer VER 5.03 1.35 0.03 0.00 ind:imp:1s;ind:imp:2s; -manigançait manigancer VER 5.03 1.35 0.28 0.14 ind:imp:3s; -manilla maniller VER 0.02 0.00 0.02 0.00 ind:pas:3s; -manille manille NOM f s 0.40 0.95 0.40 0.81 -manilles manille NOM f p 0.40 0.95 0.00 0.14 -manilleurs manilleur NOM m p 0.00 0.07 0.00 0.07 -manillon manillon NOM m s 0.27 0.00 0.27 0.00 -manioc manioc NOM m s 0.23 0.88 0.23 0.88 -manip manip NOM f s 0.09 0.14 0.09 0.07 -manipe manip NOM f s 0.09 0.14 0.00 0.07 -manipula manipuler VER 12.35 6.01 0.14 0.41 ind:pas:3s; -manipulable manipulable ADJ s 0.14 0.27 0.09 0.14 -manipulables manipulable ADJ m p 0.14 0.27 0.05 0.14 -manipulaient manipuler VER 12.35 6.01 0.03 0.14 ind:imp:3p; -manipulais manipuler VER 12.35 6.01 0.02 0.07 ind:imp:1s;ind:imp:2s; -manipulait manipuler VER 12.35 6.01 0.31 0.61 ind:imp:3s; -manipulant manipuler VER 12.35 6.01 0.13 0.61 par:pre; -manipulateur manipulateur NOM m s 1.44 0.54 0.81 0.41 -manipulateurs manipulateur NOM m p 1.44 0.54 0.23 0.14 -manipulation manipulation NOM f s 2.63 2.16 2.00 1.01 -manipulations manipulation NOM f p 2.63 2.16 0.63 1.15 -manipulatrice manipulateur NOM f s 1.44 0.54 0.40 0.00 -manipulatrices manipulatrice NOM f p 0.02 0.00 0.02 0.00 -manipule manipuler VER 12.35 6.01 2.02 0.54 imp:pre:2s;ind:pre:1s;ind:pre:3s; -manipulent manipuler VER 12.35 6.01 0.27 0.20 ind:pre:3p; -manipuler manipuler VER 12.35 6.01 4.36 1.82 inf; -manipulera manipuler VER 12.35 6.01 0.02 0.00 ind:fut:3s; -manipulerai manipuler VER 12.35 6.01 0.03 0.00 ind:fut:1s; -manipulerait manipuler VER 12.35 6.01 0.01 0.00 cnd:pre:3s; -manipuleras manipuler VER 12.35 6.01 0.03 0.00 ind:fut:2s; -manipules manipuler VER 12.35 6.01 0.28 0.00 ind:pre:2s; -manipulez manipuler VER 12.35 6.01 0.40 0.07 imp:pre:2p;ind:pre:2p; -manipulons manipuler VER 12.35 6.01 0.03 0.07 ind:pre:1p; -manipulé manipuler VER m s 12.35 6.01 2.40 0.68 par:pas; -manipulée manipuler VER f s 12.35 6.01 1.01 0.14 par:pas; -manipulées manipuler VER f p 12.35 6.01 0.13 0.07 par:pas; -manipulés manipuler VER m p 12.35 6.01 0.74 0.61 par:pas; -manière manière NOM f s 72.31 157.77 55.43 134.66 -manièrent manier VER 5.70 16.22 0.00 0.07 ind:pas:3p; -manières manière NOM f p 72.31 157.77 16.89 23.11 -manitoba manitoba NOM m s 0.00 0.07 0.00 0.07 -manitou manitou NOM m s 0.51 0.88 0.47 0.74 -manitous manitou NOM m p 0.51 0.88 0.04 0.14 -manié manier VER m s 5.70 16.22 0.33 1.01 par:pas; -maniée manier VER f s 5.70 16.22 0.01 0.27 par:pas; -maniées manier VER f p 5.70 16.22 0.00 0.14 par:pas; -maniérisme maniérisme NOM m s 0.07 0.34 0.05 0.27 -maniérismes maniérisme NOM m p 0.07 0.34 0.02 0.07 -maniériste maniériste ADJ s 0.01 0.00 0.01 0.00 -maniéristes maniériste NOM p 0.00 0.07 0.00 0.07 -maniéré maniéré ADJ m s 0.16 0.74 0.04 0.20 -maniérée maniéré ADJ f s 0.16 0.74 0.11 0.07 -maniérées maniéré ADJ f p 0.16 0.74 0.01 0.20 -maniérés maniéré ADJ m p 0.16 0.74 0.00 0.27 -maniés manier VER m p 5.70 16.22 0.00 0.34 par:pas; -manivelle manivelle NOM f s 1.55 31.96 1.54 31.22 -manivelles manivelle NOM f p 1.55 31.96 0.01 0.74 -manne manne NOM f s 0.65 1.35 0.52 1.22 -mannequin mannequin NOM s 12.33 10.68 8.43 6.01 -mannequine mannequiner VER 0.00 0.07 0.00 0.07 ind:pre:3s; -mannequins mannequin NOM p 12.33 10.68 3.90 4.66 -mannes manne NOM f p 0.65 1.35 0.14 0.14 -mannezingue mannezingue NOM m s 0.00 0.20 0.00 0.20 -mannitol mannitol NOM m s 0.19 0.00 0.19 0.00 -manoeuvra manoeuvrer VER 1.79 13.78 0.00 0.88 ind:pas:3s; -manoeuvrabilité manoeuvrabilité NOM f s 0.04 0.00 0.04 0.00 -manoeuvrable manoeuvrable ADJ f s 0.04 0.07 0.04 0.07 -manoeuvraient manoeuvrer VER 1.79 13.78 0.14 0.61 ind:imp:3p; -manoeuvrais manoeuvrer VER 1.79 13.78 0.01 0.20 ind:imp:1s; -manoeuvrait manoeuvrer VER 1.79 13.78 0.04 1.89 ind:imp:3s; -manoeuvrant manoeuvrer VER 1.79 13.78 0.00 1.22 par:pre; -manoeuvre manoeuvre NOM s 7.22 26.42 4.76 16.08 -manoeuvrent manoeuvrer VER 1.79 13.78 0.00 0.54 ind:pre:3p; -manoeuvrer manoeuvrer VER 1.79 13.78 0.85 5.20 inf; -manoeuvres manoeuvre NOM p 7.22 26.42 2.46 10.34 -manoeuvrez manoeuvrer VER 1.79 13.78 0.02 0.00 imp:pre:2p;ind:pre:2p; -manoeuvrier manoeuvrier ADJ m s 0.00 0.41 0.00 0.14 -manoeuvriers manoeuvrier NOM m p 0.00 0.14 0.00 0.07 -manoeuvrière manoeuvrier ADJ f s 0.00 0.41 0.00 0.14 -manoeuvrières manoeuvrier ADJ f p 0.00 0.41 0.00 0.14 -manoeuvrons manoeuvrer VER 1.79 13.78 0.01 0.07 imp:pre:1p;ind:pre:1p; -manoeuvrèrent manoeuvrer VER 1.79 13.78 0.00 0.07 ind:pas:3p; -manoeuvré manoeuvrer VER m s 1.79 13.78 0.12 1.15 par:pas; -manoeuvrée manoeuvrer VER f s 1.79 13.78 0.01 0.34 par:pas; -manoeuvrées manoeuvrer VER f p 1.79 13.78 0.00 0.14 par:pas; -manoeuvrés manoeuvrer VER m p 1.79 13.78 0.00 0.07 par:pas; -manoir manoir NOM m s 6.08 9.59 5.87 9.05 -manoirs manoir NOM m p 6.08 9.59 0.21 0.54 -manomètre manomètre NOM m s 0.47 0.27 0.42 0.14 -manomètres manomètre NOM m p 0.47 0.27 0.05 0.14 -manouche manouche NOM s 0.13 0.88 0.09 0.68 -manouches manouche NOM p 0.13 0.88 0.05 0.20 -manouvrier manouvrier NOM m s 0.01 0.00 0.01 0.00 -manqua manquer VER 253.94 197.64 0.79 6.01 ind:pas:3s; -manquai manquer VER 253.94 197.64 0.01 0.68 ind:pas:1s; -manquaient manquer VER 253.94 197.64 1.38 12.09 ind:imp:3p; -manquais manquer VER 253.94 197.64 2.85 3.51 ind:imp:1s;ind:imp:2s; -manquait manquer VER 253.94 197.64 18.13 48.78 ind:imp:3s; -manquant manquant ADJ m s 4.74 2.23 1.75 0.95 -manquante manquant ADJ f s 4.74 2.23 0.85 0.27 -manquantes manquant ADJ f p 4.74 2.23 1.23 0.47 -manquants manquant ADJ m p 4.74 2.23 0.92 0.54 -manquassent manquer VER 253.94 197.64 0.14 0.07 sub:imp:3p; -manque manquer VER 253.94 197.64 98.77 41.49 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -manquement manquement NOM m s 0.54 1.55 0.39 1.08 -manquements manquement NOM m p 0.54 1.55 0.15 0.47 -manquent manquer VER 253.94 197.64 10.51 8.99 ind:pre:3p;sub:pre:3p; -manquer manquer VER 253.94 197.64 30.61 24.39 inf; -manquera manquer VER 253.94 197.64 5.21 2.36 ind:fut:3s; -manquerai manquer VER 253.94 197.64 3.86 0.54 ind:fut:1s; -manqueraient manquer VER 253.94 197.64 0.17 1.82 cnd:pre:3p; -manquerais manquer VER 253.94 197.64 0.90 1.01 cnd:pre:1s;cnd:pre:2s; -manquerait manquer VER 253.94 197.64 3.97 6.22 cnd:pre:3s; -manqueras manquer VER 253.94 197.64 2.88 0.54 ind:fut:2s; -manquerez manquer VER 253.94 197.64 1.54 0.61 ind:fut:2p; -manqueriez manquer VER 253.94 197.64 0.25 0.00 cnd:pre:2p; -manquerions manquer VER 253.94 197.64 0.02 0.20 cnd:pre:1p; -manquerons manquer VER 253.94 197.64 0.22 0.20 ind:fut:1p; -manqueront manquer VER 253.94 197.64 1.03 1.28 ind:fut:3p; -manques manquer VER 253.94 197.64 20.07 1.76 ind:pre:2s;sub:pre:2s; -manquez manquer VER 253.94 197.64 5.98 1.89 imp:pre:2p;ind:pre:2p; -manquiez manquer VER 253.94 197.64 0.92 0.14 ind:imp:2p; -manquions manquer VER 253.94 197.64 0.31 0.61 ind:imp:1p; -manquâmes manquer VER 253.94 197.64 0.01 0.34 ind:pas:1p; -manquons manquer VER 253.94 197.64 2.06 1.15 imp:pre:1p;ind:pre:1p; -manquât manquer VER 253.94 197.64 0.00 0.61 sub:imp:3s; -manquèrent manquer VER 253.94 197.64 0.16 0.88 ind:pas:3p; -manqué manquer VER m s 253.94 197.64 38.94 24.53 par:pas; -manquée manquer VER f s 253.94 197.64 1.48 1.42 par:pas; -manquées manqué ADJ f p 2.43 4.80 0.30 0.74 -manqués manquer VER m p 253.94 197.64 0.32 0.20 par:pas; -mansard mansarde NOM m s 0.50 5.27 0.00 0.07 -mansarde mansarde NOM f s 0.50 5.27 0.46 3.38 -mansardes mansarde NOM f p 0.50 5.27 0.03 1.82 -mansardé mansarder VER m s 0.10 0.41 0.10 0.07 par:pas; -mansardée mansardé ADJ f s 0.00 1.22 0.00 0.61 -mansardées mansarder VER f p 0.10 0.41 0.00 0.27 par:pas; -mansion mansion NOM f s 0.05 0.00 0.01 0.00 -mansions mansion NOM f p 0.05 0.00 0.04 0.00 -mansuétude mansuétude NOM f s 0.17 2.09 0.17 2.03 -mansuétudes mansuétude NOM f p 0.17 2.09 0.00 0.07 -manta manta NOM f s 0.72 0.00 0.72 0.00 -mante mante NOM f s 0.72 1.69 0.57 0.47 -manteau manteau NOM m s 39.97 68.11 36.16 58.99 -manteaux manteau NOM m p 39.97 68.11 3.81 9.12 -mantelet mantelet NOM m s 0.00 0.27 0.00 0.20 -mantelets mantelet NOM m p 0.00 0.27 0.00 0.07 -mantelure mantelure NOM f s 0.00 0.07 0.00 0.07 -mantes mante NOM f p 0.72 1.69 0.15 1.22 -manège manège NOM m s 5.92 15.27 5.22 13.51 -manèges manège NOM m p 5.92 15.27 0.70 1.76 -mantille mantille NOM f s 0.02 1.35 0.01 0.81 -mantilles mantille NOM f p 0.02 1.35 0.01 0.54 -mantique mantique NOM f s 0.00 0.07 0.00 0.07 -mantra mantra NOM m s 0.34 0.07 0.34 0.07 -manu_militari manu_militari ADV 0.16 0.20 0.16 0.20 -manubrium manubrium NOM m s 0.03 0.00 0.03 0.00 -manécanterie manécanterie NOM f s 0.00 0.27 0.00 0.27 -manucure manucure NOM s 2.15 1.55 1.95 1.15 -manucurer manucurer VER 0.27 0.95 0.10 0.00 inf; -manucures manucure NOM p 2.15 1.55 0.19 0.41 -manucuré manucurer VER m s 0.27 0.95 0.03 0.07 par:pas; -manucurée manucurer VER f s 0.27 0.95 0.01 0.14 par:pas; -manucurées manucurer VER f p 0.27 0.95 0.03 0.27 par:pas; -manucurés manucurer VER m p 0.27 0.95 0.09 0.27 par:pas; -manuel manuel NOM m s 6.63 8.18 4.94 3.85 -manuelle manuel ADJ f s 5.70 3.85 1.16 0.61 -manuellement manuellement ADV 1.40 0.14 1.40 0.14 -manuelles manuel ADJ f p 5.70 3.85 0.28 0.20 -manuels manuel NOM m p 6.63 8.18 1.52 4.05 -manufacture manufacture NOM f s 0.37 2.03 0.35 1.49 -manufacturer manufacturer VER 0.11 0.74 0.02 0.14 inf; -manufactures manufacture NOM f p 0.37 2.03 0.02 0.54 -manufacturiers manufacturier NOM m p 0.10 0.00 0.10 0.00 -manufacturons manufacturer VER 0.11 0.74 0.01 0.00 ind:pre:1p; -manufacturé manufacturer VER m s 0.11 0.74 0.04 0.07 par:pas; -manufacturée manufacturer VER f s 0.11 0.74 0.03 0.00 par:pas; -manufacturées manufacturer VER f p 0.11 0.74 0.00 0.07 par:pas; -manufacturés manufacturer VER m p 0.11 0.74 0.00 0.47 par:pas; -manégés manéger VER m p 0.00 0.07 0.00 0.07 par:pas; -manuscrit manuscrit NOM m s 5.48 17.36 3.87 12.09 -manuscrite manuscrit ADJ f s 0.27 2.64 0.10 0.68 -manuscrites manuscrit ADJ f p 0.27 2.64 0.02 0.74 -manuscrits manuscrit NOM m p 5.48 17.36 1.61 5.27 -manutention manutention NOM f s 0.04 0.61 0.04 0.54 -manutentionnaire manutentionnaire NOM s 0.14 0.41 0.12 0.27 -manutentionnaires manutentionnaire NOM p 0.14 0.41 0.01 0.14 -manutentionner manutentionner VER 0.20 0.00 0.20 0.00 inf; -manutentions manutention NOM f p 0.04 0.61 0.00 0.07 -manuélin manuélin ADJ m s 0.00 0.07 0.00 0.07 -manzanilla manzanilla NOM m s 0.00 0.61 0.00 0.61 -mao mao NOM s 0.21 0.68 0.21 0.41 -maoïsme maoïsme NOM m s 0.01 0.07 0.01 0.07 -maoïste maoïste ADJ s 0.00 0.34 0.00 0.34 -maori maori ADJ m s 0.17 0.00 0.15 0.00 -maorie maori ADJ f s 0.17 0.00 0.02 0.00 -maos mao NOM p 0.21 0.68 0.00 0.27 -maous maous ADJ m 0.09 0.74 0.09 0.74 -maousse maousse ADJ f s 0.14 0.54 0.14 0.54 -mappemonde mappemonde NOM f s 0.07 1.76 0.06 1.42 -mappemondes mappemonde NOM f p 0.07 1.76 0.01 0.34 -maquaient maquer VER 0.88 1.35 0.00 0.07 ind:imp:3p; -maque maquer VER 0.88 1.35 0.20 0.07 imp:pre:2s;ind:pre:1s;ind:pre:3s; -maquent maquer VER 0.88 1.35 0.00 0.07 ind:pre:3p; -maquer maquer VER 0.88 1.35 0.15 0.68 inf; -maquereau maquereau NOM m s 7.23 7.03 5.32 3.38 -maquereautage maquereautage NOM m s 0.10 0.14 0.10 0.14 -maquereauter maquereauter VER 0.13 0.00 0.13 0.00 inf; -maquereautins maquereautin NOM m p 0.00 0.07 0.00 0.07 -maquereaux maquereau NOM m p 7.23 7.03 1.35 2.03 -maquerellage maquerellage NOM m s 0.10 0.00 0.10 0.00 -maquerelle maquereau NOM f s 7.23 7.03 0.56 1.35 -maquerelles maquerelle NOM f p 0.27 0.14 0.27 0.14 -maques maquer VER 0.88 1.35 0.01 0.00 ind:pre:2s; -maquette maquette NOM f s 4.58 3.92 2.57 2.43 -maquettes maquette NOM f p 4.58 3.92 2.01 1.49 -maquettiste maquettiste NOM s 0.02 0.54 0.01 0.41 -maquettistes maquettiste NOM p 0.02 0.54 0.01 0.14 -maquignon maquignon NOM m s 0.35 2.57 0.21 1.76 -maquignonnage maquignonnage NOM m s 0.01 0.14 0.00 0.07 -maquignonnages maquignonnage NOM m p 0.01 0.14 0.01 0.07 -maquignonne maquignonner VER 0.00 0.20 0.00 0.07 ind:pre:3s; -maquignonné maquignonner VER m s 0.00 0.20 0.00 0.07 par:pas; -maquignonnés maquignonner VER m p 0.00 0.20 0.00 0.07 par:pas; -maquignons maquignon NOM m p 0.35 2.57 0.14 0.81 -maquilla maquiller VER 11.14 15.81 0.00 0.14 ind:pas:3s; -maquillage maquillage NOM m s 11.39 11.62 11.36 11.08 -maquillages maquillage NOM m p 11.39 11.62 0.03 0.54 -maquillai maquiller VER 11.14 15.81 0.00 0.07 ind:pas:1s; -maquillais maquiller VER 11.14 15.81 0.19 0.20 ind:imp:1s;ind:imp:2s; -maquillait maquiller VER 11.14 15.81 0.28 1.55 ind:imp:3s; -maquillant maquiller VER 11.14 15.81 0.22 0.07 par:pre; -maquille maquiller VER 11.14 15.81 2.39 1.42 imp:pre:2s;ind:pre:1s;ind:pre:3s; -maquillent maquiller VER 11.14 15.81 0.22 0.34 ind:pre:3p; -maquiller maquiller VER 11.14 15.81 3.10 3.18 inf; -maquillerai maquiller VER 11.14 15.81 0.17 0.07 ind:fut:1s; -maquillerais maquiller VER 11.14 15.81 0.01 0.07 cnd:pre:1s; -maquilleras maquiller VER 11.14 15.81 0.01 0.00 ind:fut:2s; -maquilles maquiller VER 11.14 15.81 0.62 0.27 ind:pre:2s; -maquilleur maquilleur NOM m s 0.79 0.47 0.28 0.14 -maquilleurs maquilleur NOM m p 0.79 0.47 0.07 0.07 -maquilleuse maquilleur NOM f s 0.79 0.47 0.44 0.20 -maquilleuses maquilleuse NOM f p 0.03 0.00 0.03 0.00 -maquillez maquiller VER 11.14 15.81 0.08 0.07 imp:pre:2p;ind:pre:2p; -maquilliez maquiller VER 11.14 15.81 0.10 0.00 ind:imp:2p; -maquillons maquiller VER 11.14 15.81 0.01 0.00 imp:pre:1p; -maquillé maquiller VER m s 11.14 15.81 1.99 1.96 par:pas; -maquillée maquiller VER f s 11.14 15.81 1.37 4.39 par:pas; -maquillées maquiller VER f p 11.14 15.81 0.07 1.15 par:pas; -maquillés maquiller VER m p 11.14 15.81 0.32 0.88 par:pas; -maquis maquis NOM m 0.91 16.01 0.91 16.01 -maquisard maquisard NOM m s 0.16 5.81 0.14 0.68 -maquisarde maquisard NOM f s 0.16 5.81 0.00 0.20 -maquisardes maquisard NOM f p 0.16 5.81 0.00 0.14 -maquisards maquisard NOM m p 0.16 5.81 0.02 4.80 -maqué maquer VER m s 0.88 1.35 0.07 0.07 par:pas; -maquée maquer VER f s 0.88 1.35 0.42 0.27 par:pas; -maqués maquer VER m p 0.88 1.35 0.03 0.14 par:pas; -mara mara NOM m s 0.41 0.00 0.41 0.00 -maraîcher maraîcher NOM m s 0.37 2.16 0.35 0.47 -maraîchers maraîcher NOM m p 0.37 2.16 0.01 0.95 -maraîchère maraîcher NOM f s 0.37 2.16 0.01 0.20 -maraîchères maraîchère NOM f p 0.01 0.00 0.01 0.00 -marabout marabout NOM m s 0.07 1.28 0.05 0.88 -marabouts marabout NOM m p 0.07 1.28 0.02 0.41 -maracas maraca NOM f p 0.12 0.41 0.12 0.41 -marae marae NOM m s 0.02 0.00 0.02 0.00 -marais marais NOM m 6.91 10.68 6.91 10.68 -maranta maranta NOM m s 0.01 0.00 0.01 0.00 -marante marante NOM f s 0.02 0.07 0.02 0.07 -marasme marasme NOM m s 0.42 1.01 0.41 0.95 -marasmes marasme NOM m p 0.42 1.01 0.01 0.07 -marasquin marasquin NOM m s 0.06 0.74 0.06 0.74 -marathon marathon NOM m s 2.12 1.28 1.98 1.28 -marathonien marathonien NOM m s 0.17 0.14 0.17 0.07 -marathonienne marathonien NOM f s 0.17 0.14 0.00 0.07 -marathons marathon NOM m p 2.12 1.28 0.14 0.00 -maraud maraud NOM m s 0.68 2.09 0.45 0.20 -maraudaient marauder VER 0.05 0.81 0.00 0.07 ind:imp:3p; -maraudait marauder VER 0.05 0.81 0.01 0.27 ind:imp:3s; -maraude maraud NOM f s 0.68 2.09 0.22 1.28 -marauder marauder VER 0.05 0.81 0.03 0.34 inf; -maraudes maraud NOM f p 0.68 2.09 0.01 0.27 -maraudeur maraudeur NOM m s 1.99 1.49 1.50 0.61 -maraudeurs maraudeur NOM m p 1.99 1.49 0.48 0.88 -maraudeuse maraudeur NOM f s 1.99 1.49 0.01 0.00 -marauds maraud NOM m p 0.68 2.09 0.00 0.34 -maraudé marauder VER m s 0.05 0.81 0.00 0.07 par:pas; -maraudés marauder VER m p 0.05 0.81 0.00 0.07 par:pas; -maravédis maravédis NOM m 0.11 0.20 0.11 0.20 -marbra marbrer VER 0.28 1.82 0.00 0.07 ind:pas:3s; -marbraient marbrer VER 0.28 1.82 0.00 0.07 ind:imp:3p; -marbrait marbrer VER 0.28 1.82 0.00 0.20 ind:imp:3s; -marbre marbre NOM m s 7.31 43.04 6.28 41.49 -marbrent marbrer VER 0.28 1.82 0.00 0.07 ind:pre:3p; -marbrerie marbrerie NOM f s 0.00 0.14 0.00 0.07 -marbreries marbrerie NOM f p 0.00 0.14 0.00 0.07 -marbres marbre NOM m p 7.31 43.04 1.03 1.55 -marbrier marbrier ADJ m s 0.04 0.00 0.04 0.00 -marbré marbré ADJ m s 0.04 0.47 0.04 0.20 -marbrée marbrer VER f s 0.28 1.82 0.17 0.27 par:pas; -marbrées marbrer VER f p 0.28 1.82 0.00 0.34 par:pas; -marbrure marbrure NOM f s 0.00 1.15 0.00 0.07 -marbrures marbrure NOM f p 0.00 1.15 0.00 1.08 -marbrés marbrer VER m p 0.28 1.82 0.00 0.20 par:pas; -marc marc NOM m s 1.28 3.38 1.18 2.91 -marcassin marcassin NOM m s 0.02 0.88 0.02 0.74 -marcassins marcassin NOM m p 0.02 0.88 0.00 0.14 -marcel marcel NOM m s 0.06 0.20 0.06 0.20 -marceline marceline NOM f s 0.00 0.07 0.00 0.07 -marcha marcher VER 364.36 325.61 0.28 21.96 ind:pas:3s; -marchai marcher VER 364.36 325.61 0.04 2.64 ind:pas:1s; -marchaient marcher VER 364.36 325.61 1.82 13.92 ind:imp:3p; -marchais marcher VER 364.36 325.61 3.51 7.91 ind:imp:1s;ind:imp:2s; -marchait marcher VER 364.36 325.61 12.13 48.65 ind:imp:3s; -marchand marchand NOM m s 15.32 45.81 8.66 24.12 -marchandage marchandage NOM m s 0.57 2.50 0.54 1.08 -marchandages marchandage NOM m p 0.57 2.50 0.04 1.42 -marchandaient marchander VER 2.84 3.18 0.00 0.27 ind:imp:3p; -marchandais marchander VER 2.84 3.18 0.01 0.07 ind:imp:1s;ind:imp:2s; -marchandait marchander VER 2.84 3.18 0.15 0.34 ind:imp:3s; -marchandant marchander VER 2.84 3.18 0.01 0.41 par:pre; -marchande marchand NOM f s 15.32 45.81 2.85 6.01 -marchandent marchander VER 2.84 3.18 0.14 0.00 ind:pre:3p; -marchander marchander VER 2.84 3.18 1.43 1.35 inf; -marchandera marchander VER 2.84 3.18 0.01 0.00 ind:fut:3s; -marchanderais marchander VER 2.84 3.18 0.00 0.07 cnd:pre:1s; -marchanderez marchander VER 2.84 3.18 0.01 0.00 ind:fut:2p; -marchandes marchander VER 2.84 3.18 0.11 0.00 ind:pre:2s; -marchandeuse marchandeur NOM f s 0.00 0.07 0.00 0.07 -marchandez marchander VER 2.84 3.18 0.07 0.00 imp:pre:2p;ind:pre:2p; -marchandise marchandise NOM f s 15.21 15.81 10.54 8.78 -marchandises marchandise NOM f p 15.21 15.81 4.67 7.03 -marchandiseur marchandiseur NOM m s 0.01 0.00 0.01 0.00 -marchandons marchander VER 2.84 3.18 0.05 0.00 imp:pre:1p;ind:pre:1p; -marchands marchand NOM m p 15.32 45.81 3.71 14.46 -marchandé marchander VER m s 2.84 3.18 0.30 0.27 par:pas; -marchandée marchander VER f s 2.84 3.18 0.00 0.07 par:pas; -marchant marcher VER 364.36 325.61 4.32 24.86 par:pre; -marchante marchant ADJ f s 0.22 2.36 0.00 0.20 -marchantes marchant ADJ f p 0.22 2.36 0.00 0.07 -marche marcher VER 364.36 325.61 154.71 58.38 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -marchent marcher VER 364.36 325.61 11.64 10.61 ind:pre:3p; -marchepied marchepied NOM m s 0.64 5.54 0.36 4.59 -marchepieds marchepied NOM m p 0.64 5.54 0.28 0.95 -marcher marcher VER 364.36 325.61 85.33 80.88 inf; -marchera marcher VER 364.36 325.61 17.43 1.62 ind:fut:3s; -marcherai marcher VER 364.36 325.61 1.23 1.15 ind:fut:1s; -marcheraient marcher VER 364.36 325.61 0.06 0.74 cnd:pre:3p; -marcherais marcher VER 364.36 325.61 0.59 0.81 cnd:pre:1s;cnd:pre:2s; -marcherait marcher VER 364.36 325.61 4.10 2.30 cnd:pre:3s; -marcheras marcher VER 364.36 325.61 0.57 0.27 ind:fut:2s; -marcherez marcher VER 364.36 325.61 0.25 0.20 ind:fut:2p; -marcheriez marcher VER 364.36 325.61 0.06 0.07 cnd:pre:2p; -marcherions marcher VER 364.36 325.61 0.03 0.00 cnd:pre:1p; -marcherons marcher VER 364.36 325.61 0.55 0.41 ind:fut:1p; -marcheront marcher VER 364.36 325.61 1.03 0.34 ind:fut:3p; -marches marche NOM f p 53.17 152.97 6.56 52.97 -marcheur marcheur NOM m s 0.56 1.96 0.14 0.81 -marcheurs marcheur NOM m p 0.56 1.96 0.38 0.81 -marcheuse marcheur NOM f s 0.56 1.96 0.04 0.27 -marcheuses marcheuse NOM f p 0.14 0.00 0.14 0.00 -marchez marcher VER 364.36 325.61 7.39 1.69 imp:pre:2p;ind:pre:2p; -marchiez marcher VER 364.36 325.61 0.48 0.20 ind:imp:2p;sub:pre:2p; -marchions marcher VER 364.36 325.61 0.74 5.27 ind:imp:1p; -marchâmes marcher VER 364.36 325.61 0.11 1.01 ind:pas:1p; -marchons marcher VER 364.36 325.61 4.30 6.82 imp:pre:1p;ind:pre:1p; -marchât marcher VER 364.36 325.61 0.00 0.47 sub:imp:3s; -marchèrent marcher VER 364.36 325.61 0.24 6.96 ind:pas:3p; -marché marché NOM m s 74.36 62.43 72.73 57.36 -marchées marcher VER f p 364.36 325.61 0.01 0.00 par:pas; -marchés marché NOM m p 74.36 62.43 1.64 5.07 -marconi marconi ADJ 0.01 0.07 0.01 0.07 -marcotin marcotin NOM m s 0.00 0.07 0.00 0.07 -marcotte marcotte NOM f s 0.01 0.00 0.01 0.00 -marcs marc NOM m p 1.28 3.38 0.10 0.47 -mardi mardi NOM m s 23.65 16.28 22.38 15.47 -mardis mardi NOM m p 23.65 16.28 1.27 0.81 -mare mare NOM f s 3.78 13.18 3.66 10.00 -marelle marelle NOM f s 0.64 2.23 0.64 1.76 -marelles marelle NOM f p 0.64 2.23 0.00 0.47 -marengo marengo ADJ m s 0.01 0.07 0.01 0.07 -marennes marennes NOM f 0.00 0.41 0.00 0.41 -mares mare NOM f p 3.78 13.18 0.12 3.18 -mareyeur mareyeur NOM m s 0.00 0.41 0.00 0.20 -mareyeurs mareyeur NOM m p 0.00 0.41 0.00 0.07 -mareyeuse mareyeur NOM f s 0.00 0.41 0.00 0.07 -mareyeuses mareyeur NOM f p 0.00 0.41 0.00 0.07 -margarine margarine NOM f s 0.64 1.35 0.64 1.35 -margaux margaux NOM m 0.04 0.14 0.04 0.14 -margay margay NOM m s 0.00 1.49 0.00 1.49 -marge marge NOM f s 14.40 14.86 14.21 12.64 -margeait marger VER 0.00 0.27 0.00 0.14 ind:imp:3s; -margelle margelle NOM f s 0.04 2.09 0.04 2.03 -margelles margelle NOM f p 0.04 2.09 0.00 0.07 -marger marger VER 0.00 0.27 0.00 0.14 inf; -marges marge NOM f p 14.40 14.86 0.19 2.23 -margeuse margeur NOM f s 0.00 0.07 0.00 0.07 -margina marginer VER 0.00 0.14 0.00 0.07 ind:pas:3s; -marginal marginal ADJ m s 0.59 1.82 0.35 0.47 -marginale marginal ADJ f s 0.59 1.82 0.15 0.54 -marginalement marginalement ADV 0.01 0.00 0.01 0.00 -marginales marginal ADJ f p 0.59 1.82 0.01 0.54 -marginalisant marginaliser VER 0.36 0.41 0.00 0.07 par:pre; -marginaliser marginaliser VER 0.36 0.41 0.25 0.07 inf; -marginaliseraient marginaliser VER 0.36 0.41 0.01 0.00 cnd:pre:3p; -marginalisé marginaliser VER m s 0.36 0.41 0.03 0.00 par:pas; -marginalisée marginaliser VER f s 0.36 0.41 0.05 0.14 par:pas; -marginalisés marginaliser VER m p 0.36 0.41 0.03 0.14 par:pas; -marginalité marginalité NOM f s 0.00 0.34 0.00 0.34 -marginaux marginal NOM m p 0.58 1.49 0.39 0.81 -marginée marginer VER f s 0.00 0.14 0.00 0.07 par:pas; -margis margis NOM m 0.00 0.27 0.00 0.27 -margot margot NOM m s 1.17 0.00 1.17 0.00 -margotait margoter VER 0.00 0.07 0.00 0.07 ind:imp:3s; -margotin margotin NOM m s 0.00 0.14 0.00 0.07 -margotins margotin NOM m p 0.00 0.14 0.00 0.07 -margoton margoton NOM f s 0.00 0.07 0.00 0.07 -margotte margotter VER 0.00 0.27 0.00 0.20 ind:pre:3s; -margottons margotter VER 0.00 0.27 0.00 0.07 imp:pre:1p; -margouillat margouillat NOM m s 0.00 0.74 0.00 0.41 -margouillats margouillat NOM m p 0.00 0.74 0.00 0.34 -margouillis margouillis NOM m 0.00 0.07 0.00 0.07 -margoulette margoulette NOM f s 0.00 0.34 0.00 0.34 -margoulin margoulin NOM m s 0.04 0.61 0.03 0.34 -margoulins margoulin NOM m p 0.04 0.61 0.01 0.27 -margrave margrave NOM m s 0.60 0.00 0.60 0.00 -margraviat margraviat NOM m s 0.00 0.07 0.00 0.07 -marguerite marguerite NOM f s 1.58 2.97 0.25 0.54 -marguerites marguerite NOM f p 1.58 2.97 1.33 2.43 -marguillier marguillier NOM m s 0.03 0.41 0.03 0.34 -marguilliers marguillier NOM m p 0.03 0.41 0.00 0.07 -mari mari NOM m s 264.15 124.26 254.92 118.38 -maria marier VER 220.51 65.07 19.11 3.24 ind:pas:3s; -mariable mariable ADJ m s 0.01 0.14 0.01 0.14 -mariachi mariachi NOM m s 0.90 0.00 0.63 0.00 -mariachis mariachi NOM m p 0.90 0.00 0.28 0.00 -mariage mariage NOM m s 167.39 78.72 158.58 70.68 -mariages mariage NOM m p 167.39 78.72 8.81 8.04 -mariai marier VER 220.51 65.07 0.00 0.07 ind:pas:1s; -mariaient marier VER 220.51 65.07 0.08 0.95 ind:imp:3p; -mariais marier VER 220.51 65.07 0.55 0.14 ind:imp:1s;ind:imp:2s; -mariait marier VER 220.51 65.07 1.08 2.03 ind:imp:3s; -mariales marial ADJ f p 0.00 0.20 0.00 0.20 -marianne marian NOM f s 0.27 0.00 0.27 0.00 -mariant marier VER 220.51 65.07 0.64 0.88 par:pre; -marias marier VER 220.51 65.07 0.00 0.07 ind:pas:2s; -mariassent marier VER 220.51 65.07 0.00 0.07 sub:imp:3p; -marida marida NOM s 0.00 0.81 0.00 0.74 -maridas marida NOM p 0.00 0.81 0.00 0.07 -marie_couche_toi_là marie_couche_toi_là NOM f 0.06 0.27 0.06 0.27 -marie_jeanne marie_jeanne NOM f s 0.26 0.07 0.26 0.07 -marie_louise marie_louise NOM f s 0.00 0.07 0.00 0.07 -marie_salope marie_salope NOM f s 0.00 0.07 0.00 0.07 -marie marier VER 220.51 65.07 22.00 6.28 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -marient marier VER 220.51 65.07 4.04 1.42 ind:pre:3p; -marier marier VER 220.51 65.07 63.88 16.49 ind:pre:2p;inf; -mariera marier VER 220.51 65.07 2.80 0.81 ind:fut:3s; -marierai marier VER 220.51 65.07 2.58 0.61 ind:fut:1s; -marieraient marier VER 220.51 65.07 0.00 0.54 cnd:pre:3p; -marierais marier VER 220.51 65.07 0.80 0.20 cnd:pre:1s;cnd:pre:2s; -marierait marier VER 220.51 65.07 0.66 0.74 cnd:pre:3s; -marieras marier VER 220.51 65.07 1.11 0.41 ind:fut:2s; -marierez marier VER 220.51 65.07 0.49 0.47 ind:fut:2p; -marieriez marier VER 220.51 65.07 0.01 0.00 cnd:pre:2p; -marierions marier VER 220.51 65.07 0.02 0.14 cnd:pre:1p; -marierons marier VER 220.51 65.07 1.20 0.27 ind:fut:1p; -marieront marier VER 220.51 65.07 0.47 0.14 ind:fut:3p; -maries marier VER 220.51 65.07 4.27 0.54 ind:pre:2s;sub:pre:2s; -marieur marieur NOM m s 0.69 0.27 0.43 0.00 -marieuse marieur NOM f s 0.69 0.27 0.27 0.20 -marieuses marieuse NOM f p 0.40 0.00 0.40 0.00 -mariez marier VER 220.51 65.07 2.44 0.41 imp:pre:2p;ind:pre:2p; -marigot marigot NOM m s 0.16 1.69 0.16 1.15 -marigots marigot NOM m p 0.16 1.69 0.00 0.54 -marihuana marihuana NOM f s 0.07 0.14 0.07 0.14 -mariions marier VER 220.51 65.07 0.00 0.14 ind:imp:1p; -marijuana marijuana NOM f s 3.77 0.41 3.77 0.41 -marimba marimba NOM m s 0.02 0.00 0.02 0.00 -marin_pêcheur marin_pêcheur NOM m s 0.01 0.14 0.01 0.14 -marin marin NOM m s 13.96 33.38 8.48 15.34 -marina marina NOM f s 1.16 0.14 1.14 0.07 -marinade marinade NOM f s 1.46 0.27 1.44 0.20 -marinades marinade NOM f p 1.46 0.27 0.03 0.07 -marinage marinage NOM m s 0.00 0.07 0.00 0.07 -marinaient mariner VER 1.42 2.84 0.00 0.14 ind:imp:3p; -marinait mariner VER 1.42 2.84 0.00 0.14 ind:imp:3s; -marinant mariner VER 1.42 2.84 0.00 0.34 par:pre; -marinas marina NOM f p 1.16 0.14 0.02 0.07 -marine marine ADJ s 7.26 20.34 5.90 17.97 -mariner mariner VER 1.42 2.84 0.84 1.15 inf; -marinera mariner VER 1.42 2.84 0.00 0.07 ind:fut:3s; -marines marine ADJ p 7.26 20.34 1.36 2.36 -maringoins maringoin NOM m p 0.00 0.07 0.00 0.07 -marinier marinier NOM m s 0.06 1.49 0.04 0.41 -mariniers marinier NOM m p 0.06 1.49 0.02 1.08 -marinière marinière NOM f s 0.26 0.54 0.23 0.41 -marinières marinière NOM f p 0.26 0.54 0.02 0.14 -marins marin NOM m p 13.96 33.38 5.48 18.04 -mariné mariné ADJ m s 0.34 0.47 0.18 0.20 -marinée mariner VER f s 1.42 2.84 0.13 0.00 par:pas; -marinées mariner VER f p 1.42 2.84 0.12 0.07 par:pas; -marinés mariné ADJ m p 0.34 0.47 0.16 0.27 -mariol mariol NOM s 0.04 0.00 0.04 0.00 -mariole mariole NOM s 0.68 0.81 0.58 0.54 -marioles mariole NOM p 0.68 0.81 0.10 0.27 -mariolle mariolle NOM s 0.99 0.61 0.59 0.41 -mariolles mariolle NOM p 0.99 0.61 0.40 0.20 -marionnette marionnette NOM f s 5.11 5.95 2.87 2.77 -marionnettes marionnette NOM f p 5.11 5.95 2.24 3.18 -marionnettiste marionnettiste NOM s 0.36 0.07 0.36 0.07 -marions marier VER 220.51 65.07 2.53 0.07 imp:pre:1p;ind:pre:1p; -mariât marier VER 220.51 65.07 0.00 0.07 sub:imp:3s; -maris mari NOM m p 264.15 124.26 9.23 5.88 -maristes mariste NOM p 0.00 0.14 0.00 0.14 -marital marital ADJ m s 0.59 0.14 0.14 0.00 -maritale marital ADJ f s 0.59 0.14 0.31 0.00 -maritalement maritalement ADV 0.03 0.20 0.03 0.20 -maritales marital ADJ f p 0.59 0.14 0.01 0.07 -maritaux marital ADJ m p 0.59 0.14 0.13 0.07 -marièrent marier VER 220.51 65.07 0.42 0.88 ind:pas:3p; -maritime maritime ADJ s 2.37 6.22 1.74 3.58 -maritimes maritime ADJ p 2.37 6.22 0.63 2.64 -maritorne maritorne NOM f s 0.00 0.27 0.00 0.27 -marié marier VER m s 220.51 65.07 35.76 10.47 par:pas; -mariée marier VER f s 220.51 65.07 30.55 10.74 ind:imp:3p;par:pas; -mariées marier VER f p 220.51 65.07 1.50 0.61 par:pas; -mariés marier VER m p 220.51 65.07 21.53 5.20 par:pas; -marivaudage marivaudage NOM m s 0.03 0.41 0.03 0.20 -marivaudages marivaudage NOM m p 0.03 0.41 0.00 0.20 -marivaudant marivauder VER 0.02 0.07 0.00 0.07 par:pre; -marivauder marivauder VER 0.02 0.07 0.02 0.00 inf; -marjolaine marjolaine NOM f s 0.24 0.61 0.24 0.61 -mark mark NOM m s 13.24 1.76 1.31 0.61 -marker marker NOM m s 0.08 0.14 0.08 0.14 -marketing marketing NOM m s 1.88 0.88 1.88 0.81 -marketings marketing NOM m p 1.88 0.88 0.00 0.07 -marks mark NOM m p 13.24 1.76 11.93 1.15 -marle marle ADJ m s 0.04 1.55 0.00 1.35 -marles marle ADJ p 0.04 1.55 0.04 0.20 -marlin marlin NOM m s 0.50 0.00 0.50 0.00 -marlou marlou NOM m s 0.24 0.88 0.14 0.54 -marloupin marloupin NOM m s 0.00 0.34 0.00 0.14 -marloupinerie marloupinerie NOM f s 0.00 0.27 0.00 0.20 -marloupineries marloupinerie NOM f p 0.00 0.27 0.00 0.07 -marloupins marloupin NOM m p 0.00 0.34 0.00 0.20 -marlous marlou NOM m p 0.24 0.88 0.10 0.34 -marmaille marmaille NOM f s 0.30 4.26 0.30 4.12 -marmailles marmaille NOM f p 0.30 4.26 0.00 0.14 -marmelade marmelade NOM f s 0.73 2.91 0.73 2.77 -marmelades marmelade NOM f p 0.73 2.91 0.00 0.14 -marmitage marmitage NOM m s 0.00 0.47 0.00 0.41 -marmitages marmitage NOM m p 0.00 0.47 0.00 0.07 -marmite marmite NOM f s 3.21 14.66 2.35 8.38 -marmiter marmiter VER 0.14 0.07 0.14 0.00 inf; -marmites marmite NOM f p 3.21 14.66 0.86 6.28 -marmiteuse marmiteux ADJ f s 0.14 0.14 0.00 0.07 -marmiteux marmiteux ADJ m 0.14 0.14 0.14 0.07 -marmiton marmiton NOM m s 0.13 1.15 0.12 0.41 -marmitons marmiton NOM m p 0.13 1.15 0.01 0.74 -marmitées marmitée NOM f p 0.00 0.14 0.00 0.14 -marmités marmiter VER m p 0.14 0.07 0.00 0.07 par:pas; -marmonna marmonner VER 1.74 13.51 0.14 3.04 ind:pas:3s; -marmonnaient marmonner VER 1.74 13.51 0.00 0.27 ind:imp:3p; -marmonnait marmonner VER 1.74 13.51 0.15 2.43 ind:imp:3s; -marmonnant marmonner VER 1.74 13.51 0.07 1.89 par:pre; -marmonne marmonner VER 1.74 13.51 0.56 2.91 imp:pre:2s;ind:pre:1s;ind:pre:3s; -marmonnement marmonnement NOM m s 0.32 0.61 0.29 0.61 -marmonnements marmonnement NOM m p 0.32 0.61 0.02 0.00 -marmonnent marmonner VER 1.74 13.51 0.03 0.20 ind:pre:3p; -marmonner marmonner VER 1.74 13.51 0.31 1.35 inf; -marmonnes marmonner VER 1.74 13.51 0.20 0.07 ind:pre:2s; -marmonnez marmonner VER 1.74 13.51 0.11 0.00 imp:pre:2p;ind:pre:2p; -marmonniez marmonner VER 1.74 13.51 0.01 0.00 ind:imp:2p; -marmonné marmonner VER m s 1.74 13.51 0.12 1.28 par:pas; -marmonnée marmonner VER f s 1.74 13.51 0.01 0.07 par:pas; -marmonnés marmonner VER m p 1.74 13.51 0.02 0.00 par:pas; -marmoréen marmoréen ADJ m s 0.01 0.61 0.00 0.27 -marmoréenne marmoréen ADJ f s 0.01 0.61 0.01 0.20 -marmoréens marmoréen ADJ m p 0.01 0.61 0.00 0.14 -marmot marmot NOM m s 1.52 2.36 1.21 1.42 -marmots marmot NOM m p 1.52 2.36 0.32 0.95 -marmotta marmotter VER 0.34 1.28 0.10 0.47 ind:pas:3s; -marmottages marmottage NOM m p 0.00 0.07 0.00 0.07 -marmottait marmotter VER 0.34 1.28 0.00 0.20 ind:imp:3s; -marmottant marmotter VER 0.34 1.28 0.00 0.20 par:pre; -marmotte marmotte NOM f s 3.15 1.22 2.84 0.74 -marmottement marmottement NOM m s 0.00 0.07 0.00 0.07 -marmotter marmotter VER 0.34 1.28 0.00 0.27 inf; -marmottes marmotte NOM f p 3.15 1.22 0.32 0.47 -marmotté marmotter VER m s 0.34 1.28 0.00 0.07 par:pas; -marmouset marmouset NOM m s 0.10 0.07 0.10 0.00 -marmousets marmouset NOM m p 0.10 0.07 0.00 0.07 -marna marner VER 0.10 1.15 0.05 0.00 ind:pas:3s; -marnaise marnais ADJ f s 0.00 0.07 0.00 0.07 -marnait marner VER 0.10 1.15 0.00 0.07 ind:imp:3s; -marne marne NOM f s 0.03 2.84 0.03 0.34 -marnent marner VER 0.10 1.15 0.00 0.14 ind:pre:3p; -marner marner VER 0.10 1.15 0.05 0.61 inf; -marnes marne NOM f p 0.03 2.84 0.00 2.50 -marneuse marneux ADJ f s 0.00 0.20 0.00 0.20 -marnières marnière NOM f p 0.00 0.07 0.00 0.07 -marné marner VER m s 0.10 1.15 0.00 0.14 par:pas; -marocain marocain NOM m s 2.28 2.09 1.06 1.49 -marocaine marocain ADJ f s 0.54 5.14 0.19 2.03 -marocaines marocain NOM f p 2.28 2.09 0.14 0.07 -marocains marocain NOM m p 2.28 2.09 1.07 0.47 -maronite maronite ADJ s 0.00 0.20 0.00 0.14 -maronites maronite NOM p 0.00 0.14 0.00 0.14 -maronner maronner VER 0.01 0.07 0.01 0.00 inf; -maronné maronner VER m s 0.01 0.07 0.00 0.07 par:pas; -maroquin maroquin NOM m s 0.11 1.76 0.11 1.69 -maroquinerie maroquinerie NOM f s 0.05 1.15 0.05 1.01 -maroquineries maroquinerie NOM f p 0.05 1.15 0.00 0.14 -maroquinier maroquinier NOM m s 0.01 0.61 0.01 0.47 -maroquiniers maroquinier NOM m p 0.01 0.61 0.00 0.14 -maroquins maroquin NOM m p 0.11 1.76 0.00 0.07 -marâtre marâtre NOM f s 0.38 1.22 0.37 1.08 -marâtres marâtre NOM f p 0.38 1.22 0.01 0.14 -marotte marotte NOM f s 0.26 2.09 0.20 1.55 -marottes marotte NOM f p 0.26 2.09 0.05 0.54 -marouette marouette NOM f s 0.01 0.00 0.01 0.00 -maroufle maroufle NOM f s 0.14 0.41 0.14 0.27 -maroufler maroufler VER 0.00 0.07 0.00 0.07 inf; -maroufles maroufle NOM f p 0.14 0.41 0.00 0.14 -marqua marquer VER 43.78 101.08 0.32 8.04 ind:pas:3s; -marquage marquage NOM m s 0.65 0.14 0.65 0.14 -marquai marquer VER 43.78 101.08 0.00 0.74 ind:pas:1s; -marquaient marquer VER 43.78 101.08 0.12 4.39 ind:imp:3p; -marquais marquer VER 43.78 101.08 0.06 0.41 ind:imp:1s;ind:imp:2s; -marquait marquer VER 43.78 101.08 0.56 12.03 ind:imp:3s; -marquant marquer VER 43.78 101.08 0.30 5.20 par:pre; -marquante marquant ADJ f s 0.56 1.49 0.04 0.14 -marquantes marquant ADJ f p 0.56 1.49 0.01 0.07 -marquants marquant ADJ m p 0.56 1.49 0.29 0.61 -marque_page marque_page NOM m s 0.25 0.14 0.24 0.07 -marque_page marque_page NOM m p 0.25 0.14 0.01 0.07 -marque marque NOM f s 40.29 37.70 23.91 26.89 -marquent marquer VER 43.78 101.08 0.86 2.77 ind:pre:3p; -marquer marquer VER 43.78 101.08 7.69 16.82 inf; -marquera marquer VER 43.78 101.08 0.85 0.74 ind:fut:3s; -marquerai marquer VER 43.78 101.08 0.42 0.07 ind:fut:1s; -marqueraient marquer VER 43.78 101.08 0.11 0.14 cnd:pre:3p; -marquerait marquer VER 43.78 101.08 0.07 0.47 cnd:pre:3s; -marqueras marquer VER 43.78 101.08 0.03 0.07 ind:fut:2s; -marquerez marquer VER 43.78 101.08 0.01 0.14 ind:fut:2p; -marquerons marquer VER 43.78 101.08 0.01 0.00 ind:fut:1p; -marqueront marquer VER 43.78 101.08 0.08 0.14 ind:fut:3p; -marques marque NOM f p 40.29 37.70 16.39 10.81 -marqueterie marqueterie NOM f s 0.11 2.09 0.11 1.62 -marqueteries marqueterie NOM f p 0.11 2.09 0.00 0.47 -marquette marqueter VER 0.02 0.27 0.01 0.07 imp:pre:2s;ind:pre:3s; -marqueté marqueter VER m s 0.02 0.27 0.01 0.07 par:pas; -marquetées marqueter VER f p 0.02 0.27 0.00 0.07 par:pas; -marquetés marqueter VER m p 0.02 0.27 0.00 0.07 par:pas; -marqueur marqueur NOM m s 2.02 0.47 1.25 0.47 -marqueurs marqueur NOM m p 2.02 0.47 0.77 0.00 -marquez marquer VER 43.78 101.08 1.98 0.41 imp:pre:2p;ind:pre:2p; -marquiez marquer VER 43.78 101.08 0.28 0.07 ind:imp:2p; -marquions marquer VER 43.78 101.08 0.00 0.07 ind:imp:1p; -marquis marquis NOM m 16.69 18.31 14.98 9.86 -marquisat marquisat NOM m s 0.00 0.27 0.00 0.20 -marquisats marquisat NOM m p 0.00 0.27 0.00 0.07 -marquise marquis NOM f s 16.69 18.31 1.64 7.36 -marquises marquis NOM f p 16.69 18.31 0.07 1.08 -marquisien marquisien ADJ m s 0.00 0.20 0.00 0.07 -marquisiens marquisien ADJ m p 0.00 0.20 0.00 0.14 -marquons marquer VER 43.78 101.08 0.04 0.14 imp:pre:1p;ind:pre:1p; -marquât marquer VER 43.78 101.08 0.00 0.41 sub:imp:3s; -marquèrent marquer VER 43.78 101.08 0.01 0.68 ind:pas:3p; -marqué marquer VER m s 43.78 101.08 15.81 20.07 par:pas; -marquée marquer VER f s 43.78 101.08 2.84 9.26 par:pas; -marquées marquer VER f p 43.78 101.08 0.51 2.50 par:pas; -marqués marquer VER m p 43.78 101.08 1.68 4.32 par:pas; -marra marrer VER 16.13 32.57 0.10 0.34 ind:pas:3s; -marrade marrade NOM f s 0.01 0.68 0.01 0.68 -marraient marrer VER 16.13 32.57 0.14 0.54 ind:imp:3p; -marraine marraine NOM f s 2.74 8.78 2.52 8.38 -marraines marraine NOM f p 2.74 8.78 0.22 0.41 -marrais marrer VER 16.13 32.57 0.14 0.34 ind:imp:1s; -marrait marrer VER 16.13 32.57 0.27 2.30 ind:imp:3s; -marrane marrane NOM m s 0.00 0.27 0.00 0.14 -marranes marrane NOM m p 0.00 0.27 0.00 0.14 -marrant marrant ADJ m s 35.70 12.36 30.41 9.19 -marrante marrant ADJ f s 35.70 12.36 3.15 1.42 -marrantes marrant ADJ f p 35.70 12.36 0.81 0.54 -marrants marrant ADJ m p 35.70 12.36 1.33 1.22 -marre marre ADV 57.48 20.68 57.48 20.68 -marrent marrer VER 16.13 32.57 0.54 1.76 ind:pre:3p; -marrer marrer VER 16.13 32.57 6.45 12.50 inf; -marrera marrer VER 16.13 32.57 0.22 0.07 ind:fut:3s; -marrerais marrer VER 16.13 32.57 0.02 0.07 cnd:pre:1s;cnd:pre:2s; -marrerait marrer VER 16.13 32.57 0.00 0.14 cnd:pre:3s; -marres marrer VER 16.13 32.57 1.12 0.34 ind:pre:2s; -marrez marrer VER 16.13 32.57 0.47 0.41 imp:pre:2p;ind:pre:2p; -marri marri ADJ m s 0.52 0.41 0.03 0.41 -marrie marri ADJ f s 0.52 0.41 0.45 0.00 -marrions marrer VER 16.13 32.57 0.05 0.00 ind:imp:1p; -marris marri ADJ m p 0.52 0.41 0.04 0.00 -marron marron ADJ 5.33 13.72 5.33 13.72 -marronnais marronner VER 0.00 0.41 0.00 0.07 ind:imp:2s; -marronnasse marronnasse ADJ s 0.00 0.07 0.00 0.07 -marronner marronner VER 0.00 0.41 0.00 0.20 inf; -marronnera marronner VER 0.00 0.41 0.00 0.07 ind:fut:3s; -marronnier marronnier NOM m s 0.61 9.39 0.46 2.57 -marronniers marronnier NOM m p 0.61 9.39 0.15 6.82 -marronné marronner VER m s 0.00 0.41 0.00 0.07 par:pas; -marrons marron NOM m p 4.89 7.36 2.80 3.92 -marré marrer VER m s 16.13 32.57 0.72 1.76 par:pas; -marrée marrer VER f s 16.13 32.57 0.15 0.07 par:pas; -marrés marrer VER m p 16.13 32.57 0.18 0.61 par:pas; -mars mars NOM m 9.75 31.42 9.75 31.42 -marsala marsala NOM m s 0.38 0.14 0.38 0.14 -marsaules marsaule NOM m p 0.00 0.27 0.00 0.27 -marseillais marseillais NOM m 1.27 1.82 1.27 0.81 -marseillaise marseillais NOM f s 1.27 1.82 0.00 1.01 -marseillaises marseillais ADJ f p 1.22 1.35 0.00 0.34 -marshal marshal NOM m s 3.11 0.00 2.74 0.00 -marshals marshal NOM m p 3.11 0.00 0.37 0.00 -marsouin marsouin NOM m s 0.11 0.68 0.08 0.47 -marsouins marsouin NOM m p 0.11 0.68 0.03 0.20 -marsupial marsupial NOM m s 0.10 0.00 0.04 0.00 -marsupiaux marsupial NOM m p 0.10 0.00 0.06 0.00 -marsupilami marsupilami NOM m s 0.00 0.20 0.00 0.14 -marsupilamis marsupilami NOM m p 0.00 0.20 0.00 0.07 -martagon martagon NOM m s 0.00 0.07 0.00 0.07 -marteau_pilon marteau_pilon NOM m s 0.07 0.41 0.07 0.34 -marteau_piqueur marteau_piqueur NOM m s 0.42 0.07 0.42 0.07 -marteau marteau NOM m s 12.63 15.61 11.84 13.31 -marteau_pilon marteau_pilon NOM m p 0.07 0.41 0.00 0.07 -marteaux marteau NOM m p 12.63 15.61 0.79 2.30 -martel martel NOM m s 0.05 0.47 0.05 0.34 -martela marteler VER 1.45 10.41 0.00 0.68 ind:pas:3s; -martelage martelage NOM m s 0.00 0.14 0.00 0.14 -martelai marteler VER 1.45 10.41 0.00 0.07 ind:pas:1s; -martelaient marteler VER 1.45 10.41 0.02 0.74 ind:imp:3p; -martelait marteler VER 1.45 10.41 0.01 1.15 ind:imp:3s; -martelant marteler VER 1.45 10.41 0.29 2.30 par:pre; -marteler marteler VER 1.45 10.41 0.41 1.35 inf; -martelet martelet NOM m s 0.00 0.07 0.00 0.07 -marteleur marteleur NOM m s 0.04 0.00 0.04 0.00 -martelez marteler VER 1.45 10.41 0.01 0.00 ind:pre:2p; -martels martel NOM m p 0.05 0.47 0.00 0.14 -martelèrent marteler VER 1.45 10.41 0.00 0.07 ind:pas:3p; -martelé marteler VER m s 1.45 10.41 0.16 1.42 par:pas; -martelée marteler VER f s 1.45 10.41 0.02 0.54 par:pas; -martelées marteler VER f p 1.45 10.41 0.00 0.27 par:pas; -martelés marteler VER m p 1.45 10.41 0.00 0.47 par:pas; -martial martial ADJ m s 8.02 4.26 0.85 1.76 -martiale martial ADJ f s 8.02 4.26 5.63 1.22 -martiales martial ADJ f p 8.02 4.26 0.01 0.34 -martialités martialité NOM f p 0.00 0.07 0.00 0.07 -martiaux martial ADJ m p 8.02 4.26 1.53 0.95 -martien martien NOM m s 1.96 1.49 0.59 0.61 -martienne martienne NOM f s 0.51 0.34 0.35 0.27 -martiennes martienne NOM f p 0.51 0.34 0.16 0.07 -martiens martien NOM m p 1.96 1.49 1.37 0.88 -martin_pêcheur martin_pêcheur NOM m s 0.02 0.41 0.01 0.27 -martin martin NOM m s 1.69 0.07 0.08 0.00 -martine martiner VER 2.56 0.47 0.00 0.14 ind:pre:3s; -martinet martinet NOM m s 0.26 2.64 0.24 1.15 -martinets martinet NOM m p 0.26 2.64 0.02 1.49 -martinez martiner VER 2.56 0.47 2.56 0.34 imp:pre:2p;ind:pre:2p; -martingale martingale NOM f s 0.12 1.28 0.12 1.08 -martingales martingale NOM f p 0.12 1.28 0.00 0.20 -martini martini NOM m s 3.85 2.23 2.76 1.89 -martiniquais martiniquais NOM m 0.03 1.69 0.02 0.68 -martiniquaise martiniquais NOM f s 0.03 1.69 0.01 0.95 -martiniquaises martiniquais NOM f p 0.03 1.69 0.00 0.07 -martinis martini NOM m p 3.85 2.23 1.09 0.34 -martin_pêcheur martin_pêcheur NOM m p 0.02 0.41 0.01 0.14 -martins martin NOM m p 1.69 0.07 1.62 0.07 -martre martre NOM f s 0.53 1.22 0.16 1.01 -martres martre NOM f p 0.53 1.22 0.37 0.20 -martèle marteler VER 1.45 10.41 0.21 0.95 imp:pre:2s;ind:pre:1s;ind:pre:3s; -martèlement martèlement NOM m s 0.43 3.65 0.41 3.51 -martèlements martèlement NOM m p 0.43 3.65 0.02 0.14 -martèlent marteler VER 1.45 10.41 0.32 0.27 ind:pre:3p; -martèlera marteler VER 1.45 10.41 0.00 0.14 ind:fut:3s; -martyr martyr NOM m s 5.50 6.76 3.68 3.24 -martyre martyre NOM s 3.75 6.35 3.32 6.08 -martyres martyre NOM p 3.75 6.35 0.42 0.27 -martyrisaient martyriser VER 0.94 3.38 0.00 0.07 ind:imp:3p; -martyrisait martyriser VER 0.94 3.38 0.01 0.47 ind:imp:3s; -martyrisant martyriser VER 0.94 3.38 0.00 0.14 par:pre; -martyrise martyriser VER 0.94 3.38 0.24 0.07 ind:pre:3s; -martyrisent martyriser VER 0.94 3.38 0.02 0.07 ind:pre:3p; -martyriser martyriser VER 0.94 3.38 0.22 0.74 inf; -martyriserait martyriser VER 0.94 3.38 0.01 0.00 cnd:pre:3s; -martyrisé martyriser VER m s 0.94 3.38 0.24 0.68 par:pas; -martyrisée martyriser VER f s 0.94 3.38 0.04 0.74 par:pas; -martyrisées martyriser VER f p 0.94 3.38 0.01 0.07 par:pas; -martyrisés martyriser VER m p 0.94 3.38 0.15 0.34 par:pas; -martyrologe martyrologe NOM m s 0.00 0.20 0.00 0.14 -martyrologes martyrologe NOM m p 0.00 0.20 0.00 0.07 -martyrs martyr NOM m p 5.50 6.76 1.82 3.51 -marécage marécage NOM m s 3.18 6.15 2.31 2.77 -marécages marécage NOM m p 3.18 6.15 0.87 3.38 -marécageuse marécageux ADJ f s 0.47 1.62 0.02 0.41 -marécageuses marécageux ADJ f p 0.47 1.62 0.01 0.34 -marécageux marécageux ADJ m 0.47 1.62 0.44 0.88 -maréchal_ferrant maréchal_ferrant NOM m s 0.22 1.96 0.22 1.96 -maréchal maréchal NOM m s 2.84 41.69 2.67 38.24 -maréchalat maréchalat NOM m s 0.00 0.07 0.00 0.07 -maréchale maréchal NOM f s 2.84 41.69 0.14 0.07 -maréchalerie maréchalerie NOM f s 0.00 0.27 0.00 0.27 -maréchalistes maréchaliste NOM p 0.00 0.07 0.00 0.07 -maréchaussée maréchaussée NOM f s 0.00 0.88 0.00 0.88 -maréchaux_ferrants maréchaux_ferrants NOM m p 0.00 0.41 0.00 0.41 -maréchaux maréchal NOM m p 2.84 41.69 0.04 3.38 -marée marée NOM f s 6.31 26.89 5.21 21.28 -marées marée NOM f p 6.31 26.89 1.10 5.61 -marémotrice marémoteur ADJ f s 0.01 0.00 0.01 0.00 -marxisme_léninisme marxisme_léninisme NOM m s 0.50 0.68 0.50 0.68 -marxisme marxisme NOM m s 0.94 3.92 0.94 3.92 -marxiste_léniniste marxiste_léniniste ADJ s 0.41 0.41 0.27 0.41 -marxiste marxiste ADJ s 0.91 2.84 0.67 2.36 -marxiste_léniniste marxiste_léniniste ADJ p 0.41 0.41 0.14 0.00 -marxistes marxiste ADJ p 0.91 2.84 0.24 0.47 -mary mary NOM m s 0.56 0.20 0.56 0.20 -maryland maryland NOM m s 0.04 0.14 0.04 0.14 -mas mas NOM m 2.21 5.07 2.21 5.07 -masaï masaï NOM s 0.01 3.99 0.01 3.99 -mascara mascara NOM m s 1.15 0.47 1.15 0.47 -mascarade mascarade NOM f s 2.71 2.03 2.58 1.76 -mascarades mascarade NOM f p 2.71 2.03 0.13 0.27 -mascaret mascaret NOM m s 0.00 0.54 0.00 0.54 -mascaron mascaron NOM m s 0.00 0.14 0.00 0.07 -mascarons mascaron NOM m p 0.00 0.14 0.00 0.07 -mascarpone mascarpone NOM m s 0.11 0.00 0.11 0.00 -mascotte mascotte NOM f s 2.36 0.88 1.91 0.74 -mascottes mascotte NOM f p 2.36 0.88 0.45 0.14 -masculin masculin ADJ m s 8.14 10.14 4.49 4.05 -masculine masculin ADJ f s 8.14 10.14 2.66 3.92 -masculines masculin ADJ f p 8.14 10.14 0.40 0.95 -masculiniser masculiniser VER 0.02 0.07 0.01 0.00 inf; -masculinisée masculiniser VER f s 0.02 0.07 0.01 0.07 par:pas; -masculinité masculinité NOM f s 0.21 0.00 0.21 0.00 -masculins masculin ADJ m p 8.14 10.14 0.59 1.22 -maser maser NOM m s 0.01 0.00 0.01 0.00 -maskinongé maskinongé NOM m s 0.00 0.07 0.00 0.07 -maso maso NOM s 0.38 0.34 0.24 0.34 -masochisme masochisme NOM m s 0.42 1.01 0.42 1.01 -masochiste masochiste ADJ s 0.34 0.81 0.30 0.68 -masochistes masochiste NOM p 0.29 0.47 0.04 0.07 -masos maso ADJ p 0.35 0.88 0.15 0.00 -masqua masquer VER 3.74 19.12 0.01 0.27 ind:pas:3s; -masquage masquage NOM m s 0.02 0.00 0.01 0.00 -masquages masquage NOM m p 0.02 0.00 0.01 0.00 -masquaient masquer VER 3.74 19.12 0.04 1.22 ind:imp:3p; -masquait masquer VER 3.74 19.12 0.08 3.11 ind:imp:3s; -masquant masquer VER 3.74 19.12 0.05 1.82 par:pre; -masque_espion masque_espion NOM m s 0.01 0.00 0.01 0.00 -masque masque NOM m s 29.18 38.65 23.16 28.45 -masquent masquer VER 3.74 19.12 0.09 0.68 ind:pre:3p; -masquer masquer VER 3.74 19.12 1.39 4.32 inf; -masqueraient masquer VER 3.74 19.12 0.00 0.07 cnd:pre:3p; -masques masque NOM m p 29.18 38.65 6.02 10.20 -masquons masquer VER 3.74 19.12 0.03 0.00 ind:pre:1p; -masqué masqué ADJ m s 3.26 3.85 2.42 1.69 -masquée masquer VER f s 3.74 19.12 0.15 1.42 par:pas; -masquées masquer VER f p 3.74 19.12 0.02 0.47 par:pas; -masqués masqué ADJ m p 3.26 3.85 0.73 0.68 -mass_media mass_media NOM m p 0.17 0.07 0.17 0.07 -massa masser VER 5.69 12.84 0.00 1.28 ind:pas:3s; -massacra massacrer VER 17.01 14.66 0.05 0.14 ind:pas:3s; -massacraient massacrer VER 17.01 14.66 0.01 0.47 ind:imp:3p; -massacrais massacrer VER 17.01 14.66 0.01 0.00 ind:imp:1s; -massacrait massacrer VER 17.01 14.66 0.05 0.74 ind:imp:3s; -massacrant massacrer VER 17.01 14.66 0.33 0.47 par:pre; -massacrante massacrant ADJ f s 0.45 0.34 0.40 0.34 -massacre massacre NOM m s 13.71 16.49 11.71 10.27 -massacrent massacrer VER 17.01 14.66 0.36 0.20 ind:pre:3p;sub:pre:3p; -massacrer massacrer VER 17.01 14.66 5.73 4.12 inf; -massacrera massacrer VER 17.01 14.66 0.27 0.07 ind:fut:3s; -massacrerai massacrer VER 17.01 14.66 0.03 0.07 ind:fut:1s; -massacreraient massacrer VER 17.01 14.66 0.01 0.20 cnd:pre:3p; -massacrerait massacrer VER 17.01 14.66 0.00 0.14 cnd:pre:3s; -massacrerons massacrer VER 17.01 14.66 0.16 0.00 ind:fut:1p; -massacreront massacrer VER 17.01 14.66 0.08 0.07 ind:fut:3p; -massacres massacre NOM m p 13.71 16.49 2.00 6.22 -massacreur massacreur NOM m s 0.06 0.34 0.06 0.20 -massacreurs massacreur NOM m p 0.06 0.34 0.00 0.14 -massacrez massacrer VER 17.01 14.66 0.57 0.07 imp:pre:2p;ind:pre:2p; -massacrons massacrer VER 17.01 14.66 0.20 0.00 imp:pre:1p;ind:pre:1p; -massacrât massacrer VER 17.01 14.66 0.00 0.07 sub:imp:3s; -massacrèrent massacrer VER 17.01 14.66 0.16 0.20 ind:pas:3p; -massacré massacrer VER m s 17.01 14.66 3.17 2.70 par:pas; -massacrée massacrer VER f s 17.01 14.66 0.81 0.81 par:pas; -massacrées massacrer VER f p 17.01 14.66 0.09 0.20 par:pas; -massacrés massacrer VER m p 17.01 14.66 1.92 3.04 par:pas; -massage massage NOM m s 9.57 3.18 7.76 2.23 -massages massage NOM m p 9.57 3.18 1.81 0.95 -massaient masser VER 5.69 12.84 0.00 0.27 ind:imp:3p; -massais masser VER 5.69 12.84 0.08 0.00 ind:imp:1s; -massait masser VER 5.69 12.84 0.02 1.01 ind:imp:3s; -massant masser VER 5.69 12.84 0.04 0.68 par:pre; -masse masse NOM f s 16.73 79.80 11.64 60.54 -massent masser VER 5.69 12.84 0.01 0.41 ind:pre:3p; -massepain massepain NOM m s 0.29 0.34 0.17 0.00 -massepains massepain NOM m p 0.29 0.34 0.12 0.34 -masser masser VER 5.69 12.84 2.98 2.09 inf; -massera masser VER 5.69 12.84 0.21 0.00 ind:fut:3s; -masserai masser VER 5.69 12.84 0.05 0.00 ind:fut:1s; -masseraient masser VER 5.69 12.84 0.00 0.07 cnd:pre:3p; -masserais masser VER 5.69 12.84 0.01 0.00 cnd:pre:2s; -masseras masser VER 5.69 12.84 0.02 0.00 ind:fut:2s; -masserez masser VER 5.69 12.84 0.01 0.00 ind:fut:2p; -masses masse NOM f p 16.73 79.80 5.09 19.26 -massettes massette NOM f p 0.00 0.14 0.00 0.14 -masseur masseur NOM m s 1.91 1.69 0.70 1.15 -masseurs masseur NOM m p 1.91 1.69 0.06 0.14 -masseuse masseur NOM f s 1.91 1.69 1.12 0.27 -masseuses masseur NOM f p 1.91 1.69 0.03 0.14 -massez masser VER 5.69 12.84 0.21 0.00 imp:pre:2p; -massicot massicot NOM m s 0.20 0.61 0.10 0.54 -massicoter massicoter VER 0.00 0.14 0.00 0.07 inf; -massicotier massicotier NOM m s 0.00 0.41 0.00 0.41 -massicots massicot NOM m p 0.20 0.61 0.10 0.07 -massicoté massicoter VER m s 0.00 0.14 0.00 0.07 par:pas; -massif massif ADJ m s 7.16 22.30 2.52 8.92 -massifs massif ADJ m p 7.16 22.30 0.40 2.03 -massive massif ADJ f s 7.16 22.30 3.68 8.38 -massivement massivement ADV 0.21 1.01 0.21 1.01 -massives massif ADJ f p 7.16 22.30 0.55 2.97 -massivité massivité NOM f s 0.00 0.20 0.00 0.20 -massèrent masser VER 5.69 12.84 0.00 0.14 ind:pas:3p; -massé masser VER m s 5.69 12.84 0.40 1.01 par:pas; -massée masser VER f s 5.69 12.84 0.11 1.62 par:pas; -massue massue NOM f s 0.71 2.84 0.57 2.30 -massées masser VER f p 5.69 12.84 0.03 0.47 par:pas; -massues massue NOM f p 0.71 2.84 0.14 0.54 -massés masser VER m p 5.69 12.84 0.05 1.69 par:pas; -mastaba mastaba NOM m s 0.01 0.20 0.01 0.14 -mastabas mastaba NOM m p 0.01 0.20 0.00 0.07 -mastar mastar NOM m s 0.02 0.07 0.02 0.07 -mastard mastard ADJ m s 0.80 0.88 0.80 0.74 -mastards mastard ADJ m p 0.80 0.88 0.00 0.14 -mastectomie mastectomie NOM f s 0.22 0.00 0.22 0.00 -master master NOM m s 3.43 0.07 1.41 0.07 -masters master NOM m p 3.43 0.07 2.02 0.00 -mastic mastic NOM m s 0.26 1.62 0.26 1.62 -masticage masticage NOM m s 0.00 0.07 0.00 0.07 -masticateurs masticateur ADJ m p 0.01 0.07 0.01 0.07 -mastication mastication NOM f s 0.16 0.81 0.16 0.74 -mastications mastication NOM f p 0.16 0.81 0.00 0.07 -mastiff mastiff NOM m s 0.02 0.07 0.02 0.07 -mastiqua mastiquer VER 0.32 4.32 0.00 0.14 ind:pas:3s; -mastiquaient mastiquer VER 0.32 4.32 0.00 0.14 ind:imp:3p; -mastiquais mastiquer VER 0.32 4.32 0.00 0.07 ind:imp:1s; -mastiquait mastiquer VER 0.32 4.32 0.01 0.81 ind:imp:3s; -mastiquant mastiquer VER 0.32 4.32 0.00 0.81 par:pre; -mastique mastiquer VER 0.32 4.32 0.10 0.61 imp:pre:2s;ind:pre:1s;ind:pre:3s; -mastiquent mastiquer VER 0.32 4.32 0.01 0.07 ind:pre:3p; -mastiquer mastiquer VER 0.32 4.32 0.14 1.35 inf; -mastiquez mastiquer VER 0.32 4.32 0.01 0.07 imp:pre:2p; -mastiquons mastiquer VER 0.32 4.32 0.00 0.07 ind:pre:1p; -mastiqué mastiquer VER m s 0.32 4.32 0.04 0.14 par:pas; -mastiqués mastiquer VER m p 0.32 4.32 0.01 0.07 par:pas; -mastite mastite NOM f s 0.12 0.00 0.12 0.00 -mastoïde mastoïde ADJ s 0.93 0.07 0.93 0.07 -mastoc mastoc ADJ s 1.28 0.68 1.28 0.68 -mastodonte mastodonte NOM m s 0.17 0.61 0.13 0.47 -mastodontes mastodonte NOM m p 0.17 0.61 0.04 0.14 -mastroquet mastroquet NOM m s 0.16 0.34 0.14 0.20 -mastroquets mastroquet NOM m p 0.16 0.34 0.01 0.14 -mastère mastère NOM m s 0.02 0.00 0.02 0.00 -masturbais masturber VER 3.89 1.69 0.08 0.00 ind:imp:1s;ind:imp:2s; -masturbait masturber VER 3.89 1.69 0.44 0.20 ind:imp:3s; -masturbant masturber VER 3.89 1.69 0.43 0.20 par:pre; -masturbateur masturbateur ADJ m s 0.06 0.00 0.06 0.00 -masturbation masturbation NOM f s 1.57 2.03 1.57 1.89 -masturbations masturbation NOM f p 1.57 2.03 0.00 0.14 -masturbatoire masturbatoire ADJ m s 0.05 0.14 0.02 0.14 -masturbatoires masturbatoire ADJ p 0.05 0.14 0.03 0.00 -masturbe masturber VER 3.89 1.69 1.02 0.54 imp:pre:2s;ind:pre:1s;ind:pre:3s; -masturbent masturber VER 3.89 1.69 0.19 0.14 ind:pre:3p; -masturber masturber VER 3.89 1.69 1.16 0.47 inf; -masturberas masturber VER 3.89 1.69 0.01 0.00 ind:fut:2s; -masturbez masturber VER 3.89 1.69 0.04 0.00 ind:pre:2p; -masturbé masturber VER m s 3.89 1.69 0.18 0.07 par:pas; -masturbée masturber VER f s 3.89 1.69 0.34 0.00 par:pas; -masturbés masturber VER m p 3.89 1.69 0.01 0.07 par:pas; -masure masure NOM f s 0.47 4.32 0.19 2.30 -masures masure NOM f p 0.47 4.32 0.28 2.03 -mat mat NOM m s 6.84 4.32 1.95 0.88 -mat mat NOM m s 6.84 4.32 4.54 3.31 -mata mater VER 17.27 14.93 0.41 0.20 ind:pas:3s; -matador matador NOM m s 1.25 2.03 1.15 1.76 -matadors matador NOM m p 1.25 2.03 0.10 0.27 -mataf mataf NOM m s 0.13 0.61 0.02 0.54 -matafs mataf NOM m p 0.13 0.61 0.11 0.07 -mataient mater VER 17.27 14.93 0.04 0.20 ind:imp:3p; -matais mater VER 17.27 14.93 0.52 0.54 ind:imp:1s;ind:imp:2s; -matait mater VER 17.27 14.93 0.64 0.61 ind:imp:3s; -matamore matamore NOM m s 0.27 0.61 0.14 0.27 -matamores matamore NOM m p 0.27 0.61 0.14 0.34 -matant mater VER 17.27 14.93 0.10 0.41 par:pre; -match match NOM m s 63.48 10.00 58.26 9.39 -matcha matcher VER 0.01 0.07 0.00 0.07 ind:pas:3s; -matche matcher VER 0.01 0.07 0.01 0.00 ind:pre:3s; -matches matche NOM m p 1.42 1.42 1.42 1.42 -matchiche matchiche NOM f s 0.00 0.20 0.00 0.20 -matchs match NOM m p 63.48 10.00 5.22 0.61 -mate mater VER 17.27 14.93 4.55 3.45 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -matelas matelas NOM m 8.98 25.95 8.98 25.95 -matelassent matelasser VER 0.00 1.01 0.00 0.07 ind:pre:3p; -matelasser matelasser VER 0.00 1.01 0.00 0.07 inf; -matelassier matelassier NOM m s 0.00 0.41 0.00 0.20 -matelassiers matelassier NOM m p 0.00 0.41 0.00 0.07 -matelassière matelassier NOM f s 0.00 0.41 0.00 0.07 -matelassières matelassier NOM f p 0.00 0.41 0.00 0.07 -matelassé matelassé ADJ m s 0.15 0.47 0.14 0.14 -matelassée matelassé ADJ f s 0.15 0.47 0.01 0.34 -matelassées matelasser VER f p 0.00 1.01 0.00 0.20 par:pas; -matelassés matelasser VER m p 0.00 1.01 0.00 0.07 par:pas; -matelot matelot NOM m s 7.04 6.96 4.78 4.26 -matelote matelote NOM f s 0.04 0.20 0.04 0.20 -matelots matelot NOM m p 7.04 6.96 2.27 2.70 -matent mater VER 17.27 14.93 0.51 0.41 ind:pre:3p; -mater_dolorosa mater_dolorosa NOM f 0.00 0.47 0.00 0.47 -mater mater VER 17.27 14.93 5.91 6.22 inf; -matera mater VER 17.27 14.93 0.16 0.07 ind:fut:3s; -materai mater VER 17.27 14.93 0.17 0.07 ind:fut:1s; -materais mater VER 17.27 14.93 0.04 0.00 cnd:pre:1s;cnd:pre:2s; -materait mater VER 17.27 14.93 0.01 0.14 cnd:pre:3s; -maternage maternage NOM m s 0.04 0.00 0.04 0.00 -maternalisme maternalisme NOM m s 0.00 0.20 0.00 0.20 -maternant materner VER 0.68 0.14 0.01 0.00 par:pre; -maternel maternel ADJ m s 5.21 23.72 2.71 8.99 -maternelle maternel NOM f s 3.17 2.43 3.17 2.30 -maternellement maternellement ADV 0.00 0.54 0.00 0.54 -maternelles maternel ADJ f p 5.21 23.72 0.35 1.76 -maternels maternel ADJ m p 5.21 23.72 0.24 1.82 -materner materner VER 0.68 0.14 0.52 0.14 inf; -maternera materner VER 0.68 0.14 0.11 0.00 ind:fut:3s; -materniser materniser VER 0.30 0.00 0.01 0.00 inf; -maternisé materniser VER m s 0.30 0.00 0.29 0.00 par:pas; -maternité maternité NOM f s 3.49 4.73 3.47 4.05 -maternités maternité NOM f p 3.49 4.73 0.03 0.68 -materné materner VER m s 0.68 0.14 0.04 0.00 par:pas; -materons mater VER 17.27 14.93 0.01 0.14 ind:fut:1p; -materont mater VER 17.27 14.93 0.00 0.07 ind:fut:3p; -mates mater VER 17.27 14.93 1.56 0.41 ind:pre:2s; -mateur mateur NOM m s 0.37 0.27 0.11 0.07 -mateurs mateur NOM m p 0.37 0.27 0.20 0.14 -mateuse mateur NOM f s 0.37 0.27 0.06 0.07 -matez mater VER 17.27 14.93 1.40 0.34 imp:pre:2p;ind:pre:2p; -math math NOM f p 1.55 0.74 1.55 0.74 -matheuse matheux NOM f s 0.10 0.27 0.02 0.07 -matheux matheux NOM m 0.10 0.27 0.08 0.20 -maçon maçon NOM m s 3.79 6.76 3.48 3.31 -maçonnant maçonner VER 0.01 1.69 0.00 0.14 par:pre; -maçonne maçon NOM f s 3.79 6.76 0.00 0.14 -maçonnent maçonner VER 0.01 1.69 0.00 0.07 ind:pre:3p; -maçonner maçonner VER 0.01 1.69 0.00 0.07 inf; -maçonnerie maçonnerie NOM f s 0.69 3.04 0.69 2.97 -maçonneries maçonnerie NOM f p 0.69 3.04 0.00 0.07 -maçonnique maçonnique ADJ s 0.35 0.74 0.32 0.34 -maçonniques maçonnique ADJ p 0.35 0.74 0.04 0.41 -maçonné maçonner VER m s 0.01 1.69 0.00 0.54 par:pas; -maçonnée maçonner VER f s 0.01 1.69 0.00 0.20 par:pas; -maçonnées maçonner VER f p 0.01 1.69 0.00 0.47 par:pas; -maçonnés maçonner VER m p 0.01 1.69 0.01 0.20 par:pas; -maçons maçon NOM m p 3.79 6.76 0.32 3.31 -maths maths NOM f p 10.66 3.38 10.66 3.38 -mathématicien mathématicien NOM m s 0.96 0.68 0.65 0.54 -mathématicienne mathématicien NOM f s 0.96 0.68 0.02 0.07 -mathématiciens mathématicien NOM m p 0.96 0.68 0.28 0.07 -mathématique mathématique ADJ s 1.78 2.36 1.27 1.42 -mathématiquement mathématiquement ADV 0.35 0.34 0.35 0.34 -mathématiques mathématique NOM f p 1.80 7.03 1.64 5.68 -mathématiser mathématiser VER 0.00 0.07 0.00 0.07 inf; -mathurins mathurin NOM m p 0.00 0.07 0.00 0.07 -mathusalems mathusalem NOM m p 0.00 0.07 0.00 0.07 -mati mati ADJ m s 0.18 0.00 0.18 0.00 -matiez mater VER 17.27 14.93 0.03 0.00 ind:imp:2p; -matin matin NOM m s 275.01 396.76 265.03 376.89 -matinal matinal ADJ m s 5.81 10.74 2.56 3.78 -matinale matinal ADJ f s 5.81 10.74 2.51 5.20 -matinalement matinalement ADV 0.00 0.14 0.00 0.14 -matinales matinal ADJ f p 5.81 10.74 0.42 0.95 -matinaux matinal ADJ m p 5.81 10.74 0.32 0.81 -matines mâtine NOM f p 0.57 1.22 0.56 1.01 -matineux matineux ADJ m p 0.00 0.14 0.00 0.14 -matins matin NOM m p 275.01 396.76 9.98 19.86 -matinée matinée NOM f s 12.51 34.05 12.10 32.23 -matinées matinée NOM f p 12.51 34.05 0.41 1.82 -matis matir VER m p 0.20 0.14 0.00 0.07 par:pas; -matisse matir VER 0.20 0.14 0.19 0.07 sub:pre:1s;sub:pre:3s; -matière matière NOM f s 16.99 58.45 14.20 49.80 -matières matière NOM f p 16.99 58.45 2.79 8.65 -matité matité NOM f s 0.00 0.54 0.00 0.54 -matois matois NOM m 0.01 0.07 0.01 0.07 -matoise matois ADJ f s 0.00 0.41 0.00 0.07 -matoiserie matoiserie NOM f s 0.00 0.14 0.00 0.14 -maton maton NOM m s 1.41 6.08 0.50 3.11 -matonne maton NOM f s 1.41 6.08 0.00 0.14 -matonnes maton NOM f p 1.41 6.08 0.00 0.27 -matons maton NOM m p 1.41 6.08 0.91 2.57 -matos matos NOM m 5.72 1.55 5.72 1.55 -matou matou NOM m s 1.21 4.12 1.04 3.18 -matous matou NOM m p 1.21 4.12 0.17 0.95 -matouse matouser VER 0.00 0.20 0.00 0.07 ind:pre:3s; -matouser matouser VER 0.00 0.20 0.00 0.14 inf; -matraqua matraquer VER 0.59 1.49 0.00 0.14 ind:pas:3s; -matraquage matraquage NOM m s 0.14 0.14 0.14 0.07 -matraquages matraquage NOM m p 0.14 0.14 0.00 0.07 -matraquaient matraquer VER 0.59 1.49 0.00 0.07 ind:imp:3p; -matraquais matraquer VER 0.59 1.49 0.00 0.07 ind:imp:1s; -matraquait matraquer VER 0.59 1.49 0.01 0.07 ind:imp:3s; -matraquant matraquer VER 0.59 1.49 0.00 0.20 par:pre; -matraque matraque NOM f s 1.80 5.41 1.41 4.46 -matraquer matraquer VER 0.59 1.49 0.11 0.14 inf; -matraques matraque NOM f p 1.80 5.41 0.39 0.95 -matraqueur matraqueur NOM m s 0.01 0.07 0.00 0.07 -matraqueurs matraqueur NOM m p 0.01 0.07 0.01 0.00 -matraquez matraquer VER 0.59 1.49 0.15 0.07 imp:pre:2p;ind:pre:2p; -matraqué matraquer VER m s 0.59 1.49 0.23 0.34 par:pas; -matraquée matraquer VER f s 0.59 1.49 0.04 0.14 par:pas; -matraqués matraquer VER m p 0.59 1.49 0.00 0.07 par:pas; -matras matras NOM m 0.00 0.47 0.00 0.47 -matriarcal matriarcal ADJ m s 0.01 0.41 0.01 0.14 -matriarcale matriarcal ADJ f s 0.01 0.41 0.00 0.20 -matriarcales matriarcal ADJ f p 0.01 0.41 0.00 0.07 -matriarcat matriarcat NOM m s 0.14 0.74 0.14 0.74 -matriarche matriarche NOM f s 0.09 0.00 0.09 0.00 -matrice matrice NOM f s 2.16 2.03 2.00 1.96 -matrices matrice NOM f p 2.16 2.03 0.16 0.07 -matricide matricide NOM s 0.01 0.00 0.01 0.00 -matriciel matriciel ADJ m s 0.02 0.27 0.01 0.07 -matricielle matriciel ADJ f s 0.02 0.27 0.01 0.07 -matricielles matriciel ADJ f p 0.02 0.27 0.00 0.07 -matriciels matriciel ADJ m p 0.02 0.27 0.00 0.07 -matriculaire matriculaire NOM s 0.00 0.07 0.00 0.07 -matricule matricule NOM s 3.49 3.38 3.15 2.84 -matricules matricule NOM p 3.49 3.38 0.34 0.54 -matrilinéaire matrilinéaire ADJ s 0.00 0.20 0.00 0.14 -matrilinéaires matrilinéaire ADJ f p 0.00 0.20 0.00 0.07 -matrilocales matrilocal ADJ f p 0.00 0.07 0.00 0.07 -matrimonial matrimonial ADJ m s 1.40 1.28 0.69 0.54 -matrimoniale matrimonial ADJ f s 1.40 1.28 0.17 0.47 -matrimoniales matrimonial ADJ f p 1.40 1.28 0.40 0.27 -matrimoniaux matrimonial ADJ m p 1.40 1.28 0.13 0.00 -matriochka matriochka NOM f s 0.00 0.07 0.00 0.07 -matrone matrone NOM f s 0.36 3.72 0.23 2.16 -matrones matrone NOM f p 0.36 3.72 0.14 1.55 -mats mat NOM m p 6.84 4.32 0.35 0.14 -matte matte NOM f s 0.52 0.07 0.35 0.07 -matter matter VER 0.64 0.07 0.64 0.07 inf; -mattes matte NOM f p 0.52 0.07 0.16 0.00 -matèrent mater VER 17.27 14.93 0.00 0.14 ind:pas:3p; -maté maté NOM m s 1.62 0.20 1.62 0.14 -matuche matuche NOM m s 0.00 0.41 0.00 0.41 -matée mater VER f s 17.27 14.93 0.20 0.07 par:pas; -matées mater VER f p 17.27 14.93 0.16 0.14 par:pas; -maturation maturation NOM f s 0.07 0.68 0.07 0.54 -maturations maturation NOM f p 0.07 0.68 0.00 0.14 -mature mature ADJ s 1.83 0.00 1.65 0.00 -maturer maturer VER 0.00 0.07 0.00 0.07 inf; -matures mature ADJ p 1.83 0.00 0.17 0.00 -matérialisa matérialiser VER 1.05 4.32 0.00 0.20 ind:pas:3s; -matérialisaient matérialiser VER 1.05 4.32 0.01 0.07 ind:imp:3p; -matérialisait matérialiser VER 1.05 4.32 0.01 0.47 ind:imp:3s; -matérialisant matérialiser VER 1.05 4.32 0.04 0.14 par:pre; -matérialisation matérialisation NOM f s 0.17 0.54 0.15 0.54 -matérialisations matérialisation NOM f p 0.17 0.54 0.02 0.00 -matérialise matérialiser VER 1.05 4.32 0.25 0.61 ind:pre:1s;ind:pre:3s; -matérialisent matérialiser VER 1.05 4.32 0.05 0.14 ind:pre:3p; -matérialiser matérialiser VER 1.05 4.32 0.34 0.74 inf; -matérialisera matérialiser VER 1.05 4.32 0.00 0.07 ind:fut:3s; -matérialiseront matérialiser VER 1.05 4.32 0.01 0.00 ind:fut:3p; -matérialisions matérialiser VER 1.05 4.32 0.00 0.07 ind:imp:1p; -matérialisme matérialisme NOM m s 0.38 1.49 0.38 1.49 -matérialiste matérialiste ADJ s 0.82 0.88 0.65 0.61 -matérialistes matérialiste ADJ p 0.82 0.88 0.17 0.27 -matérialisèrent matérialiser VER 1.05 4.32 0.00 0.07 ind:pas:3p; -matérialisé matérialiser VER m s 1.05 4.32 0.17 0.34 par:pas; -matérialisée matérialiser VER f s 1.05 4.32 0.13 0.68 par:pas; -matérialisées matérialiser VER f p 1.05 4.32 0.01 0.27 par:pas; -matérialisés matérialiser VER m p 1.05 4.32 0.02 0.47 par:pas; -matérialité matérialité NOM f s 0.01 0.47 0.01 0.47 -matériau matériau NOM m s 3.78 5.14 0.95 1.62 -matériaux matériau NOM m p 3.78 5.14 2.83 3.51 -matériel matériel NOM m s 25.26 26.22 25.15 25.47 -matérielle matériel ADJ f s 5.54 16.89 1.17 5.14 -matériellement matériellement ADV 0.31 3.04 0.31 3.04 -matérielles matériel ADJ f p 5.54 16.89 0.45 3.31 -matériels matériel ADJ m p 5.54 16.89 1.38 3.45 -maturité maturité NOM f s 2.61 5.00 2.61 5.00 -matés mater VER m p 17.27 14.93 0.05 0.34 par:pas; -matutinal matutinal ADJ m s 0.00 0.34 0.00 0.07 -matutinale matutinal ADJ f s 0.00 0.34 0.00 0.14 -matutinales matutinal ADJ f p 0.00 0.34 0.00 0.07 -matutinaux matutinal ADJ m p 0.00 0.34 0.00 0.07 -maudira maudire VER 7.97 10.47 0.14 0.00 ind:fut:3s; -maudirai maudire VER 7.97 10.47 0.05 0.34 ind:fut:1s; -maudirais maudire VER 7.97 10.47 0.01 0.00 cnd:pre:2s; -maudirait maudire VER 7.97 10.47 0.21 0.07 cnd:pre:3s; -maudire maudire VER 7.97 10.47 1.65 2.64 inf; -maudirent maudire VER 7.97 10.47 0.00 0.07 ind:pas:3p; -maudirons maudire VER 7.97 10.47 0.01 0.00 ind:fut:1p; -maudiront maudire VER 7.97 10.47 0.02 0.00 ind:fut:3p; -maudis maudire VER m p 7.97 10.47 3.36 1.15 imp:pre:2s;ind:pre:1s;ind:pre:2s;par:pas; -maudissaient maudire VER 7.97 10.47 0.01 0.20 ind:imp:3p; -maudissais maudire VER 7.97 10.47 0.04 0.47 ind:imp:1s;ind:imp:2s; -maudissait maudire VER 7.97 10.47 0.25 1.55 ind:imp:3s; -maudissant maudire VER 7.97 10.47 0.21 2.23 par:pre; -maudisse maudire VER 7.97 10.47 0.95 0.14 sub:pre:1s;sub:pre:3s; -maudissent maudire VER 7.97 10.47 0.26 0.20 ind:pre:3p; -maudissez maudire VER 7.97 10.47 0.20 0.14 imp:pre:2p;ind:pre:2p; -maudissions maudire VER 7.97 10.47 0.00 0.20 ind:imp:1p; -maudit maudit ADJ m s 37.18 17.50 17.59 7.43 -maudite maudit ADJ f s 37.18 17.50 12.65 5.47 -maudites maudit ADJ f p 37.18 17.50 1.71 1.42 -maudits maudit ADJ m p 37.18 17.50 5.23 3.18 -maugréa maugréer VER 0.29 5.41 0.00 1.15 ind:pas:3s; -maugréai maugréer VER 0.29 5.41 0.00 0.14 ind:pas:1s; -maugréaient maugréer VER 0.29 5.41 0.00 0.14 ind:imp:3p; -maugréait maugréer VER 0.29 5.41 0.00 0.61 ind:imp:3s; -maugréant maugréer VER 0.29 5.41 0.00 2.57 par:pre; -maugrée maugréer VER 0.29 5.41 0.27 0.27 imp:pre:2s;ind:pre:3s; -maugréer maugréer VER 0.29 5.41 0.03 0.54 inf; -maure maure ADJ s 1.11 0.81 0.90 0.41 -maures maure NOM p 0.96 1.15 0.31 0.14 -mauresque mauresque ADJ s 0.12 2.91 0.12 2.09 -mauresques mauresque ADJ p 0.12 2.91 0.00 0.81 -mauricienne mauricien ADJ f s 0.00 0.07 0.00 0.07 -mauritanienne mauritanien ADJ f s 0.00 0.07 0.00 0.07 -maurrassien maurrassien NOM m s 0.00 0.14 0.00 0.14 -maurrassisme maurrassisme NOM m s 0.00 0.07 0.00 0.07 -mauser mauser NOM m s 0.57 3.04 0.56 2.09 -mausers mauser NOM m p 0.57 3.04 0.01 0.95 -mausolée mausolée NOM m s 1.66 3.11 1.64 2.91 -mausolées mausolée NOM m p 1.66 3.11 0.02 0.20 -maussade maussade ADJ s 1.09 7.97 1.04 6.82 -maussadement maussadement ADV 0.00 0.27 0.00 0.27 -maussaderie maussaderie NOM f s 0.00 0.34 0.00 0.27 -maussaderies maussaderie NOM f p 0.00 0.34 0.00 0.07 -maussades maussade ADJ p 1.09 7.97 0.05 1.15 -mauvais mauvais ADJ m 252.69 200.61 138.04 108.65 -mauvaise mauvais ADJ f s 252.69 200.61 88.33 70.88 -mauvaisement mauvaisement ADV 0.00 0.27 0.00 0.27 -mauvaises mauvais ADJ f p 252.69 200.61 26.32 21.08 -mauvaiseté mauvaiseté NOM f s 0.00 0.20 0.00 0.20 -mauve mauve ADJ s 0.70 17.64 0.63 10.68 -mauves mauve ADJ p 0.70 17.64 0.07 6.96 -mauviette mauviette NOM f s 4.86 0.88 3.49 0.61 -mauviettes mauviette NOM f p 4.86 0.88 1.37 0.27 -maux mal NOM m p 326.58 193.92 8.31 8.78 -max max NOM m s 5.94 2.30 5.94 2.30 -maxi maxi ADJ 1.71 0.27 1.71 0.27 -maxillaire maxillaire NOM m s 0.27 1.76 0.25 0.54 -maxillaires maxillaire ADJ f p 0.08 0.14 0.05 0.07 -maxillo_facial maxillo_facial ADJ m s 0.01 0.00 0.01 0.00 -maxima maximum NOM m p 14.79 15.81 0.22 0.41 -maximal maximal ADJ m s 3.04 0.61 0.34 0.20 -maximale maximal ADJ f s 3.04 0.61 2.53 0.41 -maximales maximal ADJ f p 3.04 0.61 0.16 0.00 -maximalise maximaliser VER 0.03 0.00 0.01 0.00 ind:pre:3s; -maximaliser maximaliser VER 0.03 0.00 0.02 0.00 inf; -maximalisme maximalisme NOM m s 0.00 0.14 0.00 0.14 -maxime maxime NOM f s 0.67 2.09 0.64 1.22 -maximes maxime NOM f p 0.67 2.09 0.03 0.88 -maximisation maximisation NOM f s 0.01 0.00 0.01 0.00 -maximiser maximiser VER 0.26 0.00 0.26 0.00 inf; -maximum maximum NOM m s 14.79 15.81 14.55 15.34 -maximums maximum ADJ m p 5.80 1.96 0.04 0.00 -maxis maxi NOM m p 0.58 0.95 0.04 0.00 -maxiton maxiton NOM m s 0.00 0.14 0.00 0.14 -maya maya ADJ s 0.56 0.20 0.44 0.20 -mayas maya ADJ p 0.56 0.20 0.12 0.00 -mayo mayo NOM f s 0.77 0.00 0.77 0.00 -mayonnaise mayonnaise NOM f s 3.64 3.45 3.63 3.45 -mayonnaises mayonnaise NOM f p 3.64 3.45 0.01 0.00 -mazagran mazagran NOM m s 0.00 0.20 0.00 0.07 -mazagrans mazagran NOM m p 0.00 0.20 0.00 0.14 -mazas mazer VER 0.01 0.27 0.00 0.07 ind:pas:2s; -mazdéens mazdéen ADJ m p 0.00 0.07 0.00 0.07 -maze mazer VER 0.01 0.27 0.01 0.14 imp:pre:2s;ind:pre:3s; -mazet mazet NOM m s 0.00 0.41 0.00 0.41 -mazette mazette ONO 0.32 0.81 0.32 0.81 -mazettes mazette NOM f p 0.02 0.07 0.01 0.00 -mazout mazout NOM m s 1.42 2.64 1.42 2.64 -mazouté mazouter VER m s 0.00 0.07 0.00 0.07 par:pas; -mazoutés mazouté ADJ m p 0.00 0.14 0.00 0.14 -mazé mazer VER m s 0.01 0.27 0.00 0.07 par:pas; -mazurka mazurka NOM f s 0.58 0.41 0.58 0.34 -mazurkas mazurka NOM f p 0.58 0.41 0.00 0.07 -me me PRO:per s 4929.44 4264.32 4929.44 4264.32 -mea_culpa mea_culpa NOM m 0.07 0.14 0.07 0.14 -mea_culpa mea_culpa NOM m 0.70 0.68 0.70 0.68 -mec mec NOM m s 325.54 72.30 252.94 50.41 -meccano meccano NOM m s 0.29 1.01 0.29 0.95 -meccanos meccano NOM m p 0.29 1.01 0.00 0.07 -mechta mechta NOM f s 0.00 0.34 0.00 0.14 -mechtas mechta NOM f p 0.00 0.34 0.00 0.20 -mecklembourgeois mecklembourgeois NOM m 0.00 0.07 0.00 0.07 -mecs mec NOM m p 325.54 72.30 72.61 21.89 -mecton mecton NOM m s 0.03 0.74 0.03 0.27 -mectons mecton NOM m p 0.03 0.74 0.00 0.47 -media media NOM f s 7.72 0.07 7.72 0.07 -medicine_ball medicine_ball NOM m s 0.00 0.07 0.00 0.07 -medium medium NOM m s 0.59 0.07 0.59 0.07 -meeting meeting NOM m s 4.23 6.82 3.49 4.73 -meetings meeting NOM m p 4.23 6.82 0.74 2.09 -meiji meiji ADJ m s 0.02 0.07 0.02 0.07 -meilleur meilleur ADJ m s 221.17 86.82 99.59 34.32 -meilleure meilleur ADJ f s 221.17 86.82 73.69 24.86 -meilleures meilleur ADJ f p 221.17 86.82 15.25 10.41 -meilleurs meilleur ADJ m p 221.17 86.82 32.64 17.23 -melba melba ADJ 0.03 0.20 0.03 0.20 -melkites melkite NOM p 0.00 0.14 0.00 0.14 -melliflues melliflue ADJ f p 0.00 0.07 0.00 0.07 -mellifère mellifère ADJ s 0.00 0.07 0.00 0.07 -mellifères mellifère NOM m p 0.00 0.07 0.00 0.07 -melon melon NOM m s 7.11 6.96 4.92 5.20 -melons melon NOM m p 7.11 6.96 2.19 1.76 -melting_pot melting_pot NOM m s 0.14 0.07 0.13 0.00 -melting_pot melting_pot NOM m s 0.14 0.07 0.01 0.07 -membranaire membranaire ADJ f s 0.01 0.00 0.01 0.00 -membrane membrane NOM f s 1.23 2.97 0.89 1.69 -membranes membrane NOM f p 1.23 2.97 0.34 1.28 -membraneuse membraneux ADJ f s 0.01 0.34 0.00 0.07 -membraneuses membraneux ADJ f p 0.01 0.34 0.01 0.14 -membraneux membraneux ADJ m 0.01 0.34 0.00 0.14 -membre membre NOM m s 56.06 64.86 26.72 15.20 -membres membre NOM m p 56.06 64.86 29.34 49.66 -membré membré ADJ m s 0.05 0.07 0.05 0.07 -membrues membru ADJ f p 0.00 0.07 0.00 0.07 -membrure membrure NOM f s 0.03 0.61 0.02 0.34 -membrures membrure NOM f p 0.03 0.61 0.01 0.27 -mena mener VER 99.86 137.70 0.40 3.85 ind:pas:3s; -menace menace NOM f s 30.36 44.12 21.07 26.01 -menacent menacer VER 49.61 52.57 2.46 2.50 ind:pre:3p; -menacer menacer VER 49.61 52.57 5.33 5.34 inf; -menacera menacer VER 49.61 52.57 0.09 0.07 ind:fut:3s; -menaceraient menacer VER 49.61 52.57 0.04 0.00 cnd:pre:3p; -menacerait menacer VER 49.61 52.57 0.10 0.27 cnd:pre:3s; -menaceras menacer VER 49.61 52.57 0.01 0.00 ind:fut:2s; -menaceriez menacer VER 49.61 52.57 0.03 0.00 cnd:pre:2p; -menaceront menacer VER 49.61 52.57 0.15 0.14 ind:fut:3p; -menaces menace NOM f p 30.36 44.12 9.28 18.11 -menacez menacer VER 49.61 52.57 1.41 0.20 imp:pre:2p;ind:pre:2p; -menaciez menacer VER 49.61 52.57 0.25 0.00 ind:imp:2p; -menacions menacer VER 49.61 52.57 0.01 0.07 ind:imp:1p; -menacèrent menacer VER 49.61 52.57 0.01 0.20 ind:pas:3p; -menacé menacer VER m s 49.61 52.57 14.44 7.84 par:pas; -menacée menacer VER f s 49.61 52.57 4.83 4.05 par:pas; -menacées menacer VER f p 49.61 52.57 0.50 0.95 par:pas; -menacés menacer VER m p 49.61 52.57 1.44 2.30 par:pas; -menai mener VER 99.86 137.70 0.02 0.20 ind:pas:1s; -menaient mener VER 99.86 137.70 0.49 6.96 ind:imp:3p; -menais mener VER 99.86 137.70 0.70 2.30 ind:imp:1s;ind:imp:2s; -menait mener VER 99.86 137.70 2.56 24.80 ind:imp:3s; -menant mener VER 99.86 137.70 1.68 7.03 par:pre; -menassent mener VER 99.86 137.70 0.00 0.07 sub:imp:3p; -menaça menacer VER 49.61 52.57 0.16 1.82 ind:pas:3s; -menaçaient menacer VER 49.61 52.57 1.07 3.04 ind:imp:3p; -menaçais menacer VER 49.61 52.57 0.34 0.34 ind:imp:1s;ind:imp:2s; -menaçait menacer VER 49.61 52.57 2.95 10.07 ind:imp:3s; -menaçant menaçant ADJ m s 3.56 16.69 1.76 7.09 -menaçante menaçant ADJ f s 3.56 16.69 1.33 5.61 -menaçantes menaçant ADJ f p 3.56 16.69 0.06 1.28 -menaçants menaçant ADJ m p 3.56 16.69 0.41 2.70 -menaçons menacer VER 49.61 52.57 0.19 0.00 ind:pre:1p; -menaçât menacer VER 49.61 52.57 0.01 0.07 sub:imp:3s; -mencheviks menchevik NOM p 0.00 0.07 0.00 0.07 -mendia mendier VER 4.07 6.49 0.01 0.00 ind:pas:3s; -mendiaient mendier VER 4.07 6.49 0.01 0.34 ind:imp:3p; -mendiais mendier VER 4.07 6.49 0.27 0.07 ind:imp:1s;ind:imp:2s; -mendiait mendier VER 4.07 6.49 0.24 0.68 ind:imp:3s; -mendiant mendiant NOM m s 6.86 11.76 3.44 5.20 -mendiante mendiant NOM f s 6.86 11.76 0.34 0.95 -mendiantes mendiant NOM f p 6.86 11.76 0.00 0.14 -mendiants mendiant NOM m p 6.86 11.76 3.07 5.47 -mendicité mendicité NOM f s 0.44 0.95 0.44 0.88 -mendicités mendicité NOM f p 0.44 0.95 0.00 0.07 -mendie mendier VER 4.07 6.49 0.61 0.54 imp:pre:2s;ind:pre:1s;ind:pre:3s; -mendient mendier VER 4.07 6.49 0.23 0.14 ind:pre:3p; -mendier mendier VER 4.07 6.49 2.07 3.11 inf; -mendierait mendier VER 4.07 6.49 0.00 0.07 cnd:pre:3s; -mendieras mendier VER 4.07 6.49 0.00 0.07 ind:fut:2s; -mendies mendier VER 4.07 6.49 0.01 0.00 ind:pre:2s; -mendiez mendier VER 4.07 6.49 0.03 0.00 imp:pre:2p;ind:pre:2p; -mendigot mendigot NOM m s 0.30 0.81 0.30 0.07 -mendigotant mendigoter VER 0.00 0.14 0.00 0.07 par:pre; -mendigote mendigot NOM f s 0.30 0.81 0.00 0.07 -mendigoter mendigoter VER 0.00 0.14 0.00 0.07 inf; -mendigots mendigot NOM m p 0.30 0.81 0.00 0.68 -mendions mendier VER 4.07 6.49 0.10 0.07 ind:pre:1p; -mendié mendier VER m s 4.07 6.49 0.10 0.34 par:pas; -mendiée mendier VER f s 4.07 6.49 0.00 0.07 par:pas; -mendiées mendier VER f p 4.07 6.49 0.00 0.07 par:pas; -mendé mendé ADJ s 0.01 0.00 0.01 0.00 -meneau meneau NOM m s 2.18 0.54 0.00 0.07 -meneaux meneau NOM m p 2.18 0.54 2.18 0.47 -mener mener VER 99.86 137.70 22.45 29.53 inf;; -meneur meneur NOM m s 2.94 3.51 1.67 2.03 -meneurs meneur NOM m p 2.94 3.51 0.69 1.35 -meneuse meneur NOM f s 2.94 3.51 0.59 0.14 -menez mener VER 99.86 137.70 2.96 0.41 imp:pre:2p;ind:pre:2p; -menhaden menhaden NOM m s 0.01 0.00 0.01 0.00 -menhir menhir NOM m s 0.41 0.68 0.41 0.20 -menhirs menhir NOM m p 0.41 0.68 0.00 0.47 -meniez mener VER 99.86 137.70 0.22 0.00 ind:imp:2p;sub:pre:2p; -menions mener VER 99.86 137.70 0.06 0.88 ind:imp:1p; -mennonite mennonite NOM m s 0.09 0.14 0.04 0.07 -mennonites mennonite NOM m p 0.09 0.14 0.05 0.07 -menon menon NOM m s 0.03 0.07 0.02 0.00 -menons mener VER 99.86 137.70 1.20 0.81 imp:pre:1p;ind:pre:1p; -menora menora NOM f s 0.03 0.00 0.03 0.00 -menât mener VER 99.86 137.70 0.00 0.20 sub:imp:3s; -menotte menotte NOM f s 11.65 7.84 0.78 0.61 -menotter menotter VER 2.65 0.27 0.31 0.00 inf; -menottes menotte NOM f p 11.65 7.84 10.88 7.23 -menottez menotter VER 2.65 0.27 0.83 0.00 imp:pre:2p;ind:pre:2p; -menotté menotter VER m s 2.65 0.27 1.06 0.27 par:pas; -menottée menotter VER f s 2.65 0.27 0.28 0.00 par:pas; -menottés menotter VER m p 2.65 0.27 0.17 0.00 par:pas; -mens mentir VER 185.16 52.03 42.12 5.88 imp:pre:2s;ind:pre:1s;ind:pre:2s; -mensonge mensonge NOM m s 61.05 35.41 33.64 21.89 -mensonger mensonger ADJ m s 1.29 1.96 0.29 0.47 -mensongers mensonger ADJ m p 1.29 1.96 0.14 0.14 -mensonges mensonge NOM m p 61.05 35.41 27.41 13.51 -mensongère mensonger ADJ f s 1.29 1.96 0.48 0.81 -mensongèrement mensongèrement ADV 0.00 0.20 0.00 0.20 -mensongères mensonger ADJ f p 1.29 1.96 0.38 0.54 -menstruation menstruation NOM f s 0.40 0.00 0.28 0.00 -menstruations menstruation NOM f p 0.40 0.00 0.13 0.00 -menstruel menstruel ADJ m s 0.29 0.54 0.22 0.27 -menstruelle menstruel ADJ f s 0.29 0.54 0.01 0.07 -menstruelles menstruel ADJ f p 0.29 0.54 0.02 0.14 -menstruels menstruel ADJ m p 0.29 0.54 0.04 0.07 -menstrues menstrue NOM f p 0.00 0.14 0.00 0.14 -mensualité mensualité NOM f s 0.72 1.01 0.15 0.81 -mensualités mensualité NOM f p 0.72 1.01 0.56 0.20 -mensuel mensuel ADJ m s 2.13 2.50 0.73 0.81 -mensuelle mensuel ADJ f s 2.13 2.50 0.87 0.88 -mensuellement mensuellement ADV 0.01 0.14 0.01 0.14 -mensuelles mensuel ADJ f p 2.13 2.50 0.23 0.34 -mensuels mensuel ADJ m p 2.13 2.50 0.30 0.47 -mensuration mensuration NOM f s 0.58 1.42 0.00 0.20 -mensurations mensuration NOM f p 0.58 1.42 0.58 1.22 -ment mentir VER 185.16 52.03 24.08 5.81 ind:pre:3s; -mentît mentir VER 185.16 52.03 0.00 0.14 sub:imp:3s; -mentaient mentir VER 185.16 52.03 0.44 0.88 ind:imp:3p; -mentais mentir VER 185.16 52.03 3.64 1.55 ind:imp:1s;ind:imp:2s; -mentait mentir VER 185.16 52.03 2.54 5.88 ind:imp:3s; -mental mental ADJ m s 18.15 11.35 5.84 4.05 -mentale mental ADJ f s 18.15 11.35 6.92 4.80 -mentalement mentalement ADV 4.37 6.42 4.37 6.42 -mentales mental ADJ f p 18.15 11.35 1.68 1.01 -mentaliser mentaliser VER 0.00 0.07 0.00 0.07 inf; -mentalité mentalité NOM f s 2.79 5.95 2.15 5.27 -mentalités mentalité NOM f p 2.79 5.95 0.64 0.68 -mentant mentir VER 185.16 52.03 0.72 0.54 par:pre; -mentaux mental ADJ m p 18.15 11.35 3.71 1.49 -mente mentir VER 185.16 52.03 1.94 0.41 sub:pre:1s;sub:pre:3s; -mentent mentir VER 185.16 52.03 5.57 1.15 ind:pre:3p; -menterie menterie NOM f s 0.12 0.74 0.10 0.14 -menteries menterie NOM f p 0.12 0.74 0.02 0.61 -mentes mentir VER 185.16 52.03 0.32 0.00 sub:pre:2s; -menteur menteur NOM m s 36.31 5.34 23.57 3.38 -menteurs menteur NOM m p 36.31 5.34 4.46 1.01 -menteuse menteur NOM f s 36.31 5.34 8.28 0.95 -menteuses menteur ADJ f p 8.49 4.80 0.36 0.27 -mentez mentir VER 185.16 52.03 10.29 1.22 imp:pre:2p;ind:pre:2p; -menthe menthe NOM f s 5.51 9.53 5.21 9.39 -menthes menthe NOM f p 5.51 9.53 0.30 0.14 -menthol menthol NOM m s 0.44 0.41 0.36 0.34 -menthols menthol NOM m p 0.44 0.41 0.08 0.07 -mentholé mentholé ADJ m s 0.19 0.34 0.04 0.00 -mentholée mentholé ADJ f s 0.19 0.34 0.10 0.20 -mentholées mentholé ADJ f p 0.19 0.34 0.04 0.14 -mentholés mentholé NOM m p 0.03 0.00 0.01 0.00 -menèrent mener VER 99.86 137.70 0.09 0.88 ind:pas:3p; -menti mentir VER m s 185.16 52.03 47.32 9.59 par:pas; -mentiez mentir VER 185.16 52.03 0.61 0.20 ind:imp:2p; -mention mention NOM f s 4.27 6.01 4.03 5.54 -mentionna mentionner VER 15.61 9.32 0.10 0.61 ind:pas:3s; -mentionnai mentionner VER 15.61 9.32 0.00 0.07 ind:pas:1s; -mentionnaient mentionner VER 15.61 9.32 0.03 0.47 ind:imp:3p; -mentionnais mentionner VER 15.61 9.32 0.10 0.07 ind:imp:1s;ind:imp:2s; -mentionnait mentionner VER 15.61 9.32 0.33 1.01 ind:imp:3s; -mentionnant mentionner VER 15.61 9.32 0.05 0.47 par:pre; -mentionne mentionner VER 15.61 9.32 2.33 0.54 imp:pre:2s;ind:pre:1s;ind:pre:3s; -mentionnent mentionner VER 15.61 9.32 0.64 0.27 ind:pre:3p; -mentionner mentionner VER 15.61 9.32 2.86 2.03 inf; -mentionnerai mentionner VER 15.61 9.32 0.11 0.14 ind:fut:1s; -mentionnerais mentionner VER 15.61 9.32 0.01 0.07 cnd:pre:1s; -mentionnerait mentionner VER 15.61 9.32 0.14 0.00 cnd:pre:3s; -mentionneras mentionner VER 15.61 9.32 0.02 0.00 ind:fut:2s; -mentionnerez mentionner VER 15.61 9.32 0.04 0.00 ind:fut:2p; -mentionnes mentionner VER 15.61 9.32 0.14 0.00 ind:pre:2s; -mentionnez mentionner VER 15.61 9.32 0.70 0.00 imp:pre:2p;ind:pre:2p; -mentionniez mentionner VER 15.61 9.32 0.07 0.00 ind:imp:2p; -mentionnons mentionner VER 15.61 9.32 0.11 0.07 imp:pre:1p; -mentionnât mentionner VER 15.61 9.32 0.01 0.00 sub:imp:3s; -mentionné mentionner VER m s 15.61 9.32 6.56 2.36 par:pas; -mentionnée mentionner VER f s 15.61 9.32 0.42 0.61 par:pas; -mentionnées mentionner VER f p 15.61 9.32 0.39 0.34 par:pas; -mentionnés mentionner VER m p 15.61 9.32 0.45 0.20 par:pas; -mentions mention NOM f p 4.27 6.01 0.24 0.47 -mentir mentir VER 185.16 52.03 37.01 15.20 inf; -mentira mentir VER 185.16 52.03 0.51 0.07 ind:fut:3s; -mentirai mentir VER 185.16 52.03 1.60 0.14 ind:fut:1s; -mentiraient mentir VER 185.16 52.03 0.30 0.14 cnd:pre:3p; -mentirais mentir VER 185.16 52.03 3.47 1.35 cnd:pre:1s;cnd:pre:2s; -mentirait mentir VER 185.16 52.03 1.55 0.07 cnd:pre:3s; -mentiras mentir VER 185.16 52.03 0.24 0.07 ind:fut:2s; -mentirez mentir VER 185.16 52.03 0.05 0.00 ind:fut:2p; -mentiriez mentir VER 185.16 52.03 0.19 0.00 cnd:pre:2p; -mentirons mentir VER 185.16 52.03 0.04 0.07 ind:fut:1p; -mentiront mentir VER 185.16 52.03 0.05 0.00 ind:fut:3p; -mentis mentir VER 185.16 52.03 0.25 0.47 ind:pas:1s; -mentissent mentir VER 185.16 52.03 0.00 0.07 sub:imp:3p; -mentit mentir VER 185.16 52.03 0.06 1.01 ind:pas:3s; -menton menton NOM m s 6.58 60.00 6.45 58.65 -mentonnet mentonnet NOM m s 0.00 0.07 0.00 0.07 -mentonnier mentonnier ADJ m s 0.00 0.14 0.00 0.07 -mentonnière mentonnier NOM f s 0.00 0.34 0.00 0.34 -mentons mentir VER 185.16 52.03 0.24 0.14 imp:pre:1p;ind:pre:1p; -mentor mentor NOM m s 1.72 0.74 1.62 0.61 -mentors mentor NOM m p 1.72 0.74 0.10 0.14 -mentule mentule NOM f s 0.00 0.07 0.00 0.07 -mené mener VER m s 99.86 137.70 10.41 10.07 par:pas; -menu menu NOM m s 11.15 14.53 9.87 12.03 -menée mener VER f s 99.86 137.70 3.89 8.65 par:pas; -menue menu ADJ f s 2.29 27.77 0.69 5.68 -menées mener VER f p 99.86 137.70 0.82 2.57 par:pas; -menues menu ADJ f p 2.29 27.77 0.19 4.32 -menuet menuet NOM m s 0.75 0.95 0.62 0.81 -menuets menuet NOM m p 0.75 0.95 0.14 0.14 -menuise menuise NOM f s 0.14 0.00 0.14 0.00 -menuiser menuiser VER 0.00 0.14 0.00 0.07 inf; -menuisera menuiser VER 0.00 0.14 0.00 0.07 ind:fut:3s; -menuiserie menuiserie NOM f s 0.46 1.22 0.46 1.22 -menuisier menuisier NOM m s 3.54 4.46 2.88 4.05 -menuisiers menuisier NOM m p 3.54 4.46 0.65 0.41 -menés mener VER m p 99.86 137.70 2.51 2.97 par:pas; -menus menu NOM m p 11.15 14.53 1.28 2.50 -mer_air mer_air ADJ f s 0.01 0.00 0.01 0.00 -mer mer NOM f s 106.61 257.57 99.49 246.55 -mercanti mercanti NOM m s 0.27 0.20 0.14 0.14 -mercantile mercantile ADJ s 0.10 0.95 0.10 0.54 -mercantiles mercantile ADJ p 0.10 0.95 0.00 0.41 -mercantilisme mercantilisme NOM m s 0.04 0.14 0.04 0.14 -mercantis mercanti NOM m p 0.27 0.20 0.14 0.07 -mercaptan mercaptan NOM m s 0.01 0.00 0.01 0.00 -mercenaire mercenaire NOM s 2.87 2.30 1.33 0.54 -mercenaires mercenaire NOM p 2.87 2.30 1.54 1.76 -mercerie mercerie NOM f s 0.94 9.32 0.94 8.99 -merceries mercerie NOM f p 0.94 9.32 0.00 0.34 -mercerisé merceriser VER m s 0.02 0.27 0.02 0.27 par:pas; -merchandising merchandising NOM m s 0.16 0.00 0.16 0.00 -merci merci ONO 936.01 42.36 936.01 42.36 -mercier mercier NOM m s 0.14 4.26 0.14 0.34 -merciers mercier NOM m p 0.14 4.26 0.00 0.14 -mercis merci NOM m p 379.38 53.51 0.94 0.27 -mercière mercière NOM f s 0.01 0.00 0.01 0.00 -mercières mercier NOM f p 0.14 4.26 0.00 0.07 -mercredi mercredi NOM m s 21.48 12.64 20.38 11.82 -mercredis mercredi NOM m p 21.48 12.64 1.11 0.81 -mercure mercure NOM m s 1.13 1.76 1.13 1.76 -mercurey mercurey NOM m s 0.00 0.27 0.00 0.27 -mercuriale mercuriale NOM f s 0.00 0.14 0.00 0.07 -mercuriales mercuriale NOM f p 0.00 0.14 0.00 0.07 -mercurochrome mercurochrome NOM m s 0.07 1.22 0.07 1.22 -merda merder VER 16.50 3.58 0.42 0.00 ind:pas:3s; -merdait merder VER 16.50 3.58 0.19 0.00 ind:imp:3s; -merdasse merdasse ONO 0.02 0.07 0.02 0.07 -merde merde ONO 221.46 33.85 221.46 33.85 -merdent merder VER 16.50 3.58 0.08 0.00 ind:pre:3p; -merder merder VER 16.50 3.58 0.89 0.00 inf; -merderai merder VER 16.50 3.58 0.02 0.00 ind:fut:1s; -merdes merde NOM f p 213.05 62.77 6.37 1.49 -merdeuse merdeux ADJ f s 3.56 2.57 0.82 0.54 -merdeuses merdeux ADJ f p 3.56 2.57 0.01 0.54 -merdeux merdeux NOM m 5.22 1.82 5.22 1.82 -merdez merder VER 16.50 3.58 0.16 0.00 imp:pre:2p;ind:pre:2p; -merdier merdier NOM m s 5.34 1.96 5.33 1.89 -merdiers merdier NOM m p 5.34 1.96 0.01 0.07 -merdique merdique ADJ s 7.82 2.16 6.53 1.42 -merdiques merdique ADJ p 7.82 2.16 1.29 0.74 -merdoie merdoyer VER 0.00 0.20 0.00 0.14 imp:pre:2s; -merdouille merdouille NOM f s 0.20 0.34 0.20 0.34 -merdouillé merdouiller VER m s 0.01 0.00 0.01 0.00 par:pas; -merdoyait merdoyer VER 0.00 0.20 0.00 0.07 ind:imp:3s; -merdre merdre ONO 0.04 0.07 0.04 0.07 -merdé merder VER m s 16.50 3.58 9.14 0.20 par:pas; -merdée merder VER f s 16.50 3.58 0.04 0.07 par:pas; -merguez merguez NOM f 0.70 2.16 0.70 2.16 -meringue meringue NOM f s 0.51 1.35 0.47 0.81 -meringues meringue NOM f p 0.51 1.35 0.04 0.54 -meringué meringuer VER m s 0.20 0.27 0.01 0.07 par:pas; -meringuée meringuer VER f s 0.20 0.27 0.20 0.14 par:pas; -meringuées meringuer VER f p 0.20 0.27 0.00 0.07 par:pas; -merise merise NOM f s 0.01 0.07 0.01 0.00 -merises merise NOM f p 0.01 0.07 0.00 0.07 -merisier merisier NOM m s 0.13 1.15 0.13 0.81 -merisiers merisier NOM m p 0.13 1.15 0.00 0.34 -merl merl NOM m s 0.26 0.00 0.26 0.00 -merlan merlan NOM m s 1.81 3.78 1.76 3.45 -merlans merlan NOM m p 1.81 3.78 0.05 0.34 -merle merle NOM m s 2.24 4.19 1.80 2.64 -merleau merleau NOM m s 0.00 0.07 0.00 0.07 -merles merle NOM m p 2.24 4.19 0.45 1.55 -merlette merlette NOM f s 0.00 0.20 0.00 0.20 -merlin merlin NOM m s 0.02 0.20 0.02 0.20 -merlot merlot NOM m s 1.90 0.00 1.90 0.00 -merlu merlu NOM m s 0.01 0.14 0.01 0.14 -merluche merluche NOM f s 0.01 0.27 0.01 0.20 -merluches merluche NOM f p 0.01 0.27 0.00 0.07 -merrain merrain NOM m s 0.00 0.61 0.00 0.41 -merrains merrain NOM m p 0.00 0.61 0.00 0.20 -mers mer NOM f p 106.61 257.57 7.12 11.01 -merveille merveille NOM f s 21.16 33.31 15.64 22.50 -merveilles merveille NOM f p 21.16 33.31 5.52 10.81 -merveilleuse merveilleux ADJ f s 79.25 40.34 20.93 14.80 -merveilleusement merveilleusement ADV 3.63 7.03 3.63 7.03 -merveilleuses merveilleux ADJ f p 79.25 40.34 3.88 4.26 -merveilleux merveilleux ADJ m 79.25 40.34 54.44 21.28 -merveillosité merveillosité NOM f s 0.01 0.00 0.01 0.00 -mes mes ADJ:pos 1102.23 1023.11 1102.23 1023.11 -mesa mesa NOM f s 0.51 0.07 0.51 0.07 -mescal mescal NOM m s 0.26 0.00 0.26 0.00 -mescaline mescaline NOM f s 0.25 0.07 0.25 0.07 -mesclun mesclun NOM m s 0.05 0.00 0.05 0.00 -mesdames madame NOM f p 307.36 203.45 58.03 4.73 -mesdemoiselles mesdemoiselles NOM f p 7.36 0.74 7.36 0.74 -mesmérisme mesmérisme NOM m s 0.04 0.00 0.04 0.00 -mesnils mesnil NOM m p 0.00 0.07 0.00 0.07 -mesquin mesquin ADJ m s 2.93 6.96 1.64 2.91 -mesquine mesquin ADJ f s 2.93 6.96 0.74 1.62 -mesquinement mesquinement ADV 0.00 0.14 0.00 0.14 -mesquinerie mesquinerie NOM f s 0.51 1.96 0.20 1.42 -mesquineries mesquinerie NOM f p 0.51 1.96 0.31 0.54 -mesquines mesquin ADJ f p 2.93 6.96 0.21 1.35 -mesquins mesquin ADJ m p 2.93 6.96 0.34 1.08 -mess mess NOM m 1.74 2.57 1.74 2.57 -message message NOM m s 117.11 42.57 99.70 31.15 -messager messager NOM m s 10.87 6.28 9.60 3.38 -messagerie messagerie NOM f s 1.05 0.68 1.02 0.14 -messageries messagerie NOM f p 1.05 0.68 0.03 0.54 -messagers messager NOM m p 10.87 6.28 1.06 2.09 -messages message NOM m p 117.11 42.57 17.41 11.42 -messagère messager NOM f s 10.87 6.28 0.21 0.61 -messagères messager NOM f p 10.87 6.28 0.00 0.20 -messaliste messaliste ADJ s 0.00 0.20 0.00 0.20 -messalistes messaliste NOM p 0.00 0.20 0.00 0.14 -messe messe NOM f s 18.36 35.68 16.14 32.70 -messeigneurs messeigneurs NOM m p 0.50 0.14 0.50 0.14 -messer messer NOM m s 1.50 0.95 1.50 0.95 -messes messe NOM f p 18.36 35.68 2.22 2.97 -messianique messianique ADJ s 0.05 0.27 0.03 0.20 -messianiques messianique ADJ f p 0.05 0.27 0.02 0.07 -messianisme messianisme NOM m s 0.00 0.07 0.00 0.07 -messidor messidor NOM m s 0.00 0.07 0.00 0.07 -messie messie NOM m s 0.69 0.54 0.61 0.54 -messies messie NOM m p 0.69 0.54 0.08 0.00 -messieurs_dames messieurs_dames NOM m p 0.48 0.68 0.48 0.68 -messieurs monsieur NOM m p 739.12 324.86 155.66 38.11 -messine messin ADJ f s 0.02 0.07 0.02 0.07 -messire messire NOM m s 5.69 0.47 5.21 0.41 -messires messire NOM m p 5.69 0.47 0.48 0.07 -messéance messéance NOM f s 0.00 0.07 0.00 0.07 -mestre mestre NOM m s 0.01 0.00 0.01 0.00 -mesura mesurer VER 19.65 47.30 0.01 1.76 ind:pas:3s; -mesurable mesurable ADJ s 0.22 0.95 0.19 0.74 -mesurables mesurable ADJ f p 0.22 0.95 0.02 0.20 -mesurai mesurer VER 19.65 47.30 0.00 0.54 ind:pas:1s; -mesuraient mesurer VER 19.65 47.30 0.16 0.95 ind:imp:3p; -mesurais mesurer VER 19.65 47.30 0.35 1.82 ind:imp:1s;ind:imp:2s; -mesurait mesurer VER 19.65 47.30 0.79 4.53 ind:imp:3s; -mesurant mesurer VER 19.65 47.30 0.42 2.23 par:pre; -mesurassent mesurer VER 19.65 47.30 0.00 0.07 sub:imp:3p; -mesure mesure NOM f s 32.15 132.84 21.02 112.16 -mesurent mesurer VER 19.65 47.30 1.01 1.08 ind:pre:3p; -mesurer mesurer VER 19.65 47.30 6.63 16.35 inf; -mesurera mesurer VER 19.65 47.30 0.37 0.20 ind:fut:3s; -mesurerait mesurer VER 19.65 47.30 0.06 0.00 cnd:pre:3s; -mesurerez mesurer VER 19.65 47.30 0.00 0.07 ind:fut:2p; -mesurerons mesurer VER 19.65 47.30 0.00 0.07 ind:fut:1p; -mesureront mesurer VER 19.65 47.30 0.07 0.00 ind:fut:3p; -mesures mesure NOM f p 32.15 132.84 11.14 20.68 -mesurette mesurette NOM f s 0.01 0.00 0.01 0.00 -mesureur mesureur NOM m s 0.01 0.27 0.01 0.27 -mesurez mesurer VER 19.65 47.30 0.91 0.34 imp:pre:2p;ind:pre:2p; -mesuriez mesurer VER 19.65 47.30 0.03 0.07 ind:imp:2p; -mesurions mesurer VER 19.65 47.30 0.10 0.20 ind:imp:1p; -mesurons mesurer VER 19.65 47.30 0.11 0.00 imp:pre:1p; -mesurât mesurer VER 19.65 47.30 0.00 0.14 sub:imp:3s; -mesurèrent mesurer VER 19.65 47.30 0.00 0.20 ind:pas:3p; -mesuré mesurer VER m s 19.65 47.30 1.81 4.05 par:pas; -mesurée mesurer VER f s 19.65 47.30 0.19 1.35 par:pas; -mesurées mesurer VER f p 19.65 47.30 0.23 0.27 par:pas; -mesurés mesurer VER m p 19.65 47.30 0.03 0.54 par:pas; -met mettre VER 1004.84 1083.65 89.25 86.69 ind:pre:3s; -mets_la_toi mets_la_toi NOM m 0.01 0.00 0.01 0.00 -mets mettre VER 1004.84 1083.65 151.83 33.72 imp:pre:2s;ind:pre:1s;ind:pre:2s; -mettable mettable ADJ s 0.02 0.14 0.02 0.14 -mettaient mettre VER 1004.84 1083.65 1.81 19.39 ind:imp:3p; -mettais mettre VER 1004.84 1083.65 5.16 9.46 ind:imp:1s;ind:imp:2s; -mettait mettre VER 1004.84 1083.65 10.14 75.54 ind:imp:3s; -mettant mettre VER 1004.84 1083.65 5.61 20.41 par:pre; -mette mettre VER 1004.84 1083.65 16.36 12.97 sub:pre:1s;sub:pre:3s; -mettent mettre VER 1004.84 1083.65 17.98 23.24 ind:pre:3p;sub:pre:3p; -mettes mettre VER 1004.84 1083.65 3.34 1.08 sub:pre:2s; -metteur metteur NOM m s 5.50 7.70 5.24 6.01 -metteurs metteur NOM m p 5.50 7.70 0.25 1.69 -metteuse metteur NOM f s 5.50 7.70 0.01 0.00 -mettez mettre VER 1004.84 1083.65 85.44 9.86 imp:pre:2p;ind:pre:2p; -mettiez mettre VER 1004.84 1083.65 2.17 0.74 ind:imp:2p; -mettions mettre VER 1004.84 1083.65 0.27 2.16 ind:imp:1p; -mettons mettre VER 1004.84 1083.65 15.80 9.32 imp:pre:1p;ind:pre:1p; -mettra mettre VER 1004.84 1083.65 15.12 7.50 ind:fut:3s; -mettrai mettre VER 1004.84 1083.65 12.42 4.59 ind:fut:1s; -mettraient mettre VER 1004.84 1083.65 1.01 2.23 cnd:pre:3p; -mettrais mettre VER 1004.84 1083.65 5.11 2.91 cnd:pre:1s;cnd:pre:2s; -mettrait mettre VER 1004.84 1083.65 4.91 7.64 cnd:pre:3s; -mettras mettre VER 1004.84 1083.65 4.67 1.35 ind:fut:2s; -mettre mettre VER 1004.84 1083.65 271.05 230.20 inf;;inf;;inf;;inf;; -mettrez mettre VER 1004.84 1083.65 2.03 1.22 ind:fut:2p; -mettriez mettre VER 1004.84 1083.65 0.87 0.14 cnd:pre:2p; -mettrions mettre VER 1004.84 1083.65 0.05 0.20 cnd:pre:1p; -mettrons mettre VER 1004.84 1083.65 2.00 0.81 ind:fut:1p; -mettront mettre VER 1004.84 1083.65 2.31 1.01 ind:fut:3p; -meubla meubler VER 0.54 10.61 0.00 0.07 ind:pas:3s; -meublaient meubler VER 0.54 10.61 0.00 0.20 ind:imp:3p; -meublais meubler VER 0.54 10.61 0.00 0.07 ind:imp:1s; -meublait meubler VER 0.54 10.61 0.01 0.47 ind:imp:3s; -meublant meubler VER 0.54 10.61 0.00 0.14 par:pre; -meuble meuble NOM m s 19.48 53.99 2.46 11.76 -meublent meubler VER 0.54 10.61 0.00 0.27 ind:pre:3p; -meubler meubler VER 0.54 10.61 0.38 3.85 inf; -meubles meuble NOM m p 19.48 53.99 17.01 42.23 -meublèrent meubler VER 0.54 10.61 0.00 0.07 ind:pas:3p; -meublé meublé ADJ m s 0.90 4.53 0.65 2.16 -meublée meublé ADJ f s 0.90 4.53 0.23 1.08 -meublées meublé ADJ f p 0.90 4.53 0.00 0.68 -meublés meublé ADJ m p 0.90 4.53 0.02 0.61 -meuf meuf NOM f s 8.29 2.57 6.22 2.30 -meufs meuf NOM f p 8.29 2.57 2.08 0.27 -meugla meugler VER 0.28 1.08 0.00 0.20 ind:pas:3s; -meuglaient meugler VER 0.28 1.08 0.00 0.34 ind:imp:3p; -meuglait meugler VER 0.28 1.08 0.02 0.07 ind:imp:3s; -meuglant meugler VER 0.28 1.08 0.00 0.14 par:pre; -meugle meugler VER 0.28 1.08 0.12 0.07 ind:pre:3s; -meuglement meuglement NOM m s 0.56 1.35 0.03 0.61 -meuglements meuglement NOM m p 0.56 1.35 0.54 0.74 -meugler meugler VER 0.28 1.08 0.13 0.27 inf; -meuglé meugler VER m s 0.28 1.08 0.01 0.00 par:pas; -meuh meuh ONO 0.78 0.14 0.78 0.14 -meulage meulage NOM m s 0.01 0.00 0.01 0.00 -meule meule NOM f s 1.39 8.38 1.17 4.73 -meuler meuler VER 0.06 0.27 0.02 0.14 inf; -meules meule NOM f p 1.39 8.38 0.22 3.65 -meuleuse meuleuse NOM f s 0.01 0.07 0.01 0.07 -meulez meuler VER 0.06 0.27 0.01 0.00 ind:pre:2p; -meulière meulier NOM f s 0.00 0.81 0.00 0.68 -meulières meulier NOM f p 0.00 0.81 0.00 0.14 -meunier meunier NOM m s 0.96 0.95 0.76 0.74 -meuniers meunier NOM m p 0.96 0.95 0.17 0.14 -meunière meunier ADJ f s 0.44 0.41 0.23 0.14 -meure mourir VER 916.42 391.08 14.97 5.54 sub:pre:1s;sub:pre:3s; -meurent mourir VER 916.42 391.08 19.13 10.47 ind:pre:3p; -meures mourir VER 916.42 391.08 1.88 0.14 sub:pre:2s; -meurette meurette NOM f s 0.00 0.34 0.00 0.34 -meurs mourir VER 916.42 391.08 43.90 5.95 imp:pre:2s;ind:pre:1s;ind:pre:2s; -meursault meursault NOM m s 0.00 0.20 0.00 0.20 -meurt mourir VER 916.42 391.08 44.29 20.41 ind:pre:3s; -meurtre_suicide meurtre_suicide NOM m s 0.04 0.00 0.04 0.00 -meurtre meurtre NOM m s 104.45 15.47 81.94 12.30 -meurtres meurtre NOM m p 104.45 15.47 22.51 3.18 -meurtri meurtrir VER m s 0.80 6.35 0.34 1.35 par:pas; -meurtrie meurtri ADJ f s 0.66 5.00 0.32 1.76 -meurtrier meurtrier NOM m s 24.42 4.59 19.57 1.69 -meurtriers meurtrier NOM m p 24.42 4.59 2.48 0.54 -meurtries meurtri ADJ f p 0.66 5.00 0.03 0.74 -meurtrir meurtrir VER 0.80 6.35 0.04 1.69 inf; -meurtrira meurtrir VER 0.80 6.35 0.00 0.07 ind:fut:3s; -meurtriront meurtrir VER 0.80 6.35 0.00 0.07 ind:fut:3p; -meurtris meurtrir VER m p 0.80 6.35 0.29 0.34 ind:pre:1s;ind:pre:2s;par:pas; -meurtrissaient meurtrir VER 0.80 6.35 0.00 0.34 ind:imp:3p; -meurtrissais meurtrir VER 0.80 6.35 0.00 0.07 ind:imp:1s; -meurtrissait meurtrir VER 0.80 6.35 0.00 0.27 ind:imp:3s; -meurtrissant meurtrir VER 0.80 6.35 0.00 0.27 par:pre; -meurtrissent meurtrir VER 0.80 6.35 0.00 0.14 ind:pre:3p; -meurtrissure meurtrissure NOM f s 0.09 1.42 0.04 0.88 -meurtrissures meurtrissure NOM f p 0.09 1.42 0.05 0.54 -meurtrit meurtrir VER 0.80 6.35 0.04 0.20 ind:pre:3s;ind:pas:3s; -meurtrière meurtrier NOM f s 24.42 4.59 2.36 1.22 -meurtrières meurtrière NOM f p 0.96 0.00 0.96 0.00 -meus mouvoir VER 1.75 13.18 0.02 0.14 imp:pre:2s;ind:pre:1s; -meusien meusien ADJ m s 0.00 0.54 0.00 0.20 -meusienne meusien ADJ f s 0.00 0.54 0.00 0.07 -meusiennes meusien ADJ f p 0.00 0.54 0.00 0.14 -meusiens meusien ADJ m p 0.00 0.54 0.00 0.14 -meut mouvoir VER 1.75 13.18 0.41 1.28 ind:pre:3s; -meute meute NOM f s 2.45 7.36 2.25 6.55 -meutes meute NOM f p 2.45 7.36 0.20 0.81 -meuvent mouvoir VER 1.75 13.18 0.17 0.68 ind:pre:3p; -mexicain mexicain NOM m s 8.06 2.43 3.98 1.62 -mexicaine mexicain ADJ f s 7.74 4.05 2.42 1.49 -mexicaines mexicain ADJ f p 7.74 4.05 0.59 0.68 -mexicains mexicain NOM m p 8.06 2.43 3.22 0.41 -mexico mexico ADV 0.54 0.07 0.54 0.07 -mezcal mezcal NOM m s 0.13 0.00 0.13 0.00 -mezza_voce mezza_voce ADV 0.00 0.07 0.00 0.07 -mezza_voce mezza_voce ADV 0.00 0.20 0.00 0.20 -mezzanine mezzanine NOM f s 0.13 0.47 0.12 0.27 -mezzanines mezzanine NOM f p 0.13 0.47 0.01 0.20 -mezzo_soprano mezzo_soprano NOM s 0.20 0.00 0.20 0.00 -mezzo mezzo NOM s 0.03 0.14 0.03 0.07 -mezzos mezzo NOM p 0.03 0.14 0.00 0.07 -mi_accablé mi_accablé ADJ m s 0.00 0.07 0.00 0.07 -mi_africains mi_africains NOM m 0.00 0.07 0.00 0.07 -mi_airain mi_airain NOM m s 0.00 0.07 0.00 0.07 -mi_allemand mi_allemand NOM m 0.00 0.07 0.00 0.07 -mi_allongé mi_allongé ADJ m s 0.00 0.07 0.00 0.07 -mi_américaine mi_américaine NOM m 0.02 0.00 0.02 0.00 -mi_ange mi_ange NOM m s 0.01 0.00 0.01 0.00 -mi_angevins mi_angevins NOM m 0.00 0.07 0.00 0.07 -mi_animal mi_animal ADJ m s 0.05 0.00 0.05 0.00 -mi_animaux mi_animaux ADJ m 0.00 0.07 0.00 0.07 -mi_août mi_août NOM f s 0.00 0.20 0.00 0.20 -mi_appointé mi_appointé ADJ f p 0.00 0.07 0.00 0.07 -mi_appréhension mi_appréhension NOM f s 0.00 0.07 0.00 0.07 -mi_arabe mi_arabe ADJ s 0.00 0.07 0.00 0.07 -mi_artisan mi_artisan NOM m s 0.00 0.07 0.00 0.07 -mi_automne mi_automne NOM f s 0.00 0.14 0.00 0.14 -mi_bandit mi_bandit NOM m s 0.00 0.07 0.00 0.07 -mi_bas mi_bas NOM m 0.14 0.14 0.14 0.14 -mi_biblique mi_biblique ADJ f s 0.00 0.07 0.00 0.07 -mi_black mi_black ADJ m s 0.14 0.00 0.14 0.00 -mi_blanc mi_blanc NOM m 0.00 0.14 0.00 0.14 -mi_blancs mi_blancs NOM m 0.00 0.07 0.00 0.07 -mi_bleu mi_bleu ADJ 0.00 0.07 0.00 0.07 -mi_bois mi_bois NOM m 0.00 0.07 0.00 0.07 -mi_bordel mi_bordel NOM m s 0.00 0.07 0.00 0.07 -mi_bourgeois mi_bourgeois ADJ m s 0.00 0.07 0.00 0.07 -mi_bovins mi_bovins NOM m 0.00 0.07 0.00 0.07 -mi_braconnier mi_braconnier NOM m p 0.00 0.07 0.00 0.07 -mi_bras mi_bras NOM m 0.00 0.14 0.00 0.14 -mi_britannique mi_britannique ADJ s 0.00 0.07 0.00 0.07 -mi_building mi_building NOM m s 0.00 0.07 0.00 0.07 -mi_bureaucrate mi_bureaucrate ADJ m p 0.00 0.07 0.00 0.07 -mi_bête mi_bête ADJ m s 0.04 0.00 0.04 0.00 -mi_côte mi_côte NOM f s 0.00 0.20 0.00 0.20 -mi_café mi_café ADJ 0.00 0.07 0.00 0.07 -mi_café mi_café NOM m s 0.00 0.07 0.00 0.07 -mi_campagnarde mi_campagnarde NOM m 0.00 0.07 0.00 0.07 -mi_canard mi_canard NOM m s 0.00 0.07 0.00 0.07 -mi_capacité mi_capacité NOM f s 0.02 0.00 0.02 0.00 -mi_carrier mi_carrier NOM f s 0.01 0.00 0.01 0.00 -mi_carême mi_carême NOM f s 0.01 0.61 0.01 0.61 -mi_chair mi_chair ADJ m s 0.00 0.20 0.00 0.20 -mi_chat mi_chat NOM m s 0.00 0.07 0.00 0.07 -mi_chatte mi_chatte NOM f s 0.01 0.00 0.01 0.00 -mi_chauve mi_chauve ADJ s 0.00 0.07 0.00 0.07 -mi_chemin mi_chemin NOM m s 3.72 6.35 3.72 6.35 -mi_châtaignier mi_châtaignier NOM m p 0.00 0.07 0.00 0.07 -mi_chou mi_chou NOM m s 0.00 0.07 0.00 0.07 -mi_chourineur mi_chourineur NOM m s 0.00 0.07 0.00 0.07 -mi_chèvre mi_chèvre NOM f s 0.00 0.07 0.00 0.07 -mi_chêne mi_chêne NOM m p 0.00 0.07 0.00 0.07 -mi_clair mi_clair ADJ m s 0.00 0.07 0.00 0.07 -mi_cloître mi_cloître NOM m s 0.00 0.07 0.00 0.07 -mi_clos mi_clos ADJ m 0.21 7.16 0.11 6.08 -mi_clos mi_clos ADJ f s 0.21 7.16 0.00 0.20 -mi_clos mi_clos ADJ f p 0.21 7.16 0.10 0.88 -mi_comique mi_comique ADJ m s 0.00 0.14 0.00 0.14 -mi_complice mi_complice ADJ m p 0.00 0.07 0.00 0.07 -mi_compote mi_compote NOM f s 0.00 0.07 0.00 0.07 -mi_confit mi_confit NOM m 0.00 0.07 0.00 0.07 -mi_confondu mi_confondu ADJ m p 0.00 0.07 0.00 0.07 -mi_connu mi_connu ADJ f s 0.01 0.00 0.01 0.00 -mi_consterné mi_consterné ADJ m s 0.00 0.07 0.00 0.07 -mi_contrarié mi_contrarié ADJ m p 0.00 0.07 0.00 0.07 -mi_corbeaux mi_corbeaux NOM m p 0.00 0.07 0.00 0.07 -mi_corps mi_corps NOM m 0.01 1.55 0.01 1.55 -mi_course mi_course NOM f s 0.08 0.27 0.08 0.27 -mi_courtois mi_courtois ADJ m 0.00 0.07 0.00 0.07 -mi_cousin mi_cousin NOM f s 0.00 0.14 0.00 0.07 -mi_cousin mi_cousin NOM m p 0.00 0.14 0.00 0.07 -mi_coutume mi_coutume NOM f s 0.00 0.07 0.00 0.07 -mi_crabe mi_crabe NOM m s 0.00 0.07 0.00 0.07 -mi_croyant mi_croyant NOM m 0.00 0.07 0.00 0.07 -mi_créature mi_créature NOM f s 0.00 0.07 0.00 0.07 -mi_cruel mi_cruel ADJ m s 0.00 0.07 0.00 0.07 -mi_cuisse mi_cuisse NOM f s 0.06 1.35 0.04 0.81 -mi_cuisse mi_cuisse NOM f p 0.06 1.35 0.01 0.54 -mi_céleste mi_céleste ADJ m s 0.00 0.07 0.00 0.07 -mi_curieux mi_curieux ADJ m p 0.00 0.14 0.00 0.14 -mi_cérémonieux mi_cérémonieux ADJ m 0.00 0.07 0.00 0.07 -mi_dentelle mi_dentelle NOM f s 0.00 0.07 0.00 0.07 -mi_didactique mi_didactique ADJ s 0.00 0.07 0.00 0.07 -mi_distance mi_distance NOM f s 0.04 0.34 0.04 0.34 -mi_douce mi_douce ADJ f s 0.00 0.07 0.00 0.07 -mi_décadents mi_décadents NOM m 0.00 0.07 0.00 0.07 -mi_décembre mi_décembre NOM m 0.01 0.27 0.01 0.27 -mi_démon mi_démon NOM m s 0.02 0.00 0.02 0.00 -mi_désir mi_désir NOM m s 0.00 0.07 0.00 0.07 -mi_effrayé mi_effrayé ADJ f s 0.00 0.20 0.00 0.07 -mi_effrayé mi_effrayé ADJ m p 0.00 0.20 0.00 0.14 -mi_effrontée mi_effrontée NOM m 0.00 0.07 0.00 0.07 -mi_enfant mi_enfant NOM s 0.01 0.07 0.01 0.07 -mi_enjoué mi_enjoué ADJ f s 0.00 0.07 0.00 0.07 -mi_enterré mi_enterré ADJ m s 0.00 0.07 0.00 0.07 -mi_envieux mi_envieux ADJ m p 0.00 0.07 0.00 0.07 -mi_espagnol mi_espagnol NOM m 0.00 0.07 0.00 0.07 -mi_européen mi_européen NOM m 0.00 0.14 0.00 0.14 -mi_excitation mi_excitation NOM f s 0.00 0.07 0.00 0.07 -mi_farceur mi_farceur NOM m 0.00 0.07 0.00 0.07 -mi_faux mi_faux ADJ m 0.00 0.07 0.00 0.07 -mi_femme mi_femme NOM f s 0.12 0.07 0.12 0.07 -mi_fermiers mi_fermiers NOM m 0.00 0.07 0.00 0.07 -mi_fiel mi_fiel NOM m s 0.00 0.07 0.00 0.07 -mi_figue mi_figue NOM f s 0.02 0.54 0.02 0.54 -mi_flanc mi_flanc NOM m s 0.00 0.14 0.00 0.14 -mi_fleuve mi_fleuve NOM m s 0.08 0.00 0.08 0.00 -mi_français mi_français NOM m 0.00 0.14 0.00 0.14 -mi_furieux mi_furieux ADJ m s 0.00 0.07 0.00 0.07 -mi_février mi_février NOM f s 0.01 0.07 0.01 0.07 -mi_garçon mi_garçon NOM m s 0.00 0.07 0.00 0.07 -mi_geste mi_geste NOM m s 0.00 0.07 0.00 0.07 -mi_gigolpince mi_gigolpince NOM m s 0.00 0.07 0.00 0.07 -mi_gnon mi_gnon NOM m s 0.00 0.07 0.00 0.07 -mi_goguenard mi_goguenard ADJ f s 0.00 0.07 0.00 0.07 -mi_gonzesse mi_gonzesse NOM f s 0.00 0.07 0.00 0.07 -mi_goéland mi_goéland NOM m p 0.00 0.07 0.00 0.07 -mi_grave mi_grave ADJ p 0.00 0.07 0.00 0.07 -mi_grenier mi_grenier NOM m s 0.00 0.07 0.00 0.07 -mi_grognon mi_grognon NOM m 0.00 0.07 0.00 0.07 -mi_grondeur mi_grondeur ADJ m s 0.00 0.07 0.00 0.07 -mi_grossier mi_grossier ADJ f p 0.00 0.07 0.00 0.07 -mi_haute mi_haute ADJ f s 0.00 0.07 0.00 0.07 -mi_hauteur mi_hauteur NOM f s 0.17 2.91 0.17 2.91 -mi_historique mi_historique ADJ f p 0.00 0.07 0.00 0.07 -mi_homme mi_homme NOM m s 0.44 0.14 0.44 0.14 -mi_humain mi_humain NOM m 0.08 0.00 0.08 0.00 -mi_humaine mi_humaine NOM m 0.01 0.07 0.01 0.07 -mi_humains mi_humains NOM m 0.01 0.07 0.01 0.07 -mi_hésitant mi_hésitant ADJ m s 0.00 0.07 0.00 0.07 -mi_idiotes mi_idiotes NOM m 0.00 0.07 0.00 0.07 -mi_image mi_image NOM f p 0.00 0.14 0.00 0.14 -mi_indien mi_indien NOM m 0.01 0.07 0.01 0.07 -mi_indifférente mi_indifférente NOM m 0.00 0.07 0.00 0.07 -mi_indigné mi_indigné ADJ f s 0.00 0.07 0.00 0.07 -mi_indigène mi_indigène ADJ s 0.00 0.07 0.00 0.07 -mi_indulgent mi_indulgent ADJ m s 0.00 0.14 0.00 0.14 -mi_inquiet mi_inquiet ADJ f s 0.00 0.14 0.00 0.14 -mi_ironique mi_ironique ADJ m s 0.00 0.41 0.00 0.27 -mi_ironique mi_ironique ADJ p 0.00 0.41 0.00 0.14 -mi_jambe mi_jambe NOM f s 0.00 0.74 0.00 0.47 -mi_jambe mi_jambe NOM f p 0.00 0.74 0.00 0.27 -mi_janvier mi_janvier NOM f s 0.12 0.20 0.12 0.20 -mi_jaune mi_jaune ADJ s 0.00 0.14 0.00 0.07 -mi_jaune mi_jaune ADJ p 0.00 0.14 0.00 0.07 -mi_jersey mi_jersey NOM m s 0.00 0.14 0.00 0.14 -mi_joue mi_joue NOM f s 0.00 0.07 0.00 0.07 -mi_jour mi_jour NOM m s 0.00 0.07 0.00 0.07 -mi_journée mi_journée NOM f s 0.20 0.27 0.20 0.27 -mi_juif mi_juif NOM m 0.00 0.07 0.00 0.07 -mi_juillet mi_juillet NOM f s 0.02 0.41 0.02 0.41 -mi_juin mi_juin NOM f s 0.01 0.07 0.01 0.07 -mi_laiton mi_laiton NOM m s 0.00 0.07 0.00 0.07 -mi_lent mi_lent ADJ m s 0.01 0.00 0.01 0.00 -mi_londrès mi_londrès NOM m 0.00 0.07 0.00 0.07 -mi_longs mi_longs NOM m 0.15 0.34 0.15 0.34 -mi_longueur mi_longueur NOM f s 0.00 0.07 0.00 0.07 -mi_lourd mi_lourd ADJ m s 0.17 0.14 0.17 0.14 -mi_machine mi_machine NOM f s 0.07 0.00 0.06 0.00 -mi_machine mi_machine NOM f p 0.07 0.00 0.01 0.00 -mi_mai mi_mai NOM f s 0.01 0.00 0.01 0.00 -mi_mao mi_mao NOM s 0.00 0.07 0.00 0.07 -mi_marchande mi_marchande NOM m 0.00 0.07 0.00 0.07 -mi_mars mi_mars NOM f s 0.04 0.20 0.04 0.20 -mi_marécage mi_marécage NOM m p 0.00 0.07 0.00 0.07 -mi_menaçant mi_menaçant ADJ f s 0.00 0.07 0.00 0.07 -mi_meublé mi_meublé NOM m 0.00 0.07 0.00 0.07 -mi_mexicain mi_mexicain NOM m 0.01 0.00 0.01 0.00 -mi_miel mi_miel ADJ m s 0.00 0.07 0.00 0.07 -mi_mollet mi_mollet NOM m 0.01 0.20 0.01 0.20 -mi_mollets mi_mollets NOM m 0.00 0.27 0.00 0.27 -mi_mondaine mi_mondaine NOM m 0.00 0.07 0.00 0.07 -mi_moqueur mi_moqueur NOM m 0.00 0.14 0.00 0.14 -mi_mot mi_mot NOM m s 0.03 0.27 0.03 0.20 -mi_mot mi_mot NOM m p 0.03 0.27 0.00 0.07 -mi_mouton mi_mouton NOM m s 0.00 0.07 0.00 0.07 -mi_moyen mi_moyen ADJ m s 0.10 0.07 0.08 0.00 -mi_moyen mi_moyen ADJ m p 0.10 0.07 0.02 0.07 -mi_métal mi_métal NOM m s 0.00 0.07 0.00 0.07 -mi_narquoise mi_narquoise ADJ f s 0.00 0.07 0.00 0.07 -mi_noir mi_noir NOM m 0.00 0.07 0.00 0.07 -mi_novembre mi_novembre NOM f s 0.13 0.27 0.13 0.27 -mi_nuit mi_nuit NOM f s 0.00 0.07 0.00 0.07 -mi_obscur mi_obscur ADJ f s 0.00 0.07 0.00 0.07 -mi_octobre mi_octobre NOM f s 0.02 0.14 0.02 0.14 -mi_officiel mi_officiel NOM m 0.00 0.14 0.00 0.14 -mi_ogre mi_ogre NOM m s 0.00 0.07 0.00 0.07 -mi_oiseau mi_oiseau NOM m s 0.10 0.00 0.10 0.00 -mi_oriental mi_oriental NOM m 0.00 0.07 0.00 0.07 -mi_parcours mi_parcours NOM m 0.25 0.34 0.25 0.34 -mi_parti mi_parti ADJ f s 0.00 0.61 0.00 0.61 -mi_pathétique mi_pathétique ADJ s 0.00 0.07 0.00 0.07 -mi_patio mi_patio NOM m s 0.00 0.07 0.00 0.07 -mi_patois mi_patois NOM m 0.00 0.07 0.00 0.07 -mi_peau mi_peau NOM f s 0.00 0.07 0.00 0.07 -mi_pelouse mi_pelouse NOM f s 0.00 0.07 0.00 0.07 -mi_pensée mi_pensée NOM f p 0.00 0.14 0.00 0.14 -mi_pente mi_pente NOM f s 0.02 0.81 0.02 0.81 -mi_pierre mi_pierre NOM f s 0.00 0.07 0.00 0.07 -mi_pincé mi_pincé ADJ m s 0.00 0.07 0.00 0.07 -mi_plaintif mi_plaintif ADJ m s 0.00 0.20 0.00 0.20 -mi_plaisant mi_plaisant NOM m 0.00 0.07 0.00 0.07 -mi_pleurant mi_pleurant NOM m 0.00 0.07 0.00 0.07 -mi_pleurnichard mi_pleurnichard NOM m 0.00 0.07 0.00 0.07 -mi_plombier mi_plombier NOM m p 0.00 0.07 0.00 0.07 -mi_poisson mi_poisson NOM m s 0.00 0.14 0.00 0.14 -mi_poitrine mi_poitrine NOM f s 0.00 0.07 0.00 0.07 -mi_porcine mi_porcine NOM m 0.00 0.07 0.00 0.07 -mi_porté mi_porté NOM m 0.00 0.07 0.00 0.07 -mi_portugaise mi_portugaise NOM m 0.00 0.07 0.00 0.07 -mi_poucet mi_poucet NOM m s 0.00 0.07 0.00 0.07 -mi_poulet mi_poulet NOM m s 0.00 0.07 0.00 0.07 -mi_prestidigitateur mi_prestidigitateur NOM m s 0.00 0.07 0.00 0.07 -mi_promenoir mi_promenoir NOM m s 0.00 0.07 0.00 0.07 -mi_protecteur mi_protecteur NOM m 0.00 0.14 0.00 0.14 -mi_pêcheur mi_pêcheur NOM m p 0.00 0.07 0.00 0.07 -mi_putain mi_putain NOM f s 0.00 0.07 0.00 0.07 -mi_rageur mi_rageur ADJ m s 0.00 0.07 0.00 0.07 -mi_raide mi_raide ADJ f s 0.00 0.07 0.00 0.07 -mi_railleur mi_railleur NOM m 0.00 0.14 0.00 0.14 -mi_raisin mi_raisin NOM m s 0.02 0.61 0.02 0.61 -mi_renaissance mi_renaissance NOM f s 0.00 0.07 0.00 0.07 -mi_respectueux mi_respectueux ADJ f s 0.00 0.07 0.00 0.07 -mi_riant mi_riant ADJ m s 0.00 0.27 0.00 0.27 -mi_rose mi_rose NOM s 0.00 0.07 0.00 0.07 -mi_roulotte mi_roulotte NOM f s 0.00 0.07 0.00 0.07 -mi_route mi_route NOM f s 0.00 0.07 0.00 0.07 -mi_réalité mi_réalité NOM f s 0.00 0.07 0.00 0.07 -mi_régime mi_régime NOM m s 0.00 0.07 0.00 0.07 -mi_réprobateur mi_réprobateur ADJ m s 0.00 0.07 0.00 0.07 -mi_résigné mi_résigné NOM m 0.00 0.07 0.00 0.07 -mi_russe mi_russe ADJ m s 0.14 0.07 0.14 0.07 -mi_saison mi_saison NOM f s 0.14 0.00 0.14 0.00 -mi_salade mi_salade NOM f s 0.01 0.00 0.01 0.00 -mi_salaire mi_salaire NOM m s 0.01 0.00 0.01 0.00 -mi_samoan mi_samoan ADJ m s 0.01 0.00 0.01 0.00 -mi_sanglotant mi_sanglotant ADJ m s 0.00 0.07 0.00 0.07 -mi_satin mi_satin NOM m s 0.00 0.07 0.00 0.07 -mi_satisfait mi_satisfait ADJ m s 0.00 0.07 0.00 0.07 -mi_sceptique mi_sceptique ADJ m s 0.00 0.07 0.00 0.07 -mi_scientifique mi_scientifique ADJ f p 0.00 0.07 0.00 0.07 -mi_secours mi_secours NOM m 0.00 0.07 0.00 0.07 -mi_seigneur mi_seigneur NOM m s 0.00 0.07 0.00 0.07 -mi_sel mi_sel NOM m s 0.00 0.07 0.00 0.07 -mi_septembre mi_septembre NOM f s 0.03 0.27 0.03 0.27 -mi_sidéré mi_sidéré ADJ f s 0.00 0.07 0.00 0.07 -mi_singe mi_singe NOM m s 0.01 0.00 0.01 0.00 -mi_sombre mi_sombre ADJ m s 0.00 0.07 0.00 0.07 -mi_sommet mi_sommet NOM m s 0.00 0.07 0.00 0.07 -mi_songe mi_songe NOM m s 0.00 0.07 0.00 0.07 -mi_souriant mi_souriant ADJ m s 0.00 0.14 0.00 0.07 -mi_souriant mi_souriant ADJ f s 0.00 0.14 0.00 0.07 -mi_suisse mi_suisse ADJ s 0.00 0.07 0.00 0.07 -mi_série mi_série NOM f s 0.01 0.00 0.01 0.00 -mi_sérieux mi_sérieux ADJ m 0.00 0.20 0.00 0.20 -mi_tantouse mi_tantouse NOM f s 0.00 0.07 0.00 0.07 -mi_tendre mi_tendre NOM m 0.00 0.14 0.00 0.14 -mi_terrorisé mi_terrorisé ADJ m s 0.00 0.07 0.00 0.07 -mi_timide mi_timide ADJ s 0.00 0.07 0.00 0.07 -mi_tortue mi_tortue ADJ f s 0.00 0.07 0.00 0.07 -mi_tour mi_tour NOM s 0.00 0.07 0.00 0.07 -mi_tout mi_tout NOM m 0.00 0.07 0.00 0.07 -mi_tragique mi_tragique ADJ m s 0.00 0.07 0.00 0.07 -mi_trimestre mi_trimestre NOM m s 0.01 0.00 0.01 0.00 -mi_épaule mi_épaule NOM f s 0.00 0.07 0.00 0.07 -mi_étage mi_étage NOM m s 0.00 0.47 0.00 0.47 -mi_étendue mi_étendue NOM f s 0.00 0.07 0.00 0.07 -mi_étonné mi_étonné ADJ m s 0.00 0.14 0.00 0.14 -mi_été mi_été NOM m 0.00 0.27 0.00 0.27 -mi_étudiant mi_étudiant NOM m 0.00 0.07 0.00 0.07 -mi_éveillé mi_éveillé ADJ f s 0.00 0.14 0.00 0.14 -mi_velours mi_velours NOM m 0.00 0.07 0.00 0.07 -mi_verre mi_verre NOM m s 0.00 0.14 0.00 0.14 -mi_vie mi_vie NOM f s 0.00 0.07 0.00 0.07 -mi_voix mi_voix NOM f 0.31 14.39 0.31 14.39 -mi_voluptueux mi_voluptueux ADJ m 0.00 0.07 0.00 0.07 -mi_vrais mi_vrais NOM m 0.00 0.07 0.00 0.07 -mi_végétal mi_végétal NOM m 0.01 0.00 0.01 0.00 -mi_vénitien mi_vénitien NOM m 0.00 0.07 0.00 0.07 -mi mi NOM m 8.97 5.61 8.97 5.61 -miam_miam miam_miam ONO 0.56 0.68 0.56 0.68 -miam miam ONO 2.19 1.69 2.19 1.69 -miao miao ADJ m s 0.06 0.00 0.06 0.00 -miaou miaou NOM m s 0.46 1.55 0.45 1.35 -miaous miaou NOM m p 0.46 1.55 0.01 0.20 -miasme miasme NOM m s 0.06 1.28 0.01 0.14 -miasmes miasme NOM m p 0.06 1.28 0.05 1.15 -miaula miauler VER 1.15 6.15 0.00 0.54 ind:pas:3s; -miaulaient miauler VER 1.15 6.15 0.00 0.34 ind:imp:3p; -miaulais miauler VER 1.15 6.15 0.00 0.07 ind:imp:1s; -miaulait miauler VER 1.15 6.15 0.01 0.81 ind:imp:3s; -miaulant miauler VER 1.15 6.15 0.02 0.74 par:pre; -miaule miauler VER 1.15 6.15 0.88 1.15 imp:pre:2s;ind:pre:3s; -miaulement miaulement NOM m s 1.35 2.57 0.64 1.55 -miaulements miaulement NOM m p 1.35 2.57 0.70 1.01 -miaulent miauler VER 1.15 6.15 0.03 0.34 ind:pre:3p; -miauler miauler VER 1.15 6.15 0.20 1.62 inf; -miauleur miauleur ADJ m s 0.01 0.00 0.01 0.00 -miaulez miauler VER 1.15 6.15 0.01 0.07 ind:pre:2p; -miaulé miauler VER m s 1.15 6.15 0.00 0.47 par:pas; -mica mica NOM m s 0.34 2.77 0.34 2.50 -micacées micacé ADJ f p 0.00 0.14 0.00 0.14 -micas mica NOM m p 0.34 2.77 0.00 0.27 -miche miche NOM f s 2.20 9.80 0.70 4.59 -micheline micheline NOM f s 0.00 0.20 0.00 0.20 -miches miche NOM f p 2.20 9.80 1.50 5.20 -micheton micheton NOM m s 0.59 5.41 0.46 3.51 -michetonnais michetonner VER 0.01 0.54 0.01 0.07 ind:imp:1s; -michetonne michetonner VER 0.01 0.54 0.00 0.20 ind:pre:1s;ind:pre:3s; -michetonner michetonner VER 0.01 0.54 0.00 0.14 inf; -michetonnes michetonner VER 0.01 0.54 0.00 0.14 ind:pre:2s; -michetonneuse michetonneuse NOM f s 0.00 0.14 0.00 0.07 -michetonneuses michetonneuse NOM f p 0.00 0.14 0.00 0.07 -michetons micheton NOM m p 0.59 5.41 0.13 1.89 -miché miché NOM m s 0.03 2.91 0.02 1.76 -michés miché NOM m p 0.03 2.91 0.01 1.15 -mickeys mickey NOM m p 0.19 0.20 0.19 0.20 -micmac micmac NOM m s 0.14 0.61 0.12 0.34 -micmacs micmac NOM m p 0.14 0.61 0.02 0.27 -micocoulier micocoulier NOM m s 0.00 0.34 0.00 0.14 -micocouliers micocoulier NOM m p 0.00 0.34 0.00 0.20 -micro_cravate micro_cravate NOM m s 0.01 0.00 0.01 0.00 -micro_onde micro_onde NOM f s 0.38 0.00 0.38 0.00 -micro_ondes micro_ondes NOM m 2.45 0.14 2.45 0.14 -micro_ordinateur micro_ordinateur NOM m s 0.01 0.14 0.01 0.07 -micro_ordinateur micro_ordinateur NOM m p 0.01 0.14 0.00 0.07 -micro_organisme micro_organisme NOM m s 0.08 0.00 0.08 0.00 -micro_trottoir micro_trottoir NOM m s 0.01 0.00 0.01 0.00 -micro micro NOM s 15.03 8.31 11.25 6.82 -microanalyse microanalyse NOM f s 0.02 0.00 0.02 0.00 -microbe microbe NOM m s 6.00 4.26 1.86 1.15 -microbes microbe NOM m p 6.00 4.26 4.14 3.11 -microbienne microbien ADJ f s 0.04 0.07 0.01 0.07 -microbiens microbien ADJ m p 0.04 0.07 0.02 0.00 -microbiologie microbiologie NOM f s 0.14 0.00 0.14 0.00 -microbiologiste microbiologiste NOM s 0.06 0.00 0.06 0.00 -microbus microbus NOM m 0.01 0.00 0.01 0.00 -microcassette microcassette NOM f s 0.00 0.07 0.00 0.07 -microchimie microchimie NOM f s 0.03 0.00 0.03 0.00 -microchirurgie microchirurgie NOM f s 0.06 0.07 0.06 0.07 -microcircuit microcircuit NOM m s 0.07 0.00 0.02 0.00 -microcircuits microcircuit NOM m p 0.07 0.00 0.05 0.00 -microclimat microclimat NOM m s 0.16 0.14 0.16 0.14 -microcomposants microcomposant NOM m p 0.01 0.00 0.01 0.00 -microcopie microcopie NOM f s 0.01 0.00 0.01 0.00 -microcosme microcosme NOM m s 0.23 0.34 0.23 0.34 -microcéphale microcéphale NOM m s 0.10 0.07 0.10 0.00 -microcéphales microcéphale ADJ p 0.00 0.27 0.00 0.07 -microcycles microcycle NOM m p 0.01 0.00 0.01 0.00 -microfiches microfiche NOM f p 0.04 0.00 0.04 0.00 -microfilm microfilm NOM m s 0.58 0.20 0.51 0.00 -microfilms microfilm NOM m p 0.58 0.20 0.07 0.20 -microgramme microgramme NOM m s 0.02 0.00 0.02 0.00 -microgravité microgravité NOM f s 0.01 0.00 0.01 0.00 -microlithes microlithe NOM m p 0.00 0.07 0.00 0.07 -micromètre micromètre NOM m s 0.04 0.00 0.02 0.00 -micromètres micromètre NOM m p 0.04 0.00 0.01 0.00 -micron micron NOM m s 0.74 0.27 0.24 0.20 -microns micron NOM m p 0.74 0.27 0.50 0.07 -microphone microphone NOM m s 0.73 0.68 0.48 0.34 -microphones microphone NOM m p 0.73 0.68 0.25 0.34 -microprocesseur microprocesseur NOM m s 0.36 0.20 0.17 0.07 -microprocesseurs microprocesseur NOM m p 0.36 0.20 0.20 0.14 -micros micro NOM p 15.03 8.31 3.78 1.49 -microscope microscope NOM m s 3.94 1.62 3.71 1.35 -microscopes microscope NOM m p 3.94 1.62 0.23 0.27 -microscopie microscopie NOM f s 0.04 0.00 0.04 0.00 -microscopique microscopique ADJ s 1.04 2.23 0.62 0.88 -microscopiquement microscopiquement ADV 0.01 0.07 0.01 0.07 -microscopiques microscopique ADJ p 1.04 2.23 0.42 1.35 -microseconde microseconde NOM f s 0.10 0.00 0.06 0.00 -microsecondes microseconde NOM f p 0.10 0.00 0.04 0.00 -microsillon microsillon NOM m s 0.00 0.27 0.00 0.14 -microsillons microsillon NOM m p 0.00 0.27 0.00 0.14 -microsociologie microsociologie NOM f s 0.00 0.07 0.00 0.07 -microsonde microsonde NOM f s 0.01 0.00 0.01 0.00 -microstructure microstructure NOM f s 0.03 0.07 0.03 0.00 -microstructures microstructure NOM f p 0.03 0.07 0.00 0.07 -microédition microédition NOM f s 0.01 0.00 0.01 0.00 -miction miction NOM f s 0.04 0.07 0.03 0.00 -mictions miction NOM f p 0.04 0.07 0.01 0.07 -middle_west middle_west NOM m s 0.05 0.14 0.05 0.14 -middle_class middle_class NOM f s 0.00 0.07 0.00 0.07 -midi midi NOM m 35.19 68.38 35.15 68.11 -midinette midinette NOM f s 0.13 2.23 0.06 1.62 -midinettes midinette NOM f p 0.13 2.23 0.07 0.61 -midis midi NOM m p 35.19 68.38 0.04 0.27 -midrash midrash NOM m s 0.02 0.00 0.02 0.00 -midship midship NOM m s 0.00 0.20 0.00 0.20 -mie mie NOM f s 1.41 5.74 1.39 5.68 -miel miel NOM m s 17.36 15.54 17.34 15.41 -miellat miellat NOM m s 0.01 0.00 0.01 0.00 -mielle mielle NOM f s 0.00 0.07 0.00 0.07 -mielleuse mielleux ADJ f s 0.81 1.82 0.20 0.41 -mielleuses mielleux ADJ f p 0.81 1.82 0.17 0.20 -mielleux mielleux ADJ m 0.81 1.82 0.44 1.22 -miellé miellé ADJ m s 0.00 0.07 0.00 0.07 -miellée miellé NOM f s 0.00 0.20 0.00 0.14 -miellées miellé NOM f p 0.00 0.20 0.00 0.07 -miels miel NOM m p 17.36 15.54 0.03 0.14 -mien mien PRO:pos m s 54.06 36.08 54.06 36.08 -mienne mienne PRO:pos f s 50.46 41.28 50.46 41.28 -miennes miennes PRO:pos m p 9.31 9.59 9.31 9.59 -miens miens PRO:pos m p 16.32 21.15 16.32 21.15 -mies mie NOM f p 1.41 5.74 0.03 0.07 -miette miette NOM f s 8.68 17.16 2.54 4.12 -miettes miette NOM f p 8.68 17.16 6.13 13.04 -mieux_être mieux_être NOM m 0.12 0.20 0.12 0.20 -mieux_vivre mieux_vivre NOM m s 0.00 0.07 0.00 0.07 -mieux mieux ADV 651.73 398.38 651.73 398.38 -mignard mignard ADJ m s 0.00 1.35 0.00 0.34 -mignardant mignarder VER 0.00 0.20 0.00 0.07 par:pre; -mignarde mignard ADJ f s 0.00 1.35 0.00 0.81 -mignardement mignardement ADV 0.00 0.07 0.00 0.07 -mignardes mignard ADJ f p 0.00 1.35 0.00 0.14 -mignardise mignardise NOM f s 0.03 0.88 0.02 0.14 -mignardises mignardise NOM f p 0.03 0.88 0.01 0.74 -mignards mignard ADJ m p 0.00 1.35 0.00 0.07 -mignardé mignarder VER m s 0.00 0.20 0.00 0.07 par:pas; -mignon mignon ADJ m s 69.71 13.58 46.14 6.49 -mignonne mignon ADJ f s 69.71 13.58 17.41 4.73 -mignonnement mignonnement ADV 0.00 0.14 0.00 0.14 -mignonnes mignon ADJ f p 69.71 13.58 1.37 0.74 -mignonnet mignonnet ADJ m s 0.17 0.27 0.07 0.14 -mignonnets mignonnet ADJ m p 0.17 0.27 0.00 0.07 -mignonnette mignonnet ADJ f s 0.17 0.27 0.10 0.00 -mignonnettes mignonnette NOM f p 0.06 0.14 0.01 0.07 -mignons mignon ADJ m p 69.71 13.58 4.78 1.62 -mignoter mignoter VER 0.01 0.41 0.01 0.27 inf; -mignoteront mignoter VER 0.01 0.41 0.00 0.07 ind:fut:3p; -mignoté mignoter VER m s 0.01 0.41 0.00 0.07 par:pas; -migraine migraine NOM f s 10.32 6.01 7.51 4.05 -migraines migraine NOM f p 10.32 6.01 2.80 1.96 -migraineuse migraineuse NOM f s 0.01 0.07 0.01 0.07 -migraineux migraineux NOM m 0.04 0.00 0.04 0.00 -migrait migrer VER 0.83 0.14 0.01 0.00 ind:imp:3s; -migrant migrer VER 0.83 0.14 0.01 0.00 par:pre; -migrante migrant ADJ f s 0.00 0.14 0.00 0.07 -migrants migrant NOM m p 0.03 0.54 0.03 0.27 -migrateur migrateur ADJ m s 0.35 1.55 0.19 0.41 -migrateurs migrateur ADJ m p 0.35 1.55 0.16 1.08 -migration migration NOM f s 0.74 2.64 0.71 1.76 -migrations migration NOM f p 0.74 2.64 0.03 0.88 -migratoire migratoire ADJ s 0.06 0.14 0.02 0.00 -migratoires migratoire ADJ p 0.06 0.14 0.04 0.14 -migratrice migrateur ADJ f s 0.35 1.55 0.01 0.00 -migratrices migrateur ADJ f p 0.35 1.55 0.00 0.07 -migre migrer VER 0.83 0.14 0.03 0.07 ind:pre:3s; -migrent migrer VER 0.83 0.14 0.24 0.00 ind:pre:3p; -migrer migrer VER 0.83 0.14 0.44 0.00 inf; -migres migrer VER 0.83 0.14 0.01 0.00 ind:pre:2s; -migré migrer VER m s 0.83 0.14 0.08 0.07 par:pas; -mijaurée mijaurée NOM f s 0.61 1.01 0.57 0.68 -mijaurées mijaurée NOM f p 0.61 1.01 0.04 0.34 -mijota mijoter VER 6.98 7.57 0.00 0.07 ind:pas:3s; -mijotaient mijoter VER 6.98 7.57 0.00 0.34 ind:imp:3p; -mijotais mijoter VER 6.98 7.57 0.05 0.14 ind:imp:1s;ind:imp:2s; -mijotait mijoter VER 6.98 7.57 0.28 1.49 ind:imp:3s; -mijotant mijoter VER 6.98 7.57 0.00 0.27 par:pre; -mijote mijoter VER 6.98 7.57 1.85 1.42 imp:pre:2s;ind:pre:1s;ind:pre:3s; -mijotent mijoter VER 6.98 7.57 0.51 0.34 ind:pre:3p; -mijoter mijoter VER 6.98 7.57 1.28 1.55 inf; -mijotera mijoter VER 6.98 7.57 0.00 0.07 ind:fut:3s; -mijotes mijoter VER 6.98 7.57 1.73 0.34 ind:pre:2s; -mijoteuse mijoteuse NOM f s 0.01 0.07 0.01 0.07 -mijotez mijoter VER 6.98 7.57 0.75 0.07 imp:pre:2p;ind:pre:2p; -mijotions mijoter VER 6.98 7.57 0.00 0.07 ind:imp:1p; -mijotons mijoter VER 6.98 7.57 0.00 0.14 imp:pre:1p;ind:pre:1p; -mijoté mijoter VER m s 6.98 7.57 0.34 0.88 par:pas; -mijotées mijoter VER f p 6.98 7.57 0.01 0.07 par:pas; -mijotés mijoter VER m p 6.98 7.57 0.17 0.34 par:pas; -mikado mikado NOM m s 0.28 0.88 0.28 0.88 -mil mil ADJ:num 0.46 0.61 0.46 0.61 -milady milady NOM f s 3.18 0.34 3.18 0.34 -milan milan NOM m s 0.14 0.34 0.14 0.14 -milanais milanais ADJ m 0.37 0.47 0.23 0.14 -milanaise milanais ADJ f s 0.37 0.47 0.14 0.27 -milanaises milanais NOM f p 0.23 0.27 0.00 0.14 -milans milan NOM m p 0.14 0.34 0.01 0.20 -mildiou mildiou NOM m s 0.04 0.00 0.04 0.00 -mile mile NOM m s 8.34 1.28 0.90 0.07 -miles mile NOM m p 8.34 1.28 7.44 1.22 -milice milice NOM f s 3.77 4.39 3.25 2.43 -milices milice NOM f p 3.77 4.39 0.53 1.96 -milicien milicien NOM m s 0.78 8.92 0.20 1.35 -miliciennes milicienne NOM f p 0.01 0.00 0.01 0.00 -miliciens milicien NOM m p 0.78 8.92 0.57 7.50 -milieu milieu NOM m s 70.27 256.08 68.60 246.69 -milieux milieu NOM m p 70.27 256.08 1.67 9.39 -milita militer VER 1.10 4.26 0.00 0.14 ind:pas:3s; -militaient militer VER 1.10 4.26 0.00 0.07 ind:imp:3p; -militaire militaire ADJ s 43.73 96.22 35.09 69.19 -militairement militairement ADV 0.12 1.15 0.12 1.15 -militaires militaire NOM p 13.24 18.99 9.74 11.96 -militait militer VER 1.10 4.26 0.16 0.95 ind:imp:3s; -militant militant NOM m s 2.92 11.55 1.18 4.86 -militante militant ADJ f s 0.92 3.45 0.19 1.22 -militantes militant NOM f p 2.92 11.55 0.06 0.14 -militantisme militantisme NOM m s 0.06 0.74 0.06 0.74 -militants militant NOM m p 2.92 11.55 1.54 5.61 -militarisation militarisation NOM f s 0.04 0.00 0.04 0.00 -militariser militariser VER 0.05 0.07 0.03 0.00 inf; -militarisme militarisme NOM m s 0.03 0.20 0.03 0.20 -militariste militariste ADJ s 0.03 0.47 0.02 0.34 -militaristes militariste ADJ p 0.03 0.47 0.01 0.14 -militarisé militariser VER m s 0.05 0.07 0.02 0.07 par:pas; -militaro_industriel militaro_industriel ADJ m s 0.06 0.00 0.05 0.00 -militaro_industriel militaro_industriel ADJ f s 0.06 0.00 0.01 0.00 -militaro militaro ADV 0.01 0.00 0.01 0.00 -milite militer VER 1.10 4.26 0.58 0.41 imp:pre:2s;ind:pre:1s;ind:pre:3s; -militent militer VER 1.10 4.26 0.03 0.27 ind:pre:3p; -militer militer VER 1.10 4.26 0.09 0.95 inf; -militerai militer VER 1.10 4.26 0.00 0.07 ind:fut:1s; -milites militer VER 1.10 4.26 0.04 0.07 ind:pre:2s; -militons militer VER 1.10 4.26 0.02 0.00 ind:pre:1p; -militèrent militer VER 1.10 4.26 0.00 0.07 ind:pas:3p; -milité militer VER m s 1.10 4.26 0.15 0.95 par:pas; -milk_bar milk_bar NOM m s 0.03 0.20 0.03 0.14 -milk_bar milk_bar NOM m p 0.03 0.20 0.00 0.07 -milk_shake milk_shake NOM m s 1.85 0.14 1.27 0.14 -milk_shake milk_shake NOM m p 1.85 0.14 0.45 0.00 -milk_shake milk_shake NOM m s 1.85 0.14 0.13 0.00 -mille_feuille mille_feuille NOM m s 0.03 1.08 0.02 0.20 -mille_feuille mille_feuille NOM m p 0.03 1.08 0.01 0.88 -mille_pattes mille_pattes NOM m 0.39 2.09 0.39 2.09 -mille mille ADJ:num 55.43 142.09 55.43 142.09 -millefeuille millefeuille NOM s 0.10 0.54 0.09 0.34 -millefeuilles millefeuille NOM p 0.10 0.54 0.01 0.20 -millenium millenium NOM m s 0.08 0.07 0.08 0.07 -milles mille NOM m p 29.63 30.68 3.46 3.04 -millet millet NOM m s 0.17 0.61 0.17 0.61 -milli milli ADV 0.16 0.14 0.16 0.14 -milliaire milliaire ADJ f s 0.00 0.14 0.00 0.14 -milliard milliard NOM m s 17.52 14.39 4.02 2.43 -milliardaire milliardaire NOM s 2.13 2.77 1.69 1.55 -milliardaires milliardaire NOM p 2.13 2.77 0.44 1.22 -milliardième milliardième ADJ 0.02 0.00 0.02 0.00 -milliards milliard NOM m p 17.52 14.39 13.49 11.96 -millier millier NOM m s 37.94 42.43 3.15 2.36 -milliers millier NOM m p 37.94 42.43 34.78 40.07 -milligramme milligramme NOM m s 1.06 0.34 0.23 0.27 -milligrammes milligramme NOM m p 1.06 0.34 0.83 0.07 -millilitre millilitre NOM m s 0.04 0.00 0.04 0.00 -millimètre millimètre NOM m s 2.77 6.76 1.58 4.46 -millimètres millimètre NOM m p 2.77 6.76 1.20 2.30 -millimétrique millimétrique ADJ s 0.15 0.27 0.14 0.14 -millimétriques millimétrique ADJ p 0.15 0.27 0.01 0.14 -millimétré millimétré ADJ m s 0.02 0.47 0.02 0.34 -millimétrées millimétré ADJ f p 0.02 0.47 0.00 0.07 -millimétrés millimétré ADJ m p 0.02 0.47 0.00 0.07 -million million NOM m s 124.70 54.05 36.78 7.84 -millionième millionième ADJ 0.22 0.34 0.22 0.34 -millionnaire millionnaire ADJ s 3.59 0.88 2.82 0.61 -millionnaires millionnaire ADJ p 3.59 0.88 0.78 0.27 -millions million NOM m p 124.70 54.05 87.92 46.22 -milliseconde milliseconde NOM f s 0.16 0.14 0.09 0.07 -millisecondes milliseconde NOM f p 0.16 0.14 0.08 0.07 -millième millième NOM m s 0.29 0.95 0.17 0.88 -millièmes millième NOM m p 0.29 0.95 0.12 0.07 -millénaire millénaire NOM m s 3.45 5.41 2.10 0.74 -millénaires millénaire NOM m p 3.45 5.41 1.36 4.66 -millénarisme millénarisme NOM m s 0.01 0.00 0.01 0.00 -millénariste millénariste ADJ f s 0.02 0.00 0.02 0.00 -millénium millénium NOM m s 0.13 0.00 0.13 0.00 -millésime millésime NOM m s 0.27 1.01 0.25 0.61 -millésimes millésime NOM m p 0.27 1.01 0.02 0.41 -millésimé millésimer VER m s 0.22 0.54 0.17 0.20 par:pas; -millésimée millésimer VER f s 0.22 0.54 0.01 0.00 par:pas; -millésimées millésimer VER f p 0.22 0.54 0.00 0.14 par:pas; -millésimés millésimer VER m p 0.22 0.54 0.03 0.20 par:pas; -milonga milonga NOM f s 0.03 0.00 0.03 0.00 -milord milord NOM m s 2.72 0.88 2.66 0.81 -milords milord NOM m p 2.72 0.88 0.07 0.07 -milouin milouin NOM m s 0.01 0.00 0.01 0.00 -milésiennes milésien ADJ f p 0.00 0.07 0.00 0.07 -mima mimer VER 0.93 9.86 0.00 1.22 ind:pas:3s; -mimaient mimer VER 0.93 9.86 0.00 0.14 ind:imp:3p; -mimais mimer VER 0.93 9.86 0.12 0.27 ind:imp:1s;ind:imp:2s; -mimait mimer VER 0.93 9.86 0.13 1.96 ind:imp:3s; -mimant mimer VER 0.93 9.86 0.16 1.69 par:pre; -mimas mimer VER 0.93 9.86 0.01 0.00 ind:pas:2s; -mime mime NOM m s 5.35 1.08 5.11 0.88 -miment mimer VER 0.93 9.86 0.02 0.47 ind:pre:3p; -mimer mimer VER 0.93 9.86 0.11 1.96 inf; -mimerai mimer VER 0.93 9.86 0.00 0.07 ind:fut:1s; -mimerait mimer VER 0.93 9.86 0.00 0.14 cnd:pre:3s; -mimes mime NOM m p 5.35 1.08 0.25 0.20 -mimi mimi NOM m s 0.44 0.14 0.41 0.14 -mimique mimique NOM f s 0.19 6.22 0.01 3.58 -mimiques mimique NOM f p 0.19 6.22 0.18 2.64 -mimis mimi NOM m p 0.44 0.14 0.02 0.00 -mimodrames mimodrame NOM m p 0.00 0.07 0.00 0.07 -mimolette mimolette NOM f s 0.01 0.00 0.01 0.00 -mimâmes mimer VER 0.93 9.86 0.00 0.07 ind:pas:1p; -mimosa mimosa NOM m s 1.75 2.91 0.97 1.35 -mimosas mimosa NOM m p 1.75 2.91 0.77 1.55 -mimosées mimosée NOM f p 0.00 0.07 0.00 0.07 -mimèrent mimer VER 0.93 9.86 0.00 0.27 ind:pas:3p; -mimé mimer VER m s 0.93 9.86 0.03 0.54 par:pas; -mimée mimer VER f s 0.93 9.86 0.01 0.20 par:pas; -mimétique mimétique ADJ s 0.04 0.07 0.04 0.07 -mimétisme mimétisme NOM m s 0.17 1.55 0.17 1.55 -min min NOM m 7.85 1.08 7.85 1.08 -mina miner VER 4.83 10.47 0.17 0.00 ind:pas:3s; -minable minable ADJ s 15.58 11.55 13.06 8.72 -minablement minablement ADV 0.14 0.07 0.14 0.07 -minables minable ADJ p 15.58 11.55 2.52 2.84 -minage minage NOM m s 0.01 0.07 0.01 0.07 -minait miner VER 4.83 10.47 0.18 0.54 ind:imp:3s; -minant miner VER 4.83 10.47 0.17 0.00 par:pre; -minaret minaret NOM m s 0.34 1.96 0.21 0.88 -minarets minaret NOM m p 0.34 1.96 0.13 1.08 -minas miner VER 4.83 10.47 0.04 0.00 ind:pas:2s; -minauda minauder VER 0.17 3.38 0.00 0.68 ind:pas:3s; -minaudaient minauder VER 0.17 3.38 0.00 0.07 ind:imp:3p; -minaudait minauder VER 0.17 3.38 0.02 0.54 ind:imp:3s; -minaudant minauder VER 0.17 3.38 0.01 0.81 par:pre; -minaudants minaudant ADJ m p 0.01 0.07 0.00 0.07 -minaude minauder VER 0.17 3.38 0.05 0.47 imp:pre:2s;ind:pre:1s;ind:pre:3s; -minaudent minauder VER 0.17 3.38 0.01 0.14 ind:pre:3p; -minauder minauder VER 0.17 3.38 0.07 0.47 inf; -minauderait minauder VER 0.17 3.38 0.00 0.07 cnd:pre:3s; -minauderie minauderie NOM f s 0.12 0.88 0.00 0.27 -minauderies minauderie NOM f p 0.12 0.88 0.12 0.61 -minaudeur minaudeur ADJ m s 0.00 0.07 0.00 0.07 -minaudez minauder VER 0.17 3.38 0.01 0.00 ind:pre:2p; -minaudière minaudier ADJ f s 0.00 0.27 0.00 0.27 -minaudé minauder VER m s 0.17 3.38 0.00 0.14 par:pas; -minbar minbar NOM m s 0.12 0.00 0.12 0.00 -mince mince ONO 14.62 2.84 14.62 2.84 -minces mince ADJ p 16.27 78.51 2.17 18.18 -minceur minceur NOM f s 0.20 2.36 0.20 2.30 -minceurs minceur NOM f p 0.20 2.36 0.00 0.07 -minci mincir VER m s 0.55 0.20 0.21 0.14 par:pas; -mincir mincir VER 0.55 0.20 0.32 0.00 inf; -mincirait mincir VER 0.55 0.20 0.01 0.00 cnd:pre:3s; -mincis mincir VER 0.55 0.20 0.01 0.00 ind:pre:2s; -mincissaient mincir VER 0.55 0.20 0.00 0.07 ind:imp:3p; -mine mine NOM f s 48.08 65.88 36.84 48.18 -minent miner VER 4.83 10.47 0.02 0.20 ind:pre:3p; -miner miner VER 4.83 10.47 0.58 1.35 inf; -minera miner VER 4.83 10.47 0.02 0.00 ind:fut:3s; -minerai minerai NOM m s 1.38 1.01 1.21 0.95 -minerais minerai NOM m p 1.38 1.01 0.17 0.07 -minerval minerval NOM m s 0.01 0.00 0.01 0.00 -minerve minerve NOM f s 0.69 0.07 0.69 0.07 -mines mine NOM f p 48.08 65.88 11.24 17.70 -minestrone minestrone NOM m s 0.27 0.07 0.27 0.07 -minet minet NOM m s 5.87 6.42 2.22 2.23 -minets minet NOM m p 5.87 6.42 0.68 1.22 -minette minet NOM f s 5.87 6.42 2.98 2.03 -minettes minette NOM f p 1.21 0.00 1.21 0.00 -mineur mineur ADJ m s 8.01 6.62 3.79 2.70 -mineure mineur ADJ f s 8.01 6.62 1.96 1.62 -mineures mineur ADJ f p 8.01 6.62 0.53 0.74 -mineurs mineur NOM m p 8.79 11.96 4.09 6.01 -ming ming ADJ s 0.04 0.00 0.04 0.00 -mini_chaîne mini_chaîne NOM f s 0.14 0.07 0.14 0.07 -mini_jupe mini_jupe NOM f s 0.62 0.54 0.56 0.34 -mini_jupe mini_jupe NOM f p 0.62 0.54 0.06 0.20 -mini_ordinateur mini_ordinateur NOM m s 0.02 0.00 0.02 0.00 -mini mini ADJ 1.69 0.14 1.69 0.14 -miniature miniature NOM f s 2.18 10.07 1.62 7.09 -miniatures miniature NOM f p 2.18 10.07 0.56 2.97 -miniaturisation miniaturisation NOM f s 0.15 0.14 0.15 0.14 -miniaturise miniaturiser VER 0.22 0.34 0.03 0.00 ind:pre:3s; -miniaturiser miniaturiser VER 0.22 0.34 0.08 0.07 inf; -miniaturiste miniaturiste NOM s 0.01 0.47 0.01 0.47 -miniaturisé miniaturiser VER m s 0.22 0.34 0.06 0.14 par:pas; -miniaturisée miniaturiser VER f s 0.22 0.34 0.02 0.07 par:pas; -miniaturisées miniaturiser VER f p 0.22 0.34 0.01 0.00 par:pas; -miniaturisés miniaturiser VER m p 0.22 0.34 0.01 0.07 par:pas; -minibar minibar NOM m s 0.26 0.00 0.26 0.00 -minibus minibus NOM m 1.99 0.54 1.99 0.54 -minicassette minicassette NOM s 0.02 0.27 0.01 0.20 -minicassettes minicassette NOM p 0.02 0.27 0.01 0.07 -minier minier ADJ m s 1.09 1.42 0.28 0.47 -miniers minier ADJ m p 1.09 1.42 0.20 0.20 -minigolf minigolf NOM m s 0.23 0.00 0.23 0.00 -minijupe minijupe NOM f s 1.20 0.54 0.82 0.41 -minijupes minijupe NOM f p 1.20 0.54 0.38 0.14 -minima minimum NOM m p 7.12 11.82 0.04 0.34 -minimal minimal ADJ m s 1.39 0.81 0.28 0.34 -minimale minimal ADJ f s 1.39 0.81 0.83 0.34 -minimales minimal ADJ f p 1.39 0.81 0.22 0.07 -minimaliser minimaliser VER 0.01 0.00 0.01 0.00 inf; -minimalisme minimalisme NOM m s 0.06 0.00 0.06 0.00 -minimaliste minimaliste ADJ s 0.10 0.00 0.10 0.00 -minimaux minimal ADJ m p 1.39 0.81 0.04 0.07 -minimax minimax NOM m 0.01 0.00 0.01 0.00 -minime minime ADJ s 1.87 2.84 1.04 2.16 -minimes minime ADJ p 1.87 2.84 0.82 0.68 -minimisa minimiser VER 2.10 2.57 0.01 0.00 ind:pas:3s; -minimisaient minimiser VER 2.10 2.57 0.00 0.07 ind:imp:3p; -minimisait minimiser VER 2.10 2.57 0.00 0.07 ind:imp:3s; -minimisant minimiser VER 2.10 2.57 0.05 0.20 par:pre; -minimisation minimisation NOM f s 0.00 0.07 0.00 0.07 -minimise minimiser VER 2.10 2.57 0.39 0.47 imp:pre:2s;ind:pre:1s;ind:pre:3s; -minimisent minimiser VER 2.10 2.57 0.03 0.07 ind:pre:3p; -minimiser minimiser VER 2.10 2.57 1.42 1.42 inf; -minimiserons minimiser VER 2.10 2.57 0.01 0.00 ind:fut:1p; -minimises minimiser VER 2.10 2.57 0.02 0.07 ind:pre:2s; -minimisez minimiser VER 2.10 2.57 0.09 0.00 imp:pre:2p;ind:pre:2p; -minimisons minimiser VER 2.10 2.57 0.01 0.00 imp:pre:1p; -minimisé minimiser VER m s 2.10 2.57 0.04 0.14 par:pas; -minimisée minimiser VER f s 2.10 2.57 0.03 0.00 par:pas; -minimisées minimiser VER f p 2.10 2.57 0.01 0.07 par:pas; -minimum minimum NOM m s 7.12 11.82 7.07 11.49 -minimums minimum ADJ p 3.77 1.76 0.05 0.00 -minis mini NOM p 1.01 1.01 0.14 0.00 -ministrables ministrable ADJ p 0.00 0.07 0.00 0.07 -ministre ministre NOM s 41.41 81.15 38.10 61.01 -ministres ministre NOM m p 41.41 81.15 3.31 20.14 -ministère ministère NOM m s 17.47 17.50 16.91 14.32 -ministères ministère NOM m p 17.47 17.50 0.55 3.18 -ministériel ministériel ADJ m s 0.40 2.77 0.38 0.95 -ministérielle ministériel ADJ f s 0.40 2.77 0.01 0.74 -ministérielles ministériel ADJ f p 0.40 2.77 0.00 0.41 -ministériels ministériel ADJ m p 0.40 2.77 0.01 0.68 -minitel minitel NOM m s 0.00 0.34 0.00 0.34 -minière minier ADJ f s 1.09 1.42 0.53 0.54 -minières minier ADJ f p 1.09 1.42 0.08 0.20 -minium minium NOM m s 0.04 0.95 0.04 0.95 -mino mino ADJ m s 1.13 0.27 1.13 0.27 -minoen minoen NOM m s 0.01 0.20 0.01 0.07 -minoenne minoen ADJ f s 0.07 0.34 0.06 0.14 -minoens minoen ADJ m p 0.07 0.34 0.01 0.00 -minois minois NOM m 1.11 1.55 1.11 1.55 -minoritaire minoritaire ADJ s 0.60 0.61 0.17 0.34 -minoritaires minoritaire ADJ p 0.60 0.61 0.44 0.27 -minorité minorité NOM f s 4.03 2.84 3.15 2.36 -minorités minorité NOM f p 4.03 2.84 0.89 0.47 -minot minot NOM m s 0.58 1.35 0.58 1.08 -minotaure minotaure NOM m s 0.03 0.14 0.02 0.07 -minotaures minotaure NOM m p 0.03 0.14 0.01 0.07 -minoteries minoterie NOM f p 0.00 0.14 0.00 0.14 -minotier minotier NOM m s 0.00 0.61 0.00 0.61 -minots minot NOM m p 0.58 1.35 0.00 0.27 -minou minou NOM m s 7.00 1.55 6.46 1.55 -minouche minouche ADJ s 0.17 0.81 0.17 0.81 -minous minou NOM m p 7.00 1.55 0.55 0.00 -miné miner VER m s 4.83 10.47 1.04 2.50 par:pas; -minée miner VER f s 4.83 10.47 0.20 1.01 par:pas; -minées miner VER f p 4.83 10.47 0.02 0.27 par:pas; -minuit minuit NOM m s 38.51 29.86 38.47 29.80 -minuits minuit NOM m p 38.51 29.86 0.03 0.07 -minéral minéral NOM m s 1.03 0.81 0.28 0.74 -minérale minéral ADJ f s 4.20 8.78 3.28 5.88 -minérales minéral ADJ f p 4.20 8.78 0.31 0.74 -minéraliers minéralier NOM m p 0.00 0.07 0.00 0.07 -minéralisation minéralisation NOM f s 0.01 0.00 0.01 0.00 -minéralisés minéraliser VER m p 0.00 0.07 0.00 0.07 par:pas; -minéralisés minéralisé ADJ m p 0.00 0.07 0.00 0.07 -minéralogique minéralogique ADJ s 0.38 0.74 0.31 0.34 -minéralogiques minéralogique ADJ p 0.38 0.74 0.07 0.41 -minéraux minéral NOM m p 1.03 0.81 0.76 0.07 -minus_habens minus_habens NOM m 0.00 0.14 0.00 0.14 -minés miner VER m p 4.83 10.47 0.10 0.34 par:pas; -minus minus NOM m 8.35 2.50 8.35 2.50 -minuscule minuscule ADJ s 7.26 62.09 5.07 38.04 -minuscules minuscule ADJ p 7.26 62.09 2.19 24.05 -minutage minutage NOM m s 0.08 0.34 0.08 0.34 -minute minute NOM f s 342.28 201.42 144.83 60.74 -minuter minuter VER 2.04 1.69 0.17 0.00 inf; -minuterie minuterie NOM f s 1.34 2.36 1.21 2.36 -minuteries minuterie NOM f p 1.34 2.36 0.13 0.00 -minutes minute NOM f p 342.28 201.42 197.45 140.68 -minuteur minuteur NOM m s 1.21 0.00 0.98 0.00 -minuteurs minuteur NOM m p 1.21 0.00 0.22 0.00 -minutie minutie NOM f s 0.62 3.58 0.48 3.45 -minuties minutie NOM f p 0.62 3.58 0.14 0.14 -minutieuse minutieux ADJ f s 1.81 7.03 0.57 2.84 -minutieusement minutieusement ADV 0.74 4.73 0.74 4.73 -minutieuses minutieux ADJ f p 1.81 7.03 0.02 1.08 -minutieux minutieux ADJ m 1.81 7.03 1.21 3.11 -minutions minuter VER 2.04 1.69 0.02 0.00 ind:imp:1p; -minutât minuter VER 2.04 1.69 0.00 0.07 sub:imp:3s; -minuté minuter VER m s 2.04 1.69 0.27 0.81 par:pas; -minutée minuter VER f s 2.04 1.69 0.04 0.07 par:pas; -minutés minuter VER m p 2.04 1.69 0.00 0.07 par:pas; -mioche mioche NOM s 1.07 2.30 0.54 1.08 -mioches mioche NOM p 1.07 2.30 0.53 1.22 -miquette miquette NOM f s 0.00 0.34 0.00 0.34 -mir mir NOM m s 0.33 0.68 0.33 0.68 -mira mirer VER 0.48 2.57 0.14 0.20 ind:pas:3s; -mirabelle mirabelle NOM f s 0.01 1.96 0.00 0.74 -mirabelles mirabelle NOM f p 0.01 1.96 0.01 1.22 -mirabellier mirabellier NOM m s 0.00 0.34 0.00 0.14 -mirabelliers mirabellier NOM m p 0.00 0.34 0.00 0.20 -mirabilis mirabilis NOM m 0.12 0.14 0.12 0.14 -miracle miracle NOM m s 56.89 42.16 39.78 34.12 -miracles miracle NOM m p 56.89 42.16 17.10 8.04 -miraculant miraculant ADJ m s 0.00 0.14 0.00 0.07 -miraculantes miraculant ADJ f p 0.00 0.14 0.00 0.07 -miraculeuse miraculeux ADJ f s 4.43 9.26 1.73 3.99 -miraculeusement miraculeusement ADV 1.34 4.53 1.34 4.53 -miraculeuses miraculeux ADJ f p 4.43 9.26 0.45 1.08 -miraculeux miraculeux ADJ m 4.43 9.26 2.25 4.19 -miraculé miraculé NOM m s 0.55 0.88 0.45 0.41 -miraculée miraculé NOM f s 0.55 0.88 0.05 0.34 -miraculés miraculé NOM m p 0.55 0.88 0.05 0.14 -mirador mirador NOM m s 0.23 4.73 0.15 3.04 -miradors mirador NOM m p 0.23 4.73 0.08 1.69 -mirage mirage NOM m s 1.83 10.07 1.42 6.08 -mirages mirage NOM m p 1.83 10.07 0.42 3.99 -miraient mirer VER 0.48 2.57 0.00 0.14 ind:imp:3p; -mirais mirer VER 0.48 2.57 0.00 0.07 ind:imp:1s; -mirait mirer VER 0.48 2.57 0.14 0.41 ind:imp:3s; -mirant mirer VER 0.48 2.57 0.00 0.20 par:pre; -miraud miraud ADJ m s 0.02 0.14 0.02 0.07 -mirauds miraud ADJ m p 0.02 0.14 0.00 0.07 -mire mire NOM f s 1.81 2.16 1.81 2.03 -mirent mettre VER 1004.84 1083.65 1.38 27.36 ind:pas:3p; -mirepoix mirepoix NOM f 0.01 0.00 0.01 0.00 -mirer mirer VER 0.48 2.57 0.05 0.61 inf; -mirerais mirer VER 0.48 2.57 0.00 0.07 cnd:pre:2s; -mires mire NOM f p 1.81 2.16 0.00 0.14 -mirette mirette NOM f s 0.16 6.01 0.00 4.32 -mirettes mirette NOM f p 0.16 6.01 0.16 1.69 -mirez mirer VER 0.48 2.57 0.00 0.07 imp:pre:2p; -mirifique mirifique ADJ s 0.03 1.08 0.02 0.61 -mirifiques mirifique ADJ p 0.03 1.08 0.01 0.47 -mirliflore mirliflore NOM m s 0.00 0.07 0.00 0.07 -mirliton mirliton NOM m s 0.05 1.15 0.04 0.34 -mirlitons mirliton NOM m p 0.05 1.15 0.01 0.81 -mirmidon mirmidon NOM m s 0.14 0.00 0.14 0.00 -miro miro ADJ s 1.32 0.61 1.32 0.54 -mirobolant mirobolant ADJ m s 0.17 1.42 0.14 0.54 -mirobolante mirobolant ADJ f s 0.17 1.42 0.01 0.27 -mirobolantes mirobolant ADJ f p 0.17 1.42 0.02 0.34 -mirobolants mirobolant ADJ m p 0.17 1.42 0.00 0.27 -miroir miroir NOM m s 28.35 63.99 24.89 48.58 -miroirs miroir NOM m p 28.35 63.99 3.46 15.41 -miroita miroiter VER 0.39 5.74 0.00 0.20 ind:pas:3s; -miroitaient miroiter VER 0.39 5.74 0.01 0.47 ind:imp:3p; -miroitait miroiter VER 0.39 5.74 0.01 0.68 ind:imp:3s; -miroitant miroiter VER 0.39 5.74 0.03 0.34 par:pre; -miroitante miroitant ADJ f s 0.04 3.51 0.01 1.82 -miroitantes miroitant ADJ f p 0.04 3.51 0.00 0.61 -miroitants miroitant ADJ m p 0.04 3.51 0.02 0.34 -miroite miroiter VER 0.39 5.74 0.03 0.81 ind:pre:3s; -miroitement miroitement NOM m s 0.04 2.43 0.04 1.89 -miroitements miroitement NOM m p 0.04 2.43 0.00 0.54 -miroitent miroiter VER 0.39 5.74 0.03 0.54 ind:pre:3p; -miroiter miroiter VER 0.39 5.74 0.29 2.70 inf; -miroiterie miroiterie NOM f s 0.02 0.07 0.02 0.07 -miroitier miroitier NOM m s 0.02 0.20 0.02 0.14 -miroitiers miroitier NOM m p 0.02 0.20 0.00 0.07 -miroités miroité ADJ m p 0.00 0.07 0.00 0.07 -mironton mironton NOM m s 0.01 1.08 0.01 0.81 -mirontons mironton NOM m p 0.01 1.08 0.00 0.27 -miros miro ADJ p 1.32 0.61 0.00 0.07 -miroton miroton NOM m s 0.01 0.34 0.01 0.34 -mirée mirer VER f s 0.48 2.57 0.00 0.07 par:pas; -mirus mirus NOM m 0.09 0.54 0.09 0.54 -mis mettre VER m 1004.84 1083.65 228.57 245.61 ind:pas:1s;ind:pas:2s;par:pas;par:pas;par:pas; -misa miser VER 11.80 3.78 0.34 0.14 ind:pas:3s; -misai miser VER 11.80 3.78 0.00 0.07 ind:pas:1s; -misaient miser VER 11.80 3.78 0.04 0.07 ind:imp:3p; -misaine misaine NOM f s 0.23 0.27 0.23 0.20 -misaines misaine NOM f p 0.23 0.27 0.00 0.07 -misais miser VER 11.80 3.78 0.03 0.20 ind:imp:1s; -misait miser VER 11.80 3.78 0.07 0.47 ind:imp:3s; -misant miser VER 11.80 3.78 0.20 0.27 par:pre; -misanthrope misanthrope NOM s 0.27 0.47 0.27 0.47 -misanthropes misanthrope ADJ p 0.06 0.61 0.00 0.07 -misanthropie misanthropie NOM f s 0.01 0.41 0.01 0.41 -misanthropiques misanthropique ADJ p 0.00 0.07 0.00 0.07 -miscible miscible ADJ m s 0.01 0.00 0.01 0.00 -mise mettre VER f s 1004.84 1083.65 35.33 46.69 par:pas; -misent miser VER 11.80 3.78 0.36 0.14 ind:pre:3p; -miser miser VER 11.80 3.78 2.79 0.74 inf; -misera miser VER 11.80 3.78 0.10 0.00 ind:fut:3s; -miserais miser VER 11.80 3.78 0.26 0.00 cnd:pre:1s;cnd:pre:2s; -miseras miser VER 11.80 3.78 0.02 0.00 ind:fut:2s; -miserere miserere NOM m 0.80 0.34 0.80 0.34 -miseriez miser VER 11.80 3.78 0.14 0.00 cnd:pre:2p; -miseront miser VER 11.80 3.78 0.01 0.00 ind:fut:3p; -mises mettre VER f p 1004.84 1083.65 5.36 9.05 par:pas; -misez miser VER 11.80 3.78 1.42 0.00 imp:pre:2p;ind:pre:2p; -misiez miser VER 11.80 3.78 0.21 0.00 ind:imp:2p; -misogyne misogyne ADJ s 0.32 0.54 0.29 0.47 -misogynes misogyne ADJ p 0.32 0.54 0.02 0.07 -misogynie misogynie NOM f s 0.23 1.01 0.23 1.01 -misons miser VER 11.80 3.78 0.20 0.00 imp:pre:1p;ind:pre:1p; -misât miser VER 11.80 3.78 0.00 0.07 sub:imp:3s; -miss miss NOM f 39.08 9.86 39.08 9.86 -missel missel NOM m s 0.59 3.38 0.53 3.04 -missels missel NOM m p 0.59 3.38 0.06 0.34 -missent mettre VER 1004.84 1083.65 0.00 0.41 sub:imp:3p; -missile missile NOM m s 16.70 0.74 7.47 0.41 -missiles missile NOM m p 16.70 0.74 9.23 0.34 -missilier missilier NOM m s 0.16 0.00 0.16 0.00 -mission_suicide mission_suicide NOM f s 0.03 0.07 0.03 0.07 -mission mission NOM f s 85.24 48.45 80.02 42.36 -missionna missionner VER 0.11 0.14 0.00 0.07 ind:pas:3s; -missionnaire missionnaire NOM s 2.29 2.16 1.27 0.95 -missionnaires missionnaire NOM p 2.29 2.16 1.02 1.22 -missionné missionner VER m s 0.11 0.14 0.11 0.00 par:pas; -missionnés missionner VER m p 0.11 0.14 0.00 0.07 par:pas; -missions mission NOM f p 85.24 48.45 5.22 6.08 -missive missive NOM f s 0.92 2.97 0.81 1.82 -missives missive NOM f p 0.92 2.97 0.11 1.15 -mister mister NOM m s 2.14 1.22 2.14 1.22 -misère misère NOM f s 18.77 47.23 16.85 39.46 -misères misère NOM f p 18.77 47.23 1.92 7.77 -mistigri mistigri NOM m s 0.00 0.14 0.00 0.07 -mistigris mistigri NOM m p 0.00 0.14 0.00 0.07 -mistonne miston NOM f s 0.00 0.41 0.00 0.20 -mistonnes miston NOM f p 0.00 0.41 0.00 0.20 -mistoufle mistoufle NOM f s 0.00 0.81 0.00 0.68 -mistoufles mistoufle NOM f p 0.00 0.81 0.00 0.14 -mistral mistral NOM m s 0.02 2.03 0.02 1.96 -mistrals mistral NOM m p 0.02 2.03 0.00 0.07 -misé miser VER m s 11.80 3.78 2.68 0.95 par:pas; -misérabilisme misérabilisme NOM m s 0.01 0.14 0.01 0.14 -misérabiliste misérabiliste ADJ m s 0.01 0.14 0.01 0.14 -misérable misérable ADJ s 13.16 22.97 10.17 16.22 -misérablement misérablement ADV 0.36 2.16 0.36 2.16 -misérables misérable ADJ p 13.16 22.97 2.98 6.76 -miséreuse miséreux ADJ f s 0.23 0.54 0.02 0.27 -miséreuses miséreuse NOM f p 0.01 0.00 0.01 0.00 -miséreux miséreux NOM m 0.89 1.35 0.88 1.35 -miséricorde miséricorde NOM f s 8.79 5.20 8.77 5.07 -miséricordes miséricorde NOM f p 8.79 5.20 0.02 0.14 -miséricordieuse miséricordieux ADJ f s 4.69 1.76 0.36 0.61 -miséricordieusement miséricordieusement ADV 0.00 0.07 0.00 0.07 -miséricordieuses miséricordieux ADJ f p 4.69 1.76 0.10 0.14 -miséricordieux miséricordieux ADJ m s 4.69 1.76 4.23 1.01 -mit mettre VER 1004.84 1083.65 7.48 185.20 ind:pas:3s; -mita mita NOM f s 0.06 0.07 0.06 0.07 -mitaine mitaine NOM f s 0.32 0.95 0.06 0.07 -mitaines mitaine NOM f p 0.32 0.95 0.26 0.88 -mitan mitan NOM m s 0.40 3.58 0.40 3.58 -mitard mitard NOM m s 1.91 4.32 1.91 4.26 -mitarder mitarder VER 0.00 0.20 0.00 0.07 inf; -mitards mitard NOM m p 1.91 4.32 0.00 0.07 -mitardés mitarder VER m p 0.00 0.20 0.00 0.14 par:pas; -mitchouriniens mitchourinien ADJ m p 0.00 0.07 0.00 0.07 -mite mite NOM f s 1.18 2.23 0.36 0.54 -mitent miter VER 0.23 0.34 0.00 0.07 ind:pre:3p; -miter miter VER 0.23 0.34 0.20 0.00 inf; -mites mite NOM f p 1.18 2.23 0.81 1.69 -miteuse miteux ADJ f s 1.98 4.86 0.25 1.08 -miteusement miteusement ADV 0.00 0.07 0.00 0.07 -miteuserie miteuserie NOM f s 0.00 0.14 0.00 0.14 -miteuses miteux ADJ f p 1.98 4.86 0.02 0.41 -miteux miteux ADJ m 1.98 4.86 1.72 3.38 -mithriaque mithriaque ADJ m s 0.00 0.14 0.00 0.14 -mithridatisation mithridatisation NOM f s 0.00 0.07 0.00 0.07 -mithridatisé mithridatiser VER m s 0.00 0.20 0.00 0.07 par:pas; -mithridatisés mithridatiser VER m p 0.00 0.20 0.00 0.14 par:pas; -mièvre mièvre ADJ s 0.20 1.35 0.20 0.95 -mièvrement mièvrement ADV 0.01 0.00 0.01 0.00 -mièvrerie mièvrerie NOM f s 0.14 1.01 0.01 0.81 -mièvreries mièvrerie NOM f p 0.14 1.01 0.13 0.20 -mièvres mièvre ADJ p 0.20 1.35 0.01 0.41 -mitigea mitiger VER 0.22 0.34 0.00 0.07 ind:pas:3s; -mitiger mitiger VER 0.22 0.34 0.05 0.07 inf; -mitigeurs mitigeur NOM m p 0.00 0.07 0.00 0.07 -mitigé mitiger VER m s 0.22 0.34 0.10 0.20 par:pas; -mitigée mitiger VER f s 0.22 0.34 0.03 0.00 par:pas; -mitigées mitigé ADJ f p 0.07 0.47 0.02 0.07 -mitigés mitiger VER m p 0.22 0.34 0.03 0.00 par:pas; -mitochondrial mitochondrial ADJ m s 0.03 0.00 0.03 0.00 -mitochondrie mitochondrie NOM f s 0.33 0.00 0.04 0.00 -mitochondries mitochondrie NOM f p 0.33 0.00 0.29 0.00 -miton miton NOM m s 0.00 0.07 0.00 0.07 -mitonnaient mitonner VER 0.19 2.70 0.00 0.07 ind:imp:3p; -mitonnait mitonner VER 0.19 2.70 0.00 0.07 ind:imp:3s; -mitonnant mitonner VER 0.19 2.70 0.00 0.14 par:pre; -mitonne mitonner VER 0.19 2.70 0.03 0.47 imp:pre:2s;ind:pre:1s;ind:pre:3s; -mitonnent mitonner VER 0.19 2.70 0.00 0.20 ind:pre:3p; -mitonner mitonner VER 0.19 2.70 0.14 0.74 inf; -mitonnerait mitonner VER 0.19 2.70 0.00 0.07 cnd:pre:3s; -mitonné mitonner VER m s 0.19 2.70 0.02 0.27 par:pas; -mitonnée mitonner VER f s 0.19 2.70 0.00 0.27 par:pas; -mitonnées mitonner VER f p 0.19 2.70 0.00 0.27 par:pas; -mitonnés mitonner VER m p 0.19 2.70 0.00 0.14 par:pas; -mitose mitose NOM f s 0.14 0.00 0.14 0.00 -mitotique mitotique ADJ f s 0.03 0.00 0.03 0.00 -mitoufle mitoufle NOM f s 0.00 0.07 0.00 0.07 -mitoyen mitoyen ADJ m s 0.43 1.55 0.26 1.01 -mitoyenne mitoyen ADJ f s 0.43 1.55 0.02 0.27 -mitoyennes mitoyen ADJ f p 0.43 1.55 0.02 0.07 -mitoyenneté mitoyenneté NOM f s 0.00 0.20 0.00 0.20 -mitoyens mitoyen ADJ m p 0.43 1.55 0.14 0.20 -mitra mitrer VER 0.00 0.20 0.00 0.07 ind:pas:3s; -mitrailla mitrailler VER 1.55 3.85 0.00 0.20 ind:pas:3s; -mitraillade mitraillade NOM f s 0.00 1.01 0.00 0.88 -mitraillades mitraillade NOM f p 0.00 1.01 0.00 0.14 -mitraillage mitraillage NOM m s 0.15 0.07 0.12 0.07 -mitraillages mitraillage NOM m p 0.15 0.07 0.03 0.00 -mitraillaient mitrailler VER 1.55 3.85 0.01 0.14 ind:imp:3p; -mitraillait mitrailler VER 1.55 3.85 0.00 0.27 ind:imp:3s; -mitraillant mitrailler VER 1.55 3.85 0.04 0.61 par:pre; -mitraille mitraille NOM f s 0.65 3.18 0.65 3.04 -mitraillent mitrailler VER 1.55 3.85 0.08 0.27 ind:pre:3p; -mitrailler mitrailler VER 1.55 3.85 0.59 0.61 inf; -mitrailleraient mitrailler VER 1.55 3.85 0.00 0.07 cnd:pre:3p; -mitrailles mitrailler VER 1.55 3.85 0.02 0.00 ind:pre:2s; -mitraillette mitraillette NOM f s 3.88 11.35 2.62 7.09 -mitraillettes mitraillette NOM f p 3.88 11.35 1.26 4.26 -mitrailleur mitrailleur NOM m s 6.19 15.47 0.44 0.74 -mitrailleurs mitrailleur NOM m p 6.19 15.47 0.43 1.15 -mitrailleuse mitrailleur NOM f s 6.19 15.47 5.32 7.03 -mitrailleuses mitrailleuse NOM f p 3.40 0.00 3.40 0.00 -mitrailliez mitrailler VER 1.55 3.85 0.01 0.00 ind:imp:2p; -mitraillèrent mitrailler VER 1.55 3.85 0.00 0.20 ind:pas:3p; -mitraillé mitrailler VER m s 1.55 3.85 0.09 0.61 par:pas; -mitraillée mitrailler VER f s 1.55 3.85 0.04 0.07 par:pas; -mitraillées mitrailler VER f p 1.55 3.85 0.10 0.07 par:pas; -mitraillés mitrailler VER m p 1.55 3.85 0.14 0.54 par:pas; -mitral mitral ADJ m s 0.30 0.00 0.04 0.00 -mitrale mitral ADJ f s 0.30 0.00 0.27 0.00 -mitre mitre NOM f s 0.26 1.96 0.26 1.49 -mitres mitre NOM f p 0.26 1.96 0.00 0.47 -mitron mitron NOM m s 0.14 3.58 0.14 2.91 -mitrons mitron NOM m p 0.14 3.58 0.00 0.68 -mitré mitré ADJ m s 0.00 0.61 0.00 0.47 -mitrés mitré ADJ m p 0.00 0.61 0.00 0.14 -mité mité ADJ m s 0.03 1.01 0.03 0.27 -mitée mité ADJ f s 0.03 1.01 0.00 0.20 -mitées mité ADJ f p 0.03 1.01 0.00 0.20 -mités mité ADJ m p 0.03 1.01 0.00 0.34 -mixage mixage NOM m s 0.86 0.27 0.86 0.27 -mixait mixer VER 1.11 0.27 0.01 0.07 ind:imp:3s; -mixe mixer VER 1.11 0.27 0.11 0.00 imp:pre:2s;ind:pre:1s;ind:pre:3s; -mixer mixer VER 1.11 0.27 0.78 0.00 inf; -mixers mixer NOM m p 0.78 0.14 0.11 0.07 -mixeur mixeur NOM m s 1.21 0.14 1.05 0.14 -mixeurs mixeur NOM m p 1.21 0.14 0.15 0.00 -mixité mixité NOM f s 0.07 0.14 0.07 0.14 -mixte mixte ADJ s 2.81 3.45 2.23 2.30 -mixtes mixte ADJ p 2.81 3.45 0.59 1.15 -mixture mixture NOM f s 0.93 1.62 0.92 1.35 -mixtures mixture NOM f p 0.93 1.62 0.01 0.27 -mixé mixer VER m s 1.11 0.27 0.13 0.14 par:pas; -mixée mixer VER f s 1.11 0.27 0.05 0.07 par:pas; -mixés mixer VER m p 1.11 0.27 0.03 0.00 par:pas; -ml ml ADJ:num 0.03 0.00 0.03 0.00 -mlle mlle NOM f s 45.69 6.55 45.69 6.55 -mm mm NOM m 3.79 1.35 3.79 1.35 -mme mme NOM f s 81.64 33.24 81.64 33.24 -mn mn NOM m s 0.02 0.00 0.02 0.00 -mnémonique mnémonique ADJ m s 0.05 0.07 0.05 0.00 -mnémoniques mnémonique ADJ m p 0.05 0.07 0.00 0.07 -mnémotechnie mnémotechnie NOM f s 0.00 0.07 0.00 0.07 -mnémotechnique mnémotechnique ADJ s 0.03 0.00 0.03 0.00 -mnésiques mnésique ADJ m p 0.00 0.07 0.00 0.07 -moï moï ADJ m s 0.00 0.27 0.00 0.27 -moïse moïse NOM m s 0.05 0.47 0.05 0.47 -moût moût NOM m s 0.00 0.68 0.00 0.54 -moûts moût NOM m p 0.00 0.68 0.00 0.14 -mob mob NOM f s 0.93 0.68 0.93 0.68 -mobil_home mobil_home NOM m s 0.07 0.00 0.07 0.00 -mobile mobile NOM m s 8.01 2.84 7.03 1.15 -mobiles mobile NOM m p 8.01 2.84 0.98 1.69 -mobilier mobilier NOM m s 1.70 5.74 1.66 5.27 -mobiliers mobilier NOM m p 1.70 5.74 0.04 0.47 -mobilisa mobiliser VER 3.99 9.39 0.02 0.27 ind:pas:3s; -mobilisable mobilisable ADJ m s 0.00 0.74 0.00 0.47 -mobilisables mobilisable ADJ f p 0.00 0.74 0.00 0.27 -mobilisaient mobiliser VER 3.99 9.39 0.01 0.27 ind:imp:3p; -mobilisais mobiliser VER 3.99 9.39 0.00 0.14 ind:imp:1s; -mobilisait mobiliser VER 3.99 9.39 0.01 0.41 ind:imp:3s; -mobilisant mobiliser VER 3.99 9.39 0.06 0.34 par:pre; -mobilisateur mobilisateur ADJ m s 0.01 0.34 0.01 0.20 -mobilisateurs mobilisateur ADJ m p 0.01 0.34 0.00 0.14 -mobilisation mobilisation NOM f s 0.86 4.39 0.86 4.39 -mobilise mobiliser VER 3.99 9.39 0.42 0.61 imp:pre:2s;ind:pre:1s;ind:pre:3s; -mobilisent mobiliser VER 3.99 9.39 0.11 0.14 ind:pre:3p; -mobiliser mobiliser VER 3.99 9.39 1.13 1.35 inf; -mobilisera mobiliser VER 3.99 9.39 0.03 0.00 ind:fut:3s; -mobiliserait mobiliser VER 3.99 9.39 0.01 0.07 cnd:pre:3s; -mobiliserons mobiliser VER 3.99 9.39 0.01 0.07 ind:fut:1p; -mobilisez mobiliser VER 3.99 9.39 0.28 0.00 imp:pre:2p;ind:pre:2p; -mobilisions mobiliser VER 3.99 9.39 0.01 0.00 ind:imp:1p; -mobilisons mobiliser VER 3.99 9.39 0.01 0.00 ind:pre:1p; -mobilisé mobiliser VER m s 3.99 9.39 0.83 2.97 par:pas; -mobilisée mobiliser VER f s 3.99 9.39 0.53 0.27 par:pas; -mobilisées mobiliser VER f p 3.99 9.39 0.08 0.27 par:pas; -mobilisés mobiliser VER m p 3.99 9.39 0.43 2.23 par:pas; -mobilière mobilier ADJ f s 0.22 0.88 0.00 0.20 -mobilières mobilier ADJ f p 0.22 0.88 0.04 0.27 -mobilité mobilité NOM f s 0.40 1.96 0.40 1.96 -mobylette mobylette NOM f s 0.89 2.09 0.87 1.82 -mobylettes mobylette NOM f p 0.89 2.09 0.02 0.27 -mocassin mocassin NOM m s 0.63 2.50 0.06 0.07 -mocassins mocassin NOM m p 0.63 2.50 0.57 2.43 -mâcha mâcher VER 5.00 12.30 0.00 0.47 ind:pas:3s; -mâchage mâchage NOM m s 0.00 0.07 0.00 0.07 -mâchaient mâcher VER 5.00 12.30 0.01 0.47 ind:imp:3p; -mâchais mâcher VER 5.00 12.30 0.10 0.07 ind:imp:1s; -mâchait mâcher VER 5.00 12.30 0.14 2.09 ind:imp:3s; -mâchant mâcher VER 5.00 12.30 0.16 1.82 par:pre; -mochard mochard ADJ m s 0.00 0.41 0.00 0.20 -mocharde mochard ADJ f s 0.00 0.41 0.00 0.20 -mâche mâcher VER 5.00 12.30 1.37 1.28 imp:pre:2s;ind:pre:1s;ind:pre:3s; -moche moche ADJ s 28.73 17.77 25.64 14.32 -mâchefer mâchefer NOM m s 0.01 2.57 0.01 2.57 -mâchent mâcher VER 5.00 12.30 0.16 0.20 ind:pre:3p; -mâcher mâcher VER 5.00 12.30 1.61 3.78 inf; -mâcherai mâcher VER 5.00 12.30 0.04 0.07 ind:fut:1s; -mâcherais mâcher VER 5.00 12.30 0.01 0.00 cnd:pre:1s; -mâcherait mâcher VER 5.00 12.30 0.01 0.07 cnd:pre:3s; -mâcherez mâcher VER 5.00 12.30 0.00 0.07 ind:fut:2p; -mâches mâcher VER 5.00 12.30 0.15 0.00 ind:pre:2s; -moches moche ADJ p 28.73 17.77 3.09 3.45 -mocheté mocheté NOM f s 0.75 0.88 0.66 0.41 -mochetés mocheté NOM f p 0.75 0.88 0.08 0.47 -mâcheur mâcheur NOM m s 0.05 0.07 0.04 0.00 -mâcheurs mâcheur NOM m p 0.05 0.07 0.00 0.07 -mâcheuse mâcheur NOM f s 0.05 0.07 0.01 0.00 -mâchez mâcher VER 5.00 12.30 0.31 0.00 imp:pre:2p;ind:pre:2p; -mâchicoulis mâchicoulis NOM m 0.00 0.34 0.00 0.34 -mâchoire mâchoire NOM f s 7.90 23.58 6.80 11.28 -mâchoires mâchoire NOM f p 7.90 23.58 1.09 12.30 -mâchonna mâchonner VER 0.22 4.59 0.00 0.41 ind:pas:3s; -mâchonnaient mâchonner VER 0.22 4.59 0.00 0.20 ind:imp:3p; -mâchonnais mâchonner VER 0.22 4.59 0.00 0.07 ind:imp:1s; -mâchonnait mâchonner VER 0.22 4.59 0.01 0.61 ind:imp:3s; -mâchonnant mâchonner VER 0.22 4.59 0.16 1.01 par:pre; -mâchonne mâchonner VER 0.22 4.59 0.01 0.68 ind:pre:3s; -mâchonnements mâchonnement NOM m p 0.00 0.14 0.00 0.14 -mâchonnent mâchonner VER 0.22 4.59 0.00 0.14 ind:pre:3p; -mâchonner mâchonner VER 0.22 4.59 0.04 1.01 inf; -mâchonné mâchonner VER m s 0.22 4.59 0.00 0.34 par:pas; -mâchonnés mâchonner VER m p 0.22 4.59 0.00 0.14 par:pas; -mâchons mâcher VER 5.00 12.30 0.00 0.07 imp:pre:1p; -mâchouilla mâchouiller VER 0.31 1.62 0.00 0.27 ind:pas:3s; -mâchouillait mâchouiller VER 0.31 1.62 0.00 0.34 ind:imp:3s; -mâchouillant mâchouiller VER 0.31 1.62 0.02 0.61 par:pre; -mâchouille mâchouiller VER 0.31 1.62 0.10 0.07 imp:pre:2s;ind:pre:1s;ind:pre:3s; -mâchouiller mâchouiller VER 0.31 1.62 0.04 0.20 inf; -mâchouilles mâchouiller VER 0.31 1.62 0.07 0.00 ind:pre:2s; -mâchouilleur mâchouilleur NOM m s 0.02 0.07 0.02 0.07 -mâchouillé mâchouiller VER m s 0.31 1.62 0.07 0.07 par:pas; -mâchouillée mâchouiller VER f s 0.31 1.62 0.01 0.07 par:pas; -mâchèrent mâcher VER 5.00 12.30 0.00 0.07 ind:pas:3p; -mâché mâcher VER m s 5.00 12.30 0.91 1.42 par:pas; -mâchée mâcher VER f s 5.00 12.30 0.01 0.14 par:pas; -mâchuré mâchurer VER m s 0.00 0.14 0.00 0.07 par:pas; -mâchurée mâchurer VER f s 0.00 0.14 0.00 0.07 par:pas; -mâchés mâcher VER m p 5.00 12.30 0.01 0.20 par:pas; -moco moco NOM m s 0.19 0.00 0.19 0.00 -mâconnaise mâconnais ADJ f s 0.00 0.14 0.00 0.07 -mâconnaises mâconnais ADJ f p 0.00 0.14 0.00 0.07 -mod mod NOM m s 0.01 0.00 0.01 0.00 -modalité modalité NOM f s 0.41 2.30 0.01 0.00 -modalités modalité NOM f p 0.41 2.30 0.40 2.30 -mode mode NOM s 31.67 51.69 30.79 46.96 -model model NOM m s 0.99 0.00 0.99 0.00 -modela modeler VER 2.42 8.24 0.00 0.20 ind:pas:3s; -modelable modelable ADJ s 0.00 0.07 0.00 0.07 -modelage modelage NOM m s 0.04 0.20 0.04 0.20 -modelaient modeler VER 2.42 8.24 0.00 0.20 ind:imp:3p; -modelais modeler VER 2.42 8.24 0.00 0.27 ind:imp:1s; -modelait modeler VER 2.42 8.24 0.01 0.47 ind:imp:3s; -modelant modeler VER 2.42 8.24 0.00 0.34 par:pre; -modeler modeler VER 2.42 8.24 1.16 2.03 inf; -modeleur modeleur NOM m s 0.04 0.00 0.04 0.00 -modelez modeler VER 2.42 8.24 0.28 0.00 imp:pre:2p;ind:pre:2p; -modelé modeler VER m s 2.42 8.24 0.35 1.22 par:pas; -modelée modeler VER f s 2.42 8.24 0.18 1.01 par:pas; -modelées modeler VER f p 2.42 8.24 0.14 0.54 par:pas; -modelés modeler VER m p 2.42 8.24 0.01 0.54 par:pas; -modem modem NOM m s 0.43 0.00 0.37 0.00 -modems modem NOM m p 0.43 0.00 0.06 0.00 -moderato moderato ADV 0.00 0.81 0.00 0.81 -modern_style modern_style NOM m s 0.00 0.27 0.00 0.27 -modern_style modern_style NOM m 0.01 0.00 0.01 0.00 -moderne moderne ADJ s 21.30 34.73 16.77 24.46 -modernes moderne ADJ p 21.30 34.73 4.53 10.27 -modernisaient moderniser VER 0.81 1.69 0.00 0.07 ind:imp:3p; -modernisait moderniser VER 0.81 1.69 0.00 0.07 ind:imp:3s; -modernisation modernisation NOM f s 0.36 0.74 0.36 0.68 -modernisations modernisation NOM f p 0.36 0.74 0.00 0.07 -modernise moderniser VER 0.81 1.69 0.07 0.07 imp:pre:2s;ind:pre:1s;ind:pre:3s; -modernisent moderniser VER 0.81 1.69 0.03 0.14 ind:pre:3p; -moderniser moderniser VER 0.81 1.69 0.48 0.81 inf; -modernisme modernisme NOM m s 0.08 1.15 0.08 1.15 -modernisons moderniser VER 0.81 1.69 0.01 0.07 imp:pre:1p;ind:pre:1p; -modernissime modernissime ADJ s 0.00 0.07 0.00 0.07 -moderniste moderniste ADJ f s 0.01 0.20 0.01 0.07 -modernistes moderniste NOM p 0.04 0.00 0.03 0.00 -modernisé moderniser VER m s 0.81 1.69 0.14 0.27 par:pas; -modernisée moderniser VER f s 0.81 1.69 0.04 0.14 par:pas; -modernisés moderniser VER m p 0.81 1.69 0.05 0.07 par:pas; -modernité modernité NOM f s 0.71 1.35 0.71 1.22 -modernités modernité NOM f p 0.71 1.35 0.00 0.14 -modes mode NOM p 31.67 51.69 0.89 4.73 -modeste modeste ADJ s 10.64 31.69 9.06 23.38 -modestement modestement ADV 0.52 4.39 0.52 4.39 -modestes modeste ADJ p 10.64 31.69 1.58 8.31 -modestie modestie NOM f s 3.96 10.34 3.96 10.27 -modesties modestie NOM f p 3.96 10.34 0.00 0.07 -modicité modicité NOM f s 0.00 0.20 0.00 0.20 -modifia modifier VER 10.90 18.85 0.00 0.61 ind:pas:3s; -modifiable modifiable ADJ f s 0.05 0.20 0.04 0.14 -modifiables modifiable ADJ p 0.05 0.20 0.01 0.07 -modifiaient modifier VER 10.90 18.85 0.00 0.95 ind:imp:3p; -modifiais modifier VER 10.90 18.85 0.01 0.00 ind:imp:1s; -modifiait modifier VER 10.90 18.85 0.04 1.76 ind:imp:3s; -modifiant modifier VER 10.90 18.85 0.20 0.81 par:pre; -modificateur modificateur ADJ m s 0.03 0.00 0.03 0.00 -modification modification NOM f s 2.69 4.26 1.00 1.96 -modifications modification NOM f p 2.69 4.26 1.69 2.30 -modifie modifier VER 10.90 18.85 1.04 1.76 imp:pre:2s;ind:pre:1s;ind:pre:3s; -modifient modifier VER 10.90 18.85 0.17 0.34 ind:pre:3p; -modifier modifier VER 10.90 18.85 4.17 6.96 inf; -modifiera modifier VER 10.90 18.85 0.03 0.00 ind:fut:3s; -modifierai modifier VER 10.90 18.85 0.02 0.00 ind:fut:1s; -modifieraient modifier VER 10.90 18.85 0.00 0.20 cnd:pre:3p; -modifierais modifier VER 10.90 18.85 0.02 0.00 cnd:pre:1s;cnd:pre:2s; -modifierait modifier VER 10.90 18.85 0.04 0.34 cnd:pre:3s; -modifiez modifier VER 10.90 18.85 0.22 0.00 imp:pre:2p;ind:pre:2p; -modifions modifier VER 10.90 18.85 0.17 0.00 imp:pre:1p;ind:pre:1p; -modifiât modifier VER 10.90 18.85 0.00 0.14 sub:imp:3s; -modifièrent modifier VER 10.90 18.85 0.02 0.14 ind:pas:3p; -modifié modifier VER m s 10.90 18.85 3.38 3.18 par:pas; -modifiée modifier VER f s 10.90 18.85 0.64 1.15 par:pas; -modifiées modifier VER f p 10.90 18.85 0.21 0.34 par:pas; -modifiés modifier VER m p 10.90 18.85 0.53 0.20 par:pas; -modillon modillon NOM m s 0.00 0.47 0.00 0.07 -modillons modillon NOM m p 0.00 0.47 0.00 0.41 -modique modique ADJ s 0.33 0.95 0.32 0.74 -modiques modique ADJ f p 0.33 0.95 0.01 0.20 -modiste modiste NOM s 0.15 1.55 0.14 1.15 -modistes modiste NOM p 0.15 1.55 0.01 0.41 -modèle modèle NOM m s 25.06 35.95 19.56 27.50 -modèlent modeler VER 2.42 8.24 0.00 0.14 ind:pre:3p; -modèles modèle NOM m p 25.06 35.95 5.50 8.45 -modère modérer VER 1.32 3.51 0.41 0.47 imp:pre:2s;ind:pre:1s;ind:pre:3s; -modula moduler VER 0.20 4.19 0.00 0.41 ind:pas:3s; -modulable modulable ADJ m s 0.07 0.14 0.03 0.07 -modulables modulable ADJ m p 0.07 0.14 0.04 0.07 -modulai moduler VER 0.20 4.19 0.00 0.07 ind:pas:1s; -modulaire modulaire ADJ m s 0.11 0.00 0.06 0.00 -modulaires modulaire ADJ p 0.11 0.00 0.04 0.00 -modulais moduler VER 0.20 4.19 0.00 0.07 ind:imp:1s; -modulait moduler VER 0.20 4.19 0.00 0.14 ind:imp:3s; -modulant moduler VER 0.20 4.19 0.00 0.34 par:pre; -modulateur modulateur ADJ m s 0.47 0.00 0.47 0.00 -modulation modulation NOM f s 0.19 2.36 0.16 1.01 -modulations modulation NOM f p 0.19 2.36 0.04 1.35 -module module NOM m s 7.03 0.61 6.49 0.54 -modulent moduler VER 0.20 4.19 0.00 0.07 ind:pre:3p; -moduler moduler VER 0.20 4.19 0.07 0.47 inf; -modules module NOM m p 7.03 0.61 0.54 0.07 -modélisation modélisation NOM f s 0.04 0.00 0.04 0.00 -modélisme modélisme NOM m s 0.03 0.00 0.03 0.00 -modéliste modéliste NOM s 0.04 0.27 0.04 0.27 -modélisé modéliser VER m s 0.02 0.00 0.01 0.00 par:pas; -modélisée modéliser VER f s 0.02 0.00 0.01 0.00 par:pas; -modulé moduler VER m s 0.20 4.19 0.01 0.95 par:pas; -modulée moduler VER f s 0.20 4.19 0.01 0.68 par:pas; -modulées moduler VER f p 0.20 4.19 0.00 0.14 par:pas; -modulés moduler VER m p 0.20 4.19 0.00 0.47 par:pas; -modéra modérer VER 1.32 3.51 0.00 0.07 ind:pas:3s; -modérai modérer VER 1.32 3.51 0.00 0.07 ind:pas:1s; -modérait modérer VER 1.32 3.51 0.00 0.07 ind:imp:3s; -modérant modérer VER 1.32 3.51 0.00 0.14 par:pre; -modérateur modérateur NOM m s 0.01 0.14 0.01 0.07 -modérateurs modérateur NOM m p 0.01 0.14 0.00 0.07 -modération modération NOM f s 1.30 2.36 1.30 2.30 -modérations modération NOM f p 1.30 2.36 0.00 0.07 -modérer modérer VER 1.32 3.51 0.34 1.62 inf; -modéreras modérer VER 1.32 3.51 0.01 0.00 ind:fut:2s; -modérez modérer VER 1.32 3.51 0.06 0.20 imp:pre:2p; -modéré modéré ADJ m s 0.52 3.18 0.25 1.22 -modérée modérer VER f s 1.32 3.51 0.20 0.00 par:pas; -modérées modérer VER f p 1.32 3.51 0.03 0.14 par:pas; -modérément modérément ADV 0.21 2.36 0.21 2.36 -modérés modéré NOM m p 0.45 1.42 0.14 0.95 -modus_operandi modus_operandi NOM m s 0.32 0.00 0.32 0.00 -modus_vivendi modus_vivendi NOM m 0.01 0.47 0.01 0.47 -moelle moelle NOM f s 4.23 6.15 4.21 5.34 -moelles moelle NOM f p 4.23 6.15 0.01 0.81 -moelleuse moelleux ADJ f s 1.22 6.22 0.14 1.49 -moelleusement moelleusement ADV 0.00 0.27 0.00 0.27 -moelleuses moelleux ADJ f p 1.22 6.22 0.10 0.20 -moelleux moelleux ADJ m 1.22 6.22 0.98 4.53 -moellon moellon NOM m s 0.01 2.50 0.00 0.41 -moellons moellon NOM m p 0.01 2.50 0.01 2.09 -moeurs moeurs NOM f p 3.08 21.08 3.08 21.08 -moghol moghol NOM m s 0.01 0.00 0.01 0.00 -mogol mogol ADJ m s 0.00 0.14 0.00 0.14 -mohair mohair NOM m s 0.29 0.54 0.29 0.47 -mohairs mohair NOM m p 0.29 0.54 0.00 0.07 -mohican mohican NOM m s 0.01 0.00 0.01 0.00 -moho moho NOM m s 0.03 0.00 0.03 0.00 -moi_moi_moi moi_moi_moi NOM m 0.00 0.07 0.00 0.07 -moi_même moi_même PRO:per s 83.25 107.30 83.25 107.30 -moi moi PRO:per s 3675.68 1877.57 3675.68 1877.57 -moignon moignon NOM m s 0.57 4.05 0.36 1.82 -moignons moignon NOM m p 0.57 4.05 0.20 2.23 -moindre moindre ADJ s 50.12 130.27 46.74 116.96 -moindrement moindrement ADV 0.02 0.07 0.02 0.07 -moindres moindre ADJ p 50.12 130.27 3.38 13.31 -moine moine NOM m s 11.82 34.73 8.21 18.04 -moineau moineau NOM m s 5.65 8.38 2.92 4.32 -moineaux moineau NOM m p 5.65 8.38 2.73 4.05 -moines moine NOM m p 11.82 34.73 3.62 16.69 -moinillon moinillon NOM m s 0.04 0.54 0.04 0.41 -moinillons moinillon NOM m p 0.04 0.54 0.00 0.14 -moins moins ADV 478.75 718.18 478.75 718.18 -moiraient moirer VER 0.00 0.81 0.00 0.07 ind:imp:3p; -moire moire NOM f s 0.04 1.76 0.02 1.28 -moires moire NOM f p 0.04 1.76 0.02 0.47 -moiré moiré ADJ m s 0.04 1.96 0.02 0.61 -moirée moiré ADJ f s 0.04 1.96 0.01 0.74 -moirées moiré ADJ f p 0.04 1.96 0.00 0.27 -moirure moirure NOM f s 0.00 0.34 0.00 0.07 -moirures moirure NOM f p 0.00 0.34 0.00 0.27 -moirés moiré ADJ m p 0.04 1.96 0.01 0.34 -mois mois NOM m 312.31 304.86 312.31 304.86 -moise moise NOM f s 0.37 0.00 0.27 0.00 -moises moise NOM f p 0.37 0.00 0.10 0.00 -moisi moisir VER m s 3.85 5.00 0.56 0.47 par:pas; -moisie moisi ADJ f s 0.61 4.46 0.19 0.74 -moisies moisi ADJ f p 0.61 4.46 0.02 1.01 -moisir moisir VER 3.85 5.00 2.46 2.09 inf; -moisira moisir VER 3.85 5.00 0.01 0.07 ind:fut:3s; -moisirai moisir VER 3.85 5.00 0.03 0.07 ind:fut:1s; -moisiraient moisir VER 3.85 5.00 0.00 0.07 cnd:pre:3p; -moisirais moisir VER 3.85 5.00 0.01 0.00 cnd:pre:1s; -moisirait moisir VER 3.85 5.00 0.00 0.07 cnd:pre:3s; -moisiras moisir VER 3.85 5.00 0.05 0.00 ind:fut:2s; -moisirez moisir VER 3.85 5.00 0.04 0.00 ind:fut:2p; -moisiront moisir VER 3.85 5.00 0.00 0.14 ind:fut:3p; -moisis moisir VER m p 3.85 5.00 0.25 0.14 ind:pre:1s;par:pas; -moisissaient moisir VER 3.85 5.00 0.00 0.14 ind:imp:3p; -moisissais moisir VER 3.85 5.00 0.00 0.14 ind:imp:1s; -moisissait moisir VER 3.85 5.00 0.00 0.47 ind:imp:3s; -moisissant moisir VER 3.85 5.00 0.13 0.07 par:pre; -moisisse moisir VER 3.85 5.00 0.04 0.07 sub:pre:1s;sub:pre:3s; -moisissent moisir VER 3.85 5.00 0.04 0.14 ind:pre:3p; -moisissez moisir VER 3.85 5.00 0.03 0.00 imp:pre:2p;ind:pre:2p; -moisissure moisissure NOM f s 1.39 3.78 1.15 2.57 -moisissures moisissure NOM f p 1.39 3.78 0.25 1.22 -moisit moisir VER 3.85 5.00 0.13 0.41 ind:pre:3s;ind:pas:3s; -moisson moisson NOM f s 3.08 7.91 2.62 4.05 -moissonnait moissonner VER 1.01 1.01 0.00 0.07 ind:imp:3s; -moissonnant moissonner VER 1.01 1.01 0.00 0.07 par:pre; -moissonne moissonner VER 1.01 1.01 0.11 0.14 imp:pre:2s;ind:pre:1s;ind:pre:3s; -moissonnent moissonner VER 1.01 1.01 0.16 0.00 ind:pre:3p; -moissonner moissonner VER 1.01 1.01 0.18 0.41 inf; -moissonnera moissonner VER 1.01 1.01 0.02 0.00 ind:fut:3s; -moissonnerai moissonner VER 1.01 1.01 0.12 0.00 ind:fut:1s; -moissonneur moissonneur NOM m s 0.73 1.22 0.09 0.07 -moissonneurs moissonneur NOM m p 0.73 1.22 0.30 0.81 -moissonneuse_batteuse moissonneuse_batteuse NOM f s 0.04 0.47 0.04 0.27 -moissonneuse_lieuse moissonneuse_lieuse NOM f s 0.00 0.14 0.00 0.07 -moissonneuse moissonneur NOM f s 0.73 1.22 0.34 0.14 -moissonneuse_batteuse moissonneuse_batteuse NOM f p 0.04 0.47 0.00 0.20 -moissonneuse_lieuse moissonneuse_lieuse NOM f p 0.00 0.14 0.00 0.07 -moissonneuses moissonneuse NOM f p 0.01 0.00 0.01 0.00 -moissonnez moissonner VER 1.01 1.01 0.16 0.00 imp:pre:2p;ind:pre:2p; -moissonné moissonner VER m s 1.01 1.01 0.26 0.14 par:pas; -moissonnée moissonner VER f s 1.01 1.01 0.01 0.00 par:pas; -moissonnées moissonner VER f p 1.01 1.01 0.00 0.07 par:pas; -moissonnés moissonner VER m p 1.01 1.01 0.00 0.14 par:pas; -moissons moisson NOM f p 3.08 7.91 0.45 3.85 -moite moite ADJ s 1.98 15.14 1.01 10.00 -moites moite ADJ p 1.98 15.14 0.97 5.14 -moiteur moiteur NOM f s 0.77 4.93 0.77 4.66 -moiteurs moiteur NOM f p 0.77 4.93 0.00 0.27 -moiti moitir VER m s 0.04 0.00 0.04 0.00 par:pas; -moitié_moitié moitié_moitié ADV 0.00 0.14 0.00 0.14 -moitié moitié NOM f s 74.77 79.05 74.25 76.96 -moitiés moitié NOM f p 74.77 79.05 0.52 2.09 -moka moka NOM m s 0.64 1.89 0.55 1.55 -mokas moka NOM m p 0.64 1.89 0.09 0.34 -moko moko NOM m s 0.14 0.14 0.14 0.14 -mol mol ADJ m s 1.10 1.28 1.07 1.15 -molaire molaire NOM f s 0.96 1.76 0.40 0.74 -molaires molaire NOM f p 0.96 1.76 0.56 1.01 -molard molard NOM m s 0.01 0.00 0.01 0.00 -molasse molasse NOM f s 0.02 0.20 0.02 0.20 -moldave moldave NOM s 0.27 0.00 0.27 0.00 -moldaves moldave ADJ p 0.02 0.14 0.00 0.14 -mâle mâle NOM m s 11.72 15.95 8.96 10.00 -mole mole NOM f s 0.27 0.47 0.27 0.41 -mâles mâle NOM m p 11.72 15.95 2.76 5.95 -moles mole NOM f p 0.27 0.47 0.00 0.07 -moleskine moleskine NOM f s 0.01 3.31 0.01 3.31 -molesquine molesquine NOM f s 0.00 0.88 0.00 0.88 -molesta molester VER 0.74 0.88 0.01 0.07 ind:pas:3s; -molestaient molester VER 0.74 0.88 0.00 0.07 ind:imp:3p; -molestant molester VER 0.74 0.88 0.01 0.07 par:pre; -molestation molestation NOM f s 0.00 0.07 0.00 0.07 -moleste molester VER 0.74 0.88 0.03 0.07 ind:pre:3s; -molester molester VER 0.74 0.88 0.21 0.20 inf; -molestez molester VER 0.74 0.88 0.02 0.00 imp:pre:2p;ind:pre:2p; -molesté molester VER m s 0.74 0.88 0.33 0.27 par:pas; -molestée molester VER f s 0.74 0.88 0.11 0.00 par:pas; -molestés molester VER m p 0.74 0.88 0.02 0.14 par:pas; -moleta moleter VER 0.20 0.00 0.20 0.00 ind:pas:3s; -molette molette NOM f s 0.43 1.01 0.42 0.88 -molettes molette NOM f p 0.43 1.01 0.01 0.14 -moliéresque moliéresque ADJ f s 0.00 0.07 0.00 0.07 -mollah mollah NOM m s 0.89 0.14 0.36 0.00 -mollahs mollah NOM m p 0.89 0.14 0.53 0.14 -mollard mollard NOM m s 0.20 1.82 0.16 1.69 -mollarder mollarder VER 0.02 0.07 0.00 0.07 inf; -mollards mollard NOM m p 0.20 1.82 0.03 0.14 -mollardé mollarder VER m s 0.02 0.07 0.02 0.00 par:pas; -mollasse mollasse ADJ s 0.25 0.95 0.25 0.81 -mollasses mollasse ADJ m p 0.25 0.95 0.00 0.14 -mollasson mollasson NOM m s 0.40 0.20 0.38 0.20 -mollassonne mollasson ADJ f s 0.30 0.27 0.04 0.07 -mollassons mollasson ADJ m p 0.30 0.27 0.02 0.07 -molle mou,mol ADJ f s 5.37 34.53 3.92 22.70 -mollement mollement ADV 0.33 11.55 0.33 11.55 -molles mou,mol ADJ f p 5.37 34.53 1.45 11.82 -mollesse mollesse NOM f s 0.44 6.42 0.44 6.28 -mollesses mollesse NOM f p 0.44 6.42 0.00 0.14 -mollet mollet NOM m s 1.77 14.93 0.67 5.27 -molletière molletière NOM f s 0.10 3.18 0.00 0.14 -molletières molletière NOM f p 0.10 3.18 0.10 3.04 -molleton molleton NOM m s 0.00 0.88 0.00 0.81 -molletonneux molletonneux ADJ m p 0.00 0.07 0.00 0.07 -molletonné molletonner VER m s 0.01 0.07 0.01 0.00 par:pas; -molletonnée molletonné ADJ f s 0.00 0.14 0.00 0.07 -molletons molleton NOM m p 0.00 0.88 0.00 0.07 -mollets mollet NOM m p 1.77 14.93 1.11 9.66 -mollette mollet ADJ f s 0.06 0.61 0.01 0.00 -mollettes mollet ADJ f p 0.06 0.61 0.00 0.07 -molli mollir VER m s 1.18 2.57 0.03 0.34 par:pas; -mollie mollir VER f s 1.18 2.57 0.59 0.00 par:pas; -mollir mollir VER 1.18 2.57 0.04 0.61 inf; -mollis mollir VER 1.18 2.57 0.07 0.00 imp:pre:2s;ind:pre:1s;ind:pre:2s; -mollissaient mollir VER 1.18 2.57 0.00 0.20 ind:imp:3p; -mollissait mollir VER 1.18 2.57 0.01 0.74 ind:imp:3s; -mollissant mollir VER 1.18 2.57 0.00 0.07 par:pre; -mollisse mollir VER 1.18 2.57 0.00 0.07 sub:pre:3s; -mollissent mollir VER 1.18 2.57 0.04 0.14 ind:pre:3p; -mollissez mollir VER 1.18 2.57 0.14 0.00 imp:pre:2p; -mollit mollir VER 1.18 2.57 0.26 0.41 ind:pre:3s;ind:pas:3s; -mollo mollo ADV 5.23 2.30 5.23 2.30 -mollusque mollusque NOM m s 0.93 1.22 0.57 0.81 -mollusques mollusque NOM m p 0.93 1.22 0.35 0.41 -moloch moloch NOM m s 0.00 0.07 0.00 0.07 -molosse molosse NOM m s 0.54 1.76 0.24 0.74 -molosses molosse NOM m p 0.54 1.76 0.30 1.01 -mols mol ADJ m p 1.10 1.28 0.03 0.14 -molènes molène NOM f p 0.00 0.07 0.00 0.07 -molto molto ADV 0.28 0.27 0.28 0.27 -moléculaire moléculaire ADJ s 2.40 0.41 2.30 0.27 -moléculaires moléculaire ADJ p 2.40 0.41 0.10 0.14 -molécule molécule NOM f s 2.15 1.62 0.76 0.88 -molécules molécule NOM f p 2.15 1.62 1.39 0.74 -moly moly NOM m s 0.04 0.00 0.04 0.00 -molybdène molybdène NOM m s 0.01 0.00 0.01 0.00 -moman moman NOM f s 0.04 0.27 0.04 0.27 -mombin mombin NOM m s 0.00 0.07 0.00 0.07 -moment_clé moment_clé NOM m s 0.04 0.00 0.04 0.00 -moment moment NOM m s 433.59 688.24 403.25 611.62 -momentané momentané ADJ m s 0.96 2.57 0.47 1.08 -momentanée momentané ADJ f s 0.96 2.57 0.34 1.15 -momentanées momentané ADJ f p 0.96 2.57 0.00 0.07 -momentanément momentanément ADV 1.29 5.20 1.29 5.20 -momentanés momentané ADJ m p 0.96 2.57 0.16 0.27 -moments_clé moments_clé NOM m p 0.01 0.00 0.01 0.00 -moments moment NOM m p 433.59 688.24 30.34 76.62 -momerie momerie NOM f s 0.14 0.61 0.00 0.27 -momeries momerie NOM f p 0.14 0.61 0.14 0.34 -momichons momichon NOM m p 0.00 0.07 0.00 0.07 -momie momie NOM f s 4.66 4.86 3.89 3.31 -momies momie NOM f p 4.66 4.86 0.76 1.55 -momifiait momifier VER 0.25 1.55 0.00 0.27 ind:imp:3s; -momifiant momifier VER 0.25 1.55 0.00 0.07 par:pre; -momification momification NOM f s 0.07 0.00 0.07 0.00 -momifie momifier VER 0.25 1.55 0.00 0.07 ind:pre:3s; -momifier momifier VER 0.25 1.55 0.07 0.27 inf; -momifié momifier VER m s 0.25 1.55 0.14 0.20 par:pas; -momifiée momifié ADJ f s 0.24 1.22 0.02 0.41 -momifiées momifier VER f p 0.25 1.55 0.00 0.07 par:pas; -momifiés momifié ADJ m p 0.24 1.22 0.18 0.14 -mominette mominette NOM f s 0.00 0.41 0.00 0.41 -mon mon ADJ:pos 3848.99 2307.97 3848.99 2307.97 -monômes monôme NOM m p 0.00 0.14 0.00 0.14 -monacal monacal ADJ m s 0.01 1.22 0.00 0.41 -monacale monacal ADJ f s 0.01 1.22 0.01 0.68 -monacales monacal ADJ f p 0.01 1.22 0.00 0.14 -monachisme monachisme NOM m s 0.00 0.07 0.00 0.07 -monades monade NOM f p 0.00 0.07 0.00 0.07 -monadologie monadologie NOM f s 0.01 0.00 0.01 0.00 -monarchie monarchie NOM f s 1.10 4.86 1.10 4.53 -monarchies monarchie NOM f p 1.10 4.86 0.00 0.34 -monarchique monarchique ADJ s 0.00 0.34 0.00 0.34 -monarchiste monarchiste ADJ s 0.61 1.28 0.31 1.08 -monarchistes monarchiste ADJ m p 0.61 1.28 0.30 0.20 -monarque monarque NOM m s 1.37 1.96 1.16 1.55 -monarques monarque NOM m p 1.37 1.96 0.20 0.41 -monastique monastique ADJ s 0.02 1.08 0.02 0.95 -monastiques monastique ADJ p 0.02 1.08 0.00 0.14 -monastère monastère NOM m s 4.86 7.97 4.51 6.28 -monastères monastère NOM m p 4.86 7.97 0.35 1.69 -monbazillac monbazillac NOM m s 0.00 0.54 0.00 0.54 -monceau monceau NOM m s 0.97 7.84 0.95 4.59 -monceaux monceau NOM m p 0.97 7.84 0.02 3.24 -monda monder VER 0.15 0.07 0.10 0.00 ind:pas:3s; -mondain mondain ADJ m s 2.73 13.24 1.17 4.26 -mondaine mondain ADJ f s 2.73 13.24 0.84 4.53 -mondainement mondainement ADV 0.00 0.14 0.00 0.14 -mondaines mondain ADJ f p 2.73 13.24 0.43 2.64 -mondains mondain ADJ m p 2.73 13.24 0.28 1.82 -mondanisaient mondaniser VER 0.00 0.14 0.00 0.07 ind:imp:3p; -mondanisé mondaniser VER m s 0.00 0.14 0.00 0.07 par:pas; -mondanité mondanité NOM f s 0.33 2.64 0.01 0.81 -mondanités mondanité NOM f p 0.33 2.64 0.32 1.82 -monde monde NOM m s 830.72 741.35 823.62 732.43 -monder monder VER 0.15 0.07 0.01 0.00 inf; -mondes monde NOM m p 830.72 741.35 7.11 8.92 -mondial mondial ADJ m s 13.79 16.35 4.27 2.50 -mondiale mondial ADJ f s 13.79 16.35 8.17 12.03 -mondialement mondialement ADV 0.53 0.14 0.53 0.14 -mondiales mondial ADJ f p 13.79 16.35 0.80 0.74 -mondialisation mondialisation NOM f s 0.13 0.00 0.13 0.00 -mondialisent mondialiser VER 0.00 0.07 0.00 0.07 ind:pre:3p; -mondialistes mondialiste ADJ m p 0.00 0.07 0.00 0.07 -mondiaux mondial ADJ m p 13.79 16.35 0.55 1.08 -mondovision mondovision NOM f s 0.03 0.07 0.03 0.07 -mondée monder VER f s 0.15 0.07 0.00 0.07 par:pas; -mânes mânes NOM m p 0.01 0.41 0.01 0.41 -mongo mongo NOM s 0.19 0.00 0.19 0.00 -mongol mongol ADJ m s 0.81 3.92 0.49 2.03 -mongole mongol NOM f s 0.69 1.69 0.22 0.41 -mongoles mongol NOM f p 0.69 1.69 0.12 0.00 -mongolie mongolie NOM f s 0.00 0.07 0.00 0.07 -mongolien mongolien ADJ m s 0.56 0.07 0.39 0.00 -mongolienne mongolien ADJ f s 0.56 0.07 0.15 0.07 -mongoliennes mongolien ADJ f p 0.56 0.07 0.01 0.00 -mongoliens mongolien NOM m p 0.38 1.01 0.01 0.34 -mongolique mongolique ADJ f s 0.00 0.14 0.00 0.07 -mongoliques mongolique ADJ m p 0.00 0.14 0.00 0.07 -mongoloïde mongoloïde ADJ s 0.00 0.07 0.00 0.07 -mongols mongol ADJ m p 0.81 3.92 0.17 0.27 -moniale moniale NOM f s 0.00 0.14 0.00 0.14 -moniales moniale ADJ f p 0.00 0.07 0.00 0.07 -moniteur moniteur NOM m s 4.26 5.61 2.44 1.89 -moniteurs moniteur NOM m p 4.26 5.61 1.61 2.03 -monition monition NOM f s 0.14 0.00 0.14 0.00 -monitor monitor NOM m s 0.11 0.00 0.11 0.00 -monitorage monitorage NOM m s 0.04 0.00 0.04 0.00 -monitoring monitoring NOM m s 0.13 0.00 0.13 0.00 -monitrice moniteur NOM f s 4.26 5.61 0.22 0.68 -monitrices moniteur NOM f p 4.26 5.61 0.00 1.01 -monnaie_du_pape monnaie_du_pape NOM f s 0.00 0.07 0.00 0.07 -monnaie monnaie NOM f s 27.31 28.99 26.82 25.34 -monnaiera monnayer VER 0.70 1.49 0.00 0.07 ind:fut:3s; -monnaierai monnayer VER 0.70 1.49 0.01 0.00 ind:fut:1s; -monnaies_du_pape monnaies_du_pape NOM f p 0.00 0.07 0.00 0.07 -monnaies monnaie NOM f p 27.31 28.99 0.48 3.65 -monnaya monnayer VER 0.70 1.49 0.00 0.07 ind:pas:3s; -monnayable monnayable ADJ s 0.02 0.27 0.02 0.20 -monnayables monnayable ADJ m p 0.02 0.27 0.00 0.07 -monnayait monnayer VER 0.70 1.49 0.01 0.20 ind:imp:3s; -monnayant monnayer VER 0.70 1.49 0.00 0.07 par:pre; -monnaye monnayer VER 0.70 1.49 0.02 0.07 ind:pre:3s; -monnayer monnayer VER 0.70 1.49 0.29 0.74 inf; -monnayeur monnayeur NOM m s 0.03 0.14 0.01 0.00 -monnayeurs monnayeur NOM m p 0.03 0.14 0.02 0.14 -monnayé monnayer VER m s 0.70 1.49 0.03 0.20 par:pas; -monnayée monnayer VER f s 0.70 1.49 0.00 0.07 par:pas; -mono mono NOM s 3.02 0.20 3.02 0.20 -monoamine monoamine NOM f s 0.03 0.00 0.03 0.00 -monobloc monobloc NOM m s 0.00 0.07 0.00 0.07 -monocellulaire monocellulaire ADJ f s 0.01 0.00 0.01 0.00 -monochrome monochrome ADJ m s 0.07 0.41 0.04 0.20 -monochromes monochrome ADJ f p 0.07 0.41 0.02 0.20 -monochromie monochromie NOM f s 0.00 0.07 0.00 0.07 -monocle monocle NOM m s 0.56 4.05 0.53 3.92 -monocles monocle NOM m p 0.56 4.05 0.02 0.14 -monoclonal monoclonal ADJ m s 0.02 0.00 0.01 0.00 -monoclonaux monoclonal ADJ m p 0.02 0.00 0.01 0.00 -monoclé monoclé ADJ m s 0.00 0.14 0.00 0.14 -monocoque monocoque ADJ s 0.10 0.00 0.10 0.00 -monocorde monocorde ADJ s 0.03 2.57 0.02 2.09 -monocordes monocorde ADJ f p 0.03 2.57 0.01 0.47 -monocratie monocratie NOM f s 0.01 0.00 0.01 0.00 -monoculaire monoculaire ADJ m s 0.01 0.07 0.00 0.07 -monoculaires monoculaire ADJ p 0.01 0.07 0.01 0.00 -monoculture monoculture NOM f s 0.00 0.07 0.00 0.07 -monocycle monocycle NOM m s 0.07 0.00 0.07 0.00 -monocylindre monocylindre NOM m s 0.01 0.00 0.01 0.00 -monodie monodie NOM f s 0.10 0.07 0.10 0.07 -monofilament monofilament NOM m s 0.02 0.00 0.02 0.00 -monogame monogame ADJ s 0.50 0.47 0.31 0.34 -monogames monogame ADJ p 0.50 0.47 0.18 0.14 -monogamie monogamie NOM f s 0.59 0.07 0.59 0.07 -monogramme monogramme NOM m s 0.21 0.95 0.21 0.81 -monogrammes monogramme NOM m p 0.21 0.95 0.00 0.14 -monogrammées monogrammé ADJ f p 0.01 0.00 0.01 0.00 -monographie monographie NOM f s 0.20 0.61 0.19 0.27 -monographies monographie NOM f p 0.20 0.61 0.01 0.34 -monokini monokini NOM m s 0.32 0.00 0.32 0.00 -monolinguisme monolinguisme NOM m s 0.10 0.00 0.10 0.00 -monolithe monolithe NOM m s 0.13 0.14 0.12 0.07 -monolithes monolithe NOM m p 0.13 0.14 0.01 0.07 -monolithique monolithique ADJ s 0.03 0.68 0.02 0.61 -monolithiques monolithique ADJ f p 0.03 0.68 0.01 0.07 -monolithisme monolithisme NOM m s 0.00 0.07 0.00 0.07 -monologua monologuer VER 0.16 1.01 0.01 0.00 ind:pas:3s; -monologuaient monologuer VER 0.16 1.01 0.00 0.07 ind:imp:3p; -monologuais monologuer VER 0.16 1.01 0.00 0.14 ind:imp:1s; -monologuait monologuer VER 0.16 1.01 0.00 0.20 ind:imp:3s; -monologuant monologuer VER 0.16 1.01 0.00 0.34 par:pre; -monologue monologue NOM m s 1.86 6.28 1.44 5.68 -monologuer monologuer VER 0.16 1.01 0.01 0.14 inf; -monologues monologue NOM m p 1.86 6.28 0.42 0.61 -monomane monomane NOM s 0.01 0.00 0.01 0.00 -monomanes monomane ADJ p 0.00 0.07 0.00 0.07 -monomaniaque monomaniaque ADJ s 0.04 0.20 0.04 0.07 -monomaniaques monomaniaque ADJ p 0.04 0.20 0.00 0.14 -monomanie monomanie NOM f s 0.01 0.14 0.01 0.14 -monomoteur monomoteur NOM m s 0.01 0.07 0.01 0.07 -monomoteurs monomoteur ADJ m p 0.03 0.00 0.03 0.00 -mononucléaire mononucléaire ADJ f s 0.00 0.07 0.00 0.07 -mononucléose mononucléose NOM f s 0.40 0.07 0.40 0.07 -monoparental monoparental ADJ m s 0.09 0.00 0.01 0.00 -monoparentale monoparental ADJ f s 0.09 0.00 0.04 0.00 -monoparentales monoparental ADJ f p 0.09 0.00 0.01 0.00 -monoparentaux monoparental ADJ m p 0.09 0.00 0.03 0.00 -monophasée monophasé ADJ f s 0.00 0.07 0.00 0.07 -monoplace monoplace ADJ m s 0.04 0.14 0.04 0.14 -monoplaces monoplace NOM p 0.02 0.07 0.02 0.00 -monoplan monoplan NOM m s 0.10 0.47 0.09 0.34 -monoplans monoplan NOM m p 0.10 0.47 0.01 0.14 -monopode monopode ADJ m s 0.01 0.00 0.01 0.00 -monopole monopole NOM m s 1.61 3.11 1.32 2.91 -monopoles monopole NOM m p 1.61 3.11 0.29 0.20 -monopolisa monopoliser VER 0.61 0.88 0.02 0.00 ind:pas:3s; -monopolisaient monopoliser VER 0.61 0.88 0.00 0.07 ind:imp:3p; -monopolisais monopoliser VER 0.61 0.88 0.00 0.07 ind:imp:1s; -monopolisait monopoliser VER 0.61 0.88 0.04 0.14 ind:imp:3s; -monopolise monopoliser VER 0.61 0.88 0.23 0.07 imp:pre:2s;ind:pre:1s;ind:pre:3s; -monopolisent monopoliser VER 0.61 0.88 0.15 0.00 ind:pre:3p; -monopoliser monopoliser VER 0.61 0.88 0.07 0.41 inf; -monopolisera monopoliser VER 0.61 0.88 0.01 0.00 ind:fut:3s; -monopolisez monopoliser VER 0.61 0.88 0.03 0.00 imp:pre:2p;ind:pre:2p; -monopolisèrent monopoliser VER 0.61 0.88 0.00 0.07 ind:pas:3p; -monopolisé monopoliser VER m s 0.61 0.88 0.04 0.00 par:pas; -monopolisés monopoliser VER m p 0.61 0.88 0.01 0.07 par:pas; -monopoly monopoly NOM m s 1.37 0.41 1.37 0.41 -monoprix monoprix NOM m 0.21 0.27 0.21 0.27 -monorail monorail NOM m s 0.55 0.00 0.48 0.00 -monorails monorail NOM m p 0.55 0.00 0.07 0.00 -monospace monospace NOM m s 0.18 0.00 0.18 0.00 -monosyllabe monosyllabe NOM m s 0.06 1.35 0.00 0.27 -monosyllabes monosyllabe NOM m p 0.06 1.35 0.06 1.08 -monosyllabique monosyllabique ADJ m s 0.04 0.14 0.02 0.07 -monosyllabiques monosyllabique ADJ m p 0.04 0.14 0.01 0.07 -monothéisme monothéisme NOM m s 0.00 0.34 0.00 0.27 -monothéismes monothéisme NOM m p 0.00 0.34 0.00 0.07 -monothéiste monothéiste ADJ f s 0.00 0.14 0.00 0.07 -monothéistes monothéiste ADJ p 0.00 0.14 0.00 0.07 -monotone monotone ADJ s 1.48 15.47 1.30 13.24 -monotonement monotonement ADV 0.10 0.41 0.10 0.41 -monotones monotone ADJ p 1.48 15.47 0.18 2.23 -monotonie monotonie NOM f s 0.87 4.93 0.87 4.93 -monotype monotype NOM m s 0.00 0.07 0.00 0.07 -monoxyde monoxyde NOM m s 0.40 0.07 0.40 0.07 -monoxyle monoxyle ADJ f s 0.00 0.07 0.00 0.07 -mons mons NOM s 0.41 0.07 0.41 0.07 -monseigneur monseigneur NOM m s 26.26 5.34 26.26 5.34 -monsieur monsieur NOM m s 739.12 324.86 583.45 286.76 -monsignor monsignor NOM m s 0.17 0.14 0.17 0.14 -monsignore monsignore NOM m s 0.16 0.07 0.16 0.07 -monstrance monstrance NOM f s 0.00 0.14 0.00 0.07 -monstrances monstrance NOM f p 0.00 0.14 0.00 0.07 -monstre monstre NOM m s 62.56 26.96 48.42 18.18 -monstres monstre NOM m p 62.56 26.96 14.14 8.78 -monstrueuse monstrueux ADJ f s 8.93 20.88 1.89 7.97 -monstrueusement monstrueusement ADV 0.30 1.69 0.30 1.69 -monstrueuses monstrueux ADJ f p 8.93 20.88 0.41 2.30 -monstrueux monstrueux ADJ m 8.93 20.88 6.63 10.61 -monstruosité monstruosité NOM f s 0.93 2.77 0.40 2.16 -monstruosités monstruosité NOM f p 0.93 2.77 0.53 0.61 -mont_blanc mont_blanc NOM m s 1.84 0.47 1.64 0.41 -mont_de_piété mont_de_piété NOM m s 0.98 0.81 0.98 0.81 -mont mont NOM m s 12.63 18.92 9.04 12.36 -monta monter VER 277.19 404.59 1.07 34.05 ind:pas:3s; -montage montage NOM m s 6.66 2.91 6.35 2.77 -montages montage NOM m p 6.66 2.91 0.31 0.14 -montagnard montagnard NOM m s 1.05 2.03 0.28 0.61 -montagnarde montagnard ADJ f s 0.42 1.22 0.16 0.27 -montagnardes montagnard ADJ f p 0.42 1.22 0.00 0.20 -montagnards montagnard NOM m p 1.05 2.03 0.74 1.22 -montagne montagne NOM f s 62.01 81.82 36.76 49.80 -montagnes montagne NOM f p 62.01 81.82 25.25 32.03 -montagneuse montagneux ADJ f s 0.41 1.35 0.05 0.41 -montagneuses montagneux ADJ f p 0.41 1.35 0.02 0.27 -montagneux montagneux ADJ m 0.41 1.35 0.33 0.68 -montai monter VER 277.19 404.59 0.04 4.86 ind:pas:1s; -montaient monter VER 277.19 404.59 0.83 21.96 ind:imp:3p; -montais monter VER 277.19 404.59 1.52 3.58 ind:imp:1s;ind:imp:2s; -montaison montaison NOM f s 0.00 0.07 0.00 0.07 -montait monter VER 277.19 404.59 3.95 62.57 ind:imp:3s; -montant montant NOM m s 5.97 12.84 5.31 8.38 -montante montant ADJ f s 1.65 8.38 0.86 4.59 -montantes montant ADJ f p 1.65 8.38 0.30 1.15 -montants montant NOM m p 5.97 12.84 0.66 4.46 -monte_charge monte_charge NOM m 0.51 0.54 0.51 0.54 -monte_charges monte_charges NOM m 0.01 0.07 0.01 0.07 -monte_en_l_air monte_en_l_air NOM m 0.12 0.20 0.12 0.20 -monte_plat monte_plat NOM m s 0.01 0.00 0.01 0.00 -monte_plats monte_plats NOM m 0.04 0.07 0.04 0.07 -monte monter VER 277.19 404.59 109.76 70.34 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s;;imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s;;imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -montent monter VER 277.19 404.59 4.86 14.39 ind:pre:3p; -monter monter VER 277.19 404.59 85.57 96.89 inf; -montera monter VER 277.19 404.59 2.36 1.82 ind:fut:3s; -monterai monter VER 277.19 404.59 1.61 1.22 ind:fut:1s; -monteraient monter VER 277.19 404.59 0.10 0.41 cnd:pre:3p; -monterais monter VER 277.19 404.59 0.53 0.41 cnd:pre:1s;cnd:pre:2s; -monterait monter VER 277.19 404.59 0.55 2.84 cnd:pre:3s; -monteras monter VER 277.19 404.59 0.76 0.47 ind:fut:2s; -monterez monter VER 277.19 404.59 0.23 0.34 ind:fut:2p; -monteriez monter VER 277.19 404.59 0.03 0.00 cnd:pre:2p; -monterons monter VER 277.19 404.59 0.31 0.34 ind:fut:1p; -monteront monter VER 277.19 404.59 0.34 0.34 ind:fut:3p; -montes monter VER 277.19 404.59 6.27 2.30 ind:pre:2s;sub:pre:2s; -monteur monteur NOM m s 1.46 0.68 1.07 0.27 -monteurs monteur NOM m p 1.46 0.68 0.09 0.27 -monteuse monteur NOM f s 1.46 0.68 0.30 0.14 -montez monter VER 277.19 404.59 15.38 1.89 imp:pre:2p;ind:pre:2p; -montgolfière montgolfière NOM f s 0.81 0.95 0.78 0.81 -montgolfières montgolfière NOM f p 0.81 0.95 0.04 0.14 -monticule monticule NOM m s 0.60 3.78 0.58 1.96 -monticules monticule NOM m p 0.60 3.78 0.02 1.82 -montiez monter VER 277.19 404.59 0.64 0.14 ind:imp:2p; -montions monter VER 277.19 404.59 0.19 1.69 ind:imp:1p; -montjoie montjoie NOM f s 0.05 0.34 0.05 0.34 -montmartrois montmartrois ADJ m 0.00 0.74 0.00 0.41 -montmartroise montmartrois ADJ f s 0.00 0.74 0.00 0.20 -montmartroises montmartrois ADJ f p 0.00 0.74 0.00 0.14 -montâmes monter VER 277.19 404.59 0.00 1.55 ind:pas:1p; -montons monter VER 277.19 404.59 3.44 2.70 imp:pre:1p;ind:pre:1p; -montât monter VER 277.19 404.59 0.00 0.54 sub:imp:3s; -montparno montparno NOM m s 0.00 0.20 0.00 0.20 -montpelliéraine montpelliérain NOM f s 0.00 0.07 0.00 0.07 -montra montrer VER 327.33 276.55 0.77 29.46 ind:pas:3s; -montrable montrable ADJ s 0.02 0.41 0.02 0.34 -montrables montrable ADJ f p 0.02 0.41 0.00 0.07 -montrai montrer VER 327.33 276.55 0.42 1.76 ind:pas:1s; -montraient montrer VER 327.33 276.55 0.98 8.78 ind:imp:3p; -montrais montrer VER 327.33 276.55 1.72 2.43 ind:imp:1s;ind:imp:2s; -montrait montrer VER 327.33 276.55 3.27 33.65 ind:imp:3s; -montrant montrer VER 327.33 276.55 2.02 23.24 par:pre; -montrassent montrer VER 327.33 276.55 0.00 0.14 sub:imp:3p; -montre_bracelet montre_bracelet NOM f s 0.08 2.09 0.07 1.82 -montre_gousset montre_gousset NOM f s 0.01 0.07 0.01 0.07 -montre_la_moi montre_la_moi NOM f s 0.14 0.00 0.14 0.00 -montre montrer VER 327.33 276.55 85.44 38.99 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:1s;sub:pre:3s; -montrent montrer VER 327.33 276.55 8.82 4.93 ind:pre:3p; -montrer montrer VER 327.33 276.55 136.20 81.15 inf;; -montrera montrer VER 327.33 276.55 4.71 1.96 ind:fut:3s; -montrerai montrer VER 327.33 276.55 7.58 3.18 ind:fut:1s; -montreraient montrer VER 327.33 276.55 0.11 0.14 cnd:pre:3p; -montrerais montrer VER 327.33 276.55 1.05 0.34 cnd:pre:1s;cnd:pre:2s; -montrerait montrer VER 327.33 276.55 0.78 2.57 cnd:pre:3s; -montreras montrer VER 327.33 276.55 1.46 0.61 ind:fut:2s; -montrerez montrer VER 327.33 276.55 1.02 0.27 ind:fut:2p; -montreriez montrer VER 327.33 276.55 0.16 0.00 cnd:pre:2p; -montrerons montrer VER 327.33 276.55 0.83 0.14 ind:fut:1p; -montreront montrer VER 327.33 276.55 0.54 0.07 ind:fut:3p; -montre_bracelet montre_bracelet NOM f p 0.08 2.09 0.01 0.27 -montres montrer VER 327.33 276.55 5.93 1.08 ind:pre:1p;ind:pre:2s;sub:pre:2s; -montreur montreur NOM m s 0.48 1.35 0.45 0.81 -montreurs montreur NOM m p 0.48 1.35 0.02 0.41 -montreuse montreur NOM f s 0.48 1.35 0.01 0.07 -montreuses montreur NOM f p 0.48 1.35 0.00 0.07 -montrez montrer VER 327.33 276.55 26.48 2.57 imp:pre:2p;ind:pre:2p; -montriez montrer VER 327.33 276.55 0.70 0.41 ind:imp:2p; -montrions montrer VER 327.33 276.55 0.05 0.27 ind:imp:1p; -montrâmes montrer VER 327.33 276.55 0.00 0.07 ind:pas:1p; -montrons montrer VER 327.33 276.55 2.77 0.27 imp:pre:1p;ind:pre:1p; -montrât montrer VER 327.33 276.55 0.00 1.01 sub:imp:3s; -montrèrent montrer VER 327.33 276.55 0.01 1.82 ind:pas:3p; -montré montrer VER m s 327.33 276.55 29.65 28.11 par:pas; -montrée montrer VER f s 327.33 276.55 2.61 4.39 ind:imp:3p;par:pas; -montrées montrer VER f p 327.33 276.55 0.42 0.88 par:pas; -montrés montrer VER m p 327.33 276.55 0.81 1.89 par:pas; -mont_blanc mont_blanc NOM m p 1.84 0.47 0.20 0.07 -monts mont NOM m p 12.63 18.92 3.59 6.55 -montèrent monter VER 277.19 404.59 0.07 7.97 ind:pas:3p; -monté monter VER m s 277.19 404.59 23.72 28.72 par:pas; -montée monter VER f s 277.19 404.59 6.11 13.18 par:pas; -montées monter VER f p 277.19 404.59 0.70 3.18 par:pas; -montueuse montueux ADJ f s 0.00 0.47 0.00 0.20 -montueuses montueux ADJ f p 0.00 0.47 0.00 0.14 -montueux montueux ADJ m 0.00 0.47 0.00 0.14 -monténégrin monténégrin ADJ m s 0.01 0.07 0.01 0.00 -monténégrines monténégrin ADJ f p 0.01 0.07 0.00 0.07 -monture monture NOM f s 2.21 16.62 1.61 11.55 -montures monture NOM f p 2.21 16.62 0.60 5.07 -montés monter VER m p 277.19 404.59 3.94 9.73 par:pas; -monument monument NOM m s 6.68 19.32 5.07 10.54 -monumental monumental ADJ m s 1.67 12.03 0.62 4.32 -monumentale monumental ADJ f s 1.67 12.03 0.71 5.20 -monumentalement monumentalement ADV 0.03 0.00 0.03 0.00 -monumentales monumental ADJ f p 1.67 12.03 0.29 1.96 -monumentalité monumentalité NOM f s 0.01 0.00 0.01 0.00 -monumentaux monumental ADJ m p 1.67 12.03 0.04 0.54 -monuments monument NOM m p 6.68 19.32 1.61 8.78 -monétaire monétaire ADJ s 0.90 2.16 0.81 1.49 -monétaires monétaire ADJ p 0.90 2.16 0.10 0.68 -monétariste monétariste ADJ s 0.01 0.00 0.01 0.00 -moonisme moonisme NOM m s 0.00 0.07 0.00 0.07 -moonistes mooniste NOM p 0.03 0.00 0.03 0.00 -mooré mooré NOM m s 0.03 0.00 0.03 0.00 -moos moos NOM m 0.03 0.00 0.03 0.00 -moose moose ADJ s 0.60 0.00 0.60 0.00 -moqua moquer VER 71.13 50.34 0.01 0.88 ind:pas:3s; -moquai moquer VER 71.13 50.34 0.01 0.20 ind:pas:1s; -moquaient moquer VER 71.13 50.34 0.96 2.70 ind:imp:3p; -moquais moquer VER 71.13 50.34 0.75 1.42 ind:imp:1s;ind:imp:2s; -moquait moquer VER 71.13 50.34 2.20 9.39 ind:imp:3s; -moquant moquer VER 71.13 50.34 0.78 1.89 par:pre; -moque moquer VER 71.13 50.34 25.79 11.82 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:1s; -moquent moquer VER 71.13 50.34 4.18 2.36 ind:pre:3p; -moquer moquer VER 71.13 50.34 11.47 9.46 ind:pre:2p;inf; -moquera moquer VER 71.13 50.34 0.72 0.27 ind:fut:3s; -moquerai moquer VER 71.13 50.34 0.09 0.00 ind:fut:1s; -moqueraient moquer VER 71.13 50.34 0.03 0.00 cnd:pre:3p; -moquerais moquer VER 71.13 50.34 0.29 0.14 cnd:pre:1s;cnd:pre:2s; -moquerait moquer VER 71.13 50.34 0.56 0.27 cnd:pre:3s; -moqueras moquer VER 71.13 50.34 0.06 0.07 ind:fut:2s; -moquerez moquer VER 71.13 50.34 0.28 0.07 ind:fut:2p; -moquerie moquerie NOM f s 1.69 6.35 0.64 3.72 -moqueries moquerie NOM f p 1.69 6.35 1.05 2.64 -moqueriez moquer VER 71.13 50.34 0.01 0.07 cnd:pre:2p; -moqueront moquer VER 71.13 50.34 0.10 0.07 ind:fut:3p; -moques moquer VER 71.13 50.34 9.60 0.95 ind:pre:2s;sub:pre:2s; -moquette moquette NOM f s 3.63 15.95 3.37 14.73 -moquettes moquette NOM f p 3.63 15.95 0.27 1.22 -moquetté moquetter VER m s 0.00 0.20 0.00 0.07 par:pas; -moquettées moquetter VER f p 0.00 0.20 0.00 0.07 par:pas; -moquettés moquetter VER m p 0.00 0.20 0.00 0.07 par:pas; -moqueur moqueur ADJ m s 0.82 9.12 0.41 4.73 -moqueurs moqueur ADJ m p 0.82 9.12 0.28 1.01 -moqueuse moqueur ADJ f s 0.82 9.12 0.11 2.97 -moqueusement moqueusement ADV 0.00 0.27 0.00 0.27 -moqueuses moqueur ADJ f p 0.82 9.12 0.02 0.41 -moquez moquer VER 71.13 50.34 7.98 1.15 imp:pre:2p;ind:pre:2p; -moquiez moquer VER 71.13 50.34 0.23 0.20 ind:imp:2p; -moquions moquer VER 71.13 50.34 0.00 1.01 ind:imp:1p; -moquons moquer VER 71.13 50.34 0.34 0.07 imp:pre:1p;ind:pre:1p; -moquât moquer VER 71.13 50.34 0.00 0.68 sub:imp:3s; -moquèrent moquer VER 71.13 50.34 0.00 0.61 ind:pas:3p; -moqué moquer VER m s 71.13 50.34 2.64 2.84 par:pas; -moquée moquer VER f s 71.13 50.34 1.02 1.15 par:pas; -moquées moquer VER f p 71.13 50.34 0.17 0.14 par:pas; -moqués moquer VER m p 71.13 50.34 0.84 0.47 par:pas; -moraillon moraillon NOM m s 0.00 0.07 0.00 0.07 -moraine moraine NOM f s 0.08 0.47 0.07 0.07 -moraines moraine NOM f p 0.08 0.47 0.01 0.41 -morainique morainique ADJ s 0.01 0.20 0.01 0.14 -morainiques morainique ADJ p 0.01 0.20 0.00 0.07 -moral moral NOM m s 10.27 14.19 10.17 14.19 -morale morale NOM f s 13.13 21.49 12.89 21.01 -moralement moralement ADV 1.98 7.30 1.98 7.30 -morales moral ADJ f p 16.39 34.53 2.26 4.93 -moralisante moralisant ADJ f s 0.00 0.14 0.00 0.14 -moralisateur moralisateur NOM m s 0.73 0.00 0.47 0.00 -moralisateurs moralisateur NOM m p 0.73 0.00 0.26 0.00 -moralisation moralisation NOM f s 0.01 0.07 0.01 0.07 -moralisatrice moralisateur ADJ f s 0.20 0.68 0.04 0.07 -moralise moraliser VER 0.03 0.41 0.00 0.14 ind:pre:3s; -moraliser moraliser VER 0.03 0.41 0.03 0.20 inf; -moralisme moralisme NOM m s 0.15 0.27 0.15 0.27 -moraliste moraliste NOM s 0.48 1.49 0.40 0.74 -moralistes moraliste ADJ p 0.55 0.41 0.16 0.20 -moralisée moraliser VER f s 0.03 0.41 0.00 0.07 par:pas; -moralité moralité NOM f s 4.86 3.04 4.57 2.91 -moralités moralité NOM f p 4.86 3.04 0.29 0.14 -morasse morasse NOM f s 0.00 0.81 0.00 0.61 -morasses morasse NOM f p 0.00 0.81 0.00 0.20 -moratoire moratoire NOM m s 0.17 0.07 0.17 0.07 -moraux moral ADJ m p 16.39 34.53 1.59 1.76 -morave morave ADJ m s 0.02 0.00 0.01 0.00 -moraves morave ADJ m p 0.02 0.00 0.01 0.00 -morbac morbac NOM m s 0.17 0.20 0.14 0.14 -morbacs morbac NOM m p 0.17 0.20 0.02 0.07 -morbaque morbaque NOM m s 0.02 0.54 0.01 0.14 -morbaques morbaque NOM m p 0.02 0.54 0.01 0.41 -morbide morbide ADJ s 3.92 4.73 2.83 3.99 -morbidement morbidement ADV 0.01 0.07 0.01 0.07 -morbides morbide ADJ p 3.92 4.73 1.09 0.74 -morbidesse morbidesse NOM f s 0.00 0.14 0.00 0.14 -morbidité morbidité NOM f s 0.07 0.14 0.07 0.14 -morbier morbier NOM m s 0.00 0.07 0.00 0.07 -morbleu morbleu ONO 0.54 0.14 0.54 0.14 -morceau morceau NOM m s 64.78 99.32 40.65 57.84 -morceaux morceau NOM m p 64.78 99.32 24.13 41.49 -morcela morceler VER 0.47 1.28 0.00 0.07 ind:pas:3s; -morcelait morceler VER 0.47 1.28 0.00 0.27 ind:imp:3s; -morcelant morceler VER 0.47 1.28 0.00 0.20 par:pre; -morceler morceler VER 0.47 1.28 0.03 0.14 inf; -morcellement morcellement NOM m s 0.00 0.34 0.00 0.27 -morcellements morcellement NOM m p 0.00 0.34 0.00 0.07 -morcellent morceler VER 0.47 1.28 0.00 0.27 ind:pre:3p; -morcellera morceler VER 0.47 1.28 0.01 0.00 ind:fut:3s; -morcelé morceler VER m s 0.47 1.28 0.29 0.20 par:pas; -morcelée morcelé ADJ f s 0.11 0.61 0.11 0.20 -morcelées morceler VER f p 0.47 1.28 0.01 0.07 par:pas; -morcelés morceler VER m p 0.47 1.28 0.01 0.00 par:pas; -morcif morcif NOM m s 0.00 0.34 0.00 0.20 -morcifs morcif NOM m p 0.00 0.34 0.00 0.14 -mord mordre VER 44.85 48.45 7.95 4.80 ind:pre:3s; -mordît mordre VER 44.85 48.45 0.00 0.07 sub:imp:3s; -mordaient mordre VER 44.85 48.45 0.22 1.49 ind:imp:3p; -mordais mordre VER 44.85 48.45 0.36 0.54 ind:imp:1s;ind:imp:2s; -mordait mordre VER 44.85 48.45 1.09 5.74 ind:imp:3s; -mordant mordant NOM m s 0.60 1.49 0.60 1.49 -mordante mordant ADJ f s 0.35 2.70 0.10 0.81 -mordantes mordant ADJ f p 0.35 2.70 0.01 0.07 -mordançage mordançage NOM m s 0.00 0.14 0.00 0.14 -mordants mordant ADJ m p 0.35 2.70 0.01 0.20 -morde mordre VER 44.85 48.45 0.47 0.20 sub:pre:1s;sub:pre:3s; -mordent mordre VER 44.85 48.45 1.74 1.35 ind:pre:3p; -mordes mordre VER 44.85 48.45 0.15 0.07 sub:pre:2s; -mordeur mordeur NOM m s 0.04 0.00 0.03 0.00 -mordeurs mordeur ADJ m p 0.03 0.14 0.01 0.07 -mordeuse mordeuse NOM f s 0.03 0.00 0.03 0.00 -mordez mordre VER 44.85 48.45 0.92 0.41 imp:pre:2p;ind:pre:2p; -mordicus mordicus ADV 0.19 0.54 0.19 0.54 -mordieu mordieu ONO 0.20 0.00 0.20 0.00 -mordilla mordiller VER 0.76 5.61 0.00 0.61 ind:pas:3s; -mordillage mordillage NOM m s 0.00 0.07 0.00 0.07 -mordillaient mordiller VER 0.76 5.61 0.01 0.14 ind:imp:3p; -mordillais mordiller VER 0.76 5.61 0.00 0.07 ind:imp:1s; -mordillait mordiller VER 0.76 5.61 0.00 1.96 ind:imp:3s; -mordillant mordiller VER 0.76 5.61 0.02 1.01 par:pre; -mordille mordiller VER 0.76 5.61 0.30 0.47 imp:pre:2s;ind:pre:1s;ind:pre:3s; -mordillement mordillement NOM m s 0.00 0.61 0.00 0.27 -mordillements mordillement NOM m p 0.00 0.61 0.00 0.34 -mordillent mordiller VER 0.76 5.61 0.00 0.14 ind:pre:3p; -mordiller mordiller VER 0.76 5.61 0.25 0.68 inf; -mordillera mordiller VER 0.76 5.61 0.00 0.07 ind:fut:3s; -mordillez mordiller VER 0.76 5.61 0.01 0.00 imp:pre:2p; -mordillé mordiller VER m s 0.76 5.61 0.14 0.07 par:pas; -mordillée mordiller VER f s 0.76 5.61 0.02 0.20 par:pas; -mordillées mordiller VER f p 0.76 5.61 0.00 0.07 par:pas; -mordillés mordiller VER m p 0.76 5.61 0.00 0.14 par:pas; -mordions mordre VER 44.85 48.45 0.01 0.14 ind:imp:1p; -mordirent mordre VER 44.85 48.45 0.00 0.20 ind:pas:3p; -mordis mordre VER 44.85 48.45 0.00 0.41 ind:pas:1s;ind:pas:2s; -mordissent mordre VER 44.85 48.45 0.00 0.07 sub:imp:3p; -mordit mordre VER 44.85 48.45 0.09 6.01 ind:pas:3s; -mordorait mordorer VER 0.00 0.34 0.00 0.07 ind:imp:3s; -mordoré mordoré ADJ m s 0.04 2.16 0.01 0.41 -mordorée mordoré ADJ f s 0.04 2.16 0.00 0.61 -mordorées mordoré ADJ f p 0.04 2.16 0.02 0.34 -mordorés mordoré ADJ m p 0.04 2.16 0.01 0.81 -mordra mordre VER 44.85 48.45 0.80 0.20 ind:fut:3s; -mordrai mordre VER 44.85 48.45 0.40 0.00 ind:fut:1s; -mordraient mordre VER 44.85 48.45 0.01 0.14 cnd:pre:3p; -mordrais mordre VER 44.85 48.45 0.09 0.00 cnd:pre:1s;cnd:pre:2s; -mordrait mordre VER 44.85 48.45 0.35 0.41 cnd:pre:3s; -mordras mordre VER 44.85 48.45 0.22 0.00 ind:fut:2s; -mordre mordre VER 44.85 48.45 8.83 12.36 inf;; -mordrez mordre VER 44.85 48.45 0.25 0.00 ind:fut:2p; -mordront mordre VER 44.85 48.45 0.58 0.07 ind:fut:3p; -mords mordre VER 44.85 48.45 6.30 2.43 imp:pre:2s;ind:pre:1s;ind:pre:2s; -mordu mordre VER m s 44.85 48.45 10.22 6.28 par:pas; -mordue mordre VER f s 44.85 48.45 2.77 1.08 par:pas; -mordues mordre VER f p 44.85 48.45 0.32 0.34 par:pas; -mordus mordre VER m p 44.85 48.45 0.45 0.54 par:pas; -more more ADJ s 3.69 0.07 3.68 0.07 -moreau moreau ADJ m s 0.02 0.00 0.02 0.00 -morelle morelle NOM f s 0.01 0.00 0.01 0.00 -mores more NOM p 0.55 0.14 0.01 0.07 -moresque moresque NOM f s 0.27 0.00 0.27 0.00 -morfal morfal ADJ m s 0.04 0.47 0.01 0.07 -morfale morfal ADJ f s 0.04 0.47 0.01 0.20 -morfaler morfaler VER 0.00 0.41 0.00 0.14 inf; -morfales morfal ADJ f p 0.04 0.47 0.01 0.07 -morfalou morfalou NOM m s 0.00 0.07 0.00 0.07 -morfals morfal ADJ m p 0.04 0.47 0.00 0.14 -morfalé morfaler VER m s 0.00 0.41 0.00 0.07 par:pas; -morfalée morfaler VER f s 0.00 0.41 0.00 0.07 par:pas; -morfalés morfaler VER m p 0.00 0.41 0.00 0.07 par:pas; -morfil morfil NOM m s 0.00 0.07 0.00 0.07 -morflais morfler VER 2.01 2.91 0.00 0.14 ind:imp:2s; -morflait morfler VER 2.01 2.91 0.01 0.14 ind:imp:3s; -morfle morfler VER 2.01 2.91 0.38 0.41 ind:pre:1s;ind:pre:3s; -morfler morfler VER 2.01 2.91 0.93 0.88 inf; -morflera morfler VER 2.01 2.91 0.01 0.14 ind:fut:3s; -morfleras morfler VER 2.01 2.91 0.01 0.00 ind:fut:2s; -morflerez morfler VER 2.01 2.91 0.01 0.00 ind:fut:2p; -morfles morfler VER 2.01 2.91 0.04 0.00 ind:pre:2s; -morflé morfler VER m s 2.01 2.91 0.62 1.08 par:pas; -morflée morfler VER f s 2.01 2.91 0.00 0.14 par:pas; -morfond morfondre VER 1.26 2.50 0.34 0.34 ind:pre:3s; -morfondaient morfondre VER 1.26 2.50 0.00 0.20 ind:imp:3p; -morfondais morfondre VER 1.26 2.50 0.00 0.07 ind:imp:1s; -morfondait morfondre VER 1.26 2.50 0.14 0.68 ind:imp:3s; -morfondant morfondre VER 1.26 2.50 0.00 0.14 par:pre; -morfonde morfondre VER 1.26 2.50 0.01 0.07 sub:pre:1s;sub:pre:3s; -morfondis morfondre VER 1.26 2.50 0.00 0.07 ind:pas:1s; -morfondra morfondre VER 1.26 2.50 0.01 0.00 ind:fut:3s; -morfondre morfondre VER 1.26 2.50 0.47 0.68 inf; -morfonds morfondre VER 1.26 2.50 0.28 0.07 imp:pre:2s;ind:pre:1s; -morfondu morfondre VER m s 1.26 2.50 0.02 0.20 par:pas; -morfondue morfondu ADJ f s 0.00 0.68 0.00 0.27 -morgana morganer VER 0.26 0.34 0.24 0.00 ind:pas:3s; -morganatique morganatique ADJ m s 0.00 0.14 0.00 0.07 -morganatiques morganatique ADJ f p 0.00 0.14 0.00 0.07 -morgane morganer VER 0.26 0.34 0.02 0.14 imp:pre:2s;ind:pre:3s; -morganer morganer VER 0.26 0.34 0.00 0.14 inf; -morganerai morganer VER 0.26 0.34 0.00 0.07 ind:fut:1s; -morgeline morgeline NOM f s 0.01 0.00 0.01 0.00 -morgon morgon NOM m s 0.01 0.00 0.01 0.00 -morgue morgue NOM f s 10.12 7.03 9.95 6.76 -morgues morgue NOM f p 10.12 7.03 0.17 0.27 -moria moria NOM f s 0.08 0.00 0.08 0.00 -moribond moribond ADJ m s 0.65 2.50 0.52 1.35 -moribonde moribond ADJ f s 0.65 2.50 0.05 0.54 -moribondes moribond ADJ f p 0.65 2.50 0.03 0.20 -moribonds moribond NOM m p 0.45 2.23 0.14 0.47 -moricaud moricaud NOM m s 0.16 0.95 0.07 0.07 -moricaude moricaud NOM f s 0.16 0.95 0.01 0.74 -moricaudes moricaud NOM f p 0.16 0.95 0.00 0.07 -moricauds moricaud NOM m p 0.16 0.95 0.08 0.07 -morigène morigéner VER 0.00 1.22 0.00 0.14 ind:pre:3s; -morigéna morigéner VER 0.00 1.22 0.00 0.07 ind:pas:3s; -morigénai morigéner VER 0.00 1.22 0.00 0.07 ind:pas:1s; -morigénais morigéner VER 0.00 1.22 0.00 0.07 ind:imp:1s; -morigénait morigéner VER 0.00 1.22 0.00 0.07 ind:imp:3s; -morigénant morigéner VER 0.00 1.22 0.00 0.27 par:pre; -morigéner morigéner VER 0.00 1.22 0.00 0.20 inf; -morigéné morigéner VER m s 0.00 1.22 0.00 0.20 par:pas; -morigénée morigéner VER f s 0.00 1.22 0.00 0.14 par:pas; -morille morille NOM f s 0.17 0.61 0.00 0.14 -morilles morille NOM f p 0.17 0.61 0.17 0.47 -morillon morillon NOM m s 0.14 0.88 0.14 0.81 -morillons morillon NOM m p 0.14 0.88 0.00 0.07 -morlingue morlingue NOM m s 0.00 1.28 0.00 1.01 -morlingues morlingue NOM m p 0.00 1.28 0.00 0.27 -mormon mormon ADJ m s 0.44 0.14 0.24 0.07 -mormone mormon ADJ f s 0.44 0.14 0.06 0.07 -mormones mormon ADJ f p 0.44 0.14 0.03 0.00 -mormons mormon NOM m p 0.75 0.14 0.55 0.14 -morne morne ADJ s 1.06 19.66 0.81 14.46 -mornement mornement ADV 0.01 0.07 0.01 0.07 -mornes morne ADJ p 1.06 19.66 0.25 5.20 -mornifle mornifle NOM f s 0.00 0.81 0.00 0.81 -moro moro ADJ s 0.01 0.00 0.01 0.00 -morose morose ADJ s 1.23 8.78 1.00 7.23 -morosement morosement ADV 0.00 0.07 0.00 0.07 -moroses morose ADJ p 1.23 8.78 0.24 1.55 -morosité morosité NOM f s 0.07 1.08 0.07 1.01 -morosités morosité NOM f p 0.07 1.08 0.00 0.07 -morphine morphine NOM f s 7.37 1.62 7.37 1.62 -morphing morphing NOM m s 0.01 0.00 0.01 0.00 -morphinomane morphinomane ADJ m s 0.14 0.14 0.14 0.14 -morphique morphique ADJ s 0.04 0.00 0.04 0.00 -morpho morpho ADV 0.03 0.00 0.03 0.00 -morphogenèse morphogenèse NOM f s 0.01 0.00 0.01 0.00 -morphogénétique morphogénétique ADJ m s 0.11 0.00 0.11 0.00 -morphologie morphologie NOM f s 0.33 0.81 0.33 0.81 -morphologique morphologique ADJ s 0.01 0.14 0.00 0.07 -morphologiques morphologique ADJ f p 0.01 0.14 0.01 0.07 -morpion morpion NOM m s 2.14 1.76 0.46 0.95 -morpions morpion NOM m p 2.14 1.76 1.68 0.81 -mors mors NOM m 0.64 1.89 0.64 1.89 -morse morse NOM m s 3.50 0.88 3.50 0.88 -morsure morsure NOM f s 6.31 5.95 3.90 4.26 -morsures morsure NOM f p 6.31 5.95 2.41 1.69 -mort_aux_rats mort_aux_rats NOM f 0.61 0.47 0.61 0.47 -mort_né mort_né ADJ m s 0.80 0.61 0.53 0.34 -mort_né mort_né ADJ f s 0.80 0.61 0.23 0.00 -mort_né mort_né ADJ f p 0.80 0.61 0.00 0.07 -mort_né mort_né ADJ m p 0.80 0.61 0.04 0.20 -mort_vivant mort_vivant NOM m s 1.46 0.81 0.41 0.27 -mort mort NOM 460.05 452.70 372.07 373.99 -mortadelle mortadelle NOM f s 0.79 0.34 0.79 0.34 -mortaise mortaise NOM f s 0.16 0.20 0.14 0.00 -mortaiser mortaiser VER 0.01 0.20 0.01 0.20 inf; -mortaises mortaise NOM f p 0.16 0.20 0.01 0.20 -mortaiseuse mortaiseur NOM f s 0.00 0.14 0.00 0.14 -mortalité mortalité NOM f s 1.51 0.61 1.51 0.61 -morte_saison morte_saison NOM f s 0.01 1.08 0.01 1.01 -morte mourir VER f s 916.42 391.08 112.36 44.93 par:pas; -mortel mortel ADJ m s 24.13 20.07 14.62 8.38 -mortelle mortel ADJ f s 24.13 20.07 5.69 6.69 -mortellement mortellement ADV 2.03 3.18 2.03 3.18 -mortelles mortel ADJ f p 24.13 20.07 1.22 2.30 -mortels mortel NOM m p 6.89 4.80 3.32 3.31 -mortes_eaux mortes_eaux NOM f p 0.00 0.07 0.00 0.07 -morte_saison morte_saison NOM f p 0.01 1.08 0.00 0.07 -mortes mourir VER f p 916.42 391.08 5.32 3.04 par:pas; -mortibus mortibus ADJ m s 0.02 0.34 0.02 0.34 -mortier mortier NOM m s 2.06 5.61 1.30 3.51 -mortiers mortier NOM m p 2.06 5.61 0.76 2.09 -mortifia mortifier VER 1.63 3.78 0.00 0.07 ind:pas:3s; -mortifiai mortifier VER 1.63 3.78 0.00 0.07 ind:pas:1s; -mortifiaient mortifier VER 1.63 3.78 0.00 0.07 ind:imp:3p; -mortifiait mortifier VER 1.63 3.78 0.00 0.54 ind:imp:3s; -mortifiant mortifiant ADJ m s 0.05 0.41 0.05 0.20 -mortifiante mortifiant ADJ f s 0.05 0.41 0.00 0.07 -mortifiantes mortifiant ADJ f p 0.05 0.41 0.00 0.07 -mortifiants mortifiant ADJ m p 0.05 0.41 0.00 0.07 -mortification mortification NOM f s 0.56 1.22 0.54 0.68 -mortifications mortification NOM f p 0.56 1.22 0.02 0.54 -mortifie mortifier VER 1.63 3.78 0.03 0.07 imp:pre:2s;ind:pre:1s;ind:pre:3s; -mortifier mortifier VER 1.63 3.78 0.19 0.68 inf; -mortifié mortifier VER m s 1.63 3.78 0.91 1.28 par:pas; -mortifiée mortifier VER f s 1.63 3.78 0.49 0.74 par:pas; -mortifiés mortifier VER m p 1.63 3.78 0.00 0.27 par:pas; -mortifère mortifère ADJ s 0.02 0.34 0.01 0.20 -mortifères mortifère ADJ m p 0.02 0.34 0.01 0.14 -mort_vivant mort_vivant NOM m p 1.46 0.81 1.05 0.54 -morts mort NOM p 460.05 452.70 78.09 66.15 -mortuaire mortuaire ADJ s 1.86 5.47 1.61 4.59 -mortuaires mortuaire ADJ p 1.86 5.47 0.25 0.88 -morue morue NOM f s 3.67 5.61 3.46 4.86 -morues morue NOM f p 3.67 5.61 0.20 0.74 -morula morula NOM f s 0.01 0.00 0.01 0.00 -morvandiau morvandiau ADJ m s 0.00 0.20 0.00 0.20 -morve morve NOM f s 1.60 1.96 1.60 1.82 -morves morve NOM f p 1.60 1.96 0.00 0.14 -morveuse morveux NOM f s 4.97 2.43 0.46 0.14 -morveuses morveux ADJ f p 2.11 1.22 0.01 0.07 -morveux morveux NOM m 4.97 2.43 4.51 2.30 -mos mos NOM m 0.01 0.00 0.01 0.00 -mosaïque mosaïque NOM f s 0.58 4.53 0.53 2.77 -mosaïques mosaïque NOM f p 0.58 4.53 0.06 1.76 -mosaïquée mosaïqué ADJ f s 0.00 0.14 0.00 0.07 -mosaïqués mosaïqué ADJ m p 0.00 0.14 0.00 0.07 -mosaïste mosaïste NOM m s 0.00 0.14 0.00 0.14 -moscoutaire moscoutaire NOM s 0.00 0.07 0.00 0.07 -moscovite moscovite ADJ s 0.68 1.42 0.34 1.15 -moscovites moscovite ADJ p 0.68 1.42 0.34 0.27 -mosellane mosellan ADJ f s 0.00 0.20 0.00 0.14 -mosellanes mosellan ADJ f p 0.00 0.20 0.00 0.07 -mosquée mosquée NOM f s 3.43 5.68 2.71 4.32 -mosquées mosquée NOM f p 3.43 5.68 0.72 1.35 -mot_clé mot_clé NOM m s 0.58 0.34 0.41 0.14 -mot_valise mot_valise NOM m s 0.01 0.00 0.01 0.00 -mât mât NOM m s 1.67 9.59 1.47 5.95 -mot mot NOM m s 279.55 553.78 174.83 260.47 -motard motard NOM m s 4.10 6.89 1.79 3.45 -motarde motard NOM f s 4.10 6.89 0.07 0.14 -motardes motard NOM f p 4.10 6.89 0.01 0.07 -motards motard NOM m p 4.10 6.89 2.23 3.24 -mâte mâter VER 0.04 0.14 0.01 0.07 imp:pre:2s;ind:pre:3s; -motel motel NOM m s 9.43 1.28 8.62 1.22 -motels motel NOM m p 9.43 1.28 0.82 0.07 -mâter mâter VER 0.04 0.14 0.03 0.00 inf; -motesse motesse NOM f s 0.00 0.07 0.00 0.07 -motet motet NOM m s 0.03 0.27 0.03 0.20 -motets motet NOM m p 0.03 0.27 0.00 0.07 -moteur_fusée moteur_fusée NOM m s 0.04 0.00 0.01 0.00 -moteur moteur NOM m s 33.63 51.08 26.31 41.28 -moteur_fusée moteur_fusée NOM m p 0.04 0.00 0.04 0.00 -moteurs moteur NOM m p 33.63 51.08 7.32 9.80 -motif motif NOM m s 16.56 31.15 12.20 15.74 -motifs motif NOM m p 16.56 31.15 4.36 15.41 -motilité motilité NOM f s 0.02 0.00 0.02 0.00 -mâtin mâtin ONO 0.00 0.07 0.00 0.07 -mâtinant mâtiner VER 0.03 0.81 0.00 0.07 par:pre; -mâtine mâtine NOM f s 0.57 1.22 0.00 0.14 -mâtines mâtine NOM f p 0.57 1.22 0.01 0.07 -mâtins mâtin NOM m p 0.26 0.20 0.00 0.07 -mâtiné mâtiné ADJ m s 0.03 0.00 0.03 0.00 -mâtinée mâtiner VER f s 0.03 0.81 0.01 0.14 par:pas; -mâtinés mâtiner VER m p 0.03 0.81 0.00 0.14 par:pas; -motion motion NOM f s 3.10 1.28 2.87 0.68 -motions motion NOM f p 3.10 1.28 0.22 0.61 -motiva motiver VER 5.50 2.43 0.00 0.14 ind:pas:3s; -motivai motiver VER 5.50 2.43 0.00 0.07 ind:pas:1s; -motivaient motiver VER 5.50 2.43 0.00 0.14 ind:imp:3p; -motivais motiver VER 5.50 2.43 0.01 0.00 ind:imp:2s; -motivait motiver VER 5.50 2.43 0.08 0.27 ind:imp:3s; -motivant motivant ADJ m s 0.24 0.00 0.21 0.00 -motivante motivant ADJ f s 0.24 0.00 0.03 0.00 -motivateur motivateur NOM m s 0.05 0.00 0.05 0.00 -motivation motivation NOM f s 4.81 1.28 3.02 0.81 -motivations motivation NOM f p 4.81 1.28 1.79 0.47 -motive motiver VER 5.50 2.43 1.33 0.34 imp:pre:2s;ind:pre:1s;ind:pre:3s; -motivent motiver VER 5.50 2.43 0.04 0.20 ind:pre:3p; -motiver motiver VER 5.50 2.43 1.30 0.34 inf; -motivera motiver VER 5.50 2.43 0.02 0.00 ind:fut:3s; -motivez motiver VER 5.50 2.43 0.01 0.00 imp:pre:2p; -motivé motiver VER m s 5.50 2.43 1.67 0.20 par:pas; -motivée motiver VER f s 5.50 2.43 0.42 0.47 par:pas; -motivées motiver VER f p 5.50 2.43 0.04 0.07 par:pas; -motivés motiver VER m p 5.50 2.43 0.53 0.14 par:pas; -moto_club moto_club NOM f s 0.00 0.14 0.00 0.14 -moto_cross moto_cross NOM m 0.04 0.07 0.04 0.07 -moto moto NOM f s 25.23 19.26 22.61 15.27 -motocross motocross NOM m 0.19 0.00 0.19 0.00 -motoculteur motoculteur NOM m s 0.00 0.14 0.00 0.14 -motoculture motoculture NOM f s 0.14 0.00 0.14 0.00 -motocycles motocycle NOM m p 0.00 0.07 0.00 0.07 -motocyclette motocyclette NOM f s 0.40 4.19 0.36 3.31 -motocyclettes motocyclette NOM f p 0.40 4.19 0.04 0.88 -motocyclisme motocyclisme NOM m s 0.02 0.00 0.02 0.00 -motocycliste motocycliste NOM s 0.07 2.64 0.04 1.28 -motocyclistes motocycliste NOM p 0.07 2.64 0.03 1.35 -motoneige motoneige NOM f s 0.60 0.00 0.34 0.00 -motoneiges motoneige NOM f p 0.60 0.00 0.26 0.00 -motoneurone motoneurone NOM m s 0.01 0.00 0.01 0.00 -motorisation motorisation NOM f s 0.01 0.27 0.01 0.27 -motoriser motoriser VER 0.09 1.42 0.00 0.07 inf; -motorisé motorisé ADJ m s 0.47 2.23 0.12 0.41 -motorisée motorisé ADJ f s 0.47 2.23 0.20 0.68 -motorisées motoriser VER f p 0.09 1.42 0.01 0.14 par:pas; -motorisés motorisé ADJ m p 0.47 2.23 0.16 0.68 -motos moto NOM f p 25.23 19.26 2.62 3.99 -motrice moteur ADJ f s 4.17 2.43 0.26 0.34 -motrices moteur ADJ f p 4.17 2.43 0.20 0.14 -motricité motricité NOM f s 0.42 0.00 0.42 0.00 -mot_clef mot_clef NOM m p 0.00 0.07 0.00 0.07 -mot_clé mot_clé NOM m p 0.58 0.34 0.17 0.20 -mots_croisés mots_croisés NOM m p 0.07 0.00 0.07 0.00 -mâts mât NOM m p 1.67 9.59 0.20 3.65 -mots mot NOM m p 279.55 553.78 104.72 293.31 -motte motte NOM f s 0.51 9.19 0.26 2.97 -mottereau mottereau NOM m s 0.00 0.07 0.00 0.07 -mottes motte NOM f p 0.51 9.19 0.24 6.22 -motteux motteux NOM m 0.00 0.07 0.00 0.07 -motu_proprio motu_proprio ADV 0.00 0.07 0.00 0.07 -mâtée mâter VER f s 0.04 0.14 0.00 0.07 par:pas; -mâture mâture NOM f s 0.14 1.62 0.14 1.08 -mâtures mâture NOM f p 0.14 1.62 0.00 0.54 -motus motus ONO 0.88 1.01 0.88 1.01 -mou mou ADJ m s 6.99 22.50 5.53 17.09 -mouais mouais ONO 1.15 0.20 1.15 0.20 -moucha moucher VER 2.55 6.55 0.00 1.82 ind:pas:3s; -mouchachou mouchachou NOM m s 0.00 0.07 0.00 0.07 -mouchage mouchage NOM m s 0.01 0.00 0.01 0.00 -mouchai moucher VER 2.55 6.55 0.00 0.14 ind:pas:1s; -mouchaient moucher VER 2.55 6.55 0.00 0.20 ind:imp:3p; -mouchait moucher VER 2.55 6.55 0.15 0.41 ind:imp:3s; -mouchant moucher VER 2.55 6.55 0.00 0.20 par:pre; -mouchard mouchard NOM m s 6.00 2.77 4.16 1.62 -moucharda moucharder VER 1.54 0.88 0.00 0.07 ind:pas:3s; -mouchardage mouchardage NOM m s 0.04 0.20 0.04 0.20 -mouchardait moucharder VER 1.54 0.88 0.01 0.07 ind:imp:3s; -moucharde mouchard NOM f s 6.00 2.77 0.56 0.27 -mouchardent moucharder VER 1.54 0.88 0.04 0.00 ind:pre:3p; -moucharder moucharder VER 1.54 0.88 0.46 0.54 inf; -mouchardera moucharder VER 1.54 0.88 0.02 0.00 ind:fut:3s; -moucharderait moucharder VER 1.54 0.88 0.01 0.07 cnd:pre:3s; -mouchardes moucharder VER 1.54 0.88 0.14 0.07 ind:pre:2s; -mouchards mouchard NOM m p 6.00 2.77 1.28 0.88 -mouchardé moucharder VER m s 1.54 0.88 0.61 0.07 par:pas; -mouche mouche NOM f s 24.65 46.89 15.36 18.72 -mouchent moucher VER 2.55 6.55 0.00 0.20 ind:pre:3p; -moucher moucher VER 2.55 6.55 0.76 1.28 inf; -moucheron moucheron NOM m s 2.19 2.43 1.93 0.74 -moucherons moucheron NOM m p 2.19 2.43 0.26 1.69 -mouches mouche NOM f p 24.65 46.89 9.29 28.18 -mouchetait moucheter VER 0.03 1.15 0.00 0.07 ind:imp:3s; -mouchetant moucheter VER 0.03 1.15 0.00 0.07 par:pre; -mouchette mouchette NOM f s 0.00 0.14 0.00 0.14 -moucheté moucheté ADJ m s 0.30 1.15 0.10 0.41 -mouchetée moucheté ADJ f s 0.30 1.15 0.10 0.20 -mouchetées moucheté ADJ f p 0.30 1.15 0.10 0.20 -moucheture moucheture NOM f s 0.02 0.41 0.01 0.00 -mouchetures moucheture NOM f p 0.02 0.41 0.01 0.41 -mouchetés moucheter VER m p 0.03 1.15 0.01 0.20 par:pas; -moucheur moucheur NOM m s 0.01 0.07 0.01 0.07 -mouchez moucher VER 2.55 6.55 0.22 0.07 imp:pre:2p;ind:pre:2p; -mouchoir mouchoir NOM m s 11.53 34.59 9.84 28.85 -mouchoirs mouchoir NOM m p 11.53 34.59 1.69 5.74 -mouchons moucher VER 2.55 6.55 0.00 0.07 ind:pre:1p; -mouché moucher VER m s 2.55 6.55 0.39 0.81 par:pas; -mouchée moucher VER f s 2.55 6.55 0.06 0.20 par:pas; -mouchés moucher VER m p 2.55 6.55 0.04 0.07 par:pas; -moud moudre VER 1.43 2.57 0.38 0.14 ind:pre:3s; -moudjahiddine moudjahiddine NOM m s 0.03 0.07 0.03 0.07 -moudjahidin moudjahidin NOM m p 0.16 0.00 0.16 0.00 -moudjahidine moudjahidine NOM m p 0.01 0.00 0.01 0.00 -moudrai moudre VER 1.43 2.57 0.10 0.00 ind:fut:1s; -moudre moudre VER 1.43 2.57 0.72 1.22 inf; -mouds moudre VER 1.43 2.57 0.00 0.07 ind:pre:1s; -moue moue NOM f s 0.78 18.58 0.76 17.43 -moues moue NOM f p 0.78 18.58 0.02 1.15 -mouette mouette NOM f s 3.24 15.81 1.43 5.47 -mouettes mouette NOM f p 3.24 15.81 1.81 10.34 -moufetait moufeter VER 0.00 0.14 0.00 0.07 ind:imp:3s; -moufette moufette NOM f s 0.04 0.00 0.04 0.00 -moufeté moufeter VER m s 0.00 0.14 0.00 0.07 par:pas; -mouffette mouffette NOM f s 0.08 0.54 0.08 0.54 -moufle moufle NOM f s 0.73 1.76 0.28 0.34 -moufles moufle NOM f p 0.73 1.76 0.45 1.42 -mouflet mouflet NOM m s 0.41 5.68 0.17 3.18 -mouflets mouflet NOM m p 0.41 5.68 0.24 2.50 -mouflette mouflette NOM f s 0.19 2.43 0.19 2.09 -mouflettes mouflette NOM f p 0.19 2.43 0.00 0.34 -mouflon mouflon NOM m s 0.05 0.47 0.04 0.14 -mouflons mouflon NOM m p 0.05 0.47 0.01 0.34 -mouftaient moufter VER 0.20 4.12 0.01 0.00 ind:imp:3p; -mouftais moufter VER 0.20 4.12 0.00 0.07 ind:imp:1s; -mouftait moufter VER 0.20 4.12 0.00 0.61 ind:imp:3s; -moufte moufter VER 0.20 4.12 0.02 1.28 imp:pre:2s;ind:pre:1s;ind:pre:3s; -mouftent moufter VER 0.20 4.12 0.01 0.27 ind:pre:3p; -moufter moufter VER 0.20 4.12 0.06 1.22 inf; -mouftera moufter VER 0.20 4.12 0.01 0.07 ind:fut:3s; -mouftes moufter VER 0.20 4.12 0.01 0.07 ind:pre:2s; -mouftez moufter VER 0.20 4.12 0.01 0.07 ind:pre:2p; -moufté moufter VER m s 0.20 4.12 0.06 0.47 par:pas; -mouilla mouiller VER 19.36 38.92 0.01 2.03 ind:pas:3s; -mouillage mouillage NOM m s 0.14 1.22 0.14 1.15 -mouillages mouillage NOM m p 0.14 1.22 0.00 0.07 -mouillaient mouiller VER 19.36 38.92 0.14 0.88 ind:imp:3p; -mouillais mouiller VER 19.36 38.92 0.04 0.27 ind:imp:1s;ind:imp:2s; -mouillait mouiller VER 19.36 38.92 0.32 2.64 ind:imp:3s; -mouillant mouiller VER 19.36 38.92 0.11 1.15 par:pre; -mouillante mouillant ADJ f s 0.00 0.14 0.00 0.07 -mouillasse mouiller VER 19.36 38.92 0.00 0.07 sub:imp:1s; -mouille mouiller VER 19.36 38.92 3.26 4.19 imp:pre:2s;ind:pre:1s;ind:pre:3s; -mouillent mouiller VER 19.36 38.92 0.24 0.88 ind:pre:3p; -mouiller mouiller VER 19.36 38.92 4.43 7.50 inf; -mouillera mouiller VER 19.36 38.92 0.44 0.00 ind:fut:3s; -mouillerai mouiller VER 19.36 38.92 0.02 0.07 ind:fut:1s; -mouillerais mouiller VER 19.36 38.92 0.02 0.07 cnd:pre:1s;cnd:pre:2s; -mouillerait mouiller VER 19.36 38.92 0.01 0.20 cnd:pre:3s; -mouilleras mouiller VER 19.36 38.92 0.01 0.07 ind:fut:2s; -mouilleront mouiller VER 19.36 38.92 0.16 0.07 ind:fut:3p; -mouilles mouiller VER 19.36 38.92 0.64 0.41 ind:pre:2s;sub:pre:2s; -mouillette mouillette NOM f s 0.25 0.68 0.04 0.41 -mouillettes mouillette NOM f p 0.25 0.68 0.21 0.27 -mouilleur mouilleur NOM m s 0.01 0.00 0.01 0.00 -mouilleuse mouilleur ADJ f s 0.00 0.07 0.00 0.07 -mouillez mouiller VER 19.36 38.92 0.32 0.14 imp:pre:2p;ind:pre:2p; -mouillon mouillon NOM m s 0.04 0.07 0.00 0.07 -mouillons mouillon NOM m p 0.04 0.07 0.04 0.00 -mouillèrent mouiller VER 19.36 38.92 0.00 0.27 ind:pas:3p; -mouillé mouiller VER m s 19.36 38.92 5.70 8.58 par:pas; -mouillée mouillé ADJ f s 12.92 33.51 5.26 10.54 -mouillées mouillé ADJ f p 12.92 33.51 1.60 3.92 -mouillure mouillure NOM f s 0.00 0.34 0.00 0.27 -mouillures mouillure NOM f p 0.00 0.34 0.00 0.07 -mouillés mouillé ADJ m p 12.92 33.51 1.96 5.74 -mouise mouise NOM f s 0.81 1.01 0.81 1.01 -moujahid moujahid NOM m s 0.00 0.47 0.00 0.47 -moujik moujik NOM m s 0.80 1.15 0.30 0.54 -moujiks moujik NOM m p 0.80 1.15 0.50 0.61 -moujingue moujingue NOM s 0.00 1.28 0.00 0.47 -moujingues moujingue NOM p 0.00 1.28 0.00 0.81 -moukère moukère NOM f s 0.00 0.41 0.00 0.20 -moukères moukère NOM f p 0.00 0.41 0.00 0.20 -moula mouler VER 1.56 8.78 0.00 0.07 ind:pas:3s; -moulage moulage NOM m s 0.80 1.15 0.53 0.54 -moulages moulage NOM m p 0.80 1.15 0.27 0.61 -moulaient mouler VER 1.56 8.78 0.01 0.41 ind:imp:3p; -moulait mouler VER 1.56 8.78 0.12 2.03 ind:imp:3s; -moulant moulant ADJ m s 1.75 1.76 0.71 1.15 -moulante moulant ADJ f s 1.75 1.76 0.31 0.27 -moulantes moulant ADJ f p 1.75 1.76 0.03 0.00 -moulants moulant ADJ m p 1.75 1.76 0.69 0.34 -moule moule NOM s 6.12 9.26 3.56 3.99 -moulent mouler VER 1.56 8.78 0.04 0.14 ind:pre:3p; -mouler mouler VER 1.56 8.78 0.15 0.47 inf; -mouleraient mouler VER 1.56 8.78 0.00 0.07 cnd:pre:3p; -moulerait mouler VER 1.56 8.78 0.00 0.07 cnd:pre:3s; -moules moule NOM p 6.12 9.26 2.56 5.27 -mouleur mouleur NOM m s 0.00 0.07 0.00 0.07 -moulez mouler VER 1.56 8.78 0.21 0.00 imp:pre:2p;ind:pre:2p; -moulin_à_vent moulin_à_vent NOM m 0.00 0.14 0.00 0.14 -moulin moulin NOM m s 7.75 19.05 6.80 15.61 -moulinage moulinage NOM m s 0.01 0.00 0.01 0.00 -moulinait mouliner VER 0.06 0.88 0.01 0.14 ind:imp:3s; -mouline mouliner VER 0.06 0.88 0.02 0.14 imp:pre:2s;ind:pre:3s; -moulinent mouliner VER 0.06 0.88 0.00 0.07 ind:pre:3p; -mouliner mouliner VER 0.06 0.88 0.00 0.47 inf; -moulines mouliner VER 0.06 0.88 0.00 0.07 ind:pre:2s; -moulinet moulinet NOM m s 0.50 3.18 0.44 1.82 -moulinets moulinet NOM m p 0.50 3.18 0.06 1.35 -moulinette moulinette NOM f s 0.27 0.68 0.23 0.61 -moulinettes moulinette NOM f p 0.27 0.68 0.05 0.07 -moulinez mouliner VER 0.06 0.88 0.02 0.00 imp:pre:2p; -moulins moulin NOM m p 7.75 19.05 0.94 3.45 -moult moult ADV 0.33 3.18 0.33 3.18 -moulé mouler VER m s 1.56 8.78 0.42 1.62 par:pas; -moulu moulu ADJ m s 0.48 0.88 0.26 0.47 -moulée mouler VER f s 1.56 8.78 0.14 1.69 par:pas; -moulue moudre VER f s 1.43 2.57 0.11 0.27 par:pas; -moulées mouler VER f p 1.56 8.78 0.01 0.74 par:pas; -moulues moulu ADJ f p 0.48 0.88 0.20 0.14 -moulurations mouluration NOM f p 0.00 0.07 0.00 0.07 -moulure moulure NOM f s 0.22 2.70 0.06 0.54 -moulures moulure NOM f p 0.22 2.70 0.16 2.16 -mouluré moulurer VER m s 0.00 0.20 0.00 0.20 par:pas; -moulés moulé ADJ m p 0.24 1.49 0.02 0.07 -moulus moulu ADJ m p 0.48 0.88 0.02 0.20 -moulut moudre VER 1.43 2.57 0.00 0.07 ind:pas:3s; -moumounes moumoune NOM f p 0.00 0.14 0.00 0.14 -moumoute moumoute NOM f s 0.87 0.61 0.86 0.47 -moumoutes moumoute NOM f p 0.87 0.61 0.01 0.14 -mound mound NOM m s 0.02 0.00 0.02 0.00 -mouquère mouquère NOM f s 0.00 0.27 0.00 0.27 -mourût mourir VER 916.42 391.08 0.02 0.61 sub:imp:3s; -mourûtes mourir VER 916.42 391.08 0.00 0.07 ind:pas:2p; -mouraient mourir VER 916.42 391.08 1.22 5.95 ind:imp:3p; -mourais mourir VER 916.42 391.08 2.23 1.89 ind:imp:1s;ind:imp:2s; -mourait mourir VER 916.42 391.08 2.92 11.35 ind:imp:3s; -mourant mourant ADJ m s 9.56 5.74 6.18 3.04 -mourante mourant ADJ f s 9.56 5.74 2.71 1.89 -mourantes mourant ADJ f p 9.56 5.74 0.27 0.54 -mourants mourant NOM m p 2.87 5.14 1.11 1.35 -mourez mourir VER 916.42 391.08 2.77 1.08 imp:pre:2p;ind:pre:2p; -mourides mouride ADJ f p 0.00 0.07 0.00 0.07 -mouriez mourir VER 916.42 391.08 0.73 0.00 ind:imp:2p; -mourions mourir VER 916.42 391.08 0.41 0.27 ind:imp:1p; -mourir mourir VER 916.42 391.08 234.74 130.61 inf;; -mouroir mouroir NOM m s 0.07 0.27 0.07 0.27 -mouron mouron NOM m s 0.73 4.26 0.53 4.12 -mouronne mouronner VER 0.00 0.14 0.00 0.07 ind:pre:1s; -mouronner mouronner VER 0.00 0.14 0.00 0.07 inf; -mourons mourir VER 916.42 391.08 1.33 0.47 imp:pre:1p;ind:pre:1p; -mourra mourir VER 916.42 391.08 13.63 4.93 ind:fut:3s; -mourrai mourir VER 916.42 391.08 7.54 3.04 ind:fut:1s; -mourraient mourir VER 916.42 391.08 1.38 0.61 cnd:pre:3p; -mourrais mourir VER 916.42 391.08 4.22 1.28 cnd:pre:1s;cnd:pre:2s; -mourrait mourir VER 916.42 391.08 3.45 3.78 cnd:pre:3s; -mourras mourir VER 916.42 391.08 7.67 1.15 ind:fut:2s; -mourre mourre NOM f s 0.03 0.07 0.03 0.07 -mourrez mourir VER 916.42 391.08 4.99 0.95 ind:fut:2p; -mourriez mourir VER 916.42 391.08 0.29 0.07 cnd:pre:2p; -mourrions mourir VER 916.42 391.08 0.16 0.07 cnd:pre:1p; -mourrons mourir VER 916.42 391.08 3.41 1.15 ind:fut:1p; -mourront mourir VER 916.42 391.08 3.86 1.08 ind:fut:3p; -moururent mourir VER 916.42 391.08 0.91 1.22 ind:pas:3p; -mourus mourir VER 916.42 391.08 0.11 0.34 ind:pas:1s;ind:pas:2s; -mourussent mourir VER 916.42 391.08 0.00 0.07 sub:imp:3p; -mourut mourir VER 916.42 391.08 5.62 11.35 ind:pas:3s; -mous mou ADJ m p 6.99 22.50 1.46 5.41 -mouscaille mouscaille NOM f s 0.00 0.81 0.00 0.74 -mouscailles mouscaille NOM f p 0.00 0.81 0.00 0.07 -mousmé mousmé NOM f s 0.22 0.20 0.21 0.14 -mousmés mousmé NOM f p 0.22 0.20 0.01 0.07 -mousquet mousquet NOM m s 1.31 0.95 0.48 0.54 -mousquetades mousquetade NOM f p 0.01 0.00 0.01 0.00 -mousquetaire mousquetaire NOM m s 3.02 3.65 0.82 1.15 -mousquetaires mousquetaire NOM m p 3.02 3.65 2.19 2.50 -mousqueterie mousqueterie NOM f s 0.01 0.20 0.01 0.20 -mousqueton mousqueton NOM m s 0.72 4.39 0.41 3.18 -mousquetons mousqueton NOM m p 0.72 4.39 0.32 1.22 -mousquets mousquet NOM m p 1.31 0.95 0.83 0.41 -moussage moussage NOM m s 0.00 0.07 0.00 0.07 -moussaient mousser VER 0.89 3.51 0.00 0.20 ind:imp:3p; -moussaillon moussaillon NOM m s 0.59 0.34 0.34 0.34 -moussaillons moussaillon NOM m p 0.59 0.34 0.25 0.00 -moussait mousser VER 0.89 3.51 0.00 0.68 ind:imp:3s; -moussaka moussaka NOM f s 0.07 0.27 0.07 0.14 -moussakas moussaka NOM f p 0.07 0.27 0.00 0.14 -moussant moussant ADJ m s 0.75 0.61 0.63 0.27 -moussante moussant ADJ f s 0.75 0.61 0.01 0.14 -moussants moussant ADJ m p 0.75 0.61 0.11 0.20 -mousse mousse NOM s 6.47 27.16 6.24 23.04 -mousseline mousseline NOM f s 0.36 4.73 0.36 4.19 -mousselines mousseline NOM f p 0.36 4.73 0.00 0.54 -moussent mousser VER 0.89 3.51 0.00 0.07 ind:pre:3p; -mousser mousser VER 0.89 3.51 0.66 1.82 inf;; -mousseron mousseron NOM m s 0.00 1.62 0.00 0.20 -mousserons mousseron NOM m p 0.00 1.62 0.00 1.42 -mousses mousse NOM p 6.47 27.16 0.24 4.12 -mousseuse mousseux ADJ f s 0.23 3.72 0.02 1.28 -mousseuses mousseux ADJ f p 0.23 3.72 0.00 0.41 -mousseux mousseux NOM m 1.45 1.82 1.45 1.82 -mousson mousson NOM f s 0.84 17.36 0.73 17.23 -moussons mousson NOM f p 0.84 17.36 0.11 0.14 -moussu moussu ADJ m s 0.04 2.23 0.00 0.68 -moussue moussu ADJ f s 0.04 2.23 0.03 0.41 -moussues moussu ADJ f p 0.04 2.23 0.01 0.47 -moussus moussu ADJ m p 0.04 2.23 0.00 0.68 -moustache moustache NOM f s 12.79 45.07 10.65 28.92 -moustaches moustache NOM f p 12.79 45.07 2.13 16.15 -moustachu moustachu ADJ m s 0.84 8.99 0.63 6.55 -moustachue moustachu ADJ f s 0.84 8.99 0.04 0.54 -moustachues moustachu ADJ f p 0.84 8.99 0.01 0.27 -moustachus moustachu ADJ m p 0.84 8.99 0.17 1.62 -moustagache moustagache NOM f s 0.00 0.54 0.00 0.34 -moustagaches moustagache NOM f p 0.00 0.54 0.00 0.20 -moustiquaire moustiquaire NOM f s 0.45 2.09 0.38 1.22 -moustiquaires moustiquaire NOM f p 0.45 2.09 0.07 0.88 -moustique moustique NOM m s 5.97 7.57 2.53 1.49 -moustiques moustique NOM m p 5.97 7.57 3.44 6.08 -moutard moutard NOM m s 0.86 3.31 0.54 1.49 -moutarde moutarde NOM f s 3.95 5.00 3.94 4.93 -moutardes moutarde NOM f p 3.95 5.00 0.01 0.07 -moutardier moutardier NOM m s 0.00 0.14 0.00 0.14 -moutards moutard NOM m p 0.86 3.31 0.32 1.82 -moutardé moutarder VER m s 0.00 0.07 0.00 0.07 par:pas; -moutier moutier NOM m s 0.14 0.00 0.14 0.00 -mouton mouton NOM m s 15.20 30.47 6.08 14.12 -moutonnaient moutonner VER 0.01 1.01 0.00 0.07 ind:imp:3p; -moutonnait moutonner VER 0.01 1.01 0.00 0.27 ind:imp:3s; -moutonnant moutonner VER 0.01 1.01 0.00 0.20 par:pre; -moutonnante moutonnant ADJ f s 0.00 0.47 0.00 0.20 -moutonnantes moutonnant ADJ f p 0.00 0.47 0.00 0.14 -moutonnants moutonnant ADJ m p 0.00 0.47 0.00 0.07 -moutonne moutonner VER 0.01 1.01 0.01 0.14 ind:pre:3s; -moutonnement moutonnement NOM m s 0.00 1.42 0.00 1.35 -moutonnements moutonnement NOM m p 0.00 1.42 0.00 0.07 -moutonnent moutonner VER 0.01 1.01 0.00 0.20 ind:pre:3p; -moutonner moutonner VER 0.01 1.01 0.00 0.14 inf; -moutonnerie moutonnerie NOM f s 0.00 0.07 0.00 0.07 -moutonneux moutonneux ADJ m s 0.00 0.20 0.00 0.20 -moutonnier moutonnier ADJ m s 0.00 0.27 0.00 0.07 -moutonniers moutonnier ADJ m p 0.00 0.27 0.00 0.07 -moutonnière moutonnier ADJ f s 0.00 0.27 0.00 0.14 -moutons mouton NOM m p 15.20 30.47 9.13 16.35 -mouture mouture NOM f s 0.06 0.20 0.06 0.14 -moutures mouture NOM f p 0.06 0.20 0.00 0.07 -mouvaient mouvoir VER 1.75 13.18 0.10 1.01 ind:imp:3p; -mouvais mouvoir VER 1.75 13.18 0.11 0.14 ind:imp:1s; -mouvait mouvoir VER 1.75 13.18 0.10 1.22 ind:imp:3s; -mouvance mouvance NOM f s 0.02 0.20 0.01 0.20 -mouvances mouvance NOM f p 0.02 0.20 0.01 0.00 -mouvant mouvant ADJ m s 1.77 13.18 0.39 3.45 -mouvante mouvant ADJ f s 1.77 13.18 0.55 4.39 -mouvantes mouvant ADJ f p 1.77 13.18 0.04 2.84 -mouvants mouvant ADJ m p 1.77 13.18 0.81 2.50 -mouvement mouvement NOM m s 40.33 182.97 29.26 134.80 -mouvementent mouvementer VER 0.51 0.41 0.00 0.07 ind:pre:3p; -mouvements mouvement NOM m p 40.33 182.97 11.07 48.18 -mouvementé mouvementé ADJ m s 0.92 1.42 0.16 0.34 -mouvementée mouvementé ADJ f s 0.92 1.42 0.47 0.74 -mouvementées mouvementé ADJ f p 0.92 1.42 0.16 0.34 -mouvementés mouvementé ADJ m p 0.92 1.42 0.12 0.00 -mouvoir mouvoir VER 1.75 13.18 0.58 4.26 inf; -moyen_âge moyen_âge NOM m s 1.15 0.20 1.15 0.20 -moyen_oriental moyen_oriental ADJ m s 0.03 0.00 0.03 0.00 -moyen_orientaux moyen_orientaux ADJ m p 0.01 0.00 0.01 0.00 -moyen moyen NOM m s 83.47 107.03 53.27 48.72 -moyennant moyennant PRE 0.49 4.53 0.49 4.53 -moyenne moyenne NOM f s 7.22 7.77 6.81 7.50 -moyennement moyennement ADV 0.42 0.54 0.42 0.54 -moyenner moyenner VER 0.06 0.20 0.00 0.07 inf; -moyennes moyen ADJ f p 50.69 41.69 0.63 0.81 -moyenâgeuse moyenâgeux ADJ f s 0.09 1.69 0.01 0.14 -moyenâgeuses moyenâgeux ADJ f p 0.09 1.69 0.01 0.47 -moyenâgeux moyenâgeux ADJ m 0.09 1.69 0.06 1.08 -moyens moyen NOM m p 83.47 107.03 30.20 58.31 -moyer moyer VER 0.10 0.00 0.10 0.00 inf; -moyeu moyeu NOM m s 0.01 0.68 0.01 0.68 -moyeux moyeux NOM m p 0.11 0.41 0.11 0.41 -mozarabe mozarabe ADJ s 0.20 0.14 0.20 0.14 -mozartiennes mozartien ADJ f p 0.00 0.07 0.00 0.07 -mozzarella mozzarella NOM f s 0.64 0.14 0.64 0.14 -mozzarelle mozzarelle NOM f s 0.03 0.00 0.03 0.00 -mèche mèche NOM f s 9.87 31.01 8.21 19.12 -mèches mèche NOM f p 9.87 31.01 1.66 11.89 -mène mener VER 99.86 137.70 31.86 21.49 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -mènent mener VER 99.86 137.70 6.42 7.57 ind:pre:3p; -mènera mener VER 99.86 137.70 4.70 1.28 ind:fut:3s; -mènerai mener VER 99.86 137.70 0.73 0.41 ind:fut:1s; -mèneraient mener VER 99.86 137.70 0.05 0.68 cnd:pre:3p; -mènerais mener VER 99.86 137.70 0.25 0.14 cnd:pre:1s;cnd:pre:2s; -mènerait mener VER 99.86 137.70 0.98 2.30 cnd:pre:3s; -mèneras mener VER 99.86 137.70 0.19 0.00 ind:fut:2s; -mènerez mener VER 99.86 137.70 0.08 0.14 ind:fut:2p; -mènerons mener VER 99.86 137.70 0.26 0.07 ind:fut:1p; -mèneront mener VER 99.86 137.70 1.04 0.47 ind:fut:3p; -mènes mener VER 99.86 137.70 2.84 1.01 ind:pre:2s; -mère_grand mère_grand NOM f s 0.89 0.34 0.89 0.34 -mère_patrie mère_patrie NOM f s 0.04 0.41 0.04 0.41 -mère mère NOM f s 686.79 761.28 672.00 737.09 -mères mère NOM f p 686.79 761.28 14.79 24.19 -mètre mètre NOM m s 43.49 130.07 6.03 21.82 -mètres mètre NOM m p 43.49 130.07 37.46 108.24 -mua muer VER 1.63 7.03 0.14 0.68 ind:pas:3s; -muai muer VER 1.63 7.03 0.00 0.07 ind:pas:1s; -muaient muer VER 1.63 7.03 0.00 0.14 ind:imp:3p; -muait muer VER 1.63 7.03 0.02 1.01 ind:imp:3s; -méandre méandre NOM m s 0.72 3.72 0.14 0.54 -méandres méandre NOM m p 0.72 3.72 0.58 3.18 -méandreux méandreux ADJ m s 0.00 0.07 0.00 0.07 -méandrine méandrine NOM f s 0.00 0.07 0.00 0.07 -muant muer VER 1.63 7.03 0.00 0.20 par:pre; -méat méat NOM m s 0.00 0.14 0.00 0.14 -mécanicien mécanicien NOM m s 5.80 7.50 5.38 5.34 -mécanicienne mécanicien NOM f s 5.80 7.50 0.05 0.00 -mécaniciennes mécanicienne NOM f p 0.01 0.00 0.01 0.00 -mécaniciens mécanicien NOM m p 5.80 7.50 0.38 2.16 -mécanique mécanique ADJ s 3.47 21.82 2.83 15.47 -mécaniquement mécaniquement ADV 0.12 3.65 0.12 3.65 -mécaniques mécanique NOM f p 3.75 15.14 0.93 2.70 -mécanisait mécaniser VER 0.29 0.88 0.00 0.14 ind:imp:3s; -mécanisation mécanisation NOM f s 0.01 0.14 0.01 0.14 -mécanise mécaniser VER 0.29 0.88 0.00 0.07 ind:pre:3s; -mécaniser mécaniser VER 0.29 0.88 0.02 0.07 inf; -mécanisme mécanisme NOM m s 4.59 10.34 3.79 6.62 -mécanismes mécanisme NOM m p 4.59 10.34 0.80 3.72 -mécanistes mécaniste ADJ m p 0.00 0.07 0.00 0.07 -mécanisé mécaniser VER m s 0.29 0.88 0.04 0.47 par:pas; -mécanisée mécaniser VER f s 0.29 0.88 0.20 0.14 par:pas; -mécanisées mécaniser VER f p 0.29 0.88 0.01 0.00 par:pas; -mécanisés mécaniser VER m p 0.29 0.88 0.02 0.00 par:pas; -mécano mécano NOM m s 2.50 4.05 1.68 3.45 -mécanographiques mécanographique ADJ p 0.00 0.07 0.00 0.07 -mécanos mécano NOM m p 2.50 4.05 0.82 0.61 -muchacho muchacho NOM m s 1.56 0.07 1.03 0.00 -muchachos muchacho NOM m p 1.56 0.07 0.54 0.07 -méchait mécher VER 0.77 0.61 0.00 0.07 ind:imp:3s; -méchamment méchamment ADV 2.04 6.42 2.04 6.42 -méchanceté méchanceté NOM f s 4.13 12.97 3.38 11.22 -méchancetés méchanceté NOM f p 4.13 12.97 0.75 1.76 -méchant méchant ADJ m s 53.37 34.05 30.23 16.01 -méchante méchant ADJ f s 53.37 34.05 14.73 9.12 -méchantes méchant ADJ f p 53.37 34.05 1.73 1.62 -méchants méchant NOM m p 14.82 6.89 7.21 3.92 -muchas mucher VER 0.53 0.00 0.52 0.00 ind:pas:2s; -muche mucher VER 0.53 0.00 0.01 0.00 ind:pre:3s; -mécher mécher VER 0.77 0.61 0.01 0.00 inf; -méchoui méchoui NOM m s 0.04 0.47 0.03 0.41 -méchouis méchoui NOM m p 0.04 0.47 0.01 0.07 -mucilage mucilage NOM m s 0.01 0.00 0.01 0.00 -mucilagineuse mucilagineux ADJ f s 0.00 0.07 0.00 0.07 -mécompte mécompte NOM m s 0.00 0.81 0.00 0.27 -mécomptes mécompte NOM m p 0.00 0.81 0.00 0.54 -méconduite méconduite NOM f s 0.01 0.00 0.01 0.00 -méconium méconium NOM m s 0.03 0.00 0.03 0.00 -méconnaîtra méconnaître VER 0.27 4.93 0.00 0.07 ind:fut:3s; -méconnaître méconnaître VER 0.27 4.93 0.10 2.23 inf; -méconnais méconnaître VER 0.27 4.93 0.10 0.27 ind:pre:1s;ind:pre:2s; -méconnaissable méconnaissable ADJ s 1.82 6.22 1.53 4.86 -méconnaissables méconnaissable ADJ p 1.82 6.22 0.29 1.35 -méconnaissais méconnaître VER 0.27 4.93 0.00 0.20 ind:imp:1s; -méconnaissance méconnaissance NOM f s 0.03 0.81 0.03 0.81 -méconnaissant méconnaître VER 0.27 4.93 0.00 0.14 par:pre; -méconnaisse méconnaître VER 0.27 4.93 0.00 0.27 sub:pre:1s;sub:pre:3s; -méconnaissent méconnaître VER 0.27 4.93 0.01 0.14 ind:pre:3p; -méconnu méconnu ADJ m s 0.26 2.16 0.17 1.01 -méconnue méconnaître VER f s 0.27 4.93 0.05 0.41 par:pas; -méconnues méconnaître VER f p 0.27 4.93 0.00 0.20 par:pas; -méconnus méconnu ADJ m p 0.26 2.16 0.06 0.54 -mécontent mécontent ADJ m s 3.04 9.53 1.54 6.96 -mécontenta mécontenter VER 0.20 0.81 0.00 0.07 ind:pas:3s; -mécontentait mécontenter VER 0.20 0.81 0.00 0.07 ind:imp:3s; -mécontente mécontent ADJ f s 3.04 9.53 0.50 1.42 -mécontentement mécontentement NOM m s 1.62 4.05 1.60 3.58 -mécontentements mécontentement NOM m p 1.62 4.05 0.02 0.47 -mécontenter mécontenter VER 0.20 0.81 0.03 0.34 inf; -mécontentes mécontent ADJ f p 3.04 9.53 0.04 0.27 -mécontents mécontent ADJ m p 3.04 9.53 0.96 0.88 -mécontenté mécontenter VER m s 0.20 0.81 0.14 0.07 par:pas; -mécontentés mécontenter VER m p 0.20 0.81 0.00 0.07 par:pas; -mucor mucor NOM m s 0.01 0.00 0.01 0.00 -mucosité mucosité NOM f s 0.06 0.20 0.01 0.07 -mucosités mucosité NOM f p 0.06 0.20 0.05 0.14 -mucoviscidose mucoviscidose NOM f s 0.14 0.00 0.14 0.00 -mécru mécroire VER m s 0.00 0.07 0.00 0.07 par:pas; -mécréance mécréance NOM f s 0.00 0.20 0.00 0.20 -mécréant mécréant NOM m s 1.41 1.35 1.09 0.81 -mécréante mécréant ADJ f s 0.37 0.47 0.14 0.00 -mécréants mécréant NOM m p 1.41 1.35 0.31 0.54 -mécène mécène NOM m s 0.82 1.89 0.69 1.49 -mécènes mécène NOM m p 0.82 1.89 0.14 0.41 -mécénat mécénat NOM m s 0.04 0.00 0.04 0.00 -mucus mucus NOM m 0.38 0.20 0.38 0.20 -médaille médaille NOM f s 16.32 16.08 12.44 9.53 -médailles médaille NOM f p 16.32 16.08 3.89 6.55 -médailleurs médailleur NOM m p 0.00 0.07 0.00 0.07 -médaillon médaillon NOM m s 1.77 3.65 1.44 2.16 -médaillons médaillon NOM m p 1.77 3.65 0.33 1.49 -médaillé médaillé NOM m s 0.24 0.20 0.24 0.14 -médaillée médailler VER f s 0.13 0.07 0.02 0.00 par:pas; -médecin_chef médecin_chef NOM m s 0.56 2.09 0.56 2.09 -médecin_conseil médecin_conseil NOM m s 0.01 0.00 0.01 0.00 -médecin_général médecin_général NOM m s 0.01 0.20 0.01 0.20 -médecin_major médecin_major NOM m s 0.70 0.14 0.70 0.14 -médecin médecin NOM m s 140.19 75.61 112.35 60.68 -médecine_ball médecine_ball NOM m s 0.01 0.00 0.01 0.00 -médecine médecine NOM f s 23.51 12.43 23.29 12.36 -médecines médecine NOM f p 23.51 12.43 0.22 0.07 -médecins médecin NOM m p 140.19 75.61 27.84 14.93 -média média NOM m s 10.23 1.22 0.77 0.07 -médian médian ADJ m s 0.29 2.50 0.04 0.41 -médiane médian ADJ f s 0.29 2.50 0.21 1.96 -médianes médian ADJ f p 0.29 2.50 0.02 0.14 -médianoche médianoche NOM m s 0.00 0.47 0.00 0.47 -médians médian ADJ m p 0.29 2.50 0.01 0.00 -médias média NOM m p 10.23 1.22 9.46 1.15 -médiascope médiascope NOM m s 0.14 0.00 0.14 0.00 -médiastin médiastin NOM m s 0.20 0.00 0.20 0.00 -médiateur médiateur NOM m s 0.60 0.41 0.41 0.20 -médiateurs médiateur NOM m p 0.60 0.41 0.08 0.07 -médiation médiation NOM f s 0.46 0.74 0.46 0.74 -médiatique médiatique ADJ s 1.72 0.61 1.61 0.41 -médiatiques médiatique ADJ p 1.72 0.61 0.11 0.20 -médiatisant médiatiser VER 0.36 0.00 0.01 0.00 par:pre; -médiatisation médiatisation NOM f s 0.23 0.00 0.23 0.00 -médiatisé médiatiser VER m s 0.36 0.00 0.12 0.00 par:pas; -médiatisée médiatiser VER f s 0.36 0.00 0.21 0.00 par:pas; -médiatisées médiatiser VER f p 0.36 0.00 0.01 0.00 par:pas; -médiatisés médiatiser VER m p 0.36 0.00 0.01 0.00 par:pas; -médiator médiator NOM m s 0.09 0.00 0.09 0.00 -médiatrice médiateur NOM f s 0.60 0.41 0.12 0.07 -médiatrices médiateur NOM f p 0.60 0.41 0.00 0.07 -médical médical ADJ m s 31.48 11.89 13.65 4.80 -médicale médical ADJ f s 31.48 11.89 10.41 3.85 -médicalement médicalement ADV 1.03 0.61 1.03 0.61 -médicales médical ADJ f p 31.48 11.89 2.81 1.76 -médicalisation médicalisation NOM f s 0.01 0.00 0.01 0.00 -médicalisé médicaliser VER m s 0.04 0.07 0.04 0.00 par:pas; -médicalisée médicaliser VER f s 0.04 0.07 0.01 0.07 par:pas; -médicament médicament NOM m s 41.82 12.57 12.03 4.12 -médicamentait médicamenter VER 0.03 0.14 0.00 0.07 ind:imp:3s; -médicamentation médicamentation NOM f s 0.04 0.07 0.04 0.07 -médicamenter médicamenter VER 0.03 0.14 0.02 0.07 inf; -médicamenteuse médicamenteux ADJ f s 0.10 0.07 0.07 0.00 -médicamenteux médicamenteux ADJ m 0.10 0.07 0.02 0.07 -médicaments médicament NOM m p 41.82 12.57 29.80 8.45 -médicamenté médicamenter VER m s 0.03 0.14 0.01 0.00 par:pas; -médicastre médicastre NOM m s 0.00 0.41 0.00 0.14 -médicastres médicastre NOM m p 0.00 0.41 0.00 0.27 -médication médication NOM f s 0.23 0.27 0.22 0.07 -médications médication NOM f p 0.23 0.27 0.01 0.20 -médicaux médical ADJ m p 31.48 11.89 4.62 1.49 -médicinal médicinal ADJ m s 0.85 0.54 0.23 0.00 -médicinale médicinal ADJ f s 0.85 0.54 0.10 0.07 -médicinales médicinal ADJ f p 0.85 0.54 0.52 0.41 -médicinaux médicinal ADJ m p 0.85 0.54 0.01 0.07 -médicine médiciner VER 0.07 0.00 0.07 0.00 ind:pre:1s;ind:pre:3s; -médico_légal médico_légal ADJ m s 1.06 0.54 0.63 0.41 -médico_légal médico_légal ADJ f s 1.06 0.54 0.25 0.14 -médico_légal médico_légal ADJ f p 1.06 0.54 0.13 0.00 -médico_légal médico_légal ADJ m p 1.06 0.54 0.05 0.00 -médico_psychologique médico_psychologique ADJ m s 0.01 0.00 0.01 0.00 -médico_social médico_social ADJ m s 0.01 0.07 0.01 0.07 -médina médina NOM f s 0.37 1.28 0.37 1.08 -médinas médina NOM f p 0.37 1.28 0.00 0.20 -médiocre médiocre ADJ s 3.36 15.88 2.59 11.89 -médiocrement médiocrement ADV 0.28 2.43 0.28 2.43 -médiocres médiocre ADJ p 3.36 15.88 0.77 3.99 -médiocrité médiocrité NOM f s 2.04 5.54 2.02 5.34 -médiocrités médiocrité NOM f p 2.04 5.54 0.02 0.20 -médire médire VER 0.35 1.15 0.11 0.41 inf; -médis médire VER 0.35 1.15 0.02 0.07 imp:pre:2s;ind:pre:2s; -médisaient médire VER 0.35 1.15 0.00 0.07 ind:imp:3p; -médisait médire VER 0.35 1.15 0.01 0.07 ind:imp:3s; -médisance médisance NOM f s 0.13 1.62 0.04 0.88 -médisances médisance NOM f p 0.13 1.62 0.09 0.74 -médisant médisant ADJ m s 0.06 0.14 0.04 0.07 -médisante médisant ADJ f s 0.06 0.14 0.02 0.07 -médisants médisant NOM m p 0.17 0.68 0.16 0.47 -médise médire VER 0.35 1.15 0.00 0.07 sub:pre:3s; -médisent médire VER 0.35 1.15 0.00 0.20 ind:pre:3p; -médisez médire VER 0.35 1.15 0.02 0.00 imp:pre:2p; -médisons médire VER 0.35 1.15 0.00 0.14 imp:pre:1p;ind:pre:1p; -médit médire VER m s 0.35 1.15 0.17 0.14 ind:pre:3s;par:pas; -médita méditer VER 5.49 14.86 0.01 0.81 ind:pas:3s; -méditai méditer VER 5.49 14.86 0.00 0.14 ind:pas:1s; -méditaient méditer VER 5.49 14.86 0.01 0.47 ind:imp:3p; -méditais méditer VER 5.49 14.86 0.19 0.54 ind:imp:1s;ind:imp:2s; -méditait méditer VER 5.49 14.86 0.12 2.50 ind:imp:3s; -méditant méditer VER 5.49 14.86 0.07 1.22 par:pre; -méditatif méditatif ADJ m s 0.20 4.59 0.08 2.36 -méditatifs méditatif ADJ m p 0.20 4.59 0.00 0.74 -méditation méditation NOM f s 3.14 10.47 2.72 7.50 -méditations méditation NOM f p 3.14 10.47 0.42 2.97 -méditative méditatif ADJ f s 0.20 4.59 0.12 1.28 -méditativement méditativement ADV 0.00 0.34 0.00 0.34 -méditatives méditatif ADJ f p 0.20 4.59 0.00 0.20 -médite méditer VER 5.49 14.86 0.68 1.55 imp:pre:2s;ind:pre:1s;ind:pre:3s; -méditent méditer VER 5.49 14.86 0.28 0.41 ind:pre:3p; -méditer méditer VER 5.49 14.86 2.44 4.80 inf; -méditera méditer VER 5.49 14.86 0.03 0.07 ind:fut:3s; -méditerait méditer VER 5.49 14.86 0.00 0.07 cnd:pre:3s; -méditeras méditer VER 5.49 14.86 0.01 0.00 ind:fut:2s; -méditerranée méditerrané ADJ f s 0.04 0.95 0.04 0.95 -méditerranéen méditerranéen ADJ m s 0.74 5.34 0.08 2.64 -méditerranéenne méditerranéen ADJ f s 0.74 5.34 0.33 1.49 -méditerranéennes méditerranéenne NOM f p 0.03 0.14 0.03 0.14 -méditerranéens méditerranéen NOM m p 0.45 0.27 0.45 0.07 -médites méditer VER 5.49 14.86 0.31 0.07 ind:pre:2s; -méditez méditer VER 5.49 14.86 0.56 0.27 imp:pre:2p;ind:pre:2p; -méditiez méditer VER 5.49 14.86 0.02 0.00 ind:imp:2p; -méditons méditer VER 5.49 14.86 0.07 0.00 imp:pre:1p;ind:pre:1p; -méditèrent méditer VER 5.49 14.86 0.01 0.07 ind:pas:3p; -médité méditer VER m s 5.49 14.86 0.67 1.35 par:pas; -méditée méditer VER f s 5.49 14.86 0.01 0.27 par:pas; -méditées méditer VER f p 5.49 14.86 0.00 0.14 par:pas; -médités méditer VER m p 5.49 14.86 0.00 0.14 par:pas; -médium médium NOM m s 6.07 1.82 4.97 1.08 -médiumnique médiumnique ADJ s 0.21 0.14 0.11 0.14 -médiumniques médiumnique ADJ p 0.21 0.14 0.10 0.00 -médiumnité médiumnité NOM f s 0.03 0.00 0.03 0.00 -médiums médium NOM m p 6.07 1.82 1.10 0.74 -médius médius NOM m 0.16 1.69 0.16 1.69 -médiéval médiéval ADJ m s 1.66 4.26 0.70 1.15 -médiévale médiéval ADJ f s 1.66 4.26 0.50 1.62 -médiévales médiéval ADJ f p 1.66 4.26 0.42 0.88 -médiévaux médiéval ADJ m p 1.66 4.26 0.04 0.61 -médiéviste médiéviste NOM s 0.00 0.20 0.00 0.07 -médiévistes médiéviste NOM p 0.00 0.20 0.00 0.14 -médoc médoc NOM m s 1.48 1.35 0.19 0.14 -médocs médoc NOM m p 1.48 1.35 1.29 1.22 -mudéjar mudéjar ADJ m s 0.10 0.20 0.10 0.14 -mudéjare mudéjar ADJ f s 0.10 0.20 0.00 0.07 -médulla médulla NOM f s 0.01 0.00 0.01 0.00 -médullaire médullaire ADJ s 0.07 0.00 0.07 0.00 -médusa méduser VER 0.48 1.96 0.10 0.14 ind:pas:3s; -médusait méduser VER 0.48 1.96 0.00 0.14 ind:imp:3s; -médusant méduser VER 0.48 1.96 0.00 0.07 par:pre; -méduse méduse NOM f s 1.50 3.92 0.66 1.42 -médusent méduser VER 0.48 1.96 0.00 0.07 ind:pre:3p; -méduser méduser VER 0.48 1.96 0.01 0.00 inf; -méduses méduse NOM f p 1.50 3.92 0.84 2.50 -médusé méduser VER m s 0.48 1.96 0.15 0.47 par:pas; -médusée méduser VER f s 0.48 1.96 0.00 0.41 par:pas; -médusées médusé ADJ f p 0.02 1.96 0.00 0.14 -médusés méduser VER m p 0.48 1.96 0.21 0.61 par:pas; -mue muer VER 1.63 7.03 0.26 0.88 ind:pre:1s;ind:pre:3s; -muent muer VER 1.63 7.03 0.16 0.20 ind:pre:3p; -muer muer VER 1.63 7.03 0.65 0.95 inf; -muera muer VER 1.63 7.03 0.02 0.00 ind:fut:3s; -mueront muer VER 1.63 7.03 0.00 0.07 ind:fut:3p; -mues muer VER 1.63 7.03 0.02 0.07 ind:pre:2s;sub:pre:2s; -muesli muesli NOM m s 0.06 0.00 0.06 0.00 -muet muet ADJ m s 14.23 45.74 8.69 16.55 -muets muet ADJ m p 14.23 45.74 2.43 6.01 -muette muet ADJ f s 14.23 45.74 2.68 19.12 -muettement muettement ADV 0.00 0.68 0.00 0.68 -muettes muet ADJ f p 14.23 45.74 0.43 4.05 -muezzin muezzin NOM m s 0.14 0.61 0.14 0.41 -muezzins muezzin NOM m p 0.14 0.61 0.00 0.20 -méfait méfait NOM m s 1.85 2.64 0.46 0.74 -méfaits méfait NOM m p 1.85 2.64 1.39 1.89 -muffin muffin NOM m s 2.96 0.34 1.30 0.00 -muffins muffin NOM m p 2.96 0.34 1.65 0.34 -méfiaient méfier VER 26.68 35.95 0.03 0.88 ind:imp:3p; -méfiais méfier VER 26.68 35.95 0.29 1.42 ind:imp:1s;ind:imp:2s; -méfiait méfier VER 26.68 35.95 0.16 4.05 ind:imp:3s; -méfiance méfiance NOM f s 2.21 19.46 2.18 18.99 -méfiances méfiance NOM f p 2.21 19.46 0.02 0.47 -méfiant méfiant ADJ m s 3.64 9.93 2.07 5.14 -méfiante méfiant ADJ f s 3.64 9.93 1.12 2.36 -méfiantes méfiant ADJ f p 3.64 9.93 0.01 0.47 -méfiants méfiant ADJ m p 3.64 9.93 0.44 1.96 -méfie méfier VER 26.68 35.95 10.95 8.24 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:1s;sub:pre:3s; -méfient méfier VER 26.68 35.95 1.31 1.15 ind:pre:3p; -méfier méfier VER 26.68 35.95 7.18 13.11 inf; -méfiera méfier VER 26.68 35.95 0.15 0.07 ind:fut:3s; -méfierai méfier VER 26.68 35.95 0.26 0.14 ind:fut:1s; -méfierais méfier VER 26.68 35.95 0.36 0.41 cnd:pre:1s; -méfierait méfier VER 26.68 35.95 0.30 0.07 cnd:pre:3s; -méfieront méfier VER 26.68 35.95 0.19 0.00 ind:fut:3p; -méfies méfier VER 26.68 35.95 0.61 0.20 ind:pre:2s; -méfiez méfier VER 26.68 35.95 3.63 2.70 imp:pre:2p;ind:pre:2p; -méfiions méfier VER 26.68 35.95 0.00 0.14 ind:imp:1p; -méfions méfier VER 26.68 35.95 0.73 0.34 imp:pre:1p;ind:pre:1p; -méfièrent méfier VER 26.68 35.95 0.02 0.07 ind:pas:3p; -méfié méfier VER m s 26.68 35.95 0.22 1.22 par:pas; -méfiée méfier VER f s 26.68 35.95 0.19 0.41 par:pas; -méfiés méfier VER m p 26.68 35.95 0.01 0.68 par:pas; -mufle mufle NOM m s 1.70 6.89 1.56 6.08 -muflerie muflerie NOM f s 0.12 1.01 0.12 0.81 -mufleries muflerie NOM f p 0.12 1.01 0.00 0.20 -mufles mufle NOM m p 1.70 6.89 0.14 0.81 -muflier muflier NOM m s 0.68 0.07 0.68 0.00 -mufliers muflier NOM m p 0.68 0.07 0.00 0.07 -muflée muflée NOM f s 0.01 0.20 0.01 0.20 -méforme méforme NOM f s 0.02 0.00 0.02 0.00 -mufti mufti NOM m s 0.26 0.41 0.25 0.14 -muftis mufti NOM m p 0.26 0.41 0.01 0.27 -méga méga ADJ s 4.75 0.81 4.75 0.81 -mégacôlon mégacôlon NOM m s 0.01 0.00 0.01 0.00 -mégahertz mégahertz NOM m 0.05 0.00 0.05 0.00 -mégajoules mégajoule NOM m p 0.02 0.00 0.02 0.00 -mégalithe mégalithe NOM m s 0.01 0.14 0.01 0.14 -mégalithique mégalithique ADJ f s 0.00 0.14 0.00 0.14 -mégalo mégalo ADJ m s 0.34 0.00 0.32 0.00 -mégalomane mégalomane ADJ s 0.42 0.47 0.41 0.34 -mégalomanes mégalomane ADJ m p 0.42 0.47 0.01 0.14 -mégalomaniaque mégalomaniaque ADJ s 0.01 0.14 0.01 0.14 -mégalomanie mégalomanie NOM f s 0.25 0.61 0.25 0.61 -mégalopole mégalopole NOM f s 0.02 0.00 0.02 0.00 -mégalos mégalo NOM p 0.03 0.20 0.03 0.00 -mégalosaure mégalosaure NOM m s 0.01 0.00 0.01 0.00 -mégaphone mégaphone NOM m s 0.89 0.61 0.58 0.54 -mégaphones mégaphone NOM m p 0.89 0.61 0.30 0.07 -mégapole mégapole NOM f s 0.01 0.27 0.01 0.27 -mégaron mégaron NOM m s 0.00 0.14 0.00 0.14 -mégathériums mégathérium NOM m p 0.00 0.07 0.00 0.07 -mégatonne mégatonne NOM f s 0.39 0.14 0.04 0.00 -mégatonnes mégatonne NOM f p 0.39 0.14 0.35 0.14 -mégawatts mégawatt NOM m p 0.00 0.07 0.00 0.07 -muges muge NOM m p 0.00 0.07 0.00 0.07 -mugi mugir VER m s 0.33 2.84 0.01 0.20 par:pas; -mugir mugir VER 0.33 2.84 0.04 0.95 inf; -mugis mugir VER 0.33 2.84 0.00 0.07 ind:pre:2s; -mugissaient mugir VER 0.33 2.84 0.00 0.07 ind:imp:3p; -mugissait mugir VER 0.33 2.84 0.00 0.34 ind:imp:3s; -mugissant mugissant ADJ m s 0.20 0.54 0.10 0.20 -mugissante mugissant ADJ f s 0.20 0.54 0.10 0.14 -mugissantes mugissant ADJ f p 0.20 0.54 0.00 0.14 -mugissants mugissant ADJ m p 0.20 0.54 0.00 0.07 -mugissement mugissement NOM m s 0.09 2.97 0.04 1.76 -mugissements mugissement NOM m p 0.09 2.97 0.04 1.22 -mugissent mugir VER 0.33 2.84 0.01 0.14 ind:pre:3p; -mégisserie mégisserie NOM f s 0.00 0.47 0.00 0.47 -mégissiers mégissier NOM m p 0.00 0.07 0.00 0.07 -mugit mugir VER 0.33 2.84 0.26 0.88 ind:pre:3s;ind:pas:3s; -mégot mégot NOM m s 2.66 17.30 1.20 9.53 -mégotage mégotage NOM m s 0.01 0.20 0.01 0.14 -mégotages mégotage NOM m p 0.01 0.20 0.00 0.07 -mégotaient mégoter VER 0.43 0.47 0.00 0.07 ind:imp:3p; -mégotait mégoter VER 0.43 0.47 0.00 0.07 ind:imp:3s; -mégote mégoter VER 0.43 0.47 0.02 0.14 ind:pre:3s; -mégoter mégoter VER 0.43 0.47 0.41 0.14 inf; -mégots mégot NOM m p 2.66 17.30 1.46 7.77 -mégoté mégoter VER m s 0.43 0.47 0.00 0.07 par:pas; -mégère mégère NOM f s 1.01 0.81 0.83 0.54 -mégères mégère NOM f p 1.01 0.81 0.18 0.27 -muguet muguet NOM m s 0.40 3.92 0.38 3.85 -muguets muguet NOM m p 0.40 3.92 0.02 0.07 -muguette mugueter VER 0.00 0.07 0.00 0.07 imp:pre:2s; -méhari méhari NOM m s 0.14 0.41 0.14 0.41 -méhariste méhariste NOM s 0.01 0.27 0.00 0.07 -méharistes méhariste NOM p 0.01 0.27 0.01 0.20 -muids muid NOM m p 0.00 0.14 0.00 0.14 -méiose méiose NOM f s 0.04 0.00 0.04 0.00 -méjugement méjugement NOM m s 0.00 0.07 0.00 0.07 -méjugez méjuger VER 0.05 0.07 0.03 0.00 imp:pre:2p;ind:pre:2p; -méjugé méjuger VER m s 0.05 0.07 0.01 0.00 par:pas; -méjugés méjuger VER m p 0.05 0.07 0.01 0.07 par:pas; -mêla mêler VER 53.84 112.64 0.04 2.50 ind:pas:3s; -mêlai mêler VER 53.84 112.64 0.00 0.54 ind:pas:1s; -mêlaient mêler VER 53.84 112.64 0.07 11.15 ind:imp:3p; -mêlais mêler VER 53.84 112.64 0.21 0.61 ind:imp:1s;ind:imp:2s; -mêlait mêler VER 53.84 112.64 0.14 13.31 ind:imp:3s; -mélancolie mélancolie NOM f s 2.60 21.01 2.60 20.68 -mélancolies mélancolie NOM f p 2.60 21.01 0.00 0.34 -mélancolieux mélancolieux ADJ m 0.00 0.07 0.00 0.07 -mélancolique mélancolique ADJ s 4.41 16.62 4.10 13.45 -mélancoliquement mélancoliquement ADV 0.00 1.82 0.00 1.82 -mélancoliques mélancolique ADJ p 4.41 16.62 0.31 3.18 -mélancoliser mélancoliser VER 0.00 0.07 0.00 0.07 inf; -mélange mélange NOM m s 9.90 31.01 9.56 28.58 -mélangea mélanger VER 14.36 22.84 0.01 0.61 ind:pas:3s; -mélangeaient mélanger VER 14.36 22.84 0.01 1.76 ind:imp:3p; -mélangeais mélanger VER 14.36 22.84 0.04 0.20 ind:imp:1s;ind:imp:2s; -mélangeait mélanger VER 14.36 22.84 0.10 2.50 ind:imp:3s; -mélangeant mélanger VER 14.36 22.84 0.27 1.96 par:pre; -mélangent mélanger VER 14.36 22.84 0.95 1.28 ind:pre:3p; -mélangeons mélanger VER 14.36 22.84 0.31 0.20 imp:pre:1p;ind:pre:1p; -mélanger mélanger VER 14.36 22.84 4.46 3.18 inf;; -mélangera mélanger VER 14.36 22.84 0.17 0.07 ind:fut:3s; -mélangerai mélanger VER 14.36 22.84 0.01 0.00 ind:fut:1s; -mélangeraient mélanger VER 14.36 22.84 0.00 0.07 cnd:pre:3p; -mélanges mélanger VER 14.36 22.84 0.88 0.47 ind:pre:2s;sub:pre:2s; -mélangeur mélangeur NOM m s 0.05 0.20 0.05 0.14 -mélangeurs mélangeur NOM m p 0.05 0.20 0.00 0.07 -mélangez mélanger VER 14.36 22.84 0.94 0.34 imp:pre:2p;ind:pre:2p; -mélangions mélanger VER 14.36 22.84 0.00 0.14 ind:imp:1p; -mélangèrent mélanger VER 14.36 22.84 0.00 0.20 ind:pas:3p; -mélangé mélanger VER m s 14.36 22.84 2.08 2.50 par:pas; -mélangée mélanger VER f s 14.36 22.84 0.24 1.42 par:pas; -mélangées mélangé ADJ f p 1.22 2.97 0.31 0.74 -mélangés mélanger VER m p 14.36 22.84 0.51 1.08 par:pas; -mélanine mélanine NOM f s 0.04 0.00 0.04 0.00 -mélanome mélanome NOM m s 0.52 0.00 0.42 0.00 -mélanomes mélanome NOM m p 0.52 0.00 0.09 0.00 -mêlant mêler VER 53.84 112.64 0.70 4.86 par:pre; -mélanésiennes mélanésien ADJ f p 0.01 0.00 0.01 0.00 -mulard mulard ADJ m s 0.01 0.00 0.01 0.00 -mélasse mélasse NOM f s 1.31 1.42 1.31 1.42 -mêlasse mêler VER 53.84 112.64 0.00 0.07 sub:imp:1s; -mélatonine mélatonine NOM f s 0.11 0.00 0.11 0.00 -mêle_tout mêle_tout NOM m 0.01 0.00 0.01 0.00 -mêle mêler VER 53.84 112.64 18.97 11.01 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:1s;sub:pre:3s; -mule mule NOM f s 9.62 8.99 7.29 4.26 -mêlent mêler VER 53.84 112.64 1.77 6.01 ind:pre:3p; -mêler mêler VER 53.84 112.64 11.24 17.23 inf;; -mêlera mêler VER 53.84 112.64 0.41 0.14 ind:fut:3s; -mêlerai mêler VER 53.84 112.64 0.30 0.20 ind:fut:1s; -mêleraient mêler VER 53.84 112.64 0.02 0.07 cnd:pre:3p; -mêlerais mêler VER 53.84 112.64 0.15 0.07 cnd:pre:1s;cnd:pre:2s; -mêlerait mêler VER 53.84 112.64 0.16 0.07 cnd:pre:3s; -mêleront mêler VER 53.84 112.64 0.31 0.14 ind:fut:3p; -mêles mêler VER 53.84 112.64 3.03 0.68 ind:pre:2s; -mules mule NOM f p 9.62 8.99 2.33 4.73 -mulet mulet NOM m s 3.67 7.43 3.19 2.77 -muleta muleta NOM f s 0.15 0.27 0.15 0.27 -muletier muletier ADJ m s 0.05 0.41 0.05 0.27 -muletiers muletier NOM m p 0.37 0.27 0.32 0.27 -muletière muletier ADJ f s 0.05 0.41 0.00 0.14 -mulets mulet NOM m p 3.67 7.43 0.49 4.66 -mulettes mulette NOM f p 0.01 0.00 0.01 0.00 -mêlez mêler VER 53.84 112.64 4.26 0.88 imp:pre:2p;ind:pre:2p; -mulhousien mulhousien ADJ m s 0.00 0.07 0.00 0.07 -méli_mélo méli_mélo NOM m s 0.39 0.81 0.39 0.68 -mêliez mêler VER 53.84 112.64 0.11 0.14 ind:imp:2p; -mélilot mélilot NOM m s 0.00 0.07 0.00 0.07 -mélinite mélinite NOM f s 0.00 0.14 0.00 0.14 -mêlions mêler VER 53.84 112.64 0.01 0.07 ind:imp:1p; -méli_mélo méli_mélo NOM m p 0.39 0.81 0.00 0.14 -mélisse mélisse NOM f s 0.00 0.34 0.00 0.34 -mullah mullah NOM m s 0.05 0.00 0.05 0.00 -mélo mélo NOM m s 0.89 1.08 0.84 0.95 -mélodie mélodie NOM f s 4.08 7.77 3.61 5.95 -mélodies mélodie NOM f p 4.08 7.77 0.47 1.82 -mélodieuse mélodieux ADJ f s 0.49 2.97 0.11 0.95 -mélodieusement mélodieusement ADV 0.01 0.07 0.01 0.07 -mélodieuses mélodieux ADJ f p 0.49 2.97 0.01 0.14 -mélodieux mélodieux ADJ m 0.49 2.97 0.37 1.89 -mélodique mélodique ADJ s 0.06 0.47 0.03 0.34 -mélodiques mélodique ADJ p 0.06 0.47 0.03 0.14 -mélodramatique mélodramatique ADJ s 0.64 0.68 0.51 0.68 -mélodramatiques mélodramatique ADJ p 0.64 0.68 0.13 0.00 -mélodrame mélodrame NOM m s 1.09 1.49 1.04 1.35 -mélodrames mélodrame NOM m p 1.09 1.49 0.05 0.14 -mélomane mélomane ADJ m s 0.21 0.54 0.21 0.54 -mélomanes mélomane NOM p 0.44 0.81 0.27 0.27 -mulon mulon NOM m s 0.00 0.07 0.00 0.07 -mêlons mêler VER 53.84 112.64 0.19 0.20 imp:pre:1p;ind:pre:1p; -mélopée mélopée NOM f s 0.02 3.51 0.01 2.84 -mélopées mélopée NOM f p 0.02 3.51 0.01 0.68 -mélos mélo NOM m p 0.89 1.08 0.05 0.14 -mêlât mêler VER 53.84 112.64 0.00 0.47 sub:imp:3s; -mulot mulot NOM m s 0.06 1.55 0.04 0.88 -mulâtre mulâtre NOM m s 0.77 1.08 0.50 0.74 -mulâtres mulâtre NOM m p 0.77 1.08 0.27 0.34 -mulâtresse mulâtresse NOM f s 0.14 0.34 0.01 0.20 -mulâtresses mulâtresse NOM f p 0.14 0.34 0.14 0.14 -mulots mulot NOM m p 0.06 1.55 0.01 0.68 -mêlèrent mêler VER 53.84 112.64 0.01 1.22 ind:pas:3p; -mélèze mélèze NOM m s 0.04 1.08 0.03 0.41 -mélèzes mélèze NOM m p 0.04 1.08 0.01 0.68 -multi_tâches multi_tâches ADJ f s 0.05 0.00 0.05 0.00 -multi multi ADV 2.37 0.61 2.37 0.61 -multicellulaire multicellulaire ADJ s 0.02 0.00 0.02 0.00 -multicolore multicolore ADJ s 0.42 13.72 0.19 3.04 -multicolores multicolore ADJ p 0.42 13.72 0.23 10.68 -multiconfessionnel multiconfessionnel ADJ m s 0.01 0.00 0.01 0.00 -multicouche multicouche ADJ m s 0.01 0.00 0.01 0.00 -multiculturalisme multiculturalisme NOM m s 0.01 0.00 0.01 0.00 -multiculturel multiculturel ADJ m s 0.10 0.00 0.03 0.00 -multiculturelle multiculturel ADJ f s 0.10 0.00 0.07 0.00 -multidimensionnel multidimensionnel ADJ m s 0.12 0.00 0.04 0.00 -multidimensionnelle multidimensionnel ADJ f s 0.12 0.00 0.06 0.00 -multidimensionnels multidimensionnel ADJ m p 0.12 0.00 0.01 0.00 -multidisciplinaire multidisciplinaire ADJ s 0.01 0.07 0.01 0.07 -multifamilial multifamilial ADJ m s 0.01 0.00 0.01 0.00 -multifonction multifonction ADJ m s 0.04 0.00 0.04 0.00 -multifonctionnel multifonctionnel ADJ m s 0.01 0.00 0.01 0.00 -multifonctions multifonctions ADJ m s 0.14 0.00 0.14 0.00 -multiforme multiforme ADJ s 0.04 0.74 0.02 0.47 -multiformes multiforme ADJ f p 0.04 0.74 0.01 0.27 -multifréquences multifréquence ADJ m p 0.01 0.00 0.01 0.00 -multigrade multigrade ADJ f s 0.00 0.34 0.00 0.34 -multimilliardaire multimilliardaire ADJ f s 0.04 0.00 0.04 0.00 -multimilliardaire multimilliardaire NOM s 0.04 0.00 0.04 0.00 -multimillionnaire multimillionnaire NOM s 0.13 0.00 0.09 0.00 -multimillionnaires multimillionnaire NOM p 0.13 0.00 0.04 0.00 -multimédia multimédia ADJ s 0.08 0.00 0.08 0.00 -multinational multinational ADJ m s 0.53 0.27 0.07 0.07 -multinationale multinationale NOM f s 1.71 0.41 0.48 0.27 -multinationales multinationale NOM f p 1.71 0.41 1.22 0.14 -multinationaux multinational ADJ m p 0.53 0.27 0.00 0.07 -multipare multipare NOM f s 0.00 0.07 0.00 0.07 -multipartite multipartite ADJ s 0.10 0.00 0.10 0.00 -multiple multiple ADJ s 6.60 18.18 0.84 3.92 -multiples multiple ADJ p 6.60 18.18 5.76 14.26 -multiplex multiplex NOM m 0.09 0.00 0.09 0.00 -multiplexe multiplexe NOM m s 0.04 0.00 0.01 0.00 -multiplexer multiplexer VER 0.02 0.00 0.01 0.00 inf; -multiplexes multiplexe NOM m p 0.04 0.00 0.03 0.00 -multiplexé multiplexer VER m s 0.02 0.00 0.01 0.00 par:pas; -multiplia multiplier VER 6.07 22.91 0.00 0.81 ind:pas:3s; -multipliai multiplier VER 6.07 22.91 0.00 0.20 ind:pas:1s; -multipliaient multiplier VER 6.07 22.91 0.07 2.91 ind:imp:3p; -multipliais multiplier VER 6.07 22.91 0.00 0.20 ind:imp:1s; -multipliait multiplier VER 6.07 22.91 0.07 2.50 ind:imp:3s; -multipliant multiplier VER 6.07 22.91 0.10 2.23 par:pre; -multiplicateur multiplicateur ADJ m s 0.04 0.00 0.04 0.00 -multiplication multiplication NOM f s 0.54 2.36 0.28 2.03 -multiplications multiplication NOM f p 0.54 2.36 0.26 0.34 -multiplicité multiplicité NOM f s 0.18 1.55 0.17 1.49 -multiplicités multiplicité NOM f p 0.18 1.55 0.01 0.07 -multiplie multiplier VER 6.07 22.91 1.06 2.43 imp:pre:2s;ind:pre:1s;ind:pre:3s; -multiplient multiplier VER 6.07 22.91 1.29 2.16 ind:pre:3p; -multiplier multiplier VER 6.07 22.91 1.39 3.51 inf; -multiplierai multiplier VER 6.07 22.91 0.00 0.07 ind:fut:1s; -multiplieraient multiplier VER 6.07 22.91 0.00 0.14 cnd:pre:3p; -multiplierait multiplier VER 6.07 22.91 0.00 0.07 cnd:pre:3s; -multiplierons multiplier VER 6.07 22.91 0.02 0.00 ind:fut:1p; -multiplieront multiplier VER 6.07 22.91 0.04 0.14 ind:fut:3p; -multiplies multiplier VER 6.07 22.91 0.14 0.07 ind:pre:2s; -multipliez multiplier VER 6.07 22.91 0.50 0.27 imp:pre:2p;ind:pre:2p; -multipliions multiplier VER 6.07 22.91 0.00 0.07 ind:imp:1p; -multipliât multiplier VER 6.07 22.91 0.00 0.14 sub:imp:3s; -multiplièrent multiplier VER 6.07 22.91 0.01 0.81 ind:pas:3p; -multiplié multiplier VER m s 6.07 22.91 0.75 1.76 par:pas; -multipliée multiplier VER f s 6.07 22.91 0.27 0.81 par:pas; -multipliées multiplier VER f p 6.07 22.91 0.20 0.88 par:pas; -multipliés multiplier VER m p 6.07 22.91 0.16 0.74 par:pas; -multipoints multipoints ADJ f s 0.01 0.00 0.01 0.00 -multiprise multiprise NOM f s 0.03 0.14 0.03 0.14 -multipropriété multipropriété NOM f s 0.23 0.00 0.23 0.00 -multiracial multiracial ADJ m s 0.14 0.00 0.02 0.00 -multiraciale multiracial ADJ f s 0.14 0.00 0.10 0.00 -multiraciaux multiracial ADJ m p 0.14 0.00 0.02 0.00 -multirisque multirisque ADJ f s 0.14 0.07 0.14 0.07 -multirécidiviste multirécidiviste NOM s 0.05 0.00 0.05 0.00 -multiséculaires multiséculaire ADJ p 0.00 0.07 0.00 0.07 -multitâche multitâche ADJ m s 0.04 0.00 0.03 0.00 -multitâches multitâche NOM m p 0.06 0.00 0.04 0.00 -multitude multitude NOM f s 1.38 10.27 1.31 9.66 -multitudes multitude NOM f p 1.38 10.27 0.07 0.61 -mêlé_cass mêlé_cass NOM m 0.00 0.20 0.00 0.20 -mêlé_casse mêlé_casse NOM m 0.00 0.14 0.00 0.14 -mêlé mêler VER m s 53.84 112.64 7.40 13.65 par:pas; -mêlécasse mêlécasse NOM m s 0.00 0.07 0.00 0.07 -mêlée mêler VER f s 53.84 112.64 2.98 11.89 par:pas; -mêlées mêler VER f p 53.84 112.64 0.23 6.76 par:pas; -mêlés mêler VER m p 53.84 112.64 1.12 8.72 par:pas; -même même PRO:ind s 43.18 55.74 43.18 55.74 -mêmement mêmement ADV 0.10 0.34 0.10 0.34 -mémentos mémento NOM m p 0.00 0.07 0.00 0.07 -mêmes mêmes PRO:ind p 14.48 18.38 14.48 18.38 -mémo mémo NOM m s 3.21 0.07 2.72 0.00 -mémoire mémoire NOM s 60.87 110.88 56.60 105.74 -mémoires mémoire NOM p 60.87 110.88 4.27 5.14 -mémorabilité mémorabilité NOM f s 0.00 0.07 0.00 0.07 -mémorable mémorable ADJ s 2.23 5.34 2.04 4.26 -mémorables mémorable ADJ p 2.23 5.34 0.19 1.08 -mémorandum mémorandum NOM m s 0.10 2.91 0.09 2.91 -mémorandums mémorandum NOM m p 0.10 2.91 0.01 0.00 -mémorial mémorial NOM m s 0.81 0.41 0.80 0.34 -mémorialiste mémorialiste NOM s 0.00 0.54 0.00 0.34 -mémorialistes mémorialiste NOM p 0.00 0.54 0.00 0.20 -mémoriaux mémorial NOM m p 0.81 0.41 0.01 0.07 -mémoriel mémoriel ADJ m s 0.18 0.07 0.07 0.00 -mémorielle mémoriel ADJ f s 0.18 0.07 0.06 0.00 -mémoriels mémoriel ADJ m p 0.18 0.07 0.04 0.07 -mémorisables mémorisable ADJ m p 0.00 0.07 0.00 0.07 -mémorisaient mémoriser VER 2.57 0.41 0.00 0.07 ind:imp:3p; -mémorisait mémoriser VER 2.57 0.41 0.02 0.00 ind:imp:3s; -mémorisation mémorisation NOM f s 0.02 0.00 0.02 0.00 -mémorise mémoriser VER 2.57 0.41 0.24 0.07 imp:pre:2s;ind:pre:1s;ind:pre:3s; -mémorisent mémoriser VER 2.57 0.41 0.03 0.00 ind:pre:3p; -mémoriser mémoriser VER 2.57 0.41 1.30 0.14 inf; -mémoriserai mémoriser VER 2.57 0.41 0.03 0.00 ind:fut:1s; -mémoriserais mémoriser VER 2.57 0.41 0.01 0.00 cnd:pre:1s; -mémorisez mémoriser VER 2.57 0.41 0.27 0.00 imp:pre:2p;ind:pre:2p; -mémorisiez mémoriser VER 2.57 0.41 0.02 0.00 ind:imp:2p; -mémorisé mémoriser VER m s 2.57 0.41 0.50 0.00 par:pas; -mémorisée mémoriser VER f s 2.57 0.41 0.08 0.00 par:pas; -mémorisées mémoriser VER f p 2.57 0.41 0.01 0.00 par:pas; -mémorisés mémoriser VER m p 2.57 0.41 0.07 0.14 par:pas; -mémos mémo NOM m p 3.21 0.07 0.49 0.07 -mémère mémère NOM f s 1.03 5.34 1.00 3.78 -mémères mémère NOM f p 1.03 5.34 0.04 1.55 -mémé mémé NOM f s 8.21 35.34 8.15 34.39 -mémés mémé NOM f p 8.21 35.34 0.06 0.95 -ménade ménade NOM f s 0.01 0.20 0.01 0.14 -ménades ménade NOM f p 0.01 0.20 0.00 0.07 -ménage ménage NOM m s 29.46 32.91 27.55 29.26 -ménagea ménager VER 5.12 23.65 0.01 0.41 ind:pas:3s; -ménageaient ménager VER 5.12 23.65 0.01 0.95 ind:imp:3p; -ménageais ménager VER 5.12 23.65 0.14 0.47 ind:imp:1s; -ménageait ménager VER 5.12 23.65 0.13 1.82 ind:imp:3s; -ménageant ménager VER 5.12 23.65 0.14 1.62 par:pre; -ménagement ménagement NOM m s 0.45 5.20 0.42 3.11 -ménagements ménagement NOM m p 0.45 5.20 0.03 2.09 -ménagent ménager VER 5.12 23.65 0.16 0.54 ind:pre:3p; -ménageât ménager VER 5.12 23.65 0.00 0.34 sub:imp:3s; -ménager ménager VER 5.12 23.65 1.73 8.45 inf;; -ménagera ménager VER 5.12 23.65 0.01 0.14 ind:fut:3s; -ménagerai ménager VER 5.12 23.65 0.01 0.07 ind:fut:1s; -ménagerait ménager VER 5.12 23.65 0.00 0.27 cnd:pre:3s; -ménageras ménager VER 5.12 23.65 0.01 0.00 ind:fut:2s; -ménagerie ménagerie NOM f s 0.56 2.23 0.54 2.09 -ménageries ménagerie NOM f p 0.56 2.23 0.02 0.14 -ménagers ménager ADJ m p 2.87 9.12 1.11 1.76 -ménages ménage NOM m p 29.46 32.91 1.91 3.65 -ménagez ménager VER 5.12 23.65 0.83 0.41 imp:pre:2p;ind:pre:2p; -ménagiez ménager VER 5.12 23.65 0.01 0.07 ind:imp:2p; -ménagions ménager VER 5.12 23.65 0.00 0.07 ind:imp:1p; -ménagère ménager NOM f s 2.57 8.72 1.57 4.05 -ménagèrent ménager VER 5.12 23.65 0.00 0.14 ind:pas:3p; -ménagères ménager NOM f p 2.57 8.72 0.95 4.53 -ménagé ménager VER m s 5.12 23.65 0.43 2.91 par:pas; -ménagée ménager VER f s 5.12 23.65 0.02 1.49 par:pas; -ménagées ménager VER f p 5.12 23.65 0.00 0.47 par:pas; -ménagés ménager VER m p 5.12 23.65 0.01 0.41 par:pas; -ménesse ménesse NOM f s 0.00 0.07 0.00 0.07 -ménestrel ménestrel NOM m s 0.43 0.14 0.28 0.00 -ménestrels ménestrel NOM m p 0.43 0.14 0.14 0.14 -mungo mungo NOM m s 0.02 0.00 0.02 0.00 -muni munir VER m s 2.06 14.53 1.14 6.62 par:pas; -munich munich NOM s 0.00 0.07 0.00 0.07 -munichois munichois ADJ m p 0.10 0.14 0.10 0.07 -munichoise munichois ADJ f s 0.10 0.14 0.00 0.07 -municipal municipal ADJ m s 9.92 14.53 6.25 7.03 -municipale municipal ADJ f s 9.92 14.53 1.66 3.18 -municipales municipal ADJ f p 9.92 14.53 0.54 1.22 -municipalité municipalité NOM f s 1.79 3.58 1.77 2.57 -municipalités municipalité NOM f p 1.79 3.58 0.03 1.01 -municipaux municipal ADJ m p 9.92 14.53 1.47 3.11 -municipe municipe NOM m s 0.00 0.27 0.00 0.20 -municipes municipe NOM m p 0.00 0.27 0.00 0.07 -munie munir VER f s 2.06 14.53 0.29 3.78 par:pas; -munies munir VER f p 2.06 14.53 0.14 1.01 par:pas; -munificence munificence NOM f s 0.14 1.01 0.00 0.81 -munificences munificence NOM f p 0.14 1.01 0.14 0.20 -munificente munificent ADJ f s 0.00 0.14 0.00 0.07 -munificents munificent ADJ m p 0.00 0.14 0.00 0.07 -méninges méninge NOM f p 1.08 2.70 1.08 2.70 -méningiome méningiome NOM m s 0.01 0.00 0.01 0.00 -méningite méningite NOM f s 0.99 0.81 0.96 0.81 -méningites méningite NOM f p 0.99 0.81 0.03 0.00 -méningocoque méningocoque NOM m s 0.01 0.00 0.01 0.00 -méningée méningé ADJ f s 0.04 0.07 0.04 0.07 -munir munir VER 2.06 14.53 0.24 0.88 inf; -munis munir VER m p 2.06 14.53 0.25 1.69 imp:pre:2s;ind:pre:1s;par:pas; -ménisque ménisque NOM m s 0.39 0.41 0.28 0.27 -ménisques ménisque NOM m p 0.39 0.41 0.10 0.14 -munissaient munir VER 2.06 14.53 0.00 0.07 ind:imp:3p; -munissait munir VER 2.06 14.53 0.00 0.14 ind:imp:3s; -munissant munir VER 2.06 14.53 0.00 0.07 par:pre; -munissent munir VER 2.06 14.53 0.00 0.07 ind:pre:3p; -munit munir VER 2.06 14.53 0.01 0.20 ind:pre:3s;ind:pas:3s; -munition munition NOM f s 14.68 8.45 0.28 0.07 -munitions munition NOM f p 14.68 8.45 14.40 8.38 -ménopause ménopause NOM f s 0.83 1.01 0.83 1.01 -ménopausé ménopausé ADJ m s 0.15 0.14 0.01 0.00 -ménopausée ménopausé ADJ f s 0.15 0.14 0.10 0.14 -ménopausées ménopausé ADJ f p 0.15 0.14 0.04 0.00 -munster munster NOM m s 0.05 0.20 0.05 0.20 -muon muon NOM m s 0.01 0.00 0.01 0.00 -méphistophélique méphistophélique ADJ s 0.01 0.41 0.01 0.27 -méphistophéliques méphistophélique ADJ p 0.01 0.41 0.00 0.14 -méphitique méphitique ADJ f s 0.06 0.68 0.04 0.27 -méphitiques méphitique ADJ p 0.06 0.68 0.01 0.41 -muphti muphti NOM m s 0.00 0.07 0.00 0.07 -méplat méplat NOM m s 0.00 0.88 0.00 0.27 -méplats méplat NOM m p 0.00 0.88 0.00 0.61 -méprît méprendre VER 4.70 6.15 0.00 0.07 sub:imp:3s; -méprenais méprendre VER 4.70 6.15 0.00 0.07 ind:imp:1s; -méprenait méprendre VER 4.70 6.15 0.00 0.14 ind:imp:3s; -méprenant méprendre VER 4.70 6.15 0.00 0.41 par:pre; -méprend méprendre VER 4.70 6.15 0.08 0.34 ind:pre:3s; -méprendre méprendre VER 4.70 6.15 0.27 2.09 inf; -méprendriez méprendre VER 4.70 6.15 0.00 0.07 cnd:pre:2p; -méprends méprendre VER 4.70 6.15 1.15 0.41 imp:pre:2s;ind:pre:1s;ind:pre:2s; -méprenez méprendre VER 4.70 6.15 2.51 0.27 imp:pre:2p;ind:pre:2p; -mépreniez méprendre VER 4.70 6.15 0.04 0.00 ind:imp:2p; -méprenne méprendre VER 4.70 6.15 0.04 0.27 sub:pre:3s; -méprennent méprendre VER 4.70 6.15 0.09 0.00 ind:pre:3p; -mépris mépris NOM m 7.39 36.55 7.39 36.55 -méprisa mépriser VER 15.05 27.57 0.20 0.27 ind:pas:3s; -méprisable méprisable ADJ s 1.91 2.84 1.41 2.09 -méprisables méprisable ADJ p 1.91 2.84 0.50 0.74 -méprisai mépriser VER 15.05 27.57 0.00 0.14 ind:pas:1s; -méprisaient mépriser VER 15.05 27.57 0.23 1.22 ind:imp:3p; -méprisais mépriser VER 15.05 27.57 0.13 1.28 ind:imp:1s;ind:imp:2s; -méprisait mépriser VER 15.05 27.57 0.39 5.27 ind:imp:3s; -méprisamment méprisamment ADV 0.01 0.00 0.01 0.00 -méprisant méprisant ADJ m s 0.63 9.86 0.40 4.80 -méprisante méprisant ADJ f s 0.63 9.86 0.19 3.65 -méprisantes méprisant ADJ f p 0.63 9.86 0.02 0.20 -méprisants méprisant ADJ m p 0.63 9.86 0.02 1.22 -méprise mépriser VER 15.05 27.57 6.43 4.19 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:1s; -méprisent mépriser VER 15.05 27.57 0.73 1.15 ind:pre:3p; -mépriser mépriser VER 15.05 27.57 1.76 4.93 inf; -méprisera mépriser VER 15.05 27.57 0.42 0.07 ind:fut:3s; -mépriserai mépriser VER 15.05 27.57 0.04 0.00 ind:fut:1s; -mépriseraient mépriser VER 15.05 27.57 0.01 0.00 cnd:pre:3p; -mépriserais mépriser VER 15.05 27.57 0.05 0.14 cnd:pre:1s;cnd:pre:2s; -mépriserait mépriser VER 15.05 27.57 0.02 0.20 cnd:pre:3s; -mépriseras mépriser VER 15.05 27.57 0.01 0.07 ind:fut:2s; -mépriseriez mépriser VER 15.05 27.57 0.10 0.07 cnd:pre:2p; -méprises mépriser VER 15.05 27.57 1.50 0.61 ind:pre:2s; -méprisez mépriser VER 15.05 27.57 0.79 0.34 imp:pre:2p;ind:pre:2p; -méprisiez mépriser VER 15.05 27.57 0.04 0.00 ind:imp:2p; -méprisions mépriser VER 15.05 27.57 0.01 0.47 ind:imp:1p;sub:pre:1p; -méprisons mépriser VER 15.05 27.57 0.29 0.14 imp:pre:1p;ind:pre:1p; -méprisé mépriser VER m s 15.05 27.57 0.85 2.77 par:pas; -méprisée mépriser VER f s 15.05 27.57 0.19 0.81 par:pas; -méprisées mépriser VER f p 15.05 27.57 0.30 0.47 par:pas; -méprisés mépriser VER m p 15.05 27.57 0.21 0.68 par:pas; -méprit méprendre VER 4.70 6.15 0.00 0.68 ind:pas:3s; -muqueuse muqueux NOM f s 0.11 1.82 0.11 0.61 -muqueuses muqueuse NOM f p 0.19 0.00 0.19 0.00 -muqueux muqueux ADJ m s 0.19 0.47 0.15 0.07 -mur mur NOM m s 88.93 317.77 58.90 172.57 -mura murer VER 1.39 6.96 0.11 0.20 ind:pas:3s; -murage murage NOM m s 0.01 0.00 0.01 0.00 -muraient murer VER 1.39 6.96 0.00 0.07 ind:imp:3p; -muraille muraille NOM f s 2.61 20.88 1.28 11.01 -murailles muraille NOM f p 2.61 20.88 1.32 9.86 -murait murer VER 1.39 6.96 0.00 0.34 ind:imp:3s; -mural mural ADJ m s 0.35 3.24 0.08 1.76 -murale mural ADJ f s 0.35 3.24 0.20 1.01 -murales mural ADJ f p 0.35 3.24 0.05 0.47 -murant murer VER 1.39 6.96 0.00 0.14 par:pre; -muraux mural ADJ m p 0.35 3.24 0.02 0.00 -mure murer VER 1.39 6.96 0.26 0.07 imp:pre:2s;ind:pre:3s; -murent mouvoir VER 1.75 13.18 0.00 0.07 ind:pas:3p; -murer murer VER 1.39 6.96 0.05 1.28 inf; -murerait murer VER 1.39 6.96 0.00 0.07 cnd:pre:3s; -mures murer VER 1.39 6.96 0.01 0.00 ind:pre:2s; -muret muret NOM m s 0.28 3.24 0.28 2.64 -muretin muretin NOM m s 0.00 0.27 0.00 0.07 -muretins muretin NOM m p 0.00 0.27 0.00 0.20 -murets muret NOM m p 0.28 3.24 0.00 0.61 -murette murette NOM f s 0.00 4.26 0.00 3.31 -murettes murette NOM f p 0.00 4.26 0.00 0.95 -murex murex NOM m 0.00 0.07 0.00 0.07 -murez murer VER 1.39 6.96 0.00 0.07 imp:pre:2p; -muriatique muriatique ADJ m s 0.01 0.07 0.01 0.07 -méridien méridien NOM m s 0.25 0.95 0.22 0.47 -méridienne méridien ADJ f s 0.09 0.54 0.04 0.14 -méridiennes méridien ADJ f p 0.09 0.54 0.00 0.07 -méridiens méridien NOM m p 0.25 0.95 0.01 0.14 -méridional méridional ADJ m s 1.00 2.43 0.32 1.15 -méridionale méridional ADJ f s 1.00 2.43 0.46 0.88 -méridionales méridional ADJ f p 1.00 2.43 0.11 0.34 -méridionaux méridional NOM m p 0.78 0.47 0.55 0.07 -muridés muridé NOM m p 0.02 0.00 0.02 0.00 -murin murin NOM m s 0.01 0.00 0.01 0.00 -mérinos mérinos NOM m 0.01 0.27 0.01 0.27 -mérita mériter VER 97.06 54.53 0.00 0.14 ind:pas:3s; -méritaient mériter VER 97.06 54.53 1.18 2.30 ind:imp:3p; -méritais mériter VER 97.06 54.53 2.12 1.76 ind:imp:1s;ind:imp:2s; -méritait mériter VER 97.06 54.53 6.08 9.93 ind:imp:3s; -méritant méritant ADJ m s 0.85 1.89 0.51 0.61 -méritante méritant ADJ f s 0.85 1.89 0.10 0.34 -méritantes méritant ADJ f p 0.85 1.89 0.04 0.41 -méritants méritant ADJ m p 0.85 1.89 0.21 0.54 -méritassent mériter VER 97.06 54.53 0.00 0.07 sub:imp:3p; -mérite mériter VER 97.06 54.53 39.92 13.78 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:1s;sub:pre:3s; -méritent mériter VER 97.06 54.53 6.62 2.64 ind:pre:3p; -mériter mériter VER 97.06 54.53 6.73 6.42 inf; -méritera mériter VER 97.06 54.53 0.11 0.07 ind:fut:3s; -mériterai mériter VER 97.06 54.53 0.02 0.07 ind:fut:1s; -mériteraient mériter VER 97.06 54.53 0.31 0.47 cnd:pre:3p; -mériterais mériter VER 97.06 54.53 1.15 0.54 cnd:pre:1s;cnd:pre:2s; -mériterait mériter VER 97.06 54.53 1.29 1.82 cnd:pre:3s; -mériteras mériter VER 97.06 54.53 0.04 0.14 ind:fut:2s; -mériteriez mériter VER 97.06 54.53 0.31 0.20 cnd:pre:2p; -mériteront mériter VER 97.06 54.53 0.06 0.00 ind:fut:3p; -mérites mériter VER 97.06 54.53 11.08 1.15 ind:pre:2s;sub:pre:2s; -méritez mériter VER 97.06 54.53 5.25 1.01 imp:pre:2p;ind:pre:2p; -méritiez mériter VER 97.06 54.53 0.36 0.34 ind:imp:2p; -méritions mériter VER 97.06 54.53 0.04 0.20 ind:imp:1p; -méritocratie méritocratie NOM f s 0.01 0.00 0.01 0.00 -méritoire méritoire ADJ s 0.47 2.09 0.36 1.62 -méritoires méritoire ADJ p 0.47 2.09 0.11 0.47 -méritons mériter VER 97.06 54.53 1.16 0.20 imp:pre:1p;ind:pre:1p; -méritât mériter VER 97.06 54.53 0.00 0.20 sub:imp:3s; -mérité mériter VER m s 97.06 54.53 11.34 8.31 par:pas; -méritée mériter VER f s 97.06 54.53 1.43 1.42 par:pas; -méritées mériter VER f p 97.06 54.53 0.28 0.47 par:pas; -mérités mériter VER m p 97.06 54.53 0.05 0.47 par:pas; -murmel murmel NOM m s 0.00 0.07 0.00 0.07 -murmura murmurer VER 7.27 123.58 0.80 58.31 ind:pas:3s; -murmurai murmurer VER 7.27 123.58 0.12 3.31 ind:pas:1s; -murmuraient murmurer VER 7.27 123.58 0.35 1.55 ind:imp:3p; -murmurais murmurer VER 7.27 123.58 0.03 0.95 ind:imp:1s;ind:imp:2s; -murmurait murmurer VER 7.27 123.58 0.55 12.50 ind:imp:3s; -murmurant murmurer VER 7.27 123.58 0.38 7.64 par:pre; -murmurante murmurant ADJ f s 0.14 1.22 0.14 0.41 -murmurantes murmurant ADJ f p 0.14 1.22 0.00 0.14 -murmurants murmurant ADJ m p 0.14 1.22 0.00 0.14 -murmuras murmurer VER 7.27 123.58 0.00 0.07 ind:pas:2s; -murmure murmurer VER 7.27 123.58 2.29 14.86 imp:pre:2s;ind:pre:1s;ind:pre:3s; -murmurent murmurer VER 7.27 123.58 0.58 0.81 ind:pre:3p; -murmurer murmurer VER 7.27 123.58 1.17 10.14 inf; -murmurera murmurer VER 7.27 123.58 0.01 0.07 ind:fut:3s; -murmureraient murmurer VER 7.27 123.58 0.00 0.07 cnd:pre:3p; -murmurerait murmurer VER 7.27 123.58 0.01 0.27 cnd:pre:3s; -murmureront murmurer VER 7.27 123.58 0.01 0.00 ind:fut:3p; -murmures murmure NOM m p 3.40 31.62 1.78 6.49 -murmurez murmurer VER 7.27 123.58 0.12 0.14 imp:pre:2p;ind:pre:2p; -murmurions murmurer VER 7.27 123.58 0.01 0.14 ind:imp:1p; -murmurèrent murmurer VER 7.27 123.58 0.10 0.34 ind:pas:3p; -murmuré murmurer VER m s 7.27 123.58 0.63 10.81 par:pas; -murmurée murmurer VER f s 7.27 123.58 0.00 0.27 par:pas; -murmurées murmurer VER f p 7.27 123.58 0.01 0.81 par:pas; -murmurés murmurer VER m p 7.27 123.58 0.00 0.47 par:pas; -mérou mérou NOM m s 0.99 0.14 0.99 0.14 -mérovingien mérovingien ADJ m s 0.00 0.41 0.00 0.07 -mérovingienne mérovingien ADJ f s 0.00 0.41 0.00 0.14 -mérovingiennes mérovingien ADJ f p 0.00 0.41 0.00 0.20 -murs mur NOM m p 88.93 317.77 30.04 145.20 -murène murène NOM f s 0.56 0.47 0.41 0.20 -murènes murène NOM f p 0.56 0.47 0.14 0.27 -murèrent murer VER 1.39 6.96 0.00 0.07 ind:pas:3p; -muré murer VER m s 1.39 6.96 0.38 1.96 par:pas; -murée murer VER f s 1.39 6.96 0.56 1.42 par:pas; -murées murer VER f p 1.39 6.96 0.00 0.61 par:pas; -murés murer VER m p 1.39 6.96 0.02 0.68 par:pas; -mus mu ADJ m p 0.18 0.00 0.18 0.00 -musa muser VER 0.44 0.74 0.00 0.07 ind:pas:3s; -musagètes musagète ADJ m p 0.00 0.07 0.00 0.07 -musait muser VER 0.44 0.74 0.00 0.14 ind:imp:3s; -mésalliance mésalliance NOM f s 0.05 0.54 0.05 0.47 -mésalliances mésalliance NOM f p 0.05 0.54 0.00 0.07 -mésallieras mésallier VER 0.00 0.27 0.00 0.14 ind:fut:2s; -mésallies mésallier VER 0.00 0.27 0.00 0.07 ind:pre:2s; -mésalliés mésallier VER m p 0.00 0.27 0.00 0.07 par:pas; -mésange mésange NOM f s 0.42 7.64 0.19 6.89 -mésanges mésange NOM f p 0.42 7.64 0.23 0.74 -musant muser VER 0.44 0.74 0.00 0.14 par:pre; -musaraigne musaraigne NOM f s 0.07 0.61 0.05 0.47 -musaraignes musaraigne NOM f p 0.07 0.61 0.02 0.14 -musard musard ADJ m s 0.00 0.20 0.00 0.14 -musarda musarder VER 0.03 1.42 0.00 0.07 ind:pas:3s; -musardaient musarder VER 0.03 1.42 0.00 0.14 ind:imp:3p; -musardait musarder VER 0.03 1.42 0.00 0.34 ind:imp:3s; -musardant musarder VER 0.03 1.42 0.00 0.07 par:pre; -musarde musarder VER 0.03 1.42 0.00 0.20 ind:pre:3s; -musarder musarder VER 0.03 1.42 0.03 0.54 inf; -musardez musarder VER 0.03 1.42 0.00 0.07 imp:pre:2p; -musardise musardise NOM f s 0.00 0.07 0.00 0.07 -musards musard ADJ m p 0.00 0.20 0.00 0.07 -mésaventure mésaventure NOM f s 0.78 4.26 0.58 3.31 -mésaventures mésaventure NOM f p 0.78 4.26 0.20 0.95 -musc musc NOM m s 0.28 0.81 0.28 0.81 -muscade muscade NOM f s 0.52 1.15 0.52 1.15 -muscadelle muscadelle NOM f s 0.00 0.07 0.00 0.07 -muscadet muscadet NOM m s 0.30 1.69 0.30 1.69 -muscadin muscadin NOM m s 0.00 0.07 0.00 0.07 -muscadine muscadine NOM f s 0.00 0.07 0.00 0.07 -muscat muscat NOM m s 0.36 1.28 0.36 1.15 -muscats muscat NOM m p 0.36 1.28 0.00 0.14 -musclant muscler VER 1.46 2.50 0.01 0.00 par:pre; -muscle muscle NOM m s 15.61 34.53 3.86 3.92 -musclent muscler VER 1.46 2.50 0.01 0.14 ind:pre:3p; -muscler muscler VER 1.46 2.50 0.52 0.27 inf; -muscles muscle NOM m p 15.61 34.53 11.75 30.61 -musclé musclé ADJ m s 2.60 7.03 1.52 2.50 -musclée musclé ADJ f s 2.60 7.03 0.17 1.28 -musclées musclé ADJ f p 2.60 7.03 0.14 1.28 -musclés musclé ADJ m p 2.60 7.03 0.76 1.96 -muscovite muscovite NOM f s 0.01 0.00 0.01 0.00 -musculaire musculaire ADJ s 2.55 2.77 1.66 1.82 -musculaires musculaire ADJ p 2.55 2.77 0.90 0.95 -musculation musculation NOM f s 0.48 0.20 0.48 0.20 -musculature musculature NOM f s 0.36 1.89 0.36 1.89 -musculeuse musculeux ADJ f s 0.03 2.30 0.00 0.81 -musculeuses musculeux ADJ f p 0.03 2.30 0.00 0.41 -musculeux musculeux ADJ m 0.03 2.30 0.03 1.08 -muse muse NOM f s 2.42 1.35 1.82 0.81 -museau museau NOM m s 1.86 12.64 1.60 11.76 -museaux museau NOM m p 1.86 12.64 0.26 0.88 -muselait museler VER 0.40 1.01 0.00 0.07 ind:imp:3s; -muselant museler VER 0.40 1.01 0.01 0.07 par:pre; -museler museler VER 0.40 1.01 0.19 0.34 inf; -muselière muselière NOM f s 0.74 0.81 0.62 0.74 -muselières muselière NOM f p 0.74 0.81 0.12 0.07 -muselle museler VER 0.40 1.01 0.01 0.07 imp:pre:2s;ind:pre:3s; -musellerait museler VER 0.40 1.01 0.00 0.07 cnd:pre:3s; -muselons museler VER 0.40 1.01 0.01 0.00 imp:pre:1p; -muselé museler VER m s 0.40 1.01 0.15 0.07 par:pas; -muselée museler VER f s 0.40 1.01 0.01 0.07 par:pas; -muselées museler VER f p 0.40 1.01 0.00 0.07 par:pas; -muselés museler VER m p 0.40 1.01 0.02 0.20 par:pas; -mésencéphale mésencéphale NOM m s 0.04 0.00 0.04 0.00 -mésentente mésentente NOM f s 0.11 0.61 0.08 0.34 -mésententes mésentente NOM f p 0.11 0.61 0.03 0.27 -mésentère mésentère NOM m s 0.01 0.00 0.01 0.00 -mésentérique mésentérique ADJ s 0.11 0.00 0.11 0.00 -muser muser VER 0.44 0.74 0.10 0.07 inf; -muserolle muserolle NOM f s 0.00 0.07 0.00 0.07 -muses muse NOM f p 2.42 1.35 0.60 0.54 -mésestimant mésestimer VER 0.10 0.20 0.00 0.07 par:pre; -mésestime mésestimer VER 0.10 0.20 0.03 0.00 imp:pre:2s;ind:pre:1s; -mésestimer mésestimer VER 0.10 0.20 0.00 0.07 inf; -mésestimez mésestimer VER 0.10 0.20 0.02 0.07 imp:pre:2p;ind:pre:2p; -mésestimé mésestimer VER m s 0.10 0.20 0.05 0.00 par:pas; -musette musette NOM f s 0.77 18.45 0.75 13.78 -musettes_repa musettes_repa NOM f p 0.00 0.07 0.00 0.07 -musettes musette NOM f p 0.77 18.45 0.02 4.66 -music_hall music_hall NOM m s 1.85 4.32 1.70 3.78 -music_hall music_hall NOM m p 1.85 4.32 0.13 0.54 -music_hall music_hall NOM m s 1.85 4.32 0.02 0.00 -musical musical ADJ m s 24.76 10.54 17.50 3.45 -musicale musical ADJ f s 24.76 10.54 4.88 4.19 -musicalement musicalement ADV 0.30 0.27 0.30 0.27 -musicales musical ADJ f p 24.76 10.54 1.63 1.96 -musicalité musicalité NOM f s 0.14 0.47 0.14 0.47 -musicaux musical ADJ m p 24.76 10.54 0.75 0.95 -musicien musicien NOM m s 12.90 16.08 4.78 5.88 -musicienne musicien NOM f s 12.90 16.08 0.79 0.14 -musiciennes musicienne NOM f p 0.40 0.00 0.40 0.00 -musiciens musicien NOM m p 12.90 16.08 7.31 9.86 -musico musico ADV 0.00 0.68 0.00 0.68 -musicographes musicographe NOM p 0.00 0.07 0.00 0.07 -musicologie musicologie NOM f s 0.03 0.00 0.03 0.00 -musicologique musicologique ADJ m s 0.02 0.00 0.02 0.00 -musicologue musicologue NOM s 0.01 0.34 0.01 0.07 -musicologues musicologue NOM p 0.01 0.34 0.00 0.27 -musicothérapie musicothérapie NOM f s 0.01 0.00 0.01 0.00 -mésintelligence mésintelligence NOM f s 0.00 0.07 0.00 0.07 -mésinterpréter mésinterpréter VER 0.00 0.14 0.00 0.14 inf; -musiquait musiquer VER 0.27 0.34 0.00 0.07 ind:imp:3s; -musique musique NOM f s 169.80 114.32 168.89 109.80 -musiquer musiquer VER 0.27 0.34 0.00 0.14 inf; -musiques musique NOM f p 169.80 114.32 0.91 4.53 -musiquette musiquette NOM f s 0.00 0.47 0.00 0.34 -musiquettes musiquette NOM f p 0.00 0.47 0.00 0.14 -muskogee muskogee NOM s 0.01 0.00 0.01 0.00 -mésodermiques mésodermique ADJ p 0.01 0.00 0.01 0.00 -musoir musoir NOM m s 0.00 0.07 0.00 0.07 -mésomorphe mésomorphe ADJ m s 0.02 0.00 0.02 0.00 -mésomorphique mésomorphique ADJ s 0.01 0.00 0.01 0.00 -méson méson NOM m s 0.04 0.00 0.03 0.00 -mésons méson NOM m p 0.04 0.00 0.01 0.00 -mésopotamien mésopotamien ADJ m s 0.05 0.00 0.04 0.00 -mésopotamienne mésopotamienne NOM f s 0.00 0.07 0.00 0.07 -mésopotamiens mésopotamien NOM m p 0.03 0.00 0.03 0.00 -mésosphère mésosphère NOM f s 0.02 0.00 0.02 0.00 -mésozoïque mésozoïque ADJ f s 0.04 0.00 0.04 0.00 -musqué musqué ADJ m s 0.18 1.49 0.14 0.41 -musquée musqué ADJ f s 0.18 1.49 0.01 0.68 -musquées musqué ADJ f p 0.18 1.49 0.00 0.14 -musqués musqué ADJ m p 0.18 1.49 0.04 0.27 -mussais musser VER 0.00 0.41 0.00 0.07 ind:imp:1s; -musse musser VER 0.00 0.41 0.00 0.07 ind:pre:3s; -mussent musser VER 0.00 0.41 0.00 0.07 ind:pre:3p; -mussolinien mussolinien ADJ m s 0.00 0.41 0.00 0.14 -mussolinienne mussolinien ADJ f s 0.00 0.41 0.00 0.14 -mussoliniens mussolinien ADJ m p 0.00 0.41 0.00 0.14 -mussée musser VER f s 0.00 0.41 0.00 0.07 par:pas; -mussés musser VER m p 0.00 0.41 0.00 0.14 par:pas; -must must NOM m 3.98 0.54 3.98 0.54 -mustang mustang NOM m s 0.75 0.14 0.32 0.07 -mustangs mustang NOM m p 0.75 0.14 0.43 0.07 -mustélidés mustélidé NOM m p 0.00 0.07 0.00 0.07 -musée musée NOM m s 20.70 28.38 18.59 21.55 -musées musée NOM m p 20.70 28.38 2.11 6.82 -musulman musulman ADJ m s 5.84 7.09 2.00 2.09 -musulmane musulman ADJ f s 5.84 7.09 1.84 2.09 -musulmanes musulman ADJ f p 5.84 7.09 0.54 0.81 -musulmans musulman NOM m p 6.22 6.22 4.00 3.92 -muséologie muséologie NOM f s 0.01 0.00 0.01 0.00 -muséologique muséologique ADJ f s 0.01 0.00 0.01 0.00 -muséologue muséologue NOM s 0.01 0.00 0.01 0.00 -mésusage mésusage NOM m s 0.00 0.07 0.00 0.07 -mésuser mésuser VER 0.00 0.07 0.00 0.07 inf; -muséum muséum NOM m s 0.24 0.20 0.24 0.20 -méta méta NOM m s 0.14 0.14 0.14 0.14 -mutabilité mutabilité NOM f s 0.03 0.00 0.03 0.00 -mutable mutable ADJ s 0.03 0.00 0.02 0.00 -mutables mutable ADJ p 0.03 0.00 0.01 0.00 -métabolique métabolique ADJ s 0.28 0.00 0.28 0.00 -métaboliser métaboliser VER 0.02 0.00 0.02 0.00 inf; -métabolisme métabolisme NOM m s 1.27 0.20 1.22 0.20 -métabolismes métabolisme NOM m p 1.27 0.20 0.05 0.00 -métabolite métabolite NOM m s 0.07 0.00 0.07 0.00 -métacarpe métacarpe NOM m s 0.13 0.00 0.13 0.00 -métacarpien métacarpien NOM m s 0.04 0.00 0.03 0.00 -métacarpiens métacarpien NOM m p 0.04 0.00 0.01 0.00 -mutagène mutagène ADJ m s 0.02 0.00 0.02 0.00 -métairie métairie NOM f s 0.00 1.15 0.00 0.74 -métairies métairie NOM f p 0.00 1.15 0.00 0.41 -métal métal NOM m s 14.36 44.73 12.16 41.82 -métallique métallique ADJ s 3.34 23.78 2.60 16.49 -métalliques métallique ADJ p 3.34 23.78 0.74 7.30 -métallisation métallisation NOM f s 0.01 0.00 0.01 0.00 -métallise métalliser VER 0.62 1.15 0.00 0.07 ind:pre:3s; -métallisent métalliser VER 0.62 1.15 0.00 0.07 ind:pre:3p; -métallisé métalliser VER m s 0.62 1.15 0.48 0.68 par:pas; -métallisée métalliser VER f s 0.62 1.15 0.12 0.20 par:pas; -métallisées métalliser VER f p 0.62 1.15 0.00 0.07 par:pas; -métallisés métalliser VER m p 0.62 1.15 0.01 0.07 par:pas; -métallo métallo NOM m s 0.02 1.08 0.02 0.47 -métallographie métallographie NOM f s 0.04 0.00 0.04 0.00 -métallos métallo NOM m p 0.02 1.08 0.00 0.61 -métallurgie métallurgie NOM f s 0.16 0.47 0.16 0.47 -métallurgique métallurgique ADJ s 0.07 0.54 0.07 0.47 -métallurgiques métallurgique ADJ f p 0.07 0.54 0.00 0.07 -métallurgiste métallurgiste NOM m s 0.27 0.34 0.23 0.07 -métallurgistes métallurgiste NOM m p 0.27 0.34 0.04 0.27 -métamorphique métamorphique ADJ f s 0.01 0.00 0.01 0.00 -métamorphosa métamorphoser VER 0.94 9.26 0.02 0.20 ind:pas:3s; -métamorphosaient métamorphoser VER 0.94 9.26 0.00 0.27 ind:imp:3p; -métamorphosait métamorphoser VER 0.94 9.26 0.00 1.49 ind:imp:3s; -métamorphosant métamorphoser VER 0.94 9.26 0.10 0.27 par:pre; -métamorphose métamorphose NOM f s 1.59 11.22 1.22 9.12 -métamorphosent métamorphoser VER 0.94 9.26 0.00 0.20 ind:pre:3p; -métamorphoser métamorphoser VER 0.94 9.26 0.37 1.69 inf; -métamorphoseraient métamorphoser VER 0.94 9.26 0.00 0.07 cnd:pre:3p; -métamorphoserait métamorphoser VER 0.94 9.26 0.00 0.07 cnd:pre:3s; -métamorphoses métamorphose NOM f p 1.59 11.22 0.37 2.09 -métamorphosez métamorphoser VER 0.94 9.26 0.00 0.07 ind:pre:2p; -métamorphosions métamorphoser VER 0.94 9.26 0.00 0.07 ind:imp:1p; -métamorphosât métamorphoser VER 0.94 9.26 0.00 0.07 sub:imp:3s; -métamorphosèrent métamorphoser VER 0.94 9.26 0.01 0.00 ind:pas:3p; -métamorphosé métamorphoser VER m s 0.94 9.26 0.22 1.96 par:pas; -métamorphosée métamorphoser VER f s 0.94 9.26 0.11 1.08 par:pas; -métamorphosées métamorphoser VER f p 0.94 9.26 0.00 0.14 par:pas; -métamorphosés métamorphoser VER m p 0.94 9.26 0.01 0.47 par:pas; -mutant mutant NOM m s 4.67 0.81 1.93 0.27 -mutante mutant ADJ f s 2.02 0.07 0.98 0.00 -mutantes mutant ADJ f p 2.02 0.07 0.10 0.00 -mutants mutant NOM m p 4.67 0.81 2.46 0.54 -métaphase métaphase NOM f s 0.01 0.00 0.01 0.00 -métaphore métaphore NOM f s 4.71 3.31 4.04 1.89 -métaphores métaphore NOM f p 4.71 3.31 0.67 1.42 -métaphorique métaphorique ADJ s 0.27 0.20 0.26 0.20 -métaphoriquement métaphoriquement ADV 0.51 0.07 0.51 0.07 -métaphoriques métaphorique ADJ p 0.27 0.20 0.01 0.00 -métaphysicien métaphysicien NOM m s 0.03 0.47 0.02 0.14 -métaphysicienne métaphysicien NOM f s 0.03 0.47 0.00 0.07 -métaphysiciens métaphysicien NOM m p 0.03 0.47 0.01 0.27 -métaphysique métaphysique ADJ s 0.91 6.35 0.64 4.12 -métaphysiquement métaphysiquement ADV 0.01 0.14 0.01 0.14 -métaphysiques métaphysique ADJ p 0.91 6.35 0.27 2.23 -métapsychique métapsychique ADJ s 0.11 0.00 0.11 0.00 -métapsychologie métapsychologie NOM f s 0.01 0.07 0.01 0.07 -métapsychologique métapsychologique ADJ s 0.00 0.07 0.00 0.07 -métastase métastase NOM f s 0.28 0.27 0.08 0.20 -métastases métastase NOM f p 0.28 0.27 0.20 0.07 -métastasé métastaser VER m s 0.10 0.07 0.10 0.07 par:pas; -métastatique métastatique ADJ s 0.08 0.00 0.08 0.00 -métatarses métatarse NOM m p 0.01 0.00 0.01 0.00 -métatarsienne métatarsien ADJ f s 0.03 0.00 0.03 0.00 -mutation mutation NOM f s 5.53 4.32 4.67 3.18 -mutations mutation NOM f p 5.53 4.32 0.85 1.15 -mutatis_mutandis mutatis_mutandis ADV 0.00 0.07 0.00 0.07 -métaux métal NOM m p 14.36 44.73 2.19 2.91 -métayage métayage NOM m s 0.01 0.07 0.01 0.07 -métayer métayer NOM m s 0.23 1.49 0.11 0.81 -métayers métayer NOM m p 0.23 1.49 0.12 0.68 -métazoaires métazoaire NOM m p 0.00 0.07 0.00 0.07 -mute muter VER 7.04 2.09 0.24 0.14 ind:pre:1s;ind:pre:3s; -métempsychose métempsychose NOM f s 0.00 0.07 0.00 0.07 -métempsycose métempsycose NOM f s 0.14 0.27 0.14 0.27 -mutent muter VER 7.04 2.09 0.08 0.00 ind:pre:3p; -muter muter VER 7.04 2.09 1.88 0.47 inf; -mutera muter VER 7.04 2.09 0.01 0.00 ind:fut:3s; -muterai muter VER 7.04 2.09 0.34 0.00 ind:fut:1s; -muteront muter VER 7.04 2.09 0.01 0.00 ind:fut:3p; -méthacrylate méthacrylate NOM m s 0.01 0.00 0.01 0.00 -méthadone méthadone NOM f s 0.73 0.00 0.73 0.00 -méthanal méthanal NOM m s 0.01 0.00 0.01 0.00 -méthane méthane NOM m s 0.70 0.20 0.70 0.20 -méthanol méthanol NOM m s 0.13 0.00 0.13 0.00 -méthode méthode NOM f s 24.87 24.86 13.83 16.42 -méthodes méthode NOM f p 24.87 24.86 11.04 8.45 -méthodique méthodique ADJ s 0.67 3.18 0.60 2.84 -méthodiquement méthodiquement ADV 0.09 4.26 0.09 4.26 -méthodiques méthodique ADJ p 0.67 3.18 0.07 0.34 -méthodisme méthodisme NOM m s 0.00 0.14 0.00 0.14 -méthodiste méthodiste ADJ s 0.20 0.20 0.15 0.14 -méthodistes méthodiste NOM p 0.28 0.07 0.18 0.07 -méthodologie méthodologie NOM f s 0.27 0.00 0.27 0.00 -méthodologique méthodologique ADJ f s 0.02 0.07 0.02 0.07 -méthédrine méthédrine NOM f s 0.09 0.00 0.09 0.00 -méthyle méthyle NOM m s 0.05 0.00 0.05 0.00 -méthylique méthylique ADJ s 0.01 0.00 0.01 0.00 -méthylène méthylène NOM m s 0.05 0.34 0.05 0.34 -méticuleuse méticuleux ADJ f s 2.40 6.28 0.52 1.82 -méticuleusement méticuleusement ADV 0.37 2.57 0.37 2.57 -méticuleuses méticuleux ADJ f p 2.40 6.28 0.09 0.34 -méticuleux méticuleux ADJ m 2.40 6.28 1.79 4.12 -méticulosité méticulosité NOM f s 0.00 0.34 0.00 0.34 -métier métier NOM m s 55.03 84.53 53.22 75.54 -métiers métier NOM m p 55.03 84.53 1.81 8.99 -mutila mutiler VER 2.36 4.39 0.01 0.20 ind:pas:3s; -mutilais mutiler VER 2.36 4.39 0.01 0.00 ind:imp:2s; -mutilait mutiler VER 2.36 4.39 0.02 0.27 ind:imp:3s; -mutilant mutiler VER 2.36 4.39 0.14 0.07 par:pre; -mutilante mutilant ADJ f s 0.00 0.20 0.00 0.14 -mutilateur mutilateur ADJ m s 0.03 0.00 0.03 0.00 -mutilation mutilation NOM f s 2.02 2.57 1.13 1.82 -mutilations mutilation NOM f p 2.02 2.57 0.89 0.74 -mutile mutiler VER 2.36 4.39 0.17 0.41 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -mutilent mutiler VER 2.36 4.39 0.08 0.07 ind:pre:3p; -mutiler mutiler VER 2.36 4.39 0.67 0.81 inf; -mutilera mutiler VER 2.36 4.39 0.00 0.07 ind:fut:3s; -mutileraient mutiler VER 2.36 4.39 0.01 0.07 cnd:pre:3p; -mutilé mutilé ADJ m s 2.21 6.15 1.22 1.76 -mutilée mutiler VER f s 2.36 4.39 0.40 0.68 par:pas; -mutilées mutilé ADJ f p 2.21 6.15 0.04 1.01 -mutilés mutilé ADJ m p 2.21 6.15 0.72 1.96 -mutin mutin ADJ m s 0.33 0.88 0.27 0.27 -mutina mutiner VER 0.85 0.47 0.03 0.07 ind:pas:3s; -mutinaient mutiner VER 0.85 0.47 0.03 0.07 ind:imp:3p; -mutine mutiner VER 0.85 0.47 0.04 0.07 ind:pre:3s; -mutinent mutiner VER 0.85 0.47 0.11 0.00 ind:pre:3p; -mutiner mutiner VER 0.85 0.47 0.18 0.14 inf; -mutinerie mutinerie NOM f s 3.13 1.15 2.97 0.81 -mutineries mutinerie NOM f p 3.13 1.15 0.16 0.34 -mutines mutin ADJ f p 0.33 0.88 0.01 0.07 -mutinez mutiner VER 0.85 0.47 0.01 0.00 ind:pre:2p; -métingue métingue NOM m s 0.00 0.14 0.00 0.14 -mutins mutin NOM m p 0.70 1.01 0.59 0.61 -mutiné mutiner VER m s 0.85 0.47 0.31 0.14 par:pas; -mutinée mutiner VER f s 0.85 0.47 0.10 0.00 par:pas; -mutinés mutiné ADJ m p 0.15 0.07 0.05 0.07 -mutique mutique ADJ m s 0.01 0.07 0.01 0.07 -métis métis NOM m 1.91 2.97 1.91 2.97 -mutisme mutisme NOM m s 0.97 6.89 0.97 6.82 -mutismes mutisme NOM m p 0.97 6.89 0.00 0.07 -métissage métissage NOM m s 0.23 1.15 0.23 0.88 -métissages métissage NOM m p 0.23 1.15 0.00 0.27 -métisse métisse ADJ f s 0.23 0.54 0.19 0.34 -métisser métisser VER 0.40 0.34 0.00 0.07 inf; -métisses métisse ADJ f p 0.23 0.54 0.04 0.20 -métissez métisser VER 0.40 0.34 0.00 0.07 imp:pre:2p; -métissé métisser VER m s 0.40 0.34 0.39 0.14 par:pas; -métissée métisser VER f s 0.40 0.34 0.01 0.07 par:pas; -mutité mutité NOM f s 0.00 0.20 0.00 0.20 -métonymie métonymie NOM f s 0.00 0.07 0.00 0.07 -métopes métope NOM f p 0.00 0.07 0.00 0.07 -mutât muter VER 7.04 2.09 0.00 0.07 sub:imp:3s; -métra métrer VER 0.16 0.61 0.04 0.00 ind:pas:3s; -métrage métrage NOM m s 0.91 1.69 0.69 1.08 -métrages métrage NOM m p 0.91 1.69 0.22 0.61 -métras métrer VER 0.16 0.61 0.01 0.00 ind:pas:2s; -métreur métreur NOM m s 0.01 0.00 0.01 0.00 -métrique métrique ADJ s 0.24 0.27 0.24 0.27 -métriques métrique NOM f p 0.04 0.07 0.01 0.00 -métrite métrite NOM f s 0.00 0.14 0.00 0.07 -métrites métrite NOM f p 0.00 0.14 0.00 0.07 -métro métro NOM m s 18.17 41.35 17.66 40.00 -métronome métronome NOM m s 0.16 1.35 0.15 1.28 -métronomes métronome NOM m p 0.16 1.35 0.01 0.07 -métropole métropole NOM f s 1.17 10.74 0.95 10.34 -métropoles métropole NOM f p 1.17 10.74 0.22 0.41 -métropolitain métropolitain ADJ m s 0.23 3.92 0.07 1.96 -métropolitaine métropolitain ADJ f s 0.23 3.92 0.11 1.08 -métropolitaines métropolitain ADJ f p 0.23 3.92 0.03 0.41 -métropolitains métropolitain ADJ m p 0.23 3.92 0.02 0.47 -métropolite métropolite NOM m s 0.00 0.47 0.00 0.47 -métros métro NOM m p 18.17 41.35 0.51 1.35 -métèque métèque NOM s 1.26 4.19 0.64 2.91 -métèques métèque NOM p 1.26 4.19 0.61 1.28 -muté muter VER m s 7.04 2.09 3.59 1.08 par:pas; -mutualisme mutualisme NOM m s 0.00 0.07 0.00 0.07 -mutualité mutualité NOM f s 0.14 0.34 0.00 0.34 -mutualités mutualité NOM f p 0.14 0.34 0.14 0.00 -mutée muter VER f s 7.04 2.09 0.42 0.00 par:pas; -mutuel mutuel ADJ m s 4.00 3.78 1.50 1.15 -mutuelle mutuel ADJ f s 4.00 3.78 1.88 2.23 -mutuellement mutuellement ADV 3.40 4.59 3.40 4.59 -mutuelles mutuel ADJ f p 4.00 3.78 0.22 0.34 -mutuels mutuel ADJ m p 4.00 3.78 0.41 0.07 -mutées muter VER f p 7.04 2.09 0.05 0.00 par:pas; -météo météo NOM f s 8.90 1.69 8.90 1.69 -météore météore NOM m s 1.06 2.97 0.55 0.81 -météores météore NOM m p 1.06 2.97 0.52 2.16 -météorique météorique ADJ s 0.05 0.14 0.05 0.14 -météoriquement météoriquement ADV 0.01 0.07 0.01 0.07 -météorite météorite NOM f s 4.87 0.61 2.05 0.47 -météorites météorite NOM f p 4.87 0.61 2.82 0.14 -météoritique météoritique ADJ f s 0.01 0.07 0.01 0.07 -météorologie météorologie NOM f s 0.13 1.08 0.13 1.08 -météorologique météorologique ADJ s 0.71 1.82 0.47 0.88 -météorologiques météorologique ADJ p 0.71 1.82 0.25 0.95 -météorologiste météorologiste NOM s 0.05 0.07 0.05 0.07 -météorologue météorologue NOM s 0.40 0.20 0.32 0.00 -météorologues météorologue NOM p 0.40 0.20 0.08 0.20 -mutés muter VER m p 7.04 2.09 0.19 0.34 par:pas; -mué muer VER m s 1.63 7.03 0.32 1.62 par:pas; -muée muer VER f s 1.63 7.03 0.03 0.81 par:pas; -muées muer VER f p 1.63 7.03 0.00 0.07 par:pas; -mués muer VER m p 1.63 7.03 0.02 0.27 par:pas; -mévente mévente NOM f s 0.00 0.27 0.00 0.27 -mézig mézig PRO:per s 0.00 1.15 0.00 1.15 -mézigue mézigue PRO:per s 0.02 2.84 0.02 2.84 -myasthénie myasthénie NOM f s 0.12 0.00 0.12 0.00 -mycologie mycologie NOM f s 0.00 0.07 0.00 0.07 -mycologue mycologue NOM s 0.01 0.27 0.00 0.20 -mycologues mycologue NOM p 0.01 0.27 0.01 0.07 -mycose mycose NOM f s 0.73 0.00 0.73 0.00 -mycène mycène NOM m s 0.04 0.00 0.04 0.00 -mycénien mycénien ADJ m s 0.01 0.14 0.01 0.00 -mycéniennes mycénien ADJ f p 0.01 0.14 0.00 0.07 -mycéniens mycénien ADJ m p 0.01 0.14 0.00 0.07 -mygale mygale NOM f s 0.05 0.47 0.04 0.27 -mygales mygale NOM f p 0.05 0.47 0.01 0.20 -mylord mylord NOM m s 0.97 0.14 0.97 0.14 -myocarde myocarde NOM m s 0.12 0.20 0.12 0.20 -myocardiopathie myocardiopathie NOM f s 0.07 0.00 0.07 0.00 -myocardique myocardique ADJ f s 0.01 0.00 0.01 0.00 -myocardite myocardite NOM f s 0.03 0.07 0.03 0.07 -myoclonie myoclonie NOM f s 0.01 0.00 0.01 0.00 -myoglobine myoglobine NOM f s 0.04 0.00 0.04 0.00 -myographe myographe NOM m s 0.00 0.07 0.00 0.07 -myopathes myopathe NOM p 0.02 0.00 0.02 0.00 -myopathie myopathie NOM f s 0.03 0.07 0.03 0.07 -myopathique myopathique ADJ s 0.01 0.00 0.01 0.00 -myope myope ADJ s 1.76 4.05 1.71 3.24 -myopes myope ADJ m p 1.76 4.05 0.05 0.81 -myopie myopie NOM f s 0.29 2.16 0.29 2.09 -myopies myopie NOM f p 0.29 2.16 0.00 0.07 -myosine myosine NOM f s 0.01 0.00 0.01 0.00 -myosis myosis NOM m 0.04 0.00 0.04 0.00 -myosotis myosotis NOM m 0.17 1.49 0.17 1.49 -myriade myriade NOM f s 0.78 3.31 0.11 1.08 -myriades myriade NOM f p 0.78 3.31 0.67 2.23 -myriophylle myriophylle NOM f s 0.00 0.20 0.00 0.20 -myrmidon myrmidon NOM m s 0.69 0.00 0.67 0.00 -myrmidons myrmidon NOM m p 0.69 0.00 0.02 0.00 -myrrhe myrrhe NOM f s 0.43 0.54 0.43 0.54 -myrte myrte NOM m s 1.25 1.55 1.25 0.74 -myrtes myrte NOM m p 1.25 1.55 0.00 0.81 -myrtille myrtille NOM f s 3.43 2.16 1.71 0.34 -myrtilles myrtille NOM f p 3.43 2.16 1.72 1.82 -mystagogie mystagogie NOM f s 0.00 0.14 0.00 0.14 -mystagogique mystagogique ADJ f s 0.00 0.14 0.00 0.14 -mystagogue mystagogue NOM m s 0.00 0.07 0.00 0.07 -myste myste NOM m s 0.01 0.00 0.01 0.00 -mysticisme mysticisme NOM m s 0.79 1.89 0.79 1.82 -mysticismes mysticisme NOM m p 0.79 1.89 0.00 0.07 -mystificateur mystificateur NOM m s 0.09 0.41 0.05 0.34 -mystificateurs mystificateur NOM m p 0.09 0.41 0.02 0.07 -mystification mystification NOM f s 0.40 1.49 0.16 1.28 -mystifications mystification NOM f p 0.40 1.49 0.23 0.20 -mystificatrice mystificateur NOM f s 0.09 0.41 0.02 0.00 -mystifie mystifier VER 0.28 1.01 0.10 0.00 ind:pre:3s; -mystifier mystifier VER 0.28 1.01 0.03 0.54 inf; -mystifié mystifier VER m s 0.28 1.01 0.13 0.20 par:pas; -mystifiée mystifier VER f s 0.28 1.01 0.01 0.14 par:pas; -mystifiées mystifier VER f p 0.28 1.01 0.00 0.07 par:pas; -mystifiés mystifier VER m p 0.28 1.01 0.01 0.07 par:pas; -mystique mystique ADJ s 3.31 8.85 2.75 6.82 -mystiquement mystiquement ADV 0.04 0.20 0.04 0.20 -mystiques mystique ADJ p 3.31 8.85 0.57 2.03 -mystère mystère NOM m s 28.03 51.01 22.90 39.53 -mystères mystère NOM m p 28.03 51.01 5.13 11.49 -mystérieuse mystérieux ADJ f s 19.61 53.65 6.56 18.65 -mystérieusement mystérieusement ADV 1.63 6.82 1.63 6.82 -mystérieuses mystérieux ADJ f p 19.61 53.65 1.21 7.64 -mystérieux mystérieux ADJ m 19.61 53.65 11.84 27.36 -mythe mythe NOM m s 6.26 10.41 5.17 5.61 -mythes mythe NOM m p 6.26 10.41 1.10 4.80 -mythifiait mythifier VER 0.00 0.14 0.00 0.07 ind:imp:3s; -mythifier mythifier VER 0.00 0.14 0.00 0.07 inf; -mythique mythique ADJ s 1.15 4.19 1.01 3.11 -mythiques mythique ADJ p 1.15 4.19 0.14 1.08 -mythisation mythisation NOM f s 0.00 0.07 0.00 0.07 -mytho mytho ADV 0.36 0.20 0.36 0.20 -mythologie mythologie NOM f s 2.06 4.73 2.02 4.12 -mythologies mythologie NOM f p 2.06 4.73 0.04 0.61 -mythologique mythologique ADJ s 0.81 2.03 0.66 1.62 -mythologiques mythologique ADJ p 0.81 2.03 0.16 0.41 -mythologisé mythologiser VER m s 0.00 0.07 0.00 0.07 par:pas; -mythologue mythologue NOM s 0.00 0.14 0.00 0.07 -mythologues mythologue NOM p 0.00 0.14 0.00 0.07 -mythomane mythomane ADJ s 0.43 0.68 0.42 0.68 -mythomanes mythomane ADJ f p 0.43 0.68 0.01 0.00 -mythomanie mythomanie NOM f s 0.10 0.61 0.10 0.61 -myéline myéline NOM f s 0.01 0.00 0.01 0.00 -myélite myélite NOM f s 0.05 0.07 0.05 0.07 -myéloïde myéloïde ADJ f s 0.02 0.00 0.02 0.00 -myéloblaste myéloblaste NOM m s 0.00 0.20 0.00 0.07 -myéloblastes myéloblaste NOM m p 0.00 0.20 0.00 0.14 -myxoedémateuse myxoedémateux ADJ f s 0.00 0.07 0.00 0.07 -myxoedémateuse myxoedémateux NOM f s 0.00 0.07 0.00 0.07 -myxomatose myxomatose NOM f s 0.03 0.07 0.03 0.07 -n_ n_ PRO:per 0.18 0.00 0.18 0.00 -n_est_ce_pas n_est_ce_pas ADV 0.10 0.00 0.10 0.00 -n ne ADV 22287.83 13841.89 70.36 5.68 -nôtre nôtre PRO:pos s 19.00 23.51 19.00 23.51 -nôtres nôtres PRO:pos p 22.63 21.35 22.63 21.35 -na na ONO 5.66 0.81 5.66 0.81 -naît naître VER 116.11 119.32 5.47 6.82 ind:pre:3s; -naîtra naître VER 116.11 119.32 1.55 0.54 ind:fut:3s; -naîtrai naître VER 116.11 119.32 0.02 0.00 ind:fut:1s; -naîtraient naître VER 116.11 119.32 0.17 0.07 cnd:pre:3p; -naîtrait naître VER 116.11 119.32 0.11 0.34 cnd:pre:3s; -naître naître VER 116.11 119.32 12.74 19.86 inf; -naîtrions naître VER 116.11 119.32 0.00 0.07 cnd:pre:1p; -naîtront naître VER 116.11 119.32 0.34 0.47 ind:fut:3p; -naïade naïade NOM f s 0.04 0.54 0.03 0.14 -naïades naïade NOM f p 0.04 0.54 0.01 0.41 -naïf naïf ADJ m s 7.91 21.62 4.22 9.59 -naïfs naïf ADJ m p 7.91 21.62 0.76 3.18 -naïve naïf ADJ f s 7.91 21.62 2.76 6.69 -naïvement naïvement ADV 0.27 6.01 0.27 6.01 -naïves naïf ADJ f p 7.91 21.62 0.17 2.16 -naïveté naïveté NOM f s 0.95 10.68 0.94 9.86 -naïvetés naïveté NOM f p 0.95 10.68 0.01 0.81 -nabab nabab NOM m s 0.72 0.68 0.55 0.54 -nababs nabab NOM m p 0.72 0.68 0.18 0.14 -nabi nabi NOM m s 0.28 0.00 0.28 0.00 -nable nable NOM m s 0.02 0.00 0.02 0.00 -nabot nabot NOM m s 2.10 2.09 2.01 1.49 -nabote nabot NOM f s 2.10 2.09 0.00 0.14 -nabots nabot NOM m p 2.10 2.09 0.08 0.47 -nacarat nacarat NOM m s 0.00 0.20 0.00 0.20 -nacelle nacelle NOM f s 1.24 3.04 1.04 2.36 -nacelles nacelle NOM f p 1.24 3.04 0.20 0.68 -nacra nacrer VER 0.00 1.62 0.00 0.07 ind:pas:3s; -nacraient nacrer VER 0.00 1.62 0.00 0.07 ind:imp:3p; -nacre nacre NOM f s 0.58 5.34 0.58 5.20 -nacres nacre NOM f p 0.58 5.34 0.00 0.14 -nacré nacré ADJ m s 0.38 3.24 0.05 1.15 -nacrée nacré ADJ f s 0.38 3.24 0.01 0.74 -nacrées nacré ADJ f p 0.38 3.24 0.04 0.74 -nacrure nacrure NOM f s 0.00 0.14 0.00 0.14 -nacrés nacré ADJ m p 0.38 3.24 0.28 0.61 -nada nada ADV 2.63 0.41 2.63 0.41 -nadir nadir NOM m s 0.01 0.20 0.01 0.20 -naevus naevus NOM m 0.03 0.14 0.03 0.14 -naga naga NOM m 0.05 0.00 0.05 0.00 -nage nage NOM f s 5.42 6.28 5.37 6.22 -nagea nager VER 30.36 25.68 0.03 1.15 ind:pas:3s; -nageai nager VER 30.36 25.68 0.00 0.20 ind:pas:1s; -nageaient nager VER 30.36 25.68 0.08 1.82 ind:imp:3p; -nageais nager VER 30.36 25.68 0.57 0.74 ind:imp:1s;ind:imp:2s; -nageait nager VER 30.36 25.68 0.62 3.58 ind:imp:3s; -nageant nager VER 30.36 25.68 0.95 2.30 par:pre; -nageante nageant ADJ f s 0.03 0.07 0.00 0.07 -nagent nager VER 30.36 25.68 1.24 1.01 ind:pre:3p; -nageoire nageoire NOM f s 1.10 2.30 0.53 0.34 -nageoires nageoire NOM f p 1.10 2.30 0.57 1.96 -nageons nager VER 30.36 25.68 0.07 0.20 imp:pre:1p;ind:pre:1p; -nageât nager VER 30.36 25.68 0.00 0.07 sub:imp:3s; -nager nager VER 30.36 25.68 18.71 9.32 inf; -nagera nager VER 30.36 25.68 0.15 0.07 ind:fut:3s; -nagerai nager VER 30.36 25.68 0.22 0.00 ind:fut:1s; -nageraient nager VER 30.36 25.68 0.01 0.00 cnd:pre:3p; -nagerais nager VER 30.36 25.68 0.02 0.07 cnd:pre:1s; -nagerait nager VER 30.36 25.68 0.02 0.20 cnd:pre:3s; -nageras nager VER 30.36 25.68 0.03 0.07 ind:fut:2s; -nagerez nager VER 30.36 25.68 0.01 0.14 ind:fut:2p; -nagerons nager VER 30.36 25.68 0.03 0.00 ind:fut:1p; -nageront nager VER 30.36 25.68 0.01 0.00 ind:fut:3p; -nages nager VER 30.36 25.68 0.58 0.14 ind:pre:2s; -nageur nageur NOM m s 2.65 4.59 1.43 3.24 -nageurs nageur NOM m p 2.65 4.59 0.75 0.95 -nageuse nageur NOM f s 2.65 4.59 0.47 0.41 -nageuses nageuse NOM f p 0.07 0.00 0.07 0.00 -nagez nager VER 30.36 25.68 0.53 0.27 imp:pre:2p;ind:pre:2p; -nagiez nager VER 30.36 25.68 0.05 0.07 ind:imp:2p; -nagions nager VER 30.36 25.68 0.13 0.34 ind:imp:1p; -nagèrent nager VER 30.36 25.68 0.00 0.34 ind:pas:3p; -nagé nager VER m s 30.36 25.68 1.26 1.22 par:pas; -naguère naguère ADV 1.16 23.72 1.16 23.72 -nain nain NOM m s 13.87 8.99 9.08 6.69 -naine nain NOM f s 13.87 8.99 0.63 0.61 -naines naine NOM f p 0.03 0.00 0.03 0.00 -nains nain NOM m p 13.87 8.99 4.17 1.62 -naira naira NOM m s 0.03 0.00 0.03 0.00 -nais naître VER 116.11 119.32 0.57 0.27 ind:pre:1s;ind:pre:2s; -naissaient naître VER 116.11 119.32 0.16 3.85 ind:imp:3p; -naissain naissain NOM m s 0.00 0.07 0.00 0.07 -naissais naître VER 116.11 119.32 0.01 0.07 ind:imp:1s; -naissait naître VER 116.11 119.32 0.24 7.57 ind:imp:3s; -naissance naissance NOM f s 39.72 52.91 37.90 49.53 -naissances naissance NOM f p 39.72 52.91 1.83 3.38 -naissant naître VER 116.11 119.32 0.42 0.88 par:pre; -naissante naissant ADJ f s 0.94 5.61 0.33 2.50 -naissantes naissant ADJ f p 0.94 5.61 0.34 0.68 -naissants naissant ADJ m p 0.94 5.61 0.01 0.27 -naisse naître VER 116.11 119.32 0.92 0.88 sub:pre:1s;sub:pre:3s; -naissent naître VER 116.11 119.32 3.82 3.58 ind:pre:3p; -naisses naître VER 116.11 119.32 0.03 0.14 sub:pre:2s; -naisseur naisseur ADJ m s 0.01 0.00 0.01 0.00 -naissez naître VER 116.11 119.32 0.06 0.00 imp:pre:2p;ind:pre:2p; -naissions naître VER 116.11 119.32 0.03 0.14 ind:imp:1p; -naissons naître VER 116.11 119.32 0.21 0.27 ind:pre:1p; -naja naja NOM m s 0.02 0.41 0.02 0.34 -najas naja NOM m p 0.02 0.41 0.00 0.07 -namibiens namibien NOM m p 0.02 0.00 0.02 0.00 -nan nan NOM m s 11.92 1.42 11.92 1.42 -nana nana NOM f s 39.57 13.65 26.48 7.64 -nanan nanan NOM m s 0.04 0.74 0.04 0.74 -nanar nanar NOM m s 0.00 0.14 0.00 0.14 -nanard nanard NOM m s 0.01 0.07 0.01 0.07 -nanas nana NOM f p 39.57 13.65 13.09 6.01 -nancéiens nancéien ADJ m p 0.00 0.07 0.00 0.07 -nanisme nanisme NOM m s 0.02 0.14 0.02 0.14 -nankin nankin NOM m s 0.02 0.27 0.02 0.27 -nano nano ADV 0.14 0.14 0.14 0.14 -nanomètre nanomètre NOM m s 0.07 0.00 0.03 0.00 -nanomètres nanomètre NOM m p 0.07 0.00 0.04 0.00 -nanoseconde nanoseconde NOM f s 0.05 0.00 0.02 0.00 -nanosecondes nanoseconde NOM f p 0.05 0.00 0.03 0.00 -nanotechnologie nanotechnologie NOM f s 0.34 0.00 0.34 0.00 -nant nant NOM m s 0.32 0.81 0.32 0.81 -nantais nantais ADJ m s 0.00 0.41 0.00 0.34 -nantaise nantaise NOM f s 0.14 0.00 0.14 0.00 -nantaises nantais NOM f p 0.00 0.34 0.00 0.07 -nanti nanti NOM m s 0.44 1.62 0.17 0.14 -nantie nantir VER f s 0.11 1.96 0.05 0.61 par:pas; -nanties nantir VER f p 0.11 1.96 0.00 0.14 par:pas; -nantir nantir VER 0.11 1.96 0.01 0.20 inf; -nantis nanti NOM m p 0.44 1.62 0.25 1.42 -nantissement nantissement NOM m s 0.01 0.07 0.01 0.07 -nap nap ADJ m s 0.05 0.00 0.05 0.00 -napalm napalm NOM m s 0.96 0.68 0.96 0.68 -napel napel NOM m s 0.01 0.00 0.01 0.00 -naphtaline naphtaline NOM f s 0.53 2.30 0.53 2.23 -naphtalines naphtaline NOM f p 0.53 2.30 0.00 0.07 -naphtalène naphtalène NOM m s 0.09 0.00 0.09 0.00 -naphte naphte NOM m s 0.10 0.27 0.10 0.27 -napolitain napolitain ADJ m s 1.09 1.96 0.73 0.34 -napolitaine napolitain ADJ f s 1.09 1.96 0.21 0.74 -napolitaines napolitain ADJ f p 1.09 1.96 0.02 0.27 -napolitains napolitain NOM m p 1.21 0.74 0.63 0.07 -napoléon napoléon NOM m s 0.18 1.28 0.04 0.81 -napoléonien napoléonien ADJ m s 0.08 0.61 0.02 0.20 -napoléonienne napoléonien ADJ f s 0.08 0.61 0.01 0.20 -napoléoniennes napoléonien ADJ f p 0.08 0.61 0.04 0.14 -napoléoniens napoléonien ADJ m p 0.08 0.61 0.01 0.07 -napoléons napoléon NOM m p 0.18 1.28 0.14 0.47 -nappa napper VER 0.31 1.49 0.22 0.20 ind:pas:3s; -nappage nappage NOM m s 0.04 0.00 0.04 0.00 -nappaient napper VER 0.31 1.49 0.00 0.07 ind:imp:3p; -nappait napper VER 0.31 1.49 0.00 0.14 ind:imp:3s; -nappe nappe NOM f s 4.34 25.68 3.01 18.18 -napper napper VER 0.31 1.49 0.01 0.07 inf; -napperon napperon NOM m s 0.51 3.65 0.31 2.16 -napperons napperon NOM m p 0.51 3.65 0.20 1.49 -nappes nappe NOM f p 4.34 25.68 1.33 7.50 -nappé napper VER m s 0.31 1.49 0.04 0.41 par:pas; -nappée napper VER f s 0.31 1.49 0.01 0.20 par:pas; -nappées napper VER f p 0.31 1.49 0.01 0.20 par:pas; -nappés napper VER m p 0.31 1.49 0.02 0.14 par:pas; -naquît naître VER 116.11 119.32 0.00 0.20 sub:imp:3s; -naquirent naître VER 116.11 119.32 0.03 0.34 ind:pas:3p; -naquis naître VER 116.11 119.32 0.25 0.27 ind:pas:1s;ind:pas:2s; -naquisse naître VER 116.11 119.32 0.00 0.07 sub:imp:1s; -naquissent naître VER 116.11 119.32 0.00 0.07 sub:imp:3p; -naquit naître VER 116.11 119.32 1.40 3.18 ind:pas:3s; -narbonnais narbonnais ADJ m s 0.00 0.68 0.00 0.68 -narcisse narcisse NOM m s 0.34 0.95 0.04 0.27 -narcisses narcisse NOM m p 0.34 0.95 0.31 0.68 -narcissique narcissique ADJ s 1.16 0.88 0.88 0.61 -narcissiquement narcissiquement ADV 0.00 0.07 0.00 0.07 -narcissiques narcissique ADJ p 1.16 0.88 0.27 0.27 -narcissisme narcissisme NOM m s 1.18 1.15 1.18 1.15 -narcissiste narcissiste NOM s 0.03 0.00 0.03 0.00 -narco_analyse narco_analyse NOM f s 0.01 0.00 0.01 0.00 -narcolepsie narcolepsie NOM f s 0.21 0.00 0.21 0.00 -narcoleptique narcoleptique ADJ s 0.14 0.00 0.14 0.00 -narcose narcose NOM f s 0.00 0.14 0.00 0.14 -narcotique narcotique NOM m s 1.28 0.47 0.32 0.34 -narcotiques narcotique NOM m p 1.28 0.47 0.96 0.14 -narcotrafic narcotrafic NOM m s 0.01 0.00 0.01 0.00 -narcotrafiquants narcotrafiquant NOM m p 0.19 0.00 0.19 0.00 -nard nard NOM m s 0.02 0.14 0.01 0.14 -nards nard NOM m p 0.02 0.14 0.01 0.00 -narghileh narghileh NOM m s 0.00 0.07 0.00 0.07 -narghilé narghilé NOM m s 0.01 0.14 0.01 0.14 -nargua narguer VER 1.93 6.55 0.00 0.14 ind:pas:3s; -narguaient narguer VER 1.93 6.55 0.00 0.34 ind:imp:3p; -narguais narguer VER 1.93 6.55 0.02 0.07 ind:imp:2s; -narguait narguer VER 1.93 6.55 0.02 0.88 ind:imp:3s; -narguant narguer VER 1.93 6.55 0.04 0.47 par:pre; -nargue narguer VER 1.93 6.55 0.88 0.88 imp:pre:2s;ind:pre:1s;ind:pre:3s; -narguent narguer VER 1.93 6.55 0.48 0.20 ind:pre:3p; -narguer narguer VER 1.93 6.55 0.41 3.38 inf; -nargues narguer VER 1.93 6.55 0.01 0.00 ind:pre:2s; -narguez narguer VER 1.93 6.55 0.02 0.07 ind:pre:2p; -narguilé narguilé NOM m s 0.08 1.01 0.07 0.81 -narguilés narguilé NOM m p 0.08 1.01 0.01 0.20 -narguons narguer VER 1.93 6.55 0.01 0.00 imp:pre:1p; -nargué narguer VER m s 1.93 6.55 0.05 0.07 par:pas; -narguées narguer VER f p 1.93 6.55 0.00 0.07 par:pas; -narine narine NOM f s 3.41 25.81 1.11 5.14 -narines narine NOM f p 3.41 25.81 2.30 20.68 -narquois narquois ADJ m 0.26 6.35 0.12 4.73 -narquoise narquois ADJ f s 0.26 6.35 0.14 1.42 -narquoisement narquoisement ADV 0.00 0.27 0.00 0.27 -narquoiserie narquoiserie NOM f s 0.00 0.07 0.00 0.07 -narquoises narquois ADJ f p 0.26 6.35 0.00 0.20 -narra narrer VER 0.24 2.30 0.00 0.20 ind:pas:3s; -narrai narrer VER 0.24 2.30 0.00 0.07 ind:pas:1s; -narrait narrer VER 0.24 2.30 0.01 0.61 ind:imp:3s; -narrant narrer VER 0.24 2.30 0.02 0.27 par:pre; -narrateur narrateur NOM m s 0.61 2.36 0.43 2.23 -narratif narratif ADJ m s 0.20 0.34 0.05 0.34 -narratifs narratif ADJ m p 0.20 0.34 0.05 0.00 -narration narration NOM f s 0.44 2.43 0.43 2.30 -narrations narration NOM f p 0.44 2.43 0.01 0.14 -narrative narratif ADJ f s 0.20 0.34 0.07 0.00 -narratives narratif ADJ f p 0.20 0.34 0.04 0.00 -narratrice narrateur NOM f s 0.61 2.36 0.17 0.14 -narratrices narratrice NOM f p 0.14 0.00 0.14 0.00 -narre narrer VER 0.24 2.30 0.01 0.34 ind:pre:1s;ind:pre:3s; -narrer narrer VER 0.24 2.30 0.16 0.47 inf; -narré narrer VER m s 0.24 2.30 0.03 0.20 par:pas; -narrée narrer VER f s 0.24 2.30 0.00 0.07 par:pas; -narrées narrer VER f p 0.24 2.30 0.00 0.07 par:pas; -narthex narthex NOM m 0.01 0.61 0.01 0.61 -narval narval NOM m s 0.04 0.68 0.04 0.61 -narvals narval NOM m p 0.04 0.68 0.00 0.07 -nasal nasal ADJ m s 1.56 2.50 0.60 0.47 -nasale nasal ADJ f s 1.56 2.50 0.67 1.08 -nasales nasal ADJ f p 1.56 2.50 0.24 0.81 -nasard nasard NOM m s 0.00 0.14 0.00 0.07 -nasardes nasard NOM f p 0.00 0.14 0.00 0.07 -nasaux nasal ADJ m p 1.56 2.50 0.05 0.14 -nasdaq nasdaq NOM m s 0.14 0.00 0.14 0.00 -nase nase ADJ s 1.84 0.74 1.54 0.68 -naseau naseau NOM m s 0.35 5.20 0.14 0.20 -naseaux naseau NOM m p 0.35 5.20 0.21 5.00 -nases nase NOM m p 1.06 0.20 0.43 0.00 -nasilla nasiller VER 0.01 1.22 0.00 0.07 ind:pas:3s; -nasillaient nasiller VER 0.01 1.22 0.00 0.07 ind:imp:3p; -nasillait nasiller VER 0.01 1.22 0.00 0.41 ind:imp:3s; -nasillant nasiller VER 0.01 1.22 0.00 0.34 par:pre; -nasillard nasillard ADJ m s 0.02 2.64 0.01 0.54 -nasillarde nasillard ADJ f s 0.02 2.64 0.01 1.42 -nasillardes nasillard ADJ f p 0.02 2.64 0.00 0.27 -nasillards nasillard ADJ m p 0.02 2.64 0.00 0.41 -nasille nasiller VER 0.01 1.22 0.01 0.14 ind:pre:1s;ind:pre:3s; -nasillement nasillement NOM m s 0.00 0.41 0.00 0.41 -nasillent nasiller VER 0.01 1.22 0.00 0.07 ind:pre:3p; -nasiller nasiller VER 0.01 1.22 0.00 0.14 inf; -nasillonne nasillonner VER 0.00 0.07 0.00 0.07 ind:pre:3s; -nasique nasique NOM m s 0.50 0.00 0.50 0.00 -nasopharynx nasopharynx NOM m 0.03 0.00 0.03 0.00 -nasse nasse NOM f s 0.54 1.82 0.39 1.22 -nasses nasse NOM f p 0.54 1.82 0.14 0.61 -nassérien nassérien ADJ m s 0.00 0.07 0.00 0.07 -natal natal ADJ m s 5.71 13.92 2.54 5.47 -natale natal ADJ f s 5.71 13.92 3.15 7.91 -natales natal ADJ f p 5.71 13.92 0.02 0.41 -natalité natalité NOM f s 0.20 0.54 0.20 0.54 -natals natal ADJ m p 5.71 13.92 0.00 0.14 -natation natation NOM f s 3.59 1.22 3.59 1.22 -natatoire natatoire ADJ f s 0.01 0.07 0.01 0.07 -natif natif ADJ m s 0.58 3.65 0.44 1.82 -natifs natif NOM m p 0.52 0.68 0.36 0.27 -nation nation NOM f s 24.80 47.23 16.97 31.96 -national_socialisme national_socialisme NOM m s 0.58 2.03 0.58 2.03 -national_socialiste national_socialiste ADJ m s 0.23 0.14 0.23 0.14 -national national ADJ m s 34.61 98.04 12.23 42.70 -nationale_socialiste nationale_socialiste ADJ f s 0.00 0.14 0.00 0.14 -nationale national ADJ f s 34.61 98.04 18.59 48.18 -nationalement nationalement ADV 0.00 0.14 0.00 0.14 -nationales national ADJ f p 34.61 98.04 1.43 4.39 -nationalisait nationaliser VER 0.06 0.68 0.00 0.07 ind:imp:3s; -nationalisation nationalisation NOM f s 0.11 1.08 0.01 0.61 -nationalisations nationalisation NOM f p 0.11 1.08 0.10 0.47 -nationalisent nationaliser VER 0.06 0.68 0.00 0.07 ind:pre:3p; -nationaliser nationaliser VER 0.06 0.68 0.01 0.07 inf; -nationalisme nationalisme NOM m s 2.75 3.11 2.75 3.11 -nationalisons nationaliser VER 0.06 0.68 0.00 0.07 imp:pre:1p; -nationaliste nationaliste ADJ s 1.65 2.57 1.16 1.76 -nationalistes nationaliste NOM p 1.45 1.55 1.40 1.22 -nationalisé nationaliser VER m s 0.06 0.68 0.01 0.07 par:pas; -nationalisée nationaliser VER f s 0.06 0.68 0.01 0.14 par:pas; -nationalisées nationaliser VER f p 0.06 0.68 0.01 0.20 par:pas; -nationalisés nationaliser VER m p 0.06 0.68 0.02 0.00 par:pas; -nationalité nationalité NOM f s 3.21 6.89 2.77 5.74 -nationalités nationalité NOM f p 3.21 6.89 0.43 1.15 -nationaux_socialistes nationaux_socialistes ADJ p 0.00 0.14 0.00 0.14 -nationaux national ADJ m p 34.61 98.04 2.35 2.77 -nations nation NOM f p 24.80 47.23 7.83 15.27 -native natif ADJ f s 0.58 3.65 0.06 1.28 -natives natif ADJ f p 0.58 3.65 0.01 0.20 -nativité nativité NOM f s 0.14 1.35 0.14 1.28 -nativités nativité NOM f p 0.14 1.35 0.00 0.07 -natron natron NOM m s 0.04 0.00 0.04 0.00 -natrum natrum NOM m s 0.01 0.00 0.01 0.00 -natrémie natrémie NOM f s 0.03 0.00 0.03 0.00 -natta natter VER 0.11 1.01 0.00 0.07 ind:pas:3s; -natte natte NOM f s 1.75 10.20 0.88 4.26 -natter natter VER 0.11 1.01 0.01 0.14 inf; -nattes natte NOM f p 1.75 10.20 0.87 5.95 -nattier nattier NOM m s 0.00 0.14 0.00 0.14 -natté natter VER m s 0.11 1.01 0.00 0.07 par:pas; -nattée natter VER f s 0.11 1.01 0.00 0.20 par:pas; -nattées natter VER f p 0.11 1.01 0.00 0.07 par:pas; -nattés natter VER m p 0.11 1.01 0.10 0.41 par:pas; -naturalisation naturalisation NOM f s 0.06 1.01 0.06 1.01 -naturaliser naturaliser VER 0.34 0.68 0.05 0.34 inf; -naturalisme naturalisme NOM m s 0.40 0.27 0.40 0.27 -naturaliste naturaliste NOM s 0.69 0.68 0.51 0.41 -naturalistes naturaliste NOM p 0.69 0.68 0.18 0.27 -naturalisé naturaliser VER m s 0.34 0.68 0.29 0.27 par:pas; -naturalisée naturalisé ADJ f s 0.04 0.47 0.01 0.00 -naturalisés naturalisé ADJ m p 0.04 0.47 0.01 0.20 -nature nature NOM f s 60.20 95.88 59.80 93.45 -naturel naturel ADJ m s 39.78 75.68 19.01 38.65 -naturelle naturel ADJ f s 39.78 75.68 14.02 24.86 -naturellement naturellement ADV 21.05 71.96 21.05 71.96 -naturelles naturel ADJ f p 39.78 75.68 3.90 6.28 -naturels naturel ADJ m p 39.78 75.68 2.86 5.88 -natures nature NOM f p 60.20 95.88 0.40 2.43 -naturisme naturisme NOM m s 0.03 0.14 0.03 0.14 -naturiste naturiste ADJ m s 0.20 0.41 0.18 0.20 -naturistes naturiste NOM p 0.03 0.20 0.03 0.14 -naturlich naturlich ADV 0.27 0.14 0.27 0.14 -naturopathe naturopathe NOM s 0.03 0.00 0.03 0.00 -naufrage naufrage NOM m s 3.04 11.62 2.76 10.61 -naufrageant naufrager VER 0.21 0.88 0.00 0.07 par:pre; -naufragent naufrager VER 0.21 0.88 0.00 0.07 ind:pre:3p; -naufrager naufrager VER 0.21 0.88 0.19 0.07 inf; -naufrages naufrage NOM m p 3.04 11.62 0.28 1.01 -naufrageur naufrageur NOM m s 0.02 0.20 0.00 0.07 -naufrageurs naufrageur NOM m p 0.02 0.20 0.02 0.07 -naufrageuse naufrageur NOM f s 0.02 0.20 0.00 0.07 -naufragé naufragé NOM m s 0.69 3.45 0.30 2.03 -naufragée naufragé NOM f s 0.69 3.45 0.00 0.41 -naufragées naufragé ADJ f p 0.06 1.08 0.00 0.07 -naufragés naufragé NOM m p 0.69 3.45 0.38 1.01 -nauséabond nauséabond ADJ m s 0.63 2.97 0.34 0.95 -nauséabonde nauséabond ADJ f s 0.63 2.97 0.17 0.88 -nauséabondes nauséabond ADJ f p 0.63 2.97 0.05 0.95 -nauséabonds nauséabond ADJ m p 0.63 2.97 0.06 0.20 -nausée nausée NOM f s 6.51 10.00 4.75 7.91 -nausées nausée NOM f p 6.51 10.00 1.76 2.09 -nauséeuse nauséeux ADJ f s 0.55 2.03 0.20 0.74 -nauséeuses nauséeux ADJ f p 0.55 2.03 0.14 0.14 -nauséeux nauséeux ADJ m 0.55 2.03 0.21 1.15 -nautes naute NOM m p 0.00 0.07 0.00 0.07 -nautile nautile NOM m s 0.05 0.00 0.05 0.00 -nautilus nautilus NOM m 1.26 0.14 1.26 0.14 -nautique nautique ADJ s 1.89 2.09 0.71 1.15 -nautiques nautique ADJ p 1.89 2.09 1.17 0.95 -nautonier nautonier NOM m s 0.00 0.27 0.00 0.07 -nautoniers nautonier NOM m p 0.00 0.27 0.00 0.20 -navaja navaja NOM f s 0.15 0.34 0.15 0.27 -navajas navaja NOM f p 0.15 0.34 0.00 0.07 -navajo navajo ADJ s 0.21 0.14 0.18 0.00 -navajos navajo NOM p 0.13 0.00 0.09 0.00 -naval naval ADJ m s 4.37 8.78 2.08 1.08 -navale naval ADJ f s 4.37 8.78 1.56 3.45 -navales naval ADJ f p 4.37 8.78 0.27 3.31 -navals naval ADJ m p 4.37 8.78 0.46 0.95 -navarin navarin NOM m s 0.10 0.27 0.10 0.20 -navarins navarin NOM m p 0.10 0.27 0.00 0.07 -navarrais navarrais NOM m 0.10 0.61 0.10 0.61 -nave nave NOM f s 0.02 0.74 0.02 0.74 -navel navel NOM f s 0.03 0.00 0.03 0.00 -navet navet NOM m s 3.16 2.77 1.25 0.88 -navets navet NOM m p 3.16 2.77 1.90 1.89 -navette navette NOM f s 9.35 3.65 8.44 3.04 -navettes navette NOM f p 9.35 3.65 0.91 0.61 -navicert navicert NOM m 0.00 0.07 0.00 0.07 -navigabilité navigabilité NOM f s 0.01 0.00 0.01 0.00 -navigable navigable ADJ m s 0.07 0.27 0.02 0.14 -navigables navigable ADJ f p 0.07 0.27 0.04 0.14 -navigant navigant ADJ m s 0.19 0.41 0.16 0.41 -navigante navigant ADJ f s 0.19 0.41 0.03 0.00 -navigateur navigateur NOM m s 2.23 3.78 1.95 1.89 -navigateurs navigateur NOM m p 2.23 3.78 0.25 1.82 -navigation navigation NOM f s 3.25 5.41 3.25 5.07 -navigations navigation NOM f p 3.25 5.41 0.00 0.34 -navigatrice navigateur NOM f s 2.23 3.78 0.04 0.07 -navigua naviguer VER 8.71 11.42 0.04 0.27 ind:pas:3s; -naviguaient naviguer VER 8.71 11.42 0.02 1.01 ind:imp:3p; -naviguais naviguer VER 8.71 11.42 0.12 0.27 ind:imp:1s; -naviguait naviguer VER 8.71 11.42 0.20 1.82 ind:imp:3s; -naviguant naviguer VER 8.71 11.42 0.07 1.08 par:pre; -navigue naviguer VER 8.71 11.42 2.18 1.82 imp:pre:2s;ind:pre:1s;ind:pre:3s; -naviguent naviguer VER 8.71 11.42 0.14 0.61 ind:pre:3p; -naviguer naviguer VER 8.71 11.42 3.33 2.57 inf; -naviguera naviguer VER 8.71 11.42 0.10 0.00 ind:fut:3s; -naviguerai naviguer VER 8.71 11.42 0.04 0.00 ind:fut:1s; -navigueraient naviguer VER 8.71 11.42 0.00 0.07 cnd:pre:3p; -naviguerons naviguer VER 8.71 11.42 0.25 0.00 ind:fut:1p; -navigues naviguer VER 8.71 11.42 0.02 0.00 ind:pre:2s; -naviguez naviguer VER 8.71 11.42 0.56 0.00 imp:pre:2p;ind:pre:2p; -naviguiez naviguer VER 8.71 11.42 0.14 0.00 ind:imp:2p; -naviguions naviguer VER 8.71 11.42 0.00 0.41 ind:imp:1p; -naviguons naviguer VER 8.71 11.42 0.19 0.14 imp:pre:1p;ind:pre:1p; -naviguèrent naviguer VER 8.71 11.42 0.02 0.00 ind:pas:3p; -navigué naviguer VER m s 8.71 11.42 1.29 1.35 par:pas; -navire_citerne navire_citerne NOM m s 0.14 0.00 0.01 0.00 -navire_hôpital navire_hôpital NOM m s 0.04 0.14 0.04 0.14 -navire navire NOM m s 21.98 50.20 15.83 28.04 -navire_citerne navire_citerne NOM m p 0.14 0.00 0.14 0.00 -navire_école navire_école NOM m p 0.00 0.07 0.00 0.07 -navires navire NOM m p 21.98 50.20 6.14 22.16 -navra navrer VER 18.68 4.19 0.00 0.20 ind:pas:3s; -navrait navrer VER 18.68 4.19 0.00 0.34 ind:imp:3s; -navrance navrance NOM f s 0.00 0.07 0.00 0.07 -navrant navrant ADJ m s 0.63 2.70 0.51 0.74 -navrante navrant ADJ f s 0.63 2.70 0.09 1.01 -navrantes navrant ADJ f p 0.63 2.70 0.02 0.54 -navrants navrant ADJ m p 0.63 2.70 0.01 0.41 -navre navrer VER 18.68 4.19 0.29 0.47 imp:pre:2s;ind:pre:3s; -navrer navrer VER 18.68 4.19 0.00 0.07 inf; -navres navrer VER 18.68 4.19 0.00 0.07 ind:pre:2s; -navrez navrer VER 18.68 4.19 0.01 0.00 ind:pre:2p; -navré navrer VER m s 18.68 4.19 12.01 1.42 par:pas; -navrée navrer VER f s 18.68 4.19 6.01 0.81 par:pas; -navrées navrer VER f p 18.68 4.19 0.03 0.07 par:pas; -navrés navrer VER m p 18.68 4.19 0.31 0.41 par:pas; -nay nay NOM f s 0.01 0.00 0.01 0.00 -nazaréen nazaréen NOM m s 0.48 0.14 0.48 0.14 -naze naze ADJ s 4.82 1.55 4.20 1.55 -nazes naze NOM m p 3.27 0.34 1.56 0.07 -nazi nazi NOM m s 14.76 7.50 4.13 0.74 -nazie nazi ADJ f s 7.11 7.70 1.27 1.62 -nazies nazi ADJ f p 7.11 7.70 0.53 0.88 -nazillons nazillon NOM m p 0.01 0.07 0.01 0.07 -nazis nazi NOM m p 14.76 7.50 9.81 6.76 -nazisme nazisme NOM m s 0.63 1.62 0.63 1.62 -ne_varietur ne_varietur ADV 0.00 0.14 0.00 0.14 -ne ne ADV 22287.83 13841.89 13357.03 7752.09 -nec nec NOM s 0.64 0.27 0.64 0.27 -neck neck NOM m s 0.21 0.00 0.21 0.00 -nectar nectar NOM m s 2.28 0.81 2.28 0.81 -nectarine nectarine NOM f s 0.14 0.00 0.12 0.00 -nectarines nectarine NOM f p 0.14 0.00 0.01 0.00 -nef nef NOM f s 0.55 6.89 0.41 6.49 -nefs nef NOM f p 0.55 6.89 0.13 0.41 -negro_spiritual negro_spiritual NOM m s 0.01 0.14 0.01 0.07 -negro_spiritual negro_spiritual NOM m p 0.01 0.14 0.00 0.07 -negro negro NOM s 0.07 0.07 0.07 0.07 -neige neige NOM f s 39.34 80.88 37.52 74.93 -neigeait neiger VER 7.87 3.92 0.89 1.22 ind:imp:3s; -neiger neiger VER 7.87 3.92 0.59 0.61 inf; -neigera neiger VER 7.87 3.92 0.21 0.07 ind:fut:3s; -neigerait neiger VER 7.87 3.92 0.02 0.00 cnd:pre:3s; -neiges neige NOM f p 39.34 80.88 1.82 5.95 -neigeuse neigeux ADJ f s 0.30 4.12 0.04 1.35 -neigeuses neigeux ADJ f p 0.30 4.12 0.03 1.22 -neigeux neigeux ADJ m 0.30 4.12 0.23 1.55 -neigé neiger VER m s 7.87 3.92 0.66 0.54 par:pas; -nem nem NOM m s 0.62 0.14 0.33 0.07 -nemrod nemrod NOM m s 0.00 0.07 0.00 0.07 -nems nem NOM m p 0.62 0.14 0.29 0.07 -nenni nenni ADV 0.52 0.34 0.52 0.34 -nephtys nephtys NOM m 0.00 0.07 0.00 0.07 -neptunienne neptunien ADJ f s 0.06 0.00 0.03 0.00 -neptuniens neptunien ADJ m p 0.06 0.00 0.04 0.00 -nerf nerf NOM m s 30.12 30.47 8.09 3.92 -nerfs nerf NOM m p 30.12 30.47 22.03 26.55 -nerprun nerprun NOM m s 0.00 0.20 0.00 0.14 -nerpruns nerprun NOM m p 0.00 0.20 0.00 0.07 -nerva nerver VER 0.35 0.07 0.34 0.00 ind:pas:3s; -nerver nerver VER 0.35 0.07 0.02 0.00 inf; -nerveuse nerveux ADJ f s 41.91 35.81 8.50 10.88 -nerveusement nerveusement ADV 0.38 7.36 0.38 7.36 -nerveuses nerveux ADJ f p 41.91 35.81 0.89 3.11 -nerveux nerveux ADJ m 41.91 35.81 32.52 21.82 -nervi nervi NOM m s 0.05 0.81 0.05 0.47 -nervis nervi NOM m p 0.05 0.81 0.00 0.34 -nervosité nervosité NOM f s 1.58 5.07 1.58 4.93 -nervosités nervosité NOM f p 1.58 5.07 0.00 0.14 -nervé nerver VER m s 0.35 0.07 0.00 0.07 par:pas; -nervure nervure NOM f s 0.01 3.24 0.00 0.54 -nervures nervure NOM f p 0.01 3.24 0.01 2.70 -nervuré nervurer VER m s 0.01 0.41 0.00 0.20 par:pas; -nervurée nervurer VER f s 0.01 0.41 0.01 0.14 par:pas; -nervurées nervurer VER f p 0.01 0.41 0.00 0.07 par:pas; -nescafé nescafé NOM m s 0.20 0.81 0.20 0.81 -nestor nestor NOM m s 0.01 0.00 0.01 0.00 -nestorianisme nestorianisme NOM m s 0.00 0.34 0.00 0.34 -nestorien nestorien NOM m s 0.00 2.09 0.00 1.35 -nestorienne nestorien ADJ f s 0.00 1.62 0.00 0.34 -nestoriennes nestorien ADJ f p 0.00 1.62 0.00 0.07 -nestoriens nestorien NOM m p 0.00 2.09 0.00 0.74 -net net ADJ m s 19.95 40.20 14.31 17.09 -nets net ADJ m p 19.95 40.20 0.94 4.19 -nette net ADJ f s 19.95 40.20 3.91 14.86 -nettement nettement ADV 3.17 20.34 3.17 20.34 -nettes net ADJ f p 19.95 40.20 0.79 4.05 -netteté netteté NOM f s 0.61 9.12 0.61 9.12 -nettoie nettoyer VER 61.93 28.11 12.09 2.64 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -nettoiement nettoiement NOM m s 0.03 0.27 0.03 0.27 -nettoient nettoyer VER 61.93 28.11 0.67 0.81 ind:pre:3p; -nettoiera nettoyer VER 61.93 28.11 0.33 0.20 ind:fut:3s; -nettoierai nettoyer VER 61.93 28.11 0.75 0.07 ind:fut:1s; -nettoieraient nettoyer VER 61.93 28.11 0.02 0.00 cnd:pre:3p; -nettoierais nettoyer VER 61.93 28.11 0.11 0.00 cnd:pre:1s;cnd:pre:2s; -nettoierait nettoyer VER 61.93 28.11 0.13 0.07 cnd:pre:3s; -nettoieras nettoyer VER 61.93 28.11 0.33 0.00 ind:fut:2s; -nettoierez nettoyer VER 61.93 28.11 0.04 0.14 ind:fut:2p; -nettoierons nettoyer VER 61.93 28.11 0.13 0.00 ind:fut:1p; -nettoies nettoyer VER 61.93 28.11 1.42 0.14 ind:pre:2s;sub:pre:2s; -nettoya nettoyer VER 61.93 28.11 0.02 1.28 ind:pas:3s; -nettoyable nettoyable ADJ s 0.01 0.07 0.01 0.00 -nettoyables nettoyable ADJ p 0.01 0.07 0.00 0.07 -nettoyage nettoyage NOM m s 7.50 6.35 7.48 5.88 -nettoyages nettoyage NOM m p 7.50 6.35 0.02 0.47 -nettoyai nettoyer VER 61.93 28.11 0.00 0.14 ind:pas:1s; -nettoyaient nettoyer VER 61.93 28.11 0.07 0.95 ind:imp:3p; -nettoyais nettoyer VER 61.93 28.11 1.06 0.14 ind:imp:1s;ind:imp:2s; -nettoyait nettoyer VER 61.93 28.11 1.02 2.57 ind:imp:3s; -nettoyant nettoyer VER 61.93 28.11 0.64 1.01 par:pre; -nettoyante nettoyant ADJ f s 0.10 0.07 0.01 0.00 -nettoyants nettoyant NOM m p 0.35 0.07 0.02 0.07 -nettoyer nettoyer VER 61.93 28.11 30.26 10.95 inf; -nettoyeur nettoyeur NOM m s 2.51 0.68 1.24 0.34 -nettoyeurs nettoyeur NOM m p 2.51 0.68 0.91 0.20 -nettoyeuse nettoyeur NOM f s 2.51 0.68 0.36 0.07 -nettoyeuses nettoyeur NOM f p 2.51 0.68 0.00 0.07 -nettoyez nettoyer VER 61.93 28.11 2.88 0.00 imp:pre:2p;ind:pre:2p; -nettoyiez nettoyer VER 61.93 28.11 0.14 0.07 ind:imp:2p; -nettoyons nettoyer VER 61.93 28.11 0.46 0.14 imp:pre:1p;ind:pre:1p; -nettoyât nettoyer VER 61.93 28.11 0.00 0.20 sub:imp:3s; -nettoyèrent nettoyer VER 61.93 28.11 0.01 0.07 ind:pas:3p; -nettoyé nettoyer VER m s 61.93 28.11 7.72 4.19 par:pas; -nettoyée nettoyer VER f s 61.93 28.11 0.89 1.08 par:pas; -nettoyées nettoyer VER f p 61.93 28.11 0.29 0.41 par:pas; -nettoyés nettoyer VER m p 61.93 28.11 0.45 0.88 par:pas; -neuf neuf ADJ:num 59.45 113.18 32.05 56.01 -neufs neuf ADJ m p 59.45 113.18 3.50 11.89 -neuneu neuneu ADJ f s 0.49 0.07 0.49 0.07 -neural neural ADJ m s 1.21 0.00 0.79 0.00 -neurale neural ADJ f s 1.21 0.00 0.32 0.00 -neurales neural ADJ f p 1.21 0.00 0.10 0.00 -neurasthénie neurasthénie NOM f s 0.14 1.28 0.14 1.28 -neurasthénique neurasthénique ADJ s 0.71 1.15 0.70 0.81 -neurasthéniques neurasthénique NOM p 0.10 0.20 0.10 0.07 -neurinome neurinome NOM m s 0.01 0.00 0.01 0.00 -neurobiologie neurobiologie NOM f s 0.01 0.00 0.01 0.00 -neurobiologiste neurobiologiste NOM s 0.02 0.00 0.02 0.00 -neurochimie neurochimie NOM f s 0.03 0.00 0.03 0.00 -neurochimique neurochimique ADJ s 0.01 0.00 0.01 0.00 -neurochirurgie neurochirurgie NOM f s 0.53 0.00 0.53 0.00 -neurochirurgien neurochirurgien NOM m s 0.85 0.00 0.79 0.00 -neurochirurgienne neurochirurgien NOM f s 0.85 0.00 0.06 0.00 -neurofibromatose neurofibromatose NOM f s 0.05 0.00 0.05 0.00 -neuroleptique neuroleptique NOM m s 0.07 0.20 0.01 0.07 -neuroleptiques neuroleptique NOM m p 0.07 0.20 0.06 0.14 -neurolinguistique neurolinguistique NOM f s 0.01 0.00 0.01 0.00 -neurologie neurologie NOM f s 0.93 0.00 0.93 0.00 -neurologique neurologique ADJ s 1.71 0.00 1.26 0.00 -neurologiquement neurologiquement ADV 0.02 0.00 0.02 0.00 -neurologiques neurologique ADJ p 1.71 0.00 0.45 0.00 -neurologiste neurologiste NOM s 0.09 0.00 0.09 0.00 -neurologue neurologue NOM s 1.56 0.34 1.34 0.34 -neurologues neurologue NOM p 1.56 0.34 0.22 0.00 -neuromusculaire neuromusculaire ADJ m s 0.11 0.00 0.11 0.00 -neuronal neuronal ADJ m s 0.42 0.00 0.19 0.00 -neuronale neuronal ADJ f s 0.42 0.00 0.14 0.00 -neuronales neuronal ADJ f p 0.42 0.00 0.03 0.00 -neuronaux neuronal ADJ m p 0.42 0.00 0.06 0.00 -neurone neurone NOM m s 1.77 1.15 0.38 0.07 -neurones neurone NOM m p 1.77 1.15 1.39 1.08 -neuronique neuronique ADJ f s 0.03 0.00 0.03 0.00 -neuropathie neuropathie NOM f s 0.07 0.00 0.07 0.00 -neuropathologie neuropathologie NOM f s 0.01 0.00 0.01 0.00 -neuropeptide neuropeptide NOM m s 0.01 0.00 0.01 0.00 -neurophysiologie neurophysiologie NOM f s 0.02 0.07 0.02 0.07 -neuroplégique neuroplégique ADJ s 0.02 0.00 0.02 0.00 -neuropsychiatrie neuropsychiatrie NOM f s 0.03 0.00 0.03 0.00 -neuropsychologiques neuropsychologique ADJ p 0.11 0.00 0.11 0.00 -neuropsychologue neuropsychologue NOM s 0.02 0.00 0.02 0.00 -neuroscience neuroscience NOM f s 0.04 0.00 0.04 0.00 -neurotoxine neurotoxine NOM f s 0.05 0.00 0.05 0.00 -neurotoxique neurotoxique ADJ s 0.14 0.00 0.14 0.00 -neurotransmetteur neurotransmetteur NOM m s 0.36 0.00 0.05 0.00 -neurotransmetteurs neurotransmetteur NOM m p 0.36 0.00 0.31 0.00 -neutralisaient neutraliser VER 5.31 2.97 0.01 0.14 ind:imp:3p; -neutralisait neutraliser VER 5.31 2.97 0.05 0.07 ind:imp:3s; -neutralisant neutraliser VER 5.31 2.97 0.06 0.20 par:pre; -neutralisante neutralisant ADJ f s 0.04 0.00 0.02 0.00 -neutralisateur neutralisateur ADJ m s 0.01 0.07 0.01 0.07 -neutralisation neutralisation NOM f s 0.13 1.08 0.13 1.08 -neutralise neutraliser VER 5.31 2.97 0.53 0.27 imp:pre:2s;ind:pre:1s;ind:pre:3s; -neutralisent neutraliser VER 5.31 2.97 0.29 0.00 ind:pre:3p; -neutraliser neutraliser VER 5.31 2.97 2.31 1.28 inf; -neutralisera neutraliser VER 5.31 2.97 0.09 0.00 ind:fut:3s; -neutraliserai neutraliser VER 5.31 2.97 0.02 0.00 ind:fut:1s; -neutraliseraient neutraliser VER 5.31 2.97 0.00 0.07 cnd:pre:3p; -neutraliserait neutraliser VER 5.31 2.97 0.03 0.00 cnd:pre:3s; -neutraliseront neutraliser VER 5.31 2.97 0.04 0.00 ind:fut:3p; -neutralisez neutraliser VER 5.31 2.97 0.19 0.00 imp:pre:2p;ind:pre:2p; -neutralisiez neutraliser VER 5.31 2.97 0.01 0.00 ind:imp:2p; -neutralisons neutraliser VER 5.31 2.97 0.03 0.00 imp:pre:1p;ind:pre:1p; -neutraliste neutraliste NOM s 0.16 0.00 0.16 0.00 -neutralisé neutraliser VER m s 5.31 2.97 1.02 0.34 par:pas; -neutralisée neutraliser VER f s 5.31 2.97 0.29 0.27 par:pas; -neutralisées neutraliser VER f p 5.31 2.97 0.02 0.14 par:pas; -neutralisés neutraliser VER m p 5.31 2.97 0.31 0.20 par:pas; -neutralité neutralité NOM f s 0.46 2.97 0.46 2.97 -neutre neutre ADJ s 5.15 11.76 4.32 10.20 -neutres neutre ADJ p 5.15 11.76 0.83 1.55 -neutrino neutrino NOM m s 0.55 0.00 0.15 0.00 -neutrinos neutrino NOM m p 0.55 0.00 0.40 0.00 -neutron neutron NOM m s 0.68 0.54 0.46 0.14 -neutronique neutronique ADJ m s 0.01 0.00 0.01 0.00 -neutrons neutron NOM m p 0.68 0.54 0.23 0.41 -neutropénie neutropénie NOM f s 0.04 0.00 0.04 0.00 -neuvaine neuvaine NOM f s 0.38 0.61 0.14 0.14 -neuvaines neuvaine NOM f p 0.38 0.61 0.25 0.47 -neuve neuf ADJ f s 59.45 113.18 10.30 22.43 -neuves neuf ADJ f p 59.45 113.18 5.02 8.72 -neuvième neuvième ADJ 1.09 1.49 1.09 1.42 -neuvièmes neuvième NOM p 0.55 1.08 0.01 0.00 -neveu neveu NOM m s 22.90 26.35 22.90 13.92 -neveux neveux NOM m p 2.13 3.72 2.13 3.72 -new_yorkais new_yorkais ADJ m 0.00 1.42 0.00 0.95 -new_yorkais new_yorkais ADJ f s 0.00 1.42 0.00 0.34 -new_yorkais new_yorkais ADJ f p 0.00 1.42 0.00 0.14 -new_wave new_wave NOM f 0.00 0.07 0.00 0.07 -new new ADJ m s 0.74 3.51 0.74 3.51 -news new NOM m p 0.08 0.20 0.08 0.20 -ney ney NOM m s 1.68 0.14 1.68 0.14 -nez nez NOM m 75.18 177.64 75.18 177.64 -ni ni CON 377.64 662.36 377.64 662.36 -nia nier VER 24.86 23.58 0.13 1.01 ind:pas:3s; -niable niable ADJ s 0.00 0.61 0.00 0.61 -niai nier VER 24.86 23.58 0.00 0.20 ind:pas:1s; -niaient nier VER 24.86 23.58 0.03 0.54 ind:imp:3p; -niais niais ADJ m 1.19 5.68 1.11 3.51 -niaise niais NOM f s 0.71 1.49 0.14 0.41 -niaisement niaisement ADV 0.11 0.68 0.11 0.68 -niaiser niaiser VER 0.30 0.00 0.17 0.00 inf; -niaiserie niaiserie NOM f s 0.89 3.51 0.16 1.89 -niaiseries niaiserie NOM f p 0.89 3.51 0.73 1.62 -niaises niaise NOM f p 0.11 0.00 0.07 0.00 -niaiseuse niaiseux ADJ f s 0.05 0.07 0.01 0.00 -niaiseux niaiseux ADJ m p 0.05 0.07 0.04 0.07 -niaisé niaiser VER m s 0.30 0.00 0.14 0.00 par:pas; -niait nier VER 24.86 23.58 0.11 2.43 ind:imp:3s; -niakoué niakoué NOM s 0.07 0.14 0.03 0.07 -niakoués niakoué NOM p 0.07 0.14 0.04 0.07 -niant nier VER 24.86 23.58 0.35 0.95 par:pre; -nib nib ADV 0.16 2.03 0.16 2.03 -nibard nibard NOM m s 1.60 0.68 0.13 0.07 -nibards nibard NOM m p 1.60 0.68 1.47 0.61 -nibergue nibergue ADJ 0.00 0.07 0.00 0.07 -nicaraguayen nicaraguayen ADJ m s 0.06 0.00 0.04 0.00 -nicaraguayenne nicaraguayen NOM f s 0.07 0.00 0.02 0.00 -nicaraguayens nicaraguayen NOM m p 0.07 0.00 0.05 0.00 -nice nice NOM s 2.00 0.41 2.00 0.41 -nicet nicet ADJ m s 0.00 0.14 0.00 0.14 -nicha nicher VER 1.52 5.61 0.01 0.07 ind:pas:3s; -nichaient nicher VER 1.52 5.61 0.12 0.34 ind:imp:3p; -nichait nicher VER 1.52 5.61 0.10 0.27 ind:imp:3s; -nichan nichan NOM m s 0.00 0.07 0.00 0.07 -nichant nicher VER 1.52 5.61 0.00 0.34 par:pre; -niche niche NOM f s 2.27 9.39 2.17 6.35 -nichent nicher VER 1.52 5.61 0.16 0.27 ind:pre:3p; -nicher nicher VER 1.52 5.61 0.35 1.62 inf; -niches niche NOM f p 2.27 9.39 0.10 3.04 -nicheurs nicheur ADJ m p 0.00 0.07 0.00 0.07 -nichions nicher VER 1.52 5.61 0.00 0.07 ind:imp:1p; -nichon nichon NOM m s 9.85 6.35 0.67 0.54 -nichonnée nichonnée ADJ f s 0.00 0.27 0.00 0.14 -nichonnées nichonnée ADJ f p 0.00 0.27 0.00 0.14 -nichons nichon NOM m p 9.85 6.35 9.18 5.81 -nichèrent nicher VER 1.52 5.61 0.00 0.07 ind:pas:3p; -niché nicher VER m s 1.52 5.61 0.23 0.61 par:pas; -nichée nicher VER f s 1.52 5.61 0.14 0.61 par:pas; -nichées nichée NOM f p 0.07 1.22 0.01 0.00 -nichés nicher VER m p 1.52 5.61 0.02 0.27 par:pas; -nickel nickel ADJ 2.78 1.28 2.78 1.28 -nickelle nickeler VER 0.00 0.54 0.00 0.07 ind:pre:3s; -nickels nickel NOM m p 1.50 1.55 0.09 0.34 -nickelé nickelé ADJ m s 0.35 2.03 0.02 0.81 -nickelée nickelé ADJ f s 0.35 2.03 0.01 0.54 -nickelées nickelé ADJ f p 0.35 2.03 0.00 0.07 -nickelés nickelé ADJ m p 0.35 2.03 0.32 0.61 -nicotine nicotine NOM f s 1.66 1.28 1.66 1.28 -nicotinisé nicotiniser VER m s 0.00 0.14 0.00 0.07 par:pas; -nicotinisés nicotiniser VER m p 0.00 0.14 0.00 0.07 par:pas; -nictation nictation NOM f s 0.00 0.07 0.00 0.07 -nictitant nictitant ADJ m s 0.01 0.07 0.00 0.07 -nictitante nictitant ADJ f s 0.01 0.07 0.01 0.00 -nid_de_poule nid_de_poule NOM m s 0.20 0.20 0.14 0.07 -nid nid NOM m s 12.25 18.85 11.07 14.59 -nidification nidification NOM f s 0.04 0.07 0.04 0.07 -nidificatrices nidificateur NOM f p 0.00 0.07 0.00 0.07 -nidifie nidifier VER 0.01 0.00 0.01 0.00 ind:pre:3s; -nid_de_poule nid_de_poule NOM m p 0.20 0.20 0.06 0.14 -nids nid NOM m p 12.25 18.85 1.19 4.26 -nie nier VER 24.86 23.58 7.37 3.85 imp:pre:2s;ind:pre:1s;ind:pre:3s; -nielle nielle NOM s 0.00 0.14 0.00 0.14 -niellé nieller VER m s 0.00 0.07 0.00 0.07 par:pas; -nient nier VER 24.86 23.58 0.90 0.95 ind:pre:3p; -nier nier VER 24.86 23.58 7.76 10.68 inf; -niera nier VER 24.86 23.58 0.18 0.00 ind:fut:3s; -nierai nier VER 24.86 23.58 0.62 0.20 ind:fut:1s; -nierais nier VER 24.86 23.58 0.12 0.14 cnd:pre:1s; -nierait nier VER 24.86 23.58 0.19 0.07 cnd:pre:3s; -nieras nier VER 24.86 23.58 0.14 0.00 ind:fut:2s; -nierez nier VER 24.86 23.58 0.04 0.20 ind:fut:2p; -nieriez nier VER 24.86 23.58 0.01 0.00 cnd:pre:2p; -nierons nier VER 24.86 23.58 0.04 0.00 ind:fut:1p; -nieront nier VER 24.86 23.58 0.06 0.07 ind:fut:3p; -nies nier VER 24.86 23.58 2.96 0.20 ind:pre:2s; -niet niet ONO 0.33 0.27 0.33 0.27 -nietzschéen nietzschéen NOM m s 0.59 0.07 0.59 0.07 -nietzschéenne nietzschéen ADJ f s 0.79 0.74 0.41 0.20 -nietzschéennes nietzschéen ADJ f p 0.79 0.74 0.20 0.14 -niez nier VER 24.86 23.58 1.87 0.61 imp:pre:2p;ind:pre:2p; -nigaud nigaud NOM m s 1.59 1.42 1.27 0.95 -nigaude nigaud ADJ f s 0.62 1.15 0.05 0.14 -nigaudement nigaudement ADV 0.00 0.07 0.00 0.07 -nigauderie nigauderie NOM f s 0.00 0.07 0.00 0.07 -nigauds nigaud NOM m p 1.59 1.42 0.28 0.41 -nigelle nigel NOM f s 0.01 0.00 0.01 0.00 -night_club night_club NOM m s 1.31 0.88 1.16 0.61 -night_club night_club NOM m p 1.31 0.88 0.10 0.27 -night_club night_club NOM m s 1.31 0.88 0.05 0.00 -niguedouille niguedouille NOM s 0.00 0.07 0.00 0.07 -nigérian nigérian ADJ m s 0.13 0.00 0.08 0.00 -nigérian nigérian NOM m s 0.22 0.00 0.08 0.00 -nigériane nigérian ADJ f s 0.13 0.00 0.01 0.00 -nigérians nigérian NOM m p 0.22 0.00 0.14 0.00 -nigérien nigérien ADJ m s 0.17 0.00 0.17 0.00 -nigériens nigérien NOM m p 0.04 0.07 0.03 0.07 -nihil_obstat nihil_obstat ADV 0.00 0.20 0.00 0.20 -nihilisme nihilisme NOM m s 0.11 1.22 0.11 1.22 -nihiliste nihiliste ADJ s 0.09 0.74 0.09 0.54 -nihilistes nihiliste NOM p 0.16 0.41 0.08 0.00 -nikkei nikkei NOM m s 0.05 0.00 0.05 0.00 -nil nil NOM s 0.05 0.07 0.05 0.07 -nim nim NOM m s 1.78 0.07 1.78 0.07 -nimba nimber VER 0.17 2.50 0.00 0.07 ind:pas:3s; -nimbaient nimber VER 0.17 2.50 0.00 0.07 ind:imp:3p; -nimbait nimber VER 0.17 2.50 0.01 0.74 ind:imp:3s; -nimbant nimber VER 0.17 2.50 0.00 0.14 par:pre; -nimbe nimbe NOM m s 0.01 0.88 0.01 0.81 -nimbent nimber VER 0.17 2.50 0.00 0.07 ind:pre:3p; -nimber nimber VER 0.17 2.50 0.00 0.14 inf; -nimbes nimbe NOM m p 0.01 0.88 0.00 0.07 -nimbo_stratus nimbo_stratus NOM m 0.14 0.00 0.14 0.00 -nimbo nimbo ADV 0.00 0.07 0.00 0.07 -nimbostratus nimbostratus NOM m 0.00 0.07 0.00 0.07 -nimbé nimber VER m s 0.17 2.50 0.14 0.47 par:pas; -nimbée nimber VER f s 0.17 2.50 0.02 0.61 par:pas; -nimbées nimber VER f p 0.17 2.50 0.00 0.14 par:pas; -nimbés nimber VER m p 0.17 2.50 0.00 0.07 par:pas; -nimbus nimbus NOM m 0.09 0.20 0.09 0.20 -ninas ninas NOM m 0.01 0.95 0.01 0.95 -niobium niobium NOM m s 0.01 0.00 0.01 0.00 -niolo niolo NOM m s 0.00 0.14 0.00 0.14 -nions nier VER 24.86 23.58 0.16 0.07 imp:pre:1p;ind:pre:1p; -nioulouque nioulouque ADJ s 0.00 0.07 0.00 0.07 -nippe nippe NOM f s 0.14 2.43 0.01 0.07 -nipper nipper VER 0.38 0.88 0.04 0.14 inf; -nippes nippe NOM f p 0.14 2.43 0.13 2.36 -nippez nipper VER 0.38 0.88 0.10 0.07 imp:pre:2p; -nippo nippo ADV 0.03 0.00 0.03 0.00 -nippon nippon ADJ m s 0.34 1.22 0.33 0.41 -nippone nippon ADJ f s 0.34 1.22 0.01 0.14 -nippones nippon ADJ f p 0.34 1.22 0.00 0.34 -nipponne nipponne ADJ f s 0.14 0.00 0.14 0.00 -nippons nippon NOM m p 0.06 0.41 0.04 0.41 -nippé nipper VER m s 0.38 0.88 0.02 0.07 par:pas; -nippée nipper VER f s 0.38 0.88 0.02 0.34 par:pas; -nippées nipper VER f p 0.38 0.88 0.10 0.20 par:pas; -niquait niquer VER 7.57 1.35 0.06 0.00 ind:imp:3s; -nique nique NOM f s 1.56 0.61 1.56 0.61 -niquedouille niquedouille NOM s 0.03 0.20 0.03 0.20 -niquent niquer VER 7.57 1.35 0.23 0.00 ind:pre:3p; -niquer niquer VER 7.57 1.35 3.27 0.74 inf; -niquera niquer VER 7.57 1.35 0.03 0.00 ind:fut:3s; -niquerait niquer VER 7.57 1.35 0.01 0.00 cnd:pre:3s; -niques niquer VER 7.57 1.35 0.11 0.00 ind:pre:2s; -niquez niquer VER 7.57 1.35 0.08 0.00 imp:pre:2p;ind:pre:2p; -niquons niquer VER 7.57 1.35 0.01 0.00 imp:pre:1p; -niqué niquer VER m s 7.57 1.35 2.33 0.20 par:pas; -niquée niquer VER f s 7.57 1.35 0.11 0.00 par:pas; -niqués niquer VER m p 7.57 1.35 0.14 0.20 par:pas; -nirvana nirvana NOM m s 0.81 0.74 0.81 0.68 -nirvanas nirvana NOM m p 0.81 0.74 0.00 0.07 -nirvâna nirvâna NOM m s 0.01 2.09 0.01 2.09 -nisan nisan NOM m s 0.00 0.20 0.00 0.20 -nièce nièce NOM f s 10.10 0.00 9.28 0.00 -nièces nièce NOM f p 10.10 0.00 0.82 0.00 -nième nième NOM m s 0.03 0.07 0.03 0.07 -niçois niçois ADJ m 0.08 1.28 0.00 0.88 -niçoise niçois ADJ f s 0.08 1.28 0.08 0.34 -niçoises niçois NOM f p 0.03 0.47 0.00 0.20 -nière nière NOM m s 0.14 0.07 0.14 0.07 -nièrent nier VER 24.86 23.58 0.01 0.07 ind:pas:3p; -nitratant nitrater VER 0.01 0.00 0.01 0.00 par:pre; -nitrate nitrate NOM m s 0.64 0.54 0.38 0.41 -nitrates nitrate NOM m p 0.64 0.54 0.27 0.14 -nitre nitre NOM m s 0.07 0.00 0.07 0.00 -nitreuse nitreux ADJ f s 0.17 0.00 0.01 0.00 -nitreux nitreux ADJ m s 0.17 0.00 0.16 0.00 -nitrique nitrique ADJ s 0.25 0.14 0.25 0.14 -nitrite nitrite NOM m s 0.02 0.14 0.02 0.14 -nitroglycérine nitroglycérine NOM f s 0.79 0.20 0.79 0.20 -nitrogène nitrogène NOM m s 0.17 0.00 0.17 0.00 -nitré nitré ADJ m s 0.00 0.07 0.00 0.07 -nié nier VER m s 24.86 23.58 1.53 0.88 par:pas; -niébé niébé NOM m s 0.02 0.07 0.02 0.07 -niée nier VER f s 24.86 23.58 0.14 0.27 par:pas; -niés nier VER m p 24.86 23.58 0.01 0.07 par:pas; -nivôse nivôse NOM m s 0.00 0.41 0.00 0.41 -nivaquine nivaquine NOM f s 0.00 0.14 0.00 0.14 -niveau niveau NOM m s 50.70 32.91 45.46 30.74 -niveaux niveau NOM m p 50.70 32.91 5.24 2.16 -nivelait niveler VER 0.14 1.96 0.00 0.07 ind:imp:3s; -nivelant niveler VER 0.14 1.96 0.04 0.07 par:pre; -niveler niveler VER 0.14 1.96 0.09 0.27 inf; -niveleur niveleur NOM m s 0.01 0.27 0.01 0.00 -niveleurs niveleur NOM m p 0.01 0.27 0.00 0.20 -niveleuse niveleur NOM f s 0.01 0.27 0.00 0.07 -nivelle niveler VER 0.14 1.96 0.00 0.07 ind:pre:1s; -nivellement nivellement NOM m s 0.00 0.20 0.00 0.20 -nivellent niveler VER 0.14 1.96 0.00 0.07 ind:pre:3p; -nivelât niveler VER 0.14 1.96 0.00 0.07 sub:imp:3s; -nivelé niveler VER m s 0.14 1.96 0.02 0.68 par:pas; -nivelée niveler VER f s 0.14 1.96 0.00 0.27 par:pas; -nivelées niveler VER f p 0.14 1.96 0.00 0.07 par:pas; -nivelés niveler VER m p 0.14 1.96 0.00 0.34 par:pas; -nivernais nivernais ADJ m 0.00 0.07 0.00 0.07 -nivernaise nivernaise ADJ f s 0.00 0.20 0.00 0.20 -nixe nixe NOM f s 0.01 0.07 0.01 0.07 -no_man_s_land no_man_s_land NOM m s 0.95 1.49 0.95 1.49 -nobiliaire nobiliaire ADJ s 0.10 0.95 0.10 0.47 -nobiliaires nobiliaire ADJ p 0.10 0.95 0.00 0.47 -nobilitas nobilitas NOM f 0.10 0.00 0.10 0.00 -noblaillon noblaillon NOM m s 0.02 0.00 0.02 0.00 -noble noble ADJ s 28.70 31.62 23.73 20.00 -noblement noblement ADV 0.58 2.70 0.58 2.70 -nobles noble ADJ p 28.70 31.62 4.97 11.62 -noblesse noblesse NOM f s 6.09 12.64 6.09 12.43 -noblesses noblesse NOM f p 6.09 12.64 0.00 0.20 -nobliau nobliau NOM m s 0.01 0.14 0.01 0.00 -nobliaux nobliau NOM m p 0.01 0.14 0.00 0.14 -noce noce NOM f s 17.05 21.01 4.43 6.55 -nocer nocer VER 0.01 0.00 0.01 0.00 inf; -noces noce NOM f p 17.05 21.01 12.62 14.46 -noceur noceur NOM m s 0.17 0.88 0.15 0.47 -noceurs noceur NOM m p 0.17 0.88 0.02 0.20 -noceuse noceur NOM f s 0.17 0.88 0.00 0.14 -noceuses noceur NOM f p 0.17 0.88 0.00 0.07 -nocher nocher NOM m s 0.02 0.14 0.02 0.14 -nochère nochère NOM f s 0.00 0.14 0.00 0.14 -nocif nocif ADJ m s 1.53 1.69 0.56 0.74 -nocifs nocif ADJ m p 1.53 1.69 0.38 0.34 -nocive nocif ADJ f s 1.53 1.69 0.31 0.41 -nocives nocif ADJ f p 1.53 1.69 0.27 0.20 -nocivité nocivité NOM f s 0.16 0.20 0.16 0.20 -noctambule noctambule ADJ m s 0.51 0.61 0.38 0.27 -noctambules noctambule ADJ p 0.51 0.61 0.14 0.34 -noctambulisme noctambulisme NOM m s 0.00 0.14 0.00 0.14 -nocturnal nocturnal NOM m s 0.01 0.07 0.01 0.07 -nocturne nocturne ADJ s 5.71 37.16 4.09 25.41 -nocturnes nocturne ADJ p 5.71 37.16 1.62 11.76 -nodal nodal ADJ m s 0.01 0.41 0.01 0.34 -nodales nodal ADJ f p 0.01 0.41 0.00 0.07 -nodosités nodosité NOM f p 0.01 0.27 0.01 0.27 -nodule nodule NOM m s 0.43 0.00 0.12 0.00 -nodules nodule NOM m p 0.43 0.00 0.31 0.00 -noduleux noduleux ADJ m p 0.00 0.14 0.00 0.14 -nodus nodus NOM m 0.00 0.07 0.00 0.07 -noeud noeud NOM m s 11.12 24.26 7.64 14.46 -noeuds noeud NOM m p 11.12 24.26 3.48 9.80 -noie noyer VER 27.29 38.58 4.53 3.85 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:1s;sub:pre:3s; -noient noyer VER 27.29 38.58 0.48 1.08 ind:pre:3p; -noiera noyer VER 27.29 38.58 0.14 0.07 ind:fut:3s; -noierai noyer VER 27.29 38.58 0.17 0.07 ind:fut:1s; -noieraient noyer VER 27.29 38.58 0.00 0.07 cnd:pre:3p; -noierait noyer VER 27.29 38.58 0.56 0.47 cnd:pre:3s; -noieras noyer VER 27.29 38.58 0.04 0.00 ind:fut:2s; -noierez noyer VER 27.29 38.58 0.10 0.07 ind:fut:2p; -noieront noyer VER 27.29 38.58 0.14 0.00 ind:fut:3p; -noies noyer VER 27.29 38.58 0.71 0.14 ind:pre:2s; -noir noir ADJ m s 144.81 482.23 72.20 184.86 -noiraud noiraud ADJ m s 0.70 4.80 0.69 1.28 -noiraude noiraud ADJ f s 0.70 4.80 0.01 3.31 -noiraudes noiraud ADJ f p 0.70 4.80 0.00 0.14 -noirauds noiraud NOM m p 0.37 0.81 0.01 0.00 -noirceur noirceur NOM f s 0.63 3.24 0.63 2.97 -noirceurs noirceur NOM f p 0.63 3.24 0.00 0.27 -noirci noirci ADJ m s 0.66 4.93 0.47 1.35 -noircie noircir VER f s 2.14 10.41 0.15 1.01 par:pas; -noircies noirci ADJ f p 0.66 4.93 0.04 1.69 -noircir noircir VER 2.14 10.41 0.68 2.16 inf; -noircirai noircir VER 2.14 10.41 0.01 0.00 ind:fut:1s; -noircirais noircir VER 2.14 10.41 0.00 0.07 cnd:pre:1s; -noircirait noircir VER 2.14 10.41 0.00 0.07 cnd:pre:3s; -noircirent noircir VER 2.14 10.41 0.00 0.20 ind:pas:3p; -noircis noircir VER m p 2.14 10.41 0.35 0.88 imp:pre:2s;ind:pre:1s;ind:pre:2s;par:pas; -noircissaient noircir VER 2.14 10.41 0.14 0.20 ind:imp:3p; -noircissais noircir VER 2.14 10.41 0.00 0.07 ind:imp:1s; -noircissait noircir VER 2.14 10.41 0.01 1.28 ind:imp:3s; -noircissant noircir VER 2.14 10.41 0.00 0.34 par:pre; -noircisse noircir VER 2.14 10.41 0.00 0.07 sub:pre:1s; -noircissent noircir VER 2.14 10.41 0.11 0.20 ind:pre:3p; -noircissez noircir VER 2.14 10.41 0.05 0.07 imp:pre:2p;ind:pre:2p; -noircit noircir VER 2.14 10.41 0.25 0.68 ind:pre:3s;ind:pas:3s; -noire noir ADJ f s 144.81 482.23 41.57 140.88 -noires noir ADJ f p 144.81 482.23 9.39 62.64 -noirâtre noirâtre ADJ s 0.02 6.08 0.02 4.12 -noirâtres noirâtre ADJ p 0.02 6.08 0.00 1.96 -noirs noir ADJ m p 144.81 482.23 21.65 93.85 -noise noise NOM f s 1.14 0.68 0.35 0.27 -noises noise NOM f p 1.14 0.68 0.79 0.41 -noisetier noisetier NOM m s 1.12 3.24 1.10 1.62 -noisetiers noisetier NOM m p 1.12 3.24 0.03 1.62 -noisette noisette NOM f s 2.90 3.99 0.57 1.69 -noisettes noisette NOM f p 2.90 3.99 2.33 2.30 -noix noix NOM f 12.83 12.23 12.83 12.23 -nok nok ADJ f s 0.03 0.00 0.03 0.00 -nolis nolis NOM m 0.00 0.07 0.00 0.07 -nom nom NOM m s 570.67 395.00 528.17 326.89 -nomade nomade NOM s 1.32 4.86 0.60 1.62 -nomades nomade NOM p 1.32 4.86 0.72 3.24 -nomadisait nomadiser VER 0.00 0.20 0.00 0.07 ind:imp:3s; -nomadisant nomadiser VER 0.00 0.20 0.00 0.07 par:pre; -nomadisent nomadiser VER 0.00 0.20 0.00 0.07 ind:pre:3p; -nomadisme nomadisme NOM m s 0.01 0.68 0.01 0.68 -nombre nombre NOM m s 40.16 78.38 36.57 76.28 -nombres nombre NOM m p 40.16 78.38 3.59 2.09 -nombreuse nombreux ADJ f s 44.64 60.27 0.74 5.34 -nombreuses nombreux ADJ f p 44.64 60.27 14.01 17.91 -nombreux nombreux ADJ m 44.64 60.27 29.89 37.03 -nombril nombril NOM m s 4.34 5.54 4.26 5.20 -nombrilisme nombrilisme NOM m s 0.03 0.00 0.03 0.00 -nombriliste nombriliste NOM s 0.14 0.00 0.14 0.00 -nombrils nombril NOM m p 4.34 5.54 0.08 0.34 -nome nome NOM m s 0.24 0.07 0.24 0.07 -nomenclature nomenclature NOM f s 0.03 1.01 0.03 0.81 -nomenclatures nomenclature NOM f p 0.03 1.01 0.00 0.20 -nomenklatura nomenklatura NOM f s 0.00 0.14 0.00 0.14 -nominal nominal ADJ m s 0.39 0.34 0.09 0.14 -nominale nominal ADJ f s 0.39 0.34 0.10 0.07 -nominalement nominalement ADV 0.01 0.00 0.01 0.00 -nominales nominal ADJ f p 0.39 0.34 0.02 0.14 -nominaliste nominaliste ADJ m s 0.00 0.07 0.00 0.07 -nominatif nominatif ADJ m s 0.09 0.47 0.05 0.07 -nominatifs nominatif ADJ m p 0.09 0.47 0.00 0.20 -nomination nomination NOM f s 3.50 3.11 3.10 2.77 -nominations nomination NOM f p 3.50 3.11 0.40 0.34 -nominative nominatif ADJ f s 0.09 0.47 0.03 0.07 -nominatives nominatif ADJ f p 0.09 0.47 0.01 0.14 -nominaux nominal ADJ m p 0.39 0.34 0.17 0.00 -nomine nominer VER 1.42 0.34 0.25 0.34 ind:pre:1s;ind:pre:3s; -nominer nominer VER 1.42 0.34 0.04 0.00 inf; -nominé nominer VER m s 1.42 0.34 0.56 0.00 par:pas; -nominée nominer VER f s 1.42 0.34 0.21 0.00 par:pas; -nominées nominer VER f p 1.42 0.34 0.08 0.00 par:pas; -nominés nominer VER m p 1.42 0.34 0.27 0.00 par:pas; -nomma nommer VER 45.60 62.30 0.30 1.82 ind:pas:3s; -nommai nommer VER 45.60 62.30 0.00 0.68 ind:pas:1s; -nommaient nommer VER 45.60 62.30 0.02 1.22 ind:imp:3p; -nommais nommer VER 45.60 62.30 0.02 0.27 ind:imp:1s; -nommait nommer VER 45.60 62.30 0.51 6.82 ind:imp:3s; -nommant nommer VER 45.60 62.30 0.57 0.95 par:pre; -nomme nommer VER 45.60 62.30 9.41 9.53 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -nomment nommer VER 45.60 62.30 0.69 1.22 ind:pre:3p; -nommer nommer VER 45.60 62.30 7.41 10.47 inf; -nommera nommer VER 45.60 62.30 0.64 0.27 ind:fut:3s; -nommerai nommer VER 45.60 62.30 1.10 0.27 ind:fut:1s; -nommerais nommer VER 45.60 62.30 0.21 0.00 cnd:pre:1s;cnd:pre:2s; -nommerait nommer VER 45.60 62.30 0.04 0.14 cnd:pre:3s; -nommeras nommer VER 45.60 62.30 0.02 0.00 ind:fut:2s; -nommeriez nommer VER 45.60 62.30 0.02 0.00 cnd:pre:2p; -nommerons nommer VER 45.60 62.30 0.05 0.00 ind:fut:1p; -nommeront nommer VER 45.60 62.30 0.05 0.07 ind:fut:3p; -nommes nommer VER 45.60 62.30 0.61 0.07 ind:pre:2s;sub:pre:2s; -nommez nommer VER 45.60 62.30 1.14 0.61 imp:pre:2p;ind:pre:2p; -nommiez nommer VER 45.60 62.30 0.17 0.00 ind:imp:2p; -nommions nommer VER 45.60 62.30 0.01 0.27 ind:imp:1p; -nommons nommer VER 45.60 62.30 0.34 0.34 imp:pre:1p;ind:pre:1p; -nommât nommer VER 45.60 62.30 0.00 0.14 sub:imp:3s; -nommèrent nommer VER 45.60 62.30 0.15 0.14 ind:pas:3p; -nommé nommer VER m s 45.60 62.30 18.24 20.41 par:pas; -nommée nommer VER f s 45.60 62.30 3.01 3.51 par:pas; -nommées nommer VER f p 45.60 62.30 0.20 0.81 par:pas; -nommément nommément ADV 0.10 0.47 0.10 0.47 -nommés nommer VER m p 45.60 62.30 0.68 2.30 par:pas; -noms nom NOM m p 570.67 395.00 42.50 68.11 -non_agression non_agression NOM f s 0.07 0.61 0.07 0.61 -non_alignement non_alignement NOM m s 0.04 0.00 0.04 0.00 -non_aligné non_aligné ADJ m p 0.09 0.00 0.09 0.00 -non_amour non_amour NOM m s 0.10 0.00 0.10 0.00 -non_appartenance non_appartenance NOM f s 0.01 0.07 0.01 0.07 -non_assistance non_assistance NOM f s 0.10 0.07 0.10 0.07 -non_blanc non_blanc NOM m s 0.04 0.07 0.00 0.07 -non_blanc non_blanc NOM m p 0.04 0.07 0.04 0.00 -non_combattant non_combattant ADJ m s 0.15 0.00 0.01 0.00 -non_combattant non_combattant NOM m s 0.03 0.00 0.01 0.00 -non_combattant non_combattant ADJ m p 0.15 0.00 0.14 0.00 -non_comparution non_comparution NOM f s 0.01 0.00 0.01 0.00 -non_concurrence non_concurrence NOM f s 0.01 0.00 0.01 0.00 -non_conformisme non_conformisme NOM m s 0.00 0.20 0.00 0.20 -non_conformiste non_conformiste ADJ s 0.14 0.00 0.10 0.00 -non_conformiste non_conformiste ADJ p 0.14 0.00 0.04 0.00 -non_conformité non_conformité NOM f s 0.01 0.00 0.01 0.00 -non_consommation non_consommation NOM f s 0.03 0.00 0.03 0.00 -non_croyance non_croyance NOM f s 0.10 0.00 0.10 0.00 -non_croyant non_croyant NOM m s 0.62 0.07 0.21 0.07 -non_croyant non_croyant NOM m p 0.62 0.07 0.41 0.00 -non_culpabilité non_culpabilité NOM f s 0.01 0.00 0.01 0.00 -non_dit non_dit NOM m s 0.27 0.88 0.09 0.74 -non_dit non_dit NOM m p 0.27 0.88 0.18 0.14 -non_droit non_droit NOM m s 0.22 0.00 0.22 0.00 -non_existence non_existence NOM f s 0.07 0.07 0.07 0.07 -non_ferreux non_ferreux NOM m 0.01 0.00 0.01 0.00 -non_fumeur non_fumeur ADJ m s 0.68 0.00 0.68 0.00 -non_fumeurs non_fumeurs ADJ 0.44 0.07 0.44 0.07 -non_initié non_initié NOM m s 0.22 0.34 0.03 0.14 -non_initié non_initié NOM m p 0.22 0.34 0.19 0.20 -non_intervention non_intervention NOM f s 0.21 0.14 0.21 0.14 -non_lieu non_lieu NOM m s 1.08 1.42 1.08 1.42 -non_lieux non_lieux NOM m p 0.01 0.20 0.01 0.20 -non_malade non_malade NOM p 0.00 0.07 0.00 0.07 -non_paiement non_paiement NOM m s 0.10 0.07 0.10 0.07 -non_participation non_participation NOM f s 0.01 0.07 0.01 0.07 -non_pesanteur non_pesanteur NOM f s 0.00 0.07 0.00 0.07 -non_prolifération non_prolifération NOM f s 0.09 0.00 0.09 0.00 -non_présence non_présence NOM f s 0.01 0.14 0.01 0.14 -non_recevoir non_recevoir NOM m s 0.06 0.20 0.06 0.20 -non_représentation non_représentation NOM f s 0.01 0.00 0.01 0.00 -non_respect non_respect NOM m s 0.16 0.00 0.16 0.00 -non_retour non_retour NOM m s 0.34 0.41 0.34 0.41 -non_résistance non_résistance NOM f s 0.00 0.14 0.00 0.14 -non_savoir non_savoir NOM m s 0.04 0.07 0.04 0.07 -non_sens non_sens NOM m 0.83 0.95 0.83 0.95 -non_spécialiste non_spécialiste NOM s 0.02 0.07 0.01 0.00 -non_spécialiste non_spécialiste NOM p 0.02 0.07 0.01 0.07 -non_stop non_stop ADJ 0.89 0.14 0.89 0.14 -non_séparation non_séparation NOM f s 0.00 0.07 0.00 0.07 -non_utilisation non_utilisation NOM f s 0.01 0.00 0.01 0.00 -non_être non_être NOM m 0.00 0.95 0.00 0.95 -non_événement non_événement NOM m s 0.02 0.00 0.02 0.00 -non_vie non_vie NOM f s 0.04 0.00 0.04 0.00 -non_violence non_violence NOM f s 0.63 0.07 0.63 0.07 -non_violent non_violent ADJ m s 0.31 0.07 0.19 0.07 -non_violent non_violent ADJ f s 0.31 0.07 0.07 0.00 -non_violent non_violent ADJ m p 0.31 0.07 0.05 0.00 -non_vouloir non_vouloir NOM m s 0.00 0.07 0.00 0.07 -non_voyant non_voyant NOM m s 0.32 0.27 0.28 0.20 -non_voyant non_voyant NOM f s 0.32 0.27 0.02 0.00 -non_voyant non_voyant NOM m p 0.32 0.27 0.03 0.07 -non_troppo non_troppo ADV 0.00 0.07 0.00 0.07 -non non PRO:per s 0.01 0.00 0.01 0.00 -nonagénaire nonagénaire ADJ s 0.01 0.54 0.01 0.41 -nonagénaires nonagénaire NOM p 0.03 0.14 0.01 0.00 -nonante_huit nonante_huit ADJ:num 0.00 0.07 0.00 0.07 -nonante nonante ADJ:num 0.27 0.27 0.27 0.27 -nonce nonce NOM m s 0.01 0.68 0.01 0.68 -nonchalamment nonchalamment ADV 0.04 2.70 0.04 2.70 -nonchalance nonchalance NOM f s 0.47 5.00 0.47 5.00 -nonchalant nonchalant ADJ m s 0.60 7.64 0.21 3.31 -nonchalante nonchalant ADJ f s 0.60 7.64 0.27 2.77 -nonchalantes nonchalant ADJ f p 0.60 7.64 0.11 0.68 -nonchalants nonchalant ADJ m p 0.60 7.64 0.01 0.88 -nonciature nonciature NOM f s 0.14 0.14 0.14 0.14 -none none NOM f s 0.67 0.41 0.48 0.07 -nones none NOM f p 0.67 0.41 0.19 0.34 -nonette nonette NOM s 0.00 0.27 0.00 0.20 -nonettes nonette NOM p 0.00 0.27 0.00 0.07 -nonidi nonidi NOM m s 0.00 0.07 0.00 0.07 -nonnain nonnain NOM m s 0.00 0.61 0.00 0.61 -nonne nonne NOM f s 8.46 3.72 5.46 1.69 -nonnes nonne NOM f p 8.46 3.72 3.01 2.03 -nonnette nonnette NOM f s 0.14 0.41 0.04 0.34 -nonnettes nonnette NOM f p 0.14 0.41 0.10 0.07 -nonobstant nonobstant PRE 0.16 2.97 0.16 2.97 -nonpareille nonpareil ADJ f s 0.01 0.14 0.01 0.14 -nonsense nonsense NOM m s 0.04 0.07 0.04 0.07 -nope nope NOM f s 0.50 0.00 0.50 0.00 -noradrénaline noradrénaline NOM f s 0.05 0.00 0.05 0.00 -nord_africain nord_africain ADJ m s 0.05 1.96 0.02 0.20 -nord_africain nord_africain ADJ f s 0.05 1.96 0.01 0.95 -nord_africain nord_africain ADJ f p 0.05 1.96 0.01 0.07 -nord_africain nord_africain ADJ m p 0.05 1.96 0.01 0.74 -nord_américain nord_américain ADJ m s 0.32 0.20 0.24 0.07 -nord_américain nord_américain ADJ f s 0.32 0.20 0.06 0.14 -nord_américain nord_américain NOM m p 0.13 0.00 0.03 0.00 -nord_coréen nord_coréen ADJ m s 0.36 0.00 0.24 0.00 -nord_coréen nord_coréen ADJ f s 0.36 0.00 0.06 0.00 -nord_coréen nord_coréen ADJ f p 0.36 0.00 0.02 0.00 -nord_coréen nord_coréen NOM m p 0.23 0.07 0.18 0.07 -nord_est nord_est NOM m 1.40 2.84 1.40 2.84 -nord_nord_est nord_nord_est NOM m s 0.03 0.14 0.03 0.14 -nord_ouest nord_ouest NOM m 0.95 1.22 0.95 1.22 -nord_sud nord_sud ADJ 0.15 0.88 0.15 0.88 -nord_vietnamien nord_vietnamien ADJ m s 0.11 0.00 0.04 0.00 -nord_vietnamien nord_vietnamien ADJ f s 0.11 0.00 0.04 0.00 -nord_vietnamien nord_vietnamien NOM m p 0.12 0.00 0.11 0.00 -nord nord NOM m 50.38 72.30 50.38 72.30 -nordet nordet NOM m s 0.00 0.07 0.00 0.07 -nordicité nordicité NOM f s 0.01 0.00 0.01 0.00 -nordique nordique ADJ s 1.43 1.69 1.15 1.22 -nordiques nordique NOM p 0.71 0.47 0.31 0.07 -nordiste nordiste ADJ s 0.47 0.14 0.22 0.14 -nordistes nordiste NOM p 0.78 0.07 0.66 0.07 -noria noria NOM f s 0.01 0.61 0.01 0.54 -norias noria NOM f p 0.01 0.61 0.00 0.07 -normal normal ADJ m s 127.15 62.77 90.98 42.97 -normale normal ADJ f s 127.15 62.77 23.74 13.45 -normalement normalement ADV 20.37 12.43 20.37 12.43 -normales normal ADJ f p 127.15 62.77 4.08 2.30 -normalien normalien NOM m s 0.00 2.23 0.00 1.35 -normalienne normalien ADJ f s 0.00 0.34 0.00 0.14 -normaliennes normalien NOM f p 0.00 2.23 0.00 0.07 -normaliens normalien NOM m p 0.00 2.23 0.00 0.81 -normalisation normalisation NOM f s 0.13 0.41 0.13 0.41 -normalise normaliser VER 0.20 0.54 0.04 0.07 ind:pre:3s; -normalisent normaliser VER 0.20 0.54 0.00 0.07 ind:pre:3p; -normaliser normaliser VER 0.20 0.54 0.12 0.27 inf; -normalisons normaliser VER 0.20 0.54 0.00 0.07 ind:pre:1p; -normalisée normaliser VER f s 0.20 0.54 0.03 0.00 par:pas; -normalisées normaliser VER f p 0.20 0.54 0.00 0.07 par:pas; -normalisés normaliser VER m p 0.20 0.54 0.01 0.00 par:pas; -normalité normalité NOM f s 1.27 0.74 1.27 0.74 -normand normand ADJ m s 0.79 6.42 0.45 2.03 -normande normand ADJ f s 0.79 6.42 0.27 2.97 -normandes normand ADJ f p 0.79 6.42 0.03 0.74 -normands normand ADJ m p 0.79 6.42 0.05 0.68 -normatif normatif ADJ m s 0.01 0.27 0.01 0.14 -normative normatif ADJ f s 0.01 0.27 0.00 0.14 -normaux normal ADJ m p 127.15 62.77 8.35 4.05 -norme norme NOM f s 5.00 3.78 1.58 1.15 -normes norme NOM f p 5.00 3.78 3.42 2.64 -noroît noroît NOM m s 0.00 0.34 0.00 0.34 -norroise norrois ADJ f s 0.01 0.00 0.01 0.00 -norvégien norvégien ADJ m s 2.96 1.15 1.16 0.54 -norvégienne norvégien ADJ f s 2.96 1.15 1.00 0.14 -norvégiennes norvégien ADJ f p 2.96 1.15 0.47 0.14 -norvégiens norvégien ADJ m p 2.96 1.15 0.34 0.34 -nos nos ADJ:pos p 524.63 579.19 524.63 579.19 -nosocomiale nosocomial ADJ f s 0.01 0.00 0.01 0.00 -nostalgie nostalgie NOM f s 4.45 20.07 4.44 18.04 -nostalgies nostalgie NOM f p 4.45 20.07 0.01 2.03 -nostalgique nostalgique ADJ s 1.31 5.27 1.11 3.78 -nostalgiquement nostalgiquement ADV 0.00 0.20 0.00 0.20 -nostalgiques nostalgique ADJ p 1.31 5.27 0.20 1.49 -not not NOM 0.56 0.07 0.56 0.07 -nota_bene nota_bene ADV 0.01 0.07 0.01 0.07 -nota noter VER 31.24 44.53 0.02 4.12 ind:pas:3s; -notabilité notabilité NOM f s 0.00 0.74 0.00 0.07 -notabilités notabilité NOM f p 0.00 0.74 0.00 0.68 -notable notable ADJ s 0.69 5.00 0.49 3.65 -notablement notablement ADV 0.04 0.74 0.04 0.74 -notables notable NOM p 0.63 6.55 0.52 5.20 -notai noter VER 31.24 44.53 0.14 1.62 ind:pas:1s; -notaient noter VER 31.24 44.53 0.03 0.27 ind:imp:3p; -notaire notaire NOM m s 4.69 17.23 4.63 14.86 -notaires notaire NOM m p 4.69 17.23 0.06 2.36 -notais noter VER 31.24 44.53 0.31 1.01 ind:imp:1s; -notait noter VER 31.24 44.53 0.32 2.70 ind:imp:3s; -notamment notamment ADV 2.20 20.20 2.20 20.20 -notant noter VER 31.24 44.53 0.16 1.01 par:pre; -notarial notarial ADJ m s 0.03 0.20 0.01 0.14 -notariale notarial ADJ f s 0.03 0.20 0.01 0.00 -notariat notariat NOM m s 0.00 0.20 0.00 0.20 -notariaux notarial ADJ m p 0.03 0.20 0.00 0.07 -notarié notarier VER m s 0.09 0.20 0.05 0.07 par:pas; -notariée notarié ADJ f s 0.07 0.07 0.01 0.00 -notariées notarier VER f p 0.09 0.20 0.01 0.07 par:pas; -notariés notarier VER m p 0.09 0.20 0.03 0.07 par:pas; -notation notation NOM f s 0.21 1.08 0.19 0.54 -notations notation NOM f p 0.21 1.08 0.03 0.54 -note note NOM f s 62.82 77.43 33.42 39.32 -notent noter VER 31.24 44.53 0.28 0.14 ind:pre:3p; -noter noter VER 31.24 44.53 5.44 8.78 inf; -notera noter VER 31.24 44.53 0.03 0.47 ind:fut:3s; -noterai noter VER 31.24 44.53 0.51 0.20 ind:fut:1s; -noterais noter VER 31.24 44.53 0.05 0.00 cnd:pre:1s;cnd:pre:2s; -noterait noter VER 31.24 44.53 0.04 0.27 cnd:pre:3s; -noteras noter VER 31.24 44.53 0.03 0.07 ind:fut:2s; -noterez noter VER 31.24 44.53 0.19 0.34 ind:fut:2p; -noterons noter VER 31.24 44.53 0.01 0.07 ind:fut:1p; -noteront noter VER 31.24 44.53 0.04 0.00 ind:fut:3p; -notes note NOM f p 62.82 77.43 29.40 38.11 -notez noter VER 31.24 44.53 5.74 5.14 imp:pre:2p;ind:pre:2p; -notice notice NOM f s 1.23 2.57 0.92 1.96 -notices notice NOM f p 1.23 2.57 0.31 0.61 -notiez noter VER 31.24 44.53 0.35 0.00 ind:imp:2p; -notifia notifier VER 0.75 3.18 0.00 0.47 ind:pas:3s; -notifiai notifier VER 0.75 3.18 0.00 0.20 ind:pas:1s; -notifiaient notifier VER 0.75 3.18 0.00 0.07 ind:imp:3p; -notifiait notifier VER 0.75 3.18 0.00 0.20 ind:imp:3s; -notifiant notifier VER 0.75 3.18 0.00 0.20 par:pre; -notification notification NOM f s 0.37 0.54 0.37 0.54 -notifier notifier VER 0.75 3.18 0.27 0.74 inf; -notifiez notifier VER 0.75 3.18 0.01 0.00 imp:pre:2p; -notifions notifier VER 0.75 3.18 0.02 0.07 ind:pre:1p; -notifié notifier VER m s 0.75 3.18 0.42 0.88 par:pas; -notifiée notifier VER f s 0.75 3.18 0.02 0.27 par:pas; -notifiées notifié ADJ f p 0.00 0.20 0.00 0.14 -notion notion NOM f s 5.79 14.05 4.99 10.61 -notions notion NOM f p 5.79 14.05 0.81 3.45 -notoire notoire ADJ s 1.81 5.81 1.55 4.39 -notoirement notoirement ADV 0.17 0.61 0.17 0.61 -notoires notoire ADJ p 1.81 5.81 0.26 1.42 -notonecte notonecte NOM s 0.00 0.14 0.00 0.07 -notonectes notonecte NOM p 0.00 0.14 0.00 0.07 -notons noter VER 31.24 44.53 0.18 0.20 imp:pre:1p;ind:pre:1p; -notoriété notoriété NOM f s 0.65 2.84 0.65 2.77 -notoriétés notoriété NOM f p 0.65 2.84 0.00 0.07 -notre_dame notre_dame NOM f 2.69 8.58 2.69 8.58 -notre notre ADJ:pos s 1022.94 680.68 1022.94 680.68 -notèrent noter VER 31.24 44.53 0.01 0.07 ind:pas:3p; -noté noter VER m s 31.24 44.53 11.04 8.11 par:pas; -notée noter VER f s 31.24 44.53 0.33 0.27 par:pas; -notées noté ADJ f p 1.40 0.68 0.16 0.00 -notules notule NOM f p 0.00 0.20 0.00 0.20 -notés noter VER m p 31.24 44.53 0.56 0.47 par:pas; -noua nouer VER 3.61 32.50 0.01 3.04 ind:pas:3s; -nouage nouage NOM m s 0.01 0.00 0.01 0.00 -nouai nouer VER 3.61 32.50 0.00 0.20 ind:pas:1s; -nouaient nouer VER 3.61 32.50 0.02 1.49 ind:imp:3p; -nouais nouer VER 3.61 32.50 0.00 0.27 ind:imp:1s; -nouait nouer VER 3.61 32.50 0.03 3.85 ind:imp:3s; -nouant nouer VER 3.61 32.50 0.01 1.01 par:pre; -nouas nouer VER 3.61 32.50 0.01 0.00 ind:pas:2s; -nouba nouba NOM f s 0.98 0.88 0.95 0.74 -noubas nouba NOM f p 0.98 0.88 0.04 0.14 -noue nouer VER 3.61 32.50 0.52 1.62 imp:pre:2s;ind:pre:1s;ind:pre:3s; -nouent nouer VER 3.61 32.50 0.16 1.69 ind:pre:3p; -nouer nouer VER 3.61 32.50 1.67 6.01 inf; -nouera nouer VER 3.61 32.50 0.01 0.07 ind:fut:3s; -nouerais nouer VER 3.61 32.50 0.01 0.07 cnd:pre:1s;cnd:pre:2s; -nouerait nouer VER 3.61 32.50 0.00 0.07 cnd:pre:3s; -nouerez nouer VER 3.61 32.50 0.00 0.07 ind:fut:2p; -noueront nouer VER 3.61 32.50 0.00 0.07 ind:fut:3p; -noueuse noueux ADJ f s 0.22 5.14 0.00 0.74 -noueuses noueux ADJ f p 0.22 5.14 0.00 1.62 -noueux noueux ADJ m 0.22 5.14 0.22 2.77 -nouez nouer VER 3.61 32.50 0.18 0.00 imp:pre:2p;ind:pre:2p; -nougat nougat NOM m s 0.94 2.16 0.89 1.49 -nougatine nougatine NOM f s 0.04 0.47 0.03 0.41 -nougatines nougatine NOM f p 0.04 0.47 0.01 0.07 -nougats nougat NOM m p 0.94 2.16 0.05 0.68 -nouille nouille NOM f s 4.37 4.26 1.02 0.47 -nouilles nouille NOM f p 4.37 4.26 3.35 3.78 -noël noël NOM m s 2.98 6.69 2.14 5.95 -noëls noël NOM m p 2.98 6.69 0.84 0.74 -noumène noumène NOM m s 0.00 0.07 0.00 0.07 -nounou nounou NOM f s 4.40 5.00 3.87 4.86 -nounours nounours NOM m 3.71 2.03 3.71 2.03 -nounous nounou NOM f p 4.40 5.00 0.53 0.14 -nourrît nourrir VER 52.53 64.53 0.00 0.07 sub:imp:3s; -nourri nourrir VER m s 52.53 64.53 6.13 7.43 par:pas; -nourrice nourrice NOM f s 6.17 8.38 5.88 7.36 -nourrices nourrice NOM f p 6.17 8.38 0.29 1.01 -nourricier nourricier ADJ m s 0.34 2.91 0.15 1.01 -nourriciers nourricier ADJ m p 0.34 2.91 0.01 0.61 -nourricière nourricier ADJ f s 0.34 2.91 0.16 1.15 -nourricières nourricier ADJ f p 0.34 2.91 0.02 0.14 -nourrie nourrir VER f s 52.53 64.53 0.91 2.97 par:pas; -nourries nourrir VER f p 52.53 64.53 0.11 0.95 par:pas; -nourrir nourrir VER 52.53 64.53 22.08 24.05 inf;; -nourrira nourrir VER 52.53 64.53 0.52 0.47 ind:fut:3s; -nourrirai nourrir VER 52.53 64.53 0.36 0.20 ind:fut:1s; -nourriraient nourrir VER 52.53 64.53 0.01 0.20 cnd:pre:3p; -nourrirais nourrir VER 52.53 64.53 0.05 0.00 cnd:pre:1s;cnd:pre:2s; -nourrirait nourrir VER 52.53 64.53 0.35 0.41 cnd:pre:3s; -nourriras nourrir VER 52.53 64.53 0.03 0.00 ind:fut:2s; -nourrirent nourrir VER 52.53 64.53 0.00 0.14 ind:pas:3p; -nourrirez nourrir VER 52.53 64.53 0.06 0.00 ind:fut:2p; -nourririons nourrir VER 52.53 64.53 0.01 0.00 cnd:pre:1p; -nourrirons nourrir VER 52.53 64.53 0.07 0.07 ind:fut:1p; -nourriront nourrir VER 52.53 64.53 0.18 0.20 ind:fut:3p; -nourris nourrir VER m p 52.53 64.53 6.36 3.51 imp:pre:2s;ind:pre:1s;ind:pre:2s;par:pas; -nourrissage nourrissage NOM m s 0.02 0.14 0.02 0.14 -nourrissaient nourrir VER 52.53 64.53 0.26 1.82 ind:imp:3p; -nourrissais nourrir VER 52.53 64.53 0.54 0.95 ind:imp:1s;ind:imp:2s; -nourrissait nourrir VER 52.53 64.53 1.00 7.91 ind:imp:3s; -nourrissant nourrissant ADJ m s 1.01 1.49 0.68 0.81 -nourrissante nourrissant ADJ f s 1.01 1.49 0.28 0.47 -nourrissantes nourrissant ADJ f p 1.01 1.49 0.00 0.07 -nourrissants nourrissant ADJ m p 1.01 1.49 0.05 0.14 -nourrisse nourrir VER 52.53 64.53 0.52 0.74 sub:pre:1s;sub:pre:3s; -nourrissent nourrir VER 52.53 64.53 2.46 3.31 ind:pre:3p;sub:imp:3p; -nourrisses nourrir VER 52.53 64.53 0.06 0.14 sub:pre:2s; -nourrisseur nourrisseur NOM m s 0.00 0.14 0.00 0.14 -nourrissez nourrir VER 52.53 64.53 0.91 0.27 imp:pre:2p;ind:pre:2p; -nourrissiez nourrir VER 52.53 64.53 0.03 0.07 ind:imp:2p; -nourrissions nourrir VER 52.53 64.53 0.02 0.20 ind:imp:1p; -nourrisson nourrisson NOM m s 1.62 4.53 1.13 3.04 -nourrissons nourrisson NOM m p 1.62 4.53 0.49 1.49 -nourrit nourrir VER 52.53 64.53 8.78 6.55 ind:pre:3s;ind:pas:3s; -nourriture nourriture NOM f s 44.86 31.01 44.59 25.74 -nourritures nourriture NOM f p 44.86 31.01 0.27 5.27 -nous_même nous_même PRO:per p 1.12 0.61 1.12 0.61 -nous_mêmes nous_mêmes PRO:per p 11.11 16.28 11.11 16.28 -nous nous PRO:per p 4772.12 3867.84 4772.12 3867.84 -nouèrent nouer VER 3.61 32.50 0.00 0.34 ind:pas:3p; -noué nouer VER m s 3.61 32.50 0.47 5.81 par:pas; -nouée noué ADJ f s 1.01 6.62 0.45 3.24 -nouées nouer VER f p 3.61 32.50 0.17 1.62 par:pas; -noués nouer VER m p 3.61 32.50 0.21 3.04 par:pas; -nouveau_né nouveau_né NOM m s 2.72 4.80 2.27 3.18 -nouveau_né nouveau_né NOM m p 2.72 4.80 0.14 1.49 -nouveau nouveau ADJ m s 400.60 358.11 170.28 138.31 -nouveauté nouveauté NOM f s 4.23 8.72 3.23 6.55 -nouveautés nouveauté NOM f p 4.23 8.72 1.00 2.16 -nouveau_né nouveau_né NOM m p 2.72 4.80 0.30 0.14 -nouveaux nouveau ADJ m p 400.60 358.11 39.17 47.30 -nouvel nouvel ADJ m s 30.59 22.23 30.59 22.23 -nouvelle nouveau ADJ f s 400.60 358.11 152.78 130.81 -nouvellement nouvellement ADV 0.27 1.62 0.27 1.62 -nouvelles nouveau NOM f p 229.97 285.88 82.08 59.46 -nouvelleté nouvelleté NOM f s 0.00 0.07 0.00 0.07 -nouvelliste nouvelliste NOM s 0.01 0.00 0.01 0.00 -nova nova NOM f s 4.14 0.07 4.14 0.07 -novateur novateur ADJ m s 0.38 0.68 0.27 0.20 -novateurs novateur NOM m p 0.30 0.27 0.27 0.00 -novation novation NOM f s 0.14 0.00 0.14 0.00 -novatrice novateur ADJ f s 0.38 0.68 0.05 0.27 -novatrices novateur ADJ f p 0.38 0.68 0.02 0.07 -nove nover VER 0.02 0.07 0.00 0.07 imp:pre:2s; -novelettes novelette NOM f p 0.01 0.00 0.01 0.00 -novembre novembre NOM m 8.79 33.04 8.79 33.04 -novice novice NOM s 2.01 2.91 1.05 1.35 -novices novice NOM p 2.01 2.91 0.96 1.55 -noviciat noviciat NOM m s 0.04 0.61 0.04 0.61 -novilleros novillero NOM m p 0.00 0.07 0.00 0.07 -novillo novillo NOM m s 0.00 0.14 0.00 0.14 -novocaïne novocaïne NOM f s 0.13 0.27 0.13 0.27 -novotique novotique NOM f s 0.01 0.00 0.01 0.00 -novélisation novélisation NOM f s 0.03 0.00 0.03 0.00 -noya noyer VER 27.29 38.58 0.33 0.74 ind:pas:3s; -noyade noyade NOM f s 1.96 2.43 1.85 2.03 -noyades noyade NOM f p 1.96 2.43 0.12 0.41 -noyaient noyer VER 27.29 38.58 0.06 1.15 ind:imp:3p; -noyais noyer VER 27.29 38.58 0.30 0.20 ind:imp:1s;ind:imp:2s; -noyait noyer VER 27.29 38.58 0.38 3.24 ind:imp:3s; -noyant noyer VER 27.29 38.58 0.18 1.55 par:pre; -noyau noyau NOM m s 4.15 9.66 3.71 7.36 -noyauta noyauter VER 0.01 0.88 0.00 0.07 ind:pas:3s; -noyautage noyautage NOM m s 0.01 0.20 0.01 0.20 -noyautant noyauter VER 0.01 0.88 0.00 0.07 par:pre; -noyautent noyauter VER 0.01 0.88 0.00 0.07 ind:pre:3p; -noyauter noyauter VER 0.01 0.88 0.00 0.47 inf; -noyauté noyauter VER m s 0.01 0.88 0.00 0.07 par:pas; -noyautée noyauter VER f s 0.01 0.88 0.01 0.07 par:pas; -noyautées noyauter VER f p 0.01 0.88 0.00 0.07 par:pas; -noyaux noyau NOM m p 4.15 9.66 0.45 2.30 -noyer noyer VER 27.29 38.58 9.00 11.49 inf; -noyers noyer NOM m p 0.55 2.50 0.03 0.88 -noyez noyer VER 27.29 38.58 0.39 0.14 imp:pre:2p;ind:pre:2p; -noyions noyer VER 27.29 38.58 0.00 0.07 ind:imp:1p; -noyons noyer VER 27.29 38.58 0.13 0.14 imp:pre:1p;ind:pre:1p; -noyèrent noyer VER 27.29 38.58 0.00 0.27 ind:pas:3p; -noyé noyer VER m s 27.29 38.58 4.78 6.69 par:pas; -noyée noyer VER f s 27.29 38.58 3.35 3.11 par:pas; -noyées noyé ADJ f p 1.80 7.36 0.16 0.68 -noyés noyer VER m p 27.29 38.58 1.40 2.91 par:pas; -nèfles nèfle NOM f p 0.17 0.54 0.17 0.54 -nègre nègre NOM m s 18.93 27.64 11.26 15.54 -nègres nègre NOM m p 18.93 27.64 6.12 7.03 -nèpe nèpe NOM f s 0.00 0.14 0.00 0.07 -nèpes nèpe NOM f p 0.00 0.14 0.00 0.07 -nu_propriétaire nu_propriétaire NOM s 0.00 0.07 0.00 0.07 -nu_tête nu_tête ADJ m s 0.02 1.35 0.02 1.35 -né naître VER m s 116.11 119.32 53.72 36.01 par:pas; -nu nu ADJ m s 49.87 168.04 17.39 53.85 -nuage nuage NOM m s 30.27 76.82 11.81 26.49 -nuages nuage NOM m p 30.27 76.82 18.47 50.34 -nuageuse nuageux ADJ f s 1.24 1.28 0.22 0.14 -nuageuses nuageux ADJ f p 1.24 1.28 0.29 0.20 -nuageux nuageux ADJ m 1.24 1.28 0.73 0.95 -nuance nuance NOM f s 1.98 20.81 1.09 10.88 -nuancer nuancer VER 0.05 2.64 0.01 0.54 inf; -nuances nuance NOM f p 1.98 20.81 0.89 9.93 -nuancier nuancier NOM m s 0.04 0.00 0.04 0.00 -nuancé nuancé ADJ m s 0.20 0.81 0.16 0.41 -nuancée nuancé ADJ f s 0.20 0.81 0.04 0.07 -nuancées nuancer VER f p 0.05 2.64 0.00 0.07 par:pas; -nuancés nuancé ADJ m p 0.20 0.81 0.01 0.27 -néandertalien néandertalien ADJ m s 0.01 0.00 0.01 0.00 -néandertaliens néandertalien NOM m p 0.02 0.00 0.02 0.00 -néanderthalien néanderthalien NOM m s 0.01 0.07 0.01 0.07 -néanmoins néanmoins CON 2.70 16.35 2.70 16.35 -néant néant NOM m s 6.62 23.99 6.62 23.92 -nuança nuancer VER 0.05 2.64 0.00 0.27 ind:pas:3s; -nuançaient nuancer VER 0.05 2.64 0.00 0.14 ind:imp:3p; -nuançait nuancer VER 0.05 2.64 0.00 0.34 ind:imp:3s; -nuançant nuancer VER 0.05 2.64 0.00 0.14 par:pre; -nuançât nuancer VER 0.05 2.64 0.00 0.07 sub:imp:3s; -néantisation néantisation NOM f s 0.00 0.07 0.00 0.07 -néantisée néantiser VER f s 0.00 0.07 0.00 0.07 par:pas; -néants néant NOM m p 6.62 23.99 0.00 0.07 -nuas nuer VER 0.63 1.96 0.00 0.07 ind:pas:2s; -nubien nubien NOM m s 0.13 0.07 0.10 0.00 -nubienne nubienne ADJ f s 0.04 0.00 0.04 0.00 -nubiens nubien NOM m p 0.13 0.07 0.03 0.07 -nubile nubile ADJ s 0.31 0.54 0.25 0.34 -nubiles nubile ADJ f p 0.31 0.54 0.06 0.20 -nubilité nubilité NOM f s 0.00 0.14 0.00 0.14 -nubuck nubuck NOM m s 0.16 0.00 0.16 0.00 -nébuleuse nébuleux NOM f s 0.71 1.22 0.71 0.61 -nébuleuses nébuleux ADJ f p 0.45 1.28 0.04 0.27 -nébuleux nébuleux ADJ m 0.45 1.28 0.38 0.68 -nébuliseur nébuliseur NOM m s 0.01 0.00 0.01 0.00 -nébulosité nébulosité NOM f s 0.10 0.14 0.10 0.14 -nucal nucal ADJ m s 0.01 0.00 0.01 0.00 -nécessaire nécessaire ADJ s 52.00 68.11 44.29 48.45 -nécessairement nécessairement ADV 3.31 7.64 3.31 7.64 -nécessaires nécessaire ADJ p 52.00 68.11 7.71 19.66 -nécessita nécessiter VER 4.16 4.12 0.01 0.20 ind:pas:3s; -nécessitaient nécessiter VER 4.16 4.12 0.01 0.14 ind:imp:3p; -nécessitait nécessiter VER 4.16 4.12 0.54 1.01 ind:imp:3s; -nécessitant nécessiter VER 4.16 4.12 0.28 0.07 par:pre; -nécessite nécessiter VER 4.16 4.12 2.42 1.08 imp:pre:2s;ind:pre:3s; -nécessitent nécessiter VER 4.16 4.12 0.40 0.34 ind:pre:3p; -nécessiter nécessiter VER 4.16 4.12 0.16 0.07 inf; -nécessitera nécessiter VER 4.16 4.12 0.07 0.00 ind:fut:3s; -nécessiterait nécessiter VER 4.16 4.12 0.11 0.14 cnd:pre:3s; -nécessiteuse nécessiteux ADJ f s 0.21 0.47 0.01 0.00 -nécessiteuses nécessiteux ADJ f p 0.21 0.47 0.04 0.07 -nécessiteux nécessiteux NOM m 0.76 0.54 0.76 0.54 -nécessité nécessité NOM f s 5.93 33.78 5.61 28.78 -nécessitée nécessiter VER f s 4.16 4.12 0.00 0.14 par:pas; -nécessitées nécessiter VER f p 4.16 4.12 0.00 0.07 par:pas; -nécessités nécessité NOM f p 5.93 33.78 0.32 5.00 -nucléaire nucléaire ADJ s 15.49 1.82 11.45 1.22 -nucléaires nucléaire ADJ p 15.49 1.82 4.04 0.61 -nucléique nucléique ADJ m s 0.02 0.00 0.02 0.00 -nucléoside nucléoside NOM m s 0.01 0.00 0.01 0.00 -nucléotides nucléotide NOM m p 0.09 0.00 0.09 0.00 -nucléée nucléé ADJ f s 0.01 0.00 0.01 0.00 -nucléus nucléus NOM m 0.10 0.00 0.10 0.00 -nécro nécro NOM f s 0.35 0.07 0.25 0.07 -nécrobioses nécrobiose NOM f p 0.00 0.07 0.00 0.07 -nécrologe nécrologe NOM m s 0.00 0.14 0.00 0.14 -nécrologie nécrologie NOM f s 1.11 0.47 1.03 0.47 -nécrologies nécrologie NOM f p 1.11 0.47 0.08 0.00 -nécrologique nécrologique ADJ s 0.53 0.47 0.41 0.34 -nécrologiques nécrologique ADJ p 0.53 0.47 0.12 0.14 -nécrologue nécrologue NOM s 0.03 0.07 0.03 0.07 -nécromancie nécromancie NOM f s 0.09 0.07 0.09 0.07 -nécromancien nécromancien NOM m s 0.20 0.27 0.19 0.00 -nécromancienne nécromancien NOM f s 0.20 0.27 0.01 0.07 -nécromanciens nécromancien NOM m p 0.20 0.27 0.00 0.20 -nécromant nécromant NOM m s 0.03 0.07 0.03 0.07 -nécrophage nécrophage ADJ s 0.03 0.07 0.03 0.07 -nécrophagie nécrophagie NOM f s 0.00 0.07 0.00 0.07 -nécrophile nécrophile ADJ m s 0.25 0.00 0.20 0.00 -nécrophiles nécrophile ADJ f p 0.25 0.00 0.05 0.00 -nécrophilie nécrophilie NOM f s 0.08 0.27 0.08 0.27 -nécropole nécropole NOM f s 0.20 1.28 0.20 1.01 -nécropoles nécropole NOM f p 0.20 1.28 0.00 0.27 -nécropsie nécropsie NOM f s 0.05 0.00 0.05 0.00 -nécros nécro NOM f p 0.35 0.07 0.11 0.00 -nécrosant nécroser VER 0.20 0.07 0.10 0.00 par:pre; -nécrose nécrose NOM f s 0.45 0.27 0.28 0.14 -nécroser nécroser VER 0.20 0.07 0.01 0.00 inf; -nécroses nécrose NOM f p 0.45 0.27 0.17 0.14 -nécrosé nécroser VER m s 0.20 0.07 0.07 0.07 par:pas; -nécrosée nécroser VER f s 0.20 0.07 0.01 0.00 par:pas; -nécrotique nécrotique ADJ m s 0.05 0.00 0.05 0.00 -nudisme nudisme NOM m s 0.25 0.07 0.25 0.07 -nudiste nudiste NOM s 2.24 0.47 0.81 0.07 -nudistes nudiste NOM p 2.24 0.47 1.43 0.41 -nudité nudité NOM f s 2.11 13.51 2.10 12.57 -nudités nudité NOM f p 2.11 13.51 0.01 0.95 -nue_propriété nue_propriété NOM f s 0.00 0.07 0.00 0.07 -née naître VER f s 116.11 119.32 23.63 22.36 par:pas; -nue nu ADJ f s 49.87 168.04 15.23 43.85 -nuer nuer VER 0.63 1.96 0.01 0.00 inf; -néerlandais néerlandais ADJ m 1.47 0.88 1.10 0.47 -néerlandaise néerlandais ADJ f s 1.47 0.88 0.37 0.14 -néerlandaises néerlandais ADJ f p 1.47 0.88 0.00 0.27 -nées naître VER f p 116.11 119.32 1.37 3.51 par:pas; -nues nu ADJ f 49.87 168.04 6.46 21.42 -néfaste néfaste ADJ s 1.65 4.39 1.27 2.70 -néfastes néfaste ADJ p 1.65 4.39 0.38 1.69 -néflier néflier NOM m s 0.00 0.27 0.00 0.20 -néfliers néflier NOM m p 0.00 0.27 0.00 0.07 -négateur négateur ADJ m s 0.00 0.14 0.00 0.14 -négatif négatif ADJ m s 16.02 8.31 8.33 3.31 -négatifs négatif ADJ m p 16.02 8.31 2.13 0.68 -négation négation NOM f s 1.83 3.65 1.78 3.38 -négationnisme négationnisme NOM m s 0.01 0.00 0.01 0.00 -négations négation NOM f p 1.83 3.65 0.04 0.27 -négative négatif ADJ f s 16.02 8.31 3.33 3.65 -négativement négativement ADV 0.12 1.08 0.12 1.08 -négatives négatif ADJ f p 16.02 8.31 2.23 0.68 -négativisme négativisme NOM m s 0.01 0.00 0.01 0.00 -négativiste négativiste NOM s 0.01 0.07 0.01 0.07 -négativité négativité NOM f s 0.20 0.07 0.20 0.07 -néglige négliger VER 9.42 19.86 1.46 2.23 imp:pre:2s;ind:pre:1s;ind:pre:3s; -négligea négliger VER 9.42 19.86 0.01 1.08 ind:pas:3s; -négligeable négligeable ADJ s 1.16 5.00 0.82 3.92 -négligeables négligeable ADJ p 1.16 5.00 0.34 1.08 -négligeai négliger VER 9.42 19.86 0.00 0.20 ind:pas:1s; -négligeaient négliger VER 9.42 19.86 0.00 0.27 ind:imp:3p; -négligeais négliger VER 9.42 19.86 0.30 0.20 ind:imp:1s;ind:imp:2s; -négligeait négliger VER 9.42 19.86 0.12 1.62 ind:imp:3s; -négligeant négliger VER 9.42 19.86 0.17 2.16 par:pre; -négligemment négligemment ADV 0.04 8.45 0.04 8.45 -négligence négligence NOM f s 3.01 5.00 2.96 4.12 -négligences négligence NOM f p 3.01 5.00 0.05 0.88 -négligent négligent ADJ m s 1.70 3.31 0.92 2.09 -négligente négligent ADJ f s 1.70 3.31 0.36 0.95 -négligents négligent ADJ m p 1.70 3.31 0.41 0.27 -négligeons négliger VER 9.42 19.86 0.30 0.00 imp:pre:1p;ind:pre:1p; -négligeât négliger VER 9.42 19.86 0.00 0.20 sub:imp:3s; -négliger négliger VER 9.42 19.86 1.62 4.73 inf; -négligera négliger VER 9.42 19.86 0.00 0.07 ind:fut:3s; -négligerai négliger VER 9.42 19.86 0.14 0.00 ind:fut:1s; -négligerait négliger VER 9.42 19.86 0.01 0.14 cnd:pre:3s; -négligeriez négliger VER 9.42 19.86 0.01 0.00 cnd:pre:2p; -négliges négliger VER 9.42 19.86 0.23 0.20 ind:pre:2s; -négligez négliger VER 9.42 19.86 1.34 0.07 imp:pre:2p;ind:pre:2p; -négligiez négliger VER 9.42 19.86 0.01 0.00 ind:imp:2p; -négligions négliger VER 9.42 19.86 0.00 0.20 ind:imp:1p; -négligèrent négliger VER 9.42 19.86 0.00 0.07 ind:pas:3p; -négligé négliger VER m s 9.42 19.86 2.71 4.46 par:pas; -négligée négligé ADJ f s 1.37 2.70 0.65 1.08 -négligées négligé ADJ f p 1.37 2.70 0.11 0.34 -négligés négligé ADJ m p 1.37 2.70 0.14 0.54 -négoce négoce NOM m s 0.20 2.09 0.10 2.03 -négoces négoce NOM m p 0.20 2.09 0.10 0.07 -négocia négocier VER 18.82 10.81 0.03 0.14 ind:pas:3s; -négociable négociable ADJ s 1.31 0.68 1.08 0.41 -négociables négociable ADJ p 1.31 0.68 0.23 0.27 -négociaient négocier VER 18.82 10.81 0.04 0.34 ind:imp:3p; -négociais négocier VER 18.82 10.81 0.08 0.20 ind:imp:1s; -négociait négocier VER 18.82 10.81 0.23 0.81 ind:imp:3s; -négociant négociant NOM m s 0.43 2.43 0.30 0.88 -négociante négociant NOM f s 0.43 2.43 0.04 0.00 -négociants négociant NOM m p 0.43 2.43 0.10 1.55 -négociateur négociateur NOM m s 1.37 1.22 0.94 0.61 -négociateurs négociateur NOM m p 1.37 1.22 0.38 0.61 -négociation négociation NOM f s 6.70 11.28 2.71 2.84 -négociations négociation NOM f p 6.70 11.28 3.99 8.45 -négociatrice négociateur NOM f s 1.37 1.22 0.05 0.00 -négociatrices négociatrice NOM f p 0.01 0.00 0.01 0.00 -négocie négocier VER 18.82 10.81 2.49 0.68 imp:pre:2s;ind:pre:1s;ind:pre:3s; -négocient négocier VER 18.82 10.81 0.40 0.14 ind:pre:3p; -négocier négocier VER 18.82 10.81 11.88 5.61 inf; -négociera négocier VER 18.82 10.81 0.24 0.00 ind:fut:3s; -négocierai négocier VER 18.82 10.81 0.19 0.14 ind:fut:1s; -négocieraient négocier VER 18.82 10.81 0.00 0.07 cnd:pre:3p; -négocierions négocier VER 18.82 10.81 0.02 0.00 cnd:pre:1p; -négocierons négocier VER 18.82 10.81 0.28 0.00 ind:fut:1p; -négocieront négocier VER 18.82 10.81 0.19 0.00 ind:fut:3p; -négociez négocier VER 18.82 10.81 0.34 0.07 imp:pre:2p;ind:pre:2p; -négocions négocier VER 18.82 10.81 0.45 0.00 imp:pre:1p;ind:pre:1p; -négocié négocier VER m s 18.82 10.81 1.76 1.22 par:pas; -négociée négocier VER f s 18.82 10.81 0.00 0.14 par:pas; -négociées négocier VER f p 18.82 10.81 0.01 0.00 par:pas; -négociés négocier VER m p 18.82 10.81 0.09 0.47 par:pas; -négresse nègre NOM f s 18.93 27.64 1.56 3.78 -négresses négresse NOM f p 0.15 0.00 0.15 0.00 -négrier négrier ADJ m s 0.13 0.34 0.12 0.34 -négriers négrier NOM m p 0.33 0.54 0.23 0.07 -négril négril NOM m s 0.00 0.07 0.00 0.07 -négrillon négrillon NOM m s 0.07 1.01 0.04 0.14 -négrillons négrillon NOM m p 0.07 1.01 0.04 0.88 -négrière négrier NOM f s 0.33 0.54 0.02 0.00 -négritude négritude NOM f s 0.44 0.41 0.44 0.41 -négro négro NOM m s 6.02 2.97 4.64 2.43 -négroïde négroïde ADJ s 0.09 1.28 0.07 0.74 -négroïdes négroïde ADJ p 0.09 1.28 0.02 0.54 -négrophile négrophile ADJ m s 0.04 0.00 0.02 0.00 -négrophiles négrophile ADJ f p 0.04 0.00 0.02 0.00 -négros négro NOM m p 6.02 2.97 1.38 0.54 -négus négus NOM m 0.10 1.55 0.10 1.55 -nui nuire VER m s 14.76 11.22 1.31 0.61 par:pas; -nuira nuire VER 14.76 11.22 0.59 0.14 ind:fut:3s; -nuirai nuire VER 14.76 11.22 0.01 0.00 ind:fut:1s; -nuirait nuire VER 14.76 11.22 0.27 0.34 cnd:pre:3s; -nuiras nuire VER 14.76 11.22 0.11 0.00 ind:fut:2s; -nuire nuire VER 14.76 11.22 5.98 4.46 inf; -nuiront nuire VER 14.76 11.22 0.03 0.00 ind:fut:3p; -nuis nuire VER 14.76 11.22 0.20 0.00 imp:pre:2s;ind:pre:1s;ind:pre:2s; -nuisît nuire VER 14.76 11.22 0.00 0.07 sub:imp:3s; -nuisaient nuire VER 14.76 11.22 0.10 0.07 ind:imp:3p; -nuisait nuire VER 14.76 11.22 0.05 0.61 ind:imp:3s; -nuisance nuisance NOM f s 0.67 0.27 0.38 0.14 -nuisances nuisance NOM f p 0.67 0.27 0.30 0.14 -nuisant nuire VER 14.76 11.22 0.03 0.07 par:pre; -nuise nuire VER 14.76 11.22 0.22 0.41 sub:pre:1s;sub:pre:3s; -nuisent nuire VER 14.76 11.22 0.54 0.27 ind:pre:3p; -nuisette nuisette NOM f s 0.33 0.07 0.33 0.07 -nuisez nuire VER 14.76 11.22 0.02 0.00 ind:pre:2p; -nuisible nuisible ADJ s 0.83 2.23 0.56 1.42 -nuisibles nuisible ADJ p 0.83 2.23 0.28 0.81 -nuit nuit NOM f s 586.54 738.24 557.56 672.36 -nuitamment nuitamment ADV 0.02 0.47 0.02 0.47 -nuitards nuitard NOM m p 0.01 0.00 0.01 0.00 -nuiteux nuiteux NOM m s 0.01 0.20 0.01 0.20 -nuits nuit NOM f p 586.54 738.24 28.98 65.88 -nuitée nuitée NOM f s 0.01 0.34 0.00 0.20 -nuitées nuitée NOM f p 0.01 0.34 0.01 0.14 -nul nul ADJ:ind m s 44.53 35.07 28.80 19.93 -nullard nullard NOM m s 0.51 0.20 0.20 0.07 -nullarde nullard ADJ f s 0.17 0.14 0.03 0.07 -nullardes nullard ADJ f p 0.17 0.14 0.00 0.07 -nullards nullard NOM m p 0.51 0.20 0.32 0.14 -nulle nulle ADJ:ind f s 37.84 32.70 37.84 32.70 -nullement nullement ADV 1.45 14.19 1.45 14.19 -nulles nulles ADJ:ind f p 0.41 0.34 0.41 0.34 -nullissime nullissime ADJ s 0.01 0.07 0.01 0.07 -nullité nullité NOM f s 1.20 2.77 0.96 2.16 -nullités nullité NOM f p 1.20 2.77 0.24 0.61 -nullos nullos ADJ s 0.18 0.00 0.18 0.00 -nuls nuls ADJ:ind m p 0.63 0.34 0.63 0.34 -nématodes nématode NOM m p 0.01 0.00 0.01 0.00 -numerus_clausus numerus_clausus NOM m 0.00 0.07 0.00 0.07 -numide numide NOM s 0.04 0.14 0.04 0.14 -numides numide ADJ p 0.00 0.34 0.00 0.27 -numismate numismate NOM s 0.01 0.47 0.01 0.34 -numismates numismate NOM p 0.01 0.47 0.00 0.14 -numismatique numismatique ADJ m s 0.01 0.14 0.01 0.14 -numéraire numéraire NOM m s 0.01 0.27 0.01 0.27 -numéral numéral ADJ m s 0.00 0.07 0.00 0.07 -numérateur numérateur NOM m s 0.02 0.00 0.02 0.00 -numération numération NOM f s 0.23 0.07 0.23 0.07 -numérique numérique ADJ s 3.34 0.41 2.41 0.27 -numériquement numériquement ADV 0.09 0.20 0.09 0.20 -numériques numérique ADJ p 3.34 0.41 0.93 0.14 -numérisation numérisation NOM f s 0.07 0.00 0.07 0.00 -numérise numériser VER 0.22 0.00 0.04 0.00 imp:pre:2s;ind:pre:3s; -numériser numériser VER 0.22 0.00 0.02 0.00 inf; -numérisez numériser VER 0.22 0.00 0.02 0.00 imp:pre:2p; -numérisé numériser VER m s 0.22 0.00 0.09 0.00 par:pas; -numérisée numériser VER f s 0.22 0.00 0.01 0.00 par:pas; -numérisées numériser VER f p 0.22 0.00 0.04 0.00 par:pas; -numéro numéro NOM m s 173.48 70.07 162.08 60.00 -numérologie numérologie NOM f s 0.14 0.00 0.14 0.00 -numérologue numérologue NOM s 0.05 0.00 0.05 0.00 -numéros numéro NOM m p 173.48 70.07 11.40 10.07 -numérota numéroter VER 0.50 1.89 0.00 0.07 ind:pas:3s; -numérotage numérotage NOM m s 0.00 0.14 0.00 0.14 -numérotaient numéroter VER 0.50 1.89 0.00 0.07 ind:imp:3p; -numérotait numéroter VER 0.50 1.89 0.01 0.20 ind:imp:3s; -numérotation numérotation NOM f s 0.12 0.07 0.12 0.07 -numérote numéroter VER 0.50 1.89 0.11 0.27 imp:pre:2s;ind:pre:1s;ind:pre:3s; -numérotent numéroter VER 0.50 1.89 0.01 0.07 ind:pre:3p; -numéroter numéroter VER 0.50 1.89 0.04 0.27 inf; -numérotez numéroter VER 0.50 1.89 0.03 0.07 imp:pre:2p; -numéroté numéroter VER m s 0.50 1.89 0.20 0.14 par:pas; -numérotée numéroté ADJ f s 0.53 1.62 0.11 0.07 -numérotées numéroté ADJ f p 0.53 1.62 0.15 0.68 -numérotés numéroté ADJ m p 0.53 1.62 0.08 0.54 -nunchaku nunchaku NOM m s 0.24 0.00 0.05 0.00 -nunchakus nunchaku NOM m p 0.24 0.00 0.19 0.00 -nuncupatifs nuncupatif ADJ m p 0.00 0.07 0.00 0.07 -nénesse nénesse NOM m s 0.00 0.27 0.00 0.14 -nénesses nénesse NOM m p 0.00 0.27 0.00 0.14 -nénette nénette NOM f s 0.85 3.72 0.69 2.77 -nénettes nénette NOM f p 0.85 3.72 0.16 0.95 -néné néné NOM m s 5.41 3.04 3.76 2.03 -nunuche nunuche ADJ s 0.51 0.00 0.35 0.00 -nunuches nunuche ADJ p 0.51 0.00 0.16 0.00 -nénuphar nénuphar NOM m s 0.50 2.91 0.25 0.47 -nénuphars nénuphar NOM m p 0.50 2.91 0.24 2.43 -nénés néné NOM m p 5.41 3.04 1.65 1.01 -néo_barbare néo_barbare ADJ f p 0.00 0.07 0.00 0.07 -néo_classique néo_classique ADJ s 0.12 0.34 0.12 0.34 -néo_colonialisme néo_colonialisme NOM m s 0.00 0.20 0.00 0.20 -néo_communiste néo_communiste ADJ f s 0.01 0.00 0.01 0.00 -néo_fascisme néo_fascisme NOM m s 0.01 0.07 0.01 0.07 -néo_fasciste néo_fasciste ADJ p 0.01 0.00 0.01 0.00 -néo_fasciste néo_fasciste NOM p 0.01 0.00 0.01 0.00 -néo_figuration néo_figuration NOM f s 0.00 0.07 0.00 0.07 -néo_flic néo_flic NOM m p 0.02 0.00 0.02 0.00 -néo_gangster néo_gangster NOM m s 0.01 0.00 0.01 0.00 -néo_gothique néo_gothique ADJ f s 0.00 0.20 0.00 0.14 -néo_gothique néo_gothique ADJ p 0.00 0.20 0.00 0.07 -néo_grec néo_grec ADJ m s 0.00 0.07 0.00 0.07 -néo_hellénique néo_hellénique ADJ f p 0.00 0.07 0.00 0.07 -néo_malthusianisme néo_malthusianisme NOM m s 0.00 0.14 0.00 0.14 -néo_mauresque néo_mauresque ADJ m s 0.00 0.14 0.00 0.07 -néo_mauresque néo_mauresque ADJ f p 0.00 0.14 0.00 0.07 -néo_mouvement néo_mouvement NOM m s 0.00 0.07 0.00 0.07 -néo_renaissant néo_renaissant ADJ m s 0.00 0.07 0.00 0.07 -néo_romantique néo_romantique ADJ f s 0.01 0.00 0.01 0.00 -néo_réalisme néo_réalisme NOM m s 0.10 0.07 0.10 0.07 -néo_réaliste néo_réaliste ADJ m s 0.00 0.20 0.00 0.07 -néo_réaliste néo_réaliste ADJ m p 0.00 0.20 0.00 0.14 -néo_russe néo_russe ADJ s 0.00 0.14 0.00 0.14 -néo_zélandais néo_zélandais ADJ m 0.11 0.14 0.10 0.14 -néo_zélandais néo_zélandais ADJ f s 0.11 0.14 0.01 0.00 -néo néo ADV 0.62 0.61 0.62 0.61 -nuoc_mâm nuoc_mâm NOM m 0.00 0.07 0.00 0.07 -néoclassique néoclassique ADJ m s 0.01 0.07 0.01 0.07 -néocolonial néocolonial ADJ m s 0.00 0.07 0.00 0.07 -néocolonialisme néocolonialisme NOM m s 0.01 0.00 0.01 0.00 -néocortex néocortex NOM m 0.15 0.00 0.15 0.00 -néofascisme néofascisme NOM m s 0.01 0.00 0.01 0.00 -néogothique néogothique ADJ m s 0.14 0.07 0.14 0.07 -néolibéralisme néolibéralisme NOM m s 0.14 0.00 0.14 0.00 -néolithique néolithique NOM s 0.02 0.14 0.02 0.14 -néolithiques néolithique ADJ f p 0.01 0.14 0.00 0.07 -néologisme néologisme NOM m s 0.01 0.61 0.01 0.27 -néologismes néologisme NOM m p 0.01 0.61 0.00 0.34 -néon néon NOM m s 1.81 10.81 1.21 7.16 -néonatal néonatal ADJ m s 0.11 0.00 0.04 0.00 -néonatale néonatal ADJ f s 0.11 0.00 0.07 0.00 -néonazie néonazi ADJ f s 0.11 0.00 0.01 0.00 -néonazis néonazi ADJ m p 0.11 0.00 0.10 0.00 -néons néon NOM m p 1.81 10.81 0.61 3.65 -néophyte néophyte NOM s 0.17 0.95 0.12 0.54 -néophytes néophyte NOM p 0.17 0.95 0.05 0.41 -néoplasie néoplasie NOM f s 0.01 0.00 0.01 0.00 -néoplasique néoplasique ADJ s 0.04 0.00 0.04 0.00 -néoplasme néoplasme NOM m s 0.01 0.07 0.01 0.07 -néoplatonisme néoplatonisme NOM m s 0.00 0.07 0.00 0.07 -néoprène néoprène NOM m s 0.03 0.00 0.03 0.00 -néoréalisme néoréalisme NOM m s 0.02 0.00 0.02 0.00 -népalais népalais ADJ m p 0.03 0.20 0.02 0.07 -népalaise népalais NOM f s 0.01 0.20 0.00 0.14 -népalaises népalais ADJ f p 0.03 0.20 0.01 0.07 -népenthès népenthès NOM m 0.04 0.07 0.04 0.07 -néphrectomie néphrectomie NOM f s 0.03 0.00 0.03 0.00 -néphrite néphrite NOM f s 0.11 0.07 0.11 0.07 -néphrologie néphrologie NOM f s 0.05 0.00 0.05 0.00 -néphrologue néphrologue NOM s 0.03 0.00 0.03 0.00 -néphrétique néphrétique ADJ f s 0.02 0.20 0.01 0.07 -néphrétiques néphrétique ADJ f p 0.02 0.20 0.01 0.14 -népotisme népotisme NOM m s 0.13 0.20 0.13 0.20 -nuptial nuptial ADJ m s 2.92 4.32 1.05 1.35 -nuptiale nuptial ADJ f s 2.92 4.32 1.56 2.09 -nuptiales nuptial ADJ f p 2.92 4.32 0.17 0.68 -nuptialité nuptialité NOM f s 0.00 0.20 0.00 0.20 -nuptiaux nuptial ADJ m p 2.92 4.32 0.14 0.20 -nuque nuque NOM f s 7.80 50.95 7.58 48.51 -nuques nuque NOM f p 7.80 50.95 0.22 2.43 -néroli néroli NOM m s 0.03 0.00 0.03 0.00 -nurse nurse NOM f s 2.24 3.92 2.14 3.18 -nurseries nurseries NOM f p 0.00 0.07 0.00 0.07 -nursery nursery NOM f s 1.04 0.74 1.04 0.74 -nurses nurse NOM f p 2.24 3.92 0.10 0.74 -nursing nursing NOM m s 0.03 0.00 0.03 0.00 -néréide néréide NOM f s 0.00 0.20 0.00 0.07 -néréides néréide NOM f p 0.00 0.20 0.00 0.14 -nés naître VER m p 116.11 119.32 8.83 7.50 par:pas; -nus nu ADJ m p 49.87 168.04 10.80 48.92 -nutriment nutriment NOM m s 0.21 0.00 0.02 0.00 -nutriments nutriment NOM m p 0.21 0.00 0.19 0.00 -nutritif nutritif ADJ m s 1.05 0.41 0.16 0.20 -nutritifs nutritif ADJ m p 1.05 0.41 0.21 0.00 -nutrition nutrition NOM f s 0.86 0.34 0.86 0.34 -nutritionnel nutritionnel ADJ m s 0.10 0.07 0.04 0.00 -nutritionnelle nutritionnel ADJ f s 0.10 0.07 0.06 0.07 -nutritionniste nutritionniste NOM s 0.25 0.00 0.25 0.00 -nutritive nutritif ADJ f s 1.05 0.41 0.51 0.07 -nutritives nutritif ADJ f p 1.05 0.41 0.18 0.14 -nuée nuée NOM f s 1.27 10.74 0.54 3.99 -nuées nuée NOM f p 1.27 10.74 0.74 6.76 -névralgie névralgie NOM f s 0.21 0.61 0.17 0.34 -névralgies névralgie NOM f p 0.21 0.61 0.04 0.27 -névralgique névralgique ADJ m s 0.12 0.14 0.12 0.00 -névralgiques névralgique ADJ m p 0.12 0.14 0.00 0.14 -névrite névrite NOM f s 0.17 0.07 0.17 0.07 -névropathe névropathe NOM s 0.12 0.14 0.12 0.14 -névroptères névroptère NOM m p 0.00 0.07 0.00 0.07 -névrose névrose NOM f s 1.36 2.50 1.04 1.28 -névroses névrose NOM f p 1.36 2.50 0.32 1.22 -névrosé névrosé ADJ m s 1.20 0.74 0.49 0.14 -névrosée névrosé ADJ f s 1.20 0.74 0.61 0.41 -névrosées névrosé ADJ f p 1.20 0.74 0.04 0.14 -névrosés névrosé NOM m p 0.58 0.41 0.24 0.20 -névrotique névrotique ADJ s 0.21 0.27 0.13 0.14 -névrotiques névrotique ADJ p 0.21 0.27 0.08 0.14 -névé névé NOM m s 0.00 0.27 0.00 0.14 -névés névé NOM m p 0.00 0.27 0.00 0.14 -nyctalope nyctalope ADJ s 0.00 0.20 0.00 0.14 -nyctalopes nyctalope NOM p 0.00 0.41 0.00 0.34 -nylon nylon NOM m s 1.33 6.42 1.27 6.42 -nylons nylon NOM m p 1.33 6.42 0.05 0.00 -nymphal nymphal ADJ m s 0.04 0.00 0.04 0.00 -nymphe nymphe NOM f s 1.77 5.81 0.88 1.76 -nymphes nymphe NOM f p 1.77 5.81 0.90 4.05 -nymphette nymphette NOM f s 0.10 0.68 0.07 0.41 -nymphettes nymphette NOM f p 0.10 0.68 0.03 0.27 -nympho nympho NOM f s 0.80 0.14 0.69 0.07 -nymphomane nymphomane NOM s 0.92 0.20 0.80 0.07 -nymphomanes nymphomane NOM p 0.92 0.20 0.13 0.14 -nymphomanie nymphomanie NOM f s 0.20 0.00 0.20 0.00 -nymphos nympho NOM f p 0.80 0.14 0.11 0.07 -nymphéa nymphéa NOM m s 0.00 0.34 0.00 0.07 -nymphéas nymphéa NOM m p 0.00 0.34 0.00 0.27 -nymphées nymphée NOM m p 0.14 0.07 0.14 0.07 -à_côté à_côté NOM m s 0.00 0.68 0.00 0.34 -à_côté à_côté NOM m p 0.00 0.68 0.00 0.34 -à_coup à_coup NOM m s 0.00 4.80 0.00 0.54 -à_coup à_coup NOM m p 0.00 4.80 0.00 4.26 -à_dieu_vat à_dieu_vat ONO 0.00 0.07 0.00 0.07 -à_peu_près à_peu_près NOM m 0.00 0.74 0.00 0.74 -à_pic à_pic NOM m 0.00 1.42 0.00 1.08 -à_pic à_pic NOM m p 0.00 1.42 0.00 0.34 -à_plat à_plat NOM m s 0.00 0.27 0.00 0.14 -à_plat à_plat NOM m p 0.00 0.27 0.00 0.14 -à_propos à_propos NOM m 0.00 0.88 0.00 0.88 -à_valoir à_valoir NOM m 0.00 0.27 0.00 0.27 -à_brûle_pourpoint à_brûle_pourpoint 0.14 0.00 0.14 0.00 -à_cloche_pied à_cloche_pied 0.22 0.00 0.22 0.00 -à_cropetons à_cropetons ADV 0.00 0.07 0.00 0.07 -à_croupetons à_croupetons ADV 0.01 0.95 0.01 0.95 -à_fortiori à_fortiori ADV 0.16 0.20 0.16 0.20 -à_giorno à_giorno ADV 0.00 0.07 0.00 0.07 -à_glagla à_glagla ADV 0.00 0.07 0.00 0.07 -à_jeun à_jeun ADV 1.45 3.85 1.27 3.85 -à_l_aveuglette à_l_aveuglette ADV 1.11 2.16 1.11 2.16 -à_l_encan à_l_encan ADV 0.01 0.14 0.01 0.14 -à_l_encontre à_l_encontre PRE 2.67 1.89 2.67 1.89 -à_l_envi à_l_envi ADV 0.20 0.61 0.20 0.61 -à_l_improviste à_l_improviste ADV 2.67 4.53 2.67 4.53 -à_l_instar à_l_instar PRE 0.26 6.42 0.26 6.42 -à_la_daumont à_la_daumont ADV 0.00 0.07 0.00 0.07 -à_la_saint_glinglin à_la_saint_glinglin ADV 0.02 0.00 0.02 0.00 -à_leur_encontre à_leur_encontre ADV 0.03 0.07 0.03 0.07 -à_lurelure à_lurelure ADV 0.00 0.20 0.00 0.20 -à_mon_encontre à_mon_encontre ADV 0.05 0.14 0.05 0.14 -à_notre_encontre à_notre_encontre ADV 0.02 0.07 0.02 0.07 -a_posteriori a_posteriori ADV 0.05 0.20 0.04 0.07 -a_priori a_priori ADV 1.04 3.85 0.41 1.28 -à_rebrousse_poil à_rebrousse_poil 0.08 0.00 0.08 0.00 -à_son_encontre à_son_encontre ADV 0.05 0.20 0.05 0.20 -à_tire_larigot à_tire_larigot 0.17 0.00 0.17 0.00 -à_ton_encontre à_ton_encontre ADV 0.02 0.00 0.02 0.00 -à_tâtons à_tâtons ADV 0.60 8.78 0.60 8.78 -à_touche_touche à_touche_touche 0.01 0.00 0.01 0.00 -à_tue_tête à_tue_tête 0.54 0.00 0.54 0.00 -à_votre_encontre à_votre_encontre ADV 0.15 0.00 0.15 0.00 -à à PRE 12190.40 19209.05 12190.40 19209.05 -o o NOM m 57.07 11.49 57.07 11.49 -où où PRO:rel 2177.25 2068.11 1546.44 1767.23 -oïl oïl NOM m 0.01 0.00 0.01 0.00 -oaristys oaristys NOM f 0.00 0.07 0.00 0.07 -oasis oasis NOM f 1.61 6.42 1.61 6.42 -ob ob NOM m s 0.25 0.07 0.25 0.07 -obi obi NOM f s 0.30 0.07 0.30 0.07 -obituaire obituaire ADJ s 0.00 0.07 0.00 0.07 -objecta objecter VER 0.87 6.49 0.00 2.43 ind:pas:3s; -objectai objecter VER 0.87 6.49 0.00 0.47 ind:pas:1s; -objectais objecter VER 0.87 6.49 0.01 0.07 ind:imp:1s;ind:imp:2s; -objectait objecter VER 0.87 6.49 0.01 0.68 ind:imp:3s; -objectal objectal ADJ m s 0.01 0.07 0.00 0.07 -objectale objectal ADJ f s 0.01 0.07 0.01 0.00 -objectant objecter VER 0.87 6.49 0.00 0.14 par:pre; -objecte objecter VER 0.87 6.49 0.46 1.08 imp:pre:2s;ind:pre:1s;ind:pre:3s; -objectent objecter VER 0.87 6.49 0.00 0.07 ind:pre:3p; -objecter objecter VER 0.87 6.49 0.28 0.54 inf; -objectera objecter VER 0.87 6.49 0.01 0.07 ind:fut:3s; -objecterez objecter VER 0.87 6.49 0.01 0.07 ind:fut:2p; -objecteront objecter VER 0.87 6.49 0.01 0.00 ind:fut:3p; -objecteur objecteur NOM m s 0.43 0.20 0.36 0.20 -objecteurs objecteur NOM m p 0.43 0.20 0.07 0.00 -objectez objecter VER 0.87 6.49 0.03 0.00 imp:pre:2p;ind:pre:2p; -objectif objectif NOM m s 18.91 12.43 15.44 9.19 -objectifs objectif NOM m p 18.91 12.43 3.46 3.24 -objection objection NOM f s 14.18 7.97 12.07 3.78 -objections objection NOM f p 14.18 7.97 2.10 4.19 -objectivation objectivation NOM f s 0.11 0.00 0.11 0.00 -objective objectif ADJ f s 4.30 3.72 1.34 1.42 -objectivement objectivement ADV 0.41 1.82 0.41 1.82 -objectivent objectiver VER 0.19 0.07 0.01 0.07 ind:pre:3p; -objectives objectif ADJ f p 4.30 3.72 0.20 0.41 -objectivité objectivité NOM f s 0.89 0.68 0.89 0.68 -objectèrent objecter VER 0.87 6.49 0.00 0.07 ind:pas:3p; -objecté objecter VER m s 0.87 6.49 0.04 0.81 par:pas; -objet objet NOM m s 45.94 124.32 26.88 67.09 -objets objet NOM m p 45.94 124.32 19.06 57.23 -objurgation objurgation NOM f s 0.00 2.03 0.00 0.14 -objurgations objurgation NOM f p 0.00 2.03 0.00 1.89 -objurgua objurguer VER 0.00 0.14 0.00 0.07 ind:pas:3s; -objurguant objurguer VER 0.00 0.14 0.00 0.07 par:pre; -oblatif oblatif ADJ m s 0.00 0.20 0.00 0.07 -oblation oblation NOM f s 0.00 0.20 0.00 0.20 -oblative oblatif ADJ f s 0.00 0.20 0.00 0.14 -oblats oblat NOM m p 0.00 0.07 0.00 0.07 -obligado obligado ADV 0.00 0.14 0.00 0.14 -obligataire obligataire ADJ m s 0.02 0.00 0.01 0.00 -obligataires obligataire ADJ m p 0.02 0.00 0.01 0.00 -obligation obligation NOM f s 11.34 15.74 6.66 9.12 -obligations obligation NOM f p 11.34 15.74 4.69 6.62 -obligatoire obligatoire ADJ s 5.57 7.97 5.18 6.49 -obligatoirement obligatoirement ADV 1.13 3.04 1.13 3.04 -obligatoires obligatoire ADJ p 5.57 7.97 0.39 1.49 -oblige obliger VER 91.63 107.57 14.74 12.97 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -obligea obliger VER 91.63 107.57 0.47 4.39 ind:pas:3s; -obligeai obliger VER 91.63 107.57 0.00 0.34 ind:pas:1s; -obligeaient obliger VER 91.63 107.57 0.17 2.43 ind:imp:3p; -obligeais obliger VER 91.63 107.57 0.04 0.47 ind:imp:1s;ind:imp:2s; -obligeait obliger VER 91.63 107.57 1.40 9.32 ind:imp:3s; -obligeamment obligeamment ADV 0.00 0.68 0.00 0.68 -obligeance obligeance NOM f s 0.85 1.62 0.84 1.55 -obligeances obligeance NOM f p 0.85 1.62 0.01 0.07 -obligeant obliger VER 91.63 107.57 0.45 4.19 par:pre; -obligeante obligeant ADJ f s 0.36 1.55 0.14 0.14 -obligeantes obligeant ADJ f p 0.36 1.55 0.01 0.20 -obligeants obligeant ADJ m p 0.36 1.55 0.03 0.14 -obligent obliger VER 91.63 107.57 1.93 2.30 ind:pre:3p; -obligeons obliger VER 91.63 107.57 0.06 0.07 imp:pre:1p;ind:pre:1p; -obligeât obliger VER 91.63 107.57 0.00 0.54 sub:imp:3s; -obliger obliger VER 91.63 107.57 6.30 9.39 ind:pre:2p;inf; -obligera obliger VER 91.63 107.57 0.84 0.20 ind:fut:3s; -obligerai obliger VER 91.63 107.57 0.77 0.07 ind:fut:1s; -obligerais obliger VER 91.63 107.57 0.18 0.07 cnd:pre:1s;cnd:pre:2s; -obligerait obliger VER 91.63 107.57 0.78 1.08 cnd:pre:3s; -obligeras obliger VER 91.63 107.57 0.15 0.14 ind:fut:2s; -obligerez obliger VER 91.63 107.57 0.04 0.07 ind:fut:2p; -obligeriez obliger VER 91.63 107.57 0.05 0.14 cnd:pre:2p; -obligeront obliger VER 91.63 107.57 0.06 0.07 ind:fut:3p; -obliges obliger VER 91.63 107.57 1.28 0.34 ind:pre:2s; -obligez obliger VER 91.63 107.57 2.81 0.20 imp:pre:2p;ind:pre:2p; -obligiez obliger VER 91.63 107.57 0.16 0.00 ind:imp:2p; -obligèrent obliger VER 91.63 107.57 0.20 0.61 ind:pas:3p; -obligé obliger VER m s 91.63 107.57 36.43 35.07 par:pas; -obligée obliger VER f s 91.63 107.57 12.01 11.96 par:pas; -obligées obliger VER f p 91.63 107.57 0.75 0.88 par:pas; -obligés obliger VER m p 91.63 107.57 9.56 10.27 par:pas; -obliqua obliquer VER 0.16 5.41 0.00 2.30 ind:pas:3s; -obliquaient obliquer VER 0.16 5.41 0.00 0.14 ind:imp:3p; -obliquait obliquer VER 0.16 5.41 0.00 0.20 ind:imp:3s; -obliquant obliquer VER 0.16 5.41 0.10 0.54 par:pre; -oblique oblique ADJ s 0.83 11.49 0.81 7.70 -obliquement obliquement ADV 0.02 2.23 0.02 2.23 -obliquent obliquer VER 0.16 5.41 0.01 0.14 ind:pre:3p; -obliquer obliquer VER 0.16 5.41 0.00 0.54 inf; -obliques oblique ADJ p 0.83 11.49 0.02 3.78 -obliquez obliquer VER 0.16 5.41 0.03 0.00 imp:pre:2p; -obliquité obliquité NOM f s 0.01 0.07 0.01 0.07 -obliquâmes obliquer VER 0.16 5.41 0.00 0.07 ind:pas:1p; -obliquèrent obliquer VER 0.16 5.41 0.00 0.34 ind:pas:3p; -obliqué obliquer VER m s 0.16 5.41 0.00 0.41 par:pas; -oblitère oblitérer VER 0.17 1.42 0.00 0.27 ind:pre:3s; -oblitèrent oblitérer VER 0.17 1.42 0.00 0.07 ind:pre:3p; -oblitéraient oblitérer VER 0.17 1.42 0.00 0.07 ind:imp:3p; -oblitérait oblitérer VER 0.17 1.42 0.00 0.27 ind:imp:3s; -oblitération oblitération NOM f s 0.03 0.07 0.03 0.07 -oblitérer oblitérer VER 0.17 1.42 0.07 0.20 inf; -oblitérons oblitérer VER 0.17 1.42 0.01 0.00 imp:pre:1p; -oblitérèrent oblitérer VER 0.17 1.42 0.00 0.07 ind:pas:3p; -oblitéré oblitérer VER m s 0.17 1.42 0.04 0.14 par:pas; -oblitérée oblitérer VER f s 0.17 1.42 0.02 0.14 par:pas; -oblitérées oblitérer VER f p 0.17 1.42 0.01 0.14 par:pas; -oblitérés oblitérer VER m p 0.17 1.42 0.02 0.07 par:pas; -oblong oblong ADJ m s 0.05 3.24 0.02 1.01 -oblongs oblong ADJ m p 0.05 3.24 0.00 0.27 -oblongue oblong ADJ f s 0.05 3.24 0.03 1.49 -oblongues oblong ADJ f p 0.05 3.24 0.00 0.47 -obnubila obnubiler VER 0.50 1.82 0.00 0.07 ind:pas:3s; -obnubilait obnubiler VER 0.50 1.82 0.01 0.00 ind:imp:3s; -obnubilant obnubiler VER 0.50 1.82 0.00 0.07 par:pre; -obnubilation obnubilation NOM f s 0.00 0.14 0.00 0.14 -obnubile obnubiler VER 0.50 1.82 0.03 0.07 ind:pre:3s; -obnubiler obnubiler VER 0.50 1.82 0.02 0.27 inf; -obnubilé obnubiler VER m s 0.50 1.82 0.22 0.88 par:pas; -obnubilée obnubiler VER f s 0.50 1.82 0.17 0.07 par:pas; -obnubilées obnubiler VER f p 0.50 1.82 0.00 0.07 par:pas; -obnubilés obnubiler VER m p 0.50 1.82 0.04 0.34 par:pas; -obole obole NOM f s 0.11 1.22 0.11 1.01 -oboles obole NOM f p 0.11 1.22 0.00 0.20 -obscène obscène ADJ s 4.48 13.04 3.25 7.91 -obscènement obscènement ADV 0.01 0.27 0.01 0.27 -obscènes obscène ADJ p 4.48 13.04 1.23 5.14 -obscénité obscénité NOM f s 1.63 3.78 0.92 2.23 -obscénités obscénité NOM f p 1.63 3.78 0.71 1.55 -obscur obscur ADJ m s 11.06 67.57 5.00 29.12 -obscurantisme obscurantisme NOM m s 0.14 0.81 0.14 0.74 -obscurantismes obscurantisme NOM m p 0.14 0.81 0.00 0.07 -obscurantiste obscurantiste NOM s 0.14 0.00 0.14 0.00 -obscurcît obscurcir VER 1.42 6.69 0.00 0.07 sub:imp:3s; -obscurci obscurcir VER m s 1.42 6.69 0.57 1.28 par:pas; -obscurcie obscurcir VER f s 1.42 6.69 0.15 0.74 par:pas; -obscurcies obscurcir VER f p 1.42 6.69 0.00 0.20 par:pas; -obscurcir obscurcir VER 1.42 6.69 0.24 0.88 inf; -obscurcira obscurcir VER 1.42 6.69 0.04 0.14 ind:fut:3s; -obscurcirait obscurcir VER 1.42 6.69 0.00 0.07 cnd:pre:3s; -obscurcis obscurcir VER m p 1.42 6.69 0.00 0.27 par:pas; -obscurcissaient obscurcir VER 1.42 6.69 0.01 0.47 ind:imp:3p; -obscurcissait obscurcir VER 1.42 6.69 0.01 0.68 ind:imp:3s; -obscurcissant obscurcir VER 1.42 6.69 0.00 0.14 par:pre; -obscurcissement obscurcissement NOM m s 0.11 0.41 0.11 0.27 -obscurcissements obscurcissement NOM m p 0.11 0.41 0.00 0.14 -obscurcissent obscurcir VER 1.42 6.69 0.06 0.47 ind:pre:3p; -obscurcit obscurcir VER 1.42 6.69 0.34 1.28 ind:pre:3s;ind:pas:3s; -obscure obscur ADJ f s 11.06 67.57 3.46 20.61 -obscures obscur ADJ f p 11.06 67.57 1.32 9.53 -obscurité obscurité NOM f s 14.33 49.39 14.33 48.65 -obscurités obscurité NOM f p 14.33 49.39 0.00 0.74 -obscurs obscur ADJ m p 11.06 67.57 1.28 8.31 -obscurément obscurément ADV 0.01 6.96 0.01 6.96 -observa observer VER 42.66 116.01 0.18 19.46 ind:pas:3s; -observable observable ADJ m s 0.03 0.00 0.03 0.00 -observai observer VER 42.66 116.01 0.01 1.76 ind:pas:1s; -observaient observer VER 42.66 116.01 0.26 3.85 ind:imp:3p; -observais observer VER 42.66 116.01 1.39 5.20 ind:imp:1s;ind:imp:2s; -observait observer VER 42.66 116.01 1.23 19.73 ind:imp:3s; -observance observance NOM f s 0.14 0.34 0.14 0.27 -observances observance NOM f p 0.14 0.34 0.00 0.07 -observant observer VER 42.66 116.01 1.17 6.89 par:pre; -observateur observateur NOM m s 3.08 6.08 1.94 4.53 -observateurs observateur NOM m p 3.08 6.08 1.05 1.35 -observation observation NOM f s 8.07 15.27 6.91 11.08 -observations observation NOM f p 8.07 15.27 1.16 4.19 -observatoire observatoire NOM m s 1.25 3.18 1.23 2.84 -observatoires observatoire NOM m p 1.25 3.18 0.02 0.34 -observatrice observateur ADJ f s 1.55 0.68 0.24 0.07 -observatrices observateur NOM f p 3.08 6.08 0.00 0.14 -observe observer VER 42.66 116.01 11.48 16.69 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:1s;sub:pre:3s; -observent observer VER 42.66 116.01 1.41 2.16 ind:pre:3p; -observer observer VER 42.66 116.01 11.22 24.26 inf; -observera observer VER 42.66 116.01 0.11 0.07 ind:fut:3s; -observerai observer VER 42.66 116.01 0.51 0.07 ind:fut:1s; -observeraient observer VER 42.66 116.01 0.00 0.14 cnd:pre:3p; -observerais observer VER 42.66 116.01 0.02 0.07 cnd:pre:1s;cnd:pre:2s; -observerait observer VER 42.66 116.01 0.04 0.20 cnd:pre:3s; -observerez observer VER 42.66 116.01 0.05 0.07 ind:fut:2p; -observerons observer VER 42.66 116.01 0.18 0.00 ind:fut:1p; -observeront observer VER 42.66 116.01 0.03 0.00 ind:fut:3p; -observes observer VER 42.66 116.01 0.75 0.34 ind:pre:2s;sub:pre:2s; -observez observer VER 42.66 116.01 3.63 1.35 imp:pre:2p;ind:pre:2p; -observiez observer VER 42.66 116.01 0.15 0.00 ind:imp:2p;sub:pre:2p; -observions observer VER 42.66 116.01 0.13 0.74 ind:imp:1p; -observâmes observer VER 42.66 116.01 0.00 0.20 ind:pas:1p; -observons observer VER 42.66 116.01 1.27 0.47 imp:pre:1p;ind:pre:1p; -observèrent observer VER 42.66 116.01 0.00 1.69 ind:pas:3p; -observé observer VER m s 42.66 116.01 5.53 6.96 par:pas; -observée observer VER f s 42.66 116.01 0.83 2.03 par:pas; -observées observer VER f p 42.66 116.01 0.22 0.54 par:pas; -observés observer VER m p 42.66 116.01 0.86 1.08 par:pas; -obsessif obsessif ADJ m s 0.20 0.00 0.13 0.00 -obsession obsession NOM f s 8.79 11.15 7.76 8.78 -obsessionnel obsessionnel ADJ m s 1.43 1.15 0.87 0.41 -obsessionnelle obsessionnel ADJ f s 1.43 1.15 0.37 0.47 -obsessionnellement obsessionnellement ADV 0.01 0.41 0.01 0.41 -obsessionnelles obsessionnel ADJ f p 1.43 1.15 0.06 0.07 -obsessionnels obsessionnel ADJ m p 1.43 1.15 0.13 0.20 -obsessions obsession NOM f p 8.79 11.15 1.02 2.36 -obsessive obsessif ADJ f s 0.20 0.00 0.08 0.00 -obsidienne obsidienne NOM f s 0.03 0.74 0.03 0.74 -obsidional obsidional ADJ m s 0.00 0.41 0.00 0.07 -obsidionale obsidional ADJ f s 0.00 0.41 0.00 0.34 -obsolescence obsolescence NOM f s 0.02 0.07 0.02 0.07 -obsolète obsolète ADJ s 1.19 0.14 0.84 0.07 -obsolètes obsolète ADJ p 1.19 0.14 0.35 0.07 -obstacle obstacle NOM m s 10.65 26.01 6.58 14.12 -obstacles obstacle NOM m p 10.65 26.01 4.07 11.89 -obsède obséder VER 11.53 9.12 2.15 1.42 imp:pre:2s;ind:pre:1s;ind:pre:3s; -obsèdent obséder VER 11.53 9.12 0.19 0.27 ind:pre:3p; -obsèdes obséder VER 11.53 9.12 0.08 0.00 ind:pre:2s; -obsèques obsèques NOM f p 4.32 4.80 4.32 4.80 -obstina obstiner VER 3.77 16.49 0.03 0.88 ind:pas:3s; -obstinai obstiner VER 3.77 16.49 0.00 0.14 ind:pas:1s; -obstinaient obstiner VER 3.77 16.49 0.02 0.74 ind:imp:3p; -obstinais obstiner VER 3.77 16.49 0.00 0.68 ind:imp:1s;ind:imp:2s; -obstinait obstiner VER 3.77 16.49 0.03 4.66 ind:imp:3s; -obstinant obstiner VER 3.77 16.49 0.00 0.88 par:pre; -obstination obstination NOM f s 1.26 12.23 1.26 12.09 -obstinations obstination NOM f p 1.26 12.23 0.00 0.14 -obstine obstiner VER 3.77 16.49 0.94 2.91 imp:pre:2s;ind:pre:1s;ind:pre:3s; -obstinent obstiner VER 3.77 16.49 0.16 0.81 ind:pre:3p; -obstiner obstiner VER 3.77 16.49 0.53 1.35 inf; -obstinera obstiner VER 3.77 16.49 0.01 0.07 ind:fut:3s; -obstineraient obstiner VER 3.77 16.49 0.00 0.07 cnd:pre:3p; -obstinerait obstiner VER 3.77 16.49 0.00 0.07 cnd:pre:3s; -obstineras obstiner VER 3.77 16.49 0.00 0.07 ind:fut:2s; -obstinerez obstiner VER 3.77 16.49 0.00 0.14 ind:fut:2p; -obstineriez obstiner VER 3.77 16.49 0.00 0.07 cnd:pre:2p; -obstineront obstiner VER 3.77 16.49 0.00 0.14 ind:fut:3p; -obstines obstiner VER 3.77 16.49 0.77 0.27 ind:pre:2s;sub:pre:2s; -obstinez obstiner VER 3.77 16.49 0.34 0.27 imp:pre:2p;ind:pre:2p; -obstinions obstiner VER 3.77 16.49 0.00 0.14 ind:imp:1p; -obstinons obstiner VER 3.77 16.49 0.01 0.14 ind:pre:1p; -obstinèrent obstiner VER 3.77 16.49 0.00 0.14 ind:pas:3p; -obstiné obstiner VER m s 3.77 16.49 0.51 1.15 par:pas; -obstinée obstiner VER f s 3.77 16.49 0.28 0.41 par:pas; -obstinées obstiné ADJ f p 0.55 6.96 0.01 0.68 -obstinément obstinément ADV 0.48 10.27 0.48 10.27 -obstinés obstiner VER m p 3.77 16.49 0.14 0.34 par:pas; -obstrua obstruer VER 1.35 4.86 0.01 0.14 ind:pas:3s; -obstruaient obstruer VER 1.35 4.86 0.01 0.68 ind:imp:3p; -obstruait obstruer VER 1.35 4.86 0.03 0.61 ind:imp:3s; -obstruant obstruer VER 1.35 4.86 0.03 0.27 par:pre; -obstructif obstructif ADJ m s 0.03 0.00 0.01 0.00 -obstruction obstruction NOM f s 3.64 0.47 3.20 0.47 -obstructionnisme obstructionnisme NOM m s 0.01 0.00 0.01 0.00 -obstructions obstruction NOM f p 3.64 0.47 0.44 0.00 -obstructive obstructif ADJ f s 0.03 0.00 0.01 0.00 -obstrue obstruer VER 1.35 4.86 0.55 0.54 imp:pre:2s;ind:pre:3s; -obstruent obstruer VER 1.35 4.86 0.00 0.47 ind:pre:3p; -obstruer obstruer VER 1.35 4.86 0.04 0.27 inf; -obstrueraient obstruer VER 1.35 4.86 0.00 0.07 cnd:pre:3p; -obstrueront obstruer VER 1.35 4.86 0.10 0.00 ind:fut:3p; -obstruez obstruer VER 1.35 4.86 0.02 0.00 imp:pre:2p;ind:pre:2p; -obstrué obstruer VER m s 1.35 4.86 0.31 0.54 par:pas; -obstruée obstruer VER f s 1.35 4.86 0.07 0.81 par:pas; -obstruées obstruer VER f p 1.35 4.86 0.01 0.27 par:pas; -obstrués obstruer VER m p 1.35 4.86 0.17 0.20 par:pas; -obstétrical obstétrical ADJ m s 0.01 0.00 0.01 0.00 -obstétricien obstétricien NOM m s 0.35 0.07 0.28 0.07 -obstétricienne obstétricien NOM f s 0.35 0.07 0.04 0.00 -obstétriciens obstétricien NOM m p 0.35 0.07 0.04 0.00 -obstétrique obstétrique NOM f s 0.83 0.14 0.83 0.14 -obséda obséder VER 11.53 9.12 0.00 0.14 ind:pas:3s; -obsédaient obséder VER 11.53 9.12 0.00 0.34 ind:imp:3p; -obsédais obséder VER 11.53 9.12 0.04 0.00 ind:imp:1s;ind:imp:2s; -obsédait obséder VER 11.53 9.12 0.40 1.82 ind:imp:3s; -obsédant obsédant ADJ m s 0.22 6.28 0.12 1.69 -obsédante obsédant ADJ f s 0.22 6.28 0.05 3.58 -obsédantes obsédant ADJ f p 0.22 6.28 0.02 0.54 -obsédants obsédant ADJ m p 0.22 6.28 0.03 0.47 -obséder obséder VER 11.53 9.12 0.12 0.61 inf; -obsédèrent obséder VER 11.53 9.12 0.14 0.07 ind:pas:3p; -obsédé obséder VER m s 11.53 9.12 5.12 2.57 par:pas; -obsédée obséder VER f s 11.53 9.12 2.19 0.95 par:pas; -obsédées obséder VER f p 11.53 9.12 0.10 0.20 par:pas; -obsédés obsédé NOM m p 3.73 2.23 1.33 0.95 -obséquieuse obséquieux ADJ f s 0.15 1.01 0.02 0.20 -obséquieusement obséquieusement ADV 0.01 0.14 0.01 0.14 -obséquieuses obséquieux ADJ f p 0.15 1.01 0.00 0.14 -obséquieux obséquieux ADJ m s 0.15 1.01 0.13 0.68 -obséquiosité obséquiosité NOM f s 0.01 0.54 0.01 0.54 -obtînmes obtenir VER 88.10 80.95 0.01 0.07 ind:pas:1p; -obtînt obtenir VER 88.10 80.95 0.00 0.14 sub:imp:3s; -obtempère obtempérer VER 1.12 2.16 0.18 0.34 imp:pre:2s;ind:pre:1s;ind:pre:3s; -obtempéra obtempérer VER 1.12 2.16 0.00 0.47 ind:pas:3s; -obtempérai obtempérer VER 1.12 2.16 0.00 0.07 ind:pas:1s; -obtempéraient obtempérer VER 1.12 2.16 0.01 0.07 ind:imp:3p; -obtempérait obtempérer VER 1.12 2.16 0.00 0.14 ind:imp:3s; -obtempérer obtempérer VER 1.12 2.16 0.82 0.74 inf; -obtempérez obtempérer VER 1.12 2.16 0.07 0.00 imp:pre:2p;ind:pre:2p; -obtempérions obtempérer VER 1.12 2.16 0.00 0.07 ind:imp:1p; -obtempérèrent obtempérer VER 1.12 2.16 0.00 0.07 ind:pas:3p; -obtempéré obtempérer VER m s 1.12 2.16 0.04 0.20 par:pas; -obtenaient obtenir VER 88.10 80.95 0.04 0.68 ind:imp:3p; -obtenais obtenir VER 88.10 80.95 0.51 1.08 ind:imp:1s;ind:imp:2s; -obtenait obtenir VER 88.10 80.95 0.35 2.36 ind:imp:3s; -obtenant obtenir VER 88.10 80.95 0.19 1.22 par:pre; -obtenez obtenir VER 88.10 80.95 2.40 0.20 imp:pre:2p;ind:pre:2p; -obteniez obtenir VER 88.10 80.95 0.27 0.00 ind:imp:2p; -obtenions obtenir VER 88.10 80.95 0.06 0.20 ind:imp:1p; -obtenir obtenir VER 88.10 80.95 36.70 37.77 inf; -obtenons obtenir VER 88.10 80.95 0.87 0.41 imp:pre:1p;ind:pre:1p; -obtention obtention NOM f s 0.53 0.47 0.53 0.47 -obtenu obtenir VER m s 88.10 80.95 20.36 14.73 par:pas; -obtenue obtenir VER f s 88.10 80.95 0.67 2.03 par:pas; -obtenues obtenir VER f p 88.10 80.95 0.55 0.68 par:pas; -obtenus obtenir VER m p 88.10 80.95 0.91 1.35 par:pas; -obère obérer VER 0.00 0.20 0.00 0.07 ind:pre:1s; -obèse obèse ADJ s 1.40 3.58 1.11 2.57 -obèses obèse ADJ p 1.40 3.58 0.29 1.01 -obtiendra obtenir VER 88.10 80.95 1.24 0.41 ind:fut:3s; -obtiendrai obtenir VER 88.10 80.95 1.62 0.20 ind:fut:1s; -obtiendraient obtenir VER 88.10 80.95 0.00 0.34 cnd:pre:3p; -obtiendrais obtenir VER 88.10 80.95 0.86 0.20 cnd:pre:1s;cnd:pre:2s; -obtiendrait obtenir VER 88.10 80.95 0.66 1.22 cnd:pre:3s; -obtiendras obtenir VER 88.10 80.95 0.85 0.07 ind:fut:2s; -obtiendrez obtenir VER 88.10 80.95 1.39 0.47 ind:fut:2p; -obtiendriez obtenir VER 88.10 80.95 0.17 0.00 cnd:pre:2p; -obtiendrions obtenir VER 88.10 80.95 0.03 0.07 cnd:pre:1p; -obtiendrons obtenir VER 88.10 80.95 0.53 0.41 ind:fut:1p; -obtiendront obtenir VER 88.10 80.95 0.55 0.27 ind:fut:3p; -obtienne obtenir VER 88.10 80.95 1.44 0.88 sub:pre:1s;sub:pre:3s; -obtiennent obtenir VER 88.10 80.95 1.23 0.47 ind:pre:3p; -obtiennes obtenir VER 88.10 80.95 0.33 0.07 sub:pre:2s; -obtiens obtenir VER 88.10 80.95 5.46 0.47 imp:pre:2s;ind:pre:1s;ind:pre:2s; -obtient obtenir VER 88.10 80.95 6.75 3.18 ind:pre:3s; -obtinrent obtenir VER 88.10 80.95 0.20 0.74 ind:pas:3p; -obtins obtenir VER 88.10 80.95 0.16 2.57 ind:pas:1s;ind:pas:2s; -obtinsse obtenir VER 88.10 80.95 0.00 0.07 sub:imp:1s; -obtint obtenir VER 88.10 80.95 0.74 5.95 ind:pas:3s; -obtura obturer VER 0.13 0.61 0.00 0.07 ind:pas:3s; -obturait obturer VER 0.13 0.61 0.00 0.14 ind:imp:3s; -obturateur obturateur ADJ m s 0.13 0.00 0.12 0.00 -obturateurs obturateur NOM m p 0.07 0.27 0.01 0.07 -obturation obturation NOM f s 0.06 0.00 0.06 0.00 -obture obturer VER 0.13 0.61 0.01 0.20 ind:pre:1s;ind:pre:3s; -obturer obturer VER 0.13 0.61 0.08 0.07 inf; -obturez obturer VER 0.13 0.61 0.01 0.00 imp:pre:2p; -obturé obturer VER m s 0.13 0.61 0.03 0.07 par:pas; -obturée obturer VER f s 0.13 0.61 0.00 0.07 par:pas; -obtus obtus ADJ m 1.17 4.66 0.85 2.70 -obtuse obtus ADJ f s 1.17 4.66 0.32 1.89 -obtuses obtus ADJ f p 1.17 4.66 0.00 0.07 -obéîmes obéir VER 45.12 45.88 0.01 0.07 ind:pas:1p; -obédience obédience NOM f s 0.14 2.36 0.14 2.30 -obédiences obédience NOM f p 0.14 2.36 0.00 0.07 -obéi obéir VER m s 45.12 45.88 3.38 4.59 par:pas; -obéie obéir VER f s 45.12 45.88 0.01 0.27 par:pas; -obéir obéir VER 45.12 45.88 13.76 14.26 inf;;inf;;inf;; -obéira obéir VER 45.12 45.88 0.86 0.61 ind:fut:3s; -obéirai obéir VER 45.12 45.88 1.47 0.20 ind:fut:1s; -obéiraient obéir VER 45.12 45.88 0.01 0.07 cnd:pre:3p; -obéirais obéir VER 45.12 45.88 0.06 0.07 cnd:pre:1s;cnd:pre:2s; -obéirait obéir VER 45.12 45.88 0.03 0.07 cnd:pre:3s; -obéiras obéir VER 45.12 45.88 0.32 0.14 ind:fut:2s; -obéirent obéir VER 45.12 45.88 0.00 0.54 ind:pas:3p; -obéirez obéir VER 45.12 45.88 0.33 0.07 ind:fut:2p; -obéiriez obéir VER 45.12 45.88 0.03 0.07 cnd:pre:2p; -obéirons obéir VER 45.12 45.88 0.24 0.07 ind:fut:1p; -obéiront obéir VER 45.12 45.88 0.21 0.07 ind:fut:3p; -obéis obéir VER m p 45.12 45.88 10.93 2.91 imp:pre:2s;ind:pre:1s;ind:pre:2s;par:pas; -obéissaient obéir VER 45.12 45.88 0.46 1.15 ind:imp:3p; -obéissais obéir VER 45.12 45.88 0.36 0.54 ind:imp:1s;ind:imp:2s; -obéissait obéir VER 45.12 45.88 0.36 4.05 ind:imp:3s; -obéissance obéissance NOM f s 4.24 5.07 4.24 5.07 -obéissant obéissant ADJ m s 2.59 2.30 0.99 1.15 -obéissante obéissant ADJ f s 2.59 2.30 1.10 0.41 -obéissantes obéissant ADJ f p 2.59 2.30 0.11 0.34 -obéissants obéissant ADJ m p 2.59 2.30 0.39 0.41 -obéisse obéir VER 45.12 45.88 0.39 0.41 sub:pre:1s;sub:pre:3s; -obéissent obéir VER 45.12 45.88 2.04 1.55 ind:pre:3p; -obéisses obéir VER 45.12 45.88 0.05 0.07 sub:pre:2s; -obéissez obéir VER 45.12 45.88 4.88 0.27 imp:pre:2p;ind:pre:2p; -obéissiez obéir VER 45.12 45.88 0.19 0.07 ind:imp:2p; -obéissions obéir VER 45.12 45.88 0.00 0.41 ind:imp:1p; -obéissons obéir VER 45.12 45.88 0.49 0.07 imp:pre:1p;ind:pre:1p; -obéit obéir VER 45.12 45.88 3.54 9.66 ind:pre:3s;ind:pas:3s; -obélisque obélisque NOM m s 0.36 1.22 0.10 0.74 -obélisques obélisque NOM m p 0.36 1.22 0.27 0.47 -obérant obérer VER 0.00 0.20 0.00 0.07 par:pre; -obérer obérer VER 0.00 0.20 0.00 0.07 inf; -obus obus NOM m 5.13 31.82 5.13 31.82 -obusier obusier NOM m s 0.05 0.68 0.01 0.07 -obusiers obusier NOM m p 0.05 0.68 0.04 0.61 -obésité obésité NOM f s 0.73 1.08 0.73 0.95 -obésités obésité NOM f p 0.73 1.08 0.00 0.14 -obverse obvers NOM f s 0.00 0.07 0.00 0.07 -obvie obvie ADJ s 0.00 0.07 0.00 0.07 -obvier obvier VER 0.00 0.14 0.00 0.14 inf; -ocarina ocarina NOM m s 0.03 0.27 0.03 0.20 -ocarinas ocarina NOM m p 0.03 0.27 0.00 0.07 -occase occase NOM f s 1.25 5.34 1.14 4.53 -occases occase NOM f p 1.25 5.34 0.11 0.81 -occasion occasion NOM f s 61.89 105.74 55.39 92.09 -occasionna occasionner VER 0.70 1.69 0.00 0.07 ind:pas:3s; -occasionnait occasionner VER 0.70 1.69 0.00 0.14 ind:imp:3s; -occasionnant occasionner VER 0.70 1.69 0.02 0.07 par:pre; -occasionne occasionner VER 0.70 1.69 0.02 0.34 ind:pre:1s;ind:pre:3s; -occasionnel occasionnel ADJ m s 0.99 1.22 0.46 0.54 -occasionnelle occasionnel ADJ f s 0.99 1.22 0.33 0.14 -occasionnellement occasionnellement ADV 0.59 0.27 0.59 0.27 -occasionnelles occasionnel ADJ f p 0.99 1.22 0.06 0.14 -occasionnels occasionnel ADJ m p 0.99 1.22 0.14 0.41 -occasionnent occasionner VER 0.70 1.69 0.01 0.07 ind:pre:3p; -occasionner occasionner VER 0.70 1.69 0.09 0.20 inf; -occasionnèrent occasionner VER 0.70 1.69 0.00 0.07 ind:pas:3p; -occasionné occasionner VER m s 0.70 1.69 0.23 0.07 par:pas; -occasionnée occasionner VER f s 0.70 1.69 0.12 0.14 par:pas; -occasionnées occasionner VER f p 0.70 1.69 0.03 0.20 par:pas; -occasionnés occasionner VER m p 0.70 1.69 0.19 0.34 par:pas; -occasions occasion NOM f p 61.89 105.74 6.50 13.65 -occident occident NOM m s 0.38 1.69 0.38 1.69 -occidental occidental ADJ m s 5.07 15.61 1.50 3.65 -occidentale occidental ADJ f s 5.07 15.61 2.15 8.65 -occidentales occidental ADJ f p 5.07 15.61 0.36 1.69 -occidentalisation occidentalisation NOM f s 0.10 0.14 0.10 0.14 -occidentalise occidentaliser VER 0.01 0.07 0.01 0.07 ind:pre:3s; -occidentalisme occidentalisme NOM m s 0.00 0.07 0.00 0.07 -occidentaux occidental ADJ m p 5.07 15.61 1.06 1.62 -occipital occipital ADJ m s 0.49 0.20 0.38 0.14 -occipitale occipital ADJ f s 0.49 0.20 0.08 0.00 -occipitales occipital ADJ f p 0.49 0.20 0.01 0.07 -occipitaux occipital ADJ m p 0.49 0.20 0.02 0.00 -occiput occiput NOM m s 0.19 1.69 0.19 1.69 -occire occire VER 0.10 0.41 0.10 0.41 inf; -occis occis ADJ m 0.28 0.68 0.28 0.68 -occitan occitan NOM m s 0.00 0.34 0.00 0.34 -occitane occitan ADJ f s 0.01 0.41 0.01 0.27 -occitans occitan ADJ m p 0.01 0.41 0.00 0.07 -occlusion occlusion NOM f s 0.31 0.34 0.31 0.34 -occlut occlure VER 0.00 0.07 0.00 0.07 ind:pas:3s; -occulta occulter VER 0.86 1.01 0.00 0.07 ind:pas:3s; -occultaient occulter VER 0.86 1.01 0.00 0.07 ind:imp:3p; -occultait occulter VER 0.86 1.01 0.01 0.34 ind:imp:3s; -occultant occulter VER 0.86 1.01 0.04 0.00 par:pre; -occultation occultation NOM f s 0.28 0.27 0.28 0.20 -occultations occultation NOM f p 0.28 0.27 0.00 0.07 -occulte occulte ADJ s 2.28 3.24 0.96 1.76 -occultement occultement ADV 0.00 0.07 0.00 0.07 -occultent occulter VER 0.86 1.01 0.12 0.07 ind:pre:3p; -occulter occulter VER 0.86 1.01 0.29 0.34 inf; -occultera occulter VER 0.86 1.01 0.01 0.00 ind:fut:3s; -occultes occulte ADJ p 2.28 3.24 1.33 1.49 -occultez occulter VER 0.86 1.01 0.07 0.00 imp:pre:2p; -occultisme occultisme NOM m s 0.33 0.34 0.33 0.27 -occultismes occultisme NOM m p 0.33 0.34 0.00 0.07 -occultiste occultiste NOM s 0.11 0.14 0.01 0.00 -occultistes occultiste NOM p 0.11 0.14 0.10 0.14 -occulté occulter VER m s 0.86 1.01 0.22 0.14 par:pas; -occultée occulter VER f s 0.86 1.01 0.08 0.00 par:pas; -occupa occuper VER 375.14 219.80 0.10 3.78 ind:pas:3s; -occupai occuper VER 375.14 219.80 0.01 0.61 ind:pas:1s; -occupaient occuper VER 375.14 219.80 0.93 10.34 ind:imp:3p; -occupais occuper VER 375.14 219.80 3.37 3.45 ind:imp:1s;ind:imp:2s; -occupait occuper VER 375.14 219.80 4.36 31.42 ind:imp:3s; -occupant occupant NOM m s 2.38 10.07 0.62 3.99 -occupante occupant NOM f s 2.38 10.07 0.03 0.14 -occupantes occupant ADJ f p 0.18 0.81 0.01 0.07 -occupants occupant NOM m p 2.38 10.07 1.73 5.88 -occupas occuper VER 375.14 219.80 0.00 0.07 ind:pas:2s; -occupation occupation NOM f s 6.71 30.61 4.91 22.84 -occupations occupation NOM f p 6.71 30.61 1.80 7.77 -occupe occuper VER 375.14 219.80 139.84 37.09 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:1s;sub:pre:3s; -occupent occuper VER 375.14 219.80 6.45 7.30 ind:pre:3p; -occuper occuper VER 375.14 219.80 97.22 56.69 ind:pre:2p;inf; -occupera occuper VER 375.14 219.80 10.27 2.50 ind:fut:3s; -occuperai occuper VER 375.14 219.80 10.51 1.69 ind:fut:1s; -occuperaient occuper VER 375.14 219.80 0.31 0.54 cnd:pre:3p; -occuperais occuper VER 375.14 219.80 1.03 0.34 cnd:pre:1s;cnd:pre:2s; -occuperait occuper VER 375.14 219.80 0.67 2.50 cnd:pre:3s; -occuperas occuper VER 375.14 219.80 1.09 0.41 ind:fut:2s; -occuperez occuper VER 375.14 219.80 0.56 0.20 ind:fut:2p; -occuperions occuper VER 375.14 219.80 0.03 0.07 cnd:pre:1p; -occuperons occuper VER 375.14 219.80 0.79 0.00 ind:fut:1p; -occuperont occuper VER 375.14 219.80 1.61 0.61 ind:fut:3p; -occupes occuper VER 375.14 219.80 12.60 0.95 ind:pre:2s;sub:pre:2s; -occupez occuper VER 375.14 219.80 15.36 2.23 imp:pre:2p;ind:pre:2p; -occupiez occuper VER 375.14 219.80 1.08 0.07 ind:imp:2p; -occupions occuper VER 375.14 219.80 0.06 1.35 ind:imp:1p; -occupons occuper VER 375.14 219.80 2.23 0.95 imp:pre:1p;ind:pre:1p; -occupât occuper VER 375.14 219.80 0.00 0.88 sub:imp:3s; -occupèrent occuper VER 375.14 219.80 0.16 1.08 ind:pas:3p; -occupé occuper VER m s 375.14 219.80 41.37 25.47 par:pas; -occupée occuper VER f s 375.14 219.80 15.71 13.31 par:pas; -occupées occuper VER f p 375.14 219.80 1.67 3.31 par:pas; -occupés occuper VER m p 375.14 219.80 5.24 7.36 par:pas; -occurrence occurrence NOM f s 1.57 7.43 1.56 7.16 -occurrences occurrence NOM f p 1.57 7.43 0.01 0.27 -occurrentes occurrent ADJ f p 0.00 0.07 0.00 0.07 -ocelles ocelle NOM m p 0.00 0.14 0.00 0.14 -ocellée ocellé ADJ f s 0.00 0.41 0.00 0.20 -ocellés ocellé ADJ m p 0.00 0.41 0.00 0.20 -ocelot ocelot NOM m s 0.20 0.14 0.17 0.07 -ocelots ocelot NOM m p 0.20 0.14 0.03 0.07 -âcre âcre ADJ s 0.47 11.49 0.45 10.14 -ocre ocre NOM s 0.29 4.46 0.26 3.78 -âcrement âcrement ADV 0.00 0.14 0.00 0.14 -âcres âcre ADJ p 0.47 11.49 0.01 1.35 -ocres ocre NOM p 0.29 4.46 0.04 0.68 -âcreté âcreté NOM f s 0.11 0.95 0.11 0.95 -ocreux ocreux ADJ m 0.00 0.20 0.00 0.20 -ocré ocrer VER m s 0.00 0.34 0.00 0.07 par:pas; -ocrée ocré ADJ f s 0.00 0.27 0.00 0.20 -ocrées ocrer VER f p 0.00 0.34 0.00 0.07 par:pas; -ocrés ocrer VER m p 0.00 0.34 0.00 0.14 par:pas; -octane octane NOM m s 0.09 0.00 0.09 0.00 -octant octant NOM m s 0.00 0.14 0.00 0.14 -octante octante ADJ:num 0.00 0.14 0.00 0.14 -octave octave NOM f s 1.11 1.82 1.07 1.42 -octaves octave NOM f p 1.11 1.82 0.03 0.41 -octavia octavier VER 0.34 0.00 0.28 0.00 ind:pas:3s; -octavie octavier VER 0.34 0.00 0.07 0.00 imp:pre:2s; -octavo octavo ADV 0.01 0.00 0.01 0.00 -octet octet NOM m s 0.02 0.00 0.01 0.00 -octets octet NOM m p 0.02 0.00 0.01 0.00 -octidi octidi NOM m s 0.00 0.07 0.00 0.07 -octobre octobre NOM m 11.78 36.28 11.78 36.28 -octogonal octogonal ADJ m s 0.23 1.82 0.20 0.74 -octogonale octogonal ADJ f s 0.23 1.82 0.03 0.95 -octogonales octogonal ADJ f p 0.23 1.82 0.00 0.07 -octogonaux octogonal ADJ m p 0.23 1.82 0.00 0.07 -octogone octogone NOM m s 0.04 0.61 0.04 0.41 -octogones octogone NOM m p 0.04 0.61 0.00 0.20 -octogénaire octogénaire NOM s 0.22 0.41 0.21 0.27 -octogénaires octogénaire NOM p 0.22 0.41 0.01 0.14 -octosyllabe octosyllabe NOM m s 0.14 0.34 0.00 0.07 -octosyllabes octosyllabe NOM m p 0.14 0.34 0.14 0.27 -octroi octroi NOM m s 0.18 2.03 0.17 1.82 -octroie octroyer VER 1.35 3.58 0.41 0.47 ind:pre:1s;ind:pre:3s; -octroient octroyer VER 1.35 3.58 0.03 0.14 ind:pre:3p; -octroiera octroyer VER 1.35 3.58 0.02 0.07 ind:fut:3s; -octrois octroi NOM m p 0.18 2.03 0.01 0.20 -octroya octroyer VER 1.35 3.58 0.01 0.47 ind:pas:3s; -octroyaient octroyer VER 1.35 3.58 0.00 0.27 ind:imp:3p; -octroyait octroyer VER 1.35 3.58 0.01 0.20 ind:imp:3s; -octroyant octroyer VER 1.35 3.58 0.02 0.14 par:pre; -octroyer octroyer VER 1.35 3.58 0.11 0.27 inf; -octroyons octroyer VER 1.35 3.58 0.01 0.07 ind:pre:1p; -octroyât octroyer VER 1.35 3.58 0.00 0.07 sub:imp:3s; -octroyé octroyer VER m s 1.35 3.58 0.59 0.88 par:pas; -octroyée octroyer VER f s 1.35 3.58 0.13 0.27 par:pas; -octroyées octroyer VER f p 1.35 3.58 0.00 0.14 par:pas; -octroyés octroyer VER m p 1.35 3.58 0.00 0.14 par:pas; -octuor octuor NOM m s 0.01 0.14 0.01 0.14 -octuple octuple ADJ f s 0.02 0.00 0.02 0.00 -océan océan NOM m s 24.89 28.78 22.86 24.93 -océane océan ADJ f s 0.02 0.47 0.02 0.47 -océanienne océanien ADJ f s 0.00 0.07 0.00 0.07 -océanique océanique ADJ s 0.26 0.81 0.22 0.68 -océaniques océanique ADJ m p 0.26 0.81 0.04 0.14 -océanographe océanographe NOM s 0.07 0.00 0.07 0.00 -océanographie océanographie NOM f s 0.05 0.00 0.05 0.00 -océanographique océanographique ADJ s 0.33 0.00 0.30 0.00 -océanographiques océanographique ADJ m p 0.33 0.00 0.03 0.00 -océanologie océanologie NOM f s 0.01 0.00 0.01 0.00 -océanologue océanologue NOM s 0.08 0.00 0.08 0.00 -océans océan NOM m p 24.89 28.78 2.03 3.85 -oculaire oculaire ADJ s 3.36 0.81 1.98 0.20 -oculaires oculaire ADJ p 3.36 0.81 1.38 0.61 -oculi oculus NOM m p 0.02 0.00 0.01 0.00 -oculiste oculiste NOM s 0.37 0.81 0.37 0.74 -oculistes oculiste NOM p 0.37 0.81 0.00 0.07 -oculomoteur oculomoteur ADJ m s 0.01 0.00 0.01 0.00 -oculus oculus NOM m 0.02 0.00 0.01 0.00 -ocytocine ocytocine NOM f s 0.03 0.00 0.03 0.00 -odalisque odalisque NOM f s 0.38 1.28 0.22 0.54 -odalisques odalisque NOM f p 0.38 1.28 0.16 0.74 -ode ode NOM f s 0.96 0.81 0.94 0.61 -odelette odelette NOM f s 0.01 0.07 0.01 0.00 -odelettes odelette NOM f p 0.01 0.07 0.00 0.07 -odes ode NOM f p 0.96 0.81 0.03 0.20 -odeur odeur NOM f s 49.57 195.68 47.19 159.86 -odeurs odeur NOM f p 49.57 195.68 2.38 35.81 -odieuse odieux ADJ f s 8.59 14.32 2.14 3.78 -odieusement odieusement ADV 0.03 0.61 0.03 0.61 -odieuses odieux ADJ f p 8.59 14.32 0.23 1.01 -odieux odieux ADJ m 8.59 14.32 6.22 9.53 -odomètre odomètre NOM m s 0.10 0.00 0.10 0.00 -odontologie odontologie NOM f s 0.13 0.00 0.13 0.00 -odontologiste odontologiste NOM s 0.01 0.00 0.01 0.00 -odontologues odontologue NOM p 0.01 0.00 0.01 0.00 -odorant odorant ADJ m s 0.66 6.82 0.08 1.49 -odorante odorant ADJ f s 0.66 6.82 0.16 3.11 -odorantes odorant ADJ f p 0.66 6.82 0.40 1.35 -odorants odorant ADJ m p 0.66 6.82 0.03 0.88 -odorat odorat NOM m s 1.28 2.57 1.28 2.57 -odoriférant odoriférant ADJ m s 0.01 0.74 0.00 0.14 -odoriférante odoriférant ADJ f s 0.01 0.74 0.00 0.20 -odoriférantes odoriférant ADJ f p 0.01 0.74 0.01 0.14 -odoriférants odoriférant ADJ m p 0.01 0.74 0.00 0.27 -odéon odéon NOM m s 0.00 0.34 0.00 0.34 -odyssée odyssée NOM f s 0.24 1.01 0.23 0.95 -odyssées odyssée NOM f p 0.24 1.01 0.01 0.07 -oecuménique oecuménique ADJ s 0.33 0.41 0.33 0.34 -oecuméniques oecuménique ADJ f p 0.33 0.41 0.00 0.07 -oecuménisme oecuménisme NOM m s 0.01 0.34 0.01 0.34 -oedipe oedipe NOM m s 0.14 0.41 0.14 0.41 -oedipien oedipien ADJ m s 0.07 0.14 0.06 0.14 -oedipienne oedipien ADJ f s 0.07 0.14 0.01 0.00 -oedème oedème NOM m s 1.26 0.61 1.25 0.54 -oedèmes oedème NOM m p 1.26 0.61 0.01 0.07 -oedémateuse oedémateux ADJ f s 0.01 0.00 0.01 0.00 -oeil_de_boeuf oeil_de_boeuf NOM m s 0.00 0.95 0.00 0.47 -oeil oeil NOM m s 413.04 1234.59 97.13 278.51 -oeillade oeillade NOM f s 0.05 1.82 0.02 0.74 -oeillades oeillade NOM f p 0.05 1.82 0.03 1.08 -oeillet oeillet NOM m s 3.53 6.08 0.39 2.09 -oeilleton oeilleton NOM m s 0.00 1.35 0.00 1.15 -oeilletons oeilleton NOM m p 0.00 1.35 0.00 0.20 -oeillets oeillet NOM m p 3.53 6.08 3.13 3.99 -oeillette oeillette NOM f s 0.00 0.14 0.00 0.14 -oeillère oeillère NOM f s 0.44 1.82 0.00 0.07 -oeillères oeillère NOM f p 0.44 1.82 0.44 1.76 -oeil_de_boeuf oeil_de_boeuf NOM m p 0.00 0.95 0.00 0.47 -oeil_de_perdrix oeil_de_perdrix NOM m p 0.00 0.14 0.00 0.14 -oeils oeil NOM m p 413.04 1234.59 0.01 0.41 -oenologie oenologie NOM f s 0.01 0.00 0.01 0.00 -oenologique oenologique ADJ f s 0.00 0.07 0.00 0.07 -oenologues oenologue NOM p 0.00 0.14 0.00 0.14 -oenophile oenophile ADJ s 0.00 0.07 0.00 0.07 -oenothera oenothera NOM m s 0.01 0.00 0.01 0.00 -oenothère oenothère NOM m s 0.00 0.07 0.00 0.07 -oesophage oesophage NOM m s 0.48 1.22 0.48 1.08 -oesophages oesophage NOM m p 0.48 1.22 0.00 0.14 -oesophagien oesophagien ADJ m s 0.06 0.00 0.02 0.00 -oesophagienne oesophagien ADJ f s 0.06 0.00 0.01 0.00 -oesophagiennes oesophagien ADJ f p 0.06 0.00 0.03 0.00 -oestrogène oestrogène NOM m s 0.28 0.14 0.04 0.00 -oestrogènes oestrogène NOM m p 0.28 0.14 0.24 0.14 -oeuf oeuf NOM m s 39.40 50.14 13.53 20.34 -oeufs oeuf NOM m p 39.40 50.14 25.88 29.80 -oeuvraient oeuvrer VER 2.08 4.26 0.00 0.20 ind:imp:3p; -oeuvrait oeuvrer VER 2.08 4.26 0.14 0.61 ind:imp:3s; -oeuvrant oeuvrer VER 2.08 4.26 0.14 0.54 par:pre; -oeuvre oeuvre NOM s 30.10 92.23 23.38 68.11 -oeuvrent oeuvrer VER 2.08 4.26 0.16 0.20 ind:pre:3p; -oeuvrer oeuvrer VER 2.08 4.26 0.41 1.01 inf; -oeuvrera oeuvrer VER 2.08 4.26 0.03 0.00 ind:fut:3s; -oeuvres oeuvre NOM p 30.10 92.23 6.72 24.12 -oeuvrette oeuvrette NOM f s 0.00 0.20 0.00 0.07 -oeuvrettes oeuvrette NOM f p 0.00 0.20 0.00 0.14 -oeuvrez oeuvrer VER 2.08 4.26 0.03 0.00 imp:pre:2p; -oeuvrions oeuvrer VER 2.08 4.26 0.00 0.07 ind:imp:1p; -oeuvré oeuvrer VER m s 2.08 4.26 0.11 0.74 par:pas; -off_shore off_shore NOM m s 0.07 0.00 0.07 0.00 -off off ADJ 3.27 0.54 3.27 0.54 -offensa offenser VER 15.78 6.35 0.03 0.07 ind:pas:3s; -offensaient offenser VER 15.78 6.35 0.00 0.20 ind:imp:3p; -offensais offenser VER 15.78 6.35 0.00 0.07 ind:imp:1s; -offensait offenser VER 15.78 6.35 0.13 0.54 ind:imp:3s; -offensant offensant ADJ m s 0.93 1.01 0.82 0.34 -offensante offensant ADJ f s 0.93 1.01 0.07 0.41 -offensantes offensant ADJ f p 0.93 1.01 0.01 0.07 -offensants offensant ADJ m p 0.93 1.01 0.02 0.20 -offense offense NOM f s 7.45 3.24 5.41 2.03 -offensent offenser VER 15.78 6.35 0.34 0.34 ind:pre:3p; -offenser offenser VER 15.78 6.35 6.59 1.76 inf; -offensera offenser VER 15.78 6.35 0.04 0.00 ind:fut:3s; -offenserai offenser VER 15.78 6.35 0.01 0.07 ind:fut:1s; -offenseraient offenser VER 15.78 6.35 0.11 0.14 cnd:pre:3p; -offenserais offenser VER 15.78 6.35 0.02 0.07 cnd:pre:1s;cnd:pre:2s; -offenserez offenser VER 15.78 6.35 0.01 0.00 ind:fut:2p; -offenseront offenser VER 15.78 6.35 0.01 0.00 ind:fut:3p; -offenses offense NOM f p 7.45 3.24 2.04 1.22 -offenseur offenseur NOM m s 0.66 0.14 0.55 0.14 -offenseurs offenseur NOM m p 0.66 0.14 0.11 0.00 -offensez offenser VER 15.78 6.35 0.64 0.07 imp:pre:2p;ind:pre:2p; -offensif offensif ADJ m s 0.85 2.36 0.32 0.61 -offensifs offensif ADJ m p 0.85 2.36 0.07 0.07 -offensive offensive NOM f s 3.12 12.30 2.91 11.96 -offensives offensive NOM f p 3.12 12.30 0.21 0.34 -offensons offenser VER 15.78 6.35 0.00 0.07 ind:pre:1p; -offensèrent offenser VER 15.78 6.35 0.00 0.07 ind:pas:3p; -offensé offenser VER m s 15.78 6.35 4.09 1.55 par:pas; -offensée offenser VER f s 15.78 6.35 0.97 0.47 par:pas; -offensées offensé ADJ f p 2.19 2.09 0.17 0.14 -offensés offenser VER m p 15.78 6.35 1.15 0.14 par:pas; -offert offrir VER m s 177.80 213.99 34.01 28.51 par:pas; -offerte offrir VER f s 177.80 213.99 5.08 12.03 par:pas; -offertes offrir VER f p 177.80 213.99 0.93 3.85 par:pas; -offertoire offertoire NOM m s 0.00 0.34 0.00 0.34 -offerts offrir VER m p 177.80 213.99 1.41 3.45 par:pas; -office office NOM s 6.37 25.00 6.13 21.28 -offices office NOM m p 6.37 25.00 0.25 3.72 -officiaient officier VER 7.15 6.69 0.00 0.41 ind:imp:3p; -officiais officier VER 7.15 6.69 0.00 0.14 ind:imp:1s; -officiait officier VER 7.15 6.69 0.05 1.08 ind:imp:3s; -official official NOM m s 0.03 0.00 0.03 0.00 -officialisait officialiser VER 0.23 0.07 0.00 0.07 ind:imp:3s; -officialise officialiser VER 0.23 0.07 0.03 0.00 ind:pre:1s;ind:pre:3s; -officialiser officialiser VER 0.23 0.07 0.14 0.00 inf; -officialisez officialiser VER 0.23 0.07 0.01 0.00 imp:pre:2p; -officialisé officialiser VER m s 0.23 0.07 0.04 0.00 par:pas; -officialité officialité NOM f s 0.00 0.20 0.00 0.20 -officiant officiant NOM m s 0.21 1.62 0.21 1.08 -officiants officiant ADJ m p 0.01 0.20 0.01 0.07 -officie officier VER 7.15 6.69 0.08 0.61 ind:pre:1s;ind:pre:3s; -officiel officiel ADJ m s 21.36 32.84 9.54 11.89 -officielle officiel ADJ f s 21.36 32.84 8.45 12.09 -officiellement officiellement ADV 10.41 7.36 10.41 7.36 -officielles officiel ADJ f p 21.36 32.84 1.59 4.05 -officiels officiel ADJ m p 21.36 32.84 1.78 4.80 -officient officier VER 7.15 6.69 0.01 0.07 ind:pre:3p; -officier officier NOM m s 55.35 79.05 35.47 35.68 -officiers officier NOM m p 55.35 79.05 19.87 43.38 -officieuse officielle ADJ f s 0.53 0.47 0.38 0.20 -officieusement officieusement ADV 1.13 0.54 1.13 0.54 -officieuses officielle ADJ f p 0.53 0.47 0.15 0.27 -officieux officieux ADJ m 0.92 0.88 0.92 0.88 -officiez officier VER 7.15 6.69 0.02 0.00 ind:pre:2p; -officine officine NOM f s 0.17 2.64 0.17 1.96 -officines officine NOM f p 0.17 2.64 0.00 0.68 -officions officier VER 7.15 6.69 0.01 0.00 ind:pre:1p; -officière officier NOM f s 55.35 79.05 0.01 0.00 -officié officier VER m s 7.15 6.69 0.05 0.00 par:pas; -offrît offrir VER 177.80 213.99 0.00 0.47 sub:imp:3s; -offraient offrir VER 177.80 213.99 0.71 8.38 ind:imp:3p; -offrais offrir VER 177.80 213.99 0.81 1.96 ind:imp:1s;ind:imp:2s; -offrait offrir VER 177.80 213.99 2.96 31.76 ind:imp:3s; -offrande offrande NOM f s 4.54 6.89 3.97 4.53 -offrandes offrande NOM f p 4.54 6.89 0.57 2.36 -offrant offrir VER 177.80 213.99 2.13 10.54 par:pre; -offrante offrant ADJ f s 1.09 0.47 0.01 0.00 -offrantes offrant ADJ f p 1.09 0.47 0.00 0.07 -offrants offrant ADJ m p 1.09 0.47 0.02 0.00 -offre offrir VER 177.80 213.99 51.81 29.80 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:1s;sub:pre:3s; -offrent offrir VER 177.80 213.99 4.29 4.53 ind:pre:3p; -offres offrir VER 177.80 213.99 4.78 0.68 ind:pre:2s;sub:pre:2s; -offrez offrir VER 177.80 213.99 5.50 1.01 imp:pre:2p;ind:pre:2p; -offriez offrir VER 177.80 213.99 0.26 0.14 ind:imp:2p; -offrions offrir VER 177.80 213.99 0.07 0.34 ind:imp:1p; -offrir offrir VER 177.80 213.99 52.06 50.34 inf;; -offrira offrir VER 177.80 213.99 1.15 1.15 ind:fut:3s; -offrirai offrir VER 177.80 213.99 1.92 0.81 ind:fut:1s; -offriraient offrir VER 177.80 213.99 0.02 0.54 cnd:pre:3p; -offrirais offrir VER 177.80 213.99 1.23 0.34 cnd:pre:1s;cnd:pre:2s; -offrirait offrir VER 177.80 213.99 0.70 2.43 cnd:pre:3s; -offriras offrir VER 177.80 213.99 0.73 0.00 ind:fut:2s; -offrirent offrir VER 177.80 213.99 0.02 1.35 ind:pas:3p; -offrirez offrir VER 177.80 213.99 0.13 0.20 ind:fut:2p; -offririez offrir VER 177.80 213.99 0.06 0.07 cnd:pre:2p; -offrirons offrir VER 177.80 213.99 0.37 0.07 ind:fut:1p; -offriront offrir VER 177.80 213.99 0.24 0.27 ind:fut:3p; -offris offrir VER 177.80 213.99 0.06 1.69 ind:pas:1s; -offrit offrir VER 177.80 213.99 1.55 16.55 ind:pas:3s; -offrons offrir VER 177.80 213.99 2.81 0.74 imp:pre:1p;ind:pre:1p; -offset offset NOM s 0.01 0.20 0.01 0.20 -offshore offshore ADJ 0.43 0.00 0.43 0.00 -offuscation offuscation NOM f s 0.00 0.14 0.00 0.07 -offuscations offuscation NOM f p 0.00 0.14 0.00 0.07 -offusqua offusquer VER 1.04 4.93 0.01 0.47 ind:pas:3s; -offusquaient offusquer VER 1.04 4.93 0.00 0.41 ind:imp:3p; -offusquais offusquer VER 1.04 4.93 0.01 0.07 ind:imp:1s; -offusquait offusquer VER 1.04 4.93 0.01 0.68 ind:imp:3s; -offusquant offusquant ADJ m s 0.03 0.07 0.03 0.07 -offusque offusquer VER 1.04 4.93 0.30 0.61 imp:pre:2s;ind:pre:1s;ind:pre:3s; -offusquent offusquer VER 1.04 4.93 0.01 0.20 ind:pre:3p; -offusquer offusquer VER 1.04 4.93 0.23 0.74 inf; -offusquerai offusquer VER 1.04 4.93 0.04 0.00 ind:fut:1s; -offusquerait offusquer VER 1.04 4.93 0.01 0.00 cnd:pre:3s; -offusquerez offusquer VER 1.04 4.93 0.01 0.00 ind:fut:2p; -offusques offusquer VER 1.04 4.93 0.00 0.07 ind:pre:2s; -offusquât offusquer VER 1.04 4.93 0.00 0.07 sub:imp:3s; -offusquèrent offusquer VER 1.04 4.93 0.00 0.14 ind:pas:3p; -offusqué offusquer VER m s 1.04 4.93 0.27 0.34 par:pas; -offusquée offusquer VER f s 1.04 4.93 0.12 0.61 par:pas; -offusquées offusquer VER f p 1.04 4.93 0.00 0.14 par:pas; -offusqués offusquer VER m p 1.04 4.93 0.00 0.20 par:pas; -oflag oflag NOM m s 0.00 0.27 0.00 0.20 -oflags oflag NOM m p 0.00 0.27 0.00 0.07 -âge âge NOM m s 152.59 217.43 150.45 205.27 -âges âge NOM m p 152.59 217.43 2.13 12.16 -âgisme âgisme NOM m s 0.02 0.00 0.02 0.00 -ogival ogival ADJ m s 0.00 0.41 0.00 0.41 -ogive ogive NOM f s 2.35 3.45 1.40 1.69 -ogives ogive NOM f p 2.35 3.45 0.95 1.76 -ognons ognon NOM m p 0.11 0.00 0.11 0.00 -ogre ogre NOM m s 2.83 5.95 2.52 4.66 -ogres ogre NOM m p 2.83 5.95 0.30 1.28 -ogresse ogresse NOM f s 0.31 1.89 0.31 1.55 -ogresses ogresse NOM f p 0.31 1.89 0.00 0.34 -âgé âgé ADJ m s 19.81 30.74 7.67 14.39 -âgée âgé ADJ f s 19.81 30.74 7.75 8.92 -âgées âgé ADJ f p 19.81 30.74 1.91 1.69 -âgés âgé ADJ m p 19.81 30.74 2.48 5.74 -oh oh ONO 897.52 197.09 897.52 197.09 -ohms ohm NOM m p 0.02 0.14 0.02 0.14 -ohé ohé ONO 5.24 1.28 5.24 1.28 -oie oie NOM f s 9.15 9.32 5.42 5.20 -oies oie NOM f p 9.15 9.32 3.73 4.12 -oignait oindre VER 0.56 1.62 0.00 0.14 ind:imp:3s; -oignant oindre VER 0.56 1.62 0.00 0.07 par:pre; -oigne oindre VER 0.56 1.62 0.14 0.07 sub:pre:1s;sub:pre:3s; -oignes oindre VER 0.56 1.62 0.00 0.20 sub:pre:2s; -oignez oindre VER 0.56 1.62 0.03 0.00 imp:pre:2p; -oignit oindre VER 0.56 1.62 0.00 0.07 ind:pas:3s; -oignon oignon NOM m s 19.98 15.54 4.35 5.34 -oignons oignon NOM m p 19.98 15.54 15.63 10.20 -oille oille NOM f s 0.00 0.07 0.00 0.07 -oindra oindre VER 0.56 1.62 0.00 0.07 ind:fut:3s; -oindre oindre VER 0.56 1.62 0.12 0.20 inf; -oing oing NOM m s 0.00 0.07 0.00 0.07 -oins oindre VER 0.56 1.62 0.16 0.07 ind:pre:1s;ind:pre:2s; -oint oint NOM m s 0.10 0.27 0.10 0.14 -ointe oindre VER f s 0.56 1.62 0.00 0.20 par:pas; -ointes oindre VER f p 0.56 1.62 0.00 0.27 par:pas; -oints oint NOM m p 0.10 0.27 0.00 0.14 -ois ouïr VER 5.72 3.78 1.16 0.07 imp:pre:2s;ind:pre:1s;ind:pre:2s; -oiseau_clé oiseau_clé NOM m s 0.01 0.00 0.01 0.00 -oiseau_lyre oiseau_lyre NOM m s 0.00 0.07 0.00 0.07 -oiseau_mouche oiseau_mouche NOM m s 0.10 0.27 0.08 0.14 -oiseau_vedette oiseau_vedette NOM m s 0.01 0.00 0.01 0.00 -oiseau oiseau NOM m s 77.73 113.04 43.78 47.97 -oiseau_mouche oiseau_mouche NOM m p 0.10 0.27 0.01 0.14 -oiseaux oiseau NOM m p 77.73 113.04 33.96 65.07 -oiselet oiselet NOM m s 0.13 0.54 0.12 0.34 -oiselets oiselet NOM m p 0.13 0.54 0.01 0.20 -oiseleur oiseleur NOM m s 0.07 0.54 0.06 0.47 -oiseleurs oiseleur NOM m p 0.07 0.54 0.01 0.07 -oiselez oiseler VER 0.00 0.07 0.00 0.07 imp:pre:2p; -oiselier oiselier NOM m s 0.01 0.20 0.00 0.07 -oiseliers oiselier NOM m p 0.01 0.20 0.01 0.07 -oiselière oiselier NOM f s 0.01 0.20 0.00 0.07 -oiselle oiselle NOM f s 0.08 0.41 0.06 0.34 -oisellerie oisellerie NOM f s 0.04 0.00 0.04 0.00 -oiselles oiselle NOM f p 0.08 0.41 0.02 0.07 -oiseuse oiseux ADJ f s 0.28 2.36 0.01 0.47 -oiseuses oiseux ADJ f p 0.28 2.36 0.13 1.01 -oiseux oiseux ADJ m 0.28 2.36 0.14 0.88 -oisif oisif ADJ m s 0.85 2.03 0.36 0.41 -oisifs oisif NOM m p 0.10 1.28 0.06 1.01 -oisillon oisillon NOM m s 0.46 1.22 0.30 0.68 -oisillons oisillon NOM m p 0.46 1.22 0.15 0.54 -oisive oisif ADJ f s 0.85 2.03 0.35 0.95 -oisivement oisivement ADV 0.02 0.00 0.02 0.00 -oisives oisif ADJ f p 0.85 2.03 0.08 0.20 -oisiveté oisiveté NOM f s 0.59 3.65 0.59 3.65 -oison oison NOM m s 0.02 0.07 0.02 0.00 -oisons oison NOM m p 0.02 0.07 0.00 0.07 -oit ouïr VER 5.72 3.78 0.13 0.00 ind:pre:3s; -ok ok ADJ 234.89 1.15 234.89 1.15 -oka oka NOM m s 0.00 0.07 0.00 0.07 -okapi okapi NOM m s 0.08 0.00 0.08 0.00 -okoumé okoumé NOM m s 0.00 0.14 0.00 0.14 -ola ola NOM f s 1.31 0.00 1.31 0.00 -olfactif olfactif ADJ m s 0.47 1.01 0.11 0.54 -olfactifs olfactif ADJ m p 0.47 1.01 0.03 0.07 -olfactive olfactif ADJ f s 0.47 1.01 0.06 0.27 -olfactives olfactif ADJ f p 0.47 1.01 0.28 0.14 -olfactomètre olfactomètre NOM m s 0.00 0.07 0.00 0.07 -olibrius olibrius NOM m 0.03 0.20 0.03 0.20 -olifant olifant NOM m s 0.14 0.41 0.14 0.41 -oligarchie oligarchie NOM f s 0.12 0.07 0.12 0.07 -oligo_élément oligo_élément NOM m p 0.00 0.14 0.00 0.14 -olivaies olivaie NOM f p 0.00 0.07 0.00 0.07 -olive olive NOM f s 5.42 8.85 2.54 4.12 -oliver oliver NOM m s 0.06 0.00 0.06 0.00 -oliveraie oliveraie NOM f s 1.08 0.47 1.08 0.07 -oliveraies oliveraie NOM f p 1.08 0.47 0.00 0.41 -olives olive NOM f p 5.42 8.85 2.88 4.73 -olivette olivette NOM f s 0.00 0.68 0.00 0.07 -olivettes olivette NOM f p 0.00 0.68 0.00 0.61 -olivier olivier NOM m s 2.09 12.84 0.77 4.19 -oliviers olivier NOM m p 2.09 12.84 1.32 8.65 -olivine olivine NOM f s 0.05 0.00 0.05 0.00 -olivâtre olivâtre ADJ s 0.00 1.15 0.00 0.81 -olivâtres olivâtre ADJ f p 0.00 1.15 0.00 0.34 -olla_podrida olla_podrida NOM f 0.00 0.07 0.00 0.07 -ollé ollé ONO 0.02 0.00 0.02 0.00 -olmèque olmèque ADJ s 0.01 0.00 0.01 0.00 -olmèques olmèque NOM p 0.00 0.07 0.00 0.07 -olographe olographe ADJ m s 0.00 0.14 0.00 0.14 -olé_olé olé_olé ADJ m p 0.00 0.14 0.00 0.14 -olé olé ONO 2.37 0.47 2.37 0.47 -oléagineux oléagineux NOM m 0.00 0.07 0.00 0.07 -olécrane olécrane NOM m s 0.01 0.00 0.01 0.00 -olécrâne olécrâne NOM m s 0.00 0.07 0.00 0.07 -oléfine oléfine NOM f s 0.03 0.00 0.03 0.00 -oléiculteurs oléiculteur NOM m p 0.00 0.07 0.00 0.07 -oléine oléine NOM f s 0.00 0.07 0.00 0.07 -oléoduc oléoduc NOM m s 0.31 0.07 0.26 0.00 -oléoducs oléoduc NOM m p 0.31 0.07 0.05 0.07 -olympe olympe NOM m s 0.01 0.20 0.01 0.14 -olympes olympe NOM m p 0.01 0.20 0.00 0.07 -olympiade olympiade NOM f s 0.36 0.20 0.10 0.07 -olympiades olympiade NOM f p 0.36 0.20 0.26 0.14 -olympien olympien ADJ m s 0.08 2.03 0.07 1.35 -olympienne olympien ADJ f s 0.08 2.03 0.00 0.54 -olympiens olympien ADJ m p 0.08 2.03 0.01 0.14 -olympique olympique ADJ s 3.62 1.69 1.68 1.28 -olympiques olympique ADJ p 3.62 1.69 1.94 0.41 -omît omettre VER 2.73 6.42 0.00 0.07 sub:imp:3s; -omani omani ADJ m s 0.01 0.00 0.01 0.00 -ombelle ombelle NOM f s 0.01 0.74 0.00 0.07 -ombelles ombelle NOM f p 0.01 0.74 0.01 0.68 -ombellifères ombellifère NOM f p 0.00 0.20 0.00 0.20 -ombilic ombilic NOM m s 0.07 0.20 0.07 0.20 -ombilical ombilical ADJ m s 0.78 1.89 0.57 1.76 -ombilicale ombilical ADJ f s 0.78 1.89 0.19 0.00 -ombilicaux ombilical ADJ m p 0.78 1.89 0.02 0.14 -omble omble NOM m s 0.03 0.14 0.01 0.07 -ombles omble NOM m p 0.03 0.14 0.02 0.07 -ombra ombrer VER 0.54 2.50 0.00 0.07 ind:pas:3s; -ombrage ombrage NOM m s 0.57 2.64 0.46 1.28 -ombragea ombrager VER 0.03 2.77 0.00 0.07 ind:pas:3s; -ombrageaient ombrager VER 0.03 2.77 0.00 0.20 ind:imp:3p; -ombrageait ombrager VER 0.03 2.77 0.00 0.27 ind:imp:3s; -ombragent ombrager VER 0.03 2.77 0.00 0.27 ind:pre:3p; -ombrager ombrager VER 0.03 2.77 0.00 0.20 inf; -ombrages ombrage NOM m p 0.57 2.64 0.11 1.35 -ombrageuse ombrageux ADJ f s 0.45 2.84 0.14 0.81 -ombrageusement ombrageusement ADV 0.00 0.07 0.00 0.07 -ombrageuses ombrageux ADJ f p 0.45 2.84 0.00 0.14 -ombrageux ombrageux ADJ m 0.45 2.84 0.31 1.89 -ombragé ombragé ADJ m s 0.17 0.95 0.13 0.68 -ombragée ombragé ADJ f s 0.17 0.95 0.01 0.20 -ombragées ombrager VER f p 0.03 2.77 0.00 0.27 par:pas; -ombragés ombragé ADJ m p 0.17 0.95 0.03 0.00 -ombraient ombrer VER 0.54 2.50 0.00 0.07 ind:imp:3p; -ombrait ombrer VER 0.54 2.50 0.00 0.20 ind:imp:3s; -ombrant ombrer VER 0.54 2.50 0.00 0.14 par:pre; -ombre ombre NOM s 45.67 233.45 35.98 190.61 -ombrelle ombrelle NOM f s 0.97 4.80 0.86 3.72 -ombrelles ombrelle NOM f p 0.97 4.80 0.11 1.08 -ombrer ombrer VER 0.54 2.50 0.13 0.20 inf; -ombres ombre NOM p 45.67 233.45 9.70 42.84 -ombreuse ombreux ADJ f s 0.00 2.43 0.00 0.68 -ombreuses ombreux ADJ f p 0.00 2.43 0.00 0.95 -ombreux ombreux ADJ m 0.00 2.43 0.00 0.81 -ombré ombrer VER m s 0.54 2.50 0.01 0.34 par:pas; -ombrée ombrer VER f s 0.54 2.50 0.00 0.27 par:pas; -ombrées ombrée NOM f p 0.54 0.07 0.54 0.00 -ombrés ombrer VER m p 0.54 2.50 0.00 0.47 par:pas; -âme_soeur âme_soeur NOM f s 0.04 0.14 0.04 0.14 -âme âme NOM f s 141.59 151.62 122.22 129.53 -omelette omelette NOM f s 6.87 6.42 6.42 5.14 -omelettes omelette NOM f p 6.87 6.42 0.45 1.28 -omerta omerta NOM f s 0.14 0.14 0.14 0.14 -âmes âme NOM f p 141.59 151.62 19.37 22.09 -omet omettre VER 2.73 6.42 0.13 0.20 ind:pre:3s; -omets omettre VER 2.73 6.42 0.04 0.07 imp:pre:2s;ind:pre:1s;ind:pre:2s; -omettaient omettre VER 2.73 6.42 0.00 0.07 ind:imp:3p; -omettais omettre VER 2.73 6.42 0.00 0.07 ind:imp:1s; -omettait omettre VER 2.73 6.42 0.00 0.27 ind:imp:3s; -omettant omettre VER 2.73 6.42 0.10 0.54 par:pre; -omette omettre VER 2.73 6.42 0.00 0.07 sub:pre:3s; -omettent omettre VER 2.73 6.42 0.01 0.20 ind:pre:3p; -omettez omettre VER 2.73 6.42 0.24 0.00 imp:pre:2p;ind:pre:2p; -omettiez omettre VER 2.73 6.42 0.01 0.07 ind:imp:2p; -omettrai omettre VER 2.73 6.42 0.03 0.07 ind:fut:1s; -omettre omettre VER 2.73 6.42 0.35 0.74 inf; -omettrez omettre VER 2.73 6.42 0.01 0.00 ind:fut:2p; -omicron omicron NOM m s 0.12 0.07 0.12 0.07 -omis omettre VER m 2.73 6.42 1.74 3.58 par:pas; -omise omettre VER f s 2.73 6.42 0.04 0.14 par:pas; -omises omettre VER f p 2.73 6.42 0.03 0.07 par:pas; -omission omission NOM f s 1.02 2.09 0.78 1.76 -omissions omission NOM f p 1.02 2.09 0.25 0.34 -omit omettre VER 2.73 6.42 0.00 0.20 ind:pas:3s; -omni omni ADV 0.21 0.27 0.21 0.27 -omnibus omnibus NOM m 0.37 1.28 0.37 1.28 -omnidirectionnel omnidirectionnel ADJ m s 0.03 0.00 0.02 0.00 -omnidirectionnelle omnidirectionnel ADJ f s 0.03 0.00 0.01 0.00 -omnipotence omnipotence NOM f s 0.16 0.74 0.16 0.74 -omnipotent omnipotent ADJ m s 0.16 1.28 0.14 0.54 -omnipotente omnipotent ADJ f s 0.16 1.28 0.01 0.74 -omnipotentes omnipotent ADJ f p 0.16 1.28 0.01 0.00 -omniprésence omniprésence NOM f s 0.11 0.34 0.11 0.34 -omniprésent omniprésent ADJ m s 0.69 2.16 0.53 0.81 -omniprésente omniprésent ADJ f s 0.69 2.16 0.08 1.08 -omniprésentes omniprésent ADJ f p 0.69 2.16 0.03 0.20 -omniprésents omniprésent ADJ m p 0.69 2.16 0.06 0.07 -omnipuissance omnipuissance NOM f s 0.00 0.07 0.00 0.07 -omniscience omniscience NOM f s 0.09 0.00 0.09 0.00 -omniscient omniscient ADJ m s 0.33 0.47 0.14 0.34 -omnisciente omniscient ADJ f s 0.33 0.47 0.05 0.07 -omniscients omniscient ADJ m p 0.33 0.47 0.14 0.07 -omnisports omnisports ADJ m s 0.01 1.28 0.01 1.28 -omnium omnium NOM m s 0.00 0.20 0.00 0.20 -omnivore omnivore ADJ m s 0.16 0.14 0.02 0.07 -omnivores omnivore ADJ f p 0.16 0.14 0.14 0.07 -omoplate omoplate NOM f s 0.66 5.74 0.48 1.55 -omoplates omoplate NOM f p 0.66 5.74 0.18 4.19 -omphalos omphalos NOM m 0.00 0.07 0.00 0.07 -oméga oméga NOM m s 0.88 0.88 0.88 0.88 -on_dit on_dit NOM m 0.14 0.81 0.14 0.81 -on_line on_line ADV 0.07 0.00 0.07 0.00 -on on PRO:per s 8586.40 4838.38 8586.40 4838.38 -onagre onagre NOM s 0.00 0.14 0.00 0.14 -onanisme onanisme NOM m s 0.10 0.47 0.10 0.41 -onanismes onanisme NOM m p 0.10 0.47 0.00 0.07 -onaniste onaniste NOM s 0.02 0.14 0.02 0.14 -onc onc ADV 0.03 0.14 0.03 0.14 -once once NOM f s 4.66 1.89 3.77 1.76 -onces once NOM f p 4.66 1.89 0.89 0.14 -oncle oncle NOM m s 126.71 127.70 124.11 121.96 -oncles oncle NOM m p 126.71 127.70 2.60 5.74 -oncologie oncologie NOM f s 0.35 0.00 0.35 0.00 -oncologique oncologique ADJ f s 0.01 0.00 0.01 0.00 -oncologue oncologue NOM s 0.22 0.00 0.21 0.00 -oncologues oncologue NOM p 0.22 0.00 0.01 0.00 -onction onction NOM f s 0.28 1.28 0.28 1.15 -onctions onction NOM f p 0.28 1.28 0.00 0.14 -onctueuse onctueux ADJ f s 0.24 4.73 0.17 1.96 -onctueusement onctueusement ADV 0.00 0.07 0.00 0.07 -onctueuses onctueux ADJ f p 0.24 4.73 0.00 0.27 -onctueux onctueux ADJ m 0.24 4.73 0.07 2.50 -onctuosité onctuosité NOM f s 0.01 0.61 0.01 0.61 -ondatra ondatra NOM m s 0.02 0.00 0.02 0.00 -onde onde NOM f s 11.91 17.70 4.39 6.01 -onder onder VER 0.01 0.00 0.01 0.00 inf; -ondes onde NOM f p 11.91 17.70 7.52 11.69 -ondin ondin NOM m s 0.20 0.81 0.00 0.20 -ondine ondin NOM f s 0.20 0.81 0.20 0.34 -ondines ondine NOM f p 0.01 0.00 0.01 0.00 -ondins ondin NOM m p 0.20 0.81 0.00 0.20 -ondoie ondoyer VER 0.01 2.84 0.00 0.07 ind:pre:1s; -ondoiement ondoiement NOM m s 0.00 0.54 0.00 0.47 -ondoiements ondoiement NOM m p 0.00 0.54 0.00 0.07 -ondoient ondoyer VER 0.01 2.84 0.00 0.14 ind:pre:3p; -ondoyaient ondoyer VER 0.01 2.84 0.00 0.47 ind:imp:3p; -ondoyait ondoyer VER 0.01 2.84 0.00 0.54 ind:imp:3s; -ondoyant ondoyer VER 0.01 2.84 0.01 0.95 par:pre; -ondoyante ondoyant ADJ f s 0.10 1.15 0.10 0.47 -ondoyantes ondoyant ADJ f p 0.10 1.15 0.00 0.14 -ondoyants ondoyant ADJ m p 0.10 1.15 0.00 0.27 -ondoyer ondoyer VER 0.01 2.84 0.00 0.47 inf; -ondoyons ondoyer VER 0.01 2.84 0.00 0.07 imp:pre:1p; -ondoyé ondoyer VER m s 0.01 2.84 0.00 0.14 par:pas; -ondée ondée ADJ f s 0.01 0.07 0.01 0.00 -ondées ondée NOM f p 0.16 2.30 0.16 0.47 -ondula onduler VER 1.28 12.03 0.00 0.47 ind:pas:3s; -ondulaient onduler VER 1.28 12.03 0.14 0.81 ind:imp:3p; -ondulait onduler VER 1.28 12.03 0.11 2.64 ind:imp:3s; -ondulant onduler VER 1.28 12.03 0.24 1.96 par:pre; -ondulante ondulant ADJ f s 0.20 1.55 0.17 0.95 -ondulantes ondulant ADJ f p 0.20 1.55 0.01 0.20 -ondulants ondulant ADJ m p 0.20 1.55 0.01 0.14 -ondulation ondulation NOM f s 0.26 6.01 0.05 2.03 -ondulations ondulation NOM f p 0.26 6.01 0.21 3.99 -ondulatoire ondulatoire ADJ s 0.01 0.34 0.00 0.27 -ondulatoires ondulatoire ADJ m p 0.01 0.34 0.01 0.07 -ondule onduler VER 1.28 12.03 0.27 1.55 imp:pre:2s;ind:pre:1s;ind:pre:3s; -ondulent onduler VER 1.28 12.03 0.23 1.01 ind:pre:3p; -onduler onduler VER 1.28 12.03 0.23 2.09 inf; -ondulerait onduler VER 1.28 12.03 0.00 0.07 cnd:pre:3s; -onduleuse onduleux ADJ f s 0.00 1.62 0.00 0.68 -onduleuses onduleux ADJ f p 0.00 1.62 0.00 0.34 -onduleux onduleux ADJ m s 0.00 1.62 0.00 0.61 -ondulons onduler VER 1.28 12.03 0.00 0.07 ind:pre:1p; -ondulèrent onduler VER 1.28 12.03 0.00 0.07 ind:pas:3p; -ondulé ondulé ADJ m s 0.73 4.59 0.04 0.95 -ondulée ondulé ADJ f s 0.73 4.59 0.38 2.03 -ondulées ondulé ADJ f p 0.73 4.59 0.02 0.41 -ondulés ondulé ADJ m p 0.73 4.59 0.29 1.22 -ondés ondé ADJ m p 0.00 0.14 0.00 0.14 -one_step one_step NOM m s 0.00 0.20 0.00 0.20 -âne âne NOM m s 14.19 18.58 12.33 14.32 -ânerie ânerie NOM f s 1.96 2.70 0.32 0.81 -âneries ânerie NOM f p 1.96 2.70 1.64 1.89 -ânes âne NOM m p 14.19 18.58 1.86 4.26 -ânesse ânesse NOM f s 0.90 0.41 0.90 0.20 -ânesses ânesse NOM f p 0.90 0.41 0.00 0.20 -ongle ongle NOM m s 20.37 45.47 2.35 10.14 -ongles ongle NOM m p 20.37 45.47 18.02 35.34 -onglet onglet NOM m s 0.67 0.34 0.52 0.14 -onglets onglet NOM m p 0.67 0.34 0.14 0.20 -onglon onglon NOM m s 0.00 0.07 0.00 0.07 -onglée onglée ADJ f s 0.01 0.00 0.01 0.00 -onguent onguent NOM m s 0.93 1.82 0.79 0.54 -onguents onguent NOM m p 0.93 1.82 0.14 1.28 -ongulé ongulé NOM m s 0.09 0.00 0.08 0.00 -ongulés ongulé NOM m p 0.09 0.00 0.01 0.00 -ânier ânier NOM m s 0.00 0.54 0.00 0.54 -onirique onirique ADJ s 0.17 0.41 0.04 0.34 -oniriques onirique ADJ p 0.17 0.41 0.13 0.07 -onirisme onirisme NOM m s 0.14 0.00 0.14 0.00 -onirologie onirologie NOM f s 0.00 0.07 0.00 0.07 -onomatopée onomatopée NOM f s 0.05 2.03 0.03 0.74 -onomatopées onomatopée NOM f p 0.05 2.03 0.02 1.28 -onomatopéique onomatopéique ADJ s 0.40 0.00 0.40 0.00 -ânon ânon NOM m s 0.17 0.47 0.16 0.41 -ânonna ânonner VER 0.16 2.50 0.00 0.27 ind:pas:3s; -ânonnaient ânonner VER 0.16 2.50 0.00 0.14 ind:imp:3p; -ânonnait ânonner VER 0.16 2.50 0.14 0.68 ind:imp:3s; -ânonnant ânonner VER 0.16 2.50 0.00 0.47 par:pre; -ânonne ânonner VER 0.16 2.50 0.00 0.27 ind:pre:1s;ind:pre:3s; -ânonnement ânonnement NOM m s 0.00 0.14 0.00 0.07 -ânonnements ânonnement NOM m p 0.00 0.14 0.00 0.07 -ânonner ânonner VER 0.16 2.50 0.02 0.54 inf; -ânonnions ânonner VER 0.16 2.50 0.00 0.07 ind:imp:1p; -ânonnés ânonner VER m p 0.16 2.50 0.00 0.07 par:pas; -ânons ânon NOM m p 0.17 0.47 0.01 0.07 -onopordons onopordon NOM m p 0.00 0.07 0.00 0.07 -ont avoir AUX 18559.23 12800.81 1063.32 553.31 ind:pre:3p; -onto onto ADV 0.05 0.07 0.05 0.07 -ontologie ontologie NOM f s 0.02 0.14 0.02 0.14 -ontologique ontologique ADJ s 0.04 0.34 0.04 0.34 -ontologiquement ontologiquement ADV 0.02 0.00 0.02 0.00 -onéreuse onéreux ADJ f s 0.84 1.08 0.21 0.14 -onéreuses onéreux ADJ f p 0.84 1.08 0.04 0.27 -onéreux onéreux ADJ m 0.84 1.08 0.60 0.68 -onusienne onusien ADJ f s 0.03 0.07 0.02 0.00 -onusiennes onusien ADJ f p 0.03 0.07 0.01 0.00 -onusiens onusien ADJ m p 0.03 0.07 0.00 0.07 -onyx onyx NOM m 0.34 0.61 0.34 0.61 -onze onze ADJ:num 11.27 38.85 11.27 38.85 -onzième onzième ADJ 0.34 1.49 0.34 1.49 -opacifiait opacifier VER 0.03 0.54 0.00 0.07 ind:imp:3s; -opacifiant opacifier VER 0.03 0.54 0.00 0.07 par:pre; -opacification opacification NOM f s 0.01 0.00 0.01 0.00 -opacifie opacifier VER 0.03 0.54 0.00 0.20 ind:pre:1s;ind:pre:3s; -opacifient opacifier VER 0.03 0.54 0.01 0.07 ind:pre:3p; -opacifier opacifier VER 0.03 0.54 0.01 0.07 inf; -opacifié opacifier VER m s 0.03 0.54 0.00 0.07 par:pas; -opacité opacité NOM f s 0.23 2.03 0.21 1.96 -opacités opacité NOM f p 0.23 2.03 0.03 0.07 -opale opale NOM f s 0.24 0.81 0.16 0.68 -opales opale NOM f p 0.24 0.81 0.08 0.14 -opalescence opalescence NOM f s 0.00 0.07 0.00 0.07 -opalescent opalescent ADJ m s 0.00 0.68 0.00 0.27 -opalescente opalescent ADJ f s 0.00 0.68 0.00 0.27 -opalescentes opalescent ADJ f p 0.00 0.68 0.00 0.14 -opalin opalin ADJ m s 0.02 0.74 0.00 0.41 -opaline opalin NOM f s 0.02 1.35 0.02 1.28 -opalines opalin NOM f p 0.02 1.35 0.00 0.07 -opalins opalin ADJ m p 0.02 0.74 0.01 0.14 -opaque opaque ADJ s 0.50 13.11 0.31 9.59 -opaques opaque ADJ p 0.50 13.11 0.19 3.51 -ope ope NOM s 0.08 0.00 0.08 0.00 -open open ADJ 1.75 0.00 1.75 0.00 -opercule opercule NOM m s 0.01 0.07 0.01 0.07 -ophidien ophidien NOM m s 0.02 0.07 0.01 0.00 -ophidiens ophidien NOM m p 0.02 0.07 0.01 0.07 -ophite ophite NOM m s 0.00 0.07 0.00 0.07 -ophtalmique ophtalmique ADJ f s 0.01 0.00 0.01 0.00 -ophtalmologie ophtalmologie NOM f s 0.09 0.07 0.09 0.07 -ophtalmologique ophtalmologique ADJ m s 0.02 0.00 0.02 0.00 -ophtalmologiste ophtalmologiste NOM s 0.09 0.61 0.09 0.54 -ophtalmologistes ophtalmologiste NOM p 0.09 0.61 0.00 0.07 -ophtalmologue ophtalmologue NOM s 0.04 0.07 0.04 0.07 -ophtalmoscope ophtalmoscope NOM m s 0.02 0.00 0.02 0.00 -opiacé opiacé NOM m s 0.58 0.00 0.06 0.00 -opiacées opiacé ADJ f p 0.19 0.00 0.14 0.00 -opiacés opiacé NOM m p 0.58 0.00 0.52 0.00 -opiat opiat NOM m s 0.03 0.20 0.01 0.00 -opiats opiat NOM m p 0.03 0.20 0.01 0.20 -opimes opimes ADJ f p 0.01 0.00 0.01 0.00 -opina opiner VER 0.38 4.46 0.10 0.95 ind:pas:3s; -opinai opiner VER 0.38 4.46 0.00 0.20 ind:pas:1s; -opinaient opiner VER 0.38 4.46 0.00 0.07 ind:imp:3p; -opinais opiner VER 0.38 4.46 0.00 0.14 ind:imp:1s; -opinait opiner VER 0.38 4.46 0.10 0.47 ind:imp:3s; -opinant opiner VER 0.38 4.46 0.00 0.14 par:pre; -opine opiner VER 0.38 4.46 0.02 1.69 imp:pre:2s;ind:pre:1s;ind:pre:3s; -opinel opinel NOM m s 0.00 1.22 0.00 1.15 -opinels opinel NOM m p 0.00 1.22 0.00 0.07 -opiner opiner VER 0.38 4.46 0.02 0.41 inf; -opines opiner VER 0.38 4.46 0.11 0.00 ind:pre:2s; -opinion opinion NOM f s 33.89 44.66 28.43 33.24 -opinions opinion NOM f p 33.89 44.66 5.47 11.42 -opiniâtra opiniâtrer VER 0.02 0.27 0.00 0.14 ind:pas:3s; -opiniâtre opiniâtre ADJ s 0.06 2.77 0.06 2.23 -opiniâtrement opiniâtrement ADV 0.02 0.27 0.02 0.27 -opiniâtres opiniâtre ADJ p 0.06 2.77 0.00 0.54 -opiniâtreté opiniâtreté NOM f s 0.01 1.76 0.01 1.76 -opiniâtrez opiniâtrer VER 0.02 0.27 0.00 0.07 ind:pre:2p; -opinèrent opiner VER 0.38 4.46 0.00 0.07 ind:pas:3p; -opiné opiner VER m s 0.38 4.46 0.01 0.34 par:pas; -opiomane opiomane ADJ f s 0.03 0.07 0.03 0.07 -opium opium NOM m s 3.95 5.61 3.95 5.61 -opopanax opopanax NOM m 0.00 0.07 0.00 0.07 -opoponax opoponax NOM m 0.00 0.07 0.00 0.07 -opossum opossum NOM m s 0.52 0.27 0.41 0.27 -opossums opossum NOM m p 0.52 0.27 0.12 0.00 -opothérapiques opothérapique ADJ f p 0.00 0.07 0.00 0.07 -oppidum oppidum NOM m s 0.00 0.27 0.00 0.27 -opportun opportun ADJ m s 1.68 2.57 1.45 1.89 -opportune opportun ADJ f s 1.68 2.57 0.08 0.54 -opportunes opportun ADJ f p 1.68 2.57 0.02 0.00 -opportunisme opportunisme NOM m s 0.11 0.20 0.11 0.20 -opportuniste opportuniste ADJ s 0.44 0.47 0.38 0.34 -opportunistes opportuniste NOM p 0.62 0.20 0.26 0.20 -opportunité opportunité NOM f s 11.84 2.50 9.50 2.36 -opportunités opportunité NOM f p 11.84 2.50 2.33 0.14 -opportuns opportun ADJ m p 1.68 2.57 0.14 0.14 -opportunément opportunément ADV 0.07 0.68 0.07 0.68 -opposa opposer VER 18.20 46.01 0.12 2.30 ind:pas:3s; -opposable opposable ADJ m s 0.14 0.07 0.05 0.00 -opposables opposable ADJ p 0.14 0.07 0.09 0.07 -opposai opposer VER 18.20 46.01 0.00 0.34 ind:pas:1s; -opposaient opposer VER 18.20 46.01 0.07 2.23 ind:imp:3p; -opposais opposer VER 18.20 46.01 0.18 0.41 ind:imp:1s;ind:imp:2s; -opposait opposer VER 18.20 46.01 0.53 7.03 ind:imp:3s; -opposant opposer VER 18.20 46.01 0.35 1.69 par:pre; -opposante opposant NOM f s 1.63 1.42 0.01 0.00 -opposants opposant NOM m p 1.63 1.42 1.28 0.95 -oppose opposer VER 18.20 46.01 4.27 5.74 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -opposent opposer VER 18.20 46.01 0.85 1.89 ind:pre:3p; -opposer opposer VER 18.20 46.01 6.48 9.93 ind:pre:2p;inf; -opposera opposer VER 18.20 46.01 0.28 0.54 ind:fut:3s; -opposerai opposer VER 18.20 46.01 0.55 0.00 ind:fut:1s; -opposeraient opposer VER 18.20 46.01 0.01 0.47 cnd:pre:3p; -opposerais opposer VER 18.20 46.01 0.03 0.00 cnd:pre:1s;cnd:pre:2s; -opposerait opposer VER 18.20 46.01 0.15 0.34 cnd:pre:3s; -opposerez opposer VER 18.20 46.01 0.11 0.07 ind:fut:2p; -opposerions opposer VER 18.20 46.01 0.00 0.07 cnd:pre:1p; -opposerons opposer VER 18.20 46.01 0.14 0.07 ind:fut:1p; -opposeront opposer VER 18.20 46.01 0.28 0.00 ind:fut:3p; -opposes opposer VER 18.20 46.01 0.35 0.07 ind:pre:2s; -opposez opposer VER 18.20 46.01 0.29 0.20 imp:pre:2p;ind:pre:2p; -opposions opposer VER 18.20 46.01 0.02 0.27 ind:imp:1p; -opposition opposition NOM f s 5.28 11.49 5.26 10.68 -oppositionnel oppositionnel ADJ m s 0.01 0.07 0.01 0.00 -oppositionnelle oppositionnel ADJ f s 0.01 0.07 0.00 0.07 -oppositions opposition NOM f p 5.28 11.49 0.02 0.81 -opposons opposer VER 18.20 46.01 0.06 0.14 imp:pre:1p;ind:pre:1p; -opposât opposer VER 18.20 46.01 0.00 0.34 sub:imp:3s; -opposèrent opposer VER 18.20 46.01 0.03 0.61 ind:pas:3p; -opposé opposé NOM m s 2.38 5.34 2.13 5.20 -opposée opposé ADJ f s 3.51 14.46 0.92 3.18 -opposées opposé ADJ f p 3.51 14.46 0.69 1.89 -opposés opposer VER m p 18.20 46.01 0.60 1.42 par:pas; -oppressa oppresser VER 1.11 4.80 0.00 0.07 ind:pas:3s; -oppressaient oppresser VER 1.11 4.80 0.10 0.34 ind:imp:3p; -oppressait oppresser VER 1.11 4.80 0.17 1.35 ind:imp:3s; -oppressant oppressant ADJ m s 1.01 3.38 0.38 1.49 -oppressante oppressant ADJ f s 1.01 3.38 0.61 1.55 -oppressantes oppressant ADJ f p 1.01 3.38 0.01 0.20 -oppressants oppressant ADJ m p 1.01 3.38 0.01 0.14 -oppresse oppresser VER 1.11 4.80 0.38 1.15 ind:pre:1s;ind:pre:3s; -oppressent oppresser VER 1.11 4.80 0.06 0.27 ind:pre:3p; -oppresser oppresser VER 1.11 4.80 0.14 0.07 inf; -oppresseur oppresseur NOM m s 1.26 0.74 0.67 0.41 -oppresseurs oppresseur NOM m p 1.26 0.74 0.59 0.34 -oppressif oppressif ADJ m s 0.06 0.14 0.04 0.07 -oppression oppression NOM f s 2.25 6.82 2.17 6.69 -oppressions oppression NOM f p 2.25 6.82 0.07 0.14 -oppressive oppressif ADJ f s 0.06 0.14 0.02 0.07 -oppressé oppresser VER m s 1.11 4.80 0.25 0.68 par:pas; -oppressée oppressé ADJ f s 0.29 1.08 0.20 0.68 -oppressées oppressé ADJ f p 0.29 1.08 0.02 0.00 -opprimait opprimer VER 1.69 2.03 0.01 0.20 ind:imp:3s; -opprimant opprimer VER 1.69 2.03 0.01 0.07 par:pre; -opprime opprimer VER 1.69 2.03 0.40 0.14 imp:pre:2s;ind:pre:1s;ind:pre:3s; -oppriment opprimer VER 1.69 2.03 0.06 0.20 ind:pre:3p; -opprimer opprimer VER 1.69 2.03 0.07 0.68 inf; -opprimez opprimer VER 1.69 2.03 0.04 0.00 ind:pre:2p; -opprimé opprimer VER m s 1.69 2.03 0.35 0.20 par:pas; -opprimée opprimer VER f s 1.69 2.03 0.28 0.27 par:pas; -opprimées opprimé NOM f p 1.91 1.89 0.22 0.00 -opprimés opprimé NOM m p 1.91 1.89 1.48 1.28 -opprobre opprobre NOM m s 0.33 1.89 0.33 1.82 -opprobres opprobre NOM m p 0.33 1.89 0.00 0.07 -âpre âpre ADJ s 1.60 9.86 1.32 7.70 -âprement âprement ADV 0.13 3.11 0.13 3.11 -âpres âpre ADJ p 1.60 9.86 0.27 2.16 -âpreté âpreté NOM f s 0.04 2.77 0.04 2.70 -âpretés âpreté NOM f p 0.04 2.77 0.00 0.07 -opta opter VER 1.98 5.14 0.01 1.08 ind:pas:3s; -optai opter VER 1.98 5.14 0.00 0.34 ind:pas:1s; -optaient opter VER 1.98 5.14 0.00 0.20 ind:imp:3p; -optais opter VER 1.98 5.14 0.03 0.07 ind:imp:1s; -optait opter VER 1.98 5.14 0.01 0.07 ind:imp:3s; -optalidon optalidon NOM m s 0.14 0.07 0.14 0.07 -optant optant NOM m s 0.00 0.14 0.00 0.14 -optatif optatif ADJ m s 0.00 0.20 0.00 0.14 -optatifs optatif ADJ m p 0.00 0.20 0.00 0.07 -opte opter VER 1.98 5.14 0.31 0.54 ind:pre:1s;ind:pre:3s; -optent opter VER 1.98 5.14 0.14 0.14 ind:pre:3p; -opter opter VER 1.98 5.14 0.37 0.88 inf; -opterais opter VER 1.98 5.14 0.04 0.07 cnd:pre:1s; -optes opter VER 1.98 5.14 0.02 0.00 ind:pre:2s; -opère opérer VER 29.59 24.53 4.75 2.97 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -opèrent opérer VER 29.59 24.53 1.06 0.47 ind:pre:3p; -opticien opticien NOM m s 0.18 0.47 0.13 0.34 -opticienne opticien NOM f s 0.18 0.47 0.02 0.00 -opticiens opticien NOM m p 0.18 0.47 0.04 0.14 -optima optimum NOM m p 0.15 0.14 0.00 0.07 -optimal optimal ADJ m s 0.48 0.34 0.19 0.20 -optimale optimal ADJ f s 0.48 0.34 0.24 0.14 -optimales optimal ADJ f p 0.48 0.34 0.04 0.00 -optimaux optimal ADJ m p 0.48 0.34 0.02 0.00 -optime optime ADV 0.00 0.20 0.00 0.20 -optimisation optimisation NOM f s 0.14 0.00 0.14 0.00 -optimise optimiser VER 0.23 0.07 0.06 0.00 ind:pre:1s;ind:pre:3s; -optimiser optimiser VER 0.23 0.07 0.12 0.00 inf; -optimisez optimiser VER 0.23 0.07 0.01 0.00 ind:pre:2p; -optimisme optimisme NOM m s 1.66 6.55 1.66 6.55 -optimiste optimiste ADJ s 4.21 4.19 3.52 3.11 -optimistes optimiste ADJ p 4.21 4.19 0.70 1.08 -optimisé optimiser VER m s 0.23 0.07 0.05 0.00 par:pas; -optimisées optimiser VER f p 0.23 0.07 0.00 0.07 par:pas; -optimum optimum NOM m s 0.15 0.14 0.15 0.07 -option option NOM f s 12.31 2.09 7.37 1.08 -optionnel optionnel ADJ m s 0.19 0.00 0.16 0.00 -optionnelle optionnel ADJ f s 0.19 0.00 0.03 0.00 -options option NOM f p 12.31 2.09 4.94 1.01 -optique optique ADJ s 1.73 1.08 1.36 1.01 -optiques optique ADJ p 1.73 1.08 0.38 0.07 -optométrie optométrie NOM f s 0.01 0.00 0.01 0.00 -optométriste optométriste NOM s 0.05 0.00 0.05 0.00 -optons opter VER 1.98 5.14 0.03 0.00 imp:pre:1p;ind:pre:1p; -optât opter VER 1.98 5.14 0.00 0.14 sub:imp:3s; -optèrent opter VER 1.98 5.14 0.01 0.14 ind:pas:3p; -opté opter VER m s 1.98 5.14 0.90 1.49 par:pas; -opulence opulence NOM f s 0.54 3.31 0.54 3.24 -opulences opulence NOM f p 0.54 3.31 0.00 0.07 -opulent opulent ADJ m s 0.47 4.39 0.01 1.08 -opulente opulent ADJ f s 0.47 4.39 0.32 1.42 -opulentes opulent ADJ f p 0.47 4.39 0.02 1.08 -opulents opulent ADJ m p 0.47 4.39 0.11 0.81 -opéra_comique opéra_comique NOM m s 0.00 0.34 0.00 0.34 -opéra opéra NOM m s 19.61 20.07 18.93 18.99 -opérable opérable ADJ f s 0.13 0.07 0.13 0.07 -opéraient opérer VER 29.59 24.53 0.03 1.69 ind:imp:3p; -opérais opérer VER 29.59 24.53 0.05 0.34 ind:imp:1s;ind:imp:2s; -opérait opérer VER 29.59 24.53 0.56 3.11 ind:imp:3s; -opérant opérer VER 29.59 24.53 0.26 1.28 par:pre; -opéras opéra NOM m p 19.61 20.07 0.68 1.08 -opérateur opérateur NOM m s 6.54 2.84 5.07 2.03 -opérateurs opérateur NOM m p 6.54 2.84 0.28 0.74 -opération_miracle opération_miracle NOM f s 0.00 0.07 0.00 0.07 -opération opération NOM f s 61.94 70.20 50.01 41.42 -opérationnel opérationnel ADJ m s 5.07 0.34 2.21 0.14 -opérationnelle opérationnel ADJ f s 5.07 0.34 1.19 0.14 -opérationnelles opérationnel ADJ f p 5.07 0.34 0.26 0.07 -opérationnels opérationnel ADJ m p 5.07 0.34 1.42 0.00 -opérations opération NOM f p 61.94 70.20 11.94 28.78 -opératique opératique ADJ f s 0.01 0.00 0.01 0.00 -opératoire opératoire ADJ s 1.54 0.68 1.49 0.68 -opératoires opératoire ADJ p 1.54 0.68 0.05 0.00 -opératrice opérateur NOM f s 6.54 2.84 1.19 0.07 -opératrices opératrice NOM f p 0.19 0.00 0.19 0.00 -opérer opérer VER 29.59 24.53 14.94 8.58 ind:pre:2p;inf; -opérera opérer VER 29.59 24.53 0.20 0.27 ind:fut:3s; -opérerai opérer VER 29.59 24.53 0.28 0.00 ind:fut:1s; -opéreraient opérer VER 29.59 24.53 0.00 0.27 cnd:pre:3p; -opérerait opérer VER 29.59 24.53 0.04 0.41 cnd:pre:3s; -opéreras opérer VER 29.59 24.53 0.02 0.00 ind:fut:2s; -opérerez opérer VER 29.59 24.53 0.05 0.07 ind:fut:2p; -opérerons opérer VER 29.59 24.53 0.18 0.00 ind:fut:1p; -opéreront opérer VER 29.59 24.53 0.08 0.07 ind:fut:3p; -opérette opérette NOM f s 0.58 4.19 0.54 3.11 -opérettes opérette NOM f p 0.58 4.19 0.04 1.08 -opérez opérer VER 29.59 24.53 0.49 0.14 imp:pre:2p;ind:pre:2p; -opériez opérer VER 29.59 24.53 0.13 0.00 ind:imp:2p; -opérions opérer VER 29.59 24.53 0.00 0.27 ind:imp:1p; -opérons opérer VER 29.59 24.53 0.19 0.07 imp:pre:1p;ind:pre:1p; -opérât opérer VER 29.59 24.53 0.00 0.07 sub:imp:3s; -opérèrent opérer VER 29.59 24.53 0.00 0.07 ind:pas:3p; -opéré opérer VER m s 29.59 24.53 4.92 2.43 par:pas; -opérée opérer VER f s 29.59 24.53 1.00 0.88 par:pas; -opérées opérer VER f p 29.59 24.53 0.03 0.14 par:pas; -opérés opérer VER m p 29.59 24.53 0.06 0.54 par:pas; -opus opus NOM m 0.35 1.01 0.35 1.01 -opuscule opuscule NOM m s 0.04 0.88 0.03 0.61 -opuscules opuscule NOM m p 0.04 0.88 0.01 0.27 -or or CON 17.13 65.27 17.13 65.27 -oracle oracle NOM m s 3.21 2.77 2.32 2.16 -oracles oracle NOM m p 3.21 2.77 0.89 0.61 -orage orage NOM m s 17.14 35.41 14.50 30.61 -orages orage NOM m p 17.14 35.41 2.64 4.80 -orageuse orageux ADJ f s 0.61 4.12 0.11 1.82 -orageuses orageux ADJ f p 0.61 4.12 0.17 0.74 -orageux orageux ADJ m 0.61 4.12 0.33 1.55 -oraison oraison NOM f s 0.63 3.65 0.20 3.11 -oraisons oraison NOM f p 0.63 3.65 0.43 0.54 -oral oral NOM m s 1.42 2.70 1.42 2.70 -orale oral ADJ f s 2.31 1.96 1.31 0.88 -oralement oralement ADV 0.20 0.74 0.20 0.74 -orales oral ADJ f p 2.31 1.96 0.22 0.27 -oralité oralité NOM f s 0.01 0.07 0.01 0.07 -oranais oranais ADJ m s 0.00 0.41 0.00 0.34 -oranaise oranais ADJ f s 0.00 0.41 0.00 0.07 -orang_outan orang_outan NOM m s 0.28 0.20 0.22 0.07 -orang_outang orang_outang NOM m s 0.08 0.74 0.08 0.61 -orange orange NOM s 16.29 19.59 11.56 12.03 -orangeade orangeade NOM f s 1.91 2.03 1.44 1.76 -orangeades orangeade NOM f p 1.91 2.03 0.48 0.27 -oranger oranger NOM m s 1.67 5.27 1.03 2.09 -orangeraie orangeraie NOM f s 0.31 0.34 0.11 0.20 -orangeraies orangeraie NOM f p 0.31 0.34 0.20 0.14 -orangerie orangerie NOM f s 0.03 0.41 0.03 0.34 -orangeries orangerie NOM f p 0.03 0.41 0.00 0.07 -orangers oranger NOM m p 1.67 5.27 0.64 3.18 -oranges orange NOM p 16.29 19.59 4.73 7.57 -orangistes orangiste NOM p 0.04 0.00 0.04 0.00 -orang_outang orang_outang NOM m p 0.08 0.74 0.00 0.14 -orang_outan orang_outan NOM m p 0.28 0.20 0.06 0.14 -orangé orangé ADJ m s 0.32 4.93 0.17 1.96 -orangée orangé ADJ f s 0.32 4.93 0.14 1.62 -orangées orangé ADJ f p 0.32 4.93 0.01 0.61 -orangés orangé ADJ m p 0.32 4.93 0.00 0.74 -orant orant NOM m s 0.00 0.47 0.00 0.07 -orante orant NOM f s 0.00 0.47 0.00 0.34 -orantes orant ADJ f p 0.02 0.07 0.02 0.00 -orants orant NOM m p 0.00 0.47 0.00 0.07 -orateur orateur NOM m s 1.70 5.34 1.42 3.58 -orateurs orateur NOM m p 1.70 5.34 0.23 1.76 -oratoire oratoire NOM m s 0.42 1.49 0.42 1.28 -oratoires oratoire ADJ p 0.23 1.76 0.06 0.81 -oratorien oratorien NOM m s 0.00 0.34 0.00 0.14 -oratoriens oratorien NOM m p 0.00 0.34 0.00 0.20 -oratorio oratorio NOM m s 0.02 0.61 0.02 0.54 -oratorios oratorio NOM m p 0.02 0.61 0.00 0.07 -oratrice orateur NOM f s 1.70 5.34 0.05 0.00 -oraux oral ADJ m p 2.31 1.96 0.10 0.27 -orbe orbe NOM m s 0.59 1.22 0.46 1.01 -orbes orbe NOM m p 0.59 1.22 0.14 0.20 -orbiculaire orbiculaire ADJ m s 0.00 0.14 0.00 0.14 -orbitaire orbitaire ADJ f s 0.04 0.07 0.02 0.07 -orbitaires orbitaire ADJ f p 0.04 0.07 0.02 0.00 -orbital orbital ADJ m s 0.61 0.07 0.17 0.00 -orbitale orbital ADJ f s 0.61 0.07 0.29 0.07 -orbitales orbital ADJ f p 0.61 0.07 0.11 0.00 -orbitaux orbital ADJ m p 0.61 0.07 0.04 0.00 -orbite orbite NOM f s 9.81 8.31 8.59 2.64 -orbiter orbiter VER 0.03 0.00 0.01 0.00 inf; -orbites orbite NOM f p 9.81 8.31 1.22 5.68 -orbitons orbiter VER 0.03 0.00 0.02 0.00 ind:pre:1p; -orbitèle orbitèle ADJ m s 0.05 0.00 0.03 0.00 -orbitèles orbitèle ADJ m p 0.05 0.00 0.02 0.00 -orchestra orchestrer VER 4.29 1.08 2.99 0.00 ind:pas:3s; -orchestraient orchestrer VER 4.29 1.08 0.00 0.07 ind:imp:3p; -orchestrait orchestrer VER 4.29 1.08 0.03 0.07 ind:imp:3s; -orchestral orchestral ADJ m s 1.10 0.14 0.02 0.00 -orchestrale orchestral ADJ f s 1.10 0.14 1.08 0.07 -orchestration orchestration NOM f s 0.23 0.07 0.22 0.07 -orchestrations orchestration NOM f p 0.23 0.07 0.01 0.00 -orchestraux orchestral ADJ m p 1.10 0.14 0.00 0.07 -orchestre orchestre NOM m s 14.69 19.73 13.71 18.04 -orchestrent orchestrer VER 4.29 1.08 0.00 0.07 ind:pre:3p; -orchestrer orchestrer VER 4.29 1.08 0.12 0.20 inf; -orchestres orchestre NOM m p 14.69 19.73 0.98 1.69 -orchestré orchestrer VER m s 4.29 1.08 0.85 0.27 par:pas; -orchestrée orchestrer VER f s 4.29 1.08 0.18 0.07 par:pas; -orchestrées orchestrer VER f p 4.29 1.08 0.04 0.07 par:pas; -orchestrés orchestrer VER m p 4.29 1.08 0.03 0.00 par:pas; -orchidée orchidée NOM f s 3.88 2.57 1.98 1.42 -orchidées orchidée NOM f p 3.88 2.57 1.90 1.15 -orchis orchis NOM m 0.14 0.27 0.14 0.27 -ord ord ADJ m s 0.39 0.00 0.39 0.00 -ordalie ordalie NOM f s 0.04 0.20 0.04 0.20 -ordinaire ordinaire ADJ s 20.55 27.97 15.54 19.86 -ordinairement ordinairement ADV 0.21 2.70 0.21 2.70 -ordinaires ordinaire ADJ p 20.55 27.97 5.01 8.11 -ordinal ordinal ADJ m s 0.00 0.07 0.00 0.07 -ordinant ordinant NOM m s 0.00 0.07 0.00 0.07 -ordinateur ordinateur NOM m s 37.15 4.26 30.20 2.30 -ordinateurs ordinateur NOM m p 37.15 4.26 6.95 1.96 -ordination ordination NOM f s 0.12 0.34 0.12 0.34 -ordo ordo NOM m 0.01 0.07 0.01 0.07 -ordonna ordonner VER 36.73 35.68 1.34 9.05 ind:pas:3s; -ordonnai ordonner VER 36.73 35.68 0.10 0.68 ind:pas:1s; -ordonnaient ordonner VER 36.73 35.68 0.02 0.41 ind:imp:3p; -ordonnais ordonner VER 36.73 35.68 0.02 0.27 ind:imp:1s; -ordonnait ordonner VER 36.73 35.68 0.11 3.18 ind:imp:3s; -ordonnance ordonnance NOM s 9.71 23.65 7.94 19.66 -ordonnancement ordonnancement NOM m s 0.01 0.27 0.01 0.27 -ordonnancer ordonnancer VER 0.00 0.20 0.00 0.14 inf; -ordonnances ordonnance NOM p 9.71 23.65 1.78 3.99 -ordonnancée ordonnancer VER f s 0.00 0.20 0.00 0.07 par:pas; -ordonnant ordonner VER 36.73 35.68 0.11 1.15 par:pre; -ordonnateur ordonnateur NOM m s 0.16 0.68 0.16 0.47 -ordonnateurs ordonnateur NOM m p 0.16 0.68 0.00 0.14 -ordonnatrice ordonnateur NOM f s 0.16 0.68 0.00 0.07 -ordonne ordonner VER 36.73 35.68 16.69 6.76 imp:pre:2s;ind:pre:1s;ind:pre:3s; -ordonnent ordonner VER 36.73 35.68 0.32 0.88 ind:pre:3p; -ordonner ordonner VER 36.73 35.68 2.36 3.78 inf; -ordonnera ordonner VER 36.73 35.68 0.11 0.20 ind:fut:3s; -ordonnerai ordonner VER 36.73 35.68 0.55 0.14 ind:fut:1s; -ordonnerais ordonner VER 36.73 35.68 0.01 0.00 cnd:pre:1s; -ordonnerait ordonner VER 36.73 35.68 0.05 0.07 cnd:pre:3s; -ordonneront ordonner VER 36.73 35.68 0.01 0.00 ind:fut:3p; -ordonnes ordonner VER 36.73 35.68 0.77 0.00 ind:pre:2s; -ordonnez ordonner VER 36.73 35.68 1.23 0.14 imp:pre:2p;ind:pre:2p; -ordonniez ordonner VER 36.73 35.68 0.01 0.00 ind:imp:2p; -ordonnons ordonner VER 36.73 35.68 0.97 0.41 imp:pre:1p;ind:pre:1p; -ordonnèrent ordonner VER 36.73 35.68 0.02 0.27 ind:pas:3p; -ordonné ordonner VER m s 36.73 35.68 11.52 6.82 par:pas;par:pas;par:pas; -ordonnée ordonné ADJ f s 0.99 4.39 0.38 1.76 -ordonnées ordonner VER f p 36.73 35.68 0.02 0.41 par:pas; -ordonnés ordonner VER m p 36.73 35.68 0.18 0.47 par:pas; -ordre ordre NOM m s 217.25 235.34 132.50 179.26 -ordres ordre NOM m p 217.25 235.34 84.75 56.08 -ordure ordure NOM f s 31.07 26.55 16.97 10.41 -ordureries ordurerie NOM f p 0.00 0.07 0.00 0.07 -ordures ordure NOM f p 31.07 26.55 14.10 16.15 -ordurier ordurier ADJ m s 0.30 2.97 0.16 1.08 -orduriers ordurier ADJ m p 0.30 2.97 0.08 0.68 -ordurière ordurier ADJ f s 0.30 2.97 0.04 0.54 -ordurières ordurier ADJ f p 0.30 2.97 0.03 0.68 -ore ore ADV 0.04 0.00 0.04 0.00 -oreille oreille NOM f s 73.54 194.12 34.46 103.45 -oreiller oreiller NOM m s 9.34 33.72 7.93 26.35 -oreillers oreiller NOM m p 9.34 33.72 1.41 7.36 -oreilles oreille NOM f p 73.54 194.12 39.08 90.68 -oreillette oreillette NOM f s 0.83 1.08 0.69 0.14 -oreillettes oreillette NOM f p 0.83 1.08 0.14 0.95 -oreillons oreillon NOM m p 1.07 0.54 1.07 0.54 -orfraie orfraie NOM f s 0.01 0.14 0.01 0.14 -orfèvre orfèvre NOM s 0.80 3.24 0.49 1.35 -orfèvrerie orfèvrerie NOM f s 0.02 0.74 0.02 0.54 -orfèvreries orfèvrerie NOM f p 0.02 0.74 0.00 0.20 -orfèvres orfèvre NOM p 0.80 3.24 0.31 1.89 -orfévrée orfévré ADJ f s 0.00 0.07 0.00 0.07 -organdi organdi NOM m s 0.45 1.22 0.45 1.15 -organdis organdi NOM m p 0.45 1.22 0.00 0.07 -organe organe NOM m s 13.69 15.68 3.14 6.55 -organes organe NOM m p 13.69 15.68 10.55 9.12 -organiciser organiciser ADJ m s 0.01 0.00 0.01 0.00 -organigramme organigramme NOM m s 0.13 0.07 0.13 0.07 -organique organique ADJ s 3.67 2.77 2.56 2.16 -organiquement organiquement ADV 0.02 0.74 0.02 0.74 -organiques organique ADJ p 3.67 2.77 1.11 0.61 -organisa organiser VER 47.90 47.16 0.38 2.09 ind:pas:3s; -organisai organiser VER 47.90 47.16 0.01 0.34 ind:pas:1s; -organisaient organiser VER 47.90 47.16 0.05 1.76 ind:imp:3p; -organisais organiser VER 47.90 47.16 0.31 0.07 ind:imp:1s;ind:imp:2s; -organisait organiser VER 47.90 47.16 1.08 4.46 ind:imp:3s; -organisant organiser VER 47.90 47.16 0.19 0.81 par:pre; -organisateur organisateur NOM m s 2.37 3.24 1.31 1.55 -organisateurs organisateur NOM m p 2.37 3.24 0.75 1.69 -organisation organisation NOM f s 20.97 39.12 18.96 34.32 -organisationnelle organisationnel ADJ f s 0.20 0.00 0.20 0.00 -organisations organisation NOM f p 20.97 39.12 2.02 4.80 -organisatrice organisateur NOM f s 2.37 3.24 0.30 0.00 -organise organiser VER 47.90 47.16 10.59 4.19 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:1s;sub:pre:3s; -organisent organiser VER 47.90 47.16 1.83 0.88 ind:pre:3p; -organiser organiser VER 47.90 47.16 13.93 16.01 inf; -organisera organiser VER 47.90 47.16 0.38 0.27 ind:fut:3s; -organiserai organiser VER 47.90 47.16 0.38 0.07 ind:fut:1s; -organiserais organiser VER 47.90 47.16 0.05 0.00 cnd:pre:1s;cnd:pre:2s; -organiserait organiser VER 47.90 47.16 0.07 0.41 cnd:pre:3s; -organiserez organiser VER 47.90 47.16 0.05 0.00 ind:fut:2p; -organiseriez organiser VER 47.90 47.16 0.02 0.00 cnd:pre:2p; -organiserons organiser VER 47.90 47.16 0.20 0.07 ind:fut:1p; -organiseront organiser VER 47.90 47.16 0.16 0.00 ind:fut:3p; -organises organiser VER 47.90 47.16 1.29 0.07 ind:pre:2s; -organiseur organiseur NOM m s 0.01 0.00 0.01 0.00 -organisez organiser VER 47.90 47.16 1.01 0.07 imp:pre:2p;ind:pre:2p; -organisiez organiser VER 47.90 47.16 0.11 0.07 ind:imp:2p; -organisions organiser VER 47.90 47.16 0.13 0.34 ind:imp:1p; -organisme organisme NOM m s 6.84 10.81 4.83 8.45 -organismes organisme NOM m p 6.84 10.81 2.02 2.36 -organisâmes organiser VER 47.90 47.16 0.00 0.07 ind:pas:1p; -organisons organiser VER 47.90 47.16 1.55 0.00 imp:pre:1p;ind:pre:1p; -organisât organiser VER 47.90 47.16 0.00 0.14 sub:imp:3s; -organiste organiste NOM s 0.52 1.01 0.51 1.01 -organistes organiste NOM p 0.52 1.01 0.01 0.00 -organisèrent organiser VER 47.90 47.16 0.11 0.54 ind:pas:3p; -organistique organistique ADJ m s 0.00 0.07 0.00 0.07 -organisé organiser VER m s 47.90 47.16 10.55 7.16 par:pas; -organisée organiser VER f s 47.90 47.16 2.13 3.99 par:pas; -organisées organisé ADJ f p 5.58 7.50 0.20 0.61 -organisés organisé ADJ m p 5.58 7.50 1.33 1.76 -organométallique organométallique ADJ m s 0.01 0.00 0.01 0.00 -organon organon NOM m s 0.01 0.00 0.01 0.00 -orgasme orgasme NOM m s 6.37 3.38 4.89 3.18 -orgasmes orgasme NOM m p 6.37 3.38 1.48 0.20 -orgasmique orgasmique ADJ s 0.08 0.00 0.08 0.00 -orgastique orgastique ADJ m s 0.00 0.14 0.00 0.14 -orge orge NOM s 1.98 3.72 1.96 3.58 -orgeat orgeat NOM m s 0.19 0.74 0.19 0.74 -orgelet orgelet NOM m s 0.89 0.27 0.78 0.07 -orgelets orgelet NOM m p 0.89 0.27 0.11 0.20 -orges orge NOM p 1.98 3.72 0.01 0.14 -orgiaque orgiaque ADJ m s 0.31 0.07 0.31 0.07 -orgiastique orgiastique ADJ m s 0.00 0.14 0.00 0.07 -orgiastiques orgiastique ADJ p 0.00 0.14 0.00 0.07 -orgie orgie NOM f s 3.46 3.72 2.09 2.36 -orgies orgie NOM f p 3.46 3.72 1.38 1.35 -orgue orgue NOM m s 3.12 8.31 3.08 5.41 -orgueil orgueil NOM m s 11.56 33.45 11.56 33.24 -orgueilleuse orgueilleux ADJ f s 1.81 9.19 0.37 4.59 -orgueilleusement orgueilleusement ADV 0.14 1.35 0.14 1.35 -orgueilleuses orgueilleux ADJ f p 1.81 9.19 0.23 0.54 -orgueilleux orgueilleux ADJ m 1.81 9.19 1.20 4.05 -orgueils orgueil NOM m p 11.56 33.45 0.00 0.20 -orgues orgue NOM f p 3.12 8.31 0.04 2.91 -oribus oribus NOM m 0.00 0.07 0.00 0.07 -orient orient NOM m s 0.78 3.78 0.78 3.72 -orienta orienter VER 3.90 11.89 0.10 0.81 ind:pas:3s; -orientable orientable ADJ s 0.14 0.34 0.14 0.34 -orientai orienter VER 3.90 11.89 0.01 0.07 ind:pas:1s; -orientaient orienter VER 3.90 11.89 0.01 0.41 ind:imp:3p; -orientais orienter VER 3.90 11.89 0.01 0.20 ind:imp:1s; -orientait orienter VER 3.90 11.89 0.00 0.81 ind:imp:3s; -oriental oriental ADJ m s 4.16 14.32 0.92 3.51 -orientale oriental ADJ f s 4.16 14.32 2.52 6.82 -orientales oriental ADJ f p 4.16 14.32 0.40 2.50 -orientalisme orientalisme NOM m s 0.00 0.14 0.00 0.14 -orientaliste orientaliste ADJ f s 0.01 0.07 0.01 0.07 -orientalistes orientaliste NOM p 0.00 0.20 0.00 0.14 -orientant orienter VER 3.90 11.89 0.01 0.54 par:pre; -orientateurs orientateur NOM m p 0.00 0.07 0.00 0.07 -orientation orientation NOM f s 3.86 6.89 3.76 6.62 -orientations orientation NOM f p 3.86 6.89 0.10 0.27 -orientaux oriental ADJ m p 4.16 14.32 0.32 1.49 -oriente orienter VER 3.90 11.89 0.96 1.35 imp:pre:2s;ind:pre:1s;ind:pre:3s; -orientent orienter VER 3.90 11.89 0.16 0.00 ind:pre:3p; -orienter orienter VER 3.90 11.89 1.39 3.65 inf; -orienterai orienter VER 3.90 11.89 0.04 0.00 ind:fut:1s; -orienterait orienter VER 3.90 11.89 0.01 0.07 cnd:pre:3s; -orienterez orienter VER 3.90 11.89 0.01 0.00 ind:fut:2p; -orienteur orienteur NOM m s 0.27 0.14 0.27 0.00 -orienteurs orienteur NOM m p 0.27 0.14 0.00 0.07 -orienteuse orienteur NOM f s 0.27 0.14 0.00 0.07 -orientez orienter VER 3.90 11.89 0.15 0.07 imp:pre:2p;ind:pre:2p; -orients orient NOM m p 0.78 3.78 0.00 0.07 -orientèrent orienter VER 3.90 11.89 0.00 0.07 ind:pas:3p; -orienté orienter VER m s 3.90 11.89 0.40 1.55 par:pas; -orientée orienter VER f s 3.90 11.89 0.27 1.08 par:pas; -orientées orienter VER f p 3.90 11.89 0.20 0.47 par:pas; -orientés orienter VER m p 3.90 11.89 0.17 0.74 par:pas; -orifice orifice NOM m s 1.85 4.05 1.23 3.24 -orifices orifice NOM m p 1.85 4.05 0.61 0.81 -oriflamme oriflamme NOM f s 0.22 2.84 0.01 1.08 -oriflammes oriflamme NOM f p 0.22 2.84 0.21 1.76 -origami origami NOM m s 0.23 0.07 0.23 0.07 -origan origan NOM m s 0.32 0.95 0.32 0.95 -originaire originaire ADJ s 2.58 5.41 2.06 4.19 -originairement originairement ADV 0.00 0.14 0.00 0.14 -originaires originaire ADJ p 2.58 5.41 0.51 1.22 -original original NOM m s 10.44 4.32 8.48 2.84 -originale original ADJ f s 14.45 10.54 4.15 3.24 -originalement originalement ADV 0.01 0.00 0.01 0.00 -originales original ADJ f p 14.45 10.54 1.03 1.55 -originalité originalité NOM f s 1.34 4.53 1.34 4.39 -originalités originalité NOM f p 1.34 4.53 0.00 0.14 -originaux original NOM m p 10.44 4.32 1.44 1.08 -origine origine NOM f s 28.07 46.82 22.18 34.19 -originel originel ADJ m s 1.84 6.49 1.03 3.11 -originelle originel ADJ f s 1.84 6.49 0.58 2.91 -originellement originellement ADV 0.09 0.34 0.09 0.34 -originelles originel ADJ f p 1.84 6.49 0.12 0.20 -originels originel ADJ m p 1.84 6.49 0.11 0.27 -origines origine NOM f p 28.07 46.82 5.88 12.64 -orignal orignal NOM m s 0.42 0.47 0.26 0.20 -orignaux orignal NOM m p 0.42 0.47 0.16 0.27 -orillon orillon NOM m s 0.00 0.14 0.00 0.07 -orillons orillon NOM m p 0.00 0.14 0.00 0.07 -orin orin NOM m s 0.21 0.00 0.21 0.00 -oriol oriol NOM m s 0.00 0.14 0.00 0.14 -oripeaux oripeau NOM m p 0.38 1.55 0.38 1.55 -orlon orlon NOM m s 0.04 0.00 0.04 0.00 -orléanais orléanais ADJ m 0.00 0.27 0.00 0.07 -orléanaise orléanais ADJ f s 0.00 0.27 0.00 0.14 -orléanaises orléanais ADJ f p 0.00 0.27 0.00 0.07 -orléanisme orléanisme NOM m s 0.00 0.20 0.00 0.20 -orléaniste orléaniste ADJ f s 0.14 0.20 0.00 0.14 -orléanistes orléaniste ADJ f p 0.14 0.20 0.14 0.07 -orme orme NOM m s 0.39 3.58 0.33 1.28 -ormeau ormeau NOM m s 0.03 1.08 0.01 0.47 -ormeaux ormeau NOM m p 0.03 1.08 0.02 0.61 -ormes orme NOM m p 0.39 3.58 0.06 2.30 -orna orner VER 3.11 31.15 0.00 0.20 ind:pas:3s; -ornaient orner VER 3.11 31.15 0.10 2.03 ind:imp:3p; -ornait orner VER 3.11 31.15 0.02 3.11 ind:imp:3s; -ornant orner VER 3.11 31.15 0.23 0.88 par:pre; -orne orner VER 3.11 31.15 0.44 1.08 imp:pre:2s;ind:pre:3s; -ornement ornement NOM m s 0.96 7.03 0.33 3.24 -ornemental ornemental ADJ m s 0.17 0.34 0.13 0.14 -ornementale ornemental ADJ f s 0.17 0.34 0.02 0.20 -ornementales ornemental ADJ f p 0.17 0.34 0.02 0.00 -ornementation ornementation NOM f s 0.14 0.81 0.14 0.74 -ornementations ornementation NOM f p 0.14 0.81 0.00 0.07 -ornementer ornementer VER 0.01 0.61 0.00 0.07 inf; -ornements ornement NOM m p 0.96 7.03 0.64 3.78 -ornementé ornementer VER m s 0.01 0.61 0.00 0.27 par:pas; -ornementée ornementer VER f s 0.01 0.61 0.01 0.14 par:pas; -ornementés ornementer VER m p 0.01 0.61 0.00 0.14 par:pas; -ornent orner VER 3.11 31.15 0.17 0.81 ind:pre:3p; -orner orner VER 3.11 31.15 1.11 1.82 inf; -ornera orner VER 3.11 31.15 0.07 0.07 ind:fut:3s; -ornerait orner VER 3.11 31.15 0.00 0.07 cnd:pre:3s; -orneront orner VER 3.11 31.15 0.11 0.07 ind:fut:3p; -ornez orner VER 3.11 31.15 0.25 0.00 imp:pre:2p; -ornithologie ornithologie NOM f s 0.20 0.07 0.20 0.07 -ornithologique ornithologique ADJ s 0.17 0.00 0.17 0.00 -ornithologue ornithologue NOM s 0.13 0.14 0.12 0.07 -ornithologues ornithologue NOM p 0.13 0.14 0.01 0.07 -ornithoptère ornithoptère NOM m s 0.01 0.00 0.01 0.00 -ornithorynque ornithorynque NOM m s 0.26 0.20 0.25 0.07 -ornithorynques ornithorynque NOM m p 0.26 0.20 0.01 0.14 -ornière ornière NOM f s 0.49 6.42 0.17 1.42 -ornières ornière NOM f p 0.49 6.42 0.31 5.00 -ornât orner VER 3.11 31.15 0.00 0.14 sub:imp:3s; -ornèrent orner VER 3.11 31.15 0.00 0.14 ind:pas:3p; -orné orner VER m s 3.11 31.15 0.26 8.38 par:pas; -ornée orner VER f s 3.11 31.15 0.08 6.01 par:pas; -ornées orner VER f p 3.11 31.15 0.26 2.77 par:pas; -ornés orné ADJ m p 0.04 0.88 0.03 0.27 -orographie orographie NOM f s 0.40 0.00 0.40 0.00 -oronge oronge NOM f s 0.00 0.20 0.00 0.07 -oronges oronge NOM f p 0.00 0.20 0.00 0.14 -oropharynx oropharynx NOM m 0.04 0.00 0.04 0.00 -orpailleur orpailleur NOM m s 0.02 0.07 0.01 0.07 -orpailleurs orpailleur NOM m p 0.02 0.07 0.01 0.00 -orphelin orphelin ADJ m s 7.57 6.49 3.92 3.78 -orphelinat orphelinat NOM m s 6.13 3.18 5.86 2.91 -orphelinats orphelinat NOM m p 6.13 3.18 0.28 0.27 -orpheline orphelin ADJ f s 7.57 6.49 2.11 1.35 -orphelines orphelin NOM f p 7.55 9.53 0.79 0.20 -orphelins orphelin NOM m p 7.55 9.53 3.91 2.30 -orphie orphie NOM f s 0.02 0.00 0.02 0.00 -orphique orphique ADJ m s 0.00 0.14 0.00 0.07 -orphiques orphique ADJ m p 0.00 0.14 0.00 0.07 -orphisme orphisme NOM m s 0.00 0.07 0.00 0.07 -orphée orphée NOM f s 0.00 0.07 0.00 0.07 -orphéon orphéon NOM m s 0.10 0.95 0.10 0.74 -orphéoniste orphéoniste NOM s 0.00 0.14 0.00 0.07 -orphéonistes orphéoniste NOM p 0.00 0.14 0.00 0.07 -orphéons orphéon NOM m p 0.10 0.95 0.00 0.20 -orpiment orpiment NOM m s 0.10 0.00 0.10 0.00 -orpin orpin NOM m s 0.00 0.14 0.00 0.14 -orque orque NOM f s 1.43 0.07 0.61 0.07 -orques orque NOM f p 1.43 0.07 0.82 0.00 -ors or NOM m p 110.28 130.00 0.32 2.77 -orsec orsec NOM m 0.00 0.07 0.00 0.07 -ort ort ADJ 0.16 0.00 0.16 0.00 -orteil orteil NOM m s 9.71 9.12 4.04 1.96 -orteils orteil NOM m p 9.71 9.12 5.67 7.16 -ortho ortho ADV 0.56 0.27 0.56 0.27 -orthodontie orthodontie NOM f s 0.04 0.00 0.04 0.00 -orthodontique orthodontique ADJ m s 0.01 0.00 0.01 0.00 -orthodontiste orthodontiste NOM s 0.28 0.00 0.22 0.00 -orthodontistes orthodontiste NOM p 0.28 0.00 0.05 0.00 -orthodoxe orthodoxe ADJ s 2.13 4.73 1.56 3.24 -orthodoxes orthodoxe NOM p 0.73 1.22 0.58 0.88 -orthodoxie orthodoxie NOM f s 0.15 1.42 0.15 1.42 -orthogonal orthogonal ADJ m s 0.04 0.07 0.03 0.00 -orthogonaux orthogonal ADJ m p 0.04 0.07 0.01 0.07 -orthographe orthographe NOM f s 3.34 5.88 3.34 5.88 -orthographiait orthographier VER 0.20 0.47 0.00 0.14 ind:imp:3s; -orthographie orthographier VER 0.20 0.47 0.02 0.07 ind:pre:3s; -orthographier orthographier VER 0.20 0.47 0.04 0.14 inf; -orthographique orthographique ADJ s 0.02 0.07 0.02 0.00 -orthographiques orthographique ADJ f p 0.02 0.07 0.00 0.07 -orthographié orthographier VER m s 0.20 0.47 0.13 0.14 par:pas; -orthographiées orthographier VER f p 0.20 0.47 0.01 0.00 par:pas; -orthophonie orthophonie NOM f s 0.07 0.00 0.07 0.00 -orthophoniste orthophoniste NOM s 0.30 0.14 0.30 0.07 -orthophonistes orthophoniste NOM p 0.30 0.14 0.00 0.07 -orthoptère orthoptère NOM m s 0.01 0.14 0.01 0.00 -orthoptères orthoptère NOM m p 0.01 0.14 0.00 0.14 -orthopédie orthopédie NOM f s 0.51 0.14 0.51 0.14 -orthopédique orthopédique ADJ s 0.28 0.81 0.18 0.54 -orthopédiques orthopédique ADJ p 0.28 0.81 0.09 0.27 -orthopédiste orthopédiste NOM s 0.10 0.00 0.10 0.00 -orthostatique orthostatique ADJ f s 0.01 0.00 0.01 0.00 -ortie ortie NOM f s 2.04 6.82 0.41 0.74 -orties ortie NOM f p 2.04 6.82 1.63 6.08 -ortolan ortolan NOM m s 0.41 1.89 0.11 0.27 -ortolans ortolan NOM m p 0.41 1.89 0.30 1.62 -ortédrine ortédrine NOM f s 0.00 0.07 0.00 0.07 -oréade oréade NOM f s 0.00 0.07 0.00 0.07 -orée orée NOM f s 0.67 4.86 0.67 4.86 -orémus orémus NOM m 0.00 0.14 0.00 0.14 -orvet orvet NOM m s 0.04 0.14 0.04 0.14 -oryctérope oryctérope NOM m s 0.03 0.00 0.03 0.00 -oryx oryx NOM m 0.08 0.00 0.08 0.00 -os os NOM m 40.77 49.73 40.77 49.73 -osa oser VER 90.06 155.47 0.05 11.35 ind:pas:3s; -osai oser VER 90.06 155.47 0.14 2.36 ind:pas:1s; -osaient oser VER 90.06 155.47 0.17 3.38 ind:imp:3p; -osais oser VER 90.06 155.47 2.73 12.77 ind:imp:1s;ind:imp:2s; -osait oser VER 90.06 155.47 1.91 27.30 ind:imp:3s; -osant oser VER 90.06 155.47 0.05 5.68 par:pre; -oscar oscar NOM m s 1.71 0.47 0.65 0.14 -oscars oscar NOM m p 1.71 0.47 1.07 0.34 -oscilla osciller VER 0.63 13.11 0.00 0.61 ind:pas:3s; -oscillai osciller VER 0.63 13.11 0.00 0.07 ind:pas:1s; -oscillaient osciller VER 0.63 13.11 0.00 0.81 ind:imp:3p; -oscillais osciller VER 0.63 13.11 0.01 0.20 ind:imp:1s; -oscillait osciller VER 0.63 13.11 0.01 3.18 ind:imp:3s; -oscillant oscillant ADJ m s 0.06 0.81 0.04 0.47 -oscillante oscillant ADJ f s 0.06 0.81 0.01 0.14 -oscillants oscillant ADJ m p 0.06 0.81 0.00 0.20 -oscillateur oscillateur NOM m s 0.17 0.07 0.17 0.07 -oscillation oscillation NOM f s 0.25 1.96 0.13 0.88 -oscillations oscillation NOM f p 0.25 1.96 0.12 1.08 -oscillatoire oscillatoire ADJ m s 0.01 0.14 0.01 0.07 -oscillatoires oscillatoire ADJ m p 0.01 0.14 0.00 0.07 -oscille osciller VER 0.63 13.11 0.46 2.91 imp:pre:2s;ind:pre:1s;ind:pre:3s; -oscillent osciller VER 0.63 13.11 0.09 0.61 ind:pre:3p; -osciller osciller VER 0.63 13.11 0.04 1.76 inf; -oscillez osciller VER 0.63 13.11 0.01 0.00 imp:pre:2p; -oscillographe oscillographe NOM s 0.07 0.00 0.07 0.00 -oscillomètre oscillomètre NOM m s 0.01 0.07 0.01 0.07 -oscilloscope oscilloscope NOM m s 0.08 0.00 0.08 0.00 -oscillèrent osciller VER 0.63 13.11 0.00 0.14 ind:pas:3p; -oscillé osciller VER m s 0.63 13.11 0.00 0.27 par:pas; -ose oser VER 90.06 155.47 22.97 28.51 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -oseille oseille NOM f s 1.78 4.32 1.78 4.19 -oseilles oseille NOM f p 1.78 4.32 0.00 0.14 -osent oser VER 90.06 155.47 3.23 3.92 ind:pre:3p; -oser oser VER 90.06 155.47 3.15 11.42 inf;; -osera oser VER 90.06 155.47 1.50 1.89 ind:fut:3s; -oserai oser VER 90.06 155.47 1.60 2.03 ind:fut:1s; -oseraie oseraie NOM f s 0.00 0.14 0.00 0.07 -oseraient oseraient ADV 0.00 0.07 0.00 0.07 -oseraies oseraie NOM f p 0.00 0.14 0.00 0.07 -oserais oser VER 90.06 155.47 3.86 3.99 cnd:pre:1s;cnd:pre:2s; -oserait oser VER 90.06 155.47 2.71 5.34 cnd:pre:3s; -oseras oser VER 90.06 155.47 1.42 0.14 ind:fut:2s; -oserez oser VER 90.06 155.47 0.33 0.27 ind:fut:2p; -oseriez oser VER 90.06 155.47 0.91 0.07 cnd:pre:2p; -oserions oser VER 90.06 155.47 0.04 0.14 cnd:pre:1p; -oserons oser VER 90.06 155.47 0.04 0.00 ind:fut:1p; -oseront oser VER 90.06 155.47 0.76 0.47 ind:fut:3p; -oses oser VER 90.06 155.47 18.16 1.89 ind:pre:2s; -osez oser VER 90.06 155.47 10.71 1.49 imp:pre:2p;ind:pre:2p; -osier osier NOM m s 0.35 12.64 0.35 12.30 -osiers osier NOM m p 0.35 12.64 0.00 0.34 -osiez oser VER 90.06 155.47 0.34 0.14 ind:imp:2p; -osions oser VER 90.06 155.47 0.16 1.55 ind:imp:1p; -osmium osmium NOM m s 0.02 0.00 0.02 0.00 -osmonde osmonde NOM f s 0.02 0.00 0.02 0.00 -osmose osmose NOM f s 0.50 1.08 0.50 1.01 -osmoses osmose NOM f p 0.50 1.08 0.00 0.07 -osâmes oser VER 90.06 155.47 0.00 0.20 ind:pas:1p; -osons oser VER 90.06 155.47 0.23 0.81 imp:pre:1p;ind:pre:1p; -osât oser VER 90.06 155.47 0.10 0.88 sub:imp:3s; -ossature ossature NOM f s 0.52 1.62 0.52 1.49 -ossatures ossature NOM f p 0.52 1.62 0.00 0.14 -osselet osselet NOM m s 0.39 3.31 0.00 0.14 -osselets osselet NOM m p 0.39 3.31 0.39 3.18 -ossement ossement NOM m s 1.33 3.78 0.02 0.14 -ossements ossement NOM m p 1.33 3.78 1.30 3.65 -osseuse osseux ADJ f s 1.73 9.32 1.33 2.64 -osseuses osseux ADJ f p 1.73 9.32 0.08 1.42 -osseux osseux ADJ m 1.73 9.32 0.32 5.27 -ossification ossification NOM f s 0.00 0.14 0.00 0.14 -ossifié ossifier VER m s 0.00 0.07 0.00 0.07 par:pas; -osso_buco osso_buco NOM m s 0.05 0.00 0.05 0.00 -ossuaire ossuaire NOM m s 0.43 0.54 0.42 0.41 -ossuaires ossuaire NOM m p 0.43 0.54 0.01 0.14 -ossue ossu ADJ f s 0.00 0.07 0.00 0.07 -ost ost NOM m s 0.18 0.00 0.18 0.00 -ostensible ostensible ADJ s 0.00 0.54 0.00 0.54 -ostensiblement ostensiblement ADV 0.04 4.66 0.04 4.66 -ostensoir ostensoir NOM m s 0.27 1.62 0.14 1.28 -ostensoirs ostensoir NOM m p 0.27 1.62 0.14 0.34 -ostentation ostentation NOM f s 0.32 3.38 0.32 3.38 -ostentatoire ostentatoire ADJ s 0.08 1.42 0.08 1.42 -ostentatoirement ostentatoirement ADV 0.00 0.14 0.00 0.14 -osèrent oser VER 90.06 155.47 0.34 0.54 ind:pas:3p; -ostinato ostinato ADV 0.02 0.00 0.02 0.00 -ostracisme ostracisme NOM m s 0.47 1.08 0.47 1.08 -ostrogoth ostrogoth NOM m s 0.02 0.20 0.01 0.14 -ostrogoths ostrogoth NOM m p 0.02 0.20 0.01 0.07 -ostréiculteur ostréiculteur NOM m s 0.01 0.14 0.00 0.07 -ostréiculteurs ostréiculteur NOM m p 0.01 0.14 0.01 0.07 -ostréiculture ostréiculture NOM f s 0.01 0.00 0.01 0.00 -ostéoarthrite ostéoarthrite NOM f s 0.01 0.00 0.01 0.00 -ostéogenèse ostéogenèse NOM f s 0.02 0.00 0.02 0.00 -ostéogéniques ostéogénique ADJ f p 0.01 0.00 0.01 0.00 -ostéologique ostéologique ADJ f s 0.01 0.00 0.01 0.00 -ostéomyélite ostéomyélite NOM f s 0.03 0.00 0.03 0.00 -ostéopathe ostéopathe NOM s 0.36 0.00 0.33 0.00 -ostéopathes ostéopathe NOM p 0.36 0.00 0.03 0.00 -ostéopathie ostéopathie NOM f s 0.01 0.07 0.01 0.07 -ostéoporose ostéoporose NOM f s 0.07 0.00 0.07 0.00 -ostéosarcome ostéosarcome NOM m s 0.04 0.00 0.04 0.00 -ostéotomie ostéotomie NOM f s 0.01 0.00 0.01 0.00 -osé oser VER m s 90.06 155.47 12.12 26.82 par:pas; -osée oser VER f s 90.06 155.47 0.21 0.07 par:pas; -osées osé ADJ f p 1.24 0.88 0.39 0.27 -osés osé ADJ m p 1.24 0.88 0.12 0.14 -otage otage NOM m s 26.40 5.74 15.22 2.97 -otages otage NOM m p 26.40 5.74 11.17 2.77 -otalgie otalgie NOM f s 0.03 0.00 0.03 0.00 -otarie otarie NOM f s 1.05 1.15 0.13 0.68 -otaries otarie NOM f p 1.05 1.15 0.92 0.47 -otite otite NOM f s 1.16 0.81 0.84 0.47 -otites otite NOM f p 1.16 0.81 0.31 0.34 -oto_rhino_laryngologique oto_rhino_laryngologique ADJ f s 0.00 0.07 0.00 0.07 -oto_rhino_laryngologiste oto_rhino_laryngologiste NOM s 0.02 0.00 0.02 0.00 -oto_rhino oto_rhino NOM s 0.49 1.22 0.48 1.08 -oto_rhino oto_rhino NOM p 0.49 1.22 0.01 0.07 -oto_rhino oto_rhino NOM s 0.49 1.22 0.00 0.07 -otoscope otoscope NOM m s 0.01 0.00 0.01 0.00 -otospongiose otospongiose NOM s 0.10 0.00 0.10 0.00 -âtre âtre NOM m s 0.10 5.88 0.08 5.61 -âtres âtre NOM m p 0.10 5.88 0.01 0.27 -ottoman ottoman ADJ m s 0.28 1.35 0.18 0.27 -ottomane ottomane NOM f s 0.01 0.27 0.01 0.27 -ottomanes ottoman ADJ f p 0.28 1.35 0.00 0.07 -ottomans ottoman ADJ m p 0.28 1.35 0.10 0.14 -ou ou CON 1583.95 2429.86 1583.95 2429.86 -ouï_dire ouï_dire NOM m 0.00 1.01 0.00 1.01 -ouï ouïr VER m s 5.72 3.78 0.87 0.68 par:pas; -ouïe ouïe NOM f s 2.38 4.46 2.21 3.38 -ouïes ouïe NOM f p 2.38 4.46 0.16 1.08 -ouïgour ouïgour NOM s 0.00 0.07 0.00 0.07 -ouïr ouïr VER 5.72 3.78 0.77 1.22 inf; -ouïrais ouïr VER 5.72 3.78 0.00 0.07 cnd:pre:1s; -ouïs ouïr VER m p 5.72 3.78 0.02 0.47 ind:pas:1s;par:pas; -ouït ouïr VER 5.72 3.78 0.00 0.41 ind:pas:3s; -ouah ouah ONO 9.30 1.28 9.30 1.28 -ouaille ouaille NOM f s 0.57 1.15 0.01 0.07 -ouailles ouaille NOM f p 0.57 1.15 0.56 1.08 -ouais ouais ADV 533.02 39.05 533.02 39.05 -ouananiche ouananiche NOM f s 0.06 0.07 0.04 0.00 -ouananiches ouananiche NOM f p 0.06 0.07 0.02 0.07 -ouaouaron ouaouaron NOM m s 0.01 0.00 0.01 0.00 -ouata ouater VER 0.00 1.82 0.00 0.07 ind:pas:3s; -ouatant ouater VER 0.00 1.82 0.00 0.07 par:pre; -ouate ouate NOM f s 0.27 3.72 0.26 3.58 -ouates ouate NOM f p 0.27 3.72 0.01 0.14 -ouateuse ouateux ADJ f s 0.00 0.14 0.00 0.07 -ouateux ouateux ADJ m s 0.00 0.14 0.00 0.07 -ouatiner ouatiner VER 0.00 0.41 0.00 0.07 inf; -ouatiné ouatiner VER m s 0.00 0.41 0.00 0.07 par:pas; -ouatinée ouatiner VER f s 0.00 0.41 0.00 0.14 par:pas; -ouatinées ouatiner VER f p 0.00 0.41 0.00 0.14 par:pas; -ouaté ouaté ADJ m s 0.01 2.23 0.01 0.74 -ouatée ouaté ADJ f s 0.01 2.23 0.00 1.01 -ouatées ouaté ADJ f p 0.01 2.23 0.00 0.14 -ouatés ouater VER m p 0.00 1.82 0.00 0.47 par:pas; -oubli oubli NOM m s 8.02 29.93 6.92 28.65 -oublia oublier VER 487.06 286.96 0.58 6.15 ind:pas:3s; -oubliable oubliable ADJ f s 0.03 0.14 0.03 0.14 -oubliai oublier VER 487.06 286.96 0.42 1.96 ind:pas:1s; -oubliaient oublier VER 487.06 286.96 0.17 2.16 ind:imp:3p; -oubliais oublier VER 487.06 286.96 9.17 9.12 ind:imp:1s;ind:imp:2s; -oubliait oublier VER 487.06 286.96 1.22 14.32 ind:imp:3s; -oubliant oublier VER 487.06 286.96 1.52 8.11 par:pre; -oublias oublier VER 487.06 286.96 0.00 0.07 ind:pas:2s; -oubliasse oublier VER 487.06 286.96 0.00 0.07 sub:imp:1s; -oublie oublier VER 487.06 286.96 104.78 34.66 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:1s;sub:pre:3s; -oublient oublier VER 487.06 286.96 3.94 3.51 ind:pre:3p; -oublier oublier VER 487.06 286.96 85.96 74.19 ind:pre:2p;inf; -oubliera oublier VER 487.06 286.96 4.03 1.62 ind:fut:3s; -oublierai oublier VER 487.06 286.96 15.98 6.55 ind:fut:1s; -oublieraient oublier VER 487.06 286.96 0.09 0.20 cnd:pre:3p; -oublierais oublier VER 487.06 286.96 2.42 0.34 cnd:pre:1s;cnd:pre:2s; -oublierait oublier VER 487.06 286.96 0.89 2.97 cnd:pre:3s; -oublieras oublier VER 487.06 286.96 4.74 0.81 ind:fut:2s; -oublierez oublier VER 487.06 286.96 1.89 0.54 ind:fut:2p; -oublierions oublier VER 487.06 286.96 0.00 0.07 cnd:pre:1p; -oublierons oublier VER 487.06 286.96 1.56 0.27 ind:fut:1p; -oublieront oublier VER 487.06 286.96 1.10 0.34 ind:fut:3p; -oublies oublier VER 487.06 286.96 15.34 4.39 ind:pre:2s;sub:pre:2s; -oubliette oubliette NOM f s 1.21 1.62 0.19 0.14 -oubliettes oubliette NOM f p 1.21 1.62 1.01 1.49 -oublieuse oublieux ADJ f s 0.65 2.23 0.00 0.68 -oublieuses oublieux ADJ f p 0.65 2.23 0.20 0.27 -oublieux oublieux ADJ m 0.65 2.23 0.45 1.28 -oubliez oublier VER 487.06 286.96 49.48 11.15 imp:pre:2p;ind:pre:2p; -oubliiez oublier VER 487.06 286.96 0.00 0.07 ind:imp:2p; -oubliions oublier VER 487.06 286.96 0.00 0.27 ind:imp:1p; -oubliâmes oublier VER 487.06 286.96 0.14 0.07 ind:pas:1p; -oublions oublier VER 487.06 286.96 13.28 3.72 imp:pre:1p;ind:pre:1p; -oubliât oublier VER 487.06 286.96 0.00 0.41 sub:imp:3s; -oublis oubli NOM m p 8.02 29.93 0.20 1.22 -oublièrent oublier VER 487.06 286.96 0.02 1.08 ind:pas:3p; -oublié oublier VER m s 487.06 286.96 154.09 80.27 par:pas;par:pas;par:pas; -oubliée oublier VER f s 487.06 286.96 8.81 8.92 par:pas; -oubliées oublier VER f p 487.06 286.96 1.65 2.64 par:pas; -oubliés oublier VER m p 487.06 286.96 3.72 5.95 par:pas; -ouche ouche NOM f s 0.42 0.07 0.42 0.07 -oued oued NOM m s 0.27 0.61 0.27 0.47 -oueds oued NOM m p 0.27 0.61 0.00 0.14 -ouest_allemand ouest_allemand ADJ m s 0.12 0.00 0.12 0.00 -ouest ouest NOM m 27.79 27.77 27.79 27.77 -ouf ouf ONO 4.57 7.03 4.57 7.03 -ougandais ougandais NOM m 0.06 0.07 0.06 0.07 -ougandaise ougandais ADJ f s 0.04 0.00 0.04 0.00 -ouh ouh ONO 5.50 1.28 5.50 1.28 -oui_da oui_da ONO 0.27 0.07 0.27 0.07 -oui oui ADV 3207.35 637.57 3207.35 637.57 -ouiche ouiche ONO 0.02 1.96 0.02 1.96 -ouighour ouighour NOM m s 0.00 1.01 0.00 0.61 -ouighours ouighour NOM m p 0.00 1.01 0.00 0.41 -ouille ouille ONO 0.79 1.69 0.79 1.69 -ouistiti ouistiti NOM m s 1.51 0.81 1.46 0.61 -ouistitis ouistiti NOM m p 1.51 0.81 0.05 0.20 -oukases oukase NOM m p 0.00 0.07 0.00 0.07 -ouléma ouléma NOM m s 0.01 1.69 0.01 0.14 -oulémas ouléma NOM m p 0.01 1.69 0.00 1.55 -ounce ounce NOM f s 0.01 0.00 0.01 0.00 -ouragan ouragan NOM m s 6.05 4.19 5.09 3.72 -ouragans ouragan NOM m p 6.05 4.19 0.96 0.47 -ouralienne ouralien ADJ f s 0.00 0.07 0.00 0.07 -ouraniennes ouranien ADJ f p 0.00 0.07 0.00 0.07 -ourdi ourdir VER m s 0.72 1.55 0.39 0.27 par:pas; -ourdie ourdir VER f s 0.72 1.55 0.10 0.14 par:pas; -ourdies ourdir VER f p 0.72 1.55 0.00 0.07 par:pas; -ourdir ourdir VER 0.72 1.55 0.01 0.14 inf; -ourdira ourdir VER 0.72 1.55 0.00 0.07 ind:fut:3s; -ourdis ourdir VER 0.72 1.55 0.01 0.07 ind:pre:1s;ind:pre:2s; -ourdissage ourdissage NOM m s 0.00 0.54 0.00 0.54 -ourdissait ourdir VER 0.72 1.55 0.10 0.07 ind:imp:3s; -ourdissant ourdir VER 0.72 1.55 0.00 0.20 par:pre; -ourdissent ourdir VER 0.72 1.55 0.00 0.14 ind:pre:3p; -ourdisseur ourdisseur NOM m s 0.00 0.41 0.00 0.07 -ourdisseurs ourdisseur NOM m p 0.00 0.41 0.00 0.07 -ourdisseuses ourdisseur NOM f p 0.00 0.41 0.00 0.27 -ourdissoir ourdissoir NOM m s 0.00 0.27 0.00 0.27 -ourdit ourdir VER 0.72 1.55 0.11 0.41 ind:pre:3s;ind:pas:3s; -ourdou ourdou NOM m s 0.42 0.00 0.42 0.00 -ourlaient ourler VER 0.02 5.14 0.00 0.20 ind:imp:3p; -ourlait ourler VER 0.02 5.14 0.00 0.41 ind:imp:3s; -ourlant ourler VER 0.02 5.14 0.00 0.34 par:pre; -ourle ourler VER 0.02 5.14 0.00 0.34 ind:pre:3s; -ourlent ourler VER 0.02 5.14 0.00 0.20 ind:pre:3p; -ourler ourler VER 0.02 5.14 0.00 0.34 inf; -ourlet ourlet NOM m s 0.93 3.11 0.69 2.36 -ourlets ourlet NOM m p 0.93 3.11 0.24 0.74 -ourlé ourler VER m s 0.02 5.14 0.00 0.74 par:pas; -ourlée ourler VER f s 0.02 5.14 0.00 0.81 par:pas; -ourlées ourler VER f p 0.02 5.14 0.02 1.42 par:pas; -ourlés ourler VER m p 0.02 5.14 0.00 0.34 par:pas; -ouroboros ouroboros NOM m 0.02 0.00 0.02 0.00 -ours ours NOM m s 24.57 17.91 23.96 17.36 -ourse ours NOM f s 24.57 17.91 0.58 0.47 -ourses ours NOM f p 24.57 17.91 0.02 0.07 -oursin oursin NOM m s 0.38 2.03 0.04 0.54 -oursins oursin NOM m p 0.38 2.03 0.34 1.49 -ourson ourson NOM m s 1.62 0.74 1.52 0.41 -oursonne ourson NOM f s 1.62 0.74 0.01 0.07 -oursonnes oursonne NOM f p 0.01 0.00 0.01 0.00 -oursons ourson NOM m p 1.62 0.74 0.09 0.27 -ousque ousque ADV 0.01 0.07 0.01 0.07 -oust oust ONO 0.25 0.14 0.25 0.14 -oustachi oustachi NOM m s 0.28 0.27 0.14 0.00 -oustachis oustachi NOM m p 0.28 0.27 0.14 0.27 -ouste ouste ONO 5.24 1.82 5.24 1.82 -out out ADJ 8.04 0.68 8.04 0.68 -outarde outarde NOM f s 0.00 0.14 0.00 0.07 -outardes outarde NOM f p 0.00 0.14 0.00 0.07 -outil outil NOM m s 14.18 30.88 3.63 10.14 -outillage outillage NOM m s 0.36 2.70 0.25 2.23 -outillages outillage NOM m p 0.36 2.70 0.11 0.47 -outiller outiller VER 0.06 0.20 0.01 0.00 inf; -outilleur outilleur NOM m s 0.10 0.00 0.10 0.00 -outillé outiller VER m s 0.06 0.20 0.04 0.07 par:pas; -outillée outillé ADJ f s 0.01 0.41 0.00 0.07 -outillées outillé ADJ f p 0.01 0.41 0.00 0.07 -outillés outiller VER m p 0.06 0.20 0.01 0.07 par:pas; -outils outil NOM m p 14.18 30.88 10.56 20.74 -outlaw outlaw NOM m s 0.00 0.14 0.00 0.07 -outlaws outlaw NOM m p 0.00 0.14 0.00 0.07 -outrage outrage NOM m s 3.89 5.14 3.40 2.97 -outrageant outrageant ADJ m s 0.36 0.61 0.15 0.27 -outrageante outrageant ADJ f s 0.36 0.61 0.20 0.20 -outrageantes outrageant ADJ f p 0.36 0.61 0.00 0.07 -outrageants outrageant ADJ m p 0.36 0.61 0.02 0.07 -outragent outrager VER 2.36 4.66 0.01 0.07 ind:pre:3p; -outrager outrager VER 2.36 4.66 0.26 0.27 inf; -outragerais outrager VER 2.36 4.66 0.00 0.07 cnd:pre:1s; -outrages outrage NOM m p 3.89 5.14 0.49 2.16 -outrageuse outrageux ADJ f s 0.10 0.27 0.05 0.00 -outrageusement outrageusement ADV 0.08 1.35 0.08 1.35 -outrageuses outrageux ADJ f p 0.10 0.27 0.01 0.07 -outrageux outrageux ADJ m s 0.10 0.27 0.03 0.20 -outragez outrager VER 2.36 4.66 0.17 0.00 imp:pre:2p;ind:pre:2p; -outragèrent outrager VER 2.36 4.66 0.00 0.07 ind:pas:3p; -outragé outrager VER m s 2.36 4.66 0.26 1.42 par:pas; -outragée outrager VER f s 2.36 4.66 0.27 1.55 par:pas; -outragées outrager VER f p 2.36 4.66 0.01 0.20 par:pas; -outragés outrager VER m p 2.36 4.66 0.31 0.54 par:pas; -outrait outrer VER 0.57 3.11 0.00 0.34 ind:imp:3s; -outrance outrance NOM f s 0.17 3.51 0.17 2.77 -outrances outrance NOM f p 0.17 3.51 0.00 0.74 -outrancier outrancier ADJ m s 0.16 0.68 0.14 0.41 -outrancière outrancier ADJ f s 0.16 0.68 0.01 0.14 -outrancières outrancier ADJ f p 0.16 0.68 0.01 0.14 -outrant outrer VER 0.57 3.11 0.00 0.07 par:pre; -outre_atlantique outre_atlantique ADV 0.04 0.68 0.04 0.68 -outre_manche outre_manche ADV 0.00 0.20 0.00 0.20 -outre_mer outre_mer ADV 0.89 4.05 0.89 4.05 -outre_rhin outre_rhin ADV 0.00 0.27 0.00 0.27 -outre_tombe outre_tombe ADJ s 0.26 2.16 0.26 2.16 -outre outre PRE 3.03 15.27 3.03 15.27 -outrecuidance outrecuidance NOM f s 0.01 0.74 0.01 0.74 -outrecuidant outrecuidant ADJ m s 0.11 0.54 0.11 0.20 -outrecuidante outrecuidant ADJ f s 0.11 0.54 0.00 0.14 -outrecuidantes outrecuidant ADJ f p 0.11 0.54 0.00 0.14 -outrecuidants outrecuidant ADJ m p 0.11 0.54 0.00 0.07 -outremer outremer NOM m s 0.21 0.47 0.21 0.47 -outrepassa outrepasser VER 0.83 0.68 0.01 0.07 ind:pas:3s; -outrepassaient outrepasser VER 0.83 0.68 0.00 0.14 ind:imp:3p; -outrepassait outrepasser VER 0.83 0.68 0.03 0.07 ind:imp:3s; -outrepassant outrepasser VER 0.83 0.68 0.01 0.00 par:pre; -outrepasse outrepasser VER 0.83 0.68 0.13 0.20 imp:pre:2s;ind:pre:1s;ind:pre:3s; -outrepassent outrepasser VER 0.83 0.68 0.02 0.00 ind:pre:3p; -outrepasser outrepasser VER 0.83 0.68 0.23 0.07 inf; -outrepasserai outrepasser VER 0.83 0.68 0.00 0.07 ind:fut:1s; -outrepasses outrepasser VER 0.83 0.68 0.20 0.00 ind:pre:2s; -outrepassez outrepasser VER 0.83 0.68 0.07 0.00 ind:pre:2p; -outrepassé outrepasser VER m s 0.83 0.68 0.13 0.07 par:pas; -outrer outrer VER 0.57 3.11 0.00 0.07 inf; -outres outre NOM f p 4.45 24.59 0.02 1.42 -outrigger outrigger NOM m s 0.16 0.00 0.16 0.00 -outré outrer VER m s 0.57 3.11 0.27 0.61 par:pas; -outrée outré ADJ f s 0.47 2.23 0.26 0.68 -outrées outrer VER f p 0.57 3.11 0.01 0.07 par:pas; -outrés outré ADJ m p 0.47 2.23 0.01 0.34 -outsider outsider NOM m s 0.54 0.74 0.44 0.54 -outsiders outsider NOM m p 0.54 0.74 0.10 0.20 -ouvert ouvrir VER m s 413.32 492.50 56.83 56.35 par:pas; -ouverte ouvrir VER f s 413.32 492.50 22.29 27.97 par:pas; -ouvertement ouvertement ADV 2.50 6.96 2.50 6.96 -ouvertes ouvert ADJ f p 39.97 132.36 2.88 15.14 -ouverts ouvert ADJ m p 39.97 132.36 7.22 23.31 -ouverture ouverture NOM f s 18.31 26.69 16.87 23.04 -ouvertures ouverture NOM f p 18.31 26.69 1.44 3.65 -ouvrîmes ouvrir VER 413.32 492.50 0.00 0.34 ind:pas:1p; -ouvrît ouvrir VER 413.32 492.50 0.01 1.28 sub:imp:3s; -ouvrable ouvrable ADJ m s 0.31 1.35 0.03 0.47 -ouvrables ouvrable ADJ p 0.31 1.35 0.28 0.88 -ouvrage ouvrage NOM m s 5.50 37.30 4.72 26.15 -ouvrageant ouvrager VER 0.14 0.68 0.00 0.07 par:pre; -ouvrager ouvrager VER 0.14 0.68 0.00 0.07 inf; -ouvrages ouvrage NOM m p 5.50 37.30 0.78 11.15 -ouvragé ouvragé ADJ m s 0.15 2.30 0.02 0.88 -ouvragée ouvragé ADJ f s 0.15 2.30 0.12 0.54 -ouvragées ouvragé ADJ f p 0.15 2.30 0.00 0.61 -ouvragés ouvragé ADJ m p 0.15 2.30 0.01 0.27 -ouvraient ouvrir VER 413.32 492.50 0.52 12.50 ind:imp:3p; -ouvrais ouvrir VER 413.32 492.50 1.39 4.12 ind:imp:1s;ind:imp:2s; -ouvrait ouvrir VER 413.32 492.50 2.40 46.62 ind:imp:3s; -ouvrant ouvrir VER 413.32 492.50 1.86 18.65 par:pre; -ouvrants ouvrant ADJ m p 0.32 3.18 0.00 0.07 -ouvre_boîte ouvre_boîte NOM m s 0.32 0.20 0.32 0.20 -ouvre_boîtes ouvre_boîtes NOM m 0.16 0.34 0.16 0.34 -ouvre_bouteille ouvre_bouteille NOM m s 0.12 0.14 0.08 0.00 -ouvre_bouteille ouvre_bouteille NOM m p 0.12 0.14 0.04 0.14 -ouvre ouvrir VER 413.32 492.50 141.45 80.07 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -ouvrent ouvrir VER 413.32 492.50 6.24 10.88 ind:pre:3p;sub:pre:3p; -ouvrer ouvrer VER 0.02 0.14 0.00 0.07 inf; -ouvres ouvrir VER 413.32 492.50 10.20 1.62 ind:pre:2s;sub:pre:2s; -ouvreur ouvreur NOM m s 1.21 2.36 1.00 0.00 -ouvreurs ouvreur NOM m p 1.21 2.36 0.01 0.14 -ouvreuse ouvreur NOM f s 1.21 2.36 0.20 1.62 -ouvreuses ouvreuse NOM f p 0.17 0.00 0.17 0.00 -ouvrez ouvrir VER 413.32 492.50 64.17 6.22 imp:pre:2p;imp:pre:2p;ind:pre:2p; -ouvrier ouvrier NOM m s 22.38 51.35 7.17 12.64 -ouvriers ouvrier NOM m p 22.38 51.35 14.56 34.46 -ouvriez ouvrir VER 413.32 492.50 0.41 0.00 ind:imp:2p; -ouvrions ouvrir VER 413.32 492.50 0.10 0.88 ind:imp:1p; -ouvrir ouvrir VER 413.32 492.50 79.61 88.58 inf; -ouvrira ouvrir VER 413.32 492.50 4.13 1.96 ind:fut:3s; -ouvrirai ouvrir VER 413.32 492.50 2.45 0.95 ind:fut:1s; -ouvriraient ouvrir VER 413.32 492.50 0.09 1.28 cnd:pre:3p; -ouvrirais ouvrir VER 413.32 492.50 0.41 0.61 cnd:pre:1s;cnd:pre:2s; -ouvrirait ouvrir VER 413.32 492.50 0.75 4.26 cnd:pre:3s; -ouvriras ouvrir VER 413.32 492.50 0.85 0.27 ind:fut:2s; -ouvrirent ouvrir VER 413.32 492.50 0.51 3.78 ind:pas:3p; -ouvrirez ouvrir VER 413.32 492.50 0.60 0.07 ind:fut:2p; -ouvririez ouvrir VER 413.32 492.50 0.18 0.07 cnd:pre:2p; -ouvririons ouvrir VER 413.32 492.50 0.15 0.00 cnd:pre:1p; -ouvrirons ouvrir VER 413.32 492.50 0.77 0.00 ind:fut:1p; -ouvriront ouvrir VER 413.32 492.50 1.35 0.68 ind:fut:3p; -ouvris ouvrir VER 413.32 492.50 0.36 7.97 ind:pas:1s;ind:pas:2s; -ouvrissent ouvrir VER 413.32 492.50 0.00 0.20 sub:imp:3p; -ouvrit ouvrir VER 413.32 492.50 2.54 86.62 ind:pas:3s; -ouvrière ouvrier ADJ f s 6.07 15.88 2.48 6.69 -ouvrières ouvrière NOM f p 1.56 0.00 1.56 0.00 -ouvriérisme ouvriérisme NOM m s 0.00 0.07 0.00 0.07 -ouvriériste ouvriériste ADJ m s 0.00 0.20 0.00 0.20 -ouvroir ouvroir NOM m s 0.00 0.88 0.00 0.68 -ouvroirs ouvroir NOM m p 0.00 0.88 0.00 0.20 -ouvrons ouvrir VER 413.32 492.50 3.39 0.95 imp:pre:1p;ind:pre:1p; -ouvré ouvrer VER m s 0.02 0.14 0.02 0.07 par:pas; -ouvrées ouvré ADJ f p 0.04 0.27 0.00 0.14 -ouvrés ouvré ADJ m p 0.04 0.27 0.03 0.07 -ouzbeks ouzbek ADJ p 0.00 0.07 0.00 0.07 -ouzo ouzo NOM m s 0.58 2.36 0.48 2.30 -ouzos ouzo NOM m p 0.58 2.36 0.10 0.07 -ovaire ovaire NOM m s 1.20 1.35 0.49 0.14 -ovaires ovaire NOM m p 1.20 1.35 0.71 1.22 -ovalaire ovalaire ADJ f s 0.00 0.07 0.00 0.07 -ovale ovale ADJ s 1.88 10.54 1.83 8.18 -ovales ovale ADJ p 1.88 10.54 0.06 2.36 -ovalisées ovaliser VER f p 0.00 0.07 0.00 0.07 par:pas; -ovariectomie ovariectomie NOM f s 0.01 0.00 0.01 0.00 -ovarien ovarien ADJ m s 0.07 0.00 0.02 0.00 -ovarienne ovarien ADJ f s 0.07 0.00 0.05 0.00 -ovariotomie ovariotomie NOM f s 0.00 0.07 0.00 0.07 -ovation ovation NOM f s 0.96 2.50 0.91 1.49 -ovationnaient ovationner VER 0.03 0.34 0.00 0.07 ind:imp:3p; -ovationner ovationner VER 0.03 0.34 0.01 0.14 inf; -ovationné ovationner VER m s 0.03 0.34 0.01 0.07 par:pas; -ovationnés ovationner VER m p 0.03 0.34 0.01 0.07 par:pas; -ovations ovation NOM f p 0.96 2.50 0.06 1.01 -ove ove NOM m s 0.20 0.07 0.20 0.07 -overdose overdose NOM f s 5.11 1.28 4.81 1.28 -overdoses overdose NOM f p 5.11 1.28 0.29 0.00 -overdrive overdrive NOM m s 0.05 0.07 0.05 0.07 -ovibos ovibos NOM m 0.00 0.07 0.00 0.07 -ovin ovin ADJ m s 0.01 0.00 0.01 0.00 -ovins ovin NOM m p 0.04 0.07 0.04 0.07 -ovipare ovipare ADJ s 0.02 0.00 0.01 0.00 -ovipares ovipare ADJ p 0.02 0.00 0.01 0.00 -ovni ovni NOM m 2.98 0.27 1.07 0.14 -ovnis ovni NOM m p 2.98 0.27 1.91 0.14 -ovoïdal ovoïdal ADJ m s 0.01 0.61 0.00 0.61 -ovoïdale ovoïdal ADJ f s 0.01 0.61 0.01 0.00 -ovoïde ovoïde ADJ s 0.00 1.08 0.00 0.95 -ovoïdes ovoïde ADJ p 0.00 1.08 0.00 0.14 -ovocyte ovocyte NOM m s 0.03 0.41 0.00 0.14 -ovocytes ovocyte NOM m p 0.03 0.41 0.03 0.27 -ovée ové ADJ f s 0.01 0.00 0.01 0.00 -ovulaire ovulaire ADJ f s 0.01 0.00 0.01 0.00 -ovulation ovulation NOM f s 0.53 0.07 0.53 0.07 -ovule ovule NOM m s 1.16 0.47 0.64 0.27 -ovuler ovuler VER 0.11 0.00 0.04 0.00 inf; -ovules ovule NOM m p 1.16 0.47 0.52 0.20 -oxalate oxalate NOM m s 0.01 0.00 0.01 0.00 -oxer oxer NOM m s 0.00 0.07 0.00 0.07 -oxfordien oxfordien ADJ m s 0.00 0.14 0.00 0.07 -oxfordiennes oxfordien ADJ f p 0.00 0.14 0.00 0.07 -oxfords oxford NOM m p 0.03 0.14 0.03 0.14 -oxhydrique oxhydrique ADJ s 0.00 0.07 0.00 0.07 -oxo oxo ADJ 0.00 0.07 0.00 0.07 -oxonienne oxonien NOM f s 0.00 0.07 0.00 0.07 -oxychlorure oxychlorure NOM m s 0.01 0.00 0.01 0.00 -oxydant oxydant NOM m s 0.05 0.00 0.01 0.00 -oxydants oxydant NOM m p 0.05 0.00 0.04 0.00 -oxydation oxydation NOM f s 0.16 0.20 0.16 0.20 -oxyde oxyde NOM m s 1.03 0.41 0.99 0.34 -oxyder oxyder VER 0.10 0.61 0.00 0.07 inf; -oxydes oxyde NOM m p 1.03 0.41 0.04 0.07 -oxydé oxyder VER m s 0.10 0.61 0.07 0.14 par:pas; -oxydée oxyder VER f s 0.10 0.61 0.00 0.14 par:pas; -oxydées oxyder VER f p 0.10 0.61 0.00 0.14 par:pas; -oxygène oxygène NOM m s 14.03 4.39 14.03 4.39 -oxygènent oxygéner VER 0.53 0.20 0.01 0.07 ind:pre:3p; -oxygénation oxygénation NOM f s 0.15 0.07 0.15 0.07 -oxygéner oxygéner VER 0.53 0.20 0.19 0.00 inf; -oxygéné oxygéné ADJ m s 0.49 0.95 0.05 0.07 -oxygénée oxygéné ADJ f s 0.49 0.95 0.42 0.54 -oxygénées oxygéné ADJ f p 0.49 0.95 0.00 0.07 -oxygénés oxygéné ADJ m p 0.49 0.95 0.02 0.27 -oxymore oxymore NOM m s 0.04 0.00 0.03 0.00 -oxymores oxymore NOM m p 0.04 0.00 0.01 0.00 -oxymoron oxymoron NOM m s 0.05 0.00 0.05 0.00 -oxymétrie oxymétrie NOM f s 0.03 0.00 0.03 0.00 -oyant oyant ADJ m s 0.10 0.00 0.10 0.00 -oyat oyat NOM m s 0.11 0.14 0.00 0.07 -oyats oyat NOM m p 0.11 0.14 0.11 0.07 -oye oye NOM f s 0.21 0.95 0.21 0.95 -oyez ouïr VER 5.72 3.78 1.69 0.20 imp:pre:2p;ind:pre:2p; -oyons ouïr VER 5.72 3.78 0.01 0.07 imp:pre:1p; -ozone ozone NOM m s 1.35 0.54 1.35 0.54 -p. p. NOM m 3.66 0.34 3.66 0.34 -p.m. p.m. NOM m s 0.01 0.00 0.01 0.00 -pôle pôle NOM m s 3.59 3.99 3.12 2.77 -pôles pôle NOM m p 3.59 3.99 0.47 1.22 -pûmes pouvoir VER 5524.52 2659.80 0.16 1.62 ind:pas:1p; -pût pouvoir VER 5524.52 2659.80 0.50 42.70 sub:imp:3s; -pûtes pouvoir VER 5524.52 2659.80 0.04 0.00 ind:pas:2p; -pa pa ART:ind m s 0.01 0.00 0.01 0.00 -paît paître VER 2.29 4.46 0.20 0.00 ind:pre:3s; -paître paître VER 2.29 4.46 0.97 1.76 inf; -paîtront paître VER 2.29 4.46 0.12 0.00 ind:fut:3p; -païen païen ADJ m s 1.39 3.38 0.51 1.42 -païenne païen ADJ f s 1.39 3.38 0.39 1.28 -païennes païen ADJ f p 1.39 3.38 0.29 0.20 -païens païen NOM m p 2.22 2.57 1.91 1.28 -pacage pacage NOM m s 0.00 0.74 0.00 0.34 -pacages pacage NOM m p 0.00 0.74 0.00 0.41 -pacas paca ADJ m p 0.01 0.00 0.01 0.00 -pacemaker pacemaker NOM m s 0.56 0.34 0.41 0.34 -pacemakers pacemaker NOM m p 0.56 0.34 0.15 0.00 -pacha pacha NOM m s 7.28 11.96 7.11 11.15 -pachas pacha NOM m p 7.28 11.96 0.17 0.81 -pachinko pachinko NOM m s 0.00 0.07 0.00 0.07 -pachon pachon NOM m s 0.00 0.07 0.00 0.07 -pachyderme pachyderme NOM m s 0.21 1.01 0.14 0.74 -pachydermes pachyderme NOM m p 0.21 1.01 0.07 0.27 -pachydermique pachydermique ADJ s 0.01 0.74 0.01 0.68 -pachydermiques pachydermique ADJ p 0.01 0.74 0.00 0.07 -pacifiait pacifier VER 0.65 2.30 0.00 0.14 ind:imp:3s; -pacifiant pacifier VER 0.65 2.30 0.00 0.07 par:pre; -pacifiante pacifiant ADJ f s 0.00 0.27 0.00 0.20 -pacifiantes pacifiant ADJ f p 0.00 0.27 0.00 0.07 -pacificateur pacificateur NOM m s 4.01 0.07 1.10 0.07 -pacificateurs pacificateur NOM m p 4.01 0.07 2.74 0.00 -pacification pacification NOM f s 0.12 0.41 0.12 0.41 -pacificatrice pacificateur NOM f s 4.01 0.07 0.17 0.00 -pacifie pacifier VER 0.65 2.30 0.00 0.14 ind:pre:3s; -pacifier pacifier VER 0.65 2.30 0.45 0.61 inf; -pacifique pacifique ADJ s 4.00 4.26 2.90 3.11 -pacifiquement pacifiquement ADV 0.93 0.27 0.93 0.27 -pacifiques pacifique ADJ p 4.00 4.26 1.10 1.15 -pacifisme pacifisme NOM m s 0.14 0.54 0.14 0.54 -pacifiste pacifiste ADJ s 0.98 0.95 0.88 0.61 -pacifistes pacifiste NOM p 0.46 0.68 0.17 0.34 -pacifié pacifier VER m s 0.65 2.30 0.17 0.74 par:pas; -pacifiée pacifier VER f s 0.65 2.30 0.03 0.34 par:pas; -pacifiées pacifier VER f p 0.65 2.30 0.00 0.14 par:pas; -pacifiés pacifier VER m p 0.65 2.30 0.00 0.14 par:pas; -pack pack NOM m s 1.72 0.88 1.50 0.27 -package package NOM m s 0.09 0.00 0.09 0.00 -packaging packaging NOM m s 0.01 0.00 0.01 0.00 -packs pack NOM m p 1.72 0.88 0.22 0.61 -packson packson NOM m s 0.04 0.07 0.04 0.07 -pacotille pacotille NOM f s 1.63 3.24 1.61 2.91 -pacotilles pacotille NOM f p 1.63 3.24 0.02 0.34 -pacs pacs NOM m 0.58 0.00 0.58 0.00 -pacsif pacsif NOM m s 0.00 0.34 0.00 0.20 -pacsifs pacsif NOM m p 0.00 0.34 0.00 0.14 -pacson pacson NOM m s 0.06 0.61 0.04 0.61 -pacsons pacson NOM m p 0.06 0.61 0.02 0.00 -pacsés pacser VER m p 0.37 0.00 0.37 0.00 par:pas; -pacte pacte NOM m s 8.12 11.89 7.29 11.49 -pactes pacte NOM m p 8.12 11.89 0.83 0.41 -pactisaient pactiser VER 0.52 1.42 0.00 0.07 ind:imp:3p; -pactisait pactiser VER 0.52 1.42 0.01 0.20 ind:imp:3s; -pactisant pactiser VER 0.52 1.42 0.00 0.07 par:pre; -pactise pactiser VER 0.52 1.42 0.05 0.07 ind:pre:1s;ind:pre:3s; -pactiser pactiser VER 0.52 1.42 0.25 0.74 inf; -pactiseras pactiser VER 0.52 1.42 0.00 0.07 ind:fut:2s; -pactiseurs pactiseur NOM m p 0.00 0.07 0.00 0.07 -pactisez pactiser VER 0.52 1.42 0.01 0.00 imp:pre:2p; -pactisions pactiser VER 0.52 1.42 0.00 0.07 ind:imp:1p; -pactisé pactiser VER m s 0.52 1.42 0.20 0.14 par:pas; -pactole pactole NOM m s 1.14 0.74 1.14 0.61 -pactoles pactole NOM m p 1.14 0.74 0.00 0.14 -pad pad NOM m s 0.11 0.27 0.11 0.27 -paddock paddock NOM m s 0.28 2.64 0.27 2.36 -paddocker paddocker VER 0.00 0.07 0.00 0.07 inf; -paddocks paddock NOM m p 0.28 2.64 0.01 0.27 -paddy paddy NOM m s 1.52 0.47 1.52 0.47 -padouanes padouan ADJ f p 0.00 0.07 0.00 0.07 -paella paella NOM f s 1.98 0.68 1.71 0.54 -paellas paella NOM f p 1.98 0.68 0.27 0.14 -paf paf ADJ 1.31 2.23 1.31 2.23 -pagaïe pagaïe NOM f s 0.07 0.74 0.07 0.74 -pagaie pagaie NOM f s 0.72 1.08 0.65 0.47 -pagaient pagayer VER 0.42 1.08 0.02 0.00 ind:pre:3p; -pagaiera pagayer VER 0.42 1.08 0.01 0.00 ind:fut:3s; -pagaies pagaie NOM f p 0.72 1.08 0.07 0.61 -pagaille pagaille NOM f s 5.21 4.80 5.09 4.73 -pagailles pagaille NOM f p 5.21 4.80 0.13 0.07 -pagailleux pagailleux ADJ m 0.00 0.07 0.00 0.07 -paganisme paganisme NOM m s 0.04 0.47 0.04 0.47 -pagaya pagayer VER 0.42 1.08 0.00 0.07 ind:pas:3s; -pagayait pagayer VER 0.42 1.08 0.00 0.07 ind:imp:3s; -pagayant pagayer VER 0.42 1.08 0.02 0.07 par:pre; -pagaye pagaye NOM f s 0.02 0.41 0.02 0.41 -pagayer pagayer VER 0.42 1.08 0.13 0.34 inf; -pagayeur pagayeur NOM m s 0.03 0.14 0.00 0.07 -pagayeurs pagayeur NOM m p 0.03 0.14 0.03 0.07 -pagayez pagayer VER 0.42 1.08 0.09 0.00 imp:pre:2p; -pagayèrent pagayer VER 0.42 1.08 0.00 0.07 ind:pas:3p; -pagayé pagayer VER m s 0.42 1.08 0.05 0.14 par:pas; -page page NOM s 39.41 115.54 25.16 55.88 -pageais pager VER 1.01 0.61 0.00 0.07 ind:imp:1s; -pageait pager VER 1.01 0.61 0.00 0.07 ind:imp:3s; -pageant pager VER 1.01 0.61 0.01 0.00 par:pre; -pagels pagel NOM m p 0.01 0.00 0.01 0.00 -pageot pageot NOM m s 0.02 2.09 0.02 1.62 -pageots pageot NOM m p 0.02 2.09 0.00 0.47 -pager pager VER 1.01 0.61 0.99 0.27 inf; -pages page NOM p 39.41 115.54 14.25 59.66 -pagination pagination NOM f s 0.01 0.07 0.01 0.07 -paginer paginer VER 0.01 0.00 0.01 0.00 inf; -pagne pagne NOM m s 0.40 1.69 0.37 1.42 -pagnes pagne NOM m p 0.40 1.69 0.03 0.27 -pagnon pagnon NOM m s 0.00 0.07 0.00 0.07 -pagnote pagnoter VER 0.00 0.14 0.00 0.07 ind:pre:1s; -pagnoter pagnoter VER 0.00 0.14 0.00 0.07 inf; -pagode pagode NOM f s 0.40 2.84 0.23 2.36 -pagodes pagode NOM f p 0.40 2.84 0.16 0.47 -pagodon pagodon NOM m s 0.00 0.07 0.00 0.07 -pagé pager VER m s 1.01 0.61 0.01 0.07 par:pas; -pagée pager VER f s 1.01 0.61 0.00 0.07 par:pas; -pagure pagure NOM m s 0.00 0.14 0.00 0.07 -pagures pagure NOM m p 0.00 0.14 0.00 0.07 -pagus pagus NOM m 0.01 0.07 0.01 0.07 -pagés pager VER m p 1.01 0.61 0.00 0.07 par:pas; -paie payer VER 416.67 150.20 53.51 11.01 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:1s;sub:pre:3s; -paiement paiement NOM m s 5.56 2.03 4.36 1.62 -paiements paiement NOM m p 5.56 2.03 1.20 0.41 -paient payer VER 416.67 150.20 6.98 2.09 ind:pre:3p; -paiera payer VER 416.67 150.20 8.71 1.96 ind:fut:3s; -paierai payer VER 416.67 150.20 14.53 2.57 ind:fut:1s; -paieraient payer VER 416.67 150.20 0.93 0.41 cnd:pre:3p; -paierais payer VER 416.67 150.20 2.84 0.41 cnd:pre:1s;cnd:pre:2s; -paierait payer VER 416.67 150.20 2.20 1.62 cnd:pre:3s; -paieras payer VER 416.67 150.20 6.30 1.22 ind:fut:2s; -paierez payer VER 416.67 150.20 4.70 0.34 ind:fut:2p; -paierie paierie NOM f s 0.01 0.20 0.01 0.20 -paieriez payer VER 416.67 150.20 0.11 0.00 cnd:pre:2p; -paierions payer VER 416.67 150.20 0.01 0.07 cnd:pre:1p; -paierons payer VER 416.67 150.20 1.01 0.27 ind:fut:1p; -paieront payer VER 416.67 150.20 2.84 0.54 ind:fut:3p; -paies payer VER 416.67 150.20 8.97 0.74 ind:pre:2s; -paillard paillard ADJ m s 0.35 0.95 0.17 0.61 -paillardait paillarder VER 0.00 0.07 0.00 0.07 ind:imp:3s; -paillarde paillard ADJ f s 0.35 0.95 0.01 0.14 -paillardement paillardement ADV 0.00 0.07 0.00 0.07 -paillardes paillard ADJ f p 0.35 0.95 0.17 0.14 -paillardise paillardise NOM f s 0.16 0.20 0.16 0.20 -paillards paillard ADJ m p 0.35 0.95 0.00 0.07 -paillasse paillasse NOM s 2.38 8.78 1.98 7.43 -paillasses paillasse NOM f p 2.38 8.78 0.40 1.35 -paillasson paillasson NOM m s 1.06 4.39 0.93 3.51 -paillassons paillasson NOM m p 1.06 4.39 0.14 0.88 -paille paille NOM f s 9.43 44.05 8.57 42.97 -pailler pailler VER 0.01 0.27 0.01 0.00 inf; -pailles paille NOM f p 9.43 44.05 0.86 1.08 -pailleter pailleter VER 0.03 1.35 0.00 0.14 inf; -paillette paillette NOM f s 1.71 5.14 0.08 0.41 -paillettes paillette NOM f p 1.71 5.14 1.63 4.73 -pailleté pailleter VER m s 0.03 1.35 0.02 0.34 par:pas; -pailletée pailleté ADJ f s 0.03 1.15 0.01 0.34 -pailletées pailleté ADJ f p 0.03 1.15 0.01 0.20 -pailletés pailleter VER m p 0.03 1.35 0.00 0.27 par:pas; -pailleux pailleux ADJ m 0.00 0.07 0.00 0.07 -paillis paillis NOM m 0.04 0.00 0.04 0.00 -paillon paillon NOM m s 0.00 0.41 0.00 0.20 -paillons paillon NOM m p 0.00 0.41 0.00 0.20 -paillot paillot NOM m s 0.00 0.81 0.00 0.81 -paillote paillote NOM f s 0.02 1.22 0.02 0.34 -paillotes paillote NOM f p 0.02 1.22 0.00 0.88 -paillé paillé ADJ m s 0.00 1.62 0.00 0.14 -paillu paillu ADJ m s 0.00 0.07 0.00 0.07 -paillée paillé ADJ f s 0.00 1.62 0.00 0.81 -paillées paillé ADJ f p 0.00 1.62 0.00 0.68 -paimpolaise paimpolais NOM f s 0.00 0.47 0.00 0.41 -paimpolaises paimpolais NOM f p 0.00 0.47 0.00 0.07 -pain pain NOM m s 67.58 105.41 62.81 99.32 -pains pain NOM m p 67.58 105.41 4.77 6.08 -pair pair NOM m s 3.54 6.62 2.27 3.92 -paire paire NOM f s 21.59 32.84 18.31 26.89 -paires paire NOM f p 21.59 32.84 3.28 5.95 -pairesses pairesse NOM f p 0.00 0.07 0.00 0.07 -pairie pairie NOM f s 0.03 0.07 0.03 0.07 -pairs pair NOM m p 3.54 6.62 1.27 2.70 -pais paître VER 2.29 4.46 0.39 0.07 imp:pre:2s;ind:pre:1s;ind:pre:2s; -paisible paisible ADJ s 7.55 36.42 6.32 27.84 -paisiblement paisiblement ADV 2.10 9.12 2.10 9.12 -paisibles paisible ADJ p 7.55 36.42 1.23 8.58 -paissaient paître VER 2.29 4.46 0.01 1.49 ind:imp:3p; -paissait paître VER 2.29 4.46 0.14 0.20 ind:imp:3s; -paissant paître VER 2.29 4.46 0.03 0.34 par:pre; -paissent paître VER 2.29 4.46 0.42 0.61 ind:pre:3p; -paiute paiute NOM s 0.05 0.07 0.04 0.07 -paiutes paiute NOM p 0.05 0.07 0.01 0.00 -paix paix NOM f 144.86 103.72 144.86 103.72 -pakistanais pakistanais NOM m 1.56 0.27 1.36 0.20 -pakistanaise pakistanais ADJ f s 1.22 0.47 0.23 0.20 -pakistanaises pakistanais ADJ f p 1.22 0.47 0.04 0.00 -pakistano pakistano ADV 0.01 0.07 0.01 0.07 -pal pal NOM m s 0.19 0.88 0.14 0.68 -palabra palabrer VER 0.64 2.03 0.09 0.07 ind:pas:3s; -palabraient palabrer VER 0.64 2.03 0.00 0.34 ind:imp:3p; -palabrait palabrer VER 0.64 2.03 0.00 0.34 ind:imp:3s; -palabrant palabrer VER 0.64 2.03 0.01 0.20 par:pre; -palabre palabrer VER 0.64 2.03 0.11 0.00 ind:pre:3s; -palabrent palabrer VER 0.64 2.03 0.02 0.20 ind:pre:3p; -palabrer palabrer VER 0.64 2.03 0.35 0.88 inf; -palabres palabre NOM p 0.14 3.51 0.13 3.04 -palabreur palabreur NOM m s 0.00 0.14 0.00 0.07 -palabreurs palabreur NOM m p 0.00 0.14 0.00 0.07 -palabré palabrer VER m s 0.64 2.03 0.06 0.00 par:pas; -palace palace NOM m s 4.85 7.77 4.56 5.47 -palaces palace NOM m p 4.85 7.77 0.29 2.30 -paladin paladin NOM m s 0.18 0.81 0.16 0.54 -paladins paladin NOM m p 0.18 0.81 0.03 0.27 -palais palais NOM m 29.55 58.72 29.55 58.72 -palan palan NOM m s 0.11 0.74 0.07 0.54 -palanche palanche NOM f s 0.10 0.14 0.00 0.14 -palanches palanche NOM f p 0.10 0.14 0.10 0.00 -palangrotte palangrotte NOM f s 0.00 0.14 0.00 0.14 -palanquer palanquer VER 0.01 0.14 0.01 0.00 inf; -palanquin palanquin NOM m s 0.32 0.41 0.32 0.34 -palanquins palanquin NOM m p 0.32 0.41 0.00 0.07 -palanquée palanquer VER f s 0.01 0.14 0.00 0.07 par:pas; -palanquées palanquer VER f p 0.01 0.14 0.00 0.07 par:pas; -palans palan NOM m p 0.11 0.74 0.04 0.20 -palastre palastre NOM m s 0.00 0.07 0.00 0.07 -palatales palatal ADJ f p 0.00 0.07 0.00 0.07 -palatin palatin ADJ m s 0.03 0.20 0.02 0.14 -palatine palatin ADJ f s 0.03 0.20 0.01 0.07 -palatines palatine NOM f p 0.00 0.07 0.00 0.07 -palatisation palatisation NOM f s 0.00 0.07 0.00 0.07 -palazzo palazzo NOM m s 0.56 1.62 0.56 1.62 -pale pale NOM f s 1.11 1.62 0.74 0.41 -palefrenier palefrenier NOM m s 0.69 1.01 0.64 0.68 -palefreniers palefrenier NOM m p 0.69 1.01 0.04 0.34 -palefrenière palefrenier NOM f s 0.69 1.01 0.01 0.00 -palefroi palefroi NOM m s 0.01 0.61 0.01 0.20 -palefrois palefroi NOM m p 0.01 0.61 0.00 0.41 -paleron paleron NOM m s 0.01 0.00 0.01 0.00 -pales pale NOM f p 1.11 1.62 0.37 1.22 -palestinien palestinien ADJ m s 3.09 0.74 1.78 0.20 -palestinienne palestinien ADJ f s 3.09 0.74 0.35 0.34 -palestiniens palestinien NOM m p 3.22 0.47 2.81 0.47 -palestre palestre NOM f s 0.00 0.41 0.00 0.27 -palestres palestre NOM f p 0.00 0.41 0.00 0.14 -palet palet NOM m s 1.08 0.41 0.93 0.34 -paletot paletot NOM m s 0.03 2.03 0.03 1.89 -paletots paletot NOM m p 0.03 2.03 0.00 0.14 -palets palet NOM m p 1.08 0.41 0.15 0.07 -palette palette NOM f s 0.87 5.68 0.28 4.12 -palettes palette NOM f p 0.87 5.68 0.58 1.55 -palier palier NOM m s 3.47 29.80 3.24 27.91 -paliers palier NOM m p 3.47 29.80 0.23 1.89 -palikare palikare NOM m s 0.00 0.54 0.00 0.20 -palikares palikare NOM m p 0.00 0.54 0.00 0.34 -palilalie palilalie NOM f s 0.01 0.00 0.01 0.00 -palimpseste palimpseste NOM m s 0.00 0.20 0.00 0.20 -palindrome palindrome NOM m s 0.55 0.00 0.45 0.00 -palindromes palindrome NOM m p 0.55 0.00 0.10 0.00 -palinodie palinodie NOM f s 0.01 0.54 0.00 0.27 -palinodier palinodier VER 0.00 0.07 0.00 0.07 inf; -palinodies palinodie NOM f p 0.01 0.54 0.01 0.27 -palis palis NOM m 0.00 0.07 0.00 0.07 -palissade palissade NOM f s 0.64 5.34 0.59 3.11 -palissades palissade NOM f p 0.64 5.34 0.05 2.23 -palissadé palissader VER m s 0.00 0.34 0.00 0.20 par:pas; -palissadée palissader VER f s 0.00 0.34 0.00 0.07 par:pas; -palissadés palissader VER m p 0.00 0.34 0.00 0.07 par:pas; -palissandre palissandre NOM m s 0.00 0.74 0.00 0.74 -palissant palisser VER 0.00 0.07 0.00 0.07 par:pre; -palissonnage palissonnage NOM m s 0.00 0.07 0.00 0.07 -palière palier ADJ f s 0.00 0.68 0.00 0.68 -palladiennes palladien ADJ f p 0.01 0.07 0.01 0.07 -palladium palladium NOM m s 0.17 0.34 0.17 0.34 -palle palle NOM f s 0.91 0.00 0.91 0.00 -palliait pallier VER 0.47 1.01 0.00 0.07 ind:imp:3s; -palliatif palliatif ADJ m s 0.14 0.07 0.05 0.07 -palliatifs palliatif ADJ m p 0.14 0.07 0.09 0.00 -pallient pallier VER 0.47 1.01 0.01 0.00 ind:pre:3p; -pallier pallier VER 0.47 1.01 0.44 0.88 inf; -palliera pallier VER 0.47 1.01 0.01 0.00 ind:fut:3s; -pallié pallier VER m s 0.47 1.01 0.01 0.07 par:pas; -palma_christi palma_christi NOM m 0.00 0.07 0.00 0.07 -palmaient palmer VER 0.02 0.47 0.00 0.07 ind:imp:3p; -palmaire palmaire ADJ m s 0.02 0.07 0.02 0.07 -palmarès palmarès NOM m 0.41 1.08 0.41 1.08 -palmas palma NOM f p 0.04 0.07 0.04 0.07 -palme palme NOM f s 2.09 9.53 1.25 2.91 -palmer palmer NOM m s 0.17 0.14 0.17 0.14 -palmeraie palmeraie NOM f s 0.31 1.28 0.29 0.74 -palmeraies palmeraie NOM f p 0.31 1.28 0.01 0.54 -palmes palme NOM f p 2.09 9.53 0.84 6.62 -palmette palmette NOM f s 0.00 0.20 0.00 0.07 -palmettes palmette NOM f p 0.00 0.20 0.00 0.14 -palmier palmier NOM m s 4.57 14.26 1.69 3.04 -palmiers palmier NOM m p 4.57 14.26 2.89 11.22 -palmipède palmipède NOM m s 0.00 0.27 0.00 0.14 -palmipèdes palmipède ADJ m p 0.27 0.14 0.27 0.14 -palmiste palmiste NOM m s 0.00 0.27 0.00 0.14 -palmistes palmiste NOM m p 0.00 0.27 0.00 0.14 -palmé palmer VER m s 0.02 0.47 0.00 0.20 par:pas; -palmée palmé ADJ f s 0.17 0.41 0.01 0.07 -palmées palmé ADJ f p 0.17 0.41 0.00 0.27 -palmure palmure NOM f s 0.01 0.07 0.01 0.00 -palmures palmure NOM f p 0.01 0.07 0.00 0.07 -palmés palmé ADJ m p 0.17 0.41 0.16 0.07 -palombe palombe NOM f s 0.11 0.61 0.01 0.27 -palombes palombe NOM f p 0.11 0.61 0.10 0.34 -palonnier palonnier NOM m s 0.01 0.07 0.01 0.07 -palot palot NOM m s 0.20 0.14 0.05 0.07 -palots palot NOM m p 0.20 0.14 0.15 0.07 -palourde palourde NOM f s 1.52 0.54 0.34 0.00 -palourdes palourde NOM f p 1.52 0.54 1.17 0.54 -palpa palper VER 1.81 13.04 0.00 1.62 ind:pas:3s; -palpable palpable ADJ s 0.65 2.77 0.52 2.50 -palpables palpable ADJ p 0.65 2.77 0.13 0.27 -palpaient palper VER 1.81 13.04 0.01 0.74 ind:imp:3p; -palpais palper VER 1.81 13.04 0.01 0.27 ind:imp:1s; -palpait palper VER 1.81 13.04 0.01 1.82 ind:imp:3s; -palpant palper VER 1.81 13.04 0.02 1.08 par:pre; -palpation palpation NOM f s 0.04 0.34 0.04 0.27 -palpations palpation NOM f p 0.04 0.34 0.00 0.07 -palpe palper VER 1.81 13.04 0.34 1.82 imp:pre:2s;ind:pre:1s;ind:pre:3s; -palpent palper VER 1.81 13.04 0.01 0.34 ind:pre:3p; -palper palper VER 1.81 13.04 0.97 4.19 inf; -palpera palper VER 1.81 13.04 0.01 0.00 ind:fut:3s; -palperai palper VER 1.81 13.04 0.00 0.07 ind:fut:1s; -palpes palper VER 1.81 13.04 0.08 0.00 ind:pre:2s; -palpeur palpeur NOM m s 0.02 0.14 0.01 0.07 -palpeurs palpeur NOM m p 0.02 0.14 0.01 0.07 -palpez palper VER 1.81 13.04 0.04 0.00 imp:pre:2p;ind:pre:2p; -palpita palpiter VER 1.64 10.41 0.00 0.14 ind:pas:3s; -palpitaient palpiter VER 1.64 10.41 0.01 1.08 ind:imp:3p; -palpitait palpiter VER 1.64 10.41 0.06 2.30 ind:imp:3s; -palpitant palpitant ADJ m s 2.13 6.82 1.53 3.31 -palpitante palpitant ADJ f s 2.13 6.82 0.42 1.96 -palpitantes palpitant ADJ f p 2.13 6.82 0.15 0.61 -palpitants palpitant ADJ m p 2.13 6.82 0.03 0.95 -palpitation palpitation NOM f s 0.86 3.65 0.04 2.30 -palpitations palpitation NOM f p 0.86 3.65 0.81 1.35 -palpite palpiter VER 1.64 10.41 1.07 2.50 imp:pre:2s;ind:pre:1s;ind:pre:3s; -palpitement palpitement NOM m s 0.00 0.07 0.00 0.07 -palpitent palpiter VER 1.64 10.41 0.16 1.28 ind:pre:3p; -palpiter palpiter VER 1.64 10.41 0.26 1.62 inf; -palpiterait palpiter VER 1.64 10.41 0.00 0.07 cnd:pre:3s; -palpites palpiter VER 1.64 10.41 0.00 0.07 ind:pre:2s; -palpitèrent palpiter VER 1.64 10.41 0.00 0.20 ind:pas:3p; -palpité palpiter VER m s 1.64 10.41 0.00 0.07 par:pas; -palpons palper VER 1.81 13.04 0.00 0.07 imp:pre:1p; -palpèrent palper VER 1.81 13.04 0.00 0.07 ind:pas:3p; -palpé palper VER m s 1.81 13.04 0.28 0.74 par:pas; -palpées palper VER f p 1.81 13.04 0.00 0.07 par:pas; -palpés palper VER m p 1.81 13.04 0.02 0.14 par:pas; -pals pal NOM m p 0.19 0.88 0.04 0.20 -palsambleu palsambleu ONO 0.03 0.20 0.03 0.20 -paltoquet paltoquet NOM m s 0.01 0.20 0.01 0.20 -palé palé ADJ m s 0.01 0.07 0.01 0.07 -palu palu NOM m s 0.80 0.14 0.80 0.14 -paluchait palucher VER 0.20 0.34 0.00 0.07 ind:imp:3s; -paluche paluche NOM f s 0.33 5.47 0.20 3.11 -palucher palucher VER 0.20 0.34 0.20 0.27 inf; -paluches paluche NOM f p 0.33 5.47 0.13 2.36 -paludamentum paludamentum NOM m s 0.00 0.07 0.00 0.07 -paludes palude NOM m p 0.00 0.20 0.00 0.20 -paludiers paludier NOM m p 0.00 0.14 0.00 0.14 -paludiques paludique ADJ p 0.00 0.07 0.00 0.07 -paludisme paludisme NOM m s 0.25 1.35 0.25 1.35 -paludière paludière NOM f s 0.00 0.07 0.00 0.07 -paludéenne paludéen ADJ f s 0.00 0.34 0.00 0.07 -paludéennes paludéen ADJ f p 0.00 0.34 0.00 0.20 -paludéens paludéen ADJ m p 0.00 0.34 0.00 0.07 -paléo paléo ADV 0.01 0.00 0.01 0.00 -paléographie paléographie NOM f s 0.00 0.14 0.00 0.14 -paléolithique paléolithique ADJ s 0.03 0.14 0.03 0.07 -paléolithiques paléolithique ADJ m p 0.03 0.14 0.00 0.07 -paléontologie paléontologie NOM f s 0.14 0.14 0.14 0.14 -paléontologiques paléontologique ADJ m p 0.00 0.07 0.00 0.07 -paléontologiste paléontologiste NOM s 0.05 0.00 0.04 0.00 -paléontologistes paléontologiste NOM p 0.05 0.00 0.01 0.00 -paléontologue paléontologue NOM s 0.20 0.07 0.18 0.00 -paléontologues paléontologue NOM p 0.20 0.07 0.02 0.07 -paléozoïque paléozoïque NOM m s 0.01 0.00 0.01 0.00 -palus palus NOM m 0.01 0.07 0.01 0.07 -palustre palustre ADJ s 0.00 0.07 0.00 0.07 -palétuvier palétuvier NOM m s 0.04 0.81 0.03 0.14 -palétuviers palétuvier NOM m p 0.04 0.81 0.01 0.68 -palynologie palynologie NOM f s 0.01 0.00 0.01 0.00 -pampa pampa NOM f s 0.61 0.95 0.34 0.81 -pampas pampa NOM f p 0.61 0.95 0.28 0.14 -pampero pampero NOM m s 0.00 0.07 0.00 0.07 -pamphlet pamphlet NOM m s 2.84 1.42 1.11 0.68 -pamphlets pamphlet NOM m p 2.84 1.42 1.73 0.74 -pamphlétaire pamphlétaire NOM s 0.00 0.41 0.00 0.34 -pamphlétaires pamphlétaire NOM p 0.00 0.41 0.00 0.07 -pamplemousse pamplemousse NOM s 2.01 1.55 1.56 0.95 -pamplemousses pamplemousse NOM p 2.01 1.55 0.45 0.61 -pamplemoussier pamplemoussier NOM m s 0.00 0.14 0.00 0.07 -pamplemoussiers pamplemoussier NOM m p 0.00 0.14 0.00 0.07 -pampre pampre NOM m s 0.41 1.01 0.27 0.20 -pampres pampre NOM m p 0.41 1.01 0.14 0.81 -pan_bagnat pan_bagnat NOM m s 0.00 0.14 0.00 0.14 -pan pan ONO 3.57 1.76 3.57 1.76 -pana paner VER 0.13 0.41 0.02 0.00 ind:pas:3s; -panachage panachage NOM m s 0.01 0.00 0.01 0.00 -panachait panacher VER 0.03 0.20 0.00 0.07 ind:imp:3s; -panache panache NOM m s 1.09 7.36 0.95 5.14 -panacher panacher VER 0.03 0.20 0.01 0.00 inf; -panaches panache NOM m p 1.09 7.36 0.14 2.23 -panaché panaché NOM m s 0.12 0.47 0.10 0.27 -panachée panacher VER f s 0.03 0.20 0.00 0.07 par:pas; -panachés panaché NOM m p 0.12 0.47 0.02 0.20 -panacée panacée NOM f s 0.29 0.81 0.27 0.74 -panacées panacée NOM f p 0.29 0.81 0.02 0.07 -panade panade NOM f s 0.96 1.22 0.96 0.95 -panades panade NOM f p 0.96 1.22 0.00 0.27 -panais panais NOM m 0.01 0.14 0.01 0.14 -panama panama NOM m s 0.15 1.35 0.15 1.22 -panamas panama NOM m p 0.15 1.35 0.00 0.14 -panamienne panamien ADJ f s 0.00 0.14 0.00 0.07 -panamiens panamien ADJ m p 0.00 0.14 0.00 0.07 -panaméen panaméen ADJ m s 0.09 0.34 0.09 0.34 -panaméenne panaméenne ADJ f s 0.14 0.00 0.14 0.00 -panaméricain panaméricain ADJ m s 0.11 0.00 0.10 0.00 -panaméricaine panaméricain ADJ f s 0.11 0.00 0.01 0.00 -panarabisme panarabisme NOM m s 0.00 0.41 0.00 0.41 -panard panard NOM m s 0.26 2.16 0.19 0.74 -panards panard NOM m p 0.26 2.16 0.07 1.42 -panaris panaris NOM m 0.03 0.34 0.03 0.34 -panatella panatella NOM m s 0.01 0.00 0.01 0.00 -panathénaïque panathénaïque ADJ m s 0.00 0.07 0.00 0.07 -panathénées panathénées NOM f p 0.00 0.07 0.00 0.07 -pancake pancake NOM m s 2.97 0.20 0.44 0.14 -pancakes pancake NOM m p 2.97 0.20 2.54 0.07 -pancarte pancarte NOM f s 3.90 8.99 3.28 5.95 -pancartes pancarte NOM f p 3.90 8.99 0.61 3.04 -panceltique panceltique ADJ m s 0.00 0.07 0.00 0.07 -pancetta pancetta NOM f s 0.03 0.00 0.03 0.00 -panclastite panclastite NOM f s 0.00 0.07 0.00 0.07 -pancrace pancrace NOM m s 0.00 0.47 0.00 0.34 -pancraces pancrace NOM m p 0.00 0.47 0.00 0.14 -pancréas pancréas NOM m 1.13 2.03 1.13 2.03 -pancréatectomie pancréatectomie NOM f s 0.09 0.00 0.09 0.00 -pancréatique pancréatique ADJ s 0.18 0.20 0.06 0.20 -pancréatiques pancréatique ADJ f p 0.18 0.20 0.12 0.00 -pancréatite pancréatite NOM f s 0.14 0.00 0.14 0.00 -panda panda NOM m s 1.71 0.14 1.46 0.14 -pandanus pandanus NOM m 0.00 0.14 0.00 0.14 -pandas panda NOM m p 1.71 0.14 0.26 0.00 -pandit pandit NOM m s 0.08 0.00 0.08 0.00 -pandore pandore NOM s 0.11 1.08 0.11 0.34 -pandores pandore NOM p 0.11 1.08 0.00 0.74 -pandémie pandémie NOM f s 0.17 0.00 0.17 0.00 -pandémonium pandémonium NOM m s 0.03 0.20 0.02 0.20 -pandémoniums pandémonium NOM m p 0.03 0.20 0.01 0.00 -pane paner VER 0.13 0.41 0.02 0.00 ind:pre:3s; -panel panel NOM m s 0.28 0.00 0.28 0.00 -paner paner VER 0.13 0.41 0.04 0.00 inf; -panetier panetier NOM m s 0.00 0.27 0.00 0.07 -panetière panetier NOM f s 0.00 0.27 0.00 0.14 -panetières panetier NOM f p 0.00 0.27 0.00 0.07 -pangermanisme pangermanisme NOM m s 0.01 0.20 0.01 0.20 -panic panic NOM m s 0.46 0.00 0.46 0.00 -panicules panicule NOM f p 0.00 0.14 0.00 0.14 -panier_repas panier_repas NOM m 0.21 0.07 0.21 0.07 -panier panier NOM m s 15.72 33.18 13.82 24.39 -paniers panier NOM m p 15.72 33.18 1.90 8.78 -panification panification NOM f s 0.00 0.14 0.00 0.14 -panini panini NOM m s 0.02 0.00 0.02 0.00 -paniqua paniquer VER 19.76 6.15 0.05 0.20 ind:pas:3s; -paniquaient paniquer VER 19.76 6.15 0.13 0.20 ind:imp:3p; -paniquais paniquer VER 19.76 6.15 0.12 0.20 ind:imp:1s;ind:imp:2s; -paniquait paniquer VER 19.76 6.15 0.22 0.54 ind:imp:3s; -paniquant paniquant ADJ m s 0.04 0.07 0.04 0.07 -paniquards paniquard NOM m p 0.00 0.20 0.00 0.20 -panique panique NOM f s 16.23 25.61 16.17 24.86 -paniquent paniquer VER 19.76 6.15 0.63 0.07 ind:pre:3p; -paniquer paniquer VER 19.76 6.15 4.25 0.88 inf; -paniquera paniquer VER 19.76 6.15 0.01 0.00 ind:fut:3s; -paniquerai paniquer VER 19.76 6.15 0.06 0.00 ind:fut:1s; -paniqueraient paniquer VER 19.76 6.15 0.05 0.00 cnd:pre:3p; -paniquerais paniquer VER 19.76 6.15 0.06 0.07 cnd:pre:1s;cnd:pre:2s; -paniqueras paniquer VER 19.76 6.15 0.01 0.00 ind:fut:2s; -paniqueront paniquer VER 19.76 6.15 0.01 0.00 ind:fut:3p; -paniques paniquer VER 19.76 6.15 1.08 0.14 ind:pre:2s;sub:pre:2s; -paniquez paniquer VER 19.76 6.15 1.66 0.00 imp:pre:2p;ind:pre:2p; -paniquons paniquer VER 19.76 6.15 0.34 0.00 imp:pre:1p; -paniquèrent paniquer VER 19.76 6.15 0.02 0.00 ind:pas:3p; -paniqué paniquer VER m s 19.76 6.15 5.56 0.95 par:pas; -paniquée paniquer VER f s 19.76 6.15 0.68 0.34 par:pas; -paniqués paniqué ADJ m p 1.52 1.01 0.24 0.20 -panis panis NOM m 0.14 0.07 0.14 0.07 -panière panière NOM f s 0.16 0.54 0.16 0.34 -panières panière NOM f p 0.16 0.54 0.00 0.20 -panka panka NOM m s 0.00 0.27 0.00 0.07 -pankas panka NOM m p 0.00 0.27 0.00 0.20 -panna panner VER 0.14 0.34 0.02 0.07 ind:pas:3s; -pannais panner VER 0.14 0.34 0.00 0.07 ind:imp:1s; -pannait panner VER 0.14 0.34 0.00 0.07 ind:imp:3s; -panne panne NOM f s 24.59 11.69 23.84 10.81 -panneau_réclame panneau_réclame NOM m s 0.00 0.68 0.00 0.68 -panneau panneau NOM m s 12.67 26.69 9.87 16.55 -panneaux panneau NOM m p 12.67 26.69 2.80 10.14 -panner panner VER 0.14 0.34 0.00 0.14 inf; -pannes panne NOM f p 24.59 11.69 0.74 0.88 -panneton panneton NOM m s 0.01 0.00 0.01 0.00 -panné panner VER m s 0.14 0.34 0.11 0.00 par:pas; -pano pano ADJ m s 0.46 0.00 0.29 0.00 -panonceau panonceau NOM m s 0.00 0.88 0.00 0.68 -panonceaux panonceau NOM m p 0.00 0.88 0.00 0.20 -panoplie panoplie NOM f s 1.44 4.73 1.42 3.99 -panoplies panoplie NOM f p 1.44 4.73 0.02 0.74 -panorama panorama NOM m s 1.24 5.14 1.11 4.26 -panoramas panorama NOM m p 1.24 5.14 0.14 0.88 -panoramique panoramique ADJ s 0.61 1.15 0.60 0.81 -panoramiquer panoramiquer VER 0.00 0.14 0.00 0.07 inf; -panoramiques panoramique NOM m p 0.36 0.14 0.15 0.00 -panoramiqué panoramiquer VER m s 0.00 0.14 0.00 0.07 par:pas; -panos pano ADJ m p 0.46 0.00 0.17 0.00 -panosse panosse NOM f s 0.00 0.14 0.00 0.14 -panouille panouille NOM s 0.01 0.54 0.01 0.41 -panouilles panouille NOM p 0.01 0.54 0.00 0.14 -pans pan NOM m p 3.73 26.01 0.25 12.16 -pansa panser VER 1.34 3.65 0.14 0.20 ind:pas:3s; -pansage pansage NOM m s 0.00 0.14 0.00 0.14 -pansait panser VER 1.34 3.65 0.00 0.27 ind:imp:3s; -pansant panser VER 1.34 3.65 0.00 0.07 par:pre; -pansas panser VER 1.34 3.65 0.00 0.07 ind:pas:2s; -panse panse NOM f s 2.13 3.04 2.02 2.91 -pansement pansement NOM m s 6.52 13.45 4.70 8.38 -pansements pansement NOM m p 6.52 13.45 1.82 5.07 -pansent panser VER 1.34 3.65 0.01 0.00 ind:pre:3p; -panser panser VER 1.34 3.65 0.50 1.42 inf; -panserai panser VER 1.34 3.65 0.01 0.00 ind:fut:1s; -panses panse NOM f p 2.13 3.04 0.11 0.14 -pansez panser VER 1.34 3.65 0.07 0.07 imp:pre:2p;ind:pre:2p; -pansiez panser VER 1.34 3.65 0.00 0.07 ind:imp:2p; -pansions panser VER 1.34 3.65 0.14 0.00 ind:imp:1p; -panspermie panspermie NOM f s 0.01 0.00 0.01 0.00 -pansèrent panser VER 1.34 3.65 0.00 0.07 ind:pas:3p; -pansé panser VER m s 1.34 3.65 0.28 0.54 par:pas; -pansu pansu ADJ m s 0.00 1.01 0.00 0.34 -pansée panser VER f s 1.34 3.65 0.00 0.14 par:pas; -pansue pansu ADJ f s 0.00 1.01 0.00 0.14 -pansées panser VER f p 1.34 3.65 0.04 0.14 par:pas; -pansues pansu ADJ f p 0.00 1.01 0.00 0.34 -pansés panser VER m p 1.34 3.65 0.00 0.14 par:pas; -pansus pansu ADJ m p 0.00 1.01 0.00 0.20 -pantagruélique pantagruélique ADJ m s 0.00 0.34 0.00 0.20 -pantagruéliques pantagruélique ADJ p 0.00 0.34 0.00 0.14 -pantalon pantalon NOM m s 37.55 71.76 31.49 57.91 -pantalonnade pantalonnade NOM f s 0.00 0.27 0.00 0.20 -pantalonnades pantalonnade NOM f p 0.00 0.27 0.00 0.07 -pantalons pantalon NOM m p 37.55 71.76 6.06 13.85 -pante pante NOM m s 0.01 0.81 0.00 0.27 -pantela panteler VER 0.00 1.01 0.00 0.07 ind:pas:3s; -pantelaient panteler VER 0.00 1.01 0.00 0.07 ind:imp:3p; -pantelait panteler VER 0.00 1.01 0.00 0.20 ind:imp:3s; -pantelant pantelant ADJ m s 0.10 3.24 0.03 1.35 -pantelante pantelant ADJ f s 0.10 3.24 0.07 1.22 -pantelantes pantelant ADJ f p 0.10 3.24 0.00 0.27 -pantelants pantelant ADJ m p 0.10 3.24 0.00 0.41 -panteler panteler VER 0.00 1.01 0.00 0.14 inf; -pantelle panteler VER 0.00 1.01 0.00 0.20 ind:pre:3s; -pantelé panteler VER m s 0.00 1.01 0.00 0.07 par:pas; -pantes pante NOM m p 0.01 0.81 0.01 0.54 -panthère panthère NOM f s 2.08 5.41 1.84 3.65 -panthères panthère NOM f p 2.08 5.41 0.24 1.76 -panthéisme panthéisme NOM m s 0.00 0.20 0.00 0.20 -panthéiste panthéiste ADJ s 0.03 0.20 0.03 0.20 -panthéon panthéon NOM m s 0.79 6.42 0.78 6.35 -panthéons panthéon NOM m p 0.79 6.42 0.01 0.07 -pantin pantin NOM m s 3.96 5.88 3.25 4.19 -pantins pantin NOM m p 3.96 5.88 0.72 1.69 -pantière pantière NOM f s 0.00 0.14 0.00 0.14 -pantocrator pantocrator ADJ m s 0.14 0.00 0.14 0.00 -pantographe pantographe NOM m s 0.01 0.07 0.01 0.00 -pantographes pantographe NOM m p 0.01 0.07 0.00 0.07 -pantois pantois ADJ m 0.09 2.30 0.06 2.23 -pantoise pantois ADJ f s 0.09 2.30 0.01 0.00 -pantoises pantois ADJ f p 0.09 2.30 0.01 0.07 -pantomime pantomime NOM f s 0.41 1.82 0.41 1.42 -pantomimes pantomime NOM f p 0.41 1.82 0.00 0.41 -pantomètres pantomètre NOM m p 0.00 0.07 0.00 0.07 -pantouflard pantouflard ADJ m s 0.23 0.07 0.13 0.07 -pantouflarde pantouflard ADJ f s 0.23 0.07 0.10 0.00 -pantouflards pantouflard NOM m p 0.07 0.20 0.02 0.07 -pantoufle pantoufle NOM f s 3.08 8.78 0.57 0.95 -pantoufler pantoufler VER 0.01 0.34 0.01 0.00 inf; -pantoufles pantoufle NOM f p 3.08 8.78 2.51 7.84 -panty panty NOM m s 0.05 0.07 0.05 0.07 -pané pané ADJ m s 0.19 0.41 0.14 0.14 -panée paner VER f s 0.13 0.41 0.01 0.14 par:pas; -panées pané ADJ f p 0.19 0.41 0.01 0.20 -panégyrique panégyrique NOM m s 0.23 0.34 0.22 0.20 -panégyriques panégyrique NOM m p 0.23 0.34 0.01 0.14 -panégyristes panégyriste NOM p 0.00 0.07 0.00 0.07 -panurge panurge NOM m s 0.04 0.47 0.04 0.47 -panurgisme panurgisme NOM m s 0.00 0.07 0.00 0.07 -panés pané ADJ m p 0.19 0.41 0.04 0.00 -panzer panzer NOM m s 0.71 1.42 0.25 0.68 -panzers panzer NOM m p 0.71 1.42 0.46 0.74 -paolistes paoliste ADJ m p 0.00 0.14 0.00 0.14 -paolo paolo NOM m s 0.07 0.00 0.07 0.00 -paon paon NOM m s 1.30 5.34 0.60 3.85 -paonne paon NOM f s 1.30 5.34 0.10 0.07 -paons paon NOM m p 1.30 5.34 0.60 1.42 -papa_cadeau papa_cadeau NOM m s 0.01 0.00 0.01 0.00 -papa papa NOM m s 259.01 77.16 259.01 77.16 -papable papable ADJ m s 0.00 0.07 0.00 0.07 -papal papal ADJ m s 0.41 0.68 0.02 0.27 -papale papal ADJ f s 0.41 0.68 0.37 0.41 -papamobile papamobile NOM f s 0.14 0.00 0.14 0.00 -paparazzi paparazzi NOM m 1.46 0.34 0.67 0.34 -paparazzis paparazzi NOM m p 1.46 0.34 0.79 0.00 -paparazzo paparazzo NOM m s 0.03 0.07 0.03 0.07 -papas papas NOM m 1.25 1.08 1.25 1.08 -papauté papauté NOM f s 0.01 0.81 0.01 0.81 -papaux papal ADJ m p 0.41 0.68 0.02 0.00 -papaver papaver NOM m s 0.01 0.00 0.01 0.00 -papavérine papavérine NOM f s 0.00 0.07 0.00 0.07 -papaye papaye NOM f s 0.59 0.20 0.49 0.14 -papayer papayer NOM m s 0.00 0.14 0.00 0.07 -papayers papayer NOM m p 0.00 0.14 0.00 0.07 -papayes papaye NOM f p 0.59 0.20 0.10 0.07 -pape pape NOM m s 7.17 19.32 6.57 14.59 -papegai papegai NOM m s 0.00 0.14 0.00 0.07 -papegais papegai NOM m p 0.00 0.14 0.00 0.07 -papelard papelard NOM m s 0.17 2.43 0.16 1.62 -papelarde papelard ADJ f s 0.01 0.27 0.00 0.07 -papelards papelard NOM m p 0.17 2.43 0.01 0.81 -paperasse paperasse NOM f s 4.80 5.74 4.11 0.95 -paperasser paperasser VER 0.00 0.07 0.00 0.07 inf; -paperasserie paperasserie NOM f s 1.07 0.88 1.05 0.74 -paperasseries paperasserie NOM f p 1.07 0.88 0.01 0.14 -paperasses paperasse NOM f p 4.80 5.74 0.69 4.80 -paperassier paperassier NOM m s 0.01 0.07 0.01 0.07 -papes pape NOM m p 7.17 19.32 0.60 4.73 -papesse papesse NOM f s 0.39 0.14 0.39 0.14 -papet papet NOM m s 4.25 0.27 4.25 0.27 -papeterie papeterie NOM f s 0.91 2.84 0.82 1.28 -papeteries papeterie NOM f p 0.91 2.84 0.08 1.55 -papetier papetier NOM m s 0.44 0.27 0.44 0.07 -papetiers papetier NOM m p 0.44 0.27 0.00 0.20 -papi papi NOM m s 7.23 0.00 7.05 0.00 -papier_cadeau papier_cadeau NOM m s 0.07 0.07 0.07 0.07 -papier_monnaie papier_monnaie NOM m s 0.00 0.14 0.00 0.14 -papier papier NOM m s 120.51 203.11 56.32 144.59 -papier_calque papier_calque NOM m p 0.00 0.07 0.00 0.07 -papiers papier NOM m p 120.51 203.11 64.19 58.51 -papilionacé papilionacé ADJ m s 0.01 0.14 0.01 0.00 -papilionacée papilionacé ADJ f s 0.01 0.14 0.00 0.07 -papilionacées papilionacé ADJ f p 0.01 0.14 0.00 0.07 -papillaire papillaire ADJ m s 0.00 0.07 0.00 0.07 -papille papille NOM f s 0.35 1.15 0.01 0.07 -papilles papille NOM f p 0.35 1.15 0.34 1.08 -papillomavirus papillomavirus NOM m 0.04 0.00 0.04 0.00 -papillomes papillome NOM m p 0.01 0.14 0.01 0.14 -papillon papillon NOM m s 12.28 20.07 8.12 10.68 -papillonna papillonner VER 0.33 0.81 0.00 0.07 ind:pas:3s; -papillonnage papillonnage NOM m s 0.01 0.14 0.01 0.14 -papillonnaient papillonner VER 0.33 0.81 0.00 0.07 ind:imp:3p; -papillonnais papillonner VER 0.33 0.81 0.15 0.00 ind:imp:1s; -papillonnait papillonner VER 0.33 0.81 0.03 0.07 ind:imp:3s; -papillonnant papillonnant ADJ m s 0.00 0.14 0.00 0.07 -papillonnante papillonnant ADJ f s 0.00 0.14 0.00 0.07 -papillonne papillonner VER 0.33 0.81 0.04 0.27 ind:pre:1s;ind:pre:3s; -papillonnement papillonnement NOM m s 0.00 0.14 0.00 0.14 -papillonnent papillonner VER 0.33 0.81 0.01 0.14 ind:pre:3p; -papillonner papillonner VER 0.33 0.81 0.07 0.14 inf; -papillonnes papillonner VER 0.33 0.81 0.02 0.00 ind:pre:2s; -papillonné papillonner VER m s 0.33 0.81 0.00 0.07 par:pas; -papillons papillon NOM m p 12.28 20.07 4.16 9.39 -papillotaient papilloter VER 0.00 1.01 0.00 0.41 ind:imp:3p; -papillotait papilloter VER 0.00 1.01 0.00 0.07 ind:imp:3s; -papillotant papillotant ADJ m s 0.00 0.47 0.00 0.14 -papillotantes papillotant ADJ f p 0.00 0.47 0.00 0.14 -papillotants papillotant ADJ m p 0.00 0.47 0.00 0.20 -papillote papillote NOM f s 0.33 1.89 0.02 0.07 -papillotent papilloter VER 0.00 1.01 0.00 0.14 ind:pre:3p; -papilloter papilloter VER 0.00 1.01 0.00 0.20 inf; -papillotes papillote NOM f p 0.33 1.89 0.31 1.82 -papillotèrent papilloter VER 0.00 1.01 0.00 0.07 ind:pas:3p; -papis papi NOM m p 7.23 0.00 0.17 0.00 -papisme papisme NOM m s 0.04 0.07 0.04 0.07 -papiste papiste ADJ s 0.55 0.61 0.43 0.47 -papistes papiste ADJ f p 0.55 0.61 0.12 0.14 -papotage papotage NOM m s 0.27 0.61 0.19 0.14 -papotages papotage NOM m p 0.27 0.61 0.08 0.47 -papotaient papoter VER 1.77 1.62 0.02 0.20 ind:imp:3p; -papotait papoter VER 1.77 1.62 0.06 0.20 ind:imp:3s; -papotant papoter VER 1.77 1.62 0.03 0.27 par:pre; -papote papoter VER 1.77 1.62 0.28 0.20 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -papotent papoter VER 1.77 1.62 0.04 0.00 ind:pre:3p; -papoter papoter VER 1.77 1.62 1.16 0.61 inf; -papotera papoter VER 1.77 1.62 0.03 0.00 ind:fut:3s; -papotez papoter VER 1.77 1.62 0.04 0.00 imp:pre:2p; -papotèrent papoter VER 1.77 1.62 0.00 0.07 ind:pas:3p; -papoté papoter VER m s 1.77 1.62 0.13 0.07 par:pas; -papou papou NOM m s 0.04 0.07 0.02 0.00 -papouille papouille NOM f s 0.08 0.54 0.00 0.07 -papouillent papouiller VER 0.02 0.14 0.01 0.00 ind:pre:3p; -papouiller papouiller VER 0.02 0.14 0.01 0.00 inf; -papouilles papouille NOM f p 0.08 0.54 0.08 0.47 -papouillez papouiller VER 0.02 0.14 0.00 0.07 ind:pre:2p; -papouillé papouiller VER m s 0.02 0.14 0.00 0.07 par:pas; -papous papou NOM m p 0.04 0.07 0.02 0.07 -paprika paprika NOM m s 0.75 0.61 0.75 0.61 -papé papé NOM m s 0.00 0.14 0.00 0.14 -papy papy NOM m s 6.79 1.08 6.76 1.08 -papyrus papyrus NOM m 1.57 0.95 1.57 0.95 -papys papy NOM m p 6.79 1.08 0.04 0.00 -paqson paqson NOM m s 0.01 0.00 0.01 0.00 -paquebot paquebot NOM m s 1.18 7.43 1.10 5.07 -paquebots paquebot NOM m p 1.18 7.43 0.09 2.36 -paquet_cadeau paquet_cadeau NOM m s 0.19 0.20 0.19 0.20 -paquet paquet NOM m s 44.96 89.19 36.90 62.77 -paqueta paqueter VER 0.04 0.07 0.01 0.07 ind:pas:3s; -paquetage paquetage NOM m s 0.60 2.91 0.44 2.16 -paquetages paquetage NOM m p 0.60 2.91 0.16 0.74 -paquets_cadeaux paquets_cadeaux NOM m p 0.01 0.54 0.01 0.54 -paquets paquet NOM m p 44.96 89.19 8.06 26.42 -paquette paqueter VER 0.04 0.07 0.03 0.00 imp:pre:2s; -paqueté paqueté ADJ m s 0.02 0.00 0.02 0.00 -par_ci par_ci ADV 3.10 9.12 3.10 9.12 -par_dedans par_dedans PRE 0.00 0.07 0.00 0.07 -par_delà par_delà PRE 1.32 9.05 1.32 9.05 -par_derrière par_derrière PRE 2.04 6.35 2.04 6.35 -par_dessous par_dessous PRE 0.32 2.16 0.32 2.16 -par_dessus par_dessus PRE 16.10 69.19 16.10 69.19 -par_devant par_devant PRE 0.16 1.96 0.16 1.96 -par_devers par_devers PRE 0.01 1.08 0.01 1.08 -par_mégarde par_mégarde ADV 0.61 2.91 0.61 2.91 -par par PRE 1753.02 3727.09 1753.02 3727.09 -parût paraître VER 122.14 448.11 0.00 4.46 sub:imp:3s; -para_humain para_humain NOM m s 0.00 0.14 0.00 0.14 -para parer VER 30.50 19.66 4.71 0.20 ind:pas:3s; -paraît paraître VER 122.14 448.11 81.22 113.92 ind:pre:3s; -paraîtra paraître VER 122.14 448.11 1.99 3.24 ind:fut:3s; -paraîtrai paraître VER 122.14 448.11 0.02 0.14 ind:fut:1s; -paraîtraient paraître VER 122.14 448.11 0.10 0.81 cnd:pre:3p; -paraîtrais paraître VER 122.14 448.11 0.00 0.14 cnd:pre:1s; -paraîtrait paraître VER 122.14 448.11 0.43 3.11 cnd:pre:3s; -paraîtras paraître VER 122.14 448.11 0.25 0.00 ind:fut:2s; -paraître paraître VER 122.14 448.11 15.31 40.27 inf; -paraîtrez paraître VER 122.14 448.11 0.05 0.00 ind:fut:2p; -paraîtront paraître VER 122.14 448.11 0.47 0.61 ind:fut:3p; -parabellum parabellum NOM m s 0.24 0.61 0.23 0.54 -parabellums parabellum NOM m p 0.24 0.61 0.01 0.07 -parabole parabole NOM f s 1.90 2.57 1.78 1.96 -paraboles parabole NOM f p 1.90 2.57 0.12 0.61 -parabolique parabolique ADJ s 0.42 0.47 0.38 0.20 -paraboliquement paraboliquement ADV 0.01 0.00 0.01 0.00 -paraboliques parabolique ADJ p 0.42 0.47 0.04 0.27 -paraboloïde paraboloïde NOM m s 0.01 0.00 0.01 0.00 -parachevaient parachever VER 0.57 1.28 0.01 0.07 ind:imp:3p; -parachevait parachever VER 0.57 1.28 0.00 0.14 ind:imp:3s; -parachevant parachever VER 0.57 1.28 0.01 0.14 par:pre; -parachever parachever VER 0.57 1.28 0.28 0.47 inf; -parachevèrent parachever VER 0.57 1.28 0.00 0.07 ind:pas:3p; -parachevé parachever VER m s 0.57 1.28 0.26 0.20 par:pas; -parachèvement parachèvement NOM m s 0.01 0.14 0.01 0.14 -parachèvent parachever VER 0.57 1.28 0.00 0.14 ind:pre:3p; -parachèvera parachever VER 0.57 1.28 0.01 0.00 ind:fut:3s; -parachèveraient parachever VER 0.57 1.28 0.00 0.07 cnd:pre:3p; -parachutage parachutage NOM m s 0.22 0.95 0.17 0.41 -parachutages parachutage NOM m p 0.22 0.95 0.05 0.54 -parachute parachute NOM m s 4.79 3.58 4.12 3.04 -parachutent parachuter VER 1.12 1.96 0.01 0.14 ind:pre:3p; -parachuter parachuter VER 1.12 1.96 0.11 0.14 inf; -parachuterais parachuter VER 1.12 1.96 0.01 0.00 cnd:pre:1s; -parachuterons parachuter VER 1.12 1.96 0.01 0.00 ind:fut:1p; -parachutes parachute NOM m p 4.79 3.58 0.67 0.54 -parachutez parachuter VER 1.12 1.96 0.01 0.07 imp:pre:2p;ind:pre:2p; -parachutisme parachutisme NOM m s 0.29 0.07 0.29 0.07 -parachutiste parachutiste NOM s 2.50 4.80 0.57 1.49 -parachutistes parachutiste NOM p 2.50 4.80 1.93 3.31 -parachutèrent parachuter VER 1.12 1.96 0.00 0.07 ind:pas:3p; -parachuté parachuter VER m s 1.12 1.96 0.39 0.74 par:pas; -parachutée parachuter VER f s 1.12 1.96 0.02 0.07 par:pas; -parachutées parachuter VER f p 1.12 1.96 0.00 0.14 par:pas; -parachutés parachuter VER m p 1.12 1.96 0.07 0.41 par:pas; -paraclet paraclet NOM m s 0.04 0.68 0.04 0.68 -paracétamol paracétamol NOM m s 0.11 0.14 0.11 0.14 -parada parader VER 1.48 3.58 0.04 0.07 ind:pas:3s; -paradaient parader VER 1.48 3.58 0.00 0.47 ind:imp:3p; -paradais parader VER 1.48 3.58 0.01 0.14 ind:imp:1s; -paradait parader VER 1.48 3.58 0.14 0.68 ind:imp:3s; -paradant parader VER 1.48 3.58 0.04 0.41 par:pre; -parade parade NOM f s 5.10 11.22 4.79 9.93 -paradent parader VER 1.48 3.58 0.10 0.27 ind:pre:3p; -parader parader VER 1.48 3.58 0.72 0.81 inf; -paradera parader VER 1.48 3.58 0.00 0.07 ind:fut:3s; -parades parade NOM f p 5.10 11.22 0.30 1.28 -paradeurs paradeur NOM m p 0.00 0.07 0.00 0.07 -paradigme paradigme NOM m s 0.25 0.20 0.13 0.14 -paradigmes paradigme NOM m p 0.25 0.20 0.13 0.07 -paradis paradis NOM m 33.23 28.04 33.23 28.04 -paradisiaque paradisiaque ADJ s 0.61 1.01 0.59 0.95 -paradisiaques paradisiaque ADJ p 0.61 1.01 0.02 0.07 -paradisiers paradisier NOM m p 0.00 0.07 0.00 0.07 -paradons parader VER 1.48 3.58 0.01 0.00 ind:pre:1p; -parador parador NOM m s 0.10 0.14 0.10 0.14 -parados parados NOM m 0.00 0.81 0.00 0.81 -paradoxal paradoxal ADJ m s 0.78 5.14 0.65 2.16 -paradoxale paradoxal ADJ f s 0.78 5.14 0.12 1.96 -paradoxalement paradoxalement ADV 0.22 3.78 0.22 3.78 -paradoxales paradoxal ADJ f p 0.78 5.14 0.01 0.68 -paradoxaux paradoxal ADJ m p 0.78 5.14 0.00 0.34 -paradoxe paradoxe NOM m s 1.90 8.11 1.50 6.01 -paradoxes paradoxe NOM m p 1.90 8.11 0.40 2.09 -paradoxie paradoxie NOM f s 0.00 0.07 0.00 0.07 -paradèrent parader VER 1.48 3.58 0.00 0.07 ind:pas:3p; -paradé parader VER m s 1.48 3.58 0.01 0.14 par:pas; -paradée parader VER f s 1.48 3.58 0.01 0.00 par:pas; -parafer parafer VER 0.01 0.00 0.01 0.00 inf; -paraffine paraffine NOM f s 0.22 0.68 0.22 0.68 -paraffiné paraffiné ADJ m s 0.01 0.27 0.00 0.20 -paraffinée paraffiné ADJ f s 0.01 0.27 0.01 0.00 -paraffinés paraffiné ADJ m p 0.01 0.27 0.00 0.07 -parage parage NOM m s 5.99 5.74 0.01 0.00 -parages parage NOM m p 5.99 5.74 5.98 5.74 -paragouvernementales paragouvernemental ADJ f p 0.00 0.07 0.00 0.07 -paragraphe paragraphe NOM m s 3.58 3.65 3.21 2.57 -paragraphes paragraphe NOM m p 3.58 3.65 0.37 1.08 -paraguayen paraguayen ADJ m s 0.35 0.47 0.00 0.34 -paraguayenne paraguayen ADJ f s 0.35 0.47 0.23 0.07 -paraguayennes paraguayen ADJ f p 0.35 0.47 0.00 0.07 -paraguayens paraguayen NOM m p 0.14 0.14 0.14 0.07 -parai parer VER 30.50 19.66 0.02 0.14 ind:pas:1s; -paraient parer VER 30.50 19.66 0.00 0.34 ind:imp:3p; -parais parer VER 30.50 19.66 1.98 0.47 imp:pre:2s;ind:imp:1s;ind:imp:2s; -paraissaient paraître VER 122.14 448.11 0.73 26.96 ind:imp:3p; -paraissais paraître VER 122.14 448.11 0.46 0.61 ind:imp:1s;ind:imp:2s; -paraissait paraître VER 122.14 448.11 4.63 118.31 ind:imp:3s; -paraissant paraître VER 122.14 448.11 0.41 3.51 par:pre; -paraisse paraître VER 122.14 448.11 1.45 2.84 sub:pre:1s;sub:pre:3s; -paraissent paraître VER 122.14 448.11 2.88 13.04 ind:pre:3p; -paraissez paraître VER 122.14 448.11 2.30 0.68 imp:pre:2p;ind:pre:2p; -paraissiez paraître VER 122.14 448.11 0.03 0.41 ind:imp:2p; -paraissions paraître VER 122.14 448.11 0.02 0.14 ind:imp:1p; -paraissons paraître VER 122.14 448.11 0.04 0.27 imp:pre:1p;ind:pre:1p; -parait parer VER 30.50 19.66 12.53 2.09 ind:imp:3s; -parallaxe parallaxe NOM f s 0.03 0.07 0.02 0.00 -parallaxes parallaxe NOM f p 0.03 0.07 0.01 0.07 -parallèle parallèle ADJ s 2.79 13.11 1.36 3.51 -parallèlement parallèlement ADV 0.20 3.45 0.20 3.45 -parallèles parallèle ADJ p 2.79 13.11 1.42 9.59 -parallélisme parallélisme NOM m s 0.20 0.41 0.20 0.41 -paralléliste paralléliste ADJ s 0.01 0.00 0.01 0.00 -parallélogramme parallélogramme NOM m s 0.00 0.07 0.00 0.07 -parallélépipède parallélépipède NOM m s 0.00 0.54 0.00 0.20 -parallélépipèdes parallélépipède NOM m p 0.00 0.54 0.00 0.34 -parallélépipédique parallélépipédique ADJ s 0.00 0.20 0.00 0.20 -paralogismes paralogisme NOM m p 0.00 0.07 0.00 0.07 -paralympiques paralympique NOM m p 0.10 0.00 0.10 0.00 -paralysa paralyser VER 7.84 13.99 0.05 0.20 ind:pas:3s; -paralysaient paralyser VER 7.84 13.99 0.01 0.47 ind:imp:3p; -paralysais paralyser VER 7.84 13.99 0.00 0.07 ind:imp:1s; -paralysait paralyser VER 7.84 13.99 0.03 2.16 ind:imp:3s; -paralysant paralysant ADJ m s 0.86 1.01 0.52 0.41 -paralysante paralysant ADJ f s 0.86 1.01 0.17 0.54 -paralysantes paralysant ADJ f p 0.86 1.01 0.11 0.07 -paralysants paralysant ADJ m p 0.86 1.01 0.06 0.00 -paralyse paralyser VER 7.84 13.99 0.72 2.09 imp:pre:2s;ind:pre:1s;ind:pre:3s; -paralysent paralyser VER 7.84 13.99 0.07 0.47 ind:pre:3p; -paralyser paralyser VER 7.84 13.99 0.69 1.08 inf; -paralysera paralyser VER 7.84 13.99 0.15 0.07 ind:fut:3s; -paralyserait paralyser VER 7.84 13.99 0.19 0.00 cnd:pre:3s; -paralyserez paralyser VER 7.84 13.99 0.01 0.00 ind:fut:2p; -paralysie paralysie NOM f s 2.61 4.32 2.60 4.19 -paralysies paralysie NOM f p 2.61 4.32 0.01 0.14 -paralysât paralyser VER 7.84 13.99 0.00 0.14 sub:imp:3s; -paralysèrent paralyser VER 7.84 13.99 0.00 0.14 ind:pas:3p; -paralysé paralyser VER m s 7.84 13.99 3.69 4.12 par:pas; -paralysée paralyser VER f s 7.84 13.99 1.71 1.96 par:pas; -paralysées paralyser VER f p 7.84 13.99 0.18 0.14 par:pas; -paralysés paralyser VER m p 7.84 13.99 0.27 0.68 par:pas; -paralytique paralytique ADJ s 0.84 1.76 0.82 1.35 -paralytiques paralytique ADJ m p 0.84 1.76 0.02 0.41 -paramagnétique paramagnétique ADJ s 0.01 0.00 0.01 0.00 -paramilitaire paramilitaire ADJ s 0.30 1.01 0.12 0.27 -paramilitaires paramilitaire ADJ p 0.30 1.01 0.18 0.74 -paramnésie paramnésie NOM f s 0.01 0.14 0.01 0.14 -paramètre paramètre NOM m s 1.50 0.41 0.07 0.00 -paramètres paramètre NOM m p 1.50 0.41 1.43 0.41 -paramédical paramédical ADJ m s 0.37 0.14 0.30 0.14 -paramédicale paramédical ADJ f s 0.37 0.14 0.03 0.00 -paramédicaux paramédical ADJ m p 0.37 0.14 0.04 0.00 -paramétrique paramétrique ADJ f s 0.01 0.00 0.01 0.00 -parangon parangon NOM m s 0.13 1.22 0.12 1.08 -parangonnages parangonnage NOM m p 0.00 0.07 0.00 0.07 -parangons parangon NOM m p 0.13 1.22 0.01 0.14 -parano parano ADJ s 4.23 0.47 3.98 0.47 -paranoïa paranoïa NOM f s 2.03 1.15 2.03 1.15 -paranoïaque paranoïaque ADJ s 3.33 0.54 2.97 0.41 -paranoïaques paranoïaque ADJ p 3.33 0.54 0.35 0.14 -paranoïde paranoïde ADJ s 0.09 0.27 0.09 0.27 -paranormal paranormal NOM m s 0.61 0.07 0.61 0.07 -paranormale paranormal ADJ f s 2.04 0.07 1.02 0.07 -paranormales paranormal ADJ f p 2.04 0.07 0.14 0.00 -paranormaux paranormal ADJ m p 2.04 0.07 0.57 0.00 -paranos parano ADJ f p 4.23 0.47 0.25 0.00 -parant parer VER 30.50 19.66 0.01 1.28 par:pre; -paranéoplasique paranéoplasique ADJ m s 0.07 0.00 0.07 0.00 -parapente parapente NOM m s 0.31 0.00 0.31 0.00 -parapet parapet NOM m s 0.88 12.91 0.73 10.88 -parapets parapet NOM m p 0.88 12.91 0.16 2.03 -paraphait parapher VER 0.64 0.74 0.00 0.07 ind:imp:3s; -paraphant parapher VER 0.64 0.74 0.00 0.14 par:pre; -parapharmacie parapharmacie NOM f s 0.03 0.07 0.03 0.07 -paraphe paraphe NOM m s 0.10 1.55 0.10 1.01 -parapher parapher VER 0.64 0.74 0.06 0.00 inf; -paraphes parapher VER 0.64 0.74 0.02 0.00 ind:pre:2s; -parapheurs parapheur NOM m p 0.00 0.07 0.00 0.07 -paraphez parapher VER 0.64 0.74 0.24 0.00 imp:pre:2p;ind:pre:2p; -paraphrasa paraphraser VER 0.24 0.41 0.00 0.07 ind:pas:3s; -paraphrasait paraphraser VER 0.24 0.41 0.00 0.14 ind:imp:3s; -paraphrasant paraphraser VER 0.24 0.41 0.01 0.00 par:pre; -paraphrase paraphrase NOM f s 0.12 0.34 0.12 0.27 -paraphraser paraphraser VER 0.24 0.41 0.13 0.14 inf; -paraphrases paraphraser VER 0.24 0.41 0.01 0.00 ind:pre:2s; -paraphrasé paraphraser VER m s 0.24 0.41 0.00 0.07 par:pas; -paraphé parapher VER m s 0.64 0.74 0.25 0.34 par:pas; -paraphée parapher VER f s 0.64 0.74 0.03 0.07 par:pas; -paraphés parapher VER m p 0.64 0.74 0.02 0.07 par:pas; -paraplégique paraplégique ADJ s 0.29 0.14 0.25 0.07 -paraplégiques paraplégique ADJ m p 0.29 0.14 0.04 0.07 -parapluie parapluie NOM m s 7.38 16.28 6.37 12.50 -parapluies parapluie NOM m p 7.38 16.28 1.01 3.78 -parapsychique parapsychique ADJ s 0.04 0.00 0.04 0.00 -parapsychologie parapsychologie NOM f s 0.61 0.14 0.61 0.14 -parapsychologique parapsychologique ADJ s 0.03 0.07 0.02 0.00 -parapsychologiques parapsychologique ADJ m p 0.03 0.07 0.01 0.07 -parapsychologue parapsychologue NOM s 0.09 0.00 0.06 0.00 -parapsychologues parapsychologue NOM p 0.09 0.00 0.03 0.00 -parareligieuse parareligieux ADJ f s 0.10 0.00 0.10 0.00 -paras para NOM m p 3.23 1.49 0.90 0.61 -parascolaire parascolaire ADJ m s 0.04 0.07 0.00 0.07 -parascolaires parascolaire ADJ p 0.04 0.07 0.04 0.00 -parascève parascève NOM f s 0.00 0.47 0.00 0.47 -parasitaire parasitaire ADJ s 0.25 0.81 0.23 0.61 -parasitaires parasitaire ADJ p 0.25 0.81 0.03 0.20 -parasitait parasiter VER 0.39 0.27 0.00 0.07 ind:imp:3s; -parasite parasite NOM m s 8.72 4.53 4.66 1.22 -parasitent parasiter VER 0.39 0.27 0.12 0.00 ind:pre:3p; -parasiter parasiter VER 0.39 0.27 0.07 0.07 inf; -parasites parasite NOM m p 8.72 4.53 4.06 3.31 -parasiticide parasiticide ADJ m s 0.10 0.00 0.10 0.00 -parasitisme parasitisme NOM m s 0.01 0.74 0.01 0.74 -parasitologie parasitologie NOM f s 0.00 0.07 0.00 0.07 -parasitose parasitose NOM f s 0.01 0.00 0.01 0.00 -parasité parasiter VER m s 0.39 0.27 0.05 0.07 par:pas; -parasitée parasiter VER f s 0.39 0.27 0.01 0.07 par:pas; -parasités parasiter VER m p 0.39 0.27 0.06 0.00 par:pas; -parasol parasol NOM m s 0.80 6.69 0.72 3.72 -parasols parasol NOM m p 0.80 6.69 0.08 2.97 -parathyroïdienne parathyroïdien ADJ f s 0.01 0.00 0.01 0.00 -paratonnerre paratonnerre NOM m s 0.55 0.61 0.41 0.41 -paratonnerres paratonnerre NOM m p 0.55 0.61 0.14 0.20 -paravent paravent NOM m s 1.77 4.32 1.51 3.85 -paravents paravent NOM m p 1.77 4.32 0.26 0.47 -parbleu parbleu ONO 1.54 1.96 1.54 1.96 -parc parc NOM m s 32.85 43.99 31.02 38.72 -parcage parcage NOM m s 0.00 0.07 0.00 0.07 -parce_qu parce_qu CON 4.13 2.36 4.13 2.36 -parce_que parce_que CON 548.52 327.43 548.52 327.43 -parce parce ADV 3.49 0.95 3.49 0.95 -parcellaire parcellaire ADJ s 0.00 0.34 0.00 0.34 -parcelle parcelle NOM f s 2.73 11.15 1.99 7.09 -parcelles parcelle NOM f p 2.73 11.15 0.74 4.05 -parchemin parchemin NOM m s 3.61 4.80 3.47 3.85 -parchemineuse parchemineux ADJ f s 0.00 0.07 0.00 0.07 -parchemins parchemin NOM m p 3.61 4.80 0.14 0.95 -parcheminé parcheminé ADJ m s 0.04 1.49 0.03 0.47 -parcheminée parcheminé ADJ f s 0.04 1.49 0.01 0.47 -parcheminées parcheminé ADJ f p 0.04 1.49 0.00 0.34 -parcheminés parcheminé ADJ m p 0.04 1.49 0.00 0.20 -parcimonie parcimonie NOM f s 0.22 0.95 0.22 0.95 -parcimonieuse parcimonieux ADJ f s 0.00 1.55 0.00 0.61 -parcimonieusement parcimonieusement ADV 0.00 0.88 0.00 0.88 -parcimonieuses parcimonieux ADJ f p 0.00 1.55 0.00 0.07 -parcimonieux parcimonieux ADJ m 0.00 1.55 0.00 0.88 -parcmètre parcmètre NOM m s 0.38 0.00 0.22 0.00 -parcmètres parcmètre NOM m p 0.38 0.00 0.16 0.00 -parcomètre parcomètre NOM m s 0.01 0.00 0.01 0.00 -parcourûmes parcourir VER 15.46 61.82 0.00 0.47 ind:pas:1p; -parcouraient parcourir VER 15.46 61.82 0.16 1.89 ind:imp:3p; -parcourais parcourir VER 15.46 61.82 0.32 1.22 ind:imp:1s; -parcourait parcourir VER 15.46 61.82 0.47 6.28 ind:imp:3s; -parcourant parcourir VER 15.46 61.82 0.50 4.12 par:pre; -parcoure parcourir VER 15.46 61.82 0.06 0.07 sub:pre:1s;sub:pre:3s; -parcourent parcourir VER 15.46 61.82 0.57 1.15 ind:pre:3p; -parcourez parcourir VER 15.46 61.82 0.22 0.07 imp:pre:2p;ind:pre:2p; -parcouriez parcourir VER 15.46 61.82 0.05 0.07 ind:imp:2p; -parcourions parcourir VER 15.46 61.82 0.16 0.14 ind:imp:1p; -parcourir parcourir VER 15.46 61.82 3.50 13.65 inf; -parcourons parcourir VER 15.46 61.82 0.11 0.20 imp:pre:1p;ind:pre:1p; -parcourra parcourir VER 15.46 61.82 0.02 0.00 ind:fut:3s; -parcourrai parcourir VER 15.46 61.82 0.04 0.07 ind:fut:1s; -parcourraient parcourir VER 15.46 61.82 0.01 0.00 cnd:pre:3p; -parcourrais parcourir VER 15.46 61.82 0.02 0.00 cnd:pre:1s;cnd:pre:2s; -parcourrait parcourir VER 15.46 61.82 0.01 0.14 cnd:pre:3s; -parcourrez parcourir VER 15.46 61.82 0.00 0.14 ind:fut:2p; -parcourrions parcourir VER 15.46 61.82 0.10 0.00 cnd:pre:1p; -parcourront parcourir VER 15.46 61.82 0.01 0.00 ind:fut:3p; -parcours parcours NOM m 7.42 17.64 7.42 17.64 -parcourt parcourir VER 15.46 61.82 2.30 4.59 ind:pre:3s; -parcouru parcourir VER m s 15.46 61.82 4.74 11.08 par:pas; -parcourue parcourir VER f s 15.46 61.82 0.38 2.97 par:pas; -parcourues parcourir VER f p 15.46 61.82 0.03 1.42 par:pas; -parcoururent parcourir VER 15.46 61.82 0.02 1.55 ind:pas:3p; -parcourus parcourir VER m p 15.46 61.82 0.20 2.77 ind:pas:1s;par:pas; -parcourut parcourir VER 15.46 61.82 0.15 6.49 ind:pas:3s; -parcs parc NOM m p 32.85 43.99 1.84 5.27 -pardessus pardessus NOM m 1.43 9.05 1.43 9.05 -pardi pardi ONO 2.66 6.22 2.66 6.22 -pardieu pardieu ONO 0.54 0.20 0.54 0.20 -pardingue pardingue NOM m s 0.00 0.07 0.00 0.07 -pardon pardon ONO 209.13 18.04 209.13 18.04 -pardonna pardonner VER 139.45 44.59 0.04 0.54 ind:pas:3s; -pardonnable pardonnable ADJ m s 0.03 0.20 0.03 0.20 -pardonnaient pardonner VER 139.45 44.59 0.00 0.68 ind:imp:3p; -pardonnais pardonner VER 139.45 44.59 0.07 0.07 ind:imp:1s;ind:imp:2s; -pardonnait pardonner VER 139.45 44.59 0.33 2.64 ind:imp:3s; -pardonnant pardonner VER 139.45 44.59 0.05 0.20 par:pre; -pardonne pardonner VER 139.45 44.59 53.11 12.30 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:1s; -pardonnent pardonner VER 139.45 44.59 1.09 0.81 ind:pre:3p; -pardonner pardonner VER 139.45 44.59 21.71 11.49 inf;; -pardonnera pardonner VER 139.45 44.59 3.72 0.74 ind:fut:3s; -pardonnerai pardonner VER 139.45 44.59 4.58 0.81 ind:fut:1s; -pardonneraient pardonner VER 139.45 44.59 0.13 0.07 cnd:pre:3p; -pardonnerais pardonner VER 139.45 44.59 1.02 0.20 cnd:pre:1s;cnd:pre:2s; -pardonnerait pardonner VER 139.45 44.59 0.55 1.08 cnd:pre:3s; -pardonneras pardonner VER 139.45 44.59 1.45 0.14 ind:fut:2s; -pardonnerez pardonner VER 139.45 44.59 0.66 0.81 ind:fut:2p; -pardonneriez pardonner VER 139.45 44.59 0.04 0.00 cnd:pre:2p; -pardonnerons pardonner VER 139.45 44.59 0.02 0.07 ind:fut:1p; -pardonneront pardonner VER 139.45 44.59 0.63 0.27 ind:fut:3p; -pardonnes pardonner VER 139.45 44.59 4.41 0.54 ind:pre:2s;sub:pre:2s; -pardonnez pardonner VER 139.45 44.59 34.31 5.74 imp:pre:2p;ind:pre:2p; -pardonniez pardonner VER 139.45 44.59 0.16 0.07 ind:imp:2p; -pardonnions pardonner VER 139.45 44.59 0.02 0.20 ind:imp:1p; -pardonnons pardonner VER 139.45 44.59 1.02 0.07 imp:pre:1p;ind:pre:1p; -pardonnât pardonner VER 139.45 44.59 0.00 0.07 sub:imp:3s; -pardonnèrent pardonner VER 139.45 44.59 0.02 0.07 ind:pas:3p; -pardonné pardonner VER m s 139.45 44.59 8.31 4.32 par:pas; -pardonnée pardonner VER f s 139.45 44.59 1.18 0.27 par:pas; -pardonnées pardonner VER f p 139.45 44.59 0.02 0.07 par:pas; -pardonnés pardonner VER m p 139.45 44.59 0.80 0.27 par:pas; -pardons pardon NOM m p 55.62 26.89 0.92 0.81 -pare_balle pare_balle ADJ s 0.13 0.00 0.13 0.00 -pare_balles pare_balles ADJ 1.92 0.34 1.92 0.34 -pare_boue pare_boue NOM m 0.04 0.00 0.04 0.00 -pare_brise pare_brise NOM m 4.12 7.16 4.08 7.16 -pare_brise pare_brise NOM m p 4.12 7.16 0.04 0.00 -pare_chocs pare_chocs NOM m 1.85 1.82 1.85 1.82 -pare_feu pare_feu NOM m 0.24 0.07 0.24 0.07 -pare_feux pare_feux NOM m p 0.05 0.00 0.05 0.00 -pare_soleil pare_soleil NOM m 0.26 0.54 0.26 0.54 -pare_éclats pare_éclats NOM m 0.00 0.07 0.00 0.07 -pare_étincelles pare_étincelles NOM m 0.00 0.07 0.00 0.07 -pare parer VER 30.50 19.66 1.64 1.69 imp:pre:2s;ind:pre:1s;ind:pre:3s; -pareil pareil ADJ m s 133.45 149.66 95.18 70.47 -pareille pareil ADJ f s 133.45 149.66 21.01 41.22 -pareillement pareillement ADV 1.57 3.72 1.57 3.72 -pareilles pareil ADJ f p 133.45 149.66 6.97 16.82 -pareils pareil ADJ m p 133.45 149.66 10.29 21.15 -parement parement NOM m s 0.03 1.76 0.03 0.00 -parements parement NOM m p 0.03 1.76 0.00 1.76 -parenchyme parenchyme NOM m s 0.01 0.00 0.01 0.00 -parent parent NOM m s 188.38 146.35 10.03 4.53 -parentage parentage NOM m s 0.00 0.07 0.00 0.07 -parental parental ADJ m s 1.65 0.81 0.50 0.07 -parentale parental ADJ f s 1.65 0.81 0.72 0.61 -parentales parental ADJ f p 1.65 0.81 0.10 0.07 -parentaux parental ADJ m p 1.65 0.81 0.32 0.07 -parente parent NOM f s 188.38 146.35 1.12 2.30 -parentes parent NOM f p 188.38 146.35 0.20 0.81 -parenthèse parenthèse NOM f s 1.80 9.32 1.00 5.47 -parenthèses parenthèse NOM f p 1.80 9.32 0.80 3.85 -parents parent NOM m p 188.38 146.35 177.04 138.72 -parentèle parentèle NOM f s 0.11 0.34 0.11 0.27 -parentèles parentèle NOM f p 0.11 0.34 0.00 0.07 -parenté parenté NOM f s 1.42 6.42 1.42 5.68 -parentés parenté NOM f p 1.42 6.42 0.00 0.74 -parer parer VER 30.50 19.66 0.69 5.14 inf; -parerai parer VER 30.50 19.66 0.00 0.07 ind:fut:1s; -parerait parer VER 30.50 19.66 0.00 0.07 cnd:pre:3s; -paressaient paresser VER 0.42 0.95 0.00 0.07 ind:imp:3p; -paressais paresser VER 0.42 0.95 0.02 0.07 ind:imp:1s;ind:imp:2s; -paressait paresser VER 0.42 0.95 0.00 0.20 ind:imp:3s; -paressant paresser VER 0.42 0.95 0.01 0.07 par:pre; -paresse paresse NOM f s 2.65 12.43 2.54 11.89 -paresser paresser VER 0.42 0.95 0.25 0.34 inf; -paresses paresse NOM f p 2.65 12.43 0.10 0.54 -paresseuse paresseux ADJ f s 5.46 10.34 2.08 3.65 -paresseusement paresseusement ADV 0.01 2.97 0.01 2.97 -paresseuses paresseux ADJ f p 5.46 10.34 0.20 0.41 -paresseux paresseux ADJ m 5.46 10.34 3.19 6.28 -paressions paresser VER 0.42 0.95 0.10 0.07 ind:imp:1p; -paressé paresser VER m s 0.42 0.95 0.02 0.14 par:pas; -paresthésie paresthésie NOM f s 0.05 0.00 0.05 0.00 -pareur pareur NOM m s 0.01 0.00 0.01 0.00 -parez parer VER 30.50 19.66 1.44 0.14 imp:pre:2p;ind:pre:2p; -parfaire parfaire VER 60.06 19.86 0.58 2.64 inf; -parfais parfaire VER 60.06 19.86 0.09 0.00 imp:pre:2s;ind:pre:1s; -parfaisais parfaire VER 60.06 19.86 0.00 0.07 ind:imp:1s; -parfaisait parfaire VER 60.06 19.86 0.00 0.07 ind:imp:3s; -parfait parfaire VER m s 60.06 19.86 45.92 11.89 ind:pre:3s;par:pas; -parfaite parfait ADJ f s 58.77 43.45 19.32 18.45 -parfaitement parfaitement ADV 45.48 71.08 45.48 71.08 -parfaites parfait ADJ f p 58.77 43.45 1.52 2.03 -parfaits parfait ADJ m p 58.77 43.45 2.36 2.30 -parferont parfaire VER 60.06 19.86 0.00 0.07 ind:fut:3p; -parfit parfaire VER 60.06 19.86 0.00 0.07 ind:pas:3s; -parfois parfois ADV 152.86 287.36 152.86 287.36 -parfum parfum NOM m s 30.00 65.74 24.44 52.36 -parfuma parfumer VER 1.89 10.27 0.00 0.41 ind:pas:3s; -parfumaient parfumer VER 1.89 10.27 0.00 0.07 ind:imp:3p; -parfumait parfumer VER 1.89 10.27 0.01 1.22 ind:imp:3s; -parfume parfumer VER 1.89 10.27 0.14 0.81 imp:pre:2s;ind:pre:1s;ind:pre:3s; -parfument parfumer VER 1.89 10.27 0.06 0.41 ind:pre:3p; -parfumer parfumer VER 1.89 10.27 0.27 0.95 inf; -parfumera parfumer VER 1.89 10.27 0.00 0.07 ind:fut:3s; -parfumerie parfumerie NOM f s 0.47 1.42 0.47 1.22 -parfumeries parfumerie NOM f p 0.47 1.42 0.00 0.20 -parfumeur parfumeur NOM m s 0.13 1.15 0.12 0.47 -parfumeurs parfumeur NOM m p 0.13 1.15 0.00 0.41 -parfumeuse parfumeur NOM f s 0.13 1.15 0.01 0.27 -parfumez parfumer VER 1.89 10.27 0.11 0.00 imp:pre:2p;ind:pre:2p; -parfums parfum NOM m p 30.00 65.74 5.55 13.38 -parfumé parfumé ADJ m s 2.24 10.20 0.64 3.99 -parfumée parfumé ADJ f s 2.24 10.20 1.12 3.51 -parfumées parfumé ADJ f p 2.24 10.20 0.23 1.89 -parfumés parfumé ADJ m p 2.24 10.20 0.25 0.81 -pari pari NOM m s 26.61 12.57 13.93 4.59 -paria paria NOM m s 1.12 2.09 0.82 1.35 -pariade pariade NOM f s 0.01 0.14 0.01 0.14 -pariaient parier VER 81.96 15.61 0.15 0.20 ind:imp:3p; -pariais parier VER 81.96 15.61 0.25 0.07 ind:imp:1s;ind:imp:2s; -pariait parier VER 81.96 15.61 0.48 0.27 ind:imp:3s; -pariant parier VER 81.96 15.61 0.52 0.07 par:pre; -parias paria NOM m p 1.12 2.09 0.29 0.74 -parie parier VER 81.96 15.61 52.59 8.58 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:1s; -parient parier VER 81.96 15.61 0.33 0.00 ind:pre:3p; -parier parier VER 81.96 15.61 9.93 2.70 ind:pre:2p;inf; -parierai parier VER 81.96 15.61 0.51 0.07 ind:fut:1s; -parierais parier VER 81.96 15.61 1.81 1.01 cnd:pre:1s;cnd:pre:2s; -parierait parier VER 81.96 15.61 0.02 0.14 cnd:pre:3s; -parieriez parier VER 81.96 15.61 0.05 0.00 cnd:pre:2p; -paries parier VER 81.96 15.61 3.61 0.54 ind:pre:2s; -parieur parieur NOM m s 0.81 0.54 0.39 0.07 -parieurs parieur NOM m p 0.81 0.54 0.41 0.47 -parieuse parieur NOM f s 0.81 0.54 0.01 0.00 -pariez parier VER 81.96 15.61 1.69 0.14 imp:pre:2p;ind:pre:2p; -parigot parigot ADJ m s 0.40 1.22 0.27 0.81 -parigote parigot NOM f s 0.00 1.01 0.00 0.20 -parigotes parigot ADJ f p 0.40 1.22 0.00 0.14 -parigots parigot ADJ m p 0.40 1.22 0.14 0.14 -parions parier VER 81.96 15.61 0.38 0.20 imp:pre:1p;ind:imp:1p;ind:pre:1p; -paris_brest paris_brest NOM m 0.19 0.20 0.19 0.20 -paris pari NOM m p 26.61 12.57 12.68 7.97 -parisien parisien ADJ m s 2.73 30.61 0.94 12.09 -parisienne parisien ADJ f s 2.73 30.61 1.11 10.07 -parisiennes parisien ADJ f p 2.73 30.61 0.16 2.30 -parisiens parisien NOM m p 2.20 9.12 1.36 6.49 -paritaire paritaire ADJ s 0.00 0.07 0.00 0.07 -parité parité NOM f s 0.31 0.14 0.31 0.14 -parié parier VER m s 81.96 15.61 9.61 1.42 par:pas; -pariétal pariétal ADJ m s 0.26 0.20 0.20 0.14 -pariétale pariétal ADJ f s 0.26 0.20 0.04 0.07 -pariétaux pariétal ADJ m p 0.26 0.20 0.02 0.00 -parjurant parjurer VER 0.79 0.47 0.00 0.07 par:pre; -parjure parjure NOM m s 1.35 0.74 1.16 0.68 -parjurer parjurer VER 0.79 0.47 0.14 0.34 ind:pre:2p;inf; -parjurera parjurer VER 0.79 0.47 0.01 0.00 ind:fut:3s; -parjures parjure NOM m p 1.35 0.74 0.19 0.07 -parjuré parjurer VER m s 0.79 0.47 0.21 0.00 par:pas; -parjurée parjurer VER f s 0.79 0.47 0.03 0.00 par:pas; -parka parka NOM m s 0.28 0.41 0.28 0.41 -parking parking NOM m s 18.23 9.86 17.38 8.65 -parkings parking NOM m p 18.23 9.86 0.84 1.22 -parkinson parkinson NOM m 0.03 0.07 0.03 0.07 -parkinsonien parkinsonien ADJ m s 0.07 0.14 0.04 0.07 -parkinsonienne parkinsonien ADJ f s 0.07 0.14 0.00 0.07 -parkinsoniens parkinsonien ADJ m p 0.07 0.14 0.03 0.00 -parla parler VER 1970.58 1086.01 2.71 38.99 ind:pas:3s; -parlai parler VER 1970.58 1086.01 0.59 3.78 ind:pas:1s; -parlaient parler VER 1970.58 1086.01 5.94 40.27 ind:imp:3p; -parlais parler VER 1970.58 1086.01 32.98 19.53 ind:imp:1s;ind:imp:2s; -parlait parler VER 1970.58 1086.01 44.37 157.09 ind:imp:3s; -parlant parler VER 1970.58 1086.01 15.70 36.15 par:pre; -parlante parlant ADJ f s 5.62 5.47 1.01 0.68 -parlantes parlant ADJ f p 5.62 5.47 0.46 0.14 -parlants parlant ADJ m p 5.62 5.47 0.12 0.34 -parlas parler VER 1970.58 1086.01 0.01 0.07 ind:pas:2s; -parlassent parler VER 1970.58 1086.01 0.00 0.20 sub:imp:3p; -parlasses parler VER 1970.58 1086.01 0.00 0.07 sub:imp:2s; -parle parler VER 1970.58 1086.01 451.68 168.78 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:1s;sub:pre:3s; -parlement parlement NOM m s 4.71 5.68 4.71 5.54 -parlementaire parlementaire ADJ s 0.77 3.72 0.72 2.70 -parlementaires parlementaire NOM p 0.27 2.91 0.16 2.70 -parlementait parlementer VER 0.82 1.69 0.00 0.34 ind:imp:3s; -parlementant parlementer VER 0.82 1.69 0.00 0.07 par:pre; -parlementarisme parlementarisme NOM m s 0.00 0.20 0.00 0.20 -parlementariste parlementariste ADJ s 0.00 0.07 0.00 0.07 -parlemente parlementer VER 0.82 1.69 0.15 0.27 ind:pre:1s;ind:pre:3s; -parlementent parlementer VER 0.82 1.69 0.01 0.14 ind:pre:3p; -parlementer parlementer VER 0.82 1.69 0.61 0.74 inf; -parlementons parlementer VER 0.82 1.69 0.01 0.07 imp:pre:1p;ind:pre:1p; -parlements parlement NOM m p 4.71 5.68 0.00 0.14 -parlementèrent parlementer VER 0.82 1.69 0.00 0.07 ind:pas:3p; -parlementé parlementer VER m s 0.82 1.69 0.04 0.00 par:pas; -parlent parler VER 1970.58 1086.01 32.08 29.39 ind:pre:3p;sub:pre:3p; -parler parler VER 1970.58 1086.01 728.02 341.82 inf;;inf;;inf;;inf;; -parlera parler VER 1970.58 1086.01 23.70 6.22 ind:fut:3s; -parlerai parler VER 1970.58 1086.01 22.47 8.24 ind:fut:1s; -parleraient parler VER 1970.58 1086.01 0.14 1.42 cnd:pre:3p; -parlerais parler VER 1970.58 1086.01 3.96 2.03 cnd:pre:1s;cnd:pre:2s; -parlerait parler VER 1970.58 1086.01 3.17 6.49 cnd:pre:3s; -parleras parler VER 1970.58 1086.01 3.89 1.28 ind:fut:2s; -parlerez parler VER 1970.58 1086.01 2.71 0.47 ind:fut:2p; -parlerie parlerie NOM f s 0.00 0.07 0.00 0.07 -parleriez parler VER 1970.58 1086.01 0.50 0.14 cnd:pre:2p; -parlerions parler VER 1970.58 1086.01 0.26 0.47 cnd:pre:1p; -parlerons parler VER 1970.58 1086.01 6.53 2.03 ind:fut:1p; -parleront parler VER 1970.58 1086.01 1.75 1.22 ind:fut:3p; -parlers parler NOM m p 11.58 9.05 0.00 0.14 -parles parler VER 1970.58 1086.01 152.20 35.34 ind:pre:2s;sub:pre:2s; -parleur parleur NOM m s 1.36 2.03 1.20 1.76 -parleurs parleur NOM m p 1.36 2.03 0.16 0.20 -parleuse parleur NOM f s 1.36 2.03 0.00 0.07 -parlez parler VER 1970.58 1086.01 120.79 22.03 imp:pre:2p;ind:pre:2p; -parliez parler VER 1970.58 1086.01 10.93 3.11 ind:imp:2p;sub:pre:2p; -parlions parler VER 1970.58 1086.01 6.69 12.16 ind:imp:1p; -parloir parloir NOM m s 2.64 4.39 2.64 4.19 -parloirs parloir NOM m p 2.64 4.39 0.00 0.20 -parlâmes parler VER 1970.58 1086.01 0.02 1.55 ind:pas:1p; -parlons parler VER 1970.58 1086.01 46.28 16.22 imp:pre:1p;ind:pre:1p; -parlophone parlophone NOM s 0.00 0.34 0.00 0.34 -parlât parler VER 1970.58 1086.01 0.10 3.11 sub:imp:3s; -parlotaient parloter VER 0.00 0.14 0.00 0.07 ind:imp:3p; -parlote parlote NOM f s 0.27 1.35 0.24 0.27 -parloter parloter VER 0.00 0.14 0.00 0.07 inf; -parlotes parlote NOM f p 0.27 1.35 0.03 1.08 -parlotte parlotte NOM f s 0.19 0.47 0.16 0.14 -parlottes parlotte NOM f p 0.19 0.47 0.04 0.34 -parlèrent parler VER 1970.58 1086.01 0.08 7.77 ind:pas:3p; -parlé parler VER m s 1970.58 1086.01 248.94 118.04 par:pas;par:pas;par:pas;par:pas; -parlée parler VER f s 1970.58 1086.01 0.39 0.27 par:pas; -parlées parler VER f p 1970.58 1086.01 0.30 0.07 par:pas; -parlés parler VER m p 1970.58 1086.01 0.65 0.20 par:pas; -parme parme ADJ 0.01 0.81 0.01 0.81 -parmentier parmentier NOM m s 0.04 0.27 0.04 0.27 -parmentures parmenture NOM f p 0.00 0.07 0.00 0.07 -parmesan parmesan NOM m s 0.66 0.54 0.66 0.47 -parmesane parmesan ADJ f s 0.18 0.20 0.01 0.07 -parmesans parmesan NOM m p 0.66 0.54 0.00 0.07 -parmi parmi PRE 69.17 171.96 69.17 171.96 -parmélies parmélie NOM f p 0.00 0.20 0.00 0.20 -parménidien parménidien ADJ m s 0.00 0.07 0.00 0.07 -parnassienne parnassien ADJ f s 0.00 0.14 0.00 0.14 -parodiai parodier VER 0.21 1.55 0.00 0.14 ind:pas:1s; -parodiait parodier VER 0.21 1.55 0.00 0.20 ind:imp:3s; -parodiant parodier VER 0.21 1.55 0.04 0.34 par:pre; -parodie parodie NOM f s 1.13 2.43 1.09 2.16 -parodier parodier VER 0.21 1.55 0.01 0.61 inf; -parodies parodie NOM f p 1.13 2.43 0.05 0.27 -parodique parodique ADJ s 0.06 1.08 0.05 0.95 -parodiquement parodiquement ADV 0.00 0.14 0.00 0.14 -parodiques parodique ADJ m p 0.06 1.08 0.01 0.14 -parodontal parodontal ADJ m s 0.02 0.00 0.01 0.00 -parodontale parodontal ADJ f s 0.02 0.00 0.01 0.00 -paroi paroi NOM f s 4.88 30.00 3.01 16.01 -paroir paroir NOM m s 0.00 0.14 0.00 0.07 -paroirs paroir NOM m p 0.00 0.14 0.00 0.07 -parois paroi NOM f p 4.88 30.00 1.87 13.99 -paroisse paroisse NOM f s 5.75 6.62 5.42 5.88 -paroisses paroisse NOM f p 5.75 6.62 0.33 0.74 -paroissial paroissial ADJ m s 0.67 1.35 0.24 0.27 -paroissiale paroissial ADJ f s 0.67 1.35 0.38 0.61 -paroissiales paroissial ADJ f p 0.67 1.35 0.00 0.20 -paroissiaux paroissial ADJ m p 0.67 1.35 0.04 0.27 -paroissien paroissien NOM m s 1.06 1.76 0.10 0.14 -paroissienne paroissien NOM f s 1.06 1.76 0.02 0.00 -paroissiennes paroissienne NOM f p 0.04 0.00 0.04 0.00 -paroissiens paroissien NOM m p 1.06 1.76 0.94 1.42 -parole parole NOM f s 103.48 178.31 71.07 81.82 -paroles parole NOM f p 103.48 178.31 32.41 96.49 -paroli paroli NOM m s 0.00 0.07 0.00 0.07 -parolier parolier NOM m s 0.07 0.07 0.06 0.07 -parolière parolier NOM f s 0.07 0.07 0.01 0.00 -paronomasie paronomasie NOM f s 0.00 0.07 0.00 0.07 -paros paros NOM m 0.27 1.08 0.27 1.08 -parotidienne parotidien ADJ f s 0.01 0.00 0.01 0.00 -parâtre parâtre NOM m s 0.02 0.00 0.02 0.00 -parousie parousie NOM f s 0.00 0.27 0.00 0.27 -paroxysme paroxysme NOM m s 0.27 3.24 0.27 3.18 -paroxysmes paroxysme NOM m p 0.27 3.24 0.00 0.07 -paroxysmique paroxysmique ADJ f s 0.01 0.07 0.01 0.00 -paroxysmiques paroxysmique ADJ p 0.01 0.07 0.00 0.07 -paroxystique paroxystique ADJ s 0.01 0.20 0.01 0.14 -paroxystiques paroxystique ADJ m p 0.01 0.20 0.00 0.07 -parpaillot parpaillot NOM m s 0.00 0.27 0.00 0.14 -parpaillote parpaillot NOM f s 0.00 0.27 0.00 0.07 -parpaillotes parpaillot NOM f p 0.00 0.27 0.00 0.07 -parpaing parpaing NOM m s 0.64 1.42 0.22 0.20 -parpaings parpaing NOM m p 0.64 1.42 0.42 1.22 -parquait parquer VER 0.41 2.36 0.00 0.14 ind:imp:3s; -parque parquer VER 0.41 2.36 0.06 0.14 imp:pre:2s;ind:pre:3s; -parquent parquer VER 0.41 2.36 0.14 0.14 ind:pre:3p; -parquer parquer VER 0.41 2.36 0.09 0.20 inf; -parquet parquet NOM m s 4.43 22.43 4.12 18.51 -parquetage parquetage NOM m s 0.00 0.14 0.00 0.14 -parqueteur parqueteur NOM m s 0.00 0.14 0.00 0.07 -parqueteuse parqueteur NOM f s 0.00 0.14 0.00 0.07 -parquets parquet NOM m p 4.43 22.43 0.32 3.92 -parqueté parqueter VER m s 0.00 0.61 0.00 0.07 par:pas; -parquetée parqueter VER f s 0.00 0.61 0.00 0.47 par:pas; -parquetées parqueter VER f p 0.00 0.61 0.00 0.07 par:pas; -parquez parquer VER 0.41 2.36 0.02 0.00 imp:pre:2p; -parqué parquer VER m s 0.41 2.36 0.05 0.20 par:pas; -parquée parqué ADJ f s 0.01 0.14 0.01 0.00 -parquées parquer VER f p 0.41 2.36 0.02 0.20 par:pas; -parqués parquer VER m p 0.41 2.36 0.02 1.28 par:pas; -parr parr NOM m s 0.12 0.14 0.12 0.14 -parrain parrain NOM m s 10.37 7.64 9.76 7.50 -parrainage parrainage NOM m s 0.11 0.14 0.11 0.14 -parrainait parrainer VER 0.96 0.27 0.04 0.14 ind:imp:3s; -parrainant parrainer VER 0.96 0.27 0.01 0.07 par:pre; -parraine parrainer VER 0.96 0.27 0.24 0.00 ind:pre:1s;ind:pre:3s; -parrainent parrainer VER 0.96 0.27 0.01 0.00 ind:pre:3p; -parrainer parrainer VER 0.96 0.27 0.26 0.07 inf; -parrainerai parrainer VER 0.96 0.27 0.01 0.00 ind:fut:1s; -parraineuse parraineur NOM f s 0.00 0.07 0.00 0.07 -parrains parrain NOM m p 10.37 7.64 0.61 0.14 -parrainé parrainer VER m s 0.96 0.27 0.33 0.00 par:pas; -parrainée parrainer VER f s 0.96 0.27 0.03 0.00 par:pas; -parrainés parrainer VER m p 0.96 0.27 0.03 0.00 par:pas; -parricide parricide NOM s 0.56 0.20 0.56 0.20 -parricides parricide ADJ m p 0.01 0.14 0.00 0.14 -pars partir VER 1111.97 485.68 109.45 14.53 imp:pre:2s;ind:pre:1s;ind:pre:2s; -parsec parsec NOM m s 0.27 0.07 0.01 0.00 -parsecs parsec NOM m p 0.27 0.07 0.25 0.07 -parsemaient parsemer VER 0.35 7.36 0.00 0.68 ind:imp:3p; -parsemant parsemer VER 0.35 7.36 0.01 0.61 par:pre; -parsemer parsemer VER 0.35 7.36 0.01 0.07 inf; -parsemé parsemer VER m s 0.35 7.36 0.10 2.09 par:pas; -parsemée parsemer VER f s 0.35 7.36 0.19 1.76 par:pas; -parsemées parsemer VER f p 0.35 7.36 0.00 0.54 par:pas; -parsemés parsemer VER m p 0.35 7.36 0.01 0.88 par:pas; -parsi parsi ADJ m s 0.27 0.00 0.27 0.00 -parsis parsi NOM m p 0.02 0.14 0.00 0.14 -parsème parsemer VER 0.35 7.36 0.00 0.14 ind:pre:3s; -parsèment parsemer VER 0.35 7.36 0.03 0.61 ind:pre:3p; -part_time part_time NOM f s 0.00 0.14 0.00 0.14 -part part NOM s 305.89 320.41 299.31 306.22 -partîmes partir VER 1111.97 485.68 0.26 1.76 ind:pas:1p; -partît partir VER 1111.97 485.68 0.00 0.47 sub:imp:3s; -partage partager VER 79.09 78.99 16.43 7.64 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:1s; -partagea partager VER 79.09 78.99 0.03 1.22 ind:pas:3s; -partageable partageable ADJ s 0.01 0.07 0.01 0.07 -partageai partager VER 79.09 78.99 0.00 0.41 ind:pas:1s; -partageaient partager VER 79.09 78.99 0.61 4.32 ind:imp:3p; -partageais partager VER 79.09 78.99 0.80 2.77 ind:imp:1s;ind:imp:2s; -partageait partager VER 79.09 78.99 1.74 11.62 ind:imp:3s; -partageant partager VER 79.09 78.99 0.57 2.03 par:pre; -partagent partager VER 79.09 78.99 3.44 3.11 ind:pre:3p; -partageâmes partager VER 79.09 78.99 0.02 0.07 ind:pas:1p; -partageons partager VER 79.09 78.99 3.48 1.15 imp:pre:1p;ind:pre:1p; -partageât partager VER 79.09 78.99 0.00 0.47 sub:imp:3s; -partager partager VER 79.09 78.99 34.05 24.93 inf; -partagera partager VER 79.09 78.99 1.42 0.14 ind:fut:3s; -partagerai partager VER 79.09 78.99 0.66 0.20 ind:fut:1s; -partageraient partager VER 79.09 78.99 0.15 0.41 cnd:pre:3p; -partagerais partager VER 79.09 78.99 0.61 0.47 cnd:pre:1s;cnd:pre:2s; -partagerait partager VER 79.09 78.99 0.33 0.54 cnd:pre:3s; -partageras partager VER 79.09 78.99 0.29 0.00 ind:fut:2s; -partagerez partager VER 79.09 78.99 0.42 0.00 ind:fut:2p; -partageriez partager VER 79.09 78.99 0.09 0.00 cnd:pre:2p; -partagerions partager VER 79.09 78.99 0.04 0.07 cnd:pre:1p; -partagerons partager VER 79.09 78.99 0.69 0.20 ind:fut:1p; -partageront partager VER 79.09 78.99 0.11 0.20 ind:fut:3p; -partages partager VER 79.09 78.99 1.63 0.14 ind:pre:2s; -partageur partageur ADJ m s 0.02 0.07 0.02 0.00 -partageurs partageur ADJ m p 0.02 0.07 0.00 0.07 -partageuse partageux ADJ f s 0.01 0.07 0.01 0.07 -partageux partageux NOM m 0.00 0.07 0.00 0.07 -partagez partager VER 79.09 78.99 2.54 0.20 imp:pre:2p;ind:pre:2p; -partagiez partager VER 79.09 78.99 0.21 0.00 ind:imp:2p; -partagions partager VER 79.09 78.99 0.80 1.28 ind:imp:1p; -partagèrent partager VER 79.09 78.99 0.12 1.01 ind:pas:3p; -partagé partager VER m s 79.09 78.99 5.73 8.51 par:pas; -partagée partager VER f s 79.09 78.99 1.01 3.04 par:pas; -partagées partager VER f p 79.09 78.99 0.21 1.35 par:pas; -partagés partager VER m p 79.09 78.99 0.85 1.49 par:pas; -partaient partir VER 1111.97 485.68 1.58 11.62 ind:imp:3p; -partais partir VER 1111.97 485.68 6.69 5.41 ind:imp:1s;ind:imp:2s; -partait partir VER 1111.97 485.68 8.52 25.81 ind:imp:3s; -partance partance NOM f s 0.77 1.76 0.77 1.76 -partant partir VER 1111.97 485.68 6.90 13.04 par:pre; -partante partant ADJ f s 5.07 1.82 1.25 0.20 -partantes partant ADJ f p 5.07 1.82 0.19 0.07 -partants partant ADJ m p 5.07 1.82 0.55 0.20 -parte partir VER 1111.97 485.68 22.87 7.84 sub:pre:1s;sub:pre:3s; -partenaire_robot partenaire_robot NOM s 0.01 0.00 0.01 0.00 -partenaire partenaire NOM s 28.54 15.00 22.22 10.47 -partenaires partenaire NOM p 28.54 15.00 6.33 4.53 -partenariat partenariat NOM m s 1.47 0.07 1.47 0.07 -partent partir VER 1111.97 485.68 14.19 8.45 ind:pre:3p; -parterre parterre NOM m s 2.76 6.82 2.31 4.05 -parterres parterre NOM m p 2.76 6.82 0.45 2.77 -partes partir VER 1111.97 485.68 7.50 0.95 sub:pre:2s; -partez partir VER 1111.97 485.68 73.82 6.62 imp:pre:2p;ind:pre:2p; -parthe parthe ADJ s 0.00 1.15 0.00 0.95 -parthes parthe ADJ p 0.00 1.15 0.00 0.20 -parthique parthique ADJ s 0.00 0.07 0.00 0.07 -parthénogenèse parthénogenèse NOM f s 0.04 0.07 0.04 0.07 -parthénogénèse parthénogénèse NOM f s 0.00 0.07 0.00 0.07 -parthénogénétique parthénogénétique ADJ m s 0.15 0.00 0.15 0.00 -parti partir VER m s 1111.97 485.68 162.93 58.72 par:pas; -partial partial ADJ m s 0.51 1.08 0.20 0.81 -partiale partial ADJ f s 0.51 1.08 0.30 0.20 -partiales partial ADJ f p 0.51 1.08 0.00 0.07 -partialité partialité NOM f s 0.25 1.22 0.25 1.22 -partiaux partial ADJ m p 0.51 1.08 0.01 0.00 -participa participer VER 33.56 40.07 0.34 0.61 ind:pas:3s; -participai participer VER 33.56 40.07 0.10 0.54 ind:pas:1s; -participaient participer VER 33.56 40.07 0.21 2.36 ind:imp:3p; -participais participer VER 33.56 40.07 0.18 1.15 ind:imp:1s;ind:imp:2s; -participait participer VER 33.56 40.07 0.30 4.73 ind:imp:3s; -participant participer VER 33.56 40.07 0.38 1.22 par:pre; -participante participant NOM f s 1.50 2.23 0.04 0.00 -participantes participant NOM f p 1.50 2.23 0.04 0.00 -participants participant NOM m p 1.50 2.23 1.23 1.96 -participation participation NOM f s 3.17 8.58 3.11 8.51 -participations participation NOM f p 3.17 8.58 0.05 0.07 -participative participatif ADJ f s 0.02 0.00 0.02 0.00 -participe participer VER 33.56 40.07 3.29 3.92 imp:pre:2s;ind:pre:1s;ind:pre:3s; -participent participer VER 33.56 40.07 1.47 2.57 ind:pre:3p; -participer participer VER 33.56 40.07 16.02 15.34 inf; -participera participer VER 33.56 40.07 0.49 0.20 ind:fut:3s; -participerai participer VER 33.56 40.07 0.38 0.00 ind:fut:1s; -participeraient participer VER 33.56 40.07 0.03 0.27 cnd:pre:3p; -participerais participer VER 33.56 40.07 0.09 0.07 cnd:pre:1s; -participerait participer VER 33.56 40.07 0.14 0.20 cnd:pre:3s; -participeras participer VER 33.56 40.07 0.16 0.07 ind:fut:2s; -participerez participer VER 33.56 40.07 0.09 0.00 ind:fut:2p; -participerons participer VER 33.56 40.07 0.34 0.00 ind:fut:1p; -participeront participer VER 33.56 40.07 0.13 0.27 ind:fut:3p; -participes participer VER 33.56 40.07 0.67 0.00 ind:pre:2s; -participez participer VER 33.56 40.07 1.25 0.07 imp:pre:2p;ind:pre:2p; -participiez participer VER 33.56 40.07 0.23 0.14 ind:imp:2p; -participions participer VER 33.56 40.07 0.10 0.27 ind:imp:1p; -participons participer VER 33.56 40.07 0.24 0.34 imp:pre:1p;ind:pre:1p; -participât participer VER 33.56 40.07 0.00 0.47 sub:imp:3s; -participèrent participer VER 33.56 40.07 0.01 0.20 ind:pas:3p; -participé participer VER m s 33.56 40.07 6.94 5.07 par:pas; -participés participer VER m p 33.56 40.07 0.01 0.00 par:pas; -particularisme particularisme NOM m s 0.00 0.41 0.00 0.14 -particularismes particularisme NOM m p 0.00 0.41 0.00 0.27 -particularisées particulariser VER f p 0.00 0.07 0.00 0.07 par:pas; -particularité particularité NOM f s 1.16 5.00 0.82 2.50 -particularités particularité NOM f p 1.16 5.00 0.34 2.50 -particule particule NOM f s 3.46 5.27 0.66 2.03 -particules particule NOM f p 3.46 5.27 2.80 3.24 -particulier particulier ADJ m s 24.91 53.99 13.88 23.65 -particuliers particulier ADJ m p 24.91 53.99 3.07 6.08 -particulière particulier ADJ f s 24.91 53.99 6.63 20.00 -particulièrement particulièrement ADV 14.78 36.62 14.78 36.62 -particulières particulier ADJ f p 24.91 53.99 1.33 4.26 -partie partie NOM f s 191.19 211.49 177.81 187.97 -partiel partiel ADJ m s 3.33 2.09 1.19 0.88 -partielle partiel ADJ f s 3.33 2.09 1.67 0.81 -partiellement partiellement ADV 1.03 2.97 1.03 2.97 -partielles partiel ADJ f p 3.33 2.09 0.41 0.27 -partiels partiel NOM m p 1.10 0.27 0.81 0.00 -parties partie NOM f p 191.19 211.49 13.39 23.51 -partiez partir VER 1111.97 485.68 5.93 1.42 ind:imp:2p;sub:pre:2p; -partions partir VER 1111.97 485.68 2.24 4.73 ind:imp:1p; -partir partir VER 1111.97 485.68 388.25 167.77 inf; -partira partir VER 1111.97 485.68 12.15 3.18 ind:fut:3s; -partirai partir VER 1111.97 485.68 11.98 3.99 ind:fut:1s; -partiraient partir VER 1111.97 485.68 0.61 0.81 cnd:pre:3p; -partirais partir VER 1111.97 485.68 3.12 2.30 cnd:pre:1s;cnd:pre:2s; -partirait partir VER 1111.97 485.68 2.37 5.47 cnd:pre:3s; -partiras partir VER 1111.97 485.68 4.25 1.01 ind:fut:2s; -partirent partir VER 1111.97 485.68 1.11 5.20 ind:pas:3p; -partirez partir VER 1111.97 485.68 3.31 0.88 ind:fut:2p; -partiriez partir VER 1111.97 485.68 0.27 0.14 cnd:pre:2p; -partirions partir VER 1111.97 485.68 0.34 0.47 cnd:pre:1p; -partirons partir VER 1111.97 485.68 4.76 1.82 ind:fut:1p; -partiront partir VER 1111.97 485.68 1.84 0.61 ind:fut:3p; -partis partir VER m p 1111.97 485.68 46.29 29.66 ind:pas:1s;ind:pas:2s;par:pas; -partisan partisan NOM m s 4.75 12.97 1.04 1.69 -partisane partisan ADJ f s 1.35 2.77 0.20 0.34 -partisanes partisan ADJ f p 1.35 2.77 0.10 0.20 -partisans partisan NOM m p 4.75 12.97 3.70 11.15 -partisse partir VER 1111.97 485.68 0.00 0.07 sub:imp:1s; -partissent partir VER 1111.97 485.68 0.00 0.07 sub:imp:3p; -partit partir VER 1111.97 485.68 4.17 28.78 ind:pas:3s; -partita partita NOM f s 0.00 0.20 0.00 0.14 -partitas partita NOM f p 0.00 0.20 0.00 0.07 -partitif partitif ADJ m s 0.00 0.07 0.00 0.07 -partition partition NOM f s 3.49 5.95 2.88 3.72 -partitions partition NOM f p 3.49 5.95 0.61 2.23 -partner partner NOM m s 0.26 0.00 0.26 0.00 -partons partir VER 1111.97 485.68 50.52 7.97 imp:pre:1p;ind:pre:1p;;imp:pre:1p;ind:pre:1p; -partouse partouse NOM f s 0.11 0.07 0.11 0.07 -partouser partouser VER 0.01 0.00 0.01 0.00 inf; -partout partout ADV 141.94 179.39 141.94 179.39 -partouzait partouzer VER 0.17 0.34 0.00 0.14 ind:imp:3s; -partouzarde partouzard ADJ f s 0.00 0.20 0.00 0.07 -partouzardes partouzard ADJ f p 0.00 0.20 0.00 0.07 -partouzards partouzard NOM m p 0.01 0.00 0.01 0.00 -partouze partouze NOM f s 2.33 2.16 1.95 1.28 -partouzent partouzer VER 0.17 0.34 0.14 0.07 ind:pre:3p; -partouzer partouzer VER 0.17 0.34 0.04 0.14 inf; -partouzes partouze NOM f p 2.33 2.16 0.38 0.88 -partouzeur partouzeur NOM m s 0.00 0.20 0.00 0.14 -partouzeurs partouzeur NOM m p 0.00 0.20 0.00 0.07 -parts part NOM f p 305.89 320.41 6.58 14.19 -parturiente parturiente NOM f s 0.00 0.34 0.00 0.27 -parturientes parturiente NOM f p 0.00 0.34 0.00 0.07 -parturition parturition NOM f s 0.01 0.27 0.01 0.14 -parturitions parturition NOM f p 0.01 0.27 0.00 0.14 -party party NOM f s 1.54 0.81 1.54 0.81 -paré parer VER m s 30.50 19.66 3.62 2.57 par:pas; -paru paraître VER m s 122.14 448.11 5.92 34.12 par:pas; -parée parer VER f s 30.50 19.66 1.21 2.43 par:pas; -parue paraître VER f s 122.14 448.11 0.36 0.61 par:pas; -parées parer VER f p 30.50 19.66 0.19 1.08 par:pas; -parégorique parégorique ADJ s 0.04 0.34 0.04 0.34 -paréo paréo NOM m s 0.01 0.47 0.01 0.20 -paréos paréo NOM m p 0.01 0.47 0.00 0.27 -parure parure NOM f s 1.00 4.05 0.48 2.70 -parurent paraître VER 122.14 448.11 0.11 7.36 ind:pas:3p; -parures parure NOM f p 1.00 4.05 0.52 1.35 -parés parer VER m p 30.50 19.66 2.31 1.62 par:pas; -parus paraître VER m p 122.14 448.11 0.23 0.54 ind:pas:1s;ind:pas:2s;par:pas; -parésie parésie NOM f s 0.01 0.00 0.01 0.00 -parussent paraître VER 122.14 448.11 0.00 0.34 sub:imp:3p; -parut paraître VER 122.14 448.11 1.48 71.28 ind:pas:3s; -parution parution NOM f s 0.36 1.15 0.36 1.15 -parvînmes parvenir VER 22.73 156.42 0.00 0.47 ind:pas:1p; -parvînt parvenir VER 22.73 156.42 0.01 1.01 sub:imp:3s; -parvenaient parvenir VER 22.73 156.42 0.04 10.68 ind:imp:3p; -parvenais parvenir VER 22.73 156.42 0.30 5.07 ind:imp:1s; -parvenait parvenir VER 22.73 156.42 0.48 25.88 ind:imp:3s; -parvenant parvenir VER 22.73 156.42 0.04 3.65 par:pre; -parvenez parvenir VER 22.73 156.42 0.48 0.20 ind:pre:2p; -parveniez parvenir VER 22.73 156.42 0.07 0.07 ind:imp:2p; -parvenions parvenir VER 22.73 156.42 0.03 0.61 ind:imp:1p; -parvenir parvenir VER 22.73 156.42 6.45 22.70 inf; -parvenons parvenir VER 22.73 156.42 0.52 0.68 imp:pre:1p;ind:pre:1p; -parvenu parvenir VER m s 22.73 156.42 2.63 14.93 par:pas; -parvenue parvenir VER f s 22.73 156.42 0.98 4.53 par:pas; -parvenues parvenir VER f p 22.73 156.42 0.29 1.22 par:pas; -parvenus parvenir VER m p 22.73 156.42 0.81 5.20 par:pas; -parviendra parvenir VER 22.73 156.42 0.80 1.22 ind:fut:3s; -parviendrai parvenir VER 22.73 156.42 0.41 0.54 ind:fut:1s; -parviendraient parvenir VER 22.73 156.42 0.00 0.54 cnd:pre:3p; -parviendrais parvenir VER 22.73 156.42 0.01 0.61 cnd:pre:1s; -parviendrait parvenir VER 22.73 156.42 0.27 3.18 cnd:pre:3s; -parviendras parvenir VER 22.73 156.42 0.12 0.14 ind:fut:2s; -parviendrez parvenir VER 22.73 156.42 0.34 0.07 ind:fut:2p; -parviendrions parvenir VER 22.73 156.42 0.00 0.20 cnd:pre:1p; -parviendrons parvenir VER 22.73 156.42 0.33 0.27 ind:fut:1p; -parviendront parvenir VER 22.73 156.42 0.24 0.54 ind:fut:3p; -parvienne parvenir VER 22.73 156.42 0.62 2.57 sub:pre:1s;sub:pre:3s; -parviennent parvenir VER 22.73 156.42 0.98 6.22 ind:pre:3p; -parviens parvenir VER 22.73 156.42 1.71 5.88 imp:pre:2s;ind:pre:1s;ind:pre:2s; -parvient parvenir VER 22.73 156.42 2.52 12.36 ind:pre:3s; -parvinrent parvenir VER 22.73 156.42 0.04 3.38 ind:pas:3p; -parvins parvenir VER 22.73 156.42 0.24 2.30 ind:pas:1s; -parvinssent parvenir VER 22.73 156.42 0.00 0.14 sub:imp:3p; -parvint parvenir VER 22.73 156.42 0.98 19.39 ind:pas:3s; -parvis parvis NOM m 0.19 6.28 0.19 6.28 -pas_de_porte pas_de_porte NOM m 0.00 0.20 0.00 0.20 -pas_je pas_je ADV 0.01 0.00 0.01 0.00 -pas pas ADV 18189.04 8795.20 18188.15 8795.14 -pascal pascal ADJ m s 0.79 18.24 0.23 17.64 -pascale pascal ADJ f s 0.79 18.24 0.56 0.41 -pascales pascal ADJ f p 0.79 18.24 0.00 0.20 -pascalien pascalien ADJ m s 0.00 0.27 0.00 0.07 -pascaliennes pascalien ADJ f p 0.00 0.27 0.00 0.14 -pascaliens pascalien ADJ m p 0.00 0.27 0.00 0.07 -paseo paseo NOM m s 0.00 0.88 0.00 0.88 -pasionaria pasionaria NOM f s 0.12 0.27 0.02 0.20 -pasionarias pasionaria NOM f p 0.12 0.27 0.10 0.07 -paso_doble paso_doble NOM m s 0.00 0.07 0.00 0.07 -paso_doble paso_doble NOM m 0.69 0.81 0.69 0.81 -paso paso NOM m s 0.23 0.14 0.23 0.00 -pasos paso NOM m p 0.23 0.14 0.00 0.14 -pasque pasque CON 0.05 1.69 0.05 1.69 -pasquins pasquin NOM m p 0.00 0.07 0.00 0.07 -passa passer VER 1495.48 1165.27 3.79 82.50 ind:pas:3s; -passable passable ADJ s 0.36 1.15 0.34 1.01 -passablement passablement ADV 0.51 3.72 0.51 3.72 -passables passable ADJ f p 0.36 1.15 0.02 0.14 -passade passade NOM f s 0.82 1.28 0.72 0.95 -passades passade NOM f p 0.82 1.28 0.10 0.34 -passage passage NOM m s 44.73 154.39 40.20 136.82 -passager passager NOM m s 19.23 13.24 3.75 3.24 -passagers passager NOM m p 19.23 13.24 14.23 8.31 -passages passage NOM m p 44.73 154.39 4.53 17.57 -passagère passager ADJ f s 5.09 6.82 1.69 3.31 -passagèrement passagèrement ADV 0.00 0.74 0.00 0.74 -passagères passager ADJ f p 5.09 6.82 0.25 0.74 -passai passer VER 1495.48 1165.27 0.25 10.74 ind:pas:1s; -passaient passer VER 1495.48 1165.27 3.44 42.23 ind:imp:3p; -passais passer VER 1495.48 1165.27 13.12 13.92 ind:imp:1s;ind:imp:2s; -passait passer VER 1495.48 1165.27 28.50 131.28 ind:imp:3s; -passant passer VER 1495.48 1165.27 10.91 60.88 par:pre; -passante passant NOM f s 2.76 32.57 0.27 1.08 -passantes passant NOM f p 2.76 32.57 0.01 0.61 -passants passant NOM m p 2.76 32.57 1.82 24.39 -passas passer VER 1495.48 1165.27 0.00 0.14 ind:pas:2s; -passation passation NOM f s 0.29 0.34 0.29 0.34 -passavant passavant NOM m s 0.44 0.00 0.44 0.00 -passe_boule passe_boule NOM m s 0.00 0.07 0.00 0.07 -passe_boules passe_boules NOM m 0.00 0.07 0.00 0.07 -passe_crassane passe_crassane NOM f 0.00 0.14 0.00 0.14 -passe_droit passe_droit NOM m s 0.25 0.47 0.08 0.27 -passe_droit passe_droit NOM m p 0.25 0.47 0.17 0.20 -passe_la_moi passe_la_moi NOM f s 0.35 0.07 0.35 0.07 -passe_lacet passe_lacet NOM m s 0.00 0.20 0.00 0.07 -passe_lacet passe_lacet NOM m p 0.00 0.20 0.00 0.14 -passe_montagne passe_montagne NOM m s 0.41 1.69 0.39 1.35 -passe_montagne passe_montagne NOM m p 0.41 1.69 0.02 0.34 -passe_muraille passe_muraille NOM m 0.01 0.07 0.01 0.07 -passe_partout passe_partout NOM m 0.45 1.22 0.45 1.22 -passe_passe passe_passe NOM m 0.97 1.15 0.97 1.15 -passe_pied passe_pied NOM m s 0.00 0.07 0.00 0.07 -passe_plat passe_plat NOM m s 0.04 0.14 0.04 0.14 -passe_rose passe_rose NOM f p 0.00 0.07 0.00 0.07 -passe_temps passe_temps NOM m 4.21 2.77 4.21 2.77 -passe passer VER 1495.48 1165.27 523.58 185.61 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:1s;sub:pre:3s; -passement passement NOM m s 0.14 0.07 0.14 0.07 -passementaient passementer VER 0.01 0.20 0.00 0.14 ind:imp:3p; -passementent passementer VER 0.01 0.20 0.00 0.07 ind:pre:3p; -passementerie passementerie NOM f s 0.01 1.01 0.01 0.74 -passementeries passementerie NOM f p 0.01 1.01 0.00 0.27 -passementier passementier NOM m s 0.10 0.14 0.10 0.07 -passementière passementier NOM f s 0.10 0.14 0.00 0.07 -passementé passementer VER m s 0.01 0.20 0.01 0.00 par:pas; -passent passer VER 1495.48 1165.27 27.56 37.91 ind:pre:3p;sub:pre:3p; -passepoil passepoil NOM m s 0.01 0.14 0.01 0.14 -passeport passeport NOM m s 25.55 10.00 19.81 7.16 -passeports passeport NOM m p 25.55 10.00 5.75 2.84 -passer passer VER 1495.48 1165.27 345.67 288.78 inf;; -passera passer VER 1495.48 1165.27 39.92 13.99 ind:fut:3s; -passerai passer VER 1495.48 1165.27 15.96 4.39 ind:fut:1s; -passeraient passer VER 1495.48 1165.27 1.19 3.51 cnd:pre:3p; -passerais passer VER 1495.48 1165.27 3.77 2.91 cnd:pre:1s;cnd:pre:2s; -passerait passer VER 1495.48 1165.27 7.09 12.36 cnd:pre:3s; -passeras passer VER 1495.48 1165.27 4.39 1.15 ind:fut:2s; -passereau passereau NOM m s 0.55 0.95 0.25 0.34 -passereaux passereau NOM m p 0.55 0.95 0.30 0.61 -passerelle passerelle NOM f s 4.49 11.49 4.41 8.45 -passerelles passerelle NOM f p 4.49 11.49 0.09 3.04 -passerez passer VER 1495.48 1165.27 5.10 1.82 ind:fut:2p; -passeriez passer VER 1495.48 1165.27 0.97 0.20 cnd:pre:2p; -passerions passer VER 1495.48 1165.27 0.22 0.34 cnd:pre:1p; -passerons passer VER 1495.48 1165.27 2.32 2.30 ind:fut:1p; -passeront passer VER 1495.48 1165.27 3.58 1.96 ind:fut:3p; -passeroses passerose NOM f p 0.00 0.07 0.00 0.07 -passes passer VER 1495.48 1165.27 21.65 4.39 ind:pre:2s;sub:pre:2s; -passeur passeur NOM m s 2.24 2.77 1.65 1.96 -passeurs passeur NOM m p 2.24 2.77 0.56 0.74 -passeuse passeur NOM f s 2.24 2.77 0.04 0.07 -passez passer VER 1495.48 1165.27 52.84 6.62 imp:pre:2p;ind:pre:2p; -passible passible ADJ m s 1.04 0.61 0.82 0.34 -passibles passible ADJ m p 1.04 0.61 0.22 0.27 -passiez passer VER 1495.48 1165.27 2.19 1.08 ind:imp:2p;sub:pre:2p; -passif passif ADJ m s 4.00 7.23 1.89 1.82 -passiflore passiflore NOM f s 0.14 0.07 0.14 0.07 -passifs passif ADJ m p 4.00 7.23 0.36 0.74 -passim passim ADV 0.00 0.07 0.00 0.07 -passing passing NOM m s 0.04 0.00 0.04 0.00 -passion passion NOM f s 33.78 87.64 30.71 68.72 -passionna passionner VER 5.75 17.50 0.01 0.20 ind:pas:3s; -passionnai passionner VER 5.75 17.50 0.00 0.27 ind:pas:1s; -passionnaient passionner VER 5.75 17.50 0.12 0.27 ind:imp:3p; -passionnais passionner VER 5.75 17.50 0.00 0.34 ind:imp:1s;ind:imp:2s; -passionnait passionner VER 5.75 17.50 0.11 2.57 ind:imp:3s; -passionnant passionnant ADJ m s 8.93 7.03 6.17 4.19 -passionnante passionnant ADJ f s 8.93 7.03 2.23 1.42 -passionnantes passionnant ADJ f p 8.93 7.03 0.30 0.95 -passionnants passionnant ADJ m p 8.93 7.03 0.23 0.47 -passionne passionner VER 5.75 17.50 1.16 3.58 imp:pre:2s;ind:pre:1s;ind:pre:3s; -passionnel passionnel ADJ m s 1.43 3.92 1.05 1.89 -passionnelle passionnel ADJ f s 1.43 3.92 0.13 1.08 -passionnellement passionnellement ADV 0.00 0.07 0.00 0.07 -passionnelles passionnel ADJ f p 1.43 3.92 0.02 0.34 -passionnels passionnel ADJ m p 1.43 3.92 0.22 0.61 -passionnent passionner VER 5.75 17.50 0.34 0.68 ind:pre:3p; -passionner passionner VER 5.75 17.50 0.41 1.76 inf; -passionnera passionner VER 5.75 17.50 0.01 0.14 ind:fut:3s; -passionnerait passionner VER 5.75 17.50 0.03 0.07 cnd:pre:3s; -passionneras passionner VER 5.75 17.50 0.01 0.00 ind:fut:2s; -passionnons passionner VER 5.75 17.50 0.00 0.14 ind:pre:1p; -passionnèrent passionner VER 5.75 17.50 0.00 0.14 ind:pas:3p; -passionné passionner VER m s 5.75 17.50 1.84 3.58 par:pas; -passionnée passionné ADJ f s 4.14 14.80 1.44 5.74 -passionnées passionné ADJ f p 4.14 14.80 0.24 2.09 -passionnément passionnément ADV 1.38 9.39 1.38 9.39 -passionnés passionné ADJ m p 4.14 14.80 0.70 2.03 -passions passion NOM f p 33.78 87.64 3.07 18.92 -passive passif ADJ f s 4.00 7.23 1.73 4.32 -passivement passivement ADV 0.29 1.08 0.29 1.08 -passiver passiver VER 0.14 0.27 0.14 0.00 inf; -passives passif ADJ f p 4.00 7.23 0.03 0.34 -passiveté passiveté NOM f s 0.00 0.07 0.00 0.07 -passivité passivité NOM f s 0.46 3.38 0.46 3.38 -passoire passoire NOM f s 1.44 2.23 1.27 2.09 -passoires passoire NOM f p 1.44 2.23 0.17 0.14 -passâmes passer VER 1495.48 1165.27 0.46 3.85 ind:pas:1p; -passons passer VER 1495.48 1165.27 17.85 9.66 imp:pre:1p;ind:pre:1p; -passât passer VER 1495.48 1165.27 0.00 1.35 sub:imp:3s; -passâtes passer VER 1495.48 1165.27 0.00 0.07 ind:pas:2p; -passèrent passer VER 1495.48 1165.27 2.13 20.07 ind:pas:3p; -passé passer VER m s 1495.48 1165.27 297.63 157.09 par:pas;par:pas;par:pas;par:pas; -passée passer VER f s 1495.48 1165.27 32.14 25.68 par:pas; -passées passer VER f p 1495.48 1165.27 7.98 11.89 par:pas; -passéiste passéiste ADJ f s 0.16 0.07 0.16 0.07 -passés passer VER m p 1495.48 1165.27 18.16 18.18 par:pas; -past past NOM m s 0.58 0.00 0.58 0.00 -pastaga pastaga NOM m s 0.00 1.69 0.00 1.35 -pastagas pastaga NOM m p 0.00 1.69 0.00 0.34 -pastel pastel NOM m s 0.55 1.89 0.40 1.01 -pastels pastel NOM m p 0.55 1.89 0.14 0.88 -pastenague pastenague NOM f s 0.04 0.00 0.04 0.00 -pasteur pasteur NOM m s 17.74 11.35 16.61 10.07 -pasteurella pasteurella NOM f s 0.02 0.00 0.02 0.00 -pasteurisation pasteurisation NOM f s 0.10 0.14 0.10 0.14 -pasteuriser pasteuriser VER 0.00 0.07 0.00 0.07 inf; -pasteurisé pasteurisé ADJ m s 0.05 0.41 0.05 0.14 -pasteurisée pasteurisé ADJ f s 0.05 0.41 0.00 0.20 -pasteurisés pasteurisé ADJ m p 0.05 0.41 0.00 0.07 -pasteurs pasteur NOM m p 17.74 11.35 1.13 1.28 -pasticha pasticher VER 0.00 0.41 0.00 0.07 ind:pas:3s; -pastichai pasticher VER 0.00 0.41 0.00 0.07 ind:pas:1s; -pastichait pasticher VER 0.00 0.41 0.00 0.07 ind:imp:3s; -pastiche pastiche NOM m s 0.03 1.01 0.03 0.68 -pasticher pasticher VER 0.00 0.41 0.00 0.14 inf; -pastiches pastiche NOM m p 0.03 1.01 0.00 0.34 -pasticheur pasticheur NOM m s 0.00 0.14 0.00 0.14 -pastiché pasticher VER m s 0.00 0.41 0.00 0.07 par:pas; -pastille pastille NOM f s 1.51 5.81 0.56 1.35 -pastiller pastiller VER 0.01 0.00 0.01 0.00 inf; -pastilles pastille NOM f p 1.51 5.81 0.95 4.46 -pastis pastis NOM m 1.43 4.73 1.43 4.73 -pastophore pastophore NOM m s 0.00 0.14 0.00 0.14 -pastoral pastoral ADJ m s 0.57 1.08 0.14 0.27 -pastorale pastoral ADJ f s 0.57 1.08 0.33 0.54 -pastorales pastoral ADJ f p 0.57 1.08 0.10 0.20 -pastoraux pastoral ADJ m p 0.57 1.08 0.00 0.07 -pastour pastour NOM m s 0.00 0.07 0.00 0.07 -pastoureau pastoureau NOM m s 0.02 0.41 0.02 0.14 -pastoureaux pastoureau NOM m p 0.02 0.41 0.00 0.07 -pastourelle pastoureau NOM f s 0.02 0.41 0.00 0.07 -pastourelles pastoureau NOM f p 0.02 0.41 0.00 0.14 -pastèque pastèque NOM f s 4.16 2.50 2.39 1.62 -pastèques pastèque NOM f p 4.16 2.50 1.77 0.88 -pat pat ADJ m s 0.46 0.34 0.46 0.34 -patache patache NOM f s 0.30 0.20 0.30 0.20 -patachon patachon NOM m s 0.16 0.54 0.16 0.54 -patafiole patafioler VER 0.04 0.00 0.04 0.00 imp:pre:2s; -patagon patagon ADJ m s 0.01 0.07 0.01 0.07 -patagonien patagonien ADJ m s 0.02 0.07 0.02 0.07 -patagons patagon NOM m p 0.00 0.07 0.00 0.07 -patapouf patapouf ONO 0.03 0.00 0.03 0.00 -patapoufs patapouf NOM m p 0.17 0.34 0.00 0.07 -pataquès pataquès NOM m 0.02 0.34 0.02 0.34 -patarin patarin NOM m s 0.00 0.14 0.00 0.14 -patata patata ONO 0.32 1.15 0.32 1.15 -patate patate NOM f s 14.47 10.74 4.59 3.38 -patates patate NOM f p 14.47 10.74 9.88 7.36 -patati patati ONO 0.33 1.76 0.33 1.76 -patatras patatras ONO 0.04 0.54 0.04 0.54 -pataud pataud ADJ m s 0.03 1.35 0.01 0.34 -pataude pataud ADJ f s 0.03 1.35 0.01 0.41 -pataudes pataud ADJ f p 0.03 1.35 0.00 0.34 -patauds pataud ADJ m p 0.03 1.35 0.01 0.27 -pataugas pataugas NOM m 0.00 0.68 0.00 0.68 -patauge patauger VER 1.69 8.99 0.42 1.35 ind:pre:1s;ind:pre:3s; -pataugea patauger VER 1.69 8.99 0.00 0.41 ind:pas:3s; -pataugeaient patauger VER 1.69 8.99 0.01 0.81 ind:imp:3p; -pataugeais patauger VER 1.69 8.99 0.02 0.07 ind:imp:1s; -pataugeait patauger VER 1.69 8.99 0.18 0.74 ind:imp:3s; -pataugeant patauger VER 1.69 8.99 0.03 1.96 par:pre; -pataugent patauger VER 1.69 8.99 0.32 0.54 ind:pre:3p; -pataugeoire pataugeoire NOM f s 0.04 0.00 0.04 0.00 -pataugeons patauger VER 1.69 8.99 0.04 0.34 imp:pre:1p;ind:pre:1p; -patauger patauger VER 1.69 8.99 0.48 1.89 inf; -pataugera patauger VER 1.69 8.99 0.01 0.00 ind:fut:3s; -pataugerais patauger VER 1.69 8.99 0.01 0.00 cnd:pre:1s; -pataugerons patauger VER 1.69 8.99 0.00 0.07 ind:fut:1p; -patauges patauger VER 1.69 8.99 0.04 0.07 ind:pre:2s; -pataugez patauger VER 1.69 8.99 0.06 0.14 imp:pre:2p;ind:pre:2p; -pataugis pataugis NOM m 0.00 0.07 0.00 0.07 -pataugèrent patauger VER 1.69 8.99 0.00 0.14 ind:pas:3p; -pataugé patauger VER m s 1.69 8.99 0.05 0.47 par:pas; -patch patch NOM m s 1.11 0.14 0.88 0.07 -patches patch NOM m p 1.11 0.14 0.02 0.07 -patchouli patchouli NOM m s 0.31 0.20 0.31 0.20 -patchs patch NOM m p 1.11 0.14 0.22 0.00 -patchwork patchwork NOM m s 0.00 0.61 0.00 0.61 -patelin patelin NOM m s 1.62 3.51 1.56 3.31 -pateline patelin ADJ f s 0.63 0.47 0.01 0.07 -patelins patelin NOM m p 1.62 3.51 0.05 0.20 -patellaire patellaire ADJ m s 0.01 0.00 0.01 0.00 -patelles patelle NOM f p 0.00 0.27 0.00 0.27 -patenôtres patenôtre NOM f p 0.00 0.41 0.00 0.41 -patent patent ADJ m s 0.41 1.28 0.14 0.54 -patente patent ADJ f s 0.41 1.28 0.14 0.54 -patentes patente NOM f p 0.16 0.41 0.02 0.14 -patents patent ADJ m p 0.41 1.28 0.11 0.07 -patenté patenté ADJ m s 0.20 1.42 0.14 0.61 -patentée patenté ADJ f s 0.20 1.42 0.01 0.00 -patentées patenté ADJ f p 0.20 1.42 0.00 0.20 -patentés patenté ADJ m p 0.20 1.42 0.04 0.61 -pater_familias pater_familias NOM m 0.03 0.07 0.03 0.07 -pater_noster pater_noster NOM m s 0.10 0.41 0.10 0.41 -pater pater NOM m 0.56 1.62 0.56 1.62 -paternalisme paternalisme NOM m s 0.12 0.74 0.12 0.74 -paternaliste paternaliste ADJ s 0.17 0.27 0.16 0.20 -paternalistes paternaliste ADJ p 0.17 0.27 0.01 0.07 -paterne paterne ADJ m s 0.00 0.47 0.00 0.47 -paternel paternel ADJ m s 3.29 13.92 1.33 5.00 -paternelle paternel ADJ f s 3.29 13.92 1.48 6.82 -paternellement paternellement ADV 0.01 0.54 0.01 0.54 -paternelles paternel ADJ f p 3.29 13.92 0.16 0.88 -paternels paternel ADJ m p 3.29 13.92 0.32 1.22 -paternité paternité NOM f s 1.98 3.11 1.97 3.04 -paternités paternité NOM f p 1.98 3.11 0.01 0.07 -pathogène pathogène ADJ s 0.58 0.14 0.58 0.14 -pathogénique pathogénique ADJ m s 0.01 0.00 0.01 0.00 -pathologie pathologie NOM f s 1.58 0.20 1.58 0.20 -pathologique pathologique ADJ s 1.26 1.22 1.05 1.08 -pathologiquement pathologiquement ADV 0.08 0.14 0.08 0.14 -pathologiques pathologique ADJ m p 1.26 1.22 0.21 0.14 -pathologiste pathologiste NOM s 0.29 0.07 0.29 0.07 -pathos pathos NOM m 0.38 0.68 0.38 0.68 -pathétique pathétique ADJ s 9.17 11.08 7.92 8.18 -pathétiquement pathétiquement ADV 0.05 0.41 0.05 0.41 -pathétiques pathétique ADJ p 9.17 11.08 1.25 2.91 -pathétisme pathétisme NOM m s 0.01 0.14 0.01 0.14 -patibulaire patibulaire ADJ s 0.03 1.96 0.01 0.95 -patibulaires patibulaire ADJ p 0.03 1.96 0.02 1.01 -patiemment patiemment ADV 1.75 11.15 1.75 11.15 -patience patience NOM f s 30.68 33.58 29.93 32.97 -patiences patience NOM f p 30.68 33.58 0.75 0.61 -patient patient NOM m s 61.69 10.00 29.58 4.05 -patienta patienter VER 10.10 8.45 0.01 0.20 ind:pas:3s; -patientai patienter VER 10.10 8.45 0.00 0.07 ind:pas:1s; -patientaient patienter VER 10.10 8.45 0.00 0.34 ind:imp:3p; -patientait patienter VER 10.10 8.45 0.03 0.68 ind:imp:3s; -patientant patienter VER 10.10 8.45 0.01 0.07 par:pre; -patiente patient NOM f s 61.69 10.00 7.69 2.16 -patientent patienter VER 10.10 8.45 0.04 0.14 ind:pre:3p; -patienter patienter VER 10.10 8.45 4.71 4.66 inf; -patientera patienter VER 10.10 8.45 0.05 0.00 ind:fut:3s; -patienteraient patienter VER 10.10 8.45 0.00 0.07 cnd:pre:3p; -patienterait patienter VER 10.10 8.45 0.00 0.07 cnd:pre:3s; -patienteras patienter VER 10.10 8.45 0.00 0.07 ind:fut:2s; -patienterez patienter VER 10.10 8.45 0.23 0.07 ind:fut:2p; -patienterons patienter VER 10.10 8.45 0.01 0.00 ind:fut:1p; -patientes patient NOM f p 61.69 10.00 1.94 0.27 -patientez patienter VER 10.10 8.45 2.82 0.47 imp:pre:2p;ind:pre:2p; -patientions patienter VER 10.10 8.45 0.00 0.07 ind:imp:1p; -patientons patienter VER 10.10 8.45 0.14 0.07 imp:pre:1p;ind:pre:1p; -patients patient NOM m p 61.69 10.00 22.49 3.51 -patientèrent patienter VER 10.10 8.45 0.01 0.07 ind:pas:3p; -patienté patienter VER m s 10.10 8.45 0.54 0.27 par:pas; -patin patin NOM m s 3.77 5.61 1.12 1.35 -patina patiner VER 2.54 5.27 0.02 0.07 ind:pas:3s; -patinage patinage NOM m s 1.25 0.07 1.25 0.07 -patinaient patiner VER 2.54 5.27 0.00 0.34 ind:imp:3p; -patinais patiner VER 2.54 5.27 0.15 0.00 ind:imp:1s; -patinait patiner VER 2.54 5.27 0.06 0.74 ind:imp:3s; -patinant patiner VER 2.54 5.27 0.01 0.20 par:pre; -patine patiner VER 2.54 5.27 0.36 0.34 ind:pre:1s;ind:pre:3s; -patinent patiner VER 2.54 5.27 0.16 0.41 ind:pre:3p; -patiner patiner VER 2.54 5.27 1.26 0.27 inf; -patinerais patiner VER 2.54 5.27 0.02 0.00 cnd:pre:1s;cnd:pre:2s; -patinerons patiner VER 2.54 5.27 0.00 0.07 ind:fut:1p; -patines patiner VER 2.54 5.27 0.03 0.00 ind:pre:2s; -patinette patinette NOM f s 0.02 0.27 0.01 0.20 -patinettes patinette NOM f p 0.02 0.27 0.01 0.07 -patineur patineur NOM m s 0.67 1.28 0.11 0.34 -patineurs patineur NOM m p 0.67 1.28 0.27 0.74 -patineuse patineur NOM f s 0.67 1.28 0.29 0.14 -patineuses patineuse NOM f p 0.16 0.00 0.16 0.00 -patinez patiner VER 2.54 5.27 0.10 0.00 imp:pre:2p;ind:pre:2p; -patiniez patiner VER 2.54 5.27 0.02 0.00 ind:imp:2p; -patinions patiner VER 2.54 5.27 0.00 0.07 ind:imp:1p; -patinoire patinoire NOM f s 1.37 0.41 1.21 0.41 -patinoires patinoire NOM f p 1.37 0.41 0.16 0.00 -patinons patiner VER 2.54 5.27 0.03 0.00 imp:pre:1p;ind:pre:1p; -patins patin NOM m p 3.77 5.61 2.65 4.26 -patiné patiner VER m s 2.54 5.27 0.27 1.01 par:pas; -patinée patiner VER f s 2.54 5.27 0.01 0.54 par:pas; -patinées patiner VER f p 2.54 5.27 0.02 0.68 par:pas; -patinés patiner VER m p 2.54 5.27 0.01 0.54 par:pas; -patio patio NOM m s 2.02 6.42 2.02 4.46 -patios patio NOM m p 2.02 6.42 0.00 1.96 -patoche patoche NOM f s 0.01 0.14 0.01 0.07 -patoches patoche NOM f p 0.01 0.14 0.00 0.07 -patois patois NOM m 0.85 8.58 0.85 8.58 -patoisante patoisant ADJ f s 0.00 0.14 0.00 0.14 -patoise patoiser VER 0.00 0.07 0.00 0.07 ind:pre:3s; -patouillard patouillard NOM m s 0.00 0.07 0.00 0.07 -patouille patouiller VER 0.03 0.14 0.03 0.07 imp:pre:2s;ind:pre:3s; -patouillons patouiller VER 0.03 0.14 0.00 0.07 ind:pre:1p; -patraque patraque ADJ s 0.97 0.81 0.97 0.81 -patri patri ADV 0.15 0.07 0.15 0.07 -patriarcal patriarcal ADJ m s 0.34 1.01 0.04 0.41 -patriarcale patriarcal ADJ f s 0.34 1.01 0.29 0.27 -patriarcales patriarcal ADJ f p 0.34 1.01 0.01 0.20 -patriarcat patriarcat NOM m s 0.15 0.34 0.15 0.27 -patriarcats patriarcat NOM m p 0.15 0.34 0.00 0.07 -patriarcaux patriarcal ADJ m p 0.34 1.01 0.00 0.14 -patriarche patriarche NOM m s 1.30 4.59 1.04 4.12 -patriarches patriarche NOM m p 1.30 4.59 0.26 0.47 -patriarchie patriarchie NOM f s 0.02 0.00 0.02 0.00 -patriciat patriciat NOM m s 0.00 0.07 0.00 0.07 -patricien patricien NOM m s 0.21 0.54 0.05 0.20 -patricienne patricien NOM f s 0.21 0.54 0.10 0.00 -patriciennes patricien ADJ f p 0.05 0.88 0.01 0.34 -patriciens patricien NOM m p 0.21 0.54 0.06 0.27 -patrie patrie NOM f s 23.36 29.19 23.36 28.65 -patries patrie NOM f p 23.36 29.19 0.00 0.54 -patrilinéaire patrilinéaire ADJ f s 0.00 0.07 0.00 0.07 -patrimoine patrimoine NOM m s 2.34 2.97 2.19 2.91 -patrimoines patrimoine NOM m p 2.34 2.97 0.15 0.07 -patrimonial patrimonial ADJ m s 0.00 0.34 0.00 0.34 -patriotard patriotard ADJ m s 0.00 0.34 0.00 0.27 -patriotardes patriotard ADJ f p 0.00 0.34 0.00 0.07 -patriotards patriotard NOM m p 0.00 0.07 0.00 0.07 -patriote patriote NOM s 3.29 5.47 1.96 1.76 -patriotes patriote NOM p 3.29 5.47 1.33 3.72 -patriotique patriotique ADJ s 1.95 5.34 1.73 3.31 -patriotiquement patriotiquement ADV 0.00 0.07 0.00 0.07 -patriotiques patriotique ADJ p 1.95 5.34 0.21 2.03 -patriotisme patriotisme NOM m s 2.54 3.65 2.54 3.65 -patron patron NOM m s 141.18 132.03 122.44 93.85 -patronage patronage NOM m s 0.07 2.43 0.07 1.96 -patronages patronage NOM m p 0.07 2.43 0.00 0.47 -patronal patronal ADJ m s 0.30 0.61 0.01 0.07 -patronale patronal ADJ f s 0.30 0.61 0.14 0.20 -patronales patronal ADJ f p 0.30 0.61 0.14 0.20 -patronat patronat NOM m s 0.51 0.47 0.51 0.47 -patronaux patronal ADJ m p 0.30 0.61 0.02 0.14 -patronna patronner VER 0.16 0.81 0.01 0.00 ind:pas:3s; -patronne patron NOM f s 141.18 132.03 11.23 26.82 -patronner patronner VER 0.16 0.81 0.00 0.14 inf; -patronnes patronne NOM f p 0.26 0.00 0.26 0.00 -patronnesse patronnesse ADJ f s 0.22 0.95 0.14 0.61 -patronnesses patronnesse ADJ f p 0.22 0.95 0.07 0.34 -patronné patronner VER m s 0.16 0.81 0.03 0.14 par:pas; -patronnée patronner VER f s 0.16 0.81 0.03 0.07 par:pas; -patronnés patronner VER m p 0.16 0.81 0.00 0.07 par:pas; -patrons patron NOM m p 141.18 132.03 7.50 10.88 -patronyme patronyme NOM m s 0.28 3.24 0.25 2.50 -patronymes patronyme NOM m p 0.28 3.24 0.03 0.74 -patronymique patronymique ADJ m s 0.20 0.20 0.20 0.07 -patronymiques patronymique ADJ m p 0.20 0.20 0.00 0.14 -patrouilla patrouiller VER 2.54 2.97 0.00 0.14 ind:pas:3s; -patrouillaient patrouiller VER 2.54 2.97 0.14 0.95 ind:imp:3p; -patrouillais patrouiller VER 2.54 2.97 0.08 0.00 ind:imp:1s; -patrouillait patrouiller VER 2.54 2.97 0.12 0.41 ind:imp:3s; -patrouillant patrouiller VER 2.54 2.97 0.09 0.34 par:pre; -patrouille patrouille NOM f s 14.45 10.47 10.83 6.42 -patrouillent patrouiller VER 2.54 2.97 0.28 0.27 ind:pre:3p; -patrouiller patrouiller VER 2.54 2.97 1.02 0.41 inf; -patrouillerai patrouiller VER 2.54 2.97 0.03 0.00 ind:fut:1s; -patrouilleras patrouiller VER 2.54 2.97 0.01 0.00 ind:fut:2s; -patrouillerez patrouiller VER 2.54 2.97 0.02 0.00 ind:fut:2p; -patrouilleront patrouiller VER 2.54 2.97 0.01 0.00 ind:fut:3p; -patrouilles patrouille NOM f p 14.45 10.47 3.61 4.05 -patrouilleur patrouilleur NOM m s 1.43 0.47 1.15 0.07 -patrouilleurs patrouilleur NOM m p 1.43 0.47 0.28 0.41 -patrouillez patrouiller VER 2.54 2.97 0.12 0.00 imp:pre:2p;ind:pre:2p; -patrouilliez patrouiller VER 2.54 2.97 0.04 0.00 ind:imp:2p; -patrouillions patrouiller VER 2.54 2.97 0.01 0.00 ind:imp:1p; -patrouillé patrouiller VER m s 2.54 2.97 0.12 0.07 par:pas; -patrouillée patrouiller VER f s 2.54 2.97 0.02 0.00 par:pas; -patrouillées patrouiller VER f p 2.54 2.97 0.02 0.14 par:pas; -patte patte NOM f s 34.60 85.14 6.45 21.28 -pattemouille pattemouille NOM f s 0.14 0.41 0.14 0.34 -pattemouilles pattemouille NOM f p 0.14 0.41 0.00 0.07 -pattern pattern NOM m s 0.06 0.00 0.06 0.00 -pattes patte NOM f p 34.60 85.14 28.16 63.85 -patène patène NOM f s 0.10 0.34 0.10 0.27 -patènes patène NOM f p 0.10 0.34 0.00 0.07 -patère patère NOM f s 0.08 1.76 0.08 1.08 -patères patère NOM f p 0.08 1.76 0.00 0.68 -pattu pattu ADJ m s 0.00 0.14 0.00 0.07 -pattée patté ADJ f s 0.00 0.14 0.00 0.14 -pattus pattu ADJ m p 0.00 0.14 0.00 0.07 -paturon paturon NOM m s 0.00 1.42 0.00 0.41 -paturons paturon NOM m p 0.00 1.42 0.00 1.01 -pauchouse pauchouse NOM f s 0.00 0.20 0.00 0.20 -pauline pauline NOM f s 0.00 0.07 0.00 0.07 -paulinienne paulinien ADJ f s 0.00 0.07 0.00 0.07 -paulownias paulownia NOM m p 0.00 0.07 0.00 0.07 -pauma paumer VER 4.27 8.92 0.00 0.14 ind:pas:3s; -paumais paumer VER 4.27 8.92 0.00 0.20 ind:imp:1s; -paumait paumer VER 4.27 8.92 0.00 0.20 ind:imp:3s; -paumant paumer VER 4.27 8.92 0.00 0.34 par:pre; -paume paume NOM f s 3.17 35.47 2.18 22.57 -paumelle paumelle NOM f s 0.00 0.14 0.00 0.07 -paumelles paumelle NOM f p 0.00 0.14 0.00 0.07 -paument paumer VER 4.27 8.92 0.01 0.20 ind:pre:3p; -paumer paumer VER 4.27 8.92 0.38 1.82 inf; -paumes paume NOM f p 3.17 35.47 0.99 12.91 -paumé paumer VER m s 4.27 8.92 2.58 2.97 par:pas; -paumée paumer VER f s 4.27 8.92 0.46 0.61 par:pas; -paumées paumé ADJ f p 2.46 2.84 0.02 0.27 -paumés paumé NOM m p 2.23 5.54 0.90 2.23 -paupiette paupiette NOM f s 0.19 0.07 0.02 0.00 -paupiettes paupiette NOM f p 0.19 0.07 0.17 0.07 -paupière paupière NOM f s 4.75 63.45 0.97 7.03 -paupières paupière NOM f p 4.75 63.45 3.77 56.42 -paupérisation paupérisation NOM f s 0.00 0.27 0.00 0.27 -paupérise paupériser VER 0.00 0.07 0.00 0.07 ind:pre:3s; -paupérisme paupérisme NOM m s 0.00 0.20 0.00 0.20 -pause_café pause_café NOM f s 0.29 0.14 0.26 0.07 -pause pause NOM f s 28.24 11.89 27.30 10.14 -pauser pauser VER 0.02 0.07 0.01 0.07 inf; -pause_café pause_café NOM f p 0.29 0.14 0.03 0.07 -pauses_repas pauses_repas NOM f p 0.01 0.07 0.01 0.07 -pauses pause NOM f p 28.24 11.89 0.94 1.76 -pausez pauser VER 0.02 0.07 0.01 0.00 imp:pre:2p; -pauvre pauvre ADJ s 178.03 187.77 148.93 148.78 -pauvrement pauvrement ADV 0.31 1.89 0.31 1.89 -pauvres pauvre ADJ p 178.03 187.77 29.09 38.99 -pauvresse pauvresse NOM f s 0.34 0.54 0.23 0.47 -pauvresses pauvresse NOM f p 0.34 0.54 0.11 0.07 -pauvret pauvret NOM m s 0.05 0.41 0.05 0.14 -pauvrets pauvret NOM m p 0.05 0.41 0.00 0.27 -pauvrette pauvrette NOM f s 1.16 0.95 1.16 0.81 -pauvrettes pauvrette NOM f p 1.16 0.95 0.00 0.14 -pauvreté pauvreté NOM f s 7.04 10.27 7.04 10.14 -pauvretés pauvreté NOM f p 7.04 10.27 0.00 0.14 -pavage pavage NOM m s 0.04 1.42 0.04 1.42 -pavait paver VER 0.33 1.01 0.00 0.07 ind:imp:3s; -pavana pavaner VER 1.53 2.23 0.00 0.14 ind:pas:3s; -pavanaient pavaner VER 1.53 2.23 0.03 0.41 ind:imp:3p; -pavanait pavaner VER 1.53 2.23 0.09 0.54 ind:imp:3s; -pavanant pavaner VER 1.53 2.23 0.10 0.27 par:pre; -pavane pavaner VER 1.53 2.23 0.47 0.27 imp:pre:2s;ind:pre:1s;ind:pre:3s; -pavanent pavaner VER 1.53 2.23 0.07 0.14 ind:pre:3p; -pavaner pavaner VER 1.53 2.23 0.65 0.34 inf; -pavanera pavaner VER 1.53 2.23 0.01 0.00 ind:fut:3s; -pavanerez pavaner VER 1.53 2.23 0.01 0.07 ind:fut:2p; -pavanes pavaner VER 1.53 2.23 0.08 0.00 ind:pre:2s; -pavanons pavaner VER 1.53 2.23 0.00 0.07 ind:pre:1p; -pavané pavaner VER m s 1.53 2.23 0.03 0.00 par:pas; -pave paver VER 0.33 1.01 0.14 0.14 ind:pre:1s;ind:pre:3s; -pavement pavement NOM m s 0.00 1.76 0.00 1.28 -pavements pavement NOM m p 0.00 1.76 0.00 0.47 -paver paver VER 0.33 1.01 0.06 0.07 inf; -paveton paveton NOM m s 0.00 0.47 0.00 0.34 -pavetons paveton NOM m p 0.00 0.47 0.00 0.14 -paveur paveur NOM m s 0.00 0.20 0.00 0.14 -paveurs paveur NOM m p 0.00 0.20 0.00 0.07 -pavez paver VER 0.33 1.01 0.02 0.07 imp:pre:2p; -pavillon pavillon NOM m s 5.95 25.61 5.39 20.07 -pavillonnaire pavillonnaire ADJ s 0.03 0.20 0.03 0.14 -pavillonnaires pavillonnaire ADJ m p 0.03 0.20 0.00 0.07 -pavillons pavillon NOM m p 5.95 25.61 0.56 5.54 -pavlovien pavlovien ADJ m s 0.08 0.27 0.05 0.27 -pavlovienne pavlovien ADJ f s 0.08 0.27 0.03 0.00 -pavois pavois NOM m 0.01 1.49 0.01 1.49 -pavoisa pavoiser VER 0.38 3.65 0.00 0.14 ind:pas:3s; -pavoisaient pavoiser VER 0.38 3.65 0.00 0.07 ind:imp:3p; -pavoisait pavoiser VER 0.38 3.65 0.14 0.07 ind:imp:3s; -pavoise pavoiser VER 0.38 3.65 0.03 0.34 imp:pre:2s;ind:pre:3s; -pavoisement pavoisement NOM m s 0.00 0.07 0.00 0.07 -pavoisent pavoiser VER 0.38 3.65 0.03 0.54 ind:pre:3p; -pavoiser pavoiser VER 0.38 3.65 0.17 0.61 inf; -pavoisera pavoiser VER 0.38 3.65 0.01 0.00 ind:fut:3s; -pavoiseraient pavoiser VER 0.38 3.65 0.00 0.07 cnd:pre:3p; -pavoisé pavoiser VER m s 0.38 3.65 0.00 0.54 par:pas; -pavoisée pavoiser VER f s 0.38 3.65 0.00 0.61 par:pas; -pavoisées pavoiser VER f p 0.38 3.65 0.00 0.27 par:pas; -pavoisés pavoiser VER m p 0.38 3.65 0.00 0.41 par:pas; -pavot pavot NOM m s 0.85 1.49 0.74 1.15 -pavots pavot NOM m p 0.85 1.49 0.11 0.34 -pavé pavé NOM m s 3.00 26.62 2.08 13.24 -pavée pavé ADJ f s 0.92 5.68 0.33 3.51 -pavées pavé ADJ f p 0.92 5.68 0.17 0.74 -pavés pavé NOM m p 3.00 26.62 0.92 13.38 -pax_americana pax_americana NOM f 0.01 0.00 0.01 0.00 -paxon paxon NOM m s 0.07 0.07 0.07 0.07 -paya payer VER 416.67 150.20 0.76 5.14 ind:pas:3s; -payable payable ADJ s 0.74 0.61 0.58 0.34 -payables payable ADJ m p 0.74 0.61 0.16 0.27 -payai payer VER 416.67 150.20 0.01 0.41 ind:pas:1s; -payaient payer VER 416.67 150.20 0.66 2.50 ind:imp:3p; -payais payer VER 416.67 150.20 1.07 1.08 ind:imp:1s;ind:imp:2s; -payait payer VER 416.67 150.20 5.12 8.85 ind:imp:3s; -payant payant ADJ m s 2.09 2.03 1.23 0.74 -payante payant ADJ f s 2.09 2.03 0.39 0.74 -payantes payant ADJ f p 2.09 2.03 0.19 0.34 -payants payant ADJ m p 2.09 2.03 0.28 0.20 -payassent payer VER 416.67 150.20 0.00 0.07 sub:imp:3p; -payassiez payer VER 416.67 150.20 0.00 0.07 sub:imp:2p; -paye payer VER 416.67 150.20 29.91 10.34 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:1s;sub:pre:3s; -payement payement NOM m s 0.06 0.34 0.03 0.34 -payements payement NOM m p 0.06 0.34 0.03 0.00 -payent payer VER 416.67 150.20 4.30 1.35 ind:pre:3p; -payer payer VER 416.67 150.20 149.10 58.31 inf;;inf;;inf;; -payera payer VER 416.67 150.20 2.24 0.20 ind:fut:3s; -payerai payer VER 416.67 150.20 2.40 0.34 ind:fut:1s; -payeraient payer VER 416.67 150.20 0.10 0.14 cnd:pre:3p; -payerais payer VER 416.67 150.20 0.33 0.34 cnd:pre:1s;cnd:pre:2s; -payerait payer VER 416.67 150.20 0.20 0.47 cnd:pre:3s; -payeras payer VER 416.67 150.20 0.37 0.34 ind:fut:2s; -payerez payer VER 416.67 150.20 1.49 0.20 ind:fut:2p; -payeriez payer VER 416.67 150.20 0.10 0.07 cnd:pre:2p; -payerons payer VER 416.67 150.20 0.58 0.14 ind:fut:1p; -payeront payer VER 416.67 150.20 0.55 0.14 ind:fut:3p; -payes payer VER 416.67 150.20 4.59 1.15 ind:pre:2s;sub:pre:2s; -payeur payeur NOM m s 0.21 0.27 0.07 0.14 -payeurs payeur NOM m p 0.21 0.27 0.14 0.14 -payez payer VER 416.67 150.20 13.15 1.01 imp:pre:2p;ind:pre:2p; -payiez payer VER 416.67 150.20 0.55 0.00 ind:imp:2p; -payions payer VER 416.67 150.20 0.03 0.07 ind:imp:1p; -payâmes payer VER 416.67 150.20 0.00 0.07 ind:pas:1p; -payons payer VER 416.67 150.20 1.68 0.74 imp:pre:1p;ind:pre:1p; -payât payer VER 416.67 150.20 0.00 0.34 sub:imp:3s; -pays pays NOM m 202.57 241.55 202.57 241.55 -paysage paysage NOM m s 13.19 64.12 10.57 50.47 -paysager paysager ADJ m s 0.06 0.07 0.06 0.07 -paysages paysage NOM m p 13.19 64.12 2.62 13.65 -paysagiste paysagiste NOM s 0.73 0.68 0.66 0.61 -paysagistes paysagiste NOM p 0.73 0.68 0.08 0.07 -paysagé paysagé ADJ m s 0.00 0.47 0.00 0.41 -paysagés paysagé ADJ m p 0.00 0.47 0.00 0.07 -paysan paysan NOM m s 22.34 57.30 9.06 17.77 -paysanne paysan NOM f s 22.34 57.30 2.66 6.82 -paysannerie paysannerie NOM f s 0.23 0.54 0.23 0.54 -paysannes paysanne NOM f p 0.95 0.00 0.95 0.00 -paysans paysan NOM m p 22.34 57.30 10.62 29.80 -payse payse NOM m 0.01 0.07 0.01 0.07 -payèrent payer VER 416.67 150.20 0.11 0.41 ind:pas:3p; -payé payer VER m s 416.67 150.20 66.22 23.24 par:pas; -payée payer VER f s 416.67 150.20 9.16 2.91 par:pas; -payées payer VER f p 416.67 150.20 1.53 1.01 par:pas; -payés payer VER m p 416.67 150.20 5.56 3.31 par:pas; -pc pc NOM m 0.16 0.00 0.16 0.00 -pchitt pchitt ONO 0.00 0.20 0.00 0.20 -peanuts peanuts NOM m p 0.07 0.07 0.07 0.07 -peau_rouge peau_rouge NOM s 0.51 0.54 0.49 0.27 -peau peau NOM f s 87.47 187.77 83.83 174.26 -peaucier peaucier NOM m s 0.00 0.14 0.00 0.07 -peauciers peaucier NOM m p 0.00 0.14 0.00 0.07 -peaufina peaufiner VER 0.67 1.08 0.00 0.14 ind:pas:3s; -peaufinage peaufinage NOM m s 0.01 0.00 0.01 0.00 -peaufinait peaufiner VER 0.67 1.08 0.03 0.20 ind:imp:3s; -peaufinant peaufiner VER 0.67 1.08 0.00 0.07 par:pre; -peaufiner peaufiner VER 0.67 1.08 0.44 0.34 inf; -peaufiné peaufiner VER m s 0.67 1.08 0.20 0.20 par:pas; -peaufinée peaufiner VER f s 0.67 1.08 0.00 0.07 par:pas; -peaufinés peaufiner VER m p 0.67 1.08 0.00 0.07 par:pas; -peausserie peausserie NOM f s 0.00 0.27 0.00 0.14 -peausseries peausserie NOM f p 0.00 0.27 0.00 0.14 -peaussier peaussier NOM m s 0.01 0.07 0.01 0.07 -peau_rouge peau_rouge NOM p 0.51 0.54 0.02 0.27 -peaux peau NOM f p 87.47 187.77 3.63 13.51 -pec pec ADJ m s 0.01 0.00 0.01 0.00 -peccable peccable ADJ m s 0.01 0.00 0.01 0.00 -peccadille peccadille NOM f s 0.08 1.08 0.04 0.34 -peccadilles peccadille NOM f p 0.08 1.08 0.04 0.74 -peccata peccata NOM m s 0.20 0.00 0.20 0.00 -peccavi peccavi NOM m s 0.10 0.14 0.10 0.14 -pecnots pecnot NOM m p 0.03 0.00 0.03 0.00 -pecorino pecorino NOM m s 0.25 0.00 0.25 0.00 -pectoral pectoral ADJ m s 0.19 1.08 0.07 0.00 -pectorale pectoral ADJ f s 0.19 1.08 0.04 0.27 -pectorales pectoral ADJ f p 0.19 1.08 0.03 0.41 -pectoraux pectoral NOM m p 0.70 2.09 0.66 1.76 -pedigree pedigree NOM m s 0.67 1.82 0.65 1.76 -pedigrees pedigree NOM m p 0.67 1.82 0.02 0.07 -pedzouille pedzouille NOM m s 0.04 0.54 0.04 0.41 -pedzouilles pedzouille NOM m p 0.04 0.54 0.00 0.14 -peeling peeling NOM m s 0.14 0.00 0.14 0.00 -peignît peindre VER 36.05 80.27 0.00 0.07 sub:imp:3s; -peigna peigner VER 2.25 4.39 0.00 0.41 ind:pas:3s; -peignaient peindre VER 36.05 80.27 0.16 0.88 ind:imp:3p; -peignais peindre VER 36.05 80.27 0.35 1.42 ind:imp:1s; -peignait peindre VER 36.05 80.27 1.61 4.86 ind:imp:3s; -peignant peindre VER 36.05 80.27 0.51 1.55 par:pre; -peigne_cul peigne_cul NOM m s 0.23 0.34 0.07 0.27 -peigne_cul peigne_cul NOM m p 0.23 0.34 0.17 0.07 -peigne_zizi peigne_zizi NOM s 0.00 0.07 0.00 0.07 -peigne peigne NOM m s 6.81 10.81 6.07 8.85 -peignent peindre VER 36.05 80.27 0.43 0.81 ind:pre:3p;sub:pre:3p; -peigner peigner VER 2.25 4.39 0.85 1.28 inf; -peignerais peigner VER 2.25 4.39 0.00 0.07 cnd:pre:2s; -peignerait peigner VER 2.25 4.39 0.00 0.07 cnd:pre:3s; -peignes peigne NOM m p 6.81 10.81 0.74 1.96 -peignez peindre VER 36.05 80.27 0.57 0.20 imp:pre:2p;ind:pre:2p; -peigniez peigner VER 2.25 4.39 0.03 0.00 ind:imp:2p; -peignions peigner VER 2.25 4.39 0.00 0.20 ind:imp:1p; -peignis peindre VER 36.05 80.27 0.00 1.22 ind:pas:1s; -peignit peindre VER 36.05 80.27 0.14 1.82 ind:pas:3s; -peignoir peignoir NOM m s 6.65 16.96 5.94 14.73 -peignoirs peignoir NOM m p 6.65 16.96 0.72 2.23 -peignons peindre VER 36.05 80.27 0.18 0.00 imp:pre:1p;ind:pre:1p; -peigné peigner VER m s 2.25 4.39 0.08 0.41 par:pas; -peignée peignée NOM f s 0.17 1.49 0.17 1.22 -peignées peignée NOM f p 0.17 1.49 0.00 0.27 -peignés peigné ADJ m p 0.06 1.89 0.02 1.01 -peina peiner VER 7.65 12.36 0.00 0.14 ind:pas:3s; -peinaient peiner VER 7.65 12.36 0.01 0.61 ind:imp:3p; -peinais peiner VER 7.65 12.36 0.02 0.07 ind:imp:1s; -peinait peiner VER 7.65 12.36 0.03 2.43 ind:imp:3s; -peinant peiner VER 7.65 12.36 0.15 0.68 par:pre; -peinard peinard ADJ m s 3.92 9.59 2.91 5.88 -peinarde peinard ADJ f s 3.92 9.59 0.33 1.35 -peinardement peinardement ADV 0.00 0.20 0.00 0.20 -peinardes peinard ADJ f p 3.92 9.59 0.02 0.20 -peinards peinard ADJ m p 3.92 9.59 0.67 2.16 -peindra peindre VER 36.05 80.27 0.19 0.07 ind:fut:3s; -peindrai peindre VER 36.05 80.27 0.51 0.34 ind:fut:1s; -peindrais peindre VER 36.05 80.27 0.06 0.27 cnd:pre:1s;cnd:pre:2s; -peindrait peindre VER 36.05 80.27 0.16 0.34 cnd:pre:3s; -peindras peindre VER 36.05 80.27 0.17 0.14 ind:fut:2s; -peindre peindre VER 36.05 80.27 12.75 22.64 inf;; -peine peine NOM f s 199.75 399.53 193.42 388.24 -peinent peiner VER 7.65 12.36 0.54 0.27 ind:pre:3p; -peiner peiner VER 7.65 12.36 0.45 2.36 ind:pre:2p;inf; -peinera peiner VER 7.65 12.36 0.14 0.07 ind:fut:3s; -peinerait peiner VER 7.65 12.36 0.18 0.00 cnd:pre:3s; -peinerez peiner VER 7.65 12.36 0.01 0.00 ind:fut:2p; -peines peine NOM f p 199.75 399.53 6.34 11.28 -peineuse peineuse ADJ m s 0.00 0.07 0.00 0.07 -peinez peiner VER 7.65 12.36 0.54 0.07 imp:pre:2p;ind:pre:2p; -peinions peiner VER 7.65 12.36 0.00 0.07 ind:imp:1p; -peinons peiner VER 7.65 12.36 0.14 0.07 ind:pre:1p; -peinât peiner VER 7.65 12.36 0.00 0.07 sub:imp:3s; -peins peindre VER 36.05 80.27 3.77 2.70 imp:pre:2s;ind:pre:1s;ind:pre:2s; -peint peindre VER m s 36.05 80.27 11.95 17.84 ind:pre:3s;par:pas;par:pas; -peinte peindre VER f s 36.05 80.27 0.95 9.53 par:pas; -peintes peindre VER f p 36.05 80.27 0.61 5.95 par:pas; -peinèrent peiner VER 7.65 12.36 0.00 0.07 ind:pas:3p; -peintre peintre NOM s 17.02 45.07 13.60 31.22 -peintres peintre NOM p 17.02 45.07 3.42 13.85 -peints peindre VER m p 36.05 80.27 1.00 7.64 par:pas; -peinture peinture NOM f s 29.53 67.64 25.83 59.39 -peintures peinture NOM f p 29.53 67.64 3.70 8.24 -peinturlure peinturlurer VER 0.47 2.23 0.14 0.00 ind:pre:1s;ind:pre:3s; -peinturlurent peinturlurer VER 0.47 2.23 0.00 0.07 ind:pre:3p; -peinturlurer peinturlurer VER 0.47 2.23 0.11 0.41 inf; -peinturlures peinturlurer VER 0.47 2.23 0.00 0.07 ind:pre:2s; -peinturlureur peinturlureur NOM m s 0.00 0.14 0.00 0.07 -peinturlureurs peinturlureur NOM m p 0.00 0.14 0.00 0.07 -peinturluré peinturlurer VER m s 0.47 2.23 0.12 0.74 par:pas; -peinturlurée peinturlurer VER f s 0.47 2.23 0.02 0.47 par:pas; -peinturlurées peinturlurer VER f p 0.47 2.23 0.03 0.14 par:pas; -peinturlurés peinturlurer VER m p 0.47 2.23 0.05 0.34 par:pas; -peinturé peinturer VER m s 0.02 0.20 0.02 0.14 par:pas; -peinturée peinturer VER f s 0.02 0.20 0.00 0.07 par:pas; -peiné peiner VER m s 7.65 12.36 1.68 2.50 par:pas; -peinée peiner VER f s 7.65 12.36 0.14 0.74 par:pas; -peinées peiner VER f p 7.65 12.36 0.11 0.00 par:pas; -peinés peiner VER m p 7.65 12.36 0.22 0.20 par:pas; -pela peler VER 1.78 4.93 0.00 0.20 ind:pas:3s; -pelade pelade NOM f s 0.16 0.47 0.16 0.41 -pelades pelade NOM f p 0.16 0.47 0.00 0.07 -pelage pelage NOM m s 0.44 6.01 0.44 5.74 -pelages pelage NOM m p 0.44 6.01 0.00 0.27 -pelaient peler VER 1.78 4.93 0.00 0.07 ind:imp:3p; -pelait peler VER 1.78 4.93 0.01 0.41 ind:imp:3s; -pelant peler VER 1.78 4.93 0.00 0.27 par:pre; -peler peler VER 1.78 4.93 0.44 1.22 inf; -pelisse pelisse NOM f s 0.11 3.51 0.11 2.84 -pelisses pelisse NOM f p 0.11 3.51 0.00 0.68 -pellagre pellagre NOM f s 0.04 0.00 0.04 0.00 -pelle_bêche pelle_bêche NOM f s 0.00 0.14 0.00 0.07 -pelle_pioche pelle_pioche NOM f s 0.00 0.41 0.00 0.07 -pelle pelle NOM f s 10.10 15.61 8.75 11.35 -pelle_bêche pelle_bêche NOM f p 0.00 0.14 0.00 0.07 -pelle_pioche pelle_pioche NOM f p 0.00 0.41 0.00 0.34 -pelles pelle NOM f p 10.10 15.61 1.35 4.26 -pelletage pelletage NOM m s 0.02 0.00 0.02 0.00 -pelletaient pelleter VER 0.27 0.95 0.00 0.14 ind:imp:3p; -pelletait pelleter VER 0.27 0.95 0.00 0.27 ind:imp:3s; -pelletant pelleter VER 0.27 0.95 0.00 0.14 par:pre; -pelleter pelleter VER 0.27 0.95 0.27 0.34 inf; -pelleterie pelleterie NOM f s 0.00 0.07 0.00 0.07 -pelleteur pelleteur NOM m s 0.44 0.27 0.04 0.00 -pelleteuse pelleteur NOM f s 0.44 0.27 0.40 0.14 -pelleteuses pelleteuse NOM f p 0.02 0.00 0.02 0.00 -pelletiers pelletier NOM m p 0.02 0.14 0.02 0.14 -pellette pelleter VER 0.27 0.95 0.00 0.07 ind:pre:3s; -pelletée pelletée NOM f s 0.31 2.03 0.29 0.47 -pelletées pelletée NOM f p 0.31 2.03 0.02 1.55 -pelliculages pelliculage NOM m p 0.00 0.07 0.00 0.07 -pelliculaire pelliculaire ADJ f s 0.00 0.07 0.00 0.07 -pellicule pellicule NOM f s 7.52 6.82 6.29 5.68 -pellicules pellicule NOM f p 7.52 6.82 1.23 1.15 -pelliculé pelliculer VER m s 0.00 0.14 0.00 0.07 par:pas; -pelliculée pelliculer VER f s 0.00 0.14 0.00 0.07 par:pas; -pelloche pelloche NOM f s 0.10 0.20 0.10 0.20 -pelota peloter VER 5.36 3.38 0.10 0.14 ind:pas:3s; -pelotage pelotage NOM m s 0.21 0.61 0.19 0.34 -pelotages pelotage NOM m p 0.21 0.61 0.02 0.27 -pelotaient peloter VER 5.36 3.38 0.03 0.14 ind:imp:3p; -pelotais peloter VER 5.36 3.38 0.07 0.00 ind:imp:1s;ind:imp:2s; -pelotait peloter VER 5.36 3.38 0.32 0.61 ind:imp:3s; -pelotant peloter VER 5.36 3.38 0.14 0.34 par:pre; -pelote pelote NOM f s 0.98 6.01 0.94 4.19 -pelotent peloter VER 5.36 3.38 0.14 0.00 ind:pre:3p; -peloter peloter VER 5.36 3.38 2.90 1.22 inf; -peloterai peloter VER 5.36 3.38 0.04 0.07 ind:fut:1s; -peloterait peloter VER 5.36 3.38 0.01 0.00 cnd:pre:3s; -pelotes peloter VER 5.36 3.38 0.17 0.00 ind:pre:2s; -peloteur peloteur NOM m s 0.03 0.14 0.02 0.00 -peloteurs peloteur NOM m p 0.03 0.14 0.01 0.14 -peloteuse peloteur ADJ f s 0.00 0.20 0.00 0.14 -pelotez peloter VER 5.36 3.38 0.11 0.00 imp:pre:2p;ind:pre:2p; -peloton peloton NOM m s 7.15 10.74 6.83 9.73 -pelotonna pelotonner VER 0.07 4.12 0.00 0.34 ind:pas:3s; -pelotonnai pelotonner VER 0.07 4.12 0.00 0.14 ind:pas:1s; -pelotonnaient pelotonner VER 0.07 4.12 0.01 0.07 ind:imp:3p; -pelotonnais pelotonner VER 0.07 4.12 0.00 0.07 ind:imp:1s; -pelotonnait pelotonner VER 0.07 4.12 0.00 0.14 ind:imp:3s; -pelotonnant pelotonner VER 0.07 4.12 0.00 0.07 par:pre; -pelotonne pelotonner VER 0.07 4.12 0.00 0.34 ind:pre:1s;ind:pre:3s; -pelotonnent pelotonner VER 0.07 4.12 0.00 0.14 ind:pre:3p; -pelotonner pelotonner VER 0.07 4.12 0.01 0.68 inf; -pelotonné pelotonner VER m s 0.07 4.12 0.00 1.22 par:pas; -pelotonnée pelotonner VER f s 0.07 4.12 0.02 0.61 par:pas; -pelotonnées pelotonner VER f p 0.07 4.12 0.00 0.14 par:pas; -pelotonnés pelotonner VER m p 0.07 4.12 0.02 0.20 par:pas; -pelotons peloton NOM m p 7.15 10.74 0.32 1.01 -peloté peloter VER m s 5.36 3.38 0.28 0.00 par:pas; -pelotée peloter VER f s 5.36 3.38 0.38 0.14 par:pas; -pelotés peloter VER m p 5.36 3.38 0.32 0.00 par:pas; -pelouse pelouse NOM f s 4.79 19.39 4.28 12.97 -pelouses pelouse NOM f p 4.79 19.39 0.52 6.42 -pelé peler VER m s 1.78 4.93 0.14 0.95 par:pas; -peluche peluche NOM f s 4.21 5.54 3.25 5.34 -peluches peluche NOM f p 4.21 5.54 0.96 0.20 -pelucheuse pelucheux ADJ f s 0.31 1.76 0.03 0.54 -pelucheuses pelucheux ADJ f p 0.31 1.76 0.01 0.27 -pelucheux pelucheux ADJ m 0.31 1.76 0.27 0.95 -peluchée peluché ADJ f s 0.00 0.20 0.00 0.20 -pelée pelé ADJ f s 0.44 3.24 0.30 1.08 -pelées peler VER f p 1.78 4.93 0.00 0.34 par:pas; -pelure pelure NOM f s 0.37 3.24 0.10 2.03 -pelures pelure NOM f p 0.37 3.24 0.28 1.22 -pelés peler VER m p 1.78 4.93 0.02 0.41 par:pas; -pelvien pelvien ADJ m s 0.55 0.00 0.18 0.00 -pelvienne pelvien ADJ f s 0.55 0.00 0.37 0.00 -pelvis pelvis NOM m 0.34 0.07 0.34 0.07 -pembina pembina NOM f s 0.00 0.07 0.00 0.07 -pemmican pemmican NOM m s 0.01 0.14 0.01 0.14 -penalties penalties NOM m p 0.29 0.14 0.29 0.14 -penalty penalty NOM m s 1.50 0.47 1.50 0.47 -penaud penaud ADJ m s 0.21 4.86 0.20 3.04 -penaude penaud ADJ f s 0.21 4.86 0.01 0.81 -penaudes penaud ADJ f p 0.21 4.86 0.00 0.07 -penauds penaud ADJ m p 0.21 4.86 0.00 0.95 -pence pence NOM m p 1.71 0.14 1.71 0.14 -pencha pencher VER 16.90 155.88 0.10 34.05 ind:pas:3s; -penchai pencher VER 16.90 155.88 0.00 2.36 ind:pas:1s; -penchaient pencher VER 16.90 155.88 0.00 2.30 ind:imp:3p; -penchais pencher VER 16.90 155.88 0.23 1.22 ind:imp:1s;ind:imp:2s; -penchait pencher VER 16.90 155.88 0.26 13.92 ind:imp:3s; -penchant penchant NOM m s 3.26 5.27 2.54 3.45 -penchante penchant ADJ f s 0.01 0.74 0.00 0.20 -penchants penchant NOM m p 3.26 5.27 0.72 1.82 -penche pencher VER 16.90 155.88 7.30 26.89 imp:pre:2s;ind:pre:1s;ind:pre:3s; -penchement penchement NOM m s 0.00 0.20 0.00 0.20 -penchent pencher VER 16.90 155.88 0.44 2.91 ind:pre:3p; -pencher pencher VER 16.90 155.88 2.08 11.76 inf; -penchera pencher VER 16.90 155.88 0.18 0.27 ind:fut:3s; -pencherai pencher VER 16.90 155.88 0.20 0.00 ind:fut:1s; -pencheraient pencher VER 16.90 155.88 0.04 0.07 cnd:pre:3p; -pencherais pencher VER 16.90 155.88 0.13 0.34 cnd:pre:1s; -pencherait pencher VER 16.90 155.88 0.04 0.14 cnd:pre:3s; -pencheras pencher VER 16.90 155.88 0.01 0.00 ind:fut:2s; -pencherez pencher VER 16.90 155.88 0.01 0.00 ind:fut:2p; -pencheriez pencher VER 16.90 155.88 0.01 0.00 cnd:pre:2p; -pencherons pencher VER 16.90 155.88 0.01 0.00 ind:fut:1p; -pencheront pencher VER 16.90 155.88 0.37 0.14 ind:fut:3p; -penches pencher VER 16.90 155.88 0.28 0.14 ind:pre:2s; -penchez pencher VER 16.90 155.88 1.75 0.27 imp:pre:2p;ind:pre:2p; -penchiez pencher VER 16.90 155.88 0.04 0.00 ind:imp:2p; -penchions pencher VER 16.90 155.88 0.02 0.34 ind:imp:1p; -penchâmes pencher VER 16.90 155.88 0.01 0.20 ind:pas:1p; -penchons pencher VER 16.90 155.88 0.11 0.27 imp:pre:1p;ind:pre:1p; -penchât pencher VER 16.90 155.88 0.00 0.14 sub:imp:3s; -penchèrent pencher VER 16.90 155.88 0.00 0.81 ind:pas:3p; -penché pencher VER m s 16.90 155.88 1.61 25.07 par:pas; -penchée pencher VER f s 16.90 155.88 1.32 12.36 par:pas; -penchées pencher VER f p 16.90 155.88 0.01 1.35 par:pas; -penchés penché ADJ m p 1.30 11.01 0.21 1.55 -pend pendre VER 43.03 58.04 2.50 6.69 ind:pre:3s; -pendable pendable ADJ s 0.04 0.88 0.02 0.61 -pendables pendable ADJ m p 0.04 0.88 0.02 0.27 -pendaient pendre VER 43.03 58.04 0.51 7.30 ind:imp:3p; -pendais pendre VER 43.03 58.04 0.02 0.00 ind:imp:1s; -pendaison pendaison NOM f s 3.02 1.08 2.78 1.08 -pendaisons pendaison NOM f p 3.02 1.08 0.24 0.00 -pendait pendre VER 43.03 58.04 0.86 13.38 ind:imp:3s; -pendant pendant PRE 312.62 450.14 312.62 450.14 -pendante pendant ADJ f s 3.56 12.50 0.36 3.24 -pendantes pendant ADJ f p 3.56 12.50 0.19 3.92 -pendants pendant ADJ m p 3.56 12.50 0.18 1.49 -pendard pendard NOM m s 0.05 0.07 0.03 0.07 -pendarde pendard NOM f s 0.05 0.07 0.01 0.00 -pendards pendard NOM m p 0.05 0.07 0.01 0.00 -pende pendre VER 43.03 58.04 1.15 0.34 sub:pre:1s;sub:pre:3s; -pendeloque pendeloque NOM f s 0.01 1.08 0.01 0.14 -pendeloques pendeloque NOM f p 0.01 1.08 0.00 0.95 -pendent pendre VER 43.03 58.04 1.41 4.53 ind:pre:3p; -pendentif pendentif NOM m s 1.04 1.22 1.00 0.74 -pendentifs pendentif NOM m p 1.04 1.22 0.03 0.47 -penderie penderie NOM f s 1.88 3.11 1.84 2.50 -penderies penderie NOM f p 1.88 3.11 0.04 0.61 -pendeur pendeur NOM m s 0.01 0.00 0.01 0.00 -pendez pendre VER 43.03 58.04 1.60 0.14 imp:pre:2p;ind:pre:2p; -pendillaient pendiller VER 0.01 0.41 0.00 0.14 ind:imp:3p; -pendillait pendiller VER 0.01 0.41 0.00 0.07 ind:imp:3s; -pendillant pendiller VER 0.01 0.41 0.00 0.14 par:pre; -pendille pendiller VER 0.01 0.41 0.01 0.07 ind:pre:3s; -pendirent pendre VER 43.03 58.04 0.00 0.07 ind:pas:3p; -pendit pendre VER 43.03 58.04 0.09 1.08 ind:pas:3s; -pendjabi pendjabi NOM m s 0.04 0.00 0.04 0.00 -pendons pendre VER 43.03 58.04 0.63 0.00 imp:pre:1p;ind:pre:1p; -pendouillaient pendouiller VER 0.47 2.23 0.01 0.27 ind:imp:3p; -pendouillait pendouiller VER 0.47 2.23 0.00 0.47 ind:imp:3s; -pendouillant pendouiller VER 0.47 2.23 0.02 0.47 par:pre; -pendouille pendouiller VER 0.47 2.23 0.30 0.61 ind:pre:1s;ind:pre:3s; -pendouillent pendouiller VER 0.47 2.23 0.03 0.27 ind:pre:3p; -pendouiller pendouiller VER 0.47 2.23 0.11 0.07 inf; -pendouilles pendouiller VER 0.47 2.23 0.00 0.07 ind:pre:2s; -pendra pendre VER 43.03 58.04 1.83 0.34 ind:fut:3s; -pendrai pendre VER 43.03 58.04 0.28 0.00 ind:fut:1s; -pendrais pendre VER 43.03 58.04 0.19 0.07 cnd:pre:1s;cnd:pre:2s; -pendrait pendre VER 43.03 58.04 0.28 0.07 cnd:pre:3s; -pendras pendre VER 43.03 58.04 0.17 0.00 ind:fut:2s; -pendre pendre VER 43.03 58.04 12.40 8.51 inf; -pendrez pendre VER 43.03 58.04 0.05 0.00 ind:fut:2p; -pendrons pendre VER 43.03 58.04 0.07 0.00 ind:fut:1p; -pendront pendre VER 43.03 58.04 0.82 0.07 ind:fut:3p; -pends pendre VER 43.03 58.04 1.13 0.20 imp:pre:2s;ind:pre:1s;ind:pre:2s; -pendu pendre VER m s 43.03 58.04 11.02 5.74 par:pas; -pendue pendre VER f s 43.03 58.04 2.19 2.97 par:pas; -pendues pendu ADJ f p 2.90 3.78 0.18 0.47 -pendulaire pendulaire ADJ s 0.00 0.20 0.00 0.20 -pendulait penduler VER 0.00 0.07 0.00 0.07 ind:imp:3s; -pendule pendule NOM s 4.78 11.82 3.37 9.86 -pendules pendule NOM f p 4.78 11.82 1.42 1.96 -pendulette pendulette NOM f s 0.03 1.15 0.03 0.95 -pendulettes pendulette NOM f p 0.03 1.15 0.00 0.20 -pendus pendre VER m p 43.03 58.04 1.52 2.50 par:pas; -pennage pennage NOM m s 0.12 0.00 0.12 0.00 -penne penne NOM f s 0.39 0.54 0.34 0.34 -pennes penne NOM f p 0.39 0.54 0.05 0.20 -pennies pennies NOM m p 0.62 0.20 0.62 0.20 -pennon pennon NOM m s 0.02 0.07 0.01 0.00 -pennons pennon NOM m p 0.02 0.07 0.01 0.07 -pennées penné ADJ f p 0.00 0.07 0.00 0.07 -penny penny NOM f s 3.49 0.14 3.49 0.14 -penon penon NOM m s 0.00 0.07 0.00 0.07 -pensa penser VER 1485.46 869.80 1.52 78.11 ind:pas:3s; -pensable pensable ADJ f s 0.19 0.81 0.19 0.81 -pensai penser VER 1485.46 869.80 0.86 16.28 ind:pas:1s; -pensaient penser VER 1485.46 869.80 6.32 10.61 ind:imp:3p; -pensais penser VER 1485.46 869.80 199.51 69.66 ind:imp:1s;ind:imp:2s; -pensait penser VER 1485.46 869.80 32.53 109.05 ind:imp:3s; -pensant penser VER 1485.46 869.80 10.22 32.50 par:pre; -pensante pensant ADJ f s 1.09 6.08 0.19 1.22 -pensantes pensant ADJ f p 1.09 6.08 0.06 0.14 -pensants pensant ADJ m p 1.09 6.08 0.03 0.41 -pense_bête pense_bête NOM m s 0.34 0.41 0.17 0.41 -pense_bête pense_bête NOM m p 0.34 0.41 0.17 0.00 -pense penser VER 1485.46 869.80 517.64 178.04 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:1s;sub:pre:3s; -pensent penser VER 1485.46 869.80 37.42 12.30 ind:pre:3p; -penser penser VER 1485.46 869.80 140.23 161.62 inf; -pensera penser VER 1485.46 869.80 3.66 1.62 ind:fut:3s; -penserai penser VER 1485.46 869.80 3.44 1.28 ind:fut:1s; -penseraient penser VER 1485.46 869.80 0.90 0.88 cnd:pre:3p; -penserais penser VER 1485.46 869.80 2.38 1.22 cnd:pre:1s;cnd:pre:2s; -penserait penser VER 1485.46 869.80 3.17 2.16 cnd:pre:3s; -penseras penser VER 1485.46 869.80 1.84 0.95 ind:fut:2s; -penserez penser VER 1485.46 869.80 0.93 0.61 ind:fut:2p; -penseriez penser VER 1485.46 869.80 0.66 0.20 cnd:pre:2p; -penserions penser VER 1485.46 869.80 0.01 0.20 cnd:pre:1p; -penserons penser VER 1485.46 869.80 0.30 0.14 ind:fut:1p; -penseront penser VER 1485.46 869.80 2.19 0.61 ind:fut:3p; -penses penser VER 1485.46 869.80 186.90 38.24 ind:pre:2s;sub:pre:2s; -penseur penseur NOM m s 1.64 3.92 0.84 1.96 -penseurs penseur NOM m p 1.64 3.92 0.80 1.69 -penseuse penseur NOM f s 1.64 3.92 0.00 0.14 -penseuses penseur NOM f p 1.64 3.92 0.00 0.14 -pensez penser VER 1485.46 869.80 148.70 41.69 imp:pre:2p;ind:pre:2p; -pensiez penser VER 1485.46 869.80 12.33 2.16 ind:imp:2p;sub:pre:2p; -pensif pensif ADJ m s 0.80 9.80 0.58 5.95 -pensifs pensif ADJ m p 0.80 9.80 0.01 1.42 -pension pension NOM f s 17.75 19.19 16.45 18.18 -pensionna pensionner VER 0.02 0.20 0.00 0.07 ind:pas:3s; -pensionnaire pensionnaire NOM s 2.41 10.54 1.42 4.19 -pensionnaires pensionnaire NOM p 2.41 10.54 0.99 6.35 -pensionnat pensionnat NOM m s 1.88 2.77 1.87 2.64 -pensionnats pensionnat NOM m p 1.88 2.77 0.01 0.14 -pensionner pensionner VER 0.02 0.20 0.00 0.07 inf; -pensionné pensionner VER m s 0.02 0.20 0.01 0.00 par:pas; -pensionnés pensionné NOM m p 0.21 0.20 0.21 0.00 -pensions penser VER 1485.46 869.80 5.41 4.26 ind:imp:1p; -pensive pensif ADJ f s 0.80 9.80 0.21 2.43 -pensivement pensivement ADV 0.01 5.20 0.01 5.20 -pensâmes penser VER 1485.46 869.80 0.00 0.07 ind:pas:1p; -pensons penser VER 1485.46 869.80 13.89 3.65 imp:pre:1p;ind:pre:1p; -pensât penser VER 1485.46 869.80 0.00 0.74 sub:imp:3s; -pensèrent penser VER 1485.46 869.80 0.07 1.01 ind:pas:3p; -pensé penser VER m s 1485.46 869.80 151.67 97.57 imp:pre:2s;par:pas;par:pas;par:pas;par:pas;par:pas; -pensée pensée NOM f s 57.87 151.55 26.25 98.92 -pensées pensée NOM f p 57.87 151.55 31.61 52.64 -pensum pensum NOM m s 0.03 1.22 0.02 0.95 -pensums pensum NOM m p 0.03 1.22 0.01 0.27 -pensés penser VER m p 1485.46 869.80 0.09 0.41 par:pas; -pentacle pentacle NOM m s 0.57 0.20 0.54 0.20 -pentacles pentacle NOM m p 0.57 0.20 0.04 0.00 -pentagonal pentagonal ADJ m s 0.01 0.00 0.01 0.00 -pentagone pentagone NOM m s 0.26 0.20 0.25 0.14 -pentagones pentagone NOM m p 0.26 0.20 0.01 0.07 -pentagramme pentagramme NOM m s 0.70 0.00 0.67 0.00 -pentagrammes pentagramme NOM m p 0.70 0.00 0.04 0.00 -pentamètre pentamètre NOM s 0.17 0.00 0.12 0.00 -pentamètres pentamètre NOM p 0.17 0.00 0.05 0.00 -pentasyllabe pentasyllabe NOM m s 0.00 0.07 0.00 0.07 -pentateuque pentateuque NOM m s 0.00 0.07 0.00 0.07 -pentathlon pentathlon NOM m s 0.00 0.07 0.00 0.07 -pente pente NOM f s 4.82 49.66 4.46 39.19 -pentecôte pentecôte NOM f s 0.57 3.85 0.57 3.85 -pentecôtiste pentecôtiste NOM s 0.04 0.20 0.02 0.20 -pentecôtistes pentecôtiste NOM p 0.04 0.20 0.02 0.00 -pentes pente NOM f p 4.82 49.66 0.36 10.47 -penthiobarbital penthiobarbital NOM m s 0.01 0.00 0.01 0.00 -penthotal penthotal NOM m s 0.06 0.20 0.06 0.20 -penthouse penthouse NOM m s 0.90 0.00 0.90 0.00 -pentothal pentothal NOM m s 0.17 0.00 0.17 0.00 -pentu pentu ADJ m s 0.05 1.22 0.05 0.61 -pentue pentu ADJ f s 0.05 1.22 0.00 0.27 -pentues pentu ADJ f p 0.05 1.22 0.00 0.07 -pentélique pentélique ADJ m s 0.00 0.07 0.00 0.07 -penture penture NOM f s 0.00 0.14 0.00 0.07 -pentures penture NOM f p 0.00 0.14 0.00 0.07 -pentus pentu ADJ m p 0.05 1.22 0.00 0.27 -people people ADJ 3.55 0.20 3.55 0.20 -pep pep NOM m s 0.33 0.14 0.15 0.14 -peppermint peppermint NOM m s 0.05 0.34 0.05 0.34 -peps pep NOM m p 0.33 0.14 0.18 0.00 -pepsine pepsine NOM f s 0.01 0.00 0.01 0.00 -peptide peptide NOM m s 0.03 0.00 0.03 0.00 -peptique peptique ADJ s 0.03 0.00 0.03 0.00 -percale percale NOM f s 0.11 0.68 0.11 0.61 -percales percale NOM f p 0.11 0.68 0.00 0.07 -perce_oreille perce_oreille NOM m s 0.04 0.20 0.03 0.07 -perce_oreille perce_oreille NOM m p 0.04 0.20 0.01 0.14 -perce_pierre perce_pierre NOM f s 0.00 0.07 0.00 0.07 -perce percer VER 15.77 42.03 2.09 3.45 imp:pre:2s;ind:pre:1s;ind:pre:3s; -percement percement NOM m s 0.01 0.41 0.01 0.41 -percent percer VER 15.77 42.03 0.42 1.08 ind:pre:3p; -percepteur percepteur NOM m s 1.03 1.42 0.93 1.28 -percepteurs percepteur NOM m p 1.03 1.42 0.09 0.14 -perceptible perceptible ADJ s 0.46 7.43 0.40 6.01 -perceptibles perceptible ADJ p 0.46 7.43 0.06 1.42 -perceptif perceptif ADJ m s 0.09 0.14 0.01 0.14 -perception perception NOM f s 2.92 3.72 2.62 2.70 -perceptions perception NOM f p 2.92 3.72 0.31 1.01 -perceptive perceptif ADJ f s 0.09 0.14 0.07 0.00 -perceptives perceptif ADJ f p 0.09 0.14 0.01 0.00 -perceptrice percepteur NOM f s 1.03 1.42 0.01 0.00 -perceptuels perceptuel ADJ m p 0.01 0.00 0.01 0.00 -percer percer VER 15.77 42.03 6.19 11.22 inf; -percera percer VER 15.77 42.03 0.26 0.20 ind:fut:3s; -percerai percer VER 15.77 42.03 0.08 0.00 ind:fut:1s; -percerait percer VER 15.77 42.03 0.03 0.00 cnd:pre:3s; -percerez percer VER 15.77 42.03 0.11 0.07 ind:fut:2p; -perceur perceur NOM m s 1.21 1.01 0.12 0.20 -perceurs perceur NOM m p 1.21 1.01 0.12 0.47 -perceuse perceur NOM f s 1.21 1.01 0.97 0.20 -perceuses perceuse NOM f p 0.01 0.00 0.01 0.00 -percevaient percevoir VER 7.39 41.01 0.01 0.81 ind:imp:3p; -percevais percevoir VER 7.39 41.01 0.26 2.30 ind:imp:1s;ind:imp:2s; -percevait percevoir VER 7.39 41.01 0.15 6.62 ind:imp:3s; -percevant percevoir VER 7.39 41.01 0.20 1.15 par:pre; -percevez percevoir VER 7.39 41.01 0.26 0.00 imp:pre:2p;ind:pre:2p; -perceviez percevoir VER 7.39 41.01 0.00 0.07 ind:imp:2p; -percevions percevoir VER 7.39 41.01 0.01 0.27 ind:imp:1p; -percevoir percevoir VER 7.39 41.01 1.19 9.19 inf; -percevons percevoir VER 7.39 41.01 0.20 0.20 ind:pre:1p; -percevra percevoir VER 7.39 41.01 0.17 0.00 ind:fut:3s; -percevrais percevoir VER 7.39 41.01 0.01 0.00 cnd:pre:1s; -percevrait percevoir VER 7.39 41.01 0.01 0.14 cnd:pre:3s; -percevrez percevoir VER 7.39 41.01 0.01 0.00 ind:fut:2p; -percez percer VER 15.77 42.03 0.33 0.00 imp:pre:2p;ind:pre:2p; -percha percher VER 2.37 12.97 0.04 0.20 ind:pas:3s; -perchaient percher VER 2.37 12.97 0.10 0.34 ind:imp:3p; -perchais percher VER 2.37 12.97 0.01 0.14 ind:imp:1s; -perchait percher VER 2.37 12.97 0.11 0.14 ind:imp:3s; -perche perche NOM f s 6.11 7.43 5.67 4.93 -perchent percher VER 2.37 12.97 0.00 0.14 ind:pre:3p; -percher percher VER 2.37 12.97 0.23 0.68 inf;; -percheron percheron NOM m s 0.02 2.30 0.02 1.22 -percheronne percheron ADJ f s 0.00 0.68 0.00 0.14 -percheronnes percheron NOM f p 0.02 2.30 0.00 0.07 -percherons percheron NOM m p 0.02 2.30 0.00 1.01 -perches perche NOM f p 6.11 7.43 0.45 2.50 -perchettes perchette NOM f p 0.00 0.07 0.00 0.07 -percheurs percheur ADJ m p 0.01 0.00 0.01 0.00 -perchiste perchiste NOM s 0.00 0.07 0.00 0.07 -perchlorate perchlorate NOM m s 0.04 0.00 0.04 0.00 -perchlorique perchlorique ADJ m s 0.01 0.00 0.01 0.00 -perchman perchman NOM m s 0.14 0.07 0.14 0.00 -perchmans perchman NOM m p 0.14 0.07 0.00 0.07 -perchoir perchoir NOM m s 0.46 3.78 0.43 3.58 -perchoirs perchoir NOM m p 0.46 3.78 0.03 0.20 -perchèrent percher VER 2.37 12.97 0.00 0.07 ind:pas:3p; -perché percher VER m s 2.37 12.97 1.12 4.59 par:pas; -perchée percher VER f s 2.37 12.97 0.49 2.97 par:pas; -perchées percher VER f p 2.37 12.97 0.00 0.68 par:pas; -perchés percher VER m p 2.37 12.97 0.10 2.70 par:pas; -percions percer VER 15.77 42.03 0.00 0.07 ind:imp:1p; -perclus perclus ADJ m 0.03 1.62 0.03 1.28 -percluse perclus ADJ f s 0.03 1.62 0.00 0.27 -percluses perclus ADJ f p 0.03 1.62 0.00 0.07 -perco perco NOM m s 0.07 0.27 0.07 0.14 -percolateur percolateur NOM m s 0.11 1.28 0.09 0.95 -percolateurs percolateur NOM m p 0.11 1.28 0.02 0.34 -percolation percolation NOM f s 0.01 0.00 0.01 0.00 -percoler percoler VER 0.01 0.00 0.01 0.00 inf; -percos perco NOM m p 0.07 0.27 0.00 0.14 -percèrent percer VER 15.77 42.03 0.10 0.47 ind:pas:3p; -percé percer VER m s 15.77 42.03 3.67 7.57 par:pas; -percée percée NOM f s 1.37 3.99 1.20 3.58 -percées percer VER f p 15.77 42.03 0.46 2.03 par:pas; -percés percer VER m p 15.77 42.03 0.51 2.77 par:pas; -percussion percussion NOM f s 1.04 1.76 0.16 0.61 -percussionniste percussionniste NOM s 0.09 0.00 0.08 0.00 -percussionnistes percussionniste NOM p 0.09 0.00 0.01 0.00 -percussions percussion NOM f p 1.04 1.76 0.89 1.15 -percuta percuter VER 3.87 2.77 0.01 0.61 ind:pas:3s; -percutait percuter VER 3.87 2.77 0.02 0.14 ind:imp:3s; -percutant percutant ADJ m s 0.38 1.01 0.32 0.41 -percutante percutant ADJ f s 0.38 1.01 0.01 0.00 -percutantes percutant ADJ f p 0.38 1.01 0.02 0.07 -percutants percutant ADJ m p 0.38 1.01 0.03 0.54 -percute percuter VER 3.87 2.77 0.49 0.27 imp:pre:2s;ind:pre:1s;ind:pre:3s; -percutent percuter VER 3.87 2.77 0.04 0.07 ind:pre:3p; -percuter percuter VER 3.87 2.77 0.69 0.74 inf; -percuterait percuter VER 3.87 2.77 0.00 0.07 cnd:pre:3s; -percutes percuter VER 3.87 2.77 0.26 0.00 ind:pre:2s; -percuteur percuteur NOM m s 0.25 0.07 0.22 0.07 -percuteurs percuteur NOM m p 0.25 0.07 0.02 0.00 -percutez percuter VER 3.87 2.77 0.06 0.00 imp:pre:2p;ind:pre:2p; -percuté percuter VER m s 3.87 2.77 2.07 0.54 par:pas; -percutée percuter VER f s 3.87 2.77 0.12 0.00 par:pas; -percutées percuter VER f p 3.87 2.77 0.02 0.00 par:pas; -percutés percuter VER m p 3.87 2.77 0.06 0.00 par:pas; -perd perdre VER 546.08 377.36 39.97 25.00 ind:pre:3s; -perdîmes perdre VER 546.08 377.36 0.02 0.20 ind:pas:1p; -perdît perdre VER 546.08 377.36 0.00 0.61 sub:imp:3s; -perdaient perdre VER 546.08 377.36 0.53 7.64 ind:imp:3p; -perdais perdre VER 546.08 377.36 2.85 4.80 ind:imp:1s;ind:imp:2s; -perdait perdre VER 546.08 377.36 2.52 24.73 ind:imp:3s; -perdant perdant NOM m s 6.71 1.42 4.04 0.74 -perdante perdant NOM f s 6.71 1.42 0.68 0.07 -perdants perdant NOM m p 6.71 1.42 2.00 0.61 -perde perdre VER 546.08 377.36 5.62 4.19 sub:pre:1s;sub:pre:3s; -perdent perdre VER 546.08 377.36 8.12 8.72 ind:pre:3p; -perdes perdre VER 546.08 377.36 0.89 0.20 sub:pre:2s; -perdez perdre VER 546.08 377.36 15.04 2.16 imp:pre:2p;ind:pre:2p; -perdiez perdre VER 546.08 377.36 0.59 0.20 ind:imp:2p; -perdions perdre VER 546.08 377.36 0.43 0.88 ind:imp:1p; -perdirent perdre VER 546.08 377.36 0.35 1.82 ind:pas:3p; -perdis perdre VER 546.08 377.36 0.27 2.16 ind:pas:1s; -perdisse perdre VER 546.08 377.36 0.00 0.07 sub:imp:1s; -perdit perdre VER 546.08 377.36 1.39 11.35 ind:pas:3s; -perdition perdition NOM f s 1.18 2.36 1.18 2.36 -perdons perdre VER 546.08 377.36 9.38 2.36 imp:pre:1p;ind:pre:1p; -perdra perdre VER 546.08 377.36 5.23 1.82 ind:fut:3s; -perdrai perdre VER 546.08 377.36 3.10 0.68 ind:fut:1s; -perdraient perdre VER 546.08 377.36 0.17 0.47 cnd:pre:3p; -perdrais perdre VER 546.08 377.36 2.26 1.01 cnd:pre:1s;cnd:pre:2s; -perdrait perdre VER 546.08 377.36 1.94 3.31 cnd:pre:3s; -perdras perdre VER 546.08 377.36 3.79 0.27 ind:fut:2s; -perdre perdre VER 546.08 377.36 131.47 97.70 inf; -perdreau perdreau NOM m s 1.45 2.84 0.84 1.15 -perdreaux perdreau NOM m p 1.45 2.84 0.61 1.69 -perdrez perdre VER 546.08 377.36 2.66 0.34 ind:fut:2p; -perdriez perdre VER 546.08 377.36 0.57 0.41 cnd:pre:2p; -perdrions perdre VER 546.08 377.36 0.11 0.68 cnd:pre:1p; -perdrix perdrix NOM f 2.83 1.49 2.83 1.49 -perdrons perdre VER 546.08 377.36 1.08 0.34 ind:fut:1p; -perdront perdre VER 546.08 377.36 0.50 0.34 ind:fut:3p; -perds perdre VER 546.08 377.36 48.13 11.35 imp:pre:2s;ind:pre:1s;ind:pre:2s; -perdu perdre VER m s 546.08 377.36 217.23 115.07 par:pas; -perdue perdre VER f s 546.08 377.36 22.38 22.70 par:pas; -perdues perdu ADJ f p 36.46 58.45 3.43 6.15 -perdurable perdurable ADJ m s 0.00 0.07 0.00 0.07 -perdurait perdurer VER 0.73 0.74 0.01 0.14 ind:imp:3s; -perdure perdurer VER 0.73 0.74 0.32 0.27 ind:pre:3s; -perdurent perdurer VER 0.73 0.74 0.05 0.20 ind:pre:3p; -perdurer perdurer VER 0.73 0.74 0.27 0.07 inf; -perdurera perdurer VER 0.73 0.74 0.05 0.00 ind:fut:3s; -perduré perdurer VER m s 0.73 0.74 0.03 0.07 par:pas; -perdus perdre VER m p 546.08 377.36 12.18 13.31 par:pas; -perestroïka perestroïka NOM f s 0.00 0.07 0.00 0.07 -perfectibilité perfectibilité NOM f s 0.00 0.07 0.00 0.07 -perfectible perfectible ADJ f s 0.00 0.14 0.00 0.07 -perfectibles perfectible ADJ p 0.00 0.14 0.00 0.07 -perfection perfection NOM f s 7.76 16.82 7.66 16.01 -perfectionna perfectionner VER 2.27 5.61 0.00 0.14 ind:pas:3s; -perfectionnaient perfectionner VER 2.27 5.61 0.00 0.07 ind:imp:3p; -perfectionnais perfectionner VER 2.27 5.61 0.00 0.07 ind:imp:1s; -perfectionnait perfectionner VER 2.27 5.61 0.02 0.14 ind:imp:3s; -perfectionnant perfectionner VER 2.27 5.61 0.00 0.47 par:pre; -perfectionne perfectionner VER 2.27 5.61 0.09 0.54 ind:pre:1s;ind:pre:3s; -perfectionnement perfectionnement NOM m s 0.31 1.35 0.30 0.95 -perfectionnements perfectionnement NOM m p 0.31 1.35 0.01 0.41 -perfectionnent perfectionner VER 2.27 5.61 0.00 0.07 ind:pre:3p; -perfectionner perfectionner VER 2.27 5.61 1.01 1.28 inf; -perfectionnerais perfectionner VER 2.27 5.61 0.00 0.07 cnd:pre:1s; -perfectionnions perfectionner VER 2.27 5.61 0.01 0.00 ind:imp:1p; -perfectionnisme perfectionnisme NOM m s 0.21 0.14 0.21 0.14 -perfectionniste perfectionniste ADJ s 0.51 0.14 0.43 0.14 -perfectionnistes perfectionniste ADJ m p 0.51 0.14 0.09 0.00 -perfectionnèrent perfectionner VER 2.27 5.61 0.02 0.00 ind:pas:3p; -perfectionné perfectionner VER m s 2.27 5.61 0.73 1.62 par:pas; -perfectionnée perfectionner VER f s 2.27 5.61 0.06 0.34 par:pas; -perfectionnées perfectionner VER f p 2.27 5.61 0.13 0.34 par:pas; -perfectionnés perfectionner VER m p 2.27 5.61 0.19 0.47 par:pas; -perfections perfection NOM f p 7.76 16.82 0.10 0.81 -perfecto perfecto NOM m s 0.19 0.27 0.19 0.20 -perfectos perfecto NOM m p 0.19 0.27 0.00 0.07 -perfide perfide ADJ s 2.48 4.86 1.69 3.18 -perfidement perfidement ADV 0.10 0.61 0.10 0.61 -perfides perfide ADJ p 2.48 4.86 0.79 1.69 -perfidie perfidie NOM f s 1.30 3.65 1.17 3.24 -perfidies perfidie NOM f p 1.30 3.65 0.14 0.41 -perfora perforer VER 1.45 1.35 0.00 0.14 ind:pas:3s; -perforage perforage NOM m s 0.01 0.00 0.01 0.00 -perforait perforer VER 1.45 1.35 0.01 0.14 ind:imp:3s; -perforant perforant ADJ m s 0.32 0.14 0.04 0.00 -perforante perforant ADJ f s 0.32 0.14 0.11 0.07 -perforantes perforant ADJ f p 0.32 0.14 0.05 0.07 -perforants perforant ADJ m p 0.32 0.14 0.12 0.00 -perforateur perforateur NOM m s 0.05 0.14 0.05 0.07 -perforation perforation NOM f s 0.67 0.88 0.53 0.47 -perforations perforation NOM f p 0.67 0.88 0.14 0.41 -perforatrice perforateur NOM f s 0.05 0.14 0.00 0.07 -perfore perforer VER 1.45 1.35 0.22 0.07 imp:pre:2s;ind:pre:1s;ind:pre:3s; -perforer perforer VER 1.45 1.35 0.21 0.47 inf; -perforera perforer VER 1.45 1.35 0.01 0.00 ind:fut:3s; -perforeuse perforeuse NOM f s 0.04 0.14 0.04 0.14 -perforez perforer VER 1.45 1.35 0.01 0.00 imp:pre:2p; -perforions perforer VER 1.45 1.35 0.00 0.07 ind:imp:1p; -performance performance NOM f s 4.71 4.19 3.48 2.23 -performances performance NOM f p 4.71 4.19 1.23 1.96 -performant performant ADJ m s 0.90 0.41 0.48 0.14 -performante performant ADJ f s 0.90 0.41 0.11 0.00 -performantes performant ADJ f p 0.90 0.41 0.04 0.07 -performants performant ADJ m p 0.90 0.41 0.27 0.20 -performer performer NOM m s 0.00 0.07 0.00 0.07 -perforé perforer VER m s 1.45 1.35 0.87 0.27 par:pas; -perforée perforer VER f s 1.45 1.35 0.07 0.14 par:pas; -perforées perforé ADJ f p 0.62 0.81 0.03 0.27 -perforés perforé ADJ m p 0.62 0.81 0.10 0.14 -perfuse perfuser VER 0.25 0.00 0.15 0.00 ind:pre:3s; -perfuser perfuser VER 0.25 0.00 0.08 0.00 inf; -perfusion perfusion NOM f s 2.14 0.81 1.95 0.54 -perfusions perfusion NOM f p 2.14 0.81 0.19 0.27 -perfusé perfuser VER m s 0.25 0.00 0.02 0.00 par:pas; -pergola pergola NOM f s 0.10 0.68 0.10 0.68 -pergélisol pergélisol NOM m s 0.01 0.00 0.01 0.00 -perla perler VER 0.38 7.77 0.01 0.14 ind:pas:3s; -perlaient perler VER 0.38 7.77 0.00 0.81 ind:imp:3p; -perlait perler VER 0.38 7.77 0.00 1.89 ind:imp:3s; -perlant perler VER 0.38 7.77 0.00 0.34 par:pre; -perle perle NOM f s 10.57 23.85 4.13 7.30 -perlent perler VER 0.38 7.77 0.14 0.41 ind:pre:3p; -perler perler VER 0.38 7.77 0.02 1.42 inf; -perleront perler VER 0.38 7.77 0.01 0.00 ind:fut:3p; -perles perle NOM f p 10.57 23.85 6.44 16.55 -perlimpinpin perlimpinpin NOM m s 0.03 0.20 0.03 0.20 -perlière perlière ADJ f s 0.01 0.00 0.01 0.00 -perlières perlier ADJ f p 0.00 0.27 0.00 0.07 -perlot perlot NOM m s 0.00 0.34 0.00 0.27 -perlots perlot NOM m p 0.00 0.34 0.00 0.07 -perlouse perlouse NOM f s 0.00 0.74 0.00 0.20 -perlouses perlouse NOM f p 0.00 0.74 0.00 0.54 -perlouze perlouze NOM f s 0.00 0.47 0.00 0.34 -perlouzes perlouze NOM f p 0.00 0.47 0.00 0.14 -perlèrent perler VER 0.38 7.77 0.00 0.07 ind:pas:3p; -perlé perler VER m s 0.38 7.77 0.14 0.20 par:pas; -perlée perlé ADJ f s 0.11 1.01 0.01 0.34 -perlées perlé ADJ f p 0.11 1.01 0.00 0.14 -perlés perlé ADJ m p 0.11 1.01 0.10 0.07 -perm perm NOM f s 1.38 1.22 1.38 1.01 -permît permettre VER 172.86 184.19 0.00 2.23 sub:imp:3s; -permafrost permafrost NOM m s 0.07 0.14 0.07 0.14 -permalloy permalloy NOM m s 0.01 0.00 0.01 0.00 -permane permaner VER 0.00 0.14 0.00 0.14 ind:pre:3s; -permanence permanence NOM f s 5.87 12.64 5.85 12.30 -permanences permanence NOM f p 5.87 12.64 0.02 0.34 -permanent permanent ADJ m s 8.86 14.80 3.73 7.97 -permanente permanent ADJ f s 8.86 14.80 4.03 5.20 -permanenter permanenter VER 0.07 0.14 0.02 0.00 inf; -permanentes permanent ADJ f p 8.86 14.80 0.63 0.41 -permanents permanent ADJ m p 8.86 14.80 0.48 1.22 -permanenté permanenter VER m s 0.07 0.14 0.01 0.00 par:pas; -permanentée permanenter VER f s 0.07 0.14 0.01 0.00 par:pas; -permanentés permanenter VER m p 0.07 0.14 0.01 0.14 par:pas; -permanganate permanganate NOM m s 0.04 0.20 0.04 0.20 -perme perme NOM f s 0.58 1.22 0.57 1.22 -permes perme NOM f p 0.58 1.22 0.01 0.00 -permet permettre VER 172.86 184.19 22.88 23.99 ind:pre:3s; -permets permettre VER 172.86 184.19 16.70 6.28 imp:pre:2s;ind:pre:1s;ind:pre:2s; -permettaient permettre VER 172.86 184.19 0.17 7.43 ind:imp:3p; -permettais permettre VER 172.86 184.19 0.10 0.61 ind:imp:1s;ind:imp:2s; -permettait permettre VER 172.86 184.19 2.04 26.22 ind:imp:3s; -permettant permettre VER 172.86 184.19 2.23 6.15 par:pre; -permette permettre VER 172.86 184.19 1.68 2.03 sub:pre:1s;sub:pre:3s; -permettent permettre VER 172.86 184.19 4.38 7.23 ind:pre:3p; -permettes permettre VER 172.86 184.19 0.04 0.00 sub:pre:2s; -permettez permettre VER 172.86 184.19 48.28 10.14 imp:pre:2p;ind:pre:2p; -permettiez permettre VER 172.86 184.19 0.03 0.07 ind:imp:2p; -permettions permettre VER 172.86 184.19 0.02 0.27 ind:imp:1p; -permettons permettre VER 172.86 184.19 0.17 0.14 imp:pre:1p;ind:pre:1p; -permettra permettre VER 172.86 184.19 6.38 3.85 ind:fut:3s; -permettrai permettre VER 172.86 184.19 3.96 0.88 ind:fut:1s; -permettraient permettre VER 172.86 184.19 0.42 2.16 cnd:pre:3p; -permettrais permettre VER 172.86 184.19 1.11 0.54 cnd:pre:1s;cnd:pre:2s; -permettrait permettre VER 172.86 184.19 3.11 8.24 cnd:pre:3s; -permettras permettre VER 172.86 184.19 0.05 0.27 ind:fut:2s; -permettre permettre VER 172.86 184.19 26.32 25.81 inf;; -permettrez permettre VER 172.86 184.19 0.84 0.14 ind:fut:2p; -permettriez permettre VER 172.86 184.19 0.02 0.07 cnd:pre:2p; -permettrions permettre VER 172.86 184.19 0.01 0.00 cnd:pre:1p; -permettrons permettre VER 172.86 184.19 0.12 0.00 ind:fut:1p; -permettront permettre VER 172.86 184.19 0.91 1.62 ind:fut:3p; -permirent permettre VER 172.86 184.19 0.24 1.89 ind:pas:3p; -permis permettre VER m 172.86 184.19 28.04 35.54 ind:pas:1s;par:pas;par:pas; -permise permettre VER f s 172.86 184.19 0.94 1.28 par:pas; -permises permettre VER f p 172.86 184.19 0.30 0.47 par:pas; -permissent permettre VER 172.86 184.19 0.00 0.07 sub:imp:3p; -permissifs permissif ADJ m p 0.09 0.07 0.01 0.07 -permission permission NOM f s 31.18 19.12 30.11 17.70 -permissionnaire permissionnaire NOM s 0.16 1.96 0.01 0.47 -permissionnaires permissionnaire NOM p 0.16 1.96 0.14 1.49 -permissions permission NOM f p 31.18 19.12 1.07 1.42 -permissive permissif ADJ f s 0.09 0.07 0.08 0.00 -permissivité permissivité NOM f s 0.00 0.14 0.00 0.14 -permit permettre VER 172.86 184.19 1.39 8.58 ind:pas:3s; -perméabilité perméabilité NOM f s 0.01 0.00 0.01 0.00 -perméable perméable ADJ s 0.23 1.01 0.19 0.88 -perméables perméable ADJ p 0.23 1.01 0.04 0.14 -permutant permutant ADJ m s 0.01 0.07 0.01 0.07 -permutation permutation NOM f s 0.37 0.81 0.26 0.41 -permutations permutation NOM f p 0.37 0.81 0.11 0.41 -permute permuter VER 0.41 0.41 0.24 0.00 ind:pre:1s;ind:pre:3s; -permutent permuter VER 0.41 0.41 0.00 0.07 ind:pre:3p; -permuter permuter VER 0.41 0.41 0.13 0.20 inf; -permutèrent permuter VER 0.41 0.41 0.00 0.07 ind:pas:3p; -permuté permuter VER m s 0.41 0.41 0.03 0.07 par:pas; -pernicieuse pernicieux ADJ f s 0.40 2.16 0.20 0.74 -pernicieuses pernicieux ADJ f p 0.40 2.16 0.02 0.34 -pernicieux pernicieux ADJ m 0.40 2.16 0.18 1.08 -pernod pernod NOM m s 0.17 4.73 0.17 4.46 -pernods pernod NOM m p 0.17 4.73 0.00 0.27 -peroxydase peroxydase NOM f s 0.01 0.00 0.01 0.00 -peroxyde peroxyde NOM m s 0.17 0.00 0.17 0.00 -peroxydé peroxyder VER m s 0.15 0.07 0.15 0.07 par:pas; -perpendiculaire perpendiculaire ADJ s 0.23 1.89 0.21 1.35 -perpendiculairement perpendiculairement ADV 0.02 1.15 0.02 1.15 -perpendiculaires perpendiculaire ADJ p 0.23 1.89 0.02 0.54 -perpette perpette NOM f s 0.21 0.41 0.21 0.41 -perpignan perpignan NOM m s 0.00 0.14 0.00 0.14 -perplexe perplexe ADJ s 2.27 10.81 2.03 9.39 -perplexes perplexe ADJ p 2.27 10.81 0.24 1.42 -perplexité perplexité NOM f s 0.21 5.54 0.21 4.66 -perplexités perplexité NOM f p 0.21 5.54 0.00 0.88 -perpète perpète ADV 1.46 1.49 1.46 1.49 -perpètrent perpétrer VER 1.86 2.03 0.01 0.00 ind:pre:3p; -perpètres perpétrer VER 1.86 2.03 0.00 0.07 ind:pre:2s; -perpétra perpétrer VER 1.86 2.03 0.01 0.00 ind:pas:3s; -perpétrait perpétrer VER 1.86 2.03 0.01 0.14 ind:imp:3s; -perpétration perpétration NOM f s 0.11 0.07 0.11 0.07 -perpétrer perpétrer VER 1.86 2.03 0.35 0.68 inf; -perpétrons perpétrer VER 1.86 2.03 0.00 0.07 ind:pre:1p; -perpétré perpétrer VER m s 1.86 2.03 0.94 0.41 par:pas; -perpétrée perpétrer VER f s 1.86 2.03 0.09 0.20 par:pas; -perpétrées perpétrer VER f p 1.86 2.03 0.09 0.07 par:pas; -perpétrés perpétrer VER m p 1.86 2.03 0.36 0.41 par:pas; -perpétua perpétuer VER 2.81 3.92 0.32 0.00 ind:pas:3s; -perpétuaient perpétuer VER 2.81 3.92 0.00 0.47 ind:imp:3p; -perpétuait perpétuer VER 2.81 3.92 0.01 0.47 ind:imp:3s; -perpétuant perpétuer VER 2.81 3.92 0.03 0.07 par:pre; -perpétuation perpétuation NOM f s 0.04 0.54 0.04 0.54 -perpétue perpétuer VER 2.81 3.92 0.18 0.68 ind:pre:1s;ind:pre:3s; -perpétuel perpétuel ADJ m s 3.00 18.24 1.87 8.04 -perpétuelle perpétuel ADJ f s 3.00 18.24 0.83 7.43 -perpétuellement perpétuellement ADV 0.26 4.66 0.26 4.66 -perpétuelles perpétuel ADJ f p 3.00 18.24 0.15 1.62 -perpétuels perpétuel ADJ m p 3.00 18.24 0.15 1.15 -perpétuent perpétuer VER 2.81 3.92 0.05 0.20 ind:pre:3p; -perpétuer perpétuer VER 2.81 3.92 1.73 1.62 inf; -perpétuera perpétuer VER 2.81 3.92 0.38 0.00 ind:fut:3s; -perpétuerait perpétuer VER 2.81 3.92 0.00 0.07 cnd:pre:3s; -perpétuité perpétuité NOM f s 3.24 2.09 3.11 2.09 -perpétuités perpétuité NOM f p 3.24 2.09 0.13 0.00 -perpétué perpétuer VER m s 2.81 3.92 0.09 0.27 par:pas; -perpétuée perpétuer VER f s 2.81 3.92 0.03 0.00 par:pas; -perpétués perpétuer VER m p 2.81 3.92 0.00 0.07 par:pas; -perquise perquise NOM f s 0.14 0.54 0.14 0.54 -perquisition perquisition NOM f s 3.75 2.30 3.54 1.82 -perquisitionne perquisitionner VER 1.30 0.74 0.14 0.20 ind:pre:1s;ind:pre:3s; -perquisitionnent perquisitionner VER 1.30 0.74 0.11 0.00 ind:pre:3p; -perquisitionner perquisitionner VER 1.30 0.74 0.72 0.47 inf; -perquisitionnera perquisitionner VER 1.30 0.74 0.01 0.00 ind:fut:3s; -perquisitionné perquisitionner VER m s 1.30 0.74 0.31 0.07 par:pas; -perquisitions perquisition NOM f p 3.75 2.30 0.21 0.47 -perrier perrier NOM m s 0.01 0.00 0.01 0.00 -perrières perrière NOM f p 0.00 0.14 0.00 0.14 -perron perron NOM m s 1.27 18.24 1.27 17.91 -perrons perron NOM m p 1.27 18.24 0.00 0.34 -perroquet perroquet NOM m s 5.55 8.78 4.39 7.36 -perroquets perroquet NOM m p 5.55 8.78 1.17 1.42 -perré perré NOM m s 0.00 0.41 0.00 0.27 -perruche perruche NOM f s 0.78 2.84 0.47 0.81 -perruches perruche NOM f p 0.78 2.84 0.31 2.03 -perruque perruque NOM f s 9.68 9.59 8.03 7.03 -perruques perruque NOM f p 9.68 9.59 1.65 2.57 -perruquier perruquier NOM m s 0.07 0.27 0.04 0.14 -perruquiers perruquier NOM m p 0.07 0.27 0.02 0.07 -perruquière perruquier NOM f s 0.07 0.27 0.01 0.07 -perrés perré NOM m p 0.00 0.41 0.00 0.14 -pers pers ADJ m 0.25 0.27 0.25 0.27 -persan persan ADJ m s 0.53 3.04 0.25 1.08 -persane persan ADJ f s 0.53 3.04 0.06 0.68 -persanes persan ADJ f p 0.53 3.04 0.00 0.54 -persans persan ADJ m p 0.53 3.04 0.22 0.74 -perse perse ADJ s 0.92 0.74 0.48 0.47 -perses perse ADJ p 0.92 0.74 0.44 0.27 -persienne persienne NOM f s 0.37 7.16 0.01 0.41 -persiennes persienne NOM f p 0.37 7.16 0.36 6.76 -persifla persifler VER 0.17 0.68 0.00 0.27 ind:pas:3s; -persiflage persiflage NOM m s 0.19 0.41 0.19 0.34 -persiflages persiflage NOM m p 0.19 0.41 0.00 0.07 -persiflait persifler VER 0.17 0.68 0.00 0.27 ind:imp:3s; -persifle persifler VER 0.17 0.68 0.02 0.00 ind:pre:3s; -persifler persifler VER 0.17 0.68 0.14 0.14 inf; -persifleur persifleur ADJ m s 0.00 0.41 0.00 0.20 -persifleurs persifleur NOM m p 0.00 0.20 0.00 0.14 -persifleuse persifleur ADJ f s 0.00 0.41 0.00 0.14 -persiflé persifler VER m s 0.17 0.68 0.01 0.00 par:pas; -persil persil NOM m s 1.75 2.36 1.75 2.36 -persillé persillé ADJ m s 0.01 0.41 0.00 0.34 -persillée persillé ADJ f s 0.01 0.41 0.01 0.00 -persillées persillé ADJ f p 0.01 0.41 0.00 0.07 -persique persique ADJ m s 0.17 0.34 0.17 0.34 -persista persister VER 3.66 15.41 0.02 0.81 ind:pas:3s; -persistai persister VER 3.66 15.41 0.01 0.07 ind:pas:1s; -persistaient persister VER 3.66 15.41 0.02 1.22 ind:imp:3p; -persistais persister VER 3.66 15.41 0.02 0.14 ind:imp:1s; -persistait persister VER 3.66 15.41 0.04 4.32 ind:imp:3s; -persistance persistance NOM f s 0.17 1.76 0.17 1.76 -persistant persistant ADJ m s 0.67 2.64 0.17 1.22 -persistante persistant ADJ f s 0.67 2.64 0.31 1.08 -persistantes persistant ADJ f p 0.67 2.64 0.11 0.34 -persistants persistant ADJ m p 0.67 2.64 0.07 0.00 -persiste persister VER 3.66 15.41 1.11 4.32 imp:pre:2s;ind:pre:1s;ind:pre:3s; -persistent persister VER 3.66 15.41 0.32 0.81 ind:pre:3p; -persister persister VER 3.66 15.41 0.27 0.88 inf; -persistera persister VER 3.66 15.41 0.12 0.07 ind:fut:3s; -persisterai persister VER 3.66 15.41 0.01 0.07 ind:fut:1s; -persisterait persister VER 3.66 15.41 0.01 0.07 cnd:pre:3s; -persisteriez persister VER 3.66 15.41 0.00 0.07 cnd:pre:2p; -persistes persister VER 3.66 15.41 0.47 0.34 ind:pre:2s; -persistez persister VER 3.66 15.41 1.06 0.74 imp:pre:2p;ind:pre:2p; -persistions persister VER 3.66 15.41 0.00 0.14 ind:imp:1p; -persistons persister VER 3.66 15.41 0.01 0.07 imp:pre:1p;ind:pre:1p; -persistèrent persister VER 3.66 15.41 0.01 0.07 ind:pas:3p; -persisté persister VER m s 3.66 15.41 0.14 0.54 par:pas; -perso perso ADJ s 2.38 0.20 2.33 0.20 -persona_grata persona_grata ADJ 0.01 0.00 0.01 0.00 -persona_non_grata persona_non_grata NOM f 0.08 0.07 0.08 0.07 -personnage_clé personnage_clé NOM m s 0.02 0.00 0.02 0.00 -personnage personnage NOM m s 31.62 86.96 20.65 49.80 -personnages personnage NOM m p 31.62 86.96 10.97 37.16 -personnalisaient personnaliser VER 0.30 0.47 0.00 0.07 ind:imp:3p; -personnalisation personnalisation NOM f s 0.05 0.00 0.05 0.00 -personnalise personnaliser VER 0.30 0.47 0.00 0.07 ind:pre:3s; -personnalisent personnaliser VER 0.30 0.47 0.00 0.07 ind:pre:3p; -personnaliser personnaliser VER 0.30 0.47 0.10 0.07 inf; -personnalisez personnaliser VER 0.30 0.47 0.01 0.00 imp:pre:2p; -personnalisme personnalisme NOM m s 0.00 0.20 0.00 0.20 -personnalisons personnaliser VER 0.30 0.47 0.01 0.00 imp:pre:1p; -personnalisé personnalisé ADJ m s 0.64 0.27 0.39 0.07 -personnalisée personnalisé ADJ f s 0.64 0.27 0.20 0.07 -personnalisées personnalisé ADJ f p 0.64 0.27 0.05 0.14 -personnalité personnalité NOM f s 16.90 19.86 13.85 13.24 -personnalités personnalité NOM f p 16.90 19.86 3.04 6.62 -personne personne PRO:ind m s 577.60 312.16 577.60 312.16 -personnel personnel ADJ m s 61.02 50.00 28.48 18.38 -personnelle personnel ADJ f s 61.02 50.00 15.28 17.30 -personnellement personnellement ADV 18.39 14.93 18.39 14.93 -personnelles personnel ADJ f p 61.02 50.00 7.66 7.36 -personnels personnel ADJ m p 61.02 50.00 9.60 6.96 -personnes personne NOM f p 296.74 209.80 105.79 63.85 -personnifiaient personnifier VER 0.28 0.74 0.00 0.07 ind:imp:3p; -personnifiait personnifier VER 0.28 0.74 0.03 0.07 ind:imp:3s; -personnifiant personnifier VER 0.28 0.74 0.00 0.07 par:pre; -personnification personnification NOM f s 0.30 0.20 0.30 0.14 -personnifications personnification NOM f p 0.30 0.20 0.00 0.07 -personnifie personnifier VER 0.28 0.74 0.05 0.14 ind:pre:1s;ind:pre:3s; -personnifier personnifier VER 0.28 0.74 0.04 0.07 inf; -personnifié personnifié ADJ m s 0.30 0.54 0.17 0.41 -personnifiée personnifié ADJ f s 0.30 0.54 0.14 0.14 -persos perso ADJ p 2.38 0.20 0.06 0.00 -perspective perspective NOM f s 7.33 36.76 5.47 27.64 -perspectives perspective NOM f p 7.33 36.76 1.86 9.12 -perspicace perspicace ADJ s 2.31 2.50 2.16 1.69 -perspicaces perspicace ADJ m p 2.31 2.50 0.15 0.81 -perspicacité perspicacité NOM f s 0.95 1.28 0.95 1.28 -perspiration perspiration NOM f s 0.03 0.00 0.03 0.00 -persuada persuader VER 19.86 36.55 0.24 1.76 ind:pas:3s; -persuadai persuader VER 19.86 36.55 0.01 0.68 ind:pas:1s; -persuadaient persuader VER 19.86 36.55 0.02 0.34 ind:imp:3p; -persuadais persuader VER 19.86 36.55 0.01 0.88 ind:imp:1s; -persuadait persuader VER 19.86 36.55 0.28 1.15 ind:imp:3s; -persuadant persuader VER 19.86 36.55 0.24 1.22 par:pre; -persuade persuader VER 19.86 36.55 1.55 2.16 imp:pre:2s;ind:pre:1s;ind:pre:3s; -persuadent persuader VER 19.86 36.55 0.36 0.07 ind:pre:3p; -persuader persuader VER 19.86 36.55 4.50 12.23 inf; -persuadera persuader VER 19.86 36.55 0.29 0.07 ind:fut:3s; -persuaderai persuader VER 19.86 36.55 0.03 0.07 ind:fut:1s; -persuaderais persuader VER 19.86 36.55 0.02 0.07 cnd:pre:1s; -persuaderait persuader VER 19.86 36.55 0.00 0.14 cnd:pre:3s; -persuaderas persuader VER 19.86 36.55 0.03 0.00 ind:fut:2s; -persuaderez persuader VER 19.86 36.55 0.05 0.00 ind:fut:2p; -persuaderons persuader VER 19.86 36.55 0.02 0.00 ind:fut:1p; -persuadez persuader VER 19.86 36.55 0.83 0.00 imp:pre:2p;ind:pre:2p; -persuadiez persuader VER 19.86 36.55 0.04 0.00 ind:imp:2p; -persuadons persuader VER 19.86 36.55 0.04 0.07 imp:pre:1p;ind:pre:1p; -persuadèrent persuader VER 19.86 36.55 0.01 0.20 ind:pas:3p; -persuadé persuader VER m s 19.86 36.55 7.17 10.07 par:pas; -persuadée persuader VER f s 19.86 36.55 2.65 3.78 ind:imp:3s;par:pas; -persuadées persuader VER f p 19.86 36.55 0.01 0.00 par:pas; -persuadés persuader VER m p 19.86 36.55 1.46 1.62 par:pas; -persuasif persuasif ADJ m s 1.28 2.50 0.80 1.15 -persuasifs persuasif ADJ m p 1.28 2.50 0.16 0.27 -persuasion persuasion NOM f s 0.81 2.09 0.81 2.09 -persuasive persuasif ADJ f s 1.28 2.50 0.33 0.81 -persuasives persuasif ADJ f p 1.28 2.50 0.00 0.27 -persécutaient persécuter VER 4.52 4.19 0.00 0.07 ind:imp:3p; -persécutait persécuter VER 4.52 4.19 0.05 0.07 ind:imp:3s; -persécutant persécuter VER 4.52 4.19 0.01 0.34 par:pre; -persécute persécuter VER 4.52 4.19 1.22 0.54 imp:pre:2s;ind:pre:1s;ind:pre:3s; -persécutent persécuter VER 4.52 4.19 0.47 0.27 ind:pre:3p; -persécuter persécuter VER 4.52 4.19 0.75 0.47 inf; -persécuteraient persécuter VER 4.52 4.19 0.00 0.07 cnd:pre:3p; -persécuterez persécuter VER 4.52 4.19 0.14 0.00 ind:fut:2p; -persécutes persécuter VER 4.52 4.19 0.16 0.00 ind:pre:2s; -persécuteur persécuteur NOM m s 0.25 0.95 0.05 0.20 -persécuteurs persécuteur NOM m p 0.25 0.95 0.20 0.68 -persécutez persécuter VER 4.52 4.19 0.08 0.00 imp:pre:2p;ind:pre:2p; -persécution persécution NOM f s 2.40 4.66 1.79 2.09 -persécutions persécution NOM f p 2.40 4.66 0.61 2.57 -persécutrices persécuteur NOM f p 0.25 0.95 0.00 0.07 -persécuté persécuter VER m s 4.52 4.19 0.60 1.49 par:pas; -persécutée persécuter VER f s 4.52 4.19 0.37 0.20 par:pas; -persécutées persécuter VER f p 4.52 4.19 0.04 0.20 par:pas; -persécutés persécuter VER m p 4.52 4.19 0.63 0.47 par:pas; -perséides perséides NOM f p 0.01 0.00 0.01 0.00 -persévère persévérer VER 1.47 3.24 0.38 0.47 imp:pre:2s;ind:pre:1s;ind:pre:3s; -persévères persévérer VER 1.47 3.24 0.12 0.00 ind:pre:2s; -persévéra persévérer VER 1.47 3.24 0.00 0.14 ind:pas:3s; -persévérai persévérer VER 1.47 3.24 0.00 0.27 ind:pas:1s; -persévéraient persévérer VER 1.47 3.24 0.00 0.07 ind:imp:3p; -persévérait persévérer VER 1.47 3.24 0.01 0.20 ind:imp:3s; -persévéramment persévéramment ADV 0.00 0.07 0.00 0.07 -persévérance persévérance NOM f s 0.75 2.09 0.75 2.09 -persévérant persévérant ADJ m s 0.36 0.34 0.30 0.14 -persévérante persévérant ADJ f s 0.36 0.34 0.04 0.00 -persévérantes persévérant ADJ f p 0.36 0.34 0.00 0.14 -persévérants persévérant ADJ m p 0.36 0.34 0.02 0.07 -persévérer persévérer VER 1.47 3.24 0.48 1.28 inf; -persévérerai persévérer VER 1.47 3.24 0.02 0.00 ind:fut:1s; -persévérerait persévérer VER 1.47 3.24 0.01 0.00 cnd:pre:3s; -persévérez persévérer VER 1.47 3.24 0.24 0.20 imp:pre:2p;ind:pre:2p; -persévériez persévérer VER 1.47 3.24 0.00 0.07 ind:imp:2p; -persévérions persévérer VER 1.47 3.24 0.01 0.00 ind:imp:1p; -persévérons persévérer VER 1.47 3.24 0.04 0.20 imp:pre:1p;ind:pre:1p; -persévéré persévérer VER m s 1.47 3.24 0.12 0.27 par:pas; -perte perte NOM f s 37.80 36.28 30.20 26.62 -pertes perte NOM f p 37.80 36.28 7.60 9.66 -perçût percevoir VER 7.39 41.01 0.00 0.14 sub:imp:3s; -perça percer VER 15.77 42.03 0.04 1.15 ind:pas:3s; -perçage perçage NOM m s 0.03 0.07 0.03 0.07 -perçaient percer VER 15.77 42.03 0.23 2.03 ind:imp:3p; -perçais percer VER 15.77 42.03 0.01 0.20 ind:imp:1s; -perçait percer VER 15.77 42.03 0.31 5.00 ind:imp:3s; -perçant perçant ADJ m s 0.90 5.74 0.41 2.50 -perçante perçant ADJ f s 0.90 5.74 0.22 0.81 -perçantes perçant ADJ f p 0.90 5.74 0.00 0.14 -perçants perçant ADJ m p 0.90 5.74 0.27 2.30 -perçois percevoir VER 7.39 41.01 1.50 2.43 imp:pre:2s;ind:pre:1s;ind:pre:2s; -perçoit percevoir VER 7.39 41.01 0.90 4.73 ind:pre:3s; -perçoive percevoir VER 7.39 41.01 0.13 0.47 sub:pre:1s;sub:pre:3s; -perçoivent percevoir VER 7.39 41.01 0.26 0.81 ind:pre:3p; -perçons percer VER 15.77 42.03 0.05 0.00 imp:pre:1p;ind:pre:1p; -perçât percer VER 15.77 42.03 0.00 0.07 sub:imp:3s; -perçu percevoir VER m s 7.39 41.01 1.41 4.53 par:pas; -perçue percevoir VER f s 7.39 41.01 0.40 0.81 par:pas; -perçues perçu ADJ f p 0.31 1.35 0.06 0.07 -perçurent percevoir VER 7.39 41.01 0.01 0.41 ind:pas:3p; -perçus percevoir VER m p 7.39 41.01 0.24 1.35 ind:pas:1s;par:pas; -perçut percevoir VER 7.39 41.01 0.05 4.32 ind:pas:3s; -pertinemment pertinemment ADV 0.77 1.49 0.77 1.49 -pertinence pertinence NOM f s 0.57 0.34 0.57 0.34 -pertinent pertinent ADJ m s 2.22 1.28 1.10 0.41 -pertinente pertinent ADJ f s 2.22 1.28 0.58 0.27 -pertinentes pertinent ADJ f p 2.22 1.28 0.33 0.41 -pertinents pertinent ADJ m p 2.22 1.28 0.21 0.20 -pertuis pertuis NOM m 0.00 0.34 0.00 0.34 -pertuisane pertuisane NOM f s 0.00 0.20 0.00 0.07 -pertuisanes pertuisane NOM f p 0.00 0.20 0.00 0.14 -perturba perturber VER 11.79 3.58 0.03 0.00 ind:pas:3s; -perturbaient perturber VER 11.79 3.58 0.01 0.07 ind:imp:3p; -perturbait perturber VER 11.79 3.58 0.28 0.27 ind:imp:3s; -perturbant perturbant ADJ m s 1.00 0.14 0.83 0.07 -perturbante perturbant ADJ f s 1.00 0.14 0.13 0.00 -perturbants perturbant ADJ m p 1.00 0.14 0.04 0.07 -perturbateur perturbateur ADJ m s 0.36 0.54 0.27 0.34 -perturbateurs perturbateur NOM m p 0.17 0.20 0.06 0.00 -perturbation perturbation NOM f s 1.79 1.55 1.20 0.47 -perturbations perturbation NOM f p 1.79 1.55 0.59 1.08 -perturbatrice perturbateur ADJ f s 0.36 0.54 0.04 0.07 -perturbe perturber VER 11.79 3.58 2.54 0.47 imp:pre:2s;ind:pre:1s;ind:pre:3s; -perturbent perturber VER 11.79 3.58 0.32 0.07 ind:pre:3p; -perturber perturber VER 11.79 3.58 2.66 1.15 inf; -perturbera perturber VER 11.79 3.58 0.10 0.00 ind:fut:3s; -perturberait perturber VER 11.79 3.58 0.12 0.00 cnd:pre:3s; -perturberont perturber VER 11.79 3.58 0.02 0.00 ind:fut:3p; -perturbez perturber VER 11.79 3.58 0.12 0.00 ind:pre:2p; -perturbé perturber VER m s 11.79 3.58 2.83 1.01 par:pas; -perturbée perturber VER f s 11.79 3.58 2.08 0.34 par:pas; -perturbées perturber VER f p 11.79 3.58 0.20 0.00 par:pas; -perturbés perturbé ADJ m p 3.81 0.74 0.52 0.34 -pervenche pervenche ADJ 0.33 1.08 0.33 1.08 -pervenches pervenche NOM f p 0.37 0.81 0.08 0.47 -pervers pervers NOM m 8.01 0.88 7.77 0.54 -perverse pervers ADJ f s 5.83 6.15 1.27 2.23 -perversement perversement ADV 0.00 0.14 0.00 0.14 -perverses pervers ADJ f p 5.83 6.15 0.41 0.54 -perversion perversion NOM f s 3.00 1.69 1.61 1.22 -perversions perversion NOM f p 3.00 1.69 1.39 0.47 -perversité perversité NOM f s 0.72 1.49 0.72 1.49 -perverti perverti ADJ m s 0.74 0.61 0.45 0.14 -pervertie pervertir VER f s 1.55 1.49 0.17 0.20 par:pas; -perverties perverti ADJ f p 0.74 0.61 0.03 0.07 -pervertir pervertir VER 1.55 1.49 0.65 0.74 inf; -pervertis perverti ADJ m p 0.74 0.61 0.16 0.20 -pervertissaient pervertir VER 1.55 1.49 0.00 0.07 ind:imp:3p; -pervertissait pervertir VER 1.55 1.49 0.00 0.07 ind:imp:3s; -pervertissant pervertir VER 1.55 1.49 0.01 0.00 par:pre; -pervertisse pervertir VER 1.55 1.49 0.02 0.00 sub:pre:1s;sub:pre:3s; -pervertit pervertir VER 1.55 1.49 0.29 0.00 ind:pre:3s; -pesa peser VER 23.41 70.88 0.01 2.16 ind:pas:3s; -pesage pesage NOM m s 0.00 0.68 0.00 0.68 -pesai peser VER 23.41 70.88 0.00 0.07 ind:pas:1s; -pesaient peser VER 23.41 70.88 0.35 3.99 ind:imp:3p; -pesais peser VER 23.41 70.88 0.27 0.81 ind:imp:1s;ind:imp:2s; -pesait peser VER 23.41 70.88 1.95 18.72 ind:imp:3s; -pesamment pesamment ADV 0.00 4.93 0.00 4.93 -pesant pesant ADJ m s 2.62 17.64 1.21 6.76 -pesante pesant ADJ f s 2.62 17.64 0.79 6.69 -pesantes pesant ADJ f p 2.62 17.64 0.01 2.16 -pesanteur pesanteur NOM f s 1.12 6.96 1.12 6.69 -pesanteurs pesanteur NOM f p 1.12 6.96 0.00 0.27 -pesants pesant ADJ m p 2.62 17.64 0.61 2.03 -peser peser VER 23.41 70.88 3.92 13.72 inf; -peseta peseta NOM f s 6.92 0.68 0.11 0.07 -pesetas peseta NOM f p 6.92 0.68 6.81 0.61 -peseurs peseur NOM m p 0.00 0.07 0.00 0.07 -pesez peser VER 23.41 70.88 0.88 0.14 imp:pre:2p;ind:pre:2p; -pesions peser VER 23.41 70.88 0.00 0.14 ind:imp:1p; -peso peso NOM m s 11.02 0.81 0.73 0.20 -peson peson NOM m s 0.00 0.20 0.00 0.20 -pesons peser VER 23.41 70.88 0.16 0.27 imp:pre:1p;ind:pre:1p; -pesos peso NOM m p 11.02 0.81 10.29 0.61 -pesât peser VER 23.41 70.88 0.00 0.07 sub:imp:3s; -pessah pessah NOM s 0.03 0.00 0.03 0.00 -pessaire pessaire NOM m s 0.01 0.00 0.01 0.00 -pesse pesse NOM f s 0.01 0.00 0.01 0.00 -pessimisme pessimisme NOM m s 0.75 2.30 0.75 2.30 -pessimiste pessimiste ADJ s 1.45 3.65 1.38 2.50 -pessimistes pessimiste NOM p 0.41 0.81 0.07 0.20 -pesta pester VER 0.34 4.59 0.00 0.54 ind:pas:3s; -pestaient pester VER 0.34 4.59 0.00 0.07 ind:imp:3p; -pestais pester VER 0.34 4.59 0.03 0.14 ind:imp:1s;ind:imp:2s; -pestait pester VER 0.34 4.59 0.01 1.15 ind:imp:3s; -pestant pester VER 0.34 4.59 0.02 1.08 par:pre; -peste peste ONO 0.40 0.20 0.40 0.20 -pestent pester VER 0.34 4.59 0.16 0.20 ind:pre:3p; -pester pester VER 0.34 4.59 0.02 0.61 inf; -pestes peste NOM f p 16.95 8.31 0.27 0.07 -pesteuse pesteux ADJ f s 0.00 0.07 0.00 0.07 -pestez pester VER 0.34 4.59 0.00 0.07 ind:pre:2p; -pesèrent peser VER 23.41 70.88 0.01 0.07 ind:pas:3p; -pesticide pesticide NOM m s 1.11 0.00 0.21 0.00 -pesticides pesticide NOM m p 1.11 0.00 0.90 0.00 -pestiféré pestiféré NOM m s 0.71 1.01 0.15 0.20 -pestiférée pestiféré NOM f s 0.71 1.01 0.21 0.07 -pestiférées pestiféré NOM f p 0.71 1.01 0.00 0.07 -pestiférés pestiféré NOM m p 0.71 1.01 0.36 0.68 -pestilence pestilence NOM f s 0.08 1.22 0.06 1.15 -pestilences pestilence NOM f p 0.08 1.22 0.02 0.07 -pestilentiel pestilentiel ADJ m s 0.63 1.08 0.27 0.14 -pestilentielle pestilentiel ADJ f s 0.63 1.08 0.04 0.54 -pestilentielles pestilentiel ADJ f p 0.63 1.08 0.30 0.27 -pestilentiels pestilentiel ADJ m p 0.63 1.08 0.01 0.14 -pesté pester VER m s 0.34 4.59 0.00 0.20 par:pas; -pesé peser VER m s 23.41 70.88 0.97 5.27 par:pas; -pesée pesée NOM f s 0.61 2.36 0.61 2.09 -pesées peser VER f p 23.41 70.88 0.02 0.14 par:pas; -pesés peser VER m p 23.41 70.88 0.02 0.61 par:pas; -pet_de_loup pet_de_loup NOM m s 0.00 0.07 0.00 0.07 -pet pet NOM m s 4.30 5.41 3.51 4.53 -petiot petiot ADJ m s 0.69 1.49 0.56 0.81 -petiote petiot ADJ f s 0.69 1.49 0.11 0.54 -petiots petiot ADJ m p 0.69 1.49 0.03 0.14 -petit_beurre petit_beurre NOM m s 0.00 0.95 0.00 0.14 -petit_bourgeois petit_bourgeois ADJ m 0.77 1.42 0.77 1.42 -petit_cousin petit_cousin NOM m s 0.00 0.07 0.00 0.07 -petit_déjeuner petit_déjeuner NOM m s 13.51 0.07 13.37 0.00 -petit_fils petit_fils NOM m 12.90 12.70 12.50 11.01 -petit_four petit_four NOM m s 0.08 0.07 0.03 0.00 -petit_gris petit_gris NOM m 0.51 0.00 0.27 0.00 -petit_lait petit_lait NOM m s 0.05 0.54 0.05 0.54 -petit_maître petit_maître NOM m s 0.20 0.07 0.20 0.07 -petit_neveu petit_neveu NOM m s 0.04 0.95 0.04 0.61 -petit_nègre petit_nègre NOM m s 0.00 0.14 0.00 0.14 -petit_salé petit_salé NOM m s 0.00 0.07 0.00 0.07 -petit_suisse petit_suisse NOM m s 0.01 0.20 0.01 0.00 -petit petit ADJ m s 1106.80 1541.96 573.72 653.78 -petite_bourgeoise petite_bourgeoise ADJ f s 0.11 0.27 0.11 0.27 -petite_cousine petite_cousine NOM f s 0.00 0.14 0.00 0.14 -petite_fille petite_fille NOM f s 5.30 6.35 4.97 5.74 -petite_nièce petite_nièce NOM f s 0.02 0.20 0.02 0.20 -petite petit ADJ f s 1106.80 1541.96 355.66 491.82 -petitement petitement ADV 0.14 1.15 0.14 1.15 -petite_bourgeoise petite_bourgeoise NOM f p 0.00 0.34 0.00 0.14 -petite_fille petite_fille NOM f p 5.30 6.35 0.33 0.61 -petites petit ADJ f p 1106.80 1541.96 64.50 152.16 -petitesse petitesse NOM f s 0.09 2.16 0.08 1.82 -petitesses petitesse NOM f p 0.09 2.16 0.01 0.34 -petit_beurre petit_beurre NOM m p 0.00 0.95 0.00 0.81 -petit_bourgeois petit_bourgeois NOM m p 0.71 2.16 0.32 1.42 -petit_déjeuner petit_déjeuner NOM m p 13.51 0.07 0.14 0.07 -petit_enfant petit_enfant NOM m p 5.76 3.04 5.76 3.04 -petit_fils petit_fils NOM m p 12.90 12.70 0.40 1.69 -petit_four petit_four NOM m p 0.08 0.07 0.04 0.07 -petit_gris petit_gris NOM m p 0.51 0.00 0.25 0.00 -petit_neveu petit_neveu NOM m p 0.04 0.95 0.00 0.34 -petits_pois petits_pois NOM m p 0.10 0.00 0.10 0.00 -petit_suisse petit_suisse NOM m p 0.01 0.20 0.00 0.20 -petits petit ADJ m p 1106.80 1541.96 112.92 244.19 -peton peton NOM m s 0.09 0.47 0.01 0.07 -petons peton NOM m p 0.09 0.47 0.08 0.41 -petros petro NOM m p 0.00 1.28 0.00 1.28 -pet_de_nonne pet_de_nonne NOM m p 0.00 0.41 0.00 0.41 -pets pet NOM m p 4.30 5.41 0.79 0.88 -petzouille petzouille NOM s 0.01 0.20 0.00 0.07 -petzouilles petzouille NOM p 0.01 0.20 0.01 0.14 -peu_ou_prou peu_ou_prou ADV 0.40 0.68 0.40 0.68 -peu peu NOM m 894.78 1023.38 894.78 1023.38 -peuchère peuchère ONO 0.14 0.41 0.14 0.41 -peuh peuh ONO 0.08 1.96 0.08 1.96 -peuhl peuhl ADJ m s 0.00 0.14 0.00 0.14 -peul peul ADJ m s 0.02 0.07 0.02 0.07 -peulh peulh NOM s 0.00 0.07 0.00 0.07 -peupla peupler VER 4.58 19.66 0.02 0.34 ind:pas:3s; -peuplade peuplade NOM f s 0.16 1.35 0.01 0.61 -peuplades peuplade NOM f p 0.16 1.35 0.15 0.74 -peuplaient peupler VER 4.58 19.66 0.00 1.28 ind:imp:3p; -peuplait peupler VER 4.58 19.66 0.04 1.15 ind:imp:3s; -peuplant peupler VER 4.58 19.66 0.12 0.47 par:pre; -peuple peuple NOM m s 111.36 107.30 105.65 89.39 -peuplement peuplement NOM m s 0.04 0.88 0.04 0.47 -peuplements peuplement NOM m p 0.04 0.88 0.00 0.41 -peuplent peupler VER 4.58 19.66 0.56 1.62 ind:pre:3p; -peupler peupler VER 4.58 19.66 0.23 1.22 inf; -peuplera peupler VER 4.58 19.66 0.01 0.00 ind:fut:3s; -peupleraie peupleraie NOM f s 0.00 0.07 0.00 0.07 -peuplerait peupler VER 4.58 19.66 0.00 0.14 cnd:pre:3s; -peupleront peupler VER 4.58 19.66 0.11 0.07 ind:fut:3p; -peuples peuple NOM m p 111.36 107.30 5.71 17.91 -peuplier peuplier NOM m s 1.08 9.93 0.70 3.04 -peupliers peuplier NOM m p 1.08 9.93 0.37 6.89 -peuplèrent peupler VER 4.58 19.66 0.01 0.07 ind:pas:3p; -peuplé peupler VER m s 4.58 19.66 1.48 5.27 par:pas; -peuplée peupler VER f s 4.58 19.66 0.80 4.59 par:pas; -peuplées peupler VER f p 4.58 19.66 0.23 1.35 par:pas; -peuplés peupler VER m p 4.58 19.66 0.05 0.74 par:pas; -peur peur NOM f s 557.21 311.69 551.83 307.23 -peureuse peureux ADJ f s 2.31 3.51 0.94 1.15 -peureusement peureusement ADV 0.00 0.88 0.00 0.88 -peureuses peureux ADJ f p 2.31 3.51 0.12 0.20 -peureux peureux ADJ m 2.31 3.51 1.25 2.16 -peurs peur NOM f p 557.21 311.69 5.38 4.46 -peut_être peut_être ADV 907.68 697.97 907.68 697.97 -peut pouvoir VER 5524.52 2659.80 1209.64 508.99 ind:pre:3s; -peuvent pouvoir VER 5524.52 2659.80 133.30 69.32 ind:pre:3p; -peux pouvoir VER 5524.52 2659.80 1743.78 245.41 ind:pre:1s;ind:pre:2s; -peyotl peyotl NOM m s 0.16 0.07 0.16 0.07 -pfennig pfennig NOM m s 0.61 0.14 0.01 0.07 -pfennigs pfennig NOM m p 0.61 0.14 0.60 0.07 -pff pff ONO 1.59 0.41 1.59 0.41 -pfft pfft ONO 0.98 0.27 0.98 0.27 -pfutt pfutt ONO 0.00 0.07 0.00 0.07 -ph ph NOM m s 0.30 0.20 0.30 0.20 -phacochère phacochère NOM m s 0.50 0.20 0.47 0.14 -phacochères phacochère NOM m p 0.50 0.20 0.03 0.07 -phagocyte phagocyte NOM m s 0.04 0.07 0.01 0.00 -phagocyter phagocyter VER 0.00 0.14 0.00 0.07 inf; -phagocytes phagocyte NOM m p 0.04 0.07 0.03 0.07 -phalange phalange NOM f s 1.00 5.20 0.58 1.69 -phalanges phalange NOM f p 1.00 5.20 0.42 3.51 -phalangettes phalangette NOM f p 0.00 0.14 0.00 0.14 -phalangine phalangine NOM f s 0.00 0.07 0.00 0.07 -phalangisme phalangisme NOM m s 0.00 0.07 0.00 0.07 -phalangiste phalangiste NOM s 0.01 0.20 0.00 0.07 -phalangistes phalangiste NOM p 0.01 0.20 0.01 0.14 -phalanstère phalanstère NOM m s 0.00 0.41 0.00 0.41 -phalarope phalarope NOM m s 0.05 0.00 0.05 0.00 -phallique phallique ADJ s 0.43 1.08 0.38 0.95 -phalliques phallique ADJ p 0.43 1.08 0.05 0.14 -phallo phallo NOM m s 0.14 0.07 0.14 0.07 -phalloïdes phalloïde ADJ p 0.00 0.07 0.00 0.07 -phallocentrique phallocentrique ADJ s 0.01 0.00 0.01 0.00 -phallocrate phallocrate ADJ f s 0.03 0.14 0.03 0.14 -phallocratie phallocratie NOM f s 0.01 0.14 0.01 0.14 -phallocratique phallocratique ADJ m s 0.00 0.14 0.00 0.07 -phallocratiques phallocratique ADJ p 0.00 0.14 0.00 0.07 -phallologie phallologie NOM f s 0.00 0.14 0.00 0.14 -phallophore phallophore NOM m s 0.00 0.14 0.00 0.14 -phallus phallus NOM m 0.44 1.42 0.44 1.42 -phalène phalène NOM f s 0.06 0.68 0.05 0.34 -phalènes phalène NOM f p 0.06 0.68 0.01 0.34 -phalère phalère NOM f s 0.05 0.20 0.05 0.20 -phantasme phantasme NOM m s 0.27 2.36 0.00 0.41 -phantasmes phantasme NOM m p 0.27 2.36 0.27 1.96 -phanères phanère NOM m p 0.00 0.07 0.00 0.07 -phanérogames phanérogame NOM f p 0.00 0.14 0.00 0.14 -pharamineuses pharamineux ADJ f p 0.01 0.34 0.00 0.14 -pharamineux pharamineux ADJ m s 0.01 0.34 0.01 0.20 -pharaon pharaon NOM m s 3.63 2.64 2.50 1.62 -pharaonique pharaonique ADJ m s 0.02 0.68 0.01 0.61 -pharaoniques pharaonique ADJ f p 0.02 0.68 0.01 0.07 -pharaonnes pharaon NOM f p 3.63 2.64 0.00 0.07 -pharaons pharaon NOM m p 3.63 2.64 1.12 0.95 -phare phare NOM m s 11.88 31.49 7.17 10.68 -phares phare NOM m p 11.88 31.49 4.70 20.81 -pharisaïque pharisaïque ADJ s 0.06 0.07 0.04 0.00 -pharisaïques pharisaïque ADJ f p 0.06 0.07 0.02 0.07 -pharisaïsme pharisaïsme NOM m s 0.01 0.20 0.01 0.14 -pharisaïsmes pharisaïsme NOM m p 0.01 0.20 0.00 0.07 -pharisien pharisien NOM m s 1.46 0.74 0.02 0.14 -pharisiens pharisien NOM m p 1.46 0.74 1.44 0.61 -pharma pharma NOM s 0.04 0.14 0.04 0.14 -pharmaceutique pharmaceutique ADJ s 2.82 1.42 1.48 0.54 -pharmaceutiques pharmaceutique ADJ p 2.82 1.42 1.35 0.88 -pharmacie pharmacie NOM f s 10.46 10.20 10.08 9.32 -pharmacien pharmacien NOM m s 3.71 7.30 3.19 4.86 -pharmacienne pharmacien NOM f s 3.71 7.30 0.35 1.76 -pharmaciens pharmacien NOM m p 3.71 7.30 0.17 0.68 -pharmacies pharmacie NOM f p 10.46 10.20 0.38 0.88 -pharmaco pharmaco NOM f s 0.01 0.20 0.01 0.20 -pharmacognosie pharmacognosie NOM f s 0.01 0.00 0.01 0.00 -pharmacologie pharmacologie NOM f s 0.37 0.07 0.37 0.07 -pharmacologique pharmacologique ADJ m s 0.02 0.00 0.02 0.00 -pharmacomanie pharmacomanie NOM f s 0.00 0.14 0.00 0.14 -pharmacopée pharmacopée NOM f s 0.25 0.20 0.25 0.20 -pharmacothérapie pharmacothérapie NOM f s 0.03 0.07 0.03 0.07 -pharyngite pharyngite NOM f s 0.01 0.00 0.01 0.00 -pharynx pharynx NOM m 0.01 0.41 0.01 0.41 -phascolome phascolome NOM m s 0.01 0.00 0.01 0.00 -phase phase NOM f s 13.22 9.32 12.42 6.76 -phases phase NOM f p 13.22 9.32 0.80 2.57 -phasmes phasme NOM m p 0.01 0.07 0.01 0.07 -phaéton phaéton NOM m s 0.00 0.27 0.00 0.27 -phi phi NOM m 0.39 0.20 0.39 0.20 -philanthrope philanthrope NOM s 0.87 0.68 0.84 0.54 -philanthropes philanthrope NOM p 0.87 0.68 0.03 0.14 -philanthropie philanthropie NOM f s 0.17 0.47 0.17 0.47 -philanthropique philanthropique ADJ s 0.07 0.54 0.03 0.27 -philanthropiques philanthropique ADJ f p 0.07 0.54 0.04 0.27 -philarète philarète ADJ s 0.00 0.07 0.00 0.07 -philarète philarète NOM s 0.00 0.07 0.00 0.07 -philatélie philatélie NOM f s 0.02 0.00 0.02 0.00 -philatéliste philatéliste NOM s 0.12 0.27 0.11 0.14 -philatélistes philatéliste NOM p 0.12 0.27 0.01 0.14 -philharmonie philharmonie NOM f s 0.21 0.00 0.21 0.00 -philharmonique philharmonique ADJ m s 0.59 0.34 0.59 0.34 -philhellène philhellène NOM m s 0.00 0.14 0.00 0.07 -philhellènes philhellène NOM m p 0.00 0.14 0.00 0.07 -philippin philippin NOM m s 0.25 0.41 0.03 0.41 -philippine philippin ADJ f s 0.41 1.15 0.23 0.20 -philippines philippin ADJ f p 0.41 1.15 0.13 0.54 -philippins philippin NOM m p 0.25 0.41 0.22 0.00 -philistin philistin NOM m s 0.12 0.07 0.05 0.07 -philistins philistin NOM m p 0.12 0.07 0.06 0.00 -philo philo NOM f s 2.35 3.24 2.35 3.18 -philodendron philodendron NOM m s 0.03 0.74 0.03 0.34 -philodendrons philodendron NOM m p 0.03 0.74 0.00 0.41 -philologie philologie NOM f s 0.21 0.74 0.21 0.74 -philologique philologique ADJ f s 0.00 0.14 0.00 0.07 -philologiques philologique ADJ f p 0.00 0.14 0.00 0.07 -philologue philologue NOM s 0.26 1.35 0.26 0.88 -philologues philologue NOM p 0.26 1.35 0.00 0.47 -philos philo NOM f p 2.35 3.24 0.00 0.07 -philosophaient philosopher VER 0.64 2.09 0.00 0.14 ind:imp:3p; -philosophaillerie philosophaillerie NOM f s 0.00 0.14 0.00 0.14 -philosophait philosopher VER 0.64 2.09 0.00 0.27 ind:imp:3s; -philosophal philosophal ADJ m s 0.07 0.68 0.00 0.07 -philosophale philosophal ADJ f s 0.07 0.68 0.07 0.54 -philosophales philosophal ADJ f p 0.07 0.68 0.00 0.07 -philosophant philosopher VER 0.64 2.09 0.00 0.07 par:pre; -philosophard philosophard ADJ m s 0.00 0.07 0.00 0.07 -philosophe philosophe NOM s 6.02 19.39 4.11 11.62 -philosopher philosopher VER 0.64 2.09 0.37 0.81 inf; -philosophes philosophe NOM p 6.02 19.39 1.91 7.77 -philosophie philosophie NOM f s 10.32 24.73 9.82 24.32 -philosophies philosophie NOM f p 10.32 24.73 0.50 0.41 -philosophique philosophique ADJ s 1.48 4.19 1.06 2.50 -philosophiquement philosophiquement ADV 0.09 0.68 0.09 0.68 -philosophiques philosophique ADJ p 1.48 4.19 0.42 1.69 -philosophons philosopher VER 0.64 2.09 0.01 0.00 imp:pre:1p; -philosophé philosopher VER m s 0.64 2.09 0.10 0.14 par:pas; -philosémites philosémite NOM m p 0.00 0.07 0.00 0.07 -philosémitisme philosémitisme NOM m s 0.00 0.07 0.00 0.07 -philotechnique philotechnique ADJ f s 0.00 0.07 0.00 0.07 -philtre philtre NOM m s 0.96 1.69 0.84 1.01 -philtres philtre NOM m p 0.96 1.69 0.11 0.68 -phimosis phimosis NOM m 0.00 0.20 0.00 0.20 -phlox phlox NOM m 0.00 0.34 0.00 0.34 -phlébite phlébite NOM f s 0.08 0.34 0.08 0.27 -phlébites phlébite NOM f p 0.08 0.34 0.00 0.07 -phlébographie phlébographie NOM f s 0.01 0.00 0.01 0.00 -phlébologue phlébologue NOM s 0.01 0.00 0.01 0.00 -phlébotomie phlébotomie NOM f s 0.01 0.00 0.01 0.00 -phobie phobie NOM f s 2.62 1.08 1.43 0.47 -phobies phobie NOM f p 2.62 1.08 1.20 0.61 -phobique phobique ADJ f s 0.04 0.14 0.04 0.14 -phobiques phobique ADJ p 0.04 0.14 0.01 0.00 -phocéenne phocéen ADJ f s 0.00 0.07 0.00 0.07 -phoenix phoenix NOM m 0.48 0.07 0.48 0.07 -phonatoire phonatoire ADJ s 0.00 0.07 0.00 0.07 -phone phone NOM m s 0.67 0.14 0.64 0.07 -phones phone NOM m p 0.67 0.14 0.04 0.07 -phonique phonique ADJ s 0.18 0.00 0.17 0.00 -phoniques phonique ADJ p 0.18 0.00 0.01 0.00 -phono phono NOM m s 0.75 5.47 0.75 5.20 -phonographe phonographe NOM m s 0.87 6.01 0.86 5.41 -phonographes phonographe NOM m p 0.87 6.01 0.01 0.61 -phonographiques phonographique ADJ f p 0.00 0.14 0.00 0.14 -phonologie phonologie NOM f s 0.00 0.14 0.00 0.14 -phonos phono NOM m p 0.75 5.47 0.00 0.27 -phonèmes phonème NOM m p 0.00 0.41 0.00 0.41 -phonéticien phonéticien NOM m s 0.00 0.07 0.00 0.07 -phonétique phonétique ADJ s 0.20 0.41 0.19 0.27 -phonétiquement phonétiquement ADV 0.03 0.07 0.03 0.07 -phonétiques phonétique ADJ m p 0.20 0.41 0.01 0.14 -phoque phoque NOM m s 2.81 4.19 2.24 2.77 -phoques phoque NOM m p 2.81 4.19 0.57 1.42 -phosgène phosgène NOM m s 0.23 0.00 0.23 0.00 -phosphatase phosphatase NOM f s 0.02 0.00 0.02 0.00 -phosphate phosphate NOM m s 0.43 0.68 0.38 0.41 -phosphates phosphate NOM m p 0.43 0.68 0.05 0.27 -phosphatine phosphatine NOM f s 0.10 0.07 0.10 0.07 -phospholipide phospholipide NOM m s 0.01 0.00 0.01 0.00 -phosphore phosphore NOM m s 1.46 2.16 1.46 2.16 -phosphorescence phosphorescence NOM f s 0.02 0.88 0.02 0.68 -phosphorescences phosphorescence NOM f p 0.02 0.88 0.00 0.20 -phosphorescent phosphorescent ADJ m s 0.38 5.47 0.08 1.42 -phosphorescente phosphorescent ADJ f s 0.38 5.47 0.23 2.03 -phosphorescentes phosphorescent ADJ f p 0.38 5.47 0.01 1.01 -phosphorescents phosphorescent ADJ m p 0.38 5.47 0.06 1.01 -phosphoré phosphorer VER m s 0.14 0.07 0.01 0.00 par:pas; -phosphorylation phosphorylation NOM f s 0.03 0.00 0.03 0.00 -phosphène phosphène NOM m s 0.00 0.27 0.00 0.07 -phosphènes phosphène NOM m p 0.00 0.27 0.00 0.20 -phot phot NOM m s 1.00 0.00 1.00 0.00 -photique photique ADJ f s 0.01 0.00 0.01 0.00 -photo_finish photo_finish NOM f s 0.01 0.00 0.01 0.00 -photo_robot photo_robot NOM f s 0.01 0.14 0.01 0.14 -photo_électrique photo_électrique ADJ f s 0.00 0.14 0.00 0.14 -photo photo NOM f s 209.10 94.59 122.47 54.66 -photochimique photochimique ADJ m s 0.01 0.00 0.01 0.00 -photocomposition photocomposition NOM f s 0.14 0.07 0.14 0.07 -photoconducteur photoconducteur ADJ m s 0.01 0.00 0.01 0.00 -photocopie photocopie NOM f s 3.89 0.88 1.50 0.41 -photocopient photocopier VER 1.83 0.41 0.01 0.00 ind:pre:3p; -photocopier photocopier VER 1.83 0.41 0.72 0.07 inf; -photocopiera photocopier VER 1.83 0.41 0.01 0.00 ind:fut:3s; -photocopierai photocopier VER 1.83 0.41 0.01 0.00 ind:fut:1s; -photocopies photocopie NOM f p 3.89 0.88 2.39 0.47 -photocopieur photocopieur NOM m s 2.46 0.20 0.11 0.00 -photocopieurs photocopieur NOM m p 2.46 0.20 0.07 0.00 -photocopieuse photocopieur NOM f s 2.46 0.20 2.28 0.00 -photocopieuses photocopieuse NOM f p 0.14 0.00 0.14 0.00 -photocopié photocopier VER m s 1.83 0.41 0.50 0.07 par:pas; -photocopiée photocopier VER f s 1.83 0.41 0.13 0.07 par:pas; -photocopiées photocopier VER f p 1.83 0.41 0.00 0.07 par:pas; -photocopiés photocopier VER m p 1.83 0.41 0.04 0.07 par:pas; -photogramme photogramme NOM m s 0.01 0.00 0.01 0.00 -photographe photographe NOM s 15.82 17.64 12.51 11.96 -photographes photographe NOM p 15.82 17.64 3.31 5.68 -photographia photographier VER 10.35 13.65 0.03 0.68 ind:pas:3s; -photographiable photographiable NOM f s 0.01 0.00 0.01 0.00 -photographiaient photographier VER 10.35 13.65 0.28 0.27 ind:imp:3p; -photographiais photographier VER 10.35 13.65 0.20 0.14 ind:imp:1s;ind:imp:2s; -photographiait photographier VER 10.35 13.65 0.34 0.34 ind:imp:3s; -photographiant photographier VER 10.35 13.65 0.03 0.47 par:pre; -photographie photographie NOM f s 8.36 41.08 7.42 23.78 -photographient photographier VER 10.35 13.65 0.19 0.07 ind:pre:3p; -photographier photographier VER 10.35 13.65 4.42 5.54 inf; -photographierai photographier VER 10.35 13.65 0.02 0.07 ind:fut:1s; -photographierait photographier VER 10.35 13.65 0.01 0.27 cnd:pre:3s; -photographierions photographier VER 10.35 13.65 0.00 0.07 cnd:pre:1p; -photographierons photographier VER 10.35 13.65 0.01 0.00 ind:fut:1p; -photographieront photographier VER 10.35 13.65 0.01 0.00 ind:fut:3p; -photographies photographie NOM f p 8.36 41.08 0.94 17.30 -photographiez photographier VER 10.35 13.65 0.35 0.00 imp:pre:2p;ind:pre:2p; -photographiât photographier VER 10.35 13.65 0.00 0.07 sub:imp:3s; -photographique photographique ADJ s 1.30 3.78 1.25 3.24 -photographiques photographique ADJ p 1.30 3.78 0.05 0.54 -photographièrent photographier VER 10.35 13.65 0.10 0.14 ind:pas:3p; -photographié photographier VER m s 10.35 13.65 1.73 2.57 par:pas; -photographiée photographier VER f s 10.35 13.65 0.23 0.88 par:pas; -photographiées photographier VER f p 10.35 13.65 0.11 0.14 par:pas; -photographiés photographier VER m p 10.35 13.65 0.48 0.95 par:pas; -photograveur photograveur NOM m s 0.00 0.07 0.00 0.07 -photogravure photogravure NOM f s 0.04 0.07 0.04 0.07 -photogénie photogénie NOM f s 0.34 0.07 0.34 0.07 -photogénique photogénique ADJ s 2.01 0.41 1.97 0.34 -photogéniques photogénique ADJ p 2.01 0.41 0.04 0.07 -photojournalisme photojournalisme NOM m s 0.02 0.00 0.02 0.00 -photojournaliste photojournaliste NOM s 0.01 0.00 0.01 0.00 -photomaton photomaton ADJ m s 0.92 1.01 0.37 0.81 -photomatons photomaton ADJ m p 0.92 1.01 0.55 0.20 -photomicrographie photomicrographie NOM f s 0.01 0.00 0.01 0.00 -photomontage photomontage NOM m s 0.00 0.14 0.00 0.07 -photomontages photomontage NOM m p 0.00 0.14 0.00 0.07 -photon photon NOM m s 0.24 0.00 0.09 0.00 -photonique photonique ADJ f s 0.15 0.00 0.15 0.00 -photons photon NOM m p 0.24 0.00 0.16 0.00 -photophobie photophobie NOM f s 0.04 0.00 0.04 0.00 -photopile photopile NOM f s 0.12 0.00 0.12 0.00 -photopériodique photopériodique ADJ f s 0.01 0.00 0.01 0.00 -photos photo NOM f p 209.10 94.59 86.63 39.93 -photosensibilité photosensibilité NOM f s 0.04 0.00 0.04 0.00 -photosensible photosensible ADJ m s 0.08 0.07 0.06 0.07 -photosensibles photosensible ADJ p 0.08 0.07 0.02 0.00 -photostat photostat NOM m s 0.06 0.00 0.06 0.00 -photosynthèse photosynthèse NOM f s 0.25 0.00 0.25 0.00 -phototaxie phototaxie NOM f s 0.02 0.00 0.02 0.00 -phototype phototype NOM m s 0.01 0.00 0.01 0.00 -photoélectrique photoélectrique ADJ s 0.02 0.00 0.02 0.00 -photovoltaïque photovoltaïque ADJ m s 0.01 0.00 0.01 0.00 -phragmites phragmite NOM m p 0.00 0.07 0.00 0.07 -phrase_clé phrase_clé NOM f s 0.02 0.00 0.02 0.00 -phrase_robot phrase_robot NOM f s 0.00 0.07 0.00 0.07 -phrase phrase NOM f s 22.01 140.47 15.40 86.76 -phraser phraser VER 0.19 0.74 0.01 0.00 inf; -phrases_clé phrases_clé NOM f p 0.00 0.07 0.00 0.07 -phrases phrase NOM f p 22.01 140.47 6.61 53.72 -phraseur phraseur NOM m s 0.02 0.14 0.01 0.07 -phraseurs phraseur NOM m p 0.02 0.14 0.01 0.07 -phrasé phrasé NOM m s 0.05 0.20 0.05 0.20 -phrasée phraser VER f s 0.19 0.74 0.00 0.07 par:pas; -phraséologie phraséologie NOM f s 0.02 0.27 0.02 0.20 -phraséologies phraséologie NOM f p 0.02 0.27 0.00 0.07 -phraséologique phraséologique ADJ f s 0.00 0.07 0.00 0.07 -phréatique phréatique ADJ f s 0.17 0.27 0.16 0.20 -phréatiques phréatique ADJ f p 0.17 0.27 0.01 0.07 -phrénique phrénique ADJ m s 0.01 0.00 0.01 0.00 -phrénologie phrénologie NOM f s 0.03 0.00 0.03 0.00 -phrénologiste phrénologiste NOM s 0.01 0.07 0.01 0.00 -phrénologistes phrénologiste NOM p 0.01 0.07 0.00 0.07 -phrénologues phrénologue NOM p 0.00 0.07 0.00 0.07 -phrygien phrygien ADJ m s 0.00 0.74 0.00 0.54 -phrygiens phrygien ADJ m p 0.00 0.74 0.00 0.20 -phtaléine phtaléine NOM f s 0.03 0.00 0.03 0.00 -phtiriasis phtiriasis NOM m 0.00 0.07 0.00 0.07 -phtisie phtisie NOM f s 0.05 0.81 0.05 0.81 -phtisiologie phtisiologie NOM f s 0.00 0.14 0.00 0.14 -phtisique phtisique ADJ s 0.01 1.22 0.00 0.88 -phtisiques phtisique ADJ f p 0.01 1.22 0.01 0.34 -phénate phénate NOM m s 0.01 0.00 0.01 0.00 -phénicien phénicien NOM m s 0.57 0.07 0.04 0.00 -phénicienne phénicien ADJ f s 0.77 0.41 0.44 0.14 -phéniciennes phénicien ADJ f p 0.77 0.41 0.01 0.14 -phéniciens phénicien NOM m p 0.57 0.07 0.54 0.07 -phénique phénique ADJ m s 0.00 0.07 0.00 0.07 -phéniqués phéniqué ADJ m p 0.00 0.07 0.00 0.07 -phénix phénix NOM m 0.28 0.68 0.28 0.68 -phénobarbital phénobarbital NOM m s 0.10 0.00 0.10 0.00 -phénol phénol NOM m s 0.07 0.14 0.07 0.14 -phénomène phénomène NOM m s 10.77 13.72 8.62 10.81 -phénomènes phénomène NOM m p 10.77 13.72 2.15 2.91 -phénoménal phénoménal ADJ m s 1.36 1.62 0.77 0.74 -phénoménale phénoménal ADJ f s 1.36 1.62 0.46 0.68 -phénoménalement phénoménalement ADV 0.05 0.00 0.05 0.00 -phénoménales phénoménal ADJ f p 1.36 1.62 0.05 0.07 -phénoménaux phénoménal ADJ m p 1.36 1.62 0.08 0.14 -phénoménologie phénoménologie NOM f s 0.04 0.34 0.04 0.34 -phénoménologique phénoménologique ADJ s 0.02 0.00 0.02 0.00 -phénoménologues phénoménologue NOM p 0.00 0.07 0.00 0.07 -phénothiazine phénothiazine NOM f s 0.01 0.00 0.01 0.00 -phénotype phénotype NOM m s 0.01 0.00 0.01 0.00 -phéochromocytome phéochromocytome NOM m s 0.07 0.00 0.07 0.00 -phéromone phéromone NOM f s 0.69 0.00 0.10 0.00 -phéromones phéromone NOM f p 0.69 0.00 0.59 0.00 -phylactère phylactère NOM m s 0.00 0.34 0.00 0.34 -phylloxera phylloxera NOM m s 0.10 0.00 0.10 0.00 -phylloxéra phylloxéra NOM m s 0.10 0.47 0.10 0.47 -phylogenèse phylogenèse NOM f s 0.14 0.00 0.14 0.00 -phylum phylum NOM m s 0.03 0.00 0.03 0.00 -phynances phynances NOM f p 0.00 0.07 0.00 0.07 -physicien physicien NOM m s 1.18 1.55 0.75 0.95 -physicienne physicien NOM f s 1.18 1.55 0.15 0.07 -physiciennes physicienne NOM f p 0.01 0.00 0.01 0.00 -physiciens physicien NOM m p 1.18 1.55 0.29 0.54 -physico_chimique physico_chimique ADJ f p 0.00 0.07 0.00 0.07 -physio physio ADV 0.94 0.00 0.94 0.00 -physiologie physiologie NOM f s 0.76 1.42 0.75 1.35 -physiologies physiologie NOM f p 0.76 1.42 0.01 0.07 -physiologique physiologique ADJ s 1.59 2.09 0.84 1.49 -physiologiquement physiologiquement ADV 0.24 0.27 0.24 0.27 -physiologiques physiologique ADJ p 1.59 2.09 0.75 0.61 -physiologiste physiologiste ADJ s 0.10 0.00 0.10 0.00 -physionomie physionomie NOM f s 0.48 5.27 0.48 4.93 -physionomies physionomie NOM f p 0.48 5.27 0.00 0.34 -physionomique physionomique ADJ s 0.01 0.14 0.01 0.14 -physionomiste physionomiste NOM s 0.12 0.07 0.11 0.07 -physionomistes physionomiste ADJ p 0.11 0.14 0.02 0.00 -physiothérapie physiothérapie NOM f s 0.24 0.00 0.24 0.00 -physique physique ADJ s 19.42 33.18 14.76 27.50 -physiquement physiquement ADV 8.72 8.72 8.72 8.72 -physiques physique ADJ p 19.42 33.18 4.66 5.68 -phytoplancton phytoplancton NOM m s 0.01 0.00 0.01 0.00 -pi pi NOM m 0.69 1.28 0.69 1.28 -più più ADV 0.01 0.07 0.01 0.07 -piaf piaf NOM m s 2.00 5.14 1.75 1.82 -piaffa piaffer VER 0.14 2.57 0.00 0.14 ind:pas:3s; -piaffaient piaffer VER 0.14 2.57 0.00 0.14 ind:imp:3p; -piaffait piaffer VER 0.14 2.57 0.00 0.68 ind:imp:3s; -piaffant piaffer VER 0.14 2.57 0.00 0.54 par:pre; -piaffante piaffant ADJ f s 0.01 0.74 0.00 0.14 -piaffantes piaffant ADJ f p 0.01 0.74 0.01 0.14 -piaffants piaffant ADJ m p 0.01 0.74 0.00 0.20 -piaffe piaffer VER 0.14 2.57 0.12 0.34 ind:pre:1s;ind:pre:3s; -piaffement piaffement NOM m s 0.00 0.20 0.00 0.14 -piaffements piaffement NOM m p 0.00 0.20 0.00 0.07 -piaffent piaffer VER 0.14 2.57 0.02 0.34 ind:pre:3p; -piaffer piaffer VER 0.14 2.57 0.00 0.20 inf; -piaffes piaffer VER 0.14 2.57 0.00 0.14 ind:pre:2s; -piaffé piaffer VER m s 0.14 2.57 0.00 0.07 par:pas; -piafs piaf NOM m p 2.00 5.14 0.25 3.31 -piailla piailler VER 0.84 4.73 0.00 0.14 ind:pas:3s; -piaillaient piailler VER 0.84 4.73 0.02 0.74 ind:imp:3p; -piaillais piailler VER 0.84 4.73 0.00 0.07 ind:imp:2s; -piaillait piailler VER 0.84 4.73 0.22 0.74 ind:imp:3s; -piaillant piailler VER 0.84 4.73 0.00 1.08 par:pre; -piaillante piaillant ADJ f s 0.00 0.68 0.00 0.27 -piaillantes piaillant ADJ f p 0.00 0.68 0.00 0.07 -piaillarde piaillard ADJ f s 0.00 0.14 0.00 0.07 -piaillards piaillard ADJ m p 0.00 0.14 0.00 0.07 -piaille piailler VER 0.84 4.73 0.26 0.54 ind:pre:1s;ind:pre:3s; -piaillement piaillement NOM m s 5.37 2.57 0.70 0.68 -piaillements piaillement NOM m p 5.37 2.57 4.67 1.89 -piaillent piailler VER 0.84 4.73 0.13 0.61 ind:pre:3p; -piailler piailler VER 0.84 4.73 0.21 0.68 inf; -piaillerie piaillerie NOM f s 0.00 0.20 0.00 0.07 -piailleries piaillerie NOM f p 0.00 0.20 0.00 0.14 -piailleurs piailleur ADJ m p 0.00 0.20 0.00 0.14 -piailleuse piailleur ADJ f s 0.00 0.20 0.00 0.07 -piaillèrent piailler VER 0.84 4.73 0.00 0.14 ind:pas:3p; -pian pian NOM m s 0.03 0.00 0.03 0.00 -pianissimo pianissimo ADV 0.12 0.20 0.12 0.20 -pianissimos pianissimo NOM m p 0.10 0.14 0.00 0.07 -pianiste pianiste NOM s 5.75 5.20 5.52 4.80 -pianistes pianiste NOM p 5.75 5.20 0.23 0.41 -piano_bar piano_bar NOM m s 0.05 0.00 0.05 0.00 -piano piano NOM m s 22.22 31.28 21.50 28.51 -pianola pianola NOM m s 0.35 0.14 0.35 0.14 -pianos piano NOM m p 22.22 31.28 0.71 2.77 -pianota pianoter VER 0.41 2.36 0.10 0.34 ind:pas:3s; -pianotage pianotage NOM m s 0.10 0.07 0.10 0.07 -pianotaient pianoter VER 0.41 2.36 0.00 0.14 ind:imp:3p; -pianotait pianoter VER 0.41 2.36 0.00 0.68 ind:imp:3s; -pianotant pianoter VER 0.41 2.36 0.00 0.27 par:pre; -pianote pianoter VER 0.41 2.36 0.04 0.34 ind:pre:1s;ind:pre:3s; -pianoter pianoter VER 0.41 2.36 0.27 0.41 inf; -pianotèrent pianoter VER 0.41 2.36 0.00 0.07 ind:pas:3p; -pianoté pianoter VER m s 0.41 2.36 0.00 0.07 par:pas; -pianotée pianoter VER f s 0.41 2.36 0.00 0.07 par:pas; -piastre piastre NOM f s 1.36 0.54 0.14 0.14 -piastres piastre NOM f p 1.36 0.54 1.23 0.41 -piaula piauler VER 0.02 1.49 0.00 0.27 ind:pas:3s; -piaulaient piauler VER 0.02 1.49 0.01 0.27 ind:imp:3p; -piaulait piauler VER 0.02 1.49 0.00 0.20 ind:imp:3s; -piaulant piauler VER 0.02 1.49 0.00 0.20 par:pre; -piaulante piaulant ADJ f s 0.00 0.14 0.00 0.07 -piaule piaule NOM f s 3.36 12.16 3.02 11.42 -piaulement piaulement NOM m s 0.00 0.54 0.00 0.14 -piaulements piaulement NOM m p 0.00 0.54 0.00 0.41 -piaulent piauler VER 0.02 1.49 0.00 0.07 ind:pre:3p; -piauler piauler VER 0.02 1.49 0.00 0.14 inf; -piaulera piauler VER 0.02 1.49 0.00 0.07 ind:fut:3s; -piaules piaule NOM f p 3.36 12.16 0.34 0.74 -piauleur piauleur NOM m s 0.00 0.07 0.00 0.07 -piaulèrent piauler VER 0.02 1.49 0.00 0.14 ind:pas:3p; -piaye piaye NOM m s 0.00 0.07 0.00 0.07 -piazza piazza NOM f s 1.89 3.18 1.89 3.18 -piazzetta piazzetta NOM f 0.00 0.20 0.00 0.20 -pibloque pibloque NOM m s 0.00 0.34 0.00 0.34 -pic_vert pic_vert NOM m s 0.28 0.27 0.27 0.27 -pic pic NOM m s 5.30 12.43 4.61 10.34 -pica pica NOM m s 0.01 0.07 0.01 0.07 -picador picador NOM m s 0.01 0.34 0.00 0.27 -picadors picador NOM m p 0.01 0.34 0.01 0.07 -picaillon picaillon NOM m s 0.02 0.20 0.01 0.07 -picaillons picaillon NOM m p 0.02 0.20 0.01 0.14 -picard picard ADJ m s 0.00 0.61 0.00 0.14 -picarde picard ADJ f s 0.00 0.61 0.00 0.07 -picardes picard ADJ f p 0.00 0.61 0.00 0.20 -picards picard ADJ m p 0.00 0.61 0.00 0.20 -picaresque picaresque ADJ s 0.03 0.54 0.03 0.34 -picaresques picaresque ADJ p 0.03 0.54 0.00 0.20 -picaro picaro NOM m s 0.40 0.07 0.40 0.07 -picassien picassien ADJ m s 0.00 0.07 0.00 0.07 -piccolo piccolo NOM m s 0.41 0.07 0.40 0.07 -piccolos piccolo NOM m p 0.41 0.07 0.01 0.00 -pichenette pichenette NOM f s 0.27 2.30 0.27 2.09 -pichenettes pichenette NOM f p 0.27 2.30 0.00 0.20 -pichet pichet NOM m s 1.29 1.42 1.21 0.95 -pichets pichet NOM m p 1.29 1.42 0.09 0.47 -pick_up pick_up NOM m 1.98 2.64 1.98 2.64 -picker picker NOM m s 0.19 0.00 0.19 0.00 -pickles pickle NOM m p 0.47 0.20 0.47 0.20 -pickpocket pickpocket NOM m s 0.87 0.74 0.63 0.47 -pickpockets pickpocket NOM m p 0.87 0.74 0.24 0.27 -pico pico ADV 0.31 0.20 0.31 0.20 -picolaient picoler VER 5.89 4.66 0.00 0.07 ind:imp:3p; -picolais picoler VER 5.89 4.66 0.09 0.14 ind:imp:1s; -picolait picoler VER 5.89 4.66 0.21 0.14 ind:imp:3s; -picolant picoler VER 5.89 4.66 0.03 0.07 par:pre; -picole picoler VER 5.89 4.66 1.64 1.08 imp:pre:2s;ind:pre:1s;ind:pre:3s; -picolent picoler VER 5.89 4.66 0.08 0.00 ind:pre:3p; -picoler picoler VER 5.89 4.66 2.32 1.76 inf; -picolerait picoler VER 5.89 4.66 0.00 0.07 cnd:pre:3s; -picoles picoler VER 5.89 4.66 0.69 0.14 ind:pre:2s; -picoleur picoleur NOM m s 0.00 0.27 0.00 0.20 -picoleurs picoleur NOM m p 0.00 0.27 0.00 0.07 -picolez picoler VER 5.89 4.66 0.04 0.00 ind:pre:2p; -picoliez picoler VER 5.89 4.66 0.01 0.00 ind:imp:2p; -picolo picolo NOM m s 0.00 0.14 0.00 0.14 -picolé picoler VER m s 5.89 4.66 0.77 1.22 par:pas; -picora picorer VER 0.74 3.58 0.00 0.07 ind:pas:3s; -picoraient picorer VER 0.74 3.58 0.02 0.47 ind:imp:3p; -picorait picorer VER 0.74 3.58 0.00 0.47 ind:imp:3s; -picorant picorer VER 0.74 3.58 0.02 0.14 par:pre; -picore picorer VER 0.74 3.58 0.18 0.34 ind:pre:1s;ind:pre:3s; -picorent picorer VER 0.74 3.58 0.02 0.41 ind:pre:3p; -picorer picorer VER 0.74 3.58 0.33 1.28 inf; -picoreur picoreur NOM m s 0.00 0.07 0.00 0.07 -picorez picorer VER 0.74 3.58 0.14 0.00 ind:pre:2p; -picoré picorer VER m s 0.74 3.58 0.02 0.14 par:pas; -picorée picorer VER f s 0.74 3.58 0.00 0.07 par:pas; -picorées picorer VER f p 0.74 3.58 0.00 0.07 par:pas; -picorés picorer VER m p 0.74 3.58 0.01 0.14 par:pas; -picot picot NOM m s 0.26 1.35 0.03 1.22 -picota picoter VER 0.74 1.62 0.04 0.14 ind:pas:3s; -picotaient picoter VER 0.74 1.62 0.00 0.27 ind:imp:3p; -picotait picoter VER 0.74 1.62 0.00 0.47 ind:imp:3s; -picotant picoter VER 0.74 1.62 0.02 0.00 par:pre; -picote picoter VER 0.74 1.62 0.63 0.27 ind:pre:1s;ind:pre:3s; -picotement picotement NOM m s 0.50 1.62 0.22 0.95 -picotements picotement NOM m p 0.50 1.62 0.28 0.68 -picotent picoter VER 0.74 1.62 0.03 0.27 ind:pre:3p; -picoter picoter VER 0.74 1.62 0.01 0.07 inf; -picotin picotin NOM m s 0.24 0.61 0.24 0.61 -picotis picotis NOM m 0.00 0.07 0.00 0.07 -picots picot NOM m p 0.26 1.35 0.23 0.14 -picoté picoter VER m s 0.74 1.62 0.01 0.07 par:pas; -picotées picoter VER f p 0.74 1.62 0.00 0.07 par:pas; -picrate picrate NOM m s 0.01 1.35 0.01 1.35 -picrique picrique ADJ s 0.00 0.27 0.00 0.27 -pic_vert pic_vert NOM m p 0.28 0.27 0.01 0.00 -pics pic NOM m p 5.30 12.43 0.69 2.09 -picsou picsou NOM m s 0.43 0.00 0.43 0.00 -pictogramme pictogramme NOM m s 0.14 0.00 0.03 0.00 -pictogrammes pictogramme NOM m p 0.14 0.00 0.11 0.00 -picton picton NOM s 0.00 0.41 0.00 0.41 -picté picter VER m s 0.00 0.07 0.00 0.07 par:pas; -pictural pictural ADJ m s 0.15 0.95 0.01 0.47 -picturale pictural ADJ f s 0.15 0.95 0.14 0.20 -picturalement picturalement ADV 0.00 0.07 0.00 0.07 -picturales pictural ADJ f p 0.15 0.95 0.00 0.27 -pidgin pidgin NOM m s 0.00 0.14 0.00 0.14 -pie_grièche pie_grièche NOM f s 0.00 0.07 0.00 0.07 -pie_mère pie_mère NOM f s 0.01 0.07 0.01 0.07 -pie pie NOM f s 1.59 4.32 1.06 3.18 -pied_bot pied_bot NOM m s 0.28 0.61 0.28 0.61 -pied_d_alouette pied_d_alouette NOM m s 0.01 0.00 0.01 0.00 -pied_d_oeuvre pied_d_oeuvre NOM m s 0.00 0.07 0.00 0.07 -pied_de_biche pied_de_biche NOM m s 0.32 0.27 0.28 0.20 -pied_de_poule pied_de_poule ADJ 0.02 0.54 0.02 0.54 -pied_noir pied_noir NOM m s 0.28 3.78 0.09 0.54 -pied_plat pied_plat NOM m s 0.05 0.00 0.05 0.00 -pied pied NOM m s 214.08 486.42 105.51 248.18 -piedmont piedmont NOM m s 0.23 0.00 0.23 0.00 -pied_de_biche pied_de_biche NOM m p 0.32 0.27 0.04 0.07 -pied_de_coq pied_de_coq NOM m p 0.00 0.07 0.00 0.07 -pied_droit pied_droit NOM m p 0.00 0.07 0.00 0.07 -pied_noir pied_noir NOM m p 0.28 3.78 0.19 3.24 -pieds pied NOM m p 214.08 486.42 108.57 238.24 -pier pier NOM m s 0.01 0.00 0.01 0.00 -piercing piercing NOM m s 1.69 0.00 1.29 0.00 -piercings piercing NOM m p 1.69 0.00 0.40 0.00 -pierraille pierraille NOM f s 0.12 3.85 0.12 2.23 -pierrailles pierraille NOM f p 0.12 3.85 0.00 1.62 -pierre pierre NOM f s 67.17 189.86 40.58 119.39 -pierreries pierreries NOM f p 0.28 1.89 0.28 1.89 -pierres pierre NOM f p 67.17 189.86 26.60 70.47 -pierreuse pierreux ADJ f s 0.11 2.64 0.11 0.54 -pierreuses pierreux ADJ f p 0.11 2.64 0.00 0.47 -pierreux pierreux ADJ m 0.11 2.64 0.00 1.62 -pierrier pierrier NOM m s 0.00 0.20 0.00 0.14 -pierriers pierrier NOM m p 0.00 0.20 0.00 0.07 -pierrière pierrière NOM f s 0.00 0.07 0.00 0.07 -pierrot pierrot NOM m s 0.14 1.35 0.14 0.88 -pierrots pierrot NOM m p 0.14 1.35 0.01 0.47 -pierrures pierrure NOM f p 0.00 0.07 0.00 0.07 -pies pie NOM f p 1.59 4.32 0.53 1.15 -pietà pietà NOM f s 0.18 0.88 0.18 0.88 -pieu pieu NOM m s 5.45 5.34 5.45 5.34 -pieuse pieux ADJ f s 3.93 12.43 1.33 4.12 -pieusement pieusement ADV 0.41 3.11 0.41 3.11 -pieuses pieux ADJ f p 3.93 12.43 0.75 2.77 -pieutait pieuter VER 1.24 2.03 0.00 0.07 ind:imp:3s; -pieute pieuter VER 1.24 2.03 0.20 0.27 imp:pre:2s;ind:pre:1s;ind:pre:3s; -pieuter pieuter VER 1.24 2.03 0.85 1.22 inf; -pieuterez pieuter VER 1.24 2.03 0.01 0.00 ind:fut:2p; -pieutes pieuter VER 1.24 2.03 0.03 0.14 ind:pre:2s; -pieutez pieuter VER 1.24 2.03 0.10 0.00 imp:pre:2p; -pieuté pieuter VER m s 1.24 2.03 0.04 0.20 par:pas; -pieutée pieuter VER f s 1.24 2.03 0.00 0.07 par:pas; -pieutés pieuter VER m p 1.24 2.03 0.01 0.07 par:pas; -pieuvre pieuvre NOM f s 1.73 2.97 1.65 1.82 -pieuvres pieuvre NOM f p 1.73 2.97 0.08 1.15 -pieux pieux ADJ m 3.93 12.43 1.86 5.54 -pif pif NOM m s 1.58 7.23 1.58 7.23 -pifer pifer VER 0.01 0.00 0.01 0.00 inf; -piffait piffer VER 0.16 0.68 0.00 0.14 ind:imp:3s; -piffer piffer VER 0.16 0.68 0.16 0.47 inf; -piffre piffre NOM s 0.00 0.07 0.00 0.07 -piffrer piffrer ADJ m s 0.16 0.00 0.16 0.00 -piffé piffer VER m s 0.16 0.68 0.00 0.07 par:pas; -pifomètre pifomètre NOM m s 0.02 0.61 0.02 0.61 -pige piger VER 41.77 11.96 6.40 2.23 imp:pre:2s;ind:pre:1s;ind:pre:3s; -pigeais piger VER 41.77 11.96 0.17 0.54 ind:imp:1s;ind:imp:2s; -pigeait piger VER 41.77 11.96 0.09 0.88 ind:imp:3s; -pigent piger VER 41.77 11.96 0.50 0.14 ind:pre:3p; -pigeon_voyageur pigeon_voyageur NOM m s 0.14 0.00 0.14 0.00 -pigeon pigeon NOM m s 15.05 19.26 8.56 7.97 -pigeonnant pigeonnant ADJ m s 0.07 0.34 0.07 0.20 -pigeonnante pigeonnant ADJ f s 0.07 0.34 0.00 0.07 -pigeonnants pigeonnant ADJ m p 0.07 0.34 0.00 0.07 -pigeonne pigeon NOM f s 15.05 19.26 0.03 0.68 -pigeonneau pigeonneau NOM m s 0.29 0.34 0.06 0.27 -pigeonneaux pigeonneau NOM m p 0.29 0.34 0.23 0.07 -pigeonner pigeonner VER 0.24 0.34 0.05 0.14 inf; -pigeonnier pigeonnier NOM m s 0.27 3.45 0.27 3.18 -pigeonniers pigeonnier NOM m p 0.27 3.45 0.00 0.27 -pigeonné pigeonner VER m s 0.24 0.34 0.17 0.07 par:pas; -pigeons pigeon NOM m p 15.05 19.26 6.46 10.61 -piger piger VER 41.77 11.96 1.78 1.96 inf; -pigera piger VER 41.77 11.96 0.04 0.07 ind:fut:3s; -pigerai piger VER 41.77 11.96 0.01 0.00 ind:fut:1s; -pigeraient piger VER 41.77 11.96 0.01 0.00 cnd:pre:3p; -pigerait piger VER 41.77 11.96 0.02 0.00 cnd:pre:3s; -pigeras piger VER 41.77 11.96 0.06 0.07 ind:fut:2s; -pigerez piger VER 41.77 11.96 0.02 0.00 ind:fut:2p; -piges piger VER 41.77 11.96 10.99 2.03 ind:pre:2s;sub:pre:2s; -pigez piger VER 41.77 11.96 2.08 0.47 imp:pre:2p;ind:pre:2p; -pigiste pigiste NOM s 0.24 0.54 0.21 0.27 -pigistes pigiste NOM p 0.24 0.54 0.03 0.27 -pigment pigment NOM m s 0.35 0.61 0.07 0.34 -pigmentaire pigmentaire ADJ f s 0.04 0.07 0.04 0.07 -pigmentation pigmentation NOM f s 0.51 0.14 0.51 0.14 -pigments pigment NOM m p 0.35 0.61 0.28 0.27 -pigne pigne NOM f s 0.07 0.47 0.02 0.27 -pigner pigner VER 0.01 0.00 0.01 0.00 inf; -pignes pigne NOM f p 0.07 0.47 0.04 0.20 -pignochait pignocher VER 0.00 0.07 0.00 0.07 ind:imp:3s; -pignole pignole NOM f s 0.01 0.07 0.01 0.07 -pignon pignon NOM m s 4.94 8.31 4.79 6.55 -pignons pignon NOM m p 4.94 8.31 0.15 1.76 -pignouf pignouf NOM m s 0.27 0.54 0.25 0.34 -pignoufs pignouf NOM m p 0.27 0.54 0.02 0.20 -pigé piger VER m s 41.77 11.96 19.46 3.51 par:pas; -pila piler VER 3.34 6.15 0.00 0.34 ind:pas:3s; -pilaf pilaf NOM m s 0.26 0.27 0.26 0.27 -pilaient piler VER 3.34 6.15 0.00 0.14 ind:imp:3p; -pilait piler VER 3.34 6.15 0.00 0.54 ind:imp:3s; -pilant piler VER 3.34 6.15 0.07 0.07 par:pre; -pilastre pilastre NOM m s 0.03 1.15 0.02 0.20 -pilastres pilastre NOM m p 0.03 1.15 0.01 0.95 -pilchards pilchard NOM m p 0.00 0.27 0.00 0.27 -pile_poil pile_poil NOM f s 0.07 0.00 0.07 0.00 -pile pile NOM f s 21.30 32.50 16.22 21.62 -pilent piler VER 3.34 6.15 0.00 0.07 ind:pre:3p; -piler piler VER 3.34 6.15 0.35 0.27 inf; -piles pile NOM f p 21.30 32.50 5.08 10.88 -pileuse pileux ADJ f s 0.06 0.61 0.00 0.20 -pileuses pileux ADJ f p 0.06 0.61 0.00 0.07 -pileux pileux ADJ m 0.06 0.61 0.06 0.34 -pilier pilier NOM m s 3.82 16.15 2.43 7.23 -piliers pilier NOM m p 3.82 16.15 1.39 8.92 -pilifère pilifère ADJ s 0.00 0.07 0.00 0.07 -pilla piller VER 7.66 8.38 0.01 0.27 ind:pas:3s; -pillage pillage NOM m s 1.76 3.38 1.21 2.64 -pillages pillage NOM m p 1.76 3.38 0.56 0.74 -pillaient piller VER 7.66 8.38 0.06 0.41 ind:imp:3p; -pillais piller VER 7.66 8.38 0.01 0.00 ind:imp:1s; -pillait piller VER 7.66 8.38 0.16 0.34 ind:imp:3s; -pillant piller VER 7.66 8.38 0.17 0.68 par:pre; -pillard pillard NOM m s 1.00 1.89 0.15 0.47 -pillarde pillard NOM f s 1.00 1.89 0.00 0.07 -pillards pillard NOM m p 1.00 1.89 0.85 1.35 -pille piller VER 7.66 8.38 1.02 0.47 imp:pre:2s;ind:pre:1s;ind:pre:3s; -pillent piller VER 7.66 8.38 0.78 0.07 ind:pre:3p; -piller piller VER 7.66 8.38 2.12 2.70 inf; -pillera piller VER 7.66 8.38 0.02 0.00 ind:fut:3s; -pillerait piller VER 7.66 8.38 0.02 0.00 cnd:pre:3s; -pillerons piller VER 7.66 8.38 0.02 0.07 ind:fut:1p; -pilleront piller VER 7.66 8.38 0.16 0.00 ind:fut:3p; -pilles piller VER 7.66 8.38 0.04 0.07 ind:pre:2s; -pilleur pilleur NOM m s 1.05 1.35 0.44 0.34 -pilleurs pilleur NOM m p 1.05 1.35 0.47 0.95 -pilleuse pilleur NOM f s 1.05 1.35 0.14 0.07 -pillez piller VER 7.66 8.38 0.35 0.07 imp:pre:2p;ind:pre:2p; -pilliez piller VER 7.66 8.38 0.02 0.00 ind:imp:2p; -pillons piller VER 7.66 8.38 0.03 0.00 imp:pre:1p;ind:pre:1p; -pillèrent piller VER 7.66 8.38 0.02 0.07 ind:pas:3p; -pillé piller VER m s 7.66 8.38 1.87 1.62 par:pas; -pillée piller VER f s 7.66 8.38 0.58 0.47 par:pas; -pillées piller VER f p 7.66 8.38 0.04 0.47 par:pas; -pillés piller VER m p 7.66 8.38 0.18 0.61 par:pas; -piloches piloche NOM f p 0.00 0.07 0.00 0.07 -pilon pilon NOM m s 0.62 1.69 0.47 1.28 -pilonnage pilonnage NOM m s 0.16 0.61 0.12 0.54 -pilonnages pilonnage NOM m p 0.16 0.61 0.04 0.07 -pilonnaient pilonner VER 0.60 1.35 0.01 0.20 ind:imp:3p; -pilonnait pilonner VER 0.60 1.35 0.01 0.20 ind:imp:3s; -pilonnant pilonner VER 0.60 1.35 0.01 0.07 par:pre; -pilonnent pilonner VER 0.60 1.35 0.13 0.14 ind:pre:3p; -pilonner pilonner VER 0.60 1.35 0.10 0.27 inf; -pilonnera pilonner VER 0.60 1.35 0.00 0.07 ind:fut:3s; -pilonneurs pilonneur NOM m p 0.00 0.07 0.00 0.07 -pilonnez pilonner VER 0.60 1.35 0.02 0.00 imp:pre:2p;ind:pre:2p; -pilonné pilonner VER m s 0.60 1.35 0.28 0.14 par:pas; -pilonnée pilonner VER f s 0.60 1.35 0.02 0.07 par:pas; -pilonnées pilonner VER f p 0.60 1.35 0.00 0.07 par:pas; -pilonnés pilonner VER m p 0.60 1.35 0.02 0.14 par:pas; -pilons pilon NOM m p 0.62 1.69 0.14 0.41 -pilori pilori NOM m s 0.79 2.50 0.78 2.36 -piloris pilori NOM m p 0.79 2.50 0.01 0.14 -pilosité pilosité NOM f s 0.09 0.27 0.09 0.27 -pilot pilot NOM m s 1.10 0.00 1.10 0.00 -pilota piloter VER 13.18 4.12 0.00 0.07 ind:pas:3s; -pilotage pilotage NOM m s 2.44 1.35 2.44 1.35 -pilotaient piloter VER 13.18 4.12 0.01 0.00 ind:imp:3p; -pilotais piloter VER 13.18 4.12 0.28 0.14 ind:imp:1s;ind:imp:2s; -pilotait piloter VER 13.18 4.12 0.79 0.61 ind:imp:3s; -pilotant piloter VER 13.18 4.12 0.06 0.27 par:pre; -pilote pilote NOM s 37.69 8.72 29.10 5.61 -pilotent piloter VER 13.18 4.12 0.06 0.07 ind:pre:3p; -piloter piloter VER 13.18 4.12 6.12 1.82 inf; -pilotera piloter VER 13.18 4.12 0.13 0.00 ind:fut:3s; -piloterai piloter VER 13.18 4.12 0.17 0.00 ind:fut:1s; -piloterait piloter VER 13.18 4.12 0.03 0.14 cnd:pre:3s; -piloteras piloter VER 13.18 4.12 0.02 0.00 ind:fut:2s; -piloteront piloter VER 13.18 4.12 0.01 0.00 ind:fut:3p; -pilotes pilote NOM p 37.69 8.72 8.59 3.11 -pilotez piloter VER 13.18 4.12 0.36 0.00 imp:pre:2p;ind:pre:2p; -pilotiez piloter VER 13.18 4.12 0.08 0.00 ind:imp:2p; -pilotin pilotin NOM m s 0.10 0.00 0.10 0.00 -pilotis pilotis NOM m 0.33 2.30 0.33 2.30 -pilotèrent piloter VER 13.18 4.12 0.00 0.07 ind:pas:3p; -piloté piloter VER m s 13.18 4.12 1.65 0.41 par:pas; -pilotée piloter VER f s 13.18 4.12 0.19 0.00 par:pas; -pilotées piloter VER f p 13.18 4.12 0.01 0.07 par:pas; -pilotés piloter VER m p 13.18 4.12 0.06 0.14 par:pas; -pilou pilou NOM m s 0.00 0.95 0.00 0.95 -pilsen pilsen NOM f s 0.00 0.07 0.00 0.07 -pilé piler VER m s 3.34 6.15 0.30 1.15 par:pas; -pilée piler VER f s 3.34 6.15 0.19 1.01 par:pas; -pilées piler VER f p 3.34 6.15 0.00 0.27 par:pas; -pilule pilule NOM f s 22.64 12.91 6.10 4.86 -pilules pilule NOM f p 22.64 12.91 16.54 8.04 -pilum pilum NOM m s 0.00 0.07 0.00 0.07 -pilés piler VER m p 3.34 6.15 0.04 0.41 par:pas; -pimbêche pimbêche NOM f s 0.45 0.47 0.42 0.34 -pimbêches pimbêche NOM f p 0.45 0.47 0.03 0.14 -piment piment NOM m s 4.76 4.66 2.94 2.77 -pimenta pimenter VER 0.82 0.88 0.00 0.07 ind:pas:3s; -pimentait pimenter VER 0.82 0.88 0.00 0.20 ind:imp:3s; -pimentant pimenter VER 0.82 0.88 0.00 0.07 par:pre; -pimente pimenter VER 0.82 0.88 0.17 0.07 imp:pre:2s;ind:pre:1s;ind:pre:3s; -pimentent pimenter VER 0.82 0.88 0.01 0.00 ind:pre:3p; -pimenter pimenter VER 0.82 0.88 0.56 0.27 inf; -piments piment NOM m p 4.76 4.66 1.82 1.89 -pimenté pimenté ADJ m s 0.13 0.27 0.06 0.20 -pimentée pimenter VER f s 0.82 0.88 0.04 0.07 par:pas; -pimentées pimenté ADJ f p 0.13 0.27 0.01 0.00 -pimentés pimenté ADJ m p 0.13 0.27 0.03 0.00 -pimpant pimpant ADJ m s 0.81 4.05 0.34 0.54 -pimpante pimpant ADJ f s 0.81 4.05 0.12 2.09 -pimpantes pimpant ADJ f p 0.81 4.05 0.34 1.22 -pimpants pimpant ADJ m p 0.81 4.05 0.01 0.20 -pimpon pimpon NOM m s 0.01 0.41 0.00 0.14 -pimpons pimpon NOM m p 0.01 0.41 0.01 0.27 -pimprenelle pimprenelle NOM f s 0.08 0.14 0.08 0.07 -pimprenelles pimprenelle NOM f p 0.08 0.14 0.00 0.07 -pin_s pin_s NOM m 0.30 0.00 0.30 0.00 -pin_pon pin_pon ONO 0.00 0.34 0.00 0.34 -pin_up pin_up NOM f 0.71 0.54 0.71 0.54 -pin pin NOM m s 5.06 26.62 2.79 9.53 -pina piner VER 0.81 0.20 0.44 0.00 ind:pas:3s; -pinacle pinacle NOM m s 0.02 0.61 0.02 0.54 -pinacles pinacle NOM m p 0.02 0.61 0.00 0.07 -pinacothèque pinacothèque NOM f s 0.00 0.20 0.00 0.20 -pinaillage pinaillage NOM m s 0.02 0.00 0.02 0.00 -pinaillait pinailler VER 0.50 0.34 0.00 0.07 ind:imp:3s; -pinaille pinailler VER 0.50 0.34 0.02 0.14 imp:pre:2s;ind:pre:1s;ind:pre:3s; -pinailler pinailler VER 0.50 0.34 0.41 0.14 inf; -pinailles pinailler VER 0.50 0.34 0.05 0.00 ind:pre:2s; -pinailleur pinailleur NOM m s 0.02 0.00 0.02 0.00 -pinaillé pinailler VER m s 0.50 0.34 0.02 0.00 par:pas; -pinard pinard NOM m s 0.39 6.89 0.39 6.76 -pinardiers pinardier NOM m p 0.00 0.14 0.00 0.07 -pinardière pinardier NOM f s 0.00 0.14 0.00 0.07 -pinards pinard NOM m p 0.39 6.89 0.00 0.14 -pinasse pinasse NOM f s 0.00 0.54 0.00 0.14 -pinasses pinasse NOM f p 0.00 0.54 0.00 0.41 -pince_fesse pince_fesse NOM m p 0.05 0.14 0.05 0.14 -pince_maille pince_maille NOM m p 0.00 0.07 0.00 0.07 -pince_monseigneur pince_monseigneur NOM f s 0.03 0.54 0.03 0.54 -pince_nez pince_nez NOM m 0.07 1.35 0.07 1.35 -pince_sans_rire pince_sans_rire ADJ s 0.05 0.47 0.05 0.47 -pince pince NOM f s 9.00 14.73 5.62 7.64 -pinceau pinceau NOM m s 4.59 17.91 2.96 10.27 -pinceaux pinceau NOM m p 4.59 17.91 1.63 7.64 -pincement pincement NOM m s 0.19 3.92 0.18 3.65 -pincements pincement NOM m p 0.19 3.92 0.01 0.27 -pincent pincer VER 10.84 23.65 0.14 0.54 ind:pre:3p; -pincer pincer VER 10.84 23.65 4.06 3.72 inf; -pincera pincer VER 10.84 23.65 0.20 0.07 ind:fut:3s; -pincerai pincer VER 10.84 23.65 0.02 0.00 ind:fut:1s; -pinceras pincer VER 10.84 23.65 0.01 0.00 ind:fut:2s; -pincerez pincer VER 10.84 23.65 0.01 0.00 ind:fut:2p; -pincerons pincer VER 10.84 23.65 0.01 0.00 ind:fut:1p; -pinces pince NOM f p 9.00 14.73 3.38 7.09 -pincette pincette NOM f s 0.29 1.49 0.05 0.34 -pincettes pincette NOM f p 0.29 1.49 0.25 1.15 -pinceur pinceur NOM m s 0.00 0.07 0.00 0.07 -pincez pincer VER 10.84 23.65 0.82 0.00 imp:pre:2p;ind:pre:2p; -pinchart pinchart NOM m s 0.00 0.07 0.00 0.07 -pinciez pincer VER 10.84 23.65 0.16 0.00 ind:imp:2p; -pincions pincer VER 10.84 23.65 0.01 0.20 ind:imp:1p; -pincèrent pincer VER 10.84 23.65 0.00 0.07 ind:pas:3p; -pincé pincer VER m s 10.84 23.65 1.27 2.03 par:pas; -pincée pincée NOM f s 1.37 3.31 1.30 2.91 -pincées pincer VER f p 10.84 23.65 0.10 3.04 par:pas; -pincés pincer VER m p 10.84 23.65 0.10 0.47 par:pas; -pine pine NOM f s 1.59 0.88 1.48 0.68 -pineau pineau NOM m s 0.00 0.14 0.00 0.14 -piner piner VER 0.81 0.20 0.16 0.07 inf; -pines pine NOM f p 1.59 0.88 0.11 0.20 -ping_pong ping_pong NOM m s 2.67 2.36 2.67 2.36 -pinglot pinglot NOM m s 0.00 0.14 0.00 0.07 -pinglots pinglot NOM m p 0.00 0.14 0.00 0.07 -pingouin pingouin NOM m s 3.51 2.64 2.29 1.35 -pingouins pingouin NOM m p 3.51 2.64 1.23 1.28 -pingre pingre ADJ s 0.58 0.74 0.56 0.54 -pingrerie pingrerie NOM f s 0.02 0.20 0.02 0.20 -pingres pingre NOM p 0.19 0.34 0.15 0.07 -pink pink NOM f s 1.00 0.34 1.00 0.34 -pinot pinot NOM m s 0.47 0.14 0.46 0.07 -pinots pinot NOM m p 0.47 0.14 0.01 0.07 -pins pin NOM m p 5.06 26.62 2.27 17.09 -pinson pinson NOM m s 2.86 1.82 2.68 1.08 -pinsons pinson NOM m p 2.86 1.82 0.18 0.74 -pinta pinter VER 0.33 0.68 0.05 0.20 ind:pas:3s;;ind:pas:3s; -pintade pintade NOM f s 0.44 2.16 0.44 0.54 -pintades pintade NOM f p 0.44 2.16 0.00 1.62 -pintait pinter VER 0.33 0.68 0.00 0.07 ind:imp:3s; -pinte pinte NOM f s 1.34 0.61 0.90 0.34 -pinter pinter VER 0.33 0.68 0.12 0.14 inf; -pintes pinte NOM f p 1.34 0.61 0.44 0.27 -pinça pincer VER 10.84 23.65 0.00 2.43 ind:pas:3s; -pinçage pinçage NOM m s 0.10 0.00 0.10 0.00 -pinçai pincer VER 10.84 23.65 0.00 0.07 ind:pas:1s; -pinçaient pincer VER 10.84 23.65 0.05 0.61 ind:imp:3p; -pinçais pincer VER 10.84 23.65 0.07 0.34 ind:imp:1s; -pinçait pincer VER 10.84 23.65 0.52 2.23 ind:imp:3s; -pinçant pincer VER 10.84 23.65 0.08 2.09 par:pre; -pinçard pinçard ADJ m s 0.00 0.07 0.00 0.07 -pinède pinède NOM f s 0.72 3.72 0.58 2.70 -pinèdes pinède NOM f p 0.72 3.72 0.15 1.01 -pinçon pinçon NOM m s 0.04 0.20 0.04 0.07 -pinçons pincer VER 10.84 23.65 0.01 0.00 imp:pre:1p; -pinçotait pinçoter VER 0.00 0.20 0.00 0.07 ind:imp:3s; -pinçotant pinçoter VER 0.00 0.20 0.00 0.07 par:pre; -pinçote pinçoter VER 0.00 0.20 0.00 0.07 ind:pre:3s; -pinçure pinçure NOM f s 0.00 0.07 0.00 0.07 -pinté pinter VER m s 0.33 0.68 0.04 0.00 par:pas; -pintée pinter VER f s 0.33 0.68 0.01 0.14 par:pas; -pintés pinter VER m p 0.33 0.68 0.00 0.07 par:pas; -piné piner VER m s 0.81 0.20 0.10 0.00 par:pas; -pinéal pinéal ADJ m s 0.23 0.07 0.02 0.07 -pinéale pinéal ADJ f s 0.23 0.07 0.19 0.00 -pinéales pinéal ADJ f p 0.23 0.07 0.02 0.00 -piochaient piocher VER 1.11 2.91 0.00 0.14 ind:imp:3p; -piochais piocher VER 1.11 2.91 0.00 0.14 ind:imp:1s; -piochait piocher VER 1.11 2.91 0.00 0.54 ind:imp:3s; -piochant piocher VER 1.11 2.91 0.01 0.14 par:pre; -pioche pioche NOM f s 4.36 6.42 4.18 4.39 -piochent piocher VER 1.11 2.91 0.01 0.07 ind:pre:3p; -piocher piocher VER 1.11 2.91 0.50 1.42 inf; -pioches pioche NOM f p 4.36 6.42 0.18 2.03 -piocheur piocheur NOM m s 0.00 0.07 0.00 0.07 -piochez piocher VER 1.11 2.91 0.25 0.00 imp:pre:2p;ind:pre:2p; -pioché piocher VER m s 1.11 2.91 0.18 0.00 par:pas; -piochée piocher VER f s 1.11 2.91 0.00 0.07 par:pas; -piochées piocher VER f p 1.11 2.91 0.00 0.07 par:pas; -piolet piolet NOM m s 0.31 0.14 0.31 0.14 -pion pion NOM m s 4.91 6.49 2.98 3.58 -pionce pioncer VER 1.63 2.64 0.28 0.81 imp:pre:2s;ind:pre:1s;ind:pre:3s; -pioncent pioncer VER 1.63 2.64 0.00 0.20 ind:pre:3p; -pioncer pioncer VER 1.63 2.64 0.62 0.81 inf; -pioncera pioncer VER 1.63 2.64 0.01 0.00 ind:fut:3s; -pionces pioncer VER 1.63 2.64 0.15 0.14 ind:pre:2s; -pioncez pioncer VER 1.63 2.64 0.16 0.00 imp:pre:2p;ind:pre:2p; -pioncé pioncer VER m s 1.63 2.64 0.05 0.14 par:pas; -pionne pion NOM f s 4.91 6.49 0.01 0.14 -pionner pionner VER 0.01 0.00 0.01 0.00 inf; -pionnier pionnier NOM m s 4.17 9.73 1.27 2.50 -pionniers pionnier NOM m p 4.17 9.73 2.62 7.03 -pionnière pionnier NOM f s 4.17 9.73 0.28 0.07 -pionnières pionnière NOM f p 0.03 0.00 0.03 0.00 -pions pion NOM m p 4.91 6.49 1.92 2.77 -pionçais pioncer VER 1.63 2.64 0.33 0.07 ind:imp:1s;ind:imp:2s; -pionçait pioncer VER 1.63 2.64 0.03 0.41 ind:imp:3s; -pionçant pioncer VER 1.63 2.64 0.00 0.07 par:pre; -piot piot NOM m s 0.00 0.34 0.00 0.14 -piots piot NOM m p 0.00 0.34 0.00 0.20 -pioupiou pioupiou NOM m s 0.05 0.34 0.05 0.27 -pioupious pioupiou NOM m p 0.05 0.34 0.00 0.07 -pipa pipa NOM m s 0.02 0.07 0.02 0.07 -pipai piper VER 20.57 2.57 0.00 0.07 ind:pas:1s; -pipais piper VER 20.57 2.57 0.01 0.07 ind:imp:1s; -pipait piper VER 20.57 2.57 0.01 0.14 ind:imp:3s; -pipant piper VER 20.57 2.57 0.10 0.00 par:pre; -pipasse piper VER 20.57 2.57 0.00 0.07 sub:imp:1s; -pipe_line pipe_line NOM m s 0.11 0.34 0.09 0.34 -pipe_line pipe_line NOM m p 0.11 0.34 0.02 0.00 -pipe pipe NOM f s 16.38 32.84 12.74 25.74 -pipeau pipeau NOM m s 2.09 1.22 1.84 0.95 -pipeaux pipeau NOM m p 2.09 1.22 0.25 0.27 -pipelet pipelet NOM m s 0.00 0.47 0.00 0.34 -pipelets pipelet NOM m p 0.00 0.47 0.00 0.14 -pipelette pipelette NOM f s 0.35 1.82 0.27 1.62 -pipelettes pipelette NOM f p 0.35 1.82 0.09 0.20 -pipeline pipeline NOM m s 0.51 0.14 0.42 0.07 -pipelines pipeline NOM m p 0.51 0.14 0.08 0.07 -piper piper VER 20.57 2.57 19.94 0.88 inf; -pipera piper VER 20.57 2.57 0.01 0.00 ind:fut:3s; -piperade piperade NOM f s 0.00 0.07 0.00 0.07 -piperie piperie NOM f s 0.00 0.07 0.00 0.07 -pipes pipe NOM f p 16.38 32.84 3.64 7.09 -pipette pipette NOM f s 0.55 0.68 0.54 0.54 -pipettes pipette NOM f p 0.55 0.68 0.01 0.14 -pipeur pipeur NOM m s 0.00 0.47 0.00 0.14 -pipeuse pipeur NOM f s 0.00 0.47 0.00 0.14 -pipeuses pipeuse NOM f p 0.14 0.00 0.14 0.00 -pipi_room pipi_room NOM m s 0.05 0.00 0.05 0.00 -pipi pipi NOM m s 15.36 10.07 15.33 9.19 -pipiers pipier NOM m p 0.00 0.07 0.00 0.07 -pipis pipi NOM m p 15.36 10.07 0.03 0.88 -pipistrelle pipistrelle NOM f s 0.13 0.00 0.13 0.00 -pipo pipo NOM m s 0.18 0.00 0.18 0.00 -pipé piper VER m s 20.57 2.57 0.16 0.20 par:pas; -pipée pipée NOM f s 0.02 0.07 0.02 0.00 -pipées pipée NOM f p 0.02 0.07 0.00 0.07 -pipés piper VER m p 20.57 2.57 0.24 0.41 par:pas; -piqûre piqûre NOM f s 11.41 10.95 7.59 6.08 -piqûres piqûre NOM f p 11.41 10.95 3.82 4.86 -piqua piquer VER 50.05 64.86 0.03 3.72 ind:pas:3s; -piquage piquage NOM m s 0.02 0.07 0.02 0.00 -piquages piquage NOM m p 0.02 0.07 0.00 0.07 -piquai piquer VER 50.05 64.86 0.01 0.34 ind:pas:1s; -piquaient piquer VER 50.05 64.86 0.11 2.36 ind:imp:3p; -piquais piquer VER 50.05 64.86 0.91 0.88 ind:imp:1s;ind:imp:2s; -piquait piquer VER 50.05 64.86 0.90 6.55 ind:imp:3s; -piquant piquant NOM m s 1.17 1.76 0.74 1.15 -piquante piquant ADJ f s 2.59 6.82 1.60 2.57 -piquantes piquant ADJ f p 2.59 6.82 0.31 1.22 -piquants piquant NOM m p 1.17 1.76 0.43 0.61 -pique_assiette pique_assiette NOM s 0.39 0.34 0.27 0.27 -pique_assiette pique_assiette NOM p 0.39 0.34 0.12 0.07 -pique_boeuf pique_boeuf NOM m p 0.00 0.07 0.00 0.07 -pique_feu pique_feu NOM m 0.03 0.81 0.03 0.81 -pique_niquer pique_niquer VER 1.03 0.74 0.01 0.00 ind:imp:3p; -pique_nique pique_nique NOM m s 6.05 4.12 5.57 3.18 -pique_niquer pique_niquer VER 1.03 0.74 0.03 0.07 ind:pre:3p; -pique_niquer pique_niquer VER 1.03 0.74 0.83 0.47 inf;; -pique_niquer pique_niquer VER 1.03 0.74 0.01 0.00 cnd:pre:3p; -pique_niquer pique_niquer VER 1.03 0.74 0.01 0.00 ind:fut:1p; -pique_nique pique_nique NOM m p 6.05 4.12 0.48 0.95 -pique_niqueur pique_niqueur NOM m p 0.02 0.27 0.02 0.27 -pique_niquer pique_niquer VER 1.03 0.74 0.01 0.07 ind:pre:2p; -pique_niquer pique_niquer VER m s 1.03 0.74 0.05 0.07 par:pas; -pique piquer VER 50.05 64.86 7.74 10.07 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -piquent piquer VER 50.05 64.86 1.54 2.57 ind:pre:3p; -piquer piquer VER 50.05 64.86 15.35 14.26 inf; -piquera piquer VER 50.05 64.86 0.55 0.20 ind:fut:3s; -piquerai piquer VER 50.05 64.86 0.16 0.07 ind:fut:1s; -piqueraient piquer VER 50.05 64.86 0.02 0.07 cnd:pre:3p; -piquerais piquer VER 50.05 64.86 0.04 0.00 cnd:pre:1s;cnd:pre:2s; -piquerait piquer VER 50.05 64.86 0.08 0.27 cnd:pre:3s; -piqueras piquer VER 50.05 64.86 0.17 0.14 ind:fut:2s; -piquerez piquer VER 50.05 64.86 0.01 0.00 ind:fut:2p; -piquerons piqueron NOM m p 0.14 0.00 0.14 0.00 -piqueront piquer VER 50.05 64.86 0.04 0.14 ind:fut:3p; -piques piquer VER 50.05 64.86 1.92 0.61 ind:pre:2s; -piquet piquet NOM m s 3.64 9.39 1.48 4.73 -piquetage piquetage NOM m s 0.00 0.07 0.00 0.07 -piquetaient piqueter VER 0.00 3.18 0.00 0.41 ind:imp:3p; -piquetait piqueter VER 0.00 3.18 0.00 0.07 ind:imp:3s; -piqueter piqueter VER 0.00 3.18 0.00 0.14 inf; -piquetis piquetis NOM m 0.00 0.14 0.00 0.14 -piquets piquet NOM m p 3.64 9.39 2.16 4.66 -piquette piquette NOM f s 0.99 1.15 0.99 1.08 -piquettes piquette NOM f p 0.99 1.15 0.00 0.07 -piqueté piqueter VER m s 0.00 3.18 0.00 0.95 par:pas; -piquetée piqueter VER f s 0.00 3.18 0.00 0.88 par:pas; -piquetées piqueter VER f p 0.00 3.18 0.00 0.47 par:pas; -piquetés piqueter VER m p 0.00 3.18 0.00 0.27 par:pas; -piqueur piqueur ADJ m s 0.76 0.61 0.61 0.54 -piqueurs piqueur NOM m p 0.32 1.35 0.14 0.34 -piqueuse piqueur NOM f s 0.32 1.35 0.00 0.27 -piqueuses piqueur NOM f p 0.32 1.35 0.00 0.41 -piqueux piqueux NOM m 0.01 0.20 0.01 0.20 -piquez piquer VER 50.05 64.86 1.15 0.20 imp:pre:2p;ind:pre:2p; -piquier piquier NOM m s 0.01 0.07 0.01 0.07 -piquiez piquer VER 50.05 64.86 0.13 0.07 ind:imp:2p; -piquions piquer VER 50.05 64.86 0.00 0.07 ind:imp:1p; -piquons piquer VER 50.05 64.86 0.04 0.27 imp:pre:1p;ind:pre:1p; -piquouse piquouse NOM f s 0.04 0.95 0.02 0.54 -piquouser piquouser VER 0.01 0.00 0.01 0.00 inf; -piquouses piquouse NOM f p 0.04 0.95 0.02 0.41 -piquouze piquouze NOM f s 0.05 0.34 0.02 0.20 -piquouzes piquouze NOM f p 0.05 0.34 0.03 0.14 -piquèrent piquer VER 50.05 64.86 0.00 0.47 ind:pas:3p; -piqué piquer VER m s 50.05 64.86 15.18 11.55 par:pas; -piquée piquer VER f s 50.05 64.86 2.79 3.78 par:pas; -piquées piquer VER f p 50.05 64.86 0.38 1.15 par:pas; -piqués piquer VER m p 50.05 64.86 0.58 2.57 par:pas; -pirandellienne pirandellien ADJ f s 0.00 0.07 0.00 0.07 -piranha piranha NOM m s 1.32 0.14 0.26 0.00 -piranhas piranha NOM m p 1.32 0.14 1.06 0.14 -piratage piratage NOM m s 0.56 0.07 0.53 0.07 -piratages piratage NOM m p 0.56 0.07 0.03 0.00 -pirataient pirater VER 2.84 0.47 0.00 0.07 ind:imp:3p; -piratant pirater VER 2.84 0.47 0.02 0.07 par:pre; -pirate pirate NOM m s 8.14 5.47 3.88 1.69 -piratent pirater VER 2.84 0.47 0.06 0.00 ind:pre:3p; -pirater pirater VER 2.84 0.47 0.90 0.14 inf; -piraterie piraterie NOM f s 0.51 0.61 0.49 0.41 -pirateries piraterie NOM f p 0.51 0.61 0.02 0.20 -pirates pirate NOM m p 8.14 5.47 4.26 3.78 -piratez pirater VER 2.84 0.47 0.06 0.00 imp:pre:2p;ind:pre:2p; -piraté pirater VER m s 2.84 0.47 1.14 0.14 par:pas; -piratée pirater VER f s 2.84 0.47 0.07 0.00 par:pas; -piratés pirater VER m p 2.84 0.47 0.25 0.07 par:pas; -pire pire ADJ s 98.83 57.70 83.22 39.80 -pires pire ADJ p 98.83 57.70 15.61 17.91 -piriforme piriforme ADJ m s 0.00 0.47 0.00 0.34 -piriformes piriforme ADJ f p 0.00 0.47 0.00 0.14 -pirogue pirogue NOM f s 0.76 4.73 0.65 2.50 -pirogues pirogue NOM f p 0.76 4.73 0.11 2.23 -pirojki pirojki NOM m 0.28 0.20 0.00 0.14 -pirojkis pirojki NOM m p 0.28 0.20 0.28 0.07 -pirolle pirolle NOM f s 0.00 0.20 0.00 0.20 -pirouetta pirouetter VER 0.10 0.81 0.00 0.20 ind:pas:3s; -pirouettais pirouetter VER 0.10 0.81 0.00 0.07 ind:imp:1s; -pirouettait pirouetter VER 0.10 0.81 0.00 0.07 ind:imp:3s; -pirouettant pirouetter VER 0.10 0.81 0.00 0.07 par:pre; -pirouette pirouette NOM f s 1.39 3.51 0.42 3.04 -pirouetter pirouetter VER 0.10 0.81 0.07 0.20 inf; -pirouettes pirouette NOM f p 1.39 3.51 0.96 0.47 -pis_aller pis_aller NOM m 0.14 0.81 0.14 0.81 -pis pis ADV 30.15 37.16 30.15 37.16 -pisa piser VER 0.50 0.00 0.50 0.00 ind:pas:3s; -pisan pisan ADJ m s 0.10 0.07 0.10 0.00 -pisans pisan ADJ m p 0.10 0.07 0.00 0.07 -pisans pisan NOM m p 0.00 0.07 0.00 0.07 -piscicole piscicole ADJ s 0.07 0.07 0.06 0.00 -piscicoles piscicole ADJ p 0.07 0.07 0.01 0.07 -pisciculteur pisciculteur NOM m s 0.01 0.07 0.01 0.07 -pisciculture pisciculture NOM f s 0.04 0.14 0.04 0.14 -pisciforme pisciforme ADJ f s 0.00 0.07 0.00 0.07 -piscine piscine NOM f s 23.62 17.09 22.19 15.74 -piscines piscine NOM f p 23.62 17.09 1.43 1.35 -pisiforme pisiforme NOM m s 0.03 0.00 0.03 0.00 -pissa pisser VER 39.03 26.49 0.01 0.54 ind:pas:3s; -pissaient pisser VER 39.03 26.49 0.04 0.68 ind:imp:3p; -pissais pisser VER 39.03 26.49 0.67 0.27 ind:imp:1s;ind:imp:2s; -pissait pisser VER 39.03 26.49 0.78 1.96 ind:imp:3s; -pissaladière pissaladière NOM f s 0.00 0.07 0.00 0.07 -pissant pisser VER 39.03 26.49 0.45 0.68 par:pre; -pissat pissat NOM m s 0.10 0.41 0.10 0.41 -pisse_copie pisse_copie NOM s 0.01 0.27 0.01 0.20 -pisse_copie pisse_copie NOM p 0.01 0.27 0.00 0.07 -pisse_froid pisse_froid NOM m 0.10 0.34 0.10 0.34 -pisse_vinaigre pisse_vinaigre NOM m 0.04 0.07 0.04 0.07 -pisse pisser VER 39.03 26.49 6.84 5.20 imp:pre:2s;ind:pre:1s;ind:pre:3s; -pissenlit pissenlit NOM m s 1.32 3.24 0.68 1.28 -pissenlits pissenlit NOM m p 1.32 3.24 0.65 1.96 -pissent pisser VER 39.03 26.49 0.60 0.68 ind:pre:3p; -pisser pisser VER 39.03 26.49 20.83 13.65 inf; -pissera pisser VER 39.03 26.49 0.25 0.00 ind:fut:3s; -pisserai pisser VER 39.03 26.49 0.43 0.00 ind:fut:1s; -pisseraient pisser VER 39.03 26.49 0.01 0.14 cnd:pre:3p; -pisserais pisser VER 39.03 26.49 0.14 0.00 cnd:pre:1s;cnd:pre:2s; -pisserait pisser VER 39.03 26.49 0.07 0.14 cnd:pre:3s; -pisseras pisser VER 39.03 26.49 0.06 0.27 ind:fut:2s; -pisses pisser VER 39.03 26.49 1.05 0.07 ind:pre:2s; -pissette pissette NOM f s 0.14 0.20 0.14 0.20 -pisseur pisseur NOM m s 0.51 0.88 0.25 0.14 -pisseurs pisseur NOM m p 0.51 0.88 0.03 0.07 -pisseuse pisseux ADJ f s 0.71 2.84 0.30 0.68 -pisseuses pisseuse NOM f p 0.14 0.00 0.14 0.00 -pisseux pisseux ADJ m 0.71 2.84 0.40 1.89 -pissez pisser VER 39.03 26.49 1.07 0.20 imp:pre:2p;ind:pre:2p; -pissoir pissoir NOM m s 0.02 0.00 0.02 0.00 -pissons pisser VER 39.03 26.49 0.14 0.00 imp:pre:1p;ind:pre:1p; -pissât pisser VER 39.03 26.49 0.00 0.07 sub:imp:3s; -pissotière pissotière NOM f s 0.61 3.45 0.41 2.03 -pissotières pissotière NOM f p 0.61 3.45 0.20 1.42 -pissou pissou NOM m s 5.28 0.07 5.28 0.07 -pissèrent pisser VER 39.03 26.49 0.00 0.07 ind:pas:3p; -pissé pisser VER m s 39.03 26.49 5.46 1.89 par:pas; -pissée pisser VER f s 39.03 26.49 0.13 0.00 par:pas; -pista pister VER 1.90 1.28 0.00 0.07 ind:pas:3s; -pistache pistache NOM f s 0.69 1.69 0.41 0.74 -pistaches pistache NOM f p 0.69 1.69 0.27 0.95 -pistachier pistachier NOM m s 0.00 0.14 0.00 0.07 -pistachiers pistachier NOM m p 0.00 0.14 0.00 0.07 -pistage pistage NOM m s 0.30 0.00 0.30 0.00 -pistais pister VER 1.90 1.28 0.00 0.07 ind:imp:1s; -pistait pister VER 1.90 1.28 0.06 0.07 ind:imp:3s; -pistant pister VER 1.90 1.28 0.00 0.20 par:pre; -pistard pistard NOM m s 0.01 0.47 0.01 0.20 -pistards pistard NOM m p 0.01 0.47 0.00 0.27 -piste piste NOM f s 51.77 41.15 43.01 34.86 -pistent pister VER 1.90 1.28 0.08 0.14 ind:pre:3p; -pister pister VER 1.90 1.28 0.76 0.47 inf; -pistera pister VER 1.90 1.28 0.01 0.00 ind:fut:3s; -pisterai pister VER 1.90 1.28 0.02 0.00 ind:fut:1s; -pistes piste NOM f p 51.77 41.15 8.77 6.28 -pisteur pisteur NOM m s 0.54 0.95 0.47 0.81 -pisteurs pisteur NOM m p 0.54 0.95 0.06 0.14 -pistez pister VER 1.90 1.28 0.15 0.00 imp:pre:2p;ind:pre:2p; -pistil pistil NOM m s 0.02 0.81 0.02 0.47 -pistils pistil NOM m p 0.02 0.81 0.00 0.34 -pistole pistole NOM f s 1.09 0.34 0.16 0.27 -pistolero pistolero NOM m s 0.24 0.14 0.08 0.07 -pistoleros pistolero NOM m p 0.24 0.14 0.16 0.07 -pistoles pistole NOM f p 1.09 0.34 0.93 0.07 -pistolet_mitrailleur pistolet_mitrailleur NOM m s 0.02 0.00 0.02 0.00 -pistolet pistolet NOM m s 34.92 18.78 31.63 14.80 -pistolets pistolet NOM m p 34.92 18.78 3.29 3.99 -pistoleurs pistoleur NOM m p 0.00 0.07 0.00 0.07 -pistolétade pistolétade NOM f s 0.00 0.14 0.00 0.14 -piston piston NOM m s 2.46 3.18 1.79 2.50 -pistonnais pistonner VER 1.03 0.47 0.00 0.07 ind:imp:2s; -pistonner pistonner VER 1.03 0.47 0.29 0.20 inf; -pistonnera pistonner VER 1.03 0.47 0.01 0.00 ind:fut:3s; -pistonnerai pistonner VER 1.03 0.47 0.01 0.00 ind:fut:1s; -pistonnions pistonner VER 1.03 0.47 0.01 0.00 ind:imp:1p; -pistonné pistonner VER m s 1.03 0.47 0.67 0.14 par:pas; -pistonnée pistonner VER f s 1.03 0.47 0.04 0.00 par:pas; -pistonnés pistonné NOM m p 0.35 0.07 0.10 0.07 -pistons piston NOM m p 2.46 3.18 0.68 0.68 -pistou pistou NOM m s 0.38 0.00 0.38 0.00 -pisté pister VER m s 1.90 1.28 0.17 0.14 par:pas; -pistée pister VER f s 1.90 1.28 0.03 0.00 par:pas; -pistées pister VER f p 1.90 1.28 0.00 0.07 par:pas; -pistés pister VER m p 1.90 1.28 0.08 0.00 par:pas; -pisé pisé NOM m s 0.02 0.47 0.02 0.47 -pit_bull pit_bull NOM m s 0.63 0.00 0.26 0.00 -pit_bull pit_bull NOM m p 0.63 0.00 0.06 0.00 -pit_bull pit_bull NOM m s 0.63 0.00 0.31 0.00 -pita pita NOM m s 0.73 0.00 0.70 0.00 -pitaine pitaine NOM m s 0.00 2.09 0.00 2.09 -pitance pitance NOM f s 0.35 2.70 0.35 2.57 -pitances pitance NOM f p 0.35 2.70 0.00 0.14 -pitancher pitancher VER 0.00 0.14 0.00 0.07 inf; -pitancherai pitancher VER 0.00 0.14 0.00 0.07 ind:fut:1s; -pitancier pitancier NOM m s 0.00 0.07 0.00 0.07 -pitas pita NOM m p 0.73 0.00 0.03 0.00 -pitbull pitbull NOM m s 1.02 0.00 0.82 0.00 -pitbulls pitbull NOM m p 1.02 0.00 0.20 0.00 -pitch pitch NOM m s 0.29 0.00 0.29 0.00 -pitcher pitcher VER 0.03 0.00 0.03 0.00 inf; -pitchoun pitchoun NOM m s 0.03 0.07 0.02 0.00 -pitchoune pitchoun ADJ f s 0.03 0.00 0.03 0.00 -pitchounet pitchounet NOM m s 0.14 0.00 0.14 0.00 -pitchounette pitchounette NOM f s 0.14 0.00 0.14 0.00 -pitchpin pitchpin NOM m s 0.00 0.47 0.00 0.47 -piteuse piteux ADJ f s 0.82 4.46 0.12 1.69 -piteusement piteusement ADV 0.14 1.42 0.14 1.42 -piteuses piteux ADJ f p 0.82 4.46 0.00 0.07 -piteux piteux ADJ m 0.82 4.46 0.70 2.70 -pièce pièce NOM f s 151.10 276.35 110.66 193.78 -pièces pièce NOM f p 151.10 276.35 40.44 82.57 -piège piège NOM m s 33.12 30.20 27.53 19.93 -piègent piéger VER 21.77 7.09 0.20 0.14 ind:pre:3p; -pièges piège NOM m p 33.12 30.20 5.59 10.27 -pithiviers pithiviers NOM m 0.00 0.07 0.00 0.07 -piète piéter VER 0.01 0.54 0.00 0.07 ind:pre:3s; -piètement piètement NOM m s 0.00 0.07 0.00 0.07 -piètre piètre ADJ s 2.65 4.19 2.47 3.45 -piètrement piètrement ADV 0.03 0.00 0.03 0.00 -piètres piètre ADJ p 2.65 4.19 0.18 0.74 -pithécanthrope pithécanthrope NOM m s 0.00 0.34 0.00 0.20 -pithécanthropes pithécanthrope NOM m p 0.00 0.34 0.00 0.14 -pitié pitié NOM f s 76.38 58.11 76.38 57.91 -pitiés pitié NOM f p 76.38 58.11 0.00 0.20 -piton piton NOM m s 0.46 7.30 0.40 6.42 -pitonnant pitonner VER 0.00 0.14 0.00 0.07 par:pre; -pitonner pitonner VER 0.00 0.14 0.00 0.07 inf; -pitons piton NOM m p 0.46 7.30 0.06 0.88 -pitoyable pitoyable ADJ s 6.26 9.19 5.63 6.96 -pitoyablement pitoyablement ADV 0.17 0.47 0.17 0.47 -pitoyables pitoyable ADJ p 6.26 9.19 0.63 2.23 -pitre pitre NOM m s 1.70 1.96 1.55 1.69 -pitrerie pitrerie NOM f s 0.99 1.28 0.16 0.34 -pitreries pitrerie NOM f p 0.99 1.28 0.83 0.95 -pitres pitre NOM m p 1.70 1.96 0.15 0.27 -pittoresque pittoresque ADJ s 1.71 6.49 1.47 4.53 -pittoresques pittoresque ADJ p 1.71 6.49 0.25 1.96 -pituitaire pituitaire ADJ s 0.15 0.20 0.12 0.14 -pituitaires pituitaire ADJ p 0.15 0.20 0.03 0.07 -pituite pituite NOM f s 0.01 0.07 0.01 0.07 -pityriasis pityriasis NOM m 0.01 0.07 0.01 0.07 -piu piu ADV 0.02 0.07 0.02 0.07 -piécette piécette NOM f s 0.09 1.89 0.07 0.68 -piécettes piécette NOM f p 0.09 1.89 0.02 1.22 -piédestal piédestal NOM m s 0.80 2.09 0.79 2.09 -piédestaux piédestal NOM m p 0.80 2.09 0.01 0.00 -piédroit piédroit NOM m s 0.00 0.20 0.00 0.14 -piédroits piédroit NOM m p 0.00 0.20 0.00 0.07 -piégeage piégeage NOM m s 0.01 0.27 0.01 0.14 -piégeages piégeage NOM m p 0.01 0.27 0.00 0.14 -piégeais piéger VER 21.77 7.09 0.02 0.07 ind:imp:1s; -piégeait piéger VER 21.77 7.09 0.04 0.41 ind:imp:3s; -piégeant piéger VER 21.77 7.09 0.04 0.00 par:pre; -piéger piéger VER 21.77 7.09 6.33 2.36 inf; -piégerai piéger VER 21.77 7.09 0.04 0.07 ind:fut:1s; -piégerais piéger VER 21.77 7.09 0.02 0.00 cnd:pre:1s;cnd:pre:2s; -piégerait piéger VER 21.77 7.09 0.01 0.07 cnd:pre:3s; -piégerez piéger VER 21.77 7.09 0.03 0.00 ind:fut:2p; -piégeront piéger VER 21.77 7.09 0.01 0.07 ind:fut:3p; -piégeur piégeur NOM m s 0.23 0.34 0.08 0.20 -piégeurs piégeur NOM m p 0.23 0.34 0.00 0.07 -piégeuse piégeur NOM f s 0.23 0.34 0.15 0.00 -piégeuses piégeur NOM f p 0.23 0.34 0.00 0.07 -piégez piéger VER 21.77 7.09 0.07 0.00 imp:pre:2p;ind:pre:2p; -piégé piéger VER m s 21.77 7.09 9.12 1.69 par:pas; -piégée piéger VER f s 21.77 7.09 2.34 0.61 par:pas; -piégées piéger VER f p 21.77 7.09 0.43 0.54 par:pas; -piégés piéger VER m p 21.77 7.09 2.53 0.68 par:pas; -piémont piémont NOM m s 0.01 0.14 0.01 0.14 -piémontais piémontais NOM m 0.60 0.34 0.60 0.34 -piémontaise piémontais ADJ f s 0.34 0.34 0.01 0.07 -piéride piéride NOM f s 0.00 0.14 0.00 0.07 -piérides piéride NOM f p 0.00 0.14 0.00 0.07 -piéta piéta NOM f s 0.15 0.07 0.15 0.07 -piétaille piétaille NOM f s 0.20 1.28 0.20 1.28 -piétait piéter VER 0.01 0.54 0.00 0.07 ind:imp:3s; -piétant piéter VER 0.01 0.54 0.00 0.07 par:pre; -piétement piétement NOM m s 0.00 0.47 0.00 0.47 -piéter piéter VER 0.01 0.54 0.00 0.07 inf; -piétin piétin NOM m s 0.00 0.07 0.00 0.07 -piétina piétiner VER 6.78 20.61 0.10 0.74 ind:pas:3s; -piétinai piétiner VER 6.78 20.61 0.00 0.07 ind:pas:1s; -piétinaient piétiner VER 6.78 20.61 0.11 1.62 ind:imp:3p; -piétinais piétiner VER 6.78 20.61 0.29 0.14 ind:imp:1s;ind:imp:2s; -piétinait piétiner VER 6.78 20.61 0.03 1.89 ind:imp:3s; -piétinant piétiner VER 6.78 20.61 0.01 2.43 par:pre; -piétinante piétinant ADJ f s 0.00 0.34 0.00 0.07 -piétine piétiner VER 6.78 20.61 1.66 2.43 imp:pre:2s;ind:pre:1s;ind:pre:3s; -piétinement piétinement NOM m s 0.11 5.34 0.09 4.53 -piétinements piétinement NOM m p 0.11 5.34 0.01 0.81 -piétinent piétiner VER 6.78 20.61 0.39 1.28 ind:pre:3p; -piétiner piétiner VER 6.78 20.61 1.39 3.45 inf; -piétinera piétiner VER 6.78 20.61 0.26 0.14 ind:fut:3s; -piétinerai piétiner VER 6.78 20.61 0.14 0.00 ind:fut:1s; -piétinerais piétiner VER 6.78 20.61 0.03 0.00 cnd:pre:2s; -piétinerait piétiner VER 6.78 20.61 0.02 0.00 cnd:pre:3s; -piétineront piétiner VER 6.78 20.61 0.01 0.00 ind:fut:3p; -piétinez piétiner VER 6.78 20.61 0.20 0.07 imp:pre:2p;ind:pre:2p; -piétinons piétiner VER 6.78 20.61 0.02 0.14 ind:pre:1p; -piétinèrent piétiner VER 6.78 20.61 0.00 0.20 ind:pas:3p; -piétiné piétiner VER m s 6.78 20.61 1.35 2.57 par:pas; -piétinée piétiner VER f s 6.78 20.61 0.34 1.55 par:pas; -piétinées piétiner VER f p 6.78 20.61 0.05 0.74 par:pas; -piétinés piétiner VER m p 6.78 20.61 0.37 1.15 par:pas; -piétiste piétiste ADJ f s 0.00 0.07 0.00 0.07 -piéton piéton NOM m s 0.75 3.72 0.54 1.28 -piétonne piéton ADJ f s 0.85 1.82 0.04 0.14 -piétonnes piéton ADJ f p 0.85 1.82 0.01 0.00 -piétonnier piétonnier ADJ m s 0.14 0.20 0.02 0.07 -piétonnière piétonnier ADJ f s 0.14 0.20 0.02 0.07 -piétonnières piétonnier ADJ f p 0.14 0.20 0.10 0.07 -piétons piéton ADJ m p 0.85 1.82 0.26 1.62 -piété piété NOM f s 1.47 7.70 1.47 7.70 -pive pive NOM f s 0.00 0.07 0.00 0.07 -pivert pivert NOM m s 0.22 0.88 0.16 0.81 -piverts pivert NOM m p 0.22 0.88 0.06 0.07 -pivoine pivoine NOM f s 0.73 1.96 0.19 0.74 -pivoines pivoine NOM f p 0.73 1.96 0.54 1.22 -pivot pivot NOM m s 0.68 1.69 0.61 1.55 -pivota pivoter VER 1.19 9.39 0.00 2.09 ind:pas:3s; -pivotai pivoter VER 1.19 9.39 0.00 0.07 ind:pas:1s; -pivotaient pivoter VER 1.19 9.39 0.01 0.14 ind:imp:3p; -pivotait pivoter VER 1.19 9.39 0.04 0.54 ind:imp:3s; -pivotant pivotant ADJ m s 0.08 0.81 0.04 0.47 -pivotante pivotant ADJ f s 0.08 0.81 0.03 0.20 -pivotantes pivotant ADJ f p 0.08 0.81 0.00 0.07 -pivotants pivotant ADJ m p 0.08 0.81 0.00 0.07 -pivote pivoter VER 1.19 9.39 0.36 1.42 imp:pre:2s;ind:pre:1s;ind:pre:3s; -pivotement pivotement NOM m s 0.01 0.07 0.01 0.07 -pivotent pivoter VER 1.19 9.39 0.01 0.14 ind:pre:3p; -pivoter pivoter VER 1.19 9.39 0.33 2.91 inf; -pivotes pivoter VER 1.19 9.39 0.01 0.00 ind:pre:2s; -pivotez pivoter VER 1.19 9.39 0.29 0.00 imp:pre:2p; -pivots pivot NOM m p 0.68 1.69 0.07 0.14 -pivotèrent pivoter VER 1.19 9.39 0.00 0.14 ind:pas:3p; -pivoté pivoter VER m s 1.19 9.39 0.13 0.27 par:pas; -pixel pixel NOM m s 0.36 0.00 0.03 0.00 -pixellisés pixelliser VER m p 0.03 0.00 0.03 0.00 par:pas; -pixels pixel NOM m p 0.36 0.00 0.34 0.00 -pizza pizza NOM f s 23.09 3.24 18.60 2.09 -pizzaiolo pizzaiolo NOM m s 0.02 0.00 0.02 0.00 -pizzas pizza NOM f p 23.09 3.24 4.49 1.15 -pizzeria pizzeria NOM f s 2.12 1.42 2.01 1.35 -pizzerias pizzeria NOM f p 2.12 1.42 0.10 0.07 -pizzicato pizzicato NOM m s 0.29 0.14 0.29 0.14 -plût plaire VER 607.24 139.80 0.22 1.69 sub:imp:3s; -plaît plaire VER 607.24 139.80 499.91 55.00 ind:pre:3s; -placage placage NOM m s 0.22 0.34 0.22 0.20 -placages placage NOM m p 0.22 0.34 0.00 0.14 -placard placard NOM m s 21.47 34.39 19.26 25.74 -placardait placarder VER 0.56 3.18 0.00 0.20 ind:imp:3s; -placarde placarder VER 0.56 3.18 0.11 1.08 imp:pre:2s;ind:pre:1s;ind:pre:3s; -placarder placarder VER 0.56 3.18 0.04 0.54 inf; -placardes placarder VER 0.56 3.18 0.00 0.07 ind:pre:2s; -placardier placardier NOM m s 0.00 0.14 0.00 0.14 -placards placard NOM m p 21.47 34.39 2.20 8.65 -placardé placarder VER m s 0.56 3.18 0.16 0.41 par:pas; -placardée placarder VER f s 0.56 3.18 0.07 0.41 par:pas; -placardées placarder VER f p 0.56 3.18 0.02 0.34 par:pas; -placardés placarder VER m p 0.56 3.18 0.16 0.14 par:pas; -place place NOM f s 301.30 468.58 280.54 437.97 -placebo placebo NOM m s 0.52 0.14 0.47 0.14 -placebos placebo NOM m p 0.52 0.14 0.05 0.00 -placement placement NOM m s 3.12 3.11 2.13 2.03 -placements placement NOM m p 3.12 3.11 0.99 1.08 -placent placer VER 52.95 101.76 0.58 0.74 ind:pre:3p; -placenta placenta NOM m s 0.70 0.61 0.69 0.54 -placentaire placentaire ADJ s 0.04 0.00 0.04 0.00 -placentas placenta NOM m p 0.70 0.61 0.02 0.07 -placer placer VER 52.95 101.76 10.24 21.69 inf; -placera placer VER 52.95 101.76 0.35 0.34 ind:fut:3s; -placerai placer VER 52.95 101.76 0.55 0.27 ind:fut:1s; -placeraient placer VER 52.95 101.76 0.00 0.07 cnd:pre:3p; -placerais placer VER 52.95 101.76 0.05 0.27 cnd:pre:1s; -placerait placer VER 52.95 101.76 0.17 0.68 cnd:pre:3s; -placeras placer VER 52.95 101.76 0.08 0.00 ind:fut:2s; -placerez placer VER 52.95 101.76 0.20 0.20 ind:fut:2p; -placerons placer VER 52.95 101.76 0.06 0.20 ind:fut:1p; -placeront placer VER 52.95 101.76 0.25 0.00 ind:fut:3p; -places place NOM f p 301.30 468.58 20.76 30.61 -placet placet NOM m s 0.01 0.27 0.00 0.20 -placets placet NOM m p 0.01 0.27 0.01 0.07 -placette placette NOM f s 0.00 1.82 0.00 1.49 -placettes placette NOM f p 0.00 1.82 0.00 0.34 -placeur placeur NOM m s 0.06 0.34 0.03 0.07 -placeurs placeur NOM m p 0.06 0.34 0.03 0.00 -placeuse placeur NOM f s 0.06 0.34 0.00 0.20 -placeuses placeur NOM f p 0.06 0.34 0.00 0.07 -placez placer VER 52.95 101.76 4.01 1.15 imp:pre:2p;ind:pre:2p; -placide placide ADJ s 0.29 5.95 0.19 5.20 -placidement placidement ADV 0.00 1.35 0.00 1.35 -placides placide ADJ p 0.29 5.95 0.11 0.74 -placidité placidité NOM f s 0.00 2.03 0.00 2.03 -placier placier NOM m s 0.03 0.14 0.03 0.07 -placiers placier NOM m p 0.03 0.14 0.00 0.07 -placiez placer VER 52.95 101.76 0.03 0.00 ind:imp:2p; -placions placer VER 52.95 101.76 0.04 0.07 ind:imp:1p; -placoplâtre placoplâtre NOM m s 0.06 0.00 0.06 0.00 -placèrent placer VER 52.95 101.76 0.14 0.68 ind:pas:3p; -placé placer VER m s 52.95 101.76 11.81 22.91 par:pas; -placée placer VER f s 52.95 101.76 4.51 8.18 par:pas; -placées placer VER f p 52.95 101.76 1.09 2.84 par:pas; -placés placer VER m p 52.95 101.76 2.19 6.96 par:pas; -plafond plafond NOM m s 10.34 50.34 9.44 46.35 -plafonds plafond NOM m p 10.34 50.34 0.90 3.99 -plafonnant plafonner VER 0.17 0.34 0.00 0.07 par:pre; -plafonne plafonner VER 0.17 0.34 0.07 0.07 imp:pre:2s;ind:pre:3s; -plafonnement plafonnement NOM m s 0.04 0.07 0.04 0.07 -plafonner plafonner VER 0.17 0.34 0.05 0.07 inf; -plafonnier plafonnier NOM m s 0.13 1.42 0.13 1.15 -plafonniers plafonnier NOM m p 0.13 1.42 0.00 0.20 -plafonnière plafonnier NOM f s 0.13 1.42 0.00 0.07 -plafonnons plafonner VER 0.17 0.34 0.00 0.07 ind:pre:1p; -plafonné plafonner VER m s 0.17 0.34 0.04 0.07 par:pas; -plafonnée plafonner VER f s 0.17 0.34 0.01 0.00 par:pas; -plafonnées plafonné ADJ f p 0.01 0.14 0.00 0.14 -plage plage NOM f s 48.19 86.89 44.99 72.03 -plages plage NOM f p 48.19 86.89 3.20 14.86 -plagiaire plagiaire NOM m s 0.19 0.07 0.17 0.00 -plagiaires plagiaire NOM m p 0.19 0.07 0.02 0.07 -plagiant plagier VER 0.40 0.47 0.00 0.14 par:pre; -plagiat plagiat NOM m s 0.38 0.41 0.35 0.20 -plagiats plagiat NOM m p 0.38 0.41 0.02 0.20 -plagie plagier VER 0.40 0.47 0.03 0.07 ind:pre:1s;ind:pre:3s; -plagier plagier VER 0.40 0.47 0.11 0.07 inf; -plagies plagier VER 0.40 0.47 0.01 0.00 ind:pre:2s; -plagioclase plagioclase NOM m s 0.01 0.00 0.01 0.00 -plagié plagier VER m s 0.40 0.47 0.25 0.20 par:pas; -plaid plaid NOM m s 0.34 1.15 0.28 0.95 -plaida plaider VER 11.46 12.70 0.14 0.81 ind:pas:3s; -plaidable plaidable ADJ f s 0.02 0.00 0.02 0.00 -plaidai plaider VER 11.46 12.70 0.00 0.07 ind:pas:1s; -plaidaient plaider VER 11.46 12.70 0.00 0.41 ind:imp:3p; -plaidais plaider VER 11.46 12.70 0.01 0.20 ind:imp:1s;ind:imp:2s; -plaidait plaider VER 11.46 12.70 0.06 0.88 ind:imp:3s; -plaidant plaider VER 11.46 12.70 0.21 0.41 par:pre; -plaidants plaidant ADJ m p 0.00 0.07 0.00 0.07 -plaide plaider VER 11.46 12.70 2.75 1.76 imp:pre:2s;ind:pre:1s;ind:pre:3s; -plaident plaider VER 11.46 12.70 0.13 0.20 ind:pre:3p; -plaider plaider VER 11.46 12.70 4.07 5.61 inf; -plaidera plaider VER 11.46 12.70 0.42 0.00 ind:fut:3s; -plaiderai plaider VER 11.46 12.70 0.61 0.14 ind:fut:1s; -plaiderait plaider VER 11.46 12.70 0.12 0.27 cnd:pre:3s; -plaideras plaider VER 11.46 12.70 0.13 0.07 ind:fut:2s; -plaiderez plaider VER 11.46 12.70 0.24 0.07 ind:fut:2p; -plaiderons plaider VER 11.46 12.70 0.08 0.14 ind:fut:1p; -plaideront plaider VER 11.46 12.70 0.01 0.00 ind:fut:3p; -plaides plaider VER 11.46 12.70 0.24 0.14 ind:pre:2s; -plaideur plaideur NOM m s 0.05 0.47 0.04 0.14 -plaideurs plaideur NOM m p 0.05 0.47 0.01 0.34 -plaidez plaider VER 11.46 12.70 1.03 0.20 imp:pre:2p;ind:pre:2p; -plaidiez plaider VER 11.46 12.70 0.03 0.07 ind:imp:2p; -plaidions plaider VER 11.46 12.70 0.00 0.07 ind:imp:1p; -plaidoirie plaidoirie NOM f s 1.27 2.36 1.14 1.22 -plaidoiries plaidoirie NOM f p 1.27 2.36 0.13 1.15 -plaidons plaider VER 11.46 12.70 0.09 0.14 imp:pre:1p;ind:pre:1p; -plaidoyer plaidoyer NOM m s 0.64 1.28 0.60 0.88 -plaidoyers plaidoyer NOM m p 0.64 1.28 0.04 0.41 -plaids plaid NOM m p 0.34 1.15 0.05 0.20 -plaidèrent plaider VER 11.46 12.70 0.00 0.14 ind:pas:3p; -plaidé plaider VER m s 11.46 12.70 1.03 0.81 par:pas; -plaidée plaider VER f s 11.46 12.70 0.05 0.14 par:pas; -plaie plaie NOM f s 15.02 24.26 10.42 14.32 -plaies plaie NOM f p 15.02 24.26 4.59 9.93 -plaignît plaindre VER 61.25 67.84 0.00 0.20 sub:imp:3s; -plaignaient plaindre VER 61.25 67.84 0.28 2.30 ind:imp:3p; -plaignais plaindre VER 61.25 67.84 0.70 1.49 ind:imp:1s;ind:imp:2s; -plaignait plaindre VER 61.25 67.84 0.94 8.92 ind:imp:3s; -plaignant plaignant NOM m s 1.56 0.74 0.86 0.34 -plaignante plaignant NOM f s 1.56 0.74 0.33 0.14 -plaignantes plaignant NOM f p 1.56 0.74 0.03 0.07 -plaignants plaignant NOM m p 1.56 0.74 0.34 0.20 -plaigne plaindre VER 61.25 67.84 0.34 0.81 sub:pre:1s;sub:pre:3s; -plaignent plaindre VER 61.25 67.84 2.71 1.49 ind:pre:3p; -plaignes plaindre VER 61.25 67.84 0.04 0.00 sub:pre:2s; -plaignez plaindre VER 61.25 67.84 1.60 0.74 imp:pre:2p;ind:pre:2p; -plaigniez plaindre VER 61.25 67.84 0.05 0.00 ind:imp:2p; -plaignions plaindre VER 61.25 67.84 0.02 0.20 ind:imp:1p; -plaignirent plaindre VER 61.25 67.84 0.01 0.27 ind:pas:3p; -plaignis plaindre VER 61.25 67.84 0.00 0.20 ind:pas:1s; -plaignit plaindre VER 61.25 67.84 0.14 2.84 ind:pas:3s; -plaignons plaindre VER 61.25 67.84 0.34 0.47 imp:pre:1p;ind:pre:1p; -plain_chant plain_chant NOM m s 0.10 0.27 0.10 0.27 -plain_pied plain_pied NOM m s 0.12 3.65 0.12 3.65 -plain plain ADJ m s 0.60 0.27 0.31 0.14 -plaindra plaindre VER 61.25 67.84 0.41 0.07 ind:fut:3s; -plaindrai plaindre VER 61.25 67.84 0.82 0.07 ind:fut:1s; -plaindraient plaindre VER 61.25 67.84 0.16 0.07 cnd:pre:3p; -plaindrais plaindre VER 61.25 67.84 0.40 0.20 cnd:pre:1s;cnd:pre:2s; -plaindrait plaindre VER 61.25 67.84 0.12 0.81 cnd:pre:3s; -plaindras plaindre VER 61.25 67.84 0.05 0.00 ind:fut:2s; -plaindre plaindre VER 61.25 67.84 17.27 24.53 inf;;inf;;inf;;inf;; -plaindrez plaindre VER 61.25 67.84 0.03 0.00 ind:fut:2p; -plaindriez plaindre VER 61.25 67.84 0.01 0.07 cnd:pre:2p; -plaindrions plaindre VER 61.25 67.84 0.00 0.07 cnd:pre:1p; -plaindront plaindre VER 61.25 67.84 0.11 0.14 ind:fut:3p; -plaine plaine NOM f s 3.52 39.86 3.52 39.86 -plaines plain NOM f p 1.63 7.43 1.63 7.43 -plains plaindre VER 61.25 67.84 12.84 5.61 imp:pre:2s;ind:pre:1s;ind:pre:2s; -plaint plaindre VER m s 61.25 67.84 7.28 7.84 ind:pre:3s;par:pas; -plainte plaindre VER f s 61.25 67.84 13.79 6.35 par:pas; -plaintes plainte NOM f p 15.07 26.69 5.46 9.59 -plaintif plaintif ADJ m s 1.12 6.82 0.81 3.31 -plaintifs plaintif ADJ m p 1.12 6.82 0.06 1.01 -plaintive plaintif ADJ f s 1.12 6.82 0.26 2.09 -plaintivement plaintivement ADV 0.00 0.81 0.00 0.81 -plaintives plaintif ADJ f p 1.12 6.82 0.00 0.41 -plaints plaindre VER m p 61.25 67.84 0.44 0.47 par:pas; -plaira plaire VER 607.24 139.80 12.63 3.45 ind:fut:3s; -plairai plaire VER 607.24 139.80 0.16 0.14 ind:fut:1s; -plairaient plaire VER 607.24 139.80 0.21 0.41 cnd:pre:3p; -plairais plaire VER 607.24 139.80 0.61 0.27 cnd:pre:1s;cnd:pre:2s; -plairait plaire VER 607.24 139.80 14.60 4.46 cnd:pre:3s; -plairas plaire VER 607.24 139.80 0.70 0.14 ind:fut:2s; -plaire plaire VER 607.24 139.80 19.00 19.66 inf;; -plairez plaire VER 607.24 139.80 1.07 0.34 ind:fut:2p; -plairiez plaire VER 607.24 139.80 0.30 0.00 cnd:pre:2p; -plairont plaire VER 607.24 139.80 0.81 0.20 ind:fut:3p; -plais plaire VER 607.24 139.80 21.48 4.66 imp:pre:2s;ind:pre:1s;ind:pre:2s; -plaisaient plaire VER 607.24 139.80 0.55 2.97 ind:imp:3p; -plaisais plaire VER 607.24 139.80 1.75 2.70 ind:imp:1s;ind:imp:2s; -plaisait plaire VER 607.24 139.80 8.75 27.50 ind:imp:3s; -plaisamment plaisamment ADV 0.02 2.03 0.02 2.03 -plaisance plaisance NOM f s 0.35 2.03 0.35 2.03 -plaisancier plaisancier NOM m s 0.19 0.20 0.00 0.07 -plaisanciers plaisancier NOM m p 0.19 0.20 0.19 0.14 -plaisant plaisant ADJ m s 4.88 9.73 2.11 4.32 -plaisanta plaisanter VER 87.13 27.43 0.00 2.03 ind:pas:3s; -plaisantai plaisanter VER 87.13 27.43 0.10 0.14 ind:pas:1s; -plaisantaient plaisanter VER 87.13 27.43 0.13 0.68 ind:imp:3p; -plaisantais plaisanter VER 87.13 27.43 7.92 1.22 ind:imp:1s;ind:imp:2s; -plaisantait plaisanter VER 87.13 27.43 2.08 5.95 ind:imp:3s; -plaisantant plaisanter VER 87.13 27.43 0.62 2.64 par:pre; -plaisante plaisanter VER 87.13 27.43 28.50 3.92 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -plaisantent plaisanter VER 87.13 27.43 0.61 0.27 ind:pre:3p; -plaisanter plaisanter VER 87.13 27.43 6.24 6.01 inf; -plaisantera plaisanter VER 87.13 27.43 0.00 0.07 ind:fut:3s; -plaisanterai plaisanter VER 87.13 27.43 0.03 0.07 ind:fut:1s; -plaisanteraient plaisanter VER 87.13 27.43 0.00 0.07 cnd:pre:3p; -plaisanterais plaisanter VER 87.13 27.43 0.15 0.00 cnd:pre:1s; -plaisanteras plaisanter VER 87.13 27.43 0.00 0.07 ind:fut:2s; -plaisanterie plaisanterie NOM f s 17.75 26.49 13.41 14.05 -plaisanteries plaisanterie NOM f p 17.75 26.49 4.33 12.43 -plaisanterons plaisanter VER 87.13 27.43 0.02 0.07 ind:fut:1p; -plaisantes plaisanter VER 87.13 27.43 24.29 0.95 ind:pre:2s; -plaisantez plaisanter VER 87.13 27.43 14.96 1.55 imp:pre:2p;ind:pre:2p; -plaisantiez plaisanter VER 87.13 27.43 0.32 0.00 ind:imp:2p; -plaisantin plaisantin NOM m s 0.86 0.95 0.68 0.68 -plaisantins plaisantin NOM m p 0.86 0.95 0.19 0.27 -plaisantions plaisanter VER 87.13 27.43 0.04 0.14 ind:imp:1p; -plaisantons plaisanter VER 87.13 27.43 0.28 0.20 imp:pre:1p;ind:pre:1p; -plaisants plaisant ADJ m p 4.88 9.73 0.22 0.61 -plaisantèrent plaisanter VER 87.13 27.43 0.00 0.07 ind:pas:3p; -plaisanté plaisanter VER m s 87.13 27.43 0.84 1.35 par:pas; -plaise plaire VER 607.24 139.80 6.49 3.65 sub:pre:1s;sub:pre:3s; -plaisent plaire VER 607.24 139.80 6.92 3.45 ind:pre:3p; -plaises plaire VER 607.24 139.80 0.35 0.20 sub:pre:2s; -plaisez plaire VER 607.24 139.80 3.83 1.42 ind:pre:2p; -plaisiez plaire VER 607.24 139.80 0.27 0.20 ind:imp:2p; -plaisions plaire VER 607.24 139.80 0.00 0.27 ind:imp:1p; -plaisir plaisir NOM m s 186.37 233.85 177.40 208.78 -plaisirs plaisir NOM m p 186.37 233.85 8.97 25.07 -plaisons plaire VER 607.24 139.80 0.04 0.20 ind:pre:1p; -plan_séquence plan_séquence NOM m s 0.10 0.00 0.10 0.00 -plan plan NOM m s 147.54 88.99 119.54 67.84 -plana planer VER 7.86 16.55 0.00 0.34 ind:pas:3s; -planaient planer VER 7.86 16.55 0.13 0.95 ind:imp:3p; -planais planer VER 7.86 16.55 0.24 0.41 ind:imp:1s;ind:imp:2s; -planait planer VER 7.86 16.55 0.70 3.99 ind:imp:3s; -planant planant ADJ m s 0.56 1.22 0.25 0.68 -planante planant ADJ f s 0.56 1.22 0.27 0.20 -planantes planant ADJ f p 0.56 1.22 0.02 0.34 -planants planant ADJ m p 0.56 1.22 0.03 0.00 -planas planer VER 7.86 16.55 0.00 0.07 ind:pas:2s; -planchais plancher VER 1.37 1.35 0.02 0.07 ind:imp:1s; -planche planche NOM f s 13.37 41.55 10.01 14.53 -planchent plancher VER 1.37 1.35 0.04 0.00 ind:pre:3p; -plancher plancher NOM m s 7.50 31.15 6.67 29.39 -planchers plancher NOM m p 7.50 31.15 0.84 1.76 -planche_contact planche_contact NOM f p 0.00 0.07 0.00 0.07 -planches planche NOM f p 13.37 41.55 3.36 27.03 -planchette planchette NOM f s 0.01 2.50 0.01 1.82 -planchettes planchette NOM f p 0.01 2.50 0.00 0.68 -planchiste planchiste NOM s 0.20 0.00 0.20 0.00 -planché plancher VER m s 1.37 1.35 0.24 0.07 par:pas; -plancton plancton NOM m s 0.65 0.47 0.52 0.47 -planctons plancton NOM m p 0.65 0.47 0.14 0.00 -plane planer VER 7.86 16.55 2.48 2.57 ind:pre:1s;ind:pre:3s;sub:pre:3s; -planelle planelle NOM f s 0.01 0.00 0.01 0.00 -planement planement NOM m s 0.00 0.07 0.00 0.07 -planent planer VER 7.86 16.55 0.45 0.88 ind:pre:3p; -planer planer VER 7.86 16.55 2.25 3.99 inf;; -planera planer VER 7.86 16.55 0.02 0.00 ind:fut:3s; -planerait planer VER 7.86 16.55 0.00 0.07 cnd:pre:3s; -planerions planer VER 7.86 16.55 0.00 0.07 cnd:pre:1p; -planeront planer VER 7.86 16.55 0.00 0.07 ind:fut:3p; -planes planer VER 7.86 16.55 0.58 0.14 ind:pre:2s; -planeur planeur NOM m s 1.31 0.61 0.66 0.27 -planeurs planeur NOM m p 1.31 0.61 0.65 0.34 -planez planer VER 7.86 16.55 0.12 0.07 imp:pre:2p;ind:pre:2p; -planiez planer VER 7.86 16.55 0.02 0.00 ind:imp:2p; -planifiable planifiable ADJ s 0.01 0.00 0.01 0.00 -planifiaient planifier VER 8.15 0.68 0.01 0.00 ind:imp:3p; -planifiait planifier VER 8.15 0.68 0.18 0.00 ind:imp:3s; -planifiant planifier VER 8.15 0.68 0.05 0.07 par:pre; -planificateur planificateur NOM m s 0.06 0.00 0.04 0.00 -planification planification NOM f s 0.42 0.34 0.42 0.34 -planificatrice planificateur NOM f s 0.06 0.00 0.01 0.00 -planifie planifier VER 8.15 0.68 0.87 0.07 imp:pre:2s;ind:pre:1s;ind:pre:3s; -planifient planifier VER 8.15 0.68 0.09 0.00 ind:pre:3p; -planifier planifier VER 8.15 0.68 1.94 0.07 inf; -planifierais planifier VER 8.15 0.68 0.01 0.07 cnd:pre:1s; -planifiez planifier VER 8.15 0.68 0.11 0.00 imp:pre:2p;ind:pre:2p; -planifions planifier VER 8.15 0.68 0.08 0.00 imp:pre:1p;ind:pre:1p; -planifié planifier VER m s 8.15 0.68 4.42 0.27 par:pas; -planifiée planifier VER f s 8.15 0.68 0.31 0.07 par:pas; -planifiés planifier VER m p 8.15 0.68 0.08 0.07 par:pas; -planisphère planisphère NOM m s 0.01 1.15 0.01 1.01 -planisphères planisphère NOM m p 0.01 1.15 0.00 0.14 -planitude planitude NOM f s 0.00 0.14 0.00 0.14 -planning planning NOM m s 4.77 0.81 4.55 0.81 -plannings planning NOM m p 4.77 0.81 0.22 0.00 -planqua planquer VER 18.79 21.76 0.00 0.07 ind:pas:3s; -planquaient planquer VER 18.79 21.76 0.12 0.41 ind:imp:3p; -planquais planquer VER 18.79 21.76 0.26 0.20 ind:imp:1s;ind:imp:2s; -planquait planquer VER 18.79 21.76 0.21 1.35 ind:imp:3s; -planquant planquer VER 18.79 21.76 0.01 0.27 par:pre; -planque planque NOM f s 9.10 7.30 8.21 6.42 -planquent planquer VER 18.79 21.76 0.68 0.74 ind:pre:3p; -planquer planquer VER 18.79 21.76 3.81 6.49 inf; -planquera planquer VER 18.79 21.76 0.05 0.07 ind:fut:3s; -planquerai planquer VER 18.79 21.76 0.02 0.07 ind:fut:1s; -planquerais planquer VER 18.79 21.76 0.04 0.00 cnd:pre:1s; -planquerait planquer VER 18.79 21.76 0.04 0.07 cnd:pre:3s; -planqueras planquer VER 18.79 21.76 0.03 0.00 ind:fut:2s; -planques planque NOM f p 9.10 7.30 0.90 0.88 -planquez planquer VER 18.79 21.76 1.77 0.34 imp:pre:2p;ind:pre:2p; -planquiez planquer VER 18.79 21.76 0.00 0.07 ind:imp:2p; -planquions planquer VER 18.79 21.76 0.00 0.07 ind:imp:1p; -planquons planquer VER 18.79 21.76 0.22 0.14 imp:pre:1p;ind:pre:1p; -planquèrent planquer VER 18.79 21.76 0.00 0.07 ind:pas:3p; -planqué planquer VER m s 18.79 21.76 3.87 4.66 par:pas; -planquée planquer VER f s 18.79 21.76 0.94 1.28 par:pas; -planquées planqué ADJ f p 1.67 1.69 0.14 0.14 -planqués planqué ADJ m p 1.67 1.69 0.74 0.88 -plans plan NOM m p 147.54 88.99 28.00 21.15 -plant plant NOM m s 2.54 4.53 1.07 1.62 -planta planter VER 38.29 75.88 0.19 7.84 ind:pas:3s; -plantage plantage NOM m s 0.04 0.00 0.04 0.00 -plantai planter VER 38.29 75.88 0.01 0.54 ind:pas:1s; -plantaient planter VER 38.29 75.88 0.14 0.74 ind:imp:3p; -plantain plantain NOM m s 0.04 0.14 0.01 0.00 -plantains plantain NOM m p 0.04 0.14 0.04 0.14 -plantaire plantaire ADJ s 0.14 0.20 0.10 0.14 -plantaires plantaire ADJ f p 0.14 0.20 0.04 0.07 -plantais planter VER 38.29 75.88 0.33 1.01 ind:imp:1s;ind:imp:2s; -plantait planter VER 38.29 75.88 0.43 3.24 ind:imp:3s; -plantant planter VER 38.29 75.88 0.43 2.03 par:pre; -plantation plantation NOM f s 5.73 6.35 2.25 3.72 -plantations plantation NOM f p 5.73 6.35 3.48 2.64 -plante plante NOM f s 21.86 35.00 9.00 11.49 -plantent planter VER 38.29 75.88 0.43 0.61 ind:pre:3p; -planter planter VER 38.29 75.88 10.58 12.16 inf;; -plantera planter VER 38.29 75.88 0.30 0.07 ind:fut:3s; -planterai planter VER 38.29 75.88 0.81 0.07 ind:fut:1s; -planterais planter VER 38.29 75.88 0.17 0.00 cnd:pre:1s;cnd:pre:2s; -planterait planter VER 38.29 75.88 0.06 0.20 cnd:pre:3s; -planteras planter VER 38.29 75.88 0.17 0.00 ind:fut:2s; -planterez planter VER 38.29 75.88 0.02 0.00 ind:fut:2p; -planterons planter VER 38.29 75.88 0.05 0.14 ind:fut:1p; -planteront planter VER 38.29 75.88 0.13 0.00 ind:fut:3p; -plantes plante NOM f p 21.86 35.00 12.85 23.51 -planteur planteur NOM m s 0.64 2.23 0.42 1.15 -planteurs planteur NOM m p 0.64 2.23 0.22 1.08 -plantez planter VER 38.29 75.88 0.68 0.14 imp:pre:2p;ind:pre:2p; -planète planète NOM f s 61.11 22.91 55.29 19.86 -planètes planète NOM f p 61.11 22.91 5.82 3.04 -plantier plantier NOM m s 0.70 0.14 0.70 0.14 -plantiez planter VER 38.29 75.88 0.04 0.07 ind:imp:2p; -plantigrade plantigrade NOM m s 0.13 0.20 0.13 0.20 -plantions planter VER 38.29 75.88 0.02 0.14 ind:imp:1p; -plantoir plantoir NOM m s 0.14 0.07 0.14 0.07 -planton planton NOM m s 0.53 2.91 0.50 2.50 -plantons planter VER 38.29 75.88 0.25 0.14 imp:pre:1p;ind:pre:1p; -plants plant NOM m p 2.54 4.53 1.47 2.91 -plantèrent planter VER 38.29 75.88 0.01 0.68 ind:pas:3p; -planté planter VER m s 38.29 75.88 11.20 20.07 par:pas; -plantée planter VER f s 38.29 75.88 2.68 10.47 par:pas; -plantées planter VER f p 38.29 75.88 0.89 3.31 par:pas; -plantureuse plantureux ADJ f s 0.11 1.42 0.07 0.68 -plantureuses plantureux ADJ f p 0.11 1.42 0.04 0.27 -plantureux plantureux ADJ m s 0.11 1.42 0.01 0.47 -plantés planter VER m p 38.29 75.88 2.31 7.09 par:pas; -plané planer VER m s 7.86 16.55 0.76 1.76 par:pas; -planétaire planétaire ADJ s 2.27 1.35 1.93 0.95 -planétaires planétaire ADJ p 2.27 1.35 0.34 0.41 -planétarium planétarium NOM m s 0.31 0.27 0.31 0.20 -planétariums planétarium NOM m p 0.31 0.27 0.00 0.07 -planétoïde planétoïde NOM m s 0.04 0.00 0.04 0.00 -plaqua plaquer VER 12.46 27.70 0.01 2.64 ind:pas:3s; -plaquage plaquage NOM m s 0.26 0.20 0.22 0.07 -plaquages plaquage NOM m p 0.26 0.20 0.04 0.14 -plaquai plaquer VER 12.46 27.70 0.00 0.34 ind:pas:1s; -plaquaient plaquer VER 12.46 27.70 0.01 0.27 ind:imp:3p; -plaquais plaquer VER 12.46 27.70 0.14 0.14 ind:imp:1s;ind:imp:2s; -plaquait plaquer VER 12.46 27.70 0.13 2.23 ind:imp:3s; -plaquant plaquer VER 12.46 27.70 0.02 1.49 par:pre; -plaque plaque NOM f s 20.48 46.15 13.87 26.01 -plaqueminiers plaqueminier NOM m p 0.00 0.14 0.00 0.14 -plaquent plaquer VER 12.46 27.70 0.14 0.34 ind:pre:3p; -plaquer plaquer VER 12.46 27.70 2.48 3.92 inf; -plaquera plaquer VER 12.46 27.70 0.03 0.00 ind:fut:3s; -plaquerai plaquer VER 12.46 27.70 0.05 0.00 ind:fut:1s; -plaquerais plaquer VER 12.46 27.70 0.17 0.00 cnd:pre:1s;cnd:pre:2s; -plaquerait plaquer VER 12.46 27.70 0.03 0.07 cnd:pre:3s; -plaqueras plaquer VER 12.46 27.70 0.01 0.00 ind:fut:2s; -plaques plaque NOM f p 20.48 46.15 6.62 20.14 -plaquettaire plaquettaire ADJ f s 0.01 0.00 0.01 0.00 -plaquette plaquette NOM f s 1.02 4.26 0.28 1.55 -plaquettes plaquette NOM f p 1.02 4.26 0.74 2.70 -plaqueur plaqueur NOM m s 0.07 0.07 0.07 0.07 -plaquez plaquer VER 12.46 27.70 0.20 0.20 imp:pre:2p;ind:pre:2p; -plaquèrent plaquer VER 12.46 27.70 0.00 0.27 ind:pas:3p; -plaqué plaquer VER m s 12.46 27.70 4.37 5.00 par:pas; -plaquée plaquer VER f s 12.46 27.70 2.07 4.32 par:pas; -plaquées plaquer VER f p 12.46 27.70 0.04 1.76 par:pas; -plaqués plaquer VER m p 12.46 27.70 0.42 1.76 par:pas; -plasma plasma NOM m s 2.85 0.34 2.85 0.34 -plasmagène plasmagène ADJ m s 0.01 0.00 0.01 0.00 -plasmaphérèse plasmaphérèse NOM f s 0.08 0.00 0.08 0.00 -plasmique plasmique ADJ m s 0.01 0.00 0.01 0.00 -plaste plaste NOM m s 0.01 0.00 0.01 0.00 -plastic plastic NOM m s 0.81 1.15 0.81 1.15 -plasticage plasticage NOM m s 0.01 0.34 0.01 0.00 -plasticages plasticage NOM m p 0.01 0.34 0.00 0.34 -plasticien plasticien NOM m s 0.40 0.00 0.38 0.00 -plasticienne plasticien NOM f s 0.40 0.00 0.01 0.00 -plasticité plasticité NOM f s 0.04 0.27 0.04 0.27 -plastie plastie NOM f s 0.03 0.00 0.03 0.00 -plastifiant plastifiant NOM m s 0.01 0.00 0.01 0.00 -plastification plastification NOM f s 0.01 0.00 0.01 0.00 -plastifier plastifier VER 0.23 0.95 0.06 0.00 inf; -plastifié plastifier VER m s 0.23 0.95 0.09 0.61 par:pas; -plastifiée plastifier VER f s 0.23 0.95 0.07 0.14 par:pas; -plastifiées plastifier VER f p 0.23 0.95 0.01 0.07 par:pas; -plastifiés plastifier VER m p 0.23 0.95 0.00 0.14 par:pas; -plastiquage plastiquage NOM m s 0.16 0.00 0.16 0.00 -plastiquais plastiquer VER 0.41 0.41 0.01 0.00 ind:imp:1s; -plastique plastique NOM s 13.44 16.96 12.89 16.82 -plastiquer plastiquer VER 0.41 0.41 0.16 0.07 inf; -plastiques plastique ADJ p 4.67 6.96 0.72 1.42 -plastiqueur plastiqueur NOM m s 0.22 0.14 0.22 0.14 -plastiqué plastiquer VER m s 0.41 0.41 0.18 0.07 par:pas; -plastisol plastisol NOM m s 0.01 0.00 0.01 0.00 -plastoc plastoc NOM m s 0.09 0.20 0.09 0.20 -plastron plastron NOM m s 0.11 2.57 0.09 2.30 -plastronnaient plastronner VER 0.02 1.35 0.00 0.07 ind:imp:3p; -plastronnait plastronner VER 0.02 1.35 0.00 0.20 ind:imp:3s; -plastronnant plastronner VER 0.02 1.35 0.00 0.20 par:pre; -plastronne plastronner VER 0.02 1.35 0.00 0.07 ind:pre:3s; -plastronnent plastronner VER 0.02 1.35 0.00 0.14 ind:pre:3p; -plastronner plastronner VER 0.02 1.35 0.02 0.61 inf; -plastronnes plastronner VER 0.02 1.35 0.00 0.07 ind:pre:2s; -plastronneur plastronneur NOM m s 0.00 0.07 0.00 0.07 -plastrons plastron NOM m p 0.11 2.57 0.02 0.27 -plat_bord plat_bord NOM m s 0.01 0.61 0.00 0.54 -plat_ventre plat_ventre NOM m s 0.11 0.07 0.11 0.07 -plat plat NOM s 30.24 61.35 21.87 44.26 -platane platane NOM m s 0.44 13.99 0.31 4.26 -platanes platane NOM m p 0.44 13.99 0.14 9.73 -plate_bande plate_bande NOM f s 0.82 2.77 0.12 0.54 -plate_forme plate_forme NOM f s 3.06 11.15 2.49 8.45 -plate plat ADJ f s 14.66 61.76 3.09 17.50 -plateau_repas plateau_repas NOM m 0.04 0.14 0.04 0.14 -plateau plateau NOM m s 17.17 54.53 15.73 45.74 -plateaux_repas plateaux_repas NOM m p 0.04 0.07 0.04 0.07 -plateaux plateau NOM m p 17.17 54.53 1.44 8.78 -platebandes platebande NOM f p 0.06 0.00 0.06 0.00 -plateforme plateforme NOM f s 0.59 0.34 0.59 0.34 -platelage platelage NOM m s 0.00 0.07 0.00 0.07 -platement platement ADV 0.14 1.08 0.14 1.08 -plateresque plateresque ADJ m s 0.00 0.20 0.00 0.14 -plateresques plateresque ADJ f p 0.00 0.20 0.00 0.07 -plate_bande plate_bande NOM f p 0.82 2.77 0.70 2.23 -plate_forme plate_forme NOM f p 3.06 11.15 0.57 2.70 -plates plat ADJ f p 14.66 61.76 0.92 7.23 -plaça placer VER 52.95 101.76 0.58 6.76 ind:pas:3s; -plaçai placer VER 52.95 101.76 0.02 0.74 ind:pas:1s; -plaçaient placer VER 52.95 101.76 0.03 1.55 ind:imp:3p; -plaçais placer VER 52.95 101.76 0.07 0.61 ind:imp:1s;ind:imp:2s; -plaçait placer VER 52.95 101.76 0.46 6.01 ind:imp:3s; -plaçant placer VER 52.95 101.76 0.79 3.38 par:pre; -plaçons placer VER 52.95 101.76 0.60 0.14 imp:pre:1p;ind:pre:1p; -plaçât placer VER 52.95 101.76 0.00 0.07 sub:imp:3s; -platine platine NOM s 2.06 3.31 1.73 3.18 -platines platine NOM p 2.06 3.31 0.32 0.14 -platiné platiné ADJ m s 0.01 1.15 0.00 0.07 -platinée platiné ADJ f s 0.01 1.15 0.00 0.61 -platinées platiné ADJ f p 0.01 1.15 0.01 0.34 -platinés platiné ADJ m p 0.01 1.15 0.00 0.14 -platière platière NOM f s 0.00 0.07 0.00 0.07 -platitude platitude NOM f s 0.29 2.30 0.18 1.55 -platitudes platitude NOM f p 0.29 2.30 0.12 0.74 -platonicien platonicien ADJ m s 0.14 0.41 0.00 0.27 -platonicienne platonicien ADJ f s 0.14 0.41 0.14 0.07 -platoniciens platonicien ADJ m p 0.14 0.41 0.00 0.07 -platonique platonique ADJ s 0.76 1.55 0.66 0.88 -platoniquement platoniquement ADV 0.05 0.27 0.05 0.27 -platoniques platonique ADJ p 0.76 1.55 0.10 0.68 -platonisant platonisant ADJ m s 0.00 0.07 0.00 0.07 -plat_bord plat_bord NOM m p 0.01 0.61 0.01 0.07 -plats plat NOM m p 30.24 61.35 8.37 17.09 -platée platée NOM f s 0.04 0.61 0.04 0.47 -platées platée NOM f p 0.04 0.61 0.00 0.14 -platures plature NOM m p 0.00 0.14 0.00 0.14 -platyrrhiniens platyrrhinien ADJ m p 0.00 0.07 0.00 0.07 -plausibilité plausibilité NOM f s 0.04 0.00 0.04 0.00 -plausible plausible ADJ s 2.68 3.92 2.48 3.24 -plausiblement plausiblement ADV 0.00 0.07 0.00 0.07 -plausibles plausible ADJ p 2.68 3.92 0.20 0.68 -play_back play_back NOM m 0.59 0.14 0.57 0.14 -play_boy play_boy NOM m s 0.69 1.08 0.58 0.95 -play_boy play_boy NOM m p 0.69 1.08 0.11 0.14 -play_back play_back NOM m 0.59 0.14 0.02 0.00 -play play ADV 0.01 0.00 0.01 0.00 -playboy playboy NOM m s 0.38 0.00 0.38 0.00 -playmate playmate NOM f s 0.36 0.34 0.30 0.27 -playmates playmate NOM f p 0.36 0.34 0.06 0.07 -playon playon NOM m s 0.02 0.00 0.02 0.00 -plaza plaza NOM f s 1.53 2.91 1.53 2.91 -plazza plazza NOM f s 0.05 0.14 0.05 0.14 -please please ADV 3.18 0.88 3.18 0.88 -plectre plectre NOM m s 0.00 0.07 0.00 0.07 -plein_air plein_air ADJ m s 0.00 0.07 0.00 0.07 -plein_air plein_air NOM m s 0.00 0.20 0.00 0.20 -plein_cintre plein_cintre NOM m s 0.00 0.07 0.00 0.07 -plein_emploi plein_emploi NOM m s 0.01 0.00 0.01 0.00 -plein_temps plein_temps NOM m 0.12 0.00 0.12 0.00 -plein plein PRE 89.11 52.77 89.11 52.77 -pleine plein ADJ f s 208.75 370.41 82.13 139.19 -pleinement pleinement ADV 3.44 7.77 3.44 7.77 -pleines plein ADJ f p 208.75 370.41 8.60 32.43 -pleins plein ADJ m p 208.75 370.41 13.46 40.95 -plessis plessis NOM m 0.00 0.07 0.00 0.07 -plet plet NOM m s 0.00 0.07 0.00 0.07 -pleur pleur NOM m s 9.52 12.50 0.20 0.81 -pleura pleurer VER 191.64 163.31 0.81 5.88 ind:pas:3s; -pleurai pleurer VER 191.64 163.31 0.00 1.22 ind:pas:1s; -pleuraient pleurer VER 191.64 163.31 1.16 3.72 ind:imp:3p; -pleurais pleurer VER 191.64 163.31 4.01 5.07 ind:imp:1s;ind:imp:2s; -pleurait pleurer VER 191.64 163.31 7.54 26.49 ind:imp:3s; -pleural pleural ADJ m s 0.32 0.00 0.12 0.00 -pleurale pleural ADJ f s 0.32 0.00 0.20 0.00 -pleurant pleurer VER 191.64 163.31 3.26 7.16 par:pre; -pleurante pleurant ADJ f s 0.20 2.09 0.00 0.95 -pleurantes pleurant ADJ f p 0.20 2.09 0.00 0.07 -pleurants pleurant ADJ m p 0.20 2.09 0.01 0.20 -pleurard pleurard ADJ m s 0.01 0.54 0.01 0.14 -pleurarde pleurard ADJ f s 0.01 0.54 0.00 0.20 -pleurards pleurard ADJ m p 0.01 0.54 0.00 0.20 -pleure pleurer VER 191.64 163.31 60.17 24.93 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -pleurement pleurement NOM m s 0.00 0.20 0.00 0.14 -pleurements pleurement NOM m p 0.00 0.20 0.00 0.07 -pleurent pleurer VER 191.64 163.31 5.41 4.19 ind:pre:3p;sub:pre:3p; -pleurer pleurer VER 191.64 163.31 61.60 63.51 inf; -pleurera pleurer VER 191.64 163.31 1.25 0.61 ind:fut:3s; -pleurerai pleurer VER 191.64 163.31 1.34 0.14 ind:fut:1s; -pleureraient pleurer VER 191.64 163.31 0.12 0.00 cnd:pre:3p; -pleurerais pleurer VER 191.64 163.31 1.19 0.47 cnd:pre:1s;cnd:pre:2s; -pleurerait pleurer VER 191.64 163.31 0.38 0.68 cnd:pre:3s; -pleureras pleurer VER 191.64 163.31 0.55 0.14 ind:fut:2s; -pleurerez pleurer VER 191.64 163.31 0.20 0.14 ind:fut:2p; -pleurerons pleurer VER 191.64 163.31 0.02 0.00 ind:fut:1p; -pleureront pleurer VER 191.64 163.31 0.16 0.00 ind:fut:3p; -pleures pleurer VER 191.64 163.31 17.00 2.84 ind:pre:2s; -pleureur pleureur ADJ m s 0.11 1.15 0.06 0.47 -pleureurs pleureur NOM m p 0.33 1.22 0.14 0.14 -pleureuse pleureur NOM f s 0.33 1.22 0.17 0.20 -pleureuses pleureuse NOM f p 0.14 0.00 0.14 0.00 -pleureux pleureur ADJ m 0.11 1.15 0.01 0.00 -pleurez pleurer VER 191.64 163.31 7.26 1.08 imp:pre:2p;ind:pre:2p; -pleuriez pleurer VER 191.64 163.31 0.31 0.14 ind:imp:2p; -pleurions pleurer VER 191.64 163.31 0.13 0.34 ind:imp:1p;sub:pre:1p; -pleurite pleurite NOM f s 0.10 0.07 0.10 0.07 -pleurnicha pleurnicher VER 5.75 6.08 0.00 0.95 ind:pas:3s; -pleurnichage pleurnichage NOM m s 0.03 0.00 0.01 0.00 -pleurnichages pleurnichage NOM m p 0.03 0.00 0.01 0.00 -pleurnichais pleurnicher VER 5.75 6.08 0.11 0.07 ind:imp:1s;ind:imp:2s; -pleurnichait pleurnicher VER 5.75 6.08 0.02 0.81 ind:imp:3s; -pleurnichant pleurnicher VER 5.75 6.08 0.05 0.68 par:pre; -pleurnichard pleurnichard NOM m s 0.55 0.07 0.47 0.07 -pleurnicharde pleurnichard ADJ f s 0.34 0.74 0.05 0.20 -pleurnichardes pleurnichard ADJ f p 0.34 0.74 0.01 0.00 -pleurnichards pleurnichard NOM m p 0.55 0.07 0.08 0.00 -pleurniche pleurnicher VER 5.75 6.08 1.35 0.81 imp:pre:2s;ind:pre:1s;ind:pre:3s; -pleurnichement pleurnichement NOM m s 0.01 0.34 0.00 0.14 -pleurnichements pleurnichement NOM m p 0.01 0.34 0.01 0.20 -pleurnichent pleurnicher VER 5.75 6.08 0.07 0.27 ind:pre:3p; -pleurnicher pleurnicher VER 5.75 6.08 3.35 1.62 inf; -pleurnicherais pleurnicher VER 5.75 6.08 0.01 0.00 cnd:pre:2s; -pleurnicherait pleurnicher VER 5.75 6.08 0.00 0.07 cnd:pre:3s; -pleurnicheras pleurnicher VER 5.75 6.08 0.03 0.00 ind:fut:2s; -pleurnicherie pleurnicherie NOM f s 0.20 0.54 0.02 0.07 -pleurnicheries pleurnicherie NOM f p 0.20 0.54 0.17 0.47 -pleurniches pleurnicher VER 5.75 6.08 0.54 0.00 ind:pre:2s; -pleurnicheur pleurnicheur ADJ m s 0.28 0.34 0.22 0.14 -pleurnicheurs pleurnicheur NOM m p 0.25 0.14 0.04 0.00 -pleurnicheuse pleurnicheur NOM f s 0.25 0.14 0.06 0.07 -pleurnicheuses pleurnicheuse NOM f p 0.03 0.00 0.03 0.00 -pleurnichez pleurnicher VER 5.75 6.08 0.14 0.07 imp:pre:2p;ind:pre:2p; -pleurniché pleurnicher VER m s 5.75 6.08 0.08 0.74 par:pas; -pleurons pleurer VER 191.64 163.31 0.73 0.61 imp:pre:1p;ind:pre:1p; -pleurât pleurer VER 191.64 163.31 0.00 0.14 sub:imp:3s; -pleurotes pleurote NOM m p 0.00 0.07 0.00 0.07 -pleurs pleur NOM m p 9.52 12.50 9.32 11.69 -pleurèrent pleurer VER 191.64 163.31 0.01 0.41 ind:pas:3p; -pleuré pleurer VER m s 191.64 163.31 16.91 13.04 par:pas; -pleurée pleurer VER f s 191.64 163.31 0.07 0.14 par:pas; -pleurées pleurer VER f p 191.64 163.31 0.00 0.20 par:pas; -pleurés pleurer VER m p 191.64 163.31 0.03 0.07 par:pas; -pleurésie pleurésie NOM f s 0.17 0.54 0.17 0.54 -pleurétique pleurétique ADJ f s 0.01 0.00 0.01 0.00 -pleut pleuvoir VER 67.22 47.09 20.50 10.41 ind:pre:3s; -pleutre pleutre NOM m s 0.18 0.61 0.16 0.41 -pleutrerie pleutrerie NOM f s 0.00 0.14 0.00 0.14 -pleutres pleutre NOM m p 0.18 0.61 0.02 0.20 -pleuvaient pleuvoir VER 67.22 47.09 0.13 2.23 ind:imp:3p; -pleuvait pleuvoir VER 67.22 47.09 4.43 11.62 ind:imp:3s; -pleuvant pleuvoir VER 67.22 47.09 0.01 0.20 par:pre; -pleuve pleuvoir VER 67.22 47.09 3.29 0.95 sub:pre:3s; -pleuvent pleuvoir VER 67.22 47.09 0.38 0.88 ind:pre:3p; -pleuvinait pleuviner VER 0.02 0.14 0.00 0.07 ind:imp:3s; -pleuvine pleuviner VER 0.02 0.14 0.02 0.00 ind:pre:3s; -pleuviner pleuviner VER 0.02 0.14 0.00 0.07 inf; -pleuvioter pleuvioter VER 0.00 0.07 0.00 0.07 inf; -pleuvoir pleuvoir VER 67.22 47.09 7.98 6.69 inf; -pleuvra pleuvoir VER 67.22 47.09 0.87 0.68 ind:fut:3s; -pleuvrait pleuvoir VER 67.22 47.09 0.05 0.34 cnd:pre:3s; -plexi plexi NOM m s 0.01 0.00 0.01 0.00 -plexiglas plexiglas NOM m 0.13 0.47 0.13 0.47 -plexus plexus NOM m 0.43 0.88 0.43 0.88 -pleyel pleyel NOM m s 0.02 0.07 0.02 0.07 -pli pli NOM m s 6.00 41.42 4.42 16.76 -plia plier VER 14.37 50.20 0.00 3.99 ind:pas:3s; -pliable pliable ADJ s 0.19 0.00 0.19 0.00 -pliage pliage NOM m s 0.12 0.54 0.11 0.47 -pliages pliage NOM m p 0.12 0.54 0.01 0.07 -pliai plier VER 14.37 50.20 0.00 0.27 ind:pas:1s; -pliaient plier VER 14.37 50.20 0.02 1.08 ind:imp:3p; -pliais plier VER 14.37 50.20 0.01 0.34 ind:imp:1s; -pliait plier VER 14.37 50.20 0.13 3.18 ind:imp:3s; -pliant pliant ADJ m s 0.54 3.92 0.34 2.09 -pliante pliant ADJ f s 0.54 3.92 0.06 1.15 -pliantes pliant ADJ f p 0.54 3.92 0.12 0.27 -pliants pliant ADJ m p 0.54 3.92 0.03 0.41 -plie plier VER 14.37 50.20 3.54 5.00 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -plient plier VER 14.37 50.20 0.22 0.74 ind:pre:3p; -plier plier VER 14.37 50.20 5.02 10.68 inf; -pliera plier VER 14.37 50.20 0.08 0.07 ind:fut:3s; -plierai plier VER 14.37 50.20 0.28 0.14 ind:fut:1s; -plieraient plier VER 14.37 50.20 0.02 0.00 cnd:pre:3p; -plierait plier VER 14.37 50.20 0.04 0.27 cnd:pre:3s; -plieras plier VER 14.37 50.20 0.03 0.00 ind:fut:2s; -plierez plier VER 14.37 50.20 0.03 0.07 ind:fut:2p; -plierons plier VER 14.37 50.20 0.17 0.00 ind:fut:1p; -plies plier VER 14.37 50.20 0.28 0.14 ind:pre:2s; -plieur plieur NOM m s 0.02 0.00 0.01 0.00 -plieuse plieur NOM f s 0.02 0.00 0.01 0.00 -pliez plier VER 14.37 50.20 1.32 0.07 imp:pre:2p;ind:pre:2p; -plinthe plinthe NOM f s 0.26 2.43 0.10 1.01 -plinthes plinthe NOM f p 0.26 2.43 0.16 1.42 -pliocène pliocène NOM m s 0.01 0.00 0.01 0.00 -plioir plioir NOM m s 0.00 0.14 0.00 0.14 -plions plier VER 14.37 50.20 0.22 0.00 imp:pre:1p;ind:pre:1p; -pliât plier VER 14.37 50.20 0.00 0.07 sub:imp:3s; -plique plique NOM f s 0.03 0.00 0.03 0.00 -plis pli NOM m p 6.00 41.42 1.58 24.66 -plissa plisser VER 0.59 16.49 0.00 3.31 ind:pas:3s; -plissai plisser VER 0.59 16.49 0.00 0.14 ind:pas:1s; -plissaient plisser VER 0.59 16.49 0.00 0.54 ind:imp:3p; -plissais plisser VER 0.59 16.49 0.00 0.07 ind:imp:1s; -plissait plisser VER 0.59 16.49 0.00 1.69 ind:imp:3s; -plissant plisser VER 0.59 16.49 0.02 3.38 par:pre; -plisse plisser VER 0.59 16.49 0.10 2.50 imp:pre:2s;ind:pre:3s; -plissement plissement NOM m s 0.03 1.08 0.02 0.68 -plissements plissement NOM m p 0.03 1.08 0.01 0.41 -plissent plisser VER 0.59 16.49 0.02 0.41 ind:pre:3p; -plisser plisser VER 0.59 16.49 0.15 1.08 inf; -plisseront plisser VER 0.59 16.49 0.00 0.07 ind:fut:3p; -plisseur plisseur NOM m s 0.00 0.07 0.00 0.07 -plissèrent plisser VER 0.59 16.49 0.00 0.27 ind:pas:3p; -plissé plisser VER m s 0.59 16.49 0.12 1.42 par:pas; -plissée plissé ADJ f s 0.33 8.72 0.08 3.18 -plissées plissé ADJ f p 0.33 8.72 0.02 1.01 -plissure plissure NOM f s 0.00 0.20 0.00 0.07 -plissures plissure NOM f p 0.00 0.20 0.00 0.14 -plissés plissé ADJ m p 0.33 8.72 0.17 1.76 -plièrent plier VER 14.37 50.20 0.00 0.20 ind:pas:3p; -plié plier VER m s 14.37 50.20 1.43 10.27 par:pas; -pliée plier VER f s 14.37 50.20 0.68 5.34 par:pas; -pliées plier VER f p 14.37 50.20 0.37 1.62 par:pas; -pliure pliure NOM f s 0.03 0.95 0.03 0.41 -pliures pliure NOM f p 0.03 0.95 0.00 0.54 -pliés plier VER m p 14.37 50.20 0.32 3.92 par:pas; -ploc ploc ONO 0.65 0.61 0.65 0.61 -ploie ployer VER 0.44 7.36 0.03 0.95 ind:pre:1s;ind:pre:3s; -ploiement ploiement NOM m s 0.00 0.27 0.00 0.27 -ploient ployer VER 0.44 7.36 0.01 0.34 ind:pre:3p; -plomb plomb NOM m s 20.24 22.64 10.62 20.27 -plombage plombage NOM m s 0.99 0.41 0.43 0.14 -plombages plombage NOM m p 0.99 0.41 0.56 0.27 -plombaient plomber VER 1.77 2.70 0.00 0.14 ind:imp:3p; -plombait plomber VER 1.77 2.70 0.00 0.41 ind:imp:3s; -plombant plomber VER 1.77 2.70 0.01 0.14 par:pre; -plombe plombe NOM f s 1.00 7.09 0.45 1.55 -plombent plomber VER 1.77 2.70 0.01 0.07 ind:pre:3p; -plomber plomber VER 1.77 2.70 0.78 0.54 inf; -plomberie plomberie NOM f s 2.32 0.81 2.31 0.74 -plomberies plomberie NOM f p 2.32 0.81 0.01 0.07 -plombes plombe NOM f p 1.00 7.09 0.55 5.54 -plombez plomber VER 1.77 2.70 0.03 0.00 imp:pre:2p;ind:pre:2p; -plombier plombier NOM m s 5.85 3.99 5.22 3.31 -plombiers plombier NOM m p 5.85 3.99 0.63 0.68 -plombières plombières NOM f 0.00 0.20 0.00 0.20 -plombs plomb NOM m p 20.24 22.64 9.62 2.36 -plombé plomber VER m s 1.77 2.70 0.32 0.61 par:pas; -plombée plomber VER f s 1.77 2.70 0.16 0.07 par:pas; -plombées plombé ADJ f p 0.20 3.85 0.01 0.47 -plombure plombure NOM f s 0.00 0.07 0.00 0.07 -plombés plombé ADJ m p 0.20 3.85 0.01 0.54 -plonge plonger VER 31.96 86.22 5.37 12.91 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:1s;sub:pre:3s; -plongea plonger VER 31.96 86.22 0.49 10.88 ind:pas:3s; -plongeai plonger VER 31.96 86.22 0.13 1.22 ind:pas:1s; -plongeaient plonger VER 31.96 86.22 0.16 2.64 ind:imp:3p; -plongeais plonger VER 31.96 86.22 0.29 2.43 ind:imp:1s;ind:imp:2s; -plongeait plonger VER 31.96 86.22 0.41 10.27 ind:imp:3s; -plongeant plonger VER 31.96 86.22 1.41 5.41 par:pre; -plongeante plongeant ADJ f s 0.20 1.28 0.04 0.47 -plongeantes plongeant ADJ f p 0.20 1.28 0.00 0.07 -plongeants plongeant ADJ m p 0.20 1.28 0.00 0.07 -plongement plongement NOM m s 0.00 0.07 0.00 0.07 -plongent plonger VER 31.96 86.22 1.04 2.09 ind:pre:3p; -plongeoir plongeoir NOM m s 0.44 1.08 0.44 1.01 -plongeoirs plongeoir NOM m p 0.44 1.08 0.00 0.07 -plongeâmes plonger VER 31.96 86.22 0.01 0.07 ind:pas:1p; -plongeon plongeon NOM m s 2.98 4.05 2.71 3.18 -plongeons plongeon NOM m p 2.98 4.05 0.27 0.88 -plongeât plonger VER 31.96 86.22 0.00 0.14 sub:imp:3s; -plonger plonger VER 31.96 86.22 9.36 14.66 inf; -plongera plonger VER 31.96 86.22 0.36 0.27 ind:fut:3s; -plongerai plonger VER 31.96 86.22 0.30 0.00 ind:fut:1s; -plongeraient plonger VER 31.96 86.22 0.02 0.00 cnd:pre:3p; -plongerais plonger VER 31.96 86.22 0.02 0.20 cnd:pre:1s; -plongerait plonger VER 31.96 86.22 0.21 0.47 cnd:pre:3s; -plongeras plonger VER 31.96 86.22 0.15 0.00 ind:fut:2s; -plongerez plonger VER 31.96 86.22 0.44 0.00 ind:fut:2p; -plongeriez plonger VER 31.96 86.22 0.01 0.00 cnd:pre:2p; -plongerons plonger VER 31.96 86.22 0.06 0.00 ind:fut:1p; -plongeront plonger VER 31.96 86.22 0.16 0.07 ind:fut:3p; -plonges plonger VER 31.96 86.22 0.61 0.20 ind:pre:2s; -plongeur plongeur NOM m s 3.88 3.11 2.06 1.69 -plongeurs plongeur NOM m p 3.88 3.11 1.70 0.68 -plongeuse plongeur NOM f s 3.88 3.11 0.13 0.68 -plongeuses plongeuse NOM f p 0.01 0.00 0.01 0.00 -plongez plonger VER 31.96 86.22 2.13 0.14 imp:pre:2p;ind:pre:2p; -plongiez plonger VER 31.96 86.22 0.37 0.00 ind:imp:2p; -plongions plonger VER 31.96 86.22 0.04 0.41 ind:imp:1p; -plongèrent plonger VER 31.96 86.22 0.16 0.95 ind:pas:3p; -plongé plonger VER m s 31.96 86.22 5.87 14.19 par:pas; -plongée plongée NOM f s 6.74 6.55 6.63 5.34 -plongées plonger VER f p 31.96 86.22 0.13 0.68 par:pas; -plongés plonger VER m p 31.96 86.22 0.72 2.50 par:pas; -plot plot NOM m s 0.32 0.61 0.26 0.54 -plâtra plâtrer VER 0.60 0.88 0.00 0.07 ind:pas:3s; -plâtrait plâtrer VER 0.60 0.88 0.00 0.07 ind:imp:3s; -plâtras plâtras NOM m 0.00 0.95 0.00 0.95 -plâtre plâtre NOM m s 5.42 15.81 5.06 14.59 -plâtrent plâtrer VER 0.60 0.88 0.00 0.07 ind:pre:3p; -plâtrer plâtrer VER 0.60 0.88 0.29 0.00 inf; -plâtres plâtre NOM m p 5.42 15.81 0.36 1.22 -plâtreuse plâtreux ADJ f s 0.00 0.95 0.00 0.20 -plâtreuses plâtreux ADJ f p 0.00 0.95 0.00 0.07 -plâtreux plâtreux ADJ m 0.00 0.95 0.00 0.68 -plâtrier plâtrier NOM m s 0.10 1.01 0.10 0.88 -plâtriers plâtrier NOM m p 0.10 1.01 0.00 0.14 -plâtré plâtré ADJ m s 0.25 0.47 0.13 0.20 -plâtrée plâtrer VER f s 0.60 0.88 0.05 0.34 par:pas; -plâtrées plâtrer VER f p 0.60 0.88 0.01 0.07 par:pas; -plâtrés plâtré ADJ m p 0.25 0.47 0.11 0.00 -plots plot NOM m p 0.32 0.61 0.06 0.07 -plouc plouc NOM m s 3.90 1.82 2.35 0.47 -ploucs plouc NOM m p 3.90 1.82 1.55 1.35 -plouf plouf ONO 1.31 1.55 1.31 1.55 -plouk plouk NOM m s 0.01 0.68 0.01 0.68 -ploutocrate ploutocrate NOM m s 0.02 0.07 0.01 0.00 -ploutocrates ploutocrate NOM m p 0.02 0.07 0.01 0.07 -ploutocratie ploutocratie NOM f s 0.20 0.00 0.20 0.00 -ploya ployer VER 0.44 7.36 0.00 0.14 ind:pas:3s; -ployaient ployer VER 0.44 7.36 0.01 0.34 ind:imp:3p; -ployait ployer VER 0.44 7.36 0.10 0.74 ind:imp:3s; -ployant ployant ADJ m s 0.01 0.20 0.01 0.07 -ployante ployant ADJ f s 0.01 0.20 0.00 0.14 -ployer ployer VER 0.44 7.36 0.14 1.42 inf; -ployé ployer VER m s 0.44 7.36 0.14 1.01 par:pas; -ployée ployer VER f s 0.44 7.36 0.00 0.95 par:pas; -ployées ployer VER f p 0.44 7.36 0.00 0.20 par:pas; -ployés ployer VER m p 0.44 7.36 0.00 0.27 par:pas; -plèbe plèbe NOM f s 0.70 0.41 0.70 0.41 -plèvre plèvre NOM f s 0.31 0.14 0.31 0.07 -plèvres plèvre NOM f p 0.31 0.14 0.00 0.07 -plu pleuvoir VER m s 67.22 47.09 29.54 13.11 par:pas; -plébiscite plébiscite NOM m s 0.43 0.95 0.42 0.95 -plébisciter plébisciter VER 0.02 0.14 0.01 0.00 inf; -plébiscites plébiscite NOM m p 0.43 0.95 0.01 0.00 -plébiscité plébisciter VER m s 0.02 0.14 0.01 0.00 par:pas; -plébiscités plébisciter VER m p 0.02 0.14 0.00 0.07 par:pas; -plébéien plébéien ADJ m s 0.06 0.68 0.04 0.34 -plébéienne plébéien ADJ f s 0.06 0.68 0.01 0.14 -plébéiennes plébéien NOM f p 0.14 0.07 0.01 0.00 -plébéiens plébéien NOM m p 0.14 0.07 0.09 0.00 -pluche plucher VER 0.01 1.01 0.01 0.95 imp:pre:2s;ind:pre:3s; -plucher plucher VER 0.01 1.01 0.00 0.07 inf; -pluches pluches NOM f p 0.01 0.54 0.01 0.54 -plue plue ADV 0.26 0.00 0.26 0.00 -pléiade pléiade NOM f s 0.16 1.82 0.16 1.69 -pléiades pléiade NOM f p 0.16 1.82 0.00 0.14 -pluie pluie NOM f s 46.10 122.57 42.91 111.76 -pluies pluie NOM f p 46.10 122.57 3.19 10.81 -pléistocène pléistocène NOM m s 0.02 0.00 0.02 0.00 -plum_pudding plum_pudding NOM m s 0.02 0.07 0.02 0.07 -plum plume NOM m s 15.29 60.00 0.11 0.61 -pluma plumer VER 2.44 3.78 0.00 0.07 ind:pas:3s; -plumage plumage NOM m s 0.41 2.64 0.41 2.30 -plumages plumage NOM m p 0.41 2.64 0.00 0.34 -plumaient plumer VER 2.44 3.78 0.00 0.27 ind:imp:3p; -plumait plumer VER 2.44 3.78 0.03 0.47 ind:imp:3s; -plumant plumer VER 2.44 3.78 0.04 0.20 par:pre; -plumard plumard NOM m s 0.84 5.95 0.70 5.68 -plumards plumard NOM m p 0.84 5.95 0.14 0.27 -plumassière plumassier NOM f s 0.00 0.07 0.00 0.07 -plume plume NOM f s 15.29 60.00 6.49 33.38 -plumeau plumeau NOM m s 0.59 2.70 0.48 2.30 -plumeaux plumeau NOM m p 0.59 2.70 0.11 0.41 -plument plumer VER 2.44 3.78 0.01 0.07 ind:pre:3p; -plumer plumer VER 2.44 3.78 1.06 1.01 inf; -plumes plume NOM f p 15.29 60.00 8.69 26.01 -plumet plumet NOM m s 0.23 2.03 0.23 0.74 -plumetis plumetis NOM m 0.00 0.20 0.00 0.20 -plumets plumet NOM m p 0.23 2.03 0.00 1.28 -plumeuse plumeux ADJ f s 0.00 0.74 0.00 0.20 -plumeuses plumeux ADJ f p 0.00 0.74 0.00 0.20 -plumeux plumeux ADJ m 0.00 0.74 0.00 0.34 -plumez plumer VER 2.44 3.78 0.04 0.00 imp:pre:2p;ind:pre:2p; -plumier plumier NOM m s 0.03 1.35 0.03 0.95 -plumiers plumier NOM m p 0.03 1.35 0.00 0.41 -plumitif plumitif NOM m s 0.32 1.15 0.31 0.41 -plumitifs plumitif NOM m p 0.32 1.15 0.01 0.74 -plumitives plumitive NOM f p 0.00 0.07 0.00 0.07 -plumé plumer VER m s 2.44 3.78 0.37 0.47 par:pas; -plumée plumer VER f s 2.44 3.78 0.26 0.27 par:pas; -plumées plumer VER f p 2.44 3.78 0.00 0.14 par:pas; -plumules plumule NOM f p 0.00 0.07 0.00 0.07 -plumés plumer VER m p 2.44 3.78 0.08 0.14 par:pas; -plénier plénier ADJ m s 0.00 1.42 0.00 0.20 -pléniers plénier ADJ m p 0.00 1.42 0.00 0.07 -plénipotentiaire plénipotentiaire ADJ m s 0.01 1.15 0.01 1.08 -plénipotentiaires plénipotentiaire NOM p 0.00 1.28 0.00 0.41 -plénière plénier ADJ f s 0.00 1.42 0.00 0.88 -plénières plénier ADJ f p 0.00 1.42 0.00 0.27 -plénitude plénitude NOM f s 1.27 6.96 1.27 6.76 -plénitudes plénitude NOM f p 1.27 6.96 0.00 0.20 -plénum plénum NOM m s 0.11 0.00 0.11 0.00 -pléonasme pléonasme NOM m s 0.17 0.47 0.17 0.27 -pléonasmes pléonasme NOM m p 0.17 0.47 0.00 0.20 -pléonastiques pléonastique ADJ p 0.01 0.00 0.01 0.00 -plupart plupart ADV 0.01 0.07 0.01 0.07 -pluralisme pluralisme NOM m s 0.16 0.07 0.16 0.07 -pluraliste pluraliste ADJ f s 0.22 0.14 0.22 0.14 -pluralité pluralité NOM f s 0.00 0.27 0.00 0.27 -plurent plaire VER 607.24 139.80 0.11 0.54 ind:pas:3p; -pluriannuel pluriannuel ADJ m s 0.01 0.00 0.01 0.00 -pluridisciplinaire pluridisciplinaire ADJ s 0.01 0.00 0.01 0.00 -pluriel pluriel NOM m s 0.82 3.11 0.81 2.97 -plurielle pluriel ADJ f s 0.27 0.41 0.00 0.20 -pluriels pluriel NOM m p 0.82 3.11 0.01 0.14 -plurinational plurinational ADJ m s 0.10 0.00 0.10 0.00 -plus_que_parfait plus_que_parfait NOM m s 0.02 0.14 0.02 0.07 -plus_que_parfait plus_que_parfait NOM m p 0.02 0.14 0.00 0.07 -plus_value plus_value NOM f s 0.72 0.68 0.48 0.54 -plus_value plus_value NOM f p 0.72 0.68 0.25 0.14 -plus plus ADV 4062.45 5014.53 4062.45 5014.53 -plusieurs plusieurs ADJ:ind p 66.98 203.58 66.98 203.58 -plésiosaure plésiosaure NOM m s 0.02 0.14 0.02 0.14 -plusse plaire VER 607.24 139.80 0.00 0.07 sub:imp:1s; -plut plaire VER 607.24 139.80 0.76 4.86 ind:pas:3p;ind:pas:3s;ind:pas:3s; -plutôt plutôt ADV 210.40 280.74 210.40 280.74 -pléthore pléthore NOM f s 0.32 0.27 0.32 0.27 -pléthorique pléthorique ADJ m s 0.00 0.41 0.00 0.34 -pléthoriques pléthorique ADJ f p 0.00 0.41 0.00 0.07 -pluton pluton NOM m s 0.14 0.00 0.14 0.00 -plutonien plutonien ADJ m s 0.03 0.00 0.02 0.00 -plutonienne plutonien ADJ f s 0.03 0.00 0.01 0.00 -plutonienne plutonienne ADJ f s 0.01 0.00 0.01 0.00 -plutonique plutonique ADJ s 0.01 0.00 0.01 0.00 -plutonium plutonium NOM m s 1.48 0.07 1.48 0.07 -pluviôse pluviôse NOM m s 0.00 0.14 0.00 0.14 -pluvial pluvial ADJ m s 0.10 0.00 0.06 0.00 -pluviale pluvial ADJ f s 0.10 0.00 0.01 0.00 -pluviales pluvial ADJ f p 0.10 0.00 0.02 0.00 -pluviaux pluvial ADJ m p 0.10 0.00 0.01 0.00 -pluvier pluvier NOM m s 0.04 0.27 0.03 0.07 -pluviers pluvier NOM m p 0.04 0.27 0.01 0.20 -pluvieuse pluvieux ADJ f s 0.79 4.46 0.20 1.89 -pluvieuses pluvieux ADJ f p 0.79 4.46 0.17 0.27 -pluvieux pluvieux ADJ m 0.79 4.46 0.42 2.30 -pluviomètre pluviomètre NOM m s 0.00 0.14 0.00 0.07 -pluviomètres pluviomètre NOM m p 0.00 0.14 0.00 0.07 -pluviométrie pluviométrie NOM f s 0.02 0.00 0.02 0.00 -pluviométrique pluviométrique ADJ s 0.00 0.07 0.00 0.07 -pluviosité pluviosité NOM f s 0.01 0.07 0.01 0.07 -pneu pneu NOM m s 13.44 17.03 5.64 4.93 -pneumatique pneumatique ADJ s 0.47 2.16 0.31 1.49 -pneumatiques pneumatique ADJ p 0.47 2.16 0.17 0.68 -pneumatophore pneumatophore NOM m s 0.00 0.07 0.00 0.07 -pneumo pneumo NOM m s 0.26 0.34 0.26 0.07 -pneumoconiose pneumoconiose NOM f s 0.01 0.00 0.01 0.00 -pneumocoque pneumocoque NOM m s 0.01 0.07 0.01 0.00 -pneumocoques pneumocoque NOM m p 0.01 0.07 0.00 0.07 -pneumocystose pneumocystose NOM f s 0.01 0.34 0.01 0.34 -pneumologue pneumologue NOM s 0.01 0.00 0.01 0.00 -pneumonectomie pneumonectomie NOM f s 0.01 0.00 0.01 0.00 -pneumonie pneumonie NOM f s 4.96 0.81 4.67 0.81 -pneumonies pneumonie NOM f p 4.96 0.81 0.29 0.00 -pneumonique pneumonique ADJ f s 0.09 0.00 0.09 0.00 -pneumopathie pneumopathie NOM f s 0.00 0.07 0.00 0.07 -pneumos pneumo NOM m p 0.26 0.34 0.00 0.27 -pneumothorax pneumothorax NOM m 0.45 0.27 0.45 0.27 -pneus_neige pneus_neige NOM m p 0.02 0.00 0.02 0.00 -pneus pneu NOM m p 13.44 17.03 7.79 12.09 -pochade pochade NOM f s 0.02 0.41 0.02 0.20 -pochades pochade NOM f p 0.02 0.41 0.00 0.20 -pochage pochage NOM m s 0.00 0.07 0.00 0.07 -pochard pochard NOM m s 0.73 1.01 0.49 0.54 -pocharde pochard NOM f s 0.73 1.01 0.11 0.34 -pochards pochard NOM m p 0.73 1.01 0.13 0.14 -poche_revolver poche_revolver NOM s 0.00 0.27 0.00 0.27 -poche poche NOM s 49.65 146.28 36.23 101.82 -pocher pocher VER 0.36 0.61 0.07 0.14 inf; -poches poche NOM p 49.65 146.28 13.42 44.46 -pochetron pochetron NOM m s 0.14 0.14 0.14 0.07 -pochetrons pochetron NOM m p 0.14 0.14 0.01 0.07 -pochette_surprise pochette_surprise NOM f s 0.20 0.34 0.20 0.20 -pochette pochette NOM f s 2.34 8.85 1.89 6.69 -pochette_surprise pochette_surprise NOM f p 0.20 0.34 0.00 0.14 -pochettes pochette NOM f p 2.34 8.85 0.44 2.16 -pocheté pocheté ADJ m s 0.00 0.07 0.00 0.07 -pochetée pocheté NOM f s 0.00 0.14 0.00 0.07 -pochetées pocheté NOM f p 0.00 0.14 0.00 0.07 -pochoir pochoir NOM m s 0.08 0.95 0.08 0.95 -pochon pochon NOM m s 0.01 0.47 0.01 0.27 -pochons pochon NOM m p 0.01 0.47 0.00 0.20 -pochtron pochtron NOM m s 0.12 0.00 0.11 0.00 -pochtrons pochtron NOM m p 0.12 0.00 0.01 0.00 -poché poché ADJ m s 0.61 0.81 0.28 0.41 -pochée poché ADJ f s 0.61 0.81 0.01 0.14 -pochées poché ADJ f p 0.61 0.81 0.03 0.00 -pochés poché ADJ m p 0.61 0.81 0.28 0.27 -podagre podagre ADJ s 0.00 0.20 0.00 0.20 -podestat podestat NOM m s 0.00 0.27 0.00 0.07 -podestats podestat NOM m p 0.00 0.27 0.00 0.20 -podium podium NOM m s 2.16 1.08 2.12 0.95 -podiums podium NOM m p 2.16 1.08 0.04 0.14 -podologue podologue NOM s 0.05 0.07 0.05 0.07 -podomètre podomètre NOM m s 0.01 0.00 0.01 0.00 -poecile poecile NOM m s 0.00 0.07 0.00 0.07 -pogne pogne NOM f s 0.76 13.38 0.69 8.31 -pognes pogne NOM f p 0.76 13.38 0.07 5.07 -pognon pognon NOM m s 13.85 11.96 13.85 11.96 -pogo pogo NOM m s 0.16 0.00 0.16 0.00 -pogrom pogrom NOM m s 0.05 1.08 0.04 0.41 -pogrome pogrome NOM m s 0.01 0.47 0.01 0.07 -pogromes pogrome NOM m p 0.01 0.47 0.00 0.41 -pogroms pogrom NOM m p 0.05 1.08 0.01 0.68 -poids_lourds poids_lourds NOM m 0.02 0.07 0.02 0.07 -poids poids NOM m 34.42 89.05 34.42 89.05 -poignaient poigner VER 0.17 1.08 0.00 0.14 ind:imp:3p; -poignait poigner VER 0.17 1.08 0.00 0.47 ind:imp:3s; -poignant poignant ADJ m s 0.78 6.22 0.38 2.23 -poignante poignant ADJ f s 0.78 6.22 0.22 2.84 -poignantes poignant ADJ f p 0.78 6.22 0.02 0.47 -poignants poignant ADJ m p 0.78 6.22 0.16 0.68 -poignard poignard NOM m s 9.89 10.14 9.38 8.11 -poignarda poignarder VER 14.32 3.31 0.02 0.07 ind:pas:3s; -poignardaient poignarder VER 14.32 3.31 0.01 0.27 ind:imp:3p; -poignardais poignarder VER 14.32 3.31 0.07 0.00 ind:imp:1s;ind:imp:2s; -poignardait poignarder VER 14.32 3.31 0.07 0.14 ind:imp:3s; -poignardant poignarder VER 14.32 3.31 0.05 0.07 par:pre; -poignarde poignarder VER 14.32 3.31 1.61 0.41 imp:pre:2s;ind:pre:1s;ind:pre:3s; -poignardent poignarder VER 14.32 3.31 0.36 0.00 ind:pre:3p; -poignarder poignarder VER 14.32 3.31 3.25 0.81 inf; -poignardera poignarder VER 14.32 3.31 0.03 0.00 ind:fut:3s; -poignarderai poignarder VER 14.32 3.31 0.07 0.07 ind:fut:1s; -poignarderais poignarder VER 14.32 3.31 0.05 0.00 cnd:pre:1s; -poignarderait poignarder VER 14.32 3.31 0.03 0.00 cnd:pre:3s; -poignarderont poignarder VER 14.32 3.31 0.00 0.07 ind:fut:3p; -poignardez poignarder VER 14.32 3.31 0.07 0.00 imp:pre:2p;ind:pre:2p; -poignards poignard NOM m p 9.89 10.14 0.51 2.03 -poignardé poignarder VER m s 14.32 3.31 5.91 0.95 par:pas; -poignardée poignarder VER f s 14.32 3.31 2.39 0.34 par:pas; -poignardées poignarder VER f p 14.32 3.31 0.05 0.00 par:pas; -poignardés poignarder VER m p 14.32 3.31 0.28 0.14 par:pas; -poigne poigne NOM f s 1.96 5.41 1.95 5.00 -poignent poigner VER 0.17 1.08 0.00 0.07 ind:pre:3p; -poigner poigner VER 0.17 1.08 0.14 0.00 inf; -poignerait poigner VER 0.17 1.08 0.00 0.07 cnd:pre:3s; -poignes poigne NOM f p 1.96 5.41 0.01 0.41 -poignet poignet NOM m s 10.00 42.84 6.38 27.70 -poignets poignet NOM m p 10.00 42.84 3.62 15.14 -poignons poigner VER 0.17 1.08 0.00 0.07 imp:pre:1p; -poignée poignée NOM f s 13.61 46.08 11.65 36.35 -poignées poignée NOM f p 13.61 46.08 1.95 9.73 -poil_de_carotte poil_de_carotte NOM m s 0.00 0.07 0.00 0.07 -poil poil NOM m s 39.33 76.01 27.09 42.91 -poilaient poiler VER 0.06 1.28 0.00 0.07 ind:imp:3p; -poilais poiler VER 0.06 1.28 0.00 0.20 ind:imp:1s; -poilait poiler VER 0.06 1.28 0.00 0.34 ind:imp:3s; -poilant poilant ADJ m s 0.10 0.14 0.10 0.14 -poile poiler VER 0.06 1.28 0.03 0.07 ind:pre:1s;ind:pre:3s; -poiler poiler VER 0.06 1.28 0.03 0.14 inf; -poileux poileux ADJ m 0.00 0.07 0.00 0.07 -poils poil NOM m p 39.33 76.01 12.24 33.11 -poilé poiler VER m s 0.06 1.28 0.00 0.07 par:pas; -poilu poilu ADJ m s 4.30 9.05 1.94 3.04 -poilue poilu ADJ f s 4.30 9.05 0.75 1.42 -poilues poilu ADJ f p 4.30 9.05 0.70 1.42 -poilés poiler VER m p 0.06 1.28 0.00 0.14 par:pas; -poilus poilu ADJ m p 4.30 9.05 0.92 3.18 -poindra poindre VER 5.28 5.61 0.11 0.07 ind:fut:3s; -poindre poindre VER 5.28 5.61 0.06 2.70 inf; -poing poing NOM m s 17.52 76.08 13.25 47.97 -poings poing NOM m p 17.52 76.08 4.27 28.11 -poinsettia poinsettia NOM f s 0.04 0.00 0.04 0.00 -point_clé point_clé NOM m s 0.02 0.00 0.02 0.00 -point_virgule point_virgule NOM m s 0.04 0.07 0.04 0.00 -point point NOM m s 225.32 323.58 186.70 272.57 -pointa pointer VER 25.45 38.51 0.03 1.89 ind:pas:3s; -pointage pointage NOM m s 0.31 0.41 0.30 0.41 -pointages pointage NOM m p 0.31 0.41 0.01 0.00 -pointai pointer VER 25.45 38.51 0.00 0.07 ind:pas:1s; -pointaient pointer VER 25.45 38.51 0.17 2.30 ind:imp:3p; -pointais pointer VER 25.45 38.51 0.11 0.27 ind:imp:1s;ind:imp:2s; -pointait pointer VER 25.45 38.51 0.61 5.00 ind:imp:3s; -pointant pointer VER 25.45 38.51 0.27 3.72 par:pre; -pointe pointe NOM f s 13.32 83.85 11.37 69.05 -pointeau pointeau NOM m s 0.01 0.14 0.01 0.14 -pointement pointement NOM m s 0.00 0.07 0.00 0.07 -pointent pointer VER 25.45 38.51 1.37 1.62 ind:pre:3p; -pointer pointer VER 25.45 38.51 4.63 5.14 inf; -pointera pointer VER 25.45 38.51 0.47 0.27 ind:fut:3s; -pointerai pointer VER 25.45 38.51 0.17 0.00 ind:fut:1s; -pointeraient pointer VER 25.45 38.51 0.01 0.14 cnd:pre:3p; -pointerais pointer VER 25.45 38.51 0.07 0.00 cnd:pre:1s;cnd:pre:2s; -pointerait pointer VER 25.45 38.51 0.07 0.20 cnd:pre:3s; -pointeras pointer VER 25.45 38.51 0.02 0.00 ind:fut:2s; -pointerez pointer VER 25.45 38.51 0.04 0.00 ind:fut:2p; -pointeront pointer VER 25.45 38.51 0.06 0.00 ind:fut:3p; -pointers pointer NOM m p 0.12 0.00 0.01 0.00 -pointes pointe NOM f p 13.32 83.85 1.96 14.80 -pointeur pointeur NOM m s 0.35 0.61 0.03 0.41 -pointeurs pointeur NOM m p 0.35 0.61 0.00 0.14 -pointeuse pointeur NOM f s 0.35 0.61 0.33 0.07 -pointeuses pointeur ADJ f p 0.01 0.20 0.00 0.07 -pointez pointer VER 25.45 38.51 2.06 0.20 imp:pre:2p;ind:pre:2p; -poinçon poinçon NOM m s 0.37 1.89 0.35 1.55 -poinçonnait poinçonner VER 0.06 0.54 0.00 0.07 ind:imp:3s; -poinçonner poinçonner VER 0.06 0.54 0.04 0.14 inf; -poinçonneraient poinçonner VER 0.06 0.54 0.00 0.07 cnd:pre:3p; -poinçonneur poinçonneur NOM m s 0.16 0.20 0.16 0.14 -poinçonneurs poinçonneur NOM m p 0.16 0.20 0.00 0.07 -poinçonné poinçonner VER m s 0.06 0.54 0.01 0.07 par:pas; -poinçonnée poinçonner VER f s 0.06 0.54 0.01 0.07 par:pas; -poinçonnés poinçonner VER m p 0.06 0.54 0.00 0.14 par:pas; -poinçons poinçon NOM m p 0.37 1.89 0.02 0.34 -pointiez pointer VER 25.45 38.51 0.10 0.00 ind:imp:2p; -pointillaient pointiller VER 0.03 1.62 0.00 0.07 ind:imp:3p; -pointillant pointiller VER 0.03 1.62 0.00 0.27 par:pre; -pointille pointiller VER 0.03 1.62 0.00 0.07 ind:pre:3s; -pointilleuse pointilleux ADJ f s 1.01 1.76 0.06 0.74 -pointilleuses pointilleux ADJ f p 1.01 1.76 0.02 0.14 -pointilleux pointilleux ADJ m 1.01 1.76 0.92 0.88 -pointillisme pointillisme NOM m s 0.01 0.00 0.01 0.00 -pointilliste pointilliste ADJ m s 0.00 0.34 0.00 0.14 -pointillistes pointilliste ADJ p 0.00 0.34 0.00 0.20 -pointillé pointillé NOM m s 0.36 2.97 0.16 1.62 -pointillée pointiller VER f s 0.03 1.62 0.02 0.47 par:pas; -pointillées pointiller VER f p 0.03 1.62 0.00 0.27 par:pas; -pointillés pointillé NOM m p 0.36 2.97 0.20 1.35 -pointâmes pointer VER 25.45 38.51 0.00 0.07 ind:pas:1p; -pointons pointer VER 25.45 38.51 0.04 0.00 imp:pre:1p;ind:pre:1p; -point_virgule point_virgule NOM m p 0.04 0.07 0.00 0.07 -points point NOM m p 225.32 323.58 38.62 51.01 -pointèrent pointer VER 25.45 38.51 0.00 0.34 ind:pas:3p; -pointé pointer VER m s 25.45 38.51 3.17 6.28 par:pas; -pointu pointu ADJ m s 4.38 21.62 2.17 9.19 -pointée pointer VER f s 25.45 38.51 0.97 1.89 par:pas; -pointue pointu ADJ f s 4.38 21.62 0.48 3.65 -pointées pointer VER f p 25.45 38.51 0.32 0.20 par:pas; -pointues pointu ADJ f p 4.38 21.62 0.78 3.72 -pointure pointure NOM f s 3.27 1.49 2.67 1.01 -pointures pointure NOM f p 3.27 1.49 0.60 0.47 -pointés pointer VER m p 25.45 38.51 0.40 0.88 par:pas; -pointus pointu ADJ m p 4.38 21.62 0.95 5.07 -poire_vérité poire_vérité NOM f s 0.00 0.07 0.00 0.07 -poire poire NOM f s 7.58 15.07 5.67 10.81 -poireau poireau NOM m s 1.31 2.84 0.61 0.88 -poireautai poireauter VER 1.87 2.30 0.00 0.07 ind:pas:1s; -poireautaient poireauter VER 1.87 2.30 0.00 0.07 ind:imp:3p; -poireautais poireauter VER 1.87 2.30 0.02 0.20 ind:imp:1s; -poireautait poireauter VER 1.87 2.30 0.00 0.20 ind:imp:3s; -poireaute poireauter VER 1.87 2.30 0.58 0.20 ind:pre:1s;ind:pre:3s; -poireauter poireauter VER 1.87 2.30 1.18 1.28 inf; -poireautes poireauter VER 1.87 2.30 0.01 0.07 ind:pre:2s; -poireautions poireauter VER 1.87 2.30 0.00 0.07 ind:imp:1p; -poireauté poireauter VER m s 1.87 2.30 0.08 0.14 par:pas; -poireaux poireau NOM m p 1.31 2.84 0.70 1.96 -poirer poirer VER 0.00 0.14 0.00 0.14 inf; -poires poire NOM f p 7.58 15.07 1.91 4.26 -poirier poirier NOM m s 0.56 3.65 0.42 2.57 -poiriers poirier NOM m p 0.56 3.65 0.15 1.08 -poirota poiroter VER 0.02 0.27 0.00 0.14 ind:pas:3s; -poirotait poiroter VER 0.02 0.27 0.00 0.14 ind:imp:3s; -poiroter poiroter VER 0.02 0.27 0.02 0.00 inf; -poiré poiré NOM m s 0.00 0.27 0.00 0.14 -poirée poiré NOM f s 0.00 0.27 0.00 0.14 -pois pois NOM m 8.09 13.72 8.09 13.72 -poiscaille poiscaille NOM f s 0.23 0.81 0.21 0.41 -poiscailles poiscaille NOM f p 0.23 0.81 0.03 0.41 -poison poison NOM m s 19.76 12.23 18.59 9.86 -poisons poison NOM m p 19.76 12.23 1.18 2.36 -poissaient poisser VER 0.33 2.64 0.00 0.27 ind:imp:3p; -poissait poisser VER 0.33 2.64 0.00 0.41 ind:imp:3s; -poissard poissard NOM m s 0.00 0.14 0.00 0.07 -poissardes poissard NOM f p 0.00 0.14 0.00 0.07 -poisse poisse NOM f s 5.62 1.42 5.61 1.35 -poissent poisser VER 0.33 2.64 0.00 0.07 ind:pre:3p; -poisser poisser VER 0.33 2.64 0.11 0.61 inf; -poisses poisse NOM f p 5.62 1.42 0.01 0.07 -poisseuse poisseux ADJ f s 0.72 8.99 0.12 3.11 -poisseuses poisseux ADJ f p 0.72 8.99 0.06 1.89 -poisseux poisseux ADJ m 0.72 8.99 0.54 3.99 -poisson_chat poisson_chat NOM m s 0.64 0.54 0.54 0.34 -poisson_globe poisson_globe NOM m s 0.02 0.00 0.02 0.00 -poisson_lune poisson_lune NOM m s 0.15 0.07 0.15 0.07 -poisson_pilote poisson_pilote NOM m s 0.00 0.07 0.00 0.07 -poisson_épée poisson_épée NOM m s 0.09 0.00 0.09 0.00 -poisson poisson NOM m s 81.51 54.46 53.61 30.14 -poissonnerie poissonnerie NOM f s 0.22 0.47 0.22 0.47 -poissonneuse poissonneux ADJ f s 0.32 0.47 0.01 0.07 -poissonneuses poissonneux ADJ f p 0.32 0.47 0.10 0.07 -poissonneux poissonneux ADJ m 0.32 0.47 0.21 0.34 -poissonnier poissonnier NOM m s 0.69 0.88 0.69 0.41 -poissonniers poissonnier NOM m p 0.69 0.88 0.01 0.27 -poissonnière poissonnière NOM f s 0.09 3.92 0.07 3.92 -poissonnières poissonnière NOM f p 0.09 3.92 0.02 0.00 -poisson_chat poisson_chat NOM m p 0.64 0.54 0.11 0.20 -poissons poisson NOM m p 81.51 54.46 27.90 24.32 -poissé poisser VER m s 0.33 2.64 0.00 0.34 par:pas; -poissée poisser VER f s 0.33 2.64 0.00 0.20 par:pas; -poissées poisser VER f p 0.33 2.64 0.00 0.14 par:pas; -poissés poisser VER m p 0.33 2.64 0.00 0.07 par:pas; -poitevin poitevin ADJ m s 0.00 0.41 0.00 0.20 -poitevins poitevin ADJ m p 0.00 0.41 0.00 0.20 -poitrail poitrail NOM m s 0.20 5.07 0.20 4.73 -poitrails poitrail NOM m p 0.20 5.07 0.00 0.34 -poitrinaire poitrinaire ADJ s 0.02 1.08 0.02 0.88 -poitrinaires poitrinaire ADJ m p 0.02 1.08 0.00 0.20 -poitrinant poitriner VER 0.00 0.07 0.00 0.07 par:pre; -poitrine poitrine NOM f s 26.45 104.46 25.31 99.59 -poitrines poitrine NOM f p 26.45 104.46 1.14 4.86 -poitrinières poitrinière NOM f p 0.00 0.14 0.00 0.14 -poivra poivrer VER 0.17 2.30 0.00 0.07 ind:pas:3s; -poivrade poivrade NOM f s 0.14 0.68 0.14 0.27 -poivrades poivrade NOM f p 0.14 0.68 0.00 0.41 -poivrais poivrer VER 0.17 2.30 0.01 0.07 ind:imp:1s; -poivrait poivrer VER 0.17 2.30 0.00 0.14 ind:imp:3s; -poivre poivre NOM m s 3.80 6.89 3.79 6.69 -poivrent poivrer VER 0.17 2.30 0.00 0.14 ind:pre:3p; -poivrer poivrer VER 0.17 2.30 0.03 0.20 inf; -poivres poivre NOM m p 3.80 6.89 0.01 0.20 -poivrez poivrer VER 0.17 2.30 0.01 0.07 imp:pre:2p;ind:pre:2p; -poivrier poivrier NOM m s 0.08 0.88 0.08 0.34 -poivriers poivrier NOM m p 0.08 0.88 0.00 0.54 -poivrière poivrière NOM f s 0.08 0.34 0.05 0.07 -poivrières poivrière NOM f p 0.08 0.34 0.03 0.27 -poivron poivron NOM m s 2.35 1.15 0.51 0.27 -poivrons poivron NOM m p 2.35 1.15 1.85 0.88 -poivrot poivrot NOM m s 3.53 3.51 2.16 2.03 -poivrote poivrot NOM f s 3.53 3.51 0.38 0.20 -poivrotes poivrot NOM f p 3.53 3.51 0.00 0.20 -poivrots poivrot NOM m p 3.53 3.51 0.99 1.08 -poivré poivrer VER m s 0.17 2.30 0.04 0.20 par:pas; -poivrée poivré ADJ f s 0.11 1.22 0.09 0.68 -poivrées poivré ADJ f p 0.11 1.22 0.00 0.14 -poivrés poivrer VER m p 0.17 2.30 0.01 0.20 par:pas; -poix poix NOM f 0.14 1.22 0.14 1.22 -poker poker NOM m s 10.76 3.92 10.62 3.78 -pokers poker NOM m p 10.76 3.92 0.14 0.14 -polack polack NOM s 1.48 0.00 1.37 0.00 -polacks polack NOM p 1.48 0.00 0.11 0.00 -polaire polaire ADJ s 2.00 2.50 1.71 1.55 -polaires polaire ADJ p 2.00 2.50 0.28 0.95 -polak polak NOM m s 0.17 0.41 0.12 0.34 -polaks polak NOM m p 0.17 0.41 0.05 0.07 -polaque polaque NOM m s 0.05 0.47 0.05 0.07 -polaques polaque NOM m p 0.05 0.47 0.00 0.41 -polar polar NOM m s 0.86 1.49 0.23 1.08 -polarde polard ADJ f s 0.01 0.27 0.01 0.07 -polardes polard ADJ f p 0.01 0.27 0.00 0.14 -polards polard ADJ m p 0.01 0.27 0.00 0.07 -polarisaient polariser VER 0.41 0.34 0.00 0.07 ind:imp:3p; -polarisait polariser VER 0.41 0.34 0.01 0.07 ind:imp:3s; -polarisant polariser VER 0.41 0.34 0.01 0.00 par:pre; -polarisants polarisant ADJ m p 0.01 0.07 0.00 0.07 -polarisation polarisation NOM f s 0.06 0.00 0.06 0.00 -polarise polariser VER 0.41 0.34 0.01 0.00 imp:pre:2s; -polarisent polariser VER 0.41 0.34 0.01 0.00 ind:pre:3p; -polariser polariser VER 0.41 0.34 0.04 0.07 inf; -polarisé polariser VER m s 0.41 0.34 0.16 0.00 par:pas; -polarisée polariser VER f s 0.41 0.34 0.17 0.14 par:pas; -polarité polarité NOM f s 0.54 0.00 0.54 0.00 -polaroïd polaroïd NOM m s 0.74 0.95 0.47 0.88 -polaroïds polaroïd NOM m p 0.74 0.95 0.28 0.07 -polaroid polaroid NOM m s 0.39 0.00 0.39 0.00 -polars polar NOM m p 0.86 1.49 0.63 0.41 -polder polder NOM m s 0.00 0.20 0.00 0.07 -polders polder NOM m p 0.00 0.20 0.00 0.14 -pâle pâle ADJ s 16.50 83.58 14.52 67.23 -pole pole NOM m s 0.22 0.00 0.22 0.00 -pâlement pâlement ADV 0.00 0.54 0.00 0.54 -polenta polenta NOM f s 0.88 0.27 0.88 0.27 -pâles pâle ADJ p 16.50 83.58 1.98 16.35 -pâleur pâleur NOM f s 1.38 10.41 1.38 10.00 -pâleurs pâleur NOM f p 1.38 10.41 0.00 0.41 -pâli pâlir VER m s 1.19 15.14 0.31 2.50 par:pas; -poli polir VER m s 9.45 11.01 6.04 5.07 par:pas; -police_secours police_secours NOM f s 0.16 0.47 0.16 0.47 -police police NOM f s 276.21 83.72 274.31 81.69 -policeman policeman NOM m s 0.04 0.41 0.03 0.34 -policemen policeman NOM m p 0.04 0.41 0.01 0.07 -policer policer VER 1.27 0.61 0.04 0.00 inf; -polices police NOM f p 276.21 83.72 1.90 2.03 -polichinelle polichinelle NOM m s 0.50 2.09 0.49 1.76 -polichinelles polichinelle NOM m p 0.50 2.09 0.01 0.34 -pâlichon pâlichon ADJ m s 0.06 0.81 0.06 0.47 -pâlichonne pâlichon ADJ f s 0.06 0.81 0.00 0.20 -pâlichons pâlichon ADJ m p 0.06 0.81 0.00 0.14 -policier policier NOM m s 34.12 21.62 19.94 10.00 -policiers policier NOM m p 34.12 21.62 14.02 11.62 -policière policier ADJ f s 9.29 6.82 2.31 1.76 -policières policier ADJ f p 9.29 6.82 0.58 1.01 -policlinique policlinique NOM f s 0.10 0.00 0.10 0.00 -policé policer VER m s 1.27 0.61 0.01 0.07 par:pas; -policée policé ADJ f s 0.02 1.82 0.01 0.54 -policées policer VER f p 1.27 0.61 0.01 0.14 par:pas; -policés policé ADJ m p 0.02 1.82 0.01 0.27 -pâlie pâlir VER f s 1.19 15.14 0.10 0.68 par:pas; -polie polir VER f s 9.45 11.01 2.23 2.03 par:pas; -pâlies pâlir VER f p 1.19 15.14 0.00 0.54 par:pas; -polies poli ADJ f p 4.68 16.69 0.08 1.28 -poliment poliment ADV 3.29 10.00 3.29 10.00 -polio polio NOM f s 1.10 0.34 1.08 0.27 -poliomyélite poliomyélite NOM f s 0.28 0.27 0.28 0.27 -poliomyélitique poliomyélitique ADJ m s 0.01 0.27 0.00 0.14 -poliomyélitiques poliomyélitique ADJ p 0.01 0.27 0.01 0.14 -poliorcétique poliorcétique ADJ m s 0.00 0.07 0.00 0.07 -polios polio NOM f p 1.10 0.34 0.02 0.07 -pâlir pâlir VER 1.19 15.14 0.54 4.39 inf; -polir polir VER 9.45 11.01 0.38 1.42 inf; -pâlirait pâlir VER 1.19 15.14 0.00 0.07 cnd:pre:3s; -poliras polir VER 9.45 11.01 0.01 0.00 ind:fut:2s; -pâlirent pâlir VER 1.19 15.14 0.00 0.07 ind:pas:3p; -pâlis pâlir VER m p 1.19 15.14 0.05 0.47 imp:pre:2s;ind:pre:1s;ind:pre:2s;par:pas; -polis poli ADJ m p 4.68 16.69 0.80 2.64 -polish polish NOM m s 0.06 0.07 0.06 0.07 -polissage polissage NOM m s 0.11 0.41 0.11 0.34 -polissages polissage NOM m p 0.11 0.41 0.00 0.07 -pâlissaient pâlir VER 1.19 15.14 0.00 0.68 ind:imp:3p; -polissaient polir VER 9.45 11.01 0.00 0.07 ind:imp:3p; -polissais polir VER 9.45 11.01 0.01 0.07 ind:imp:1s; -pâlissait pâlir VER 1.19 15.14 0.00 1.22 ind:imp:3s; -polissait polir VER 9.45 11.01 0.02 0.14 ind:imp:3s; -pâlissant pâlissant ADJ m s 0.10 0.74 0.10 0.61 -polissant polir VER 9.45 11.01 0.04 0.34 par:pre; -pâlissante pâlissant ADJ f s 0.10 0.74 0.00 0.07 -pâlissantes pâlissant ADJ f p 0.10 0.74 0.00 0.07 -pâlissent pâlir VER 1.19 15.14 0.03 0.61 ind:pre:3p; -polissent polir VER 9.45 11.01 0.01 0.14 ind:pre:3p; -polisseur polisseur NOM m s 0.01 0.14 0.01 0.00 -polisseurs polisseur NOM m p 0.01 0.14 0.00 0.07 -polisseuse polisseur NOM f s 0.01 0.14 0.00 0.07 -pâlissions pâlir VER 1.19 15.14 0.00 0.14 ind:imp:1p; -polissoir polissoir NOM m s 0.02 0.07 0.02 0.07 -polisson polisson NOM m s 1.12 0.47 0.83 0.27 -polissonnait polissonner VER 0.11 0.07 0.10 0.00 ind:imp:3s; -polissonne polisson ADJ f s 1.06 0.68 0.16 0.07 -polissonner polissonner VER 0.11 0.07 0.01 0.00 inf; -polissonnerie polissonnerie NOM f s 0.00 0.20 0.00 0.14 -polissonneries polissonnerie NOM f p 0.00 0.20 0.00 0.07 -polissonnes polisson ADJ f p 1.06 0.68 0.23 0.14 -polissons polisson NOM m p 1.12 0.47 0.28 0.14 -polissure polissure NOM f s 0.00 0.07 0.00 0.07 -pâlit pâlir VER 1.19 15.14 0.15 3.18 ind:pre:3s;ind:pas:3s; -polit polir VER 9.45 11.01 0.03 0.20 ind:pre:3s;ind:pas:3s; -politburo politburo NOM m s 0.03 0.47 0.03 0.47 -politesse politesse NOM f s 5.00 20.54 4.29 17.97 -politesses politesse NOM f p 5.00 20.54 0.70 2.57 -politicard politicard NOM m s 0.41 0.34 0.08 0.14 -politicards politicard NOM m p 0.41 0.34 0.33 0.20 -politicien politicien NOM m s 7.67 2.43 2.34 0.61 -politicienne politicien NOM f s 7.67 2.43 0.10 0.00 -politiciennes politicien ADJ f p 0.83 0.68 0.12 0.14 -politiciens politicien NOM m p 7.67 2.43 5.23 1.82 -politico_religieux politico_religieux ADJ f s 0.00 0.07 0.00 0.07 -politico politico ADV 0.17 0.27 0.17 0.27 -politique_fiction politique_fiction NOM f s 0.00 0.07 0.00 0.07 -politique politique NOM s 38.38 70.34 34.84 65.88 -politiquement politiquement ADV 2.73 2.77 2.73 2.77 -politiques politique ADJ p 38.09 70.81 13.20 26.42 -politisation politisation NOM f s 0.01 0.00 0.01 0.00 -politiser politiser VER 0.29 0.34 0.07 0.00 inf; -politisé politiser VER m s 0.29 0.34 0.06 0.07 par:pas; -politisée politiser VER f s 0.29 0.34 0.14 0.07 par:pas; -politisés politiser VER m p 0.29 0.34 0.02 0.20 par:pas; -polka polka NOM f s 1.98 7.64 1.90 7.50 -polkas polka NOM f p 1.98 7.64 0.08 0.14 -pollen pollen NOM m s 1.37 1.89 1.20 1.82 -pollens pollen NOM m p 1.37 1.89 0.17 0.07 -pollinies pollinie NOM f p 0.00 0.07 0.00 0.07 -pollinique pollinique ADJ f s 0.00 0.07 0.00 0.07 -pollinisateur pollinisateur ADJ m s 0.03 0.00 0.03 0.00 -pollinisation pollinisation NOM f s 0.09 0.00 0.09 0.00 -polliniser polliniser VER 0.02 0.00 0.01 0.00 inf; -pollinisé polliniser VER m s 0.02 0.00 0.01 0.00 par:pas; -pollope pollope ONO 0.00 0.07 0.00 0.07 -polluait polluer VER 3.38 2.09 0.12 0.07 ind:imp:3s; -polluant polluer VER 3.38 2.09 0.04 0.00 par:pre; -polluante polluant ADJ f s 0.21 0.14 0.02 0.00 -polluants polluant ADJ m p 0.21 0.14 0.16 0.07 -pollue polluer VER 3.38 2.09 0.45 0.07 ind:pre:1s;ind:pre:3s; -polluent polluer VER 3.38 2.09 0.22 0.14 ind:pre:3p; -polluer polluer VER 3.38 2.09 0.65 0.34 inf; -pollueront polluer VER 3.38 2.09 0.01 0.00 ind:fut:3p; -pollues polluer VER 3.38 2.09 0.12 0.07 ind:pre:2s; -pollueur pollueur NOM m s 0.25 0.14 0.04 0.00 -pollueurs pollueur NOM m p 0.25 0.14 0.18 0.14 -pollueuse pollueur NOM f s 0.25 0.14 0.02 0.00 -polluez polluer VER 3.38 2.09 0.04 0.00 imp:pre:2p;ind:pre:2p; -pollution pollution NOM f s 2.38 1.28 2.35 1.15 -pollutions pollution NOM f p 2.38 1.28 0.04 0.14 -pollué polluer VER m s 3.38 2.09 0.57 0.68 par:pas; -polluée polluer VER f s 3.38 2.09 0.86 0.20 par:pas; -polluées polluer VER f p 3.38 2.09 0.17 0.47 par:pas; -pollués polluer VER m p 3.38 2.09 0.14 0.07 par:pas; -polo polo NOM m s 1.51 2.03 1.46 1.96 -poloche poloche NOM f s 0.00 0.34 0.00 0.34 -polochon polochon NOM m s 0.19 0.81 0.06 0.41 -polochons polochon NOM m p 0.19 0.81 0.12 0.41 -polonais polonais NOM m 8.26 9.32 7.06 8.18 -polonaise polonais ADJ f s 8.41 14.73 1.87 4.39 -polonaises polonais ADJ f p 8.41 14.73 0.27 0.95 -polope polope ONO 0.00 0.41 0.00 0.41 -polos polo NOM m p 1.51 2.03 0.05 0.07 -pâlot pâlot ADJ m s 0.60 1.22 0.44 0.34 -pâlots pâlot ADJ m p 0.60 1.22 0.01 0.20 -pâlotte pâlot ADJ f s 0.60 1.22 0.15 0.61 -pâlottes pâlot ADJ f p 0.60 1.22 0.00 0.07 -polski polski NOM m s 0.14 0.14 0.14 0.14 -poltron poltron NOM m s 0.74 0.41 0.58 0.27 -poltronne poltron ADJ f s 0.32 0.34 0.03 0.07 -poltronnerie poltronnerie NOM f s 0.55 0.00 0.55 0.00 -poltrons poltron NOM m p 0.74 0.41 0.16 0.14 -polémique polémique NOM f s 0.73 1.35 0.46 1.22 -polémiquer polémiquer VER 0.07 0.14 0.03 0.14 inf; -polémiques polémique NOM f p 0.73 1.35 0.27 0.14 -polémiste polémiste NOM s 0.14 0.47 0.14 0.41 -polémistes polémiste NOM p 0.14 0.47 0.00 0.07 -poly_sexuel poly_sexuel ADJ f s 0.01 0.00 0.01 0.00 -poly poly NOM m s 0.30 0.14 0.30 0.14 -polyacrylate polyacrylate NOM m s 0.03 0.00 0.03 0.00 -polyamide polyamide NOM m s 0.00 0.20 0.00 0.14 -polyamides polyamide NOM m p 0.00 0.20 0.00 0.07 -polyandre polyandre ADJ f s 0.00 0.07 0.00 0.07 -polyarthrite polyarthrite NOM f s 0.03 0.00 0.03 0.00 -polycarbonate polycarbonate NOM m s 0.03 0.00 0.03 0.00 -polychlorure polychlorure NOM m s 0.01 0.00 0.01 0.00 -polychrome polychrome ADJ s 0.00 1.08 0.00 0.74 -polychromes polychrome ADJ m p 0.00 1.08 0.00 0.34 -polychromie polychromie NOM f s 0.00 0.27 0.00 0.27 -polychromé polychromé ADJ m s 0.00 0.27 0.00 0.14 -polychromées polychromé ADJ f p 0.00 0.27 0.00 0.14 -polyclinique polyclinique NOM f s 0.23 0.14 0.23 0.14 -polycopiait polycopier VER 0.12 0.54 0.00 0.07 ind:imp:3s; -polycopie polycopie NOM f s 0.01 0.07 0.01 0.07 -polycopier polycopier VER 0.12 0.54 0.01 0.34 inf; -polycopié polycopié NOM m s 0.00 0.20 0.00 0.07 -polycopiée polycopier VER f s 0.12 0.54 0.00 0.14 par:pas; -polycopiés polycopier VER m p 0.12 0.54 0.11 0.00 par:pas; -polyculture polyculture NOM f s 0.00 0.07 0.00 0.07 -polycéphale polycéphale ADJ m s 0.01 0.00 0.01 0.00 -polydactylie polydactylie NOM f s 0.01 0.00 0.01 0.00 -polyester polyester NOM m s 0.46 0.34 0.46 0.34 -polygame polygame ADJ s 0.15 0.00 0.15 0.00 -polygamie polygamie NOM f s 0.49 0.27 0.49 0.27 -polyglotte polyglotte ADJ s 0.08 1.01 0.08 0.61 -polyglottes polyglotte NOM p 0.03 0.14 0.01 0.00 -polygonal polygonal ADJ m s 0.01 0.20 0.01 0.00 -polygonales polygonal ADJ f p 0.01 0.20 0.00 0.14 -polygonaux polygonal ADJ m p 0.01 0.20 0.00 0.07 -polygone polygone NOM m s 0.13 0.88 0.12 0.47 -polygones polygone NOM m p 0.13 0.88 0.01 0.41 -polygraphe polygraphe NOM s 0.37 0.14 0.34 0.07 -polygraphes polygraphe NOM p 0.37 0.14 0.04 0.07 -polygénique polygénique ADJ f s 0.01 0.00 0.01 0.00 -polykystique polykystique ADJ m s 0.04 0.00 0.04 0.00 -polymorphe polymorphe ADJ s 0.06 0.07 0.05 0.07 -polymorphes polymorphe ADJ p 0.06 0.07 0.01 0.00 -polymorphie polymorphie NOM f s 0.02 0.00 0.02 0.00 -polymorphismes polymorphisme NOM m p 0.03 0.00 0.03 0.00 -polymère polymère NOM m s 0.16 0.00 0.16 0.00 -polymérase polymérase NOM f s 0.05 0.00 0.05 0.00 -polymérique polymérique ADJ m s 0.02 0.00 0.01 0.00 -polymériques polymérique ADJ m p 0.02 0.00 0.01 0.00 -polynésien polynésien ADJ m s 0.08 0.47 0.03 0.07 -polynésienne polynésienne ADJ f s 0.03 0.00 0.03 0.00 -polynésiennes polynésien ADJ f p 0.08 0.47 0.03 0.14 -polynésiens polynésien NOM m p 0.04 0.07 0.02 0.00 -polype polype NOM m s 0.32 0.74 0.23 0.54 -polypes polype NOM m p 0.32 0.74 0.09 0.20 -polyphone polyphone ADJ s 0.00 0.07 0.00 0.07 -polyphonie polyphonie NOM f s 0.02 0.14 0.02 0.14 -polyphonique polyphonique ADJ m s 0.23 0.14 0.23 0.14 -polypier polypier NOM m s 0.00 0.14 0.00 0.07 -polypiers polypier NOM m p 0.00 0.14 0.00 0.07 -polypropylène polypropylène NOM m s 0.01 0.14 0.01 0.14 -polysaccharides polysaccharide NOM m p 0.01 0.00 0.01 0.00 -polystyrène polystyrène NOM m s 0.38 0.14 0.38 0.14 -polysyllabe polysyllabe ADJ s 0.01 0.00 0.01 0.00 -polysyllabique polysyllabique ADJ m s 0.01 0.07 0.01 0.07 -polytechnicien polytechnicien NOM m s 0.25 1.35 0.14 0.81 -polytechnicienne polytechnicien NOM f s 0.25 1.35 0.01 0.00 -polytechniciens polytechnicien NOM m p 0.25 1.35 0.10 0.54 -polytechnique polytechnique NOM f s 0.44 0.47 0.44 0.47 -polyèdre polyèdre NOM m s 0.00 0.20 0.00 0.14 -polyèdres polyèdre NOM m p 0.00 0.20 0.00 0.07 -polythène polythène NOM m s 0.01 0.00 0.01 0.00 -polythéiste polythéiste ADJ s 0.01 0.00 0.01 0.00 -polytonal polytonal ADJ m s 0.00 0.07 0.00 0.07 -polytonalité polytonalité NOM f s 0.00 0.07 0.00 0.07 -polyuréthane polyuréthane NOM m s 0.05 0.00 0.05 0.00 -polyéthylène polyéthylène NOM m s 0.13 0.14 0.13 0.14 -polyvalence polyvalence NOM f s 0.01 0.14 0.01 0.14 -polyvalent polyvalent ADJ m s 0.15 0.14 0.02 0.14 -polyvalente polyvalent ADJ f s 0.15 0.14 0.12 0.00 -polyvalents polyvalent ADJ m p 0.15 0.14 0.01 0.00 -polyvinyle polyvinyle NOM m s 0.01 0.07 0.01 0.07 -polyvinylique polyvinylique ADJ m s 0.03 0.00 0.03 0.00 -pom_pom_girl pom_pom_girl NOM f s 2.06 0.00 0.95 0.00 -pom_pom_girl pom_pom_girl NOM f p 2.06 0.00 1.11 0.00 -pâma pâmer VER 0.47 3.18 0.01 0.07 ind:pas:3s; -pâmaient pâmer VER 0.47 3.18 0.01 0.20 ind:imp:3p; -pâmait pâmer VER 0.47 3.18 0.02 0.27 ind:imp:3s; -pâmant pâmer VER 0.47 3.18 0.00 0.27 par:pre; -pâme pâmer VER 0.47 3.18 0.07 0.27 ind:pre:1s;ind:pre:3s; -pomelo pomelo NOM m s 0.01 0.00 0.01 0.00 -pâment pâmer VER 0.47 3.18 0.04 0.00 ind:pre:3p; -pâmer pâmer VER 0.47 3.18 0.06 0.61 inf; -pâmerais pâmer VER 0.47 3.18 0.00 0.07 cnd:pre:1s; -pâmerait pâmer VER 0.47 3.18 0.01 0.00 cnd:pre:3s; -pomerols pomerol NOM m p 0.00 0.07 0.00 0.07 -pâmeront pâmer VER 0.47 3.18 0.03 0.00 ind:fut:3p; -pâmez pâmer VER 0.47 3.18 0.10 0.07 imp:pre:2p;ind:pre:2p; -pommade pommade NOM f s 2.35 3.04 2.21 2.16 -pommader pommader VER 0.02 0.54 0.00 0.41 inf; -pommades pommade NOM f p 2.35 3.04 0.14 0.88 -pommadin pommadin NOM m s 0.00 0.07 0.00 0.07 -pommadé pommadé ADJ m s 0.00 0.74 0.00 0.47 -pommadées pommadé ADJ f p 0.00 0.74 0.00 0.07 -pommadés pommadé ADJ m p 0.00 0.74 0.00 0.20 -pommaient pommer VER 0.38 1.96 0.00 0.07 ind:imp:3p; -pommard pommard NOM m s 0.00 0.20 0.00 0.07 -pommards pommard NOM m p 0.00 0.20 0.00 0.14 -pomme pomme NOM f s 42.35 82.36 19.77 46.08 -pommeau pommeau NOM m s 0.22 4.26 0.22 3.92 -pommeaux pommeau NOM m p 0.22 4.26 0.00 0.34 -pommeler pommeler VER 0.00 0.27 0.00 0.07 inf; -pommelé pommelé ADJ m s 0.28 1.49 0.26 0.95 -pommelées pommelé ADJ f p 0.28 1.49 0.00 0.07 -pommelés pommelé ADJ m p 0.28 1.49 0.02 0.47 -pommer pommer VER 0.38 1.96 0.04 0.00 inf; -pommeraie pommeraie NOM f s 0.01 0.14 0.01 0.14 -pommes pomme NOM f p 42.35 82.36 22.57 36.28 -pommette pommette NOM f s 0.90 16.35 0.21 2.70 -pommettes pommette NOM f p 0.90 16.35 0.69 13.65 -pommier pommier NOM m s 1.93 8.78 1.55 5.88 -pommiers pommier NOM m p 1.93 8.78 0.38 2.91 -pommé pommer VER m s 0.38 1.96 0.04 0.07 par:pas; -pommée pommé ADJ f s 0.01 0.27 0.01 0.07 -pommées pommé ADJ f p 0.01 0.27 0.00 0.14 -pommés pommé ADJ m p 0.01 0.27 0.00 0.07 -pâmoison pâmoison NOM f s 0.00 1.22 0.00 0.74 -pâmoisons pâmoison NOM f p 0.00 1.22 0.00 0.47 -pompadour pompadour ADJ 0.03 0.00 0.03 0.00 -pompage pompage NOM m s 0.35 0.14 0.35 0.14 -pompai pomper VER 5.24 4.59 0.00 0.07 ind:pas:1s; -pompaient pomper VER 5.24 4.59 0.01 0.14 ind:imp:3p; -pompais pomper VER 5.24 4.59 0.02 0.07 ind:imp:1s; -pompait pomper VER 5.24 4.59 0.15 0.61 ind:imp:3s; -pompant pomper VER 5.24 4.59 0.03 0.47 par:pre; -pompe pompe NOM f s 22.92 35.14 10.51 18.45 -pompent pomper VER 5.24 4.59 0.24 0.34 ind:pre:3p; -pomper pomper VER 5.24 4.59 1.72 1.15 inf; -pompera pomper VER 5.24 4.59 0.02 0.07 ind:fut:3s; -pomperais pomper VER 5.24 4.59 0.02 0.00 cnd:pre:2s; -pomperait pomper VER 5.24 4.59 0.01 0.00 cnd:pre:3s; -pompes pompe NOM f p 22.92 35.14 12.41 16.69 -pompette pompette ADJ s 1.21 0.41 1.21 0.41 -pompeur pompeur NOM m s 0.04 0.27 0.04 0.27 -pompeuse pompeux ADJ f s 0.97 4.26 0.09 1.15 -pompeusement pompeusement ADV 0.01 1.15 0.01 1.15 -pompeuses pompeux ADJ f p 0.97 4.26 0.04 0.61 -pompeux pompeux ADJ m 0.97 4.26 0.85 2.50 -pompez pomper VER 5.24 4.59 0.66 0.07 imp:pre:2p;ind:pre:2p; -pompidoliens pompidolien ADJ m p 0.00 0.07 0.00 0.07 -pompier pompier NOM m s 13.01 10.07 2.67 1.01 -pompiers pompier NOM m p 13.01 10.07 10.35 9.05 -pompions pomper VER 5.24 4.59 0.00 0.07 ind:imp:1p; -pompiste pompiste NOM s 2.10 4.05 2.05 3.51 -pompistes pompiste NOM p 2.10 4.05 0.05 0.54 -pompiérisme pompiérisme NOM m s 0.00 0.07 0.00 0.07 -pompon pompon NOM m s 1.56 3.92 1.22 1.35 -pomponna pomponner VER 0.94 1.69 0.00 0.07 ind:pas:3s; -pomponnaient pomponner VER 0.94 1.69 0.00 0.07 ind:imp:3p; -pomponnait pomponner VER 0.94 1.69 0.00 0.20 ind:imp:3s; -pomponnant pomponner VER 0.94 1.69 0.00 0.07 par:pre; -pomponne pomponner VER 0.94 1.69 0.08 0.07 imp:pre:2s;ind:pre:1s;ind:pre:3s; -pomponnent pomponner VER 0.94 1.69 0.01 0.00 ind:pre:3p; -pomponner pomponner VER 0.94 1.69 0.32 0.14 inf; -pomponniez pomponner VER 0.94 1.69 0.00 0.07 ind:imp:2p; -pomponné pomponner VER m s 0.94 1.69 0.10 0.34 par:pas; -pomponnée pomponner VER f s 0.94 1.69 0.41 0.34 par:pas; -pomponnées pomponner VER f p 0.94 1.69 0.01 0.27 par:pas; -pomponnés pomponner VER m p 0.94 1.69 0.01 0.07 par:pas; -pompons pompon NOM m p 1.56 3.92 0.34 2.57 -pompé pomper VER m s 5.24 4.59 0.40 0.54 par:pas; -pompée pomper VER f s 5.24 4.59 0.25 0.00 par:pas; -pompéien pompéien ADJ m s 0.17 0.54 0.01 0.20 -pompéienne pompéien ADJ f s 0.17 0.54 0.01 0.20 -pompéiennes pompéien ADJ f p 0.17 0.54 0.00 0.07 -pompéiens pompéien ADJ m p 0.17 0.54 0.15 0.07 -pompés pomper VER m p 5.24 4.59 0.01 0.07 par:pas; -pâmèrent pâmer VER 0.47 3.18 0.01 0.07 ind:pas:3p; -pâmé pâmer VER m s 0.47 3.18 0.10 0.41 par:pas; -pâmée pâmer VER f s 0.47 3.18 0.01 0.54 par:pas; -pâmées pâmer VER f p 0.47 3.18 0.01 0.20 par:pas; -pomélo pomélo NOM m s 0.01 0.00 0.01 0.00 -poméranien poméranien ADJ m s 0.01 0.14 0.01 0.07 -poméranienne poméranien NOM f s 0.00 0.47 0.00 0.07 -poméraniennes poméranien NOM f p 0.00 0.47 0.00 0.34 -poméraniens poméranien NOM m p 0.00 0.47 0.00 0.07 -pâmés pâmer VER m p 0.47 3.18 0.00 0.14 par:pas; -ponant ponant NOM m s 0.04 0.34 0.04 0.34 -ponce poncer VER 0.42 2.43 0.18 1.15 imp:pre:2s;ind:pre:1s;ind:pre:3s; -ponceau ponceau NOM m s 0.00 0.41 0.00 0.34 -ponceaux ponceau NOM m p 0.00 0.41 0.00 0.07 -poncer poncer VER 0.42 2.43 0.16 0.07 inf; -ponces poncer VER 0.42 2.43 0.00 0.27 sub:pre:2s; -ponceuse ponceur NOM f s 0.31 0.41 0.31 0.41 -poncho poncho NOM m s 1.04 0.20 1.00 0.20 -ponchos poncho NOM m p 1.04 0.20 0.04 0.00 -poncif poncif NOM m s 0.01 0.95 0.00 0.47 -poncifs poncif NOM m p 0.01 0.95 0.01 0.47 -ponction ponction NOM f s 1.72 1.08 1.68 0.74 -ponctionna ponctionner VER 0.02 0.27 0.00 0.07 ind:pas:3s; -ponctionnait ponctionner VER 0.02 0.27 0.00 0.07 ind:imp:3s; -ponctionne ponctionner VER 0.02 0.27 0.01 0.07 ind:pre:3s; -ponctionner ponctionner VER 0.02 0.27 0.01 0.07 inf; -ponctions ponction NOM f p 1.72 1.08 0.04 0.34 -ponctua ponctuer VER 0.12 9.32 0.00 0.27 ind:pas:3s; -ponctuaient ponctuer VER 0.12 9.32 0.00 0.47 ind:imp:3p; -ponctuait ponctuer VER 0.12 9.32 0.01 1.69 ind:imp:3s; -ponctualité ponctualité NOM f s 1.01 1.42 1.01 1.42 -ponctuant ponctuer VER 0.12 9.32 0.01 0.88 par:pre; -ponctuation ponctuation NOM f s 0.30 1.55 0.30 1.35 -ponctuations ponctuation NOM f p 0.30 1.55 0.00 0.20 -ponctue ponctuer VER 0.12 9.32 0.01 0.88 ind:pre:1s;ind:pre:3s; -ponctuel ponctuel ADJ m s 3.55 1.82 1.82 0.81 -ponctuelle ponctuel ADJ f s 3.55 1.82 1.13 0.27 -ponctuellement ponctuellement ADV 0.26 1.01 0.26 1.01 -ponctuelles ponctuel ADJ f p 3.55 1.82 0.06 0.41 -ponctuels ponctuel ADJ m p 3.55 1.82 0.54 0.34 -ponctuent ponctuer VER 0.12 9.32 0.01 0.27 ind:pre:3p; -ponctuer ponctuer VER 0.12 9.32 0.02 0.61 inf; -ponctuèrent ponctuer VER 0.12 9.32 0.00 0.07 ind:pas:3p; -ponctué ponctuer VER m s 0.12 9.32 0.02 2.16 par:pas; -ponctuée ponctuer VER f s 0.12 9.32 0.00 1.08 par:pas; -ponctuées ponctuer VER f p 0.12 9.32 0.00 0.47 par:pas; -ponctués ponctuer VER m p 0.12 9.32 0.03 0.47 par:pas; -poncé poncer VER m s 0.42 2.43 0.07 0.20 par:pas; -poncée poncer VER f s 0.42 2.43 0.00 0.27 par:pas; -poncées poncer VER f p 0.42 2.43 0.00 0.14 par:pas; -poncés poncer VER m p 0.42 2.43 0.00 0.07 par:pas; -pond pondre VER 5.41 6.82 1.18 0.74 ind:pre:3s; -pondaient pondre VER 5.41 6.82 0.01 0.20 ind:imp:3p; -pondait pondre VER 5.41 6.82 0.15 0.41 ind:imp:3s; -pondant pondre VER 5.41 6.82 0.02 0.07 par:pre; -ponde pondre VER 5.41 6.82 0.10 0.00 sub:pre:1s;sub:pre:3s; -pondent pondre VER 5.41 6.82 0.55 0.34 ind:pre:3p; -pondes pondre VER 5.41 6.82 0.00 0.07 sub:pre:2s; -pondeur pondeur NOM m s 0.08 0.20 0.00 0.07 -pondeuse pondeur NOM f s 0.08 0.20 0.08 0.00 -pondeuses pondeuse NOM f p 0.03 0.00 0.03 0.00 -pondez pondre VER 5.41 6.82 0.06 0.00 imp:pre:2p;ind:pre:2p; -pondiez pondre VER 5.41 6.82 0.00 0.07 ind:imp:2p; -pondoir pondoir NOM m s 0.00 0.20 0.00 0.14 -pondoirs pondoir NOM m p 0.00 0.20 0.00 0.07 -pondra pondre VER 5.41 6.82 0.04 0.07 ind:fut:3s; -pondrai pondre VER 5.41 6.82 0.16 0.07 ind:fut:1s; -pondraient pondre VER 5.41 6.82 0.01 0.14 cnd:pre:3p; -pondrais pondre VER 5.41 6.82 0.00 0.07 cnd:pre:2s; -pondras pondre VER 5.41 6.82 0.02 0.07 ind:fut:2s; -pondre pondre VER 5.41 6.82 1.64 1.69 inf; -pondront pondre VER 5.41 6.82 0.01 0.00 ind:fut:3p; -ponds pondre VER 5.41 6.82 0.04 0.07 imp:pre:2s;ind:pre:1s;ind:pre:2s; -pondu pondre VER m s 5.41 6.82 1.39 1.76 par:pas; -pondue pondre VER f s 5.41 6.82 0.01 0.27 par:pas; -pondérable pondérable ADJ f s 0.00 0.20 0.00 0.14 -pondérables pondérable ADJ p 0.00 0.20 0.00 0.07 -pondérale pondéral ADJ f s 0.05 0.00 0.05 0.00 -pondération pondération NOM f s 0.12 0.47 0.12 0.47 -pondérer pondérer VER 0.04 0.14 0.01 0.00 inf; -pondéré pondéré ADJ m s 0.18 1.15 0.03 0.68 -pondérée pondéré ADJ f s 0.18 1.15 0.13 0.14 -pondérées pondéré ADJ f p 0.18 1.15 0.00 0.07 -pondérés pondéré ADJ m p 0.18 1.15 0.02 0.27 -pondus pondre VER m p 5.41 6.82 0.02 0.74 par:pas; -ponette ponette NOM f s 0.00 0.47 0.00 0.27 -ponettes ponette NOM f p 0.00 0.47 0.00 0.20 -poney poney NOM m s 4.80 1.01 3.70 0.47 -poneys poney NOM m p 4.80 1.01 1.10 0.54 -pongiste pongiste NOM s 0.30 0.00 0.10 0.00 -pongistes pongiste NOM p 0.30 0.00 0.20 0.00 -pongo pongo NOM m s 1.72 0.00 1.72 0.00 -pongé pongé NOM m s 0.00 0.20 0.00 0.20 -pont_l_évêque pont_l_évêque NOM m s 0.00 0.07 0.00 0.07 -pont_levis pont_levis NOM m 0.46 1.42 0.46 1.42 -pont_neuf pont_neuf NOM m s 0.14 2.43 0.14 2.43 -pont_promenade pont_promenade NOM m s 0.00 0.07 0.00 0.07 -pont pont NOM m s 56.43 90.81 50.45 74.59 -pontage pontage NOM m s 0.65 0.07 0.60 0.07 -pontages pontage NOM m p 0.65 0.07 0.04 0.00 -ponte ponte NOM s 2.35 2.30 1.46 1.62 -ponter ponter VER 0.52 0.20 0.21 0.00 inf; -pontes ponte NOM p 2.35 2.30 0.89 0.68 -pontet pontet NOM m s 0.01 0.20 0.01 0.14 -pontets pontet NOM m p 0.01 0.20 0.00 0.07 -ponçage ponçage NOM m s 0.01 0.14 0.01 0.14 -ponçait poncer VER 0.42 2.43 0.01 0.20 ind:imp:3s; -ponçant poncer VER 0.42 2.43 0.00 0.07 par:pre; -pontife pontife NOM m s 0.26 1.28 0.23 0.88 -pontifes pontife NOM m p 0.26 1.28 0.03 0.41 -pontifia pontifier VER 0.04 0.54 0.00 0.07 ind:pas:3s; -pontifiait pontifier VER 0.04 0.54 0.00 0.14 ind:imp:3s; -pontifiant pontifiant ADJ m s 0.04 0.41 0.02 0.27 -pontifiante pontifiant ADJ f s 0.04 0.41 0.02 0.07 -pontifiants pontifiant ADJ m p 0.04 0.41 0.00 0.07 -pontifical pontifical ADJ m s 0.30 1.35 0.16 0.47 -pontificale pontifical ADJ f s 0.30 1.35 0.14 0.47 -pontificales pontifical ADJ f p 0.30 1.35 0.00 0.27 -pontificat pontificat NOM m s 0.01 0.14 0.01 0.14 -pontificaux pontifical ADJ m p 0.30 1.35 0.00 0.14 -pontifie pontifier VER 0.04 0.54 0.00 0.14 ind:pre:3s; -pontifier pontifier VER 0.04 0.54 0.04 0.07 inf; -pontifièrent pontifier VER 0.04 0.54 0.00 0.07 ind:pas:3p; -pontil pontil NOM m s 0.00 0.07 0.00 0.07 -pontin pontin ADJ m s 0.11 0.20 0.10 0.07 -pontins pontin ADJ m p 0.11 0.20 0.01 0.14 -ponton ponton NOM m s 1.01 3.99 0.98 2.16 -pontonnier pontonnier NOM m s 0.00 0.81 0.00 0.14 -pontonniers pontonnier NOM m p 0.00 0.81 0.00 0.68 -pontons ponton NOM m p 1.01 3.99 0.03 1.82 -ponts_levis ponts_levis NOM m p 0.00 0.27 0.00 0.27 -ponts pont NOM m p 56.43 90.81 5.97 16.22 -ponté ponter VER m s 0.52 0.20 0.01 0.07 par:pas; -pool pool NOM m s 1.19 0.20 1.19 0.20 -pop_club pop_club NOM s 0.00 0.07 0.00 0.07 -pop_corn pop_corn NOM m 3.79 0.14 3.79 0.14 -pop pop ADJ s 3.10 1.28 3.10 1.28 -popaul popaul NOM m s 0.28 0.07 0.28 0.07 -pope pope NOM m s 1.07 6.42 0.83 5.20 -popeline popeline NOM f s 0.00 4.66 0.00 4.66 -popes pope NOM m p 1.07 6.42 0.23 1.22 -popistes popiste ADJ f p 0.00 0.07 0.00 0.07 -poplité poplité ADJ m s 0.05 0.00 0.01 0.00 -poplitée poplité ADJ f s 0.05 0.00 0.04 0.00 -popote popote NOM f s 0.40 2.57 0.39 2.09 -popotes popote NOM f p 0.40 2.57 0.01 0.47 -popotin popotin NOM m s 0.79 0.74 0.79 0.74 -populace populace NOM f s 1.53 2.36 1.53 2.36 -populacier populacier ADJ m s 0.00 0.68 0.00 0.20 -populacière populacier ADJ f s 0.00 0.68 0.00 0.20 -populacières populacier ADJ f p 0.00 0.68 0.00 0.27 -populaire populaire ADJ s 19.34 31.28 16.23 23.45 -populairement populairement ADV 0.14 0.07 0.14 0.07 -populaires populaire ADJ p 19.34 31.28 3.11 7.84 -populariser populariser VER 0.12 0.14 0.12 0.07 inf; -popularisé populariser VER m s 0.12 0.14 0.00 0.07 par:pas; -popularité popularité NOM f s 2.03 1.82 2.03 1.76 -popularités popularité NOM f p 2.03 1.82 0.00 0.07 -population population NOM f s 15.68 33.65 14.86 23.58 -populations population NOM f p 15.68 33.65 0.82 10.07 -populeuse populeux ADJ f s 0.02 1.15 0.01 0.27 -populeuses populeux ADJ f p 0.02 1.15 0.00 0.14 -populeux populeux ADJ m 0.02 1.15 0.01 0.74 -populisme populisme NOM m s 0.02 0.14 0.02 0.07 -populismes populisme NOM m p 0.02 0.14 0.00 0.07 -populiste populiste ADJ s 0.17 0.41 0.16 0.27 -populistes populiste ADJ m p 0.17 0.41 0.01 0.14 -populo populo NOM m s 0.17 1.55 0.17 1.55 -poquait poquer VER 0.00 0.07 0.00 0.07 ind:imp:3s; -pâque pâque NOM f s 0.51 0.95 0.51 0.95 -poque poque NOM f s 0.16 0.07 0.16 0.07 -pâquerette pâquerette NOM f s 0.69 2.09 0.27 0.20 -pâquerettes pâquerette NOM f p 0.69 2.09 0.43 1.89 -pâques pâques NOM m s 0.26 1.01 0.26 1.01 -poquette poquette NOM f s 0.00 0.07 0.00 0.07 -pâquis pâquis NOM m 0.00 0.07 0.00 0.07 -porc_épic porc_épic NOM m s 0.55 0.27 0.55 0.27 -porc porc NOM m s 41.07 14.46 30.18 11.15 -porcelaine porcelaine NOM f s 3.07 12.43 2.85 10.74 -porcelaines porcelaine NOM f p 3.07 12.43 0.22 1.69 -porcelainiers porcelainier NOM m p 0.00 0.07 0.00 0.07 -porcelet porcelet NOM m s 0.57 0.54 0.44 0.27 -porcelets porcelet NOM m p 0.57 0.54 0.13 0.27 -porche porche NOM m s 3.10 17.03 2.95 15.34 -porcher porcher NOM m s 1.47 0.00 1.46 0.00 -porcherie porcherie NOM f s 2.76 1.22 2.73 1.22 -porcheries porcherie NOM f p 2.76 1.22 0.03 0.00 -porches porche NOM m p 3.10 17.03 0.14 1.69 -porchère porcher NOM f s 1.47 0.00 0.01 0.00 -porchères porchère NOM f p 0.01 0.00 0.01 0.00 -porcif porcif NOM f s 0.00 0.34 0.00 0.14 -porcifs porcif NOM f p 0.00 0.34 0.00 0.20 -porcin porcin ADJ m s 0.29 0.74 0.19 0.20 -porcine porcin ADJ f s 0.29 0.74 0.06 0.07 -porcins porcin NOM m p 0.12 0.00 0.10 0.00 -porcs porc NOM m p 41.07 14.46 10.89 3.31 -pore pore NOM m s 1.54 3.51 0.57 0.47 -pores pore NOM m p 1.54 3.51 0.97 3.04 -poreuse poreux ADJ f s 0.70 2.84 0.16 1.15 -poreuses poreux ADJ f p 0.70 2.84 0.04 0.14 -poreux poreux ADJ m 0.70 2.84 0.49 1.55 -porno porno NOM m s 9.77 1.08 8.73 0.47 -pornocrate pornocrate NOM s 0.00 0.14 0.00 0.07 -pornocrates pornocrate NOM p 0.00 0.14 0.00 0.07 -pornographe pornographe NOM s 0.19 0.47 0.17 0.47 -pornographes pornographe NOM p 0.19 0.47 0.02 0.00 -pornographie pornographie NOM f s 1.81 1.22 1.81 1.15 -pornographies pornographie NOM f p 1.81 1.22 0.00 0.07 -pornographique pornographique ADJ s 1.39 1.82 0.56 0.68 -pornographiques pornographique ADJ p 1.39 1.82 0.83 1.15 -pornos porno ADJ p 7.20 2.03 2.07 0.95 -porosité porosité NOM f s 0.04 0.34 0.04 0.34 -porphyre porphyre NOM m s 0.10 1.49 0.10 1.35 -porphyres porphyre NOM m p 0.10 1.49 0.00 0.14 -porphyrie porphyrie NOM f s 0.12 0.00 0.12 0.00 -porque porque NOM f s 0.32 0.00 0.32 0.00 -porridge porridge NOM m s 1.13 0.74 1.13 0.74 -port_salut port_salut NOM m 0.00 0.20 0.00 0.20 -port port NOM m s 31.68 76.42 29.40 64.86 -porta porter VER 319.85 474.93 1.41 16.55 ind:pas:3s; -portabilité portabilité NOM f s 0.01 0.00 0.01 0.00 -portable portable ADJ s 35.82 0.61 31.70 0.61 -portables portable ADJ p 35.82 0.61 4.12 0.00 -portage portage NOM m s 0.08 0.74 0.08 0.74 -portager portager VER 0.00 0.07 0.00 0.07 inf; -portai porter VER 319.85 474.93 0.12 1.01 ind:pas:1s; -portaient porter VER 319.85 474.93 2.81 28.72 ind:imp:3p; -portail portail NOM m s 8.61 22.97 7.97 21.82 -portails portail NOM m p 8.61 22.97 0.64 1.15 -portais porter VER 319.85 474.93 7.96 9.19 ind:imp:1s;ind:imp:2s; -portait porter VER 319.85 474.93 25.75 113.85 ind:imp:3s; -portal portal ADJ m s 0.05 0.14 0.05 0.14 -portance portance NOM f s 0.29 0.00 0.29 0.00 -portant portant ADJ m s 5.46 9.73 5.00 8.72 -portante portant ADJ f s 5.46 9.73 0.20 0.34 -portants portant ADJ m p 5.46 9.73 0.26 0.68 -portassent porter VER 319.85 474.93 0.00 0.07 sub:imp:3p; -portatif portatif ADJ m s 0.65 2.64 0.40 1.08 -portatifs portatif ADJ m p 0.65 2.64 0.10 0.41 -portative portatif ADJ f s 0.65 2.64 0.14 0.88 -portatives portatif ADJ f p 0.65 2.64 0.01 0.27 -porte_aiguille porte_aiguille NOM m s 0.07 0.00 0.07 0.00 -porte_avion porte_avion NOM m s 0.04 0.07 0.04 0.07 -porte_avions porte_avions NOM m 1.21 1.22 1.21 1.22 -porte_bagages porte_bagages NOM m 0.02 3.11 0.02 3.11 -porte_bannière porte_bannière NOM m s 0.00 0.07 0.00 0.07 -porte_billets porte_billets NOM m 0.00 0.14 0.00 0.14 -porte_bois porte_bois NOM m 0.00 0.07 0.00 0.07 -porte_bonheur porte_bonheur NOM m 4.58 1.08 4.58 1.08 -porte_bouteilles porte_bouteilles NOM m 0.00 0.27 0.00 0.27 -porte_bébé porte_bébé NOM m s 0.02 0.00 0.02 0.00 -porte_cannes porte_cannes NOM m 0.00 0.07 0.00 0.07 -porte_carte porte_carte NOM m s 0.00 0.07 0.00 0.07 -porte_cartes porte_cartes NOM m 0.00 0.34 0.00 0.34 -porte_chance porte_chance NOM m 0.17 0.07 0.17 0.07 -porte_chapeaux porte_chapeaux NOM m 0.04 0.00 0.04 0.00 -porte_cigarette porte_cigarette NOM m s 0.00 0.20 0.00 0.20 -porte_cigarettes porte_cigarettes NOM m 0.65 0.74 0.65 0.74 -porte_clef porte_clef NOM m s 0.02 0.14 0.02 0.14 -porte_clefs porte_clefs NOM m 0.27 0.34 0.27 0.34 -porte_clé porte_clé NOM m s 0.10 0.00 0.10 0.00 -porte_clés porte_clés NOM m 1.44 0.54 1.44 0.54 -porte_conteneurs porte_conteneurs NOM m 0.01 0.00 0.01 0.00 -porte_coton porte_coton NOM m s 0.00 0.07 0.00 0.07 -porte_couilles porte_couilles NOM m 0.00 0.07 0.00 0.07 -porte_couteau porte_couteau NOM m s 0.00 0.07 0.00 0.07 -porte_couteaux porte_couteaux NOM m p 0.00 0.07 0.00 0.07 -porte_cravate porte_cravate NOM m s 0.00 0.07 0.00 0.07 -porte_crayon porte_crayon NOM m s 0.01 0.00 0.01 0.00 -porte_document porte_document NOM m s 0.01 0.00 0.01 0.00 -porte_documents porte_documents NOM m 0.86 0.68 0.86 0.68 -porte_drapeau porte_drapeau NOM m s 0.19 0.68 0.19 0.68 -porte_drapeaux porte_drapeaux NOM m p 0.01 0.07 0.01 0.07 -porte_fanion porte_fanion NOM m s 0.00 0.14 0.00 0.14 -porte_fenêtre porte_fenêtre NOM f s 0.14 4.46 0.03 3.11 -porte_flingue porte_flingue NOM m s 0.08 0.07 0.08 0.00 -porte_flingue porte_flingue NOM m p 0.08 0.07 0.00 0.07 -porte_foret porte_foret NOM m p 0.00 0.07 0.00 0.07 -porte_glaive porte_glaive NOM m 0.10 1.01 0.10 1.01 -porte_jarretelles porte_jarretelles NOM m 0.59 1.89 0.59 1.89 -porte_malheur porte_malheur NOM m 0.19 0.07 0.19 0.07 -porte_mine porte_mine NOM m s 0.00 0.14 0.00 0.14 -porte_monnaie porte_monnaie NOM m 2.24 6.01 2.24 6.01 -porte_musique porte_musique NOM m s 0.00 0.07 0.00 0.07 -porte_à_faux porte_à_faux NOM m 0.00 0.61 0.00 0.61 -porte_à_porte porte_à_porte NOM m 0.00 0.41 0.00 0.41 -porte_objet porte_objet NOM m s 0.01 0.00 0.01 0.00 -porte_papier porte_papier NOM m 0.01 0.07 0.01 0.07 -porte_parapluie porte_parapluie NOM m s 0.00 0.07 0.00 0.07 -porte_parapluies porte_parapluies NOM m 0.14 0.47 0.14 0.47 -porte_plume porte_plume NOM m 0.29 3.78 0.29 3.72 -porte_plume porte_plume NOM m p 0.29 3.78 0.00 0.07 -porte_queue porte_queue NOM m 0.01 0.00 0.01 0.00 -porte_savon porte_savon NOM m s 0.09 0.27 0.09 0.27 -porte_serviette porte_serviette NOM m s 0.00 0.20 0.00 0.20 -porte_serviettes porte_serviettes NOM m 0.12 0.20 0.12 0.20 -porte_tambour porte_tambour NOM m 0.01 0.34 0.01 0.34 -porte_épée porte_épée NOM m s 0.00 0.14 0.00 0.14 -porte_étendard porte_étendard NOM m s 0.01 0.34 0.01 0.27 -porte_étendard porte_étendard NOM m p 0.01 0.34 0.00 0.07 -porte_étrier porte_étrier NOM m s 0.00 0.07 0.00 0.07 -porte_voix porte_voix NOM m 0.55 2.64 0.55 2.64 -porte porte NOM f s 333.85 617.43 288.39 536.96 -portefaix portefaix NOM m 0.01 1.15 0.01 1.15 -portefeuille portefeuille NOM m s 17.91 21.15 16.53 19.66 -portefeuilles portefeuille NOM m p 17.91 21.15 1.38 1.49 -portemanteau portemanteau NOM m s 0.36 4.05 0.30 2.97 -portemanteaux portemanteau NOM m p 0.36 4.05 0.07 1.08 -portement portement NOM m s 0.00 0.07 0.00 0.07 -portent porter VER 319.85 474.93 11.90 19.39 ind:pre:3p;sub:pre:3p; -porter porter VER 319.85 474.93 78.91 79.93 inf; -portera porter VER 319.85 474.93 7.54 3.11 ind:fut:3s; -porterai porter VER 319.85 474.93 5.49 1.62 ind:fut:1s; -porteraient porter VER 319.85 474.93 0.20 1.15 cnd:pre:3p; -porterais porter VER 319.85 474.93 1.14 0.81 cnd:pre:1s;cnd:pre:2s; -porterait porter VER 319.85 474.93 2.16 3.65 cnd:pre:3s; -porteras porter VER 319.85 474.93 2.10 0.47 ind:fut:2s; -porterez porter VER 319.85 474.93 1.53 0.54 ind:fut:2p; -porterie porterie NOM f s 0.01 0.14 0.01 0.14 -porteriez porter VER 319.85 474.93 0.30 0.07 cnd:pre:2p; -porterons porter VER 319.85 474.93 0.46 0.27 ind:fut:1p; -porteront porter VER 319.85 474.93 1.73 0.74 ind:fut:3p; -porte_fenêtre porte_fenêtre NOM f p 0.14 4.46 0.10 1.35 -portes porte NOM f p 333.85 617.43 45.46 80.47 -porteur porteur NOM m s 6.15 13.31 4.01 5.54 -porteurs porteur NOM m p 6.15 13.31 1.89 6.49 -porteuse porteur ADJ f s 4.31 11.15 0.98 1.82 -porteuses porteur ADJ f p 4.31 11.15 0.44 0.88 -portez porter VER 319.85 474.93 16.22 2.84 imp:pre:2p;ind:pre:2p; -portfolio portfolio NOM m s 0.68 0.00 0.68 0.00 -portier portier NOM m s 7.39 45.00 3.07 6.89 -portiers portier NOM m p 7.39 45.00 0.21 0.68 -portiez porter VER 319.85 474.93 2.56 1.15 ind:imp:2p; -portillon portillon NOM m s 0.36 3.24 0.35 3.04 -portillons portillon NOM m p 0.36 3.24 0.01 0.20 -portion portion NOM f s 3.13 7.57 2.30 5.61 -portions portion NOM f p 3.13 7.57 0.83 1.96 -portique portique NOM m s 0.40 4.53 0.35 3.11 -portiques portique NOM m p 0.40 4.53 0.04 1.42 -portière portier NOM f s 7.39 45.00 4.12 29.19 -portières portière NOM f p 0.84 0.00 0.84 0.00 -portland portland NOM m s 0.05 0.07 0.05 0.07 -porto porto NOM m s 2.30 5.00 2.27 4.46 -portâmes porter VER 319.85 474.93 0.00 0.14 ind:pas:1p; -portons porter VER 319.85 474.93 4.34 2.43 imp:pre:1p;ind:pre:1p; -portor portor NOM m s 0.00 0.07 0.00 0.07 -portoricain portoricain ADJ m s 1.09 0.07 0.53 0.00 -portoricaine portoricain ADJ f s 1.09 0.07 0.48 0.00 -portoricaines portoricain ADJ f p 1.09 0.07 0.03 0.07 -portoricains portoricain NOM m p 1.27 0.07 0.80 0.07 -portos porto NOM m p 2.30 5.00 0.03 0.54 -portât porter VER 319.85 474.93 0.01 0.95 sub:imp:3s; -portraire portraire VER 0.36 1.01 0.00 0.07 inf; -portrait_robot portrait_robot NOM m s 1.17 0.54 0.77 0.47 -portrait portrait NOM m s 25.73 54.59 22.64 39.19 -portraitiste portraitiste NOM s 0.28 0.47 0.26 0.27 -portraitistes portraitiste NOM p 0.28 0.47 0.03 0.20 -portrait_robot portrait_robot NOM m p 1.17 0.54 0.40 0.07 -portraits portrait NOM m p 25.73 54.59 3.09 15.41 -portraiturant portraiturer VER 0.00 0.54 0.00 0.07 par:pre; -portraiture portraiturer VER 0.00 0.54 0.00 0.14 ind:pre:3s; -portraiturer portraiturer VER 0.00 0.54 0.00 0.20 inf; -portraituré portraiturer VER m s 0.00 0.54 0.00 0.07 par:pas; -portraiturés portraiturer VER m p 0.00 0.54 0.00 0.07 par:pas; -ports port NOM m p 31.68 76.42 2.28 11.55 -portèrent porter VER 319.85 474.93 0.29 2.50 ind:pas:3p; -porté porter VER m s 319.85 474.93 20.56 38.65 par:pas;par:pas;par:pas; -portuaire portuaire ADJ f s 0.56 0.81 0.29 0.54 -portuaires portuaire ADJ f p 0.56 0.81 0.26 0.27 -portée portée NOM f s 13.38 33.85 13.05 33.18 -portées porter VER f p 319.85 474.93 1.00 3.38 par:pas; -portugais portugais NOM m 7.89 3.45 7.58 2.70 -portugaise portugais ADJ f s 3.88 3.51 0.55 1.49 -portugaises portugais ADJ f p 3.88 3.51 0.30 0.41 -portulan portulan NOM m s 0.00 0.61 0.00 0.34 -portulans portulan NOM m p 0.00 0.61 0.00 0.27 -portés porter VER m p 319.85 474.93 2.70 7.64 par:pas; -portus portus NOM m 0.00 0.07 0.00 0.07 -posa poser VER 217.20 409.05 1.77 65.68 ind:pas:3s; -posada posada NOM f s 0.12 0.81 0.12 0.74 -posadas posada NOM f p 0.12 0.81 0.00 0.07 -posai poser VER 217.20 409.05 0.03 5.20 ind:pas:1s; -posaient poser VER 217.20 409.05 0.73 7.30 ind:imp:3p; -posais poser VER 217.20 409.05 1.77 5.41 ind:imp:1s;ind:imp:2s; -posait poser VER 217.20 409.05 3.38 32.43 ind:imp:3s; -posant poser VER 217.20 409.05 1.47 16.28 par:pre; -posas poser VER 217.20 409.05 0.00 0.07 ind:pas:2s; -pose_la_moi pose_la_moi NOM f s 0.01 0.00 0.01 0.00 -pose poser VER 217.20 409.05 57.41 48.85 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:1s;sub:pre:3s; -posemètre posemètre NOM m s 0.02 0.00 0.02 0.00 -posent poser VER 217.20 409.05 3.54 7.50 ind:pre:3p; -poser poser VER 217.20 409.05 73.73 73.85 inf;;inf;;inf;;inf;; -posera poser VER 217.20 409.05 3.04 1.08 ind:fut:3s; -poserai poser VER 217.20 409.05 1.73 0.74 ind:fut:1s; -poseraient poser VER 217.20 409.05 0.06 0.34 cnd:pre:3p; -poserais poser VER 217.20 409.05 0.40 0.14 cnd:pre:1s;cnd:pre:2s; -poserait poser VER 217.20 409.05 0.74 1.76 cnd:pre:3s; -poseras poser VER 217.20 409.05 0.41 0.07 ind:fut:2s; -poserez poser VER 217.20 409.05 0.35 0.07 ind:fut:2p; -poseriez poser VER 217.20 409.05 0.24 0.00 cnd:pre:2p; -poserions poser VER 217.20 409.05 0.01 0.00 cnd:pre:1p; -poserons poser VER 217.20 409.05 0.43 0.07 ind:fut:1p; -poseront poser VER 217.20 409.05 1.02 0.95 ind:fut:3p; -poses poser VER 217.20 409.05 6.12 0.95 ind:pre:2s;sub:pre:2s; -poseur poseur NOM m s 0.96 0.95 0.67 0.74 -poseurs poseur NOM m p 0.96 0.95 0.23 0.20 -poseuse poseur NOM f s 0.96 0.95 0.07 0.00 -posez poser VER 217.20 409.05 23.70 2.77 imp:pre:2p;ind:pre:2p; -posiez poser VER 217.20 409.05 0.47 0.27 ind:imp:2p; -posions poser VER 217.20 409.05 0.06 0.14 ind:imp:1p; -positif positif ADJ m s 17.27 7.70 9.69 3.99 -positifs positif ADJ m p 17.27 7.70 1.69 0.54 -position_clé position_clé NOM f s 0.01 0.00 0.01 0.00 -position position NOM f s 61.74 63.38 55.24 53.85 -positionne positionner VER 1.11 0.14 0.22 0.00 imp:pre:2s;ind:pre:1s;ind:pre:3s; -positionnel positionnel ADJ m s 0.01 0.00 0.01 0.00 -positionnement positionnement NOM m s 0.23 0.07 0.23 0.07 -positionnent positionner VER 1.11 0.14 0.03 0.00 ind:pre:3p; -positionner positionner VER 1.11 0.14 0.57 0.07 inf; -positionnera positionner VER 1.11 0.14 0.02 0.00 ind:fut:3s; -positionneur positionneur NOM m s 0.01 0.00 0.01 0.00 -positionné positionner VER m s 1.11 0.14 0.16 0.07 par:pas; -positionnée positionner VER f s 1.11 0.14 0.11 0.00 par:pas; -positions position NOM f p 61.74 63.38 6.49 9.53 -positive positif ADJ f s 17.27 7.70 4.63 2.57 -positivement positivement ADV 1.58 3.11 1.58 3.11 -positiver positiver VER 0.23 0.00 0.23 0.00 inf; -positives positif ADJ f p 17.27 7.70 1.25 0.61 -positivisme positivisme NOM m s 0.04 0.14 0.04 0.14 -positiviste positiviste ADJ s 0.20 0.20 0.20 0.14 -positivistes positiviste ADJ m p 0.20 0.20 0.00 0.07 -positivité positivité NOM f s 0.17 0.07 0.17 0.07 -positon positon NOM m s 0.01 0.00 0.01 0.00 -positron positron NOM m s 0.04 0.14 0.01 0.07 -positrons positron NOM m p 0.04 0.14 0.02 0.07 -posologie posologie NOM f s 0.26 0.34 0.15 0.27 -posologies posologie NOM f p 0.26 0.34 0.11 0.07 -posâmes poser VER 217.20 409.05 0.00 0.27 ind:pas:1p; -posons poser VER 217.20 409.05 1.38 0.34 imp:pre:1p;ind:pre:1p; -posât poser VER 217.20 409.05 0.00 0.81 sub:imp:3s; -possesseur possesseur NOM m s 0.53 3.78 0.50 2.57 -possesseurs possesseur NOM m p 0.53 3.78 0.04 1.22 -possessif possessif ADJ m s 1.04 1.76 0.41 0.81 -possessifs possessif ADJ m p 1.04 1.76 0.09 0.07 -possession possession NOM f s 12.76 27.64 11.56 24.19 -possessions possession NOM f p 12.76 27.64 1.20 3.45 -possessive possessif ADJ f s 1.04 1.76 0.53 0.81 -possessives possessif ADJ f p 1.04 1.76 0.02 0.07 -possessivité possessivité NOM f s 0.03 0.20 0.03 0.20 -possibilité possibilité NOM f s 25.87 30.54 16.79 19.46 -possibilités possibilité NOM f p 25.87 30.54 9.08 11.08 -possible possible ADJ s 201.41 211.96 193.91 197.16 -possiblement possiblement ADV 0.21 0.20 0.21 0.20 -possibles possible ADJ p 201.41 211.96 7.50 14.80 -possède posséder VER 42.76 82.23 17.80 20.00 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -possèdent posséder VER 42.76 82.23 3.27 4.59 ind:pre:3p; -possèdes posséder VER 42.76 82.23 1.44 0.47 ind:pre:2s; -posséda posséder VER 42.76 82.23 0.12 0.61 ind:pas:3s; -possédaient posséder VER 42.76 82.23 0.38 5.14 ind:imp:3p; -possédais posséder VER 42.76 82.23 0.72 3.11 ind:imp:1s;ind:imp:2s; -possédait posséder VER 42.76 82.23 2.84 21.42 ind:imp:3s; -possédant posséder VER 42.76 82.23 0.59 1.55 par:pre; -possédante possédant ADJ f s 0.27 0.34 0.21 0.20 -possédants possédant NOM m p 0.09 0.68 0.01 0.34 -possédasse posséder VER 42.76 82.23 0.00 0.07 sub:imp:1s; -posséder posséder VER 42.76 82.23 6.36 13.24 inf; -possédera posséder VER 42.76 82.23 0.39 0.27 ind:fut:3s; -posséderai posséder VER 42.76 82.23 0.27 0.20 ind:fut:1s; -posséderaient posséder VER 42.76 82.23 0.04 0.07 cnd:pre:3p; -posséderais posséder VER 42.76 82.23 0.00 0.07 cnd:pre:1s; -posséderait posséder VER 42.76 82.23 0.05 0.27 cnd:pre:3s; -posséderas posséder VER 42.76 82.23 0.01 0.07 ind:fut:2s; -posséderez posséder VER 42.76 82.23 0.05 0.00 ind:fut:2p; -posséderont posséder VER 42.76 82.23 0.20 0.07 ind:fut:3p; -possédez posséder VER 42.76 82.23 2.18 0.81 imp:pre:2p;ind:pre:2p; -possédiez posséder VER 42.76 82.23 0.29 0.07 ind:imp:2p; -possédions posséder VER 42.76 82.23 0.13 0.81 ind:imp:1p; -possédons posséder VER 42.76 82.23 1.09 1.01 imp:pre:1p;ind:pre:1p; -possédât posséder VER 42.76 82.23 0.01 0.74 sub:imp:3s; -possédé posséder VER m s 42.76 82.23 2.67 4.93 par:pas; -possédée posséder VER f s 42.76 82.23 1.44 1.55 par:pas; -possédées posséder VER f p 42.76 82.23 0.14 0.14 par:pas; -possédés posséder VER m p 42.76 82.23 0.29 0.95 par:pas; -post_apocalyptique post_apocalyptique ADJ s 0.04 0.00 0.04 0.00 -post_empire post_empire NOM m s 0.00 0.07 0.00 0.07 -post_hypnotique post_hypnotique ADJ f s 0.02 0.00 0.02 0.00 -post_impressionnisme post_impressionnisme NOM m s 0.01 0.00 0.01 0.00 -post_it post_it NOM m 1.85 0.00 1.84 0.00 -post_moderne post_moderne ADJ s 0.14 0.00 0.14 0.00 -post_natal post_natal ADJ m s 0.18 0.07 0.03 0.07 -post_natal post_natal ADJ f s 0.18 0.07 0.16 0.00 -post_opératoire post_opératoire ADJ s 0.19 0.00 0.17 0.00 -post_opératoire post_opératoire ADJ m p 0.19 0.00 0.02 0.00 -post_partum post_partum NOM m 0.04 0.00 0.04 0.00 -post_production post_production NOM f s 0.14 0.00 0.14 0.00 -post_punk post_punk NOM s 0.00 0.14 0.00 0.14 -post_romantique post_romantique ADJ m s 0.00 0.07 0.00 0.07 -post_rupture post_rupture NOM f s 0.01 0.00 0.01 0.00 -post_scriptum post_scriptum NOM m 0.29 1.96 0.29 1.96 -post_surréaliste post_surréaliste ADJ p 0.00 0.07 0.00 0.07 -post_synchro post_synchro ADJ s 0.05 0.00 0.05 0.00 -post_traumatique post_traumatique ADJ s 0.82 0.07 0.79 0.00 -post_traumatique post_traumatique ADJ p 0.82 0.07 0.03 0.07 -post_victorien post_victorien ADJ m s 0.01 0.00 0.01 0.00 -post_zoo post_zoo NOM m s 0.01 0.00 0.01 0.00 -post_it post_it NOM m 1.85 0.00 0.01 0.00 -post_mortem post_mortem ADV 0.28 0.20 0.28 0.20 -post post ADV 0.69 0.41 0.69 0.41 -posta poster VER 9.54 10.47 0.07 0.95 ind:pas:3s; -postage postage NOM m s 0.01 0.00 0.01 0.00 -postai poster VER 9.54 10.47 0.01 0.14 ind:pas:1s; -postaient poster VER 9.54 10.47 0.00 0.07 ind:imp:3p; -postais poster VER 9.54 10.47 0.02 0.14 ind:imp:1s; -postait poster VER 9.54 10.47 0.01 0.20 ind:imp:3s; -postal postal ADJ m s 9.04 16.76 1.69 1.35 -postale postal ADJ f s 9.04 16.76 5.18 6.89 -postales postal ADJ f p 9.04 16.76 1.94 8.11 -postant poster VER 9.54 10.47 0.05 0.14 par:pre; -postaux postal ADJ m p 9.04 16.76 0.22 0.41 -postcombustion postcombustion NOM f s 0.12 0.00 0.12 0.00 -postcure postcure NOM f s 0.04 0.27 0.04 0.27 -postdater postdater VER 0.04 0.00 0.01 0.00 inf; -postdaté postdater VER m s 0.04 0.00 0.02 0.00 par:pas; -postdoctoral postdoctoral ADJ m s 0.01 0.00 0.01 0.00 -poste_clé poste_clé NOM s 0.02 0.00 0.02 0.00 -poste poste NOM s 82.87 90.68 72.64 73.58 -postent poster VER 9.54 10.47 0.15 0.07 ind:pre:3p; -poster poster VER 9.54 10.47 2.51 2.16 inf; -postera poster VER 9.54 10.47 0.09 0.00 ind:fut:3s; -posterai poster VER 9.54 10.47 0.40 0.27 ind:fut:1s; -posterait poster VER 9.54 10.47 0.01 0.07 cnd:pre:3s; -posteras poster VER 9.54 10.47 0.02 0.07 ind:fut:2s; -posterons poster VER 9.54 10.47 0.12 0.07 ind:fut:1p; -posters poster NOM m p 2.41 2.03 0.81 1.01 -postes_clé postes_clé NOM p 0.01 0.00 0.01 0.00 -postes poste NOM p 82.87 90.68 10.23 17.09 -postez poster VER 9.54 10.47 0.80 0.00 imp:pre:2p;ind:pre:2p; -postface postface NOM f s 0.00 0.27 0.00 0.20 -postfaces postface NOM f p 0.00 0.27 0.00 0.07 -posèrent poser VER 217.20 409.05 0.02 2.91 ind:pas:3p; -posthume posthume ADJ s 0.83 4.32 0.81 3.78 -posthumes posthume ADJ p 0.83 4.32 0.02 0.54 -postiche postiche NOM m s 0.48 0.74 0.33 0.34 -postiches postiche ADJ p 0.44 1.28 0.17 0.61 -postier postier NOM m s 0.66 2.03 0.58 0.54 -postiers postier NOM m p 0.66 2.03 0.04 1.08 -postillon postillon NOM m s 0.22 1.42 0.03 0.68 -postillonna postillonner VER 0.20 2.30 0.00 0.14 ind:pas:3s; -postillonnait postillonner VER 0.20 2.30 0.00 0.34 ind:imp:3s; -postillonnant postillonner VER 0.20 2.30 0.01 0.88 par:pre; -postillonne postillonner VER 0.20 2.30 0.05 0.47 ind:pre:1s;ind:pre:3s; -postillonnent postillonner VER 0.20 2.30 0.02 0.07 ind:pre:3p; -postillonner postillonner VER 0.20 2.30 0.00 0.34 inf; -postillonnes postillonner VER 0.20 2.30 0.04 0.00 ind:pre:2s; -postillonneur postillonneur NOM m s 0.01 0.14 0.01 0.00 -postillonneurs postillonneur NOM m p 0.01 0.14 0.00 0.14 -postillonnez postillonner VER 0.20 2.30 0.03 0.00 ind:pre:2p; -postillonné postillonner VER m s 0.20 2.30 0.04 0.07 par:pas; -postillons postillon NOM m p 0.22 1.42 0.19 0.74 -postière postier NOM f s 0.66 2.03 0.04 0.41 -postmoderne postmoderne ADJ s 0.08 0.07 0.08 0.07 -postmodernisme postmodernisme NOM m s 0.01 0.07 0.01 0.07 -postmoderniste postmoderniste ADJ s 0.01 0.00 0.01 0.00 -postnatal postnatal ADJ m s 0.02 0.00 0.01 0.00 -postnatale postnatal ADJ f s 0.02 0.00 0.01 0.00 -postopératoire postopératoire ADJ s 0.18 0.07 0.13 0.00 -postopératoires postopératoire ADJ m p 0.18 0.07 0.05 0.07 -postproduction postproduction NOM f s 0.02 0.00 0.02 0.00 -postsynchronisation postsynchronisation NOM f s 0.00 0.07 0.00 0.07 -posté poster VER m s 9.54 10.47 1.94 2.23 par:pas; -postée poster VER f s 9.54 10.47 0.68 0.74 par:pas; -postées poster VER f p 9.54 10.47 0.14 0.54 par:pas; -postulai postuler VER 2.44 1.49 0.00 0.07 ind:pas:1s; -postulaient postuler VER 2.44 1.49 0.00 0.07 ind:imp:3p; -postulait postuler VER 2.44 1.49 0.07 0.20 ind:imp:3s; -postulant postulant NOM m s 0.78 1.28 0.05 0.27 -postulante postulant NOM f s 0.78 1.28 0.01 0.14 -postulantes postulant NOM f p 0.78 1.28 0.04 0.27 -postulants postulant NOM m p 0.78 1.28 0.68 0.61 -postulat postulat NOM m s 0.17 0.95 0.14 0.61 -postulations postulation NOM f p 0.00 0.07 0.00 0.07 -postulats postulat NOM m p 0.17 0.95 0.03 0.34 -postule postuler VER 2.44 1.49 0.36 0.14 ind:pre:1s;ind:pre:3s; -postulent postuler VER 2.44 1.49 0.19 0.07 ind:pre:3p; -postuler postuler VER 2.44 1.49 0.88 0.54 inf; -postuleras postuler VER 2.44 1.49 0.01 0.00 ind:fut:2s; -postules postuler VER 2.44 1.49 0.04 0.00 ind:pre:2s; -postulé postuler VER m s 2.44 1.49 0.87 0.20 par:pas; -posturaux postural ADJ m p 0.01 0.00 0.01 0.00 -posture posture NOM f s 1.30 9.46 1.26 7.84 -postures posture NOM f p 1.30 9.46 0.04 1.62 -postérieur postérieur NOM m s 0.90 1.35 0.73 1.01 -postérieure postérieur ADJ f s 0.68 1.76 0.37 0.74 -postérieurement postérieurement ADV 0.03 0.27 0.03 0.27 -postérieures postérieur ADJ f p 0.68 1.76 0.06 0.27 -postérieurs postérieur NOM m p 0.90 1.35 0.16 0.34 -postérité postérité NOM f s 1.54 2.30 1.54 2.23 -postérités postérité NOM f p 1.54 2.30 0.00 0.07 -postés poster VER m p 9.54 10.47 0.70 0.95 par:pas; -posé poser VER m s 217.20 409.05 28.09 69.26 par:pas; -posée poser VER f s 217.20 409.05 2.67 34.80 par:pas; -posées poser VER f p 217.20 409.05 1.13 14.39 par:pas; -posément posément ADV 0.10 8.38 0.10 8.38 -posés poser VER m p 217.20 409.05 1.33 14.39 par:pas; -pot_au_feu pot_au_feu NOM m 0.90 0.88 0.90 0.88 -pot_bouille pot_bouille NOM m 0.01 0.00 0.01 0.00 -pot_de_vin pot_de_vin NOM m s 1.22 0.41 1.22 0.41 -pot_pourri pot_pourri NOM m s 0.49 0.68 0.34 0.68 -pât pâte NOM m s 16.48 24.73 0.10 0.07 -pot pot NOM m s 29.89 48.04 25.72 32.30 -pâtît pâtir VER 1.41 2.64 0.00 0.07 sub:imp:3s; -potable potable ADJ s 2.26 1.28 2.15 1.08 -potables potable ADJ p 2.26 1.28 0.11 0.20 -potache potache NOM m s 0.09 0.54 0.08 0.47 -potaches potache NOM m p 0.09 0.54 0.01 0.07 -potage potage NOM m s 3.28 6.22 3.07 6.01 -potager potager NOM m s 2.21 3.24 1.93 3.04 -potagers potager NOM m p 2.21 3.24 0.29 0.20 -potages potage NOM m p 3.28 6.22 0.21 0.20 -potagère potager ADJ f s 0.41 1.35 0.00 0.07 -potagères potager ADJ f p 0.41 1.35 0.14 0.14 -potard potard NOM m s 0.00 0.68 0.00 0.68 -potassa potasser VER 0.83 0.81 0.00 0.07 ind:pas:3s; -potassait potasser VER 0.83 0.81 0.02 0.14 ind:imp:3s; -potasse potasse NOM f s 0.21 0.27 0.21 0.27 -potassent potasser VER 0.83 0.81 0.00 0.07 ind:pre:3p; -potasser potasser VER 0.83 0.81 0.17 0.14 inf; -potasserai potasser VER 0.83 0.81 0.00 0.07 ind:fut:1s; -potasses potasser VER 0.83 0.81 0.11 0.00 ind:pre:2s; -potassez potasser VER 0.83 0.81 0.01 0.07 imp:pre:2p; -potassium potassium NOM m s 1.68 0.47 1.68 0.47 -potassé potasser VER m s 0.83 0.81 0.37 0.14 par:pas; -pâte pâte NOM f s 16.48 24.73 7.04 18.45 -pote pote NOM m s 84.92 36.35 65.03 22.97 -poteau poteau NOM m s 5.17 13.04 3.88 7.70 -poteaux poteau NOM m p 5.17 13.04 1.28 5.34 -potelé potelé ADJ m s 0.79 3.38 0.33 0.54 -potelée potelé ADJ f s 0.79 3.38 0.38 1.22 -potelées potelé ADJ f p 0.79 3.38 0.06 1.15 -potelés potelé ADJ m p 0.79 3.38 0.02 0.47 -potence potence NOM f s 3.40 2.03 3.04 1.35 -potences potence NOM f p 3.40 2.03 0.35 0.68 -potencée potencé ADJ f s 0.00 0.07 0.00 0.07 -potentat potentat NOM m s 0.12 0.41 0.10 0.34 -potentats potentat NOM m p 0.12 0.41 0.02 0.07 -potentialisation potentialisation NOM f s 0.01 0.00 0.01 0.00 -potentialiser potentialiser VER 0.01 0.00 0.01 0.00 inf; -potentialité potentialité NOM f s 0.38 0.07 0.38 0.07 -potentiel potentiel NOM m s 6.04 1.01 5.94 0.95 -potentielle potentiel ADJ f s 5.69 0.95 0.88 0.20 -potentiellement potentiellement ADV 1.12 0.14 1.12 0.14 -potentielles potentiel ADJ f p 5.69 0.95 0.54 0.07 -potentiels potentiel ADJ m p 5.69 0.95 1.96 0.41 -potentiomètre potentiomètre NOM m s 0.14 0.20 0.14 0.20 -poter poter VER 0.02 0.00 0.02 0.00 inf; -poterie poterie NOM f s 0.95 4.32 0.78 1.89 -poteries poterie NOM f p 0.95 4.32 0.17 2.43 -poterne poterne NOM f s 0.02 2.03 0.02 1.76 -poternes poterne NOM f p 0.02 2.03 0.00 0.27 -pâtes pâte NOM f p 16.48 24.73 9.35 6.22 -potes pote NOM m p 84.92 36.35 19.89 13.38 -pâteuse pâteux ADJ f s 0.08 5.07 0.06 2.84 -pâteusement pâteusement ADV 0.00 0.20 0.00 0.20 -pâteuses pâteux ADJ f p 0.08 5.07 0.00 0.27 -pâteux pâteux ADJ m 0.08 5.07 0.02 1.96 -poème poème NOM m s 27.03 31.22 15.98 15.95 -poèmes poème NOM m p 27.03 31.22 11.05 15.27 -poète poète NOM m s 22.63 35.95 16.98 23.45 -poètes poète NOM m p 22.63 35.95 5.17 11.55 -pâti pâtir VER m s 1.41 2.64 0.18 0.61 par:pas; -potiche potiche NOM f s 0.64 1.15 0.55 0.61 -potiches potiche NOM f p 0.64 1.15 0.09 0.54 -potier potier NOM m s 0.47 0.68 0.26 0.61 -potiers potier NOM m p 0.47 0.68 0.20 0.07 -potimarron potimarron NOM m s 0.01 0.00 0.01 0.00 -potin potin NOM m s 2.02 3.85 0.61 1.55 -potinais potiner VER 0.01 0.81 0.00 0.07 ind:imp:1s; -potine potiner VER 0.01 0.81 0.01 0.20 ind:pre:3s; -potines potiner VER 0.01 0.81 0.00 0.54 ind:pre:2s; -potins potin NOM m p 2.02 3.85 1.41 2.30 -potion potion NOM f s 11.59 2.97 10.01 2.30 -potions potion NOM f p 11.59 2.97 1.58 0.68 -pâtir pâtir VER 1.41 2.64 0.56 1.08 inf; -pâtira pâtir VER 1.41 2.64 0.28 0.14 ind:fut:3s; -pâtiraient pâtir VER 1.41 2.64 0.01 0.07 cnd:pre:3p; -pâtirait pâtir VER 1.41 2.64 0.16 0.07 cnd:pre:3s; -pâtirent pâtir VER 1.41 2.64 0.01 0.07 ind:pas:3p; -potiron potiron NOM m s 1.08 0.95 0.99 0.61 -potirons potiron NOM m p 1.08 0.95 0.09 0.34 -pâtiront pâtir VER 1.41 2.64 0.04 0.00 ind:fut:3p; -pâtis pâtis NOM m 0.01 0.54 0.01 0.54 -pâtissaient pâtisser VER 0.38 0.88 0.00 0.07 ind:imp:3p; -pâtissais pâtisser VER 0.38 0.88 0.00 0.14 ind:imp:1s; -pâtissait pâtisser VER 0.38 0.88 0.00 0.14 ind:imp:3s; -pâtisse pâtisser VER 0.38 0.88 0.07 0.14 imp:pre:2s;ind:pre:3s; -pâtissent pâtisser VER 0.38 0.88 0.29 0.27 ind:pre:3p; -pâtisserie pâtisserie NOM f s 5.10 13.11 4.20 9.32 -pâtisseries pâtisserie NOM f p 5.10 13.11 0.90 3.78 -pâtisses pâtisser VER 0.38 0.88 0.01 0.07 ind:pre:2s; -pâtissez pâtisser VER 0.38 0.88 0.00 0.07 ind:pre:2p; -pâtissier pâtissier NOM m s 2.37 8.51 1.81 6.49 -pâtissiers pâtissier NOM m p 2.37 8.51 0.16 1.15 -pâtissière pâtissier NOM f s 2.37 8.51 0.41 0.88 -pâtissons pâtir VER 1.41 2.64 0.00 0.14 ind:pre:1p; -pâtit pâtir VER 1.41 2.64 0.17 0.34 ind:pre:3s;ind:pas:3s; -potière potier NOM f s 0.47 0.68 0.01 0.00 -potlatch potlatch NOM m s 0.00 0.20 0.00 0.20 -poto_poto poto_poto NOM m s 0.00 0.14 0.00 0.14 -pâton pâton NOM m s 0.00 0.20 0.00 0.07 -pâtons pâton NOM m p 0.00 0.20 0.00 0.14 -potos potos NOM m 0.00 0.07 0.00 0.07 -pâtour pâtour NOM m s 0.00 0.07 0.00 0.07 -pâtre pâtre NOM m s 0.11 1.62 0.11 1.15 -pâtres pâtre NOM m p 0.11 1.62 0.00 0.47 -potron_minet potron_minet NOM m s 0.03 0.27 0.03 0.27 -pots_de_vin pots_de_vin NOM m p 1.98 0.34 1.98 0.34 -pot_pourri pot_pourri NOM m p 0.49 0.68 0.15 0.00 -pots pot NOM m p 29.89 48.04 4.17 15.74 -pâté pâté NOM m s 7.18 16.55 5.22 11.01 -pâtée pâtée NOM f s 1.78 2.97 1.78 2.77 -potée potée NOM f s 0.04 1.35 0.04 0.95 -pâtées pâtée NOM f p 1.78 2.97 0.00 0.20 -potées potée NOM f p 0.04 1.35 0.00 0.41 -pâturage pâturage NOM m s 1.98 4.53 0.69 0.81 -pâturages pâturage NOM m p 1.98 4.53 1.29 3.72 -pâturaient pâturer VER 0.03 0.74 0.00 0.20 ind:imp:3p; -pâture pâture NOM f s 1.94 3.31 1.73 2.77 -pâturent pâturer VER 0.03 0.74 0.00 0.20 ind:pre:3p; -pâturer pâturer VER 0.03 0.74 0.01 0.34 inf; -pâtures pâture NOM f p 1.94 3.31 0.22 0.54 -pâturin pâturin NOM m s 0.02 0.07 0.02 0.07 -pâturé pâturer VER m s 0.03 0.74 0.01 0.00 par:pas; -pâtés pâté NOM m p 7.18 16.55 1.96 5.54 -pou pou NOM m s 10.41 8.51 1.92 1.42 -pouacre pouacre NOM m s 0.01 0.07 0.01 0.07 -pouah pouah ONO 0.89 1.82 0.89 1.82 -poubelle poubelle NOM f s 21.34 22.91 14.85 10.27 -poubelles poubelle NOM f p 21.34 22.91 6.49 12.64 -pouce_pied pouce_pied NOM m s 0.01 0.00 0.01 0.00 -pouce pouce ONO 0.50 0.54 0.50 0.54 -pouces pouce NOM m p 15.72 35.34 3.83 5.47 -poucet poucet NOM m s 0.84 1.08 0.84 0.95 -poucets poucet NOM m p 0.84 1.08 0.00 0.14 -poucette poucettes NOM f s 1.18 0.00 0.76 0.00 -poucettes poucettes NOM f p 1.18 0.00 0.41 0.00 -pouding pouding NOM m s 0.16 0.07 0.16 0.07 -poudingue poudingue NOM m s 0.00 0.07 0.00 0.07 -poudra poudrer VER 0.95 4.32 0.00 0.14 ind:pas:3s; -poudrage poudrage NOM m s 0.01 0.07 0.01 0.07 -poudraient poudrer VER 0.95 4.32 0.00 0.07 ind:imp:3p; -poudrait poudrer VER 0.95 4.32 0.00 0.34 ind:imp:3s; -poudrant poudrer VER 0.95 4.32 0.01 0.34 par:pre; -poudre poudre NOM f s 23.11 30.27 22.09 27.57 -poudrent poudrer VER 0.95 4.32 0.14 0.00 ind:pre:3p; -poudrer poudrer VER 0.95 4.32 0.42 0.41 inf; -poudres poudre NOM f p 23.11 30.27 1.02 2.70 -poudrette poudrette NOM f s 0.00 0.07 0.00 0.07 -poudreuse poudreux NOM f s 0.26 0.00 0.26 0.00 -poudreuses poudreux ADJ f p 0.07 3.18 0.00 0.47 -poudreux poudreux ADJ m 0.07 3.18 0.02 1.62 -poudrier poudrier NOM m s 0.25 1.42 0.25 1.35 -poudriers poudrier NOM m p 0.25 1.42 0.00 0.07 -poudrière poudrière NOM f s 0.25 0.61 0.25 0.61 -poudroie poudroyer VER 0.00 0.34 0.00 0.20 ind:pre:3s; -poudroiement poudroiement NOM m s 0.00 1.15 0.00 1.08 -poudroiements poudroiement NOM m p 0.00 1.15 0.00 0.07 -poudroyaient poudroyer VER 0.00 0.34 0.00 0.07 ind:imp:3p; -poudroyait poudroyer VER 0.00 0.34 0.00 0.07 ind:imp:3s; -poudroyante poudroyant ADJ f s 0.00 0.27 0.00 0.20 -poudroyantes poudroyant ADJ f p 0.00 0.27 0.00 0.07 -poudré poudrer VER m s 0.95 4.32 0.19 0.81 par:pas; -poudrée poudré ADJ f s 0.09 2.30 0.02 0.74 -poudrées poudré ADJ f p 0.09 2.30 0.02 0.47 -poudrés poudré ADJ m p 0.09 2.30 0.02 0.47 -pouf pouf ONO 0.53 0.20 0.53 0.20 -pouffa pouffer VER 0.98 9.12 0.00 1.69 ind:pas:3s; -pouffaient pouffer VER 0.98 9.12 0.00 0.74 ind:imp:3p; -pouffait pouffer VER 0.98 9.12 0.11 0.74 ind:imp:3s; -pouffant pouffer VER 0.98 9.12 0.00 1.22 par:pre; -pouffante pouffant ADJ f s 0.00 0.27 0.00 0.14 -pouffantes pouffant ADJ f p 0.00 0.27 0.00 0.07 -pouffe pouffer VER 0.98 9.12 0.41 1.96 imp:pre:2s;ind:pre:1s;ind:pre:3s; -pouffement pouffement NOM m s 0.00 0.14 0.00 0.07 -pouffements pouffement NOM m p 0.00 0.14 0.00 0.07 -pouffent pouffer VER 0.98 9.12 0.27 0.27 ind:pre:3p; -pouffer pouffer VER 0.98 9.12 0.05 1.35 inf; -poufferais pouffer VER 0.98 9.12 0.00 0.14 cnd:pre:1s; -poufferait pouffer VER 0.98 9.12 0.00 0.07 cnd:pre:3s; -pouffes pouffer VER 0.98 9.12 0.14 0.00 ind:pre:2s; -pouffiasse pouffiasse NOM f s 3.09 2.09 2.73 1.35 -pouffiasses pouffiasse NOM f p 3.09 2.09 0.36 0.74 -pouffions pouffer VER 0.98 9.12 0.00 0.07 ind:imp:1p; -pouffons pouffer VER 0.98 9.12 0.00 0.14 ind:pre:1p; -pouffèrent pouffer VER 0.98 9.12 0.00 0.41 ind:pas:3p; -pouffé pouffer VER m s 0.98 9.12 0.00 0.34 par:pas; -poufiasse poufiasse NOM f s 1.64 0.34 1.50 0.20 -poufiasses poufiasse NOM f p 1.64 0.34 0.14 0.14 -poufs pouf NOM m p 0.83 5.07 0.07 1.15 -pouh pouh ONO 0.28 0.14 0.28 0.14 -pouic pouic ONO 0.04 0.41 0.04 0.41 -pouille pouille NOM f s 0.01 0.07 0.01 0.00 -pouillerie pouillerie NOM f s 0.00 0.54 0.00 0.41 -pouilleries pouillerie NOM f p 0.00 0.54 0.00 0.14 -pouilles pouille NOM f p 0.01 0.07 0.00 0.07 -pouilleuse pouilleux ADJ f s 0.61 1.22 0.14 0.27 -pouilleuses pouilleux ADJ f p 0.61 1.22 0.00 0.07 -pouilleux pouilleux NOM m 1.27 0.27 1.25 0.27 -pouillot pouillot NOM m s 0.01 0.07 0.01 0.00 -pouillots pouillot NOM m p 0.01 0.07 0.00 0.07 -pouillés pouillé NOM m p 0.01 0.00 0.01 0.00 -pouilly pouilly NOM m s 0.01 0.34 0.01 0.34 -poujadisme poujadisme NOM m s 0.00 0.07 0.00 0.07 -poujadiste poujadiste NOM s 0.10 0.20 0.10 0.14 -poujadistes poujadiste NOM p 0.10 0.20 0.00 0.07 -poulaga poulaga NOM m s 0.14 2.43 0.14 1.22 -poulagas poulaga NOM m p 0.14 2.43 0.00 1.22 -poulaille poulaille NOM f s 0.26 0.41 0.26 0.41 -poulailler poulailler NOM m s 2.45 3.51 2.43 3.04 -poulaillers poulailler NOM m p 2.45 3.51 0.02 0.47 -poulain poulain NOM m s 3.46 3.78 3.20 3.04 -poulaine poulain NOM f s 3.46 3.78 0.00 0.07 -poulaines poulain NOM f p 3.46 3.78 0.00 0.07 -poulains poulain NOM m p 3.46 3.78 0.26 0.61 -poularde poularde NOM f s 0.16 0.54 0.16 0.27 -poulardes poularde NOM f p 0.16 0.54 0.00 0.27 -poulardin poulardin NOM m s 0.00 0.34 0.00 0.20 -poulardins poulardin NOM m p 0.00 0.34 0.00 0.14 -poulbot poulbot NOM m s 0.00 0.54 0.00 0.20 -poulbots poulbot NOM m p 0.00 0.54 0.00 0.34 -poule poule NOM f s 36.70 31.82 23.50 16.69 -poêle poêle NOM s 5.12 19.93 4.58 17.84 -poules poule NOM f p 36.70 31.82 13.21 15.14 -poêles poêle NOM p 5.12 19.93 0.55 2.09 -poulet poulet NOM m s 41.25 25.34 32.33 14.53 -poulets poulet NOM m p 41.25 25.34 8.93 10.81 -poulette poulette NOM f s 3.41 1.15 2.71 0.95 -poulettes poulette NOM f p 3.41 1.15 0.70 0.20 -pouliche pouliche NOM f s 1.10 2.09 0.90 1.55 -pouliches pouliche NOM f p 1.10 2.09 0.20 0.54 -poulie poulie NOM f s 0.83 3.11 0.57 1.49 -poulies poulie NOM f p 0.83 3.11 0.27 1.62 -poulinière poulinière ADJ f s 0.14 0.07 0.14 0.07 -poêlon poêlon NOM m s 0.16 0.41 0.16 0.41 -poulot poulot NOM m s 0.00 0.20 0.00 0.07 -poulots poulot NOM m p 0.00 0.20 0.00 0.14 -poulottant poulotter VER 0.00 0.14 0.00 0.07 par:pre; -poulotter poulotter VER 0.00 0.14 0.00 0.07 inf; -poulpe poulpe NOM m s 1.77 3.11 1.48 1.22 -poulpes poulpe NOM m p 1.77 3.11 0.29 1.89 -pouls pouls NOM m 15.64 5.54 15.64 5.54 -poêlées poêler VER f p 0.10 0.14 0.10 0.07 par:pas; -poumon poumon NOM m s 16.65 21.55 4.55 3.58 -poumons poumon NOM m p 16.65 21.55 12.09 17.97 -pound pound NOM m s 0.20 0.07 0.03 0.00 -pounds pound NOM m p 0.20 0.07 0.16 0.07 -poupard poupard NOM m s 0.00 0.68 0.00 0.47 -poupards poupard NOM m p 0.00 0.68 0.00 0.20 -poupe poupe NOM f s 1.30 2.97 1.30 2.97 -poupin poupin ADJ m s 0.00 1.55 0.00 1.35 -poupine poupin ADJ f s 0.00 1.55 0.00 0.20 -poupon poupon NOM m s 0.33 2.77 0.33 2.30 -pouponnage pouponnage NOM m s 0.04 0.07 0.04 0.07 -pouponne pouponner VER 0.21 0.54 0.03 0.00 ind:pre:3s; -pouponnent pouponner VER 0.21 0.54 0.00 0.07 ind:pre:3p; -pouponner pouponner VER 0.21 0.54 0.14 0.47 inf; -pouponnière pouponnière NOM f s 0.23 0.20 0.20 0.14 -pouponnières pouponnière NOM f p 0.23 0.20 0.03 0.07 -pouponné pouponner VER m s 0.21 0.54 0.04 0.00 par:pas; -poupons poupon NOM m p 0.33 2.77 0.00 0.47 -poupoule poupoule NOM f s 0.10 0.74 0.10 0.74 -poupée poupée NOM f s 27.59 27.57 22.05 18.58 -poupées poupée NOM f p 27.59 27.57 5.54 8.99 -pour_cent pour_cent NOM m 0.56 0.00 0.56 0.00 -pour pour PRE 7078.55 6198.24 7078.55 6198.24 -pourboire pourboire NOM m s 8.77 8.24 6.00 5.20 -pourboires pourboire NOM m p 8.77 8.24 2.77 3.04 -pourceau pourceau NOM m s 0.74 0.95 0.30 0.34 -pourceaux pourceau NOM m p 0.74 0.95 0.44 0.61 -pourcent pourcent NOM m s 0.45 0.00 0.35 0.00 -pourcentage pourcentage NOM m s 4.75 2.43 3.83 1.76 -pourcentages pourcentage NOM m p 4.75 2.43 0.93 0.68 -pourcents pourcent NOM m p 0.45 0.00 0.10 0.00 -pourchas pourchas NOM m 0.00 0.27 0.00 0.27 -pourchassa pourchasser VER 4.66 4.93 0.01 0.34 ind:pas:3s; -pourchassaient pourchasser VER 4.66 4.93 0.08 0.47 ind:imp:3p; -pourchassais pourchasser VER 4.66 4.93 0.07 0.07 ind:imp:1s;ind:imp:2s; -pourchassait pourchasser VER 4.66 4.93 0.14 0.81 ind:imp:3s; -pourchassant pourchasser VER 4.66 4.93 0.14 0.41 par:pre; -pourchasse pourchasser VER 4.66 4.93 0.65 0.27 imp:pre:2s;ind:pre:1s;ind:pre:3s; -pourchassent pourchasser VER 4.66 4.93 0.34 0.27 ind:pre:3p; -pourchasser pourchasser VER 4.66 4.93 0.82 0.27 inf; -pourchassera pourchasser VER 4.66 4.93 0.16 0.00 ind:fut:3s; -pourchasserai pourchasser VER 4.66 4.93 0.02 0.00 ind:fut:1s; -pourchasseraient pourchasser VER 4.66 4.93 0.02 0.00 cnd:pre:3p; -pourchasserait pourchasser VER 4.66 4.93 0.03 0.00 cnd:pre:3s; -pourchasserons pourchasser VER 4.66 4.93 0.02 0.00 ind:fut:1p; -pourchasseront pourchasser VER 4.66 4.93 0.09 0.00 ind:fut:3p; -pourchasseur pourchasseur NOM m s 0.00 0.07 0.00 0.07 -pourchassez pourchasser VER 4.66 4.93 0.31 0.00 imp:pre:2p;ind:pre:2p; -pourchassons pourchasser VER 4.66 4.93 0.07 0.00 imp:pre:1p;ind:pre:1p; -pourchassèrent pourchasser VER 4.66 4.93 0.00 0.07 ind:pas:3p; -pourchassé pourchasser VER m s 4.66 4.93 1.23 0.81 par:pas; -pourchassée pourchasser VER f s 4.66 4.93 0.26 0.20 par:pas; -pourchassées pourchasser VER f p 4.66 4.93 0.01 0.14 par:pas; -pourchassés pourchasser VER m p 4.66 4.93 0.17 0.81 par:pas; -pourcif pourcif NOM m s 0.00 0.07 0.00 0.07 -pourfendait pourfendre VER 0.10 1.01 0.00 0.07 ind:imp:3s; -pourfendant pourfendre VER 0.10 1.01 0.00 0.20 par:pre; -pourfende pourfendre VER 0.10 1.01 0.00 0.07 sub:pre:3s; -pourfendeur pourfendeur NOM m s 0.16 0.14 0.16 0.14 -pourfendions pourfendre VER 0.10 1.01 0.00 0.07 ind:imp:1p; -pourfendre pourfendre VER 0.10 1.01 0.04 0.54 inf; -pourfends pourfendre VER 0.10 1.01 0.02 0.00 imp:pre:2s;ind:pre:1s; -pourfendu pourfendre VER m s 0.10 1.01 0.04 0.07 par:pas; -pourim pourim NOM m s 0.68 0.27 0.68 0.27 -pourliche pourliche NOM m s 0.07 1.76 0.06 0.81 -pourliches pourliche NOM m p 0.07 1.76 0.01 0.95 -pourlèche pourlécher VER 0.10 1.35 0.10 0.27 imp:pre:2s;ind:pre:3s; -pourlèchent pourlécher VER 0.10 1.35 0.00 0.20 ind:pre:3p; -pourléchaient pourlécher VER 0.10 1.35 0.00 0.20 ind:imp:3p; -pourléchait pourlécher VER 0.10 1.35 0.00 0.20 ind:imp:3s; -pourléchant pourlécher VER 0.10 1.35 0.00 0.27 par:pre; -pourlécher pourlécher VER 0.10 1.35 0.00 0.14 inf; -pourléchée pourlécher VER f s 0.10 1.35 0.00 0.07 par:pas; -pourparler pourparler NOM m s 0.15 0.07 0.15 0.07 -pourparlers pourparlers NOM m p 0.96 2.23 0.96 2.23 -pourpier pourpier NOM m s 0.00 0.20 0.00 0.14 -pourpiers pourpier NOM m p 0.00 0.20 0.00 0.07 -pourpoint pourpoint NOM m s 0.59 1.49 0.59 1.15 -pourpoints pourpoint NOM m p 0.59 1.49 0.00 0.34 -pourpre pourpre ADJ s 2.25 6.82 1.35 4.73 -pourpres pourpre ADJ p 2.25 6.82 0.90 2.09 -pourpré pourpré ADJ m s 0.01 0.14 0.01 0.00 -pourprée pourpré ADJ f s 0.01 0.14 0.00 0.14 -pourprées pourprer VER f p 0.00 0.14 0.00 0.07 par:pas; -pourquoi pourquoi CON 655.75 297.64 655.75 297.64 -pourra pouvoir VER 5524.52 2659.80 85.18 37.36 ind:fut:3s; -pourrai pouvoir VER 5524.52 2659.80 46.71 23.11 ind:fut:1s; -pourraient pouvoir VER 5524.52 2659.80 32.66 26.62 cnd:pre:3p; -pourrais pouvoir VER 5524.52 2659.80 247.90 64.93 cnd:pre:1s;cnd:pre:2s; -pourrait pouvoir VER 5524.52 2659.80 313.54 159.32 cnd:pre:3s; -pourras pouvoir VER 5524.52 2659.80 44.35 10.00 ind:fut:2s; -pourrez pouvoir VER 5524.52 2659.80 38.28 11.08 ind:fut:2p; -pourri pourri ADJ m s 18.09 22.84 9.23 8.18 -pourrie pourri ADJ f s 18.09 22.84 4.95 6.89 -pourries pourri ADJ f p 18.09 22.84 1.49 4.39 -pourriez pouvoir VER 5524.52 2659.80 82.51 12.09 cnd:pre:2p; -pourrions pouvoir VER 5524.52 2659.80 24.56 12.23 cnd:pre:1p; -pourrir pourrir VER 22.64 21.89 5.79 5.95 inf; -pourrira pourrir VER 22.64 21.89 0.25 0.27 ind:fut:3s; -pourrirai pourrir VER 22.64 21.89 0.30 0.07 ind:fut:1s; -pourrirait pourrir VER 22.64 21.89 0.03 0.07 cnd:pre:3s; -pourriras pourrir VER 22.64 21.89 0.31 0.07 ind:fut:2s; -pourrirent pourrir VER 22.64 21.89 0.00 0.20 ind:pas:3p; -pourrirez pourrir VER 22.64 21.89 0.22 0.00 ind:fut:2p; -pourririez pourrir VER 22.64 21.89 0.14 0.00 cnd:pre:2p; -pourrirons pourrir VER 22.64 21.89 0.02 0.00 ind:fut:1p; -pourriront pourrir VER 22.64 21.89 0.17 0.27 ind:fut:3p; -pourris pourri ADJ m p 18.09 22.84 2.42 3.38 -pourrissaient pourrir VER 22.64 21.89 0.00 1.49 ind:imp:3p; -pourrissais pourrir VER 22.64 21.89 0.02 0.07 ind:imp:1s; -pourrissait pourrir VER 22.64 21.89 0.18 1.22 ind:imp:3s; -pourrissant pourrissant ADJ m s 0.26 2.30 0.06 0.81 -pourrissante pourrissant ADJ f s 0.26 2.30 0.14 0.34 -pourrissantes pourrissant ADJ f p 0.26 2.30 0.04 0.47 -pourrissants pourrissant ADJ m p 0.26 2.30 0.02 0.68 -pourrisse pourrir VER 22.64 21.89 1.23 0.20 sub:pre:1s;sub:pre:3s; -pourrissement pourrissement NOM m s 0.46 0.88 0.46 0.88 -pourrissent pourrir VER 22.64 21.89 0.84 1.42 ind:pre:3p; -pourrisseur pourrisseur ADJ m s 0.00 0.07 0.00 0.07 -pourrissez pourrir VER 22.64 21.89 0.20 0.00 imp:pre:2p;ind:pre:2p; -pourrissoir pourrissoir NOM m s 0.00 0.41 0.00 0.41 -pourrissons pourrir VER 22.64 21.89 0.03 0.00 imp:pre:1p;ind:pre:1p; -pourrit pourrir VER 22.64 21.89 2.13 1.62 ind:pre:3s;ind:pas:3s; -pourriture pourriture NOM f s 4.36 6.89 3.93 6.55 -pourritures pourriture NOM f p 4.36 6.89 0.43 0.34 -pourrons pouvoir VER 5524.52 2659.80 15.15 6.08 ind:fut:1p; -pourront pouvoir VER 5524.52 2659.80 12.79 11.35 ind:fut:3p; -poursuis poursuivre VER 64.84 106.42 4.58 1.62 imp:pre:2s;ind:pre:1s;ind:pre:2s; -poursuit poursuivre VER 64.84 106.42 10.56 13.45 ind:pre:3s; -poursuite poursuite NOM f s 11.03 15.47 6.92 12.36 -poursuites poursuite NOM f p 11.03 15.47 4.11 3.11 -poursuivîmes poursuivre VER 64.84 106.42 0.01 0.07 ind:pas:1p; -poursuivît poursuivre VER 64.84 106.42 0.00 0.14 sub:imp:3s; -poursuivaient poursuivre VER 64.84 106.42 0.68 5.81 ind:imp:3p; -poursuivais poursuivre VER 64.84 106.42 0.34 0.95 ind:imp:1s;ind:imp:2s; -poursuivait poursuivre VER 64.84 106.42 2.43 15.41 ind:imp:3s; -poursuivant poursuivre VER 64.84 106.42 0.90 5.14 par:pre; -poursuivante poursuivant NOM f s 0.74 2.43 0.01 0.07 -poursuivants poursuivant NOM m p 0.74 2.43 0.41 1.82 -poursuive poursuivre VER 64.84 106.42 0.63 0.68 sub:pre:1s;sub:pre:3s; -poursuivent poursuivre VER 64.84 106.42 2.77 3.11 ind:pre:3p; -poursuives poursuivre VER 64.84 106.42 0.04 0.00 sub:pre:2s; -poursuiveurs poursuiveur NOM m p 0.01 0.00 0.01 0.00 -poursuivez poursuivre VER 64.84 106.42 4.81 0.20 imp:pre:2p;ind:pre:2p; -poursuivi poursuivre VER m s 64.84 106.42 6.88 9.59 par:pas; -poursuivie poursuivre VER f s 64.84 106.42 2.40 2.91 par:pas; -poursuivies poursuivre VER f p 64.84 106.42 0.01 0.47 par:pas; -poursuiviez poursuivre VER 64.84 106.42 0.32 0.07 ind:imp:2p; -poursuivions poursuivre VER 64.84 106.42 0.11 0.68 ind:imp:1p; -poursuivirent poursuivre VER 64.84 106.42 0.26 1.35 ind:pas:3p; -poursuivis poursuivre VER m p 64.84 106.42 1.62 3.65 ind:pas:1s;par:pas; -poursuivit poursuivre VER 64.84 106.42 0.72 15.14 ind:pas:3s; -poursuivons poursuivre VER 64.84 106.42 2.50 0.88 imp:pre:1p;ind:pre:1p; -poursuivra poursuivre VER 64.84 106.42 1.45 0.68 ind:fut:3s; -poursuivrai poursuivre VER 64.84 106.42 1.08 0.20 ind:fut:1s; -poursuivraient poursuivre VER 64.84 106.42 0.17 0.20 cnd:pre:3p; -poursuivrais poursuivre VER 64.84 106.42 0.31 0.34 cnd:pre:1s;cnd:pre:2s; -poursuivrait poursuivre VER 64.84 106.42 0.43 1.08 cnd:pre:3s; -poursuivras poursuivre VER 64.84 106.42 0.07 0.00 ind:fut:2s; -poursuivre poursuivre VER 64.84 106.42 17.35 22.23 imp:pre:2p;ind:pre:2p;inf; -poursuivrez poursuivre VER 64.84 106.42 0.05 0.07 ind:fut:2p; -poursuivrions poursuivre VER 64.84 106.42 0.01 0.14 cnd:pre:1p; -poursuivrons poursuivre VER 64.84 106.42 0.96 0.14 ind:fut:1p; -poursuivront poursuivre VER 64.84 106.42 0.36 0.07 ind:fut:3p; -pourtant pourtant ADV 95.80 375.68 95.80 375.68 -pourtour pourtour NOM m s 0.09 2.84 0.09 2.57 -pourtours pourtour NOM m p 0.09 2.84 0.00 0.27 -pourvoi pourvoi NOM m s 0.31 0.07 0.31 0.00 -pourvoie pourvoir VER 21.48 33.78 0.02 0.00 sub:pre:3s; -pourvoient pourvoir VER 21.48 33.78 0.15 0.07 ind:pre:3p; -pourvoir pourvoir VER 21.48 33.78 1.25 2.57 inf; -pourvoira pourvoir VER 21.48 33.78 0.32 0.14 ind:fut:3s; -pourvoirai pourvoir VER 21.48 33.78 0.14 0.00 ind:fut:1s; -pourvoiraient pourvoir VER 21.48 33.78 0.00 0.07 cnd:pre:3p; -pourvoirait pourvoir VER 21.48 33.78 0.04 0.07 cnd:pre:3s; -pourvoirons pourvoir VER 21.48 33.78 0.00 0.07 ind:fut:1p; -pourvoiront pourvoir VER 21.48 33.78 0.01 0.07 ind:fut:3p; -pourvois pourvoir VER 21.48 33.78 0.04 0.00 ind:pre:1s;ind:pre:2s; -pourvoit pourvoir VER 21.48 33.78 0.45 0.14 ind:pre:3s; -pourvoyaient pourvoir VER 21.48 33.78 0.10 0.14 ind:imp:3p; -pourvoyait pourvoir VER 21.48 33.78 0.01 0.34 ind:imp:3s; -pourvoyant pourvoir VER 21.48 33.78 0.01 0.07 par:pre; -pourvoyeur pourvoyeur NOM m s 0.52 1.35 0.47 0.74 -pourvoyeurs pourvoyeur NOM m p 0.52 1.35 0.04 0.41 -pourvoyeuse pourvoyeur NOM f s 0.52 1.35 0.01 0.20 -pourvoyons pourvoir VER 21.48 33.78 0.01 0.00 ind:pre:1p; -pourvu pourvoir VER m s 21.48 33.78 18.50 24.59 par:pas; -pourvue pourvoir VER f s 21.48 33.78 0.24 1.89 par:pas; -pourvues pourvoir VER f p 21.48 33.78 0.02 1.15 par:pas; -pourvus pourvoir VER m p 21.48 33.78 0.18 2.30 par:pas; -pourvut pourvoir VER 21.48 33.78 0.00 0.14 ind:pas:3s; -poésie poésie NOM f s 19.07 21.89 17.56 19.86 -poésies poésie NOM f p 19.07 21.89 1.52 2.03 -poussa pousser VER 125.61 288.92 0.98 37.64 ind:pas:3s; -poussah poussah NOM m s 0.00 0.27 0.00 0.27 -poussai pousser VER 125.61 288.92 0.02 4.26 ind:pas:1s; -poussaient pousser VER 125.61 288.92 0.45 12.91 ind:imp:3p; -poussais pousser VER 125.61 288.92 0.46 2.30 ind:imp:1s;ind:imp:2s; -poussait pousser VER 125.61 288.92 2.59 33.78 ind:imp:3s; -poussant pousser VER 125.61 288.92 1.83 30.61 par:pre; -poussas pousser VER 125.61 288.92 0.00 0.07 ind:pas:2s; -pousse_au_crime pousse_au_crime NOM m 0.02 0.07 0.02 0.07 -pousse_café pousse_café NOM m 0.13 0.68 0.13 0.68 -pousse_cailloux pousse_cailloux NOM m s 0.00 0.07 0.00 0.07 -pousse_pousse pousse_pousse NOM m 1.43 0.41 1.43 0.41 -pousse pousser VER 125.61 288.92 29.60 41.82 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:1s; -poussent pousser VER 125.61 288.92 5.17 10.00 ind:pre:3p;sub:pre:3p; -pousser pousser VER 125.61 288.92 27.51 45.68 inf; -poussera pousser VER 125.61 288.92 1.25 1.01 ind:fut:3s; -pousserai pousser VER 125.61 288.92 0.50 0.20 ind:fut:1s; -pousseraient pousser VER 125.61 288.92 0.19 0.68 cnd:pre:3p; -pousserais pousser VER 125.61 288.92 0.28 0.07 cnd:pre:1s;cnd:pre:2s; -pousserait pousser VER 125.61 288.92 0.35 2.09 cnd:pre:3s; -pousseras pousser VER 125.61 288.92 0.04 0.14 ind:fut:2s; -pousserez pousser VER 125.61 288.92 0.04 0.07 ind:fut:2p; -pousseriez pousser VER 125.61 288.92 0.02 0.00 cnd:pre:2p; -pousserions pousser VER 125.61 288.92 0.01 0.07 cnd:pre:1p; -pousserons pousser VER 125.61 288.92 0.09 0.00 ind:fut:1p; -pousseront pousser VER 125.61 288.92 0.36 0.14 ind:fut:3p; -pousses pousser VER 125.61 288.92 5.63 1.35 ind:pre:2s; -poussette poussette NOM f s 1.96 2.43 1.83 1.96 -poussettes poussette NOM f p 1.96 2.43 0.13 0.47 -pousseur pousseur NOM m s 0.04 0.34 0.02 0.20 -pousseurs pousseur NOM m p 0.04 0.34 0.02 0.14 -poussez pousser VER 125.61 288.92 21.60 1.69 imp:pre:2p;ind:pre:2p; -poussier poussier NOM m s 0.00 0.81 0.00 0.81 -poussiez pousser VER 125.61 288.92 0.10 0.07 ind:imp:2p; -poussif poussif ADJ m s 0.13 3.58 0.02 1.55 -poussifs poussif ADJ m p 0.13 3.58 0.00 0.95 -poussin poussin NOM m s 7.50 3.04 5.81 1.55 -poussine poussine NOM f s 0.00 0.07 0.00 0.07 -poussinière poussinière NOM f s 0.00 0.07 0.00 0.07 -poussins poussin NOM m p 7.50 3.04 1.69 1.49 -poussions pousser VER 125.61 288.92 0.19 0.61 ind:imp:1p; -poussière poussière NOM f s 24.40 78.45 22.77 73.38 -poussières poussière NOM f p 24.40 78.45 1.63 5.07 -poussiéreuse poussiéreux ADJ f s 2.02 16.55 0.76 4.53 -poussiéreuses poussiéreux ADJ f p 2.02 16.55 0.14 3.24 -poussiéreux poussiéreux ADJ m 2.02 16.55 1.12 8.78 -poussive poussif ADJ f s 0.13 3.58 0.10 0.88 -poussivement poussivement ADV 0.00 0.14 0.00 0.14 -poussives poussif ADJ f p 0.13 3.58 0.01 0.20 -poussoir poussoir NOM m s 0.02 0.07 0.02 0.07 -poussâmes pousser VER 125.61 288.92 0.00 0.41 ind:pas:1p; -poussons pousser VER 125.61 288.92 0.67 0.41 imp:pre:1p;ind:pre:1p; -poussât pousser VER 125.61 288.92 0.00 0.68 sub:imp:3s; -poussèrent pousser VER 125.61 288.92 0.24 3.85 ind:pas:3p; -poussé pousser VER m s 125.61 288.92 18.46 42.03 par:pas; -poussée pousser VER f s 125.61 288.92 4.63 8.24 par:pas; -poussées pousser VER f p 125.61 288.92 0.43 1.15 par:pas; -poussés pousser VER m p 125.61 288.92 1.92 4.93 par:pas; -poutargue poutargue NOM f s 0.00 0.07 0.00 0.07 -poétesse poète NOM f s 22.63 35.95 0.48 0.95 -poétesses poétesse NOM f p 0.02 0.00 0.02 0.00 -poéticien poéticien NOM m s 0.00 0.07 0.00 0.07 -poutine poutine ADJ f s 0.06 0.00 0.06 0.00 -poétique poétique ADJ s 2.60 8.11 2.34 6.15 -poétiquement poétiquement ADV 0.04 0.47 0.04 0.47 -poétiques poétique ADJ p 2.60 8.11 0.26 1.96 -poétisait poétiser VER 0.00 0.41 0.00 0.07 ind:imp:3s; -poétisant poétiser VER 0.00 0.41 0.00 0.07 par:pre; -poétise poétiser VER 0.00 0.41 0.00 0.14 imp:pre:2s;ind:pre:3s; -poétiser poétiser VER 0.00 0.41 0.00 0.07 inf; -poétisez poétiser VER 0.00 0.41 0.00 0.07 imp:pre:2p; -poutou poutou NOM m s 0.06 0.34 0.06 0.34 -poutrages poutrage NOM m p 0.00 0.07 0.00 0.07 -poutraison poutraison NOM f s 0.00 0.14 0.00 0.14 -poutre poutre NOM f s 2.04 15.74 1.38 5.34 -poutrelle poutrelle NOM f s 0.30 2.03 0.06 0.41 -poutrelles poutrelle NOM f p 0.30 2.03 0.24 1.62 -poutres poutre NOM f p 2.04 15.74 0.66 10.41 -pouvaient pouvoir VER 5524.52 2659.80 15.50 67.16 ind:imp:3p; -pouvais pouvoir VER 5524.52 2659.80 122.61 113.24 ind:imp:1s;ind:imp:2s; -pouvait pouvoir VER 5524.52 2659.80 108.02 445.00 ind:imp:3s; -pouvant pouvoir VER 5524.52 2659.80 4.43 18.65 par:pre; -pouvez pouvoir VER 5524.52 2659.80 353.43 53.11 ind:pre:2p; -pouviez pouvoir VER 5524.52 2659.80 17.64 4.59 ind:imp:2p; -pouvions pouvoir VER 5524.52 2659.80 6.86 14.73 ind:imp:1p; -pouvoir pouvoir VER 5524.52 2659.80 134.56 114.39 inf; -pouvoirs pouvoir NOM m p 117.87 107.91 28.36 21.42 -pouvons pouvoir VER 5524.52 2659.80 82.09 21.01 ind:pre:1p; -poux pou NOM m p 10.41 8.51 8.49 7.09 -pouzzolane pouzzolane NOM f s 0.00 0.14 0.00 0.14 -prîmes prendre VER 1913.83 1466.42 0.22 2.77 ind:pas:1p; -prît prendre VER 1913.83 1466.42 0.24 6.42 sub:imp:3s; -prônais prôner VER 1.34 1.49 0.01 0.00 ind:imp:2s; -prônait prôner VER 1.34 1.49 0.15 0.61 ind:imp:3s; -prônant prôner VER 1.34 1.49 0.13 0.20 par:pre; -prône prôner VER 1.34 1.49 0.46 0.27 ind:pre:1s;ind:pre:3s; -prônent prôner VER 1.34 1.49 0.18 0.07 ind:pre:3p; -prôner prôner VER 1.34 1.49 0.10 0.00 inf; -prônera prôner VER 1.34 1.49 0.01 0.00 ind:fut:3s; -prônerez prôner VER 1.34 1.49 0.01 0.00 ind:fut:2p; -prônes prôner VER 1.34 1.49 0.05 0.00 ind:pre:2s; -prôneur prôneur NOM m s 0.00 0.07 0.00 0.07 -prônez prôner VER 1.34 1.49 0.05 0.00 ind:pre:2p; -prônons prôner VER 1.34 1.49 0.02 0.00 imp:pre:1p;ind:pre:1p; -prôné prôner VER m s 1.34 1.49 0.03 0.07 par:pas; -prônée prôner VER f s 1.34 1.49 0.14 0.14 par:pas; -prônées prôner VER f p 1.34 1.49 0.00 0.07 par:pas; -prônés prôner VER m p 1.34 1.49 0.00 0.07 par:pas; -practice practice NOM m s 0.15 0.00 0.15 0.00 -pradelle pradelle NOM f s 0.00 6.08 0.00 6.08 -praesidium praesidium NOM m s 0.10 0.14 0.10 0.14 -pragmatique pragmatique ADJ s 0.51 0.41 0.43 0.34 -pragmatiquement pragmatiquement ADV 0.01 0.00 0.01 0.00 -pragmatiques pragmatique ADJ f p 0.51 0.41 0.08 0.07 -pragmatisme pragmatisme NOM m s 0.24 0.27 0.24 0.27 -pragmatiste pragmatiste NOM s 0.01 0.07 0.01 0.07 -praire praire NOM f s 0.13 0.20 0.01 0.07 -praires praire NOM f p 0.13 0.20 0.12 0.14 -prairial prairial NOM m s 0.00 0.20 0.00 0.20 -prairie prairie NOM f s 3.44 19.66 2.38 9.80 -prairies prairie NOM f p 3.44 19.66 1.06 9.86 -praline praline NOM f s 0.87 1.76 0.41 0.47 -pralines praline NOM f p 0.87 1.76 0.46 1.28 -praliné praliné ADJ m s 0.05 0.20 0.05 0.07 -pralinés praliné ADJ m p 0.05 0.20 0.00 0.14 -prang prang NOM m s 0.11 0.07 0.11 0.07 -praticable praticable ADJ s 0.48 1.28 0.30 1.01 -praticables praticable ADJ p 0.48 1.28 0.18 0.27 -praticien praticien NOM m s 0.57 1.76 0.30 1.35 -praticienne praticien NOM f s 0.57 1.76 0.00 0.14 -praticiens praticien NOM m p 0.57 1.76 0.26 0.27 -pratiqua pratiquer VER 13.87 24.59 0.02 0.34 ind:pas:3s; -pratiquai pratiquer VER 13.87 24.59 0.00 0.07 ind:pas:1s; -pratiquaient pratiquer VER 13.87 24.59 0.64 1.42 ind:imp:3p; -pratiquais pratiquer VER 13.87 24.59 0.11 0.61 ind:imp:1s; -pratiquait pratiquer VER 13.87 24.59 0.34 3.65 ind:imp:3s; -pratiquant pratiquant ADJ m s 0.75 0.88 0.56 0.54 -pratiquante pratiquant ADJ f s 0.75 0.88 0.13 0.34 -pratiquants pratiquant NOM m p 0.22 0.34 0.09 0.07 -pratique pratique ADJ s 13.18 16.69 11.00 10.54 -pratiquement pratiquement ADV 14.68 17.03 14.68 17.03 -pratiquent pratiquer VER 13.87 24.59 1.22 0.95 ind:pre:3p; -pratiquer pratiquer VER 13.87 24.59 3.65 4.53 inf; -pratiquera pratiquer VER 13.87 24.59 0.02 0.07 ind:fut:3s; -pratiquerai pratiquer VER 13.87 24.59 0.04 0.00 ind:fut:1s; -pratiquerais pratiquer VER 13.87 24.59 0.00 0.07 cnd:pre:1s; -pratiquerait pratiquer VER 13.87 24.59 0.00 0.07 cnd:pre:3s; -pratiquerons pratiquer VER 13.87 24.59 0.03 0.00 ind:fut:1p; -pratiques pratique NOM p 10.15 15.00 2.55 3.58 -pratiquez pratiquer VER 13.87 24.59 0.89 0.47 imp:pre:2p;ind:pre:2p; -pratiquiez pratiquer VER 13.87 24.59 0.03 0.14 ind:imp:2p; -pratiquions pratiquer VER 13.87 24.59 0.02 0.14 ind:imp:1p; -pratiquons pratiquer VER 13.87 24.59 0.25 0.14 imp:pre:1p;ind:pre:1p; -pratiquât pratiquer VER 13.87 24.59 0.00 0.07 sub:imp:3s; -pratiquèrent pratiquer VER 13.87 24.59 0.00 0.07 ind:pas:3p; -pratiqué pratiquer VER m s 13.87 24.59 1.87 3.31 par:pas; -pratiquée pratiquer VER f s 13.87 24.59 0.54 1.76 par:pas; -pratiquées pratiquer VER f p 13.87 24.59 0.19 0.88 par:pas; -pratiqués pratiquer VER m p 13.87 24.59 0.12 0.81 par:pas; -praxie praxie NOM f s 0.10 0.00 0.10 0.00 -premier_maître premier_maître NOM m s 0.16 0.00 0.16 0.00 -premier_né premier_né NOM m s 0.91 0.20 0.77 0.14 -premier premier ADJ m s 376.98 672.57 146.12 237.91 -premier_né premier_né NOM m p 0.91 0.20 0.14 0.07 -premiers premier ADJ m p 376.98 672.57 19.36 77.70 -première_née première_née NOM f s 0.11 0.00 0.11 0.00 -première premier ADJ f s 376.98 672.57 197.34 296.76 -premièrement premièrement ADV 5.51 1.76 5.51 1.76 -premières premier ADJ f p 376.98 672.57 14.16 60.20 -premium premium NOM m s 0.05 0.00 0.05 0.00 -prenable prenable ADJ m s 0.01 0.14 0.01 0.00 -prenables prenable ADJ f p 0.01 0.14 0.00 0.14 -prenaient prendre VER 1913.83 1466.42 3.31 30.68 ind:imp:3p; -prenais prendre VER 1913.83 1466.42 10.15 19.53 ind:imp:1s;ind:imp:2s; -prenait prendre VER 1913.83 1466.42 18.66 113.92 ind:imp:3s; -prenant prendre VER 1913.83 1466.42 6.62 48.04 par:pre; -prenante prenant ADJ f s 1.59 3.18 0.41 0.88 -prenantes prenant ADJ f p 1.59 3.18 0.02 0.34 -prenants prenant ADJ m p 1.59 3.18 0.02 0.07 -prend prendre VER 1913.83 1466.42 179.02 129.05 ind:pre:3s; -prendra prendre VER 1913.83 1466.42 37.82 9.66 ind:fut:3s; -prendrai prendre VER 1913.83 1466.42 27.68 5.14 ind:fut:1s; -prendraient prendre VER 1913.83 1466.42 1.24 2.57 cnd:pre:3p; -prendrais prendre VER 1913.83 1466.42 11.04 3.58 cnd:pre:1s;cnd:pre:2s; -prendrait prendre VER 1913.83 1466.42 7.91 14.80 cnd:pre:3s; -prendras prendre VER 1913.83 1466.42 7.86 2.50 ind:fut:2s; -prendre prendre VER 1913.83 1466.42 465.77 344.05 inf;;inf;;inf;; -prendrez prendre VER 1913.83 1466.42 8.49 2.64 ind:fut:2p; -prendriez prendre VER 1913.83 1466.42 1.36 0.74 cnd:pre:2p; -prendrions prendre VER 1913.83 1466.42 0.16 0.27 cnd:pre:1p; -prendrons prendre VER 1913.83 1466.42 6.12 1.49 ind:fut:1p; -prendront prendre VER 1913.83 1466.42 4.47 3.72 ind:fut:3p; -prends prendre VER 1913.83 1466.42 431.50 70.20 imp:pre:2s;ind:pre:1s;ind:pre:2s; -preneur preneur NOM m s 2.21 1.62 1.97 1.42 -preneurs preneur NOM m p 2.21 1.62 0.22 0.14 -preneuse preneur NOM f s 2.21 1.62 0.03 0.07 -prenez prendre VER 1913.83 1466.42 175.12 25.47 imp:pre:2p;ind:pre:2p; -preniez prendre VER 1913.83 1466.42 3.58 1.62 ind:imp:2p; -prenions prendre VER 1913.83 1466.42 1.40 4.66 ind:imp:1p; -prenne prendre VER 1913.83 1466.42 21.02 16.08 sub:pre:1s;sub:pre:3s; -prennent prendre VER 1913.83 1466.42 27.90 29.12 ind:pre:3p; -prennes prendre VER 1913.83 1466.42 5.01 2.03 sub:pre:2s; -prenons prendre VER 1913.83 1466.42 20.80 7.03 imp:pre:1p;ind:pre:1p; -presbyte presbyte ADJ s 0.19 0.14 0.19 0.14 -presbyterium presbyterium NOM m s 0.00 0.07 0.00 0.07 -presbytie presbytie NOM f s 0.00 0.34 0.00 0.34 -presbytère presbytère NOM m s 1.07 3.51 1.07 3.51 -presbytérien presbytérien ADJ m s 0.23 0.20 0.12 0.07 -presbytérienne presbytérien ADJ f s 0.23 0.20 0.11 0.07 -presbytériennes presbytérien ADJ f p 0.23 0.20 0.00 0.07 -prescience prescience NOM f s 0.04 1.01 0.04 1.01 -presciente prescient ADJ f s 0.01 0.00 0.01 0.00 -prescription prescription NOM f s 2.24 2.50 1.77 1.28 -prescriptions prescription NOM f p 2.24 2.50 0.47 1.22 -prescrirait prescrire VER 8.70 12.30 0.01 0.07 cnd:pre:3s; -prescrire prescrire VER 8.70 12.30 1.72 1.62 inf; -prescris prescrire VER 8.70 12.30 0.84 0.88 imp:pre:2s;ind:pre:1s;ind:pre:2s; -prescrit prescrire VER m s 8.70 12.30 4.49 4.12 ind:pre:3s;par:pas; -prescrite prescrire VER f s 8.70 12.30 0.34 1.01 par:pas; -prescrites prescrire VER f p 8.70 12.30 0.58 0.68 par:pas; -prescrits prescrire VER m p 8.70 12.30 0.38 0.41 par:pas; -prescrivaient prescrire VER 8.70 12.30 0.00 0.20 ind:imp:3p; -prescrivais prescrire VER 8.70 12.30 0.00 0.34 ind:imp:1s; -prescrivait prescrire VER 8.70 12.30 0.01 1.01 ind:imp:3s; -prescrivant prescrire VER 8.70 12.30 0.01 0.54 par:pre; -prescrive prescrire VER 8.70 12.30 0.17 0.07 sub:pre:1s;sub:pre:3s; -prescrivent prescrire VER 8.70 12.30 0.07 0.20 ind:pre:3p; -prescrivez prescrire VER 8.70 12.30 0.09 0.00 imp:pre:2p;ind:pre:2p; -prescrivis prescrire VER 8.70 12.30 0.00 0.41 ind:pas:1s; -prescrivit prescrire VER 8.70 12.30 0.00 0.74 ind:pas:3s; -presqu_île presqu_île NOM f s 0.16 1.49 0.16 1.35 -presqu_île presqu_île NOM f p 0.16 1.49 0.00 0.14 -presque presque ADV 181.81 465.54 181.81 465.54 -press_book press_book NOM m s 0.03 0.00 0.03 0.00 -pressa presser VER 52.28 71.01 0.03 6.35 ind:pas:3s; -pressage pressage NOM m s 0.07 0.00 0.07 0.00 -pressai presser VER 52.28 71.01 0.02 0.74 ind:pas:1s; -pressaient presser VER 52.28 71.01 0.06 5.68 ind:imp:3p; -pressais presser VER 52.28 71.01 0.13 1.22 ind:imp:1s;ind:imp:2s; -pressait presser VER 52.28 71.01 0.47 10.61 ind:imp:3s; -pressant pressant ADJ m s 2.09 7.70 0.97 2.50 -pressante pressant ADJ f s 2.09 7.70 0.72 3.72 -pressantes pressant ADJ f p 2.09 7.70 0.04 1.22 -pressants pressant ADJ m p 2.09 7.70 0.36 0.27 -presse_agrumes presse_agrumes NOM m 0.04 0.00 0.04 0.00 -presse_bouton presse_bouton ADJ f s 0.04 0.07 0.04 0.07 -presse_citron presse_citron NOM m s 0.02 0.00 0.02 0.00 -presse_fruits presse_fruits NOM m 0.07 0.00 0.07 0.00 -presse_papier presse_papier NOM m s 0.16 0.27 0.16 0.27 -presse_papiers presse_papiers NOM m 0.24 0.47 0.24 0.47 -presse_purée presse_purée NOM m 0.04 0.41 0.04 0.41 -presse_raquette presse_raquette NOM m s 0.00 0.07 0.00 0.07 -presse presse NOM f s 45.77 41.82 45.10 40.68 -pressement pressement NOM m s 0.01 0.34 0.01 0.20 -pressements pressement NOM m p 0.01 0.34 0.00 0.14 -pressens pressentir VER 2.18 19.12 0.28 1.15 ind:pre:1s;ind:pre:2s; -pressent pressentir VER 2.18 19.12 0.63 3.45 ind:pre:3s; -pressentîmes pressentir VER 2.18 19.12 0.00 0.14 ind:pas:1p; -pressentît pressentir VER 2.18 19.12 0.00 0.07 sub:imp:3s; -pressentaient pressentir VER 2.18 19.12 0.00 0.34 ind:imp:3p; -pressentais pressentir VER 2.18 19.12 0.12 2.43 ind:imp:1s;ind:imp:2s; -pressentait pressentir VER 2.18 19.12 0.15 3.18 ind:imp:3s; -pressentant pressentir VER 2.18 19.12 0.00 1.96 par:pre; -pressentent pressentir VER 2.18 19.12 0.04 0.20 ind:pre:3p; -pressentez pressentir VER 2.18 19.12 0.06 0.00 ind:pre:2p; -pressenti pressentir VER m s 2.18 19.12 0.68 2.09 par:pas; -pressentie pressentir VER f s 2.18 19.12 0.01 0.41 par:pas; -pressenties pressenti ADJ f p 0.01 1.01 0.00 0.07 -pressentiez pressentir VER 2.18 19.12 0.04 0.00 ind:imp:2p; -pressentiment pressentiment NOM m s 8.34 8.72 7.17 6.76 -pressentiments pressentiment NOM m p 8.34 8.72 1.17 1.96 -pressentions pressentir VER 2.18 19.12 0.00 0.20 ind:imp:1p; -pressentir pressentir VER 2.18 19.12 0.14 2.70 inf; -pressentirez pressentir VER 2.18 19.12 0.00 0.07 ind:fut:2p; -pressentis pressentir VER m p 2.18 19.12 0.03 0.27 ind:pas:1s;par:pas; -pressentit pressentir VER 2.18 19.12 0.00 0.47 ind:pas:3s; -pressentons pressentir VER 2.18 19.12 0.01 0.00 imp:pre:1p; -presser presser VER 52.28 71.01 5.64 12.43 inf; -pressera presser VER 52.28 71.01 0.03 0.07 ind:fut:3s; -presserai presser VER 52.28 71.01 0.16 0.00 ind:fut:1s; -presseraient presser VER 52.28 71.01 0.00 0.07 cnd:pre:3p; -presserait presser VER 52.28 71.01 0.11 0.07 cnd:pre:3s; -presseront presser VER 52.28 71.01 0.00 0.07 ind:fut:3p; -presses presse NOM f p 45.77 41.82 0.67 1.15 -presseur presseur ADJ m s 0.01 0.14 0.01 0.14 -pressez presser VER 52.28 71.01 2.46 0.54 imp:pre:2p;ind:pre:2p; -pressiez presser VER 52.28 71.01 0.01 0.00 ind:imp:2p; -pressing pressing NOM m s 2.63 0.81 2.52 0.74 -pressings pressing NOM m p 2.63 0.81 0.10 0.07 -pression pression NOM f s 37.28 21.76 35.33 19.05 -pressionnée pressionné ADJ f s 0.00 0.07 0.00 0.07 -pressions pression NOM f p 37.28 21.76 1.96 2.70 -pressoir pressoir NOM m s 0.19 1.15 0.17 0.95 -pressoirs pressoir NOM m p 0.19 1.15 0.01 0.20 -pressons presser VER 52.28 71.01 2.02 1.89 imp:pre:1p;ind:pre:1p; -pressât presser VER 52.28 71.01 0.00 0.14 sub:imp:3s; -pressèrent presser VER 52.28 71.01 0.01 0.54 ind:pas:3p; -pressé presser VER m s 52.28 71.01 17.12 12.23 par:pas; -pressée pressé ADJ f s 25.09 31.42 11.26 8.58 -pressées pressé ADJ f p 25.09 31.42 0.62 3.18 -pressurant pressurer VER 0.28 0.61 0.00 0.07 par:pre; -pressure pressurer VER 0.28 0.61 0.17 0.20 imp:pre:2s;ind:pre:3s; -pressurer pressurer VER 0.28 0.61 0.06 0.20 inf; -pressures pressurer VER 0.28 0.61 0.03 0.00 ind:pre:2s; -pressurisation pressurisation NOM f s 0.38 0.00 0.38 0.00 -pressuriser pressuriser VER 0.17 0.07 0.02 0.00 inf; -pressurisez pressuriser VER 0.17 0.07 0.02 0.00 imp:pre:2p; -pressurisé pressurisé ADJ m s 0.60 0.00 0.14 0.00 -pressurisée pressurisé ADJ f s 0.60 0.00 0.27 0.00 -pressurisées pressuriser VER f p 0.17 0.07 0.00 0.07 par:pas; -pressurisés pressurisé ADJ m p 0.60 0.00 0.19 0.00 -pressurée pressurer VER f s 0.28 0.61 0.00 0.07 par:pas; -pressurés pressurer VER m p 0.28 0.61 0.02 0.07 par:pas; -pressés presser VER m p 52.28 71.01 4.45 4.32 par:pas; -prestance prestance NOM f s 0.27 2.30 0.27 2.30 -prestataire prestataire NOM s 0.34 0.07 0.12 0.00 -prestataires prestataire NOM p 0.34 0.07 0.22 0.07 -prestation prestation NOM f s 1.95 2.30 1.58 1.28 -prestations prestation NOM f p 1.95 2.30 0.37 1.01 -preste preste ADJ s 0.04 2.50 0.04 1.55 -prestement prestement ADV 0.09 4.05 0.09 4.05 -prestes preste ADJ p 0.04 2.50 0.00 0.95 -prestesse prestesse NOM f s 0.00 0.61 0.00 0.61 -prestidigitateur prestidigitateur NOM m s 0.51 1.89 0.48 1.55 -prestidigitateurs prestidigitateur NOM m p 0.51 1.89 0.00 0.27 -prestidigitation prestidigitation NOM f s 0.10 0.41 0.10 0.34 -prestidigitations prestidigitation NOM f p 0.10 0.41 0.00 0.07 -prestidigitatrice prestidigitateur NOM f s 0.51 1.89 0.02 0.07 -prestige prestige NOM m s 2.54 16.96 2.54 14.73 -prestiges prestige NOM m p 2.54 16.96 0.00 2.23 -prestigieuse prestigieux ADJ f s 2.03 6.35 0.65 1.22 -prestigieuses prestigieux ADJ f p 2.03 6.35 0.11 0.41 -prestigieux prestigieux ADJ m 2.03 6.35 1.27 4.73 -presto presto ADV 1.18 1.22 1.18 1.22 -preuve preuve NOM f s 107.54 65.34 60.79 50.54 -preuves preuve NOM f p 107.54 65.34 46.75 14.80 -preux preux ADJ m 0.88 0.54 0.88 0.54 -pria prier VER 313.12 105.74 0.52 6.15 ind:pas:3s; -priai prier VER 313.12 105.74 0.20 1.76 ind:pas:1s; -priaient prier VER 313.12 105.74 0.34 1.01 ind:imp:3p; -priais prier VER 313.12 105.74 1.16 1.08 ind:imp:1s;ind:imp:2s; -priait prier VER 313.12 105.74 1.34 7.36 ind:imp:3s; -priant prier VER 313.12 105.74 1.61 3.31 par:pre; -priapique priapique ADJ m s 0.00 0.61 0.00 0.41 -priapiques priapique ADJ f p 0.00 0.61 0.00 0.20 -priapisme priapisme NOM m s 0.17 0.14 0.17 0.14 -priasse prier VER 313.12 105.74 0.00 0.07 sub:imp:1s; -prie_dieu prie_dieu NOM m 0.01 2.64 0.01 2.64 -prie prier VER 313.12 105.74 247.29 44.19 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:1s; -prient prier VER 313.12 105.74 1.52 1.55 ind:pre:3p; -prier prier VER 313.12 105.74 25.46 21.62 inf; -priera prier VER 313.12 105.74 0.29 0.07 ind:fut:3s; -prierai prier VER 313.12 105.74 2.83 1.22 ind:fut:1s; -prieraient prier VER 313.12 105.74 0.00 0.07 cnd:pre:3p; -prierais prier VER 313.12 105.74 0.38 0.20 cnd:pre:1s; -prierait prier VER 313.12 105.74 0.16 0.41 cnd:pre:3s; -prieras prier VER 313.12 105.74 0.51 0.34 ind:fut:2s; -prierez prier VER 313.12 105.74 0.07 0.07 ind:fut:2p; -prierons prier VER 313.12 105.74 0.42 0.14 ind:fut:1p; -prieront prier VER 313.12 105.74 0.14 0.07 ind:fut:3p; -pries prier VER 313.12 105.74 2.06 0.74 ind:pre:2s; -prieur prieur ADJ m s 0.38 0.95 0.38 0.95 -prieure prieur NOM f s 0.29 8.85 0.00 0.14 -prieurs prieur NOM m p 0.29 8.85 0.00 0.07 -prieuré prieuré NOM m s 0.22 0.68 0.22 0.61 -prieurés prieuré NOM m p 0.22 0.68 0.00 0.07 -priez prier VER 313.12 105.74 9.13 1.76 imp:pre:2p;ind:pre:2p; -priions prier VER 313.12 105.74 0.00 0.27 ind:imp:1p; -prima primer VER 2.01 2.09 0.83 0.74 ind:pas:3s; -primaire primaire ADJ s 4.95 5.54 3.98 4.26 -primaires primaire ADJ p 4.95 5.54 0.97 1.28 -primait primer VER 2.01 2.09 0.02 0.41 ind:imp:3s; -primal primal ADJ m s 0.29 0.07 0.11 0.00 -primale primal ADJ f s 0.29 0.07 0.18 0.07 -primant primer VER 2.01 2.09 0.01 0.07 par:pre; -primat primat NOM m s 0.09 0.34 0.09 0.34 -primate primate NOM m s 1.29 1.62 0.72 0.61 -primates primate NOM m p 1.29 1.62 0.57 1.01 -primatologue primatologue NOM s 0.01 0.00 0.01 0.00 -primauté primauté NOM f s 0.01 0.95 0.01 0.95 -prime_saut prime_saut NOM s 0.00 0.07 0.00 0.07 -prime_time prime_time NOM m 0.41 0.00 0.41 0.00 -prime prime NOM f s 17.79 8.11 10.63 7.09 -priment primer VER 2.01 2.09 0.16 0.20 ind:pre:3p; -primer primer VER 2.01 2.09 0.15 0.07 inf; -primerait primer VER 2.01 2.09 0.00 0.07 cnd:pre:3s; -primerose primerose NOM f s 0.01 0.07 0.01 0.07 -primes prime NOM f p 17.79 8.11 7.17 1.01 -primesautier primesautier ADJ m s 0.00 0.95 0.00 0.27 -primesautiers primesautier ADJ m p 0.00 0.95 0.00 0.07 -primesautière primesautier ADJ f s 0.00 0.95 0.00 0.61 -primeur primeur NOM f s 0.20 1.96 0.16 1.01 -primeurs primeur NOM f p 0.20 1.96 0.04 0.95 -primevère primevère NOM f s 0.06 1.01 0.01 0.14 -primevères primevère NOM f p 0.06 1.01 0.05 0.88 -primidi primidi NOM m s 0.00 0.07 0.00 0.07 -primitif primitif ADJ m s 7.00 10.20 2.84 3.31 -primitifs primitif ADJ m p 7.00 10.20 0.87 1.28 -primitive primitif ADJ f s 7.00 10.20 2.08 4.59 -primitivement primitivement ADV 0.02 0.54 0.02 0.54 -primitives primitif ADJ f p 7.00 10.20 1.22 1.01 -primitivisme primitivisme NOM m s 0.10 0.14 0.10 0.14 -primo_infection primo_infection NOM f s 0.00 0.07 0.00 0.07 -primo primo ADV 4.10 2.16 4.10 2.16 -primordial primordial ADJ m s 2.39 2.97 1.52 0.88 -primordiale primordial ADJ f s 2.39 2.97 0.63 1.82 -primordialement primordialement ADV 0.00 0.41 0.00 0.41 -primordiales primordial ADJ f p 2.39 2.97 0.18 0.00 -primordiaux primordial ADJ m p 2.39 2.97 0.06 0.27 -primé primé ADJ m s 0.14 0.07 0.09 0.00 -primée primer VER f s 2.01 2.09 0.05 0.07 par:pas; -primées primer VER f p 2.01 2.09 0.02 0.00 par:pas; -primés primé ADJ m p 0.14 0.07 0.03 0.00 -prin prin NOM m s 0.10 0.14 0.10 0.14 -prince_de_galles prince_de_galles NOM m 0.00 0.27 0.00 0.27 -prince_évêque prince_évêque NOM m s 0.00 0.14 0.00 0.14 -prince prince NOM m s 96.42 101.22 44.83 65.61 -princeps princeps ADJ f p 0.00 0.07 0.00 0.07 -princes prince NOM m p 96.42 101.22 5.29 11.08 -princesse prince NOM f s 96.42 101.22 46.31 21.01 -princesses princesse NOM f p 2.48 0.00 2.48 0.00 -princier princier ADJ m s 0.59 3.65 0.22 1.08 -princiers princier ADJ m p 0.59 3.65 0.02 0.74 -principal principal ADJ m s 36.68 38.92 17.53 15.81 -principale principal ADJ f s 36.68 38.92 10.68 12.30 -principalement principalement ADV 3.60 6.08 3.60 6.08 -principales principal ADJ f p 36.68 38.92 3.35 3.65 -principat principat NOM m s 0.00 0.34 0.00 0.34 -principauté principauté NOM f s 0.25 1.01 0.20 0.81 -principautés principauté NOM f p 0.25 1.01 0.05 0.20 -principaux principal ADJ m p 36.68 38.92 5.12 7.16 -principe principe NOM m s 26.36 47.57 15.62 30.88 -principes principe NOM m p 26.36 47.57 10.75 16.69 -princière princier ADJ f s 0.59 3.65 0.35 1.28 -princièrement princièrement ADV 0.11 0.20 0.11 0.20 -princières princier ADJ f p 0.59 3.65 0.00 0.54 -printanier printanier ADJ m s 0.66 4.32 0.33 1.89 -printaniers printanier ADJ m p 0.66 4.32 0.11 0.81 -printanière printanier ADJ f s 0.66 4.32 0.21 1.35 -printanières printanier ADJ f p 0.66 4.32 0.02 0.27 -printemps printemps NOM m 27.85 60.88 27.85 60.88 -priâmes prier VER 313.12 105.74 0.00 0.14 ind:pas:1p; -prion prion NOM m s 3.11 0.54 0.43 0.00 -prions prier VER 313.12 105.74 6.14 1.49 imp:pre:1p;ind:pre:1p; -prioritaire prioritaire ADJ s 3.07 0.54 2.43 0.34 -prioritaires prioritaire ADJ p 3.07 0.54 0.64 0.20 -priorité priorité NOM f s 12.15 4.80 8.84 4.53 -priorités priorité NOM f p 12.15 4.80 3.31 0.27 -priât prier VER 313.12 105.74 0.00 0.27 sub:imp:3s; -prirent prendre VER 1913.83 1466.42 0.80 15.20 ind:pas:3p; -pris prendre VER m 1913.83 1466.42 374.60 333.04 ind:pas:1s;ind:pas:2s;par:pas;par:pas;par:pas; -prisa priser VER 2.59 5.20 0.02 0.07 ind:pas:3s; -prisaient priser VER 2.59 5.20 0.00 0.14 ind:imp:3p; -prisait priser VER 2.59 5.20 0.10 0.61 ind:imp:3s; -prisant priser VER 2.59 5.20 0.00 0.07 par:pre; -prise prendre VER f s 1913.83 1466.42 38.26 42.64 par:pas; -prisent priser VER 2.59 5.20 0.14 0.14 ind:pre:3p; -priser priser VER 2.59 5.20 0.06 0.81 inf; -prises prendre VER f p 1913.83 1466.42 8.42 12.16 par:pas; -priseur priseur NOM m s 0.01 0.14 0.01 0.07 -priseurs priseur NOM m p 0.01 0.14 0.00 0.07 -prisez priser VER 2.59 5.20 0.00 0.07 imp:pre:2p; -prismatique prismatique ADJ m s 0.02 0.07 0.02 0.00 -prismatiques prismatique ADJ f p 0.02 0.07 0.00 0.07 -prisme prisme NOM m s 0.11 1.42 0.10 0.88 -prismes prisme NOM m p 0.11 1.42 0.01 0.54 -prison prison NOM f s 147.49 72.43 142.97 64.66 -prisonnier prisonnier NOM m s 37.80 40.00 16.97 11.69 -prisonniers prisonnier NOM m p 37.80 40.00 19.55 26.42 -prisonnière prisonnier ADJ f s 19.64 29.46 3.40 4.73 -prisonnières prisonnier ADJ f p 19.64 29.46 0.65 1.22 -prisons_école prisons_école NOM f p 0.00 0.07 0.00 0.07 -prisons prison NOM f p 147.49 72.43 4.52 7.77 -prisse prendre VER 1913.83 1466.42 0.01 0.14 sub:imp:1s; -prissent prendre VER 1913.83 1466.42 0.00 0.61 sub:imp:3p; -prissions prendre VER 1913.83 1466.42 0.00 0.07 sub:imp:1p; -pristi pristi ONO 0.00 0.20 0.00 0.20 -prisé priser VER m s 2.59 5.20 0.30 0.54 par:pas; -prisée priser VER f s 2.59 5.20 0.06 0.41 par:pas; -prisées priser VER f p 2.59 5.20 0.21 0.68 par:pas; -prisunic prisunic NOM m s 0.03 3.11 0.03 3.11 -prisés priser VER m p 2.59 5.20 0.28 0.07 par:pas; -prit prendre VER 1913.83 1466.42 7.27 164.80 ind:pas:3s; -prière prière NOM f s 32.73 45.95 19.15 30.00 -prièrent prier VER 313.12 105.74 0.03 0.34 ind:pas:3p; -prières prière NOM f p 32.73 45.95 13.58 15.95 -prié prier VER m s 313.12 105.74 9.03 7.84 par:pas; -priée prier VER f s 313.12 105.74 0.52 1.15 par:pas; -priées prier VER f p 313.12 105.74 0.05 0.14 par:pas; -priés prier VER m p 313.12 105.74 1.91 0.95 par:pas; -priva priver VER 24.06 42.70 0.16 0.74 ind:pas:3s; -privai priver VER 24.06 42.70 0.00 0.07 ind:pas:1s; -privaient priver VER 24.06 42.70 0.02 0.88 ind:imp:3p; -privais priver VER 24.06 42.70 0.02 0.61 ind:imp:1s;ind:imp:2s; -privait priver VER 24.06 42.70 0.09 3.65 ind:imp:3s; -privant priver VER 24.06 42.70 0.33 1.69 par:pre; -privasse priver VER 24.06 42.70 0.00 0.07 sub:imp:1s; -privatif privatif ADJ m s 0.06 0.47 0.02 0.27 -privatifs privatif ADJ m p 0.06 0.47 0.00 0.07 -privation privation NOM f s 1.55 4.53 0.70 1.49 -privations privation NOM f p 1.55 4.53 0.85 3.04 -privatisation privatisation NOM f s 0.41 0.07 0.41 0.07 -privatiser privatiser VER 0.36 0.00 0.31 0.00 inf; -privatisé privatiser VER m s 0.36 0.00 0.03 0.00 par:pas; -privatisée privatiser VER f s 0.36 0.00 0.01 0.00 par:pas; -privatisés privatiser VER m p 0.36 0.00 0.01 0.00 par:pas; -privative privatif ADJ f s 0.06 0.47 0.02 0.00 -privatives privatif ADJ f p 0.06 0.47 0.01 0.14 -privauté privauté NOM f s 0.02 0.54 0.00 0.07 -privautés privauté NOM f p 0.02 0.54 0.02 0.47 -prive priver VER 24.06 42.70 1.49 2.97 imp:pre:2s;ind:pre:1s;ind:pre:3s; -privent priver VER 24.06 42.70 0.46 0.47 ind:pre:3p; -priver priver VER 24.06 42.70 4.19 6.15 inf; -privera priver VER 24.06 42.70 0.44 0.27 ind:fut:3s; -priverai priver VER 24.06 42.70 0.27 0.00 ind:fut:1s; -priveraient priver VER 24.06 42.70 0.01 0.07 cnd:pre:3p; -priverais priver VER 24.06 42.70 0.16 0.07 cnd:pre:1s;cnd:pre:2s; -priverait priver VER 24.06 42.70 0.17 0.27 cnd:pre:3s; -priveras priver VER 24.06 42.70 0.02 0.00 ind:fut:2s; -priveriez priver VER 24.06 42.70 0.12 0.00 cnd:pre:2p; -prives priver VER 24.06 42.70 0.47 0.14 ind:pre:2s; -privez priver VER 24.06 42.70 0.54 0.41 imp:pre:2p;ind:pre:2p; -priviez priver VER 24.06 42.70 0.02 0.00 ind:imp:2p; -privilège privilège NOM m s 10.41 17.70 7.06 11.96 -privilèges privilège NOM m p 10.41 17.70 3.35 5.74 -privilégiait privilégier VER 2.92 3.11 0.01 0.14 ind:imp:3s; -privilégiant privilégier VER 2.92 3.11 0.00 0.07 par:pre; -privilégie privilégier VER 2.92 3.11 0.42 0.27 ind:pre:1s;ind:pre:3s; -privilégient privilégier VER 2.92 3.11 0.04 0.00 ind:pre:3p; -privilégier privilégier VER 2.92 3.11 0.84 0.20 inf; -privilégions privilégier VER 2.92 3.11 0.02 0.00 ind:pre:1p; -privilégié privilégié ADJ m s 2.15 9.46 1.01 4.05 -privilégiée privilégié ADJ f s 2.15 9.46 0.56 2.84 -privilégiées privilégié ADJ f p 2.15 9.46 0.23 0.68 -privilégiés privilégié NOM m p 0.87 5.07 0.65 3.31 -privions priver VER 24.06 42.70 0.00 0.14 ind:imp:1p; -privons priver VER 24.06 42.70 0.03 0.00 ind:pre:1p; -privât priver VER 24.06 42.70 0.00 0.14 sub:imp:3s; -privèrent priver VER 24.06 42.70 0.00 0.07 ind:pas:3p; -privé privé ADJ m s 36.44 21.89 11.99 7.09 -privée privé ADJ f s 36.44 21.89 18.80 9.39 -privées privé ADJ f p 36.44 21.89 2.61 2.30 -privément privément ADV 0.01 0.00 0.01 0.00 -privés privé ADJ m p 36.44 21.89 3.04 3.11 -prix_choc prix_choc NOM m 0.00 0.07 0.00 0.07 -prix prix NOM m 126.55 107.50 126.55 107.50 -pro_occidental pro_occidental ADJ m s 0.01 0.00 0.01 0.00 -pro pro NOM s 19.45 2.03 14.45 1.62 -proactif proactif ADJ m s 0.07 0.00 0.07 0.00 -probabilité probabilité NOM f s 3.66 2.23 1.68 1.28 -probabilités probabilité NOM f p 3.66 2.23 1.99 0.95 -probable probable ADJ s 10.98 18.18 10.61 17.36 -probablement probablement ADV 69.41 37.64 69.41 37.64 -probables probable ADJ p 10.98 18.18 0.38 0.81 -probant probant ADJ m s 0.47 1.08 0.31 0.54 -probante probant ADJ f s 0.47 1.08 0.06 0.27 -probantes probant ADJ f p 0.47 1.08 0.04 0.00 -probants probant ADJ m p 0.47 1.08 0.06 0.27 -probation probation NOM f s 1.39 0.14 1.39 0.14 -probatoire probatoire ADJ s 0.12 0.27 0.12 0.27 -probe probe ADJ f s 0.38 0.20 0.36 0.14 -probes probe ADJ p 0.38 0.20 0.01 0.07 -probité probité NOM f s 0.10 1.89 0.10 1.89 -probloc probloc NOM m s 0.00 0.54 0.00 0.47 -problocs probloc NOM m p 0.00 0.54 0.00 0.07 -probloque probloque NOM m s 0.00 1.01 0.00 0.61 -probloques probloque NOM m p 0.00 1.01 0.00 0.41 -problème problème NOM m s 520.07 95.00 391.20 55.20 -problèmes problème NOM m p 520.07 95.00 128.87 39.80 -problématique problématique ADJ s 1.39 1.22 1.22 0.95 -problématiques problématique ADJ p 1.39 1.22 0.17 0.27 -proc proc NOM m s 0.27 0.68 0.27 0.61 -procaïne procaïne NOM f s 0.02 0.00 0.02 0.00 -procalmadiol procalmadiol NOM m s 0.00 0.07 0.00 0.07 -process process NOM m 0.07 0.07 0.07 0.07 -processeur processeur NOM m s 0.69 0.00 0.54 0.00 -processeurs processeur NOM m p 0.69 0.00 0.15 0.00 -procession procession NOM f s 3.81 10.20 3.21 7.91 -processionnaient processionner VER 0.00 0.14 0.00 0.07 ind:imp:3p; -processionnaire processionnaire ADJ f s 0.00 0.20 0.00 0.20 -processionnaires processionnaire NOM m p 0.00 0.20 0.00 0.20 -processionnant processionner VER 0.00 0.14 0.00 0.07 par:pre; -processionnelle processionnel ADJ f s 0.01 0.20 0.01 0.07 -processionnelles processionnel ADJ f p 0.01 0.20 0.00 0.14 -processions procession NOM f p 3.81 10.20 0.59 2.30 -processus processus NOM m 10.86 5.47 10.86 5.47 -prochain prochain ADJ m s 160.27 59.32 51.95 21.96 -prochaine prochain ADJ f s 160.27 59.32 100.44 32.50 -prochainement prochainement ADV 0.86 2.77 0.86 2.77 -prochaines prochain ADJ f p 160.27 59.32 4.27 2.70 -prochains prochain ADJ m p 160.27 59.32 3.62 2.16 -proche_oriental proche_oriental ADJ m s 0.01 0.00 0.01 0.00 -proche proche ADJ s 55.34 82.91 38.29 63.04 -proches proche ADJ p 55.34 82.91 17.05 19.86 -prochinois prochinois ADJ m 0.00 0.14 0.00 0.07 -prochinoise prochinois ADJ f s 0.00 0.14 0.00 0.07 -proclama proclamer VER 6.50 16.42 0.02 1.08 ind:pas:3s; -proclamai proclamer VER 6.50 16.42 0.00 0.14 ind:pas:1s; -proclamaient proclamer VER 6.50 16.42 0.00 0.61 ind:imp:3p; -proclamais proclamer VER 6.50 16.42 0.23 0.07 ind:imp:1s;ind:imp:2s; -proclamait proclamer VER 6.50 16.42 0.03 3.38 ind:imp:3s; -proclamant proclamer VER 6.50 16.42 0.41 1.01 par:pre; -proclamation proclamation NOM f s 0.60 4.19 0.60 3.45 -proclamations proclamation NOM f p 0.60 4.19 0.00 0.74 -proclamatrices proclamateur NOM f p 0.01 0.00 0.01 0.00 -proclame proclamer VER 6.50 16.42 2.37 2.23 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -proclament proclamer VER 6.50 16.42 0.17 0.68 ind:pre:3p; -proclamer proclamer VER 6.50 16.42 0.81 3.18 inf; -proclamera proclamer VER 6.50 16.42 0.03 0.00 ind:fut:3s; -proclamerai proclamer VER 6.50 16.42 0.01 0.07 ind:fut:1s; -proclameraient proclamer VER 6.50 16.42 0.00 0.07 cnd:pre:3p; -proclamerait proclamer VER 6.50 16.42 0.00 0.27 cnd:pre:3s; -proclamerons proclamer VER 6.50 16.42 0.02 0.07 ind:fut:1p; -proclamez proclamer VER 6.50 16.42 0.27 0.20 imp:pre:2p;ind:pre:2p; -proclamiez proclamer VER 6.50 16.42 0.00 0.07 ind:imp:2p; -proclamions proclamer VER 6.50 16.42 0.00 0.14 ind:imp:1p; -proclamons proclamer VER 6.50 16.42 0.24 0.07 imp:pre:1p;ind:pre:1p; -proclamât proclamer VER 6.50 16.42 0.00 0.14 sub:imp:3s; -proclamèrent proclamer VER 6.50 16.42 0.00 0.14 ind:pas:3p; -proclamé proclamer VER m s 6.50 16.42 1.38 1.96 par:pas; -proclamée proclamer VER f s 6.50 16.42 0.49 0.68 par:pas; -proclamées proclamer VER f p 6.50 16.42 0.03 0.07 par:pas; -proclamés proclamer VER m p 6.50 16.42 0.01 0.14 par:pas; -procommuniste procommuniste ADJ s 0.00 0.07 0.00 0.07 -proconsul proconsul NOM m s 0.51 1.35 0.51 0.41 -proconsuls proconsul NOM m p 0.51 1.35 0.00 0.95 -procrastination procrastination NOM f s 0.01 0.00 0.01 0.00 -procréa procréer VER 1.13 1.55 0.00 0.07 ind:pas:3s; -procréant procréer VER 1.13 1.55 0.01 0.14 par:pre; -procréateur procréateur NOM m s 0.01 0.14 0.01 0.07 -procréateurs procréateur NOM m p 0.01 0.14 0.00 0.07 -procréation procréation NOM f s 0.40 1.22 0.40 1.08 -procréations procréation NOM f p 0.40 1.22 0.00 0.14 -procréative procréatif ADJ f s 0.00 0.07 0.00 0.07 -procréatrice procréateur ADJ f s 0.05 0.07 0.03 0.00 -procréatrices procréateur ADJ f p 0.05 0.07 0.02 0.00 -procrée procréer VER 1.13 1.55 0.03 0.34 imp:pre:2s;ind:pre:1s;ind:pre:3s; -procréent procréer VER 1.13 1.55 0.01 0.07 ind:pre:3p; -procréer procréer VER 1.13 1.55 1.01 0.61 inf; -procréerons procréer VER 1.13 1.55 0.02 0.00 ind:fut:1p; -procréé procréer VER m s 1.13 1.55 0.04 0.34 par:pas; -procs proc NOM m p 0.27 0.68 0.00 0.07 -procède procéder VER 12.91 25.88 1.75 3.85 imp:pre:2s;ind:pre:1s;ind:pre:3s; -procèdent procéder VER 12.91 25.88 0.38 0.81 ind:pre:3p; -procès_test procès_test NOM m 0.02 0.00 0.02 0.00 -procès_verbal procès_verbal NOM m s 3.86 2.30 3.55 1.76 -procès_verbal procès_verbal NOM m p 3.86 2.30 0.31 0.54 -procès procès NOM m 45.41 24.32 45.41 24.32 -proctologie proctologie NOM f s 0.01 0.00 0.01 0.00 -proctologue proctologue NOM s 0.28 0.00 0.22 0.00 -proctologues proctologue NOM p 0.28 0.00 0.07 0.00 -procéda procéder VER 12.91 25.88 0.02 0.34 ind:pas:3s; -procédaient procéder VER 12.91 25.88 0.00 0.54 ind:imp:3p; -procédais procéder VER 12.91 25.88 0.01 0.14 ind:imp:1s; -procédait procéder VER 12.91 25.88 0.04 2.97 ind:imp:3s; -procédant procéder VER 12.91 25.88 0.07 0.81 par:pre; -procéder procéder VER 12.91 25.88 6.75 10.14 inf; -procédera procéder VER 12.91 25.88 0.27 0.54 ind:fut:3s; -procéderaient procéder VER 12.91 25.88 0.00 0.20 cnd:pre:3p; -procéderais procéder VER 12.91 25.88 0.03 0.00 cnd:pre:1s; -procéderait procéder VER 12.91 25.88 0.00 0.54 cnd:pre:3s; -procéderez procéder VER 12.91 25.88 0.08 0.00 ind:fut:2p; -procéderiez procéder VER 12.91 25.88 0.01 0.00 cnd:pre:2p; -procéderons procéder VER 12.91 25.88 0.45 0.14 ind:fut:1p; -procéderont procéder VER 12.91 25.88 0.00 0.27 ind:fut:3p; -procédez procéder VER 12.91 25.88 0.76 0.14 imp:pre:2p;ind:pre:2p; -procédiez procéder VER 12.91 25.88 0.01 0.07 ind:imp:2p; -procédions procéder VER 12.91 25.88 0.04 0.14 ind:imp:1p; -procédâmes procéder VER 12.91 25.88 0.00 0.07 ind:pas:1p; -procédons procéder VER 12.91 25.88 1.15 0.61 imp:pre:1p;ind:pre:1p; -procédât procéder VER 12.91 25.88 0.00 0.14 sub:imp:3s; -procédé procédé NOM m s 4.17 8.85 3.28 4.46 -procédural procédural ADJ m s 0.03 0.00 0.01 0.00 -procédurale procédural ADJ f s 0.03 0.00 0.01 0.00 -procédure procédure NOM f s 16.16 3.58 13.26 3.38 -procédures procédure NOM f p 16.16 3.58 2.91 0.20 -procédurier procédurier ADJ m s 0.04 0.14 0.03 0.07 -procédurière procédurier ADJ f s 0.04 0.14 0.01 0.00 -procédurières procédurier ADJ f p 0.04 0.14 0.00 0.07 -procédés procédé NOM m p 4.17 8.85 0.89 4.39 -procura procurer VER 12.77 27.97 0.16 1.01 ind:pas:3s; -procurai procurer VER 12.77 27.97 0.00 0.07 ind:pas:1s; -procuraient procurer VER 12.77 27.97 0.03 1.35 ind:imp:3p; -procurais procurer VER 12.77 27.97 0.01 0.14 ind:imp:1s; -procurait procurer VER 12.77 27.97 0.39 3.72 ind:imp:3s; -procurant procurer VER 12.77 27.97 0.04 0.61 par:pre; -procurateur procurateur NOM m s 0.03 0.88 0.03 0.20 -procurateurs procurateur NOM m p 0.03 0.88 0.00 0.07 -procuraties procuratie NOM f p 0.00 0.14 0.00 0.14 -procuration procuration NOM f s 1.69 2.50 1.69 2.50 -procuratrice procurateur NOM f s 0.03 0.88 0.00 0.61 -procure procurer VER 12.77 27.97 1.67 4.19 imp:pre:2s;ind:pre:1s;ind:pre:3s; -procurent procurer VER 12.77 27.97 0.34 0.88 ind:pre:3p; -procurer procurer VER 12.77 27.97 7.29 9.66 imp:pre:2p;inf; -procurera procurer VER 12.77 27.97 0.21 0.07 ind:fut:3s; -procurerai procurer VER 12.77 27.97 0.19 0.14 ind:fut:1s; -procureraient procurer VER 12.77 27.97 0.01 0.20 cnd:pre:3p; -procurerais procurer VER 12.77 27.97 0.01 0.00 cnd:pre:1s; -procurerait procurer VER 12.77 27.97 0.14 0.61 cnd:pre:3s; -procureras procurer VER 12.77 27.97 0.03 0.00 ind:fut:2s; -procureriez procurer VER 12.77 27.97 0.01 0.00 cnd:pre:2p; -procurerons procurer VER 12.77 27.97 0.04 0.00 ind:fut:1p; -procureront procurer VER 12.77 27.97 0.02 0.07 ind:fut:3p; -procures procurer VER 12.77 27.97 0.09 0.00 ind:pre:2s; -procureur procureur NOM m s 29.45 6.15 28.68 5.54 -procureurs procureur NOM m p 29.45 6.15 0.78 0.41 -procureuse procureur NOM f s 29.45 6.15 0.00 0.14 -procureuses procureur NOM f p 29.45 6.15 0.00 0.07 -procurez procurer VER 12.77 27.97 0.20 0.00 imp:pre:2p;ind:pre:2p; -procuriez procurer VER 12.77 27.97 0.01 0.07 ind:imp:2p; -procurions procurer VER 12.77 27.97 0.00 0.14 ind:imp:1p;sub:pre:1p; -procurât procurer VER 12.77 27.97 0.00 0.07 sub:imp:3s; -procurèrent procurer VER 12.77 27.97 0.00 0.14 ind:pas:3p; -procuré procurer VER m s 12.77 27.97 1.78 4.26 par:pas; -procurée procurer VER f s 12.77 27.97 0.03 0.41 par:pas; -procurées procurer VER f p 12.77 27.97 0.00 0.14 par:pas; -procurés procurer VER m p 12.77 27.97 0.08 0.07 par:pas; -prodigalité prodigalité NOM f s 0.04 1.01 0.03 0.95 -prodigalités prodigalité NOM f p 0.04 1.01 0.01 0.07 -prodige prodige NOM m s 5.83 8.78 4.62 5.61 -prodiges prodige NOM m p 5.83 8.78 1.21 3.18 -prodigieuse prodigieux ADJ f s 3.66 13.24 1.29 5.47 -prodigieusement prodigieusement ADV 0.67 3.65 0.67 3.65 -prodigieuses prodigieux ADJ f p 3.66 13.24 0.17 1.22 -prodigieux prodigieux ADJ m 3.66 13.24 2.19 6.55 -prodigua prodiguer VER 0.89 11.42 0.02 0.41 ind:pas:3s; -prodiguaient prodiguer VER 0.89 11.42 0.00 0.81 ind:imp:3p; -prodiguais prodiguer VER 0.89 11.42 0.01 0.14 ind:imp:1s;ind:imp:2s; -prodiguait prodiguer VER 0.89 11.42 0.01 1.82 ind:imp:3s; -prodiguant prodiguer VER 0.89 11.42 0.06 0.47 par:pre; -prodigue prodigue ADJ s 1.90 3.65 1.88 3.04 -prodiguent prodiguer VER 0.89 11.42 0.00 0.61 ind:pre:3p; -prodiguer prodiguer VER 0.89 11.42 0.09 1.76 inf; -prodiguera prodiguer VER 0.89 11.42 0.01 0.07 ind:fut:3s; -prodiguerais prodiguer VER 0.89 11.42 0.00 0.07 cnd:pre:2s; -prodigueras prodiguer VER 0.89 11.42 0.01 0.00 ind:fut:2s; -prodigueront prodiguer VER 0.89 11.42 0.00 0.07 ind:fut:3p; -prodigues prodiguer VER 0.89 11.42 0.04 0.07 ind:pre:2s; -prodiguions prodiguer VER 0.89 11.42 0.14 0.07 ind:imp:1p; -prodiguèrent prodiguer VER 0.89 11.42 0.00 0.27 ind:pas:3p; -prodigué prodiguer VER m s 0.89 11.42 0.31 1.49 par:pas; -prodiguée prodiguer VER f s 0.89 11.42 0.01 0.20 par:pas; -prodiguées prodiguer VER f p 0.89 11.42 0.11 0.81 par:pas; -prodigués prodiguer VER m p 0.89 11.42 0.03 0.88 par:pas; -prodrome prodrome NOM m s 0.00 0.47 0.00 0.07 -prodromes prodrome NOM m p 0.00 0.47 0.00 0.41 -producteur producteur NOM m s 12.82 5.74 9.01 3.45 -producteurs producteur NOM m p 12.82 5.74 3.19 2.03 -productif productif ADJ m s 1.66 0.81 0.89 0.34 -productifs productif ADJ m p 1.66 0.81 0.14 0.27 -production production NOM f s 18.73 14.59 17.10 12.30 -productions production NOM f p 18.73 14.59 1.63 2.30 -productive productif ADJ f s 1.66 0.81 0.46 0.07 -productives productif ADJ f p 1.66 0.81 0.17 0.14 -productivité productivité NOM f s 0.75 0.34 0.75 0.34 -productrice producteur NOM f s 12.82 5.74 0.63 0.27 -productrices producteur ADJ f p 1.34 1.01 0.07 0.07 -produira produire VER 49.81 68.92 1.71 0.61 ind:fut:3s; -produiraient produire VER 49.81 68.92 0.12 0.27 cnd:pre:3p; -produirais produire VER 49.81 68.92 0.05 0.00 cnd:pre:1s; -produirait produire VER 49.81 68.92 0.49 1.49 cnd:pre:3s; -produiras produire VER 49.81 68.92 0.00 0.07 ind:fut:2s; -produire produire VER 49.81 68.92 11.84 16.76 inf; -produirez produire VER 49.81 68.92 0.03 0.00 ind:fut:2p; -produiriez produire VER 49.81 68.92 0.01 0.00 cnd:pre:2p; -produirons produire VER 49.81 68.92 0.06 0.00 ind:fut:1p; -produiront produire VER 49.81 68.92 0.22 0.07 ind:fut:3p; -produis produire VER 49.81 68.92 1.05 0.34 imp:pre:2s;ind:pre:1s;ind:pre:2s; -produisît produire VER 49.81 68.92 0.01 0.61 sub:imp:3s; -produisaient produire VER 49.81 68.92 0.09 1.69 ind:imp:3p; -produisais produire VER 49.81 68.92 0.07 0.07 ind:imp:1s;ind:imp:2s; -produisait produire VER 49.81 68.92 1.50 6.28 ind:imp:3s; -produisant produire VER 49.81 68.92 0.53 2.03 par:pre; -produise produire VER 49.81 68.92 2.15 1.08 sub:pre:1s;sub:pre:3s; -produisent produire VER 49.81 68.92 3.91 2.70 ind:pre:3p; -produises produire VER 49.81 68.92 0.01 0.00 sub:pre:2s; -produisez produire VER 49.81 68.92 0.27 0.07 imp:pre:2p;ind:pre:2p; -produisions produire VER 49.81 68.92 0.02 0.00 ind:imp:1p; -produisirent produire VER 49.81 68.92 0.01 0.27 ind:pas:3p; -produisis produire VER 49.81 68.92 0.00 0.07 ind:pas:1s; -produisit produire VER 49.81 68.92 0.74 5.88 ind:pas:3s; -produisons produire VER 49.81 68.92 0.84 0.07 imp:pre:1p;ind:pre:1p; -produit produire VER m s 49.81 68.92 20.16 22.57 ind:pre:3s;par:pas; -produite produire VER f s 49.81 68.92 1.34 3.31 par:pas; -produites produire VER f p 49.81 68.92 0.82 0.47 par:pas; -produits produit NOM m p 28.80 23.99 14.17 11.28 -prof prof NOM s 37.82 20.20 30.36 15.07 -profana profaner VER 3.12 2.50 0.23 0.07 ind:pas:3s; -profanaient profaner VER 3.12 2.50 0.00 0.07 ind:imp:3p; -profanait profaner VER 3.12 2.50 0.00 0.14 ind:imp:3s; -profanant profaner VER 3.12 2.50 0.01 0.14 par:pre; -profanateur profanateur NOM m s 0.28 0.14 0.07 0.14 -profanateurs profanateur NOM m p 0.28 0.14 0.21 0.00 -profanation profanation NOM f s 1.21 1.08 1.04 0.95 -profanations profanation NOM f p 1.21 1.08 0.16 0.14 -profanatoire profanatoire ADJ f s 0.00 0.07 0.00 0.07 -profane profane ADJ s 1.11 2.84 0.88 1.89 -profanent profaner VER 3.12 2.50 0.40 0.00 ind:pre:3p; -profaner profaner VER 3.12 2.50 0.70 0.41 inf; -profanera profaner VER 3.12 2.50 0.12 0.07 ind:fut:3s; -profanes profane ADJ p 1.11 2.84 0.23 0.95 -profanez profaner VER 3.12 2.50 0.15 0.07 imp:pre:2p;ind:pre:2p; -profanèrent profaner VER 3.12 2.50 0.00 0.07 ind:pas:3p; -profané profaner VER m s 3.12 2.50 0.89 0.47 par:pas; -profanée profaner VER f s 3.12 2.50 0.19 0.47 par:pas; -profanées profaner VER f p 3.12 2.50 0.11 0.20 par:pas; -profanés profaner VER m p 3.12 2.50 0.01 0.14 par:pas; -professa professer VER 0.47 3.51 0.00 0.07 ind:pas:3s; -professaient professer VER 0.47 3.51 0.00 0.34 ind:imp:3p; -professait professer VER 0.47 3.51 0.00 1.42 ind:imp:3s; -professant professer VER 0.47 3.51 0.00 0.20 par:pre; -professe professer VER 0.47 3.51 0.22 0.41 ind:pre:1s;ind:pre:3s; -professent professer VER 0.47 3.51 0.00 0.20 ind:pre:3p; -professer professer VER 0.47 3.51 0.11 0.07 inf; -professeur professeur NOM s 98.55 63.92 90.02 49.53 -professeure professeur NOM f s 98.55 63.92 0.17 0.00 -professeurs professeur NOM p 98.55 63.92 8.35 14.39 -professiez professer VER 0.47 3.51 0.01 0.07 ind:imp:2p; -profession profession NOM f s 9.93 15.81 9.46 13.99 -professionnalisme professionnalisme NOM m s 1.03 0.34 1.03 0.34 -professionnel professionnel ADJ m s 23.09 20.61 11.75 7.23 -professionnelle professionnel ADJ f s 23.09 20.61 7.13 6.96 -professionnellement professionnellement ADV 1.13 0.74 1.13 0.74 -professionnelles professionnel ADJ f p 23.09 20.61 1.24 3.51 -professionnels professionnel NOM m p 12.91 6.82 4.29 3.24 -professions profession NOM f p 9.93 15.81 0.46 1.82 -professons professer VER 0.47 3.51 0.00 0.07 ind:pre:1p; -professoral professoral ADJ m s 0.06 0.41 0.06 0.41 -professorat professorat NOM m s 0.02 0.34 0.02 0.34 -professé professer VER m s 0.47 3.51 0.12 0.27 par:pas; -professées professer VER f p 0.47 3.51 0.00 0.20 par:pas; -profil profil NOM m s 14.44 29.12 13.38 26.69 -profila profiler VER 1.67 6.62 0.00 0.68 ind:pas:3s; -profilage profilage NOM m s 0.12 0.07 0.12 0.07 -profilaient profiler VER 1.67 6.62 0.00 0.74 ind:imp:3p; -profilait profiler VER 1.67 6.62 0.02 0.88 ind:imp:3s; -profilant profiler VER 1.67 6.62 0.00 0.61 par:pre; -profile profiler VER 1.67 6.62 1.16 1.08 imp:pre:2s;ind:pre:1s;ind:pre:3s; -profilent profiler VER 1.67 6.62 0.04 0.61 ind:pre:3p; -profiler profiler VER 1.67 6.62 0.35 1.15 inf; -profileur profileur NOM m s 0.13 0.00 0.11 0.00 -profileuse profileur NOM f s 0.13 0.00 0.01 0.00 -profils profil NOM m p 14.44 29.12 1.06 2.43 -profilèrent profiler VER 1.67 6.62 0.00 0.07 ind:pas:3p; -profilé profiler VER m s 1.67 6.62 0.06 0.07 par:pas; -profilée profiler VER f s 1.67 6.62 0.02 0.47 par:pas; -profilées profiler VER f p 1.67 6.62 0.00 0.20 par:pas; -profilés profiler VER m p 1.67 6.62 0.02 0.07 par:pas; -profit profit NOM m s 14.29 25.00 12.26 22.77 -profita profiter VER 67.20 91.22 0.13 7.84 ind:pas:3s; -profitabilité profitabilité NOM f s 0.01 0.00 0.01 0.00 -profitable profitable ADJ s 1.64 1.96 1.32 1.42 -profitables profitable ADJ p 1.64 1.96 0.32 0.54 -profitai profiter VER 67.20 91.22 0.01 1.35 ind:pas:1s; -profitaient profiter VER 67.20 91.22 0.09 3.04 ind:imp:3p; -profitais profiter VER 67.20 91.22 0.60 1.28 ind:imp:1s;ind:imp:2s; -profitait profiter VER 67.20 91.22 0.52 5.95 ind:imp:3s; -profitant profiter VER 67.20 91.22 0.59 10.20 par:pre; -profite profiter VER 67.20 91.22 13.06 12.91 imp:pre:2s;ind:pre:1s;ind:pre:3s; -profitent profiter VER 67.20 91.22 1.67 3.24 ind:pre:3p; -profiter profiter VER 67.20 91.22 22.50 25.14 inf; -profitera profiter VER 67.20 91.22 0.76 0.74 ind:fut:3s; -profiterai profiter VER 67.20 91.22 1.00 0.47 ind:fut:1s; -profiteraient profiter VER 67.20 91.22 0.05 0.47 cnd:pre:3p; -profiterais profiter VER 67.20 91.22 0.31 0.27 cnd:pre:1s;cnd:pre:2s; -profiterait profiter VER 67.20 91.22 0.27 1.22 cnd:pre:3s; -profiteras profiter VER 67.20 91.22 0.23 0.07 ind:fut:2s; -profiterez profiter VER 67.20 91.22 0.18 0.07 ind:fut:2p; -profiteriez profiter VER 67.20 91.22 0.04 0.00 cnd:pre:2p; -profiterole profiterole NOM f s 0.06 0.07 0.00 0.07 -profiteroles profiterole NOM f p 0.06 0.07 0.06 0.00 -profiterons profiter VER 67.20 91.22 0.54 0.14 ind:fut:1p; -profiteront profiter VER 67.20 91.22 0.27 0.14 ind:fut:3p; -profites profiter VER 67.20 91.22 6.34 0.61 ind:pre:2s;sub:pre:2s; -profiteur profiteur NOM m s 1.00 1.35 0.50 0.54 -profiteurs profiteur NOM m p 1.00 1.35 0.47 0.74 -profiteuse profiteur NOM f s 1.00 1.35 0.03 0.07 -profitez profiter VER 67.20 91.22 8.51 1.49 imp:pre:2p;ind:pre:2p; -profitiez profiter VER 67.20 91.22 0.19 0.07 ind:imp:2p; -profitions profiter VER 67.20 91.22 0.04 0.47 ind:imp:1p; -profitâmes profiter VER 67.20 91.22 0.00 0.14 ind:pas:1p; -profitons profiter VER 67.20 91.22 2.41 0.41 imp:pre:1p;ind:pre:1p; -profitât profiter VER 67.20 91.22 0.00 0.34 sub:imp:3s; -profits profit NOM m p 14.29 25.00 2.04 2.23 -profitèrent profiter VER 67.20 91.22 0.00 0.95 ind:pas:3p; -profité profiter VER m s 67.20 91.22 6.89 12.16 par:pas; -profitée profiter VER f s 67.20 91.22 0.00 0.07 par:pas; -profond profond ADJ m s 42.41 105.74 24.72 47.77 -profonde profond ADJ f s 42.41 105.74 11.71 37.97 -profondes profond ADJ f p 42.41 105.74 3.80 11.55 -profondeur profondeur NOM f s 13.30 32.64 8.84 17.84 -profondeurs profondeur NOM f p 13.30 32.64 4.46 14.80 -profonds profond ADJ m p 42.41 105.74 2.19 8.45 -profondément profondément ADV 19.00 34.59 19.00 34.59 -profs prof NOM p 37.82 20.20 7.46 5.14 -profère proférer VER 0.88 8.24 0.22 1.01 ind:pre:3s; -profèrent proférer VER 0.88 8.24 0.01 0.14 ind:pre:3p; -proféra proférer VER 0.88 8.24 0.02 1.62 ind:pas:3s; -proféraient proférer VER 0.88 8.24 0.00 0.07 ind:imp:3p; -proférait proférer VER 0.88 8.24 0.01 0.95 ind:imp:3s; -proférant proférer VER 0.88 8.24 0.05 0.54 par:pre; -proférations profération NOM f p 0.00 0.07 0.00 0.07 -proférer proférer VER 0.88 8.24 0.36 1.89 inf; -proféreraient proférer VER 0.88 8.24 0.00 0.07 cnd:pre:3p; -proférez proférer VER 0.88 8.24 0.02 0.00 ind:pre:2p; -proférions proférer VER 0.88 8.24 0.00 0.07 ind:imp:1p; -proférât proférer VER 0.88 8.24 0.00 0.07 sub:imp:3s; -proféré proférer VER m s 0.88 8.24 0.16 0.88 par:pas; -proférée proférer VER f s 0.88 8.24 0.02 0.34 par:pas; -proférées proférer VER f p 0.88 8.24 0.01 0.27 par:pas; -proférés proférer VER m p 0.88 8.24 0.00 0.34 par:pas; -profus profus ADJ m s 0.01 0.47 0.00 0.14 -profuse profus ADJ f s 0.01 0.47 0.01 0.27 -profuses profus ADJ f p 0.01 0.47 0.00 0.07 -profusion profusion NOM f s 0.24 4.73 0.24 4.66 -profusions profusion NOM f p 0.24 4.73 0.00 0.07 -progestérone progestérone NOM f s 0.07 0.07 0.07 0.07 -prognathe prognathe ADJ s 0.00 0.47 0.00 0.47 -prognathisme prognathisme NOM m s 0.01 0.00 0.01 0.00 -programma programmer VER 7.14 2.30 0.01 0.14 ind:pas:3s; -programmable programmable ADJ f s 0.06 0.00 0.04 0.00 -programmables programmable ADJ p 0.06 0.00 0.01 0.00 -programmaient programmer VER 7.14 2.30 0.01 0.07 ind:imp:3p; -programmait programmer VER 7.14 2.30 0.01 0.14 ind:imp:3s; -programmateur programmateur NOM m s 0.19 0.14 0.04 0.07 -programmateurs programmateur NOM m p 0.19 0.14 0.14 0.07 -programmation programmation NOM f s 1.09 0.41 1.09 0.41 -programmatrice programmateur ADJ f s 0.14 0.00 0.10 0.00 -programme programme NOM m s 49.11 26.49 44.16 21.89 -programment programmer VER 7.14 2.30 0.06 0.14 ind:pre:3p; -programmer programmer VER 7.14 2.30 1.36 0.14 inf; -programmerai programmer VER 7.14 2.30 0.04 0.00 ind:fut:1s; -programmes programme NOM m p 49.11 26.49 4.95 4.59 -programmeur programmeur NOM m s 0.64 0.00 0.38 0.00 -programmeurs programmeur NOM m p 0.64 0.00 0.21 0.00 -programmeuse programmeur NOM f s 0.64 0.00 0.05 0.00 -programmez programmer VER 7.14 2.30 0.33 0.07 imp:pre:2p;ind:pre:2p; -programmons programmer VER 7.14 2.30 0.01 0.00 imp:pre:1p; -programmé programmer VER m s 7.14 2.30 3.10 0.68 par:pas; -programmée programmer VER f s 7.14 2.30 0.78 0.27 par:pas; -programmées programmer VER f p 7.14 2.30 0.32 0.27 par:pas; -programmés programmer VER m p 7.14 2.30 0.45 0.27 par:pas; -progressa progresser VER 9.92 15.81 0.01 0.47 ind:pas:3s; -progressai progresser VER 9.92 15.81 0.00 0.14 ind:pas:1s; -progressaient progresser VER 9.92 15.81 0.01 0.95 ind:imp:3p; -progressais progresser VER 9.92 15.81 0.13 0.27 ind:imp:1s; -progressait progresser VER 9.92 15.81 0.22 2.91 ind:imp:3s; -progressant progresser VER 9.92 15.81 0.04 1.82 par:pre; -progresse progresser VER 9.92 15.81 3.74 2.91 imp:pre:2s;ind:pre:1s;ind:pre:3s; -progressent progresser VER 9.92 15.81 0.52 1.08 ind:pre:3p; -progresser progresser VER 9.92 15.81 2.23 3.04 inf; -progressera progresser VER 9.92 15.81 0.22 0.00 ind:fut:3s; -progresseraient progresser VER 9.92 15.81 0.00 0.07 cnd:pre:3p; -progresserais progresser VER 9.92 15.81 0.02 0.14 cnd:pre:1s;cnd:pre:2s; -progresserait progresser VER 9.92 15.81 0.01 0.07 cnd:pre:3s; -progresserez progresser VER 9.92 15.81 0.04 0.00 ind:fut:2p; -progresserons progresser VER 9.92 15.81 0.16 0.00 ind:fut:1p; -progresseront progresser VER 9.92 15.81 0.03 0.07 ind:fut:3p; -progresses progresser VER 9.92 15.81 0.63 0.00 ind:pre:2s; -progressez progresser VER 9.92 15.81 0.36 0.00 imp:pre:2p;ind:pre:2p; -progressif progressif ADJ m s 1.01 5.27 0.42 2.09 -progression progression NOM f s 1.73 6.62 1.61 6.62 -progressions progression NOM f p 1.73 6.62 0.13 0.00 -progressisme progressisme NOM m s 0.01 0.34 0.01 0.34 -progressiste progressiste ADJ s 1.08 1.08 0.81 0.68 -progressistes progressiste ADJ p 1.08 1.08 0.28 0.41 -progressive progressif ADJ f s 1.01 5.27 0.57 2.97 -progressivement progressivement ADV 1.44 8.24 1.44 8.24 -progressives progressif ADJ f p 1.01 5.27 0.02 0.20 -progressons progresser VER 9.92 15.81 0.55 0.27 imp:pre:1p;ind:pre:1p; -progressèrent progresser VER 9.92 15.81 0.00 0.07 ind:pas:3p; -progressé progresser VER m s 9.92 15.81 0.98 1.15 par:pas; -progressée progresser VER f s 9.92 15.81 0.01 0.00 par:pas; -progrès progrès NOM m 18.52 29.73 18.52 29.73 -progéniteur progéniteur NOM m s 0.00 0.07 0.00 0.07 -progéniture progéniture NOM f s 1.64 2.64 1.60 2.57 -progénitures progéniture NOM f p 1.64 2.64 0.04 0.07 -prohibait prohiber VER 0.41 1.01 0.01 0.27 ind:imp:3s; -prohibe prohiber VER 0.41 1.01 0.02 0.14 ind:pre:3s; -prohibent prohiber VER 0.41 1.01 0.01 0.00 ind:pre:3p; -prohibition prohibition NOM f s 0.79 0.54 0.79 0.54 -prohibitive prohibitif ADJ f s 0.02 0.00 0.02 0.00 -prohibé prohiber VER m s 0.41 1.01 0.19 0.27 par:pas; -prohibée prohibé ADJ f s 0.41 0.61 0.18 0.20 -prohibées prohibé ADJ f p 0.41 0.61 0.04 0.07 -prohibés prohibé ADJ m p 0.41 0.61 0.15 0.07 -proie proie NOM f s 10.61 32.50 9.19 29.59 -proies proie NOM f p 10.61 32.50 1.42 2.91 -projecteur projecteur NOM m s 5.02 12.91 3.09 5.14 -projecteurs projecteur NOM m p 5.02 12.91 1.93 7.77 -projectif projectif ADJ m s 0.01 0.00 0.01 0.00 -projectile projectile NOM m s 1.40 4.46 0.82 1.69 -projectiles projectile NOM m p 1.40 4.46 0.58 2.77 -projection projection NOM f s 4.66 6.69 3.75 5.41 -projectionniste projectionniste NOM s 0.52 0.14 0.50 0.14 -projectionnistes projectionniste NOM p 0.52 0.14 0.02 0.00 -projections projection NOM f p 4.66 6.69 0.91 1.28 -projet projet NOM m s 69.59 70.00 44.18 39.86 -projeta projeter VER 9.75 32.77 0.03 1.28 ind:pas:3s; -projetai projeter VER 9.75 32.77 0.00 0.41 ind:pas:1s; -projetaient projeter VER 9.75 32.77 0.19 1.76 ind:imp:3p; -projetais projeter VER 9.75 32.77 0.24 0.74 ind:imp:1s;ind:imp:2s; -projetait projeter VER 9.75 32.77 0.00 6.69 ind:imp:3s; -projetant projeter VER 9.75 32.77 0.25 2.16 par:pre; -projeter projeter VER 9.75 32.77 1.59 3.11 inf; -projetez projeter VER 9.75 32.77 0.28 0.00 imp:pre:2p;ind:pre:2p; -projetiez projeter VER 9.75 32.77 0.05 0.00 ind:imp:2p; -projetions projeter VER 9.75 32.77 0.05 0.20 ind:imp:1p; -projetâmes projeter VER 9.75 32.77 0.01 0.07 ind:pas:1p; -projetons projeter VER 9.75 32.77 0.38 0.07 imp:pre:1p;ind:pre:1p; -projetât projeter VER 9.75 32.77 0.00 0.14 sub:imp:3s; -projets projet NOM m p 69.59 70.00 25.41 30.14 -projette projeter VER 9.75 32.77 2.34 4.73 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -projettent projeter VER 9.75 32.77 0.39 0.81 ind:pre:3p; -projettera projeter VER 9.75 32.77 0.05 0.07 ind:fut:3s; -projetterait projeter VER 9.75 32.77 0.00 0.07 cnd:pre:3s; -projetteriez projeter VER 9.75 32.77 0.00 0.07 cnd:pre:2p; -projetterons projeter VER 9.75 32.77 0.02 0.00 ind:fut:1p; -projettes projeter VER 9.75 32.77 0.33 0.00 ind:pre:2s; -projetèrent projeter VER 9.75 32.77 0.01 0.07 ind:pas:3p; -projeté projeter VER m s 9.75 32.77 2.31 5.54 par:pas; -projetée projeter VER f s 9.75 32.77 0.47 2.57 par:pas; -projetées projeter VER f p 9.75 32.77 0.14 0.41 par:pas; -projetés projeter VER m p 9.75 32.77 0.62 1.82 par:pas; -projo projo NOM m s 0.66 0.14 0.36 0.00 -projos projo NOM m p 0.66 0.14 0.30 0.14 -prolapsus prolapsus NOM m 0.15 0.00 0.15 0.00 -prolifique prolifique ADJ s 0.20 1.62 0.17 0.95 -prolifiques prolifique ADJ p 0.20 1.62 0.03 0.68 -prolifère proliférer VER 0.73 2.09 0.16 0.61 ind:pre:1s;ind:pre:3s; -prolifèrent proliférer VER 0.73 2.09 0.21 0.27 ind:pre:3p; -proliféraient proliférer VER 0.73 2.09 0.00 0.27 ind:imp:3p; -proliférait proliférer VER 0.73 2.09 0.01 0.14 ind:imp:3s; -proliférant proliférer VER 0.73 2.09 0.01 0.00 par:pre; -proliférante proliférant ADJ f s 0.00 0.54 0.00 0.14 -proliférantes proliférant ADJ f p 0.00 0.54 0.00 0.27 -proliférants proliférant ADJ m p 0.00 0.54 0.00 0.07 -prolifération prolifération NOM f s 0.37 1.08 0.37 1.08 -proliférer proliférer VER 0.73 2.09 0.30 0.54 inf; -proliférera proliférer VER 0.73 2.09 0.01 0.00 ind:fut:3s; -proliféré proliférer VER m s 0.73 2.09 0.03 0.27 par:pas; -proline proline NOM f s 0.03 0.00 0.03 0.00 -prolixe prolixe ADJ s 0.18 1.62 0.18 1.28 -prolixes prolixe ADJ p 0.18 1.62 0.00 0.34 -prolixité prolixité NOM f s 0.00 0.20 0.00 0.20 -prolo prolo NOM s 0.90 3.04 0.58 1.35 -prologue prologue NOM m s 1.38 1.42 1.38 1.42 -prolongateur prolongateur NOM m s 0.01 0.00 0.01 0.00 -prolongation prolongation NOM f s 0.97 0.81 0.74 0.54 -prolongations prolongation NOM f p 0.97 0.81 0.23 0.27 -prolonge prolonger VER 5.27 35.00 0.99 4.86 imp:pre:2s;ind:pre:1s;ind:pre:3s; -prolongea prolonger VER 5.27 35.00 0.13 1.89 ind:pas:3s; -prolongeaient prolonger VER 5.27 35.00 0.00 2.09 ind:imp:3p; -prolongeais prolonger VER 5.27 35.00 0.00 0.27 ind:imp:1s; -prolongeait prolonger VER 5.27 35.00 0.11 4.46 ind:imp:3s; -prolongeant prolonger VER 5.27 35.00 0.16 2.57 par:pre; -prolongement prolongement NOM m s 0.36 4.66 0.35 3.65 -prolongements prolongement NOM m p 0.36 4.66 0.01 1.01 -prolongent prolonger VER 5.27 35.00 0.19 0.95 ind:pre:3p; -prolongeât prolonger VER 5.27 35.00 0.00 0.34 sub:imp:3s; -prolonger prolonger VER 5.27 35.00 2.42 9.39 inf; -prolongera prolonger VER 5.27 35.00 0.11 0.14 ind:fut:3s; -prolongeraient prolonger VER 5.27 35.00 0.00 0.27 cnd:pre:3p; -prolongerait prolonger VER 5.27 35.00 0.00 0.74 cnd:pre:3s; -prolongerons prolonger VER 5.27 35.00 0.01 0.07 ind:fut:1p; -prolonges prolonger VER 5.27 35.00 0.04 0.07 ind:pre:2s; -prolongez prolonger VER 5.27 35.00 0.00 0.07 ind:pre:2p; -prolongèrent prolonger VER 5.27 35.00 0.01 0.41 ind:pas:3p; -prolongé prolonger VER m s 5.27 35.00 0.41 2.97 par:pas; -prolongée prolongé ADJ f s 1.14 6.49 0.59 2.23 -prolongées prolongé ADJ f p 1.14 6.49 0.06 0.74 -prolongés prolongé ADJ m p 1.14 6.49 0.17 0.81 -prolos prolo NOM p 0.90 3.04 0.32 1.69 -prolégomènes prolégomènes NOM m p 0.00 0.68 0.00 0.68 -prolétaire prolétaire NOM s 1.79 3.78 0.83 1.35 -prolétaires prolétaire NOM p 1.79 3.78 0.96 2.43 -prolétariat prolétariat NOM m s 1.12 3.65 1.12 3.58 -prolétariats prolétariat NOM m p 1.12 3.65 0.00 0.07 -prolétarien prolétarien ADJ m s 0.56 2.36 0.14 0.47 -prolétarienne prolétarien ADJ f s 0.56 2.36 0.42 1.55 -prolétariennes prolétarien ADJ f p 0.56 2.36 0.00 0.20 -prolétariens prolétarien ADJ m p 0.56 2.36 0.00 0.14 -prolétarisation prolétarisation NOM f s 0.00 0.14 0.00 0.14 -prolétariser prolétariser VER 0.00 0.14 0.00 0.14 inf; -promîmes promettre VER 185.26 101.42 0.01 0.07 ind:pas:1p; -promît promettre VER 185.26 101.42 0.00 0.14 sub:imp:3s; -promazine promazine NOM f s 0.01 0.00 0.01 0.00 -promena promener VER 37.80 97.77 0.01 4.26 ind:pas:3s; -promenade promenade NOM f s 15.34 58.11 13.45 42.43 -promenades promenade NOM f p 15.34 58.11 1.88 15.68 -promenai promener VER 37.80 97.77 0.01 1.42 ind:pas:1s; -promenaient promener VER 37.80 97.77 0.23 5.68 ind:imp:3p; -promenais promener VER 37.80 97.77 1.84 2.84 ind:imp:1s;ind:imp:2s; -promenait promener VER 37.80 97.77 1.33 12.50 ind:imp:3s; -promenant promener VER 37.80 97.77 0.68 6.82 par:pre; -promener promener VER 37.80 97.77 20.02 32.43 inf;;inf;;inf;; -promeneur promeneur NOM m s 0.57 8.92 0.22 2.77 -promeneurs promeneur NOM m p 0.57 8.92 0.33 5.47 -promeneuse promeneur NOM f s 0.57 8.92 0.02 0.27 -promeneuses promeneur NOM f p 0.57 8.92 0.00 0.41 -promenez promener VER 37.80 97.77 0.91 0.61 imp:pre:2p;ind:pre:2p; -promeniez promener VER 37.80 97.77 0.03 0.20 ind:imp:2p; -promenions promener VER 37.80 97.77 0.21 1.89 ind:imp:1p; -promenoir promenoir NOM m s 0.00 0.54 0.00 0.54 -promenâmes promener VER 37.80 97.77 0.01 0.20 ind:pas:1p; -promenons promener VER 37.80 97.77 0.15 0.74 imp:pre:1p;ind:pre:1p; -promenât promener VER 37.80 97.77 0.00 0.07 sub:imp:3s; -promenèrent promener VER 37.80 97.77 0.00 1.35 ind:pas:3p; -promené promener VER m s 37.80 97.77 0.85 4.26 par:pas; -promenée promener VER f s 37.80 97.77 0.39 2.09 par:pas; -promenées promener VER f p 37.80 97.77 0.02 0.34 par:pas; -promenés promener VER m p 37.80 97.77 0.75 2.57 par:pas; -promesse promesse NOM f s 32.20 40.20 20.45 21.76 -promesses promesse NOM f p 32.20 40.20 11.75 18.45 -promet promettre VER 185.26 101.42 8.16 6.35 ind:pre:3s; -promets promettre VER 185.26 101.42 68.81 12.30 imp:pre:2s;ind:pre:1s;ind:pre:2s; -promettaient promettre VER 185.26 101.42 0.17 1.82 ind:imp:3p; -promettais promettre VER 185.26 101.42 0.39 1.69 ind:imp:1s;ind:imp:2s; -promettait promettre VER 185.26 101.42 0.82 8.72 ind:imp:3s; -promettant promettre VER 185.26 101.42 0.77 3.38 par:pre; -promette promettre VER 185.26 101.42 0.67 0.34 sub:pre:1s;sub:pre:3s; -promettent promettre VER 185.26 101.42 0.77 1.28 ind:pre:3p; -promettes promettre VER 185.26 101.42 0.67 0.07 sub:pre:2s; -prometteur prometteur ADJ m s 3.96 2.57 2.75 1.15 -prometteurs prometteur ADJ m p 3.96 2.57 0.29 0.61 -prometteuse prometteur ADJ f s 3.96 2.57 0.76 0.54 -prometteuses prometteur ADJ f p 3.96 2.57 0.16 0.27 -promettez promettre VER 185.26 101.42 7.25 1.42 imp:pre:2p;ind:pre:2p; -promettiez promettre VER 185.26 101.42 0.19 0.14 ind:imp:2p; -promettons promettre VER 185.26 101.42 0.76 0.20 imp:pre:1p;ind:pre:1p; -promettra promettre VER 185.26 101.42 0.03 0.00 ind:fut:3s; -promettrai promettre VER 185.26 101.42 0.28 0.00 ind:fut:1s; -promettraient promettre VER 185.26 101.42 0.00 0.07 cnd:pre:3p; -promettrais promettre VER 185.26 101.42 0.03 0.07 cnd:pre:1s;cnd:pre:2s; -promettrait promettre VER 185.26 101.42 0.00 0.14 cnd:pre:3s; -promettras promettre VER 185.26 101.42 0.00 0.07 ind:fut:2s; -promettre promettre VER 185.26 101.42 10.05 7.16 inf; -promettriez promettre VER 185.26 101.42 0.01 0.00 cnd:pre:2p; -promettront promettre VER 185.26 101.42 0.01 0.14 ind:fut:3p; -promeut promouvoir VER 6.08 3.11 0.04 0.00 ind:pre:3s; -promirent promettre VER 185.26 101.42 0.01 0.34 ind:pas:3p; -promis promettre VER m 185.26 101.42 82.83 42.43 ind:pas:1s;ind:pas:2s;par:pas;par:pas;par:pas; -promiscuité promiscuité NOM f s 0.57 4.26 0.57 3.85 -promiscuités promiscuité NOM f p 0.57 4.26 0.00 0.41 -promise promis ADJ f s 10.21 6.62 2.26 4.12 -promises promettre VER f p 185.26 101.42 0.34 0.81 par:pas; -promit promettre VER 185.26 101.42 0.52 10.61 ind:pas:3s; -promo promo NOM f s 4.86 0.34 4.74 0.34 -promontoire promontoire NOM m s 0.18 3.24 0.18 2.77 -promontoires promontoire NOM m p 0.18 3.24 0.00 0.47 -promos promo NOM f p 4.86 0.34 0.12 0.00 -promoteur promoteur NOM m s 1.41 1.82 1.12 0.81 -promoteurs promoteur NOM m p 1.41 1.82 0.28 1.01 -promotion promotion NOM f s 14.81 7.64 14.12 6.55 -promotionnait promotionner VER 0.00 0.07 0.00 0.07 ind:imp:3s; -promotionnel promotionnel ADJ m s 0.23 0.14 0.10 0.07 -promotionnelle promotionnel ADJ f s 0.23 0.14 0.08 0.00 -promotionnelles promotionnel ADJ f p 0.23 0.14 0.05 0.07 -promotions promotion NOM f p 14.81 7.64 0.70 1.08 -promotrice promoteur NOM f s 1.41 1.82 0.01 0.00 -promouvaient promouvoir VER 6.08 3.11 0.01 0.07 ind:imp:3p; -promouvez promouvoir VER 6.08 3.11 0.01 0.00 ind:pre:2p; -promouvoir promouvoir VER 6.08 3.11 1.56 0.74 inf; -prompt prompt ADJ m s 2.06 8.65 1.70 3.72 -prompte prompt ADJ f s 2.06 8.65 0.22 2.57 -promptement promptement ADV 0.35 2.70 0.35 2.70 -promptes prompt ADJ f p 2.06 8.65 0.03 0.61 -prompteur prompteur NOM m s 0.24 0.07 0.21 0.00 -prompteurs prompteur NOM m p 0.24 0.07 0.03 0.07 -promptitude promptitude NOM f s 0.21 2.23 0.21 2.23 -prompto prompto ADV 0.00 0.07 0.00 0.07 -prompts prompt ADJ m p 2.06 8.65 0.12 1.76 -promène promener VER 37.80 97.77 6.97 11.55 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -promènent promener VER 37.80 97.77 1.58 3.11 ind:pre:3p; -promènera promener VER 37.80 97.77 0.30 0.14 ind:fut:3s; -promènerai promener VER 37.80 97.77 0.06 0.81 ind:fut:1s; -promèneraient promener VER 37.80 97.77 0.12 0.20 cnd:pre:3p; -promènerais promener VER 37.80 97.77 0.01 0.27 cnd:pre:1s; -promènerait promener VER 37.80 97.77 0.16 0.34 cnd:pre:3s; -promèneras promener VER 37.80 97.77 0.03 0.14 ind:fut:2s; -promènerez promener VER 37.80 97.77 0.04 0.07 ind:fut:2p; -promènerions promener VER 37.80 97.77 0.00 0.07 cnd:pre:1p; -promènerons promener VER 37.80 97.77 0.01 0.14 ind:fut:1p; -promènes promener VER 37.80 97.77 1.08 0.68 ind:pre:2s; -promu promouvoir VER m s 6.08 3.11 3.56 1.62 par:pas; -promue promouvoir VER f s 6.08 3.11 0.65 0.34 par:pas; -promues promouvoir VER f p 6.08 3.11 0.00 0.07 par:pas; -promulgation promulgation NOM f s 0.04 0.34 0.04 0.34 -promulguait promulguer VER 0.24 1.82 0.00 0.20 ind:imp:3s; -promulguant promulguer VER 0.24 1.82 0.10 0.07 par:pre; -promulguer promulguer VER 0.24 1.82 0.06 0.41 inf; -promulguera promulguer VER 0.24 1.82 0.00 0.07 ind:fut:3s; -promulgué promulguer VER m s 0.24 1.82 0.04 0.20 par:pas; -promulguée promulguer VER f s 0.24 1.82 0.01 0.34 par:pas; -promulguées promulguer VER f p 0.24 1.82 0.03 0.41 par:pas; -promulgués promulguer VER m p 0.24 1.82 0.00 0.14 par:pas; -promus promouvoir VER m p 6.08 3.11 0.23 0.20 ind:pas:1s;par:pas; -promut promouvoir VER 6.08 3.11 0.01 0.07 ind:pas:3s; -prométhéen prométhéen ADJ m s 0.04 0.00 0.03 0.00 -prométhéenne prométhéen ADJ f s 0.04 0.00 0.01 0.00 -pronateurs pronateur ADJ m p 0.01 0.00 0.01 0.00 -pronation pronation NOM f s 0.04 0.14 0.04 0.14 -pronom pronom NOM m s 0.22 0.74 0.12 0.68 -pronominal pronominal ADJ m s 0.00 0.20 0.00 0.07 -pronominale pronominal ADJ f s 0.00 0.20 0.00 0.07 -pronominaux pronominal ADJ m p 0.00 0.20 0.00 0.07 -pronoms pronom NOM m p 0.22 0.74 0.10 0.07 -prononce prononcer VER 24.81 86.08 5.82 9.19 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -prononcent prononcer VER 24.81 86.08 0.51 0.74 ind:pre:3p; -prononcer prononcer VER 24.81 86.08 7.56 21.76 inf; -prononcera prononcer VER 24.81 86.08 0.10 0.54 ind:fut:3s; -prononcerai prononcer VER 24.81 86.08 0.20 0.00 ind:fut:1s; -prononceraient prononcer VER 24.81 86.08 0.00 0.14 cnd:pre:3p; -prononcerais prononcer VER 24.81 86.08 0.02 0.00 cnd:pre:1s;cnd:pre:2s; -prononcerait prononcer VER 24.81 86.08 0.03 0.47 cnd:pre:3s; -prononceras prononcer VER 24.81 86.08 0.03 0.00 ind:fut:2s; -prononcerez prononcer VER 24.81 86.08 0.02 0.14 ind:fut:2p; -prononceriez prononcer VER 24.81 86.08 0.00 0.07 cnd:pre:2p; -prononcerons prononcer VER 24.81 86.08 0.12 0.00 ind:fut:1p; -prononceront prononcer VER 24.81 86.08 0.02 0.14 ind:fut:3p; -prononces prononcer VER 24.81 86.08 0.85 0.00 ind:pre:2s; -prononcez prononcer VER 24.81 86.08 0.91 0.41 imp:pre:2p;ind:pre:2p; -prononciation prononciation NOM f s 0.68 1.69 0.67 1.55 -prononciations prononciation NOM f p 0.68 1.69 0.01 0.14 -prononciez prononcer VER 24.81 86.08 0.18 0.00 ind:imp:2p; -prononcions prononcer VER 24.81 86.08 0.04 0.14 ind:imp:1p; -prononcèrent prononcer VER 24.81 86.08 0.00 0.41 ind:pas:3p; -prononcé prononcer VER m s 24.81 86.08 4.99 16.69 par:pas; -prononcée prononcer VER f s 24.81 86.08 0.57 4.59 par:pas; -prononcées prononcer VER f p 24.81 86.08 0.18 1.69 par:pas; -prononcés prononcer VER m p 24.81 86.08 0.50 4.12 par:pas; -prononça prononcer VER 24.81 86.08 0.58 8.78 ind:pas:3s; -prononçable prononçable ADJ s 0.00 0.27 0.00 0.27 -prononçai prononcer VER 24.81 86.08 0.01 1.28 ind:pas:1s; -prononçaient prononcer VER 24.81 86.08 0.01 1.15 ind:imp:3p; -prononçais prononcer VER 24.81 86.08 0.05 0.47 ind:imp:1s; -prononçait prononcer VER 24.81 86.08 0.38 8.58 ind:imp:3s; -prononçant prononcer VER 24.81 86.08 0.95 3.85 par:pre; -prononças prononcer VER 24.81 86.08 0.10 0.00 ind:pas:2s; -prononçons prononcer VER 24.81 86.08 0.07 0.20 imp:pre:1p;ind:pre:1p; -prononçât prononcer VER 24.81 86.08 0.00 0.54 sub:imp:3s; -pronostic pronostic NOM m s 1.78 2.70 0.90 1.01 -pronostics pronostic NOM m p 1.78 2.70 0.89 1.69 -pronostiquait pronostiquer VER 0.12 0.47 0.01 0.20 ind:imp:3s; -pronostique pronostiquer VER 0.12 0.47 0.06 0.14 ind:pre:1s;ind:pre:3s; -pronostiquer pronostiquer VER 0.12 0.47 0.04 0.14 inf; -pronostiqueur pronostiqueur NOM m s 0.06 0.00 0.06 0.00 -pronostiquiez pronostiquer VER 0.12 0.47 0.01 0.00 ind:imp:2p; -pronunciamiento pronunciamiento NOM m s 0.00 0.14 0.00 0.14 -propagande propagande NOM f s 4.98 10.07 4.98 9.86 -propagandes propagande NOM f p 4.98 10.07 0.00 0.20 -propagandiste propagandiste NOM s 0.02 0.54 0.01 0.20 -propagandistes propagandiste NOM p 0.02 0.54 0.01 0.34 -propagateur propagateur NOM m s 0.03 0.41 0.02 0.14 -propagateurs propagateur NOM m p 0.03 0.41 0.01 0.27 -propagation propagation NOM f s 0.59 0.95 0.59 0.88 -propagations propagation NOM f p 0.59 0.95 0.00 0.07 -propage propager VER 6.42 6.01 1.98 0.81 ind:pre:1s;ind:pre:3s; -propagea propager VER 6.42 6.01 0.01 0.61 ind:pas:3s; -propageaient propager VER 6.42 6.01 0.00 0.61 ind:imp:3p; -propageait propager VER 6.42 6.01 0.20 1.01 ind:imp:3s; -propageant propager VER 6.42 6.01 0.08 0.27 par:pre; -propagent propager VER 6.42 6.01 0.30 0.68 ind:pre:3p; -propageât propager VER 6.42 6.01 0.00 0.07 sub:imp:3s; -propager propager VER 6.42 6.01 1.99 0.88 inf; -propagera propager VER 6.42 6.01 0.41 0.00 ind:fut:3s; -propageraient propager VER 6.42 6.01 0.00 0.07 cnd:pre:3p; -propagerait propager VER 6.42 6.01 0.08 0.00 cnd:pre:3s; -propagez propager VER 6.42 6.01 0.05 0.14 imp:pre:2p;ind:pre:2p; -propagèrent propager VER 6.42 6.01 0.01 0.20 ind:pas:3p; -propagé propager VER m s 6.42 6.01 0.96 0.34 par:pas; -propagée propager VER f s 6.42 6.01 0.30 0.14 par:pas; -propagées propager VER f p 6.42 6.01 0.02 0.14 par:pas; -propagés propager VER m p 6.42 6.01 0.02 0.07 par:pas; -propane propane NOM m s 0.39 0.00 0.39 0.00 -propension propension NOM f s 0.41 1.96 0.41 1.96 -propergol propergol NOM m s 0.01 0.00 0.01 0.00 -prophase prophase NOM f s 0.02 0.00 0.02 0.00 -prophète prophète NOM m s 12.36 10.61 8.49 6.42 -prophètes prophète NOM m p 12.36 10.61 2.83 4.05 -prophétesse prophète NOM f s 12.36 10.61 1.04 0.14 -prophétie prophétie NOM f s 5.36 3.51 3.69 1.89 -prophéties prophétie NOM f p 5.36 3.51 1.66 1.62 -prophétique prophétique ADJ s 0.84 1.55 0.55 1.01 -prophétiquement prophétiquement ADV 0.00 0.07 0.00 0.07 -prophétiques prophétique ADJ p 0.84 1.55 0.29 0.54 -prophétisaient prophétiser VER 0.43 1.35 0.00 0.20 ind:imp:3p; -prophétisait prophétiser VER 0.43 1.35 0.00 0.47 ind:imp:3s; -prophétisant prophétiser VER 0.43 1.35 0.02 0.00 par:pre; -prophétise prophétiser VER 0.43 1.35 0.02 0.27 imp:pre:2s;ind:pre:3s; -prophétisent prophétiser VER 0.43 1.35 0.02 0.07 ind:pre:3p; -prophétiser prophétiser VER 0.43 1.35 0.14 0.14 inf; -prophétisez prophétiser VER 0.43 1.35 0.00 0.07 ind:pre:2p; -prophétisé prophétiser VER m s 0.43 1.35 0.22 0.14 par:pas; -prophylactique prophylactique ADJ s 0.17 0.41 0.14 0.14 -prophylactiques prophylactique ADJ m p 0.17 0.41 0.03 0.27 -prophylaxie prophylaxie NOM f s 0.04 0.14 0.04 0.14 -propice propice ADJ s 2.86 9.80 2.13 7.77 -propices propice ADJ p 2.86 9.80 0.73 2.03 -propionate propionate NOM m s 0.01 0.07 0.01 0.07 -propitiatoire propitiatoire ADJ s 0.00 0.68 0.00 0.47 -propitiatoires propitiatoire ADJ f p 0.00 0.68 0.00 0.20 -propolis propolis NOM m 0.10 0.00 0.10 0.00 -proportion proportion NOM f s 3.17 12.70 1.30 4.26 -proportionnalité proportionnalité NOM f s 0.12 0.00 0.12 0.00 -proportionnel proportionnel ADJ m s 0.86 1.08 0.20 0.34 -proportionnelle proportionnel ADJ f s 0.86 1.08 0.51 0.74 -proportionnellement proportionnellement ADV 0.08 0.34 0.08 0.34 -proportionnelles proportionnel ADJ f p 0.86 1.08 0.15 0.00 -proportionner proportionner VER 0.07 1.22 0.00 0.14 inf; -proportionné proportionné ADJ m s 0.46 0.74 0.16 0.41 -proportionnée proportionné ADJ f s 0.46 0.74 0.26 0.20 -proportionnées proportionner VER f p 0.07 1.22 0.02 0.00 par:pas; -proportionnés proportionné ADJ m p 0.46 0.74 0.04 0.07 -proportions proportion NOM f p 3.17 12.70 1.87 8.45 -propos propos NOM m 115.21 106.28 115.21 106.28 -proposa proposer VER 70.00 119.66 0.52 22.91 ind:pas:3s; -proposai proposer VER 70.00 119.66 0.01 2.50 ind:pas:1s; -proposaient proposer VER 70.00 119.66 0.10 3.11 ind:imp:3p; -proposais proposer VER 70.00 119.66 0.80 3.11 ind:imp:1s;ind:imp:2s; -proposait proposer VER 70.00 119.66 0.48 15.61 ind:imp:3s; -proposant proposer VER 70.00 119.66 0.64 3.38 par:pre; -propose proposer VER 70.00 119.66 23.57 21.55 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -proposent proposer VER 70.00 119.66 1.21 2.16 ind:pre:3p; -proposer proposer VER 70.00 119.66 13.44 15.54 inf;; -proposera proposer VER 70.00 119.66 0.28 0.34 ind:fut:3s; -proposerai proposer VER 70.00 119.66 0.48 0.14 ind:fut:1s; -proposeraient proposer VER 70.00 119.66 0.03 0.14 cnd:pre:3p; -proposerais proposer VER 70.00 119.66 0.28 0.41 cnd:pre:1s;cnd:pre:2s; -proposerait proposer VER 70.00 119.66 0.01 0.74 cnd:pre:3s; -proposeras proposer VER 70.00 119.66 0.05 0.07 ind:fut:2s; -proposerez proposer VER 70.00 119.66 0.04 0.14 ind:fut:2p; -proposeriez proposer VER 70.00 119.66 0.01 0.00 cnd:pre:2p; -proposerions proposer VER 70.00 119.66 0.00 0.07 cnd:pre:1p; -proposerons proposer VER 70.00 119.66 0.19 0.00 ind:fut:1p; -proposeront proposer VER 70.00 119.66 0.13 0.14 ind:fut:3p; -proposes proposer VER 70.00 119.66 5.20 0.61 ind:pre:2s; -proposez proposer VER 70.00 119.66 3.30 1.82 imp:pre:2p;ind:pre:2p; -proposiez proposer VER 70.00 119.66 0.09 0.00 ind:imp:2p; -proposions proposer VER 70.00 119.66 0.04 0.41 ind:imp:1p; -proposition proposition NOM f s 22.43 20.14 19.28 12.64 -propositions proposition NOM f p 22.43 20.14 3.15 7.50 -proposâmes proposer VER 70.00 119.66 0.00 0.07 ind:pas:1p; -proposons proposer VER 70.00 119.66 1.13 0.27 imp:pre:1p;ind:pre:1p; -proposât proposer VER 70.00 119.66 0.00 0.41 sub:imp:3s; -proposèrent proposer VER 70.00 119.66 0.01 1.08 ind:pas:3p; -proposé proposer VER m s 70.00 119.66 16.86 18.92 imp:pre:2s;par:pas; -proposée proposer VER f s 70.00 119.66 0.44 1.96 par:pas; -proposées proposé ADJ f p 0.54 1.15 0.14 0.27 -proposés proposer VER m p 70.00 119.66 0.63 1.22 par:pas; -propre_à_rien propre_à_rien NOM m s 0.00 0.07 0.00 0.07 -propre propre ADJ s 163.24 207.50 120.61 149.80 -proprement proprement ADV 4.54 16.22 4.54 16.22 -propres propre ADJ p 163.24 207.50 42.63 57.70 -propret propret ADJ m s 0.18 2.03 0.02 0.81 -proprets propret ADJ m p 0.18 2.03 0.03 0.07 -proprette propret ADJ f s 0.18 2.03 0.10 0.54 -proprettes propret ADJ f p 0.18 2.03 0.02 0.61 -propreté propreté NOM f s 2.17 7.97 2.17 7.97 -proprio proprio NOM m s 3.55 4.12 3.08 3.78 -proprios proprio NOM m p 3.55 4.12 0.47 0.34 -propriétaire propriétaire NOM s 37.27 32.77 29.77 23.51 -propriétaires propriétaire NOM p 37.27 32.77 7.50 9.26 -propriété propriété NOM f s 22.70 20.61 19.18 17.43 -propriétés propriété NOM f p 22.70 20.61 3.52 3.18 -propédeute propédeute NOM s 0.00 0.07 0.00 0.07 -propulsa propulser VER 1.37 5.95 0.01 0.61 ind:pas:3s; -propulsaient propulser VER 1.37 5.95 0.00 0.14 ind:imp:3p; -propulsais propulser VER 1.37 5.95 0.00 0.07 ind:imp:1s; -propulsait propulser VER 1.37 5.95 0.01 0.47 ind:imp:3s; -propulsant propulser VER 1.37 5.95 0.04 0.27 par:pre; -propulse propulser VER 1.37 5.95 0.32 0.88 imp:pre:2s;ind:pre:1s;ind:pre:3s; -propulsent propulser VER 1.37 5.95 0.02 0.20 ind:pre:3p; -propulser propulser VER 1.37 5.95 0.22 0.74 inf; -propulsera propulser VER 1.37 5.95 0.07 0.00 ind:fut:3s; -propulserait propulser VER 1.37 5.95 0.01 0.00 cnd:pre:3s; -propulseur propulseur NOM m s 1.88 0.07 0.69 0.07 -propulseurs propulseur NOM m p 1.88 0.07 1.18 0.00 -propulsif propulsif ADJ m s 0.01 0.00 0.01 0.00 -propulsion propulsion NOM f s 2.07 0.34 2.05 0.34 -propulsions propulsion NOM f p 2.07 0.34 0.02 0.00 -propulsât propulser VER 1.37 5.95 0.00 0.07 sub:imp:3s; -propulsé propulser VER m s 1.37 5.95 0.36 1.35 par:pas; -propulsée propulser VER f s 1.37 5.95 0.19 0.88 par:pas; -propulsées propulser VER f p 1.37 5.95 0.02 0.07 par:pas; -propulsés propulser VER m p 1.37 5.95 0.10 0.20 par:pas; -propylène propylène NOM m s 0.05 0.00 0.05 0.00 -propylées propylée NOM m p 0.00 0.14 0.00 0.14 -prorata prorata NOM m 0.15 0.20 0.15 0.20 -prorogation prorogation NOM f s 0.04 0.07 0.04 0.07 -proroger proroger VER 0.10 0.14 0.10 0.00 inf; -prorogé proroger VER m s 0.10 0.14 0.00 0.14 par:pas; -pros pro NOM p 19.45 2.03 5.00 0.41 -prosaïque prosaïque ADJ s 0.30 1.55 0.28 0.88 -prosaïquement prosaïquement ADV 0.00 0.47 0.00 0.47 -prosaïques prosaïque ADJ p 0.30 1.55 0.03 0.68 -prosaïsme prosaïsme NOM m s 0.00 0.14 0.00 0.14 -prosateur prosateur NOM m s 0.00 0.20 0.00 0.14 -prosateurs prosateur NOM m p 0.00 0.20 0.00 0.07 -proscenium proscenium NOM m s 0.01 0.14 0.01 0.14 -proscription proscription NOM f s 0.01 0.27 0.01 0.20 -proscriptions proscription NOM f p 0.01 0.27 0.00 0.07 -proscrire proscrire VER 1.19 1.28 0.35 0.14 inf; -proscrit proscrire VER m s 1.19 1.28 0.53 0.27 ind:pre:3s;par:pas; -proscrite proscrire VER f s 1.19 1.28 0.02 0.07 par:pas; -proscrites proscrire VER f p 1.19 1.28 0.11 0.07 par:pas; -proscrits proscrit NOM m p 0.55 0.54 0.33 0.41 -proscrivait proscrire VER 1.19 1.28 0.00 0.14 ind:imp:3s; -proscrivant proscrire VER 1.19 1.28 0.00 0.14 par:pre; -proscrivit proscrire VER 1.19 1.28 0.00 0.14 ind:pas:3s; -prose prose NOM f s 0.81 3.31 0.81 3.31 -prosit prosit ONO 0.38 0.41 0.38 0.41 -prosodie prosodie NOM f s 0.00 0.27 0.00 0.27 -prosodique prosodique ADJ f s 0.00 0.07 0.00 0.07 -prosopopées prosopopée NOM f p 0.00 0.07 0.00 0.07 -prosoviétique prosoviétique ADJ s 0.00 0.07 0.00 0.07 -prospect prospect NOM m s 0.18 0.00 0.18 0.00 -prospectais prospecter VER 0.82 1.49 0.01 0.07 ind:imp:1s; -prospectait prospecter VER 0.82 1.49 0.01 0.20 ind:imp:3s; -prospectant prospecter VER 0.82 1.49 0.00 0.20 par:pre; -prospecte prospecter VER 0.82 1.49 0.04 0.14 imp:pre:2s;ind:pre:1s;ind:pre:3s; -prospecter prospecter VER 0.82 1.49 0.66 0.68 inf; -prospecteur prospecteur NOM m s 0.94 0.27 0.34 0.07 -prospecteurs prospecteur NOM m p 0.94 0.27 0.60 0.20 -prospectif prospectif ADJ m s 0.00 0.34 0.00 0.20 -prospection prospection NOM f s 0.17 2.70 0.17 2.30 -prospections prospection NOM f p 0.17 2.70 0.00 0.41 -prospective prospective NOM f s 0.02 0.14 0.02 0.14 -prospecté prospecter VER m s 0.82 1.49 0.11 0.14 par:pas; -prospectus prospectus NOM m 2.06 6.49 2.06 6.49 -prospère prospère ADJ s 3.54 3.18 3.19 2.23 -prospèrent prospérer VER 1.31 2.03 0.16 0.41 ind:pre:3p; -prospères prospère ADJ p 3.54 3.18 0.35 0.95 -prospéra prospérer VER 1.31 2.03 0.05 0.14 ind:pas:3s; -prospéraient prospérer VER 1.31 2.03 0.00 0.41 ind:imp:3p; -prospérait prospérer VER 1.31 2.03 0.04 0.41 ind:imp:3s; -prospérer prospérer VER 1.31 2.03 0.44 0.47 inf; -prospérera prospérer VER 1.31 2.03 0.05 0.00 ind:fut:3s; -prospéreraient prospérer VER 1.31 2.03 0.01 0.00 cnd:pre:3p; -prospérité prospérité NOM f s 3.09 5.14 3.08 4.93 -prospérités prospérité NOM f p 3.09 5.14 0.01 0.20 -prospérons prospérer VER 1.31 2.03 0.01 0.00 ind:pre:1p; -prospérèrent prospérer VER 1.31 2.03 0.00 0.07 ind:pas:3p; -prospéré prospérer VER m s 1.31 2.03 0.34 0.00 par:pas; -prostate prostate NOM f s 1.59 1.42 1.59 1.42 -prostatectomie prostatectomie NOM f s 0.01 0.00 0.01 0.00 -prostatique prostatique ADJ s 0.04 0.20 0.04 0.20 -prostatite prostatite NOM f s 0.11 0.00 0.11 0.00 -prosterna prosterner VER 1.75 4.73 0.01 0.68 ind:pas:3s; -prosternaient prosterner VER 1.75 4.73 0.04 0.07 ind:imp:3p; -prosternais prosterner VER 1.75 4.73 0.14 0.07 ind:imp:1s; -prosternait prosterner VER 1.75 4.73 0.00 0.20 ind:imp:3s; -prosternant prosterner VER 1.75 4.73 0.18 0.14 par:pre; -prosternation prosternation NOM f s 0.11 0.27 0.09 0.07 -prosternations prosternation NOM f p 0.11 0.27 0.02 0.20 -prosterne prosterner VER 1.75 4.73 0.52 0.27 imp:pre:2s;ind:pre:1s;ind:pre:3s; -prosternent prosterner VER 1.75 4.73 0.12 0.07 ind:pre:3p; -prosterner prosterner VER 1.75 4.73 0.12 0.95 inf; -prosternera prosterner VER 1.75 4.73 0.07 0.00 ind:fut:3s; -prosternerait prosterner VER 1.75 4.73 0.00 0.07 cnd:pre:3s; -prosterneras prosterner VER 1.75 4.73 0.00 0.14 ind:fut:2s; -prosternerons prosterner VER 1.75 4.73 0.03 0.00 ind:fut:1p; -prosterneront prosterner VER 1.75 4.73 0.01 0.00 ind:fut:3p; -prosternez prosterner VER 1.75 4.73 0.49 0.14 imp:pre:2p;ind:pre:2p; -prosternons prosterner VER 1.75 4.73 0.01 0.00 imp:pre:1p; -prosternèrent prosterner VER 1.75 4.73 0.01 0.14 ind:pas:3p; -prosterné prosterner VER m s 1.75 4.73 0.01 1.15 par:pas; -prosternée prosterner VER f s 1.75 4.73 0.00 0.27 par:pas; -prosternées prosterner VER f p 1.75 4.73 0.00 0.14 par:pas; -prosternés prosterner VER m p 1.75 4.73 0.01 0.27 par:pas; -prosthétique prosthétique ADJ m s 0.01 0.00 0.01 0.00 -prostitua prostituer VER 3.24 1.49 0.00 0.07 ind:pas:3s; -prostituais prostituer VER 3.24 1.49 0.03 0.00 ind:imp:1s; -prostituait prostituer VER 3.24 1.49 0.16 0.20 ind:imp:3s; -prostituant prostituer VER 3.24 1.49 0.01 0.07 par:pre; -prostitue prostituer VER 3.24 1.49 0.92 0.07 ind:pre:1s;ind:pre:3s; -prostituent prostituer VER 3.24 1.49 0.13 0.07 ind:pre:3p; -prostituer prostituer VER 3.24 1.49 0.77 0.47 inf; -prostituerais prostituer VER 3.24 1.49 0.14 0.00 cnd:pre:2s; -prostitution prostitution NOM f s 6.72 2.97 6.72 2.77 -prostitutionnel prostitutionnel ADJ m s 0.00 0.07 0.00 0.07 -prostitutions prostitution NOM f p 6.72 2.97 0.00 0.20 -prostitué prostituer VER m s 3.24 1.49 0.44 0.00 par:pas; -prostituée prostitué NOM f s 14.21 9.46 7.53 5.68 -prostituées prostitué NOM f p 14.21 9.46 5.63 3.58 -prostitués prostitué NOM m p 14.21 9.46 0.61 0.14 -prostrant prostrer VER 0.00 0.07 0.00 0.07 par:pre; -prostration prostration NOM f s 0.14 1.01 0.14 0.95 -prostrations prostration NOM f p 0.14 1.01 0.00 0.07 -prostré prostré ADJ m s 0.42 4.93 0.25 2.03 -prostrée prostré ADJ f s 0.42 4.93 0.15 2.36 -prostrées prostré ADJ f p 0.42 4.93 0.00 0.07 -prostrés prostré ADJ m p 0.42 4.93 0.02 0.47 -prosélyte prosélyte NOM s 0.14 0.20 0.14 0.00 -prosélytes prosélyte NOM p 0.14 0.20 0.00 0.20 -prosélytique prosélytique ADJ m s 0.00 0.07 0.00 0.07 -prosélytisme prosélytisme NOM m s 0.20 0.47 0.20 0.47 -protagoniste protagoniste NOM s 0.72 2.03 0.42 0.54 -protagonistes protagoniste NOM p 0.72 2.03 0.30 1.49 -protal protal NOM m s 0.01 0.20 0.01 0.20 -prote prote NOM m s 0.00 1.35 0.00 1.22 -protecteur protecteur NOM m s 3.79 5.61 2.71 4.26 -protecteurs protecteur NOM m p 3.79 5.61 0.79 0.68 -protection protection NOM f s 24.78 17.64 23.88 17.09 -protectionnisme protectionnisme NOM m s 0.02 0.14 0.02 0.14 -protections protection NOM f p 24.78 17.64 0.91 0.54 -protectorat protectorat NOM m s 0.18 1.01 0.18 0.88 -protectorats protectorat NOM m p 0.18 1.01 0.00 0.14 -protectrice protecteur ADJ f s 3.98 10.68 0.92 3.58 -protectrices protecteur ADJ f p 3.98 10.68 0.21 0.74 -protes prote NOM m p 0.00 1.35 0.00 0.14 -protesta protester VER 10.13 38.58 0.04 8.99 ind:pas:3s; -protestai protester VER 10.13 38.58 0.00 2.43 ind:pas:1s; -protestaient protester VER 10.13 38.58 0.05 0.61 ind:imp:3p; -protestais protester VER 10.13 38.58 0.03 1.01 ind:imp:1s; -protestait protester VER 10.13 38.58 0.08 4.12 ind:imp:3s; -protestant protestant ADJ m s 2.66 3.99 0.91 1.42 -protestante protestant ADJ f s 2.66 3.99 0.91 1.15 -protestantes protestant ADJ f p 2.66 3.99 0.14 0.61 -protestantisme protestantisme NOM m s 0.31 0.81 0.31 0.81 -protestants protestant NOM m p 2.43 4.12 1.79 1.76 -protestataires protestataire NOM p 0.07 0.07 0.07 0.07 -protestation protestation NOM f s 3.14 13.45 1.69 6.49 -protestations protestation NOM f p 3.14 13.45 1.45 6.96 -proteste protester VER 10.13 38.58 3.06 6.82 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -protestent protester VER 10.13 38.58 1.06 0.61 ind:pre:3p; -protester protester VER 10.13 38.58 3.44 8.65 inf; -protestera protester VER 10.13 38.58 0.31 0.14 ind:fut:3s; -protesterai protester VER 10.13 38.58 0.05 0.14 ind:fut:1s; -protesterais protester VER 10.13 38.58 0.01 0.20 cnd:pre:1s;cnd:pre:2s; -protesterait protester VER 10.13 38.58 0.02 0.07 cnd:pre:3s; -protesterons protester VER 10.13 38.58 0.02 0.00 ind:fut:1p; -protestes protester VER 10.13 38.58 0.04 0.14 ind:pre:2s; -protestez protester VER 10.13 38.58 0.52 0.61 imp:pre:2p;ind:pre:2p; -protestions protester VER 10.13 38.58 0.00 0.14 ind:imp:1p; -protestâmes protester VER 10.13 38.58 0.00 0.07 ind:pas:1p; -protestons protester VER 10.13 38.58 0.36 0.00 imp:pre:1p;ind:pre:1p; -protestât protester VER 10.13 38.58 0.00 0.07 sub:imp:3s; -protestèrent protester VER 10.13 38.58 0.01 0.20 ind:pas:3p; -protesté protester VER m s 10.13 38.58 0.88 2.64 par:pas; -protestés protester VER m p 10.13 38.58 0.01 0.00 par:pas; -proteus proteus NOM m 0.62 0.00 0.62 0.00 -proèdre proèdre NOM m s 0.00 0.07 0.00 0.07 -prothrombine prothrombine NOM f s 0.04 0.00 0.04 0.00 -prothèse prothèse NOM f s 2.11 1.69 1.73 0.68 -prothèses prothèse NOM f p 2.11 1.69 0.39 1.01 -prothésiste prothésiste NOM s 0.23 0.00 0.10 0.00 -prothésistes prothésiste NOM p 0.23 0.00 0.14 0.00 -prothétique prothétique ADJ f s 0.01 0.00 0.01 0.00 -protide protide NOM m s 0.14 0.07 0.00 0.07 -protides protide NOM m p 0.14 0.07 0.14 0.00 -protidique protidique ADJ m s 0.01 0.00 0.01 0.00 -protistes protiste NOM m p 0.01 0.00 0.01 0.00 -protococcus protococcus NOM m 0.01 0.00 0.01 0.00 -protocolaire protocolaire ADJ s 0.06 1.22 0.06 0.95 -protocolaires protocolaire ADJ p 0.06 1.22 0.00 0.27 -protocole protocole NOM m s 6.01 5.61 4.36 5.34 -protocoles protocole NOM m p 6.01 5.61 1.66 0.27 -protocoques protocoque NOM m p 0.01 0.00 0.01 0.00 -protohistoire protohistoire NOM f s 0.00 0.14 0.00 0.14 -proton proton NOM m s 0.53 0.14 0.21 0.07 -protonique protonique ADJ s 0.09 0.00 0.09 0.00 -protonotaire protonotaire NOM m s 0.00 0.34 0.00 0.34 -protons proton NOM m p 0.53 0.14 0.32 0.07 -protoplasme protoplasme NOM m s 0.09 0.00 0.08 0.00 -protoplasmes protoplasme NOM m p 0.09 0.00 0.01 0.00 -protoplasmique protoplasmique ADJ f s 0.00 0.07 0.00 0.07 -protoplaste protoplaste NOM m s 0.01 0.00 0.01 0.00 -prototype prototype NOM m s 2.81 1.08 2.29 0.74 -prototypes prototype NOM m p 2.81 1.08 0.53 0.34 -protoxyde protoxyde NOM m s 0.11 0.00 0.11 0.00 -protozoaire protozoaire NOM m s 0.04 0.00 0.04 0.00 -protrusion protrusion NOM f s 0.01 0.00 0.01 0.00 -protège_cahier protège_cahier NOM m s 0.01 0.07 0.01 0.07 -protège_dents protège_dents NOM m 0.10 0.27 0.10 0.27 -protège_slip protège_slip NOM m s 0.03 0.00 0.03 0.00 -protège_tibia protège_tibia NOM m s 0.02 0.00 0.02 0.00 -protège protéger VER 130.71 72.23 27.45 9.53 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -protègent protéger VER 130.71 72.23 3.87 2.43 ind:pre:3p;sub:pre:3p; -protèges protéger VER 130.71 72.23 2.37 0.27 ind:pre:2s;sub:pre:2s; -protéase protéase NOM f s 0.01 0.00 0.01 0.00 -protubérance protubérance NOM f s 0.42 0.74 0.33 0.47 -protubérances protubérance NOM f p 0.42 0.74 0.09 0.27 -protubérant protubérant ADJ m s 0.04 0.34 0.04 0.07 -protubérante protubérant ADJ f s 0.04 0.34 0.00 0.07 -protubérantes protubérant ADJ f p 0.04 0.34 0.00 0.14 -protubérants protubérant ADJ m p 0.04 0.34 0.00 0.07 -protégea protéger VER 130.71 72.23 0.03 0.41 ind:pas:3s; -protégeai protéger VER 130.71 72.23 0.00 0.14 ind:pas:1s; -protégeaient protéger VER 130.71 72.23 0.81 2.97 ind:imp:3p; -protégeais protéger VER 130.71 72.23 1.10 0.47 ind:imp:1s;ind:imp:2s; -protégeait protéger VER 130.71 72.23 2.42 8.45 ind:imp:3s; -protégeant protéger VER 130.71 72.23 1.15 3.65 par:pre; -protégeons protéger VER 130.71 72.23 0.81 0.00 imp:pre:1p;ind:pre:1p; -protégeât protéger VER 130.71 72.23 0.00 0.07 sub:imp:3s; -protéger protéger VER 130.71 72.23 62.53 26.82 inf;;inf;;inf;;inf;; -protégera protéger VER 130.71 72.23 4.26 0.34 ind:fut:3s; -protégerai protéger VER 130.71 72.23 1.90 0.07 ind:fut:1s; -protégeraient protéger VER 130.71 72.23 0.09 0.27 cnd:pre:3p; -protégerais protéger VER 130.71 72.23 0.21 0.07 cnd:pre:1s;cnd:pre:2s; -protégerait protéger VER 130.71 72.23 0.40 0.95 cnd:pre:3s; -protégeras protéger VER 130.71 72.23 0.31 0.00 ind:fut:2s; -protégerez protéger VER 130.71 72.23 0.29 0.00 ind:fut:2p; -protégeriez protéger VER 130.71 72.23 0.06 0.00 cnd:pre:2p; -protégerons protéger VER 130.71 72.23 0.18 0.00 ind:fut:1p; -protégeront protéger VER 130.71 72.23 0.49 0.14 ind:fut:3p; -protégez protéger VER 130.71 72.23 5.38 0.34 imp:pre:2p;ind:pre:2p; -protégiez protéger VER 130.71 72.23 0.27 0.00 ind:imp:2p; -protégions protéger VER 130.71 72.23 0.14 0.20 ind:imp:1p; -protégé protéger VER m s 130.71 72.23 7.76 6.69 par:pas; -protégée protéger VER f s 130.71 72.23 3.68 3.85 par:pas; -protégées protéger VER f p 130.71 72.23 0.73 1.15 par:pas; -protégés protéger VER m p 130.71 72.23 2.03 2.97 par:pas; -protéiforme protéiforme ADJ s 0.01 0.14 0.01 0.14 -protéine protéine NOM f s 3.59 0.47 0.89 0.07 -protéines protéine NOM f p 3.59 0.47 2.71 0.41 -protéinique protéinique ADJ m s 0.01 0.00 0.01 0.00 -protéiné protéiné ADJ m s 0.20 0.00 0.08 0.00 -protéinée protéiné ADJ f s 0.20 0.00 0.12 0.00 -protéinurie protéinurie NOM f s 0.04 0.00 0.04 0.00 -protéique protéique ADJ s 0.11 0.00 0.11 0.00 -protéolytique protéolytique ADJ f s 0.00 0.07 0.00 0.07 -protêt protêt NOM m s 0.00 0.14 0.00 0.07 -protêts protêt NOM m p 0.00 0.14 0.00 0.07 -proudhonisme proudhonisme NOM m s 0.00 0.07 0.00 0.07 -proue proue NOM f s 1.30 5.47 1.30 5.34 -proues proue NOM f p 1.30 5.47 0.00 0.14 -prouesse prouesse NOM f s 1.15 5.14 0.27 1.42 -prouesses prouesse NOM f p 1.15 5.14 0.88 3.72 -proéminait proéminer VER 0.00 0.14 0.00 0.07 ind:imp:3s; -proémine proéminer VER 0.00 0.14 0.00 0.07 ind:pre:3s; -proéminence proéminence NOM f s 0.01 0.14 0.01 0.00 -proéminences proéminence NOM f p 0.01 0.14 0.00 0.14 -proéminent proéminent ADJ m s 0.46 2.36 0.04 1.15 -proéminente proéminent ADJ f s 0.46 2.36 0.03 0.68 -proéminentes proéminent ADJ f p 0.46 2.36 0.15 0.20 -proéminents proéminent ADJ m p 0.46 2.36 0.25 0.34 -proustien proustien ADJ m s 0.02 0.14 0.02 0.00 -proustienne proustien ADJ f s 0.02 0.14 0.00 0.14 -prout prout ONO 0.04 0.27 0.04 0.27 -prouts prout NOM m p 0.32 0.00 0.07 0.00 -prouva prouver VER 88.82 52.43 0.04 0.88 ind:pas:3s; -prouvable prouvable ADJ s 0.02 0.07 0.02 0.07 -prouvai prouver VER 88.82 52.43 0.00 0.07 ind:pas:1s; -prouvaient prouver VER 88.82 52.43 0.14 1.22 ind:imp:3p; -prouvais prouver VER 88.82 52.43 0.08 0.07 ind:imp:1s; -prouvait prouver VER 88.82 52.43 0.53 5.14 ind:imp:3s; -prouvant prouver VER 88.82 52.43 1.09 1.42 par:pre; -prouve prouver VER 88.82 52.43 23.25 13.45 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:1s;sub:pre:3s; -prouvent prouver VER 88.82 52.43 2.71 1.35 ind:pre:3p; -prouver prouver VER 88.82 52.43 41.05 21.15 inf; -prouvera prouver VER 88.82 52.43 2.18 0.27 ind:fut:3s; -prouverai prouver VER 88.82 52.43 2.82 0.34 ind:fut:1s; -prouveraient prouver VER 88.82 52.43 0.01 0.07 cnd:pre:3p; -prouverait prouver VER 88.82 52.43 0.91 0.54 cnd:pre:3s; -prouveras prouver VER 88.82 52.43 0.34 0.07 ind:fut:2s; -prouverez prouver VER 88.82 52.43 0.26 0.14 ind:fut:2p; -prouverons prouver VER 88.82 52.43 0.29 0.00 ind:fut:1p; -prouveront prouver VER 88.82 52.43 0.62 0.20 ind:fut:3p; -prouves prouver VER 88.82 52.43 0.45 0.00 ind:pre:2s; -prouvez prouver VER 88.82 52.43 2.44 0.07 imp:pre:2p;ind:pre:2p; -prouviez prouver VER 88.82 52.43 0.33 0.00 ind:imp:2p; -prouvons prouver VER 88.82 52.43 0.27 0.07 imp:pre:1p;ind:pre:1p; -prouvèrent prouver VER 88.82 52.43 0.01 0.20 ind:pas:3p; -prouvé prouver VER m s 88.82 52.43 8.53 5.41 par:pas; -prouvée prouver VER f s 88.82 52.43 0.24 0.34 par:pas; -prouvées prouver VER f p 88.82 52.43 0.05 0.00 par:pas; -prouvés prouver VER m p 88.82 52.43 0.20 0.00 par:pas; -provenaient provenir VER 13.66 15.34 0.41 1.55 ind:imp:3p; -provenait provenir VER 13.66 15.34 0.98 3.04 ind:imp:3s; -provenance provenance NOM f s 3.73 5.27 3.73 4.80 -provenances provenance NOM f p 3.73 5.27 0.00 0.47 -provenant provenir VER 13.66 15.34 3.74 6.15 par:pre; -provende provende NOM f s 0.00 0.95 0.00 0.95 -provenir provenir VER 13.66 15.34 1.36 1.89 inf; -provençal provençal ADJ m s 0.05 3.58 0.01 1.28 -provençale provençal ADJ f s 0.05 3.58 0.03 1.69 -provençales provençal ADJ f p 0.05 3.58 0.01 0.20 -provençaux provençal ADJ m p 0.05 3.58 0.00 0.41 -provenu provenir VER m s 13.66 15.34 0.01 0.00 par:pas; -proverbe proverbe NOM m s 4.90 4.19 3.90 2.64 -proverbes proverbe NOM m p 4.90 4.19 1.00 1.55 -proverbial proverbial ADJ m s 0.04 0.81 0.01 0.14 -proverbiale proverbial ADJ f s 0.04 0.81 0.02 0.68 -providence providence NOM f s 2.04 2.50 2.04 2.50 -providentiel providentiel ADJ m s 0.54 3.38 0.48 1.49 -providentielle providentiel ADJ f s 0.54 3.38 0.04 1.55 -providentiellement providentiellement ADV 0.00 0.61 0.00 0.61 -providentielles providentiel ADJ f p 0.54 3.38 0.01 0.07 -providentiels providentiel ADJ m p 0.54 3.38 0.01 0.27 -provider provider NOM m s 0.03 0.00 0.03 0.00 -proviendrait provenir VER 13.66 15.34 0.03 0.07 cnd:pre:3s; -provienne provenir VER 13.66 15.34 0.16 0.07 sub:pre:3s; -proviennent provenir VER 13.66 15.34 1.77 0.61 ind:pre:3p; -provient provenir VER 13.66 15.34 5.19 1.96 ind:pre:3s; -provietnamien provietnamien ADJ m s 0.00 0.07 0.00 0.07 -province province NOM f s 12.01 30.68 10.21 24.73 -provinces province NOM f p 12.01 30.68 1.79 5.95 -provincial provincial ADJ m s 1.26 5.74 0.28 1.55 -provinciale provincial ADJ f s 1.26 5.74 0.96 3.11 -provincialement provincialement ADV 0.00 0.07 0.00 0.07 -provinciales provincial ADJ f p 1.26 5.74 0.00 0.88 -provinciaux provincial NOM m p 0.78 2.09 0.51 0.81 -proviseur proviseur NOM m s 4.45 3.58 4.43 3.45 -proviseurs proviseur NOM m p 4.45 3.58 0.02 0.14 -provision provision NOM f s 7.46 18.04 1.01 5.34 -provisionnel provisionnel ADJ m s 0.01 0.20 0.01 0.20 -provisionner provisionner VER 0.00 0.14 0.00 0.07 inf; -provisionnons provisionner VER 0.00 0.14 0.00 0.07 imp:pre:1p; -provisions provision NOM f p 7.46 18.04 6.45 12.70 -provisoire provisoire ADJ s 5.80 16.28 5.44 13.85 -provisoirement provisoirement ADV 1.52 7.84 1.52 7.84 -provisoires provisoire ADJ p 5.80 16.28 0.36 2.43 -provo provo NOM m s 0.17 0.14 0.12 0.00 -provoc provoc NOM f s 0.21 0.14 0.21 0.14 -provocant provocant ADJ m s 1.23 5.68 0.17 1.76 -provocante provocant ADJ f s 1.23 5.68 0.73 2.91 -provocantes provocant ADJ f p 1.23 5.68 0.15 0.47 -provocants provocant ADJ m p 1.23 5.68 0.17 0.54 -provocateur provocateur NOM m s 0.56 1.01 0.53 0.61 -provocateurs provocateur ADJ m p 0.32 1.15 0.04 0.47 -provocation provocation NOM f s 4.19 11.01 3.32 8.99 -provocations provocation NOM f p 4.19 11.01 0.87 2.03 -provocatrice provocateur ADJ f s 0.32 1.15 0.02 0.07 -provolone provolone NOM m s 0.18 0.00 0.18 0.00 -provoqua provoquer VER 34.19 48.85 0.44 3.38 ind:pas:3s; -provoquai provoquer VER 34.19 48.85 0.00 0.07 ind:pas:1s; -provoquaient provoquer VER 34.19 48.85 0.08 2.30 ind:imp:3p; -provoquais provoquer VER 34.19 48.85 0.37 0.34 ind:imp:1s;ind:imp:2s; -provoquait provoquer VER 34.19 48.85 1.06 6.89 ind:imp:3s; -provoquant provoquer VER 34.19 48.85 0.95 2.97 par:pre; -provoque provoquer VER 34.19 48.85 7.12 5.27 imp:pre:2s;ind:pre:1s;ind:pre:3s; -provoquent provoquer VER 34.19 48.85 1.20 1.22 ind:pre:3p; -provoquer provoquer VER 34.19 48.85 9.30 12.23 inf; -provoquera provoquer VER 34.19 48.85 0.65 0.27 ind:fut:3s; -provoquerai provoquer VER 34.19 48.85 0.04 0.00 ind:fut:1s; -provoqueraient provoquer VER 34.19 48.85 0.01 0.14 cnd:pre:3p; -provoquerais provoquer VER 34.19 48.85 0.14 0.00 cnd:pre:1s;cnd:pre:2s; -provoquerait provoquer VER 34.19 48.85 0.39 0.68 cnd:pre:3s; -provoquerez provoquer VER 34.19 48.85 0.04 0.07 ind:fut:2p; -provoqueriez provoquer VER 34.19 48.85 0.11 0.07 cnd:pre:2p; -provoquerions provoquer VER 34.19 48.85 0.01 0.07 cnd:pre:1p; -provoquerons provoquer VER 34.19 48.85 0.03 0.00 ind:fut:1p; -provoqueront provoquer VER 34.19 48.85 0.02 0.07 ind:fut:3p; -provoques provoquer VER 34.19 48.85 1.19 0.00 ind:pre:2s; -provoquez provoquer VER 34.19 48.85 0.50 0.00 imp:pre:2p;ind:pre:2p; -provoquions provoquer VER 34.19 48.85 0.00 0.07 ind:imp:1p; -provoquons provoquer VER 34.19 48.85 0.23 0.00 imp:pre:1p;ind:pre:1p; -provoquât provoquer VER 34.19 48.85 0.01 0.34 sub:imp:3s; -provoquèrent provoquer VER 34.19 48.85 0.01 0.27 ind:pas:3p; -provoqué provoquer VER m s 34.19 48.85 8.07 7.36 par:pas; -provoquée provoquer VER f s 34.19 48.85 1.27 2.50 par:pas; -provoquées provoquer VER f p 34.19 48.85 0.34 1.42 par:pas; -provoqués provoquer VER m p 34.19 48.85 0.59 0.88 par:pas; -provos provo NOM m p 0.17 0.14 0.05 0.14 -provéditeur provéditeur NOM m s 0.00 0.14 0.00 0.07 -provéditeurs provéditeur NOM m p 0.00 0.14 0.00 0.07 -proximal proximal ADJ m s 0.11 0.27 0.07 0.27 -proximale proximal ADJ f s 0.11 0.27 0.04 0.00 -proximité proximité NOM f s 3.99 14.46 3.99 14.46 -proxo proxo NOM m s 0.06 0.41 0.06 0.34 -proxos proxo NOM m p 0.06 0.41 0.00 0.07 -proxénète proxénète NOM s 0.71 1.01 0.52 0.74 -proxénètes proxénète NOM p 0.71 1.01 0.20 0.27 -proxénétisme proxénétisme NOM m s 0.42 0.41 0.42 0.41 -proze proze NOM m s 0.00 0.41 0.00 0.41 -prèle prèle NOM f s 0.02 0.00 0.02 0.00 -près_de près_de ADV 4.10 16.35 4.10 16.35 -près près PRE 134.13 285.41 134.13 285.41 -pré_salé pré_salé NOM m s 0.00 0.20 0.00 0.20 -pré_établi pré_établi ADJ m s 0.00 0.07 0.00 0.07 -pré pré NOM m s 21.59 32.50 5.03 19.80 -préadolescence préadolescence NOM f s 0.01 0.00 0.01 0.00 -préadolescente préadolescent NOM f s 0.01 0.00 0.01 0.00 -préalable préalable NOM m s 0.91 2.03 0.91 1.96 -préalablement préalablement ADV 0.08 2.03 0.08 2.03 -préalables préalable ADJ p 0.59 2.70 0.04 0.34 -préambule préambule NOM m s 0.29 2.77 0.25 2.57 -préambules préambule NOM m p 0.29 2.77 0.05 0.20 -préau préau NOM m s 0.10 4.59 0.10 3.51 -préaux préau NOM m p 0.10 4.59 0.00 1.08 -préavis préavis NOM m 2.00 1.08 2.00 1.08 -prébendes prébende NOM f p 0.00 0.20 0.00 0.20 -précaire précaire ADJ s 0.98 6.35 0.86 5.41 -précairement précairement ADV 0.00 0.47 0.00 0.47 -précaires précaire ADJ p 0.98 6.35 0.13 0.95 -précambrien précambrien ADJ m s 0.02 0.00 0.01 0.00 -précambrienne précambrien ADJ f s 0.02 0.00 0.01 0.00 -précarité précarité NOM f s 0.19 1.35 0.19 1.35 -précaution précaution NOM f s 10.26 36.01 4.80 19.39 -précautionneuse précautionneux ADJ f s 0.06 3.24 0.03 0.47 -précautionneusement précautionneusement ADV 0.01 3.72 0.01 3.72 -précautionneuses précautionneux ADJ f p 0.06 3.24 0.00 0.27 -précautionneux précautionneux ADJ m 0.06 3.24 0.04 2.50 -précautions précaution NOM f p 10.26 36.01 5.45 16.62 -précellence précellence NOM f s 0.00 0.07 0.00 0.07 -précelles précelles NOM f p 0.00 0.07 0.00 0.07 -précepte précepte NOM m s 1.55 2.23 0.17 1.08 -préceptes précepte NOM m p 1.55 2.23 1.38 1.15 -précepteur précepteur NOM m s 0.80 2.91 0.32 2.16 -précepteurs précepteur NOM m p 0.80 2.91 0.04 0.68 -préceptrice précepteur NOM f s 0.80 2.91 0.44 0.07 -précession précession NOM f s 0.00 0.20 0.00 0.20 -prêcha prêcher VER 7.82 7.43 0.12 0.20 ind:pas:3s; -prêchaient prêcher VER 7.82 7.43 0.03 0.61 ind:imp:3p; -prêchais prêcher VER 7.82 7.43 0.04 0.07 ind:imp:1s;ind:imp:2s; -prêchait prêcher VER 7.82 7.43 0.49 1.55 ind:imp:3s; -prêchant prêcher VER 7.82 7.43 0.34 0.27 par:pre; -préchauffage préchauffage NOM m s 0.02 0.00 0.02 0.00 -préchauffer préchauffer VER 0.01 0.00 0.01 0.00 inf; -prêche prêcher VER 7.82 7.43 1.70 0.74 imp:pre:2s;ind:pre:1s;ind:pre:3s; -prêchent prêcher VER 7.82 7.43 0.77 0.41 ind:pre:3p; -prêcher prêcher VER 7.82 7.43 3.06 2.36 inf; -prêches prêcher VER 7.82 7.43 0.20 0.14 ind:pre:2s; -prêcheur prêcheur NOM m s 0.82 4.59 0.58 0.74 -prêcheurs prêcheur NOM m p 0.82 4.59 0.20 3.78 -prêcheuse prêcheur NOM f s 0.82 4.59 0.03 0.07 -prêchez prêcher VER 7.82 7.43 0.25 0.07 imp:pre:2p;ind:pre:2p; -prêchi_prêcha prêchi_prêcha NOM m 0.11 0.14 0.11 0.14 -prêché prêcher VER m s 7.82 7.43 0.63 0.88 par:pas; -prêchée prêcher VER f s 7.82 7.43 0.20 0.14 par:pas; -précieuse précieux ADJ f s 24.66 39.19 6.96 8.85 -précieusement précieusement ADV 0.44 1.76 0.44 1.76 -précieuses précieux ADJ f p 24.66 39.19 1.58 7.43 -précieux précieux ADJ m 24.66 39.19 16.13 22.91 -préciosité préciosité NOM f s 0.02 1.28 0.02 1.08 -préciosités préciosité NOM f p 0.02 1.28 0.00 0.20 -précipice précipice NOM m s 1.67 3.38 1.44 1.62 -précipices précipice NOM m p 1.67 3.38 0.24 1.76 -précipita précipiter VER 11.89 66.96 0.19 14.05 ind:pas:3s; -précipitai précipiter VER 11.89 66.96 0.01 2.09 ind:pas:1s; -précipitaient précipiter VER 11.89 66.96 0.02 2.91 ind:imp:3p; -précipitais précipiter VER 11.89 66.96 0.04 0.88 ind:imp:1s;ind:imp:2s; -précipitait précipiter VER 11.89 66.96 0.08 5.95 ind:imp:3s; -précipitamment précipitamment ADV 0.99 10.14 0.99 10.14 -précipitant précipiter VER 11.89 66.96 0.31 2.23 par:pre; -précipitation précipitation NOM f s 2.35 6.35 1.90 6.15 -précipitations précipitation NOM f p 2.35 6.35 0.45 0.20 -précipite précipiter VER 11.89 66.96 2.10 11.08 imp:pre:2s;ind:pre:1s;ind:pre:3s; -précipitent précipiter VER 11.89 66.96 0.51 2.84 ind:pre:3p; -précipiter précipiter VER 11.89 66.96 2.53 9.46 inf;; -précipitera précipiter VER 11.89 66.96 0.05 0.00 ind:fut:3s; -précipiterai précipiter VER 11.89 66.96 0.04 0.14 ind:fut:1s; -précipiteraient précipiter VER 11.89 66.96 0.05 0.20 cnd:pre:3p; -précipiterais précipiter VER 11.89 66.96 0.20 0.00 cnd:pre:1s;cnd:pre:2s; -précipiterait précipiter VER 11.89 66.96 0.02 0.74 cnd:pre:3s; -précipiteras précipiter VER 11.89 66.96 0.01 0.07 ind:fut:2s; -précipiterez précipiter VER 11.89 66.96 0.00 0.07 ind:fut:2p; -précipiterions précipiter VER 11.89 66.96 0.00 0.14 cnd:pre:1p; -précipiteront précipiter VER 11.89 66.96 0.02 0.14 ind:fut:3p; -précipites précipiter VER 11.89 66.96 0.37 0.20 ind:pre:2s;sub:pre:2s; -précipitez précipiter VER 11.89 66.96 0.44 0.14 imp:pre:2p;ind:pre:2p; -précipitiez précipiter VER 11.89 66.96 0.03 0.00 ind:imp:2p; -précipitions précipiter VER 11.89 66.96 0.00 0.14 ind:imp:1p; -précipitâmes précipiter VER 11.89 66.96 0.00 0.34 ind:pas:1p; -précipitons précipiter VER 11.89 66.96 0.36 0.47 imp:pre:1p;ind:pre:1p; -précipitât précipiter VER 11.89 66.96 0.00 0.27 sub:imp:3s; -précipitèrent précipiter VER 11.89 66.96 0.20 1.82 ind:pas:3p; -précipité précipiter VER m s 11.89 66.96 2.67 6.55 par:pas; -précipitée précipiter VER f s 11.89 66.96 1.36 2.09 par:pas; -précipitées précipité ADJ f p 1.83 8.45 0.10 0.95 -précipités précipiter VER m p 11.89 66.96 0.23 1.55 par:pas; -préciputs préciput NOM m p 0.00 0.07 0.00 0.07 -précis précis ADJ m 31.59 61.82 20.18 38.24 -précisa préciser VER 9.29 48.31 0.00 8.65 ind:pas:3s; -précisai préciser VER 9.29 48.31 0.00 0.74 ind:pas:1s; -précisaient préciser VER 9.29 48.31 0.02 0.95 ind:imp:3p; -précisais préciser VER 9.29 48.31 0.01 0.47 ind:imp:1s;ind:imp:2s; -précisait préciser VER 9.29 48.31 0.06 4.26 ind:imp:3s; -précisant préciser VER 9.29 48.31 0.12 2.77 par:pre; -précise précis ADJ f s 31.59 61.82 6.97 15.68 -précisent préciser VER 9.29 48.31 0.39 0.81 ind:pre:3p; -préciser préciser VER 9.29 48.31 3.77 13.04 inf; -précisera préciser VER 9.29 48.31 0.00 0.20 ind:fut:3s; -préciserai préciser VER 9.29 48.31 0.02 0.20 ind:fut:1s; -préciserais préciser VER 9.29 48.31 0.01 0.07 cnd:pre:1s; -préciserait préciser VER 9.29 48.31 0.00 0.14 cnd:pre:3s; -préciserez préciser VER 9.29 48.31 0.00 0.07 ind:fut:2p; -préciseront préciser VER 9.29 48.31 0.00 0.07 ind:fut:3p; -précises précis ADJ f p 31.59 61.82 4.43 7.91 -précisez préciser VER 9.29 48.31 0.38 0.14 imp:pre:2p; -précision précision NOM f s 6.86 24.26 5.50 18.99 -précisions précision NOM f p 6.86 24.26 1.35 5.27 -précisons préciser VER 9.29 48.31 0.02 0.00 imp:pre:1p;ind:pre:1p; -précisât préciser VER 9.29 48.31 0.00 0.34 sub:imp:3s; -précisèrent préciser VER 9.29 48.31 0.00 0.47 ind:pas:3p; -précisé préciser VER m s 9.29 48.31 2.48 5.34 par:pas; -précisée préciser VER f s 9.29 48.31 0.14 0.74 par:pas; -précisées préciser VER f p 9.29 48.31 0.01 0.68 par:pas; -précisément précisément ADV 12.80 34.80 12.80 34.80 -précisés préciser VER m p 9.29 48.31 0.01 0.07 par:pas; -précité précité ADJ m s 0.04 0.41 0.01 0.14 -précitée précité ADJ f s 0.04 0.41 0.01 0.00 -précitées précité ADJ f p 0.04 0.41 0.01 0.20 -précités précité ADJ m p 0.04 0.41 0.01 0.07 -précoce précoce ADJ s 2.66 5.61 2.31 4.39 -précocement précocement ADV 0.01 1.15 0.01 1.15 -précoces précoce ADJ p 2.66 5.61 0.35 1.22 -précocité précocité NOM f s 0.12 1.35 0.12 1.35 -précognition précognition NOM f s 0.03 0.00 0.03 0.00 -précolombien précolombien ADJ m s 0.06 0.07 0.02 0.00 -précolombienne précolombien ADJ f s 0.06 0.07 0.04 0.00 -précolombiennes précolombien ADJ f p 0.06 0.07 0.00 0.07 -préconisa préconiser VER 1.80 1.96 0.00 0.14 ind:pas:3s; -préconisaient préconiser VER 1.80 1.96 0.00 0.20 ind:imp:3p; -préconisais préconiser VER 1.80 1.96 0.03 0.00 ind:imp:1s;ind:imp:2s; -préconisait préconiser VER 1.80 1.96 0.02 0.41 ind:imp:3s; -préconisant préconiser VER 1.80 1.96 0.01 0.00 par:pre; -préconisation préconisation NOM f s 0.01 0.00 0.01 0.00 -préconise préconiser VER 1.80 1.96 0.82 0.41 ind:pre:1s;ind:pre:3s; -préconisent préconiser VER 1.80 1.96 0.17 0.14 ind:pre:3p; -préconiser préconiser VER 1.80 1.96 0.15 0.20 inf; -préconiserais préconiser VER 1.80 1.96 0.11 0.00 cnd:pre:1s; -préconises préconiser VER 1.80 1.96 0.01 0.07 ind:pre:2s; -préconisez préconiser VER 1.80 1.96 0.14 0.00 imp:pre:2p;ind:pre:2p; -préconisiez préconiser VER 1.80 1.96 0.02 0.00 ind:imp:2p; -préconisât préconiser VER 1.80 1.96 0.00 0.07 sub:imp:3s; -préconisé préconiser VER m s 1.80 1.96 0.19 0.20 par:pas; -préconisée préconiser VER f s 1.80 1.96 0.11 0.07 par:pas; -préconisées préconiser VER f p 1.80 1.96 0.00 0.07 par:pas; -préconisés préconiser VER m p 1.80 1.96 0.01 0.00 par:pas; -préconçu préconçu ADJ m s 0.06 0.81 0.00 0.07 -préconçue préconçu ADJ f s 0.06 0.81 0.04 0.20 -préconçues préconcevoir VER f p 0.04 0.00 0.04 0.00 par:pas; -précède précéder VER 6.09 41.22 1.30 7.03 imp:pre:2s;ind:pre:1s;ind:pre:3s; -précèdent précéder VER 6.09 41.22 0.30 2.16 ind:pre:3p; -précéda précéder VER 6.09 41.22 0.01 2.09 ind:pas:3s; -précédai précéder VER 6.09 41.22 0.00 0.07 ind:pas:1s; -précédaient précéder VER 6.09 41.22 0.04 1.76 ind:imp:3p; -précédais précéder VER 6.09 41.22 0.00 0.14 ind:imp:1s; -précédait précéder VER 6.09 41.22 0.20 5.54 ind:imp:3s; -précédant précéder VER 6.09 41.22 0.87 3.78 par:pre; -précédassent précéder VER 6.09 41.22 0.00 0.07 sub:imp:3p; -précédemment précédemment ADV 11.48 2.16 11.48 2.16 -précédent précédent NOM m s 5.08 10.07 3.36 4.66 -précédente précédent ADJ f s 7.63 24.12 2.21 8.99 -précédentes précédent ADJ f p 7.63 24.12 0.94 3.38 -précédents précédent ADJ m p 7.63 24.12 2.16 5.61 -précéder précéder VER 6.09 41.22 0.09 2.23 inf; -précédera précéder VER 6.09 41.22 0.13 0.14 ind:fut:3s; -précéderai précéder VER 6.09 41.22 0.14 0.00 ind:fut:1s; -précéderaient précéder VER 6.09 41.22 0.00 0.14 cnd:pre:3p; -précéderait précéder VER 6.09 41.22 0.01 0.20 cnd:pre:3s; -précéderions précéder VER 6.09 41.22 0.00 0.07 cnd:pre:1p; -précédez précéder VER 6.09 41.22 0.50 0.07 imp:pre:2p;ind:pre:2p; -précédons précéder VER 6.09 41.22 0.02 0.00 ind:pre:1p; -précédèrent précéder VER 6.09 41.22 0.02 1.76 ind:pas:3p; -précédé précéder VER m s 6.09 41.22 1.27 7.77 par:pas; -précédée précéder VER f s 6.09 41.22 0.56 2.97 par:pas; -précédées précéder VER f p 6.09 41.22 0.18 0.41 par:pas; -précédés précéder VER m p 6.09 41.22 0.45 2.84 par:pas; -précuit précuit ADJ m s 0.12 0.00 0.01 0.00 -précuites précuit ADJ f p 0.12 0.00 0.11 0.00 -précurseur précurseur NOM m s 0.34 1.49 0.14 1.01 -précurseurs précurseur NOM m p 0.34 1.49 0.20 0.47 -prud_homme prud_homme NOM m s 0.21 0.07 0.01 0.00 -prud_homme prud_homme NOM m p 0.21 0.07 0.20 0.07 -prédateur prédateur NOM m s 2.38 0.68 1.54 0.34 -prédateurs prédateur NOM m p 2.38 0.68 0.84 0.34 -prédation prédation NOM f s 0.04 0.00 0.04 0.00 -prédatrice prédateur ADJ f s 0.40 0.54 0.11 0.07 -prude prude ADJ s 0.52 0.81 0.50 0.61 -prédelle prédelle NOM f s 0.00 0.14 0.00 0.14 -prudemment prudemment ADV 2.76 9.86 2.76 9.86 -prudence prudence NOM f s 5.04 20.07 5.04 19.32 -prudences prudence NOM f p 5.04 20.07 0.00 0.74 -prudent prudent ADJ m s 37.60 20.41 23.79 12.43 -prudente prudent ADJ f s 37.60 20.41 6.15 4.53 -prudentes prudent ADJ f p 37.60 20.41 0.54 0.68 -prudents prudent ADJ m p 37.60 20.41 7.13 2.77 -pruderie pruderie NOM f s 0.01 0.68 0.01 0.54 -pruderies pruderie NOM f p 0.01 0.68 0.00 0.14 -prudes prude NOM p 0.51 0.47 0.20 0.14 -prédestinaient prédestiner VER 0.65 0.74 0.00 0.14 ind:imp:3p; -prédestination prédestination NOM f s 0.04 1.01 0.04 0.95 -prédestinations prédestination NOM f p 0.04 1.01 0.00 0.07 -prédestiné prédestiner VER m s 0.65 0.74 0.41 0.27 par:pas; -prédestinée prédestiner VER f s 0.65 0.74 0.20 0.07 par:pas; -prédestinées prédestiné ADJ f p 0.08 0.81 0.00 0.07 -prédestinés prédestiner VER m p 0.65 0.74 0.04 0.27 par:pas; -prudhommesque prudhommesque ADJ m s 0.14 0.07 0.14 0.00 -prudhommesques prudhommesque ADJ f p 0.14 0.07 0.00 0.07 -prédicant prédicant NOM m s 0.00 0.54 0.00 0.27 -prédicants prédicant NOM m p 0.00 0.54 0.00 0.27 -prédicat prédicat NOM m s 0.01 0.00 0.01 0.00 -prédicateur prédicateur NOM m s 0.84 1.69 0.66 1.01 -prédicateurs prédicateur NOM m p 0.84 1.69 0.19 0.68 -prédication prédication NOM f s 0.29 0.61 0.25 0.41 -prédications prédication NOM f p 0.29 0.61 0.05 0.20 -prédictible prédictible ADJ s 0.01 0.00 0.01 0.00 -prédictif prédictif ADJ m s 0.05 0.00 0.01 0.00 -prédiction prédiction NOM f s 2.06 3.24 1.08 1.89 -prédictions prédiction NOM f p 2.06 3.24 0.98 1.35 -prédictive prédictif ADJ f s 0.05 0.00 0.04 0.00 -prédigestion prédigestion NOM f s 0.00 0.07 0.00 0.07 -prédigéré prédigéré ADJ m s 0.01 0.00 0.01 0.00 -prédilection prédilection NOM f s 0.35 3.18 0.34 3.11 -prédilections prédilection NOM f p 0.35 3.18 0.01 0.07 -prédira prédire VER 9.05 6.82 0.01 0.00 ind:fut:3s; -prédire prédire VER 9.05 6.82 2.52 1.28 inf; -prédirent prédire VER 9.05 6.82 0.00 0.07 ind:pas:3p; -prédirez prédire VER 9.05 6.82 0.01 0.00 ind:fut:2p; -prédis prédire VER 9.05 6.82 1.02 0.81 imp:pre:2s;ind:pre:1s;ind:pre:2s; -prédisaient prédire VER 9.05 6.82 0.03 0.14 ind:imp:3p; -prédisait prédire VER 9.05 6.82 0.12 0.61 ind:imp:3s; -prédisant prédire VER 9.05 6.82 0.12 0.20 par:pre; -prédise prédire VER 9.05 6.82 0.16 0.00 sub:pre:1s;sub:pre:3s; -prédisent prédire VER 9.05 6.82 0.25 0.20 ind:pre:3p; -prédisez prédire VER 9.05 6.82 0.04 0.00 ind:pre:2p; -prédisiez prédire VER 9.05 6.82 0.00 0.07 ind:imp:2p; -prédisposait prédisposer VER 0.27 0.68 0.00 0.07 ind:imp:3s; -prédisposant prédisposer VER 0.27 0.68 0.00 0.07 par:pre; -prédispose prédisposer VER 0.27 0.68 0.03 0.27 imp:pre:2s;ind:pre:3s; -prédisposition prédisposition NOM f s 0.46 0.41 0.21 0.27 -prédispositions prédisposition NOM f p 0.46 0.41 0.25 0.14 -prédisposé prédisposer VER m s 0.27 0.68 0.09 0.14 par:pas; -prédisposée prédisposer VER f s 0.27 0.68 0.13 0.07 par:pas; -prédisposées prédisposer VER f p 0.27 0.68 0.01 0.07 par:pas; -prédisposés prédisposer VER m p 0.27 0.68 0.01 0.00 par:pas; -prédit prédire VER m s 9.05 6.82 4.46 3.38 ind:pre:3s;par:pas; -prédite prédire VER f s 9.05 6.82 0.32 0.07 par:pas; -prédominaient prédominer VER 0.12 0.27 0.00 0.07 ind:imp:3p; -prédominait prédominer VER 0.12 0.27 0.00 0.14 ind:imp:3s; -prédominance prédominance NOM f s 0.01 0.47 0.01 0.47 -prédominant prédominant ADJ m s 0.11 0.34 0.04 0.14 -prédominante prédominant ADJ f s 0.11 0.34 0.07 0.20 -prédomine prédominer VER 0.12 0.27 0.08 0.00 ind:pre:3s; -prédominer prédominer VER 0.12 0.27 0.01 0.00 inf; -prédécesseur prédécesseur NOM m s 2.27 3.18 1.60 1.96 -prédécesseurs prédécesseur NOM m p 2.27 3.18 0.67 1.22 -prédécoupée prédécoupé ADJ f s 0.01 0.00 0.01 0.00 -prédéfini prédéfinir VER m s 0.03 0.00 0.01 0.00 par:pas; -prédéfinies prédéfinir VER f p 0.03 0.00 0.01 0.00 par:pas; -prédéterminer prédéterminer VER 0.55 0.07 0.00 0.07 inf; -prédéterminé prédéterminer VER m s 0.55 0.07 0.24 0.00 par:pas; -prédéterminée prédéterminer VER f s 0.55 0.07 0.26 0.00 par:pas; -prédéterminées prédéterminer VER f p 0.55 0.07 0.02 0.00 par:pas; -prédéterminés prédéterminer VER m p 0.55 0.07 0.02 0.00 par:pas; -préemption préemption NOM f s 0.05 0.07 0.05 0.07 -préemptive préemptif ADJ f s 0.01 0.00 0.01 0.00 -préencollé préencollé ADJ m s 0.01 0.00 0.01 0.00 -préexistaient préexister VER 0.01 0.27 0.00 0.07 ind:imp:3p; -préexistait préexister VER 0.01 0.27 0.00 0.07 ind:imp:3s; -préexistant préexistant ADJ m s 0.04 0.00 0.01 0.00 -préexistante préexistant ADJ f s 0.04 0.00 0.03 0.00 -préexistants préexistant ADJ m p 0.04 0.00 0.01 0.00 -préexiste préexister VER 0.01 0.27 0.00 0.14 ind:pre:3s; -préexisté préexister VER m s 0.01 0.27 0.01 0.00 par:pas; -préfabriqué préfabriqué ADJ m s 0.62 1.42 0.19 0.88 -préfabriquée préfabriqué ADJ f s 0.62 1.42 0.23 0.14 -préfabriquées préfabriqué ADJ f p 0.62 1.42 0.00 0.20 -préfabriqués préfabriqué ADJ m p 0.62 1.42 0.20 0.20 -préface préface NOM f s 0.42 2.97 0.42 2.64 -préfacent préfacer VER 0.04 0.34 0.00 0.07 ind:pre:3p; -préfacer préfacer VER 0.04 0.34 0.04 0.00 inf; -préfaces préface NOM f p 0.42 2.97 0.00 0.34 -préfacier préfacier NOM m s 0.00 0.07 0.00 0.07 -préfacé préfacer VER m s 0.04 0.34 0.00 0.14 par:pas; -préfacées préfacer VER f p 0.04 0.34 0.00 0.07 par:pas; -préfectance préfectance NOM f s 0.00 0.14 0.00 0.14 -préfectorale préfectoral ADJ f s 0.00 0.07 0.00 0.07 -préfecture préfecture NOM f s 3.98 7.91 3.97 7.36 -préfectures préfecture NOM f p 3.98 7.91 0.01 0.54 -préfet préfet NOM m s 7.56 8.45 7.42 7.09 -préfets préfet NOM m p 7.56 8.45 0.14 1.35 -préfiguraient préfigurer VER 0.02 1.69 0.00 0.34 ind:imp:3p; -préfigurait préfigurer VER 0.02 1.69 0.00 0.34 ind:imp:3s; -préfigurant préfigurer VER 0.02 1.69 0.00 0.07 par:pre; -préfiguration préfiguration NOM f s 0.00 0.61 0.00 0.61 -préfigure préfigurer VER 0.02 1.69 0.01 0.41 ind:pre:3s; -préfigurent préfigurer VER 0.02 1.69 0.00 0.14 ind:pre:3p; -préfigurer préfigurer VER 0.02 1.69 0.01 0.07 inf; -préfiguré préfigurer VER m s 0.02 1.69 0.00 0.07 par:pas; -préfigurée préfigurer VER f s 0.02 1.69 0.00 0.27 par:pas; -préfix préfix ADJ m 0.01 0.00 0.01 0.00 -préfixation préfixation NOM f s 0.01 0.00 0.01 0.00 -préfixe préfixe NOM m s 0.35 0.34 0.23 0.14 -préfixes préfixe NOM m p 0.35 0.34 0.12 0.20 -préformait préformer VER 0.00 0.14 0.00 0.07 ind:imp:3s; -préformation préformation NOM f s 0.00 0.07 0.00 0.07 -préformer préformer VER 0.00 0.14 0.00 0.07 inf; -préfrontal préfrontal ADJ m s 0.06 0.07 0.05 0.00 -préfrontale préfrontal ADJ f s 0.06 0.07 0.01 0.07 -préfère préférer VER 179.44 133.38 90.34 36.15 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -préfèrent préférer VER 179.44 133.38 5.94 3.85 ind:pre:3p;sub:pre:3p; -préfères préférer VER 179.44 133.38 21.62 5.68 ind:pre:2s; -préféra préférer VER 179.44 133.38 0.32 4.66 ind:pas:3s; -préférable préférable ADJ s 4.56 7.70 4.39 7.30 -préférablement préférablement ADV 0.01 0.00 0.01 0.00 -préférables préférable ADJ p 4.56 7.70 0.17 0.41 -préférai préférer VER 179.44 133.38 0.13 0.95 ind:pas:1s; -préféraient préférer VER 179.44 133.38 0.67 3.72 ind:imp:3p; -préférais préférer VER 179.44 133.38 3.66 9.19 ind:imp:1s;ind:imp:2s; -préférait préférer VER 179.44 133.38 2.85 21.55 ind:imp:3s; -préférant préférer VER 179.44 133.38 0.21 3.65 par:pre; -préférence préférence NOM f s 5.73 13.92 4.65 12.16 -préférences préférence NOM f p 5.73 13.92 1.09 1.76 -préférentiel préférentiel ADJ m s 0.16 0.14 0.06 0.07 -préférentielle préférentiel ADJ f s 0.16 0.14 0.10 0.07 -préférer préférer VER 179.44 133.38 1.68 5.95 inf; -préférera préférer VER 179.44 133.38 0.66 0.27 ind:fut:3s; -préférerai préférer VER 179.44 133.38 0.40 0.07 ind:fut:1s; -préféreraient préférer VER 179.44 133.38 0.43 0.47 cnd:pre:3p; -préférerais préférer VER 179.44 133.38 14.52 5.14 cnd:pre:1s;cnd:pre:2s; -préférerait préférer VER 179.44 133.38 1.73 1.22 cnd:pre:3s; -préféreras préférer VER 179.44 133.38 0.20 0.00 ind:fut:2s; -préférerez préférer VER 179.44 133.38 0.09 0.07 ind:fut:2p; -préféreriez préférer VER 179.44 133.38 1.17 0.68 cnd:pre:2p; -préférerions préférer VER 179.44 133.38 0.28 0.07 cnd:pre:1p; -préféreront préférer VER 179.44 133.38 0.03 0.00 ind:fut:3p; -préférez préférer VER 179.44 133.38 12.19 5.81 imp:pre:2p;ind:pre:2p; -préfériez préférer VER 179.44 133.38 0.39 0.20 ind:imp:2p; -préférions préférer VER 179.44 133.38 0.02 1.35 ind:imp:1p; -préférâmes préférer VER 179.44 133.38 0.00 0.07 ind:pas:1p; -préférons préférer VER 179.44 133.38 1.67 0.95 imp:pre:1p;ind:pre:1p; -préférât préférer VER 179.44 133.38 0.00 0.47 sub:imp:3s; -préférèrent préférer VER 179.44 133.38 0.00 0.47 ind:pas:3p; -préféré préférer VER m s 179.44 133.38 17.57 19.73 par:pas; -préférée préféré ADJ f s 27.42 11.01 9.82 3.45 -préférées préféré ADJ f p 27.42 11.01 1.80 1.15 -préférés préféré ADJ m p 27.42 11.01 2.04 1.96 -prégnance prégnance NOM f s 0.00 0.14 0.00 0.14 -prégnante prégnant ADJ f s 0.01 0.00 0.01 0.00 -préhenseur préhenseur ADJ m s 1.00 0.00 1.00 0.00 -préhensile préhensile ADJ m s 0.01 0.07 0.01 0.07 -préhension préhension NOM f s 0.10 0.07 0.10 0.07 -préhensives préhensif ADJ f p 0.00 0.07 0.00 0.07 -préhistoire préhistoire NOM f s 0.73 2.84 0.73 2.84 -préhistorien préhistorien NOM m s 0.00 0.07 0.00 0.07 -préhistorique préhistorique ADJ s 1.28 2.91 0.83 1.55 -préhistoriques préhistorique ADJ p 1.28 2.91 0.45 1.35 -préhominien préhominien NOM m s 0.00 0.07 0.00 0.07 -préindustriel préindustriel ADJ m s 0.01 0.00 0.01 0.00 -préjudice préjudice NOM m s 1.80 2.03 1.56 1.96 -préjudices préjudice NOM m p 1.80 2.03 0.25 0.07 -préjudiciable préjudiciable ADJ s 0.34 0.88 0.30 0.47 -préjudiciables préjudiciable ADJ m p 0.34 0.88 0.03 0.41 -préjuge préjuger VER 0.16 1.69 0.00 0.20 ind:pre:3s; -préjugeait préjuger VER 0.16 1.69 0.00 0.07 ind:imp:3s; -préjugeant préjuger VER 0.16 1.69 0.00 0.20 par:pre; -préjuger préjuger VER 0.16 1.69 0.02 0.88 inf; -préjugé préjugé NOM m s 4.79 10.61 0.93 2.43 -préjugée préjuger VER f s 0.16 1.69 0.00 0.07 par:pas; -préjugés préjugé NOM m p 4.79 10.61 3.86 8.18 -prélassaient prélasser VER 0.73 2.57 0.00 0.20 ind:imp:3p; -prélassais prélasser VER 0.73 2.57 0.02 0.07 ind:imp:1s; -prélassait prélasser VER 0.73 2.57 0.01 0.34 ind:imp:3s; -prélassant prélasser VER 0.73 2.57 0.01 0.14 par:pre; -prélasse prélasser VER 0.73 2.57 0.33 0.41 ind:pre:1s;ind:pre:3s; -prélassent prélasser VER 0.73 2.57 0.02 0.27 ind:pre:3p; -prélasser prélasser VER 0.73 2.57 0.33 0.88 inf; -prélassera prélasser VER 0.73 2.57 0.00 0.07 ind:fut:3s; -prélasseront prélasser VER 0.73 2.57 0.00 0.07 ind:fut:3p; -prélassez prélasser VER 0.73 2.57 0.00 0.07 ind:pre:2p; -prélassiez prélasser VER 0.73 2.57 0.01 0.00 ind:imp:2p; -prélassèrent prélasser VER 0.73 2.57 0.00 0.07 ind:pas:3p; -prélat prélat NOM m s 0.14 2.77 0.04 1.76 -prélats prélat NOM m p 0.14 2.77 0.10 1.01 -prélavage prélavage NOM m s 0.01 0.00 0.01 0.00 -prélaver prélaver VER 0.01 0.00 0.01 0.00 inf; -prélegs prélegs NOM m 0.00 0.07 0.00 0.07 -prêles prêle NOM f p 0.00 0.14 0.00 0.14 -préleva prélever VER 6.07 5.81 0.00 0.27 ind:pas:3s; -prélevaient prélever VER 6.07 5.81 0.11 0.14 ind:imp:3p; -prélevais prélever VER 6.07 5.81 0.11 0.07 ind:imp:1s; -prélevait prélever VER 6.07 5.81 0.01 0.47 ind:imp:3s; -prélevant prélever VER 6.07 5.81 0.16 0.14 par:pre; -prélever prélever VER 6.07 5.81 1.75 1.35 inf; -prélevez prélever VER 6.07 5.81 0.18 0.00 imp:pre:2p;ind:pre:2p; -prélevons prélever VER 6.07 5.81 0.07 0.00 imp:pre:1p;ind:pre:1p; -prélevèrent prélever VER 6.07 5.81 0.01 0.07 ind:pas:3p; -prélevé prélever VER m s 6.07 5.81 1.87 0.81 par:pas; -prélevée prélever VER f s 6.07 5.81 0.40 0.74 par:pas; -prélevées prélever VER f p 6.07 5.81 0.39 0.54 par:pas; -prélevés prélever VER m p 6.07 5.81 0.32 0.54 par:pas; -préliminaire préliminaire ADJ s 3.12 1.69 2.21 0.74 -préliminaires préliminaire NOM m p 1.67 1.08 1.56 0.88 -prélève prélever VER 6.07 5.81 0.59 0.41 imp:pre:2s;ind:pre:1s;ind:pre:3s; -prélèvement prélèvement NOM m s 4.33 1.28 2.43 0.54 -prélèvements prélèvement NOM m p 4.33 1.28 1.89 0.74 -prélèvent prélever VER 6.07 5.81 0.05 0.14 ind:pre:3p; -prélèveraient prélever VER 6.07 5.81 0.00 0.07 cnd:pre:3p; -prélèverait prélever VER 6.07 5.81 0.00 0.07 cnd:pre:3s; -prélèverez prélever VER 6.07 5.81 0.03 0.00 ind:fut:2p; -prélèverions prélever VER 6.07 5.81 0.02 0.00 cnd:pre:1p; -préluda préluder VER 0.00 2.57 0.00 0.20 ind:pas:3s; -préludaient préluder VER 0.00 2.57 0.00 0.07 ind:imp:3p; -préludait préluder VER 0.00 2.57 0.00 0.34 ind:imp:3s; -préludant préluder VER 0.00 2.57 0.00 0.14 par:pre; -prélude prélude NOM m s 1.23 2.91 0.89 2.36 -préludent préluder VER 0.00 2.57 0.00 0.14 ind:pre:3p; -préluder préluder VER 0.00 2.57 0.00 0.27 inf; -préluderait préluder VER 0.00 2.57 0.00 0.07 cnd:pre:3s; -préludes prélude NOM m p 1.23 2.91 0.34 0.54 -préludât préluder VER 0.00 2.57 0.00 0.07 sub:imp:3s; -préludèrent préluder VER 0.00 2.57 0.00 0.07 ind:pas:3p; -préludé préluder VER m s 0.00 2.57 0.00 0.27 par:pas; -prématurité prématurité NOM f s 0.01 0.00 0.01 0.00 -prématuré prématuré ADJ m s 2.39 3.18 1.51 1.22 -prématurée prématuré ADJ f s 2.39 3.18 0.68 1.28 -prématurées prématuré ADJ f p 2.39 3.18 0.14 0.61 -prématurément prématurément ADV 1.22 2.03 1.22 2.03 -prématurés prématuré NOM m p 1.00 0.20 0.20 0.00 -prémenstruel prémenstruel ADJ m s 0.26 0.00 0.21 0.00 -prémenstruelle prémenstruel ADJ f s 0.26 0.00 0.05 0.00 -prémices prémices NOM f p 0.34 1.35 0.34 1.35 -prémisse prémisse NOM f s 0.11 0.68 0.05 0.07 -prémisses prémisse NOM f p 0.11 0.68 0.05 0.61 -prémolaire prémolaire NOM f s 0.23 0.14 0.19 0.07 -prémolaires prémolaire NOM f p 0.23 0.14 0.04 0.07 -prémonition prémonition NOM f s 3.54 2.64 2.46 2.03 -prémonitions prémonition NOM f p 3.54 2.64 1.08 0.61 -prémonitoire prémonitoire ADJ s 0.43 1.62 0.24 1.22 -prémonitoires prémonitoire ADJ p 0.43 1.62 0.19 0.41 -prémontrés prémontré ADJ m p 0.00 0.07 0.00 0.07 -préméditait préméditer VER 0.66 1.89 0.00 0.14 ind:imp:3s; -préméditation préméditation NOM f s 1.30 1.82 1.30 1.69 -préméditations préméditation NOM f p 1.30 1.82 0.00 0.14 -prémédite préméditer VER 0.66 1.89 0.01 0.14 ind:pre:3s; -préméditer préméditer VER 0.66 1.89 0.02 0.00 inf; -préméditera préméditer VER 0.66 1.89 0.00 0.07 ind:fut:3s; -préméditons préméditer VER 0.66 1.89 0.00 0.07 ind:pre:1p; -prémédité prémédité ADJ m s 1.46 0.95 1.25 0.27 -préméditée prémédité ADJ f s 1.46 0.95 0.11 0.41 -préméditées préméditer VER f p 0.66 1.89 0.00 0.07 par:pas; -prémédités prémédité ADJ m p 1.46 0.95 0.11 0.20 -prémuni prémunir VER m s 0.07 0.95 0.02 0.14 par:pas; -prémunie prémunir VER f s 0.07 0.95 0.00 0.07 par:pas; -prémunir prémunir VER 0.07 0.95 0.04 0.54 inf; -prémuniraient prémunir VER 0.07 0.95 0.00 0.07 cnd:pre:3p; -prémunis prémunir VER m p 0.07 0.95 0.00 0.07 par:pas; -prémunissent prémunir VER 0.07 0.95 0.00 0.07 ind:pre:3p; -prénatal prénatal ADJ m s 0.46 0.54 0.27 0.14 -prénatale prénatal ADJ f s 0.46 0.54 0.12 0.41 -prénatales prénatal ADJ f p 0.46 0.54 0.05 0.00 -prénataux prénatal ADJ m p 0.46 0.54 0.02 0.00 -prune prune NOM f s 2.94 5.68 1.07 1.55 -pruneau pruneau NOM m s 1.59 3.65 0.92 1.35 -pruneaux pruneau NOM m p 1.59 3.65 0.67 2.30 -prunelle prunelle NOM f s 1.10 15.74 0.94 3.11 -prunelles prunelle NOM f p 1.10 15.74 0.16 12.64 -prunellier prunellier NOM m s 0.00 0.47 0.00 0.07 -prunelliers prunellier NOM m p 0.00 0.47 0.00 0.41 -prunes prune NOM f p 2.94 5.68 1.87 4.12 -prunier prunier NOM m s 0.96 2.57 0.49 1.28 -pruniers prunier NOM m p 0.96 2.57 0.47 1.28 -prénom_type prénom_type NOM m s 0.00 0.07 0.00 0.07 -prénom prénom NOM m s 25.88 30.47 23.18 24.19 -prénomma prénommer VER 0.83 2.36 0.00 0.07 ind:pas:3s; -prénommaient prénommer VER 0.83 2.36 0.00 0.07 ind:imp:3p; -prénommais prénommer VER 0.83 2.36 0.03 0.00 ind:imp:1s; -prénommait prénommer VER 0.83 2.36 0.02 0.81 ind:imp:3s; -prénommant prénommer VER 0.83 2.36 0.00 0.14 par:pre; -prénomme prénommer VER 0.83 2.36 0.06 0.47 imp:pre:2s;ind:pre:3s; -prénomment prénommer VER 0.83 2.36 0.14 0.07 ind:pre:3p; -prénommer prénommer VER 0.83 2.36 0.00 0.27 inf; -prénommez prénommer VER 0.83 2.36 0.02 0.00 ind:pre:2p; -prénommât prénommer VER 0.83 2.36 0.00 0.07 sub:imp:3s; -prénommèrent prénommer VER 0.83 2.36 0.01 0.00 ind:pas:3p; -prénommé prénommer VER m s 0.83 2.36 0.38 0.41 par:pas; -prénommée prénommé NOM f s 0.26 0.47 0.17 0.20 -prénoms prénom NOM m p 25.88 30.47 2.70 6.28 -prénuptial prénuptial ADJ m s 0.47 0.20 0.30 0.07 -prénuptiale prénuptial ADJ f s 0.47 0.20 0.17 0.14 -prunus prunus NOM m 0.00 0.07 0.00 0.07 -préoccupa préoccuper VER 17.43 18.92 0.01 0.07 ind:pas:3s; -préoccupai préoccuper VER 17.43 18.92 0.00 0.14 ind:pas:1s; -préoccupaient préoccuper VER 17.43 18.92 0.02 0.68 ind:imp:3p; -préoccupais préoccuper VER 17.43 18.92 0.23 0.27 ind:imp:1s;ind:imp:2s; -préoccupait préoccuper VER 17.43 18.92 0.52 3.78 ind:imp:3s; -préoccupant préoccupant ADJ m s 0.35 0.88 0.27 0.27 -préoccupante préoccupant ADJ f s 0.35 0.88 0.06 0.41 -préoccupantes préoccupant ADJ f p 0.35 0.88 0.02 0.20 -préoccupation préoccupation NOM f s 3.23 11.82 1.53 3.99 -préoccupations préoccupation NOM f p 3.23 11.82 1.69 7.84 -préoccupe préoccuper VER 17.43 18.92 7.48 2.57 imp:pre:2s;ind:pre:1s;ind:pre:3s; -préoccupent préoccuper VER 17.43 18.92 0.34 0.41 ind:pre:3p; -préoccuper préoccuper VER 17.43 18.92 2.68 3.45 inf; -préoccupera préoccuper VER 17.43 18.92 0.04 0.07 ind:fut:3s; -préoccuperai préoccuper VER 17.43 18.92 0.03 0.00 ind:fut:1s; -préoccuperaient préoccuper VER 17.43 18.92 0.01 0.00 cnd:pre:3p; -préoccuperais préoccuper VER 17.43 18.92 0.03 0.00 cnd:pre:1s; -préoccuperait préoccuper VER 17.43 18.92 0.06 0.00 cnd:pre:3s; -préoccupes préoccuper VER 17.43 18.92 0.81 0.14 ind:pre:2s; -préoccupez préoccuper VER 17.43 18.92 0.85 0.07 imp:pre:2p;ind:pre:2p; -préoccupiez préoccuper VER 17.43 18.92 0.02 0.00 ind:imp:2p; -préoccupions préoccuper VER 17.43 18.92 0.00 0.07 ind:imp:1p; -préoccupons préoccuper VER 17.43 18.92 0.02 0.20 imp:pre:1p;ind:pre:1p; -préoccupât préoccuper VER 17.43 18.92 0.00 0.20 sub:imp:3s; -préoccupâtes préoccuper VER 17.43 18.92 0.01 0.00 ind:pas:2p; -préoccupèrent préoccuper VER 17.43 18.92 0.00 0.07 ind:pas:3p; -préoccupé préoccuper VER m s 17.43 18.92 2.84 3.85 par:pas; -préoccupée préoccuper VER f s 17.43 18.92 0.71 1.35 par:pas; -préoccupées préoccupé ADJ f p 1.44 4.86 0.01 0.20 -préoccupés préoccuper VER m p 17.43 18.92 0.68 1.22 par:pas; -préopératoire préopératoire ADJ s 0.05 0.00 0.05 0.00 -prépa prépa NOM f s 0.78 0.00 0.78 0.00 -prépara préparer VER 174.32 154.12 0.30 5.00 ind:pas:3s; -préparai préparer VER 174.32 154.12 0.02 1.22 ind:pas:1s; -préparaient préparer VER 174.32 154.12 0.90 5.41 ind:imp:3p; -préparais préparer VER 174.32 154.12 1.68 2.43 ind:imp:1s;ind:imp:2s; -préparait préparer VER 174.32 154.12 3.38 25.00 ind:imp:3s; -préparant préparer VER 174.32 154.12 1.00 5.14 par:pre; -préparateur préparateur NOM m s 0.05 1.15 0.04 0.88 -préparateurs préparateur NOM m p 0.05 1.15 0.00 0.14 -préparatif préparatif NOM m s 3.09 7.36 0.00 0.07 -préparatifs préparatif NOM m p 3.09 7.36 3.09 7.30 -préparation préparation NOM f s 6.13 10.54 5.17 9.73 -préparations préparation NOM f p 6.13 10.54 0.95 0.81 -préparatoire préparatoire ADJ s 0.52 2.64 0.43 1.55 -préparatoires préparatoire ADJ p 0.52 2.64 0.09 1.08 -préparatrice préparateur NOM f s 0.05 1.15 0.01 0.07 -préparatrices préparateur NOM f p 0.05 1.15 0.00 0.07 -prépare préparer VER 174.32 154.12 45.54 19.59 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:1s; -préparent préparer VER 174.32 154.12 6.09 3.72 ind:pre:3p; -préparer préparer VER 174.32 154.12 46.70 43.24 ind:pre:2p;inf; -préparera préparer VER 174.32 154.12 0.85 0.41 ind:fut:3s; -préparerai préparer VER 174.32 154.12 1.65 0.47 ind:fut:1s; -prépareraient préparer VER 174.32 154.12 0.15 0.14 cnd:pre:3p; -préparerais préparer VER 174.32 154.12 0.24 0.14 cnd:pre:1s;cnd:pre:2s; -préparerait préparer VER 174.32 154.12 0.03 0.68 cnd:pre:3s; -prépareras préparer VER 174.32 154.12 0.05 0.00 ind:fut:2s; -préparerez préparer VER 174.32 154.12 0.04 0.00 ind:fut:2p; -préparerons préparer VER 174.32 154.12 0.30 0.07 ind:fut:1p; -prépareront préparer VER 174.32 154.12 0.04 0.07 ind:fut:3p; -prépares préparer VER 174.32 154.12 3.35 0.61 ind:pre:2s;sub:pre:2s; -préparez préparer VER 174.32 154.12 26.72 2.03 imp:pre:2p;ind:pre:2p; -prépariez préparer VER 174.32 154.12 0.38 0.07 ind:imp:2p; -préparions préparer VER 174.32 154.12 0.12 0.61 ind:imp:1p; -préparons préparer VER 174.32 154.12 2.92 0.74 imp:pre:1p;ind:pre:1p; -préparât préparer VER 174.32 154.12 0.00 0.54 sub:imp:3s; -préparèrent préparer VER 174.32 154.12 0.11 0.34 ind:pas:3p; -préparé préparer VER m s 174.32 154.12 25.19 21.96 par:pas; -préparée préparer VER f s 174.32 154.12 2.97 6.82 par:pas; -préparées préparer VER f p 174.32 154.12 0.75 2.77 par:pas; -préparés préparer VER m p 174.32 154.12 2.86 4.93 par:pas; -prépayée prépayer VER f s 0.01 0.00 0.01 0.00 par:pas; -prépondérance prépondérance NOM f s 0.07 0.61 0.07 0.61 -prépondérant prépondérant ADJ m s 0.15 1.35 0.12 0.27 -prépondérante prépondérant ADJ f s 0.15 1.35 0.03 0.88 -prépondérants prépondérant ADJ m p 0.15 1.35 0.00 0.20 -préposition préposition NOM f s 0.23 0.20 0.20 0.07 -prépositions préposition NOM f p 0.23 0.20 0.03 0.14 -préposé préposé NOM m s 0.91 3.99 0.77 2.84 -préposée préposé NOM f s 0.91 3.99 0.10 0.41 -préposées préposé NOM f p 0.91 3.99 0.00 0.07 -préposés préposé NOM m p 0.91 3.99 0.04 0.68 -prépotence prépotence NOM f s 0.00 0.07 0.00 0.07 -préprogrammé préprogrammé ADJ m s 0.09 0.00 0.07 0.00 -préprogrammée préprogrammé ADJ f s 0.09 0.00 0.03 0.00 -prépubère prépubère ADJ s 0.08 0.00 0.08 0.00 -prépuce prépuce NOM m s 0.89 0.47 0.88 0.41 -prépuces prépuce NOM m p 0.89 0.47 0.01 0.07 -préraphaélite préraphaélite ADJ s 0.00 0.07 0.00 0.07 -prérentrée prérentrée NOM f s 0.01 0.00 0.01 0.00 -préretraite préretraite NOM f s 0.04 0.00 0.04 0.00 -prurigo prurigo NOM m s 0.00 0.07 0.00 0.07 -prurit prurit NOM m s 2.15 0.88 2.15 0.88 -prérogative prérogative NOM f s 0.59 1.35 0.28 0.27 -prérogatives prérogative NOM f p 0.59 1.35 0.31 1.08 -préroman préroman ADJ m s 0.00 0.07 0.00 0.07 -préréglé prérégler VER m s 0.03 0.00 0.03 0.00 par:pas; -prérévolutionnaire prérévolutionnaire ADJ f s 0.00 0.07 0.00 0.07 -prés pré NOM m p 21.59 32.50 16.56 12.70 -présage présage NOM m s 2.99 4.59 1.95 2.77 -présagea présager VER 0.79 3.31 0.00 0.14 ind:pas:3s; -présageaient présager VER 0.79 3.31 0.01 0.27 ind:imp:3p; -présageait présager VER 0.79 3.31 0.13 0.95 ind:imp:3s; -présagent présager VER 0.79 3.31 0.01 0.00 ind:pre:3p; -présager présager VER 0.79 3.31 0.14 1.49 inf; -présagerait présager VER 0.79 3.31 0.01 0.07 cnd:pre:3s; -présages présage NOM m p 2.99 4.59 1.04 1.82 -présagé présager VER m s 0.79 3.31 0.01 0.00 par:pas; -préscolaire préscolaire ADJ f s 0.07 0.00 0.05 0.00 -préscolaires préscolaire ADJ p 0.07 0.00 0.02 0.00 -présence présence NOM f s 45.03 135.54 44.95 133.11 -présences présence NOM f p 45.03 135.54 0.07 2.43 -présent présent NOM m s 66.72 141.01 65.14 137.23 -présenta présenter VER 165.86 135.14 0.93 13.18 ind:pas:3s; -présentable présentable ADJ s 3.17 2.09 2.65 1.82 -présentables présentable ADJ p 3.17 2.09 0.52 0.27 -présentai présenter VER 165.86 135.14 0.17 1.28 ind:pas:1s; -présentaient présenter VER 165.86 135.14 0.21 4.32 ind:imp:3p; -présentais présenter VER 165.86 135.14 0.40 0.74 ind:imp:1s;ind:imp:2s; -présentait présenter VER 165.86 135.14 1.59 20.14 ind:imp:3s; -présentant présenter VER 165.86 135.14 1.09 5.54 par:pre; -présentassent présenter VER 165.86 135.14 0.00 0.07 sub:imp:3p; -présentateur présentateur NOM m s 2.91 1.49 1.76 1.08 -présentateurs présentateur NOM m p 2.91 1.49 0.20 0.14 -présentation présentation NOM f s 7.88 8.38 5.52 4.80 -présentations présentation NOM f p 7.88 8.38 2.37 3.58 -présentatrice présentateur NOM f s 2.91 1.49 0.95 0.20 -présentatrices présentatrice NOM f p 0.20 0.00 0.20 0.00 -présente présenter VER 165.86 135.14 61.59 27.50 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -présentement présentement ADV 1.27 3.78 1.27 3.78 -présentent présenter VER 165.86 135.14 3.81 4.73 ind:pre:3p; -présenter présenter VER 165.86 135.14 56.14 28.99 inf;; -présentera présenter VER 165.86 135.14 1.91 0.61 ind:fut:3s; -présenterai présenter VER 165.86 135.14 2.89 0.88 ind:fut:1s; -présenteraient présenter VER 165.86 135.14 0.00 0.61 cnd:pre:3p; -présenterais présenter VER 165.86 135.14 0.43 0.07 cnd:pre:1s;cnd:pre:2s; -présenterait présenter VER 165.86 135.14 0.36 2.03 cnd:pre:3s; -présenteras présenter VER 165.86 135.14 0.24 0.20 ind:fut:2s; -présenterez présenter VER 165.86 135.14 0.82 0.41 ind:fut:2p; -présenteriez présenter VER 165.86 135.14 0.03 0.00 cnd:pre:2p; -présenterons présenter VER 165.86 135.14 0.36 0.00 ind:fut:1p; -présenteront présenter VER 165.86 135.14 0.51 0.41 ind:fut:3p; -présentes présenter VER 165.86 135.14 3.44 0.41 ind:pre:2s; -présentez présenter VER 165.86 135.14 5.83 0.81 imp:pre:2p;ind:pre:2p; -présentiez présenter VER 165.86 135.14 0.40 0.14 ind:imp:2p; -présentions présenter VER 165.86 135.14 0.02 0.20 ind:imp:1p; -présentoir présentoir NOM m s 0.38 1.35 0.38 0.88 -présentoirs présentoir NOM m p 0.38 1.35 0.00 0.47 -présentons présenter VER 165.86 135.14 0.79 0.54 imp:pre:1p;ind:pre:1p; -présentât présenter VER 165.86 135.14 0.00 0.27 sub:imp:3s; -présents présent ADJ m p 53.70 80.74 5.38 8.85 -présentèrent présenter VER 165.86 135.14 0.15 1.28 ind:pas:3p; -présenté présenter VER m s 165.86 135.14 12.58 11.42 par:pas; -présentée présenter VER f s 165.86 135.14 3.86 3.99 par:pas; -présentées présenter VER f p 165.86 135.14 0.73 1.76 par:pas; -présentés présenter VER m p 165.86 135.14 4.57 2.64 par:pas; -préserva préserver VER 14.61 21.15 0.01 0.20 ind:pas:3s; -préservaient préserver VER 14.61 21.15 0.00 0.47 ind:imp:3p; -préservais préserver VER 14.61 21.15 0.11 0.07 ind:imp:1s; -préservait préserver VER 14.61 21.15 0.17 1.01 ind:imp:3s; -préservant préserver VER 14.61 21.15 0.45 0.41 par:pre; -préservateur préservateur NOM m s 0.01 0.00 0.01 0.00 -préservatif préservatif NOM m s 5.19 0.47 2.16 0.07 -préservatifs préservatif NOM m p 5.19 0.47 3.03 0.41 -préservation préservation NOM f s 1.00 0.47 1.00 0.47 -préserve préserver VER 14.61 21.15 2.99 1.62 imp:pre:2s;ind:pre:1s;ind:pre:3s; -préservent préserver VER 14.61 21.15 0.10 0.34 ind:pre:3p; -préserver préserver VER 14.61 21.15 7.26 9.66 ind:pre:2p;inf; -préservera préserver VER 14.61 21.15 0.23 0.07 ind:fut:3s; -préserverai préserver VER 14.61 21.15 0.03 0.00 ind:fut:1s; -préserverait préserver VER 14.61 21.15 0.00 0.20 cnd:pre:3s; -préservez préserver VER 14.61 21.15 0.54 0.20 imp:pre:2p;ind:pre:2p; -préservons préserver VER 14.61 21.15 0.21 0.00 imp:pre:1p;ind:pre:1p; -préservé préserver VER m s 14.61 21.15 1.49 3.65 par:pas; -préservée préserver VER f s 14.61 21.15 0.59 2.36 par:pas; -préservées préserver VER f p 14.61 21.15 0.32 0.41 par:pas; -préservés préserver VER m p 14.61 21.15 0.12 0.47 par:pas; -présida présider VER 4.72 10.61 0.14 0.27 ind:pas:3s; -présidai présider VER 4.72 10.61 0.00 0.20 ind:pas:1s; -présidaient présider VER 4.72 10.61 0.00 0.41 ind:imp:3p; -présidais présider VER 4.72 10.61 0.17 0.00 ind:imp:1s; -présidait présider VER 4.72 10.61 0.46 2.16 ind:imp:3s; -présidant présider VER 4.72 10.61 0.00 0.47 par:pre; -préside présider VER 4.72 10.61 1.20 1.69 imp:pre:2s;ind:pre:1s;ind:pre:3s; -présidence présidence NOM f s 4.27 5.95 4.26 5.88 -présidences présidence NOM f p 4.27 5.95 0.01 0.07 -président_directeur président_directeur NOM m s 0.02 0.27 0.02 0.27 -président président NOM m s 143.39 79.66 131.53 76.22 -présidente président NOM f s 143.39 79.66 9.21 1.08 -présidentes président NOM f p 143.39 79.66 0.17 0.07 -présidentiable présidentiable ADJ s 0.04 0.34 0.04 0.27 -présidentiables présidentiable ADJ p 0.04 0.34 0.00 0.07 -présidentiel présidentiel ADJ m s 3.80 1.69 1.86 0.68 -présidentielle présidentiel ADJ f s 3.80 1.69 1.85 0.95 -présidentielles présidentielle ADJ f p 0.62 0.27 0.62 0.27 -présidentiels présidentiel ADJ m p 3.80 1.69 0.09 0.07 -présidents_directeur présidents_directeur NOM m p 0.00 0.14 0.00 0.14 -présidents président NOM m p 143.39 79.66 2.48 2.30 -présider présider VER 4.72 10.61 1.01 1.89 inf; -présidera présider VER 4.72 10.61 0.38 0.07 ind:fut:3s; -présiderai présider VER 4.72 10.61 0.07 0.00 ind:fut:1s; -présiderais présider VER 4.72 10.61 0.00 0.07 cnd:pre:1s; -présiderait présider VER 4.72 10.61 0.03 0.14 cnd:pre:3s; -présideras présider VER 4.72 10.61 0.00 0.14 ind:fut:2s; -présiderez présider VER 4.72 10.61 0.01 0.07 ind:fut:2p; -présides présider VER 4.72 10.61 0.01 0.00 ind:pre:2s; -présidiez présider VER 4.72 10.61 0.02 0.00 ind:imp:2p; -présidium présidium NOM m s 0.02 0.14 0.02 0.14 -présidons présider VER 4.72 10.61 0.01 0.07 ind:pre:1p; -présidât présider VER 4.72 10.61 0.00 0.07 sub:imp:3s; -présidèrent présider VER 4.72 10.61 0.00 0.07 ind:pas:3p; -présidé présider VER m s 4.72 10.61 0.41 1.96 par:pas; -présidée présider VER f s 4.72 10.61 0.38 0.41 par:pas; -présidés présider VER m p 4.72 10.61 0.01 0.20 par:pas; -présocratique présocratique ADJ s 0.00 0.20 0.00 0.14 -présocratiques présocratique ADJ p 0.00 0.20 0.00 0.07 -présomptif présomptif ADJ m s 0.23 0.20 0.23 0.14 -présomption présomption NOM f s 1.46 1.76 1.06 1.08 -présomptions présomption NOM f p 1.46 1.76 0.39 0.68 -présomptive présomptif ADJ f s 0.23 0.20 0.00 0.07 -présomptueuse présomptueux NOM f s 0.42 0.20 0.14 0.00 -présomptueuses présomptueux ADJ f p 1.00 1.22 0.01 0.14 -présomptueux présomptueux ADJ m s 1.00 1.22 0.91 0.88 -prussianisé prussianiser VER m s 0.00 0.07 0.00 0.07 par:pas; -prussien prussien ADJ m s 0.41 3.38 0.16 1.01 -prussienne prussien ADJ f s 0.41 3.38 0.04 1.42 -prussiennes prussien ADJ f p 0.41 3.38 0.03 0.41 -prussiens prussien NOM m p 0.46 2.97 0.38 2.03 -prussik prussik NOM m s 0.02 0.00 0.02 0.00 -prussique prussique ADJ m s 0.41 0.20 0.41 0.20 -préséance préséance NOM f s 0.06 0.81 0.05 0.47 -préséances préséance NOM f p 0.06 0.81 0.01 0.34 -présélection présélection NOM f s 0.06 0.00 0.04 0.00 -présélectionné présélectionner VER m s 0.04 0.00 0.03 0.00 par:pas; -présélectionnée présélectionner VER f s 0.04 0.00 0.02 0.00 par:pas; -présélections présélection NOM f p 0.06 0.00 0.02 0.00 -présumables présumable ADJ m p 0.00 0.07 0.00 0.07 -présumai présumer VER 9.29 3.65 0.00 0.20 ind:pas:1s; -présumais présumer VER 9.29 3.65 0.16 0.00 ind:imp:1s;ind:imp:2s; -présumait présumer VER 9.29 3.65 0.01 0.47 ind:imp:3s; -présumant présumer VER 9.29 3.65 0.08 0.14 par:pre; -présume présumer VER 9.29 3.65 6.36 1.62 imp:pre:2s;ind:pre:1s;ind:pre:3s; -présumer présumer VER 9.29 3.65 0.82 0.61 inf; -présumerai présumer VER 9.29 3.65 0.02 0.00 ind:fut:1s; -présumez présumer VER 9.29 3.65 0.11 0.00 imp:pre:2p;ind:pre:2p; -présumons présumer VER 9.29 3.65 0.11 0.00 imp:pre:1p;ind:pre:1p; -présumé présumé ADJ m s 1.62 0.88 1.22 0.47 -présumée présumer VER f s 9.29 3.65 0.38 0.20 par:pas; -présumées présumé ADJ f p 1.62 0.88 0.02 0.07 -présumés présumer VER m p 9.29 3.65 0.21 0.00 par:pas; -préséniles présénile ADJ p 0.10 0.00 0.10 0.00 -présupposant présupposer VER 0.15 0.20 0.00 0.14 par:pre; -présuppose présupposer VER 0.15 0.20 0.14 0.00 ind:pre:3s; -présupposent présupposer VER 0.15 0.20 0.01 0.00 ind:pre:3p; -présupposée présupposer VER f s 0.15 0.20 0.00 0.07 par:pas; -prêt_bail prêt_bail NOM m s 0.00 0.27 0.00 0.27 -prêt_à_porter prêt_à_porter NOM m s 0.00 0.95 0.00 0.95 -prêt prêt ADJ m s 314.64 121.28 170.23 60.41 -prêta prêter VER 62.00 87.09 0.21 4.59 ind:pas:3s; -prêtai prêter VER 62.00 87.09 0.00 0.41 ind:pas:1s; -prêtaient prêter VER 62.00 87.09 0.28 2.77 ind:imp:3p; -prêtais prêter VER 62.00 87.09 0.38 1.42 ind:imp:1s;ind:imp:2s; -prêtait prêter VER 62.00 87.09 0.29 13.24 ind:imp:3s; -prêtant prêter VER 62.00 87.09 0.33 2.91 par:pre; -prêtassent prêter VER 62.00 87.09 0.00 0.14 sub:imp:3p; -prête_nom prête_nom NOM m s 0.00 0.27 0.00 0.27 -prête prêt ADJ f s 314.64 121.28 66.25 28.31 -prétend prétendre VER 35.64 67.43 11.42 13.24 ind:pre:3s; -prétendît prétendre VER 35.64 67.43 0.00 0.34 sub:imp:3s; -prétendaient prétendre VER 35.64 67.43 0.42 3.65 ind:imp:3p; -prétendais prétendre VER 35.64 67.43 0.55 1.49 ind:imp:1s;ind:imp:2s; -prétendait prétendre VER 35.64 67.43 1.24 16.49 ind:imp:3s; -prétendant prétendant NOM m s 3.16 2.16 1.96 1.01 -prétendante prétendant NOM f s 3.16 2.16 0.01 0.00 -prétendants prétendant NOM m p 3.16 2.16 1.20 1.15 -prétende prétendre VER 35.64 67.43 0.26 0.41 sub:pre:1s;sub:pre:3s; -prétendent prétendre VER 35.64 67.43 2.67 4.32 ind:pre:3p; -prétendez prétendre VER 35.64 67.43 3.10 1.22 imp:pre:2p;ind:pre:2p; -prétendiez prétendre VER 35.64 67.43 0.16 0.07 ind:imp:2p; -prétendions prétendre VER 35.64 67.43 0.02 0.34 ind:imp:1p; -prétendirent prétendre VER 35.64 67.43 0.02 0.54 ind:pas:3p; -prétendis prétendre VER 35.64 67.43 0.00 0.74 ind:pas:1s; -prétendissent prétendre VER 35.64 67.43 0.00 0.07 sub:imp:3p; -prétendit prétendre VER 35.64 67.43 0.17 1.82 ind:pas:3s; -prétendons prétendre VER 35.64 67.43 0.19 0.81 imp:pre:1p;ind:pre:1p; -prétendra prétendre VER 35.64 67.43 0.21 0.27 ind:fut:3s; -prétendrai prétendre VER 35.64 67.43 0.09 0.07 ind:fut:1s; -prétendraient prétendre VER 35.64 67.43 0.00 0.14 cnd:pre:3p; -prétendrais prétendre VER 35.64 67.43 0.14 0.07 cnd:pre:1s;cnd:pre:2s; -prétendrait prétendre VER 35.64 67.43 0.13 0.34 cnd:pre:3s; -prétendras prétendre VER 35.64 67.43 0.29 0.00 ind:fut:2s; -prétendre prétendre VER 35.64 67.43 6.00 10.54 inf; -prétendront prétendre VER 35.64 67.43 0.03 0.20 ind:fut:3p; -prétends prétendre VER 35.64 67.43 4.84 3.72 imp:pre:2s;ind:pre:1s;ind:pre:2s; -prétendu prétendre VER m s 35.64 67.43 2.41 3.65 par:pas; -prétendue prétendu ADJ f s 2.82 7.64 0.75 2.43 -prétendues prétendu ADJ f p 2.82 7.64 0.14 0.88 -prétendument prétendument ADV 0.37 1.76 0.37 1.76 -prétendus prétendu ADJ m p 2.82 7.64 0.61 1.82 -prêtent prêter VER 62.00 87.09 0.42 2.50 ind:pre:3p; -prétentaine prétentaine NOM f s 0.02 0.07 0.02 0.07 -prétentiard prétentiard ADJ m s 0.14 0.00 0.14 0.00 -prétentiarde prétentiard NOM f s 0.01 0.20 0.00 0.07 -prétentiards prétentiard NOM m p 0.01 0.20 0.00 0.07 -prétentieuse prétentieux ADJ f s 4.51 5.95 1.05 2.03 -prétentieuses prétentieux ADJ f p 4.51 5.95 0.10 0.68 -prétentieux prétentieux ADJ m 4.51 5.95 3.37 3.24 -prétention prétention NOM f s 2.63 10.68 1.51 6.28 -prétentions prétention NOM f p 2.63 10.68 1.12 4.39 -prêter prêter VER 62.00 87.09 14.40 21.22 inf;; -prêtera prêter VER 62.00 87.09 1.37 0.41 ind:fut:3s; -prêterai prêter VER 62.00 87.09 1.56 0.88 ind:fut:1s; -prêteraient prêter VER 62.00 87.09 0.03 0.41 cnd:pre:3p; -prêterais prêter VER 62.00 87.09 0.55 0.41 cnd:pre:1s;cnd:pre:2s; -prêterait prêter VER 62.00 87.09 0.48 1.08 cnd:pre:3s; -prêteras prêter VER 62.00 87.09 0.22 0.07 ind:fut:2s; -prêterez prêter VER 62.00 87.09 0.09 0.07 ind:fut:2p; -prêteriez prêter VER 62.00 87.09 0.16 0.27 cnd:pre:2p; -prêterions prêter VER 62.00 87.09 0.01 0.14 cnd:pre:1p; -préternaturel préternaturel ADJ m s 0.03 0.00 0.03 0.00 -prêterons prêter VER 62.00 87.09 0.02 0.20 ind:fut:1p; -prêteront prêter VER 62.00 87.09 0.41 0.20 ind:fut:3p; -prêtes prêt ADJ f p 314.64 121.28 10.78 7.64 -prêteur prêteur ADJ m s 0.27 0.41 0.23 0.20 -préteur préteur NOM m s 0.02 0.20 0.02 0.14 -prêteur prêteur NOM m s 1.56 0.61 1.13 0.27 -prêteurs prêteur ADJ m p 0.27 0.41 0.02 0.14 -préteurs préteur NOM m p 0.02 0.20 0.00 0.07 -prêteurs prêteur NOM m p 1.56 0.61 0.43 0.27 -prêteuse prêteur ADJ f s 0.27 0.41 0.01 0.07 -prétexta prétexter VER 0.87 5.61 0.01 0.61 ind:pas:3s; -prétextai prétexter VER 0.87 5.61 0.00 0.20 ind:pas:1s; -prétextait prétexter VER 0.87 5.61 0.01 0.41 ind:imp:3s; -prétextant prétexter VER 0.87 5.61 0.34 3.11 par:pre; -prétexte prétexte NOM m s 14.04 42.91 12.10 36.82 -prétextent prétexter VER 0.87 5.61 0.01 0.00 ind:pre:3p; -prétexter prétexter VER 0.87 5.61 0.19 0.07 inf; -prétextes prétexte NOM m p 14.04 42.91 1.94 6.08 -prétexté prétexter VER m s 0.87 5.61 0.19 0.54 par:pas; -prêtez prêter VER 62.00 87.09 4.16 0.74 imp:pre:2p;ind:pre:2p; -prêtiez prêter VER 62.00 87.09 0.22 0.07 ind:imp:2p; -prêtions prêter VER 62.00 87.09 0.02 0.20 ind:imp:1p; -prétoire prétoire NOM m s 0.24 2.30 0.09 2.16 -prétoires prétoire NOM m p 0.24 2.30 0.16 0.14 -prêtâmes prêter VER 62.00 87.09 0.00 0.07 ind:pas:1p; -prêtons prêter VER 62.00 87.09 0.26 0.41 imp:pre:1p;ind:pre:1p; -prétorien prétorien NOM m s 0.18 0.07 0.03 0.00 -prétorienne prétorien ADJ f s 0.36 0.34 0.35 0.14 -prétoriennes prétorien ADJ f p 0.36 0.34 0.00 0.07 -prétoriens prétorien NOM m p 0.18 0.07 0.15 0.07 -prêtât prêter VER 62.00 87.09 0.00 0.34 sub:imp:3s; -prêtraille prêtraille NOM f s 0.00 0.07 0.00 0.07 -prêtre_ouvrier prêtre_ouvrier NOM m s 0.00 0.07 0.00 0.07 -prêtre prêtre NOM m s 51.20 45.27 38.37 29.39 -prêtres prêtre NOM m p 51.20 45.27 11.31 14.66 -prêtresse prêtre NOM f s 51.20 45.27 1.52 0.88 -prêtresses prêtresse NOM f p 0.49 0.00 0.49 0.00 -prêtrise prêtrise NOM f s 0.28 0.41 0.28 0.41 -prêts prêt ADJ 314.64 121.28 67.39 24.93 -prêtèrent prêter VER 62.00 87.09 0.30 0.14 ind:pas:3p; -prêté prêter VER m s 62.00 87.09 10.73 11.08 par:pas; -prêtée prêter VER f s 62.00 87.09 1.28 2.57 par:pas; -prêtées prêter VER f p 62.00 87.09 0.12 0.54 par:pas; -préture préture NOM f s 0.01 0.00 0.01 0.00 -prêtés prêter VER m p 62.00 87.09 0.37 1.15 par:pas; -préélectoral préélectoral ADJ m s 0.02 0.00 0.01 0.00 -préélectorale préélectoral ADJ f s 0.02 0.00 0.01 0.00 -prééminence prééminence NOM f s 0.01 0.41 0.01 0.41 -prééminente prééminent ADJ f s 0.00 0.07 0.00 0.07 -préétabli préétabli ADJ m s 0.28 0.41 0.25 0.14 -préétablie préétabli ADJ f s 0.28 0.41 0.01 0.20 -préétablies préétabli ADJ f p 0.28 0.41 0.01 0.00 -préétablis préétabli ADJ m p 0.28 0.41 0.01 0.07 -prévînt prévenir VER 129.26 73.72 0.00 0.07 sub:imp:3s; -prévôt prévôt NOM m s 0.47 1.42 0.39 1.35 -prévôts prévôt NOM m p 0.47 1.42 0.08 0.07 -prévôté prévôté NOM f s 0.01 0.20 0.01 0.20 -prévalaient prévaloir VER 1.44 2.64 0.01 0.27 ind:imp:3p; -prévalait prévaloir VER 1.44 2.64 0.14 0.27 ind:imp:3s; -prévalant prévaloir VER 1.44 2.64 0.10 0.07 par:pre; -prévalence prévalence NOM f s 0.11 0.00 0.11 0.00 -prévalent prévalent ADJ m s 0.14 0.00 0.14 0.00 -prévalez prévaloir VER 1.44 2.64 0.00 0.07 ind:pre:2p; -prévaloir prévaloir VER 1.44 2.64 0.42 1.15 inf; -prévalu prévaloir VER m s 1.44 2.64 0.08 0.20 par:pas; -prévalut prévaloir VER 1.44 2.64 0.01 0.20 ind:pas:3s; -prévaricateur prévaricateur NOM m s 0.00 0.14 0.00 0.14 -prévaudra prévaloir VER 1.44 2.64 0.36 0.00 ind:fut:3s; -prévaudrait prévaloir VER 1.44 2.64 0.03 0.14 cnd:pre:3s; -prévaudront prévaloir VER 1.44 2.64 0.01 0.00 ind:fut:3p; -prévaut prévaloir VER 1.44 2.64 0.26 0.27 ind:pre:3s; -prévenaient prévenir VER 129.26 73.72 0.00 0.20 ind:imp:3p; -prévenais prévenir VER 129.26 73.72 0.06 0.07 ind:imp:1s;ind:imp:2s; -prévenait prévenir VER 129.26 73.72 0.32 2.23 ind:imp:3s; -prévenance prévenance NOM f s 0.43 2.50 0.23 0.41 -prévenances prévenance NOM f p 0.43 2.50 0.20 2.09 -prévenant prévenant ADJ m s 1.12 1.35 0.74 0.74 -prévenante prévenant ADJ f s 1.12 1.35 0.29 0.47 -prévenants prévenant ADJ m p 1.12 1.35 0.09 0.14 -prévenez prévenir VER 129.26 73.72 10.22 1.42 imp:pre:2p;ind:pre:2p; -préveniez prévenir VER 129.26 73.72 0.07 0.07 ind:imp:2p; -prévenions prévenir VER 129.26 73.72 0.11 0.07 ind:imp:1p; -prévenir prévenir VER 129.26 73.72 42.49 31.49 inf; -prévenons prévenir VER 129.26 73.72 0.67 0.00 imp:pre:1p;ind:pre:1p; -préventif préventif ADJ m s 1.85 1.22 0.26 0.41 -prévention prévention NOM f s 1.40 2.57 1.33 1.35 -préventions prévention NOM f p 1.40 2.57 0.07 1.22 -préventive préventif ADJ f s 1.85 1.22 1.50 0.61 -préventivement préventivement ADV 0.00 0.34 0.00 0.34 -préventives préventif ADJ f p 1.85 1.22 0.09 0.20 -préventorium préventorium NOM m s 0.00 0.41 0.00 0.41 -prévenu prévenir VER m s 129.26 73.72 24.25 14.53 par:pas; -prévenue prévenir VER f s 129.26 73.72 7.24 3.65 par:pas; -prévenues prévenir VER f p 129.26 73.72 0.33 0.20 par:pas; -prévenus prévenir VER m p 129.26 73.72 4.64 3.58 par:pas; -préviendra prévenir VER 129.26 73.72 1.06 0.20 ind:fut:3s; -préviendrai prévenir VER 129.26 73.72 1.96 0.41 ind:fut:1s; -préviendrais prévenir VER 129.26 73.72 0.07 0.07 cnd:pre:1s; -préviendrait prévenir VER 129.26 73.72 0.08 0.47 cnd:pre:3s; -préviendras prévenir VER 129.26 73.72 0.12 0.20 ind:fut:2s; -préviendrez prévenir VER 129.26 73.72 0.14 0.14 ind:fut:2p; -préviendrons prévenir VER 129.26 73.72 0.18 0.00 ind:fut:1p; -préviendront prévenir VER 129.26 73.72 0.10 0.07 ind:fut:3p; -prévienne prévenir VER 129.26 73.72 1.37 1.69 sub:pre:1s;sub:pre:3s; -préviennent prévenir VER 129.26 73.72 0.63 0.47 ind:pre:3p; -préviennes prévenir VER 129.26 73.72 0.23 0.00 sub:pre:2s; -préviens prévenir VER 129.26 73.72 29.86 6.62 imp:pre:2s;ind:pre:1s;ind:pre:2s; -prévient prévenir VER 129.26 73.72 2.50 2.03 ind:pre:3s; -prévins prévenir VER 129.26 73.72 0.00 0.54 ind:pas:1s; -prévint prévenir VER 129.26 73.72 0.00 2.30 ind:pas:3s; -prévis prévis NOM f 0.00 0.14 0.00 0.14 -prévisibilité prévisibilité NOM f s 0.04 0.00 0.04 0.00 -prévisible prévisible ADJ s 2.79 3.45 2.40 2.77 -prévisibles prévisible ADJ p 2.79 3.45 0.39 0.68 -prévision prévision NOM f s 3.29 7.03 1.28 3.58 -prévisionnel prévisionnel ADJ m s 0.12 0.07 0.08 0.00 -prévisionnelles prévisionnel ADJ f p 0.12 0.07 0.01 0.00 -prévisionnels prévisionnel ADJ m p 0.12 0.07 0.03 0.07 -prévisions prévision NOM f p 3.29 7.03 2.00 3.45 -prévit prévoir VER 78.22 77.09 0.00 0.07 ind:pas:3s; -prévoie prévoir VER 78.22 77.09 0.44 0.00 sub:pre:1s;sub:pre:3s; -prévoient prévoir VER 78.22 77.09 0.54 0.34 ind:pre:3p; -prévoies prévoir VER 78.22 77.09 0.09 0.00 sub:pre:2s; -prévoir prévoir VER 78.22 77.09 8.23 17.70 inf; -prévoira prévoir VER 78.22 77.09 0.01 0.00 ind:fut:3s; -prévoirait prévoir VER 78.22 77.09 0.01 0.07 cnd:pre:3s; -prévois prévoir VER 78.22 77.09 1.86 1.08 imp:pre:2s;ind:pre:1s;ind:pre:2s; -prévoit prévoir VER 78.22 77.09 3.05 1.96 ind:pre:3s; -prévoyaient prévoir VER 78.22 77.09 0.19 0.54 ind:imp:3p; -prévoyais prévoir VER 78.22 77.09 0.40 1.62 ind:imp:1s;ind:imp:2s; -prévoyait prévoir VER 78.22 77.09 0.55 4.05 ind:imp:3s; -prévoyance prévoyance NOM f s 0.43 1.28 0.43 1.22 -prévoyances prévoyance NOM f p 0.43 1.28 0.00 0.07 -prévoyant prévoyant ADJ m s 0.78 1.89 0.58 0.88 -prévoyante prévoyant ADJ f s 0.78 1.89 0.06 0.47 -prévoyantes prévoyant ADJ f p 0.78 1.89 0.00 0.14 -prévoyants prévoyant ADJ m p 0.78 1.89 0.14 0.41 -prévoyez prévoir VER 78.22 77.09 0.96 0.14 imp:pre:2p;ind:pre:2p; -prévoyions prévoir VER 78.22 77.09 0.01 0.07 ind:imp:1p; -prévoyons prévoir VER 78.22 77.09 0.49 0.20 imp:pre:1p;ind:pre:1p; -prévu prévoir VER m s 78.22 77.09 55.54 33.45 par:pas; -prévue prévoir VER f s 78.22 77.09 4.35 7.70 par:pas; -prévues prévoir VER f p 78.22 77.09 0.65 3.51 par:pas; -prévus prévoir VER m p 78.22 77.09 0.76 2.43 par:pas; -prytanée prytanée NOM m s 0.00 0.27 0.00 0.27 -psalliotes psalliote NOM f p 0.00 0.20 0.00 0.20 -psalmiste psalmiste NOM s 0.00 0.14 0.00 0.14 -psalmodia psalmodier VER 0.33 3.24 0.00 0.20 ind:pas:3s; -psalmodiaient psalmodier VER 0.33 3.24 0.00 0.14 ind:imp:3p; -psalmodiais psalmodier VER 0.33 3.24 0.03 0.14 ind:imp:1s;ind:imp:2s; -psalmodiait psalmodier VER 0.33 3.24 0.01 0.81 ind:imp:3s; -psalmodiant psalmodier VER 0.33 3.24 0.01 0.81 par:pre; -psalmodie psalmodier VER 0.33 3.24 0.06 0.41 ind:pre:1s;ind:pre:3s; -psalmodient psalmodier VER 0.33 3.24 0.00 0.14 ind:pre:3p; -psalmodier psalmodier VER 0.33 3.24 0.16 0.47 inf; -psalmodies psalmodie NOM f p 0.15 0.74 0.12 0.41 -psalmodié psalmodier VER m s 0.33 3.24 0.01 0.14 par:pas; -psalmodiés psalmodier VER m p 0.33 3.24 0.01 0.00 par:pas; -psaume psaume NOM m s 1.73 4.39 0.83 1.96 -psaumes psaume NOM m p 1.73 4.39 0.90 2.43 -psautier psautier NOM m s 0.00 0.14 0.00 0.14 -pschent pschent NOM m s 0.00 0.07 0.00 0.07 -pschitt pschitt ONO 0.02 0.95 0.02 0.95 -pseudo_gouvernement pseudo_gouvernement NOM m s 0.00 0.14 0.00 0.14 -pseudo pseudo NOM m s 1.62 1.08 1.37 1.01 -pseudobulbaire pseudobulbaire ADJ f s 0.01 0.00 0.01 0.00 -pseudomonas pseudomonas NOM m 0.05 0.00 0.05 0.00 -pseudonyme pseudonyme NOM m s 1.62 4.05 1.46 3.38 -pseudonymes pseudonyme NOM m p 1.62 4.05 0.16 0.68 -pseudopodes pseudopode NOM m p 0.00 0.14 0.00 0.14 -pseudos pseudo NOM m p 1.62 1.08 0.25 0.07 -psi psi NOM m 0.04 0.00 0.04 0.00 -psilocybine psilocybine NOM f s 0.05 0.00 0.05 0.00 -psitt psitt ONO 0.01 0.20 0.01 0.20 -psittacose psittacose NOM f s 0.05 0.00 0.05 0.00 -psoriasis psoriasis NOM m 0.14 0.00 0.14 0.00 -pst pst ONO 0.43 0.00 0.43 0.00 -psy psy NOM s 17.22 3.85 15.94 3.85 -psychanalyse psychanalyse NOM f s 1.35 4.73 1.35 4.66 -psychanalyser psychanalyser VER 0.22 1.42 0.14 1.01 inf; -psychanalyserai psychanalyser VER 0.22 1.42 0.00 0.20 ind:fut:1s; -psychanalyses psychanalyser VER 0.22 1.42 0.01 0.00 ind:pre:2s; -psychanalyste psychanalyste NOM s 0.91 3.38 0.83 2.77 -psychanalystes psychanalyste NOM p 0.91 3.38 0.08 0.61 -psychanalysé psychanalyser VER m s 0.22 1.42 0.04 0.07 par:pas; -psychanalytique psychanalytique ADJ s 0.15 0.54 0.13 0.41 -psychanalytiques psychanalytique ADJ p 0.15 0.54 0.02 0.14 -psychasthéniques psychasthénique ADJ p 0.00 0.07 0.00 0.07 -psychiatre_conseil psychiatre_conseil NOM s 0.02 0.00 0.02 0.00 -psychiatre psychiatre NOM s 13.52 8.11 11.39 6.82 -psychiatres psychiatre NOM p 13.52 8.11 2.13 1.28 -psychiatrie psychiatrie NOM f s 3.59 1.22 3.59 1.22 -psychiatrique psychiatrique ADJ s 9.16 3.65 7.68 3.04 -psychiatriques psychiatrique ADJ p 9.16 3.65 1.48 0.61 -psychique psychique ADJ s 3.34 2.84 1.75 1.76 -psychiquement psychiquement ADV 0.13 0.00 0.13 0.00 -psychiques psychique ADJ p 3.34 2.84 1.59 1.08 -psychisme psychisme NOM m s 0.38 1.15 0.38 1.08 -psychismes psychisme NOM m p 0.38 1.15 0.00 0.07 -psycho psycho ADV 2.11 0.27 2.11 0.27 -psychochirurgie psychochirurgie NOM f s 0.02 0.00 0.02 0.00 -psychodrame psychodrame NOM m s 0.33 0.20 0.33 0.20 -psychodysleptique psychodysleptique ADJ s 0.01 0.00 0.01 0.00 -psychogène psychogène ADJ f s 0.01 1.08 0.01 0.20 -psychogènes psychogène ADJ p 0.01 1.08 0.00 0.88 -psychokinésie psychokinésie NOM f s 0.20 0.00 0.20 0.00 -psycholinguistes psycholinguiste NOM p 0.00 0.07 0.00 0.07 -psycholinguistique psycholinguistique ADJ s 0.01 0.00 0.01 0.00 -psychologie_fiction psychologie_fiction NOM f s 0.00 0.07 0.00 0.07 -psychologie psychologie NOM f s 5.64 8.24 5.64 8.11 -psychologies psychologie NOM f p 5.64 8.24 0.00 0.14 -psychologique psychologique ADJ s 8.07 6.69 6.79 4.93 -psychologiquement psychologiquement ADV 1.68 0.34 1.68 0.34 -psychologiques psychologique ADJ p 8.07 6.69 1.28 1.76 -psychologisation psychologisation NOM f s 0.00 0.07 0.00 0.07 -psychologue psychologue NOM s 6.67 3.72 5.98 2.64 -psychologues psychologue NOM p 6.67 3.72 0.69 1.08 -psychomotrice psychomoteur ADJ f s 0.14 0.00 0.14 0.00 -psychométrique psychométrique ADJ s 0.02 0.00 0.02 0.00 -psychonévrose psychonévrose NOM f s 0.01 0.00 0.01 0.00 -psychopathe psychopathe NOM s 9.38 0.14 8.01 0.14 -psychopathes psychopathe NOM p 9.38 0.14 1.38 0.00 -psychopathie psychopathie NOM f s 0.02 0.00 0.02 0.00 -psychopathique psychopathique ADJ f s 0.13 0.00 0.13 0.00 -psychopathologie psychopathologie NOM f s 0.05 0.07 0.05 0.07 -psychopathologique psychopathologique ADJ f s 0.01 0.07 0.01 0.07 -psychopharmacologie psychopharmacologie NOM f s 0.03 0.00 0.03 0.00 -psychophysiologie psychophysiologie NOM f s 0.01 0.00 0.01 0.00 -psychophysiologique psychophysiologique ADJ f s 0.01 0.00 0.01 0.00 -psychorigide psychorigide ADJ m s 0.02 0.00 0.02 0.00 -psychose psychose NOM f s 1.79 0.95 1.79 0.95 -psychosexuel psychosexuel ADJ m s 0.01 0.00 0.01 0.00 -psychosociologie psychosociologie NOM f s 0.00 0.07 0.00 0.07 -psychosociologue psychosociologue NOM s 0.10 0.00 0.10 0.00 -psychosomaticien psychosomaticien NOM m s 0.00 0.20 0.00 0.20 -psychosomatique psychosomatique ADJ s 0.66 0.47 0.55 0.41 -psychosomatiques psychosomatique ADJ p 0.66 0.47 0.11 0.07 -psychotechnicien psychotechnicien NOM m s 0.00 0.20 0.00 0.14 -psychotechniciens psychotechnicien NOM m p 0.00 0.20 0.00 0.07 -psychotechnique psychotechnique ADJ m s 0.20 0.00 0.20 0.00 -psychothérapeute psychothérapeute NOM s 0.23 0.14 0.23 0.14 -psychothérapie psychothérapie NOM f s 0.69 0.20 0.69 0.20 -psychotique psychotique ADJ s 2.66 0.27 2.25 0.00 -psychotiques psychotique ADJ p 2.66 0.27 0.42 0.27 -psychotoniques psychotonique NOM p 0.01 0.00 0.01 0.00 -psychotrope psychotrope NOM s 0.34 0.00 0.07 0.00 -psychotropes psychotrope NOM p 0.34 0.00 0.26 0.00 -psyché psyché NOM f s 0.73 1.08 0.70 1.01 -psychédélique psychédélique ADJ s 0.89 0.61 0.79 0.41 -psychédéliques psychédélique ADJ p 0.89 0.61 0.11 0.20 -psychés psyché NOM f p 0.73 1.08 0.03 0.07 -psyllium psyllium NOM m s 0.01 0.00 0.01 0.00 -psys psy NOM p 17.22 3.85 1.28 0.00 -pèche pécher VER 9.87 4.59 0.96 0.47 imp:pre:2s;ind:pre:1s;ind:pre:3s; -pèchent pécher VER 9.87 4.59 0.01 0.07 ind:pre:3p; -pègre pègre NOM f s 1.34 1.42 1.34 1.42 -pèle peler VER 1.78 4.93 0.88 0.54 imp:pre:2s;ind:pre:1s;ind:pre:3s; -pèlent peler VER 1.78 4.93 0.27 0.20 ind:pre:3p; -pèlerai peler VER 1.78 4.93 0.02 0.00 ind:fut:1s; -pèlerin pèlerin NOM m s 4.04 12.70 1.31 1.89 -pèlerinage pèlerinage NOM m s 2.32 8.58 2.02 7.23 -pèlerinages pèlerinage NOM m p 2.32 8.58 0.30 1.35 -pèlerine pèlerin NOM f s 4.04 12.70 0.27 4.80 -pèlerines pèlerin NOM f p 4.04 12.70 0.01 0.95 -pèlerins pèlerin NOM m p 4.04 12.70 2.45 5.07 -pèles peler VER 1.78 4.93 0.00 0.14 ind:pre:2s; -père père NOM m s 895.55 723.51 879.31 708.11 -pères père NOM m p 895.55 723.51 16.25 15.41 -pèse_acide pèse_acide NOM m s 0.00 0.07 0.00 0.07 -pèse_bébé pèse_bébé NOM m s 0.00 0.14 0.00 0.14 -pèse_lettre pèse_lettre NOM m s 0.00 0.07 0.00 0.07 -pèse_personne pèse_personne NOM m s 0.02 0.07 0.02 0.00 -pèse_personne pèse_personne NOM m p 0.02 0.07 0.00 0.07 -pèse peser VER 23.41 70.88 10.47 13.18 imp:pre:2s;ind:pre:1s;ind:pre:3s; -pèsent peser VER 23.41 70.88 2.02 4.32 ind:pre:3p; -pèsera peser VER 23.41 70.88 0.30 0.54 ind:fut:3s; -pèserai peser VER 23.41 70.88 0.02 0.20 ind:fut:1s; -pèseraient peser VER 23.41 70.88 0.04 0.07 cnd:pre:3p; -pèserais peser VER 23.41 70.88 0.12 0.14 cnd:pre:1s;cnd:pre:2s; -pèserait peser VER 23.41 70.88 0.05 0.74 cnd:pre:3s; -pèseras peser VER 23.41 70.88 0.01 0.00 ind:fut:2s; -pèseront peser VER 23.41 70.88 0.13 0.07 ind:fut:3p; -pèses peser VER 23.41 70.88 0.61 0.14 ind:pre:2s; -pète_sec pète_sec ADJ 0.03 0.41 0.03 0.41 -pète péter VER 31.66 16.28 8.16 5.81 imp:pre:2s;ind:pre:1s;ind:pre:3s; -pètent péter VER 31.66 16.28 0.79 0.68 ind:pre:3p; -pètes péter VER 31.66 16.28 0.85 0.27 ind:pre:2s; -pètesec pètesec ADJ f s 0.00 0.07 0.00 0.07 -pèze pèze NOM m s 0.82 0.95 0.82 0.95 -ptosis ptosis NOM m 0.01 0.00 0.01 0.00 -ptérodactyle ptérodactyle NOM m s 0.21 0.20 0.19 0.07 -ptérodactyles ptérodactyle NOM m p 0.21 0.20 0.02 0.14 -ptyx ptyx NOM m 0.00 0.07 0.00 0.07 -pu pouvoir VER m s 5524.52 2659.80 366.22 349.32 par:pas; -puîné puîné NOM m s 0.00 0.27 0.00 0.14 -puînée puîné ADJ f s 0.00 0.07 0.00 0.07 -puînés puîné NOM m p 0.00 0.27 0.00 0.14 -pua puer VER 36.29 18.65 0.01 0.07 ind:pas:3s; -péage péage NOM m s 1.08 1.01 0.90 0.88 -péages péage NOM m p 1.08 1.01 0.18 0.14 -péagiste péagiste NOM s 0.00 0.07 0.00 0.07 -puaient puer VER 36.29 18.65 0.04 0.47 ind:imp:3p; -puais puer VER 36.29 18.65 0.37 0.20 ind:imp:1s;ind:imp:2s; -puait puer VER 36.29 18.65 1.19 3.51 ind:imp:3s; -péan péan NOM m s 0.00 0.07 0.00 0.07 -puant puant ADJ m s 7.02 11.49 2.74 4.59 -puante puant ADJ f s 7.02 11.49 1.91 3.11 -puantes puant ADJ f p 7.02 11.49 0.77 2.30 -puanteur puanteur NOM f s 3.44 9.05 3.32 7.91 -puanteurs puanteur NOM f p 3.44 9.05 0.12 1.15 -puants puant ADJ m p 7.02 11.49 1.60 1.49 -pub pub NOM s 25.65 4.53 21.39 3.99 -pubertaire pubertaire ADJ s 0.14 0.20 0.14 0.07 -pubertaires pubertaire ADJ f p 0.14 0.20 0.00 0.14 -puberté puberté NOM f s 1.32 2.36 1.32 2.36 -pubescentes pubescent ADJ f p 0.01 0.00 0.01 0.00 -pubien pubien ADJ m s 1.51 0.41 0.57 0.07 -pubienne pubien ADJ f s 1.51 0.41 0.20 0.20 -pubiennes pubien ADJ f p 1.51 0.41 0.01 0.07 -pubiens pubien ADJ m p 1.51 0.41 0.72 0.07 -pubis pubis NOM m 0.59 1.15 0.59 1.15 -publia publier VER 21.07 33.92 0.03 1.35 ind:pas:3s; -publiable publiable ADJ s 0.03 0.07 0.01 0.07 -publiables publiable ADJ m p 0.03 0.07 0.02 0.00 -publiai publier VER 21.07 33.92 0.01 0.27 ind:pas:1s; -publiaient publier VER 21.07 33.92 0.02 1.01 ind:imp:3p; -publiais publier VER 21.07 33.92 0.00 0.14 ind:imp:1s; -publiait publier VER 21.07 33.92 0.27 1.89 ind:imp:3s; -publiant publier VER 21.07 33.92 0.07 0.61 par:pre; -public_relations public_relations NOM f p 0.01 0.20 0.01 0.20 -public_school public_school NOM f p 0.00 0.07 0.00 0.07 -public public NOM m s 46.97 38.04 46.72 37.91 -publicain publicain NOM m s 0.39 0.34 0.01 0.14 -publicains publicain NOM m p 0.39 0.34 0.38 0.20 -publication publication NOM f s 1.85 7.23 1.40 5.00 -publications publication NOM f p 1.85 7.23 0.45 2.23 -publiciste publiciste NOM s 0.18 0.74 0.12 0.47 -publicistes publiciste NOM p 0.18 0.74 0.06 0.27 -publicitaire publicitaire ADJ s 3.26 6.49 1.93 3.72 -publicitairement publicitairement ADV 0.00 0.07 0.00 0.07 -publicitaires publicitaire ADJ p 3.26 6.49 1.34 2.77 -publicité publicité NOM f s 13.30 14.66 12.12 12.57 -publicités publicité NOM f p 13.30 14.66 1.18 2.09 -publico publico ADV 0.01 0.07 0.01 0.07 -publics public ADJ m p 44.81 65.27 4.84 14.46 -publie publier VER 21.07 33.92 1.71 2.70 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -publient publier VER 21.07 33.92 0.41 0.34 ind:pre:3p; -publier publier VER 21.07 33.92 6.85 8.92 inf; -publiera publier VER 21.07 33.92 0.47 0.27 ind:fut:3s; -publierai publier VER 21.07 33.92 0.12 0.07 ind:fut:1s; -publieraient publier VER 21.07 33.92 0.01 0.00 cnd:pre:3p; -publierais publier VER 21.07 33.92 0.02 0.14 cnd:pre:1s; -publierait publier VER 21.07 33.92 0.01 0.34 cnd:pre:3s; -publierez publier VER 21.07 33.92 0.05 0.14 ind:fut:2p; -publierions publier VER 21.07 33.92 0.00 0.07 cnd:pre:1p; -publierons publier VER 21.07 33.92 0.05 0.07 ind:fut:1p; -publieront publier VER 21.07 33.92 0.08 0.14 ind:fut:3p; -publies publier VER 21.07 33.92 0.31 0.20 ind:pre:2s; -publieur publieur NOM m s 0.01 0.00 0.01 0.00 -publiez publier VER 21.07 33.92 1.06 0.07 imp:pre:2p;ind:pre:2p; -publions publier VER 21.07 33.92 0.31 0.34 imp:pre:1p;ind:pre:1p; -publiât publier VER 21.07 33.92 0.00 0.07 sub:imp:3s; -publiphone publiphone NOM m s 0.01 0.00 0.01 0.00 -publique public ADJ f s 44.81 65.27 16.50 24.93 -publiquement publiquement ADV 2.47 7.57 2.47 7.57 -publiques public ADJ f p 44.81 65.27 5.56 7.84 -publireportage publireportage NOM m s 0.03 0.00 0.03 0.00 -publièrent publier VER 21.07 33.92 0.00 0.34 ind:pas:3p; -publié publier VER m s 21.07 33.92 6.54 8.85 par:pas; -publiée publier VER f s 21.07 33.92 1.09 2.97 par:pas; -publiées publier VER f p 21.07 33.92 0.56 1.08 par:pas; -publiés publier VER m p 21.07 33.92 1.01 1.55 par:pas; -pébroc pébroc NOM m s 0.00 0.07 0.00 0.07 -pébroque pébroque NOM m s 0.00 1.62 0.00 1.49 -pébroques pébroque NOM m p 0.00 1.62 0.00 0.14 -pubs pub NOM p 25.65 4.53 4.26 0.54 -pubère pubère ADJ s 0.28 0.41 0.20 0.20 -pubères pubère ADJ p 0.28 0.41 0.09 0.20 -pécan pécan NOM m s 0.32 0.00 0.32 0.00 -pécari pécari NOM m s 0.00 0.81 0.00 0.61 -pécaris pécari NOM m p 0.00 0.81 0.00 0.20 -puce puce NOM f s 27.65 12.43 22.15 3.58 -puceau puceau ADJ m s 2.17 1.08 2.15 1.01 -puceaux puceau NOM m p 1.99 2.84 0.30 0.27 -pucelage pucelage NOM m s 0.38 1.15 0.38 0.95 -pucelages pucelage NOM m p 0.38 1.15 0.00 0.20 -pucelle puceau NOM f s 1.99 2.84 1.09 1.35 -pucelles pucelle NOM f p 0.31 0.00 0.31 0.00 -puceron puceron NOM m s 0.17 0.47 0.06 0.20 -pucerons puceron NOM m p 0.17 0.47 0.11 0.27 -puces puce NOM f p 27.65 12.43 5.50 8.85 -pêcha pêcher VER 16.52 12.84 0.00 0.27 ind:pas:3s; -pêchaient pêcher VER 16.52 12.84 0.05 0.74 ind:imp:3p; -pêchais pêcher VER 16.52 12.84 0.44 0.34 ind:imp:1s;ind:imp:2s; -péchais pécher VER 9.87 4.59 0.02 0.07 ind:imp:1s; -pêchait pêcher VER 16.52 12.84 0.76 0.95 ind:imp:3s; -péchait pécher VER 9.87 4.59 0.02 0.27 ind:imp:3s; -pêchant pêcher VER 16.52 12.84 0.14 0.54 par:pre; -péchant pécher VER 9.87 4.59 0.01 0.07 par:pre; -pêche pêche NOM f s 24.39 30.41 21.13 26.76 -pêchent pêcher VER 16.52 12.84 0.16 0.47 ind:pre:3p; -pêcher pêcher VER 16.52 12.84 9.04 5.47 inf; -pécher pécher VER 9.87 4.59 1.88 0.95 inf; -pucher pucher VER 0.02 0.00 0.02 0.00 inf; -pêchera pêcher VER 16.52 12.84 0.09 0.14 ind:fut:3s; -pécherai pécher VER 9.87 4.59 0.04 0.00 ind:fut:1s; -pêcherais pêcher VER 16.52 12.84 0.03 0.07 cnd:pre:1s;cnd:pre:2s; -pécherais pécher VER 9.87 4.59 0.02 0.07 cnd:pre:1s;cnd:pre:2s; -pécherait pécher VER 9.87 4.59 0.00 0.07 cnd:pre:3s; -pêcheras pêcher VER 16.52 12.84 0.01 0.07 ind:fut:2s; -pécheresse pécheur NOM f s 8.02 4.53 0.77 0.54 -pécheresses pécheur ADJ f p 1.75 1.55 0.07 0.07 -pêcherie pêcherie NOM f s 0.23 0.88 0.14 0.14 -pêcheries pêcherie NOM f p 0.23 0.88 0.10 0.74 -pêcherons pêcher VER 16.52 12.84 0.01 0.00 ind:fut:1p; -pêchers pêcher NOM m p 0.58 1.55 0.34 0.68 -pêches pêche NOM f p 24.39 30.41 3.25 3.65 -pécheur pécheur ADJ m s 1.75 1.55 0.62 0.74 -pêcheur pêcheur NOM m s 10.33 27.43 5.08 13.11 -pécheur pécheur NOM m s 8.02 4.53 3.54 1.82 -pécheurs pécheur ADJ m p 1.75 1.55 0.40 0.34 -pêcheurs pêcheur NOM m p 10.33 27.43 5.21 14.19 -pécheurs pécheur NOM m p 8.02 4.53 3.70 2.03 -pêcheuse pêcheur NOM f s 10.33 27.43 0.04 0.14 -pêcheuses pêcheuse NOM f p 0.01 0.00 0.01 0.00 -pucheux pucheux NOM m 0.00 0.07 0.00 0.07 -pêchez pêcher VER 16.52 12.84 0.45 0.07 imp:pre:2p;ind:pre:2p; -péchez pécher VER 9.87 4.59 0.01 0.14 imp:pre:2p;ind:pre:2p; -pêchions pêcher VER 16.52 12.84 0.04 0.20 ind:imp:1p; -péchons péchon NOM m p 0.03 0.00 0.03 0.00 -pêché pêcher VER m s 16.52 12.84 3.03 1.01 par:pas; -péché pécher VER m s 9.87 4.59 6.84 2.30 par:pas; -pêché pêché ADJ m s 1.77 0.20 0.94 0.20 -péché péché NOM m s 41.22 30.34 26.14 22.64 -pêchée pêcher VER f s 16.52 12.84 0.04 0.27 par:pas; -pêchées pêcher VER f p 16.52 12.84 0.01 0.14 par:pas; -pêchés pêcher VER m p 16.52 12.84 0.25 0.27 par:pas; -péchés pécher VER m p 9.87 4.59 0.05 0.14 par:pas; -pêchés pêché ADJ m p 1.77 0.20 0.83 0.00 -péchés péché NOM m p 41.22 30.34 15.08 7.70 -pucier pucier NOM m s 0.05 0.41 0.05 0.34 -puciers pucier NOM m p 0.05 0.41 0.00 0.07 -pécore pécore NOM s 0.62 1.01 0.49 0.61 -pécores pécore NOM p 0.62 1.01 0.14 0.41 -pécule pécule NOM m s 0.64 2.30 0.64 2.09 -pécules pécule NOM m p 0.64 2.30 0.00 0.20 -pécune pécune NOM f s 0.00 0.07 0.00 0.07 -pécuniaire pécuniaire ADJ s 0.13 0.41 0.11 0.14 -pécuniairement pécuniairement ADV 0.00 0.07 0.00 0.07 -pécuniaires pécuniaire ADJ p 0.13 0.41 0.02 0.27 -pécunieux pécunieux ADJ m 0.00 0.07 0.00 0.07 -pédagogie pédagogie NOM f s 0.45 1.22 0.45 1.22 -pédagogique pédagogique ADJ s 0.74 2.36 0.69 1.55 -pédagogiques pédagogique ADJ p 0.74 2.36 0.05 0.81 -pédagogue pédagogue NOM s 0.86 1.49 0.76 1.08 -pédagogues pédagogue NOM p 0.86 1.49 0.10 0.41 -pédala pédaler VER 1.58 7.03 0.01 0.27 ind:pas:3s; -pédalage pédalage NOM m s 0.00 0.14 0.00 0.14 -pédalai pédaler VER 1.58 7.03 0.00 0.14 ind:pas:1s; -pédalaient pédaler VER 1.58 7.03 0.00 0.20 ind:imp:3p; -pédalais pédaler VER 1.58 7.03 0.16 0.14 ind:imp:1s; -pédalait pédaler VER 1.58 7.03 0.19 1.55 ind:imp:3s; -pédalant pédaler VER 1.58 7.03 0.08 1.35 par:pre; -pédale pédale NOM f s 10.01 12.23 5.08 5.20 -pédalent pédaler VER 1.58 7.03 0.00 0.07 ind:pre:3p; -pédaler pédaler VER 1.58 7.03 0.37 2.57 inf; -pédalerait pédaler VER 1.58 7.03 0.00 0.07 cnd:pre:3s; -pédalerons pédaler VER 1.58 7.03 0.00 0.07 ind:fut:1p; -pédales pédale NOM f p 10.01 12.23 4.92 7.03 -pédaleur pédaleur NOM m s 0.00 0.14 0.00 0.07 -pédaleuses pédaleur NOM f p 0.00 0.14 0.00 0.07 -pédalier pédalier NOM m s 0.11 1.01 0.01 0.81 -pédaliers pédalier NOM m p 0.11 1.01 0.10 0.20 -pédalo pédalo NOM m s 0.05 0.41 0.03 0.20 -pédalos pédalo NOM m p 0.05 0.41 0.02 0.20 -pédalèrent pédaler VER 1.58 7.03 0.00 0.07 ind:pas:3p; -pédalé pédaler VER m s 1.58 7.03 0.14 0.07 par:pas; -pédalées pédaler VER f p 1.58 7.03 0.00 0.07 par:pas; -pédant pédant ADJ m s 0.43 1.55 0.18 0.68 -pédante pédant ADJ f s 0.43 1.55 0.11 0.34 -pédanterie pédanterie NOM f s 0.00 0.47 0.00 0.41 -pédanteries pédanterie NOM f p 0.00 0.47 0.00 0.07 -pédantes pédant ADJ f p 0.43 1.55 0.01 0.27 -pédantesque pédantesque ADJ s 0.00 0.07 0.00 0.07 -pédantisme pédantisme NOM m s 0.00 0.61 0.00 0.61 -pédants pédant ADJ m p 0.43 1.55 0.14 0.27 -pudding pudding NOM m s 2.86 0.68 2.80 0.54 -puddings pudding NOM m p 2.86 0.68 0.06 0.14 -puddle puddler VER 0.16 0.00 0.16 0.00 imp:pre:2s;ind:pre:1s;ind:pre:3s; -pédestre pédestre ADJ s 0.01 0.54 0.01 0.34 -pédestrement pédestrement ADV 0.00 0.14 0.00 0.14 -pédestres pédestre ADJ f p 0.01 0.54 0.00 0.20 -pudeur pudeur NOM f s 5.08 20.07 4.98 19.32 -pudeurs pudeur NOM f p 5.08 20.07 0.10 0.74 -pédezouille pédezouille NOM s 0.00 0.07 0.00 0.07 -pédiatre pédiatre NOM s 2.55 0.95 2.03 0.81 -pédiatres pédiatre NOM p 2.55 0.95 0.52 0.14 -pédiatrie pédiatrie NOM f s 1.08 0.14 1.08 0.14 -pédiatrique pédiatrique ADJ s 0.48 0.00 0.48 0.00 -pudibond pudibond ADJ m s 0.06 0.41 0.02 0.14 -pudibonde pudibond ADJ f s 0.06 0.41 0.04 0.14 -pudibonderie pudibonderie NOM f s 0.01 0.47 0.01 0.34 -pudibonderies pudibonderie NOM f p 0.01 0.47 0.00 0.14 -pudibondes pudibond ADJ f p 0.06 0.41 0.00 0.07 -pudibonds pudibond ADJ m p 0.06 0.41 0.00 0.07 -pédibus pédibus ADV 0.00 0.20 0.00 0.20 -pudicité pudicité NOM f s 0.00 0.07 0.00 0.07 -pédicule pédicule NOM m s 0.03 0.07 0.03 0.07 -pédicure pédicure NOM s 0.76 0.41 0.71 0.34 -pédicures pédicure NOM p 0.76 0.41 0.05 0.07 -pédicurie pédicurie NOM f s 0.01 0.00 0.01 0.00 -pédieuse pédieux ADJ f s 0.03 0.00 0.01 0.00 -pédieux pédieux ADJ m 0.03 0.00 0.01 0.00 -pudique pudique ADJ s 1.12 5.27 0.98 4.39 -pudiquement pudiquement ADV 0.02 2.03 0.02 2.03 -pudiques pudique ADJ p 1.12 5.27 0.14 0.88 -pédologue pédologue NOM s 0.03 0.00 0.03 0.00 -pédomètre pédomètre NOM m s 0.01 0.00 0.01 0.00 -pédoncule pédoncule NOM m s 0.06 0.20 0.06 0.14 -pédoncules pédoncule NOM m p 0.06 0.20 0.00 0.07 -pédonculé pédonculé ADJ m s 0.00 0.07 0.00 0.07 -pédophile pédophile NOM m s 1.34 0.34 0.95 0.20 -pédophiles pédophile NOM m p 1.34 0.34 0.39 0.14 -pédophilie pédophilie NOM f s 0.58 0.14 0.58 0.14 -pédophiliques pédophilique ADJ m p 0.00 0.07 0.00 0.07 -pédopsychiatre pédopsychiatre NOM s 0.32 0.00 0.32 0.00 -pédoque pédoque NOM m s 0.00 0.54 0.00 0.54 -pédé pédé NOM m s 33.12 8.18 25.64 4.86 -pédégé pédégé NOM m s 0.00 0.07 0.00 0.07 -pédéraste pédéraste NOM m s 0.48 3.38 0.36 1.96 -pédérastes pédéraste NOM m p 0.48 3.38 0.13 1.42 -pédérastie pédérastie NOM f s 0.29 0.61 0.29 0.61 -pédérastique pédérastique ADJ s 0.00 0.27 0.00 0.27 -pédés pédé NOM m p 33.12 8.18 7.48 3.31 -pue puer VER 36.29 18.65 23.80 8.92 imp:pre:2s;ind:pre:1s;ind:pre:3s; -pueblo pueblo ADJ m s 0.05 0.95 0.05 0.95 -puent puer VER 36.29 18.65 2.29 1.89 ind:pre:3p; -puer puer VER 36.29 18.65 1.44 1.49 inf; -puera puer VER 36.29 18.65 0.05 0.00 ind:fut:3s; -puerait puer VER 36.29 18.65 0.01 0.00 cnd:pre:3s; -pueras puer VER 36.29 18.65 0.23 0.00 ind:fut:2s; -puerez puer VER 36.29 18.65 0.01 0.00 ind:fut:2p; -puerpérale puerpéral ADJ f s 0.12 0.07 0.12 0.07 -pues puer VER 36.29 18.65 5.66 0.54 ind:pre:2s; -puez puer VER 36.29 18.65 0.67 0.14 imp:pre:2p;ind:pre:2p; -puff puff NOM m s 0.57 0.14 0.57 0.14 -puffin puffin NOM m s 0.54 0.00 0.54 0.00 -pégamoïd pégamoïd NOM m s 0.00 0.07 0.00 0.07 -pugilat pugilat NOM m s 0.12 1.08 0.11 0.74 -pugilats pugilat NOM m p 0.12 1.08 0.01 0.34 -pugiler pugiler VER 0.00 0.07 0.00 0.07 inf; -pugiliste pugiliste NOM s 0.20 0.41 0.20 0.20 -pugilistes pugiliste NOM p 0.20 0.41 0.00 0.20 -pugilistique pugilistique ADJ f s 0.00 0.07 0.00 0.07 -pugnace pugnace ADJ s 0.06 0.14 0.06 0.14 -pugnacité pugnacité NOM f s 0.04 0.20 0.04 0.20 -pégriot pégriot NOM m s 0.00 0.41 0.00 0.20 -pégriots pégriot NOM m p 0.00 0.41 0.00 0.20 -puis puis CON 256.19 836.42 256.19 836.42 -puisa puiser VER 2.97 14.46 0.02 0.68 ind:pas:3s; -puisai puiser VER 2.97 14.46 0.14 0.20 ind:pas:1s; -puisaient puiser VER 2.97 14.46 0.00 0.81 ind:imp:3p; -puisais puiser VER 2.97 14.46 0.00 0.61 ind:imp:1s; -puisait puiser VER 2.97 14.46 0.16 3.11 ind:imp:3s; -puisant puiser VER 2.97 14.46 0.17 1.01 par:pre; -puisard puisard NOM m s 0.29 0.20 0.29 0.14 -puisards puisard NOM m p 0.29 0.20 0.00 0.07 -puisatier puisatier NOM m s 0.00 0.07 0.00 0.07 -puise puiser VER 2.97 14.46 0.82 1.15 imp:pre:2s;ind:pre:1s;ind:pre:3s; -puisent puiser VER 2.97 14.46 0.02 0.20 ind:pre:3p; -puiser puiser VER 2.97 14.46 1.08 3.51 inf; -puisera puiser VER 2.97 14.46 0.01 0.07 ind:fut:3s; -puiserai puiser VER 2.97 14.46 0.00 0.07 ind:fut:1s; -puiserait puiser VER 2.97 14.46 0.00 0.07 cnd:pre:3s; -puiserez puiser VER 2.97 14.46 0.02 0.00 ind:fut:2p; -puiseront puiser VER 2.97 14.46 0.00 0.14 ind:fut:3p; -puises puiser VER 2.97 14.46 0.08 0.07 ind:pre:2s; -puisette puisette NOM f s 0.00 0.14 0.00 0.14 -puisez puiser VER 2.97 14.46 0.04 0.00 imp:pre:2p;ind:pre:2p; -puisions puiser VER 2.97 14.46 0.00 0.07 ind:imp:1p; -puisons puiser VER 2.97 14.46 0.03 0.27 imp:pre:1p;ind:pre:1p; -puisqu puisqu CON 0.03 0.00 0.03 0.00 -puisque puisque CON 59.09 131.82 59.09 131.82 -puissamment puissamment CON 0.12 0.95 0.12 0.95 -puissance puissance NOM f s 33.69 55.20 30.37 44.12 -puissances puissance NOM f p 33.69 55.20 3.33 11.08 -puissant puissant ADJ m s 39.99 47.70 22.65 19.86 -puissante puissant ADJ f s 39.99 47.70 9.16 14.26 -puissantes puissant ADJ f p 39.99 47.70 2.85 5.20 -puissants puissant ADJ m p 39.99 47.70 5.34 8.38 -puisse pouvoir VER 5524.52 2659.80 90.37 74.80 sub:pre:1s;sub:pre:3s; -puissent pouvoir VER 5524.52 2659.80 10.18 14.05 sub:pre:3p; -puisses pouvoir VER 5524.52 2659.80 13.79 2.50 sub:pre:2s; -puissiez pouvoir VER 5524.52 2659.80 8.59 2.97 sub:pre:2p; -puissions pouvoir VER 5524.52 2659.80 6.20 3.58 sub:pre:1p; -puisé puiser VER m s 2.97 14.46 0.35 1.35 par:pas; -puisée puiser VER f s 2.97 14.46 0.01 0.54 par:pas; -puisées puiser VER f p 2.97 14.46 0.02 0.34 par:pas; -puisés puiser VER m p 2.97 14.46 0.00 0.20 par:pas; -puits puits NOM m 19.52 21.69 19.52 21.69 -péjoratif péjoratif ADJ m s 0.09 1.28 0.07 1.01 -péjoratifs péjoratif ADJ m p 0.09 1.28 0.00 0.14 -péjorative péjoratif ADJ f s 0.09 1.28 0.01 0.07 -péjorativement péjorativement ADV 0.01 0.07 0.01 0.07 -péjoratives péjoratif ADJ f p 0.09 1.28 0.01 0.07 -pékan pékan NOM m s 0.03 0.00 0.03 0.00 -pékin pékin NOM m s 0.32 1.28 0.27 0.47 -pékinois pékinois NOM m 1.68 0.47 1.68 0.47 -pékinoise pékinois ADJ f s 0.07 0.20 0.03 0.00 -pékins pékin NOM m p 0.32 1.28 0.05 0.81 -pélagique pélagique ADJ m s 0.29 0.00 0.29 0.00 -pélasgiques pélasgique ADJ p 0.00 0.07 0.00 0.07 -pêle_mêle pêle_mêle ADV 0.00 8.24 0.00 8.24 -pélican pélican NOM m s 0.43 1.28 0.28 0.81 -pélicans pélican NOM m p 0.43 1.28 0.16 0.47 -pull_over pull_over NOM m s 0.80 6.35 0.78 5.27 -pull_over pull_over NOM m p 0.80 6.35 0.02 1.08 -pull pull NOM m s 13.43 8.65 11.41 7.03 -pullman pullman NOM m s 0.06 0.54 0.05 0.47 -pullmans pullman NOM m p 0.06 0.54 0.01 0.07 -pulls pull NOM m p 13.43 8.65 2.02 1.62 -pullula pulluler VER 0.78 2.91 0.00 0.07 ind:pas:3s; -pullulaient pulluler VER 0.78 2.91 0.01 0.74 ind:imp:3p; -pullulait pulluler VER 0.78 2.91 0.00 0.34 ind:imp:3s; -pullulant pulluler VER 0.78 2.91 0.00 0.14 par:pre; -pullulantes pullulant ADJ f p 0.00 0.20 0.00 0.07 -pullulants pullulant ADJ m p 0.00 0.20 0.00 0.14 -pullule pulluler VER 0.78 2.91 0.41 0.61 ind:pre:3s; -pullulement pullulement NOM m s 0.00 0.74 0.00 0.74 -pullulent pulluler VER 0.78 2.91 0.19 0.74 ind:pre:3p; -pulluler pulluler VER 0.78 2.91 0.16 0.27 inf; -pulluleront pulluler VER 0.78 2.91 0.01 0.00 ind:fut:3p; -pulmonaire pulmonaire ADJ s 2.31 1.35 2.00 0.95 -pulmonaires pulmonaire ADJ p 2.31 1.35 0.32 0.41 -pulmonie pulmonie NOM f s 0.00 0.07 0.00 0.07 -pulmonique pulmonique ADJ s 0.00 0.07 0.00 0.07 -pélot pélot NOM m s 0.00 0.07 0.00 0.07 -pulpe pulpe NOM f s 0.72 2.36 0.62 2.16 -pulpes pulpe NOM f p 0.72 2.36 0.10 0.20 -pulpeuse pulpeux ADJ f s 0.22 2.23 0.11 1.28 -pulpeuses pulpeux ADJ f p 0.22 2.23 0.09 0.41 -pulpeux pulpeux ADJ m 0.22 2.23 0.02 0.54 -pulque pulque NOM m s 0.60 0.00 0.60 0.00 -pulsait pulser VER 0.51 0.61 0.01 0.20 ind:imp:3s; -pulsant pulser VER 0.51 0.61 0.00 0.14 par:pre; -pulsar pulsar NOM m s 0.46 0.00 0.46 0.00 -pulsatile pulsatile ADJ f s 0.01 0.00 0.01 0.00 -pulsation pulsation NOM f s 1.24 4.19 0.54 2.09 -pulsations pulsation NOM f p 1.24 4.19 0.70 2.09 -pulsative pulsatif ADJ f s 0.01 0.00 0.01 0.00 -pulse pulser VER 0.51 0.61 0.21 0.20 imp:pre:2s;ind:pre:3s; -pulser pulser VER 0.51 0.61 0.11 0.07 inf; -pulseur pulseur NOM m s 0.15 0.07 0.15 0.07 -pulsion pulsion NOM f s 4.15 1.69 1.19 0.74 -pulsions pulsion NOM f p 4.15 1.69 2.96 0.95 -pulso_réacteur pulso_réacteur NOM m p 0.01 0.00 0.01 0.00 -pulsoréacteurs pulsoréacteur NOM m p 0.01 0.00 0.01 0.00 -pulsé pulser VER m s 0.51 0.61 0.17 0.00 par:pas; -pulvérin pulvérin NOM m s 0.00 0.07 0.00 0.07 -pulvérisa pulvériser VER 3.11 6.69 0.00 0.47 ind:pas:3s; -pulvérisaient pulvériser VER 3.11 6.69 0.00 0.07 ind:imp:3p; -pulvérisais pulvériser VER 3.11 6.69 0.01 0.00 ind:imp:2s; -pulvérisait pulvériser VER 3.11 6.69 0.12 0.61 ind:imp:3s; -pulvérisant pulvériser VER 3.11 6.69 0.08 0.61 par:pre; -pulvérisateur pulvérisateur NOM m s 0.22 0.14 0.18 0.07 -pulvérisateurs pulvérisateur NOM m p 0.22 0.14 0.03 0.07 -pulvérisation pulvérisation NOM f s 0.09 0.27 0.06 0.14 -pulvérisations pulvérisation NOM f p 0.09 0.27 0.02 0.14 -pulvérise pulvériser VER 3.11 6.69 0.42 0.41 imp:pre:2s;ind:pre:1s;ind:pre:3s; -pulvérisent pulvériser VER 3.11 6.69 0.01 0.20 ind:pre:3p; -pulvériser pulvériser VER 3.11 6.69 1.14 1.15 inf; -pulvériserai pulvériser VER 3.11 6.69 0.02 0.07 ind:fut:1s; -pulvériserait pulvériser VER 3.11 6.69 0.01 0.07 cnd:pre:3s; -pulvériserons pulvériser VER 3.11 6.69 0.01 0.00 ind:fut:1p; -pulvériseront pulvériser VER 3.11 6.69 0.14 0.00 ind:fut:3p; -pulvérises pulvériser VER 3.11 6.69 0.00 0.07 ind:pre:2s; -pulvérisez pulvériser VER 3.11 6.69 0.06 0.00 imp:pre:2p;ind:pre:2p; -pulvérisé pulvériser VER m s 3.11 6.69 0.74 1.22 par:pas; -pulvérisée pulvériser VER f s 3.11 6.69 0.10 1.08 par:pas; -pulvérisées pulvériser VER f p 3.11 6.69 0.06 0.14 par:pas; -pulvérisés pulvériser VER m p 3.11 6.69 0.17 0.54 par:pas; -pulvérulence pulvérulence NOM f s 0.00 0.07 0.00 0.07 -pulvérulentes pulvérulent ADJ f p 0.00 0.07 0.00 0.07 -puma puma NOM m s 1.34 2.03 0.42 1.89 -pumas puma NOM m p 1.34 2.03 0.92 0.14 -punais punais ADJ m s 0.00 0.20 0.00 0.20 -punaisait punaiser VER 0.12 0.81 0.00 0.07 ind:imp:3s; -punaise punaise NOM f s 2.46 7.84 1.41 1.76 -punaises punaise NOM f p 2.46 7.84 1.05 6.08 -punaisé punaiser VER m s 0.12 0.81 0.01 0.27 par:pas; -punaisée punaiser VER f s 0.12 0.81 0.01 0.34 par:pas; -punaisées punaiser VER f p 0.12 0.81 0.00 0.14 par:pas; -punaisés punaiser VER m p 0.12 0.81 0.10 0.00 par:pas; -pénal pénal ADJ m s 4.64 3.38 3.78 2.91 -pénale pénal ADJ f s 4.64 3.38 0.54 0.20 -pénalement pénalement ADV 0.03 0.07 0.03 0.07 -pénales pénal ADJ f p 4.64 3.38 0.20 0.27 -pénalisaient pénaliser VER 0.46 0.34 0.01 0.00 ind:imp:3p; -pénalisation pénalisation NOM f s 0.01 0.00 0.01 0.00 -pénalise pénaliser VER 0.46 0.34 0.03 0.00 imp:pre:2s;ind:pre:1s; -pénaliser pénaliser VER 0.46 0.34 0.12 0.07 inf; -pénalisera pénaliser VER 0.46 0.34 0.01 0.07 ind:fut:3s; -pénaliserai pénaliser VER 0.46 0.34 0.03 0.00 ind:fut:1s; -pénaliste pénaliste NOM s 0.04 0.00 0.04 0.00 -pénalistes pénaliste NOM p 0.04 0.00 0.01 0.00 -pénalisé pénaliser VER m s 0.46 0.34 0.15 0.07 par:pas; -pénalisée pénaliser VER f s 0.46 0.34 0.04 0.00 par:pas; -pénalisés pénaliser VER m p 0.46 0.34 0.08 0.14 par:pas; -pénalité pénalité NOM f s 1.11 0.07 0.60 0.00 -pénalités pénalité NOM f p 1.11 0.07 0.51 0.07 -pénard pénard ADJ m s 0.02 1.08 0.01 0.54 -pénarde pénard ADJ f s 0.02 1.08 0.00 0.27 -pénardement pénardement ADV 0.00 0.07 0.00 0.07 -pénardes pénard ADJ f p 0.02 1.08 0.00 0.07 -pénards pénard ADJ m p 0.02 1.08 0.01 0.20 -pénates pénates NOM m p 0.15 0.88 0.15 0.88 -pénaux pénal ADJ m p 4.64 3.38 0.14 0.00 -punch punch NOM m s 3.67 3.11 3.65 2.97 -puncheur puncheur NOM m s 0.02 0.00 0.02 0.00 -punching_ball punching_ball NOM m s 0.71 0.61 0.64 0.61 -punching_ball punching_ball NOM m s 0.71 0.61 0.08 0.00 -punchs punch NOM m p 3.67 3.11 0.02 0.14 -punctiforme punctiforme ADJ f s 0.01 0.00 0.01 0.00 -puncture puncture NOM f s 0.10 0.00 0.10 0.00 -pêne pêne NOM m s 0.15 0.81 0.15 0.81 -puni punir VER m s 41.70 20.14 10.09 3.99 par:pas; -pénible pénible ADJ s 13.75 27.43 12.07 21.96 -péniblement péniblement ADV 0.74 11.01 0.74 11.01 -pénibles pénible ADJ p 13.75 27.43 1.69 5.47 -péniche péniche NOM f s 1.55 7.97 1.47 5.27 -péniches péniche NOM f p 1.55 7.97 0.08 2.70 -pénicilline pénicilline NOM f s 1.44 0.95 1.44 0.95 -punie punir VER f s 41.70 20.14 2.79 1.42 par:pas; -pénien pénien ADJ m s 0.04 0.00 0.02 0.00 -pénienne pénien ADJ f s 0.04 0.00 0.01 0.00 -punies punir VER f p 41.70 20.14 0.20 0.14 par:pas; -pénil pénil NOM m s 0.01 0.00 0.01 0.00 -péninsulaire péninsulaire ADJ s 0.00 0.14 0.00 0.07 -péninsulaires péninsulaire ADJ p 0.00 0.14 0.00 0.07 -péninsule péninsule NOM f s 0.89 3.31 0.88 3.18 -péninsules péninsule NOM f p 0.89 3.31 0.01 0.14 -punique punique ADJ m s 0.00 0.20 0.00 0.14 -puniques punique ADJ p 0.00 0.20 0.00 0.07 -punir punir VER 41.70 20.14 13.82 8.45 inf; -punira punir VER 41.70 20.14 1.89 0.27 ind:fut:3s; -punirai punir VER 41.70 20.14 0.91 0.00 ind:fut:1s; -punirais punir VER 41.70 20.14 0.04 0.07 cnd:pre:1s; -punirait punir VER 41.70 20.14 0.06 0.07 cnd:pre:3s; -puniras punir VER 41.70 20.14 0.02 0.07 ind:fut:2s; -punirez punir VER 41.70 20.14 0.03 0.00 ind:fut:2p; -punirons punir VER 41.70 20.14 0.17 0.00 ind:fut:1p; -puniront punir VER 41.70 20.14 0.03 0.00 ind:fut:3p; -pénis pénis NOM m 8.11 1.96 8.11 1.96 -punis punir VER m p 41.70 20.14 6.09 1.69 imp:pre:2s;ind:pre:1s;ind:pre:2s;par:pas; -punissable punissable ADJ m s 0.21 0.14 0.21 0.07 -punissables punissable ADJ m p 0.21 0.14 0.00 0.07 -punissaient punir VER 41.70 20.14 0.02 0.20 ind:imp:3p; -punissais punir VER 41.70 20.14 0.26 0.14 ind:imp:1s;ind:imp:2s; -punissait punir VER 41.70 20.14 0.29 1.01 ind:imp:3s; -punissant punir VER 41.70 20.14 0.71 0.47 par:pre; -punisse punir VER 41.70 20.14 0.61 0.27 sub:pre:1s;sub:pre:3s; -punissent punir VER 41.70 20.14 0.26 0.20 ind:pre:3p; -punisses punir VER 41.70 20.14 0.30 0.00 sub:pre:2s; -punisseur punisseur NOM m s 0.11 0.00 0.11 0.00 -punissez punir VER 41.70 20.14 0.99 0.07 imp:pre:2p;ind:pre:2p; -punissions punir VER 41.70 20.14 0.01 0.07 ind:imp:1p; -punissons punir VER 41.70 20.14 0.15 0.00 imp:pre:1p;ind:pre:1p; -punit punir VER 41.70 20.14 1.98 1.55 ind:pre:3s;ind:pas:3s; -pénitence pénitence NOM f s 2.96 5.95 2.96 5.00 -pénitences pénitence NOM f p 2.96 5.95 0.00 0.95 -pénitencier pénitencier NOM m s 2.09 1.15 2.04 1.15 -pénitenciers pénitencier NOM m p 2.09 1.15 0.06 0.00 -pénitent pénitent NOM m s 0.90 2.84 0.27 0.61 -pénitente pénitent NOM f s 0.90 2.84 0.14 0.14 -pénitentes pénitent NOM f p 0.90 2.84 0.00 0.20 -pénitentiaire pénitentiaire ADJ s 3.21 2.77 2.79 2.23 -pénitentiaires pénitentiaire ADJ p 3.21 2.77 0.42 0.54 -pénitentielle pénitentiel ADJ f s 0.00 0.07 0.00 0.07 -pénitents pénitent NOM m p 0.90 2.84 0.49 1.89 -punitif punitif ADJ m s 0.42 1.08 0.27 0.14 -punition punition NOM f s 13.16 9.46 11.97 7.64 -punitions punition NOM f p 13.16 9.46 1.19 1.82 -punitive punitif ADJ f s 0.42 1.08 0.12 0.61 -punitives punitif ADJ f p 0.42 1.08 0.03 0.34 -punk punk NOM s 6.39 4.12 5.45 2.50 -punkette punkette NOM f s 0.00 0.14 0.00 0.14 -punks punk NOM p 6.39 4.12 0.94 1.62 -pénologie pénologie NOM f s 0.02 0.00 0.02 0.00 -pénombre pénombre NOM f s 1.23 28.24 1.22 28.04 -pénombres pénombre NOM f p 1.23 28.24 0.01 0.20 -punt punt NOM m s 0.23 0.00 0.23 0.00 -pénètre pénétrer VER 19.00 87.23 4.64 12.36 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -pénètrent pénétrer VER 19.00 87.23 0.84 2.77 ind:pre:3p; -pénètres pénétrer VER 19.00 87.23 0.11 0.20 ind:pre:2s; -pénultième pénultième NOM f s 0.03 0.07 0.03 0.07 -pénéplaines pénéplaine NOM f p 0.00 0.07 0.00 0.07 -pénurie pénurie NOM f s 2.15 2.84 2.12 2.70 -pénuries pénurie NOM f p 2.15 2.84 0.04 0.14 -pénétra pénétrer VER 19.00 87.23 0.32 9.66 ind:pas:3s; -pénétrable pénétrable ADJ f s 0.14 0.07 0.14 0.00 -pénétrables pénétrable ADJ p 0.14 0.07 0.00 0.07 -pénétrai pénétrer VER 19.00 87.23 0.00 1.42 ind:pas:1s; -pénétraient pénétrer VER 19.00 87.23 0.14 3.04 ind:imp:3p; -pénétrais pénétrer VER 19.00 87.23 0.00 1.08 ind:imp:1s;ind:imp:2s; -pénétrait pénétrer VER 19.00 87.23 0.26 9.66 ind:imp:3s; -pénétrant pénétrer VER 19.00 87.23 0.41 4.86 par:pre; -pénétrante pénétrante ADJ f s 0.29 2.43 0.20 2.23 -pénétrantes pénétrante ADJ f p 0.29 2.43 0.10 0.20 -pénétrants pénétrant ADJ m p 0.59 2.09 0.18 0.20 -pénétration pénétration NOM f s 2.20 3.38 1.91 3.18 -pénétrations pénétration NOM f p 2.20 3.38 0.29 0.20 -pénétrer pénétrer VER 19.00 87.23 6.94 24.19 inf; -pénétrera pénétrer VER 19.00 87.23 0.14 0.20 ind:fut:3s; -pénétrerai pénétrer VER 19.00 87.23 0.02 0.07 ind:fut:1s; -pénétreraient pénétrer VER 19.00 87.23 0.00 0.27 cnd:pre:3p; -pénétrerait pénétrer VER 19.00 87.23 0.01 0.54 cnd:pre:3s; -pénétrerons pénétrer VER 19.00 87.23 0.04 0.07 ind:fut:1p; -pénétreront pénétrer VER 19.00 87.23 0.01 0.07 ind:fut:3p; -pénétrez pénétrer VER 19.00 87.23 0.41 0.34 imp:pre:2p;ind:pre:2p; -pénétrions pénétrer VER 19.00 87.23 0.00 0.27 ind:imp:1p; -pénétrâmes pénétrer VER 19.00 87.23 0.00 0.61 ind:pas:1p; -pénétrons pénétrer VER 19.00 87.23 0.07 0.95 imp:pre:1p;ind:pre:1p; -pénétrât pénétrer VER 19.00 87.23 0.00 0.34 sub:imp:3s; -pénétrèrent pénétrer VER 19.00 87.23 0.02 3.24 ind:pas:3p; -pénétré pénétrer VER m s 19.00 87.23 4.07 8.72 par:pas; -pénétrée pénétrer VER f s 19.00 87.23 0.49 1.28 par:pas; -pénétrées pénétrer VER f p 19.00 87.23 0.00 0.07 par:pas; -pénétrés pénétrer VER m p 19.00 87.23 0.04 0.95 par:pas; -péon péon NOM m s 0.02 0.14 0.01 0.00 -péons péon NOM m p 0.02 0.14 0.01 0.14 -péottes péotte NOM f p 0.00 0.14 0.00 0.14 -pupazzo pupazzo NOM m s 0.00 0.14 0.00 0.14 -pupe pupe NOM f s 0.01 0.00 0.01 0.00 -pépettes pépettes NOM f p 0.03 0.20 0.03 0.20 -pépia pépier VER 0.35 1.28 0.00 0.07 ind:pas:3s; -pépiaient pépier VER 0.35 1.28 0.00 0.47 ind:imp:3p; -pépiait pépier VER 0.35 1.28 0.00 0.14 ind:imp:3s; -pépiant pépiant ADJ m s 0.14 0.20 0.14 0.20 -pépie pépier VER 0.35 1.28 0.20 0.07 imp:pre:2s;ind:pre:1s;ind:pre:3s; -pépiement pépiement NOM m s 1.16 2.77 0.09 1.49 -pépiements pépiement NOM m p 1.16 2.77 1.07 1.28 -pépient pépier VER 0.35 1.28 0.04 0.34 ind:pre:3p; -pépier pépier VER 0.35 1.28 0.11 0.14 inf; -pupillaire pupillaire ADJ s 0.07 0.00 0.06 0.00 -pupillaires pupillaire ADJ m p 0.07 0.00 0.01 0.00 -pupille pupille NOM s 3.92 5.54 2.04 2.43 -pupilles pupille NOM p 3.92 5.54 1.88 3.11 -pépin pépin NOM m s 5.15 3.51 4.31 1.96 -pépinière pépinière NOM f s 0.51 0.95 0.45 0.68 -pépinières pépinière NOM f p 0.51 0.95 0.06 0.27 -pépiniériste pépiniériste NOM s 0.04 0.41 0.03 0.27 -pépiniéristes pépiniériste NOM p 0.04 0.41 0.01 0.14 -pépins pépin NOM m p 5.15 3.51 0.84 1.55 -pépite pépite NOM f s 2.04 0.61 0.77 0.20 -pépites pépite NOM f p 2.04 0.61 1.27 0.41 -pupitre pupitre NOM m s 0.80 6.89 0.73 5.74 -pupitres pupitre NOM m p 0.80 6.89 0.07 1.15 -pupitreur pupitreur NOM m s 0.01 0.00 0.01 0.00 -pépiés pépier VER m p 0.35 1.28 0.00 0.07 par:pas; -péplum péplum NOM m s 0.10 0.54 0.00 0.14 -péplums péplum NOM m p 0.10 0.54 0.10 0.41 -pépère pépère ADJ s 1.21 3.18 1.00 2.50 -pépères pépère ADJ p 1.21 3.18 0.20 0.68 -pépètes pépètes NOM f p 0.08 0.34 0.08 0.34 -pépé pépé NOM m s 4.95 16.96 4.81 16.76 -pépée pépée NOM f s 0.69 0.54 0.49 0.20 -pépées pépée NOM f p 0.69 0.54 0.20 0.34 -pépés pépé NOM m p 4.95 16.96 0.13 0.20 -péquenaud péquenaud NOM m s 1.60 0.27 1.00 0.07 -péquenaude péquenaud NOM f s 1.60 0.27 0.20 0.00 -péquenaudes péquenaud NOM f p 1.60 0.27 0.00 0.07 -péquenauds péquenaud NOM m p 1.60 0.27 0.41 0.14 -péquenot péquenot NOM m s 1.80 1.82 0.97 1.01 -péquenots péquenot NOM m p 1.80 1.82 0.83 0.81 -péquin péquin NOM m s 0.00 0.20 0.00 0.14 -péquins péquin NOM m p 0.00 0.20 0.00 0.07 -pur_sang pur_sang NOM m 1.01 2.23 1.01 2.23 -pur pur ADJ m s 58.46 90.34 26.48 44.59 -pérît périr VER 11.20 10.34 0.00 0.07 sub:imp:3s; -pure pur ADJ f s 58.46 90.34 26.97 34.19 -pureau pureau NOM m s 0.00 0.07 0.00 0.07 -purement purement ADV 3.99 9.32 3.99 9.32 -péremptoire péremptoire ADJ s 0.00 5.07 0.00 3.85 -péremptoirement péremptoirement ADV 0.00 0.61 0.00 0.61 -péremptoires péremptoire ADJ p 0.00 5.07 0.00 1.22 -pérenne pérenne ADJ s 0.00 0.14 0.00 0.07 -pérennes pérenne ADJ p 0.00 0.14 0.00 0.07 -pérennise pérenniser VER 0.00 0.07 0.00 0.07 ind:pre:3s; -pérennité pérennité NOM f s 0.00 0.74 0.00 0.74 -purent pouvoir VER 5524.52 2659.80 0.24 6.89 ind:pas:3p; -pures pur ADJ f p 58.46 90.34 1.35 4.66 -pureté pureté NOM f s 6.77 13.99 6.77 13.92 -puretés pureté NOM f p 6.77 13.99 0.00 0.07 -purgatif purgatif ADJ m s 0.40 0.14 0.30 0.07 -purgation purgation NOM f s 0.02 0.20 0.02 0.07 -purgations purgation NOM f p 0.02 0.20 0.00 0.14 -purgative purgatif ADJ f s 0.40 0.14 0.10 0.07 -purgatoire purgatoire NOM m s 1.92 2.84 1.92 2.77 -purgatoires purgatoire NOM m p 1.92 2.84 0.00 0.07 -purge purger VER 5.46 3.24 1.30 0.34 imp:pre:2s;ind:pre:1s;ind:pre:3s; -purgea purger VER 5.46 3.24 0.02 0.07 ind:pas:3s; -purgeaient purger VER 5.46 3.24 0.01 0.14 ind:imp:3p; -purgeais purger VER 5.46 3.24 0.02 0.00 ind:imp:1s;ind:imp:2s; -purgeait purger VER 5.46 3.24 0.28 0.41 ind:imp:3s; -purgeant purger VER 5.46 3.24 0.03 0.07 par:pre; -purgent purger VER 5.46 3.24 0.15 0.14 ind:pre:3p; -purger purger VER 5.46 3.24 1.59 1.08 inf; -purgera purger VER 5.46 3.24 0.11 0.00 ind:fut:3s; -purgerai purger VER 5.46 3.24 0.05 0.00 ind:fut:1s; -purgerais purger VER 5.46 3.24 0.02 0.00 cnd:pre:1s;cnd:pre:2s; -purgeras purger VER 5.46 3.24 0.07 0.00 ind:fut:2s; -purgerez purger VER 5.46 3.24 0.07 0.00 ind:fut:2p; -purgeriez purger VER 5.46 3.24 0.01 0.00 cnd:pre:2p; -purges purge NOM f p 1.34 1.89 0.84 0.54 -purgez purger VER 5.46 3.24 0.23 0.00 imp:pre:2p;ind:pre:2p; -purgiez purger VER 5.46 3.24 0.02 0.00 ind:imp:2p; -purgé purger VER m s 5.46 3.24 0.93 0.81 par:pas; -purgée purger VER f s 5.46 3.24 0.21 0.00 par:pas; -purgées purger VER f p 5.46 3.24 0.01 0.07 par:pas; -purgés purger VER m p 5.46 3.24 0.23 0.14 par:pas; -péri périr VER m s 11.20 10.34 2.56 1.89 par:pas; -péricarde péricarde NOM m s 0.33 0.00 0.33 0.00 -péricardique péricardique ADJ s 0.12 0.00 0.12 0.00 -péricardite péricardite NOM f s 0.05 0.00 0.05 0.00 -péricarpe péricarpe NOM m s 0.01 0.00 0.01 0.00 -périclita péricliter VER 0.10 1.01 0.00 0.07 ind:pas:3s; -périclitait péricliter VER 0.10 1.01 0.02 0.20 ind:imp:3s; -périclitant péricliter VER 0.10 1.01 0.00 0.07 par:pre; -périclitent péricliter VER 0.10 1.01 0.01 0.07 ind:pre:3p; -péricliter péricliter VER 0.10 1.01 0.03 0.27 inf; -périclitèrent péricliter VER 0.10 1.01 0.01 0.07 ind:pas:3p; -périclité péricliter VER m s 0.10 1.01 0.04 0.27 par:pas; -péridurale péridural NOM f s 0.37 0.07 0.37 0.07 -périe périr VER f s 11.20 10.34 0.01 0.00 par:pas; -périf périf NOM m s 0.14 0.27 0.14 0.27 -purifiaient purifier VER 7.92 4.86 0.00 0.14 ind:imp:3p; -purifiais purifier VER 7.92 4.86 0.10 0.00 ind:imp:2s; -purifiait purifier VER 7.92 4.86 0.14 0.20 ind:imp:3s; -purifiant purifier VER 7.92 4.86 0.20 0.27 par:pre; -purificateur purificateur ADJ m s 0.75 0.68 0.47 0.54 -purificateurs purificateur NOM m p 0.22 0.07 0.07 0.00 -purification purification NOM f s 1.31 1.08 1.31 0.95 -purifications purification NOM f p 1.31 1.08 0.00 0.14 -purificatoire purificatoire ADJ m s 0.00 0.07 0.00 0.07 -purificatrice purificateur ADJ f s 0.75 0.68 0.02 0.07 -purificatrices purificateur ADJ f p 0.75 0.68 0.27 0.00 -purifie purifier VER 7.92 4.86 2.04 0.34 imp:pre:2s;ind:pre:1s;ind:pre:3s; -purifient purifier VER 7.92 4.86 0.30 0.07 ind:pre:3p; -purifier purifier VER 7.92 4.86 2.59 1.15 inf; -purifiera purifier VER 7.92 4.86 0.14 0.00 ind:fut:3s; -purifiez purifier VER 7.92 4.86 0.34 0.14 imp:pre:2p;ind:pre:2p; -purifions purifier VER 7.92 4.86 0.02 0.07 imp:pre:1p;ind:pre:1p; -purifiât purifier VER 7.92 4.86 0.00 0.07 sub:imp:3s; -purifié purifier VER m s 7.92 4.86 1.05 1.35 par:pas; -purifiée purifier VER f s 7.92 4.86 0.68 0.68 par:pas; -purifiées purifier VER f p 7.92 4.86 0.00 0.07 par:pas; -purifiés purifier VER m p 7.92 4.86 0.32 0.34 par:pas; -périgourdin périgourdin ADJ m s 0.02 0.27 0.00 0.07 -périgourdine périgourdin ADJ f s 0.02 0.27 0.01 0.20 -périgourdins périgourdin ADJ m p 0.02 0.27 0.01 0.00 -périgée périgée NOM m s 0.02 0.07 0.02 0.07 -péril péril NOM m s 7.76 13.78 6.32 10.00 -périlleuse périlleux ADJ f s 1.43 6.76 0.35 2.30 -périlleusement périlleusement ADV 0.00 0.20 0.00 0.20 -périlleuses périlleux ADJ f p 1.43 6.76 0.21 0.88 -périlleux périlleux ADJ m 1.43 6.76 0.87 3.58 -périls péril NOM m p 7.76 13.78 1.45 3.78 -périme périmer VER 1.68 0.54 0.02 0.00 ind:pre:3s; -périment périmer VER 1.68 0.54 0.01 0.00 ind:pre:3p; -périmer périmer VER 1.68 0.54 0.01 0.00 inf; -périmètre périmètre NOM m s 6.81 2.84 6.71 2.64 -périmètres périmètre NOM m p 6.81 2.84 0.10 0.20 -périmé périmer VER m s 1.68 0.54 0.69 0.27 par:pas; -périmée périmer VER f s 1.68 0.54 0.59 0.20 par:pas; -périmées périmé ADJ f p 0.79 2.36 0.09 0.47 -périmés périmer VER m p 1.68 0.54 0.28 0.00 par:pas; -purin purin NOM m s 0.38 2.23 0.38 2.23 -périnée périnée NOM m s 0.16 0.47 0.16 0.47 -période période NOM f s 25.65 41.89 23.72 32.09 -périodes période NOM f p 25.65 41.89 1.94 9.80 -périodicité périodicité NOM f s 0.01 0.07 0.01 0.07 -périodique périodique ADJ s 0.23 1.89 0.15 1.28 -périodiquement périodiquement ADV 0.17 3.18 0.17 3.18 -périodiques périodique ADJ p 0.23 1.89 0.09 0.61 -péripatéticiennes péripatéticienne NOM f p 0.14 0.00 0.14 0.00 -périph périph NOM m s 0.16 0.20 0.16 0.20 -périphrase périphrase NOM f s 0.11 0.27 0.11 0.14 -périphrases périphrase NOM f p 0.11 0.27 0.00 0.14 -périphérie périphérie NOM f s 1.30 3.04 1.21 2.91 -périphéries périphérie NOM f p 1.30 3.04 0.10 0.14 -périphérique périphérique NOM m s 0.53 1.15 0.52 1.15 -périphériques périphérique ADJ p 0.50 1.55 0.19 0.95 -périple périple NOM m s 1.14 2.64 0.98 2.09 -périples périple NOM m p 1.14 2.64 0.15 0.54 -péripétie péripétie NOM f s 0.85 6.69 0.59 1.35 -péripéties péripétie NOM f p 0.85 6.69 0.26 5.34 -périr périr VER 11.20 10.34 3.83 4.93 inf; -périra périr VER 11.20 10.34 1.01 0.20 ind:fut:3s; -périrais périr VER 11.20 10.34 0.01 0.14 cnd:pre:1s; -périrait périr VER 11.20 10.34 0.31 0.14 cnd:pre:3s; -périras périr VER 11.20 10.34 0.06 0.00 ind:fut:2s; -périrent périr VER 11.20 10.34 0.49 0.61 ind:pas:3p; -périrez périr VER 11.20 10.34 0.06 0.07 ind:fut:2p; -péririez périr VER 11.20 10.34 0.01 0.00 cnd:pre:2p; -périrons périr VER 11.20 10.34 0.14 0.07 ind:fut:1p; -périront périr VER 11.20 10.34 0.75 0.20 ind:fut:3p; -péris périr VER m p 11.20 10.34 0.05 0.07 ind:pre:1s;ind:pre:2s;par:pas; -périscolaire périscolaire ADJ f s 0.01 0.00 0.01 0.00 -périscope périscope NOM m s 1.28 0.88 1.24 0.68 -périscopes périscope NOM m p 1.28 0.88 0.04 0.20 -périscopique périscopique ADJ f s 0.31 0.00 0.31 0.00 -périssable périssable ADJ s 0.38 1.82 0.12 1.35 -périssables périssable ADJ p 0.38 1.82 0.27 0.47 -périssaient périr VER 11.20 10.34 0.01 0.27 ind:imp:3p; -périssait périr VER 11.20 10.34 0.00 0.34 ind:imp:3s; -périssant périr VER 11.20 10.34 0.01 0.07 par:pre; -périsse périr VER 11.20 10.34 0.34 0.47 sub:pre:3s; -périssent périr VER 11.20 10.34 0.54 0.27 ind:pre:3p; -périssez périr VER 11.20 10.34 0.10 0.00 imp:pre:2p; -périssodactyle périssodactyle NOM m s 0.14 0.00 0.14 0.00 -périssoire périssoire NOM f s 0.00 0.20 0.00 0.14 -périssoires périssoire NOM f p 0.00 0.20 0.00 0.07 -périssons périr VER 11.20 10.34 0.14 0.07 imp:pre:1p;ind:pre:1p; -péristaltique péristaltique ADJ f s 0.01 0.14 0.01 0.07 -péristaltiques péristaltique ADJ f p 0.01 0.14 0.00 0.07 -péristaltisme péristaltisme NOM m s 0.01 0.00 0.01 0.00 -puriste puriste NOM s 0.13 0.00 0.11 0.00 -puristes puriste NOM p 0.13 0.00 0.02 0.00 -péristyle péristyle NOM m s 0.00 1.49 0.00 1.49 -périt périr VER 11.20 10.34 0.76 0.47 ind:pre:3s;ind:pas:3s; -puritain puritain NOM m s 0.53 0.81 0.28 0.07 -puritaine puritain ADJ f s 1.16 2.03 0.67 0.54 -puritaines puritain ADJ f p 1.16 2.03 0.20 0.20 -puritains puritain NOM m p 0.53 0.81 0.20 0.61 -puritanisme puritanisme NOM m s 0.05 1.22 0.05 1.22 -péritoine péritoine NOM m s 0.13 0.14 0.13 0.14 -péritonite péritonite NOM f s 0.32 0.47 0.32 0.47 -péritonéal péritonéal ADJ m s 0.32 0.07 0.18 0.00 -péritonéale péritonéal ADJ f s 0.32 0.07 0.14 0.07 -périurbaines périurbain ADJ f p 0.01 0.00 0.01 0.00 -pérodictique pérodictique NOM m s 0.01 0.00 0.01 0.00 -péroniste péroniste ADJ m s 0.17 0.00 0.17 0.00 -péronnelle péronnelle NOM f s 0.04 0.07 0.04 0.07 -péroné péroné NOM m s 0.27 0.14 0.27 0.00 -péronés péroné NOM m p 0.27 0.14 0.00 0.14 -pérorais pérorer VER 0.22 3.24 0.00 0.07 ind:imp:1s; -péroraison péroraison NOM f s 0.00 1.08 0.00 0.95 -péroraisons péroraison NOM f p 0.00 1.08 0.00 0.14 -pérorait pérorer VER 0.22 3.24 0.00 1.49 ind:imp:3s; -pérorant pérorer VER 0.22 3.24 0.00 0.54 par:pre; -pérore pérorer VER 0.22 3.24 0.15 0.61 ind:pre:1s;ind:pre:3s; -pérorer pérorer VER 0.22 3.24 0.07 0.47 inf; -péroreur péroreur NOM m s 0.00 0.07 0.00 0.07 -pérorons pérorer VER 0.22 3.24 0.00 0.07 ind:pre:1p; -pérot pérot NOM m s 0.11 0.00 0.11 0.00 -purotin purotin NOM m s 0.00 0.41 0.00 0.14 -purotins purotin NOM m p 0.00 0.41 0.00 0.27 -pérou pérou NOM s 0.01 0.00 0.01 0.00 -purpura purpura NOM m s 0.09 0.00 0.09 0.00 -purpurin purpurin ADJ m s 0.01 0.61 0.00 0.27 -purpurine purpurin ADJ f s 0.01 0.61 0.01 0.14 -purpurines purpurin ADJ f p 0.01 0.61 0.00 0.07 -purpurins purpurin ADJ m p 0.01 0.61 0.00 0.14 -purs pur ADJ m p 58.46 90.34 3.67 6.89 -purée purée NOM f s 5.75 6.28 5.74 6.08 -purées purée NOM f p 5.75 6.28 0.01 0.20 -pérégrinant pérégriner VER 0.00 0.47 0.00 0.07 par:pre; -pérégrination pérégrination NOM f s 0.06 1.62 0.00 0.20 -pérégrinations pérégrination NOM f p 0.06 1.62 0.06 1.42 -pérégrine pérégriner VER 0.00 0.47 0.00 0.14 ind:pre:3s; -pérégriner pérégriner VER 0.00 0.47 0.00 0.20 inf; -pérégrines pérégriner VER 0.00 0.47 0.00 0.07 ind:pre:2s; -purulence purulence NOM f s 0.02 0.41 0.02 0.20 -purulences purulence NOM f p 0.02 0.41 0.00 0.20 -purulent purulent ADJ m s 0.26 0.74 0.06 0.20 -purulente purulent ADJ f s 0.26 0.74 0.10 0.20 -purulentes purulent ADJ f p 0.26 0.74 0.04 0.34 -purulents purulent ADJ m p 0.26 0.74 0.06 0.00 -péréquation péréquation NOM f s 0.00 0.20 0.00 0.14 -péréquations péréquation NOM f p 0.00 0.20 0.00 0.07 -péruvien péruvien ADJ m s 1.52 0.68 1.15 0.34 -péruvienne péruvien ADJ f s 1.52 0.68 0.19 0.27 -péruviens péruvien ADJ m p 1.52 0.68 0.19 0.07 -pus pus ADJ m s 1.90 5.00 1.90 5.00 -pusillanime pusillanime ADJ s 0.05 0.95 0.03 0.81 -pusillanimes pusillanime ADJ p 0.05 0.95 0.02 0.14 -pusillanimité pusillanimité NOM f s 0.00 0.34 0.00 0.34 -pusse pouvoir VER 5524.52 2659.80 0.00 1.28 sub:imp:1s; -pussent pouvoir VER 5524.52 2659.80 0.00 2.77 sub:imp:3p; -pusses pouvoir VER 5524.52 2659.80 0.00 0.07 sub:imp:2s; -pussiez pouvoir VER 5524.52 2659.80 0.00 0.07 sub:imp:2p; -pustule pustule NOM f s 0.69 1.35 0.28 0.14 -pustules pustule NOM f p 0.69 1.35 0.41 1.22 -pustuleuse pustuleux ADJ f s 0.02 0.61 0.00 0.27 -pustuleux pustuleux ADJ m p 0.02 0.61 0.02 0.34 -put pouvoir VER 5524.52 2659.80 5.10 49.66 ind:pas:3s; -pétaient péter VER 31.66 16.28 0.03 0.81 ind:imp:3p; -putain putain NOM f s 306.74 40.41 287.83 33.58 -pétainiste pétainiste ADJ m s 0.00 0.54 0.00 0.34 -pétainistes pétainiste ADJ f p 0.00 0.54 0.00 0.20 -putains putain NOM f p 306.74 40.41 18.91 6.82 -pétais péter VER 31.66 16.28 0.13 0.07 ind:imp:1s;ind:imp:2s; -pétait péter VER 31.66 16.28 0.38 1.28 ind:imp:3s; -pétale pétale NOM m s 3.47 8.24 1.17 1.42 -pétales pétale NOM m p 3.47 8.24 2.31 6.82 -pétaloïdes pétaloïde ADJ m p 0.01 0.00 0.01 0.00 -putanat putanat NOM m s 0.00 0.20 0.00 0.20 -pétanque pétanque NOM f s 0.17 1.49 0.17 1.49 -pétant péter VER 31.66 16.28 0.25 0.34 par:pre; -pétante pétant ADJ f s 0.33 0.68 0.02 0.00 -pétantes pétant ADJ f p 0.33 0.68 0.13 0.41 -pétants pétant ADJ m p 0.33 0.68 0.00 0.07 -pétaradaient pétarader VER 0.10 1.55 0.00 0.07 ind:imp:3p; -pétaradait pétarader VER 0.10 1.55 0.01 0.20 ind:imp:3s; -pétaradant pétarader VER 0.10 1.55 0.01 0.34 par:pre; -pétaradante pétaradant ADJ f s 0.01 0.88 0.00 0.14 -pétaradantes pétaradant ADJ f p 0.01 0.88 0.00 0.20 -pétaradants pétaradant ADJ m p 0.01 0.88 0.00 0.20 -pétarade pétarade NOM f s 0.30 2.36 0.16 1.55 -pétarader pétarader VER 0.10 1.55 0.04 0.47 inf; -pétarades pétarade NOM f p 0.30 2.36 0.14 0.81 -pétaradé pétarader VER m s 0.10 1.55 0.00 0.07 par:pas; -pétard pétard NOM m s 7.19 9.93 4.77 5.47 -pétarde pétarder VER 0.00 0.07 0.00 0.07 ind:pre:3s; -pétardier pétardier NOM m s 0.00 0.47 0.00 0.34 -pétardière pétardier NOM f s 0.00 0.47 0.00 0.14 -pétards pétard NOM m p 7.19 9.93 2.42 4.46 -pétase pétase NOM m s 0.00 0.14 0.00 0.14 -pétasse pétasse NOM f s 8.03 0.95 6.91 0.61 -putasse putasser VER 0.17 0.34 0.17 0.27 imp:pre:2s;ind:pre:1s;ind:pre:3s; -pétassent pétasser VER 0.00 0.07 0.00 0.07 ind:pre:3p; -putasserie putasserie NOM f s 0.34 0.41 0.10 0.41 -putasseries putasserie NOM f p 0.34 0.41 0.23 0.00 -pétasses pétasse NOM f p 8.03 0.95 1.12 0.34 -putasses putasser VER 0.17 0.34 0.01 0.07 ind:pre:2s; -putassier putassier ADJ m s 0.02 0.41 0.01 0.07 -putassiers putassier ADJ m p 0.02 0.41 0.00 0.14 -putassière putassier ADJ f s 0.02 0.41 0.01 0.14 -putassières putassier ADJ f p 0.02 0.41 0.00 0.07 -putatif putatif ADJ m s 0.00 0.74 0.00 0.47 -putatifs putatif ADJ m p 0.00 0.74 0.00 0.14 -putative putatif ADJ f s 0.00 0.74 0.00 0.14 -pétaudière pétaudière NOM f s 0.01 0.07 0.01 0.07 -pute pute NOM f s 105.25 20.27 87.91 13.65 -péter péter VER 31.66 16.28 11.08 5.34 inf; -pétera péter VER 31.66 16.28 0.34 0.14 ind:fut:3s; -péterai péter VER 31.66 16.28 0.05 0.00 ind:fut:1s; -péterais péter VER 31.66 16.28 0.04 0.00 cnd:pre:1s;cnd:pre:2s; -péterait péter VER 31.66 16.28 0.10 0.07 cnd:pre:3s; -péteras péter VER 31.66 16.28 0.01 0.00 ind:fut:2s; -putes pute NOM f p 105.25 20.27 17.34 6.62 -péteur péteur NOM m s 0.11 0.07 0.11 0.07 -péteuse péteuse NOM f s 0.06 0.54 0.06 0.54 -péteux péteux NOM m 0.30 0.61 0.30 0.61 -pétez péter VER 31.66 16.28 0.21 0.00 imp:pre:2p;ind:pre:2p; -putier putier NOM m s 0.00 0.14 0.00 0.14 -pétiez péter VER 31.66 16.28 0.02 0.00 ind:imp:2p; -pétilla pétiller VER 0.32 4.39 0.00 0.14 ind:pas:3s; -pétillaient pétiller VER 0.32 4.39 0.00 0.54 ind:imp:3p; -pétillait pétiller VER 0.32 4.39 0.00 0.95 ind:imp:3s; -pétillant pétillant ADJ m s 1.27 3.24 0.55 1.55 -pétillante pétillant ADJ f s 1.27 3.24 0.44 0.81 -pétillantes pétillant ADJ f p 1.27 3.24 0.15 0.27 -pétillants pétillant ADJ m p 1.27 3.24 0.14 0.61 -pétille pétiller VER 0.32 4.39 0.21 1.01 ind:pre:1s;ind:pre:3s; -pétillement pétillement NOM m s 0.01 1.15 0.01 1.01 -pétillements pétillement NOM m p 0.01 1.15 0.00 0.14 -pétillent pétiller VER 0.32 4.39 0.03 0.47 ind:pre:3p; -pétiller pétiller VER 0.32 4.39 0.05 0.54 inf; -pétilles pétiller VER 0.32 4.39 0.01 0.00 ind:pre:2s; -pétillèrent pétiller VER 0.32 4.39 0.00 0.07 ind:pas:3p; -pétillé pétiller VER m s 0.32 4.39 0.00 0.07 par:pas; -pétiole pétiole NOM m s 0.00 0.07 0.00 0.07 -pétition pétition NOM f s 3.54 1.76 3.00 0.95 -pétitionnaires pétitionnaire NOM p 0.01 0.07 0.01 0.07 -pétitionnent pétitionner VER 0.01 0.07 0.00 0.07 ind:pre:3p; -pétitionner pétitionner VER 0.01 0.07 0.01 0.00 inf; -pétitions pétition NOM f p 3.54 1.76 0.55 0.81 -pétochais pétocher VER 0.01 0.07 0.00 0.07 ind:imp:1s; -pétochait pétocher VER 0.01 0.07 0.01 0.00 ind:imp:3s; -pétochard pétochard ADJ m s 0.02 0.14 0.02 0.14 -pétoche pétoche NOM f s 0.52 2.77 0.50 2.57 -pétoches pétoche NOM f p 0.52 2.77 0.02 0.20 -pétoire pétoire NOM f s 0.42 1.62 0.41 1.08 -pétoires pétoire NOM f p 0.42 1.62 0.01 0.54 -putois putois NOM m 1.06 1.28 1.06 1.28 -pétomane pétomane NOM s 0.05 0.47 0.03 0.34 -pétomanes pétomane NOM p 0.05 0.47 0.03 0.14 -pétoncle pétoncle NOM m s 0.08 0.00 0.05 0.00 -pétoncles pétoncle NOM m p 0.08 0.00 0.03 0.00 -pétons péter VER 31.66 16.28 0.01 0.00 imp:pre:1p; -pétouille pétouiller VER 0.00 0.07 0.00 0.07 ind:pre:3s; -pétoulet pétoulet NOM m s 0.00 0.41 0.00 0.41 -pétrarquistes pétrarquiste NOM p 0.00 0.07 0.00 0.07 -pétrel pétrel NOM m s 0.02 0.07 0.02 0.07 -putrescence putrescence NOM f s 0.01 0.14 0.01 0.07 -putrescences putrescence NOM f p 0.01 0.14 0.00 0.07 -putrescent putrescent ADJ m s 0.20 0.07 0.20 0.00 -putrescents putrescent ADJ m p 0.20 0.07 0.00 0.07 -putrescible putrescible ADJ f s 0.00 0.20 0.00 0.20 -putrescine putrescine NOM f s 0.01 0.00 0.01 0.00 -pétreux pétreux ADJ m 0.01 0.00 0.01 0.00 -pétri pétrir VER m s 1.48 11.01 0.42 1.76 par:pas; -putride putride ADJ s 1.04 0.95 0.74 0.54 -putrides putride ADJ p 1.04 0.95 0.30 0.41 -pétrie pétrir VER f s 1.48 11.01 0.17 1.15 par:pas; -pétries pétrir VER f p 1.48 11.01 0.01 0.34 par:pas; -pétrifia pétrifier VER 2.17 8.38 0.01 0.14 ind:pas:3s; -pétrifiaient pétrifier VER 2.17 8.38 0.00 0.14 ind:imp:3p; -pétrifiais pétrifier VER 2.17 8.38 0.00 0.07 ind:imp:1s; -pétrifiait pétrifier VER 2.17 8.38 0.10 0.74 ind:imp:3s; -pétrifiant pétrifier VER 2.17 8.38 0.00 0.14 par:pre; -pétrifiante pétrifiant ADJ f s 0.00 0.27 0.00 0.20 -pétrifiantes pétrifiant ADJ f p 0.00 0.27 0.00 0.07 -pétrification pétrification NOM f s 0.01 0.27 0.01 0.27 -pétrifie pétrifier VER 2.17 8.38 0.11 0.27 ind:pre:3s; -pétrifient pétrifier VER 2.17 8.38 0.01 0.07 ind:pre:3p; -pétrifier pétrifier VER 2.17 8.38 0.04 0.54 inf; -pétrifieront pétrifier VER 2.17 8.38 0.00 0.07 ind:fut:3p; -pétrifiez pétrifier VER 2.17 8.38 0.00 0.07 ind:pre:2p; -pétrifiât pétrifier VER 2.17 8.38 0.00 0.07 sub:imp:3s; -pétrifièrent pétrifier VER 2.17 8.38 0.00 0.07 ind:pas:3p; -pétrifié pétrifier VER m s 2.17 8.38 1.14 2.57 par:pas; -pétrifiée pétrifier VER f s 2.17 8.38 0.56 1.82 par:pas; -pétrifiées pétrifier VER f p 2.17 8.38 0.15 0.20 par:pas; -pétrifiés pétrifier VER m p 2.17 8.38 0.07 1.42 par:pas; -pétrin pétrin NOM m s 10.89 3.31 10.82 3.18 -pétrins pétrin NOM m p 10.89 3.31 0.07 0.14 -pétrir pétrir VER 1.48 11.01 0.68 3.31 inf; -pétrirai pétrir VER 1.48 11.01 0.00 0.07 ind:fut:1s; -pétrirent pétrir VER 1.48 11.01 0.00 0.07 ind:pas:3p; -pétris pétri ADJ m p 0.27 0.34 0.14 0.14 -pétrissage pétrissage NOM m s 0.00 0.14 0.00 0.14 -pétrissaient pétrir VER 1.48 11.01 0.00 0.34 ind:imp:3p; -pétrissait pétrir VER 1.48 11.01 0.10 1.42 ind:imp:3s; -pétrissant pétrir VER 1.48 11.01 0.00 0.68 par:pre; -pétrisse pétrir VER 1.48 11.01 0.00 0.14 sub:pre:3s; -pétrissent pétrir VER 1.48 11.01 0.01 0.07 ind:pre:3p; -pétrisseur pétrisseur NOM m s 0.00 0.07 0.00 0.07 -pétrissez pétrir VER 1.48 11.01 0.00 0.07 ind:pre:2p; -pétrit pétrir VER 1.48 11.01 0.03 1.15 ind:pre:3s;ind:pas:3s; -pétrochimie pétrochimie NOM f s 0.00 0.14 0.00 0.14 -pétrochimique pétrochimique ADJ s 0.04 0.00 0.04 0.00 -pétrodollars pétrodollar NOM m p 0.30 0.00 0.30 0.00 -pétrole pétrole NOM m s 13.84 15.41 13.71 14.73 -pétroles pétrole NOM m p 13.84 15.41 0.13 0.68 -pétrolette pétrolette NOM f s 0.02 0.20 0.02 0.20 -pétroleuse pétroleur NOM f s 0.03 0.20 0.03 0.14 -pétroleuses pétroleuse NOM f p 0.01 0.00 0.01 0.00 -pétrolier pétrolier ADJ m s 1.75 1.22 0.38 0.27 -pétroliers pétrolier NOM m p 0.73 2.23 0.36 0.61 -pétrolifère pétrolifère ADJ s 0.11 0.27 0.04 0.14 -pétrolifères pétrolifère ADJ p 0.11 0.27 0.06 0.14 -pétrolière pétrolier ADJ f s 1.75 1.22 0.79 0.14 -pétrolières pétrolier ADJ f p 1.75 1.22 0.37 0.61 -pétrousquin pétrousquin NOM m s 0.00 0.14 0.00 0.14 -pétrée pétré ADJ f s 0.00 0.07 0.00 0.07 -putréfaction putréfaction NOM f s 0.49 1.15 0.49 1.15 -putréfiaient putréfier VER 0.32 0.68 0.00 0.07 ind:imp:3p; -putréfiait putréfier VER 0.32 0.68 0.00 0.14 ind:imp:3s; -putréfiant putréfier VER 0.32 0.68 0.00 0.07 par:pre; -putréfient putréfier VER 0.32 0.68 0.00 0.07 ind:pre:3p; -putréfier putréfier VER 0.32 0.68 0.02 0.07 inf; -putréfié putréfier VER m s 0.32 0.68 0.09 0.00 par:pas; -putréfiée putréfier VER f s 0.32 0.68 0.17 0.07 par:pas; -putréfiées putréfier VER f p 0.32 0.68 0.01 0.14 par:pas; -putréfiés putréfier VER m p 0.32 0.68 0.02 0.07 par:pas; -pétrus pétrus NOM m 0.03 0.34 0.03 0.34 -putsch putsch NOM m s 1.46 1.55 1.46 1.55 -putschiste putschiste ADJ f s 0.27 0.00 0.27 0.00 -putt putt NOM m s 0.21 0.00 0.21 0.00 -putter putter VER 0.35 0.00 0.35 0.00 inf; -putti putto NOM m p 0.02 0.00 0.02 0.00 -putting putting NOM m s 0.17 0.00 0.17 0.00 -pété péter VER m s 31.66 16.28 8.47 1.01 par:pas; -pétéchiale pétéchial ADJ f s 0.10 0.00 0.10 0.00 -pétéchie pétéchie NOM f s 0.22 0.00 0.04 0.00 -pétéchies pétéchie NOM f p 0.22 0.00 0.17 0.00 -pétée péter VER f s 31.66 16.28 0.57 0.14 par:pas; -pétées pété ADJ f p 1.66 0.81 0.11 0.20 -pétulance pétulance NOM f s 0.02 0.34 0.02 0.34 -pétulant pétulant ADJ m s 0.05 0.54 0.01 0.20 -pétulante pétulant ADJ f s 0.05 0.54 0.03 0.07 -pétulantes pétulant ADJ f p 0.05 0.54 0.00 0.07 -pétulants pétulant ADJ m p 0.05 0.54 0.01 0.20 -pétunant pétuner VER 0.01 0.20 0.00 0.07 par:pre; -pétuner pétuner VER 0.01 0.20 0.00 0.07 inf; -pétunez pétuner VER 0.01 0.20 0.01 0.00 ind:pre:2p; -pétunia pétunia NOM m s 0.63 1.01 0.50 0.07 -pétunias pétunia NOM m p 0.63 1.01 0.13 0.95 -pétuné pétuner VER m s 0.01 0.20 0.00 0.07 par:pas; -pétés péter VER m p 31.66 16.28 0.17 0.34 par:pas; -puéricultrice puériculteur NOM f s 0.03 0.20 0.03 0.07 -puéricultrices puériculteur NOM f p 0.03 0.20 0.00 0.14 -puériculture puériculture NOM f s 0.01 0.47 0.01 0.47 -puéril puéril ADJ m s 3.73 9.59 2.08 3.18 -puérile puéril ADJ f s 3.73 9.59 1.01 3.92 -puérilement puérilement ADV 0.01 0.20 0.01 0.20 -puériles puéril ADJ f p 3.73 9.59 0.22 1.28 -puérilité puérilité NOM f s 0.47 1.28 0.32 1.08 -puérilités puérilité NOM f p 0.47 1.28 0.15 0.20 -puérils puéril ADJ m p 3.73 9.59 0.43 1.22 -puy puy NOM m s 0.00 0.14 0.00 0.14 -puzzle puzzle NOM m s 4.81 11.82 4.38 7.77 -puzzles puzzle NOM m p 4.81 11.82 0.43 4.05 -pygmée pygmée NOM s 0.58 0.47 0.28 0.00 -pygmées pygmée NOM p 0.58 0.47 0.30 0.47 -pyjama pyjama NOM m s 8.11 17.57 7.10 15.07 -pyjamas pyjama NOM m p 8.11 17.57 1.01 2.50 -pylône pylône NOM m s 0.36 1.96 0.31 0.88 -pylônes pylône NOM m p 0.36 1.96 0.05 1.08 -pylore pylore NOM m s 0.02 0.07 0.02 0.07 -pylorique pylorique ADJ s 0.03 0.00 0.03 0.00 -pyogène pyogène ADJ m s 0.01 0.00 0.01 0.00 -pyralène pyralène NOM m s 0.01 0.00 0.01 0.00 -pyrame pyrame NOM m s 0.01 0.14 0.01 0.14 -pyramidal pyramidal ADJ m s 0.36 1.15 0.26 0.34 -pyramidale pyramidal ADJ f s 0.36 1.15 0.07 0.47 -pyramidalement pyramidalement ADV 0.00 0.07 0.00 0.07 -pyramidales pyramidal ADJ f p 0.36 1.15 0.02 0.20 -pyramidaux pyramidal ADJ m p 0.36 1.15 0.01 0.14 -pyramide pyramide NOM f s 7.02 10.14 5.25 4.80 -pyramides pyramide NOM f p 7.02 10.14 1.77 5.34 -pyramidé pyramidé ADJ m s 0.00 0.07 0.00 0.07 -pyrex pyrex NOM m 0.01 0.07 0.01 0.07 -pyrexie pyrexie NOM f s 0.01 0.00 0.01 0.00 -pyridoxine pyridoxine NOM f s 0.01 0.00 0.01 0.00 -pyrite pyrite NOM f s 0.06 0.00 0.04 0.00 -pyrites pyrite NOM f p 0.06 0.00 0.02 0.00 -pyroclastique pyroclastique ADJ s 0.03 0.00 0.02 0.00 -pyroclastiques pyroclastique ADJ p 0.03 0.00 0.01 0.00 -pyrogravées pyrograver VER f p 0.00 0.07 0.00 0.07 par:pas; -pyrogène pyrogène ADJ s 0.00 0.14 0.00 0.14 -pyrolyse pyrolyse NOM f s 0.01 0.00 0.01 0.00 -pyromane pyromane NOM s 1.69 0.88 1.29 0.74 -pyromanes pyromane NOM p 1.69 0.88 0.40 0.14 -pyromanie pyromanie NOM f s 0.03 0.07 0.03 0.07 -pyromètre pyromètre NOM m s 0.00 0.27 0.00 0.27 -pyrosphère pyrosphère NOM f s 0.00 0.07 0.00 0.07 -pyrotechnicien pyrotechnicien NOM s 0.02 0.00 0.02 0.00 -pyrotechnie pyrotechnie NOM f s 0.15 0.41 0.15 0.41 -pyrotechnique pyrotechnique ADJ s 0.06 0.41 0.06 0.41 -pyroxène pyroxène NOM m s 0.01 0.00 0.01 0.00 -pyrrhique pyrrhique NOM f s 0.14 0.07 0.14 0.07 -pyrrhonien pyrrhonien NOM m s 0.00 0.14 0.00 0.14 -pyrrhonisme pyrrhonisme NOM m s 0.00 0.14 0.00 0.14 -pyrèthre pyrèthre NOM m s 0.00 0.07 0.00 0.07 -pyrénéen pyrénéen ADJ m s 0.00 0.07 0.00 0.07 -pyrénéenne pyrénéenne ADJ f s 0.00 0.07 0.00 0.07 -pyréthrine pyréthrine NOM f s 0.03 0.00 0.03 0.00 -pythagoricien pythagoricien ADJ m s 0.00 0.07 0.00 0.07 -pythagoriques pythagorique ADJ m p 0.01 0.00 0.01 0.00 -pythie pythie NOM f s 0.02 0.54 0.02 0.47 -pythies pythie NOM f p 0.02 0.54 0.00 0.07 -python python NOM m s 2.33 0.54 2.21 0.47 -pythonisse pythonisse NOM f s 0.00 0.20 0.00 0.20 -pythons python NOM m p 2.33 0.54 0.12 0.07 -pyxides pyxide NOM f p 0.00 0.07 0.00 0.07 -q q NOM m 3.49 0.61 3.49 0.61 -qu_en_dira_t_on qu_en_dira_t_on NOM m 0.10 0.41 0.10 0.41 -qu qu CON 22.07 1.55 22.07 1.55 -quadra quadra NOM s 0.05 0.00 0.03 0.00 -quadragénaire quadragénaire NOM s 0.40 1.01 0.19 0.74 -quadragénaires quadragénaire NOM p 0.40 1.01 0.21 0.27 -quadrangle quadrangle NOM m s 0.03 0.00 0.03 0.00 -quadrangulaire quadrangulaire ADJ f s 0.02 0.41 0.02 0.34 -quadrangulaires quadrangulaire ADJ m p 0.02 0.41 0.00 0.07 -quadrant quadrant NOM m s 0.73 0.00 0.64 0.00 -quadrants quadrant NOM m p 0.73 0.00 0.09 0.00 -quadras quadra NOM p 0.05 0.00 0.02 0.00 -quadratique quadratique ADJ s 0.01 0.00 0.01 0.00 -quadrature quadrature NOM f s 0.11 1.15 0.11 1.15 -quadri quadri NOM f s 0.02 0.07 0.02 0.07 -quadriceps quadriceps NOM m 0.11 0.07 0.11 0.07 -quadrichromie quadrichromie NOM f s 0.00 0.47 0.00 0.34 -quadrichromies quadrichromie NOM f p 0.00 0.47 0.00 0.14 -quadridimensionnel quadridimensionnel ADJ m s 0.01 0.00 0.01 0.00 -quadriennal quadriennal ADJ m s 0.09 0.00 0.09 0.00 -quadrige quadrige NOM m s 0.01 0.07 0.01 0.07 -quadrilatère quadrilatère NOM m s 0.16 1.76 0.16 1.62 -quadrilatères quadrilatère NOM m p 0.16 1.76 0.00 0.14 -quadrillage quadrillage NOM m s 0.51 1.01 0.49 0.88 -quadrillages quadrillage NOM m p 0.51 1.01 0.01 0.14 -quadrillaient quadriller VER 1.32 3.85 0.00 0.07 ind:imp:3p; -quadrillais quadriller VER 1.32 3.85 0.01 0.00 ind:imp:1s; -quadrillait quadriller VER 1.32 3.85 0.00 0.07 ind:imp:3s; -quadrille quadrille NOM s 0.23 0.88 0.20 0.88 -quadrillent quadriller VER 1.32 3.85 0.19 0.00 ind:pre:3p; -quadriller quadriller VER 1.32 3.85 0.38 0.20 inf; -quadrillerez quadriller VER 1.32 3.85 0.01 0.00 ind:fut:2p; -quadrilles quadrille NOM p 0.23 0.88 0.03 0.00 -quadrillez quadriller VER 1.32 3.85 0.19 0.00 imp:pre:2p;ind:pre:2p; -quadrillion quadrillion NOM m s 0.04 0.00 0.04 0.00 -quadrillons quadriller VER 1.32 3.85 0.02 0.00 imp:pre:1p;ind:pre:1p; -quadrillé quadriller VER m s 1.32 3.85 0.19 2.03 par:pas; -quadrillée quadriller VER f s 1.32 3.85 0.28 0.74 par:pas; -quadrillées quadriller VER f p 1.32 3.85 0.01 0.34 par:pas; -quadrillés quadriller VER m p 1.32 3.85 0.00 0.34 par:pas; -quadrilobé quadrilobé ADJ m s 0.00 0.07 0.00 0.07 -quadrimestre quadrimestre NOM m s 0.01 0.00 0.01 0.00 -quadrimoteur quadrimoteur ADJ m s 0.02 0.00 0.02 0.00 -quadripartite quadripartite ADJ s 0.02 0.07 0.02 0.00 -quadripartites quadripartite ADJ p 0.02 0.07 0.00 0.07 -quadriphonie quadriphonie NOM f s 0.02 0.14 0.02 0.14 -quadriphonique quadriphonique ADJ s 0.11 0.00 0.11 0.00 -quadriplégique quadriplégique ADJ s 0.03 0.00 0.03 0.00 -quadriréacteur quadriréacteur NOM m s 0.00 0.07 0.00 0.07 -quadrivium quadrivium NOM m s 0.00 0.07 0.00 0.07 -quadrumane quadrumane NOM m s 0.00 0.07 0.00 0.07 -quadrupla quadrupler VER 0.21 0.68 0.00 0.07 ind:pas:3s; -quadruplait quadrupler VER 0.21 0.68 0.00 0.14 ind:imp:3s; -quadruple quadruple ADJ 0.42 0.54 0.42 0.54 -quadrupler quadrupler VER 0.21 0.68 0.07 0.14 inf; -quadruples quadruple NOM m p 0.19 0.47 0.01 0.27 -quadruplé quadrupler VER m s 0.21 0.68 0.06 0.14 par:pas; -quadruplées quadruplée NOM f p 0.00 0.07 0.00 0.07 -quadruplés quadruplé NOM m p 0.06 0.00 0.06 0.00 -quadrupède quadrupède NOM m s 0.36 1.01 0.34 0.81 -quadrupèdes quadrupède NOM m p 0.36 1.01 0.01 0.20 -quai quai NOM m s 14.01 73.99 10.37 55.14 -quais quai NOM m p 14.01 73.99 3.64 18.85 -quaker quaker NOM m s 0.67 0.74 0.49 0.47 -quakeresse quakeresse NOM f s 0.02 0.14 0.02 0.14 -quakers quaker NOM m p 0.67 0.74 0.19 0.27 -qualifia qualifier VER 6.18 11.62 0.04 0.41 ind:pas:3s; -qualifiable qualifiable ADJ m s 0.00 0.07 0.00 0.07 -qualifiaient qualifier VER 6.18 11.62 0.00 0.27 ind:imp:3p; -qualifiais qualifier VER 6.18 11.62 0.00 0.14 ind:imp:1s; -qualifiait qualifier VER 6.18 11.62 0.06 0.88 ind:imp:3s; -qualifiant qualifier VER 6.18 11.62 0.03 0.34 par:pre; -qualifiassent qualifier VER 6.18 11.62 0.00 0.07 sub:imp:3p; -qualificatif qualificatif NOM m s 0.11 0.74 0.05 0.34 -qualificatifs qualificatif NOM m p 0.11 0.74 0.05 0.41 -qualification qualification NOM f s 2.45 0.81 0.68 0.68 -qualifications qualification NOM f p 2.45 0.81 1.78 0.14 -qualifie qualifier VER 6.18 11.62 0.63 0.81 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -qualifient qualifier VER 6.18 11.62 0.38 0.14 ind:pre:3p; -qualifier qualifier VER 6.18 11.62 0.96 3.04 inf; -qualifiera qualifier VER 6.18 11.62 0.01 0.20 ind:fut:3s; -qualifierai qualifier VER 6.18 11.62 0.16 0.07 ind:fut:1s; -qualifierais qualifier VER 6.18 11.62 0.26 0.20 cnd:pre:1s;cnd:pre:2s; -qualifierait qualifier VER 6.18 11.62 0.03 0.00 cnd:pre:3s; -qualifieriez qualifier VER 6.18 11.62 0.07 0.00 cnd:pre:2p; -qualifiez qualifier VER 6.18 11.62 0.06 0.07 ind:pre:2p; -qualifiât qualifier VER 6.18 11.62 0.00 0.07 sub:imp:3s; -qualifié qualifié ADJ m s 4.62 3.78 2.25 1.76 -qualifiée qualifié ADJ f s 4.62 3.78 1.13 0.68 -qualifiées qualifier VER f p 6.18 11.62 0.10 0.27 par:pas; -qualifiés qualifié ADJ m p 4.62 3.78 1.18 1.28 -qualitatif qualitatif ADJ m s 0.03 0.14 0.01 0.00 -qualitatifs qualitatif ADJ m p 0.03 0.14 0.00 0.07 -qualitative qualitatif ADJ f s 0.03 0.14 0.02 0.07 -qualité qualité NOM f s 29.13 59.12 20.84 42.70 -qualités qualité NOM f p 29.13 59.12 8.28 16.42 -quand quand CON 1827.92 1480.07 1827.92 1480.07 -quant_à_moi quant_à_moi NOM m 0.00 0.14 0.00 0.14 -quant_à_soi quant_à_soi NOM m 0.00 1.22 0.00 1.22 -quant quant NOM f s 7.94 32.30 7.94 32.30 -quanta quantum NOM m p 0.48 0.20 0.04 0.14 -quantifiable quantifiable ADJ s 0.15 0.00 0.15 0.00 -quantifier quantifier VER 0.23 0.07 0.20 0.07 inf; -quantifiée quantifier VER f s 0.23 0.07 0.03 0.00 par:pas; -quantique quantique ADJ s 1.36 0.07 1.16 0.07 -quantiques quantique ADJ p 1.36 0.07 0.20 0.00 -quantitatif quantitatif ADJ m s 0.05 0.14 0.03 0.00 -quantitative quantitatif ADJ f s 0.05 0.14 0.01 0.07 -quantitativement quantitativement ADV 0.10 0.00 0.10 0.00 -quantitatives quantitatif ADJ f p 0.05 0.14 0.01 0.07 -quantième quantième NOM m s 0.02 0.07 0.02 0.00 -quantièmes quantième NOM m p 0.02 0.07 0.00 0.07 -quantité quantité NOM f s 10.30 18.99 8.67 15.27 -quantités quantité NOM f p 10.30 18.99 1.63 3.72 -quanto quanto ADV 0.01 0.07 0.01 0.07 -quantum quantum NOM m s 0.48 0.20 0.45 0.07 -quarantaine quarantaine NOM f s 7.57 10.14 7.56 10.07 -quarantaines quarantaine NOM f p 7.57 10.14 0.01 0.07 -quarante_cinq quarante_cinq ADJ:num 1.16 8.85 1.16 8.85 -quarante_cinquième quarante_cinquième ADJ 0.10 0.07 0.10 0.07 -quarante_deux quarante_deux ADJ:num 0.29 2.09 0.29 2.09 -quarante_deuxième quarante_deuxième ADJ 0.03 0.07 0.03 0.07 -quarante_huit quarante_huit ADJ:num 1.11 6.76 1.11 6.76 -quarante_huitard quarante_huitard NOM m p 0.00 0.07 0.00 0.07 -quarante_huitième quarante_huitième ADJ 0.02 0.07 0.02 0.07 -quarante_neuf quarante_neuf ADJ:num 0.28 0.47 0.28 0.47 -quarante_quatre quarante_quatre ADJ:num 0.10 0.88 0.10 0.88 -quarante_sept quarante_sept ADJ:num 0.40 0.74 0.40 0.74 -quarante_septième quarante_septième ADJ 0.03 0.20 0.03 0.20 -quarante_six quarante_six ADJ:num 0.23 0.47 0.23 0.47 -quarante_trois quarante_trois ADJ:num 0.68 1.28 0.68 1.28 -quarante_troisième quarante_troisième ADJ 0.00 0.07 0.00 0.07 -quarante quarante ADJ:num 8.16 43.78 8.16 43.78 -quarantenaire quarantenaire ADJ m s 0.05 0.07 0.01 0.07 -quarantenaires quarantenaire ADJ p 0.05 0.07 0.04 0.00 -quarantième quarantième ADJ 0.03 0.27 0.03 0.27 -quarantièmes quarantième NOM p 0.04 0.14 0.01 0.07 -quark quark NOM m s 0.22 0.14 0.13 0.07 -quarks quark NOM m p 0.22 0.14 0.09 0.07 -quarre quarre NOM f s 0.04 0.00 0.04 0.00 -quarrez quarrer VER 0.00 0.07 0.00 0.07 imp:pre:2p; -quart_monde quart_monde NOM m s 0.02 0.00 0.02 0.00 -quart quart NOM m s 23.02 77.30 20.58 57.36 -quartaut quartaut NOM m s 0.00 0.20 0.00 0.20 -quarte quarte NOM f s 0.04 0.14 0.04 0.14 -quartenier quartenier NOM m s 0.00 0.07 0.00 0.07 -quarter quarter VER 0.44 0.00 0.44 0.00 inf;; -quarteron quarteron NOM m s 0.03 0.81 0.01 0.61 -quarteronnes quarteron NOM f p 0.03 0.81 0.00 0.07 -quarterons quarteron NOM m p 0.03 0.81 0.02 0.14 -quartet quartet NOM m s 0.20 0.00 0.20 0.00 -quartette quartette NOM m s 0.00 0.14 0.00 0.07 -quartettes quartette NOM m p 0.00 0.14 0.00 0.07 -quartidi quartidi NOM m s 0.00 0.07 0.00 0.07 -quartier_maître quartier_maître NOM m s 0.84 0.27 0.83 0.27 -quartier quartier NOM m s 65.70 112.16 55.23 89.86 -quartier_maître quartier_maître NOM m p 0.84 0.27 0.01 0.00 -quartiers quartier NOM m p 65.70 112.16 10.48 22.30 -quarto quarto ADV 0.02 0.14 0.02 0.14 -quarts quart NOM m p 23.02 77.30 2.43 19.93 -quarté quarté NOM m s 0.01 0.07 0.01 0.07 -quartz quartz NOM m 0.45 1.69 0.45 1.69 -quasar quasar NOM m s 0.09 0.00 0.09 0.00 -quasi_agonie quasi_agonie NOM f s 0.00 0.07 0.00 0.07 -quasi_blasphème quasi_blasphème NOM m s 0.00 0.07 0.00 0.07 -quasi_bonheur quasi_bonheur NOM m s 0.00 0.07 0.00 0.07 -quasi_certitude quasi_certitude NOM f s 0.04 0.41 0.04 0.41 -quasi_chômage quasi_chômage NOM m s 0.02 0.00 0.02 0.00 -quasi_débutant quasi_débutant ADV 0.01 0.00 0.01 0.00 -quasi_décapitation quasi_décapitation NOM f s 0.01 0.00 0.01 0.00 -quasi_désertification quasi_désertification NOM f s 0.00 0.07 0.00 0.07 -quasi_facétieux quasi_facétieux ADJ m 0.01 0.00 0.01 0.00 -quasi_fiancé quasi_fiancé NOM f s 0.00 0.07 0.00 0.07 -quasi_futuriste quasi_futuriste ADJ m p 0.01 0.00 0.01 0.00 -quasi_génocide quasi_génocide NOM m s 0.01 0.00 0.01 0.00 -quasi_hérétique quasi_hérétique NOM s 0.00 0.07 0.00 0.07 -quasi_ignare quasi_ignare NOM s 0.00 0.07 0.00 0.07 -quasi_impossibilité quasi_impossibilité NOM f s 0.00 0.14 0.00 0.14 -quasi_impunité quasi_impunité NOM f s 0.00 0.07 0.00 0.07 -quasi_inconnu quasi_inconnu ADV 0.02 0.07 0.02 0.07 -quasi_indifférence quasi_indifférence NOM f s 0.00 0.07 0.00 0.07 -quasi_infirme quasi_infirme NOM s 0.00 0.07 0.00 0.07 -quasi_instantanée quasi_instantanée ADV 0.02 0.00 0.02 0.00 -quasi_jungienne quasi_jungienne NOM f s 0.01 0.00 0.01 0.00 -quasi_mariage quasi_mariage NOM m s 0.00 0.07 0.00 0.07 -quasi_maximum quasi_maximum ADV 0.01 0.00 0.01 0.00 -quasi_mendiant quasi_mendiant NOM m s 0.14 0.00 0.14 0.00 -quasi_miracle quasi_miracle NOM m s 0.00 0.07 0.00 0.07 -quasi_monopole quasi_monopole NOM m s 0.10 0.00 0.10 0.00 -quasi_morceau quasi_morceau NOM m s 0.00 0.07 0.00 0.07 -quasi_noyade quasi_noyade NOM f s 0.01 0.00 0.01 0.00 -quasi_nudité quasi_nudité NOM f s 0.00 0.14 0.00 0.14 -quasi_permanence quasi_permanence NOM f s 0.00 0.07 0.00 0.07 -quasi_protection quasi_protection NOM f s 0.00 0.07 0.00 0.07 -quasi_religieux quasi_religieux ADJ m s 0.01 0.07 0.01 0.07 -quasi_respect quasi_respect NOM m s 0.00 0.07 0.00 0.07 -quasi_totalité quasi_totalité NOM f s 0.16 0.88 0.16 0.88 -quasi_émeute quasi_émeute NOM f s 0.02 0.00 0.02 0.00 -quasi_unanime quasi_unanime ADJ s 0.00 0.14 0.00 0.14 -quasi_unanimité quasi_unanimité NOM f s 0.00 0.07 0.00 0.07 -quasi_équitable quasi_équitable ADJ m s 0.01 0.00 0.01 0.00 -quasi_veuvage quasi_veuvage NOM m s 0.00 0.07 0.00 0.07 -quasi_ville quasi_ville NOM f s 0.00 0.07 0.00 0.07 -quasi_voisines quasi_voisines ADV 0.00 0.07 0.00 0.07 -quasi quasi ADV 2.69 17.36 2.69 17.36 -quasiment quasiment ADV 7.66 6.62 7.66 6.62 -quasimodo quasimodo NOM f s 0.04 0.07 0.04 0.00 -quasimodos quasimodo NOM f p 0.04 0.07 0.00 0.07 -quat_zarts quat_zarts NOM m p 0.00 0.07 0.00 0.07 -quater quater ADV 0.01 0.00 0.01 0.00 -quaternaire quaternaire NOM m s 0.27 0.14 0.27 0.14 -quatorze quatorze ADJ:num 6.70 22.09 6.70 22.09 -quatorzième quatorzième NOM s 0.07 0.54 0.07 0.54 -quatrain quatrain NOM m s 0.23 0.68 0.22 0.14 -quatrains quatrain NOM m p 0.23 0.68 0.01 0.54 -quatre_feuilles quatre_feuilles NOM m 0.01 0.07 0.01 0.07 -quatre_heures quatre_heures NOM m 0.04 0.41 0.04 0.41 -quatre_mâts quatre_mâts NOM m 0.27 0.14 0.27 0.14 -quatre_quarts quatre_quarts NOM m 0.26 0.14 0.26 0.14 -quatre_saisons quatre_saisons NOM f 0.47 1.15 0.47 1.15 -quatre_vingt_cinq quatre_vingt_cinq ADJ:num 0.07 0.88 0.07 0.88 -quatre_vingt_deux quatre_vingt_deux ADJ:num 0.00 0.27 0.00 0.27 -quatre_vingt_dix_huit quatre_vingt_dix_huit ADJ:num 0.02 0.34 0.02 0.34 -quatre_vingt_dix_neuf quatre_vingt_dix_neuf ADJ:num 0.21 0.47 0.21 0.47 -quatre_vingt_dix_sept quatre_vingt_dix_sept ADJ:num 0.00 0.27 0.00 0.27 -quatre_vingt_dix quatre_vingt_dix NOM m 0.33 0.61 0.33 0.61 -quatre_vingt_dixième quatre_vingt_dixième ADJ 0.01 0.14 0.01 0.14 -quatre_vingt_douze quatre_vingt_douze ADJ:num 0.11 0.54 0.11 0.54 -quatre_vingt_douzième quatre_vingt_douzième ADJ 0.00 0.07 0.00 0.07 -quatre_vingt_huit quatre_vingt_huit ADJ:num 0.02 0.20 0.02 0.20 -quatre_vingt_neuf quatre_vingt_neuf ADJ:num 0.14 0.61 0.14 0.61 -quatre_vingt_onze quatre_vingt_onze ADJ:num 0.10 0.34 0.10 0.34 -quatre_vingt_quatorze quatre_vingt_quatorze ADJ:num 0.10 0.07 0.10 0.07 -quatre_vingt_quatre quatre_vingt_quatre ADJ:num 0.03 0.74 0.03 0.74 -quatre_vingt_quinze quatre_vingt_quinze ADJ:num 0.14 2.16 0.14 2.16 -quatre_vingt_seize quatre_vingt_seize ADJ:num 0.10 0.07 0.10 0.07 -quatre_vingt_sept quatre_vingt_sept ADJ:num 0.07 0.27 0.07 0.27 -quatre_vingt_six quatre_vingt_six ADJ:num 0.19 0.34 0.19 0.34 -quatre_vingt_treize quatre_vingt_treize ADJ:num 0.11 0.95 0.11 0.95 -quatre_vingt_treizième quatre_vingt_treizième ADJ 0.00 0.07 0.00 0.07 -quatre_vingt_trois quatre_vingt_trois ADJ:num 0.06 0.41 0.06 0.41 -quatre_vingt_un quatre_vingt_un ADJ:num 0.02 0.14 0.02 0.14 -quatre_vingt quatre_vingt ADJ:num 0.93 1.01 0.93 1.01 -quatre_vingtième quatre_vingtième ADJ 0.00 0.14 0.00 0.14 -quatre_vingtième quatre_vingtième NOM s 0.00 0.14 0.00 0.14 -quatre_vingts quatre_vingts ADJ:num 0.36 9.05 0.36 9.05 -quatre quatre ADJ:num 150.93 282.64 150.93 282.64 -quatrillion quatrillion NOM m s 0.01 0.00 0.01 0.00 -quatrième quatrième ADJ 8.65 15.74 8.65 15.74 -quatrièmement quatrièmement ADV 0.41 0.14 0.41 0.14 -quatrièmes quatrième NOM p 7.14 13.04 0.05 0.27 -quattrocento quattrocento NOM m s 0.10 0.27 0.10 0.27 -quatuor quatuor NOM m s 1.07 3.45 1.04 3.04 -quatuors quatuor NOM m p 1.07 3.45 0.03 0.41 -que que PRO:rel 4100.90 3315.95 3330.88 2975.34 -quechua quechua NOM m s 0.05 0.00 0.05 0.00 -quel quel ADJ:int m s 657.71 265.34 657.71 265.34 -quelconque quelconque ADJ s 10.08 28.85 9.79 27.57 -quelconques quelconque ADJ p 10.08 28.85 0.29 1.28 -quelle quelle ADJ:int f s 512.55 244.39 512.55 244.39 -quelles quelles ADJ:int f p 46.92 35.95 46.92 35.95 -quelqu_un quelqu_un PRO:ind s 629.00 128.92 629.00 128.92 -quelqu_une quelqu_une PRO:ind f s 0.08 0.61 0.08 0.61 -quelque quelque ADJ:ind s 884.61 557.77 884.61 557.77 -quelquefois quelquefois ADV 11.87 60.47 11.87 60.47 -quelques_unes quelques_unes PRO:ind f p 3.50 8.51 3.50 8.51 -quelques_uns quelques_uns PRO:ind m p 8.33 22.09 8.33 22.09 -quelques quelques ADJ:ind p 337.35 732.57 337.35 732.57 -quels quels ADJ:int m p 56.44 37.23 56.44 37.23 -quenelle quenelle NOM f s 0.35 0.74 0.19 0.00 -quenelles quenelle NOM f p 0.35 0.74 0.16 0.74 -quenotte quenotte NOM f s 0.18 0.74 0.00 0.20 -quenottes quenotte NOM f p 0.18 0.74 0.18 0.54 -quenouille quenouille NOM f s 0.23 0.74 0.22 0.47 -quenouilles quenouille NOM f p 0.23 0.74 0.01 0.27 -querella quereller VER 2.15 2.16 0.00 0.07 ind:pas:3s; -querellaient quereller VER 2.15 2.16 0.14 0.54 ind:imp:3p; -querellais quereller VER 2.15 2.16 0.00 0.07 ind:imp:1s; -querellait quereller VER 2.15 2.16 0.03 0.14 ind:imp:3s; -querellant quereller VER 2.15 2.16 0.01 0.00 par:pre; -querelle querelle NOM f s 12.84 12.77 10.63 6.42 -querellent quereller VER 2.15 2.16 0.14 0.20 ind:pre:3p; -quereller quereller VER 2.15 2.16 0.91 0.27 inf; -querelles querelle NOM f p 12.84 12.77 2.21 6.35 -querelleur querelleur ADJ m s 0.33 0.14 0.14 0.07 -querelleurs querelleur ADJ m p 0.33 0.14 0.19 0.07 -querelleuse querelleux ADJ f s 0.02 0.00 0.02 0.00 -querellez quereller VER 2.15 2.16 0.13 0.00 imp:pre:2p;ind:pre:2p; -querellons quereller VER 2.15 2.16 0.14 0.00 imp:pre:1p;ind:pre:1p; -querellèrent quereller VER 2.15 2.16 0.00 0.07 ind:pas:3p; -querellé quereller VER m s 2.15 2.16 0.05 0.07 par:pas; -querellée quereller VER f s 2.15 2.16 0.02 0.14 par:pas; -querellées quereller VER f p 2.15 2.16 0.11 0.00 par:pas; -querellés quereller VER m p 2.15 2.16 0.07 0.34 par:pas; -questeur questeur NOM m s 0.13 0.07 0.10 0.00 -questeurs questeur NOM m p 0.13 0.07 0.03 0.07 -question_clé question_clé NOM f s 0.02 0.00 0.02 0.00 -question_réponse question_réponse NOM f s 0.02 0.00 0.02 0.00 -question question NOM f s 411.82 328.45 293.63 232.50 -questionna questionner VER 6.30 15.88 0.01 2.84 ind:pas:3s; -questionnai questionner VER 6.30 15.88 0.01 0.47 ind:pas:1s; -questionnaient questionner VER 6.30 15.88 0.02 0.47 ind:imp:3p; -questionnaire questionnaire NOM m s 2.05 1.82 1.69 1.15 -questionnaires questionnaire NOM m p 2.05 1.82 0.36 0.68 -questionnais questionner VER 6.30 15.88 0.04 0.34 ind:imp:1s; -questionnait questionner VER 6.30 15.88 0.23 1.35 ind:imp:3s; -questionnant questionner VER 6.30 15.88 0.04 0.27 par:pre; -questionne questionner VER 6.30 15.88 1.48 3.11 imp:pre:2s;ind:pre:1s;ind:pre:3s; -questionnement questionnement NOM m s 0.36 0.14 0.32 0.07 -questionnements questionnement NOM m p 0.36 0.14 0.04 0.07 -questionnent questionner VER 6.30 15.88 0.08 0.41 ind:pre:3p; -questionner questionner VER 6.30 15.88 2.66 3.51 ind:pre:2p;inf; -questionnera questionner VER 6.30 15.88 0.08 0.07 ind:fut:3s; -questionnerai questionner VER 6.30 15.88 0.02 0.00 ind:fut:1s; -questionnerait questionner VER 6.30 15.88 0.00 0.14 cnd:pre:3s; -questionnerons questionner VER 6.30 15.88 0.01 0.07 ind:fut:1p; -questionneront questionner VER 6.30 15.88 0.01 0.00 ind:fut:3p; -questionneur questionneur NOM m s 0.03 0.81 0.03 0.34 -questionneurs questionneur NOM m p 0.03 0.81 0.00 0.27 -questionneuse questionneur NOM f s 0.03 0.81 0.00 0.20 -questionnez questionner VER 6.30 15.88 0.34 0.14 imp:pre:2p;ind:pre:2p; -questionnions questionner VER 6.30 15.88 0.00 0.14 ind:imp:1p; -questionnons questionner VER 6.30 15.88 0.01 0.07 ind:pre:1p; -questionnât questionner VER 6.30 15.88 0.00 0.07 sub:imp:3s; -questionnèrent questionner VER 6.30 15.88 0.00 0.14 ind:pas:3p; -questionné questionner VER m s 6.30 15.88 0.98 1.42 par:pas; -questionnée questionner VER f s 6.30 15.88 0.16 0.41 par:pas; -questionnés questionner VER m p 6.30 15.88 0.12 0.47 par:pas; -questions_réponse questions_réponse NOM f p 0.07 0.07 0.07 0.07 -questions question NOM f p 411.82 328.45 118.19 95.95 -questure questure NOM f s 0.10 0.00 0.10 0.00 -quetsche quetsche NOM f s 0.00 0.74 0.00 0.34 -quetsches quetsche NOM f p 0.00 0.74 0.00 0.41 -quette quette NOM f s 0.01 0.00 0.01 0.00 -quetzal quetzal NOM m s 0.01 0.00 0.01 0.00 -queue_d_aronde queue_d_aronde NOM f s 0.00 0.14 0.00 0.07 -queue_de_cheval queue_de_cheval NOM f s 0.14 0.00 0.14 0.00 -queue_de_pie queue_de_pie NOM f s 0.05 0.27 0.05 0.27 -queue queue NOM f s 41.59 57.84 38.93 51.49 -queue_d_aronde queue_d_aronde NOM f p 0.00 0.14 0.00 0.07 -queue_de_rat queue_de_rat NOM f p 0.00 0.07 0.00 0.07 -queues queue NOM f p 41.59 57.84 2.66 6.35 -queursoir queursoir NOM m s 0.00 0.07 0.00 0.07 -queutard queutard NOM m s 0.19 0.00 0.19 0.00 -queuté queuter VER m s 0.00 0.14 0.00 0.07 par:pas; -queutée queuter VER f s 0.00 0.14 0.00 0.07 par:pas; -qui_vive qui_vive ONO 0.00 0.14 0.00 0.14 -qui qui PRO:rel 5516.52 7923.24 5344.98 7897.91 -quibus quibus NOM m 0.00 0.20 0.00 0.20 -quiche quiche NOM f s 1.21 0.68 1.10 0.41 -quiches quiche NOM f p 1.21 0.68 0.11 0.27 -quichotte quichotte NOM m s 0.00 0.07 0.00 0.07 -quick quick NOM m s 0.27 0.20 0.27 0.20 -quiconque quiconque PRO:rel s 22.81 9.12 15.43 6.08 -quidam quidam NOM m s 0.70 2.23 0.66 1.89 -quidams quidam NOM m p 0.70 2.23 0.04 0.34 -quiet quiet ADJ m s 0.39 0.74 0.28 0.07 -quiets quiet ADJ m p 0.39 0.74 0.00 0.20 -quignon quignon NOM m s 0.25 2.43 0.11 2.16 -quignons quignon NOM m p 0.25 2.43 0.14 0.27 -quillai quiller VER 0.06 0.27 0.00 0.20 ind:pas:1s; -quillards quillard NOM m p 0.00 0.34 0.00 0.34 -quille quille NOM f s 2.89 5.81 1.49 2.57 -quiller quiller VER 0.06 0.27 0.05 0.00 inf; -quilles quille NOM f p 2.89 5.81 1.40 3.24 -quillon quillon NOM m s 0.00 0.20 0.00 0.07 -quillons quillon NOM m p 0.00 0.20 0.00 0.14 -quillée quiller VER f s 0.06 0.27 0.00 0.07 par:pas; -quimpe quimper VER 0.00 1.15 0.00 0.27 ind:pre:1s;ind:pre:3s; -quimpent quimper VER 0.00 1.15 0.00 0.07 ind:pre:3p; -quimper quimper VER 0.00 1.15 0.00 0.68 inf; -quimpé quimper VER m s 0.00 1.15 0.00 0.14 par:pas; -quincaille quincaille NOM f s 0.00 0.34 0.00 0.34 -quincaillerie quincaillerie NOM f s 1.97 2.91 1.89 2.70 -quincailleries quincaillerie NOM f p 1.97 2.91 0.08 0.20 -quincaillier quincaillier NOM m s 0.30 1.49 0.21 1.28 -quincailliers quincaillier NOM m p 0.30 1.49 0.09 0.07 -quincaillière quincaillier NOM f s 0.30 1.49 0.00 0.14 -quinconce quinconce NOM m s 0.01 1.42 0.00 1.22 -quinconces quinconce NOM m p 0.01 1.42 0.01 0.20 -quine quine NOM m s 0.23 0.34 0.23 0.34 -quinine quinine NOM f s 0.54 0.95 0.54 0.95 -quinium quinium NOM m s 0.00 0.07 0.00 0.07 -quinoa quinoa NOM m s 0.01 0.00 0.01 0.00 -quinqua quinqua NOM m s 0.00 0.20 0.00 0.20 -quinquagénaire quinquagénaire ADJ s 0.16 0.68 0.16 0.54 -quinquagénaires quinquagénaire NOM p 0.15 1.35 0.02 0.27 -quinquagésime quinquagésime NOM f s 0.00 0.07 0.00 0.07 -quinquennal quinquennal ADJ m s 0.26 0.34 0.26 0.34 -quinquennat quinquennat NOM m s 0.10 0.00 0.10 0.00 -quinquet quinquet NOM m s 0.25 2.30 0.04 0.34 -quinquets quinquet NOM m p 0.25 2.30 0.21 1.96 -quinquina quinquina NOM m s 0.00 0.54 0.00 0.54 -quint quint ADJ 0.20 0.20 0.20 0.20 -quintaine quintaine NOM f s 0.00 0.07 0.00 0.07 -quintal quintal NOM m s 0.56 1.01 0.19 0.68 -quintaux quintal NOM m p 0.56 1.01 0.38 0.34 -quinte quinte NOM f s 1.42 4.86 1.25 3.85 -quintes quinte NOM f p 1.42 4.86 0.16 1.01 -quintessence quintessence NOM f s 0.43 1.22 0.43 1.22 -quintessencié quintessencié ADJ m s 0.00 0.41 0.00 0.27 -quintessenciée quintessencié ADJ f s 0.00 0.41 0.00 0.07 -quintessenciées quintessencié ADJ f p 0.00 0.41 0.00 0.07 -quintet quintet NOM m s 0.05 0.00 0.05 0.00 -quintette quintette NOM m s 0.09 1.22 0.09 1.15 -quintettes quintette NOM m p 0.09 1.22 0.00 0.07 -quinteux quinteux ADJ m s 0.00 0.20 0.00 0.20 -quintidi quintidi NOM m s 0.00 0.07 0.00 0.07 -quinto quinto ADV 0.22 0.00 0.22 0.00 -quintolet quintolet NOM m s 0.02 0.00 0.02 0.00 -quinton quinton NOM m s 0.01 0.00 0.01 0.00 -quinté quinté NOM m s 0.14 0.00 0.14 0.00 -quintupla quintupler VER 0.19 0.14 0.00 0.07 ind:pas:3s; -quintuple quintuple ADJ s 0.03 0.20 0.03 0.07 -quintuples quintuple ADJ f p 0.03 0.20 0.00 0.14 -quintuplé quintupler VER m s 0.19 0.14 0.15 0.00 par:pas; -quintuplées quintuplée NOM f p 0.08 0.14 0.08 0.14 -quintuplés quintuplé NOM m p 0.35 0.07 0.35 0.07 -quinzaine quinzaine NOM f s 2.02 11.89 2.01 11.69 -quinzaines quinzaine NOM f p 2.02 11.89 0.01 0.20 -quinze quinze ADJ:num 21.92 94.80 21.92 94.80 -quinzième quinzième NOM s 0.28 0.74 0.28 0.74 -quipos quipo NOM m p 0.00 0.07 0.00 0.07 -quiproquo quiproquo NOM m s 0.38 0.88 0.37 0.61 -quiproquos quiproquo NOM m p 0.38 0.88 0.01 0.27 -quipu quipu NOM m s 0.00 0.07 0.00 0.07 -quiquette quiquette NOM f s 0.00 0.07 0.00 0.07 -quiqui quiqui NOM m s 0.00 0.41 0.00 0.41 -quiscale quiscale NOM m s 0.11 0.00 0.11 0.00 -quite quite NOM m s 0.47 0.07 0.47 0.07 -quiète quiet ADJ f s 0.39 0.74 0.00 0.41 -quiètement quiètement ADV 0.00 0.14 0.00 0.14 -quiètes quiet ADJ f p 0.39 0.74 0.10 0.07 -quitta quitter VER 276.23 318.72 1.82 27.30 ind:pas:3s; -quittai quitter VER 276.23 318.72 0.23 6.62 ind:pas:1s; -quittaient quitter VER 276.23 318.72 0.36 7.36 ind:imp:3p; -quittais quitter VER 276.23 318.72 1.37 3.85 ind:imp:1s;ind:imp:2s; -quittait quitter VER 276.23 318.72 2.88 24.93 ind:imp:3s; -quittance quittance NOM f s 0.55 1.15 0.40 0.54 -quittances quittance NOM f p 0.55 1.15 0.14 0.61 -quittant quitter VER 276.23 318.72 3.60 18.38 par:pre; -quittas quitter VER 276.23 318.72 0.00 0.07 ind:pas:2s; -quittassent quitter VER 276.23 318.72 0.00 0.07 sub:imp:3p; -quitte quitter VER 276.23 318.72 49.07 32.03 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:1s;sub:pre:3s; -quittent quitter VER 276.23 318.72 4.39 5.47 ind:pre:3p; -quitter quitter VER 276.23 318.72 88.02 85.95 ind:pre:2p;inf; -quittera quitter VER 276.23 318.72 4.62 2.09 ind:fut:3s; -quitterai quitter VER 276.23 318.72 6.18 1.89 ind:fut:1s; -quitteraient quitter VER 276.23 318.72 0.02 1.08 cnd:pre:3p; -quitterais quitter VER 276.23 318.72 1.73 1.01 cnd:pre:1s;cnd:pre:2s; -quitterait quitter VER 276.23 318.72 0.78 2.57 cnd:pre:3s; -quitteras quitter VER 276.23 318.72 1.75 0.47 ind:fut:2s; -quitterez quitter VER 276.23 318.72 1.11 0.41 ind:fut:2p; -quitteriez quitter VER 276.23 318.72 0.34 0.07 cnd:pre:2p; -quitterions quitter VER 276.23 318.72 0.02 0.07 cnd:pre:1p; -quitterons quitter VER 276.23 318.72 0.63 0.47 ind:fut:1p; -quitteront quitter VER 276.23 318.72 0.40 0.41 ind:fut:3p; -quittes quitter VER 276.23 318.72 6.03 1.42 ind:pre:2s;sub:pre:2s; -quittez quitter VER 276.23 318.72 19.72 1.96 imp:pre:2p;ind:pre:2p; -quittiez quitter VER 276.23 318.72 1.19 0.27 ind:imp:2p;sub:pre:2p; -quittions quitter VER 276.23 318.72 0.39 2.77 ind:imp:1p;sub:pre:1p; -quittâmes quitter VER 276.23 318.72 0.16 2.16 ind:pas:1p; -quittons quitter VER 276.23 318.72 3.44 1.96 imp:pre:1p;ind:pre:1p; -quittât quitter VER 276.23 318.72 0.01 1.01 sub:imp:3s; -quittèrent quitter VER 276.23 318.72 0.38 6.69 ind:pas:3p; -quitté quitter VER m s 276.23 318.72 62.92 60.14 par:pas; -quittée quitter VER f s 276.23 318.72 7.40 8.85 par:pas; -quittées quitter VER f p 276.23 318.72 0.36 0.95 par:pas; -quittés quitter VER m p 276.23 318.72 4.95 7.97 par:pas; -quitus quitus NOM m 0.14 0.07 0.14 0.07 -quiétisme quiétisme NOM m s 0.00 0.34 0.00 0.34 -quiétiste quiétiste NOM s 0.00 0.07 0.00 0.07 -quiétude quiétude NOM f s 0.64 5.14 0.64 5.07 -quiétudes quiétude NOM f p 0.64 5.14 0.00 0.07 -quiz quiz NOM m 0.53 0.00 0.53 0.00 -quoaillant quoailler VER 0.00 0.07 0.00 0.07 par:pre; -quoi quoi PRO:rel 923.03 380.07 904.12 376.89 -quoique quoique CON 11.68 19.05 11.68 19.05 -quolibet quolibet NOM m s 0.04 2.91 0.00 0.14 -quolibets quolibet NOM m p 0.04 2.91 0.04 2.77 -quorum quorum NOM m s 0.67 0.20 0.67 0.20 -quota quota NOM m s 2.12 0.47 1.39 0.27 -quotas quota NOM m p 2.12 0.47 0.73 0.20 -quote_part quote_part NOM f s 0.03 0.47 0.03 0.47 -quotidien quotidien ADJ m s 10.15 37.43 3.66 10.47 -quotidienne quotidien ADJ f s 10.15 37.43 3.91 17.30 -quotidiennement quotidiennement ADV 0.97 4.80 0.97 4.80 -quotidiennes quotidien ADJ f p 10.15 37.43 1.29 4.80 -quotidienneté quotidienneté NOM f s 0.00 0.14 0.00 0.14 -quotidiens quotidien ADJ m p 10.15 37.43 1.30 4.86 -quotient quotient NOM m s 0.42 0.61 0.42 0.47 -quotients quotient NOM m p 0.42 0.61 0.00 0.14 -quotité quotité NOM f s 0.00 0.07 0.00 0.07 -québécois québécois ADJ m s 0.25 0.07 0.11 0.00 -québécoise québécois ADJ f s 0.25 0.07 0.14 0.07 -quémanda quémander VER 0.60 2.70 0.00 0.07 ind:pas:3s; -quémandaient quémander VER 0.60 2.70 0.00 0.27 ind:imp:3p; -quémandait quémander VER 0.60 2.70 0.01 0.20 ind:imp:3s; -quémandant quémander VER 0.60 2.70 0.00 0.47 par:pre; -quémande quémander VER 0.60 2.70 0.03 0.14 ind:pre:3s; -quémandent quémander VER 0.60 2.70 0.12 0.07 ind:pre:3p; -quémander quémander VER 0.60 2.70 0.41 1.42 inf; -quémandeur quémandeur NOM m s 0.32 0.88 0.02 0.41 -quémandeurs quémandeur NOM m p 0.32 0.88 0.30 0.27 -quémandeuse quémandeur NOM f s 0.32 0.88 0.00 0.07 -quémandeuses quémandeur NOM f p 0.32 0.88 0.00 0.14 -quémandons quémander VER 0.60 2.70 0.01 0.00 ind:pre:1p; -quémandé quémander VER m s 0.60 2.70 0.02 0.07 par:pas; -quéquette quéquette NOM f s 1.30 2.36 1.27 2.09 -quéquettes quéquette NOM f p 1.30 2.36 0.03 0.27 -quérir quérir VER 0.65 1.76 0.65 1.76 inf; -quêta quêter VER 0.21 3.38 0.00 0.20 ind:pas:3s; -quêtai quêter VER 0.21 3.38 0.00 0.07 ind:pas:1s; -quêtaient quêter VER 0.21 3.38 0.00 0.27 ind:imp:3p; -quêtais quêter VER 0.21 3.38 0.01 0.20 ind:imp:1s;ind:imp:2s; -quêtait quêter VER 0.21 3.38 0.00 0.41 ind:imp:3s; -quêtant quêter VER 0.21 3.38 0.01 0.88 par:pre; -quête quête NOM f s 10.24 14.53 9.97 13.92 -quêtent quêter VER 0.21 3.38 0.00 0.14 ind:pre:3p; -quêter quêter VER 0.21 3.38 0.13 0.88 inf; -quêtes quête NOM f p 10.24 14.53 0.28 0.61 -quêteur quêteur NOM m s 0.04 0.81 0.04 0.20 -quêteurs quêteur NOM m p 0.04 0.81 0.00 0.34 -quêteuse quêteur NOM f s 0.04 0.81 0.00 0.27 -quêtez quêter VER 0.21 3.38 0.00 0.07 imp:pre:2p; -quêté quêter VER m s 0.21 3.38 0.00 0.07 par:pas; -quêtées quêter VER f p 0.21 3.38 0.00 0.07 par:pas; -rîmes rire VER 140.25 320.54 0.01 0.20 ind:pas:1p; -rît rire VER 140.25 320.54 0.00 0.07 sub:imp:3s; -röntgens röntgen NOM m p 0.02 0.00 0.02 0.00 -rôda rôder VER 5.76 20.07 0.00 0.07 ind:pas:3s; -rôdai rôder VER 5.76 20.07 0.00 0.20 ind:pas:1s; -rôdaient rôder VER 5.76 20.07 0.06 2.36 ind:imp:3p; -rôdailler rôdailler VER 0.00 0.20 0.00 0.20 inf; -rôdais rôder VER 5.76 20.07 0.07 0.47 ind:imp:1s;ind:imp:2s; -rôdait rôder VER 5.76 20.07 0.35 3.51 ind:imp:3s; -rôdant rôder VER 5.76 20.07 0.44 1.28 par:pre; -rôde rôder VER 5.76 20.07 1.93 3.72 imp:pre:2s;ind:pre:1s;ind:pre:3s; -rôdent rôder VER 5.76 20.07 0.61 1.49 ind:pre:3p; -rôder rôder VER 5.76 20.07 1.63 5.41 inf; -rôdera rôder VER 5.76 20.07 0.01 0.07 ind:fut:3s; -rôderai rôder VER 5.76 20.07 0.00 0.07 ind:fut:1s; -rôderait rôder VER 5.76 20.07 0.00 0.07 cnd:pre:3s; -rôdes rôder VER 5.76 20.07 0.23 0.20 ind:pre:2s; -rôdeur rôdeur NOM m s 1.37 2.57 0.94 1.28 -rôdeurs rôdeur NOM m p 1.37 2.57 0.40 1.08 -rôdeuse rôdeur NOM f s 1.37 2.57 0.03 0.14 -rôdeuses rôdeur NOM f p 1.37 2.57 0.00 0.07 -rôdez rôder VER 5.76 20.07 0.04 0.00 imp:pre:2p;ind:pre:2p; -rôdiez rôder VER 5.76 20.07 0.01 0.00 ind:imp:2p; -rôdions rôder VER 5.76 20.07 0.14 0.14 ind:imp:1p; -rôdâmes rôder VER 5.76 20.07 0.00 0.07 ind:pas:1p; -rôdèrent rôder VER 5.76 20.07 0.00 0.14 ind:pas:3p; -rôdé rôder VER m s 5.76 20.07 0.20 0.68 par:pas; -rôdée rôder VER f s 5.76 20.07 0.01 0.14 par:pas; -rôdés rôder VER m p 5.76 20.07 0.01 0.00 par:pas; -rôle_titre rôle_titre NOM m s 0.01 0.00 0.01 0.00 -rôle rôle NOM m s 69.38 96.96 61.20 88.51 -rôles rôle NOM m p 69.38 96.96 8.18 8.45 -rônier rônier NOM m s 0.01 0.07 0.01 0.00 -rôniers rônier NOM m p 0.01 0.07 0.00 0.07 -rônin rônin NOM m s 0.10 0.00 0.07 0.00 -rônins rônin NOM m p 0.10 0.00 0.03 0.00 -rôt rôt NOM m s 0.05 0.07 0.04 0.00 -rôti rôti NOM m s 4.33 3.24 4.02 2.30 -rôtie rôti ADJ f s 2.13 3.78 0.33 0.41 -rôties rôti ADJ f p 2.13 3.78 0.15 0.34 -rôtir rôtir VER 2.90 5.27 1.73 2.16 inf; -rôtiront rôtir VER 2.90 5.27 0.00 0.07 ind:fut:3p; -rôtis rôti NOM m p 4.33 3.24 0.30 0.95 -rôtissaient rôtir VER 2.90 5.27 0.03 0.00 ind:imp:3p; -rôtissait rôtir VER 2.90 5.27 0.00 0.34 ind:imp:3s; -rôtissant rôtir VER 2.90 5.27 0.01 0.07 par:pre; -rôtissent rôtir VER 2.90 5.27 0.20 0.14 ind:pre:3p; -rôtisserie rôtisserie NOM f s 0.35 0.27 0.35 0.27 -rôtisseur rôtisseur NOM m s 0.07 0.20 0.05 0.14 -rôtisseurs rôtisseur NOM m p 0.07 0.20 0.01 0.00 -rôtisseuse rôtisseur NOM f s 0.07 0.20 0.01 0.00 -rôtisseuses rôtisseur NOM f p 0.07 0.20 0.00 0.07 -rôtissez rôtir VER 2.90 5.27 0.01 0.00 imp:pre:2p; -rôtissions rôtir VER 2.90 5.27 0.01 0.00 ind:imp:1p; -rôtissoire rôtissoire NOM f s 0.04 0.41 0.04 0.27 -rôtissoires rôtissoire NOM f p 0.04 0.41 0.00 0.14 -rôtit rôtir VER 2.90 5.27 0.20 0.07 ind:pre:3s;ind:pas:3s; -rôts rôt NOM m p 0.05 0.07 0.01 0.07 -ra ra NOM m 3.63 3.45 3.63 3.45 -raïa raïa NOM m s 0.10 0.00 0.10 0.00 -raïs raïs NOM m 0.00 0.14 0.00 0.14 -rab rab NOM m s 1.92 1.76 1.92 1.69 -rabais rabais NOM m 1.57 1.55 1.57 1.55 -rabaissa rabaisser VER 3.79 3.38 0.00 0.20 ind:pas:3s; -rabaissaient rabaisser VER 3.79 3.38 0.00 0.07 ind:imp:3p; -rabaissais rabaisser VER 3.79 3.38 0.04 0.07 ind:imp:1s; -rabaissait rabaisser VER 3.79 3.38 0.10 0.34 ind:imp:3s; -rabaissant rabaisser VER 3.79 3.38 0.04 0.34 par:pre; -rabaisse rabaisser VER 3.79 3.38 0.69 0.47 imp:pre:2s;ind:pre:1s;ind:pre:3s; -rabaissement rabaissement NOM m s 0.01 0.07 0.01 0.07 -rabaissent rabaisser VER 3.79 3.38 0.15 0.14 ind:pre:3p; -rabaisser rabaisser VER 3.79 3.38 1.65 1.22 inf; -rabaissera rabaisser VER 3.79 3.38 0.02 0.00 ind:fut:3s; -rabaisserait rabaisser VER 3.79 3.38 0.12 0.00 cnd:pre:3s; -rabaisses rabaisser VER 3.79 3.38 0.17 0.00 ind:pre:2s; -rabaissez rabaisser VER 3.79 3.38 0.26 0.07 imp:pre:2p;ind:pre:2p; -rabaissé rabaisser VER m s 3.79 3.38 0.32 0.27 par:pas; -rabaissée rabaisser VER f s 3.79 3.38 0.23 0.14 par:pas; -rabaissées rabaisser VER f p 3.79 3.38 0.00 0.07 par:pas; -raban raban NOM m s 0.32 0.00 0.09 0.00 -rabane rabane NOM f s 0.00 0.14 0.00 0.07 -rabanes rabane NOM f p 0.00 0.14 0.00 0.07 -rabans raban NOM m p 0.32 0.00 0.24 0.00 -rabat_joie rabat_joie ADJ 0.91 0.14 0.91 0.14 -rabat rabattre VER 2.21 21.76 0.32 2.97 ind:pre:3s; -rabats rabattre VER 2.21 21.76 0.21 0.34 imp:pre:2s;ind:pre:1s;ind:pre:2s; -rabattable rabattable ADJ s 0.01 0.00 0.01 0.00 -rabattaient rabattre VER 2.21 21.76 0.00 0.68 ind:imp:3p; -rabattais rabattre VER 2.21 21.76 0.01 0.07 ind:imp:1s; -rabattait rabattre VER 2.21 21.76 0.01 2.16 ind:imp:3s; -rabattant rabattre VER 2.21 21.76 0.00 0.68 par:pre; -rabatte rabattre VER 2.21 21.76 0.04 0.27 sub:pre:1s;sub:pre:3s; -rabattent rabattre VER 2.21 21.76 0.04 0.81 ind:pre:3p; -rabatteur rabatteur NOM m s 0.68 1.82 0.22 0.47 -rabatteurs rabatteur NOM m p 0.68 1.82 0.45 0.95 -rabatteuse rabatteur NOM f s 0.68 1.82 0.01 0.41 -rabatteuses rabatteuse NOM f p 0.01 0.00 0.01 0.00 -rabattez rabattre VER 2.21 21.76 0.11 0.07 imp:pre:2p;ind:pre:2p; -rabattions rabattre VER 2.21 21.76 0.00 0.07 ind:imp:1p; -rabattirent rabattre VER 2.21 21.76 0.00 0.34 ind:pas:3p; -rabattis rabattre VER 2.21 21.76 0.00 0.27 ind:pas:1s; -rabattit rabattre VER 2.21 21.76 0.01 2.91 ind:pas:3s; -rabattra rabattre VER 2.21 21.76 0.04 0.14 ind:fut:3s; -rabattraient rabattre VER 2.21 21.76 0.00 0.07 cnd:pre:3p; -rabattrait rabattre VER 2.21 21.76 0.00 0.14 cnd:pre:3s; -rabattras rabattre VER 2.21 21.76 0.00 0.07 ind:fut:2s; -rabattre rabattre VER 2.21 21.76 1.01 4.46 inf; -rabattrons rabattre VER 2.21 21.76 0.00 0.07 ind:fut:1p; -rabattu rabattre VER m s 2.21 21.76 0.28 3.11 par:pas; -rabattue rabattu ADJ f s 0.14 2.03 0.12 0.07 -rabattues rabattre VER f p 2.21 21.76 0.03 0.34 par:pas; -rabattus rabattre VER m p 2.21 21.76 0.07 0.41 par:pas; -rabbi rabbi NOM m s 4.83 0.74 4.83 0.74 -rabbin rabbin NOM m s 9.36 7.57 9.04 6.35 -rabbinat rabbinat NOM m s 0.00 0.20 0.00 0.20 -rabbinique rabbinique ADJ s 0.01 0.41 0.01 0.34 -rabbiniques rabbinique ADJ m p 0.01 0.41 0.00 0.07 -rabbins rabbin NOM m p 9.36 7.57 0.32 1.22 -rabe rabe NOM m s 0.05 0.14 0.05 0.07 -rabelaisien rabelaisien ADJ m s 0.00 0.68 0.00 0.27 -rabelaisienne rabelaisien ADJ f s 0.00 0.68 0.00 0.27 -rabelaisiennes rabelaisien ADJ f p 0.00 0.68 0.00 0.07 -rabelaisiens rabelaisien ADJ m p 0.00 0.68 0.00 0.07 -rabes rabe NOM m p 0.05 0.14 0.00 0.07 -rabibochage rabibochage NOM m s 0.00 0.14 0.00 0.14 -rabiboche rabibocher VER 0.84 0.54 0.06 0.00 ind:pre:1s;ind:pre:3s; -rabibochent rabibocher VER 0.84 0.54 0.01 0.00 ind:pre:3p; -rabibocher rabibocher VER 0.84 0.54 0.17 0.41 inf; -rabibocherez rabibocher VER 0.84 0.54 0.00 0.07 ind:fut:2p; -rabiboché rabibocher VER m s 0.84 0.54 0.40 0.00 par:pas; -rabibochées rabibocher VER f p 0.84 0.54 0.01 0.00 par:pas; -rabibochés rabibocher VER m p 0.84 0.54 0.19 0.07 par:pas; -rabiot rabiot NOM m s 0.06 0.88 0.06 0.88 -rabiotait rabioter VER 0.00 0.27 0.00 0.07 ind:imp:3s; -rabioter rabioter VER 0.00 0.27 0.00 0.20 inf; -rabique rabique ADJ f s 0.00 0.14 0.00 0.14 -rabâcha rabâcher VER 1.46 4.32 0.00 0.14 ind:pas:3s; -rabâchage rabâchage NOM m s 0.10 0.34 0.10 0.20 -rabâchages rabâchage NOM m p 0.10 0.34 0.00 0.14 -rabâchaient rabâcher VER 1.46 4.32 0.00 0.20 ind:imp:3p; -rabâchais rabâcher VER 1.46 4.32 0.01 0.00 ind:imp:2s; -rabâchait rabâcher VER 1.46 4.32 0.01 0.61 ind:imp:3s; -rabâchant rabâcher VER 1.46 4.32 0.15 0.14 par:pre; -rabâche rabâcher VER 1.46 4.32 0.32 0.81 ind:pre:1s;ind:pre:3s; -rabâchent rabâcher VER 1.46 4.32 0.04 0.00 ind:pre:3p; -rabâcher rabâcher VER 1.46 4.32 0.68 1.01 inf; -rabâcherait rabâcher VER 1.46 4.32 0.00 0.07 cnd:pre:3s; -rabâches rabâcher VER 1.46 4.32 0.15 0.54 ind:pre:2s; -rabâcheur rabâcheur ADJ m s 0.01 0.00 0.01 0.00 -rabâché rabâcher VER m s 1.46 4.32 0.12 0.34 par:pas; -rabâchée rabâcher VER f s 1.46 4.32 0.00 0.07 par:pas; -rabâchées rabâcher VER f p 1.46 4.32 0.00 0.41 par:pas; -rabonnir rabonnir VER 0.00 0.07 0.00 0.07 inf; -rabot rabot NOM m s 0.01 1.28 0.01 0.95 -rabotage rabotage NOM m s 0.00 0.14 0.00 0.14 -rabotais raboter VER 0.15 2.91 0.00 0.07 ind:imp:1s; -rabotait raboter VER 0.15 2.91 0.00 0.47 ind:imp:3s; -rabotant raboter VER 0.15 2.91 0.00 0.20 par:pre; -rabotent raboter VER 0.15 2.91 0.10 0.20 ind:pre:3p; -raboter raboter VER 0.15 2.91 0.03 0.41 inf; -raboteur raboteur NOM m s 0.01 0.07 0.01 0.07 -raboteuse raboteux ADJ f s 0.10 0.88 0.00 0.34 -raboteuses raboteux ADJ f p 0.10 0.88 0.00 0.07 -raboteux raboteux ADJ m 0.10 0.88 0.10 0.47 -rabotin rabotin NOM m s 0.00 0.34 0.00 0.34 -rabots rabot NOM m p 0.01 1.28 0.00 0.34 -raboté raboter VER m s 0.15 2.91 0.01 0.34 par:pas; -rabotée raboter VER f s 0.15 2.91 0.00 0.34 par:pas; -rabotées raboter VER f p 0.15 2.91 0.00 0.41 par:pas; -rabotés raboter VER m p 0.15 2.91 0.01 0.47 par:pas; -rabougri rabougri ADJ m s 0.25 3.38 0.19 1.55 -rabougrie rabougri ADJ f s 0.25 3.38 0.02 0.27 -rabougries rabougri ADJ f p 0.25 3.38 0.01 0.20 -rabougrir rabougrir VER 0.19 0.95 0.16 0.07 inf; -rabougris rabougri ADJ m p 0.25 3.38 0.03 1.35 -rabougrissent rabougrir VER 0.19 0.95 0.00 0.07 ind:pre:3p; -rabougrit rabougrir VER 0.19 0.95 0.00 0.20 ind:pre:3s; -rabouillères rabouiller NOM f p 0.00 0.07 0.00 0.07 -rabouin rabouin NOM m s 0.00 0.07 0.00 0.07 -rabouler rabouler VER 0.01 0.00 0.01 0.00 inf; -rabouter rabouter VER 0.00 0.14 0.00 0.07 inf; -rabouté rabouter VER m s 0.00 0.14 0.00 0.07 par:pas; -rabroua rabrouer VER 0.40 2.84 0.00 0.20 ind:pas:3s; -rabrouai rabrouer VER 0.40 2.84 0.00 0.07 ind:pas:1s; -rabrouaient rabrouer VER 0.40 2.84 0.00 0.14 ind:imp:3p; -rabrouait rabrouer VER 0.40 2.84 0.03 0.34 ind:imp:3s; -rabrouant rabrouer VER 0.40 2.84 0.00 0.14 par:pre; -rabroue rabrouer VER 0.40 2.84 0.05 0.20 ind:pre:1s;ind:pre:3s; -rabrouer rabrouer VER 0.40 2.84 0.04 0.68 inf; -rabrouât rabrouer VER 0.40 2.84 0.00 0.07 sub:imp:3s; -rabrouèrent rabrouer VER 0.40 2.84 0.00 0.07 ind:pas:3p; -rabroué rabrouer VER m s 0.40 2.84 0.05 0.41 par:pas; -rabrouée rabrouer VER f s 0.40 2.84 0.23 0.54 par:pas; -rabs rab NOM m p 1.92 1.76 0.00 0.07 -rac rac ADJ 0.00 0.95 0.00 0.95 -racaille racaille NOM f s 6.30 2.97 5.67 2.97 -racailles racaille NOM f p 6.30 2.97 0.62 0.00 -raccommoda raccommoder VER 0.68 3.04 0.00 0.14 ind:pas:3s; -raccommodage raccommodage NOM m s 0.04 0.61 0.04 0.47 -raccommodages raccommodage NOM m p 0.04 0.61 0.00 0.14 -raccommodaient raccommoder VER 0.68 3.04 0.00 0.07 ind:imp:3p; -raccommodait raccommoder VER 0.68 3.04 0.01 0.41 ind:imp:3s; -raccommodant raccommoder VER 0.68 3.04 0.01 0.07 par:pre; -raccommode raccommoder VER 0.68 3.04 0.18 0.20 imp:pre:2s;ind:pre:1s;ind:pre:3s; -raccommodements raccommodement NOM m p 0.00 0.07 0.00 0.07 -raccommodent raccommoder VER 0.68 3.04 0.14 0.00 ind:pre:3p; -raccommoder raccommoder VER 0.68 3.04 0.25 1.22 inf; -raccommodera raccommoder VER 0.68 3.04 0.00 0.07 ind:fut:3s; -raccommoderai raccommoder VER 0.68 3.04 0.02 0.00 ind:fut:1s; -raccommodeurs raccommodeur NOM m p 0.00 0.07 0.00 0.07 -raccommodez raccommoder VER 0.68 3.04 0.00 0.07 ind:pre:2p; -raccommodions raccommoder VER 0.68 3.04 0.01 0.00 ind:imp:1p; -raccommodé raccommoder VER m s 0.68 3.04 0.04 0.54 par:pas; -raccommodée raccommoder VER f s 0.68 3.04 0.01 0.14 par:pas; -raccommodées raccommoder VER f p 0.68 3.04 0.00 0.07 par:pas; -raccommodés raccommoder VER m p 0.68 3.04 0.02 0.07 par:pas; -raccompagna raccompagner VER 25.90 14.39 0.01 2.09 ind:pas:3s; -raccompagnai raccompagner VER 25.90 14.39 0.00 0.34 ind:pas:1s; -raccompagnaient raccompagner VER 25.90 14.39 0.00 0.20 ind:imp:3p; -raccompagnais raccompagner VER 25.90 14.39 0.34 0.41 ind:imp:1s;ind:imp:2s; -raccompagnait raccompagner VER 25.90 14.39 0.30 1.42 ind:imp:3s; -raccompagnant raccompagner VER 25.90 14.39 0.16 0.74 par:pre; -raccompagne raccompagner VER 25.90 14.39 11.86 2.57 imp:pre:2s;ind:pre:1s;ind:pre:3s; -raccompagnent raccompagner VER 25.90 14.39 0.04 0.14 ind:pre:3p; -raccompagner raccompagner VER 25.90 14.39 6.60 3.65 inf; -raccompagnera raccompagner VER 25.90 14.39 0.51 0.07 ind:fut:3s; -raccompagnerai raccompagner VER 25.90 14.39 0.60 0.00 ind:fut:1s; -raccompagnerais raccompagner VER 25.90 14.39 0.17 0.00 cnd:pre:1s;cnd:pre:2s; -raccompagnerait raccompagner VER 25.90 14.39 0.01 0.34 cnd:pre:3s; -raccompagneras raccompagner VER 25.90 14.39 0.02 0.07 ind:fut:2s; -raccompagnerez raccompagner VER 25.90 14.39 0.00 0.07 ind:fut:2p; -raccompagnes raccompagner VER 25.90 14.39 0.71 0.14 ind:pre:2s; -raccompagnez raccompagner VER 25.90 14.39 1.52 0.14 imp:pre:2p;ind:pre:2p; -raccompagnons raccompagner VER 25.90 14.39 0.23 0.00 imp:pre:1p;ind:pre:1p; -raccompagnèrent raccompagner VER 25.90 14.39 0.00 0.20 ind:pas:3p; -raccompagné raccompagner VER m s 25.90 14.39 1.16 1.08 par:pas; -raccompagnée raccompagner VER f s 25.90 14.39 1.65 0.61 par:pas; -raccompagnés raccompagner VER m p 25.90 14.39 0.00 0.14 par:pas; -raccord raccord NOM m s 1.02 1.28 0.81 0.68 -raccordaient raccorder VER 0.73 2.64 0.02 0.14 ind:imp:3p; -raccordait raccorder VER 0.73 2.64 0.00 0.41 ind:imp:3s; -raccordant raccorder VER 0.73 2.64 0.03 0.14 par:pre; -raccorde raccorder VER 0.73 2.64 0.13 0.54 imp:pre:2s;ind:pre:1s;ind:pre:3s; -raccordement raccordement NOM m s 0.20 0.27 0.09 0.14 -raccordements raccordement NOM m p 0.20 0.27 0.11 0.14 -raccordent raccorder VER 0.73 2.64 0.00 0.14 ind:pre:3p; -raccorder raccorder VER 0.73 2.64 0.21 0.61 inf; -raccorderait raccorder VER 0.73 2.64 0.00 0.07 cnd:pre:3s; -raccordez raccorder VER 0.73 2.64 0.02 0.00 imp:pre:2p;ind:pre:2p; -raccords raccord NOM m p 1.02 1.28 0.21 0.61 -raccordé raccorder VER m s 0.73 2.64 0.23 0.41 par:pas; -raccordée raccorder VER f s 0.73 2.64 0.01 0.07 par:pas; -raccordées raccorder VER f p 0.73 2.64 0.01 0.00 par:pas; -raccordés raccorder VER m p 0.73 2.64 0.06 0.14 par:pas; -raccourci raccourci NOM m s 5.78 4.32 4.57 3.24 -raccourcie raccourcir VER f s 2.46 5.95 0.16 0.54 par:pas; -raccourcies raccourcir VER f p 2.46 5.95 0.01 0.07 par:pas; -raccourcir raccourcir VER 2.46 5.95 1.09 1.62 inf; -raccourcira raccourcir VER 2.46 5.95 0.04 0.07 ind:fut:3s; -raccourciras raccourcir VER 2.46 5.95 0.01 0.00 ind:fut:2s; -raccourcirons raccourcir VER 2.46 5.95 0.00 0.07 ind:fut:1p; -raccourcis raccourci NOM m p 5.78 4.32 1.21 1.08 -raccourcissaient raccourcir VER 2.46 5.95 0.00 0.20 ind:imp:3p; -raccourcissait raccourcir VER 2.46 5.95 0.01 0.20 ind:imp:3s; -raccourcissant raccourcir VER 2.46 5.95 0.10 0.61 par:pre; -raccourcisse raccourcir VER 2.46 5.95 0.01 0.07 sub:pre:1s;sub:pre:3s; -raccourcissement raccourcissement NOM m s 0.01 0.27 0.01 0.27 -raccourcissent raccourcir VER 2.46 5.95 0.14 0.54 ind:pre:3p; -raccourcit raccourcir VER 2.46 5.95 0.23 0.68 ind:pre:3s;ind:pas:3s; -raccroc raccroc NOM m s 0.00 0.47 0.00 0.34 -raccrocha raccrocher VER 28.09 26.08 0.02 5.07 ind:pas:3s; -raccrochage raccrochage NOM m s 0.01 0.14 0.01 0.07 -raccrochages raccrochage NOM m p 0.01 0.14 0.00 0.07 -raccrochai raccrocher VER 28.09 26.08 0.01 1.42 ind:pas:1s; -raccrochaient raccrocher VER 28.09 26.08 0.01 0.20 ind:imp:3p; -raccrochais raccrocher VER 28.09 26.08 0.12 0.27 ind:imp:1s;ind:imp:2s; -raccrochait raccrocher VER 28.09 26.08 0.29 0.95 ind:imp:3s; -raccrochant raccrocher VER 28.09 26.08 0.04 1.22 par:pre; -raccroche raccrocher VER 28.09 26.08 10.58 5.61 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:1s; -raccrochent raccrocher VER 28.09 26.08 0.49 0.14 ind:pre:3p; -raccrocher raccrocher VER 28.09 26.08 5.41 5.27 inf; -raccrochera raccrocher VER 28.09 26.08 0.04 0.00 ind:fut:3s; -raccrocherai raccrocher VER 28.09 26.08 0.13 0.00 ind:fut:1s; -raccrocheraient raccrocher VER 28.09 26.08 0.00 0.07 cnd:pre:3p; -raccrocherais raccrocher VER 28.09 26.08 0.02 0.00 cnd:pre:1s; -raccrocherait raccrocher VER 28.09 26.08 0.11 0.07 cnd:pre:3s; -raccrocheras raccrocher VER 28.09 26.08 0.04 0.00 ind:fut:2s; -raccroches raccrocher VER 28.09 26.08 0.53 0.20 ind:pre:2s; -raccrocheur raccrocheur ADJ m s 0.00 0.20 0.00 0.14 -raccrocheurs raccrocheur ADJ m p 0.00 0.20 0.00 0.07 -raccrochez raccrocher VER 28.09 26.08 3.49 0.20 imp:pre:2p;ind:pre:2p; -raccrochons raccrocher VER 28.09 26.08 0.03 0.00 imp:pre:1p;ind:pre:1p; -raccrochèrent raccrocher VER 28.09 26.08 0.00 0.07 ind:pas:3p; -raccroché raccrocher VER m s 28.09 26.08 6.67 5.00 par:pas; -raccrochée raccrocher VER f s 28.09 26.08 0.04 0.20 par:pas; -raccrochées raccrocher VER f p 28.09 26.08 0.00 0.07 par:pas; -raccrochés raccrocher VER m p 28.09 26.08 0.03 0.07 par:pas; -raccrocs raccroc NOM m p 0.00 0.47 0.00 0.14 -raccusa raccuser VER 0.00 0.07 0.00 0.07 ind:pas:3s; -race race NOM f s 30.56 34.93 27.09 28.72 -races race NOM f p 30.56 34.93 3.46 6.22 -rachat rachat NOM m s 1.79 1.01 1.75 0.95 -rachats rachat NOM m p 1.79 1.01 0.04 0.07 -racheta racheter VER 17.33 12.91 0.00 0.20 ind:pas:3s; -rachetai racheter VER 17.33 12.91 0.00 0.07 ind:pas:1s; -rachetaient racheter VER 17.33 12.91 0.01 0.20 ind:imp:3p; -rachetait racheter VER 17.33 12.91 0.00 0.68 ind:imp:3s; -rachetant racheter VER 17.33 12.91 0.19 0.20 par:pre; -racheter racheter VER 17.33 12.91 9.30 6.08 ind:pre:2p;inf; -rachetez racheter VER 17.33 12.91 0.09 0.07 imp:pre:2p;ind:pre:2p; -rachetiez racheter VER 17.33 12.91 0.03 0.07 ind:imp:2p; -rachetât racheter VER 17.33 12.91 0.00 0.07 sub:imp:3s; -rachetèrent racheter VER 17.33 12.91 0.00 0.07 ind:pas:3p; -racheté racheter VER m s 17.33 12.91 3.77 1.22 par:pas; -rachetée racheter VER f s 17.33 12.91 0.60 0.41 par:pas; -rachetées racheter VER f p 17.33 12.91 0.00 0.14 par:pas; -rachetés racheter VER m p 17.33 12.91 0.32 0.47 par:pas; -rachianesthésie rachianesthésie NOM f s 0.10 0.00 0.10 0.00 -rachidien rachidien ADJ m s 0.23 0.14 0.18 0.14 -rachidienne rachidien ADJ f s 0.23 0.14 0.04 0.00 -rachis rachis NOM m 0.04 0.07 0.04 0.07 -rachitique rachitique ADJ s 0.14 0.61 0.11 0.47 -rachitiques rachitique ADJ p 0.14 0.61 0.03 0.14 -rachitisme rachitisme NOM m s 0.05 0.14 0.05 0.14 -racho racho ADJ s 0.03 0.07 0.03 0.07 -rachète racheter VER 17.33 12.91 1.48 1.49 imp:pre:2s;ind:pre:1s;ind:pre:3s; -rachètent racheter VER 17.33 12.91 0.20 0.41 ind:pre:3p; -rachètera racheter VER 17.33 12.91 0.64 0.41 ind:fut:3s; -rachèterai racheter VER 17.33 12.91 0.47 0.34 ind:fut:1s; -rachèterais racheter VER 17.33 12.91 0.06 0.00 cnd:pre:1s;cnd:pre:2s; -rachèterait racheter VER 17.33 12.91 0.03 0.34 cnd:pre:3s; -rachèterez racheter VER 17.33 12.91 0.14 0.00 ind:fut:2p; -rachèteront racheter VER 17.33 12.91 0.01 0.00 ind:fut:3p; -racial racial ADJ m s 3.08 1.35 0.66 0.07 -raciale racial ADJ f s 3.08 1.35 1.50 0.61 -racialement racialement ADV 0.02 0.14 0.02 0.14 -raciales racial ADJ f p 3.08 1.35 0.71 0.47 -raciaux racial ADJ m p 3.08 1.35 0.22 0.20 -racinait raciner VER 0.00 0.34 0.00 0.07 ind:imp:3s; -racine racine NOM f s 12.53 31.96 5.17 11.01 -raciner raciner VER 0.00 0.34 0.00 0.07 inf; -racines racine NOM f p 12.53 31.96 7.36 20.95 -racingman racingman NOM m s 0.00 0.07 0.00 0.07 -racinienne racinien ADJ f s 0.00 0.20 0.00 0.07 -raciniennes racinien ADJ f p 0.00 0.20 0.00 0.07 -raciniens racinien ADJ m p 0.00 0.20 0.00 0.07 -racinée raciner VER f s 0.00 0.34 0.00 0.07 par:pas; -racinées raciner VER f p 0.00 0.34 0.00 0.07 par:pas; -racinés raciner VER m p 0.00 0.34 0.00 0.07 par:pas; -racisme racisme NOM m s 2.09 2.97 2.09 2.77 -racismes racisme NOM m p 2.09 2.97 0.00 0.20 -raciste raciste ADJ s 4.97 3.45 3.89 2.03 -racistes raciste NOM p 3.54 2.70 1.18 1.28 -rack rack NOM m s 0.25 0.07 0.25 0.07 -racket racket NOM m s 2.33 0.68 2.07 0.68 -rackets racket NOM m p 2.33 0.68 0.27 0.00 -rackette racketter VER 0.23 0.00 0.05 0.00 ind:pre:3s; -racketter racketter VER 0.23 0.00 0.16 0.00 inf; -racketteur racketteur NOM m s 0.22 0.00 0.22 0.00 -rackettez racketter VER 0.23 0.00 0.01 0.00 ind:pre:2p; -rackettons racketter VER 0.23 0.00 0.01 0.00 ind:pre:1p; -racketté racketter VER m s 0.23 0.00 0.01 0.00 par:pas; -racla racler VER 1.36 12.50 0.00 1.89 ind:pas:3s; -raclages raclage NOM m p 0.00 0.07 0.00 0.07 -raclaient racler VER 1.36 12.50 0.00 0.54 ind:imp:3p; -raclais racler VER 1.36 12.50 0.01 0.20 ind:imp:1s; -raclait racler VER 1.36 12.50 0.04 2.09 ind:imp:3s; -raclant racler VER 1.36 12.50 0.06 1.49 par:pre; -raclante raclant ADJ f s 0.00 0.27 0.00 0.07 -racle racler VER 1.36 12.50 0.26 1.55 imp:pre:2s;ind:pre:1s;ind:pre:3s; -raclement raclement NOM m s 0.07 2.09 0.07 1.15 -raclements raclement NOM m p 0.07 2.09 0.00 0.95 -raclent racler VER 1.36 12.50 0.02 0.61 ind:pre:3p; -racler racler VER 1.36 12.50 0.51 2.03 inf; -raclerai racler VER 1.36 12.50 0.01 0.00 ind:fut:1s; -racleras racler VER 1.36 12.50 0.01 0.00 ind:fut:2s; -racles racler VER 1.36 12.50 0.01 0.07 ind:pre:2s; -raclette raclette NOM f s 1.13 0.81 1.13 0.81 -racleur racleur NOM m s 0.04 0.00 0.03 0.00 -racleuse racleur NOM f s 0.04 0.00 0.01 0.00 -racloir racloir NOM m s 0.25 0.07 0.25 0.07 -raclons raclon NOM m p 0.01 0.07 0.01 0.07 -raclèrent racler VER 1.36 12.50 0.00 0.20 ind:pas:3p; -raclé racler VER m s 1.36 12.50 0.43 0.95 par:pas; -raclée raclée NOM f s 6.88 3.24 6.43 2.57 -raclées raclée NOM f p 6.88 3.24 0.45 0.68 -raclure raclure NOM f s 1.73 1.49 1.48 0.88 -raclures raclure NOM f p 1.73 1.49 0.25 0.61 -raclés racler VER m p 1.36 12.50 0.00 0.20 par:pas; -racolage racolage NOM m s 0.57 0.61 0.57 0.54 -racolages racolage NOM m p 0.57 0.61 0.00 0.07 -racolaient racoler VER 0.59 1.42 0.00 0.07 ind:imp:3p; -racolais racoler VER 0.59 1.42 0.00 0.07 ind:imp:1s; -racolait racoler VER 0.59 1.42 0.07 0.20 ind:imp:3s; -racolant racoler VER 0.59 1.42 0.01 0.07 par:pre; -racole racoler VER 0.59 1.42 0.12 0.14 ind:pre:1s;ind:pre:3s; -racolent racoler VER 0.59 1.42 0.02 0.14 ind:pre:3p; -racoler racoler VER 0.59 1.42 0.16 0.54 inf; -racoles racoler VER 0.59 1.42 0.06 0.07 ind:pre:2s; -racoleur racoleur ADJ m s 0.33 0.41 0.15 0.20 -racoleurs racoleur NOM m p 0.09 0.14 0.03 0.07 -racoleuse racoleur ADJ f s 0.33 0.41 0.05 0.07 -racoleuses racoleur ADJ f p 0.33 0.41 0.12 0.14 -racolé racoler VER m s 0.59 1.42 0.16 0.14 par:pas; -raconta raconter VER 253.84 261.89 1.08 18.04 ind:pas:3s; -racontable racontable ADJ f s 0.12 0.20 0.10 0.14 -racontables racontable ADJ f p 0.12 0.20 0.02 0.07 -racontai raconter VER 253.84 261.89 0.26 3.11 ind:pas:1s; -racontaient raconter VER 253.84 261.89 1.05 4.05 ind:imp:3p; -racontais raconter VER 253.84 261.89 2.41 5.00 ind:imp:1s;ind:imp:2s; -racontait raconter VER 253.84 261.89 4.50 29.46 ind:imp:3s; -racontant raconter VER 253.84 261.89 0.93 6.15 par:pre; -racontar racontar NOM m s 1.11 2.23 0.02 0.47 -racontars racontar NOM m p 1.11 2.23 1.08 1.76 -racontas raconter VER 253.84 261.89 0.00 0.07 ind:pas:2s; -raconte raconter VER 253.84 261.89 78.06 54.12 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -racontent raconter VER 253.84 261.89 4.32 6.35 ind:pre:3p;sub:pre:3p; -raconter raconter VER 253.84 261.89 57.79 64.86 inf;; -racontera raconter VER 253.84 261.89 2.02 1.82 ind:fut:3s; -raconterai raconter VER 253.84 261.89 6.80 5.07 ind:fut:1s; -raconteraient raconter VER 253.84 261.89 0.03 0.20 cnd:pre:3p; -raconterais raconter VER 253.84 261.89 0.63 0.54 cnd:pre:1s;cnd:pre:2s; -raconterait raconter VER 253.84 261.89 0.08 2.09 cnd:pre:3s; -raconteras raconter VER 253.84 261.89 3.19 1.28 ind:fut:2s; -raconterez raconter VER 253.84 261.89 0.96 0.95 ind:fut:2p; -raconterons raconter VER 253.84 261.89 0.14 0.14 ind:fut:1p; -raconteront raconter VER 253.84 261.89 0.13 0.07 ind:fut:3p; -racontes raconter VER 253.84 261.89 34.95 7.23 ind:pre:1p;ind:pre:2s;sub:pre:2s; -raconteur raconteur NOM m s 0.18 0.14 0.17 0.00 -raconteuse raconteur NOM f s 0.18 0.14 0.01 0.14 -racontez raconter VER 253.84 261.89 17.02 5.74 imp:pre:2p;ind:pre:2p; -racontiez raconter VER 253.84 261.89 0.45 0.61 ind:imp:2p; -racontions raconter VER 253.84 261.89 0.04 0.47 ind:imp:1p; -racontons raconter VER 253.84 261.89 0.47 0.27 imp:pre:1p;ind:pre:1p; -racontât raconter VER 253.84 261.89 0.00 0.07 sub:imp:3s; -racontèrent raconter VER 253.84 261.89 0.03 1.22 ind:pas:3p; -raconté raconter VER m s 253.84 261.89 33.87 38.18 par:pas; -racontée raconter VER f s 253.84 261.89 1.93 2.91 par:pas; -racontées raconter VER f p 253.84 261.89 0.49 1.22 par:pas; -racontés raconter VER m p 253.84 261.89 0.24 0.61 par:pas; -racorni racornir VER m s 0.59 3.45 0.40 1.15 par:pas; -racornie racornir VER f s 0.59 3.45 0.02 0.95 par:pas; -racornies racornir VER f p 0.59 3.45 0.00 0.54 par:pas; -racornir racornir VER 0.59 3.45 0.02 0.07 inf; -racornis racornir VER m p 0.59 3.45 0.00 0.41 par:pas; -racornissait racornir VER 0.59 3.45 0.00 0.14 ind:imp:3s; -racornissent racornir VER 0.59 3.45 0.14 0.07 ind:pre:3p; -racornit racornir VER 0.59 3.45 0.01 0.14 ind:pre:3s;ind:pas:3s; -racé racé ADJ m s 0.07 1.69 0.03 0.81 -racée racé ADJ f s 0.07 1.69 0.01 0.68 -racés racé ADJ m p 0.07 1.69 0.03 0.20 -rad rad NOM m s 0.20 0.07 0.18 0.07 -radôme radôme NOM m s 0.01 0.00 0.01 0.00 -rada rader VER 0.47 0.61 0.02 0.00 ind:pas:3s; -radada radada NOM m s 0.00 0.07 0.00 0.07 -radar radar NOM m s 10.36 2.70 8.05 1.96 -radars radar NOM m p 10.36 2.70 2.31 0.74 -radasse rader VER 0.47 0.61 0.30 0.54 sub:imp:1s; -radasses rader VER 0.47 0.61 0.01 0.07 sub:imp:2s; -rade rade NOM f s 2.33 10.88 2.18 9.26 -radeau_radar radeau_radar NOM m s 0.00 0.07 0.00 0.07 -radeau radeau NOM m s 3.27 5.20 2.97 4.32 -radeaux radeau NOM m p 3.27 5.20 0.30 0.88 -rader rader VER 0.47 0.61 0.14 0.00 inf; -rades rade NOM f p 2.33 10.88 0.16 1.62 -radeuse radeuse NOM f s 0.00 0.34 0.00 0.27 -radeuses radeuse NOM f p 0.00 0.34 0.00 0.07 -radial radial ADJ m s 0.34 0.34 0.12 0.00 -radiale radial ADJ f s 0.34 0.34 0.19 0.27 -radiales radial ADJ f p 0.34 0.34 0.01 0.07 -radiant radiant NOM m s 0.02 0.00 0.02 0.00 -radiante radiant ADJ f s 0.02 0.14 0.01 0.07 -radiateur radiateur NOM m s 3.65 7.43 3.02 6.35 -radiateurs radiateur NOM m p 3.65 7.43 0.63 1.08 -radiation radiation NOM f s 6.89 0.74 2.71 0.34 -radiations radiation NOM f p 6.89 0.74 4.17 0.41 -radiative radiatif ADJ f s 0.01 0.00 0.01 0.00 -radiaux radial ADJ m p 0.34 0.34 0.02 0.00 -radical_socialisme radical_socialisme NOM m s 0.00 0.27 0.00 0.27 -radical_socialiste radical_socialiste ADJ m s 0.00 0.34 0.00 0.34 -radical radical ADJ m s 6.25 8.11 2.96 3.51 -radicale_socialiste radicale_socialiste NOM f s 0.00 0.20 0.00 0.20 -radicale radical ADJ f s 6.25 8.11 1.75 2.57 -radicalement radicalement ADV 0.99 3.65 0.99 3.65 -radicales radical ADJ f p 6.25 8.11 0.33 0.27 -radicalisation radicalisation NOM f s 0.10 0.14 0.10 0.14 -radicaliser radicaliser VER 0.02 0.00 0.01 0.00 inf; -radicalisme radicalisme NOM m s 0.02 0.47 0.02 0.47 -radicalisé radicaliser VER m s 0.02 0.00 0.01 0.00 par:pas; -radical_socialiste radical_socialiste NOM m p 0.00 0.34 0.00 0.27 -radicaux radical ADJ m p 6.25 8.11 1.22 1.76 -radicelles radicelle NOM f p 0.00 0.74 0.00 0.74 -radiculaire radiculaire ADJ s 0.16 0.07 0.16 0.07 -radicule radicule NOM f s 0.01 0.07 0.01 0.00 -radicules radicule NOM f p 0.01 0.07 0.00 0.07 -radier radier VER 1.33 0.27 0.20 0.07 inf; -radiers radier NOM m p 0.03 0.14 0.00 0.14 -radiesthésiste radiesthésiste NOM s 0.14 0.00 0.14 0.00 -radieuse radieux ADJ f s 3.88 12.09 1.47 4.39 -radieusement radieusement ADV 0.01 0.20 0.01 0.20 -radieuses radieux ADJ f p 3.88 12.09 0.22 1.15 -radieux radieux ADJ m 3.88 12.09 2.19 6.55 -radin radin ADJ m s 3.51 1.55 2.69 1.28 -radinait radiner VER 0.29 2.03 0.00 0.20 ind:imp:3s; -radine radin ADJ f s 3.51 1.55 0.50 0.20 -radinent radiner VER 0.29 2.03 0.01 0.47 ind:pre:3p; -radiner radiner VER 0.29 2.03 0.09 0.20 inf; -radinerie radinerie NOM f s 0.02 0.07 0.02 0.07 -radines radin NOM f p 1.10 0.34 0.10 0.00 -radinez radiner VER 0.29 2.03 0.00 0.07 imp:pre:2p; -radins radin ADJ m p 3.51 1.55 0.31 0.07 -radiné radiner VER m s 0.29 2.03 0.14 0.41 par:pas; -radinée radiner VER f s 0.29 2.03 0.02 0.07 par:pas; -radio_isotope radio_isotope NOM m s 0.04 0.00 0.04 0.00 -radio_réveil radio_réveil NOM m s 0.10 0.14 0.10 0.14 -radio_taxi radio_taxi NOM m s 0.14 0.07 0.14 0.07 -radio radio NOM s 78.23 55.00 71.31 50.54 -radioactif radioactif ADJ m s 2.65 0.68 1.11 0.47 -radioactifs radioactif ADJ m p 2.65 0.68 0.54 0.07 -radioactive radioactif ADJ f s 2.65 0.68 0.65 0.07 -radioactives radioactif ADJ f p 2.65 0.68 0.35 0.07 -radioactivité radioactivité NOM f s 0.86 0.07 0.86 0.07 -radioamateur radioamateur NOM m s 0.01 0.00 0.01 0.00 -radioastronome radioastronome NOM s 0.01 0.00 0.01 0.00 -radiobalisage radiobalisage NOM m s 0.01 0.00 0.01 0.00 -radiobalise radiobalise NOM f s 0.07 0.00 0.07 0.00 -radiocassette radiocassette NOM f s 0.02 0.00 0.02 0.00 -radiodiffusion radiodiffusion NOM f s 0.01 0.14 0.01 0.14 -radiodiffusé radiodiffuser VER m s 0.03 0.68 0.03 0.47 par:pas; -radiodiffusée radiodiffuser VER f s 0.03 0.68 0.00 0.14 par:pas; -radiodiffusées radiodiffuser VER f p 0.03 0.68 0.00 0.07 par:pas; -radiogoniomètre radiogoniomètre NOM m s 0.01 0.00 0.01 0.00 -radiogoniométrique radiogoniométrique ADJ s 0.10 0.00 0.10 0.00 -radiogramme radiogramme NOM m s 0.11 0.07 0.11 0.00 -radiogrammes radiogramme NOM m p 0.11 0.07 0.00 0.07 -radiographiant radiographier VER 0.10 0.34 0.00 0.07 par:pre; -radiographie radiographie NOM f s 0.93 0.88 0.79 0.34 -radiographient radiographier VER 0.10 0.34 0.00 0.07 ind:pre:3p; -radiographier radiographier VER 0.10 0.34 0.04 0.07 inf; -radiographies radiographie NOM f p 0.93 0.88 0.14 0.54 -radiographique radiographique ADJ f s 0.01 0.00 0.01 0.00 -radiographié radiographier VER m s 0.10 0.34 0.03 0.07 par:pas; -radiographiée radiographier VER f s 0.10 0.34 0.01 0.00 par:pas; -radiographiés radiographier VER m p 0.10 0.34 0.00 0.07 par:pas; -radioguidage radioguidage NOM m s 0.02 0.07 0.02 0.07 -radioguidera radioguider VER 0.01 0.00 0.01 0.00 ind:fut:3s; -radiologie radiologie NOM f s 1.16 0.07 1.16 0.07 -radiologique radiologique ADJ f s 0.09 0.07 0.09 0.00 -radiologiques radiologique ADJ f p 0.09 0.07 0.00 0.07 -radiologiste radiologiste NOM s 0.05 0.00 0.05 0.00 -radiologue radiologue NOM s 0.55 0.27 0.51 0.20 -radiologues radiologue NOM p 0.55 0.27 0.04 0.07 -radiomètre radiomètre NOM m s 0.01 0.07 0.01 0.00 -radiomètres radiomètre NOM m p 0.01 0.07 0.00 0.07 -radiométrie radiométrie NOM f s 0.01 0.00 0.01 0.00 -radiophare radiophare NOM m s 0.01 0.07 0.01 0.07 -radiophonie radiophonie NOM f s 0.00 0.27 0.00 0.27 -radiophonique radiophonique ADJ s 0.78 1.49 0.76 0.68 -radiophoniques radiophonique ADJ p 0.78 1.49 0.02 0.81 -radioréveil radioréveil NOM m s 0.01 0.00 0.01 0.00 -radios radio NOM p 78.23 55.00 6.92 4.46 -radioscopie radioscopie NOM f s 0.03 0.14 0.03 0.14 -radioscopique radioscopique ADJ f s 0.01 0.07 0.01 0.00 -radioscopiques radioscopique ADJ p 0.01 0.07 0.00 0.07 -radiosonde radiosonde NOM f s 0.01 0.00 0.01 0.00 -radiothérapie radiothérapie NOM f s 0.21 0.00 0.21 0.00 -radiotélescope radiotélescope NOM m s 0.10 0.00 0.09 0.00 -radiotélescopes radiotélescope NOM m p 0.10 0.00 0.01 0.00 -radiotélégraphie radiotélégraphie NOM f s 0.00 0.07 0.00 0.07 -radiotélégraphiste radiotélégraphiste NOM s 0.00 0.14 0.00 0.14 -radiotéléphone radiotéléphone NOM m s 0.03 0.00 0.02 0.00 -radiotéléphones radiotéléphone NOM m p 0.03 0.00 0.01 0.00 -radiotéléphonie radiotéléphonie NOM f s 0.10 0.00 0.10 0.00 -radiotéléphonique radiotéléphonique ADJ s 0.01 0.00 0.01 0.00 -radioélectrique radioélectrique ADJ s 0.01 0.00 0.01 0.00 -radioélément radioélément NOM m s 0.01 0.00 0.01 0.00 -radis radis NOM m 1.81 3.11 1.81 3.11 -radié radier VER m s 1.33 0.27 0.98 0.14 par:pas; -radiée radier VER f s 1.33 0.27 0.09 0.07 par:pas; -radium radium NOM m s 0.32 0.07 0.32 0.07 -radiés radié ADJ m p 0.18 0.07 0.14 0.00 -radius radius NOM m 0.15 0.07 0.15 0.07 -radja radja NOM m s 0.00 0.07 0.00 0.07 -radjah radjah NOM m s 0.00 0.14 0.00 0.07 -radjahs radjah NOM m p 0.00 0.14 0.00 0.07 -radon radon NOM m s 0.07 0.00 0.07 0.00 -radotage radotage NOM m s 0.36 0.81 0.28 0.34 -radotages radotage NOM m p 0.36 0.81 0.09 0.47 -radotait radoter VER 2.04 2.30 0.00 0.41 ind:imp:3s; -radotant radoter VER 2.04 2.30 0.03 0.27 par:pre; -radote radoter VER 2.04 2.30 0.69 0.68 imp:pre:2s;ind:pre:1s;ind:pre:3s; -radotent radoter VER 2.04 2.30 0.04 0.34 ind:pre:3p; -radoter radoter VER 2.04 2.30 0.59 0.41 inf; -radotes radoter VER 2.04 2.30 0.60 0.07 ind:pre:2s; -radoteur radoteur NOM m s 0.22 0.27 0.21 0.07 -radoteurs radoteur NOM m p 0.22 0.27 0.01 0.07 -radoteuses radoteur NOM f p 0.22 0.27 0.00 0.14 -radotez radoter VER 2.04 2.30 0.10 0.00 ind:pre:2p; -radoté radoter VER m s 2.04 2.30 0.00 0.14 par:pas; -radoub radoub NOM m s 0.03 0.41 0.03 0.41 -radoubait radouber VER 0.11 0.14 0.00 0.07 ind:imp:3s; -radouber radouber VER 0.11 0.14 0.11 0.07 inf; -radoubeur radoubeur NOM m s 0.00 0.07 0.00 0.07 -radouci radoucir VER m s 0.29 2.09 0.12 0.54 par:pas; -radoucie radoucir VER f s 0.29 2.09 0.03 0.61 par:pas; -radoucir radoucir VER 0.29 2.09 0.07 0.00 inf; -radouciraient radoucir VER 0.29 2.09 0.00 0.07 cnd:pre:3p; -radoucis radoucir VER m p 0.29 2.09 0.04 0.14 ind:pre:1s;ind:pre:2s;par:pas; -radoucissais radoucir VER 0.29 2.09 0.00 0.07 ind:imp:1s; -radoucissait radoucir VER 0.29 2.09 0.00 0.07 ind:imp:3s; -radoucissement radoucissement NOM m s 0.00 0.07 0.00 0.07 -radoucit radoucir VER 0.29 2.09 0.03 0.61 ind:pre:3s;ind:pas:3s; -rads rad NOM m p 0.20 0.07 0.02 0.00 -rafa rafer VER 2.44 0.00 2.11 0.00 ind:pas:3s; -rafale rafale NOM f s 1.59 19.46 0.79 8.85 -rafales rafale NOM f p 1.59 19.46 0.81 10.61 -rafe rafer VER 2.44 0.00 0.33 0.00 imp:pre:2s; -raff raff NOM m s 0.09 0.00 0.09 0.00 -raffermi raffermir VER m s 0.23 1.82 0.01 0.14 par:pas; -raffermie raffermir VER f s 0.23 1.82 0.01 0.27 par:pas; -raffermir raffermir VER 0.23 1.82 0.18 0.68 inf; -raffermira raffermir VER 0.23 1.82 0.03 0.00 ind:fut:3s; -raffermis raffermir VER m p 0.23 1.82 0.00 0.07 par:pas; -raffermissait raffermir VER 0.23 1.82 0.00 0.20 ind:imp:3s; -raffermissent raffermir VER 0.23 1.82 0.00 0.07 ind:pre:3p; -raffermit raffermir VER 0.23 1.82 0.00 0.41 ind:pre:3s;ind:pas:3s; -raffinage raffinage NOM m s 0.01 0.07 0.01 0.07 -raffinait raffiner VER 1.06 2.03 0.00 0.14 ind:imp:3s; -raffinant raffiner VER 1.06 2.03 0.00 0.20 par:pre; -raffine raffiner VER 1.06 2.03 0.05 0.20 imp:pre:2s;ind:pre:3s; -raffinement raffinement NOM m s 0.89 7.36 0.73 5.07 -raffinements raffinement NOM m p 0.89 7.36 0.16 2.30 -raffiner raffiner VER 1.06 2.03 0.06 0.20 inf; -raffinerie raffinerie NOM f s 0.85 1.01 0.73 0.88 -raffineries raffinerie NOM f p 0.85 1.01 0.12 0.14 -raffineur raffineur NOM m s 0.03 0.00 0.03 0.00 -raffiné raffiné ADJ m s 4.34 6.15 1.80 2.70 -raffinée raffiné ADJ f s 4.34 6.15 1.23 1.55 -raffinées raffiné ADJ f p 4.34 6.15 0.33 0.61 -raffinés raffiné ADJ m p 4.34 6.15 0.97 1.28 -raffolaient raffoler VER 3.16 3.85 0.01 0.14 ind:imp:3p; -raffolais raffoler VER 3.16 3.85 0.02 0.20 ind:imp:1s; -raffolait raffoler VER 3.16 3.85 0.19 1.62 ind:imp:3s; -raffolant raffoler VER 3.16 3.85 0.01 0.00 par:pre; -raffole raffoler VER 3.16 3.85 1.65 0.74 imp:pre:2s;ind:pre:1s;ind:pre:3s; -raffolent raffoler VER 3.16 3.85 0.94 0.68 ind:pre:3p; -raffoler raffoler VER 3.16 3.85 0.05 0.27 inf; -raffoleront raffoler VER 3.16 3.85 0.01 0.07 ind:fut:3p; -raffoles raffoler VER 3.16 3.85 0.23 0.07 ind:pre:2s; -raffolez raffoler VER 3.16 3.85 0.04 0.00 ind:pre:2p; -raffoliez raffoler VER 3.16 3.85 0.00 0.07 ind:imp:2p; -raffolé raffoler VER m s 3.16 3.85 0.02 0.00 par:pas; -raffut raffut NOM m s 1.56 1.69 1.56 1.49 -raffuts raffut NOM m p 1.56 1.69 0.01 0.20 -rafiau rafiau NOM m s 0.00 0.07 0.00 0.07 -rafiot rafiot NOM m s 1.08 1.42 0.91 1.22 -rafiots rafiot NOM m p 1.08 1.42 0.17 0.20 -rafistola rafistoler VER 0.61 3.31 0.00 0.20 ind:pas:3s; -rafistolage rafistolage NOM m s 0.05 0.27 0.04 0.14 -rafistolages rafistolage NOM m p 0.05 0.27 0.01 0.14 -rafistolaient rafistoler VER 0.61 3.31 0.00 0.27 ind:imp:3p; -rafistolais rafistoler VER 0.61 3.31 0.01 0.07 ind:imp:1s; -rafistolait rafistoler VER 0.61 3.31 0.01 0.27 ind:imp:3s; -rafistole rafistoler VER 0.61 3.31 0.19 0.27 imp:pre:2s;ind:pre:1s;ind:pre:3s; -rafistoler rafistoler VER 0.61 3.31 0.12 0.34 inf; -rafistolez rafistoler VER 0.61 3.31 0.05 0.00 imp:pre:2p;ind:pre:2p; -rafistolé rafistoler VER m s 0.61 3.31 0.13 0.74 par:pas; -rafistolée rafistoler VER f s 0.61 3.31 0.04 0.54 par:pas; -rafistolées rafistoler VER f p 0.61 3.31 0.04 0.20 par:pas; -rafistolés rafistoler VER m p 0.61 3.31 0.01 0.41 par:pas; -rafla rafler VER 3.56 5.20 0.01 0.41 ind:pas:3s; -raflais rafler VER 3.56 5.20 0.01 0.14 ind:imp:1s; -raflait rafler VER 3.56 5.20 0.05 0.27 ind:imp:3s; -raflant rafler VER 3.56 5.20 0.01 0.20 par:pre; -rafle rafle NOM f s 1.23 3.11 0.78 1.96 -raflent rafler VER 3.56 5.20 0.41 0.07 ind:pre:3p; -rafler rafler VER 3.56 5.20 0.81 1.42 inf; -raflera rafler VER 3.56 5.20 0.06 0.07 ind:fut:3s; -raflerai rafler VER 3.56 5.20 0.02 0.00 ind:fut:1s; -raflerait rafler VER 3.56 5.20 0.02 0.07 cnd:pre:3s; -rafles rafle NOM f p 1.23 3.11 0.46 1.15 -raflez rafler VER 3.56 5.20 0.04 0.00 imp:pre:2p;ind:pre:2p; -raflé rafler VER m s 3.56 5.20 1.09 1.49 par:pas; -raflée rafler VER f s 3.56 5.20 0.16 0.07 par:pas; -raflées rafler VER f p 3.56 5.20 0.03 0.14 par:pas; -raflés rafler VER m p 3.56 5.20 0.00 0.27 par:pas; -rafraîchi rafraîchir VER m s 8.94 10.41 0.44 1.01 par:pas; -rafraîchie rafraîchir VER f s 8.94 10.41 0.04 0.47 par:pas; -rafraîchies rafraîchir VER f p 8.94 10.41 0.00 0.27 par:pas; -rafraîchir rafraîchir VER 8.94 10.41 4.61 4.19 inf; -rafraîchira rafraîchir VER 8.94 10.41 0.25 0.14 ind:fut:3s; -rafraîchirais rafraîchir VER 8.94 10.41 0.01 0.00 cnd:pre:1s; -rafraîchirait rafraîchir VER 8.94 10.41 0.06 0.07 cnd:pre:3s; -rafraîchirent rafraîchir VER 8.94 10.41 0.00 0.07 ind:pas:3p; -rafraîchiront rafraîchir VER 8.94 10.41 0.04 0.00 ind:fut:3p; -rafraîchis rafraîchir VER m p 8.94 10.41 0.90 0.68 imp:pre:2s;ind:pre:1s;ind:pre:2s;par:pas; -rafraîchissaient rafraîchir VER 8.94 10.41 0.00 0.34 ind:imp:3p; -rafraîchissais rafraîchir VER 8.94 10.41 0.14 0.14 ind:imp:1s;ind:imp:2s; -rafraîchissait rafraîchir VER 8.94 10.41 0.02 1.08 ind:imp:3s; -rafraîchissant rafraîchissant ADJ m s 0.72 2.16 0.50 1.08 -rafraîchissante rafraîchissant ADJ f s 0.72 2.16 0.16 0.47 -rafraîchissantes rafraîchissant ADJ f p 0.72 2.16 0.03 0.34 -rafraîchissants rafraîchissant ADJ m p 0.72 2.16 0.02 0.27 -rafraîchisse rafraîchir VER 8.94 10.41 0.49 0.14 sub:pre:1s;sub:pre:3s; -rafraîchissement rafraîchissement NOM m s 2.48 1.62 1.39 0.54 -rafraîchissements rafraîchissement NOM m p 2.48 1.62 1.09 1.08 -rafraîchissent rafraîchir VER 8.94 10.41 0.01 0.14 ind:pre:3p; -rafraîchisseur rafraîchisseur NOM m s 0.00 0.07 0.00 0.07 -rafraîchissez rafraîchir VER 8.94 10.41 0.19 0.00 imp:pre:2p;ind:pre:2p; -rafraîchissoir rafraîchissoir NOM m s 0.00 1.28 0.00 1.01 -rafraîchissoirs rafraîchissoir NOM m p 0.00 1.28 0.00 0.27 -rafraîchissons rafraîchir VER 8.94 10.41 0.12 0.00 imp:pre:1p; -rafraîchit rafraîchir VER 8.94 10.41 1.50 1.35 ind:pre:3s;ind:pas:3s; -raft raft NOM m s 0.10 0.07 0.10 0.07 -rafting rafting NOM m s 0.22 0.00 0.22 0.00 -rag rag NOM m s 0.01 0.00 0.01 0.00 -raga raga NOM m s 0.10 0.00 0.10 0.00 -ragaillardi ragaillardir VER m s 0.06 2.57 0.01 1.35 par:pas; -ragaillardie ragaillardir VER f s 0.06 2.57 0.00 0.27 par:pas; -ragaillardir ragaillardir VER 0.06 2.57 0.02 0.07 inf; -ragaillardira ragaillardir VER 0.06 2.57 0.00 0.07 ind:fut:3s; -ragaillardirait ragaillardir VER 0.06 2.57 0.00 0.07 cnd:pre:3s; -ragaillardis ragaillardir VER m p 0.06 2.57 0.02 0.20 ind:pas:2s;par:pas; -ragaillardissaient ragaillardir VER 0.06 2.57 0.00 0.07 ind:imp:3p; -ragaillardisse ragaillardir VER 0.06 2.57 0.00 0.07 sub:pre:1s; -ragaillardit ragaillardir VER 0.06 2.57 0.00 0.41 ind:pre:3s;ind:pas:3s; -rage rage NOM f s 15.97 45.34 15.54 44.12 -ragea rager VER 0.71 2.64 0.00 0.81 ind:pas:3s; -rageaient rager VER 0.71 2.64 0.00 0.14 ind:imp:3p; -rageais rager VER 0.71 2.64 0.01 0.20 ind:imp:1s; -rageait rager VER 0.71 2.64 0.02 0.54 ind:imp:3s; -rageant rageant ADJ m s 0.25 0.20 0.25 0.20 -ragent rager VER 0.71 2.64 0.02 0.00 ind:pre:3p; -rager rager VER 0.71 2.64 0.09 0.27 inf; -rages rage NOM f p 15.97 45.34 0.44 1.22 -rageur rageur ADJ m s 0.07 9.26 0.05 4.46 -rageurs rageur ADJ m p 0.07 9.26 0.01 1.62 -rageuse rageur ADJ f s 0.07 9.26 0.01 2.57 -rageusement rageusement ADV 0.03 5.61 0.03 5.61 -rageuses rageur ADJ f p 0.07 9.26 0.00 0.61 -ragez rager VER 0.71 2.64 0.02 0.00 imp:pre:2p;ind:pre:2p; -raglan raglan NOM m s 0.00 0.54 0.00 0.47 -raglans raglan NOM m p 0.00 0.54 0.00 0.07 -ragnagnas ragnagnas NOM m p 0.21 0.07 0.21 0.07 -ragoût ragoût NOM m s 3.44 4.46 3.37 3.65 -ragoûtant ragoûtant ADJ m s 0.08 1.22 0.04 0.61 -ragoûtante ragoûtant ADJ f s 0.08 1.22 0.01 0.14 -ragoûtantes ragoûtant ADJ f p 0.08 1.22 0.01 0.20 -ragoûtants ragoûtant ADJ m p 0.08 1.22 0.01 0.27 -ragoûts ragoût NOM m p 3.44 4.46 0.07 0.81 -ragondins ragondin NOM m p 0.28 0.14 0.28 0.14 -ragot ragot NOM m s 5.67 4.32 0.07 0.54 -ragota ragoter VER 0.04 0.27 0.00 0.07 ind:pas:3s; -ragotait ragoter VER 0.04 0.27 0.00 0.07 ind:imp:3s; -ragote ragoter VER 0.04 0.27 0.01 0.00 ind:pre:3s; -ragoter ragoter VER 0.04 0.27 0.03 0.14 inf; -ragots ragot NOM m p 5.67 4.32 5.60 3.78 -ragougnasse ragougnasse NOM f s 0.23 0.14 0.23 0.07 -ragougnasses ragougnasse NOM f p 0.23 0.14 0.00 0.07 -ragrafait ragrafer VER 0.00 0.20 0.00 0.07 ind:imp:3s; -ragrafant ragrafer VER 0.00 0.20 0.00 0.07 par:pre; -ragrafe ragrafer VER 0.00 0.20 0.00 0.07 ind:pre:1s; -ragtime ragtime NOM m s 0.13 0.00 0.13 0.00 -rahat_lokoum rahat_lokoum NOM m s 0.00 0.47 0.00 0.41 -rahat_lokoum rahat_lokoum NOM m p 0.00 0.47 0.00 0.07 -rahat_loukoum rahat_loukoum NOM m p 0.00 0.07 0.00 0.07 -rai rai NOM m s 2.50 5.41 1.57 3.31 -raid raid NOM m s 3.98 2.84 2.82 1.62 -raide raide ADJ s 7.76 39.39 6.61 24.53 -raidement raidement ADV 0.00 0.14 0.00 0.14 -raider raider NOM m s 1.57 0.41 0.90 0.00 -raiders raider NOM m p 1.57 0.41 0.67 0.41 -raides raide ADJ p 7.76 39.39 1.15 14.86 -raideur raideur NOM f s 0.62 7.03 0.62 7.03 -raidi raidir VER m s 0.57 19.59 0.03 3.04 par:pas; -raidie raidir VER f s 0.57 19.59 0.00 2.09 par:pas; -raidies raidir VER f p 0.57 19.59 0.01 1.49 par:pas; -raidillon raidillon NOM m s 0.00 4.12 0.00 3.31 -raidillons raidillon NOM m p 0.00 4.12 0.00 0.81 -raidir raidir VER 0.57 19.59 0.17 1.55 inf; -raidirent raidir VER 0.57 19.59 0.00 0.20 ind:pas:3p; -raidis raidir VER m p 0.57 19.59 0.03 2.23 imp:pre:2s;ind:pre:1s;ind:pre:2s;par:pas; -raidissaient raidir VER 0.57 19.59 0.00 0.27 ind:imp:3p; -raidissais raidir VER 0.57 19.59 0.00 0.20 ind:imp:1s; -raidissait raidir VER 0.57 19.59 0.00 1.49 ind:imp:3s; -raidissant raidir VER 0.57 19.59 0.00 0.68 par:pre; -raidisse raidir VER 0.57 19.59 0.01 0.34 sub:pre:1s;sub:pre:3s; -raidissement raidissement NOM m s 0.00 0.61 0.00 0.47 -raidissements raidissement NOM m p 0.00 0.61 0.00 0.14 -raidissent raidir VER 0.57 19.59 0.04 0.41 ind:pre:3p; -raidissez raidir VER 0.57 19.59 0.02 0.07 imp:pre:2p;ind:pre:2p; -raidit raidir VER 0.57 19.59 0.27 5.54 ind:pre:3s;ind:pas:3s; -raids raid NOM m p 3.98 2.84 1.16 1.22 -raie raie NOM f s 2.49 11.01 1.71 7.50 -raient rayer VER 7.42 11.22 0.00 0.27 ind:pre:3p; -raies raie NOM f p 2.49 11.01 0.78 3.51 -raifort raifort NOM m s 0.21 0.27 0.21 0.27 -rail rail NOM m s 9.31 16.22 1.70 2.50 -railla railler VER 2.77 3.31 0.00 0.61 ind:pas:3s; -raillaient railler VER 2.77 3.31 0.00 0.27 ind:imp:3p; -raillait railler VER 2.77 3.31 0.03 0.20 ind:imp:3s; -raillant railler VER 2.77 3.31 0.34 0.07 par:pre; -raille railler VER 2.77 3.31 0.38 0.20 imp:pre:2s;ind:pre:1s;ind:pre:3s; -railler railler VER 2.77 3.31 0.70 0.88 inf; -raillera railler VER 2.77 3.31 0.01 0.00 ind:fut:3s; -raillerai railler VER 2.77 3.31 0.01 0.00 ind:fut:1s; -raillerie raillerie NOM f s 0.90 3.04 0.54 1.15 -railleries raillerie NOM f p 0.90 3.04 0.36 1.89 -railleur railleur NOM m s 0.17 0.14 0.16 0.07 -railleurs railleur NOM m p 0.17 0.14 0.01 0.07 -railleuse railleur ADJ f s 0.04 1.89 0.01 0.54 -railleuses railleur ADJ f p 0.04 1.89 0.00 0.07 -raillez railler VER 2.77 3.31 0.47 0.20 imp:pre:2p;ind:pre:2p; -raillèrent railler VER 2.77 3.31 0.00 0.14 ind:pas:3p; -raillé railler VER m s 2.77 3.31 0.81 0.61 par:pas; -raillée railler VER f s 2.77 3.31 0.02 0.00 par:pas; -raillés railler VER m p 2.77 3.31 0.00 0.14 par:pas; -rails rail NOM m p 9.31 16.22 7.61 13.72 -railway railway NOM m s 0.00 0.07 0.00 0.07 -rain rain NOM m s 1.03 0.00 1.03 0.00 -raine rainer VER 0.82 0.27 0.00 0.14 ind:pre:3s; -rainer rainer VER 0.82 0.27 0.00 0.07 inf; -raines rainer VER 0.82 0.27 0.82 0.07 ind:pre:2s; -rainette rainette NOM f s 0.04 0.88 0.04 0.41 -rainettes rainette NOM f p 0.04 0.88 0.00 0.47 -raineuse raineuse NOM f s 0.00 0.07 0.00 0.07 -rainure rainure NOM f s 0.43 3.51 0.20 1.42 -rainurer rainurer VER 0.01 0.20 0.00 0.07 inf; -rainures rainure NOM f p 0.43 3.51 0.23 2.09 -rainuré rainurer VER m s 0.01 0.20 0.01 0.00 par:pas; -rainurés rainurer VER m p 0.01 0.20 0.00 0.14 par:pas; -raiponce raiponce NOM f s 0.03 0.00 0.03 0.00 -raire raire VER 0.31 2.09 0.01 0.07 inf; -rais rai NOM m p 2.50 5.41 0.93 2.09 -raisin raisin NOM m s 9.40 9.53 5.88 4.86 -raisinets raisinet NOM m p 0.02 0.00 0.02 0.00 -raisins raisin NOM m p 9.40 9.53 3.52 4.66 -raisiné raisiné NOM m s 0.01 1.35 0.01 1.35 -raison raison NOM f s 467.94 308.78 424.28 247.50 -raisonna raisonner VER 8.72 10.27 0.00 0.47 ind:pas:3s; -raisonnable raisonnable ADJ s 28.25 23.51 25.04 19.39 -raisonnablement raisonnablement ADV 1.03 2.36 1.03 2.36 -raisonnables raisonnable ADJ p 28.25 23.51 3.21 4.12 -raisonnai raisonner VER 8.72 10.27 0.00 0.07 ind:pas:1s; -raisonnaient raisonner VER 8.72 10.27 0.00 0.14 ind:imp:3p; -raisonnais raisonner VER 8.72 10.27 0.07 0.47 ind:imp:1s; -raisonnait raisonner VER 8.72 10.27 0.01 0.81 ind:imp:3s; -raisonnant raisonner VER 8.72 10.27 0.16 0.20 par:pre; -raisonnante raisonnant ADJ f s 0.00 0.07 0.00 0.07 -raisonnassent raisonner VER 8.72 10.27 0.00 0.07 sub:imp:3p; -raisonne raisonner VER 8.72 10.27 1.50 1.49 imp:pre:2s;ind:pre:1s;ind:pre:3s; -raisonnement raisonnement NOM m s 4.16 11.35 3.69 7.91 -raisonnements raisonnement NOM m p 4.16 11.35 0.47 3.45 -raisonnent raisonner VER 8.72 10.27 0.31 0.20 ind:pre:3p; -raisonner raisonner VER 8.72 10.27 4.66 5.27 inf; -raisonnes raisonner VER 8.72 10.27 0.35 0.27 ind:pre:2s; -raisonneur raisonneur NOM m s 0.17 0.34 0.17 0.07 -raisonneurs raisonneur NOM m p 0.17 0.34 0.00 0.20 -raisonneuse raisonneur ADJ f s 0.00 0.54 0.00 0.14 -raisonnez raisonner VER 8.72 10.27 0.77 0.14 imp:pre:2p;ind:pre:2p; -raisonniez raisonner VER 8.72 10.27 0.00 0.14 ind:imp:2p; -raisonnons raisonner VER 8.72 10.27 0.47 0.20 imp:pre:1p;ind:pre:1p; -raisonné raisonné ADJ m s 0.51 0.68 0.50 0.27 -raisonnée raisonner VER f s 8.72 10.27 0.02 0.14 par:pas; -raisons raison NOM f p 467.94 308.78 43.67 61.28 -rait raire VER m s 0.31 2.09 0.29 2.03 ind:pre:3s;par:pas; -raites raire VER f p 0.31 2.09 0.01 0.00 par:pas; -raja raja NOM m s 0.03 0.00 0.03 0.00 -rajah rajah NOM m s 0.06 0.20 0.04 0.07 -rajahs rajah NOM m p 0.06 0.20 0.01 0.14 -rajeuni rajeunir VER m s 5.20 7.91 1.10 2.16 par:pas; -rajeunie rajeunir VER f s 5.20 7.91 0.20 0.88 par:pas; -rajeunies rajeunir VER f p 5.20 7.91 0.00 0.07 par:pas; -rajeunir rajeunir VER 5.20 7.91 1.26 0.88 inf; -rajeunira rajeunir VER 5.20 7.91 0.03 0.00 ind:fut:3s; -rajeunirai rajeunir VER 5.20 7.91 0.01 0.00 ind:fut:1s; -rajeunirait rajeunir VER 5.20 7.91 0.02 0.07 cnd:pre:3s; -rajeunirez rajeunir VER 5.20 7.91 0.01 0.07 ind:fut:2p; -rajeunis rajeunir VER m p 5.20 7.91 1.11 0.61 imp:pre:2s;ind:pre:1s;ind:pre:2s;par:pas; -rajeunissaient rajeunir VER 5.20 7.91 0.00 0.14 ind:imp:3p; -rajeunissais rajeunir VER 5.20 7.91 0.01 0.07 ind:imp:1s; -rajeunissait rajeunir VER 5.20 7.91 0.04 1.22 ind:imp:3s; -rajeunissant rajeunissant ADJ m s 0.04 0.00 0.02 0.00 -rajeunissante rajeunissant ADJ f s 0.04 0.00 0.02 0.00 -rajeunisse rajeunir VER 5.20 7.91 0.00 0.07 sub:pre:3s; -rajeunissement rajeunissement NOM m s 0.26 0.68 0.26 0.68 -rajeunissent rajeunir VER 5.20 7.91 0.03 0.14 ind:pre:3p; -rajeunisseurs rajeunisseur NOM m p 0.00 0.07 0.00 0.07 -rajeunissez rajeunir VER 5.20 7.91 0.17 0.00 ind:pre:2p; -rajeunissons rajeunir VER 5.20 7.91 0.00 0.07 ind:pre:1p; -rajeunit rajeunir VER 5.20 7.91 1.20 1.49 ind:pre:3s;ind:pas:3s; -rajout rajout NOM m s 0.27 0.20 0.23 0.07 -rajouta rajouter VER 13.09 9.32 0.01 0.54 ind:pas:3s; -rajoutaient rajouter VER 13.09 9.32 0.12 0.14 ind:imp:3p; -rajoutais rajouter VER 13.09 9.32 0.01 0.41 ind:imp:1s;ind:imp:2s; -rajoutait rajouter VER 13.09 9.32 0.05 1.01 ind:imp:3s; -rajoutant rajouter VER 13.09 9.32 0.16 0.20 par:pre; -rajoute rajouter VER 13.09 9.32 4.11 2.36 imp:pre:2s;ind:pre:1s;ind:pre:3s; -rajoutent rajouter VER 13.09 9.32 0.19 0.14 ind:pre:3p; -rajouter rajouter VER 13.09 9.32 3.73 2.30 inf; -rajoutera rajouter VER 13.09 9.32 0.15 0.00 ind:fut:3s; -rajouterais rajouter VER 13.09 9.32 0.15 0.07 cnd:pre:1s; -rajouterait rajouter VER 13.09 9.32 0.01 0.07 cnd:pre:3s; -rajouteras rajouter VER 13.09 9.32 0.10 0.07 ind:fut:2s; -rajouterez rajouter VER 13.09 9.32 0.00 0.07 ind:fut:2p; -rajoutes rajouter VER 13.09 9.32 1.04 0.07 ind:pre:2s; -rajoutez rajouter VER 13.09 9.32 0.75 0.20 imp:pre:2p;ind:pre:2p; -rajoutons rajouter VER 13.09 9.32 0.07 0.00 imp:pre:1p; -rajouts rajout NOM m p 0.27 0.20 0.04 0.14 -rajouté rajouter VER m s 13.09 9.32 2.13 1.35 par:pas; -rajoutée rajouter VER f s 13.09 9.32 0.12 0.07 par:pas; -rajoutées rajouter VER f p 13.09 9.32 0.01 0.20 par:pas; -rajoutés rajouter VER m p 13.09 9.32 0.15 0.07 par:pas; -rajusta rajuster VER 0.41 6.08 0.00 0.95 ind:pas:3s; -rajustaient rajuster VER 0.41 6.08 0.00 0.20 ind:imp:3p; -rajustais rajuster VER 0.41 6.08 0.00 0.07 ind:imp:1s; -rajustait rajuster VER 0.41 6.08 0.00 0.47 ind:imp:3s; -rajustant rajuster VER 0.41 6.08 0.10 1.15 par:pre; -rajuste rajuster VER 0.41 6.08 0.02 1.28 imp:pre:2s;ind:pre:1s;ind:pre:3s; -rajustement rajustement NOM m s 0.00 0.20 0.00 0.20 -rajustent rajuster VER 0.41 6.08 0.27 0.14 ind:pre:3p; -rajuster rajuster VER 0.41 6.08 0.02 1.01 inf; -rajusteront rajuster VER 0.41 6.08 0.00 0.07 ind:fut:3p; -rajusté rajuster VER m s 0.41 6.08 0.00 0.54 par:pas; -rajustée rajuster VER f s 0.41 6.08 0.00 0.07 par:pas; -rajustées rajuster VER f p 0.41 6.08 0.00 0.14 par:pas; -raki raki NOM m s 0.28 1.15 0.28 1.15 -ralbol ralbol NOM m s 0.00 0.20 0.00 0.20 -ralentît ralentir VER 17.42 30.95 0.00 0.07 sub:imp:3s; -ralenti ralenti NOM m s 9.20 10.61 3.08 10.20 -ralentie ralentir VER f s 17.42 30.95 0.22 1.49 par:pas; -ralenties ralentir VER f p 17.42 30.95 0.17 0.07 par:pas; -ralentir ralentir VER 17.42 30.95 5.25 5.20 inf; -ralentira ralentir VER 17.42 30.95 0.31 0.20 ind:fut:3s; -ralentirai ralentir VER 17.42 30.95 0.24 0.00 ind:fut:1s; -ralentiraient ralentir VER 17.42 30.95 0.03 0.00 cnd:pre:3p; -ralentirais ralentir VER 17.42 30.95 0.04 0.00 cnd:pre:1s;cnd:pre:2s; -ralentirait ralentir VER 17.42 30.95 0.30 0.20 cnd:pre:3s; -ralentirent ralentir VER 17.42 30.95 0.02 0.61 ind:pas:3p; -ralentirez ralentir VER 17.42 30.95 0.02 0.07 ind:fut:2p; -ralentiriez ralentir VER 17.42 30.95 0.01 0.00 cnd:pre:2p; -ralentiront ralentir VER 17.42 30.95 0.07 0.00 ind:fut:3p; -ralentis ralenti NOM m p 9.20 10.61 6.12 0.41 -ralentissaient ralentir VER 17.42 30.95 0.04 1.22 ind:imp:3p; -ralentissais ralentir VER 17.42 30.95 0.17 0.34 ind:imp:1s;ind:imp:2s; -ralentissait ralentir VER 17.42 30.95 0.20 2.23 ind:imp:3s; -ralentissant ralentir VER 17.42 30.95 0.04 1.82 par:pre; -ralentisse ralentir VER 17.42 30.95 0.29 0.34 sub:pre:1s;sub:pre:3s; -ralentissement ralentissement NOM m s 0.38 1.89 0.34 1.55 -ralentissements ralentissement NOM m p 0.38 1.89 0.03 0.34 -ralentissent ralentir VER 17.42 30.95 0.83 0.68 ind:pre:3p; -ralentisseur ralentisseur NOM m s 0.09 0.00 0.04 0.00 -ralentisseurs ralentisseur NOM m p 0.09 0.00 0.04 0.00 -ralentissez ralentir VER 17.42 30.95 1.94 0.14 imp:pre:2p;ind:pre:2p; -ralentissiez ralentir VER 17.42 30.95 0.04 0.00 ind:imp:2p; -ralentissions ralentir VER 17.42 30.95 0.02 0.00 ind:imp:1p; -ralentissons ralentir VER 17.42 30.95 0.27 0.07 imp:pre:1p;ind:pre:1p; -ralentit ralentir VER 17.42 30.95 3.23 10.68 ind:pre:3s;ind:pas:3s; -ralingue ralingue NOM f s 0.00 0.14 0.00 0.07 -ralingues ralingue NOM f p 0.00 0.14 0.00 0.07 -raller raller VER 0.01 0.27 0.01 0.07 inf; -rallia rallier VER 2.35 13.78 0.10 0.41 ind:pas:3s; -ralliai rallier VER 2.35 13.78 0.00 0.20 ind:pas:1s; -ralliaient rallier VER 2.35 13.78 0.00 0.41 ind:imp:3p; -ralliais rallier VER 2.35 13.78 0.00 0.20 ind:imp:1s; -ralliait rallier VER 2.35 13.78 0.03 1.01 ind:imp:3s; -ralliant rallier VER 2.35 13.78 0.11 0.34 par:pre; -ralliassent rallier VER 2.35 13.78 0.00 0.07 sub:imp:3p; -rallie rallier VER 2.35 13.78 0.37 0.54 ind:pre:1s;ind:pre:3s; -ralliement ralliement NOM m s 1.16 8.18 1.16 7.50 -ralliements ralliement NOM m p 1.16 8.18 0.00 0.68 -rallient rallier VER 2.35 13.78 0.07 0.74 ind:pre:3p; -rallier rallier VER 2.35 13.78 0.89 4.86 inf; -ralliera rallier VER 2.35 13.78 0.06 0.14 ind:fut:3s; -rallierai rallier VER 2.35 13.78 0.02 0.00 ind:fut:1s; -rallieraient rallier VER 2.35 13.78 0.01 0.20 cnd:pre:3p; -rallierait rallier VER 2.35 13.78 0.02 0.07 cnd:pre:3s; -rallieriez rallier VER 2.35 13.78 0.00 0.07 cnd:pre:2p; -rallierons rallier VER 2.35 13.78 0.04 0.00 ind:fut:1p; -rallieront rallier VER 2.35 13.78 0.01 0.07 ind:fut:3p; -rallies rallier VER 2.35 13.78 0.03 0.07 ind:pre:2s; -ralliez rallier VER 2.35 13.78 0.08 0.07 imp:pre:2p;ind:pre:2p; -rallions raller VER 0.01 0.27 0.00 0.20 ind:imp:1p; -rallièrent rallier VER 2.35 13.78 0.01 0.14 ind:pas:3p; -rallié rallier VER m s 2.35 13.78 0.17 2.50 par:pas; -ralliée rallier VER f s 2.35 13.78 0.14 0.27 par:pas; -ralliées rallier VER f p 2.35 13.78 0.14 0.20 par:pas; -ralliés rallié ADJ m p 0.11 0.81 0.10 0.54 -rallonge rallonge NOM f s 0.91 2.09 0.72 1.22 -rallongea rallonger VER 1.45 1.35 0.00 0.14 ind:pas:3s; -rallongeaient rallonger VER 1.45 1.35 0.10 0.00 ind:imp:3p; -rallongeait rallonger VER 1.45 1.35 0.01 0.14 ind:imp:3s; -rallongement rallongement NOM m s 0.01 0.00 0.01 0.00 -rallongent rallonger VER 1.45 1.35 0.03 0.14 ind:pre:3p; -rallonger rallonger VER 1.45 1.35 0.56 0.27 inf; -rallongerait rallonger VER 1.45 1.35 0.01 0.00 cnd:pre:3s; -rallonges rallonge NOM f p 0.91 2.09 0.20 0.88 -rallongez rallonger VER 1.45 1.35 0.17 0.00 imp:pre:2p; -rallongé rallonger VER m s 1.45 1.35 0.07 0.27 par:pas; -rallongée rallonger VER f s 1.45 1.35 0.01 0.20 par:pas; -rallège ralléger VER 0.00 0.27 0.00 0.07 ind:pre:3s; -ralléger ralléger VER 0.00 0.27 0.00 0.14 inf; -rallégé ralléger VER m s 0.00 0.27 0.00 0.07 par:pas; -ralluma rallumer VER 4.85 8.99 0.00 2.03 ind:pas:3s; -rallumage rallumage NOM m s 0.01 0.07 0.01 0.07 -rallumai rallumer VER 4.85 8.99 0.00 0.07 ind:pas:1s; -rallumaient rallumer VER 4.85 8.99 0.11 0.20 ind:imp:3p; -rallumais rallumer VER 4.85 8.99 0.00 0.07 ind:imp:1s; -rallumait rallumer VER 4.85 8.99 0.01 0.88 ind:imp:3s; -rallumant rallumer VER 4.85 8.99 0.01 0.54 par:pre; -rallume rallumer VER 4.85 8.99 1.88 1.22 imp:pre:2s;ind:pre:1s;ind:pre:3s; -rallument rallumer VER 4.85 8.99 0.12 0.20 ind:pre:3p; -rallumer rallumer VER 4.85 8.99 1.50 2.36 inf; -rallumerai rallumer VER 4.85 8.99 0.01 0.00 ind:fut:1s; -rallumeront rallumer VER 4.85 8.99 0.02 0.00 ind:fut:3p; -rallumes rallumer VER 4.85 8.99 0.17 0.00 ind:pre:2s; -rallumez rallumer VER 4.85 8.99 0.42 0.00 imp:pre:2p;ind:pre:2p; -rallumons rallumer VER 4.85 8.99 0.20 0.07 imp:pre:1p;ind:pre:1p; -rallumèrent rallumer VER 4.85 8.99 0.00 0.14 ind:pas:3p; -rallumé rallumer VER m s 4.85 8.99 0.22 0.74 par:pas; -rallumée rallumer VER f s 4.85 8.99 0.12 0.27 par:pas; -rallumées rallumer VER f p 4.85 8.99 0.04 0.07 par:pas; -rallumés rallumer VER m p 4.85 8.99 0.01 0.14 par:pas; -rallye rallye NOM m s 1.74 0.54 1.68 0.41 -rallyes rallye NOM m p 1.74 0.54 0.06 0.14 -ram ram NOM m s 0.11 0.07 0.11 0.07 -rama ramer VER 5.37 6.42 0.03 0.27 ind:pas:3s; -ramadan ramadan NOM m s 1.07 0.95 1.07 0.95 -ramage ramage NOM m s 0.16 2.57 0.16 0.61 -ramageait ramager VER 0.00 0.14 0.00 0.07 ind:imp:3s; -ramager ramager VER 0.00 0.14 0.00 0.07 inf; -ramages ramage NOM m p 0.16 2.57 0.00 1.96 -ramai ramer VER 5.37 6.42 0.00 0.07 ind:pas:1s; -ramaient ramer VER 5.37 6.42 0.01 0.27 ind:imp:3p; -ramais ramer VER 5.37 6.42 0.04 0.27 ind:imp:1s; -ramait ramer VER 5.37 6.42 0.03 0.81 ind:imp:3s; -ramant ramer VER 5.37 6.42 0.02 0.41 par:pre; -ramarraient ramarrer VER 0.00 0.14 0.00 0.07 ind:imp:3p; -ramarrer ramarrer VER 0.00 0.14 0.00 0.07 inf; -ramas ramer VER 5.37 6.42 0.10 0.00 ind:pas:2s; -ramassa ramasser VER 43.76 74.80 0.26 11.82 ind:pas:3s; -ramassage ramassage NOM m s 0.91 1.35 0.90 1.35 -ramassages ramassage NOM m p 0.91 1.35 0.01 0.00 -ramassai ramasser VER 43.76 74.80 0.01 0.88 ind:pas:1s; -ramassaient ramasser VER 43.76 74.80 0.18 1.55 ind:imp:3p; -ramassais ramasser VER 43.76 74.80 0.81 1.08 ind:imp:1s;ind:imp:2s; -ramassait ramasser VER 43.76 74.80 0.66 4.93 ind:imp:3s; -ramassant ramasser VER 43.76 74.80 0.30 3.92 par:pre; -ramasse_miettes ramasse_miettes NOM m 0.02 0.27 0.02 0.27 -ramasse_poussière ramasse_poussière NOM m 0.02 0.00 0.02 0.00 -ramasse ramasser VER 43.76 74.80 13.87 10.68 imp:pre:2s;ind:pre:1s;ind:pre:3s; -ramassent ramasser VER 43.76 74.80 0.86 1.76 ind:pre:3p; -ramasser ramasser VER 43.76 74.80 13.15 17.91 inf; -ramassera ramasser VER 43.76 74.80 0.25 0.27 ind:fut:3s; -ramasserai ramasser VER 43.76 74.80 0.14 0.00 ind:fut:1s; -ramasseraient ramasser VER 43.76 74.80 0.00 0.14 cnd:pre:3p; -ramasserais ramasser VER 43.76 74.80 0.06 0.07 cnd:pre:1s;cnd:pre:2s; -ramasserait ramasser VER 43.76 74.80 0.04 0.41 cnd:pre:3s; -ramasseras ramasser VER 43.76 74.80 0.04 0.07 ind:fut:2s; -ramasseront ramasser VER 43.76 74.80 0.07 0.20 ind:fut:3p; -ramasses ramasser VER 43.76 74.80 1.61 0.20 ind:pre:2s; -ramasseur ramasseur NOM m s 0.73 2.70 0.56 1.15 -ramasseurs ramasseur NOM m p 0.73 2.70 0.17 1.42 -ramasseuse ramasseur NOM f s 0.73 2.70 0.00 0.14 -ramassez ramasser VER 43.76 74.80 3.37 0.68 imp:pre:2p;ind:pre:2p; -ramassiez ramasser VER 43.76 74.80 0.05 0.00 ind:imp:2p; -ramassions ramasser VER 43.76 74.80 0.00 0.20 ind:imp:1p; -ramassis ramassis NOM m 1.50 1.62 1.50 1.62 -ramassons ramasser VER 43.76 74.80 0.30 0.14 imp:pre:1p;ind:pre:1p; -ramassât ramasser VER 43.76 74.80 0.00 0.07 sub:imp:3s; -ramassèrent ramasser VER 43.76 74.80 0.01 1.35 ind:pas:3p; -ramassé ramasser VER m s 43.76 74.80 5.62 10.34 par:pas; -ramassée ramasser VER f s 43.76 74.80 1.07 2.91 par:pas; -ramassées ramasser VER f p 43.76 74.80 0.42 0.68 par:pas; -ramassés ramasser VER m p 43.76 74.80 0.59 2.57 par:pas; -rambarde rambarde NOM f s 0.45 3.04 0.45 2.64 -rambardes rambarde NOM f p 0.45 3.04 0.00 0.41 -rambin rambin NOM m s 0.00 0.34 0.00 0.34 -rambinait rambiner VER 0.00 0.88 0.00 0.07 ind:imp:3s; -rambine rambiner VER 0.00 0.88 0.00 0.27 ind:pre:3s; -rambinent rambiner VER 0.00 0.88 0.00 0.07 ind:pre:3p; -rambiner rambiner VER 0.00 0.88 0.00 0.27 inf; -rambineur rambineur NOM m s 0.00 0.07 0.00 0.07 -rambiné rambiner VER m s 0.00 0.88 0.00 0.20 par:pas; -rambla rambla NOM f s 0.00 0.07 0.00 0.07 -rambot rambot NOM m s 0.01 0.07 0.01 0.07 -rambour rambour NOM m s 0.00 0.34 0.00 0.34 -ramdam ramdam NOM m s 0.21 1.01 0.21 0.95 -ramdams ramdam NOM m p 0.21 1.01 0.00 0.07 -rame rame NOM f s 4.38 11.55 2.47 5.74 -rameau rameau NOM m s 1.92 6.22 1.29 2.57 -rameaux rameau NOM m p 1.92 6.22 0.63 3.65 -ramena ramener VER 172.70 109.26 0.70 9.86 ind:pas:3s; -ramenai ramener VER 172.70 109.26 0.00 0.61 ind:pas:1s; -ramenaient ramener VER 172.70 109.26 0.13 3.72 ind:imp:3p; -ramenais ramener VER 172.70 109.26 0.88 1.28 ind:imp:1s;ind:imp:2s; -ramenait ramener VER 172.70 109.26 1.76 12.57 ind:imp:3s; -ramenant ramener VER 172.70 109.26 0.66 4.59 par:pre; -ramenard ramenard ADJ m s 0.02 0.20 0.01 0.20 -ramenards ramenard ADJ m p 0.02 0.20 0.01 0.00 -ramendé ramender VER m s 0.01 0.00 0.01 0.00 par:pas; -ramener ramener VER 172.70 109.26 51.43 24.93 inf;;inf;;inf;;inf;; -ramenez ramener VER 172.70 109.26 13.02 1.08 imp:pre:2p;ind:pre:2p; -rameniez ramener VER 172.70 109.26 0.59 0.00 ind:imp:2p;sub:pre:2p; -ramenions ramener VER 172.70 109.26 0.05 0.20 ind:imp:1p; -ramenâmes ramener VER 172.70 109.26 0.15 0.20 ind:pas:1p; -ramenons ramener VER 172.70 109.26 1.60 0.27 imp:pre:1p;ind:pre:1p; -ramenât ramener VER 172.70 109.26 0.00 0.41 sub:imp:3s; -rament ramer VER 5.37 6.42 0.17 0.27 ind:pre:3p; -ramenèrent ramener VER 172.70 109.26 0.50 1.08 ind:pas:3p; -ramené ramener VER m s 172.70 109.26 23.84 13.31 par:pas; -ramenée ramener VER f s 172.70 109.26 5.25 4.93 par:pas; -ramenées ramener VER f p 172.70 109.26 0.50 1.01 par:pas; -ramenés ramener VER m p 172.70 109.26 1.27 3.78 par:pas; -ramer ramer VER 5.37 6.42 1.73 1.82 inf; -ramera ramer VER 5.37 6.42 0.00 0.07 ind:fut:3s; -rameras ramer VER 5.37 6.42 0.01 0.00 ind:fut:2s; -ramerons ramer VER 5.37 6.42 0.01 0.20 ind:fut:1p; -rameront ramer VER 5.37 6.42 0.01 0.00 ind:fut:3p; -rames rame NOM f p 4.38 11.55 1.91 5.81 -ramette ramette NOM f s 0.00 0.14 0.00 0.14 -rameur rameur NOM m s 1.00 2.43 0.40 0.47 -rameurs rameur NOM m p 1.00 2.43 0.60 1.96 -rameutais rameuter VER 0.72 2.43 0.01 0.07 ind:imp:1s; -rameutait rameuter VER 0.72 2.43 0.00 0.47 ind:imp:3s; -rameutant rameuter VER 0.72 2.43 0.00 0.07 par:pre; -rameute rameuter VER 0.72 2.43 0.23 0.27 imp:pre:2s;ind:pre:1s;ind:pre:3s; -rameutent rameuter VER 0.72 2.43 0.00 0.07 ind:pre:3p; -rameuter rameuter VER 0.72 2.43 0.32 0.68 inf; -rameutez rameuter VER 0.72 2.43 0.06 0.14 imp:pre:2p;ind:pre:2p; -rameutons rameuter VER 0.72 2.43 0.02 0.00 imp:pre:1p;ind:pre:1p; -rameuté rameuter VER m s 0.72 2.43 0.07 0.14 par:pas; -rameutées rameuter VER f p 0.72 2.43 0.00 0.20 par:pas; -rameutés rameuter VER m p 0.72 2.43 0.01 0.34 par:pas; -ramez ramer VER 5.37 6.42 1.17 0.00 imp:pre:2p;ind:pre:2p; -rami rami NOM m s 0.48 0.20 0.47 0.14 -ramier ramier ADJ m s 0.01 0.27 0.01 0.00 -ramiers ramier NOM m p 0.00 1.01 0.00 0.47 -ramies ramie NOM f p 0.00 0.07 0.00 0.07 -ramifia ramifier VER 0.06 0.74 0.00 0.07 ind:pas:3s; -ramifiaient ramifier VER 0.06 0.74 0.00 0.07 ind:imp:3p; -ramifiait ramifier VER 0.06 0.74 0.00 0.07 ind:imp:3s; -ramifiant ramifiant ADJ m s 0.00 0.54 0.00 0.54 -ramification ramification NOM f s 0.50 1.42 0.05 0.07 -ramifications ramification NOM f p 0.50 1.42 0.45 1.35 -ramifie ramifier VER 0.06 0.74 0.04 0.00 ind:pre:3s; -ramifient ramifier VER 0.06 0.74 0.00 0.07 ind:pre:3p; -ramifier ramifier VER 0.06 0.74 0.00 0.07 inf; -ramifié ramifier VER m s 0.06 0.74 0.02 0.20 par:pas; -ramifiée ramifié ADJ f s 0.04 0.61 0.02 0.27 -ramifiées ramifié ADJ f p 0.04 0.61 0.01 0.20 -ramifiés ramifié ADJ m p 0.04 0.61 0.01 0.07 -ramille ramille NOM f s 0.00 0.54 0.00 0.07 -ramilles ramille NOM f p 0.00 0.54 0.00 0.47 -raminagrobis raminagrobis NOM m 0.00 0.14 0.00 0.14 -ramions ramer VER 5.37 6.42 0.01 0.00 ind:imp:1p; -ramis rami NOM m p 0.48 0.20 0.01 0.07 -ramolli ramollir VER m s 2.30 1.49 0.26 0.27 par:pas; -ramollie ramolli ADJ f s 0.44 1.08 0.05 0.27 -ramollies ramollir VER f p 2.30 1.49 0.04 0.07 par:pas; -ramollir ramollir VER 2.30 1.49 0.53 0.27 inf; -ramollirent ramollir VER 2.30 1.49 0.00 0.07 ind:pas:3p; -ramollis ramollir VER m p 2.30 1.49 0.49 0.14 imp:pre:2s;ind:pre:1s;ind:pre:2s;par:pas; -ramollissait ramollir VER 2.30 1.49 0.04 0.20 ind:imp:3s; -ramollisse ramollir VER 2.30 1.49 0.16 0.00 sub:pre:3s; -ramollissement ramollissement NOM m s 0.12 0.20 0.12 0.20 -ramollissent ramollir VER 2.30 1.49 0.28 0.00 ind:pre:3p; -ramollit ramollir VER 2.30 1.49 0.47 0.41 ind:pre:3s;ind:pas:3s; -ramollo ramollo ADJ m s 0.32 0.27 0.23 0.20 -ramollos ramollo ADJ m p 0.32 0.27 0.09 0.07 -ramon ramon NOM m s 0.00 0.14 0.00 0.14 -ramonage ramonage NOM m s 0.02 0.34 0.02 0.27 -ramonages ramonage NOM m p 0.02 0.34 0.00 0.07 -ramonait ramoner VER 0.60 1.55 0.00 0.14 ind:imp:3s; -ramonant ramoner VER 0.60 1.55 0.00 0.07 par:pre; -ramone ramoner VER 0.60 1.55 0.26 0.47 imp:pre:2s;ind:pre:1s;ind:pre:3s; -ramonent ramoner VER 0.60 1.55 0.00 0.07 ind:pre:3p; -ramoner ramoner VER 0.60 1.55 0.17 0.61 inf; -ramones ramoner VER 0.60 1.55 0.02 0.00 ind:pre:2s; -ramoneur ramoneur NOM m s 0.12 0.88 0.08 0.74 -ramoneurs ramoneur NOM m p 0.12 0.88 0.03 0.14 -ramons ramer VER 5.37 6.42 0.04 0.07 imp:pre:1p;ind:pre:1p; -ramoné ramoner VER m s 0.60 1.55 0.03 0.07 par:pas; -ramonée ramoner VER f s 0.60 1.55 0.03 0.07 par:pas; -ramonées ramoner VER f p 0.60 1.55 0.10 0.07 par:pas; -rampa ramper VER 11.55 19.39 0.02 1.08 ind:pas:3s; -rampai ramper VER 11.55 19.39 0.01 0.20 ind:pas:1s; -rampaient ramper VER 11.55 19.39 0.27 0.95 ind:imp:3p; -rampais ramper VER 11.55 19.39 0.16 0.27 ind:imp:1s;ind:imp:2s; -rampait ramper VER 11.55 19.39 0.23 2.09 ind:imp:3s; -rampant ramper VER 11.55 19.39 1.51 3.51 par:pre; -rampante rampant ADJ f s 0.68 2.84 0.15 0.68 -rampantes rampant ADJ f p 0.68 2.84 0.20 0.68 -rampants rampant ADJ m p 0.68 2.84 0.19 0.68 -rampe rampe NOM f s 5.76 20.81 5.32 18.18 -rampement rampement NOM m s 0.00 0.20 0.00 0.07 -rampements rampement NOM m p 0.00 0.20 0.00 0.14 -rampent ramper VER 11.55 19.39 0.68 1.42 ind:pre:3p; -ramper ramper VER 11.55 19.39 3.32 5.20 inf; -rampera ramper VER 11.55 19.39 0.05 0.07 ind:fut:3s; -ramperai ramper VER 11.55 19.39 0.04 0.00 ind:fut:1s; -ramperaient ramper VER 11.55 19.39 0.00 0.07 cnd:pre:3p; -ramperais ramper VER 11.55 19.39 0.19 0.00 cnd:pre:1s;cnd:pre:2s; -ramperas ramper VER 11.55 19.39 0.13 0.00 ind:fut:2s; -ramperez ramper VER 11.55 19.39 0.02 0.07 ind:fut:2p; -rampes ramper VER 11.55 19.39 0.95 0.00 ind:pre:2s; -rampez ramper VER 11.55 19.39 1.32 0.07 imp:pre:2p;ind:pre:2p; -rampiez ramper VER 11.55 19.39 0.03 0.00 ind:imp:2p; -rampions ramper VER 11.55 19.39 0.02 0.07 ind:imp:1p; -ramponneau ramponneau NOM m s 0.00 0.34 0.00 0.34 -rampons ramper VER 11.55 19.39 0.01 0.07 ind:pre:1p; -rampèrent ramper VER 11.55 19.39 0.00 0.14 ind:pas:3p; -rampé ramper VER m s 11.55 19.39 0.64 0.74 par:pas; -rampée ramper VER f s 11.55 19.39 0.01 0.00 par:pas; -rams rams NOM m 0.35 0.00 0.35 0.00 -ramser ramser VER 0.01 0.00 0.01 0.00 inf; -ramène ramener VER 172.70 109.26 49.52 17.03 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:1s;sub:pre:3s; -ramènent ramener VER 172.70 109.26 2.04 2.16 ind:pre:3p;sub:pre:3p; -ramènera ramener VER 172.70 109.26 3.95 1.15 ind:fut:3s; -ramènerai ramener VER 172.70 109.26 3.52 0.68 ind:fut:1s; -ramèneraient ramener VER 172.70 109.26 0.14 0.20 cnd:pre:3p; -ramènerais ramener VER 172.70 109.26 0.44 0.47 cnd:pre:1s;cnd:pre:2s; -ramènerait ramener VER 172.70 109.26 0.73 2.03 cnd:pre:3s; -ramèneras ramener VER 172.70 109.26 0.42 0.14 ind:fut:2s; -ramènerez ramener VER 172.70 109.26 0.48 0.14 ind:fut:2p; -ramèneriez ramener VER 172.70 109.26 0.17 0.14 cnd:pre:2p; -ramènerions ramener VER 172.70 109.26 0.03 0.07 cnd:pre:1p; -ramènerons ramener VER 172.70 109.26 0.76 0.20 ind:fut:1p; -ramèneront ramener VER 172.70 109.26 0.94 0.27 ind:fut:3p; -ramènes ramener VER 172.70 109.26 7.23 0.74 ind:pre:2s;sub:pre:2s; -ramèrent ramer VER 5.37 6.42 0.02 0.07 ind:pas:3p; -ramé ramer VER m s 5.37 6.42 0.28 0.27 par:pas; -ramée ramée NOM f s 0.00 0.34 0.00 0.14 -ramées ramée NOM f p 0.00 0.34 0.00 0.20 -ramure ramure NOM f s 0.12 4.12 0.01 1.55 -ramures ramure NOM f p 0.12 4.12 0.11 2.57 -ramés ramer VER m p 5.37 6.42 0.00 0.07 par:pas; -ran ran NOM m s 0.34 0.74 0.34 0.74 -ranatres ranatre NOM f p 0.00 0.07 0.00 0.07 -rancard rancard NOM m s 2.80 1.22 2.60 1.15 -rancardait rancarder VER 0.35 0.61 0.00 0.07 ind:imp:3s; -rancarde rancarder VER 0.35 0.61 0.10 0.14 imp:pre:2s;ind:pre:1s;ind:pre:3s; -rancarder rancarder VER 0.35 0.61 0.07 0.34 inf; -rancardez rancarder VER 0.35 0.61 0.01 0.00 ind:pre:2p; -rancards rancard NOM m p 2.80 1.22 0.20 0.07 -rancardé rancarder VER m s 0.35 0.61 0.11 0.00 par:pas; -rancardée rancarder VER f s 0.35 0.61 0.01 0.07 par:pas; -rancardés rancarder VER m p 0.35 0.61 0.04 0.00 par:pas; -rancart rancart NOM m s 0.82 1.76 0.76 1.62 -rancarts rancart NOM m p 0.82 1.76 0.06 0.14 -rance rance ADJ s 1.34 4.26 1.18 3.65 -rances rance ADJ p 1.34 4.26 0.16 0.61 -ranch ranch NOM m s 7.31 0.81 6.95 0.61 -ranche ranch NOM f s 7.31 0.81 0.10 0.00 -rancher rancher NOM m s 0.15 0.00 0.15 0.00 -ranches ranche NOM f p 0.10 0.00 0.10 0.00 -rancho rancho NOM m s 0.87 0.00 0.87 0.00 -ranchs ranch NOM m p 7.31 0.81 0.26 0.00 -ranci ranci ADJ m s 0.04 0.27 0.02 0.07 -rancie ranci ADJ f s 0.04 0.27 0.01 0.07 -rancies rancir VER f p 0.01 0.54 0.00 0.07 par:pas; -rancio rancio NOM m s 0.00 0.20 0.00 0.20 -rancir rancir VER 0.01 0.54 0.00 0.20 inf; -rancis rancir VER 0.01 0.54 0.01 0.00 ind:pre:2s; -rancissait rancir VER 0.01 0.54 0.00 0.14 ind:imp:3s; -rancissure rancissure NOM f s 0.00 0.07 0.00 0.07 -rancit rancir VER 0.01 0.54 0.00 0.07 ind:pas:3s; -rancoeur rancoeur NOM f s 1.31 6.15 1.09 4.46 -rancoeurs rancoeur NOM f p 1.31 6.15 0.22 1.69 -rancune rancune NOM f s 7.20 17.23 6.76 14.86 -rancunes rancune NOM f p 7.20 17.23 0.44 2.36 -rancuneuses rancuneux ADJ f p 0.00 0.07 0.00 0.07 -rancunier rancunier ADJ m s 1.46 1.69 1.09 1.01 -rancuniers rancunier ADJ m p 1.46 1.69 0.17 0.14 -rancunière rancunier ADJ f s 1.46 1.69 0.17 0.54 -rancunières rancunier ADJ f p 1.46 1.69 0.02 0.00 -randonnait randonner VER 0.13 0.20 0.00 0.07 ind:imp:3s; -randonne randonner VER 0.13 0.20 0.01 0.07 imp:pre:2s;ind:pre:3s; -randonner randonner VER 0.13 0.20 0.04 0.00 inf; -randonneur randonneur NOM m s 0.40 0.20 0.17 0.00 -randonneurs randonneur NOM m p 0.40 0.20 0.20 0.20 -randonneuse randonneur NOM f s 0.40 0.20 0.03 0.00 -randonnez randonner VER 0.13 0.20 0.01 0.00 ind:pre:2p; -randonnée randonnée NOM f s 2.22 4.66 1.74 2.64 -randonnées randonnée NOM f p 2.22 4.66 0.48 2.03 -rang rang NOM m s 28.21 58.24 19.40 37.16 -range ranger VER 47.67 67.91 17.59 7.57 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:1s;sub:pre:3s; -rangea ranger VER 47.67 67.91 0.02 8.78 ind:pas:3s; -rangeai ranger VER 47.67 67.91 0.00 0.74 ind:pas:1s; -rangeaient ranger VER 47.67 67.91 0.03 1.82 ind:imp:3p; -rangeais ranger VER 47.67 67.91 0.50 1.08 ind:imp:1s;ind:imp:2s; -rangeait ranger VER 47.67 67.91 0.18 6.69 ind:imp:3s; -rangeant ranger VER 47.67 67.91 0.20 2.70 par:pre; -rangement rangement NOM m s 1.21 2.16 1.14 1.49 -rangements rangement NOM m p 1.21 2.16 0.07 0.68 -rangent ranger VER 47.67 67.91 0.47 1.08 ind:pre:3p; -rangeâmes ranger VER 47.67 67.91 0.00 0.07 ind:pas:1p; -rangeons ranger VER 47.67 67.91 0.20 0.14 imp:pre:1p;ind:pre:1p; -rangeât ranger VER 47.67 67.91 0.00 0.07 sub:imp:3s; -ranger ranger VER 47.67 67.91 14.95 14.53 inf; -rangera ranger VER 47.67 67.91 0.31 0.20 ind:fut:3s; -rangerai ranger VER 47.67 67.91 0.58 0.07 ind:fut:1s; -rangerais ranger VER 47.67 67.91 0.19 0.07 cnd:pre:1s;cnd:pre:2s; -rangerait ranger VER 47.67 67.91 0.02 0.07 cnd:pre:3s; -rangeras ranger VER 47.67 67.91 0.10 0.14 ind:fut:2s; -rangerez ranger VER 47.67 67.91 0.16 0.00 ind:fut:2p; -rangerons ranger VER 47.67 67.91 0.00 0.07 ind:fut:1p; -rangeront ranger VER 47.67 67.91 0.06 0.07 ind:fut:3p; -rangers ranger NOM m p 4.60 3.38 2.36 2.36 -ranges ranger VER 47.67 67.91 1.21 0.14 ind:pre:2s;sub:pre:2s; -rangez ranger VER 47.67 67.91 4.54 0.68 imp:pre:2p;ind:pre:2p; -rangions ranger VER 47.67 67.91 0.01 0.20 ind:imp:1p; -rangs rang NOM m p 28.21 58.24 8.81 21.08 -rangèrent ranger VER 47.67 67.91 0.00 0.47 ind:pas:3p; -rangé ranger VER m s 47.67 67.91 4.09 8.78 par:pas; -rangée rangée NOM f s 3.29 20.47 2.54 10.88 -rangées rangée NOM f p 3.29 20.47 0.74 9.59 -rangés ranger VER m p 47.67 67.91 1.03 6.35 par:pas; -rani rani NOM f s 0.00 1.08 0.00 1.08 -ranima ranimer VER 2.92 9.19 0.14 0.74 ind:pas:3s; -ranimaient ranimer VER 2.92 9.19 0.00 0.34 ind:imp:3p; -ranimait ranimer VER 2.92 9.19 0.01 0.74 ind:imp:3s; -ranimant ranimer VER 2.92 9.19 0.02 0.20 par:pre; -ranimation ranimation NOM f s 0.00 0.07 0.00 0.07 -ranime ranimer VER 2.92 9.19 0.77 0.81 imp:pre:2s;ind:pre:1s;ind:pre:3s; -raniment ranimer VER 2.92 9.19 0.04 0.20 ind:pre:3p; -ranimer ranimer VER 2.92 9.19 1.26 3.45 inf; -ranimera ranimer VER 2.92 9.19 0.05 0.00 ind:fut:3s; -ranimez ranimer VER 2.92 9.19 0.03 0.00 imp:pre:2p; -ranimions ranimer VER 2.92 9.19 0.00 0.07 ind:imp:1p; -ranimât ranimer VER 2.92 9.19 0.00 0.07 sub:imp:3s; -ranimèrent ranimer VER 2.92 9.19 0.00 0.27 ind:pas:3p; -ranimé ranimer VER m s 2.92 9.19 0.22 1.22 par:pas; -ranimée ranimer VER f s 2.92 9.19 0.22 0.54 par:pas; -ranimées ranimer VER f p 2.92 9.19 0.00 0.14 par:pas; -ranimés ranimer VER m p 2.92 9.19 0.17 0.41 par:pas; -rantanplan rantanplan ONO 0.03 0.07 0.03 0.07 -rançon rançon NOM f s 10.60 2.84 10.49 2.70 -rançonnage rançonnage NOM m s 0.01 0.00 0.01 0.00 -rançonnaient rançonner VER 0.13 0.95 0.00 0.14 ind:imp:3p; -rançonnait rançonner VER 0.13 0.95 0.00 0.27 ind:imp:3s; -rançonne rançonner VER 0.13 0.95 0.04 0.00 ind:pre:1s;ind:pre:3s; -rançonnement rançonnement NOM m s 0.00 0.07 0.00 0.07 -rançonner rançonner VER 0.13 0.95 0.04 0.20 inf; -rançonneurs rançonneur NOM m p 0.01 0.00 0.01 0.00 -rançonné rançonner VER m s 0.13 0.95 0.02 0.14 par:pas; -rançonnée rançonner VER f s 0.13 0.95 0.02 0.00 par:pas; -rançonnées rançonner VER f p 0.13 0.95 0.00 0.14 par:pas; -rançonnés rançonner VER m p 0.13 0.95 0.00 0.07 par:pas; -rançons rançon NOM f p 10.60 2.84 0.10 0.14 -ranz ranz NOM m 0.00 0.14 0.00 0.14 -raout raout NOM m s 0.10 0.74 0.08 0.41 -raouts raout NOM m p 0.10 0.74 0.02 0.34 -rap rap NOM m s 3.17 0.07 3.17 0.07 -rapace rapace ADJ s 0.95 1.28 0.86 0.47 -rapaces rapace NOM m p 0.92 2.70 0.39 1.22 -rapacité rapacité NOM f s 0.05 0.81 0.05 0.81 -rapatria rapatrier VER 2.48 3.11 0.00 0.07 ind:pas:3s; -rapatriait rapatrier VER 2.48 3.11 0.01 0.14 ind:imp:3s; -rapatriant rapatrier VER 2.48 3.11 0.01 0.07 par:pre; -rapatrie rapatrier VER 2.48 3.11 0.09 0.07 imp:pre:2s;ind:pre:1s;ind:pre:3s; -rapatriement rapatriement NOM m s 0.29 1.96 0.29 1.89 -rapatriements rapatriement NOM m p 0.29 1.96 0.00 0.07 -rapatrient rapatrier VER 2.48 3.11 0.02 0.00 ind:pre:3p; -rapatrier rapatrier VER 2.48 3.11 1.36 0.88 inf; -rapatriera rapatrier VER 2.48 3.11 0.16 0.00 ind:fut:3s; -rapatriez rapatrier VER 2.48 3.11 0.13 0.00 imp:pre:2p;ind:pre:2p; -rapatrié rapatrier VER m s 2.48 3.11 0.33 0.81 par:pas; -rapatriée rapatrier VER f s 2.48 3.11 0.01 0.20 par:pas; -rapatriées rapatrier VER f p 2.48 3.11 0.01 0.14 par:pas; -rapatriés rapatrier VER m p 2.48 3.11 0.35 0.74 par:pas; -rapetassage rapetassage NOM m s 0.00 0.14 0.00 0.07 -rapetassages rapetassage NOM m p 0.00 0.14 0.00 0.07 -rapetasser rapetasser VER 0.00 0.61 0.00 0.14 inf; -rapetasseur rapetasseur NOM m s 0.00 0.07 0.00 0.07 -rapetassions rapetasser VER 0.00 0.61 0.00 0.07 ind:imp:1p; -rapetassé rapetasser VER m s 0.00 0.61 0.00 0.20 par:pas; -rapetassées rapetasser VER f p 0.00 0.61 0.00 0.07 par:pas; -rapetassés rapetasser VER m p 0.00 0.61 0.00 0.14 par:pas; -rapetissaient rapetisser VER 0.76 4.86 0.00 0.27 ind:imp:3p; -rapetissais rapetisser VER 0.76 4.86 0.00 0.07 ind:imp:1s; -rapetissait rapetisser VER 0.76 4.86 0.03 1.08 ind:imp:3s; -rapetissant rapetisser VER 0.76 4.86 0.00 0.47 par:pre; -rapetisse rapetisser VER 0.76 4.86 0.26 0.54 ind:pre:1s;ind:pre:3s; -rapetissement rapetissement NOM m s 0.01 0.27 0.01 0.27 -rapetissent rapetisser VER 0.76 4.86 0.04 0.47 ind:pre:3p; -rapetisser rapetisser VER 0.76 4.86 0.19 0.47 inf; -rapetissera rapetisser VER 0.76 4.86 0.00 0.07 ind:fut:3s; -rapetissez rapetisser VER 0.76 4.86 0.01 0.00 ind:pre:2p; -rapetissons rapetisser VER 0.76 4.86 0.01 0.07 ind:pre:1p; -rapetissèrent rapetisser VER 0.76 4.86 0.00 0.07 ind:pas:3p; -rapetissé rapetisser VER m s 0.76 4.86 0.20 0.61 par:pas; -rapetissée rapetisser VER f s 0.76 4.86 0.03 0.14 par:pas; -rapetissées rapetisser VER f p 0.76 4.86 0.00 0.27 par:pas; -rapetissés rapetisser VER m p 0.76 4.86 0.00 0.27 par:pas; -raphaélesque raphaélesque ADJ f s 0.00 0.07 0.00 0.07 -raphia raphia NOM m s 0.16 1.28 0.16 1.28 -raphé raphé NOM m s 0.00 0.07 0.00 0.07 -rapiat rapiat NOM m s 0.20 0.14 0.05 0.07 -rapiater rapiater VER 0.00 0.07 0.00 0.07 inf; -rapiaterie rapiaterie NOM f s 0.00 0.07 0.00 0.07 -rapiats rapiat NOM m p 0.20 0.14 0.15 0.07 -rapide rapide ADJ s 48.73 71.82 42.28 53.99 -rapidement rapidement ADV 26.49 62.64 26.49 62.64 -rapides rapide ADJ p 48.73 71.82 6.45 17.84 -rapidité rapidité NOM f s 2.36 10.54 2.36 10.41 -rapidités rapidité NOM f p 2.36 10.54 0.00 0.14 -rapidos rapidos ADV 0.53 1.89 0.53 1.89 -rapin rapin NOM m s 0.00 1.22 0.00 0.74 -rapine rapine NOM f s 0.13 1.69 0.08 1.15 -rapinent rapiner VER 0.00 0.14 0.00 0.07 ind:pre:3p; -rapines rapine NOM f p 0.13 1.69 0.05 0.54 -rapins rapin NOM m p 0.00 1.22 0.00 0.47 -rapinés rapiner VER m p 0.00 0.14 0.00 0.07 par:pas; -rapière rapière NOM f s 0.17 0.74 0.17 0.74 -rapiécer rapiécer VER 0.18 4.53 0.14 0.00 inf; -rapiécerait rapiécer VER 0.18 4.53 0.00 0.07 cnd:pre:3s; -rapiécé rapiécer VER m s 0.18 4.53 0.02 0.88 par:pas; -rapiécée rapiécer VER f s 0.18 4.53 0.02 1.62 par:pas; -rapiécées rapiécer VER f p 0.18 4.53 0.00 0.74 par:pas; -rapiécés rapiécer VER m p 0.18 4.53 0.00 1.22 par:pas; -rapiéçage rapiéçage NOM m s 0.01 0.20 0.01 0.00 -rapiéçages rapiéçage NOM m p 0.01 0.20 0.00 0.20 -raplapla raplapla ADJ 0.11 0.00 0.11 0.00 -rapointir rapointir VER 0.00 0.14 0.00 0.14 inf; -rappel rappel NOM m s 4.24 10.34 3.77 8.31 -rappela rappeler VER 281.75 202.23 0.36 14.53 ind:pas:3s; -rappelai rappeler VER 281.75 202.23 0.04 5.14 ind:pas:1s; -rappelaient rappeler VER 281.75 202.23 0.37 7.50 ind:imp:3p; -rappelais rappeler VER 281.75 202.23 1.94 7.43 ind:imp:1s;ind:imp:2s; -rappelait rappeler VER 281.75 202.23 2.22 29.73 ind:imp:3s; -rappelant rappeler VER 281.75 202.23 0.54 6.69 par:pre; -rappeler rappeler VER 281.75 202.23 46.03 33.11 inf;; -rappelez rappeler VER 281.75 202.23 36.35 8.04 imp:pre:2p;ind:pre:2p; -rappeliez rappeler VER 281.75 202.23 0.46 0.34 ind:imp:2p; -rappelions rappeler VER 281.75 202.23 0.15 0.07 ind:imp:1p; -rappelle rappeler VER 281.75 202.23 117.92 57.70 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:1s;sub:pre:3s; -rappellent rappeler VER 281.75 202.23 2.79 3.45 ind:pre:3p; -rappellera rappeler VER 281.75 202.23 4.08 1.28 ind:fut:3s; -rappellerai rappeler VER 281.75 202.23 7.96 0.95 ind:fut:1s; -rappelleraient rappeler VER 281.75 202.23 0.05 0.14 cnd:pre:3p; -rappellerais rappeler VER 281.75 202.23 0.79 0.27 cnd:pre:1s;cnd:pre:2s; -rappellerait rappeler VER 281.75 202.23 0.36 1.42 cnd:pre:3s; -rappelleras rappeler VER 281.75 202.23 1.00 0.34 ind:fut:2s; -rappellerez rappeler VER 281.75 202.23 0.62 0.14 ind:fut:2p; -rappelleriez rappeler VER 281.75 202.23 0.19 0.07 cnd:pre:2p; -rappellerons rappeler VER 281.75 202.23 0.37 0.07 ind:fut:1p; -rappelleront rappeler VER 281.75 202.23 0.45 0.00 ind:fut:3p; -rappelles rappeler VER 281.75 202.23 37.34 8.38 ind:pre:1p;ind:pre:2s;sub:pre:2s; -rappelâmes rappeler VER 281.75 202.23 0.10 0.00 ind:pas:1p; -rappelons rappeler VER 281.75 202.23 1.90 0.41 imp:pre:1p;ind:pre:1p; -rappelât rappeler VER 281.75 202.23 0.00 0.47 sub:imp:3s; -rappels rappel NOM m p 4.24 10.34 0.47 2.03 -rappelèrent rappeler VER 281.75 202.23 0.01 1.01 ind:pas:3p; -rappelé rappeler VER m s 281.75 202.23 14.60 11.49 par:pas; -rappelée rappeler VER f s 281.75 202.23 1.82 1.15 par:pas; -rappelés rappeler VER m p 281.75 202.23 0.94 0.95 par:pas; -rapper rapper VER 0.40 0.00 0.40 0.00 inf; -rappeur rappeur NOM m s 1.01 0.00 0.65 0.00 -rappeurs rappeur NOM m p 1.01 0.00 0.34 0.00 -rappeuse rappeur NOM f s 1.01 0.00 0.02 0.00 -rappliqua rappliquer VER 4.22 5.74 0.00 0.20 ind:pas:3s; -rappliquaient rappliquer VER 4.22 5.74 0.01 0.41 ind:imp:3p; -rappliquais rappliquer VER 4.22 5.74 0.00 0.07 ind:imp:2s; -rappliquait rappliquer VER 4.22 5.74 0.00 0.47 ind:imp:3s; -rapplique rappliquer VER 4.22 5.74 1.38 0.74 imp:pre:2s;ind:pre:1s;ind:pre:3s; -rappliquent rappliquer VER 4.22 5.74 0.50 1.01 ind:pre:3p; -rappliquer rappliquer VER 4.22 5.74 1.31 1.76 inf; -rappliquera rappliquer VER 4.22 5.74 0.04 0.00 ind:fut:3s; -rappliquerais rappliquer VER 4.22 5.74 0.05 0.00 cnd:pre:1s;cnd:pre:2s; -rappliquerait rappliquer VER 4.22 5.74 0.01 0.00 cnd:pre:3s; -rappliqueriez rappliquer VER 4.22 5.74 0.00 0.07 cnd:pre:2p; -rappliqueront rappliquer VER 4.22 5.74 0.15 0.14 ind:fut:3p; -rappliques rappliquer VER 4.22 5.74 0.07 0.20 ind:pre:2s; -rappliquez rappliquer VER 4.22 5.74 0.28 0.14 imp:pre:2p;ind:pre:2p; -rappliquèrent rappliquer VER 4.22 5.74 0.00 0.07 ind:pas:3p; -rappliqué rappliquer VER m s 4.22 5.74 0.43 0.47 par:pas; -rapport rapport NOM m s 140.08 130.95 115.57 87.23 -rapporta rapporter VER 56.99 62.43 0.43 3.45 ind:pas:3s; -rapportage rapportage NOM m s 0.01 0.00 0.01 0.00 -rapportai rapporter VER 56.99 62.43 0.00 1.01 ind:pas:1s; -rapportaient rapporter VER 56.99 62.43 0.26 2.03 ind:imp:3p; -rapportais rapporter VER 56.99 62.43 0.35 0.95 ind:imp:1s;ind:imp:2s; -rapportait rapporter VER 56.99 62.43 1.12 7.64 ind:imp:3s; -rapportant rapporter VER 56.99 62.43 0.28 1.76 par:pre; -rapporte rapporter VER 56.99 62.43 21.03 10.74 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:1s;sub:pre:3s; -rapportent rapporter VER 56.99 62.43 1.98 2.03 ind:pre:3p; -rapporter rapporter VER 56.99 62.43 12.12 11.96 inf; -rapportera rapporter VER 56.99 62.43 2.13 0.68 ind:fut:3s; -rapporterai rapporter VER 56.99 62.43 1.94 0.54 ind:fut:1s; -rapporteraient rapporter VER 56.99 62.43 0.08 0.00 cnd:pre:3p; -rapporterais rapporter VER 56.99 62.43 0.09 0.00 cnd:pre:1s;cnd:pre:2s; -rapporterait rapporter VER 56.99 62.43 0.52 0.95 cnd:pre:3s; -rapporteras rapporter VER 56.99 62.43 0.40 0.27 ind:fut:2s; -rapporterez rapporter VER 56.99 62.43 0.46 0.27 ind:fut:2p; -rapporteriez rapporter VER 56.99 62.43 0.02 0.00 cnd:pre:2p; -rapporterons rapporter VER 56.99 62.43 0.03 0.00 ind:fut:1p; -rapporteront rapporter VER 56.99 62.43 0.11 0.07 ind:fut:3p; -rapportes rapporter VER 56.99 62.43 0.94 0.41 ind:pre:2s; -rapporteur rapporteur NOM m s 0.55 0.61 0.10 0.41 -rapporteurs rapporteur NOM m p 0.55 0.61 0.01 0.14 -rapporteuse rapporteur NOM f s 0.55 0.61 0.43 0.07 -rapporteuses rapporteuse NOM f p 0.03 0.00 0.03 0.00 -rapportez rapporter VER 56.99 62.43 2.19 0.47 imp:pre:2p;ind:pre:2p; -rapportiez rapporter VER 56.99 62.43 0.19 0.00 ind:imp:2p; -rapportions rapporter VER 56.99 62.43 0.01 0.14 ind:imp:1p; -rapportons rapporter VER 56.99 62.43 0.09 0.20 imp:pre:1p;ind:pre:1p; -rapportât rapporter VER 56.99 62.43 0.00 0.14 sub:imp:3s; -rapports rapport NOM m p 140.08 130.95 24.51 43.72 -rapportèrent rapporter VER 56.99 62.43 0.02 0.34 ind:pas:3p; -rapporté rapporter VER m s 56.99 62.43 8.58 11.89 par:pas; -rapportée rapporter VER f s 56.99 62.43 1.00 1.69 par:pas; -rapportées rapporter VER f p 56.99 62.43 0.42 1.55 par:pas; -rapportés rapporter VER m p 56.99 62.43 0.21 1.28 par:pas; -rapprendre rapprendre VER 0.02 0.27 0.02 0.20 inf; -rappris rapprendre VER 0.02 0.27 0.00 0.07 ind:pas:2s; -rapprocha rapprocher VER 25.18 54.66 0.15 6.62 ind:pas:3s; -rapprochai rapprocher VER 25.18 54.66 0.01 0.34 ind:pas:1s; -rapprochaient rapprocher VER 25.18 54.66 0.30 3.65 ind:imp:3p; -rapprochais rapprocher VER 25.18 54.66 0.05 0.27 ind:imp:1s;ind:imp:2s; -rapprochait rapprocher VER 25.18 54.66 0.69 7.57 ind:imp:3s; -rapprochant rapprocher VER 25.18 54.66 0.50 2.70 par:pre; -rapproche rapprocher VER 25.18 54.66 9.74 8.11 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -rapprochement rapprochement NOM m s 1.69 7.23 1.66 6.55 -rapprochements rapprochement NOM m p 1.69 7.23 0.02 0.68 -rapprochent rapprocher VER 25.18 54.66 1.44 3.11 ind:pre:3p; -rapprocher rapprocher VER 25.18 54.66 6.53 9.93 inf; -rapprochera rapprocher VER 25.18 54.66 0.34 0.41 ind:fut:3s; -rapprocherais rapprocher VER 25.18 54.66 0.02 0.07 cnd:pre:1s;cnd:pre:2s; -rapprocherait rapprocher VER 25.18 54.66 0.14 0.41 cnd:pre:3s; -rapprocheront rapprocher VER 25.18 54.66 0.00 0.07 ind:fut:3p; -rapprocheur rapprocheur NOM m s 0.00 0.14 0.00 0.14 -rapprochez rapprocher VER 25.18 54.66 2.65 0.34 imp:pre:2p;ind:pre:2p; -rapprochiez rapprocher VER 25.18 54.66 0.03 0.07 ind:imp:2p; -rapprochions rapprocher VER 25.18 54.66 0.01 0.14 ind:imp:1p; -rapprochons rapprocher VER 25.18 54.66 0.54 0.34 imp:pre:1p;ind:pre:1p; -rapprochât rapprocher VER 25.18 54.66 0.00 0.07 sub:imp:3s; -rapprochèrent rapprocher VER 25.18 54.66 0.04 1.96 ind:pas:3p; -rapproché rapprocher VER m s 25.18 54.66 0.86 3.51 par:pas; -rapprochée rapproché ADJ f s 1.70 3.72 0.78 0.41 -rapprochées rapproché ADJ f p 1.70 3.72 0.22 1.08 -rapprochés rapprocher VER m p 25.18 54.66 0.54 2.30 par:pas; -rappropriait rapproprier VER 0.00 0.07 0.00 0.07 ind:imp:3s; -rapsodie rapsodie NOM f s 0.02 0.00 0.02 0.00 -rapt rapt NOM m s 1.31 1.62 1.13 1.62 -rapts rapt NOM m p 1.31 1.62 0.18 0.00 -raquaient raquer VER 0.93 2.36 0.00 0.14 ind:imp:3p; -raquait raquer VER 0.93 2.36 0.00 0.07 ind:imp:3s; -raque raquer VER 0.93 2.36 0.34 0.61 imp:pre:2s;ind:pre:1s;ind:pre:3s; -raquent raquer VER 0.93 2.36 0.04 0.07 ind:pre:3p; -raquer raquer VER 0.93 2.36 0.40 0.88 inf; -raques raquer VER 0.93 2.36 0.07 0.00 ind:pre:2s; -raquette raquette NOM f s 2.05 3.51 1.77 1.69 -raquettes raquette NOM f p 2.05 3.51 0.28 1.82 -raquez raquer VER 0.93 2.36 0.02 0.00 imp:pre:2p;ind:pre:2p; -raquons raquer VER 0.93 2.36 0.00 0.07 ind:pre:1p; -raqué raquer VER m s 0.93 2.36 0.05 0.41 par:pas; -raquée raquer VER f s 0.93 2.36 0.01 0.07 par:pas; -raquées raquer VER f p 0.93 2.36 0.00 0.07 par:pas; -rare rare ADJ s 33.27 87.23 22.58 37.23 -rarement rarement ADV 14.05 31.62 14.05 31.62 -rares rare ADJ p 33.27 87.23 10.70 50.00 -rareté rareté NOM f s 0.63 2.43 0.51 2.30 -raretés rareté NOM f p 0.63 2.43 0.13 0.14 -rarissime rarissime ADJ s 0.54 1.96 0.38 1.35 -rarissimement rarissimement ADV 0.00 0.07 0.00 0.07 -rarissimes rarissime ADJ p 0.54 1.96 0.16 0.61 -raréfaction raréfaction NOM f s 0.01 0.27 0.01 0.27 -raréfia raréfier VER 0.35 1.89 0.00 0.14 ind:pas:3s; -raréfiaient raréfier VER 0.35 1.89 0.00 0.07 ind:imp:3p; -raréfiait raréfier VER 0.35 1.89 0.00 0.20 ind:imp:3s; -raréfiant raréfier VER 0.35 1.89 0.00 0.14 par:pre; -raréfie raréfier VER 0.35 1.89 0.06 0.00 ind:pre:3s; -raréfient raréfier VER 0.35 1.89 0.01 0.14 ind:pre:3p; -raréfier raréfier VER 0.35 1.89 0.10 0.27 inf; -raréfièrent raréfier VER 0.35 1.89 0.10 0.20 ind:pas:3p; -raréfié raréfier VER m s 0.35 1.89 0.06 0.34 par:pas; -raréfiée raréfié ADJ f s 0.06 0.34 0.04 0.07 -raréfiées raréfié ADJ f p 0.06 0.34 0.00 0.07 -raréfiés raréfier VER m p 0.35 1.89 0.00 0.20 par:pas; -ras_le_bol ras_le_bol NOM m 1.62 0.47 1.62 0.47 -ras ras ADJ m 7.51 16.89 5.92 9.32 -rasa raser VER 28.54 43.78 0.06 1.49 ind:pas:3s; -rasade rasade NOM f s 0.47 4.86 0.46 3.11 -rasades rasade NOM f p 0.47 4.86 0.01 1.76 -rasage rasage NOM m s 0.95 0.41 0.83 0.41 -rasages rasage NOM m p 0.95 0.41 0.12 0.00 -rasai raser VER 28.54 43.78 0.00 0.07 ind:pas:1s; -rasaient raser VER 28.54 43.78 0.01 0.68 ind:imp:3p; -rasais raser VER 28.54 43.78 0.51 0.47 ind:imp:1s;ind:imp:2s; -rasait raser VER 28.54 43.78 0.44 2.77 ind:imp:3s; -rasant raser VER 28.54 43.78 0.64 3.92 par:pre; -rasante rasant ADJ f s 0.33 1.89 0.15 0.74 -rasantes rasant ADJ f p 0.33 1.89 0.01 0.07 -rasants rasant ADJ m p 0.33 1.89 0.00 0.07 -rascasse rascasse NOM f s 0.41 0.41 0.40 0.00 -rascasses rascasse NOM f p 0.41 0.41 0.01 0.41 -rase_mottes rase_mottes NOM m 0.30 0.47 0.30 0.47 -rase_pet rase_pet NOM m s 0.02 0.20 0.00 0.20 -rase_pet rase_pet NOM m p 0.02 0.20 0.02 0.00 -rase raser VER 28.54 43.78 4.75 2.64 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:1s;sub:pre:3s; -rasent raser VER 28.54 43.78 0.50 0.68 ind:pre:3p; -raser raser VER 28.54 43.78 10.27 7.50 inf;; -rasera raser VER 28.54 43.78 0.32 0.14 ind:fut:3s; -raserai raser VER 28.54 43.78 0.55 0.14 ind:fut:1s; -raserais raser VER 28.54 43.78 0.08 0.07 cnd:pre:1s;cnd:pre:2s; -raserait raser VER 28.54 43.78 0.05 0.27 cnd:pre:3s; -raseras raser VER 28.54 43.78 0.02 0.14 ind:fut:2s; -raserez raser VER 28.54 43.78 0.01 0.00 ind:fut:2p; -raseront raser VER 28.54 43.78 0.16 0.00 ind:fut:3p; -rases raser VER 28.54 43.78 1.13 0.34 ind:pre:2s; -raseur raseur NOM m s 0.65 1.15 0.46 0.47 -raseurs raseur NOM m p 0.65 1.15 0.16 0.14 -raseuse raseur NOM f s 0.65 1.15 0.03 0.47 -raseuses raseur NOM f p 0.65 1.15 0.00 0.07 -rasez raser VER 28.54 43.78 0.64 0.20 imp:pre:2p;ind:pre:2p; -rash rash NOM m s 0.03 0.07 0.03 0.07 -rasibus rasibus ADV 0.01 0.34 0.01 0.34 -rasiez raser VER 28.54 43.78 0.04 0.00 ind:imp:2p; -rasif rasif NOM m s 0.00 0.54 0.00 0.47 -rasifs rasif NOM m p 0.00 0.54 0.00 0.07 -rasoir rasoir NOM m s 8.92 16.82 8.18 15.61 -rasoirs rasoir NOM m p 8.92 16.82 0.74 1.22 -rasons raser VER 28.54 43.78 0.29 0.00 imp:pre:1p;ind:pre:1p; -rassasiaient rassasier VER 1.48 3.58 0.00 0.27 ind:imp:3p; -rassasiais rassasier VER 1.48 3.58 0.00 0.07 ind:imp:1s; -rassasiait rassasier VER 1.48 3.58 0.00 0.20 ind:imp:3s; -rassasiant rassasiant ADJ m s 0.01 0.07 0.01 0.00 -rassasiantes rassasiant ADJ f p 0.01 0.07 0.00 0.07 -rassasie rassasier VER 1.48 3.58 0.14 0.27 imp:pre:2s;ind:pre:1s;ind:pre:3s; -rassasient rassasier VER 1.48 3.58 0.02 0.00 ind:pre:3p; -rassasier rassasier VER 1.48 3.58 0.39 0.88 inf; -rassasieraient rassasier VER 1.48 3.58 0.00 0.07 cnd:pre:3p; -rassasiez rassasier VER 1.48 3.58 0.11 0.00 imp:pre:2p; -rassasiât rassasier VER 1.48 3.58 0.00 0.07 sub:imp:3s; -rassasié rassasier VER m s 1.48 3.58 0.50 1.08 par:pas; -rassasiée rassasier VER f s 1.48 3.58 0.18 0.41 par:pas; -rassasiées rassasié ADJ f p 0.53 1.35 0.01 0.07 -rassasiés rassasier VER m p 1.48 3.58 0.14 0.20 par:pas; -rasse rasse NOM f s 0.00 0.07 0.00 0.07 -rassembla rassembler VER 25.99 52.70 0.14 2.97 ind:pas:3s; -rassemblai rassembler VER 25.99 52.70 0.01 0.54 ind:pas:1s; -rassemblaient rassembler VER 25.99 52.70 0.18 2.50 ind:imp:3p; -rassemblais rassembler VER 25.99 52.70 0.07 0.81 ind:imp:1s; -rassemblait rassembler VER 25.99 52.70 0.18 2.97 ind:imp:3s; -rassemblant rassembler VER 25.99 52.70 0.45 2.97 par:pre; -rassemble rassembler VER 25.99 52.70 5.75 5.14 imp:pre:2s;ind:pre:1s;ind:pre:3s; -rassemblement rassemblement NOM m s 4.96 8.24 4.39 7.30 -rassemblements rassemblement NOM m p 4.96 8.24 0.57 0.95 -rassemblent rassembler VER 25.99 52.70 1.59 1.35 ind:pre:3p; -rassembler rassembler VER 25.99 52.70 6.89 11.76 inf; -rassemblera rassembler VER 25.99 52.70 0.26 0.27 ind:fut:3s; -rassemblerai rassembler VER 25.99 52.70 0.05 0.07 ind:fut:1s; -rassembleraient rassembler VER 25.99 52.70 0.00 0.07 cnd:pre:3p; -rassemblerais rassembler VER 25.99 52.70 0.00 0.07 cnd:pre:1s; -rassemblerait rassembler VER 25.99 52.70 0.01 0.20 cnd:pre:3s; -rassembleras rassembler VER 25.99 52.70 0.14 0.00 ind:fut:2s; -rassemblerez rassembler VER 25.99 52.70 0.02 0.00 ind:fut:2p; -rassemblerons rassembler VER 25.99 52.70 0.05 0.00 ind:fut:1p; -rassembleront rassembler VER 25.99 52.70 0.10 0.14 ind:fut:3p; -rassembles rassembler VER 25.99 52.70 0.09 0.07 ind:pre:2s; -rassembleur rassembleur NOM m s 0.00 0.14 0.00 0.14 -rassemblez rassembler VER 25.99 52.70 4.35 0.07 imp:pre:2p;ind:pre:2p; -rassemblons rassembler VER 25.99 52.70 1.06 0.00 imp:pre:1p;ind:pre:1p; -rassemblèrent rassembler VER 25.99 52.70 0.02 0.81 ind:pas:3p; -rassemblé rassembler VER m s 25.99 52.70 2.09 5.54 par:pas; -rassemblée rassembler VER f s 25.99 52.70 0.20 2.77 par:pas; -rassemblées rassembler VER f p 25.99 52.70 0.45 3.45 par:pas; -rassemblés rassembler VER m p 25.99 52.70 1.84 8.18 par:pas; -rasseoir rasseoir VER 1.97 14.05 0.52 2.91 inf; -rasseyaient rasseoir VER 1.97 14.05 0.00 0.07 ind:imp:3p; -rasseyais rasseoir VER 1.97 14.05 0.01 0.14 ind:imp:1s; -rasseyait rasseoir VER 1.97 14.05 0.00 0.41 ind:imp:3s; -rasseyant rasseoir VER 1.97 14.05 0.00 0.61 par:pre; -rasseyent rasseoir VER 1.97 14.05 0.00 0.07 ind:pre:3p; -rasseyez rasseoir VER 1.97 14.05 0.45 0.00 imp:pre:2p;ind:pre:2p; -rasseyons rasseoir VER 1.97 14.05 0.00 0.14 ind:pre:1p; -rassied rasseoir VER 1.97 14.05 0.01 0.74 ind:pre:3s; -rassieds rasseoir VER 1.97 14.05 0.22 0.00 imp:pre:2s;ind:pre:1s; -rassir rassir VER 0.01 0.00 0.01 0.00 inf; -rassirent rasseoir VER 1.97 14.05 0.00 0.14 ind:pas:3p; -rassis rasseoir VER m 1.97 14.05 0.47 3.24 ind:pas:1s;par:pas;par:pas; -rassise rasseoir VER f s 1.97 14.05 0.00 0.61 par:pas; -rassit rasseoir VER 1.97 14.05 0.01 4.12 ind:pas:3s; -rassoie rasseoir VER 1.97 14.05 0.01 0.00 sub:pre:3s; -rassoient rasseoir VER 1.97 14.05 0.00 0.07 ind:pre:3p; -rassoies rasseoir VER 1.97 14.05 0.01 0.00 sub:pre:2s; -rassois rasseoir VER 1.97 14.05 0.01 0.20 ind:pre:1s; -rassoit rasseoir VER 1.97 14.05 0.25 0.54 ind:pre:3s; -rassortiment rassortiment NOM m s 0.00 0.07 0.00 0.07 -rassortir rassortir VER 0.01 0.07 0.01 0.07 inf; -rassoté rassoter VER m s 0.00 0.07 0.00 0.07 par:pas; -rassoyait rasseoir VER 1.97 14.05 0.00 0.07 ind:imp:3s; -rassura rassurer VER 29.25 68.04 0.00 3.65 ind:pas:3s; -rassurai rassurer VER 29.25 68.04 0.01 0.88 ind:pas:1s; -rassuraient rassurer VER 29.25 68.04 0.01 1.42 ind:imp:3p; -rassurais rassurer VER 29.25 68.04 0.00 0.41 ind:imp:1s; -rassurait rassurer VER 29.25 68.04 0.46 5.07 ind:imp:3s; -rassurant rassurant ADJ m s 3.16 16.69 2.81 7.64 -rassurante rassurant ADJ f s 3.16 16.69 0.21 5.34 -rassurantes rassurant ADJ f p 3.16 16.69 0.09 2.50 -rassurants rassurant ADJ m p 3.16 16.69 0.05 1.22 -rassure rassurer VER 29.25 68.04 9.62 9.66 imp:pre:2s;ind:pre:1s;ind:pre:3s; -rassurement rassurement NOM m s 0.00 0.07 0.00 0.07 -rassurent rassurer VER 29.25 68.04 0.42 0.54 ind:pre:3p; -rassurer rassurer VER 29.25 68.04 6.06 17.57 inf; -rassurera rassurer VER 29.25 68.04 0.34 0.20 ind:fut:3s; -rassurerait rassurer VER 29.25 68.04 0.34 0.54 cnd:pre:3s; -rassureront rassurer VER 29.25 68.04 0.14 0.07 ind:fut:3p; -rassures rassurer VER 29.25 68.04 0.58 0.14 ind:pre:2s; -rassurez rassurer VER 29.25 68.04 5.42 3.51 imp:pre:2p;ind:pre:2p; -rassuriez rassurer VER 29.25 68.04 0.00 0.07 ind:imp:2p; -rassurâmes rassurer VER 29.25 68.04 0.00 0.07 ind:pas:1p; -rassurons rassurer VER 29.25 68.04 0.02 0.20 imp:pre:1p;ind:pre:1p; -rassurât rassurer VER 29.25 68.04 0.00 0.14 sub:imp:3s; -rassérène rasséréner VER 0.02 4.39 0.00 0.41 ind:pre:1s;ind:pre:3s; -rassurèrent rassurer VER 29.25 68.04 0.00 0.34 ind:pas:3p; -rassuré rassurer VER m s 29.25 68.04 2.56 12.50 par:pas; -rassurée rassurer VER f s 29.25 68.04 2.44 5.88 par:pas; -rassurées rassurer VER f p 29.25 68.04 0.19 0.27 par:pas; -rasséréna rasséréner VER 0.02 4.39 0.00 0.54 ind:pas:3s; -rassérénai rasséréner VER 0.02 4.39 0.00 0.27 ind:pas:1s; -rassérénait rasséréner VER 0.02 4.39 0.01 0.34 ind:imp:3s; -rassérénant rasséréner VER 0.02 4.39 0.00 0.07 par:pre; -rasséréner rasséréner VER 0.02 4.39 0.00 0.20 inf; -rassérénera rasséréner VER 0.02 4.39 0.00 0.07 ind:fut:3s; -rasséréné rasséréner VER m s 0.02 4.39 0.00 1.82 par:pas; -rassérénée rasséréner VER f s 0.02 4.39 0.00 0.54 par:pas; -rassérénées rasséréner VER f p 0.02 4.39 0.00 0.07 par:pas; -rassérénés rasséréner VER m p 0.02 4.39 0.01 0.07 par:pas; -rassurés rassurer VER m p 29.25 68.04 0.55 2.64 par:pas; -rasta rasta NOM m s 0.43 0.34 0.32 0.20 -rastafari rastafari ADJ m s 0.03 0.00 0.03 0.00 -rastafari rastafari NOM m s 0.03 0.00 0.03 0.00 -rastaquouère rastaquouère NOM m s 0.05 0.41 0.01 0.20 -rastaquouères rastaquouère NOM m p 0.05 0.41 0.04 0.20 -rastas rasta NOM m p 0.43 0.34 0.12 0.14 -rasèrent raser VER 28.54 43.78 0.00 0.14 ind:pas:3p; -rasé raser VER m s 28.54 43.78 5.35 13.92 par:pas; -rasée raser VER f s 28.54 43.78 1.83 3.51 par:pas; -rasées raser VER f p 28.54 43.78 0.16 1.82 par:pas; -rasés raser VER m p 28.54 43.78 0.76 2.91 par:pas; -rat_de_cave rat_de_cave NOM m s 0.00 0.07 0.00 0.07 -rat rat NOM m s 45.60 37.64 24.21 20.81 -rata rata NOM m s 0.53 0.27 0.53 0.27 -ratafia ratafia NOM m s 0.02 0.54 0.02 0.54 -ratage ratage NOM m s 0.63 1.01 0.16 0.68 -ratages ratage NOM m p 0.63 1.01 0.47 0.34 -ratai rater VER 80.45 22.70 0.00 0.27 ind:pas:1s; -rataient rater VER 80.45 22.70 0.03 0.14 ind:imp:3p; -ratais rater VER 80.45 22.70 0.31 0.34 ind:imp:1s;ind:imp:2s; -ratait rater VER 80.45 22.70 0.23 1.22 ind:imp:3s; -ratant rater VER 80.45 22.70 0.09 0.07 par:pre; -rataplan rataplan ONO 0.00 0.07 0.00 0.07 -ratatinai ratatiner VER 0.69 3.65 0.00 0.07 ind:pas:1s; -ratatinaient ratatiner VER 0.69 3.65 0.00 0.14 ind:imp:3p; -ratatinais ratatiner VER 0.69 3.65 0.01 0.00 ind:imp:1s; -ratatinait ratatiner VER 0.69 3.65 0.00 0.47 ind:imp:3s; -ratatine ratatiner VER 0.69 3.65 0.13 0.27 imp:pre:2s;ind:pre:1s;ind:pre:3s; -ratatinent ratatiner VER 0.69 3.65 0.01 0.00 ind:pre:3p; -ratatiner ratatiner VER 0.69 3.65 0.21 0.54 inf; -ratatinerait ratatiner VER 0.69 3.65 0.01 0.07 cnd:pre:3s; -ratatineront ratatiner VER 0.69 3.65 0.01 0.07 ind:fut:3p; -ratatiné ratatiner VER m s 0.69 3.65 0.24 1.08 par:pas; -ratatinée ratatiner VER f s 0.69 3.65 0.04 0.61 par:pas; -ratatinées ratatiné ADJ f p 0.40 2.09 0.11 0.27 -ratatinés ratatiner VER m p 0.69 3.65 0.03 0.27 par:pas; -ratatouille ratatouille NOM f s 0.54 0.74 0.54 0.61 -ratatouilles ratatouille NOM f p 0.54 0.74 0.00 0.14 -rate rater VER 80.45 22.70 8.32 2.91 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:1s; -ratent rater VER 80.45 22.70 0.54 0.61 ind:pre:3p; -rater rater VER 80.45 22.70 24.71 6.28 inf; -ratera rater VER 80.45 22.70 0.42 0.00 ind:fut:3s; -raterai rater VER 80.45 22.70 0.64 0.00 ind:fut:1s; -raterais rater VER 80.45 22.70 0.63 0.14 cnd:pre:1s;cnd:pre:2s; -raterait rater VER 80.45 22.70 0.40 0.07 cnd:pre:3s; -rateras rater VER 80.45 22.70 0.21 0.07 ind:fut:2s; -raterez rater VER 80.45 22.70 0.34 0.00 ind:fut:2p; -rateriez rater VER 80.45 22.70 0.03 0.00 cnd:pre:2p; -raterons rater VER 80.45 22.70 0.14 0.00 ind:fut:1p; -rateront rater VER 80.45 22.70 0.27 0.07 ind:fut:3p; -rates rater VER 80.45 22.70 3.75 0.27 ind:pre:2s;sub:pre:2s; -ratez rater VER 80.45 22.70 2.10 0.14 imp:pre:2p;ind:pre:2p; -ratiboisaient ratiboiser VER 0.09 0.81 0.00 0.07 ind:imp:3p; -ratiboisait ratiboiser VER 0.09 0.81 0.00 0.14 ind:imp:3s; -ratiboiser ratiboiser VER 0.09 0.81 0.06 0.07 inf; -ratiboises ratiboiser VER 0.09 0.81 0.00 0.07 ind:pre:2s; -ratiboisé ratiboiser VER m s 0.09 0.81 0.01 0.47 par:pas; -ratiboisés ratiboiser VER m p 0.09 0.81 0.02 0.00 par:pas; -ratiche ratiche NOM f s 0.04 1.76 0.00 0.47 -ratiches ratiche NOM f p 0.04 1.76 0.04 1.28 -ratichon ratichon NOM m s 0.00 0.61 0.00 0.41 -ratichons ratichon NOM m p 0.00 0.61 0.00 0.20 -raticide raticide NOM m s 0.04 0.00 0.04 0.00 -ratier ratier NOM m s 0.00 0.88 0.00 0.88 -ratiez rater VER 80.45 22.70 0.20 0.07 ind:imp:2p;sub:pre:2p; -ratifia ratifier VER 0.80 1.22 0.00 0.07 ind:pas:3s; -ratifiant ratifier VER 0.80 1.22 0.00 0.07 par:pre; -ratification ratification NOM f s 0.28 1.08 0.28 1.08 -ratifie ratifier VER 0.80 1.22 0.04 0.07 ind:pre:3s; -ratifient ratifier VER 0.80 1.22 0.00 0.07 ind:pre:3p; -ratifier ratifier VER 0.80 1.22 0.30 0.27 inf; -ratifieront ratifier VER 0.80 1.22 0.02 0.00 ind:fut:3p; -ratifié ratifier VER m s 0.80 1.22 0.34 0.27 par:pas; -ratifiée ratifier VER f s 0.80 1.22 0.10 0.27 par:pas; -ratifiés ratifier VER m p 0.80 1.22 0.00 0.14 par:pas; -ratine ratine NOM f s 0.00 0.47 0.00 0.47 -ratio ratio NOM m s 0.40 0.00 0.40 0.00 -ratiocinait ratiociner VER 0.00 0.14 0.00 0.07 ind:imp:3s; -ratiocinant ratiociner VER 0.00 0.14 0.00 0.07 par:pre; -ratiocination ratiocination NOM f s 0.02 0.54 0.02 0.00 -ratiocinations ratiocination NOM f p 0.02 0.54 0.00 0.54 -ratiocineur ratiocineur NOM m s 0.01 0.14 0.01 0.14 -ration ration NOM f s 3.54 8.18 2.24 5.95 -rational rational NOM m s 0.02 0.00 0.02 0.00 -rationalisation rationalisation NOM f s 0.08 0.20 0.08 0.20 -rationalise rationaliser VER 0.58 0.00 0.22 0.00 ind:pre:1s;ind:pre:3s; -rationaliser rationaliser VER 0.58 0.00 0.34 0.00 inf; -rationalisez rationaliser VER 0.58 0.00 0.01 0.00 ind:pre:2p; -rationalisme rationalisme NOM m s 0.34 0.41 0.34 0.41 -rationaliste rationaliste NOM s 0.14 0.27 0.14 0.20 -rationalistes rationaliste ADJ f p 0.01 0.47 0.00 0.07 -rationalisé rationaliser VER m s 0.58 0.00 0.01 0.00 par:pas; -rationalisée rationalisé ADJ f s 0.01 0.20 0.01 0.20 -rationalité rationalité NOM f s 0.11 0.27 0.11 0.27 -rationne rationner VER 0.66 1.01 0.06 0.07 ind:pre:1s;ind:pre:3s; -rationnel rationnel ADJ m s 3.50 3.04 1.26 1.08 -rationnelle rationnel ADJ f s 3.50 3.04 1.73 1.42 -rationnellement rationnellement ADV 0.41 0.41 0.41 0.41 -rationnelles rationnel ADJ f p 3.50 3.04 0.14 0.34 -rationnels rationnel ADJ m p 3.50 3.04 0.35 0.20 -rationnement rationnement NOM m s 1.12 1.55 1.12 1.55 -rationner rationner VER 0.66 1.01 0.19 0.20 inf; -rationnez rationner VER 0.66 1.01 0.01 0.00 ind:pre:2p; -rationné rationner VER m s 0.66 1.01 0.20 0.41 par:pas; -rationnée rationner VER f s 0.66 1.01 0.02 0.14 par:pas; -rationnées rationner VER f p 0.66 1.01 0.02 0.00 par:pas; -rationnés rationner VER m p 0.66 1.01 0.17 0.20 par:pas; -rations ration NOM f p 3.54 8.18 1.30 2.23 -ratissa ratisser VER 3.45 5.27 0.00 0.20 ind:pas:3s; -ratissage ratissage NOM m s 0.40 0.20 0.40 0.20 -ratissaient ratisser VER 3.45 5.27 0.01 0.20 ind:imp:3p; -ratissais ratisser VER 3.45 5.27 0.01 0.07 ind:imp:1s; -ratissait ratisser VER 3.45 5.27 0.03 0.47 ind:imp:3s; -ratissant ratisser VER 3.45 5.27 0.01 0.27 par:pre; -ratisse ratisser VER 3.45 5.27 0.81 0.54 imp:pre:2s;ind:pre:1s;ind:pre:3s; -ratissent ratisser VER 3.45 5.27 0.58 0.00 ind:pre:3p; -ratisser ratisser VER 3.45 5.27 1.13 1.28 inf; -ratisserai ratisser VER 3.45 5.27 0.01 0.00 ind:fut:1s; -ratisseront ratisser VER 3.45 5.27 0.02 0.00 ind:fut:3p; -ratisseur ratisseur ADJ m s 0.00 0.07 0.00 0.07 -ratissez ratisser VER 3.45 5.27 0.27 0.00 imp:pre:2p; -ratissons ratisser VER 3.45 5.27 0.13 0.00 imp:pre:1p;ind:pre:1p; -ratissé ratisser VER m s 3.45 5.27 0.40 1.49 par:pas; -ratissée ratisser VER f s 3.45 5.27 0.01 0.41 par:pas; -ratissées ratisser VER f p 3.45 5.27 0.00 0.27 par:pas; -ratissés ratisser VER m p 3.45 5.27 0.01 0.07 par:pas; -ratite ratite NOM m s 0.05 0.00 0.03 0.00 -ratites ratite NOM m p 0.05 0.00 0.02 0.00 -ratière ratière NOM f s 0.12 1.49 0.12 1.42 -ratières ratière NOM f p 0.12 1.49 0.00 0.07 -raton raton NOM m s 1.70 5.41 1.37 3.11 -ratonnade ratonnade NOM f s 0.01 0.34 0.00 0.14 -ratonnades ratonnade NOM f p 0.01 0.34 0.01 0.20 -ratonnent ratonner VER 0.00 0.20 0.00 0.07 ind:pre:3p; -ratonner ratonner VER 0.00 0.20 0.00 0.14 inf; -ratons raton NOM m p 1.70 5.41 0.33 2.30 -rats rat NOM m p 45.60 37.64 21.39 16.82 -rattacha rattacher VER 2.13 12.03 0.00 0.07 ind:pas:3s; -rattachaient rattacher VER 2.13 12.03 0.00 0.68 ind:imp:3p; -rattachais rattacher VER 2.13 12.03 0.00 0.14 ind:imp:1s; -rattachait rattacher VER 2.13 12.03 0.05 2.43 ind:imp:3s; -rattachant rattacher VER 2.13 12.03 0.11 0.27 par:pre; -rattache rattacher VER 2.13 12.03 0.70 1.08 imp:pre:2s;ind:pre:3s; -rattachement rattachement NOM m s 0.13 0.68 0.13 0.68 -rattachent rattacher VER 2.13 12.03 0.07 0.68 ind:pre:3p; -rattacher rattacher VER 2.13 12.03 0.37 2.30 inf;; -rattachera rattacher VER 2.13 12.03 0.03 0.07 ind:fut:3s; -rattacherait rattacher VER 2.13 12.03 0.00 0.07 cnd:pre:3s; -rattachez rattacher VER 2.13 12.03 0.03 0.07 imp:pre:2p;ind:pre:2p; -rattachions rattacher VER 2.13 12.03 0.00 0.07 ind:imp:1p; -rattachons rattacher VER 2.13 12.03 0.00 0.07 ind:pre:1p; -rattachât rattacher VER 2.13 12.03 0.00 0.07 sub:imp:3s; -rattaché rattacher VER m s 2.13 12.03 0.45 1.35 par:pas; -rattachée rattacher VER f s 2.13 12.03 0.08 1.08 par:pas; -rattachées rattacher VER f p 2.13 12.03 0.06 0.34 par:pas; -rattachés rattacher VER m p 2.13 12.03 0.17 1.22 par:pas; -ratte ratte NOM f s 0.01 0.00 0.01 0.00 -ratèrent rater VER 80.45 22.70 0.00 0.14 ind:pas:3p; -rattrapa rattraper VER 38.32 39.39 0.05 3.99 ind:pas:3s; -rattrapage rattrapage NOM m s 0.88 0.68 0.84 0.61 -rattrapages rattrapage NOM m p 0.88 0.68 0.04 0.07 -rattrapai rattraper VER 38.32 39.39 0.00 0.41 ind:pas:1s; -rattrapaient rattraper VER 38.32 39.39 0.03 0.34 ind:imp:3p; -rattrapais rattraper VER 38.32 39.39 0.06 0.41 ind:imp:1s; -rattrapait rattraper VER 38.32 39.39 0.19 1.82 ind:imp:3s; -rattrapant rattraper VER 38.32 39.39 0.05 1.42 par:pre; -rattrape rattraper VER 38.32 39.39 7.35 4.32 imp:pre:2s;ind:pre:1s;ind:pre:3s; -rattrapent rattraper VER 38.32 39.39 0.91 0.47 ind:pre:3p; -rattraper rattraper VER 38.32 39.39 16.35 16.49 inf; -rattrapera rattraper VER 38.32 39.39 1.67 0.54 ind:fut:3s; -rattraperai rattraper VER 38.32 39.39 1.41 0.34 ind:fut:1s; -rattraperaient rattraper VER 38.32 39.39 0.04 0.00 cnd:pre:3p; -rattraperais rattraper VER 38.32 39.39 0.23 0.20 cnd:pre:1s;cnd:pre:2s; -rattraperait rattraper VER 38.32 39.39 0.15 0.54 cnd:pre:3s; -rattraperas rattraper VER 38.32 39.39 0.53 0.27 ind:fut:2s; -rattraperez rattraper VER 38.32 39.39 0.34 0.14 ind:fut:2p; -rattraperons rattraper VER 38.32 39.39 0.42 0.14 ind:fut:1p; -rattraperont rattraper VER 38.32 39.39 0.50 0.07 ind:fut:3p; -rattrapes rattraper VER 38.32 39.39 0.37 0.07 ind:pre:2s; -rattrapez rattraper VER 38.32 39.39 3.11 0.07 imp:pre:2p;ind:pre:2p; -rattrapiez rattraper VER 38.32 39.39 0.01 0.00 ind:imp:2p; -rattrapions rattraper VER 38.32 39.39 0.00 0.41 ind:imp:1p; -rattrapons rattraper VER 38.32 39.39 0.82 0.07 imp:pre:1p;ind:pre:1p; -rattrapât rattraper VER 38.32 39.39 0.00 0.07 sub:imp:3s; -rattrapèrent rattraper VER 38.32 39.39 0.02 0.41 ind:pas:3p; -rattrapé rattraper VER m s 38.32 39.39 2.30 3.85 par:pas; -rattrapée rattraper VER f s 38.32 39.39 0.92 1.55 par:pas; -rattrapées rattraper VER f p 38.32 39.39 0.00 0.27 par:pas; -rattrapés rattraper VER m p 38.32 39.39 0.49 0.74 par:pas; -raté rater VER m s 80.45 22.70 34.33 7.70 par:pas; -ratée rater VER f s 80.45 22.70 1.59 1.08 par:pas; -ratées raté ADJ f p 4.52 4.05 0.44 0.34 -ratura raturer VER 0.04 2.09 0.00 0.14 ind:pas:3s; -raturai raturer VER 0.04 2.09 0.00 0.07 ind:pas:1s; -raturais raturer VER 0.04 2.09 0.00 0.07 ind:imp:1s; -raturait raturer VER 0.04 2.09 0.00 0.14 ind:imp:3s; -rature raturer VER 0.04 2.09 0.02 0.07 ind:pre:3s; -raturer raturer VER 0.04 2.09 0.00 0.41 inf; -ratures rature NOM f p 0.13 1.96 0.11 1.49 -raturé raturer VER m s 0.04 2.09 0.02 0.54 par:pas; -raturée raturer VER f s 0.04 2.09 0.00 0.41 par:pas; -raturées raturer VER f p 0.04 2.09 0.00 0.14 par:pas; -raturés raturer VER m p 0.04 2.09 0.00 0.14 par:pas; -ratés raté NOM m p 8.45 4.93 1.27 1.96 -raucité raucité NOM f s 0.00 0.61 0.00 0.61 -rauqua rauquer VER 0.00 0.20 0.00 0.07 ind:pas:3s; -rauque rauque ADJ s 0.44 18.85 0.30 14.80 -rauquement rauquement NOM m s 0.00 0.20 0.00 0.20 -rauques rauque ADJ p 0.44 18.85 0.14 4.05 -ravage ravager VER 3.65 9.26 0.34 0.54 ind:pre:3s; -ravagea ravager VER 3.65 9.26 0.14 0.34 ind:pas:3s; -ravageaient ravager VER 3.65 9.26 0.16 0.68 ind:imp:3p; -ravageais ravager VER 3.65 9.26 0.01 0.00 ind:imp:2s; -ravageait ravager VER 3.65 9.26 0.02 1.22 ind:imp:3s; -ravageant ravageant ADJ m s 0.05 0.27 0.05 0.20 -ravageante ravageant ADJ f s 0.05 0.27 0.00 0.07 -ravagent ravager VER 3.65 9.26 0.76 0.41 ind:pre:3p; -ravager ravager VER 3.65 9.26 0.28 1.22 inf; -ravagera ravager VER 3.65 9.26 0.02 0.00 ind:fut:3s; -ravagerai ravager VER 3.65 9.26 0.00 0.07 ind:fut:1s; -ravageraient ravager VER 3.65 9.26 0.00 0.07 cnd:pre:3p; -ravages ravage NOM m p 2.16 5.54 2.04 5.14 -ravageur ravageur ADJ m s 0.12 1.42 0.07 1.01 -ravageurs ravageur ADJ m p 0.12 1.42 0.02 0.14 -ravageuse ravageuse NOM f s 0.03 0.00 0.03 0.00 -ravageuses ravageur ADJ f p 0.12 1.42 0.01 0.00 -ravagez ravager VER 3.65 9.26 0.14 0.00 ind:pre:2p; -ravagèrent ravager VER 3.65 9.26 0.00 0.14 ind:pas:3p; -ravagé ravager VER m s 3.65 9.26 1.03 2.64 par:pas; -ravagée ravager VER f s 3.65 9.26 0.21 0.74 par:pas; -ravagées ravager VER f p 3.65 9.26 0.06 0.27 par:pas; -ravagés ravager VER m p 3.65 9.26 0.36 0.95 par:pas; -raval raval NOM m s 0.20 0.00 0.20 0.00 -ravala ravaler VER 1.42 8.99 0.00 0.88 ind:pas:3s; -ravalai ravaler VER 1.42 8.99 0.01 0.20 ind:pas:1s; -ravalaient ravaler VER 1.42 8.99 0.00 0.14 ind:imp:3p; -ravalais ravaler VER 1.42 8.99 0.00 0.14 ind:imp:1s; -ravalait ravaler VER 1.42 8.99 0.00 0.81 ind:imp:3s; -ravalant ravaler VER 1.42 8.99 0.11 0.95 par:pre; -ravale ravaler VER 1.42 8.99 0.46 1.35 imp:pre:2s;ind:pre:1s;ind:pre:3s; -ravalement ravalement NOM m s 0.19 0.41 0.19 0.41 -ravalent ravaler VER 1.42 8.99 0.10 0.14 ind:pre:3p; -ravaler ravaler VER 1.42 8.99 0.47 2.09 inf; -ravalera ravaler VER 1.42 8.99 0.01 0.00 ind:fut:3s; -ravaleront ravaler VER 1.42 8.99 0.00 0.07 ind:fut:3p; -ravales ravaler VER 1.42 8.99 0.04 0.07 ind:pre:2s; -ravaleur ravaleur NOM m s 0.00 0.07 0.00 0.07 -ravalez ravaler VER 1.42 8.99 0.01 0.00 imp:pre:2p; -ravalons ravaler VER 1.42 8.99 0.02 0.00 imp:pre:1p; -ravalât ravaler VER 1.42 8.99 0.00 0.07 sub:imp:3s; -ravalé ravaler VER m s 1.42 8.99 0.07 1.01 par:pas; -ravalée ravaler VER f s 1.42 8.99 0.02 0.34 par:pas; -ravalées ravaler VER f p 1.42 8.99 0.10 0.34 par:pas; -ravalés ravaler VER m p 1.42 8.99 0.00 0.41 par:pas; -ravaudage ravaudage NOM m s 0.01 0.20 0.01 0.20 -ravaudait ravauder VER 0.00 1.08 0.00 0.34 ind:imp:3s; -ravaudant ravauder VER 0.00 1.08 0.00 0.14 par:pre; -ravaude ravauder VER 0.00 1.08 0.00 0.14 ind:pre:3s; -ravauder ravauder VER 0.00 1.08 0.00 0.27 inf; -ravaudé ravauder VER m s 0.00 1.08 0.00 0.07 par:pas; -ravaudées ravauder VER f p 0.00 1.08 0.00 0.07 par:pas; -ravaudés ravauder VER m p 0.00 1.08 0.00 0.07 par:pas; -rave rave NOM f s 1.57 1.01 1.27 0.00 -ravenelles ravenelle NOM f p 0.00 0.14 0.00 0.14 -ravennate ravennate ADJ s 0.00 0.07 0.00 0.07 -raves rave NOM f p 1.57 1.01 0.30 1.01 -ravi ravir VER m s 72.67 27.91 40.64 11.42 par:pas; -ravie ravir VER f s 72.67 27.91 23.25 5.20 par:pas; -ravier ravier NOM m s 0.00 1.01 0.00 0.61 -raviers ravier NOM m p 0.00 1.01 0.00 0.41 -ravies ravir VER f p 72.67 27.91 0.82 0.47 par:pas; -ravigotait ravigoter VER 0.02 0.07 0.00 0.07 ind:imp:3s; -ravigotant ravigotant ADJ m s 0.02 0.14 0.02 0.07 -ravigotants ravigotant ADJ m p 0.02 0.14 0.00 0.07 -ravigote ravigote NOM f s 0.00 0.14 0.00 0.14 -ravigoter ravigoter VER 0.02 0.07 0.02 0.00 inf; -ravin ravin NOM m s 4.93 11.35 4.30 9.12 -ravina raviner VER 0.08 2.57 0.04 0.07 ind:pas:3s; -ravinaient raviner VER 0.08 2.57 0.00 0.14 ind:imp:3p; -ravinant raviner VER 0.08 2.57 0.00 0.14 par:pre; -ravine ravine NOM f s 0.30 0.95 0.25 0.54 -ravinement ravinement NOM m s 0.00 0.14 0.00 0.07 -ravinements ravinement NOM m p 0.00 0.14 0.00 0.07 -ravinent raviner VER 0.08 2.57 0.00 0.07 ind:pre:3p; -raviner raviner VER 0.08 2.57 0.00 0.14 inf; -ravines ravine NOM f p 0.30 0.95 0.05 0.41 -ravins ravin NOM m p 4.93 11.35 0.63 2.23 -raviné raviner VER m s 0.08 2.57 0.00 0.61 par:pas; -ravinée raviner VER f s 0.08 2.57 0.01 0.54 par:pas; -ravinées raviner VER f p 0.08 2.57 0.01 0.27 par:pas; -ravinés raviner VER m p 0.08 2.57 0.01 0.54 par:pas; -ravioli ravioli NOM m 2.71 1.22 0.95 0.88 -raviolis ravioli NOM m p 2.71 1.22 1.76 0.34 -ravir ravir VER 72.67 27.91 2.08 3.45 inf; -ravirait ravir VER 72.67 27.91 0.13 0.20 cnd:pre:3s; -ravirent ravir VER 72.67 27.91 0.00 0.20 ind:pas:3p; -raviront ravir VER 72.67 27.91 0.11 0.00 ind:fut:3p; -ravis ravir VER m p 72.67 27.91 3.81 2.50 imp:pre:2s;par:pas; -ravisa raviser VER 0.99 5.95 0.02 2.57 ind:pas:3s; -ravisais raviser VER 0.99 5.95 0.04 0.00 ind:imp:1s;ind:imp:2s; -ravisait raviser VER 0.99 5.95 0.02 0.34 ind:imp:3s; -ravisant raviser VER 0.99 5.95 0.10 1.08 par:pre; -ravise raviser VER 0.99 5.95 0.22 0.81 ind:pre:1s;ind:pre:3s; -ravisent raviser VER 0.99 5.95 0.02 0.00 ind:pre:3p; -raviser raviser VER 0.99 5.95 0.07 0.61 inf; -ravisera raviser VER 0.99 5.95 0.03 0.00 ind:fut:3s; -raviserais raviser VER 0.99 5.95 0.04 0.00 cnd:pre:2s; -ravises raviser VER 0.99 5.95 0.02 0.00 ind:pre:2s; -ravisez raviser VER 0.99 5.95 0.02 0.00 imp:pre:2p;ind:pre:2p; -ravissaient ravir VER 72.67 27.91 0.02 0.34 ind:imp:3p; -ravissait ravir VER 72.67 27.91 0.02 2.43 ind:imp:3s; -ravissant ravissant ADJ m s 15.85 13.51 4.62 4.59 -ravissante ravissant ADJ f s 15.85 13.51 9.22 5.88 -ravissantes ravissant ADJ f p 15.85 13.51 1.47 1.62 -ravissants ravissant ADJ m p 15.85 13.51 0.54 1.42 -ravisse ravir VER 72.67 27.91 0.27 0.00 sub:pre:3s; -ravissement ravissement NOM m s 1.34 6.55 1.34 6.49 -ravissements ravissement NOM m p 1.34 6.55 0.00 0.07 -ravissent ravir VER 72.67 27.91 0.11 0.54 ind:pre:3p; -ravisseur ravisseur NOM m s 5.75 1.69 2.21 1.01 -ravisseurs ravisseur NOM m p 5.75 1.69 3.52 0.68 -ravisseuse ravisseur NOM f s 5.75 1.69 0.03 0.00 -ravisé raviser VER m s 0.99 5.95 0.32 0.34 par:pas; -ravisée raviser VER f s 0.99 5.95 0.07 0.20 par:pas; -ravit ravir VER 72.67 27.91 1.15 1.01 ind:pre:3s;ind:pas:3s; -ravitaillaient ravitailler VER 1.49 3.85 0.00 0.34 ind:imp:3p; -ravitaillait ravitailler VER 1.49 3.85 0.00 0.27 ind:imp:3s; -ravitaille ravitailler VER 1.49 3.85 0.36 0.34 imp:pre:2s;ind:pre:3s; -ravitaillement ravitaillement NOM m s 2.83 12.57 2.66 11.42 -ravitaillements ravitaillement NOM m p 2.83 12.57 0.17 1.15 -ravitaillent ravitailler VER 1.49 3.85 0.05 0.14 ind:pre:3p; -ravitailler ravitailler VER 1.49 3.85 0.82 1.69 inf; -ravitaillera ravitailler VER 1.49 3.85 0.05 0.00 ind:fut:3s; -ravitaillerait ravitailler VER 1.49 3.85 0.01 0.14 cnd:pre:3s; -ravitailleras ravitailler VER 1.49 3.85 0.00 0.07 ind:fut:2s; -ravitaillerez ravitailler VER 1.49 3.85 0.01 0.00 ind:fut:2p; -ravitailleur ravitailleur NOM m s 0.85 0.20 0.75 0.14 -ravitailleurs ravitailleur NOM m p 0.85 0.20 0.09 0.07 -ravitailleuse ravitailleur NOM f s 0.85 0.20 0.01 0.00 -ravitaillons ravitailler VER 1.49 3.85 0.01 0.00 ind:pre:1p; -ravitaillé ravitailler VER m s 1.49 3.85 0.08 0.41 par:pas; -ravitaillée ravitailler VER f s 1.49 3.85 0.01 0.27 par:pas; -ravitaillées ravitailler VER f p 1.49 3.85 0.01 0.20 par:pas; -ravitaillés ravitailler VER m p 1.49 3.85 0.08 0.00 par:pas; -raviva raviver VER 2.17 4.46 0.01 0.47 ind:pas:3s; -ravivaient raviver VER 2.17 4.46 0.00 0.07 ind:imp:3p; -ravivait raviver VER 2.17 4.46 0.00 0.61 ind:imp:3s; -ravivant raviver VER 2.17 4.46 0.11 0.14 par:pre; -ravive raviver VER 2.17 4.46 0.70 0.27 imp:pre:2s;ind:pre:1s;ind:pre:3s; -ravivement ravivement NOM m s 0.00 0.07 0.00 0.07 -ravivent raviver VER 2.17 4.46 0.12 0.27 ind:pre:3p; -raviver raviver VER 2.17 4.46 0.79 1.62 inf; -ravivez raviver VER 2.17 4.46 0.16 0.00 imp:pre:2p;ind:pre:2p; -ravivât raviver VER 2.17 4.46 0.00 0.07 sub:imp:3s; -ravivé raviver VER m s 2.17 4.46 0.12 0.47 par:pas; -ravivée raviver VER f s 2.17 4.46 0.14 0.47 par:pas; -ravoir ravoir VER 1.16 1.08 1.16 1.08 inf; -ray_grass ray_grass NOM m 0.00 0.14 0.00 0.14 -raya rayer VER 7.42 11.22 0.02 0.54 ind:pas:3s; -rayables rayable ADJ p 0.00 0.07 0.00 0.07 -rayaient rayer VER 7.42 11.22 0.00 0.27 ind:imp:3p; -rayait rayer VER 7.42 11.22 0.02 0.61 ind:imp:3s; -rayant rayer VER 7.42 11.22 0.14 0.41 par:pre; -raye rayer VER 7.42 11.22 0.83 0.54 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:1s; -rayent rayer VER 7.42 11.22 0.09 0.07 ind:pre:3p; -rayer rayer VER 7.42 11.22 2.26 1.76 inf; -rayera rayer VER 7.42 11.22 0.02 0.00 ind:fut:3s; -rayerai rayer VER 7.42 11.22 0.02 0.00 ind:fut:1s; -rayerais rayer VER 7.42 11.22 0.00 0.07 cnd:pre:1s; -rayeras rayer VER 7.42 11.22 0.10 0.00 ind:fut:2s; -rayeront rayer VER 7.42 11.22 0.01 0.00 ind:fut:3p; -rayez rayer VER 7.42 11.22 0.60 0.14 imp:pre:2p;ind:pre:2p; -rayions rayer VER 7.42 11.22 0.00 0.07 ind:imp:1p; -rayon_éclair rayon_éclair NOM m s 0.00 0.07 0.00 0.07 -rayon rayon NOM m s 27.00 55.74 19.32 27.03 -rayonna rayonner VER 2.28 10.34 0.00 0.14 ind:pas:3s; -rayonnage rayonnage NOM m s 0.06 4.73 0.01 0.88 -rayonnages rayonnage NOM m p 0.06 4.73 0.05 3.85 -rayonnaient rayonner VER 2.28 10.34 0.00 1.01 ind:imp:3p; -rayonnais rayonner VER 2.28 10.34 0.03 0.07 ind:imp:1s; -rayonnait rayonner VER 2.28 10.34 0.32 3.85 ind:imp:3s; -rayonnant rayonnant ADJ m s 1.65 4.80 0.50 1.22 -rayonnante rayonnant ADJ f s 1.65 4.80 1.00 2.70 -rayonnantes rayonnant ADJ f p 1.65 4.80 0.03 0.41 -rayonnants rayonnant ADJ m p 1.65 4.80 0.12 0.47 -rayonne rayonner VER 2.28 10.34 1.00 2.23 imp:pre:2s;ind:pre:1s;ind:pre:3s; -rayonnement rayonnement NOM m s 1.07 6.69 1.02 6.55 -rayonnements rayonnement NOM m p 1.07 6.69 0.05 0.14 -rayonnent rayonner VER 2.28 10.34 0.05 0.47 ind:pre:3p; -rayonner rayonner VER 2.28 10.34 0.21 0.81 inf; -rayonnera rayonner VER 2.28 10.34 0.01 0.07 ind:fut:3s; -rayonnerait rayonner VER 2.28 10.34 0.00 0.20 cnd:pre:3s; -rayonnes rayonner VER 2.28 10.34 0.25 0.07 ind:pre:2s; -rayonneur rayonneur NOM m s 0.03 0.00 0.03 0.00 -rayonnez rayonner VER 2.28 10.34 0.06 0.00 imp:pre:2p;ind:pre:2p; -rayonné rayonner VER m s 2.28 10.34 0.05 0.07 par:pas; -rayons rayon NOM m p 27.00 55.74 7.62 28.04 -rayât rayer VER 7.42 11.22 0.00 0.07 sub:imp:3s; -rayé rayer VER m s 7.42 11.22 2.09 3.04 par:pas; -rayée rayé ADJ f s 2.02 6.82 0.98 1.15 -rayées rayer VER f p 7.42 11.22 0.20 0.47 par:pas; -rayure rayure NOM f s 2.82 7.36 0.36 0.61 -rayures rayure NOM f p 2.82 7.36 2.46 6.76 -rayés rayer VER m p 7.42 11.22 0.30 1.01 par:pas; -raz_de_marée raz_de_marée NOM m 0.57 0.20 0.57 0.20 -raz raz NOM m 0.23 1.28 0.23 1.28 -razzia razzia NOM f s 0.55 1.28 0.45 0.95 -razziais razzier VER 0.00 0.27 0.00 0.07 ind:imp:1s; -razzias razzia NOM f p 0.55 1.28 0.10 0.34 -razzier razzier VER 0.00 0.27 0.00 0.20 inf; -reaboyer reaboyer VER 0.00 0.07 0.00 0.07 ind:pre:3s; -rebalbutiant rebalbutiant ADJ m s 0.00 0.07 0.00 0.07 -rebaptême rebaptême NOM m s 0.00 0.07 0.00 0.07 -re_belote re_belote ONO 0.01 0.00 0.01 0.00 -rebiberonner rebiberonner VER 0.00 0.07 0.00 0.07 inf; -rebide rebide NOM m s 0.00 0.07 0.00 0.07 -reblinder reblinder VER 0.00 0.07 0.00 0.07 inf; -rebombardon rebombardon NOM m p 0.01 0.00 0.01 0.00 -reboucler reboucler VER 0.14 1.01 0.01 0.00 inf; -recabosser recabosser VER m s 0.00 0.07 0.00 0.07 par:pas; -recafé recafé ADJ 0.00 0.07 0.00 0.07 -recailloux recailloux NOM m p 0.00 0.07 0.00 0.07 -recalibrer recalibrer VER 0.01 0.00 0.01 0.00 ind:imp:1s; -recasser recasser VER f s 0.24 0.07 0.01 0.00 par:pas; -rechanteur rechanteur NOM m s 0.01 0.00 0.01 0.00 -rechiader rechiader VER 0.00 0.07 0.00 0.07 inf; -reciseler reciseler VER 0.00 0.07 0.00 0.07 ind:pre:3s; -reclasser reclasser VER 0.09 0.20 0.00 0.07 ind:pre:3s; -reclasser reclasser VER 0.09 0.20 0.00 0.07 inf; -reconnaître reconnaître VER 140.73 229.19 0.00 0.07 inf; -recontacter recontacter VER 0.38 0.07 0.03 0.00 ind:pre:1s; -recontacter recontacter VER 0.38 0.07 0.01 0.00 ind:pre:3p; -recontacter recontacter VER 0.38 0.07 0.01 0.00 inf; -recontacter recontacter VER 0.38 0.07 0.06 0.00 ind:fut:1s; -reconvaincre reconvaincre VER 0.00 0.07 0.00 0.07 ind:fut:3s; -recoup recoup NOM m s 0.00 0.07 0.00 0.07 -recrac recrac NOM m s 0.00 0.07 0.00 0.07 -recreuser recreuser VER m p 0.14 0.20 0.00 0.07 par:pas; -recroquis recroquis NOM m 0.00 0.07 0.00 0.07 -recréation recréation NOM f s 0.04 0.27 0.03 0.07 -recréer recréer VER f s 2.23 4.39 0.00 0.07 par:pas; -recul recul NOM m s 3.59 15.61 0.00 0.07 -rediffuser rediffuser VER 0.20 0.07 0.01 0.00 ind:pre:2s; -redose redose NOM f s 0.00 0.07 0.00 0.07 -redrapeau redrapeau NOM m s 0.00 0.07 0.00 0.07 -redéchirer redéchirer VER 0.00 0.07 0.00 0.07 ind:pre:3s; -redéclic redéclic NOM m s 0.00 0.07 0.00 0.07 -redécorer redécorer VER 0.08 0.00 0.01 0.00 ind:pre:1s; -redécorer redécorer VER 0.08 0.00 0.07 0.00 inf; -redéménager redéménager VER 0.00 0.07 0.00 0.07 inf; -reexpliquer reexpliquer VER 0.00 0.07 0.00 0.07 ind:pre:3s; -refaim refaim NOM f s 0.14 0.00 0.14 0.00 -refrapper refrapper VER 0.07 0.14 0.00 0.07 ind:pre:3s; -refrapper refrapper VER m s 0.07 0.14 0.01 0.07 par:pas; -refuser refuser VER 143.96 152.77 0.00 0.07 ind:pre:1s; -regomme regomme NOM f s 0.00 0.07 0.00 0.07 -rehistoire rehistoire NOM f p 0.00 0.07 0.00 0.07 -rehygiène rehygiène NOM f s 0.00 0.07 0.00 0.07 -re_inter re_inter NOM m s 0.00 0.07 0.00 0.07 -rekidnapper rekidnapper VER 0.01 0.00 0.01 0.00 ind:imp:1s; -relettre relettre NOM f s 0.00 0.07 0.00 0.07 -remain remain NOM f s 0.00 0.07 0.00 0.07 -rematérialisation rematérialisation NOM f s 0.01 0.00 0.01 0.00 -remorphine remorphine NOM f s 0.00 0.07 0.00 0.07 -rené rené ADJ m p 0.01 0.00 0.01 0.00 -repayer repayer VER 0.23 0.41 0.00 0.07 imp:pre:2s; -repenser repenser VER 9.68 12.16 0.01 0.00 inf; -repotasser repotasser VER m s 0.00 0.07 0.00 0.07 par:pas; -reprogrammation reprogrammation NOM f s 0.01 0.00 0.01 0.00 -reprogrammer reprogrammer VER f s 1.11 0.00 0.01 0.00 par:pas; -reraconter reraconter VER 0.00 0.14 0.00 0.07 ind:pre:3s; -reraconter reraconter VER f p 0.00 0.14 0.00 0.07 par:pas; -reremplir reremplir VER 0.01 0.07 0.01 0.07 inf; -rerentrer rerentrer VER 0.05 0.07 0.05 0.07 inf; -rerespirer rerespirer VER 0.00 0.07 0.00 0.07 inf; -reressortir reressortir VER 0.00 0.07 0.00 0.07 ind:imp:3s; -reretirer reretirer VER 0.00 0.07 0.00 0.07 ind:pre:3p; -rerigole rerigole NOM f s 0.00 0.07 0.00 0.07 -rerécurer rerécurer VER 0.00 0.07 0.00 0.07 ind:imp:3s; -reréparer reréparer VER 0.01 0.00 0.01 0.00 inf; -rerêvé rerêvé ADJ m s 0.00 0.07 0.00 0.07 -resaluer resaluer VER m s 0.00 0.07 0.00 0.07 par:pas; -resavater resavater VER m s 0.01 0.00 0.01 0.00 par:pas; -resculpter resculpter VER 0.00 0.07 0.00 0.07 ind:pre:3s; -resevrage resevrage NOM m s 0.00 0.07 0.00 0.07 -resigner resigner VER 0.02 0.00 0.02 0.00 inf; -resommeil resommeil NOM m s 0.00 0.07 0.00 0.07 -resonner resonner VER 0.00 0.07 0.00 0.07 ind:pre:3s; -restructuration restructuration NOM f s 0.91 0.34 0.00 0.07 -reséparé reséparé ADJ m p 0.00 0.07 0.00 0.07 -retaloche retaloche NOM f s 0.00 0.14 0.00 0.14 -retitiller retitiller VER 0.00 0.14 0.00 0.14 ind:pre:3s; -retraité retraité ADJ f s 0.68 1.15 0.00 0.07 -retravail retravail NOM m s 0.00 0.07 0.00 0.07 -retuage retuage NOM m s 0.04 0.00 0.04 0.00 -retuer retuer VER 0.08 0.07 0.07 0.07 inf; -retu retu ADJ f p 0.01 0.00 0.01 0.00 -reébranler reébranler VER m p 0.00 0.07 0.00 0.07 par:pas; -reéchanger reéchanger VER 0.01 0.00 0.01 0.00 inf; -revouloir revouloir VER 0.45 0.41 0.04 0.00 ind:pre:2s; -revie revie NOM f s 0.00 0.07 0.00 0.07 -revisiter revisiter VER 0.21 0.61 0.00 0.07 ind:pre:3s; -revivre revivre VER 10.37 20.68 0.00 0.07 ind:pre:3s; -revérifier revérifier VER 0.67 0.00 0.10 0.00 inf; -revérifié revérifié ADJ m s 0.34 0.07 0.10 0.00 -re r ADV 21.43 7.50 21.43 7.50 -reître reître NOM m s 0.00 1.62 0.00 0.68 -reîtres reître NOM m p 0.00 1.62 0.00 0.95 -reader reader NOM m s 0.11 0.07 0.11 0.07 -ready_made ready_made NOM m s 0.00 0.07 0.00 0.07 -rebab rebab NOM m s 0.00 0.07 0.00 0.07 -rebaise rebaiser VER 0.12 0.27 0.12 0.00 ind:pre:1s;ind:pre:3s; -rebaisent rebaiser VER 0.12 0.27 0.00 0.07 ind:pre:3p; -rebaiser rebaiser VER 0.12 0.27 0.00 0.07 inf; -rebaissa rebaisser VER 0.01 0.74 0.00 0.27 ind:pas:3s; -rebaissait rebaisser VER 0.01 0.74 0.00 0.07 ind:imp:3s; -rebaisse rebaisser VER 0.01 0.74 0.01 0.27 imp:pre:2s;ind:pre:3s; -rebaissé rebaisser VER m s 0.01 0.74 0.00 0.14 par:pas; -rebaisé rebaiser VER m s 0.12 0.27 0.00 0.14 par:pas; -rebander rebander VER 0.01 0.14 0.01 0.14 inf; -rebaptisa rebaptiser VER 0.71 0.88 0.03 0.07 ind:pas:3s; -rebaptise rebaptiser VER 0.71 0.88 0.04 0.00 ind:pre:1s;ind:pre:3s; -rebaptiser rebaptiser VER 0.71 0.88 0.23 0.14 inf; -rebaptisé rebaptiser VER m s 0.71 0.88 0.18 0.34 par:pas; -rebaptisée rebaptiser VER f s 0.71 0.88 0.22 0.27 par:pas; -rebaptisées rebaptiser VER f p 0.71 0.88 0.00 0.07 par:pas; -rebarré rebarré ADJ m s 0.00 0.20 0.00 0.20 -rebasculait rebasculer VER 0.01 0.20 0.00 0.07 ind:imp:3s; -rebascule rebasculer VER 0.01 0.20 0.01 0.07 ind:pre:1s;ind:pre:3s; -rebasculera rebasculer VER 0.01 0.20 0.00 0.07 ind:fut:3s; -rebat rebattre VER 0.22 1.49 0.11 0.20 ind:pre:3s; -rebats rebattre VER 0.22 1.49 0.02 0.00 ind:pre:1s;ind:pre:2s; -rebattait rebattre VER 0.22 1.49 0.00 0.27 ind:imp:3s; -rebattent rebattre VER 0.22 1.49 0.01 0.07 ind:pre:3p; -rebattez rebattre VER 0.22 1.49 0.03 0.00 imp:pre:2p;ind:pre:2p; -rebattit rebattre VER 0.22 1.49 0.00 0.07 ind:pas:3s; -rebattre rebattre VER 0.22 1.49 0.04 0.34 inf; -rebattu rebattu ADJ m s 0.02 0.34 0.02 0.00 -rebattue rebattu ADJ f s 0.02 0.34 0.00 0.20 -rebattues rebattre VER f p 0.22 1.49 0.00 0.07 par:pas; -rebattus rebattu ADJ m p 0.02 0.34 0.00 0.07 -rebec rebec NOM m s 0.01 0.00 0.01 0.00 -rebecter rebecter VER 0.00 0.41 0.00 0.20 inf; -rebecté rebecter VER m s 0.00 0.41 0.00 0.20 par:pas; -rebella rebeller VER 3.77 1.62 0.02 0.07 ind:pas:3s; -rebellaient rebeller VER 3.77 1.62 0.03 0.07 ind:imp:3p; -rebellais rebeller VER 3.77 1.62 0.04 0.07 ind:imp:1s;ind:imp:2s; -rebellait rebeller VER 3.77 1.62 0.03 0.07 ind:imp:3s; -rebellant rebeller VER 3.77 1.62 0.01 0.00 par:pre; -rebelle rebelle ADJ s 5.95 4.32 3.73 2.77 -rebellent rebeller VER 3.77 1.62 0.76 0.00 ind:pre:3p; -rebeller rebeller VER 3.77 1.62 0.82 0.41 inf; -rebelles rebelle NOM p 8.66 6.08 6.41 4.26 -rebellez rebeller VER 3.77 1.62 0.03 0.07 imp:pre:2p;ind:pre:2p; -rebellât rebeller VER 3.77 1.62 0.00 0.07 sub:imp:3s; -rebellèrent rebeller VER 3.77 1.62 0.04 0.00 ind:pas:3p; -rebellé rebeller VER m s 3.77 1.62 0.47 0.20 par:pas; -rebellée rebeller VER f s 3.77 1.62 0.15 0.27 par:pas; -rebellés rebeller VER m p 3.77 1.62 0.19 0.00 par:pas; -rebelote rebelote ONO 0.27 0.68 0.27 0.68 -rebiffa rebiffer VER 0.29 3.58 0.01 0.20 ind:pas:3s; -rebiffai rebiffer VER 0.29 3.58 0.00 0.07 ind:pas:1s; -rebiffaient rebiffer VER 0.29 3.58 0.00 0.20 ind:imp:3p; -rebiffais rebiffer VER 0.29 3.58 0.01 0.00 ind:imp:2s; -rebiffait rebiffer VER 0.29 3.58 0.00 0.20 ind:imp:3s; -rebiffant rebiffer VER 0.29 3.58 0.00 0.07 par:pre; -rebiffe rebiffer VER 0.29 3.58 0.14 1.49 ind:pre:1s;ind:pre:3s; -rebiffent rebiffer VER 0.29 3.58 0.03 0.20 ind:pre:3p; -rebiffer rebiffer VER 0.29 3.58 0.04 0.88 inf; -rebifferai rebiffer VER 0.29 3.58 0.01 0.00 ind:fut:1s; -rebiffes rebiffer VER 0.29 3.58 0.03 0.00 ind:pre:2s; -rebiffèrent rebiffer VER 0.29 3.58 0.00 0.07 ind:pas:3p; -rebiffé rebiffer VER m s 0.29 3.58 0.02 0.00 par:pas; -rebiffée rebiffer VER f s 0.29 3.58 0.01 0.20 par:pas; -rebiquaient rebiquer VER 0.00 0.74 0.00 0.34 ind:imp:3p; -rebiquait rebiquer VER 0.00 0.74 0.00 0.07 ind:imp:3s; -rebique rebiquer VER 0.00 0.74 0.00 0.20 imp:pre:2s;ind:pre:3s; -rebiquer rebiquer VER 0.00 0.74 0.00 0.07 inf; -rebiquée rebiquer VER f s 0.00 0.74 0.00 0.07 par:pas; -reblanchir reblanchir VER 0.00 0.07 0.00 0.07 inf; -reblochon reblochon NOM m s 0.02 0.41 0.02 0.14 -reblochons reblochon NOM m p 0.02 0.41 0.00 0.27 -rebloquer rebloquer VER 0.14 0.00 0.14 0.00 inf; -rebobiner rebobiner VER 0.01 0.00 0.01 0.00 inf; -reboire reboire VER 0.40 0.47 0.17 0.14 inf; -rebois reboire VER 0.40 0.47 0.00 0.07 ind:pre:1s; -reboise reboiser VER 0.00 0.14 0.00 0.07 ind:pre:3s; -reboisement reboisement NOM m s 0.10 0.14 0.10 0.14 -reboisées reboiser VER f p 0.00 0.14 0.00 0.07 par:pas; -reboit reboire VER 0.40 0.47 0.04 0.00 ind:pre:3s; -rebond rebond NOM m s 0.62 0.74 0.55 0.68 -rebondi rebondir VER m s 3.42 10.68 0.47 0.81 par:pas; -rebondie rebondi ADJ f s 0.25 2.30 0.03 0.47 -rebondies rebondi ADJ f p 0.25 2.30 0.04 0.81 -rebondir rebondir VER 3.42 10.68 1.56 2.84 inf; -rebondira rebondir VER 3.42 10.68 0.05 0.00 ind:fut:3s; -rebondiraient rebondir VER 3.42 10.68 0.00 0.07 cnd:pre:3p; -rebondirait rebondir VER 3.42 10.68 0.01 0.07 cnd:pre:3s; -rebondirent rebondir VER 3.42 10.68 0.00 0.27 ind:pas:3p; -rebondis rebondi ADJ m p 0.25 2.30 0.14 0.34 -rebondissaient rebondir VER 3.42 10.68 0.27 0.74 ind:imp:3p; -rebondissais rebondir VER 3.42 10.68 0.00 0.14 ind:imp:1s; -rebondissait rebondir VER 3.42 10.68 0.03 1.55 ind:imp:3s; -rebondissant rebondissant ADJ m s 0.06 2.09 0.04 1.82 -rebondissante rebondissant ADJ f s 0.06 2.09 0.01 0.07 -rebondissantes rebondissant ADJ f p 0.06 2.09 0.01 0.07 -rebondissants rebondissant ADJ m p 0.06 2.09 0.00 0.14 -rebondisse rebondir VER 3.42 10.68 0.11 0.00 sub:pre:3s; -rebondissement rebondissement NOM m s 0.50 1.89 0.27 0.68 -rebondissements rebondissement NOM m p 0.50 1.89 0.22 1.22 -rebondissent rebondir VER 3.42 10.68 0.17 0.54 ind:pre:3p; -rebondit rebondir VER 3.42 10.68 0.65 3.31 ind:pre:3s;ind:pas:3s; -rebonds rebond NOM m p 0.62 0.74 0.07 0.07 -rebonjour rebonjour NOM m s 0.02 0.00 0.02 0.00 -rebooter rebooter VER 0.04 0.00 0.04 0.00 inf; -rebord rebord NOM m s 2.69 18.65 2.66 17.30 -reborder reborder VER 0.01 0.07 0.01 0.00 inf; -rebords rebord NOM m p 2.69 18.65 0.04 1.35 -rebordée reborder VER f s 0.01 0.07 0.00 0.07 par:pas; -rebâti rebâtir VER m s 0.97 2.36 0.04 0.41 par:pas; -rebâtie rebâtir VER f s 0.97 2.36 0.01 0.14 par:pas; -rebâties rebâtir VER f p 0.97 2.36 0.01 0.27 par:pas; -rebâtir rebâtir VER 0.97 2.36 0.82 0.88 inf; -rebâtirai rebâtir VER 0.97 2.36 0.01 0.00 ind:fut:1s; -rebâtirent rebâtir VER 0.97 2.36 0.00 0.07 ind:pas:3p; -rebâtirons rebâtir VER 0.97 2.36 0.01 0.00 ind:fut:1p; -rebâtis rebâtir VER m p 0.97 2.36 0.01 0.20 ind:pre:1s;par:pas; -rebâtissaient rebâtir VER 0.97 2.36 0.00 0.07 ind:imp:3p; -rebâtissant rebâtir VER 0.97 2.36 0.00 0.07 par:pre; -rebâtissent rebâtir VER 0.97 2.36 0.02 0.00 ind:pre:3p; -rebâtissons rebâtir VER 0.97 2.36 0.00 0.07 imp:pre:1p; -rebâtit rebâtir VER 0.97 2.36 0.05 0.20 ind:pre:3s;ind:pas:3s; -reboucha reboucher VER 0.80 1.42 0.00 0.20 ind:pas:3s; -rebouchait reboucher VER 0.80 1.42 0.00 0.07 ind:imp:3s; -rebouchant reboucher VER 0.80 1.42 0.00 0.07 par:pre; -rebouche reboucher VER 0.80 1.42 0.07 0.07 imp:pre:2s;ind:pre:1s;ind:pre:3s; -rebouchent reboucher VER 0.80 1.42 0.01 0.07 ind:pre:3p; -reboucher reboucher VER 0.80 1.42 0.36 0.47 inf; -reboucheront reboucher VER 0.80 1.42 0.10 0.00 ind:fut:3p; -rebouchez reboucher VER 0.80 1.42 0.04 0.00 imp:pre:2p; -rebouchèrent reboucher VER 0.80 1.42 0.00 0.07 ind:pas:3p; -rebouché reboucher VER m s 0.80 1.42 0.18 0.14 par:pas; -rebouchée reboucher VER f s 0.80 1.42 0.02 0.07 par:pas; -rebouchées reboucher VER f p 0.80 1.42 0.00 0.07 par:pas; -rebouchés reboucher VER m p 0.80 1.42 0.01 0.14 par:pas; -reboucla reboucler VER 0.14 1.01 0.00 0.07 ind:pas:3s; -reboucle reboucler VER 0.14 1.01 0.12 0.27 imp:pre:2s;ind:pre:3s; -reboucler reboucler VER 0.14 1.01 0.01 0.47 inf; -rebouclé reboucler VER m s 0.14 1.01 0.00 0.14 par:pas; -rebouclée reboucler VER f s 0.14 1.01 0.00 0.07 par:pas; -reboule reboule NOM f s 0.27 0.00 0.27 0.00 -rebourrer rebourrer VER 0.00 0.07 0.00 0.07 inf; -rebours rebours ADV 3.52 2.91 3.52 2.91 -reboute rebouter VER 0.14 0.34 0.00 0.20 ind:pre:1s; -rebouter rebouter VER 0.14 0.34 0.14 0.07 inf; -rebouteuse rebouteur NOM f s 0.14 0.00 0.14 0.00 -rebouteux rebouteux NOM m 0.26 0.54 0.26 0.54 -reboutez rebouter VER 0.14 0.34 0.00 0.07 ind:pre:2p; -reboutonna reboutonner VER 0.38 1.49 0.00 0.34 ind:pas:3s; -reboutonnaient reboutonner VER 0.38 1.49 0.00 0.07 ind:imp:3p; -reboutonnais reboutonner VER 0.38 1.49 0.00 0.07 ind:imp:1s; -reboutonnant reboutonner VER 0.38 1.49 0.00 0.20 par:pre; -reboutonne reboutonner VER 0.38 1.49 0.06 0.20 imp:pre:2s;ind:pre:1s;ind:pre:3s; -reboutonner reboutonner VER 0.38 1.49 0.01 0.20 inf; -reboutonnerait reboutonner VER 0.38 1.49 0.00 0.07 cnd:pre:3s; -reboutonnez reboutonner VER 0.38 1.49 0.17 0.00 imp:pre:2p;ind:pre:2p; -reboutonnèrent reboutonner VER 0.38 1.49 0.00 0.07 ind:pas:3p; -reboutonné reboutonner VER m s 0.38 1.49 0.00 0.20 par:pas; -reboutonnée reboutonner VER f s 0.38 1.49 0.14 0.00 par:pas; -reboutonnés reboutonner VER m p 0.38 1.49 0.00 0.07 par:pas; -rebrûlé rebrûler VER m s 0.00 0.07 0.00 0.07 par:pas; -rebraguetter rebraguetter VER 0.00 0.14 0.00 0.07 inf; -rebraguetté rebraguetter VER m s 0.00 0.14 0.00 0.07 par:pas; -rebrancha rebrancher VER 0.73 0.81 0.00 0.07 ind:pas:3s; -rebranche rebrancher VER 0.73 0.81 0.22 0.34 imp:pre:2s;ind:pre:1s;ind:pre:3s; -rebrancher rebrancher VER 0.73 0.81 0.23 0.07 inf; -rebranchez rebrancher VER 0.73 0.81 0.12 0.00 imp:pre:2p; -rebranché rebrancher VER m s 0.73 0.81 0.16 0.34 par:pas; -rebranchée rebrancher VER f s 0.73 0.81 0.01 0.00 par:pas; -rebrodait rebroder VER 0.00 0.20 0.00 0.07 ind:imp:3s; -rebrodée rebroder VER f s 0.00 0.20 0.00 0.07 par:pas; -rebrodés rebroder VER m p 0.00 0.20 0.00 0.07 par:pas; -rebrosser rebrosser VER 0.02 0.00 0.02 0.00 inf; -rebroussa rebrousser VER 1.52 6.76 0.01 1.08 ind:pas:3s; -rebroussai rebrousser VER 1.52 6.76 0.01 0.07 ind:pas:1s; -rebroussaient rebrousser VER 1.52 6.76 0.01 0.14 ind:imp:3p; -rebroussait rebrousser VER 1.52 6.76 0.00 0.20 ind:imp:3s; -rebroussant rebrousser VER 1.52 6.76 0.14 0.27 par:pre; -rebrousse rebrousser VER 1.52 6.76 0.17 1.15 imp:pre:2s;ind:pre:1s;ind:pre:3s; -rebroussement rebroussement NOM m s 0.00 0.07 0.00 0.07 -rebroussent rebrousser VER 1.52 6.76 0.03 0.20 ind:pre:3p; -rebrousser rebrousser VER 1.52 6.76 0.69 1.89 inf; -rebrousserai rebrousser VER 1.52 6.76 0.01 0.00 ind:fut:1s; -rebrousserez rebrousser VER 1.52 6.76 0.00 0.07 ind:fut:2p; -rebroussez rebrousser VER 1.52 6.76 0.14 0.00 imp:pre:2p;ind:pre:2p; -rebroussâmes rebrousser VER 1.52 6.76 0.00 0.07 ind:pas:1p; -rebroussons rebrousser VER 1.52 6.76 0.11 0.14 imp:pre:1p;ind:pre:1p; -rebroussât rebrousser VER 1.52 6.76 0.00 0.07 sub:imp:3s; -rebroussèrent rebrousser VER 1.52 6.76 0.00 0.27 ind:pas:3p; -rebroussé rebrousser VER m s 1.52 6.76 0.20 0.88 par:pas; -rebroussée rebrousser VER f s 1.52 6.76 0.00 0.07 par:pas; -rebroussées rebrousser VER f p 1.52 6.76 0.00 0.07 par:pas; -rebroussés rebrousser VER m p 1.52 6.76 0.00 0.14 par:pas; -rebu reboire VER m s 0.40 0.47 0.00 0.14 par:pas; -rebuffade rebuffade NOM f s 0.07 1.35 0.03 0.27 -rebuffades rebuffade NOM f p 0.07 1.35 0.04 1.08 -rebéquer rebéquer VER 0.00 0.07 0.00 0.07 inf; -rebus reboire VER m p 0.40 0.47 0.16 0.00 par:pas; -rebut rebut NOM m s 2.15 4.26 1.43 2.97 -rebuta rebuter VER 0.71 5.34 0.00 0.07 ind:pas:3s; -rebutaient rebuter VER 0.71 5.34 0.01 0.20 ind:imp:3p; -rebutait rebuter VER 0.71 5.34 0.00 1.08 ind:imp:3s; -rebutant rebutant ADJ m s 0.17 1.62 0.02 0.68 -rebutante rebutant ADJ f s 0.17 1.62 0.00 0.41 -rebutantes rebutant ADJ f p 0.17 1.62 0.01 0.27 -rebutants rebutant ADJ m p 0.17 1.62 0.14 0.27 -rebute rebuter VER 0.71 5.34 0.45 0.95 ind:pre:3s; -rebutent rebuter VER 0.71 5.34 0.01 0.27 ind:pre:3p; -rebuter rebuter VER 0.71 5.34 0.02 0.61 inf; -rebutera rebuter VER 0.71 5.34 0.00 0.07 ind:fut:3s; -rebuterait rebuter VER 0.71 5.34 0.00 0.07 cnd:pre:3s; -rebuts rebut NOM m p 2.15 4.26 0.72 1.28 -rebutèrent rebuter VER 0.71 5.34 0.00 0.07 ind:pas:3p; -rebuté rebuter VER m s 0.71 5.34 0.06 1.01 par:pas; -rebutée rebuter VER f s 0.71 5.34 0.03 0.47 par:pas; -rebutées rebuter VER f p 0.71 5.34 0.01 0.07 par:pas; -rebutés rebuter VER m p 0.71 5.34 0.12 0.20 par:pas; -rebuvait reboire VER 0.40 0.47 0.00 0.07 ind:imp:3s; -recache recacher VER 0.02 0.07 0.01 0.00 ind:pre:1s; -recacher recacher VER 0.02 0.07 0.01 0.07 inf; -recacheter recacheter VER 0.00 0.14 0.00 0.07 inf; -recachetée recacheter VER f s 0.00 0.14 0.00 0.07 par:pas; -recadre recadrer VER 0.23 0.14 0.02 0.00 imp:pre:2s;ind:pre:1s; -recadrer recadrer VER 0.23 0.14 0.20 0.14 inf; -recadrez recadrer VER 0.23 0.14 0.01 0.00 imp:pre:2p; -recala recaler VER 1.72 1.01 0.00 0.07 ind:pas:3s; -recalage recalage NOM m s 0.01 0.00 0.01 0.00 -recalculant recalculer VER 0.10 0.07 0.00 0.07 par:pre; -recalcule recalculer VER 0.10 0.07 0.01 0.00 ind:pre:3s; -recalculer recalculer VER 0.10 0.07 0.06 0.00 inf; -recalculez recalculer VER 0.10 0.07 0.01 0.00 imp:pre:2p; -recalculé recalculer VER m s 0.10 0.07 0.02 0.00 par:pas; -recaler recaler VER 1.72 1.01 0.32 0.07 inf; -recalez recaler VER 1.72 1.01 0.03 0.00 imp:pre:2p;ind:pre:2p; -recalé recaler VER m s 1.72 1.01 1.03 0.41 par:pas; -recalée recaler VER f s 1.72 1.01 0.28 0.34 par:pas; -recalés recaler VER m p 1.72 1.01 0.07 0.14 par:pas; -recarreler recarreler VER 0.01 0.00 0.01 0.00 inf; -recasa recaser VER 0.23 0.34 0.00 0.07 ind:pas:3s; -recasable recasable ADJ s 0.00 0.07 0.00 0.07 -recaser recaser VER 0.23 0.34 0.20 0.14 inf; -recaserai recaser VER 0.23 0.34 0.01 0.00 ind:fut:1s; -recasser recasser VER 0.24 0.07 0.14 0.00 inf; -recasses recasser VER 0.24 0.07 0.02 0.00 ind:pre:2s; -recassé recasser VER m s 0.24 0.07 0.05 0.00 par:pas; -recassée recasser VER f s 0.24 0.07 0.01 0.07 par:pas; -recasé recaser VER m s 0.23 0.34 0.01 0.14 par:pas; -recel recel NOM m s 0.77 1.01 0.77 1.01 -recelaient receler VER 1.02 3.72 0.00 0.20 ind:imp:3p; -recelait receler VER 1.02 3.72 0.04 0.95 ind:imp:3s; -recelant receler VER 1.02 3.72 0.00 0.27 par:pre; -receler receler VER 1.02 3.72 0.06 0.47 inf; -receleur_miracle receleur_miracle NOM m s 0.00 0.07 0.00 0.07 -receleur receleur NOM m s 0.45 1.28 0.34 0.68 -receleurs receleur NOM m p 0.45 1.28 0.10 0.47 -receleuse receleur NOM f s 0.45 1.28 0.01 0.07 -receleuses receleur NOM f p 0.45 1.28 0.00 0.07 -recelons receler VER 1.02 3.72 0.02 0.00 ind:pre:1p; -recelé receler VER m s 1.02 3.72 0.00 0.07 par:pas; -recelée receler VER f s 1.02 3.72 0.00 0.07 par:pas; -recelées receler VER f p 1.02 3.72 0.01 0.00 par:pas; -recelés receler VER m p 1.02 3.72 0.00 0.07 par:pas; -recensa recenser VER 1.29 1.96 0.00 0.20 ind:pas:3s; -recensais recenser VER 1.29 1.96 0.00 0.07 ind:imp:1s; -recensait recenser VER 1.29 1.96 0.00 0.07 ind:imp:3s; -recensant recenser VER 1.29 1.96 0.01 0.00 par:pre; -recense recenser VER 1.29 1.96 0.22 0.34 imp:pre:2s;ind:pre:1s;ind:pre:3s; -recensement recensement NOM m s 1.17 1.08 1.14 0.95 -recensements recensement NOM m p 1.17 1.08 0.03 0.14 -recensent recenser VER 1.29 1.96 0.04 0.00 ind:pre:3p; -recenser recenser VER 1.29 1.96 0.20 0.54 inf; -recenseur recenseur NOM m s 0.03 0.00 0.03 0.00 -recension recension NOM f s 0.00 0.27 0.00 0.27 -recensâmes recenser VER 1.29 1.96 0.00 0.07 ind:pas:1p; -recensèrent recenser VER 1.29 1.96 0.00 0.07 ind:pas:3p; -recensé recenser VER m s 1.29 1.96 0.55 0.20 par:pas; -recensées recenser VER f p 1.29 1.96 0.04 0.14 par:pas; -recensés recenser VER m p 1.29 1.96 0.25 0.27 par:pas; -recentrage recentrage NOM m s 0.14 0.07 0.14 0.07 -recentre recentrer VER 0.44 0.20 0.24 0.07 imp:pre:2s;ind:pre:1s;ind:pre:3s; -recentrer recentrer VER 0.44 0.20 0.17 0.07 inf; -recentrons recentrer VER 0.44 0.20 0.01 0.00 ind:pre:1p; -recentré recentrer VER m s 0.44 0.20 0.03 0.00 par:pas; -recentrée recentrer VER f s 0.44 0.20 0.00 0.07 par:pas; -recette recette NOM f s 12.56 13.38 9.56 6.89 -recettes recette NOM f p 12.56 13.38 3.00 6.49 -recevabilité recevabilité NOM f s 0.01 0.00 0.01 0.00 -recevable recevable ADJ s 0.87 0.27 0.78 0.14 -recevables recevable ADJ f p 0.87 0.27 0.09 0.14 -recevaient recevoir VER 192.73 224.46 0.32 4.93 ind:imp:3p; -recevais recevoir VER 192.73 224.46 0.87 2.77 ind:imp:1s;ind:imp:2s; -recevait recevoir VER 192.73 224.46 2.16 21.42 ind:imp:3s; -recevant recevoir VER 192.73 224.46 0.55 5.68 par:pre; -receveur receveur NOM m s 1.90 1.62 1.61 1.42 -receveurs receveur NOM m p 1.90 1.62 0.27 0.07 -receveuse receveur NOM f s 1.90 1.62 0.02 0.07 -receveuses receveur NOM f p 1.90 1.62 0.00 0.07 -recevez recevoir VER 192.73 224.46 11.20 1.15 imp:pre:2p;ind:pre:2p; -receviez recevoir VER 192.73 224.46 0.41 0.34 ind:imp:2p; -recevions recevoir VER 192.73 224.46 0.38 0.81 ind:imp:1p; -recevoir recevoir VER 192.73 224.46 37.20 49.12 inf; -recevons recevoir VER 192.73 224.46 3.02 1.15 imp:pre:1p;ind:pre:1p; -recevra recevoir VER 192.73 224.46 4.69 1.22 ind:fut:3s; -recevrai recevoir VER 192.73 224.46 1.29 0.54 ind:fut:1s; -recevraient recevoir VER 192.73 224.46 0.07 0.47 cnd:pre:3p; -recevrais recevoir VER 192.73 224.46 0.25 0.07 cnd:pre:1s;cnd:pre:2s; -recevrait recevoir VER 192.73 224.46 0.39 2.70 cnd:pre:3s; -recevras recevoir VER 192.73 224.46 1.77 0.61 ind:fut:2s; -recevrez recevoir VER 192.73 224.46 2.50 0.47 ind:fut:2p; -recevriez recevoir VER 192.73 224.46 0.06 0.07 cnd:pre:2p; -recevrions recevoir VER 192.73 224.46 0.11 0.07 cnd:pre:1p; -recevrons recevoir VER 192.73 224.46 0.41 0.27 ind:fut:1p; -recevront recevoir VER 192.73 224.46 1.03 0.47 ind:fut:3p; -rechampi rechampi NOM m s 0.00 0.07 0.00 0.07 -rechampis rechampir VER m p 0.00 0.14 0.00 0.07 par:pas; -rechampit rechampir VER 0.00 0.14 0.00 0.07 ind:pre:3s; -rechange rechange NOM m s 4.73 2.77 4.71 2.70 -rechanger rechanger VER 0.17 0.07 0.10 0.00 inf; -rechanges rechange NOM m p 4.73 2.77 0.02 0.07 -rechangé rechanger VER m s 0.17 0.07 0.07 0.07 par:pas; -rechanta rechanter VER 0.05 0.14 0.00 0.07 ind:pas:3s; -rechanter rechanter VER 0.05 0.14 0.04 0.00 inf; -rechanté rechanter VER m s 0.05 0.14 0.01 0.07 par:pas; -rechaper rechaper VER 0.12 0.07 0.12 0.07 inf; -recharge recharger VER 4.07 3.99 0.81 0.47 imp:pre:2s;ind:pre:1s;ind:pre:3s; -rechargea recharger VER 4.07 3.99 0.00 0.07 ind:pas:3s; -rechargeable rechargeable ADJ m s 0.02 0.00 0.02 0.00 -rechargeaient recharger VER 4.07 3.99 0.01 0.20 ind:imp:3p; -rechargeais recharger VER 4.07 3.99 0.01 0.00 ind:imp:1s; -rechargeait recharger VER 4.07 3.99 0.01 0.41 ind:imp:3s; -rechargeant recharger VER 4.07 3.99 0.00 0.20 par:pre; -rechargement rechargement NOM m s 0.04 0.00 0.04 0.00 -rechargent recharger VER 4.07 3.99 0.02 0.07 ind:pre:3p; -recharger recharger VER 4.07 3.99 1.76 1.89 inf; -rechargerai recharger VER 4.07 3.99 0.01 0.07 ind:fut:1s; -rechargerait recharger VER 4.07 3.99 0.00 0.07 cnd:pre:3s; -rechargerons recharger VER 4.07 3.99 0.01 0.00 ind:fut:1p; -recharges recharge NOM f p 0.83 0.34 0.27 0.07 -rechargez recharger VER 4.07 3.99 0.95 0.07 imp:pre:2p;ind:pre:2p; -rechargé recharger VER m s 4.07 3.99 0.32 0.41 par:pas; -rechargée recharger VER f s 4.07 3.99 0.03 0.00 par:pas; -rechargées recharger VER f p 4.07 3.99 0.05 0.07 par:pas; -rechargés recharger VER m p 4.07 3.99 0.04 0.00 par:pas; -rechasser rechasser VER 0.02 0.00 0.02 0.00 inf; -rechaussaient rechausser VER 0.01 0.68 0.00 0.07 ind:imp:3p; -rechaussant rechausser VER 0.01 0.68 0.00 0.07 par:pre; -rechausser rechausser VER 0.01 0.68 0.01 0.41 inf; -rechausserait rechausser VER 0.01 0.68 0.00 0.07 cnd:pre:3s; -rechaussée rechausser VER f s 0.01 0.68 0.00 0.07 par:pas; -rechercha rechercher VER 45.51 22.43 0.16 0.34 ind:pas:3s; -recherchai rechercher VER 45.51 22.43 0.01 0.07 ind:pas:1s; -recherchaient rechercher VER 45.51 22.43 0.36 1.01 ind:imp:3p; -recherchais rechercher VER 45.51 22.43 0.80 0.88 ind:imp:1s;ind:imp:2s; -recherchait rechercher VER 45.51 22.43 1.59 2.77 ind:imp:3s; -recherchant rechercher VER 45.51 22.43 0.39 0.47 par:pre; -recherche recherche NOM f s 77.30 54.80 48.70 39.93 -recherchent rechercher VER 45.51 22.43 4.25 1.35 ind:pre:3p; -rechercher rechercher VER 45.51 22.43 5.88 7.23 inf; -recherchera rechercher VER 45.51 22.43 0.05 0.07 ind:fut:3s; -rechercherai rechercher VER 45.51 22.43 0.03 0.14 ind:fut:1s; -rechercherais rechercher VER 45.51 22.43 0.02 0.00 cnd:pre:1s;cnd:pre:2s; -rechercherait rechercher VER 45.51 22.43 0.15 0.14 cnd:pre:3s; -rechercherions rechercher VER 45.51 22.43 0.01 0.00 cnd:pre:1p; -rechercherons rechercher VER 45.51 22.43 0.04 0.00 ind:fut:1p; -rechercheront rechercher VER 45.51 22.43 0.07 0.00 ind:fut:3p; -recherches recherche NOM f p 77.30 54.80 28.60 14.86 -recherchez rechercher VER 45.51 22.43 2.86 0.27 imp:pre:2p;ind:pre:2p; -recherchiez rechercher VER 45.51 22.43 0.60 0.00 ind:imp:2p; -recherchions rechercher VER 45.51 22.43 0.12 0.14 ind:imp:1p; -recherchiste recherchiste NOM s 0.01 0.00 0.01 0.00 -recherchons rechercher VER 45.51 22.43 3.89 0.27 imp:pre:1p;ind:pre:1p; -recherché rechercher VER m s 45.51 22.43 5.39 2.77 par:pas; -recherchée rechercher VER f s 45.51 22.43 1.62 0.61 par:pas; -recherchées recherché ADJ f p 3.54 2.09 0.38 0.27 -recherchés recherché ADJ m p 3.54 2.09 0.97 0.41 -rechigna rechigner VER 0.71 3.92 0.00 0.14 ind:pas:3s; -rechignaient rechigner VER 0.71 3.92 0.01 0.14 ind:imp:3p; -rechignais rechigner VER 0.71 3.92 0.01 0.14 ind:imp:1s;ind:imp:2s; -rechignait rechigner VER 0.71 3.92 0.00 0.61 ind:imp:3s; -rechignant rechigner VER 0.71 3.92 0.00 0.41 par:pre; -rechigne rechigner VER 0.71 3.92 0.49 0.47 imp:pre:2s;ind:pre:1s;ind:pre:3s; -rechignent rechigner VER 0.71 3.92 0.06 0.07 ind:pre:3p; -rechigner rechigner VER 0.71 3.92 0.08 1.49 inf; -rechignerais rechigner VER 0.71 3.92 0.01 0.00 cnd:pre:1s; -rechignes rechigner VER 0.71 3.92 0.03 0.00 ind:pre:2s; -rechigné rechigner VER m s 0.71 3.92 0.01 0.34 par:pas; -rechignée rechigner VER f s 0.71 3.92 0.00 0.07 par:pas; -rechignées rechigner VER f p 0.71 3.92 0.00 0.07 par:pas; -rechuta rechuter VER 0.69 0.74 0.00 0.07 ind:pas:3s; -rechutant rechuter VER 0.69 0.74 0.00 0.07 par:pre; -rechute rechute NOM f s 1.26 1.89 1.19 1.28 -rechuter rechuter VER 0.69 0.74 0.36 0.14 inf; -rechutera rechuter VER 0.69 0.74 0.01 0.00 ind:fut:3s; -rechuterait rechuter VER 0.69 0.74 0.00 0.07 cnd:pre:3s; -rechuteront rechuter VER 0.69 0.74 0.01 0.00 ind:fut:3p; -rechutes rechute NOM f p 1.26 1.89 0.07 0.61 -rechuté rechuter VER m s 0.69 0.74 0.10 0.34 par:pas; -reclassement reclassement NOM m s 0.14 0.27 0.14 0.27 -reclasser reclasser VER 0.09 0.20 0.04 0.07 inf; -reclassé reclasser VER m s 0.09 0.20 0.03 0.00 par:pas; -reclassée reclasser VER f s 0.09 0.20 0.02 0.00 par:pas; -reclouer reclouer VER 0.01 0.00 0.01 0.00 inf; -reclure reclure VER 0.00 0.07 0.00 0.07 inf; -reclus reclus ADJ m 0.56 1.76 0.37 0.81 -recluse reclus NOM f s 0.70 0.95 0.35 0.14 -recluses reclus NOM f p 0.70 0.95 0.01 0.14 -recâbler recâbler VER 0.03 0.00 0.03 0.00 inf; -recodage recodage NOM m s 0.01 0.00 0.01 0.00 -recogner recogner VER 0.00 0.07 0.00 0.07 inf; -recognition recognition NOM f s 0.00 0.07 0.00 0.07 -recoiffa recoiffer VER 0.25 2.09 0.00 0.07 ind:pas:3s; -recoiffai recoiffer VER 0.25 2.09 0.00 0.07 ind:pas:1s; -recoiffaient recoiffer VER 0.25 2.09 0.00 0.07 ind:imp:3p; -recoiffait recoiffer VER 0.25 2.09 0.01 0.20 ind:imp:3s; -recoiffant recoiffer VER 0.25 2.09 0.01 0.14 par:pre; -recoiffe recoiffer VER 0.25 2.09 0.07 0.20 imp:pre:2s;ind:pre:1s;ind:pre:3s; -recoiffent recoiffer VER 0.25 2.09 0.01 0.07 ind:pre:3p; -recoiffer recoiffer VER 0.25 2.09 0.12 0.54 inf; -recoiffez recoiffer VER 0.25 2.09 0.02 0.00 imp:pre:2p;ind:pre:2p; -recoiffèrent recoiffer VER 0.25 2.09 0.00 0.07 ind:pas:3p; -recoiffé recoiffer VER m s 0.25 2.09 0.00 0.20 par:pas; -recoiffée recoiffer VER f s 0.25 2.09 0.00 0.41 par:pas; -recoiffés recoiffer VER m p 0.25 2.09 0.00 0.07 par:pas; -recoin recoin NOM m s 2.27 12.36 0.83 5.14 -recoins recoin NOM m p 2.27 12.36 1.44 7.23 -recolla recoller VER 2.84 2.70 0.00 0.20 ind:pas:3s; -recollage recollage NOM m s 0.00 0.14 0.00 0.14 -recollait recoller VER 2.84 2.70 0.00 0.34 ind:imp:3s; -recolle recoller VER 2.84 2.70 0.53 0.34 imp:pre:2s;ind:pre:1s;ind:pre:3s; -recollent recoller VER 2.84 2.70 0.03 0.00 ind:pre:3p; -recoller recoller VER 2.84 2.70 1.94 1.15 inf; -recollera recoller VER 2.84 2.70 0.05 0.00 ind:fut:3s; -recollé recoller VER m s 2.84 2.70 0.13 0.27 par:pas; -recollée recoller VER f s 2.84 2.70 0.16 0.20 par:pas; -recollés recoller VER m p 2.84 2.70 0.00 0.20 par:pas; -recoloration recoloration NOM f s 0.08 0.00 0.08 0.00 -recombinaison recombinaison NOM f s 0.06 0.00 0.06 0.00 -recombinant recombinant ADJ m s 0.01 0.00 0.01 0.00 -recombinant recombiner VER 0.10 0.00 0.01 0.00 par:pre; -recombiner recombiner VER 0.10 0.00 0.04 0.00 inf; -recombiné recombiner VER m s 0.10 0.00 0.05 0.00 par:pas; -recommanda recommander VER 16.86 21.35 0.00 2.30 ind:pas:3s; -recommandable recommandable ADJ s 0.42 0.68 0.32 0.68 -recommandables recommandable ADJ p 0.42 0.68 0.11 0.00 -recommandai recommander VER 16.86 21.35 0.00 0.14 ind:pas:1s; -recommandaient recommander VER 16.86 21.35 0.04 0.34 ind:imp:3p; -recommandais recommander VER 16.86 21.35 0.01 0.27 ind:imp:1s; -recommandait recommander VER 16.86 21.35 0.19 2.03 ind:imp:3s; -recommandant recommander VER 16.86 21.35 0.21 1.82 par:pre; -recommandation recommandation NOM f s 5.20 8.85 2.89 3.92 -recommandations recommandation NOM f p 5.20 8.85 2.30 4.93 -recommande recommander VER 16.86 21.35 6.13 2.84 imp:pre:2s;ind:pre:1s;ind:pre:3s; -recommandent recommander VER 16.86 21.35 0.31 0.27 ind:pre:3p; -recommander recommander VER 16.86 21.35 2.58 2.91 inf; -recommandera recommander VER 16.86 21.35 0.10 0.14 ind:fut:3s; -recommanderai recommander VER 16.86 21.35 0.32 0.14 ind:fut:1s; -recommanderais recommander VER 16.86 21.35 0.25 0.00 cnd:pre:1s;cnd:pre:2s; -recommanderait recommander VER 16.86 21.35 0.12 0.07 cnd:pre:3s; -recommanderiez recommander VER 16.86 21.35 0.09 0.00 cnd:pre:2p; -recommandes recommander VER 16.86 21.35 0.24 0.07 ind:pre:2s;sub:pre:2s; -recommandez recommander VER 16.86 21.35 0.73 0.27 imp:pre:2p;ind:pre:2p; -recommandiez recommander VER 16.86 21.35 0.07 0.07 ind:imp:2p; -recommandons recommander VER 16.86 21.35 0.28 0.07 imp:pre:1p;ind:pre:1p; -recommandât recommander VER 16.86 21.35 0.00 0.07 sub:imp:3s; -recommandèrent recommander VER 16.86 21.35 0.11 0.14 ind:pas:3p; -recommandé recommander VER m s 16.86 21.35 4.07 5.68 par:pas; -recommandée recommander VER f s 16.86 21.35 0.80 0.95 par:pas; -recommandées recommander VER f p 16.86 21.35 0.03 0.54 par:pas; -recommandés recommander VER m p 16.86 21.35 0.21 0.27 par:pas; -recommence recommencer VER 84.69 83.31 31.98 17.23 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -recommencement recommencement NOM m s 0.08 0.81 0.07 0.47 -recommencements recommencement NOM m p 0.08 0.81 0.01 0.34 -recommencent recommencer VER 84.69 83.31 1.72 2.36 ind:pre:3p; -recommencer recommencer VER 84.69 83.31 26.90 22.50 inf; -recommencera recommencer VER 84.69 83.31 2.52 1.42 ind:fut:3s; -recommencerai recommencer VER 84.69 83.31 1.65 1.01 ind:fut:1s; -recommenceraient recommencer VER 84.69 83.31 0.02 0.20 cnd:pre:3p; -recommencerais recommencer VER 84.69 83.31 0.25 0.54 cnd:pre:1s;cnd:pre:2s; -recommencerait recommencer VER 84.69 83.31 0.70 1.42 cnd:pre:3s; -recommenceras recommencer VER 84.69 83.31 0.78 0.14 ind:fut:2s; -recommencerez recommencer VER 84.69 83.31 0.21 0.14 ind:fut:2p; -recommenceriez recommencer VER 84.69 83.31 0.06 0.00 cnd:pre:2p; -recommencerions recommencer VER 84.69 83.31 0.01 0.07 cnd:pre:1p; -recommencerons recommencer VER 84.69 83.31 0.54 0.14 ind:fut:1p; -recommenceront recommencer VER 84.69 83.31 0.42 0.07 ind:fut:3p; -recommences recommencer VER 84.69 83.31 4.02 0.95 ind:pre:2s; -recommencez recommencer VER 84.69 83.31 4.88 0.68 imp:pre:2p;ind:pre:2p; -recommenciez recommencer VER 84.69 83.31 0.19 0.07 ind:imp:2p; -recommencions recommencer VER 84.69 83.31 0.02 0.41 ind:imp:1p; -recommencèrent recommencer VER 84.69 83.31 0.00 1.55 ind:pas:3p; -recommencé recommencer VER m s 84.69 83.31 3.84 6.82 par:pas; -recommencée recommencer VER f s 84.69 83.31 0.12 0.81 par:pas; -recommencées recommencer VER f p 84.69 83.31 0.00 0.47 par:pas; -recommencés recommencer VER m p 84.69 83.31 0.00 0.41 par:pas; -recommença recommencer VER 84.69 83.31 0.06 7.77 ind:pas:3s; -recommençai recommencer VER 84.69 83.31 0.00 0.74 ind:pas:1s; -recommençaient recommencer VER 84.69 83.31 0.02 1.76 ind:imp:3p; -recommençais recommencer VER 84.69 83.31 0.11 1.22 ind:imp:1s;ind:imp:2s; -recommençait recommencer VER 84.69 83.31 1.22 10.41 ind:imp:3s; -recommençant recommencer VER 84.69 83.31 0.03 0.95 par:pre; -recommençâmes recommencer VER 84.69 83.31 0.02 0.20 ind:pas:1p; -recommençons recommencer VER 84.69 83.31 2.39 0.74 imp:pre:1p;ind:pre:1p; -recommençât recommencer VER 84.69 83.31 0.00 0.14 sub:imp:3s; -recommercer recommercer VER 0.00 0.07 0.00 0.07 inf; -recompléter recompléter VER 0.00 0.14 0.00 0.07 inf; -recomplété recompléter VER m s 0.00 0.14 0.00 0.07 par:pas; -recomposa recomposer VER 0.52 3.18 0.00 0.34 ind:pas:3s; -recomposaient recomposer VER 0.52 3.18 0.00 0.14 ind:imp:3p; -recomposais recomposer VER 0.52 3.18 0.00 0.07 ind:imp:1s; -recomposait recomposer VER 0.52 3.18 0.00 0.34 ind:imp:3s; -recompose recomposer VER 0.52 3.18 0.18 0.61 imp:pre:2s;ind:pre:1s;ind:pre:3s; -recomposent recomposer VER 0.52 3.18 0.00 0.14 ind:pre:3p; -recomposer recomposer VER 0.52 3.18 0.28 1.01 inf; -recomposera recomposer VER 0.52 3.18 0.00 0.07 ind:fut:3s; -recomposition recomposition NOM f s 0.00 0.07 0.00 0.07 -recomposèrent recomposer VER 0.52 3.18 0.00 0.14 ind:pas:3p; -recomposé recomposer VER m s 0.52 3.18 0.03 0.20 par:pas; -recomposée recomposer VER f s 0.52 3.18 0.01 0.00 par:pas; -recomposés recomposer VER m p 0.52 3.18 0.01 0.14 par:pas; -recompta recompter VER 1.67 1.82 0.00 0.20 ind:pas:3s; -recomptaient recompter VER 1.67 1.82 0.00 0.07 ind:imp:3p; -recomptais recompter VER 1.67 1.82 0.00 0.20 ind:imp:1s; -recomptait recompter VER 1.67 1.82 0.01 0.27 ind:imp:3s; -recomptant recompter VER 1.67 1.82 0.00 0.07 par:pre; -recompte recompter VER 1.67 1.82 0.75 0.27 imp:pre:2s;ind:pre:1s;ind:pre:3s; -recompter recompter VER 1.67 1.82 0.55 0.47 inf; -recomptez recompter VER 1.67 1.82 0.05 0.00 imp:pre:2p;ind:pre:2p; -recomptons recompter VER 1.67 1.82 0.11 0.00 ind:pre:1p; -recompté recompter VER m s 1.67 1.82 0.20 0.20 par:pas; -recomptées recompter VER f p 1.67 1.82 0.00 0.07 par:pas; -reconditionne reconditionner VER 0.03 0.07 0.01 0.00 ind:pre:3s; -reconditionnement reconditionnement NOM m s 0.05 0.00 0.05 0.00 -reconditionnons reconditionner VER 0.03 0.07 0.01 0.00 imp:pre:1p; -reconditionné reconditionner VER m s 0.03 0.07 0.01 0.00 par:pas; -reconditionnée reconditionner VER f s 0.03 0.07 0.00 0.07 par:pas; -reconductible reconductible ADJ s 0.01 0.07 0.01 0.07 -reconduction reconduction NOM f s 0.01 0.00 0.01 0.00 -reconduirai reconduire VER 5.83 7.23 0.03 0.07 ind:fut:1s; -reconduirais reconduire VER 5.83 7.23 0.01 0.00 cnd:pre:1s; -reconduirait reconduire VER 5.83 7.23 0.00 0.07 cnd:pre:3s; -reconduire reconduire VER 5.83 7.23 2.97 2.84 inf; -reconduirez reconduire VER 5.83 7.23 0.01 0.00 ind:fut:2p; -reconduirons reconduire VER 5.83 7.23 0.01 0.07 ind:fut:1p; -reconduis reconduire VER 5.83 7.23 1.04 0.34 imp:pre:2s;ind:pre:1s;ind:pre:2s; -reconduisît reconduire VER 5.83 7.23 0.00 0.07 sub:imp:3s; -reconduisaient reconduire VER 5.83 7.23 0.00 0.07 ind:imp:3p; -reconduisais reconduire VER 5.83 7.23 0.00 0.14 ind:imp:1s; -reconduisait reconduire VER 5.83 7.23 0.02 0.27 ind:imp:3s; -reconduisant reconduire VER 5.83 7.23 0.00 0.14 par:pre; -reconduise reconduire VER 5.83 7.23 0.33 0.07 sub:pre:1s;sub:pre:3s; -reconduisent reconduire VER 5.83 7.23 0.01 0.07 ind:pre:3p; -reconduisez reconduire VER 5.83 7.23 0.76 0.07 imp:pre:2p;ind:pre:2p; -reconduisions reconduire VER 5.83 7.23 0.00 0.07 ind:imp:1p; -reconduisirent reconduire VER 5.83 7.23 0.00 0.07 ind:pas:3p; -reconduisit reconduire VER 5.83 7.23 0.00 1.15 ind:pas:3s; -reconduit reconduire VER m s 5.83 7.23 0.43 1.22 ind:pre:3s;par:pas; -reconduite reconduire VER f s 5.83 7.23 0.16 0.27 par:pas; -reconduits reconduire VER m p 5.83 7.23 0.04 0.20 par:pas; -reconfiguration reconfiguration NOM f s 0.02 0.00 0.02 0.00 -reconfigure reconfigurer VER 0.39 0.00 0.05 0.00 ind:pre:1s;ind:pre:3s; -reconfigurer reconfigurer VER 0.39 0.00 0.18 0.00 inf; -reconfigurez reconfigurer VER 0.39 0.00 0.05 0.00 imp:pre:2p; -reconfiguré reconfigurer VER m s 0.39 0.00 0.09 0.00 par:pas; -reconfigurés reconfigurer VER m p 0.39 0.00 0.03 0.00 par:pas; -recongeler recongeler VER 0.01 0.00 0.01 0.00 inf; -reconnûmes reconnaître VER 140.73 229.19 0.01 0.34 ind:pas:1p; -reconnût reconnaître VER 140.73 229.19 0.00 1.22 sub:imp:3s; -reconnaît reconnaître VER 140.73 229.19 10.73 15.61 ind:pre:3s; -reconnaîtra reconnaître VER 140.73 229.19 2.80 1.49 ind:fut:3s; -reconnaîtrai reconnaître VER 140.73 229.19 0.66 0.68 ind:fut:1s; -reconnaîtraient reconnaître VER 140.73 229.19 0.10 0.41 cnd:pre:3p; -reconnaîtrais reconnaître VER 140.73 229.19 2.06 0.95 cnd:pre:1s;cnd:pre:2s; -reconnaîtrait reconnaître VER 140.73 229.19 0.56 2.09 cnd:pre:3s; -reconnaîtras reconnaître VER 140.73 229.19 1.54 0.54 ind:fut:2s; -reconnaître reconnaître VER 140.73 229.19 25.24 62.30 inf; -reconnaîtrez reconnaître VER 140.73 229.19 0.72 0.81 ind:fut:2p; -reconnaîtriez reconnaître VER 140.73 229.19 0.31 0.14 cnd:pre:2p; -reconnaîtrions reconnaître VER 140.73 229.19 0.00 0.07 cnd:pre:1p; -reconnaîtrons reconnaître VER 140.73 229.19 0.49 0.07 ind:fut:1p; -reconnaîtront reconnaître VER 140.73 229.19 1.01 0.34 ind:fut:3p; -reconnais reconnaître VER 140.73 229.19 37.36 24.12 imp:pre:2s;ind:pre:1s;ind:pre:2s; -reconnaissable reconnaissable ADJ s 0.56 4.66 0.50 3.45 -reconnaissables reconnaissable ADJ p 0.56 4.66 0.06 1.22 -reconnaissaient reconnaître VER 140.73 229.19 0.18 2.50 ind:imp:3p; -reconnaissais reconnaître VER 140.73 229.19 1.41 7.30 ind:imp:1s;ind:imp:2s; -reconnaissait reconnaître VER 140.73 229.19 0.65 17.50 ind:imp:3s; -reconnaissance reconnaissance NOM f s 15.28 22.77 15.08 21.49 -reconnaissances reconnaissance NOM f p 15.28 22.77 0.20 1.28 -reconnaissant reconnaissant ADJ m s 20.59 9.19 10.32 5.41 -reconnaissante reconnaissant ADJ f s 20.59 9.19 6.41 2.70 -reconnaissantes reconnaissant ADJ f p 20.59 9.19 0.17 0.27 -reconnaissants reconnaissant ADJ m p 20.59 9.19 3.69 0.81 -reconnaisse reconnaître VER 140.73 229.19 2.09 1.15 sub:pre:1s;sub:pre:3s; -reconnaissent reconnaître VER 140.73 229.19 2.10 3.65 ind:pre:3p; -reconnaisses reconnaître VER 140.73 229.19 0.13 0.07 sub:pre:2s; -reconnaissez reconnaître VER 140.73 229.19 13.49 2.97 imp:pre:2p;ind:pre:2p; -reconnaissiez reconnaître VER 140.73 229.19 0.22 0.27 ind:imp:2p; -reconnaissions reconnaître VER 140.73 229.19 0.11 1.08 ind:imp:1p; -reconnaissons reconnaître VER 140.73 229.19 0.69 1.08 imp:pre:1p;ind:pre:1p; -reconnecte reconnecter VER 0.52 0.00 0.07 0.00 imp:pre:2s;ind:pre:3s; -reconnecter reconnecter VER 0.52 0.00 0.29 0.00 inf; -reconnectez reconnecter VER 0.52 0.00 0.03 0.00 imp:pre:2p; -reconnecté reconnecter VER m s 0.52 0.00 0.06 0.00 par:pas; -reconnectés reconnecter VER m p 0.52 0.00 0.07 0.00 par:pas; -reconnu reconnaître VER m s 140.73 229.19 25.93 32.09 par:pas; -reconnue reconnaître VER f s 140.73 229.19 6.86 5.95 par:pas; -reconnues reconnaître VER f p 140.73 229.19 0.39 0.61 par:pas; -reconnurent reconnaître VER 140.73 229.19 0.03 1.42 ind:pas:3p; -reconnus reconnaître VER m p 140.73 229.19 1.34 8.72 ind:pas:1s;par:pas; -reconnusse reconnaître VER 140.73 229.19 0.00 0.07 sub:imp:1s; -reconnussent reconnaître VER 140.73 229.19 0.01 0.07 sub:imp:3p; -reconnut reconnaître VER 140.73 229.19 0.44 25.74 ind:pas:3s; -reconquerra reconquérir VER 1.54 3.18 0.01 0.07 ind:fut:3s; -reconquerrait reconquérir VER 1.54 3.18 0.00 0.07 cnd:pre:3s; -reconquerrons reconquérir VER 1.54 3.18 0.01 0.07 ind:fut:1p; -reconquiert reconquérir VER 1.54 3.18 0.01 0.07 ind:pre:3s; -reconquirent reconquérir VER 1.54 3.18 0.00 0.07 ind:pas:3p; -reconquis reconquérir VER m 1.54 3.18 0.07 0.68 par:pas; -reconquise reconquis ADJ f s 0.10 0.47 0.10 0.20 -reconquises reconquis ADJ f p 0.10 0.47 0.00 0.14 -reconquista reconquista NOM f s 0.00 0.07 0.00 0.07 -reconquit reconquérir VER 1.54 3.18 0.00 0.07 ind:pas:3s; -reconquière reconquérir VER 1.54 3.18 0.01 0.07 sub:pre:3s; -reconquérais reconquérir VER 1.54 3.18 0.00 0.07 ind:imp:1s; -reconquérait reconquérir VER 1.54 3.18 0.00 0.07 ind:imp:3s; -reconquérir reconquérir VER 1.54 3.18 1.41 1.55 inf; -reconquérons reconquérir VER 1.54 3.18 0.01 0.00 imp:pre:1p; -reconquête reconquête NOM f s 0.06 1.15 0.06 1.15 -reconsidère reconsidérer VER 1.51 1.55 0.08 0.07 imp:pre:2s;ind:pre:1s;ind:pre:3s; -reconsidèrent reconsidérer VER 1.51 1.55 0.01 0.00 ind:pre:3p; -reconsidéra reconsidérer VER 1.51 1.55 0.00 0.27 ind:pas:3s; -reconsidérant reconsidérer VER 1.51 1.55 0.01 0.00 par:pre; -reconsidérer reconsidérer VER 1.51 1.55 1.06 1.01 inf; -reconsidérez reconsidérer VER 1.51 1.55 0.17 0.00 imp:pre:2p;ind:pre:2p; -reconsidéré reconsidérer VER m s 1.51 1.55 0.16 0.14 par:pas; -reconsidérée reconsidérer VER f s 1.51 1.55 0.01 0.07 par:pas; -reconstitua reconstituer VER 4.05 16.28 0.00 0.07 ind:pas:3s; -reconstituaient reconstituer VER 4.05 16.28 0.01 0.34 ind:imp:3p; -reconstituais reconstituer VER 4.05 16.28 0.04 0.14 ind:imp:1s;ind:imp:2s; -reconstituait reconstituer VER 4.05 16.28 0.01 1.01 ind:imp:3s; -reconstituant reconstituant NOM m s 0.15 0.27 0.15 0.20 -reconstituante reconstituant ADJ f s 0.02 0.27 0.00 0.14 -reconstituantes reconstituant ADJ f p 0.02 0.27 0.01 0.07 -reconstituants reconstituant ADJ m p 0.02 0.27 0.00 0.07 -reconstituants reconstituant NOM m p 0.15 0.27 0.00 0.07 -reconstitue reconstituer VER 4.05 16.28 0.42 1.69 imp:pre:2s;ind:pre:1s;ind:pre:3s; -reconstituent reconstituer VER 4.05 16.28 0.03 0.47 ind:pre:3p; -reconstituer reconstituer VER 4.05 16.28 2.12 7.84 inf; -reconstitueraient reconstituer VER 4.05 16.28 0.00 0.07 cnd:pre:3p; -reconstituerais reconstituer VER 4.05 16.28 0.01 0.00 cnd:pre:1s; -reconstituerait reconstituer VER 4.05 16.28 0.00 0.20 cnd:pre:3s; -reconstituerons reconstituer VER 4.05 16.28 0.00 0.07 ind:fut:1p; -reconstitues reconstituer VER 4.05 16.28 0.02 0.07 ind:pre:2s; -reconstituâmes reconstituer VER 4.05 16.28 0.00 0.07 ind:pas:1p; -reconstituons reconstituer VER 4.05 16.28 0.08 0.00 imp:pre:1p;ind:pre:1p; -reconstituât reconstituer VER 4.05 16.28 0.00 0.14 sub:imp:3s; -reconstitution reconstitution NOM f s 2.23 2.57 2.12 2.23 -reconstitutions reconstitution NOM f p 2.23 2.57 0.11 0.34 -reconstitué reconstituer VER m s 4.05 16.28 1.05 1.69 par:pas; -reconstituée reconstituer VER f s 4.05 16.28 0.05 1.01 par:pas; -reconstituées reconstituer VER f p 4.05 16.28 0.16 0.14 par:pas; -reconstitués reconstituer VER m p 4.05 16.28 0.02 0.81 par:pas; -reconstructeur reconstructeur NOM m s 0.01 0.00 0.01 0.00 -reconstruction reconstruction NOM f s 2.25 4.19 2.07 4.12 -reconstructions reconstruction NOM f p 2.25 4.19 0.17 0.07 -reconstructrice reconstructeur ADJ f s 0.04 0.00 0.04 0.00 -reconstruira reconstruire VER 7.24 7.84 0.02 0.07 ind:fut:3s; -reconstruirai reconstruire VER 7.24 7.84 0.02 0.00 ind:fut:1s; -reconstruirais reconstruire VER 7.24 7.84 0.01 0.00 cnd:pre:1s; -reconstruirait reconstruire VER 7.24 7.84 0.02 0.07 cnd:pre:3s; -reconstruiras reconstruire VER 7.24 7.84 0.01 0.00 ind:fut:2s; -reconstruire reconstruire VER 7.24 7.84 4.59 3.24 inf; -reconstruirons reconstruire VER 7.24 7.84 0.36 0.07 ind:fut:1p; -reconstruiront reconstruire VER 7.24 7.84 0.04 0.00 ind:fut:3p; -reconstruis reconstruire VER 7.24 7.84 0.13 0.07 imp:pre:2s;ind:pre:1s;ind:pre:2s; -reconstruisaient reconstruire VER 7.24 7.84 0.01 0.27 ind:imp:3p; -reconstruisait reconstruire VER 7.24 7.84 0.01 0.41 ind:imp:3s; -reconstruisant reconstruire VER 7.24 7.84 0.00 0.14 par:pre; -reconstruisent reconstruire VER 7.24 7.84 0.14 0.07 ind:pre:3p; -reconstruisez reconstruire VER 7.24 7.84 0.04 0.00 imp:pre:2p;ind:pre:2p; -reconstruisirent reconstruire VER 7.24 7.84 0.00 0.14 ind:pas:3p; -reconstruisons reconstruire VER 7.24 7.84 0.04 0.00 imp:pre:1p;ind:pre:1p; -reconstruit reconstruire VER m s 7.24 7.84 1.39 1.76 ind:pre:3s;par:pas; -reconstruite reconstruire VER f s 7.24 7.84 0.29 1.15 par:pas; -reconstruites reconstruire VER f p 7.24 7.84 0.06 0.27 par:pas; -reconstruits reconstruire VER m p 7.24 7.84 0.06 0.14 par:pas; -reconsulter reconsulter VER 0.01 0.00 0.01 0.00 inf; -recontacter recontacter VER 0.38 0.07 0.27 0.07 inf; -reconter reconter VER 0.00 0.07 0.00 0.07 inf; -recontrer recontrer VER 0.20 0.00 0.20 0.00 inf; -reconventionnelle reconventionnel ADJ f s 0.01 0.00 0.01 0.00 -reconversion reconversion NOM f s 0.36 0.74 0.36 0.74 -reconverti reconvertir VER m s 0.40 2.30 0.13 0.68 par:pas; -reconvertie reconvertir VER f s 0.40 2.30 0.10 0.20 par:pas; -reconvertir reconvertir VER 0.40 2.30 0.12 0.81 inf; -reconvertirent reconvertir VER 0.40 2.30 0.00 0.07 ind:pas:3p; -reconvertis reconvertir VER m p 0.40 2.30 0.02 0.27 imp:pre:2s;ind:pre:2s;ind:pas:2s;par:pas; -reconvertissant reconvertir VER 0.40 2.30 0.00 0.07 par:pre; -reconvertisse reconvertir VER 0.40 2.30 0.00 0.07 sub:pre:1s; -reconvertit reconvertir VER 0.40 2.30 0.02 0.14 ind:pre:3s;ind:pas:3s; -reconvoquer reconvoquer VER 0.02 0.00 0.02 0.00 inf; -recopia recopier VER 2.41 7.30 0.00 0.27 ind:pas:3s; -recopiage recopiage NOM m s 0.00 0.07 0.00 0.07 -recopiai recopier VER 2.41 7.30 0.00 0.14 ind:pas:1s; -recopiaient recopier VER 2.41 7.30 0.00 0.07 ind:imp:3p; -recopiais recopier VER 2.41 7.30 0.00 0.41 ind:imp:1s; -recopiait recopier VER 2.41 7.30 0.00 0.54 ind:imp:3s; -recopiant recopier VER 2.41 7.30 0.16 0.47 par:pre; -recopie recopier VER 2.41 7.30 0.50 0.81 imp:pre:2s;ind:pre:1s;ind:pre:3s; -recopient recopier VER 2.41 7.30 0.00 0.07 ind:pre:3p; -recopier recopier VER 2.41 7.30 0.82 2.23 inf; -recopierai recopier VER 2.41 7.30 0.25 0.00 ind:fut:1s; -recopierait recopier VER 2.41 7.30 0.00 0.07 cnd:pre:3s; -recopies recopier VER 2.41 7.30 0.01 0.07 ind:pre:2s; -recopiez recopier VER 2.41 7.30 0.16 0.00 imp:pre:2p;ind:pre:2p; -recopiât recopier VER 2.41 7.30 0.00 0.07 sub:imp:3s; -recopié recopier VER m s 2.41 7.30 0.23 1.01 par:pas; -recopiée recopier VER f s 2.41 7.30 0.02 0.20 par:pas; -recopiées recopier VER f p 2.41 7.30 0.23 0.41 par:pas; -recopiés recopier VER m p 2.41 7.30 0.03 0.47 par:pas; -record record NOM m s 13.34 5.95 10.14 3.11 -recorder recorder VER 0.03 0.00 0.03 0.00 inf; -recordman recordman NOM m s 0.04 0.20 0.04 0.14 -recordmen recordman NOM m p 0.04 0.20 0.00 0.07 -records record NOM m p 13.34 5.95 3.20 2.84 -recors recors NOM m 0.01 0.00 0.01 0.00 -recoucha recoucher VER 3.69 8.11 0.00 1.69 ind:pas:3s; -recouchai recoucher VER 3.69 8.11 0.00 0.41 ind:pas:1s; -recouchais recoucher VER 3.69 8.11 0.00 0.07 ind:imp:1s; -recouchait recoucher VER 3.69 8.11 0.00 0.74 ind:imp:3s; -recouchant recoucher VER 3.69 8.11 0.00 0.20 par:pre; -recouche recoucher VER 3.69 8.11 1.54 1.42 imp:pre:2s;ind:pre:1s;ind:pre:3s; -recoucher recoucher VER 3.69 8.11 1.79 2.23 inf; -recoucherais recoucher VER 3.69 8.11 0.04 0.00 cnd:pre:1s;cnd:pre:2s; -recoucheriez recoucher VER 3.69 8.11 0.01 0.00 cnd:pre:2p; -recouchez recoucher VER 3.69 8.11 0.08 0.07 imp:pre:2p; -recouchèrent recoucher VER 3.69 8.11 0.00 0.07 ind:pas:3p; -recouché recoucher VER m s 3.69 8.11 0.20 0.47 par:pas; -recouchée recoucher VER f s 3.69 8.11 0.03 0.61 par:pas; -recouchées recoucher VER f p 3.69 8.11 0.01 0.07 par:pas; -recouchés recoucher VER m p 3.69 8.11 0.00 0.07 par:pas; -recoud recoudre VER 5.80 3.92 0.11 0.41 ind:pre:3s; -recoudra recoudre VER 5.80 3.92 0.25 0.07 ind:fut:3s; -recoudrai recoudre VER 5.80 3.92 0.16 0.07 ind:fut:1s; -recoudras recoudre VER 5.80 3.92 0.01 0.07 ind:fut:2s; -recoudre recoudre VER 5.80 3.92 2.96 1.28 inf; -recouds recoudre VER 5.80 3.92 0.53 0.14 imp:pre:2s;ind:pre:1s;ind:pre:2s; -recouler recouler VER 0.01 0.07 0.01 0.07 inf; -recoupa recouper VER 0.81 1.96 0.00 0.07 ind:pas:3s; -recoupaient recouper VER 0.81 1.96 0.00 0.14 ind:imp:3p; -recoupait recouper VER 0.81 1.96 0.02 0.27 ind:imp:3s; -recoupant recouper VER 0.81 1.96 0.01 0.20 par:pre; -recoupe recouper VER 0.81 1.96 0.25 0.34 imp:pre:2s;ind:pre:1s;ind:pre:3s; -recoupement recoupement NOM m s 0.24 1.42 0.08 0.27 -recoupements recoupement NOM m p 0.24 1.42 0.17 1.15 -recoupent recouper VER 0.81 1.96 0.10 0.41 ind:pre:3p; -recouper recouper VER 0.81 1.96 0.25 0.27 inf; -recouperait recouper VER 0.81 1.96 0.00 0.07 cnd:pre:3s; -recouperont recouper VER 0.81 1.96 0.01 0.00 ind:fut:3p; -recoupez recouper VER 0.81 1.96 0.04 0.00 imp:pre:2p; -recoupions recouper VER 0.81 1.96 0.00 0.07 ind:imp:1p; -recoupé recouper VER m s 0.81 1.96 0.10 0.14 par:pas; -recoupés recouper VER m p 0.81 1.96 0.02 0.00 par:pas; -recourait recourir VER 1.92 4.73 0.10 0.47 ind:imp:3s; -recourant recourir VER 1.92 4.73 0.04 0.07 par:pre; -recourba recourber VER 0.06 2.09 0.00 0.07 ind:pas:3s; -recourbaient recourber VER 0.06 2.09 0.00 0.07 ind:imp:3p; -recourbait recourber VER 0.06 2.09 0.00 0.14 ind:imp:3s; -recourbant recourber VER 0.06 2.09 0.00 0.14 par:pre; -recourbe recourber VER 0.06 2.09 0.03 0.27 imp:pre:2s;ind:pre:1s;ind:pre:3s; -recourber recourber VER 0.06 2.09 0.01 0.14 inf; -recourbé recourbé ADJ m s 0.07 2.97 0.03 1.15 -recourbée recourber VER f s 0.06 2.09 0.01 0.47 par:pas; -recourbées recourbé ADJ f p 0.07 2.97 0.01 0.34 -recourbés recourbé ADJ m p 0.07 2.97 0.01 1.22 -recoure recourir VER 1.92 4.73 0.01 0.00 sub:pre:3s; -recourent recourir VER 1.92 4.73 0.10 0.20 ind:pre:3p; -recourez recourir VER 1.92 4.73 0.04 0.00 imp:pre:2p; -recourir recourir VER 1.92 4.73 1.25 2.77 inf; -recourons recourir VER 1.92 4.73 0.01 0.07 ind:pre:1p; -recourrait recourir VER 1.92 4.73 0.00 0.07 cnd:pre:3s; -recours recours NOM m 6.45 15.34 6.45 15.34 -recourt recourir VER 1.92 4.73 0.08 0.27 ind:pre:3s; -recouru recourir VER m s 1.92 4.73 0.11 0.20 par:pas; -recoururent recourir VER 1.92 4.73 0.00 0.14 ind:pas:3p; -recourus recourir VER 1.92 4.73 0.00 0.07 ind:pas:1s; -recourut recourir VER 1.92 4.73 0.01 0.20 ind:pas:3s; -recousais recoudre VER 5.80 3.92 0.02 0.00 ind:imp:1s; -recousait recoudre VER 5.80 3.92 0.13 0.27 ind:imp:3s; -recousant recoudre VER 5.80 3.92 0.02 0.27 par:pre; -recouse recoudre VER 5.80 3.92 0.07 0.07 sub:pre:1s;sub:pre:3s; -recousez recoudre VER 5.80 3.92 0.13 0.00 imp:pre:2p; -recousu recoudre VER m s 5.80 3.92 0.78 0.81 par:pas; -recousue recoudre VER f s 5.80 3.92 0.60 0.27 par:pas; -recousus recoudre VER m p 5.80 3.92 0.04 0.20 par:pas; -recouvert recouvrir VER m s 11.04 69.26 2.79 16.82 par:pas; -recouverte recouvrir VER f s 11.04 69.26 0.90 7.77 par:pas; -recouvertes recouvrir VER f p 11.04 69.26 0.14 3.65 par:pas; -recouverts recouvrir VER m p 11.04 69.26 0.88 9.59 par:pas; -recouvrît recouvrir VER 11.04 69.26 0.00 0.14 sub:imp:3s; -recouvra recouvrer VER 2.02 5.27 0.02 0.41 ind:pas:3s; -recouvrables recouvrable ADJ f p 0.00 0.07 0.00 0.07 -recouvrai recouvrer VER 2.02 5.27 0.00 0.07 ind:pas:1s; -recouvraient recouvrir VER 11.04 69.26 0.23 2.30 ind:imp:3p; -recouvrais recouvrir VER 11.04 69.26 0.00 0.34 ind:imp:1s; -recouvrait recouvrir VER 11.04 69.26 0.46 7.91 ind:imp:3s; -recouvrance recouvrance NOM f s 0.00 0.27 0.00 0.27 -recouvrant recouvrir VER 11.04 69.26 0.47 2.91 par:pre; -recouvre recouvrir VER 11.04 69.26 2.28 8.04 imp:pre:2s;ind:pre:1s;ind:pre:3s; -recouvrement recouvrement NOM m s 0.28 0.14 0.28 0.14 -recouvrent recouvrir VER 11.04 69.26 0.25 1.62 ind:pre:3p;sub:pre:3p; -recouvrer recouvrer VER 2.02 5.27 0.46 2.30 inf; -recouvrerai recouvrer VER 2.02 5.27 0.01 0.00 ind:fut:1s; -recouvrerait recouvrer VER 2.02 5.27 0.03 0.14 cnd:pre:3s; -recouvrerez recouvrer VER 2.02 5.27 0.02 0.00 ind:fut:2p; -recouvreront recouvrer VER 2.02 5.27 0.00 0.07 ind:fut:3p; -recouvrez recouvrir VER 11.04 69.26 0.71 0.07 imp:pre:2p;imp:pre:2p;ind:pre:2p; -recouvriez recouvrir VER 11.04 69.26 0.02 0.00 ind:imp:2p; -recouvrir recouvrir VER 11.04 69.26 1.74 5.27 inf; -recouvrira recouvrir VER 11.04 69.26 0.06 0.34 ind:fut:3s; -recouvrirai recouvrir VER 11.04 69.26 0.02 0.07 ind:fut:1s; -recouvriraient recouvrir VER 11.04 69.26 0.00 0.07 cnd:pre:3p; -recouvrirait recouvrir VER 11.04 69.26 0.02 0.27 cnd:pre:3s; -recouvrirent recouvrir VER 11.04 69.26 0.00 0.34 ind:pas:3p; -recouvris recouvrir VER 11.04 69.26 0.01 0.07 ind:pas:1s; -recouvrissent recouvrir VER 11.04 69.26 0.00 0.07 sub:imp:3p; -recouvrit recouvrir VER 11.04 69.26 0.04 1.55 ind:pas:3s; -recouvrons recouvrir VER 11.04 69.26 0.03 0.07 imp:pre:1p;ind:pre:1p; -recouvrât recouvrer VER 2.02 5.27 0.00 0.07 sub:imp:3s; -recouvré recouvrer VER m s 2.02 5.27 0.66 1.62 par:pas; -recouvrée recouvrer VER f s 2.02 5.27 0.02 0.47 par:pas; -recouvrées recouvrer VER f p 2.02 5.27 0.21 0.07 par:pas; -recouvrés recouvrer VER m p 2.02 5.27 0.01 0.07 par:pas; -recracha recracher VER 2.26 2.36 0.00 0.74 ind:pas:3s; -recrachaient recracher VER 2.26 2.36 0.01 0.14 ind:imp:3p; -recrachais recracher VER 2.26 2.36 0.01 0.07 ind:imp:1s; -recrachait recracher VER 2.26 2.36 0.03 0.20 ind:imp:3s; -recrachant recracher VER 2.26 2.36 0.01 0.00 par:pre; -recrache recracher VER 2.26 2.36 0.61 0.41 imp:pre:2s;ind:pre:1s;ind:pre:3s; -recrachent recracher VER 2.26 2.36 0.06 0.07 ind:pre:3p; -recracher recracher VER 2.26 2.36 0.66 0.34 inf; -recrachera recracher VER 2.26 2.36 0.02 0.07 ind:fut:3s; -recraches recracher VER 2.26 2.36 0.15 0.00 ind:pre:2s; -recrachez recracher VER 2.26 2.36 0.17 0.00 imp:pre:2p;ind:pre:2p; -recraché recracher VER m s 2.26 2.36 0.47 0.27 par:pas; -recrachée recracher VER f s 2.26 2.36 0.05 0.07 par:pas; -recreuse recreuser VER 0.14 0.20 0.00 0.07 ind:pre:3s; -recreuser recreuser VER 0.14 0.20 0.14 0.07 inf; -recroisait recroiser VER 0.17 0.88 0.00 0.07 ind:imp:3s; -recroisant recroiser VER 0.17 0.88 0.00 0.14 par:pre; -recroise recroiser VER 0.17 0.88 0.03 0.34 ind:pre:1s;ind:pre:3s; -recroiser recroiser VER 0.17 0.88 0.05 0.07 inf; -recroiseras recroiser VER 0.17 0.88 0.03 0.00 ind:fut:2s; -recroiserons recroiser VER 0.17 0.88 0.01 0.00 ind:fut:1p; -recroisé recroiser VER m s 0.17 0.88 0.04 0.14 par:pas; -recroisés recroiser VER m p 0.17 0.88 0.01 0.14 par:pas; -recroquevilla recroqueviller VER 0.29 14.05 0.00 0.95 ind:pas:3s; -recroquevillai recroqueviller VER 0.29 14.05 0.01 0.14 ind:pas:1s; -recroquevillaient recroqueviller VER 0.29 14.05 0.00 0.41 ind:imp:3p; -recroquevillais recroqueviller VER 0.29 14.05 0.00 0.27 ind:imp:1s; -recroquevillait recroqueviller VER 0.29 14.05 0.00 0.74 ind:imp:3s; -recroquevillant recroqueviller VER 0.29 14.05 0.00 0.20 par:pre; -recroqueville recroqueviller VER 0.29 14.05 0.03 1.49 imp:pre:2s;ind:pre:1s;ind:pre:3s; -recroquevillement recroquevillement NOM m s 0.00 0.14 0.00 0.14 -recroquevillent recroqueviller VER 0.29 14.05 0.01 0.61 ind:pre:3p; -recroqueviller recroqueviller VER 0.29 14.05 0.03 1.22 inf; -recroquevillions recroqueviller VER 0.29 14.05 0.00 0.14 ind:imp:1p; -recroquevillé recroqueviller VER m s 0.29 14.05 0.12 4.59 par:pas; -recroquevillée recroqueviller VER f s 0.29 14.05 0.09 1.96 par:pas; -recroquevillées recroquevillé ADJ f p 0.12 3.72 0.00 0.61 -recroquevillés recroquevillé ADJ m p 0.12 3.72 0.10 0.41 -recru recroître VER m s 0.00 0.47 0.00 0.34 par:pas; -recréa recréer VER 2.23 4.39 0.00 0.14 ind:pas:3s; -recréaient recréer VER 2.23 4.39 0.01 0.14 ind:imp:3p; -recréais recréer VER 2.23 4.39 0.01 0.07 ind:imp:1s; -recréait recréer VER 2.23 4.39 0.00 0.07 ind:imp:3s; -recréant recréer VER 2.23 4.39 0.04 0.27 par:pre; -recréation recréation NOM f s 0.04 0.27 0.01 0.20 -recrudescence recrudescence NOM f s 0.21 0.81 0.21 0.81 -recrudescente recrudescent ADJ f s 0.01 0.00 0.01 0.00 -recrée recréer VER 2.23 4.39 0.28 0.34 ind:pre:1s;ind:pre:3s; -recrue recrue NOM f s 4.61 3.85 1.73 1.35 -recréent recréer VER 2.23 4.39 0.00 0.14 ind:pre:3p; -recréer recréer VER 2.23 4.39 1.61 2.16 inf; -recréerait recréer VER 2.23 4.39 0.01 0.14 cnd:pre:3s; -recrues recrue NOM f p 4.61 3.85 2.87 2.50 -recrépi recrépir VER m s 0.00 0.34 0.00 0.07 par:pas; -recrépie recrépir VER f s 0.00 0.34 0.00 0.07 par:pas; -recrépir recrépir VER 0.00 0.34 0.00 0.07 inf; -recrépis recrépir VER m p 0.00 0.34 0.00 0.07 par:pas; -recrépit recrépir VER 0.00 0.34 0.00 0.07 ind:pre:3s; -recrus recroître VER m p 0.00 0.47 0.00 0.14 par:pas; -recruta recruter VER 7.45 6.15 0.01 0.20 ind:pas:3s; -recrutaient recruter VER 7.45 6.15 0.03 0.27 ind:imp:3p; -recrutais recruter VER 7.45 6.15 0.02 0.00 ind:imp:1s;ind:imp:2s; -recrutait recruter VER 7.45 6.15 0.24 0.54 ind:imp:3s; -recrutant recruter VER 7.45 6.15 0.08 0.07 par:pre; -recrute recruter VER 7.45 6.15 1.01 0.41 imp:pre:2s;ind:pre:1s;ind:pre:3s; -recrutement recrutement NOM m s 1.66 3.51 1.66 3.51 -recrutent recruter VER 7.45 6.15 0.24 0.27 ind:pre:3p; -recruter recruter VER 7.45 6.15 2.59 1.76 inf; -recrutera recruter VER 7.45 6.15 0.04 0.00 ind:fut:3s; -recruterai recruter VER 7.45 6.15 0.04 0.00 ind:fut:1s; -recruterez recruter VER 7.45 6.15 0.00 0.07 ind:fut:2p; -recruteur recruteur NOM m s 1.34 0.20 0.87 0.14 -recruteurs recruteur NOM m p 1.34 0.20 0.47 0.07 -recrutez recruter VER 7.45 6.15 0.13 0.00 imp:pre:2p;ind:pre:2p; -recrutiez recruter VER 7.45 6.15 0.02 0.00 ind:imp:2p; -recrutions recruter VER 7.45 6.15 0.01 0.07 ind:imp:1p; -recrutons recruter VER 7.45 6.15 0.07 0.00 imp:pre:1p;ind:pre:1p; -recruté recruter VER m s 7.45 6.15 2.27 1.08 par:pas; -recrutée recruter VER f s 7.45 6.15 0.29 0.34 par:pas; -recrutées recruter VER f p 7.45 6.15 0.02 0.20 par:pas; -recrutés recruter VER m p 7.45 6.15 0.34 0.88 par:pas; -recréé recréer VER m s 2.23 4.39 0.16 0.61 par:pas; -recréée recréer VER f s 2.23 4.39 0.02 0.20 par:pas; -recréées recréer VER f p 2.23 4.39 0.01 0.07 par:pas; -recréés recréer VER m p 2.23 4.39 0.07 0.00 par:pas; -recta recta ADV 0.08 1.08 0.08 1.08 -rectal rectal ADJ m s 0.66 0.14 0.33 0.00 -rectale rectal ADJ f s 0.66 0.14 0.29 0.14 -rectangle rectangle NOM m s 0.47 16.69 0.38 12.91 -rectangles rectangle NOM m p 0.47 16.69 0.09 3.78 -rectangulaire rectangulaire ADJ s 0.25 8.18 0.09 5.14 -rectangulaires rectangulaire ADJ p 0.25 8.18 0.16 3.04 -rectaux rectal ADJ m p 0.66 0.14 0.03 0.00 -recteur recteur NOM m s 2.17 1.55 2.13 1.42 -recteurs recteur NOM m p 2.17 1.55 0.04 0.07 -recèle receler VER 1.02 3.72 0.58 0.95 ind:pre:1s;ind:pre:3s; -recèlent receler VER 1.02 3.72 0.31 0.68 ind:pre:3p; -recèles receler VER 1.02 3.72 0.01 0.00 ind:pre:2s; -recès recès NOM m 0.00 0.07 0.00 0.07 -rectifia rectifier VER 2.04 10.68 0.00 2.64 ind:pas:3s; -rectifiai rectifier VER 2.04 10.68 0.00 0.20 ind:pas:1s; -rectifiait rectifier VER 2.04 10.68 0.01 0.81 ind:imp:3s; -rectifiant rectifier VER 2.04 10.68 0.00 0.34 par:pre; -rectificatif rectificatif NOM m s 0.05 0.07 0.05 0.07 -rectification rectification NOM f s 0.93 0.61 0.91 0.34 -rectifications rectification NOM f p 0.93 0.61 0.02 0.27 -rectifie rectifier VER 2.04 10.68 0.26 1.35 imp:pre:2s;ind:pre:1s;ind:pre:3s; -rectifient rectifier VER 2.04 10.68 0.01 0.14 ind:pre:3p; -rectifier rectifier VER 2.04 10.68 0.92 2.50 inf; -rectifiera rectifier VER 2.04 10.68 0.02 0.00 ind:fut:3s; -rectifierai rectifier VER 2.04 10.68 0.00 0.07 ind:fut:1s; -rectifierez rectifier VER 2.04 10.68 0.00 0.07 ind:fut:2p; -rectifies rectifier VER 2.04 10.68 0.01 0.07 ind:pre:2s; -rectifiez rectifier VER 2.04 10.68 0.34 0.14 imp:pre:2p;ind:pre:2p; -rectifions rectifier VER 2.04 10.68 0.03 0.07 imp:pre:1p; -rectifièrent rectifier VER 2.04 10.68 0.00 0.14 ind:pas:3p; -rectifié rectifier VER m s 2.04 10.68 0.36 1.22 par:pas; -rectifiée rectifier VER f s 2.04 10.68 0.06 0.47 par:pas; -rectifiées rectifier VER f p 2.04 10.68 0.00 0.34 par:pas; -rectifiés rectifier VER m p 2.04 10.68 0.01 0.14 par:pas; -rectiligne rectiligne ADJ s 0.16 6.08 0.16 4.46 -rectilignes rectiligne ADJ p 0.16 6.08 0.00 1.62 -rectilinéaire rectilinéaire ADJ m s 0.01 0.00 0.01 0.00 -rectitude rectitude NOM f s 0.05 0.68 0.05 0.68 -recto_tono recto_tono ADV 0.00 0.20 0.00 0.20 -recto recto NOM m s 0.30 0.95 0.30 0.88 -rectorat rectorat NOM m s 0.18 0.00 0.18 0.00 -rectos recto NOM m p 0.30 0.95 0.00 0.07 -rectrices recteur NOM f p 2.17 1.55 0.00 0.07 -rectum rectum NOM m s 0.50 0.81 0.50 0.81 -recueil recueil NOM m s 1.52 3.78 1.33 2.97 -recueillît recueillir VER 8.54 31.42 0.00 0.34 sub:imp:3s; -recueillaient recueillir VER 8.54 31.42 0.02 0.34 ind:imp:3p; -recueillais recueillir VER 8.54 31.42 0.04 0.20 ind:imp:1s; -recueillait recueillir VER 8.54 31.42 0.05 1.96 ind:imp:3s; -recueillant recueillir VER 8.54 31.42 0.05 1.01 par:pre; -recueille recueillir VER 8.54 31.42 1.12 3.38 imp:pre:2s;ind:pre:1s;ind:pre:3s; -recueillement recueillement NOM m s 0.20 3.04 0.20 2.97 -recueillements recueillement NOM m p 0.20 3.04 0.00 0.07 -recueillent recueillir VER 8.54 31.42 0.21 0.81 ind:pre:3p; -recueillera recueillir VER 8.54 31.42 0.05 0.47 ind:fut:3s; -recueillerai recueillir VER 8.54 31.42 0.02 0.07 ind:fut:1s; -recueilleraient recueillir VER 8.54 31.42 0.00 0.07 cnd:pre:3p; -recueillerait recueillir VER 8.54 31.42 0.01 0.27 cnd:pre:3s; -recueilleront recueillir VER 8.54 31.42 0.00 0.07 ind:fut:3p; -recueillez recueillir VER 8.54 31.42 0.22 0.00 imp:pre:2p;ind:pre:2p; -recueilli recueillir VER m s 8.54 31.42 2.20 5.88 par:pas; -recueillie recueillir VER f s 8.54 31.42 0.42 1.15 par:pas; -recueillies recueillir VER f p 8.54 31.42 0.29 0.74 par:pas; -recueillions recueillir VER 8.54 31.42 0.00 0.07 ind:imp:1p; -recueillir recueillir VER 8.54 31.42 2.59 9.46 inf; -recueillirent recueillir VER 8.54 31.42 0.11 0.41 ind:pas:3p; -recueillis recueillir VER m p 8.54 31.42 0.58 2.09 ind:pas:1s;par:pas; -recueillit recueillir VER 8.54 31.42 0.18 2.57 ind:pas:3s; -recueillons recueillir VER 8.54 31.42 0.38 0.07 imp:pre:1p;ind:pre:1p; -recueils recueil NOM m p 1.52 3.78 0.19 0.81 -recuire recuire VER 0.02 0.68 0.02 0.07 inf; -recuisson recuisson NOM f s 0.00 0.07 0.00 0.07 -recuit recuit ADJ m s 0.03 1.55 0.03 0.54 -recuite recuit ADJ f s 0.03 1.55 0.00 0.54 -recuites recuire VER f p 0.02 0.68 0.00 0.27 par:pas; -recuits recuit ADJ m p 0.03 1.55 0.00 0.34 -recul recul NOM m s 3.59 15.61 3.59 14.73 -recula reculer VER 52.15 69.05 0.02 13.31 ind:pas:3s; -reculade reculade NOM f s 0.00 0.54 0.00 0.47 -reculades reculade NOM f p 0.00 0.54 0.00 0.07 -reculai reculer VER 52.15 69.05 0.03 0.68 ind:pas:1s; -reculaient reculer VER 52.15 69.05 0.01 1.62 ind:imp:3p; -reculais reculer VER 52.15 69.05 0.04 0.54 ind:imp:1s;ind:imp:2s; -reculait reculer VER 52.15 69.05 0.20 4.86 ind:imp:3s; -recélait recéler VER 0.02 0.54 0.02 0.34 ind:imp:3s; -reculant reculer VER 52.15 69.05 0.25 3.78 par:pre; -recélant recéler VER 0.02 0.54 0.00 0.07 par:pre; -recule reculer VER 52.15 69.05 15.11 11.15 imp:pre:2s;ind:pre:1s;ind:pre:3s; -reculent reculer VER 52.15 69.05 1.31 1.49 ind:pre:3p; -reculer reculer VER 52.15 69.05 6.83 15.41 inf; -recéler recéler VER 0.02 0.54 0.00 0.14 inf; -reculera reculer VER 52.15 69.05 0.14 0.14 ind:fut:3s; -reculerai reculer VER 52.15 69.05 0.24 0.00 ind:fut:1s; -reculeraient reculer VER 52.15 69.05 0.01 0.07 cnd:pre:3p; -reculerais reculer VER 52.15 69.05 0.05 0.00 cnd:pre:1s;cnd:pre:2s; -reculerait reculer VER 52.15 69.05 0.01 0.14 cnd:pre:3s; -reculeras reculer VER 52.15 69.05 0.26 0.00 ind:fut:2s; -reculerons reculer VER 52.15 69.05 0.02 0.00 ind:fut:1p; -reculeront reculer VER 52.15 69.05 0.20 0.00 ind:fut:3p; -recules reculer VER 52.15 69.05 1.00 0.07 ind:pre:2s;sub:pre:2s; -reculez reculer VER 52.15 69.05 22.91 0.20 imp:pre:2p;ind:pre:2p; -reculons reculer VER 52.15 69.05 1.67 6.62 imp:pre:1p;ind:pre:1p; -reculât reculer VER 52.15 69.05 0.00 0.07 sub:imp:3s; -reculotta reculotter VER 0.02 0.47 0.00 0.20 ind:pas:3s; -reculotte reculotter VER 0.02 0.47 0.02 0.07 imp:pre:2s;ind:pre:3s; -reculotter reculotter VER 0.02 0.47 0.00 0.07 inf; -reculotté reculotter VER m s 0.02 0.47 0.00 0.07 par:pas; -reculottée reculotter VER f s 0.02 0.47 0.00 0.07 par:pas; -reculs recul NOM m p 3.59 15.61 0.00 0.81 -reculèrent reculer VER 52.15 69.05 0.01 1.22 ind:pas:3p; -reculé reculer VER m s 52.15 69.05 1.71 6.96 par:pas; -reculée reculé ADJ f s 0.71 3.78 0.14 0.54 -reculées reculer VER f p 52.15 69.05 0.02 0.00 par:pas; -reculés reculé ADJ m p 0.71 3.78 0.18 1.15 -recépages recépage NOM m p 0.00 0.07 0.00 0.07 -recyclable recyclable ADJ s 0.14 0.00 0.06 0.00 -recyclables recyclable ADJ p 0.14 0.00 0.09 0.00 -recyclage recyclage NOM m s 0.78 0.47 0.78 0.47 -recyclaient recycler VER 1.77 1.15 0.02 0.00 ind:imp:3p; -recyclait recycler VER 1.77 1.15 0.01 0.00 ind:imp:3s; -recycle recycler VER 1.77 1.15 0.46 0.00 imp:pre:2s;ind:pre:1s;ind:pre:3s; -recyclent recycler VER 1.77 1.15 0.06 0.07 ind:pre:3p; -recycler recycler VER 1.77 1.15 0.56 0.41 inf; -recyclerai recycler VER 1.77 1.15 0.01 0.00 ind:fut:1s; -recycleur recycleur NOM m s 0.01 0.00 0.01 0.00 -recyclez recycler VER 1.77 1.15 0.07 0.00 imp:pre:2p;ind:pre:2p; -recycliez recycler VER 1.77 1.15 0.00 0.07 ind:imp:2p; -recyclé recycler VER m s 1.77 1.15 0.39 0.41 par:pas; -recyclée recycler VER f s 1.77 1.15 0.10 0.14 par:pas; -recyclées recycler VER f p 1.77 1.15 0.03 0.00 par:pas; -recyclés recycler VER m p 1.77 1.15 0.06 0.07 par:pas; -red_river red_river NOM s 0.00 0.14 0.00 0.14 -redan redan NOM m s 0.00 0.27 0.00 0.27 -reddition reddition NOM f s 2.21 3.24 2.21 3.24 -redemanda redemander VER 3.72 4.19 0.00 0.61 ind:pas:3s; -redemandai redemander VER 3.72 4.19 0.14 0.00 ind:pas:1s; -redemandaient redemander VER 3.72 4.19 0.00 0.27 ind:imp:3p; -redemandais redemander VER 3.72 4.19 0.13 0.00 ind:imp:1s;ind:imp:2s; -redemandait redemander VER 3.72 4.19 0.16 0.68 ind:imp:3s; -redemandant redemander VER 3.72 4.19 0.00 0.07 par:pre; -redemande redemander VER 3.72 4.19 1.16 0.95 imp:pre:2s;ind:pre:1s;ind:pre:3s; -redemandent redemander VER 3.72 4.19 0.23 0.14 ind:pre:3p; -redemander redemander VER 3.72 4.19 0.54 0.41 inf; -redemanderai redemander VER 3.72 4.19 0.36 0.00 ind:fut:1s; -redemanderait redemander VER 3.72 4.19 0.01 0.00 cnd:pre:3s; -redemanderas redemander VER 3.72 4.19 0.20 0.00 ind:fut:2s; -redemanderez redemander VER 3.72 4.19 0.03 0.00 ind:fut:2p; -redemanderont redemander VER 3.72 4.19 0.00 0.07 ind:fut:3p; -redemandes redemander VER 3.72 4.19 0.28 0.00 ind:pre:2s; -redemandez redemander VER 3.72 4.19 0.20 0.00 imp:pre:2p;ind:pre:2p; -redemandions redemander VER 3.72 4.19 0.00 0.07 ind:imp:1p; -redemandé redemander VER m s 3.72 4.19 0.29 0.95 par:pas; -redents redent NOM m p 0.00 0.07 0.00 0.07 -redescend redescendre VER 11.61 28.38 1.82 2.84 ind:pre:3s; -redescendît redescendre VER 11.61 28.38 0.00 0.07 sub:imp:3s; -redescendaient redescendre VER 11.61 28.38 0.00 0.88 ind:imp:3p; -redescendais redescendre VER 11.61 28.38 0.01 0.41 ind:imp:1s; -redescendait redescendre VER 11.61 28.38 0.12 2.30 ind:imp:3s; -redescendant redescendre VER 11.61 28.38 0.29 1.55 par:pre; -redescende redescendre VER 11.61 28.38 0.50 0.41 sub:pre:1s;sub:pre:3s; -redescendent redescendre VER 11.61 28.38 0.33 0.41 ind:pre:3p; -redescendes redescendre VER 11.61 28.38 0.12 0.00 sub:pre:2s; -redescendez redescendre VER 11.61 28.38 0.92 0.14 imp:pre:2p;ind:pre:2p; -redescendiez redescendre VER 11.61 28.38 0.01 0.00 ind:imp:2p; -redescendions redescendre VER 11.61 28.38 0.00 0.14 ind:imp:1p; -redescendirent redescendre VER 11.61 28.38 0.00 1.01 ind:pas:3p; -redescendis redescendre VER 11.61 28.38 0.00 0.47 ind:pas:1s;ind:pas:2s; -redescendit redescendre VER 11.61 28.38 0.01 4.19 ind:pas:3s; -redescendons redescendre VER 11.61 28.38 0.14 0.41 imp:pre:1p;ind:pre:1p; -redescendra redescendre VER 11.61 28.38 0.06 0.14 ind:fut:3s; -redescendrai redescendre VER 11.61 28.38 0.19 0.20 ind:fut:1s; -redescendrais redescendre VER 11.61 28.38 0.01 0.00 cnd:pre:1s; -redescendrait redescendre VER 11.61 28.38 0.00 0.20 cnd:pre:3s; -redescendre redescendre VER 11.61 28.38 3.08 5.88 inf; -redescendrons redescendre VER 11.61 28.38 0.01 0.07 ind:fut:1p; -redescendront redescendre VER 11.61 28.38 0.02 0.00 ind:fut:3p; -redescends redescendre VER 11.61 28.38 3.05 1.69 imp:pre:2s;ind:pre:1s;ind:pre:2s; -redescendu redescendre VER m s 11.61 28.38 0.51 3.04 par:pas; -redescendue redescendre VER f s 11.61 28.38 0.25 0.41 par:pas; -redescendues redescendre VER f p 11.61 28.38 0.00 0.14 par:pas; -redescendus redescendre VER m p 11.61 28.38 0.16 1.42 par:pas; -redescente redescente NOM f s 0.01 0.14 0.01 0.14 -redessina redessiner VER 0.13 1.08 0.00 0.14 ind:pas:3s; -redessinaient redessiner VER 0.13 1.08 0.00 0.07 ind:imp:3p; -redessinait redessiner VER 0.13 1.08 0.00 0.14 ind:imp:3s; -redessine redessiner VER 0.13 1.08 0.08 0.07 imp:pre:2s;ind:pre:1s;ind:pre:3s; -redessinent redessiner VER 0.13 1.08 0.00 0.07 ind:pre:3p; -redessiner redessiner VER 0.13 1.08 0.04 0.34 inf; -redessiné redessiner VER m s 0.13 1.08 0.00 0.20 par:pas; -redessinée redessiner VER f s 0.13 1.08 0.00 0.07 par:pas; -redevînt redevenir VER 17.88 37.57 0.00 0.20 sub:imp:3s; -redevable redevable ADJ s 3.76 0.81 3.46 0.74 -redevables redevable ADJ p 3.76 0.81 0.30 0.07 -redevais redevoir VER 0.03 0.20 0.00 0.07 ind:imp:1s; -redevait redevoir VER 0.03 0.20 0.00 0.07 ind:imp:3s; -redevance redevance NOM f s 0.04 0.47 0.03 0.27 -redevances redevance NOM f p 0.04 0.47 0.01 0.20 -redevenaient redevenir VER 17.88 37.57 0.01 0.74 ind:imp:3p; -redevenais redevenir VER 17.88 37.57 0.17 0.47 ind:imp:1s; -redevenait redevenir VER 17.88 37.57 0.11 4.73 ind:imp:3s; -redevenant redevenir VER 17.88 37.57 0.05 0.47 par:pre; -redevenez redevenir VER 17.88 37.57 0.39 0.14 imp:pre:2p;ind:pre:2p; -redeveniez redevenir VER 17.88 37.57 0.09 0.14 ind:imp:2p; -redevenir redevenir VER 17.88 37.57 5.52 5.88 inf; -redevenons redevenir VER 17.88 37.57 0.04 0.07 imp:pre:1p;ind:pre:1p; -redevenu redevenir VER m s 17.88 37.57 1.65 6.35 par:pas; -redevenue redevenir VER f s 17.88 37.57 0.56 4.53 par:pas; -redevenues redevenir VER f p 17.88 37.57 0.08 0.61 par:pas; -redevenus redevenir VER m p 17.88 37.57 0.40 1.42 par:pas; -redeviendra redevenir VER 17.88 37.57 1.50 0.54 ind:fut:3s; -redeviendrai redevenir VER 17.88 37.57 0.25 0.07 ind:fut:1s; -redeviendraient redevenir VER 17.88 37.57 0.01 0.14 cnd:pre:3p; -redeviendrais redevenir VER 17.88 37.57 0.38 0.07 cnd:pre:1s;cnd:pre:2s; -redeviendrait redevenir VER 17.88 37.57 0.15 0.61 cnd:pre:3s; -redeviendras redevenir VER 17.88 37.57 0.37 0.00 ind:fut:2s; -redeviendrez redevenir VER 17.88 37.57 0.13 0.00 ind:fut:2p; -redeviendriez redevenir VER 17.88 37.57 0.14 0.00 cnd:pre:2p; -redeviendrons redevenir VER 17.88 37.57 0.03 0.07 ind:fut:1p; -redeviendront redevenir VER 17.88 37.57 0.28 0.07 ind:fut:3p; -redevienne redevenir VER 17.88 37.57 1.65 0.34 sub:pre:1s;sub:pre:3s; -redeviennent redevenir VER 17.88 37.57 0.44 0.61 ind:pre:3p; -redeviennes redevenir VER 17.88 37.57 0.17 0.00 sub:pre:2s; -redeviens redevenir VER 17.88 37.57 1.88 1.22 imp:pre:2s;ind:pre:1s;ind:pre:2s; -redevient redevenir VER 17.88 37.57 1.21 4.05 ind:pre:3s; -redevinrent redevenir VER 17.88 37.57 0.01 0.20 ind:pas:3p; -redevins redevenir VER 17.88 37.57 0.00 0.20 ind:pas:1s; -redevint redevenir VER 17.88 37.57 0.23 3.65 ind:pas:3s; -redevoir redevoir VER 0.03 0.20 0.01 0.00 inf; -redevra redevoir VER 0.03 0.20 0.00 0.07 ind:fut:3s; -redevrez redevoir VER 0.03 0.20 0.01 0.00 ind:fut:2p; -rediffusent rediffuser VER 0.20 0.07 0.02 0.00 ind:pre:3p; -rediffuser rediffuser VER 0.20 0.07 0.05 0.00 inf; -rediffuserons rediffuser VER 0.20 0.07 0.02 0.00 ind:fut:1p; -rediffusez rediffuser VER 0.20 0.07 0.01 0.00 imp:pre:2p; -rediffusion rediffusion NOM f s 0.64 0.00 0.44 0.00 -rediffusions rediffusion NOM f p 0.64 0.00 0.20 0.00 -rediffusé rediffuser VER m s 0.20 0.07 0.05 0.00 par:pas; -rediffusés rediffuser VER m p 0.20 0.07 0.03 0.07 par:pas; -redimensionner redimensionner VER 0.03 0.00 0.01 0.00 inf; -redimensionnées redimensionner VER f p 0.03 0.00 0.01 0.00 par:pas; -redingote redingote NOM f s 0.81 5.07 0.54 4.66 -redingotes redingote NOM f p 0.81 5.07 0.27 0.41 -redirai redire VER 8.61 10.20 0.47 0.07 ind:fut:1s; -redirais redire VER 8.61 10.20 0.03 0.00 cnd:pre:1s; -redirait redire VER 8.61 10.20 0.01 0.07 cnd:pre:3s; -redire redire VER 8.61 10.20 3.04 5.07 inf; -redirez redire VER 8.61 10.20 0.01 0.07 ind:fut:2p; -rediriez redire VER 8.61 10.20 0.01 0.00 cnd:pre:2p; -redirige rediriger VER 0.37 0.00 0.08 0.00 ind:pre:1s;ind:pre:3s; -rediriger rediriger VER 0.37 0.00 0.15 0.00 inf; -redirigé rediriger VER m s 0.37 0.00 0.14 0.00 par:pas; -redis redire VER 8.61 10.20 3.46 1.62 imp:pre:2s;ind:pre:1s;ind:pre:2s; -redisais redire VER 8.61 10.20 0.01 0.20 ind:imp:1s; -redisait redire VER 8.61 10.20 0.00 0.34 ind:imp:3s; -redisant redire VER 8.61 10.20 0.01 0.20 par:pre; -rediscuter rediscuter VER 0.20 0.07 0.10 0.07 inf; -rediscutera rediscuter VER 0.20 0.07 0.05 0.00 ind:fut:3s; -rediscuterons rediscuter VER 0.20 0.07 0.05 0.00 ind:fut:1p; -redise redire VER 8.61 10.20 0.02 0.20 sub:pre:1s;sub:pre:3s; -redisent redire VER 8.61 10.20 0.01 0.07 ind:pre:3p; -redises redire VER 8.61 10.20 0.27 0.00 sub:pre:2s; -redisposer redisposer VER 0.16 0.14 0.16 0.14 inf; -redistribua redistribuer VER 0.34 0.61 0.01 0.00 ind:pas:3s; -redistribuais redistribuer VER 0.34 0.61 0.02 0.07 ind:imp:1s;ind:imp:2s; -redistribuait redistribuer VER 0.34 0.61 0.00 0.20 ind:imp:3s; -redistribue redistribuer VER 0.34 0.61 0.09 0.07 imp:pre:2s;ind:pre:1s;ind:pre:3s; -redistribuent redistribuer VER 0.34 0.61 0.01 0.00 ind:pre:3p; -redistribuer redistribuer VER 0.34 0.61 0.13 0.14 inf; -redistribueras redistribuer VER 0.34 0.61 0.01 0.00 ind:fut:2s; -redistribuons redistribuer VER 0.34 0.61 0.01 0.00 imp:pre:1p; -redistribution redistribution NOM f s 0.10 0.41 0.10 0.34 -redistributions redistribution NOM f p 0.10 0.41 0.00 0.07 -redistribué redistribuer VER m s 0.34 0.61 0.04 0.07 par:pas; -redistribués redistribuer VER m p 0.34 0.61 0.03 0.07 par:pas; -redit redire VER m s 8.61 10.20 0.39 1.96 ind:pre:3s;par:pas; -redite redire VER f s 8.61 10.20 0.01 0.00 par:pas; -redites redire VER f p 8.61 10.20 0.85 0.20 par:pas; -redits redire VER m p 8.61 10.20 0.00 0.14 par:pas; -redondance redondance NOM f s 0.07 0.34 0.04 0.07 -redondances redondance NOM f p 0.07 0.34 0.04 0.27 -redondant redondant ADJ m s 0.39 0.27 0.32 0.14 -redondante redondant ADJ f s 0.39 0.27 0.03 0.07 -redondantes redondant ADJ f p 0.39 0.27 0.01 0.07 -redondants redondant ADJ m p 0.39 0.27 0.04 0.00 -redonna redonner VER 9.43 11.49 0.03 0.54 ind:pas:3s; -redonnai redonner VER 9.43 11.49 0.00 0.07 ind:pas:1s; -redonnaient redonner VER 9.43 11.49 0.00 0.20 ind:imp:3p; -redonnais redonner VER 9.43 11.49 0.01 0.07 ind:imp:1s; -redonnait redonner VER 9.43 11.49 0.05 1.55 ind:imp:3s; -redonnant redonner VER 9.43 11.49 0.03 0.47 par:pre; -redonne redonner VER 9.43 11.49 2.77 1.62 imp:pre:2s;ind:pre:1s;ind:pre:3s; -redonnent redonner VER 9.43 11.49 0.25 0.20 ind:pre:3p; -redonner redonner VER 9.43 11.49 2.87 4.73 inf; -redonnera redonner VER 9.43 11.49 0.27 0.20 ind:fut:3s; -redonnerai redonner VER 9.43 11.49 0.11 0.00 ind:fut:1s; -redonneraient redonner VER 9.43 11.49 0.01 0.07 cnd:pre:3p; -redonnerais redonner VER 9.43 11.49 0.00 0.07 cnd:pre:1s; -redonnerait redonner VER 9.43 11.49 0.04 0.14 cnd:pre:3s; -redonneras redonner VER 9.43 11.49 0.14 0.00 ind:fut:2s; -redonnerons redonner VER 9.43 11.49 0.01 0.00 ind:fut:1p; -redonneront redonner VER 9.43 11.49 0.02 0.00 ind:fut:3p; -redonnes redonner VER 9.43 11.49 0.56 0.00 ind:pre:2s; -redonnez redonner VER 9.43 11.49 0.54 0.07 imp:pre:2p;ind:pre:2p; -redonniez redonner VER 9.43 11.49 0.01 0.00 ind:imp:2p; -redonnons redonner VER 9.43 11.49 0.42 0.00 imp:pre:1p;ind:pre:1p; -redonnât redonner VER 9.43 11.49 0.00 0.07 sub:imp:3s; -redonné redonner VER m s 9.43 11.49 1.28 1.42 par:pas; -redorer redorer VER 0.18 0.41 0.18 0.27 inf; -redormir redormir VER 0.01 0.27 0.01 0.14 inf; -redors redormir VER 0.01 0.27 0.00 0.07 ind:pre:1s; -redort redormir VER 0.01 0.27 0.00 0.07 ind:pre:3s; -redoré redorer VER m s 0.18 0.41 0.00 0.07 par:pas; -redorées redorer VER f p 0.18 0.41 0.00 0.07 par:pas; -redoubla redoubler VER 2.73 11.01 0.00 1.08 ind:pas:3s; -redoublai redoubler VER 2.73 11.01 0.01 0.20 ind:pas:1s; -redoublaient redoubler VER 2.73 11.01 0.00 0.74 ind:imp:3p; -redoublais redoubler VER 2.73 11.01 0.01 0.07 ind:imp:1s; -redoublait redoubler VER 2.73 11.01 0.02 1.96 ind:imp:3s; -redoublant redoubler VER 2.73 11.01 0.01 0.20 par:pre; -redoublants redoublant NOM m p 0.00 0.07 0.00 0.07 -redouble redoubler VER 2.73 11.01 0.57 2.23 imp:pre:2s;ind:pre:1s;ind:pre:3s; -redoublement redoublement NOM m s 0.03 0.47 0.03 0.47 -redoublent redoubler VER 2.73 11.01 0.17 0.74 ind:pre:3p; -redoubler redoubler VER 2.73 11.01 1.16 1.96 inf; -redoublera redoubler VER 2.73 11.01 0.11 0.07 ind:fut:3s; -redoublerai redoubler VER 2.73 11.01 0.12 0.07 ind:fut:1s; -redoublerait redoubler VER 2.73 11.01 0.00 0.14 cnd:pre:3s; -redoubleront redoubler VER 2.73 11.01 0.01 0.07 ind:fut:3p; -redoublez redoubler VER 2.73 11.01 0.04 0.00 imp:pre:2p;ind:pre:2p; -redoublions redoubler VER 2.73 11.01 0.00 0.07 ind:imp:1p; -redoublons redoubler VER 2.73 11.01 0.00 0.07 imp:pre:1p; -redoublèrent redoubler VER 2.73 11.01 0.00 0.27 ind:pas:3p; -redoublé redoubler VER m s 2.73 11.01 0.35 0.61 par:pas; -redoublée redoubler VER f s 2.73 11.01 0.00 0.20 par:pas; -redoublées redoublé ADJ f p 0.05 1.28 0.00 0.14 -redoublés redoubler VER m p 2.73 11.01 0.14 0.27 par:pas; -redouta redouter VER 6.58 38.58 0.00 0.54 ind:pas:3s; -redoutable redoutable ADJ s 6.61 23.18 5.94 17.77 -redoutablement redoutablement ADV 0.01 0.41 0.01 0.41 -redoutables redoutable ADJ p 6.61 23.18 0.67 5.41 -redoutaient redouter VER 6.58 38.58 0.08 0.74 ind:imp:3p; -redoutais redouter VER 6.58 38.58 0.66 3.65 ind:imp:1s;ind:imp:2s; -redoutait redouter VER 6.58 38.58 0.73 11.49 ind:imp:3s; -redoutant redouter VER 6.58 38.58 0.12 3.18 par:pre; -redoutasse redouter VER 6.58 38.58 0.00 0.07 sub:imp:1s; -redoute redouter VER 6.58 38.58 1.51 4.86 imp:pre:2s;ind:pre:1s;ind:pre:3s; -redoutent redouter VER 6.58 38.58 0.40 1.15 ind:pre:3p;sub:pre:3p; -redouter redouter VER 6.58 38.58 1.03 4.80 inf; -redouterait redouter VER 6.58 38.58 0.00 0.07 cnd:pre:3s; -redouteras redouter VER 6.58 38.58 0.00 0.07 ind:fut:2s; -redoutes redouter VER 6.58 38.58 0.15 0.07 ind:pre:2s; -redoutez redouter VER 6.58 38.58 0.44 0.07 imp:pre:2p;ind:pre:2p; -redoutiez redouter VER 6.58 38.58 0.37 0.00 ind:imp:2p; -redoutions redouter VER 6.58 38.58 0.04 0.54 ind:imp:1p;sub:pre:1p; -redoutons redouter VER 6.58 38.58 0.04 0.14 imp:pre:1p;ind:pre:1p; -redoutât redouter VER 6.58 38.58 0.00 0.20 sub:imp:3s; -redoutèrent redouter VER 6.58 38.58 0.00 0.07 ind:pas:3p; -redouté redouter VER m s 6.58 38.58 0.79 4.05 par:pas; -redoutée redouter VER f s 6.58 38.58 0.20 1.69 par:pas; -redoutées redouter VER f p 6.58 38.58 0.00 0.47 par:pas; -redoutés redouter VER m p 6.58 38.58 0.02 0.68 par:pas; -redoux redoux NOM m 0.01 0.88 0.01 0.88 -redressa redresser VER 8.93 64.39 0.03 22.16 ind:pas:3s; -redressai redresser VER 8.93 64.39 0.00 1.08 ind:pas:1s; -redressaient redresser VER 8.93 64.39 0.00 0.74 ind:imp:3p; -redressais redresser VER 8.93 64.39 0.00 0.34 ind:imp:1s; -redressait redresser VER 8.93 64.39 0.01 4.26 ind:imp:3s; -redressant redresser VER 8.93 64.39 0.04 5.47 par:pre; -redresse redresser VER 8.93 64.39 3.91 10.88 imp:pre:2s;ind:pre:1s;ind:pre:3s; -redressement redressement NOM m s 1.63 6.62 1.63 6.55 -redressements redressement NOM m p 1.63 6.62 0.00 0.07 -redressent redresser VER 8.93 64.39 0.17 0.68 ind:pre:3p; -redresser redresser VER 8.93 64.39 2.28 8.24 inf; -redressera redresser VER 8.93 64.39 0.12 0.07 ind:fut:3s; -redresserai redresser VER 8.93 64.39 0.13 0.00 ind:fut:1s; -redresserait redresser VER 8.93 64.39 0.01 0.27 cnd:pre:3s; -redresserons redresser VER 8.93 64.39 0.00 0.07 ind:fut:1p; -redresses redresser VER 8.93 64.39 0.23 0.00 ind:pre:2s;sub:pre:2s; -redresseur redresseur NOM m s 0.32 0.34 0.27 0.20 -redresseurs redresseur NOM m p 0.32 0.34 0.03 0.14 -redresseuse redresseur NOM f s 0.32 0.34 0.02 0.00 -redressez redresser VER 8.93 64.39 1.40 0.14 imp:pre:2p;ind:pre:2p; -redressons redresser VER 8.93 64.39 0.13 0.07 imp:pre:1p;ind:pre:1p; -redressât redresser VER 8.93 64.39 0.00 0.20 sub:imp:3s; -redressèrent redresser VER 8.93 64.39 0.00 0.47 ind:pas:3p; -redressé redresser VER m s 8.93 64.39 0.30 5.61 par:pas; -redressée redresser VER f s 8.93 64.39 0.15 2.77 par:pas; -redressées redresser VER f p 8.93 64.39 0.00 0.34 par:pas; -redressés redresser VER m p 8.93 64.39 0.01 0.54 par:pas; -redéconner redéconner VER 0.01 0.00 0.01 0.00 inf; -redécoré redécoré ADJ m s 0.26 0.14 0.26 0.14 -redécoupage redécoupage NOM m s 0.01 0.00 0.01 0.00 -redécouvert redécouvrir VER m s 0.70 3.18 0.13 0.41 par:pas; -redécouverte redécouverte NOM f s 0.03 0.14 0.03 0.14 -redécouvertes redécouvrir VER f p 0.70 3.18 0.00 0.07 par:pas; -redécouverts redécouvert ADJ m p 0.00 0.07 0.00 0.07 -redécouvrît redécouvrir VER 0.70 3.18 0.00 0.07 sub:imp:3s; -redécouvraient redécouvrir VER 0.70 3.18 0.01 0.07 ind:imp:3p; -redécouvrait redécouvrir VER 0.70 3.18 0.00 0.34 ind:imp:3s; -redécouvrant redécouvrir VER 0.70 3.18 0.10 0.14 par:pre; -redécouvre redécouvrir VER 0.70 3.18 0.01 0.41 ind:pre:1s;ind:pre:3s; -redécouvrent redécouvrir VER 0.70 3.18 0.10 0.07 ind:pre:3p; -redécouvrions redécouvrir VER 0.70 3.18 0.00 0.14 ind:imp:1p; -redécouvrir redécouvrir VER 0.70 3.18 0.29 1.22 inf; -redécouvrira redécouvrir VER 0.70 3.18 0.00 0.07 ind:fut:3s; -redécouvriront redécouvrir VER 0.70 3.18 0.00 0.07 ind:fut:3p; -redécouvris redécouvrir VER 0.70 3.18 0.00 0.07 ind:pas:1s; -redécouvrit redécouvrir VER 0.70 3.18 0.02 0.07 ind:pas:3s; -redécouvrons redécouvrir VER 0.70 3.18 0.04 0.00 ind:pre:1p; -redéfini redéfinir VER m s 0.29 0.07 0.03 0.00 par:pas; -redéfinir redéfinir VER 0.29 0.07 0.13 0.00 inf; -redéfinis redéfinir VER m p 0.29 0.07 0.03 0.07 ind:pre:1s;par:pas; -redéfinissons redéfinir VER 0.29 0.07 0.11 0.00 imp:pre:1p;ind:pre:1p; -redéfinition redéfinition NOM f s 0.01 0.00 0.01 0.00 -redégringoler redégringoler VER 0.00 0.07 0.00 0.07 inf; -redémarra redémarrer VER 1.90 2.16 0.00 0.14 ind:pas:3s; -redémarrage redémarrage NOM m s 0.13 0.00 0.13 0.00 -redémarraient redémarrer VER 1.90 2.16 0.00 0.07 ind:imp:3p; -redémarrais redémarrer VER 1.90 2.16 0.01 0.07 ind:imp:1s; -redémarrait redémarrer VER 1.90 2.16 0.00 0.14 ind:imp:3s; -redémarrant redémarrer VER 1.90 2.16 0.01 0.07 par:pre; -redémarre redémarrer VER 1.90 2.16 0.40 1.01 imp:pre:2s;ind:pre:1s;ind:pre:3s; -redémarrent redémarrer VER 1.90 2.16 0.00 0.07 ind:pre:3p; -redémarrer redémarrer VER 1.90 2.16 1.00 0.47 inf; -redémarrera redémarrer VER 1.90 2.16 0.01 0.07 ind:fut:3s; -redémarrerait redémarrer VER 1.90 2.16 0.01 0.00 cnd:pre:3s; -redémarrez redémarrer VER 1.90 2.16 0.18 0.00 imp:pre:2p;ind:pre:2p; -redémarrons redémarrer VER 1.90 2.16 0.02 0.00 imp:pre:1p; -redémarré redémarrer VER m s 1.90 2.16 0.25 0.07 par:pas; -redémolir redémolir VER 0.01 0.00 0.01 0.00 inf; -redéploie redéployer VER 0.14 0.00 0.03 0.00 ind:pre:3s; -redéploiement redéploiement NOM m s 0.04 0.07 0.04 0.07 -redéployer redéployer VER 0.14 0.00 0.09 0.00 inf; -redéployez redéployer VER 0.14 0.00 0.04 0.00 imp:pre:2p;ind:pre:2p; -redéposer redéposer VER 0.08 0.07 0.01 0.00 inf; -redéposé redéposer VER m s 0.08 0.07 0.07 0.07 par:pas; -refîmes refaire VER 58.27 40.81 0.00 0.07 ind:pas:1p; -refît refaire VER 58.27 40.81 0.00 0.14 sub:imp:3s; -refabriquer refabriquer VER 0.01 0.00 0.01 0.00 inf; -refaire refaire VER 58.27 40.81 26.29 18.24 inf; -refais refaire VER 58.27 40.81 8.71 1.15 imp:pre:2s;ind:pre:1s;ind:pre:2s; -refaisaient refaire VER 58.27 40.81 0.01 0.41 ind:imp:3p; -refaisais refaire VER 58.27 40.81 0.11 0.41 ind:imp:1s;ind:imp:2s; -refaisait refaire VER 58.27 40.81 0.18 1.89 ind:imp:3s; -refaisant refaire VER 58.27 40.81 0.03 1.28 par:pre; -refaisions refaire VER 58.27 40.81 0.01 0.54 ind:imp:1p; -refaisons refaire VER 58.27 40.81 0.79 0.00 imp:pre:1p;ind:pre:1p; -refait refaire VER m s 58.27 40.81 11.23 8.58 ind:pre:3s;par:pas;par:pas; -refaite refaire VER f s 58.27 40.81 0.44 0.88 par:pas; -refaites refaire VER f p 58.27 40.81 2.55 0.54 imp:pre:2p;ind:pre:2p;par:pas; -refaits refaire VER m p 58.27 40.81 0.19 0.14 par:pas; -refamiliariser refamiliariser VER 0.01 0.00 0.01 0.00 inf; -refasse refaire VER 58.27 40.81 1.18 0.41 sub:pre:1s;sub:pre:3s; -refassent refaire VER 58.27 40.81 0.02 0.07 sub:pre:3p; -refasses refaire VER 58.27 40.81 0.41 0.00 sub:pre:2s; -refassiez refaire VER 58.27 40.81 0.04 0.00 sub:pre:2p; -refaçonner refaçonner VER 0.01 0.00 0.01 0.00 inf; -refaufile refaufiler VER 0.00 0.07 0.00 0.07 ind:pre:3s; -refendre refendre VER 0.00 0.27 0.00 0.14 inf; -refendu refendre VER m s 0.00 0.27 0.00 0.14 par:pas; -refera refaire VER 58.27 40.81 1.28 0.27 ind:fut:3s; -referai refaire VER 58.27 40.81 1.49 0.34 ind:fut:1s; -referais refaire VER 58.27 40.81 1.56 0.54 cnd:pre:1s;cnd:pre:2s; -referait refaire VER 58.27 40.81 0.21 0.47 cnd:pre:3s; -referas refaire VER 58.27 40.81 0.49 0.00 ind:fut:2s; -referendum referendum NOM m s 0.13 0.00 0.13 0.00 -referions refaire VER 58.27 40.81 0.01 0.00 cnd:pre:1p; -referma refermer VER 11.97 91.76 0.33 20.34 ind:pas:3s; -refermai refermer VER 11.97 91.76 0.00 1.35 ind:pas:1s; -refermaient refermer VER 11.97 91.76 0.03 1.42 ind:imp:3p; -refermais refermer VER 11.97 91.76 0.00 0.68 ind:imp:1s; -refermait refermer VER 11.97 91.76 0.05 7.09 ind:imp:3s; -refermant refermer VER 11.97 91.76 0.05 4.80 par:pre; -refermassent refermer VER 11.97 91.76 0.00 0.07 sub:imp:3p; -referme refermer VER 11.97 91.76 3.50 14.93 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -referment refermer VER 11.97 91.76 0.35 1.82 ind:pre:3p; -refermer refermer VER 11.97 91.76 3.26 13.11 inf; -refermera refermer VER 11.97 91.76 0.36 0.20 ind:fut:3s; -refermeraient refermer VER 11.97 91.76 0.00 0.27 cnd:pre:3p; -refermerais refermer VER 11.97 91.76 0.02 0.00 cnd:pre:1s;cnd:pre:2s; -refermerait refermer VER 11.97 91.76 0.11 0.27 cnd:pre:3s; -refermeront refermer VER 11.97 91.76 0.15 0.00 ind:fut:3p; -refermes refermer VER 11.97 91.76 0.21 0.00 ind:pre:2s; -refermez refermer VER 11.97 91.76 0.73 0.20 imp:pre:2p;ind:pre:2p; -refermâmes refermer VER 11.97 91.76 0.00 0.07 ind:pas:1p; -refermons refermer VER 11.97 91.76 0.26 0.14 imp:pre:1p;ind:pre:1p; -refermât refermer VER 11.97 91.76 0.00 0.47 sub:imp:3s; -refermèrent refermer VER 11.97 91.76 0.00 1.08 ind:pas:3p; -refermé refermer VER m s 11.97 91.76 0.98 11.15 par:pas; -refermée refermer VER f s 11.97 91.76 1.19 9.59 par:pas; -refermées refermer VER f p 11.97 91.76 0.17 1.49 par:pas; -refermés refermer VER m p 11.97 91.76 0.20 1.22 par:pas; -referons refaire VER 58.27 40.81 0.14 0.41 ind:fut:1p; -referont refaire VER 58.27 40.81 0.30 0.07 ind:fut:3p; -refeuilleter refeuilleter VER 0.00 0.07 0.00 0.07 inf; -reficelai reficeler VER 0.00 0.14 0.00 0.07 ind:pas:1s; -reficelle reficeler VER 0.00 0.14 0.00 0.07 ind:pre:1s; -refil refil NOM m s 0.00 0.14 0.00 0.14 -refila refiler VER 9.70 12.09 0.14 0.14 ind:pas:3s; -refilai refiler VER 9.70 12.09 0.00 0.07 ind:pas:1s; -refilaient refiler VER 9.70 12.09 0.01 0.14 ind:imp:3p; -refilais refiler VER 9.70 12.09 0.00 0.14 ind:imp:1s; -refilait refiler VER 9.70 12.09 0.33 0.81 ind:imp:3s; -refilant refiler VER 9.70 12.09 0.15 0.47 par:pre; -refile refiler VER 9.70 12.09 2.00 2.64 imp:pre:2s;ind:pre:1s;ind:pre:3s; -refilent refiler VER 9.70 12.09 0.17 0.41 ind:pre:3p; -refiler refiler VER 9.70 12.09 2.58 3.99 inf; -refilera refiler VER 9.70 12.09 0.03 0.14 ind:fut:3s; -refilerait refiler VER 9.70 12.09 0.04 0.07 cnd:pre:3s; -refiles refiler VER 9.70 12.09 0.37 0.07 ind:pre:2s; -refilez refiler VER 9.70 12.09 0.25 0.00 imp:pre:2p;ind:pre:2p; -refilé refiler VER m s 9.70 12.09 3.13 2.43 par:pas; -refilée refiler VER f s 9.70 12.09 0.37 0.41 par:pas; -refilées refiler VER f p 9.70 12.09 0.02 0.07 par:pas; -refilés refiler VER m p 9.70 12.09 0.13 0.14 par:pas; -refinancement refinancement NOM m s 0.04 0.00 0.04 0.00 -refinancée refinancer VER f s 0.01 0.00 0.01 0.00 par:pas; -refirent refaire VER 58.27 40.81 0.01 0.47 ind:pas:3p; -refis refaire VER 58.27 40.81 0.14 0.34 ind:pas:1s; -refit refaire VER 58.27 40.81 0.03 2.77 ind:pas:3s; -reflet reflet NOM m s 6.41 50.74 5.63 27.36 -reflets reflet NOM m p 6.41 50.74 0.77 23.38 -refleurir refleurir VER 0.28 0.88 0.14 0.34 inf; -refleurira refleurir VER 0.28 0.88 0.11 0.07 ind:fut:3s; -refleurissaient refleurir VER 0.28 0.88 0.00 0.14 ind:imp:3p; -refleurissait refleurir VER 0.28 0.88 0.00 0.14 ind:imp:3s; -refleurissent refleurir VER 0.28 0.88 0.01 0.07 ind:pre:3p; -refleurit refleurir VER 0.28 0.88 0.02 0.14 ind:pre:3s;ind:pas:3s; -reflex reflex NOM m 0.14 0.00 0.14 0.00 -reflète refléter VER 5.57 22.23 2.89 2.91 imp:pre:2s;ind:pre:1s;ind:pre:3s; -reflètent refléter VER 5.57 22.23 0.68 2.16 ind:pre:3p; -reflua refluer VER 0.40 8.04 0.00 0.88 ind:pas:3s; -refluaient refluer VER 0.40 8.04 0.01 0.68 ind:imp:3p; -refluait refluer VER 0.40 8.04 0.00 1.28 ind:imp:3s; -refluant refluer VER 0.40 8.04 0.00 0.81 par:pre; -reflue refluer VER 0.40 8.04 0.00 1.35 imp:pre:2s;ind:pre:1s;ind:pre:3s; -refluent refluer VER 0.40 8.04 0.10 0.61 ind:pre:3p; -refluer refluer VER 0.40 8.04 0.13 1.28 inf; -refluera refluer VER 0.40 8.04 0.00 0.07 ind:fut:3s; -refléta refléter VER 5.57 22.23 0.00 0.20 ind:pas:3s; -reflétaient refléter VER 5.57 22.23 0.19 4.26 ind:imp:3p; -reflétait refléter VER 5.57 22.23 0.35 6.15 ind:imp:3s; -reflétant refléter VER 5.57 22.23 0.08 1.22 par:pre; -refléter refléter VER 5.57 22.23 0.80 1.42 inf; -reflétera refléter VER 5.57 22.23 0.08 0.14 ind:fut:3s; -refléteraient refléter VER 5.57 22.23 0.00 0.07 cnd:pre:3p; -refléterait refléter VER 5.57 22.23 0.02 0.07 cnd:pre:3s; -refluèrent refluer VER 0.40 8.04 0.00 0.54 ind:pas:3p; -reflétons refléter VER 5.57 22.23 0.00 0.07 ind:pre:1p; -reflétèrent refléter VER 5.57 22.23 0.00 0.07 ind:pas:3p; -reflété refléter VER m s 5.57 22.23 0.22 1.76 par:pas; -reflétée refléter VER f s 5.57 22.23 0.12 1.28 par:pas; -reflétées refléter VER f p 5.57 22.23 0.14 0.34 par:pas; -reflétés refléter VER m p 5.57 22.23 0.00 0.14 par:pas; -reflué refluer VER m s 0.40 8.04 0.16 0.47 par:pas; -refluée refluer VER f s 0.40 8.04 0.00 0.07 par:pas; -reflux reflux NOM m 0.47 3.45 0.47 3.45 -refoncer refoncer VER 0.01 0.00 0.01 0.00 inf; -refondant refonder VER 0.00 0.20 0.00 0.07 par:pre; -refonde refonder VER 0.00 0.20 0.00 0.14 ind:pre:3s; -refondre refondre VER 0.17 0.68 0.14 0.34 inf; -refonds refondre VER 0.17 0.68 0.01 0.00 imp:pre:2s; -refondu refondre VER m s 0.17 0.68 0.01 0.07 par:pas; -refondus refondre VER m p 0.17 0.68 0.00 0.27 par:pas; -refont refaire VER 58.27 40.81 0.42 0.41 ind:pre:3p; -refonte refonte NOM f s 0.28 0.47 0.28 0.47 -reforger reforger VER 0.54 0.14 0.14 0.14 inf; -reforgé reforger VER m s 0.54 0.14 0.14 0.00 par:pas; -reforgée reforger VER f s 0.54 0.14 0.27 0.00 par:pas; -reforma reformer VER 0.71 6.49 0.04 0.61 ind:pas:3s; -reformaient reformer VER 0.71 6.49 0.00 0.88 ind:imp:3p; -reformait reformer VER 0.71 6.49 0.00 1.01 ind:imp:3s; -reformant reformer VER 0.71 6.49 0.00 0.20 par:pre; -reformassent reformer VER 0.71 6.49 0.00 0.07 sub:imp:3p; -reformater reformater VER 0.01 0.00 0.01 0.00 inf; -reformation reformation NOM f s 0.02 0.07 0.02 0.07 -reforme reformer VER 0.71 6.49 0.16 1.08 ind:pre:1s;ind:pre:3s; -reforment reformer VER 0.71 6.49 0.03 0.27 ind:pre:3p; -reformer reformer VER 0.71 6.49 0.29 1.01 inf; -reformerons reformer VER 0.71 6.49 0.00 0.07 ind:fut:1p; -reformeront reformer VER 0.71 6.49 0.02 0.14 ind:fut:3p; -reformez reformer VER 0.71 6.49 0.08 0.00 imp:pre:2p; -reformèrent reformer VER 0.71 6.49 0.00 0.07 ind:pas:3p; -reformé reformer VER m s 0.71 6.49 0.05 0.47 par:pas; -reformée reformer VER f s 0.71 6.49 0.04 0.27 par:pas; -reformulation reformulation NOM f s 0.01 0.00 0.01 0.00 -reformuler reformuler VER 0.55 0.14 0.50 0.00 inf; -reformulé reformuler VER m s 0.55 0.14 0.04 0.00 par:pas; -reformulée reformuler VER f s 0.55 0.14 0.00 0.14 par:pas; -reformés reformer VER m p 0.71 6.49 0.01 0.34 par:pas; -refouiller refouiller VER 0.03 0.07 0.01 0.00 inf; -refouillé refouiller VER m s 0.03 0.07 0.01 0.07 par:pas; -refoula refouler VER 1.88 7.36 0.00 0.41 ind:pas:3s; -refoulai refouler VER 1.88 7.36 0.00 0.07 ind:pas:1s; -refoulaient refouler VER 1.88 7.36 0.00 0.14 ind:imp:3p; -refoulais refouler VER 1.88 7.36 0.03 0.07 ind:imp:1s;ind:imp:2s; -refoulait refouler VER 1.88 7.36 0.03 0.41 ind:imp:3s; -refoulant refouler VER 1.88 7.36 0.01 0.27 par:pre; -refoulante refoulant ADJ f s 0.00 0.27 0.00 0.20 -refoule refouler VER 1.88 7.36 0.30 0.88 imp:pre:2s;ind:pre:1s;ind:pre:3s; -refoulement refoulement NOM m s 0.17 1.08 0.15 0.88 -refoulements refoulement NOM m p 0.17 1.08 0.02 0.20 -refoulent refouler VER 1.88 7.36 0.03 0.14 ind:pre:3p; -refouler refouler VER 1.88 7.36 0.72 2.30 inf; -refoulerait refouler VER 1.88 7.36 0.00 0.07 cnd:pre:3s; -refoulez refouler VER 1.88 7.36 0.05 0.07 imp:pre:2p;ind:pre:2p; -refouloir refouloir NOM m s 0.01 0.00 0.01 0.00 -refoulé refouler VER m s 1.88 7.36 0.53 1.35 par:pas; -refoulée refoulé ADJ f s 1.24 1.69 0.34 0.47 -refoulées refoulé ADJ f p 1.24 1.69 0.27 0.27 -refoulés refoulé ADJ m p 1.24 1.69 0.27 0.47 -refourgua refourguer VER 0.95 1.82 0.00 0.07 ind:pas:3s; -refourgue refourguer VER 0.95 1.82 0.12 0.54 imp:pre:2s;ind:pre:1s;ind:pre:3s; -refourguer refourguer VER 0.95 1.82 0.44 0.88 inf; -refourguera refourguer VER 0.95 1.82 0.01 0.00 ind:fut:3s; -refourguerait refourguer VER 0.95 1.82 0.00 0.07 cnd:pre:3s; -refourguions refourguer VER 0.95 1.82 0.01 0.00 ind:imp:1p; -refourgué refourguer VER m s 0.95 1.82 0.36 0.00 par:pas; -refourguées refourguer VER f p 0.95 1.82 0.00 0.07 par:pas; -refourgués refourguer VER m p 0.95 1.82 0.01 0.20 par:pas; -refourrait refourrer VER 0.00 0.07 0.00 0.07 ind:imp:3s; -refous refoutre VER 0.11 0.95 0.06 0.07 ind:pre:1s;ind:pre:2s; -refout refoutre VER 0.11 0.95 0.00 0.14 ind:pre:3s; -refoutait refoutre VER 0.11 0.95 0.00 0.14 ind:imp:3s; -refoute refoutre VER 0.11 0.95 0.01 0.00 sub:pre:3s; -refoutent refoutre VER 0.11 0.95 0.01 0.00 ind:pre:3p; -refoutes refoutre VER 0.11 0.95 0.00 0.07 sub:pre:2s; -refoutez refoutre VER 0.11 0.95 0.00 0.07 imp:pre:2p; -refoutre refoutre VER 0.11 0.95 0.03 0.41 inf; -refoutu refoutre VER m s 0.11 0.95 0.00 0.07 par:pas; -refrain refrain NOM m s 2.39 10.68 1.98 8.24 -refrains refrain NOM m p 2.39 10.68 0.41 2.43 -refranchies refranchir VER f p 0.01 0.07 0.00 0.07 par:pas; -refranchir refranchir VER 0.01 0.07 0.01 0.00 inf; -refrappe refrapper VER 0.07 0.14 0.04 0.00 imp:pre:2s;ind:pre:3s; -refrapper refrapper VER 0.07 0.14 0.01 0.00 inf; -refroidi refroidir VER m s 10.57 8.58 1.32 0.88 par:pas; -refroidie refroidir VER f s 10.57 8.58 0.17 0.34 par:pas; -refroidies refroidir VER f p 10.57 8.58 0.17 0.14 par:pas; -refroidir refroidir VER 10.57 8.58 3.17 3.11 inf; -refroidira refroidir VER 10.57 8.58 0.06 0.14 ind:fut:3s; -refroidiraient refroidir VER 10.57 8.58 0.00 0.14 cnd:pre:3p; -refroidirais refroidir VER 10.57 8.58 0.01 0.00 cnd:pre:2s; -refroidirait refroidir VER 10.57 8.58 0.05 0.14 cnd:pre:3s; -refroidis refroidir VER m p 10.57 8.58 0.80 0.41 imp:pre:2s;ind:pre:1s;ind:pre:2s;par:pas; -refroidissaient refroidir VER 10.57 8.58 0.01 0.14 ind:imp:3p; -refroidissais refroidir VER 10.57 8.58 0.00 0.07 ind:imp:1s; -refroidissait refroidir VER 10.57 8.58 0.06 1.01 ind:imp:3s; -refroidissant refroidir VER 10.57 8.58 0.06 0.07 par:pre; -refroidisse refroidir VER 10.57 8.58 1.43 0.41 sub:pre:1s;sub:pre:3s; -refroidissement refroidissement NOM m s 1.56 1.01 1.56 1.01 -refroidissent refroidir VER 10.57 8.58 0.22 0.20 ind:pre:3p; -refroidisseur refroidisseur NOM m s 0.10 0.00 0.10 0.00 -refroidissiez refroidir VER 10.57 8.58 0.00 0.07 ind:imp:2p; -refroidit refroidir VER 10.57 8.58 3.03 1.35 ind:pre:3s;ind:pas:3s; -refrène refréner VER 0.01 1.82 0.00 0.14 ind:pre:3s; -refréna refréner VER 0.01 1.82 0.00 0.07 ind:pas:3s; -refrénai refréner VER 0.01 1.82 0.00 0.14 ind:pas:1s; -refrénait refréner VER 0.01 1.82 0.00 0.07 ind:imp:3s; -refrénant refréner VER 0.01 1.82 0.00 0.27 par:pre; -refréner refréner VER 0.01 1.82 0.01 0.88 inf; -refrénerait refréner VER 0.01 1.82 0.00 0.07 cnd:pre:3s; -refréné refréner VER m s 0.01 1.82 0.00 0.14 par:pas; -refrénés refréner VER m p 0.01 1.82 0.00 0.07 par:pas; -refuge refuge NOM m s 8.38 18.65 8.02 16.89 -refuges refuge NOM m p 8.38 18.65 0.36 1.76 -refuites refuite NOM f p 0.00 0.07 0.00 0.07 -refumer refumer VER 0.03 0.07 0.03 0.07 inf; -refus refus NOM m 9.02 27.03 9.02 27.03 -refusa refuser VER 143.96 152.77 1.82 14.59 ind:pas:3s; -refusai refuser VER 143.96 152.77 0.13 3.24 ind:pas:1s; -refusaient refuser VER 143.96 152.77 0.85 4.53 ind:imp:3p; -refusais refuser VER 143.96 152.77 2.15 4.59 ind:imp:1s;ind:imp:2s; -refusait refuser VER 143.96 152.77 4.17 21.82 ind:imp:3s; -refusant refuser VER 143.96 152.77 1.90 6.89 par:pre; -refuse refuser VER 143.96 152.77 49.29 24.19 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:1s; -refusent refuser VER 143.96 152.77 7.76 4.26 ind:pre:3p; -refuser refuser VER 143.96 152.77 21.34 27.84 inf;; -refusera refuser VER 143.96 152.77 2.03 0.81 ind:fut:3s; -refuserai refuser VER 143.96 152.77 0.85 0.47 ind:fut:1s; -refuseraient refuser VER 143.96 152.77 0.09 0.41 cnd:pre:3p; -refuserais refuser VER 143.96 152.77 1.08 0.61 cnd:pre:1s;cnd:pre:2s; -refuserait refuser VER 143.96 152.77 1.43 2.03 cnd:pre:3s; -refuseras refuser VER 143.96 152.77 0.15 0.27 ind:fut:2s; -refuserez refuser VER 143.96 152.77 0.58 0.27 ind:fut:2p; -refuseriez refuser VER 143.96 152.77 0.17 0.20 cnd:pre:2p; -refuserions refuser VER 143.96 152.77 0.02 0.07 cnd:pre:1p; -refuseront refuser VER 143.96 152.77 0.58 0.14 ind:fut:3p; -refuses refuser VER 143.96 152.77 8.60 1.28 ind:pre:2s; -refusez refuser VER 143.96 152.77 8.29 2.43 imp:pre:2p;ind:pre:2p; -refusiez refuser VER 143.96 152.77 0.59 0.20 ind:imp:2p; -refusions refuser VER 143.96 152.77 0.12 0.61 ind:imp:1p; -refusons refuser VER 143.96 152.77 1.29 1.01 imp:pre:1p;ind:pre:1p; -refusât refuser VER 143.96 152.77 0.00 0.88 sub:imp:3s; -refusèrent refuser VER 143.96 152.77 0.05 1.76 ind:pas:3p; -refusé refuser VER m s 143.96 152.77 26.03 22.70 par:pas; -refusée refuser VER f s 143.96 152.77 2.12 3.31 par:pas; -refusées refuser VER f p 143.96 152.77 0.23 0.54 par:pas; -refusés refuser VER m p 143.96 152.77 0.27 0.74 par:pas; -reg reg NOM m s 1.52 0.14 1.52 0.14 -regagna regagner VER 9.54 49.80 0.02 9.05 ind:pas:3s; -regagnai regagner VER 9.54 49.80 0.01 1.96 ind:pas:1s; -regagnaient regagner VER 9.54 49.80 0.02 1.01 ind:imp:3p; -regagnais regagner VER 9.54 49.80 0.03 0.74 ind:imp:1s; -regagnait regagner VER 9.54 49.80 0.13 4.05 ind:imp:3s; -regagnant regagner VER 9.54 49.80 0.06 2.70 par:pre; -regagne regagner VER 9.54 49.80 1.30 3.24 imp:pre:2s;ind:pre:1s;ind:pre:3s; -regagnent regagner VER 9.54 49.80 0.22 0.68 ind:pre:3p; -regagner regagner VER 9.54 49.80 3.90 16.49 inf; -regagnera regagner VER 9.54 49.80 0.24 0.07 ind:fut:3s; -regagnerai regagner VER 9.54 49.80 0.15 0.00 ind:fut:1s; -regagneraient regagner VER 9.54 49.80 0.00 0.07 cnd:pre:3p; -regagnerais regagner VER 9.54 49.80 0.10 0.07 cnd:pre:1s; -regagnerait regagner VER 9.54 49.80 0.00 0.34 cnd:pre:3s; -regagneras regagner VER 9.54 49.80 0.06 0.00 ind:fut:2s; -regagnerez regagner VER 9.54 49.80 0.04 0.07 ind:fut:2p; -regagnerons regagner VER 9.54 49.80 0.02 0.27 ind:fut:1p; -regagneront regagner VER 9.54 49.80 0.00 0.07 ind:fut:3p; -regagnez regagner VER 9.54 49.80 1.84 0.07 imp:pre:2p;ind:pre:2p; -regagniez regagner VER 9.54 49.80 0.02 0.07 ind:imp:2p; -regagnions regagner VER 9.54 49.80 0.01 0.41 ind:imp:1p; -regagnâmes regagner VER 9.54 49.80 0.14 0.47 ind:pas:1p; -regagnons regagner VER 9.54 49.80 0.50 0.95 imp:pre:1p;ind:pre:1p; -regagnât regagner VER 9.54 49.80 0.00 0.07 sub:imp:3s; -regagnèrent regagner VER 9.54 49.80 0.01 1.55 ind:pas:3p; -regagné regagner VER m s 9.54 49.80 0.71 5.07 par:pas; -regagnée regagner VER f s 9.54 49.80 0.01 0.20 par:pas; -regagnés regagner VER m p 9.54 49.80 0.00 0.07 par:pas; -regain regain NOM m s 0.14 3.24 0.14 3.18 -regains regain NOM m p 0.14 3.24 0.00 0.07 -regard regard NOM m s 61.35 423.18 52.39 354.93 -regarda regarder VER 1197.37 997.91 2.18 149.05 ind:pas:3s; -regardable regardable ADJ s 0.10 0.74 0.09 0.47 -regardables regardable ADJ p 0.10 0.74 0.01 0.27 -regardai regarder VER 1197.37 997.91 0.82 14.73 ind:pas:1s; -regardaient regarder VER 1197.37 997.91 3.49 33.51 ind:imp:3p; -regardais regarder VER 1197.37 997.91 16.18 36.01 ind:imp:1s;ind:imp:2s; -regardait regarder VER 1197.37 997.91 16.30 160.81 ind:imp:3s; -regardant regarder VER 1197.37 997.91 13.99 73.78 par:pre; -regardante regardant ADJ f s 0.65 6.15 0.04 0.41 -regardants regardant ADJ m p 0.65 6.15 0.04 0.27 -regarde regarder VER 1197.37 997.91 613.45 203.65 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:1s;sub:pre:3s; -regardent regarder VER 1197.37 997.91 14.68 22.30 ind:pre:3p; -regarder regarder VER 1197.37 997.91 138.28 163.51 inf;;inf;;inf;; -regardera regarder VER 1197.37 997.91 3.55 1.49 ind:fut:3s; -regarderai regarder VER 1197.37 997.91 3.30 1.08 ind:fut:1s; -regarderaient regarder VER 1197.37 997.91 0.09 0.68 cnd:pre:3p; -regarderais regarder VER 1197.37 997.91 0.82 0.68 cnd:pre:1s;cnd:pre:2s; -regarderait regarder VER 1197.37 997.91 0.95 1.76 cnd:pre:3s; -regarderas regarder VER 1197.37 997.91 1.30 0.47 ind:fut:2s; -regarderez regarder VER 1197.37 997.91 0.53 0.34 ind:fut:2p; -regarderiez regarder VER 1197.37 997.91 0.26 0.07 cnd:pre:2p; -regarderions regarder VER 1197.37 997.91 0.01 0.20 cnd:pre:1p; -regarderons regarder VER 1197.37 997.91 0.14 0.61 ind:fut:1p; -regarderont regarder VER 1197.37 997.91 0.87 0.88 ind:fut:3p; -regardes regarder VER 1197.37 997.91 43.64 5.34 ind:pre:2s;sub:pre:2s; -regardeur regardeur NOM m s 0.01 0.07 0.01 0.07 -regardez regarder VER 1197.37 997.91 261.81 30.95 imp:pre:2p;ind:pre:2p; -regardiez regarder VER 1197.37 997.91 2.53 0.54 ind:imp:2p; -regardions regarder VER 1197.37 997.91 0.56 4.39 ind:imp:1p; -regardâmes regarder VER 1197.37 997.91 0.00 1.28 ind:pas:1p; -regardons regarder VER 1197.37 997.91 6.65 4.86 imp:pre:1p;ind:pre:1p; -regardât regarder VER 1197.37 997.91 0.00 0.34 sub:imp:3s; -regards regard NOM m p 61.35 423.18 8.96 68.24 -regardèrent regarder VER 1197.37 997.91 0.32 15.68 ind:pas:3p; -regardé regarder VER m s 1197.37 997.91 41.29 51.55 par:pas; -regardée regarder VER f s 1197.37 997.91 7.61 11.01 ind:imp:3s;par:pas; -regardées regarder VER f p 1197.37 997.91 0.20 1.15 par:pas; -regardés regarder VER m p 1197.37 997.91 1.47 5.20 par:pas; -regarni regarnir VER m s 0.16 0.81 0.01 0.00 par:pas; -regarnies regarnir VER f p 0.16 0.81 0.00 0.07 par:pas; -regarnir regarnir VER 0.16 0.81 0.14 0.41 inf; -regarnirez regarnir VER 0.16 0.81 0.00 0.14 ind:fut:2p; -regarnis regarnir VER 0.16 0.81 0.00 0.14 ind:pre:1s; -regarnissez regarnir VER 0.16 0.81 0.00 0.07 imp:pre:2p; -regelés regeler VER m p 0.00 0.07 0.00 0.07 par:pas; -regency regency NOM m 0.09 0.41 0.09 0.41 -reggae reggae NOM m s 1.79 0.20 1.79 0.14 -reggaes reggae NOM m p 1.79 0.20 0.00 0.07 -regimba regimber VER 0.23 0.88 0.01 0.14 ind:pas:3s; -regimbais regimber VER 0.23 0.88 0.00 0.14 ind:imp:1s; -regimbait regimber VER 0.23 0.88 0.00 0.14 ind:imp:3s; -regimbe regimber VER 0.23 0.88 0.11 0.27 imp:pre:2s;ind:pre:3s; -regimbements regimbement NOM m p 0.00 0.07 0.00 0.07 -regimber regimber VER 0.23 0.88 0.11 0.14 inf; -regimbé regimber VER m s 0.23 0.88 0.00 0.07 par:pas; -registre registre NOM m s 8.62 12.84 6.39 8.11 -registres registre NOM m p 8.62 12.84 2.23 4.73 -reglissé reglisser VER m s 0.14 0.20 0.14 0.20 par:pas; -regoûter regoûter VER 0.03 0.14 0.03 0.07 inf; -regoûté regoûter VER m s 0.03 0.14 0.00 0.07 par:pas; -regonflage regonflage NOM m s 0.01 0.00 0.01 0.00 -regonflait regonfler VER 0.39 1.42 0.00 0.20 ind:imp:3s; -regonfle regonfler VER 0.39 1.42 0.06 0.20 imp:pre:2s;ind:pre:1s;ind:pre:3s; -regonfler regonfler VER 0.39 1.42 0.29 0.41 inf; -regonflera regonfler VER 0.39 1.42 0.01 0.00 ind:fut:3s; -regonflerais regonfler VER 0.39 1.42 0.01 0.00 cnd:pre:1s; -regonflerait regonfler VER 0.39 1.42 0.00 0.07 cnd:pre:3s; -regonflé regonfler VER m s 0.39 1.42 0.01 0.47 par:pas; -regonflés regonfler VER m p 0.39 1.42 0.01 0.07 par:pas; -regorge regorger VER 1.75 3.92 1.34 0.68 ind:pre:3s; -regorgea regorger VER 1.75 3.92 0.01 0.00 ind:pas:3s; -regorgeaient regorger VER 1.75 3.92 0.00 0.81 ind:imp:3p; -regorgeais regorger VER 1.75 3.92 0.00 0.07 ind:imp:1s; -regorgeait regorger VER 1.75 3.92 0.11 1.35 ind:imp:3s; -regorgeant regorger VER 1.75 3.92 0.02 0.47 par:pre; -regorgent regorger VER 1.75 3.92 0.23 0.47 ind:pre:3p; -regorger regorger VER 1.75 3.92 0.03 0.07 inf; -regorges regorger VER 1.75 3.92 0.01 0.00 ind:pre:2s; -regrattières regrattier NOM f p 0.00 0.07 0.00 0.07 -regreffe regreffer VER 0.00 0.07 0.00 0.07 ind:pre:3s; -regret regret NOM m s 13.77 40.00 7.25 29.32 -regrets regret NOM m p 13.77 40.00 6.53 10.68 -regretta regretter VER 89.11 75.88 0.15 4.53 ind:pas:3s; -regrettable regrettable ADJ s 3.41 3.51 3.27 3.04 -regrettablement regrettablement ADV 0.02 0.07 0.02 0.07 -regrettables regrettable ADJ p 3.41 3.51 0.14 0.47 -regrettai regretter VER 89.11 75.88 0.00 1.22 ind:pas:1s; -regrettaient regretter VER 89.11 75.88 0.01 0.81 ind:imp:3p; -regrettais regretter VER 89.11 75.88 0.38 4.86 ind:imp:1s;ind:imp:2s; -regrettait regretter VER 89.11 75.88 0.32 9.12 ind:imp:3s; -regrettant regretter VER 89.11 75.88 0.21 3.11 par:pre; -regrette regretter VER 89.11 75.88 51.99 21.55 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:1s;sub:pre:3s; -regrettent regretter VER 89.11 75.88 0.88 0.88 ind:pre:3p; -regretter regretter VER 89.11 75.88 12.05 12.57 inf; -regrettera regretter VER 89.11 75.88 1.50 0.74 ind:fut:3s; -regretterai regretter VER 89.11 75.88 0.78 1.49 ind:fut:1s; -regretteraient regretter VER 89.11 75.88 0.03 0.34 cnd:pre:3p; -regretterais regretter VER 89.11 75.88 0.65 0.68 cnd:pre:1s;cnd:pre:2s; -regretterait regretter VER 89.11 75.88 0.13 0.68 cnd:pre:3s; -regretteras regretter VER 89.11 75.88 5.58 1.49 ind:fut:2s; -regretterez regretter VER 89.11 75.88 4.47 0.74 ind:fut:2p; -regretteriez regretter VER 89.11 75.88 0.13 0.07 cnd:pre:2p; -regretterons regretter VER 89.11 75.88 0.10 0.07 ind:fut:1p; -regretteront regretter VER 89.11 75.88 0.46 0.14 ind:fut:3p; -regrettes regretter VER 89.11 75.88 4.46 1.28 ind:pre:2s; -regrettez regretter VER 89.11 75.88 1.31 1.28 imp:pre:2p;ind:pre:2p; -regrettiez regretter VER 89.11 75.88 0.14 0.27 ind:imp:2p; -regrettions regretter VER 89.11 75.88 0.02 0.20 ind:imp:1p; -regrettons regretter VER 89.11 75.88 0.76 0.20 imp:pre:1p;ind:pre:1p; -regrettât regretter VER 89.11 75.88 0.00 0.27 sub:imp:3s; -regrettèrent regretter VER 89.11 75.88 0.00 0.27 ind:pas:3p; -regretté regretter VER m s 89.11 75.88 2.43 6.22 par:pas; -regrettée regretter VER f s 89.11 75.88 0.15 0.54 par:pas; -regrettées regretter VER f p 89.11 75.88 0.02 0.07 par:pas; -regrettés regretter VER m p 89.11 75.88 0.01 0.20 par:pas; -regrimpa regrimper VER 0.17 1.15 0.00 0.07 ind:pas:3s; -regrimpaient regrimper VER 0.17 1.15 0.00 0.07 ind:imp:3p; -regrimpait regrimper VER 0.17 1.15 0.00 0.07 ind:imp:3s; -regrimpe regrimper VER 0.17 1.15 0.01 0.27 imp:pre:2s;ind:pre:1s;ind:pre:3s; -regrimpent regrimper VER 0.17 1.15 0.00 0.07 ind:pre:3p; -regrimper regrimper VER 0.17 1.15 0.12 0.27 inf; -regrimperas regrimper VER 0.17 1.15 0.01 0.00 ind:fut:2s; -regrimperons regrimper VER 0.17 1.15 0.01 0.00 ind:fut:1p; -regrimpez regrimper VER 0.17 1.15 0.01 0.00 imp:pre:2p; -regrimpé regrimper VER m s 0.17 1.15 0.01 0.34 par:pas; -regrossir regrossir VER 0.01 0.00 0.01 0.00 inf; -regroupa regrouper VER 3.09 6.42 0.00 0.07 ind:pas:3s; -regroupaient regrouper VER 3.09 6.42 0.03 0.54 ind:imp:3p; -regroupait regrouper VER 3.09 6.42 0.26 0.41 ind:imp:3s; -regroupant regrouper VER 3.09 6.42 0.06 0.74 par:pre; -regroupe regrouper VER 3.09 6.42 0.76 0.61 imp:pre:2s;ind:pre:1s;ind:pre:3s; -regroupement regroupement NOM m s 0.65 1.76 0.52 1.55 -regroupements regroupement NOM m p 0.65 1.76 0.14 0.20 -regroupent regrouper VER 3.09 6.42 0.37 0.34 ind:pre:3p; -regrouper regrouper VER 3.09 6.42 0.59 1.69 inf; -regrouperaient regrouper VER 3.09 6.42 0.02 0.07 cnd:pre:3p; -regrouperions regrouper VER 3.09 6.42 0.01 0.00 cnd:pre:1p; -regroupez regrouper VER 3.09 6.42 0.40 0.00 imp:pre:2p;ind:pre:2p; -regroupèrent regrouper VER 3.09 6.42 0.02 0.20 ind:pas:3p; -regroupé regrouper VER m s 3.09 6.42 0.12 0.34 par:pas; -regroupée regrouper VER f s 3.09 6.42 0.02 0.20 par:pas; -regroupées regrouper VER f p 3.09 6.42 0.02 0.20 par:pas; -regroupés regrouper VER m p 3.09 6.42 0.41 1.01 par:pas; -regréaient regréer VER 0.00 0.34 0.00 0.07 ind:imp:3p; -regréer regréer VER 0.00 0.34 0.00 0.07 inf; -regréé regréer VER m s 0.00 0.34 0.00 0.20 par:pas; -rehaussaient rehausser VER 0.77 5.81 0.00 0.20 ind:imp:3p; -rehaussait rehausser VER 0.77 5.81 0.01 1.01 ind:imp:3s; -rehaussant rehausser VER 0.77 5.81 0.00 0.47 par:pre; -rehausse rehausser VER 0.77 5.81 0.20 0.41 ind:pre:3s; -rehaussement rehaussement NOM m s 0.01 0.00 0.01 0.00 -rehaussent rehausser VER 0.77 5.81 0.00 0.34 ind:pre:3p; -rehausser rehausser VER 0.77 5.81 0.34 0.88 inf; -rehaussera rehausser VER 0.77 5.81 0.01 0.14 ind:fut:3s; -rehausses rehausse NOM f p 0.00 0.14 0.00 0.07 -rehausseur rehausseur NOM m s 0.11 0.00 0.11 0.00 -rehaussez rehausser VER 0.77 5.81 0.01 0.00 imp:pre:2p; -rehaussé rehausser VER m s 0.77 5.81 0.03 1.15 par:pas; -rehaussée rehausser VER f s 0.77 5.81 0.03 0.68 par:pas; -rehaussées rehausser VER f p 0.77 5.81 0.14 0.20 par:pas; -rehaussés rehausser VER m p 0.77 5.81 0.00 0.34 par:pas; -rehaut rehaut NOM m s 0.00 0.20 0.00 0.07 -rehauts rehaut NOM m p 0.00 0.20 0.00 0.14 -reich reich NOM m s 0.03 4.26 0.03 4.26 -reichsmark reichsmark NOM m 0.01 0.00 0.01 0.00 -reichstag reichstag NOM m s 0.85 0.68 0.85 0.68 -reichswehr reichswehr NOM f s 0.00 0.14 0.00 0.14 -rein rein NOM m s 13.96 34.05 4.53 1.76 -reine_claude reine_claude NOM f s 0.01 0.41 0.00 0.14 -reine_mère reine_mère NOM f s 0.00 0.34 0.00 0.34 -reine reine NOM f s 59.05 33.78 56.26 30.00 -reine_claude reine_claude NOM f p 0.01 0.41 0.01 0.27 -reine_marguerite reine_marguerite NOM f p 0.00 0.27 0.00 0.27 -reines reine NOM f p 59.05 33.78 2.79 3.78 -reinette reinette NOM f s 0.30 0.95 0.01 0.34 -reinettes reinette NOM f p 0.30 0.95 0.29 0.61 -reins rein NOM m p 13.96 34.05 9.43 32.30 -reis reis NOM m 0.52 0.20 0.52 0.20 -rejailli rejaillir VER m s 1.05 2.64 0.14 0.27 par:pas; -rejaillir rejaillir VER 1.05 2.64 0.24 0.54 inf; -rejailliraient rejaillir VER 1.05 2.64 0.00 0.07 cnd:pre:3p; -rejaillirait rejaillir VER 1.05 2.64 0.11 0.20 cnd:pre:3s; -rejaillissaient rejaillir VER 1.05 2.64 0.00 0.07 ind:imp:3p; -rejaillissait rejaillir VER 1.05 2.64 0.00 0.61 ind:imp:3s; -rejaillissant rejaillir VER 1.05 2.64 0.00 0.14 par:pre; -rejaillissements rejaillissement NOM m p 0.00 0.07 0.00 0.07 -rejaillissent rejaillir VER 1.05 2.64 0.02 0.07 ind:pre:3p; -rejaillit rejaillir VER 1.05 2.64 0.54 0.68 ind:pre:3s;ind:pas:3s; -rejet rejet NOM m s 2.94 3.31 2.71 3.04 -rejeta rejeter VER 23.16 47.84 0.18 5.74 ind:pas:3s; -rejetable rejetable ADJ s 0.00 0.07 0.00 0.07 -rejetai rejeter VER 23.16 47.84 0.00 0.68 ind:pas:1s; -rejetaient rejeter VER 23.16 47.84 0.17 0.95 ind:imp:3p; -rejetais rejeter VER 23.16 47.84 0.22 0.74 ind:imp:1s;ind:imp:2s; -rejetait rejeter VER 23.16 47.84 0.00 5.74 ind:imp:3s; -rejetant rejeter VER 23.16 47.84 0.44 4.12 par:pre; -rejeter rejeter VER 23.16 47.84 3.94 6.82 inf; -rejetez rejeter VER 23.16 47.84 1.24 0.07 imp:pre:2p;ind:pre:2p; -rejetiez rejeter VER 23.16 47.84 0.11 0.07 ind:imp:2p; -rejetions rejeter VER 23.16 47.84 0.01 0.20 ind:imp:1p; -rejeton rejeton NOM m s 1.25 3.92 0.61 2.30 -rejetons rejeton NOM m p 1.25 3.92 0.64 1.62 -rejetât rejeter VER 23.16 47.84 0.00 0.07 sub:imp:3s; -rejets rejet NOM m p 2.94 3.31 0.23 0.27 -rejette rejeter VER 23.16 47.84 4.43 5.34 imp:pre:2s;ind:pre:1s;ind:pre:3s; -rejettent rejeter VER 23.16 47.84 0.93 1.22 ind:pre:3p; -rejettera rejeter VER 23.16 47.84 0.57 0.27 ind:fut:3s; -rejetterai rejeter VER 23.16 47.84 0.29 0.07 ind:fut:1s; -rejetteraient rejeter VER 23.16 47.84 0.02 0.00 cnd:pre:3p; -rejetterais rejeter VER 23.16 47.84 0.17 0.00 cnd:pre:1s;cnd:pre:2s; -rejetterait rejeter VER 23.16 47.84 0.06 0.20 cnd:pre:3s; -rejetteras rejeter VER 23.16 47.84 0.00 0.07 ind:fut:2s; -rejetteront rejeter VER 23.16 47.84 0.17 0.14 ind:fut:3p; -rejettes rejeter VER 23.16 47.84 0.77 0.00 ind:pre:2s;sub:pre:2s; -rejetèrent rejeter VER 23.16 47.84 0.00 0.07 ind:pas:3p; -rejeté rejeter VER m s 23.16 47.84 5.65 7.84 par:pas; -rejetée rejeté ADJ f s 4.03 1.62 2.18 0.47 -rejetées rejeter VER f p 23.16 47.84 0.37 1.28 par:pas; -rejetés rejeter VER m p 23.16 47.84 0.98 2.16 par:pas; -rejoignîmes rejoindre VER 96.98 134.80 0.01 0.41 ind:pas:1p; -rejoignît rejoindre VER 96.98 134.80 0.00 0.27 sub:imp:3s; -rejoignaient rejoindre VER 96.98 134.80 0.15 4.80 ind:imp:3p; -rejoignais rejoindre VER 96.98 134.80 0.35 0.34 ind:imp:1s;ind:imp:2s; -rejoignait rejoindre VER 96.98 134.80 0.16 6.35 ind:imp:3s; -rejoignant rejoindre VER 96.98 134.80 0.31 2.91 par:pre; -rejoigne rejoindre VER 96.98 134.80 1.96 1.15 sub:pre:1s;sub:pre:3s; -rejoignent rejoindre VER 96.98 134.80 1.69 5.07 ind:pre:3p; -rejoignes rejoindre VER 96.98 134.80 0.47 0.00 sub:pre:2s; -rejoignez rejoindre VER 96.98 134.80 6.00 0.61 imp:pre:2p;ind:pre:2p; -rejoigniez rejoindre VER 96.98 134.80 0.15 0.07 ind:imp:2p;sub:pre:2p; -rejoignions rejoindre VER 96.98 134.80 0.13 0.20 ind:imp:1p; -rejoignirent rejoindre VER 96.98 134.80 0.15 2.84 ind:pas:3p; -rejoignis rejoindre VER 96.98 134.80 0.01 1.69 ind:pas:1s; -rejoignisse rejoindre VER 96.98 134.80 0.00 0.07 sub:imp:1s; -rejoignissent rejoindre VER 96.98 134.80 0.00 0.07 sub:imp:3p; -rejoignit rejoindre VER 96.98 134.80 0.37 13.58 ind:pas:3s; -rejoignons rejoindre VER 96.98 134.80 1.52 0.54 imp:pre:1p;ind:pre:1p; -rejoindra rejoindre VER 96.98 134.80 2.42 0.81 ind:fut:3s; -rejoindrai rejoindre VER 96.98 134.80 3.25 0.54 ind:fut:1s; -rejoindraient rejoindre VER 96.98 134.80 0.04 0.47 cnd:pre:3p; -rejoindrais rejoindre VER 96.98 134.80 0.50 0.47 cnd:pre:1s;cnd:pre:2s; -rejoindrait rejoindre VER 96.98 134.80 0.14 1.15 cnd:pre:3s; -rejoindras rejoindre VER 96.98 134.80 0.55 0.07 ind:fut:2s; -rejoindre rejoindre VER 96.98 134.80 41.59 59.66 ind:pre:2p;inf; -rejoindrez rejoindre VER 96.98 134.80 0.93 0.14 ind:fut:2p; -rejoindrions rejoindre VER 96.98 134.80 0.00 0.20 cnd:pre:1p; -rejoindrons rejoindre VER 96.98 134.80 0.76 0.34 ind:fut:1p; -rejoindront rejoindre VER 96.98 134.80 0.58 0.41 ind:fut:3p; -rejoins rejoindre VER 96.98 134.80 20.16 3.65 imp:pre:2s;ind:pre:1s;ind:pre:2s; -rejoint rejoindre VER m s 96.98 134.80 11.16 20.27 ind:pre:3s;par:pas; -rejointe rejoindre VER f s 96.98 134.80 0.31 1.35 par:pas; -rejointes rejoindre VER f p 96.98 134.80 0.01 0.54 par:pas; -rejointoyer rejointoyer VER 0.00 0.27 0.00 0.07 inf; -rejointoyé rejointoyer VER m s 0.00 0.27 0.00 0.07 par:pas; -rejointoyés rejointoyer VER m p 0.00 0.27 0.00 0.14 par:pas; -rejoints rejoindre VER m p 96.98 134.80 1.19 3.78 par:pas; -rejoua rejouer VER 3.51 1.69 0.00 0.20 ind:pas:3s; -rejouaient rejouer VER 3.51 1.69 0.02 0.00 ind:imp:3p; -rejouais rejouer VER 3.51 1.69 0.02 0.07 ind:imp:1s; -rejouant rejouer VER 3.51 1.69 0.02 0.14 par:pre; -rejoue rejouer VER 3.51 1.69 1.18 0.00 imp:pre:2s;ind:pre:1s;ind:pre:3s; -rejouent rejouer VER 3.51 1.69 0.21 0.07 ind:pre:3p; -rejouer rejouer VER 3.51 1.69 1.48 0.88 inf; -rejouerait rejouer VER 3.51 1.69 0.02 0.07 cnd:pre:3s; -rejoueras rejouer VER 3.51 1.69 0.03 0.00 ind:fut:2s; -rejouerez rejouer VER 3.51 1.69 0.16 0.07 ind:fut:2p; -rejouerons rejouer VER 3.51 1.69 0.00 0.07 ind:fut:1p; -rejoues rejouer VER 3.51 1.69 0.04 0.00 ind:pre:2s; -rejouez rejouer VER 3.51 1.69 0.10 0.00 imp:pre:2p;ind:pre:2p; -rejouons rejouer VER 3.51 1.69 0.03 0.00 imp:pre:1p; -rejoué rejouer VER m s 3.51 1.69 0.19 0.14 par:pas; -rejuger rejuger VER 0.34 0.14 0.07 0.07 inf; -rejugez rejuger VER 0.34 0.14 0.02 0.00 imp:pre:2p; -rejugé rejuger VER m s 0.34 0.14 0.22 0.07 par:pas; -rejugés rejuger VER m p 0.34 0.14 0.02 0.00 par:pas; -relacent relacer VER 0.01 0.41 0.00 0.07 ind:pre:3p; -relacer relacer VER 0.01 0.41 0.00 0.07 inf; -relaie relayer VER 2.63 5.81 0.27 0.14 imp:pre:2s;ind:pre:1s;ind:pre:3s; -relaient relayer VER 2.63 5.81 0.52 0.27 ind:pre:3p; -relaiera relayer VER 2.63 5.81 0.07 0.14 ind:fut:3s; -relaieraient relayer VER 2.63 5.81 0.00 0.07 cnd:pre:3p; -relaierait relayer VER 2.63 5.81 0.00 0.07 cnd:pre:3s; -relaieront relayer VER 2.63 5.81 0.17 0.00 ind:fut:3p; -relais relais NOM m 7.09 8.51 7.09 8.51 -relaisser relaisser VER 0.00 0.07 0.00 0.07 inf; -relance relancer VER 4.95 7.43 1.87 0.68 imp:pre:2s;ind:pre:1s;ind:pre:3s; -relancement relancement NOM m s 0.03 0.00 0.03 0.00 -relancent relancer VER 4.95 7.43 0.01 0.07 ind:pre:3p; -relancer relancer VER 4.95 7.43 1.96 2.77 inf; -relancera relancer VER 4.95 7.43 0.02 0.00 ind:fut:3s; -relancerait relancer VER 4.95 7.43 0.04 0.00 cnd:pre:3s; -relanceront relancer VER 4.95 7.43 0.01 0.00 ind:fut:3p; -relances relancer VER 4.95 7.43 0.05 0.00 ind:pre:2s; -relanceur relanceur NOM m s 0.01 0.00 0.01 0.00 -relancez relancer VER 4.95 7.43 0.27 0.00 imp:pre:2p;ind:pre:2p; -relancèrent relancer VER 4.95 7.43 0.00 0.07 ind:pas:3p; -relancé relancer VER m s 4.95 7.43 0.48 1.22 par:pas; -relancée relancer VER f s 4.95 7.43 0.16 0.20 par:pas; -relancées relancer VER f p 4.95 7.43 0.01 0.07 par:pas; -relancés relancer VER m p 4.95 7.43 0.01 0.07 par:pas; -relança relancer VER 4.95 7.43 0.01 0.41 ind:pas:3s; -relançai relancer VER 4.95 7.43 0.00 0.07 ind:pas:1s; -relançaient relancer VER 4.95 7.43 0.00 0.41 ind:imp:3p; -relançais relancer VER 4.95 7.43 0.00 0.07 ind:imp:1s; -relançait relancer VER 4.95 7.43 0.01 0.81 ind:imp:3s; -relançant relancer VER 4.95 7.43 0.00 0.41 par:pre; -relançons relancer VER 4.95 7.43 0.05 0.00 imp:pre:1p; -relançât relancer VER 4.95 7.43 0.00 0.14 sub:imp:3s; -relaps relaps NOM m 0.01 0.34 0.00 0.34 -relapse relaps ADJ f s 0.00 0.34 0.00 0.07 -relapses relaps NOM f p 0.01 0.34 0.01 0.00 -relargué relargué ADJ m s 0.00 0.14 0.00 0.14 -relata relater VER 1.18 5.61 0.03 0.47 ind:pas:3s; -relatai relater VER 1.18 5.61 0.00 0.07 ind:pas:1s; -relataient relater VER 1.18 5.61 0.01 0.27 ind:imp:3p; -relatais relater VER 1.18 5.61 0.00 0.20 ind:imp:1s; -relatait relater VER 1.18 5.61 0.02 0.81 ind:imp:3s; -relatant relater VER 1.18 5.61 0.05 0.95 par:pre; -relate relater VER 1.18 5.61 0.19 1.01 imp:pre:2s;ind:pre:1s;ind:pre:3s; -relatent relater VER 1.18 5.61 0.06 0.14 ind:pre:3p; -relater relater VER 1.18 5.61 0.39 0.54 inf; -relateraient relater VER 1.18 5.61 0.00 0.07 cnd:pre:3p; -relateront relater VER 1.18 5.61 0.01 0.00 ind:fut:3p; -relaça relacer VER 0.01 0.41 0.00 0.07 ind:pas:3s; -relaçaient relacer VER 0.01 0.41 0.00 0.07 ind:imp:3p; -relaçait relacer VER 0.01 0.41 0.01 0.14 ind:imp:3s; -relatif relatif ADJ m s 3.12 14.05 1.05 3.78 -relatifs relatif ADJ m p 3.12 14.05 0.56 1.22 -relation relation NOM f s 74.95 52.36 44.03 10.20 -relationnel relationnel ADJ m s 0.38 0.00 0.14 0.00 -relationnelle relationnel ADJ f s 0.38 0.00 0.01 0.00 -relationnelles relationnel ADJ f p 0.38 0.00 0.09 0.00 -relationnels relationnel ADJ m p 0.38 0.00 0.14 0.00 -relations relation NOM f p 74.95 52.36 30.92 42.16 -relative relatif ADJ f s 3.12 14.05 0.93 7.09 -relativement relativement ADV 4.48 8.65 4.48 8.65 -relatives relatif ADJ f p 3.12 14.05 0.57 1.96 -relativisant relativiser VER 0.39 0.20 0.00 0.07 par:pre; -relativisation relativisation NOM f s 0.00 0.14 0.00 0.14 -relativise relativiser VER 0.39 0.20 0.14 0.00 imp:pre:2s;ind:pre:3s; -relativisent relativiser VER 0.39 0.20 0.00 0.07 ind:pre:3p; -relativiser relativiser VER 0.39 0.20 0.23 0.07 inf; -relativisme relativisme NOM m s 0.05 0.00 0.05 0.00 -relativiste relativiste ADJ f s 0.02 0.00 0.02 0.00 -relativisé relativiser VER m s 0.39 0.20 0.02 0.00 par:pas; -relativité relativité NOM f s 0.50 1.22 0.50 1.22 -relaté relater VER m s 1.18 5.61 0.13 0.68 par:pas; -relatée relater VER f s 1.18 5.61 0.02 0.07 par:pas; -relatées relater VER f p 1.18 5.61 0.01 0.14 par:pas; -relatés relater VER m p 1.18 5.61 0.25 0.14 par:pas; -relavait relaver VER 0.13 0.47 0.00 0.07 ind:imp:3s; -relave relaver VER 0.13 0.47 0.07 0.07 imp:pre:2s;ind:pre:1s;ind:pre:3s; -relaver relaver VER 0.13 0.47 0.06 0.27 inf; -relavés relaver VER m p 0.13 0.47 0.00 0.07 par:pas; -relax relax ADJ 8.16 0.88 8.16 0.88 -relaxais relaxer VER 5.46 0.74 0.00 0.07 ind:imp:1s; -relaxant relaxant ADJ m s 0.72 0.07 0.61 0.00 -relaxante relaxant ADJ f s 0.72 0.07 0.08 0.00 -relaxantes relaxant ADJ f p 0.72 0.07 0.01 0.07 -relaxants relaxant ADJ m p 0.72 0.07 0.03 0.00 -relaxation relaxation NOM f s 0.63 0.68 0.63 0.68 -relaxe relaxer VER 5.46 0.74 1.47 0.00 imp:pre:2s;ind:pre:1s;ind:pre:3s; -relaxer relaxer VER 5.46 0.74 2.64 0.20 ind:pre:2p;inf; -relaxes relaxe NOM f p 1.63 0.61 0.21 0.07 -relaxez relaxer VER 5.46 0.74 0.77 0.14 imp:pre:2p;ind:pre:2p; -relaxons relaxer VER 5.46 0.74 0.03 0.00 imp:pre:1p;ind:pre:1p; -relaxé relaxer VER m s 5.46 0.74 0.27 0.27 par:pas; -relaxée relaxer VER f s 5.46 0.74 0.07 0.07 par:pas; -relaya relayer VER 2.63 5.81 0.00 0.14 ind:pas:3s; -relayaient relayer VER 2.63 5.81 0.25 1.22 ind:imp:3p; -relayait relayer VER 2.63 5.81 0.01 0.47 ind:imp:3s; -relayant relayer VER 2.63 5.81 0.01 0.54 par:pre; -relaye relayer VER 2.63 5.81 0.01 0.07 ind:pre:1s;ind:pre:3s; -relayent relayer VER 2.63 5.81 0.00 0.14 ind:pre:3p; -relayer relayer VER 2.63 5.81 0.93 1.01 inf; -relayera relayer VER 2.63 5.81 0.01 0.07 ind:fut:3s; -relayerai relayer VER 2.63 5.81 0.10 0.00 ind:fut:1s; -relayeur relayeur NOM m s 0.02 0.00 0.02 0.00 -relayez relayer VER 2.63 5.81 0.05 0.00 imp:pre:2p; -relayions relayer VER 2.63 5.81 0.00 0.07 ind:imp:1p; -relayâmes relayer VER 2.63 5.81 0.00 0.14 ind:pas:1p; -relayons relayer VER 2.63 5.81 0.02 0.07 imp:pre:1p;ind:pre:1p; -relayèrent relayer VER 2.63 5.81 0.00 0.20 ind:pas:3p; -relayé relayer VER m s 2.63 5.81 0.14 0.61 par:pas; -relayée relayer VER f s 2.63 5.81 0.02 0.14 par:pas; -relayées relayer VER f p 2.63 5.81 0.01 0.07 par:pas; -relayés relayer VER m p 2.63 5.81 0.03 0.20 par:pas; -relecture relecture NOM f s 0.80 0.47 0.80 0.47 -relent relent NOM m s 0.32 9.12 0.10 2.64 -relents relent NOM m p 0.32 9.12 0.23 6.49 -releva relever VER 39.49 124.93 0.05 25.74 ind:pas:3s; -relevable relevable ADJ m s 0.00 0.07 0.00 0.07 -relevai relever VER 39.49 124.93 0.14 1.82 ind:pas:1s; -relevaient relever VER 39.49 124.93 0.06 3.51 ind:imp:3p; -relevailles relevailles NOM f p 0.00 0.07 0.00 0.07 -relevais relever VER 39.49 124.93 0.06 0.95 ind:imp:1s;ind:imp:2s; -relevait relever VER 39.49 124.93 0.53 9.80 ind:imp:3s; -relevant relever VER 39.49 124.93 0.53 10.68 par:pre; -relever relever VER 39.49 124.93 10.46 24.39 inf; -releveur releveur ADJ m s 0.03 0.07 0.03 0.00 -releveurs releveur NOM m p 0.02 0.00 0.01 0.00 -relevez relever VER 39.49 124.93 5.95 0.34 imp:pre:2p;ind:pre:2p; -releviez relever VER 39.49 124.93 0.14 0.07 ind:imp:2p; -relevions relever VER 39.49 124.93 0.00 0.27 ind:imp:1p; -relevâmes relever VER 39.49 124.93 0.00 0.07 ind:pas:1p; -relevons relever VER 39.49 124.93 0.33 0.27 imp:pre:1p;ind:pre:1p; -relevât relever VER 39.49 124.93 0.00 0.54 sub:imp:3s; -relevèrent relever VER 39.49 124.93 0.01 1.28 ind:pas:3p; -relevé relever VER m s 39.49 124.93 6.04 13.72 par:pas; -relevée relevé ADJ f s 2.30 10.14 0.64 2.03 -relevées relever VER f p 39.49 124.93 0.30 1.35 par:pas; -relevés relevé NOM m p 5.00 2.36 3.12 0.81 -reliage reliage NOM m s 0.01 0.00 0.01 0.00 -reliaient relier VER 12.83 20.47 0.22 0.88 ind:imp:3p; -reliait relier VER 12.83 20.47 0.20 2.64 ind:imp:3s; -reliant relier VER 12.83 20.47 0.78 1.55 par:pre; -relie relier VER 12.83 20.47 1.95 2.77 imp:pre:2s;ind:pre:1s;ind:pre:3s; -relief relief NOM m s 1.25 19.32 1.11 13.51 -reliefs relief NOM m p 1.25 19.32 0.14 5.81 -relient relier VER 12.83 20.47 0.30 1.01 ind:pre:3p; -relier relier VER 12.83 20.47 2.34 2.64 inf; -reliera relier VER 12.83 20.47 0.29 0.14 ind:fut:3s; -relieur relieur NOM m s 0.33 0.41 0.33 0.27 -relieurs relieur NOM m p 0.33 0.41 0.00 0.14 -reliez relier VER 12.83 20.47 0.11 0.00 imp:pre:2p; -religieuse religieux ADJ f s 15.52 24.26 4.85 11.42 -religieusement religieusement ADV 0.80 3.04 0.80 3.04 -religieuses religieux ADJ f p 15.52 24.26 2.17 3.78 -religieux religieux ADJ m 15.52 24.26 8.51 9.05 -religion religion NOM f s 24.68 35.07 22.86 30.88 -religionnaires religionnaire NOM p 0.00 0.07 0.00 0.07 -religions religion NOM f p 24.68 35.07 1.81 4.19 -religiosité religiosité NOM f s 0.01 0.41 0.01 0.41 -reliât relier VER 12.83 20.47 0.00 0.14 sub:imp:3s; -reliquaire reliquaire NOM s 0.28 0.95 0.28 0.68 -reliquaires reliquaire NOM p 0.28 0.95 0.00 0.27 -reliquat reliquat NOM m s 0.04 1.76 0.04 1.35 -reliquats reliquat NOM m p 0.04 1.76 0.00 0.41 -relique relique NOM f s 2.59 5.95 1.41 2.23 -reliques relique NOM f p 2.59 5.95 1.19 3.72 -relirai relire VER 6.31 25.81 0.04 0.07 ind:fut:1s; -relirais relire VER 6.31 25.81 0.02 0.07 cnd:pre:1s;cnd:pre:2s; -relirait relire VER 6.31 25.81 0.00 0.27 cnd:pre:3s; -reliras relire VER 6.31 25.81 0.00 0.07 ind:fut:2s; -relire relire VER 6.31 25.81 1.84 6.42 inf; -relirez relire VER 6.31 25.81 0.01 0.07 ind:fut:2p; -relirons relire VER 6.31 25.81 0.01 0.07 ind:fut:1p; -relis relire VER 6.31 25.81 1.78 2.57 imp:pre:2s;ind:pre:1s;ind:pre:2s; -relisaient relire VER 6.31 25.81 0.00 0.07 ind:imp:3p; -relisais relire VER 6.31 25.81 0.12 1.55 ind:imp:1s;ind:imp:2s; -relisait relire VER 6.31 25.81 0.01 2.03 ind:imp:3s; -relisant relire VER 6.31 25.81 0.07 1.69 par:pre; -relise relire VER 6.31 25.81 0.07 0.27 sub:pre:1s;sub:pre:3s; -relisez relire VER 6.31 25.81 0.70 0.54 imp:pre:2p;ind:pre:2p; -relisions relire VER 6.31 25.81 0.00 0.07 ind:imp:1p; -relit relire VER 6.31 25.81 0.22 1.49 ind:pre:3s; -relié relier VER m s 12.83 20.47 3.03 2.77 par:pas; -reliée relier VER f s 12.83 20.47 0.95 1.08 par:pas; -reliées relier VER f p 12.83 20.47 0.53 2.09 par:pas; -reliure reliure NOM f s 0.67 4.12 0.61 2.23 -reliures reliure NOM f p 0.67 4.12 0.06 1.89 -reliés relier VER m p 12.83 20.47 2.12 2.77 par:pas; -relâcha relâcher VER 21.40 13.45 0.13 1.69 ind:pas:3s; -relâchai relâcher VER 21.40 13.45 0.00 0.20 ind:pas:1s; -relâchaient relâcher VER 21.40 13.45 0.01 0.41 ind:imp:3p; -relâchais relâcher VER 21.40 13.45 0.01 0.07 ind:imp:1s; -relâchait relâcher VER 21.40 13.45 0.02 1.89 ind:imp:3s; -relâchant relâcher VER 21.40 13.45 0.04 0.68 par:pre; -relâche relâcher VER 21.40 13.45 4.25 1.28 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -relâchement relâchement NOM m s 0.47 2.70 0.44 2.36 -relâchements relâchement NOM m p 0.47 2.70 0.02 0.34 -relâchent relâcher VER 21.40 13.45 0.35 0.61 ind:pre:3p; -relâcher relâcher VER 21.40 13.45 4.09 3.24 imp:pre:2p;inf; -relâchera relâcher VER 21.40 13.45 0.41 0.07 ind:fut:3s; -relâcherai relâcher VER 21.40 13.45 0.54 0.00 ind:fut:1s; -relâcheraient relâcher VER 21.40 13.45 0.04 0.00 cnd:pre:3p; -relâcherait relâcher VER 21.40 13.45 0.02 0.07 cnd:pre:3s; -relâcheras relâcher VER 21.40 13.45 0.01 0.00 ind:fut:2s; -relâcherez relâcher VER 21.40 13.45 0.06 0.00 ind:fut:2p; -relâcherons relâcher VER 21.40 13.45 0.04 0.00 ind:fut:1p; -relâcheront relâcher VER 21.40 13.45 0.44 0.20 ind:fut:3p; -relâchez relâcher VER 21.40 13.45 4.77 0.00 imp:pre:2p;ind:pre:2p; -relâchiez relâcher VER 21.40 13.45 0.11 0.00 ind:imp:2p; -relâchons relâcher VER 21.40 13.45 0.27 0.07 imp:pre:1p;ind:pre:1p; -relâchèrent relâcher VER 21.40 13.45 0.01 0.54 ind:pas:3p; -relâché relâcher VER m s 21.40 13.45 4.08 1.76 par:pas; -relâchée relâcher VER f s 21.40 13.45 0.92 0.41 par:pas; -relâchées relâcher VER f p 21.40 13.45 0.07 0.20 par:pas; -relâchés relâcher VER m p 21.40 13.45 0.72 0.07 par:pas; -reloge reloger VER 0.52 0.34 0.14 0.14 ind:pre:3s; -relogement relogement NOM m s 0.08 0.14 0.07 0.07 -relogements relogement NOM m p 0.08 0.14 0.01 0.07 -reloger reloger VER 0.52 0.34 0.23 0.14 ind:pre:2p;inf; -relogerais reloger VER 0.52 0.34 0.00 0.07 cnd:pre:1s; -relogé reloger VER m s 0.52 0.34 0.15 0.00 par:pas; -relooker relooker VER 0.18 0.00 0.07 0.00 inf; -relookerai relooker VER 0.18 0.00 0.01 0.00 ind:fut:1s; -relooké relooker VER m s 0.18 0.00 0.06 0.00 par:pas; -relookée relooker VER f s 0.18 0.00 0.03 0.00 par:pas; -reloquer reloquer VER 0.00 0.07 0.00 0.07 inf; -relouer relouer VER 0.14 0.07 0.04 0.00 inf; -relouerons relouer VER 0.14 0.07 0.00 0.07 ind:fut:1p; -relourde relourder VER 0.00 0.20 0.00 0.07 ind:pre:3s; -relourder relourder VER 0.00 0.20 0.00 0.07 inf; -relourdé relourder VER m s 0.00 0.20 0.00 0.07 par:pas; -reloué relouer VER m s 0.14 0.07 0.10 0.00 par:pas; -relègue reléguer VER 0.54 4.53 0.06 0.47 ind:pre:1s;ind:pre:3s; -relèguent reléguer VER 0.54 4.53 0.00 0.07 ind:pre:3p; -relève relever VER 39.49 124.93 11.74 19.26 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -relèvement relèvement NOM m s 0.45 0.95 0.43 0.88 -relèvements relèvement NOM m p 0.45 0.95 0.02 0.07 -relèvent relever VER 39.49 124.93 0.68 2.57 ind:pre:3p; -relèvera relever VER 39.49 124.93 0.51 0.41 ind:fut:3s; -relèverai relever VER 39.49 124.93 0.19 0.00 ind:fut:1s; -relèveraient relever VER 39.49 124.93 0.04 0.34 cnd:pre:3p; -relèverais relever VER 39.49 124.93 0.16 0.00 cnd:pre:1s;cnd:pre:2s; -relèverait relever VER 39.49 124.93 0.09 0.81 cnd:pre:3s; -relèveras relever VER 39.49 124.93 0.12 0.07 ind:fut:2s; -relèverez relever VER 39.49 124.93 0.01 0.14 ind:fut:2p; -relèverions relever VER 39.49 124.93 0.00 0.07 cnd:pre:1p; -relèverons relever VER 39.49 124.93 0.17 0.00 ind:fut:1p; -relèveront relever VER 39.49 124.93 0.09 0.07 ind:fut:3p; -relèves relever VER 39.49 124.93 0.15 0.20 ind:pre:2s;sub:pre:2s; -relu relire VER m s 6.31 25.81 1.35 3.65 par:pas; -relue relire VER f s 6.31 25.81 0.02 0.20 par:pas; -relues relire VER f p 6.31 25.81 0.01 0.14 par:pas; -relégation relégation NOM f s 0.10 0.68 0.10 0.68 -relégua reléguer VER 0.54 4.53 0.00 0.14 ind:pas:3s; -reléguai reléguer VER 0.54 4.53 0.00 0.07 ind:pas:1s; -reléguaient reléguer VER 0.54 4.53 0.00 0.14 ind:imp:3p; -reléguait reléguer VER 0.54 4.53 0.00 0.34 ind:imp:3s; -reléguant reléguer VER 0.54 4.53 0.00 0.27 par:pre; -reléguer reléguer VER 0.54 4.53 0.06 0.68 inf; -reléguera reléguer VER 0.54 4.53 0.00 0.07 ind:fut:3s; -relégueraient reléguer VER 0.54 4.53 0.00 0.07 cnd:pre:3p; -reléguerait reléguer VER 0.54 4.53 0.00 0.07 cnd:pre:3s; -reléguons reléguer VER 0.54 4.53 0.00 0.07 ind:pre:1p; -reléguèrent reléguer VER 0.54 4.53 0.00 0.07 ind:pas:3p; -relégué reléguer VER m s 0.54 4.53 0.31 0.95 par:pas; -reléguée reléguer VER f s 0.54 4.53 0.05 0.61 par:pas; -reléguées reléguer VER f p 0.54 4.53 0.00 0.27 par:pas; -relégués relégué ADJ m p 0.13 0.74 0.10 0.20 -relui reluire VER m s 0.54 4.05 0.02 0.07 par:pas; -reluire reluire VER 0.54 4.05 0.34 2.77 inf; -reluiront reluire VER 0.54 4.05 0.00 0.07 ind:fut:3p; -reluis reluire VER 0.54 4.05 0.00 0.07 ind:pre:2s; -reluisaient reluire VER 0.54 4.05 0.00 0.14 ind:imp:3p; -reluisais reluire VER 0.54 4.05 0.00 0.07 ind:imp:1s; -reluisant reluisant ADJ m s 0.27 1.96 0.14 0.81 -reluisante reluisant ADJ f s 0.27 1.96 0.06 0.34 -reluisantes reluisant ADJ f p 0.27 1.96 0.01 0.34 -reluisants reluisant ADJ m p 0.27 1.96 0.06 0.47 -reluise reluire VER 0.54 4.05 0.16 0.07 sub:pre:3s; -reluisent reluire VER 0.54 4.05 0.01 0.20 ind:pre:3p; -reluit reluire VER 0.54 4.05 0.00 0.41 ind:pre:3s; -reluqua reluquer VER 2.16 5.47 0.00 0.07 ind:pas:3s; -reluquaient reluquer VER 2.16 5.47 0.05 0.47 ind:imp:3p; -reluquais reluquer VER 2.16 5.47 0.12 0.20 ind:imp:1s;ind:imp:2s; -reluquait reluquer VER 2.16 5.47 0.10 0.41 ind:imp:3s; -reluquant reluquer VER 2.16 5.47 0.01 0.68 par:pre; -reluque reluquer VER 2.16 5.47 0.36 1.69 imp:pre:2s;ind:pre:1s;ind:pre:3s; -reluquent reluquer VER 2.16 5.47 0.13 0.07 ind:pre:3p; -reluquer reluquer VER 2.16 5.47 1.09 1.49 inf; -reluques reluquer VER 2.16 5.47 0.12 0.07 ind:pre:2s; -reluquiez reluquer VER 2.16 5.47 0.01 0.00 ind:imp:2p; -reluqué reluquer VER m s 2.16 5.47 0.04 0.14 par:pas; -reluquée reluquer VER f s 2.16 5.47 0.09 0.14 par:pas; -reluqués reluquer VER m p 2.16 5.47 0.04 0.07 par:pas; -relus relire VER m p 6.31 25.81 0.04 0.95 ind:pas:1s;par:pas; -relut relire VER 6.31 25.81 0.01 3.58 ind:pas:3s; -remîmes remettre VER 144.94 202.50 0.01 0.20 ind:pas:1p; -remît remettre VER 144.94 202.50 0.01 1.22 sub:imp:3s; -remaigrir remaigrir VER 0.01 0.00 0.01 0.00 inf; -remaillage remaillage NOM m s 0.00 0.20 0.00 0.20 -remaillaient remailler VER 0.00 0.27 0.00 0.07 ind:imp:3p; -remaillant remailler VER 0.00 0.27 0.00 0.07 par:pre; -remailler remailler VER 0.00 0.27 0.00 0.07 inf; -remailleuse mailleur NOM f s 0.00 0.07 0.00 0.07 -remaillés remailler VER m p 0.00 0.27 0.00 0.07 par:pas; -remake remake NOM m s 0.66 0.54 0.66 0.54 -remange remanger VER 0.07 0.07 0.03 0.00 ind:pre:1s; -remanger remanger VER 0.07 0.07 0.04 0.00 inf; -remangerait remanger VER 0.07 0.07 0.00 0.07 cnd:pre:3s; -remania remanier VER 0.79 0.88 0.00 0.07 ind:pas:3s; -remaniait remanier VER 0.79 0.88 0.00 0.07 ind:imp:3s; -remaniant remanier VER 0.79 0.88 0.00 0.14 par:pre; -remanie remanier VER 0.79 0.88 0.16 0.00 ind:pre:1s;ind:pre:3s; -remaniement remaniement NOM m s 0.16 1.08 0.09 0.95 -remaniements remaniement NOM m p 0.16 1.08 0.07 0.14 -remanier remanier VER 0.79 0.88 0.12 0.27 inf; -remanié remanier VER m s 0.79 0.88 0.48 0.20 par:pas; -remaniée remanier VER f s 0.79 0.88 0.01 0.14 par:pas; -remaniés remanier VER m p 0.79 0.88 0.02 0.00 par:pas; -remaquilla remaquiller VER 0.28 0.81 0.00 0.27 ind:pas:3s; -remaquillait remaquiller VER 0.28 0.81 0.00 0.14 ind:imp:3s; -remaquille remaquiller VER 0.28 0.81 0.02 0.00 ind:pre:1s;ind:pre:3s; -remaquiller remaquiller VER 0.28 0.81 0.26 0.20 inf; -remaquillé remaquiller VER m s 0.28 0.81 0.01 0.00 par:pas; -remaquillée remaquiller VER f s 0.28 0.81 0.00 0.20 par:pas; -remarchait remarcher VER 1.32 0.41 0.00 0.14 ind:imp:3s; -remarche remarcher VER 1.32 0.41 0.47 0.07 ind:pre:3s; -remarchent remarcher VER 1.32 0.41 0.02 0.00 ind:pre:3p; -remarcher remarcher VER 1.32 0.41 0.67 0.20 inf; -remarchera remarcher VER 1.32 0.41 0.13 0.00 ind:fut:3s; -remarcheras remarcher VER 1.32 0.41 0.02 0.00 ind:fut:2s; -remaria remarier VER 6.14 4.32 0.08 0.14 ind:pas:3s; -remariage remariage NOM m s 0.10 0.54 0.10 0.54 -remariaient remarier VER 6.14 4.32 0.01 0.00 ind:imp:3p; -remariait remarier VER 6.14 4.32 0.05 0.07 ind:imp:3s; -remariant remarier VER 6.14 4.32 0.01 0.07 par:pre; -remarie remarier VER 6.14 4.32 0.72 0.20 imp:pre:2s;ind:pre:1s;ind:pre:3s; -remarient remarier VER 6.14 4.32 0.04 0.14 ind:pre:3p; -remarier remarier VER 6.14 4.32 2.48 1.28 inf;; -remariera remarier VER 6.14 4.32 0.07 0.20 ind:fut:3s; -remarierai remarier VER 6.14 4.32 0.14 0.00 ind:fut:1s; -remarierais remarier VER 6.14 4.32 0.05 0.00 cnd:pre:1s;cnd:pre:2s; -remarierait remarier VER 6.14 4.32 0.02 0.07 cnd:pre:3s; -remarieras remarier VER 6.14 4.32 0.04 0.00 ind:fut:2s; -remarierez remarier VER 6.14 4.32 0.01 0.00 ind:fut:2p; -remarieront remarier VER 6.14 4.32 0.00 0.07 ind:fut:3p; -remaries remarier VER 6.14 4.32 0.06 0.07 ind:pre:2s; -remariez remarier VER 6.14 4.32 0.18 0.07 imp:pre:2p;ind:pre:2p; -remariions remarier VER 6.14 4.32 0.00 0.07 ind:imp:1p; -remarié remarier VER m s 6.14 4.32 0.81 1.15 par:pas; -remariée remarier VER f s 6.14 4.32 1.20 0.74 par:pas; -remariés remarier VER m p 6.14 4.32 0.17 0.00 par:pas; -remarqua remarquer VER 80.56 142.16 0.88 22.36 ind:pas:3s; -remarquable remarquable ADJ s 13.22 13.24 12.20 10.74 -remarquablement remarquablement ADV 0.99 1.89 0.99 1.89 -remarquables remarquable ADJ p 13.22 13.24 1.02 2.50 -remarquai remarquer VER 80.56 142.16 0.31 6.35 ind:pas:1s; -remarquaient remarquer VER 80.56 142.16 0.10 0.54 ind:imp:3p; -remarquais remarquer VER 80.56 142.16 0.07 1.76 ind:imp:1s;ind:imp:2s; -remarquait remarquer VER 80.56 142.16 0.41 5.20 ind:imp:3s; -remarquant remarquer VER 80.56 142.16 0.01 1.42 par:pre; -remarquas remarquer VER 80.56 142.16 0.00 0.07 ind:pas:2s; -remarque remarquer VER 80.56 142.16 7.76 12.97 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -remarquent remarquer VER 80.56 142.16 1.01 1.01 ind:pre:3p; -remarquer remarquer VER 80.56 142.16 11.32 32.70 inf; -remarquera remarquer VER 80.56 142.16 1.05 0.68 ind:fut:3s; -remarquerai remarquer VER 80.56 142.16 0.04 0.00 ind:fut:1s; -remarqueraient remarquer VER 80.56 142.16 0.08 0.00 cnd:pre:3p; -remarquerais remarquer VER 80.56 142.16 0.41 0.20 cnd:pre:1s;cnd:pre:2s; -remarquerait remarquer VER 80.56 142.16 0.66 0.68 cnd:pre:3s; -remarqueras remarquer VER 80.56 142.16 0.37 0.20 ind:fut:2s; -remarquerez remarquer VER 80.56 142.16 0.92 0.61 ind:fut:2p; -remarqueriez remarquer VER 80.56 142.16 0.19 0.00 cnd:pre:2p; -remarqueront remarquer VER 80.56 142.16 0.53 0.07 ind:fut:3p; -remarques remarque NOM f p 11.24 21.28 3.59 5.07 -remarquez remarquer VER 80.56 142.16 4.07 6.35 imp:pre:2p;ind:pre:2p; -remarquiez remarquer VER 80.56 142.16 0.14 0.14 ind:imp:2p;sub:pre:2p; -remarquions remarquer VER 80.56 142.16 0.03 0.20 ind:imp:1p; -remarquâmes remarquer VER 80.56 142.16 0.00 0.34 ind:pas:1p; -remarquons remarquer VER 80.56 142.16 0.05 0.00 imp:pre:1p;ind:pre:1p; -remarquât remarquer VER 80.56 142.16 0.00 0.54 sub:imp:3s; -remarquèrent remarquer VER 80.56 142.16 0.01 0.34 ind:pas:3p; -remarqué remarquer VER m s 80.56 142.16 47.20 39.86 par:pas; -remarquée remarquer VER f s 80.56 142.16 1.30 5.47 par:pas; -remarquées remarquer VER f p 80.56 142.16 0.08 0.68 par:pas; -remarqués remarquer VER m p 80.56 142.16 0.36 1.08 par:pas; -remballa remballer VER 3.06 1.96 0.00 0.20 ind:pas:3s; -remballage remballage NOM m s 0.01 0.07 0.01 0.07 -remballaient remballer VER 3.06 1.96 0.00 0.07 ind:imp:3p; -remballait remballer VER 3.06 1.96 0.00 0.07 ind:imp:3s; -remballant remballer VER 3.06 1.96 0.00 0.20 par:pre; -remballe remballer VER 3.06 1.96 1.68 0.47 imp:pre:2s;ind:pre:1s;ind:pre:3s; -remballent remballer VER 3.06 1.96 0.01 0.14 ind:pre:3p; -remballer remballer VER 3.06 1.96 0.66 0.34 inf; -remballez remballer VER 3.06 1.96 0.58 0.00 imp:pre:2p;ind:pre:2p; -remballé remballer VER m s 3.06 1.96 0.13 0.34 par:pas; -remballés remballer VER m p 3.06 1.96 0.01 0.14 par:pas; -rembarqua rembarquer VER 0.21 0.95 0.00 0.07 ind:pas:3s; -rembarquaient rembarquer VER 0.21 0.95 0.00 0.07 ind:imp:3p; -rembarque rembarquer VER 0.21 0.95 0.04 0.07 imp:pre:2s;ind:pre:1s;ind:pre:3s; -rembarquement rembarquement NOM m s 0.00 0.47 0.00 0.41 -rembarquements rembarquement NOM m p 0.00 0.47 0.00 0.07 -rembarquer rembarquer VER 0.21 0.95 0.04 0.41 inf; -rembarquez rembarquer VER 0.21 0.95 0.12 0.00 imp:pre:2p;ind:pre:2p; -rembarquèrent rembarquer VER 0.21 0.95 0.00 0.20 ind:pas:3p; -rembarqué rembarquer VER m s 0.21 0.95 0.01 0.00 par:pas; -rembarquées rembarquer VER f p 0.21 0.95 0.00 0.14 par:pas; -rembarra rembarrer VER 0.68 0.88 0.00 0.07 ind:pas:3s; -rembarrais rembarrer VER 0.68 0.88 0.01 0.14 ind:imp:1s; -rembarrait rembarrer VER 0.68 0.88 0.01 0.07 ind:imp:3s; -rembarre rembarrer VER 0.68 0.88 0.22 0.14 imp:pre:2s;ind:pre:1s;ind:pre:3s; -rembarrer rembarrer VER 0.68 0.88 0.25 0.34 inf; -rembarres rembarrer VER 0.68 0.88 0.05 0.00 ind:pre:2s; -rembarré rembarrer VER m s 0.68 0.88 0.11 0.07 par:pas; -rembarrée rembarrer VER f s 0.68 0.88 0.03 0.07 par:pas; -rembauche rembaucher VER 0.00 0.14 0.00 0.07 ind:pre:3s; -rembauchés rembaucher VER m p 0.00 0.14 0.00 0.07 par:pas; -remblai remblai NOM m s 0.09 5.34 0.07 4.66 -remblaiement remblaiement NOM m s 0.00 0.14 0.00 0.14 -remblais remblai NOM m p 0.09 5.34 0.02 0.68 -remblaya remblayer VER 0.01 0.34 0.00 0.07 ind:pas:3s; -remblayer remblayer VER 0.01 0.34 0.01 0.14 inf; -remblayé remblayer VER m s 0.01 0.34 0.00 0.07 par:pas; -remblayée remblayer VER f s 0.01 0.34 0.00 0.07 par:pas; -remboîter remboîter VER 0.00 0.07 0.00 0.07 inf; -rembobinage rembobinage NOM m s 0.23 0.00 0.23 0.00 -rembobine rembobiner VER 1.59 0.20 1.10 0.14 imp:pre:2s;ind:pre:1s;ind:pre:3s; -rembobiner rembobiner VER 1.59 0.20 0.33 0.07 inf; -rembobinez rembobiner VER 1.59 0.20 0.16 0.00 imp:pre:2p; -rembour rembour NOM m s 0.00 0.07 0.00 0.07 -rembourrage rembourrage NOM m s 0.52 0.47 0.51 0.34 -rembourrages rembourrage NOM m p 0.52 0.47 0.01 0.14 -rembourraient rembourrer VER 0.74 2.36 0.01 0.07 ind:imp:3p; -rembourrait rembourrer VER 0.74 2.36 0.01 0.14 ind:imp:3s; -rembourrant rembourrer VER 0.74 2.36 0.00 0.07 par:pre; -rembourre rembourrer VER 0.74 2.36 0.06 0.07 ind:pre:3s; -rembourrer rembourrer VER 0.74 2.36 0.06 0.00 inf; -rembourré rembourrer VER m s 0.74 2.36 0.35 0.81 par:pas; -rembourrée rembourrer VER f s 0.74 2.36 0.19 0.27 par:pas; -rembourrées rembourrer VER f p 0.74 2.36 0.03 0.34 par:pas; -rembourrés rembourrer VER m p 0.74 2.36 0.02 0.61 par:pas; -remboursa rembourser VER 27.71 9.26 0.01 0.00 ind:pas:3s; -remboursable remboursable ADJ s 0.38 0.00 0.38 0.00 -remboursaient rembourser VER 27.71 9.26 0.00 0.07 ind:imp:3p; -remboursais rembourser VER 27.71 9.26 0.03 0.00 ind:imp:1s;ind:imp:2s; -remboursait rembourser VER 27.71 9.26 0.17 0.14 ind:imp:3s; -remboursant rembourser VER 27.71 9.26 0.01 0.07 par:pre; -rembourse rembourser VER 27.71 9.26 3.81 0.81 imp:pre:2s;ind:pre:1s;ind:pre:3s; -remboursement remboursement NOM m s 2.09 1.15 1.89 1.01 -remboursements remboursement NOM m p 2.09 1.15 0.20 0.14 -remboursent rembourser VER 27.71 9.26 0.16 0.14 ind:pre:3p; -rembourser rembourser VER 27.71 9.26 11.77 4.39 inf;; -remboursera rembourser VER 27.71 9.26 1.31 0.34 ind:fut:3s; -rembourserai rembourser VER 27.71 9.26 4.24 0.34 ind:fut:1s; -rembourserais rembourser VER 27.71 9.26 0.14 0.00 cnd:pre:1s;cnd:pre:2s; -rembourserait rembourser VER 27.71 9.26 0.08 0.07 cnd:pre:3s; -rembourseras rembourser VER 27.71 9.26 0.74 0.34 ind:fut:2s; -rembourserez rembourser VER 27.71 9.26 0.12 0.14 ind:fut:2p; -rembourserons rembourser VER 27.71 9.26 0.06 0.14 ind:fut:1p; -rembourseront rembourser VER 27.71 9.26 0.05 0.14 ind:fut:3p; -rembourses rembourser VER 27.71 9.26 0.56 0.07 ind:pre:2s; -remboursez rembourser VER 27.71 9.26 0.72 0.34 imp:pre:2p;ind:pre:2p; -remboursons rembourser VER 27.71 9.26 0.15 0.07 imp:pre:1p;ind:pre:1p; -remboursât rembourser VER 27.71 9.26 0.00 0.14 sub:imp:3s; -remboursèrent rembourser VER 27.71 9.26 0.00 0.07 ind:pas:3p; -remboursé rembourser VER m s 27.71 9.26 2.71 0.88 par:pas; -remboursée rembourser VER f s 27.71 9.26 0.48 0.27 par:pas; -remboursées rembourser VER f p 27.71 9.26 0.06 0.14 par:pas; -remboursés rembourser VER m p 27.71 9.26 0.34 0.20 par:pas; -rembruni rembrunir VER m s 0.01 2.36 0.00 0.14 par:pas; -rembrunir rembrunir VER 0.01 2.36 0.00 0.20 inf; -rembrunis rembrunir VER m p 0.01 2.36 0.00 0.07 par:pas; -rembrunissait rembrunir VER 0.01 2.36 0.00 0.27 ind:imp:3s; -rembrunissent rembrunir VER 0.01 2.36 0.00 0.07 ind:pre:3p; -rembrunit rembrunir VER 0.01 2.36 0.01 1.62 ind:pre:3s;ind:pas:3s; -remembrance remembrance NOM f s 0.01 0.14 0.01 0.14 -remembrement remembrement NOM m s 0.01 0.14 0.01 0.14 -remembrés remembrer VER m p 0.00 0.07 0.00 0.07 par:pas; -remercia remercier VER 113.70 54.46 0.04 8.31 ind:pas:3s; -remerciai remercier VER 113.70 54.46 0.01 1.15 ind:pas:1s; -remerciaient remercier VER 113.70 54.46 0.11 0.54 ind:imp:3p; -remerciais remercier VER 113.70 54.46 0.14 0.54 ind:imp:1s; -remerciait remercier VER 113.70 54.46 0.06 2.50 ind:imp:3s; -remerciant remercier VER 113.70 54.46 0.40 1.76 par:pre; -remercie remercier VER 113.70 54.46 51.61 17.09 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:1s;sub:pre:3s; -remerciement remerciement NOM m s 5.52 6.22 2.53 2.64 -remerciements remerciement NOM m p 5.52 6.22 2.99 3.58 -remercient remercier VER 113.70 54.46 0.98 0.27 ind:pre:3p; -remercier remercier VER 113.70 54.46 38.60 15.47 inf;; -remerciera remercier VER 113.70 54.46 0.47 0.14 ind:fut:3s; -remercierai remercier VER 113.70 54.46 0.84 0.20 ind:fut:1s; -remercierais remercier VER 113.70 54.46 0.12 0.07 cnd:pre:1s;cnd:pre:2s; -remercierait remercier VER 113.70 54.46 0.06 0.20 cnd:pre:3s; -remercieras remercier VER 113.70 54.46 1.39 0.20 ind:fut:2s; -remercierez remercier VER 113.70 54.46 1.00 0.14 ind:fut:2p; -remercierons remercier VER 113.70 54.46 0.02 0.00 ind:fut:1p; -remercieront remercier VER 113.70 54.46 0.30 0.00 ind:fut:3p; -remercies remercier VER 113.70 54.46 1.37 0.07 ind:pre:2s; -remerciez remercier VER 113.70 54.46 6.25 0.88 imp:pre:2p;ind:pre:2p; -remerciâmes remercier VER 113.70 54.46 0.00 0.07 ind:pas:1p; -remercions remercier VER 113.70 54.46 5.00 0.68 imp:pre:1p;ind:pre:1p; -remercièrent remercier VER 113.70 54.46 0.00 0.54 ind:pas:3p; -remercié remercier VER m s 113.70 54.46 3.59 2.91 par:pas; -remerciée remercier VER f s 113.70 54.46 0.94 0.54 par:pas; -remerciés remercier VER m p 113.70 54.46 0.38 0.20 par:pas; -remet remettre VER 144.94 202.50 12.56 15.74 ind:pre:3s; -remets remettre VER 144.94 202.50 24.72 6.76 imp:pre:2s;ind:pre:1s;ind:pre:2s; -remettaient remettre VER 144.94 202.50 0.06 2.30 ind:imp:3p; -remettais remettre VER 144.94 202.50 0.56 1.69 ind:imp:1s;ind:imp:2s; -remettait remettre VER 144.94 202.50 0.63 12.84 ind:imp:3s; -remettant remettre VER 144.94 202.50 0.31 5.61 par:pre; -remette remettre VER 144.94 202.50 2.94 2.64 sub:pre:1s;sub:pre:3s; -remettent remettre VER 144.94 202.50 2.26 2.91 ind:pre:3p; -remettes remettre VER 144.94 202.50 0.33 0.07 sub:pre:2s; -remettez remettre VER 144.94 202.50 10.44 2.03 imp:pre:2p;ind:pre:2p; -remettiez remettre VER 144.94 202.50 0.52 0.14 ind:imp:2p; -remettions remettre VER 144.94 202.50 0.07 0.07 ind:imp:1p; -remettons remettre VER 144.94 202.50 2.10 0.47 imp:pre:1p;ind:pre:1p; -remettra remettre VER 144.94 202.50 5.79 2.23 ind:fut:3s; -remettrai remettre VER 144.94 202.50 3.32 0.81 ind:fut:1s; -remettraient remettre VER 144.94 202.50 0.04 0.07 cnd:pre:3p; -remettrais remettre VER 144.94 202.50 0.45 0.34 cnd:pre:1s;cnd:pre:2s; -remettrait remettre VER 144.94 202.50 0.67 2.43 cnd:pre:3s; -remettras remettre VER 144.94 202.50 1.54 0.61 ind:fut:2s; -remettre remettre VER 144.94 202.50 46.99 56.08 inf; -remettrez remettre VER 144.94 202.50 1.09 0.27 ind:fut:2p; -remettriez remettre VER 144.94 202.50 0.07 0.07 cnd:pre:2p; -remettrions remettre VER 144.94 202.50 0.00 0.07 cnd:pre:1p; -remettrons remettre VER 144.94 202.50 0.25 0.00 ind:fut:1p; -remettront remettre VER 144.94 202.50 0.27 0.14 ind:fut:3p; -remeublé remeubler VER m s 0.01 0.00 0.01 0.00 par:pas; -remirent remettre VER 144.94 202.50 0.04 2.97 ind:pas:3p; -remis remettre VER m 144.94 202.50 20.27 39.12 ind:pas:1s;ind:pas:2s;par:pas;par:pas;par:pas;par:pas; -remisa remiser VER 1.43 4.19 0.00 0.20 ind:pas:3s; -remisai remiser VER 1.43 4.19 0.00 0.14 ind:pas:1s; -remisaient remiser VER 1.43 4.19 0.01 0.07 ind:imp:3p; -remisait remiser VER 1.43 4.19 0.00 0.27 ind:imp:3s; -remise remise NOM f s 9.77 12.09 8.81 10.95 -remisent remiser VER 1.43 4.19 0.00 0.07 ind:pre:3p; -remiser remiser VER 1.43 4.19 0.18 0.47 inf; -remises remise NOM f p 9.77 12.09 0.96 1.15 -remisez remiser VER 1.43 4.19 0.11 0.00 imp:pre:2p; -remisons remiser VER 1.43 4.19 0.00 0.07 ind:pre:1p; -remisse remettre VER 144.94 202.50 0.00 0.07 sub:imp:1s; -remisèrent remiser VER 1.43 4.19 0.00 0.20 ind:pas:3p; -remisé remiser VER m s 1.43 4.19 0.12 0.74 par:pas; -remisée remiser VER f s 1.43 4.19 0.00 0.27 par:pas; -remisés remiser VER m p 1.43 4.19 0.01 0.34 par:pas; -remit remettre VER 144.94 202.50 0.66 32.16 ind:pas:3s; -remix remix NOM m 0.15 0.00 0.15 0.00 -remixer remixer VER 0.02 0.00 0.02 0.00 inf; -remmailleuses remmailleuse NOM f p 0.00 0.14 0.00 0.14 -remmenaient remmener VER 0.41 0.14 0.00 0.07 ind:imp:3p; -remmener remmener VER 0.41 0.14 0.16 0.07 inf; -remmenez remmener VER 0.41 0.14 0.14 0.00 imp:pre:2p;ind:pre:2p; -remmenée remmener VER f s 0.41 0.14 0.01 0.00 par:pas; -remmène remmener VER 0.41 0.14 0.09 0.00 imp:pre:2s;ind:pre:1s;ind:pre:3s; -remmènes remmener VER 0.41 0.14 0.01 0.00 ind:pre:2s; -remobilisés remobiliser VER m p 0.00 0.07 0.00 0.07 par:pas; -remâcha remâcher VER 0.03 2.16 0.00 0.14 ind:pas:3s; -remâchaient remâcher VER 0.03 2.16 0.00 0.14 ind:imp:3p; -remâchais remâcher VER 0.03 2.16 0.00 0.14 ind:imp:1s; -remâchait remâcher VER 0.03 2.16 0.00 0.27 ind:imp:3s; -remâchant remâcher VER 0.03 2.16 0.00 0.34 par:pre; -remâche remâcher VER 0.03 2.16 0.01 0.27 ind:pre:1s;ind:pre:3s; -remâchent remâcher VER 0.03 2.16 0.00 0.14 ind:pre:3p; -remâcher remâcher VER 0.03 2.16 0.01 0.41 inf; -remâchez remâcher VER 0.03 2.16 0.00 0.07 ind:pre:2p; -remâché remâcher VER m s 0.03 2.16 0.00 0.07 par:pas; -remâchée remâcher VER f s 0.03 2.16 0.01 0.14 par:pas; -remâchées remâcher VER f p 0.03 2.16 0.00 0.07 par:pas; -remodela remodeler VER 0.35 0.88 0.00 0.14 ind:pas:3s; -remodelage remodelage NOM m s 0.03 0.14 0.03 0.14 -remodelant remodeler VER 0.35 0.88 0.01 0.07 par:pre; -remodeler remodeler VER 0.35 0.88 0.20 0.07 inf; -remodelé remodeler VER m s 0.35 0.88 0.10 0.27 par:pas; -remodelée remodeler VER f s 0.35 0.88 0.04 0.07 par:pas; -remodelées remodeler VER f p 0.35 0.88 0.00 0.07 par:pas; -remodèle remodeler VER 0.35 0.88 0.00 0.14 ind:pre:3s; -remodèles remodeler VER 0.35 0.88 0.00 0.07 ind:pre:2s; -remonta remonter VER 71.33 160.14 0.32 16.22 ind:pas:3s; -remontage remontage NOM m s 0.03 0.07 0.03 0.07 -remontai remonter VER 71.33 160.14 0.01 1.76 ind:pas:1s; -remontaient remonter VER 71.33 160.14 0.38 6.15 ind:imp:3p; -remontais remonter VER 71.33 160.14 0.33 2.36 ind:imp:1s;ind:imp:2s; -remontait remonter VER 71.33 160.14 0.65 17.84 ind:imp:3s; -remontant remontant NOM m s 2.61 1.01 2.30 0.81 -remontantes remontant ADJ f p 0.11 0.61 0.00 0.07 -remontants remontant NOM m p 2.61 1.01 0.31 0.20 -remonte_pente remonte_pente NOM m s 0.02 0.07 0.02 0.07 -remonte_pentes remonte_pentes NOM m 0.00 0.07 0.00 0.07 -remonte remonter VER 71.33 160.14 25.55 26.89 imp:pre:2s;ind:pre:1s;ind:pre:3s; -remontent remonter VER 71.33 160.14 2.78 5.61 ind:pre:3p; -remonter remonter VER 71.33 160.14 19.13 38.51 inf; -remontera remonter VER 71.33 160.14 1.83 0.88 ind:fut:3s; -remonterai remonter VER 71.33 160.14 0.40 0.14 ind:fut:1s; -remonteraient remonter VER 71.33 160.14 0.04 0.14 cnd:pre:3p; -remonterait remonter VER 71.33 160.14 0.35 0.74 cnd:pre:3s; -remonteras remonter VER 71.33 160.14 0.06 0.20 ind:fut:2s; -remonterez remonter VER 71.33 160.14 0.08 0.07 ind:fut:2p; -remonteriez remonter VER 71.33 160.14 0.01 0.00 cnd:pre:2p; -remonterons remonter VER 71.33 160.14 0.14 0.27 ind:fut:1p; -remonteront remonter VER 71.33 160.14 0.30 0.14 ind:fut:3p; -remontes remonter VER 71.33 160.14 1.02 0.54 ind:pre:2s; -remontez remonter VER 71.33 160.14 6.73 0.81 imp:pre:2p;ind:pre:2p; -remontiez remonter VER 71.33 160.14 0.06 0.07 ind:imp:2p; -remontions remonter VER 71.33 160.14 0.30 0.74 ind:imp:1p; -remontoir remontoir NOM m s 0.12 0.27 0.12 0.27 -remontâmes remonter VER 71.33 160.14 0.00 0.27 ind:pas:1p; -remontons remonter VER 71.33 160.14 1.21 2.16 imp:pre:1p;ind:pre:1p; -remontât remonter VER 71.33 160.14 0.00 0.41 sub:imp:3s; -remontrait remontrer VER 0.55 1.42 0.06 0.20 ind:imp:3s; -remontrance remontrance NOM f s 0.87 1.69 0.16 0.20 -remontrances remontrance NOM f p 0.87 1.69 0.71 1.49 -remontrassent remontrer VER 0.55 1.42 0.00 0.07 sub:imp:3p; -remontre remontrer VER 0.55 1.42 0.19 0.14 imp:pre:2s;ind:pre:3s; -remontrer remontrer VER 0.55 1.42 0.19 0.14 inf; -remontrera remontrer VER 0.55 1.42 0.00 0.07 ind:fut:3s; -remontrerai remontrer VER 0.55 1.42 0.01 0.07 ind:fut:1s; -remontrerais remontrer VER 0.55 1.42 0.00 0.07 cnd:pre:1s; -remontrerait remontrer VER 0.55 1.42 0.00 0.27 cnd:pre:3s; -remontreras remontrer VER 0.55 1.42 0.00 0.07 ind:fut:2s; -remontres remontrer VER 0.55 1.42 0.01 0.07 ind:pre:2s; -remontrez remontrer VER 0.55 1.42 0.08 0.00 imp:pre:2p; -remontré remontrer VER m s 0.55 1.42 0.01 0.27 par:pas; -remontèrent remonter VER 71.33 160.14 0.01 3.85 ind:pas:3p; -remonté remonter VER m s 71.33 160.14 5.83 14.39 par:pas; -remontée remonter VER f s 71.33 160.14 1.25 3.31 par:pas; -remontées remontée NOM f p 0.38 1.76 0.16 0.27 -remontés remonter VER m p 71.33 160.14 1.04 3.11 par:pas; -remord remordre VER 0.61 0.41 0.43 0.20 ind:pre:3s; -remordait remordre VER 0.61 0.41 0.00 0.14 ind:imp:3s; -remords remords NOM m 10.67 27.64 10.67 27.64 -remordu remordre VER m s 0.61 0.41 0.01 0.00 par:pas; -remorqua remorquer VER 1.60 1.35 0.00 0.20 ind:pas:3s; -remorquage remorquage NOM m s 0.49 0.07 0.49 0.07 -remorquaient remorquer VER 1.60 1.35 0.00 0.07 ind:imp:3p; -remorquait remorquer VER 1.60 1.35 0.01 0.14 ind:imp:3s; -remorquant remorquer VER 1.60 1.35 0.02 0.34 par:pre; -remorque remorque NOM f s 1.31 5.54 1.16 5.14 -remorquer remorquer VER 1.60 1.35 0.85 0.41 inf; -remorquera remorquer VER 1.60 1.35 0.00 0.07 ind:fut:3s; -remorquerai remorquer VER 1.60 1.35 0.02 0.00 ind:fut:1s; -remorques remorque NOM f p 1.31 5.54 0.15 0.41 -remorqueur remorqueur NOM m s 0.36 1.55 0.28 0.27 -remorqueurs remorqueur NOM m p 0.36 1.55 0.08 1.28 -remorqueuse remorqueur ADJ f s 0.12 0.34 0.09 0.00 -remorquez remorquer VER 1.60 1.35 0.02 0.00 imp:pre:2p; -remorquions remorquer VER 1.60 1.35 0.01 0.00 ind:imp:1p; -remorquons remorquer VER 1.60 1.35 0.03 0.00 imp:pre:1p;ind:pre:1p; -remorqué remorquer VER m s 1.60 1.35 0.37 0.14 par:pas; -remorquée remorquer VER f s 1.60 1.35 0.08 0.00 par:pas; -remoucha remoucher VER 0.00 0.07 0.00 0.07 ind:pas:3s; -remouillaient remouiller VER 0.02 0.20 0.00 0.07 ind:imp:3p; -remouiller remouiller VER 0.02 0.20 0.02 0.14 inf; -remous remous NOM m 1.49 14.66 1.49 14.66 -rempaillaient rempailler VER 0.01 0.20 0.00 0.07 ind:imp:3p; -rempailler rempailler VER 0.01 0.20 0.01 0.07 inf; -rempailleur rempailleur NOM m s 0.00 0.34 0.00 0.20 -rempailleurs rempailleur NOM m p 0.00 0.34 0.00 0.07 -rempailleuses rempailleur NOM f p 0.00 0.34 0.00 0.07 -rempaillée rempailler VER f s 0.01 0.20 0.00 0.07 par:pas; -rempaquette rempaqueter VER 0.00 0.14 0.00 0.07 ind:pre:3s; -rempaqueté rempaqueter VER m s 0.00 0.14 0.00 0.07 par:pas; -rempart rempart NOM m s 2.95 20.00 1.56 8.31 -remparts rempart NOM m p 2.95 20.00 1.39 11.69 -rempilait rempiler VER 0.75 1.15 0.00 0.07 ind:imp:3s; -rempile rempiler VER 0.75 1.15 0.17 0.14 ind:pre:1s;ind:pre:3s; -rempilent rempiler VER 0.75 1.15 0.00 0.07 ind:pre:3p; -rempiler rempiler VER 0.75 1.15 0.20 0.54 inf; -rempilerai rempiler VER 0.75 1.15 0.01 0.07 ind:fut:1s; -rempilerais rempiler VER 0.75 1.15 0.00 0.07 cnd:pre:1s; -rempilerez rempiler VER 0.75 1.15 0.00 0.07 ind:fut:2p; -rempiles rempiler VER 0.75 1.15 0.03 0.00 ind:pre:2s; -rempilez rempiler VER 0.75 1.15 0.04 0.07 imp:pre:2p;ind:pre:2p; -rempilé rempiler VER m s 0.75 1.15 0.29 0.07 par:pas; -remplît remplir VER 61.21 81.42 0.00 0.20 sub:imp:3s; -remplace remplacer VER 52.84 60.61 11.59 5.81 imp:pre:2s;ind:pre:1s;ind:pre:3s; -remplacement remplacement NOM m s 2.03 4.59 1.86 3.92 -remplacements remplacement NOM m p 2.03 4.59 0.17 0.68 -remplacent remplacer VER 52.84 60.61 0.84 1.08 ind:pre:3p; -remplacer remplacer VER 52.84 60.61 22.95 18.38 inf;;inf;;inf;; -remplacera remplacer VER 52.84 60.61 2.13 1.22 ind:fut:3s; -remplacerai remplacer VER 52.84 60.61 0.56 0.07 ind:fut:1s; -remplaceraient remplacer VER 52.84 60.61 0.02 0.20 cnd:pre:3p; -remplacerais remplacer VER 52.84 60.61 0.22 0.20 cnd:pre:1s;cnd:pre:2s; -remplacerait remplacer VER 52.84 60.61 0.20 1.22 cnd:pre:3s; -remplaceras remplacer VER 52.84 60.61 0.33 0.07 ind:fut:2s; -remplacerez remplacer VER 52.84 60.61 0.26 0.41 ind:fut:2p; -remplaceriez remplacer VER 52.84 60.61 0.01 0.00 cnd:pre:2p; -remplacerons remplacer VER 52.84 60.61 0.27 0.14 ind:fut:1p; -remplaceront remplacer VER 52.84 60.61 0.30 0.00 ind:fut:3p; -remplaces remplacer VER 52.84 60.61 0.84 0.14 ind:pre:2s; -remplacez remplacer VER 52.84 60.61 1.81 0.07 imp:pre:2p;ind:pre:2p; -remplaciez remplacer VER 52.84 60.61 0.30 0.00 ind:imp:2p; -remplacèrent remplacer VER 52.84 60.61 0.01 0.47 ind:pas:3p; -remplacé remplacer VER m s 52.84 60.61 6.47 11.96 par:pas; -remplacée remplacer VER f s 52.84 60.61 0.92 2.84 par:pas; -remplacées remplacer VER f p 52.84 60.61 0.54 1.42 par:pas; -remplacés remplacer VER m p 52.84 60.61 0.81 3.11 par:pas; -remplaça remplacer VER 52.84 60.61 0.07 1.82 ind:pas:3s; -remplaçable remplaçable ADJ s 0.41 0.20 0.28 0.07 -remplaçables remplaçable ADJ m p 0.41 0.20 0.13 0.14 -remplaçai remplacer VER 52.84 60.61 0.02 0.14 ind:pas:1s; -remplaçaient remplacer VER 52.84 60.61 0.05 2.43 ind:imp:3p; -remplaçais remplacer VER 52.84 60.61 0.06 0.47 ind:imp:1s;ind:imp:2s; -remplaçait remplacer VER 52.84 60.61 0.53 5.41 ind:imp:3s; -remplaçant remplaçant NOM m s 7.92 2.03 5.20 1.28 -remplaçante remplaçant NOM f s 7.92 2.03 1.72 0.47 -remplaçantes remplaçant NOM f p 7.92 2.03 0.09 0.00 -remplaçants remplaçant NOM m p 7.92 2.03 0.91 0.27 -remplaçons remplacer VER 52.84 60.61 0.10 0.07 imp:pre:1p;ind:pre:1p; -remplaçât remplacer VER 52.84 60.61 0.00 0.07 sub:imp:3s; -rempli remplir VER m s 61.21 81.42 16.17 16.82 par:pas; -remplie rempli ADJ f s 12.74 20.74 6.64 9.93 -remplies rempli ADJ f p 12.74 20.74 1.82 4.59 -remplir remplir VER 61.21 81.42 18.92 22.50 inf; -remplira remplir VER 61.21 81.42 1.00 0.74 ind:fut:3s; -remplirai remplir VER 61.21 81.42 0.90 0.27 ind:fut:1s; -rempliraient remplir VER 61.21 81.42 0.01 0.20 cnd:pre:3p; -remplirais remplir VER 61.21 81.42 0.24 0.00 cnd:pre:1s; -remplirait remplir VER 61.21 81.42 0.20 0.74 cnd:pre:3s; -rempliras remplir VER 61.21 81.42 0.16 0.00 ind:fut:2s; -remplirent remplir VER 61.21 81.42 0.25 1.69 ind:pas:3p; -remplirez remplir VER 61.21 81.42 0.17 0.00 ind:fut:2p; -remplirons remplir VER 61.21 81.42 0.28 0.07 ind:fut:1p; -rempliront remplir VER 61.21 81.42 0.21 0.14 ind:fut:3p; -remplis remplir VER m p 61.21 81.42 7.08 3.78 imp:pre:2s;ind:pre:1s;ind:pre:2s;par:pas; -remplissage remplissage NOM m s 0.37 0.27 0.37 0.27 -remplissaient remplir VER 61.21 81.42 0.07 3.45 ind:imp:3p; -remplissais remplir VER 61.21 81.42 0.28 0.61 ind:imp:1s;ind:imp:2s; -remplissait remplir VER 61.21 81.42 1.15 9.59 ind:imp:3s; -remplissant remplir VER 61.21 81.42 0.48 2.43 par:pre; -remplisse remplir VER 61.21 81.42 1.09 0.61 sub:pre:1s;sub:pre:3s; -remplissent remplir VER 61.21 81.42 2.17 2.50 ind:pre:3p; -remplisses remplir VER 61.21 81.42 0.17 0.20 sub:pre:2s; -remplisseur remplisseur NOM m s 0.00 0.07 0.00 0.07 -remplissez remplir VER 61.21 81.42 4.65 0.41 imp:pre:2p;ind:pre:2p; -remplissiez remplir VER 61.21 81.42 0.17 0.00 ind:imp:2p; -remplissions remplir VER 61.21 81.42 0.01 0.07 ind:imp:1p; -remplissons remplir VER 61.21 81.42 0.18 0.14 imp:pre:1p;ind:pre:1p; -remplit remplir VER 61.21 81.42 5.20 14.26 ind:pre:3s;ind:pas:3s; -remploi remploi NOM m s 0.00 0.20 0.00 0.20 -remployée remployer VER f s 0.00 0.07 0.00 0.07 par:pas; -remplumer remplumer VER 0.09 0.34 0.04 0.27 inf; -remplumez remplumer VER 0.09 0.34 0.02 0.00 imp:pre:2p;ind:pre:2p; -remplumé remplumer VER m s 0.09 0.34 0.03 0.07 par:pas; -rempochait rempocher VER 0.00 0.20 0.00 0.07 ind:imp:3s; -rempoche rempocher VER 0.00 0.20 0.00 0.14 ind:pre:1s;ind:pre:3s; -remporta remporter VER 9.27 10.61 0.27 0.27 ind:pas:3s; -remportai remporter VER 9.27 10.61 0.00 0.14 ind:pas:1s; -remportaient remporter VER 9.27 10.61 0.01 0.20 ind:imp:3p; -remportais remporter VER 9.27 10.61 0.00 0.07 ind:imp:2s; -remportait remporter VER 9.27 10.61 0.17 0.74 ind:imp:3s; -remportant remporter VER 9.27 10.61 0.07 0.41 par:pre; -remportassent remporter VER 9.27 10.61 0.00 0.07 sub:imp:3p; -remporte remporter VER 9.27 10.61 1.93 0.88 imp:pre:2s;ind:pre:1s;ind:pre:3s; -remportent remporter VER 9.27 10.61 0.24 0.20 ind:pre:3p; -remporter remporter VER 9.27 10.61 3.06 2.09 inf; -remportera remporter VER 9.27 10.61 0.22 0.07 ind:fut:3s; -remporterai remporter VER 9.27 10.61 0.04 0.00 ind:fut:1s; -remporterait remporter VER 9.27 10.61 0.04 0.34 cnd:pre:3s; -remporterez remporter VER 9.27 10.61 0.02 0.00 ind:fut:2p; -remporterons remporter VER 9.27 10.61 0.10 0.00 ind:fut:1p; -remportez remporter VER 9.27 10.61 0.71 0.14 imp:pre:2p;ind:pre:2p; -remportiez remporter VER 9.27 10.61 0.01 0.00 ind:imp:2p; -remportions remporter VER 9.27 10.61 0.00 0.07 ind:imp:1p; -remportât remporter VER 9.27 10.61 0.00 0.07 sub:imp:3s; -remportèrent remporter VER 9.27 10.61 0.00 0.14 ind:pas:3p; -remporté remporter VER m s 9.27 10.61 2.11 2.84 par:pas; -remportée remporter VER f s 9.27 10.61 0.22 1.35 par:pas; -remportées remporter VER f p 9.27 10.61 0.01 0.07 par:pas; -remportés remporter VER m p 9.27 10.61 0.04 0.47 par:pas; -rempoter rempoter VER 0.01 0.00 0.01 0.00 inf; -remprunter remprunter VER 0.03 0.00 0.03 0.00 inf; -remède_miracle remède_miracle NOM m s 0.01 0.00 0.01 0.00 -remède remède NOM m s 16.14 13.45 14.09 10.07 -remèdes remède NOM m p 16.14 13.45 2.05 3.38 -remua remuer VER 24.42 62.84 0.03 3.99 ind:pas:3s; -remuage remuage NOM m s 0.01 0.00 0.01 0.00 -remuai remuer VER 24.42 62.84 0.02 0.27 ind:pas:1s; -remuaient remuer VER 24.42 62.84 0.08 3.78 ind:imp:3p; -remuais remuer VER 24.42 62.84 0.01 0.41 ind:imp:1s;ind:imp:2s; -remuait remuer VER 24.42 62.84 0.59 9.93 ind:imp:3s; -remuant remuer VER 24.42 62.84 0.42 5.81 par:pre; -remuante remuant ADJ f s 0.32 3.24 0.05 1.35 -remuantes remuant ADJ f p 0.32 3.24 0.00 0.41 -remuants remuant ADJ m p 0.32 3.24 0.01 0.27 -remédia remédier VER 3.80 3.18 0.01 0.07 ind:pas:3s; -remédiable remédiable ADJ m s 0.01 0.00 0.01 0.00 -remédiait remédier VER 3.80 3.18 0.01 0.07 ind:imp:3s; -remédie remédier VER 3.80 3.18 0.07 0.07 imp:pre:2s;ind:pre:1s;ind:pre:3s; -remédier remédier VER 3.80 3.18 3.21 2.50 inf; -remédiera remédier VER 3.80 3.18 0.05 0.07 ind:fut:3s; -remédierait remédier VER 3.80 3.18 0.00 0.07 cnd:pre:3s; -remédierons remédier VER 3.80 3.18 0.10 0.00 ind:fut:1p; -remédiez remédier VER 3.80 3.18 0.04 0.00 imp:pre:2p;ind:pre:2p; -remédions remédier VER 3.80 3.18 0.10 0.00 ind:pre:1p; -remédié remédier VER m s 3.80 3.18 0.20 0.34 par:pas; -remue_ménage remue_ménage NOM m 0.78 4.80 0.78 4.80 -remue_méninges remue_méninges NOM m 0.05 0.07 0.05 0.07 -remue remuer VER 24.42 62.84 8.30 8.24 imp:pre:2s;ind:pre:1s;ind:pre:3s; -remuement remuement NOM m s 0.00 2.03 0.00 1.49 -remuements remuement NOM m p 0.00 2.03 0.00 0.54 -remuent remuer VER 24.42 62.84 0.41 1.96 ind:pre:3p; -remuer remuer VER 24.42 62.84 6.38 15.34 inf; -remuera remuer VER 24.42 62.84 0.32 0.20 ind:fut:3s; -remuerai remuer VER 24.42 62.84 0.19 0.14 ind:fut:1s; -remueraient remuer VER 24.42 62.84 0.00 0.07 cnd:pre:3p; -remuerais remuer VER 24.42 62.84 0.02 0.14 cnd:pre:1s; -remuerait remuer VER 24.42 62.84 0.04 0.27 cnd:pre:3s; -remueront remuer VER 24.42 62.84 0.02 0.00 ind:fut:3p; -remues remuer VER 24.42 62.84 1.14 0.27 ind:pre:2s; -remueur remueur NOM m s 0.04 0.14 0.04 0.00 -remueurs remueur NOM m p 0.04 0.14 0.00 0.14 -remuez remuer VER 24.42 62.84 4.06 0.34 imp:pre:2p;ind:pre:2p; -remugle remugle NOM m s 0.01 2.36 0.00 0.81 -remugles remugle NOM m p 0.01 2.36 0.01 1.55 -remuions remuer VER 24.42 62.84 0.00 0.07 ind:imp:1p; -remémora remémorer VER 1.28 4.12 0.00 0.47 ind:pas:3s; -remémorais remémorer VER 1.28 4.12 0.03 0.27 ind:imp:1s; -remémorait remémorer VER 1.28 4.12 0.00 0.27 ind:imp:3s; -remémorant remémorer VER 1.28 4.12 0.02 0.34 par:pre; -remémoration remémoration NOM f s 0.02 0.00 0.02 0.00 -remémorative remémoratif ADJ f s 0.00 0.07 0.00 0.07 -remémore remémorer VER 1.28 4.12 0.34 0.81 imp:pre:2s;ind:pre:1s;ind:pre:3s; -remémorent remémorer VER 1.28 4.12 0.01 0.00 ind:pre:3p; -remémorer remémorer VER 1.28 4.12 0.74 1.55 inf; -remémoré remémorer VER m s 1.28 4.12 0.14 0.41 par:pas; -remuâmes remuer VER 24.42 62.84 0.00 0.07 ind:pas:1p; -remuons remuer VER 24.42 62.84 0.20 0.00 imp:pre:1p;ind:pre:1p; -remuât remuer VER 24.42 62.84 0.00 0.20 sub:imp:3s; -remuscle remuscler VER 0.17 0.00 0.01 0.00 imp:pre:2s; -remuscler remuscler VER 0.17 0.00 0.16 0.00 inf; -remuèrent remuer VER 24.42 62.84 0.00 1.15 ind:pas:3p; -remué remuer VER m s 24.42 62.84 1.68 5.47 par:pas; -remuée remuer VER f s 24.42 62.84 0.44 2.97 par:pas; -remuées remuer VER f p 24.42 62.84 0.01 0.81 par:pas; -remués remuer VER m p 24.42 62.84 0.06 0.95 par:pas; -renaît renaître VER 7.45 13.04 0.96 1.96 ind:pre:3s; -renaîtra renaître VER 7.45 13.04 0.44 0.74 ind:fut:3s; -renaîtrai renaître VER 7.45 13.04 0.01 0.00 ind:fut:1s; -renaîtraient renaître VER 7.45 13.04 0.00 0.07 cnd:pre:3p; -renaîtrais renaître VER 7.45 13.04 0.02 0.00 cnd:pre:1s;cnd:pre:2s; -renaîtrait renaître VER 7.45 13.04 0.01 0.20 cnd:pre:3s; -renaîtras renaître VER 7.45 13.04 0.29 0.00 ind:fut:2s; -renaître renaître VER 7.45 13.04 3.07 4.86 inf; -renaîtrez renaître VER 7.45 13.04 0.04 0.00 ind:fut:2p; -renaîtrons renaître VER 7.45 13.04 0.03 0.00 ind:fut:1p; -renaîtront renaître VER 7.45 13.04 0.03 0.14 ind:fut:3p; -renais renaître VER 7.45 13.04 0.35 0.34 imp:pre:2s;ind:pre:1s;ind:pre:2s; -renaissaient renaître VER 7.45 13.04 0.00 0.41 ind:imp:3p; -renaissais renaître VER 7.45 13.04 0.16 0.00 ind:imp:1s; -renaissait renaître VER 7.45 13.04 0.00 1.15 ind:imp:3s; -renaissance renaissance NOM f s 2.77 10.61 2.75 10.34 -renaissances renaissance NOM f p 2.77 10.61 0.02 0.27 -renaissant renaître VER 7.45 13.04 0.04 0.68 par:pre; -renaissante renaissant ADJ f s 0.39 2.43 0.34 0.74 -renaissantes renaissant ADJ f p 0.39 2.43 0.00 0.88 -renaissants renaissant ADJ m p 0.39 2.43 0.00 0.27 -renaisse renaître VER 7.45 13.04 0.10 0.54 sub:pre:3s; -renaissent renaître VER 7.45 13.04 0.11 0.41 ind:pre:3p; -renaisses renaître VER 7.45 13.04 0.02 0.00 sub:pre:2s; -renaissons renaître VER 7.45 13.04 0.03 0.00 ind:pre:1p; -renaquit renaître VER 7.45 13.04 0.02 0.00 ind:pas:3s; -renard renard NOM m s 6.66 11.96 4.69 8.58 -renarde renard NOM f s 6.66 11.96 0.22 0.20 -renardeau renardeau NOM m s 0.01 0.54 0.01 0.41 -renardeaux renardeau NOM m p 0.01 0.54 0.00 0.14 -renardes renard NOM f p 6.66 11.96 0.01 0.00 -renards renard NOM m p 6.66 11.96 1.74 3.18 -renaud renaud NOM s 0.00 0.68 0.00 0.68 -renaudais renauder VER 0.00 2.64 0.00 0.07 ind:imp:1s; -renaudait renauder VER 0.00 2.64 0.00 0.47 ind:imp:3s; -renaudant renauder VER 0.00 2.64 0.00 0.20 par:pre; -renaude renauder VER 0.00 2.64 0.00 0.61 imp:pre:2s;ind:pre:1s;ind:pre:3s; -renaudent renauder VER 0.00 2.64 0.00 0.07 ind:pre:3p; -renauder renauder VER 0.00 2.64 0.00 1.08 inf; -renaudeur renaudeur NOM m s 0.00 0.07 0.00 0.07 -renaudé renauder VER m s 0.00 2.64 0.00 0.14 par:pas; -rencard rencard NOM m s 10.76 1.42 9.62 1.08 -rencardaient rencarder VER 1.07 2.30 0.00 0.14 ind:imp:3p; -rencardait rencarder VER 1.07 2.30 0.01 0.14 ind:imp:3s; -rencarde rencarder VER 1.07 2.30 0.34 0.27 imp:pre:2s;ind:pre:1s;ind:pre:3s; -rencarder rencarder VER 1.07 2.30 0.17 0.68 inf; -rencards rencard NOM m p 10.76 1.42 1.14 0.34 -rencardé rencarder VER m s 1.07 2.30 0.38 0.68 par:pas; -rencardée rencarder VER f s 1.07 2.30 0.04 0.07 par:pas; -rencardées rencarder VER f p 1.07 2.30 0.00 0.07 par:pas; -rencardés rencarder VER m p 1.07 2.30 0.12 0.27 par:pas; -renchéri renchérir VER m s 0.18 3.58 0.05 0.14 par:pas; -renchérir renchérir VER 0.18 3.58 0.06 0.68 inf; -renchériront renchérir VER 0.18 3.58 0.00 0.14 ind:fut:3p; -renchéris renchérir VER 0.18 3.58 0.05 0.14 ind:pre:1s;ind:pre:2s; -renchérissais renchérir VER 0.18 3.58 0.00 0.07 ind:imp:1s; -renchérissait renchérir VER 0.18 3.58 0.00 0.41 ind:imp:3s; -renchérissant renchérir VER 0.18 3.58 0.00 0.14 par:pre; -renchérissent renchérir VER 0.18 3.58 0.00 0.07 ind:pre:3p; -renchérit renchérir VER 0.18 3.58 0.02 1.82 ind:pre:3s;ind:pas:3s; -rencogna rencogner VER 0.00 1.49 0.00 0.34 ind:pas:3s; -rencognait rencogner VER 0.00 1.49 0.00 0.14 ind:imp:3s; -rencognant rencogner VER 0.00 1.49 0.00 0.07 par:pre; -rencogne rencogner VER 0.00 1.49 0.00 0.07 ind:pre:3s; -rencogner rencogner VER 0.00 1.49 0.00 0.27 inf; -rencognerait rencogner VER 0.00 1.49 0.00 0.07 cnd:pre:3s; -rencogné rencogner VER m s 0.00 1.49 0.00 0.47 par:pas; -rencognés rencogner VER m p 0.00 1.49 0.00 0.07 par:pas; -rencontra rencontrer VER 241.04 188.51 1.64 11.49 ind:pas:3s; -rencontrai rencontrer VER 241.04 188.51 0.25 4.73 ind:pas:1s; -rencontraient rencontrer VER 241.04 188.51 0.49 3.24 ind:imp:3p; -rencontrais rencontrer VER 241.04 188.51 1.12 4.05 ind:imp:1s;ind:imp:2s; -rencontrait rencontrer VER 241.04 188.51 1.11 11.08 ind:imp:3s; -rencontrant rencontrer VER 241.04 188.51 0.82 3.18 par:pre; -rencontrasse rencontrer VER 241.04 188.51 0.00 0.07 sub:imp:1s; -rencontre rencontre NOM f s 35.68 81.76 30.61 63.24 -rencontrent rencontrer VER 241.04 188.51 2.76 3.92 ind:pre:3p; -rencontrer rencontrer VER 241.04 188.51 82.72 43.92 inf;; -rencontrera rencontrer VER 241.04 188.51 1.10 0.95 ind:fut:3s; -rencontrerai rencontrer VER 241.04 188.51 0.67 0.68 ind:fut:1s; -rencontreraient rencontrer VER 241.04 188.51 0.05 0.27 cnd:pre:3p; -rencontrerais rencontrer VER 241.04 188.51 0.97 0.47 cnd:pre:1s;cnd:pre:2s; -rencontrerait rencontrer VER 241.04 188.51 0.48 1.69 cnd:pre:3s; -rencontreras rencontrer VER 241.04 188.51 1.55 0.54 ind:fut:2s; -rencontrerez rencontrer VER 241.04 188.51 1.18 0.54 ind:fut:2p; -rencontreriez rencontrer VER 241.04 188.51 0.05 0.00 cnd:pre:2p; -rencontrerions rencontrer VER 241.04 188.51 0.04 0.34 cnd:pre:1p; -rencontrerons rencontrer VER 241.04 188.51 0.37 0.34 ind:fut:1p; -rencontreront rencontrer VER 241.04 188.51 0.22 0.34 ind:fut:3p; -rencontres rencontre NOM f p 35.68 81.76 5.07 18.51 -rencontrez rencontrer VER 241.04 188.51 1.80 0.88 imp:pre:2p;ind:pre:2p; -rencontriez rencontrer VER 241.04 188.51 0.92 0.27 ind:imp:2p; -rencontrions rencontrer VER 241.04 188.51 0.23 0.95 ind:imp:1p; -rencontrâmes rencontrer VER 241.04 188.51 0.01 0.68 ind:pas:1p; -rencontrons rencontrer VER 241.04 188.51 1.21 1.42 imp:pre:1p;ind:pre:1p; -rencontrât rencontrer VER 241.04 188.51 0.00 0.47 sub:imp:3s; -rencontrèrent rencontrer VER 241.04 188.51 0.83 4.19 ind:pas:3p; -rencontré rencontrer VER m s 241.04 188.51 77.82 45.00 par:pas; -rencontrée rencontrer VER f s 241.04 188.51 12.09 7.23 par:pas; -rencontrées rencontrer VER f p 241.04 188.51 2.61 1.35 par:pas; -rencontrés rencontrer VER m p 241.04 188.51 18.45 10.27 par:pas; -rend rendre VER 508.81 468.11 82.91 40.00 ind:pre:3s; -rendîmes rendre VER 508.81 468.11 0.00 0.68 ind:pas:1p; -rendît rendre VER 508.81 468.11 0.00 2.43 sub:imp:3s; -rendaient rendre VER 508.81 468.11 1.40 14.59 ind:imp:3p; -rendais rendre VER 508.81 468.11 3.25 8.92 ind:imp:1s;ind:imp:2s; -rendait rendre VER 508.81 468.11 9.17 58.24 ind:imp:3s; -rendant rendre VER 508.81 468.11 1.96 9.80 par:pre; -rende rendre VER 508.81 468.11 9.30 5.54 sub:pre:1s;sub:pre:3s; -rendement rendement NOM m s 1.37 2.97 1.34 2.84 -rendements rendement NOM m p 1.37 2.97 0.02 0.14 -rendent rendre VER 508.81 468.11 13.16 9.73 ind:pre:3p;sub:pre:3p; -rendes rendre VER 508.81 468.11 2.06 0.61 sub:pre:2s; -rendez_vous rendez_vous NOM m 91.95 53.72 91.95 53.72 -rendez rendre VER 508.81 468.11 46.77 14.19 imp:pre:2p;ind:pre:2p; -rendiez rendre VER 508.81 468.11 1.12 0.47 ind:imp:2p; -rendions rendre VER 508.81 468.11 0.10 1.35 ind:imp:1p;sub:pre:1p; -rendirent rendre VER 508.81 468.11 0.57 3.92 ind:pas:3p; -rendis rendre VER 508.81 468.11 0.37 9.39 ind:pas:1s; -rendisse rendre VER 508.81 468.11 0.00 0.14 sub:imp:1s; -rendissent rendre VER 508.81 468.11 0.00 0.20 sub:imp:3p; -rendit rendre VER 508.81 468.11 2.13 27.23 ind:pas:3s; -rendons rendre VER 508.81 468.11 4.93 0.95 imp:pre:1p;ind:pre:1p; -rendormît rendormir VER 5.36 8.31 0.00 0.07 sub:imp:3s; -rendormais rendormir VER 5.36 8.31 0.12 0.14 ind:imp:1s; -rendormait rendormir VER 5.36 8.31 0.01 0.20 ind:imp:3s; -rendormant rendormir VER 5.36 8.31 0.00 0.07 par:pre; -rendorme rendormir VER 5.36 8.31 0.02 0.00 sub:pre:3s; -rendorment rendormir VER 5.36 8.31 0.01 0.20 ind:pre:3p; -rendormez rendormir VER 5.36 8.31 0.34 0.00 imp:pre:2p;ind:pre:2p; -rendormi rendormir VER m s 5.36 8.31 0.64 0.81 par:pas; -rendormiez rendormir VER 5.36 8.31 0.00 0.07 ind:imp:2p; -rendormir rendormir VER 5.36 8.31 1.62 3.58 inf; -rendormira rendormir VER 5.36 8.31 0.14 0.14 ind:fut:3s; -rendormirai rendormir VER 5.36 8.31 0.22 0.00 ind:fut:1s; -rendormirait rendormir VER 5.36 8.31 0.00 0.07 cnd:pre:3s; -rendormis rendormir VER m p 5.36 8.31 0.01 0.54 ind:pas:1s;par:pas; -rendormit rendormir VER 5.36 8.31 0.00 1.82 ind:pas:3s; -rendors rendormir VER 5.36 8.31 2.04 0.27 imp:pre:2s;ind:pre:1s;ind:pre:2s; -rendort rendormir VER 5.36 8.31 0.20 0.34 ind:pre:3s; -rendra rendre VER 508.81 468.11 13.01 3.78 ind:fut:3s; -rendrai rendre VER 508.81 468.11 10.69 2.50 ind:fut:1s; -rendraient rendre VER 508.81 468.11 0.59 0.27 cnd:pre:3p; -rendrais rendre VER 508.81 468.11 2.17 1.22 cnd:pre:1s;cnd:pre:2s; -rendrait rendre VER 508.81 468.11 6.09 5.95 cnd:pre:3s; -rendras rendre VER 508.81 468.11 2.54 1.42 ind:fut:2s; -rendre rendre VER 508.81 468.11 141.31 150.07 inf;;inf;;inf;;inf;; -rendrez rendre VER 508.81 468.11 2.68 1.08 ind:fut:2p; -rendriez rendre VER 508.81 468.11 0.85 0.14 cnd:pre:2p; -rendrons rendre VER 508.81 468.11 1.18 0.27 ind:fut:1p; -rendront rendre VER 508.81 468.11 2.16 1.08 ind:fut:3p; -rends rendre VER 508.81 468.11 84.13 27.16 imp:pre:2s;ind:pre:1s;ind:pre:2s; -rendu rendre VER m s 508.81 468.11 48.31 46.08 par:pas; -rendue rendre VER f s 508.81 468.11 8.88 9.46 par:pas; -rendues rendre VER f p 508.81 468.11 1.01 1.82 par:pas; -rendus rendre VER m p 508.81 468.11 4.00 7.43 par:pas; -reneige reneiger VER 0.01 0.07 0.00 0.07 ind:pre:3s; -reneiger reneiger VER 0.01 0.07 0.01 0.00 inf; -renettoyer renettoyer VER 0.01 0.00 0.01 0.00 inf; -renferma renfermer VER 3.25 4.59 0.10 0.14 ind:pas:3s; -renfermaient renfermer VER 3.25 4.59 0.00 0.34 ind:imp:3p; -renfermait renfermer VER 3.25 4.59 0.17 0.88 ind:imp:3s; -renfermant renfermer VER 3.25 4.59 0.16 0.14 par:pre; -renferme renfermer VER 3.25 4.59 1.08 1.35 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -renfermement renfermement NOM m s 0.00 0.14 0.00 0.14 -renferment renfermer VER 3.25 4.59 0.23 0.34 ind:pre:3p; -renfermer renfermer VER 3.25 4.59 0.57 0.41 inf; -renfermerait renfermer VER 3.25 4.59 0.00 0.07 cnd:pre:3s; -renfermez renfermer VER 3.25 4.59 0.03 0.07 imp:pre:2p; -renfermé renfermé ADJ m s 1.42 1.01 1.22 0.74 -renfermée renfermé ADJ f s 1.42 1.01 0.19 0.20 -renfermées renfermé NOM f p 0.48 2.03 0.01 0.00 -renfermés renfermer VER m p 3.25 4.59 0.05 0.07 par:pas; -renfila renfiler VER 0.10 0.88 0.00 0.07 ind:pas:3s; -renfilait renfiler VER 0.10 0.88 0.00 0.07 ind:imp:3s; -renfilant renfiler VER 0.10 0.88 0.00 0.07 par:pre; -renfile renfiler VER 0.10 0.88 0.10 0.20 imp:pre:2s;ind:pre:3s; -renfiler renfiler VER 0.10 0.88 0.00 0.14 inf; -renfilé renfiler VER m s 0.10 0.88 0.00 0.34 par:pas; -renflait renfler VER 0.00 1.15 0.00 0.14 ind:imp:3s; -renflant renfler VER 0.00 1.15 0.00 0.07 par:pre; -renflement renflement NOM m s 0.17 1.49 0.17 1.22 -renflements renflement NOM m p 0.17 1.49 0.00 0.27 -renflent renfler VER 0.00 1.15 0.00 0.07 ind:pre:3p; -renfloua renflouer VER 0.48 1.15 0.00 0.14 ind:pas:3s; -renflouage renflouage NOM m s 0.01 0.14 0.01 0.14 -renflouait renflouer VER 0.48 1.15 0.00 0.07 ind:imp:3s; -renflouant renflouer VER 0.48 1.15 0.00 0.07 par:pre; -renfloue renflouer VER 0.48 1.15 0.17 0.00 ind:pre:1s;ind:pre:3s; -renflouement renflouement NOM m s 0.01 0.07 0.01 0.07 -renflouent renflouer VER 0.48 1.15 0.02 0.00 ind:pre:3p; -renflouer renflouer VER 0.48 1.15 0.23 0.54 inf; -renfloué renflouer VER m s 0.48 1.15 0.03 0.14 par:pas; -renflouée renflouer VER f s 0.48 1.15 0.01 0.07 par:pas; -renfloués renflouer VER m p 0.48 1.15 0.02 0.14 par:pas; -renflé renflé ADJ m s 0.00 0.74 0.00 0.41 -renflée renfler VER f s 0.00 1.15 0.00 0.34 par:pas; -renflées renfler VER f p 0.00 1.15 0.00 0.07 par:pas; -renflés renfler VER m p 0.00 1.15 0.00 0.14 par:pas; -renfonce renfoncer VER 0.07 1.35 0.02 0.20 imp:pre:2s;ind:pre:1s;ind:pre:3s; -renfoncement renfoncement NOM m s 0.04 3.51 0.03 3.11 -renfoncements renfoncement NOM m p 0.04 3.51 0.01 0.41 -renfoncer renfoncer VER 0.07 1.35 0.00 0.14 inf; -renfoncé renfoncer VER m s 0.07 1.35 0.02 0.54 par:pas; -renfoncée renfoncer VER f s 0.07 1.35 0.02 0.14 par:pas; -renfoncées renfoncer VER f p 0.07 1.35 0.01 0.00 par:pas; -renfoncés renfoncer VER m p 0.07 1.35 0.00 0.14 par:pas; -renfonça renfoncer VER 0.07 1.35 0.00 0.14 ind:pas:3s; -renfonçait renfoncer VER 0.07 1.35 0.00 0.07 ind:imp:3s; -renforce renforcer VER 10.34 17.84 2.05 1.62 imp:pre:2s;ind:pre:1s;ind:pre:3s; -renforcement renforcement NOM m s 0.19 0.74 0.16 0.74 -renforcements renforcement NOM m p 0.19 0.74 0.03 0.00 -renforcent renforcer VER 10.34 17.84 0.51 0.74 ind:pre:3p; -renforcer renforcer VER 10.34 17.84 4.29 6.35 inf; -renforcera renforcer VER 10.34 17.84 0.35 0.14 ind:fut:3s; -renforcerai renforcer VER 10.34 17.84 0.04 0.00 ind:fut:1s; -renforceraient renforcer VER 10.34 17.84 0.01 0.07 cnd:pre:3p; -renforcerait renforcer VER 10.34 17.84 0.14 0.07 cnd:pre:3s; -renforcerez renforcer VER 10.34 17.84 0.15 0.00 ind:fut:2p; -renforcerons renforcer VER 10.34 17.84 0.01 0.07 ind:fut:1p; -renforcez renforcer VER 10.34 17.84 0.48 0.07 imp:pre:2p;ind:pre:2p; -renforciez renforcer VER 10.34 17.84 0.04 0.00 ind:imp:2p; -renforcèrent renforcer VER 10.34 17.84 0.00 0.20 ind:pas:3p; -renforcé renforcer VER m s 10.34 17.84 0.90 1.89 par:pas; -renforcée renforcer VER f s 10.34 17.84 0.76 2.09 par:pas; -renforcées renforcer VER f p 10.34 17.84 0.10 1.01 par:pas; -renforcés renforcer VER m p 10.34 17.84 0.26 0.34 par:pas; -renfort renfort NOM m s 21.41 13.45 7.50 7.50 -renforça renforcer VER 10.34 17.84 0.01 0.47 ind:pas:3s; -renforçaient renforcer VER 10.34 17.84 0.00 0.47 ind:imp:3p; -renforçait renforcer VER 10.34 17.84 0.17 1.49 ind:imp:3s; -renforçant renforcer VER 10.34 17.84 0.03 0.61 par:pre; -renforçons renforcer VER 10.34 17.84 0.05 0.07 imp:pre:1p;ind:pre:1p; -renforçât renforcer VER 10.34 17.84 0.00 0.07 sub:imp:3s; -renforts renfort NOM m p 21.41 13.45 13.91 5.95 -renfourché renfourcher VER m s 0.00 0.07 0.00 0.07 par:pas; -renfournait renfourner VER 0.00 0.07 0.00 0.07 ind:imp:3s; -renfrogna renfrogner VER 0.27 2.57 0.01 0.74 ind:pas:3s; -renfrognait renfrogner VER 0.27 2.57 0.00 0.27 ind:imp:3s; -renfrognant renfrogner VER 0.27 2.57 0.00 0.07 par:pre; -renfrogne renfrogner VER 0.27 2.57 0.02 0.34 imp:pre:2s;ind:pre:1s;ind:pre:3s; -renfrognement renfrognement NOM m s 0.01 0.14 0.01 0.14 -renfrogner renfrogner VER 0.27 2.57 0.01 0.14 inf; -renfrognerait renfrogner VER 0.27 2.57 0.00 0.07 cnd:pre:3s; -renfrogné renfrogner VER m s 0.27 2.57 0.21 0.47 par:pas; -renfrognée renfrogné ADJ f s 0.30 2.36 0.16 0.54 -renfrognés renfrogner VER m p 0.27 2.57 0.02 0.07 par:pas; -rengageait rengager VER 0.12 0.61 0.00 0.07 ind:imp:3s; -rengagement rengagement NOM m s 0.01 0.07 0.01 0.07 -rengager rengager VER 0.12 0.61 0.09 0.34 inf; -rengagerais rengager VER 0.12 0.61 0.01 0.00 cnd:pre:1s; -rengagez rengager VER 0.12 0.61 0.02 0.07 imp:pre:2p;ind:pre:2p; -rengagés rengager VER m p 0.12 0.61 0.00 0.14 par:pas; -rengaina rengainer VER 0.60 1.42 0.00 0.27 ind:pas:3s; -rengainait rengainer VER 0.60 1.42 0.00 0.07 ind:imp:3s; -rengainant rengainer VER 0.60 1.42 0.01 0.07 par:pre; -rengaine rengaine NOM f s 1.48 4.59 1.41 3.31 -rengainer rengainer VER 0.60 1.42 0.05 0.20 inf; -rengaines rengaine NOM f p 1.48 4.59 0.06 1.28 -rengainez rengainer VER 0.60 1.42 0.35 0.07 imp:pre:2p; -rengainèrent rengainer VER 0.60 1.42 0.00 0.07 ind:pas:3p; -rengainé rengainer VER m s 0.60 1.42 0.01 0.47 par:pas; -rengainés rengainer VER m p 0.60 1.42 0.01 0.00 par:pas; -rengorge rengorger VER 0.04 2.97 0.03 0.61 ind:pre:3s; -rengorgea rengorger VER 0.04 2.97 0.00 0.88 ind:pas:3s; -rengorgeai rengorger VER 0.04 2.97 0.00 0.07 ind:pas:1s; -rengorgeaient rengorger VER 0.04 2.97 0.00 0.07 ind:imp:3p; -rengorgeais rengorger VER 0.04 2.97 0.00 0.14 ind:imp:1s; -rengorgeait rengorger VER 0.04 2.97 0.00 0.27 ind:imp:3s; -rengorgeant rengorger VER 0.04 2.97 0.00 0.34 par:pre; -rengorgement rengorgement NOM m s 0.00 0.14 0.00 0.07 -rengorgements rengorgement NOM m p 0.00 0.14 0.00 0.07 -rengorgent rengorger VER 0.04 2.97 0.01 0.14 ind:pre:3p; -rengorger rengorger VER 0.04 2.97 0.00 0.27 inf; -rengorges rengorger VER 0.04 2.97 0.00 0.07 ind:pre:2s; -rengorgé rengorger VER m s 0.04 2.97 0.00 0.07 par:pas; -rengorgés rengorger VER m p 0.04 2.97 0.00 0.07 par:pas; -rengracie rengracier VER 0.00 0.20 0.00 0.14 ind:pre:3s; -rengracié rengracier VER m s 0.00 0.20 0.00 0.07 par:pas; -renia renier VER 6.88 13.85 0.20 0.20 ind:pas:3s; -reniai renier VER 6.88 13.85 0.00 0.20 ind:pas:1s; -reniaient renier VER 6.88 13.85 0.00 0.41 ind:imp:3p; -reniais renier VER 6.88 13.85 0.11 0.54 ind:imp:1s;ind:imp:2s; -reniait renier VER 6.88 13.85 0.01 0.95 ind:imp:3s; -reniant renier VER 6.88 13.85 0.18 0.61 par:pre; -renie renier VER 6.88 13.85 1.65 2.16 imp:pre:2s;ind:pre:1s;ind:pre:3s; -reniement reniement NOM m s 0.02 2.09 0.02 1.42 -reniements reniement NOM m p 0.02 2.09 0.00 0.68 -renient renier VER 6.88 13.85 0.07 0.20 ind:pre:3p; -renier renier VER 6.88 13.85 1.93 4.80 inf; -renierai renier VER 6.88 13.85 0.33 0.14 ind:fut:1s; -renierais renier VER 6.88 13.85 0.02 0.07 cnd:pre:1s; -renierait renier VER 6.88 13.85 0.33 0.27 cnd:pre:3s; -renieras renier VER 6.88 13.85 0.28 0.00 ind:fut:2s; -renieront renier VER 6.88 13.85 0.10 0.00 ind:fut:3p; -renies renier VER 6.88 13.85 0.25 0.27 ind:pre:2s; -reniez renier VER 6.88 13.85 0.03 0.14 imp:pre:2p;ind:pre:2p; -renifla renifler VER 5.56 24.39 0.00 3.31 ind:pas:3s; -reniflage reniflage NOM m s 0.05 0.00 0.05 0.00 -reniflai renifler VER 5.56 24.39 0.00 0.20 ind:pas:1s; -reniflaient renifler VER 5.56 24.39 0.00 0.88 ind:imp:3p; -reniflais renifler VER 5.56 24.39 0.04 0.34 ind:imp:1s;ind:imp:2s; -reniflait renifler VER 5.56 24.39 0.07 3.58 ind:imp:3s; -reniflant renifler VER 5.56 24.39 0.05 3.38 par:pre; -renifle renifler VER 5.56 24.39 2.67 4.39 imp:pre:2s;ind:pre:1s;ind:pre:3s; -reniflement reniflement NOM m s 0.04 1.28 0.01 0.47 -reniflements reniflement NOM m p 0.04 1.28 0.02 0.81 -reniflent renifler VER 5.56 24.39 0.11 0.68 ind:pre:3p; -renifler renifler VER 5.56 24.39 1.64 5.20 inf; -reniflera renifler VER 5.56 24.39 0.02 0.00 ind:fut:3s; -reniflerait renifler VER 5.56 24.39 0.01 0.07 cnd:pre:3s; -renifleries reniflerie NOM f p 0.00 0.14 0.00 0.14 -reniflette reniflette NOM f s 0.00 0.07 0.00 0.07 -renifleur renifleur NOM m s 0.25 0.14 0.20 0.07 -renifleurs renifleur NOM m p 0.25 0.14 0.05 0.07 -renifleuse renifleur ADJ f s 0.12 0.07 0.01 0.00 -reniflez renifler VER 5.56 24.39 0.17 0.27 imp:pre:2p;ind:pre:2p; -reniflé renifler VER m s 5.56 24.39 0.63 1.69 par:pas; -reniflée renifler VER f s 5.56 24.39 0.15 0.41 par:pas; -reniflées renifler VER f p 5.56 24.39 0.01 0.00 par:pas; -renions renier VER 6.88 13.85 0.03 0.00 imp:pre:1p;ind:pre:1p; -renièrent renier VER 6.88 13.85 0.00 0.07 ind:pas:3p; -renié renier VER m s 6.88 13.85 1.01 1.76 par:pas; -reniée renier VER f s 6.88 13.85 0.30 0.81 par:pas; -reniées renier VER f p 6.88 13.85 0.00 0.14 par:pas; -reniés renier VER m p 6.88 13.85 0.03 0.14 par:pas; -rennais rennais ADJ m 0.00 0.20 0.00 0.07 -rennaises rennais ADJ f p 0.00 0.20 0.00 0.14 -renne renne NOM m s 1.79 1.15 0.81 0.47 -rennes renne NOM m p 1.79 1.15 0.98 0.68 -renâcla renâcler VER 0.09 2.36 0.00 0.07 ind:pas:3s; -renâclaient renâcler VER 0.09 2.36 0.00 0.07 ind:imp:3p; -renâclais renâcler VER 0.09 2.36 0.00 0.20 ind:imp:1s; -renâclait renâcler VER 0.09 2.36 0.01 0.20 ind:imp:3s; -renâclant renâcler VER 0.09 2.36 0.00 0.54 par:pre; -renâcle renâcler VER 0.09 2.36 0.06 0.34 ind:pre:1s;ind:pre:3s; -renâclent renâcler VER 0.09 2.36 0.00 0.07 ind:pre:3p; -renâcler renâcler VER 0.09 2.36 0.01 0.54 inf; -renâcles renâcler VER 0.09 2.36 0.00 0.07 ind:pre:2s; -renâclez renâcler VER 0.09 2.36 0.01 0.00 ind:pre:2p; -renâclions renâcler VER 0.09 2.36 0.00 0.07 ind:imp:1p; -renâclé renâcler VER m s 0.09 2.36 0.00 0.20 par:pas; -renom renom NOM m s 1.15 2.43 1.15 2.43 -renommait renommer VER 0.77 1.22 0.00 0.07 ind:imp:3s; -renommer renommer VER 0.77 1.22 0.22 0.00 inf; -renommera renommer VER 0.77 1.22 0.01 0.00 ind:fut:3s; -renommez renommer VER 0.77 1.22 0.00 0.27 imp:pre:2p;ind:pre:2p; -renommé renommé ADJ m s 0.97 1.08 0.45 0.47 -renommée renommée NOM f s 1.89 3.11 1.89 3.11 -renommées renommé ADJ f p 0.97 1.08 0.01 0.07 -renommés renommé ADJ m p 0.97 1.08 0.15 0.27 -renonce renoncer VER 41.65 64.46 9.28 5.61 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -renoncement renoncement NOM m s 0.70 6.82 0.69 5.95 -renoncements renoncement NOM m p 0.70 6.82 0.02 0.88 -renoncent renoncer VER 41.65 64.46 0.75 1.28 ind:pre:3p; -renoncer renoncer VER 41.65 64.46 15.23 21.55 inf; -renoncera renoncer VER 41.65 64.46 0.50 0.27 ind:fut:3s; -renoncerai renoncer VER 41.65 64.46 1.06 0.27 ind:fut:1s; -renonceraient renoncer VER 41.65 64.46 0.01 0.00 cnd:pre:3p; -renoncerais renoncer VER 41.65 64.46 0.99 0.34 cnd:pre:1s;cnd:pre:2s; -renoncerait renoncer VER 41.65 64.46 0.14 0.34 cnd:pre:3s; -renonceras renoncer VER 41.65 64.46 0.06 0.00 ind:fut:2s; -renoncerez renoncer VER 41.65 64.46 0.07 0.07 ind:fut:2p; -renonceriez renoncer VER 41.65 64.46 0.05 0.00 cnd:pre:2p; -renoncerions renoncer VER 41.65 64.46 0.14 0.00 cnd:pre:1p; -renoncerons renoncer VER 41.65 64.46 0.16 0.00 ind:fut:1p; -renonceront renoncer VER 41.65 64.46 0.19 0.07 ind:fut:3p; -renonces renoncer VER 41.65 64.46 1.50 0.07 ind:pre:2s;sub:pre:2s; -renoncez renoncer VER 41.65 64.46 2.91 0.68 imp:pre:2p;ind:pre:2p; -renonciateur renonciateur NOM m s 0.00 0.07 0.00 0.07 -renonciation renonciation NOM f s 0.38 0.41 0.35 0.34 -renonciations renonciation NOM f p 0.38 0.41 0.03 0.07 -renonciez renoncer VER 41.65 64.46 0.23 0.14 ind:imp:2p; -renoncions renoncer VER 41.65 64.46 0.04 0.47 ind:imp:1p; -renoncèrent renoncer VER 41.65 64.46 0.03 0.47 ind:pas:3p; -renoncé renoncer VER m s 41.65 64.46 6.43 17.30 par:pas; -renoncée renoncer VER f s 41.65 64.46 0.00 0.07 par:pas; -renonculacées renonculacée NOM f p 0.01 0.00 0.01 0.00 -renoncule renoncule NOM f s 0.07 0.54 0.01 0.07 -renoncules renoncule NOM f p 0.07 0.54 0.05 0.47 -renonça renoncer VER 41.65 64.46 0.16 4.19 ind:pas:3s; -renonçai renoncer VER 41.65 64.46 0.14 1.69 ind:pas:1s; -renonçaient renoncer VER 41.65 64.46 0.00 0.68 ind:imp:3p; -renonçais renoncer VER 41.65 64.46 0.20 0.54 ind:imp:1s; -renonçait renoncer VER 41.65 64.46 0.18 3.18 ind:imp:3s; -renonçant renoncer VER 41.65 64.46 0.71 4.46 par:pre; -renonçons renoncer VER 41.65 64.46 0.47 0.47 imp:pre:1p;ind:pre:1p; -renonçât renoncer VER 41.65 64.46 0.01 0.27 sub:imp:3s; -renoter renoter VER 0.01 0.00 0.01 0.00 inf; -renoua renouer VER 1.56 7.91 0.00 0.27 ind:pas:3s; -renouai renouer VER 1.56 7.91 0.00 0.20 ind:pas:1s; -renouaient renouer VER 1.56 7.91 0.00 0.20 ind:imp:3p; -renouais renouer VER 1.56 7.91 0.01 0.07 ind:imp:1s; -renouait renouer VER 1.56 7.91 0.01 0.81 ind:imp:3s; -renouant renouer VER 1.56 7.91 0.01 0.47 par:pre; -renoue renouer VER 1.56 7.91 0.40 0.81 ind:pre:1s;ind:pre:3s; -renouent renouer VER 1.56 7.91 0.10 0.07 ind:pre:3p; -renouer renouer VER 1.56 7.91 0.70 3.18 inf; -renouerait renouer VER 1.56 7.91 0.00 0.07 cnd:pre:3s; -renoueront renouer VER 1.56 7.91 0.00 0.14 ind:fut:3p; -renouons renouer VER 1.56 7.91 0.01 0.14 imp:pre:1p;ind:pre:1p; -renouèrent renouer VER 1.56 7.91 0.00 0.14 ind:pas:3p; -renoué renouer VER m s 1.56 7.91 0.32 1.08 par:pas; -renouée renouée NOM f s 0.00 0.34 0.00 0.34 -renoués renouer VER m p 1.56 7.91 0.00 0.07 par:pas; -renouveau renouveau NOM m s 1.38 3.85 1.38 3.72 -renouveaux renouveau NOM m p 1.38 3.85 0.00 0.14 -renouvela renouveler VER 4.71 19.39 0.12 0.61 ind:pas:3s; -renouvelable renouvelable ADJ s 0.09 0.07 0.09 0.07 -renouvelai renouveler VER 4.71 19.39 0.00 0.34 ind:pas:1s; -renouvelaient renouveler VER 4.71 19.39 0.00 0.20 ind:imp:3p; -renouvelais renouveler VER 4.71 19.39 0.00 0.14 ind:imp:1s; -renouvelait renouveler VER 4.71 19.39 0.02 1.62 ind:imp:3s; -renouvelant renouveler VER 4.71 19.39 0.00 0.68 par:pre; -renouveler renouveler VER 4.71 19.39 1.98 5.81 inf; -renouvelez renouveler VER 4.71 19.39 0.08 0.00 imp:pre:2p;ind:pre:2p; -renouvelions renouveler VER 4.71 19.39 0.00 0.07 ind:imp:1p; -renouvelle renouveler VER 4.71 19.39 1.06 1.62 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -renouvellement renouvellement NOM m s 0.94 2.43 0.89 2.30 -renouvellements renouvellement NOM m p 0.94 2.43 0.05 0.14 -renouvellent renouveler VER 4.71 19.39 0.34 0.27 ind:pre:3p; -renouvellera renouveler VER 4.71 19.39 0.10 0.14 ind:fut:3s; -renouvellerai renouveler VER 4.71 19.39 0.01 0.07 ind:fut:1s; -renouvellerait renouveler VER 4.71 19.39 0.00 0.41 cnd:pre:3s; -renouvellerons renouveler VER 4.71 19.39 0.01 0.00 ind:fut:1p; -renouvelleront renouveler VER 4.71 19.39 0.04 0.07 ind:fut:3p; -renouvelles renouveler VER 4.71 19.39 0.03 0.00 ind:pre:2s; -renouvelâmes renouveler VER 4.71 19.39 0.00 0.07 ind:pas:1p; -renouvelons renouveler VER 4.71 19.39 0.04 0.07 imp:pre:1p;ind:pre:1p; -renouvelât renouveler VER 4.71 19.39 0.00 0.14 sub:imp:3s; -renouvelèrent renouveler VER 4.71 19.39 0.00 0.07 ind:pas:3p; -renouvelé renouveler VER m s 4.71 19.39 0.52 2.70 par:pas; -renouvelée renouveler VER f s 4.71 19.39 0.15 2.36 par:pas; -renouvelées renouveler VER f p 4.71 19.39 0.03 1.15 par:pas; -renouvelés renouveler VER m p 4.71 19.39 0.18 0.81 par:pas; -renquillait renquiller VER 0.00 0.34 0.00 0.07 ind:imp:3s; -renquille renquiller VER 0.00 0.34 0.00 0.07 ind:pre:3s; -renquillé renquiller VER m s 0.00 0.34 0.00 0.20 par:pas; -renseigna renseigner VER 20.46 24.26 0.00 1.01 ind:pas:3s; -renseignai renseigner VER 20.46 24.26 0.00 0.20 ind:pas:1s; -renseignaient renseigner VER 20.46 24.26 0.00 0.34 ind:imp:3p; -renseignais renseigner VER 20.46 24.26 0.26 0.00 ind:imp:1s;ind:imp:2s; -renseignait renseigner VER 20.46 24.26 0.08 1.01 ind:imp:3s; -renseignant renseigner VER 20.46 24.26 0.02 0.14 par:pre; -renseigne renseigner VER 20.46 24.26 3.44 2.70 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -renseignement renseignement NOM m s 18.98 22.91 5.07 5.68 -renseignements renseignement NOM m p 18.98 22.91 13.91 17.23 -renseignent renseigner VER 20.46 24.26 0.14 0.47 ind:pre:3p; -renseigner renseigner VER 20.46 24.26 9.07 7.03 inf; -renseignera renseigner VER 20.46 24.26 0.59 0.27 ind:fut:3s; -renseignerai renseigner VER 20.46 24.26 0.19 0.20 ind:fut:1s; -renseigneraient renseigner VER 20.46 24.26 0.01 0.14 cnd:pre:3p; -renseignerais renseigner VER 20.46 24.26 0.22 0.00 cnd:pre:1s;cnd:pre:2s; -renseignerait renseigner VER 20.46 24.26 0.17 0.27 cnd:pre:3s; -renseigneras renseigner VER 20.46 24.26 0.01 0.07 ind:fut:2s; -renseigneriez renseigner VER 20.46 24.26 0.02 0.00 cnd:pre:2p; -renseignerons renseigner VER 20.46 24.26 0.16 0.00 ind:fut:1p; -renseigneront renseigner VER 20.46 24.26 0.00 0.20 ind:fut:3p; -renseignez renseigner VER 20.46 24.26 0.86 0.34 imp:pre:2p;ind:pre:2p; -renseignât renseigner VER 20.46 24.26 0.00 0.07 sub:imp:3s; -renseignèrent renseigner VER 20.46 24.26 0.00 0.07 ind:pas:3p; -renseigné renseigner VER m s 20.46 24.26 3.04 5.81 par:pas; -renseignée renseigner VER f s 20.46 24.26 1.23 1.62 par:pas; -renseignées renseigner VER f p 20.46 24.26 0.03 0.14 par:pas; -renseignés renseigner VER m p 20.46 24.26 0.93 2.16 par:pas; -renta renter VER 0.47 0.00 0.11 0.00 ind:pas:3s; -rentabilisation rentabilisation NOM f s 0.00 0.07 0.00 0.07 -rentabilise rentabiliser VER 0.47 0.14 0.07 0.00 imp:pre:2s;ind:pre:1s;ind:pre:3s; -rentabiliser rentabiliser VER 0.47 0.14 0.37 0.07 inf; -rentabilisé rentabiliser VER m s 0.47 0.14 0.04 0.00 par:pas; -rentabilisée rentabiliser VER f s 0.47 0.14 0.00 0.07 par:pas; -rentabilité rentabilité NOM f s 0.27 0.61 0.27 0.61 -rentable rentable ADJ s 2.58 1.69 2.21 1.42 -rentables rentable ADJ p 2.58 1.69 0.36 0.27 -rentamer rentamer VER 0.01 0.00 0.01 0.00 inf; -rente rente NOM f s 1.61 3.78 1.17 1.96 -renter renter VER 0.47 0.00 0.34 0.00 inf; -rentes rente NOM f p 1.61 3.78 0.44 1.82 -rentier rentier NOM m s 0.17 3.11 0.12 1.08 -rentiers rentier NOM m p 0.17 3.11 0.05 1.42 -rentière rentier NOM f s 0.17 3.11 0.00 0.47 -rentières rentier NOM f p 0.17 3.11 0.00 0.14 -rentoilages rentoilage NOM m p 0.00 0.07 0.00 0.07 -rentoilée rentoiler VER f s 0.00 0.07 0.00 0.07 par:pas; -rentra rentrer VER 532.51 279.93 1.11 18.51 ind:pas:3s; -rentrai rentrer VER 532.51 279.93 0.39 5.20 ind:pas:1s; -rentraient rentrer VER 532.51 279.93 1.29 6.49 ind:imp:3p;ind:pre:3p; -rentrais rentrer VER 532.51 279.93 5.36 5.95 ind:imp:1s;ind:imp:2s;ind:pre:2s; -rentrait rentrer VER 532.51 279.93 6.21 17.57 ind:imp:3s;ind:pre:3s; -rentrant rentrer VER 532.51 279.93 9.50 21.49 par:pre; -rentrante rentrant ADJ f s 0.04 1.01 0.01 0.00 -rentrantes rentrant ADJ f p 0.04 1.01 0.00 0.20 -rentrants rentrant ADJ m p 0.04 1.01 0.00 0.07 -rentre_dedans rentre_dedans NOM m 0.47 0.07 0.47 0.07 -rentre rentrer VER 532.51 279.93 151.42 41.76 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -rentrent rentrer VER 532.51 279.93 6.04 5.07 ind:pre:3p; -rentrer rentrer VER 532.51 279.93 166.36 77.23 inf; -rentrera rentrer VER 532.51 279.93 9.64 2.70 ind:fut:3s; -rentrerai rentrer VER 532.51 279.93 9.91 2.23 ind:fut:1s; -rentreraient rentrer VER 532.51 279.93 0.07 0.88 cnd:pre:3p; -rentrerais rentrer VER 532.51 279.93 1.09 0.74 cnd:pre:1s;cnd:pre:2s; -rentrerait rentrer VER 532.51 279.93 1.45 3.24 cnd:pre:3s; -rentreras rentrer VER 532.51 279.93 3.16 0.74 ind:fut:2s; -rentrerez rentrer VER 532.51 279.93 1.12 0.34 ind:fut:2p; -rentreriez rentrer VER 532.51 279.93 0.23 0.07 cnd:pre:2p; -rentrerions rentrer VER 532.51 279.93 0.07 0.41 cnd:pre:1p; -rentrerons rentrer VER 532.51 279.93 1.05 0.74 ind:fut:1p; -rentreront rentrer VER 532.51 279.93 0.98 0.68 ind:fut:3p; -rentres rentrer VER 532.51 279.93 24.90 2.36 ind:pre:2s;sub:pre:2s; -rentrez rentrer VER 532.51 279.93 31.60 2.57 imp:pre:2p;ind:pre:2p; -rentriez rentrer VER 532.51 279.93 0.61 0.68 ind:imp:2p;sub:pre:2p; -rentrions rentrer VER 532.51 279.93 0.48 2.36 ind:imp:1p; -rentrâmes rentrer VER 532.51 279.93 0.01 1.01 ind:pas:1p; -rentrons rentrer VER 532.51 279.93 19.04 5.54 imp:pre:1p;ind:pre:1p; -rentrât rentrer VER 532.51 279.93 0.00 0.47 sub:imp:3s; -rentrèrent rentrer VER 532.51 279.93 0.09 2.36 ind:pas:3p; -rentré rentrer VER m s 532.51 279.93 44.27 24.05 par:pas; -rentrée rentrer VER f s 532.51 279.93 25.00 14.66 par:pas; -rentrées rentrer VER f p 532.51 279.93 0.78 3.11 par:pas; -rentrés rentrer VER m p 532.51 279.93 9.29 8.72 par:pas; -rentée renter VER f s 0.47 0.00 0.02 0.00 par:pas; -rené renaître VER m s 7.45 13.04 1.46 1.42 par:pas; -renée renaître VER f s 7.45 13.04 0.25 0.14 par:pas; -renégat renégat NOM m s 1.60 1.96 0.89 1.15 -renégate renégat NOM f s 1.60 1.96 0.15 0.14 -renégats renégat NOM m p 1.60 1.96 0.56 0.68 -renégociation renégociation NOM f s 0.05 0.00 0.05 0.00 -renégocie renégocier VER 0.36 0.00 0.03 0.00 ind:pre:1s;ind:pre:3s; -renégocier renégocier VER 0.36 0.00 0.30 0.00 inf; -renégociées renégocier VER f p 0.36 0.00 0.01 0.00 par:pas; -renégociés renégocier VER m p 0.36 0.00 0.02 0.00 par:pas; -renverra renvoyer VER 59.22 42.70 1.40 0.14 ind:fut:3s; -renverrai renvoyer VER 59.22 42.70 0.98 0.14 ind:fut:1s; -renverraient renvoyer VER 59.22 42.70 0.10 0.07 cnd:pre:3p; -renverrais renvoyer VER 59.22 42.70 0.16 0.07 cnd:pre:1s;cnd:pre:2s; -renverrait renvoyer VER 59.22 42.70 0.27 0.20 cnd:pre:3s; -renverras renvoyer VER 59.22 42.70 0.16 0.00 ind:fut:2s; -renverrez renvoyer VER 59.22 42.70 0.09 0.00 ind:fut:2p; -renverrions renvoyer VER 59.22 42.70 0.01 0.07 cnd:pre:1p; -renverrons renvoyer VER 59.22 42.70 0.12 0.07 ind:fut:1p; -renverront renvoyer VER 59.22 42.70 0.54 0.07 ind:fut:3p; -renversa renverser VER 24.02 39.46 0.27 5.34 ind:pas:3s; -renversai renverser VER 24.02 39.46 0.01 0.07 ind:pas:1s; -renversaient renverser VER 24.02 39.46 0.02 1.01 ind:imp:3p; -renversais renverser VER 24.02 39.46 0.02 0.07 ind:imp:1s; -renversait renverser VER 24.02 39.46 0.12 2.97 ind:imp:3s; -renversant renversant ADJ m s 1.31 0.95 0.87 0.68 -renversante renversant ADJ f s 1.31 0.95 0.40 0.07 -renversantes renversant ADJ f p 1.31 0.95 0.04 0.20 -renverse renverser VER 24.02 39.46 1.93 4.39 imp:pre:2s;ind:pre:1s;ind:pre:3s; -renversement renversement NOM m s 0.27 2.23 0.25 1.96 -renversements renversement NOM m p 0.27 2.23 0.03 0.27 -renversent renverser VER 24.02 39.46 0.10 0.54 ind:pre:3p; -renverser renverser VER 24.02 39.46 7.00 7.64 inf; -renversera renverser VER 24.02 39.46 0.15 0.00 ind:fut:3s; -renverserai renverser VER 24.02 39.46 0.16 0.00 ind:fut:1s; -renverserais renverser VER 24.02 39.46 0.02 0.14 cnd:pre:1s;cnd:pre:2s; -renverserait renverser VER 24.02 39.46 0.07 0.41 cnd:pre:3s; -renverseras renverser VER 24.02 39.46 0.02 0.00 ind:fut:2s; -renverseront renverser VER 24.02 39.46 0.01 0.14 ind:fut:3p; -renverses renverser VER 24.02 39.46 0.48 0.20 ind:pre:2s; -renverseur renverseur NOM m s 0.00 0.07 0.00 0.07 -renversez renverser VER 24.02 39.46 0.35 0.07 imp:pre:2p;ind:pre:2p; -renversons renverser VER 24.02 39.46 0.04 0.07 imp:pre:1p;ind:pre:1p; -renversât renverser VER 24.02 39.46 0.00 0.07 sub:imp:3s; -renversèrent renverser VER 24.02 39.46 0.01 0.20 ind:pas:3p; -renversé renverser VER m s 24.02 39.46 10.41 6.62 par:pas; -renversée renverser VER f s 24.02 39.46 2.04 4.26 par:pas; -renversées renversé ADJ f p 1.33 10.47 0.08 1.69 -renversés renverser VER m p 24.02 39.46 0.50 1.42 par:pas; -renvoi renvoi NOM m s 3.50 4.80 3.19 3.38 -renvoie renvoyer VER 59.22 42.70 11.56 6.15 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:1s;sub:pre:3s; -renvoient renvoyer VER 59.22 42.70 1.62 1.89 ind:pre:3p; -renvoies renvoyer VER 59.22 42.70 0.67 0.14 ind:pre:2s; -renvois renvoi NOM m p 3.50 4.80 0.31 1.42 -renvoya renvoyer VER 59.22 42.70 0.17 3.58 ind:pas:3s; -renvoyai renvoyer VER 59.22 42.70 0.01 0.14 ind:pas:1s; -renvoyaient renvoyer VER 59.22 42.70 0.07 1.69 ind:imp:3p; -renvoyais renvoyer VER 59.22 42.70 0.12 0.20 ind:imp:1s;ind:imp:2s; -renvoyait renvoyer VER 59.22 42.70 0.53 5.61 ind:imp:3s; -renvoyant renvoyer VER 59.22 42.70 0.09 1.28 par:pre; -renvoyer renvoyer VER 59.22 42.70 16.45 8.45 inf; -renvoyez renvoyer VER 59.22 42.70 5.48 0.20 imp:pre:2p;ind:pre:2p; -renvoyiez renvoyer VER 59.22 42.70 0.05 0.00 ind:imp:2p;sub:pre:2p; -renvoyions renvoyer VER 59.22 42.70 0.02 0.00 ind:imp:1p; -renvoyons renvoyer VER 59.22 42.70 0.22 0.00 imp:pre:1p;ind:pre:1p; -renvoyât renvoyer VER 59.22 42.70 0.00 0.20 sub:imp:3s; -renvoyèrent renvoyer VER 59.22 42.70 0.02 0.54 ind:pas:3p; -renvoyé renvoyer VER m s 59.22 42.70 11.06 7.36 par:pas; -renvoyée renvoyer VER f s 59.22 42.70 4.71 1.96 par:pas; -renvoyées renvoyer VER f p 59.22 42.70 0.50 0.81 par:pas; -renvoyés renvoyer VER m p 59.22 42.70 2.04 1.69 par:pas; -rep rep NOM m s 0.00 0.07 0.00 0.07 -repaît repaître VER 0.48 2.57 0.12 0.07 ind:pre:3s; -repaître repaître VER 0.48 2.57 0.20 1.42 inf; -repaie repayer VER 0.23 0.41 0.01 0.07 ind:pre:3s; -repaies repayer VER 0.23 0.41 0.01 0.00 ind:pre:2s; -repaire repaire NOM m s 3.19 3.31 3.02 2.43 -repaires repaire NOM m p 3.19 3.31 0.17 0.88 -repais repaître VER 0.48 2.57 0.01 0.41 imp:pre:2s;ind:pre:1s; -repaissaient repaître VER 0.48 2.57 0.01 0.07 ind:imp:3p; -repaissais repaître VER 0.48 2.57 0.00 0.07 ind:imp:1s; -repaissait repaître VER 0.48 2.57 0.00 0.47 ind:imp:3s; -repaissant repaître VER 0.48 2.57 0.01 0.00 par:pre; -repaissent repaître VER 0.48 2.57 0.14 0.07 ind:pre:3p; -reparût reparaître VER 0.80 15.68 0.00 0.20 sub:imp:3s; -reparaît reparaître VER 0.80 15.68 0.16 2.23 ind:pre:3s; -reparaîtra reparaître VER 0.80 15.68 0.01 0.27 ind:fut:3s; -reparaîtrait reparaître VER 0.80 15.68 0.00 0.07 cnd:pre:3s; -reparaître reparaître VER 0.80 15.68 0.06 3.38 inf; -reparais reparaître VER 0.80 15.68 0.14 0.00 ind:pre:2s; -reparaissaient reparaître VER 0.80 15.68 0.01 0.74 ind:imp:3p; -reparaissait reparaître VER 0.80 15.68 0.00 1.28 ind:imp:3s; -reparaissant reparaître VER 0.80 15.68 0.00 0.41 par:pre; -reparaisse reparaître VER 0.80 15.68 0.01 0.41 sub:pre:3s; -reparaissent reparaître VER 0.80 15.68 0.00 0.34 ind:pre:3p; -reparaissez reparaître VER 0.80 15.68 0.00 0.07 ind:pre:2p; -reparaissons reparaître VER 0.80 15.68 0.00 0.07 ind:pre:1p; -reparcourant reparcourir VER 0.14 0.34 0.00 0.20 par:pre; -reparcourir reparcourir VER 0.14 0.34 0.13 0.07 inf; -reparcouru reparcourir VER m s 0.14 0.34 0.01 0.07 par:pas; -reparla reparler VER 19.93 8.65 0.03 0.95 ind:pas:3s; -reparlaient reparler VER 19.93 8.65 0.00 0.14 ind:imp:3p; -reparlais reparler VER 19.93 8.65 0.04 0.07 ind:imp:1s;ind:imp:2s; -reparlait reparler VER 19.93 8.65 0.09 0.20 ind:imp:3s; -reparlant reparler VER 19.93 8.65 0.00 0.07 par:pre; -reparle reparler VER 19.93 8.65 3.02 0.61 imp:pre:2s;ind:pre:1s;ind:pre:3s; -reparlent reparler VER 19.93 8.65 0.03 0.07 ind:pre:3p; -reparler reparler VER 19.93 8.65 2.88 1.28 inf; -reparlera reparler VER 19.93 8.65 8.40 0.88 ind:fut:3s; -reparlerai reparler VER 19.93 8.65 0.33 0.41 ind:fut:1s; -reparlerez reparler VER 19.93 8.65 0.01 0.00 ind:fut:2p; -reparlerions reparler VER 19.93 8.65 0.03 0.07 cnd:pre:1p; -reparlerons reparler VER 19.93 8.65 2.58 1.96 ind:fut:1p; -reparles reparler VER 19.93 8.65 0.45 0.07 ind:pre:2s; -reparlez reparler VER 19.93 8.65 0.12 0.07 imp:pre:2p;ind:pre:2p; -reparliez reparler VER 19.93 8.65 0.03 0.07 ind:imp:2p; -reparlâmes reparler VER 19.93 8.65 0.00 0.20 ind:pas:1p; -reparlons reparler VER 19.93 8.65 0.56 0.14 imp:pre:1p;ind:pre:1p; -reparlé reparler VER m s 19.93 8.65 1.36 1.42 par:pas; -repars repartir VER 58.84 87.57 6.61 2.43 imp:pre:2s;ind:pre:1s;ind:pre:2s; -repart repartir VER 58.84 87.57 8.08 8.11 ind:pre:3s; -repartîmes repartir VER 58.84 87.57 0.01 0.41 ind:pas:1p; -repartît repartir VER 58.84 87.57 0.01 0.20 sub:imp:3s; -repartaient repartir VER 58.84 87.57 0.16 2.57 ind:imp:3p; -repartais repartir VER 58.84 87.57 0.46 1.22 ind:imp:1s;ind:imp:2s; -repartait repartir VER 58.84 87.57 0.83 10.20 ind:imp:3s; -repartant repartir VER 58.84 87.57 0.16 1.62 par:pre; -reparte repartir VER 58.84 87.57 1.09 0.81 sub:pre:1s;sub:pre:3s; -repartent repartir VER 58.84 87.57 1.53 1.89 ind:pre:3p; -repartes repartir VER 58.84 87.57 0.24 0.20 sub:pre:2s; -repartez repartir VER 58.84 87.57 1.58 0.68 imp:pre:2p;ind:pre:2p; -reparti repartir VER m s 58.84 87.57 9.19 9.05 par:pas; -repartie repartir VER f s 58.84 87.57 2.54 3.72 par:pas; -reparties repartir VER f p 58.84 87.57 0.07 0.41 par:pas; -repartiez repartir VER 58.84 87.57 0.13 0.07 ind:imp:2p; -repartions repartir VER 58.84 87.57 0.05 0.74 ind:imp:1p; -repartir repartir VER 58.84 87.57 19.56 22.91 inf; -repartira repartir VER 58.84 87.57 0.89 0.54 ind:fut:3s; -repartirai repartir VER 58.84 87.57 0.66 0.41 ind:fut:1s; -repartiraient repartir VER 58.84 87.57 0.03 0.07 cnd:pre:3p; -repartirais repartir VER 58.84 87.57 0.19 0.41 cnd:pre:1s;cnd:pre:2s; -repartirait repartir VER 58.84 87.57 0.06 0.41 cnd:pre:3s; -repartiras repartir VER 58.84 87.57 0.55 0.47 ind:fut:2s; -repartirent repartir VER 58.84 87.57 0.01 1.55 ind:pas:3p; -repartirez repartir VER 58.84 87.57 0.46 0.20 ind:fut:2p; -repartirons repartir VER 58.84 87.57 0.21 0.41 ind:fut:1p; -repartiront repartir VER 58.84 87.57 0.20 0.14 ind:fut:3p; -repartis repartir VER m p 58.84 87.57 1.52 3.65 ind:pas:1s;par:pas; -repartisse repartir VER 58.84 87.57 0.00 0.07 sub:imp:1s; -repartit repartir VER 58.84 87.57 0.36 10.14 ind:pas:3s; -repartons repartir VER 58.84 87.57 1.40 1.89 imp:pre:1p;ind:pre:1p; -reparu reparaître VER m s 0.80 15.68 0.32 2.64 par:pas; -reparue reparaître VER f s 0.80 15.68 0.00 0.14 par:pas; -reparurent reparaître VER 0.80 15.68 0.00 0.27 ind:pas:3p; -reparut reparaître VER 0.80 15.68 0.10 3.18 ind:pas:3s; -repas repas NOM m 48.53 76.62 48.53 76.62 -repassa repasser VER 26.91 34.19 0.00 1.49 ind:pas:3s; -repassage repassage NOM m s 1.06 2.03 1.05 1.82 -repassages repassage NOM m p 1.06 2.03 0.01 0.20 -repassai repasser VER 26.91 34.19 0.00 0.61 ind:pas:1s; -repassaient repasser VER 26.91 34.19 0.02 1.15 ind:imp:3p; -repassais repasser VER 26.91 34.19 0.13 0.47 ind:imp:1s;ind:imp:2s; -repassait repasser VER 26.91 34.19 0.21 3.45 ind:imp:3s; -repassant repasser VER 26.91 34.19 0.31 1.96 par:pre; -repasse repasser VER 26.91 34.19 6.34 4.46 imp:pre:2s;ind:pre:1s;ind:pre:3s; -repassent repasser VER 26.91 34.19 0.37 1.15 ind:pre:3p; -repasser repasser VER 26.91 34.19 7.27 9.39 inf; -repassera repasser VER 26.91 34.19 0.73 0.81 ind:fut:3s; -repasserai repasser VER 26.91 34.19 4.89 1.01 ind:fut:1s; -repasseraient repasser VER 26.91 34.19 0.01 0.14 cnd:pre:3p; -repasserais repasser VER 26.91 34.19 0.18 0.00 cnd:pre:1s;cnd:pre:2s; -repasserait repasser VER 26.91 34.19 0.03 0.47 cnd:pre:3s; -repasseras repasser VER 26.91 34.19 0.11 0.41 ind:fut:2s; -repasserez repasser VER 26.91 34.19 0.25 0.47 ind:fut:2p; -repasserons repasser VER 26.91 34.19 0.07 0.00 ind:fut:1p; -repasseront repasser VER 26.91 34.19 0.12 0.14 ind:fut:3p; -repasses repasser VER 26.91 34.19 0.60 0.07 ind:pre:2s; -repasseur repasseur NOM m s 0.00 0.68 0.00 0.41 -repasseuse repasseur NOM f s 0.00 0.68 0.00 0.20 -repasseuses repasseur NOM f p 0.00 0.68 0.00 0.07 -repassez repasser VER 26.91 34.19 1.85 0.41 imp:pre:2p;ind:pre:2p; -repassiez repasser VER 26.91 34.19 0.03 0.00 ind:imp:2p; -repassions repasser VER 26.91 34.19 0.03 0.14 ind:imp:1p; -repassons repasser VER 26.91 34.19 0.22 0.07 imp:pre:1p;ind:pre:1p; -repassé repasser VER m s 26.91 34.19 1.79 3.51 par:pas; -repassée repasser VER f s 26.91 34.19 0.52 1.15 par:pas; -repassées repasser VER f p 26.91 34.19 0.14 0.34 par:pas; -repassés repasser VER m p 26.91 34.19 0.70 0.95 par:pas; -repavage repavage NOM m s 0.04 0.00 0.04 0.00 -repaver repaver VER 0.01 0.07 0.01 0.00 inf; -repavé repaver VER m s 0.01 0.07 0.00 0.07 par:pas; -repayais repayer VER 0.23 0.41 0.00 0.07 ind:imp:1s; -repayait repayer VER 0.23 0.41 0.00 0.07 ind:imp:3s; -repaye repayer VER 0.23 0.41 0.00 0.07 ind:pre:1s; -repayer repayer VER 0.23 0.41 0.21 0.00 inf;; -repayé repayer VER m s 0.23 0.41 0.00 0.07 par:pas; -repeigna repeigner VER 0.35 1.35 0.00 0.07 ind:pas:3s; -repeignais repeigner VER 0.35 1.35 0.01 0.14 ind:imp:1s; -repeignait repeigner VER 0.35 1.35 0.01 0.41 ind:imp:3s; -repeignant repeigner VER 0.35 1.35 0.02 0.00 par:pre; -repeigne repeigner VER 0.35 1.35 0.06 0.14 ind:pre:1s;ind:pre:3s; -repeignent repeigner VER 0.35 1.35 0.19 0.27 ind:pre:3p; -repeignez repeigner VER 0.35 1.35 0.06 0.00 imp:pre:2p;ind:pre:2p; -repeignit repeindre VER 5.05 6.96 0.00 0.07 ind:pas:3s; -repeigné repeigner VER m s 0.35 1.35 0.00 0.07 par:pas; -repeignée repeigner VER f s 0.35 1.35 0.00 0.20 par:pas; -repeignées repeigner VER f p 0.35 1.35 0.00 0.07 par:pas; -repeindra repeindre VER 5.05 6.96 0.03 0.00 ind:fut:3s; -repeindrai repeindre VER 5.05 6.96 0.01 0.00 ind:fut:1s; -repeindrait repeindre VER 5.05 6.96 0.25 0.00 cnd:pre:3s; -repeindre repeindre VER 5.05 6.96 2.79 2.70 inf; -repeins repeindre VER 5.05 6.96 0.29 0.00 imp:pre:2s;ind:pre:1s; -repeint repeindre VER m s 5.05 6.96 1.46 1.35 ind:pre:3s;par:pas; -repeinte repeindre VER f s 5.05 6.96 0.20 1.69 par:pas; -repeintes repeindre VER f p 5.05 6.96 0.02 0.61 par:pas; -repeints repeindre VER m p 5.05 6.96 0.01 0.54 par:pas; -rependra rependre VER 0.38 0.14 0.00 0.07 ind:fut:3s; -rependre rependre VER 0.38 0.14 0.22 0.00 inf; -repends rependre VER 0.38 0.14 0.15 0.00 imp:pre:2s;ind:pre:1s; -rependu rependre VER m s 0.38 0.14 0.01 0.00 par:pas; -rependus rependre VER m p 0.38 0.14 0.00 0.07 par:pas; -repens repentir VER 9.49 6.28 1.47 0.81 imp:pre:2s;ind:pre:1s;ind:pre:2s; -repensa repenser VER 9.68 12.16 0.01 0.95 ind:pas:3s; -repensai repenser VER 9.68 12.16 0.02 0.74 ind:pas:1s; -repensais repenser VER 9.68 12.16 0.56 0.81 ind:imp:1s; -repensait repenser VER 9.68 12.16 0.26 0.88 ind:imp:3s; -repensant repenser VER 9.68 12.16 0.98 1.01 par:pre; -repense repenser VER 9.68 12.16 2.91 3.51 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:1s; -repensent repenser VER 9.68 12.16 0.01 0.07 ind:pre:3p; -repenser repenser VER 9.68 12.16 1.74 2.36 inf; -repensera repenser VER 9.68 12.16 0.13 0.07 ind:fut:3s; -repenserai repenser VER 9.68 12.16 0.02 0.00 ind:fut:1s; -repenserais repenser VER 9.68 12.16 0.08 0.00 cnd:pre:1s;cnd:pre:2s; -repenserez repenser VER 9.68 12.16 0.03 0.14 ind:fut:2p; -repenses repenser VER 9.68 12.16 0.55 0.07 ind:pre:2s;sub:pre:2s; -repensez repenser VER 9.68 12.16 0.22 0.00 imp:pre:2p;ind:pre:2p; -repensons repenser VER 9.68 12.16 0.02 0.00 imp:pre:1p; -repensé repenser VER m s 9.68 12.16 2.12 1.55 par:pas; -repensée repenser VER f s 9.68 12.16 0.01 0.00 par:pas; -repent repentir VER 9.49 6.28 0.96 0.34 ind:pre:3s; -repentaient repentir VER 9.49 6.28 0.00 0.07 ind:imp:3p; -repentait repentir VER 9.49 6.28 0.00 0.61 ind:imp:3s; -repentance repentance NOM f s 0.15 0.20 0.15 0.20 -repentant repentir VER 9.49 6.28 0.13 0.07 par:pre; -repentante repentant ADJ f s 0.17 0.74 0.02 0.41 -repentantes repentant ADJ f p 0.17 0.74 0.00 0.07 -repentants repentant ADJ m p 0.17 0.74 0.12 0.07 -repentent repentir VER 9.49 6.28 0.02 0.14 ind:pre:3p; -repentez repentir VER 9.49 6.28 0.80 0.34 imp:pre:2p;ind:pre:2p; -repenti repenti ADJ m s 0.84 1.15 0.76 0.61 -repentie repentir VER f s 9.49 6.28 0.05 0.20 par:pas; -repenties repenti ADJ f p 0.84 1.15 0.00 0.14 -repentir repentir VER 9.49 6.28 3.59 2.50 inf; -repentira repentir VER 9.49 6.28 0.34 0.07 ind:fut:3s; -repentirai repentir VER 9.49 6.28 0.25 0.14 ind:fut:1s; -repentirais repentir VER 9.49 6.28 0.00 0.07 cnd:pre:2s; -repentiras repentir VER 9.49 6.28 0.76 0.00 ind:fut:2s; -repentirez repentir VER 9.49 6.28 0.56 0.14 ind:fut:2p; -repentirs repentir NOM m p 2.59 5.20 0.00 0.61 -repentis repenti ADJ m p 0.84 1.15 0.07 0.27 -repentisse repentir VER 9.49 6.28 0.01 0.00 sub:imp:1s; -repentissent repentir VER 9.49 6.28 0.01 0.07 sub:imp:3p; -repentit repentir VER 9.49 6.28 0.02 0.20 ind:pas:3s; -repentons repentir VER 9.49 6.28 0.02 0.00 imp:pre:1p;ind:pre:1p; -reperdaient reperdre VER 0.32 0.88 0.00 0.07 ind:imp:3p; -reperdais reperdre VER 0.32 0.88 0.00 0.07 ind:imp:1s; -reperdons reperdre VER 0.32 0.88 0.00 0.07 imp:pre:1p; -reperdre reperdre VER 0.32 0.88 0.16 0.14 inf; -reperds reperdre VER 0.32 0.88 0.01 0.14 imp:pre:2s;ind:pre:1s;ind:pre:2s; -reperdu reperdre VER m s 0.32 0.88 0.15 0.20 par:pas; -reperdue reperdre VER f s 0.32 0.88 0.00 0.14 par:pas; -reperdues reperdre VER f p 0.32 0.88 0.00 0.07 par:pas; -repeuplaient repeupler VER 0.62 0.74 0.00 0.07 ind:imp:3p; -repeuplait repeupler VER 0.62 0.74 0.00 0.07 ind:imp:3s; -repeuple repeupler VER 0.62 0.74 0.28 0.20 imp:pre:2s;ind:pre:1s;ind:pre:3s; -repeuplement repeuplement NOM m s 0.01 0.00 0.01 0.00 -repeupler repeupler VER 0.62 0.74 0.32 0.07 inf; -repeuplée repeupler VER f s 0.62 0.74 0.01 0.27 par:pas; -repeuplées repeupler VER f p 0.62 0.74 0.00 0.07 par:pas; -repincer repincer VER 0.15 0.27 0.15 0.07 inf; -repincé repincer VER m s 0.15 0.27 0.00 0.20 par:pas; -repiqua repiquer VER 0.53 2.09 0.00 0.27 ind:pas:3s; -repiquage repiquage NOM m s 0.10 0.61 0.10 0.61 -repiquaient repiquer VER 0.53 2.09 0.00 0.07 ind:imp:3p; -repiquait repiquer VER 0.53 2.09 0.00 0.20 ind:imp:3s; -repique repiquer VER 0.53 2.09 0.16 0.68 ind:pre:1s;ind:pre:3s; -repiquer repiquer VER 0.53 2.09 0.07 0.47 inf; -repiquerai repiquer VER 0.53 2.09 0.00 0.07 ind:fut:1s; -repiqué repiquer VER m s 0.53 2.09 0.30 0.27 par:pas; -repiquées repiquer VER f p 0.53 2.09 0.00 0.07 par:pas; -replace replacer VER 1.54 7.70 0.32 0.95 imp:pre:2s;ind:pre:1s;ind:pre:3s; -replacement replacement NOM m s 0.02 0.00 0.02 0.00 -replacent replacer VER 1.54 7.70 0.02 0.00 ind:pre:3p; -replacer replacer VER 1.54 7.70 0.41 2.36 inf; -replacerai replacer VER 1.54 7.70 0.02 0.00 ind:fut:1s; -replacerez replacer VER 1.54 7.70 0.01 0.00 ind:fut:2p; -replacez replacer VER 1.54 7.70 0.26 0.07 imp:pre:2p; -replacèrent replacer VER 1.54 7.70 0.00 0.07 ind:pas:3p; -replacé replacer VER m s 1.54 7.70 0.39 1.01 par:pas; -replacée replacer VER f s 1.54 7.70 0.05 0.07 par:pas; -replacés replacer VER m p 1.54 7.70 0.02 0.20 par:pas; -replanta replanter VER 0.25 1.69 0.00 0.07 ind:pas:3s; -replantait replanter VER 0.25 1.69 0.00 0.20 ind:imp:3s; -replantation replantation NOM f s 0.00 0.07 0.00 0.07 -replante replanter VER 0.25 1.69 0.00 0.14 ind:pre:3s; -replantent replanter VER 0.25 1.69 0.00 0.07 ind:pre:3p; -replanter replanter VER 0.25 1.69 0.21 0.47 inf; -replantez replanter VER 0.25 1.69 0.00 0.07 imp:pre:2p; -replanté replanter VER m s 0.25 1.69 0.00 0.14 par:pas; -replantée replanter VER f s 0.25 1.69 0.01 0.27 par:pas; -replantées replanter VER f p 0.25 1.69 0.01 0.20 par:pas; -replantés replanter VER m p 0.25 1.69 0.02 0.07 par:pas; -replat replat NOM m s 0.16 0.61 0.16 0.54 -replaça replacer VER 1.54 7.70 0.01 1.22 ind:pas:3s; -replaçaient replacer VER 1.54 7.70 0.00 0.14 ind:imp:3p; -replaçais replacer VER 1.54 7.70 0.00 0.14 ind:imp:1s; -replaçait replacer VER 1.54 7.70 0.02 0.61 ind:imp:3s; -replaçant replacer VER 1.54 7.70 0.00 0.74 par:pre; -replaçons replacer VER 1.54 7.70 0.01 0.14 imp:pre:1p;ind:pre:1p; -replats replat NOM m p 0.16 0.61 0.00 0.07 -replet replet ADJ m s 0.14 1.62 0.03 0.74 -replets replet ADJ m p 0.14 1.62 0.00 0.14 -repli repli NOM m s 1.40 10.14 1.12 5.88 -replia replier VER 6.78 33.18 0.00 3.31 ind:pas:3s; -repliai replier VER 6.78 33.18 0.00 0.14 ind:pas:1s; -repliaient replier VER 6.78 33.18 0.01 0.47 ind:imp:3p; -repliais replier VER 6.78 33.18 0.10 0.14 ind:imp:1s; -repliait replier VER 6.78 33.18 0.12 2.23 ind:imp:3s; -repliant replier VER 6.78 33.18 0.11 0.95 par:pre; -replie replier VER 6.78 33.18 1.42 2.57 imp:pre:2s;ind:pre:1s;ind:pre:3s; -repliement repliement NOM m s 0.01 0.54 0.01 0.54 -replient replier VER 6.78 33.18 0.28 0.47 ind:pre:3p; -replier replier VER 6.78 33.18 1.56 3.31 inf; -repliera replier VER 6.78 33.18 0.02 0.00 ind:fut:3s; -replierai replier VER 6.78 33.18 0.02 0.00 ind:fut:1s; -replierez replier VER 6.78 33.18 0.00 0.07 ind:fut:2p; -replierons replier VER 6.78 33.18 0.04 0.00 ind:fut:1p; -replieront replier VER 6.78 33.18 0.01 0.00 ind:fut:3p; -replies replier VER 6.78 33.18 0.02 0.14 ind:pre:2s; -repliez replier VER 6.78 33.18 1.81 0.07 imp:pre:2p;ind:pre:2p; -replions replier VER 6.78 33.18 0.13 0.14 imp:pre:1p;ind:pre:1p; -repliât replier VER 6.78 33.18 0.00 0.14 sub:imp:3s; -replis repli NOM m p 1.40 10.14 0.28 4.26 -replièrent replier VER 6.78 33.18 0.01 0.34 ind:pas:3p; -replié replier VER m s 6.78 33.18 0.37 7.91 par:pas; -repliée replier VER f s 6.78 33.18 0.23 3.04 par:pas; -repliées replier VER f p 6.78 33.18 0.21 3.65 par:pas; -repliés replier VER m p 6.78 33.18 0.29 4.12 par:pas; -replonge replonger VER 2.14 11.08 0.50 1.28 imp:pre:2s;ind:pre:1s;ind:pre:3s; -replongea replonger VER 2.14 11.08 0.01 1.42 ind:pas:3s; -replongeai replonger VER 2.14 11.08 0.01 0.20 ind:pas:1s; -replongeaient replonger VER 2.14 11.08 0.00 0.07 ind:imp:3p; -replongeais replonger VER 2.14 11.08 0.16 0.68 ind:imp:1s;ind:imp:2s; -replongeait replonger VER 2.14 11.08 0.02 0.81 ind:imp:3s; -replongeant replonger VER 2.14 11.08 0.00 0.68 par:pre; -replongent replonger VER 2.14 11.08 0.02 0.41 ind:pre:3p; -replonger replonger VER 2.14 11.08 0.86 2.97 inf; -replongera replonger VER 2.14 11.08 0.01 0.07 ind:fut:3s; -replongerai replonger VER 2.14 11.08 0.02 0.07 ind:fut:1s; -replongerais replonger VER 2.14 11.08 0.01 0.00 cnd:pre:2s; -replongerait replonger VER 2.14 11.08 0.02 0.20 cnd:pre:3s; -replonges replonger VER 2.14 11.08 0.06 0.20 ind:pre:2s;sub:pre:2s; -replongiez replonger VER 2.14 11.08 0.01 0.00 ind:imp:2p; -replongé replonger VER m s 2.14 11.08 0.42 1.35 par:pas; -replongée replonger VER f s 2.14 11.08 0.00 0.54 par:pas; -replongées replonger VER f p 2.14 11.08 0.00 0.07 par:pas; -replongés replonger VER m p 2.14 11.08 0.00 0.07 par:pas; -replâtra replâtrer VER 0.03 0.81 0.00 0.14 ind:pas:3s; -replâtrage replâtrage NOM m s 0.00 0.34 0.00 0.34 -replâtraient replâtrer VER 0.03 0.81 0.00 0.07 ind:imp:3p; -replâtrer replâtrer VER 0.03 0.81 0.01 0.14 inf; -replâtrerait replâtrer VER 0.03 0.81 0.00 0.07 cnd:pre:3s; -replâtré replâtrer VER m s 0.03 0.81 0.00 0.14 par:pas; -replâtrée replâtrer VER f s 0.03 0.81 0.01 0.20 par:pas; -replâtrées replâtrer VER f p 0.03 0.81 0.00 0.07 par:pas; -reployait reployer VER 0.00 0.07 0.00 0.07 ind:imp:3s; -replète replet ADJ f s 0.14 1.62 0.11 0.68 -replètes replet ADJ f p 0.14 1.62 0.00 0.07 -report report NOM m s 1.03 0.27 0.61 0.14 -reporta reporter VER 5.32 7.70 0.03 0.88 ind:pas:3s; -reportage_vérité reportage_vérité NOM m s 0.00 0.14 0.00 0.14 -reportage reportage NOM m s 11.16 7.16 10.07 5.07 -reportages reportage NOM m p 11.16 7.16 1.09 2.09 -reportait reporter VER 5.32 7.70 0.03 0.81 ind:imp:3s; -reportant reporter VER 5.32 7.70 0.01 0.61 par:pre; -reporte reporter VER 5.32 7.70 0.57 0.88 imp:pre:2s;ind:pre:1s;ind:pre:3s; -reportent reporter VER 5.32 7.70 0.09 0.07 ind:pre:3p; -reporter reporter NOM m s 5.12 3.04 3.01 1.49 -reportera reporter VER 5.32 7.70 0.04 0.00 ind:fut:3s; -reporterai reporter VER 5.32 7.70 0.02 0.00 ind:fut:1s; -reporterait reporter VER 5.32 7.70 0.01 0.07 cnd:pre:3s; -reporters reporter NOM m p 5.12 3.04 2.11 1.55 -reportez reporter VER 5.32 7.70 0.38 0.07 imp:pre:2p;ind:pre:2p; -reportons reporter VER 5.32 7.70 0.07 0.07 imp:pre:1p;ind:pre:1p; -reports report NOM m p 1.03 0.27 0.43 0.14 -reportèrent reporter VER 5.32 7.70 0.00 0.14 ind:pas:3p; -reporté reporter VER m s 5.32 7.70 0.90 1.69 par:pas; -reportée reporter VER f s 5.32 7.70 0.74 0.47 par:pas; -reportées reporter VER f p 5.32 7.70 0.03 0.14 par:pas; -reportés reporter VER m p 5.32 7.70 0.05 0.14 par:pas; -repos repos NOM m 42.29 43.58 42.29 43.58 -reposa reposer VER 95.19 83.92 0.03 7.16 ind:pas:3s; -reposai reposer VER 95.19 83.92 0.00 0.41 ind:pas:1s; -reposaient reposer VER 95.19 83.92 0.07 5.00 ind:imp:3p; -reposais reposer VER 95.19 83.92 0.58 0.41 ind:imp:1s;ind:imp:2s; -reposait reposer VER 95.19 83.92 1.05 15.41 ind:imp:3s; -reposant reposant ADJ m s 1.14 3.58 0.84 1.96 -reposante reposant ADJ f s 1.14 3.58 0.25 1.28 -reposantes reposant ADJ f p 1.14 3.58 0.04 0.27 -reposants reposant ADJ m p 1.14 3.58 0.02 0.07 -repose_pied repose_pied NOM m s 0.02 0.07 0.01 0.00 -repose_pied repose_pied NOM m p 0.02 0.07 0.01 0.07 -repose reposer VER 95.19 83.92 33.27 14.32 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:1s;sub:pre:3s; -reposent reposer VER 95.19 83.92 3.26 4.39 ind:pre:3p; -reposer reposer VER 95.19 83.92 39.81 20.95 inf;; -reposera reposer VER 95.19 83.92 1.06 0.47 ind:fut:3s; -reposerai reposer VER 95.19 83.92 0.24 0.14 ind:fut:1s; -reposeraient reposer VER 95.19 83.92 0.00 0.07 cnd:pre:3p; -reposerais reposer VER 95.19 83.92 0.07 0.00 cnd:pre:1s;cnd:pre:2s; -reposerait reposer VER 95.19 83.92 0.01 0.54 cnd:pre:3s; -reposeras reposer VER 95.19 83.92 0.55 0.27 ind:fut:2s; -reposerez reposer VER 95.19 83.92 0.28 0.00 ind:fut:2p; -reposerions reposer VER 95.19 83.92 0.00 0.07 cnd:pre:1p; -reposerons reposer VER 95.19 83.92 0.37 0.14 ind:fut:1p; -reposeront reposer VER 95.19 83.92 0.18 0.07 ind:fut:3p; -reposes reposer VER 95.19 83.92 2.45 0.34 ind:pre:2s;sub:pre:2s; -reposez reposer VER 95.19 83.92 7.81 0.74 imp:pre:2p;ind:pre:2p; -reposiez reposer VER 95.19 83.92 0.39 0.00 ind:imp:2p; -reposions reposer VER 95.19 83.92 0.05 0.20 ind:imp:1p; -repositionnent repositionner VER 0.20 0.00 0.03 0.00 ind:pre:3p; -repositionner repositionner VER 0.20 0.00 0.17 0.00 inf; -repositionnez repositionner VER 0.20 0.00 0.01 0.00 imp:pre:2p; -reposoir reposoir NOM m s 0.17 1.01 0.17 0.81 -reposoirs reposoir NOM m p 0.17 1.01 0.00 0.20 -reposons reposer VER 95.19 83.92 1.04 0.27 imp:pre:1p;ind:pre:1p; -reposât reposer VER 95.19 83.92 0.00 0.14 sub:imp:3s; -reposséder reposséder VER 0.03 0.00 0.03 0.00 inf; -repostait reposter VER 0.00 0.07 0.00 0.07 ind:imp:3s; -reposèrent reposer VER 95.19 83.92 0.00 0.41 ind:pas:3p; -reposé reposer VER m s 95.19 83.92 0.76 3.38 par:pas; -reposée reposer VER f s 95.19 83.92 1.16 1.62 par:pas; -reposées reposer VER f p 95.19 83.92 0.03 0.27 par:pas; -reposés reposer VER m p 95.19 83.92 0.29 0.61 par:pas; -repoudraient repoudrer VER 0.43 0.41 0.00 0.07 ind:imp:3p; -repoudrait repoudrer VER 0.43 0.41 0.00 0.14 ind:imp:3s; -repoudrant repoudrer VER 0.43 0.41 0.00 0.14 par:pre; -repoudre repoudrer VER 0.43 0.41 0.04 0.00 imp:pre:2s;ind:pre:1s; -repoudrer repoudrer VER 0.43 0.41 0.37 0.00 inf; -repoudré repoudrer VER m s 0.43 0.41 0.02 0.00 par:pas; -repoudrée repoudrer VER f s 0.43 0.41 0.00 0.07 par:pas; -repoussa repousser VER 22.62 63.45 0.03 11.15 ind:pas:3s; -repoussage repoussage NOM m s 0.02 0.00 0.02 0.00 -repoussai repousser VER 22.62 63.45 0.01 1.01 ind:pas:1s; -repoussaient repousser VER 22.62 63.45 0.06 1.49 ind:imp:3p; -repoussais repousser VER 22.62 63.45 0.13 0.74 ind:imp:1s;ind:imp:2s; -repoussait repousser VER 22.62 63.45 0.22 6.22 ind:imp:3s; -repoussant repoussant ADJ m s 2.29 2.57 1.33 1.22 -repoussante repoussant ADJ f s 2.29 2.57 0.87 0.81 -repoussantes repoussant ADJ f p 2.29 2.57 0.03 0.14 -repoussants repoussant ADJ m p 2.29 2.57 0.07 0.41 -repousse repousser VER 22.62 63.45 6.53 9.46 imp:pre:2s;ind:pre:1s;ind:pre:3s; -repoussent repousser VER 22.62 63.45 0.59 0.95 ind:pre:3p; -repousser repousser VER 22.62 63.45 6.14 12.03 inf; -repoussera repousser VER 22.62 63.45 0.79 0.07 ind:fut:3s; -repousserai repousser VER 22.62 63.45 0.04 0.07 ind:fut:1s; -repousseraient repousser VER 22.62 63.45 0.01 0.41 cnd:pre:3p; -repousserais repousser VER 22.62 63.45 0.18 0.00 cnd:pre:1s;cnd:pre:2s; -repousserait repousser VER 22.62 63.45 0.17 0.14 cnd:pre:3s; -repousserons repousser VER 22.62 63.45 0.14 0.07 ind:fut:1p; -repousseront repousser VER 22.62 63.45 0.42 0.27 ind:fut:3p; -repousses repousser VER 22.62 63.45 0.51 0.07 ind:pre:2s; -repoussez repousser VER 22.62 63.45 0.96 0.07 imp:pre:2p;ind:pre:2p; -repoussions repousser VER 22.62 63.45 0.03 0.07 ind:imp:1p; -repoussoir repoussoir NOM m s 0.01 0.68 0.00 0.47 -repoussoirs repoussoir NOM m p 0.01 0.68 0.01 0.20 -repoussâmes repousser VER 22.62 63.45 0.00 0.14 ind:pas:1p; -repoussons repousser VER 22.62 63.45 0.15 0.07 imp:pre:1p;ind:pre:1p; -repoussât repousser VER 22.62 63.45 0.00 0.07 sub:imp:3s; -repoussèrent repousser VER 22.62 63.45 0.05 0.41 ind:pas:3p; -repoussé repousser VER m s 22.62 63.45 3.31 7.36 par:pas; -repoussée repousser VER f s 22.62 63.45 1.01 2.30 par:pas; -repoussées repousser VER f p 22.62 63.45 0.13 0.68 par:pas; -repoussés repousser VER m p 22.62 63.45 0.62 1.42 par:pas; -reprîmes reprendre VER 126.91 340.14 0.00 0.61 ind:pas:1p; -reprît reprendre VER 126.91 340.14 0.00 0.81 sub:imp:3s; -reprenaient reprendre VER 126.91 340.14 0.14 5.88 ind:imp:3p; -reprenais reprendre VER 126.91 340.14 0.40 3.18 ind:imp:1s;ind:imp:2s; -reprenait reprendre VER 126.91 340.14 0.75 27.36 ind:imp:3s; -reprenant reprendre VER 126.91 340.14 0.35 13.92 par:pre; -reprend reprendre VER 126.91 340.14 14.24 31.35 ind:pre:3s; -reprendra reprendre VER 126.91 340.14 4.04 2.03 ind:fut:3s; -reprendrai reprendre VER 126.91 340.14 1.86 1.01 ind:fut:1s; -reprendraient reprendre VER 126.91 340.14 0.32 0.68 cnd:pre:3p; -reprendrais reprendre VER 126.91 340.14 0.67 0.47 cnd:pre:1s;cnd:pre:2s; -reprendrait reprendre VER 126.91 340.14 0.17 2.36 cnd:pre:3s; -reprendras reprendre VER 126.91 340.14 0.49 0.07 ind:fut:2s; -reprendre reprendre VER 126.91 340.14 36.98 67.70 inf; -reprendrez reprendre VER 126.91 340.14 0.72 0.47 ind:fut:2p; -reprendriez reprendre VER 126.91 340.14 0.02 0.07 cnd:pre:2p; -reprendrions reprendre VER 126.91 340.14 0.01 0.14 cnd:pre:1p; -reprendrons reprendre VER 126.91 340.14 1.88 0.88 ind:fut:1p; -reprendront reprendre VER 126.91 340.14 0.89 0.34 ind:fut:3p; -reprends reprendre VER 126.91 340.14 20.08 7.16 imp:pre:2s;ind:pre:1s;ind:pre:2s; -repreneur repreneur NOM m s 0.04 0.07 0.03 0.00 -repreneurs repreneur NOM m p 0.04 0.07 0.01 0.07 -reprenez reprendre VER 126.91 340.14 9.97 1.15 imp:pre:2p;ind:pre:2p; -repreniez reprendre VER 126.91 340.14 0.53 0.14 ind:imp:2p; -reprenions reprendre VER 126.91 340.14 0.20 0.68 ind:imp:1p; -reprenne reprendre VER 126.91 340.14 3.42 4.12 sub:pre:1s;sub:pre:3s; -reprennent reprendre VER 126.91 340.14 3.13 5.54 ind:pre:3p; -reprennes reprendre VER 126.91 340.14 0.93 0.27 sub:pre:2s; -reprenons reprendre VER 126.91 340.14 5.59 2.09 imp:pre:1p;ind:pre:1p; -reprirent reprendre VER 126.91 340.14 0.12 6.49 ind:pas:3p; -repris reprendre VER m 126.91 340.14 16.65 51.55 ind:pas:1s;ind:pas:2s;par:pas;par:pas; -reprisaient repriser VER 0.64 4.66 0.00 0.07 ind:imp:3p; -reprisait repriser VER 0.64 4.66 0.01 0.74 ind:imp:3s; -reprisant repriser VER 0.64 4.66 0.01 0.14 par:pre; -reprise reprise NOM f s 6.23 36.42 2.27 8.38 -reprisent repriser VER 0.64 4.66 0.01 0.07 ind:pre:3p; -repriser repriser VER 0.64 4.66 0.25 1.76 inf; -reprises reprise NOM f p 6.23 36.42 3.96 28.04 -reprisse reprendre VER 126.91 340.14 0.00 0.07 sub:imp:1s; -reprissent reprendre VER 126.91 340.14 0.00 0.14 sub:imp:3p; -reprisé repriser VER m s 0.64 4.66 0.01 0.74 par:pas; -reprisée repriser VER f s 0.64 4.66 0.01 0.20 par:pas; -reprisées repriser VER f p 0.64 4.66 0.00 0.27 par:pas; -reprisés repriser VER m p 0.64 4.66 0.00 0.41 par:pas; -reprit reprendre VER 126.91 340.14 0.52 96.01 ind:pas:3s; -reprocha reprocher VER 19.85 44.73 0.04 2.30 ind:pas:3s; -reprochai reprocher VER 19.85 44.73 0.00 0.61 ind:pas:1s; -reprochaient reprocher VER 19.85 44.73 0.01 1.01 ind:imp:3p; -reprochais reprocher VER 19.85 44.73 0.17 1.69 ind:imp:1s;ind:imp:2s; -reprochait reprocher VER 19.85 44.73 0.54 10.27 ind:imp:3s; -reprochant reprocher VER 19.85 44.73 0.01 1.01 par:pre; -reproche reprocher VER 19.85 44.73 5.05 6.82 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -reprochent reprocher VER 19.85 44.73 0.20 0.54 ind:pre:3p; -reprocher reprocher VER 19.85 44.73 7.53 11.76 inf; -reprochera reprocher VER 19.85 44.73 0.48 0.34 ind:fut:3s; -reprocherai reprocher VER 19.85 44.73 0.39 0.00 ind:fut:1s; -reprocherais reprocher VER 19.85 44.73 0.05 0.27 cnd:pre:1s; -reprocherait reprocher VER 19.85 44.73 0.20 0.47 cnd:pre:3s; -reprocheras reprocher VER 19.85 44.73 0.13 0.14 ind:fut:2s; -reprocheriez reprocher VER 19.85 44.73 0.01 0.14 cnd:pre:2p; -reprocherons reprocher VER 19.85 44.73 0.00 0.07 ind:fut:1p; -reprocheront reprocher VER 19.85 44.73 0.03 0.07 ind:fut:3p; -reproches reproche NOM m p 6.01 30.68 3.13 13.31 -reprochez reprocher VER 19.85 44.73 1.21 1.08 imp:pre:2p;ind:pre:2p; -reprochiez reprocher VER 19.85 44.73 0.05 0.00 ind:imp:2p; -reprochions reprocher VER 19.85 44.73 0.00 0.34 ind:imp:1p; -reprochons reprocher VER 19.85 44.73 0.10 0.07 ind:pre:1p; -reprochât reprocher VER 19.85 44.73 0.00 0.20 sub:imp:3s; -reprochèrent reprocher VER 19.85 44.73 0.00 0.07 ind:pas:3p; -reproché reprocher VER m s 19.85 44.73 1.26 3.58 par:pas; -reprochée reprocher VER f s 19.85 44.73 0.07 0.20 par:pas; -reprochées reprocher VER f p 19.85 44.73 0.01 0.20 par:pas; -reprochés reprocher VER m p 19.85 44.73 0.24 0.68 par:pas; -reproducteur reproducteur NOM m s 0.53 0.27 0.29 0.14 -reproducteurs reproducteur NOM m p 0.53 0.27 0.23 0.00 -reproductible reproductible ADJ m s 0.00 0.07 0.00 0.07 -reproductif reproductif ADJ m s 0.15 0.20 0.12 0.20 -reproductifs reproductif ADJ m p 0.15 0.20 0.02 0.00 -reproduction reproduction NOM f s 4.24 7.97 4.08 5.34 -reproductions reproduction NOM f p 4.24 7.97 0.16 2.64 -reproductive reproductif ADJ f s 0.15 0.20 0.01 0.00 -reproductrice reproducteur ADJ f s 0.20 0.27 0.03 0.07 -reproductrices reproductrice NOM f p 0.10 0.00 0.10 0.00 -reproduira reproduire VER 16.31 16.01 4.27 0.41 ind:fut:3s; -reproduirai reproduire VER 16.31 16.01 0.05 0.14 ind:fut:1s; -reproduiraient reproduire VER 16.31 16.01 0.00 0.07 cnd:pre:3p; -reproduirait reproduire VER 16.31 16.01 0.23 0.14 cnd:pre:3s; -reproduire reproduire VER 16.31 16.01 4.68 4.73 inf; -reproduirons reproduire VER 16.31 16.01 0.02 0.00 ind:fut:1p; -reproduiront reproduire VER 16.31 16.01 0.20 0.14 ind:fut:3p; -reproduis reproduire VER 16.31 16.01 0.39 0.34 imp:pre:2s;ind:pre:1s;ind:pre:2s; -reproduisît reproduire VER 16.31 16.01 0.00 0.14 sub:imp:3s; -reproduisaient reproduire VER 16.31 16.01 0.04 0.34 ind:imp:3p; -reproduisait reproduire VER 16.31 16.01 0.11 1.55 ind:imp:3s; -reproduisant reproduire VER 16.31 16.01 0.13 1.49 par:pre; -reproduise reproduire VER 16.31 16.01 1.70 0.27 sub:pre:1s;sub:pre:3s; -reproduisent reproduire VER 16.31 16.01 1.03 0.95 ind:pre:3p; -reproduisez reproduire VER 16.31 16.01 0.02 0.00 imp:pre:2p; -reproduisirent reproduire VER 16.31 16.01 0.00 0.07 ind:pas:3p; -reproduisit reproduire VER 16.31 16.01 0.01 0.20 ind:pas:3s; -reproduisons reproduire VER 16.31 16.01 0.02 0.07 ind:pre:1p; -reproduit reproduire VER m s 16.31 16.01 2.98 3.11 ind:pre:3s;par:pas; -reproduite reproduire VER f s 16.31 16.01 0.12 0.68 par:pas; -reproduites reproduire VER f p 16.31 16.01 0.15 0.61 par:pas; -reproduits reproduire VER m p 16.31 16.01 0.15 0.61 par:pas; -reprogrammant reprogrammer VER 1.11 0.00 0.01 0.00 par:pre; -reprogramme reprogrammer VER 1.11 0.00 0.14 0.00 imp:pre:2s;ind:pre:1s;ind:pre:3s; -reprogramment reprogrammer VER 1.11 0.00 0.03 0.00 ind:pre:3p; -reprogrammer reprogrammer VER 1.11 0.00 0.70 0.00 inf; -reprogrammera reprogrammer VER 1.11 0.00 0.02 0.00 ind:fut:3s; -reprogrammé reprogrammer VER m s 1.11 0.00 0.15 0.00 par:pas; -reprogrammée reprogrammer VER f s 1.11 0.00 0.04 0.00 par:pas; -reprogrammés reprogrammer VER m p 1.11 0.00 0.01 0.00 par:pas; -reprographie reprographie NOM f s 0.08 0.07 0.08 0.07 -reproposer reproposer VER 0.01 0.00 0.01 0.00 inf; -représaille représailles NOM f s 3.08 4.93 0.01 0.07 -représailles représailles NOM f p 3.08 4.93 3.07 4.86 -représenta représenter VER 48.78 85.54 0.16 0.95 ind:pas:3s; -représentai représenter VER 48.78 85.54 0.00 0.27 ind:pas:1s; -représentaient représenter VER 48.78 85.54 0.56 5.47 ind:imp:3p; -représentais représenter VER 48.78 85.54 0.32 1.15 ind:imp:1s;ind:imp:2s; -représentait représenter VER 48.78 85.54 2.57 19.12 ind:imp:3s; -représentant représentant NOM m s 10.81 25.88 6.28 12.30 -représentante représentant NOM f s 10.81 25.88 0.80 0.41 -représentantes représentant NOM f p 10.81 25.88 0.13 0.07 -représentants représentant NOM m p 10.81 25.88 3.59 13.11 -représentatif représentatif ADJ m s 1.06 2.16 0.46 0.61 -représentatifs représentatif ADJ m p 1.06 2.16 0.09 0.61 -représentation représentation NOM f s 8.67 18.99 7.61 16.08 -représentations représentation NOM f p 8.67 18.99 1.07 2.91 -représentative représentatif ADJ f s 1.06 2.16 0.48 0.54 -représentatives représentatif ADJ f p 1.06 2.16 0.04 0.41 -représente représenter VER 48.78 85.54 23.52 17.64 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -représentent représenter VER 48.78 85.54 3.63 3.78 ind:pre:3p;sub:pre:3p; -représenter représenter VER 48.78 85.54 5.38 11.08 inf; -représentera représenter VER 48.78 85.54 0.71 0.61 ind:fut:3s; -représenterai représenter VER 48.78 85.54 0.10 0.00 ind:fut:1s; -représenteraient représenter VER 48.78 85.54 0.02 0.07 cnd:pre:3p; -représenterais représenter VER 48.78 85.54 0.03 0.07 cnd:pre:1s;cnd:pre:2s; -représenterait représenter VER 48.78 85.54 0.14 0.41 cnd:pre:3s; -représenteras représenter VER 48.78 85.54 0.05 0.00 ind:fut:2s; -représenterez représenter VER 48.78 85.54 0.06 0.00 ind:fut:2p; -représenteront représenter VER 48.78 85.54 0.11 0.07 ind:fut:3p; -représentes représenter VER 48.78 85.54 1.76 0.34 ind:pre:2s; -représentez représenter VER 48.78 85.54 2.12 0.34 imp:pre:2p;ind:pre:2p; -représentiez représenter VER 48.78 85.54 0.11 0.07 ind:imp:2p; -représentions représenter VER 48.78 85.54 0.04 0.20 ind:imp:1p; -représentons représenter VER 48.78 85.54 1.09 0.47 imp:pre:1p;ind:pre:1p; -représentât représenter VER 48.78 85.54 0.00 0.14 sub:imp:3s; -représentèrent représenter VER 48.78 85.54 0.00 0.07 ind:pas:3p; -représenté représenter VER m s 48.78 85.54 1.58 3.38 par:pas; -représentée représenter VER f s 48.78 85.54 1.42 1.49 par:pas; -représentées représenter VER f p 48.78 85.54 0.18 0.47 par:pas; -représentés représenter VER m p 48.78 85.54 0.81 1.49 par:pas; -reps reps NOM m 0.01 1.49 0.01 1.49 -reptation reptation NOM f s 0.00 0.88 0.00 0.74 -reptations reptation NOM f p 0.00 0.88 0.00 0.14 -repère repère NOM m s 3.52 9.59 2.44 5.34 -repèrent repérer VER 27.23 31.15 0.71 0.27 ind:pre:3p; -repères repère NOM m p 3.52 9.59 1.09 4.26 -reptile reptile NOM m s 3.46 2.36 1.90 1.01 -reptiles reptile NOM m p 3.46 2.36 1.56 1.35 -reptilien reptilien ADJ m s 0.16 0.47 0.07 0.07 -reptilienne reptilien ADJ f s 0.16 0.47 0.07 0.20 -reptiliennes reptilien ADJ f p 0.16 0.47 0.01 0.07 -reptiliens reptilien ADJ m p 0.16 0.47 0.00 0.14 -repu repu ADJ m s 1.10 3.18 0.54 1.49 -republication republication NOM f s 0.01 0.00 0.01 0.00 -republier republier VER 0.01 0.07 0.00 0.07 inf; -republions republier VER 0.01 0.07 0.01 0.00 imp:pre:1p; -repêcha repêcher VER 3.27 4.05 0.00 0.20 ind:pas:3s; -repêchage repêchage NOM m s 0.16 0.27 0.15 0.20 -repêchages repêchage NOM m p 0.16 0.27 0.01 0.07 -repêchai repêcher VER 3.27 4.05 0.00 0.14 ind:pas:1s; -repêchait repêcher VER 3.27 4.05 0.01 0.34 ind:imp:3s; -repêchant repêcher VER 3.27 4.05 0.01 0.00 par:pre; -repêche repêcher VER 3.27 4.05 0.39 0.81 imp:pre:2s;ind:pre:1s;ind:pre:3s; -repêcher repêcher VER 3.27 4.05 0.91 1.08 inf; -repêchera repêcher VER 3.27 4.05 0.11 0.07 ind:fut:3s; -repêcherait repêcher VER 3.27 4.05 0.02 0.07 cnd:pre:3s; -repêches repêcher VER 3.27 4.05 0.00 0.07 ind:pre:2s; -repêchèrent repêcher VER 3.27 4.05 0.00 0.07 ind:pas:3p; -repêché repêcher VER m s 3.27 4.05 1.27 0.81 par:pas; -repêchée repêcher VER f s 3.27 4.05 0.36 0.27 par:pas; -repêchées repêcher VER f p 3.27 4.05 0.00 0.07 par:pas; -repêchés repêcher VER m p 3.27 4.05 0.20 0.07 par:pas; -repue repu ADJ f s 1.10 3.18 0.17 0.47 -repues repu ADJ f p 1.10 3.18 0.14 0.27 -repuiser repuiser VER 0.00 0.07 0.00 0.07 inf; -repéra repérer VER 27.23 31.15 0.02 1.35 ind:pas:3s; -repérable repérable ADJ s 0.21 1.22 0.16 0.95 -repérables repérable ADJ f p 0.21 1.22 0.05 0.27 -repérage repérage NOM m s 1.75 1.15 1.62 0.88 -repérages repérage NOM m p 1.75 1.15 0.14 0.27 -repéraient repérer VER 27.23 31.15 0.00 0.20 ind:imp:3p; -repérais repérer VER 27.23 31.15 0.05 0.14 ind:imp:1s; -repérait repérer VER 27.23 31.15 0.08 1.22 ind:imp:3s; -repérant repérer VER 27.23 31.15 0.02 0.47 par:pre; -repérer repérer VER 27.23 31.15 7.92 9.93 inf; -repérera repérer VER 27.23 31.15 0.14 0.00 ind:fut:3s; -repérerai repérer VER 27.23 31.15 0.02 0.00 ind:fut:1s; -repéreraient repérer VER 27.23 31.15 0.01 0.07 cnd:pre:3p; -repérerais repérer VER 27.23 31.15 0.01 0.00 cnd:pre:2s; -repérerait repérer VER 27.23 31.15 0.01 0.07 cnd:pre:3s; -repérerons repérer VER 27.23 31.15 0.01 0.00 ind:fut:1p; -repéreront repérer VER 27.23 31.15 0.07 0.07 ind:fut:3p; -repéreur repéreur NOM m s 0.05 0.00 0.05 0.00 -repérez repérer VER 27.23 31.15 0.75 0.00 imp:pre:2p;ind:pre:2p; -repériez repérer VER 27.23 31.15 0.03 0.00 ind:imp:2p; -repérions repérer VER 27.23 31.15 0.00 0.20 ind:imp:1p; -repérèrent repérer VER 27.23 31.15 0.00 0.20 ind:pas:3p; -repéré repérer VER m s 27.23 31.15 9.98 10.27 par:pas; -repérée repérer VER f s 27.23 31.15 1.44 1.49 par:pas; -repérées repérer VER f p 27.23 31.15 0.11 0.34 par:pas; -repérés repérer VER m p 27.23 31.15 3.52 2.30 par:pas; -repus repu ADJ m p 1.10 3.18 0.25 0.95 -repétrir repétrir VER 0.00 0.20 0.00 0.07 inf; -repétrissait repétrir VER 0.00 0.20 0.00 0.07 ind:imp:3s; -repétrit repétrir VER 0.00 0.20 0.00 0.07 ind:pas:3s; -requalifier requalifier VER 0.01 0.00 0.01 0.00 inf; -requiem requiem NOM m s 2.76 0.68 2.76 0.61 -requiems requiem NOM m p 2.76 0.68 0.00 0.07 -requiers requérir VER 6.24 6.35 0.76 0.00 ind:pre:1s; -requiert requérir VER 6.24 6.35 2.33 0.95 ind:pre:3s; -requiescat_in_pace requiescat_in_pace NOM m s 0.00 0.07 0.00 0.07 -requin_baleine requin_baleine NOM m s 0.01 0.00 0.01 0.00 -requin_tigre requin_tigre NOM m s 0.04 0.00 0.04 0.00 -requin requin NOM m s 12.24 4.80 8.15 1.62 -requinqua requinquer VER 1.30 1.89 0.00 0.20 ind:pas:3s; -requinquait requinquer VER 1.30 1.89 0.00 0.07 ind:imp:3s; -requinque requinquer VER 1.30 1.89 0.20 0.27 imp:pre:2s;ind:pre:1s;ind:pre:3s; -requinquent requinquer VER 1.30 1.89 0.01 0.07 ind:pre:3p; -requinquer requinquer VER 1.30 1.89 0.66 0.27 inf; -requinquera requinquer VER 1.30 1.89 0.19 0.00 ind:fut:3s; -requinquerait requinquer VER 1.30 1.89 0.02 0.00 cnd:pre:3s; -requinqué requinquer VER m s 1.30 1.89 0.04 0.81 par:pas; -requinquée requinquer VER f s 1.30 1.89 0.03 0.20 par:pas; -requinqués requinquer VER m p 1.30 1.89 0.14 0.00 par:pas; -requin_marteau requin_marteau NOM m p 0.00 0.07 0.00 0.07 -requins requin NOM m p 12.24 4.80 4.09 3.18 -requis requérir VER m 6.24 6.35 1.63 2.57 par:pas; -requise requis ADJ f s 1.17 0.68 0.61 0.20 -requises requis ADJ f p 1.17 0.68 0.45 0.27 -requière requérir VER 6.24 6.35 0.10 0.00 sub:pre:3s; -requièrent requérir VER 6.24 6.35 0.20 0.41 ind:pre:3p; -requéraient requérir VER 6.24 6.35 0.00 0.14 ind:imp:3p; -requérais requérir VER 6.24 6.35 0.00 0.07 ind:imp:1s; -requérait requérir VER 6.24 6.35 0.03 0.47 ind:imp:3s; -requérant requérir VER 6.24 6.35 0.13 0.20 par:pre; -requérante requérant NOM f s 0.16 0.00 0.02 0.00 -requérants requérant NOM m p 0.16 0.00 0.01 0.00 -requérir requérir VER 6.24 6.35 0.14 0.41 inf; -requérons requérir VER 6.24 6.35 0.04 0.07 imp:pre:1p;ind:pre:1p; -requête requête NOM f s 8.82 1.96 7.75 1.69 -requêtes requête NOM f p 8.82 1.96 1.07 0.27 -resalir resalir VER 0.01 0.00 0.01 0.00 inf; -resape resaper VER 0.00 0.34 0.00 0.07 ind:pre:1s; -resapent resaper VER 0.00 0.34 0.00 0.07 ind:pre:3p; -resapée resaper VER f s 0.00 0.34 0.00 0.14 par:pas; -resapés resaper VER m p 0.00 0.34 0.00 0.07 par:pas; -rescaper rescaper VER 0.34 1.82 0.00 0.07 inf; -rescapes rescaper VER 0.34 1.82 0.03 0.00 ind:pre:2s; -rescapé rescapé NOM m s 1.70 4.93 0.89 1.69 -rescapée rescapé NOM f s 1.70 4.93 0.18 0.47 -rescapées rescapé ADJ f p 0.12 1.89 0.00 0.27 -rescapés rescapé NOM m p 1.70 4.93 0.63 2.70 -rescision rescision NOM f s 0.00 0.07 0.00 0.07 -rescousse rescousse NOM f s 1.43 3.18 1.43 3.18 -rescrit rescrit NOM m s 0.00 0.14 0.00 0.14 -reservir reservir VER 0.04 0.00 0.04 0.00 inf; -reset reset NOM m s 0.05 0.00 0.05 0.00 -resocialisation resocialisation NOM f s 0.01 0.00 0.01 0.00 -resongeait resonger VER 0.00 0.27 0.00 0.14 ind:imp:3s; -resonger resonger VER 0.00 0.27 0.00 0.14 inf; -respect respect NOM m s 54.78 43.85 50.47 42.43 -respecta respecter VER 65.41 33.58 0.01 0.20 ind:pas:3s; -respectabilité respectabilité NOM f s 1.22 2.30 1.22 2.30 -respectable respectable ADJ s 7.03 6.82 5.73 5.20 -respectables respectable ADJ p 7.03 6.82 1.30 1.62 -respectai respecter VER 65.41 33.58 0.00 0.07 ind:pas:1s; -respectaient respecter VER 65.41 33.58 0.34 1.49 ind:imp:3p; -respectais respecter VER 65.41 33.58 0.75 0.88 ind:imp:1s;ind:imp:2s; -respectait respecter VER 65.41 33.58 1.49 3.45 ind:imp:3s; -respectant respecter VER 65.41 33.58 0.66 1.89 par:pre; -respecte respecter VER 65.41 33.58 21.80 6.01 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:1s;sub:pre:3s; -respectent respecter VER 65.41 33.58 4.49 1.69 ind:pre:3p; -respecter respecter VER 65.41 33.58 17.54 10.14 inf; -respectera respecter VER 65.41 33.58 0.67 0.41 ind:fut:3s; -respecterai respecter VER 65.41 33.58 0.58 0.00 ind:fut:1s; -respecteraient respecter VER 65.41 33.58 0.01 0.07 cnd:pre:3p; -respecterais respecter VER 65.41 33.58 0.18 0.00 cnd:pre:1s;cnd:pre:2s; -respecterait respecter VER 65.41 33.58 0.14 0.20 cnd:pre:3s; -respecteras respecter VER 65.41 33.58 0.68 0.00 ind:fut:2s; -respecterez respecter VER 65.41 33.58 0.16 0.00 ind:fut:2p; -respecterons respecter VER 65.41 33.58 0.31 0.07 ind:fut:1p; -respecteront respecter VER 65.41 33.58 0.53 0.07 ind:fut:3p; -respectes respecter VER 65.41 33.58 2.68 0.27 ind:pre:2s; -respectez respecter VER 65.41 33.58 3.22 0.95 imp:pre:2p;ind:pre:2p; -respectiez respecter VER 65.41 33.58 0.33 0.07 ind:imp:2p; -respectif respectif ADJ m s 1.17 7.70 0.02 0.41 -respectifs respectif ADJ m p 1.17 7.70 0.63 3.92 -respections respecter VER 65.41 33.58 0.06 0.34 ind:imp:1p; -respective respectif ADJ f s 1.17 7.70 0.03 0.54 -respectivement respectivement ADV 0.16 4.26 0.16 4.26 -respectives respectif ADJ f p 1.17 7.70 0.49 2.84 -respectons respecter VER 65.41 33.58 1.75 0.34 imp:pre:1p;ind:pre:1p; -respectât respecter VER 65.41 33.58 0.00 0.20 sub:imp:3s; -respects respect NOM m p 54.78 43.85 4.32 1.42 -respecté respecter VER m s 65.41 33.58 4.79 2.84 par:pas; -respectée respecter VER f s 65.41 33.58 1.10 0.81 par:pas; -respectées respecter VER f p 65.41 33.58 0.68 0.41 par:pas; -respectueuse respectueux ADJ f s 4.17 8.92 0.52 3.18 -respectueusement respectueusement ADV 0.79 3.85 0.79 3.85 -respectueuses respectueux ADJ f p 4.17 8.92 0.17 0.34 -respectueux respectueux ADJ m 4.17 8.92 3.47 5.41 -respectés respecté ADJ m p 3.58 3.45 0.65 0.74 -respir respir NOM m s 0.00 0.14 0.00 0.14 -respira respirer VER 76.08 102.43 0.11 8.78 ind:pas:3s; -respirable respirable ADJ s 0.45 0.88 0.44 0.81 -respirables respirable ADJ m p 0.45 0.88 0.01 0.07 -respirai respirer VER 76.08 102.43 0.02 1.01 ind:pas:1s; -respiraient respirer VER 76.08 102.43 0.03 1.28 ind:imp:3p; -respirais respirer VER 76.08 102.43 0.86 4.32 ind:imp:1s;ind:imp:2s; -respirait respirer VER 76.08 102.43 2.40 17.43 ind:imp:3s; -respirant respirer VER 76.08 102.43 0.69 7.57 par:pre; -respirateur respirateur NOM m s 1.68 0.34 1.64 0.34 -respirateurs respirateur NOM m p 1.68 0.34 0.04 0.00 -respiration respiration NOM f s 9.56 31.82 9.19 28.65 -respirations respiration NOM f p 9.56 31.82 0.38 3.18 -respiratoire respiratoire ADJ s 3.73 1.49 2.26 0.88 -respiratoires respiratoire ADJ p 3.73 1.49 1.48 0.61 -respire respirer VER 76.08 102.43 29.20 17.77 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -respirent respirer VER 76.08 102.43 1.17 2.09 ind:pre:3p; -respirer respirer VER 76.08 102.43 27.58 33.51 inf; -respirera respirer VER 76.08 102.43 0.11 0.20 ind:fut:3s; -respirerai respirer VER 76.08 102.43 0.08 0.34 ind:fut:1s; -respirerais respirer VER 76.08 102.43 0.04 0.14 cnd:pre:1s; -respirerait respirer VER 76.08 102.43 0.11 0.27 cnd:pre:3s; -respireras respirer VER 76.08 102.43 0.16 0.00 ind:fut:2s; -respirerez respirer VER 76.08 102.43 0.02 0.00 ind:fut:2p; -respirerons respirer VER 76.08 102.43 0.00 0.07 ind:fut:1p; -respireront respirer VER 76.08 102.43 0.05 0.07 ind:fut:3p; -respires respirer VER 76.08 102.43 1.88 0.54 ind:pre:2s; -respirez respirer VER 76.08 102.43 9.23 0.68 imp:pre:2p;ind:pre:2p; -respiriez respirer VER 76.08 102.43 0.11 0.00 ind:imp:2p; -respirions respirer VER 76.08 102.43 0.14 0.34 ind:imp:1p; -respirons respirer VER 76.08 102.43 0.96 1.15 imp:pre:1p;ind:pre:1p; -respirât respirer VER 76.08 102.43 0.00 0.07 sub:imp:3s; -respirèrent respirer VER 76.08 102.43 0.01 0.07 ind:pas:3p; -respiré respirer VER m s 76.08 102.43 1.07 4.12 par:pas; -respirée respirer VER f s 76.08 102.43 0.02 0.41 par:pas; -respirées respirer VER f p 76.08 102.43 0.01 0.07 par:pas; -respirés respirer VER m p 76.08 102.43 0.03 0.14 par:pas; -resplendi resplendir VER m s 2.42 4.66 0.00 0.14 par:pas; -resplendir resplendir VER 2.42 4.66 0.32 0.61 inf; -resplendira resplendir VER 2.42 4.66 0.58 0.00 ind:fut:3s; -resplendiraient resplendir VER 2.42 4.66 0.00 0.07 cnd:pre:3p; -resplendirent resplendir VER 2.42 4.66 0.00 0.07 ind:pas:3p; -resplendis resplendir VER 2.42 4.66 0.11 0.07 ind:pre:1s;ind:pre:2s; -resplendissaient resplendir VER 2.42 4.66 0.00 0.27 ind:imp:3p; -resplendissait resplendir VER 2.42 4.66 0.49 1.49 ind:imp:3s; -resplendissant resplendissant ADJ m s 1.85 1.89 0.30 0.41 -resplendissante resplendissant ADJ f s 1.85 1.89 1.12 0.95 -resplendissantes resplendissant ADJ f p 1.85 1.89 0.07 0.27 -resplendissants resplendissant ADJ m p 1.85 1.89 0.35 0.27 -resplendisse resplendir VER 2.42 4.66 0.16 0.07 sub:pre:3s; -resplendissement resplendissement NOM m s 0.00 0.07 0.00 0.07 -resplendissent resplendir VER 2.42 4.66 0.00 0.27 ind:pre:3p; -resplendissez resplendir VER 2.42 4.66 0.21 0.00 ind:pre:2p; -resplendit resplendir VER 2.42 4.66 0.52 1.22 ind:pre:3s;ind:pas:3s; -responsabilisation responsabilisation NOM f s 0.01 0.00 0.01 0.00 -responsabilise responsabiliser VER 0.30 0.07 0.00 0.07 ind:pre:1s; -responsabiliser responsabiliser VER 0.30 0.07 0.30 0.00 inf; -responsabilité responsabilité NOM f s 37.46 28.72 26.04 18.11 -responsabilités responsabilité NOM f p 37.46 28.72 11.42 10.61 -responsable responsable ADJ s 46.01 21.82 40.66 17.43 -responsables responsable ADJ p 46.01 21.82 5.35 4.39 -resquillaient resquiller VER 0.45 0.68 0.00 0.07 ind:imp:3p; -resquillant resquiller VER 0.45 0.68 0.03 0.14 par:pre; -resquille resquiller VER 0.45 0.68 0.23 0.14 ind:pre:1s;ind:pre:3s; -resquiller resquiller VER 0.45 0.68 0.14 0.34 inf; -resquillera resquiller VER 0.45 0.68 0.01 0.00 ind:fut:3s; -resquilles resquiller VER 0.45 0.68 0.01 0.00 ind:pre:2s; -resquilleur resquilleur ADJ m s 0.10 0.07 0.10 0.07 -resquilleurs resquilleur NOM m p 0.24 0.61 0.17 0.41 -resquilleuse resquilleur NOM f s 0.24 0.61 0.01 0.00 -resquilleuses resquilleur NOM f p 0.24 0.61 0.00 0.07 -resquillé resquiller VER m s 0.45 0.68 0.03 0.00 par:pas; -ressac ressac NOM m s 0.14 4.39 0.14 4.32 -ressacs ressac NOM m p 0.14 4.39 0.00 0.07 -ressaie ressayer VER 0.17 0.00 0.05 0.00 imp:pre:2s;ind:pre:1s;ind:pre:3s; -ressaisît ressaisir VER 5.87 7.77 0.00 0.07 sub:imp:3s; -ressaisi ressaisir VER m s 5.87 7.77 0.22 0.81 par:pas; -ressaisie ressaisir VER f s 5.87 7.77 0.06 0.47 par:pas; -ressaisir ressaisir VER 5.87 7.77 1.26 2.57 inf; -ressaisira ressaisir VER 5.87 7.77 0.10 0.14 ind:fut:3s; -ressaisirais ressaisir VER 5.87 7.77 0.01 0.00 cnd:pre:1s; -ressaisis ressaisir VER m p 5.87 7.77 3.06 0.61 imp:pre:2s;ind:pre:1s;ind:pre:2s;par:pas; -ressaisissaient ressaisir VER 5.87 7.77 0.00 0.07 ind:imp:3p; -ressaisissais ressaisir VER 5.87 7.77 0.01 0.07 ind:imp:1s; -ressaisissait ressaisir VER 5.87 7.77 0.01 0.14 ind:imp:3s; -ressaisissant ressaisir VER 5.87 7.77 0.00 0.20 par:pre; -ressaisisse ressaisir VER 5.87 7.77 0.02 0.34 sub:pre:1s;sub:pre:3s; -ressaisissement ressaisissement NOM m s 0.00 0.07 0.00 0.07 -ressaisisses ressaisir VER 5.87 7.77 0.05 0.00 sub:pre:2s; -ressaisissez ressaisir VER 5.87 7.77 0.86 0.20 imp:pre:2p;ind:pre:2p; -ressaisissions ressaisir VER 5.87 7.77 0.00 0.07 ind:imp:1p; -ressaisissons ressaisir VER 5.87 7.77 0.03 0.07 imp:pre:1p; -ressaisit ressaisir VER 5.87 7.77 0.17 1.96 ind:pre:3s;ind:pas:3s; -ressassaient ressasser VER 1.31 5.27 0.00 0.14 ind:imp:3p; -ressassais ressasser VER 1.31 5.27 0.01 0.14 ind:imp:1s;ind:imp:2s; -ressassait ressasser VER 1.31 5.27 0.01 1.28 ind:imp:3s; -ressassant ressasser VER 1.31 5.27 0.05 0.54 par:pre; -ressasse ressasser VER 1.31 5.27 0.27 0.34 imp:pre:2s;ind:pre:1s;ind:pre:3s; -ressassement ressassement NOM m s 0.00 0.47 0.00 0.47 -ressassent ressasser VER 1.31 5.27 0.01 0.20 ind:pre:3p; -ressasser ressasser VER 1.31 5.27 0.77 1.28 inf; -ressasseur ressasseur NOM m s 0.00 0.07 0.00 0.07 -ressassez ressasser VER 1.31 5.27 0.00 0.07 ind:pre:2p; -ressassions ressasser VER 1.31 5.27 0.00 0.07 ind:imp:1p; -ressassèrent ressasser VER 1.31 5.27 0.01 0.00 ind:pas:3p; -ressassé ressasser VER m s 1.31 5.27 0.16 0.41 par:pas; -ressassée ressasser VER f s 1.31 5.27 0.00 0.14 par:pas; -ressassées ressasser VER f p 1.31 5.27 0.01 0.14 par:pas; -ressassés ressasser VER m p 1.31 5.27 0.02 0.54 par:pas; -ressaut ressaut NOM m s 0.01 1.15 0.01 0.74 -ressauter ressauter VER 0.09 0.00 0.07 0.00 inf; -ressauts ressaut NOM m p 0.01 1.15 0.00 0.41 -ressauté ressauter VER m s 0.09 0.00 0.01 0.00 par:pas; -ressayer ressayer VER 0.17 0.00 0.12 0.00 inf; -ressembla ressembler VER 148.60 157.50 0.00 1.01 ind:pas:3s; -ressemblaient ressembler VER 148.60 157.50 2.17 15.54 ind:imp:3p; -ressemblais ressembler VER 148.60 157.50 2.23 1.15 ind:imp:1s;ind:imp:2s; -ressemblait ressembler VER 148.60 157.50 13.41 54.26 ind:imp:3s; -ressemblance ressemblance NOM f s 5.02 10.54 4.46 9.26 -ressemblances ressemblance NOM f p 5.02 10.54 0.56 1.28 -ressemblant ressemblant ADJ m s 2.07 2.77 1.57 1.49 -ressemblante ressemblant ADJ f s 2.07 2.77 0.29 0.61 -ressemblantes ressemblant ADJ f p 2.07 2.77 0.14 0.20 -ressemblants ressemblant ADJ m p 2.07 2.77 0.06 0.47 -ressemblassent ressembler VER 148.60 157.50 0.00 0.14 sub:imp:3p; -ressemble ressembler VER 148.60 157.50 83.47 40.41 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:1s;sub:pre:3s; -ressemblent ressembler VER 148.60 157.50 11.21 13.18 ind:pre:3p; -ressembler ressembler VER 148.60 157.50 11.44 18.72 inf; -ressemblera ressembler VER 148.60 157.50 1.14 0.68 ind:fut:3s; -ressemblerai ressembler VER 148.60 157.50 0.09 0.14 ind:fut:1s; -ressembleraient ressembler VER 148.60 157.50 0.05 0.27 cnd:pre:3p; -ressemblerais ressembler VER 148.60 157.50 0.53 0.00 cnd:pre:1s;cnd:pre:2s; -ressemblerait ressembler VER 148.60 157.50 1.12 2.16 cnd:pre:3s; -ressembleras ressembler VER 148.60 157.50 0.21 0.07 ind:fut:2s; -ressemblerez ressembler VER 148.60 157.50 0.05 0.07 ind:fut:2p; -ressembleront ressembler VER 148.60 157.50 0.28 0.14 ind:fut:3p; -ressembles ressembler VER 148.60 157.50 11.93 1.01 ind:pre:2s;sub:pre:2s; -ressemblez ressembler VER 148.60 157.50 6.92 1.35 imp:pre:2p;ind:pre:2p; -ressembliez ressembler VER 148.60 157.50 0.26 0.14 ind:imp:2p; -ressemblions ressembler VER 148.60 157.50 0.03 0.61 ind:imp:1p; -ressemblons ressembler VER 148.60 157.50 0.89 0.74 ind:pre:1p; -ressemblât ressembler VER 148.60 157.50 0.01 1.28 sub:imp:3s; -ressemblèrent ressembler VER 148.60 157.50 0.00 0.20 ind:pas:3p; -ressemblé ressembler VER m s 148.60 157.50 0.17 1.49 par:pas; -ressemelage ressemelage NOM m s 0.00 0.41 0.00 0.27 -ressemelages ressemelage NOM m p 0.00 0.41 0.00 0.14 -ressemelait ressemeler VER 0.02 0.34 0.00 0.07 ind:imp:3s; -ressemeler ressemeler VER 0.02 0.34 0.02 0.14 inf; -ressemellent ressemeler VER 0.02 0.34 0.00 0.07 ind:pre:3p; -ressemelée ressemeler VER f s 0.02 0.34 0.00 0.07 par:pas; -ressemer ressemer VER 0.01 0.00 0.01 0.00 inf; -ressens ressentir VER 78.78 70.14 27.91 5.68 imp:pre:2s;ind:pre:1s;ind:pre:2s; -ressent ressentir VER 78.78 70.14 10.23 7.23 ind:pre:3s; -ressentîmes ressentir VER 78.78 70.14 0.00 0.07 ind:pas:1p; -ressentît ressentir VER 78.78 70.14 0.00 0.34 sub:imp:3s; -ressentaient ressentir VER 78.78 70.14 0.12 1.28 ind:imp:3p; -ressentais ressentir VER 78.78 70.14 2.72 5.81 ind:imp:1s;ind:imp:2s; -ressentait ressentir VER 78.78 70.14 1.66 12.77 ind:imp:3s; -ressentant ressentir VER 78.78 70.14 0.08 0.61 par:pre; -ressente ressentir VER 78.78 70.14 0.72 0.47 sub:pre:1s;sub:pre:3s; -ressentent ressentir VER 78.78 70.14 2.49 1.28 ind:pre:3p; -ressentes ressentir VER 78.78 70.14 0.41 0.00 sub:pre:2s; -ressentez ressentir VER 78.78 70.14 6.70 0.27 imp:pre:2p;ind:pre:2p; -ressenti ressentir VER m s 78.78 70.14 11.36 10.68 par:pas; -ressentie ressentir VER f s 78.78 70.14 0.60 2.64 par:pas; -ressenties ressentir VER f p 78.78 70.14 0.07 0.34 par:pas; -ressentiez ressentir VER 78.78 70.14 0.50 0.00 ind:imp:2p; -ressentiment ressentiment NOM m s 1.83 5.00 1.56 4.59 -ressentiments ressentiment NOM m p 1.83 5.00 0.27 0.41 -ressentions ressentir VER 78.78 70.14 0.04 0.34 ind:imp:1p; -ressentir ressentir VER 78.78 70.14 9.76 10.54 inf; -ressentira ressentir VER 78.78 70.14 0.26 0.00 ind:fut:3s; -ressentirai ressentir VER 78.78 70.14 0.11 0.00 ind:fut:1s; -ressentirais ressentir VER 78.78 70.14 0.42 0.14 cnd:pre:1s;cnd:pre:2s; -ressentirait ressentir VER 78.78 70.14 0.16 0.14 cnd:pre:3s; -ressentiras ressentir VER 78.78 70.14 0.06 0.07 ind:fut:2s; -ressentirent ressentir VER 78.78 70.14 0.00 0.27 ind:pas:3p; -ressentirez ressentir VER 78.78 70.14 0.16 0.00 ind:fut:2p; -ressentiriez ressentir VER 78.78 70.14 0.17 0.00 cnd:pre:2p; -ressentirions ressentir VER 78.78 70.14 0.01 0.00 cnd:pre:1p; -ressentiront ressentir VER 78.78 70.14 0.04 0.07 ind:fut:3p; -ressentis ressentir VER m p 78.78 70.14 0.66 3.24 ind:pas:1s;par:pas; -ressentit ressentir VER 78.78 70.14 0.45 5.74 ind:pas:3s; -ressentons ressentir VER 78.78 70.14 0.90 0.14 imp:pre:1p;ind:pre:1p; -resserra resserrer VER 3.74 11.08 0.00 1.01 ind:pas:3s; -resserrage resserrage NOM m s 0.10 0.00 0.10 0.00 -resserraient resserrer VER 3.74 11.08 0.02 0.34 ind:imp:3p; -resserrait resserrer VER 3.74 11.08 0.02 1.82 ind:imp:3s; -resserrant resserrer VER 3.74 11.08 0.00 0.61 par:pre; -resserre resserrer VER 3.74 11.08 1.15 1.69 imp:pre:2s;ind:pre:1s;ind:pre:3s; -resserrement resserrement NOM m s 0.00 1.15 0.00 1.15 -resserrent resserrer VER 3.74 11.08 0.35 0.95 ind:pre:3p; -resserrer resserrer VER 3.74 11.08 1.19 2.23 inf; -resserrera resserrer VER 3.74 11.08 0.04 0.07 ind:fut:3s; -resserrerai resserrer VER 3.74 11.08 0.01 0.14 ind:fut:1s; -resserrerait resserrer VER 3.74 11.08 0.02 0.07 cnd:pre:3s; -resserres resserrer VER 3.74 11.08 0.02 0.00 ind:pre:2s; -resserrez resserrer VER 3.74 11.08 0.45 0.00 imp:pre:2p;ind:pre:2p; -resserrions resserrer VER 3.74 11.08 0.00 0.07 ind:imp:1p; -resserrons resserrer VER 3.74 11.08 0.02 0.07 imp:pre:1p;ind:pre:1p; -resserrèrent resserrer VER 3.74 11.08 0.00 0.20 ind:pas:3p; -resserré resserrer VER m s 3.74 11.08 0.42 0.95 par:pas; -resserrée resserrer VER f s 3.74 11.08 0.01 0.34 par:pas; -resserrées resserrer VER f p 3.74 11.08 0.01 0.41 par:pas; -resserrés resserré ADJ m p 0.06 1.69 0.04 0.54 -ressers resservir VER 2.25 3.04 1.13 0.27 imp:pre:2s;ind:pre:1s;ind:pre:2s; -ressert resservir VER 2.25 3.04 0.07 0.27 ind:pre:3s; -resservais resservir VER 2.25 3.04 0.01 0.00 ind:imp:2s; -resservait resservir VER 2.25 3.04 0.01 0.47 ind:imp:3s; -resservez resservir VER 2.25 3.04 0.17 0.00 imp:pre:2p;ind:pre:2p; -resservi resservir VER m s 2.25 3.04 0.06 0.68 par:pas; -resservir resservir VER 2.25 3.04 0.58 0.81 inf; -resservirai resservir VER 2.25 3.04 0.02 0.00 ind:fut:1s; -resservirais resservir VER 2.25 3.04 0.10 0.00 cnd:pre:1s; -resservirait resservir VER 2.25 3.04 0.00 0.14 cnd:pre:3s; -resservis resservir VER m p 2.25 3.04 0.10 0.07 par:pas; -resservit resservir VER 2.25 3.04 0.00 0.34 ind:pas:3s; -ressors ressortir VER 15.23 31.69 1.35 0.81 imp:pre:2s;ind:pre:1s;ind:pre:2s; -ressort ressort NOM m s 6.95 20.54 5.69 13.65 -ressortîmes ressortir VER 15.23 31.69 0.00 0.14 ind:pas:1p; -ressortaient ressortir VER 15.23 31.69 0.05 1.35 ind:imp:3p; -ressortais ressortir VER 15.23 31.69 0.04 0.20 ind:imp:1s;ind:imp:2s; -ressortait ressortir VER 15.23 31.69 0.12 4.19 ind:imp:3s; -ressortant ressortir VER 15.23 31.69 0.08 0.95 par:pre; -ressorte ressortir VER 15.23 31.69 0.41 0.20 sub:pre:1s;sub:pre:3s; -ressortent ressortir VER 15.23 31.69 0.79 1.22 ind:pre:3p; -ressortes ressortir VER 15.23 31.69 0.03 0.00 sub:pre:2s; -ressortez ressortir VER 15.23 31.69 0.22 0.20 imp:pre:2p;ind:pre:2p; -ressorti ressortir VER m s 15.23 31.69 1.91 2.84 par:pas; -ressortie ressortir VER f s 15.23 31.69 1.27 1.22 par:pas; -ressorties ressortir VER f p 15.23 31.69 0.04 0.14 par:pas; -ressortions ressortir VER 15.23 31.69 0.02 0.20 ind:imp:1p; -ressortir ressortir VER 15.23 31.69 4.64 7.91 inf; -ressortira ressortir VER 15.23 31.69 0.26 0.41 ind:fut:3s; -ressortirai ressortir VER 15.23 31.69 0.37 0.00 ind:fut:1s; -ressortiraient ressortir VER 15.23 31.69 0.00 0.07 cnd:pre:3p; -ressortirais ressortir VER 15.23 31.69 0.07 0.07 cnd:pre:1s;cnd:pre:2s; -ressortirait ressortir VER 15.23 31.69 0.09 0.14 cnd:pre:3s; -ressortiras ressortir VER 15.23 31.69 0.17 0.14 ind:fut:2s; -ressortirent ressortir VER 15.23 31.69 0.01 0.54 ind:pas:3p; -ressortirez ressortir VER 15.23 31.69 0.03 0.00 ind:fut:2p; -ressortiront ressortir VER 15.23 31.69 0.05 0.07 ind:fut:3p; -ressortis ressortir VER m p 15.23 31.69 0.43 1.01 ind:pas:1s;par:pas; -ressortissant ressortissant NOM m s 0.46 1.49 0.11 0.47 -ressortissante ressortissant NOM f s 0.46 1.49 0.01 0.14 -ressortissants ressortissant NOM m p 0.46 1.49 0.34 0.88 -ressortit ressortir VER 15.23 31.69 0.26 4.05 ind:pas:3s; -ressortons ressortir VER 15.23 31.69 0.04 0.00 imp:pre:1p;ind:pre:1p; -ressorts ressort NOM m p 6.95 20.54 1.27 6.89 -ressoudant ressouder VER 0.39 1.01 0.00 0.07 par:pre; -ressoude ressouder VER 0.39 1.01 0.01 0.07 ind:pre:3s; -ressouder ressouder VER 0.39 1.01 0.20 0.41 inf; -ressoudé ressouder VER m s 0.39 1.01 0.01 0.27 par:pas; -ressoudée ressouder VER f s 0.39 1.01 0.12 0.14 par:pas; -ressoudés ressouder VER m p 0.39 1.01 0.04 0.07 par:pas; -ressource ressource NOM f s 8.81 22.50 1.13 5.95 -ressourcement ressourcement NOM m s 0.01 0.07 0.01 0.07 -ressourcer ressourcer VER 0.40 0.47 0.40 0.27 ind:pre:2p;inf; -ressources ressource NOM f p 8.81 22.50 7.68 16.55 -ressourcé ressourcer VER m s 0.40 0.47 0.00 0.07 par:pas; -ressourçais ressourcer VER 0.40 0.47 0.00 0.07 ind:imp:1s; -ressourçait ressourcer VER 0.40 0.47 0.00 0.07 ind:imp:3s; -ressouvenait ressouvenir VER 0.68 0.88 0.00 0.14 ind:imp:3s; -ressouvenant ressouvenir VER 0.68 0.88 0.00 0.07 par:pre; -ressouvenir ressouvenir VER 0.68 0.88 0.68 0.47 inf; -ressouvenue ressouvenir VER f s 0.68 0.88 0.00 0.07 par:pas; -ressouviens ressouvenir VER 0.68 0.88 0.00 0.07 ind:pre:1s; -ressouvint ressouvenir VER 0.68 0.88 0.00 0.07 ind:pas:3s; -ressui ressui NOM m s 0.00 0.07 0.00 0.07 -ressuiement ressuiement NOM m s 0.00 0.07 0.00 0.07 -ressurgi ressurgir VER m s 0.70 1.55 0.04 0.34 par:pas; -ressurgie ressurgir VER f s 0.70 1.55 0.00 0.14 par:pas; -ressurgir ressurgir VER 0.70 1.55 0.36 0.41 inf; -ressurgirait ressurgir VER 0.70 1.55 0.00 0.07 cnd:pre:3s; -ressurgirent ressurgir VER 0.70 1.55 0.00 0.07 ind:pas:3p; -ressurgiront ressurgir VER 0.70 1.55 0.02 0.00 ind:fut:3p; -ressurgissait ressurgir VER 0.70 1.55 0.01 0.14 ind:imp:3s; -ressurgissant ressurgir VER 0.70 1.55 0.00 0.20 par:pre; -ressurgissent ressurgir VER 0.70 1.55 0.09 0.00 ind:pre:3p; -ressurgit ressurgir VER 0.70 1.55 0.18 0.20 ind:pre:3s; -ressuscita ressusciter VER 11.44 17.91 0.06 0.27 ind:pas:3s; -ressuscitai ressusciter VER 11.44 17.91 0.00 0.14 ind:pas:1s; -ressuscitaient ressusciter VER 11.44 17.91 0.02 0.95 ind:imp:3p; -ressuscitais ressusciter VER 11.44 17.91 0.01 0.20 ind:imp:1s; -ressuscitait ressusciter VER 11.44 17.91 0.11 1.35 ind:imp:3s; -ressuscitant ressusciter VER 11.44 17.91 0.03 0.68 par:pre; -ressuscite ressusciter VER 11.44 17.91 0.82 1.42 imp:pre:2s;ind:pre:1s;ind:pre:3s; -ressuscitent ressusciter VER 11.44 17.91 0.51 1.08 ind:pre:3p; -ressusciter ressusciter VER 11.44 17.91 2.94 4.80 inf; -ressuscitera ressusciter VER 11.44 17.91 1.03 0.27 ind:fut:3s; -ressusciterai ressusciter VER 11.44 17.91 0.11 0.07 ind:fut:1s; -ressusciteraient ressusciter VER 11.44 17.91 0.01 0.20 cnd:pre:3p; -ressusciterait ressusciter VER 11.44 17.91 0.29 0.47 cnd:pre:3s; -ressusciteras ressusciter VER 11.44 17.91 0.00 0.07 ind:fut:2s; -ressusciterez ressusciter VER 11.44 17.91 0.01 0.07 ind:fut:2p; -ressusciterons ressusciter VER 11.44 17.91 0.27 0.14 ind:fut:1p; -ressusciteront ressusciter VER 11.44 17.91 0.06 0.14 ind:fut:3p; -ressuscites ressusciter VER 11.44 17.91 0.22 0.07 ind:pre:2s; -ressuscitez ressusciter VER 11.44 17.91 0.27 0.00 imp:pre:2p;ind:pre:2p; -ressuscitons ressusciter VER 11.44 17.91 0.01 0.00 imp:pre:1p; -ressuscitât ressusciter VER 11.44 17.91 0.00 0.07 sub:imp:3s; -ressuscité ressusciter VER m s 11.44 17.91 3.86 3.72 par:pas; -ressuscitée ressusciter VER f s 11.44 17.91 0.56 0.81 par:pas; -ressuscitées ressusciter VER f p 11.44 17.91 0.01 0.20 par:pas; -ressuscités ressusciter VER m p 11.44 17.91 0.23 0.74 par:pas; -ressué ressuer VER m s 0.00 0.07 0.00 0.07 par:pas; -ressuyé ressuyer VER m s 0.00 0.34 0.00 0.20 par:pas; -ressuyée ressuyer VER f s 0.00 0.34 0.00 0.14 par:pas; -resta rester VER 1003.57 793.78 3.53 52.70 ind:pas:3s; -restai rester VER 1003.57 793.78 1.27 13.92 ind:pas:1s; -restaient rester VER 1003.57 793.78 2.81 32.23 ind:imp:3p; -restais rester VER 1003.57 793.78 4.84 13.58 ind:imp:1s;ind:imp:2s; -restait rester VER 1003.57 793.78 18.34 152.64 ind:imp:3s; -restant restant NOM m s 5.74 5.68 5.54 5.41 -restante restant ADJ f s 2.42 3.24 0.83 1.35 -restantes restant ADJ f p 2.42 3.24 0.28 0.47 -restants restant ADJ m p 2.42 3.24 0.81 0.14 -restassent rester VER 1003.57 793.78 0.00 0.27 sub:imp:3p; -restau restau NOM m s 3.65 2.50 3.31 2.09 -restaura restaurer VER 6.31 9.26 0.00 0.07 ind:pas:3s; -restaurait restaurer VER 6.31 9.26 0.04 0.34 ind:imp:3s; -restaurant restaurant NOM m s 50.04 48.99 44.29 38.85 -restaurants restaurant NOM m p 50.04 48.99 5.75 10.14 -restaurateur restaurateur NOM m s 1.25 2.57 1.09 1.62 -restaurateurs restaurateur NOM m p 1.25 2.57 0.09 0.61 -restauration restauration NOM f s 2.96 5.27 2.90 5.07 -restaurations restauration NOM f p 2.96 5.27 0.06 0.20 -restauratrice restaurateur NOM f s 1.25 2.57 0.07 0.34 -restaure restaurer VER 6.31 9.26 1.24 0.41 imp:pre:2s;ind:pre:1s;ind:pre:3s; -restaurent restaurer VER 6.31 9.26 0.23 0.14 ind:pre:3p; -restaurer restaurer VER 6.31 9.26 2.20 4.32 inf;; -restaurera restaurer VER 6.31 9.26 0.01 0.00 ind:fut:3s; -restaurerai restaurer VER 6.31 9.26 0.01 0.00 ind:fut:1s; -restaureraient restaurer VER 6.31 9.26 0.00 0.07 cnd:pre:3p; -restaurerait restaurer VER 6.31 9.26 0.01 0.07 cnd:pre:3s; -restaurez restaurer VER 6.31 9.26 0.22 0.00 imp:pre:2p;ind:pre:2p; -restaurons restaurer VER 6.31 9.26 0.03 0.00 imp:pre:1p; -restauroute restauroute NOM m s 0.00 0.41 0.00 0.41 -restauré restaurer VER m s 6.31 9.26 0.93 1.49 par:pas; -restaurée restaurer VER f s 6.31 9.26 0.49 0.81 par:pas; -restaurées restaurer VER f p 6.31 9.26 0.14 0.47 par:pas; -restaurés restaurer VER m p 6.31 9.26 0.05 0.14 par:pas; -restaus restau NOM m p 3.65 2.50 0.34 0.41 -reste rester VER 1003.57 793.78 320.44 153.99 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -restent rester VER 1003.57 793.78 21.75 25.20 ind:pre:3p; -rester rester VER 1003.57 793.78 310.37 123.78 inf;;inf;;inf;; -restera rester VER 1003.57 793.78 25.73 15.68 ind:fut:3s; -resterai rester VER 1003.57 793.78 11.80 3.85 ind:fut:1s; -resteraient rester VER 1003.57 793.78 0.43 3.04 cnd:pre:3p; -resterais rester VER 1003.57 793.78 4.68 2.50 cnd:pre:1s;cnd:pre:2s; -resterait rester VER 1003.57 793.78 5.30 12.09 cnd:pre:3s; -resteras rester VER 1003.57 793.78 6.32 1.82 ind:fut:2s; -resterez rester VER 1003.57 793.78 5.75 1.35 ind:fut:2p; -resteriez rester VER 1003.57 793.78 1.00 0.20 cnd:pre:2p; -resterions rester VER 1003.57 793.78 0.05 0.61 cnd:pre:1p; -resterons rester VER 1003.57 793.78 3.63 1.49 ind:fut:1p; -resteront rester VER 1003.57 793.78 3.98 2.23 ind:fut:3p; -restes rester VER 1003.57 793.78 44.15 6.28 ind:pre:2s;sub:pre:2s; -restez rester VER 1003.57 793.78 105.52 10.81 imp:pre:2p;ind:pre:2p; -restiez rester VER 1003.57 793.78 4.42 1.01 ind:imp:2p; -restions rester VER 1003.57 793.78 0.94 4.86 ind:imp:1p; -restituaient restituer VER 2.44 9.39 0.00 0.14 ind:imp:3p; -restituait restituer VER 2.44 9.39 0.00 1.49 ind:imp:3s; -restituant restituer VER 2.44 9.39 0.00 0.61 par:pre; -restitue restituer VER 2.44 9.39 0.43 1.55 imp:pre:2s;ind:pre:1s;ind:pre:3s; -restituent restituer VER 2.44 9.39 0.02 0.27 ind:pre:3p; -restituer restituer VER 2.44 9.39 1.10 2.84 inf; -restituera restituer VER 2.44 9.39 0.02 0.14 ind:fut:3s; -restituerai restituer VER 2.44 9.39 0.03 0.00 ind:fut:1s; -restituerait restituer VER 2.44 9.39 0.00 0.20 cnd:pre:3s; -restituerons restituer VER 2.44 9.39 0.14 0.07 ind:fut:1p; -restituez restituer VER 2.44 9.39 0.04 0.00 imp:pre:2p; -restituiez restituer VER 2.44 9.39 0.00 0.07 ind:imp:2p; -restitution restitution NOM f s 0.28 0.88 0.28 0.88 -restitué restituer VER m s 2.44 9.39 0.38 0.81 par:pas; -restituée restituer VER f s 2.44 9.39 0.20 0.61 par:pas; -restituées restituer VER f p 2.44 9.39 0.04 0.27 par:pas; -restitués restituer VER m p 2.44 9.39 0.03 0.34 par:pas; -resto resto NOM m s 10.47 1.62 9.36 1.42 -restâmes rester VER 1003.57 793.78 0.04 3.04 ind:pas:1p; -restons rester VER 1003.57 793.78 16.36 6.82 imp:pre:1p;ind:pre:1p; -restoroute restoroute NOM m s 0.16 0.14 0.16 0.14 -restos resto NOM m p 10.47 1.62 1.10 0.20 -restât rester VER 1003.57 793.78 0.03 4.19 sub:imp:3s; -restreignait restreindre VER 1.14 2.30 0.00 0.07 ind:imp:3s; -restreignant restreindre VER 1.14 2.30 0.02 0.07 par:pre; -restreignent restreindre VER 1.14 2.30 0.00 0.07 ind:pre:3p; -restreignez restreindre VER 1.14 2.30 0.01 0.00 ind:pre:2p; -restreignit restreindre VER 1.14 2.30 0.00 0.07 ind:pas:3s; -restreindre restreindre VER 1.14 2.30 0.30 0.41 inf; -restreins restreindre VER 1.14 2.30 0.04 0.00 imp:pre:2s;ind:pre:1s; -restreint restreindre VER m s 1.14 2.30 0.58 0.68 ind:pre:3s;par:pas; -restreinte restreint ADJ f s 0.54 5.41 0.20 1.42 -restreintes restreint ADJ f p 0.54 5.41 0.03 0.34 -restreints restreint ADJ m p 0.54 5.41 0.01 0.74 -restrictif restrictif ADJ m s 0.80 0.20 0.20 0.07 -restriction restriction NOM f s 1.94 6.69 1.07 2.36 -restrictions restriction NOM f p 1.94 6.69 0.88 4.32 -restrictive restrictif ADJ f s 0.80 0.20 0.58 0.07 -restrictives restrictif ADJ f p 0.80 0.20 0.02 0.07 -restructurant restructurer VER 0.94 0.07 0.01 0.00 par:pre; -restructuration restructuration NOM f s 0.91 0.34 0.91 0.20 -restructurations restructuration NOM f p 0.91 0.34 0.00 0.07 -restructurer restructurer VER 0.94 0.07 0.45 0.00 inf; -restructureront restructurer VER 0.94 0.07 0.01 0.00 ind:fut:3p; -restructurons restructurer VER 0.94 0.07 0.00 0.07 ind:pre:1p; -restructuré restructurer VER m s 0.94 0.07 0.34 0.00 par:pas; -restructurée restructurer VER f s 0.94 0.07 0.13 0.00 par:pas; -restèrent rester VER 1003.57 793.78 0.45 14.19 ind:pas:3p; -resté rester VER m s 1003.57 793.78 43.45 62.09 par:pas; -restée rester VER f s 1003.57 793.78 19.08 31.08 ind:imp:3p;par:pas; -restées rester VER f p 1003.57 793.78 1.62 6.01 par:pas; -restés rester VER m p 1003.57 793.78 10.74 21.08 par:pas; -resucée resucée NOM f s 0.03 0.14 0.03 0.14 -resurgît resurgir VER 0.85 3.92 0.00 0.07 sub:imp:3s; -resurgi resurgir VER m s 0.85 3.92 0.04 0.20 par:pas; -resurgies resurgir VER f p 0.85 3.92 0.00 0.14 par:pas; -resurgir resurgir VER 0.85 3.92 0.39 1.42 inf; -resurgira resurgir VER 0.85 3.92 0.05 0.07 ind:fut:3s; -resurgirai resurgir VER 0.85 3.92 0.01 0.00 ind:fut:1s; -resurgirait resurgir VER 0.85 3.92 0.01 0.07 cnd:pre:3s; -resurgirent resurgir VER 0.85 3.92 0.00 0.07 ind:pas:3p; -resurgiront resurgir VER 0.85 3.92 0.00 0.07 ind:fut:3p; -resurgis resurgir VER m p 0.85 3.92 0.00 0.07 par:pas; -resurgissaient resurgir VER 0.85 3.92 0.00 0.20 ind:imp:3p; -resurgissait resurgir VER 0.85 3.92 0.01 0.41 ind:imp:3s; -resurgissant resurgir VER 0.85 3.92 0.01 0.14 par:pre; -resurgisse resurgir VER 0.85 3.92 0.03 0.07 sub:pre:3s; -resurgissent resurgir VER 0.85 3.92 0.02 0.34 ind:pre:3p; -resurgit resurgir VER 0.85 3.92 0.28 0.61 ind:pre:3s;ind:pas:3s; -retînmes retenir VER 71.58 143.92 0.00 0.14 ind:pas:1p; -retînt retenir VER 71.58 143.92 0.00 0.34 sub:imp:3s; -retable retable NOM m s 0.34 1.15 0.24 0.81 -retables retable NOM m p 0.34 1.15 0.10 0.34 -retaillaient retailler VER 0.05 1.01 0.00 0.07 ind:imp:3p; -retaillait retailler VER 0.05 1.01 0.00 0.07 ind:imp:3s; -retaille retailler VER 0.05 1.01 0.00 0.14 ind:pre:1s;ind:pre:3s; -retailler retailler VER 0.05 1.01 0.02 0.27 inf; -retaillé retailler VER m s 0.05 1.01 0.01 0.27 par:pas; -retaillée retailler VER f s 0.05 1.01 0.00 0.07 par:pas; -retaillées retailler VER f p 0.05 1.01 0.01 0.07 par:pas; -retaillés retailler VER m p 0.05 1.01 0.00 0.07 par:pas; -retapa retaper VER 3.50 4.05 0.00 0.14 ind:pas:3s; -retapaient retaper VER 3.50 4.05 0.00 0.07 ind:imp:3p; -retapait retaper VER 3.50 4.05 0.01 0.14 ind:imp:3s; -retapant retaper VER 3.50 4.05 0.00 0.14 par:pre; -retape retaper VER 3.50 4.05 0.36 0.47 imp:pre:2s;ind:pre:1s;ind:pre:3s; -retapent retaper VER 3.50 4.05 0.01 0.07 ind:pre:3p; -retaper retaper VER 3.50 4.05 1.60 1.28 inf; -retaperait retaper VER 3.50 4.05 0.00 0.07 cnd:pre:3s; -retapeur retapeur NOM m s 0.01 0.00 0.01 0.00 -retapez retaper VER 3.50 4.05 0.08 0.00 imp:pre:2p;ind:pre:2p; -retapissant retapisser VER 0.32 3.31 0.00 0.07 par:pre; -retapisse retapisser VER 0.32 3.31 0.25 0.95 ind:pre:1s;ind:pre:3s; -retapissent retapisser VER 0.32 3.31 0.00 0.27 ind:pre:3p; -retapisser retapisser VER 0.32 3.31 0.05 0.88 inf; -retapisserait retapisser VER 0.32 3.31 0.00 0.07 cnd:pre:3s; -retapisses retapisser VER 0.32 3.31 0.00 0.07 ind:pre:2s; -retapissé retapisser VER m s 0.32 3.31 0.03 0.61 par:pas; -retapissée retapisser VER f s 0.32 3.31 0.00 0.34 par:pas; -retapissées retapisser VER f p 0.32 3.31 0.00 0.07 par:pas; -retapé retaper VER m s 3.50 4.05 1.14 1.01 par:pas; -retapée retaper VER f s 3.50 4.05 0.28 0.47 par:pas; -retapées retaper VER f p 3.50 4.05 0.00 0.14 par:pas; -retapés retaper VER m p 3.50 4.05 0.01 0.07 par:pas; -retard retard NOM m s 126.45 46.62 125.65 43.45 -retarda retarder VER 11.89 14.53 0.00 0.47 ind:pas:3s; -retardaient retarder VER 11.89 14.53 0.01 0.54 ind:imp:3p; -retardais retarder VER 11.89 14.53 0.17 0.27 ind:imp:1s;ind:imp:2s; -retardait retarder VER 11.89 14.53 0.21 1.08 ind:imp:3s; -retardant retarder VER 11.89 14.53 0.03 0.88 par:pre; -retardataire retardataire ADJ s 0.33 0.68 0.32 0.47 -retardataires retardataire NOM p 0.70 1.01 0.52 0.88 -retardateur retardateur NOM m s 0.14 0.00 0.14 0.00 -retarde retarder VER 11.89 14.53 1.95 1.55 imp:pre:2s;ind:pre:1s;ind:pre:3s; -retardement retardement NOM m s 1.61 2.03 1.61 2.03 -retardent retarder VER 11.89 14.53 0.36 0.47 ind:pre:3p; -retarder retarder VER 11.89 14.53 3.09 4.46 inf;; -retardera retarder VER 11.89 14.53 0.24 0.00 ind:fut:3s; -retarderai retarder VER 11.89 14.53 0.04 0.14 ind:fut:1s; -retarderaient retarder VER 11.89 14.53 0.02 0.07 cnd:pre:3p; -retarderait retarder VER 11.89 14.53 0.10 0.41 cnd:pre:3s; -retarderez retarder VER 11.89 14.53 0.01 0.00 ind:fut:2p; -retarderiez retarder VER 11.89 14.53 0.01 0.00 cnd:pre:2p; -retardes retarder VER 11.89 14.53 0.87 0.14 ind:pre:2s; -retardez retarder VER 11.89 14.53 0.56 0.20 imp:pre:2p;ind:pre:2p; -retardions retarder VER 11.89 14.53 0.00 0.07 ind:imp:1p; -retardons retarder VER 11.89 14.53 0.20 0.14 imp:pre:1p;ind:pre:1p; -retardât retarder VER 11.89 14.53 0.00 0.07 sub:imp:3s; -retards retard NOM m p 126.45 46.62 0.81 3.18 -retardèrent retarder VER 11.89 14.53 0.00 0.07 ind:pas:3p; -retardé retarder VER m s 11.89 14.53 2.90 2.36 par:pas; -retardée retarder VER f s 11.89 14.53 0.67 1.01 par:pas; -retardées retarder VER f p 11.89 14.53 0.06 0.07 par:pas; -retardés retarder VER m p 11.89 14.53 0.39 0.07 par:pas; -reteindre reteindre VER 0.12 0.20 0.11 0.07 inf; -reteints reteindre VER m p 0.12 0.20 0.01 0.14 par:pas; -retenaient retenir VER 71.58 143.92 0.42 4.66 ind:imp:3p; -retenais retenir VER 71.58 143.92 0.34 2.23 ind:imp:1s;ind:imp:2s; -retenait retenir VER 71.58 143.92 1.10 15.34 ind:imp:3s; -retenant retenir VER 71.58 143.92 0.70 8.78 par:pre; -retendait retendre VER 0.16 0.61 0.00 0.20 ind:imp:3s; -retendre retendre VER 0.16 0.61 0.01 0.20 inf; -retends retendre VER 0.16 0.61 0.00 0.07 ind:pre:2s; -retendu retendre VER m s 0.16 0.61 0.15 0.07 par:pas; -retendues retendre VER f p 0.16 0.61 0.00 0.07 par:pas; -retenez retenir VER 71.58 143.92 6.15 0.88 imp:pre:2p;ind:pre:2p; -reteniez retenir VER 71.58 143.92 0.05 0.07 ind:imp:2p; -retenions retenir VER 71.58 143.92 0.02 0.34 ind:imp:1p; -retenir retenir VER 71.58 143.92 19.63 38.65 inf; -retenons retenir VER 71.58 143.92 0.19 0.14 imp:pre:1p;ind:pre:1p; -retente retenter VER 0.70 0.00 0.23 0.00 imp:pre:2s;ind:pre:1s;ind:pre:3s; -retenter retenter VER 0.70 0.00 0.44 0.00 inf; -retentes retenter VER 0.70 0.00 0.04 0.00 ind:pre:2s; -retenti retentir VER m s 2.86 25.34 0.48 2.16 par:pas; -retentir retentir VER 2.86 25.34 0.27 3.58 inf; -retentira retentir VER 2.86 25.34 0.15 0.20 ind:fut:3s; -retentirait retentir VER 2.86 25.34 0.00 0.34 cnd:pre:3s; -retentirent retentir VER 2.86 25.34 0.00 1.62 ind:pas:3p; -retentiront retentir VER 2.86 25.34 0.04 0.07 ind:fut:3p; -retentissaient retentir VER 2.86 25.34 0.00 1.76 ind:imp:3p; -retentissait retentir VER 2.86 25.34 0.04 2.43 ind:imp:3s; -retentissant retentissant ADJ m s 0.20 2.50 0.14 1.01 -retentissante retentissant ADJ f s 0.20 2.50 0.03 0.68 -retentissantes retentissant ADJ f p 0.20 2.50 0.00 0.20 -retentissants retentissant ADJ m p 0.20 2.50 0.03 0.61 -retentisse retentir VER 2.86 25.34 0.03 0.14 sub:pre:3s; -retentissement retentissement NOM m s 0.02 1.55 0.02 1.55 -retentissent retentir VER 2.86 25.34 0.19 1.22 ind:pre:3p; -retentit retentir VER 2.86 25.34 1.62 11.01 ind:pre:3s;ind:pas:3s; -retenu retenir VER m s 71.58 143.92 10.20 21.22 par:pas; -retenue retenue NOM f s 3.74 8.04 3.47 7.64 -retenues retenir VER f p 71.58 143.92 0.59 1.55 par:pas; -retenus retenir VER m p 71.58 143.92 0.98 4.12 par:pas; -reçûmes recevoir VER 192.73 224.46 0.01 0.54 ind:pas:1p; -reçût recevoir VER 192.73 224.46 0.01 0.54 sub:imp:3s; -reçois recevoir VER 192.73 224.46 17.48 7.43 imp:pre:2s;ind:pre:1s;ind:pre:2s; -reçoit recevoir VER 192.73 224.46 14.90 14.19 ind:pre:3s; -reçoive recevoir VER 192.73 224.46 2.11 1.55 sub:pre:1s;sub:pre:3s; -reçoivent recevoir VER 192.73 224.46 3.08 4.19 ind:pre:3p;sub:pre:3p; -reçoives recevoir VER 192.73 224.46 0.20 0.00 sub:pre:2s; -reçu recevoir VER m s 192.73 224.46 76.46 56.15 par:pas; -reçue recevoir VER f s 192.73 224.46 4.55 7.03 par:pas; -reçues recevoir VER f p 192.73 224.46 1.29 3.18 par:pas; -reçurent recevoir VER 192.73 224.46 0.23 2.64 ind:pas:3p; -reçus recevoir VER m p 192.73 224.46 1.85 10.88 ind:pas:1s;ind:pas:2s;par:pas; -reçut recevoir VER 192.73 224.46 1.87 21.82 ind:pas:3s; -retiendra retenir VER 71.58 143.92 0.68 0.54 ind:fut:3s; -retiendrai retenir VER 71.58 143.92 1.05 0.54 ind:fut:1s; -retiendraient retenir VER 71.58 143.92 0.01 0.20 cnd:pre:3p; -retiendrais retenir VER 71.58 143.92 0.20 0.14 cnd:pre:1s;cnd:pre:2s; -retiendrait retenir VER 71.58 143.92 0.11 1.08 cnd:pre:3s; -retiendras retenir VER 71.58 143.92 0.20 0.00 ind:fut:2s; -retiendrez retenir VER 71.58 143.92 0.14 0.00 ind:fut:2p; -retiendrions retenir VER 71.58 143.92 0.00 0.07 cnd:pre:1p; -retiendrons retenir VER 71.58 143.92 0.08 0.07 ind:fut:1p; -retiendront retenir VER 71.58 143.92 0.14 0.07 ind:fut:3p; -retienne retenir VER 71.58 143.92 0.89 0.61 sub:pre:1s;sub:pre:3s; -retiennent retenir VER 71.58 143.92 1.69 3.58 ind:pre:3p; -retiennes retenir VER 71.58 143.92 0.22 0.00 sub:pre:2s; -retiens retenir VER 71.58 143.92 12.91 5.88 imp:pre:2s;ind:pre:1s;ind:pre:2s; -retient retenir VER 71.58 143.92 9.17 13.11 ind:pre:3s; -retinrent retenir VER 71.58 143.92 0.14 1.01 ind:pas:3p; -retins retenir VER 71.58 143.92 0.02 1.82 ind:pas:1s; -retint retenir VER 71.58 143.92 0.35 11.22 ind:pas:3s; -retira retirer VER 80.26 98.31 0.45 15.81 ind:pas:3s; -retirable retirable ADJ f s 0.01 0.00 0.01 0.00 -retirai retirer VER 80.26 98.31 0.01 1.76 ind:pas:1s; -retiraient retirer VER 80.26 98.31 0.14 1.69 ind:imp:3p; -retirais retirer VER 80.26 98.31 0.23 0.68 ind:imp:1s;ind:imp:2s; -retirait retirer VER 80.26 98.31 0.45 7.16 ind:imp:3s; -retirant retirer VER 80.26 98.31 0.38 3.58 par:pre; -retire retirer VER 80.26 98.31 21.56 14.80 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -retirement retirement NOM m s 0.14 0.00 0.14 0.00 -retirent retirer VER 80.26 98.31 1.19 1.42 ind:pre:3p; -retirer retirer VER 80.26 98.31 27.39 21.96 ind:pre:2p;inf; -retirera retirer VER 80.26 98.31 0.72 0.68 ind:fut:3s; -retirerai retirer VER 80.26 98.31 0.38 0.54 ind:fut:1s; -retireraient retirer VER 80.26 98.31 0.28 0.34 cnd:pre:3p; -retirerais retirer VER 80.26 98.31 0.15 0.07 cnd:pre:1s;cnd:pre:2s; -retirerait retirer VER 80.26 98.31 0.32 0.61 cnd:pre:3s; -retireras retirer VER 80.26 98.31 0.14 0.07 ind:fut:2s; -retirerez retirer VER 80.26 98.31 0.09 0.00 ind:fut:2p; -retireriez retirer VER 80.26 98.31 0.00 0.07 cnd:pre:2p; -retirerions retirer VER 80.26 98.31 0.00 0.07 cnd:pre:1p; -retirerons retirer VER 80.26 98.31 0.23 0.07 ind:fut:1p; -retireront retirer VER 80.26 98.31 0.32 0.14 ind:fut:3p; -retires retirer VER 80.26 98.31 1.45 0.27 ind:pre:2s; -retirez retirer VER 80.26 98.31 6.20 0.95 imp:pre:2p;ind:pre:2p; -retiriez retirer VER 80.26 98.31 0.24 0.07 ind:imp:2p; -retirions retirer VER 80.26 98.31 0.15 0.27 ind:imp:1p; -retiro retiro NOM m s 0.10 0.07 0.10 0.07 -retirâmes retirer VER 80.26 98.31 0.01 0.07 ind:pas:1p; -retirons retirer VER 80.26 98.31 0.83 0.14 imp:pre:1p;ind:pre:1p; -retirât retirer VER 80.26 98.31 0.00 0.20 sub:imp:3s; -retirèrent retirer VER 80.26 98.31 0.21 1.55 ind:pas:3p; -retiré retirer VER m s 80.26 98.31 12.70 15.07 par:pas; -retirée retirer VER f s 80.26 98.31 2.02 4.73 par:pas; -retirées retirer VER f p 80.26 98.31 0.68 0.74 par:pas; -retirés retirer VER m p 80.26 98.31 1.36 2.77 par:pas; -retissaient retisser VER 0.00 0.34 0.00 0.07 ind:imp:3p; -retissait retisser VER 0.00 0.34 0.00 0.07 ind:imp:3s; -retisser retisser VER 0.00 0.34 0.00 0.20 inf; -retomba retomber VER 11.04 58.58 0.28 7.23 ind:pas:3s; -retombai retomber VER 11.04 58.58 0.00 0.27 ind:pas:1s; -retombaient retomber VER 11.04 58.58 0.15 3.45 ind:imp:3p; -retombais retomber VER 11.04 58.58 0.26 0.68 ind:imp:1s;ind:imp:2s; -retombait retomber VER 11.04 58.58 0.15 6.35 ind:imp:3s; -retombant retomber VER 11.04 58.58 0.02 2.84 par:pre; -retombante retombant ADJ f s 0.02 0.61 0.00 0.14 -retombantes retombant ADJ f p 0.02 0.61 0.00 0.14 -retombe retomber VER 11.04 58.58 3.89 9.32 imp:pre:2s;ind:pre:1s;ind:pre:3s; -retombement retombement NOM m s 0.00 0.14 0.00 0.14 -retombent retomber VER 11.04 58.58 0.70 2.70 ind:pre:3p; -retomber retomber VER 11.04 58.58 2.74 15.95 inf; -retombera retomber VER 11.04 58.58 0.69 0.68 ind:fut:3s; -retomberai retomber VER 11.04 58.58 0.06 0.00 ind:fut:1s; -retomberaient retomber VER 11.04 58.58 0.01 0.27 cnd:pre:3p; -retomberais retomber VER 11.04 58.58 0.01 0.07 cnd:pre:1s;cnd:pre:2s; -retomberait retomber VER 11.04 58.58 0.27 0.47 cnd:pre:3s; -retomberas retomber VER 11.04 58.58 0.05 0.07 ind:fut:2s; -retomberez retomber VER 11.04 58.58 0.03 0.00 ind:fut:2p; -retomberont retomber VER 11.04 58.58 0.00 0.07 ind:fut:3p; -retombes retomber VER 11.04 58.58 0.25 0.14 ind:pre:2s; -retombez retomber VER 11.04 58.58 0.17 0.07 imp:pre:2p;ind:pre:2p; -retombions retomber VER 11.04 58.58 0.00 0.27 ind:imp:1p; -retombâmes retomber VER 11.04 58.58 0.00 0.14 ind:pas:1p; -retombons retomber VER 11.04 58.58 0.12 0.41 imp:pre:1p;ind:pre:1p; -retombât retomber VER 11.04 58.58 0.00 0.14 sub:imp:3s; -retombèrent retomber VER 11.04 58.58 0.00 0.81 ind:pas:3p; -retombé retomber VER m s 11.04 58.58 0.71 3.65 par:pas; -retombée retomber VER f s 11.04 58.58 0.28 1.96 par:pas; -retombées retombée NOM f p 0.79 2.36 0.73 1.01 -retombés retomber VER m p 11.04 58.58 0.19 0.34 par:pas; -retordre retordre VER 1.29 0.61 1.29 0.61 inf; -retors retors ADJ m 0.53 1.69 0.48 1.28 -retorse retors ADJ f s 0.53 1.69 0.03 0.41 -retorses retors ADJ f p 0.53 1.69 0.02 0.00 -retâté retâter VER m s 0.00 0.07 0.00 0.07 par:pas; -retoucha retoucher VER 1.98 2.09 0.00 0.14 ind:pas:3s; -retouchai retoucher VER 1.98 2.09 0.00 0.14 ind:pas:1s; -retouchait retoucher VER 1.98 2.09 0.01 0.20 ind:imp:3s; -retouchant retoucher VER 1.98 2.09 0.00 0.14 par:pre; -retouche retouche NOM f s 1.30 2.30 0.61 0.74 -retouchent retoucher VER 1.98 2.09 0.01 0.07 ind:pre:3p; -retoucher retoucher VER 1.98 2.09 1.10 0.54 inf; -retouchera retoucher VER 1.98 2.09 0.03 0.00 ind:fut:3s; -retoucherais retoucher VER 1.98 2.09 0.00 0.07 cnd:pre:1s; -retoucherait retoucher VER 1.98 2.09 0.00 0.14 cnd:pre:3s; -retouches retouche NOM f p 1.30 2.30 0.69 1.55 -retoucheur retoucheur NOM m s 0.01 0.00 0.01 0.00 -retouchez retoucher VER 1.98 2.09 0.07 0.00 imp:pre:2p;ind:pre:2p; -retouché retoucher VER m s 1.98 2.09 0.20 0.20 par:pas; -retouchée retoucher VER f s 1.98 2.09 0.22 0.14 par:pas; -retouchées retoucher VER f p 1.98 2.09 0.02 0.07 par:pas; -retouchés retoucher VER m p 1.98 2.09 0.02 0.20 par:pas; -retour retour NOM m s 138.94 158.65 138.02 153.31 -retourna retourner VER 245.33 290.88 1.14 61.62 ind:pas:3s; -retournai retourner VER 245.33 290.88 0.22 6.55 ind:pas:1s; -retournaient retourner VER 245.33 290.88 0.15 4.80 ind:imp:3p; -retournais retourner VER 245.33 290.88 0.96 3.85 ind:imp:1s;ind:imp:2s; -retournait retourner VER 245.33 290.88 0.93 18.51 ind:imp:3s; -retournant retourner VER 245.33 290.88 0.69 16.89 par:pre; -retourne retourner VER 245.33 290.88 77.27 50.54 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:1s;sub:pre:3s; -retournement retournement NOM m s 0.86 2.91 0.82 2.30 -retournements retournement NOM m p 0.86 2.91 0.04 0.61 -retournent retourner VER 245.33 290.88 2.29 5.00 ind:pre:3p; -retourner retourner VER 245.33 290.88 76.94 57.16 imp:pre:2p;inf; -retournera retourner VER 245.33 290.88 3.56 1.08 ind:fut:3s; -retournerai retourner VER 245.33 290.88 5.58 1.89 ind:fut:1s; -retourneraient retourner VER 245.33 290.88 0.14 0.68 cnd:pre:3p; -retournerais retourner VER 245.33 290.88 0.60 1.01 cnd:pre:1s;cnd:pre:2s; -retournerait retourner VER 245.33 290.88 0.77 1.96 cnd:pre:3s; -retourneras retourner VER 245.33 290.88 1.86 0.20 ind:fut:2s; -retournerez retourner VER 245.33 290.88 0.79 0.34 ind:fut:2p; -retourneriez retourner VER 245.33 290.88 0.13 0.00 cnd:pre:2p; -retournerions retourner VER 245.33 290.88 0.02 0.14 cnd:pre:1p; -retournerons retourner VER 245.33 290.88 0.98 0.68 ind:fut:1p; -retourneront retourner VER 245.33 290.88 0.73 0.41 ind:fut:3p; -retournes retourner VER 245.33 290.88 10.40 1.42 ind:pre:2s;sub:pre:2s; -retournez retourner VER 245.33 290.88 23.55 2.36 imp:pre:2p;ind:pre:2p; -retourniez retourner VER 245.33 290.88 0.80 0.20 ind:imp:2p; -retournions retourner VER 245.33 290.88 0.13 0.95 ind:imp:1p; -retournâmes retourner VER 245.33 290.88 0.00 0.81 ind:pas:1p; -retournons retourner VER 245.33 290.88 9.53 1.22 imp:pre:1p;ind:pre:1p; -retournât retourner VER 245.33 290.88 0.00 0.54 sub:imp:3s; -retournèrent retourner VER 245.33 290.88 0.17 4.39 ind:pas:3p; -retourné retourner VER m s 245.33 290.88 15.05 26.69 par:pas; -retournée retourner VER f s 245.33 290.88 7.81 11.82 par:pas; -retournées retourner VER f p 245.33 290.88 0.34 1.89 par:pas; -retournés retourner VER m p 245.33 290.88 1.79 5.27 par:pas; -retours retour NOM m p 138.94 158.65 0.92 5.34 -retrace retracer VER 1.50 3.58 0.16 0.20 imp:pre:2s;ind:pre:1s;ind:pre:3s; -retracent retracer VER 1.50 3.58 0.04 0.14 ind:pre:3p; -retracer retracer VER 1.50 3.58 1.03 1.55 inf; -retracera retracer VER 1.50 3.58 0.01 0.07 ind:fut:3s; -retracerais retracer VER 1.50 3.58 0.00 0.07 cnd:pre:1s; -retracerait retracer VER 1.50 3.58 0.01 0.07 cnd:pre:3s; -retraceront retracer VER 1.50 3.58 0.01 0.00 ind:fut:3p; -retracez retracer VER 1.50 3.58 0.05 0.00 imp:pre:2p; -retracions retracer VER 1.50 3.58 0.01 0.07 ind:imp:1p; -retracé retracer VER m s 1.50 3.58 0.13 0.14 par:pas; -retracée retracer VER f s 1.50 3.58 0.00 0.07 par:pas; -retraduction retraduction NOM f s 0.01 0.00 0.01 0.00 -retraduit retraduire VER m s 0.01 0.14 0.01 0.14 ind:pre:3s;par:pas; -retraire retraire VER 0.12 0.07 0.01 0.00 inf; -retrait retrait NOM m s 4.87 13.72 4.63 13.04 -retraitait retraiter VER 0.79 0.61 0.00 0.14 ind:imp:3s; -retraite retraite NOM f s 39.45 40.14 38.30 38.78 -retraitement retraitement NOM m s 0.06 0.07 0.06 0.07 -retraites retraite NOM f p 39.45 40.14 1.16 1.35 -retraitions retraiter VER 0.79 0.61 0.00 0.07 ind:imp:1p; -retraits retrait NOM m p 4.87 13.72 0.24 0.68 -retraité retraité NOM m s 2.25 5.95 1.17 3.31 -retraitée retraité NOM f s 2.25 5.95 0.11 0.14 -retraitées retraité NOM f p 2.25 5.95 0.10 0.07 -retraités retraité NOM m p 2.25 5.95 0.86 2.43 -retranchai retrancher VER 1.00 7.64 0.00 0.07 ind:pas:1s; -retranchaient retrancher VER 1.00 7.64 0.01 0.14 ind:imp:3p; -retranchait retrancher VER 1.00 7.64 0.00 0.68 ind:imp:3s; -retranchant retrancher VER 1.00 7.64 0.02 0.14 par:pre; -retranche retrancher VER 1.00 7.64 0.04 0.47 ind:pre:3s; -retranchement retranchement NOM m s 0.20 1.69 0.03 0.41 -retranchements retranchement NOM m p 0.20 1.69 0.17 1.28 -retranchent retrancher VER 1.00 7.64 0.04 0.34 ind:pre:3p; -retrancher retrancher VER 1.00 7.64 0.29 1.01 inf; -retranchera retrancher VER 1.00 7.64 0.01 0.07 ind:fut:3s; -retranchez retrancher VER 1.00 7.64 0.01 0.07 imp:pre:2p;ind:pre:2p; -retranchions retrancher VER 1.00 7.64 0.00 0.07 ind:imp:1p; -retranché retrancher VER m s 1.00 7.64 0.47 2.23 par:pas; -retranchée retrancher VER f s 1.00 7.64 0.02 1.08 par:pas; -retranchées retrancher VER f p 1.00 7.64 0.00 0.14 par:pas; -retranchés retrancher VER m p 1.00 7.64 0.09 1.15 par:pas; -retranscription retranscription NOM f s 0.03 0.00 0.03 0.00 -retranscrire retranscrire VER 0.26 0.34 0.21 0.07 inf; -retranscris retranscrire VER 0.26 0.34 0.01 0.14 ind:pre:1s; -retranscrit retranscrire VER m s 0.26 0.34 0.04 0.07 ind:pre:3s;par:pas; -retranscrits retranscrire VER m p 0.26 0.34 0.00 0.07 par:pas; -retransforme retransformer VER 0.20 0.07 0.02 0.07 ind:pre:1s; -retransformer retransformer VER 0.20 0.07 0.16 0.00 inf; -retransformera retransformer VER 0.20 0.07 0.02 0.00 ind:fut:3s; -retransférer retransférer VER 0.01 0.00 0.01 0.00 inf; -retransmet retransmettre VER 1.03 0.74 0.05 0.07 ind:pre:3s; -retransmettait retransmettre VER 1.03 0.74 0.01 0.00 ind:imp:3s; -retransmettant retransmettre VER 1.03 0.74 0.01 0.00 par:pre; -retransmettez retransmettre VER 1.03 0.74 0.02 0.00 imp:pre:2p;ind:pre:2p; -retransmettra retransmettre VER 1.03 0.74 0.02 0.00 ind:fut:3s; -retransmettre retransmettre VER 1.03 0.74 0.25 0.00 inf; -retransmettrons retransmettre VER 1.03 0.74 0.11 0.00 ind:fut:1p; -retransmis retransmettre VER m 1.03 0.74 0.39 0.34 ind:pas:1s;par:pas;par:pas; -retransmise retransmettre VER f s 1.03 0.74 0.16 0.27 par:pas; -retransmission retransmission NOM f s 0.47 0.47 0.36 0.34 -retransmissions retransmission NOM f p 0.47 0.47 0.11 0.14 -retransmit retransmettre VER 1.03 0.74 0.01 0.07 ind:pas:3s; -retraçaient retracer VER 1.50 3.58 0.00 0.20 ind:imp:3p; -retraçais retracer VER 1.50 3.58 0.00 0.07 ind:imp:1s; -retraçait retracer VER 1.50 3.58 0.01 0.68 ind:imp:3s; -retraçant retracer VER 1.50 3.58 0.04 0.27 par:pre; -retravaillait retravailler VER 3.12 0.20 0.03 0.00 ind:imp:3s; -retravaille retravailler VER 3.12 0.20 0.65 0.00 ind:pre:1s;ind:pre:3s; -retravaillent retravailler VER 3.12 0.20 0.01 0.00 ind:pre:3p; -retravailler retravailler VER 3.12 0.20 1.89 0.14 inf; -retravaillera retravailler VER 3.12 0.20 0.05 0.00 ind:fut:3s; -retravaillerai retravailler VER 3.12 0.20 0.04 0.00 ind:fut:1s; -retravaillerait retravailler VER 3.12 0.20 0.03 0.00 cnd:pre:3s; -retravaillerez retravailler VER 3.12 0.20 0.01 0.00 ind:fut:2p; -retravailles retravailler VER 3.12 0.20 0.17 0.00 ind:pre:2s; -retravaillez retravailler VER 3.12 0.20 0.13 0.00 imp:pre:2p;ind:pre:2p; -retravaillé retravailler VER m s 3.12 0.20 0.09 0.07 par:pas; -retravaillée retravailler VER f s 3.12 0.20 0.02 0.00 par:pas; -retraversa retraverser VER 0.17 3.04 0.00 0.41 ind:pas:3s; -retraversai retraverser VER 0.17 3.04 0.00 0.20 ind:pas:1s; -retraversaient retraverser VER 0.17 3.04 0.00 0.07 ind:imp:3p; -retraversais retraverser VER 0.17 3.04 0.00 0.07 ind:imp:1s; -retraversait retraverser VER 0.17 3.04 0.00 0.07 ind:imp:3s; -retraversant retraverser VER 0.17 3.04 0.00 0.27 par:pre; -retraverse retraverser VER 0.17 3.04 0.03 0.27 ind:pre:1s;ind:pre:3s; -retraversent retraverser VER 0.17 3.04 0.00 0.07 ind:pre:3p; -retraverser retraverser VER 0.17 3.04 0.12 0.81 inf; -retraverserait retraverser VER 0.17 3.04 0.00 0.07 cnd:pre:3s; -retraversions retraverser VER 0.17 3.04 0.00 0.07 ind:imp:1p; -retraversons retraverser VER 0.17 3.04 0.01 0.20 imp:pre:1p;ind:pre:1p; -retraversé retraverser VER m s 0.17 3.04 0.01 0.27 par:pas; -retraversée retraverser VER f s 0.17 3.04 0.00 0.20 par:pas; -retreinte retreinte NOM f s 0.01 0.00 0.01 0.00 -retrempai retremper VER 0.01 0.95 0.00 0.07 ind:pas:1s; -retrempaient retremper VER 0.01 0.95 0.01 0.14 ind:imp:3p; -retrempait retremper VER 0.01 0.95 0.00 0.07 ind:imp:3s; -retremper retremper VER 0.01 0.95 0.00 0.54 inf; -retrempé retremper VER m s 0.01 0.95 0.00 0.14 par:pas; -retriever retriever NOM m s 0.17 0.00 0.17 0.00 -retroussa retrousser VER 0.92 9.46 0.01 0.54 ind:pas:3s; -retroussage retroussage NOM m s 0.00 0.07 0.00 0.07 -retroussaient retrousser VER 0.92 9.46 0.00 0.20 ind:imp:3p; -retroussais retrousser VER 0.92 9.46 0.00 0.07 ind:imp:1s; -retroussait retrousser VER 0.92 9.46 0.00 1.28 ind:imp:3s; -retroussant retrousser VER 0.92 9.46 0.00 1.55 par:pre; -retrousse retrousser VER 0.92 9.46 0.39 1.28 imp:pre:2s;ind:pre:1s;ind:pre:3s; -retroussent retrousser VER 0.92 9.46 0.00 0.27 ind:pre:3p; -retrousser retrousser VER 0.92 9.46 0.21 0.95 inf; -retroussette retroussette NOM f s 0.00 0.27 0.00 0.27 -retroussez retrousser VER 0.92 9.46 0.14 0.00 imp:pre:2p; -retroussis retroussis NOM m 0.00 0.41 0.00 0.41 -retroussé retroussé ADJ m s 0.35 6.49 0.20 1.89 -retroussée retroussé ADJ f s 0.35 6.49 0.01 1.08 -retroussées retroussé ADJ f p 0.35 6.49 0.03 3.11 -retroussés retroussé ADJ m p 0.35 6.49 0.11 0.41 -retrouva retrouver VER 295.09 416.22 1.60 28.24 ind:pas:3s; -retrouvai retrouver VER 295.09 416.22 0.32 13.85 ind:pas:1s; -retrouvaient retrouver VER 295.09 416.22 0.48 9.05 ind:imp:3p; -retrouvaille retrouvaille NOM f s 2.46 6.82 0.03 0.47 -retrouvailles retrouvaille NOM f p 2.46 6.82 2.43 6.35 -retrouvais retrouver VER 295.09 416.22 1.42 12.77 ind:imp:1s;ind:imp:2s; -retrouvait retrouver VER 295.09 416.22 1.89 31.01 ind:imp:3s; -retrouvant retrouver VER 295.09 416.22 0.47 9.86 par:pre; -retrouvas retrouver VER 295.09 416.22 0.00 0.07 ind:pas:2s; -retrouve retrouver VER 295.09 416.22 61.54 47.57 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:1s;sub:pre:3s; -retrouvent retrouver VER 295.09 416.22 4.47 7.23 ind:pre:3p; -retrouver retrouver VER 295.09 416.22 100.83 125.20 inf;; -retrouvera retrouver VER 295.09 416.22 11.55 5.07 ind:fut:3s; -retrouverai retrouver VER 295.09 416.22 8.23 3.04 ind:fut:1s; -retrouveraient retrouver VER 295.09 416.22 0.26 2.43 cnd:pre:3p; -retrouverais retrouver VER 295.09 416.22 1.24 3.11 cnd:pre:1s;cnd:pre:2s; -retrouverait retrouver VER 295.09 416.22 1.17 6.62 cnd:pre:3s; -retrouveras retrouver VER 295.09 416.22 3.36 0.95 ind:fut:2s; -retrouverez retrouver VER 295.09 416.22 3.13 0.95 ind:fut:2p; -retrouveriez retrouver VER 295.09 416.22 0.09 0.27 cnd:pre:2p; -retrouverions retrouver VER 295.09 416.22 0.06 0.81 cnd:pre:1p; -retrouverons retrouver VER 295.09 416.22 2.52 2.30 ind:fut:1p; -retrouveront retrouver VER 295.09 416.22 2.21 1.42 ind:fut:3p; -retrouves retrouver VER 295.09 416.22 5.05 1.28 ind:pre:2s;sub:pre:2s; -retrouvez retrouver VER 295.09 416.22 5.79 0.81 imp:pre:2p;ind:pre:2p; -retrouviez retrouver VER 295.09 416.22 0.72 0.34 ind:imp:2p;sub:pre:2p; -retrouvions retrouver VER 295.09 416.22 0.47 5.41 ind:imp:1p; -retrouvâmes retrouver VER 295.09 416.22 0.04 2.16 ind:pas:1p; -retrouvons retrouver VER 295.09 416.22 3.60 3.85 imp:pre:1p;ind:pre:1p; -retrouvât retrouver VER 295.09 416.22 0.00 0.68 sub:imp:3s; -retrouvèrent retrouver VER 295.09 416.22 0.36 6.42 ind:pas:3p; -retrouvé retrouver VER m s 295.09 416.22 50.38 55.00 par:pas;par:pas;par:pas; -retrouvée retrouver VER f s 295.09 416.22 13.51 15.20 par:pas; -retrouvées retrouver VER f p 295.09 416.22 1.90 2.64 par:pas; -retrouvés retrouver VER m p 295.09 416.22 6.44 10.61 par:pas; -rets rets NOM m 0.12 0.27 0.12 0.27 -retsina retsina NOM m s 0.13 0.00 0.13 0.00 -retuber retuber VER 0.03 0.00 0.03 0.00 inf; -retuer retuer VER 0.08 0.07 0.01 0.00 inf; -retéléphone retéléphoner VER 0.29 0.07 0.14 0.07 imp:pre:2s;ind:pre:1s;ind:pre:3s; -retéléphoner retéléphoner VER 0.29 0.07 0.15 0.00 inf; -reubeu reubeu NOM m s 0.01 0.61 0.01 0.47 -reubeus reubeu NOM m p 0.01 0.61 0.00 0.14 -revîmes revoir VER 162.83 139.46 0.10 0.20 ind:pas:1p; -revînt revenir VER 618.61 490.54 0.00 1.69 sub:imp:3s; -revalidation revalidation NOM f s 0.01 0.00 0.01 0.00 -revalider revalider VER 0.02 0.00 0.02 0.00 inf; -revaloir revaloir VER 3.46 0.74 0.11 0.07 inf; -revalorisait revaloriser VER 0.03 0.34 0.00 0.14 ind:imp:3s; -revalorisation revalorisation NOM f s 0.00 0.14 0.00 0.14 -revalorisent revaloriser VER 0.03 0.34 0.00 0.07 ind:pre:3p; -revaloriser revaloriser VER 0.03 0.34 0.02 0.00 inf; -revalorisé revaloriser VER m s 0.03 0.34 0.01 0.14 par:pas; -revancha revancher VER 0.00 0.34 0.00 0.07 ind:pas:3s; -revanchaient revancher VER 0.00 0.34 0.00 0.07 ind:imp:3p; -revanchard revanchard ADJ m s 0.06 0.34 0.04 0.14 -revancharde revanchard ADJ f s 0.06 0.34 0.02 0.07 -revanchardes revanchard ADJ f p 0.06 0.34 0.00 0.14 -revanchards revanchard NOM m p 0.03 0.27 0.00 0.27 -revanche revanche NOM f s 13.81 41.62 13.73 41.01 -revanchent revancher VER 0.00 0.34 0.00 0.07 ind:pre:3p; -revancher revancher VER 0.00 0.34 0.00 0.14 inf; -revanches revanche NOM f p 13.81 41.62 0.08 0.61 -revaudra revaloir VER 3.46 0.74 0.25 0.07 ind:fut:3s; -revaudrai revaloir VER 3.46 0.74 2.80 0.54 ind:fut:1s; -revaudraient revaloir VER 3.46 0.74 0.01 0.00 cnd:pre:3p; -revaudrais revaloir VER 3.46 0.74 0.13 0.00 cnd:pre:1s;cnd:pre:2s; -revaudrait revaloir VER 3.46 0.74 0.02 0.07 cnd:pre:3s; -revaudras revaloir VER 3.46 0.74 0.13 0.00 ind:fut:2s; -revenaient revenir VER 618.61 490.54 1.27 17.64 ind:imp:3p; -revenais revenir VER 618.61 490.54 3.95 8.24 ind:imp:1s;ind:imp:2s; -revenait revenir VER 618.61 490.54 7.47 56.76 ind:imp:3s; -revenant revenir VER 618.61 490.54 4.49 17.23 par:pre; -revenante revenant ADJ f s 0.35 1.69 0.23 0.27 -revenants revenant NOM m p 1.82 3.99 0.95 1.55 -revend revendre VER 6.76 6.89 0.51 0.14 ind:pre:3s; -revendable revendable ADJ s 0.01 0.07 0.01 0.07 -revendaient revendre VER 6.76 6.89 0.01 0.34 ind:imp:3p; -revendais revendre VER 6.76 6.89 0.02 0.00 ind:imp:1s; -revendait revendre VER 6.76 6.89 0.39 0.54 ind:imp:3s; -revendant revendre VER 6.76 6.89 0.09 0.07 par:pre; -revendent revendre VER 6.76 6.89 0.29 0.34 ind:pre:3p; -revendes revendre VER 6.76 6.89 0.00 0.07 sub:pre:2s; -revendeur revendeur NOM m s 1.23 0.88 0.86 0.47 -revendeurs revendeur NOM m p 1.23 0.88 0.34 0.34 -revendeuse revendeur NOM f s 1.23 0.88 0.03 0.07 -revendez revendre VER 6.76 6.89 0.14 0.00 imp:pre:2p;ind:pre:2p; -revendicateur revendicateur ADJ m s 0.00 0.27 0.00 0.07 -revendicateurs revendicateur NOM m p 0.00 0.07 0.00 0.07 -revendicatif revendicatif ADJ m s 0.00 0.27 0.00 0.07 -revendicatifs revendicatif ADJ m p 0.00 0.27 0.00 0.07 -revendication revendication NOM f s 1.98 3.78 0.94 1.42 -revendications revendication NOM f p 1.98 3.78 1.04 2.36 -revendicative revendicatif ADJ f s 0.00 0.27 0.00 0.07 -revendicatives revendicatif ADJ f p 0.00 0.27 0.00 0.07 -revendicatrice revendicateur ADJ f s 0.00 0.27 0.00 0.14 -revendicatrices revendicateur ADJ f p 0.00 0.27 0.00 0.07 -revendiqua revendiquer VER 2.89 5.07 0.01 0.07 ind:pas:3s; -revendiquai revendiquer VER 2.89 5.07 0.00 0.07 ind:pas:1s; -revendiquaient revendiquer VER 2.89 5.07 0.00 0.34 ind:imp:3p; -revendiquais revendiquer VER 2.89 5.07 0.02 0.20 ind:imp:1s;ind:imp:2s; -revendiquait revendiquer VER 2.89 5.07 0.03 0.61 ind:imp:3s; -revendiquant revendiquer VER 2.89 5.07 0.17 0.47 par:pre; -revendique revendiquer VER 2.89 5.07 0.73 0.74 imp:pre:2s;ind:pre:1s;ind:pre:3s; -revendiquent revendiquer VER 2.89 5.07 0.12 0.34 ind:pre:3p; -revendiquer revendiquer VER 2.89 5.07 0.82 1.42 inf; -revendiquera revendiquer VER 2.89 5.07 0.04 0.07 ind:fut:3s; -revendiquerais revendiquer VER 2.89 5.07 0.01 0.00 cnd:pre:2s; -revendiquerait revendiquer VER 2.89 5.07 0.00 0.07 cnd:pre:3s; -revendiquez revendiquer VER 2.89 5.07 0.02 0.14 imp:pre:2p;ind:pre:2p; -revendiquons revendiquer VER 2.89 5.07 0.02 0.14 imp:pre:1p;ind:pre:1p; -revendiquât revendiquer VER 2.89 5.07 0.00 0.07 sub:imp:3s; -revendiqué revendiquer VER m s 2.89 5.07 0.69 0.27 par:pas; -revendiquée revendiquer VER f s 2.89 5.07 0.20 0.07 par:pas; -revendis revendre VER 6.76 6.89 0.00 0.07 ind:pas:1s; -revendit revendre VER 6.76 6.89 0.00 0.47 ind:pas:3s; -revendra revendre VER 6.76 6.89 0.13 0.00 ind:fut:3s; -revendrai revendre VER 6.76 6.89 0.29 0.14 ind:fut:1s; -revendraient revendre VER 6.76 6.89 0.00 0.07 cnd:pre:3p; -revendrais revendre VER 6.76 6.89 0.13 0.00 cnd:pre:1s; -revendrait revendre VER 6.76 6.89 0.01 0.14 cnd:pre:3s; -revendre revendre VER 6.76 6.89 3.25 2.91 inf; -revendrons revendre VER 6.76 6.89 0.03 0.00 ind:fut:1p; -revendront revendre VER 6.76 6.89 0.03 0.00 ind:fut:3p; -revends revendre VER 6.76 6.89 0.34 0.27 imp:pre:2s;ind:pre:1s;ind:pre:2s; -revendu revendre VER m s 6.76 6.89 0.55 0.95 par:pas; -revendue revendre VER f s 6.76 6.89 0.12 0.14 par:pas; -revendues revendre VER f p 6.76 6.89 0.28 0.00 par:pas; -revendus revendre VER m p 6.76 6.89 0.14 0.27 par:pas; -revenez revenir VER 618.61 490.54 33.64 6.49 imp:pre:2p;ind:pre:2p; -reveniez revenir VER 618.61 490.54 1.13 0.54 ind:imp:2p;sub:pre:2p; -revenions revenir VER 618.61 490.54 0.80 2.03 ind:imp:1p; -revenir revenir VER 618.61 490.54 105.46 76.28 inf; -revenons revenir VER 618.61 490.54 8.01 4.59 imp:pre:1p;ind:pre:1p; -revente revente NOM f s 0.28 0.34 0.27 0.20 -reventes revente NOM f p 0.28 0.34 0.01 0.14 -revenu revenir VER m s 618.61 490.54 57.30 42.43 par:pas; -revenue revenir VER f s 618.61 490.54 23.46 19.32 par:pas; -revenues revenir VER f p 618.61 490.54 1.50 2.03 par:pas; -revenus revenir VER m p 618.61 490.54 8.69 9.46 par:pas; -reverdi reverdir VER m s 0.17 1.08 0.14 0.20 par:pas; -reverdie reverdir VER f s 0.17 1.08 0.00 0.20 par:pas; -reverdies reverdir VER f p 0.17 1.08 0.00 0.14 par:pas; -reverdir reverdir VER 0.17 1.08 0.02 0.20 inf; -reverdiront reverdir VER 0.17 1.08 0.00 0.07 ind:fut:3p; -reverdissaient reverdir VER 0.17 1.08 0.00 0.14 ind:imp:3p; -reverdit reverdir VER 0.17 1.08 0.02 0.14 ind:pre:3s; -reverni revernir VER m s 0.03 0.00 0.01 0.00 par:pas; -revernie reverni VER f s 0.01 0.07 0.01 0.07 par:pas; -revernir revernir VER 0.03 0.00 0.01 0.00 inf; -reverra revoir VER 162.83 139.46 14.31 3.24 ind:fut:3s; -reverrai revoir VER 162.83 139.46 9.07 4.05 ind:fut:1s; -reverraient revoir VER 162.83 139.46 0.03 0.88 cnd:pre:3p; -reverrais revoir VER 162.83 139.46 1.15 1.76 cnd:pre:1s;cnd:pre:2s; -reverrait revoir VER 162.83 139.46 1.09 3.38 cnd:pre:3s; -reverras revoir VER 162.83 139.46 5.30 0.95 ind:fut:2s; -reverrez revoir VER 162.83 139.46 2.74 0.47 ind:fut:2p; -reverrions revoir VER 162.83 139.46 0.40 0.27 cnd:pre:1p; -reverrons revoir VER 162.83 139.46 5.41 2.77 ind:fut:1p; -reverront revoir VER 162.83 139.46 0.55 0.74 ind:fut:3p; -revers revers NOM m 3.60 25.00 3.60 25.00 -reversa reverser VER 0.48 1.22 0.00 0.27 ind:pas:3s; -reversaient reverser VER 0.48 1.22 0.01 0.00 ind:imp:3p; -reversait reverser VER 0.48 1.22 0.02 0.07 ind:imp:3s; -reversant reverser VER 0.48 1.22 0.00 0.07 par:pre; -reverse reverser VER 0.48 1.22 0.08 0.34 imp:pre:2s;ind:pre:3s; -reverser reverser VER 0.48 1.22 0.09 0.14 inf; -reverserait reverser VER 0.48 1.22 0.00 0.07 cnd:pre:3s; -reversez reverser VER 0.48 1.22 0.11 0.00 imp:pre:2p; -reversé reverser VER m s 0.48 1.22 0.17 0.27 par:pas; -reveuille revouloir VER 0.45 0.41 0.00 0.07 sub:pre:1s; -reveulent revouloir VER 0.45 0.41 0.02 0.07 ind:pre:3p; -reveux revouloir VER 0.45 0.41 0.24 0.07 ind:pre:1s;ind:pre:2s; -revida revider VER 0.00 0.14 0.00 0.07 ind:pas:3s; -revidèrent revider VER 0.00 0.14 0.00 0.07 ind:pas:3p; -reviendra revenir VER 618.61 490.54 34.48 11.62 ind:fut:3s; -reviendrai revenir VER 618.61 490.54 29.57 8.65 ind:fut:1s; -reviendraient revenir VER 618.61 490.54 0.99 1.96 cnd:pre:3p; -reviendrais revenir VER 618.61 490.54 5.80 1.76 cnd:pre:1s;cnd:pre:2s; -reviendrait revenir VER 618.61 490.54 5.18 11.76 cnd:pre:3s; -reviendras revenir VER 618.61 490.54 7.64 2.09 ind:fut:2s; -reviendrez revenir VER 618.61 490.54 4.05 2.64 ind:fut:2p; -reviendriez revenir VER 618.61 490.54 0.70 0.34 cnd:pre:2p; -reviendrions revenir VER 618.61 490.54 0.11 0.27 cnd:pre:1p; -reviendrons revenir VER 618.61 490.54 4.21 1.82 ind:fut:1p; -reviendront revenir VER 618.61 490.54 5.40 3.45 ind:fut:3p; -revienne revenir VER 618.61 490.54 14.99 7.57 sub:pre:1s;sub:pre:3s; -reviennent revenir VER 618.61 490.54 15.50 14.86 ind:pre:3p;sub:pre:3p; -reviennes revenir VER 618.61 490.54 3.25 0.95 sub:pre:2s; -reviens revenir VER 618.61 490.54 163.19 22.36 imp:pre:2s;ind:pre:1s;ind:pre:2s; -revient revenir VER 618.61 490.54 63.17 51.49 ind:pre:3s; -revigoraient revigorer VER 0.29 0.54 0.00 0.07 ind:imp:3p; -revigorant revigorant ADJ m s 0.28 0.74 0.28 0.20 -revigorante revigorant ADJ f s 0.28 0.74 0.01 0.41 -revigorantes revigorant ADJ f p 0.28 0.74 0.00 0.14 -revigore revigorer VER 0.29 0.54 0.04 0.07 ind:pre:3s; -revigorent revigorer VER 0.29 0.54 0.00 0.07 ind:pre:3p; -revigorer revigorer VER 0.29 0.54 0.11 0.07 inf; -revigoré revigorer VER m s 0.29 0.54 0.07 0.07 par:pas; -revigorée revigorer VER f s 0.29 0.54 0.01 0.07 par:pas; -revigorées revigorer VER f p 0.29 0.54 0.01 0.00 par:pas; -revinrent revenir VER 618.61 490.54 0.47 7.64 ind:pas:3p; -revins revenir VER 618.61 490.54 0.50 4.12 ind:pas:1s;ind:pas:2s; -revinssent revenir VER 618.61 490.54 0.00 0.07 sub:imp:3p; -revint revenir VER 618.61 490.54 2.24 70.41 ind:pas:3s; -revirement revirement NOM m s 0.66 1.62 0.57 1.35 -revirements revirement NOM m p 0.66 1.62 0.09 0.27 -revirent revoir VER 162.83 139.46 0.01 0.34 ind:pas:3p; -revirer revirer VER 0.01 0.34 0.01 0.00 inf; -revis revivre VER 10.37 20.68 1.16 4.86 imp:pre:2s;ind:pre:1s;ind:pre:2s; -revisita revisiter VER 0.21 0.61 0.00 0.07 ind:pas:3s; -revisite revisiter VER 0.21 0.61 0.02 0.00 ind:pre:3s; -revisitent revisiter VER 0.21 0.61 0.00 0.07 ind:pre:3p; -revisiter revisiter VER 0.21 0.61 0.16 0.14 inf; -revisité revisiter VER m s 0.21 0.61 0.02 0.14 par:pas; -revisitée revisiter VER f s 0.21 0.61 0.01 0.14 par:pas; -revissa revisser VER 0.15 0.27 0.00 0.07 ind:pas:3s; -revisse revisser VER 0.15 0.27 0.01 0.07 ind:pre:1s; -revisser revisser VER 0.15 0.27 0.00 0.07 inf; -revissé revisser VER m s 0.15 0.27 0.14 0.00 par:pas; -revissées revisser VER f p 0.15 0.27 0.00 0.07 par:pas; -revit revivre VER 10.37 20.68 0.70 1.01 ind:pre:3s; -revitalisant revitalisant ADJ m s 0.04 0.00 0.04 0.00 -revitalisation revitalisation NOM f s 0.04 0.07 0.04 0.07 -revitalise revitaliser VER 0.19 0.00 0.03 0.00 imp:pre:2s;ind:pre:3s; -revitaliser revitaliser VER 0.19 0.00 0.15 0.00 inf; -revitalisera revitaliser VER 0.19 0.00 0.01 0.00 ind:fut:3s; -revivaient revivre VER 10.37 20.68 0.01 0.47 ind:imp:3p; -revivais revivre VER 10.37 20.68 0.03 0.47 ind:imp:1s;ind:imp:2s; -revivait revivre VER 10.37 20.68 0.28 2.23 ind:imp:3s; -revival revival NOM m s 0.14 0.00 0.14 0.00 -revivant revivre VER 10.37 20.68 0.12 0.95 par:pre; -revive revivre VER 10.37 20.68 0.47 0.07 sub:pre:1s;sub:pre:3s; -revivent revivre VER 10.37 20.68 0.57 0.34 ind:pre:3p; -revivez revivre VER 10.37 20.68 0.14 0.00 imp:pre:2p;ind:pre:2p; -revivifiant revivifier VER 0.06 0.20 0.04 0.00 par:pre; -revivifie revivifier VER 0.06 0.20 0.01 0.07 ind:pre:1s;ind:pre:3s; -revivifier revivifier VER 0.06 0.20 0.01 0.00 inf; -revivifié revivifié ADJ m s 0.00 0.07 0.00 0.07 -revivifiée revivifier VER f s 0.06 0.20 0.00 0.07 par:pas; -revivifiées revivifier VER f p 0.06 0.20 0.00 0.07 par:pas; -revivions revivre VER 10.37 20.68 0.01 0.07 ind:imp:1p; -reviviscence reviviscence NOM f s 0.00 0.07 0.00 0.07 -revivons revivre VER 10.37 20.68 0.02 0.00 ind:pre:1p; -revivra revivre VER 10.37 20.68 0.13 0.20 ind:fut:3s; -revivrai revivre VER 10.37 20.68 0.14 0.14 ind:fut:1s; -revivraient revivre VER 10.37 20.68 0.01 0.14 cnd:pre:3p; -revivrais revivre VER 10.37 20.68 0.04 0.00 cnd:pre:1s;cnd:pre:2s; -revivrait revivre VER 10.37 20.68 0.02 0.34 cnd:pre:3s; -revivras revivre VER 10.37 20.68 0.03 0.00 ind:fut:2s; -revivre revivre VER 10.37 20.68 6.04 8.45 inf; -revivrez revivre VER 10.37 20.68 0.05 0.00 ind:fut:2p; -revivrons revivre VER 10.37 20.68 0.14 0.07 ind:fut:1p; -revoici revoici PRE 0.67 1.62 0.67 1.62 -revoie revoir VER 162.83 139.46 3.92 2.16 sub:pre:1s;sub:pre:3s; -revoient revoir VER 162.83 139.46 0.10 0.41 ind:pre:3p;sub:pre:3p; -revoies revoir VER 162.83 139.46 0.15 0.00 sub:pre:2s; -revoilà revoilà PRE 7.56 3.04 7.56 3.04 -revoir revoir NOM m s 262.05 36.01 262.05 36.01 -revois revoir VER 162.83 139.46 10.32 17.77 imp:pre:2s;ind:pre:1s;ind:pre:2s; -revoit revoir VER 162.83 139.46 5.92 5.81 ind:pre:3s; -revolait revoler VER 0.08 0.20 0.00 0.07 ind:imp:3s; -revole revoler VER 0.08 0.20 0.01 0.07 ind:pre:3s; -revolent revoler VER 0.08 0.20 0.00 0.07 ind:pre:3p; -revoler revoler VER 0.08 0.20 0.03 0.00 inf; -revolera revoler VER 0.08 0.20 0.02 0.00 ind:fut:3s; -revolé revoler VER m s 0.08 0.20 0.02 0.00 par:pas; -revolver revolver NOM m s 30.74 25.20 28.05 23.31 -revolvers revolver NOM m p 30.74 25.20 2.69 1.89 -revomir revomir VER 0.01 0.07 0.01 0.00 inf; -revomissant revomir VER 0.01 0.07 0.00 0.07 par:pre; -revoter revoter VER 0.03 0.00 0.03 0.00 inf; -revoulait revouloir VER 0.45 0.41 0.01 0.14 ind:imp:3s; -revoulez revouloir VER 0.45 0.41 0.14 0.00 ind:pre:2p; -revouloir revouloir VER 0.45 0.41 0.00 0.07 inf; -revoyaient revoir VER 162.83 139.46 0.00 0.34 ind:imp:3p; -revoyais revoir VER 162.83 139.46 0.96 4.73 ind:imp:1s;ind:imp:2s; -revoyait revoir VER 162.83 139.46 0.40 9.73 ind:imp:3s; -revoyant revoir VER 162.83 139.46 0.39 1.82 par:pre; -revoyez revoir VER 162.83 139.46 0.95 0.14 imp:pre:2p;ind:pre:2p; -revoyiez revoir VER 162.83 139.46 0.11 0.00 ind:imp:2p;sub:pre:2p; -revoyions revoir VER 162.83 139.46 0.18 0.14 ind:imp:1p; -revoyons revoir VER 162.83 139.46 1.44 0.41 imp:pre:1p;ind:pre:1p; -revoyure revoyure NOM f s 0.28 0.47 0.28 0.47 -revu revoir VER m s 162.83 139.46 14.38 14.80 par:pas; -revêche revêche ADJ s 0.28 1.76 0.23 1.35 -revêches revêche ADJ p 0.28 1.76 0.05 0.41 -revécu revivre VER m s 10.37 20.68 0.27 0.27 par:pas; -revécue revivre VER f s 10.37 20.68 0.00 0.07 par:pas; -revécues revécu ADJ f p 0.00 0.07 0.00 0.07 -revécurent revivre VER 10.37 20.68 0.00 0.07 ind:pas:3p; -revécut revivre VER 10.37 20.68 0.00 0.41 ind:pas:3s; -revue revue NOM f s 10.10 33.92 7.79 25.14 -revues revue NOM f p 10.10 33.92 2.31 8.78 -revuistes revuiste NOM p 0.01 0.00 0.01 0.00 -revérifier revérifier VER 0.67 0.00 0.57 0.00 inf; -revérifié revérifié ADJ m s 0.34 0.07 0.25 0.07 -revus revoir VER m p 162.83 139.46 2.02 3.31 par:pas; -revêt revêtir VER 2.68 26.08 0.25 2.09 ind:pre:3s; -revêtît revêtir VER 2.68 26.08 0.00 0.07 sub:imp:3s; -revêtaient revêtir VER 2.68 26.08 0.04 0.68 ind:imp:3p; -revêtais revêtir VER 2.68 26.08 0.00 0.20 ind:imp:1s; -revêtait revêtir VER 2.68 26.08 0.02 2.97 ind:imp:3s; -revêtant revêtir VER 2.68 26.08 0.01 0.88 par:pre; -revêtement revêtement NOM m s 1.11 0.74 0.99 0.68 -revêtements revêtement NOM m p 1.11 0.74 0.12 0.07 -revêtent revêtir VER 2.68 26.08 0.11 0.61 ind:pre:3p; -revêtez revêtir VER 2.68 26.08 0.32 0.07 imp:pre:2p; -revêtir revêtir VER 2.68 26.08 0.60 3.11 inf; -revêtira revêtir VER 2.68 26.08 0.02 0.14 ind:fut:3s; -revêtirait revêtir VER 2.68 26.08 0.00 0.41 cnd:pre:3s; -revêtirent revêtir VER 2.68 26.08 0.00 0.14 ind:pas:3p; -revêtiront revêtir VER 2.68 26.08 0.00 0.07 ind:fut:3p; -revêtis revêtir VER 2.68 26.08 0.01 0.20 ind:pas:1s; -revêtit revêtir VER 2.68 26.08 0.01 1.15 ind:pas:3s; -revêts revêtir VER 2.68 26.08 0.03 0.07 ind:pre:1s;ind:pre:2s; -revêtu revêtir VER m s 2.68 26.08 1.16 8.45 par:pas; -revêtue revêtir VER f s 2.68 26.08 0.02 2.36 par:pas; -revêtues revêtir VER f p 2.68 26.08 0.00 0.41 par:pas; -revêtus revêtir VER m p 2.68 26.08 0.07 2.03 par:pas; -rewrité rewriter VER m s 0.00 0.07 0.00 0.07 par:pas; -rex rex NOM m 10.57 1.28 10.57 1.28 -rexiste rexiste ADJ f s 0.01 0.00 0.01 0.00 -rexistes rexiste NOM p 0.00 0.07 0.00 0.07 -rez_de_chaussée rez_de_chaussée NOM m 2.34 16.96 2.34 16.96 -rez_de_jardin rez_de_jardin NOM m 0.01 0.00 0.01 0.00 -rez rez PRE 0.36 0.34 0.36 0.34 -rezzou rezzou NOM m s 0.00 0.20 0.00 0.07 -rezzous rezzou NOM m p 0.00 0.20 0.00 0.14 -rhô rhô NOM m 0.01 0.00 0.01 0.00 -rhabilla rhabiller VER 5.50 9.53 0.00 0.95 ind:pas:3s; -rhabillage rhabillage NOM m s 0.01 0.00 0.01 0.00 -rhabillaient rhabiller VER 5.50 9.53 0.00 0.14 ind:imp:3p; -rhabillais rhabiller VER 5.50 9.53 0.03 0.00 ind:imp:1s;ind:imp:2s; -rhabillait rhabiller VER 5.50 9.53 0.01 0.20 ind:imp:3s; -rhabillant rhabiller VER 5.50 9.53 0.14 0.68 par:pre; -rhabille rhabiller VER 5.50 9.53 0.79 1.42 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:1s; -rhabillent rhabiller VER 5.50 9.53 0.00 0.20 ind:pre:3p; -rhabiller rhabiller VER 5.50 9.53 2.22 3.45 inf; -rhabilles rhabiller VER 5.50 9.53 0.28 0.14 ind:pre:2s; -rhabilleur rhabilleur NOM m s 0.00 0.07 0.00 0.07 -rhabillez rhabiller VER 5.50 9.53 1.42 0.14 imp:pre:2p;ind:pre:2p; -rhabilliez rhabiller VER 5.50 9.53 0.01 0.00 ind:imp:2p; -rhabillons rhabiller VER 5.50 9.53 0.02 0.00 imp:pre:1p; -rhabillèrent rhabiller VER 5.50 9.53 0.00 0.20 ind:pas:3p; -rhabillé rhabiller VER m s 5.50 9.53 0.41 0.68 par:pas; -rhabillée rhabiller VER f s 5.50 9.53 0.17 0.74 par:pas; -rhabillées rhabiller VER f p 5.50 9.53 0.01 0.07 par:pas; -rhabillés rhabiller VER m p 5.50 9.53 0.00 0.54 par:pas; -rhapsodie rhapsodie NOM f s 0.07 0.41 0.07 0.34 -rhapsodies rhapsodie NOM f p 0.07 0.41 0.00 0.07 -rhingraves rhingrave NOM m p 0.00 0.07 0.00 0.07 -rhinite rhinite NOM f s 0.03 0.14 0.03 0.07 -rhinites rhinite NOM f p 0.03 0.14 0.00 0.07 -rhino rhino NOM m s 0.90 0.61 0.83 0.54 -rhinocéros rhinocéros NOM m 2.51 2.50 2.51 2.50 -rhinoplastie rhinoplastie NOM f s 0.23 0.00 0.23 0.00 -rhinos rhino NOM m p 0.90 0.61 0.07 0.07 -rhinoscopie rhinoscopie NOM f s 0.10 0.00 0.10 0.00 -rhizome rhizome NOM m s 0.01 0.00 0.01 0.00 -rhizopus rhizopus NOM m 0.04 0.00 0.04 0.00 -rho rho NOM m s 0.06 0.00 0.06 0.00 -rhodamine rhodamine NOM f s 0.01 0.00 0.01 0.00 -rhodanien rhodanien ADJ m s 0.00 0.14 0.00 0.14 -rhodia rhodia NOM m s 0.00 0.07 0.00 0.07 -rhodium rhodium NOM m s 0.04 0.00 0.04 0.00 -rhodo rhodo NOM m s 0.00 0.07 0.00 0.07 -rhodoïd rhodoïd NOM m s 0.00 0.14 0.00 0.14 -rhododendron rhododendron NOM m s 0.06 0.81 0.02 0.07 -rhododendrons rhododendron NOM m p 0.06 0.81 0.04 0.74 -rhombe rhombe NOM m s 0.00 0.07 0.00 0.07 -rhomboïdal rhomboïdal ADJ m s 0.00 0.14 0.00 0.14 -rhomboïdes rhomboïde NOM m p 0.00 0.07 0.00 0.07 -rhovyl rhovyl NOM m s 0.00 0.07 0.00 0.07 -rhubarbe rhubarbe NOM f s 0.26 6.55 0.26 6.49 -rhubarbes rhubarbe NOM f p 0.26 6.55 0.00 0.07 -rhum rhum NOM m s 6.29 12.70 6.29 12.70 -rhumatisant rhumatisant ADJ m s 0.14 0.61 0.00 0.34 -rhumatisante rhumatisant ADJ f s 0.14 0.61 0.14 0.07 -rhumatisants rhumatisant ADJ m p 0.14 0.61 0.00 0.20 -rhumatismal rhumatismal ADJ m s 0.03 0.20 0.00 0.07 -rhumatismale rhumatismal ADJ f s 0.03 0.20 0.03 0.07 -rhumatismales rhumatismal ADJ f p 0.03 0.20 0.00 0.07 -rhumatisme rhumatisme NOM m s 2.31 3.78 0.96 0.95 -rhumatismes rhumatisme NOM m p 2.31 3.78 1.35 2.84 -rhumatoïde rhumatoïde ADJ f s 0.01 0.00 0.01 0.00 -rhumatologie rhumatologie NOM f s 0.16 0.00 0.16 0.00 -rhumatologue rhumatologue NOM s 0.04 0.00 0.04 0.00 -rhumbs rhumb NOM m p 0.00 0.14 0.00 0.14 -rhume rhume NOM m s 8.17 5.61 7.72 4.93 -rhumerie rhumerie NOM f s 0.03 0.14 0.03 0.14 -rhumes rhume NOM m p 8.17 5.61 0.45 0.68 -rhénan rhénan ADJ m s 0.00 1.69 0.00 0.20 -rhénane rhénan ADJ f s 0.00 1.69 0.00 0.41 -rhénans rhénan ADJ m p 0.00 1.69 0.00 1.08 -rhéostat rhéostat NOM m s 0.00 0.34 0.00 0.34 -rhésus rhésus NOM m 0.37 0.14 0.37 0.14 -rhéteur rhéteur NOM m s 0.00 0.47 0.00 0.20 -rhéteurs rhéteur NOM m p 0.00 0.47 0.00 0.27 -rhétoricien rhétoricien ADJ m s 0.01 0.00 0.01 0.00 -rhétorique rhétorique NOM f s 0.89 2.03 0.88 2.03 -rhétoriques rhétorique ADJ f p 0.48 0.47 0.04 0.20 -rhynchites rhynchite NOM m p 0.00 0.07 0.00 0.07 -rhyolite rhyolite NOM f s 0.02 0.00 0.02 0.00 -rhythm_n_blues rhythm_n_blues NOM m 0.02 0.00 0.02 0.00 -rhythm_and_blues rhythm_and_blues NOM m 0.08 0.00 0.08 0.00 -ri rire VER m s 140.25 320.54 8.22 15.00 par:pas; -ria ria NOM f s 2.21 0.00 2.21 0.00 -riaient rire VER 140.25 320.54 1.60 12.70 ind:imp:3p; -riais rire VER 140.25 320.54 1.32 3.85 ind:imp:1s;ind:imp:2s; -riait rire VER 140.25 320.54 3.34 37.97 ind:imp:3s; -rial rial NOM m s 0.04 0.00 0.01 0.00 -rials rial NOM m p 0.04 0.00 0.03 0.00 -riant rire VER 140.25 320.54 1.89 41.96 par:pre; -riante riant ADJ f s 0.53 3.04 0.28 1.01 -riantes riant ADJ f p 0.53 3.04 0.10 0.34 -riants riant ADJ m p 0.53 3.04 0.00 0.34 -ribambelle ribambelle NOM f s 0.82 2.36 0.81 1.82 -ribambelles ribambelle NOM f p 0.82 2.36 0.01 0.54 -ribaud ribaud NOM m s 0.15 0.47 0.14 0.07 -ribaude ribaud ADJ f s 1.06 0.27 0.68 0.14 -ribaudes ribaud ADJ f p 1.06 0.27 0.38 0.14 -ribauds ribaud NOM m p 0.15 0.47 0.01 0.41 -ribes ribes NOM m 0.14 0.00 0.14 0.00 -rible ribler VER 0.00 0.07 0.00 0.07 ind:pre:3s; -ribleur ribleur NOM m s 0.00 0.07 0.00 0.07 -riboflavine riboflavine NOM f s 0.05 0.00 0.05 0.00 -ribosomes ribosome NOM m p 0.19 0.00 0.19 0.00 -ribot ribot NOM m s 0.00 0.20 0.00 0.07 -ribote ribot NOM f s 0.00 0.20 0.00 0.14 -riboter riboter VER 0.00 0.07 0.00 0.07 inf; -riboteur riboteur NOM m s 0.01 0.00 0.01 0.00 -ribouis ribouis NOM m 0.00 0.20 0.00 0.20 -riboulait ribouler VER 0.01 0.27 0.01 0.07 ind:imp:3s; -riboulant ribouler VER 0.01 0.27 0.00 0.14 par:pre; -riboulants riboulant ADJ m p 0.00 0.07 0.00 0.07 -ribouldingue ribouldingue NOM f s 0.02 0.41 0.02 0.41 -ribouler ribouler VER 0.01 0.27 0.00 0.07 inf; -ric_à_rac ric_à_rac ADV 0.00 0.20 0.00 0.20 -ric_rac ric_rac ADV 0.04 0.47 0.04 0.47 -ric_et_rac ric_et_rac ADV 0.00 0.61 0.00 0.61 -ricain ricain NOM m s 2.55 1.08 0.33 0.14 -ricaine ricain ADJ f s 0.36 0.41 0.14 0.00 -ricaines ricain ADJ f p 0.36 0.41 0.01 0.00 -ricains ricain NOM m p 2.55 1.08 2.22 0.88 -ricana ricaner VER 2.04 30.61 0.02 7.50 ind:pas:3s; -ricanai ricaner VER 2.04 30.61 0.00 0.14 ind:pas:1s; -ricanaient ricaner VER 2.04 30.61 0.02 0.68 ind:imp:3p; -ricanais ricaner VER 2.04 30.61 0.02 0.61 ind:imp:1s;ind:imp:2s; -ricanait ricaner VER 2.04 30.61 0.04 3.85 ind:imp:3s; -ricanant ricaner VER 2.04 30.61 0.03 4.12 par:pre; -ricanante ricanant ADJ f s 0.11 1.89 0.00 0.54 -ricanantes ricanant ADJ f p 0.11 1.89 0.10 0.47 -ricanants ricanant ADJ m p 0.11 1.89 0.00 0.27 -ricane ricaner VER 2.04 30.61 1.17 5.34 imp:pre:2s;ind:pre:1s;ind:pre:3s; -ricanement ricanement NOM m s 0.39 10.14 0.27 6.96 -ricanements ricanement NOM m p 0.39 10.14 0.12 3.18 -ricanent ricaner VER 2.04 30.61 0.08 0.81 ind:pre:3p; -ricaner ricaner VER 2.04 30.61 0.33 4.59 inf; -ricaneraient ricaner VER 2.04 30.61 0.00 0.07 cnd:pre:3p; -ricaneront ricaner VER 2.04 30.61 0.01 0.00 ind:fut:3p; -ricanes ricaner VER 2.04 30.61 0.20 0.20 ind:pre:2s; -ricaneur ricaneur NOM m s 0.03 0.27 0.03 0.14 -ricaneurs ricaneur ADJ m p 0.00 0.68 0.00 0.34 -ricaneuse ricaneur ADJ f s 0.00 0.68 0.00 0.14 -ricanions ricaner VER 2.04 30.61 0.00 0.14 ind:imp:1p; -ricanèrent ricaner VER 2.04 30.61 0.00 0.47 ind:pas:3p; -ricané ricaner VER m s 2.04 30.61 0.12 2.09 par:pas;par:pas;par:pas; -ricassant ricasser VER 0.00 0.14 0.00 0.07 par:pre; -ricasser ricasser VER 0.00 0.14 0.00 0.07 inf; -richard richard ADJ m s 3.57 0.81 2.01 0.20 -richarde richard NOM f s 2.05 1.08 0.01 0.00 -richards richard ADJ m p 3.57 0.81 1.56 0.61 -riche riche ADJ s 73.85 65.47 54.28 42.57 -richelieu richelieu NOM m s 0.05 0.14 0.02 0.00 -richelieus richelieu NOM m p 0.05 0.14 0.03 0.14 -richement richement ADV 0.22 1.76 0.22 1.76 -riches riche ADJ p 73.85 65.47 19.57 22.91 -richesse richesse NOM f s 13.21 22.16 8.44 14.66 -richesses richesse NOM f p 13.21 22.16 4.76 7.50 -richissime richissime ADJ s 0.39 1.08 0.35 0.74 -richissimes richissime ADJ f p 0.39 1.08 0.04 0.34 -richomme richomme NOM m s 0.00 0.74 0.00 0.74 -ricin ricin NOM m s 0.28 0.47 0.28 0.47 -ricocha ricocher VER 0.70 2.16 0.00 0.27 ind:pas:3s; -ricochaient ricocher VER 0.70 2.16 0.20 0.14 ind:imp:3p; -ricochait ricocher VER 0.70 2.16 0.00 0.14 ind:imp:3s; -ricochant ricocher VER 0.70 2.16 0.00 0.41 par:pre; -ricoche ricocher VER 0.70 2.16 0.10 0.14 ind:pre:3s; -ricochent ricocher VER 0.70 2.16 0.04 0.41 ind:pre:3p; -ricocher ricocher VER 0.70 2.16 0.08 0.54 inf; -ricochet ricochet NOM m s 1.03 2.09 0.44 0.74 -ricochets ricochet NOM m p 1.03 2.09 0.59 1.35 -ricoché ricocher VER m s 0.70 2.16 0.27 0.14 par:pas; -ricotta ricotta NOM f s 0.45 0.00 0.45 0.00 -rictus rictus NOM m 0.25 6.35 0.25 6.35 -rida rider VER 2.06 3.99 0.00 0.34 ind:pas:3s; -ridaient rider VER 2.06 3.99 0.00 0.07 ind:imp:3p; -ridait rider VER 2.06 3.99 0.01 0.41 ind:imp:3s; -ridant rider VER 2.06 3.99 0.01 0.14 par:pre; -ride ride NOM f s 4.20 24.26 1.18 3.51 -rideau rideau NOM m s 19.11 84.53 10.81 43.65 -rideaux rideau NOM m p 19.11 84.53 8.29 37.97 -ridelle rideau NOM f s 19.11 84.53 0.01 0.81 -ridelles rideau NOM f p 19.11 84.53 0.00 2.09 -rident rider VER 2.06 3.99 0.01 0.00 ind:pre:3p; -rider rider VER 2.06 3.99 1.05 0.47 inf; -rides ride NOM f p 4.20 24.26 3.02 20.74 -ridicule ridicule ADJ s 61.57 45.54 57.05 36.49 -ridiculement ridiculement ADV 0.30 2.57 0.30 2.57 -ridicules ridicule ADJ p 61.57 45.54 4.53 9.05 -ridiculisa ridiculiser VER 7.54 4.32 0.00 0.07 ind:pas:3s; -ridiculisaient ridiculiser VER 7.54 4.32 0.00 0.20 ind:imp:3p; -ridiculisais ridiculiser VER 7.54 4.32 0.01 0.14 ind:imp:1s; -ridiculisait ridiculiser VER 7.54 4.32 0.03 0.34 ind:imp:3s; -ridiculisant ridiculiser VER 7.54 4.32 0.02 0.34 par:pre; -ridiculisation ridiculisation NOM f s 0.01 0.00 0.01 0.00 -ridiculise ridiculiser VER 7.54 4.32 1.16 0.34 imp:pre:2s;ind:pre:1s;ind:pre:3s; -ridiculisent ridiculiser VER 7.54 4.32 0.33 0.14 ind:pre:3p; -ridiculiser ridiculiser VER 7.54 4.32 3.02 1.69 inf; -ridiculisera ridiculiser VER 7.54 4.32 0.03 0.07 ind:fut:3s; -ridiculiserai ridiculiser VER 7.54 4.32 0.16 0.00 ind:fut:1s; -ridiculiserais ridiculiser VER 7.54 4.32 0.02 0.00 cnd:pre:1s; -ridiculiserait ridiculiser VER 7.54 4.32 0.01 0.07 cnd:pre:3s; -ridiculiseras ridiculiser VER 7.54 4.32 0.03 0.00 ind:fut:2s; -ridiculises ridiculiser VER 7.54 4.32 0.54 0.07 ind:pre:2s;sub:pre:2s; -ridiculisez ridiculiser VER 7.54 4.32 0.38 0.00 imp:pre:2p;ind:pre:2p; -ridiculisiez ridiculiser VER 7.54 4.32 0.01 0.00 ind:imp:2p; -ridiculisé ridiculiser VER m s 7.54 4.32 1.09 0.61 par:pas; -ridiculisée ridiculiser VER f s 7.54 4.32 0.51 0.07 par:pas; -ridiculisées ridiculiser VER f p 7.54 4.32 0.10 0.07 par:pas; -ridiculisés ridiculiser VER m p 7.54 4.32 0.10 0.14 par:pas; -ridiculités ridiculité NOM f p 0.14 0.00 0.14 0.00 -ridé ridé ADJ m s 1.04 7.16 0.45 2.77 -ridée ridé ADJ f s 1.04 7.16 0.30 2.16 -ridées ridé ADJ f p 1.04 7.16 0.14 1.49 -ridule ridule NOM f s 0.16 0.07 0.01 0.00 -ridules ridule NOM f p 0.16 0.07 0.15 0.07 -ridés ridé ADJ m p 1.04 7.16 0.16 0.74 -rie rire VER 140.25 320.54 1.09 0.81 sub:pre:1s;sub:pre:3s; -riel riel NOM m s 0.16 0.00 0.16 0.00 -rien rien PRO:ind s 2374.91 1522.91 2374.91 1522.91 -riens rien NOM m p 7.26 24.19 0.62 3.38 -rient rire VER 140.25 320.54 5.17 5.54 ind:pre:3p; -ries rire VER 140.25 320.54 0.10 0.20 sub:pre:2s; -riesling riesling NOM m s 0.71 0.20 0.71 0.20 -rieur rieur ADJ m s 0.45 4.93 0.41 2.84 -rieurs rieur ADJ m p 0.45 4.93 0.04 2.09 -rieuse rieux ADJ f s 0.07 4.12 0.06 3.24 -rieuses rieux ADJ f p 0.07 4.12 0.01 0.88 -riez rire VER 140.25 320.54 8.51 3.04 imp:pre:2p;ind:pre:2p; -rif rif NOM m s 0.07 1.42 0.07 1.42 -rifain rifain NOM m s 0.03 0.00 0.01 0.00 -rifains rifain NOM m p 0.03 0.00 0.02 0.00 -riff riff NOM m s 0.53 0.27 0.43 0.20 -riffaude riffauder VER 0.00 0.20 0.00 0.07 ind:pre:1s; -riffauder riffauder VER 0.00 0.20 0.00 0.07 inf; -riffaudé riffauder VER m s 0.00 0.20 0.00 0.07 par:pas; -riffs riff NOM m p 0.53 0.27 0.10 0.07 -rififi rififi NOM m s 0.09 0.47 0.09 0.47 -riflard riflard NOM m s 0.01 0.41 0.01 0.41 -rifle rifle NOM m s 0.12 0.74 0.02 0.74 -rifles rifle NOM m p 0.12 0.74 0.10 0.00 -riflette riflette NOM f s 0.00 0.61 0.00 0.61 -rift rift NOM m s 0.03 0.20 0.03 0.20 -rigaudon rigaudon NOM m s 0.01 0.07 0.01 0.00 -rigaudons rigaudon NOM m p 0.01 0.07 0.00 0.07 -rigide rigide ADJ s 3.27 9.93 2.96 6.42 -rigidement rigidement ADV 0.00 0.14 0.00 0.14 -rigides rigide ADJ p 3.27 9.93 0.32 3.51 -rigidifier rigidifier VER 0.01 0.00 0.01 0.00 inf; -rigidité rigidité NOM f s 0.88 1.89 0.88 1.82 -rigidités rigidité NOM f p 0.88 1.89 0.00 0.07 -rigodon rigodon NOM m s 0.00 0.61 0.00 0.61 -rigola rigoler VER 47.56 33.85 0.02 1.42 ind:pas:3s; -rigolade rigolade NOM f s 2.43 9.19 2.41 8.38 -rigolades rigolade NOM f p 2.43 9.19 0.02 0.81 -rigolage rigolage NOM m s 0.00 0.07 0.00 0.07 -rigolaient rigoler VER 47.56 33.85 0.47 0.74 ind:imp:3p; -rigolais rigoler VER 47.56 33.85 1.32 0.47 ind:imp:1s;ind:imp:2s; -rigolait rigoler VER 47.56 33.85 1.00 3.11 ind:imp:3s; -rigolant rigoler VER 47.56 33.85 0.23 2.64 par:pre; -rigolard rigolard ADJ m s 0.01 2.70 0.01 1.69 -rigolarde rigolard NOM f s 0.01 0.34 0.01 0.00 -rigolardes rigolard ADJ f p 0.01 2.70 0.00 0.20 -rigolards rigolard ADJ m p 0.01 2.70 0.00 0.41 -rigole rigoler VER 47.56 33.85 12.08 6.42 imp:pre:2s;ind:pre:1s;ind:pre:3s; -rigolent rigoler VER 47.56 33.85 1.46 0.95 ind:pre:3p; -rigoler rigoler VER 47.56 33.85 10.48 9.80 inf; -rigolera rigoler VER 47.56 33.85 0.19 0.54 ind:fut:3s; -rigolerai rigoler VER 47.56 33.85 0.17 0.00 ind:fut:1s; -rigoleraient rigoler VER 47.56 33.85 0.03 0.07 cnd:pre:3p; -rigolerais rigoler VER 47.56 33.85 0.28 0.07 cnd:pre:1s;cnd:pre:2s; -rigolerait rigoler VER 47.56 33.85 0.07 0.27 cnd:pre:3s; -rigoleras rigoler VER 47.56 33.85 0.24 0.07 ind:fut:2s; -rigolerez rigoler VER 47.56 33.85 0.03 0.00 ind:fut:2p; -rigoleront rigoler VER 47.56 33.85 0.02 0.00 ind:fut:3p; -rigoles rigoler VER 47.56 33.85 13.56 3.31 ind:pre:2s;sub:pre:2s; -rigoleur rigoleur ADJ m s 0.00 0.07 0.00 0.07 -rigolez rigoler VER 47.56 33.85 3.90 0.68 imp:pre:2p;ind:pre:2p; -rigoliez rigoler VER 47.56 33.85 0.07 0.07 ind:imp:2p; -rigolions rigoler VER 47.56 33.85 0.01 0.07 ind:imp:1p; -rigollot rigollot NOM m s 0.00 0.07 0.00 0.07 -rigolo rigolo ADJ m s 6.25 3.85 5.00 2.64 -rigolons rigoler VER 47.56 33.85 0.11 0.07 imp:pre:1p;ind:pre:1p; -rigolos rigolo NOM m p 3.99 2.30 1.17 0.88 -rigolote rigolo ADJ f s 6.25 3.85 0.73 0.27 -rigolotes rigolo ADJ f p 6.25 3.85 0.23 0.14 -rigolèrent rigoler VER 47.56 33.85 0.00 0.34 ind:pas:3p; -rigolé rigoler VER m s 47.56 33.85 1.82 2.77 par:pas; -rigorisme rigorisme NOM m s 0.00 0.20 0.00 0.20 -rigoriste rigoriste ADJ f s 0.14 0.20 0.14 0.20 -rigoristes rigoriste NOM p 0.00 0.07 0.00 0.07 -rigoureuse rigoureux ADJ f s 1.94 8.31 0.27 3.38 -rigoureusement rigoureusement ADV 0.23 4.73 0.23 4.73 -rigoureuses rigoureux ADJ f p 1.94 8.31 0.17 1.55 -rigoureux rigoureux ADJ m 1.94 8.31 1.50 3.38 -rigueur rigueur NOM f s 4.87 40.34 4.72 37.77 -rigueurs rigueur NOM f p 4.87 40.34 0.15 2.57 -riiez rire VER 140.25 320.54 0.00 0.14 ind:imp:2p; -riions rire VER 140.25 320.54 0.00 1.15 ind:imp:1p; -rikiki rikiki ADJ m s 0.09 2.97 0.09 2.97 -rillettes rillettes NOM f p 0.17 2.43 0.17 2.43 -rillons rillons NOM m p 0.00 0.41 0.00 0.41 -rima rimer VER 6.89 5.27 0.00 0.34 ind:pas:3s; -rimaient rimer VER 6.89 5.27 0.02 0.20 ind:imp:3p; -rimaillerie rimaillerie NOM f s 0.00 0.07 0.00 0.07 -rimailles rimailler VER 0.01 0.07 0.01 0.07 ind:pre:2s; -rimailleur rimailleur NOM m s 0.01 0.07 0.01 0.00 -rimailleurs rimailleur NOM m p 0.01 0.07 0.00 0.07 -rimait rimer VER 6.89 5.27 0.28 1.08 ind:imp:3s; -rimante rimant ADJ f s 0.00 0.07 0.00 0.07 -rimaye rimaye NOM f s 0.01 0.00 0.01 0.00 -rimbaldien rimbaldien ADJ m s 0.00 0.07 0.00 0.07 -rime rimer VER 6.89 5.27 5.66 2.36 imp:pre:2s;ind:pre:3s; -riment rimer VER 6.89 5.27 0.50 0.20 ind:pre:3p; -rimer rimer VER 6.89 5.27 0.15 0.27 inf; -rimes rime NOM f p 3.08 2.16 1.75 1.22 -rimeur rimeur NOM m s 0.04 0.00 0.02 0.00 -rimeurs rimeur NOM m p 0.04 0.00 0.01 0.00 -rimeuse rimeur NOM f s 0.04 0.00 0.01 0.00 -rimez rimer VER 6.89 5.27 0.03 0.07 imp:pre:2p;ind:pre:2p; -rimions rimer VER 6.89 5.27 0.00 0.07 ind:imp:1p; -rimmel rimmel NOM m s 0.16 3.04 0.16 3.04 -rimé rimer VER m s 6.89 5.27 0.22 0.27 par:pas; -rimée rimer VER f s 6.89 5.27 0.00 0.20 par:pas; -rimés rimer VER m p 6.89 5.27 0.01 0.20 par:pas; -rince_bouche rince_bouche NOM m 0.03 0.00 0.03 0.00 -rince_doigts rince_doigts NOM m 0.08 0.27 0.08 0.27 -rince rincer VER 4.46 11.15 1.29 2.03 imp:pre:2s;ind:pre:1s;ind:pre:3s; -rinceau rinceau NOM m s 0.00 0.68 0.00 0.07 -rinceaux rinceau NOM m p 0.00 0.68 0.00 0.61 -rincent rincer VER 4.46 11.15 0.16 0.34 ind:pre:3p; -rincer rincer VER 4.46 11.15 1.86 3.18 inf; -rincera rincer VER 4.46 11.15 0.01 0.00 ind:fut:3s; -rincerai rincer VER 4.46 11.15 0.10 0.07 ind:fut:1s; -rinceraient rincer VER 4.46 11.15 0.00 0.07 cnd:pre:3p; -rinces rincer VER 4.46 11.15 0.28 0.07 ind:pre:2s; -rincette rincette NOM f s 0.00 0.27 0.00 0.27 -rinceur rinceur NOM m s 0.00 0.07 0.00 0.07 -rincez rincer VER 4.46 11.15 0.27 0.07 imp:pre:2p;ind:pre:2p; -rincèrent rincer VER 4.46 11.15 0.00 0.07 ind:pas:3p; -rincé rincer VER m s 4.46 11.15 0.18 1.28 par:pas; -rincée rincer VER f s 4.46 11.15 0.02 0.20 par:pas; -rincées rincer VER f p 4.46 11.15 0.02 0.07 par:pas; -rincés rincer VER m p 4.46 11.15 0.14 0.68 par:pas; -rinforzando rinforzando ADV 0.00 0.07 0.00 0.07 -ring ring NOM m s 6.49 4.66 6.19 4.39 -ringard ringard ADJ m s 2.94 1.42 1.99 0.88 -ringarde ringard ADJ f s 2.94 1.42 0.27 0.27 -ringardes ringard ADJ f p 2.94 1.42 0.39 0.00 -ringardise ringardise NOM f s 0.06 0.14 0.04 0.14 -ringardises ringardise NOM f p 0.06 0.14 0.01 0.00 -ringards ringard NOM m p 2.54 0.95 0.64 0.20 -rings ring NOM m p 6.49 4.66 0.29 0.27 -rink rink NOM m s 0.14 2.84 0.14 2.84 -rinker rinker VER 0.02 0.00 0.02 0.00 inf; -rinça rincer VER 4.46 11.15 0.00 1.15 ind:pas:3s; -rinçage rinçage NOM m s 0.43 0.74 0.28 0.68 -rinçages rinçage NOM m p 0.43 0.74 0.14 0.07 -rinçaient rincer VER 4.46 11.15 0.00 0.07 ind:imp:3p; -rinçais rincer VER 4.46 11.15 0.01 0.14 ind:imp:1s;ind:imp:2s; -rinçait rincer VER 4.46 11.15 0.01 1.42 ind:imp:3s; -rinçant rincer VER 4.46 11.15 0.11 0.27 par:pre; -rioja rioja NOM m s 0.01 0.00 0.01 0.00 -rions rire VER 140.25 320.54 0.63 1.49 imp:pre:1p;ind:pre:1p; -ripa riper VER 0.35 0.81 0.00 0.07 ind:pas:3s; -ripaillait ripailler VER 0.14 0.81 0.00 0.07 ind:imp:3s; -ripaille ripailler VER 0.14 0.81 0.14 0.20 ind:pre:3s; -ripailler ripailler VER 0.14 0.81 0.00 0.20 inf; -ripailles ripaille NOM f p 0.20 1.62 0.14 0.54 -ripaillons ripailler VER 0.14 0.81 0.00 0.07 ind:pre:1p; -ripaillé ripailler VER m s 0.14 0.81 0.00 0.27 par:pas; -ripant riper VER 0.35 0.81 0.00 0.14 par:pre; -ripaton ripaton NOM m s 0.01 0.20 0.00 0.07 -ripatons ripaton NOM m p 0.01 0.20 0.01 0.14 -ripe ripe NOM f s 0.18 0.27 0.18 0.27 -riper riper VER 0.35 0.81 0.03 0.34 inf; -ripes riper VER 0.35 0.81 0.14 0.00 ind:pre:2s; -ripeur ripeur NOM m s 0.00 0.07 0.00 0.07 -ripolin ripolin NOM m s 0.00 0.41 0.00 0.41 -ripoliner ripoliner VER 0.00 1.55 0.00 0.07 inf; -ripolines ripoliner VER 0.00 1.55 0.00 0.07 ind:pre:2s; -ripoliné ripoliner VER m s 0.00 1.55 0.00 0.41 par:pas; -ripolinée ripoliner VER f s 0.00 1.55 0.00 0.54 par:pas; -ripolinées ripoliner VER f p 0.00 1.55 0.00 0.27 par:pas; -ripolinés ripoliner VER m p 0.00 1.55 0.00 0.20 par:pas; -riposta riposter VER 3.61 5.34 0.01 1.55 ind:pas:3s; -ripostai riposter VER 3.61 5.34 0.00 0.20 ind:pas:1s; -ripostaient riposter VER 3.61 5.34 0.01 0.07 ind:imp:3p; -ripostais riposter VER 3.61 5.34 0.01 0.07 ind:imp:1s; -ripostait riposter VER 3.61 5.34 0.00 0.41 ind:imp:3s; -ripostant riposter VER 3.61 5.34 0.03 0.14 par:pre; -riposte riposte NOM f s 1.75 2.97 1.70 2.64 -ripostent riposter VER 3.61 5.34 0.21 0.07 ind:pre:3p; -riposter riposter VER 3.61 5.34 1.41 1.28 inf; -ripostera riposter VER 3.61 5.34 0.05 0.00 ind:fut:3s; -riposterai riposter VER 3.61 5.34 0.19 0.00 ind:fut:1s; -riposterez riposter VER 3.61 5.34 0.02 0.00 ind:fut:2p; -riposterons riposter VER 3.61 5.34 0.05 0.00 ind:fut:1p; -riposteront riposter VER 3.61 5.34 0.08 0.00 ind:fut:3p; -ripostes riposte NOM f p 1.75 2.97 0.05 0.34 -ripostez riposter VER 3.61 5.34 0.14 0.00 imp:pre:2p;ind:pre:2p; -ripostions riposter VER 3.61 5.34 0.01 0.00 ind:imp:1p; -ripostons riposter VER 3.61 5.34 0.05 0.00 imp:pre:1p;ind:pre:1p; -riposté riposter VER m s 3.61 5.34 0.60 1.01 par:pas; -ripou ripou ADJ s 0.66 0.27 0.66 0.27 -ripoux ripoux NOM m p 1.54 0.00 1.54 0.00 -ripper ripper NOM m s 0.31 0.00 0.31 0.00 -ripé riper VER m s 0.35 0.81 0.19 0.27 par:pas; -ripuaire ripuaire ADJ s 0.00 0.07 0.00 0.07 -riquiqui riquiqui ADJ 0.50 0.68 0.50 0.68 -rira rire VER 140.25 320.54 2.99 0.74 ind:fut:3s; -rirai rire VER 140.25 320.54 0.88 0.47 ind:fut:1s; -riraient rire VER 140.25 320.54 0.07 0.27 cnd:pre:3p; -rirais rire VER 140.25 320.54 0.66 0.34 cnd:pre:1s;cnd:pre:2s; -rirait rire VER 140.25 320.54 0.20 0.81 cnd:pre:3s; -riras rire VER 140.25 320.54 0.80 0.07 ind:fut:2s; -rire rire VER 140.25 320.54 63.29 144.19 inf; -rirent rire VER 140.25 320.54 0.01 2.57 ind:pas:3p; -rires rire NOM m p 38.88 155.47 16.09 42.91 -rirez rire VER 140.25 320.54 0.60 0.14 ind:fut:2p; -rirons rire VER 140.25 320.54 0.23 0.34 ind:fut:1p; -riront rire VER 140.25 320.54 0.30 0.14 ind:fut:3p; -ris rire VER 140.25 320.54 20.86 8.65 imp:pre:2s;ind:pre:1s;ind:pre:2s; -rise ris NOM f s 1.74 0.34 0.24 0.00 -riser riser NOM m s 0.06 0.00 0.06 0.00 -risette risette NOM f s 0.75 1.08 0.70 0.81 -risettes risette NOM f p 0.75 1.08 0.05 0.27 -risibilité risibilité NOM f s 0.01 0.14 0.01 0.14 -risible risible ADJ s 1.05 3.45 0.88 2.70 -risiblement risiblement ADV 0.00 0.07 0.00 0.07 -risibles risible ADJ p 1.05 3.45 0.17 0.74 -risorius risorius NOM m 0.01 0.14 0.01 0.14 -risotto risotto NOM m s 0.54 0.07 0.54 0.07 -risqua risquer VER 100.40 99.32 0.45 3.58 ind:pas:3s; -risquai risquer VER 100.40 99.32 0.00 0.81 ind:pas:1s; -risquaient risquer VER 100.40 99.32 0.68 4.66 ind:imp:3p; -risquais risquer VER 100.40 99.32 0.92 3.51 ind:imp:1s;ind:imp:2s; -risquait risquer VER 100.40 99.32 2.59 21.62 ind:imp:3s; -risquant risquer VER 100.40 99.32 0.99 1.82 par:pre; -risque_tout risque_tout ADJ 0.00 0.07 0.00 0.07 -risque risque NOM m s 69.33 50.27 45.98 30.27 -risquent risquer VER 100.40 99.32 4.59 3.85 ind:pre:3p; -risquer risquer VER 100.40 99.32 13.06 14.19 inf; -risquera risquer VER 100.40 99.32 0.38 0.54 ind:fut:3s; -risquerai risquer VER 100.40 99.32 0.30 0.14 ind:fut:1s; -risqueraient risquer VER 100.40 99.32 0.45 0.81 cnd:pre:3p; -risquerais risquer VER 100.40 99.32 1.47 0.88 cnd:pre:1s;cnd:pre:2s; -risquerait risquer VER 100.40 99.32 1.59 3.11 cnd:pre:3s; -risqueras risquer VER 100.40 99.32 0.03 0.07 ind:fut:2s; -risquerez risquer VER 100.40 99.32 0.17 0.07 ind:fut:2p; -risqueriez risquer VER 100.40 99.32 0.32 0.41 cnd:pre:2p; -risquerions risquer VER 100.40 99.32 0.09 0.14 cnd:pre:1p; -risquerons risquer VER 100.40 99.32 0.00 0.07 ind:fut:1p; -risqueront risquer VER 100.40 99.32 0.12 0.20 ind:fut:3p; -risques risque NOM m p 69.33 50.27 23.36 20.00 -risquez risquer VER 100.40 99.32 7.54 1.96 imp:pre:2p;ind:pre:2p; -risquiez risquer VER 100.40 99.32 0.20 0.61 ind:imp:2p; -risquions risquer VER 100.40 99.32 0.06 0.74 ind:imp:1p; -risquons risquer VER 100.40 99.32 1.80 0.95 imp:pre:1p;ind:pre:1p; -risquât risquer VER 100.40 99.32 0.00 0.54 sub:imp:3s; -risqué risquer VER m s 100.40 99.32 10.77 5.00 par:pas; -risquée risqué ADJ f s 8.29 2.70 0.47 0.68 -risquées risqué ADJ f p 8.29 2.70 0.13 0.27 -risqués risqué ADJ m p 8.29 2.70 0.08 0.20 -rissolaient rissoler VER 0.01 0.74 0.00 0.14 ind:imp:3p; -rissolait rissoler VER 0.01 0.74 0.00 0.07 ind:imp:3s; -rissole rissole NOM f s 0.02 0.34 0.00 0.14 -rissolent rissoler VER 0.01 0.74 0.00 0.14 ind:pre:3p; -rissoler rissoler VER 0.01 0.74 0.01 0.27 inf; -rissoles rissole NOM f p 0.02 0.34 0.02 0.20 -rissolé rissoler VER m s 0.01 0.74 0.00 0.07 par:pas; -rissolée rissolé ADJ f s 0.03 0.34 0.00 0.07 -rissolées rissolé ADJ f p 0.03 0.34 0.03 0.20 -rissolés rissolé ADJ m p 0.03 0.34 0.00 0.07 -ristournait ristourner VER 0.14 0.07 0.00 0.07 ind:imp:3s; -ristourne ristourne NOM f s 0.54 0.54 0.50 0.54 -ristournes ristourne NOM f p 0.54 0.54 0.04 0.00 -risée risée NOM f s 2.22 2.50 2.12 1.76 -risées risée NOM f p 2.22 2.50 0.10 0.74 -rit rire VER 140.25 320.54 17.47 37.70 ind:pre:3s;ind:pas:3s; -rital rital NOM m s 2.66 3.51 1.36 2.09 -ritale rital NOM f s 2.66 3.51 0.14 0.34 -ritales rital NOM f p 2.66 3.51 0.00 0.14 -ritals rital NOM m p 2.66 3.51 1.16 0.95 -rite rite NOM m s 5.43 17.84 3.77 8.45 -rites rite NOM m p 5.43 17.84 1.66 9.39 -ritournelle ritournelle NOM f s 0.03 2.03 0.01 1.28 -ritournelles ritournelle NOM f p 0.03 2.03 0.02 0.74 -rittes rittes NOM f p 0.00 0.07 0.00 0.07 -ritualisa ritualiser VER 0.01 0.14 0.00 0.07 ind:pas:3s; -ritualisation ritualisation NOM f s 0.00 0.07 0.00 0.07 -ritualiste ritualiste ADJ m s 0.16 0.00 0.01 0.00 -ritualistes ritualiste ADJ m p 0.16 0.00 0.15 0.00 -ritualisé ritualiser VER m s 0.01 0.14 0.01 0.00 par:pas; -ritualisés ritualiser VER m p 0.01 0.14 0.00 0.07 par:pas; -rituel rituel NOM m s 8.82 6.22 7.03 5.54 -rituelle rituel ADJ f s 3.29 12.97 0.45 4.73 -rituellement rituellement ADV 0.14 1.76 0.14 1.76 -rituelles rituel ADJ f p 3.29 12.97 0.39 2.23 -rituels rituel NOM m p 8.82 6.22 1.79 0.68 -riva river VER 3.47 10.88 0.02 0.47 ind:pas:3s; -rivage rivage NOM m s 5.46 17.23 4.38 12.36 -rivages rivage NOM m p 5.46 17.23 1.08 4.86 -rivaient river VER 3.47 10.88 0.00 0.20 ind:imp:3p; -rivais river VER 3.47 10.88 0.00 0.07 ind:imp:1s; -rivait river VER 3.47 10.88 0.00 0.61 ind:imp:3s; -rival rival NOM m s 4.75 10.20 2.68 4.80 -rivale rival NOM f s 4.75 10.20 1.23 2.97 -rivales rival ADJ f p 1.34 4.05 0.44 1.96 -rivalisaient rivaliser VER 1.99 4.39 0.04 1.15 ind:imp:3p; -rivalisait rivaliser VER 1.99 4.39 0.12 0.54 ind:imp:3s; -rivalisant rivaliser VER 1.99 4.39 0.08 0.20 par:pre; -rivalise rivaliser VER 1.99 4.39 0.20 0.20 ind:pre:1s;ind:pre:3s; -rivalisent rivaliser VER 1.99 4.39 0.10 0.41 ind:pre:3p; -rivaliser rivaliser VER 1.99 4.39 1.40 1.55 inf; -rivalisera rivaliser VER 1.99 4.39 0.03 0.00 ind:fut:3s; -rivaliserait rivaliser VER 1.99 4.39 0.01 0.00 cnd:pre:3s; -rivalisèrent rivaliser VER 1.99 4.39 0.00 0.27 ind:pas:3p; -rivalisé rivaliser VER m s 1.99 4.39 0.01 0.07 par:pas; -rivalité rivalité NOM f s 2.25 4.93 1.58 2.97 -rivalités rivalité NOM f p 2.25 4.93 0.67 1.96 -rivant river VER 3.47 10.88 0.00 0.20 par:pre; -rivaux rival NOM m p 4.75 10.20 0.69 1.76 -rive rive NOM f s 7.92 46.15 6.03 35.14 -river river VER 3.47 10.88 2.70 1.15 inf; -riverain riverain NOM m s 0.36 0.81 0.00 0.07 -riveraines riverain ADJ f p 0.00 0.47 0.00 0.27 -riverains riverain NOM m p 0.36 0.81 0.36 0.74 -riverait river VER 3.47 10.88 0.00 0.07 cnd:pre:3s; -rives rive NOM f p 7.92 46.15 1.89 11.01 -rivet rivet NOM m s 0.56 1.08 0.35 0.14 -rivetage rivetage NOM m s 0.01 0.20 0.01 0.20 -riveteuse riveteur NOM f s 0.01 0.00 0.01 0.00 -riveteuse riveteuse NOM f s 0.01 0.00 0.01 0.00 -rivets rivet NOM m p 0.56 1.08 0.22 0.95 -rivette riveter VER 0.16 0.27 0.14 0.00 imp:pre:2s; -riveté riveter VER m s 0.16 0.27 0.00 0.07 par:pas; -rivetées riveter VER f p 0.16 0.27 0.03 0.20 par:pas; -riviera riviera NOM f s 0.00 0.14 0.00 0.07 -rivieras riviera NOM f p 0.00 0.14 0.00 0.07 -rivière rivière NOM f s 32.73 43.72 28.17 36.49 -rivières rivière NOM f p 32.73 43.72 4.56 7.23 -rivoir rivoir NOM m s 0.01 0.27 0.01 0.27 -rivé river VER m s 3.47 10.88 0.22 3.24 par:pas; -rivée river VER f s 3.47 10.88 0.02 1.08 par:pas; -rivées river VER f p 3.47 10.88 0.00 0.47 par:pas; -rivés river VER m p 3.47 10.88 0.49 2.64 par:pas; -rixdales rixdale NOM f p 0.00 0.07 0.00 0.07 -rixe rixe NOM f s 0.84 2.16 0.80 1.28 -rixes rixe NOM f p 0.84 2.16 0.04 0.88 -riz_minute riz_minute NOM m 0.00 0.07 0.00 0.07 -riz_pain_sel riz_pain_sel NOM m s 0.00 0.07 0.00 0.07 -riz riz NOM m 18.49 17.70 18.49 17.70 -rizière rizière NOM f s 6.45 3.78 5.30 1.15 -rizières rizière NOM f p 6.45 3.78 1.15 2.64 -roadster roadster NOM m s 0.03 0.27 0.03 0.27 -roast_beef roast_beef NOM m s 0.16 0.00 0.14 0.00 -roast_beef roast_beef NOM m s 0.16 0.00 0.02 0.00 -robe robe NOM f s 84.43 148.18 72.72 111.96 -rober rober VER 0.02 0.00 0.02 0.00 inf; -robert robert NOM m s 1.51 1.49 1.44 0.27 -roberts robert NOM m p 1.51 1.49 0.07 1.22 -robes robe NOM f p 84.43 148.18 11.71 36.22 -robette robette NOM f s 0.00 0.07 0.00 0.07 -robin robin NOM m s 0.41 0.34 0.03 0.07 -robinet robinet NOM m s 5.89 18.24 5.12 13.65 -robinets robinet NOM m p 5.89 18.24 0.77 4.59 -robinetterie robinetterie NOM f s 0.03 0.27 0.03 0.27 -robiniers robinier NOM m p 0.00 0.07 0.00 0.07 -robins robin NOM m p 0.41 0.34 0.38 0.27 -robinsonnade robinsonnade NOM m s 0.00 0.07 0.00 0.07 -robinsons robinson NOM m p 0.00 0.20 0.00 0.20 -râble râble NOM m s 0.01 1.96 0.01 1.96 -roblot roblot NOM m s 0.00 1.15 0.00 1.15 -râblé râblé ADJ m s 0.01 1.82 0.01 1.28 -râblée râblé ADJ f s 0.01 1.82 0.00 0.07 -râblés râblé ADJ m p 0.01 1.82 0.00 0.47 -roboratif roboratif ADJ m s 0.00 0.54 0.00 0.34 -roborative roboratif ADJ f s 0.00 0.54 0.00 0.07 -roboratives roboratif ADJ f p 0.00 0.54 0.00 0.14 -robot robot NOM m s 22.89 3.18 14.97 1.69 -robotique robotique NOM f s 0.72 0.00 0.69 0.00 -robotiques robotique NOM f p 0.72 0.00 0.04 0.00 -robotisé robotiser VER m s 0.10 0.20 0.07 0.07 par:pas; -robotisée robotiser VER f s 0.10 0.20 0.01 0.07 par:pas; -robotisées robotiser VER f p 0.10 0.20 0.01 0.07 par:pas; -robots robot NOM m p 22.89 3.18 7.92 1.49 -roburite roburite NOM f s 0.00 0.07 0.00 0.07 -robuste robuste ADJ s 2.90 10.07 2.14 7.03 -robustement robustement ADV 0.00 0.14 0.00 0.14 -robustes robuste ADJ p 2.90 10.07 0.76 3.04 -robustesse robustesse NOM f s 0.17 0.81 0.17 0.81 -roc roc NOM m s 3.58 11.76 3.37 7.50 -rocade rocade NOM f s 0.27 0.27 0.27 0.20 -rocades rocade NOM f p 0.27 0.27 0.00 0.07 -rocaille rocaille NOM f s 0.16 2.16 0.16 1.28 -rocailles rocaille NOM f p 0.16 2.16 0.00 0.88 -rocailleuse rocailleux ADJ f s 0.17 3.18 0.07 1.22 -rocailleuses rocailleux ADJ f p 0.17 3.18 0.00 0.07 -rocailleux rocailleux ADJ m 0.17 3.18 0.10 1.89 -rocaillé rocailler VER m s 0.00 0.07 0.00 0.07 par:pas; -rocambole rocambole NOM f s 0.00 0.41 0.00 0.41 -rocambolesque rocambolesque ADJ s 0.18 0.41 0.18 0.27 -rocambolesques rocambolesque ADJ p 0.18 0.41 0.00 0.14 -rochas rocher VER 0.08 0.47 0.00 0.34 ind:pas:2s; -rochassier rochassier NOM m s 0.00 0.07 0.00 0.07 -roche roche NOM f s 5.81 23.38 3.68 14.12 -rochelle rochelle NOM f s 0.74 0.00 0.74 0.00 -rocher rocher NOM m s 16.97 39.53 10.37 17.50 -rochers rocher NOM m p 16.97 39.53 6.61 22.03 -roches roche NOM f p 5.81 23.38 2.13 9.26 -rochet rochet NOM m s 0.01 0.14 0.01 0.14 -rocheuse rocheux ADJ f s 1.06 10.00 0.17 2.64 -rocheuses rocheux ADJ f p 1.06 10.00 0.73 2.70 -rocheux rocheux ADJ m 1.06 10.00 0.16 4.66 -rochiers rochier NOM m p 0.00 0.07 0.00 0.07 -roché rocher VER m s 0.08 0.47 0.01 0.00 par:pas; -rock_n_roll rock_n_roll NOM m 0.19 0.14 0.19 0.14 -rock_n_roll rock_n_roll NOM m s 0.01 0.00 0.01 0.00 -rock rock NOM m s 22.11 20.00 21.47 19.59 -rocker rocker NOM s 1.52 2.91 0.86 1.15 -rockers rocker NOM p 1.52 2.91 0.66 1.76 -rocket rocket NOM m s 1.40 0.07 1.04 0.07 -rockets rocket NOM m p 1.40 0.07 0.35 0.00 -rockeur rockeur NOM m s 0.30 0.14 0.11 0.07 -rockeurs rockeur NOM m p 0.30 0.14 0.05 0.00 -rockeuse rockeur NOM f s 0.30 0.14 0.14 0.07 -rocking_chair rocking_chair NOM m s 0.36 1.15 0.28 0.95 -rocking_chair rocking_chair NOM m p 0.36 1.15 0.01 0.20 -rocking_chair rocking_chair NOM m s 0.36 1.15 0.06 0.00 -rocks rock NOM m p 22.11 20.00 0.64 0.41 -rococo rococo NOM m s 0.14 0.20 0.13 0.07 -rococos rococo NOM m p 0.14 0.20 0.01 0.14 -rocs roc NOM m p 3.58 11.76 0.21 4.26 -rodage rodage NOM m s 0.32 0.41 0.32 0.34 -rodages rodage NOM m p 0.32 0.41 0.00 0.07 -rodait roder VER 1.35 1.76 0.17 0.07 ind:imp:3s; -rode roder VER 1.35 1.76 0.40 0.00 ind:pre:1s;ind:pre:3s; -rodeo rodeo NOM m s 0.23 0.00 0.23 0.00 -roder roder VER 1.35 1.76 0.30 0.34 inf; -roderait roder VER 1.35 1.76 0.00 0.07 cnd:pre:3s; -rodomontades rodomontade NOM f p 0.01 0.47 0.01 0.47 -rodé roder VER m s 1.35 1.76 0.13 0.47 par:pas; -rodée roder VER f s 1.35 1.76 0.05 0.61 par:pas; -rodées roder VER f p 1.35 1.76 0.00 0.14 par:pas; -rodéo rodéo NOM m s 2.01 0.74 1.92 0.74 -rodéos rodéo NOM m p 2.01 0.74 0.09 0.00 -rodés roder VER m p 1.35 1.76 0.30 0.07 par:pas; -roentgens roentgen NOM m p 0.02 0.00 0.02 0.00 -rogations rogation NOM f p 0.00 0.34 0.00 0.34 -rogatoire rogatoire ADJ f s 0.16 0.81 0.16 0.47 -rogatoires rogatoire ADJ f p 0.16 0.81 0.00 0.34 -rogaton rogaton NOM m s 0.11 1.15 0.11 0.14 -rogatons rogaton NOM m p 0.11 1.15 0.00 1.01 -rogna rogner VER 0.39 2.97 0.00 0.07 ind:pas:3s; -rognais rogner VER 0.39 2.97 0.00 0.07 ind:imp:1s; -rognait rogner VER 0.39 2.97 0.00 0.07 ind:imp:3s; -rognant rogner VER 0.39 2.97 0.00 0.14 par:pre; -rogne_pied rogne_pied NOM m s 0.00 0.07 0.00 0.07 -rogne rogne NOM f s 3.68 2.43 3.67 2.23 -rognent rogner VER 0.39 2.97 0.00 0.07 ind:pre:3p; -rogner rogner VER 0.39 2.97 0.09 0.74 inf; -rognes rogne NOM f p 3.68 2.43 0.01 0.20 -rogneux rogneux ADJ m p 0.00 0.14 0.00 0.14 -rognez rogner VER 0.39 2.97 0.01 0.00 imp:pre:2p; -rognon rognon NOM m s 1.12 1.28 0.06 0.74 -rognonnait rognonner VER 0.00 0.07 0.00 0.07 ind:imp:3s; -rognons rognon NOM m p 1.12 1.28 1.06 0.54 -rogné rogner VER m s 0.39 2.97 0.04 0.47 par:pas; -rognée rogner VER f s 0.39 2.97 0.00 0.27 par:pas; -rognées rogner VER f p 0.39 2.97 0.16 0.41 par:pas; -rognure rognure NOM f s 0.35 0.74 0.16 0.20 -rognures rognure NOM f p 0.35 0.74 0.20 0.54 -rognés rogner VER m p 0.39 2.97 0.00 0.47 par:pas; -rogomme rogomme NOM m s 0.00 0.54 0.00 0.41 -rogommes rogomme NOM m p 0.00 0.54 0.00 0.14 -rogue rogue ADJ s 0.66 1.96 0.65 1.69 -rogues rogue ADJ m p 0.66 1.96 0.01 0.27 -roi_roi roi_roi NOM m s 0.01 0.00 0.01 0.00 -roi_soleil roi_soleil NOM m s 0.00 0.14 0.00 0.14 -roi roi NOM m s 177.53 98.92 166.34 85.95 -roide roide ADJ s 0.04 2.57 0.03 1.49 -roidement roidement ADV 0.00 0.34 0.00 0.34 -roides roide ADJ p 0.04 2.57 0.01 1.08 -roideur roideur NOM f s 0.00 0.20 0.00 0.20 -roidi roidir VER m s 0.02 0.27 0.01 0.14 par:pas; -roidie roidir VER f s 0.02 0.27 0.00 0.07 par:pas; -roidir roidir VER 0.02 0.27 0.01 0.00 inf; -roidissait roidir VER 0.02 0.27 0.00 0.07 ind:imp:3s; -rois roi NOM m p 177.53 98.92 11.19 12.97 -roitelet roitelet NOM m s 0.22 0.41 0.19 0.27 -roitelets roitelet NOM m p 0.22 0.41 0.03 0.14 -râla râler VER 6.61 10.41 0.00 0.54 ind:pas:3s; -râlai râler VER 6.61 10.41 0.00 0.07 ind:pas:1s; -râlaient râler VER 6.61 10.41 0.00 0.47 ind:imp:3p; -râlais râler VER 6.61 10.41 0.19 0.07 ind:imp:1s;ind:imp:2s; -râlait râler VER 6.61 10.41 0.15 2.36 ind:imp:3s; -râlant râler VER 6.61 10.41 0.16 0.54 par:pre; -râlante râlant ADJ f s 0.02 0.47 0.02 0.14 -râle râler VER 6.61 10.41 1.70 2.03 imp:pre:2s;ind:pre:1s;ind:pre:3s; -râlement râlement NOM m s 0.00 0.07 0.00 0.07 -râlent râler VER 6.61 10.41 0.37 0.20 ind:pre:3p; -râler râler VER 6.61 10.41 3.05 2.77 inf; -râlera râler VER 6.61 10.41 0.01 0.14 ind:fut:3s; -râlerai râler VER 6.61 10.41 0.02 0.00 ind:fut:1s; -râlerait râler VER 6.61 10.41 0.01 0.34 cnd:pre:3s; -râles râle NOM m p 1.89 9.46 0.84 3.58 -râleur râleur NOM m s 0.48 0.47 0.34 0.14 -râleurs râleur ADJ m p 0.33 0.47 0.21 0.27 -râleuse râleur NOM f s 0.48 0.47 0.03 0.14 -râleuses râleur NOM f p 0.48 0.47 0.00 0.07 -râleux râleux NOM m 0.00 0.14 0.00 0.14 -râlez râler VER 6.61 10.41 0.21 0.14 imp:pre:2p;ind:pre:2p; -roll roll NOM m s 5.67 1.35 5.67 1.35 -rolle rolle NOM m s 0.01 0.00 0.01 0.00 -roller roller NOM m s 1.41 0.00 0.88 0.00 -rollers roller NOM m p 1.41 0.00 0.53 0.00 -rollmops rollmops NOM m 0.03 0.20 0.03 0.20 -râlé râler VER m s 6.61 10.41 0.15 0.54 par:pas; -rom rom NOM s 0.16 0.14 0.01 0.07 -romain romain ADJ m s 11.02 21.55 5.28 8.04 -romaine romain ADJ f s 11.02 21.55 3.77 6.55 -romaines romain ADJ f p 11.02 21.55 0.75 3.58 -romains romain ADJ m p 11.02 21.55 1.23 3.38 -roman_feuilleton roman_feuilleton NOM m s 0.13 0.41 0.03 0.27 -roman_fleuve roman_fleuve NOM m s 0.00 0.07 0.00 0.07 -roman_photo roman_photo NOM m s 0.28 0.41 0.14 0.20 -roman roman NOM m s 23.73 74.80 17.79 51.28 -romance romance NOM s 3.12 3.99 2.98 2.91 -romancer romancer VER 0.17 0.27 0.08 0.07 inf; -romancero romancero NOM m s 0.00 0.07 0.00 0.07 -romances romance NOM p 3.12 3.99 0.14 1.08 -romanche romanche NOM m s 0.00 0.07 0.00 0.07 -romancier romancier NOM m s 0.93 11.89 0.68 8.18 -romanciers romancier NOM m p 0.93 11.89 0.09 2.97 -romancière romancier NOM f s 0.93 11.89 0.16 0.61 -romancières romancier NOM f p 0.93 11.89 0.00 0.14 -romancé romancé ADJ m s 0.07 0.34 0.03 0.00 -romancée romancé ADJ f s 0.07 0.34 0.04 0.20 -romancées romancé ADJ f p 0.07 0.34 0.01 0.14 -romande romand ADJ f s 0.00 0.07 0.00 0.07 -romane roman ADJ f s 2.09 13.11 0.02 1.76 -romanes roman ADJ f p 2.09 13.11 0.02 1.69 -romanesque romanesque ADJ s 1.03 10.07 0.95 8.11 -romanesques romanesque ADJ p 1.03 10.07 0.09 1.96 -romani romani NOM m s 0.11 0.07 0.11 0.07 -romanichel romanichel NOM m s 0.17 1.35 0.01 0.34 -romanichelle romanichel NOM f s 0.17 1.35 0.14 0.14 -romanichelles romanichel NOM f p 0.17 1.35 0.00 0.07 -romanichels romanichel NOM m p 0.17 1.35 0.02 0.81 -romanisation romanisation NOM f s 0.00 0.07 0.00 0.07 -romanistes romaniste NOM p 0.01 0.07 0.01 0.07 -romanité romanité NOM f s 0.00 0.14 0.00 0.14 -romano romano NOM s 0.28 0.54 0.22 0.20 -romanos romano NOM p 0.28 0.54 0.06 0.34 -roman_feuilleton roman_feuilleton NOM m p 0.13 0.41 0.10 0.14 -roman_photo roman_photo NOM m p 0.28 0.41 0.14 0.20 -romans roman NOM m p 23.73 74.80 5.94 23.51 -romanticisme romanticisme NOM m s 0.01 0.00 0.01 0.00 -romantique romantique ADJ s 22.48 10.27 20.58 7.64 -romantiquement romantiquement ADV 0.09 0.27 0.09 0.27 -romantiques romantique ADJ p 22.48 10.27 1.89 2.64 -romantisme romantisme NOM m s 1.48 3.85 1.48 3.72 -romantismes romantisme NOM m p 1.48 3.85 0.00 0.14 -romarin romarin NOM m s 1.47 1.01 1.47 1.01 -rombière rombière NOM f s 0.18 2.70 0.05 1.96 -rombières rombière NOM f p 0.18 2.70 0.13 0.74 -rompît rompre VER 41.37 52.64 0.01 0.61 sub:imp:3s; -rompaient rompre VER 41.37 52.64 0.13 0.61 ind:imp:3p; -rompais rompre VER 41.37 52.64 0.18 0.14 ind:imp:1s;ind:imp:2s; -rompait rompre VER 41.37 52.64 0.06 1.82 ind:imp:3s; -rompant rompre VER 41.37 52.64 0.20 2.36 par:pre; -rompe rompre VER 41.37 52.64 0.72 0.61 sub:pre:1s;sub:pre:3s; -rompent rompre VER 41.37 52.64 0.29 0.47 ind:pre:3p; -rompez rompre VER 41.37 52.64 6.20 1.15 imp:pre:2p;ind:pre:2p; -rompiez rompre VER 41.37 52.64 0.01 0.00 ind:imp:2p; -rompirent rompre VER 41.37 52.64 0.00 0.34 ind:pas:3p; -rompis rompre VER 41.37 52.64 0.00 0.14 ind:pas:1s; -rompissent rompre VER 41.37 52.64 0.00 0.07 sub:imp:3p; -rompit rompre VER 41.37 52.64 0.28 3.24 ind:pas:3s; -rompons rompre VER 41.37 52.64 0.02 0.14 imp:pre:1p;ind:pre:1p; -rompra rompre VER 41.37 52.64 0.20 0.27 ind:fut:3s; -romprai rompre VER 41.37 52.64 0.15 0.00 ind:fut:1s; -rompraient rompre VER 41.37 52.64 0.00 0.14 cnd:pre:3p; -romprais rompre VER 41.37 52.64 0.06 0.00 cnd:pre:1s;cnd:pre:2s; -romprait rompre VER 41.37 52.64 0.05 0.27 cnd:pre:3s; -rompre rompre VER 41.37 52.64 12.61 21.82 inf; -romprez rompre VER 41.37 52.64 0.04 0.07 ind:fut:2p; -romprions rompre VER 41.37 52.64 0.00 0.07 cnd:pre:1p; -romprons rompre VER 41.37 52.64 0.01 0.00 ind:fut:1p; -romps rompre VER 41.37 52.64 2.01 0.41 imp:pre:2s;ind:pre:1s;ind:pre:2s; -rompt rompre VER 41.37 52.64 1.66 2.57 ind:pre:3s; -rompu rompre VER m s 41.37 52.64 15.16 10.68 par:pas; -rompue rompre VER f s 41.37 52.64 0.84 2.03 par:pas; -rompues rompre VER f p 41.37 52.64 0.15 0.61 par:pas; -rompus rompu ADJ m p 1.13 5.07 0.33 1.62 -roms rom NOM p 0.16 0.14 0.14 0.07 -ron ron NOM m s 0.23 0.34 0.23 0.34 -ronce ronce NOM f s 1.10 13.78 0.14 1.28 -ronces ronce NOM f p 1.10 13.78 0.95 12.50 -roncet roncet NOM m s 0.00 0.07 0.00 0.07 -ronceux ronceux ADJ m 0.00 0.07 0.00 0.07 -ronchon ronchon ADJ m s 0.45 0.14 0.41 0.14 -ronchonna ronchonner VER 0.41 4.32 0.00 0.95 ind:pas:3s; -ronchonnaient ronchonner VER 0.41 4.32 0.00 0.07 ind:imp:3p; -ronchonnais ronchonner VER 0.41 4.32 0.00 0.14 ind:imp:1s; -ronchonnait ronchonner VER 0.41 4.32 0.00 0.74 ind:imp:3s; -ronchonnant ronchonner VER 0.41 4.32 0.11 0.47 par:pre; -ronchonne ronchonner VER 0.41 4.32 0.09 0.74 imp:pre:2s;ind:pre:1s;ind:pre:3s; -ronchonnent ronchonner VER 0.41 4.32 0.01 0.14 ind:pre:3p; -ronchonner ronchonner VER 0.41 4.32 0.16 0.95 inf; -ronchonnes ronchonner VER 0.41 4.32 0.02 0.00 ind:pre:2s; -ronchonneur ronchonneur NOM m s 0.02 0.20 0.02 0.07 -ronchonneuse ronchonneur NOM f s 0.02 0.20 0.00 0.14 -ronchonnot ronchonnot NOM m s 0.00 0.14 0.00 0.14 -ronchonné ronchonner VER m s 0.41 4.32 0.02 0.14 par:pas; -roncier roncier NOM m s 0.00 2.64 0.00 1.76 -ronciers roncier NOM m p 0.00 2.64 0.00 0.88 -rond_de_cuir rond_de_cuir NOM m s 0.26 0.34 0.23 0.27 -rond_point rond_point NOM m s 0.44 2.50 0.44 2.43 -rond rond NOM m s 16.84 33.65 15.11 24.46 -rondache rondache NOM f s 0.02 0.07 0.02 0.07 -ronde_bosse ronde_bosse NOM f s 0.00 0.61 0.00 0.61 -ronde ronde NOM f s 9.54 20.81 7.93 17.97 -rondeau rondeau NOM m s 0.02 0.07 0.02 0.07 -rondelet rondelet ADJ m s 0.34 1.22 0.06 0.54 -rondelette rondelet ADJ f s 0.34 1.22 0.28 0.54 -rondelettes rondelet ADJ f p 0.34 1.22 0.00 0.14 -rondelle rondelle NOM f s 1.16 5.34 0.42 2.23 -rondelles rondelle NOM f p 1.16 5.34 0.73 3.11 -rondement rondement ADV 0.22 1.28 0.22 1.28 -rondes ronde NOM f p 9.54 20.81 1.61 2.84 -rondeur rondeur NOM f s 0.41 6.49 0.19 3.99 -rondeurs rondeur NOM f p 0.41 6.49 0.23 2.50 -rondin rondin NOM m s 0.76 8.78 0.23 1.08 -rondins rondin NOM m p 0.76 8.78 0.53 7.70 -rondo rondo NOM m s 0.34 0.68 0.34 0.61 -rondos rondo NOM m p 0.34 0.68 0.00 0.07 -rondouillard rondouillard ADJ m s 0.04 1.55 0.03 1.01 -rondouillarde rondouillard ADJ f s 0.04 1.55 0.01 0.41 -rondouillards rondouillard ADJ m p 0.04 1.55 0.00 0.14 -rond_de_cuir rond_de_cuir NOM m p 0.26 0.34 0.03 0.07 -rond_point rond_point NOM m p 0.44 2.50 0.00 0.07 -ronds rond NOM m p 16.84 33.65 1.73 9.19 -ronfla ronfler VER 6.62 18.24 0.00 0.47 ind:pas:3s; -ronflaient ronfler VER 6.62 18.24 0.01 0.81 ind:imp:3p; -ronflais ronfler VER 6.62 18.24 0.25 0.20 ind:imp:1s;ind:imp:2s; -ronflait ronfler VER 6.62 18.24 0.19 4.80 ind:imp:3s; -ronflant ronflant ADJ m s 0.33 2.16 0.27 0.68 -ronflante ronflant ADJ f s 0.33 2.16 0.00 0.47 -ronflantes ronflant ADJ f p 0.33 2.16 0.01 0.27 -ronflants ronflant ADJ m p 0.33 2.16 0.05 0.74 -ronfle ronfler VER 6.62 18.24 2.52 3.65 imp:pre:2s;ind:pre:1s;ind:pre:3s; -ronflement ronflement NOM m s 1.39 10.41 0.67 6.49 -ronflements ronflement NOM m p 1.39 10.41 0.72 3.92 -ronflent ronfler VER 6.62 18.24 0.30 1.22 ind:pre:3p; -ronfler ronfler VER 6.62 18.24 1.14 5.47 inf; -ronflerais ronfler VER 6.62 18.24 0.10 0.07 cnd:pre:1s;cnd:pre:2s; -ronfleras ronfler VER 6.62 18.24 0.11 0.00 ind:fut:2s; -ronfles ronfler VER 6.62 18.24 0.78 0.14 ind:pre:2s; -ronflette ronflette NOM f s 0.14 0.81 0.14 0.81 -ronfleur ronfleur NOM m s 0.00 0.68 0.00 0.54 -ronfleurs ronfleur NOM m p 0.00 0.68 0.00 0.07 -ronfleuse ronfleur NOM f s 0.00 0.68 0.00 0.07 -ronflez ronfler VER 6.62 18.24 0.32 0.00 imp:pre:2p;ind:pre:2p; -ronfliez ronfler VER 6.62 18.24 0.01 0.00 ind:imp:2p; -ronflotait ronfloter VER 0.00 0.20 0.00 0.07 ind:imp:3s; -ronflotant ronfloter VER 0.00 0.20 0.00 0.07 par:pre; -ronflote ronfloter VER 0.00 0.20 0.00 0.07 ind:pre:3s; -ronflèrent ronfler VER 6.62 18.24 0.00 0.07 ind:pas:3p; -ronflé ronfler VER m s 6.62 18.24 0.90 0.27 par:pas; -ronge ronger VER 11.68 28.38 4.23 4.12 imp:pre:2s;ind:pre:1s;ind:pre:3s; -rongea ronger VER 11.68 28.38 0.00 0.14 ind:pas:3s; -rongeai ronger VER 11.68 28.38 0.00 0.20 ind:pas:1s; -rongeaient ronger VER 11.68 28.38 0.18 0.88 ind:imp:3p; -rongeais ronger VER 11.68 28.38 0.02 0.27 ind:imp:1s;ind:imp:2s; -rongeait ronger VER 11.68 28.38 0.88 3.85 ind:imp:3s; -rongeant ronger VER 11.68 28.38 0.16 1.01 par:pre; -rongeante rongeant ADJ f s 0.00 0.27 0.00 0.14 -rongeantes rongeant ADJ f p 0.00 0.27 0.00 0.07 -rongement rongement NOM m s 0.00 0.14 0.00 0.14 -rongent ronger VER 11.68 28.38 0.53 1.08 ind:pre:3p; -rongeât ronger VER 11.68 28.38 0.00 0.14 sub:imp:3s; -ronger ronger VER 11.68 28.38 1.54 2.84 inf; -rongera ronger VER 11.68 28.38 0.36 0.07 ind:fut:3s; -rongerait ronger VER 11.68 28.38 0.05 0.07 cnd:pre:3s; -ronges ronger VER 11.68 28.38 0.38 0.14 ind:pre:2s; -rongeur rongeur NOM m s 1.43 2.91 0.52 1.01 -rongeurs rongeur NOM m p 1.43 2.91 0.91 1.89 -rongeuse rongeuse ADJ f s 0.01 0.00 0.01 0.00 -rongeuses rongeur ADJ f p 0.27 0.95 0.10 0.07 -rongez ronger VER 11.68 28.38 0.21 0.00 imp:pre:2p;ind:pre:2p; -rongicide rongicide ADJ s 0.00 0.07 0.00 0.07 -rongèrent ronger VER 11.68 28.38 0.00 0.07 ind:pas:3p; -rongé ronger VER m s 11.68 28.38 2.10 4.66 par:pas; -rongée ronger VER f s 11.68 28.38 0.68 3.38 par:pas; -rongées ronger VER f p 11.68 28.38 0.17 1.96 par:pas; -rongés ronger VER m p 11.68 28.38 0.19 3.51 par:pas; -ronin ronin NOM m s 0.30 0.07 0.30 0.07 -ronron ronron NOM m s 0.16 3.51 0.16 2.70 -ronronna ronronner VER 0.76 11.08 0.00 0.47 ind:pas:3s; -ronronnaient ronronner VER 0.76 11.08 0.00 0.68 ind:imp:3p; -ronronnais ronronner VER 0.76 11.08 0.01 0.20 ind:imp:1s;ind:imp:2s; -ronronnait ronronner VER 0.76 11.08 0.03 2.50 ind:imp:3s; -ronronnant ronronner VER 0.76 11.08 0.02 1.42 par:pre; -ronronnante ronronnant ADJ f s 0.01 0.81 0.01 0.34 -ronronnantes ronronnant ADJ f p 0.01 0.81 0.00 0.14 -ronronnants ronronnant ADJ m p 0.01 0.81 0.00 0.07 -ronronne ronronner VER 0.76 11.08 0.48 2.77 imp:pre:2s;ind:pre:1s;ind:pre:3s; -ronronnement ronronnement NOM m s 0.04 5.27 0.04 4.93 -ronronnements ronronnement NOM m p 0.04 5.27 0.00 0.34 -ronronnent ronronner VER 0.76 11.08 0.00 0.41 ind:pre:3p; -ronronner ronronner VER 0.76 11.08 0.17 2.03 inf; -ronronnerait ronronner VER 0.76 11.08 0.00 0.07 cnd:pre:3s; -ronronnons ronronner VER 0.76 11.08 0.00 0.07 imp:pre:1p; -ronronnèrent ronronner VER 0.76 11.08 0.00 0.07 ind:pas:3p; -ronronné ronronner VER m s 0.76 11.08 0.04 0.41 par:pas; -ronrons ronron NOM m p 0.16 3.51 0.00 0.81 -ronéo ronéo NOM f s 0.02 0.14 0.02 0.14 -ronéotions ronéoter VER 0.00 0.14 0.00 0.07 ind:imp:1p; -ronéoté ronéoter VER m s 0.00 0.14 0.00 0.07 par:pas; -ronéotyper ronéotyper VER 0.00 0.34 0.00 0.07 inf; -ronéotypé ronéotyper VER m s 0.00 0.34 0.00 0.14 par:pas; -ronéotypés ronéotyper VER m p 0.00 0.34 0.00 0.14 par:pas; -roof roof NOM m s 0.03 0.20 0.03 0.20 -râpa râper VER 1.22 4.39 0.00 0.07 ind:pas:3s; -râpaient râper VER 1.22 4.39 0.00 0.27 ind:imp:3p; -râpait râper VER 1.22 4.39 0.00 0.34 ind:imp:3s; -râpant râper VER 1.22 4.39 0.00 0.14 par:pre; -râpe râpe NOM f s 1.25 1.55 1.02 1.35 -râpent râper VER 1.22 4.39 0.00 0.20 ind:pre:3p; -râper râper VER 1.22 4.39 0.07 0.47 inf; -râperait râper VER 1.22 4.39 0.00 0.07 cnd:pre:3s; -râperas râper VER 1.22 4.39 0.00 0.07 ind:fut:2s; -râpes râpe NOM f p 1.25 1.55 0.23 0.20 -râpeuse râpeux ADJ f s 0.30 3.85 0.01 1.69 -râpeuses râpeux ADJ f p 0.30 3.85 0.00 0.68 -râpeux râpeux ADJ m 0.30 3.85 0.29 1.49 -roploplos roploplo NOM m p 0.01 0.07 0.01 0.07 -râpé râper VER m s 1.22 4.39 0.96 1.76 par:pas; -râpée râpé ADJ f s 0.49 3.51 0.30 0.54 -râpées râpé ADJ f p 0.49 3.51 0.03 0.88 -râpés râpé ADJ m p 0.49 3.51 0.02 0.47 -roque roque NOM m s 1.14 0.74 1.14 0.34 -roquefort roquefort NOM m s 0.07 0.61 0.07 0.61 -roquentin roquentin NOM m s 0.00 0.14 0.00 0.14 -roquer roquer VER 0.20 0.07 0.00 0.07 inf; -roques roque NOM m p 1.14 0.74 0.00 0.41 -roquet roquet NOM m s 0.25 1.89 0.23 1.35 -roquets roquet NOM m p 0.25 1.89 0.02 0.54 -roquette roquette NOM f s 1.68 1.01 0.91 0.74 -roquettes roquette NOM f p 1.68 1.01 0.76 0.27 -rorqual rorqual NOM m s 0.00 0.20 0.00 0.14 -rorquals rorqual NOM m p 0.00 0.20 0.00 0.07 -rosa roser VER 0.51 3.31 0.01 0.14 ind:pas:3s; -rosace rosace NOM f s 0.00 2.16 0.00 1.08 -rosaces rosace NOM f p 0.00 2.16 0.00 1.08 -rosages rosage NOM m p 0.00 0.07 0.00 0.07 -rosaire rosaire NOM m s 1.54 0.74 1.33 0.61 -rosaires rosaire NOM m p 1.54 0.74 0.21 0.14 -rosales rosales NOM f p 0.36 0.00 0.36 0.00 -rosat rosat ADJ f s 0.00 0.20 0.00 0.20 -rosbif rosbif NOM m s 1.81 0.54 1.38 0.47 -rosbifs rosbif NOM m p 1.81 0.54 0.43 0.07 -rose_croix rose_croix NOM m 0.00 0.07 0.00 0.07 -rose_thé rose_thé ADJ m s 0.00 0.07 0.00 0.07 -rose_thé rose_thé NOM s 0.00 0.07 0.00 0.07 -rose rose ADJ s 23.72 96.08 18.43 66.62 -roseau roseau NOM m s 1.13 16.55 0.63 2.97 -roseaux roseau NOM m p 1.13 16.55 0.50 13.58 -roselière roselier NOM f s 0.00 0.61 0.00 0.14 -roselières roselier NOM f p 0.00 0.61 0.00 0.47 -roser roser VER 0.51 3.31 0.00 0.07 inf; -roseraie roseraie NOM f s 0.31 0.20 0.30 0.14 -roseraies roseraie NOM f p 0.31 0.20 0.01 0.07 -roses rose NOM p 24.67 57.30 13.56 26.96 -rosette rosette NOM f s 0.10 2.03 0.07 1.76 -rosettes rosette NOM f p 0.10 2.03 0.03 0.27 -roseur roseur NOM f s 0.00 0.68 0.00 0.54 -roseurs roseur NOM f p 0.00 0.68 0.00 0.14 -rosi rosir VER m s 1.44 3.51 0.10 0.20 par:pas; -rosicrucien rosicrucien ADJ m s 0.01 0.07 0.01 0.00 -rosicrucienne rosicrucien NOM f s 0.02 0.00 0.01 0.00 -rosicrucienne rosicrucienne ADJ f s 0.01 0.00 0.01 0.00 -rosicruciens rosicrucien NOM m p 0.02 0.00 0.01 0.00 -rosie rosir VER f s 1.44 3.51 1.24 0.00 par:pas; -rosier rosier NOM m s 0.85 5.41 0.24 1.22 -rosiers rosier NOM m p 0.85 5.41 0.61 4.19 -rosies rosir VER f p 1.44 3.51 0.00 0.14 par:pas; -rosir rosir VER 1.44 3.51 0.04 0.74 inf; -rosis rosir VER m p 1.44 3.51 0.00 0.14 ind:pas:1s;par:pas; -rosissaient rosir VER 1.44 3.51 0.00 0.27 ind:imp:3p; -rosissait rosir VER 1.44 3.51 0.00 0.54 ind:imp:3s; -rosissant rosir VER 1.44 3.51 0.00 0.34 par:pre; -rosissent rosir VER 1.44 3.51 0.00 0.14 ind:pre:3p; -rosit rosir VER 1.44 3.51 0.06 1.01 ind:pre:3s;ind:pas:3s; -rosière rosière NOM f s 0.00 0.14 0.00 0.14 -rosâtre rosâtre ADJ s 0.04 2.16 0.04 1.55 -rosâtres rosâtre ADJ p 0.04 2.16 0.00 0.61 -rossa rosser VER 2.49 2.43 0.02 0.07 ind:pas:3s; -rossaient rosser VER 2.49 2.43 0.01 0.07 ind:imp:3p; -rossait rosser VER 2.49 2.43 0.01 0.07 ind:imp:3s; -rossant rosser VER 2.49 2.43 0.00 0.07 par:pre; -rossard rossard NOM m s 0.00 0.20 0.00 0.07 -rossards rossard NOM m p 0.00 0.20 0.00 0.14 -rosse rosser VER 2.49 2.43 0.45 0.14 ind:pre:1s;ind:pre:3s; -rossent rosser VER 2.49 2.43 0.01 0.07 ind:pre:3p; -rosser rosser VER 2.49 2.43 0.79 0.74 inf; -rosserai rosser VER 2.49 2.43 0.12 0.07 ind:fut:1s; -rosserie rosserie NOM f s 0.02 0.47 0.00 0.14 -rosseries rosserie NOM f p 0.02 0.47 0.02 0.34 -rosses rosse ADJ f p 0.61 0.41 0.20 0.14 -rossez rosser VER 2.49 2.43 0.16 0.00 imp:pre:2p;ind:pre:2p; -rossignol rossignol NOM m s 2.56 3.51 2.06 1.76 -rossignols rossignol NOM m p 2.56 3.51 0.50 1.76 -rossinante rossinante NOM f s 0.09 0.07 0.09 0.00 -rossinantes rossinante NOM f p 0.09 0.07 0.00 0.07 -rossé rosser VER m s 2.49 2.43 0.52 0.81 par:pas; -rossée rosser VER f s 2.49 2.43 0.14 0.20 par:pas; -rossés rosser VER m p 2.49 2.43 0.26 0.14 par:pas; -rostre rostre NOM m s 0.03 0.14 0.02 0.00 -rostres rostre NOM m p 0.03 0.14 0.01 0.14 -rosé rosé NOM m s 0.86 2.70 0.86 2.43 -rosée rosée NOM f s 3.19 9.46 3.19 9.26 -rosées roser VER f p 0.51 3.31 0.02 0.41 par:pas; -roséole roséole NOM f s 0.01 0.07 0.01 0.07 -rosés rosé ADJ m p 0.50 2.64 0.27 0.34 -rot rot NOM m s 1.85 1.69 1.76 1.08 -rota roter VER 1.30 3.45 0.23 0.47 ind:pas:3s; -rotaient roter VER 1.30 3.45 0.01 0.27 ind:imp:3p; -rotais roter VER 1.30 3.45 0.00 0.07 ind:imp:1s; -rotait roter VER 1.30 3.45 0.01 0.41 ind:imp:3s; -rotant roter VER 1.30 3.45 0.04 0.00 par:pre; -rotariens rotarien ADJ m p 0.01 0.00 0.01 0.00 -rotary rotary NOM m s 0.76 0.34 0.76 0.34 -rotateur rotateur ADJ m s 0.02 0.00 0.02 0.00 -rotatif rotatif ADJ m s 0.17 0.81 0.07 0.47 -rotatifs rotatif ADJ m p 0.17 0.81 0.04 0.00 -rotation rotation NOM f s 2.30 3.58 2.08 3.38 -rotationnel rotationnel ADJ m s 0.01 0.00 0.01 0.00 -rotations rotation NOM f p 2.30 3.58 0.22 0.20 -rotative rotatif ADJ f s 0.17 0.81 0.03 0.27 -rotatives rotative NOM f p 0.07 1.08 0.07 0.95 -rotativistes rotativiste NOM p 0.00 0.07 0.00 0.07 -rotatoire rotatoire ADJ m s 0.01 0.07 0.01 0.07 -rote roter VER 1.30 3.45 0.43 0.88 ind:pre:1s;ind:pre:3s; -râteau râteau NOM m s 0.83 2.50 0.77 1.62 -râteaux râteau NOM m p 0.83 2.50 0.07 0.88 -râtelait râteler VER 0.01 0.14 0.00 0.07 ind:imp:3s; -râteler râteler VER 0.01 0.14 0.01 0.00 inf; -râtelier râtelier NOM m s 0.39 2.77 0.36 2.43 -râteliers râtelier NOM m p 0.39 2.77 0.03 0.34 -râtelées râteler VER f p 0.01 0.14 0.00 0.07 par:pas; -rotengles rotengle NOM m p 0.00 0.07 0.00 0.07 -rotent roter VER 1.30 3.45 0.04 0.14 ind:pre:3p; -roter roter VER 1.30 3.45 0.45 0.81 inf; -rotera roter VER 1.30 3.45 0.00 0.07 ind:fut:3s; -rotes roter VER 1.30 3.45 0.02 0.00 ind:pre:2s; -roteur roteur NOM m s 0.01 0.68 0.01 0.00 -roteuse roteuse NOM f s 0.01 0.00 0.01 0.00 -roteuses roteur NOM f p 0.01 0.68 0.00 0.07 -rotez roter VER 1.30 3.45 0.00 0.07 ind:pre:2p; -rotin rotin NOM m s 0.13 3.38 0.13 3.38 -roto roto NOM f s 0.04 0.07 0.03 0.07 -rotonde rotonde NOM f s 0.21 1.69 0.21 1.62 -rotondes rotonde NOM f p 0.21 1.69 0.00 0.07 -rotondité rotondité NOM f s 0.01 0.54 0.01 0.27 -rotondités rotondité NOM f p 0.01 0.54 0.00 0.27 -rotoplos rotoplos NOM m p 0.01 0.27 0.01 0.27 -rotoplots rotoplots NOM m p 0.01 0.07 0.01 0.07 -rotor rotor NOM m s 0.37 0.41 0.31 0.41 -rotors rotor NOM m p 0.37 0.41 0.06 0.00 -rotos roto NOM f p 0.04 0.07 0.01 0.00 -rototo rototo NOM m s 0.03 0.07 0.02 0.00 -rototos rototo NOM m p 0.03 0.07 0.01 0.07 -rots rot NOM m p 1.85 1.69 0.09 0.61 -roté roter VER m s 1.30 3.45 0.06 0.20 par:pas; -rotées roter VER f p 1.30 3.45 0.00 0.07 par:pas; -rotule rotule NOM f s 1.29 1.76 0.57 0.61 -rotules rotule NOM f p 1.29 1.76 0.72 1.15 -rotulien rotulien ADJ m s 0.03 0.00 0.03 0.00 -roténone roténone NOM f s 0.09 0.00 0.09 0.00 -roture roture NOM f s 0.14 0.47 0.14 0.47 -roturier roturier NOM m s 0.17 0.54 0.06 0.27 -roturiers roturier NOM m p 0.17 0.54 0.05 0.14 -roturière roturier NOM f s 0.17 0.54 0.06 0.14 -roua rouer VER 2.20 2.57 0.00 0.07 ind:pas:3s; -rouage rouage NOM m s 1.18 4.05 0.30 0.47 -rouages rouage NOM m p 1.18 4.05 0.88 3.58 -rouaient rouer VER 2.20 2.57 0.01 0.07 ind:imp:3p; -rouais rouer VER 2.20 2.57 0.02 0.00 ind:imp:2s; -rouait rouer VER 2.20 2.57 0.13 0.14 ind:imp:3s; -rouan rouan NOM m s 0.16 0.20 0.16 0.20 -rouant rouer VER 2.20 2.57 0.01 0.14 par:pre; -roubaisienne roubaisien NOM f s 0.00 0.07 0.00 0.07 -roubignoles roubignoles NOM f p 0.06 0.27 0.06 0.27 -roublard roublard NOM m s 0.33 0.27 0.32 0.27 -roublarde roublard ADJ f s 0.10 0.74 0.01 0.14 -roublarder roublarder VER 0.00 0.07 0.00 0.07 inf; -roublardes roublard ADJ f p 0.10 0.74 0.01 0.07 -roublardise roublardise NOM f s 0.00 0.20 0.00 0.14 -roublardises roublardise NOM f p 0.00 0.20 0.00 0.07 -rouble rouble NOM m s 7.88 0.68 1.22 0.14 -roubles rouble NOM m p 7.88 0.68 6.66 0.54 -roucoula roucouler VER 0.70 3.45 0.00 0.47 ind:pas:3s; -roucoulade roucoulade NOM f s 0.16 0.68 0.16 0.14 -roucoulades roucoulade NOM f p 0.16 0.68 0.00 0.54 -roucoulaient roucouler VER 0.70 3.45 0.00 0.20 ind:imp:3p; -roucoulais roucouler VER 0.70 3.45 0.01 0.00 ind:imp:2s; -roucoulait roucouler VER 0.70 3.45 0.03 0.68 ind:imp:3s; -roucoulant roucouler VER 0.70 3.45 0.00 0.47 par:pre; -roucoulante roucoulant ADJ f s 0.02 0.61 0.02 0.27 -roucoulantes roucoulant ADJ f p 0.02 0.61 0.00 0.14 -roucoulants roucoulant ADJ m p 0.02 0.61 0.00 0.14 -roucoule roucouler VER 0.70 3.45 0.38 0.34 ind:pre:1s;ind:pre:3s; -roucoulement roucoulement NOM m s 0.33 1.42 0.16 0.61 -roucoulements roucoulement NOM m p 0.33 1.42 0.16 0.81 -roucoulent roucouler VER 0.70 3.45 0.03 0.20 ind:pre:3p; -roucouler roucouler VER 0.70 3.45 0.23 0.81 inf; -roucoulerez roucouler VER 0.70 3.45 0.01 0.00 ind:fut:2p; -roucouleur roucouleur NOM m s 0.02 0.07 0.02 0.07 -roucoulé roucouler VER m s 0.70 3.45 0.01 0.20 par:pas; -roucoulés roucouler VER m p 0.70 3.45 0.00 0.07 par:pas; -roudoudou roudoudou NOM m s 0.28 0.68 0.28 0.54 -roudoudous roudoudou NOM m p 0.28 0.68 0.00 0.14 -roue roue NOM f s 21.87 42.43 13.49 17.77 -rouelle rouelle NOM f s 0.00 0.14 0.00 0.14 -rouennaise rouennais NOM f s 0.27 0.00 0.27 0.00 -rouenneries rouennerie NOM f p 0.00 0.07 0.00 0.07 -rouent rouer VER 2.20 2.57 0.12 0.00 ind:pre:3p; -rouer rouer VER 2.20 2.57 0.46 0.34 inf; -rouerai rouer VER 2.20 2.57 0.20 0.00 ind:fut:1s; -rouergat rouergat ADJ m s 0.00 0.07 0.00 0.07 -rouerie rouerie NOM f s 0.01 0.95 0.01 0.74 -roueries rouerie NOM f p 0.01 0.95 0.00 0.20 -roueront rouer VER 2.20 2.57 0.14 0.00 ind:fut:3p; -roues roue NOM f p 21.87 42.43 8.38 24.66 -rouet rouet NOM m s 0.15 0.54 0.15 0.54 -rouf rouf NOM m s 0.00 0.27 0.00 0.27 -rouflaquettes rouflaquette NOM f p 0.13 0.81 0.13 0.81 -rougît rougir VER 9.01 42.09 0.00 0.07 sub:imp:3s; -rouge_brun rouge_brun ADJ m s 0.00 0.20 0.00 0.20 -rouge_feu rouge_feu ADJ m s 0.00 0.07 0.00 0.07 -rouge_gorge rouge_gorge NOM m s 0.44 1.08 0.30 0.68 -rouge_queue rouge_queue NOM m s 0.00 0.07 0.00 0.07 -rouge_sang rouge_sang NOM s 0.00 0.07 0.00 0.07 -rouge rouge ADJ s 102.93 273.24 79.70 195.27 -rougeaud rougeaud NOM m s 0.10 0.74 0.10 0.68 -rougeaude rougeaud ADJ f s 0.04 3.78 0.00 0.61 -rougeaudes rougeaud ADJ f p 0.04 3.78 0.00 0.27 -rougeauds rougeaud ADJ m p 0.04 3.78 0.00 0.81 -rougeoie rougeoyer VER 0.38 3.51 0.14 0.68 imp:pre:2s;ind:pre:3s; -rougeoiement rougeoiement NOM m s 0.03 1.42 0.03 1.15 -rougeoiements rougeoiement NOM m p 0.03 1.42 0.00 0.27 -rougeoient rougeoyer VER 0.38 3.51 0.00 0.27 ind:pre:3p; -rougeole rougeole NOM f s 1.27 1.69 1.27 1.69 -rougeâtre rougeâtre ADJ s 0.17 6.08 0.15 3.85 -rougeâtres rougeâtre ADJ p 0.17 6.08 0.02 2.23 -rougeoya rougeoyer VER 0.38 3.51 0.00 0.07 ind:pas:3s; -rougeoyaient rougeoyer VER 0.38 3.51 0.00 0.41 ind:imp:3p; -rougeoyait rougeoyer VER 0.38 3.51 0.00 1.35 ind:imp:3s; -rougeoyant rougeoyant ADJ m s 0.28 2.03 0.15 0.54 -rougeoyante rougeoyant ADJ f s 0.28 2.03 0.11 0.61 -rougeoyantes rougeoyant ADJ f p 0.28 2.03 0.00 0.54 -rougeoyants rougeoyant ADJ m p 0.28 2.03 0.01 0.34 -rougeoyer rougeoyer VER 0.38 3.51 0.22 0.61 inf; -rougeoyé rougeoyer VER m s 0.38 3.51 0.00 0.07 par:pas; -rouge_gorge rouge_gorge NOM m p 0.44 1.08 0.13 0.41 -rouges rouge ADJ p 102.93 273.24 23.23 77.97 -rouget rouget NOM m s 0.35 1.49 0.35 0.54 -rougets rouget NOM m p 0.35 1.49 0.00 0.95 -rougeur rougeur NOM f s 1.16 3.04 0.63 1.89 -rougeurs rougeur NOM f p 1.16 3.04 0.53 1.15 -rough rough NOM m s 0.20 0.00 0.20 0.00 -rougi rougir VER m s 9.01 42.09 0.72 4.19 par:pas; -rougie rougir VER f s 9.01 42.09 0.17 1.62 par:pas; -rougies rougir VER f p 9.01 42.09 0.10 1.22 par:pas; -rougir rougir VER 9.01 42.09 2.51 10.68 inf; -rougira rougir VER 9.01 42.09 0.01 0.07 ind:fut:3s; -rougiraient rougir VER 9.01 42.09 0.00 0.07 cnd:pre:3p; -rougirais rougir VER 9.01 42.09 0.13 0.14 cnd:pre:1s; -rougirait rougir VER 9.01 42.09 0.29 0.00 cnd:pre:3s; -rougirent rougir VER 9.01 42.09 0.00 0.20 ind:pas:3p; -rougirez rougir VER 9.01 42.09 0.27 0.00 ind:fut:2p; -rougis rougir VER m p 9.01 42.09 1.75 4.32 imp:pre:2s;ind:pre:1s;ind:pre:2s;par:pas; -rougissaient rougir VER 9.01 42.09 0.02 0.54 ind:imp:3p; -rougissais rougir VER 9.01 42.09 0.19 0.68 ind:imp:1s;ind:imp:2s; -rougissait rougir VER 9.01 42.09 0.03 2.36 ind:imp:3s; -rougissant rougir VER 9.01 42.09 0.02 3.78 par:pre; -rougissante rougissant ADJ f s 0.20 2.16 0.15 1.28 -rougissantes rougissant ADJ f p 0.20 2.16 0.02 0.14 -rougissants rougissant ADJ m p 0.20 2.16 0.01 0.07 -rougisse rougir VER 9.01 42.09 0.01 0.07 sub:pre:1s;sub:pre:3s; -rougissement rougissement NOM m s 0.06 0.07 0.03 0.07 -rougissements rougissement NOM m p 0.06 0.07 0.04 0.00 -rougissent rougir VER 9.01 42.09 0.68 0.27 ind:pre:3p; -rougissez rougir VER 9.01 42.09 0.46 0.34 imp:pre:2p;ind:pre:2p; -rougit rougir VER 9.01 42.09 1.65 11.49 ind:pre:3s;ind:pas:3s; -roui rouir VER m s 0.00 0.27 0.00 0.07 par:pas; -rouies rouir VER f p 0.00 0.27 0.00 0.07 par:pas; -rouillaient rouiller VER 6.75 19.46 0.00 0.47 ind:imp:3p; -rouillait rouiller VER 6.75 19.46 0.00 0.54 ind:imp:3s; -rouillant rouiller VER 6.75 19.46 0.00 0.14 par:pre; -rouillarde rouillarde NOM f s 0.00 0.07 0.00 0.07 -rouille rouille NOM f s 1.97 8.85 1.96 8.72 -rouillent rouiller VER 6.75 19.46 0.75 0.20 ind:pre:3p; -rouiller rouiller VER 6.75 19.46 0.90 0.54 inf; -rouillerait rouiller VER 6.75 19.46 0.02 0.14 cnd:pre:3s; -rouilleront rouiller VER 6.75 19.46 0.01 0.00 ind:fut:3p; -rouilles rouille NOM f p 1.97 8.85 0.01 0.14 -rouilleux rouilleux ADJ m 0.00 0.14 0.00 0.14 -rouillé rouiller VER m s 6.75 19.46 2.26 5.41 par:pas; -rouillée rouiller VER f s 6.75 19.46 1.46 2.91 par:pas; -rouillées rouiller VER f p 6.75 19.46 0.49 3.65 par:pas; -rouillures rouillure NOM f p 0.00 0.07 0.00 0.07 -rouillés rouiller VER m p 6.75 19.46 0.42 4.26 par:pas; -rouissant rouir VER 0.00 0.27 0.00 0.07 par:pre; -rouissent rouir VER 0.00 0.27 0.00 0.07 ind:pre:3p; -roula rouler VER 61.82 163.45 0.16 12.43 ind:pas:3s; -roulade roulade NOM f s 0.20 1.28 0.14 0.47 -roulades roulade NOM f p 0.20 1.28 0.06 0.81 -roulage roulage NOM m s 0.02 0.20 0.02 0.14 -roulages roulage NOM m p 0.02 0.20 0.00 0.07 -roulai rouler VER 61.82 163.45 0.02 0.41 ind:pas:1s; -roulaient rouler VER 61.82 163.45 0.34 10.41 ind:imp:3p; -roulais rouler VER 61.82 163.45 1.21 2.43 ind:imp:1s;ind:imp:2s; -roulait rouler VER 61.82 163.45 2.43 22.91 ind:imp:3s; -roulant roulant ADJ m s 7.03 10.54 4.84 6.69 -roulante roulant ADJ f s 7.03 10.54 1.75 2.16 -roulantes roulant ADJ f p 7.03 10.54 0.17 0.88 -roulants roulant ADJ m p 7.03 10.54 0.27 0.81 -roule rouler VER 61.82 163.45 22.86 24.32 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -rouleau rouleau NOM m s 5.93 19.19 3.87 10.88 -rouleaux rouleau NOM m p 5.93 19.19 2.06 8.31 -roulement roulement NOM m s 2.94 10.41 2.17 7.97 -roulements roulement NOM m p 2.94 10.41 0.77 2.43 -roulent rouler VER 61.82 163.45 2.02 6.28 ind:pre:3p; -rouler rouler VER 61.82 163.45 14.41 33.78 ind:pre:2p;inf; -roulera rouler VER 61.82 163.45 0.62 0.34 ind:fut:3s; -roulerai rouler VER 61.82 163.45 0.09 0.14 ind:fut:1s; -rouleraient rouler VER 61.82 163.45 0.01 0.34 cnd:pre:3p; -roulerais rouler VER 61.82 163.45 0.24 0.00 cnd:pre:1s;cnd:pre:2s; -roulerait rouler VER 61.82 163.45 0.27 0.81 cnd:pre:3s; -rouleras rouler VER 61.82 163.45 0.07 0.00 ind:fut:2s; -roulerez rouler VER 61.82 163.45 0.29 0.00 ind:fut:2p; -rouleriez rouler VER 61.82 163.45 0.02 0.00 cnd:pre:2p; -roulerons rouler VER 61.82 163.45 0.08 0.07 ind:fut:1p; -rouleront rouler VER 61.82 163.45 0.17 0.27 ind:fut:3p; -roules rouler VER 61.82 163.45 1.89 0.61 ind:pre:2s; -roulette roulette NOM f s 5.55 8.78 2.50 2.77 -roulettes roulette NOM f p 5.55 8.78 3.05 6.01 -rouleur rouleur ADJ m s 0.03 0.41 0.03 0.20 -rouleurs rouleur NOM m p 0.06 0.41 0.03 0.27 -rouleuse rouleur ADJ f s 0.03 0.41 0.00 0.14 -rouleuses rouleur ADJ f p 0.03 0.41 0.00 0.07 -roulez rouler VER 61.82 163.45 3.83 0.95 imp:pre:2p;ind:pre:2p; -roulier roulier NOM m s 0.30 1.01 0.16 0.61 -rouliers roulier NOM m p 0.30 1.01 0.14 0.41 -rouliez rouler VER 61.82 163.45 0.75 0.07 ind:imp:2p; -roulions rouler VER 61.82 163.45 0.09 2.09 ind:imp:1p; -roulis roulis NOM m 0.56 3.04 0.56 3.04 -roulâmes rouler VER 61.82 163.45 0.00 0.54 ind:pas:1p; -roulons rouler VER 61.82 163.45 0.44 2.91 imp:pre:1p;ind:pre:1p;;imp:pre:1p;ind:pre:1p; -roulât rouler VER 61.82 163.45 0.00 0.07 sub:imp:3s; -roulottait roulotter VER 0.00 0.20 0.00 0.07 ind:imp:3s; -roulotte roulotte NOM f s 1.59 4.80 1.32 3.58 -roulottent roulotter VER 0.00 0.20 0.00 0.14 ind:pre:3p; -roulottes roulotte NOM f p 1.59 4.80 0.27 1.22 -roulottiers roulottier NOM m p 0.00 0.20 0.00 0.14 -roulottière roulottier NOM f s 0.00 0.20 0.00 0.07 -roulèrent rouler VER 61.82 163.45 0.28 4.26 ind:pas:3p; -roulé_boulé roulé_boulé NOM m s 0.00 0.27 0.00 0.14 -roulé rouler VER m s 61.82 163.45 6.25 16.28 par:pas; -roulée roulé ADJ f s 2.15 8.99 1.18 2.23 -roulées rouler VER f p 61.82 163.45 0.17 1.08 par:pas; -roulure roulure NOM f s 0.86 0.88 0.71 0.68 -roulures roulure NOM f p 0.86 0.88 0.14 0.20 -roulé_boulé roulé_boulé NOM m p 0.00 0.27 0.00 0.14 -roulés rouler VER m p 61.82 163.45 1.00 3.65 par:pas; -roumain roumain ADJ m s 3.11 1.42 2.23 0.41 -roumaine roumain ADJ f s 3.11 1.42 0.78 0.68 -roumaines roumain NOM f p 2.58 1.76 0.14 0.00 -roumains roumain NOM m p 2.58 1.76 0.87 0.88 -roumi roumi NOM m s 0.14 0.47 0.14 0.00 -roumis roumi NOM m p 0.14 0.47 0.00 0.47 -round round NOM m s 7.59 2.84 5.75 2.30 -rounds round NOM m p 7.59 2.84 1.84 0.54 -roupane roupane NOM f s 0.00 0.27 0.00 0.27 -roupette roupette NOM f s 0.15 0.00 0.15 0.00 -roupettes roupettes NOM f p 0.56 0.20 0.56 0.20 -roupie roupie NOM f s 1.30 0.95 0.29 0.41 -roupies roupie NOM f p 1.30 0.95 1.01 0.54 -roupillaient roupiller VER 2.47 6.82 0.00 0.07 ind:imp:3p; -roupillais roupiller VER 2.47 6.82 0.06 0.14 ind:imp:1s;ind:imp:2s; -roupillait roupiller VER 2.47 6.82 0.04 0.54 ind:imp:3s; -roupille roupiller VER 2.47 6.82 0.64 1.69 imp:pre:2s;ind:pre:1s;ind:pre:3s; -roupillent roupiller VER 2.47 6.82 0.12 0.81 ind:pre:3p; -roupiller roupiller VER 2.47 6.82 1.22 2.43 inf; -roupillerai roupiller VER 2.47 6.82 0.00 0.07 ind:fut:1s; -roupillerais roupiller VER 2.47 6.82 0.01 0.00 cnd:pre:1s; -roupillerait roupiller VER 2.47 6.82 0.00 0.07 cnd:pre:3s; -roupilles roupiller VER 2.47 6.82 0.06 0.27 ind:pre:2s; -roupillez roupiller VER 2.47 6.82 0.19 0.07 imp:pre:2p;ind:pre:2p; -roupillon roupillon NOM m s 0.56 1.08 0.42 1.01 -roupillons roupillon NOM m p 0.56 1.08 0.14 0.07 -roupillé roupiller VER m s 2.47 6.82 0.14 0.68 par:pas; -rouquemoute rouquemoute NOM s 0.00 3.85 0.00 3.85 -rouquette rouquette NOM f s 0.00 0.07 0.00 0.07 -rouquin rouquin NOM m s 2.84 10.07 1.33 8.31 -rouquine rouquin NOM f s 2.84 10.07 1.06 1.35 -rouquines rouquin NOM f p 2.84 10.07 0.05 0.07 -rouquins rouquin NOM m p 2.84 10.07 0.39 0.34 -rouscaillait rouscailler VER 0.04 0.54 0.00 0.07 ind:imp:3s; -rouscaillant rouscailler VER 0.04 0.54 0.00 0.07 par:pre; -rouscaille rouscailler VER 0.04 0.54 0.04 0.14 imp:pre:2s;ind:pre:3s; -rouscaillent rouscailler VER 0.04 0.54 0.00 0.07 ind:pre:3p; -rouscailler rouscailler VER 0.04 0.54 0.00 0.20 inf; -rouspète rouspéter VER 1.02 1.69 0.16 0.41 imp:pre:2s;ind:pre:1s;ind:pre:3s; -rouspètent rouspéter VER 1.02 1.69 0.05 0.07 ind:pre:3p; -rouspètes rouspéter VER 1.02 1.69 0.13 0.00 ind:pre:2s; -rouspéta rouspéter VER 1.02 1.69 0.01 0.20 ind:pas:3s; -rouspétage rouspétage NOM m s 0.00 0.07 0.00 0.07 -rouspétaient rouspéter VER 1.02 1.69 0.00 0.07 ind:imp:3p; -rouspétais rouspéter VER 1.02 1.69 0.01 0.00 ind:imp:1s; -rouspétait rouspéter VER 1.02 1.69 0.03 0.34 ind:imp:3s; -rouspétance rouspétance NOM f s 0.01 0.27 0.01 0.27 -rouspétant rouspéter VER 1.02 1.69 0.17 0.14 par:pre; -rouspéter rouspéter VER 1.02 1.69 0.46 0.27 inf; -rouspétera rouspéter VER 1.02 1.69 0.00 0.07 ind:fut:3s; -rouspéteur rouspéteur NOM m s 0.04 0.00 0.01 0.00 -rouspéteurs rouspéteur NOM m p 0.04 0.00 0.02 0.00 -rouspétez rouspéter VER 1.02 1.69 0.01 0.14 imp:pre:2p;ind:pre:2p; -rousse roux NOM f s 4.50 11.08 3.69 5.61 -rousseau rousseau NOM m s 0.00 0.20 0.00 0.14 -rousseauiste rousseauiste ADJ f s 0.01 0.07 0.01 0.07 -rousseaux rousseau NOM m p 0.00 0.20 0.00 0.07 -rousselée rousseler VER f s 0.10 0.00 0.10 0.00 par:pas; -rousserolle rousserolle NOM f s 0.00 0.07 0.00 0.07 -rousses rousse NOM f p 0.53 0.00 0.53 0.00 -roussette roussette NOM f s 0.01 1.69 0.01 1.55 -roussettes roussette NOM f p 0.01 1.69 0.00 0.14 -rousseur rousseur NOM f s 1.45 5.54 1.40 5.14 -rousseurs rousseur NOM f p 1.45 5.54 0.05 0.41 -roussi roussi NOM m s 1.00 1.22 1.00 1.15 -roussie roussi ADJ f s 0.04 2.23 0.01 0.61 -roussies roussir VER f p 0.23 1.76 0.10 0.14 par:pas; -roussin roussin NOM m s 0.00 0.68 0.00 0.34 -roussins roussin NOM m p 0.00 0.68 0.00 0.34 -roussir roussir VER 0.23 1.76 0.02 0.27 inf; -roussis roussi ADJ m p 0.04 2.23 0.01 0.61 -roussissaient roussir VER 0.23 1.76 0.00 0.07 ind:imp:3p; -roussissait roussir VER 0.23 1.76 0.00 0.14 ind:imp:3s; -roussissant roussir VER 0.23 1.76 0.00 0.07 par:pre; -roussissures roussissure NOM f p 0.00 0.07 0.00 0.07 -roussit roussir VER 0.23 1.76 0.01 0.20 ind:pre:3s;ind:pas:3s; -roussâtre roussâtre ADJ s 0.00 1.22 0.00 0.81 -roussâtres roussâtre ADJ p 0.00 1.22 0.00 0.41 -roussé rousser VER m s 0.00 0.07 0.00 0.07 par:pas; -rouste rouste NOM f s 0.34 0.41 0.32 0.34 -roustes rouste NOM f p 0.34 0.41 0.02 0.07 -rousti roustir VER m s 0.01 0.34 0.01 0.14 par:pas; -rousties roustir VER f p 0.01 0.34 0.00 0.07 par:pas; -roustis roustir VER m p 0.01 0.34 0.00 0.14 par:pas; -rouston rouston NOM m s 0.01 0.00 0.01 0.00 -roustons roustons NOM m p 0.24 0.20 0.24 0.20 -routage routage NOM m s 0.16 0.07 0.16 0.07 -routard routard NOM m s 0.32 0.07 0.26 0.00 -routarde routard ADJ f s 0.01 0.07 0.00 0.07 -routards routard NOM m p 0.32 0.07 0.06 0.07 -route route NOM f s 166.72 288.04 152.83 251.35 -router router VER 0.05 0.00 0.03 0.00 inf; -routes route NOM f p 166.72 288.04 13.89 36.69 -routeur routeur NOM m s 0.17 0.00 0.11 0.00 -routeurs routeur NOM m p 0.17 0.00 0.06 0.00 -routier routier ADJ m s 4.63 4.26 1.41 0.74 -routiers routier NOM m p 2.00 5.54 0.98 2.97 -routin routin NOM m s 0.00 0.47 0.00 0.47 -routine routine NOM f s 12.14 12.77 11.67 9.53 -routines routine NOM f p 12.14 12.77 0.47 3.24 -routinier routinier ADJ m s 0.15 1.62 0.09 0.41 -routiniers routinier ADJ m p 0.15 1.62 0.00 0.47 -routinière routinier ADJ f s 0.15 1.62 0.05 0.47 -routinières routinier ADJ f p 0.15 1.62 0.01 0.27 -routière routier ADJ f s 4.63 4.26 2.34 2.30 -routières routier ADJ f p 4.63 4.26 0.39 0.54 -routé router VER m s 0.05 0.00 0.02 0.00 par:pas; -roué rouer VER m s 2.20 2.57 0.53 1.22 par:pas; -rouée rouer VER f s 2.20 2.57 0.36 0.41 par:pas; -roués roué ADJ m p 0.02 0.54 0.01 0.20 -rouvert rouvrir VER m s 6.76 18.45 0.62 1.89 par:pas; -rouverte rouvrir VER f s 6.76 18.45 0.19 0.81 par:pas; -rouvertes rouvrir VER f p 6.76 18.45 0.14 0.41 par:pas; -rouverts rouvrir VER m p 6.76 18.45 0.02 0.27 par:pas; -rouvrît rouvrir VER 6.76 18.45 0.00 0.14 sub:imp:3s; -rouvraient rouvrir VER 6.76 18.45 0.01 0.20 ind:imp:3p; -rouvrais rouvrir VER 6.76 18.45 0.02 0.47 ind:imp:1s;ind:imp:2s; -rouvrait rouvrir VER 6.76 18.45 0.01 1.01 ind:imp:3s; -rouvrant rouvrir VER 6.76 18.45 0.01 0.61 par:pre; -rouvre rouvrir VER 6.76 18.45 0.94 2.91 imp:pre:2s;ind:pre:1s;ind:pre:3s; -rouvrent rouvrir VER 6.76 18.45 0.35 0.41 ind:pre:3p; -rouvres rouvrir VER 6.76 18.45 0.02 0.27 ind:pre:2s;sub:pre:2s; -rouvrez rouvrir VER 6.76 18.45 0.25 0.00 imp:pre:2p;ind:pre:2p; -rouvriez rouvrir VER 6.76 18.45 0.01 0.00 ind:imp:2p; -rouvrir rouvrir VER 6.76 18.45 3.46 3.65 inf; -rouvrira rouvrir VER 6.76 18.45 0.28 0.07 ind:fut:3s; -rouvrirai rouvrir VER 6.76 18.45 0.09 0.20 ind:fut:1s; -rouvriraient rouvrir VER 6.76 18.45 0.00 0.14 cnd:pre:3p; -rouvrirais rouvrir VER 6.76 18.45 0.00 0.14 cnd:pre:1s;cnd:pre:2s; -rouvrirait rouvrir VER 6.76 18.45 0.01 0.14 cnd:pre:3s; -rouvrirent rouvrir VER 6.76 18.45 0.00 0.41 ind:pas:3p; -rouvrirez rouvrir VER 6.76 18.45 0.04 0.07 ind:fut:2p; -rouvriront rouvrir VER 6.76 18.45 0.14 0.00 ind:fut:3p; -rouvris rouvrir VER 6.76 18.45 0.01 0.34 ind:pas:1s; -rouvrit rouvrir VER 6.76 18.45 0.12 3.92 ind:pas:3s; -rouvrons rouvrir VER 6.76 18.45 0.03 0.00 imp:pre:1p;ind:pre:1p; -roux roux ADJ m 3.66 20.68 3.66 20.68 -roy roy NOM m s 0.17 0.27 0.17 0.27 -royal royal ADJ m s 22.65 29.26 10.51 16.49 -royale royal ADJ f s 22.65 29.26 9.64 9.59 -royalement royalement ADV 0.83 1.82 0.83 1.82 -royales royal ADJ f p 22.65 29.26 1.50 1.69 -royaliste royaliste ADJ s 0.35 0.68 0.20 0.47 -royalistes royaliste NOM p 0.28 0.34 0.16 0.27 -royalties royalties NOM f p 0.54 0.14 0.54 0.14 -royalty royalty NOM f s 0.01 0.07 0.01 0.07 -royaume royaume NOM m s 27.79 20.68 24.16 18.78 -royaumes royaume NOM m p 27.79 20.68 3.62 1.89 -royauté royauté NOM f s 0.59 1.28 0.58 1.15 -royautés royauté NOM f p 0.59 1.28 0.01 0.14 -royaux royal ADJ m p 22.65 29.26 1.00 1.49 -règle règle NOM f s 79.51 49.93 33.17 27.91 -règlement règlement NOM m s 21.27 17.16 19.40 12.16 -règlements règlement NOM m p 21.27 17.16 1.87 5.00 -règlent régler VER 85.81 54.19 0.76 0.47 ind:pre:3p; -règles règle NOM f p 79.51 49.93 46.34 22.03 -règne régner VER 22.75 47.43 8.06 10.14 imp:pre:2s;ind:pre:1s;ind:pre:3s; -règnent régner VER 22.75 47.43 1.52 1.89 ind:pre:3p; -règnes régner VER 22.75 47.43 0.16 0.07 ind:pre:2s; -ré ré NOM m 3.06 0.54 3.06 0.54 -ru ru NOM m s 0.26 0.88 0.14 0.61 -rua ruer VER 3.27 20.81 0.03 3.11 ind:pas:3s; -réa réa NOM m s 0.88 0.00 0.88 0.00 -réabonnement réabonnement NOM m s 0.03 0.07 0.03 0.07 -réabonner réabonner VER 0.03 0.00 0.03 0.00 inf; -réabsorption réabsorption NOM f s 0.03 0.00 0.03 0.00 -réac réac ADJ m s 0.59 0.47 0.42 0.41 -réaccoutumer réaccoutumer VER 0.00 0.20 0.00 0.14 inf; -réaccoutumerait réaccoutumer VER 0.00 0.20 0.00 0.07 cnd:pre:3s; -réacheminer réacheminer VER 0.01 0.00 0.01 0.00 inf; -réacs réac ADJ m p 0.59 0.47 0.17 0.07 -réactant réactant NOM m s 0.01 0.00 0.01 0.00 -réacteur réacteur NOM m s 5.24 0.81 3.62 0.14 -réacteurs réacteur NOM m p 5.24 0.81 1.62 0.68 -réactif réactif NOM m s 0.38 0.20 0.27 0.20 -réactifs réactif NOM m p 0.38 0.20 0.11 0.00 -réaction réaction NOM f s 26.41 30.68 21.23 20.00 -réactionnaire réactionnaire ADJ s 1.55 2.43 0.54 1.76 -réactionnaires réactionnaire ADJ p 1.55 2.43 1.01 0.68 -réactionnel réactionnel ADJ m s 0.01 0.00 0.01 0.00 -réactions réaction NOM f p 26.41 30.68 5.17 10.68 -réactiva réactiver VER 1.21 0.34 0.00 0.07 ind:pas:3s; -réactivait réactiver VER 1.21 0.34 0.00 0.07 ind:imp:3s; -réactivation réactivation NOM f s 0.03 0.07 0.03 0.07 -réactive réactiver VER 1.21 0.34 0.09 0.07 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -réactiver réactiver VER 1.21 0.34 0.49 0.00 inf; -réactiveront réactiver VER 1.21 0.34 0.01 0.00 ind:fut:3p; -réactives réactif ADJ f p 0.63 0.07 0.24 0.00 -réactivez réactiver VER 1.21 0.34 0.13 0.00 imp:pre:2p; -réactiviez réactiver VER 1.21 0.34 0.01 0.00 ind:imp:2p; -réactivité réactivité NOM f s 0.20 0.00 0.20 0.00 -réactivé réactiver VER m s 1.21 0.34 0.37 0.14 par:pas; -réactivée réactiver VER f s 1.21 0.34 0.09 0.00 par:pas; -réactivées réactiver VER f p 1.21 0.34 0.01 0.00 par:pas; -réactualisation réactualisation NOM f s 0.01 0.00 0.01 0.00 -réactualise réactualiser VER 0.05 0.14 0.00 0.07 ind:pre:3s; -réactualiser réactualiser VER 0.05 0.14 0.03 0.07 inf; -réactualisé réactualiser VER m s 0.05 0.14 0.03 0.00 par:pas; -réadaptait réadapter VER 0.09 0.27 0.00 0.07 ind:imp:3s; -réadaptant réadapter VER 0.09 0.27 0.00 0.07 par:pre; -réadaptation réadaptation NOM f s 0.24 0.14 0.24 0.14 -réadapte réadapter VER 0.09 0.27 0.01 0.00 ind:pre:3s; -réadapter réadapter VER 0.09 0.27 0.08 0.14 inf; -ruade ruade NOM f s 0.28 2.09 0.28 0.95 -ruades ruade NOM f p 0.28 2.09 0.01 1.15 -réadmis réadmettre VER m s 0.06 0.00 0.04 0.00 par:pas; -réadmise réadmettre VER f s 0.06 0.00 0.01 0.00 par:pas; -réadmission réadmission NOM f s 0.04 0.00 0.04 0.00 -réadopter réadopter VER 0.00 0.07 0.00 0.07 inf; -réaffûtée réaffûter VER f s 0.00 0.07 0.00 0.07 par:pas; -réaffectait réaffecter VER 0.51 0.00 0.01 0.00 ind:imp:3s; -réaffectation réaffectation NOM f s 0.16 0.00 0.16 0.00 -réaffecter réaffecter VER 0.51 0.00 0.11 0.00 inf; -réaffectons réaffecter VER 0.51 0.00 0.01 0.00 imp:pre:1p; -réaffecté réaffecter VER m s 0.51 0.00 0.28 0.00 par:pas; -réaffectée réaffecter VER f s 0.51 0.00 0.07 0.00 par:pas; -réaffectés réaffecter VER m p 0.51 0.00 0.03 0.00 par:pas; -réaffichées réafficher VER f p 0.00 0.07 0.00 0.07 par:pas; -réaffirmai réaffirmer VER 0.46 0.47 0.00 0.07 ind:pas:1s; -réaffirmaient réaffirmer VER 0.46 0.47 0.00 0.07 ind:imp:3p; -réaffirmait réaffirmer VER 0.46 0.47 0.01 0.00 ind:imp:3s; -réaffirmation réaffirmation NOM f s 0.01 0.00 0.01 0.00 -réaffirme réaffirmer VER 0.46 0.47 0.22 0.00 ind:pre:1s;ind:pre:3s; -réaffirmer réaffirmer VER 0.46 0.47 0.13 0.27 inf; -réaffirmé réaffirmer VER m s 0.46 0.47 0.07 0.00 par:pas; -réaffirmée réaffirmer VER f s 0.46 0.47 0.03 0.07 par:pas; -réagît réagir VER 33.19 23.45 0.00 0.20 sub:imp:3s; -réagencement réagencement NOM m s 0.00 0.07 0.00 0.07 -réagi réagir VER m s 33.19 23.45 5.95 3.85 par:pas; -réagir réagir VER 33.19 23.45 9.92 7.97 inf; -réagira réagir VER 33.19 23.45 0.93 0.00 ind:fut:3s; -réagirai réagir VER 33.19 23.45 0.06 0.07 ind:fut:1s; -réagiraient réagir VER 33.19 23.45 0.34 0.00 cnd:pre:3p; -réagirais réagir VER 33.19 23.45 1.19 0.00 cnd:pre:1s;cnd:pre:2s; -réagirait réagir VER 33.19 23.45 0.40 0.47 cnd:pre:3s; -réagiras réagir VER 33.19 23.45 0.02 0.00 ind:fut:2s; -réagirent réagir VER 33.19 23.45 0.00 0.34 ind:pas:3p; -réagirez réagir VER 33.19 23.45 0.08 0.00 ind:fut:2p; -réagiriez réagir VER 33.19 23.45 0.12 0.07 cnd:pre:2p; -réagirons réagir VER 33.19 23.45 0.15 0.00 ind:fut:1p; -réagiront réagir VER 33.19 23.45 0.15 0.00 ind:fut:3p; -réagis réagir VER m p 33.19 23.45 4.01 1.55 imp:pre:2s;ind:pre:1s;ind:pre:2s;par:pas; -réagissaient réagir VER 33.19 23.45 0.03 0.41 ind:imp:3p; -réagissais réagir VER 33.19 23.45 0.01 0.61 ind:imp:1s; -réagissait réagir VER 33.19 23.45 0.17 1.49 ind:imp:3s; -réagissant réagir VER 33.19 23.45 0.07 0.20 par:pre; -réagissante réagissant ADJ f s 0.00 0.07 0.00 0.07 -réagisse réagir VER 33.19 23.45 0.84 0.41 sub:pre:1s;sub:pre:3s; -réagissent réagir VER 33.19 23.45 2.06 0.81 ind:pre:3p; -réagisses réagir VER 33.19 23.45 0.07 0.00 sub:pre:2s; -réagissez réagir VER 33.19 23.45 1.39 0.27 imp:pre:2p;ind:pre:2p; -réagissiez réagir VER 33.19 23.45 0.12 0.07 ind:imp:2p; -réagissions réagir VER 33.19 23.45 0.00 0.20 ind:imp:1p; -réagissons réagir VER 33.19 23.45 0.04 0.07 imp:pre:1p;ind:pre:1p; -réagit réagir VER 33.19 23.45 5.09 4.39 ind:pre:3s;ind:pas:3s; -ruai ruer VER 3.27 20.81 0.01 0.47 ind:pas:1s; -ruaient ruer VER 3.27 20.81 0.01 0.74 ind:imp:3p; -ruais ruer VER 3.27 20.81 0.01 0.34 ind:imp:1s; -ruait ruer VER 3.27 20.81 0.13 1.42 ind:imp:3s; -réait réer VER 0.09 0.07 0.00 0.07 ind:imp:3s; -réajusta réajuster VER 0.38 1.22 0.00 0.14 ind:pas:3s; -réajustaient réajuster VER 0.38 1.22 0.00 0.07 ind:imp:3p; -réajustait réajuster VER 0.38 1.22 0.00 0.07 ind:imp:3s; -réajustant réajuster VER 0.38 1.22 0.00 0.34 par:pre; -réajuste réajuster VER 0.38 1.22 0.06 0.07 imp:pre:2s;ind:pre:1s;ind:pre:3s; -réajustement réajustement NOM m s 0.18 0.07 0.15 0.00 -réajustements réajustement NOM m p 0.18 0.07 0.03 0.07 -réajuster réajuster VER 0.38 1.22 0.26 0.41 inf; -réajusté réajuster VER m s 0.38 1.22 0.03 0.07 par:pas; -réajustées réajuster VER f p 0.38 1.22 0.00 0.07 par:pas; -réajustés réajuster VER m p 0.38 1.22 0.02 0.00 par:pas; -réal réal NOM m s 0.16 0.00 0.16 0.00 -réaligne réaligner VER 0.11 0.00 0.06 0.00 ind:pre:1s;ind:pre:3s; -réalignement réalignement NOM m s 0.07 0.00 0.07 0.00 -réaligner réaligner VER 0.11 0.00 0.05 0.00 inf; -réalimenter réalimenter VER 0.01 0.00 0.01 0.00 inf; -réalisa réaliser VER 71.27 35.95 1.44 2.03 ind:pas:3s; -réalisable réalisable ADJ s 0.63 0.68 0.61 0.68 -réalisables réalisable ADJ p 0.63 0.68 0.02 0.00 -réalisai réaliser VER 71.27 35.95 0.13 1.82 ind:pas:1s; -réalisaient réaliser VER 71.27 35.95 0.47 0.68 ind:imp:3p; -réalisais réaliser VER 71.27 35.95 0.69 0.41 ind:imp:1s;ind:imp:2s; -réalisait réaliser VER 71.27 35.95 0.59 1.28 ind:imp:3s; -réalisant réaliser VER 71.27 35.95 0.72 1.08 par:pre; -réalisateur réalisateur NOM m s 17.06 1.08 13.96 0.74 -réalisateurs réalisateur NOM m p 17.06 1.08 2.50 0.27 -réalisation réalisation NOM f s 3.31 4.19 2.86 3.24 -réalisations réalisation NOM f p 3.31 4.19 0.45 0.95 -réalisatrice réalisateur NOM f s 17.06 1.08 0.60 0.00 -réalisatrices réalisatrice NOM f p 0.02 0.00 0.02 0.00 -réalise réaliser VER 71.27 35.95 9.95 3.51 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:1s; -réalisent réaliser VER 71.27 35.95 2.74 1.15 ind:pre:3p; -réaliser réaliser VER 71.27 35.95 16.95 12.97 inf; -réalisera réaliser VER 71.27 35.95 1.39 0.14 ind:fut:3s; -réaliserai réaliser VER 71.27 35.95 0.12 0.00 ind:fut:1s; -réaliseraient réaliser VER 71.27 35.95 0.03 0.07 cnd:pre:3p; -réaliserais réaliser VER 71.27 35.95 0.20 0.07 cnd:pre:1s;cnd:pre:2s; -réaliserait réaliser VER 71.27 35.95 0.17 0.27 cnd:pre:3s; -réaliseras réaliser VER 71.27 35.95 0.35 0.00 ind:fut:2s; -réaliserez réaliser VER 71.27 35.95 0.19 0.00 ind:fut:2p; -réaliserions réaliser VER 71.27 35.95 0.00 0.07 cnd:pre:1p; -réaliseront réaliser VER 71.27 35.95 0.81 0.20 ind:fut:3p; -réalises réaliser VER 71.27 35.95 5.29 0.34 ind:pre:2p;ind:pre:2s; -réalisez réaliser VER 71.27 35.95 4.33 0.07 imp:pre:2p;ind:pre:2p; -réalisiez réaliser VER 71.27 35.95 0.14 0.07 ind:imp:2p; -réalisions réaliser VER 71.27 35.95 0.04 0.07 ind:imp:1p; -réalisme réalisme NOM m s 1.19 5.41 1.19 5.41 -réalisâmes réaliser VER 71.27 35.95 0.14 0.07 ind:pas:1p; -réalisons réaliser VER 71.27 35.95 0.39 0.07 imp:pre:1p;ind:pre:1p; -réalisât réaliser VER 71.27 35.95 0.00 0.07 sub:imp:3s; -réaliste réaliste ADJ s 7.05 5.81 5.54 3.92 -réalistes réaliste ADJ p 7.05 5.81 1.52 1.89 -réalisèrent réaliser VER 71.27 35.95 0.14 0.07 ind:pas:3p; -réalisé réaliser VER m s 71.27 35.95 21.23 6.22 par:pas; -réalisée réaliser VER f s 71.27 35.95 0.71 1.69 par:pas; -réalisées réaliser VER f p 71.27 35.95 0.74 0.81 par:pas; -réalisés réaliser VER m p 71.27 35.95 1.23 0.68 par:pas; -réalité réalité NOM f s 53.77 82.77 52.15 75.95 -réalités réalité NOM f p 53.77 82.77 1.62 6.82 -réamorce réamorcer VER 0.07 0.27 0.01 0.07 ind:pre:1s;ind:pre:3s; -réamorcent réamorcer VER 0.07 0.27 0.00 0.07 ind:pre:3p; -réamorcer réamorcer VER 0.07 0.27 0.06 0.07 inf; -réamorçage réamorçage NOM m s 0.01 0.00 0.01 0.00 -réamorçait réamorcer VER 0.07 0.27 0.00 0.07 ind:imp:3s; -réaménageait réaménager VER 0.19 0.27 0.00 0.07 ind:imp:3s; -réaménagement réaménagement NOM m s 0.19 0.14 0.19 0.07 -réaménagements réaménagement NOM m p 0.19 0.14 0.00 0.07 -réaménager réaménager VER 0.19 0.27 0.12 0.07 inf; -réaménagé réaménager VER m s 0.19 0.27 0.06 0.14 par:pas; -réanimait réanimer VER 1.65 0.20 0.01 0.00 ind:imp:3s; -réanimateur réanimateur NOM m s 0.04 0.00 0.04 0.00 -réanimation réanimation NOM f s 2.16 1.35 2.16 1.35 -réanime réanimer VER 1.65 0.20 0.09 0.14 imp:pre:2s;ind:pre:1s;ind:pre:3s; -réanimer réanimer VER 1.65 0.20 1.08 0.00 inf; -réanimeraient réanimer VER 1.65 0.20 0.00 0.07 cnd:pre:3p; -réanimez réanimer VER 1.65 0.20 0.04 0.00 imp:pre:2p; -réanimions réanimer VER 1.65 0.20 0.01 0.00 ind:imp:1p; -réanimé réanimer VER m s 1.65 0.20 0.35 0.00 par:pas; -réanimée réanimer VER f s 1.65 0.20 0.07 0.00 par:pas; -ruant ruer VER 3.27 20.81 0.05 1.49 par:pre; -réapercevoir réapercevoir VER 0.00 0.07 0.00 0.07 inf; -réapparût réapparaître VER 4.81 12.23 0.00 0.07 sub:imp:3s; -réapparaît réapparaître VER 4.81 12.23 0.52 1.35 ind:pre:3s; -réapparaîtra réapparaître VER 4.81 12.23 0.47 0.14 ind:fut:3s; -réapparaîtrai réapparaître VER 4.81 12.23 0.00 0.14 ind:fut:1s; -réapparaîtraient réapparaître VER 4.81 12.23 0.01 0.07 cnd:pre:3p; -réapparaîtrait réapparaître VER 4.81 12.23 0.07 0.20 cnd:pre:3s; -réapparaître réapparaître VER 4.81 12.23 0.83 1.96 inf; -réapparaîtront réapparaître VER 4.81 12.23 0.01 0.00 ind:fut:3p; -réapparais réapparaître VER 4.81 12.23 0.21 0.07 ind:pre:1s;ind:pre:2s; -réapparaissaient réapparaître VER 4.81 12.23 0.01 0.34 ind:imp:3p; -réapparaissais réapparaître VER 4.81 12.23 0.01 0.14 ind:imp:1s;ind:imp:2s; -réapparaissait réapparaître VER 4.81 12.23 0.05 1.76 ind:imp:3s; -réapparaissant réapparaître VER 4.81 12.23 0.01 0.27 par:pre; -réapparaisse réapparaître VER 4.81 12.23 0.26 0.20 sub:pre:1s;sub:pre:3s; -réapparaissent réapparaître VER 4.81 12.23 0.58 0.54 ind:pre:3p; -réapparaisses réapparaître VER 4.81 12.23 0.02 0.00 sub:pre:2s; -réapparition réapparition NOM f s 0.17 1.69 0.16 1.55 -réapparitions réapparition NOM f p 0.17 1.69 0.01 0.14 -réapparu réapparaître VER m s 4.81 12.23 1.19 0.74 par:pas; -réapparue réapparaître VER f s 4.81 12.23 0.11 0.54 par:pas; -réapparues réapparaître VER f p 4.81 12.23 0.01 0.00 par:pas; -réapparurent réapparaître VER 4.81 12.23 0.04 0.41 ind:pas:3p; -réapparus réapparaître VER m p 4.81 12.23 0.32 0.27 par:pas; -réapparut réapparaître VER 4.81 12.23 0.07 3.04 ind:pas:3s; -réappeler réappeler VER 0.01 0.00 0.01 0.00 inf; -réapprenaient réapprendre VER 0.91 1.89 0.00 0.14 ind:imp:3p; -réapprenais réapprendre VER 0.91 1.89 0.00 0.07 ind:imp:1s; -réapprenait réapprendre VER 0.91 1.89 0.01 0.27 ind:imp:3s; -réapprend réapprendre VER 0.91 1.89 0.01 0.14 ind:pre:3s; -réapprendraient réapprendre VER 0.91 1.89 0.00 0.07 cnd:pre:3p; -réapprendre réapprendre VER 0.91 1.89 0.70 0.81 inf; -réapprendrez réapprendre VER 0.91 1.89 0.01 0.00 ind:fut:2p; -réapprends réapprendre VER 0.91 1.89 0.01 0.07 ind:pre:1s; -réapprenne réapprendre VER 0.91 1.89 0.01 0.20 sub:pre:1s; -réappris réapprendre VER m s 0.91 1.89 0.14 0.00 par:pas; -réapprises réapprendre VER f p 0.91 1.89 0.00 0.07 par:pas; -réapprit réapprendre VER 0.91 1.89 0.01 0.07 ind:pas:3s; -réapprovisionne réapprovisionner VER 0.47 0.47 0.04 0.00 ind:pre:3s; -réapprovisionnement réapprovisionnement NOM m s 0.21 0.14 0.21 0.14 -réapprovisionner réapprovisionner VER 0.47 0.47 0.38 0.34 inf; -réapprovisionnerait réapprovisionner VER 0.47 0.47 0.00 0.07 cnd:pre:3s; -réapprovisionné réapprovisionner VER m s 0.47 0.47 0.04 0.00 par:pas; -réapprovisionnée réapprovisionner VER f s 0.47 0.47 0.01 0.07 par:pas; -réargenter réargenter VER 0.01 0.00 0.01 0.00 inf; -réarma réarmer VER 0.10 0.47 0.00 0.07 ind:pas:3s; -réarmant réarmer VER 0.10 0.47 0.01 0.00 par:pre; -réarme réarmer VER 0.10 0.47 0.00 0.07 ind:pre:3s; -réarmement réarmement NOM m s 0.09 0.34 0.09 0.34 -réarmer réarmer VER 0.10 0.47 0.05 0.14 inf; -réarmé réarmer VER m s 0.10 0.47 0.03 0.07 par:pas; -réarmées réarmer VER f p 0.10 0.47 0.00 0.14 par:pas; -réarrange réarranger VER 0.23 0.27 0.06 0.00 ind:pre:1s;ind:pre:3s; -réarrangeait réarranger VER 0.23 0.27 0.00 0.07 ind:imp:3s; -réarrangeant réarranger VER 0.23 0.27 0.01 0.00 par:pre; -réarrangement réarrangement NOM m s 0.03 0.00 0.03 0.00 -réarrangent réarranger VER 0.23 0.27 0.01 0.07 ind:pre:3p; -réarranger réarranger VER 0.23 0.27 0.14 0.14 inf; -réarrangé réarranger VER m s 0.23 0.27 0.01 0.00 par:pas; -réassembler réassembler VER 0.14 0.00 0.14 0.00 inf; -réassignation réassignation NOM f s 0.03 0.00 0.03 0.00 -réassigner réassigner VER 0.14 0.07 0.07 0.00 inf; -réassigneront réassigner VER 0.14 0.07 0.00 0.07 ind:fut:3p; -réassigné réassigner VER m s 0.14 0.07 0.07 0.00 par:pas; -réassimilé réassimiler VER m s 0.02 0.00 0.02 0.00 par:pas; -réassorties réassortir VER f p 0.00 0.20 0.00 0.07 par:pas; -réassortir réassortir VER 0.00 0.20 0.00 0.14 inf; -réassumer réassumer VER 0.00 0.14 0.00 0.14 inf; -réassurer réassurer VER 0.02 0.07 0.02 0.07 inf; -réattaquai réattaquer VER 0.03 0.41 0.00 0.07 ind:pas:1s; -réattaquait réattaquer VER 0.03 0.41 0.00 0.14 ind:imp:3s; -réattaque réattaquer VER 0.03 0.41 0.02 0.07 ind:pre:3s; -réattaquer réattaquer VER 0.03 0.41 0.01 0.00 inf; -réattaqué réattaquer VER m s 0.03 0.41 0.00 0.14 par:pas; -réaux réal ADJ m p 0.40 0.54 0.40 0.54 -ruban ruban NOM m s 8.49 23.18 6.56 15.20 -rubans ruban NOM m p 8.49 23.18 1.93 7.97 -rébarbatif rébarbatif ADJ m s 0.17 1.35 0.16 0.61 -rébarbatifs rébarbatif ADJ m p 0.17 1.35 0.00 0.27 -rébarbative rébarbatif ADJ f s 0.17 1.35 0.00 0.27 -rébarbatives rébarbatif ADJ f p 0.17 1.35 0.01 0.20 -rubato rubato ADV 0.00 0.07 0.00 0.07 -rébecca rébecca NOM f s 0.00 0.07 0.00 0.07 -rébellion rébellion NOM f s 4.04 3.85 4.00 3.65 -rébellions rébellion NOM f p 4.04 3.85 0.04 0.20 -rubia rubia NOM m s 0.01 0.00 0.01 0.00 -rubican rubican ADJ m s 0.00 0.07 0.00 0.07 -rubicond rubicond ADJ m s 0.00 1.49 0.00 0.88 -rubiconde rubicond ADJ f s 0.00 1.49 0.00 0.34 -rubicondes rubicond ADJ f p 0.00 1.49 0.00 0.14 -rubiconds rubicond ADJ m p 0.00 1.49 0.00 0.14 -rubis rubis NOM m 2.22 3.11 2.22 3.11 -rubricard rubricard NOM m s 0.00 0.07 0.00 0.07 -rubrique rubrique NOM f s 3.06 6.69 2.90 5.00 -rubriques rubrique NOM f p 3.06 6.69 0.16 1.69 -rubénienne rubénien ADJ f s 0.00 0.07 0.00 0.07 -rubéole rubéole NOM f s 0.14 0.14 0.14 0.14 -rébus rébus NOM m p 0.10 1.28 0.10 1.28 -récalcitrant récalcitrant ADJ m s 0.48 1.08 0.21 0.61 -récalcitrante récalcitrant ADJ f s 0.48 1.08 0.03 0.07 -récalcitrantes récalcitrant ADJ f p 0.48 1.08 0.10 0.00 -récalcitrants récalcitrant ADJ m p 0.48 1.08 0.14 0.41 -récapitula récapituler VER 2.65 1.62 0.00 0.07 ind:pas:3s; -récapitulai récapituler VER 2.65 1.62 0.00 0.07 ind:pas:1s; -récapitulais récapituler VER 2.65 1.62 0.02 0.07 ind:imp:1s; -récapitulait récapituler VER 2.65 1.62 0.00 0.27 ind:imp:3s; -récapitulant récapituler VER 2.65 1.62 0.01 0.20 par:pre; -récapitulatif récapitulatif NOM m s 0.06 0.20 0.06 0.20 -récapitulation récapitulation NOM f s 0.20 0.47 0.20 0.47 -récapitule récapituler VER 2.65 1.62 0.61 0.27 imp:pre:2s;ind:pre:1s;ind:pre:3s; -récapitulent récapituler VER 2.65 1.62 0.00 0.07 ind:pre:3p; -récapituler récapituler VER 2.65 1.62 0.40 0.34 inf; -récapitulez récapituler VER 2.65 1.62 0.04 0.00 imp:pre:2p; -récapitulions récapituler VER 2.65 1.62 0.01 0.00 ind:imp:1p; -récapitulons récapituler VER 2.65 1.62 1.51 0.07 imp:pre:1p; -récapitulé récapituler VER m s 2.65 1.62 0.04 0.14 par:pas; -récapitulée récapituler VER f s 2.65 1.62 0.00 0.07 par:pas; -récemment récemment ADV 21.07 15.07 21.07 15.07 -récent récent ADJ m s 12.42 23.45 3.96 5.61 -récente récent ADJ f s 12.42 23.45 3.72 8.72 -récentes récent ADJ f p 12.42 23.45 2.09 4.39 -récents récent ADJ m p 12.42 23.45 2.65 4.73 -réceptacle réceptacle NOM m s 0.70 0.54 0.64 0.47 -réceptacles réceptacle NOM m p 0.70 0.54 0.06 0.07 -récepteur récepteur NOM m s 0.85 3.58 0.56 3.24 -récepteurs récepteur NOM m p 0.85 3.58 0.29 0.34 -réceptif réceptif ADJ m s 1.44 0.68 0.88 0.41 -réceptifs réceptif ADJ m p 1.44 0.68 0.14 0.07 -réception réception NOM f s 17.47 16.82 16.60 12.70 -réceptionna réceptionner VER 0.69 0.88 0.00 0.07 ind:pas:3s; -réceptionnant réceptionner VER 0.69 0.88 0.00 0.07 par:pre; -réceptionne réceptionner VER 0.69 0.88 0.32 0.34 imp:pre:2s;ind:pre:1s;ind:pre:3s; -réceptionnent réceptionner VER 0.69 0.88 0.01 0.00 ind:pre:3p; -réceptionner réceptionner VER 0.69 0.88 0.13 0.14 inf; -réceptionnera réceptionner VER 0.69 0.88 0.01 0.00 ind:fut:3s; -réceptionniste réceptionniste NOM s 1.69 1.96 1.64 1.76 -réceptionnistes réceptionniste NOM p 1.69 1.96 0.04 0.20 -réceptionné réceptionner VER m s 0.69 0.88 0.23 0.20 par:pas; -réceptionnées réceptionner VER f p 0.69 0.88 0.00 0.07 par:pas; -réceptions réception NOM f p 17.47 16.82 0.86 4.12 -réceptive réceptif ADJ f s 1.44 0.68 0.38 0.14 -réceptives réceptif ADJ f p 1.44 0.68 0.04 0.07 -réceptivité réceptivité NOM f s 0.04 0.20 0.04 0.20 -réceptrice récepteur ADJ f s 0.27 0.27 0.02 0.14 -récessif récessif ADJ m s 0.12 0.00 0.09 0.00 -récessifs récessif ADJ m p 0.12 0.00 0.02 0.00 -récession récession NOM f s 0.96 0.20 0.96 0.20 -récessive récessif ADJ f s 0.12 0.00 0.01 0.00 -réchappai réchapper VER 2.42 1.55 0.01 0.00 ind:pas:1s; -réchappais réchapper VER 2.42 1.55 0.03 0.07 ind:imp:1s;ind:imp:2s; -réchappait réchapper VER 2.42 1.55 0.00 0.07 ind:imp:3s; -réchappe réchapper VER 2.42 1.55 0.92 0.27 ind:pre:1s;ind:pre:3s; -réchappent réchapper VER 2.42 1.55 0.02 0.07 ind:pre:3p; -réchapper réchapper VER 2.42 1.55 0.64 0.14 inf; -réchappera réchapper VER 2.42 1.55 0.05 0.00 ind:fut:3s; -réchapperaient réchapper VER 2.42 1.55 0.00 0.07 cnd:pre:3p; -réchapperais réchapper VER 2.42 1.55 0.01 0.07 cnd:pre:1s;cnd:pre:2s; -réchapperait réchapper VER 2.42 1.55 0.00 0.27 cnd:pre:3s; -réchappes réchapper VER 2.42 1.55 0.12 0.07 ind:pre:2s; -réchappez réchapper VER 2.42 1.55 0.01 0.00 ind:pre:2p; -réchappons réchapper VER 2.42 1.55 0.11 0.00 ind:pre:1p; -réchappé réchapper VER m s 2.42 1.55 0.50 0.47 par:pas; -réchappés réchapper VER m p 2.42 1.55 0.01 0.00 par:pas; -réchaud réchaud NOM m s 1.00 6.82 0.83 6.22 -réchauds réchaud NOM m p 1.00 6.82 0.17 0.61 -réchauffa réchauffer VER 16.27 22.16 0.01 0.95 ind:pas:3s; -réchauffage réchauffage NOM m s 0.01 0.00 0.01 0.00 -réchauffai réchauffer VER 16.27 22.16 0.00 0.14 ind:pas:1s; -réchauffaient réchauffer VER 16.27 22.16 0.03 0.34 ind:imp:3p; -réchauffais réchauffer VER 16.27 22.16 0.03 0.00 ind:imp:1s;ind:imp:2s; -réchauffait réchauffer VER 16.27 22.16 0.08 2.23 ind:imp:3s; -réchauffant réchauffer VER 16.27 22.16 0.03 0.41 par:pre; -réchauffante réchauffant ADJ f s 0.00 0.27 0.00 0.07 -réchauffantes réchauffant ADJ f p 0.00 0.27 0.00 0.14 -réchauffants réchauffant ADJ m p 0.00 0.27 0.00 0.07 -réchauffe réchauffer VER 16.27 22.16 5.06 3.24 imp:pre:2s;ind:pre:1s;ind:pre:3s; -réchauffement réchauffement NOM m s 1.02 0.07 1.02 0.07 -réchauffent réchauffer VER 16.27 22.16 0.34 0.68 ind:pre:3p; -réchauffer réchauffer VER 16.27 22.16 7.64 11.62 inf; -réchauffera réchauffer VER 16.27 22.16 0.79 0.47 ind:fut:3s; -réchaufferai réchauffer VER 16.27 22.16 0.07 0.07 ind:fut:1s; -réchaufferait réchauffer VER 16.27 22.16 0.04 0.07 cnd:pre:3s; -réchaufferas réchauffer VER 16.27 22.16 0.10 0.00 ind:fut:2s; -réchaufferez réchauffer VER 16.27 22.16 0.12 0.00 ind:fut:2p; -réchaufferont réchauffer VER 16.27 22.16 0.02 0.07 ind:fut:3p; -réchauffeur réchauffeur NOM m s 0.03 0.00 0.03 0.00 -réchauffez réchauffer VER 16.27 22.16 0.81 0.00 imp:pre:2p;ind:pre:2p; -réchauffions réchauffer VER 16.27 22.16 0.00 0.07 ind:imp:1p; -réchauffons réchauffer VER 16.27 22.16 0.03 0.00 imp:pre:1p;ind:pre:1p; -réchauffât réchauffer VER 16.27 22.16 0.00 0.07 sub:imp:3s; -réchauffèrent réchauffer VER 16.27 22.16 0.00 0.07 ind:pas:3p; -réchauffé réchauffer VER m s 16.27 22.16 0.79 0.81 par:pas; -réchauffée réchauffer VER f s 16.27 22.16 0.28 0.47 par:pas; -réchauffées réchauffé ADJ f p 1.04 1.15 0.01 0.07 -réchauffés réchauffé ADJ m p 1.04 1.15 0.15 0.14 -rêche rêche ADJ s 0.51 8.11 0.47 6.08 -ruche ruche NOM f s 3.57 3.51 2.64 2.03 -rucher rucher NOM m s 0.11 0.20 0.11 0.14 -ruchers rucher NOM m p 0.11 0.20 0.00 0.07 -rêches rêche ADJ p 0.51 8.11 0.04 2.03 -ruches ruche NOM f p 3.57 3.51 0.93 1.49 -ruché ruché NOM m s 0.00 0.14 0.00 0.07 -ruchée ruché NOM f s 0.00 0.14 0.00 0.07 -récidivai récidiver VER 0.48 0.68 0.00 0.07 ind:pas:1s; -récidivaient récidiver VER 0.48 0.68 0.00 0.07 ind:imp:3p; -récidivant récidivant ADJ m s 0.03 0.00 0.01 0.00 -récidivante récidivant ADJ f s 0.03 0.00 0.01 0.00 -récidive récidive NOM f s 0.61 0.81 0.57 0.61 -récidiver récidiver VER 0.48 0.68 0.12 0.14 inf; -récidiveras récidiver VER 0.48 0.68 0.01 0.00 ind:fut:2s; -récidives récidive NOM f p 0.61 0.81 0.04 0.20 -récidivez récidiver VER 0.48 0.68 0.01 0.00 ind:pre:2p; -récidiviste récidiviste NOM s 0.79 0.27 0.65 0.20 -récidivistes récidiviste NOM p 0.79 0.27 0.14 0.07 -récidivé récidiver VER m s 0.48 0.68 0.07 0.07 par:pas; -récif récif NOM m s 1.44 2.03 0.75 0.54 -récifale récifal ADJ f s 0.01 0.00 0.01 0.00 -récifs récif NOM m p 1.44 2.03 0.69 1.49 -récipiendaire récipiendaire NOM s 0.03 0.41 0.01 0.20 -récipiendaires récipiendaire NOM p 0.03 0.41 0.02 0.20 -récipient récipient NOM m s 1.64 4.12 1.36 2.77 -récipients récipient NOM m p 1.64 4.12 0.27 1.35 -réciprocité réciprocité NOM f s 0.28 1.55 0.28 1.55 -réciproque réciproque ADJ s 3.91 8.24 3.59 5.68 -réciproquement réciproquement ADV 0.26 3.45 0.26 3.45 -réciproques réciproque ADJ p 3.91 8.24 0.32 2.57 -récit récit NOM m s 9.89 56.15 7.12 37.84 -récita réciter VER 11.89 28.51 0.01 3.24 ind:pas:3s; -récitai réciter VER 11.89 28.51 0.00 0.41 ind:pas:1s; -récitaient réciter VER 11.89 28.51 0.00 1.08 ind:imp:3p; -récitais réciter VER 11.89 28.51 0.12 1.15 ind:imp:1s;ind:imp:2s; -récitait réciter VER 11.89 28.51 0.39 4.86 ind:imp:3s; -récital récital NOM m s 1.41 1.89 1.33 1.28 -récitals récital NOM m p 1.41 1.89 0.08 0.61 -récitant réciter VER 11.89 28.51 0.04 1.89 par:pre; -récitante récitant NOM f s 0.02 1.28 0.00 0.07 -récitants récitant NOM m p 0.02 1.28 0.00 0.20 -récitassent réciter VER 11.89 28.51 0.00 0.07 sub:imp:3p; -récitatif récitatif ADJ m s 0.01 0.00 0.01 0.00 -récitatifs récitatif NOM m p 0.00 0.20 0.00 0.07 -récitation récitation NOM f s 0.19 2.91 0.17 2.03 -récitations récitation NOM f p 0.19 2.91 0.02 0.88 -récite réciter VER 11.89 28.51 3.44 3.72 imp:pre:2s;ind:pre:1s;ind:pre:3s; -récitent réciter VER 11.89 28.51 0.47 0.27 ind:pre:3p; -réciter réciter VER 11.89 28.51 4.21 7.97 inf; -récitera réciter VER 11.89 28.51 0.23 0.07 ind:fut:3s; -réciterai réciter VER 11.89 28.51 0.27 0.07 ind:fut:1s; -réciteraient réciter VER 11.89 28.51 0.00 0.07 cnd:pre:3p; -réciterait réciter VER 11.89 28.51 0.01 0.34 cnd:pre:3s; -réciteras réciter VER 11.89 28.51 0.04 0.00 ind:fut:2s; -réciterez réciter VER 11.89 28.51 0.16 0.00 ind:fut:2p; -réciterons réciter VER 11.89 28.51 0.14 0.07 ind:fut:1p; -réciteront réciter VER 11.89 28.51 0.00 0.07 ind:fut:3p; -récites réciter VER 11.89 28.51 0.45 0.14 ind:pre:2s; -récitez réciter VER 11.89 28.51 0.83 0.27 imp:pre:2p;ind:pre:2p; -récitions réciter VER 11.89 28.51 0.01 0.27 ind:imp:1p; -récitons réciter VER 11.89 28.51 0.28 0.20 imp:pre:1p;ind:pre:1p; -récits récit NOM m p 9.89 56.15 2.77 18.31 -récitèrent réciter VER 11.89 28.51 0.00 0.14 ind:pas:3p; -récité réciter VER m s 11.89 28.51 0.69 1.35 par:pas; -récitée réciter VER f s 11.89 28.51 0.00 0.41 par:pas; -récitées réciter VER f p 11.89 28.51 0.00 0.20 par:pas; -récités réciter VER m p 11.89 28.51 0.12 0.20 par:pas; -rucksack rucksack NOM m s 0.00 0.07 0.00 0.07 -réclama réclamer VER 21.00 49.26 0.12 4.32 ind:pas:3s; -réclamai réclamer VER 21.00 49.26 0.00 0.20 ind:pas:1s; -réclamaient réclamer VER 21.00 49.26 0.26 4.05 ind:imp:3p; -réclamais réclamer VER 21.00 49.26 0.07 0.68 ind:imp:1s;ind:imp:2s; -réclamait réclamer VER 21.00 49.26 0.91 8.51 ind:imp:3s; -réclamant réclamer VER 21.00 49.26 0.52 2.43 par:pre; -réclamantes réclamant NOM f p 0.00 0.07 0.00 0.07 -réclamation réclamation NOM f s 2.15 1.42 1.02 0.68 -réclamations réclamation NOM f p 2.15 1.42 1.13 0.74 -réclame réclamer VER 21.00 49.26 8.98 7.84 imp:pre:2s;ind:pre:1s;ind:pre:3s; -réclament réclamer VER 21.00 49.26 2.20 2.50 ind:pre:3p; -réclamer réclamer VER 21.00 49.26 3.18 11.76 inf; -réclamera réclamer VER 21.00 49.26 0.31 0.14 ind:fut:3s; -réclamerai réclamer VER 21.00 49.26 0.04 0.07 ind:fut:1s; -réclameraient réclamer VER 21.00 49.26 0.04 0.00 cnd:pre:3p; -réclamerais réclamer VER 21.00 49.26 0.00 0.14 cnd:pre:1s; -réclamerait réclamer VER 21.00 49.26 0.06 0.41 cnd:pre:3s; -réclameras réclamer VER 21.00 49.26 0.02 0.07 ind:fut:2s; -réclamerez réclamer VER 21.00 49.26 0.05 0.14 ind:fut:2p; -réclameriez réclamer VER 21.00 49.26 0.01 0.00 cnd:pre:2p; -réclamerons réclamer VER 21.00 49.26 0.01 0.07 ind:fut:1p; -réclameront réclamer VER 21.00 49.26 0.08 0.07 ind:fut:3p; -réclames réclame NOM f p 1.43 6.15 0.28 2.91 -réclamez réclamer VER 21.00 49.26 0.55 0.20 imp:pre:2p;ind:pre:2p; -réclamiez réclamer VER 21.00 49.26 0.04 0.20 ind:imp:2p; -réclamions réclamer VER 21.00 49.26 0.01 0.14 ind:imp:1p; -réclamons réclamer VER 21.00 49.26 0.40 0.41 imp:pre:1p;ind:pre:1p; -réclamèrent réclamer VER 21.00 49.26 0.01 0.61 ind:pas:3p; -réclamé réclamer VER m s 21.00 49.26 1.85 2.64 par:pas; -réclamée réclamer VER f s 21.00 49.26 0.60 1.15 par:pas; -réclamées réclamer VER f p 21.00 49.26 0.39 0.14 par:pas; -réclamés réclamer VER m p 21.00 49.26 0.13 0.27 par:pas; -réclusion réclusion NOM f s 1.10 3.04 1.09 3.04 -réclusionnaires réclusionnaire NOM p 0.00 0.07 0.00 0.07 -réclusions réclusion NOM f p 1.10 3.04 0.01 0.00 -récollet récollet NOM m s 0.00 0.81 0.00 0.07 -récollets récollet NOM m p 0.00 0.81 0.00 0.74 -récolta récolter VER 10.65 7.36 0.00 0.07 ind:pas:3s; -récoltable récoltable ADJ s 0.01 0.00 0.01 0.00 -récoltai récolter VER 10.65 7.36 0.00 0.07 ind:pas:1s; -récoltaient récolter VER 10.65 7.36 0.06 0.07 ind:imp:3p; -récoltais récolter VER 10.65 7.36 0.05 0.14 ind:imp:1s;ind:imp:2s; -récoltait récolter VER 10.65 7.36 0.07 0.81 ind:imp:3s; -récoltant récolter VER 10.65 7.36 0.08 0.14 par:pre; -récolte récolte NOM f s 9.83 8.99 7.93 5.54 -récoltent récolter VER 10.65 7.36 0.45 0.34 ind:pre:3p; -récolter récolter VER 10.65 7.36 3.66 2.43 inf; -récoltera récolter VER 10.65 7.36 0.07 0.00 ind:fut:3s; -récolterai récolter VER 10.65 7.36 0.03 0.00 ind:fut:1s; -récolteraient récolter VER 10.65 7.36 0.01 0.07 cnd:pre:3p; -récolterais récolter VER 10.65 7.36 0.10 0.00 cnd:pre:2s; -récolterait récolter VER 10.65 7.36 0.02 0.14 cnd:pre:3s; -récolteras récolter VER 10.65 7.36 0.07 0.00 ind:fut:2s; -récolterons récolter VER 10.65 7.36 0.16 0.07 ind:fut:1p; -récolteront récolter VER 10.65 7.36 0.02 0.00 ind:fut:3p; -récoltes récolte NOM f p 9.83 8.99 1.90 3.45 -récolteurs récolteur NOM m p 0.03 0.07 0.02 0.07 -récolteuse récolteur NOM f s 0.03 0.07 0.01 0.00 -récoltez récolter VER 10.65 7.36 0.14 0.00 imp:pre:2p;ind:pre:2p; -récoltions récolter VER 10.65 7.36 0.00 0.14 ind:imp:1p; -récoltons récolter VER 10.65 7.36 0.29 0.00 imp:pre:1p;ind:pre:1p; -récolté récolter VER m s 10.65 7.36 1.42 1.42 par:pas; -récoltée récolter VER f s 10.65 7.36 0.09 0.07 par:pas; -récoltées récolter VER f p 10.65 7.36 0.20 0.20 par:pas; -récoltés récolter VER m p 10.65 7.36 0.22 0.41 par:pas; -récompensa récompenser VER 9.96 8.38 0.01 0.14 ind:pas:3s; -récompensaient récompenser VER 9.96 8.38 0.00 0.20 ind:imp:3p; -récompensait récompenser VER 9.96 8.38 0.17 1.22 ind:imp:3s; -récompensant récompenser VER 9.96 8.38 0.04 0.14 par:pre; -récompense récompense NOM f s 19.66 9.73 18.39 8.31 -récompensent récompenser VER 9.96 8.38 0.23 0.00 ind:pre:3p; -récompenser récompenser VER 9.96 8.38 2.29 2.77 inf;;inf;;inf;; -récompensera récompenser VER 9.96 8.38 0.76 0.00 ind:fut:3s; -récompenserai récompenser VER 9.96 8.38 0.37 0.14 ind:fut:1s; -récompenserais récompenser VER 9.96 8.38 0.00 0.07 cnd:pre:1s; -récompenserons récompenser VER 9.96 8.38 0.06 0.00 ind:fut:1p; -récompenseront récompenser VER 9.96 8.38 0.04 0.00 ind:fut:3p; -récompenses récompense NOM f p 19.66 9.73 1.27 1.42 -récompensez récompenser VER 9.96 8.38 0.13 0.14 imp:pre:2p;ind:pre:2p; -récompensons récompenser VER 9.96 8.38 0.03 0.00 imp:pre:1p;ind:pre:1p; -récompensèrent récompenser VER 9.96 8.38 0.00 0.07 ind:pas:3p; -récompensé récompenser VER m s 9.96 8.38 2.39 1.28 par:pas; -récompensée récompenser VER f s 9.96 8.38 1.15 0.47 par:pas; -récompensées récompenser VER f p 9.96 8.38 0.21 0.14 par:pas; -récompensés récompenser VER m p 9.96 8.38 0.69 0.61 par:pas; -réconcilia réconcilier VER 9.04 10.61 0.01 0.07 ind:pas:3s; -réconciliaient réconcilier VER 9.04 10.61 0.01 0.34 ind:imp:3p; -réconciliait réconcilier VER 9.04 10.61 0.04 0.74 ind:imp:3s; -réconciliant réconcilier VER 9.04 10.61 0.03 0.14 par:pre; -réconciliateur réconciliateur NOM m s 0.02 0.07 0.02 0.07 -réconciliation réconciliation NOM f s 2.62 5.47 2.38 4.73 -réconciliations réconciliation NOM f p 2.62 5.47 0.23 0.74 -réconciliatrice réconciliateur ADJ f s 0.00 0.07 0.00 0.07 -réconcilie réconcilier VER 9.04 10.61 0.90 0.68 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -réconcilient réconcilier VER 9.04 10.61 0.25 0.20 ind:pre:3p; -réconcilier réconcilier VER 9.04 10.61 3.61 3.38 inf; -réconciliera réconcilier VER 9.04 10.61 0.15 0.00 ind:fut:3s; -réconcilierai réconcilier VER 9.04 10.61 0.02 0.07 ind:fut:1s; -réconcilieraient réconcilier VER 9.04 10.61 0.00 0.07 cnd:pre:3p; -réconcilierait réconcilier VER 9.04 10.61 0.00 0.20 cnd:pre:3s; -réconcilierez réconcilier VER 9.04 10.61 0.04 0.00 ind:fut:2p; -réconciliez réconcilier VER 9.04 10.61 0.23 0.00 imp:pre:2p;ind:pre:2p; -réconciliions réconcilier VER 9.04 10.61 0.00 0.14 ind:imp:1p; -réconciliâmes réconcilier VER 9.04 10.61 0.00 0.07 ind:pas:1p; -réconcilions réconcilier VER 9.04 10.61 0.30 0.07 imp:pre:1p;ind:pre:1p; -réconcilié réconcilier VER m s 9.04 10.61 0.59 2.03 par:pas; -réconciliée réconcilier VER f s 9.04 10.61 0.42 0.61 par:pas; -réconciliées réconcilier VER f p 9.04 10.61 0.65 0.07 par:pas; -réconciliés réconcilier VER m p 9.04 10.61 1.78 1.76 par:pas; -réconfort réconfort NOM m s 4.75 6.42 4.71 6.35 -réconforta réconforter VER 6.86 9.19 0.02 0.95 ind:pas:3s; -réconfortaient réconforter VER 6.86 9.19 0.01 0.27 ind:imp:3p; -réconfortait réconforter VER 6.86 9.19 0.02 1.08 ind:imp:3s; -réconfortant réconfortant ADJ m s 2.00 6.08 1.62 2.91 -réconfortante réconfortant ADJ f s 2.00 6.08 0.20 2.36 -réconfortantes réconfortant ADJ f p 2.00 6.08 0.11 0.68 -réconfortants réconfortant ADJ m p 2.00 6.08 0.07 0.14 -réconforte réconforter VER 6.86 9.19 1.73 0.88 imp:pre:2s;ind:pre:1s;ind:pre:3s; -réconfortent réconforter VER 6.86 9.19 0.41 0.41 ind:pre:3p; -réconforter réconforter VER 6.86 9.19 3.21 2.77 ind:pre:2p;inf; -réconfortera réconforter VER 6.86 9.19 0.16 0.00 ind:fut:3s; -réconforterai réconforter VER 6.86 9.19 0.01 0.00 ind:fut:1s; -réconforterait réconforter VER 6.86 9.19 0.02 0.07 cnd:pre:3s; -réconforteras réconforter VER 6.86 9.19 0.01 0.00 ind:fut:2s; -réconforterez réconforter VER 6.86 9.19 0.01 0.00 ind:fut:2p; -réconfortez réconforter VER 6.86 9.19 0.30 0.00 imp:pre:2p; -réconforts réconfort NOM m p 4.75 6.42 0.04 0.07 -réconforté réconforter VER m s 6.86 9.19 0.48 1.62 par:pas; -réconfortée réconforter VER f s 6.86 9.19 0.19 0.34 par:pas; -réconfortés réconforter VER m p 6.86 9.19 0.18 0.27 par:pas; -récri récri NOM m s 0.02 0.14 0.00 0.14 -récria récrier VER 0.00 2.91 0.00 0.68 ind:pas:3s; -récriai récrier VER 0.00 2.91 0.00 0.14 ind:pas:1s; -récriaient récrier VER 0.00 2.91 0.00 0.14 ind:imp:3p; -récriait récrier VER 0.00 2.91 0.00 0.34 ind:imp:3s; -récrie récrier VER 0.00 2.91 0.00 0.54 ind:pre:1s;ind:pre:3s; -récrient récrier VER 0.00 2.91 0.00 0.07 ind:pre:3p; -récrier récrier VER 0.00 2.91 0.00 0.14 inf; -récriminait récriminer VER 0.16 0.68 0.00 0.27 ind:imp:3s; -récrimination récrimination NOM f s 0.64 3.11 0.03 0.61 -récriminations récrimination NOM f p 0.64 3.11 0.61 2.50 -récriminer récriminer VER 0.16 0.68 0.16 0.41 inf; -récrirai récrire VER 0.46 0.95 0.03 0.07 ind:fut:1s; -récrire récrire VER 0.46 0.95 0.29 0.61 inf; -récris récrire VER 0.46 0.95 0.02 0.00 imp:pre:2s; -récrit récrire VER m s 0.46 0.95 0.11 0.14 ind:pre:3s;par:pas; -récrites récrire VER f p 0.46 0.95 0.00 0.07 par:pas; -récrièrent récrier VER 0.00 2.91 0.00 0.27 ind:pas:3p; -récrié récrier VER m s 0.00 2.91 0.00 0.20 par:pas; -récriée récrier VER f s 0.00 2.91 0.00 0.20 par:pas; -récriées récrier VER f p 0.00 2.91 0.00 0.07 par:pas; -récriés récrier VER m p 0.00 2.91 0.00 0.14 par:pas; -récrivent récrire VER 0.46 0.95 0.01 0.00 ind:pre:3p; -récrivit récrire VER 0.46 0.95 0.00 0.07 ind:pas:3s; -récré récré NOM f s 2.29 2.70 2.25 2.16 -récréatif récréatif ADJ m s 0.38 0.47 0.06 0.00 -récréation récréation NOM f s 2.88 11.28 2.43 9.26 -récréations récréation NOM f p 2.88 11.28 0.45 2.03 -récréative récréatif ADJ f s 0.38 0.47 0.24 0.41 -récréatives récréatif ADJ f p 0.38 0.47 0.07 0.07 -récrée récréer VER 0.06 0.00 0.04 0.00 ind:pre:3s; -récréer récréer VER 0.06 0.00 0.01 0.00 inf; -récrés récré NOM f p 2.29 2.70 0.05 0.54 -récréé récréer VER m s 0.06 0.00 0.01 0.00 par:pas; -récup récup NOM m s 0.13 0.14 0.13 0.00 -récupe récup NOM f s 0.13 0.14 0.00 0.14 -récépissé récépissé NOM m s 0.09 0.34 0.09 0.34 -récupère récupérer VER 75.93 31.82 9.77 2.77 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -récupèrent récupérer VER 75.93 31.82 0.61 0.20 ind:pre:3p; -récupères récupérer VER 75.93 31.82 1.28 0.20 ind:pre:2s; -récupéra récupérer VER 75.93 31.82 0.06 1.82 ind:pas:3s; -récupérable récupérable ADJ m s 0.43 0.88 0.14 0.61 -récupérables récupérable ADJ p 0.43 0.88 0.28 0.27 -récupérai récupérer VER 75.93 31.82 0.00 0.54 ind:pas:1s; -récupéraient récupérer VER 75.93 31.82 0.01 0.14 ind:imp:3p; -récupérais récupérer VER 75.93 31.82 0.16 0.20 ind:imp:1s;ind:imp:2s; -récupérait récupérer VER 75.93 31.82 0.32 1.49 ind:imp:3s; -récupérant récupérer VER 75.93 31.82 0.19 1.22 par:pre; -récupérateur récupérateur NOM m s 0.27 0.07 0.12 0.07 -récupérateurs récupérateur NOM m p 0.27 0.07 0.15 0.00 -récupération récupération NOM f s 2.04 1.89 2.01 1.82 -récupérations récupération NOM f p 2.04 1.89 0.04 0.07 -récupérer récupérer VER 75.93 31.82 44.59 14.19 inf; -récupérera récupérer VER 75.93 31.82 0.72 0.07 ind:fut:3s; -récupérerai récupérer VER 75.93 31.82 0.84 0.07 ind:fut:1s; -récupérerais récupérer VER 75.93 31.82 0.09 0.07 cnd:pre:1s;cnd:pre:2s; -récupérerait récupérer VER 75.93 31.82 0.09 0.20 cnd:pre:3s; -récupéreras récupérer VER 75.93 31.82 0.45 0.07 ind:fut:2s; -récupérerez récupérer VER 75.93 31.82 0.49 0.00 ind:fut:2p; -récupérerons récupérer VER 75.93 31.82 0.32 0.00 ind:fut:1p; -récupéreront récupérer VER 75.93 31.82 0.06 0.00 ind:fut:3p; -récupérez récupérer VER 75.93 31.82 1.80 0.20 imp:pre:2p;ind:pre:2p; -récupériez récupérer VER 75.93 31.82 0.04 0.00 ind:imp:2p; -récupérions récupérer VER 75.93 31.82 0.07 0.07 ind:imp:1p; -récupérâmes récupérer VER 75.93 31.82 0.02 0.07 ind:pas:1p; -récupérons récupérer VER 75.93 31.82 0.65 0.07 imp:pre:1p;ind:pre:1p; -récupérèrent récupérer VER 75.93 31.82 0.00 0.14 ind:pas:3p; -récupéré récupérer VER m s 75.93 31.82 10.33 5.41 par:pas; -récupérée récupérer VER f s 75.93 31.82 1.26 0.95 par:pas; -récupérées récupérer VER f p 75.93 31.82 0.80 0.74 par:pas; -récupérés récupérer VER m p 75.93 31.82 0.90 0.95 par:pas; -récurage récurage NOM m s 0.03 0.27 0.03 0.27 -récuraient récurer VER 0.54 2.84 0.00 0.14 ind:imp:3p; -récurais récurer VER 0.54 2.84 0.00 0.14 ind:imp:1s; -récurait récurer VER 0.54 2.84 0.01 0.14 ind:imp:3s; -récurant récurer VER 0.54 2.84 0.00 0.20 par:pre; -récure récurer VER 0.54 2.84 0.07 0.27 imp:pre:2s;ind:pre:1s;ind:pre:3s; -récurent récurer VER 0.54 2.84 0.01 0.20 ind:pre:3p; -récurer récurer VER 0.54 2.84 0.35 0.74 inf; -récurerai récurer VER 0.54 2.84 0.00 0.07 ind:fut:1s; -récurrence récurrence NOM f s 0.19 0.14 0.17 0.14 -récurrences récurrence NOM f p 0.19 0.14 0.01 0.00 -récurrent récurrent ADJ m s 1.38 0.41 0.56 0.07 -récurrente récurrent ADJ f s 1.38 0.41 0.28 0.14 -récurrentes récurrent ADJ f p 1.38 0.41 0.21 0.07 -récurrents récurrent ADJ m p 1.38 0.41 0.33 0.14 -récursif récursif ADJ m s 0.03 0.00 0.03 0.00 -récuré récurer VER m s 0.54 2.84 0.08 0.34 par:pas; -récurée récurer VER f s 0.54 2.84 0.00 0.20 par:pas; -récurées récurer VER f p 0.54 2.84 0.01 0.14 par:pas; -récurés récurer VER m p 0.54 2.84 0.01 0.27 par:pas; -récusa récuser VER 0.78 3.04 0.00 0.14 ind:pas:3s; -récusable récusable ADJ m s 0.00 0.14 0.00 0.07 -récusables récusable ADJ p 0.00 0.14 0.00 0.07 -récusaient récuser VER 0.78 3.04 0.00 0.14 ind:imp:3p; -récusais récuser VER 0.78 3.04 0.00 0.27 ind:imp:1s; -récusait récuser VER 0.78 3.04 0.01 0.41 ind:imp:3s; -récusant récuser VER 0.78 3.04 0.03 0.14 par:pre; -récusation récusation NOM f s 0.09 0.07 0.07 0.07 -récusations récusation NOM f p 0.09 0.07 0.02 0.00 -récuse récuser VER 0.78 3.04 0.19 0.14 imp:pre:2s;ind:pre:1s;ind:pre:3s; -récuser récuser VER 0.78 3.04 0.31 1.08 inf; -récuserait récuser VER 0.78 3.04 0.00 0.07 cnd:pre:3s; -récuserons récuser VER 0.78 3.04 0.01 0.00 ind:fut:1p; -récusons récuser VER 0.78 3.04 0.07 0.00 imp:pre:1p;ind:pre:1p; -récusèrent récuser VER 0.78 3.04 0.00 0.14 ind:pas:3p; -récusé récuser VER m s 0.78 3.04 0.14 0.34 par:pas; -récusée récuser VER f s 0.78 3.04 0.01 0.20 par:pas; -rédacteur rédacteur NOM m s 4.93 5.68 3.32 3.85 -rédacteurs rédacteur NOM m p 4.93 5.68 0.67 1.35 -rédaction rédaction NOM f s 2.93 12.23 2.82 11.22 -rédactionnel rédactionnel ADJ m s 0.02 0.07 0.01 0.00 -rédactionnelle rédactionnel ADJ f s 0.02 0.07 0.01 0.07 -rédactions rédaction NOM f p 2.93 12.23 0.11 1.01 -rédactrice rédacteur NOM f s 4.93 5.68 0.94 0.27 -rédactrices rédactrice NOM f p 0.02 0.00 0.02 0.00 -rude rude ADJ s 6.85 29.80 5.68 22.64 -rudement rudement ADV 2.42 10.07 2.42 10.07 -rédempteur rédempteur NOM m s 0.78 0.27 0.78 0.20 -rédemption rédemption NOM f s 2.35 1.35 2.35 1.22 -rédemptions rédemption NOM f p 2.35 1.35 0.00 0.14 -rédemptoriste rédemptoriste NOM s 0.10 0.00 0.10 0.00 -rédemptrice rédempteur ADJ f s 0.40 0.34 0.00 0.07 -rudes rude ADJ p 6.85 29.80 1.17 7.16 -rudesse rudesse NOM f s 0.42 3.65 0.42 3.38 -rudesses rudesse NOM f p 0.42 3.65 0.00 0.27 -rédhibition rédhibition NOM f s 0.00 0.07 0.00 0.07 -rédhibitoire rédhibitoire ADJ s 0.06 0.47 0.06 0.34 -rédhibitoires rédhibitoire ADJ p 0.06 0.47 0.00 0.14 -rédige rédiger VER 8.49 22.16 0.72 1.49 imp:pre:2s;ind:pre:1s;ind:pre:3s; -rédigea rédiger VER 8.49 22.16 0.02 1.35 ind:pas:3s; -rédigeai rédiger VER 8.49 22.16 0.00 0.47 ind:pas:1s; -rédigeaient rédiger VER 8.49 22.16 0.01 0.27 ind:imp:3p; -rédigeais rédiger VER 8.49 22.16 0.05 0.20 ind:imp:1s; -rédigeait rédiger VER 8.49 22.16 0.05 1.01 ind:imp:3s; -rédigeant rédiger VER 8.49 22.16 0.04 0.41 par:pre; -rédigent rédiger VER 8.49 22.16 0.06 0.07 ind:pre:3p; -rédigeons rédiger VER 8.49 22.16 0.05 0.34 imp:pre:1p;ind:pre:1p; -rédiger rédiger VER 8.49 22.16 2.27 6.96 inf; -rédigera rédiger VER 8.49 22.16 0.02 0.00 ind:fut:3s; -rédigerai rédiger VER 8.49 22.16 0.05 0.14 ind:fut:1s; -rédigerais rédiger VER 8.49 22.16 0.01 0.00 cnd:pre:1s; -rédigeras rédiger VER 8.49 22.16 0.03 0.07 ind:fut:2s; -rédigerez rédiger VER 8.49 22.16 0.03 0.14 ind:fut:2p; -rédiges rédiger VER 8.49 22.16 0.06 0.20 ind:pre:2s; -rédigez rédiger VER 8.49 22.16 0.83 0.00 imp:pre:2p;ind:pre:2p; -rédigiez rédiger VER 8.49 22.16 0.04 0.07 ind:imp:2p; -rédigions rédiger VER 8.49 22.16 0.00 0.14 ind:imp:1p; -rédigèrent rédiger VER 8.49 22.16 0.00 0.14 ind:pas:3p; -rédigé rédiger VER m s 8.49 22.16 2.55 4.19 par:pas; -rédigée rédiger VER f s 8.49 22.16 1.31 2.16 par:pas; -rédigées rédiger VER f p 8.49 22.16 0.03 1.08 par:pas; -rédigés rédiger VER m p 8.49 22.16 0.26 1.28 par:pas; -rédimaient rédimer VER 0.00 0.07 0.00 0.07 ind:imp:3p; -rudiment rudiment NOM m s 0.24 1.89 0.01 0.27 -rudimentaire rudimentaire ADJ s 0.87 3.11 0.73 2.09 -rudimentaires rudimentaire ADJ p 0.87 3.11 0.14 1.01 -rudiments rudiment NOM m p 0.24 1.89 0.23 1.62 -rudoie rudoyer VER 0.45 1.22 0.01 0.00 ind:pre:3s; -rudoiement rudoiement NOM m s 0.00 0.14 0.00 0.07 -rudoiements rudoiement NOM m p 0.00 0.14 0.00 0.07 -rudoient rudoyer VER 0.45 1.22 0.00 0.07 ind:pre:3p; -rudoies rudoyer VER 0.45 1.22 0.01 0.00 ind:pre:2s; -rudoya rudoyer VER 0.45 1.22 0.00 0.07 ind:pas:3s; -rudoyais rudoyer VER 0.45 1.22 0.00 0.07 ind:imp:1s; -rudoyait rudoyer VER 0.45 1.22 0.02 0.41 ind:imp:3s; -rudoyant rudoyer VER 0.45 1.22 0.00 0.07 par:pre; -rudoyer rudoyer VER 0.45 1.22 0.32 0.20 inf; -rudoyèrent rudoyer VER 0.45 1.22 0.00 0.07 ind:pas:3p; -rudoyé rudoyer VER m s 0.45 1.22 0.08 0.20 par:pas; -rudoyés rudoyer VER m p 0.45 1.22 0.01 0.07 par:pas; -réducteur réducteur ADJ m s 0.12 0.07 0.12 0.07 -réducteurs réducteur NOM m p 0.26 0.14 0.23 0.07 -réduction réduction NOM f s 4.51 3.18 3.37 2.91 -réductionnisme réductionnisme NOM m s 0.03 0.00 0.03 0.00 -réductionniste réductionniste ADJ s 0.01 0.00 0.01 0.00 -réductions réduction NOM f p 4.51 3.18 1.14 0.27 -réduira réduire VER 27.88 50.61 0.53 0.34 ind:fut:3s; -réduirai réduire VER 27.88 50.61 0.26 0.20 ind:fut:1s; -réduiraient réduire VER 27.88 50.61 0.02 0.07 cnd:pre:3p; -réduirait réduire VER 27.88 50.61 0.44 0.34 cnd:pre:3s; -réduire réduire VER 27.88 50.61 8.85 13.04 ind:pre:2p;inf; -réduirons réduire VER 27.88 50.61 0.05 0.07 ind:fut:1p; -réduiront réduire VER 27.88 50.61 0.22 0.07 ind:fut:3p; -réduis réduire VER 27.88 50.61 1.35 0.20 imp:pre:2s;ind:pre:1s;ind:pre:2s; -réduisît réduire VER 27.88 50.61 0.00 0.14 sub:imp:3s; -réduisaient réduire VER 27.88 50.61 0.01 0.88 ind:imp:3p; -réduisais réduire VER 27.88 50.61 0.04 0.20 ind:imp:1s;ind:imp:2s; -réduisait réduire VER 27.88 50.61 0.13 4.46 ind:imp:3s; -réduisant réduire VER 27.88 50.61 0.24 1.55 par:pre; -réduise réduire VER 27.88 50.61 0.32 0.68 sub:pre:1s;sub:pre:3s; -réduisent réduire VER 27.88 50.61 1.03 1.01 ind:pre:3p; -réduises réduire VER 27.88 50.61 0.04 0.00 sub:pre:2s; -réduisez réduire VER 27.88 50.61 0.56 0.14 imp:pre:2p;ind:pre:2p; -réduisions réduire VER 27.88 50.61 0.01 0.07 ind:imp:1p; -réduisirent réduire VER 27.88 50.61 0.00 0.27 ind:pas:3p; -réduisis réduire VER 27.88 50.61 0.00 0.07 ind:pas:1s; -réduisit réduire VER 27.88 50.61 0.01 0.74 ind:pas:3s; -réduisons réduire VER 27.88 50.61 0.27 0.14 imp:pre:1p;ind:pre:1p; -réduit réduire VER m s 27.88 50.61 8.48 13.51 ind:pre:3s;par:pas; -réduite réduire VER f s 27.88 50.61 2.82 6.55 par:pas; -réduites réduire VER f p 27.88 50.61 0.43 2.03 par:pas; -réduits réduire VER m p 27.88 50.61 1.78 3.85 par:pas; -réduplication réduplication NOM f s 0.00 0.07 0.00 0.07 -rue rue NOM f s 157.81 562.97 127.35 449.53 -réel réel ADJ m s 38.70 40.95 23.97 15.20 -ruelle ruelle NOM f s 6.25 30.47 4.04 13.51 -réelle réel ADJ f s 38.70 40.95 8.88 17.50 -réellement réellement ADV 18.27 26.62 18.27 26.62 -ruelles ruelle NOM f p 6.25 30.47 2.21 16.96 -réelles réel ADJ f p 38.70 40.95 2.35 4.12 -réels réel ADJ m p 38.70 40.95 3.50 4.12 -réemballer réemballer VER 0.01 0.00 0.01 0.00 inf; -réembarque réembarquer VER 0.00 0.27 0.00 0.07 ind:pre:3s; -réembarquement réembarquement NOM m s 0.00 0.07 0.00 0.07 -réembarquer réembarquer VER 0.00 0.27 0.00 0.20 inf; -réembauche réembaucher VER 0.22 0.00 0.09 0.00 ind:pre:1s;ind:pre:3s; -réembaucher réembaucher VER 0.22 0.00 0.08 0.00 inf; -réembauché réembaucher VER m s 0.22 0.00 0.05 0.00 par:pas; -réemploi réemploi NOM m s 0.00 0.14 0.00 0.14 -réemployant réemployer VER 0.00 0.20 0.00 0.07 par:pre; -réemployer réemployer VER 0.00 0.20 0.00 0.14 inf; -réemprunter réemprunter VER 0.00 0.07 0.00 0.07 inf; -réencadrer réencadrer VER 0.00 0.07 0.00 0.07 inf; -réenclenches réenclencher VER 0.01 0.00 0.01 0.00 ind:pre:2s; -réendossant réendosser VER 0.02 0.14 0.00 0.07 par:pre; -réendosser réendosser VER 0.02 0.14 0.02 0.07 inf; -réengage réengager VER 0.24 0.07 0.04 0.00 imp:pre:2s;ind:pre:1s;ind:pre:3s; -réengagement réengagement NOM m s 0.00 0.07 0.00 0.07 -réengager réengager VER 0.24 0.07 0.10 0.00 inf; -réengagé réengager VER m s 0.24 0.07 0.10 0.00 par:pas; -réengagées réengager VER f p 0.24 0.07 0.00 0.07 par:pas; -réenregistrer réenregistrer VER 0.12 0.00 0.11 0.00 inf; -réenregistré réenregistrer VER m s 0.12 0.00 0.01 0.00 par:pas; -ruent ruer VER 3.27 20.81 0.38 1.08 ind:pre:3p; -réentendaient réentendre VER 0.26 1.01 0.00 0.07 ind:imp:3p; -réentendais réentendre VER 0.26 1.01 0.00 0.07 ind:imp:1s; -réentendons réentendre VER 0.26 1.01 0.00 0.07 ind:pre:1p; -réentendre réentendre VER 0.26 1.01 0.25 0.61 inf; -réentends réentendre VER 0.26 1.01 0.00 0.20 ind:pre:1s; -réentendu réentendre VER m s 0.26 1.01 0.01 0.00 par:pas; -réenterrer réenterrer VER 0.01 0.00 0.01 0.00 inf; -réentraîner réentraîner VER 0.01 0.00 0.01 0.00 inf; -réenvahir réenvahir VER 0.01 0.00 0.01 0.00 inf; -réenvisager réenvisager VER 0.15 0.00 0.15 0.00 inf; -ruer ruer VER 3.27 20.81 0.59 3.18 inf; -rueront ruer VER 3.27 20.81 0.00 0.07 ind:fut:3p; -rues rue NOM p 157.81 562.97 30.46 113.45 -réessaie réessayer VER 5.30 0.14 0.75 0.00 imp:pre:2s;ind:pre:1s;ind:pre:3s; -réessaient réessayer VER 5.30 0.14 0.07 0.00 ind:pre:3p; -réessaiera réessayer VER 5.30 0.14 0.22 0.00 ind:fut:3s; -réessaierai réessayer VER 5.30 0.14 0.33 0.00 ind:fut:1s; -réessaieras réessayer VER 5.30 0.14 0.03 0.00 ind:fut:2s; -réessaieront réessayer VER 5.30 0.14 0.03 0.00 ind:fut:3p; -réessayant réessayer VER 5.30 0.14 0.00 0.07 par:pre; -réessaye réessayer VER 5.30 0.14 0.37 0.00 imp:pre:2s;ind:pre:1s;ind:pre:3s; -réessayer réessayer VER 5.30 0.14 2.40 0.07 inf; -réessayez réessayer VER 5.30 0.14 0.61 0.00 imp:pre:2p;ind:pre:2p; -réessayiez réessayer VER 5.30 0.14 0.01 0.00 ind:imp:2p; -réessayons réessayer VER 5.30 0.14 0.31 0.00 imp:pre:1p;ind:pre:1p; -réessayé réessayer VER m s 5.30 0.14 0.16 0.00 par:pas; -réexamen réexamen NOM m s 0.07 0.00 0.07 0.00 -réexaminant réexaminer VER 0.89 0.20 0.00 0.07 par:pre; -réexamine réexaminer VER 0.89 0.20 0.08 0.00 ind:pre:1s;ind:pre:3s; -réexaminer réexaminer VER 0.89 0.20 0.44 0.00 inf; -réexaminerons réexaminer VER 0.89 0.20 0.03 0.00 ind:fut:1p; -réexamines réexaminer VER 0.89 0.20 0.02 0.00 ind:pre:2s; -réexaminez réexaminer VER 0.89 0.20 0.04 0.00 imp:pre:2p;ind:pre:2p; -réexaminiez réexaminer VER 0.89 0.20 0.04 0.00 ind:imp:2p; -réexaminions réexaminer VER 0.89 0.20 0.01 0.07 ind:imp:1p; -réexaminé réexaminer VER m s 0.89 0.20 0.21 0.00 par:pas; -réexaminée réexaminer VER f s 0.89 0.20 0.01 0.00 par:pas; -réexaminées réexaminer VER f p 0.89 0.20 0.00 0.07 par:pas; -réexpédia réexpédier VER 0.37 0.68 0.00 0.07 ind:pas:3s; -réexpédiait réexpédier VER 0.37 0.68 0.01 0.14 ind:imp:3s; -réexpédiant réexpédier VER 0.37 0.68 0.01 0.00 par:pre; -réexpédier réexpédier VER 0.37 0.68 0.07 0.07 inf; -réexpédiez réexpédier VER 0.37 0.68 0.02 0.00 imp:pre:2p; -réexpédions réexpédier VER 0.37 0.68 0.01 0.00 imp:pre:1p; -réexpédition réexpédition NOM f s 0.05 0.00 0.05 0.00 -réexpédié réexpédier VER m s 0.37 0.68 0.24 0.27 par:pas; -réexpédiés réexpédier VER m p 0.37 0.68 0.01 0.14 par:pas; -réf réf NOM f s 0.02 0.00 0.02 0.00 -réfection réfection NOM f s 0.23 1.96 0.23 1.69 -réfections réfection NOM f p 0.23 1.96 0.00 0.27 -réfectoire réfectoire NOM m s 1.13 9.66 1.11 9.59 -réfectoires réfectoire NOM m p 1.13 9.66 0.01 0.07 -ruffian ruffian NOM m s 0.55 0.81 0.48 0.41 -ruffians ruffian NOM m p 0.55 0.81 0.07 0.41 -rufian rufian NOM m s 0.01 0.00 0.01 0.00 -réflecteur réflecteur NOM m s 0.32 0.54 0.20 0.27 -réflecteurs réflecteur NOM m p 0.32 0.54 0.13 0.27 -réflexe réflexe NOM m s 6.13 18.85 2.55 11.89 -réflexes réflexe NOM m p 6.13 18.85 3.57 6.96 -réflexif réflexif ADJ m s 0.10 0.14 0.00 0.07 -réflexion réflexion NOM f s 7.47 37.03 6.29 23.38 -réflexions réflexion NOM f p 7.47 37.03 1.18 13.65 -réflexive réflexif ADJ f s 0.10 0.14 0.10 0.07 -réflexologie réflexologie NOM f s 0.02 0.00 0.02 0.00 -réfléchît réfléchir VER 116.71 89.05 0.00 0.14 sub:imp:3s; -réfléchi réfléchir VER m s 116.71 89.05 27.23 11.01 par:pas; -réfléchie réfléchi ADJ f s 20.28 6.69 0.36 1.22 -réfléchies réfléchi ADJ f p 20.28 6.69 0.01 0.07 -réfléchir réfléchir VER 116.71 89.05 47.59 36.55 inf; -réfléchira réfléchir VER 116.71 89.05 0.31 0.27 ind:fut:3s; -réfléchirai réfléchir VER 116.71 89.05 1.30 0.34 ind:fut:1s; -réfléchirais réfléchir VER 116.71 89.05 0.31 0.07 cnd:pre:1s;cnd:pre:2s; -réfléchirait réfléchir VER 116.71 89.05 0.09 0.14 cnd:pre:3s; -réfléchiras réfléchir VER 116.71 89.05 0.13 0.27 ind:fut:2s; -réfléchirent réfléchir VER 116.71 89.05 0.01 0.34 ind:pas:3p; -réfléchirez réfléchir VER 116.71 89.05 0.14 0.07 ind:fut:2p; -réfléchiriez réfléchir VER 116.71 89.05 0.03 0.00 cnd:pre:2p; -réfléchirons réfléchir VER 116.71 89.05 0.28 0.07 ind:fut:1p; -réfléchiront réfléchir VER 116.71 89.05 0.07 0.00 ind:fut:3p; -réfléchis réfléchi ADJ m p 20.28 6.69 18.86 2.77 -réfléchissaient réfléchir VER 116.71 89.05 0.16 0.27 ind:imp:3p; -réfléchissais réfléchir VER 116.71 89.05 2.10 1.96 ind:imp:1s;ind:imp:2s; -réfléchissait réfléchir VER 116.71 89.05 0.48 5.14 ind:imp:3s; -réfléchissant réfléchir VER 116.71 89.05 1.09 2.64 par:pre; -réfléchissante réfléchissant ADJ f s 0.73 0.68 0.04 0.07 -réfléchissantes réfléchissant ADJ f p 0.73 0.68 0.06 0.00 -réfléchissants réfléchissant ADJ m p 0.73 0.68 0.00 0.07 -réfléchisse réfléchir VER 116.71 89.05 2.28 0.95 sub:pre:1s;sub:pre:3s; -réfléchissent réfléchir VER 116.71 89.05 0.54 0.54 ind:pre:3p; -réfléchisses réfléchir VER 116.71 89.05 0.63 0.07 sub:pre:2s; -réfléchissez réfléchir VER 116.71 89.05 10.10 2.50 imp:pre:2p;ind:pre:2p; -réfléchissiez réfléchir VER 116.71 89.05 0.35 0.07 ind:imp:2p;sub:pre:2p; -réfléchissons réfléchir VER 116.71 89.05 1.71 0.34 imp:pre:1p;ind:pre:1p; -réfléchit réfléchir VER 116.71 89.05 3.81 19.39 ind:pre:3s;ind:pas:3s; -réforma réformer VER 1.52 2.70 0.00 0.07 ind:pas:3s; -réformateur réformateur NOM m s 0.16 1.49 0.09 0.61 -réformateurs réformateur NOM m p 0.16 1.49 0.08 0.88 -réformation réformation NOM f s 0.00 0.07 0.00 0.07 -réforme réforme NOM f s 3.10 11.35 2.24 4.93 -réformer réformer VER 1.52 2.70 0.75 1.35 inf; -réformera réformer VER 1.52 2.70 0.14 0.00 ind:fut:3s; -réformes réforme NOM f p 3.10 11.35 0.86 6.42 -réformisme réformisme NOM m s 0.01 0.00 0.01 0.00 -réformiste réformiste ADJ m s 0.44 0.41 0.38 0.14 -réformistes réformiste ADJ m p 0.44 0.41 0.06 0.27 -réformons réformer VER 1.52 2.70 0.01 0.00 ind:pre:1p; -réformé réformer VER m s 1.52 2.70 0.40 1.01 par:pas; -réformée réformé ADJ f s 0.26 1.28 0.03 0.41 -réformées réformé ADJ f p 0.26 1.28 0.00 0.07 -réformés réformé NOM m p 0.14 0.54 0.07 0.27 -réfractaire réfractaire ADJ s 0.17 1.89 0.15 1.28 -réfractaires réfractaire NOM p 0.07 1.22 0.05 0.95 -réfractant réfracter VER 0.01 0.27 0.00 0.07 par:pre; -réfractera réfracter VER 0.01 0.27 0.00 0.07 ind:fut:3s; -réfracterait réfracter VER 0.01 0.27 0.00 0.07 cnd:pre:3s; -réfraction réfraction NOM f s 0.27 0.41 0.27 0.41 -réfractionniste réfractionniste NOM s 0.01 0.00 0.01 0.00 -réfracté réfracter VER m s 0.01 0.27 0.01 0.07 par:pas; -réfrigèrent réfrigérer VER 0.20 0.34 0.01 0.00 ind:pre:3p; -réfrigérant réfrigérant ADJ m s 0.18 0.27 0.09 0.14 -réfrigérante réfrigérant ADJ f s 0.18 0.27 0.04 0.07 -réfrigérantes réfrigérant ADJ f p 0.18 0.27 0.01 0.07 -réfrigérants réfrigérant ADJ m p 0.18 0.27 0.04 0.00 -réfrigérateur réfrigérateur NOM m s 3.58 2.77 2.94 2.43 -réfrigérateurs réfrigérateur NOM m p 3.58 2.77 0.64 0.34 -réfrigération réfrigération NOM f s 0.23 0.00 0.23 0.00 -réfrigérer réfrigérer VER 0.20 0.34 0.06 0.00 inf; -réfrigéré réfrigérer VER m s 0.20 0.34 0.09 0.14 par:pas; -réfrigérée réfrigéré ADJ f s 0.16 0.34 0.09 0.07 -réfrigérées réfrigérer VER f p 0.20 0.34 0.00 0.14 par:pas; -réfrigérés réfrigérer VER m p 0.20 0.34 0.02 0.00 par:pas; -réfrène réfréner VER 0.45 0.27 0.22 0.00 imp:pre:2s;ind:pre:1s; -réfréna réfréner VER 0.45 0.27 0.00 0.07 ind:pas:3s; -réfréner réfréner VER 0.45 0.27 0.20 0.07 inf; -réfrénez réfréner VER 0.45 0.27 0.02 0.00 imp:pre:2p; -réfrénée réfréner VER f s 0.45 0.27 0.01 0.14 par:pas; -réfère référer VER 3.02 3.78 1.00 0.41 imp:pre:2s;ind:pre:1s;ind:pre:3s; -réfèrent référer VER 3.02 3.78 0.09 0.07 ind:pre:3p; -réfugia réfugier VER 6.72 25.20 0.05 1.01 ind:pas:3s; -réfugiai réfugier VER 6.72 25.20 0.01 0.68 ind:pas:1s; -réfugiaient réfugier VER 6.72 25.20 0.05 0.74 ind:imp:3p; -réfugiais réfugier VER 6.72 25.20 0.30 0.74 ind:imp:1s;ind:imp:2s; -réfugiait réfugier VER 6.72 25.20 0.16 1.49 ind:imp:3s; -réfugiant réfugier VER 6.72 25.20 0.01 0.47 par:pre; -réfugie réfugier VER 6.72 25.20 1.31 2.36 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:1s; -réfugient réfugier VER 6.72 25.20 0.11 0.74 ind:pre:3p; -réfugier réfugier VER 6.72 25.20 1.86 6.49 inf; -réfugiera réfugier VER 6.72 25.20 0.03 0.14 ind:fut:3s; -réfugierais réfugier VER 6.72 25.20 0.01 0.07 cnd:pre:1s; -réfugies réfugier VER 6.72 25.20 0.04 0.14 ind:pre:2s; -réfugiez réfugier VER 6.72 25.20 0.05 0.00 imp:pre:2p;ind:pre:2p; -réfugiions réfugier VER 6.72 25.20 0.00 0.41 ind:imp:1p; -réfugions réfugier VER 6.72 25.20 0.03 0.14 imp:pre:1p;ind:pre:1p; -réfugièrent réfugier VER 6.72 25.20 0.04 0.34 ind:pas:3p; -réfugié réfugier VER m s 6.72 25.20 1.49 4.12 par:pas; -réfugiée réfugier VER f s 6.72 25.20 0.34 2.16 par:pas; -réfugiées réfugier VER f p 6.72 25.20 0.02 0.61 par:pas; -réfugiés réfugié NOM m p 6.02 10.20 4.96 8.18 -référaient référer VER 3.02 3.78 0.01 0.14 ind:imp:3p; -référait référer VER 3.02 3.78 0.32 0.34 ind:imp:3s; -référant référer VER 3.02 3.78 0.11 0.68 par:pre; -référence référence NOM f s 10.45 7.23 6.54 3.58 -référencement référencement NOM m s 0.01 0.00 0.01 0.00 -référencer référencer VER 0.17 0.00 0.05 0.00 inf; -références référence NOM f p 10.45 7.23 3.91 3.65 -référencé référencer VER m s 0.17 0.00 0.09 0.00 par:pas; -référencée référencer VER f s 0.17 0.00 0.04 0.00 par:pas; -référendaire référendaire ADJ m s 0.00 0.20 0.00 0.20 -référendum référendum NOM m s 0.65 2.57 0.65 2.50 -référendums référendum NOM m p 0.65 2.57 0.00 0.07 -référent référent NOM m s 0.02 0.00 0.02 0.00 -référer référer VER 3.02 3.78 0.88 1.42 inf; -référera référer VER 3.02 3.78 0.01 0.00 ind:fut:3s; -référerai référer VER 3.02 3.78 0.29 0.00 ind:fut:1s; -référerez référer VER 3.02 3.78 0.01 0.14 ind:fut:2p; -référez référer VER 3.02 3.78 0.19 0.07 imp:pre:2p;ind:pre:2p; -référiez référer VER 3.02 3.78 0.00 0.07 ind:imp:2p; -référèrent référer VER 3.02 3.78 0.00 0.07 ind:pas:3p; -référé référé NOM m s 0.14 0.07 0.13 0.07 -référée référer VER f s 3.02 3.78 0.04 0.00 par:pas; -référés référé NOM m p 0.14 0.07 0.01 0.00 -réfuta réfuter VER 1.46 1.69 0.10 0.07 ind:pas:3s; -réfutable réfutable ADJ s 0.01 0.00 0.01 0.00 -réfutaient réfuter VER 1.46 1.69 0.00 0.07 ind:imp:3p; -réfutant réfuter VER 1.46 1.69 0.01 0.00 par:pre; -réfutation réfutation NOM f s 0.22 0.41 0.22 0.34 -réfutations réfutation NOM f p 0.22 0.41 0.00 0.07 -réfute réfuter VER 1.46 1.69 0.20 0.27 imp:pre:2s;ind:pre:1s;ind:pre:3s; -réfutent réfuter VER 1.46 1.69 0.01 0.07 ind:pre:3p; -réfuter réfuter VER 1.46 1.69 0.89 0.81 inf; -réfutons réfuter VER 1.46 1.69 0.14 0.00 ind:pre:1p; -réfutèrent réfuter VER 1.46 1.69 0.00 0.07 ind:pas:3p; -réfuté réfuter VER m s 1.46 1.69 0.05 0.20 par:pas; -réfutée réfuter VER f s 1.46 1.69 0.03 0.07 par:pas; -réfutées réfuter VER f p 1.46 1.69 0.02 0.07 par:pas; -régal régal NOM m s 2.19 2.97 2.18 2.91 -régala régaler VER 7.54 11.76 0.00 0.20 ind:pas:3s; -régalade régalade NOM f s 0.00 0.81 0.00 0.81 -régalai régaler VER 7.54 11.76 0.00 0.07 ind:pas:1s; -régalaient régaler VER 7.54 11.76 0.02 0.47 ind:imp:3p; -régalais régaler VER 7.54 11.76 0.06 0.41 ind:imp:1s;ind:imp:2s; -régalait régaler VER 7.54 11.76 0.19 1.96 ind:imp:3s; -régalant régaler VER 7.54 11.76 0.02 0.47 par:pre; -régale régaler VER 7.54 11.76 3.02 1.89 imp:pre:2s;ind:pre:1s;ind:pre:3s; -régalent régaler VER 7.54 11.76 0.14 0.41 ind:pre:3p; -régaler régaler VER 7.54 11.76 2.57 2.91 inf;; -régalera régaler VER 7.54 11.76 0.02 0.14 ind:fut:3s; -régaleraient régaler VER 7.54 11.76 0.00 0.14 cnd:pre:3p; -régalerais régaler VER 7.54 11.76 0.01 0.07 cnd:pre:1s; -régalerait régaler VER 7.54 11.76 0.00 0.20 cnd:pre:3s; -régaleras régaler VER 7.54 11.76 0.12 0.07 ind:fut:2s; -régalerez régaler VER 7.54 11.76 0.02 0.00 ind:fut:2p; -régaleront régaler VER 7.54 11.76 0.16 0.20 ind:fut:3p; -régaleur régaleur NOM m s 0.00 0.07 0.00 0.07 -régalez régaler VER 7.54 11.76 0.60 0.07 imp:pre:2p;ind:pre:2p; -régalien régalien ADJ m s 0.01 0.07 0.01 0.07 -régalions régaler VER 7.54 11.76 0.00 0.07 ind:imp:1p; -régalât régaler VER 7.54 11.76 0.00 0.07 sub:imp:3s; -régals régal NOM m p 2.19 2.97 0.01 0.07 -régalèrent régaler VER 7.54 11.76 0.00 0.27 ind:pas:3p; -régalé régaler VER m s 7.54 11.76 0.24 0.95 par:pas; -régalée régaler VER f s 7.54 11.76 0.06 0.27 par:pas; -régalés régaler VER m p 7.54 11.76 0.28 0.47 par:pas; -régate régate NOM f s 1.13 0.81 0.93 0.41 -régates régate NOM f p 1.13 0.81 0.19 0.41 -rugby rugby NOM m s 1.14 3.11 1.14 3.11 -rugbyman rugbyman NOM m s 0.03 1.28 0.03 0.34 -rugbymen rugbyman NOM m p 0.03 1.28 0.00 0.95 -régence régence NOM f s 0.07 1.69 0.07 1.69 -régent régent NOM m s 1.14 2.30 0.77 1.08 -régentaient régenter VER 0.32 1.22 0.00 0.07 ind:imp:3p; -régentait régenter VER 0.32 1.22 0.00 0.27 ind:imp:3s; -régentant régenter VER 0.32 1.22 0.10 0.07 par:pre; -régente régent NOM f s 1.14 2.30 0.37 1.15 -régentent régenter VER 0.32 1.22 0.01 0.00 ind:pre:3p; -régenter régenter VER 0.32 1.22 0.16 0.47 inf; -régenteraient régenter VER 0.32 1.22 0.00 0.07 cnd:pre:3p; -régentes régenter VER 0.32 1.22 0.01 0.00 ind:pre:2s; -régenté régenter VER m s 0.32 1.22 0.01 0.07 par:pas; -régentée régenter VER f s 0.32 1.22 0.00 0.14 par:pas; -régi régir VER m s 3.10 8.45 0.50 0.68 par:pas; -rugi rugir VER m s 1.73 7.50 0.00 0.61 par:pas; -régicide régicide NOM s 0.20 1.01 0.20 0.88 -régicides régicide NOM p 0.20 1.01 0.00 0.14 -régie régie NOM f s 0.92 0.54 0.92 0.47 -régies régir VER f p 3.10 8.45 0.00 0.07 par:pas; -régime régime NOM m s 19.43 39.73 18.52 36.69 -régiment régiment NOM m s 12.30 25.54 11.48 19.86 -régimentaire régimentaire ADJ s 0.10 0.41 0.10 0.20 -régimentaires régimentaire ADJ f p 0.10 0.41 0.00 0.20 -régiments régiment NOM m p 12.30 25.54 0.82 5.68 -régimes régime NOM m p 19.43 39.73 0.92 3.04 -région région NOM f s 28.16 53.31 25.80 39.05 -régional régional ADJ m s 2.63 2.70 1.23 1.69 -régionale régional ADJ f s 2.63 2.70 1.01 0.54 -régionales régional ADJ f p 2.63 2.70 0.39 0.47 -régionaliser régionaliser VER 0.00 0.07 0.00 0.07 inf; -régionalisme régionalisme NOM m s 0.00 0.14 0.00 0.14 -régionaliste régionaliste ADJ m s 0.00 0.14 0.00 0.07 -régionalistes régionaliste ADJ p 0.00 0.14 0.00 0.07 -régionaux régional NOM m p 0.32 1.22 0.20 1.08 -régions région NOM f p 28.16 53.31 2.36 14.26 -régir régir VER 3.10 8.45 0.36 0.07 inf; -rugir rugir VER 1.73 7.50 0.52 0.88 inf; -régira régir VER 3.10 8.45 0.05 0.00 ind:fut:3s; -régiraient régir VER 3.10 8.45 0.00 0.07 cnd:pre:3p; -rugiraient rugir VER 1.73 7.50 0.00 0.07 cnd:pre:3p; -régirait régir VER 3.10 8.45 0.01 0.00 cnd:pre:3s; -rugirent rugir VER 1.73 7.50 0.00 0.07 ind:pas:3p; -régiront régir VER 3.10 8.45 0.14 0.00 ind:fut:3p; -rugiront rugir VER 1.73 7.50 0.01 0.00 ind:fut:3p; -régis régir VER m p 3.10 8.45 0.50 6.08 imp:pre:2s;par:pas; -rugis rugir VER m p 1.73 7.50 0.04 0.14 imp:pre:2s;ind:pre:1s;ind:pre:2s;par:pas; -régissaient régir VER 3.10 8.45 0.02 0.07 ind:imp:3p; -rugissaient rugir VER 1.73 7.50 0.02 0.34 ind:imp:3p; -régissait régir VER 3.10 8.45 0.00 0.41 ind:imp:3s; -rugissait rugir VER 1.73 7.50 0.05 1.22 ind:imp:3s; -régissant régir VER 3.10 8.45 0.05 0.14 par:pre; -rugissant rugissant ADJ m s 0.12 1.22 0.09 0.61 -rugissante rugissant ADJ f s 0.12 1.22 0.01 0.27 -rugissantes rugissant ADJ f p 0.12 1.22 0.00 0.07 -rugissants rugissant ADJ m p 0.12 1.22 0.02 0.27 -rugisse rugir VER 1.73 7.50 0.02 0.00 sub:pre:3s; -rugissement rugissement NOM m s 0.66 4.93 0.61 2.91 -rugissements rugissement NOM m p 0.66 4.93 0.05 2.03 -régissent régir VER 3.10 8.45 0.39 0.41 ind:pre:3p; -rugissent rugir VER 1.73 7.50 0.05 0.07 ind:pre:3p; -régisseur régisseur NOM m s 1.40 4.26 1.28 3.65 -régisseurs régisseur NOM m p 1.40 4.26 0.11 0.61 -régisseuse régisseur NOM f s 1.40 4.26 0.01 0.00 -rugissez rugir VER 1.73 7.50 0.03 0.00 imp:pre:2p; -régit régir VER 3.10 8.45 0.72 0.41 ind:pre:3s;ind:pas:3s; -rugit rugir VER 1.73 7.50 0.95 3.51 ind:pre:3s;ind:pas:3s; -régla régler VER 85.81 54.19 0.25 1.42 ind:pas:3s; -réglable réglable ADJ s 0.20 0.54 0.18 0.41 -réglables réglable ADJ m p 0.20 0.54 0.02 0.14 -réglage réglage NOM m s 0.90 1.15 0.59 1.01 -réglages réglage NOM m p 0.90 1.15 0.30 0.14 -réglai régler VER 85.81 54.19 0.00 0.41 ind:pas:1s; -réglaient régler VER 85.81 54.19 0.20 0.74 ind:imp:3p; -réglais régler VER 85.81 54.19 0.19 0.00 ind:imp:1s;ind:imp:2s; -réglait régler VER 85.81 54.19 0.41 3.31 ind:imp:3s; -réglant régler VER 85.81 54.19 0.14 1.15 par:pre; -réglasse régler VER 85.81 54.19 0.00 0.07 sub:imp:1s; -réglementaire réglementaire ADJ s 0.90 6.96 0.73 4.46 -réglementairement réglementairement ADV 0.15 0.61 0.15 0.61 -réglementaires réglementaire ADJ p 0.90 6.96 0.17 2.50 -réglementait réglementer VER 0.22 0.81 0.00 0.07 ind:imp:3s; -réglementant réglementer VER 0.22 0.81 0.02 0.27 par:pre; -réglementation réglementation NOM f s 0.56 0.47 0.31 0.41 -réglementations réglementation NOM f p 0.56 0.47 0.25 0.07 -réglemente réglementer VER 0.22 0.81 0.00 0.07 ind:pre:3s; -réglementer réglementer VER 0.22 0.81 0.04 0.07 inf; -réglementé réglementer VER m s 0.22 0.81 0.05 0.07 par:pas; -réglementée réglementer VER f s 0.22 0.81 0.07 0.07 par:pas; -réglementées réglementer VER f p 0.22 0.81 0.00 0.20 par:pas; -réglementés réglementer VER m p 0.22 0.81 0.04 0.00 par:pas; -régler régler VER 85.81 54.19 42.27 22.36 ind:pre:2p;inf; -réglera régler VER 85.81 54.19 2.02 0.74 ind:fut:3s; -réglerai régler VER 85.81 54.19 0.73 0.07 ind:fut:1s; -réglerais régler VER 85.81 54.19 0.06 0.00 cnd:pre:1s;cnd:pre:2s; -réglerait régler VER 85.81 54.19 0.16 0.68 cnd:pre:3s; -régleras régler VER 85.81 54.19 0.26 0.07 ind:fut:2s; -réglerez régler VER 85.81 54.19 0.37 0.14 ind:fut:2p; -réglerions régler VER 85.81 54.19 0.01 0.00 cnd:pre:1p; -réglerons régler VER 85.81 54.19 0.56 0.27 ind:fut:1p; -régleront régler VER 85.81 54.19 0.04 0.34 ind:fut:3p; -réglette réglette NOM f s 0.01 0.20 0.01 0.20 -régleur régleur NOM m s 0.10 1.82 0.10 1.82 -réglez régler VER 85.81 54.19 3.06 0.00 imp:pre:2p;ind:pre:2p; -régliez régler VER 85.81 54.19 0.06 0.00 ind:imp:2p; -réglions régler VER 85.81 54.19 0.00 0.07 ind:imp:1p; -réglisse réglisse NOM f s 0.77 2.57 0.71 2.43 -réglisses réglisse NOM f p 0.77 2.57 0.06 0.14 -réglo réglo ADJ s 6.61 1.22 5.99 1.08 -réglons régler VER 85.81 54.19 1.19 0.41 imp:pre:1p;ind:pre:1p; -réglos réglo ADJ m p 6.61 1.22 0.62 0.14 -réglât régler VER 85.81 54.19 0.00 0.14 sub:imp:3s; -réglèrent régler VER 85.81 54.19 0.00 0.34 ind:pas:3p; -réglé régler VER m s 85.81 54.19 21.02 10.47 par:pas; -réglée régler VER f s 85.81 54.19 2.37 4.26 par:pas; -réglées régler VER f p 85.81 54.19 0.88 1.49 par:pas; -réglure réglure NOM f s 0.00 0.20 0.00 0.20 -réglés régler VER m p 85.81 54.19 0.39 0.88 par:pas; -régna régner VER 22.75 47.43 0.08 0.74 ind:pas:3s; -régnaient régner VER 22.75 47.43 0.29 2.30 ind:imp:3p; -régnais régner VER 22.75 47.43 0.02 0.47 ind:imp:1s;ind:imp:2s; -régnait régner VER 22.75 47.43 2.63 20.47 ind:imp:3s; -régnant régner VER 22.75 47.43 0.28 1.01 par:pre; -régnante régnant ADJ f s 0.17 1.15 0.05 0.41 -régnants régnant ADJ m p 0.17 1.15 0.10 0.14 -régnas régner VER 22.75 47.43 0.00 0.07 ind:pas:2s; -régner régner VER 22.75 47.43 5.52 7.64 inf; -régnera régner VER 22.75 47.43 1.33 0.61 ind:fut:3s; -régnerai régner VER 22.75 47.43 0.13 0.07 ind:fut:1s; -régneraient régner VER 22.75 47.43 0.11 0.14 cnd:pre:3p; -régnerais régner VER 22.75 47.43 0.01 0.00 cnd:pre:2s; -régnerait régner VER 22.75 47.43 0.18 0.27 cnd:pre:3s; -régneras régner VER 22.75 47.43 0.14 0.07 ind:fut:2s; -régnerez régner VER 22.75 47.43 0.03 0.00 ind:fut:2p; -régnerons régner VER 22.75 47.43 0.32 0.00 ind:fut:1p; -régneront régner VER 22.75 47.43 0.27 0.07 ind:fut:3p; -régnez régner VER 22.75 47.43 1.04 0.07 imp:pre:2p;ind:pre:2p; -régnions régner VER 22.75 47.43 0.00 0.07 ind:imp:1p; -régnons régner VER 22.75 47.43 0.20 0.00 ind:pre:1p; -régnèrent régner VER 22.75 47.43 0.02 0.00 ind:pas:3p; -régné régner VER m s 22.75 47.43 0.40 1.28 par:pas; -rugosité rugosité NOM f s 0.00 0.81 0.00 0.47 -rugosités rugosité NOM f p 0.00 0.81 0.00 0.34 -régressait régresser VER 0.85 0.88 0.00 0.07 ind:imp:3s; -régressant régresser VER 0.85 0.88 0.00 0.07 par:pre; -régresse régresser VER 0.85 0.88 0.23 0.14 ind:pre:1s;ind:pre:3s; -régresser régresser VER 0.85 0.88 0.39 0.34 inf; -régressera régresser VER 0.85 0.88 0.05 0.00 ind:fut:3s; -régressif régressif ADJ m s 0.07 0.00 0.03 0.00 -régression régression NOM f s 0.52 1.55 0.51 1.35 -régressions régression NOM f p 0.52 1.55 0.01 0.20 -régressive régressif ADJ f s 0.07 0.00 0.04 0.00 -régressé régresser VER m s 0.85 0.88 0.19 0.27 par:pas; -rugueuse rugueux ADJ f s 1.08 8.78 0.45 3.31 -rugueuses rugueux ADJ f p 1.08 8.78 0.13 0.88 -rugueux rugueux ADJ m 1.08 8.78 0.50 4.59 -régul régul ADJ m s 0.04 0.34 0.04 0.34 -régulant réguler VER 0.61 0.14 0.03 0.00 par:pre; -régularisa régulariser VER 0.38 0.88 0.00 0.07 ind:pas:3s; -régularisation régularisation NOM f s 0.11 0.14 0.01 0.14 -régularisations régularisation NOM f p 0.11 0.14 0.10 0.00 -régulariser régulariser VER 0.38 0.88 0.33 0.61 inf; -régularisera régulariser VER 0.38 0.88 0.02 0.00 ind:fut:3s; -régularisé régulariser VER m s 0.38 0.88 0.03 0.20 par:pas; -régularité régularité NOM f s 0.55 6.96 0.55 6.96 -régulateur régulateur NOM m s 1.05 0.27 0.65 0.07 -régulateurs régulateur NOM m p 1.05 0.27 0.41 0.20 -régulation régulation NOM f s 0.46 0.34 0.46 0.34 -régulatrice régulateur ADJ f s 0.14 0.27 0.01 0.00 -régulatrices régulateur ADJ f p 0.14 0.27 0.01 0.00 -régule régule NOM m s 0.28 0.20 0.28 0.20 -régulent réguler VER 0.61 0.14 0.20 0.00 ind:pre:3p; -réguler réguler VER 0.61 0.14 0.28 0.14 inf; -régulera réguler VER 0.61 0.14 0.01 0.00 ind:fut:3s; -régulier régulier ADJ m s 8.29 41.35 4.48 16.42 -réguliers régulier ADJ m p 8.29 41.35 1.48 9.59 -régulière régulier ADJ f s 8.29 41.35 1.55 9.66 -régulièrement régulièrement ADV 5.72 27.77 5.72 27.77 -régulières régulier ADJ f p 8.29 41.35 0.79 5.68 -régulé réguler VER m s 0.61 0.14 0.03 0.00 par:pas; -régulée réguler VER f s 0.61 0.14 0.04 0.00 par:pas; -régulées réguler VER f p 0.61 0.14 0.01 0.00 par:pas; -régulés réguler VER m p 0.61 0.14 0.02 0.00 par:pas; -régénère régénérer VER 1.83 1.55 0.60 0.07 ind:pre:3s; -régénèrent régénérer VER 1.83 1.55 0.06 0.00 ind:pre:3p; -régénérait régénérer VER 1.83 1.55 0.00 0.07 ind:imp:3s; -régénérant régénérer VER 1.83 1.55 0.07 0.14 par:pre; -régénérateur régénérateur NOM m s 0.19 0.07 0.17 0.07 -régénérateurs régénérateur ADJ m p 0.05 0.41 0.01 0.00 -régénération régénération NOM f s 0.67 0.14 0.67 0.14 -régénératrice régénérateur ADJ f s 0.05 0.41 0.01 0.27 -régénérer régénérer VER 1.83 1.55 0.72 0.68 inf; -régénérera régénérer VER 1.83 1.55 0.02 0.00 ind:fut:3s; -régénérerait régénérer VER 1.83 1.55 0.00 0.07 cnd:pre:3s; -régénérescence régénérescence NOM f s 0.02 0.27 0.02 0.27 -régénéré régénérer VER m s 1.83 1.55 0.17 0.27 par:pas; -régénérée régénérer VER f s 1.83 1.55 0.03 0.14 par:pas; -régénérées régénéré ADJ f p 0.15 0.41 0.01 0.00 -régénérés régénérer VER m p 1.83 1.55 0.17 0.14 par:pas; -régurgitaient régurgiter VER 0.21 0.20 0.00 0.07 ind:imp:3p; -régurgitant régurgiter VER 0.21 0.20 0.01 0.07 par:pre; -régurgitation régurgitation NOM f s 0.09 0.07 0.04 0.07 -régurgitations régurgitation NOM f p 0.09 0.07 0.05 0.00 -régurgite régurgiter VER 0.21 0.20 0.07 0.00 ind:pre:3s; -régurgiter régurgiter VER 0.21 0.20 0.09 0.07 inf; -régurgiteras régurgiter VER 0.21 0.20 0.01 0.00 ind:fut:2s; -régurgité régurgiter VER m s 0.21 0.20 0.02 0.00 par:pas; -réhabilitaient réhabiliter VER 1.14 2.23 0.00 0.07 ind:imp:3p; -réhabilitait réhabiliter VER 1.14 2.23 0.00 0.14 ind:imp:3s; -réhabilitant réhabiliter VER 1.14 2.23 0.14 0.00 par:pre; -réhabilitation réhabilitation NOM f s 1.55 0.68 1.55 0.68 -réhabilite réhabiliter VER 1.14 2.23 0.04 0.14 imp:pre:2s;ind:pre:1s;ind:pre:3s; -réhabilitent réhabiliter VER 1.14 2.23 0.02 0.07 ind:pre:3p; -réhabiliter réhabiliter VER 1.14 2.23 0.28 1.01 inf; -réhabilitera réhabiliter VER 1.14 2.23 0.01 0.00 ind:fut:3s; -réhabiliterait réhabiliter VER 1.14 2.23 0.02 0.07 cnd:pre:3s; -réhabilité réhabiliter VER m s 1.14 2.23 0.46 0.47 par:pas; -réhabilitée réhabiliter VER f s 1.14 2.23 0.03 0.14 par:pas; -réhabilitées réhabiliter VER f p 1.14 2.23 0.01 0.00 par:pas; -réhabilités réhabiliter VER m p 1.14 2.23 0.12 0.14 par:pas; -réhabituais réhabituer VER 0.20 0.81 0.00 0.14 ind:imp:1s; -réhabituait réhabituer VER 0.20 0.81 0.00 0.07 ind:imp:3s; -réhabitue réhabituer VER 0.20 0.81 0.14 0.20 ind:pre:1s;ind:pre:3s; -réhabituer réhabituer VER 0.20 0.81 0.07 0.41 inf; -réhydratation réhydratation NOM f s 0.03 0.00 0.03 0.00 -réhydrater réhydrater VER 0.09 0.07 0.08 0.07 inf; -réhydraté réhydrater VER m s 0.09 0.07 0.01 0.00 par:pas; -réifiés réifier VER m p 0.00 0.07 0.00 0.07 par:pas; -réimplantation réimplantation NOM f s 0.09 0.00 0.09 0.00 -réimplanter réimplanter VER 0.11 0.00 0.06 0.00 inf; -réimplanté réimplanter VER m s 0.11 0.00 0.02 0.00 par:pas; -réimplantée réimplanter VER f s 0.11 0.00 0.02 0.00 par:pas; -réimpression réimpression NOM f s 0.02 0.14 0.02 0.14 -réimprima réimprimer VER 0.04 0.27 0.00 0.07 ind:pas:3s; -réimprimer réimprimer VER 0.04 0.27 0.04 0.14 inf; -réimprimé réimprimer VER m s 0.04 0.27 0.00 0.07 par:pas; -ruina ruiner VER 20.39 12.09 0.03 0.20 ind:pas:3s; -ruinaient ruiner VER 20.39 12.09 0.01 0.47 ind:imp:3p; -ruinais ruiner VER 20.39 12.09 0.02 0.00 ind:imp:1s;ind:imp:2s; -ruinait ruiner VER 20.39 12.09 0.37 0.47 ind:imp:3s; -ruinant ruiner VER 20.39 12.09 0.11 0.27 par:pre; -réincarcérer réincarcérer VER 0.01 0.00 0.01 0.00 inf; -réincarnait réincarner VER 1.25 0.88 0.00 0.07 ind:imp:3s; -réincarnation réincarnation NOM f s 1.75 1.55 1.68 1.49 -réincarnations réincarnation NOM f p 1.75 1.55 0.07 0.07 -réincarne réincarner VER 1.25 0.88 0.12 0.07 ind:pre:1s;ind:pre:3s; -réincarnent réincarner VER 1.25 0.88 0.10 0.07 ind:pre:3p; -réincarner réincarner VER 1.25 0.88 0.30 0.07 inf; -réincarnera réincarner VER 1.25 0.88 0.01 0.00 ind:fut:3s; -réincarnerait réincarner VER 1.25 0.88 0.00 0.07 cnd:pre:3s; -réincarneront réincarner VER 1.25 0.88 0.01 0.00 ind:fut:3p; -réincarnons réincarner VER 1.25 0.88 0.01 0.00 ind:pre:1p; -réincarnèrent réincarner VER 1.25 0.88 0.01 0.00 ind:pas:3p; -réincarné réincarner VER m s 1.25 0.88 0.47 0.27 par:pas; -réincarnée réincarner VER f s 1.25 0.88 0.15 0.14 par:pas; -réincarnés réincarner VER m p 1.25 0.88 0.06 0.14 par:pas; -réincorpora réincorporer VER 0.04 0.07 0.00 0.07 ind:pas:3s; -réincorporé réincorporer VER m s 0.04 0.07 0.02 0.00 par:pas; -réincorporés réincorporer VER m p 0.04 0.07 0.02 0.00 par:pas; -ruine ruine NOM f s 17.93 39.39 9.23 15.47 -ruinent ruiner VER 20.39 12.09 0.67 0.47 ind:pre:3p; -ruiner ruiner VER 20.39 12.09 7.21 2.91 inf; -ruinera ruiner VER 20.39 12.09 0.54 0.20 ind:fut:3s; -ruinerai ruiner VER 20.39 12.09 0.26 0.00 ind:fut:1s; -ruinerais ruiner VER 20.39 12.09 0.27 0.07 cnd:pre:1s;cnd:pre:2s; -ruinerait ruiner VER 20.39 12.09 0.40 0.00 cnd:pre:3s; -ruineras ruiner VER 20.39 12.09 0.03 0.14 ind:fut:2s; -ruinerez ruiner VER 20.39 12.09 0.03 0.00 ind:fut:2p; -ruinerons ruiner VER 20.39 12.09 0.02 0.00 ind:fut:1p; -ruineront ruiner VER 20.39 12.09 0.01 0.07 ind:fut:3p; -ruines ruine NOM f p 17.93 39.39 8.70 23.92 -ruineuse ruineux ADJ f s 0.30 1.82 0.06 0.61 -ruineuses ruineux ADJ f p 0.30 1.82 0.02 0.41 -ruineux ruineux ADJ m 0.30 1.82 0.22 0.81 -ruinez ruiner VER 20.39 12.09 0.35 0.07 imp:pre:2p;ind:pre:2p; -réinfecter réinfecter VER 0.05 0.00 0.01 0.00 inf; -réinfecté réinfecter VER m s 0.05 0.00 0.04 0.00 par:pas; -ruiniez ruiner VER 20.39 12.09 0.02 0.00 ind:imp:2p; -réinitialisation réinitialisation NOM f s 0.13 0.00 0.13 0.00 -réinitialiser réinitialiser VER 0.23 0.00 0.17 0.00 inf; -réinitialisez réinitialiser VER 0.23 0.00 0.03 0.00 imp:pre:2p; -réinitialisé réinitialiser VER m s 0.23 0.00 0.03 0.00 par:pas; -réinjecter réinjecter VER 0.02 0.00 0.02 0.00 inf; -réinjection réinjection NOM f s 0.00 0.14 0.00 0.14 -ruinât ruiner VER 20.39 12.09 0.00 0.14 sub:imp:3s; -réinscrire réinscrire VER 0.08 0.00 0.04 0.00 inf; -réinscrit réinscrire VER m s 0.08 0.00 0.04 0.00 par:pas; -réinsertion réinsertion NOM f s 1.51 0.88 1.51 0.88 -réinstalla réinstaller VER 0.28 1.89 0.01 0.07 ind:pas:3s; -réinstallaient réinstaller VER 0.28 1.89 0.00 0.07 ind:imp:3p; -réinstallait réinstaller VER 0.28 1.89 0.00 0.27 ind:imp:3s; -réinstallant réinstaller VER 0.28 1.89 0.00 0.14 par:pre; -réinstallation réinstallation NOM f s 0.03 0.14 0.03 0.14 -réinstalle réinstaller VER 0.28 1.89 0.04 0.14 ind:pre:1s;ind:pre:3s; -réinstallent réinstaller VER 0.28 1.89 0.01 0.07 ind:pre:3p; -réinstaller réinstaller VER 0.28 1.89 0.13 0.54 inf; -réinstallez réinstaller VER 0.28 1.89 0.01 0.00 imp:pre:2p; -réinstallons réinstaller VER 0.28 1.89 0.00 0.07 ind:pre:1p; -réinstallé réinstaller VER m s 0.28 1.89 0.04 0.27 par:pas; -réinstallée réinstaller VER f s 0.28 1.89 0.02 0.14 par:pas; -réinstallées réinstaller VER f p 0.28 1.89 0.00 0.07 par:pas; -réinstallés réinstaller VER m p 0.28 1.89 0.01 0.07 par:pas; -réinstaurer réinstaurer VER 0.02 0.00 0.02 0.00 inf; -réinsérer réinsérer VER 0.41 0.47 0.23 0.41 inf; -réinséré réinsérer VER m s 0.41 0.47 0.17 0.07 par:pas; -réinterprète réinterpréter VER 0.03 0.14 0.00 0.07 ind:pre:3s; -réinterprétation réinterprétation NOM f s 0.10 0.07 0.10 0.07 -réinterpréter réinterpréter VER 0.03 0.14 0.03 0.07 inf; -réinterroge réinterroger VER 0.22 0.00 0.05 0.00 ind:pre:3s; -réinterroger réinterroger VER 0.22 0.00 0.17 0.00 inf; -réintroduire réintroduire VER 0.23 0.27 0.18 0.07 inf; -réintroduisait réintroduire VER 0.23 0.27 0.00 0.07 ind:imp:3s; -réintroduisit réintroduire VER 0.23 0.27 0.00 0.07 ind:pas:3s; -réintroduit réintroduire VER m s 0.23 0.27 0.05 0.00 ind:pre:3s;par:pas; -réintroduite réintroduire VER f s 0.23 0.27 0.00 0.07 par:pas; -réintègre réintégrer VER 2.94 5.20 0.32 0.14 imp:pre:2s;ind:pre:1s;ind:pre:3s; -réintègrent réintégrer VER 2.94 5.20 0.00 0.14 ind:pre:3p; -réintégra réintégrer VER 2.94 5.20 0.00 0.41 ind:pas:3s; -réintégrai réintégrer VER 2.94 5.20 0.00 0.14 ind:pas:1s; -réintégraient réintégrer VER 2.94 5.20 0.00 0.20 ind:imp:3p; -réintégrais réintégrer VER 2.94 5.20 0.00 0.07 ind:imp:1s; -réintégrait réintégrer VER 2.94 5.20 0.01 0.34 ind:imp:3s; -réintégrant réintégrer VER 2.94 5.20 0.01 0.20 par:pre; -réintégration réintégration NOM f s 0.26 0.34 0.26 0.27 -réintégrations réintégration NOM f p 0.26 0.34 0.00 0.07 -réintégrer réintégrer VER 2.94 5.20 1.38 2.16 inf; -réintégrerait réintégrer VER 2.94 5.20 0.00 0.07 cnd:pre:3s; -réintégrez réintégrer VER 2.94 5.20 0.22 0.00 imp:pre:2p;ind:pre:2p; -réintégrions réintégrer VER 2.94 5.20 0.00 0.07 ind:imp:1p; -réintégrons réintégrer VER 2.94 5.20 0.02 0.00 imp:pre:1p;ind:pre:1p; -réintégrèrent réintégrer VER 2.94 5.20 0.00 0.20 ind:pas:3p; -réintégré réintégrer VER m s 2.94 5.20 0.53 1.01 par:pas; -réintégrée réintégrer VER f s 2.94 5.20 0.21 0.00 par:pas; -réintégrés réintégrer VER m p 2.94 5.20 0.24 0.07 par:pas; -ruiné ruiner VER m s 20.39 12.09 5.81 3.92 par:pas; -ruinée ruiner VER f s 20.39 12.09 1.09 0.68 par:pas; -ruinées ruiner VER f p 20.39 12.09 0.15 0.14 par:pas; -ruinés ruiner VER m p 20.39 12.09 1.02 1.01 par:pas; -réinventa réinventer VER 0.73 2.43 0.01 0.07 ind:pas:3s; -réinventaient réinventer VER 0.73 2.43 0.01 0.14 ind:imp:3p; -réinventait réinventer VER 0.73 2.43 0.00 0.20 ind:imp:3s; -réinventant réinventer VER 0.73 2.43 0.00 0.14 par:pre; -réinvente réinventer VER 0.73 2.43 0.19 0.41 imp:pre:2s;ind:pre:3s; -réinventent réinventer VER 0.73 2.43 0.00 0.07 ind:pre:3p; -réinventer réinventer VER 0.73 2.43 0.41 1.01 inf; -réinventeraient réinventer VER 0.73 2.43 0.00 0.14 cnd:pre:3p; -réinvention réinvention NOM f s 0.01 0.07 0.01 0.07 -réinventé réinventer VER m s 0.73 2.43 0.11 0.20 par:pas; -réinventées réinventer VER f p 0.73 2.43 0.00 0.07 par:pas; -réinvesti réinvestir VER m s 0.33 0.81 0.04 0.34 par:pas; -réinvestir réinvestir VER 0.33 0.81 0.10 0.14 inf; -réinvestirent réinvestir VER 0.33 0.81 0.00 0.07 ind:pas:3p; -réinvestis réinvestir VER 0.33 0.81 0.16 0.00 imp:pre:2s;ind:pre:1s; -réinvestissait réinvestir VER 0.33 0.81 0.00 0.14 ind:imp:3s; -réinvestissement réinvestissement NOM m s 0.01 0.00 0.01 0.00 -réinvestissent réinvestir VER 0.33 0.81 0.00 0.14 ind:pre:3p; -réinvestit réinvestir VER 0.33 0.81 0.03 0.00 ind:pre:3s; -réinvita réinviter VER 0.05 0.07 0.00 0.07 ind:pas:3s; -réinvite réinviter VER 0.05 0.07 0.02 0.00 ind:pre:1s; -réinviter réinviter VER 0.05 0.07 0.01 0.00 inf; -réinviterai réinviter VER 0.05 0.07 0.02 0.00 ind:fut:1s; -ruisseau ruisseau NOM m s 7.50 24.59 6.10 18.72 -ruisseaux ruisseau NOM m p 7.50 24.59 1.40 5.88 -ruissela ruisseler VER 0.81 19.12 0.00 0.27 ind:pas:3s; -ruisselaient ruisseler VER 0.81 19.12 0.00 1.96 ind:imp:3p; -ruisselait ruisseler VER 0.81 19.12 0.02 4.80 ind:imp:3s; -ruisselant ruisseler VER 0.81 19.12 0.16 4.05 par:pre; -ruisselante ruisselant ADJ f s 0.33 6.82 0.03 3.11 -ruisselantes ruisselant ADJ f p 0.33 6.82 0.02 0.68 -ruisselants ruisselant ADJ m p 0.33 6.82 0.14 1.69 -ruisseler ruisseler VER 0.81 19.12 0.03 2.30 inf; -ruisselet ruisselet NOM m s 0.01 1.01 0.01 0.54 -ruisselets ruisselet NOM m p 0.01 1.01 0.00 0.47 -ruisselle ruisseler VER 0.81 19.12 0.50 3.78 imp:pre:2s;ind:pre:1s;ind:pre:3s; -ruissellement ruissellement NOM m s 0.01 4.53 0.01 4.12 -ruissellements ruissellement NOM m p 0.01 4.53 0.00 0.41 -ruissellent ruisseler VER 0.81 19.12 0.10 1.22 ind:pre:3p; -ruissellerait ruisseler VER 0.81 19.12 0.00 0.07 cnd:pre:3s; -ruisselât ruisseler VER 0.81 19.12 0.00 0.07 sub:imp:3s; -ruisselèrent ruisseler VER 0.81 19.12 0.00 0.14 ind:pas:3p; -ruisselé ruisseler VER m s 0.81 19.12 0.00 0.47 par:pas; -ruisson ruisson NOM m s 0.00 0.07 0.00 0.07 -réitère réitérer VER 1.13 2.77 0.34 0.41 ind:pre:1s;ind:pre:3s; -réitéra réitérer VER 1.13 2.77 0.00 0.54 ind:pas:3s; -réitérait réitérer VER 1.13 2.77 0.00 0.07 ind:imp:3s; -réitérant réitérer VER 1.13 2.77 0.00 0.07 par:pre; -réitération réitération NOM f s 0.00 0.14 0.00 0.07 -réitérations réitération NOM f p 0.00 0.14 0.00 0.07 -réitérer réitérer VER 1.13 2.77 0.35 0.41 inf; -réitérera réitérer VER 1.13 2.77 0.01 0.00 ind:fut:3s; -réitérèrent réitérer VER 1.13 2.77 0.00 0.07 ind:pas:3p; -réitéré réitérer VER m s 1.13 2.77 0.15 0.27 par:pas; -réitérée réitérer VER f s 1.13 2.77 0.14 0.27 par:pas; -réitérées réitérer VER f p 1.13 2.77 0.01 0.47 par:pas; -réitérés réitérer VER m p 1.13 2.77 0.14 0.20 par:pas; -réjouît réjouir VER 21.02 25.61 0.00 0.07 sub:imp:3s; -réjoui réjouir VER m s 21.02 25.61 0.50 1.89 par:pas; -réjouie réjouir VER f s 21.02 25.61 0.33 1.08 par:pas; -réjouies réjoui ADJ f p 0.45 2.43 0.02 0.20 -réjouir réjouir VER 21.02 25.61 3.96 6.15 inf; -réjouira réjouir VER 21.02 25.61 0.38 0.07 ind:fut:3s; -réjouirai réjouir VER 21.02 25.61 0.05 0.00 ind:fut:1s; -réjouirais réjouir VER 21.02 25.61 0.02 0.14 cnd:pre:1s;cnd:pre:2s; -réjouirait réjouir VER 21.02 25.61 0.10 0.34 cnd:pre:3s; -réjouirent réjouir VER 21.02 25.61 0.01 0.14 ind:pas:3p; -réjouirez réjouir VER 21.02 25.61 0.00 0.07 ind:fut:2p; -réjouirons réjouir VER 21.02 25.61 0.04 0.00 ind:fut:1p; -réjouiront réjouir VER 21.02 25.61 0.64 0.14 ind:fut:3p; -réjouis réjouir VER m p 21.02 25.61 8.42 2.36 imp:pre:2s;ind:pre:1s;ind:pre:2s;par:pas; -réjouissaient réjouir VER 21.02 25.61 0.01 0.61 ind:imp:3p; -réjouissais réjouir VER 21.02 25.61 0.33 1.28 ind:imp:1s;ind:imp:2s; -réjouissait réjouir VER 21.02 25.61 0.44 4.73 ind:imp:3s; -réjouissance réjouissance NOM f s 0.72 2.91 0.22 1.22 -réjouissances réjouissance NOM f p 0.72 2.91 0.50 1.69 -réjouissant réjouissant ADJ m s 1.06 1.76 0.95 0.81 -réjouissante réjouissant ADJ f s 1.06 1.76 0.11 0.54 -réjouissantes réjouissant ADJ f p 1.06 1.76 0.00 0.27 -réjouissants réjouissant ADJ m p 1.06 1.76 0.00 0.14 -réjouisse réjouir VER 21.02 25.61 0.37 0.41 sub:pre:1s;sub:pre:3s; -réjouissent réjouir VER 21.02 25.61 0.74 0.61 ind:pre:3p; -réjouissez réjouir VER 21.02 25.61 1.15 0.27 imp:pre:2p;ind:pre:2p; -réjouissiez réjouir VER 21.02 25.61 0.01 0.00 ind:imp:2p; -réjouissions réjouir VER 21.02 25.61 0.01 0.07 ind:imp:1p; -réjouissons réjouir VER 21.02 25.61 0.65 0.27 imp:pre:1p;ind:pre:1p; -réjouit réjouir VER 21.02 25.61 2.75 4.32 ind:pre:3s;ind:pas:3s; -rémanence rémanence NOM f s 0.01 0.20 0.01 0.20 -rémanent rémanent ADJ m s 0.02 0.14 0.02 0.00 -rémanente rémanent ADJ f s 0.02 0.14 0.00 0.14 -rumba rumba NOM f s 0.68 0.68 0.68 0.61 -rumbas rumba NOM f p 0.68 0.68 0.00 0.07 -rumeur rumeur NOM f s 22.11 37.97 10.15 27.03 -rumeurs rumeur NOM f p 22.11 37.97 11.96 10.95 -rémiges rémige NOM f p 0.00 0.68 0.00 0.68 -rumina ruminer VER 1.65 8.85 0.01 0.34 ind:pas:3s; -ruminaient ruminer VER 1.65 8.85 0.00 0.27 ind:imp:3p; -ruminais ruminer VER 1.65 8.85 0.20 0.20 ind:imp:1s; -ruminait ruminer VER 1.65 8.85 0.16 1.62 ind:imp:3s; -ruminant ruminant NOM m s 0.11 1.08 0.01 0.47 -ruminante ruminant ADJ f s 0.03 0.27 0.01 0.07 -ruminants ruminant NOM m p 0.11 1.08 0.10 0.61 -rumination rumination NOM f s 0.14 2.16 0.00 1.35 -ruminations rumination NOM f p 0.14 2.16 0.14 0.81 -rumine ruminer VER 1.65 8.85 0.36 1.22 imp:pre:2s;ind:pre:1s;ind:pre:3s; -ruminement ruminement NOM m s 0.00 0.27 0.00 0.20 -ruminements ruminement NOM m p 0.00 0.27 0.00 0.07 -ruminent ruminer VER 1.65 8.85 0.03 0.41 ind:pre:3p; -ruminer ruminer VER 1.65 8.85 0.82 2.77 inf; -ruminerez ruminer VER 1.65 8.85 0.00 0.07 ind:fut:2p; -rumineront ruminer VER 1.65 8.85 0.01 0.00 ind:fut:3p; -réminiscence réminiscence NOM f s 0.12 3.92 0.04 1.49 -réminiscences réminiscence NOM f p 0.12 3.92 0.07 2.43 -ruminé ruminer VER m s 1.65 8.85 0.04 0.61 par:pas; -ruminée ruminer VER f s 1.65 8.85 0.00 0.14 par:pas; -ruminées ruminer VER f p 1.65 8.85 0.00 0.07 par:pas; -ruminés ruminer VER m p 1.65 8.85 0.01 0.14 par:pas; -rémission rémission NOM f s 1.71 2.77 1.69 2.36 -rémissions rémission NOM f p 1.71 2.77 0.02 0.41 -rémiz rémiz NOM f 0.00 0.07 0.00 0.07 -rémora rémora NOM m s 0.02 0.00 0.02 0.00 -rémoulade rémoulade NOM f s 0.02 0.20 0.02 0.20 -rémouleur rémouleur NOM m s 0.02 0.95 0.02 0.68 -rémouleurs rémouleur NOM m p 0.02 0.95 0.00 0.27 -rumsteck rumsteck NOM m s 0.03 0.07 0.03 0.07 -rémunère rémunérer VER 1.20 0.54 0.12 0.00 ind:pre:1s;ind:pre:3s; -rémunéraient rémunérer VER 1.20 0.54 0.00 0.07 ind:imp:3p; -rémunérateur rémunérateur ADJ m s 0.18 0.34 0.07 0.27 -rémunérateurs rémunérateur ADJ m p 0.18 0.34 0.01 0.07 -rémunération rémunération NOM f s 0.22 0.81 0.22 0.61 -rémunérations rémunération NOM f p 0.22 0.81 0.00 0.20 -rémunératoires rémunératoire ADJ p 0.00 0.07 0.00 0.07 -rémunératrice rémunérateur ADJ f s 0.18 0.34 0.10 0.00 -rémunérer rémunérer VER 1.20 0.54 0.04 0.00 inf; -rémunéré rémunérer VER m s 1.20 0.54 0.68 0.27 par:pas; -rémunérées rémunérer VER f p 1.20 0.54 0.01 0.07 par:pas; -rémunérés rémunérer VER m p 1.20 0.54 0.36 0.14 par:pas; -run rune NOM m s 4.75 0.14 2.36 0.00 -rénal rénal ADJ m s 1.57 0.47 0.32 0.14 -rénale rénal ADJ f s 1.57 0.47 0.82 0.27 -rénales rénal ADJ f p 1.57 0.47 0.12 0.07 -rénaux rénal ADJ m p 1.57 0.47 0.32 0.00 -rêne rêne NOM f s 2.23 5.74 0.02 0.14 -rune rune NOM f s 4.75 0.14 1.08 0.00 -rênes rêne NOM f p 2.23 5.74 2.21 5.61 -runes rune NOM f p 4.75 0.14 1.32 0.14 -rénettes rénette NOM f p 0.00 0.07 0.00 0.07 -rénine rénine NOM f s 0.01 0.00 0.01 0.00 -runique runique ADJ f s 0.20 0.00 0.16 0.00 -runiques runique ADJ m p 0.20 0.00 0.04 0.00 -running running NOM m s 0.66 0.00 0.66 0.00 -rénovait rénover VER 2.33 2.50 0.01 0.07 ind:imp:3s; -rénovant rénover VER 2.33 2.50 0.10 0.07 par:pre; -rénovateur rénovateur NOM m s 0.01 0.20 0.01 0.07 -rénovateurs rénovateur ADJ m p 0.02 0.07 0.01 0.07 -rénovation rénovation NOM f s 1.11 3.65 0.51 3.58 -rénovations rénovation NOM f p 1.11 3.65 0.60 0.07 -rénovatrice rénovateur ADJ f s 0.02 0.07 0.01 0.00 -rénove rénover VER 2.33 2.50 0.24 0.27 ind:pre:1s;ind:pre:3s; -rénover rénover VER 2.33 2.50 1.12 1.08 inf; -rénové rénover VER m s 2.33 2.50 0.53 0.54 par:pas; -rénovée rénover VER f s 2.33 2.50 0.31 0.20 par:pas; -rénovées rénover VER f p 2.33 2.50 0.02 0.14 par:pas; -rénovés rénover VER m p 2.33 2.50 0.00 0.14 par:pas; -réoccupait réoccuper VER 0.01 0.41 0.00 0.07 ind:imp:3s; -réoccuper réoccuper VER 0.01 0.41 0.01 0.27 inf; -réoccupons réoccuper VER 0.01 0.41 0.00 0.07 ind:pre:1p; -ruâmes ruer VER 3.27 20.81 0.00 0.07 ind:pas:1p; -ruons ruer VER 3.27 20.81 0.01 0.07 imp:pre:1p;ind:pre:1p; -réopère réopérer VER 0.20 0.20 0.04 0.00 ind:pre:3s; -réopérer réopérer VER 0.20 0.20 0.16 0.20 inf; -réordonnant réordonner VER 0.00 0.20 0.00 0.07 par:pre; -réordonner réordonner VER 0.00 0.20 0.00 0.14 inf; -réorganisa réorganiser VER 1.29 1.42 0.01 0.07 ind:pas:3s; -réorganisait réorganiser VER 1.29 1.42 0.01 0.14 ind:imp:3s; -réorganisant réorganiser VER 1.29 1.42 0.01 0.00 par:pre; -réorganisation réorganisation NOM f s 0.36 1.42 0.36 1.35 -réorganisations réorganisation NOM f p 0.36 1.42 0.00 0.07 -réorganise réorganiser VER 1.29 1.42 0.42 0.20 ind:pre:1s;ind:pre:3s; -réorganiser réorganiser VER 1.29 1.42 0.70 0.68 inf; -réorganisez réorganiser VER 1.29 1.42 0.02 0.00 imp:pre:2p;ind:pre:2p; -réorganisé réorganiser VER m s 1.29 1.42 0.12 0.20 par:pas; -réorganisées réorganiser VER f p 1.29 1.42 0.00 0.07 par:pas; -réorganisés réorganiser VER m p 1.29 1.42 0.00 0.07 par:pas; -réorientation réorientation NOM f s 0.08 0.00 0.08 0.00 -réorienter réorienter VER 0.09 0.00 0.07 0.00 inf; -réorienté réorienter VER m s 0.09 0.00 0.01 0.00 par:pas; -ruât ruer VER 3.27 20.81 0.00 0.14 sub:imp:3s; -réouverture réouverture NOM f s 0.48 0.61 0.48 0.54 -réouvertures réouverture NOM f p 0.48 0.61 0.00 0.07 -répand répandre VER 20.39 44.32 4.14 4.73 ind:pre:3s; -répandît répandre VER 20.39 44.32 0.14 0.14 sub:imp:3s; -répandaient répandre VER 20.39 44.32 0.15 3.38 ind:imp:3p; -répandais répandre VER 20.39 44.32 0.01 0.07 ind:imp:1s; -répandait répandre VER 20.39 44.32 0.13 8.04 ind:imp:3s; -répandant répandre VER 20.39 44.32 0.41 2.23 par:pre; -répande répandre VER 20.39 44.32 0.59 0.20 sub:pre:1s;sub:pre:3s; -répandent répandre VER 20.39 44.32 1.75 1.42 ind:pre:3p; -répandeur répandeur NOM m s 0.00 0.07 0.00 0.07 -répandez répandre VER 20.39 44.32 0.23 0.20 imp:pre:2p;ind:pre:2p; -répandirent répandre VER 20.39 44.32 0.15 0.68 ind:pas:3p; -répandit répandre VER 20.39 44.32 0.54 4.32 ind:pas:3s; -répandons répandre VER 20.39 44.32 0.06 0.00 imp:pre:1p;ind:pre:1p; -répandra répandre VER 20.39 44.32 0.35 0.00 ind:fut:3s; -répandrai répandre VER 20.39 44.32 0.19 0.14 ind:fut:1s; -répandraient répandre VER 20.39 44.32 0.01 0.20 cnd:pre:3p; -répandrait répandre VER 20.39 44.32 0.04 0.20 cnd:pre:3s; -répandras répandre VER 20.39 44.32 0.14 0.00 ind:fut:2s; -répandre répandre VER 20.39 44.32 5.53 6.82 inf; -répandrez répandre VER 20.39 44.32 0.04 0.00 ind:fut:2p; -répandrons répandre VER 20.39 44.32 0.15 0.00 ind:fut:1p; -répandront répandre VER 20.39 44.32 0.07 0.07 ind:fut:3p; -répands répandre VER 20.39 44.32 1.24 0.34 imp:pre:2s;ind:pre:1s;ind:pre:2s; -répandu répandre VER m s 20.39 44.32 2.67 4.53 par:pas; -répandue répandre VER f s 20.39 44.32 1.38 3.38 par:pas; -répandues répandre VER f p 20.39 44.32 0.16 1.49 par:pas; -répandus répandre VER m p 20.39 44.32 0.14 1.76 par:pas; -répara réparer VER 67.70 25.14 0.01 0.41 ind:pas:3s; -réparable réparable ADJ s 0.85 0.41 0.80 0.07 -réparables réparable ADJ f p 0.85 0.41 0.05 0.34 -réparaient réparer VER 67.70 25.14 0.08 0.41 ind:imp:3p; -réparais réparer VER 67.70 25.14 0.52 0.27 ind:imp:1s;ind:imp:2s; -réparait réparer VER 67.70 25.14 0.41 1.49 ind:imp:3s; -réparant réparer VER 67.70 25.14 0.14 0.54 par:pre; -réparateur réparateur NOM m s 1.04 0.54 0.95 0.34 -réparateurs réparateur NOM m p 1.04 0.54 0.06 0.20 -réparation réparation NOM f s 8.35 7.97 5.07 4.80 -réparations réparation NOM f p 8.35 7.97 3.28 3.18 -réparatrice réparateur ADJ f s 0.76 1.69 0.09 0.20 -réparatrices réparateur ADJ f p 0.76 1.69 0.02 0.00 -répare réparer VER 67.70 25.14 7.29 1.55 imp:pre:2s;ind:pre:1s;ind:pre:3s; -réparent réparer VER 67.70 25.14 2.34 0.68 ind:pre:3p;sub:pre:3p; -réparer réparer VER 67.70 25.14 39.13 13.92 inf; -réparera réparer VER 67.70 25.14 0.64 0.07 ind:fut:3s; -réparerai réparer VER 67.70 25.14 1.26 0.14 ind:fut:1s; -répareraient réparer VER 67.70 25.14 0.00 0.07 cnd:pre:3p; -réparerait réparer VER 67.70 25.14 0.07 0.07 cnd:pre:3s; -répareras réparer VER 67.70 25.14 0.16 0.00 ind:fut:2s; -réparerez réparer VER 67.70 25.14 0.01 0.00 ind:fut:2p; -réparerons réparer VER 67.70 25.14 0.04 0.07 ind:fut:1p; -répareront réparer VER 67.70 25.14 0.02 0.00 ind:fut:3p; -réparez réparer VER 67.70 25.14 2.71 0.00 imp:pre:2p;ind:pre:2p; -répariez réparer VER 67.70 25.14 0.17 0.00 ind:imp:2p; -réparions réparer VER 67.70 25.14 0.00 0.07 ind:imp:1p; -réparons réparer VER 67.70 25.14 0.21 0.07 imp:pre:1p;ind:pre:1p; -répartîmes répartir VER 2.87 9.93 0.00 0.07 ind:pas:1p; -réparèrent réparer VER 67.70 25.14 0.00 0.07 ind:pas:3p; -réparti répartir VER m s 2.87 9.93 0.39 0.88 par:pas; -répartie répartie NOM f s 0.88 0.14 0.79 0.07 -réparties répartie NOM f p 0.88 0.14 0.09 0.07 -répartir répartir VER 2.87 9.93 1.23 1.82 inf; -répartirent répartir VER 2.87 9.93 0.01 0.07 ind:pas:3p; -répartiront répartir VER 2.87 9.93 0.02 0.00 ind:fut:3p; -répartis répartir VER m p 2.87 9.93 0.59 2.30 imp:pre:2s;ind:pre:1s;ind:pre:2s;par:pas; -répartissaient répartir VER 2.87 9.93 0.00 0.54 ind:imp:3p; -répartissait répartir VER 2.87 9.93 0.01 0.41 ind:imp:3s; -répartissant répartir VER 2.87 9.93 0.04 0.27 par:pre; -répartissent répartir VER 2.87 9.93 0.01 0.41 ind:pre:3p; -répartissez répartir VER 2.87 9.93 0.10 0.00 imp:pre:2p; -répartissons répartir VER 2.87 9.93 0.01 0.00 imp:pre:1p; -répartit répartir VER 2.87 9.93 0.22 0.95 ind:pre:3s;ind:pas:3s; -répartiteur répartiteur NOM m s 0.07 0.00 0.07 0.00 -répartition répartition NOM f s 1.65 3.11 1.62 2.97 -répartitions répartition NOM f p 1.65 3.11 0.03 0.14 -réparé réparer VER m s 67.70 25.14 9.35 2.97 par:pas; -réparée réparer VER f s 67.70 25.14 2.38 1.08 par:pas; -réparées réparer VER f p 67.70 25.14 0.42 0.88 par:pas; -réparés réparer VER m p 67.70 25.14 0.34 0.34 par:pas; -répercussion répercussion NOM f s 1.05 1.69 0.11 0.68 -répercussions répercussion NOM f p 1.05 1.69 0.94 1.01 -répercuta répercuter VER 0.35 7.91 0.00 0.34 ind:pas:3s; -répercutaient répercuter VER 0.35 7.91 0.00 0.74 ind:imp:3p; -répercutait répercuter VER 0.35 7.91 0.01 1.08 ind:imp:3s; -répercutant répercuter VER 0.35 7.91 0.00 0.74 par:pre; -répercute répercuter VER 0.35 7.91 0.25 1.22 ind:pre:3s; -répercutent répercuter VER 0.35 7.91 0.03 0.47 ind:pre:3p; -répercuter répercuter VER 0.35 7.91 0.04 0.74 inf; -répercuterait répercuter VER 0.35 7.91 0.00 0.14 cnd:pre:3s; -répercuteront répercuter VER 0.35 7.91 0.01 0.00 ind:fut:3p; -répercutons répercuter VER 0.35 7.91 0.00 0.07 ind:pre:1p; -répercutèrent répercuter VER 0.35 7.91 0.00 0.07 ind:pas:3p; -répercuté répercuter VER m s 0.35 7.91 0.00 1.42 par:pas; -répercutée répercuter VER f s 0.35 7.91 0.00 0.41 par:pas; -répercutées répercuter VER f p 0.35 7.91 0.00 0.20 par:pas; -répercutés répercuter VER m p 0.35 7.91 0.00 0.27 par:pas; -répertoire répertoire NOM m s 2.17 5.68 2.04 5.34 -répertoires répertoire NOM m p 2.17 5.68 0.14 0.34 -répertoriant répertorier VER 1.73 2.43 0.03 0.00 par:pre; -répertorier répertorier VER 1.73 2.43 0.14 0.34 inf; -répertorié répertorier VER m s 1.73 2.43 0.50 0.41 par:pas; -répertoriée répertorier VER f s 1.73 2.43 0.21 0.41 par:pas; -répertoriées répertorier VER f p 1.73 2.43 0.52 0.41 par:pas; -répertoriés répertorier VER m p 1.73 2.43 0.34 0.88 par:pas; -rupestre rupestre ADJ s 0.20 0.47 0.14 0.20 -rupestres rupestre ADJ p 0.20 0.47 0.06 0.27 -rupin rupin ADJ m s 0.34 1.28 0.32 0.54 -rupinasse rupiner VER 0.00 0.14 0.00 0.07 sub:imp:1s; -rupine rupin ADJ f s 0.34 1.28 0.00 0.27 -rupines rupin NOM f p 0.68 1.69 0.00 0.07 -rupiniez rupiner VER 0.00 0.14 0.00 0.07 ind:imp:2p; -rupins rupin NOM m p 0.68 1.69 0.43 1.22 -répit répit NOM m s 3.87 11.76 3.86 11.01 -répits répit NOM m p 3.87 11.76 0.01 0.74 -réplication réplication NOM f s 0.23 0.00 0.23 0.00 -répliqua répliquer VER 1.53 17.91 0.19 7.50 ind:pas:3s; -répliquai répliquer VER 1.53 17.91 0.00 1.42 ind:pas:1s; -répliquaient répliquer VER 1.53 17.91 0.00 0.41 ind:imp:3p; -répliquais répliquer VER 1.53 17.91 0.01 0.14 ind:imp:1s;ind:imp:2s; -répliquait répliquer VER 1.53 17.91 0.02 1.62 ind:imp:3s; -répliquant répliquer VER 1.53 17.91 0.04 0.07 par:pre; -réplique réplique NOM f s 8.94 16.82 6.16 12.77 -répliquent répliquer VER 1.53 17.91 0.07 0.07 ind:pre:3p; -répliquer répliquer VER 1.53 17.91 0.42 1.15 inf; -répliquera répliquer VER 1.53 17.91 0.01 0.07 ind:fut:3s; -répliquerons répliquer VER 1.53 17.91 0.02 0.00 ind:fut:1p; -répliqueront répliquer VER 1.53 17.91 0.01 0.00 ind:fut:3p; -répliques réplique NOM f p 8.94 16.82 2.78 4.05 -répliquât répliquer VER 1.53 17.91 0.00 0.14 sub:imp:3s; -répliquèrent répliquer VER 1.53 17.91 0.01 0.07 ind:pas:3p; -répliqué répliquer VER m s 1.53 17.91 0.37 3.38 par:pas; -répond répondre VER 251.57 466.76 27.42 51.55 ind:pre:3s; -répondîmes répondre VER 251.57 466.76 0.10 0.07 ind:pas:1p; -répondît répondre VER 251.57 466.76 0.00 1.15 sub:imp:3s; -répondaient répondre VER 251.57 466.76 0.65 5.95 ind:imp:3p; -répondais répondre VER 251.57 466.76 1.93 7.70 ind:imp:1s;ind:imp:2s; -répondait répondre VER 251.57 466.76 4.18 45.14 ind:imp:3s; -répondant répondre VER 251.57 466.76 0.99 9.59 par:pre; -répondants répondant NOM m p 0.25 1.82 0.03 0.27 -réponde répondre VER 251.57 466.76 2.96 4.39 sub:pre:1s;sub:pre:3s; -répondent répondre VER 251.57 466.76 5.96 6.82 ind:pre:3p; -répondes répondre VER 251.57 466.76 1.20 0.34 sub:pre:2s; -répondeur répondeur NOM m s 7.95 1.55 7.76 1.49 -répondeurs répondeur NOM m p 7.95 1.55 0.18 0.07 -répondeuse répondeur ADJ f s 0.20 0.07 0.01 0.00 -répondez répondre VER 251.57 466.76 31.77 3.65 imp:pre:2p;ind:pre:2p; -répondiez répondre VER 251.57 466.76 0.93 0.41 ind:imp:2p; -répondions répondre VER 251.57 466.76 0.04 0.41 ind:imp:1p;sub:pre:1p; -répondirent répondre VER 251.57 466.76 0.16 2.91 ind:pas:3p; -répondis répondre VER 251.57 466.76 0.73 20.74 ind:pas:1s; -répondit répondre VER 251.57 466.76 2.94 107.30 ind:pas:3s; -répondons répondre VER 251.57 466.76 0.51 0.95 imp:pre:1p;ind:pre:1p; -répondra répondre VER 251.57 466.76 3.42 2.23 ind:fut:3s; -répondrai répondre VER 251.57 466.76 4.30 2.23 ind:fut:1s; -répondraient répondre VER 251.57 466.76 0.28 0.27 cnd:pre:3p; -répondrais répondre VER 251.57 466.76 1.06 0.95 cnd:pre:1s;cnd:pre:2s; -répondrait répondre VER 251.57 466.76 0.77 3.04 cnd:pre:3s; -répondras répondre VER 251.57 466.76 0.67 0.27 ind:fut:2s; -répondre répondre VER 251.57 466.76 57.76 98.58 inf;; -répondrez répondre VER 251.57 466.76 0.94 0.61 ind:fut:2p; -répondriez répondre VER 251.57 466.76 0.24 0.34 cnd:pre:2p; -répondrons répondre VER 251.57 466.76 0.77 0.07 ind:fut:1p; -répondront répondre VER 251.57 466.76 0.37 0.27 ind:fut:3p; -réponds répondre VER 251.57 466.76 63.59 28.65 imp:pre:2s;ind:pre:1s;ind:pre:2s; -répondu répondre VER m s 251.57 466.76 34.90 60.14 par:pas; -répondues répondre VER f p 251.57 466.76 0.02 0.07 par:pas; -répons répons NOM m 0.04 0.68 0.04 0.68 -réponse réponse NOM f s 97.06 99.93 79.19 83.72 -réponses réponse NOM f p 97.06 99.93 17.87 16.22 -répresseur répresseur NOM m s 0.01 0.00 0.01 0.00 -répressif répressif ADJ m s 0.60 0.47 0.32 0.20 -répression répression NOM f s 2.49 4.05 2.49 3.72 -répressions répression NOM f p 2.49 4.05 0.00 0.34 -répressive répressif ADJ f s 0.60 0.47 0.24 0.27 -répressives répressif ADJ f p 0.60 0.47 0.05 0.00 -réprima réprimer VER 2.71 11.08 0.00 1.69 ind:pas:3s; -réprimai réprimer VER 2.71 11.08 0.00 0.07 ind:pas:1s; -réprimaient réprimer VER 2.71 11.08 0.01 0.07 ind:imp:3p; -réprimais réprimer VER 2.71 11.08 0.00 0.14 ind:imp:1s; -réprimait réprimer VER 2.71 11.08 0.01 0.20 ind:imp:3s; -réprimanda réprimander VER 1.08 1.49 0.00 0.14 ind:pas:3s; -réprimandait réprimander VER 1.08 1.49 0.00 0.14 ind:imp:3s; -réprimande réprimande NOM f s 0.34 1.96 0.23 0.81 -réprimander réprimander VER 1.08 1.49 0.55 0.68 inf; -réprimandes réprimande NOM f p 0.34 1.96 0.11 1.15 -réprimandiez réprimander VER 1.08 1.49 0.01 0.00 ind:imp:2p; -réprimandé réprimander VER m s 1.08 1.49 0.35 0.14 par:pas; -réprimandée réprimander VER f s 1.08 1.49 0.02 0.07 par:pas; -réprimant réprimer VER 2.71 11.08 0.03 0.88 par:pre; -réprime réprimer VER 2.71 11.08 0.39 1.01 imp:pre:2s;ind:pre:1s;ind:pre:3s; -réprimer réprimer VER 2.71 11.08 0.94 4.26 inf; -réprimerai réprimer VER 2.71 11.08 0.01 0.00 ind:fut:1s; -réprimerait réprimer VER 2.71 11.08 0.00 0.07 cnd:pre:3s; -réprimerez réprimer VER 2.71 11.08 0.01 0.00 ind:fut:2p; -réprimâmes réprimer VER 2.71 11.08 0.00 0.14 ind:pas:1p; -réprimèrent réprimer VER 2.71 11.08 0.00 0.14 ind:pas:3p; -réprimé réprimer VER m s 2.71 11.08 0.28 1.35 par:pas; -réprimée réprimer VER f s 2.71 11.08 0.47 0.47 par:pas; -réprimées réprimer VER f p 2.71 11.08 0.38 0.20 par:pas; -réprimés réprimer VER m p 2.71 11.08 0.18 0.41 par:pas; -réprobateur réprobateur ADJ m s 0.01 2.43 0.00 1.82 -réprobateurs réprobateur ADJ m p 0.01 2.43 0.00 0.27 -réprobation réprobation NOM f s 0.04 5.27 0.04 5.27 -réprobatrice réprobateur ADJ f s 0.01 2.43 0.01 0.34 -réprouvais réprouver VER 1.25 2.64 0.00 0.07 ind:imp:1s; -réprouvait réprouver VER 1.25 2.64 0.12 0.74 ind:imp:3s; -réprouvant réprouver VER 1.25 2.64 0.00 0.14 par:pre; -réprouve réprouver VER 1.25 2.64 0.49 0.54 ind:pre:1s;ind:pre:3s; -réprouvent réprouver VER 1.25 2.64 0.23 0.07 ind:pre:3p; -réprouver réprouver VER 1.25 2.64 0.05 0.27 inf; -réprouverait réprouver VER 1.25 2.64 0.00 0.07 cnd:pre:3s; -réprouveront réprouver VER 1.25 2.64 0.01 0.00 ind:fut:3p; -réprouves réprouver VER 1.25 2.64 0.01 0.20 ind:pre:2s; -réprouvez réprouver VER 1.25 2.64 0.19 0.07 imp:pre:2p;ind:pre:2p; -réprouvons réprouver VER 1.25 2.64 0.02 0.00 ind:pre:1p; -réprouvât réprouver VER 1.25 2.64 0.00 0.14 sub:imp:3s; -réprouvé réprouvé NOM m s 0.00 1.42 0.00 0.41 -réprouvées réprouver VER f p 1.25 2.64 0.14 0.07 par:pas; -réprouvés réprouvé NOM m p 0.00 1.42 0.00 0.95 -répréhensible répréhensible ADJ s 0.69 1.55 0.65 1.22 -répréhensibles répréhensible ADJ p 0.69 1.55 0.04 0.34 -rupteur rupteur NOM m s 0.02 0.00 0.02 0.00 -répète répéter VER 98.30 200.14 45.14 37.30 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -répètent répéter VER 98.30 200.14 1.58 3.51 ind:pre:3p; -répètes répéter VER 98.30 200.14 2.91 0.81 ind:pre:2s;sub:pre:2s; -rupture rupture NOM f s 8.39 21.49 7.87 19.73 -ruptures rupture NOM f p 8.39 21.49 0.52 1.76 -républicain républicain ADJ m s 4.14 8.85 1.92 2.84 -républicaine républicain ADJ f s 4.14 8.85 1.22 3.18 -républicaines républicain ADJ f p 4.14 8.85 0.09 1.42 -républicains républicain NOM m p 4.19 3.38 3.67 2.77 -république république NOM f s 3.69 21.96 3.44 20.41 -républiques république NOM f p 3.69 21.96 0.25 1.55 -répudiant répudier VER 1.33 1.82 0.00 0.07 par:pre; -répudiation répudiation NOM f s 0.02 0.34 0.02 0.34 -répudie répudier VER 1.33 1.82 0.33 0.34 ind:pre:1s;ind:pre:3s; -répudier répudier VER 1.33 1.82 0.05 0.47 inf; -répudiera répudier VER 1.33 1.82 0.14 0.00 ind:fut:3s; -répudierai répudier VER 1.33 1.82 0.14 0.00 ind:fut:1s; -répudies répudier VER 1.33 1.82 0.00 0.07 ind:pre:2s; -répudié répudier VER m s 1.33 1.82 0.14 0.27 par:pas; -répudiée répudier VER f s 1.33 1.82 0.54 0.47 par:pas; -répudiées répudier VER f p 1.33 1.82 0.00 0.07 par:pas; -répudiés répudier VER m p 1.33 1.82 0.00 0.07 par:pas; -répugna répugner VER 4.55 10.34 0.00 0.07 ind:pas:3s; -répugnai répugner VER 4.55 10.34 0.00 0.07 ind:pas:1s; -répugnaient répugner VER 4.55 10.34 0.01 0.88 ind:imp:3p; -répugnais répugner VER 4.55 10.34 0.10 0.74 ind:imp:1s; -répugnait répugner VER 4.55 10.34 0.24 3.51 ind:imp:3s; -répugnance répugnance NOM f s 0.56 7.91 0.56 6.96 -répugnances répugnance NOM f p 0.56 7.91 0.00 0.95 -répugnant répugnant ADJ m s 11.59 8.58 7.47 3.04 -répugnante répugnant ADJ f s 11.59 8.58 2.46 3.31 -répugnantes répugnant ADJ f p 11.59 8.58 0.57 1.35 -répugnants répugnant ADJ m p 11.59 8.58 1.09 0.88 -répugne répugner VER 4.55 10.34 2.59 2.70 ind:pre:1s;ind:pre:3s; -répugnent répugner VER 4.55 10.34 0.30 0.34 ind:pre:3p; -répugner répugner VER 4.55 10.34 0.01 0.20 inf; -répugnerait répugner VER 4.55 10.34 0.01 0.07 cnd:pre:3s; -répugneront répugner VER 4.55 10.34 0.00 0.07 ind:fut:3p; -répugnes répugner VER 4.55 10.34 0.22 0.00 ind:pre:2s; -répugnez répugner VER 4.55 10.34 0.32 0.07 imp:pre:2p;ind:pre:2p; -répugniez répugner VER 4.55 10.34 0.02 0.07 ind:imp:2p; -répugnons répugner VER 4.55 10.34 0.10 0.07 ind:pre:1p; -répugnât répugner VER 4.55 10.34 0.00 0.27 sub:imp:3s; -répugné répugner VER m s 4.55 10.34 0.01 0.47 par:pas; -répugnée répugner VER f s 4.55 10.34 0.01 0.07 par:pas; -répulsif répulsif ADJ m s 0.08 0.00 0.03 0.00 -répulsion répulsion NOM f s 0.56 5.27 0.56 4.66 -répulsions répulsion NOM f p 0.56 5.27 0.00 0.61 -répulsive répulsif ADJ f s 0.08 0.00 0.04 0.00 -répéta répéter VER 98.30 200.14 0.15 41.62 ind:pas:3s; -répétai répéter VER 98.30 200.14 0.02 2.91 ind:pas:1s; -répétaient répéter VER 98.30 200.14 0.47 4.46 ind:imp:3p; -réputaient réputer VER 2.10 3.65 0.00 0.07 ind:imp:3p; -répétais répéter VER 98.30 200.14 1.02 4.12 ind:imp:1s;ind:imp:2s; -répétait répéter VER 98.30 200.14 3.01 33.18 ind:imp:3s; -réputait réputer VER 2.10 3.65 0.00 0.14 ind:imp:3s; -répétant répéter VER 98.30 200.14 0.85 16.55 par:pre; -réputation réputation NOM f s 21.40 22.50 21.14 22.16 -réputations réputation NOM f p 21.40 22.50 0.26 0.34 -répute réputer VER 2.10 3.65 0.00 0.07 ind:pre:3s; -réputent réputer VER 2.10 3.65 0.00 0.14 ind:pre:3p; -répéter répéter VER 98.30 200.14 22.20 30.88 ind:pre:2p;inf; -réputer réputer VER 2.10 3.65 0.00 0.14 inf; -répétera répéter VER 98.30 200.14 0.59 0.74 ind:fut:3s; -répéterai répéter VER 98.30 200.14 2.63 0.95 ind:fut:1s; -répéteraient répéter VER 98.30 200.14 0.00 0.34 cnd:pre:3p; -répéterais répéter VER 98.30 200.14 0.16 0.34 cnd:pre:1s;cnd:pre:2s; -répéterait répéter VER 98.30 200.14 0.02 0.34 cnd:pre:3s; -répéteras répéter VER 98.30 200.14 0.36 0.20 ind:fut:2s; -répéterez répéter VER 98.30 200.14 0.11 0.20 ind:fut:2p; -répéteriez répéter VER 98.30 200.14 0.03 0.00 cnd:pre:2p; -répétez répéter VER 98.30 200.14 7.95 1.01 imp:pre:2p;ind:pre:2p; -répétiez répéter VER 98.30 200.14 0.67 0.20 ind:imp:2p; -répétions répéter VER 98.30 200.14 0.16 0.81 ind:imp:1p; -répétiteur répétiteur NOM m s 0.07 1.15 0.05 0.88 -répétiteurs répétiteur NOM m p 0.07 1.15 0.00 0.14 -répétitif répétitif ADJ m s 0.90 0.88 0.52 0.27 -répétitifs répétitif ADJ m p 0.90 0.88 0.03 0.14 -répétition répétition NOM f s 15.06 12.97 11.31 9.80 -répétitions répétition NOM f p 15.06 12.97 3.75 3.18 -répétitive répétitif ADJ f s 0.90 0.88 0.27 0.14 -répétitives répétitif ADJ f p 0.90 0.88 0.08 0.34 -répétitrice répétiteur NOM f s 0.07 1.15 0.03 0.14 -répétons répéter VER 98.30 200.14 1.78 0.34 imp:pre:1p;ind:pre:1p; -répétât répéter VER 98.30 200.14 0.00 0.27 sub:imp:3s; -répétèrent répéter VER 98.30 200.14 0.00 0.81 ind:pas:3p; -répété répéter VER m s 98.30 200.14 5.35 13.45 par:pas; -réputé réputer VER m s 2.10 3.65 1.21 1.42 par:pas; -répétée répéter VER f s 98.30 200.14 0.44 1.62 par:pas; -réputée réputer VER f s 2.10 3.65 0.54 0.95 par:pas; -répétées répéter VER f p 98.30 200.14 0.33 1.55 par:pas; -réputées réputer VER f p 2.10 3.65 0.08 0.20 par:pas; -répétés répéter VER m p 98.30 200.14 0.36 1.62 par:pas; -réputés réputer VER m p 2.10 3.65 0.27 0.54 par:pas; -réquisition réquisition NOM f s 0.52 2.77 0.48 1.82 -réquisitionnais réquisitionner VER 2.12 4.59 0.00 0.07 ind:imp:1s; -réquisitionnait réquisitionner VER 2.12 4.59 0.00 0.34 ind:imp:3s; -réquisitionnant réquisitionner VER 2.12 4.59 0.00 0.27 par:pre; -réquisitionne réquisitionner VER 2.12 4.59 0.38 0.20 imp:pre:2s;ind:pre:1s;ind:pre:3s; -réquisitionner réquisitionner VER 2.12 4.59 0.53 0.68 inf; -réquisitionnez réquisitionner VER 2.12 4.59 0.17 0.07 imp:pre:2p; -réquisitionnons réquisitionner VER 2.12 4.59 0.03 0.00 imp:pre:1p;ind:pre:1p; -réquisitionné réquisitionner VER m s 2.12 4.59 0.80 1.42 par:pas; -réquisitionnée réquisitionner VER f s 2.12 4.59 0.04 0.34 par:pas; -réquisitionnées réquisitionner VER f p 2.12 4.59 0.01 0.61 par:pas; -réquisitionnés réquisitionner VER m p 2.12 4.59 0.16 0.61 par:pas; -réquisitions réquisition NOM f p 0.52 2.77 0.04 0.95 -réquisitoire réquisitoire NOM m s 0.40 2.50 0.39 2.03 -réquisitoires réquisitoire NOM m p 0.40 2.50 0.01 0.47 -rural rural ADJ m s 1.19 3.51 0.66 1.15 -rurale rural ADJ f s 1.19 3.51 0.23 0.88 -rurales rural ADJ f p 1.19 3.51 0.25 0.34 -ruraux rural ADJ m p 1.19 3.51 0.05 1.15 -rus ru NOM m p 0.26 0.88 0.11 0.27 -rusa ruser VER 3.12 4.66 0.03 0.14 ind:pas:3s; -rusais ruser VER 3.12 4.66 0.01 0.07 ind:imp:1s; -rusait ruser VER 3.12 4.66 0.02 0.14 ind:imp:3s; -rusant ruser VER 3.12 4.66 0.02 0.07 par:pre; -ruse ruse NOM f s 9.98 19.93 8.09 13.31 -réseau réseau NOM m s 14.41 18.92 13.23 14.66 -réseaux réseau NOM m p 14.41 18.92 1.18 4.26 -résection résection NOM f s 0.18 0.14 0.18 0.14 -rusent ruser VER 3.12 4.66 0.01 0.07 ind:pre:3p; -ruser ruser VER 3.12 4.66 0.61 2.03 inf; -rusera ruser VER 3.12 4.66 0.00 0.07 ind:fut:3s; -ruserai ruser VER 3.12 4.66 0.00 0.14 ind:fut:1s; -ruserais ruser VER 3.12 4.66 0.00 0.07 cnd:pre:1s; -réserva réserver VER 34.33 47.57 0.01 0.88 ind:pas:3s; -réservai réserver VER 34.33 47.57 0.00 0.14 ind:pas:1s; -réservaient réserver VER 34.33 47.57 0.04 1.42 ind:imp:3p; -réservais réserver VER 34.33 47.57 0.32 0.61 ind:imp:1s;ind:imp:2s; -réservait réserver VER 34.33 47.57 0.37 5.95 ind:imp:3s; -réservant réserver VER 34.33 47.57 0.01 2.03 par:pre; -réservataire réservataire ADJ s 0.00 0.07 0.00 0.07 -réservation réservation NOM f s 4.99 0.41 3.69 0.27 -réservations réservation NOM f p 4.99 0.41 1.29 0.14 -réserve réserve NOM f s 21.11 51.55 14.47 38.99 -réservent réserver VER 34.33 47.57 0.32 0.95 ind:pre:3p; -réserver réserver VER 34.33 47.57 4.40 4.26 inf; -réservera réserver VER 34.33 47.57 0.07 0.07 ind:fut:3s; -réserverai réserver VER 34.33 47.57 0.12 0.07 ind:fut:1s; -réserverait réserver VER 34.33 47.57 0.02 0.20 cnd:pre:3s; -réserveriez réserver VER 34.33 47.57 0.01 0.00 cnd:pre:2p; -réserveront réserver VER 34.33 47.57 0.00 0.07 ind:fut:3p; -réserves réserve NOM f p 21.11 51.55 6.64 12.57 -réservez réserver VER 34.33 47.57 1.05 0.20 imp:pre:2p;ind:pre:2p; -réserviez réserver VER 34.33 47.57 0.05 0.00 ind:imp:2p; -réservions réserver VER 34.33 47.57 0.00 0.27 ind:imp:1p; -réserviste réserviste NOM s 0.48 1.42 0.16 0.54 -réservistes réserviste NOM p 0.48 1.42 0.33 0.88 -réservoir réservoir NOM m s 8.53 5.95 6.83 4.59 -réservoirs réservoir NOM m p 8.53 5.95 1.70 1.35 -réservons réserver VER 34.33 47.57 0.47 0.34 imp:pre:1p;ind:pre:1p; -réservât réserver VER 34.33 47.57 0.00 0.07 sub:imp:3s; -réservèrent réserver VER 34.33 47.57 0.00 0.07 ind:pas:3p; -réservé réserver VER m s 34.33 47.57 14.65 11.55 par:pas; -réservée réserver VER f s 34.33 47.57 2.69 6.96 par:pas; -réservées réserver VER f p 34.33 47.57 0.85 2.77 par:pas; -réservés réserver VER m p 34.33 47.57 0.95 3.45 par:pas; -ruses ruse NOM f p 9.98 19.93 1.89 6.62 -rush rush NOM m s 2.02 0.88 1.04 0.54 -rushes rush NOM m p 2.02 0.88 0.98 0.34 -résidaient résider VER 4.95 6.82 0.04 0.41 ind:imp:3p; -résidais résider VER 4.95 6.82 0.06 0.07 ind:imp:1s;ind:imp:2s; -résidait résider VER 4.95 6.82 0.29 1.96 ind:imp:3s; -résidant résider VER 4.95 6.82 0.15 0.95 par:pre; -réside résider VER 4.95 6.82 3.51 1.76 imp:pre:2s;ind:pre:1s;ind:pre:3s; -résidence résidence NOM f s 8.04 10.95 7.56 8.85 -résidences résidence NOM f p 8.04 10.95 0.48 2.09 -résident résident NOM m s 1.66 1.49 0.48 0.54 -résidente résident NOM f s 1.66 1.49 0.11 0.00 -résidentiel résidentiel ADJ m s 1.91 1.35 0.70 0.61 -résidentielle résidentiel ADJ f s 1.91 1.35 0.33 0.34 -résidentielles résidentiel ADJ f p 1.91 1.35 0.69 0.20 -résidentiels résidentiel ADJ m p 1.91 1.35 0.19 0.20 -résidents résident NOM m p 1.66 1.49 1.08 0.95 -résider résider VER 4.95 6.82 0.35 1.08 inf; -résidera résider VER 4.95 6.82 0.02 0.00 ind:fut:3s; -résiderez résider VER 4.95 6.82 0.01 0.00 ind:fut:2p; -résides résider VER 4.95 6.82 0.05 0.00 ind:pre:2s; -résidez résider VER 4.95 6.82 0.11 0.00 ind:pre:2p; -résidons résider VER 4.95 6.82 0.00 0.07 ind:pre:1p; -résidé résider VER m s 4.95 6.82 0.04 0.20 par:pas; -résidu résidu NOM m s 2.72 2.70 0.89 1.76 -résiduel résiduel ADJ m s 0.55 0.27 0.11 0.07 -résiduelle résiduel ADJ f s 0.55 0.27 0.26 0.14 -résiduelles résiduel ADJ f p 0.55 0.27 0.07 0.00 -résiduels résiduel ADJ m p 0.55 0.27 0.12 0.07 -résidus résidu NOM m p 2.72 2.70 1.83 0.95 -résigna résigner VER 3.84 20.34 0.00 1.28 ind:pas:3s; -résignai résigner VER 3.84 20.34 0.00 0.81 ind:pas:1s; -résignaient résigner VER 3.84 20.34 0.00 0.41 ind:imp:3p; -résignais résigner VER 3.84 20.34 0.00 0.74 ind:imp:1s; -résignait résigner VER 3.84 20.34 0.01 1.76 ind:imp:3s; -résignant résigner VER 3.84 20.34 0.00 0.41 par:pre; -résignassent résigner VER 3.84 20.34 0.00 0.07 sub:imp:3p; -résignation résignation NOM f s 0.98 9.93 0.98 9.86 -résignations résignation NOM f p 0.98 9.93 0.00 0.07 -résigne résigner VER 3.84 20.34 1.07 1.62 imp:pre:2s;ind:pre:1s;ind:pre:3s; -résignent résigner VER 3.84 20.34 0.03 0.27 ind:pre:3p; -résigner résigner VER 3.84 20.34 1.50 5.68 inf; -résignera résigner VER 3.84 20.34 0.00 0.07 ind:fut:3s; -résignerais résigner VER 3.84 20.34 0.00 0.07 cnd:pre:1s; -résignerait résigner VER 3.84 20.34 0.00 0.20 cnd:pre:3s; -résigneront résigner VER 3.84 20.34 0.01 0.00 ind:fut:3p; -résignez résigner VER 3.84 20.34 0.22 0.07 imp:pre:2p;ind:pre:2p; -résignions résigner VER 3.84 20.34 0.00 0.14 ind:imp:1p; -résignâmes résigner VER 3.84 20.34 0.00 0.14 ind:pas:1p; -résignât résigner VER 3.84 20.34 0.00 0.20 sub:imp:3s; -résignèrent résigner VER 3.84 20.34 0.00 0.14 ind:pas:3p; -résigné résigner VER m s 3.84 20.34 0.67 3.31 par:pas; -résignée résigner VER f s 3.84 20.34 0.16 1.89 par:pas; -résignées résigner VER f p 3.84 20.34 0.01 0.34 par:pas; -résignés résigner VER m p 3.84 20.34 0.15 0.74 par:pas; -résilia résilier VER 0.72 0.27 0.00 0.07 ind:pas:3s; -résiliable résiliable ADJ s 0.01 0.07 0.01 0.07 -résiliation résiliation NOM f s 0.07 0.00 0.07 0.00 -résilie résilier VER 0.72 0.27 0.06 0.00 ind:pre:1s;ind:pre:3s; -résilience résilience NOM f s 0.02 0.00 0.02 0.00 -résilier résilier VER 0.72 0.27 0.20 0.07 inf; -résilierait résilier VER 0.72 0.27 0.01 0.00 cnd:pre:3s; -résilié résilier VER m s 0.72 0.27 0.40 0.07 par:pas; -résiliée résilier VER f s 0.72 0.27 0.04 0.00 par:pas; -résiliées résilier VER f p 0.72 0.27 0.01 0.07 par:pas; -résille résille NOM f s 0.36 1.96 0.27 1.89 -résilles résille NOM f p 0.36 1.96 0.09 0.07 -résine résine NOM f s 0.84 5.54 0.83 5.20 -résines résine NOM f p 0.84 5.54 0.01 0.34 -résineuse résineux ADJ f s 0.13 1.01 0.01 0.61 -résineuses résineux ADJ f p 0.13 1.01 0.00 0.27 -résineux résineux ADJ m s 0.13 1.01 0.11 0.14 -résiné résiné NOM m s 0.00 2.43 0.00 2.43 -résinée résiner VER f s 0.00 0.07 0.00 0.07 par:pas; -résipiscence résipiscence NOM f s 0.00 0.47 0.00 0.47 -résista résister VER 38.91 52.16 0.17 2.16 ind:pas:3s; -résistai résister VER 38.91 52.16 0.00 0.47 ind:pas:1s; -résistaient résister VER 38.91 52.16 0.07 1.15 ind:imp:3p; -résistais résister VER 38.91 52.16 0.23 0.20 ind:imp:1s;ind:imp:2s; -résistait résister VER 38.91 52.16 0.38 5.68 ind:imp:3s; -résistance résistance NOM f s 13.23 56.49 12.99 54.32 -résistances résistance NOM f p 13.23 56.49 0.23 2.16 -résistant résistant ADJ m s 3.63 3.58 1.77 1.15 -résistante résistant ADJ f s 3.63 3.58 0.78 0.81 -résistantes résistant ADJ f p 3.63 3.58 0.42 0.20 -résistants résistant NOM m p 1.38 6.15 0.86 4.59 -résiste résister VER 38.91 52.16 8.18 9.46 imp:pre:2s;ind:pre:1s;ind:pre:3s; -résistent résister VER 38.91 52.16 1.35 1.89 ind:pre:3p;sub:pre:3p; -résister résister VER 38.91 52.16 17.54 19.93 inf; -résistera résister VER 38.91 52.16 1.93 0.54 ind:fut:3s; -résisterai résister VER 38.91 52.16 0.28 0.47 ind:fut:1s; -résisteraient résister VER 38.91 52.16 0.18 0.61 cnd:pre:3p; -résisterais résister VER 38.91 52.16 0.08 0.14 cnd:pre:1s;cnd:pre:2s; -résisterait résister VER 38.91 52.16 0.23 1.22 cnd:pre:3s; -résisteras résister VER 38.91 52.16 0.05 0.00 ind:fut:2s; -résisterez résister VER 38.91 52.16 0.06 0.00 ind:fut:2p; -résisteriez résister VER 38.91 52.16 0.04 0.00 cnd:pre:2p; -résisterions résister VER 38.91 52.16 0.01 0.00 cnd:pre:1p; -résisterons résister VER 38.91 52.16 0.16 0.00 ind:fut:1p; -résisteront résister VER 38.91 52.16 0.22 0.20 ind:fut:3p; -résistes résister VER 38.91 52.16 0.83 0.07 ind:pre:2s;sub:pre:2s; -résistez résister VER 38.91 52.16 1.43 0.20 imp:pre:2p;ind:pre:2p; -résistible résistible ADJ s 0.01 0.00 0.01 0.00 -résistiez résister VER 38.91 52.16 0.00 0.07 ind:imp:2p; -résistions résister VER 38.91 52.16 0.02 0.07 ind:imp:1p; -résistons résister VER 38.91 52.16 0.04 0.07 ind:pre:1p; -résistât résister VER 38.91 52.16 0.00 0.41 sub:imp:3s; -résistèrent résister VER 38.91 52.16 0.01 0.47 ind:pas:3p; -résisté résister VER m s 38.91 52.16 5.16 5.74 par:pas; -résolu résoudre VER m s 40.95 36.96 9.28 11.82 par:pas; -résoluble résoluble ADJ m s 0.03 0.00 0.03 0.00 -résolue résolu ADJ f s 6.05 11.28 2.63 4.59 -résolues résolu ADJ f p 6.05 11.28 0.90 0.61 -résolument résolument ADV 0.39 5.34 0.39 5.34 -résolurent résoudre VER 40.95 36.96 0.00 0.07 ind:pas:3p; -résolus résoudre VER m p 40.95 36.96 1.23 3.04 ind:pas:1s;ind:pas:2s;par:pas; -résolut résoudre VER 40.95 36.96 0.13 3.11 ind:pas:3s; -résolution résolution NOM f s 4.51 14.39 3.24 10.47 -résolutions résolution NOM f p 4.51 14.39 1.27 3.92 -résolvaient résoudre VER 40.95 36.96 0.03 0.34 ind:imp:3p; -résolvais résoudre VER 40.95 36.96 0.02 0.07 ind:imp:1s;ind:imp:2s; -résolvait résoudre VER 40.95 36.96 0.13 1.15 ind:imp:3s; -résolvant résoudre VER 40.95 36.96 0.01 0.20 par:pre; -résolve résoudre VER 40.95 36.96 0.58 0.14 sub:pre:1s;sub:pre:3s; -résolvent résoudre VER 40.95 36.96 0.55 0.27 ind:pre:3p; -résolves résoudre VER 40.95 36.96 0.05 0.00 sub:pre:2s; -résolvez résoudre VER 40.95 36.96 0.36 0.00 imp:pre:2p;ind:pre:2p; -résolviez résoudre VER 40.95 36.96 0.04 0.07 ind:imp:2p; -résolvons résoudre VER 40.95 36.96 0.08 0.00 imp:pre:1p;ind:pre:1p; -rusâmes ruser VER 3.12 4.66 0.00 0.07 ind:pas:1p; -résonance résonance NOM f s 0.71 5.27 0.69 3.72 -résonances résonance NOM f p 0.71 5.27 0.03 1.55 -résonateur résonateur NOM m s 0.13 0.00 0.13 0.00 -résonna résonner VER 5.07 31.96 0.24 4.26 ind:pas:3s; -résonnaient résonner VER 5.07 31.96 0.16 4.53 ind:imp:3p; -résonnait résonner VER 5.07 31.96 0.64 7.09 ind:imp:3s; -résonnant résonner VER 5.07 31.96 0.14 0.74 par:pre; -résonnante résonnant ADJ f s 0.12 0.47 0.03 0.07 -résonnants résonnant ADJ m p 0.12 0.47 0.00 0.07 -résonne résonner VER 5.07 31.96 1.38 4.59 imp:pre:2s;ind:pre:1s;ind:pre:3s; -résonnent résonner VER 5.07 31.96 1.11 2.70 ind:pre:3p; -résonner résonner VER 5.07 31.96 0.81 5.47 inf; -résonnera résonner VER 5.07 31.96 0.17 0.07 ind:fut:3s; -résonneraient résonner VER 5.07 31.96 0.02 0.07 cnd:pre:3p; -résonneront résonner VER 5.07 31.96 0.11 0.07 ind:fut:3p; -résonnez résonner VER 5.07 31.96 0.02 0.20 imp:pre:2p; -résonnèrent résonner VER 5.07 31.96 0.01 1.28 ind:pas:3p; -résonné résonner VER m s 5.07 31.96 0.27 0.88 par:pas; -résorba résorber VER 0.26 2.97 0.00 0.07 ind:pas:3s; -résorbable résorbable ADJ s 0.01 0.00 0.01 0.00 -résorbaient résorber VER 0.26 2.97 0.00 0.20 ind:imp:3p; -résorbait résorber VER 0.26 2.97 0.00 0.14 ind:imp:3s; -résorbant résorber VER 0.26 2.97 0.00 0.07 par:pre; -résorbe résorber VER 0.26 2.97 0.04 0.74 ind:pre:3s; -résorbent résorber VER 0.26 2.97 0.00 0.14 ind:pre:3p; -résorber résorber VER 0.26 2.97 0.06 0.54 inf; -résorberait résorber VER 0.26 2.97 0.00 0.07 cnd:pre:3s; -résorberons résorber VER 0.26 2.97 0.01 0.00 ind:fut:1p; -résorbé résorber VER m s 0.26 2.97 0.14 0.54 par:pas; -résorbée résorber VER f s 0.26 2.97 0.01 0.34 par:pas; -résorbés résorber VER m p 0.26 2.97 0.00 0.14 par:pas; -résorption résorption NOM f s 0.00 0.20 0.00 0.14 -résorptions résorption NOM f p 0.00 0.20 0.00 0.07 -résoudra résoudre VER 40.95 36.96 1.67 0.41 ind:fut:3s; -résoudrai résoudre VER 40.95 36.96 0.12 0.00 ind:fut:1s; -résoudraient résoudre VER 40.95 36.96 0.00 0.07 cnd:pre:3p; -résoudrais résoudre VER 40.95 36.96 0.34 0.14 cnd:pre:1s;cnd:pre:2s; -résoudrait résoudre VER 40.95 36.96 0.32 0.41 cnd:pre:3s; -résoudras résoudre VER 40.95 36.96 0.05 0.00 ind:fut:2s; -résoudre résoudre VER 40.95 36.96 20.89 13.58 inf; -résoudrez résoudre VER 40.95 36.96 0.10 0.00 ind:fut:2p; -résoudrons résoudre VER 40.95 36.96 0.07 0.00 ind:fut:1p; -résoudront résoudre VER 40.95 36.96 0.47 0.00 ind:fut:3p; -résous résoudre VER 40.95 36.96 1.04 0.27 imp:pre:2s;ind:pre:1s;ind:pre:2s; -résout résoudre VER 40.95 36.96 3.38 1.82 ind:pre:3s; -russe russe ADJ s 32.27 48.51 24.85 35.34 -russes russe NOM p 35.44 40.27 19.76 24.73 -russifiant russifier VER 0.00 0.27 0.00 0.07 par:pre; -russification russification NOM f s 0.00 0.14 0.00 0.14 -russifié russifier VER m s 0.00 0.27 0.00 0.14 par:pas; -russifiée russifier VER f s 0.00 0.27 0.00 0.07 par:pas; -russo_allemand russo_allemand ADJ m s 0.00 0.14 0.00 0.07 -russo_allemand russo_allemand ADJ f s 0.00 0.14 0.00 0.07 -russo_américain russo_américain ADJ m s 0.00 0.07 0.00 0.07 -russo_japonais russo_japonais ADJ f s 0.00 0.20 0.00 0.20 -russo_polonais russo_polonais ADJ m 0.00 0.14 0.00 0.07 -russo_polonais russo_polonais ADJ f s 0.00 0.14 0.00 0.07 -russo_turque russo_turque ADJ f s 0.00 0.14 0.00 0.14 -russophone russophone ADJ m s 0.01 0.00 0.01 0.00 -russules russule NOM f p 0.00 0.14 0.00 0.14 -rustaud rustaud NOM m s 0.39 0.20 0.33 0.14 -rustaude rustaud ADJ f s 0.12 0.68 0.02 0.27 -rustaudes rustaud NOM f p 0.39 0.20 0.01 0.00 -rustauds rustaud NOM m p 0.39 0.20 0.05 0.07 -rusticité rusticité NOM f s 0.02 1.08 0.02 1.08 -rustine rustine NOM f s 0.10 1.69 0.08 0.95 -rustines rustine NOM f p 0.10 1.69 0.02 0.74 -rustique rustique ADJ s 1.29 6.22 0.95 4.26 -rustiques rustique ADJ p 1.29 6.22 0.34 1.96 -rustre rustre NOM s 2.26 1.28 1.63 0.74 -rustres rustre NOM p 2.26 1.28 0.63 0.54 -rusé rusé ADJ m s 3.27 4.80 2.46 2.77 -réséda réséda NOM m s 0.10 0.41 0.10 0.34 -résédas réséda NOM m p 0.10 0.41 0.00 0.07 -rusée rusé ADJ f s 3.27 4.80 0.52 0.95 -rusées ruser VER f p 3.12 4.66 0.13 0.00 par:pas; -résulta résulter VER 2.58 9.46 0.11 0.47 ind:pas:3s; -résultaient résulter VER 2.58 9.46 0.00 0.27 ind:imp:3p; -résultais résulter VER 2.58 9.46 0.00 0.07 ind:imp:1s; -résultait résulter VER 2.58 9.46 0.15 1.62 ind:imp:3s; -résultant résulter VER 2.58 9.46 0.42 0.74 par:pre; -résultante résultant ADJ f s 0.07 0.07 0.06 0.00 -résultantes résultante NOM f p 0.01 0.54 0.00 0.14 -résultat résultat NOM m s 59.47 38.38 25.15 27.43 -résultats résultat NOM m p 59.47 38.38 34.31 10.95 -résulte résulter VER 2.58 9.46 1.19 3.38 imp:pre:2s;ind:pre:3s; -résultent résulter VER 2.58 9.46 0.23 0.54 ind:pre:3p; -résulter résulter VER 2.58 9.46 0.26 0.81 inf; -résulteraient résulter VER 2.58 9.46 0.00 0.34 cnd:pre:3p; -résulterait résulter VER 2.58 9.46 0.13 0.47 cnd:pre:3s; -résulteront résulter VER 2.58 9.46 0.00 0.07 ind:fut:3p; -résulté résulter VER m s 2.58 9.46 0.09 0.54 par:pas; -résultées résulter VER f p 2.58 9.46 0.00 0.14 par:pas; -résuma résumer VER 7.48 14.53 0.01 0.68 ind:pas:3s; -résumai résumer VER 7.48 14.53 0.00 0.07 ind:pas:1s; -résumaient résumer VER 7.48 14.53 0.04 0.61 ind:imp:3p; -résumais résumer VER 7.48 14.53 0.00 0.27 ind:imp:1s; -résumait résumer VER 7.48 14.53 0.26 2.03 ind:imp:3s; -résumant résumer VER 7.48 14.53 0.00 0.68 par:pre; -résume résumer VER 7.48 14.53 3.50 3.31 imp:pre:2s;ind:pre:1s;ind:pre:3s; -résument résumer VER 7.48 14.53 0.18 0.68 ind:pre:3p; -résumer résumer VER 7.48 14.53 2.31 3.31 inf; -résumera résumer VER 7.48 14.53 0.04 0.14 ind:fut:3s; -résumerai résumer VER 7.48 14.53 0.02 0.27 ind:fut:1s; -résumerait résumer VER 7.48 14.53 0.04 0.07 cnd:pre:3s; -résumeriez résumer VER 7.48 14.53 0.00 0.07 cnd:pre:2p; -résumez résumer VER 7.48 14.53 0.08 0.00 imp:pre:2p;ind:pre:2p; -résumons résumer VER 7.48 14.53 0.38 0.54 imp:pre:1p;ind:pre:1p; -résumé résumé NOM m s 3.95 3.72 3.86 3.24 -résumée résumer VER f s 7.48 14.53 0.07 0.61 par:pas; -résumées résumer VER f p 7.48 14.53 0.02 0.27 par:pas; -résumés résumé NOM m p 3.95 3.72 0.09 0.47 -réséquer réséquer VER 0.01 0.07 0.01 0.07 inf; -résurgence résurgence NOM f s 0.46 1.08 0.46 0.88 -résurgences résurgence NOM f p 0.46 1.08 0.00 0.20 -résurgente résurgent ADJ f s 0.00 0.07 0.00 0.07 -résurrection résurrection NOM f s 4.29 8.11 4.15 7.50 -résurrections résurrection NOM f p 4.29 8.11 0.14 0.61 -rusés ruser VER m p 3.12 4.66 0.24 0.14 par:pas; -rut rut NOM m s 2.00 2.09 2.00 2.09 -rutabaga rutabaga NOM m s 0.26 1.49 0.24 0.74 -rutabagas rutabaga NOM m p 0.26 1.49 0.03 0.74 -rétabli rétablir VER m s 12.38 22.36 2.78 3.65 par:pas; -rétablie rétablir VER f s 12.38 22.36 1.55 1.42 par:pas; -rétablies rétablir VER f p 12.38 22.36 0.18 0.41 par:pas; -rétablir rétablir VER 12.38 22.36 5.19 11.15 inf; -rétablira rétablir VER 12.38 22.36 0.49 0.20 ind:fut:3s; -rétablirai rétablir VER 12.38 22.36 0.01 0.07 ind:fut:1s; -rétablirait rétablir VER 12.38 22.36 0.04 0.34 cnd:pre:3s; -rétabliras rétablir VER 12.38 22.36 0.15 0.00 ind:fut:2s; -rétablirent rétablir VER 12.38 22.36 0.00 0.07 ind:pas:3p; -rétablirez rétablir VER 12.38 22.36 0.02 0.00 ind:fut:2p; -rétablirons rétablir VER 12.38 22.36 0.06 0.07 ind:fut:1p; -rétabliront rétablir VER 12.38 22.36 0.01 0.07 ind:fut:3p; -rétablis rétablir VER m p 12.38 22.36 0.52 0.74 imp:pre:2s;ind:pre:1s;ind:pre:2s;par:pas; -rétablissaient rétablir VER 12.38 22.36 0.00 0.34 ind:imp:3p; -rétablissais rétablir VER 12.38 22.36 0.00 0.07 ind:imp:1s; -rétablissait rétablir VER 12.38 22.36 0.01 0.88 ind:imp:3s; -rétablissant rétablir VER 12.38 22.36 0.03 0.54 par:pre; -rétablisse rétablir VER 12.38 22.36 0.26 0.07 sub:pre:1s;sub:pre:3s; -rétablissement rétablissement NOM m s 2.08 3.85 2.08 3.65 -rétablissements rétablissement NOM m p 2.08 3.85 0.00 0.20 -rétablissent rétablir VER 12.38 22.36 0.06 0.14 ind:pre:3p; -rétablisses rétablir VER 12.38 22.36 0.01 0.00 sub:pre:2s; -rétablissez rétablir VER 12.38 22.36 0.26 0.00 imp:pre:2p;ind:pre:2p; -rétablissons rétablir VER 12.38 22.36 0.16 0.34 imp:pre:1p;ind:pre:1p; -rétablit rétablir VER 12.38 22.36 0.60 1.82 ind:pre:3s;ind:pas:3s; -rétamai rétamer VER 0.56 1.55 0.00 0.07 ind:pas:1s; -rétamait rétamer VER 0.56 1.55 0.00 0.07 ind:imp:3s; -rétame rétamer VER 0.56 1.55 0.04 0.14 imp:pre:2s;ind:pre:1s;ind:pre:3s; -rétamer rétamer VER 0.56 1.55 0.23 0.47 inf; -rétameras rétamer VER 0.56 1.55 0.01 0.00 ind:fut:2s; -rétameur rétameur NOM m s 0.05 0.14 0.05 0.14 -rétamé rétamer VER m s 0.56 1.55 0.25 0.68 par:pas; -rétamées rétamer VER f p 0.56 1.55 0.00 0.07 par:pas; -rétamés rétamer VER m p 0.56 1.55 0.03 0.07 par:pas; -rétention rétention NOM f s 0.48 0.47 0.48 0.47 -rutherford rutherford NOM m s 0.04 0.00 0.04 0.00 -ruèrent ruer VER 3.27 20.81 0.03 1.15 ind:pas:3p; -réticence réticence NOM f s 1.10 7.64 0.69 3.24 -réticences réticence NOM f p 1.10 7.64 0.41 4.39 -réticent réticent ADJ m s 1.49 3.92 0.90 1.62 -réticente réticent ADJ f s 1.49 3.92 0.17 1.35 -réticentes réticent ADJ f p 1.49 3.92 0.12 0.14 -réticents réticent ADJ m p 1.49 3.92 0.29 0.81 -réticulaire réticulaire ADJ m s 0.06 0.00 0.02 0.00 -réticulaires réticulaire ADJ p 0.06 0.00 0.03 0.00 -réticulation réticulation NOM f s 0.00 0.07 0.00 0.07 -réticule réticule NOM m s 0.02 0.81 0.02 0.81 -réticulé réticulé ADJ m s 0.04 0.00 0.01 0.00 -réticulée réticuler VER f s 0.03 0.00 0.03 0.00 par:pas; -réticulée réticulé ADJ f s 0.04 0.00 0.03 0.00 -réticulum réticulum NOM m s 0.04 0.00 0.04 0.00 -rétif rétif ADJ m s 0.21 4.26 0.04 1.62 -rétifs rétif ADJ m p 0.21 4.26 0.14 0.41 -rutilaient rutiler VER 0.02 1.76 0.00 0.14 ind:imp:3p; -rutilait rutiler VER 0.02 1.76 0.00 0.47 ind:imp:3s; -rutilances rutilance NOM f p 0.00 0.07 0.00 0.07 -rutilant rutilant ADJ m s 0.42 3.11 0.15 0.95 -rutilante rutilant ADJ f s 0.42 3.11 0.23 0.81 -rutilantes rutilant ADJ f p 0.42 3.11 0.04 0.61 -rutilants rutilant ADJ m p 0.42 3.11 0.01 0.74 -rutile rutiler VER 0.02 1.76 0.01 0.54 ind:pre:3s; -rutilent rutiler VER 0.02 1.76 0.00 0.14 ind:pre:3p; -rutiler rutiler VER 0.02 1.76 0.00 0.14 inf; -rétinal rétinal NOM m s 0.01 0.00 0.01 0.00 -rétine rétine NOM f s 0.80 2.97 0.69 2.36 -rétines rétine NOM f p 0.80 2.97 0.11 0.61 -rétinien rétinien ADJ m s 0.26 0.14 0.10 0.00 -rétinienne rétinien ADJ f s 0.26 0.14 0.14 0.07 -rétiniennes rétinien ADJ f p 0.26 0.14 0.02 0.07 -rétinite rétinite NOM f s 0.02 0.07 0.02 0.07 -rétinopathie rétinopathie NOM f s 0.02 0.00 0.02 0.00 -rétive rétif ADJ f s 0.21 4.26 0.02 2.03 -rétives rétif ADJ f p 0.21 4.26 0.01 0.20 -rétorqua rétorquer VER 0.20 9.32 0.02 2.77 ind:pas:3s; -rétorquai rétorquer VER 0.20 9.32 0.00 0.81 ind:pas:1s; -rétorquais rétorquer VER 0.20 9.32 0.00 0.27 ind:imp:1s; -rétorquait rétorquer VER 0.20 9.32 0.01 1.35 ind:imp:3s; -rétorquant rétorquer VER 0.20 9.32 0.00 0.07 par:pre; -rétorque rétorquer VER 0.20 9.32 0.11 2.36 imp:pre:2s;ind:pre:1s;ind:pre:3s; -rétorquer rétorquer VER 0.20 9.32 0.01 0.74 inf; -rétorquera rétorquer VER 0.20 9.32 0.01 0.07 ind:fut:3s; -rétorquèrent rétorquer VER 0.20 9.32 0.00 0.07 ind:pas:3p; -rétorqué rétorquer VER m s 0.20 9.32 0.04 0.81 par:pas; -rétorsion rétorsion NOM f s 0.03 0.07 0.03 0.07 -rétracta rétracter VER 1.71 5.14 0.01 0.34 ind:pas:3s; -rétractable rétractable ADJ s 0.07 0.07 0.07 0.07 -rétractais rétracter VER 1.71 5.14 0.00 0.07 ind:imp:1s; -rétractait rétracter VER 1.71 5.14 0.01 0.47 ind:imp:3s; -rétractant rétracter VER 1.71 5.14 0.01 0.47 par:pre; -rétractation rétractation NOM f s 0.18 0.34 0.17 0.27 -rétractations rétractation NOM f p 0.18 0.34 0.01 0.07 -rétracte rétracter VER 1.71 5.14 0.36 1.35 imp:pre:2s;ind:pre:1s;ind:pre:3s; -rétractent rétracter VER 1.71 5.14 0.04 0.14 ind:pre:3p; -rétracter rétracter VER 1.71 5.14 0.50 1.15 inf; -rétractera rétracter VER 1.71 5.14 0.04 0.00 ind:fut:3s; -rétracterait rétracter VER 1.71 5.14 0.10 0.00 cnd:pre:3s; -rétracteur rétracteur NOM m s 0.08 0.00 0.07 0.00 -rétracteurs rétracteur NOM m p 0.08 0.00 0.01 0.00 -rétractez rétracter VER 1.71 5.14 0.06 0.14 imp:pre:2p;ind:pre:2p; -rétractile rétractile ADJ f s 0.02 0.20 0.01 0.07 -rétractiles rétractile ADJ f p 0.02 0.20 0.01 0.14 -rétraction rétraction NOM f s 0.06 0.20 0.06 0.20 -rétractèrent rétracter VER 1.71 5.14 0.00 0.14 ind:pas:3p; -rétracté rétracter VER m s 1.71 5.14 0.39 0.54 par:pas; -rétractée rétracter VER f s 1.71 5.14 0.13 0.20 par:pas; -rétractées rétracter VER f p 1.71 5.14 0.02 0.00 par:pas; -rétractés rétracter VER m p 1.71 5.14 0.04 0.14 par:pas; -rétreint rétreindre VER 0.01 0.00 0.01 0.00 ind:pre:3s; -rétribuant rétribuer VER 0.35 0.68 0.00 0.14 par:pre; -rétribue rétribuer VER 0.35 0.68 0.02 0.07 ind:pre:1s;ind:pre:3s; -rétribuer rétribuer VER 0.35 0.68 0.14 0.14 inf; -rétribution rétribution NOM f s 0.60 0.41 0.60 0.34 -rétributions rétribution NOM f p 0.60 0.41 0.00 0.07 -rétribué rétribué ADJ m s 0.12 0.20 0.12 0.07 -rétribuée rétribuer VER f s 0.35 0.68 0.15 0.14 par:pas; -rétribués rétribuer VER m p 0.35 0.68 0.01 0.07 par:pas; -rétro rétro ADJ 1.12 0.81 1.12 0.81 -rétroactif rétroactif ADJ m s 0.29 0.14 0.22 0.14 -rétroaction rétroaction NOM f s 0.13 0.07 0.13 0.07 -rétroactive rétroactif ADJ f s 0.29 0.14 0.07 0.00 -rétroactivement rétroactivement ADV 0.05 0.14 0.05 0.14 -rétrocession rétrocession NOM f s 0.00 0.07 0.00 0.07 -rétrocède rétrocéder VER 0.01 0.27 0.01 0.07 ind:pre:3s; -rétrocédait rétrocéder VER 0.01 0.27 0.00 0.07 ind:imp:3s; -rétrocéder rétrocéder VER 0.01 0.27 0.00 0.14 inf; -rétrofusée rétrofusée NOM f s 0.25 0.00 0.02 0.00 -rétrofusées rétrofusée NOM f p 0.25 0.00 0.23 0.00 -rétrograda rétrograder VER 0.97 0.74 0.00 0.07 ind:pas:3s; -rétrogradation rétrogradation NOM f s 0.09 0.20 0.07 0.14 -rétrogradations rétrogradation NOM f p 0.09 0.20 0.01 0.07 -rétrograde rétrograde ADJ s 0.57 0.95 0.50 0.81 -rétrogradent rétrograder VER 0.97 0.74 0.00 0.07 ind:pre:3p; -rétrograder rétrograder VER 0.97 0.74 0.16 0.34 inf; -rétrogrades rétrograde ADJ p 0.57 0.95 0.07 0.14 -rétrogradez rétrograder VER 0.97 0.74 0.03 0.00 imp:pre:2p;ind:pre:2p; -rétrogradé rétrograder VER m s 0.97 0.74 0.55 0.07 par:pas; -rétrogradée rétrograder VER f s 0.97 0.74 0.06 0.00 par:pas; -rétrogradés rétrograder VER m p 0.97 0.74 0.01 0.07 par:pas; -rétrogression rétrogression NOM f s 0.01 0.00 0.01 0.00 -rétroprojecteur rétroprojecteur NOM m s 0.11 0.07 0.11 0.07 -rétropropulsion rétropropulsion NOM f s 0.03 0.00 0.03 0.00 -rétros rétro NOM m p 0.92 3.65 0.12 0.27 -rétrospectif rétrospectif ADJ m s 0.15 2.91 0.00 0.88 -rétrospectifs rétrospectif ADJ m p 0.15 2.91 0.00 0.14 -rétrospection rétrospection NOM f s 0.03 0.00 0.03 0.00 -rétrospective rétrospective NOM f s 0.36 0.61 0.36 0.54 -rétrospectivement rétrospectivement ADV 0.36 1.08 0.36 1.08 -rétrospectives rétrospectif ADJ f p 0.15 2.91 0.00 0.27 -rétroversion rétroversion NOM f s 0.00 0.07 0.00 0.07 -rétrovirale rétroviral ADJ f s 0.01 0.00 0.01 0.00 -rétrovirus rétrovirus NOM m 1.11 0.14 1.11 0.14 -rétroviseur rétroviseur NOM m s 0.93 5.20 0.86 5.07 -rétroviseurs rétroviseur NOM m p 0.93 5.20 0.07 0.14 -rétréci rétrécir VER m s 3.51 7.57 1.06 1.22 par:pas; -rétrécie rétrécir VER f s 3.51 7.57 0.13 0.47 par:pas; -rétrécies rétrécir VER f p 3.51 7.57 0.01 0.07 par:pas; -rétrécir rétrécir VER 3.51 7.57 0.53 1.42 inf; -rétrécirent rétrécir VER 3.51 7.57 0.00 0.27 ind:pas:3p; -rétrécis rétrécir VER m p 3.51 7.57 0.06 0.00 imp:pre:2s;par:pas; -rétrécissaient rétrécir VER 3.51 7.57 0.00 0.27 ind:imp:3p; -rétrécissait rétrécir VER 3.51 7.57 0.02 1.08 ind:imp:3s; -rétrécissant rétrécir VER 3.51 7.57 0.02 0.81 par:pre; -rétrécisse rétrécir VER 3.51 7.57 0.04 0.00 sub:pre:3s; -rétrécissement rétrécissement NOM m s 0.15 0.88 0.14 0.81 -rétrécissements rétrécissement NOM m p 0.15 0.88 0.01 0.07 -rétrécissent rétrécir VER 3.51 7.57 0.31 0.34 ind:pre:3p; -rétrécissez rétrécir VER 3.51 7.57 0.03 0.00 imp:pre:2p; -rétrécit rétrécir VER 3.51 7.57 1.31 1.62 ind:pre:3s;ind:pas:3s; -rué ruer VER m s 3.27 20.81 0.67 1.69 par:pas; -rééchelonnement rééchelonnement NOM m s 0.00 0.07 0.00 0.07 -réécoutais réécouter VER 0.63 0.68 0.00 0.14 ind:imp:1s; -réécoutait réécouter VER 0.63 0.68 0.00 0.07 ind:imp:3s; -réécoute réécouter VER 0.63 0.68 0.03 0.07 imp:pre:2s;ind:pre:1s; -réécoutent réécouter VER 0.63 0.68 0.00 0.07 ind:pre:3p; -réécouter réécouter VER 0.63 0.68 0.57 0.34 inf; -réécouterez réécouter VER 0.63 0.68 0.01 0.00 ind:fut:2p; -réécouté réécouter VER m s 0.63 0.68 0.02 0.00 par:pas; -réécrira réécrire VER 2.64 0.81 0.04 0.00 ind:fut:3s; -réécrirai réécrire VER 2.64 0.81 0.01 0.00 ind:fut:1s; -réécrire réécrire VER 2.64 0.81 1.27 0.07 inf; -réécris réécrire VER 2.64 0.81 0.39 0.07 imp:pre:2s;ind:pre:1s;ind:pre:2s; -réécrit réécrire VER m s 2.64 0.81 0.67 0.47 ind:pre:3s;par:pas; -réécrite réécrire VER f s 2.64 0.81 0.11 0.07 par:pas; -réécrits réécrire VER m p 2.64 0.81 0.08 0.07 par:pas; -réécriture réécriture NOM f s 0.13 0.00 0.11 0.00 -réécritures réécriture NOM f p 0.13 0.00 0.02 0.00 -réécrivaient réécrire VER 2.64 0.81 0.01 0.00 ind:imp:3p; -réécrive réécrire VER 2.64 0.81 0.02 0.07 sub:pre:1s;sub:pre:3s; -réécrivez réécrire VER 2.64 0.81 0.05 0.00 imp:pre:2p;ind:pre:2p; -réédifier réédifier VER 0.01 0.14 0.01 0.07 inf; -réédifieras réédifier VER 0.01 0.14 0.00 0.07 ind:fut:2s; -rééditait rééditer VER 0.05 0.95 0.00 0.20 ind:imp:3s; -rééditant rééditer VER 0.05 0.95 0.00 0.07 par:pre; -rééditer rééditer VER 0.05 0.95 0.01 0.34 inf; -réédition réédition NOM f s 0.19 0.68 0.18 0.47 -rééditions réédition NOM f p 0.19 0.68 0.01 0.20 -réédité rééditer VER m s 0.05 0.95 0.04 0.20 par:pas; -rééditées rééditer VER f p 0.05 0.95 0.00 0.07 par:pas; -réédités rééditer VER m p 0.05 0.95 0.00 0.07 par:pas; -rééducateur rééducateur NOM m s 0.00 0.07 0.00 0.07 -rééducation rééducation NOM f s 2.48 0.68 2.48 0.68 -rééduquais rééduquer VER 1.66 0.68 0.00 0.07 ind:imp:1s; -rééduquait rééduquer VER 1.66 0.68 0.00 0.07 ind:imp:3s; -rééduque rééduquer VER 1.66 0.68 0.01 0.07 ind:pre:3s; -rééduquer rééduquer VER 1.66 0.68 0.42 0.34 inf;; -rééduqué rééduquer VER m s 1.66 0.68 0.41 0.07 par:pas; -rééduqués rééduquer VER m p 1.66 0.68 0.81 0.07 par:pas; -ruée ruée NOM f s 0.86 4.73 0.85 4.66 -ruées ruer VER f p 3.27 20.81 0.01 0.14 par:pas; -réélection réélection NOM f s 0.56 0.07 0.56 0.07 -rééligible rééligible ADJ s 0.03 0.00 0.03 0.00 -réélira réélire VER 0.94 0.27 0.10 0.00 ind:fut:3s; -réélire réélire VER 0.94 0.27 0.17 0.00 inf; -réélisent réélire VER 0.94 0.27 0.02 0.00 ind:pre:3p; -réélisez réélire VER 0.94 0.27 0.06 0.00 imp:pre:2p; -réélu réélire VER m s 0.94 0.27 0.56 0.20 par:pas; -réélus réélire VER m p 0.94 0.27 0.03 0.00 par:pas; -réélut réélire VER 0.94 0.27 0.00 0.07 ind:pas:3s; -réunîmes réunir VER 41.93 56.69 0.00 0.07 ind:pas:1p; -réuni réunir VER m s 41.93 56.69 3.95 4.32 par:pas; -réunie réunir VER f s 41.93 56.69 1.61 3.18 par:pas; -réunies réunir VER f p 41.93 56.69 2.35 4.93 par:pas; -réunification réunification NOM f s 1.30 0.14 1.30 0.14 -réunifier réunifier VER 0.17 0.27 0.04 0.00 inf; -réunifié réunifier VER m s 0.17 0.27 0.03 0.00 par:pas; -réunifiée réunifier VER f s 0.17 0.27 0.10 0.20 par:pas; -réunifiées réunifier VER f p 0.17 0.27 0.00 0.07 par:pas; -réunion réunion NOM f s 56.82 28.18 49.17 19.12 -réunionnais réunionnais NOM m 0.00 0.07 0.00 0.07 -réunionnite réunionnite NOM f s 0.01 0.00 0.01 0.00 -réunions réunion NOM f p 56.82 28.18 7.66 9.05 -réunir réunir VER 41.93 56.69 9.11 8.45 inf; -réunira réunir VER 41.93 56.69 0.52 0.47 ind:fut:3s; -réunirai réunir VER 41.93 56.69 0.06 0.00 ind:fut:1s; -réuniraient réunir VER 41.93 56.69 0.05 0.27 cnd:pre:3p; -réunirais réunir VER 41.93 56.69 0.12 0.00 cnd:pre:1s;cnd:pre:2s; -réunirait réunir VER 41.93 56.69 0.09 0.41 cnd:pre:3s; -réuniras réunir VER 41.93 56.69 0.00 0.07 ind:fut:2s; -réunirent réunir VER 41.93 56.69 0.06 0.88 ind:pas:3p; -réunirons réunir VER 41.93 56.69 0.14 0.07 ind:fut:1p; -réuniront réunir VER 41.93 56.69 0.15 0.07 ind:fut:3p; -réunis réunir VER m p 41.93 56.69 15.85 18.18 imp:pre:2s;ind:pre:1s;ind:pre:2s;par:pas; -réunissaient réunir VER 41.93 56.69 0.24 2.91 ind:imp:3p; -réunissais réunir VER 41.93 56.69 0.14 0.07 ind:imp:1s; -réunissait réunir VER 41.93 56.69 0.69 3.72 ind:imp:3s; -réunissant réunir VER 41.93 56.69 0.34 1.62 par:pre; -réunisse réunir VER 41.93 56.69 0.81 0.14 sub:pre:1s;sub:pre:3s; -réunissent réunir VER 41.93 56.69 1.26 1.42 ind:pre:3p; -réunisses réunir VER 41.93 56.69 0.02 0.00 sub:pre:2s; -réunissez réunir VER 41.93 56.69 0.37 0.20 imp:pre:2p;ind:pre:2p; -réunissions réunir VER 41.93 56.69 0.19 0.20 ind:imp:1p; -réunissons réunir VER 41.93 56.69 0.42 0.07 imp:pre:1p;ind:pre:1p; -réunit réunir VER 41.93 56.69 3.39 5.00 ind:pre:3s;ind:pas:3s; -rééquilibrage rééquilibrage NOM m s 0.01 0.07 0.01 0.07 -rééquilibrait rééquilibrer VER 0.13 0.20 0.00 0.07 ind:imp:3s; -rééquilibrant rééquilibrer VER 0.13 0.20 0.01 0.00 par:pre; -rééquilibre rééquilibrer VER 0.13 0.20 0.04 0.00 ind:pre:3s; -rééquilibrer rééquilibrer VER 0.13 0.20 0.08 0.07 inf; -rééquilibrera rééquilibrer VER 0.13 0.20 0.00 0.07 ind:fut:3s; -rééquipent rééquiper VER 0.02 0.27 0.01 0.07 ind:pre:3p; -rééquiper rééquiper VER 0.02 0.27 0.01 0.00 inf; -rééquipé rééquiper VER m s 0.02 0.27 0.00 0.07 par:pas; -rééquipée rééquiper VER f s 0.02 0.27 0.00 0.14 par:pas; -rués ruer VER m p 3.27 20.81 0.06 0.54 par:pas; -réussîmes réussir VER 131.88 122.16 0.00 0.20 ind:pas:1p; -réussît réussir VER 131.88 122.16 0.01 0.34 sub:imp:3s; -réussi réussir VER m s 131.88 122.16 78.63 55.74 par:pas; -réussie réussi ADJ f s 6.11 7.70 2.17 2.77 -réussies réussi ADJ f p 6.11 7.70 0.61 0.81 -réussir réussir VER 131.88 122.16 20.99 16.55 inf; -réussira réussir VER 131.88 122.16 2.27 0.81 ind:fut:3s; -réussirai réussir VER 131.88 122.16 1.50 0.34 ind:fut:1s; -réussiraient réussir VER 131.88 122.16 0.02 0.14 cnd:pre:3p; -réussirais réussir VER 131.88 122.16 0.64 0.95 cnd:pre:1s;cnd:pre:2s; -réussirait réussir VER 131.88 122.16 0.50 0.74 cnd:pre:3s; -réussiras réussir VER 131.88 122.16 1.51 0.41 ind:fut:2s; -réussirent réussir VER 131.88 122.16 0.04 1.55 ind:pas:3p; -réussirez réussir VER 131.88 122.16 1.37 0.20 ind:fut:2p; -réussiriez réussir VER 131.88 122.16 0.22 0.00 cnd:pre:2p; -réussirions réussir VER 131.88 122.16 0.04 0.14 cnd:pre:1p; -réussirons réussir VER 131.88 122.16 0.93 0.34 ind:fut:1p; -réussiront réussir VER 131.88 122.16 0.57 0.27 ind:fut:3p; -réussis réussir VER m p 131.88 122.16 4.48 5.00 ind:pre:1s;ind:pre:2s;par:pas; -réussissaient réussir VER 131.88 122.16 0.12 1.76 ind:imp:3p; -réussissais réussir VER 131.88 122.16 0.24 2.30 ind:imp:1s;ind:imp:2s; -réussissait réussir VER 131.88 122.16 0.41 6.69 ind:imp:3s; -réussissant réussir VER 131.88 122.16 0.10 1.89 par:pre; -réussisse réussir VER 131.88 122.16 1.88 1.55 sub:pre:1s;sub:pre:3s; -réussissent réussir VER 131.88 122.16 1.85 1.82 ind:pre:3p; -réussisses réussir VER 131.88 122.16 0.47 0.00 sub:pre:2s; -réussissez réussir VER 131.88 122.16 1.25 0.47 imp:pre:2p;ind:pre:2p; -réussissiez réussir VER 131.88 122.16 0.39 0.27 ind:imp:2p; -réussissions réussir VER 131.88 122.16 0.05 0.34 ind:imp:1p; -réussissons réussir VER 131.88 122.16 0.59 0.20 imp:pre:1p;ind:pre:1p; -réussit réussir VER 131.88 122.16 9.70 19.39 ind:pre:3s;ind:pas:3s; -réussite réussite NOM f s 9.46 20.74 8.80 18.18 -réussites réussite NOM f p 9.46 20.74 0.66 2.57 -réutilisables réutilisable ADJ p 0.03 0.00 0.03 0.00 -réutilisait réutiliser VER 0.38 0.27 0.02 0.14 ind:imp:3s; -réutilisation réutilisation NOM f s 0.15 0.00 0.15 0.00 -réutilise réutiliser VER 0.38 0.27 0.10 0.00 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -réutiliser réutiliser VER 0.38 0.27 0.20 0.07 inf; -réutilisé réutiliser VER m s 0.38 0.27 0.04 0.00 par:pas; -réutilisés réutiliser VER m p 0.38 0.27 0.01 0.07 par:pas; -réétudier réétudier VER 0.02 0.07 0.02 0.00 inf; -réétudiez réétudier VER 0.02 0.07 0.00 0.07 ind:pre:2p; -réévaluation réévaluation NOM f s 0.07 0.07 0.07 0.07 -réévalue réévaluer VER 0.72 0.34 0.28 0.14 imp:pre:2s;ind:pre:1s;ind:pre:3s; -réévaluer réévaluer VER 0.72 0.34 0.31 0.14 inf; -réévaluera réévaluer VER 0.72 0.34 0.06 0.00 ind:fut:3s; -réévaluez réévaluer VER 0.72 0.34 0.01 0.00 imp:pre:2p; -réévalué réévaluer VER m s 0.72 0.34 0.02 0.00 par:pas; -réévaluée réévaluer VER f s 0.72 0.34 0.01 0.00 par:pas; -réévaluées réévaluer VER f p 0.72 0.34 0.02 0.00 par:pas; -réévalués réévaluer VER m p 0.72 0.34 0.00 0.07 par:pas; -rêva rêver VER 122.96 128.18 0.03 3.04 ind:pas:3s; -rêvai rêver VER 122.96 128.18 0.31 0.54 ind:pas:1s; -rêvaient rêver VER 122.96 128.18 0.52 4.53 ind:imp:3p; -rêvais rêver VER 122.96 128.18 11.00 11.28 ind:imp:1s;ind:imp:2s; -rêvait rêver VER 122.96 128.18 3.59 18.65 ind:imp:3s; -rêvant rêver VER 122.96 128.18 1.26 6.28 par:pre; -rêvassa rêvasser VER 0.92 6.01 0.00 0.27 ind:pas:3s; -rêvassai rêvasser VER 0.92 6.01 0.00 0.07 ind:pas:1s; -rêvassaient rêvasser VER 0.92 6.01 0.00 0.20 ind:imp:3p; -rêvassais rêvasser VER 0.92 6.01 0.20 0.61 ind:imp:1s;ind:imp:2s; -rêvassait rêvasser VER 0.92 6.01 0.02 1.22 ind:imp:3s; -rêvassant rêvasser VER 0.92 6.01 0.04 0.54 par:pre; -rêvasse rêvasser VER 0.92 6.01 0.14 1.08 imp:pre:2s;ind:pre:1s;ind:pre:3s; -rêvassent rêvasser VER 0.92 6.01 0.00 0.14 ind:pre:3p; -rêvasser rêvasser VER 0.92 6.01 0.51 1.89 inf; -rêvasserie rêvasserie NOM f s 0.02 0.41 0.01 0.07 -rêvasseries rêvasserie NOM f p 0.02 0.41 0.01 0.34 -rêvassé rêvasser VER m s 0.92 6.01 0.01 0.00 par:pas; -rêve rêve NOM m s 158.75 128.58 99.39 80.20 -réveil réveil NOM m s 18.43 28.58 18.16 26.22 -réveilla réveiller VER 175.94 125.41 0.46 11.89 ind:pas:3s; -réveillai réveiller VER 175.94 125.41 0.27 2.70 ind:pas:1s; -réveillaient réveiller VER 175.94 125.41 0.07 2.09 ind:imp:3p; -réveillais réveiller VER 175.94 125.41 0.96 1.89 ind:imp:1s;ind:imp:2s; -réveillait réveiller VER 175.94 125.41 1.21 10.74 ind:imp:3s; -réveillant réveiller VER 175.94 125.41 0.89 3.85 par:pre; -réveille_matin réveille_matin NOM m 0.19 0.88 0.19 0.88 -réveille réveiller VER 175.94 125.41 59.67 17.57 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:1s;sub:pre:3s; -réveillent réveiller VER 175.94 125.41 1.75 2.30 ind:pre:3p; -réveiller réveiller VER 175.94 125.41 36.66 28.92 ind:pre:2p;inf; -réveillera réveiller VER 175.94 125.41 4.42 1.35 ind:fut:3s; -réveillerai réveiller VER 175.94 125.41 1.54 0.41 ind:fut:1s; -réveilleraient réveiller VER 175.94 125.41 0.17 0.20 cnd:pre:3p; -réveillerais réveiller VER 175.94 125.41 0.61 0.41 cnd:pre:1s;cnd:pre:2s; -réveillerait réveiller VER 175.94 125.41 0.56 1.22 cnd:pre:3s; -réveilleras réveiller VER 175.94 125.41 1.44 0.47 ind:fut:2s; -réveillerez réveiller VER 175.94 125.41 0.33 0.14 ind:fut:2p; -réveilleriez réveiller VER 175.94 125.41 0.07 0.00 cnd:pre:2p; -réveillerons réveiller VER 175.94 125.41 0.20 0.07 ind:fut:1p; -réveilleront réveiller VER 175.94 125.41 0.38 0.27 ind:fut:3p; -réveilles réveiller VER 175.94 125.41 4.27 0.68 ind:pre:2s;sub:pre:2s; -réveilleurs réveilleur NOM m p 0.00 0.07 0.00 0.07 -réveillez réveiller VER 175.94 125.41 11.33 0.95 imp:pre:2p;ind:pre:2p; -réveilliez réveiller VER 175.94 125.41 0.07 0.00 ind:imp:2p; -réveillions réveiller VER 175.94 125.41 0.03 0.27 ind:imp:1p; -réveillâmes réveiller VER 175.94 125.41 0.00 0.07 ind:pas:1p; -réveillon réveillon NOM m s 4.64 5.07 4.46 4.73 -réveillonnaient réveillonner VER 0.34 1.22 0.00 0.07 ind:imp:3p; -réveillonnait réveillonner VER 0.34 1.22 0.00 0.14 ind:imp:3s; -réveillonne réveillonner VER 0.34 1.22 0.30 0.07 ind:pre:3s; -réveillonner réveillonner VER 0.34 1.22 0.03 0.68 inf; -réveillonnerons réveillonner VER 0.34 1.22 0.00 0.07 ind:fut:1p; -réveillonneurs réveillonneur NOM m p 0.00 0.20 0.00 0.20 -réveillonnâmes réveillonner VER 0.34 1.22 0.00 0.07 ind:pas:1p; -réveillonnons réveillonner VER 0.34 1.22 0.00 0.07 imp:pre:1p; -réveillonnèrent réveillonner VER 0.34 1.22 0.00 0.07 ind:pas:3p; -réveillonné réveillonner VER m s 0.34 1.22 0.01 0.00 par:pas; -réveillons réveiller VER 175.94 125.41 0.38 0.47 imp:pre:1p;ind:pre:1p; -réveillât réveiller VER 175.94 125.41 0.00 0.27 sub:imp:3s; -réveillèrent réveiller VER 175.94 125.41 0.17 1.62 ind:pas:3p; -réveillé réveiller VER m s 175.94 125.41 30.63 18.78 par:pas; -réveillée réveiller VER f s 175.94 125.41 15.63 10.88 par:pas; -réveillées réveiller VER f p 175.94 125.41 0.18 0.68 par:pas; -réveillés réveiller VER m p 175.94 125.41 1.61 4.26 par:pas; -réveils réveil NOM m p 18.43 28.58 0.27 2.36 -rêvent rêver VER 122.96 128.18 3.63 4.19 ind:pre:3p; -rêver rêver VER 122.96 128.18 20.80 29.39 inf; -rêvera rêver VER 122.96 128.18 0.08 0.20 ind:fut:3s; -rêverai rêver VER 122.96 128.18 0.12 0.41 ind:fut:1s; -rêveraient rêver VER 122.96 128.18 0.05 0.14 cnd:pre:3p; -rêverait rêver VER 122.96 128.18 0.07 0.20 cnd:pre:3s; -réverbère réverbère NOM m s 0.53 10.81 0.42 4.86 -réverbèrent réverbérer VER 0.02 1.28 0.00 0.07 ind:pre:3p; -réverbères réverbère NOM m p 0.53 10.81 0.11 5.95 -réverbéra réverbérer VER 0.02 1.28 0.00 0.07 ind:pas:3s; -réverbéraient réverbérer VER 0.02 1.28 0.00 0.27 ind:imp:3p; -réverbérait réverbérer VER 0.02 1.28 0.01 0.20 ind:imp:3s; -réverbérant réverbérer VER 0.02 1.28 0.00 0.14 par:pre; -réverbération réverbération NOM f s 0.06 1.69 0.05 1.55 -réverbérations réverbération NOM f p 0.06 1.69 0.01 0.14 -réverbérer réverbérer VER 0.02 1.28 0.00 0.20 inf; -réverbéré réverbérer VER m s 0.02 1.28 0.00 0.07 par:pas; -réverbérée réverbérer VER f s 0.02 1.28 0.00 0.20 par:pas; -rêverie rêverie NOM f s 0.65 19.46 0.26 12.36 -rêveries rêverie NOM f p 0.65 19.46 0.40 7.09 -rêveront rêver VER 122.96 128.18 0.00 0.27 ind:fut:3p; -réversibilité réversibilité NOM f s 0.01 0.61 0.01 0.61 -réversible réversible ADJ s 0.21 0.54 0.17 0.47 -réversibles réversible ADJ f p 0.21 0.54 0.04 0.07 -réversion réversion NOM f s 0.07 0.14 0.07 0.14 -rêves rêve NOM m p 158.75 128.58 59.35 48.38 -rêveur rêveur NOM m s 2.50 4.66 1.48 3.31 -rêveurs rêveur NOM m p 2.50 4.66 0.90 0.88 -rêveuse rêveur ADJ f s 1.77 15.34 0.61 4.66 -rêveusement rêveusement ADV 0.10 3.45 0.10 3.45 -rêveuses rêveur ADJ f p 1.77 15.34 0.03 0.81 -rêvez rêver VER 122.96 128.18 4.31 0.81 imp:pre:2p;ind:pre:2p; -rêviez rêver VER 122.96 128.18 0.58 0.34 ind:imp:2p; -rêvions rêver VER 122.96 128.18 0.28 1.01 ind:imp:1p; -révisa réviser VER 8.21 3.72 0.00 0.07 ind:pas:3s; -révisai réviser VER 8.21 3.72 0.00 0.14 ind:pas:1s; -révisaient réviser VER 8.21 3.72 0.00 0.14 ind:imp:3p; -révisais réviser VER 8.21 3.72 0.12 0.34 ind:imp:1s;ind:imp:2s; -révisait réviser VER 8.21 3.72 0.06 0.20 ind:imp:3s; -révisant réviser VER 8.21 3.72 0.03 0.14 par:pre; -révise réviser VER 8.21 3.72 1.65 0.20 imp:pre:2s;ind:pre:1s;ind:pre:3s; -révisent réviser VER 8.21 3.72 0.02 0.00 ind:pre:3p; -réviser réviser VER 8.21 3.72 4.35 2.03 inf; -réviserais réviser VER 8.21 3.72 0.01 0.00 cnd:pre:1s; -réviserait réviser VER 8.21 3.72 0.01 0.00 cnd:pre:3s; -révises réviser VER 8.21 3.72 0.21 0.07 ind:pre:2s; -réviseur réviseur NOM m s 0.01 0.00 0.01 0.00 -révisez réviser VER 8.21 3.72 0.08 0.00 imp:pre:2p; -révisiez réviser VER 8.21 3.72 0.01 0.00 ind:imp:2p; -révision révision NOM f s 3.99 3.78 3.09 3.11 -révisionnisme révisionnisme NOM m s 0.00 0.07 0.00 0.07 -révisionniste révisionniste ADJ s 0.09 0.34 0.07 0.27 -révisionnistes révisionniste NOM p 0.29 0.20 0.28 0.20 -révisions révision NOM f p 3.99 3.78 0.90 0.68 -réviso réviso NOM s 0.00 0.07 0.00 0.07 -révisons réviser VER 8.21 3.72 0.19 0.00 imp:pre:1p;ind:pre:1p; -révisé réviser VER m s 8.21 3.72 1.10 0.14 par:pas; -révisée réviser VER f s 8.21 3.72 0.29 0.07 par:pas; -révisées réviser VER f p 8.21 3.72 0.02 0.14 par:pas; -révisés réviser VER m p 8.21 3.72 0.06 0.07 par:pas; -révocable révocable ADJ f s 0.03 0.41 0.03 0.20 -révocables révocable ADJ m p 0.03 0.41 0.00 0.20 -révocation révocation NOM f s 0.32 0.61 0.32 0.54 -révocations révocation NOM f p 0.32 0.61 0.00 0.07 -révolta révolter VER 4.65 10.81 0.10 1.08 ind:pas:3s; -révoltai révolter VER 4.65 10.81 0.00 0.07 ind:pas:1s; -révoltaient révolter VER 4.65 10.81 0.03 0.41 ind:imp:3p; -révoltais révolter VER 4.65 10.81 0.00 0.20 ind:imp:1s; -révoltait révolter VER 4.65 10.81 0.02 2.36 ind:imp:3s; -révoltant révoltant ADJ m s 0.92 1.96 0.60 0.88 -révoltante révoltant ADJ f s 0.92 1.96 0.14 0.61 -révoltantes révoltant ADJ f p 0.92 1.96 0.16 0.34 -révoltants révoltant ADJ m p 0.92 1.96 0.02 0.14 -révolte révolte NOM f s 6.66 25.07 6.35 21.82 -révoltent révolter VER 4.65 10.81 0.44 0.54 ind:pre:3p; -révolter révolter VER 4.65 10.81 1.19 1.08 inf; -révolteront révolter VER 4.65 10.81 0.15 0.00 ind:fut:3p; -révoltes révolte NOM f p 6.66 25.07 0.31 3.24 -révoltez révolter VER 4.65 10.81 0.04 0.00 imp:pre:2p;ind:pre:2p; -révoltions révolter VER 4.65 10.81 0.00 0.07 ind:imp:1p; -révoltons révolter VER 4.65 10.81 0.14 0.07 imp:pre:1p;ind:pre:1p; -révoltât révolter VER 4.65 10.81 0.00 0.14 sub:imp:3s; -révoltèrent révolter VER 4.65 10.81 0.24 0.27 ind:pas:3p; -révolté révolter VER m s 4.65 10.81 0.36 1.01 par:pas; -révoltée révolter VER f s 4.65 10.81 0.05 0.88 par:pas; -révoltées révolté ADJ f p 0.17 2.97 0.01 0.20 -révoltés révolté NOM m p 1.08 2.43 0.87 1.35 -révolu révolu ADJ m s 2.25 5.34 0.60 2.09 -révolue révolu ADJ f s 2.25 5.34 1.20 1.35 -révolues révolu ADJ f p 2.25 5.34 0.06 0.27 -révolus révolu ADJ m p 2.25 5.34 0.40 1.62 -révolution révolution NOM f s 25.00 46.08 23.07 41.08 -révolutionna révolutionner VER 0.97 0.88 0.01 0.14 ind:pas:3s; -révolutionnaient révolutionner VER 0.97 0.88 0.00 0.07 ind:imp:3p; -révolutionnaire révolutionnaire ADJ s 7.30 12.09 4.76 8.78 -révolutionnairement révolutionnairement ADV 0.01 0.00 0.01 0.00 -révolutionnaires révolutionnaire ADJ p 7.30 12.09 2.54 3.31 -révolutionnait révolutionner VER 0.97 0.88 0.00 0.07 ind:imp:3s; -révolutionner révolutionner VER 0.97 0.88 0.55 0.20 inf; -révolutionnera révolutionner VER 0.97 0.88 0.12 0.00 ind:fut:3s; -révolutionnerait révolutionner VER 0.97 0.88 0.02 0.00 cnd:pre:3s; -révolutionneront révolutionner VER 0.97 0.88 0.01 0.00 ind:fut:3p; -révolutionné révolutionner VER m s 0.97 0.88 0.27 0.34 par:pas; -révolutionnées révolutionner VER f p 0.97 0.88 0.00 0.07 par:pas; -révolutions révolution NOM f p 25.00 46.08 1.94 5.00 -rêvons rêver VER 122.96 128.18 0.68 0.68 imp:pre:1p;ind:pre:1p; -révoquais révoquer VER 0.82 0.88 0.01 0.00 ind:imp:1s; -révoque révoquer VER 0.82 0.88 0.20 0.14 imp:pre:2s;ind:pre:1s;ind:pre:3s; -révoquer révoquer VER 0.82 0.88 0.25 0.14 inf; -révoqué révoquer VER m s 0.82 0.88 0.23 0.20 par:pas; -révoquée révoquer VER f s 0.82 0.88 0.05 0.07 par:pas; -révoquées révoquer VER f p 0.82 0.88 0.00 0.07 par:pas; -révoqués révoquer VER m p 0.82 0.88 0.08 0.27 par:pas; -rêvât rêver VER 122.96 128.18 0.00 0.14 sub:imp:3s; -révèle révéler VER 32.70 60.34 6.32 8.31 imp:pre:2s;ind:pre:1s;ind:pre:3s; -révèlent révéler VER 32.70 60.34 1.62 2.50 ind:pre:3p; -révèles révéler VER 32.70 60.34 0.14 0.07 ind:pre:2s; -révère révérer VER 0.96 0.95 0.21 0.14 imp:pre:2s;ind:pre:1s;ind:pre:3s; -rêvèrent rêver VER 122.96 128.18 0.00 0.34 ind:pas:3p; -révèrent révérer VER 0.96 0.95 0.33 0.07 ind:pre:3p; -rêvé rêver VER m s 122.96 128.18 32.08 20.88 par:pas; -rêvée rêvé ADJ f s 2.61 3.38 1.62 1.55 -rêvées rêver VER f p 122.96 128.18 0.05 0.07 par:pas; -révéla révéler VER 32.70 60.34 0.66 5.14 ind:pas:3s; -révélai révéler VER 32.70 60.34 0.01 0.41 ind:pas:1s; -révélaient révéler VER 32.70 60.34 0.20 3.18 ind:imp:3p; -révélais révéler VER 32.70 60.34 0.11 0.20 ind:imp:1s;ind:imp:2s; -révélait révéler VER 32.70 60.34 0.65 9.39 ind:imp:3s; -révélant révéler VER 32.70 60.34 0.38 3.11 par:pre; -révélateur révélateur ADJ m s 1.04 2.91 0.66 1.15 -révélateurs révélateur ADJ m p 1.04 2.91 0.28 0.41 -révélation révélation NOM f s 7.33 20.61 4.66 14.86 -révélations révélation NOM f p 7.33 20.61 2.67 5.74 -révélatrice révélateur ADJ f s 1.04 2.91 0.06 0.95 -révélatrices révélateur ADJ f p 1.04 2.91 0.04 0.41 -révéler révéler VER 32.70 60.34 10.33 13.31 inf;; -révélera révéler VER 32.70 60.34 0.46 0.34 ind:fut:3s; -révélerai révéler VER 32.70 60.34 0.37 0.07 ind:fut:1s; -révéleraient révéler VER 32.70 60.34 0.06 0.20 cnd:pre:3p; -révélerais révéler VER 32.70 60.34 0.06 0.07 cnd:pre:1s;cnd:pre:2s; -révélerait révéler VER 32.70 60.34 0.14 0.95 cnd:pre:3s; -révéleras révéler VER 32.70 60.34 0.10 0.00 ind:fut:2s; -révélerez révéler VER 32.70 60.34 0.05 0.14 ind:fut:2p; -révélerons révéler VER 32.70 60.34 0.17 0.00 ind:fut:1p; -révéleront révéler VER 32.70 60.34 0.34 0.14 ind:fut:3p; -révélez révéler VER 32.70 60.34 0.38 0.07 imp:pre:2p;ind:pre:2p; -révéliez révéler VER 32.70 60.34 0.06 0.00 ind:imp:2p; -révélons révéler VER 32.70 60.34 0.05 0.00 ind:pre:1p; -révélât révéler VER 32.70 60.34 0.00 0.20 sub:imp:3s; -révulsaient révulser VER 0.44 2.57 0.00 0.27 ind:imp:3p; -révulsait révulser VER 0.44 2.57 0.01 0.41 ind:imp:3s; -révulsant révulser VER 0.44 2.57 0.00 0.07 par:pre; -révulse révulser VER 0.44 2.57 0.35 0.74 imp:pre:2s;ind:pre:1s;ind:pre:3s; -révulser révulser VER 0.44 2.57 0.02 0.00 inf; -révulserait révulser VER 0.44 2.57 0.00 0.07 cnd:pre:3s; -révulsif révulsif NOM m s 0.00 0.34 0.00 0.34 -révulsifs révulsif ADJ m p 0.00 0.27 0.00 0.07 -révulsion révulsion NOM f s 0.02 0.20 0.02 0.20 -révulsive révulsif ADJ f s 0.00 0.27 0.00 0.07 -révulsèrent révulser VER 0.44 2.57 0.00 0.14 ind:pas:3p; -révulsé révulser VER m s 0.44 2.57 0.02 0.41 par:pas; -révulsée révulser VER f s 0.44 2.57 0.02 0.20 par:pas; -révulsés révulsé ADJ m p 0.01 1.08 0.01 0.74 -révélèrent révéler VER 32.70 60.34 0.23 1.22 ind:pas:3p; -révélé révéler VER m s 32.70 60.34 7.86 8.45 par:pas; -révélée révéler VER f s 32.70 60.34 1.22 1.69 par:pas; -révélées révéler VER f p 32.70 60.34 0.38 0.74 par:pas; -révélés révéler VER m p 32.70 60.34 0.36 0.47 par:pas; -révérait révérer VER 0.96 0.95 0.01 0.14 ind:imp:3s; -révérant révérer VER 0.96 0.95 0.09 0.00 par:pre; -révérence révérence NOM f s 2.69 6.49 2.45 6.01 -révérences révérence NOM f p 2.69 6.49 0.23 0.47 -révérenciel révérenciel ADJ m s 0.01 0.00 0.01 0.00 -révérencieuse révérencieux ADJ f s 0.00 0.41 0.00 0.34 -révérencieusement révérencieusement ADV 0.00 0.27 0.00 0.27 -révérencieux révérencieux ADJ m p 0.00 0.41 0.00 0.07 -révérend révérend NOM m s 7.64 1.01 7.51 0.95 -révérende révérend ADJ f s 5.24 0.74 0.90 0.14 -révérendissime révérendissime ADJ m s 0.00 0.41 0.00 0.41 -révérends révérend NOM m p 7.64 1.01 0.14 0.07 -révérer révérer VER 0.96 0.95 0.12 0.07 inf; -révérerait révérer VER 0.96 0.95 0.00 0.07 cnd:pre:3s; -révérons révérer VER 0.96 0.95 0.00 0.07 ind:pre:1p; -révéré révérer VER m s 0.96 0.95 0.07 0.34 par:pas; -révérée révérer VER f s 0.96 0.95 0.14 0.07 par:pas; -rêvés rêver VER m p 122.96 128.18 0.17 0.20 par:pas; -rythmaient rythmer VER 0.47 6.76 0.00 0.34 ind:imp:3p; -rythmait rythmer VER 0.47 6.76 0.00 0.88 ind:imp:3s; -rythmant rythmer VER 0.47 6.76 0.00 0.34 par:pre; -rythme rythme NOM m s 20.43 45.95 19.15 42.57 -rythment rythmer VER 0.47 6.76 0.00 0.41 ind:pre:3p; -rythmer rythmer VER 0.47 6.76 0.11 0.81 inf; -rythmera rythmer VER 0.47 6.76 0.00 0.07 ind:fut:3s; -rythmes rythme NOM m p 20.43 45.95 1.28 3.38 -rythmique rythmique NOM f s 0.26 0.54 0.25 0.47 -rythmiquement rythmiquement ADV 0.02 0.20 0.02 0.20 -rythmiques rythmique ADJ p 0.52 1.15 0.31 0.41 -rythmé rythmé ADJ m s 0.91 1.96 0.30 0.68 -rythmée rythmé ADJ f s 0.91 1.96 0.57 0.68 -rythmées rythmé ADJ f p 0.91 1.96 0.01 0.20 -rythmés rythmé ADJ m p 0.91 1.96 0.03 0.41 -s_ s_ PRO:per 2418.95 5391.62 2418.95 5391.62 -s s PRO:per 40.59 13.99 40.59 13.99 -sûmes savoir VER 4516.72 2003.58 0.00 0.61 ind:pas:1p; -sûr sûr ADJ m s 943.56 412.97 801.64 343.51 -sûre sûr ADJ f s 943.56 412.97 122.03 56.55 -sûrement sûrement ADV 133.67 74.12 133.67 74.12 -sûres sûr ADJ f p 943.56 412.97 2.47 2.91 -sûreté sûreté NOM f s 7.04 10.07 7.01 9.86 -sûretés sûreté NOM f p 7.04 10.07 0.03 0.20 -sûrs sûr ADJ m p 943.56 412.97 17.43 10.00 -sût savoir VER 4516.72 2003.58 0.08 6.62 sub:imp:3s; -sa sa ADJ:pos 1276.29 3732.43 1276.29 3732.43 -saï saï NOM m s 0.01 0.47 0.01 0.47 -sabayon sabayon NOM m s 0.30 0.27 0.30 0.07 -sabayons sabayon NOM m p 0.30 0.27 0.00 0.20 -sabbat sabbat NOM m s 3.28 2.77 3.14 2.77 -sabbatique sabbatique ADJ s 0.78 0.47 0.76 0.41 -sabbatiques sabbatique ADJ f p 0.78 0.47 0.02 0.07 -sabbats sabbat NOM m p 3.28 2.77 0.14 0.00 -sabelles sabelle NOM f p 0.00 0.07 0.00 0.07 -sabin sabin ADJ s 0.00 0.41 0.00 0.27 -sabines sabine NOM f p 0.00 0.14 0.00 0.14 -sabins sabin ADJ m p 0.00 0.41 0.00 0.14 -sabir sabir NOM m s 0.00 0.74 0.00 0.74 -sabla sabler VER 0.28 1.42 0.00 0.20 ind:pas:3s; -sablaient sabler VER 0.28 1.42 0.00 0.07 ind:imp:3p; -sablait sabler VER 0.28 1.42 0.00 0.14 ind:imp:3s; -sablant sabler VER 0.28 1.42 0.01 0.14 par:pre; -sable sable NOM m s 25.23 96.55 23.14 87.91 -sabler sabler VER 0.28 1.42 0.16 0.27 inf; -sablera sabler VER 0.28 1.42 0.01 0.07 ind:fut:3s; -sablerais sabler VER 0.28 1.42 0.00 0.07 cnd:pre:1s; -sables sable NOM m p 25.23 96.55 2.09 8.65 -sableuse sableux ADJ f s 0.23 1.01 0.21 0.41 -sableuses sableux ADJ f p 0.23 1.01 0.00 0.14 -sableux sableux ADJ m 0.23 1.01 0.03 0.47 -sablez sabler VER 0.28 1.42 0.02 0.07 imp:pre:2p;ind:pre:2p; -sablier sablier NOM m s 1.18 3.11 1.03 2.64 -sabliers sablier NOM m p 1.18 3.11 0.14 0.47 -sablière sablière NOM f s 0.01 0.47 0.01 0.27 -sablières sablière NOM f p 0.01 0.47 0.00 0.20 -sablonneuse sablonneux ADJ f s 0.06 3.92 0.00 1.76 -sablonneuses sablonneux ADJ f p 0.06 3.92 0.03 0.41 -sablonneux sablonneux ADJ m 0.06 3.92 0.03 1.76 -sablons sablon NOM m p 0.00 0.20 0.00 0.20 -sablé sablé ADJ m s 0.40 0.68 0.14 0.14 -sablée sabler VER f s 0.28 1.42 0.01 0.14 par:pas; -sablées sablé ADJ f p 0.40 0.68 0.00 0.07 -sablés sablé ADJ m p 0.40 0.68 0.25 0.34 -sabord sabord NOM m s 0.17 1.89 0.03 1.28 -sabordage sabordage NOM m s 0.02 0.20 0.02 0.20 -sabordait saborder VER 0.74 1.42 0.01 0.07 ind:imp:3s; -saborde saborder VER 0.74 1.42 0.07 0.20 imp:pre:2s;ind:pre:1s;ind:pre:3s; -sabordent saborder VER 0.74 1.42 0.02 0.00 ind:pre:3p; -saborder saborder VER 0.74 1.42 0.45 0.47 inf; -sabordez saborder VER 0.74 1.42 0.04 0.00 imp:pre:2p;ind:pre:2p; -sabords sabord NOM m p 0.17 1.89 0.14 0.61 -sabordé saborder VER m s 0.74 1.42 0.14 0.34 par:pas; -sabordée saborder VER f s 0.74 1.42 0.01 0.07 par:pas; -sabordés saborder VER m p 0.74 1.42 0.01 0.27 par:pas; -sabot sabot NOM m s 4.95 24.66 1.79 5.74 -sabotage sabotage NOM m s 4.69 2.97 4.32 2.30 -sabotages sabotage NOM m p 4.69 2.97 0.37 0.68 -sabotais saboter VER 6.25 2.77 0.02 0.07 ind:imp:1s; -sabotait saboter VER 6.25 2.77 0.04 0.34 ind:imp:3s; -sabotant saboter VER 6.25 2.77 0.03 0.00 par:pre; -sabote saboter VER 6.25 2.77 0.34 0.14 imp:pre:2s;ind:pre:1s;ind:pre:3s; -sabotent saboter VER 6.25 2.77 0.14 0.14 ind:pre:3p; -saboter saboter VER 6.25 2.77 2.84 1.22 inf; -saboterai saboter VER 6.25 2.77 0.02 0.00 ind:fut:1s; -saboterait saboter VER 6.25 2.77 0.01 0.07 cnd:pre:3s; -saboterie saboterie NOM f s 0.00 0.07 0.00 0.07 -saboteront saboter VER 6.25 2.77 0.01 0.00 ind:fut:3p; -saboteur saboteur NOM m s 1.15 0.54 0.66 0.14 -saboteurs saboteur NOM m p 1.15 0.54 0.48 0.41 -saboteuse saboteur NOM f s 1.15 0.54 0.01 0.00 -sabotez saboter VER 6.25 2.77 0.38 0.00 ind:pre:2p; -sabotier sabotier NOM m s 0.00 0.61 0.00 0.41 -sabotiers sabotier NOM m p 0.00 0.61 0.00 0.20 -sabotons saboter VER 6.25 2.77 0.02 0.07 imp:pre:1p;ind:pre:1p; -sabots sabot NOM m p 4.95 24.66 3.16 18.92 -saboté saboter VER m s 6.25 2.77 2.05 0.41 par:pas; -sabotée saboter VER f s 6.25 2.77 0.13 0.14 par:pas; -sabotées saboter VER f p 6.25 2.77 0.01 0.14 par:pas; -sabotés saboter VER m p 6.25 2.77 0.22 0.07 par:pas; -saboule sabouler VER 0.00 0.41 0.00 0.07 ind:pre:3s; -saboulent sabouler VER 0.00 0.41 0.00 0.07 ind:pre:3p; -sabouler sabouler VER 0.00 0.41 0.00 0.07 inf; -saboulé sabouler VER m s 0.00 0.41 0.00 0.07 par:pas; -saboulés sabouler VER m p 0.00 0.41 0.00 0.14 par:pas; -sabra sabra NOM m s 0.12 0.00 0.12 0.00 -sabrait sabrer VER 0.39 3.04 0.00 0.54 ind:imp:3s; -sabrant sabrer VER 0.39 3.04 0.01 0.14 par:pre; -sabre sabre NOM m s 6.95 17.03 5.44 13.85 -sabrent sabrer VER 0.39 3.04 0.00 0.07 ind:pre:3p; -sabrer sabrer VER 0.39 3.04 0.11 0.41 inf; -sabrerai sabrer VER 0.39 3.04 0.00 0.07 ind:fut:1s; -sabreraient sabrer VER 0.39 3.04 0.00 0.07 cnd:pre:3p; -sabrerais sabrer VER 0.39 3.04 0.01 0.00 cnd:pre:2s; -sabreras sabrer VER 0.39 3.04 0.00 0.07 ind:fut:2s; -sabrerons sabrer VER 0.39 3.04 0.00 0.07 ind:fut:1p; -sabres sabre NOM m p 6.95 17.03 1.50 3.18 -sabretache sabretache NOM f s 0.00 0.27 0.00 0.20 -sabretaches sabretache NOM f p 0.00 0.27 0.00 0.07 -sabreur sabreur NOM m s 0.14 0.47 0.00 0.27 -sabreurs sabreur NOM m p 0.14 0.47 0.14 0.20 -sabrez sabrer VER 0.39 3.04 0.03 0.00 imp:pre:2p; -sabré sabrer VER m s 0.39 3.04 0.17 0.34 par:pas; -sabrée sabrer VER f s 0.39 3.04 0.00 0.07 par:pas; -sabrées sabrer VER f p 0.39 3.04 0.00 0.20 par:pas; -sabrés sabrer VER m p 0.39 3.04 0.01 0.07 par:pas; -sabéen sabéen ADJ m s 0.01 0.00 0.01 0.00 -sabéenne sabéenne ADJ f s 0.05 0.00 0.05 0.00 -sac_poubelle sac_poubelle NOM m s 0.24 0.41 0.19 0.34 -sac sac NOM m s 124.60 174.26 105.96 125.47 -saccade saccader VER 0.04 1.96 0.01 0.07 ind:pre:3s; -saccader saccader VER 0.04 1.96 0.00 0.07 inf; -saccades saccade NOM f p 0.01 6.15 0.01 5.68 -saccadé saccadé ADJ m s 1.17 5.20 0.21 1.69 -saccadée saccadé ADJ f s 1.17 5.20 0.44 1.82 -saccadées saccadé ADJ f p 1.17 5.20 0.01 0.47 -saccadés saccadé ADJ m p 1.17 5.20 0.51 1.22 -saccage saccager VER 4.00 6.69 0.29 0.20 imp:pre:2s;ind:pre:1s;ind:pre:3s; -saccagea saccager VER 4.00 6.69 0.10 0.27 ind:pas:3s; -saccageaient saccager VER 4.00 6.69 0.00 0.14 ind:imp:3p; -saccageais saccager VER 4.00 6.69 0.00 0.07 ind:imp:1s; -saccageait saccager VER 4.00 6.69 0.01 0.27 ind:imp:3s; -saccageant saccager VER 4.00 6.69 0.13 0.27 par:pre; -saccagent saccager VER 4.00 6.69 0.15 0.07 ind:pre:3p; -saccageons saccager VER 4.00 6.69 0.02 0.00 imp:pre:1p; -saccager saccager VER 4.00 6.69 0.82 1.69 inf; -saccageraient saccager VER 4.00 6.69 0.01 0.00 cnd:pre:3p; -saccages saccager VER 4.00 6.69 0.02 0.00 ind:pre:2s; -saccageurs saccageur NOM m p 0.00 0.07 0.00 0.07 -saccagez saccager VER 4.00 6.69 0.04 0.00 imp:pre:2p;ind:pre:2p; -saccagiez saccager VER 4.00 6.69 0.01 0.07 ind:imp:2p; -saccagne saccagne NOM f s 0.00 0.68 0.00 0.68 -saccagèrent saccager VER 4.00 6.69 0.00 0.14 ind:pas:3p; -saccagé saccager VER m s 4.00 6.69 1.81 1.96 par:pas; -saccagée saccager VER f s 4.00 6.69 0.58 0.68 par:pas; -saccagées saccager VER f p 4.00 6.69 0.00 0.27 par:pas; -saccagés saccager VER m p 4.00 6.69 0.00 0.61 par:pas; -saccharine saccharine NOM f s 0.09 0.54 0.09 0.54 -saccharomyces saccharomyces NOM m p 0.01 0.00 0.01 0.00 -saccharose saccharose NOM m s 0.04 0.00 0.04 0.00 -sacculine sacculine NOM f s 0.03 0.00 0.02 0.00 -sacculines sacculine NOM f p 0.03 0.00 0.01 0.00 -sacerdoce sacerdoce NOM m s 0.77 0.74 0.76 0.74 -sacerdoces sacerdoce NOM m p 0.77 0.74 0.01 0.00 -sacerdotal sacerdotal ADJ m s 0.31 0.81 0.03 0.27 -sacerdotale sacerdotal ADJ f s 0.31 0.81 0.01 0.27 -sacerdotales sacerdotal ADJ f p 0.31 0.81 0.14 0.20 -sacerdotaux sacerdotal ADJ m p 0.31 0.81 0.14 0.07 -sachant savoir VER 4516.72 2003.58 14.39 34.59 par:pre; -sache savoir VER 4516.72 2003.58 54.06 27.09 imp:pre:2s;sub:pre:1s;sub:pre:3s; -sachem sachem NOM m s 0.05 0.07 0.05 0.07 -sachent savoir VER 4516.72 2003.58 6.46 3.04 sub:pre:3p; -saches savoir VER 4516.72 2003.58 17.03 3.04 sub:pre:2s; -sachet sachet NOM m s 4.38 5.41 2.84 2.09 -sachets sachet NOM m p 4.38 5.41 1.53 3.31 -sachez savoir VER 4516.72 2003.58 13.07 5.20 imp:pre:2p; -sachiez savoir VER 4516.72 2003.58 8.97 2.30 sub:pre:2p; -sachions savoir VER 4516.72 2003.58 0.94 0.88 sub:pre:1p; -sachons savoir VER 4516.72 2003.58 0.14 0.27 imp:pre:1p; -sacoche sacoche NOM f s 3.16 6.82 2.79 4.80 -sacoches sacoche NOM f p 3.16 6.82 0.37 2.03 -sacqua sacquer VER 0.20 0.34 0.00 0.07 ind:pas:3s; -sacquais sacquer VER 0.20 0.34 0.00 0.07 ind:imp:1s; -sacquant sacquer VER 0.20 0.34 0.00 0.07 par:pre; -sacque sacquer VER 0.20 0.34 0.03 0.00 imp:pre:2s;ind:pre:3s; -sacquer sacquer VER 0.20 0.34 0.12 0.14 inf; -sacqué sacquer VER m s 0.20 0.34 0.05 0.00 par:pas; -sacra sacrer VER 25.16 16.82 0.14 0.34 ind:pas:3s; -sacrait sacrer VER 25.16 16.82 0.00 0.20 ind:imp:3s; -sacralisation sacralisation NOM f s 0.00 0.07 0.00 0.07 -sacralisés sacraliser VER m p 0.00 0.07 0.00 0.07 par:pas; -sacramentel sacramentel ADJ m s 0.00 0.47 0.00 0.20 -sacramentelle sacramentel ADJ f s 0.00 0.47 0.00 0.20 -sacramentelles sacramentel ADJ f p 0.00 0.47 0.00 0.07 -sacrant sacrer VER 25.16 16.82 0.00 0.41 par:pre; -sacre sacre NOM m s 0.75 0.74 0.73 0.61 -sacrebleu sacrebleu ONO 0.94 0.61 0.94 0.61 -sacredieu sacredieu ONO 0.33 0.00 0.33 0.00 -sacrement sacrement NOM m s 2.45 4.93 1.58 2.57 -sacrements sacrement NOM m p 2.45 4.93 0.88 2.36 -sacrer sacrer VER 25.16 16.82 0.06 0.00 inf; -sacrera sacrer VER 25.16 16.82 0.01 0.00 ind:fut:3s; -sacrerai sacrer VER 25.16 16.82 0.00 0.07 ind:fut:1s; -sacres sacrer VER 25.16 16.82 0.03 0.00 ind:pre:2s;sub:pre:2s; -sacret sacret NOM m s 0.03 0.00 0.03 0.00 -sacrifia sacrifier VER 25.67 20.20 0.30 0.47 ind:pas:3s; -sacrifiaient sacrifier VER 25.67 20.20 0.06 0.61 ind:imp:3p; -sacrifiais sacrifier VER 25.67 20.20 0.04 0.07 ind:imp:1s;ind:imp:2s; -sacrifiait sacrifier VER 25.67 20.20 0.28 1.15 ind:imp:3s; -sacrifiant sacrifier VER 25.67 20.20 0.66 1.01 par:pre; -sacrificateur sacrificateur NOM m s 0.02 1.22 0.00 0.88 -sacrificateurs sacrificateur NOM m p 0.02 1.22 0.02 0.34 -sacrifice sacrifice NOM m s 23.11 26.08 15.90 16.96 -sacrifices sacrifice NOM m p 23.11 26.08 7.21 9.12 -sacrificiel sacrificiel ADJ m s 0.25 0.74 0.21 0.41 -sacrificielle sacrificiel ADJ f s 0.25 0.74 0.04 0.27 -sacrificiels sacrificiel ADJ m p 0.25 0.74 0.00 0.07 -sacrifie sacrifier VER 25.67 20.20 2.49 1.96 imp:pre:2s;ind:pre:1s;ind:pre:3s; -sacrifient sacrifier VER 25.67 20.20 0.22 0.14 ind:pre:3p; -sacrifier sacrifier VER 25.67 20.20 9.05 7.36 inf; -sacrifiera sacrifier VER 25.67 20.20 0.17 0.27 ind:fut:3s; -sacrifierai sacrifier VER 25.67 20.20 0.43 0.00 ind:fut:1s; -sacrifieraient sacrifier VER 25.67 20.20 0.05 0.00 cnd:pre:3p; -sacrifierais sacrifier VER 25.67 20.20 0.56 0.00 cnd:pre:1s;cnd:pre:2s; -sacrifierait sacrifier VER 25.67 20.20 0.13 0.07 cnd:pre:3s; -sacrifieras sacrifier VER 25.67 20.20 0.02 0.00 ind:fut:2s; -sacrifierez sacrifier VER 25.67 20.20 0.04 0.00 ind:fut:2p; -sacrifieriez sacrifier VER 25.67 20.20 0.07 0.07 cnd:pre:2p; -sacrifierions sacrifier VER 25.67 20.20 0.10 0.00 cnd:pre:1p; -sacrifierons sacrifier VER 25.67 20.20 0.16 0.00 ind:fut:1p; -sacrifies sacrifier VER 25.67 20.20 0.55 0.07 ind:pre:2s; -sacrifiez sacrifier VER 25.67 20.20 0.55 0.14 imp:pre:2p;ind:pre:2p; -sacrifiiez sacrifier VER 25.67 20.20 0.00 0.07 ind:imp:2p; -sacrifions sacrifier VER 25.67 20.20 0.55 0.07 imp:pre:1p;ind:pre:1p; -sacrifiât sacrifier VER 25.67 20.20 0.00 0.07 sub:imp:3s; -sacrifièrent sacrifier VER 25.67 20.20 0.04 0.14 ind:pas:3p; -sacrifié sacrifier VER m s 25.67 20.20 5.98 4.26 par:pas; -sacrifiée sacrifier VER f s 25.67 20.20 1.94 1.22 par:pas; -sacrifiées sacrifier VER f p 25.67 20.20 0.34 0.34 par:pas; -sacrifiés sacrifier VER m p 25.67 20.20 0.89 0.68 par:pas; -sacrilège sacrilège NOM m s 1.93 3.24 1.69 2.64 -sacrilèges sacrilège NOM m p 1.93 3.24 0.25 0.61 -sacripant sacripant NOM m s 0.47 0.47 0.47 0.27 -sacripants sacripant NOM m p 0.47 0.47 0.00 0.20 -sacristain sacristain NOM m s 1.38 3.92 1.25 3.72 -sacristaine sacristain NOM f s 1.38 3.92 0.00 0.07 -sacristaines sacristaine NOM f p 0.14 0.00 0.14 0.00 -sacristains sacristain NOM m p 1.38 3.92 0.14 0.14 -sacristie sacristie NOM f s 1.23 4.39 1.13 3.65 -sacristies sacristie NOM f p 1.23 4.39 0.10 0.74 -sacristine sacristine NOM f s 0.10 0.07 0.10 0.07 -sacro_iliaque sacro_iliaque ADJ s 0.03 0.00 0.02 0.00 -sacro_iliaque sacro_iliaque ADJ f p 0.03 0.00 0.01 0.00 -sacro_saint sacro_saint ADJ m s 0.65 1.35 0.21 0.68 -sacro_saint sacro_saint ADJ f s 0.65 1.35 0.41 0.47 -sacro_saint sacro_saint ADJ f p 0.65 1.35 0.00 0.14 -sacro_saint sacro_saint ADJ m p 0.65 1.35 0.02 0.07 -sacro sacro ADV 0.11 0.68 0.11 0.68 -sacré_coeur sacré_coeur NOM m s 0.00 0.20 0.00 0.20 -sacré sacré ADJ m s 56.88 45.20 29.19 20.47 -sacrédié sacrédié ONO 0.00 0.07 0.00 0.07 -sacrée sacré ADJ f s 56.88 45.20 20.68 16.55 -sacrées sacré ADJ f p 56.88 45.20 2.11 2.43 -sacrum sacrum NOM m s 0.04 0.07 0.04 0.07 -sacrément sacrément ADV 6.01 2.16 6.01 2.16 -sacrés sacré ADJ m p 56.88 45.20 4.90 5.74 -sac_poubelle sac_poubelle NOM m p 0.24 0.41 0.06 0.07 -sacs sac NOM m p 124.60 174.26 18.64 48.78 -sadducéen sadducéen NOM m s 0.00 0.07 0.00 0.07 -sadienne sadien ADJ f s 0.00 0.07 0.00 0.07 -sadique sadique NOM s 2.89 2.30 2.23 1.49 -sadiquement sadiquement ADV 0.01 0.20 0.01 0.20 -sadiques sadique NOM p 2.89 2.30 0.66 0.81 -sadisme sadisme NOM m s 0.36 1.96 0.36 1.89 -sadismes sadisme NOM m p 0.36 1.96 0.00 0.07 -sado sado ADJ m s 0.37 0.00 0.37 0.00 -sadomasochisme sadomasochisme NOM m s 0.02 0.00 0.02 0.00 -sadomasochiste sadomasochiste ADJ s 0.13 0.07 0.13 0.07 -sados sado NOM p 0.00 0.07 0.00 0.07 -saducéen saducéen NOM m s 0.02 0.14 0.02 0.14 -safari_photo safari_photo NOM m s 0.01 0.00 0.01 0.00 -safari safari NOM m s 1.77 1.28 1.58 0.88 -safaris safari NOM m p 1.77 1.28 0.20 0.41 -safran safran NOM m s 0.38 1.89 0.38 1.89 -safrane safraner VER 0.14 0.00 0.14 0.00 ind:pre:3s; -safrané safrané ADJ m s 0.00 0.14 0.00 0.14 -saga saga NOM f s 0.95 1.01 0.73 0.81 -sagace sagace ADJ s 0.11 1.55 0.09 0.95 -sagaces sagace ADJ p 0.11 1.55 0.02 0.61 -sagacité sagacité NOM f s 0.09 1.42 0.09 1.42 -sagaie sagaie NOM f s 0.14 0.41 0.01 0.07 -sagaies sagaie NOM f p 0.14 0.41 0.13 0.34 -sagard sagard NOM m s 0.00 0.07 0.00 0.07 -sagas saga NOM f p 0.95 1.01 0.22 0.20 -sage_femme sage_femme NOM f s 1.52 1.22 1.35 1.22 -sage sage ADJ s 39.09 31.15 31.93 23.45 -sagement sagement ADV 2.39 9.46 2.39 9.46 -sage_femme sage_femme NOM f p 1.52 1.22 0.17 0.00 -sages sage ADJ p 39.09 31.15 7.17 7.70 -sagesse sagesse NOM f s 13.58 21.55 13.56 21.42 -sagesses sagesse NOM f p 13.58 21.55 0.02 0.14 -sagettes sagette NOM f p 0.00 0.07 0.00 0.07 -sagittaire sagittaire NOM s 0.16 0.14 0.14 0.00 -sagittaires sagittaire NOM p 0.16 0.14 0.02 0.14 -sagittal sagittal ADJ m s 0.07 0.00 0.04 0.00 -sagittale sagittal ADJ f s 0.07 0.00 0.03 0.00 -sagouin sagouin NOM m s 0.35 1.22 0.34 1.08 -sagouins sagouin NOM m p 0.35 1.22 0.01 0.14 -sagoutier sagoutier NOM m s 0.00 0.14 0.00 0.14 -sagum sagum NOM m s 0.00 0.07 0.00 0.07 -saharien saharien ADJ m s 0.02 1.55 0.01 0.41 -saharienne saharien NOM f s 0.62 0.74 0.61 0.41 -sahariennes saharien ADJ f p 0.02 1.55 0.01 0.41 -sahariens saharien ADJ m p 0.02 1.55 0.00 0.34 -sahib sahib NOM m s 1.63 0.07 1.61 0.07 -sahibs sahib NOM m p 1.63 0.07 0.02 0.00 -saie saie NOM f s 0.04 0.00 0.04 0.00 -saigna saigner VER 34.86 21.82 0.00 0.27 ind:pas:3s; -saignaient saigner VER 34.86 21.82 0.16 1.08 ind:imp:3p; -saignais saigner VER 34.86 21.82 0.45 0.20 ind:imp:1s;ind:imp:2s; -saignait saigner VER 34.86 21.82 1.66 3.31 ind:imp:3s; -saignant saignant ADJ m s 1.94 4.32 1.25 1.55 -saignante saignant ADJ f s 1.94 4.32 0.26 1.08 -saignantes saignant ADJ f p 1.94 4.32 0.04 0.81 -saignants saignant ADJ m p 1.94 4.32 0.39 0.88 -saignasse saigner VER 34.86 21.82 0.00 0.07 sub:imp:1s; -saigne saigner VER 34.86 21.82 14.30 5.34 imp:pre:2s;ind:pre:1s;ind:pre:3s; -saignement saignement NOM m s 2.67 0.54 1.81 0.34 -saignements saignement NOM m p 2.67 0.54 0.86 0.20 -saignent saigner VER 34.86 21.82 1.30 0.74 ind:pre:3p; -saigner saigner VER 34.86 21.82 7.63 6.01 inf; -saignera saigner VER 34.86 21.82 0.28 0.14 ind:fut:3s; -saignerai saigner VER 34.86 21.82 0.09 0.00 ind:fut:1s; -saignerais saigner VER 34.86 21.82 0.06 0.14 cnd:pre:1s;cnd:pre:2s; -saignerait saigner VER 34.86 21.82 0.02 0.20 cnd:pre:3s; -saigneras saigner VER 34.86 21.82 0.03 0.00 ind:fut:2s; -saignerez saigner VER 34.86 21.82 0.02 0.00 ind:fut:2p; -saigneront saigner VER 34.86 21.82 0.03 0.07 ind:fut:3p; -saignes saigner VER 34.86 21.82 3.23 0.34 ind:pre:2s; -saigneur saigneur NOM m s 0.02 0.07 0.02 0.07 -saignez saigner VER 34.86 21.82 1.50 0.07 imp:pre:2p;ind:pre:2p; -saigniez saigner VER 34.86 21.82 0.07 0.00 ind:imp:2p; -saignons saigner VER 34.86 21.82 0.07 0.00 imp:pre:1p;ind:pre:1p; -saigné saigner VER m s 34.86 21.82 2.87 2.09 par:pas; -saignée saignée NOM f s 0.59 2.84 0.56 2.36 -saignées saigner VER f p 34.86 21.82 0.14 0.00 par:pas; -saignés saigner VER m p 34.86 21.82 0.35 0.41 par:pas; -saillaient saillir VER 0.04 6.82 0.00 1.35 ind:imp:3p; -saillait saillir VER 0.04 6.82 0.00 0.81 ind:imp:3s; -saillant saillant ADJ m s 0.18 10.07 0.07 1.76 -saillante saillant ADJ f s 0.18 10.07 0.02 0.95 -saillantes saillant ADJ f p 0.18 10.07 0.05 4.59 -saillants saillant ADJ m p 0.18 10.07 0.04 2.77 -saille saillir VER 0.04 6.82 0.00 0.14 ind:pre:3s; -saillent saillir VER 0.04 6.82 0.01 0.27 ind:pre:3p; -sailli saillir VER m s 0.04 6.82 0.00 0.27 par:pas; -saillie saillie NOM f s 0.68 5.54 0.61 3.24 -saillies saillie NOM f p 0.68 5.54 0.06 2.30 -saillir saillir VER 0.04 6.82 0.01 2.64 inf; -saillissent saillir VER 0.04 6.82 0.02 0.07 sub:imp:3p; -saillit saillir VER 0.04 6.82 0.00 0.07 ind:pas:3s; -sain sain ADJ m s 26.61 18.65 13.89 8.58 -saindoux saindoux NOM m 0.68 9.80 0.68 9.80 -saine sain ADJ f s 26.61 18.65 6.96 6.15 -sainement sainement ADV 0.47 0.47 0.47 0.47 -saines sain ADJ f p 26.61 18.65 1.35 2.09 -sainfoin sainfoin NOM m s 0.00 0.81 0.00 0.74 -sainfoins sainfoin NOM m p 0.00 0.81 0.00 0.07 -sains sain ADJ m p 26.61 18.65 4.42 1.82 -saint_bernard saint_bernard NOM m 0.17 0.68 0.17 0.68 -saint_crépin saint_crépin NOM m 0.05 0.00 0.05 0.00 -saint_cyrien saint_cyrien NOM m s 0.00 1.01 0.00 0.68 -saint_cyrien saint_cyrien NOM m p 0.00 1.01 0.00 0.34 -saint_esprit saint_esprit NOM m 0.20 0.47 0.20 0.47 -saint_frusquin saint_frusquin NOM m 0.17 0.74 0.17 0.74 -saint_germain saint_germain NOM m 0.00 0.34 0.00 0.34 -saint_glinglin saint_glinglin NOM f s 0.01 0.07 0.01 0.07 -saint_guy saint_guy NOM m 0.03 0.00 0.03 0.00 -saint_honoré saint_honoré NOM m 0.14 0.20 0.14 0.20 -saint_hubert saint_hubert NOM f s 0.00 0.07 0.00 0.07 -saint_michel saint_michel NOM s 0.00 0.07 0.00 0.07 -saint_nectaire saint_nectaire NOM m 0.00 0.14 0.00 0.14 -saint_paulin saint_paulin NOM m 0.00 0.34 0.00 0.34 -saint_pierre saint_pierre NOM m 0.16 0.20 0.16 0.20 -saint_père saint_père NOM m s 0.14 2.16 0.14 0.20 -saint_siège saint_siège NOM m s 0.30 1.28 0.30 1.28 -saint_synode saint_synode NOM m s 0.00 0.07 0.00 0.07 -saint_émilion saint_émilion NOM m 0.00 0.41 0.00 0.41 -saint saint NOM s 39.23 63.31 12.37 35.88 -sainte_nitouche sainte_nitouche NOM f s 0.46 0.20 0.35 0.20 -sainte_nitouche sainte_nitouche NOM f s 0.51 0.14 0.51 0.14 -sainte saint NOM f s 39.23 63.31 17.17 11.89 -saintement saintement ADV 0.00 0.20 0.00 0.20 -sainte_nitouche sainte_nitouche NOM f p 0.46 0.20 0.11 0.00 -saintes saint ADJ f p 23.22 42.77 2.30 4.39 -sainteté sainteté NOM f s 4.74 5.54 4.64 5.41 -saintetés sainteté NOM f p 4.74 5.54 0.10 0.14 -saint_père saint_père NOM m p 0.14 2.16 0.00 1.96 -saints saint NOM m p 39.23 63.31 9.69 14.46 -sais savoir VER 4516.72 2003.58 2492.92 615.27 ind:pre:1s;ind:pre:2s; -saisît saisir VER 36.81 135.74 0.00 0.41 sub:imp:3s; -saisi saisir VER m s 36.81 135.74 10.15 25.54 par:pas; -saisie_arrêt saisie_arrêt NOM f s 0.00 0.20 0.00 0.20 -saisie saisie NOM f s 2.75 1.62 1.73 1.42 -saisies saisie NOM f p 2.75 1.62 1.02 0.20 -saisir saisir VER 36.81 135.74 9.40 33.78 inf; -saisira saisir VER 36.81 135.74 0.40 0.34 ind:fut:3s; -saisirai saisir VER 36.81 135.74 0.17 0.07 ind:fut:1s; -saisirais saisir VER 36.81 135.74 0.04 0.14 cnd:pre:1s;cnd:pre:2s; -saisirait saisir VER 36.81 135.74 0.03 0.47 cnd:pre:3s; -saisiras saisir VER 36.81 135.74 0.03 0.20 ind:fut:2s; -saisirent saisir VER 36.81 135.74 0.14 1.15 ind:pas:3p; -saisirez saisir VER 36.81 135.74 0.03 0.00 ind:fut:2p; -saisirions saisir VER 36.81 135.74 0.00 0.07 cnd:pre:1p; -saisirons saisir VER 36.81 135.74 0.04 0.20 ind:fut:1p; -saisiront saisir VER 36.81 135.74 0.04 0.07 ind:fut:3p; -saisis saisir VER m p 36.81 135.74 8.34 10.20 imp:pre:2s;ind:pre:1s;ind:pre:2s;par:pas;par:pas; -saisissable saisissable ADJ s 0.00 0.20 0.00 0.14 -saisissables saisissable ADJ p 0.00 0.20 0.00 0.07 -saisissaient saisir VER 36.81 135.74 0.01 1.42 ind:imp:3p; -saisissais saisir VER 36.81 135.74 0.16 0.81 ind:imp:1s;ind:imp:2s; -saisissait saisir VER 36.81 135.74 0.05 7.09 ind:imp:3s; -saisissant saisissant ADJ m s 0.61 5.00 0.33 2.23 -saisissante saisissant ADJ f s 0.61 5.00 0.11 2.43 -saisissantes saisissant ADJ f p 0.61 5.00 0.04 0.20 -saisissants saisissant ADJ m p 0.61 5.00 0.13 0.14 -saisisse saisir VER 36.81 135.74 0.19 0.47 sub:pre:1s;sub:pre:3s; -saisissement saisissement NOM m s 0.14 1.96 0.14 1.89 -saisissements saisissement NOM m p 0.14 1.96 0.00 0.07 -saisissent saisir VER 36.81 135.74 0.20 1.49 ind:pre:3p; -saisisses saisir VER 36.81 135.74 0.09 0.07 sub:pre:2s; -saisissez saisir VER 36.81 135.74 2.84 0.47 imp:pre:2p;ind:pre:2p; -saisissiez saisir VER 36.81 135.74 0.13 0.00 ind:imp:2p; -saisissions saisir VER 36.81 135.74 0.01 0.20 ind:imp:1p; -saisissons saisir VER 36.81 135.74 0.25 0.14 imp:pre:1p;ind:pre:1p; -saisit saisir VER 36.81 135.74 2.39 36.69 ind:pre:3s;ind:pas:3s; -saison saison NOM f s 31.95 49.59 28.72 35.54 -saisonnier saisonnier ADJ m s 0.55 1.42 0.17 0.54 -saisonniers saisonnier NOM m p 0.44 0.27 0.43 0.07 -saisonnière saisonnier ADJ f s 0.55 1.42 0.16 0.07 -saisonnières saisonnier ADJ f p 0.55 1.42 0.04 0.41 -saisons saison NOM f p 31.95 49.59 3.23 14.05 -sait savoir VER 4516.72 2003.58 401.46 245.00 ind:pre:3s; -saki saki NOM m s 0.05 0.00 0.05 0.00 -saké saké NOM m s 2.55 0.61 2.55 0.54 -sakés saké NOM m p 2.55 0.61 0.00 0.07 -sala saler VER 7.65 6.35 0.10 0.20 ind:pas:3s; -salace salace ADJ s 0.55 1.28 0.33 0.47 -salaces salace ADJ p 0.55 1.28 0.21 0.81 -salacité salacité NOM f s 0.00 0.20 0.00 0.14 -salacités salacité NOM f p 0.00 0.20 0.00 0.07 -salade salade NOM f s 21.80 24.26 15.88 15.41 -salader salader VER 0.00 0.07 0.00 0.07 inf; -salades salade NOM f p 21.80 24.26 5.92 8.85 -saladier saladier NOM m s 0.77 2.43 0.68 2.30 -saladiers saladier NOM m p 0.77 2.43 0.09 0.14 -salaient saler VER 7.65 6.35 0.01 0.07 ind:imp:3p; -salaire salaire NOM m s 26.43 12.50 22.99 8.92 -salaires salaire NOM m p 26.43 12.50 3.44 3.58 -salaison salaison NOM f s 0.14 1.22 0.14 0.27 -salaisons salaison NOM f p 0.14 1.22 0.00 0.95 -salait saler VER 7.65 6.35 0.01 0.14 ind:imp:3s; -salam salam NOM m s 0.03 0.00 0.03 0.00 -salamalec salamalec NOM m s 0.32 1.49 0.00 0.41 -salamalecs salamalec NOM m p 0.32 1.49 0.32 1.08 -salamandre salamandre NOM f s 0.50 1.62 0.48 1.35 -salamandres salamandre NOM f p 0.50 1.62 0.01 0.27 -salami salami NOM m s 2.06 0.47 2.04 0.34 -salamis salami NOM m p 2.06 0.47 0.02 0.14 -salanque salanque NOM f s 0.00 0.07 0.00 0.07 -salant salant ADJ m s 0.07 1.01 0.02 0.20 -salants salant ADJ m p 0.07 1.01 0.05 0.81 -salariait salarier VER 0.38 0.07 0.00 0.07 ind:imp:3s; -salariale salarial ADJ f s 0.18 0.00 0.17 0.00 -salariat salariat NOM m s 0.00 0.27 0.00 0.27 -salariaux salarial ADJ m p 0.18 0.00 0.01 0.00 -salarier salarier VER 0.38 0.07 0.14 0.00 inf; -salarié salarié ADJ m s 0.39 0.20 0.20 0.14 -salariée salarié NOM f s 0.52 0.95 0.12 0.07 -salariés salarié NOM m p 0.52 0.95 0.28 0.20 -salas saler VER 7.65 6.35 1.37 0.00 ind:pas:2s; -salat salat NOM f s 0.03 0.00 0.03 0.00 -salaud salaud NOM m s 87.40 37.84 66.74 24.86 -salauds salaud NOM m p 87.40 37.84 20.66 12.97 -salazariste salazariste ADJ s 0.00 0.07 0.00 0.07 -sale sale ADJ s 146.86 102.03 120.13 74.86 -salement salement ADV 2.28 6.01 2.28 6.01 -saler saler VER 7.65 6.35 0.30 0.41 inf; -salera saler VER 7.65 6.35 0.00 0.07 ind:fut:3s; -sales sale ADJ p 146.86 102.03 26.73 27.16 -saleté saleté NOM f s 17.55 12.91 11.96 9.66 -saletés saleté NOM f p 17.55 12.91 5.59 3.24 -saleur saleur NOM m s 0.00 0.07 0.00 0.07 -salez saler VER 7.65 6.35 0.11 0.14 imp:pre:2p;ind:pre:2p; -sali salir VER m s 17.51 15.95 2.66 2.36 par:pas; -salicaires salicaire NOM f p 0.00 0.07 0.00 0.07 -salicine salicine NOM f s 0.10 0.00 0.10 0.00 -salicole salicole ADJ s 0.00 0.07 0.00 0.07 -salicorne salicorne NOM f s 0.00 0.07 0.00 0.07 -salie salir VER f s 17.51 15.95 2.12 1.42 par:pas; -salies salir VER f p 17.51 15.95 0.10 0.74 par:pas; -saligaud saligaud NOM m s 3.36 1.01 2.46 0.95 -saligauds saligaud NOM m p 3.36 1.01 0.90 0.07 -salin salin ADJ m s 0.31 1.01 0.01 0.61 -saline salin ADJ f s 0.31 1.01 0.28 0.14 -salines salin NOM f p 0.02 2.16 0.02 2.09 -salingue salingue ADJ m s 0.00 2.03 0.00 1.55 -salingues salingue ADJ p 0.00 2.03 0.00 0.47 -salinité salinité NOM f s 0.06 0.07 0.06 0.07 -salins salin NOM m p 0.02 2.16 0.00 0.07 -salique salique ADJ f s 0.06 0.14 0.06 0.14 -salir salir VER 17.51 15.95 6.81 6.08 inf; -salira salir VER 17.51 15.95 0.06 0.00 ind:fut:3s; -salirai salir VER 17.51 15.95 0.09 0.07 ind:fut:1s; -saliraient salir VER 17.51 15.95 0.14 0.00 cnd:pre:3p; -salirais salir VER 17.51 15.95 0.07 0.00 cnd:pre:1s;cnd:pre:2s; -salirait salir VER 17.51 15.95 0.05 0.07 cnd:pre:3s; -salirez salir VER 17.51 15.95 0.02 0.00 ind:fut:2p; -salis salir VER m p 17.51 15.95 2.59 1.89 imp:pre:2s;ind:pre:1s;ind:pre:2s;par:pas; -salissaient salir VER 17.51 15.95 0.03 0.54 ind:imp:3p; -salissait salir VER 17.51 15.95 0.26 0.68 ind:imp:3s; -salissant salissant ADJ m s 0.65 0.81 0.62 0.54 -salissante salissant ADJ f s 0.65 0.81 0.03 0.00 -salissantes salissant ADJ f p 0.65 0.81 0.00 0.14 -salissants salissant ADJ m p 0.65 0.81 0.00 0.14 -salisse salir VER 17.51 15.95 0.23 0.27 sub:pre:1s;sub:pre:3s; -salissent salir VER 17.51 15.95 0.56 0.41 ind:pre:3p; -salisses salir VER 17.51 15.95 0.01 0.00 sub:pre:2s; -salisseur salisseur ADJ m s 0.01 0.00 0.01 0.00 -salissez salir VER 17.51 15.95 0.44 0.00 imp:pre:2p;ind:pre:2p; -salissiez salir VER 17.51 15.95 0.10 0.00 ind:imp:2p; -salissure salissure NOM f s 0.02 0.74 0.02 0.61 -salissures salissure NOM f p 0.02 0.74 0.00 0.14 -salit salir VER 17.51 15.95 1.10 1.01 ind:pre:3s;ind:pas:3s; -salière salière NOM f s 0.28 2.03 0.20 1.28 -salières salière NOM f p 0.28 2.03 0.09 0.74 -saliva saliver VER 0.61 2.70 0.00 0.14 ind:pas:3s; -salivaient saliver VER 0.61 2.70 0.00 0.14 ind:imp:3p; -salivaire salivaire ADJ s 0.22 0.07 0.04 0.00 -salivaires salivaire ADJ f p 0.22 0.07 0.19 0.07 -salivais saliver VER 0.61 2.70 0.00 0.07 ind:imp:1s; -salivait saliver VER 0.61 2.70 0.01 0.47 ind:imp:3s; -salivant saliver VER 0.61 2.70 0.01 0.34 par:pre; -salivation salivation NOM f s 0.01 0.07 0.01 0.07 -salive salive NOM f s 4.94 18.65 4.91 18.51 -salivent saliver VER 0.61 2.70 0.02 0.07 ind:pre:3p; -saliver saliver VER 0.61 2.70 0.36 1.49 inf; -salives salive NOM f p 4.94 18.65 0.03 0.14 -saliveur saliveur NOM m s 0.00 0.07 0.00 0.07 -saliveuse saliveux ADJ f s 0.00 0.34 0.00 0.27 -saliveuses saliveux ADJ f p 0.00 0.34 0.00 0.07 -salivez saliver VER 0.61 2.70 0.01 0.00 ind:pre:2p; -salivé saliver VER m s 0.61 2.70 0.01 0.00 par:pas; -salle salle NOM f s 116.91 215.81 111.10 197.64 -salles salle NOM f p 116.91 215.81 5.81 18.18 -salmigondis salmigondis NOM m 0.00 0.34 0.00 0.34 -salmis salmis NOM m 0.00 0.47 0.00 0.47 -salmonelle salmonelle NOM f s 0.45 0.00 0.45 0.00 -salmonellose salmonellose NOM f s 0.02 0.00 0.02 0.00 -salmonidé salmonidé NOM m s 0.01 0.00 0.01 0.00 -saloir saloir NOM m s 0.10 0.74 0.10 0.68 -saloirs saloir NOM m p 0.10 0.74 0.00 0.07 -salon salon NOM m s 39.24 101.22 37.06 84.12 -salonnard salonnard NOM m s 0.00 0.07 0.00 0.07 -salonniers salonnier NOM m p 0.00 0.07 0.00 0.07 -salonnières salonnière NOM f p 0.14 0.00 0.14 0.00 -salons salon NOM m p 39.24 101.22 2.19 17.09 -saloon saloon NOM m s 5.08 0.47 4.65 0.34 -saloons saloon NOM m p 5.08 0.47 0.42 0.14 -salop salop NOM m s 0.82 0.54 0.73 0.41 -salopard salopard NOM m s 21.80 4.80 16.41 2.77 -salopards salopard NOM m p 21.80 4.80 5.38 2.03 -salope salope NOM f s 66.97 20.54 62.54 17.97 -salopent saloper VER 0.66 1.01 0.01 0.14 ind:pre:3p; -saloper saloper VER 0.66 1.01 0.16 0.47 inf; -saloperie saloperie NOM f s 25.27 19.46 19.38 13.04 -saloperies saloperie NOM f p 25.27 19.46 5.89 6.42 -salopes salope NOM f p 66.97 20.54 4.42 2.57 -salopette salopette NOM f s 0.59 5.61 0.53 4.73 -salopettes salopette NOM f p 0.59 5.61 0.07 0.88 -salopez saloper VER 0.66 1.01 0.01 0.00 ind:pre:2p; -salopiaud salopiaud NOM m s 0.16 0.14 0.16 0.00 -salopiauds salopiaud NOM m p 0.16 0.14 0.00 0.14 -salopiaux salopiau NOM m p 0.00 0.07 0.00 0.07 -salopiot salopiot NOM m s 0.11 0.74 0.09 0.20 -salopiots salopiot NOM m p 0.11 0.74 0.02 0.54 -salops salop NOM m p 0.82 0.54 0.09 0.14 -salopé saloper VER m s 0.66 1.01 0.45 0.20 par:pas; -salopée saloper VER f s 0.66 1.01 0.00 0.14 par:pas; -salopées saloper VER f p 0.66 1.01 0.01 0.07 par:pas; -salopés saloper VER m p 0.66 1.01 0.02 0.00 par:pas; -salpicon salpicon NOM m s 0.00 0.14 0.00 0.14 -salpingite salpingite NOM f s 0.01 0.00 0.01 0.00 -salpêtre salpêtre NOM m s 0.72 2.16 0.72 2.16 -salpêtreux salpêtreux ADJ m p 0.00 0.07 0.00 0.07 -salpêtrière salpêtrière NOM f s 0.00 0.07 0.00 0.07 -salpêtrées salpêtrer VER f p 0.00 0.14 0.00 0.07 par:pas; -salpêtrés salpêtrer VER m p 0.00 0.14 0.00 0.07 par:pas; -sals sal NOM m p 0.06 0.00 0.06 0.00 -salsa salsa NOM f s 1.43 0.14 1.43 0.14 -salsepareille salsepareille NOM f s 0.19 0.00 0.19 0.00 -salsifis salsifis NOM m 0.00 1.01 0.00 1.01 -saltimbanque saltimbanque NOM s 0.51 2.16 0.33 1.96 -saltimbanques saltimbanque NOM p 0.51 2.16 0.17 0.20 -salto salto NOM m s 0.08 0.00 0.08 0.00 -salé saler VER m s 7.65 6.35 1.33 0.95 par:pas; -salua saluer VER 45.09 67.64 0.48 10.27 ind:pas:3s; -saluai saluer VER 45.09 67.64 0.10 1.08 ind:pas:1s; -saluaient saluer VER 45.09 67.64 0.13 3.24 ind:imp:3p; -saluais saluer VER 45.09 67.64 0.08 0.41 ind:imp:1s;ind:imp:2s; -saluait saluer VER 45.09 67.64 0.69 5.34 ind:imp:3s; -saluant saluer VER 45.09 67.64 0.41 3.72 par:pre; -salubre salubre ADJ s 0.29 1.22 0.01 1.22 -salubres salubre ADJ p 0.29 1.22 0.28 0.00 -salubrité salubrité NOM f s 0.04 0.34 0.04 0.34 -salée salé ADJ f s 4.47 11.01 2.30 4.26 -salue saluer VER 45.09 67.64 17.53 11.01 imp:pre:2s;ind:pre:1s;ind:pre:3s; -saluent saluer VER 45.09 67.64 1.56 2.43 ind:pre:3p; -saluer saluer VER 45.09 67.64 11.85 16.49 ind:pre:2p;inf; -saluera saluer VER 45.09 67.64 0.57 0.20 ind:fut:3s; -saluerai saluer VER 45.09 67.64 0.23 0.07 ind:fut:1s; -salueraient saluer VER 45.09 67.64 0.00 0.07 cnd:pre:3p; -saluerais saluer VER 45.09 67.64 0.03 0.00 cnd:pre:1s; -saluerait saluer VER 45.09 67.64 0.03 0.07 cnd:pre:3s; -salueras saluer VER 45.09 67.64 0.30 0.07 ind:fut:2s; -saluerons saluer VER 45.09 67.64 0.02 0.07 ind:fut:1p; -salueront saluer VER 45.09 67.64 0.06 0.07 ind:fut:3p; -salées salé ADJ f p 4.47 11.01 0.40 1.55 -salues saluer VER 45.09 67.64 0.99 0.07 ind:pre:2s; -salueur salueur NOM m s 0.01 0.00 0.01 0.00 -saluez saluer VER 45.09 67.64 4.48 0.68 imp:pre:2p;ind:pre:2p; -saluiez saluer VER 45.09 67.64 0.01 0.07 ind:imp:2p; -saluions saluer VER 45.09 67.64 0.00 0.14 ind:imp:1p; -saluâmes saluer VER 45.09 67.64 0.00 0.20 ind:pas:1p; -saluons saluer VER 45.09 67.64 2.09 0.61 imp:pre:1p;ind:pre:1p; -saluât saluer VER 45.09 67.64 0.00 0.14 sub:imp:3s; -salés salé ADJ m p 4.47 11.01 0.49 1.82 -salésienne salésien ADJ f s 0.00 0.07 0.00 0.07 -salut salut ONO 203.10 6.55 203.10 6.55 -salutaire salutaire ADJ s 1.29 2.50 1.28 2.16 -salutairement salutairement ADV 0.00 0.07 0.00 0.07 -salutaires salutaire ADJ p 1.29 2.50 0.01 0.34 -salutation salutation NOM f s 5.79 2.36 0.24 0.81 -salutations salutation NOM f p 5.79 2.36 5.55 1.55 -saluèrent saluer VER 45.09 67.64 0.00 2.84 ind:pas:3p; -salutiste salutiste NOM s 0.01 0.34 0.00 0.07 -salutistes salutiste NOM p 0.01 0.34 0.01 0.27 -saluts salut NOM m p 277.42 61.82 0.07 2.84 -salué saluer VER m s 45.09 67.64 2.36 5.61 par:pas; -saluée saluer VER f s 45.09 67.64 0.69 1.76 par:pas; -saluées saluer VER f p 45.09 67.64 0.14 0.07 par:pas; -salués saluer VER m p 45.09 67.64 0.25 0.88 par:pas; -salvadorien salvadorien NOM m s 0.78 0.00 0.14 0.00 -salvadorienne salvadorien ADJ f s 0.18 0.00 0.02 0.00 -salvadoriens salvadorien NOM m p 0.78 0.00 0.64 0.00 -salvateur salvateur ADJ m s 0.19 0.95 0.02 0.74 -salvateurs salvateur ADJ m p 0.19 0.95 0.01 0.00 -salvation salvation NOM f s 0.04 0.00 0.04 0.00 -salvatrice salvateur ADJ f s 0.19 0.95 0.16 0.20 -salve salve NOM f s 1.69 7.43 1.29 4.53 -salves salve NOM f p 1.69 7.43 0.40 2.91 -salvifique salvifique ADJ s 0.00 0.07 0.00 0.07 -salzbourgeoises salzbourgeois ADJ f p 0.00 0.07 0.00 0.07 -samaras samara NOM m p 0.00 0.07 0.00 0.07 -samaritain samaritain NOM m s 0.50 0.41 0.28 0.07 -samaritaine samaritaine NOM f s 0.27 1.08 0.27 1.08 -samaritains samaritain NOM m p 0.50 0.41 0.22 0.34 -samba samba NOM f s 2.91 7.50 2.91 7.50 -sambenito sambenito NOM m s 0.00 0.14 0.00 0.14 -sambo sambo NOM m s 0.20 0.00 0.20 0.00 -samedi samedi NOM m s 46.53 37.43 44.51 34.26 -samedis samedi NOM m p 46.53 37.43 2.03 3.18 -samizdats samizdat NOM m p 0.00 0.07 0.00 0.07 -sammy sammy NOM m s 0.13 0.00 0.13 0.00 -samoan samoan ADJ m s 0.15 0.00 0.13 0.00 -samoans samoan ADJ m p 0.15 0.00 0.02 0.00 -samouraï samouraï NOM m s 1.66 2.77 1.30 1.69 -samouraïs samouraï NOM m p 1.66 2.77 0.36 1.08 -samovar samovar NOM m s 0.45 3.78 0.45 2.23 -samovars samovar NOM m p 0.45 3.78 0.00 1.55 -samoyède samoyède NOM m s 0.00 0.07 0.00 0.07 -sampan sampan NOM m s 0.09 0.07 0.09 0.07 -sampang sampang NOM m s 0.14 0.34 0.14 0.27 -sampangs sampang NOM m p 0.14 0.34 0.00 0.07 -sample sample NOM m s 0.07 0.00 0.07 0.00 -sampler sampler NOM m s 0.10 0.00 0.10 0.00 -samurai samurai NOM m s 0.68 0.00 0.68 0.00 -san_francisco san_francisco NOM s 0.02 0.07 0.02 0.07 -sana sana NOM m s 0.53 2.43 0.53 2.30 -sanas sana NOM m p 0.53 2.43 0.00 0.14 -sanatorium sanatorium NOM m s 1.69 4.39 1.59 4.19 -sanatoriums sanatorium NOM m p 1.69 4.39 0.10 0.20 -sancerre sancerre NOM m s 0.00 0.20 0.00 0.20 -sanctifiai sanctifier VER 3.82 1.69 0.00 0.07 ind:pas:1s; -sanctifiait sanctifier VER 3.82 1.69 0.00 0.07 ind:imp:3s; -sanctifiante sanctifiant ADJ f s 0.00 0.14 0.00 0.14 -sanctification sanctification NOM f s 0.01 0.07 0.01 0.07 -sanctificatrice sanctificateur ADJ f s 0.00 0.07 0.00 0.07 -sanctifie sanctifier VER 3.82 1.69 0.25 0.20 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -sanctifier sanctifier VER 3.82 1.69 0.48 0.20 inf; -sanctifiez sanctifier VER 3.82 1.69 0.00 0.07 imp:pre:2p; -sanctifié sanctifier VER m s 3.82 1.69 2.87 0.81 par:pas; -sanctifiée sanctifier VER f s 3.82 1.69 0.06 0.14 par:pas; -sanctifiées sanctifier VER f p 3.82 1.69 0.01 0.07 par:pas; -sanctifiés sanctifier VER m p 3.82 1.69 0.14 0.07 par:pas; -sanction sanction NOM f s 2.35 4.86 1.23 2.30 -sanctionnaient sanctionner VER 1.01 2.91 0.00 0.14 ind:imp:3p; -sanctionnait sanctionner VER 1.01 2.91 0.00 0.14 ind:imp:3s; -sanctionnant sanctionner VER 1.01 2.91 0.01 0.07 par:pre; -sanctionne sanctionner VER 1.01 2.91 0.13 0.14 ind:pre:3s; -sanctionner sanctionner VER 1.01 2.91 0.15 0.74 inf; -sanctionnera sanctionner VER 1.01 2.91 0.03 0.00 ind:fut:3s; -sanctionnerait sanctionner VER 1.01 2.91 0.00 0.14 cnd:pre:3s; -sanctionnez sanctionner VER 1.01 2.91 0.01 0.00 ind:pre:2p; -sanctionnions sanctionner VER 1.01 2.91 0.00 0.07 ind:imp:1p; -sanctionnèrent sanctionner VER 1.01 2.91 0.00 0.07 ind:pas:3p; -sanctionné sanctionner VER m s 1.01 2.91 0.35 0.34 par:pas; -sanctionnée sanctionner VER f s 1.01 2.91 0.15 0.68 par:pas; -sanctionnées sanctionner VER f p 1.01 2.91 0.15 0.20 par:pas; -sanctionnés sanctionner VER m p 1.01 2.91 0.04 0.20 par:pas; -sanctions sanction NOM f p 2.35 4.86 1.12 2.57 -sanctuaire sanctuaire NOM m s 4.34 6.42 4.26 5.20 -sanctuaires sanctuaire NOM m p 4.34 6.42 0.08 1.22 -sanctus sanctus NOM m 0.23 0.68 0.23 0.68 -sandale sandale NOM f s 3.21 8.72 0.22 0.74 -sandales sandale NOM f p 3.21 8.72 2.99 7.97 -sandalettes sandalette NOM f p 0.01 0.61 0.01 0.61 -sandalier sandalier NOM m s 0.00 0.07 0.00 0.07 -sanderling sanderling NOM m s 0.03 0.00 0.03 0.00 -sandiniste sandiniste ADJ m s 0.02 0.00 0.02 0.00 -sandinistes sandiniste NOM p 0.11 0.00 0.11 0.00 -sandjak sandjak NOM m s 0.00 0.20 0.00 0.20 -sandow sandow NOM m s 0.00 0.27 0.00 0.07 -sandows sandow NOM m p 0.00 0.27 0.00 0.20 -sandre sandre NOM m s 0.02 0.07 0.01 0.00 -sandres sandre NOM m p 0.02 0.07 0.01 0.07 -sandwich sandwich NOM m s 0.00 9.93 0.00 8.18 -sandwiches sandwiche NOM m p 0.00 4.93 0.00 4.93 -sandwichs sandwich NOM m p 0.00 9.93 0.00 1.76 -sang_froid sang_froid NOM m 5.41 9.26 5.41 9.26 -sang sang NOM m s 304.75 207.30 304.30 205.20 -sangla sangler VER 0.86 6.49 0.00 0.07 ind:pas:3s; -sanglai sangler VER 0.86 6.49 0.00 0.07 ind:pas:1s; -sanglait sangler VER 0.86 6.49 0.00 0.20 ind:imp:3s; -sanglant sanglant ADJ m s 6.69 20.00 3.23 6.01 -sanglante sanglant ADJ f s 6.69 20.00 1.69 6.22 -sanglantes sanglant ADJ f p 6.69 20.00 0.86 3.58 -sanglants sanglant ADJ m p 6.69 20.00 0.91 4.19 -sangle sangle NOM f s 1.68 3.78 1.08 1.55 -sanglent sangler VER 0.86 6.49 0.00 0.07 ind:pre:3p; -sangler sangler VER 0.86 6.49 0.07 0.07 inf; -sangles sangle NOM f p 1.68 3.78 0.59 2.23 -sanglez sangler VER 0.86 6.49 0.04 0.00 imp:pre:2p; -sanglier sanglier NOM m s 6.05 8.78 4.59 5.34 -sangliers sanglier NOM m p 6.05 8.78 1.47 3.45 -sanglot sanglot NOM m s 3.79 29.12 0.30 9.59 -sanglota sangloter VER 2.27 14.66 0.04 1.69 ind:pas:3s; -sanglotai sangloter VER 2.27 14.66 0.00 0.34 ind:pas:1s; -sanglotaient sangloter VER 2.27 14.66 0.00 0.14 ind:imp:3p; -sanglotais sangloter VER 2.27 14.66 0.05 0.27 ind:imp:1s;ind:imp:2s; -sanglotait sangloter VER 2.27 14.66 0.28 3.45 ind:imp:3s; -sanglotant sangloter VER 2.27 14.66 0.05 2.03 par:pre; -sanglotante sanglotant ADJ f s 0.01 0.95 0.00 0.47 -sanglotants sanglotant ADJ m p 0.01 0.95 0.00 0.07 -sanglote sangloter VER 2.27 14.66 1.06 2.09 ind:pre:1s;ind:pre:3s; -sanglotent sangloter VER 2.27 14.66 0.32 0.27 ind:pre:3p; -sangloter sangloter VER 2.27 14.66 0.31 3.45 inf; -sanglotez sangloter VER 2.27 14.66 0.05 0.00 imp:pre:2p;ind:pre:2p; -sanglotâmes sangloter VER 2.27 14.66 0.00 0.07 ind:pas:1p; -sanglots sanglot NOM m p 3.79 29.12 3.49 19.53 -sangloté sangloter VER m s 2.27 14.66 0.11 0.81 par:pas; -sanglotés sangloter VER m p 2.27 14.66 0.00 0.07 par:pas; -sanglé sangler VER m s 0.86 6.49 0.04 2.43 par:pas; -sanglée sangler VER f s 0.86 6.49 0.04 0.81 par:pas; -sanglées sangler VER f p 0.86 6.49 0.00 0.20 par:pas; -sanglés sangler VER m p 0.86 6.49 0.00 1.35 par:pas; -sangria sangria NOM f s 0.72 0.34 0.72 0.34 -sangs sang NOM m p 304.75 207.30 0.45 2.09 -sangsue sangsue NOM f s 2.90 1.28 1.05 0.54 -sangsues sangsue NOM f p 2.90 1.28 1.85 0.74 -sanguin sanguin ADJ m s 8.84 3.78 4.33 2.30 -sanguinaire sanguinaire ADJ s 3.06 2.30 2.14 1.82 -sanguinaires sanguinaire ADJ p 3.06 2.30 0.91 0.47 -sanguine sanguin ADJ f s 8.84 3.78 1.81 0.95 -sanguines sanguin ADJ f p 8.84 3.78 0.27 0.00 -sanguinolent sanguinolent ADJ m s 0.28 3.18 0.05 0.95 -sanguinolente sanguinolent ADJ f s 0.28 3.18 0.07 1.22 -sanguinolentes sanguinolent ADJ f p 0.28 3.18 0.01 0.54 -sanguinolents sanguinolent ADJ m p 0.28 3.18 0.15 0.47 -sanguins sanguin ADJ m p 8.84 3.78 2.44 0.54 -sanhédrin sanhédrin NOM m s 0.00 0.41 0.00 0.41 -sanie sanie NOM f s 0.01 1.08 0.00 0.61 -sanies sanie NOM f p 0.01 1.08 0.01 0.47 -sanieuses sanieux ADJ f p 0.00 0.14 0.00 0.07 -sanieux sanieux ADJ m 0.00 0.14 0.00 0.07 -sanitaire sanitaire ADJ s 3.52 1.55 2.42 1.08 -sanitaires sanitaire ADJ p 3.52 1.55 1.11 0.47 -sans_coeur sans_coeur ADJ 0.01 0.07 0.01 0.07 -sans_culotte sans_culotte NOM m s 0.16 0.41 0.16 0.00 -sans_culotte sans_culotte NOM m p 0.16 0.41 0.00 0.41 -sans_culottide sans_culottide NOM f p 0.00 0.07 0.00 0.07 -sans_façon sans_façon NOM m 0.10 0.14 0.10 0.14 -sans_faute sans_faute NOM m 0.05 0.00 0.05 0.00 -sans_fil sans_fil NOM m 0.21 0.20 0.21 0.20 -sans_filiste sans_filiste NOM m s 0.00 0.74 0.00 0.61 -sans_filiste sans_filiste NOM m p 0.00 0.74 0.00 0.14 -sans_grade sans_grade NOM m 0.05 0.14 0.05 0.14 -sans_pareil sans_pareil NOM m 0.00 5.20 0.00 5.20 -sans sans PRE 1003.44 2224.12 1003.44 2224.12 -sanscrit sanscrit ADJ m s 0.05 0.20 0.04 0.14 -sanscrite sanscrit ADJ f s 0.05 0.20 0.01 0.00 -sanscrits sanscrit ADJ m p 0.05 0.20 0.00 0.07 -sanskrit sanskrit NOM m s 0.11 0.14 0.11 0.14 -sansonnet sansonnet NOM m s 0.32 0.47 0.32 0.41 -sansonnets sansonnet NOM m p 0.32 0.47 0.00 0.07 -santal santal NOM m s 0.15 1.08 0.15 0.81 -santals santal NOM m p 0.15 1.08 0.00 0.27 -santiag santiag NOM f s 0.08 1.49 0.01 0.07 -santiags santiag NOM m p 0.08 1.49 0.07 1.42 -santoche santoche NOM f s 0.00 0.07 0.00 0.07 -santon santon NOM m s 0.03 0.34 0.03 0.00 -santons santon NOM m p 0.03 0.34 0.00 0.34 -santé santé NOM f s 88.69 52.70 88.58 52.43 -santés santé NOM f p 88.69 52.70 0.11 0.27 -saoudien saoudien ADJ m s 0.60 0.14 0.37 0.00 -saoudienne saoudien ADJ f s 0.60 0.14 0.07 0.00 -saoudiennes saoudienne NOM f p 0.05 0.00 0.03 0.00 -saoudiens saoudien NOM m p 0.47 0.00 0.45 0.00 -saoudite saoudite ADJ f s 0.05 0.07 0.05 0.07 -saoul saoul ADJ m s 11.97 13.18 7.81 9.46 -saoula saouler VER 6.84 8.38 0.01 0.07 ind:pas:3s; -saoulaient saouler VER 6.84 8.38 0.01 0.27 ind:imp:3p; -saoulais saouler VER 6.84 8.38 0.01 0.14 ind:imp:1s; -saoulait saouler VER 6.84 8.38 0.11 0.88 ind:imp:3s; -saoulant saouler VER 6.84 8.38 0.04 0.07 par:pre; -saoulard saoulard NOM m s 0.17 0.07 0.17 0.07 -saoule saoul ADJ f s 11.97 13.18 2.87 2.09 -saoulent saouler VER 6.84 8.38 0.30 0.07 ind:pre:3p; -saouler saouler VER 6.84 8.38 2.21 1.82 inf; -saoulerait saouler VER 6.84 8.38 0.01 0.14 cnd:pre:3s; -saouleras saouler VER 6.84 8.38 0.00 0.07 ind:fut:2s; -saoulerez saouler VER 6.84 8.38 0.02 0.00 ind:fut:2p; -saoulerie saoulerie NOM f s 0.03 0.47 0.03 0.27 -saouleries saoulerie NOM f p 0.03 0.47 0.00 0.20 -saoules saouler VER 6.84 8.38 0.83 0.07 ind:pre:2s; -saoulez saouler VER 6.84 8.38 0.14 0.20 imp:pre:2p;ind:pre:2p; -saoulions saouler VER 6.84 8.38 0.00 0.07 ind:imp:1p; -saouls saoul ADJ m p 11.97 13.18 1.24 1.55 -saoulé saouler VER m s 6.84 8.38 0.89 1.89 par:pas; -saoulée saouler VER f s 6.84 8.38 0.30 0.41 par:pas; -saoulées saouler VER f p 6.84 8.38 0.01 0.00 par:pas; -saoulés saouler VER m p 6.84 8.38 0.07 0.68 par:pas; -sapaient saper VER 3.23 7.91 0.00 0.20 ind:imp:3p; -sapait saper VER 3.23 7.91 0.03 0.41 ind:imp:3s; -sapajou sapajou NOM m s 0.01 0.47 0.01 0.41 -sapajous sapajou NOM m p 0.01 0.47 0.00 0.07 -sape saper VER 3.23 7.91 0.35 0.68 imp:pre:2s;ind:pre:1s;ind:pre:3s; -sapement sapement NOM m s 0.00 0.95 0.00 0.61 -sapements sapement NOM m p 0.00 0.95 0.00 0.34 -sapent saper VER 3.23 7.91 0.08 0.27 ind:pre:3p; -saper saper VER 3.23 7.91 1.13 1.22 inf; -saperai saper VER 3.23 7.91 0.02 0.00 ind:fut:1s; -saperlipopette saperlipopette ONO 0.62 0.07 0.62 0.07 -saperlotte saperlotte NOM m s 0.07 0.14 0.07 0.14 -sapes sape NOM f p 0.59 5.95 0.48 1.82 -sapeur_pompier sapeur_pompier NOM m s 0.11 0.61 0.07 0.00 -sapeur sapeur NOM m s 0.78 4.80 0.56 1.69 -sapeur_pompier sapeur_pompier NOM m p 0.11 0.61 0.04 0.61 -sapeurs sapeur NOM m p 0.78 4.80 0.21 3.11 -sapez saper VER 3.23 7.91 0.08 0.00 ind:pre:2p; -saphir saphir NOM m s 0.64 1.96 0.34 1.22 -saphirs saphir NOM m p 0.64 1.96 0.30 0.74 -saphisme saphisme NOM m s 0.00 0.07 0.00 0.07 -saphène saphène ADJ f s 0.07 0.00 0.07 0.00 -sapide sapide ADJ m s 0.00 0.20 0.00 0.14 -sapides sapide ADJ p 0.00 0.20 0.00 0.07 -sapidité sapidité NOM f s 0.00 0.07 0.00 0.07 -sapien sapiens ADJ m s 0.64 0.68 0.09 0.00 -sapience sapience NOM f s 0.00 0.07 0.00 0.07 -sapiens sapiens ADJ m p 0.64 0.68 0.56 0.68 -sapin sapin NOM m s 6.91 26.28 5.95 9.86 -sapines sapine NOM f p 0.00 0.27 0.00 0.27 -sapinette sapinette NOM f s 0.00 0.20 0.00 0.07 -sapinettes sapinette NOM f p 0.00 0.20 0.00 0.14 -sapinière sapinière NOM f s 0.00 1.42 0.00 0.81 -sapinières sapinière NOM f p 0.00 1.42 0.00 0.61 -sapins sapin NOM m p 6.91 26.28 0.95 16.42 -saponaires saponaire NOM f p 0.00 0.07 0.00 0.07 -saponification saponification NOM f s 0.03 0.14 0.03 0.14 -saponifiées saponifier VER f p 0.00 0.07 0.00 0.07 par:pas; -saponite saponite NOM f s 0.02 0.27 0.02 0.27 -sapotille sapotille NOM f s 0.10 0.00 0.10 0.00 -sapotillier sapotillier NOM m s 0.00 0.27 0.00 0.27 -sapristi sapristi ONO 1.69 0.68 1.69 0.68 -sapé saper VER m s 3.23 7.91 0.99 2.84 par:pas; -sapée saper VER f s 3.23 7.91 0.20 1.55 par:pas; -sapées saper VER f p 3.23 7.91 0.02 0.14 par:pas; -sapés saper VER m p 3.23 7.91 0.10 0.61 par:pas; -saque saquer VER 1.37 1.08 0.03 0.07 ind:pre:1s; -saquent saquer VER 1.37 1.08 0.14 0.00 ind:pre:3p; -saquer saquer VER 1.37 1.08 0.87 0.68 inf; -saqué saquer VER m s 1.37 1.08 0.20 0.14 par:pas; -saquée saquer VER f s 1.37 1.08 0.01 0.07 par:pas; -saqués saquer VER m p 1.37 1.08 0.12 0.14 par:pas; -sar sar NOM m s 0.00 0.07 0.00 0.07 -sara sara NOM f s 0.10 0.00 0.10 0.00 -sarabande sarabande NOM f s 0.31 1.89 0.21 1.69 -sarabandes sarabande NOM f p 0.31 1.89 0.10 0.20 -sarbacane sarbacane NOM f s 0.21 0.95 0.14 0.47 -sarbacanes sarbacane NOM f p 0.21 0.95 0.07 0.47 -sarcasme sarcasme NOM m s 2.37 4.66 1.13 1.35 -sarcasmes sarcasme NOM m p 2.37 4.66 1.24 3.31 -sarcastique sarcastique ADJ s 2.23 2.84 2.05 2.43 -sarcastiquement sarcastiquement ADV 0.00 0.20 0.00 0.20 -sarcastiques sarcastique ADJ p 2.23 2.84 0.18 0.41 -sarcelle sarcelle NOM f s 0.16 0.81 0.16 0.27 -sarcelles sarcelle NOM f p 0.16 0.81 0.00 0.54 -sarcine sarcine NOM f s 0.01 0.00 0.01 0.00 -sarclage sarclage NOM m s 0.00 0.07 0.00 0.07 -sarclait sarcler VER 0.13 1.89 0.01 0.47 ind:imp:3s; -sarclant sarcler VER 0.13 1.89 0.00 0.27 par:pre; -sarcle sarcler VER 0.13 1.89 0.01 0.07 ind:pre:3s; -sarclent sarcler VER 0.13 1.89 0.00 0.07 ind:pre:3p; -sarcler sarcler VER 0.13 1.89 0.10 0.95 inf; -sarclette sarclette NOM f s 0.01 0.00 0.01 0.00 -sarcleuse sarcleur NOM f s 0.06 0.00 0.06 0.00 -sarcloir sarcloir NOM m s 0.00 0.14 0.00 0.14 -sarclées sarcler VER f p 0.13 1.89 0.01 0.07 par:pas; -sarcoïdose sarcoïdose NOM f s 0.10 0.00 0.10 0.00 -sarcome sarcome NOM m s 0.34 0.00 0.34 0.00 -sarcophage sarcophage NOM m s 2.43 1.28 2.34 0.95 -sarcophages sarcophage NOM m p 2.43 1.28 0.09 0.34 -sardanapalesques sardanapalesque ADJ m p 0.00 0.07 0.00 0.07 -sardanes sardane NOM f p 0.00 0.07 0.00 0.07 -sarde sarde ADJ m s 0.31 0.00 0.31 0.00 -sardinaient sardiner VER 0.00 0.07 0.00 0.07 ind:imp:3p; -sardine sardine NOM f s 3.88 8.38 0.84 1.28 -sardines sardine NOM f p 3.88 8.38 3.04 7.09 -sardiniers sardinier NOM m p 0.01 0.07 0.01 0.07 -sardoine sardoine NOM f s 0.00 0.07 0.00 0.07 -sardonique sardonique ADJ s 0.10 1.01 0.10 0.95 -sardoniquement sardoniquement ADV 0.00 0.07 0.00 0.07 -sardoniques sardonique ADJ m p 0.10 1.01 0.00 0.07 -sargasse sargasse NOM f s 0.00 0.14 0.00 0.07 -sargasses sargasse NOM f p 0.00 0.14 0.00 0.07 -sari sari NOM m s 0.98 0.20 0.72 0.14 -sarigue sarigue NOM f s 0.00 0.07 0.00 0.07 -sarin sarin ADJ f s 0.25 0.00 0.25 0.00 -saris sari NOM m p 0.98 0.20 0.26 0.07 -sarment sarment NOM m s 0.11 1.28 0.11 0.27 -sarments sarment NOM m p 0.11 1.28 0.00 1.01 -sarong sarong NOM m s 0.19 0.00 0.19 0.00 -saroual saroual NOM m s 0.01 0.07 0.01 0.07 -sarouel sarouel NOM m s 0.00 0.14 0.00 0.14 -sarracénie sarracénie NOM f s 0.01 0.00 0.01 0.00 -sarrasin sarrasin NOM m s 0.20 0.68 0.20 0.41 -sarrasine sarrasin ADJ f s 0.30 0.74 0.16 0.20 -sarrasines sarrasin ADJ f p 0.30 0.74 0.00 0.07 -sarrasins sarrasin ADJ m p 0.30 0.74 0.00 0.20 -sarrau sarrau NOM m s 0.14 1.42 0.04 1.28 -sarraus sarrau NOM m p 0.14 1.42 0.10 0.14 -sarreau sarreau NOM m s 0.00 0.20 0.00 0.20 -sarriette sarriette NOM f s 0.01 0.07 0.01 0.07 -sarrois sarrois ADJ m 0.00 0.20 0.00 0.14 -sarroise sarrois ADJ f s 0.00 0.20 0.00 0.07 -sarrussophone sarrussophone NOM m s 0.00 0.07 0.00 0.07 -sas sas NOM m 3.26 0.74 3.26 0.74 -sashimi sashimi NOM m s 0.23 0.00 0.23 0.00 -sassafras sassafras NOM m 0.07 0.00 0.07 0.00 -sassanide sassanide ADJ f s 0.00 0.20 0.00 0.14 -sassanides sassanide ADJ p 0.00 0.20 0.00 0.07 -sasse sasser VER 0.14 0.07 0.14 0.07 ind:pre:3s; -sasseur sasseur NOM m s 0.54 0.00 0.54 0.00 -satan satan NOM m s 0.42 0.14 0.42 0.14 -satana sataner VER 1.12 0.81 0.01 0.34 ind:pas:3s; -satanaient sataner VER 1.12 0.81 0.00 0.07 ind:imp:3p; -satanas sataner VER 1.12 0.81 0.64 0.14 ind:pas:2s; -sataner sataner VER 1.12 0.81 0.00 0.20 inf; -satanique satanique ADJ s 3.11 1.49 1.80 0.95 -sataniques satanique ADJ p 3.11 1.49 1.31 0.54 -sataniser sataniser VER 0.12 0.00 0.12 0.00 inf; -satanisme satanisme NOM m s 0.31 0.34 0.31 0.34 -sataniste sataniste ADJ s 0.21 0.07 0.21 0.07 -satané satané ADJ m s 6.89 2.36 3.16 0.81 -satanée satané ADJ f s 6.89 2.36 2.08 0.74 -satanées satané ADJ f p 6.89 2.36 0.53 0.41 -satanés satané ADJ m p 6.89 2.36 1.12 0.41 -satelliser satelliser VER 0.02 0.07 0.02 0.00 inf; -satellisée satelliser VER f s 0.02 0.07 0.00 0.07 par:pas; -satellitaire satellitaire ADJ s 0.02 0.00 0.02 0.00 -satellite satellite NOM m s 13.41 1.96 10.63 0.81 -satellites_espion satellites_espion NOM m p 0.02 0.00 0.02 0.00 -satellites satellite NOM m p 13.41 1.96 2.79 1.15 -sati sati NOM m s 0.02 0.00 0.02 0.00 -satiation satiation NOM f s 0.00 0.07 0.00 0.07 -satin satin NOM m s 2.65 8.58 2.65 8.11 -satinait satiner VER 0.07 0.41 0.00 0.07 ind:imp:3s; -satine satiner VER 0.07 0.41 0.06 0.00 imp:pre:2s; -satinette satinette NOM f s 0.00 0.41 0.00 0.41 -satins satin NOM m p 2.65 8.58 0.00 0.47 -satiné satiné ADJ m s 0.11 1.35 0.03 0.20 -satinée satiné ADJ f s 0.11 1.35 0.05 0.68 -satinées satiné ADJ f p 0.11 1.35 0.02 0.27 -satinés satiné ADJ m p 0.11 1.35 0.01 0.20 -satire satire NOM f s 0.35 0.47 0.27 0.41 -satires satire NOM f p 0.35 0.47 0.08 0.07 -satirique satirique ADJ s 0.24 0.68 0.22 0.41 -satiriques satirique ADJ p 0.24 0.68 0.02 0.27 -satirisaient satiriser VER 0.00 0.07 0.00 0.07 ind:imp:3p; -satiriste satiriste NOM s 0.12 0.07 0.12 0.07 -satisfaction satisfaction NOM f s 7.37 41.22 7.03 37.09 -satisfactions satisfaction NOM f p 7.37 41.22 0.34 4.12 -satisfaire satisfaire VER 25.10 38.11 9.60 12.36 ind:pre:2p;inf; -satisfais satisfaire VER 25.10 38.11 0.33 0.20 imp:pre:2s;ind:pre:1s;ind:pre:2s; -satisfaisaient satisfaire VER 25.10 38.11 0.04 0.07 ind:imp:3p; -satisfaisais satisfaire VER 25.10 38.11 0.18 0.20 ind:imp:1s;ind:imp:2s; -satisfaisait satisfaire VER 25.10 38.11 0.13 2.43 ind:imp:3s; -satisfaisant satisfaisant ADJ m s 2.64 8.18 1.35 2.64 -satisfaisante satisfaisant ADJ f s 2.64 8.18 0.78 3.92 -satisfaisantes satisfaisant ADJ f p 2.64 8.18 0.23 1.15 -satisfaisants satisfaisant ADJ m p 2.64 8.18 0.29 0.47 -satisfait satisfaire VER m s 25.10 38.11 7.89 13.45 ind:pre:3s;par:pas;par:pas; -satisfaite satisfaire VER f s 25.10 38.11 2.29 4.53 par:pas; -satisfaites satisfaire VER f p 25.10 38.11 0.29 0.27 ind:pre:2p;par:pas; -satisfaits satisfaire VER m p 25.10 38.11 2.30 1.96 par:pas; -satisfasse satisfaire VER 25.10 38.11 0.07 0.14 sub:pre:3s; -satisfassent satisfaire VER 25.10 38.11 0.01 0.07 sub:pre:3p; -satisfecit satisfecit NOM m 0.02 0.34 0.02 0.34 -satisfera satisfaire VER 25.10 38.11 0.52 0.07 ind:fut:3s; -satisferai satisfaire VER 25.10 38.11 0.15 0.00 ind:fut:1s; -satisferaient satisfaire VER 25.10 38.11 0.04 0.00 cnd:pre:3p; -satisferais satisfaire VER 25.10 38.11 0.14 0.00 cnd:pre:1s; -satisferait satisfaire VER 25.10 38.11 0.28 0.20 cnd:pre:3s; -satisferiez satisfaire VER 25.10 38.11 0.03 0.00 cnd:pre:2p; -satisferons satisfaire VER 25.10 38.11 0.23 0.00 ind:fut:1p; -satisferont satisfaire VER 25.10 38.11 0.02 0.07 ind:fut:3p; -satisfirent satisfaire VER 25.10 38.11 0.00 0.14 ind:pas:3p; -satisfis satisfaire VER 25.10 38.11 0.00 0.07 ind:pas:1s; -satisfit satisfaire VER 25.10 38.11 0.01 0.47 ind:pas:3s; -satisfont satisfaire VER 25.10 38.11 0.43 0.20 ind:pre:3p; -satiété satiété NOM f s 0.43 1.42 0.43 1.42 -satonne satonner VER 0.00 0.54 0.00 0.07 ind:pre:3s; -satonner satonner VER 0.00 0.54 0.00 0.34 inf; -satonné satonner VER m s 0.00 0.54 0.00 0.14 par:pas; -satrape satrape NOM m s 0.02 0.88 0.02 0.34 -satrapes satrape NOM m p 0.02 0.88 0.00 0.54 -satrapie satrapie NOM f s 0.01 0.00 0.01 0.00 -saturait saturer VER 1.81 4.32 0.01 0.27 ind:imp:3s; -saturant saturer VER 1.81 4.32 0.00 0.14 par:pre; -saturation saturation NOM f s 1.08 1.08 1.08 1.08 -sature saturer VER 1.81 4.32 0.47 0.07 imp:pre:2s;ind:pre:1s;ind:pre:3s; -saturent saturer VER 1.81 4.32 0.01 0.00 ind:pre:3p; -saturer saturer VER 1.81 4.32 0.29 0.27 inf; -saturnales saturnales NOM f p 0.14 0.34 0.14 0.34 -saturnien saturnien ADJ m s 0.00 0.20 0.00 0.07 -saturniennes saturnienne NOM f p 0.00 0.07 0.00 0.07 -saturniens saturnien ADJ m p 0.00 0.20 0.00 0.14 -saturnisme saturnisme NOM m s 0.00 0.07 0.00 0.07 -saturons saturer VER 1.81 4.32 0.01 0.00 ind:pre:1p; -saturé saturer VER m s 1.81 4.32 0.50 1.82 par:pas; -saturée saturer VER f s 1.81 4.32 0.06 1.42 par:pas; -saturées saturer VER f p 1.81 4.32 0.30 0.14 par:pas; -saturés saturer VER m p 1.81 4.32 0.16 0.20 par:pas; -satyre satyre NOM m s 0.99 5.54 0.42 3.85 -satyres satyre NOM m p 0.99 5.54 0.57 1.69 -satyrique satyrique ADJ s 0.01 0.00 0.01 0.00 -sauce sauce NOM f s 19.24 13.72 18.33 11.76 -saucent saucer VER 0.69 2.30 0.00 0.07 ind:pre:3p; -saucer saucer VER 0.69 2.30 0.06 0.34 inf; -sauces sauce NOM f p 19.24 13.72 0.91 1.96 -saucier saucier NOM m s 0.14 0.00 0.14 0.00 -sauciflard sauciflard NOM m s 0.00 0.34 0.00 0.34 -saucisse saucisse NOM f s 15.89 8.78 7.37 3.18 -saucisses saucisse NOM f p 15.89 8.78 8.53 5.61 -saucisson saucisson NOM m s 2.09 8.04 2.08 6.08 -saucissonnage saucissonnage NOM m s 0.00 0.14 0.00 0.07 -saucissonnages saucissonnage NOM m p 0.00 0.14 0.00 0.07 -saucissonnant saucissonner VER 0.03 0.95 0.00 0.07 par:pre; -saucissonne saucissonner VER 0.03 0.95 0.00 0.14 ind:pre:3s; -saucissonner saucissonner VER 0.03 0.95 0.01 0.20 inf; -saucissonné saucissonner VER m s 0.03 0.95 0.01 0.20 par:pas; -saucissonnée saucissonner VER f s 0.03 0.95 0.00 0.20 par:pas; -saucissonnés saucissonner VER m p 0.03 0.95 0.01 0.14 par:pas; -saucissons saucisson NOM m p 2.09 8.04 0.01 1.96 -saucière saucière NOM f s 0.27 0.47 0.24 0.34 -saucières saucière NOM f p 0.27 0.47 0.03 0.14 -saucée saucée NOM f s 0.13 0.00 0.13 0.00 -sauf_conduit sauf_conduit NOM m s 1.14 1.01 0.77 0.88 -sauf_conduit sauf_conduit NOM m p 1.14 1.01 0.37 0.14 -sauf sauf PRE 108.54 83.99 108.54 83.99 -saufs sauf ADJ m p 12.52 6.69 2.38 0.74 -sauge sauge NOM f s 0.81 0.74 0.81 0.74 -saugrenu saugrenu ADJ m s 0.62 7.23 0.20 2.09 -saugrenue saugrenu ADJ f s 0.62 7.23 0.32 2.84 -saugrenues saugrenu ADJ f p 0.62 7.23 0.09 1.42 -saugrenus saugrenu ADJ m p 0.62 7.23 0.01 0.88 -saulaie saulaie NOM f s 0.00 0.20 0.00 0.07 -saulaies saulaie NOM f p 0.00 0.20 0.00 0.14 -saule saule NOM m s 1.90 8.65 1.27 1.96 -saules saule NOM m p 1.90 8.65 0.63 6.69 -saulnier saulnier NOM m s 0.00 0.07 0.00 0.07 -saumon saumon NOM m s 5.92 4.73 5.28 3.65 -saumoneau saumoneau NOM m s 0.00 0.07 0.00 0.07 -saumonette saumonette NOM f s 0.00 0.14 0.00 0.14 -saumons saumon NOM m p 5.92 4.73 0.64 1.08 -saumoné saumoné ADJ m s 0.00 0.47 0.00 0.07 -saumonée saumoné ADJ f s 0.00 0.47 0.00 0.20 -saumonées saumoné ADJ f p 0.00 0.47 0.00 0.20 -saumâtre saumâtre ADJ s 0.41 2.03 0.20 1.49 -saumâtres saumâtre ADJ p 0.41 2.03 0.21 0.54 -saumurage saumurage NOM m s 0.01 0.00 0.01 0.00 -saumure saumure NOM f s 0.42 1.76 0.42 1.76 -saumurer saumurer VER 0.01 0.00 0.01 0.00 inf; -saumurées saumuré ADJ f p 0.14 0.00 0.14 0.00 -sauna sauna NOM m s 3.85 1.08 3.45 0.61 -saunas sauna NOM m p 3.85 1.08 0.40 0.47 -saunier saunier NOM m s 0.00 0.68 0.00 0.34 -sauniers saunier NOM m p 0.00 0.68 0.00 0.34 -saunières saunière NOM f p 0.00 0.07 0.00 0.07 -saupoudra saupoudrer VER 0.57 4.80 0.00 0.41 ind:pas:3s; -saupoudrage saupoudrage NOM m s 0.02 0.00 0.02 0.00 -saupoudrai saupoudrer VER 0.57 4.80 0.00 0.07 ind:pas:1s; -saupoudraient saupoudrer VER 0.57 4.80 0.00 0.14 ind:imp:3p; -saupoudrait saupoudrer VER 0.57 4.80 0.00 0.34 ind:imp:3s; -saupoudrant saupoudrer VER 0.57 4.80 0.03 0.47 par:pre; -saupoudre saupoudrer VER 0.57 4.80 0.16 0.41 imp:pre:2s;ind:pre:1s;ind:pre:3s; -saupoudrer saupoudrer VER 0.57 4.80 0.10 0.27 inf; -saupoudreur saupoudreur NOM m s 0.02 0.00 0.02 0.00 -saupoudrez saupoudrer VER 0.57 4.80 0.03 0.14 imp:pre:2p;ind:pre:2p; -saupoudriez saupoudrer VER 0.57 4.80 0.00 0.07 ind:imp:2p; -saupoudrons saupoudrer VER 0.57 4.80 0.02 0.00 imp:pre:1p; -saupoudré saupoudrer VER m s 0.57 4.80 0.12 0.74 par:pas; -saupoudrée saupoudrer VER f s 0.57 4.80 0.04 0.81 par:pas; -saupoudrées saupoudrer VER f p 0.57 4.80 0.01 0.34 par:pas; -saupoudrés saupoudrer VER m p 0.57 4.80 0.06 0.61 par:pas; -saur saur ADJ m s 0.09 0.88 0.08 0.34 -saura savoir VER 4516.72 2003.58 34.23 14.93 ind:fut:3s;ind:pas:3s; -saurai savoir VER 4516.72 2003.58 18.40 8.85 ind:fut:1s; -sauraient savoir VER 4516.72 2003.58 1.48 5.47 cnd:pre:3p; -saurais savoir VER 4516.72 2003.58 13.01 10.14 cnd:pre:1s;cnd:pre:2s; -saurait savoir VER 4516.72 2003.58 11.90 33.92 cnd:pre:3s; -sauras savoir VER 4516.72 2003.58 15.22 4.59 ind:fut:2s;ind:pas:2s; -saurer saurer VER 22.06 10.27 0.00 0.41 inf; -sauret sauret ADJ m s 0.00 0.47 0.00 0.27 -saurets sauret ADJ m p 0.00 0.47 0.00 0.20 -saurez saurer VER 22.06 10.27 4.76 2.23 ind:pre:2p; -sauri saurir VER m s 0.01 0.00 0.01 0.00 par:pas; -saurien saurien NOM m s 0.01 0.47 0.01 0.20 -sauriens saurien NOM m p 0.01 0.47 0.00 0.27 -sauriez saurer VER 22.06 10.27 3.29 0.74 ind:imp:2p;sub:pre:2p; -saurin saurin NOM m s 0.00 0.07 0.00 0.07 -saurions saurer VER 22.06 10.27 0.56 0.74 ind:imp:1p; -saurons saurer VER 22.06 10.27 3.17 1.76 imp:pre:1p;ind:pre:1p; -sauront savoir VER 4516.72 2003.58 7.72 2.77 ind:fut:3p; -saurs saur ADJ m p 0.09 0.88 0.01 0.54 -saussaies saussaie NOM f p 0.00 1.22 0.00 1.22 -saut_de_lit saut_de_lit NOM m s 0.00 0.20 0.00 0.14 -saut saut NOM m s 14.77 17.03 13.53 14.26 -sauta sauter VER 123.04 134.59 0.84 15.27 ind:pas:3s; -sautai sauter VER 123.04 134.59 0.04 2.50 ind:pas:1s; -sautaient sauter VER 123.04 134.59 0.15 4.12 ind:imp:3p; -sautais sauter VER 123.04 134.59 1.00 0.88 ind:imp:1s;ind:imp:2s; -sautait sauter VER 123.04 134.59 1.81 9.39 ind:imp:3s; -sautant sauter VER 123.04 134.59 1.60 8.92 par:pre; -sautante sautant ADJ f s 0.04 0.14 0.01 0.14 -saute_mouton saute_mouton NOM m 0.14 0.54 0.14 0.54 -saute_ruisseau saute_ruisseau NOM m s 0.00 0.07 0.00 0.07 -saute sauter VER 123.04 134.59 22.66 19.39 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -sautelant sauteler VER 0.00 0.07 0.00 0.07 par:pre; -sautelle sautelle NOM f s 0.01 0.00 0.01 0.00 -sautent sauter VER 123.04 134.59 2.09 4.59 ind:pre:3p; -sauter sauter VER 123.04 134.59 57.89 43.31 inf; -sautera sauter VER 123.04 134.59 0.90 0.41 ind:fut:3s; -sauterai sauter VER 123.04 134.59 1.05 0.20 ind:fut:1s; -sauteraient sauter VER 123.04 134.59 0.06 0.14 cnd:pre:3p; -sauterais sauter VER 123.04 134.59 0.59 0.14 cnd:pre:1s;cnd:pre:2s; -sauterait sauter VER 123.04 134.59 0.39 0.74 cnd:pre:3s; -sauteras sauter VER 123.04 134.59 0.60 0.00 ind:fut:2s; -sauterelle sauterelle NOM f s 3.29 1.62 1.63 1.62 -sauterelles sauterelle NOM f p 3.29 1.62 1.67 0.00 -sauterez sauter VER 123.04 134.59 0.23 0.00 ind:fut:2p; -sauterie sauterie NOM f s 0.63 0.41 0.51 0.14 -sauteries sauterie NOM f p 0.63 0.41 0.12 0.27 -sauteriez sauter VER 123.04 134.59 0.04 0.00 cnd:pre:2p; -sauternes sauternes NOM m 0.67 1.08 0.67 1.08 -sauterons sauter VER 123.04 134.59 0.19 0.07 ind:fut:1p; -sauteront sauter VER 123.04 134.59 0.33 0.47 ind:fut:3p; -sautes sauter VER 123.04 134.59 3.25 0.61 ind:pre:2s; -sauteur sauteur NOM m s 1.12 1.89 0.66 0.61 -sauteurs sauteur NOM m p 1.12 1.89 0.10 0.20 -sauteuse sauteur NOM f s 1.12 1.89 0.33 0.95 -sauteuses sauteur NOM f p 1.12 1.89 0.03 0.14 -sautez sauter VER 123.04 134.59 5.62 0.54 imp:pre:2p;ind:pre:2p; -sauça saucer VER 0.69 2.30 0.00 0.20 ind:pas:3s; -sauçant saucer VER 0.69 2.30 0.00 0.14 par:pre; -sauçons saucer VER 0.69 2.30 0.00 0.07 ind:pre:1p; -sautiez sauter VER 123.04 134.59 0.36 0.00 ind:imp:2p; -sautilla sautiller VER 1.48 7.97 0.00 0.41 ind:pas:3s; -sautillaient sautiller VER 1.48 7.97 0.11 0.54 ind:imp:3p; -sautillais sautiller VER 1.48 7.97 0.04 0.07 ind:imp:1s; -sautillait sautiller VER 1.48 7.97 0.01 1.69 ind:imp:3s; -sautillant sautiller VER 1.48 7.97 0.16 2.64 par:pre; -sautillante sautillant ADJ f s 0.11 2.57 0.06 1.15 -sautillantes sautillant ADJ f p 0.11 2.57 0.00 0.41 -sautillants sautillant ADJ m p 0.11 2.57 0.02 0.20 -sautille sautiller VER 1.48 7.97 0.73 1.28 imp:pre:2s;ind:pre:1s;ind:pre:3s; -sautillement sautillement NOM m s 0.03 0.74 0.00 0.34 -sautillements sautillement NOM m p 0.03 0.74 0.03 0.41 -sautillent sautiller VER 1.48 7.97 0.02 0.34 ind:pre:3p; -sautiller sautiller VER 1.48 7.97 0.30 0.81 inf; -sautilles sautiller VER 1.48 7.97 0.05 0.00 ind:pre:2s; -sautillez sautiller VER 1.48 7.97 0.04 0.00 imp:pre:2p;ind:pre:2p; -sautillèrent sautiller VER 1.48 7.97 0.01 0.14 ind:pas:3p; -sautillé sautiller VER m s 1.48 7.97 0.01 0.07 par:pas; -sautions sauter VER 123.04 134.59 0.13 0.27 ind:imp:1p; -sautoir sautoir NOM m s 0.18 2.70 0.18 2.50 -sautoirs sautoir NOM m p 0.18 2.70 0.00 0.20 -sautâmes sauter VER 123.04 134.59 0.00 0.14 ind:pas:1p; -sauton sauton NOM m s 0.14 0.20 0.09 0.00 -sautons sauter VER 123.04 134.59 0.54 0.47 imp:pre:1p;ind:pre:1p; -sautât sauter VER 123.04 134.59 0.00 0.07 sub:imp:3s; -saut_de_lit saut_de_lit NOM m p 0.00 0.20 0.00 0.07 -sauts saut NOM m p 14.77 17.03 1.23 2.77 -sautèrent sauter VER 123.04 134.59 0.01 2.43 ind:pas:3p; -sauté sauter VER m s 123.04 134.59 18.77 18.78 par:pas; -sautée sauter VER f s 123.04 134.59 1.46 0.41 par:pas; -sautées sauté ADJ f p 0.80 0.95 0.46 0.27 -sautés sauter VER m p 123.04 134.59 0.22 0.34 par:pas; -sauva sauver VER 246.51 99.05 0.61 2.97 ind:pas:3s; -sauvage sauvage ADJ s 24.68 54.66 16.67 34.46 -sauvagement sauvagement ADV 1.48 6.28 1.48 6.28 -sauvageon sauvageon NOM m s 0.65 0.41 0.01 0.00 -sauvageonne sauvageon NOM f s 0.65 0.41 0.60 0.27 -sauvageonnes sauvageon NOM f p 0.65 0.41 0.00 0.07 -sauvageons sauvageon NOM m p 0.65 0.41 0.03 0.07 -sauvagerie sauvagerie NOM f s 0.95 7.70 0.95 7.36 -sauvageries sauvagerie NOM f p 0.95 7.70 0.00 0.34 -sauvages sauvage ADJ p 24.68 54.66 8.01 20.20 -sauvagesse sauvagesse NOM f s 0.02 0.14 0.02 0.07 -sauvagesses sauvagesse NOM f p 0.02 0.14 0.00 0.07 -sauvagin sauvagin NOM m s 0.00 1.28 0.00 0.20 -sauvagine sauvagin NOM f s 0.00 1.28 0.00 0.68 -sauvagines sauvagin NOM f p 0.00 1.28 0.00 0.41 -sauvai sauver VER 246.51 99.05 0.01 0.27 ind:pas:1s; -sauvaient sauver VER 246.51 99.05 0.04 0.88 ind:imp:3p; -sauvais sauver VER 246.51 99.05 0.58 0.54 ind:imp:1s;ind:imp:2s; -sauvait sauver VER 246.51 99.05 0.57 2.43 ind:imp:3s; -sauvant sauver VER 246.51 99.05 1.62 1.15 par:pre; -sauve_qui_peut sauve_qui_peut NOM m 0.10 0.68 0.10 0.68 -sauve sauver VER 246.51 99.05 24.34 10.41 imp:pre:2s;ind:pre:1s;ind:pre:3s; -sauvegardaient sauvegarder VER 2.77 3.65 0.00 0.07 ind:imp:3p; -sauvegardait sauvegarder VER 2.77 3.65 0.00 0.14 ind:imp:3s; -sauvegardant sauvegarder VER 2.77 3.65 0.00 0.20 par:pre; -sauvegarde sauvegarde NOM f s 1.19 2.57 1.03 2.50 -sauvegarder sauvegarder VER 2.77 3.65 1.36 2.03 inf; -sauvegarderaient sauvegarder VER 2.77 3.65 0.00 0.07 cnd:pre:3p; -sauvegarderait sauvegarder VER 2.77 3.65 0.00 0.07 cnd:pre:3s; -sauvegardes sauvegarde NOM f p 1.19 2.57 0.16 0.07 -sauvegardât sauvegarder VER 2.77 3.65 0.00 0.07 sub:imp:3s; -sauvegardé sauvegarder VER m s 2.77 3.65 0.94 0.41 par:pas; -sauvegardée sauvegarder VER f s 2.77 3.65 0.14 0.07 par:pas; -sauvegardées sauvegarder VER f p 2.77 3.65 0.07 0.14 par:pas; -sauvegardés sauvegarder VER m p 2.77 3.65 0.07 0.20 par:pas; -sauvent sauver VER 246.51 99.05 1.02 1.28 ind:pre:3p; -sauver sauver VER 246.51 99.05 103.06 36.89 inf;;inf;;inf;; -sauvera sauver VER 246.51 99.05 4.17 1.49 ind:fut:3s; -sauverai sauver VER 246.51 99.05 2.21 0.20 ind:fut:1s; -sauveraient sauver VER 246.51 99.05 0.07 0.20 cnd:pre:3p; -sauverais sauver VER 246.51 99.05 1.21 0.14 cnd:pre:1s;cnd:pre:2s; -sauverait sauver VER 246.51 99.05 1.31 1.55 cnd:pre:3s; -sauveras sauver VER 246.51 99.05 1.18 0.00 ind:fut:2s; -sauverez sauver VER 246.51 99.05 0.68 0.07 ind:fut:2p; -sauverons sauver VER 246.51 99.05 0.42 0.14 ind:fut:1p; -sauveront sauver VER 246.51 99.05 0.39 0.14 ind:fut:3p; -sauves sauver VER 246.51 99.05 3.51 0.47 ind:pre:2s; -sauvetage sauvetage NOM m s 8.32 3.72 8.20 3.45 -sauvetages sauvetage NOM m p 8.32 3.72 0.12 0.27 -sauveteur sauveteur NOM m s 1.38 1.35 0.75 0.27 -sauveteurs sauveteur NOM m p 1.38 1.35 0.64 1.08 -sauvette sauveter VER 0.25 3.38 0.25 3.38 imp:pre:2s;ind:pre:1s;ind:pre:3s; -sauveté sauveté NOM f s 0.00 0.27 0.00 0.27 -sauveur sauveur NOM m s 6.93 3.31 5.87 2.77 -sauveurs sauveur NOM m p 6.93 3.31 0.82 0.47 -sauveuse sauveur NOM f s 6.93 3.31 0.12 0.07 -sauvez sauver VER 246.51 99.05 12.63 1.08 imp:pre:2p;ind:pre:2p; -sauviez sauver VER 246.51 99.05 0.23 0.00 ind:imp:2p; -sauvignon sauvignon NOM m s 0.04 0.20 0.04 0.20 -sauvions sauver VER 246.51 99.05 0.17 0.07 ind:imp:1p; -sauvâmes sauver VER 246.51 99.05 0.00 0.07 ind:pas:1p; -sauvons sauver VER 246.51 99.05 1.48 0.27 imp:pre:1p;ind:pre:1p; -sauvât sauver VER 246.51 99.05 0.00 0.20 sub:imp:3s; -sauvèrent sauver VER 246.51 99.05 0.18 0.41 ind:pas:3p; -sauvé sauver VER m s 246.51 99.05 61.62 23.18 par:pas;par:pas;par:pas; -sauvée sauver VER f s 246.51 99.05 12.58 6.35 par:pas; -sauvées sauver VER f p 246.51 99.05 1.35 1.22 par:pas; -sauvés sauver VER m p 246.51 99.05 9.28 5.00 par:pas; -savaient savoir VER 4516.72 2003.58 14.72 30.20 ind:imp:3p; -savais savoir VER 4516.72 2003.58 236.66 132.09 ind:imp:1s;ind:imp:2s; -savait savoir VER 4516.72 2003.58 80.85 237.84 ind:imp:3s; -savamment savamment ADV 0.03 4.80 0.03 4.80 -savane savane NOM f s 0.34 2.57 0.34 1.76 -savanes savane NOM f p 0.34 2.57 0.00 0.81 -savant savant NOM m s 5.66 12.03 3.16 5.54 -savantasses savantasse NOM m p 0.00 0.07 0.00 0.07 -savante savant ADJ f s 3.99 17.30 0.44 3.72 -savantes savant ADJ f p 3.99 17.30 0.24 3.18 -savantissimes savantissime ADJ p 0.00 0.07 0.00 0.07 -savants savant NOM m p 5.66 12.03 2.42 6.42 -savarin savarin NOM m s 0.20 0.07 0.20 0.07 -savata savater VER 0.05 0.27 0.00 0.07 ind:pas:3s; -savatait savater VER 0.05 0.27 0.00 0.07 ind:imp:3s; -savate savate NOM f s 0.44 3.99 0.30 1.76 -savater savater VER 0.05 0.27 0.02 0.07 inf; -savates savate NOM f p 0.44 3.99 0.13 2.23 -savent savoir VER 4516.72 2003.58 64.32 44.53 ind:pre:3p; -savetier savetier NOM m s 0.39 0.34 0.39 0.20 -savetiers savetier NOM m p 0.39 0.34 0.00 0.14 -saveur saveur NOM f s 3.52 12.36 3.11 10.41 -saveurs saveur NOM f p 3.52 12.36 0.42 1.96 -savez savoir VER 4516.72 2003.58 407.94 132.91 ind:pre:2p; -saviez savoir VER 4516.72 2003.58 32.68 8.24 ind:imp:2p; -savions savoir VER 4516.72 2003.58 5.30 12.30 ind:imp:1p; -savoir_faire savoir_faire NOM m 1.23 2.03 1.23 2.03 -savoir_vivre savoir_vivre NOM m 1.67 1.76 1.67 1.76 -savoir savoir VER 4516.72 2003.58 421.10 250.00 inf; -savoirs savoir NOM m p 37.32 41.42 0.05 0.47 -savon savon NOM m s 16.68 18.04 15.65 16.55 -savonna savonner VER 0.79 4.19 0.00 0.41 ind:pas:3s; -savonnage savonnage NOM m s 0.10 0.07 0.10 0.00 -savonnages savonnage NOM m p 0.10 0.07 0.00 0.07 -savonnai savonner VER 0.79 4.19 0.00 0.07 ind:pas:1s; -savonnaient savonner VER 0.79 4.19 0.00 0.07 ind:imp:3p; -savonnais savonner VER 0.79 4.19 0.02 0.14 ind:imp:1s;ind:imp:2s; -savonnait savonner VER 0.79 4.19 0.01 0.54 ind:imp:3s; -savonnant savonner VER 0.79 4.19 0.03 0.41 par:pre; -savonne savonner VER 0.79 4.19 0.38 0.41 imp:pre:2s;ind:pre:1s;ind:pre:3s; -savonnent savonner VER 0.79 4.19 0.02 0.14 ind:pre:3p; -savonner savonner VER 0.79 4.19 0.26 1.22 inf; -savonnera savonner VER 0.79 4.19 0.01 0.00 ind:fut:3s; -savonneries savonnerie NOM f p 0.00 0.14 0.00 0.14 -savonnette savonnette NOM f s 0.72 3.92 0.62 2.84 -savonnettes savonnette NOM f p 0.72 3.92 0.10 1.08 -savonneuse savonneux ADJ f s 0.29 2.23 0.27 1.76 -savonneuses savonneux ADJ f p 0.29 2.23 0.00 0.34 -savonneux savonneux ADJ m 0.29 2.23 0.02 0.14 -savonnier savonnier ADJ m s 0.00 0.07 0.00 0.07 -savonné savonner VER m s 0.79 4.19 0.02 0.47 par:pas; -savonnée savonner VER f s 0.79 4.19 0.04 0.20 par:pas; -savonnées savonner VER f p 0.79 4.19 0.00 0.14 par:pas; -savons savoir VER 4516.72 2003.58 47.84 19.05 ind:pre:1p; -savoura savourer VER 4.24 14.26 0.01 0.47 ind:pas:3s; -savourai savourer VER 4.24 14.26 0.00 0.27 ind:pas:1s; -savouraient savourer VER 4.24 14.26 0.01 0.54 ind:imp:3p; -savourais savourer VER 4.24 14.26 0.14 0.61 ind:imp:1s; -savourait savourer VER 4.24 14.26 0.06 1.69 ind:imp:3s; -savourant savourer VER 4.24 14.26 0.03 2.36 par:pre; -savoure savourer VER 4.24 14.26 1.28 2.09 imp:pre:2s;ind:pre:1s;ind:pre:3s; -savourent savourer VER 4.24 14.26 0.03 0.41 ind:pre:3p; -savourer savourer VER 4.24 14.26 1.71 4.12 inf; -savourera savourer VER 4.24 14.26 0.15 0.07 ind:fut:3s; -savourerai savourer VER 4.24 14.26 0.03 0.00 ind:fut:1s; -savourerait savourer VER 4.24 14.26 0.01 0.07 cnd:pre:3s; -savourerons savourer VER 4.24 14.26 0.01 0.00 ind:fut:1p; -savoureuse savoureux ADJ f s 1.34 6.89 0.15 1.82 -savoureusement savoureusement ADV 0.00 0.14 0.00 0.14 -savoureuses savoureux ADJ f p 1.34 6.89 0.11 0.68 -savoureux savoureux ADJ m 1.34 6.89 1.08 4.39 -savourez savourer VER 4.24 14.26 0.46 0.07 imp:pre:2p;ind:pre:2p; -savourions savourer VER 4.24 14.26 0.01 0.14 ind:imp:1p; -savourons savourer VER 4.24 14.26 0.19 0.00 imp:pre:1p;ind:pre:1p; -savourèrent savourer VER 4.24 14.26 0.00 0.07 ind:pas:3p; -savouré savourer VER m s 4.24 14.26 0.10 0.68 par:pas; -savourée savourer VER f s 4.24 14.26 0.01 0.41 par:pas; -savourés savourer VER m p 4.24 14.26 0.01 0.20 par:pas; -savoyard savoyard NOM m s 0.50 3.24 0.10 2.91 -savoyarde savoyard NOM f s 0.50 3.24 0.14 0.27 -savoyardes savoyard ADJ f p 0.00 1.42 0.00 0.07 -savoyards savoyard NOM m p 0.50 3.24 0.27 0.07 -sax sax NOM m 0.36 0.14 0.36 0.14 -saxes saxe NOM m p 0.00 0.14 0.00 0.14 -saxhorn saxhorn NOM m s 0.40 0.00 0.40 0.00 -saxifragacées saxifragacée NOM f p 0.00 0.07 0.00 0.07 -saxifrage saxifrage NOM f s 0.00 0.14 0.00 0.07 -saxifrages saxifrage NOM f p 0.00 0.14 0.00 0.07 -saxo saxo NOM m s 0.73 1.01 0.72 0.81 -saxon saxon ADJ m s 0.39 0.81 0.19 0.27 -saxonne saxon ADJ f s 0.39 0.81 0.11 0.20 -saxonnes saxonne NOM f p 0.10 0.00 0.10 0.00 -saxons saxon ADJ m p 0.39 0.81 0.04 0.27 -saxophone saxophone NOM m s 1.32 1.28 1.30 1.22 -saxophones saxophone NOM m p 1.32 1.28 0.02 0.07 -saxophoniste saxophoniste NOM s 0.45 0.14 0.41 0.14 -saxophonistes saxophoniste NOM p 0.45 0.14 0.04 0.00 -saxos saxo NOM m p 0.73 1.01 0.01 0.20 -saynète saynète NOM f s 0.10 0.74 0.06 0.47 -saynètes saynète NOM f p 0.10 0.74 0.04 0.27 -sayon sayon NOM m s 0.00 0.14 0.00 0.14 -sbire sbire NOM m s 1.35 1.62 0.43 0.07 -sbires sbire NOM m p 1.35 1.62 0.92 1.55 -scabieuse scabieux ADJ f s 0.00 0.14 0.00 0.14 -scabreuse scabreux ADJ f s 0.55 1.49 0.03 0.27 -scabreuses scabreux ADJ f p 0.55 1.49 0.24 0.14 -scabreux scabreux ADJ m 0.55 1.49 0.28 1.08 -scaferlati scaferlati NOM m s 0.00 0.14 0.00 0.14 -scalaire scalaire NOM m s 0.03 0.00 0.03 0.00 -scalp scalp NOM m s 1.44 0.74 1.02 0.54 -scalpa scalper VER 1.45 0.47 0.01 0.07 ind:pas:3s; -scalpaient scalper VER 1.45 0.47 0.02 0.07 ind:imp:3p; -scalpait scalper VER 1.45 0.47 0.01 0.00 ind:imp:3s; -scalpe scalper VER 1.45 0.47 0.43 0.00 imp:pre:2s;ind:pre:1s;ind:pre:3s; -scalpel scalpel NOM m s 2.45 1.01 2.26 0.88 -scalpels scalpel NOM m p 2.45 1.01 0.19 0.14 -scalpent scalper VER 1.45 0.47 0.12 0.00 ind:pre:3p; -scalper scalper VER 1.45 0.47 0.35 0.14 inf; -scalpera scalper VER 1.45 0.47 0.01 0.07 ind:fut:3s; -scalpeur scalpeur NOM m s 0.01 0.00 0.01 0.00 -scalpez scalper VER 1.45 0.47 0.03 0.00 imp:pre:2p; -scalps scalp NOM m p 1.44 0.74 0.42 0.20 -scalpé scalper VER m s 1.45 0.47 0.33 0.14 par:pas; -scalpés scalper VER m p 1.45 0.47 0.14 0.00 par:pas; -scalène scalène ADJ m s 0.04 0.00 0.04 0.00 -scampi scampi NOM m p 0.09 0.07 0.09 0.07 -scanda scander VER 0.36 7.30 0.00 0.34 ind:pas:3s; -scandaient scander VER 0.36 7.30 0.00 0.61 ind:imp:3p; -scandait scander VER 0.36 7.30 0.00 1.01 ind:imp:3s; -scandale scandale NOM m s 20.92 24.05 19.09 21.49 -scandales scandale NOM m p 20.92 24.05 1.84 2.57 -scandaleuse scandaleux ADJ f s 4.83 8.31 1.10 3.04 -scandaleusement scandaleusement ADV 0.26 0.41 0.26 0.41 -scandaleuses scandaleux ADJ f p 4.83 8.31 0.28 0.74 -scandaleux scandaleux ADJ m 4.83 8.31 3.45 4.53 -scandalisa scandaliser VER 1.28 7.30 0.00 0.61 ind:pas:3s; -scandalisai scandaliser VER 1.28 7.30 0.00 0.14 ind:pas:1s; -scandalisaient scandaliser VER 1.28 7.30 0.00 0.34 ind:imp:3p; -scandalisais scandaliser VER 1.28 7.30 0.00 0.20 ind:imp:1s; -scandalisait scandaliser VER 1.28 7.30 0.01 1.08 ind:imp:3s; -scandalisant scandaliser VER 1.28 7.30 0.00 0.20 par:pre; -scandalise scandaliser VER 1.28 7.30 0.18 0.74 imp:pre:2s;ind:pre:1s;ind:pre:3s; -scandalisent scandaliser VER 1.28 7.30 0.00 0.34 ind:pre:3p; -scandaliser scandaliser VER 1.28 7.30 0.05 0.74 inf; -scandalisera scandaliser VER 1.28 7.30 0.14 0.00 ind:fut:3s; -scandaliserait scandaliser VER 1.28 7.30 0.00 0.07 cnd:pre:3s; -scandalisons scandaliser VER 1.28 7.30 0.00 0.07 imp:pre:1p; -scandalisèrent scandaliser VER 1.28 7.30 0.00 0.07 ind:pas:3p; -scandalisé scandaliser VER m s 1.28 7.30 0.56 1.69 par:pas; -scandalisée scandaliser VER f s 1.28 7.30 0.29 0.74 par:pas; -scandalisées scandalisé ADJ f p 0.39 3.04 0.00 0.20 -scandalisés scandalisé ADJ m p 0.39 3.04 0.32 0.47 -scandant scander VER 0.36 7.30 0.03 1.28 par:pre; -scande scander VER 0.36 7.30 0.01 0.41 imp:pre:2s;ind:pre:3s; -scandent scander VER 0.36 7.30 0.16 0.61 ind:pre:3p; -scander scander VER 0.36 7.30 0.05 0.61 inf; -scandera scander VER 0.36 7.30 0.00 0.07 ind:fut:3s; -scandinave scandinave ADJ s 0.39 2.43 0.29 1.49 -scandinaves scandinave NOM p 0.37 1.28 0.36 0.95 -scandé scander VER m s 0.36 7.30 0.01 0.81 par:pas; -scandée scander VER f s 0.36 7.30 0.00 0.61 par:pas; -scandées scander VER f p 0.36 7.30 0.00 0.34 par:pas; -scandés scander VER m p 0.36 7.30 0.10 0.61 par:pas; -scannage scannage NOM m s 0.10 0.00 0.10 0.00 -scannais scanner VER 2.90 0.00 0.01 0.00 ind:imp:1s; -scanne scanner VER 2.90 0.00 0.58 0.00 imp:pre:2s;ind:pre:1s;ind:pre:3s; -scannent scanner VER 2.90 0.00 0.13 0.00 ind:pre:3p; -scanner scanner NOM m s 8.56 0.14 6.90 0.14 -scannera scanner VER 2.90 0.00 0.02 0.00 ind:fut:3s; -scanneront scanner VER 2.90 0.00 0.01 0.00 ind:fut:3p; -scanners scanner NOM m p 8.56 0.14 1.66 0.00 -scannes scanner VER 2.90 0.00 0.06 0.00 ind:pre:2s; -scanneur scanneur NOM m s 0.04 0.00 0.04 0.00 -scannez scanner VER 2.90 0.00 0.16 0.00 imp:pre:2p;ind:pre:2p; -scanning scanning NOM m s 0.17 0.00 0.17 0.00 -scannons scanner VER 2.90 0.00 0.02 0.00 imp:pre:1p;ind:pre:1p; -scanné scanner VER m s 2.90 0.00 0.54 0.00 par:pas; -scannée scanner VER f s 2.90 0.00 0.10 0.00 par:pas; -scannés scanner VER m p 2.90 0.00 0.11 0.00 par:pas; -scanographie scanographie NOM f s 0.08 0.00 0.08 0.00 -scansion scansion NOM f s 0.00 0.34 0.00 0.27 -scansions scansion NOM f p 0.00 0.34 0.00 0.07 -scaphandre scaphandre NOM m s 0.79 0.61 0.49 0.61 -scaphandres scaphandre NOM m p 0.79 0.61 0.30 0.00 -scaphandrier scaphandrier NOM m s 0.04 0.34 0.03 0.27 -scaphandriers scaphandrier NOM m p 0.04 0.34 0.01 0.07 -scaphoïde scaphoïde ADJ s 0.08 0.00 0.08 0.00 -scapin scapin NOM m s 0.00 0.07 0.00 0.07 -scapulaire scapulaire NOM m s 0.04 0.68 0.03 0.54 -scapulaires scapulaire NOM m p 0.04 0.68 0.01 0.14 -scarabée scarabée NOM m s 1.33 1.42 0.60 0.95 -scarabées scarabée NOM m p 1.33 1.42 0.73 0.47 -scare scare NOM m s 0.06 0.00 0.06 0.00 -scarifiant scarifier VER 0.02 0.14 0.00 0.14 par:pre; -scarification scarification NOM f s 0.14 0.07 0.14 0.00 -scarifications scarification NOM f p 0.14 0.07 0.00 0.07 -scarifié scarifier VER m s 0.02 0.14 0.02 0.00 par:pas; -scarlatin scarlatine ADJ m s 0.01 0.00 0.01 0.00 -scarlatine scarlatine NOM f s 0.35 1.08 0.35 1.01 -scarlatines scarlatine NOM f p 0.35 1.08 0.00 0.07 -scarole scarole NOM f s 0.12 0.14 0.12 0.07 -scaroles scarole NOM f p 0.12 0.14 0.00 0.07 -scat scat NOM m s 0.06 0.00 0.06 0.00 -scato scato ADJ f s 0.04 0.07 0.04 0.00 -scatologie scatologie NOM f s 0.01 0.00 0.01 0.00 -scatologique scatologique ADJ s 0.03 0.54 0.01 0.20 -scatologiques scatologique ADJ p 0.03 0.54 0.01 0.34 -scatologue scatologue NOM m s 0.00 0.07 0.00 0.07 -scatophiles scatophile ADJ m p 0.01 0.07 0.01 0.07 -scatos scato ADJ f p 0.04 0.07 0.00 0.07 -scatter scatter NOM m s 0.14 0.00 0.14 0.00 -scazons scazon NOM m p 0.00 0.14 0.00 0.14 -sceau sceau NOM m s 3.72 4.93 3.54 3.45 -sceaux sceau NOM m p 3.72 4.93 0.18 1.49 -scella sceller VER 5.62 7.30 0.02 0.14 ind:pas:3s; -scellage scellage NOM m s 0.01 0.00 0.01 0.00 -scellaient sceller VER 5.62 7.30 0.23 0.00 ind:imp:3p; -scellait sceller VER 5.62 7.30 0.11 0.47 ind:imp:3s; -scellant sceller VER 5.62 7.30 0.18 0.41 par:pre; -scelle sceller VER 5.62 7.30 0.63 0.14 imp:pre:2s;ind:pre:1s;ind:pre:3s; -scellement scellement NOM m s 0.01 0.27 0.01 0.14 -scellements scellement NOM m p 0.01 0.27 0.00 0.14 -scellent sceller VER 5.62 7.30 0.23 0.00 ind:pre:3p; -sceller sceller VER 5.62 7.30 0.90 1.08 inf; -scellera sceller VER 5.62 7.30 0.03 0.00 ind:fut:3s; -scellerait sceller VER 5.62 7.30 0.00 0.07 cnd:pre:3s; -scelleront sceller VER 5.62 7.30 0.01 0.14 ind:fut:3p; -scellez sceller VER 5.62 7.30 0.53 0.00 imp:pre:2p; -scellons sceller VER 5.62 7.30 0.16 0.00 imp:pre:1p;ind:pre:1p; -scellèrent sceller VER 5.62 7.30 0.01 0.00 ind:pas:3p; -scellé sceller VER m s 5.62 7.30 1.23 2.16 par:pas; -scellée sceller VER f s 5.62 7.30 0.69 1.42 par:pas; -scellées sceller VER f p 5.62 7.30 0.44 0.61 par:pas; -scellés scellé NOM m p 1.91 1.62 1.58 1.55 -scenarii scenarii NOM m p 0.00 0.07 0.00 0.07 -scenic_railway scenic_railway NOM m s 0.00 0.20 0.00 0.20 -scepticisme scepticisme NOM m s 0.62 5.00 0.62 5.00 -sceptique sceptique ADJ s 2.52 5.81 2.21 4.59 -sceptiques sceptique NOM p 0.87 1.22 0.43 0.68 -sceptre sceptre NOM m s 1.62 1.69 1.61 1.42 -sceptres sceptre NOM m p 1.62 1.69 0.01 0.27 -schah schah NOM m s 0.02 0.00 0.02 0.00 -schako schako NOM m s 0.00 0.07 0.00 0.07 -schampooing schampooing NOM m s 0.00 0.07 0.00 0.07 -schbeb schbeb NOM m s 0.00 0.41 0.00 0.41 -scheik scheik NOM m s 0.01 0.00 0.01 0.00 -schilling schilling NOM m s 1.42 0.00 0.13 0.00 -schillings schilling NOM m p 1.42 0.00 1.29 0.00 -schismatique schismatique ADJ m s 0.00 0.20 0.00 0.14 -schismatiques schismatique ADJ p 0.00 0.20 0.00 0.07 -schisme schisme NOM m s 0.32 0.81 0.09 0.61 -schismes schisme NOM m p 0.32 0.81 0.23 0.20 -schiste schiste NOM m s 0.07 1.28 0.05 1.01 -schistes schiste NOM m p 0.07 1.28 0.02 0.27 -schisteuses schisteux ADJ f p 0.00 0.07 0.00 0.07 -schizoïde schizoïde ADJ s 0.14 0.14 0.14 0.07 -schizoïdes schizoïde ADJ m p 0.14 0.14 0.00 0.07 -schizophasie schizophasie NOM f s 0.01 0.00 0.01 0.00 -schizophrène schizophrène ADJ s 1.09 0.41 1.03 0.27 -schizophrènes schizophrène NOM p 0.93 0.88 0.49 0.34 -schizophrénie schizophrénie NOM f s 1.83 0.95 1.83 0.95 -schizophrénique schizophrénique ADJ s 0.14 0.14 0.13 0.07 -schizophréniques schizophrénique ADJ p 0.14 0.14 0.01 0.07 -schlague schlague NOM f s 0.00 0.20 0.00 0.20 -schlass schlass NOM m 0.14 0.07 0.14 0.07 -schlem schlem NOM m s 0.06 0.07 0.06 0.07 -schleu schleu ADJ m s 0.03 0.07 0.03 0.07 -schlinguait schlinguer VER 0.32 1.01 0.02 0.20 ind:imp:3s; -schlinguant schlinguer VER 0.32 1.01 0.00 0.07 par:pre; -schlingue schlinguer VER 0.32 1.01 0.23 0.54 imp:pre:2s;ind:pre:3s; -schlinguer schlinguer VER 0.32 1.01 0.02 0.14 inf; -schlingues schlinguer VER 0.32 1.01 0.05 0.07 ind:pre:2s; -schlitte schlitte NOM f s 0.00 0.07 0.00 0.07 -schmecte schmecter VER 0.00 0.07 0.00 0.07 ind:pre:3s; -schnaps schnaps NOM m 1.86 1.08 1.86 1.08 -schnauzer schnauzer NOM m s 0.04 0.00 0.04 0.00 -schnick schnick NOM m s 0.00 0.14 0.00 0.14 -schnitzel schnitzel NOM m s 0.46 0.00 0.46 0.00 -schnock schnock NOM s 1.06 0.81 0.93 0.81 -schnocks schnock NOM p 1.06 0.81 0.14 0.00 -schnoque schnoque NOM s 0.26 0.47 0.25 0.34 -schnoques schnoque NOM p 0.26 0.47 0.01 0.14 -schnouf schnouf NOM f s 0.01 0.00 0.01 0.00 -schnouff schnouff NOM f s 0.01 0.00 0.01 0.00 -schnouffe schnouffer VER 0.01 0.07 0.01 0.07 ind:pre:3s; -schooner schooner NOM m s 0.04 0.00 0.03 0.00 -schooners schooner NOM m p 0.04 0.00 0.01 0.00 -schpile schpile NOM m s 0.00 1.28 0.00 1.28 -schproum schproum NOM m s 0.00 0.41 0.00 0.41 -schème schème NOM m s 0.00 0.14 0.00 0.07 -schèmes schème NOM m p 0.00 0.14 0.00 0.07 -schtroumf schtroumf NOM m s 0.02 0.00 0.02 0.00 -schtroumpf schtroumpf NOM m s 0.55 0.14 0.19 0.07 -schtroumpfs schtroumpf NOM m p 0.55 0.14 0.37 0.07 -schéma schéma NOM m s 4.03 2.64 3.02 1.82 -schémas schéma NOM m p 4.03 2.64 1.01 0.81 -schématique schématique ADJ s 0.12 0.68 0.12 0.41 -schématiquement schématiquement ADV 0.01 0.61 0.01 0.61 -schématiques schématique ADJ f p 0.12 0.68 0.00 0.27 -schématise schématiser VER 0.05 0.14 0.02 0.07 imp:pre:2s;ind:pre:1s;ind:pre:3s; -schématiser schématiser VER 0.05 0.14 0.03 0.00 inf; -schématisme schématisme NOM m s 0.00 0.07 0.00 0.07 -schématisée schématiser VER f s 0.05 0.14 0.00 0.07 par:pas; -schupo schupo NOM m s 0.00 0.54 0.00 0.41 -schupos schupo NOM m p 0.00 0.54 0.00 0.14 -schuss schuss NOM m 0.14 0.41 0.14 0.41 -scia scier VER 5.01 9.86 0.01 0.14 ind:pas:3s; -sciage sciage NOM m s 0.06 0.14 0.06 0.14 -sciaient scier VER 5.01 9.86 0.00 0.20 ind:imp:3p; -sciais scier VER 5.01 9.86 0.02 0.07 ind:imp:1s;ind:imp:2s; -sciait scier VER 5.01 9.86 0.01 1.69 ind:imp:3s; -scialytique scialytique ADJ m s 0.00 0.27 0.00 0.27 -sciant scier VER 5.01 9.86 0.01 0.20 par:pre; -sciatique sciatique NOM s 0.57 0.20 0.57 0.20 -scie scie NOM f s 5.36 10.07 5.21 8.11 -sciemment sciemment ADV 0.48 1.49 0.48 1.49 -science_fiction science_fiction NOM f s 2.36 1.22 2.36 1.22 -science science NOM f s 32.97 31.08 25.28 24.93 -sciences science NOM f p 32.97 31.08 7.69 6.15 -scient scier VER 5.01 9.86 0.05 0.14 ind:pre:3p; -scientificité scientificité NOM f s 0.01 0.00 0.01 0.00 -scientifique scientifique ADJ s 17.07 6.55 13.62 4.46 -scientifiquement scientifiquement ADV 2.22 1.08 2.22 1.08 -scientifiques scientifique NOM p 14.59 1.42 6.40 0.74 -scientisme scientisme NOM m s 0.02 0.00 0.02 0.00 -scientiste scientiste ADJ s 0.15 0.14 0.15 0.14 -scientologie scientologie NOM f s 0.30 0.00 0.30 0.00 -scientologue scientologue NOM s 0.20 0.00 0.07 0.00 -scientologues scientologue NOM p 0.20 0.00 0.13 0.00 -scier scier VER 5.01 9.86 1.12 2.43 inf; -sciera scier VER 5.01 9.86 0.01 0.07 ind:fut:3s; -scierait scier VER 5.01 9.86 0.02 0.00 cnd:pre:3s; -scierie scierie NOM f s 0.92 2.30 0.76 1.96 -scieries scierie NOM f p 0.92 2.30 0.16 0.34 -scieront scier VER 5.01 9.86 0.01 0.00 ind:fut:3p; -scies scier VER 5.01 9.86 0.28 0.07 ind:pre:2s; -scieur scieur NOM m s 0.01 0.54 0.00 0.47 -scieurs scieur NOM m p 0.01 0.54 0.01 0.07 -sciez scier VER 5.01 9.86 0.12 0.07 imp:pre:2p;ind:pre:2p; -scindaient scinder VER 0.52 1.49 0.00 0.07 ind:imp:3p; -scindait scinder VER 0.52 1.49 0.00 0.34 ind:imp:3s; -scindant scinder VER 0.52 1.49 0.00 0.07 par:pre; -scinde scinder VER 0.52 1.49 0.41 0.34 ind:pre:3s; -scinder scinder VER 0.52 1.49 0.05 0.14 inf; -scinderas scinder VER 0.52 1.49 0.01 0.00 ind:fut:2s; -scindez scinder VER 0.52 1.49 0.01 0.00 imp:pre:2p; -scindèrent scinder VER 0.52 1.49 0.00 0.07 ind:pas:3p; -scindé scinder VER m s 0.52 1.49 0.02 0.20 par:pas; -scindée scinder VER f s 0.52 1.49 0.01 0.20 par:pas; -scindés scinder VER m p 0.52 1.49 0.00 0.07 par:pas; -scintigraphie scintigraphie NOM f s 0.36 0.00 0.36 0.00 -scintillaient scintiller VER 1.77 12.36 0.01 2.64 ind:imp:3p; -scintillait scintiller VER 1.77 12.36 0.19 2.84 ind:imp:3s; -scintillant scintillant ADJ m s 1.10 6.01 0.35 1.28 -scintillante scintillant ADJ f s 1.10 6.01 0.24 2.91 -scintillantes scintillant ADJ f p 1.10 6.01 0.40 1.15 -scintillants scintillant ADJ m p 1.10 6.01 0.11 0.68 -scintillation scintillation NOM f s 0.00 0.41 0.00 0.07 -scintillations scintillation NOM f p 0.00 0.41 0.00 0.34 -scintille scintiller VER 1.77 12.36 0.88 1.89 imp:pre:2s;ind:pre:3s; -scintillement scintillement NOM m s 0.23 4.53 0.17 3.24 -scintillements scintillement NOM m p 0.23 4.53 0.05 1.28 -scintillent scintiller VER 1.77 12.36 0.32 1.35 ind:pre:3p; -scintiller scintiller VER 1.77 12.36 0.24 1.49 inf; -scintilleraient scintiller VER 1.77 12.36 0.01 0.07 cnd:pre:3p; -scintillerais scintiller VER 1.77 12.36 0.00 0.07 cnd:pre:1s; -scintilleront scintiller VER 1.77 12.36 0.00 0.07 ind:fut:3p; -scintilles scintiller VER 1.77 12.36 0.02 0.07 ind:pre:2s; -scintillons scintiller VER 1.77 12.36 0.02 0.00 ind:pre:1p; -scintillèrent scintiller VER 1.77 12.36 0.00 0.14 ind:pas:3p; -scintillé scintiller VER m s 1.77 12.36 0.00 0.14 par:pas; -scion scion NOM m s 0.28 0.61 0.27 0.47 -scions scion NOM m p 0.28 0.61 0.01 0.14 -scirpe scirpe NOM m s 0.01 0.07 0.01 0.00 -scirpes scirpe NOM m p 0.01 0.07 0.00 0.07 -scission scission NOM f s 0.03 0.68 0.03 0.68 -scissionniste scissionniste ADJ m s 0.00 0.07 0.00 0.07 -scissiparité scissiparité NOM f s 0.01 0.00 0.01 0.00 -scissures scissure NOM f p 0.00 0.07 0.00 0.07 -sciène sciène NOM f s 0.14 0.00 0.14 0.00 -scièrent scier VER 5.01 9.86 0.01 0.00 ind:pas:3p; -scié scier VER m s 5.01 9.86 1.25 2.30 par:pas; -sciée scier VER f s 5.01 9.86 0.45 0.54 par:pas; -sciées scier VER f p 5.01 9.86 0.01 0.41 par:pas; -sciure sciure NOM f s 0.69 6.08 0.69 6.01 -sciures sciure NOM f p 0.69 6.08 0.00 0.07 -sciés scier VER m p 5.01 9.86 0.50 0.47 par:pas; -scléreux scléreux ADJ m 0.01 0.00 0.01 0.00 -sclérodermie sclérodermie NOM f s 0.03 0.00 0.03 0.00 -sclérosante sclérosant ADJ f s 0.01 0.00 0.01 0.00 -sclérose sclérose NOM f s 0.79 0.88 0.79 0.81 -scléroserai scléroser VER 0.16 0.34 0.01 0.00 ind:fut:1s; -scléroses sclérose NOM f p 0.79 0.88 0.00 0.07 -sclérosé scléroser VER m s 0.16 0.34 0.14 0.20 par:pas; -sclérosée scléroser VER f s 0.16 0.34 0.00 0.14 par:pas; -sclérosés sclérosé ADJ m p 0.02 0.20 0.00 0.07 -sclérotique sclérotique NOM f s 0.00 0.54 0.00 0.41 -sclérotiques sclérotique NOM f p 0.00 0.54 0.00 0.14 -scolaire scolaire ADJ s 7.00 14.12 5.61 9.66 -scolairement scolairement ADV 0.01 0.07 0.01 0.07 -scolaires scolaire ADJ p 7.00 14.12 1.39 4.46 -scolarisation scolarisation NOM f s 0.01 0.07 0.01 0.07 -scolariser scolariser VER 0.01 0.00 0.01 0.00 inf; -scolarité scolarité NOM f s 1.63 0.81 1.61 0.81 -scolarités scolarité NOM f p 1.63 0.81 0.02 0.00 -scolastique scolastique ADJ m s 0.01 0.20 0.01 0.14 -scolastiques scolastique ADJ f p 0.01 0.20 0.00 0.07 -scolie scolie NOM s 0.00 0.47 0.00 0.47 -scoliose scoliose NOM f s 0.24 0.34 0.23 0.27 -scolioses scoliose NOM f p 0.24 0.34 0.01 0.07 -scolopendre scolopendre NOM f s 0.00 0.34 0.00 0.07 -scolopendres scolopendre NOM f p 0.00 0.34 0.00 0.27 -scolyte scolyte NOM m s 0.01 0.00 0.01 0.00 -scone scone NOM m s 0.45 0.20 0.11 0.00 -scones scone NOM m p 0.45 0.20 0.34 0.20 -sconse sconse NOM m s 0.04 0.00 0.04 0.00 -scoop scoop NOM m s 5.29 1.22 5.12 1.08 -scoops scoop NOM m p 5.29 1.22 0.17 0.14 -scooter scooter NOM m s 3.62 2.77 3.41 2.30 -scooters scooter NOM m p 3.62 2.77 0.20 0.47 -scope scope NOM m s 0.41 0.07 0.36 0.07 -scopes scope NOM m p 0.41 0.07 0.04 0.00 -scopie scopie NOM f s 0.01 0.00 0.01 0.00 -scopitones scopitone NOM m p 0.00 0.07 0.00 0.07 -scopolamine scopolamine NOM f s 0.02 0.00 0.02 0.00 -scorbut scorbut NOM m s 0.46 0.95 0.46 0.95 -score score NOM m s 5.92 0.74 5.29 0.61 -scores score NOM m p 5.92 0.74 0.64 0.14 -scories scorie NOM f p 0.17 0.74 0.17 0.74 -scorpion scorpion NOM m s 3.54 2.64 1.78 0.88 -scorpions scorpion NOM m p 3.54 2.64 1.75 1.76 -scotch_terrier scotch_terrier NOM m s 0.01 0.00 0.01 0.00 -scotch scotch NOM m s 9.45 6.35 9.30 6.28 -scotchais scotcher VER 1.63 0.74 0.01 0.00 ind:imp:1s; -scotcher scotcher VER 1.63 0.74 0.17 0.00 inf; -scotches scotcher VER 1.63 0.74 0.10 0.20 ind:pre:2s; -scotchons scotcher VER 1.63 0.74 0.00 0.07 ind:pre:1p; -scotchs scotch NOM m p 9.45 6.35 0.15 0.07 -scotché scotcher VER m s 1.63 0.74 0.85 0.20 par:pas; -scotchée scotcher VER f s 1.63 0.74 0.26 0.07 par:pas; -scotchées scotcher VER f p 1.63 0.74 0.04 0.00 par:pas; -scotchés scotcher VER m p 1.63 0.74 0.20 0.20 par:pas; -scotomisant scotomiser VER 0.00 0.14 0.00 0.07 par:pre; -scotomiser scotomiser VER 0.00 0.14 0.00 0.07 inf; -scottish scottish NOM f s 0.14 0.14 0.14 0.14 -scoubidou scoubidou NOM m s 0.23 0.34 0.20 0.27 -scoubidous scoubidou NOM m p 0.23 0.34 0.03 0.07 -scoumoune scoumoune NOM f s 0.10 0.20 0.10 0.20 -scout scout ADJ m s 1.94 2.50 1.63 1.62 -scoute scout ADJ f s 1.94 2.50 0.07 0.41 -scoutisme scoutisme NOM m s 0.05 0.54 0.05 0.54 -scouts scout NOM m p 3.73 2.09 2.48 1.08 -scrabble scrabble NOM m s 1.39 0.20 1.39 0.20 -scratch scratch NOM m s 0.41 0.07 0.41 0.07 -scratcher scratcher VER 0.02 0.00 0.02 0.00 inf; -scratching scratching NOM m s 0.17 0.00 0.17 0.00 -scriban scriban NOM m s 0.00 0.07 0.00 0.07 -scribe scribe NOM m s 2.05 3.18 0.65 1.55 -scribes scribe NOM m p 2.05 3.18 1.40 1.62 -scribouillages scribouillage NOM m p 0.00 0.07 0.00 0.07 -scribouillard scribouillard NOM m s 0.17 1.01 0.06 0.88 -scribouillards scribouillard NOM m p 0.17 1.01 0.11 0.14 -scribouille scribouiller VER 0.03 0.20 0.02 0.07 ind:pre:1s;ind:pre:3s; -scribouiller scribouiller VER 0.03 0.20 0.01 0.14 inf; -script_girl script_girl NOM f s 0.00 0.20 0.00 0.20 -script script NOM m s 6.45 0.41 5.73 0.41 -scripte scripte NOM s 1.23 0.00 1.23 0.00 -scripteur scripteur NOM m s 0.00 0.14 0.00 0.07 -scripteurs scripteur NOM m p 0.00 0.14 0.00 0.07 -scripts script NOM m p 6.45 0.41 0.72 0.00 -scrofulaire scrofulaire NOM f s 0.01 0.00 0.01 0.00 -scrofule scrofule NOM f s 0.03 0.14 0.02 0.07 -scrofules scrofule NOM f p 0.03 0.14 0.01 0.07 -scrofuleux scrofuleux ADJ m s 0.02 0.34 0.02 0.34 -scrogneugneu scrogneugneu ONO 0.00 0.20 0.00 0.20 -scrotal scrotal ADJ m s 0.01 0.00 0.01 0.00 -scrotum scrotum NOM m s 0.77 0.07 0.77 0.07 -scrub scrub NOM m s 2.72 0.07 0.07 0.00 -scrubs scrub NOM m p 2.72 0.07 2.66 0.07 -scrupule scrupule NOM m s 6.66 16.42 0.94 6.28 -scrupules scrupule NOM m p 6.66 16.42 5.71 10.14 -scrupuleuse scrupuleux ADJ f s 0.76 3.78 0.11 1.28 -scrupuleusement scrupuleusement ADV 0.56 3.04 0.56 3.04 -scrupuleuses scrupuleux ADJ f p 0.76 3.78 0.01 0.07 -scrupuleux scrupuleux ADJ m 0.76 3.78 0.64 2.43 -scrupulosité scrupulosité NOM f s 0.01 0.00 0.01 0.00 -scruta scruter VER 2.30 15.54 0.00 1.89 ind:pas:3s; -scrutai scruter VER 2.30 15.54 0.00 0.20 ind:pas:1s; -scrutaient scruter VER 2.30 15.54 0.10 0.41 ind:imp:3p; -scrutais scruter VER 2.30 15.54 0.03 0.41 ind:imp:1s; -scrutait scruter VER 2.30 15.54 0.16 2.36 ind:imp:3s; -scrutant scruter VER 2.30 15.54 0.26 2.70 par:pre; -scrutateur scrutateur ADJ m s 0.39 0.41 0.39 0.20 -scrutateurs scrutateur ADJ m p 0.39 0.41 0.00 0.14 -scrutation scrutation NOM f s 0.04 0.00 0.04 0.00 -scrutatrices scrutateur ADJ f p 0.39 0.41 0.00 0.07 -scrute scruter VER 2.30 15.54 0.59 2.64 imp:pre:2s;ind:pre:1s;ind:pre:3s; -scrutent scruter VER 2.30 15.54 0.17 0.47 ind:pre:3p; -scruter scruter VER 2.30 15.54 0.47 2.91 inf; -scrutera scruter VER 2.30 15.54 0.01 0.07 ind:fut:3s; -scruterai scruter VER 2.30 15.54 0.01 0.00 ind:fut:1s; -scruterait scruter VER 2.30 15.54 0.00 0.07 cnd:pre:3s; -scruteront scruter VER 2.30 15.54 0.01 0.00 ind:fut:3p; -scrutez scruter VER 2.30 15.54 0.06 0.00 imp:pre:2p;ind:pre:2p; -scrutin scrutin NOM m s 0.71 1.49 0.62 1.28 -scrutins scrutin NOM m p 0.71 1.49 0.09 0.20 -scrutions scruter VER 2.30 15.54 0.00 0.20 ind:imp:1p; -scrutâmes scruter VER 2.30 15.54 0.00 0.14 ind:pas:1p; -scrutons scruter VER 2.30 15.54 0.02 0.00 imp:pre:1p;ind:pre:1p; -scrutèrent scruter VER 2.30 15.54 0.00 0.07 ind:pas:3p; -scruté scruter VER m s 2.30 15.54 0.38 0.74 par:pas; -scrutée scruter VER f s 2.30 15.54 0.02 0.07 par:pas; -scrutés scruter VER m p 2.30 15.54 0.01 0.20 par:pas; -scène_clé scène_clé NOM f s 0.01 0.00 0.01 0.00 -scène scène NOM f s 107.96 114.93 96.66 95.27 -scènes_clé scènes_clé NOM f p 0.01 0.00 0.01 0.00 -scènes scène NOM f p 107.96 114.93 11.30 19.66 -sculpta sculpter VER 2.92 13.72 0.04 0.34 ind:pas:3s; -sculptaient sculpter VER 2.92 13.72 0.00 0.07 ind:imp:3p; -sculptais sculpter VER 2.92 13.72 0.11 0.07 ind:imp:1s; -sculptait sculpter VER 2.92 13.72 0.02 1.15 ind:imp:3s; -sculptant sculpter VER 2.92 13.72 0.10 0.41 par:pre; -sculpte sculpter VER 2.92 13.72 0.63 1.35 imp:pre:2s;ind:pre:1s;ind:pre:3s; -sculptent sculpter VER 2.92 13.72 0.03 0.14 ind:pre:3p; -sculpter sculpter VER 2.92 13.72 0.87 2.16 inf; -sculptera sculpter VER 2.92 13.72 0.01 0.14 ind:fut:3s; -sculpterai sculpter VER 2.92 13.72 0.02 0.00 ind:fut:1s; -sculpterait sculpter VER 2.92 13.72 0.00 0.07 cnd:pre:3s; -sculpteras sculpter VER 2.92 13.72 0.01 0.07 ind:fut:2s; -sculpterez sculpter VER 2.92 13.72 0.01 0.07 ind:fut:2p; -sculptes sculpter VER 2.92 13.72 0.14 0.20 ind:pre:2s; -sculpteur sculpteur NOM m s 3.63 7.50 3.31 4.93 -sculpteurs sculpteur NOM m p 3.63 7.50 0.29 2.57 -sculptez sculpter VER 2.92 13.72 0.04 0.07 imp:pre:2p;ind:pre:2p; -sculptiez sculpter VER 2.92 13.72 0.00 0.07 ind:imp:2p; -sculptâtes sculpter VER 2.92 13.72 0.00 0.07 ind:pas:2p; -sculptrice sculpteur NOM f s 3.63 7.50 0.02 0.00 -sculpté sculpter VER m s 2.92 13.72 0.56 3.38 par:pas; -sculptée sculpté ADJ f s 0.50 7.23 0.15 1.28 -sculptées sculpter VER f p 2.92 13.72 0.17 0.74 par:pas; -sculptural sculptural ADJ m s 0.02 0.68 0.00 0.20 -sculpturale sculptural ADJ f s 0.02 0.68 0.02 0.34 -sculpturales sculptural ADJ f p 0.02 0.68 0.00 0.07 -sculpturaux sculptural ADJ m p 0.02 0.68 0.00 0.07 -sculpture sculpture NOM f s 7.12 7.91 5.48 3.78 -sculptures sculpture NOM f p 7.12 7.91 1.64 4.12 -sculptés sculpter VER m p 2.92 13.72 0.06 1.76 par:pas; -scélérat scélérat NOM m s 2.87 0.74 2.19 0.27 -scélérate scélérat ADJ f s 1.05 0.27 0.12 0.00 -scélérates scélérat ADJ f p 1.05 0.27 0.01 0.07 -scélératesse scélératesse NOM f s 0.00 0.14 0.00 0.07 -scélératesses scélératesse NOM f p 0.00 0.14 0.00 0.07 -scélérats scélérat NOM m p 2.87 0.74 0.66 0.47 -scénar scénar NOM m s 0.51 0.34 0.46 0.34 -scénarii scénario NOM m p 19.14 9.26 0.00 0.07 -scénarimage scénarimage NOM m s 0.01 0.00 0.01 0.00 -scénario scénario NOM m s 19.14 9.26 16.70 8.18 -scénarios scénario NOM m p 19.14 9.26 2.44 1.01 -scénariste scénariste NOM s 2.70 0.68 1.98 0.41 -scénaristes scénariste NOM p 2.70 0.68 0.72 0.27 -scénaristique scénaristique ADJ f s 0.01 0.14 0.01 0.14 -scénars scénar NOM m p 0.51 0.34 0.04 0.00 -scénique scénique ADJ f s 0.12 0.20 0.11 0.00 -scéniques scénique ADJ p 0.12 0.20 0.01 0.20 -scénographe scénographe NOM s 0.03 0.00 0.03 0.00 -scénographie scénographie NOM f s 0.35 0.07 0.35 0.07 -scénographique scénographique ADJ m s 0.01 0.00 0.01 0.00 -scutigère scutigère NOM f s 0.00 0.61 0.00 0.54 -scutigères scutigère NOM f p 0.00 0.61 0.00 0.07 -scythe scythe ADJ s 0.04 0.34 0.04 0.20 -scythes scythe ADJ m p 0.04 0.34 0.00 0.14 -se se PRO:per 2813.77 6587.77 2813.77 6587.77 -señor señor NOM m s 9.75 0.00 9.75 0.00 -seaborgium seaborgium NOM m s 0.10 0.00 0.10 0.00 -seau seau NOM m s 9.01 24.05 7.02 14.73 -seaux seau NOM m p 9.01 24.05 2.00 9.32 -sec sec ADJ m s 43.02 142.84 27.40 72.30 -secco secco NOM m s 0.00 0.61 0.00 0.34 -seccos secco NOM m p 0.00 0.61 0.00 0.27 -seccotine seccotine NOM f s 0.00 0.34 0.00 0.34 -second_maître second_maître NOM m s 0.05 0.07 0.05 0.07 -second second ADJ m s 52.50 88.58 15.32 32.30 -secondaient seconder VER 1.76 5.00 0.00 0.07 ind:imp:3p; -secondaire secondaire ADJ s 8.06 8.65 4.16 5.07 -secondairement secondairement ADV 0.00 0.27 0.00 0.27 -secondaires secondaire ADJ p 8.06 8.65 3.91 3.58 -secondais seconder VER 1.76 5.00 0.03 0.00 ind:imp:1s; -secondait seconder VER 1.76 5.00 0.10 0.41 ind:imp:3s; -secondant seconder VER 1.76 5.00 0.00 0.07 par:pre; -seconde seconde NOM f s 124.54 121.49 72.34 66.22 -secondement secondement ADV 0.00 0.14 0.00 0.14 -secondent seconder VER 1.76 5.00 0.01 0.27 ind:pre:3p; -seconder seconder VER 1.76 5.00 0.37 1.96 inf; -secondera seconder VER 1.76 5.00 0.07 0.00 ind:fut:3s; -seconderai seconder VER 1.76 5.00 0.03 0.00 ind:fut:1s; -seconderas seconder VER 1.76 5.00 0.02 0.00 ind:fut:2s; -seconderez seconder VER 1.76 5.00 0.02 0.00 ind:fut:2p; -seconderont seconder VER 1.76 5.00 0.02 0.00 ind:fut:3p; -secondes seconde NOM f p 124.54 121.49 52.20 55.27 -secondo secondo NOM m s 0.20 0.07 0.20 0.07 -seconds second ADJ m p 52.50 88.58 0.28 0.34 -secondé seconder VER m s 1.76 5.00 0.24 1.01 par:pas; -secondée seconder VER f s 1.76 5.00 0.01 0.34 par:pas; -secondés seconder VER m p 1.76 5.00 0.04 0.20 par:pas; -secoua secouer VER 19.00 116.35 0.26 25.68 ind:pas:3s; -secouai secouer VER 19.00 116.35 0.01 1.82 ind:pas:1s; -secouaient secouer VER 19.00 116.35 0.01 3.24 ind:imp:3p; -secouais secouer VER 19.00 116.35 0.04 0.47 ind:imp:1s;ind:imp:2s; -secouait secouer VER 19.00 116.35 0.67 12.84 ind:imp:3s; -secouant secouer VER 19.00 116.35 0.39 11.49 par:pre; -secouassent secouer VER 19.00 116.35 0.00 0.07 sub:imp:3p; -secoue secouer VER 19.00 116.35 4.77 17.64 imp:pre:2s;ind:pre:1s;ind:pre:3s; -secouement secouement NOM m s 0.00 0.07 0.00 0.07 -secouent secouer VER 19.00 116.35 0.29 1.76 ind:pre:3p; -secouer secouer VER 19.00 116.35 4.50 14.19 ind:pre:2p;inf; -secouera secouer VER 19.00 116.35 0.04 0.14 ind:fut:3s; -secouerai secouer VER 19.00 116.35 0.02 0.14 ind:fut:1s; -secoueraient secouer VER 19.00 116.35 0.01 0.14 cnd:pre:3p; -secouerais secouer VER 19.00 116.35 0.01 0.14 cnd:pre:1s; -secouerait secouer VER 19.00 116.35 0.04 0.41 cnd:pre:3s; -secouerez secouer VER 19.00 116.35 0.01 0.00 ind:fut:2p; -secoueront secouer VER 19.00 116.35 0.01 0.07 ind:fut:3p; -secoues secouer VER 19.00 116.35 0.56 0.20 ind:pre:2s; -secoueur secoueur NOM m s 0.09 0.07 0.02 0.07 -secoueurs secoueur NOM m p 0.09 0.07 0.06 0.00 -secouez secouer VER 19.00 116.35 1.24 0.61 imp:pre:2p;ind:pre:2p; -secouions secouer VER 19.00 116.35 0.00 0.14 ind:imp:1p; -secouâmes secouer VER 19.00 116.35 0.00 0.27 ind:pas:1p; -secouons secouer VER 19.00 116.35 0.04 0.14 imp:pre:1p;ind:pre:1p; -secourût secourir VER 6.05 4.93 0.00 0.14 sub:imp:3s; -secourable secourable ADJ s 0.69 1.42 0.66 1.22 -secourables secourable ADJ p 0.69 1.42 0.03 0.20 -secouraient secourir VER 6.05 4.93 0.00 0.07 ind:imp:3p; -secourait secourir VER 6.05 4.93 0.02 0.07 ind:imp:3s; -secourant secourir VER 6.05 4.93 0.12 0.00 par:pre; -secoures secourir VER 6.05 4.93 0.11 0.00 sub:pre:2s; -secourez secourir VER 6.05 4.93 0.74 0.00 imp:pre:2p;ind:pre:2p; -secourions secourir VER 6.05 4.93 0.03 0.07 ind:imp:1p; -secourir secourir VER 6.05 4.93 2.97 2.64 inf; -secourisme secourisme NOM m s 0.26 0.07 0.26 0.07 -secouriste secouriste NOM s 0.94 0.34 0.43 0.20 -secouristes secouriste NOM p 0.94 0.34 0.51 0.14 -secourra secourir VER 6.05 4.93 0.01 0.00 ind:fut:3s; -secours secours NOM m 70.36 40.47 70.36 40.47 -secourt secourir VER 6.05 4.93 0.06 0.00 ind:pre:3s; -secouru secourir VER m s 6.05 4.93 1.10 0.88 par:pas; -secourue secourir VER f s 6.05 4.93 0.30 0.54 par:pas; -secourues secourir VER f p 6.05 4.93 0.02 0.14 par:pas; -secourus secourir VER m p 6.05 4.93 0.31 0.00 par:pas; -secourut secourir VER 6.05 4.93 0.00 0.20 ind:pas:3s; -secousse secousse NOM f s 2.59 16.28 1.44 8.72 -secousses secousse NOM f p 2.59 16.28 1.15 7.57 -secouèrent secouer VER 19.00 116.35 0.01 0.81 ind:pas:3p; -secoué secouer VER m s 19.00 116.35 3.96 13.99 par:pas; -secouée secouer VER f s 19.00 116.35 1.49 6.35 par:pas; -secouées secouer VER f p 19.00 116.35 0.04 0.81 par:pas; -secoués secouer VER m p 19.00 116.35 0.59 2.84 par:pas; -secret secret NOM m s 103.49 96.01 81.34 70.81 -secrets secret NOM m p 103.49 96.01 22.15 25.20 -secrète secret ADJ f s 62.68 83.11 14.43 28.51 -secrètement secrètement ADV 3.20 13.04 3.20 13.04 -secrètent secréter VER 0.52 0.74 0.04 0.00 ind:pre:3p; -secrètes secret ADJ f p 62.68 83.11 3.79 10.47 -secrétaient secréter VER 0.52 0.74 0.00 0.07 ind:imp:3p; -secrétaire secrétaire NOM s 31.22 43.78 29.43 38.58 -secrétairerie secrétairerie NOM f s 0.00 0.07 0.00 0.07 -secrétaires secrétaire NOM p 31.22 43.78 1.79 5.20 -secrétariat secrétariat NOM m s 1.43 3.31 1.43 3.24 -secrétariats secrétariat NOM m p 1.43 3.31 0.00 0.07 -secréter secréter VER 0.52 0.74 0.01 0.07 inf; -secrété secréter VER m s 0.52 0.74 0.01 0.14 par:pas; -secrétée secréter VER f s 0.52 0.74 0.01 0.07 par:pas; -secs sec ADJ m p 43.02 142.84 4.91 17.09 -sectaire sectaire ADJ s 0.35 0.68 0.22 0.34 -sectaires sectaire ADJ p 0.35 0.68 0.13 0.34 -sectarisme sectarisme NOM m s 0.06 0.34 0.06 0.34 -sectateur sectateur NOM m s 0.01 0.34 0.00 0.14 -sectateurs sectateur NOM m p 0.01 0.34 0.01 0.20 -secte secte NOM f s 5.02 4.19 4.15 3.11 -sectes secte NOM f p 5.02 4.19 0.87 1.08 -secteur secteur NOM m s 26.50 20.34 24.57 18.45 -secteurs secteur NOM m p 26.50 20.34 1.93 1.89 -section section NOM f s 20.34 22.23 18.03 16.35 -sectionna sectionner VER 1.75 1.89 0.00 0.14 ind:pas:3s; -sectionnaient sectionner VER 1.75 1.89 0.00 0.07 ind:imp:3p; -sectionnant sectionner VER 1.75 1.89 0.04 0.00 par:pre; -sectionne sectionner VER 1.75 1.89 0.27 0.20 imp:pre:2s;ind:pre:1s;ind:pre:3s; -sectionnement sectionnement NOM m s 0.01 0.07 0.01 0.07 -sectionnent sectionner VER 1.75 1.89 0.00 0.14 ind:pre:3p; -sectionner sectionner VER 1.75 1.89 0.33 0.07 inf; -sectionnera sectionner VER 1.75 1.89 0.02 0.00 ind:fut:3s; -sectionnez sectionner VER 1.75 1.89 0.06 0.00 imp:pre:2p; -sectionné sectionner VER m s 1.75 1.89 0.53 0.54 par:pas; -sectionnée sectionner VER f s 1.75 1.89 0.34 0.41 par:pas; -sectionnées sectionner VER f p 1.75 1.89 0.06 0.20 par:pas; -sectionnés sectionner VER m p 1.75 1.89 0.09 0.14 par:pas; -sections section NOM f p 20.34 22.23 2.31 5.88 -sectorielles sectoriel ADJ f p 0.00 0.14 0.00 0.07 -sectoriels sectoriel ADJ m p 0.00 0.14 0.00 0.07 -sectorisation sectorisation NOM f s 0.01 0.00 0.01 0.00 -secundo secundo ADV 1.64 0.88 1.64 0.88 -sedan sedan NOM m s 0.04 0.07 0.04 0.07 -sedia_gestatoria sedia_gestatoria NOM f 0.00 0.20 0.00 0.20 -sedums sedum NOM m p 0.00 0.07 0.00 0.07 -seersucker seersucker NOM m s 0.02 0.00 0.02 0.00 -segment segment NOM m s 0.69 1.42 0.36 0.88 -segmentaire segmentaire ADJ s 0.03 0.00 0.03 0.00 -segmentale segmental ADJ f s 0.01 0.00 0.01 0.00 -segmentez segmenter VER 0.03 0.00 0.01 0.00 imp:pre:2p; -segments segment NOM m p 0.69 1.42 0.33 0.54 -segmenté segmenter VER m s 0.03 0.00 0.01 0.00 par:pas; -seguedilla seguedilla NOM f s 0.00 0.20 0.00 0.07 -seguedillas seguedilla NOM f p 0.00 0.20 0.00 0.14 -seiche seiche NOM f s 0.23 0.88 0.23 0.61 -seiches seiche NOM f p 0.23 0.88 0.00 0.27 -seigle seigle NOM m s 0.69 2.36 0.69 2.09 -seigles seigle NOM m p 0.69 2.36 0.00 0.27 -seigneur seigneur NOM m s 153.82 60.14 147.72 51.82 -seigneurial seigneurial ADJ m s 0.02 1.01 0.01 0.34 -seigneuriale seigneurial ADJ f s 0.02 1.01 0.00 0.41 -seigneuriales seigneurial ADJ f p 0.02 1.01 0.01 0.20 -seigneuriaux seigneurial ADJ m p 0.02 1.01 0.00 0.07 -seigneurie seigneurie NOM f s 3.00 4.86 2.81 4.59 -seigneuries seigneurie NOM f p 3.00 4.86 0.19 0.27 -seigneurs seigneur NOM m p 153.82 60.14 6.10 8.31 -seille seille NOM f s 0.00 0.27 0.00 0.07 -seilles seille NOM f p 0.00 0.27 0.00 0.20 -seillon seillon NOM m s 0.00 0.07 0.00 0.07 -sein sein NOM m s 44.90 84.05 16.93 32.23 -seine seine NOM f s 0.14 0.47 0.14 0.27 -seing seing NOM m s 0.01 0.07 0.01 0.07 -seins sein NOM m p 44.90 84.05 27.97 51.82 -seize seize ADJ:num 7.71 31.42 7.71 31.42 -seizième seizième NOM s 0.68 1.08 0.68 1.08 -sel sel NOM m s 21.83 33.24 20.93 31.01 -seldjoukide seldjoukide ADJ m s 0.00 0.14 0.00 0.14 -seldjoukides seldjoukide NOM p 0.00 0.07 0.00 0.07 -select select ADJ m s 0.14 0.34 0.12 0.27 -selects select ADJ m p 0.14 0.34 0.02 0.07 -self_contrôle self_contrôle NOM m s 0.19 0.07 0.19 0.07 -self_control self_control NOM m s 0.16 0.34 0.16 0.34 -self_défense self_défense NOM f s 0.18 0.00 0.18 0.00 -self_made_man self_made_man NOM m s 0.02 0.07 0.02 0.07 -self_made_men self_made_men NOM m p 0.01 0.07 0.01 0.07 -self_made_man self_made_man NOM m s 0.14 0.07 0.14 0.07 -self_service self_service NOM m s 0.37 0.47 0.36 0.47 -self_service self_service NOM m p 0.37 0.47 0.01 0.00 -self self NOM m s 0.67 0.34 0.67 0.27 -selfs self NOM m p 0.67 0.34 0.00 0.07 -sellait seller VER 1.81 1.96 0.00 0.07 ind:imp:3s; -selle selle NOM f s 10.26 19.05 8.90 16.08 -seller seller VER 1.81 1.96 0.52 0.68 inf; -sellerie sellerie NOM f s 0.05 0.27 0.05 0.20 -selleries sellerie NOM f p 0.05 0.27 0.00 0.07 -selles selle NOM f p 10.26 19.05 1.36 2.97 -sellette sellette NOM f s 0.36 0.88 0.36 0.88 -sellez seller VER 1.81 1.96 0.42 0.00 imp:pre:2p;ind:pre:2p; -sellier sellier NOM m s 0.02 0.47 0.02 0.47 -sellé seller VER m s 1.81 1.96 0.28 0.54 par:pas; -sellée seller VER f s 1.81 1.96 0.02 0.00 par:pas; -sellées seller VER f p 1.81 1.96 0.00 0.14 par:pas; -sellés seller VER m p 1.81 1.96 0.05 0.41 par:pas; -selon selon PRE 81.40 110.88 81.40 110.88 -sels sel NOM m p 21.83 33.24 0.90 2.23 -seltz seltz NOM m 0.17 0.00 0.17 0.00 -selva selva NOM f s 0.44 0.00 0.44 0.00 -sema semer VER 19.80 25.41 0.20 0.34 ind:pas:3s; -semaient semer VER 19.80 25.41 0.03 0.54 ind:imp:3p; -semailles semailles NOM f p 0.19 0.81 0.19 0.81 -semaine semaine NOM f s 290.85 197.50 186.01 111.89 -semaines semaine NOM f p 290.85 197.50 104.84 85.61 -semainier semainier NOM m s 0.00 0.34 0.00 0.34 -semait semer VER 19.80 25.41 0.03 1.49 ind:imp:3s; -semant semer VER 19.80 25.41 0.62 1.35 par:pre; -sembla sembler VER 229.25 572.84 0.87 32.43 ind:pas:3s; -semblable semblable ADJ s 8.93 52.91 5.99 31.42 -semblablement semblablement ADV 0.01 0.81 0.01 0.81 -semblables semblable NOM p 5.35 13.31 3.17 9.53 -semblaient sembler VER 229.25 572.84 2.99 55.81 ind:imp:3p; -semblais sembler VER 229.25 572.84 1.31 0.88 ind:imp:1s;ind:imp:2s; -semblait sembler VER 229.25 572.84 26.84 260.54 ind:imp:3s; -semblance semblance NOM f s 0.02 0.27 0.02 0.27 -semblant semblant NOM m s 25.63 32.09 25.55 31.89 -semblants semblant NOM m p 25.63 32.09 0.08 0.20 -semble sembler VER 229.25 572.84 128.91 154.19 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -semblent sembler VER 229.25 572.84 14.09 22.23 ind:pre:3p;sub:pre:3p; -sembler sembler VER 229.25 572.84 6.01 4.53 inf;; -semblera sembler VER 229.25 572.84 2.15 1.42 ind:fut:3s; -sembleraient sembler VER 229.25 572.84 0.05 0.20 cnd:pre:3p; -semblerait sembler VER 229.25 572.84 10.04 2.57 cnd:pre:3s; -sembleront sembler VER 229.25 572.84 0.20 0.20 ind:fut:3p; -sembles sembler VER 229.25 572.84 5.11 1.22 ind:pre:2s; -semblez sembler VER 229.25 572.84 14.02 1.96 imp:pre:2p;ind:pre:2p; -sembliez sembler VER 229.25 572.84 0.94 0.34 ind:imp:2p; -semblions sembler VER 229.25 572.84 0.05 0.34 ind:imp:1p; -semblons sembler VER 229.25 572.84 0.53 0.00 imp:pre:1p;ind:pre:1p; -semblât sembler VER 229.25 572.84 0.00 0.74 sub:imp:3s; -semblèrent sembler VER 229.25 572.84 0.01 1.69 ind:pas:3p; -semblé sembler VER m s 229.25 572.84 7.21 16.96 par:pas; -semelle semelle NOM f s 4.10 21.96 2.83 7.43 -semelles semelle NOM f p 4.10 21.96 1.27 14.53 -semen_contra semen_contra NOM m s 0.00 0.07 0.00 0.07 -semence semence NOM f s 4.80 5.27 4.20 4.05 -semences semence NOM f p 4.80 5.27 0.60 1.22 -semer semer VER 19.80 25.41 6.09 5.07 inf; -semestre semestre NOM m s 3.53 1.49 3.24 1.49 -semestres semestre NOM m p 3.53 1.49 0.29 0.00 -semestriel semestriel ADJ m s 0.05 0.07 0.01 0.07 -semestrielle semestriel ADJ f s 0.05 0.07 0.04 0.00 -semestriellement semestriellement ADV 0.01 0.00 0.01 0.00 -semeur semeur NOM m s 0.44 0.74 0.40 0.34 -semeurs semeur NOM m p 0.44 0.74 0.04 0.27 -semeuse semeuse NOM f s 0.11 0.47 0.11 0.47 -semeuses semeur NOM f p 0.44 0.74 0.00 0.14 -semez semer VER 19.80 25.41 0.46 0.07 imp:pre:2p;ind:pre:2p; -semi_aride semi_aride ADJ f p 0.01 0.00 0.01 0.00 -semi_automatique semi_automatique ADJ s 0.71 0.07 0.59 0.07 -semi_automatique semi_automatique ADJ f p 0.71 0.07 0.12 0.00 -semi_circulaire semi_circulaire ADJ s 0.01 0.14 0.01 0.14 -semi_conducteur semi_conducteur NOM m s 0.08 0.00 0.02 0.00 -semi_conducteur semi_conducteur NOM m p 0.08 0.00 0.06 0.00 -semi_liberté semi_liberté NOM f s 0.26 0.07 0.26 0.07 -semi_lunaire semi_lunaire ADJ f s 0.02 0.00 0.02 0.00 -semi_nomade semi_nomade ADJ m p 0.00 0.07 0.00 0.07 -semi_officiel semi_officiel ADJ m s 0.01 0.14 0.01 0.07 -semi_officiel semi_officiel ADJ f s 0.01 0.14 0.00 0.07 -semi_ouvert semi_ouvert ADJ m s 0.01 0.00 0.01 0.00 -semi_perméable semi_perméable ADJ f s 0.01 0.00 0.01 0.00 -semi_phonétique semi_phonétique ADJ f s 0.00 0.07 0.00 0.07 -semi_précieuse semi_précieuse ADJ f s 0.01 0.00 0.01 0.00 -semi_précieux semi_précieux ADJ f p 0.00 0.14 0.00 0.07 -semi_public semi_public ADJ m s 0.01 0.00 0.01 0.00 -semi_remorque semi_remorque NOM m s 0.48 0.61 0.45 0.54 -semi_remorque semi_remorque NOM m p 0.48 0.61 0.04 0.07 -semi_rigide semi_rigide ADJ f s 0.01 0.07 0.01 0.07 -semi semi NOM m s 0.52 1.28 0.52 1.28 -semis semis NOM m 0.04 2.84 0.04 2.84 -semoir semoir NOM m s 0.04 0.34 0.04 0.20 -semoirs semoir NOM m p 0.04 0.34 0.00 0.14 -semonce semonce NOM f s 0.30 1.49 0.29 1.35 -semoncer semoncer VER 0.00 0.41 0.00 0.14 inf; -semonces semonce NOM f p 0.30 1.49 0.01 0.14 -semoncé semoncer VER m s 0.00 0.41 0.00 0.07 par:pas; -semons semer VER 19.80 25.41 0.34 0.00 imp:pre:1p;ind:pre:1p; -semonça semoncer VER 0.00 0.41 0.00 0.07 ind:pas:3s; -semonçait semoncer VER 0.00 0.41 0.00 0.07 ind:imp:3s; -semonçant semoncer VER 0.00 0.41 0.00 0.07 par:pre; -semât semer VER 19.80 25.41 0.00 0.07 sub:imp:3s; -semoule semoule NOM f s 0.89 1.35 0.89 1.35 -sempiternel sempiternel ADJ m s 0.07 2.77 0.00 0.88 -sempiternelle sempiternel ADJ f s 0.07 2.77 0.03 0.47 -sempiternellement sempiternellement ADV 0.01 0.07 0.01 0.07 -sempiternelles sempiternel ADJ f p 0.07 2.77 0.01 0.88 -sempiternels sempiternel ADJ m p 0.07 2.77 0.03 0.54 -semtex semtex NOM m 0.10 0.00 0.10 0.00 -semé semer VER m s 19.80 25.41 4.10 6.08 par:pas; -semée semer VER f s 19.80 25.41 0.40 3.99 par:pas; -semées semer VER f p 19.80 25.41 0.17 1.76 par:pas; -semés semer VER m p 19.80 25.41 1.44 1.69 par:pas; -sen sen NOM m s 0.48 0.07 0.48 0.07 -senestre senestre ADJ f s 0.00 0.27 0.00 0.27 -senior senior ADJ m s 0.99 0.20 0.71 0.14 -seniors senior NOM m p 0.64 0.07 0.30 0.07 -senne seine NOM f s 0.14 0.47 0.00 0.20 -sens sentir VER 535.41 718.78 240.85 82.91 imp:pre:2s;ind:pre:1s;ind:pre:2s; -sensas sensas ADJ s 0.44 0.00 0.44 0.00 -sensass sensass ADJ s 2.05 0.20 2.05 0.20 -sensation sensation NOM f s 17.26 46.89 13.20 37.09 -sensationnalisme sensationnalisme NOM m s 0.07 0.00 0.07 0.00 -sensationnel sensationnel ADJ m s 4.36 3.45 2.69 1.55 -sensationnelle sensationnel ADJ f s 4.36 3.45 1.37 1.35 -sensationnellement sensationnellement ADV 0.00 0.07 0.00 0.07 -sensationnelles sensationnel ADJ f p 4.36 3.45 0.18 0.27 -sensationnels sensationnel ADJ m p 4.36 3.45 0.12 0.27 -sensations sensation NOM f p 17.26 46.89 4.06 9.80 -senseur senseur NOM m s 0.42 0.07 0.04 0.07 -senseurs senseur NOM m p 0.42 0.07 0.38 0.00 -sensibilisait sensibiliser VER 0.27 0.68 0.00 0.07 ind:imp:3s; -sensibilisation sensibilisation NOM f s 0.09 0.07 0.09 0.07 -sensibilise sensibiliser VER 0.27 0.68 0.02 0.14 imp:pre:2s;ind:pre:3s; -sensibiliser sensibiliser VER 0.27 0.68 0.16 0.07 inf; -sensibilisé sensibiliser VER m s 0.27 0.68 0.05 0.07 par:pas; -sensibilisée sensibiliser VER f s 0.27 0.68 0.01 0.27 par:pas; -sensibilisés sensibiliser VER m p 0.27 0.68 0.02 0.07 par:pas; -sensibilité sensibilité NOM f s 5.95 12.36 5.72 12.03 -sensibilités sensibilité NOM f p 5.95 12.36 0.23 0.34 -sensible sensible ADJ s 26.79 38.85 21.11 30.88 -sensiblement sensiblement ADV 0.13 3.58 0.13 3.58 -sensiblerie sensiblerie NOM f s 0.50 1.15 0.48 1.08 -sensibleries sensiblerie NOM f p 0.50 1.15 0.02 0.07 -sensibles sensible ADJ p 26.79 38.85 5.67 7.97 -sensitif sensitif ADJ m s 0.21 0.54 0.00 0.20 -sensitifs sensitif ADJ m p 0.21 0.54 0.03 0.00 -sensitive sensitif ADJ f s 0.21 0.54 0.19 0.27 -sensitives sensitif ADJ f p 0.21 0.54 0.00 0.07 -sensorialité sensorialité NOM f s 0.00 0.07 0.00 0.07 -sensoriel sensoriel ADJ m s 0.86 0.54 0.22 0.07 -sensorielle sensoriel ADJ f s 0.86 0.54 0.23 0.34 -sensorielles sensoriel ADJ f p 0.86 0.54 0.10 0.14 -sensoriels sensoriel ADJ m p 0.86 0.54 0.32 0.00 -sensé sensé ADJ m s 10.50 2.64 6.47 1.28 -sensualiste sensualiste NOM s 0.00 0.07 0.00 0.07 -sensualité sensualité NOM f s 1.14 6.76 1.14 6.69 -sensualités sensualité NOM f p 1.14 6.76 0.00 0.07 -sensée sensé ADJ f s 10.50 2.64 2.86 0.88 -sensuel sensuel ADJ m s 4.10 10.68 1.28 4.05 -sensuelle sensuel ADJ f s 4.10 10.68 1.82 5.07 -sensuellement sensuellement ADV 0.28 0.54 0.28 0.54 -sensuelles sensuel ADJ f p 4.10 10.68 0.33 0.95 -sensuels sensuel ADJ m p 4.10 10.68 0.67 0.61 -sensées sensé ADJ f p 10.50 2.64 0.37 0.07 -sensément sensément ADV 0.00 0.07 0.00 0.07 -sensés sensé ADJ m p 10.50 2.64 0.80 0.41 -sent_bon sent_bon NOM m s 0.00 0.54 0.00 0.54 -sent sentir VER 535.41 718.78 74.27 84.73 ind:pre:3s; -sentîmes sentir VER 535.41 718.78 0.00 0.41 ind:pas:1p; -sentît sentir VER 535.41 718.78 0.00 1.76 sub:imp:3s; -sentaient sentir VER 535.41 718.78 0.80 13.99 ind:imp:3p; -sentais sentir VER 535.41 718.78 23.21 84.59 ind:imp:1s;ind:imp:2s; -sentait sentir VER 535.41 718.78 13.37 170.47 ind:imp:3s; -sentant sentir VER 535.41 718.78 1.93 14.39 par:pre; -sente sentir VER 535.41 718.78 4.89 4.46 sub:pre:1s;sub:pre:3s; -sentence sentence NOM f s 7.70 5.68 7.17 4.19 -sentences sentence NOM f p 7.70 5.68 0.52 1.49 -sentencieuse sentencieux ADJ f s 0.06 2.70 0.01 0.54 -sentencieusement sentencieusement ADV 0.00 1.22 0.00 1.22 -sentencieuses sentencieux ADJ f p 0.06 2.70 0.00 0.20 -sentencieux sentencieux ADJ m 0.06 2.70 0.05 1.96 -sentent sentir VER 535.41 718.78 11.21 11.08 ind:pre:3p;sub:pre:3p; -sentes sentir VER 535.41 718.78 2.60 0.41 sub:pre:2s; -senteur senteur NOM f s 0.71 11.69 0.51 6.01 -senteurs senteur NOM f p 0.71 11.69 0.20 5.68 -sentez sentir VER 535.41 718.78 32.56 5.34 imp:pre:2p;ind:pre:2p; -senti sentir VER m s 535.41 718.78 34.33 49.05 par:pas; -sentie sentir VER f s 535.41 718.78 7.30 7.91 par:pas; -sentier sentier NOM m s 5.72 36.62 3.88 28.45 -sentiers sentier NOM m p 5.72 36.62 1.85 8.18 -senties sentir VER f p 535.41 718.78 0.06 0.61 par:pas; -sentiez sentir VER 535.41 718.78 1.86 1.01 ind:imp:2p;sub:pre:2p; -sentiment sentiment NOM m s 75.72 157.30 36.87 106.42 -sentimental sentimental ADJ m s 8.69 17.16 4.40 6.01 -sentimentale sentimental ADJ f s 8.69 17.16 2.30 5.81 -sentimentalement sentimentalement ADV 0.82 0.54 0.82 0.54 -sentimentales sentimental ADJ f p 8.69 17.16 1.35 3.24 -sentimentaliser sentimentaliser VER 0.01 0.00 0.01 0.00 inf; -sentimentalisme sentimentalisme NOM m s 0.75 0.27 0.75 0.27 -sentimentalité sentimentalité NOM f s 0.18 1.22 0.18 1.15 -sentimentalités sentimentalité NOM f p 0.18 1.22 0.00 0.07 -sentimentaux sentimental ADJ m p 8.69 17.16 0.64 2.09 -sentiments sentiment NOM m p 75.72 157.30 38.86 50.88 -sentine sentine NOM f s 0.00 0.54 0.00 0.34 -sentinelle sentinelle NOM f s 4.50 12.57 2.91 7.64 -sentinelles sentinelle NOM f p 4.50 12.57 1.59 4.93 -sentines sentine NOM f p 0.00 0.54 0.00 0.20 -sentions sentir VER 535.41 718.78 0.59 3.11 ind:imp:1p;sub:pre:1p; -sentir sentir VER 535.41 718.78 58.48 74.19 inf; -sentira sentir VER 535.41 718.78 2.50 1.08 ind:fut:3s; -sentirai sentir VER 535.41 718.78 2.08 1.42 ind:fut:1s; -sentiraient sentir VER 535.41 718.78 0.09 0.47 cnd:pre:3p; -sentirais sentir VER 535.41 718.78 3.82 1.28 cnd:pre:1s;cnd:pre:2s; -sentirait sentir VER 535.41 718.78 1.20 2.91 cnd:pre:3s; -sentiras sentir VER 535.41 718.78 7.07 0.47 ind:fut:2s; -sentirent sentir VER 535.41 718.78 0.05 2.09 ind:pas:3p; -sentirez sentir VER 535.41 718.78 3.74 0.74 ind:fut:2p; -sentiriez sentir VER 535.41 718.78 0.37 0.14 cnd:pre:2p; -sentirons sentir VER 535.41 718.78 0.08 0.07 ind:fut:1p; -sentiront sentir VER 535.41 718.78 0.51 0.61 ind:fut:3p; -sentis sentir VER m p 535.41 718.78 2.60 24.12 ind:pas:1s;par:pas; -sentisse sentir VER 535.41 718.78 0.00 0.34 sub:imp:1s; -sentissent sentir VER 535.41 718.78 0.00 0.20 sub:imp:3p; -sentit sentir VER 535.41 718.78 1.98 69.66 ind:pas:3s; -sentons sentir VER 535.41 718.78 1.03 2.77 imp:pre:1p;ind:pre:1p; -seppuku seppuku NOM m s 0.07 0.00 0.07 0.00 -seps seps NOM m 0.00 0.07 0.00 0.07 -sept sept ADJ:num 66.07 75.61 66.07 75.61 -septale septal ADJ f s 0.04 0.00 0.03 0.00 -septante_cinq septante_cinq ADJ:num 0.00 0.07 0.00 0.07 -septante_sept septante_sept ADJ:num 0.20 0.07 0.20 0.07 -septante septante ADJ:num 0.11 0.07 0.11 0.07 -septaux septal ADJ m p 0.04 0.00 0.01 0.00 -septembre septembre NOM m 16.01 43.58 16.01 43.58 -septembriseur septembriseur NOM m s 0.00 0.07 0.00 0.07 -septennat septennat NOM m s 0.00 0.14 0.00 0.14 -septentrion septentrion NOM m s 0.16 0.07 0.16 0.07 -septentrional septentrional ADJ m s 0.02 0.74 0.01 0.14 -septentrionale septentrional ADJ f s 0.02 0.74 0.01 0.41 -septentrionales septentrional ADJ f p 0.02 0.74 0.00 0.20 -septicité septicité NOM f s 0.03 0.00 0.03 0.00 -septicémie septicémie NOM f s 0.23 0.20 0.23 0.20 -septicémique septicémique ADJ f s 0.04 0.00 0.04 0.00 -septidi septidi NOM m s 0.00 0.07 0.00 0.07 -septime septime NOM f s 0.81 0.00 0.81 0.00 -septique septique ADJ s 0.58 0.41 0.58 0.41 -septième septième ADJ 4.25 5.61 4.25 5.61 -septièmes septième NOM p 2.81 3.18 0.01 0.00 -septuagénaire septuagénaire NOM s 0.05 0.88 0.04 0.74 -septuagénaires septuagénaire NOM p 0.05 0.88 0.01 0.14 -septum septum NOM m s 0.09 0.00 0.09 0.00 -septuor septuor NOM m s 0.01 0.00 0.01 0.00 -septuple septuple NOM m s 0.03 0.00 0.03 0.00 -sepuku sepuku NOM m s 0.00 0.07 0.00 0.07 -sequin sequin NOM m s 0.29 0.27 0.01 0.07 -sequins sequin NOM m p 0.29 0.27 0.28 0.20 -sera être AUX 8074.24 6501.82 159.41 66.69 ind:fut:3s; -serai être AUX 8074.24 6501.82 28.15 10.20 ind:fut:1s; -seraient être AUX 8074.24 6501.82 10.47 30.81 cnd:pre:3p; -serais être AUX 8074.24 6501.82 45.02 36.42 cnd:pre:2s; -serait être AUX 8074.24 6501.82 59.74 111.35 cnd:pre:3s; -seras être AUX 8074.24 6501.82 25.57 4.39 ind:fut:2s; -serbe serbe ADJ s 3.48 0.88 2.44 0.54 -serbes serbe NOM p 2.85 0.95 2.31 0.74 -serbo_croate serbo_croate NOM s 0.14 0.20 0.14 0.20 -serein serein ADJ m s 5.22 10.61 3.38 3.72 -sereine serein ADJ f s 5.22 10.61 1.04 5.81 -sereinement sereinement ADV 0.43 0.74 0.43 0.74 -sereines serein ADJ f p 5.22 10.61 0.31 0.41 -sereins serein ADJ m p 5.22 10.61 0.50 0.68 -serez être AUX 8074.24 6501.82 26.65 6.76 ind:fut:2p; -serf serf NOM m s 0.56 1.08 0.23 0.27 -serfouette serfouette NOM f s 0.00 0.07 0.00 0.07 -serfs serf NOM m p 0.56 1.08 0.33 0.81 -serge serge NOM f s 1.10 2.64 1.10 2.50 -sergent_chef sergent_chef NOM m s 1.52 1.49 1.38 1.42 -sergent_major sergent_major NOM m s 0.71 1.35 0.71 1.28 -sergent_pilote sergent_pilote NOM m s 0.00 0.07 0.00 0.07 -sergent sergent NOM m s 27.36 23.65 26.48 20.88 -sergent_chef sergent_chef NOM m p 1.52 1.49 0.14 0.07 -sergent_major sergent_major NOM m p 0.71 1.35 0.00 0.07 -sergents sergent NOM m p 27.36 23.65 0.88 2.77 -serges serge NOM f p 1.10 2.64 0.00 0.14 -sergot sergot NOM m s 0.01 0.14 0.01 0.07 -sergots sergot NOM m p 0.01 0.14 0.00 0.07 -sergé sergé NOM m s 0.00 0.20 0.00 0.20 -serial serial NOM m s 0.69 0.07 0.69 0.07 -seriez être AUX 8074.24 6501.82 6.69 3.24 cnd:pre:2p; -serin serin NOM m s 0.07 3.24 0.05 1.49 -serinais seriner VER 0.25 2.03 0.01 0.07 ind:imp:1s;ind:imp:2s; -serinait seriner VER 0.25 2.03 0.01 0.54 ind:imp:3s; -serine seriner VER 0.25 2.03 0.01 0.47 ind:pre:1s;ind:pre:3s; -seriner seriner VER 0.25 2.03 0.19 0.47 inf; -serinera seriner VER 0.25 2.03 0.00 0.07 ind:fut:3s; -serines seriner VER 0.25 2.03 0.03 0.07 ind:pre:2s; -seringa seringa NOM m s 0.14 0.81 0.14 0.54 -seringas seringa NOM m p 0.14 0.81 0.00 0.27 -seringuaient seringuer VER 0.00 0.34 0.00 0.07 ind:imp:3p; -seringuait seringuer VER 0.00 0.34 0.00 0.07 ind:imp:3s; -seringue seringue NOM f s 6.15 5.00 4.39 4.39 -seringueiros seringueiro NOM m p 0.00 0.07 0.00 0.07 -seringuer seringuer VER 0.00 0.34 0.00 0.14 inf; -seringues seringue NOM f p 6.15 5.00 1.76 0.61 -seringuée seringuer VER f s 0.00 0.34 0.00 0.07 par:pas; -serinions seriner VER 0.25 2.03 0.00 0.07 ind:imp:1p; -serins serin NOM m p 0.07 3.24 0.01 1.49 -seriné seriner VER m s 0.25 2.03 0.00 0.20 par:pas; -serinées seriner VER f p 0.25 2.03 0.00 0.07 par:pas; -serions être AUX 8074.24 6501.82 2.56 3.99 cnd:pre:1p; -serment serment NOM m s 21.19 12.23 18.18 8.85 -serments serment NOM m p 21.19 12.23 3.01 3.38 -sermon sermon NOM m s 7.61 6.42 4.38 3.85 -sermonna sermonner VER 1.40 1.89 0.00 0.34 ind:pas:3s; -sermonnaient sermonner VER 1.40 1.89 0.00 0.14 ind:imp:3p; -sermonnait sermonner VER 1.40 1.89 0.00 0.20 ind:imp:3s; -sermonnant sermonner VER 1.40 1.89 0.04 0.07 par:pre; -sermonne sermonner VER 1.40 1.89 0.14 0.27 imp:pre:2s;ind:pre:1s;ind:pre:3s; -sermonner sermonner VER 1.40 1.89 0.78 0.47 inf; -sermonnerai sermonner VER 1.40 1.89 0.01 0.00 ind:fut:1s; -sermonnes sermonner VER 1.40 1.89 0.02 0.00 ind:pre:2s; -sermonneur sermonneur NOM m s 0.28 0.00 0.27 0.00 -sermonneurs sermonneur NOM m p 0.28 0.00 0.01 0.00 -sermonnez sermonner VER 1.40 1.89 0.33 0.00 imp:pre:2p;ind:pre:2p; -sermonné sermonner VER m s 1.40 1.89 0.05 0.34 par:pas; -sermonnée sermonner VER f s 1.40 1.89 0.03 0.07 par:pas; -sermons sermon NOM m p 7.61 6.42 3.22 2.57 -serons être AUX 8074.24 6501.82 8.50 5.41 ind:fut:1p; -seront être AUX 8074.24 6501.82 39.61 23.65 ind:fut:3p; -serpe serpe NOM f s 0.01 4.32 0.01 4.12 -serpent serpent NOM m s 32.20 21.08 20.91 13.24 -serpentaient serpenter VER 0.09 5.88 0.00 0.61 ind:imp:3p; -serpentaire serpentaire NOM s 0.00 0.07 0.00 0.07 -serpentait serpenter VER 0.09 5.88 0.02 1.89 ind:imp:3s; -serpentant serpenter VER 0.09 5.88 0.04 0.74 par:pre; -serpente serpenter VER 0.09 5.88 0.01 1.62 ind:pre:1s;ind:pre:3s; -serpenteau serpenteau NOM m s 0.01 0.00 0.01 0.00 -serpentement serpentement NOM m s 0.00 0.14 0.00 0.07 -serpentements serpentement NOM m p 0.00 0.14 0.00 0.07 -serpentent serpenter VER 0.09 5.88 0.01 0.27 ind:pre:3p; -serpenter serpenter VER 0.09 5.88 0.00 0.61 inf; -serpentiforme serpentiforme ADJ m s 0.00 0.07 0.00 0.07 -serpentin serpentin ADJ m s 0.22 0.47 0.03 0.07 -serpentine serpentin ADJ f s 0.22 0.47 0.04 0.20 -serpentines serpentin ADJ f p 0.22 0.47 0.15 0.14 -serpentins serpentin NOM m p 0.22 1.49 0.20 1.08 -serpentons serpenter VER 0.09 5.88 0.00 0.07 ind:pre:1p; -serpents serpent NOM m p 32.20 21.08 11.29 7.84 -serpenté serpenter VER m s 0.09 5.88 0.00 0.07 par:pas; -serpes serpe NOM f p 0.01 4.32 0.00 0.20 -serpette serpette NOM f s 0.00 0.47 0.00 0.47 -serpillière serpillière NOM f s 1.85 4.46 1.65 3.11 -serpillières serpillière NOM f p 1.85 4.46 0.21 1.35 -serpolet serpolet NOM m s 0.00 0.14 0.00 0.14 -serra serra NOM f s 0.82 2.09 0.82 2.09 -serrage serrage NOM m s 0.01 0.47 0.01 0.47 -serrai serrer VER 50.99 207.50 0.01 2.84 ind:pas:1s; -serraient serrer VER 50.99 207.50 0.04 5.81 ind:imp:3p; -serrais serrer VER 50.99 207.50 0.68 2.77 ind:imp:1s;ind:imp:2s; -serrait serrer VER 50.99 207.50 1.29 26.96 ind:imp:3s; -serrant serrer VER 50.99 207.50 1.08 22.84 par:pre; -serrante serrante NOM f s 0.00 0.20 0.00 0.20 -serre_file serre_file NOM m s 0.04 0.34 0.04 0.34 -serre_joint serre_joint NOM m s 0.04 0.14 0.01 0.00 -serre_joint serre_joint NOM m p 0.04 0.14 0.03 0.14 -serre_livres serre_livres NOM m 0.03 0.07 0.03 0.07 -serre_tête serre_tête NOM m s 0.22 0.74 0.21 0.74 -serre_tête serre_tête NOM m p 0.22 0.74 0.01 0.00 -serre serrer VER 50.99 207.50 11.84 27.36 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:1s;sub:pre:3s; -serrement serrement NOM m s 0.03 1.76 0.03 1.55 -serrements serrement NOM m p 0.03 1.76 0.00 0.20 -serrent serrer VER 50.99 207.50 1.78 3.38 ind:pre:3p;sub:pre:3p; -serrer serrer VER 50.99 207.50 13.68 23.24 inf; -serrera serrer VER 50.99 207.50 0.69 0.20 ind:fut:3s; -serrerai serrer VER 50.99 207.50 0.32 0.34 ind:fut:1s; -serreraient serrer VER 50.99 207.50 0.00 0.34 cnd:pre:3p; -serrerais serrer VER 50.99 207.50 0.12 0.41 cnd:pre:1s; -serrerait serrer VER 50.99 207.50 0.13 0.47 cnd:pre:3s; -serrerez serrer VER 50.99 207.50 0.06 0.07 ind:fut:2p; -serrerons serrer VER 50.99 207.50 0.00 0.07 ind:fut:1p; -serreront serrer VER 50.99 207.50 0.01 0.20 ind:fut:3p; -serres serrer VER 50.99 207.50 1.60 0.34 ind:pre:2s;sub:pre:2s; -serrez serrer VER 50.99 207.50 5.34 1.28 imp:pre:2p;ind:pre:2p; -serriez serrer VER 50.99 207.50 0.06 0.07 ind:imp:2p; -serrions serrer VER 50.99 207.50 0.12 0.47 ind:imp:1p; -serrâmes serrer VER 50.99 207.50 0.00 0.41 ind:pas:1p; -serrons serrer VER 50.99 207.50 0.97 1.22 imp:pre:1p;ind:pre:1p; -serrât serrer VER 50.99 207.50 0.00 0.07 sub:imp:3s; -serrèrent serrer VER 50.99 207.50 0.00 3.78 ind:pas:3p; -serré serré ADJ m s 12.00 41.28 7.31 9.53 -serrée serré ADJ f s 12.00 41.28 1.68 8.72 -serrées serré ADJ f p 12.00 41.28 0.78 13.31 -serrure serrure NOM f s 10.07 19.26 7.40 16.08 -serrurerie serrurerie NOM f s 0.22 0.54 0.22 0.54 -serrures serrure NOM f p 10.07 19.26 2.67 3.18 -serrurier serrurier NOM m s 2.25 2.23 2.20 1.96 -serruriers serrurier NOM m p 2.25 2.23 0.04 0.27 -serrurière serrurier NOM f s 2.25 2.23 0.01 0.00 -serrés serré ADJ m p 12.00 41.28 2.23 9.73 -sers servir VER 309.81 286.22 44.58 5.41 imp:pre:2s;ind:pre:1s;ind:pre:2s; -sert servir VER 309.81 286.22 73.13 45.47 ind:pre:3s; -sertao sertao NOM m s 0.10 0.07 0.10 0.07 -serti sertir VER m s 0.52 3.04 0.19 0.95 par:pas; -sertie sertir VER f s 0.52 3.04 0.17 0.95 par:pas; -serties sertir VER f p 0.52 3.04 0.01 0.34 par:pas; -sertir sertir VER 0.52 3.04 0.01 0.07 inf; -sertirait sertir VER 0.52 3.04 0.00 0.07 cnd:pre:3s; -sertis sertir VER m p 0.52 3.04 0.14 0.41 par:pas; -sertissage sertissage NOM m s 0.00 0.07 0.00 0.07 -sertissaient sertir VER 0.52 3.04 0.00 0.07 ind:imp:3p; -sertissait sertir VER 0.52 3.04 0.00 0.07 ind:imp:3s; -sertissant sertir VER 0.52 3.04 0.00 0.07 par:pre; -sertissent sertir VER 0.52 3.04 0.00 0.07 ind:pre:3p; -sertisseur sertisseur NOM m s 0.00 0.07 0.00 0.07 -sertão sertão NOM m s 2.00 0.00 2.00 0.00 -servîmes servir VER 309.81 286.22 0.00 0.07 ind:pas:1p; -servît servir VER 309.81 286.22 0.00 0.74 sub:imp:3s; -servage servage NOM m s 0.03 0.54 0.03 0.54 -servaient servir VER 309.81 286.22 1.98 12.30 ind:imp:3p; -servais servir VER 309.81 286.22 1.19 1.69 ind:imp:1s;ind:imp:2s; -servait servir VER 309.81 286.22 6.41 42.43 ind:imp:3s; -serval serval NOM m s 0.01 0.00 0.01 0.00 -servant servir VER 309.81 286.22 2.20 7.64 par:pre; -servante servant NOM f s 7.41 18.65 6.36 12.30 -servantes servant NOM f p 7.41 18.65 0.77 4.46 -servants servant ADJ m p 1.09 1.15 0.26 0.27 -serve servir VER 309.81 286.22 5.83 4.12 sub:pre:1s;sub:pre:3s; -servent servir VER 309.81 286.22 14.43 11.82 ind:pre:3p; -serves servir VER 309.81 286.22 0.62 0.00 sub:pre:2s; -serveur serveur NOM m s 21.57 16.42 9.21 5.27 -serveurs serveur NOM m p 21.57 16.42 2.41 2.84 -serveuse serveur NOM f s 21.57 16.42 9.96 6.62 -serveuses serveuse NOM f p 1.64 0.00 1.64 0.00 -servez servir VER 309.81 286.22 13.39 1.89 imp:pre:2p;ind:pre:2p; -servi servir VER m s 309.81 286.22 36.58 38.72 par:pas; -serviabilité serviabilité NOM f s 0.01 0.00 0.01 0.00 -serviable serviable ADJ s 1.88 2.23 1.48 2.03 -serviables serviable ADJ m p 1.88 2.23 0.39 0.20 -service service NOM m s 187.67 142.77 156.00 106.28 -services service NOM m p 187.67 142.77 31.67 36.49 -servie servir VER f s 309.81 286.22 3.04 3.45 par:pas; -servies servir VER f p 309.81 286.22 0.44 0.88 par:pas; -serviette_éponge serviette_éponge NOM f s 0.00 1.49 0.00 1.22 -serviette serviette NOM f s 25.64 35.07 17.16 26.62 -serviette_éponge serviette_éponge NOM f p 0.00 1.49 0.00 0.27 -serviettes serviette NOM f p 25.64 35.07 8.48 8.45 -serviez servir VER 309.81 286.22 0.19 0.34 ind:imp:2p; -servile servile ADJ s 1.14 3.65 0.89 2.77 -servilement servilement ADV 0.02 0.47 0.02 0.47 -serviles servile ADJ p 1.14 3.65 0.25 0.88 -servilité servilité NOM f s 0.01 1.22 0.01 1.15 -servilités servilité NOM f p 0.01 1.22 0.00 0.07 -servions servir VER 309.81 286.22 0.19 0.61 ind:imp:1p; -servir servir VER 309.81 286.22 73.55 74.59 inf; -servira servir VER 309.81 286.22 12.20 3.58 ind:fut:3s; -servirai servir VER 309.81 286.22 3.13 0.68 ind:fut:1s; -serviraient servir VER 309.81 286.22 0.23 1.49 cnd:pre:3p; -servirais servir VER 309.81 286.22 0.77 0.41 cnd:pre:1s;cnd:pre:2s; -servirait servir VER 309.81 286.22 6.40 7.09 cnd:pre:3s; -serviras servir VER 309.81 286.22 0.88 0.27 ind:fut:2s; -servirent servir VER 309.81 286.22 0.04 1.15 ind:pas:3p; -servirez servir VER 309.81 286.22 1.14 0.07 ind:fut:2p; -serviriez servir VER 309.81 286.22 0.07 0.07 cnd:pre:2p; -servirions servir VER 309.81 286.22 0.02 0.07 cnd:pre:1p; -servirons servir VER 309.81 286.22 0.64 0.14 ind:fut:1p; -serviront servir VER 309.81 286.22 2.02 2.03 ind:fut:3p; -servis servir VER m p 309.81 286.22 2.71 4.05 ind:pas:1s;par:pas; -servissent servir VER 309.81 286.22 0.00 0.27 sub:imp:3p; -servit servir VER 309.81 286.22 0.46 12.23 ind:pas:3s; -serviteur serviteur NOM m s 16.43 17.77 10.63 7.16 -serviteurs serviteur NOM m p 16.43 17.77 5.80 10.61 -servitude servitude NOM f s 0.57 7.43 0.42 4.73 -servitudes servitude NOM f p 0.57 7.43 0.16 2.70 -servofrein servofrein NOM m s 0.03 0.00 0.03 0.00 -servomoteur servomoteur NOM m s 0.02 0.00 0.01 0.00 -servomoteurs servomoteur NOM m p 0.02 0.00 0.01 0.00 -servomécanisme servomécanisme NOM m s 0.01 0.00 0.01 0.00 -servons servir VER 309.81 286.22 1.36 0.47 imp:pre:1p;ind:pre:1p; -ses ses ADJ:pos 757.68 3105.41 757.68 3105.41 -session session NOM f s 3.29 2.30 2.36 1.89 -sessions session NOM f p 3.29 2.30 0.93 0.41 -sesterces sesterce NOM m p 0.85 0.34 0.85 0.34 -set set NOM m s 3.76 0.61 3.05 0.34 -sets set NOM m p 3.76 0.61 0.71 0.27 -setter setter NOM m s 0.07 0.61 0.07 0.41 -setters setter NOM m p 0.07 0.61 0.00 0.20 -seuil seuil NOM m s 5.49 49.86 5.45 48.85 -seuils seuil NOM m p 5.49 49.86 0.04 1.01 -seul seul ADJ m s 891.45 915.27 461.20 478.58 -seulabre seulabre ADJ m s 0.00 0.88 0.00 0.81 -seulabres seulabre ADJ p 0.00 0.88 0.00 0.07 -seule seul ADJ f s 891.45 915.27 349.74 318.85 -seulement seulement ADV 279.25 397.97 279.25 397.97 -seules seul ADJ f p 891.45 915.27 17.22 30.27 -seulet seulet ADJ m s 0.51 1.22 0.20 0.00 -seulette seulet ADJ f s 0.51 1.22 0.31 1.15 -seulettes seulet ADJ f p 0.51 1.22 0.00 0.07 -seuls seul ADJ m p 891.45 915.27 63.29 87.57 -seventies seventies NOM p 0.07 0.07 0.07 0.07 -sevrage sevrage NOM m s 0.51 1.08 0.51 1.01 -sevrages sevrage NOM m p 0.51 1.08 0.00 0.07 -sevrait sevrer VER 0.42 2.36 0.00 0.07 ind:imp:3s; -sevrer sevrer VER 0.42 2.36 0.12 0.27 inf; -sevré sevrer VER m s 0.42 2.36 0.07 0.95 par:pas; -sevrée sevrer VER f s 0.42 2.36 0.05 0.81 par:pas; -sevrées sevrer VER f p 0.42 2.36 0.01 0.00 par:pas; -sevrés sevrer VER m p 0.42 2.36 0.17 0.27 par:pas; -sex_appeal sex_appeal NOM m s 0.44 0.74 0.38 0.68 -sex_shop sex_shop NOM m s 0.57 0.54 0.41 0.34 -sex_shop sex_shop NOM m p 0.57 0.54 0.07 0.20 -sex_symbol sex_symbol NOM m s 0.08 0.07 0.08 0.07 -sex_appeal sex_appeal NOM m s 0.44 0.74 0.06 0.07 -sex_shop sex_shop NOM m s 0.57 0.54 0.08 0.00 -sex_shop sex_shop NOM m p 0.57 0.54 0.01 0.00 -sexagénaire sexagénaire NOM s 0.17 0.74 0.15 0.61 -sexagénaires sexagénaire NOM p 0.17 0.74 0.02 0.14 -sexe sexe NOM m s 52.09 52.70 50.44 46.49 -sexes sexe NOM m p 52.09 52.70 1.65 6.22 -sexisme sexisme NOM m s 0.39 0.20 0.39 0.20 -sexiste sexiste ADJ s 1.09 0.07 0.96 0.07 -sexistes sexiste ADJ p 1.09 0.07 0.13 0.00 -sexologie sexologie NOM f s 0.21 0.27 0.21 0.27 -sexologique sexologique ADJ s 0.00 0.07 0.00 0.07 -sexologue sexologue NOM s 0.07 0.20 0.07 0.00 -sexologues sexologue NOM p 0.07 0.20 0.00 0.20 -sextant sextant NOM m s 0.22 0.54 0.22 0.54 -sextidi sextidi NOM m s 0.00 0.07 0.00 0.07 -sextile sextil ADJ f s 0.00 0.07 0.00 0.07 -sexto sexto ADV 0.01 0.00 0.01 0.00 -sextuor sextuor NOM m s 0.07 0.14 0.07 0.14 -sextuple sextuple ADJ m s 0.01 0.07 0.01 0.07 -sexualiser sexualiser VER 0.02 0.00 0.01 0.00 inf; -sexualisé sexualiser VER m s 0.02 0.00 0.01 0.00 par:pas; -sexualité sexualité NOM f s 6.02 5.14 6.02 5.14 -sexuel sexuel ADJ m s 46.15 20.54 15.97 6.62 -sexuelle sexuel ADJ f s 46.15 20.54 14.74 8.31 -sexuellement sexuellement ADV 4.61 0.88 4.61 0.88 -sexuelles sexuel ADJ f p 46.15 20.54 6.37 2.57 -sexuels sexuel ADJ m p 46.15 20.54 9.07 3.04 -sexué sexué ADJ m s 0.01 0.20 0.00 0.14 -sexués sexué ADJ m p 0.01 0.20 0.01 0.07 -sexy sexy ADJ 26.83 1.49 26.83 1.49 -seyait seoir VER 1.75 3.78 0.00 0.74 ind:imp:3s; -seyant seyant ADJ m s 0.67 1.15 0.54 0.88 -seyante seyant ADJ f s 0.67 1.15 0.07 0.00 -seyantes seyant ADJ f p 0.67 1.15 0.02 0.14 -seyants seyant ADJ m p 0.67 1.15 0.03 0.14 -shôgun shôgun NOM m s 0.00 0.07 0.00 0.07 -shabbat shabbat NOM m s 4.25 0.74 4.25 0.74 -shah shah NOM m s 1.13 0.61 1.13 0.54 -shahs shah NOM m p 1.13 0.61 0.00 0.07 -shake_hand shake_hand NOM m s 0.00 0.14 0.00 0.14 -shaker shaker NOM m s 0.50 0.81 0.50 0.81 -shakespearien shakespearien ADJ m s 0.21 0.41 0.15 0.27 -shakespearienne shakespearien ADJ f s 0.21 0.41 0.05 0.14 -shakespeariens shakespearien ADJ m p 0.21 0.41 0.01 0.00 -shako shako NOM m s 0.01 1.22 0.01 0.81 -shakos shako NOM m p 0.01 1.22 0.00 0.41 -shale shale NOM m s 0.17 0.00 0.17 0.00 -shaman shaman NOM m s 0.92 0.07 0.81 0.07 -shamans shaman NOM m p 0.92 0.07 0.11 0.00 -shamisen shamisen NOM m s 0.01 0.07 0.01 0.07 -shampoing shampoing NOM m s 1.57 0.07 1.38 0.07 -shampoings shampoing NOM m p 1.57 0.07 0.19 0.00 -shampooiner shampooiner VER 0.03 0.00 0.03 0.00 inf; -shampooing shampooing NOM m s 2.61 2.30 2.35 1.69 -shampooings shampooing NOM m p 2.61 2.30 0.25 0.61 -shampouine shampouiner VER 0.14 0.14 0.01 0.07 ind:pre:3s; -shampouiner shampouiner VER 0.14 0.14 0.12 0.00 inf; -shampouineur shampouineur NOM m s 0.24 1.62 0.11 0.00 -shampouineuse shampouineur NOM f s 0.24 1.62 0.13 1.42 -shampouineuses shampouineur NOM f p 0.24 1.62 0.00 0.20 -shampouiné shampouiner VER m s 0.14 0.14 0.00 0.07 par:pas; -shanghaien shanghaien ADJ m s 0.01 0.00 0.01 0.00 -shanghaien shanghaien NOM m s 0.02 0.00 0.01 0.00 -shanghaiens shanghaien NOM m p 0.02 0.00 0.01 0.00 -shantung shantung NOM m s 0.00 1.08 0.00 1.08 -shed shed NOM m s 0.17 0.00 0.17 0.00 -shekels shekel NOM m p 1.03 0.00 1.03 0.00 -sheriff sheriff NOM m s 2.61 0.14 2.61 0.14 -sherpa sherpa NOM m s 0.18 0.07 0.14 0.00 -sherpas sherpa NOM m p 0.18 0.07 0.04 0.07 -sherry sherry NOM m s 2.75 0.27 2.75 0.27 -shetland shetland NOM m s 0.00 0.74 0.00 0.61 -shetlands shetland NOM m p 0.00 0.74 0.00 0.14 -shiatsu shiatsu NOM m s 0.28 0.00 0.28 0.00 -shift shift ADJ s 0.19 0.00 0.19 0.00 -shilling shilling NOM m s 2.28 0.20 0.55 0.00 -shillings shilling NOM m p 2.28 0.20 1.73 0.20 -shilom shilom NOM m s 0.01 0.00 0.01 0.00 -shimmy shimmy NOM m s 0.11 0.20 0.11 0.20 -shingle shingle NOM m s 0.01 0.00 0.01 0.00 -shintô shintô NOM m s 0.01 0.00 0.01 0.00 -shintoïsme shintoïsme NOM m s 0.00 0.07 0.00 0.07 -shintoïste shintoïste ADJ m s 0.02 0.07 0.02 0.07 -shipchandler shipchandler NOM m s 0.00 0.07 0.00 0.07 -shipping shipping NOM m s 0.04 0.07 0.04 0.07 -shirting shirting NOM m s 0.00 0.07 0.00 0.07 -shit shit NOM m s 3.00 1.35 3.00 1.35 -shocking shocking ADJ m s 0.03 0.07 0.03 0.07 -shogoun shogoun NOM m s 0.10 0.00 0.10 0.00 -shogun shogun NOM m s 0.32 0.00 0.32 0.00 -shogunal shogunal ADJ m s 0.03 0.00 0.01 0.00 -shogunale shogunal ADJ f s 0.03 0.00 0.02 0.00 -shogunat shogunat NOM m s 0.06 0.00 0.06 0.00 -shoot shoot NOM m s 1.29 2.50 1.21 2.23 -shoota shooter VER 6.84 5.14 0.00 0.14 ind:pas:3s; -shootai shooter VER 6.84 5.14 0.00 0.07 ind:pas:1s; -shootais shooter VER 6.84 5.14 0.05 0.14 ind:imp:1s;ind:imp:2s; -shootait shooter VER 6.84 5.14 0.16 0.27 ind:imp:3s; -shootant shooter VER 6.84 5.14 0.04 0.14 par:pre; -shoote shooter VER 6.84 5.14 2.67 1.42 imp:pre:2s;ind:pre:1s;ind:pre:3s; -shootent shooter VER 6.84 5.14 0.14 0.20 ind:pre:3p; -shooter shooter VER 6.84 5.14 1.88 1.22 inf;; -shootera shooter VER 6.84 5.14 0.04 0.00 ind:fut:3s; -shooterai shooter VER 6.84 5.14 0.02 0.07 ind:fut:1s; -shooteraient shooter VER 6.84 5.14 0.01 0.00 cnd:pre:3p; -shooteras shooter VER 6.84 5.14 0.01 0.07 ind:fut:2s; -shootes shooter VER 6.84 5.14 0.22 0.20 ind:pre:2s; -shooteuse shooteur NOM f s 0.03 0.27 0.03 0.27 -shootiez shooter VER 6.84 5.14 0.01 0.00 ind:imp:2p; -shootions shooter VER 6.84 5.14 0.00 0.07 ind:imp:1p; -shootons shooter VER 6.84 5.14 0.01 0.00 imp:pre:1p; -shoots shoot NOM m p 1.29 2.50 0.08 0.27 -shooté shooter VER m s 6.84 5.14 0.96 1.01 par:pas; -shootée shooter VER f s 6.84 5.14 0.45 0.14 par:pas; -shootés shooter VER m p 6.84 5.14 0.19 0.00 par:pas; -shopping shopping NOM m s 5.75 0.54 5.64 0.47 -shoppings shopping NOM m p 5.75 0.54 0.10 0.07 -short short NOM m s 4.42 8.24 3.79 6.55 -shorts short NOM m p 4.42 8.24 0.62 1.69 -shoshones shoshone NOM p 0.07 0.00 0.07 0.00 -show_business show_business NOM m 0.00 0.27 0.00 0.27 -show show NOM m s 0.09 2.64 0.09 2.57 -showbiz showbiz NOM m 0.00 0.68 0.00 0.68 -shows show NOM m p 0.09 2.64 0.00 0.07 -shrapnel shrapnel NOM m s 0.10 0.34 0.09 0.00 -shrapnell shrapnell NOM m s 0.01 1.42 0.01 0.54 -shrapnells shrapnell NOM m p 0.01 1.42 0.00 0.88 -shrapnels shrapnel NOM m p 0.10 0.34 0.01 0.34 -shunt shunt NOM m s 0.16 0.00 0.16 0.00 -shunte shunter VER 0.03 0.07 0.01 0.07 ind:pre:1s;ind:pre:3s; -shunter shunter VER 0.03 0.07 0.02 0.00 inf; -shéol shéol NOM m s 0.00 0.07 0.00 0.07 -shérif shérif NOM m s 46.65 1.28 45.75 1.08 -shérifs shérif NOM m p 46.65 1.28 0.90 0.20 -si si CON 1374.43 933.99 1374.43 933.99 -siam siam NOM m s 0.01 0.00 0.01 0.00 -siamois siamois NOM m 1.57 2.36 1.48 2.23 -siamoise siamois ADJ f s 0.85 1.62 0.01 0.20 -siamoises siamois NOM f p 1.57 2.36 0.08 0.00 -sibilant sibilant ADJ m s 0.00 0.07 0.00 0.07 -sibérien sibérien ADJ m s 0.71 3.99 0.22 0.74 -sibérienne sibérien ADJ f s 0.71 3.99 0.05 2.77 -sibériennes sibérien ADJ f p 0.71 3.99 0.20 0.34 -sibériens sibérien ADJ m p 0.71 3.99 0.24 0.14 -sibylle sibylle NOM f s 0.37 0.61 0.34 0.34 -sibylles sibylle NOM f p 0.37 0.61 0.04 0.27 -sibyllin sibyllin ADJ m s 0.07 2.36 0.02 0.95 -sibylline sibyllin ADJ f s 0.07 2.36 0.03 0.68 -sibyllines sibyllin ADJ f p 0.07 2.36 0.01 0.47 -sibyllins sibyllin ADJ m p 0.07 2.36 0.01 0.27 -sic_transit_gloria_mundi sic_transit_gloria_mundi ADV 0.03 0.07 0.03 0.07 -sic sic ADV 0.20 1.35 0.20 1.35 -sicaire sicaire NOM m s 0.00 0.14 0.00 0.07 -sicaires sicaire NOM m p 0.00 0.14 0.00 0.07 -sicilien sicilien NOM m s 3.27 1.96 1.03 1.69 -sicilienne sicilien ADJ f s 2.61 1.22 0.84 0.20 -siciliennes sicilien ADJ f p 2.61 1.22 0.25 0.34 -siciliens sicilien NOM m p 3.27 1.96 2.21 0.27 -sicle sicle NOM m s 0.02 0.00 0.02 0.00 -sida sida NOM m s 5.02 5.20 5.02 5.14 -sidaïque sidaïque ADJ m s 0.02 0.00 0.02 0.00 -sidas sida NOM m p 5.02 5.20 0.00 0.07 -side_car side_car NOM m s 0.23 1.08 0.23 0.81 -side_car side_car NOM m p 0.23 1.08 0.00 0.27 -sidi sidi NOM m s 0.00 0.81 0.00 0.68 -sidis sidi NOM m p 0.00 0.81 0.00 0.14 -sidère sidérer VER 1.03 2.16 0.29 0.07 imp:pre:2s;ind:pre:1s;ind:pre:3s; -sidéenne sidéen ADJ f s 0.03 0.00 0.01 0.00 -sidéens sidéen NOM m p 0.18 0.00 0.18 0.00 -sidérais sidérer VER 1.03 2.16 0.00 0.07 ind:imp:1s; -sidérait sidérer VER 1.03 2.16 0.01 0.20 ind:imp:3s; -sidéral sidéral ADJ m s 0.11 0.88 0.04 0.41 -sidérale sidéral ADJ f s 0.11 0.88 0.07 0.27 -sidérales sidéral ADJ f p 0.11 0.88 0.00 0.14 -sidérant sidérant ADJ m s 0.20 0.27 0.17 0.14 -sidérante sidérant ADJ f s 0.20 0.27 0.03 0.14 -sidération sidération NOM f s 0.03 0.00 0.03 0.00 -sidéraux sidéral ADJ m p 0.11 0.88 0.00 0.07 -sidérer sidérer VER 1.03 2.16 0.02 0.00 inf; -sidérite sidérite NOM f s 0.01 0.00 0.01 0.00 -sidéré sidérer VER m s 1.03 2.16 0.42 1.15 par:pas; -sidérée sidérer VER f s 1.03 2.16 0.22 0.34 par:pas; -sidérées sidérer VER f p 1.03 2.16 0.00 0.07 par:pas; -sidérurgie sidérurgie NOM f s 0.12 0.27 0.12 0.27 -sidérurgique sidérurgique ADJ f s 0.03 0.27 0.03 0.20 -sidérurgiques sidérurgique ADJ p 0.03 0.27 0.00 0.07 -sidérurgistes sidérurgiste NOM p 0.02 0.00 0.02 0.00 -sidérés sidérer VER m p 1.03 2.16 0.06 0.27 par:pas; -sied seoir VER 1.75 3.78 1.67 2.84 ind:pre:3s; -sien sien PRO:pos m s 13.40 36.08 13.40 36.08 -sienne sienne PRO:pos f s 14.21 40.68 14.21 40.68 -siennes siennes PRO:pos f p 2.74 9.73 2.74 9.73 -siennois siennois NOM m 0.00 0.20 0.00 0.20 -siennoise siennois ADJ f s 0.00 0.41 0.00 0.20 -siennoises siennois ADJ f p 0.00 0.41 0.00 0.14 -siens siens PRO:pos m p 7.54 29.80 7.54 29.80 -sierra sierra NOM f s 4.27 3.51 4.00 2.77 -sierras sierra NOM f p 4.27 3.51 0.27 0.74 -siesta siester VER 0.06 0.07 0.06 0.00 ind:pas:3s; -siestant siester VER 0.06 0.07 0.00 0.07 par:pre; -sieste sieste NOM f s 9.58 14.86 9.23 13.38 -siestes sieste NOM f p 9.58 14.86 0.34 1.49 -sieur sieur NOM m s 8.06 21.35 7.66 20.81 -sieurs sieur NOM m p 8.06 21.35 0.41 0.54 -siffla siffler VER 13.04 40.20 0.06 5.47 ind:pas:3s; -sifflai siffler VER 13.04 40.20 0.00 0.14 ind:pas:1s; -sifflaient siffler VER 13.04 40.20 0.22 2.57 ind:imp:3p; -sifflais siffler VER 13.04 40.20 0.19 0.14 ind:imp:1s;ind:imp:2s; -sifflait siffler VER 13.04 40.20 0.65 5.88 ind:imp:3s; -sifflant siffler VER 13.04 40.20 0.41 3.45 par:pre; -sifflante sifflante ADJ f s 0.24 3.58 0.06 3.11 -sifflantes sifflante ADJ f p 0.24 3.58 0.17 0.47 -sifflants sifflant ADJ m p 0.05 1.76 0.01 0.47 -sifflard sifflard NOM m s 0.00 0.34 0.00 0.34 -siffle siffler VER 13.04 40.20 4.62 7.23 imp:pre:2s;ind:pre:1s;ind:pre:3s; -sifflement sifflement NOM m s 4.83 13.78 4.45 10.47 -sifflements sifflement NOM m p 4.83 13.78 0.38 3.31 -sifflent siffler VER 13.04 40.20 0.96 2.64 ind:pre:3p; -siffler siffler VER 13.04 40.20 3.02 8.24 inf; -sifflera siffler VER 13.04 40.20 0.63 0.14 ind:fut:3s; -sifflerai siffler VER 13.04 40.20 0.12 0.00 ind:fut:1s; -siffleraient siffler VER 13.04 40.20 0.00 0.14 cnd:pre:3p; -sifflerait siffler VER 13.04 40.20 0.16 0.07 cnd:pre:3s; -siffleras siffler VER 13.04 40.20 0.03 0.00 ind:fut:2s; -siffles siffler VER 13.04 40.20 0.65 0.07 ind:pre:2s; -sifflet sifflet NOM m s 4.61 17.91 3.76 13.31 -sifflets sifflet NOM m p 4.61 17.91 0.84 4.59 -siffleur siffleur ADJ m s 0.05 0.07 0.05 0.07 -sifflez siffler VER 13.04 40.20 0.38 0.14 imp:pre:2p;ind:pre:2p; -siffliez siffler VER 13.04 40.20 0.04 0.00 ind:imp:2p; -sifflota siffloter VER 0.28 10.81 0.00 1.15 ind:pas:3s; -sifflotais siffloter VER 0.28 10.81 0.00 0.14 ind:imp:1s; -sifflotait siffloter VER 0.28 10.81 0.00 1.82 ind:imp:3s; -sifflotant siffloter VER 0.28 10.81 0.06 3.85 par:pre; -sifflote siffloter VER 0.28 10.81 0.16 1.28 imp:pre:2s;ind:pre:1s;ind:pre:3s; -sifflotement sifflotement NOM m s 0.01 0.34 0.01 0.34 -siffloter siffloter VER 0.28 10.81 0.05 2.16 inf; -siffloterai siffloter VER 0.28 10.81 0.01 0.00 ind:fut:1s; -sifflotiez siffloter VER 0.28 10.81 0.00 0.07 ind:imp:2p; -sifflotis sifflotis NOM m 0.00 0.14 0.00 0.14 -sifflotèrent siffloter VER 0.28 10.81 0.00 0.07 ind:pas:3p; -siffloté siffloter VER m s 0.28 10.81 0.00 0.27 par:pas; -sifflèrent siffler VER 13.04 40.20 0.00 0.61 ind:pas:3p; -sifflé siffler VER m s 13.04 40.20 0.86 2.97 par:pas; -sifflée siffler VER f s 13.04 40.20 0.06 0.20 par:pas; -sifflées siffler VER f p 13.04 40.20 0.00 0.07 par:pas; -sifflés siffler VER m p 13.04 40.20 0.00 0.07 par:pas; -sigillaire sigillaire ADJ m s 0.04 0.07 0.04 0.07 -sigillé sigillé ADJ m s 0.00 0.27 0.00 0.07 -sigillée sigillé ADJ f s 0.00 0.27 0.00 0.20 -sigisbée sigisbée NOM m s 0.00 0.20 0.00 0.14 -sigisbées sigisbée NOM m p 0.00 0.20 0.00 0.07 -sigle sigle NOM m s 0.70 1.62 0.56 1.01 -sigles sigle NOM m p 0.70 1.62 0.14 0.61 -sigmoïde sigmoïde ADJ s 0.01 0.07 0.01 0.07 -signa signer VER 98.19 55.81 0.29 3.38 ind:pas:3s; -signai signer VER 98.19 55.81 0.42 0.34 ind:pas:1s; -signaient signer VER 98.19 55.81 0.04 0.68 ind:imp:3p; -signais signer VER 98.19 55.81 0.25 0.47 ind:imp:1s;ind:imp:2s; -signait signer VER 98.19 55.81 0.44 3.31 ind:imp:3s; -signal signal NOM m s 37.74 23.11 33.98 18.72 -signala signaler VER 27.92 27.50 0.00 1.42 ind:pas:3s; -signalai signaler VER 27.92 27.50 0.00 0.14 ind:pas:1s; -signalaient signaler VER 27.92 27.50 0.02 0.74 ind:imp:3p; -signalais signaler VER 27.92 27.50 0.01 0.07 ind:imp:1s; -signalait signaler VER 27.92 27.50 0.08 3.04 ind:imp:3s; -signalant signaler VER 27.92 27.50 0.18 1.82 par:pre; -signale signaler VER 27.92 27.50 7.26 5.88 imp:pre:2s;ind:pre:1s;ind:pre:3s; -signalement signalement NOM m s 3.43 2.70 3.38 2.30 -signalements signalement NOM m p 3.43 2.70 0.05 0.41 -signalent signaler VER 27.92 27.50 0.81 1.01 ind:pre:3p; -signaler signaler VER 27.92 27.50 9.51 6.62 inf; -signalera signaler VER 27.92 27.50 0.38 0.07 ind:fut:3s; -signalerai signaler VER 27.92 27.50 0.26 0.07 ind:fut:1s; -signalerait signaler VER 27.92 27.50 0.01 0.34 cnd:pre:3s; -signaleront signaler VER 27.92 27.50 0.04 0.00 ind:fut:3p; -signales signaler VER 27.92 27.50 0.24 0.00 ind:pre:2s; -signaleur signaleur NOM m s 0.83 0.20 0.83 0.07 -signaleurs signaleur NOM m p 0.83 0.20 0.00 0.14 -signalez signaler VER 27.92 27.50 1.20 0.14 imp:pre:2p;ind:pre:2p; -signalisation signalisation NOM f s 0.52 1.08 0.41 1.08 -signalisations signalisation NOM f p 0.52 1.08 0.11 0.00 -signaliser signaliser VER 0.01 0.00 0.01 0.00 inf; -signalons signaler VER 27.92 27.50 0.22 0.27 imp:pre:1p;ind:pre:1p; -signalât signaler VER 27.92 27.50 0.00 0.14 sub:imp:3s; -signalé signaler VER m s 27.92 27.50 6.82 3.78 par:pas; -signalée signaler VER f s 27.92 27.50 0.57 0.95 par:pas; -signalées signaler VER f p 27.92 27.50 0.10 0.41 par:pas; -signalés signaler VER m p 27.92 27.50 0.23 0.61 par:pas; -signalétique signalétique ADJ s 0.15 0.41 0.04 0.34 -signalétiques signalétique ADJ m p 0.15 0.41 0.11 0.07 -signant signer VER 98.19 55.81 0.39 1.35 par:pre; -signasse signer VER 98.19 55.81 0.00 0.07 sub:imp:1s; -signataire signataire NOM s 0.26 0.95 0.17 0.68 -signataires signataire NOM p 0.26 0.95 0.09 0.27 -signature signature NOM f s 18.47 15.20 16.55 13.45 -signatures signature NOM f p 18.47 15.20 1.92 1.76 -signaux signal NOM m p 37.74 23.11 3.76 4.39 -signe signe NOM m s 82.73 161.28 67.74 119.19 -signent signer VER 98.19 55.81 0.62 0.54 ind:pre:3p; -signer signer VER 98.19 55.81 29.25 13.51 ind:pre:2p;inf; -signera signer VER 98.19 55.81 1.20 0.41 ind:fut:3s; -signerai signer VER 98.19 55.81 1.64 0.27 ind:fut:1s; -signeraient signer VER 98.19 55.81 0.11 0.14 cnd:pre:3p; -signerais signer VER 98.19 55.81 0.27 0.27 cnd:pre:1s;cnd:pre:2s; -signerait signer VER 98.19 55.81 0.06 0.34 cnd:pre:3s; -signeras signer VER 98.19 55.81 0.13 0.00 ind:fut:2s; -signerez signer VER 98.19 55.81 0.39 0.14 ind:fut:2p; -signeriez signer VER 98.19 55.81 0.17 0.00 cnd:pre:2p; -signerions signer VER 98.19 55.81 0.00 0.07 cnd:pre:1p; -signerons signer VER 98.19 55.81 0.04 0.07 ind:fut:1p; -signeront signer VER 98.19 55.81 0.33 0.14 ind:fut:3p; -signes signe NOM m p 82.73 161.28 15.00 42.09 -signet signet NOM m s 0.16 0.74 0.13 0.47 -signets signet NOM m p 0.16 0.74 0.02 0.27 -signez signer VER 98.19 55.81 13.62 0.68 imp:pre:2p;ind:pre:2p; -signiez signer VER 98.19 55.81 0.34 0.14 ind:imp:2p; -signifia signifier VER 67.72 47.23 0.12 1.08 ind:pas:3s; -signifiaient signifier VER 67.72 47.23 0.08 2.70 ind:imp:3p; -signifiais signifier VER 67.72 47.23 0.04 0.07 ind:imp:1s;ind:imp:2s; -signifiait signifier VER 67.72 47.23 3.59 15.34 ind:imp:3s; -signifiance signifiance NOM f s 0.14 0.07 0.14 0.07 -signifiant signifiant ADJ m s 0.31 0.81 0.27 0.61 -signifiante signifiant ADJ f s 0.31 0.81 0.04 0.07 -signifiantes signifiant ADJ f p 0.31 0.81 0.00 0.07 -signifiants signifiant ADJ m p 0.31 0.81 0.00 0.07 -significatif significatif ADJ m s 1.81 4.46 1.02 2.16 -significatifs significatif ADJ m p 1.81 4.46 0.17 0.81 -signification signification NOM f s 5.77 16.76 5.62 15.61 -significations signification NOM f p 5.77 16.76 0.16 1.15 -significative significatif ADJ f s 1.81 4.46 0.46 1.15 -significativement significativement ADV 0.14 0.07 0.14 0.07 -significatives significatif ADJ f p 1.81 4.46 0.16 0.34 -signifie signifier VER 67.72 47.23 56.66 15.07 imp:pre:2s;ind:pre:1s;ind:pre:3s; -signifient signifier VER 67.72 47.23 2.62 2.23 ind:pre:3p; -signifier signifier VER 67.72 47.23 2.08 6.62 inf; -signifiera signifier VER 67.72 47.23 0.27 0.41 ind:fut:3s; -signifierai signifier VER 67.72 47.23 0.07 0.00 ind:fut:1s; -signifierait signifier VER 67.72 47.23 1.36 0.54 cnd:pre:3s; -signifiât signifier VER 67.72 47.23 0.00 0.14 sub:imp:3s; -signifièrent signifier VER 67.72 47.23 0.00 0.07 ind:pas:3p; -signifié signifier VER m s 67.72 47.23 0.64 1.28 par:pas; -signifiée signifier VER f s 67.72 47.23 0.00 0.27 par:pas; -signifiées signifier VER f p 67.72 47.23 0.00 0.07 par:pas; -signâmes signer VER 98.19 55.81 0.00 0.07 ind:pas:1p; -signons signer VER 98.19 55.81 0.48 0.41 imp:pre:1p;ind:pre:1p; -signor signor NOM m s 5.36 2.64 3.39 0.88 -signora signor NOM f s 5.36 2.64 1.96 1.76 -signorina signorina NOM f s 0.64 0.34 0.64 0.34 -signât signer VER 98.19 55.81 0.00 0.07 sub:imp:3s; -signèrent signer VER 98.19 55.81 0.00 0.41 ind:pas:3p; -signé signer VER m s 98.19 55.81 24.19 14.66 par:pas; -signée signer VER f s 98.19 55.81 3.58 3.92 par:pas; -signées signer VER f p 98.19 55.81 0.48 0.68 par:pas; -signés signer VER m p 98.19 55.81 1.28 1.42 par:pas; -sikh sikh NOM s 0.17 1.49 0.03 0.20 -sikhs sikh NOM p 0.17 1.49 0.14 1.28 -sil sil NOM m s 2.65 0.00 2.29 0.00 -silence silence NOM m s 106.43 325.54 105.53 313.24 -silences silence NOM m p 106.43 325.54 0.90 12.30 -silencieuse silencieux ADJ f s 10.98 74.05 1.86 25.68 -silencieusement silencieusement ADV 0.99 17.16 0.99 17.16 -silencieuses silencieux ADJ f p 10.98 74.05 0.82 5.74 -silencieux silencieux ADJ m 10.98 74.05 8.30 42.64 -silex silex NOM m 0.33 5.14 0.33 5.14 -silhouettait silhouetter VER 0.00 1.08 0.00 0.20 ind:imp:3s; -silhouettant silhouetter VER 0.00 1.08 0.00 0.07 par:pre; -silhouette silhouette NOM f s 4.11 73.31 3.44 52.57 -silhouettent silhouetter VER 0.00 1.08 0.00 0.14 ind:pre:3p; -silhouetter silhouetter VER 0.00 1.08 0.00 0.07 inf; -silhouettes silhouette NOM f p 4.11 73.31 0.67 20.74 -silhouetté silhouetter VER m s 0.00 1.08 0.00 0.14 par:pas; -silhouettée silhouetter VER f s 0.00 1.08 0.00 0.14 par:pas; -silicate silicate NOM m s 0.07 0.00 0.07 0.00 -silice silice NOM f s 0.18 0.34 0.18 0.20 -silices silice NOM f p 0.18 0.34 0.00 0.14 -siliceuse siliceux ADJ f s 0.01 0.07 0.01 0.00 -siliceux siliceux ADJ m 0.01 0.07 0.00 0.07 -silicium silicium NOM m s 0.24 0.00 0.24 0.00 -silicone silicone NOM f s 2.42 0.00 2.42 0.00 -siliconer siliconer VER 0.20 0.07 0.01 0.00 inf; -siliconé siliconer VER m s 0.20 0.07 0.02 0.00 par:pas; -siliconée siliconer VER f s 0.20 0.07 0.03 0.00 par:pas; -siliconées siliconer VER f p 0.20 0.07 0.14 0.07 par:pas; -silicose silicose NOM f s 0.19 0.34 0.19 0.34 -silicosé silicosé ADJ m s 0.00 0.27 0.00 0.20 -silicosée silicosé ADJ f s 0.00 0.27 0.00 0.07 -silionne silionne NOM f s 0.01 0.00 0.01 0.00 -sillage sillage NOM m s 1.43 10.88 1.27 10.07 -sillages sillage NOM m p 1.43 10.88 0.16 0.81 -sillet sillet NOM m s 0.01 0.00 0.01 0.00 -sillon sillon NOM m s 0.72 12.30 0.46 7.30 -sillonna sillonner VER 2.00 8.58 0.00 0.14 ind:pas:3s; -sillonnaient sillonner VER 2.00 8.58 0.05 0.95 ind:imp:3p; -sillonnais sillonner VER 2.00 8.58 0.03 0.07 ind:imp:1s;ind:imp:2s; -sillonnait sillonner VER 2.00 8.58 0.04 0.95 ind:imp:3s; -sillonnant sillonner VER 2.00 8.58 0.17 0.54 par:pre; -sillonne sillonner VER 2.00 8.58 0.20 0.41 imp:pre:2s;ind:pre:1s;ind:pre:3s; -sillonnent sillonner VER 2.00 8.58 0.29 1.22 ind:pre:3p; -sillonner sillonner VER 2.00 8.58 0.58 1.15 inf; -sillonnes sillonner VER 2.00 8.58 0.00 0.07 ind:pre:2s; -sillonnez sillonner VER 2.00 8.58 0.02 0.00 ind:pre:2p; -sillonnons sillonner VER 2.00 8.58 0.00 0.07 ind:pre:1p; -sillonnèrent sillonner VER 2.00 8.58 0.00 0.07 ind:pas:3p; -sillonné sillonner VER m s 2.00 8.58 0.61 1.49 par:pas; -sillonnée sillonner VER f s 2.00 8.58 0.01 0.81 par:pas; -sillonnées sillonner VER f p 2.00 8.58 0.00 0.61 par:pas; -sillonnés sillonner VER m p 2.00 8.58 0.00 0.07 par:pas; -sillons sillon NOM m p 0.72 12.30 0.27 5.00 -silo silo NOM m s 1.23 1.69 0.66 0.27 -silos silo NOM m p 1.23 1.69 0.56 1.42 -sils sil NOM m p 2.65 0.00 0.37 0.00 -silène silène NOM m s 0.00 0.14 0.00 0.07 -silènes silène NOM m p 0.00 0.14 0.00 0.07 -silésien silésien ADJ m s 0.00 0.07 0.00 0.07 -silvaner silvaner NOM m s 0.00 0.14 0.00 0.14 -sima sima NOM m s 0.37 0.00 0.37 0.00 -simagrée simagrée NOM f s 1.03 3.18 0.14 0.20 -simagrées simagrée NOM f p 1.03 3.18 0.90 2.97 -simarre simarre NOM f s 0.00 0.14 0.00 0.14 -simien simien ADJ m s 0.08 0.00 0.02 0.00 -simienne simien ADJ f s 0.08 0.00 0.03 0.00 -simiens simien NOM m p 0.05 0.07 0.04 0.07 -simiesque simiesque ADJ s 0.17 1.15 0.15 0.88 -simiesques simiesque ADJ p 0.17 1.15 0.02 0.27 -similaire similaire ADJ s 6.03 1.35 2.43 0.95 -similairement similairement ADV 0.00 0.07 0.00 0.07 -similaires similaire ADJ p 6.03 1.35 3.60 0.41 -similarité similarité NOM f s 0.31 0.00 0.15 0.00 -similarités similarité NOM f p 0.31 0.00 0.16 0.00 -simili simili NOM m s 0.04 1.01 0.04 1.01 -similicuir similicuir NOM m s 0.01 0.00 0.01 0.00 -similitude similitude NOM f s 0.87 1.55 0.34 0.95 -similitudes similitude NOM f p 0.87 1.55 0.54 0.61 -similor similor NOM m s 0.01 0.07 0.01 0.00 -similors similor NOM m p 0.01 0.07 0.00 0.07 -simoniaque simoniaque ADJ s 0.00 0.07 0.00 0.07 -simoun simoun NOM m s 0.01 0.54 0.01 0.54 -simple simple ADJ s 137.69 148.58 124.57 124.26 -simplement simplement ADV 84.76 134.32 84.76 134.32 -simples simple ADJ p 137.69 148.58 13.12 24.32 -simplesse simplesse NOM f s 0.00 0.20 0.00 0.20 -simplet simplet NOM m s 0.78 0.34 0.63 0.20 -simplets simplet NOM m p 0.78 0.34 0.15 0.14 -simplette simplette NOM f s 0.17 0.14 0.17 0.14 -simplettes simplet ADJ f p 0.44 1.35 0.00 0.20 -simplicité simplicité NOM f s 2.75 21.69 2.75 21.69 -simplifiaient simplifier VER 2.80 7.84 0.00 0.41 ind:imp:3p; -simplifiais simplifier VER 2.80 7.84 0.01 0.00 ind:imp:1s; -simplifiait simplifier VER 2.80 7.84 0.02 0.61 ind:imp:3s; -simplifiant simplifier VER 2.80 7.84 0.00 0.14 par:pre; -simplification simplification NOM f s 0.15 0.61 0.15 0.54 -simplifications simplification NOM f p 0.15 0.61 0.00 0.07 -simplifie simplifier VER 2.80 7.84 0.60 1.28 imp:pre:2s;ind:pre:1s;ind:pre:3s; -simplifient simplifier VER 2.80 7.84 0.01 0.20 ind:pre:3p; -simplifier simplifier VER 2.80 7.84 1.32 1.89 inf; -simplifiera simplifier VER 2.80 7.84 0.14 0.14 ind:fut:3s; -simplifierait simplifier VER 2.80 7.84 0.10 0.14 cnd:pre:3s; -simplifiez simplifier VER 2.80 7.84 0.19 0.07 imp:pre:2p;ind:pre:2p; -simplifions simplifier VER 2.80 7.84 0.08 0.27 imp:pre:1p;ind:pre:1p; -simplifié simplifier VER m s 2.80 7.84 0.15 1.35 par:pas; -simplifiée simplifier VER f s 2.80 7.84 0.18 0.74 par:pas; -simplifiées simplifier VER f p 2.80 7.84 0.00 0.41 par:pas; -simplifiés simplifier VER m p 2.80 7.84 0.00 0.20 par:pas; -simplissime simplissime ADJ f s 0.04 0.07 0.04 0.07 -simpliste simpliste ADJ s 0.58 1.28 0.45 0.95 -simplistes simpliste ADJ p 0.58 1.28 0.13 0.34 -simula simuler VER 5.46 6.22 0.14 0.34 ind:pas:3s; -simulacre simulacre NOM m s 0.84 6.22 0.69 4.59 -simulacres simulacre NOM m p 0.84 6.22 0.16 1.62 -simulaient simuler VER 5.46 6.22 0.14 0.14 ind:imp:3p; -simulais simuler VER 5.46 6.22 0.12 0.07 ind:imp:1s;ind:imp:2s; -simulait simuler VER 5.46 6.22 0.26 0.68 ind:imp:3s; -simulant simuler VER 5.46 6.22 0.07 1.55 par:pre; -simulateur simulateur NOM m s 1.05 0.68 0.80 0.20 -simulateurs simulateur NOM m p 1.05 0.68 0.20 0.07 -simulation simulation NOM f s 3.69 0.61 3.11 0.54 -simulations simulation NOM f p 3.69 0.61 0.58 0.07 -simulatrice simulateur NOM f s 1.05 0.68 0.04 0.41 -simule simuler VER 5.46 6.22 1.08 0.81 imp:pre:2s;ind:pre:1s;ind:pre:3s; -simulent simuler VER 5.46 6.22 0.12 0.14 ind:pre:3p; -simuler simuler VER 5.46 6.22 1.76 1.89 inf; -simulera simuler VER 5.46 6.22 0.02 0.00 ind:fut:3s; -simulerai simuler VER 5.46 6.22 0.01 0.00 ind:fut:1s; -simulerez simuler VER 5.46 6.22 0.01 0.00 ind:fut:2p; -simules simuler VER 5.46 6.22 0.28 0.07 ind:pre:2s; -simulez simuler VER 5.46 6.22 0.15 0.00 imp:pre:2p;ind:pre:2p; -simuliez simuler VER 5.46 6.22 0.01 0.00 ind:imp:2p; -simulons simuler VER 5.46 6.22 0.09 0.07 imp:pre:1p;ind:pre:1p; -simultané simultané ADJ m s 0.57 3.11 0.25 0.61 -simultanée simultané ADJ f s 0.57 3.11 0.19 1.15 -simultanées simultané ADJ f p 0.57 3.11 0.09 0.68 -simultanéité simultanéité NOM f s 0.00 1.15 0.00 1.15 -simultanément simultanément ADV 1.29 5.81 1.29 5.81 -simultanés simultané ADJ m p 0.57 3.11 0.05 0.68 -simulèrent simuler VER 5.46 6.22 0.00 0.07 ind:pas:3p; -simulé simuler VER m s 5.46 6.22 0.86 0.27 par:pas; -simulée simulé ADJ f s 0.62 0.61 0.18 0.34 -simulées simuler VER f p 5.46 6.22 0.16 0.00 par:pas; -simulés simulé ADJ m p 0.62 0.61 0.11 0.07 -sinapisme sinapisme NOM m s 0.00 0.20 0.00 0.14 -sinapismes sinapisme NOM m p 0.00 0.20 0.00 0.07 -sinciput sinciput NOM m s 0.00 0.20 0.00 0.20 -sincère sincère ADJ s 19.51 22.50 15.20 18.65 -sincèrement sincèrement ADV 13.58 13.11 13.58 13.11 -sincères sincère ADJ p 19.51 22.50 4.31 3.85 -sincérité sincérité NOM f s 3.77 9.66 3.77 9.66 -sindon sindon NOM m s 0.00 0.27 0.00 0.27 -sine_die sine_die ADV 0.00 0.34 0.00 0.34 -sine_qua_non sine_qua_non ADV 0.16 0.47 0.16 0.47 -singe_araignée singe_araignée NOM m s 0.01 0.00 0.01 0.00 -singe singe NOM m s 35.48 22.57 21.59 15.00 -singea singer VER 0.45 3.92 0.00 0.61 ind:pas:3s; -singeaient singer VER 0.45 3.92 0.01 0.34 ind:imp:3p; -singeait singer VER 0.45 3.92 0.00 0.61 ind:imp:3s; -singeant singer VER 0.45 3.92 0.05 0.54 par:pre; -singent singer VER 0.45 3.92 0.00 0.14 ind:pre:3p; -singer singer VER 0.45 3.92 0.15 1.28 inf; -singerie singerie NOM f s 0.90 2.23 0.01 0.41 -singeries singerie NOM f p 0.90 2.23 0.89 1.82 -singes singe NOM m p 35.48 22.57 13.90 7.57 -singiez singer VER 0.45 3.92 0.01 0.00 ind:imp:2p; -single single NOM m s 1.10 0.14 0.67 0.14 -singles single NOM m p 1.10 0.14 0.43 0.00 -singleton singleton NOM m s 0.17 0.00 0.17 0.00 -singé singer VER m s 0.45 3.92 0.00 0.20 par:pas; -singées singer VER f p 0.45 3.92 0.00 0.07 par:pas; -singularisait singulariser VER 0.05 1.08 0.00 0.07 ind:imp:3s; -singularise singulariser VER 0.05 1.08 0.01 0.27 imp:pre:2s;ind:pre:3s; -singulariser singulariser VER 0.05 1.08 0.04 0.68 inf; -singularises singulariser VER 0.05 1.08 0.00 0.07 ind:pre:2s; -singularité singularité NOM f s 0.89 3.11 0.86 2.43 -singularités singularité NOM f p 0.89 3.11 0.03 0.68 -singulier singulier ADJ m s 2.31 21.42 1.20 9.80 -singuliers singulier ADJ m p 2.31 21.42 0.05 2.03 -singulière singulier ADJ f s 2.31 21.42 1.00 8.31 -singulièrement singulièrement ADV 0.13 8.58 0.13 8.58 -singulières singulier ADJ f p 2.31 21.42 0.07 1.28 -sinistre sinistre ADJ s 8.27 25.88 7.39 19.86 -sinistrement sinistrement ADV 0.01 1.28 0.01 1.28 -sinistres sinistre ADJ p 8.27 25.88 0.88 6.01 -sinistrose sinistrose NOM f s 0.00 0.07 0.00 0.07 -sinistré sinistré ADJ m s 0.28 0.81 0.02 0.20 -sinistrée sinistré ADJ f s 0.28 0.81 0.25 0.27 -sinistrées sinistré ADJ f p 0.28 0.81 0.02 0.20 -sinistrés sinistré NOM m p 0.26 0.61 0.25 0.54 -sino_américain sino_américain NOM m s 0.02 0.00 0.02 0.00 -sino_arabe sino_arabe ADJ f s 0.01 0.00 0.01 0.00 -sino_japonais sino_japonais ADJ f s 0.00 0.14 0.00 0.14 -sino sino ADV 0.12 0.00 0.12 0.00 -sinologie sinologie NOM f s 0.00 0.07 0.00 0.07 -sinon sinon CON 164.85 89.26 164.85 89.26 -sinople sinople NOM m s 0.00 0.14 0.00 0.14 -sinoque sinoque ADJ s 0.01 0.34 0.00 0.27 -sinoques sinoque ADJ p 0.01 0.34 0.01 0.07 -sinoquet sinoquet NOM m s 0.00 0.88 0.00 0.88 -sinuaient sinuer VER 0.01 1.76 0.00 0.20 ind:imp:3p; -sinuait sinuer VER 0.01 1.76 0.00 0.74 ind:imp:3s; -sinuant sinuer VER 0.01 1.76 0.01 0.07 par:pre; -sinécure sinécure NOM f s 0.52 0.88 0.52 0.81 -sinécures sinécure NOM f p 0.52 0.88 0.00 0.07 -sinue sinuer VER 0.01 1.76 0.00 0.34 ind:pre:3s; -sinuent sinuer VER 0.01 1.76 0.00 0.20 ind:pre:3p; -sinuer sinuer VER 0.01 1.76 0.00 0.14 inf; -sinueuse sinueux ADJ f s 0.97 5.61 0.07 2.23 -sinueusement sinueusement ADV 0.00 0.07 0.00 0.07 -sinueuses sinueux ADJ f p 0.97 5.61 0.32 0.95 -sinueux sinueux ADJ m 0.97 5.61 0.58 2.43 -sinuosité sinuosité NOM f s 0.00 0.68 0.00 0.14 -sinuosités sinuosité NOM f p 0.00 0.68 0.00 0.54 -sinus sinus NOM m 1.30 1.01 1.30 1.01 -sinusal sinusal ADJ m s 0.46 0.00 0.29 0.00 -sinusale sinusal ADJ f s 0.46 0.00 0.17 0.00 -sinusite sinusite NOM f s 0.33 0.14 0.32 0.14 -sinusites sinusite NOM f p 0.33 0.14 0.01 0.00 -sinusoïdal sinusoïdal ADJ m s 0.07 0.14 0.04 0.07 -sinusoïdale sinusoïdal ADJ f s 0.07 0.14 0.03 0.00 -sinusoïdaux sinusoïdal ADJ m p 0.07 0.14 0.00 0.07 -sinusoïdes sinusoïde NOM f p 0.00 0.14 0.00 0.14 -sinué sinuer VER m s 0.01 1.76 0.00 0.07 par:pas; -sionisme sionisme NOM m s 0.04 0.27 0.04 0.27 -sioniste sioniste ADJ s 0.49 0.14 0.39 0.14 -sionistes sioniste NOM p 0.32 0.07 0.28 0.07 -sioux sioux ADJ 0.36 0.34 0.36 0.34 -siphon siphon NOM m s 0.83 2.23 0.43 1.96 -siphonnage siphonnage NOM m s 0.00 0.07 0.00 0.07 -siphonnait siphonner VER 0.35 0.68 0.04 0.07 ind:imp:3s; -siphonne siphonner VER 0.35 0.68 0.07 0.07 imp:pre:2s;ind:pre:1s;ind:pre:3s; -siphonner siphonner VER 0.35 0.68 0.10 0.20 inf; -siphonné siphonné ADJ m s 0.18 0.20 0.17 0.14 -siphonnée siphonner VER f s 0.35 0.68 0.01 0.14 par:pas; -siphonnés siphonné ADJ m p 0.18 0.20 0.01 0.00 -siphons siphon NOM m p 0.83 2.23 0.40 0.27 -sipo sipo NOM m s 0.03 0.00 0.03 0.00 -sir sir NOM m s 10.48 2.57 10.48 2.57 -sirdar sirdar NOM m s 0.00 0.41 0.00 0.41 -sire sire NOM m s 3.37 0.74 3.37 0.47 -sires sire NOM m p 3.37 0.74 0.00 0.27 -sirocco sirocco NOM m s 1.52 0.68 1.52 0.68 -sirop sirop NOM m s 5.75 8.18 5.70 7.64 -sirops sirop NOM m p 5.75 8.18 0.05 0.54 -sirota siroter VER 1.59 5.74 0.00 0.14 ind:pas:3s; -sirotaient siroter VER 1.59 5.74 0.01 0.27 ind:imp:3p; -sirotais siroter VER 1.59 5.74 0.05 0.14 ind:imp:1s;ind:imp:2s; -sirotait siroter VER 1.59 5.74 0.04 1.01 ind:imp:3s; -sirotant siroter VER 1.59 5.74 0.28 1.08 par:pre; -sirote siroter VER 1.59 5.74 0.12 0.88 imp:pre:2s;ind:pre:1s;ind:pre:3s; -sirotent siroter VER 1.59 5.74 0.06 0.20 ind:pre:3p; -siroter siroter VER 1.59 5.74 0.99 1.35 inf; -siroterais siroter VER 1.59 5.74 0.01 0.00 cnd:pre:1s; -sirotiez siroter VER 1.59 5.74 0.01 0.00 ind:imp:2p; -sirotions siroter VER 1.59 5.74 0.00 0.07 ind:imp:1p; -siroté siroter VER m s 1.59 5.74 0.02 0.61 par:pas; -sirène sirène NOM f s 11.35 17.50 8.06 10.34 -sirènes sirène NOM f p 11.35 17.50 3.28 7.16 -sirupeuse sirupeux ADJ f s 0.19 1.55 0.13 0.54 -sirupeuses sirupeux ADJ f p 0.19 1.55 0.01 0.20 -sirupeux sirupeux ADJ m 0.19 1.55 0.06 0.81 -sirventès sirventès NOM m 0.00 0.14 0.00 0.14 -sis sis ADJ m s 1.77 1.55 1.77 0.74 -sisal sisal NOM m s 0.03 0.34 0.03 0.34 -sise sis ADJ f s 1.77 1.55 0.00 0.74 -sises sis ADJ f p 1.77 1.55 0.00 0.07 -sismique sismique ADJ s 0.75 0.41 0.56 0.34 -sismiques sismique ADJ p 0.75 0.41 0.19 0.07 -sismographe sismographe NOM s 0.10 0.14 0.04 0.00 -sismographes sismographe NOM p 0.10 0.14 0.07 0.14 -sismologie sismologie NOM f s 0.02 0.00 0.02 0.00 -sismologique sismologique ADJ f s 0.01 0.00 0.01 0.00 -sismologue sismologue NOM s 0.14 0.07 0.07 0.00 -sismologues sismologue NOM p 0.14 0.07 0.06 0.07 -sismomètre sismomètre NOM m s 0.01 0.00 0.01 0.00 -sismothérapie sismothérapie NOM f s 0.01 0.00 0.01 0.00 -sisymbre sisymbre NOM m s 0.00 0.07 0.00 0.07 -sit_in sit_in NOM m 0.30 0.00 0.30 0.00 -sitôt sitôt ADV 3.59 19.12 3.59 19.12 -sitar sitar NOM m s 0.16 0.00 0.16 0.00 -sitariste sitariste NOM s 0.01 0.00 0.01 0.00 -sitcom sitcom NOM f s 0.85 0.00 0.63 0.00 -sitcoms sitcom NOM f p 0.85 0.00 0.23 0.00 -site site NOM m s 17.17 4.46 13.91 3.58 -sites site NOM m p 17.17 4.46 3.26 0.88 -siècle siècle NOM m s 45.77 132.91 27.29 79.05 -siècles siècle NOM m p 45.77 132.91 18.48 53.85 -siège siège NOM m s 29.44 57.91 23.69 46.08 -siègent siéger VER 2.87 5.34 0.31 0.27 ind:pre:3p; -sièges siège NOM m p 29.44 57.91 5.75 11.82 -sittelle sittelle NOM f s 0.03 0.00 0.03 0.00 -situ situ NOM m s 0.95 0.00 0.95 0.00 -situa situer VER 10.44 37.84 0.00 0.47 ind:pas:3s; -situable situable ADJ f s 0.00 0.14 0.00 0.14 -situaient situer VER 10.44 37.84 0.01 1.15 ind:imp:3p; -situais situer VER 10.44 37.84 0.02 0.07 ind:imp:1s; -situait situer VER 10.44 37.84 0.26 3.72 ind:imp:3s; -situant situer VER 10.44 37.84 0.01 0.41 par:pre; -situasse situer VER 10.44 37.84 0.00 0.95 sub:imp:1s; -situation situation NOM f s 108.99 104.86 101.39 96.62 -situationnel situationnel ADJ m s 0.01 0.00 0.01 0.00 -situationnisme situationnisme NOM m s 0.01 0.00 0.01 0.00 -situationnistes situationniste ADJ p 0.00 0.14 0.00 0.14 -situations situation NOM f p 108.99 104.86 7.60 8.24 -situe situer VER 10.44 37.84 2.34 4.86 imp:pre:2s;ind:pre:1s;ind:pre:3s; -situent situer VER 10.44 37.84 0.44 0.54 ind:pre:3p; -situer situer VER 10.44 37.84 1.16 6.55 inf; -situera situer VER 10.44 37.84 0.03 0.14 ind:fut:3s; -situerai situer VER 10.44 37.84 0.01 0.00 ind:fut:1s; -situeraient situer VER 10.44 37.84 0.01 0.00 cnd:pre:3p; -situerais situer VER 10.44 37.84 0.01 0.14 cnd:pre:1s; -situerait situer VER 10.44 37.84 0.22 0.07 cnd:pre:3s; -situes situer VER 10.44 37.84 0.04 0.07 ind:pre:2s;sub:pre:2s; -situez situer VER 10.44 37.84 0.10 0.27 ind:pre:2p; -situions situer VER 10.44 37.84 0.00 0.14 ind:imp:1p; -situons situer VER 10.44 37.84 0.13 0.20 imp:pre:1p;ind:pre:1p; -situât situer VER 10.44 37.84 0.00 0.07 sub:imp:3s; -situèrent situer VER 10.44 37.84 0.00 0.07 ind:pas:3p; -situé situer VER m s 10.44 37.84 2.70 7.84 par:pas; -située situer VER f s 10.44 37.84 2.15 7.23 par:pas; -situées situer VER f p 10.44 37.84 0.14 1.49 par:pas; -situés situer VER m p 10.44 37.84 0.64 1.42 par:pas; -siéent seoir VER 1.75 3.78 0.01 0.14 ind:pre:3p; -siégeaient siéger VER 2.87 5.34 0.00 0.61 ind:imp:3p; -siégeais siéger VER 2.87 5.34 0.01 0.07 ind:imp:1s; -siégeait siéger VER 2.87 5.34 0.11 1.35 ind:imp:3s; -siégeant siéger VER 2.87 5.34 0.03 0.54 par:pre; -siégeons siéger VER 2.87 5.34 0.06 0.07 imp:pre:1p;ind:pre:1p; -siéger siéger VER 2.87 5.34 0.60 0.68 inf; -siégera siéger VER 2.87 5.34 0.41 0.00 ind:fut:3s; -siégerai siéger VER 2.87 5.34 0.02 0.07 ind:fut:1s; -siégeraient siéger VER 2.87 5.34 0.00 0.14 cnd:pre:3p; -siégerait siéger VER 2.87 5.34 0.00 0.14 cnd:pre:3s; -siégeras siéger VER 2.87 5.34 0.03 0.00 ind:fut:2s; -siégerons siéger VER 2.87 5.34 0.01 0.00 ind:fut:1p; -siégeront siéger VER 2.87 5.34 0.00 0.07 ind:fut:3p; -siégez siéger VER 2.87 5.34 0.03 0.00 ind:pre:2p; -siégiez siéger VER 2.87 5.34 0.02 0.00 ind:imp:2p; -siégions siéger VER 2.87 5.34 0.00 0.14 ind:imp:1p; -siégé siéger VER m s 2.87 5.34 0.13 0.27 par:pas; -siéra seoir VER 1.75 3.78 0.05 0.00 ind:fut:3s; -siérait seoir VER 1.75 3.78 0.02 0.07 cnd:pre:3s; -six_quatre six_quatre NOM m 0.00 0.07 0.00 0.07 -six six ADJ:num 117.37 156.22 117.37 156.22 -sixain sixain NOM m s 0.00 0.20 0.00 0.20 -sixième sixième ADJ m 3.77 7.23 3.76 7.16 -sixièmement sixièmement ADV 0.01 0.00 0.01 0.00 -sixièmes sixième NOM p 2.11 6.01 0.23 0.27 -sixte sixte NOM f s 0.02 0.14 0.02 0.14 -sixties sixties NOM p 0.40 0.20 0.40 0.20 -sixtus sixtus NOM m 0.01 0.00 0.01 0.00 -sizain sizain NOM m s 0.00 0.14 0.00 0.14 -ska ska NOM m s 0.35 0.00 0.35 0.00 -skaï skaï NOM m s 0.12 1.82 0.12 1.82 -skaal skaal ONO 0.00 0.07 0.00 0.07 -skate_board skate_board NOM m s 0.57 0.07 0.57 0.07 -skate skate NOM m s 2.50 0.07 2.14 0.07 -skateboard skateboard NOM m s 1.13 0.00 1.06 0.00 -skateboards skateboard NOM m p 1.13 0.00 0.07 0.00 -skates skate NOM m p 2.50 0.07 0.36 0.00 -skating skating NOM m s 0.00 0.07 0.00 0.07 -skeet skeet NOM m s 0.04 0.00 0.02 0.00 -skeets skeet NOM m p 0.04 0.00 0.02 0.00 -sketch sketch NOM m s 2.54 1.28 1.50 0.74 -sketches sketch NOM m p 2.54 1.28 0.69 0.54 -sketchs sketch NOM m p 2.54 1.28 0.34 0.00 -ski ski NOM m s 16.57 6.49 13.84 5.00 -skiable skiable ADJ m s 0.01 0.00 0.01 0.00 -skiais skier VER 3.81 0.81 0.12 0.07 ind:imp:1s;ind:imp:2s; -skiait skier VER 3.81 0.81 0.14 0.14 ind:imp:3s; -skiant skier VER 3.81 0.81 0.06 0.00 par:pre; -skie skier VER 3.81 0.81 0.30 0.07 imp:pre:2s;ind:pre:1s;ind:pre:3s; -skient skier VER 3.81 0.81 0.04 0.00 ind:pre:3p; -skier skier VER 3.81 0.81 2.52 0.27 inf; -skierai skier VER 3.81 0.81 0.01 0.00 ind:fut:1s; -skierait skier VER 3.81 0.81 0.00 0.07 cnd:pre:3s; -skies skier VER 3.81 0.81 0.22 0.00 ind:pre:2s; -skieur skieur NOM m s 1.11 1.28 0.20 0.61 -skieurs skieur NOM m p 1.11 1.28 0.74 0.20 -skieuse skieur NOM f s 1.11 1.28 0.17 0.41 -skieuses skieuse NOM f p 0.02 0.00 0.02 0.00 -skiez skier VER 3.81 0.81 0.05 0.07 imp:pre:2p;ind:pre:2p; -skiff skiff NOM m s 0.14 0.27 0.14 0.20 -skiffs skiff NOM m p 0.14 0.27 0.00 0.07 -skin skin NOM m s 0.93 0.14 0.44 0.14 -skinhead skinhead NOM m s 1.59 0.20 0.38 0.14 -skinheads skinhead NOM m p 1.59 0.20 1.22 0.07 -skins skin NOM m p 0.93 0.14 0.48 0.00 -skip skip NOM m s 2.27 0.14 2.27 0.14 -skipper skipper NOM m s 1.32 0.07 1.32 0.07 -skis ski NOM m p 16.57 6.49 2.73 1.49 -skié skier VER m s 3.81 0.81 0.37 0.14 par:pas; -skunks skunks NOM m 0.00 1.55 0.00 1.55 -skydome skydome NOM m s 0.01 0.00 0.01 0.00 -slalom slalom NOM m s 0.20 0.95 0.20 0.81 -slalomant slalomer VER 0.07 0.41 0.00 0.14 par:pre; -slalomer slalomer VER 0.07 0.41 0.05 0.20 inf; -slaloms slalom NOM m p 0.20 0.95 0.00 0.14 -slalomé slalomer VER m s 0.07 0.41 0.03 0.07 par:pas; -slang slang NOM m 0.00 0.07 0.00 0.07 -slash slash NOM m s 0.07 0.00 0.07 0.00 -slave slave ADJ s 0.22 3.38 0.19 2.36 -slaves slave ADJ p 0.22 3.38 0.03 1.01 -slavisant slaviser VER 0.00 0.07 0.00 0.07 par:pre; -slavisme slavisme NOM m s 0.00 0.07 0.00 0.07 -slavon slavon ADJ m s 0.00 0.07 0.00 0.07 -slavon slavon NOM m s 0.00 0.07 0.00 0.07 -slavophiles slavophile ADJ p 0.00 0.07 0.00 0.07 -sleeping sleeping NOM m s 0.37 0.34 0.37 0.27 -sleepings sleeping NOM m p 0.37 0.34 0.00 0.07 -slibard slibard NOM m s 0.11 0.47 0.11 0.47 -slice slice NOM m s 0.19 0.00 0.19 0.00 -slip slip NOM m s 11.35 12.77 9.29 10.07 -slips slip NOM m p 11.35 12.77 2.06 2.70 -slogan slogan NOM m s 4.96 6.96 3.96 2.36 -slogans slogan NOM m p 4.96 6.96 1.00 4.59 -sloop sloop NOM m s 0.06 0.07 0.06 0.07 -sloughi sloughi NOM m s 0.00 0.07 0.00 0.07 -slovaque slovaque ADJ s 0.01 0.00 0.01 0.00 -slovaques slovaque NOM p 0.03 0.07 0.03 0.07 -slovène slovène ADJ f s 0.00 0.20 0.00 0.20 -slow slow NOM m s 0.10 2.16 0.10 1.82 -slows slow NOM m p 0.10 2.16 0.00 0.34 -slug slug NOM m s 0.10 0.00 0.10 0.00 -slush slush NOM s 0.01 0.07 0.01 0.07 -smack smack NOM m s 0.15 0.14 0.14 0.14 -smacks smack NOM m p 0.15 0.14 0.01 0.00 -smala smala NOM f s 0.20 0.61 0.20 0.61 -smalah smalah NOM f s 0.00 0.20 0.00 0.20 -smaragdin smaragdin ADJ m s 0.00 0.07 0.00 0.07 -smart smart ADJ s 0.20 0.27 0.20 0.27 -smash smash NOM m s 0.40 0.20 0.40 0.20 -smashe smasher VER 0.41 0.00 0.25 0.00 imp:pre:2s;ind:pre:3s; -smasher smasher VER 0.41 0.00 0.15 0.00 inf; -smegma smegma NOM m s 0.04 0.00 0.04 0.00 -smicard smicard NOM m s 0.03 0.14 0.03 0.07 -smicards smicard NOM m p 0.03 0.14 0.00 0.07 -smigard smigard NOM m s 0.00 0.07 0.00 0.07 -smiley smiley NOM m s 0.78 0.00 0.78 0.00 -smocks smocks NOM m p 0.01 0.34 0.01 0.34 -smog smog NOM m s 0.29 0.07 0.29 0.07 -smoking smoking NOM m s 4.90 4.53 4.74 3.92 -smokings smoking NOM m p 4.90 4.53 0.16 0.61 -smorrebrod smorrebrod NOM m s 0.00 0.07 0.00 0.07 -smurf smurf NOM m s 0.03 0.00 0.03 0.00 -smyrniote smyrniote NOM s 0.00 0.07 0.00 0.07 -snack_bar snack_bar NOM m s 0.23 0.61 0.23 0.54 -snack_bar snack_bar NOM m p 0.23 0.61 0.00 0.07 -snack snack NOM m s 1.21 0.95 1.06 0.74 -snacks snack NOM m p 1.21 0.95 0.15 0.20 -snif snif ONO 0.26 0.20 0.26 0.20 -snifer snifer VER 0.03 0.00 0.03 0.00 inf; -sniff sniff ONO 0.12 0.34 0.12 0.34 -sniffaient sniffer VER 3.28 2.70 0.00 0.07 ind:imp:3p; -sniffais sniffer VER 3.28 2.70 0.08 0.07 ind:imp:1s;ind:imp:2s; -sniffait sniffer VER 3.28 2.70 0.14 0.20 ind:imp:3s; -sniffant sniffer VER 3.28 2.70 0.02 0.14 par:pre; -sniffe sniffer VER 3.28 2.70 0.77 0.95 imp:pre:2s;ind:pre:1s;ind:pre:3s; -sniffent sniffer VER 3.28 2.70 0.03 0.07 ind:pre:3p; -sniffer sniffer VER 3.28 2.70 1.25 0.74 inf; -snifferai sniffer VER 3.28 2.70 0.01 0.07 ind:fut:1s; -sniffes sniffer VER 3.28 2.70 0.24 0.07 ind:pre:2s; -sniffette sniffette NOM f s 0.00 0.07 0.00 0.07 -sniffez sniffer VER 3.28 2.70 0.08 0.00 imp:pre:2p;ind:pre:2p; -sniffé sniffer VER m s 3.28 2.70 0.66 0.14 par:pas; -sniffée sniffer VER f s 3.28 2.70 0.01 0.14 par:pas; -sniffées sniffer VER f p 3.28 2.70 0.00 0.07 par:pas; -snipe snipe NOM m s 0.07 0.00 0.07 0.00 -sniper sniper NOM m s 4.50 0.00 2.46 0.00 -snipers sniper NOM m p 4.50 0.00 2.03 0.00 -snob snob ADJ s 1.75 3.31 1.61 2.64 -snobaient snober VER 0.67 0.68 0.00 0.20 ind:imp:3p; -snobais snober VER 0.67 0.68 0.01 0.00 ind:imp:2s; -snobe snober VER 0.67 0.68 0.10 0.00 imp:pre:2s;ind:pre:1s;ind:pre:3s; -snobent snober VER 0.67 0.68 0.02 0.00 ind:pre:3p; -snober snober VER 0.67 0.68 0.21 0.20 inf; -snoberez snober VER 0.67 0.68 0.01 0.00 ind:fut:2p; -snobez snober VER 0.67 0.68 0.07 0.00 imp:pre:2p;ind:pre:2p; -snobinard snobinard NOM m s 0.46 0.07 0.22 0.00 -snobinarde snobinard NOM f s 0.46 0.07 0.02 0.00 -snobinardes snobinard NOM f p 0.46 0.07 0.01 0.00 -snobinards snobinard NOM m p 0.46 0.07 0.22 0.07 -snobisme snobisme NOM m s 0.79 3.45 0.79 3.38 -snobismes snobisme NOM m p 0.79 3.45 0.00 0.07 -snobs snob NOM p 1.35 1.82 0.39 0.68 -snobé snober VER m s 0.67 0.68 0.23 0.14 par:pas; -snobée snober VER f s 0.67 0.68 0.00 0.07 par:pas; -snobés snober VER m p 0.67 0.68 0.03 0.07 par:pas; -snow_boot snow_boot NOM m p 0.00 0.07 0.00 0.07 -soûl soûl ADJ m s 12.96 2.77 10.22 2.03 -soûlait soûler VER 6.13 2.43 0.14 0.14 ind:imp:3s; -soûlant soûler VER 6.13 2.43 0.02 0.00 par:pre; -soûlante soûlant ADJ f s 0.01 0.07 0.00 0.07 -soûlard soûlard NOM m s 1.19 0.14 0.82 0.14 -soûlarde soûlard NOM f s 1.19 0.14 0.23 0.00 -soûlards soûlard NOM m p 1.19 0.14 0.14 0.00 -soûlaud soûlaud ADJ m s 0.01 0.20 0.01 0.14 -soûlauds soûlaud ADJ m p 0.01 0.20 0.00 0.07 -soûle soûl ADJ f s 12.96 2.77 1.96 0.68 -soûlent soûler VER 6.13 2.43 0.30 0.27 ind:pre:3p; -soûler soûler VER 6.13 2.43 2.54 0.81 inf; -soûlerais soûler VER 6.13 2.43 0.16 0.00 cnd:pre:1s; -soûlerait soûler VER 6.13 2.43 0.00 0.07 cnd:pre:3s; -soûlerie soûlerie NOM f s 0.08 0.20 0.08 0.20 -soûlez soûler VER 6.13 2.43 0.22 0.00 imp:pre:2p;ind:pre:2p; -soûlographe soûlographe NOM s 0.00 0.14 0.00 0.14 -soûlographie soûlographie NOM f s 0.00 0.14 0.00 0.14 -soûlons soûler VER 6.13 2.43 0.01 0.00 imp:pre:1p; -soûlot soûlot NOM m s 0.29 0.27 0.28 0.20 -soûlots soûlot NOM m p 0.29 0.27 0.01 0.07 -soûls soûl ADJ m p 12.96 2.77 0.78 0.07 -soûlèrent soûler VER 6.13 2.43 0.01 0.00 ind:pas:3p; -soûlé soûler VER m s 6.13 2.43 0.85 0.27 par:pas; -soûlée soûler VER f s 6.13 2.43 0.43 0.07 par:pas; -soûlées soûler VER f p 6.13 2.43 0.03 0.00 par:pas; -soûlés soûler VER m p 6.13 2.43 0.14 0.34 par:pas; -soap_opéra soap_opéra NOM m s 0.17 0.00 0.15 0.00 -soap_opéra soap_opéra NOM m s 0.17 0.00 0.02 0.00 -sobre sobre ADJ s 6.18 4.66 5.80 3.24 -sobrement sobrement ADV 0.06 1.28 0.06 1.28 -sobres sobre ADJ p 6.18 4.66 0.37 1.42 -sobriquet sobriquet NOM m s 0.52 4.86 0.48 3.45 -sobriquets sobriquet NOM m p 0.52 4.86 0.04 1.42 -sobriété sobriété NOM f s 0.70 1.62 0.70 1.62 -soc soc NOM m s 0.57 1.89 0.31 1.62 -soccer soccer NOM m s 0.64 0.00 0.64 0.00 -sociabiliser sociabiliser VER 0.01 0.00 0.01 0.00 inf; -sociabilité sociabilité NOM f s 0.09 0.41 0.09 0.41 -sociable sociable ADJ s 2.08 0.81 1.79 0.54 -sociables sociable ADJ p 2.08 0.81 0.29 0.27 -social_démocrate social_démocrate ADJ m s 0.21 0.14 0.21 0.14 -social_démocratie social_démocratie NOM f s 0.02 0.34 0.02 0.34 -social_traître social_traître NOM m s 0.00 0.27 0.00 0.27 -social social ADJ m s 34.40 49.80 9.16 12.30 -sociale social ADJ f s 34.40 49.80 16.06 24.80 -socialement socialement ADV 1.04 0.95 1.04 0.95 -sociales social ADJ f p 34.40 49.80 4.59 8.85 -socialisation socialisation NOM f s 0.10 0.00 0.10 0.00 -socialise socialiser VER 0.16 0.00 0.02 0.00 ind:pre:1s;ind:pre:3s; -socialiser socialiser VER 0.16 0.00 0.13 0.00 inf; -socialisez socialiser VER 0.16 0.00 0.01 0.00 ind:pre:2p; -socialisme socialisme NOM m s 4.90 6.76 4.90 6.69 -socialismes socialisme NOM m p 4.90 6.76 0.00 0.07 -socialiste socialiste ADJ s 6.68 10.41 5.00 7.97 -socialistes socialiste ADJ p 6.68 10.41 1.68 2.43 -socialo socialo NOM s 0.03 0.14 0.01 0.00 -socialos socialo NOM p 0.03 0.14 0.02 0.14 -sociaux_démocrates sociaux_démocrates ADJ m 0.23 0.00 0.23 0.00 -sociaux social ADJ m p 34.40 49.80 4.59 3.85 -sociniens socinien NOM m p 0.00 0.07 0.00 0.07 -socio_culturel socio_culturel ADJ f p 0.01 0.14 0.00 0.07 -socio_culturel socio_culturel ADJ m p 0.01 0.14 0.01 0.07 -socio_économique socio_économique ADJ m s 0.08 0.07 0.06 0.00 -socio_économique socio_économique ADJ m p 0.08 0.07 0.02 0.07 -socio socio ADV 0.09 0.14 0.09 0.14 -sociobiologie sociobiologie NOM f s 0.01 0.00 0.01 0.00 -socioculturel socioculturel ADJ m s 0.01 0.14 0.00 0.07 -socioculturelles socioculturel ADJ f p 0.01 0.14 0.01 0.07 -sociologie sociologie NOM f s 1.09 1.28 1.09 1.28 -sociologique sociologique ADJ s 0.64 0.68 0.39 0.47 -sociologiquement sociologiquement ADV 0.00 0.07 0.00 0.07 -sociologiques sociologique ADJ f p 0.64 0.68 0.25 0.20 -sociologue sociologue NOM s 0.93 1.55 0.48 0.54 -sociologues sociologue NOM p 0.93 1.55 0.45 1.01 -sociopathe sociopathe ADJ s 0.88 0.00 0.67 0.00 -sociopathes sociopathe ADJ p 0.88 0.00 0.21 0.00 -sociopathie sociopathie NOM f s 0.04 0.00 0.04 0.00 -sociopolitique sociopolitique ADJ f s 0.01 0.00 0.01 0.00 -socius socius NOM m 0.00 0.07 0.00 0.07 -sociétaire sociétaire ADJ f s 0.01 0.07 0.01 0.07 -sociétaires sociétaire NOM p 0.00 0.34 0.00 0.20 -sociétal sociétal ADJ m s 0.05 0.00 0.03 0.00 -sociétale sociétal ADJ f s 0.05 0.00 0.03 0.00 -société société NOM f s 75.46 62.23 69.38 56.55 -sociétés société NOM f p 75.46 62.23 6.08 5.68 -socket socket NOM m s 0.03 0.00 0.03 0.00 -socle socle NOM m s 0.72 8.45 0.70 7.91 -socles socle NOM m p 0.72 8.45 0.02 0.54 -socque socque NOM m s 0.00 0.47 0.00 0.07 -socques socque NOM m p 0.00 0.47 0.00 0.41 -socquette socquette NOM f s 0.38 2.16 0.02 0.41 -socquettes socquette NOM f p 0.38 2.16 0.36 1.76 -socratique socratique ADJ s 0.07 0.20 0.07 0.14 -socratiques socratique ADJ p 0.07 0.20 0.00 0.07 -socs soc NOM m p 0.57 1.89 0.27 0.27 -soda soda NOM m s 10.23 1.55 9.12 1.01 -sodas soda NOM m p 10.23 1.55 1.11 0.54 -sodique sodique ADJ s 0.02 0.00 0.02 0.00 -sodium sodium NOM m s 1.13 0.00 1.13 0.00 -sodomie sodomie NOM f s 1.44 0.47 1.44 0.47 -sodomisa sodomiser VER 1.33 1.49 0.00 0.07 ind:pas:3s; -sodomisait sodomiser VER 1.33 1.49 0.00 0.14 ind:imp:3s; -sodomisant sodomiser VER 1.33 1.49 0.10 0.14 par:pre; -sodomisation sodomisation NOM f s 0.00 0.34 0.00 0.34 -sodomise sodomiser VER 1.33 1.49 0.17 0.41 ind:pre:1s;ind:pre:3s; -sodomiser sodomiser VER 1.33 1.49 0.59 0.27 inf; -sodomiseront sodomiser VER 1.33 1.49 0.14 0.00 ind:fut:3p; -sodomisez sodomiser VER 1.33 1.49 0.00 0.07 ind:pre:2p; -sodomisé sodomiser VER m s 1.33 1.49 0.23 0.27 par:pas; -sodomisée sodomiser VER f s 1.33 1.49 0.10 0.07 par:pas; -sodomisés sodomiser VER m p 1.33 1.49 0.00 0.07 par:pas; -sodomite sodomite NOM m s 0.86 0.47 0.68 0.27 -sodomites sodomite NOM m p 0.86 0.47 0.19 0.20 -sodomitiques sodomitique ADJ p 0.00 0.07 0.00 0.07 -soeur soeur NOM f s 184.99 161.01 155.22 116.55 -soeurette soeurette NOM f s 2.12 0.95 2.12 0.95 -soeurs soeur NOM f p 184.99 161.01 29.76 44.46 -sofa sofa NOM m s 4.77 5.68 4.43 4.73 -sofas sofa NOM m p 4.77 5.68 0.33 0.95 -soft soft ADJ s 0.79 0.20 0.79 0.20 -softball softball NOM m s 0.69 0.00 0.69 0.00 -soi_disant soi_disant ADJ 9.46 13.11 9.46 13.11 -soi_même soi_même PRO:per s 6.86 24.86 6.86 24.86 -soi soi PRO:per s 28.23 83.65 28.23 83.65 -soie soie NOM f s 10.38 51.62 9.95 50.00 -soient être AUX 8074.24 6501.82 17.35 21.89 sub:pre:3p; -soierie soierie NOM f s 0.32 1.96 0.27 0.54 -soieries soierie NOM f p 0.32 1.96 0.05 1.42 -soies soie NOM f p 10.38 51.62 0.42 1.62 -soif soif NOM f s 31.82 35.54 31.28 35.27 -soiffard soiffard ADJ m s 0.03 0.27 0.03 0.14 -soiffarde soiffard NOM f s 0.33 0.54 0.02 0.07 -soiffards soiffard NOM m p 0.33 0.54 0.29 0.41 -soifs soif NOM f p 31.82 35.54 0.54 0.27 -soigna soigner VER 47.77 42.84 0.26 0.81 ind:pas:3s; -soignable soignable ADJ f s 0.16 0.00 0.16 0.00 -soignai soigner VER 47.77 42.84 0.00 0.07 ind:pas:1s; -soignaient soigner VER 47.77 42.84 0.02 0.68 ind:imp:3p; -soignais soigner VER 47.77 42.84 0.40 0.41 ind:imp:1s;ind:imp:2s; -soignait soigner VER 47.77 42.84 0.57 4.66 ind:imp:3s; -soignant soignant ADJ m s 0.17 0.07 0.12 0.07 -soignante soignant ADJ f s 0.17 0.07 0.03 0.00 -soignantes soignant ADJ f p 0.17 0.07 0.01 0.00 -soignants soignant NOM m p 0.10 0.27 0.06 0.00 -soigne soigner VER 47.77 42.84 9.23 4.66 imp:pre:2s;ind:pre:1s;ind:pre:3s; -soignent soigner VER 47.77 42.84 1.01 0.88 ind:pre:3p; -soigner soigner VER 47.77 42.84 22.82 17.64 ind:imp:3s;inf; -soignera soigner VER 47.77 42.84 1.19 0.54 ind:fut:3s; -soignerai soigner VER 47.77 42.84 0.50 0.61 ind:fut:1s; -soigneraient soigner VER 47.77 42.84 0.17 0.00 cnd:pre:3p; -soignerais soigner VER 47.77 42.84 0.19 0.07 cnd:pre:1s;cnd:pre:2s; -soignerait soigner VER 47.77 42.84 0.08 0.47 cnd:pre:3s; -soigneras soigner VER 47.77 42.84 0.04 0.00 ind:fut:2s; -soignerez soigner VER 47.77 42.84 0.17 0.00 ind:fut:2p; -soignerons soigner VER 47.77 42.84 0.17 0.00 ind:fut:1p; -soigneront soigner VER 47.77 42.84 0.34 0.14 ind:fut:3p; -soignes soigner VER 47.77 42.84 1.06 0.54 ind:pre:2s; -soigneur soigneur NOM m s 0.16 0.95 0.09 0.34 -soigneurs soigneur NOM m p 0.16 0.95 0.07 0.61 -soigneuse soigneux ADJ f s 0.78 3.78 0.22 1.28 -soigneusement soigneusement ADV 3.52 34.39 3.52 34.39 -soigneuses soigneux ADJ f p 0.78 3.78 0.00 0.20 -soigneux soigneux ADJ m 0.78 3.78 0.56 2.30 -soignez soigner VER 47.77 42.84 2.04 0.41 imp:pre:2p;ind:pre:2p; -soigniez soigner VER 47.77 42.84 0.08 0.00 ind:imp:2p;sub:pre:2p; -soignons soigner VER 47.77 42.84 0.18 0.00 imp:pre:1p;ind:pre:1p; -soignèrent soigner VER 47.77 42.84 0.00 0.27 ind:pas:3p; -soigné soigner VER m s 47.77 42.84 5.42 6.35 par:pas; -soignée soigner VER f s 47.77 42.84 1.10 1.76 par:pas; -soignées soigné ADJ f p 1.91 9.80 0.19 1.35 -soignés soigner VER m p 47.77 42.84 0.47 0.81 par:pas; -soin soin NOM m s 71.99 68.24 54.45 45.41 -soins soin NOM m p 71.99 68.24 17.55 22.84 -soir soir NOM m s 575.70 562.64 555.85 527.23 -soirs soir NOM m p 575.70 562.64 19.86 35.41 -soirée soirée NOM f s 102.37 76.69 94.36 58.24 -soirées soirée NOM f p 102.37 76.69 8.02 18.45 -sois être AUX 8074.24 6501.82 49.52 14.19 sub:pre:2s; -soissonnais soissonnais NOM m 0.00 0.14 0.00 0.14 -soit être AUX 8074.24 6501.82 100.79 76.01 sub:pre:3s; -soixantaine soixantaine NOM f s 0.42 4.53 0.42 4.53 -soixante_cinq soixante_cinq ADJ:num 0.12 3.58 0.12 3.58 -soixante_deux soixante_deux ADJ:num 0.15 0.34 0.15 0.34 -soixante_deuxième soixante_deuxième ADJ 0.00 0.07 0.00 0.07 -soixante_dix_huit soixante_dix_huit ADJ:num 0.16 0.47 0.16 0.47 -soixante_dix_neuf soixante_dix_neuf ADJ:num 0.01 0.20 0.01 0.20 -soixante_dix_neuvième soixante_dix_neuvième ADJ 0.00 0.07 0.00 0.07 -soixante_dix_sept soixante_dix_sept ADJ:num 0.21 0.74 0.21 0.74 -soixante_dix soixante_dix ADJ:num 1.12 8.85 1.12 8.85 -soixante_dixième soixante_dixième NOM s 0.00 0.47 0.00 0.47 -soixante_douze soixante_douze ADJ:num 0.23 1.15 0.23 1.15 -soixante_huit soixante_huit ADJ:num 0.16 0.81 0.16 0.81 -soixante_huitard soixante_huitard NOM m s 0.01 0.14 0.01 0.00 -soixante_huitard soixante_huitard ADJ f s 0.00 0.07 0.00 0.07 -soixante_huitard soixante_huitard NOM m p 0.01 0.14 0.00 0.14 -soixante_neuf soixante_neuf ADJ:num 0.16 0.41 0.16 0.41 -soixante_quatorze soixante_quatorze ADJ:num 0.03 0.61 0.03 0.61 -soixante_quatre soixante_quatre ADJ:num 0.04 0.61 0.04 0.61 -soixante_quinze soixante_quinze ADJ:num 0.27 3.85 0.27 3.85 -soixante_seize soixante_seize ADJ:num 0.07 0.68 0.07 0.68 -soixante_sept soixante_sept ADJ:num 0.20 0.81 0.20 0.81 -soixante_six soixante_six ADJ:num 0.08 0.81 0.08 0.81 -soixante_treize soixante_treize ADJ:num 0.01 1.08 0.01 1.08 -soixante_trois soixante_trois ADJ:num 0.15 0.20 0.15 0.20 -soixante soixante ADJ:num 3.92 22.70 3.92 22.70 -soixantième soixantième NOM s 0.01 0.20 0.01 0.20 -soja soja NOM m s 2.28 0.61 2.28 0.61 -sol_air sol_air ADJ 0.32 0.00 0.32 0.00 -sol sol NOM m s 47.17 150.34 45.83 148.31 -solaire solaire ADJ s 8.53 7.43 7.04 6.49 -solaires solaire ADJ p 8.53 7.43 1.49 0.95 -solanacée solanacée NOM f s 0.03 0.07 0.01 0.07 -solanacées solanacée NOM f p 0.03 0.07 0.02 0.00 -solarium solarium NOM m s 0.36 0.74 0.36 0.68 -solariums solarium NOM m p 0.36 0.74 0.00 0.07 -solda solder VER 1.52 3.72 0.01 0.07 ind:pas:3s; -soldaient solder VER 1.52 3.72 0.00 0.07 ind:imp:3p; -soldait solder VER 1.52 3.72 0.01 0.20 ind:imp:3s; -soldat soldat NOM m s 107.92 128.92 52.78 46.22 -soldate soldat NOM f s 107.92 128.92 0.18 0.20 -soldatesque soldatesque NOM f s 0.00 0.81 0.00 0.81 -soldats soldat NOM m p 107.92 128.92 54.96 82.50 -solde solde NOM s 6.76 9.05 5.09 6.89 -soldent solder VER 1.52 3.72 0.01 0.20 ind:pre:3p; -solder solder VER 1.52 3.72 0.33 0.74 inf; -soldera solder VER 1.52 3.72 0.15 0.07 ind:fut:3s; -solderais solder VER 1.52 3.72 0.01 0.00 cnd:pre:1s; -solderait solder VER 1.52 3.72 0.00 0.27 cnd:pre:3s; -solderie solderie NOM f s 0.05 0.00 0.05 0.00 -soldes solde NOM p 6.76 9.05 1.67 2.16 -soldeur soldeur NOM m s 0.01 0.20 0.01 0.07 -soldeurs soldeur NOM m p 0.01 0.20 0.00 0.14 -soldez solder VER 1.52 3.72 0.02 0.00 imp:pre:2p;ind:pre:2p; -soldât solder VER 1.52 3.72 0.00 0.14 sub:imp:3s; -soldèrent solder VER 1.52 3.72 0.01 0.07 ind:pas:3p; -soldé solder VER m s 1.52 3.72 0.28 0.47 par:pas; -soldée solder VER f s 1.52 3.72 0.19 0.47 par:pas; -soldées solder VER f p 1.52 3.72 0.05 0.14 par:pas; -soldés solder VER m p 1.52 3.72 0.17 0.41 par:pas; -sole sole NOM f s 1.35 2.50 1.29 1.89 -soleil_roi soleil_roi NOM m s 0.00 0.07 0.00 0.07 -soleil soleil NOM m s 123.34 334.39 120.72 328.78 -soleilleux soleilleux ADJ m s 0.00 0.07 0.00 0.07 -soleils soleil NOM m p 123.34 334.39 2.61 5.61 -solen solen NOM m s 0.03 0.07 0.03 0.07 -solennel solennel ADJ m s 4.58 19.66 2.30 8.11 -solennelle solennel ADJ f s 4.58 19.66 1.85 8.24 -solennellement solennellement ADV 1.77 6.15 1.77 6.15 -solennelles solennel ADJ f p 4.58 19.66 0.19 1.35 -solennels solennel ADJ m p 4.58 19.66 0.25 1.96 -solenniser solenniser VER 0.01 0.07 0.01 0.00 inf; -solennisèrent solenniser VER 0.01 0.07 0.00 0.07 ind:pas:3p; -solennité solennité NOM f s 0.15 8.11 0.15 7.77 -solennités solennité NOM f p 0.15 8.11 0.00 0.34 -soles sole NOM f p 1.35 2.50 0.06 0.61 -solex solex NOM m 0.25 3.38 0.25 3.38 -solfatares solfatare NOM f p 0.00 0.14 0.00 0.14 -solfège solfège NOM m s 0.16 0.95 0.16 0.95 -soli solo NOM m p 5.22 3.38 0.00 0.20 -solicitor solicitor NOM m s 0.00 0.14 0.00 0.07 -solicitors solicitor NOM m p 0.00 0.14 0.00 0.07 -solidaire solidaire ADJ s 2.17 4.80 0.91 2.50 -solidairement solidairement ADV 0.00 0.20 0.00 0.20 -solidaires solidaire ADJ p 2.17 4.80 1.26 2.30 -solidariser solidariser VER 0.00 0.27 0.00 0.20 inf; -solidarisez solidariser VER 0.00 0.27 0.00 0.07 ind:pre:2p; -solidarité solidarité NOM f s 2.87 9.05 2.87 8.99 -solidarités solidarité NOM f p 2.87 9.05 0.00 0.07 -solide solide ADJ s 21.71 42.77 17.31 31.49 -solidement solidement ADV 0.81 10.00 0.81 10.00 -solides solide ADJ p 21.71 42.77 4.40 11.28 -solidifia solidifier VER 0.45 1.42 0.00 0.27 ind:pas:3s; -solidifiait solidifier VER 0.45 1.42 0.00 0.07 ind:imp:3s; -solidification solidification NOM f s 0.01 0.00 0.01 0.00 -solidifie solidifier VER 0.45 1.42 0.17 0.14 ind:pre:1s;ind:pre:3s; -solidifient solidifier VER 0.45 1.42 0.10 0.00 ind:pre:3p; -solidifier solidifier VER 0.45 1.42 0.08 0.20 inf; -solidifié solidifier VER m s 0.45 1.42 0.06 0.27 par:pas; -solidifiée solidifier VER f s 0.45 1.42 0.02 0.27 par:pas; -solidifiées solidifier VER f p 0.45 1.42 0.00 0.14 par:pas; -solidifiés solidifier VER m p 0.45 1.42 0.01 0.07 par:pas; -solidité solidité NOM f s 0.65 4.66 0.65 4.66 -solidus solidus NOM m 0.00 0.07 0.00 0.07 -soliflore soliflore NOM m s 0.00 0.20 0.00 0.20 -soliloqua soliloquer VER 0.01 0.95 0.00 0.14 ind:pas:3s; -soliloquait soliloquer VER 0.01 0.95 0.00 0.34 ind:imp:3s; -soliloque soliloque NOM m s 0.02 1.22 0.01 0.81 -soliloquer soliloquer VER 0.01 0.95 0.00 0.14 inf; -soliloques soliloque NOM m p 0.02 1.22 0.01 0.41 -solipsisme solipsisme NOM m s 0.01 0.00 0.01 0.00 -solipsiste solipsiste ADJ s 0.04 0.00 0.04 0.00 -soliste soliste NOM s 0.95 1.08 0.94 0.61 -solistes soliste NOM p 0.95 1.08 0.01 0.47 -solitaire solitaire ADJ s 13.19 26.96 11.04 20.88 -solitairement solitairement ADV 0.01 1.22 0.01 1.22 -solitaires solitaire ADJ p 13.19 26.96 2.15 6.08 -solitude solitude NOM f s 19.64 69.73 19.48 66.96 -solitudes solitude NOM f p 19.64 69.73 0.16 2.77 -solive solive NOM f s 0.22 0.95 0.04 0.27 -soliveau soliveau NOM m s 0.00 0.14 0.00 0.14 -solives solive NOM f p 0.22 0.95 0.18 0.68 -sollicita solliciter VER 4.44 11.82 0.01 0.47 ind:pas:3s; -sollicitai solliciter VER 4.44 11.82 0.00 0.34 ind:pas:1s; -sollicitaient solliciter VER 4.44 11.82 0.00 0.54 ind:imp:3p; -sollicitais solliciter VER 4.44 11.82 0.00 0.27 ind:imp:1s; -sollicitait solliciter VER 4.44 11.82 0.01 0.88 ind:imp:3s; -sollicitant solliciter VER 4.44 11.82 0.06 0.47 par:pre; -sollicitation sollicitation NOM f s 0.24 2.30 0.23 0.61 -sollicitations sollicitation NOM f p 0.24 2.30 0.01 1.69 -sollicite solliciter VER 4.44 11.82 1.00 1.35 imp:pre:2s;ind:pre:1s;ind:pre:3s; -sollicitent solliciter VER 4.44 11.82 0.09 0.34 ind:pre:3p;sub:pre:3p; -solliciter solliciter VER 4.44 11.82 0.74 3.11 inf; -sollicitera solliciter VER 4.44 11.82 0.17 0.00 ind:fut:3s; -solliciteraient solliciter VER 4.44 11.82 0.00 0.07 cnd:pre:3p; -solliciteur solliciteur NOM m s 0.40 0.68 0.13 0.14 -solliciteurs solliciteur NOM m p 0.40 0.68 0.27 0.47 -solliciteuse solliciteur NOM f s 0.40 0.68 0.00 0.07 -sollicitez solliciter VER 4.44 11.82 0.43 0.07 imp:pre:2p;ind:pre:2p; -sollicitons solliciter VER 4.44 11.82 0.12 0.00 imp:pre:1p;ind:pre:1p; -sollicitât solliciter VER 4.44 11.82 0.00 0.14 sub:imp:3s; -sollicitèrent solliciter VER 4.44 11.82 0.00 0.07 ind:pas:3p; -sollicité solliciter VER m s 4.44 11.82 1.28 2.30 par:pas; -sollicitude sollicitude NOM f s 1.85 9.46 1.84 8.99 -sollicitudes sollicitude NOM f p 1.85 9.46 0.01 0.47 -sollicitée solliciter VER f s 4.44 11.82 0.22 0.61 par:pas; -sollicitées solliciter VER f p 4.44 11.82 0.11 0.27 par:pas; -sollicités solliciter VER m p 4.44 11.82 0.22 0.54 par:pas; -solo solo NOM m s 5.22 3.38 4.81 2.57 -solognot solognot ADJ m s 0.00 0.54 0.00 0.27 -solognote solognot ADJ f s 0.00 0.54 0.00 0.07 -solognots solognot ADJ m p 0.00 0.54 0.00 0.20 -solos solo NOM m p 5.22 3.38 0.41 0.61 -sols sol NOM m p 47.17 150.34 1.34 2.03 -solstice solstice NOM m s 0.54 1.42 0.54 1.28 -solstices solstice NOM m p 0.54 1.42 0.00 0.14 -solubilité solubilité NOM f s 0.01 0.00 0.01 0.00 -soluble soluble ADJ s 0.41 0.34 0.39 0.20 -solubles soluble ADJ p 0.41 0.34 0.02 0.14 -solucamphre solucamphre NOM m s 0.00 0.07 0.00 0.07 -solécismes solécisme NOM m p 0.00 0.14 0.00 0.14 -solénoïde solénoïde NOM m s 0.11 0.00 0.09 0.00 -solénoïdes solénoïde NOM m p 0.11 0.00 0.02 0.00 -solution solution NOM f s 61.96 43.51 56.46 36.89 -solutionnait solutionner VER 0.13 0.14 0.00 0.07 ind:imp:3s; -solutionner solutionner VER 0.13 0.14 0.12 0.07 inf; -solutionneur solutionneur NOM m s 0.03 0.00 0.03 0.00 -solutionnons solutionner VER 0.13 0.14 0.01 0.00 imp:pre:1p; -solutions solution NOM f p 61.96 43.51 5.50 6.62 -soluté soluté NOM m s 0.17 0.07 0.15 0.07 -solutés soluté NOM m p 0.17 0.07 0.01 0.00 -solvabilité solvabilité NOM f s 0.15 0.14 0.15 0.14 -solvable solvable ADJ m s 0.36 0.00 0.36 0.00 -solvant solvant NOM m s 0.24 0.27 0.18 0.20 -solvants solvant NOM m p 0.24 0.27 0.06 0.07 -soma soma NOM m s 0.48 0.00 0.48 0.00 -somalien somalien ADJ m s 0.07 0.00 0.04 0.00 -somalienne somalien ADJ f s 0.07 0.00 0.01 0.00 -somaliens somalien NOM m p 0.32 0.14 0.32 0.14 -somalis somali ADJ m p 0.00 0.07 0.00 0.07 -somatique somatique ADJ m s 0.20 0.14 0.04 0.14 -somatiques somatique ADJ p 0.20 0.14 0.16 0.00 -somatisant somatiser VER 0.01 0.47 0.00 0.07 par:pre; -somatise somatiser VER 0.01 0.47 0.01 0.14 ind:pre:3s; -somatiser somatiser VER 0.01 0.47 0.00 0.14 inf; -somatiserez somatiser VER 0.01 0.47 0.00 0.07 ind:fut:2p; -somatisée somatiser VER f s 0.01 0.47 0.00 0.07 par:pas; -sombra sombrer VER 5.51 19.32 0.53 1.62 ind:pas:3s; -sombrai sombrer VER 5.51 19.32 0.01 0.41 ind:pas:1s; -sombraient sombrer VER 5.51 19.32 0.01 0.88 ind:imp:3p; -sombrais sombrer VER 5.51 19.32 0.01 0.68 ind:imp:1s;ind:imp:2s; -sombrait sombrer VER 5.51 19.32 0.19 1.76 ind:imp:3s; -sombrant sombrer VER 5.51 19.32 0.04 0.41 par:pre; -sombre sombre ADJ s 31.86 125.74 24.66 93.72 -sombrement sombrement ADV 0.12 2.03 0.12 2.03 -sombrent sombrer VER 5.51 19.32 0.33 0.41 ind:pre:3p; -sombrer sombrer VER 5.51 19.32 2.22 6.49 inf; -sombrera sombrer VER 5.51 19.32 0.21 0.41 ind:fut:3s; -sombreraient sombrer VER 5.51 19.32 0.00 0.07 cnd:pre:3p; -sombrerais sombrer VER 5.51 19.32 0.01 0.00 cnd:pre:2s; -sombrerait sombrer VER 5.51 19.32 0.03 0.07 cnd:pre:3s; -sombrerez sombrer VER 5.51 19.32 0.01 0.00 ind:fut:2p; -sombrero sombrero NOM m s 0.57 0.68 0.44 0.34 -sombrerons sombrer VER 5.51 19.32 0.02 0.07 ind:fut:1p; -sombreros sombrero NOM m p 0.57 0.68 0.13 0.34 -sombres sombre ADJ p 31.86 125.74 7.21 32.03 -sombrez sombrer VER 5.51 19.32 0.03 0.00 ind:pre:2p; -sombrions sombrer VER 5.51 19.32 0.00 0.27 ind:imp:1p; -sombrons sombrer VER 5.51 19.32 0.02 0.14 imp:pre:1p;ind:pre:1p; -sombrèrent sombrer VER 5.51 19.32 0.00 0.14 ind:pas:3p; -sombré sombrer VER m s 5.51 19.32 1.22 2.70 par:pas; -sombrée sombrer VER f s 5.51 19.32 0.00 0.20 par:pas; -sombrées sombrer VER f p 5.51 19.32 0.00 0.14 par:pas; -sombrés sombrer VER m p 5.51 19.32 0.01 0.07 par:pas; -somma sommer VER 3.17 6.01 0.00 0.47 ind:pas:3s; -sommai sommer VER 3.17 6.01 0.00 0.20 ind:pas:1s; -sommaire sommaire ADJ s 0.56 4.80 0.46 3.45 -sommairement sommairement ADV 0.13 2.16 0.13 2.16 -sommaires sommaire ADJ p 0.56 4.80 0.10 1.35 -sommais sommer VER 3.17 6.01 0.00 0.07 ind:imp:1s; -sommait sommer VER 3.17 6.01 0.01 0.47 ind:imp:3s; -sommant sommer VER 3.17 6.01 0.00 0.27 par:pre; -sommation sommation NOM f s 1.00 3.24 0.94 1.69 -sommations sommation NOM f p 1.00 3.24 0.07 1.55 -somme somme NOM s 32.89 79.26 28.27 72.70 -sommeil sommeil NOM m s 44.53 114.80 44.51 112.03 -sommeilla sommeiller VER 1.67 6.89 0.00 0.14 ind:pas:3s; -sommeillaient sommeiller VER 1.67 6.89 0.02 0.81 ind:imp:3p; -sommeillais sommeiller VER 1.67 6.89 0.03 0.07 ind:imp:1s; -sommeillait sommeiller VER 1.67 6.89 0.05 1.89 ind:imp:3s; -sommeillant sommeillant ADJ m s 0.00 1.08 0.00 0.61 -sommeillante sommeillant ADJ f s 0.00 1.08 0.00 0.27 -sommeillants sommeillant ADJ m p 0.00 1.08 0.00 0.20 -sommeille sommeiller VER 1.67 6.89 0.89 1.62 imp:pre:2s;ind:pre:1s;ind:pre:3s; -sommeillent sommeiller VER 1.67 6.89 0.17 0.61 ind:pre:3p; -sommeiller sommeiller VER 1.67 6.89 0.50 1.08 inf; -sommeilleux sommeilleux ADJ m p 0.00 0.34 0.00 0.34 -sommeillèrent sommeiller VER 1.67 6.89 0.00 0.07 ind:pas:3p; -sommeillé sommeiller VER m s 1.67 6.89 0.01 0.41 par:pas; -sommeils sommeil NOM m p 44.53 114.80 0.02 2.77 -sommelier sommelier NOM m s 0.34 1.15 0.34 1.15 -somment sommer VER 3.17 6.01 0.14 0.07 ind:pre:3p; -sommer sommer VER 3.17 6.01 0.36 0.27 inf; -sommes être AUX 8074.24 6501.82 109.26 99.46 ind:pre:1p; -sommet sommet NOM m s 17.44 47.50 15.15 38.85 -sommets sommet NOM m p 17.44 47.50 2.29 8.65 -sommier sommier NOM m s 0.30 7.97 0.28 6.82 -sommiers sommier NOM m p 0.30 7.97 0.02 1.15 -sommiez sommer VER 3.17 6.01 0.01 0.00 ind:imp:2p; -sommitales sommital ADJ f p 0.00 0.07 0.00 0.07 -sommité sommité NOM f s 0.50 2.64 0.24 2.03 -sommités sommité NOM f p 0.50 2.64 0.26 0.61 -sommons sommer VER 3.17 6.01 0.02 0.07 ind:pre:1p; -sommèrent sommer VER 3.17 6.01 0.00 0.07 ind:pas:3p; -sommé sommer VER m s 3.17 6.01 0.14 1.42 par:pas; -sommée sommer VER f s 3.17 6.01 0.01 0.68 par:pas; -sommés sommer VER m p 3.17 6.01 0.02 0.27 par:pas; -somnambulant somnambuler VER 0.00 0.14 0.00 0.14 par:pre; -somnambule somnambule NOM s 2.71 4.73 2.33 4.05 -somnambules somnambule NOM p 2.71 4.73 0.38 0.68 -somnambulique somnambulique ADJ s 0.02 1.62 0.02 1.28 -somnambuliquement somnambuliquement ADV 0.00 0.07 0.00 0.07 -somnambuliques somnambulique ADJ p 0.02 1.62 0.00 0.34 -somnambulisme somnambulisme NOM m s 0.27 0.74 0.27 0.74 -somnifère somnifère NOM m s 5.73 2.97 2.01 1.55 -somnifères somnifère NOM m p 5.73 2.97 3.72 1.42 -somno somno NOM m s 0.00 0.07 0.00 0.07 -somnola somnoler VER 0.50 10.47 0.00 0.14 ind:pas:3s; -somnolai somnoler VER 0.50 10.47 0.00 0.07 ind:pas:1s; -somnolaient somnoler VER 0.50 10.47 0.00 0.88 ind:imp:3p; -somnolais somnoler VER 0.50 10.47 0.05 0.54 ind:imp:1s; -somnolait somnoler VER 0.50 10.47 0.02 3.45 ind:imp:3s; -somnolant somnoler VER 0.50 10.47 0.03 1.01 par:pre; -somnole somnoler VER 0.50 10.47 0.17 1.89 ind:pre:1s;ind:pre:3s; -somnolence somnolence NOM f s 0.37 3.58 0.36 3.18 -somnolences somnolence NOM f p 0.37 3.58 0.01 0.41 -somnolent somnolent ADJ m s 0.18 4.05 0.08 1.69 -somnolente somnolent ADJ f s 0.18 4.05 0.08 1.01 -somnolentes somnolent ADJ f p 0.18 4.05 0.01 0.54 -somnolents somnolent ADJ m p 0.18 4.05 0.01 0.81 -somnoler somnoler VER 0.50 10.47 0.11 1.35 inf; -somnolerais somnoler VER 0.50 10.47 0.00 0.07 cnd:pre:1s; -somnolez somnoler VER 0.50 10.47 0.00 0.07 ind:pre:2p; -somnolé somnoler VER m s 0.50 10.47 0.11 0.34 par:pas; -somozistes somoziste NOM p 0.01 0.00 0.01 0.00 -somptuaire somptuaire ADJ s 0.02 0.41 0.00 0.14 -somptuaires somptuaire ADJ f p 0.02 0.41 0.02 0.27 -somptueuse somptueux ADJ f s 3.06 13.18 0.68 3.78 -somptueusement somptueusement ADV 0.50 0.95 0.50 0.95 -somptueuses somptueux ADJ f p 3.06 13.18 0.19 1.96 -somptueux somptueux ADJ m 3.06 13.18 2.20 7.43 -somptuosité somptuosité NOM f s 0.03 1.08 0.03 0.81 -somptuosités somptuosité NOM f p 0.03 1.08 0.00 0.27 -son son ADJ:pos 1740.43 4696.15 1740.43 4696.15 -sonagramme sonagramme NOM m s 0.01 0.00 0.01 0.00 -sonar sonar NOM m s 1.71 0.07 1.54 0.07 -sonars sonar NOM m p 1.71 0.07 0.17 0.00 -sonate sonate NOM f s 2.98 1.69 2.95 1.15 -sonates sonate NOM f p 2.98 1.69 0.03 0.54 -sonatine sonatine NOM f s 0.14 1.62 0.14 1.62 -sonda sonder VER 3.31 5.07 0.00 0.61 ind:pas:3s; -sondage sondage NOM m s 4.64 2.16 2.33 0.74 -sondages sondage NOM m p 4.64 2.16 2.32 1.42 -sondaient sonder VER 3.31 5.07 0.00 0.07 ind:imp:3p; -sondait sonder VER 3.31 5.07 0.01 0.27 ind:imp:3s; -sondant sonder VER 3.31 5.07 0.19 0.34 par:pre; -sondas sonder VER 3.31 5.07 0.00 0.07 ind:pas:2s; -sonde sonde NOM f s 6.31 0.95 5.30 0.81 -sondent sonder VER 3.31 5.07 0.08 0.14 ind:pre:3p; -sonder sonder VER 3.31 5.07 1.69 2.23 inf; -sonderai sonder VER 3.31 5.07 0.00 0.07 ind:fut:1s; -sondes sonde NOM f p 6.31 0.95 1.01 0.14 -sondeur sondeur NOM m s 0.13 0.20 0.07 0.07 -sondeurs sondeur NOM m p 0.13 0.20 0.04 0.14 -sondeuse sondeur NOM f s 0.13 0.20 0.01 0.00 -sondez sonder VER 3.31 5.07 0.20 0.07 imp:pre:2p;ind:pre:2p; -sondions sonder VER 3.31 5.07 0.01 0.00 ind:imp:1p; -sondons sonder VER 3.31 5.07 0.04 0.00 imp:pre:1p;ind:pre:1p; -sondèrent sonder VER 3.31 5.07 0.00 0.14 ind:pas:3p; -sondé sonder VER m s 3.31 5.07 0.46 0.41 par:pas; -sondée sonder VER f s 3.31 5.07 0.05 0.00 par:pas; -sondés sonder VER m p 3.31 5.07 0.03 0.00 par:pas; -song song NOM m 0.40 0.14 0.40 0.14 -songe_creux songe_creux NOM m 0.01 0.41 0.01 0.41 -songe songer VER 24.59 104.86 4.28 17.03 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -songea songer VER 24.59 104.86 0.24 14.80 ind:pas:3s; -songeai songer VER 24.59 104.86 0.15 2.77 ind:pas:1s; -songeaient songer VER 24.59 104.86 0.01 1.69 ind:imp:3p; -songeais songer VER 24.59 104.86 0.92 6.08 ind:imp:1s;ind:imp:2s; -songeait songer VER 24.59 104.86 0.34 17.30 ind:imp:3s; -songeant songer VER 24.59 104.86 0.61 8.11 par:pre; -songeasse songer VER 24.59 104.86 0.00 0.14 sub:imp:1s; -songent songer VER 24.59 104.86 0.58 0.74 ind:pre:3p; -songeons songer VER 24.59 104.86 0.35 0.34 imp:pre:1p;ind:pre:1p; -songeât songer VER 24.59 104.86 0.00 0.41 sub:imp:3s; -songer songer VER 24.59 104.86 5.56 18.31 inf; -songera songer VER 24.59 104.86 0.03 0.41 ind:fut:3s; -songerai songer VER 24.59 104.86 0.26 0.27 ind:fut:1s; -songeraient songer VER 24.59 104.86 0.02 0.07 cnd:pre:3p; -songerais songer VER 24.59 104.86 0.19 0.27 cnd:pre:1s;cnd:pre:2s; -songerait songer VER 24.59 104.86 0.05 0.61 cnd:pre:3s; -songerie songerie NOM f s 0.16 1.69 0.14 0.81 -songeries songerie NOM f p 0.16 1.69 0.02 0.88 -songeriez songer VER 24.59 104.86 0.04 0.07 cnd:pre:2p; -songerons songer VER 24.59 104.86 0.28 0.07 ind:fut:1p; -songes songer VER 24.59 104.86 0.86 0.68 ind:pre:2s;sub:pre:2s; -songeur songeur ADJ m s 0.26 6.08 0.25 3.45 -songeurs songeur ADJ m p 0.26 6.08 0.00 0.34 -songeuse songeur ADJ f s 0.26 6.08 0.01 1.96 -songeusement songeusement ADV 0.00 0.20 0.00 0.20 -songeuses songeur ADJ f p 0.26 6.08 0.00 0.34 -songez songer VER 24.59 104.86 5.00 3.45 imp:pre:2p;ind:pre:2p; -songiez songer VER 24.59 104.86 0.14 0.00 ind:imp:2p; -songions songer VER 24.59 104.86 0.00 0.14 ind:imp:1p; -songèrent songer VER 24.59 104.86 0.00 0.27 ind:pas:3p; -songé songer VER m s 24.59 104.86 4.69 10.88 par:pas; -sonique sonique ADJ s 0.45 0.07 0.35 0.07 -soniques sonique ADJ p 0.45 0.07 0.09 0.00 -sonna sonner VER 73.67 92.57 0.67 12.23 ind:pas:3s; -sonnai sonner VER 73.67 92.57 0.01 0.81 ind:pas:1s; -sonnaient sonner VER 73.67 92.57 0.59 6.22 ind:imp:3p; -sonnaillaient sonnailler VER 0.00 0.20 0.00 0.14 ind:imp:3p; -sonnaille sonnaille NOM f s 0.00 1.15 0.00 0.20 -sonnailler sonnailler VER 0.00 0.20 0.00 0.07 inf; -sonnailles sonnaille NOM f p 0.00 1.15 0.00 0.95 -sonnais sonner VER 73.67 92.57 0.33 0.41 ind:imp:1s;ind:imp:2s; -sonnait sonner VER 73.67 92.57 2.78 12.84 ind:imp:3s; -sonnant sonner VER 73.67 92.57 0.32 1.96 par:pre; -sonnante sonnant ADJ f s 0.20 6.89 0.00 0.34 -sonnantes sonnant ADJ f p 0.20 6.89 0.14 5.54 -sonnants sonnant ADJ m p 0.20 6.89 0.01 0.14 -sonne sonner VER 73.67 92.57 31.69 16.82 imp:pre:2s;ind:pre:1s;ind:pre:3s; -sonnent sonner VER 73.67 92.57 2.92 3.85 ind:pre:3p;sub:pre:3p; -sonner sonner VER 73.67 92.57 11.77 18.04 inf; -sonnera sonner VER 73.67 92.57 1.69 1.15 ind:fut:3s; -sonnerai sonner VER 73.67 92.57 0.25 0.27 ind:fut:1s; -sonnerais sonner VER 73.67 92.57 0.13 0.20 cnd:pre:1s;cnd:pre:2s; -sonnerait sonner VER 73.67 92.57 0.50 1.08 cnd:pre:3s; -sonneras sonner VER 73.67 92.57 0.02 0.07 ind:fut:2s; -sonnerez sonner VER 73.67 92.57 0.01 0.14 ind:fut:2p; -sonnerie sonnerie NOM f s 6.65 18.31 6.03 15.68 -sonneries sonnerie NOM f p 6.65 18.31 0.63 2.64 -sonneront sonner VER 73.67 92.57 0.37 0.20 ind:fut:3p; -sonnes sonner VER 73.67 92.57 0.48 0.14 ind:pre:2s; -sonnet sonnet NOM m s 1.21 2.09 0.72 1.35 -sonnets sonnet NOM m p 1.21 2.09 0.49 0.74 -sonnette sonnette NOM f s 9.55 16.15 8.47 14.12 -sonnettes sonnette NOM f p 9.55 16.15 1.08 2.03 -sonneur sonneur NOM m s 1.34 0.61 1.31 0.34 -sonneurs sonneur NOM m p 1.34 0.61 0.03 0.27 -sonnez sonner VER 73.67 92.57 2.09 0.14 imp:pre:2p;ind:pre:2p; -sonniez sonner VER 73.67 92.57 0.04 0.00 ind:imp:2p; -sonnons sonner VER 73.67 92.57 0.04 0.14 imp:pre:1p;ind:pre:1p; -sonnât sonner VER 73.67 92.57 0.01 0.34 sub:imp:3s; -sonnèrent sonner VER 73.67 92.57 0.13 1.76 ind:pas:3p; -sonné sonner VER m s 73.67 92.57 16.04 12.23 par:pas; -sonnée sonner VER f s 73.67 92.57 0.71 0.81 par:pas; -sonnées sonné ADJ f p 0.66 3.58 0.01 0.14 -sonnés sonner VER m p 73.67 92.57 0.07 0.54 par:pas; -sono sono NOM f s 1.23 1.89 1.18 1.89 -sonoluminescence sonoluminescence NOM f s 0.01 0.00 0.01 0.00 -sonomètres sonomètre NOM m p 0.01 0.00 0.01 0.00 -sonore sonore ADJ s 4.17 27.30 3.26 19.80 -sonorement sonorement ADV 0.00 0.07 0.00 0.07 -sonores sonore ADJ p 4.17 27.30 0.91 7.50 -sonorisateurs sonorisateur NOM m p 0.00 0.07 0.00 0.07 -sonorisation sonorisation NOM f s 0.03 0.27 0.03 0.27 -sonorise sonoriser VER 0.06 0.27 0.01 0.07 ind:pre:3s; -sonoriser sonoriser VER 0.06 0.27 0.03 0.14 inf; -sonorisé sonoriser VER m s 0.06 0.27 0.02 0.00 par:pas; -sonorisées sonoriser VER f p 0.06 0.27 0.00 0.07 par:pas; -sonorité sonorité NOM f s 0.29 6.15 0.26 4.53 -sonorités sonorité NOM f p 0.29 6.15 0.04 1.62 -sonos sono NOM f p 1.23 1.89 0.05 0.00 -sonothèque sonothèque NOM f s 0.01 0.00 0.01 0.00 -sonotone sonotone NOM m s 0.17 0.07 0.16 0.00 -sonotones sonotone NOM m p 0.17 0.07 0.01 0.07 -sons son NOM m p 47.51 67.84 7.83 18.51 -sont être AUX 8074.24 6501.82 511.66 386.35 ind:pre:3p; -sopha sopha NOM m s 0.00 0.27 0.00 0.27 -sophie sophie NOM f s 1.23 0.00 1.23 0.00 -sophisme sophisme NOM m s 0.29 0.54 0.29 0.20 -sophismes sophisme NOM m p 0.29 0.54 0.00 0.34 -sophiste sophiste NOM s 0.10 0.47 0.10 0.27 -sophistes sophiste NOM p 0.10 0.47 0.00 0.20 -sophistication sophistication NOM f s 0.22 0.68 0.22 0.61 -sophistications sophistication NOM f p 0.22 0.68 0.00 0.07 -sophistique sophistique ADJ s 0.11 0.00 0.11 0.00 -sophistiqué sophistiqué ADJ m s 3.57 2.23 1.79 0.34 -sophistiquée sophistiqué ADJ f s 3.57 2.23 0.94 0.95 -sophistiquées sophistiqué ADJ f p 3.57 2.23 0.32 0.41 -sophistiqués sophistiqué ADJ m p 3.57 2.23 0.53 0.54 -sophora sophora NOM m s 0.14 0.00 0.14 0.00 -sopor sopor NOM m s 0.00 0.07 0.00 0.07 -soporifique soporifique ADJ s 0.62 0.20 0.59 0.20 -soporifiques soporifique ADJ f p 0.62 0.20 0.04 0.00 -soprano soprano NOM s 5.21 2.03 4.80 1.76 -sopranos soprano NOM p 5.21 2.03 0.41 0.27 -sorbes sorbe NOM f p 0.00 0.07 0.00 0.07 -sorbet sorbet NOM m s 0.55 1.55 0.37 0.81 -sorbetière sorbetière NOM f s 0.09 0.27 0.09 0.07 -sorbetières sorbetière NOM f p 0.09 0.27 0.00 0.20 -sorbets sorbet NOM m p 0.55 1.55 0.19 0.74 -sorbier sorbier NOM m s 1.18 0.47 1.18 0.34 -sorbiers sorbier NOM m p 1.18 0.47 0.00 0.14 -sorbitol sorbitol NOM m s 0.03 0.00 0.03 0.00 -sorbonnarde sorbonnard NOM f s 0.00 0.07 0.00 0.07 -sorbonne sorbon NOM f s 0.00 0.20 0.00 0.20 -sorcellerie sorcellerie NOM f s 5.24 1.35 5.21 1.22 -sorcelleries sorcellerie NOM f p 5.24 1.35 0.04 0.14 -sorcier sorcier NOM m s 54.09 14.66 4.49 4.32 -sorciers sorcier NOM m p 54.09 14.66 2.42 1.62 -sorcière sorcier NOM f s 54.09 14.66 33.84 6.42 -sorcières sorcier NOM f p 54.09 14.66 13.34 2.30 -sordide sordide ADJ s 6.37 10.95 4.39 7.57 -sordidement sordidement ADV 0.14 0.20 0.14 0.20 -sordides sordide ADJ p 6.37 10.95 1.98 3.38 -sordidité sordidité NOM f s 0.03 0.14 0.03 0.14 -sorgho sorgho NOM m s 0.03 0.07 0.03 0.07 -sorite sorite NOM m s 0.01 0.00 0.01 0.00 -sornette sornette NOM f s 1.83 1.69 0.11 0.07 -sornettes sornette NOM f p 1.83 1.69 1.72 1.62 -sororal sororal ADJ m s 0.01 0.27 0.01 0.07 -sororale sororal ADJ f s 0.01 0.27 0.00 0.14 -sororales sororal ADJ f p 0.01 0.27 0.00 0.07 -sororité sororité NOM f s 0.11 0.14 0.11 0.14 -sors sortir VER 884.26 627.57 156.13 25.47 imp:pre:2s;ind:pre:1s;ind:pre:2s; -sort sortir VER 884.26 627.57 82.41 58.51 ind:pre:3s; -sortîmes sortir VER 884.26 627.57 0.16 1.35 ind:pas:1p; -sortît sortir VER 884.26 627.57 0.00 0.61 sub:imp:3s; -sortable sortable ADJ s 0.29 0.07 0.28 0.07 -sortables sortable ADJ p 0.29 0.07 0.01 0.00 -sortaient sortir VER 884.26 627.57 2.76 21.42 ind:imp:3p; -sortais sortir VER 884.26 627.57 6.38 6.28 ind:imp:1s;ind:imp:2s; -sortait sortir VER 884.26 627.57 12.62 50.81 ind:imp:3s; -sortant sortir VER 884.26 627.57 10.57 34.66 par:pre; -sortante sortant ADJ f s 1.17 1.49 0.09 0.00 -sortantes sortant ADJ f p 1.17 1.49 0.02 0.07 -sortants sortant ADJ m p 1.17 1.49 0.27 0.14 -sorte sorte NOM f s 114.73 307.16 98.33 273.38 -sortent sortir VER 884.26 627.57 18.97 17.43 ind:pre:3p; -sortes sorte NOM f p 114.73 307.16 16.41 33.78 -sortez sortir VER 884.26 627.57 87.79 5.27 imp:pre:2p;ind:pre:2p; -sorti sortir VER m s 884.26 627.57 81.08 67.97 par:pas; -sortie sortie NOM f s 47.81 75.27 42.58 66.01 -sorties sortie NOM f p 47.81 75.27 5.23 9.26 -sortiez sortir VER 884.26 627.57 2.87 0.54 ind:imp:2p; -sortilège sortilège NOM m s 3.19 3.18 2.46 1.62 -sortilèges sortilège NOM m p 3.19 3.18 0.72 1.55 -sortions sortir VER 884.26 627.57 0.67 3.38 ind:imp:1p; -sortir sortir VER 884.26 627.57 285.45 145.34 inf; -sortira sortir VER 884.26 627.57 18.31 6.55 ind:fut:3s; -sortirai sortir VER 884.26 627.57 7.69 1.89 ind:fut:1s; -sortiraient sortir VER 884.26 627.57 0.38 2.03 cnd:pre:3p; -sortirais sortir VER 884.26 627.57 3.06 0.81 cnd:pre:1s;cnd:pre:2s; -sortirait sortir VER 884.26 627.57 3.02 5.47 cnd:pre:3s; -sortiras sortir VER 884.26 627.57 9.37 1.42 ind:fut:2s; -sortirent sortir VER 884.26 627.57 0.39 12.91 ind:pas:3p; -sortirez sortir VER 884.26 627.57 3.12 0.61 ind:fut:2p; -sortiriez sortir VER 884.26 627.57 0.40 0.07 cnd:pre:2p; -sortirions sortir VER 884.26 627.57 0.21 0.14 cnd:pre:1p; -sortirons sortir VER 884.26 627.57 2.50 0.88 ind:fut:1p; -sortiront sortir VER 884.26 627.57 2.61 0.95 ind:fut:3p; -sortis sortir VER m p 884.26 627.57 15.65 26.76 ind:pas:1s;ind:pas:2s;par:pas; -sortit sortir VER 884.26 627.57 2.31 86.96 ind:pas:3s; -sortons sortir VER 884.26 627.57 13.57 4.19 imp:pre:1p;ind:pre:1p; -sorts sort NOM m p 44.80 58.92 1.88 1.42 -sosie sosie NOM m s 1.89 1.22 1.54 0.88 -sosies sosie NOM m p 1.89 1.22 0.34 0.34 -sostenuto sostenuto ADV 0.00 0.07 0.00 0.07 -sot sot NOM m s 5.61 3.99 2.38 1.01 -sotie sotie NOM f s 0.00 0.07 0.00 0.07 -sots sot NOM m p 5.61 3.99 1.27 0.88 -sotte sot ADJ f s 6.34 8.11 2.73 3.78 -sottement sottement ADV 0.33 2.30 0.33 2.30 -sottes sot ADJ f p 6.34 8.11 0.99 0.88 -sottise sottise NOM f s 6.97 11.82 2.44 6.96 -sottises sottise NOM f p 6.97 11.82 4.54 4.86 -sou sou NOM m s 35.92 41.22 14.43 12.57 -souabe souabe ADJ s 0.14 0.07 0.14 0.00 -souabes souabe NOM p 0.20 0.34 0.20 0.34 -soubassement soubassement NOM m s 0.13 2.23 0.02 1.82 -soubassements soubassement NOM m p 0.13 2.23 0.11 0.41 -soubise soubise NOM f s 0.00 0.07 0.00 0.07 -soubresaut soubresaut NOM m s 0.53 6.96 0.26 1.49 -soubresautaient soubresauter VER 0.00 0.14 0.00 0.07 ind:imp:3p; -soubresautait soubresauter VER 0.00 0.14 0.00 0.07 ind:imp:3s; -soubresauts soubresaut NOM m p 0.53 6.96 0.27 5.47 -soubrette soubrette NOM f s 1.11 3.11 0.95 2.36 -soubrettes soubrette NOM f p 1.11 3.11 0.16 0.74 -souche souche NOM f s 4.93 10.54 3.45 7.36 -souches souche NOM f p 4.93 10.54 1.48 3.18 -souchet souchet NOM m s 0.01 0.07 0.01 0.07 -souchette souchette NOM f s 0.00 0.07 0.00 0.07 -souci souci NOM m s 49.47 61.22 26.73 39.80 -soucia soucier VER 22.45 26.62 0.00 0.41 ind:pas:3s; -souciai soucier VER 22.45 26.62 0.01 0.20 ind:pas:1s; -souciaient soucier VER 22.45 26.62 0.28 1.22 ind:imp:3p; -souciais soucier VER 22.45 26.62 0.63 1.49 ind:imp:1s;ind:imp:2s; -souciait soucier VER 22.45 26.62 0.88 5.54 ind:imp:3s; -souciant soucier VER 22.45 26.62 0.05 0.41 par:pre; -soucie soucier VER 22.45 26.62 7.01 4.12 imp:pre:2s;ind:pre:1s;ind:pre:3s; -soucient soucier VER 22.45 26.62 0.95 0.47 ind:pre:3p; -soucier soucier VER 22.45 26.62 5.62 8.92 inf; -souciera soucier VER 22.45 26.62 0.27 0.14 ind:fut:3s; -soucierai soucier VER 22.45 26.62 0.12 0.14 ind:fut:1s; -soucieraient soucier VER 22.45 26.62 0.04 0.14 cnd:pre:3p; -soucierais soucier VER 22.45 26.62 0.13 0.00 cnd:pre:1s;cnd:pre:2s; -soucierait soucier VER 22.45 26.62 0.22 0.27 cnd:pre:3s; -soucierez soucier VER 22.45 26.62 0.02 0.00 ind:fut:2p; -soucies soucier VER 22.45 26.62 2.19 0.20 ind:pre:2s; -soucieuse soucieux ADJ f s 2.28 16.62 0.37 3.45 -soucieuses soucieux ADJ f p 2.28 16.62 0.11 0.34 -soucieux soucieux ADJ m 2.28 16.62 1.79 12.84 -souciez soucier VER 22.45 26.62 1.86 0.41 imp:pre:2p;ind:pre:2p; -soucions soucier VER 22.45 26.62 0.16 0.07 imp:pre:1p;ind:pre:1p; -souciât soucier VER 22.45 26.62 0.00 0.34 sub:imp:3s; -soucis souci NOM m p 49.47 61.22 22.73 21.42 -soucièrent soucier VER 22.45 26.62 0.00 0.07 ind:pas:3p; -soucié soucier VER m s 22.45 26.62 1.39 1.62 par:pas; -souciée soucier VER f s 22.45 26.62 0.36 0.20 par:pas; -souciées soucier VER f p 22.45 26.62 0.00 0.07 par:pas; -souciés soucier VER m p 22.45 26.62 0.28 0.20 par:pas; -soucoupe soucoupe NOM f s 4.14 8.85 2.92 5.95 -soucoupes soucoupe NOM f p 4.14 8.85 1.23 2.91 -soudage soudage NOM m s 0.04 0.00 0.04 0.00 -soudaient souder VER 3.20 8.04 0.00 0.68 ind:imp:3p; -soudain soudain ADV 21.16 207.30 21.16 207.30 -soudaine soudain ADJ f s 13.62 65.27 3.42 17.16 -soudainement soudainement ADV 6.98 5.54 6.98 5.54 -soudaines soudain ADJ f p 13.62 65.27 0.28 1.69 -soudaineté soudaineté NOM f s 0.05 1.28 0.05 1.28 -soudains soudain ADJ m p 13.62 65.27 0.15 1.62 -soudait souder VER 3.20 8.04 0.01 0.47 ind:imp:3s; -soudanais soudanais NOM m 0.24 0.07 0.24 0.07 -soudanaise soudanais ADJ f s 0.20 0.20 0.00 0.07 -soudant souder VER 3.20 8.04 0.00 0.20 par:pre; -soudard soudard NOM m s 0.16 2.23 0.01 1.08 -soudards soudard NOM m p 0.16 2.23 0.15 1.15 -soude soude NOM f s 0.88 0.88 0.88 0.88 -soudent souder VER 3.20 8.04 0.04 0.34 ind:pre:3p; -souder souder VER 3.20 8.04 1.10 1.08 inf; -souderait souder VER 3.20 8.04 0.01 0.07 cnd:pre:3s; -soudeur soudeur NOM m s 1.42 0.27 1.29 0.20 -soudeurs soudeur NOM m p 1.42 0.27 0.08 0.07 -soudeuse soudeur NOM f s 1.42 0.27 0.05 0.00 -soudez souder VER 3.20 8.04 0.03 0.00 imp:pre:2p;ind:pre:2p; -soudoie soudoyer VER 1.92 1.01 0.04 0.00 ind:pre:1s;ind:pre:3s; -soudoya soudoyer VER 1.92 1.01 0.00 0.07 ind:pas:3s; -soudoyaient soudoyer VER 1.92 1.01 0.01 0.07 ind:imp:3p; -soudoyait soudoyer VER 1.92 1.01 0.02 0.07 ind:imp:3s; -soudoyant soudoyer VER 1.92 1.01 0.21 0.14 par:pre; -soudoyer soudoyer VER 1.92 1.01 0.60 0.34 inf; -soudoyez soudoyer VER 1.92 1.01 0.09 0.00 imp:pre:2p;ind:pre:2p; -soudoyé soudoyer VER m s 1.92 1.01 0.75 0.20 par:pas; -soudoyée soudoyer VER f s 1.92 1.01 0.04 0.07 par:pas; -soudoyés soudoyer VER m p 1.92 1.01 0.16 0.07 par:pas; -soudèrent souder VER 3.20 8.04 0.00 0.07 ind:pas:3p; -soudé souder VER m s 3.20 8.04 0.57 1.35 par:pas; -soudée souder VER f s 3.20 8.04 0.19 0.95 par:pas; -soudées souder VER f p 3.20 8.04 0.17 1.22 par:pas; -soudure soudure NOM f s 1.35 1.08 1.09 0.95 -soudures soudure NOM f p 1.35 1.08 0.26 0.14 -soudés souder VER m p 3.20 8.04 0.92 1.35 par:pas; -soue soue NOM f s 0.11 0.34 0.11 0.34 -souffert souffrir VER m s 113.83 119.26 18.45 18.78 par:pas; -soufferte souffrir VER f s 113.83 119.26 0.00 0.07 par:pas; -souffertes souffrir VER f p 113.83 119.26 0.00 0.14 par:pas; -soufferts souffrir VER m p 113.83 119.26 0.03 0.00 par:pas; -souffla souffler VER 28.33 83.65 0.30 14.80 ind:pas:3s; -soufflages soufflage NOM m p 0.00 0.07 0.00 0.07 -soufflai souffler VER 28.33 83.65 0.00 0.54 ind:pas:1s; -soufflaient souffler VER 28.33 83.65 0.06 1.49 ind:imp:3p; -soufflais souffler VER 28.33 83.65 0.05 0.54 ind:imp:1s;ind:imp:2s; -soufflait souffler VER 28.33 83.65 0.86 15.34 ind:imp:3s; -soufflant souffler VER 28.33 83.65 0.38 8.72 par:pre; -soufflante soufflant ADJ f s 0.03 1.08 0.01 0.34 -soufflants soufflant NOM m p 0.02 0.34 0.00 0.14 -souffle souffle NOM m s 26.98 100.20 26.55 93.18 -soufflement soufflement NOM m s 0.01 0.27 0.01 0.20 -soufflements soufflement NOM m p 0.01 0.27 0.00 0.07 -soufflent souffler VER 28.33 83.65 0.81 1.49 ind:pre:3p; -souffler souffler VER 28.33 83.65 6.26 13.65 inf; -soufflera souffler VER 28.33 83.65 0.39 0.14 ind:fut:3s; -soufflerai souffler VER 28.33 83.65 0.28 0.07 ind:fut:1s; -soufflerais souffler VER 28.33 83.65 0.02 0.07 cnd:pre:1s; -soufflerait souffler VER 28.33 83.65 0.14 0.54 cnd:pre:3s; -soufflerez souffler VER 28.33 83.65 0.01 0.00 ind:fut:2p; -soufflerie soufflerie NOM f s 0.98 0.88 0.98 0.88 -souffleront souffler VER 28.33 83.65 0.02 0.00 ind:fut:3p; -souffles souffler VER 28.33 83.65 0.60 0.27 ind:pre:2s; -soufflet soufflet NOM m s 0.47 6.22 0.43 4.26 -souffletai souffleter VER 0.02 2.09 0.00 0.07 ind:pas:1s; -souffletaient souffleter VER 0.02 2.09 0.00 0.07 ind:imp:3p; -souffletait souffleter VER 0.02 2.09 0.00 0.20 ind:imp:3s; -souffletant souffleter VER 0.02 2.09 0.00 0.07 par:pre; -souffleter souffleter VER 0.02 2.09 0.00 0.41 inf; -soufflets soufflet NOM m p 0.47 6.22 0.04 1.96 -soufflette souffleter VER 0.02 2.09 0.02 0.14 imp:pre:2s;ind:pre:3s; -soufflettent souffleter VER 0.02 2.09 0.00 0.14 ind:pre:3p; -soufflettes souffleter VER 0.02 2.09 0.00 0.07 ind:pre:2s; -souffleté souffleter VER m s 0.02 2.09 0.00 0.47 par:pas; -souffletée souffleter VER f s 0.02 2.09 0.00 0.20 par:pas; -souffletés souffleter VER m p 0.02 2.09 0.00 0.27 par:pas; -souffleur souffleur NOM m s 1.35 1.22 0.92 1.01 -souffleurs souffleur NOM m p 1.35 1.22 0.32 0.20 -souffleuse souffleur NOM f s 1.35 1.22 0.11 0.00 -soufflez souffler VER 28.33 83.65 2.60 0.07 imp:pre:2p;ind:pre:2p; -soufflons souffler VER 28.33 83.65 0.26 0.34 imp:pre:1p;ind:pre:1p; -soufflât souffler VER 28.33 83.65 0.00 0.20 sub:imp:3s; -soufflèrent souffler VER 28.33 83.65 0.00 0.47 ind:pas:3p; -soufflé souffler VER m s 28.33 83.65 3.40 7.64 par:pas; -soufflée souffler VER f s 28.33 83.65 0.43 0.95 par:pas; -soufflées souffler VER f p 28.33 83.65 0.11 0.54 par:pas; -soufflure soufflure NOM f s 0.00 0.20 0.00 0.14 -soufflures soufflure NOM f p 0.00 0.20 0.00 0.07 -soufflés soufflé NOM m p 1.33 1.22 0.47 0.00 -souffrît souffrir VER 113.83 119.26 0.00 0.74 sub:imp:3s; -souffraient souffrir VER 113.83 119.26 0.25 2.43 ind:imp:3p; -souffrais souffrir VER 113.83 119.26 0.86 4.26 ind:imp:1s;ind:imp:2s; -souffrait souffrir VER 113.83 119.26 4.14 18.18 ind:imp:3s; -souffrance souffrance NOM f s 30.02 47.16 20.05 33.58 -souffrances souffrance NOM f p 30.02 47.16 9.97 13.58 -souffrant souffrant ADJ m s 6.47 5.14 2.88 1.96 -souffrante souffrant ADJ f s 6.47 5.14 3.12 2.84 -souffrantes souffrant ADJ f p 6.47 5.14 0.03 0.00 -souffrants souffrant ADJ m p 6.47 5.14 0.44 0.34 -souffre_douleur souffre_douleur NOM m 0.27 1.22 0.27 1.22 -souffre souffrir VER 113.83 119.26 31.52 16.22 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -souffrent souffrir VER 113.83 119.26 5.25 4.86 ind:pre:3p; -souffres souffrir VER 113.83 119.26 5.27 1.15 ind:pre:2s; -souffreteuse souffreteux ADJ f s 0.24 2.50 0.22 0.68 -souffreteuses souffreteux ADJ f p 0.24 2.50 0.00 0.14 -souffreteux souffreteux ADJ m 0.24 2.50 0.02 1.69 -souffrez souffrir VER 113.83 119.26 4.97 1.01 imp:pre:2p;ind:pre:2p; -souffriez souffrir VER 113.83 119.26 0.37 0.07 ind:imp:2p; -souffrions souffrir VER 113.83 119.26 0.12 0.20 ind:imp:1p; -souffrir souffrir VER 113.83 119.26 34.26 40.41 inf; -souffrira souffrir VER 113.83 119.26 1.77 0.74 ind:fut:3s; -souffrirai souffrir VER 113.83 119.26 0.79 0.47 ind:fut:1s; -souffriraient souffrir VER 113.83 119.26 0.04 0.14 cnd:pre:3p; -souffrirais souffrir VER 113.83 119.26 0.41 0.68 cnd:pre:1s;cnd:pre:2s; -souffrirait souffrir VER 113.83 119.26 0.34 1.42 cnd:pre:3s; -souffriras souffrir VER 113.83 119.26 1.56 0.41 ind:fut:2s; -souffrirent souffrir VER 113.83 119.26 0.04 0.61 ind:pas:3p; -souffrirez souffrir VER 113.83 119.26 0.25 0.14 ind:fut:2p; -souffririez souffrir VER 113.83 119.26 0.03 0.07 cnd:pre:2p; -souffririons souffrir VER 113.83 119.26 0.00 0.14 cnd:pre:1p; -souffrirons souffrir VER 113.83 119.26 0.44 0.07 ind:fut:1p; -souffriront souffrir VER 113.83 119.26 0.27 0.07 ind:fut:3p; -souffris souffrir VER 113.83 119.26 0.03 0.68 ind:pas:1s;ind:pas:2s; -souffrisse souffrir VER 113.83 119.26 0.00 0.14 sub:imp:1s; -souffrissent souffrir VER 113.83 119.26 0.00 0.14 sub:imp:3p; -souffrit souffrir VER 113.83 119.26 0.29 1.49 ind:pas:3s; -souffrons souffrir VER 113.83 119.26 1.06 0.74 imp:pre:1p;ind:pre:1p; -soufi soufi ADJ m s 0.02 0.07 0.02 0.00 -soufis soufi NOM m p 0.44 0.00 0.44 0.00 -soufrages soufrage NOM m p 0.00 0.07 0.00 0.07 -soufre soufre NOM m s 2.37 4.53 2.37 4.53 -soufré soufré ADJ m s 0.01 0.47 0.01 0.07 -soufrée soufré ADJ f s 0.01 0.47 0.00 0.20 -soufrées soufré ADJ f p 0.01 0.47 0.00 0.14 -soufrés soufré ADJ m p 0.01 0.47 0.00 0.07 -souhait souhait NOM m s 10.41 8.65 5.69 6.22 -souhaita souhaiter VER 85.59 82.16 0.16 2.84 ind:pas:3s; -souhaitable souhaitable ADJ s 1.40 3.72 1.23 3.24 -souhaitables souhaitable ADJ p 1.40 3.72 0.17 0.47 -souhaitai souhaiter VER 85.59 82.16 0.02 0.74 ind:pas:1s; -souhaitaient souhaiter VER 85.59 82.16 0.63 2.03 ind:imp:3p; -souhaitais souhaiter VER 85.59 82.16 1.72 6.76 ind:imp:1s;ind:imp:2s; -souhaitait souhaiter VER 85.59 82.16 1.96 13.72 ind:imp:3s; -souhaitant souhaiter VER 85.59 82.16 0.72 2.84 par:pre; -souhaite souhaiter VER 85.59 82.16 39.98 17.30 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:1s; -souhaitent souhaiter VER 85.59 82.16 2.87 0.95 ind:pre:3p; -souhaiter souhaiter VER 85.59 82.16 8.87 10.41 inf;; -souhaitera souhaiter VER 85.59 82.16 0.10 0.14 ind:fut:3s; -souhaiterai souhaiter VER 85.59 82.16 0.40 0.00 ind:fut:1s; -souhaiteraient souhaiter VER 85.59 82.16 0.27 0.14 cnd:pre:3p; -souhaiterais souhaiter VER 85.59 82.16 3.11 1.55 cnd:pre:1s;cnd:pre:2s; -souhaiterait souhaiter VER 85.59 82.16 1.49 1.28 cnd:pre:3s; -souhaiteras souhaiter VER 85.59 82.16 0.11 0.00 ind:fut:2s; -souhaiterez souhaiter VER 85.59 82.16 0.22 0.20 ind:fut:2p; -souhaiteriez souhaiter VER 85.59 82.16 0.57 0.14 cnd:pre:2p; -souhaiterions souhaiter VER 85.59 82.16 0.34 0.07 cnd:pre:1p; -souhaiterons souhaiter VER 85.59 82.16 0.16 0.00 ind:fut:1p; -souhaiteront souhaiter VER 85.59 82.16 0.00 0.14 ind:fut:3p; -souhaites souhaiter VER 85.59 82.16 3.14 0.81 ind:pre:2s; -souhaitez souhaiter VER 85.59 82.16 7.19 1.55 imp:pre:2p;ind:pre:2p; -souhaitiez souhaiter VER 85.59 82.16 0.85 0.47 ind:imp:2p;sub:pre:2p; -souhaitions souhaiter VER 85.59 82.16 0.10 0.74 ind:imp:1p; -souhaitâmes souhaiter VER 85.59 82.16 0.00 0.14 ind:pas:1p; -souhaitons souhaiter VER 85.59 82.16 4.28 1.96 imp:pre:1p;ind:pre:1p; -souhaitât souhaiter VER 85.59 82.16 0.00 0.20 sub:imp:3s; -souhaits souhait NOM m p 10.41 8.65 4.72 2.43 -souhaitèrent souhaiter VER 85.59 82.16 0.02 0.27 ind:pas:3p; -souhaité souhaiter VER m s 85.59 82.16 5.91 12.50 par:pas; -souhaitée souhaiter VER f s 85.59 82.16 0.07 1.55 par:pas; -souhaitées souhaiter VER f p 85.59 82.16 0.04 0.27 par:pas; -souhaités souhaiter VER m p 85.59 82.16 0.31 0.47 par:pas; -souilla souiller VER 6.52 15.81 0.10 0.07 ind:pas:3s; -souillage souillage NOM m s 0.00 0.07 0.00 0.07 -souillaient souiller VER 6.52 15.81 0.01 0.20 ind:imp:3p; -souillait souiller VER 6.52 15.81 0.02 1.01 ind:imp:3s; -souillant souiller VER 6.52 15.81 0.04 0.20 par:pre; -souillarde souillard NOM f s 0.00 2.03 0.00 2.03 -souille souiller VER 6.52 15.81 0.38 0.81 imp:pre:2s;ind:pre:1s;ind:pre:3s; -souillent souiller VER 6.52 15.81 0.07 0.54 ind:pre:3p; -souiller souiller VER 6.52 15.81 1.57 1.62 inf; -souillerai souiller VER 6.52 15.81 0.05 0.07 ind:fut:1s; -souilleraient souiller VER 6.52 15.81 0.01 0.00 cnd:pre:3p; -souillerait souiller VER 6.52 15.81 0.03 0.07 cnd:pre:3s; -souilleras souiller VER 6.52 15.81 0.16 0.00 ind:fut:2s; -souilleront souiller VER 6.52 15.81 0.00 0.07 ind:fut:3p; -souilles souiller VER 6.52 15.81 0.02 0.00 ind:pre:2s; -souillez souiller VER 6.52 15.81 0.16 0.00 imp:pre:2p;ind:pre:2p; -souillon souillon NOM s 0.99 1.08 0.82 0.88 -souillonnes souillonner VER 0.00 0.07 0.00 0.07 ind:pre:2s; -souillons souillon NOM p 0.99 1.08 0.17 0.20 -souillé souiller VER m s 6.52 15.81 2.29 4.19 par:pas; -souillée souiller VER f s 6.52 15.81 1.10 3.45 par:pas; -souillées souiller VER f p 6.52 15.81 0.06 1.76 par:pas; -souillure souillure NOM f s 0.79 2.91 0.45 1.49 -souillures souillure NOM f p 0.79 2.91 0.35 1.42 -souillés souiller VER m p 6.52 15.81 0.45 1.76 par:pas; -souk souk NOM m s 0.81 2.64 0.81 1.49 -souks souk NOM m p 0.81 2.64 0.00 1.15 -soul soul NOM f s 1.71 0.20 1.71 0.20 -soulage soulager VER 21.57 29.12 4.10 2.64 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -soulagea soulager VER 21.57 29.12 0.01 0.68 ind:pas:3s; -soulageai soulager VER 21.57 29.12 0.00 0.14 ind:pas:1s; -soulageaient soulager VER 21.57 29.12 0.03 0.14 ind:imp:3p; -soulageait soulager VER 21.57 29.12 0.17 1.28 ind:imp:3s; -soulageant soulager VER 21.57 29.12 0.11 0.20 par:pre; -soulagement soulagement NOM m s 4.94 21.22 4.84 21.22 -soulagements soulagement NOM m p 4.94 21.22 0.10 0.00 -soulagent soulager VER 21.57 29.12 0.34 0.34 ind:pre:3p; -soulageâmes soulager VER 21.57 29.12 0.00 0.07 ind:pas:1p; -soulageons soulager VER 21.57 29.12 0.01 0.07 ind:pre:1p; -soulager soulager VER 21.57 29.12 6.62 6.49 inf; -soulagera soulager VER 21.57 29.12 0.59 0.41 ind:fut:3s; -soulagerai soulager VER 21.57 29.12 0.06 0.00 ind:fut:1s; -soulageraient soulager VER 21.57 29.12 0.00 0.07 cnd:pre:3p; -soulagerait soulager VER 21.57 29.12 0.78 0.54 cnd:pre:3s; -soulagerez soulager VER 21.57 29.12 0.15 0.00 ind:fut:2p; -soulages soulager VER 21.57 29.12 0.24 0.00 ind:pre:2s; -soulagez soulager VER 21.57 29.12 0.15 0.00 imp:pre:2p;ind:pre:2p; -soulagèrent soulager VER 21.57 29.12 0.00 0.20 ind:pas:3p; -soulagé soulager VER m s 21.57 29.12 4.67 10.00 par:pas; -soulagée soulager VER f s 21.57 29.12 2.98 4.53 par:pas; -soulagées soulager VER f p 21.57 29.12 0.04 0.14 par:pas; -soulagés soulager VER m p 21.57 29.12 0.53 1.22 par:pas; -soule soule ADJ m s 0.30 0.00 0.30 0.00 -souleva soulever VER 24.26 113.38 0.60 19.39 ind:pas:3s; -soulevai soulever VER 24.26 113.38 0.00 1.15 ind:pas:1s; -soulevaient soulever VER 24.26 113.38 0.23 4.80 ind:imp:3p; -soulevais soulever VER 24.26 113.38 0.10 0.34 ind:imp:1s;ind:imp:2s; -soulevait soulever VER 24.26 113.38 0.26 14.80 ind:imp:3s; -soulevant soulever VER 24.26 113.38 0.50 10.20 par:pre; -soulever soulever VER 24.26 113.38 5.92 17.16 inf; -soulevez soulever VER 24.26 113.38 2.44 0.54 imp:pre:2p;ind:pre:2p; -soulevions soulever VER 24.26 113.38 0.00 0.07 ind:imp:1p; -soulevons soulever VER 24.26 113.38 0.35 0.14 imp:pre:1p;ind:pre:1p; -soulevât soulever VER 24.26 113.38 0.00 0.14 sub:imp:3s; -soulevèrent soulever VER 24.26 113.38 0.02 1.96 ind:pas:3p; -soulevé soulever VER m s 24.26 113.38 3.04 11.08 par:pas; -soulevée soulever VER f s 24.26 113.38 0.56 5.54 par:pas; -soulevées soulever VER f p 24.26 113.38 0.02 1.08 par:pas; -soulevés soulever VER m p 24.26 113.38 0.54 2.16 par:pas; -soulier soulier NOM m s 9.76 35.68 2.53 4.80 -souliers soulier NOM m p 9.76 35.68 7.23 30.88 -souligna souligner VER 4.72 22.57 0.00 0.95 ind:pas:3s; -soulignai souligner VER 4.72 22.57 0.00 0.41 ind:pas:1s; -soulignaient souligner VER 4.72 22.57 0.10 1.28 ind:imp:3p; -soulignais souligner VER 4.72 22.57 0.00 0.20 ind:imp:1s; -soulignait souligner VER 4.72 22.57 0.04 2.84 ind:imp:3s; -soulignant souligner VER 4.72 22.57 0.27 2.30 par:pre; -souligne souligner VER 4.72 22.57 0.73 2.64 imp:pre:2s;ind:pre:1s;ind:pre:3s; -soulignent souligner VER 4.72 22.57 0.14 0.74 ind:pre:3p; -souligner souligner VER 4.72 22.57 1.65 4.86 inf; -soulignera souligner VER 4.72 22.57 0.00 0.07 ind:fut:3s; -souligneraient souligner VER 4.72 22.57 0.00 0.07 cnd:pre:3p; -soulignerait souligner VER 4.72 22.57 0.00 0.07 cnd:pre:3s; -soulignez souligner VER 4.72 22.57 0.04 0.07 imp:pre:2p; -souligniez souligner VER 4.72 22.57 0.01 0.00 ind:imp:2p; -soulignions souligner VER 4.72 22.57 0.00 0.07 ind:imp:1p; -souligné souligner VER m s 4.72 22.57 1.41 2.91 par:pas; -soulignée souligner VER f s 4.72 22.57 0.01 1.08 par:pas; -soulignées souligner VER f p 4.72 22.57 0.02 0.81 par:pas; -soulignés souligner VER m p 4.72 22.57 0.29 1.22 par:pas; -soulève soulever VER 24.26 113.38 7.72 17.50 imp:pre:2s;ind:pre:1s;ind:pre:3s; -soulèvement soulèvement NOM m s 1.04 2.36 0.77 2.23 -soulèvements soulèvement NOM m p 1.04 2.36 0.28 0.14 -soulèvent soulever VER 24.26 113.38 0.47 4.26 ind:pre:3p; -soulèvera soulever VER 24.26 113.38 0.22 0.20 ind:fut:3s; -soulèverai soulever VER 24.26 113.38 0.27 0.14 ind:fut:1s; -soulèveraient soulever VER 24.26 113.38 0.00 0.27 cnd:pre:3p; -soulèverais soulever VER 24.26 113.38 0.03 0.07 cnd:pre:1s; -soulèverait soulever VER 24.26 113.38 0.04 0.34 cnd:pre:3s; -soulèverez soulever VER 24.26 113.38 0.01 0.00 ind:fut:2p; -soulèveriez soulever VER 24.26 113.38 0.01 0.00 cnd:pre:2p; -soulèverons soulever VER 24.26 113.38 0.04 0.00 ind:fut:1p; -soulèveront soulever VER 24.26 113.38 0.28 0.00 ind:fut:3p; -soulèves soulever VER 24.26 113.38 0.57 0.07 ind:pre:2s; -soumît soumettre VER 17.51 37.57 0.00 0.07 sub:imp:3s; -soumet soumettre VER 17.51 37.57 0.88 1.49 ind:pre:3s; -soumets soumettre VER 17.51 37.57 1.89 0.54 imp:pre:2s;ind:pre:1s;ind:pre:2s; -soumettaient soumettre VER 17.51 37.57 0.00 0.41 ind:imp:3p; -soumettais soumettre VER 17.51 37.57 0.01 0.41 ind:imp:1s; -soumettait soumettre VER 17.51 37.57 0.00 1.96 ind:imp:3s; -soumettant soumettre VER 17.51 37.57 0.07 0.34 par:pre; -soumette soumettre VER 17.51 37.57 0.23 0.41 sub:pre:1s;sub:pre:3s; -soumettent soumettre VER 17.51 37.57 0.06 0.54 ind:pre:3p; -soumettez soumettre VER 17.51 37.57 0.25 0.20 imp:pre:2p;ind:pre:2p; -soumettions soumettre VER 17.51 37.57 0.01 0.14 ind:imp:1p; -soumettons soumettre VER 17.51 37.57 0.12 0.00 imp:pre:1p;ind:pre:1p; -soumettra soumettre VER 17.51 37.57 0.27 0.20 ind:fut:3s; -soumettrai soumettre VER 17.51 37.57 0.47 0.14 ind:fut:1s; -soumettraient soumettre VER 17.51 37.57 0.00 0.07 cnd:pre:3p; -soumettrais soumettre VER 17.51 37.57 0.02 0.20 cnd:pre:1s; -soumettrait soumettre VER 17.51 37.57 0.01 0.20 cnd:pre:3s; -soumettras soumettre VER 17.51 37.57 0.03 0.00 ind:fut:2s; -soumettre soumettre VER 17.51 37.57 5.84 9.26 inf; -soumettrez soumettre VER 17.51 37.57 0.05 0.07 ind:fut:2p; -soumettront soumettre VER 17.51 37.57 0.04 0.07 ind:fut:3p; -soumirent soumettre VER 17.51 37.57 0.21 0.20 ind:pas:3p; -soumis soumettre VER m 17.51 37.57 5.22 13.65 ind:pas:1s;par:pas;par:pas; -soumise soumettre VER f s 17.51 37.57 1.21 3.78 par:pas; -soumises soumettre VER f p 17.51 37.57 0.58 1.69 par:pas; -soumission soumission NOM f s 1.63 10.95 1.63 10.27 -soumissionner soumissionner VER 0.01 0.00 0.01 0.00 inf; -soumissions soumission NOM f p 1.63 10.95 0.00 0.68 -soumit soumettre VER 17.51 37.57 0.02 1.55 ind:pas:3s; -soupa souper VER 8.81 6.96 0.00 0.20 ind:pas:3s; -soupaient souper VER 8.81 6.96 0.00 0.20 ind:imp:3p; -soupais souper VER 8.81 6.96 0.11 0.14 ind:imp:1s; -soupait souper VER 8.81 6.96 0.23 0.20 ind:imp:3s; -soupant souper VER 8.81 6.96 0.00 0.14 par:pre; -soupape soupape NOM f s 0.92 1.28 0.39 0.61 -soupapes soupape NOM f p 0.92 1.28 0.54 0.68 -soupasse souper VER 8.81 6.96 0.10 0.07 sub:imp:1s; -soupe soupe NOM f s 32.26 38.04 31.72 35.74 -soupent souper VER 8.81 6.96 0.00 0.07 ind:pre:3p; -soupente soupente NOM f s 0.19 3.11 0.19 2.70 -soupentes soupente NOM f p 0.19 3.11 0.00 0.41 -souper souper NOM m s 6.48 7.70 6.39 6.82 -soupera souper VER 8.81 6.96 0.03 0.20 ind:fut:3s; -souperaient souper VER 8.81 6.96 0.00 0.07 cnd:pre:3p; -souperait souper VER 8.81 6.96 0.00 0.07 cnd:pre:3s; -souperons souper VER 8.81 6.96 0.04 0.07 ind:fut:1p; -soupers souper NOM m p 6.48 7.70 0.09 0.88 -soupes soupe NOM f p 32.26 38.04 0.54 2.30 -soupesa soupeser VER 0.34 5.14 0.00 0.81 ind:pas:3s; -soupesait soupeser VER 0.34 5.14 0.00 0.88 ind:imp:3s; -soupesant soupeser VER 0.34 5.14 0.02 0.34 par:pre; -soupeser soupeser VER 0.34 5.14 0.05 1.55 inf; -soupesez soupeser VER 0.34 5.14 0.06 0.07 imp:pre:2p;ind:pre:2p; -soupesé soupeser VER m s 0.34 5.14 0.02 0.07 par:pas; -soupesée soupeser VER f s 0.34 5.14 0.00 0.14 par:pas; -soupesés soupeser VER m p 0.34 5.14 0.00 0.07 par:pas; -soupeur soupeur NOM m s 0.00 0.20 0.00 0.07 -soupeurs soupeur NOM m p 0.00 0.20 0.00 0.14 -soupez souper VER 8.81 6.96 0.06 0.00 imp:pre:2p;ind:pre:2p; -soupier soupier ADJ m s 0.00 2.57 0.00 2.57 -soupir soupir NOM m s 7.85 35.95 4.75 26.82 -soupira soupirer VER 9.81 65.47 0.03 30.74 ind:pas:3s; -soupirai soupirer VER 9.81 65.47 0.00 1.15 ind:pas:1s; -soupiraient soupirer VER 9.81 65.47 0.00 0.41 ind:imp:3p; -soupirail soupirail NOM m s 0.16 3.24 0.16 2.84 -soupirais soupirer VER 9.81 65.47 0.01 0.47 ind:imp:1s;ind:imp:2s; -soupirait soupirer VER 9.81 65.47 0.13 6.96 ind:imp:3s; -soupirant soupirant NOM m s 0.96 2.23 0.61 1.55 -soupirants soupirant NOM m p 0.96 2.23 0.35 0.68 -soupiraux soupirail NOM m p 0.16 3.24 0.00 0.41 -soupire soupirer VER 9.81 65.47 6.71 10.27 imp:pre:2s;ind:pre:1s;ind:pre:3s; -soupirent soupirer VER 9.81 65.47 0.19 0.27 ind:pre:3p; -soupirer soupirer VER 9.81 65.47 0.99 2.91 inf; -soupirerait soupirer VER 9.81 65.47 0.00 0.07 cnd:pre:3s; -soupires soupirer VER 9.81 65.47 0.36 0.34 ind:pre:2s; -soupirez soupirer VER 9.81 65.47 0.38 0.20 imp:pre:2p;ind:pre:2p; -soupirions soupirer VER 9.81 65.47 0.00 0.07 ind:imp:1p; -soupirons soupirer VER 9.81 65.47 0.00 0.14 ind:pre:1p; -soupirât soupirer VER 9.81 65.47 0.00 0.20 sub:imp:3s; -soupirs soupir NOM m p 7.85 35.95 3.10 9.12 -soupirèrent soupirer VER 9.81 65.47 0.00 0.20 ind:pas:3p; -soupiré soupirer VER m s 9.81 65.47 0.69 5.47 par:pas; -soupière soupière NOM f s 0.10 2.43 0.07 2.23 -soupières soupière NOM f p 0.10 2.43 0.02 0.20 -souple souple ADJ s 4.22 27.23 3.21 20.00 -souplement souplement ADV 0.00 1.55 0.00 1.55 -souples souple ADJ p 4.22 27.23 1.02 7.23 -souplesse souplesse NOM f s 1.28 9.86 1.28 9.73 -souplesses souplesse NOM f p 1.28 9.86 0.00 0.14 -soupâmes souper VER 8.81 6.96 0.00 0.07 ind:pas:1p; -soupons souper VER 8.81 6.96 0.13 0.14 imp:pre:1p;ind:pre:1p; -soupçon soupçon NOM m s 15.53 23.58 5.75 15.61 -soupçonna soupçonner VER 19.88 34.59 0.04 0.54 ind:pas:3s; -soupçonnable soupçonnable ADJ s 0.00 0.07 0.00 0.07 -soupçonnai soupçonner VER 19.88 34.59 0.00 0.27 ind:pas:1s; -soupçonnaient soupçonner VER 19.88 34.59 0.34 1.08 ind:imp:3p; -soupçonnais soupçonner VER 19.88 34.59 0.83 3.11 ind:imp:1s;ind:imp:2s; -soupçonnait soupçonner VER 19.88 34.59 0.65 5.14 ind:imp:3s; -soupçonnant soupçonner VER 19.88 34.59 0.12 0.74 par:pre; -soupçonne soupçonner VER 19.88 34.59 6.25 6.08 imp:pre:2s;ind:pre:1s;ind:pre:3s; -soupçonnent soupçonner VER 19.88 34.59 0.79 0.61 ind:pre:3p; -soupçonner soupçonner VER 19.88 34.59 2.82 7.84 inf; -soupçonnera soupçonner VER 19.88 34.59 0.58 0.14 ind:fut:3s; -soupçonnerais soupçonner VER 19.88 34.59 0.04 0.14 cnd:pre:1s;cnd:pre:2s; -soupçonnerait soupçonner VER 19.88 34.59 0.32 0.41 cnd:pre:3s; -soupçonneriez soupçonner VER 19.88 34.59 0.01 0.07 cnd:pre:2p; -soupçonneront soupçonner VER 19.88 34.59 0.19 0.07 ind:fut:3p; -soupçonnes soupçonner VER 19.88 34.59 0.48 0.34 ind:pre:2s; -soupçonneuse soupçonneux ADJ f s 1.25 6.22 0.30 1.08 -soupçonneuses soupçonneux ADJ f p 1.25 6.22 0.00 0.20 -soupçonneux soupçonneux ADJ m 1.25 6.22 0.95 4.93 -soupçonnez soupçonner VER 19.88 34.59 1.32 0.20 imp:pre:2p;ind:pre:2p; -soupçonniez soupçonner VER 19.88 34.59 0.41 0.20 ind:imp:2p; -soupçonnions soupçonner VER 19.88 34.59 0.16 0.14 ind:imp:1p; -soupçonnons soupçonner VER 19.88 34.59 0.15 0.27 ind:pre:1p; -soupçonnât soupçonner VER 19.88 34.59 0.00 0.20 sub:imp:3s; -soupçonnèrent soupçonner VER 19.88 34.59 0.01 0.14 ind:pas:3p; -soupçonné soupçonner VER m s 19.88 34.59 3.49 4.86 par:pas; -soupçonnée soupçonner VER f s 19.88 34.59 0.64 1.28 par:pas; -soupçonnées soupçonner VER f p 19.88 34.59 0.03 0.27 par:pas; -soupçonnés soupçonner VER m p 19.88 34.59 0.22 0.47 par:pas; -soupçons soupçon NOM m p 15.53 23.58 9.78 7.97 -soupèrent souper VER 8.81 6.96 0.01 0.20 ind:pas:3p; -soupèse soupeser VER 0.34 5.14 0.19 1.15 imp:pre:2s;ind:pre:1s;ind:pre:3s; -soupèserait soupeser VER 0.34 5.14 0.00 0.07 cnd:pre:3s; -soupé souper VER m s 8.81 6.96 1.73 0.95 par:pas; -souquaient souquer VER 0.43 0.20 0.00 0.07 ind:imp:3p; -souque souquer VER 0.43 0.20 0.01 0.07 imp:pre:2s;ind:pre:3s; -souquenille souquenille NOM f s 0.00 0.41 0.00 0.27 -souquenilles souquenille NOM f p 0.00 0.41 0.00 0.14 -souquer souquer VER 0.43 0.20 0.01 0.00 inf; -souquez souquer VER 0.43 0.20 0.40 0.00 imp:pre:2p; -souqué souquer VER m s 0.43 0.20 0.01 0.07 par:pas; -sourîmes sourire VER 53.97 262.91 0.00 0.07 ind:pas:1p; -sourît sourire VER 53.97 262.91 0.00 0.20 sub:imp:3s; -sourate sourate NOM f s 0.14 0.20 0.14 0.14 -sourates sourate NOM f p 0.14 0.20 0.00 0.07 -source source NOM f s 46.44 49.19 37.34 35.41 -sources source NOM f p 46.44 49.19 9.11 13.78 -sourcier sourcier NOM m s 0.40 0.81 0.40 0.74 -sourciers sourcier NOM m p 0.40 0.81 0.00 0.07 -sourcil sourcil NOM m s 5.85 47.64 1.42 8.65 -sourcilière sourcilier ADJ f s 0.20 1.62 0.20 0.95 -sourcilières sourcilier ADJ f p 0.20 1.62 0.00 0.68 -sourcilla sourciller VER 0.61 2.09 0.00 0.34 ind:pas:3s; -sourcillai sourciller VER 0.61 2.09 0.00 0.07 ind:pas:1s; -sourcille sourciller VER 0.61 2.09 0.00 0.07 ind:pre:3s; -sourciller sourciller VER 0.61 2.09 0.54 1.49 inf; -sourcilleuse sourcilleux ADJ f s 0.01 1.96 0.00 0.61 -sourcilleuses sourcilleux ADJ f p 0.01 1.96 0.00 0.20 -sourcilleux sourcilleux ADJ m 0.01 1.96 0.01 1.15 -sourcillé sourciller VER m s 0.61 2.09 0.07 0.14 par:pas; -sourcils sourcil NOM m p 5.85 47.64 4.43 38.99 -sourd_muet sourd_muet ADJ m s 0.78 0.20 0.77 0.20 -sourd sourd ADJ m s 25.69 50.68 16.96 19.73 -sourdaient sourdaient VER 0.00 0.20 0.00 0.20 inf; -sourdait sourdait VER 0.00 1.08 0.00 1.08 inf; -sourdant sourdre VER 0.42 5.47 0.00 0.20 par:pre; -sourde_muette sourde_muette NOM f s 0.24 0.07 0.24 0.07 -sourde sourd ADJ f s 25.69 50.68 5.58 21.76 -sourdement sourdement ADV 0.00 6.55 0.00 6.55 -sourdes sourd ADJ f p 25.69 50.68 0.48 2.91 -sourdine sourdine NOM f s 0.73 6.49 0.73 6.49 -sourdingue sourdingue ADJ s 0.10 1.42 0.10 1.28 -sourdingues sourdingue ADJ m p 0.10 1.42 0.00 0.14 -sourdre sourdre VER 0.42 5.47 0.00 3.45 inf; -sourdront sourdre VER 0.42 5.47 0.00 0.07 ind:fut:3p; -sourd_muet sourd_muet NOM m p 1.48 1.01 0.88 0.68 -sourds sourd ADJ m p 25.69 50.68 2.66 6.28 -souri sourire VER m s 53.97 262.91 3.19 12.97 par:pas; -souriaient sourire VER 53.97 262.91 0.39 5.34 ind:imp:3p; -souriais sourire VER 53.97 262.91 0.67 3.31 ind:imp:1s;ind:imp:2s; -souriait sourire VER 53.97 262.91 2.00 44.26 ind:imp:3s; -souriant souriant ADJ m s 4.02 23.45 2.22 9.46 -souriante souriant ADJ f s 4.02 23.45 1.07 10.95 -souriantes souriant ADJ f p 4.02 23.45 0.25 1.28 -souriants souriant ADJ m p 4.02 23.45 0.47 1.76 -souriceau souriceau NOM m s 0.35 0.41 0.35 0.34 -souriceaux souriceau NOM m p 0.35 0.41 0.00 0.07 -souricière souricière NOM f s 0.27 0.34 0.23 0.34 -souricières souricière NOM f p 0.27 0.34 0.04 0.00 -sourie sourire VER 53.97 262.91 0.50 0.14 sub:pre:1s;sub:pre:3s; -sourient sourire VER 53.97 262.91 1.49 3.38 ind:pre:3p; -souries sourire VER 53.97 262.91 0.09 0.00 sub:pre:2s; -souriez sourire VER 53.97 262.91 10.00 0.88 imp:pre:2p;ind:pre:2p; -souriions sourire VER 53.97 262.91 0.00 0.20 ind:imp:1p; -sourions sourire VER 53.97 262.91 0.08 0.34 imp:pre:1p;ind:pre:1p; -sourira sourire VER 53.97 262.91 0.46 0.41 ind:fut:3s; -sourirai sourire VER 53.97 262.91 0.35 0.07 ind:fut:1s; -souriraient sourire VER 53.97 262.91 0.01 0.14 cnd:pre:3p; -sourirais sourire VER 53.97 262.91 0.04 0.07 cnd:pre:1s;cnd:pre:2s; -sourirait sourire VER 53.97 262.91 0.04 0.88 cnd:pre:3s; -souriras sourire VER 53.97 262.91 0.20 0.00 ind:fut:2s; -sourire sourire NOM m s 36.08 215.34 33.79 196.55 -sourirent sourire VER 53.97 262.91 0.00 2.03 ind:pas:3p; -sourires sourire NOM m p 36.08 215.34 2.29 18.78 -sourirons sourire VER 53.97 262.91 0.02 0.00 ind:fut:1p; -souriront sourire VER 53.97 262.91 0.02 0.00 ind:fut:3p; -souris souris NOM 21.94 22.57 21.94 22.57 -sourit sourire VER 53.97 262.91 11.70 95.74 ind:pre:3s;ind:pas:3s; -sournois sournois ADJ m 2.64 16.89 1.87 8.92 -sournoise sournois ADJ f s 2.64 16.89 0.72 6.28 -sournoisement sournoisement ADV 0.12 4.80 0.12 4.80 -sournoiserie sournoiserie NOM f s 0.04 0.95 0.04 0.61 -sournoiseries sournoiserie NOM f p 0.04 0.95 0.00 0.34 -sournoises sournois ADJ f p 2.64 16.89 0.04 1.69 -sous_alimentation sous_alimentation NOM f s 0.03 0.27 0.03 0.27 -sous_alimenter sous_alimenter VER m s 0.04 0.00 0.02 0.00 par:pas; -sous_alimenté sous_alimenté ADJ f s 0.04 0.20 0.04 0.07 -sous_alimenté sous_alimenté NOM m p 0.01 0.27 0.01 0.14 -sous_bibliothécaire sous_bibliothécaire NOM s 0.00 0.47 0.00 0.47 -sous_bois sous_bois NOM m 0.49 7.57 0.49 7.57 -sous_chef sous_chef NOM m s 0.73 0.88 0.69 0.74 -sous_chef sous_chef NOM m p 0.73 0.88 0.04 0.14 -sous_classe sous_classe NOM f s 0.01 0.00 0.01 0.00 -sous_clavier sous_clavier ADJ f s 0.28 0.00 0.28 0.00 -sous_comité sous_comité NOM m s 0.26 0.07 0.26 0.07 -sous_commission sous_commission NOM f s 0.18 0.07 0.18 0.07 -sous_continent sous_continent NOM m s 0.06 0.07 0.05 0.07 -sous_continent sous_continent NOM m p 0.06 0.07 0.01 0.00 -sous_couche sous_couche NOM f s 0.03 0.00 0.03 0.00 -sous_cul sous_cul NOM m s 0.00 0.07 0.00 0.07 -sous_cutané sous_cutané ADJ m s 0.28 0.07 0.10 0.00 -sous_cutané sous_cutané ADJ f s 0.28 0.07 0.10 0.00 -sous_cutané sous_cutané ADJ f p 0.28 0.07 0.05 0.07 -sous_cutané sous_cutané ADJ m p 0.28 0.07 0.03 0.00 -sous_diacre sous_diacre NOM m s 0.00 0.07 0.00 0.07 -sous_directeur sous_directeur NOM m s 0.66 1.96 0.63 1.82 -sous_directeur sous_directeur NOM m p 0.66 1.96 0.00 0.07 -sous_directeur sous_directeur NOM f s 0.66 1.96 0.03 0.07 -sous_division sous_division NOM f s 0.04 0.00 0.04 0.00 -sous_dominante sous_dominante NOM f s 0.01 0.07 0.01 0.07 -sous_développement sous_développement NOM m s 0.30 0.27 0.30 0.27 -sous_développé sous_développé ADJ m s 0.31 0.68 0.09 0.27 -sous_développé sous_développé ADJ f s 0.31 0.68 0.02 0.00 -sous_développé sous_développé ADJ f p 0.31 0.68 0.02 0.07 -sous_développé sous_développé ADJ m p 0.31 0.68 0.19 0.34 -sous_effectif sous_effectif NOM m s 0.11 0.00 0.10 0.00 -sous_effectif sous_effectif NOM m p 0.11 0.00 0.01 0.00 -sous_emploi sous_emploi NOM m s 0.00 0.07 0.00 0.07 -sous_ensemble sous_ensemble NOM m s 0.08 0.14 0.08 0.14 -sous_entendre sous_entendre VER 2.03 1.82 0.39 0.20 ind:pre:3s; -sous_entendre sous_entendre VER 2.03 1.82 0.17 0.00 ind:imp:1s; -sous_entendre sous_entendre VER 2.03 1.82 0.03 0.54 ind:imp:3s; -sous_entendre sous_entendre VER 2.03 1.82 0.01 0.47 par:pre; -sous_entendre sous_entendre VER 2.03 1.82 0.01 0.00 ind:pre:3p; -sous_entendre sous_entendre VER 2.03 1.82 0.42 0.00 ind:pre:2p; -sous_entendre sous_entendre VER 2.03 1.82 0.10 0.00 ind:imp:2p; -sous_entendre sous_entendre VER 2.03 1.82 0.01 0.00 cnd:pre:3s; -sous_entendre sous_entendre VER 2.03 1.82 0.11 0.27 inf; -sous_entendre sous_entendre VER 2.03 1.82 0.39 0.00 ind:pre:1s;ind:pre:2s; -sous_entendre sous_entendre VER m s 2.03 1.82 0.38 0.14 par:pas; -sous_entendu sous_entendu ADJ f s 0.06 0.68 0.01 0.07 -sous_entendu sous_entendu NOM m p 0.77 5.34 0.45 3.38 -sous_espace sous_espace NOM m s 0.22 0.00 0.22 0.00 -sous_espèce sous_espèce NOM f s 0.11 0.00 0.11 0.00 -sous_estimer sous_estimer VER 7.27 1.08 0.05 0.00 ind:imp:1s; -sous_estimer sous_estimer VER 7.27 1.08 0.03 0.34 ind:imp:3s; -sous_estimation sous_estimation NOM f s 0.06 0.07 0.06 0.07 -sous_estimer sous_estimer VER 7.27 1.08 1.52 0.07 imp:pre:2s;ind:pre:1s;ind:pre:3s; -sous_estimer sous_estimer VER 7.27 1.08 0.22 0.00 ind:pre:3p; -sous_estimer sous_estimer VER 7.27 1.08 1.05 0.54 inf; -sous_estimer sous_estimer VER 7.27 1.08 0.03 0.00 ind:fut:1s; -sous_estimer sous_estimer VER 7.27 1.08 0.72 0.00 ind:pre:2s; -sous_estimer sous_estimer VER 7.27 1.08 1.53 0.00 imp:pre:2p;ind:pre:2p; -sous_estimer sous_estimer VER 7.27 1.08 0.11 0.00 imp:pre:1p;ind:pre:1p; -sous_estimer sous_estimer VER m s 7.27 1.08 1.71 0.14 par:pas; -sous_estimer sous_estimer VER f s 7.27 1.08 0.14 0.00 par:pas; -sous_estimer sous_estimer VER f p 7.27 1.08 0.07 0.00 par:pas; -sous_estimer sous_estimer VER m p 7.27 1.08 0.09 0.00 par:pas; -sous_exposer sous_exposer VER m s 0.02 0.00 0.01 0.00 par:pas; -sous_exposer sous_exposer VER f p 0.02 0.00 0.01 0.00 par:pas; -sous_fifre sous_fifre NOM m s 0.72 0.41 0.45 0.20 -sous_fifre sous_fifre NOM m p 0.72 0.41 0.27 0.20 -sous_garde sous_garde NOM f s 0.01 0.07 0.01 0.07 -sous_genre sous_genre NOM m s 0.02 0.00 0.02 0.00 -sous_gorge sous_gorge NOM f 0.00 0.07 0.00 0.07 -sous_groupe sous_groupe NOM m s 0.01 0.00 0.01 0.00 -sous_homme sous_homme NOM m s 0.20 0.61 0.16 0.00 -sous_homme sous_homme NOM m p 0.20 0.61 0.05 0.61 -sous_humanité sous_humanité NOM f s 0.01 0.20 0.01 0.20 -sous_intendant sous_intendant NOM m s 0.30 0.00 0.10 0.00 -sous_intendant sous_intendant NOM m p 0.30 0.00 0.20 0.00 -sous_jacent sous_jacent ADJ m s 0.81 0.34 0.19 0.20 -sous_jacent sous_jacent ADJ f s 0.81 0.34 0.22 0.07 -sous_jacent sous_jacent ADJ f p 0.81 0.34 0.01 0.07 -sous_jacent sous_jacent ADJ m p 0.81 0.34 0.39 0.00 -sous_lieutenant sous_lieutenant NOM m s 0.81 5.61 0.76 4.93 -sous_lieutenant sous_lieutenant NOM m p 0.81 5.61 0.05 0.68 -sous_locataire sous_locataire NOM s 0.02 0.14 0.02 0.00 -sous_locataire sous_locataire NOM p 0.02 0.14 0.00 0.14 -sous_location sous_location NOM f s 0.09 0.07 0.06 0.07 -sous_location sous_location NOM f p 0.09 0.07 0.03 0.00 -sous_louer sous_louer VER 0.63 0.47 0.00 0.07 ind:pas:3s; -sous_louer sous_louer VER 0.63 0.47 0.03 0.00 ind:imp:3s; -sous_louer sous_louer VER 0.63 0.47 0.21 0.00 ind:pre:1s;ind:pre:3s; -sous_louer sous_louer VER 0.63 0.47 0.17 0.14 inf; -sous_louer sous_louer VER 0.63 0.47 0.11 0.00 ind:fut:1s; -sous_louer sous_louer VER 0.63 0.47 0.02 0.00 ind:pre:2p; -sous_louer sous_louer VER 0.63 0.47 0.00 0.07 ind:pas:3p; -sous_louer sous_louer VER m s 0.63 0.47 0.08 0.20 par:pas; -sous_maîtresse sous_maîtresse NOM f s 0.07 0.20 0.07 0.20 -sous_main sous_main NOM m s 0.28 1.96 0.28 1.96 -sous_marin sous_marin NOM m s 11.14 6.42 9.07 2.70 -sous_marin sous_marin ADJ f s 4.47 5.00 1.06 1.89 -sous_marin sous_marin ADJ f p 4.47 5.00 0.41 0.88 -sous_marinier sous_marinier NOM m s 0.26 0.00 0.04 0.00 -sous_marinier sous_marinier NOM m p 0.26 0.00 0.22 0.00 -sous_marin sous_marin NOM m p 11.14 6.42 2.07 3.72 -sous_marque sous_marque NOM f s 0.01 0.14 0.01 0.07 -sous_marque sous_marque NOM f p 0.01 0.14 0.00 0.07 -sous_merde sous_merde NOM f s 0.59 0.14 0.54 0.14 -sous_merde sous_merde NOM f p 0.59 0.14 0.05 0.00 -sous_ministre sous_ministre NOM m s 0.17 0.07 0.17 0.07 -sous_off sous_off NOM m s 0.14 4.26 0.11 2.16 -sous_officier sous_officier NOM m s 0.65 9.53 0.28 4.80 -sous_officier sous_officier NOM m p 0.65 9.53 0.36 4.73 -sous_off sous_off NOM m p 0.14 4.26 0.03 2.09 -sous_ordre sous_ordre NOM m s 0.01 0.61 0.01 0.54 -sous_ordre sous_ordre NOM m p 0.01 0.61 0.00 0.07 -sous_payer sous_payer VER 0.28 0.07 0.04 0.00 inf; -sous_payer sous_payer VER m s 0.28 0.07 0.14 0.07 par:pas; -sous_payer sous_payer VER m p 0.28 0.07 0.10 0.00 par:pas; -sous_pied sous_pied NOM m s 0.00 0.20 0.00 0.07 -sous_pied sous_pied NOM m p 0.00 0.20 0.00 0.14 -sous_plat sous_plat NOM m s 0.00 0.07 0.00 0.07 -sous_prieur sous_prieur PRE 0.00 0.47 0.00 0.47 -sous_produit sous_produit NOM m s 0.48 0.54 0.42 0.27 -sous_produit sous_produit NOM m p 0.48 0.54 0.06 0.27 -sous_programme sous_programme NOM m s 0.12 0.00 0.09 0.00 -sous_programme sous_programme NOM m p 0.12 0.00 0.03 0.00 -sous_prolétaire sous_prolétaire NOM s 0.11 0.07 0.11 0.07 -sous_prolétariat sous_prolétariat NOM m s 0.34 0.27 0.34 0.27 -sous_préfecture sous_préfecture NOM f s 0.17 1.62 0.03 1.35 -sous_préfecture sous_préfecture NOM f p 0.17 1.62 0.14 0.27 -sous_préfet sous_préfet NOM m s 0.02 1.01 0.02 0.95 -sous_préfet sous_préfet NOM m p 0.02 1.01 0.00 0.07 -sous_pull sous_pull NOM m p 0.01 0.00 0.01 0.00 -sous_qualifié sous_qualifié ADJ m s 0.04 0.00 0.03 0.00 -sous_qualifié sous_qualifié ADJ f s 0.04 0.00 0.01 0.00 -sous_secrétaire sous_secrétaire NOM m s 0.65 1.15 0.65 0.74 -sous_secrétaire sous_secrétaire NOM m p 0.65 1.15 0.00 0.41 -sous_secrétariat sous_secrétariat NOM m s 0.10 0.00 0.10 0.00 -sous_secteur sous_secteur NOM m s 0.02 0.27 0.02 0.27 -sous_section sous_section NOM f s 0.09 0.00 0.09 0.00 -sous_sol sous_sol NOM m s 13.50 10.54 12.80 8.31 -sous_sol sous_sol NOM m p 13.50 10.54 0.70 2.23 -sous_station sous_station NOM f s 0.17 0.07 0.17 0.07 -sous_système sous_système NOM m s 0.04 0.00 0.04 0.00 -sous_tasse sous_tasse NOM f s 0.11 0.20 0.11 0.14 -sous_tasse sous_tasse NOM f p 0.11 0.20 0.00 0.07 -sous_tendre sous_tendre VER 0.07 0.54 0.02 0.00 ind:pre:3s; -sous_tendre sous_tendre VER 0.07 0.54 0.00 0.07 ind:imp:3p; -sous_tendre sous_tendre VER 0.07 0.54 0.01 0.20 ind:imp:3s; -sous_tendre sous_tendre VER 0.07 0.54 0.01 0.14 ind:pre:3p; -sous_tendre sous_tendre VER m s 0.07 0.54 0.03 0.07 par:pas; -sous_tendre sous_tendre VER f s 0.07 0.54 0.00 0.07 par:pas; -sous_tension sous_tension NOM f s 0.03 0.00 0.03 0.00 -sous_titrage sous_titrage NOM m s 54.64 0.00 54.64 0.00 -sous_titre sous_titre NOM m s 23.09 0.95 0.83 0.68 -sous_titrer sous_titrer VER 5.81 0.14 0.01 0.00 inf; -sous_titre sous_titre NOM m p 23.09 0.95 22.26 0.27 -sous_titrer sous_titrer VER m s 5.81 0.14 5.72 0.00 par:pas; -sous_titrer sous_titrer VER f s 5.81 0.14 0.00 0.07 par:pas; -sous_titrer sous_titrer VER m p 5.81 0.14 0.09 0.07 par:pas; -sous_traitance sous_traitance NOM f s 0.04 0.00 0.04 0.00 -sous_traitant sous_traitant NOM m s 0.23 0.00 0.10 0.00 -sous_traitant sous_traitant NOM m p 0.23 0.00 0.13 0.00 -sous_traiter sous_traiter VER 0.13 0.14 0.04 0.00 ind:pre:3s; -sous_traiter sous_traiter VER 0.13 0.14 0.01 0.00 ind:pre:3p; -sous_traiter sous_traiter VER 0.13 0.14 0.06 0.07 inf; -sous_traiter sous_traiter VER m p 0.13 0.14 0.00 0.07 par:pas; -sous_équipé sous_équipé ADJ m p 0.07 0.00 0.07 0.00 -sous_évaluer sous_évaluer VER 0.10 0.00 0.01 0.00 ind:imp:3s; -sous_évaluer sous_évaluer VER m s 0.10 0.00 0.06 0.00 par:pas; -sous_évaluer sous_évaluer VER f p 0.10 0.00 0.02 0.00 par:pas; -sous_ventrière sous_ventrière NOM f s 0.03 0.47 0.03 0.47 -sous_verge sous_verge NOM m 0.00 0.54 0.00 0.54 -sous_verre sous_verre NOM m 0.06 0.20 0.06 0.20 -sous_vêtement sous_vêtement NOM m s 6.57 2.77 0.33 0.41 -sous_vêtement sous_vêtement NOM m p 6.57 2.77 6.24 2.36 -sous sous PRE 315.49 1032.70 315.49 1032.70 -souscripteur souscripteur NOM m s 0.02 0.20 0.01 0.00 -souscripteurs souscripteur NOM m p 0.02 0.20 0.01 0.20 -souscription souscription NOM f s 0.16 0.41 0.14 0.27 -souscriptions souscription NOM f p 0.16 0.41 0.03 0.14 -souscrira souscrire VER 0.95 3.11 0.04 0.00 ind:fut:3s; -souscrirai souscrire VER 0.95 3.11 0.00 0.07 ind:fut:1s; -souscrirait souscrire VER 0.95 3.11 0.00 0.07 cnd:pre:3s; -souscrire souscrire VER 0.95 3.11 0.20 0.88 inf; -souscris souscrire VER 0.95 3.11 0.27 0.20 imp:pre:2s;ind:pre:1s;ind:pre:2s; -souscrit souscrire VER m s 0.95 3.11 0.22 1.15 ind:pre:3s;par:pas; -souscrite souscrire VER f s 0.95 3.11 0.03 0.14 par:pas; -souscrites souscrire VER f p 0.95 3.11 0.01 0.14 par:pas; -souscrits souscrire VER m p 0.95 3.11 0.00 0.20 par:pas; -souscrivais souscrire VER 0.95 3.11 0.01 0.07 ind:imp:1s; -souscrivait souscrire VER 0.95 3.11 0.00 0.14 ind:imp:3s; -souscrivez souscrire VER 0.95 3.11 0.17 0.00 imp:pre:2p;ind:pre:2p; -souscrivons souscrire VER 0.95 3.11 0.00 0.07 ind:pre:1p; -soussigner sous-signer VER 0.00 0.07 0.00 0.07 inf; -soussigné soussigné ADJ m s 1.83 0.61 1.44 0.61 -soussignée soussigné ADJ f s 1.83 0.61 0.03 0.00 -soussignés soussigné ADJ m p 1.83 0.61 0.36 0.00 -soussou soussou NOM s 0.00 0.54 0.00 0.47 -soussous soussou NOM p 0.00 0.54 0.00 0.07 -soustraction soustraction NOM f s 0.15 1.08 0.11 0.68 -soustractions soustraction NOM f p 0.15 1.08 0.04 0.41 -soustrairait soustraire VER 2.17 7.84 0.00 0.07 cnd:pre:3s; -soustraire soustraire VER 2.17 7.84 1.72 4.73 inf; -soustrais soustraire VER 2.17 7.84 0.02 0.00 imp:pre:2s;ind:pre:1s; -soustrait soustraire VER m s 2.17 7.84 0.36 1.15 ind:pre:3s;par:pas; -soustraite soustraire VER f s 2.17 7.84 0.00 0.20 par:pas; -soustraites soustraire VER f p 2.17 7.84 0.00 0.07 par:pas; -soustraits soustraire VER m p 2.17 7.84 0.04 1.08 par:pas; -soustrayaient soustraire VER 2.17 7.84 0.00 0.07 ind:imp:3p; -soustrayait soustraire VER 2.17 7.84 0.00 0.27 ind:imp:3s; -soustrayant soustraire VER 2.17 7.84 0.00 0.20 par:pre; -soustrayez soustraire VER 2.17 7.84 0.03 0.00 imp:pre:2p; -soutînt soutenir VER 35.56 61.22 0.01 0.07 sub:imp:3s; -soutachait soutacher VER 0.00 0.81 0.00 0.07 ind:imp:3s; -soutache soutache NOM f s 0.00 0.14 0.00 0.07 -soutaches soutache NOM f p 0.00 0.14 0.00 0.07 -soutaché soutacher VER m s 0.00 0.81 0.00 0.20 par:pas; -soutachée soutacher VER f s 0.00 0.81 0.00 0.27 par:pas; -soutachées soutacher VER f p 0.00 0.81 0.00 0.07 par:pas; -soutachés soutacher VER m p 0.00 0.81 0.00 0.20 par:pas; -soutane soutane NOM f s 1.75 6.89 1.49 6.08 -soutanelle soutanelle NOM f s 0.00 0.07 0.00 0.07 -soutanes soutane NOM f p 1.75 6.89 0.26 0.81 -soute soute NOM f s 2.62 2.16 2.33 0.95 -soutenable soutenable ADJ s 0.00 0.14 0.00 0.14 -soutenaient soutenir VER 35.56 61.22 0.34 2.77 ind:imp:3p; -soutenais soutenir VER 35.56 61.22 0.34 0.68 ind:imp:1s;ind:imp:2s; -soutenait soutenir VER 35.56 61.22 0.96 7.23 ind:imp:3s; -soutenance soutenance NOM f s 0.03 0.14 0.03 0.14 -soutenant soutenir VER 35.56 61.22 0.27 3.31 par:pre; -souteneur souteneur NOM m s 1.36 1.89 0.75 1.08 -souteneurs souteneur NOM m p 1.36 1.89 0.61 0.81 -soutenez soutenir VER 35.56 61.22 1.70 0.27 imp:pre:2p;ind:pre:2p; -souteniez soutenir VER 35.56 61.22 0.14 0.07 ind:imp:2p; -soutenions soutenir VER 35.56 61.22 0.14 0.34 ind:imp:1p; -soutenir soutenir VER 35.56 61.22 10.17 18.45 inf; -soutenons soutenir VER 35.56 61.22 0.92 0.00 imp:pre:1p;ind:pre:1p; -soutenu soutenir VER m s 35.56 61.22 5.46 8.92 par:pas; -soutenue soutenir VER f s 35.56 61.22 1.36 3.45 par:pas; -soutenues soutenir VER f p 35.56 61.22 0.07 0.95 par:pas; -soutenus soutenir VER m p 35.56 61.22 0.45 1.69 par:pas; -souter souter VER 0.03 0.00 0.03 0.00 inf; -souterrain souterrain ADJ m s 4.88 13.04 2.63 4.86 -souterraine souterrain ADJ f s 4.88 13.04 0.98 3.72 -souterrainement souterrainement ADV 0.00 0.27 0.00 0.27 -souterraines souterrain ADJ f p 4.88 13.04 0.40 2.23 -souterrains souterrain NOM m p 2.90 5.07 1.60 1.82 -soutes soute NOM f p 2.62 2.16 0.29 1.22 -soutien_gorge soutien_gorge NOM m s 5.86 8.65 4.89 7.91 -soutien soutien NOM m s 18.87 9.53 18.21 8.92 -soutiendra soutenir VER 35.56 61.22 0.58 0.34 ind:fut:3s; -soutiendrai soutenir VER 35.56 61.22 0.70 0.07 ind:fut:1s; -soutiendraient soutenir VER 35.56 61.22 0.07 0.20 cnd:pre:3p; -soutiendrais soutenir VER 35.56 61.22 0.09 0.27 cnd:pre:1s;cnd:pre:2s; -soutiendrait soutenir VER 35.56 61.22 0.10 0.54 cnd:pre:3s; -soutiendras soutenir VER 35.56 61.22 0.05 0.00 ind:fut:2s; -soutiendrez soutenir VER 35.56 61.22 0.07 0.00 ind:fut:2p; -soutiendriez soutenir VER 35.56 61.22 0.02 0.00 cnd:pre:2p; -soutiendrons soutenir VER 35.56 61.22 0.08 0.07 ind:fut:1p; -soutiendront soutenir VER 35.56 61.22 0.39 0.34 ind:fut:3p; -soutienne soutenir VER 35.56 61.22 0.43 0.41 sub:pre:1s;sub:pre:3s; -soutiennent soutenir VER 35.56 61.22 1.85 2.84 ind:pre:3p; -soutiennes soutenir VER 35.56 61.22 0.16 0.00 sub:pre:2s; -soutien_gorge soutien_gorge NOM m p 5.86 8.65 0.96 0.74 -soutiens soutenir VER 35.56 61.22 3.34 1.28 imp:pre:2s;ind:pre:1s;ind:pre:2s; -soutient soutenir VER 35.56 61.22 5.14 4.59 ind:pre:3s; -soutier soutier NOM m s 0.03 0.54 0.03 0.47 -soutiers soutier NOM m p 0.03 0.54 0.00 0.07 -soutif soutif NOM m s 2.11 0.20 1.81 0.14 -soutifs soutif NOM m p 2.11 0.20 0.29 0.07 -soutinrent soutenir VER 35.56 61.22 0.14 0.27 ind:pas:3p; -soutins soutenir VER 35.56 61.22 0.00 0.07 ind:pas:1s; -soutint soutenir VER 35.56 61.22 0.02 1.76 ind:pas:3s; -soutirage soutirage NOM m s 0.00 0.07 0.00 0.07 -soutiraient soutirer VER 2.32 1.82 0.00 0.07 ind:imp:3p; -soutire soutirer VER 2.32 1.82 0.14 0.14 ind:pre:1s;ind:pre:3s; -soutirent soutirer VER 2.32 1.82 0.03 0.00 ind:pre:3p; -soutirer soutirer VER 2.32 1.82 1.88 1.42 inf; -soutirerai soutirer VER 2.32 1.82 0.03 0.00 ind:fut:1s; -soutirez soutirer VER 2.32 1.82 0.02 0.00 ind:pre:2p; -soutiré soutirer VER m s 2.32 1.82 0.21 0.14 par:pas; -soutirée soutirer VER f s 2.32 1.82 0.01 0.00 par:pas; -soutirées soutirer VER f p 2.32 1.82 0.00 0.07 par:pas; -soutra soutra NOM m s 0.20 0.00 0.20 0.00 -soutènement soutènement NOM m s 0.04 0.54 0.04 0.54 -souvînt souvenir VER 315.05 215.41 0.00 0.81 sub:imp:3s; -souvenaient souvenir VER 315.05 215.41 0.10 2.16 ind:imp:3p; -souvenais souvenir VER 315.05 215.41 1.76 8.99 ind:imp:1s;ind:imp:2s; -souvenait souvenir VER 315.05 215.41 1.23 24.12 ind:imp:3s; -souvenance souvenance NOM f s 0.03 0.81 0.03 0.47 -souvenances souvenance NOM f p 0.03 0.81 0.00 0.34 -souvenant souvenir VER 315.05 215.41 0.26 3.72 par:pre; -souvenez souvenir VER 315.05 215.41 36.70 10.88 imp:pre:2p;ind:pre:2p; -souveniez souvenir VER 315.05 215.41 0.54 0.54 ind:imp:2p;sub:pre:2p; -souvenions souvenir VER 315.05 215.41 0.01 0.27 ind:imp:1p; -souvenir souvenir VER 315.05 215.41 31.36 38.65 inf; -souvenirs souvenir NOM m p 63.24 197.03 32.79 90.34 -souvenons souvenir VER 315.05 215.41 0.97 0.27 imp:pre:1p;ind:pre:1p; -souvent souvent ADV 135.54 286.96 135.54 286.96 -souventefois souventefois ADV 0.00 0.14 0.00 0.14 -souventes_fois souventes_fois ADV 0.00 0.27 0.00 0.27 -souvenu souvenir VER m s 315.05 215.41 3.71 3.38 par:pas; -souvenue souvenir VER f s 315.05 215.41 0.89 1.35 par:pas; -souvenus souvenir VER m p 315.05 215.41 0.20 0.00 par:pas; -souverain souverain NOM m s 5.33 8.18 3.97 4.19 -souveraine souverain ADJ f s 3.36 10.00 1.54 5.14 -souverainement souverainement ADV 0.16 2.09 0.16 2.09 -souveraines souverain ADJ f p 3.36 10.00 0.02 0.27 -souveraineté souveraineté NOM f s 0.63 10.81 0.63 10.74 -souverainetés souveraineté NOM f p 0.63 10.81 0.00 0.07 -souverains souverain NOM m p 5.33 8.18 0.43 2.03 -souviendra souvenir VER 315.05 215.41 3.56 1.76 ind:fut:3s; -souviendrai souvenir VER 315.05 215.41 5.67 1.69 ind:fut:1s; -souviendraient souvenir VER 315.05 215.41 0.05 0.54 cnd:pre:3p; -souviendrais souvenir VER 315.05 215.41 1.44 0.68 cnd:pre:1s;cnd:pre:2s; -souviendrait souvenir VER 315.05 215.41 0.60 1.76 cnd:pre:3s; -souviendras souvenir VER 315.05 215.41 2.79 0.68 ind:fut:2s; -souviendrez souvenir VER 315.05 215.41 0.73 0.34 ind:fut:2p; -souviendriez souvenir VER 315.05 215.41 0.14 0.00 cnd:pre:2p; -souviendrons souvenir VER 315.05 215.41 0.22 0.07 ind:fut:1p; -souviendront souvenir VER 315.05 215.41 0.73 0.68 ind:fut:3p; -souvienne souvenir VER 315.05 215.41 5.55 3.38 sub:pre:1s;sub:pre:3s; -souviennent souvenir VER 315.05 215.41 2.83 3.04 ind:pre:3p; -souviennes souvenir VER 315.05 215.41 1.58 0.27 sub:pre:2s; -souviens souvenir VER 315.05 215.41 198.30 72.84 imp:pre:2s;ind:pre:1s;ind:pre:2s; -souvient souvenir VER 315.05 215.41 12.60 15.68 ind:pre:3s; -souvinrent souvenir VER 315.05 215.41 0.01 0.20 ind:pas:3p; -souvins souvenir VER 315.05 215.41 0.31 2.91 ind:pas:1s; -souvinssent souvenir VER 315.05 215.41 0.00 0.07 sub:imp:3p; -souvint souvenir VER 315.05 215.41 0.23 13.72 ind:pas:3s; -souvlaki souvlaki NOM m s 0.02 0.14 0.02 0.14 -soviet soviet NOM m s 2.54 7.70 0.73 2.43 -soviets soviet NOM m p 2.54 7.70 1.81 5.27 -soviétique soviétique ADJ s 10.68 24.59 8.89 20.47 -soviétiques soviétique ADJ p 10.68 24.59 1.79 4.12 -soviétisation soviétisation NOM f s 0.00 0.14 0.00 0.14 -soviétisme soviétisme NOM m s 0.00 0.34 0.00 0.34 -soviétologues soviétologue NOM p 0.00 0.07 0.00 0.07 -sovkhoze sovkhoze NOM m s 0.01 0.07 0.01 0.00 -sovkhozes sovkhoze NOM m p 0.01 0.07 0.00 0.07 -soya soya NOM m s 0.09 0.00 0.09 0.00 -soyeuse soyeux ADJ f s 0.61 13.04 0.10 4.12 -soyeusement soyeusement ADV 0.00 0.07 0.00 0.07 -soyeuses soyeux ADJ f p 0.61 13.04 0.04 1.76 -soyeux soyeux ADJ m 0.61 13.04 0.47 7.16 -soyez être AUX 8074.24 6501.82 24.16 5.34 sub:pre:2p; -soyons être AUX 8074.24 6501.82 4.79 3.11 sub:pre:1p; -spa spa NOM m s 1.05 0.00 0.79 0.00 -spacieuse spacieux ADJ f s 2.00 4.26 0.68 1.62 -spacieuses spacieux ADJ f p 2.00 4.26 0.20 0.54 -spacieux spacieux ADJ m 2.00 4.26 1.12 2.09 -spadassin spadassin NOM m s 0.02 1.15 0.02 0.68 -spadassins spadassin NOM m p 0.02 1.15 0.00 0.47 -spadille spadille NOM m s 0.00 0.07 0.00 0.07 -spaghetti spaghetti NOM m s 7.02 2.97 3.73 1.89 -spaghettis spaghetti NOM m p 7.02 2.97 3.29 1.08 -spahi spahi NOM m s 0.00 2.30 0.00 0.41 -spahis spahi NOM m p 0.00 2.30 0.00 1.89 -spamming spamming NOM m s 0.01 0.00 0.01 0.00 -sparadrap sparadrap NOM m s 1.78 1.96 1.66 1.89 -sparadraps sparadrap NOM m p 1.78 1.96 0.12 0.07 -sparring_partner sparring_partner NOM m s 0.00 0.07 0.00 0.07 -spartakistes spartakiste ADJ p 0.01 0.00 0.01 0.00 -sparte sparte NOM f s 0.00 0.14 0.00 0.14 -sparterie sparterie NOM f s 0.00 0.34 0.00 0.34 -spartiate spartiate ADJ s 0.60 0.41 0.50 0.34 -spartiates spartiate NOM p 0.36 0.34 0.26 0.14 -spartéine spartéine NOM f s 0.01 0.00 0.01 0.00 -spas spa NOM m p 1.05 0.00 0.26 0.00 -spasme spasme NOM m s 2.13 6.76 0.47 3.38 -spasmes spasme NOM m p 2.13 6.76 1.66 3.38 -spasmodique spasmodique ADJ s 0.34 0.81 0.15 0.41 -spasmodiquement spasmodiquement ADV 0.01 0.88 0.01 0.88 -spasmodiques spasmodique ADJ p 0.34 0.81 0.20 0.41 -spasmophile spasmophile ADJ m s 0.02 0.07 0.02 0.07 -spasmophilie spasmophilie NOM f s 0.01 0.20 0.01 0.20 -spasticité spasticité NOM f s 0.03 0.00 0.03 0.00 -spastique spastique ADJ f s 0.01 0.00 0.01 0.00 -spath spath NOM m s 0.07 0.00 0.07 0.00 -spatial spatial ADJ m s 10.94 1.35 5.90 0.61 -spatiale spatial ADJ f s 10.94 1.35 3.42 0.41 -spatialement spatialement ADV 0.01 0.00 0.01 0.00 -spatiales spatial ADJ f p 10.94 1.35 0.57 0.14 -spatiaux spatial ADJ m p 10.94 1.35 1.05 0.20 -spatio_temporel spatio_temporel ADJ m s 0.21 0.20 0.09 0.07 -spatio_temporel spatio_temporel ADJ f s 0.21 0.20 0.13 0.14 -spationaute spationaute NOM s 0.09 0.00 0.09 0.00 -spatiotemporel spatiotemporel ADJ m s 0.05 0.00 0.05 0.00 -spatule spatule NOM f s 0.45 1.82 0.44 1.62 -spatuler spatuler VER 0.01 0.00 0.01 0.00 inf; -spatules spatule NOM f p 0.45 1.82 0.01 0.20 -spatulée spatulé ADJ f s 0.15 0.14 0.01 0.00 -spatulées spatulé ADJ f p 0.15 0.14 0.14 0.07 -spatulés spatulé ADJ m p 0.15 0.14 0.00 0.07 -speakeasy speakeasy NOM m s 0.05 0.07 0.05 0.07 -speaker speaker NOM m s 1.12 3.99 0.95 2.70 -speakerine speaker NOM f s 1.12 3.99 0.15 0.34 -speakerines speakerine NOM f p 0.14 0.00 0.14 0.00 -speakers speaker NOM m p 1.12 3.99 0.02 0.68 -species species NOM m 0.10 0.07 0.10 0.07 -spectacle spectacle NOM m s 55.19 73.78 51.14 66.76 -spectacles spectacle NOM m p 55.19 73.78 4.05 7.03 -spectaculaire spectaculaire ADJ s 3.88 6.22 3.50 4.59 -spectaculairement spectaculairement ADV 0.04 0.34 0.04 0.34 -spectaculaires spectaculaire ADJ p 3.88 6.22 0.37 1.62 -spectateur spectateur NOM m s 8.41 21.69 2.50 6.49 -spectateurs spectateur NOM m p 8.41 21.69 5.48 13.45 -spectatrice spectateur NOM f s 8.41 21.69 0.43 1.08 -spectatrices spectatrice NOM f p 0.01 0.00 0.01 0.00 -spectral spectral ADJ m s 0.94 0.81 0.17 0.34 -spectrale spectral ADJ f s 0.94 0.81 0.58 0.14 -spectrales spectral ADJ f p 0.94 0.81 0.13 0.34 -spectraux spectral ADJ m p 0.94 0.81 0.05 0.00 -spectre spectre NOM m s 4.25 6.96 3.87 4.73 -spectres spectre NOM m p 4.25 6.96 0.37 2.23 -spectrogramme spectrogramme NOM m s 0.03 0.00 0.03 0.00 -spectrographe spectrographe NOM m s 0.05 0.00 0.05 0.00 -spectrographie spectrographie NOM f s 0.14 0.00 0.14 0.00 -spectrographique spectrographique ADJ s 0.09 0.00 0.09 0.00 -spectrohéliographe spectrohéliographe NOM m s 0.01 0.00 0.01 0.00 -spectromètre spectromètre NOM m s 0.34 0.00 0.34 0.00 -spectrométrie spectrométrie NOM f s 0.09 0.00 0.09 0.00 -spectrométrique spectrométrique ADJ f s 0.01 0.00 0.01 0.00 -spectrophotomètre spectrophotomètre NOM m s 0.01 0.00 0.01 0.00 -spectroscope spectroscope NOM m s 0.07 0.00 0.07 0.00 -spectroscopie spectroscopie NOM f s 0.01 0.00 0.01 0.00 -speech speech NOM m s 1.88 0.74 1.88 0.74 -speed speed NOM m s 3.45 1.49 3.45 1.49 -speede speeder VER 0.33 0.54 0.01 0.07 ind:pre:1s;ind:pre:3s; -speeder speeder VER 0.33 0.54 0.20 0.07 inf; -speedes speeder VER 0.33 0.54 0.10 0.07 ind:pre:2s; -speedé speedé ADJ m s 0.21 0.61 0.04 0.07 -speedée speedé ADJ f s 0.21 0.61 0.01 0.14 -speedés speedé ADJ m p 0.21 0.61 0.16 0.41 -spencer spencer NOM m s 0.04 0.27 0.03 0.20 -spencers spencer NOM m p 0.04 0.27 0.02 0.07 -spenglérienne spenglérienne NOM f s 0.00 0.07 0.00 0.07 -spermaceti spermaceti NOM m s 0.08 0.00 0.08 0.00 -spermatique spermatique ADJ s 0.01 0.27 0.01 0.27 -spermato spermato NOM m s 0.03 0.41 0.01 0.14 -spermatogenèse spermatogenèse NOM f s 0.04 0.00 0.04 0.00 -spermatos spermato NOM m p 0.03 0.41 0.02 0.27 -spermatozoïde spermatozoïde NOM m s 0.51 0.74 0.23 0.14 -spermatozoïdes spermatozoïde NOM m p 0.51 0.74 0.28 0.61 -sperme sperme NOM m s 8.47 5.07 8.31 4.93 -spermes sperme NOM m p 8.47 5.07 0.15 0.14 -spermicide spermicide NOM m s 0.07 0.07 0.07 0.07 -spermogramme spermogramme NOM m s 0.01 0.00 0.01 0.00 -spermophiles spermophile NOM m p 0.01 0.00 0.01 0.00 -spetsnaz spetsnaz NOM f p 0.02 0.00 0.02 0.00 -sphaigne sphaigne NOM f s 0.01 0.07 0.01 0.00 -sphaignes sphaigne NOM f p 0.01 0.07 0.00 0.07 -sphincter sphincter NOM m s 0.34 1.01 0.31 0.14 -sphincters sphincter NOM m p 0.34 1.01 0.02 0.88 -sphinge sphinge NOM f s 0.00 0.20 0.00 0.07 -sphinges sphinge NOM f p 0.00 0.20 0.00 0.14 -sphinx sphinx NOM m 1.27 3.04 1.27 3.04 -sphère sphère NOM f s 3.90 9.19 2.48 5.74 -sphères sphère NOM f p 3.90 9.19 1.42 3.45 -sphénoïde sphénoïde ADJ s 0.01 0.00 0.01 0.00 -sphéricité sphéricité NOM f s 0.00 0.07 0.00 0.07 -sphérique sphérique ADJ s 0.26 1.62 0.23 1.01 -sphériquement sphériquement ADV 0.01 0.00 0.01 0.00 -sphériques sphérique ADJ p 0.26 1.62 0.02 0.61 -sphéroïde sphéroïde NOM m s 0.01 0.14 0.00 0.14 -sphéroïdes sphéroïde NOM m p 0.01 0.14 0.01 0.00 -sphygmomanomètre sphygmomanomètre NOM m s 0.02 0.00 0.02 0.00 -spi spi NOM m s 0.01 0.00 0.01 0.00 -spic spic NOM m s 0.14 0.00 0.05 0.00 -spica spica NOM m s 0.08 0.14 0.08 0.14 -spics spic NOM m p 0.14 0.00 0.09 0.00 -spicules spicule NOM m p 0.01 0.00 0.01 0.00 -spider spider NOM m s 3.27 0.41 3.27 0.41 -spin spin NOM m s 0.14 0.00 0.14 0.00 -spina_bifida spina_bifida NOM m s 0.04 0.00 0.04 0.00 -spina_ventosa spina_ventosa NOM m s 0.00 0.07 0.00 0.07 -spina spina NOM f s 0.05 0.00 0.05 0.00 -spinal spinal ADJ m s 0.64 0.00 0.50 0.00 -spinale spinal ADJ f s 0.64 0.00 0.13 0.00 -spinaux spinal ADJ m p 0.64 0.00 0.01 0.00 -spinnaker spinnaker NOM m s 0.02 0.14 0.02 0.07 -spinnakers spinnaker NOM m p 0.02 0.14 0.00 0.07 -spinozisme spinozisme NOM m s 0.00 0.07 0.00 0.07 -spirale spirale NOM f s 1.31 6.08 1.20 3.45 -spiraler spiraler VER 0.00 0.07 0.00 0.07 inf; -spirales spirale NOM f p 1.31 6.08 0.11 2.64 -spiralé spiralé ADJ m s 0.01 0.20 0.01 0.07 -spiralées spiralé ADJ f p 0.01 0.20 0.00 0.07 -spiralés spiralé ADJ m p 0.01 0.20 0.00 0.07 -spire spire NOM f s 0.23 0.81 0.06 0.14 -spires spire NOM f p 0.23 0.81 0.17 0.68 -spirite spirite ADJ f s 0.03 0.07 0.02 0.00 -spirites spirite NOM p 0.04 0.07 0.04 0.00 -spiritisme spiritisme NOM m s 1.81 0.20 1.81 0.20 -spiritualisaient spiritualiser VER 0.10 0.74 0.00 0.07 ind:imp:3p; -spiritualise spiritualiser VER 0.10 0.74 0.00 0.20 ind:pre:3s; -spiritualiser spiritualiser VER 0.10 0.74 0.00 0.07 inf; -spiritualisme spiritualisme NOM m s 0.14 0.00 0.14 0.00 -spiritualiste spiritualiste ADJ s 0.02 0.41 0.01 0.34 -spiritualistes spiritualiste NOM p 0.02 0.00 0.02 0.00 -spiritualisé spiritualiser VER m s 0.10 0.74 0.10 0.41 par:pas; -spiritualité spiritualité NOM f s 0.79 1.15 0.79 1.08 -spiritualités spiritualité NOM f p 0.79 1.15 0.00 0.07 -spirituel spirituel ADJ m s 12.10 14.53 6.83 4.93 -spirituelle spirituel ADJ f s 12.10 14.53 3.89 6.15 -spirituellement spirituellement ADV 0.78 0.81 0.78 0.81 -spirituelles spirituel ADJ f p 12.10 14.53 0.58 1.76 -spirituels spirituel ADJ m p 12.10 14.53 0.80 1.69 -spiritueux spiritueux NOM m 0.41 0.61 0.41 0.61 -spirochète spirochète NOM m s 0.02 0.00 0.02 0.00 -spirographe spirographe NOM m s 0.03 0.00 0.03 0.00 -spiromètres spiromètre NOM m p 0.00 0.07 0.00 0.07 -spirées spirée NOM f p 0.00 0.07 0.00 0.07 -spiruline spiruline NOM f s 0.01 0.00 0.01 0.00 -spitz spitz NOM m s 0.01 0.00 0.01 0.00 -splash splash ONO 0.27 0.27 0.27 0.27 -spleen spleen NOM m s 0.11 1.55 0.11 1.35 -spleens spleen NOM m p 0.11 1.55 0.00 0.20 -splendeur splendeur NOM f s 5.02 14.59 4.67 10.95 -splendeurs splendeur NOM f p 5.02 14.59 0.35 3.65 -splendide splendide ADJ s 16.73 10.14 15.45 7.30 -splendidement splendidement ADV 0.21 0.07 0.21 0.07 -splendides splendide ADJ p 16.73 10.14 1.28 2.84 -splittaient splitter VER 0.01 0.07 0.00 0.07 ind:imp:3p; -splitter splitter VER 0.01 0.07 0.01 0.00 inf; -splénectomie splénectomie NOM f s 0.09 0.00 0.09 0.00 -splénique splénique NOM m s 0.05 0.00 0.05 0.00 -spoiler spoiler NOM m s 0.01 0.00 0.01 0.00 -spoliait spolier VER 0.59 0.54 0.00 0.07 ind:imp:3s; -spoliation spoliation NOM f s 0.00 0.61 0.00 0.47 -spoliations spoliation NOM f p 0.00 0.61 0.00 0.14 -spolie spolier VER 0.59 0.54 0.14 0.00 ind:pre:3s; -spolier spolier VER 0.59 0.54 0.04 0.00 inf; -spolié spolier VER m s 0.59 0.54 0.29 0.14 par:pas; -spoliée spolier VER f s 0.59 0.54 0.00 0.07 par:pas; -spoliées spolié NOM f p 0.01 0.07 0.00 0.07 -spoliés spolier VER m p 0.59 0.54 0.11 0.27 par:pas; -spondées spondée NOM m p 0.00 0.07 0.00 0.07 -spondylarthrose spondylarthrose NOM f s 0.01 0.00 0.01 0.00 -spondylite spondylite NOM f s 0.01 0.00 0.01 0.00 -spongieuse spongieux ADJ f s 0.20 4.26 0.04 1.82 -spongieuses spongieux ADJ f p 0.20 4.26 0.00 0.34 -spongieux spongieux ADJ m 0.20 4.26 0.16 2.09 -spongiforme spongiforme ADJ f s 0.03 0.00 0.03 0.00 -sponsor sponsor NOM m s 2.72 0.20 1.72 0.14 -sponsoring sponsoring NOM m s 0.09 0.07 0.09 0.07 -sponsorisait sponsoriser VER 1.19 0.00 0.04 0.00 ind:imp:3s; -sponsorise sponsoriser VER 1.19 0.00 0.16 0.00 ind:pre:1s;ind:pre:3s; -sponsoriser sponsoriser VER 1.19 0.00 0.33 0.00 inf; -sponsorisera sponsoriser VER 1.19 0.00 0.03 0.00 ind:fut:3s; -sponsorisé sponsoriser VER m s 1.19 0.00 0.22 0.00 par:pas; -sponsorisée sponsoriser VER f s 1.19 0.00 0.37 0.00 par:pas; -sponsorisés sponsoriser VER m p 1.19 0.00 0.04 0.00 par:pas; -sponsors sponsor NOM m p 2.72 0.20 1.00 0.07 -spontané spontané ADJ m s 4.14 7.97 2.02 2.77 -spontanée spontané ADJ f s 4.14 7.97 1.67 3.51 -spontanées spontané ADJ f p 4.14 7.97 0.31 0.81 -spontanéistes spontanéiste ADJ p 0.00 0.07 0.00 0.07 -spontanéité spontanéité NOM f s 0.91 2.50 0.91 2.50 -spontanément spontanément ADV 1.35 8.11 1.35 8.11 -spontanés spontané ADJ m p 4.14 7.97 0.15 0.88 -spoon spoon NOM m s 0.31 0.00 0.31 0.00 -sporadique sporadique ADJ s 0.31 1.62 0.11 0.54 -sporadiquement sporadiquement ADV 0.17 0.54 0.17 0.54 -sporadiques sporadique ADJ p 0.31 1.62 0.20 1.08 -spore spore NOM f s 0.91 0.14 0.01 0.00 -spores spore NOM f p 0.91 0.14 0.90 0.14 -sport sport NOM m s 30.04 20.81 24.61 15.54 -sportif sportif ADJ m s 7.72 9.39 4.58 3.45 -sportifs sportif NOM m p 2.98 4.80 1.46 2.16 -sportive sportif ADJ f s 7.72 9.39 1.40 2.91 -sportivement sportivement ADV 0.00 0.20 0.00 0.20 -sportives sportif ADJ f p 7.72 9.39 0.49 0.88 -sportivité sportivité NOM f s 0.02 0.00 0.02 0.00 -sports sport NOM m p 30.04 20.81 5.42 5.27 -sportsman sportsman NOM m s 0.00 0.61 0.00 0.41 -sportsmen sportsman NOM m p 0.00 0.61 0.00 0.20 -sportswear sportswear NOM m s 0.00 0.07 0.00 0.07 -spot spot NOM m s 3.50 1.49 2.50 0.47 -spots spot NOM m p 3.50 1.49 1.00 1.01 -spoutnik spoutnik NOM m s 0.24 0.07 0.13 0.07 -spoutniks spoutnik NOM m p 0.24 0.07 0.11 0.00 -sprat sprat NOM m s 0.40 0.14 0.18 0.00 -sprats sprat NOM m p 0.40 0.14 0.22 0.14 -spray spray NOM m s 2.71 0.27 2.65 0.27 -sprays spray NOM m p 2.71 0.27 0.06 0.00 -sprechgesang sprechgesang NOM m s 0.00 0.07 0.00 0.07 -spring spring NOM m s 0.83 0.68 0.83 0.68 -springer springer NOM m s 0.59 0.00 0.59 0.00 -sprinkler sprinkler NOM m s 0.05 0.00 0.02 0.00 -sprinklers sprinkler NOM m p 0.05 0.00 0.03 0.00 -sprint sprint NOM m s 0.89 2.23 0.85 1.82 -sprinta sprinter VER 0.41 0.68 0.00 0.07 ind:pas:3s; -sprintait sprinter VER 0.41 0.68 0.00 0.07 ind:imp:3s; -sprintant sprinter VER 0.41 0.68 0.06 0.07 par:pre; -sprinte sprinter VER 0.41 0.68 0.14 0.20 ind:pre:1s;ind:pre:3s; -sprinter sprinter NOM m s 0.34 0.27 0.23 0.14 -sprinters sprinter NOM m p 0.34 0.27 0.11 0.14 -sprinteur sprinteur NOM m s 0.03 0.00 0.01 0.00 -sprinteurs sprinteur NOM m p 0.03 0.00 0.02 0.00 -sprints sprint NOM m p 0.89 2.23 0.04 0.41 -spruce spruce NOM m s 0.04 0.00 0.04 0.00 -spécial spécial ADJ m s 83.73 31.22 48.12 14.46 -spéciale spécial ADJ f s 83.73 31.22 22.77 7.09 -spécialement spécialement ADV 9.60 14.80 9.60 14.80 -spéciales spécial ADJ f p 83.73 31.22 6.48 5.00 -spécialisa spécialiser VER 4.05 5.68 0.00 0.14 ind:pas:3s; -spécialisaient spécialiser VER 4.05 5.68 0.10 0.00 ind:imp:3p; -spécialisait spécialiser VER 4.05 5.68 0.00 0.14 ind:imp:3s; -spécialisant spécialiser VER 4.05 5.68 0.02 0.07 par:pre; -spécialisation spécialisation NOM f s 0.43 0.41 0.43 0.41 -spécialise spécialiser VER 4.05 5.68 0.44 0.00 imp:pre:2s;ind:pre:1s;ind:pre:3s; -spécialiser spécialiser VER 4.05 5.68 0.21 0.27 inf; -spécialiste spécialiste NOM s 16.69 16.96 11.91 10.07 -spécialistes spécialiste NOM p 16.69 16.96 4.79 6.89 -spécialisé spécialiser VER m s 4.05 5.68 1.80 2.43 par:pas; -spécialisée spécialiser VER f s 4.05 5.68 0.89 1.22 par:pas; -spécialisées spécialisé ADJ f p 1.60 5.41 0.14 1.08 -spécialisés spécialiser VER m p 4.05 5.68 0.51 0.95 par:pas; -spécialité spécialité NOM f s 10.06 9.73 8.70 7.91 -spécialités spécialité NOM f p 10.06 9.73 1.36 1.82 -spéciaux spécial ADJ m p 83.73 31.22 6.36 4.66 -spécieuse spécieux ADJ f s 0.11 0.41 0.04 0.07 -spécieusement spécieusement ADV 0.00 0.07 0.00 0.07 -spécieuses spécieux ADJ f p 0.11 0.41 0.01 0.20 -spécieux spécieux ADJ m 0.11 0.41 0.06 0.14 -spécifiais spécifier VER 1.19 2.16 0.00 0.07 ind:imp:1s; -spécifiait spécifier VER 1.19 2.16 0.04 0.41 ind:imp:3s; -spécifiant spécifier VER 1.19 2.16 0.00 0.20 par:pre; -spécification spécification NOM f s 0.48 0.07 0.02 0.00 -spécifications spécification NOM f p 0.48 0.07 0.46 0.07 -spécificité spécificité NOM f s 0.25 0.34 0.07 0.34 -spécificités spécificité NOM f p 0.25 0.34 0.17 0.00 -spécifie spécifier VER 1.19 2.16 0.37 0.27 imp:pre:2s;ind:pre:3s; -spécifient spécifier VER 1.19 2.16 0.00 0.07 ind:pre:3p; -spécifier spécifier VER 1.19 2.16 0.19 0.27 inf; -spécifiera spécifier VER 1.19 2.16 0.03 0.00 ind:fut:3s; -spécifiez spécifier VER 1.19 2.16 0.02 0.00 imp:pre:2p; -spécifique spécifique ADJ s 4.80 1.96 3.59 1.42 -spécifiquement spécifiquement ADV 1.18 1.22 1.18 1.22 -spécifiques spécifique ADJ p 4.80 1.96 1.22 0.54 -spécifié spécifier VER m s 1.19 2.16 0.53 0.88 par:pas; -spécifiée spécifié ADJ f s 0.15 0.07 0.03 0.00 -spécifiées spécifié ADJ f p 0.15 0.07 0.04 0.00 -spécifiés spécifié ADJ m p 0.15 0.07 0.02 0.00 -spécimen spécimen NOM m s 5.26 3.31 3.46 1.49 -spécimens spécimen NOM m p 5.26 3.31 1.80 1.82 -spéculaient spéculer VER 1.86 1.62 0.01 0.07 ind:imp:3p; -spéculaire spéculaire ADJ s 0.00 0.14 0.00 0.14 -spéculait spéculer VER 1.86 1.62 0.00 0.07 ind:imp:3s; -spéculant spéculer VER 1.86 1.62 0.03 0.34 par:pre; -spéculateur spéculateur NOM m s 0.88 0.68 0.13 0.54 -spéculateurs spéculateur NOM m p 0.88 0.68 0.64 0.07 -spéculatif spéculatif ADJ m s 0.08 0.61 0.02 0.14 -spéculatifs spéculatif ADJ m p 0.08 0.61 0.04 0.14 -spéculation spéculation NOM f s 2.13 3.92 1.08 1.35 -spéculations spéculation NOM f p 2.13 3.92 1.04 2.57 -spéculative spéculatif ADJ f s 0.08 0.61 0.02 0.27 -spéculatives spéculatif ADJ f p 0.08 0.61 0.00 0.07 -spéculatrice spéculateur NOM f s 0.88 0.68 0.10 0.00 -spéculatrices spéculateur NOM f p 0.88 0.68 0.00 0.07 -spécule spéculer VER 1.86 1.62 0.51 0.41 imp:pre:2s;ind:pre:1s;ind:pre:3s; -spéculent spéculer VER 1.86 1.62 0.15 0.14 ind:pre:3p; -spéculer spéculer VER 1.86 1.62 0.77 0.47 inf; -spéculeraient spéculer VER 1.86 1.62 0.00 0.07 cnd:pre:3p; -spéculez spéculer VER 1.86 1.62 0.34 0.00 imp:pre:2p;ind:pre:2p; -spéculoos spéculoos NOM m 0.14 0.00 0.14 0.00 -spéculé spéculer VER m s 1.86 1.62 0.05 0.07 par:pas; -spéculum spéculum NOM m s 0.13 0.14 0.13 0.14 -spéléo spéléo NOM f s 0.27 0.00 0.27 0.00 -spéléologie spéléologie NOM f s 0.02 0.07 0.02 0.07 -spéléologue spéléologue NOM s 0.29 0.27 0.12 0.07 -spéléologues spéléologue NOM p 0.29 0.27 0.17 0.20 -spéléotomie spéléotomie NOM f s 0.00 0.14 0.00 0.14 -spumescent spumescent ADJ m s 0.00 0.07 0.00 0.07 -spumosité spumosité NOM f s 0.00 0.07 0.00 0.07 -squale squale NOM m s 0.47 0.20 0.23 0.00 -squales squale NOM m p 0.47 0.20 0.24 0.20 -squames squame NOM f p 0.01 0.14 0.01 0.14 -squameuse squameux ADJ f s 0.05 0.41 0.01 0.34 -squameux squameux ADJ m s 0.05 0.41 0.04 0.07 -square square NOM m s 5.89 16.69 5.51 14.39 -squares square NOM m p 5.89 16.69 0.38 2.30 -squash squash NOM m s 0.73 0.07 0.73 0.07 -squat squat NOM m s 1.23 0.00 1.20 0.00 -squats squat NOM m p 1.23 0.00 0.03 0.00 -squattait squatter VER 1.28 0.41 0.04 0.00 ind:imp:3s; -squatte squatter VER 1.28 0.41 0.50 0.14 imp:pre:2s;ind:pre:1s;ind:pre:3s; -squatter squatter VER 1.28 0.41 0.43 0.07 inf; -squatteras squatter VER 1.28 0.41 0.01 0.00 ind:fut:2s; -squatters squatter NOM m p 0.46 0.27 0.30 0.14 -squatteur squatteur NOM m s 0.17 0.00 0.05 0.00 -squatteurs squatteur NOM m p 0.17 0.00 0.12 0.00 -squattez squatter VER 1.28 0.41 0.03 0.00 ind:pre:2p; -squatté squatter VER m s 1.28 0.41 0.28 0.00 par:pas; -squattée squatter VER f s 1.28 0.41 0.00 0.07 par:pas; -squattées squatter VER f p 1.28 0.41 0.00 0.07 par:pas; -squattérisé squattériser VER m s 0.00 0.07 0.00 0.07 par:pas; -squattés squatter VER m p 1.28 0.41 0.00 0.07 par:pas; -squaw squaw NOM f s 0.00 6.08 0.00 6.01 -squaws squaw NOM f p 0.00 6.08 0.00 0.07 -squeeze squeeze NOM m s 0.10 0.07 0.10 0.07 -squeezent squeezer VER 0.02 0.00 0.01 0.00 ind:pre:3p; -squeezer squeezer VER 0.02 0.00 0.01 0.00 inf; -squelette squelette NOM m s 6.75 11.69 5.09 8.58 -squelettes squelette NOM m p 6.75 11.69 1.65 3.11 -squelettique squelettique ADJ s 0.39 3.45 0.29 2.09 -squelettiques squelettique ADJ p 0.39 3.45 0.10 1.35 -squire squire NOM m s 0.04 0.07 0.01 0.07 -squires squire NOM m p 0.04 0.07 0.03 0.00 -sri_lankais sri_lankais ADJ m 0.01 0.00 0.01 0.00 -sri_lankais sri_lankais NOM m 0.01 0.00 0.01 0.00 -stabat_mater stabat_mater NOM m 0.00 0.07 0.00 0.07 -stabilisa stabiliser VER 4.84 1.42 0.01 0.00 ind:pas:3s; -stabilisait stabiliser VER 4.84 1.42 0.00 0.14 ind:imp:3s; -stabilisant stabilisant NOM m s 0.02 0.00 0.02 0.00 -stabilisante stabilisant ADJ f s 0.03 0.00 0.03 0.00 -stabilisateur stabilisateur NOM m s 0.84 0.00 0.41 0.00 -stabilisateurs stabilisateur NOM m p 0.84 0.00 0.43 0.00 -stabilisation stabilisation NOM f s 0.36 0.41 0.36 0.41 -stabilisatrice stabilisateur ADJ f s 0.35 0.00 0.03 0.00 -stabilise stabiliser VER 4.84 1.42 1.02 0.34 imp:pre:2s;ind:pre:1s;ind:pre:3s; -stabilisent stabiliser VER 4.84 1.42 0.09 0.07 ind:pre:3p; -stabiliser stabiliser VER 4.84 1.42 1.65 0.61 inf; -stabilisez stabiliser VER 4.84 1.42 0.37 0.00 imp:pre:2p; -stabilisons stabiliser VER 4.84 1.42 0.02 0.00 imp:pre:1p;ind:pre:1p; -stabilisèrent stabiliser VER 4.84 1.42 0.00 0.07 ind:pas:3p; -stabilisé stabiliser VER m s 4.84 1.42 1.20 0.20 par:pas; -stabilisée stabiliser VER f s 4.84 1.42 0.45 0.00 par:pas; -stabilisées stabilisé ADJ f p 0.56 0.41 0.01 0.14 -stabilisés stabiliser VER m p 4.84 1.42 0.04 0.00 par:pas; -stabilité stabilité NOM f s 1.81 3.18 1.81 3.18 -stable stable ADJ s 10.09 4.53 8.67 3.78 -stablement stablement ADV 0.00 0.07 0.00 0.07 -stables stable ADJ p 10.09 4.53 1.42 0.74 -stabulation stabulation NOM f s 0.00 0.14 0.00 0.14 -staccato staccato NOM m s 0.02 0.41 0.02 0.41 -stade stade NOM m s 15.14 14.80 14.34 13.18 -stades stade NOM m p 15.14 14.80 0.80 1.62 -stadium stadium NOM m s 0.22 0.07 0.22 0.07 -staff staff NOM m s 1.39 0.54 1.36 0.47 -staffs staff NOM m p 1.39 0.54 0.03 0.07 -stage stage NOM m s 6.16 5.54 4.87 4.80 -stages stage NOM m p 6.16 5.54 1.28 0.74 -stagflation stagflation NOM f s 0.01 0.00 0.01 0.00 -stagiaire stagiaire NOM s 2.47 1.55 1.79 1.22 -stagiaires stagiaire NOM p 2.47 1.55 0.69 0.34 -stagna stagner VER 0.59 5.41 0.00 0.20 ind:pas:3s; -stagnaient stagner VER 0.59 5.41 0.00 0.27 ind:imp:3p; -stagnait stagner VER 0.59 5.41 0.04 1.69 ind:imp:3s; -stagnant stagnant ADJ m s 0.41 2.97 0.04 0.61 -stagnante stagnant ADJ f s 0.41 2.97 0.26 1.69 -stagnantes stagnant ADJ f p 0.41 2.97 0.11 0.68 -stagnation stagnation NOM f s 0.19 0.61 0.19 0.61 -stagne stagner VER 0.59 5.41 0.24 1.28 imp:pre:2s;ind:pre:1s;ind:pre:3s; -stagnent stagner VER 0.59 5.41 0.06 0.20 ind:pre:3p; -stagner stagner VER 0.59 5.41 0.21 0.74 inf; -stagnez stagner VER 0.59 5.41 0.02 0.00 ind:pre:2p; -stagné stagner VER m s 0.59 5.41 0.02 0.27 par:pas; -stakhanoviste stakhanoviste NOM s 0.27 0.07 0.27 0.07 -stalactite stalactite NOM f s 0.15 0.61 0.11 0.07 -stalactites stalactite NOM f p 0.15 0.61 0.04 0.54 -stalag stalag NOM m s 0.37 0.74 0.37 0.61 -stalagmite stalagmite NOM f s 0.12 0.34 0.11 0.07 -stalagmites stalagmite NOM f p 0.12 0.34 0.01 0.27 -stalags stalag NOM m p 0.37 0.74 0.00 0.14 -stalinien stalinien ADJ m s 0.48 3.72 0.02 1.42 -stalinienne stalinien ADJ f s 0.48 3.72 0.42 1.35 -staliniennes stalinien ADJ f p 0.48 3.72 0.03 0.54 -staliniens stalinien NOM m p 0.05 1.69 0.04 1.28 -stalinisme stalinisme NOM m s 0.14 1.01 0.14 1.01 -stalinisée staliniser VER f s 0.00 0.07 0.00 0.07 par:pas; -stalino stalino ADV 0.00 0.07 0.00 0.07 -stalle stalle NOM f s 0.32 2.43 0.19 0.74 -stalles stalle NOM f p 0.32 2.43 0.13 1.69 -stals stal NOM p 0.00 0.20 0.00 0.20 -stance stance NOM f s 0.25 0.41 0.25 0.00 -stances stance NOM f p 0.25 0.41 0.00 0.41 -stand_by stand_by NOM m 0.83 0.07 0.83 0.07 -stand stand NOM m s 7.02 3.72 5.66 2.64 -standard standard ADJ 4.17 1.01 4.17 1.01 -standardisation standardisation NOM f s 0.00 0.07 0.00 0.07 -standardiste standardiste NOM s 0.56 1.55 0.53 1.28 -standardistes standardiste NOM p 0.56 1.55 0.03 0.27 -standardisé standardiser VER m s 0.03 0.00 0.01 0.00 par:pas; -standardisée standardisé ADJ f s 0.13 0.14 0.11 0.00 -standardisées standardiser VER f p 0.03 0.00 0.01 0.00 par:pas; -standardisés standardisé ADJ m p 0.13 0.14 0.01 0.00 -standards standard NOM m p 3.24 2.30 0.72 0.27 -standing standing NOM m s 1.00 2.03 1.00 2.03 -stands stand NOM m p 7.02 3.72 1.36 1.08 -staphylococcie staphylococcie NOM f s 0.01 0.00 0.01 0.00 -staphylococcique staphylococcique ADJ m s 0.01 0.00 0.01 0.00 -staphylocoque staphylocoque NOM m s 0.11 0.00 0.09 0.00 -staphylocoques staphylocoque NOM m p 0.11 0.00 0.02 0.00 -star_system star_system NOM m s 0.01 0.00 0.01 0.00 -star star NOM f s 39.34 9.86 28.91 6.35 -starking starking NOM f s 0.00 0.14 0.00 0.14 -starlette starlette NOM f s 0.39 1.22 0.21 0.54 -starlettes starlette NOM f p 0.39 1.22 0.18 0.68 -staroste staroste NOM m s 0.60 0.14 0.60 0.14 -stars star NOM f p 39.34 9.86 10.44 3.51 -start_up start_up NOM f 0.35 0.00 0.35 0.00 -starter starter NOM m s 1.00 0.34 1.00 0.34 -starting_gate starting_gate NOM f s 0.04 0.14 0.04 0.14 -stase stase NOM f s 1.23 0.07 1.23 0.07 -stat stat NOM s 0.05 0.00 0.05 0.00 -state stater VER 0.58 1.69 0.57 1.69 imp:pre:2s;ind:pre:1s;ind:pre:3s; -stater stater VER 0.58 1.69 0.01 0.00 inf; -statices statice NOM m p 0.00 0.07 0.00 0.07 -station_service station_service NOM f s 4.22 3.58 3.95 3.24 -station_éclair station_éclair NOM f s 0.00 0.07 0.00 0.07 -station station NOM f s 29.71 24.26 26.73 17.97 -stationna stationner VER 1.67 8.85 0.00 0.07 ind:pas:3s; -stationnaient stationner VER 1.67 8.85 0.00 2.03 ind:imp:3p; -stationnaire stationnaire ADJ s 0.64 0.41 0.64 0.41 -stationnait stationner VER 1.67 8.85 0.00 1.89 ind:imp:3s; -stationnant stationner VER 1.67 8.85 0.01 0.41 par:pre; -stationne stationner VER 1.67 8.85 0.30 0.61 imp:pre:2s;ind:pre:3s; -stationnement stationnement NOM m s 1.83 2.64 1.79 2.64 -stationnements stationnement NOM m p 1.83 2.64 0.04 0.00 -stationnent stationner VER 1.67 8.85 0.10 0.41 ind:pre:3p; -stationner stationner VER 1.67 8.85 0.47 0.81 inf; -stationnera stationner VER 1.67 8.85 0.01 0.07 ind:fut:3s; -stationnez stationner VER 1.67 8.85 0.07 0.00 imp:pre:2p;ind:pre:2p; -stationnions stationner VER 1.67 8.85 0.00 0.07 ind:imp:1p; -stationnèrent stationner VER 1.67 8.85 0.00 0.07 ind:pas:3p; -stationné stationner VER m s 1.67 8.85 0.41 0.68 par:pas; -stationnée stationner VER f s 1.67 8.85 0.09 0.81 par:pas; -stationnées stationner VER f p 1.67 8.85 0.14 0.61 par:pas; -stationnés stationner VER m p 1.67 8.85 0.06 0.34 par:pas; -station_service station_service NOM f p 4.22 3.58 0.27 0.34 -stations station NOM f p 29.71 24.26 2.98 6.28 -statique statique ADJ s 0.65 1.42 0.61 1.28 -statiques statique ADJ p 0.65 1.42 0.03 0.14 -statisticien statisticien NOM m s 0.10 0.00 0.09 0.00 -statisticienne statisticien NOM f s 0.10 0.00 0.01 0.00 -statistique statistique ADJ s 1.13 0.88 0.61 0.47 -statistiquement statistiquement ADV 0.91 0.07 0.91 0.07 -statistiquer statistiquer VER 0.00 0.07 0.00 0.07 inf; -statistiques statistique NOM f p 5.11 3.45 4.59 3.31 -statère statère NOM m s 0.00 0.74 0.00 0.68 -statères statère NOM m p 0.00 0.74 0.00 0.07 -statu_quo statu_quo NOM m s 0.94 1.08 0.94 1.08 -statuaient statuer VER 0.71 1.01 0.00 0.07 ind:imp:3p; -statuaire statuaire NOM s 0.00 0.88 0.00 0.88 -statuant statuer VER 0.71 1.01 0.01 0.07 par:pre; -statue statue NOM f s 19.50 42.84 15.42 25.54 -statuer statuer VER 0.71 1.01 0.27 0.34 inf; -statuera statuer VER 0.71 1.01 0.02 0.07 ind:fut:3s; -statuerai statuer VER 0.71 1.01 0.01 0.00 ind:fut:1s; -statuerait statuer VER 0.71 1.01 0.00 0.07 cnd:pre:3s; -statues statue NOM f p 19.50 42.84 4.08 17.30 -statuette statuette NOM f s 0.54 4.93 0.37 3.45 -statuettes statuette NOM f p 0.54 4.93 0.17 1.49 -statufia statufier VER 0.06 1.28 0.00 0.07 ind:pas:3s; -statufiais statufier VER 0.06 1.28 0.00 0.07 ind:imp:1s; -statufiait statufier VER 0.06 1.28 0.00 0.07 ind:imp:3s; -statufiant statufier VER 0.06 1.28 0.00 0.14 par:pre; -statufier statufier VER 0.06 1.28 0.01 0.14 inf; -statufièrent statufier VER 0.06 1.28 0.01 0.00 ind:pas:3p; -statufié statufier VER m s 0.06 1.28 0.03 0.27 par:pas; -statufiée statufier VER f s 0.06 1.28 0.00 0.41 par:pas; -statufiées statufier VER f p 0.06 1.28 0.00 0.07 par:pas; -statufiés statufier VER m p 0.06 1.28 0.01 0.07 par:pas; -stature stature NOM f s 0.75 4.05 0.75 3.92 -statures stature NOM f p 0.75 4.05 0.00 0.14 -staturo_pondéral staturo_pondéral ADJ m s 0.01 0.00 0.01 0.00 -status status NOM m 0.22 0.14 0.22 0.14 -statut statut NOM m s 6.13 5.74 5.66 4.66 -statutaire statutaire ADJ f s 0.11 0.00 0.11 0.00 -statuts statut NOM m p 6.13 5.74 0.48 1.08 -statué statuer VER m s 0.71 1.01 0.19 0.00 par:pas; -stayer stayer NOM m s 0.00 0.47 0.00 0.47 -steak steak NOM m s 10.76 2.57 8.15 1.69 -steaks steak NOM m p 10.76 2.57 2.61 0.88 -steamboat steamboat NOM m s 0.04 0.00 0.04 0.00 -steamer steamer NOM m s 0.06 0.27 0.05 0.20 -steamers steamer NOM m p 0.06 0.27 0.01 0.07 -steeple_chase steeple_chase NOM m s 0.02 0.07 0.02 0.07 -steeple steeple NOM m s 0.09 0.07 0.08 0.07 -steeples steeple NOM m p 0.09 0.07 0.01 0.00 -stegomya stegomya NOM f s 0.00 0.07 0.00 0.07 -stellaire stellaire ADJ s 1.76 0.88 1.55 0.54 -stellaires stellaire ADJ p 1.76 0.88 0.21 0.34 -stem stem NOM m s 0.00 0.07 0.00 0.07 -stencil stencil NOM m s 0.01 0.07 0.01 0.07 -stendhalien stendhalien ADJ m s 0.00 0.07 0.00 0.07 -stendhalien stendhalien NOM m s 0.00 0.07 0.00 0.07 -stentor stentor NOM m s 0.04 0.88 0.04 0.81 -stentors stentor NOM m p 0.04 0.88 0.00 0.07 -steppe steppe NOM f s 2.78 18.65 1.57 12.97 -stepper stepper NOM m s 0.09 0.00 0.07 0.00 -steppers stepper NOM m p 0.09 0.00 0.01 0.00 -steppes steppe NOM f p 2.78 18.65 1.21 5.68 -stercoraire stercoraire ADJ m s 0.00 0.07 0.00 0.07 -stercoraires stercoraire NOM m p 0.00 0.07 0.00 0.07 -sterling sterling ADJ 0.93 0.61 0.93 0.61 -sternal sternal ADJ m s 0.26 0.14 0.04 0.14 -sternale sternal ADJ f s 0.26 0.14 0.22 0.00 -sterne sterne NOM f s 0.01 0.14 0.00 0.07 -sternes sterne NOM f p 0.01 0.14 0.01 0.07 -sterno_cléido_mastoïdien sterno_cléido_mastoïdien ADJ m s 0.01 0.00 0.01 0.00 -sternum sternum NOM m s 0.97 0.81 0.97 0.81 -stetson stetson NOM m s 0.21 0.07 0.21 0.07 -steward steward NOM m s 0.00 1.35 0.00 1.35 -sèche_cheveux sèche_cheveux NOM m 0.97 0.00 0.97 0.00 -sèche_linge sèche_linge NOM m 0.74 0.00 0.74 0.00 -sèche_mains sèche_mains NOM m 0.04 0.00 0.04 0.00 -sèche sec ADJ f s 43.02 142.84 8.72 35.00 -sèchement sèchement ADV 0.35 11.55 0.35 11.55 -sèchent sécher VER 19.49 40.41 0.57 2.57 ind:pre:3p; -sèches sec ADJ f p 43.02 142.84 2.00 18.45 -sème semer VER 19.80 25.41 4.35 1.89 imp:pre:2s;ind:pre:1s;ind:pre:3s; -sèment semer VER 19.80 25.41 0.94 0.54 ind:pre:3p; -sèmera semer VER 19.80 25.41 0.18 0.00 ind:fut:3s; -sèmerai semer VER 19.80 25.41 0.01 0.07 ind:fut:1s; -sèmerais semer VER 19.80 25.41 0.01 0.00 cnd:pre:2s; -sèmerait semer VER 19.80 25.41 0.06 0.14 cnd:pre:3s; -sèmeras semer VER 19.80 25.41 0.01 0.00 ind:fut:2s; -sèmerez semer VER 19.80 25.41 0.01 0.00 ind:fut:2p; -sèmerions semer VER 19.80 25.41 0.00 0.07 cnd:pre:1p; -sèmerons semer VER 19.80 25.41 0.01 0.07 ind:fut:1p; -sèmeront semer VER 19.80 25.41 0.01 0.07 ind:fut:3p; -sèmes semer VER 19.80 25.41 0.32 0.14 ind:pre:2s; -sève sève NOM f s 3.19 7.91 3.19 7.03 -sèves sève NOM f p 3.19 7.91 0.00 0.88 -sèvres sèvres NOM m 0.01 0.07 0.01 0.07 -stick stick NOM m s 0.78 0.95 0.54 0.95 -sticker sticker NOM m s 0.04 0.00 0.04 0.00 -sticks stick NOM m p 0.78 0.95 0.23 0.00 -stigma stigma NOM m s 0.00 0.07 0.00 0.07 -stigmate stigmate NOM m s 0.99 3.11 0.16 0.27 -stigmates stigmate NOM m p 0.99 3.11 0.83 2.84 -stigmatisaient stigmatiser VER 0.18 0.74 0.00 0.07 ind:imp:3p; -stigmatisait stigmatiser VER 0.18 0.74 0.00 0.14 ind:imp:3s; -stigmatisant stigmatiser VER 0.18 0.74 0.01 0.20 par:pre; -stigmatiser stigmatiser VER 0.18 0.74 0.01 0.14 inf; -stigmatisé stigmatiser VER m s 0.18 0.74 0.02 0.00 par:pas; -stigmatisée stigmatiser VER f s 0.18 0.74 0.14 0.14 par:pas; -stigmatisés stigmatisé ADJ m p 0.06 0.07 0.05 0.00 -stilton stilton NOM m s 0.04 0.20 0.04 0.20 -stimula stimuler VER 4.60 4.05 0.00 0.14 ind:pas:3s; -stimulaient stimuler VER 4.60 4.05 0.01 0.07 ind:imp:3p; -stimulait stimuler VER 4.60 4.05 0.03 0.41 ind:imp:3s; -stimulant stimulant NOM m s 1.81 0.47 1.47 0.27 -stimulante stimulant ADJ f s 1.97 1.55 0.33 0.41 -stimulantes stimulant ADJ f p 1.97 1.55 0.04 0.07 -stimulants stimulant NOM m p 1.81 0.47 0.35 0.20 -stimulateur stimulateur NOM m s 0.42 0.00 0.42 0.00 -stimulation stimulation NOM f s 1.29 0.27 1.23 0.27 -stimulations stimulation NOM f p 1.29 0.27 0.05 0.00 -stimule stimuler VER 4.60 4.05 1.58 0.68 imp:pre:2s;ind:pre:1s;ind:pre:3s; -stimulent stimuler VER 4.60 4.05 0.08 0.20 ind:pre:3p; -stimuler stimuler VER 4.60 4.05 1.45 1.22 inf; -stimulera stimuler VER 4.60 4.05 0.09 0.00 ind:fut:3s; -stimulerait stimuler VER 4.60 4.05 0.12 0.07 cnd:pre:3s; -stimuleront stimuler VER 4.60 4.05 0.02 0.00 ind:fut:3p; -stimulez stimuler VER 4.60 4.05 0.01 0.00 imp:pre:2p; -stimuli stimulus NOM m p 0.84 0.14 0.45 0.00 -stimulons stimuler VER 4.60 4.05 0.02 0.00 imp:pre:1p;ind:pre:1p; -stimulé stimuler VER m s 4.60 4.05 0.66 0.41 par:pas; -stimulée stimuler VER f s 4.60 4.05 0.09 0.27 par:pas; -stimulées stimuler VER f p 4.60 4.05 0.03 0.07 par:pas; -stimulus_réponse stimulus_réponse NOM m 0.00 0.14 0.00 0.14 -stimulés stimuler VER m p 4.60 4.05 0.16 0.20 par:pas; -stimulus stimulus NOM m 0.84 0.14 0.39 0.14 -stipendiés stipendier VER m p 0.00 0.14 0.00 0.14 par:pas; -stipes stipe NOM m p 0.01 0.07 0.01 0.07 -stipulait stipuler VER 1.81 0.54 0.21 0.00 ind:imp:3s; -stipulant stipuler VER 1.81 0.54 0.10 0.27 par:pre; -stipulation stipulation NOM f s 0.02 0.20 0.01 0.00 -stipulations stipulation NOM f p 0.02 0.20 0.01 0.20 -stipule stipuler VER 1.81 0.54 0.98 0.20 imp:pre:2s;ind:pre:3s; -stipulent stipuler VER 1.81 0.54 0.14 0.00 ind:pre:3p; -stipuler stipuler VER 1.81 0.54 0.03 0.00 inf; -stipulé stipuler VER m s 1.81 0.54 0.29 0.07 par:pas; -stipulée stipuler VER f s 1.81 0.54 0.01 0.00 par:pas; -stipulées stipuler VER f p 1.81 0.54 0.03 0.00 par:pas; -stipulés stipuler VER m p 1.81 0.54 0.01 0.00 par:pas; -stoïcien stoïcien ADJ m s 0.01 0.34 0.01 0.34 -stoïciens stoïcien NOM m p 0.01 0.61 0.01 0.41 -stoïcisme stoïcisme NOM m s 0.07 0.61 0.07 0.61 -stoïque stoïque ADJ s 0.39 0.95 0.35 0.88 -stoïquement stoïquement ADV 0.00 0.27 0.00 0.27 -stoïques stoïque ADJ p 0.39 0.95 0.03 0.07 -stochastique stochastique ADJ m s 0.01 0.00 0.01 0.00 -stock_car stock_car NOM m s 0.19 0.14 0.16 0.14 -stock_car stock_car NOM m p 0.19 0.14 0.03 0.00 -stock_option stock_option NOM f p 0.18 0.00 0.18 0.00 -stock stock NOM m s 5.66 7.91 4.23 4.80 -stockage stockage NOM m s 1.33 0.47 1.32 0.41 -stockages stockage NOM m p 1.33 0.47 0.01 0.07 -stockaient stocker VER 3.54 1.15 0.07 0.07 ind:imp:3p; -stockait stocker VER 3.54 1.15 0.06 0.20 ind:imp:3s; -stocke stocker VER 3.54 1.15 0.48 0.00 ind:pre:1s;ind:pre:3s; -stockent stocker VER 3.54 1.15 0.20 0.14 ind:pre:3p; -stocker stocker VER 3.54 1.15 1.22 0.14 inf; -stockez stocker VER 3.54 1.15 0.17 0.00 imp:pre:2p;ind:pre:2p; -stockons stocker VER 3.54 1.15 0.04 0.00 imp:pre:1p;ind:pre:1p; -stocks stock NOM m p 5.66 7.91 1.44 3.11 -stocké stocker VER m s 3.54 1.15 0.31 0.27 par:pas; -stockée stocker VER f s 3.54 1.15 0.24 0.00 par:pas; -stockées stocker VER f p 3.54 1.15 0.50 0.14 par:pas; -stockés stocker VER m p 3.54 1.15 0.24 0.20 par:pas; -stoker stoker NOM m s 0.65 0.00 0.65 0.00 -stokes stokes NOM m 0.10 0.00 0.10 0.00 -stomacal stomacal ADJ m s 0.06 0.61 0.03 0.27 -stomacale stomacal ADJ f s 0.06 0.61 0.03 0.14 -stomacales stomacal ADJ f p 0.06 0.61 0.00 0.14 -stomacaux stomacal ADJ m p 0.06 0.61 0.00 0.07 -stomates stomate NOM m p 0.01 0.00 0.01 0.00 -stomie stomie NOM f s 0.02 0.00 0.02 0.00 -stomoxys stomoxys NOM m 0.27 0.00 0.27 0.00 -stone stone ADJ s 2.06 2.16 1.11 0.34 -stones stone ADJ p 2.06 2.16 0.94 1.82 -stop stop NOM m s 44.50 6.76 44.36 6.49 -stoppa stopper VER 9.46 15.61 0.11 2.36 ind:pas:3s; -stoppage stoppage NOM m s 0.00 0.14 0.00 0.14 -stoppai stopper VER 9.46 15.61 0.00 0.07 ind:pas:1s; -stoppaient stopper VER 9.46 15.61 0.00 0.20 ind:imp:3p; -stoppais stopper VER 9.46 15.61 0.00 0.07 ind:imp:1s; -stoppait stopper VER 9.46 15.61 0.01 0.68 ind:imp:3s; -stoppant stopper VER 9.46 15.61 0.01 0.34 par:pre; -stoppe stopper VER 9.46 15.61 0.54 2.91 imp:pre:2s;ind:pre:1s;ind:pre:3s; -stoppent stopper VER 9.46 15.61 0.06 0.14 ind:pre:3p; -stopper stopper VER 9.46 15.61 4.88 3.11 inf; -stoppera stopper VER 9.46 15.61 0.09 0.00 ind:fut:3s; -stopperai stopper VER 9.46 15.61 0.02 0.00 ind:fut:1s; -stopperiez stopper VER 9.46 15.61 0.01 0.00 cnd:pre:2p; -stoppes stopper VER 9.46 15.61 0.01 0.14 ind:pre:2s; -stoppeur stoppeur NOM m s 0.07 0.14 0.04 0.07 -stoppeurs stoppeur NOM m p 0.07 0.14 0.02 0.00 -stoppeuse stoppeur NOM f s 0.07 0.14 0.00 0.07 -stoppez stopper VER 9.46 15.61 1.33 0.00 imp:pre:2p;ind:pre:2p; -stoppions stopper VER 9.46 15.61 0.01 0.07 ind:imp:1p; -stoppons stopper VER 9.46 15.61 0.08 0.00 imp:pre:1p;ind:pre:1p; -stoppât stopper VER 9.46 15.61 0.00 0.07 sub:imp:3s; -stoppèrent stopper VER 9.46 15.61 0.10 0.61 ind:pas:3p; -stoppé stopper VER m s 9.46 15.61 1.60 3.38 par:pas; -stoppée stopper VER f s 9.46 15.61 0.44 0.74 par:pas; -stoppées stopper VER f p 9.46 15.61 0.03 0.20 par:pas; -stoppés stopper VER m p 9.46 15.61 0.13 0.54 par:pas; -stops stop NOM m p 44.50 6.76 0.14 0.27 -storage storage NOM m s 0.01 0.00 0.01 0.00 -store store NOM m s 3.59 7.09 1.35 4.12 -stores store NOM m p 3.59 7.09 2.23 2.97 -story_board story_board NOM m s 0.28 0.07 0.23 0.00 -story_board story_board NOM m p 0.28 0.07 0.03 0.00 -story_board story_board NOM m s 0.28 0.07 0.03 0.07 -stout stout NOM m s 0.45 0.14 0.45 0.14 -strabisme strabisme NOM m s 0.02 0.95 0.02 0.88 -strabismes strabisme NOM m p 0.02 0.95 0.00 0.07 -stradivarius stradivarius NOM m 0.04 0.07 0.04 0.07 -straight straight ADJ s 0.40 0.14 0.40 0.14 -stramoine stramoine NOM f s 0.01 0.00 0.01 0.00 -stramonium stramonium NOM m s 0.04 0.00 0.04 0.00 -strangula stranguler VER 0.02 0.47 0.01 0.07 ind:pas:3s; -strangulant stranguler VER 0.02 0.47 0.00 0.14 par:pre; -strangulation strangulation NOM f s 1.28 0.68 1.28 0.68 -stranguler stranguler VER 0.02 0.47 0.00 0.07 inf; -strangulé stranguler VER m s 0.02 0.47 0.00 0.20 par:pas; -strangulées stranguler VER f p 0.02 0.47 0.01 0.00 par:pas; -strapontin strapontin NOM m s 0.18 1.89 0.16 1.35 -strapontins strapontin NOM m p 0.18 1.89 0.03 0.54 -strasbourgeois strasbourgeois ADJ m s 0.14 0.54 0.14 0.47 -strasbourgeoise strasbourgeois ADJ f s 0.14 0.54 0.00 0.07 -strass strass NOM m 0.21 1.69 0.21 1.69 -strasse strasse NOM f s 0.39 0.20 0.39 0.20 -stratagème stratagème NOM m s 1.89 1.76 1.54 1.35 -stratagèmes stratagème NOM m p 1.89 1.76 0.34 0.41 -strate strate NOM f s 0.34 0.47 0.17 0.00 -strates strate NOM f p 0.34 0.47 0.17 0.47 -stratification stratification NOM f s 0.01 0.41 0.01 0.14 -stratifications stratification NOM f p 0.01 0.41 0.00 0.27 -stratifié stratifié ADJ m s 0.04 0.54 0.04 0.41 -stratifiée stratifier VER f s 0.01 0.00 0.01 0.00 par:pas; -stratifiées stratifié ADJ f p 0.04 0.54 0.00 0.07 -stratigraphique stratigraphique ADJ s 0.00 0.07 0.00 0.07 -stratosphère stratosphère NOM f s 0.62 0.68 0.62 0.68 -stratosphérique stratosphérique ADJ m s 0.02 0.14 0.02 0.07 -stratosphériques stratosphérique ADJ f p 0.02 0.14 0.00 0.07 -stratège stratège NOM m s 1.31 1.62 1.11 1.01 -stratèges stratège NOM m p 1.31 1.62 0.20 0.61 -stratégie stratégie NOM f s 9.80 7.23 8.96 6.89 -stratégies stratégie NOM f p 9.80 7.23 0.84 0.34 -stratégique stratégique ADJ s 3.21 10.14 2.26 6.96 -stratégiquement stratégiquement ADV 0.30 0.54 0.30 0.54 -stratégiques stratégique ADJ p 3.21 10.14 0.95 3.18 -stratégiste stratégiste NOM s 0.01 0.00 0.01 0.00 -stratus stratus NOM m 0.01 0.00 0.01 0.00 -strelitzia strelitzia NOM m s 0.01 0.00 0.01 0.00 -streptococcie streptococcie NOM f s 0.01 0.00 0.01 0.00 -streptococcique streptococcique ADJ f s 0.01 0.00 0.01 0.00 -streptocoque streptocoque NOM m s 0.18 0.07 0.18 0.07 -streptokinase streptokinase NOM f s 0.01 0.00 0.01 0.00 -streptomycine streptomycine NOM f s 0.04 0.14 0.04 0.14 -stress stress NOM m 10.85 0.41 10.85 0.41 -stressais stresser VER 7.34 0.34 0.11 0.00 ind:imp:1s; -stressait stresser VER 7.34 0.34 0.02 0.00 ind:imp:3s; -stressant stressant ADJ m s 1.81 0.00 1.16 0.00 -stressante stressant ADJ f s 1.81 0.00 0.45 0.00 -stressantes stressant ADJ f p 1.81 0.00 0.13 0.00 -stressants stressant ADJ m p 1.81 0.00 0.07 0.00 -stresse stresser VER 7.34 0.34 1.13 0.00 imp:pre:2s;ind:pre:1s;ind:pre:3s; -stressent stresser VER 7.34 0.34 0.13 0.00 ind:pre:3p; -stresser stresser VER 7.34 0.34 0.75 0.00 inf; -stressera stresser VER 7.34 0.34 0.01 0.00 ind:fut:3s; -stresserai stresser VER 7.34 0.34 0.01 0.00 ind:fut:1s; -stressé stresser VER m s 7.34 0.34 2.94 0.14 par:pas; -stressée stresser VER f s 7.34 0.34 1.81 0.14 par:pas; -stressées stresser VER f p 7.34 0.34 0.07 0.00 par:pas; -stressés stresser VER m p 7.34 0.34 0.35 0.07 par:pas; -stretch stretch NOM m s 0.29 0.20 0.29 0.20 -stretching stretching NOM m s 0.28 0.00 0.28 0.00 -striaient strier VER 0.03 4.26 0.01 0.20 ind:imp:3p; -striait strier VER 0.03 4.26 0.00 0.27 ind:imp:3s; -striations striation NOM f p 0.09 0.00 0.09 0.00 -strict strict ADJ m s 7.66 14.39 3.36 7.03 -stricte strict ADJ f s 7.66 14.39 2.58 5.27 -strictement strictement ADV 4.95 7.91 4.95 7.91 -strictes strict ADJ f p 7.66 14.39 1.18 1.22 -stricto_sensu stricto_sensu ADV 0.01 0.00 0.01 0.00 -stricts strict ADJ m p 7.66 14.39 0.54 0.88 -stridence stridence NOM f s 0.01 1.96 0.01 0.95 -stridences stridence NOM f p 0.01 1.96 0.00 1.01 -strident strident ADJ m s 0.74 7.30 0.40 3.04 -stridente strident ADJ f s 0.74 7.30 0.14 1.15 -stridentes strident ADJ f p 0.74 7.30 0.02 1.01 -stridents strident ADJ m p 0.74 7.30 0.19 2.09 -strider strider VER 0.12 0.00 0.12 0.00 inf; -stridor stridor NOM m s 0.04 0.00 0.04 0.00 -stridulait striduler VER 0.00 0.20 0.00 0.07 ind:imp:3s; -stridulation stridulation NOM f s 0.16 0.27 0.02 0.14 -stridulations stridulation NOM f p 0.16 0.27 0.14 0.14 -stridule striduler VER 0.00 0.20 0.00 0.07 ind:pre:3s; -striduler striduler VER 0.00 0.20 0.00 0.07 inf; -striduleuse striduleux ADJ f s 0.00 0.07 0.00 0.07 -strie strie NOM f s 0.73 1.82 0.05 0.07 -strient strier VER 0.03 4.26 0.00 0.07 ind:pre:3p; -strier strier VER 0.03 4.26 0.00 0.14 inf; -stries strie NOM f p 0.73 1.82 0.68 1.76 -string string NOM m s 3.90 0.34 2.59 0.34 -strings string NOM m p 3.90 0.34 1.31 0.00 -strip_poker strip_poker NOM m s 0.08 0.07 0.08 0.07 -strip_tease strip_tease NOM m s 4.04 1.01 3.63 0.95 -strip_tease strip_tease NOM m p 4.04 1.01 0.41 0.07 -strip_teaseur strip_teaseur NOM m s 3.23 0.47 0.11 0.00 -strip_teaseur strip_teaseur NOM m p 3.23 0.47 0.14 0.00 -strip_teaseur strip_teaseur NOM f s 3.23 0.47 2.98 0.27 -strip_teaseuse strip_teaseuse NOM f p 0.79 0.00 0.79 0.00 -strip strip NOM m s 2.44 0.27 2.44 0.27 -stripper stripper VER 0.01 0.00 0.01 0.00 inf; -striptease striptease NOM m s 0.60 0.00 0.60 0.00 -stripteaseuse stripteaseur NOM f s 0.26 0.20 0.26 0.14 -stripteaseuses stripteaseuse NOM f p 0.19 0.00 0.19 0.00 -strié strié ADJ m s 0.06 0.74 0.03 0.14 -striée strier VER f s 0.03 4.26 0.01 0.81 par:pas; -striées strié ADJ f p 0.06 0.74 0.01 0.14 -striures striure NOM f p 0.05 0.41 0.05 0.41 -striés strié ADJ m p 0.06 0.74 0.01 0.20 -stroboscope stroboscope NOM m s 0.05 0.00 0.05 0.00 -stroboscopique stroboscopique ADJ m s 0.10 0.00 0.10 0.00 -strontiane strontiane NOM f s 0.00 0.07 0.00 0.07 -strontium strontium NOM m s 0.06 0.07 0.06 0.07 -strophe strophe NOM f s 0.30 2.16 0.26 0.81 -strophes strophe NOM f p 0.30 2.16 0.04 1.35 -stropiats stropiat NOM m p 0.00 0.68 0.00 0.68 -structura structurer VER 0.51 1.22 0.00 0.47 ind:pas:3s; -structuraient structurer VER 0.51 1.22 0.00 0.07 ind:imp:3p; -structurait structurer VER 0.51 1.22 0.00 0.14 ind:imp:3s; -structural structural ADJ m s 0.06 0.27 0.00 0.20 -structurale structural ADJ f s 0.06 0.27 0.04 0.07 -structuralement structuralement ADV 0.00 0.07 0.00 0.07 -structurales structural ADJ f p 0.06 0.27 0.01 0.00 -structuralisme structuralisme NOM m s 0.00 0.14 0.00 0.14 -structuraliste structuraliste ADJ s 0.01 0.07 0.01 0.00 -structuralistes structuraliste ADJ m p 0.01 0.07 0.00 0.07 -structurant structurer VER 0.51 1.22 0.01 0.00 par:pre; -structurations structuration NOM f p 0.00 0.07 0.00 0.07 -structuraux structural ADJ m p 0.06 0.27 0.01 0.00 -structure structure NOM f s 8.74 7.70 7.81 5.88 -structurel structurel ADJ m s 0.59 0.00 0.12 0.00 -structurelle structurel ADJ f s 0.59 0.00 0.27 0.00 -structurellement structurellement ADV 0.05 0.00 0.05 0.00 -structurels structurel ADJ m p 0.59 0.00 0.20 0.00 -structurent structurer VER 0.51 1.22 0.00 0.14 ind:pre:3p; -structurer structurer VER 0.51 1.22 0.14 0.00 inf; -structures structure NOM f p 8.74 7.70 0.93 1.82 -structuré structurer VER m s 0.51 1.22 0.29 0.27 par:pas; -structurée structuré ADJ f s 0.25 0.54 0.07 0.07 -structurés structuré ADJ m p 0.25 0.54 0.14 0.00 -strudel strudel NOM m s 0.46 0.41 0.37 0.07 -strudels strudel NOM m p 0.46 0.41 0.09 0.34 -struggle_for_life struggle_for_life NOM m 0.00 0.07 0.00 0.07 -strychnine strychnine NOM f s 0.74 0.20 0.74 0.20 -strychnos strychnos NOM m 0.01 0.00 0.01 0.00 -stryges stryge NOM f p 0.00 0.07 0.00 0.07 -stèle stèle NOM f s 0.35 2.57 0.31 1.49 -stèles stèle NOM f p 0.35 2.57 0.04 1.08 -stère stère NOM m s 0.04 0.61 0.01 0.14 -stères stère NOM m p 0.04 0.61 0.03 0.47 -stéarate stéarate NOM m s 0.01 0.00 0.01 0.00 -stéarique stéarique ADJ s 0.01 0.00 0.01 0.00 -stéatopyges stéatopyge ADJ m p 0.00 0.07 0.00 0.07 -stuc stuc NOM m s 0.16 1.89 0.15 1.55 -stucs stuc NOM m p 0.16 1.89 0.01 0.34 -studette studette NOM f s 0.00 0.07 0.00 0.07 -studieuse studieux ADJ f s 0.67 4.05 0.09 1.42 -studieusement studieusement ADV 0.00 0.27 0.00 0.27 -studieuses studieux ADJ f p 0.67 4.05 0.04 0.81 -studieux studieux ADJ m 0.67 4.05 0.54 1.82 -studio studio NOM m s 27.77 22.09 20.95 18.85 -studiolo studiolo NOM m s 0.01 0.00 0.01 0.00 -studios studio NOM m p 27.77 22.09 6.82 3.24 -stégosaure stégosaure NOM m s 0.06 0.00 0.06 0.00 -stuka stuka NOM m s 0.05 1.15 0.02 0.34 -stukas stuka NOM m p 0.05 1.15 0.03 0.81 -sténo sténo NOM s 0.86 0.61 0.80 0.54 -sténodactylo sténodactylo NOM s 0.02 0.14 0.02 0.14 -sténodactylographie sténodactylographie NOM f s 0.00 0.07 0.00 0.07 -sténographe sténographe NOM s 0.08 0.00 0.08 0.00 -sténographiai sténographier VER 0.00 0.07 0.00 0.07 ind:pas:1s; -sténographie sténographie NOM f s 0.32 0.14 0.32 0.14 -sténographique sténographique ADJ m s 0.02 0.07 0.02 0.00 -sténographiques sténographique ADJ m p 0.02 0.07 0.00 0.07 -sténopé sténopé NOM m s 0.07 0.14 0.07 0.07 -sténopés sténopé NOM m p 0.07 0.14 0.00 0.07 -sténos sténo NOM p 0.86 0.61 0.06 0.07 -sténose sténose NOM f s 0.07 0.00 0.07 0.00 -sténotype sténotype NOM f s 0.01 0.00 0.01 0.00 -sténotypiste sténotypiste NOM s 0.02 0.07 0.02 0.00 -sténotypistes sténotypiste NOM p 0.02 0.07 0.00 0.07 -stup stups NOM m s 2.47 0.20 0.20 0.00 -stupas stupa NOM m p 0.00 0.07 0.00 0.07 -stupeur stupeur NOM f s 1.57 24.05 1.57 24.05 -stéphanois stéphanois NOM m 0.27 0.14 0.27 0.14 -stupide stupide ADJ s 71.75 27.50 60.06 21.76 -stupidement stupidement ADV 0.82 5.07 0.82 5.07 -stupides stupide ADJ p 71.75 27.50 11.70 5.74 -stupidité stupidité NOM f s 3.63 3.31 2.98 2.77 -stupidités stupidité NOM f p 3.63 3.31 0.65 0.54 -stuporeuse stuporeux ADJ f s 0.00 0.07 0.00 0.07 -stupre stupre NOM m s 0.14 0.81 0.14 0.81 -stups stups NOM m p 2.47 0.20 2.26 0.20 -stupéfaction stupéfaction NOM f s 0.36 8.04 0.36 8.04 -stupéfait stupéfait ADJ m s 2.25 14.73 1.43 8.24 -stupéfaite stupéfait ADJ f s 2.25 14.73 0.48 4.05 -stupéfaites stupéfait ADJ f p 2.25 14.73 0.00 0.14 -stupéfaits stupéfait ADJ m p 2.25 14.73 0.34 2.30 -stupéfia stupéfier VER 0.98 5.07 0.02 0.54 ind:pas:3s; -stupéfiaient stupéfier VER 0.98 5.07 0.00 0.07 ind:imp:3p; -stupéfiait stupéfier VER 0.98 5.07 0.00 1.08 ind:imp:3s; -stupéfiant stupéfiant ADJ m s 2.80 6.49 1.77 2.36 -stupéfiante stupéfiant ADJ f s 2.80 6.49 0.60 3.58 -stupéfiantes stupéfiant ADJ f p 2.80 6.49 0.09 0.34 -stupéfiants stupéfiant NOM m p 2.69 0.88 1.54 0.47 -stupéfie stupéfier VER 0.98 5.07 0.22 0.68 ind:pre:3s; -stupéfient stupéfier VER 0.98 5.07 0.04 0.14 ind:pre:3p; -stupéfier stupéfier VER 0.98 5.07 0.15 0.20 inf; -stupéfierait stupéfier VER 0.98 5.07 0.00 0.07 cnd:pre:3s; -stupéfiez stupéfier VER 0.98 5.07 0.04 0.00 ind:pre:2p; -stupéfié stupéfier VER m s 0.98 5.07 0.26 1.55 par:pas; -stupéfiée stupéfier VER f s 0.98 5.07 0.11 0.54 par:pas; -stupéfiées stupéfier VER f p 0.98 5.07 0.10 0.07 par:pas; -stupéfiés stupéfier VER m p 0.98 5.07 0.01 0.07 par:pas; -stérile stérile ADJ s 7.07 11.69 5.59 9.59 -stérilement stérilement ADV 0.00 0.20 0.00 0.20 -stériles stérile ADJ p 7.07 11.69 1.48 2.09 -stérilet stérilet NOM m s 0.11 0.61 0.11 0.61 -stérilisa stériliser VER 1.49 0.81 0.00 0.07 ind:pas:3s; -stérilisait stériliser VER 1.49 0.81 0.00 0.07 ind:imp:3s; -stérilisant stériliser VER 1.49 0.81 0.02 0.00 par:pre; -stérilisante stérilisant ADJ f s 0.01 0.14 0.00 0.07 -stérilisantes stérilisant ADJ f p 0.01 0.14 0.00 0.07 -stérilisateur stérilisateur NOM m s 0.18 0.00 0.18 0.00 -stérilisation stérilisation NOM f s 0.37 0.07 0.37 0.00 -stérilisations stérilisation NOM f p 0.37 0.07 0.00 0.07 -stérilise stériliser VER 1.49 0.81 0.22 0.00 imp:pre:2s;ind:pre:1s;ind:pre:3s; -stérilisent stériliser VER 1.49 0.81 0.04 0.00 ind:pre:3p; -stériliser stériliser VER 1.49 0.81 0.76 0.27 inf; -stérilisez stériliser VER 1.49 0.81 0.17 0.00 imp:pre:2p;ind:pre:2p; -stérilisé stériliser VER m s 1.49 0.81 0.17 0.20 par:pas; -stérilisée stérilisé ADJ f s 0.23 0.41 0.06 0.34 -stérilisées stériliser VER f p 1.49 0.81 0.02 0.07 par:pas; -stérilisés stériliser VER m p 1.49 0.81 0.06 0.00 par:pas; -stérilité stérilité NOM f s 1.09 2.91 1.09 2.91 -stéroïde stéroïde ADJ m s 2.00 0.00 0.13 0.00 -stéroïdes stéroïde ADJ p 2.00 0.00 1.88 0.00 -stéréo stéréo NOM f s 2.51 1.15 2.47 1.15 -stéréophonie stéréophonie NOM f s 0.01 0.27 0.01 0.27 -stéréophonique stéréophonique ADJ m s 0.04 0.14 0.04 0.14 -stéréos stéréo NOM f p 2.51 1.15 0.04 0.00 -stéréoscope stéréoscope NOM m s 0.01 0.27 0.01 0.27 -stéréoscopie stéréoscopie NOM f s 0.00 0.07 0.00 0.07 -stéréoscopique stéréoscopique ADJ s 0.02 0.20 0.02 0.20 -stéréotype stéréotype NOM m s 0.54 1.22 0.23 0.54 -stéréotyper stéréotyper VER 0.05 0.61 0.01 0.00 inf; -stéréotypes stéréotype NOM m p 0.54 1.22 0.31 0.68 -stéréotypie stéréotypie NOM f s 0.00 0.07 0.00 0.07 -stéréotypé stéréotypé ADJ m s 0.16 0.68 0.03 0.20 -stéréotypée stéréotypé ADJ f s 0.16 0.68 0.01 0.20 -stéréotypées stéréotyper VER f p 0.05 0.61 0.02 0.07 par:pas; -stéréotypés stéréotypé ADJ m p 0.16 0.68 0.11 0.14 -stéthoscope stéthoscope NOM m s 0.50 0.68 0.48 0.54 -stéthoscopes stéthoscope NOM m p 0.50 0.68 0.02 0.14 -stygien stygien ADJ m s 0.01 0.00 0.01 0.00 -style style NOM m s 32.34 46.62 31.08 45.14 -styler styler VER 0.29 1.55 0.04 0.00 inf; -styles style NOM m p 32.34 46.62 1.26 1.49 -stylet stylet NOM m s 0.07 0.74 0.07 0.61 -stylets stylet NOM m p 0.07 0.74 0.00 0.14 -stylisa styliser VER 0.44 1.96 0.00 0.07 ind:pas:3s; -stylisation stylisation NOM f s 0.01 0.00 0.01 0.00 -stylise styliser VER 0.44 1.96 0.02 0.07 ind:pre:1s;ind:pre:3s; -stylisme stylisme NOM m s 0.23 0.07 0.23 0.07 -styliste styliste NOM s 1.34 0.54 1.17 0.34 -stylistes styliste NOM p 1.34 0.54 0.17 0.20 -stylistique stylistique ADJ m s 0.11 0.20 0.11 0.14 -stylistiques stylistique ADJ p 0.11 0.20 0.00 0.07 -stylisé styliser VER m s 0.44 1.96 0.30 0.74 par:pas; -stylisée styliser VER f s 0.44 1.96 0.12 0.41 par:pas; -stylisées styliser VER f p 0.44 1.96 0.00 0.34 par:pas; -stylisés styliser VER m p 0.44 1.96 0.00 0.34 par:pas; -stylite stylite NOM m s 0.00 0.27 0.00 0.27 -stylo_bille stylo_bille NOM m s 0.17 0.14 0.17 0.14 -stylo_feutre stylo_feutre NOM m s 0.00 0.27 0.00 0.14 -stylo stylo NOM m s 17.73 12.77 15.34 10.61 -styloïde styloïde ADJ s 0.01 0.00 0.01 0.00 -stylobille stylobille NOM m s 0.00 0.27 0.00 0.27 -stylographe stylographe NOM m s 0.01 0.47 0.01 0.41 -stylographes stylographe NOM m p 0.01 0.47 0.00 0.07 -stylomine stylomine NOM m s 0.00 0.54 0.00 0.54 -stylo_feutre stylo_feutre NOM m p 0.00 0.27 0.00 0.14 -stylos stylo NOM m p 17.73 12.77 2.39 2.16 -stylé stylé ADJ m s 0.20 0.88 0.11 0.54 -stylée stylé ADJ f s 0.20 0.88 0.05 0.27 -stylées stylé ADJ f p 0.20 0.88 0.01 0.07 -stylés stylé ADJ m p 0.20 0.88 0.03 0.00 -styrax styrax NOM m 0.00 0.07 0.00 0.07 -styrène styrène NOM m s 0.04 0.00 0.04 0.00 -su savoir VER m s 4516.72 2003.58 83.37 77.64 par:pas; -sua suer VER 7.28 10.34 0.00 0.47 ind:pas:3s; -suaient suer VER 7.28 10.34 0.00 0.41 ind:imp:3p; -suaire suaire NOM m s 0.30 2.64 0.28 1.82 -suaires suaire NOM m p 0.30 2.64 0.02 0.81 -suais suer VER 7.28 10.34 0.07 0.54 ind:imp:1s; -suait suer VER 7.28 10.34 0.04 2.09 ind:imp:3s; -séance séance NOM f s 22.91 32.36 18.49 22.30 -séances séance NOM f p 22.91 32.36 4.43 10.07 -suant suant ADJ m s 0.25 2.43 0.20 1.15 -séant séant NOM m s 0.04 1.42 0.04 1.42 -suante suant ADJ f s 0.25 2.43 0.02 0.34 -séante séant ADJ f s 0.04 0.27 0.01 0.00 -suantes suant ADJ f p 0.25 2.43 0.01 0.20 -suants suant ADJ m p 0.25 2.43 0.02 0.74 -suave suave ADJ s 1.11 7.43 0.94 5.47 -suavement suavement ADV 0.01 0.61 0.01 0.61 -suaves suave ADJ p 1.11 7.43 0.17 1.96 -suavité suavité NOM f s 0.02 1.55 0.02 1.55 -sub_aquatique sub_aquatique ADJ f s 0.00 0.07 0.00 0.07 -sub_atomique sub_atomique ADJ s 0.07 0.00 0.04 0.00 -sub_atomique sub_atomique ADJ p 0.07 0.00 0.04 0.00 -sub_claquant sub_claquant ADJ m s 0.01 0.00 0.01 0.00 -sub_espace sub_espace NOM m s 0.08 0.00 0.08 0.00 -sub_normaux sub_normaux ADJ m p 0.14 0.00 0.14 0.00 -sub_nucléaire sub_nucléaire ADJ f p 0.01 0.00 0.01 0.00 -sub_vocal sub_vocal ADJ m s 0.01 0.07 0.01 0.07 -sub_véhiculaire sub_véhiculaire ADJ s 0.01 0.00 0.01 0.00 -sub_zéro sub_zéro NOM m s 0.01 0.00 0.01 0.00 -sub sub ADV 0.22 0.20 0.22 0.20 -subît subir VER 30.13 53.72 0.00 0.07 sub:imp:3s; -subîtes subir VER 30.13 53.72 0.00 0.07 ind:pas:2p; -sébacé sébacé ADJ m s 0.10 0.14 0.05 0.00 -sébacée sébacé ADJ f s 0.10 0.14 0.01 0.00 -sébacées sébacé ADJ f p 0.10 0.14 0.04 0.14 -subaiguë subaigu ADJ f s 0.01 0.00 0.01 0.00 -subalterne subalterne NOM s 0.42 1.49 0.28 0.47 -subalternes subalterne ADJ p 0.58 2.36 0.46 1.42 -subaquatique subaquatique ADJ s 0.03 0.00 0.03 0.00 -sébaste sébaste NOM m s 0.01 0.00 0.01 0.00 -subatomique subatomique ADJ s 0.33 0.00 0.13 0.00 -subatomiques subatomique ADJ p 0.33 0.00 0.19 0.00 -subcarpatique subcarpatique ADJ f s 0.00 0.07 0.00 0.07 -subcellulaire subcellulaire ADJ s 0.02 0.00 0.02 0.00 -subconsciemment subconsciemment ADV 0.04 0.00 0.04 0.00 -subconscient subconscient NOM m s 2.17 1.28 2.16 1.28 -subconsciente subconscient ADJ f s 0.27 0.34 0.04 0.00 -subconscientes subconscient ADJ f p 0.27 0.34 0.00 0.14 -subconscients subconscient NOM m p 2.17 1.28 0.01 0.00 -subculture subculture NOM f s 0.02 0.00 0.02 0.00 -subdivisa subdiviser VER 0.02 0.41 0.00 0.07 ind:pas:3s; -subdivisaient subdiviser VER 0.02 0.41 0.00 0.07 ind:imp:3p; -subdivisait subdiviser VER 0.02 0.41 0.00 0.14 ind:imp:3s; -subdivisent subdiviser VER 0.02 0.41 0.00 0.07 ind:pre:3p; -subdivision subdivision NOM f s 0.16 0.47 0.06 0.34 -subdivisions subdivision NOM f p 0.16 0.47 0.10 0.14 -subdivisé subdiviser VER m s 0.02 0.41 0.01 0.00 par:pas; -subdivisée subdiviser VER f s 0.02 0.41 0.01 0.00 par:pas; -subdivisés subdiviser VER m p 0.02 0.41 0.00 0.07 par:pas; -subduction subduction NOM f s 0.04 0.00 0.04 0.00 -suber suber NOM m s 0.01 0.00 0.01 0.00 -subi subir VER m s 30.13 53.72 10.22 10.81 par:pas; -subie subir VER f s 30.13 53.72 0.10 1.28 par:pas; -subies subir VER f p 30.13 53.72 0.40 2.50 par:pas; -sébile sébile NOM f s 0.04 0.47 0.04 0.41 -sébiles sébile NOM f p 0.04 0.47 0.01 0.07 -subir subir VER 30.13 53.72 10.64 21.28 inf; -subira subir VER 30.13 53.72 0.68 0.34 ind:fut:3s; -subirai subir VER 30.13 53.72 0.12 0.07 ind:fut:1s; -subiraient subir VER 30.13 53.72 0.04 0.14 cnd:pre:3p; -subirais subir VER 30.13 53.72 0.02 0.07 cnd:pre:1s; -subirait subir VER 30.13 53.72 0.04 0.14 cnd:pre:3s; -subiras subir VER 30.13 53.72 0.17 0.00 ind:fut:2s; -subirent subir VER 30.13 53.72 0.12 0.20 ind:pas:3p; -subirez subir VER 30.13 53.72 0.67 0.14 ind:fut:2p; -subirions subir VER 30.13 53.72 0.00 0.07 cnd:pre:1p; -subirons subir VER 30.13 53.72 0.16 0.20 ind:fut:1p; -subiront subir VER 30.13 53.72 0.26 0.27 ind:fut:3p; -subis subir VER m p 30.13 53.72 1.59 2.09 imp:pre:2s;ind:pre:1s;ind:pre:2s;par:pas; -subissaient subir VER 30.13 53.72 0.01 1.35 ind:imp:3p; -subissais subir VER 30.13 53.72 0.04 1.01 ind:imp:1s;ind:imp:2s; -subissait subir VER 30.13 53.72 0.54 4.46 ind:imp:3s; -subissant subir VER 30.13 53.72 0.10 1.01 par:pre; -subisse subir VER 30.13 53.72 0.31 0.41 sub:pre:1s;sub:pre:3s; -subissent subir VER 30.13 53.72 1.13 1.82 ind:pre:3p; -subisses subir VER 30.13 53.72 0.05 0.00 sub:pre:2s; -subissez subir VER 30.13 53.72 0.25 0.20 imp:pre:2p;ind:pre:2p; -subissiez subir VER 30.13 53.72 0.04 0.00 ind:imp:2p; -subissions subir VER 30.13 53.72 0.10 0.07 ind:imp:1p; -subissons subir VER 30.13 53.72 0.26 0.27 imp:pre:1p;ind:pre:1p; -subit subir VER 30.13 53.72 2.07 3.38 ind:pre:3s; -subite subit ADJ f s 3.06 16.49 1.45 9.19 -subitement subitement ADV 4.39 15.54 4.39 15.54 -subites subit ADJ f p 3.06 16.49 0.15 1.28 -subito subito ADV 0.05 1.15 0.05 1.15 -subits subit ADJ m p 3.06 16.49 0.12 1.01 -subjectif subjectif ADJ m s 1.25 1.49 0.65 0.54 -subjectifs subjectif ADJ m p 1.25 1.49 0.03 0.07 -subjective subjectif ADJ f s 1.25 1.49 0.43 0.61 -subjectivement subjectivement ADV 0.01 0.00 0.01 0.00 -subjectives subjectif ADJ f p 1.25 1.49 0.14 0.27 -subjectivisme subjectivisme NOM m s 0.00 0.20 0.00 0.20 -subjectiviste subjectiviste ADJ m s 0.00 0.07 0.00 0.07 -subjectivité subjectivité NOM f s 0.44 0.20 0.44 0.20 -subjonctif subjonctif NOM m s 0.22 1.55 0.22 1.35 -subjonctifs subjonctif NOM m p 0.22 1.55 0.00 0.20 -subjugation subjugation NOM f s 0.01 0.00 0.01 0.00 -subjugua subjuguer VER 0.88 5.27 0.01 0.34 ind:pas:3s; -subjuguaient subjuguer VER 0.88 5.27 0.00 0.07 ind:imp:3p; -subjuguait subjuguer VER 0.88 5.27 0.00 0.27 ind:imp:3s; -subjuguant subjuguer VER 0.88 5.27 0.00 0.07 par:pre; -subjugue subjuguer VER 0.88 5.27 0.04 0.47 imp:pre:2s;ind:pre:3s; -subjuguer subjuguer VER 0.88 5.27 0.28 0.81 inf; -subjuguerais subjuguer VER 0.88 5.27 0.00 0.07 cnd:pre:1s; -subjuguerait subjuguer VER 0.88 5.27 0.00 0.07 cnd:pre:3s; -subjugues subjuguer VER 0.88 5.27 0.01 0.07 ind:pre:2s; -subjugué subjuguer VER m s 0.88 5.27 0.35 1.55 par:pas; -subjuguée subjuguer VER f s 0.88 5.27 0.17 1.01 par:pas; -subjuguées subjuguer VER f p 0.88 5.27 0.00 0.20 par:pas; -subjugués subjuguer VER m p 0.88 5.27 0.03 0.27 par:pas; -sublimable sublimable ADJ f s 0.00 0.07 0.00 0.07 -sublimais sublimer VER 0.67 1.42 0.02 0.07 ind:imp:1s; -sublimait sublimer VER 0.67 1.42 0.00 0.14 ind:imp:3s; -sublimant sublimer VER 0.67 1.42 0.01 0.07 par:pre; -sublimation sublimation NOM f s 0.04 0.41 0.03 0.27 -sublimations sublimation NOM f p 0.04 0.41 0.01 0.14 -sublime sublime ADJ s 11.74 12.91 9.51 9.39 -sublimement sublimement ADV 0.02 0.14 0.02 0.14 -subliment sublimer VER 0.67 1.42 0.00 0.07 ind:pre:3p; -sublimer sublimer VER 0.67 1.42 0.11 0.14 inf; -sublimes sublime ADJ p 11.74 12.91 2.23 3.51 -subliminal subliminal ADJ m s 0.53 0.07 0.14 0.00 -subliminale subliminal ADJ f s 0.53 0.07 0.05 0.07 -subliminales subliminal ADJ f p 0.53 0.07 0.06 0.00 -subliminaux subliminal ADJ m p 0.53 0.07 0.27 0.00 -sublimissime sublimissime ADJ f s 0.00 0.07 0.00 0.07 -sublimité sublimité NOM f s 0.01 0.20 0.01 0.07 -sublimités sublimité NOM f p 0.01 0.20 0.00 0.14 -sublimé sublimer VER m s 0.67 1.42 0.03 0.00 par:pas; -sublimée sublimer VER f s 0.67 1.42 0.03 0.27 par:pas; -sublimées sublimer VER f p 0.67 1.42 0.01 0.07 par:pas; -sublimés sublimer VER m p 0.67 1.42 0.01 0.07 par:pas; -sublingual sublingual ADJ m s 0.04 0.07 0.04 0.00 -sublinguaux sublingual ADJ m p 0.04 0.07 0.00 0.07 -sublunaire sublunaire ADJ s 0.00 0.20 0.00 0.14 -sublunaires sublunaire ADJ p 0.00 0.20 0.00 0.07 -submerge submerger VER 3.57 12.91 0.44 2.03 ind:pre:1s;ind:pre:3s; -submergea submerger VER 3.57 12.91 0.02 1.01 ind:pas:3s; -submergeaient submerger VER 3.57 12.91 0.01 0.14 ind:imp:3p; -submergeait submerger VER 3.57 12.91 0.14 1.15 ind:imp:3s; -submergeant submerger VER 3.57 12.91 0.01 0.34 par:pre; -submergent submerger VER 3.57 12.91 0.16 0.54 ind:pre:3p; -submergeât submerger VER 3.57 12.91 0.00 0.14 sub:imp:3s; -submerger submerger VER 3.57 12.91 0.53 1.22 inf; -submergera submerger VER 3.57 12.91 0.04 0.07 ind:fut:3s; -submergerait submerger VER 3.57 12.91 0.00 0.20 cnd:pre:3s; -submergèrent submerger VER 3.57 12.91 0.01 0.00 ind:pas:3p; -submergé submerger VER m s 3.57 12.91 1.23 2.97 par:pas; -submergée submerger VER f s 3.57 12.91 0.39 1.49 par:pas; -submergées submerger VER f p 3.57 12.91 0.14 0.47 par:pas; -submergés submerger VER m p 3.57 12.91 0.46 1.15 par:pas; -submersible submersible NOM m s 0.19 0.27 0.17 0.00 -submersibles submersible NOM m p 0.19 0.27 0.02 0.27 -submersion submersion NOM f s 0.05 0.00 0.05 0.00 -subodora subodorer VER 0.30 2.50 0.00 0.07 ind:pas:3s; -subodorais subodorer VER 0.30 2.50 0.00 0.27 ind:imp:1s; -subodorait subodorer VER 0.30 2.50 0.01 0.41 ind:imp:3s; -subodorant subodorer VER 0.30 2.50 0.01 0.07 par:pre; -subodore subodorer VER 0.30 2.50 0.16 0.88 ind:pre:1s;ind:pre:3s; -subodorent subodorer VER 0.30 2.50 0.00 0.07 ind:pre:3p; -subodorer subodorer VER 0.30 2.50 0.11 0.14 inf; -subodorèrent subodorer VER 0.30 2.50 0.00 0.07 ind:pas:3p; -subodoré subodorer VER m s 0.30 2.50 0.01 0.47 par:pas; -subodorés subodorer VER m p 0.30 2.50 0.00 0.07 par:pas; -suborbitale suborbital ADJ f s 0.01 0.00 0.01 0.00 -subordination subordination NOM f s 0.01 1.55 0.01 1.55 -subordonnaient subordonner VER 0.31 2.23 0.00 0.07 ind:imp:3p; -subordonnais subordonner VER 0.31 2.23 0.00 0.07 ind:imp:1s; -subordonnant subordonner VER 0.31 2.23 0.00 0.07 par:pre; -subordonne subordonner VER 0.31 2.23 0.00 0.14 ind:pre:3s;sub:pre:1s; -subordonner subordonner VER 0.31 2.23 0.14 0.68 inf; -subordonné subordonné NOM m s 0.81 2.77 0.14 1.01 -subordonnée subordonné ADJ f s 0.24 0.47 0.16 0.00 -subordonnées subordonner VER f p 0.31 2.23 0.00 0.34 par:pas; -subordonnés subordonné NOM m p 0.81 2.77 0.67 1.76 -subornation subornation NOM f s 0.09 0.07 0.09 0.07 -suborner suborner VER 0.21 0.07 0.04 0.00 inf; -suborneur suborneur NOM m s 0.01 0.41 0.01 0.34 -suborneurs suborneur NOM m p 0.01 0.41 0.00 0.07 -suborné suborner VER m s 0.21 0.07 0.03 0.00 par:pas; -subornée suborner VER f s 0.21 0.07 0.00 0.07 par:pas; -subornés suborner VER m p 0.21 0.07 0.14 0.00 par:pas; -séborrhée séborrhée NOM f s 0.00 0.07 0.00 0.07 -séborrhéique séborrhéique ADJ f s 0.01 0.00 0.01 0.00 -subreptice subreptice ADJ s 0.02 0.61 0.02 0.41 -subrepticement subrepticement ADV 0.15 2.64 0.15 2.64 -subreptices subreptice ADJ m p 0.02 0.61 0.00 0.20 -subrogation subrogation NOM f s 0.02 0.00 0.02 0.00 -subrogé subroger VER m s 0.00 0.07 0.00 0.07 par:pas; -subrécargue subrécargue NOM m s 0.01 0.07 0.01 0.07 -subsaharienne subsaharien ADJ f s 0.00 0.07 0.00 0.07 -subside subside NOM m s 0.51 0.88 0.28 0.00 -subsides subside NOM m p 0.51 0.88 0.23 0.88 -subsidiaire subsidiaire ADJ s 0.11 0.20 0.06 0.14 -subsidiairement subsidiairement ADV 0.00 0.07 0.00 0.07 -subsidiaires subsidiaire ADJ p 0.11 0.20 0.04 0.07 -subsista subsister VER 2.08 17.09 0.01 0.34 ind:pas:3s; -subsistaient subsister VER 2.08 17.09 0.12 1.62 ind:imp:3p; -subsistait subsister VER 2.08 17.09 0.04 3.78 ind:imp:3s; -subsistance subsistance NOM f s 0.67 1.55 0.64 1.42 -subsistances subsistance NOM f p 0.67 1.55 0.02 0.14 -subsistant subsistant ADJ m s 0.01 0.20 0.01 0.07 -subsistantes subsistant ADJ f p 0.01 0.20 0.00 0.07 -subsistants subsistant ADJ m p 0.01 0.20 0.00 0.07 -subsiste subsister VER 2.08 17.09 1.17 4.39 imp:pre:2s;ind:pre:1s;ind:pre:3s; -subsistent subsister VER 2.08 17.09 0.05 1.82 ind:pre:3p; -subsister subsister VER 2.08 17.09 0.45 3.92 inf; -subsistera subsister VER 2.08 17.09 0.04 0.07 ind:fut:3s; -subsisteraient subsister VER 2.08 17.09 0.00 0.07 cnd:pre:3p; -subsisterait subsister VER 2.08 17.09 0.00 0.34 cnd:pre:3s; -subsisteront subsister VER 2.08 17.09 0.03 0.07 ind:fut:3p; -subsistions subsister VER 2.08 17.09 0.00 0.07 ind:imp:1p; -subsistâmes subsister VER 2.08 17.09 0.01 0.00 ind:pas:1p; -subsistons subsister VER 2.08 17.09 0.01 0.00 ind:pre:1p; -subsistât subsister VER 2.08 17.09 0.00 0.20 sub:imp:3s; -subsistèrent subsister VER 2.08 17.09 0.00 0.07 ind:pas:3p; -subsisté subsister VER m s 2.08 17.09 0.14 0.20 par:pas; -subsonique subsonique ADJ s 0.19 0.00 0.19 0.00 -substance substance NOM f s 8.87 14.39 6.60 12.84 -substances substance NOM f p 8.87 14.39 2.27 1.55 -substantiel substantiel ADJ m s 1.08 2.43 0.46 0.41 -substantielle substantiel ADJ f s 1.08 2.43 0.45 0.81 -substantiellement substantiellement ADV 0.04 0.27 0.04 0.27 -substantielles substantiel ADJ f p 1.08 2.43 0.08 0.68 -substantiels substantiel ADJ m p 1.08 2.43 0.10 0.54 -substantif substantif NOM m s 0.01 0.34 0.01 0.20 -substantifique substantifique ADJ f s 0.00 0.20 0.00 0.20 -substantifs substantif NOM m p 0.01 0.34 0.00 0.14 -substitua substituer VER 1.23 8.11 0.00 0.61 ind:pas:3s; -substituai substituer VER 1.23 8.11 0.01 0.07 ind:pas:1s; -substituaient substituer VER 1.23 8.11 0.01 0.41 ind:imp:3p; -substituait substituer VER 1.23 8.11 0.11 0.81 ind:imp:3s; -substituant substituer VER 1.23 8.11 0.05 0.41 par:pre; -substitue substituer VER 1.23 8.11 0.03 0.88 ind:pre:3s; -substituent substituer VER 1.23 8.11 0.01 0.07 ind:pre:3p; -substituer substituer VER 1.23 8.11 0.58 3.45 inf; -substituerait substituer VER 1.23 8.11 0.00 0.07 cnd:pre:3s; -substituerez substituer VER 1.23 8.11 0.01 0.00 ind:fut:2p; -substituez substituer VER 1.23 8.11 0.06 0.07 imp:pre:2p;ind:pre:2p; -substituons substituer VER 1.23 8.11 0.00 0.14 imp:pre:1p; -substitut substitut NOM m s 2.37 2.70 2.05 2.09 -substitution substitution NOM f s 0.69 2.30 0.67 2.03 -substitutions substitution NOM f p 0.69 2.30 0.02 0.27 -substituts substitut NOM m p 2.37 2.70 0.32 0.61 -substitué substituer VER m s 1.23 8.11 0.34 0.68 par:pas; -substituées substituer VER f p 1.23 8.11 0.00 0.14 par:pas; -substitués substituer VER m p 1.23 8.11 0.00 0.34 par:pas; -substrat substrat NOM m s 0.09 0.00 0.09 0.00 -substratum substratum NOM m s 0.00 0.27 0.00 0.27 -substruction substruction NOM f s 0.00 0.07 0.00 0.07 -subséquemment subséquemment ADV 0.23 0.20 0.23 0.20 -subséquent subséquent ADJ m s 0.09 0.34 0.02 0.00 -subséquente subséquent ADJ f s 0.09 0.34 0.04 0.14 -subséquentes subséquent ADJ f p 0.09 0.34 0.01 0.14 -subséquents subséquent ADJ m p 0.09 0.34 0.02 0.07 -subterfuge subterfuge NOM m s 0.80 1.35 0.48 0.88 -subterfuges subterfuge NOM m p 0.80 1.35 0.32 0.47 -subtil subtil ADJ m s 7.54 22.91 4.54 10.88 -subtile subtil ADJ f s 7.54 22.91 2.12 5.68 -subtilement subtilement ADV 0.44 2.30 0.44 2.30 -subtiles subtil ADJ f p 7.54 22.91 0.37 3.11 -subtilisa subtiliser VER 0.52 2.16 0.00 0.27 ind:pas:3s; -subtilisait subtiliser VER 0.52 2.16 0.00 0.07 ind:imp:3s; -subtilisant subtiliser VER 0.52 2.16 0.02 0.07 par:pre; -subtilisassent subtiliser VER 0.52 2.16 0.00 0.07 sub:imp:3p; -subtilise subtiliser VER 0.52 2.16 0.00 0.14 ind:pre:1s;ind:pre:3s; -subtiliser subtiliser VER 0.52 2.16 0.16 0.41 inf; -subtilisera subtiliser VER 0.52 2.16 0.00 0.07 ind:fut:3s; -subtilisé subtiliser VER m s 0.52 2.16 0.28 0.54 par:pas; -subtilisée subtiliser VER f s 0.52 2.16 0.02 0.20 par:pas; -subtilisées subtiliser VER f p 0.52 2.16 0.04 0.07 par:pas; -subtilisés subtiliser VER m p 0.52 2.16 0.00 0.27 par:pas; -subtilité subtilité NOM f s 0.97 5.20 0.55 3.45 -subtilités subtilité NOM f p 0.97 5.20 0.41 1.76 -subtils subtil ADJ m p 7.54 22.91 0.52 3.24 -subtropical subtropical ADJ m s 0.04 0.14 0.00 0.07 -subtropicale subtropical ADJ f s 0.04 0.14 0.03 0.00 -subtropicales subtropical ADJ f p 0.04 0.14 0.01 0.07 -sébum sébum NOM m s 0.00 0.07 0.00 0.07 -suburbain suburbain ADJ m s 0.05 0.34 0.01 0.07 -suburbaine suburbain ADJ f s 0.05 0.34 0.01 0.00 -suburbaines suburbain ADJ f p 0.05 0.34 0.02 0.14 -suburbains suburbain ADJ m p 0.05 0.34 0.00 0.14 -subvenant subvenir VER 1.52 1.08 0.03 0.00 par:pre; -subvenez subvenir VER 1.52 1.08 0.02 0.00 ind:pre:2p; -subvenir subvenir VER 1.52 1.08 1.30 1.01 inf; -subvention subvention NOM f s 3.00 0.88 1.66 0.54 -subventionnant subventionner VER 0.79 0.68 0.01 0.07 par:pre; -subventionne subventionner VER 0.79 0.68 0.30 0.00 imp:pre:2s;ind:pre:3s; -subventionnent subventionner VER 0.79 0.68 0.05 0.00 ind:pre:3p; -subventionner subventionner VER 0.79 0.68 0.24 0.20 inf; -subventionnera subventionner VER 0.79 0.68 0.00 0.07 ind:fut:3s; -subventionné subventionner VER m s 0.79 0.68 0.11 0.20 par:pas; -subventionnée subventionné ADJ f s 0.10 0.14 0.07 0.00 -subventionnées subventionné ADJ f p 0.10 0.14 0.00 0.07 -subventionnés subventionner VER m p 0.79 0.68 0.04 0.14 par:pas; -subventions subvention NOM f p 3.00 0.88 1.34 0.34 -subvenu subvenir VER m s 1.52 1.08 0.07 0.00 par:pas; -subversif subversif ADJ m s 3.61 2.43 1.30 0.54 -subversifs subversif ADJ m p 3.61 2.43 0.97 0.47 -subversion subversion NOM f s 0.66 0.95 0.56 0.95 -subversions subversion NOM f p 0.66 0.95 0.10 0.00 -subversive subversif ADJ f s 3.61 2.43 0.41 0.54 -subversives subversif ADJ f p 3.61 2.43 0.94 0.88 -subvertir subvertir VER 0.00 0.07 0.00 0.07 inf; -subviendra subvenir VER 1.52 1.08 0.00 0.07 ind:fut:3s; -subviendrait subvenir VER 1.52 1.08 0.01 0.00 cnd:pre:3s; -subviens subvenir VER 1.52 1.08 0.03 0.00 ind:pre:1s; -subvient subvenir VER 1.52 1.08 0.06 0.00 ind:pre:3s; -suc suc NOM m s 0.61 3.18 0.53 1.89 -sécateur sécateur NOM m s 0.17 1.49 0.15 1.35 -sécateurs sécateur NOM m p 0.17 1.49 0.03 0.14 -successeur successeur NOM m s 2.80 6.96 2.59 5.47 -successeurs successeur NOM m p 2.80 6.96 0.21 1.49 -successibles successible ADJ p 0.00 0.07 0.00 0.07 -successif successif ADJ m s 0.69 18.99 0.00 0.20 -successifs successif ADJ m p 0.69 18.99 0.26 8.78 -succession succession NOM f s 2.92 11.35 2.72 11.01 -successions succession NOM f p 2.92 11.35 0.20 0.34 -successive successif ADJ f s 0.69 18.99 0.00 0.41 -successivement successivement ADV 0.32 12.57 0.32 12.57 -successives successif ADJ f p 0.69 18.99 0.43 9.59 -successoral successoral ADJ m s 0.03 0.00 0.02 0.00 -successorale successoral ADJ f s 0.03 0.00 0.01 0.00 -succinct succinct ADJ m s 0.20 0.88 0.12 0.54 -succincte succinct ADJ f s 0.20 0.88 0.06 0.14 -succinctement succinctement ADV 0.07 0.41 0.07 0.41 -succinctes succinct ADJ f p 0.20 0.88 0.02 0.20 -succion succion NOM f s 0.33 1.69 0.33 1.49 -succions succion NOM f p 0.33 1.69 0.00 0.20 -succomba succomber VER 4.79 9.66 0.14 0.88 ind:pas:3s; -succombai succomber VER 4.79 9.66 0.00 0.20 ind:pas:1s; -succombaient succomber VER 4.79 9.66 0.00 0.34 ind:imp:3p; -succombais succomber VER 4.79 9.66 0.00 0.14 ind:imp:1s; -succombait succomber VER 4.79 9.66 0.02 0.61 ind:imp:3s; -succombant succomber VER 4.79 9.66 0.17 0.34 par:pre; -succombe succomber VER 4.79 9.66 1.21 0.95 imp:pre:2s;ind:pre:1s;ind:pre:3s; -succombent succomber VER 4.79 9.66 0.32 0.68 ind:pre:3p; -succomber succomber VER 4.79 9.66 1.15 2.43 inf; -succombera succomber VER 4.79 9.66 0.13 0.20 ind:fut:3s; -succomberai succomber VER 4.79 9.66 0.01 0.07 ind:fut:1s; -succomberaient succomber VER 4.79 9.66 0.00 0.07 cnd:pre:3p; -succomberais succomber VER 4.79 9.66 0.01 0.00 cnd:pre:1s; -succomberait succomber VER 4.79 9.66 0.03 0.07 cnd:pre:3s; -succomberont succomber VER 4.79 9.66 0.31 0.07 ind:fut:3p; -succombes succomber VER 4.79 9.66 0.01 0.00 ind:pre:2s; -succombez succomber VER 4.79 9.66 0.03 0.00 imp:pre:2p;ind:pre:2p; -succombions succomber VER 4.79 9.66 0.00 0.07 ind:imp:1p; -succombèrent succomber VER 4.79 9.66 0.00 0.14 ind:pas:3p; -succombé succomber VER m s 4.79 9.66 1.24 2.43 par:pas; -succède succéder VER 4.25 33.78 0.60 2.36 imp:pre:2s;ind:pre:1s;ind:pre:3s; -succèdent succéder VER 4.25 33.78 0.32 5.07 ind:pre:3p; -succès succès NOM m 39.58 53.72 39.58 53.72 -succube succube NOM m s 0.46 0.34 0.39 0.27 -succubes succube NOM m p 0.46 0.34 0.07 0.07 -succéda succéder VER 4.25 33.78 0.16 1.82 ind:pas:3s; -succédaient succéder VER 4.25 33.78 0.06 5.74 ind:imp:3p; -succédait succéder VER 4.25 33.78 0.10 2.64 ind:imp:3s; -succédant succéder VER 4.25 33.78 0.00 2.77 par:pre; -succédané succédané NOM m s 0.04 0.95 0.03 0.68 -succédanés succédané NOM m p 0.04 0.95 0.01 0.27 -succédassent succéder VER 4.25 33.78 0.00 0.07 sub:imp:3p; -succéder succéder VER 4.25 33.78 1.78 4.53 inf; -succédera succéder VER 4.25 33.78 0.36 0.54 ind:fut:3s; -succéderai succéder VER 4.25 33.78 0.01 0.00 ind:fut:1s; -succéderaient succéder VER 4.25 33.78 0.00 0.07 cnd:pre:3p; -succéderait succéder VER 4.25 33.78 0.16 0.47 cnd:pre:3s; -succéderas succéder VER 4.25 33.78 0.01 0.00 ind:fut:2s; -succéderez succéder VER 4.25 33.78 0.02 0.00 ind:fut:2p; -succéderiez succéder VER 4.25 33.78 0.01 0.00 cnd:pre:2p; -succéderont succéder VER 4.25 33.78 0.21 0.20 ind:fut:3p; -succédions succéder VER 4.25 33.78 0.00 0.07 ind:imp:1p; -succédâmes succéder VER 4.25 33.78 0.00 0.07 ind:pas:1p; -succédât succéder VER 4.25 33.78 0.00 0.07 sub:imp:3s; -succédèrent succéder VER 4.25 33.78 0.02 2.50 ind:pas:3p; -succédé succéder VER m s 4.25 33.78 0.41 4.73 par:pas; -succédées succéder VER f p 4.25 33.78 0.02 0.07 par:pas; -succulence succulence NOM f s 0.01 0.68 0.01 0.68 -succulent succulent ADJ m s 1.46 2.77 0.71 1.15 -succulente succulent ADJ f s 1.46 2.77 0.51 0.61 -succulentes succulent ADJ f p 1.46 2.77 0.14 0.47 -succulents succulent ADJ m p 1.46 2.77 0.09 0.54 -succursale succursale NOM f s 1.17 1.42 1.05 1.15 -succursales succursale NOM f p 1.17 1.42 0.12 0.27 -suce sucer VER 23.45 18.51 7.84 4.59 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:1s; -sucent sucer VER 23.45 18.51 0.51 0.27 ind:pre:3p; -sucer sucer VER 23.45 18.51 9.68 4.86 ind:imp:3s;ind:pre:2p;inf; -sucera sucer VER 23.45 18.51 0.22 0.07 ind:fut:3s; -sucerai sucer VER 23.45 18.51 0.10 0.27 ind:fut:1s; -suceraient sucer VER 23.45 18.51 0.02 0.07 cnd:pre:3p; -sucerais sucer VER 23.45 18.51 0.06 0.00 cnd:pre:1s;cnd:pre:2s; -sucerait sucer VER 23.45 18.51 0.07 0.14 cnd:pre:3s; -suces sucer VER 23.45 18.51 0.94 0.07 ind:pre:2s;sub:pre:2s; -sécession sécession NOM f s 0.26 0.74 0.26 0.74 -sécessionniste sécessionniste NOM s 0.06 0.00 0.02 0.00 -sécessionnistes sécessionniste NOM p 0.06 0.00 0.04 0.00 -sucette sucette NOM f s 2.29 2.64 1.27 1.49 -sucettes sucette NOM f p 2.29 2.64 1.02 1.15 -suceur suceur NOM m s 2.15 0.54 0.96 0.07 -suceurs suceur NOM m p 2.15 0.54 0.65 0.14 -suceuse suceur NOM f s 2.15 0.54 0.55 0.34 -suceuses suceuse NOM f p 0.73 0.00 0.73 0.00 -sucez sucer VER 23.45 18.51 0.39 0.07 imp:pre:2p;ind:pre:2p; -sécha sécher VER 19.49 40.41 0.01 0.61 ind:pas:3s; -séchage séchage NOM m s 0.17 0.41 0.17 0.41 -séchai sécher VER 19.49 40.41 0.00 0.14 ind:pas:1s; -séchaient sécher VER 19.49 40.41 0.05 3.24 ind:imp:3p; -séchais sécher VER 19.49 40.41 0.35 0.20 ind:imp:1s;ind:imp:2s; -séchait sécher VER 19.49 40.41 0.54 2.57 ind:imp:3s; -séchant sécher VER 19.49 40.41 0.15 1.42 par:pre; -séchard séchard NOM m s 0.01 0.14 0.01 0.14 -sécher sécher VER 19.49 40.41 5.84 10.27 inf; -séchera sécher VER 19.49 40.41 0.05 0.41 ind:fut:3s; -sécherai sécher VER 19.49 40.41 0.13 0.00 ind:fut:1s; -sécheraient sécher VER 19.49 40.41 0.00 0.07 cnd:pre:3p; -sécherais sécher VER 19.49 40.41 0.05 0.00 cnd:pre:1s;cnd:pre:2s; -sécherait sécher VER 19.49 40.41 0.02 0.20 cnd:pre:3s; -sécheresse sécheresse NOM f s 2.63 11.15 2.30 10.81 -sécheresses sécheresse NOM f p 2.63 11.15 0.33 0.34 -sécherez sécher VER 19.49 40.41 0.01 0.00 ind:fut:2p; -sécherie sécherie NOM f s 0.03 0.20 0.01 0.14 -sécheries sécherie NOM f p 0.03 0.20 0.01 0.07 -sécheront sécher VER 19.49 40.41 0.01 0.07 ind:fut:3p; -sécheuse sécheur NOM f s 0.05 0.00 0.05 0.00 -séchez sécher VER 19.49 40.41 0.79 0.20 imp:pre:2p;ind:pre:2p; -séchiez sécher VER 19.49 40.41 0.03 0.00 ind:imp:2p; -séchions sécher VER 19.49 40.41 0.01 0.07 ind:imp:1p; -séchoir séchoir NOM m s 0.95 1.28 0.91 1.08 -séchoirs séchoir NOM m p 0.95 1.28 0.04 0.20 -séchons sécher VER 19.49 40.41 0.11 0.00 imp:pre:1p;ind:pre:1p; -séchât sécher VER 19.49 40.41 0.00 0.07 sub:imp:3s; -séchèrent sécher VER 19.49 40.41 0.00 0.47 ind:pas:3p; -séché sécher VER m s 19.49 40.41 3.68 5.34 par:pas; -séchée sécher VER f s 19.49 40.41 1.09 3.11 par:pas; -séchées sécher VER f p 19.49 40.41 0.56 2.23 par:pas; -séchés sécher VER m p 19.49 40.41 0.16 1.42 par:pas; -sécolle sécolle PRO:per 0.00 0.14 0.00 0.14 -sécot sécot NOM m s 0.00 0.07 0.00 0.07 -sucra sucrer VER 1.90 4.73 0.00 0.14 ind:pas:3s; -sucrait sucrer VER 1.90 4.73 0.05 0.07 ind:imp:3s; -sucrant sucrer VER 1.90 4.73 0.00 0.07 par:pre; -sucre sucre NOM m s 32.01 32.77 30.57 30.54 -sucrent sucrer VER 1.90 4.73 0.05 0.07 ind:pre:3p; -sucrer sucrer VER 1.90 4.73 0.38 0.74 inf; -sucrerait sucrer VER 1.90 4.73 0.00 0.14 cnd:pre:3s; -sucrerie sucrerie NOM f s 2.82 3.58 0.25 0.88 -sucreries sucrerie NOM f p 2.82 3.58 2.57 2.70 -sucres sucre NOM m p 32.01 32.77 1.44 2.23 -sucrette sucrette NOM f s 0.52 0.14 0.04 0.00 -sucrettes sucrette NOM f p 0.52 0.14 0.48 0.14 -sucrier sucrier NOM m s 0.58 1.08 0.51 0.95 -sucriers sucrier NOM m p 0.58 1.08 0.05 0.14 -sucrins sucrin ADJ m p 0.00 0.07 0.00 0.07 -sucrière sucrier ADJ f s 1.79 0.20 1.47 0.07 -sucrières sucrier ADJ f p 1.79 0.20 0.32 0.00 -sécrète sécréter VER 0.85 3.24 0.41 0.68 ind:pre:3s; -sécrètent sécréter VER 0.85 3.24 0.12 0.27 ind:pre:3p; -sécrètes sécréter VER 0.85 3.24 0.01 0.00 ind:pre:2s; -sucré sucré ADJ m s 3.69 9.05 2.19 4.39 -sucrée sucré ADJ f s 3.69 9.05 0.96 2.77 -sucrées sucré ADJ f p 3.69 9.05 0.42 0.88 -sucrés sucré ADJ m p 3.69 9.05 0.13 1.01 -sécrétaient sécréter VER 0.85 3.24 0.00 0.07 ind:imp:3p; -sécrétais sécréter VER 0.85 3.24 0.00 0.07 ind:imp:1s; -sécrétait sécréter VER 0.85 3.24 0.00 0.47 ind:imp:3s; -sécrétant sécréter VER 0.85 3.24 0.00 0.27 par:pre; -sécréter sécréter VER 0.85 3.24 0.02 0.47 inf; -sécréteur sécréteur NOM m s 0.02 0.00 0.01 0.00 -sécréteurs sécréteur NOM m p 0.02 0.00 0.01 0.00 -sécrétez sécréter VER 0.85 3.24 0.00 0.07 ind:pre:2p; -sécrétine sécrétine NOM f s 0.01 0.00 0.01 0.00 -sécrétion sécrétion NOM f s 0.83 1.49 0.17 0.41 -sécrétions sécrétion NOM f p 0.83 1.49 0.66 1.08 -sécrétât sécréter VER 0.85 3.24 0.00 0.07 sub:imp:3s; -sécrété sécréter VER m s 0.85 3.24 0.15 0.41 par:pas; -sécrétée sécréter VER f s 0.85 3.24 0.14 0.27 par:pas; -sécrétés sécréter VER m p 0.85 3.24 0.00 0.14 par:pas; -sucs suc NOM m p 0.61 3.18 0.08 1.28 -sucèrent sucer VER 23.45 18.51 0.00 0.07 ind:pas:3p; -sécu sécu NOM f s 1.50 0.74 1.50 0.74 -sucé sucer VER m s 23.45 18.51 2.34 1.76 par:pas; -sucée sucer VER f s 23.45 18.51 0.12 0.27 par:pas; -sucées sucer VER f p 23.45 18.51 0.04 0.07 par:pas; -séculaire séculaire ADJ s 0.26 4.73 0.12 3.04 -séculairement séculairement ADV 0.00 0.14 0.00 0.14 -séculaires séculaire ADJ p 0.26 4.73 0.14 1.69 -séculariser séculariser VER 0.01 0.07 0.01 0.00 inf; -sécularisées séculariser VER f p 0.01 0.07 0.00 0.07 par:pas; -séculier séculier ADJ m s 0.02 1.49 0.00 1.15 -séculiers séculier ADJ m p 0.02 1.49 0.00 0.07 -séculière séculier ADJ f s 0.02 1.49 0.02 0.27 -sécurisait sécuriser VER 6.48 0.34 0.00 0.07 ind:imp:3s; -sécurisant sécurisant ADJ m s 0.37 0.20 0.34 0.00 -sécurisante sécurisant ADJ f s 0.37 0.20 0.04 0.20 -sécurisation sécurisation NOM f s 0.01 0.00 0.01 0.00 -sécuriser sécuriser VER 6.48 0.34 1.09 0.00 inf; -sécurisez sécuriser VER 6.48 0.34 0.79 0.00 imp:pre:2p;ind:pre:2p; -sécurisé sécuriser VER m s 6.48 0.34 2.16 0.07 par:pas; -sécurisée sécuriser VER f s 6.48 0.34 1.94 0.07 par:pas; -sécurisées sécuriser VER f p 6.48 0.34 0.20 0.00 par:pas; -sécurisés sécuriser VER m p 6.48 0.34 0.28 0.07 par:pas; -sécurit sécurit NOM m s 0.15 0.14 0.15 0.14 -sécuritaire sécuritaire ADJ s 0.23 0.00 0.23 0.00 -sécurité sécurité NOM f s 113.17 39.12 112.69 38.92 -sécurités sécurité NOM f p 113.17 39.12 0.48 0.20 -sucés sucer VER m p 23.45 18.51 0.06 0.07 par:pas; -sud_africain sud_africain NOM m s 0.28 0.07 0.15 0.00 -sud_africain sud_africain ADJ f s 0.29 0.47 0.07 0.34 -sud_africain sud_africain ADJ f p 0.29 0.47 0.04 0.00 -sud_africain sud_africain NOM m p 0.28 0.07 0.10 0.07 -sud_américain sud_américain ADJ m s 0.77 1.55 0.29 0.41 -sud_américain sud_américain ADJ f s 0.77 1.55 0.35 0.54 -sud_américain sud_américain ADJ f p 0.77 1.55 0.01 0.20 -sud_américain sud_américain ADJ m p 0.77 1.55 0.11 0.41 -sud_coréen sud_coréen ADJ m s 0.21 0.00 0.01 0.00 -sud_coréen sud_coréen NOM m s 0.01 0.00 0.01 0.00 -sud_coréen sud_coréen ADJ f s 0.21 0.00 0.15 0.00 -sud_coréen sud_coréen ADJ f p 0.21 0.00 0.02 0.00 -sud_coréen sud_coréen ADJ m p 0.21 0.00 0.02 0.00 -sud_est sud_est NOM m 3.30 2.30 3.30 2.30 -sud_ouest sud_ouest NOM m 2.10 3.51 2.10 3.51 -sud_sud_est sud_sud_est NOM m s 0.03 0.00 0.03 0.00 -sud_vietnamien sud_vietnamien ADJ m s 0.10 0.07 0.05 0.00 -sud_vietnamien sud_vietnamien ADJ f s 0.10 0.07 0.03 0.00 -sud_vietnamien sud_vietnamien NOM m p 0.12 0.20 0.11 0.20 -sud sud NOM m s 23.95 28.38 23.95 28.38 -sédatif sédatif NOM m s 3.93 0.27 2.80 0.00 -sédatifs sédatif NOM m p 3.93 0.27 1.13 0.27 -sédation sédation NOM f s 0.08 0.00 0.08 0.00 -sudation sudation NOM f s 0.14 0.07 0.14 0.07 -sédative sédatif ADJ f s 0.27 0.34 0.00 0.20 -sédatives sédatif ADJ f p 0.27 0.34 0.02 0.07 -sudatoires sudatoire ADJ f p 0.00 0.07 0.00 0.07 -sédentaire sédentaire ADJ s 0.23 2.30 0.21 1.76 -sédentaires sédentaire NOM p 0.05 1.55 0.05 0.81 -sédentarisaient sédentariser VER 0.01 0.14 0.00 0.07 ind:imp:3p; -sédentarisation sédentarisation NOM f s 0.00 0.07 0.00 0.07 -sédentarise sédentariser VER 0.01 0.14 0.01 0.00 ind:pre:3s; -sédentariser sédentariser VER 0.01 0.14 0.00 0.07 inf; -sédentarisme sédentarisme NOM m s 0.00 0.07 0.00 0.07 -sédentarité sédentarité NOM f s 0.00 0.27 0.00 0.27 -sédiment sédiment NOM m s 0.14 0.61 0.03 0.14 -sédimentaire sédimentaire ADJ s 0.05 0.20 0.05 0.07 -sédimentaires sédimentaire ADJ f p 0.05 0.20 0.00 0.14 -sédimentation sédimentation NOM f s 0.09 0.20 0.09 0.14 -sédimentations sédimentation NOM f p 0.09 0.20 0.00 0.07 -sédimente sédimenter VER 0.00 0.14 0.00 0.07 ind:pre:3s; -sédiments sédiment NOM m p 0.14 0.61 0.11 0.47 -sédimentée sédimenter VER f s 0.00 0.14 0.00 0.07 par:pas; -sudiste sudiste NOM s 2.82 0.68 1.94 0.47 -sudistes sudiste NOM p 2.82 0.68 0.88 0.20 -séditieuse séditieux ADJ f s 0.35 0.74 0.03 0.14 -séditieuses séditieux ADJ f p 0.35 0.74 0.00 0.07 -séditieux séditieux ADJ m 0.35 0.74 0.32 0.54 -sédition sédition NOM f s 1.28 0.54 1.28 0.54 -sudoripare sudoripare ADJ s 0.14 0.14 0.02 0.07 -sudoripares sudoripare ADJ f p 0.14 0.14 0.13 0.07 -sudète sudète ADJ s 0.00 0.14 0.00 0.07 -sudètes sudète ADJ m p 0.00 0.14 0.00 0.07 -séducteur séducteur NOM m s 2.34 4.86 1.97 3.72 -séducteurs séducteur NOM m p 2.34 4.86 0.20 0.68 -séduction séduction NOM f s 2.54 9.39 2.50 7.97 -séductions séduction NOM f p 2.54 9.39 0.04 1.42 -séductrice séducteur NOM f s 2.34 4.86 0.16 0.41 -séductrices séducteur ADJ f p 0.31 2.36 0.01 0.34 -séduira séduire VER 16.48 22.23 0.16 0.07 ind:fut:3s; -séduirait séduire VER 16.48 22.23 0.16 0.00 cnd:pre:3s; -séduiras séduire VER 16.48 22.23 0.12 0.00 ind:fut:2s; -séduire séduire VER 16.48 22.23 7.64 9.59 inf; -séduis séduire VER 16.48 22.23 0.70 0.07 imp:pre:2s;ind:pre:1s;ind:pre:2s; -séduisaient séduire VER 16.48 22.23 0.00 0.14 ind:imp:3p; -séduisait séduire VER 16.48 22.23 0.19 1.42 ind:imp:3s; -séduisant séduisant ADJ m s 9.13 8.18 4.68 3.85 -séduisante séduisant ADJ f s 9.13 8.18 3.71 2.91 -séduisantes séduisant ADJ f p 9.13 8.18 0.39 0.54 -séduisants séduisant ADJ m p 9.13 8.18 0.35 0.88 -séduise séduire VER 16.48 22.23 0.17 0.20 sub:pre:1s;sub:pre:3s; -séduisent séduire VER 16.48 22.23 0.10 0.41 ind:pre:3p; -séduises séduire VER 16.48 22.23 0.02 0.07 sub:pre:2s; -séduisez séduire VER 16.48 22.23 0.16 0.00 imp:pre:2p;ind:pre:2p; -séduisirent séduire VER 16.48 22.23 0.10 0.14 ind:pas:3p; -séduisit séduire VER 16.48 22.23 0.03 0.41 ind:pas:3s; -séduit séduire VER m s 16.48 22.23 5.09 5.95 ind:pre:3s;par:pas; -séduite séduire VER f s 16.48 22.23 1.09 2.30 par:pas; -séduites séduit ADJ f p 1.08 1.89 0.27 0.14 -séduits séduire VER m p 16.48 22.23 0.08 0.41 par:pas; -sue suer VER 7.28 10.34 0.85 1.22 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -suent suer VER 7.28 10.34 0.23 0.34 ind:pre:3p; -suer suer VER 7.28 10.34 2.72 2.77 inf; -suerai suer VER 7.28 10.34 0.03 0.00 ind:fut:1s; -suerais suer VER 7.28 10.34 0.01 0.00 cnd:pre:2s; -suerait suer VER 7.28 10.34 0.00 0.07 cnd:pre:3s; -suerte suerte NOM f s 0.22 0.00 0.22 0.00 -sues suer VER 7.28 10.34 0.41 0.07 ind:pre:2s; -sueur sueur NOM f s 11.71 60.34 10.27 57.30 -sueurs sueur NOM f p 11.71 60.34 1.45 3.04 -suez suer VER 7.28 10.34 0.35 0.07 imp:pre:2p;ind:pre:2p; -séfarade séfarade ADJ m s 0.01 0.00 0.01 0.00 -séfarade séfarade NOM s 0.01 0.00 0.01 0.00 -suffît suffire VER 232.08 159.39 0.64 0.14 sub:imp:3s; -suffi suffire VER m s 232.08 159.39 4.52 17.97 par:pas; -sufficit sufficit ADV 0.00 0.07 0.00 0.07 -suffira suffire VER 232.08 159.39 13.85 4.39 ind:fut:3s; -suffirai suffire VER 232.08 159.39 0.02 0.00 ind:fut:1s; -suffiraient suffire VER 232.08 159.39 0.63 1.82 cnd:pre:3p; -suffirais suffire VER 232.08 159.39 0.02 0.00 cnd:pre:1s; -suffirait suffire VER 232.08 159.39 4.81 11.89 cnd:pre:3s; -suffire suffire VER 232.08 159.39 5.24 4.86 inf; -suffirent suffire VER 232.08 159.39 0.05 0.95 ind:pas:3p; -suffiront suffire VER 232.08 159.39 2.23 0.68 ind:fut:3p; -suffis suffire VER 232.08 159.39 0.53 0.41 imp:pre:2s;ind:pre:1s;ind:pre:2s; -suffisaient suffire VER 232.08 159.39 0.73 4.93 ind:imp:3p; -suffisais suffire VER 232.08 159.39 0.01 0.27 ind:imp:1s; -suffisait suffire VER 232.08 159.39 6.56 44.66 ind:imp:3s; -suffisamment suffisamment ADV 18.30 20.07 18.30 20.07 -suffisance suffisance NOM f s 0.90 3.99 0.90 3.92 -suffisances suffisance NOM f p 0.90 3.99 0.00 0.07 -suffisant suffisant ADJ m s 17.56 18.99 12.95 10.00 -suffisante suffisant ADJ f s 17.56 18.99 2.98 5.61 -suffisantes suffisant ADJ f p 17.56 18.99 0.93 2.03 -suffisants suffisant ADJ m p 17.56 18.99 0.70 1.35 -suffise suffire VER 232.08 159.39 0.80 1.15 sub:pre:3s; -suffisent suffire VER 232.08 159.39 2.91 4.32 ind:pre:3p; -suffisez suffire VER 232.08 159.39 0.01 0.14 ind:pre:2p; -suffisions suffire VER 232.08 159.39 0.11 0.14 ind:imp:1p; -suffisons suffire VER 232.08 159.39 0.02 0.00 ind:pre:1p; -suffit suffire VER 232.08 159.39 188.10 59.66 ind:pre:3s;ind:pas:3s; -suffixes suffixe NOM m p 0.00 0.14 0.00 0.14 -suffocant suffocant ADJ m s 0.33 3.78 0.24 1.28 -suffocante suffocant ADJ f s 0.33 3.78 0.06 1.76 -suffocantes suffocant ADJ f p 0.33 3.78 0.01 0.27 -suffocants suffocant ADJ m p 0.33 3.78 0.01 0.47 -suffocation suffocation NOM f s 0.42 1.35 0.42 1.01 -suffocations suffocation NOM f p 0.42 1.35 0.00 0.34 -suffoqua suffoquer VER 2.48 11.76 0.00 0.47 ind:pas:3s; -suffoquai suffoquer VER 2.48 11.76 0.00 0.07 ind:pas:1s; -suffoquaient suffoquer VER 2.48 11.76 0.00 0.27 ind:imp:3p; -suffoquais suffoquer VER 2.48 11.76 0.15 0.47 ind:imp:1s; -suffoquait suffoquer VER 2.48 11.76 0.07 1.89 ind:imp:3s; -suffoquant suffoquer VER 2.48 11.76 0.01 1.55 par:pre; -suffoque suffoquer VER 2.48 11.76 0.93 1.69 ind:pre:1s;ind:pre:3s; -suffoquent suffoquer VER 2.48 11.76 0.02 0.14 ind:pre:3p; -suffoquer suffoquer VER 2.48 11.76 0.91 0.81 inf; -suffoquera suffoquer VER 2.48 11.76 0.03 0.00 ind:fut:3s; -suffoquerait suffoquer VER 2.48 11.76 0.01 0.00 cnd:pre:3s; -suffoqueront suffoquer VER 2.48 11.76 0.01 0.07 ind:fut:3p; -suffoquez suffoquer VER 2.48 11.76 0.03 0.07 imp:pre:2p;ind:pre:2p; -suffoquions suffoquer VER 2.48 11.76 0.00 0.20 ind:imp:1p; -suffoquons suffoquer VER 2.48 11.76 0.00 0.14 imp:pre:1p;ind:pre:1p; -suffoquèrent suffoquer VER 2.48 11.76 0.00 0.07 ind:pas:3p; -suffoqué suffoquer VER m s 2.48 11.76 0.13 2.23 par:pas; -suffoquée suffoquer VER f s 2.48 11.76 0.15 1.28 par:pas; -suffoqués suffoquer VER m p 2.48 11.76 0.04 0.34 par:pas; -suffrage suffrage NOM m s 0.60 3.99 0.33 2.50 -suffrages suffrage NOM m p 0.60 3.99 0.27 1.49 -suffragette suffragette NOM f s 0.20 0.27 0.12 0.27 -suffragettes suffragette NOM f p 0.20 0.27 0.08 0.00 -suffète suffète NOM m s 0.00 0.07 0.00 0.07 -suggestibilité suggestibilité NOM f s 0.02 0.00 0.02 0.00 -suggestif suggestif ADJ m s 0.58 1.22 0.27 0.27 -suggestifs suggestif ADJ m p 0.58 1.22 0.01 0.14 -suggestion suggestion NOM f s 8.35 7.77 5.63 3.51 -suggestionner suggestionner VER 0.02 0.14 0.01 0.07 inf; -suggestionné suggestionner VER m s 0.02 0.14 0.01 0.07 par:pas; -suggestions suggestion NOM f p 8.35 7.77 2.71 4.26 -suggestive suggestif ADJ f s 0.58 1.22 0.16 0.74 -suggestives suggestif ADJ f p 0.58 1.22 0.14 0.07 -suggestivité suggestivité NOM f s 0.01 0.00 0.01 0.00 -suggère suggérer VER 28.99 25.34 11.47 4.59 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:1s; -suggèrent suggérer VER 28.99 25.34 0.82 0.54 ind:pre:3p; -suggères suggérer VER 28.99 25.34 1.54 0.00 ind:pre:2s; -suggéra suggérer VER 28.99 25.34 0.11 4.46 ind:pas:3s; -suggérai suggérer VER 28.99 25.34 0.01 1.01 ind:pas:1s; -suggéraient suggérer VER 28.99 25.34 0.04 0.27 ind:imp:3p; -suggérais suggérer VER 28.99 25.34 0.47 0.54 ind:imp:1s;ind:imp:2s; -suggérait suggérer VER 28.99 25.34 0.23 3.24 ind:imp:3s; -suggérant suggérer VER 28.99 25.34 0.89 0.95 par:pre; -suggérer suggérer VER 28.99 25.34 4.18 3.45 ind:pre:2p;inf; -suggérera suggérer VER 28.99 25.34 0.01 0.07 ind:fut:3s; -suggérerai suggérer VER 28.99 25.34 0.01 0.07 ind:fut:1s; -suggérerais suggérer VER 28.99 25.34 0.32 0.00 cnd:pre:1s;cnd:pre:2s; -suggérerait suggérer VER 28.99 25.34 0.16 0.27 cnd:pre:3s; -suggérez suggérer VER 28.99 25.34 3.29 0.07 imp:pre:2p;ind:pre:2p; -suggériez suggérer VER 28.99 25.34 0.17 0.00 ind:imp:2p; -suggérions suggérer VER 28.99 25.34 0.01 0.07 ind:imp:1p; -suggérons suggérer VER 28.99 25.34 0.18 0.07 imp:pre:1p;ind:pre:1p; -suggérât suggérer VER 28.99 25.34 0.00 0.14 sub:imp:3s; -suggérèrent suggérer VER 28.99 25.34 0.00 0.07 ind:pas:3p; -suggéré suggérer VER m s 28.99 25.34 4.76 3.99 par:pas; -suggérée suggérer VER f s 28.99 25.34 0.14 0.95 par:pas; -suggérées suggérer VER f p 28.99 25.34 0.15 0.41 par:pas; -suggérés suggérer VER m p 28.99 25.34 0.02 0.14 par:pas; -ségrégation ségrégation NOM f s 0.40 0.74 0.40 0.74 -ségrégationniste ségrégationniste ADJ m s 0.11 0.00 0.11 0.00 -séguedille séguedille NOM f s 0.00 0.14 0.00 0.14 -sui_generis sui_generis ADJ m p 0.23 0.07 0.23 0.07 -sui sui NOM m s 0.55 0.27 0.55 0.27 -suicida suicider VER 30.09 11.35 0.30 0.47 ind:pas:3s; -suicidaient suicider VER 30.09 11.35 0.01 0.14 ind:imp:3p; -suicidaire suicidaire ADJ s 2.63 1.22 2.63 1.22 -suicidaires suicidaire NOM p 1.79 1.35 1.23 0.68 -suicidait suicider VER 30.09 11.35 0.09 0.27 ind:imp:3s; -suicidant suicidant NOM m s 0.08 0.20 0.08 0.14 -suicidants suicidant NOM m p 0.08 0.20 0.00 0.07 -suicide suicide NOM m s 27.33 18.92 25.34 17.50 -suicident suicider VER 30.09 11.35 0.62 0.41 ind:pre:3p; -suicider suicider VER 30.09 11.35 10.49 4.19 inf; -suicidera suicider VER 30.09 11.35 0.09 0.27 ind:fut:3s; -suiciderai suicider VER 30.09 11.35 0.48 0.07 ind:fut:1s; -suiciderais suicider VER 30.09 11.35 0.06 0.07 cnd:pre:1s;cnd:pre:2s; -suiciderait suicider VER 30.09 11.35 0.33 0.14 cnd:pre:3s; -suiciderez suicider VER 30.09 11.35 0.00 0.14 ind:fut:2p; -suicideriez suicider VER 30.09 11.35 0.01 0.00 cnd:pre:2p; -suicides suicide NOM m p 27.33 18.92 1.98 1.42 -suicidez suicider VER 30.09 11.35 0.27 0.00 ind:pre:2p; -suicidiez suicider VER 30.09 11.35 0.04 0.00 ind:imp:2p; -suicidons suicider VER 30.09 11.35 0.11 0.07 imp:pre:1p;ind:pre:1p; -suicidât suicider VER 30.09 11.35 0.00 0.07 sub:imp:3s; -suicidèrent suicider VER 30.09 11.35 0.00 0.07 ind:pas:3p; -suicidé suicider VER m s 30.09 11.35 8.38 1.82 par:pas; -suicidée suicider VER f s 30.09 11.35 2.75 1.35 par:pas; -suicidées suicider VER f p 30.09 11.35 0.15 0.00 par:pas; -suicidés suicider VER m p 30.09 11.35 1.25 0.34 par:pas; -séide séide NOM m s 0.02 0.20 0.01 0.00 -séides séide NOM m p 0.02 0.20 0.01 0.20 -suie suie NOM f s 0.72 7.43 0.72 7.30 -suies suie NOM f p 0.72 7.43 0.00 0.14 -suif suif NOM m s 0.96 2.03 0.96 2.03 -suifer suifer VER 0.00 0.14 0.00 0.07 inf; -suiffard suiffard NOM m s 0.00 0.07 0.00 0.07 -suiffeuses suiffeux ADJ f p 0.00 0.14 0.00 0.07 -suiffeux suiffeux ADJ m 0.00 0.14 0.00 0.07 -suiffé suiffer VER m s 0.00 0.27 0.00 0.14 par:pas; -suiffée suiffer VER f s 0.00 0.27 0.00 0.07 par:pas; -suiffés suiffer VER m p 0.00 0.27 0.00 0.07 par:pas; -suifés suifer VER m p 0.00 0.14 0.00 0.07 par:pas; -suint suint NOM m s 0.00 0.88 0.00 0.88 -suinta suinter VER 0.96 5.95 0.00 0.14 ind:pas:3s; -suintaient suinter VER 0.96 5.95 0.02 0.54 ind:imp:3p; -suintait suinter VER 0.96 5.95 0.02 1.96 ind:imp:3s; -suintant suinter VER 0.96 5.95 0.10 0.41 par:pre; -suintante suintant ADJ f s 0.17 2.70 0.05 0.34 -suintantes suintant ADJ f p 0.17 2.70 0.01 0.68 -suintants suintant ADJ m p 0.17 2.70 0.06 0.88 -suinte suinter VER 0.96 5.95 0.43 1.55 imp:pre:2s;ind:pre:3s; -suintement suintement NOM m s 0.12 0.81 0.11 0.54 -suintements suintement NOM m p 0.12 0.81 0.01 0.27 -suintent suinter VER 0.96 5.95 0.06 0.47 ind:pre:3p; -suinter suinter VER 0.96 5.95 0.20 0.74 inf; -suinté suinter VER m s 0.96 5.95 0.13 0.14 par:pas; -suis être AUX 8074.24 6501.82 1272.28 560.47 ind:pre:1s; -séisme séisme NOM m s 3.31 1.22 2.60 1.01 -séismes séisme NOM m p 3.31 1.22 0.71 0.20 -suisse suisse ADJ s 5.01 10.27 3.91 6.62 -suisses suisse ADJ p 5.01 10.27 1.10 3.58 -suissesse suisse NOM f s 1.42 3.38 0.11 0.47 -suissesses suisse NOM f p 1.42 3.38 0.00 0.07 -suit suivre VER 2090.53 949.12 32.57 29.39 ind:pre:3s; -suite suite NOM f s 275.90 275.81 274.18 270.88 -suites suite NOM f p 275.90 275.81 1.72 4.93 -suitée suitée ADJ f s 0.00 0.07 0.00 0.07 -suiv suiv ADJ 0.01 0.00 0.01 0.00 -suivîmes suivre VER 2090.53 949.12 0.02 0.74 ind:pas:1p; -suivît suivre VER 2090.53 949.12 0.00 0.41 sub:imp:3s; -suivaient suivre VER 2090.53 949.12 1.11 15.54 ind:imp:3p; -suivais suivre VER 2090.53 949.12 3.46 8.11 ind:imp:1s;ind:imp:2s; -suivait suivre VER 2090.53 949.12 6.09 40.54 ind:imp:3s; -suivant suivant PRE 2.61 15.47 2.61 15.47 -suivante suivant ADJ f s 28.81 51.08 11.20 19.46 -suivantes suivant ADJ f p 28.81 51.08 2.55 5.61 -suivants suivant ADJ m p 28.81 51.08 4.26 9.19 -suive suivre VER 2090.53 949.12 4.09 1.62 sub:pre:1s;sub:pre:3s; -suivent suivre VER 2090.53 949.12 11.14 12.64 ind:pre:3p;sub:pre:3p; -suives suivre VER 2090.53 949.12 0.98 0.00 sub:pre:2s; -suiveur suiveur NOM m s 0.27 0.88 0.07 0.27 -suiveurs suiveur NOM m p 0.27 0.88 0.17 0.54 -suiveuse suiveur NOM f s 0.27 0.88 0.03 0.07 -suiveuses suiveur ADJ f p 0.02 0.27 0.00 0.14 -suivez_moi_jeune_homme suivez_moi_jeune_homme NOM m s 0.00 0.07 0.00 0.07 -suivez suivre VER 2090.53 949.12 57.03 6.35 imp:pre:2p;ind:pre:2p; -suivi suivre VER m s 2090.53 949.12 34.99 48.04 par:pas; -suivie suivre VER f s 2090.53 949.12 9.18 15.54 par:pas; -suivies suivre VER f p 2090.53 949.12 1.21 3.51 par:pas; -suiviez suivre VER 2090.53 949.12 1.27 0.14 ind:imp:2p;sub:pre:2p; -suivions suivre VER 2090.53 949.12 0.24 2.70 ind:imp:1p; -suivirent suivre VER 2090.53 949.12 0.69 15.27 ind:pas:3p; -suivis suivre VER m p 2090.53 949.12 4.80 11.42 ind:pas:1s;par:pas;par:pas; -suivissent suivre VER 2090.53 949.12 0.00 0.20 sub:imp:3p; -suivistes suiviste NOM p 0.00 0.07 0.00 0.07 -suivit suivre VER 2090.53 949.12 0.70 35.47 ind:pas:3s; -suivons suivre VER 2090.53 949.12 4.45 3.11 imp:pre:1p;ind:pre:1p; -suivra suivre VER 2090.53 949.12 5.27 2.70 ind:fut:3s; -suivrai suivre VER 2090.53 949.12 4.21 1.15 ind:fut:1s; -suivraient suivre VER 2090.53 949.12 0.58 1.42 cnd:pre:3p; -suivrais suivre VER 2090.53 949.12 1.62 0.95 cnd:pre:1s;cnd:pre:2s; -suivrait suivre VER 2090.53 949.12 0.96 3.18 cnd:pre:3s; -suivras suivre VER 2090.53 949.12 0.64 0.20 ind:fut:2s; -suivre suivre VER 2090.53 949.12 73.91 80.14 inf;; -suivrez suivre VER 2090.53 949.12 1.18 0.20 ind:fut:2p; -suivriez suivre VER 2090.53 949.12 0.06 0.00 cnd:pre:2p; -suivrions suivre VER 2090.53 949.12 0.00 0.14 cnd:pre:1p; -suivrons suivre VER 2090.53 949.12 1.94 0.34 ind:fut:1p; -suivront suivre VER 2090.53 949.12 2.46 2.16 ind:fut:3p; -sujet sujet NOM m s 120.42 105.74 107.92 88.04 -sujets sujet NOM m p 120.42 105.74 12.51 17.70 -sujette sujet ADJ f s 3.90 6.62 0.70 1.42 -sujettes sujet ADJ f p 3.90 6.62 0.09 0.20 -séjour séjour NOM m s 16.60 43.58 15.70 36.82 -séjourna séjourner VER 2.48 6.96 0.00 0.34 ind:pas:3s; -séjournaient séjourner VER 2.48 6.96 0.02 0.34 ind:imp:3p; -séjournais séjourner VER 2.48 6.96 0.00 0.07 ind:imp:1s; -séjournait séjourner VER 2.48 6.96 0.27 1.22 ind:imp:3s; -séjournant séjourner VER 2.48 6.96 0.00 0.27 par:pre; -séjourne séjourner VER 2.48 6.96 0.83 0.47 imp:pre:2s;ind:pre:1s;ind:pre:3s; -séjournent séjourner VER 2.48 6.96 0.14 0.07 ind:pre:3p; -séjourner séjourner VER 2.48 6.96 0.39 1.35 inf; -séjourneraient séjourner VER 2.48 6.96 0.00 0.07 cnd:pre:3p; -séjournerez séjourner VER 2.48 6.96 0.12 0.07 ind:fut:2p; -séjourneriez séjourner VER 2.48 6.96 0.01 0.00 cnd:pre:2p; -séjournerons séjourner VER 2.48 6.96 0.01 0.00 ind:fut:1p; -séjournes séjourner VER 2.48 6.96 0.01 0.00 ind:pre:2s; -séjournez séjourner VER 2.48 6.96 0.10 0.00 imp:pre:2p;ind:pre:2p; -séjourniez séjourner VER 2.48 6.96 0.01 0.07 ind:imp:2p; -séjournions séjourner VER 2.48 6.96 0.00 0.20 ind:imp:1p; -séjournâmes séjourner VER 2.48 6.96 0.00 0.07 ind:pas:1p; -séjourné séjourner VER m s 2.48 6.96 0.56 2.36 par:pas; -séjours séjour NOM m p 16.60 43.58 0.90 6.76 -sujétion sujétion NOM f s 0.03 1.15 0.03 0.81 -sujétions sujétion NOM f p 0.03 1.15 0.00 0.34 -sélect sélect ADJ m s 0.13 0.54 0.08 0.41 -sélecte sélect ADJ f s 0.13 0.54 0.02 0.00 -sélecteur sélecteur NOM m s 0.05 0.27 0.03 0.07 -sélecteurs sélecteur NOM m p 0.05 0.27 0.03 0.20 -sélectif sélectif ADJ m s 1.18 1.22 0.21 0.47 -sélectifs sélectif ADJ m p 1.18 1.22 0.08 0.14 -sélection sélection NOM f s 4.69 2.64 4.45 2.36 -sélectionna sélectionner VER 4.08 1.76 0.00 0.07 ind:pas:3s; -sélectionnaient sélectionner VER 4.08 1.76 0.00 0.07 ind:imp:3p; -sélectionnait sélectionner VER 4.08 1.76 0.03 0.14 ind:imp:3s; -sélectionnant sélectionner VER 4.08 1.76 0.16 0.00 par:pre; -sélectionne sélectionner VER 4.08 1.76 0.38 0.00 imp:pre:2s;ind:pre:1s;ind:pre:3s; -sélectionner sélectionner VER 4.08 1.76 1.13 0.61 inf; -sélectionnera sélectionner VER 4.08 1.76 0.11 0.00 ind:fut:3s; -sélectionnerai sélectionner VER 4.08 1.76 0.02 0.00 ind:fut:1s; -sélectionnerais sélectionner VER 4.08 1.76 0.01 0.00 cnd:pre:1s; -sélectionneur sélectionneur NOM m s 0.00 0.07 0.00 0.07 -sélectionneuse sélectionneuse NOM f s 0.01 0.00 0.01 0.00 -sélectionnez sélectionner VER 4.08 1.76 0.11 0.00 imp:pre:2p;ind:pre:2p; -sélectionné sélectionner VER m s 4.08 1.76 1.09 0.27 par:pas; -sélectionnée sélectionner VER f s 4.08 1.76 0.13 0.27 par:pas; -sélectionnées sélectionner VER f p 4.08 1.76 0.17 0.07 par:pas; -sélectionnés sélectionner VER m p 4.08 1.76 0.75 0.27 par:pas; -sélections sélection NOM f p 4.69 2.64 0.24 0.27 -sélective sélectif ADJ f s 1.18 1.22 0.83 0.61 -sélectivement sélectivement ADV 0.05 0.00 0.05 0.00 -sélectives sélectif ADJ f p 1.18 1.22 0.05 0.00 -sélectivité sélectivité NOM f s 0.01 0.07 0.01 0.07 -sélects sélect ADJ m p 0.13 0.54 0.02 0.14 -sulfamide sulfamide NOM m s 0.19 0.14 0.02 0.00 -sulfamides sulfamide NOM m p 0.19 0.14 0.17 0.14 -sulfatages sulfatage NOM m p 0.00 0.07 0.00 0.07 -sulfatant sulfater VER 0.04 0.27 0.00 0.07 par:pre; -sulfate sulfate NOM m s 0.46 0.68 0.45 0.47 -sulfater sulfater VER 0.04 0.27 0.01 0.20 inf; -sulfates sulfate NOM m p 0.46 0.68 0.01 0.20 -sulfateuse sulfateur NOM f s 0.06 0.27 0.06 0.14 -sulfateuses sulfateur NOM f p 0.06 0.27 0.00 0.14 -sulfaté sulfaté ADJ m s 0.10 0.07 0.10 0.00 -sulfatées sulfaté ADJ f p 0.10 0.07 0.00 0.07 -sulfhydrique sulfhydrique ADJ m s 0.01 0.07 0.01 0.07 -sulfite sulfite NOM m s 0.03 0.07 0.03 0.07 -sulfonate sulfonate NOM m s 0.03 0.00 0.03 0.00 -sulfonique sulfonique ADJ s 0.01 0.00 0.01 0.00 -sulfonée sulfoner VER f s 0.00 0.14 0.00 0.07 par:pas; -sulfonés sulfoner VER m p 0.00 0.14 0.00 0.07 par:pas; -sulfure sulfure NOM m s 0.15 0.68 0.14 0.34 -sulfures sulfure NOM m p 0.15 0.68 0.01 0.34 -sulfureuse sulfureux ADJ f s 0.50 1.89 0.27 0.95 -sulfureuses sulfureux ADJ f p 0.50 1.89 0.16 0.47 -sulfureux sulfureux ADJ m 0.50 1.89 0.07 0.47 -sulfurique sulfurique ADJ m s 0.82 0.41 0.82 0.41 -sulfurisé sulfurisé ADJ m s 0.04 0.20 0.04 0.20 -sulfuré sulfuré ADJ m s 0.03 0.00 0.02 0.00 -sulfurée sulfuré ADJ f s 0.03 0.00 0.01 0.00 -sulky sulky NOM m s 0.14 0.41 0.14 0.41 -sulpicien sulpicien ADJ m s 0.00 0.61 0.00 0.20 -sulpicienne sulpicien ADJ f s 0.00 0.61 0.00 0.27 -sulpiciennes sulpicien ADJ f p 0.00 0.61 0.00 0.14 -sultan sultan NOM m s 1.75 7.09 1.68 4.86 -sultanat sultanat NOM m s 0.02 0.20 0.02 0.20 -sultane sultane NOM f s 0.05 3.78 0.05 3.78 -sultanes sultan NOM f p 1.75 7.09 0.00 0.07 -sultans sultan NOM m p 1.75 7.09 0.07 2.16 -sélénite sélénite NOM s 0.20 0.00 0.02 0.00 -sélénites sélénite NOM p 0.20 0.00 0.17 0.00 -sélénium sélénium NOM m s 0.19 0.00 0.19 0.00 -séléniure séléniure NOM m s 0.03 0.00 0.03 0.00 -sélénographie sélénographie NOM f s 0.00 0.07 0.00 0.07 -sumac sumac NOM m s 0.13 0.14 0.13 0.14 -sémantique sémantique NOM f s 0.29 0.34 0.29 0.34 -sémantiques sémantique ADJ p 0.05 0.14 0.00 0.07 -sémaphore sémaphore NOM m s 0.15 1.01 0.12 0.61 -sémaphores sémaphore NOM m p 0.15 1.01 0.03 0.41 -sémaphoriques sémaphorique ADJ m p 0.00 0.07 0.00 0.07 -sémillant sémillant ADJ m s 0.19 0.61 0.19 0.41 -sémillante sémillant ADJ f s 0.19 0.61 0.00 0.20 -sémillon sémillon NOM m s 0.00 0.07 0.00 0.07 -séminaire séminaire NOM m s 3.58 4.59 2.73 3.58 -séminaires séminaire NOM m p 3.58 4.59 0.86 1.01 -séminal séminal ADJ m s 0.21 1.08 0.17 0.07 -séminale séminal ADJ f s 0.21 1.08 0.03 0.74 -séminales séminal ADJ f p 0.21 1.08 0.01 0.07 -séminariste séminariste NOM s 0.21 3.72 0.20 2.97 -séminaristes séminariste NOM p 0.21 3.72 0.01 0.74 -séminaux séminal ADJ m p 0.21 1.08 0.00 0.20 -séminole séminole NOM s 0.08 0.07 0.03 0.00 -séminoles séminole NOM p 0.08 0.07 0.05 0.07 -séminome séminome NOM m s 0.01 0.00 0.01 0.00 -sémiologie sémiologie NOM f s 0.01 0.07 0.01 0.07 -sémiologue sémiologue NOM s 0.00 0.07 0.00 0.07 -sémiotique sémiotique NOM f s 0.04 0.00 0.04 0.00 -sémiotiques sémiotique NOM f p 0.04 0.00 0.01 0.00 -sémite sémite NOM s 0.36 0.34 0.12 0.20 -sémites sémite NOM p 0.36 0.34 0.23 0.14 -sémitique sémitique ADJ s 0.02 0.20 0.02 0.07 -sémitiques sémitique ADJ f p 0.02 0.20 0.00 0.14 -summum summum NOM m s 0.56 0.47 0.56 0.47 -sumo sumo NOM m s 0.88 0.07 0.88 0.07 -sumérien sumérien NOM m s 0.04 0.00 0.04 0.00 -sénat sénat NOM m s 1.38 1.82 1.38 1.82 -sénateur sénateur NOM m s 19.77 3.31 14.85 2.03 -sénateurs sénateur NOM m p 19.77 3.31 4.48 1.28 -sénatorial sénatorial ADJ m s 0.25 0.47 0.07 0.20 -sénatoriale sénatorial ADJ f s 0.25 0.47 0.17 0.20 -sénatoriales sénatorial NOM f p 0.03 0.00 0.03 0.00 -sénatrice sénateur NOM f s 19.77 3.31 0.44 0.00 -sénatus_consulte sénatus_consulte NOM m s 0.00 0.07 0.00 0.07 -sénescence sénescence NOM f s 0.01 0.14 0.01 0.14 -sénevé sénevé NOM m s 0.00 0.14 0.00 0.14 -sénile sénile ADJ s 2.18 1.82 1.94 1.49 -sénilement sénilement ADV 0.00 0.07 0.00 0.07 -séniles sénile ADJ p 2.18 1.82 0.23 0.34 -sénilité sénilité NOM f s 0.23 0.81 0.23 0.81 -sunlight sunlight NOM m s 0.16 0.41 0.16 0.00 -sunlights sunlight NOM m p 0.16 0.41 0.00 0.41 -sunna sunna NOM f s 0.02 0.07 0.02 0.07 -sunnites sunnite NOM p 0.02 0.00 0.02 0.00 -séné séné NOM m s 0.16 0.14 0.16 0.07 -sénéchal sénéchal NOM m s 0.01 5.81 0.01 5.20 -sénéchaux sénéchal NOM m p 0.01 5.81 0.00 0.61 -sénégalais sénégalais NOM m 0.14 2.09 0.14 1.82 -sénégalaise sénégalais ADJ f s 0.11 3.24 0.01 0.00 -sénégalaises sénégalais ADJ f p 0.11 3.24 0.01 0.00 -sénés séné NOM m p 0.16 0.14 0.00 0.07 -suons suer VER 7.28 10.34 0.02 0.00 ind:pre:1p; -suât suer VER 7.28 10.34 0.00 0.07 sub:imp:3s; -séoudite séoudite ADJ f s 0.00 0.27 0.00 0.27 -sépale sépale NOM m s 0.03 0.00 0.01 0.00 -sépales sépale NOM m p 0.03 0.00 0.02 0.00 -sépara séparer VER 66.22 109.80 0.27 2.77 ind:pas:3s; -séparable séparable ADJ s 0.00 0.14 0.00 0.14 -séparai séparer VER 66.22 109.80 0.01 0.14 ind:pas:1s; -séparaient séparer VER 66.22 109.80 0.30 7.70 ind:imp:3p; -séparais séparer VER 66.22 109.80 0.01 0.34 ind:imp:1s; -séparait séparer VER 66.22 109.80 1.23 18.04 ind:imp:3s; -séparant séparer VER 66.22 109.80 0.56 4.26 par:pre; -séparateur séparateur NOM m s 0.07 0.00 0.07 0.00 -séparation séparation NOM f s 10.15 14.39 9.88 13.45 -séparations séparation NOM f p 10.15 14.39 0.27 0.95 -séparatiste séparatiste ADJ m s 0.45 0.20 0.09 0.20 -séparatistes séparatiste NOM p 0.45 0.00 0.40 0.00 -séparatrice séparateur ADJ f s 0.01 0.20 0.01 0.00 -sépare séparer VER 66.22 109.80 12.77 14.19 imp:pre:2s;ind:pre:1s;ind:pre:3s; -séparent séparer VER 66.22 109.80 3.41 6.42 ind:pre:3p; -séparer séparer VER 66.22 109.80 20.34 18.38 ind:pre:2p;inf; -séparera séparer VER 66.22 109.80 1.39 0.34 ind:fut:3s; -séparerai séparer VER 66.22 109.80 0.32 0.34 ind:fut:1s; -sépareraient séparer VER 66.22 109.80 0.17 0.14 cnd:pre:3p; -séparerais séparer VER 66.22 109.80 0.28 0.07 cnd:pre:1s;cnd:pre:2s; -séparerait séparer VER 66.22 109.80 0.22 0.54 cnd:pre:3s; -sépareras séparer VER 66.22 109.80 0.02 0.00 ind:fut:2s; -séparerez séparer VER 66.22 109.80 0.16 0.14 ind:fut:2p; -séparerons séparer VER 66.22 109.80 0.25 0.20 ind:fut:1p; -sépareront séparer VER 66.22 109.80 0.09 0.00 ind:fut:3p; -séparez séparer VER 66.22 109.80 2.59 0.14 imp:pre:2p;ind:pre:2p; -sépariez séparer VER 66.22 109.80 0.32 0.07 ind:imp:2p; -séparions séparer VER 66.22 109.80 0.08 0.68 ind:imp:1p; -séparâmes séparer VER 66.22 109.80 0.01 0.34 ind:pas:1p; -séparons séparer VER 66.22 109.80 2.17 0.47 imp:pre:1p;ind:pre:1p; -séparât séparer VER 66.22 109.80 0.00 0.27 sub:imp:3s; -séparèrent séparer VER 66.22 109.80 0.30 3.11 ind:pas:3p; -séparé séparer VER m s 66.22 109.80 4.11 8.78 par:pas; -séparée séparer VER f s 66.22 109.80 2.11 6.49 par:pas; -séparées séparé ADJ f p 5.41 7.30 1.11 1.28 -séparément séparément ADV 4.01 3.78 4.01 3.78 -séparés séparer VER m p 66.22 109.80 11.81 12.43 par:pas; -super_espion super_espion NOM m s 0.02 0.00 0.02 0.00 -super_grand super_grand NOM m p 0.00 0.07 0.00 0.07 -super_pilote super_pilote ADJ s 0.01 0.00 0.01 0.00 -super_puissance super_puissance NOM f p 0.03 0.00 0.03 0.00 -super super ADJ 154.83 7.09 154.83 7.09 -superbe superbe ADJ s 53.42 23.85 45.32 19.05 -superbement superbement ADV 0.30 2.64 0.30 2.64 -superbes superbe ADJ p 53.42 23.85 8.10 4.80 -supercalculateur supercalculateur NOM m s 0.06 0.00 0.06 0.00 -supercarburant supercarburant NOM m s 0.02 0.00 0.02 0.00 -superchampion superchampion NOM m s 0.01 0.07 0.00 0.07 -superchampions superchampion NOM m p 0.01 0.07 0.01 0.00 -supercherie supercherie NOM f s 1.60 1.76 1.55 1.69 -supercheries supercherie NOM f p 1.60 1.76 0.04 0.07 -superfamille superfamille NOM f s 0.01 0.00 0.01 0.00 -superficialité superficialité NOM f s 0.27 0.34 0.26 0.34 -superficialités superficialité NOM f p 0.27 0.34 0.01 0.00 -superficie superficie NOM f s 0.35 1.01 0.35 1.01 -superficiel superficiel ADJ m s 5.71 5.61 2.12 1.96 -superficielle superficiel ADJ f s 5.71 5.61 1.93 2.23 -superficiellement superficiellement ADV 0.06 0.41 0.06 0.41 -superficielles superficiel ADJ f p 5.71 5.61 1.00 0.68 -superficiels superficiel ADJ m p 5.71 5.61 0.67 0.74 -superfin superfin ADJ m s 0.00 0.07 0.00 0.07 -superflu superflu ADJ m s 2.94 4.46 1.41 2.16 -superflue superflu ADJ f s 2.94 4.46 0.16 1.08 -superflues superflu ADJ f p 2.94 4.46 0.35 0.68 -superfluité superfluité NOM f s 0.00 0.20 0.00 0.07 -superfluités superfluité NOM f p 0.00 0.20 0.00 0.14 -superflus superflu ADJ m p 2.94 4.46 1.01 0.54 -superforteresses superforteresse ADJ f p 0.00 0.07 0.00 0.07 -superfétatoire superfétatoire ADJ s 0.03 0.54 0.03 0.27 -superfétatoires superfétatoire ADJ f p 0.03 0.54 0.00 0.27 -supergrand supergrand NOM m s 0.00 0.07 0.00 0.07 -superintendant superintendant NOM m s 0.10 0.14 0.10 0.07 -superintendante superintendante NOM f s 0.00 0.07 0.00 0.07 -superintendants superintendant NOM m p 0.10 0.14 0.00 0.07 -superlatif superlatif ADJ m s 0.03 0.07 0.02 0.07 -superlatifs superlatif NOM m p 0.02 0.27 0.02 0.27 -superlative superlatif ADJ f s 0.03 0.07 0.01 0.00 -superlativement superlativement ADV 0.00 0.07 0.00 0.07 -superman superman NOM m 1.52 0.20 1.12 0.14 -supermarché supermarché NOM m s 12.19 5.68 10.68 5.34 -supermarchés supermarché NOM m p 12.19 5.68 1.51 0.34 -supermen superman NOM m p 1.52 0.20 0.40 0.07 -supernova supernova NOM f s 0.58 0.07 0.55 0.07 -supernovas supernova NOM f p 0.58 0.07 0.04 0.00 -superordinateur superordinateur NOM m s 0.03 0.00 0.03 0.00 -superphosphates superphosphate NOM m p 0.00 0.07 0.00 0.07 -superposa superposer VER 0.56 7.50 0.00 0.07 ind:pas:3s; -superposable superposable ADJ s 0.00 0.20 0.00 0.07 -superposables superposable ADJ m p 0.00 0.20 0.00 0.14 -superposaient superposer VER 0.56 7.50 0.00 1.01 ind:imp:3p; -superposait superposer VER 0.56 7.50 0.00 0.34 ind:imp:3s; -superposant superposer VER 0.56 7.50 0.02 0.74 par:pre; -superpose superposer VER 0.56 7.50 0.04 0.81 ind:pre:1s;ind:pre:3s; -superposent superposer VER 0.56 7.50 0.26 1.35 ind:pre:3p; -superposer superposer VER 0.56 7.50 0.03 0.88 inf; -superposez superposer VER 0.56 7.50 0.01 0.00 ind:pre:2p; -superposition superposition NOM f s 0.03 0.95 0.02 0.61 -superpositions superposition NOM f p 0.03 0.95 0.01 0.34 -superposé superposé ADJ m s 0.37 5.00 0.10 0.14 -superposée superposer VER f s 0.56 7.50 0.01 0.27 par:pas; -superposées superposé ADJ f p 0.37 5.00 0.04 1.96 -superposés superposé ADJ m p 0.37 5.00 0.23 2.84 -superpouvoirs superpouvoir NOM m p 0.20 0.00 0.20 0.00 -superproduction superproduction NOM f s 0.08 0.27 0.06 0.20 -superproductions superproduction NOM f p 0.08 0.27 0.02 0.07 -superpuissance superpuissance NOM f s 0.34 0.00 0.22 0.00 -superpuissances superpuissance NOM f p 0.34 0.00 0.12 0.00 -superpuissant superpuissant ADJ m s 0.04 0.07 0.01 0.00 -superpuissante superpuissant ADJ f s 0.04 0.07 0.01 0.00 -superpuissants superpuissant ADJ m p 0.04 0.07 0.01 0.07 -supers super NOM m p 73.26 2.77 1.78 0.07 -supersonique supersonique ADJ s 0.33 0.20 0.11 0.07 -supersoniques supersonique ADJ p 0.33 0.20 0.23 0.14 -superstar superstar NOM f s 1.82 0.41 1.67 0.34 -superstars superstar NOM f p 1.82 0.41 0.15 0.07 -superstitieuse superstitieux ADJ f s 2.54 3.92 0.30 1.82 -superstitieusement superstitieusement ADV 0.00 0.34 0.00 0.34 -superstitieuses superstitieux ADJ f p 2.54 3.92 0.17 0.14 -superstitieux superstitieux ADJ m 2.54 3.92 2.08 1.96 -superstition superstition NOM f s 6.11 5.95 3.61 4.19 -superstitions superstition NOM f p 6.11 5.95 2.50 1.76 -superstructure superstructure NOM f s 0.11 1.35 0.11 0.20 -superstructures superstructure NOM f p 0.11 1.35 0.00 1.15 -supertanker supertanker NOM m s 0.03 0.00 0.03 0.00 -supervisa superviser VER 3.61 0.74 0.02 0.00 ind:pas:3s; -supervisais superviser VER 3.61 0.74 0.03 0.00 ind:imp:1s; -supervisait superviser VER 3.61 0.74 0.14 0.27 ind:imp:3s; -supervisant superviser VER 3.61 0.74 0.03 0.00 par:pre; -supervise superviser VER 3.61 0.74 1.03 0.07 imp:pre:2s;ind:pre:1s;ind:pre:3s; -supervisent superviser VER 3.61 0.74 0.05 0.00 ind:pre:3p; -superviser superviser VER 3.61 0.74 1.03 0.20 inf; -supervisera superviser VER 3.61 0.74 0.11 0.00 ind:fut:3s; -superviserai superviser VER 3.61 0.74 0.09 0.00 ind:fut:1s; -superviserais superviser VER 3.61 0.74 0.01 0.00 cnd:pre:1s; -superviserait superviser VER 3.61 0.74 0.04 0.00 cnd:pre:3s; -superviseras superviser VER 3.61 0.74 0.02 0.00 ind:fut:2s; -superviserez superviser VER 3.61 0.74 0.04 0.00 ind:fut:2p; -superviserons superviser VER 3.61 0.74 0.01 0.00 ind:fut:1p; -superviseront superviser VER 3.61 0.74 0.01 0.07 ind:fut:3p; -superviseur superviseur NOM m s 1.99 0.07 1.66 0.00 -superviseurs superviseur NOM m p 1.99 0.07 0.33 0.07 -supervisez superviser VER 3.61 0.74 0.04 0.00 ind:pre:2p; -supervisiez superviser VER 3.61 0.74 0.05 0.00 ind:imp:2p; -supervision supervision NOM f s 0.68 0.27 0.68 0.20 -supervisions supervision NOM f p 0.68 0.27 0.00 0.07 -supervisons superviser VER 3.61 0.74 0.05 0.00 ind:pre:1p; -supervisé superviser VER m s 3.61 0.74 0.62 0.07 par:pas; -supervisée superviser VER f s 3.61 0.74 0.11 0.00 par:pas; -supervisées superviser VER f p 3.61 0.74 0.04 0.00 par:pas; -supervisés superviser VER m p 3.61 0.74 0.03 0.07 par:pas; -sépharade sépharade ADJ f s 0.01 0.20 0.01 0.07 -sépharades sépharade NOM p 0.00 0.41 0.00 0.14 -sépia sépia NOM f s 0.02 1.15 0.02 1.08 -sépias sépia NOM f p 0.02 1.15 0.00 0.07 -supin supin NOM m s 0.00 0.07 0.00 0.07 -supination supination NOM f s 0.05 0.14 0.05 0.14 -suppôt suppôt NOM m s 0.39 0.95 0.17 0.54 -suppôts suppôt NOM m p 0.39 0.95 0.22 0.41 -supplanta supplanter VER 0.60 1.62 0.00 0.07 ind:pas:3s; -supplantait supplanter VER 0.60 1.62 0.03 0.20 ind:imp:3s; -supplantant supplanter VER 0.60 1.62 0.01 0.07 par:pre; -supplante supplanter VER 0.60 1.62 0.07 0.00 ind:pre:3s; -supplantent supplanter VER 0.60 1.62 0.04 0.07 ind:pre:3p; -supplanter supplanter VER 0.60 1.62 0.20 0.34 inf; -supplanté supplanter VER m s 0.60 1.62 0.26 0.54 par:pas; -supplantée supplanter VER f s 0.60 1.62 0.00 0.34 par:pas; -supplia supplier VER 53.65 34.46 0.55 3.65 ind:pas:3s; -suppliai supplier VER 53.65 34.46 0.01 0.81 ind:pas:1s; -suppliaient supplier VER 53.65 34.46 0.08 0.95 ind:imp:3p; -suppliais supplier VER 53.65 34.46 0.27 0.88 ind:imp:1s;ind:imp:2s; -suppliait supplier VER 53.65 34.46 0.95 5.07 ind:imp:3s; -suppliant supplier VER 53.65 34.46 0.57 3.11 par:pre; -suppliante suppliant ADJ f s 1.20 7.09 0.50 2.70 -suppliantes suppliant ADJ f p 1.20 7.09 0.00 0.47 -suppliants suppliant ADJ m p 1.20 7.09 0.50 1.15 -supplication supplication NOM f s 0.33 4.80 0.11 2.03 -supplications supplication NOM f p 0.33 4.80 0.22 2.77 -supplice supplice NOM m s 3.77 13.38 3.13 11.35 -supplices supplice NOM m p 3.77 13.38 0.64 2.03 -supplicia supplicier VER 0.48 0.88 0.00 0.07 ind:pas:3s; -suppliciant suppliciant ADJ m s 0.00 0.27 0.00 0.14 -suppliciantes suppliciant ADJ f p 0.00 0.27 0.00 0.14 -supplicient supplicier VER 0.48 0.88 0.00 0.14 ind:pre:3p; -supplicier supplicier VER 0.48 0.88 0.14 0.41 inf; -supplicierez supplicier VER 0.48 0.88 0.14 0.00 ind:fut:2p; -supplicié supplicier VER m s 0.48 0.88 0.10 0.14 par:pas; -suppliciée supplicié NOM f s 0.01 2.64 0.01 0.20 -suppliciées supplicié NOM f p 0.01 2.64 0.00 0.14 -suppliciés supplicier VER m p 0.48 0.88 0.11 0.07 par:pas; -supplie supplier VER 53.65 34.46 37.38 11.01 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:1s; -supplient supplier VER 53.65 34.46 0.12 0.74 ind:pre:3p; -supplier supplier VER 53.65 34.46 4.96 4.19 inf; -suppliera supplier VER 53.65 34.46 0.10 0.00 ind:fut:3s; -supplierai supplier VER 53.65 34.46 0.39 0.07 ind:fut:1s; -supplieraient supplier VER 53.65 34.46 0.02 0.00 cnd:pre:3p; -supplierais supplier VER 53.65 34.46 0.03 0.00 cnd:pre:1s;cnd:pre:2s; -supplierait supplier VER 53.65 34.46 0.05 0.07 cnd:pre:3s; -supplieras supplier VER 53.65 34.46 0.44 0.00 ind:fut:2s; -supplierez supplier VER 53.65 34.46 0.06 0.00 ind:fut:2p; -supplieriez supplier VER 53.65 34.46 0.01 0.00 cnd:pre:2p; -supplieront supplier VER 53.65 34.46 0.17 0.00 ind:fut:3p; -supplies supplier VER 53.65 34.46 0.42 0.14 ind:pre:2s; -suppliez supplier VER 53.65 34.46 0.17 0.00 imp:pre:2p;ind:pre:2p; -supplions supplier VER 53.65 34.46 0.27 0.20 ind:pre:1p; -suppliât supplier VER 53.65 34.46 0.00 0.07 sub:imp:3s; -supplique supplique NOM f s 0.28 1.08 0.21 0.68 -suppliques supplique NOM f p 0.28 1.08 0.07 0.41 -supplié supplier VER m s 53.65 34.46 4.33 2.97 par:pas; -suppliée supplier VER f s 53.65 34.46 1.89 0.41 par:pas; -suppliés supplier VER m p 53.65 34.46 0.42 0.14 par:pas; -suppléaient suppléer VER 0.19 2.30 0.00 0.20 ind:imp:3p; -suppléait suppléer VER 0.19 2.30 0.01 0.34 ind:imp:3s; -suppléance suppléance NOM f s 0.14 0.00 0.14 0.00 -suppléant suppléant NOM m s 0.50 0.54 0.34 0.41 -suppléante suppléant ADJ f s 0.20 0.20 0.03 0.00 -suppléants suppléant NOM m p 0.50 0.54 0.14 0.14 -supplée suppléer VER 0.19 2.30 0.00 0.47 ind:pre:3s; -suppléent suppléer VER 0.19 2.30 0.00 0.07 ind:pre:3p; -suppléer suppléer VER 0.19 2.30 0.14 0.68 inf; -suppléeraient suppléer VER 0.19 2.30 0.00 0.07 cnd:pre:3p; -suppléerait suppléer VER 0.19 2.30 0.00 0.14 cnd:pre:3s; -suppléerez suppléer VER 0.19 2.30 0.00 0.07 ind:fut:2p; -supplément supplément NOM m s 2.80 7.50 2.60 6.42 -supplémentaire supplémentaire ADJ s 8.97 15.68 4.19 10.20 -supplémentaires supplémentaire ADJ p 8.97 15.68 4.79 5.47 -supplémenter supplémenter VER 0.00 0.14 0.00 0.07 inf; -suppléments supplément NOM m p 2.80 7.50 0.20 1.08 -supplémentées supplémenter VER f p 0.00 0.14 0.00 0.07 par:pas; -supplétifs supplétif NOM m p 0.00 0.14 0.00 0.14 -supplétive supplétif ADJ f s 0.00 0.14 0.00 0.14 -suppléé suppléer VER m s 0.19 2.30 0.00 0.07 par:pas; -support support NOM m s 2.94 6.42 2.71 5.20 -supporta supporter VER 86.04 81.22 0.05 1.01 ind:pas:3s; -supportable supportable ADJ s 1.73 6.22 1.60 5.00 -supportables supportable ADJ p 1.73 6.22 0.13 1.22 -supportai supporter VER 86.04 81.22 0.01 0.14 ind:pas:1s; -supportaient supporter VER 86.04 81.22 0.14 1.49 ind:imp:3p; -supportais supporter VER 86.04 81.22 2.29 2.30 ind:imp:1s;ind:imp:2s; -supportait supporter VER 86.04 81.22 2.38 10.47 ind:imp:3s; -supportant supporter VER 86.04 81.22 0.14 2.43 par:pre; -supporte supporter VER 86.04 81.22 29.14 12.43 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:1s; -supportent supporter VER 86.04 81.22 2.14 2.23 ind:pre:3p;sub:pre:3p; -supporter supporter VER 86.04 81.22 30.04 33.45 inf; -supportera supporter VER 86.04 81.22 1.46 0.47 ind:fut:3s; -supporterai supporter VER 86.04 81.22 2.27 0.95 ind:fut:1s; -supporteraient supporter VER 86.04 81.22 0.23 0.20 cnd:pre:3p; -supporterais supporter VER 86.04 81.22 2.58 1.01 cnd:pre:1s;cnd:pre:2s; -supporterait supporter VER 86.04 81.22 1.18 3.38 cnd:pre:3s; -supporteras supporter VER 86.04 81.22 0.52 0.07 ind:fut:2s; -supporterez supporter VER 86.04 81.22 0.25 0.14 ind:fut:2p; -supporteriez supporter VER 86.04 81.22 0.05 0.20 cnd:pre:2p; -supporterons supporter VER 86.04 81.22 0.22 0.07 ind:fut:1p; -supporteront supporter VER 86.04 81.22 0.13 0.07 ind:fut:3p; -supporters supporter NOM m p 6.07 5.54 1.75 2.91 -supportes supporter VER 86.04 81.22 3.86 0.34 ind:pre:2s; -supporteur supporteur NOM m s 0.08 0.07 0.02 0.00 -supportez supporter VER 86.04 81.22 1.37 0.54 imp:pre:2p;ind:pre:2p; -supportiez supporter VER 86.04 81.22 0.18 0.00 ind:imp:2p; -supportions supporter VER 86.04 81.22 0.00 0.41 ind:imp:1p; -supportons supporter VER 86.04 81.22 0.44 0.27 imp:pre:1p;ind:pre:1p; -supportât supporter VER 86.04 81.22 0.00 0.27 sub:imp:3s; -supportrice supporteur NOM f s 0.08 0.07 0.06 0.00 -supportrices supportrice NOM f p 0.13 0.00 0.13 0.00 -support_chaussette support_chaussette NOM m p 0.00 0.07 0.00 0.07 -supports support NOM m p 2.94 6.42 0.22 1.22 -supportèrent supporter VER 86.04 81.22 0.00 0.07 ind:pas:3p; -supporté supporter VER m s 86.04 81.22 4.56 5.00 par:pas; -supportée supporter VER f s 86.04 81.22 0.20 0.81 par:pas; -supportées supporter VER f p 86.04 81.22 0.01 0.54 par:pas; -supportés supporter VER m p 86.04 81.22 0.21 0.47 par:pas; -supposa supposer VER 120.31 62.50 0.02 0.95 ind:pas:3s; -supposable supposable ADJ s 0.00 0.07 0.00 0.07 -supposai supposer VER 120.31 62.50 0.00 0.61 ind:pas:1s; -supposaient supposer VER 120.31 62.50 0.03 0.41 ind:imp:3p; -supposais supposer VER 120.31 62.50 0.50 2.30 ind:imp:1s;ind:imp:2s; -supposait supposer VER 120.31 62.50 0.11 3.18 ind:imp:3s; -supposant supposer VER 120.31 62.50 1.62 1.89 par:pre; -suppose supposer VER 120.31 62.50 89.07 29.53 imp:pre:2s;ind:pre:1s;ind:pre:3s; -supposent supposer VER 120.31 62.50 0.16 0.88 ind:pre:3p; -supposer supposer VER 120.31 62.50 3.92 14.46 inf; -supposera supposer VER 120.31 62.50 0.05 0.00 ind:fut:3s; -supposerai supposer VER 120.31 62.50 0.14 0.00 ind:fut:1s; -supposerait supposer VER 120.31 62.50 0.22 0.34 cnd:pre:3s; -supposeront supposer VER 120.31 62.50 0.04 0.07 ind:fut:3p; -supposes supposer VER 120.31 62.50 0.88 0.07 ind:pre:2s; -supposez supposer VER 120.31 62.50 1.43 1.28 imp:pre:2p;ind:pre:2p; -supposiez supposer VER 120.31 62.50 0.07 0.07 ind:imp:2p; -supposions supposer VER 120.31 62.50 0.06 0.07 ind:imp:1p; -supposition supposition NOM f s 4.10 5.34 2.74 2.50 -suppositions supposition NOM f p 4.10 5.34 1.36 2.84 -suppositoire suppositoire NOM m s 0.56 0.88 0.27 0.54 -suppositoires suppositoire NOM m p 0.56 0.88 0.29 0.34 -supposâmes supposer VER 120.31 62.50 0.00 0.07 ind:pas:1p; -supposons supposer VER 120.31 62.50 4.54 1.62 imp:pre:1p;ind:pre:1p; -supposèrent supposer VER 120.31 62.50 0.01 0.07 ind:pas:3p; -supposé supposer VER m s 120.31 62.50 12.07 3.24 par:pas; -supposée supposer VER f s 120.31 62.50 2.71 0.95 par:pas; -supposées supposer VER f p 120.31 62.50 0.36 0.07 par:pas; -supposément supposément ADV 0.04 0.00 0.04 0.00 -supposés supposer VER m p 120.31 62.50 2.30 0.41 par:pas; -suppresseur suppresseur ADJ m s 0.03 0.00 0.03 0.00 -suppresseur suppresseur NOM m s 0.03 0.00 0.03 0.00 -suppression suppression NOM f s 0.80 2.09 0.74 1.96 -suppressions suppression NOM f p 0.80 2.09 0.06 0.14 -supprima supprimer VER 13.45 15.07 0.00 0.41 ind:pas:3s; -supprimai supprimer VER 13.45 15.07 0.00 0.07 ind:pas:1s; -supprimaient supprimer VER 13.45 15.07 0.10 0.07 ind:imp:3p; -supprimais supprimer VER 13.45 15.07 0.07 0.07 ind:imp:1s; -supprimait supprimer VER 13.45 15.07 0.17 0.88 ind:imp:3s; -supprimant supprimer VER 13.45 15.07 0.21 1.28 par:pre; -supprime supprimer VER 13.45 15.07 1.99 1.62 imp:pre:2s;ind:pre:1s;ind:pre:3s; -suppriment supprimer VER 13.45 15.07 0.21 0.14 ind:pre:3p; -supprimer supprimer VER 13.45 15.07 5.86 5.74 inf; -supprimera supprimer VER 13.45 15.07 0.05 0.07 ind:fut:3s; -supprimerai supprimer VER 13.45 15.07 0.15 0.07 ind:fut:1s; -supprimeraient supprimer VER 13.45 15.07 0.03 0.07 cnd:pre:3p; -supprimerait supprimer VER 13.45 15.07 0.07 0.14 cnd:pre:3s; -supprimerons supprimer VER 13.45 15.07 0.00 0.07 ind:fut:1p; -supprimez supprimer VER 13.45 15.07 0.62 0.07 imp:pre:2p;ind:pre:2p; -supprimons supprimer VER 13.45 15.07 0.54 0.14 imp:pre:1p;ind:pre:1p; -supprimât supprimer VER 13.45 15.07 0.00 0.14 sub:imp:3s; -supprimé supprimer VER m s 13.45 15.07 2.19 2.57 par:pas; -supprimée supprimer VER f s 13.45 15.07 0.35 0.61 par:pas; -supprimées supprimer VER f p 13.45 15.07 0.23 0.34 par:pas; -supprimés supprimer VER m p 13.45 15.07 0.60 0.54 par:pas; -suppuraient suppurer VER 0.23 0.68 0.00 0.07 ind:imp:3p; -suppurait suppurer VER 0.23 0.68 0.00 0.14 ind:imp:3s; -suppurant suppurer VER 0.23 0.68 0.01 0.07 par:pre; -suppurante suppurant ADJ f s 0.03 0.07 0.01 0.00 -suppurantes suppurant ADJ f p 0.03 0.07 0.01 0.07 -suppuration suppuration NOM f s 0.01 0.14 0.01 0.07 -suppurations suppuration NOM f p 0.01 0.14 0.00 0.07 -suppure suppurer VER 0.23 0.68 0.17 0.20 ind:pre:3s; -suppurent suppurer VER 0.23 0.68 0.02 0.00 ind:pre:3p; -suppurer suppurer VER 0.23 0.68 0.02 0.14 inf; -suppurerait suppurer VER 0.23 0.68 0.00 0.07 cnd:pre:3s; -supputa supputer VER 0.16 4.19 0.00 0.14 ind:pas:3s; -supputai supputer VER 0.16 4.19 0.00 0.07 ind:pas:1s; -supputaient supputer VER 0.16 4.19 0.00 0.27 ind:imp:3p; -supputais supputer VER 0.16 4.19 0.00 0.07 ind:imp:1s; -supputait supputer VER 0.16 4.19 0.01 0.88 ind:imp:3s; -supputant supputer VER 0.16 4.19 0.00 0.54 par:pre; -supputation supputation NOM f s 0.03 0.95 0.00 0.14 -supputations supputation NOM f p 0.03 0.95 0.03 0.81 -suppute supputer VER 0.16 4.19 0.13 0.88 imp:pre:2s;ind:pre:1s;ind:pre:3s; -supputent supputer VER 0.16 4.19 0.00 0.14 ind:pre:3p; -supputer supputer VER 0.16 4.19 0.01 0.95 inf; -supputé supputer VER m s 0.16 4.19 0.00 0.20 par:pas; -supputées supputer VER f p 0.16 4.19 0.00 0.07 par:pas; -supra_humain supra_humain ADJ m s 0.00 0.07 0.00 0.07 -supra supra ADV 0.26 0.34 0.26 0.34 -supraconducteur supraconducteur NOM m s 0.16 0.00 0.09 0.00 -supraconducteurs supraconducteur NOM m p 0.16 0.00 0.07 0.00 -supraconductivité supraconductivité NOM f s 0.01 0.00 0.01 0.00 -supraconductrice supraconducteur ADJ f s 0.01 0.00 0.01 0.00 -supranational supranational ADJ m s 0.00 0.14 0.00 0.07 -supranationales supranational ADJ f p 0.00 0.14 0.00 0.07 -supranaturel supranaturel ADJ m s 0.01 0.00 0.01 0.00 -supraterrestre supraterrestre ADJ s 0.01 0.14 0.01 0.14 -suprématie suprématie NOM f s 0.47 1.08 0.47 1.08 -suprême suprême ADJ s 15.26 22.97 14.98 21.76 -suprêmement suprêmement ADV 0.09 0.81 0.09 0.81 -suprêmes suprême ADJ p 15.26 22.97 0.28 1.22 -sépulcral sépulcral ADJ m s 0.03 1.08 0.01 0.34 -sépulcrale sépulcral ADJ f s 0.03 1.08 0.01 0.68 -sépulcrales sépulcral ADJ f p 0.03 1.08 0.01 0.07 -sépulcre sépulcre NOM m s 0.48 1.08 0.08 1.01 -sépulcres sépulcre NOM m p 0.48 1.08 0.40 0.07 -sépulture sépulture NOM f s 1.51 2.97 1.44 2.16 -sépultures sépulture NOM f p 1.51 2.97 0.07 0.81 -supérette supérette NOM f s 0.56 0.07 0.56 0.07 -supérieur supérieur ADJ m s 25.72 46.69 8.74 17.70 -supérieure supérieur ADJ f s 25.72 46.69 10.70 18.65 -supérieurement supérieurement ADV 0.07 1.01 0.07 1.01 -supérieures supérieur ADJ f p 25.72 46.69 2.82 3.51 -supérieurs supérieur NOM m p 13.63 8.11 6.04 2.77 -supériorité supériorité NOM f s 2.00 9.26 2.00 8.72 -supériorités supériorité NOM f p 2.00 9.26 0.00 0.54 -séquanaise séquanais NOM f s 0.00 0.20 0.00 0.20 -séquelle séquelle NOM f s 1.31 2.36 0.11 0.41 -séquelles séquelle NOM f p 1.31 2.36 1.21 1.96 -séquence séquence NOM f s 7.61 4.73 6.02 2.97 -séquencer séquencer VER 0.20 0.00 0.20 0.00 inf; -séquences séquence NOM f p 7.61 4.73 1.59 1.76 -séquenceur séquenceur NOM m s 0.11 0.00 0.11 0.00 -séquençage séquençage NOM m s 0.27 0.00 0.27 0.00 -séquentiel séquentiel ADJ m s 0.13 0.00 0.02 0.00 -séquentielle séquentiel ADJ f s 0.13 0.00 0.11 0.00 -séquentiellement séquentiellement ADV 0.01 0.00 0.01 0.00 -séquestraient séquestrer VER 2.05 2.03 0.01 0.07 ind:imp:3p; -séquestrait séquestrer VER 2.05 2.03 0.14 0.20 ind:imp:3s; -séquestration séquestration NOM f s 0.50 0.47 0.30 0.34 -séquestrations séquestration NOM f p 0.50 0.47 0.20 0.14 -séquestre séquestre NOM m s 0.33 0.95 0.31 0.81 -séquestrer séquestrer VER 2.05 2.03 0.44 0.47 inf; -séquestres séquestre NOM m p 0.33 0.95 0.02 0.14 -séquestrez séquestrer VER 2.05 2.03 0.12 0.00 ind:pre:2p; -séquestré séquestrer VER m s 2.05 2.03 0.37 0.54 par:pas; -séquestrée séquestrer VER f s 2.05 2.03 0.83 0.47 par:pas; -séquestrés séquestrer VER m p 2.05 2.03 0.08 0.14 par:pas; -séquoia séquoia NOM m s 0.41 1.49 0.30 1.22 -séquoias séquoia NOM m p 0.41 1.49 0.11 0.27 -sur_le_champ sur_le_champ ADV 6.79 10.95 6.79 10.95 -sur_mesure sur_mesure NOM m s 0.03 0.00 0.03 0.00 -sur_place sur_place NOM m s 0.20 0.27 0.20 0.27 -sur sur PRE 2520.11 5320.47 2520.11 5320.47 -surabondaient surabonder VER 0.00 0.14 0.00 0.07 ind:imp:3p; -surabondamment surabondamment ADV 0.00 0.20 0.00 0.20 -surabondance surabondance NOM f s 0.08 1.35 0.08 1.08 -surabondances surabondance NOM f p 0.08 1.35 0.00 0.27 -surabondant surabondant ADJ m s 0.00 0.61 0.00 0.27 -surabondante surabondant ADJ f s 0.00 0.61 0.00 0.27 -surabondantes surabondant ADJ f p 0.00 0.61 0.00 0.07 -surabondent surabonder VER 0.00 0.14 0.00 0.07 ind:pre:3p; -sérac sérac NOM m s 0.21 0.07 0.21 0.00 -séracs sérac NOM m p 0.21 0.07 0.00 0.07 -suractiver suractiver VER 0.01 0.00 0.01 0.00 inf; -suractivité suractivité NOM f s 0.00 0.07 0.00 0.07 -suractivé suractivé ADJ m s 0.03 0.14 0.03 0.07 -suractivée suractivé ADJ f s 0.03 0.14 0.00 0.07 -suradaptation suradaptation NOM f s 0.00 0.14 0.00 0.14 -suradapté antiadapter VER m s 0.00 0.20 0.00 0.20 par:pas; -surah surah NOM m s 0.00 0.20 0.00 0.20 -suraigu suraigu ADJ m s 0.03 3.38 0.01 1.28 -suraigus suraigu ADJ m p 0.03 3.38 0.01 0.61 -suraiguë suraigu ADJ f s 0.03 3.38 0.01 1.22 -suraiguës suraigu ADJ f p 0.03 3.38 0.00 0.27 -sérail sérail NOM m s 0.47 13.31 0.47 13.31 -surajoute surajouter VER 0.00 0.41 0.00 0.07 ind:pre:3s; -surajouter surajouter VER 0.00 0.41 0.00 0.07 inf; -surajouté surajouter VER m s 0.00 0.41 0.00 0.07 par:pas; -surajoutée surajouter VER f s 0.00 0.41 0.00 0.07 par:pas; -surajoutés surajouter VER m p 0.00 0.41 0.00 0.14 par:pas; -suralimentation suralimentation NOM f s 0.00 0.07 0.00 0.07 -suralimenter suralimenter VER 0.04 0.20 0.02 0.07 inf; -suralimentes suralimenter VER 0.04 0.20 0.01 0.07 ind:pre:2s; -suralimentée suralimenté ADJ f s 0.14 0.14 0.00 0.14 -suralimentés suralimenté ADJ m p 0.14 0.14 0.14 0.00 -suranné suranné ADJ m s 0.04 1.96 0.02 0.61 -surannée suranné ADJ f s 0.04 1.96 0.01 0.47 -surannées suranné ADJ f p 0.04 1.96 0.00 0.41 -surannés suranné ADJ m p 0.04 1.96 0.01 0.47 -séraphin séraphin NOM m s 0.20 0.41 0.06 0.20 -séraphins séraphin NOM m p 0.20 0.41 0.14 0.20 -séraphique séraphique ADJ s 0.00 0.54 0.00 0.34 -séraphiques séraphique ADJ p 0.00 0.54 0.00 0.20 -surard surard NOM m s 0.00 0.07 0.00 0.07 -surarmement surarmement NOM m s 0.01 0.00 0.01 0.00 -surarmé surarmer VER m s 0.07 0.00 0.02 0.00 par:pas; -surarmée surarmer VER f s 0.07 0.00 0.01 0.00 par:pas; -surarmés surarmer VER m p 0.07 0.00 0.04 0.00 par:pas; -surbaissé surbaissé ADJ m s 0.01 0.68 0.00 0.14 -surbaissée surbaissé ADJ f s 0.01 0.68 0.01 0.27 -surbaissées surbaissé ADJ f p 0.01 0.68 0.00 0.14 -surbaissés surbaissé ADJ m p 0.01 0.68 0.00 0.14 -surbooké surbooké ADJ m s 0.23 0.00 0.18 0.00 -surbookée surbooké ADJ f s 0.23 0.00 0.03 0.00 -surbookées surbooké ADJ f p 0.23 0.00 0.02 0.00 -surboum surboum NOM f s 0.23 0.88 0.20 0.41 -surboums surboum NOM f p 0.23 0.88 0.03 0.47 -surbrillance surbrillance NOM f s 0.01 0.00 0.01 0.00 -surbrodé surbrodé ADJ m s 0.00 0.07 0.00 0.07 -surcapacité surcapacité NOM f s 0.03 0.00 0.03 0.00 -surcharge surcharge NOM f s 1.57 0.88 1.55 0.61 -surchargeaient surcharger VER 2.52 7.30 0.00 0.20 ind:imp:3p; -surchargeait surcharger VER 2.52 7.30 0.12 0.00 ind:imp:3s; -surchargeant surcharger VER 2.52 7.30 0.00 0.14 par:pre; -surcharger surcharger VER 2.52 7.30 0.44 0.27 inf; -surcharges surcharge NOM f p 1.57 0.88 0.02 0.27 -surchargé surcharger VER m s 2.52 7.30 1.07 1.76 par:pas; -surchargée surcharger VER f s 2.52 7.30 0.28 1.69 par:pas; -surchargées surcharger VER f p 2.52 7.30 0.03 1.15 par:pas; -surchargés surcharger VER m p 2.52 7.30 0.32 1.76 par:pas; -surchauffait surchauffer VER 0.67 3.31 0.01 0.07 ind:imp:3s; -surchauffe surchauffe NOM f s 0.48 0.27 0.48 0.27 -surchauffer surchauffer VER 0.67 3.31 0.13 0.00 inf; -surchauffez surchauffer VER 0.67 3.31 0.01 0.00 ind:pre:2p; -surchauffé surchauffer VER m s 0.67 3.31 0.29 1.08 par:pas; -surchauffée surchauffer VER f s 0.67 3.31 0.03 1.28 par:pas; -surchauffées surchauffer VER f p 0.67 3.31 0.00 0.27 par:pas; -surchauffés surchauffer VER m p 0.67 3.31 0.00 0.54 par:pas; -surchoix surchoix NOM m 0.01 0.20 0.01 0.20 -surclassait surclasser VER 0.28 0.47 0.01 0.07 ind:imp:3s; -surclassant surclasser VER 0.28 0.47 0.00 0.07 par:pre; -surclasse surclasser VER 0.28 0.47 0.08 0.00 ind:pre:1s;ind:pre:3s; -surclassent surclasser VER 0.28 0.47 0.00 0.07 ind:pre:3p; -surclasser surclasser VER 0.28 0.47 0.02 0.07 inf; -surclasserais surclasser VER 0.28 0.47 0.00 0.07 cnd:pre:1s; -surclasserait surclasser VER 0.28 0.47 0.02 0.00 cnd:pre:3s; -surclasseras surclasser VER 0.28 0.47 0.00 0.07 ind:fut:2s; -surclassé surclasser VER m s 0.28 0.47 0.11 0.00 par:pas; -surclassés surclasser VER m p 0.28 0.47 0.04 0.07 par:pas; -surcoût surcoût NOM m s 0.02 0.00 0.02 0.00 -surcompensation surcompensation NOM f s 0.01 0.07 0.01 0.07 -surcompenser surcompenser VER 0.03 0.07 0.00 0.07 inf; -surcompensé surcompenser VER m s 0.03 0.07 0.03 0.00 par:pas; -surcomprimée surcomprimer VER f s 0.01 0.00 0.01 0.00 par:pas; -surconsommation surconsommation NOM f s 0.02 0.00 0.02 0.00 -surconsomme surconsommer VER 0.00 0.07 0.00 0.07 ind:pre:3s; -surcontre surcontre NOM m s 0.03 0.00 0.03 0.00 -surcot surcot NOM m s 0.00 0.14 0.00 0.07 -surcots surcot NOM m p 0.00 0.14 0.00 0.07 -surcoupé surcouper VER m s 0.01 0.00 0.01 0.00 par:pas; -surcroît surcroît NOM m s 1.21 17.03 1.21 16.96 -surcroîts surcroît NOM m p 1.21 17.03 0.00 0.07 -surdimensionné surdimensionné ADJ m s 0.13 0.00 0.09 0.00 -surdimensionnée surdimensionné ADJ f s 0.13 0.00 0.04 0.00 -surdité surdité NOM f s 0.41 2.16 0.41 2.16 -surdoré surdorer VER m s 0.00 0.14 0.00 0.07 par:pas; -surdorée surdorer VER f s 0.00 0.14 0.00 0.07 par:pas; -surdosage surdosage NOM m s 0.01 0.00 0.01 0.00 -surdose surdose NOM f s 0.27 0.00 0.27 0.00 -surdoué surdoué NOM m s 1.00 1.08 0.23 0.47 -surdouée surdoué NOM f s 1.00 1.08 0.04 0.00 -surdoués surdoué NOM m p 1.00 1.08 0.72 0.61 -surdéterminé surdéterminer VER m s 0.00 0.07 0.00 0.07 par:pas; -surdévelopper surdévelopper VER 0.01 0.00 0.01 0.00 inf; -surdéveloppé surdéveloppé ADJ m s 0.06 0.07 0.04 0.00 -surdéveloppée surdéveloppé ADJ f s 0.06 0.07 0.01 0.00 -surdéveloppées surdéveloppé ADJ f p 0.06 0.07 0.00 0.07 -surdéveloppés surdéveloppé ADJ m p 0.06 0.07 0.01 0.00 -sure sur ADJ f s 65.92 16.22 12.38 0.41 -sureau sureau NOM m s 0.15 1.89 0.05 1.42 -sureaux sureau NOM m p 0.15 1.89 0.10 0.47 -sureffectif sureffectif NOM m s 0.10 0.00 0.10 0.00 -suremploi suremploi NOM m s 0.01 0.00 0.01 0.00 -surenchère surenchère NOM f s 0.65 2.91 0.64 1.76 -surenchères surenchère NOM f p 0.65 2.91 0.01 1.15 -surenchéri surenchérir VER m s 0.30 1.08 0.11 0.00 par:pas; -surenchérir surenchérir VER 0.30 1.08 0.16 0.34 inf; -surenchérissant surenchérir VER 0.30 1.08 0.00 0.07 par:pre; -surenchérissent surenchérir VER 0.30 1.08 0.00 0.07 ind:pre:3p; -surenchérit surenchérir VER 0.30 1.08 0.04 0.61 ind:pre:3s;ind:pas:3s; -surencombrée surencombré ADJ f s 0.00 0.07 0.00 0.07 -surendettés surendetté ADJ m p 0.04 0.00 0.04 0.00 -surent savoir VER 4516.72 2003.58 0.07 1.42 ind:pas:3p; -surentraînement surentraînement NOM m s 0.10 0.00 0.10 0.00 -surentraîné surentraîné ADJ m s 0.09 0.00 0.02 0.00 -surentraînées surentraîné ADJ f p 0.09 0.00 0.02 0.00 -surentraînés surentraîné ADJ m p 0.09 0.00 0.05 0.00 -sures sur ADJ f p 65.92 16.22 0.25 0.20 -surestimation surestimation NOM f s 0.01 0.00 0.01 0.00 -surestime surestimer VER 1.83 0.54 0.34 0.07 imp:pre:2s;ind:pre:1s;ind:pre:3s; -surestimer surestimer VER 1.83 0.54 0.16 0.07 inf; -surestimerais surestimer VER 1.83 0.54 0.00 0.07 cnd:pre:2s; -surestimez surestimer VER 1.83 0.54 0.58 0.07 imp:pre:2p;ind:pre:2p; -surestimé surestimer VER m s 1.83 0.54 0.44 0.07 par:pas; -surestimée surestimer VER f s 1.83 0.54 0.28 0.14 par:pas; -surestimés surestimer VER m p 1.83 0.54 0.04 0.07 par:pas; -suret suret ADJ m s 0.10 0.27 0.00 0.07 -surets suret ADJ m p 0.10 0.27 0.10 0.00 -surette suret ADJ f s 0.10 0.27 0.00 0.20 -séreux séreux ADJ m s 0.00 0.07 0.00 0.07 -surexcitait surexciter VER 1.48 1.69 0.00 0.07 ind:imp:3s; -surexcitant surexciter VER 1.48 1.69 0.01 0.00 par:pre; -surexcitation surexcitation NOM f s 0.04 0.81 0.04 0.81 -surexcite surexciter VER 1.48 1.69 0.02 0.00 ind:pre:3s; -surexciter surexciter VER 1.48 1.69 0.00 0.14 inf; -surexcité surexciter VER m s 1.48 1.69 0.92 0.54 par:pas; -surexcitée surexciter VER f s 1.48 1.69 0.18 0.27 par:pas; -surexcitées surexciter VER f p 1.48 1.69 0.14 0.14 par:pas; -surexcités surexciter VER m p 1.48 1.69 0.20 0.54 par:pas; -surexploité surexploiter VER m s 0.03 0.00 0.03 0.00 par:pas; -surexposition surexposition NOM f s 0.02 0.00 0.02 0.00 -surexposé surexposer VER m s 0.07 0.14 0.02 0.07 par:pas; -surexposée surexposer VER f s 0.07 0.14 0.01 0.00 par:pas; -surexposées surexposer VER f p 0.07 0.14 0.02 0.00 par:pas; -surexposés surexposer VER m p 0.07 0.14 0.02 0.07 par:pas; -surf surf NOM m s 5.57 0.34 5.57 0.34 -surface surface NOM f s 22.70 57.23 21.85 51.49 -surfacer surfacer VER 0.01 0.00 0.01 0.00 inf; -surfaces surface NOM f p 22.70 57.23 0.84 5.74 -surfactant surfactant NOM m s 0.08 0.00 0.08 0.00 -surfacturation surfacturation NOM f s 0.04 0.00 0.04 0.00 -surfacture surfacturer VER 0.15 0.00 0.04 0.00 ind:pre:1s;ind:pre:3s; -surfacturer surfacturer VER 0.15 0.00 0.05 0.00 inf; -surfacturé surfacturer VER m s 0.15 0.00 0.03 0.00 par:pas; -surfacturés surfacturer VER m p 0.15 0.00 0.02 0.00 par:pas; -surfaire surfaire VER 0.09 0.20 0.00 0.07 inf; -surfais surfer VER 9.38 0.34 0.09 0.00 ind:imp:1s; -surfaisait surfaire VER 0.09 0.20 0.00 0.07 ind:imp:3s; -surfait surfait ADJ m s 0.46 0.34 0.38 0.14 -surfaite surfaire VER f s 0.09 0.20 0.07 0.07 par:pas; -surfaites surfait ADJ f p 0.46 0.34 0.03 0.00 -surfaits surfaire VER m p 0.09 0.20 0.02 0.00 par:pas; -surfant surfer VER 9.38 0.34 0.16 0.00 par:pre; -surfaçage surfaçage NOM m s 0.00 0.07 0.00 0.07 -surfe surfer VER 9.38 0.34 3.15 0.00 imp:pre:2s;ind:pre:1s;ind:pre:3s; -surfent surfer VER 9.38 0.34 0.09 0.00 ind:pre:3p; -surfer surfer VER 9.38 0.34 5.28 0.20 inf; -surferas surfer VER 9.38 0.34 0.01 0.00 ind:fut:2s; -surfes surfer VER 9.38 0.34 0.10 0.00 ind:pre:2s; -surfeur surfeur NOM m s 1.95 0.00 0.65 0.00 -surfeurs surfeur NOM m p 1.95 0.00 1.06 0.00 -surfeuse surfeur NOM f s 1.95 0.00 0.24 0.00 -surfeuses surfeuse NOM f p 0.01 0.00 0.01 0.00 -surfez surfer VER 9.38 0.34 0.09 0.00 imp:pre:2p;ind:pre:2p; -surfilage surfilage NOM m s 0.00 0.07 0.00 0.07 -surfin surfin ADJ m s 0.14 0.07 0.14 0.00 -surfine surfin ADJ f s 0.14 0.07 0.00 0.07 -surfons surfer VER 9.38 0.34 0.02 0.00 imp:pre:1p; -surfé surfer VER m s 9.38 0.34 0.28 0.00 par:pas; -surgît surgir VER 10.95 73.18 0.00 0.07 sub:imp:3s; -surgeler surgeler VER 0.09 0.34 0.01 0.00 inf; -surgelé surgelé NOM m s 1.11 0.47 0.22 0.27 -surgelée surgelé ADJ f s 0.64 0.54 0.19 0.14 -surgelées surgelé ADJ f p 0.64 0.54 0.17 0.00 -surgelés surgelé NOM m p 1.11 0.47 0.88 0.20 -surgeon surgeon NOM m s 0.02 0.54 0.02 0.34 -surgeonnent surgeonner VER 0.00 0.07 0.00 0.07 ind:pre:3p; -surgeons surgeon NOM m p 0.02 0.54 0.00 0.20 -surgi surgir VER m s 10.95 73.18 2.79 7.70 par:pas; -surgie surgir VER f s 10.95 73.18 0.04 2.23 par:pas; -surgies surgir VER f p 10.95 73.18 0.02 0.95 par:pas; -surgir surgir VER 10.95 73.18 2.26 17.84 inf; -surgira surgir VER 10.95 73.18 0.19 0.34 ind:fut:3s; -surgiraient surgir VER 10.95 73.18 0.00 0.14 cnd:pre:3p; -surgirait surgir VER 10.95 73.18 0.02 0.54 cnd:pre:3s; -surgirent surgir VER 10.95 73.18 0.17 1.55 ind:pas:3p; -surgiront surgir VER 10.95 73.18 0.04 0.41 ind:fut:3p; -surgis surgir VER m p 10.95 73.18 0.09 1.96 imp:pre:2s;ind:pre:1s;ind:pre:2s;par:pas; -surgissaient surgir VER 10.95 73.18 0.28 5.20 ind:imp:3p; -surgissais surgir VER 10.95 73.18 0.10 0.07 ind:imp:1s;ind:imp:2s; -surgissait surgir VER 10.95 73.18 0.30 8.04 ind:imp:3s; -surgissant surgir VER 10.95 73.18 0.20 3.85 par:pre; -surgisse surgir VER 10.95 73.18 0.04 0.81 sub:pre:3s; -surgissement surgissement NOM m s 0.00 1.01 0.00 0.95 -surgissements surgissement NOM m p 0.00 1.01 0.00 0.07 -surgissent surgir VER 10.95 73.18 1.31 4.39 ind:pre:3p; -surgissez surgir VER 10.95 73.18 0.14 0.14 imp:pre:2p;ind:pre:2p; -surgit surgir VER 10.95 73.18 2.96 16.96 ind:pre:3s;ind:pas:3s; -surgèle surgeler VER 0.09 0.34 0.00 0.14 ind:pre:3s; -surgé surgé NOM s 0.01 1.08 0.01 1.08 -surgénérateur surgénérateur NOM m s 0.03 0.00 0.03 0.00 -surhomme surhomme NOM m s 1.11 1.08 0.86 0.81 -surhommes surhomme NOM m p 1.11 1.08 0.25 0.27 -surhumain surhumain ADJ m s 1.71 4.19 0.40 2.50 -surhumaine surhumain ADJ f s 1.71 4.19 1.00 1.15 -surhumaines surhumain ADJ f p 1.71 4.19 0.04 0.27 -surhumains surhumain ADJ m p 1.71 4.19 0.28 0.27 -surhumanité surhumanité NOM f s 0.00 0.07 0.00 0.07 -suri suri ADJ m s 0.07 0.54 0.06 0.20 -sérial sérial NOM m s 0.03 0.00 0.03 0.00 -sériant sérier VER 0.00 0.14 0.00 0.07 par:pre; -suricate suricate NOM m s 0.05 0.00 0.05 0.00 -série série NOM f s 36.53 39.59 33.34 35.41 -surie suri ADJ f s 0.07 0.54 0.01 0.27 -sériel sériel ADJ m s 0.01 0.41 0.01 0.14 -sérielle sériel ADJ f s 0.01 0.41 0.00 0.27 -sérier sérier VER 0.00 0.14 0.00 0.07 inf; -séries série NOM f p 36.53 39.59 3.19 4.19 -suries suri ADJ f p 0.07 0.54 0.00 0.07 -sérieuse sérieux ADJ f s 110.48 66.01 23.64 13.65 -sérieusement sérieusement ADV 39.34 21.76 39.34 21.76 -sérieuses sérieux ADJ f p 110.48 66.01 5.85 9.53 -sérieux sérieux ADJ m 110.48 66.01 80.99 42.84 -surimi surimi NOM m s 0.01 0.00 0.01 0.00 -surimpression surimpression NOM f s 0.05 0.81 0.05 0.68 -surimpressions surimpression NOM f p 0.05 0.81 0.00 0.14 -surin surin NOM m s 0.66 3.99 0.66 3.85 -surinait suriner VER 0.15 0.54 0.01 0.00 ind:imp:3s; -surine suriner VER 0.15 0.54 0.00 0.07 ind:pre:3s; -surinent suriner VER 0.15 0.54 0.00 0.07 ind:pre:3p; -suriner suriner VER 0.15 0.54 0.02 0.34 inf; -surinerais suriner VER 0.15 0.54 0.00 0.07 cnd:pre:2s; -surinfections surinfection NOM f p 0.00 0.07 0.00 0.07 -surinformation surinformation NOM f s 0.00 0.07 0.00 0.07 -surinformé surinformer VER m s 0.00 0.88 0.00 0.88 par:pas; -surins surin NOM m p 0.66 3.99 0.00 0.14 -surintendance surintendance NOM f s 0.00 0.07 0.00 0.07 -surintendant surintendant NOM m s 0.43 0.27 0.43 0.07 -surintendante surintendant NOM f s 0.43 0.27 0.00 0.20 -surintensité surintensité NOM f s 0.04 0.00 0.04 0.00 -suriné suriner VER m s 0.15 0.54 0.12 0.00 par:pas; -surinvestissement surinvestissement NOM m s 0.01 0.07 0.01 0.07 -sérique sérique ADJ m s 0.01 0.00 0.01 0.00 -surir surir VER 0.01 0.20 0.00 0.14 inf; -surit surir VER 0.01 0.20 0.00 0.07 ind:pre:3s; -surjet surjet NOM m s 0.04 0.14 0.04 0.07 -surjeteuse jeteur NOM f s 0.23 0.47 0.02 0.00 -surjets surjet NOM m p 0.04 0.14 0.00 0.07 -surlendemain surlendemain NOM m s 0.35 7.57 0.35 7.57 -surligner surligner VER 0.24 0.00 0.07 0.00 inf; -surligneur surligneur NOM m s 0.03 0.00 0.03 0.00 -surligné surligner VER m s 0.24 0.00 0.17 0.00 par:pas; -surmenage surmenage NOM m s 0.63 0.61 0.63 0.61 -surmenait surmener VER 1.33 0.88 0.01 0.14 ind:imp:3s; -surmenant surmener VER 1.33 0.88 0.01 0.00 par:pre; -surmener surmener VER 1.33 0.88 0.08 0.07 ind:pre:2p;inf; -surmenez surmener VER 1.33 0.88 0.15 0.00 imp:pre:2p;ind:pre:2p; -surmené surmener VER m s 1.33 0.88 0.69 0.20 par:pas; -surmenée surmené ADJ f s 0.69 1.01 0.20 0.20 -surmenées surmené ADJ f p 0.69 1.01 0.03 0.14 -surmenés surmener VER m p 1.33 0.88 0.15 0.20 par:pas; -surmoi surmoi NOM m 0.12 0.68 0.12 0.68 -surmâle surmâle NOM m s 0.00 0.14 0.00 0.14 -surmonta surmonter VER 9.31 28.11 0.10 0.47 ind:pas:3s; -surmontai surmonter VER 9.31 28.11 0.00 0.14 ind:pas:1s; -surmontaient surmonter VER 9.31 28.11 0.01 0.47 ind:imp:3p; -surmontais surmonter VER 9.31 28.11 0.00 0.07 ind:imp:1s; -surmontait surmonter VER 9.31 28.11 0.00 1.62 ind:imp:3s; -surmontant surmonter VER 9.31 28.11 0.00 1.96 par:pre; -surmonte surmonter VER 9.31 28.11 0.51 1.42 imp:pre:2s;ind:pre:1s;ind:pre:3s; -surmontent surmonter VER 9.31 28.11 0.06 0.47 ind:pre:3p; -surmonter surmonter VER 9.31 28.11 5.85 5.00 inf; -surmontera surmonter VER 9.31 28.11 0.17 0.14 ind:fut:3s; -surmonterai surmonter VER 9.31 28.11 0.04 0.00 ind:fut:1s; -surmonteraient surmonter VER 9.31 28.11 0.00 0.07 cnd:pre:3p; -surmonterait surmonter VER 9.31 28.11 0.00 0.20 cnd:pre:3s; -surmonteras surmonter VER 9.31 28.11 0.32 0.00 ind:fut:2s; -surmonterez surmonter VER 9.31 28.11 0.03 0.07 ind:fut:2p; -surmonterons surmonter VER 9.31 28.11 0.23 0.00 ind:fut:1p; -surmontez surmonter VER 9.31 28.11 0.04 0.00 imp:pre:2p;ind:pre:2p; -surmontions surmonter VER 9.31 28.11 0.00 0.07 ind:imp:1p; -surmontèrent surmonter VER 9.31 28.11 0.01 0.07 ind:pas:3p; -surmonté surmonter VER m s 9.31 28.11 1.46 6.49 par:pas; -surmontée surmonter VER f s 9.31 28.11 0.28 5.27 par:pas; -surmontées surmonter VER f p 9.31 28.11 0.03 1.82 par:pas; -surmontés surmonter VER m p 9.31 28.11 0.14 2.30 par:pas; -surmène surmener VER 1.33 0.88 0.08 0.07 imp:pre:2s;ind:pre:3s; -surmédicalisation surmédicalisation NOM f s 0.01 0.00 0.01 0.00 -surmulot surmulot NOM m s 0.00 0.34 0.00 0.07 -surmulots surmulot NOM m p 0.00 0.34 0.00 0.27 -surmultipliée surmultiplié ADJ f s 0.04 0.14 0.04 0.07 -surmultipliées surmultiplié ADJ f p 0.04 0.14 0.00 0.07 -surnage surnager VER 0.09 2.64 0.05 0.41 imp:pre:2s;ind:pre:3s; -surnagea surnager VER 0.09 2.64 0.00 0.14 ind:pas:3s; -surnageaient surnager VER 0.09 2.64 0.00 0.34 ind:imp:3p; -surnageait surnager VER 0.09 2.64 0.00 0.61 ind:imp:3s; -surnageant surnager VER 0.09 2.64 0.00 0.14 par:pre; -surnageants surnageant ADJ m p 0.00 0.20 0.00 0.07 -surnagent surnager VER 0.09 2.64 0.01 0.27 ind:pre:3p; -surnageons surnager VER 0.09 2.64 0.01 0.00 ind:pre:1p; -surnager surnager VER 0.09 2.64 0.01 0.54 inf; -surnagera surnager VER 0.09 2.64 0.00 0.07 ind:fut:3s; -surnages surnager VER 0.09 2.64 0.00 0.07 ind:pre:2s; -surnagèrent surnager VER 0.09 2.64 0.00 0.07 ind:pas:3p; -surnagé surnager VER m s 0.09 2.64 0.01 0.00 par:pas; -surnaturel surnaturel NOM m s 2.71 0.54 2.71 0.54 -surnaturelle surnaturel ADJ f s 3.38 6.22 0.88 2.30 -surnaturelles surnaturel ADJ f p 3.38 6.22 0.39 1.01 -surnaturels surnaturel ADJ m p 3.38 6.22 0.75 0.34 -surnom surnom NOM m s 7.79 6.49 6.20 5.61 -surnombre surnombre NOM m s 0.30 0.68 0.30 0.68 -surnomma surnommer VER 4.93 6.55 0.03 0.14 ind:pas:3s; -surnommaient surnommer VER 4.93 6.55 0.01 0.14 ind:imp:3p; -surnommais surnommer VER 4.93 6.55 0.02 0.00 ind:imp:1s;ind:imp:2s; -surnommait surnommer VER 4.93 6.55 0.48 1.08 ind:imp:3s; -surnommant surnommer VER 4.93 6.55 0.01 0.07 par:pre; -surnomme surnommer VER 4.93 6.55 1.27 0.41 imp:pre:2s;ind:pre:1s;ind:pre:3s; -surnomment surnommer VER 4.93 6.55 0.44 0.07 ind:pre:3p; -surnommer surnommer VER 4.93 6.55 0.04 0.74 inf;; -surnommera surnommer VER 4.93 6.55 0.01 0.00 ind:fut:3s; -surnommerais surnommer VER 4.93 6.55 0.00 0.07 cnd:pre:1s; -surnommions surnommer VER 4.93 6.55 0.00 0.07 ind:imp:1p; -surnommèrent surnommer VER 4.93 6.55 0.01 0.00 ind:pas:3p; -surnommé surnommer VER m s 4.93 6.55 2.28 2.77 par:pas; -surnommée surnommé ADJ f s 0.84 1.69 0.26 0.20 -surnommés surnommer VER m p 4.93 6.55 0.08 0.07 par:pas; -surnoms surnom NOM m p 7.79 6.49 1.59 0.88 -surnuméraire surnuméraire NOM s 0.07 0.14 0.07 0.00 -surnuméraires surnuméraire ADJ m p 0.04 0.14 0.03 0.00 -suroît suroît NOM m s 0.03 0.61 0.03 0.47 -suroîts suroît NOM m p 0.03 0.61 0.00 0.14 -sérologie sérologie NOM f s 0.09 0.00 0.09 0.00 -séronégatif séronégatif ADJ m s 0.23 0.14 0.19 0.14 -séronégatifs séronégatif NOM m p 0.03 0.34 0.03 0.27 -séronégative séronégatif ADJ f s 0.23 0.14 0.03 0.00 -séropo séropo NOM s 0.17 0.14 0.17 0.14 -séropositif séropositif ADJ m s 2.04 1.15 0.99 0.81 -séropositifs séropositif ADJ m p 2.04 1.15 0.17 0.27 -séropositive séropositif ADJ f s 2.04 1.15 0.81 0.00 -séropositives séropositif ADJ f p 2.04 1.15 0.09 0.07 -séropositivité séropositivité NOM f s 0.09 0.27 0.09 0.27 -sérosité sérosité NOM f s 0.02 0.07 0.02 0.07 -sérotonine sérotonine NOM f s 0.61 0.00 0.61 0.00 -suroxygéner suroxygéner VER 0.01 0.00 0.01 0.00 inf; -suroxygéné suroxygéné ADJ m s 0.00 0.07 0.00 0.07 -surpassa surpasser VER 6.64 3.45 0.12 0.27 ind:pas:3s; -surpassaient surpasser VER 6.64 3.45 0.01 0.07 ind:imp:3p; -surpassais surpasser VER 6.64 3.45 0.10 0.20 ind:imp:1s; -surpassait surpasser VER 6.64 3.45 0.05 0.41 ind:imp:3s; -surpassant surpasser VER 6.64 3.45 0.14 0.14 par:pre; -surpasse surpasser VER 6.64 3.45 1.36 0.41 imp:pre:2s;ind:pre:1s;ind:pre:3s; -surpassent surpasser VER 6.64 3.45 0.35 0.14 ind:pre:3p; -surpasser surpasser VER 6.64 3.45 1.46 0.74 inf; -surpassera surpasser VER 6.64 3.45 0.54 0.00 ind:fut:3s; -surpasserai surpasser VER 6.64 3.45 0.02 0.00 ind:fut:1s; -surpasseraient surpasser VER 6.64 3.45 0.01 0.00 cnd:pre:3p; -surpasserait surpasser VER 6.64 3.45 0.02 0.14 cnd:pre:3s; -surpasseras surpasser VER 6.64 3.45 0.01 0.00 ind:fut:2s; -surpasses surpasser VER 6.64 3.45 0.21 0.00 ind:pre:2s; -surpassez surpasser VER 6.64 3.45 0.04 0.00 imp:pre:2p;ind:pre:2p; -surpassons surpasser VER 6.64 3.45 0.16 0.00 imp:pre:1p;ind:pre:1p; -surpassât surpasser VER 6.64 3.45 0.01 0.07 sub:imp:3s; -surpassé surpasser VER m s 6.64 3.45 1.50 0.41 par:pas; -surpassée surpasser VER f s 6.64 3.45 0.36 0.20 par:pas; -surpassées surpasser VER f p 6.64 3.45 0.00 0.07 par:pas; -surpassés surpasser VER m p 6.64 3.45 0.20 0.20 par:pas; -surpatte surpatte NOM f s 0.00 0.20 0.00 0.14 -surpattes surpatte NOM f p 0.00 0.20 0.00 0.07 -surpaye surpayer VER 0.21 0.00 0.01 0.00 ind:pre:3s; -surpayé surpayer VER m s 0.21 0.00 0.13 0.00 par:pas; -surpayés surpayer VER m p 0.21 0.00 0.08 0.00 par:pas; -surpeuplement surpeuplement NOM m s 0.03 0.07 0.03 0.07 -surpeupler surpeupler VER 0.01 0.00 0.01 0.00 inf; -surpeuplé surpeuplé ADJ m s 0.80 1.62 0.27 0.74 -surpeuplée surpeuplé ADJ f s 0.80 1.62 0.33 0.20 -surpeuplées surpeuplé ADJ f p 0.80 1.62 0.06 0.14 -surpeuplés surpeuplé ADJ m p 0.80 1.62 0.13 0.54 -surpiqûres surpiqûre NOM f p 0.00 0.07 0.00 0.07 -surplace surplace NOM m s 0.30 0.34 0.30 0.34 -surplis surplis NOM m 0.07 1.69 0.07 1.69 -surplomb surplomb NOM m s 0.09 2.23 0.09 2.03 -surplomba surplomber VER 0.69 8.85 0.00 0.07 ind:pas:3s; -surplombaient surplomber VER 0.69 8.85 0.00 0.88 ind:imp:3p; -surplombait surplomber VER 0.69 8.85 0.03 2.30 ind:imp:3s; -surplombant surplomber VER 0.69 8.85 0.24 1.28 par:pre; -surplombante surplombant ADJ f s 0.02 0.41 0.00 0.07 -surplombe surplomber VER 0.69 8.85 0.37 2.84 imp:pre:2s;ind:pre:1s;ind:pre:3s; -surplombent surplomber VER 0.69 8.85 0.03 0.54 ind:pre:3p; -surplomber surplomber VER 0.69 8.85 0.01 0.14 inf; -surplomberait surplomber VER 0.69 8.85 0.00 0.07 cnd:pre:3s; -surplombions surplomber VER 0.69 8.85 0.00 0.14 ind:imp:1p; -surplombs surplomb NOM m p 0.09 2.23 0.00 0.20 -surplombé surplomber VER m s 0.69 8.85 0.01 0.34 par:pas; -surplombée surplomber VER f s 0.69 8.85 0.00 0.20 par:pas; -surplombés surplomber VER m p 0.69 8.85 0.00 0.07 par:pas; -surplus surplus NOM m 1.25 10.95 1.25 10.95 -surpoids surpoids NOM m 0.23 0.00 0.23 0.00 -surpopulation surpopulation NOM f s 0.45 0.14 0.45 0.14 -surprît surprendre VER 56.80 116.62 0.01 0.47 sub:imp:3s; -surprenaient surprendre VER 56.80 116.62 0.11 0.74 ind:imp:3p; -surprenais surprendre VER 56.80 116.62 0.07 1.76 ind:imp:1s;ind:imp:2s; -surprenait surprendre VER 56.80 116.62 0.45 7.30 ind:imp:3s; -surprenant surprenant ADJ m s 8.03 19.73 4.89 8.78 -surprenante surprenant ADJ f s 8.03 19.73 2.67 7.84 -surprenantes surprenant ADJ f p 8.03 19.73 0.34 1.76 -surprenants surprenant ADJ m p 8.03 19.73 0.14 1.35 -surprend surprendre VER 56.80 116.62 5.74 7.09 ind:pre:3s; -surprendra surprendre VER 56.80 116.62 0.75 0.61 ind:fut:3s; -surprendrai surprendre VER 56.80 116.62 0.20 0.14 ind:fut:1s; -surprendraient surprendre VER 56.80 116.62 0.05 0.07 cnd:pre:3p; -surprendrais surprendre VER 56.80 116.62 0.04 0.07 cnd:pre:1s;cnd:pre:2s; -surprendrait surprendre VER 56.80 116.62 0.33 0.88 cnd:pre:3s; -surprendras surprendre VER 56.80 116.62 0.07 0.00 ind:fut:2s; -surprendre surprendre VER 56.80 116.62 8.00 17.43 inf; -surprendrez surprendre VER 56.80 116.62 0.02 0.00 ind:fut:2p; -surprendrons surprendre VER 56.80 116.62 0.01 0.07 ind:fut:1p; -surprendront surprendre VER 56.80 116.62 0.19 0.07 ind:fut:3p; -surprends surprendre VER 56.80 116.62 1.59 2.03 imp:pre:2s;ind:pre:1s;ind:pre:2s; -surprenez surprendre VER 56.80 116.62 1.06 0.27 imp:pre:2p;ind:pre:2p; -surpreniez surprendre VER 56.80 116.62 0.11 0.00 ind:imp:2p; -surprenions surprendre VER 56.80 116.62 0.00 0.14 ind:imp:1p; -surprenne surprendre VER 56.80 116.62 0.98 0.61 sub:pre:1s;sub:pre:3s; -surprennent surprendre VER 56.80 116.62 0.33 0.88 ind:pre:3p; -surprenons surprendre VER 56.80 116.62 0.04 0.14 imp:pre:1p;ind:pre:1p; -surpresseur surpresseur NOM m s 0.01 0.00 0.01 0.00 -surpression surpression NOM f s 0.09 0.14 0.09 0.14 -surprime surprime NOM f s 0.14 0.00 0.14 0.00 -surprirent surprendre VER 56.80 116.62 0.11 0.68 ind:pas:3p; -surpris surprendre VER m 56.80 116.62 24.64 50.00 ind:pas:1s;ind:pas:2s;par:pas;par:pas;par:pas; -surprise_partie surprise_partie NOM f s 0.20 0.61 0.18 0.27 -surprise_party surprise_party NOM f s 0.10 0.07 0.10 0.07 -surprise surprise NOM f s 82.94 77.16 75.62 68.51 -surprise_partie surprise_partie NOM f p 0.20 0.61 0.02 0.34 -surprises surprise NOM f p 82.94 77.16 7.32 8.65 -surprit surprendre VER 56.80 116.62 0.39 10.61 ind:pas:3s; -surproduction surproduction NOM f s 0.05 0.14 0.05 0.14 -surprotecteur surprotecteur ADJ m s 0.06 0.00 0.06 0.00 -surprotectrice surprotecteur NOM f s 0.10 0.00 0.10 0.00 -surprotège surprotéger VER 0.17 0.00 0.04 0.00 ind:pre:1s; -surprotégeais surprotéger VER 0.17 0.00 0.01 0.00 ind:imp:1s; -surprotéger surprotéger VER 0.17 0.00 0.10 0.00 inf; -surprotégé surprotéger VER m s 0.17 0.00 0.02 0.00 par:pas; -surpuissance surpuissance NOM f s 0.01 0.07 0.01 0.07 -surpuissant surpuissant ADJ m s 0.16 0.41 0.09 0.27 -surpuissante surpuissant ADJ f s 0.16 0.41 0.04 0.07 -surpuissants surpuissant ADJ m p 0.16 0.41 0.03 0.07 -surqualifié surqualifié ADJ m s 0.11 0.00 0.08 0.00 -surqualifiée surqualifié ADJ f s 0.11 0.00 0.03 0.00 -surréalisme surréalisme NOM m s 0.10 1.96 0.10 1.96 -surréaliste surréaliste ADJ s 0.98 2.64 0.95 1.96 -surréalistes surréaliste ADJ p 0.98 2.64 0.03 0.68 -surréalité surréalité NOM f s 0.00 0.14 0.00 0.14 -surréel surréel ADJ m s 0.06 0.41 0.03 0.07 -surréelle surréel ADJ f s 0.06 0.41 0.02 0.20 -surréelles surréel ADJ f p 0.06 0.41 0.00 0.14 -surrégime surrégime NOM m s 0.03 0.07 0.03 0.07 -surrénal surrénal ADJ m s 0.23 0.07 0.01 0.00 -surrénale surrénal ADJ f s 0.23 0.07 0.05 0.00 -surrénales surrénal ADJ f p 0.23 0.07 0.17 0.07 -surrénalien surrénalien ADJ m s 0.01 0.00 0.01 0.00 -surréservation surréservation NOM f s 0.01 0.00 0.01 0.00 -surs sur ADJ m p 65.92 16.22 1.11 0.07 -sursaturé sursaturer VER m s 0.01 0.20 0.01 0.20 par:pas; -sursaturée sursaturé ADJ f s 0.00 0.14 0.00 0.07 -sursaturées sursaturé ADJ f p 0.00 0.14 0.00 0.07 -sursaut sursaut NOM m s 0.77 21.28 0.71 17.57 -sursauta sursauter VER 1.66 28.11 0.22 8.78 ind:pas:3s; -sursautai sursauter VER 1.66 28.11 0.10 1.15 ind:pas:1s; -sursautaient sursauter VER 1.66 28.11 0.01 0.54 ind:imp:3p; -sursautais sursauter VER 1.66 28.11 0.00 0.20 ind:imp:1s;ind:imp:2s; -sursautait sursauter VER 1.66 28.11 0.00 1.15 ind:imp:3s; -sursautant sursauter VER 1.66 28.11 0.00 1.89 par:pre; -sursaute sursauter VER 1.66 28.11 0.14 4.66 imp:pre:2s;ind:pre:1s;ind:pre:3s; -sursautent sursauter VER 1.66 28.11 0.02 0.34 ind:pre:3p; -sursauter sursauter VER 1.66 28.11 0.69 5.95 inf; -sursauteraient sursauter VER 1.66 28.11 0.00 0.07 cnd:pre:3p; -sursauterais sursauter VER 1.66 28.11 0.00 0.07 cnd:pre:1s; -sursautez sursauter VER 1.66 28.11 0.01 0.14 imp:pre:2p;ind:pre:2p; -sursautons sursauter VER 1.66 28.11 0.00 0.14 ind:pre:1p; -sursautât sursauter VER 1.66 28.11 0.00 0.07 sub:imp:3s; -sursauts sursaut NOM m p 0.77 21.28 0.06 3.72 -sursautèrent sursauter VER 1.66 28.11 0.00 0.14 ind:pas:3p; -sursauté sursauter VER m s 1.66 28.11 0.47 2.84 par:pas; -surseoir surseoir VER 0.12 0.74 0.10 0.47 inf; -sursis sursis NOM m 3.60 7.36 3.60 7.36 -sursitaire sursitaire ADJ s 0.01 0.00 0.01 0.00 -sursitaires sursitaire NOM p 0.00 0.07 0.00 0.07 -sursum_corda sursum_corda ADV 0.00 0.20 0.00 0.20 -surtaxe surtaxe NOM f s 0.13 0.14 0.13 0.07 -surtaxer surtaxer VER 0.04 0.00 0.01 0.00 inf; -surtaxes surtaxe NOM f p 0.13 0.14 0.00 0.07 -surtaxés surtaxer VER m p 0.04 0.00 0.02 0.00 par:pas; -surtendu surtendu ADJ m s 0.00 0.07 0.00 0.07 -surtension surtension NOM f s 0.37 0.00 0.37 0.00 -surtout surtout ADV 148.66 291.49 148.66 291.49 -surtouts surtout NOM m p 0.54 2.84 0.00 0.14 -surélevait surélever VER 0.34 2.50 0.00 0.07 ind:imp:3s; -surélever surélever VER 0.34 2.50 0.06 0.14 inf; -surélevez surélever VER 0.34 2.50 0.02 0.00 imp:pre:2p; -surélevé surélever VER m s 0.34 2.50 0.10 1.15 par:pas; -surélevée surélever VER f s 0.34 2.50 0.08 0.47 par:pas; -surélevées surélever VER f p 0.34 2.50 0.02 0.41 par:pas; -surélevés surélever VER m p 0.34 2.50 0.04 0.14 par:pas; -surélève surélever VER 0.34 2.50 0.02 0.14 imp:pre:2s;ind:pre:1s;ind:pre:3s; -surélévation surélévation NOM f s 0.03 0.00 0.03 0.00 -sérum sérum NOM m s 4.16 0.81 4.00 0.74 -suréminente suréminent ADJ f s 0.00 0.07 0.00 0.07 -sérums sérum NOM m p 4.16 0.81 0.15 0.07 -sérénade sérénade NOM f s 1.13 1.08 1.02 0.81 -sérénades sérénade NOM f p 1.13 1.08 0.11 0.27 -sérénissime sérénissime ADJ s 0.07 1.62 0.07 1.62 -sérénité sérénité NOM f s 4.71 12.91 4.71 12.91 -suréquipée suréquiper VER f s 0.01 0.07 0.01 0.07 par:pas; -surévaluation surévaluation NOM f s 0.01 0.07 0.01 0.07 -surévalué surévaluer VER m s 0.03 0.07 0.03 0.07 par:pas; -survînt survenir VER 4.86 15.54 0.00 0.20 sub:imp:3s; -surveilla surveiller VER 84.82 54.39 0.01 0.41 ind:pas:3s; -surveillaient surveiller VER 84.82 54.39 0.46 1.96 ind:imp:3p; -surveillais surveiller VER 84.82 54.39 0.98 1.89 ind:imp:1s;ind:imp:2s; -surveillait surveiller VER 84.82 54.39 1.61 8.92 ind:imp:3s; -surveillance surveillance NOM f s 19.16 12.23 19.05 12.16 -surveillances surveillance NOM f p 19.16 12.23 0.11 0.07 -surveillant surveillant NOM m s 2.58 6.55 1.65 3.58 -surveillante surveillant NOM f s 2.58 6.55 0.45 0.74 -surveillantes surveillant NOM f p 2.58 6.55 0.03 0.68 -surveillants surveillant NOM m p 2.58 6.55 0.45 1.55 -surveille surveiller VER 84.82 54.39 26.27 6.28 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -surveillent surveiller VER 84.82 54.39 3.72 1.69 ind:pre:3p; -surveiller surveiller VER 84.82 54.39 26.94 18.11 inf;; -surveillera surveiller VER 84.82 54.39 1.13 0.07 ind:fut:3s; -surveillerai surveiller VER 84.82 54.39 0.90 0.27 ind:fut:1s; -surveilleraient surveiller VER 84.82 54.39 0.02 0.07 cnd:pre:3p; -surveillerais surveiller VER 84.82 54.39 0.23 0.00 cnd:pre:1s;cnd:pre:2s; -surveillerait surveiller VER 84.82 54.39 0.08 0.41 cnd:pre:3s; -surveilleras surveiller VER 84.82 54.39 0.25 0.14 ind:fut:2s; -surveillerez surveiller VER 84.82 54.39 0.09 0.00 ind:fut:2p; -surveillerons surveiller VER 84.82 54.39 0.23 0.00 ind:fut:1p; -surveilleront surveiller VER 84.82 54.39 0.27 0.00 ind:fut:3p; -surveilles surveiller VER 84.82 54.39 2.09 0.34 ind:pre:2s; -surveillez surveiller VER 84.82 54.39 9.71 0.68 imp:pre:2p;ind:pre:2p; -surveilliez surveiller VER 84.82 54.39 0.41 0.00 ind:imp:2p; -surveillions surveiller VER 84.82 54.39 0.02 0.14 ind:imp:1p; -surveillons surveiller VER 84.82 54.39 0.90 0.20 imp:pre:1p;ind:pre:1p; -surveillât surveiller VER 84.82 54.39 0.00 0.07 sub:imp:3s; -surveillé surveiller VER m s 84.82 54.39 3.77 3.11 par:pas; -surveillée surveiller VER f s 84.82 54.39 2.46 2.09 par:pas; -surveillées surveiller VER f p 84.82 54.39 0.58 0.68 par:pas; -surveillés surveiller VER m p 84.82 54.39 1.33 1.49 par:pas; -survenaient survenir VER 4.86 15.54 0.00 0.41 ind:imp:3p; -survenais survenir VER 4.86 15.54 0.00 0.07 ind:imp:1s; -survenait survenir VER 4.86 15.54 0.12 1.49 ind:imp:3s; -survenant survenir VER 4.86 15.54 0.02 0.81 par:pre; -survenants survenant NOM m p 0.00 0.14 0.00 0.14 -survenir survenir VER 4.86 15.54 0.80 1.69 inf; -survenu survenir VER m s 4.86 15.54 0.61 1.96 par:pas; -survenue survenir VER f s 4.86 15.54 0.32 0.95 par:pas; -survenues survenue NOM f p 0.17 1.62 0.14 0.00 -survenus survenir VER m p 4.86 15.54 0.72 0.95 par:pas; -survie survie NOM f s 11.64 6.08 11.64 6.08 -surviendra survenir VER 4.86 15.54 0.17 0.14 ind:fut:3s; -surviendraient survenir VER 4.86 15.54 0.00 0.14 cnd:pre:3p; -surviendrait survenir VER 4.86 15.54 0.01 0.34 cnd:pre:3s; -surviendront survenir VER 4.86 15.54 0.00 0.20 ind:fut:3p; -survienne survenir VER 4.86 15.54 0.20 0.27 sub:pre:3s; -surviennent survenir VER 4.86 15.54 0.36 0.47 ind:pre:3p; -survient survenir VER 4.86 15.54 1.01 1.96 ind:pre:3s; -survinrent survenir VER 4.86 15.54 0.14 0.34 ind:pas:3p; -survint survenir VER 4.86 15.54 0.30 2.84 ind:pas:3s; -survire survirer VER 0.01 0.00 0.01 0.00 ind:pre:3s; -survis survivre VER 63.65 27.77 1.33 0.47 imp:pre:2s;ind:pre:1s;ind:pre:2s; -survit survivre VER 63.65 27.77 3.88 2.23 ind:pre:3s; -survitesse survitesse NOM f s 0.00 0.14 0.00 0.14 -survivaient survivre VER 63.65 27.77 0.16 0.81 ind:imp:3p; -survivais survivre VER 63.65 27.77 0.04 0.14 ind:imp:1s;ind:imp:2s; -survivait survivre VER 63.65 27.77 0.28 1.76 ind:imp:3s; -survivaliste survivaliste NOM s 0.01 0.00 0.01 0.00 -survivance survivance NOM f s 0.05 1.08 0.04 0.88 -survivances survivance NOM f p 0.05 1.08 0.01 0.20 -survivant survivant NOM m s 12.80 7.77 3.57 2.03 -survivante survivant NOM f s 12.80 7.77 0.39 0.14 -survivantes survivant NOM f p 12.80 7.77 0.03 0.20 -survivants survivant NOM m p 12.80 7.77 8.81 5.41 -survive survivre VER 63.65 27.77 1.42 0.54 sub:pre:1s;sub:pre:3s; -survivent survivre VER 63.65 27.77 1.79 1.22 ind:pre:3p; -survives survivre VER 63.65 27.77 0.24 0.00 sub:pre:2s; -survivez survivre VER 63.65 27.77 0.30 0.00 imp:pre:2p;ind:pre:2p; -surviviez survivre VER 63.65 27.77 0.06 0.00 ind:imp:2p; -survivions survivre VER 63.65 27.77 0.06 0.00 ind:imp:1p; -survivons survivre VER 63.65 27.77 0.20 0.14 imp:pre:1p;ind:pre:1p; -survivra survivre VER 63.65 27.77 3.92 0.54 ind:fut:3s; -survivrai survivre VER 63.65 27.77 2.99 0.14 ind:fut:1s; -survivraient survivre VER 63.65 27.77 0.25 0.27 cnd:pre:3p; -survivrais survivre VER 63.65 27.77 0.46 0.07 cnd:pre:1s;cnd:pre:2s; -survivrait survivre VER 63.65 27.77 0.80 1.28 cnd:pre:3s; -survivras survivre VER 63.65 27.77 0.61 0.00 ind:fut:2s; -survivre survivre VER 63.65 27.77 22.44 11.42 inf; -survivrez survivre VER 63.65 27.77 0.61 0.00 ind:fut:2p; -survivriez survivre VER 63.65 27.77 0.06 0.00 cnd:pre:2p; -survivrons survivre VER 63.65 27.77 0.33 0.07 ind:fut:1p; -survivront survivre VER 63.65 27.77 0.94 0.54 ind:fut:3p; -survol survol NOM m s 0.83 0.27 0.80 0.27 -survola survoler VER 5.38 6.22 0.01 0.14 ind:pas:3s; -survolaient survoler VER 5.38 6.22 0.04 0.41 ind:imp:3p; -survolais survoler VER 5.38 6.22 0.06 0.07 ind:imp:1s; -survolait survoler VER 5.38 6.22 0.38 0.61 ind:imp:3s; -survolant survoler VER 5.38 6.22 0.19 0.54 par:pre; -survole survoler VER 5.38 6.22 1.04 0.61 imp:pre:2s;ind:pre:1s;ind:pre:3s; -survolent survoler VER 5.38 6.22 0.90 0.27 ind:pre:3p; -survoler survoler VER 5.38 6.22 1.27 1.76 inf; -survolera survoler VER 5.38 6.22 0.10 0.00 ind:fut:3s; -survolerai survoler VER 5.38 6.22 0.04 0.00 ind:fut:1s; -survolerez survoler VER 5.38 6.22 0.16 0.00 ind:fut:2p; -survolerons survoler VER 5.38 6.22 0.07 0.00 ind:fut:1p; -survolez survoler VER 5.38 6.22 0.22 0.00 imp:pre:2p;ind:pre:2p; -survolions survoler VER 5.38 6.22 0.01 0.14 ind:imp:1p; -survolâmes survoler VER 5.38 6.22 0.00 0.07 ind:pas:1p; -survolons survoler VER 5.38 6.22 0.22 0.07 imp:pre:1p;ind:pre:1p; -survols survol NOM m p 0.83 0.27 0.03 0.00 -survoltage survoltage NOM m s 0.05 0.20 0.05 0.20 -survoltait survolter VER 0.25 0.68 0.00 0.07 ind:imp:3s; -survolteur survolteur NOM m s 0.02 0.00 0.02 0.00 -survolté survolté ADJ m s 0.28 1.42 0.10 0.34 -survoltée survolté ADJ f s 0.28 1.42 0.16 0.54 -survoltées survolté ADJ f p 0.28 1.42 0.02 0.07 -survoltés survolter VER m p 0.25 0.68 0.05 0.14 par:pas; -survolé survoler VER m s 5.38 6.22 0.65 1.08 par:pas; -survolée survoler VER f s 5.38 6.22 0.03 0.27 par:pas; -survolées survoler VER f p 5.38 6.22 0.00 0.20 par:pas; -survécûmes survivre VER 63.65 27.77 0.01 0.00 ind:pas:1p; -survécût survivre VER 63.65 27.77 0.00 0.14 sub:imp:3s; -survécu survivre VER m s 63.65 27.77 18.74 4.53 par:pas; -survécurent survivre VER 63.65 27.77 0.27 0.00 ind:pas:3p; -survécus survivre VER 63.65 27.77 0.07 0.14 ind:pas:1s; -survécut survivre VER 63.65 27.77 0.21 0.81 ind:pas:3s; -survêt survêt NOM m s 0.00 0.47 0.00 0.27 -survêtement survêtement NOM m s 0.65 2.77 0.63 2.23 -survêtements survêtement NOM m p 0.65 2.77 0.02 0.54 -survêts survêt NOM m p 0.00 0.47 0.00 0.20 -sus_orbitaire sus_orbitaire ADJ m s 0.01 0.00 0.01 0.00 -sus sus ADV 2.57 3.65 2.57 3.65 -sésame sésame NOM m s 1.26 1.35 1.26 1.35 -sésamoïdes sésamoïde ADJ p 0.01 0.00 0.01 0.00 -susceptibilité susceptibilité NOM f s 0.09 2.57 0.09 1.49 -susceptibilités susceptibilité NOM f p 0.09 2.57 0.00 1.08 -susceptible susceptible ADJ s 5.18 11.89 3.87 7.77 -susceptibles susceptible ADJ p 5.18 11.89 1.30 4.12 -suscita susciter VER 3.94 23.31 0.12 1.15 ind:pas:3s; -suscitaient susciter VER 3.94 23.31 0.01 1.49 ind:imp:3p; -suscitais susciter VER 3.94 23.31 0.10 0.14 ind:imp:1s;ind:imp:2s; -suscitait susciter VER 3.94 23.31 0.10 2.97 ind:imp:3s; -suscitant susciter VER 3.94 23.31 0.14 1.42 par:pre; -suscite susciter VER 3.94 23.31 1.08 2.84 imp:pre:2s;ind:pre:1s;ind:pre:3s; -suscitent susciter VER 3.94 23.31 0.16 1.01 ind:pre:3p; -susciter susciter VER 3.94 23.31 1.23 7.16 inf; -susciteraient susciter VER 3.94 23.31 0.10 0.07 cnd:pre:3p; -susciterait susciter VER 3.94 23.31 0.01 0.20 cnd:pre:3s; -susciteront susciter VER 3.94 23.31 0.00 0.07 ind:fut:3p; -suscites susciter VER 3.94 23.31 0.02 0.07 ind:pre:2s; -suscité susciter VER m s 3.94 23.31 0.59 2.23 par:pas; -suscitée susciter VER f s 3.94 23.31 0.21 1.42 par:pas; -suscitées susciter VER f p 3.94 23.31 0.02 0.47 par:pas; -suscités susciter VER m p 3.94 23.31 0.04 0.61 par:pas; -suscription suscription NOM f s 0.00 0.14 0.00 0.14 -susdit susdit ADJ m s 0.14 0.47 0.12 0.27 -susdite susdit NOM f s 0.31 0.07 0.20 0.00 -susdites susdit ADJ f p 0.14 0.47 0.00 0.14 -sushi sushi NOM m 2.03 0.00 2.03 0.00 -susmentionné susmentionné ADJ m s 0.30 0.07 0.19 0.00 -susmentionnée susmentionné ADJ f s 0.30 0.07 0.11 0.07 -susnommé susnommé ADJ m s 0.05 0.27 0.04 0.07 -susnommée susnommé ADJ f s 0.05 0.27 0.01 0.14 -susnommés susnommé ADJ m p 0.05 0.27 0.00 0.07 -suspect suspect NOM m s 32.45 3.65 22.86 1.55 -suspectaient suspecter VER 6.13 3.38 0.00 0.14 ind:imp:3p; -suspectais suspecter VER 6.13 3.38 0.10 0.07 ind:imp:1s;ind:imp:2s; -suspectait suspecter VER 6.13 3.38 0.29 0.20 ind:imp:3s; -suspectant suspecter VER 6.13 3.38 0.11 0.07 par:pre; -suspecte suspect ADJ f s 12.95 16.82 2.34 4.93 -suspectent suspecter VER 6.13 3.38 0.25 0.00 ind:pre:3p; -suspecter suspecter VER 6.13 3.38 0.95 0.88 inf; -suspectera suspecter VER 6.13 3.38 0.07 0.00 ind:fut:3s; -suspecteraient suspecter VER 6.13 3.38 0.00 0.07 cnd:pre:3p; -suspecterait suspecter VER 6.13 3.38 0.05 0.00 cnd:pre:3s; -suspecteront suspecter VER 6.13 3.38 0.03 0.00 ind:fut:3p; -suspectes suspect ADJ f p 12.95 16.82 0.69 1.49 -suspectez suspecter VER 6.13 3.38 0.34 0.00 imp:pre:2p;ind:pre:2p; -suspectiez suspecter VER 6.13 3.38 0.11 0.00 ind:imp:2p; -suspectons suspecter VER 6.13 3.38 0.12 0.07 imp:pre:1p;ind:pre:1p; -suspects suspect NOM m p 32.45 3.65 8.81 1.76 -suspecté suspecter VER m s 6.13 3.38 1.48 0.88 par:pas; -suspectée suspecter VER f s 6.13 3.38 0.38 0.14 par:pas; -suspectées suspecter VER f p 6.13 3.38 0.04 0.00 par:pas; -suspectés suspecter VER m p 6.13 3.38 0.16 0.41 par:pas; -suspend suspendre VER 13.99 39.32 0.53 1.55 ind:pre:3s; -suspendît suspendre VER 13.99 39.32 0.00 0.07 sub:imp:3s; -suspendaient suspendre VER 13.99 39.32 0.02 0.27 ind:imp:3p; -suspendais suspendre VER 13.99 39.32 0.01 0.07 ind:imp:1s; -suspendait suspendre VER 13.99 39.32 0.03 1.28 ind:imp:3s; -suspendant suspendre VER 13.99 39.32 0.04 0.74 par:pre; -suspende suspendre VER 13.99 39.32 0.13 0.00 sub:pre:1s;sub:pre:3s; -suspendent suspendre VER 13.99 39.32 0.04 0.27 ind:pre:3p; -suspendez suspendre VER 13.99 39.32 0.54 0.07 imp:pre:2p;ind:pre:2p; -suspendirent suspendre VER 13.99 39.32 0.00 0.20 ind:pas:3p; -suspendit suspendre VER 13.99 39.32 0.01 1.96 ind:pas:3s; -suspendons suspendre VER 13.99 39.32 0.06 0.20 imp:pre:1p;ind:pre:1p; -suspendra suspendre VER 13.99 39.32 0.08 0.07 ind:fut:3s; -suspendrai suspendre VER 13.99 39.32 0.06 0.00 ind:fut:1s; -suspendrait suspendre VER 13.99 39.32 0.10 0.27 cnd:pre:3s; -suspendre suspendre VER 13.99 39.32 2.42 4.19 inf;; -suspendrez suspendre VER 13.99 39.32 0.01 0.00 ind:fut:2p; -suspendrons suspendre VER 13.99 39.32 0.04 0.00 ind:fut:1p; -suspendront suspendre VER 13.99 39.32 0.03 0.07 ind:fut:3p; -suspends suspendre VER 13.99 39.32 0.98 0.27 imp:pre:2s;ind:pre:1s;ind:pre:2s; -suspendu suspendre VER m s 13.99 39.32 4.41 12.77 par:pas; -suspendue suspendre VER f s 13.99 39.32 2.59 7.50 par:pas; -suspendues suspendre VER f p 13.99 39.32 0.75 3.11 par:pas; -suspendus suspendre VER m p 13.99 39.32 1.13 4.39 par:pas; -suspens suspens NOM m 1.44 7.43 1.44 7.43 -suspense suspense NOM s 4.09 1.76 4.08 1.62 -suspenses suspense NOM p 4.09 1.76 0.01 0.14 -suspenseur suspenseur ADJ m s 0.01 0.07 0.01 0.00 -suspenseurs suspenseur ADJ m p 0.01 0.07 0.00 0.07 -suspensif suspensif ADJ m s 0.01 0.07 0.00 0.07 -suspension suspension NOM f s 4.06 7.91 3.92 7.23 -suspensions suspension NOM f p 4.06 7.91 0.14 0.68 -suspensive suspensif ADJ f s 0.01 0.07 0.01 0.00 -suspensoir suspensoir NOM m s 0.11 0.14 0.09 0.14 -suspensoirs suspensoir NOM m p 0.11 0.14 0.02 0.00 -suspente suspente NOM f s 0.01 0.14 0.00 0.07 -suspentes suspente NOM f p 0.01 0.14 0.01 0.07 -suspicieuse suspicieux ADJ f s 1.10 0.88 0.33 0.34 -suspicieusement suspicieusement ADV 0.04 0.14 0.04 0.14 -suspicieuses suspicieux ADJ f p 1.10 0.88 0.12 0.00 -suspicieux suspicieux ADJ m 1.10 0.88 0.65 0.54 -suspicion suspicion NOM f s 1.44 2.57 1.21 2.23 -suspicions suspicion NOM f p 1.44 2.57 0.23 0.34 -susse savoir VER 4516.72 2003.58 0.00 0.20 sub:imp:1s; -sussent savoir VER 4516.72 2003.58 0.00 0.14 sub:imp:3p; -sustentation sustentation NOM f s 0.01 0.14 0.01 0.14 -sustente sustenter VER 0.11 0.68 0.04 0.07 ind:pre:1s;ind:pre:3s;sub:pre:3s; -sustenter sustenter VER 0.11 0.68 0.08 0.54 inf; -sustentés sustenter VER m p 0.11 0.68 0.00 0.07 par:pas; -susu susu ADJ s 0.00 0.07 0.00 0.07 -susucre susucre NOM m s 0.00 0.20 0.00 0.20 -susurra susurrer VER 0.22 4.86 0.00 1.08 ind:pas:3s; -susurrai susurrer VER 0.22 4.86 0.00 0.07 ind:pas:1s; -susurraient susurrer VER 0.22 4.86 0.00 0.14 ind:imp:3p; -susurrait susurrer VER 0.22 4.86 0.01 0.74 ind:imp:3s; -susurrant susurrer VER 0.22 4.86 0.13 0.14 par:pre; -susurre susurrer VER 0.22 4.86 0.01 1.01 imp:pre:2s;ind:pre:3s; -susurrement susurrement NOM m s 0.00 0.47 0.00 0.14 -susurrements susurrement NOM m p 0.00 0.47 0.00 0.34 -susurrent susurrer VER 0.22 4.86 0.02 0.34 ind:pre:3p; -susurrer susurrer VER 0.22 4.86 0.01 0.54 inf; -susurrerai susurrer VER 0.22 4.86 0.01 0.00 ind:fut:1s; -susurré susurrer VER m s 0.22 4.86 0.01 0.54 par:pas; -susurrée susurrer VER f s 0.22 4.86 0.00 0.14 par:pas; -susurrées susurrer VER f p 0.22 4.86 0.01 0.07 par:pas; -susurrés susurrer VER m p 0.22 4.86 0.00 0.07 par:pas; -susvisée susvisé ADJ f s 0.00 0.07 0.00 0.07 -sut savoir VER 4516.72 2003.58 1.68 20.41 ind:pas:3s; -suça sucer VER 23.45 18.51 0.14 0.54 ind:pas:3s; -suçage suçage NOM m s 0.01 0.07 0.01 0.00 -suçages suçage NOM m p 0.01 0.07 0.00 0.07 -suçaient sucer VER 23.45 18.51 0.02 0.81 ind:imp:3p; -suçais sucer VER 23.45 18.51 0.32 0.20 ind:imp:1s;ind:imp:2s; -suçait sucer VER 23.45 18.51 0.21 2.36 ind:imp:3s; -suçant sucer VER 23.45 18.51 0.39 1.96 par:pre; -suède suède NOM m s 0.00 0.07 0.00 0.07 -suçoir suçoir NOM m s 0.00 0.27 0.00 0.14 -suçoirs suçoir NOM m p 0.00 0.27 0.00 0.14 -suçon suçon NOM m s 1.05 0.14 0.89 0.00 -suçons suçon NOM m p 1.05 0.14 0.17 0.14 -suçota suçoter VER 0.01 1.35 0.00 0.07 ind:pas:3s; -suçotait suçoter VER 0.01 1.35 0.00 0.27 ind:imp:3s; -suçotant suçoter VER 0.01 1.35 0.00 0.07 par:pre; -suçote suçoter VER 0.01 1.35 0.00 0.34 ind:pre:1s;ind:pre:3s; -suçotements suçotement NOM m p 0.00 0.07 0.00 0.07 -suçotent suçoter VER 0.01 1.35 0.00 0.07 ind:pre:3p; -suçoter suçoter VER 0.01 1.35 0.01 0.41 inf; -suçoté suçoter VER m s 0.01 1.35 0.00 0.14 par:pas; -séton séton NOM m s 0.00 0.07 0.00 0.07 -sutra sutra NOM m s 0.20 0.20 0.20 0.20 -sutémi sutémi NOM m s 0.00 0.14 0.00 0.14 -suturant suturer VER 0.45 0.27 0.00 0.07 par:pre; -suture suture NOM f s 4.54 0.68 3.77 0.47 -suturer suturer VER 0.45 0.27 0.38 0.07 inf; -sutures suture NOM f p 4.54 0.68 0.77 0.20 -suturé suturer VER m s 0.45 0.27 0.06 0.07 par:pas; -suturée suturer VER f s 0.45 0.27 0.01 0.07 par:pas; -sué suer VER m s 7.28 10.34 2.50 0.41 par:pas; -suédine suédine NOM f s 0.00 0.54 0.00 0.54 -suédois suédois NOM m 4.76 2.64 3.21 1.49 -suédoise suédois ADJ f s 3.67 6.89 1.41 2.77 -suédoises suédois NOM f p 4.76 2.64 0.69 0.34 -suée suée NOM f s 0.35 1.96 0.33 0.81 -suées suée NOM f p 0.35 1.96 0.02 1.15 -sévît sévir VER 3.23 5.61 0.00 0.07 sub:imp:3s; -sévi sévir VER m s 3.23 5.61 0.14 0.68 par:pas; -sévice sévices NOM m s 1.25 2.50 0.12 0.34 -sévices sévices NOM m p 1.25 2.50 1.13 2.16 -sévillan sévillan NOM m s 0.00 0.27 0.00 0.07 -sévillane sévillan NOM f s 0.00 0.27 0.00 0.20 -sévir sévir VER 3.23 5.61 0.75 1.62 inf; -sévira sévir VER 3.23 5.61 0.04 0.00 ind:fut:3s; -sévirai sévir VER 3.23 5.61 0.14 0.07 ind:fut:1s; -sévissaient sévir VER 3.23 5.61 0.10 0.34 ind:imp:3p; -sévissais sévir VER 3.23 5.61 0.00 0.07 ind:imp:1s; -sévissait sévir VER 3.23 5.61 0.50 1.01 ind:imp:3s; -sévissant sévir VER 3.23 5.61 0.01 0.00 par:pre; -sévisse sévir VER 3.23 5.61 0.03 0.07 sub:pre:3s; -sévissent sévir VER 3.23 5.61 0.18 0.34 ind:pre:3p; -sévit sévir VER 3.23 5.61 1.33 1.35 ind:pre:3s;ind:pas:3s; -sévrienne sévrienne NOM f s 0.00 0.14 0.00 0.07 -sévriennes sévrienne NOM f p 0.00 0.14 0.00 0.07 -sévère sévère ADJ s 9.47 29.73 8.28 22.91 -sévèrement sévèrement ADV 2.46 6.08 2.46 6.08 -sévères sévère ADJ p 9.47 29.73 1.20 6.82 -sévérité sévérité NOM f s 0.96 7.16 0.95 6.89 -sévérités sévérité NOM f p 0.96 7.16 0.01 0.27 -suzerain suzerain NOM m s 0.20 0.68 0.20 0.47 -suzeraine suzerain NOM f s 0.20 0.68 0.00 0.14 -suzeraineté suzeraineté NOM f s 0.01 0.14 0.01 0.14 -suzerains suzerain NOM m p 0.20 0.68 0.00 0.07 -sézigue sézigue PRO:per s 0.00 0.27 0.00 0.27 -svastika svastika NOM m s 0.09 0.20 0.09 0.14 -svastikas svastika NOM m p 0.09 0.20 0.00 0.07 -svelte svelte ADJ s 0.43 2.77 0.39 2.43 -sveltes svelte ADJ p 0.43 2.77 0.04 0.34 -sveltesse sveltesse NOM f s 0.00 0.61 0.00 0.61 -svp svp ADV 6.36 0.07 6.36 0.07 -swahili swahili NOM m s 0.00 0.54 0.00 0.54 -sweat_shirt sweat_shirt NOM m s 0.00 0.20 0.00 0.20 -sweater sweater NOM m s 0.00 1.01 0.00 0.74 -sweaters sweater NOM m p 0.00 1.01 0.00 0.27 -sweepstake sweepstake NOM m s 0.00 0.07 0.00 0.07 -swiftiennes swiftien ADJ f p 0.00 0.07 0.00 0.07 -swing swing NOM m s 0.00 0.88 0.00 0.74 -swings swing NOM m p 0.00 0.88 0.00 0.14 -swinguaient swinguer VER 0.00 0.07 0.00 0.07 ind:imp:3p; -sybarites sybarite ADJ p 0.01 0.00 0.01 0.00 -sybaritisme sybaritisme NOM m s 0.00 0.07 0.00 0.07 -sycomore sycomore NOM m s 0.14 1.08 0.11 0.34 -sycomores sycomore NOM m p 0.14 1.08 0.04 0.74 -sycophante sycophante NOM m s 0.03 0.07 0.03 0.00 -sycophantes sycophante NOM m p 0.03 0.07 0.00 0.07 -syllabe syllabe NOM f s 1.52 11.28 0.65 2.30 -syllabes syllabe NOM f p 1.52 11.28 0.88 8.99 -syllabus syllabus NOM m 0.01 0.00 0.01 0.00 -syllepse syllepse NOM f s 0.00 0.07 0.00 0.07 -syllogisme syllogisme NOM m s 0.13 0.54 0.13 0.14 -syllogismes syllogisme NOM m p 0.13 0.54 0.00 0.41 -syllogistique syllogistique ADJ f s 0.01 0.07 0.01 0.00 -syllogistiques syllogistique ADJ p 0.01 0.07 0.00 0.07 -sylphes sylphe NOM m p 0.02 0.07 0.02 0.07 -sylphide sylphide NOM f s 0.01 0.27 0.00 0.07 -sylphides sylphide NOM f p 0.01 0.27 0.01 0.20 -sylvain sylvain NOM m s 0.20 0.07 0.20 0.00 -sylvains sylvain NOM m p 0.20 0.07 0.00 0.07 -sylvaner sylvaner NOM m s 0.00 0.14 0.00 0.14 -sylve sylve NOM f s 0.00 0.14 0.00 0.14 -sylvestre sylvestre ADJ s 0.35 1.22 0.23 0.81 -sylvestres sylvestre ADJ p 0.35 1.22 0.12 0.41 -sylviculture sylviculture NOM f s 0.01 0.14 0.01 0.14 -sylvie sylvie NOM f s 0.00 2.09 0.00 2.09 -symbionte symbionte NOM m s 0.01 0.00 0.01 0.00 -symbiose symbiose NOM f s 0.68 0.41 0.68 0.41 -symbiote symbiote NOM m s 4.04 0.00 3.38 0.00 -symbiotes symbiote NOM m p 4.04 0.00 0.66 0.00 -symbiotique symbiotique ADJ s 0.36 0.00 0.36 0.00 -symbole symbole NOM m s 14.95 18.92 10.74 12.57 -symboles symbole NOM m p 14.95 18.92 4.20 6.35 -symbolique symbolique ADJ s 2.35 9.53 2.23 7.91 -symboliquement symboliquement ADV 0.21 0.88 0.21 0.88 -symboliques symbolique ADJ p 2.35 9.53 0.12 1.62 -symbolisa symboliser VER 2.65 5.07 0.00 0.07 ind:pas:3s; -symbolisaient symboliser VER 2.65 5.07 0.04 0.20 ind:imp:3p; -symbolisait symboliser VER 2.65 5.07 0.18 1.28 ind:imp:3s; -symbolisant symboliser VER 2.65 5.07 0.20 0.47 par:pre; -symbolisation symbolisation NOM f s 0.00 0.14 0.00 0.14 -symbolise symboliser VER 2.65 5.07 1.17 1.08 imp:pre:2s;ind:pre:1s;ind:pre:3s; -symbolisent symboliser VER 2.65 5.07 0.30 0.54 ind:pre:3p; -symboliser symboliser VER 2.65 5.07 0.28 0.61 inf; -symbolisera symboliser VER 2.65 5.07 0.03 0.07 ind:fut:3s; -symboliserai symboliser VER 2.65 5.07 0.01 0.00 ind:fut:1s; -symboliserait symboliser VER 2.65 5.07 0.01 0.00 cnd:pre:3s; -symbolisme symbolisme NOM m s 0.19 0.81 0.19 0.81 -symbolisât symboliser VER 2.65 5.07 0.00 0.07 sub:imp:3s; -symboliste symboliste ADJ s 0.01 0.20 0.01 0.20 -symbolisé symboliser VER m s 2.65 5.07 0.14 0.27 par:pas; -symbolisée symboliser VER f s 2.65 5.07 0.04 0.34 par:pas; -symbolisés symboliser VER m p 2.65 5.07 0.23 0.07 par:pas; -sympa sympa ADJ s 83.39 7.77 77.46 7.16 -sympas sympa ADJ p 83.39 7.77 5.92 0.61 -sympathectomie sympathectomie NOM f s 0.01 0.07 0.01 0.07 -sympathie sympathie NOM f s 7.68 26.15 6.87 24.05 -sympathies sympathie NOM f p 7.68 26.15 0.81 2.09 -sympathique sympathique ADJ s 16.23 15.54 12.79 13.11 -sympathiques sympathique ADJ p 16.23 15.54 3.45 2.43 -sympathisai sympathiser VER 2.12 1.96 0.00 0.07 ind:pas:1s; -sympathisaient sympathiser VER 2.12 1.96 0.01 0.00 ind:imp:3p; -sympathisait sympathiser VER 2.12 1.96 0.02 0.41 ind:imp:3s; -sympathisant sympathisant NOM m s 0.75 1.62 0.33 0.20 -sympathisante sympathisant NOM f s 0.75 1.62 0.03 0.00 -sympathisantes sympathisant ADJ f p 0.41 0.20 0.02 0.07 -sympathisants sympathisant NOM m p 0.75 1.62 0.36 1.42 -sympathise sympathiser VER 2.12 1.96 0.40 0.20 ind:pre:1s;ind:pre:3s; -sympathiser sympathiser VER 2.12 1.96 0.42 0.47 inf; -sympathisera sympathiser VER 2.12 1.96 0.00 0.07 ind:fut:3s; -sympathiserez sympathiser VER 2.12 1.96 0.01 0.00 ind:fut:2p; -sympathisez sympathiser VER 2.12 1.96 0.04 0.00 ind:pre:2p; -sympathisions sympathiser VER 2.12 1.96 0.00 0.07 ind:imp:1p; -sympathisons sympathiser VER 2.12 1.96 0.00 0.14 ind:pre:1p; -sympathisé sympathiser VER m s 2.12 1.96 1.21 0.54 par:pas; -sympathomimétique sympathomimétique ADJ s 0.01 0.00 0.01 0.00 -symphonie symphonie NOM f s 1.63 5.54 1.30 4.86 -symphonies symphonie NOM f p 1.63 5.54 0.32 0.68 -symphonique symphonique ADJ s 1.02 0.14 1.01 0.14 -symphoniques symphonique ADJ m p 1.02 0.14 0.01 0.00 -symphorines symphorine NOM f p 0.00 0.07 0.00 0.07 -symphyse symphyse NOM f s 0.05 0.00 0.05 0.00 -symposium symposium NOM m s 0.15 0.81 0.14 0.68 -symposiums symposium NOM m p 0.15 0.81 0.01 0.14 -symptôme symptôme NOM m s 11.64 4.39 2.03 1.22 -symptômes symptôme NOM m p 11.64 4.39 9.61 3.18 -symptomatique symptomatique ADJ m s 0.25 0.41 0.11 0.34 -symptomatiques symptomatique ADJ m p 0.25 0.41 0.14 0.07 -symptomatologie symptomatologie NOM f s 0.11 0.00 0.11 0.00 -symétrie symétrie NOM f s 1.20 2.97 1.20 2.70 -symétries symétrie NOM f p 1.20 2.97 0.00 0.27 -symétrique symétrique ADJ s 1.03 3.92 0.46 2.16 -symétriquement symétriquement ADV 0.03 0.95 0.03 0.95 -symétriques symétrique ADJ p 1.03 3.92 0.57 1.76 -synagogale synagogal ADJ f s 0.00 0.14 0.00 0.07 -synagogaux synagogal ADJ m p 0.00 0.14 0.00 0.07 -synagogue synagogue NOM f s 2.88 3.65 2.31 3.11 -synagogues synagogue NOM f p 2.88 3.65 0.57 0.54 -synapse synapse NOM f s 0.70 0.34 0.32 0.07 -synapses synapse NOM f p 0.70 0.34 0.38 0.27 -synaptique synaptique ADJ s 0.23 0.00 0.16 0.00 -synaptiques synaptique ADJ m p 0.23 0.00 0.07 0.00 -synchro synchro ADJ s 1.97 0.14 1.93 0.14 -synchrone synchrone ADJ s 0.16 0.54 0.10 0.07 -synchrones synchrone ADJ p 0.16 0.54 0.06 0.47 -synchronie synchronie NOM f s 0.00 0.07 0.00 0.07 -synchronique synchronique ADJ s 0.02 0.07 0.02 0.07 -synchronisaient synchroniser VER 2.09 0.54 0.01 0.00 ind:imp:3p; -synchronisation synchronisation NOM f s 1.87 0.27 1.87 0.27 -synchronise synchroniser VER 2.09 0.54 0.22 0.00 imp:pre:2s;ind:pre:3s; -synchroniser synchroniser VER 2.09 0.54 0.27 0.07 inf; -synchronisera synchroniser VER 2.09 0.54 0.04 0.00 ind:fut:3s; -synchroniseur synchroniseur NOM m s 0.05 0.00 0.05 0.00 -synchronisez synchroniser VER 2.09 0.54 0.26 0.00 imp:pre:2p; -synchronisme synchronisme NOM m s 0.08 0.54 0.08 0.54 -synchronisons synchroniser VER 2.09 0.54 0.34 0.00 imp:pre:1p;ind:pre:1p; -synchronisé synchroniser VER m s 2.09 0.54 0.44 0.34 par:pas; -synchronisée synchroniser VER f s 2.09 0.54 0.14 0.07 par:pas; -synchronisées synchroniser VER f p 2.09 0.54 0.08 0.07 par:pas; -synchronisés synchroniser VER m p 2.09 0.54 0.29 0.00 par:pas; -synchros synchro ADJ p 1.97 0.14 0.04 0.00 -synchrotron synchrotron NOM m s 0.01 0.00 0.01 0.00 -syncopal syncopal ADJ m s 0.01 0.07 0.01 0.07 -syncope syncope NOM f s 0.76 1.76 0.73 1.35 -syncoper syncoper VER 0.02 0.54 0.01 0.00 inf; -syncopes syncope NOM f p 0.76 1.76 0.02 0.41 -syncopé syncopé ADJ m s 0.05 0.95 0.03 0.34 -syncopée syncopé ADJ f s 0.05 0.95 0.01 0.14 -syncopées syncopé ADJ f p 0.05 0.95 0.01 0.14 -syncopés syncoper VER m p 0.02 0.54 0.01 0.07 par:pas; -syncrétisme syncrétisme NOM m s 0.00 0.14 0.00 0.14 -syncrétiste syncrétiste ADJ s 0.00 0.07 0.00 0.07 -syncytial syncytial ADJ m s 0.01 0.00 0.01 0.00 -syndic syndic NOM m s 0.61 1.08 0.48 0.95 -syndical syndical ADJ m s 1.50 2.23 0.65 0.47 -syndicale syndical ADJ f s 1.50 2.23 0.38 0.95 -syndicales syndical ADJ f p 1.50 2.23 0.33 0.41 -syndicalisation syndicalisation NOM f s 0.04 0.00 0.04 0.00 -syndicaliser syndicaliser VER 0.02 0.00 0.02 0.00 inf; -syndicalisme syndicalisme NOM m s 0.04 0.95 0.04 0.95 -syndicaliste syndicaliste NOM s 0.53 0.74 0.30 0.41 -syndicalistes syndicaliste NOM p 0.53 0.74 0.23 0.34 -syndicat syndicat NOM m s 14.25 8.45 9.93 5.20 -syndication syndication NOM f s 0.05 0.00 0.05 0.00 -syndicats syndicat NOM m p 14.25 8.45 4.33 3.24 -syndicaux syndical ADJ m p 1.50 2.23 0.15 0.41 -syndics syndic NOM m p 0.61 1.08 0.14 0.14 -syndique syndiquer VER 0.63 0.68 0.03 0.07 ind:pre:1s;ind:pre:3s; -syndiquer syndiquer VER 0.63 0.68 0.23 0.07 inf; -syndiquez syndiquer VER 0.63 0.68 0.05 0.00 imp:pre:2p; -syndiqué syndiqué ADJ m s 0.45 0.61 0.24 0.14 -syndiquée syndiquer VER f s 0.63 0.68 0.04 0.00 par:pas; -syndiquées syndiqué ADJ f p 0.45 0.61 0.02 0.07 -syndiqués syndiqué ADJ m p 0.45 0.61 0.15 0.41 -syndrome syndrome NOM m s 5.47 0.81 5.26 0.68 -syndromes syndrome NOM m p 5.47 0.81 0.21 0.14 -synecdoque synecdoque NOM f s 0.00 0.14 0.00 0.14 -synergie synergie NOM f s 0.15 0.00 0.14 0.00 -synergies synergie NOM f p 0.15 0.00 0.01 0.00 -synergique synergique ADJ f s 0.02 0.00 0.02 0.00 -synergétique synergétique ADJ m s 0.03 0.00 0.03 0.00 -synesthésie synesthésie NOM f s 0.01 0.00 0.01 0.00 -synode synode NOM m s 0.20 0.07 0.20 0.07 -synonyme synonyme ADJ s 0.97 1.49 0.84 1.08 -synonymes synonyme ADJ f p 0.97 1.49 0.13 0.41 -synopsie synopsie NOM f s 0.01 0.00 0.01 0.00 -synopsis synopsis NOM m 0.17 0.47 0.17 0.47 -synoptique synoptique ADJ s 0.01 0.07 0.01 0.07 -synoviales synovial ADJ f p 0.01 0.00 0.01 0.00 -synovite synovite NOM f s 0.04 0.00 0.04 0.00 -syntagme syntagme NOM m s 0.00 0.07 0.00 0.07 -syntaxe syntaxe NOM f s 0.27 2.03 0.27 1.96 -syntaxes syntaxe NOM f p 0.27 2.03 0.00 0.07 -syntaxique syntaxique ADJ m s 0.01 0.00 0.01 0.00 -synthèse synthèse NOM f s 1.63 1.96 1.62 1.82 -synthèses synthèse NOM f p 1.63 1.96 0.01 0.14 -synthé synthé NOM m s 0.61 0.27 0.60 0.20 -synthés synthé NOM m p 0.61 0.27 0.01 0.07 -synthétique synthétique ADJ s 3.05 2.64 1.58 1.96 -synthétiquement synthétiquement ADV 0.01 0.00 0.01 0.00 -synthétiques synthétique ADJ p 3.05 2.64 1.47 0.68 -synthétise synthétiser VER 0.61 0.20 0.04 0.20 ind:pre:1s;ind:pre:3s; -synthétisent synthétiser VER 0.61 0.20 0.01 0.00 ind:pre:3p; -synthétiser synthétiser VER 0.61 0.20 0.32 0.00 inf; -synthétisera synthétiser VER 0.61 0.20 0.01 0.00 ind:fut:3s; -synthétiseur synthétiseur NOM m s 0.39 0.41 0.36 0.34 -synthétiseurs synthétiseur NOM m p 0.39 0.41 0.03 0.07 -synthétisé synthétiser VER m s 0.61 0.20 0.16 0.00 par:pas; -synthétisée synthétiser VER f s 0.61 0.20 0.05 0.00 par:pas; -synthétisés synthétiser VER m p 0.61 0.20 0.02 0.00 par:pas; -synérèses synérèse NOM f p 0.00 0.07 0.00 0.07 -syphilis syphilis NOM f 1.53 1.01 1.53 1.01 -syphilitique syphilitique ADJ s 0.86 0.61 0.71 0.41 -syphilitiques syphilitique ADJ p 0.86 0.61 0.15 0.20 -syrah syrah NOM f s 0.09 0.00 0.09 0.00 -syriaque syriaque NOM s 0.00 0.07 0.00 0.07 -syriaques syriaque ADJ p 0.00 0.07 0.00 0.07 -syrien syrien ADJ m s 1.79 6.82 0.81 2.30 -syrienne syrien ADJ f s 1.79 6.82 0.58 1.76 -syriennes syrienne ADJ f p 0.03 0.00 0.03 0.00 -syriens syrien NOM m p 1.40 1.42 1.38 0.88 -syringomyélie syringomyélie NOM f s 0.01 0.00 0.01 0.00 -syrinx syrinx NOM f 0.00 0.07 0.00 0.07 -syro syro ADV 0.03 0.20 0.03 0.20 -syrtes syrte NOM f p 0.00 5.47 0.00 5.47 -systole systole NOM f s 0.01 0.20 0.01 0.20 -systolique systolique ADJ s 0.77 0.07 0.76 0.00 -systoliques systolique ADJ p 0.77 0.07 0.01 0.07 -système système NOM m s 76.92 46.96 66.12 42.23 -systèmes_clé systèmes_clé NOM m p 0.03 0.00 0.03 0.00 -systèmes système NOM m p 76.92 46.96 10.80 4.73 -systématique systématique ADJ s 0.86 3.85 0.67 3.45 -systématiquement systématiquement ADV 1.25 4.19 1.25 4.19 -systématiques systématique ADJ p 0.86 3.85 0.19 0.41 -systématisation systématisation NOM f s 0.00 0.07 0.00 0.07 -systématiser systématiser VER 0.00 0.07 0.00 0.07 inf; -systématisé systématisé ADJ m s 0.00 0.27 0.00 0.07 -systématisée systématisé ADJ f s 0.00 0.27 0.00 0.14 -systématisés systématisé ADJ m p 0.00 0.27 0.00 0.07 -systémique systémique ADJ s 0.14 0.00 0.14 0.00 -syénite syénite NOM f s 0.01 0.00 0.01 0.00 -syzygie syzygie NOM m s 0.00 0.20 0.00 0.14 -syzygies syzygie NOM m p 0.00 0.20 0.00 0.07 -t_ t_ PRO:per s 4344.23 779.93 4344.23 779.93 -t_shirt t_shirt NOM m s 10.87 0.54 7.59 0.20 -t_shirt t_shirt NOM m p 10.87 0.54 3.28 0.34 -t t PRO:per s 88.47 4.53 88.47 4.53 -tînmes tenir VER 504.69 741.22 0.00 0.20 ind:pas:1p; -tînt tenir VER 504.69 741.22 0.00 2.57 sub:imp:3s; -tôlarde tôlard NOM f s 0.01 0.00 0.01 0.00 -tôle tôle NOM f s 3.58 15.41 3.29 12.50 -tôlerie tôlerie NOM f s 0.00 0.20 0.00 0.20 -tôles tôle NOM f p 3.58 15.41 0.29 2.91 -tôlier tôlier NOM m s 0.02 0.27 0.01 0.14 -tôliers tôlier NOM m p 0.02 0.27 0.00 0.07 -tôlière tôlier NOM f s 0.02 0.27 0.01 0.07 -tôt_fait tôt_fait NOM m s 0.00 0.07 0.00 0.07 -tôt tôt ADV 129.98 126.76 129.98 126.76 -tûmes taire VER 154.47 139.80 0.00 0.20 ind:pas:1p; -tût taire VER 154.47 139.80 0.03 0.41 sub:imp:3s; -ta ta ADJ:pos 1265.97 251.69 1265.97 251.69 -taï_chi taï_chi NOM m s 0.16 0.00 0.16 0.00 -taïaut taïaut ONO 0.20 0.74 0.20 0.74 -taïga taïga NOM f s 1.50 0.95 1.50 0.88 -taïgas taïga NOM f p 1.50 0.95 0.00 0.07 -tab tab ADJ m s 0.23 0.00 0.23 0.00 -tabac tabac NOM m s 16.00 41.89 15.70 41.28 -tabacs tabac NOM m p 16.00 41.89 0.30 0.61 -tabagie tabagie NOM f s 0.15 0.41 0.15 0.27 -tabagies tabagie NOM f p 0.15 0.41 0.00 0.14 -tabagisme tabagisme NOM m s 0.26 0.00 0.26 0.00 -tabard tabard NOM m s 0.13 0.00 0.13 0.00 -tabaski tabaski NOM f s 0.00 0.07 0.00 0.07 -tabassage tabassage NOM m s 0.07 0.27 0.07 0.14 -tabassages tabassage NOM m p 0.07 0.27 0.00 0.14 -tabassaient tabasser VER 12.71 2.30 0.04 0.00 ind:imp:3p; -tabassais tabasser VER 12.71 2.30 0.14 0.00 ind:imp:1s;ind:imp:2s; -tabassait tabasser VER 12.71 2.30 0.33 0.14 ind:imp:3s; -tabassant tabasser VER 12.71 2.30 0.01 0.00 par:pre; -tabasse tabasser VER 12.71 2.30 1.96 0.27 imp:pre:2s;ind:pre:1s;ind:pre:3s; -tabassent tabasser VER 12.71 2.30 0.38 0.07 ind:pre:3p; -tabasser tabasser VER 12.71 2.30 4.91 1.01 inf; -tabassera tabasser VER 12.71 2.30 0.08 0.00 ind:fut:3s; -tabasseraient tabasser VER 12.71 2.30 0.01 0.00 cnd:pre:3p; -tabasserais tabasser VER 12.71 2.30 0.18 0.00 cnd:pre:1s;cnd:pre:2s; -tabasses tabasser VER 12.71 2.30 0.25 0.07 ind:pre:2s; -tabassez tabasser VER 12.71 2.30 0.09 0.00 imp:pre:2p;ind:pre:2p; -tabassons tabasser VER 12.71 2.30 0.01 0.07 imp:pre:1p;ind:pre:1p; -tabassèrent tabasser VER 12.71 2.30 0.01 0.00 ind:pas:3p; -tabassé tabasser VER m s 12.71 2.30 3.59 0.34 par:pas; -tabassée tabasser VER f s 12.71 2.30 0.48 0.14 par:pas; -tabassés tabasser VER m p 12.71 2.30 0.26 0.20 par:pas; -tabatière tabatière NOM f s 0.46 2.57 0.35 2.16 -tabatières tabatière NOM f p 0.46 2.57 0.11 0.41 -tabellion tabellion NOM m s 0.00 0.20 0.00 0.14 -tabellions tabellion NOM m p 0.00 0.20 0.00 0.07 -tabernacle tabernacle NOM m s 0.69 2.16 0.69 2.03 -tabernacles tabernacle NOM m p 0.69 2.16 0.00 0.14 -tabla tabler VER 0.95 1.62 0.01 0.00 ind:pas:3s; -tablais tabler VER 0.95 1.62 0.01 0.00 ind:imp:2s; -tablant tabler VER 0.95 1.62 0.01 0.14 par:pre; -tablature tablature NOM f s 0.00 0.07 0.00 0.07 -table_bureau table_bureau NOM f s 0.00 0.07 0.00 0.07 -table_coiffeuse table_coiffeuse NOM f s 0.00 0.27 0.00 0.27 -table table NOM f s 118.37 379.80 111.44 341.08 -tableau tableau NOM m s 50.11 90.00 37.80 57.84 -tableautin tableautin NOM m s 0.00 0.27 0.00 0.07 -tableautins tableautin NOM m p 0.00 0.27 0.00 0.20 -tableaux tableau NOM m p 50.11 90.00 12.31 32.16 -tabler tabler VER 0.95 1.62 0.04 0.54 inf; -tablerez tabler VER 0.95 1.62 0.01 0.00 ind:fut:2p; -tables table NOM f p 118.37 379.80 6.92 38.72 -tablette tablette NOM f s 2.70 9.86 2.08 6.76 -tabletterie tabletterie NOM f s 0.00 0.07 0.00 0.07 -tablettes tablette NOM f p 2.70 9.86 0.63 3.11 -tableur tableur NOM m s 0.05 0.00 0.05 0.00 -tablier tablier NOM m s 4.98 30.34 4.13 27.16 -tabliers tablier NOM m p 4.98 30.34 0.86 3.18 -tabloïd tabloïd NOM m s 0.45 0.00 0.17 0.00 -tabloïde tabloïde NOM s 0.11 0.07 0.04 0.07 -tabloïdes tabloïde NOM p 0.11 0.07 0.07 0.00 -tabloïds tabloïd NOM m p 0.45 0.00 0.27 0.00 -tablons tabler VER 0.95 1.62 0.02 0.00 imp:pre:1p;ind:pre:1p; -tablé tabler VER m s 0.95 1.62 0.00 0.07 par:pas; -tablée tablée NOM f s 0.02 1.49 0.02 1.15 -tablées tablée NOM f p 0.02 1.49 0.00 0.34 -tabor tabor NOM m s 0.00 1.15 0.00 0.07 -taborites taborite NOM m p 0.00 0.07 0.00 0.07 -tabors tabor NOM m p 0.00 1.15 0.00 1.08 -tabou tabou ADJ m s 1.11 1.35 0.78 0.95 -taboue tabou ADJ f s 1.11 1.35 0.11 0.07 -taboues tabou ADJ f p 1.11 1.35 0.01 0.00 -taboulé taboulé NOM m s 0.18 0.00 0.18 0.00 -tabouret tabouret NOM m s 3.19 18.38 2.79 15.47 -tabourets tabouret NOM m p 3.19 18.38 0.41 2.91 -tabous tabou NOM m p 1.18 3.11 0.64 1.42 -tabès tabès NOM m 0.00 0.07 0.00 0.07 -tabula tabuler VER 0.04 0.00 0.04 0.00 ind:pas:3s; -tabulaire tabulaire ADJ f s 0.00 0.20 0.00 0.20 -tabulateur tabulateur NOM m s 0.01 0.07 0.01 0.07 -tabulations tabulation NOM f p 0.01 0.00 0.01 0.00 -tac tac NOM m s 3.21 4.66 3.16 4.59 -tacatac tacatac ONO 0.00 0.07 0.00 0.07 -tacatacatac tacatacatac ONO 0.00 0.07 0.00 0.07 -tacauds tacaud NOM m p 0.00 0.07 0.00 0.07 -tachaient tacher VER 6.53 16.49 0.00 0.27 ind:imp:3p; -tachait tacher VER 6.53 16.49 0.00 0.88 ind:imp:3s; -tachant tacher VER 6.53 16.49 0.00 0.41 par:pre; -tache tache NOM f s 21.04 71.28 12.61 33.92 -tachent tacher VER 6.53 16.49 0.05 0.07 ind:pre:3p; -tacher tacher VER 6.53 16.49 1.10 1.01 inf; -tachera tacher VER 6.53 16.49 0.16 0.07 ind:fut:3s; -tacherai tacher VER 6.53 16.49 0.03 0.14 ind:fut:1s; -tacherais tacher VER 6.53 16.49 0.00 0.07 cnd:pre:2s; -tacherait tacher VER 6.53 16.49 0.10 0.07 cnd:pre:3s; -taches tache NOM f p 21.04 71.28 8.44 37.36 -tachetaient tacheter VER 0.29 3.11 0.00 0.07 ind:imp:3p; -tachetant tacheter VER 0.29 3.11 0.00 0.07 par:pre; -tacheter tacheter VER 0.29 3.11 0.00 0.07 inf; -tacheté tacheter VER m s 0.29 3.11 0.16 0.81 par:pas; -tachetée tacheter VER f s 0.29 3.11 0.10 1.08 par:pas; -tachetées tacheter VER f p 0.29 3.11 0.02 0.54 par:pas; -tachetures tacheture NOM f p 0.00 0.07 0.00 0.07 -tachetés tacheter VER m p 0.29 3.11 0.01 0.47 par:pas; -tachez tacher VER 6.53 16.49 0.19 0.07 imp:pre:2p;ind:pre:2p; -tachiste tachiste ADJ f s 0.00 0.07 0.00 0.07 -tachons tacher VER 6.53 16.49 0.04 0.00 imp:pre:1p; -taché tacher VER m s 6.53 16.49 1.70 4.32 par:pas; -tachée tacher VER f s 6.53 16.49 1.05 3.92 par:pas; -tachées tacher VER f p 6.53 16.49 0.69 1.42 par:pas; -tachéomètre tachéomètre NOM m s 0.02 0.00 0.02 0.00 -tachés tacher VER m p 6.53 16.49 0.39 2.36 par:pas; -tachyarythmie tachyarythmie NOM f s 0.04 0.00 0.04 0.00 -tachycarde tachycarder VER 0.53 0.07 0.53 0.07 imp:pre:2s;ind:pre:1s;ind:pre:3s; -tachycardie tachycardie NOM f s 0.82 0.61 0.82 0.47 -tachycardies tachycardie NOM f p 0.82 0.61 0.00 0.14 -tachymètre tachymètre NOM m s 0.00 0.14 0.00 0.14 -tachyon tachyon NOM m s 0.24 0.00 0.07 0.00 -tachyons tachyon NOM m p 0.24 0.00 0.16 0.00 -tacite tacite ADJ s 0.58 4.66 0.57 4.26 -tacitement tacitement ADV 0.01 1.62 0.01 1.62 -tacites tacite ADJ p 0.58 4.66 0.01 0.41 -taciturne taciturne ADJ s 1.03 6.55 0.93 5.41 -taciturnes taciturne ADJ p 1.03 6.55 0.10 1.15 -taciturnité taciturnité NOM f s 0.00 0.20 0.00 0.20 -tacle tacle NOM m s 0.38 0.07 0.38 0.07 -tacler tacler VER 0.04 0.00 0.04 0.00 inf; -taco taco NOM m s 2.00 0.27 0.99 0.00 -tacon tacon NOM m s 0.00 0.14 0.00 0.14 -taconnet taconnet NOM m s 0.00 0.34 0.00 0.34 -tacos taco NOM m p 2.00 0.27 1.01 0.27 -tacot tacot NOM m s 1.31 0.74 1.25 0.74 -tacots tacot NOM m p 1.31 0.74 0.06 0.00 -tacs tac NOM m p 3.21 4.66 0.05 0.07 -tact tact NOM m s 2.68 4.80 2.68 4.80 -tacticien tacticien NOM m s 0.36 0.41 0.25 0.41 -tacticienne tacticien NOM f s 0.36 0.41 0.10 0.00 -tacticiens tacticien NOM m p 0.36 0.41 0.01 0.00 -tactile tactile ADJ s 0.21 0.88 0.14 0.61 -tactilement tactilement ADV 0.00 0.14 0.00 0.14 -tactiles tactile ADJ p 0.21 0.88 0.07 0.27 -tactique tactique NOM f s 5.31 6.69 4.46 6.42 -tactiquement tactiquement ADV 0.25 0.07 0.25 0.07 -tactiques tactique NOM f p 5.31 6.69 0.85 0.27 -tadjik tadjik NOM m s 0.00 0.14 0.00 0.14 -tadorne tadorne NOM m s 0.00 0.41 0.00 0.20 -tadornes tadorne NOM m p 0.00 0.41 0.00 0.20 -taenia taenia NOM m s 0.00 0.68 0.00 0.68 -taf taf NOM m s 1.05 0.54 1.04 0.54 -tafanard tafanard NOM m s 0.00 0.20 0.00 0.20 -taffe taffe NOM f s 2.06 0.14 2.02 0.14 -taffes taffe NOM f p 2.06 0.14 0.03 0.00 -taffetas taffetas NOM m 0.17 1.76 0.17 1.76 -tafia tafia NOM m s 0.01 0.07 0.01 0.07 -tafs taf NOM m p 1.05 0.54 0.01 0.00 -tag tag NOM m s 0.79 0.41 0.79 0.41 -tagada tagada ONO 0.99 0.34 0.99 0.34 -tagalog tagalog NOM m s 0.04 0.14 0.04 0.14 -tagger tagger NOM m s 0.13 0.00 0.13 0.00 -tagliatelle tagliatelle NOM f s 0.38 0.47 0.01 0.34 -tagliatelles tagliatelle NOM f p 0.38 0.47 0.37 0.14 -taguais taguer VER 0.28 0.00 0.01 0.00 ind:imp:2s; -tague taguer VER 0.28 0.00 0.06 0.00 imp:pre:2s;ind:pre:3s; -taguer taguer VER 0.28 0.00 0.21 0.00 inf; -tagueur tagueur NOM m s 0.06 0.00 0.03 0.00 -tagueurs tagueur NOM m p 0.06 0.00 0.04 0.00 -tahitien tahitien NOM m s 0.06 0.34 0.04 0.00 -tahitienne tahitien ADJ f s 0.16 0.00 0.11 0.00 -tahitiennes tahitien NOM f p 0.06 0.34 0.02 0.20 -tahitiens tahitien NOM m p 0.06 0.34 0.00 0.07 -tai_chi tai_chi NOM m s 0.12 0.00 0.12 0.00 -taie taie NOM f s 0.51 2.57 0.35 1.96 -taies taie NOM f p 0.51 2.57 0.16 0.61 -taifas taifa NOM m p 0.00 0.07 0.00 0.07 -tailla tailler VER 13.28 37.64 0.01 1.01 ind:pas:3s; -taillable taillable ADJ m s 0.00 0.14 0.00 0.07 -taillables taillable ADJ p 0.00 0.14 0.00 0.07 -taillada taillader VER 1.57 1.82 0.00 0.07 ind:pas:3s; -tailladait taillader VER 1.57 1.82 0.03 0.20 ind:imp:3s; -tailladant taillader VER 1.57 1.82 0.12 0.20 par:pre; -taillade taillade NOM f s 0.30 0.00 0.30 0.00 -tailladent taillader VER 1.57 1.82 0.01 0.07 ind:pre:3p; -taillader taillader VER 1.57 1.82 0.47 0.34 inf; -tailladez taillader VER 1.57 1.82 0.00 0.07 imp:pre:2p; -tailladé taillader VER m s 1.57 1.82 0.48 0.34 par:pas; -tailladée taillader VER f s 1.57 1.82 0.25 0.14 par:pas; -tailladées taillader VER f p 1.57 1.82 0.00 0.14 par:pas; -tailladés taillader VER m p 1.57 1.82 0.06 0.27 par:pas; -taillaient tailler VER 13.28 37.64 0.03 0.68 ind:imp:3p; -taillais tailler VER 13.28 37.64 0.19 0.41 ind:imp:1s;ind:imp:2s; -taillait tailler VER 13.28 37.64 0.25 3.11 ind:imp:3s; -taillandier taillandier NOM m s 0.00 0.07 0.00 0.07 -taillant tailler VER 13.28 37.64 0.14 1.42 par:pre; -taillants taillant NOM m p 0.00 0.07 0.00 0.07 -taille_crayon taille_crayon NOM m s 0.07 0.68 0.04 0.54 -taille_crayon taille_crayon NOM m p 0.07 0.68 0.03 0.14 -taille_douce taille_douce NOM f s 0.00 0.20 0.00 0.14 -taille_haie taille_haie NOM m s 0.07 0.07 0.06 0.00 -taille_haie taille_haie NOM m p 0.07 0.07 0.01 0.07 -taille taille NOM f s 43.17 76.49 41.32 72.84 -taillent tailler VER 13.28 37.64 0.56 1.15 ind:pre:3p; -tailler tailler VER 13.28 37.64 2.93 6.89 inf; -taillera tailler VER 13.28 37.64 0.06 0.14 ind:fut:3s; -taillerai tailler VER 13.28 37.64 0.18 0.27 ind:fut:1s; -taillerais tailler VER 13.28 37.64 0.30 0.00 cnd:pre:1s;cnd:pre:2s; -taillerait tailler VER 13.28 37.64 0.02 0.27 cnd:pre:3s; -taillerez tailler VER 13.28 37.64 0.00 0.07 ind:fut:2p; -tailleront tailler VER 13.28 37.64 0.04 0.00 ind:fut:3p; -taille_douce taille_douce NOM f p 0.00 0.20 0.00 0.07 -tailles taille NOM f p 43.17 76.49 1.85 3.65 -tailleur_pantalon tailleur_pantalon NOM m s 0.01 0.07 0.01 0.07 -tailleur tailleur NOM m s 8.03 25.20 7.00 22.64 -tailleurs tailleur NOM m p 8.03 25.20 1.03 2.57 -tailleuse tailleuse NOM f s 2.29 0.07 2.29 0.07 -taillez tailler VER 13.28 37.64 0.27 0.27 imp:pre:2p;ind:pre:2p; -taillis taillis NOM m 0.34 15.00 0.34 15.00 -tailloir tailloir NOM m s 0.00 0.20 0.00 0.14 -tailloirs tailloir NOM m p 0.00 0.20 0.00 0.07 -taillons taillon NOM m p 0.12 0.14 0.12 0.14 -taillèrent tailler VER 13.28 37.64 0.01 0.07 ind:pas:3p; -taillé tailler VER m s 13.28 37.64 2.38 7.70 par:pas; -taillée tailler VER f s 13.28 37.64 0.48 4.32 par:pas; -taillées tailler VER f p 13.28 37.64 0.28 2.30 par:pas; -taillés tailler VER m p 13.28 37.64 0.27 3.85 par:pas; -tain tain NOM m s 0.83 1.55 0.83 1.55 -taira taire VER 154.47 139.80 0.22 0.74 ind:fut:3s; -tairai taire VER 154.47 139.80 1.74 0.34 ind:fut:1s; -tairaient taire VER 154.47 139.80 0.01 0.07 cnd:pre:3p; -tairais taire VER 154.47 139.80 0.34 0.14 cnd:pre:1s;cnd:pre:2s; -tairait taire VER 154.47 139.80 0.01 0.88 cnd:pre:3s; -tairas taire VER 154.47 139.80 0.29 0.00 ind:fut:2s; -taire taire VER 154.47 139.80 31.81 31.69 inf; -tairez taire VER 154.47 139.80 0.06 0.07 ind:fut:2p; -tairions taire VER 154.47 139.80 0.00 0.14 cnd:pre:1p; -tairons taire VER 154.47 139.80 0.06 0.20 ind:fut:1p; -tairont taire VER 154.47 139.80 0.51 0.14 ind:fut:3p; -tais taire VER 154.47 139.80 77.46 17.43 imp:pre:2s;ind:pre:1s;ind:pre:2s; -taisaient taire VER 154.47 139.80 0.30 4.53 ind:imp:3p; -taisais taire VER 154.47 139.80 0.53 2.50 ind:imp:1s;ind:imp:2s; -taisait taire VER 154.47 139.80 0.63 12.36 ind:imp:3s; -taisant taire VER 154.47 139.80 0.24 2.03 par:pre; -taise taire VER 154.47 139.80 1.51 1.49 sub:pre:1s;sub:pre:3s; -taisent taire VER 154.47 139.80 1.28 5.00 ind:pre:3p; -taises taire VER 154.47 139.80 0.16 0.14 sub:pre:2s; -taiseux taiseux ADJ m s 0.02 0.14 0.02 0.14 -taisez taire VER 154.47 139.80 24.30 4.39 imp:pre:2p;ind:pre:2p; -taisiez taire VER 154.47 139.80 0.10 0.07 ind:imp:2p; -taisions taire VER 154.47 139.80 0.02 1.08 ind:imp:1p; -taisons taire VER 154.47 139.80 0.23 1.82 imp:pre:1p;ind:pre:1p; -tait taire VER 154.47 139.80 7.42 11.62 ind:pre:3s; -tajine tajine NOM m s 0.00 0.41 0.00 0.20 -tajines tajine NOM m p 0.00 0.41 0.00 0.20 -take_off take_off NOM m 0.08 0.00 0.08 0.00 -tala tala NOM m s 0.34 0.27 0.34 0.07 -talait taler VER 0.12 0.54 0.00 0.14 ind:imp:3s; -talas tala NOM m p 0.34 0.27 0.00 0.20 -talavera_de_la_reina talavera_de_la_reina NOM s 0.00 0.07 0.00 0.07 -talbin talbin NOM m s 0.05 1.49 0.01 0.47 -talbins talbin NOM m p 0.05 1.49 0.04 1.01 -talc talc NOM m s 1.40 1.49 1.40 1.49 -tale taler VER 0.12 0.54 0.02 0.14 ind:pre:3s; -talent talent NOM m s 44.17 38.11 33.28 31.08 -talents talent NOM m p 44.17 38.11 10.89 7.03 -talentueuse talentueux ADJ f s 4.39 0.95 0.93 0.14 -talentueusement talentueusement ADV 0.00 0.07 0.00 0.07 -talentueuses talentueux ADJ f p 4.39 0.95 0.12 0.00 -talentueux talentueux ADJ m 4.39 0.95 3.35 0.81 -taler taler VER 0.12 0.54 0.00 0.07 inf; -taleth taleth NOM m s 0.03 0.27 0.03 0.20 -taleths taleth NOM m p 0.03 0.27 0.00 0.07 -taliban taliban NOM m s 1.81 0.00 0.23 0.00 -talibans taliban NOM m p 1.81 0.00 1.58 0.00 -talion talion NOM m s 0.05 3.18 0.05 3.18 -talisman talisman NOM m s 1.79 2.97 1.38 2.64 -talismans talisman NOM m p 1.79 2.97 0.41 0.34 -talkie_walkie talkie_walkie NOM m s 1.37 0.20 0.89 0.07 -talkie talkie NOM m s 0.32 0.00 0.17 0.00 -talkie_walkie talkie_walkie NOM m p 1.37 0.20 0.48 0.14 -talkies talkie NOM m p 0.32 0.00 0.16 0.00 -talle talle NOM f s 0.00 0.07 0.00 0.07 -taller taller VER 0.02 0.00 0.01 0.00 inf; -tallipot tallipot NOM m s 0.00 0.07 0.00 0.07 -tallons taller VER 0.02 0.00 0.01 0.00 ind:pre:1p; -talmouse talmouse NOM f s 0.00 0.07 0.00 0.07 -talmudique talmudique ADJ s 0.94 0.07 0.94 0.00 -talmudiques talmudique ADJ p 0.94 0.07 0.00 0.07 -talmudiste talmudiste NOM s 0.14 0.34 0.14 0.27 -talmudistes talmudiste NOM p 0.14 0.34 0.00 0.07 -talochaient talocher VER 0.01 0.27 0.00 0.07 ind:imp:3p; -talochait talocher VER 0.01 0.27 0.00 0.07 ind:imp:3s; -taloche taloche NOM f s 0.25 1.22 0.14 0.47 -talocher talocher VER 0.01 0.27 0.01 0.07 inf; -taloches taloche NOM f p 0.25 1.22 0.11 0.74 -talon talon NOM m s 11.72 49.26 4.03 12.36 -talonna talonner VER 0.37 2.57 0.00 0.14 ind:pas:3s; -talonnades talonnade NOM f p 0.00 0.07 0.00 0.07 -talonnait talonner VER 0.37 2.57 0.01 0.47 ind:imp:3s; -talonnant talonner VER 0.37 2.57 0.01 0.27 par:pre; -talonne talonner VER 0.37 2.57 0.20 0.41 ind:pre:1s;ind:pre:3s; -talonnent talonner VER 0.37 2.57 0.05 0.07 ind:pre:3p; -talonner talonner VER 0.37 2.57 0.06 0.20 inf; -talonnette talonnette NOM f s 0.06 0.74 0.00 0.27 -talonnettes talonnette NOM f p 0.06 0.74 0.06 0.47 -talonneur talonneur NOM m s 0.00 0.07 0.00 0.07 -talonnons talonner VER 0.37 2.57 0.01 0.00 ind:pre:1p; -talonné talonner VER m s 0.37 2.57 0.03 0.61 par:pas; -talonnée talonner VER f s 0.37 2.57 0.01 0.20 par:pas; -talonnés talonner VER m p 0.37 2.57 0.00 0.20 par:pas; -talons talon NOM m p 11.72 49.26 7.70 36.89 -talqua talquer VER 0.04 0.54 0.00 0.07 ind:pas:3s; -talquer talquer VER 0.04 0.54 0.02 0.20 inf; -talquât talquer VER 0.04 0.54 0.00 0.07 sub:imp:3s; -talqué talquer VER m s 0.04 0.54 0.01 0.14 par:pas; -talquées talquer VER f p 0.04 0.54 0.00 0.07 par:pas; -talée taler VER f s 0.12 0.54 0.00 0.07 par:pas; -talées talé ADJ f p 0.14 0.27 0.00 0.14 -talures talure NOM f p 0.00 0.07 0.00 0.07 -talés talé ADJ m p 0.14 0.27 0.14 0.07 -talus talus NOM m 0.69 19.53 0.69 19.53 -tam_tam tam_tam NOM m s 1.06 3.45 0.37 2.77 -tam_tam tam_tam NOM m p 1.06 3.45 0.69 0.68 -tamagotchi tamagotchi NOM m s 0.08 0.00 0.08 0.00 -tamanoir tamanoir NOM m s 0.00 0.07 0.00 0.07 -tamarin tamarin NOM m s 0.14 0.07 0.14 0.07 -tamarinier tamarinier NOM m s 0.01 0.14 0.01 0.00 -tamariniers tamarinier NOM m p 0.01 0.14 0.00 0.14 -tamaris tamaris NOM m 0.01 0.61 0.01 0.61 -tambouille tambouille NOM f s 0.71 1.96 0.71 1.69 -tambouilles tambouille NOM f p 0.71 1.96 0.00 0.27 -tambour_major tambour_major NOM m s 0.26 0.74 0.26 0.74 -tambour tambour NOM m s 10.20 19.32 7.80 10.54 -tambourin tambourin NOM m s 0.56 1.08 0.49 0.47 -tambourina tambouriner VER 0.66 5.54 0.00 0.47 ind:pas:3s; -tambourinade tambourinade NOM f s 0.00 0.07 0.00 0.07 -tambourinaient tambouriner VER 0.66 5.54 0.00 0.20 ind:imp:3p; -tambourinaire tambourinaire NOM m s 0.00 0.27 0.00 0.07 -tambourinaires tambourinaire NOM m p 0.00 0.27 0.00 0.20 -tambourinais tambouriner VER 0.66 5.54 0.01 0.07 ind:imp:1s; -tambourinait tambouriner VER 0.66 5.54 0.02 1.08 ind:imp:3s; -tambourinant tambouriner VER 0.66 5.54 0.04 0.74 par:pre; -tambourine tambouriner VER 0.66 5.54 0.08 1.08 ind:pre:1s;ind:pre:3s; -tambourinement tambourinement NOM m s 0.00 0.95 0.00 0.95 -tambourinent tambouriner VER 0.66 5.54 0.28 0.07 ind:pre:3p; -tambouriner tambouriner VER 0.66 5.54 0.09 1.42 inf; -tambourineur tambourineur NOM m s 0.00 0.07 0.00 0.07 -tambourins tambourin NOM m p 0.56 1.08 0.07 0.61 -tambourinèrent tambouriner VER 0.66 5.54 0.00 0.07 ind:pas:3p; -tambouriné tambouriner VER m s 0.66 5.54 0.01 0.27 par:pas; -tambourinée tambouriner VER f s 0.66 5.54 0.14 0.07 par:pas; -tambours tambour NOM m p 10.20 19.32 2.40 8.78 -tamia tamia NOM m s 0.04 0.00 0.04 0.00 -tamis tamis NOM m 0.53 1.82 0.53 1.82 -tamisage tamisage NOM m s 0.01 0.00 0.01 0.00 -tamisaient tamiser VER 0.38 2.30 0.00 0.14 ind:imp:3p; -tamisais tamiser VER 0.38 2.30 0.00 0.07 ind:imp:1s; -tamisait tamiser VER 0.38 2.30 0.00 0.20 ind:imp:3s; -tamisant tamiser VER 0.38 2.30 0.00 0.20 par:pre; -tamise tamiser VER 0.38 2.30 0.16 0.07 imp:pre:2s;ind:pre:3s; -tamisent tamiser VER 0.38 2.30 0.00 0.07 ind:pre:3p; -tamiser tamiser VER 0.38 2.30 0.17 0.27 inf; -tamiseur tamiseur NOM m s 0.14 0.00 0.14 0.00 -tamisez tamiser VER 0.38 2.30 0.02 0.00 imp:pre:2p; -tamisé tamisé ADJ m s 0.76 1.96 0.02 0.34 -tamisée tamisé ADJ f s 0.76 1.96 0.68 1.01 -tamisées tamisé ADJ f p 0.76 1.96 0.07 0.54 -tamisés tamiser VER m p 0.38 2.30 0.00 0.14 par:pas; -tamoul tamoul NOM m s 0.00 0.14 0.00 0.14 -tamouré tamouré NOM m s 0.02 0.07 0.02 0.07 -tampax tampax NOM m 0.29 0.27 0.29 0.27 -tampon_buvard tampon_buvard NOM m s 0.00 0.20 0.00 0.20 -tampon tampon NOM m s 4.28 8.72 2.96 5.14 -tamponna tamponner VER 1.66 6.35 0.00 0.61 ind:pas:3s; -tamponnade tamponnade NOM f s 0.17 0.00 0.17 0.00 -tamponnage tamponnage NOM m s 0.02 0.07 0.02 0.00 -tamponnages tamponnage NOM m p 0.02 0.07 0.00 0.07 -tamponnai tamponner VER 1.66 6.35 0.00 0.07 ind:pas:1s; -tamponnaient tamponner VER 1.66 6.35 0.00 0.20 ind:imp:3p; -tamponnais tamponner VER 1.66 6.35 0.11 0.07 ind:imp:1s;ind:imp:2s; -tamponnait tamponner VER 1.66 6.35 0.01 0.95 ind:imp:3s; -tamponnant tamponner VER 1.66 6.35 0.00 0.41 par:pre; -tamponne tamponner VER 1.66 6.35 0.52 2.50 imp:pre:2s;ind:pre:1s;ind:pre:3s; -tamponnement tamponnement NOM m s 0.00 0.20 0.00 0.20 -tamponnent tamponner VER 1.66 6.35 0.03 0.14 ind:pre:3p; -tamponner tamponner VER 1.66 6.35 0.27 0.81 inf; -tamponnera tamponner VER 1.66 6.35 0.01 0.00 ind:fut:3s; -tamponneur tamponneur ADJ m s 0.26 0.54 0.02 0.00 -tamponneuse tamponneur ADJ f s 0.26 0.54 0.10 0.00 -tamponneuses tamponneur ADJ f p 0.26 0.54 0.14 0.54 -tamponnez tamponner VER 1.66 6.35 0.15 0.07 imp:pre:2p;ind:pre:2p; -tamponnoir tamponnoir NOM m s 0.00 0.14 0.00 0.07 -tamponnoirs tamponnoir NOM m p 0.00 0.14 0.00 0.07 -tamponné tamponner VER m s 1.66 6.35 0.40 0.41 par:pas; -tamponnée tamponner VER f s 1.66 6.35 0.15 0.00 par:pas; -tamponnés tamponner VER m p 1.66 6.35 0.02 0.14 par:pas; -tampons tampon NOM m p 4.28 8.72 1.32 3.58 -tamtam tamtam NOM m s 0.13 0.07 0.13 0.07 -tan_sad tan_sad NOM m s 0.00 0.20 0.00 0.20 -tan tan NOM m s 0.66 0.20 0.50 0.20 -tanaisie tanaisie NOM f s 0.01 0.00 0.01 0.00 -tance tancer VER 0.03 1.01 0.00 0.14 ind:pre:3s; -tancer tancer VER 0.03 1.01 0.01 0.47 inf; -tanche tanche NOM f s 0.06 0.74 0.04 0.41 -tanches tanche NOM f p 0.06 0.74 0.01 0.34 -tancé tancer VER m s 0.03 1.01 0.00 0.07 par:pas; -tancée tancer VER f s 0.03 1.01 0.00 0.07 par:pas; -tancés tancer VER m p 0.03 1.01 0.01 0.07 par:pas; -tandem tandem NOM m s 0.60 2.03 0.60 1.82 -tandems tandem NOM m p 0.60 2.03 0.00 0.20 -tandis_qu tandis_qu CON 0.01 0.07 0.01 0.07 -tandis_que tandis_que CON 15.04 136.15 15.04 136.15 -tandoori tandoori NOM m s 0.06 0.00 0.06 0.00 -tangage tangage NOM m s 0.24 1.08 0.24 1.08 -tangara tangara NOM m s 0.08 0.00 0.06 0.00 -tangaras tangara NOM m p 0.08 0.00 0.02 0.00 -tangence tangence NOM f s 0.00 0.14 0.00 0.14 -tangent tangent ADJ m s 0.03 0.61 0.03 0.07 -tangente tangente NOM f s 0.35 1.15 0.35 0.88 -tangentes tangente NOM f p 0.35 1.15 0.00 0.27 -tangentiel tangentiel ADJ m s 0.00 0.07 0.00 0.07 -tangents tangent ADJ m p 0.03 0.61 0.00 0.14 -tangerine tangerine NOM f s 0.00 0.14 0.00 0.14 -tangibilité tangibilité NOM f s 0.01 0.00 0.01 0.00 -tangible tangible ADJ s 1.53 2.09 0.90 1.55 -tangibles tangible ADJ p 1.53 2.09 0.63 0.54 -tango tango NOM m s 5.74 6.28 5.58 4.53 -tangon tangon NOM m s 0.02 0.00 0.02 0.00 -tangos tango NOM m p 5.74 6.28 0.16 1.76 -tangua tanguer VER 0.69 7.91 0.00 0.74 ind:pas:3s; -tanguaient tanguer VER 0.69 7.91 0.00 0.20 ind:imp:3p; -tanguait tanguer VER 0.69 7.91 0.02 2.64 ind:imp:3s; -tanguant tanguer VER 0.69 7.91 0.01 0.54 par:pre; -tangue tanguer VER 0.69 7.91 0.38 1.69 ind:pre:1s;ind:pre:3s; -tanguent tanguer VER 0.69 7.91 0.11 0.27 ind:pre:3p; -tanguer tanguer VER 0.69 7.91 0.17 1.55 inf; -tangueraient tanguer VER 0.69 7.91 0.00 0.07 cnd:pre:3p; -tangérois tangérois ADJ m s 0.00 0.07 0.00 0.07 -tangué tanguer VER m s 0.69 7.91 0.00 0.20 par:pas; -tanin tanin NOM m s 0.05 0.34 0.05 0.34 -tanière tanière NOM f s 2.06 4.80 2.00 3.92 -tanières tanière NOM f p 2.06 4.80 0.06 0.88 -tank tank NOM m s 8.41 4.86 3.80 1.89 -tanka tanka NOM m s 0.00 0.54 0.00 0.54 -tanker tanker NOM m s 0.78 0.07 0.49 0.07 -tankers tanker NOM m p 0.78 0.07 0.29 0.00 -tankiste tankiste NOM s 0.00 0.27 0.00 0.07 -tankistes tankiste NOM p 0.00 0.27 0.00 0.20 -tanks tank NOM m p 8.41 4.86 4.62 2.97 -tanna tanner VER 2.71 2.70 0.45 0.00 ind:pas:3s; -tannage tannage NOM m s 0.01 0.00 0.01 0.00 -tannaient tanner VER 2.71 2.70 0.00 0.07 ind:imp:3p; -tannait tanner VER 2.71 2.70 0.02 0.27 ind:imp:3s; -tannant tanner VER 2.71 2.70 0.01 0.00 par:pre; -tannante tannant ADJ f s 0.00 0.27 0.00 0.07 -tannantes tannant ADJ f p 0.00 0.27 0.00 0.07 -tanne tanner VER 2.71 2.70 0.44 0.00 imp:pre:2s;ind:pre:1s;ind:pre:3s; -tannent tanner VER 2.71 2.70 0.06 0.14 ind:pre:3p;sub:pre:3p; -tanner tanner VER 2.71 2.70 0.73 0.41 inf; -tannerai tanner VER 2.71 2.70 0.03 0.07 ind:fut:1s; -tannerie tannerie NOM f s 0.04 0.34 0.04 0.34 -tannes tanner VER 2.71 2.70 0.04 0.00 ind:pre:2s; -tanneur tanneur NOM m s 0.31 1.15 0.31 0.27 -tanneurs tanneur NOM m p 0.31 1.15 0.00 0.88 -tannin tannin NOM m s 0.01 0.00 0.01 0.00 -tanné tanner VER m s 2.71 2.70 0.70 0.74 par:pas; -tannée tanner VER f s 2.71 2.70 0.17 0.61 par:pas; -tannées tannée NOM f p 0.18 0.27 0.01 0.00 -tannés tanner VER m p 2.71 2.70 0.04 0.20 par:pas; -tanrec tanrec NOM m s 0.00 0.07 0.00 0.07 -tans tan NOM m p 0.66 0.20 0.13 0.00 -tansad tansad NOM m s 0.00 0.07 0.00 0.07 -tant tant ADV 380.34 436.42 380.34 436.42 -tantôt tantôt ADV 5.62 66.76 5.62 66.76 -tante tante NOM f s 76.62 118.38 70.69 110.95 -tantes tante NOM f p 76.62 118.38 5.93 7.43 -tançai tancer VER 0.03 1.01 0.00 0.07 ind:pas:1s; -tançait tancer VER 0.03 1.01 0.00 0.07 ind:imp:3s; -tançant tancer VER 0.03 1.01 0.00 0.07 par:pre; -tantine tantine NOM f s 1.08 0.20 1.08 0.14 -tantines tantine NOM f p 1.08 0.20 0.00 0.07 -tantinet tantinet NOM m s 1.02 1.55 1.02 1.55 -tantièmes tantième NOM m p 0.00 0.07 0.00 0.07 -tantouse tantouse NOM f s 0.69 0.74 0.63 0.14 -tantouses tantouse NOM f p 0.69 0.74 0.06 0.61 -tantouze tantouze NOM f s 1.14 0.27 0.85 0.14 -tantouzes tantouze NOM f p 1.14 0.27 0.28 0.14 -tantra tantra NOM m s 0.11 0.00 0.11 0.00 -tantrique tantrique ADJ m s 0.19 0.14 0.18 0.07 -tantriques tantrique ADJ m p 0.19 0.14 0.01 0.07 -tantrisme tantrisme NOM m s 0.17 0.34 0.17 0.34 -tao tao NOM m s 0.05 0.61 0.05 0.61 -taoïsme taoïsme NOM m s 0.06 0.07 0.06 0.07 -taoïste taoïste ADJ s 0.03 0.47 0.03 0.34 -taoïstes taoïste NOM p 0.03 0.61 0.02 0.20 -taon taon NOM m s 0.73 0.61 0.01 0.14 -taons taon NOM m p 0.73 0.61 0.72 0.47 -tap tap ONO 0.53 2.50 0.53 2.50 -tapa taper VER 61.06 67.91 0.03 4.93 ind:pas:3s;;ind:pas:3s; -tapage tapage NOM m s 1.53 6.08 1.52 6.01 -tapageait tapager VER 0.00 0.14 0.00 0.14 ind:imp:3s; -tapages tapage NOM m p 1.53 6.08 0.01 0.07 -tapageur tapageur ADJ m s 0.23 2.97 0.10 1.28 -tapageurs tapageur NOM m p 0.11 0.07 0.05 0.07 -tapageuse tapageur ADJ f s 0.23 2.97 0.10 1.01 -tapageuses tapageur ADJ f p 0.23 2.97 0.01 0.20 -tapai taper VER 61.06 67.91 0.00 0.14 ind:pas:1s; -tapaient taper VER 61.06 67.91 0.32 2.57 ind:imp:3p; -tapais taper VER 61.06 67.91 0.68 1.08 ind:imp:1s;ind:imp:2s; -tapait taper VER 61.06 67.91 1.78 9.05 ind:imp:3s; -tapant taper VER 61.06 67.91 0.72 5.81 par:pre; -tapante tapant ADJ f s 0.57 0.68 0.02 0.00 -tapantes tapant ADJ f p 0.57 0.68 0.49 0.27 -tapas tapa NOM m p 0.15 0.00 0.15 0.00 -tape_cul tape_cul NOM m s 0.04 0.41 0.04 0.41 -tape_à_l_oeil tape_à_l_oeil ADJ 0.00 0.41 0.00 0.41 -tape taper VER 61.06 67.91 18.45 11.89 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:1s;sub:pre:3s; -tapecul tapecul NOM m s 0.00 0.07 0.00 0.07 -tapement tapement NOM m s 0.01 0.14 0.01 0.00 -tapements tapement NOM m p 0.01 0.14 0.00 0.14 -tapenade tapenade NOM f s 0.02 0.00 0.02 0.00 -tapent taper VER 61.06 67.91 1.60 1.76 ind:pre:3p; -taper taper VER 61.06 67.91 19.14 20.07 inf; -tapera taper VER 61.06 67.91 0.19 0.34 ind:fut:3s; -taperai taper VER 61.06 67.91 0.59 0.14 ind:fut:1s; -taperaient taper VER 61.06 67.91 0.01 0.07 cnd:pre:3p; -taperais taper VER 61.06 67.91 0.65 0.20 cnd:pre:1s;cnd:pre:2s; -taperait taper VER 61.06 67.91 0.07 0.34 cnd:pre:3s; -taperas taper VER 61.06 67.91 0.13 0.00 ind:fut:2s; -taperez taper VER 61.06 67.91 0.01 0.14 ind:fut:2p; -taperiez taper VER 61.06 67.91 0.01 0.00 cnd:pre:2p; -taperont taper VER 61.06 67.91 0.04 0.00 ind:fut:3p; -tapes taper VER 61.06 67.91 3.17 0.54 ind:pre:2s;sub:pre:2s; -tapette tapette NOM f s 7.16 1.15 4.77 0.61 -tapettes tapette NOM f p 7.16 1.15 2.39 0.54 -tapeur tapeur NOM m s 0.20 0.27 0.19 0.07 -tapeurs tapeur NOM m p 0.20 0.27 0.02 0.14 -tapeuses tapeur NOM f p 0.20 0.27 0.00 0.07 -tapez taper VER 61.06 67.91 2.83 0.14 imp:pre:2p;ind:pre:2p; -tapi tapir VER m s 0.92 11.82 0.19 4.39 par:pas; -tapie tapir VER f s 0.92 11.82 0.22 2.84 par:pas; -tapies tapir VER f p 0.92 11.82 0.02 0.61 par:pas; -tapiez taper VER 61.06 67.91 0.06 0.07 ind:imp:2p; -tapin tapin NOM m s 2.31 5.41 2.25 3.58 -tapinage tapinage NOM m s 0.16 0.00 0.16 0.00 -tapinaient tapiner VER 1.76 2.70 0.01 0.07 ind:imp:3p; -tapinais tapiner VER 1.76 2.70 0.02 0.14 ind:imp:1s;ind:imp:2s; -tapinait tapiner VER 1.76 2.70 0.09 0.47 ind:imp:3s; -tapinant tapiner VER 1.76 2.70 0.01 0.00 par:pre; -tapine tapiner VER 1.76 2.70 0.97 0.68 ind:pre:1s;ind:pre:3s; -tapinent tapiner VER 1.76 2.70 0.14 0.41 ind:pre:3p; -tapiner tapiner VER 1.76 2.70 0.39 0.68 inf; -tapinera tapiner VER 1.76 2.70 0.01 0.07 ind:fut:3s; -tapinerai tapiner VER 1.76 2.70 0.00 0.07 ind:fut:1s; -tapinerais tapiner VER 1.76 2.70 0.01 0.00 cnd:pre:1s; -tapines tapiner VER 1.76 2.70 0.11 0.00 ind:pre:2s; -tapineuse tapineur NOM f s 0.06 0.54 0.06 0.20 -tapineuses tapineuse NOM f p 0.02 0.00 0.02 0.00 -tapins tapin NOM m p 2.31 5.41 0.06 1.82 -tapiné tapiner VER m s 1.76 2.70 0.00 0.07 par:pas; -tapinée tapiner VER f s 1.76 2.70 0.00 0.07 par:pas; -tapioca tapioca NOM m s 0.33 1.69 0.33 1.69 -tapir tapir NOM m s 0.16 0.34 0.13 0.34 -tapira tapir VER 0.92 11.82 0.01 0.07 ind:fut:3s; -tapirs tapir NOM m p 0.16 0.34 0.02 0.00 -tapis_brosse tapis_brosse NOM m s 0.01 0.14 0.01 0.14 -tapis tapis NOM m 20.13 60.88 20.13 60.88 -tapissa tapisser VER 1.12 10.95 0.00 0.14 ind:pas:3s; -tapissaient tapisser VER 1.12 10.95 0.01 0.88 ind:imp:3p; -tapissais tapisser VER 1.12 10.95 0.00 0.07 ind:imp:1s; -tapissait tapisser VER 1.12 10.95 0.00 1.28 ind:imp:3s; -tapissant tapisser VER 1.12 10.95 0.01 0.27 par:pre; -tapisse tapisser VER 1.12 10.95 0.06 0.47 imp:pre:2s;ind:pre:1s;ind:pre:3s; -tapissent tapir VER 0.92 11.82 0.10 0.00 sub:imp:3p; -tapisser tapisser VER 1.12 10.95 0.14 0.54 inf; -tapisserai tapisser VER 1.12 10.95 0.01 0.00 ind:fut:1s; -tapisserie tapisserie NOM f s 1.34 12.57 0.89 9.73 -tapisseries tapisserie NOM f p 1.34 12.57 0.45 2.84 -tapissier tapissier NOM m s 0.32 1.69 0.17 1.22 -tapissiers tapissier NOM m p 0.32 1.69 0.05 0.34 -tapissière tapissier NOM f s 0.32 1.69 0.10 0.14 -tapissé tapisser VER m s 1.12 10.95 0.33 1.82 par:pas; -tapissée tapisser VER f s 1.12 10.95 0.27 2.57 par:pas; -tapissées tapisser VER f p 1.12 10.95 0.01 0.81 par:pas; -tapissés tapisser VER m p 1.12 10.95 0.20 1.76 par:pas; -tapit tapir VER 0.92 11.82 0.06 0.54 ind:pre:3s;ind:pas:3s; -tapâmes taper VER 61.06 67.91 0.00 0.14 ind:pas:1p; -tapons taper VER 61.06 67.91 0.06 0.14 imp:pre:1p;ind:pre:1p; -tapota tapoter VER 1.16 16.55 0.11 3.18 ind:pas:3s; -tapotai tapoter VER 1.16 16.55 0.00 0.07 ind:pas:1s; -tapotaient tapoter VER 1.16 16.55 0.00 0.27 ind:imp:3p; -tapotais tapoter VER 1.16 16.55 0.00 0.07 ind:imp:1s; -tapotait tapoter VER 1.16 16.55 0.04 3.38 ind:imp:3s; -tapotant tapoter VER 1.16 16.55 0.04 3.31 par:pre; -tapote tapoter VER 1.16 16.55 0.36 3.11 imp:pre:2s;ind:pre:1s;ind:pre:3s; -tapotement tapotement NOM m s 0.07 1.22 0.06 0.47 -tapotements tapotement NOM m p 0.07 1.22 0.01 0.74 -tapotent tapoter VER 1.16 16.55 0.01 0.47 ind:pre:3p; -tapoter tapoter VER 1.16 16.55 0.29 1.76 inf; -tapotez tapoter VER 1.16 16.55 0.20 0.00 imp:pre:2p;ind:pre:2p; -tapotis tapotis NOM m 0.00 0.07 0.00 0.07 -tapotons tapoter VER 1.16 16.55 0.00 0.07 imp:pre:1p; -tapotèrent tapoter VER 1.16 16.55 0.00 0.20 ind:pas:3p; -tapoté tapoter VER m s 1.16 16.55 0.11 0.68 par:pas; -tapèrent taper VER 61.06 67.91 0.00 0.47 ind:pas:3p; -tapé taper VER m s 61.06 67.91 9.43 6.55 par:pas; -tapée taper VER f s 61.06 67.91 0.92 0.81 par:pas; -tapées tapé ADJ f p 0.37 0.61 0.16 0.14 -tapés tapé ADJ m p 0.37 0.61 0.14 0.07 -taquet taquet NOM m s 0.14 0.27 0.10 0.27 -taquets taquet NOM m p 0.14 0.27 0.04 0.00 -taquin taquin ADJ m s 0.46 1.35 0.34 0.88 -taquina taquiner VER 5.24 5.74 0.00 0.34 ind:pas:3s; -taquinaient taquiner VER 5.24 5.74 0.04 0.20 ind:imp:3p; -taquinais taquiner VER 5.24 5.74 0.28 0.20 ind:imp:1s;ind:imp:2s; -taquinait taquiner VER 5.24 5.74 0.27 1.15 ind:imp:3s; -taquinant taquiner VER 5.24 5.74 0.01 0.20 par:pre; -taquine taquiner VER 5.24 5.74 1.91 1.08 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -taquinent taquiner VER 5.24 5.74 0.06 0.27 ind:pre:3p; -taquiner taquiner VER 5.24 5.74 1.48 2.03 inf; -taquinerait taquiner VER 5.24 5.74 0.21 0.00 cnd:pre:3s; -taquinerie taquinerie NOM f s 0.27 0.74 0.03 0.20 -taquineries taquinerie NOM f p 0.27 0.74 0.23 0.54 -taquines taquiner VER 5.24 5.74 0.29 0.00 ind:pre:2s; -taquinez taquiner VER 5.24 5.74 0.16 0.00 imp:pre:2p;ind:pre:2p; -taquins taquin ADJ m p 0.46 1.35 0.02 0.07 -taquiné taquiner VER m s 5.24 5.74 0.41 0.27 par:pas; -taquinée taquiner VER f s 5.24 5.74 0.11 0.00 par:pas; -taquoir taquoir NOM m s 0.00 0.14 0.00 0.14 -tar tare NOM m s 1.79 5.20 0.23 0.00 -tara tarer VER 6.08 0.54 0.57 0.00 ind:pas:3s;;ind:pas:3s;;ind:pas:3s; -tarabiscot tarabiscot NOM m s 0.00 0.07 0.00 0.07 -tarabiscotages tarabiscotage NOM m p 0.00 0.14 0.00 0.14 -tarabiscoté tarabiscoté ADJ m s 0.16 1.01 0.01 0.34 -tarabiscotée tarabiscoté ADJ f s 0.16 1.01 0.14 0.27 -tarabiscotées tarabiscoté ADJ f p 0.16 1.01 0.01 0.20 -tarabiscotés tarabiscoté ADJ m p 0.16 1.01 0.00 0.20 -tarabustait tarabuster VER 0.19 1.55 0.00 0.54 ind:imp:3s; -tarabuste tarabuster VER 0.19 1.55 0.01 0.47 ind:pre:1s;ind:pre:3s; -tarabustent tarabuster VER 0.19 1.55 0.01 0.07 ind:pre:3p; -tarabuster tarabuster VER 0.19 1.55 0.16 0.14 inf; -tarabustes tarabuster VER 0.19 1.55 0.00 0.07 ind:pre:2s; -tarabustèrent tarabuster VER 0.19 1.55 0.00 0.07 ind:pas:3p; -tarabusté tarabuster VER m s 0.19 1.55 0.01 0.14 par:pas; -tarabustés tarabuster VER m p 0.19 1.55 0.00 0.07 par:pas; -tarama tarama NOM m s 0.28 0.00 0.28 0.00 -tarare tarare NOM m s 0.00 0.20 0.00 0.20 -taratata taratata ONO 0.29 0.34 0.29 0.34 -taraud taraud NOM m s 0.00 0.34 0.00 0.20 -taraudaient tarauder VER 0.77 2.64 0.00 0.07 ind:imp:3p; -taraudait tarauder VER 0.77 2.64 0.00 0.34 ind:imp:3s; -taraudant taraudant ADJ m s 0.00 0.14 0.00 0.14 -taraude tarauder VER 0.77 2.64 0.73 0.81 imp:pre:2s;ind:pre:1s;ind:pre:3s; -taraudent tarauder VER 0.77 2.64 0.01 0.27 ind:pre:3p; -tarauder tarauder VER 0.77 2.64 0.02 0.41 inf; -tarauds taraud NOM m p 0.00 0.34 0.00 0.14 -taraudèrent tarauder VER 0.77 2.64 0.00 0.07 ind:pas:3p; -taraudé tarauder VER m s 0.77 2.64 0.00 0.34 par:pas; -taraudée tarauder VER f s 0.77 2.64 0.00 0.14 par:pas; -taraudées tarauder VER f p 0.77 2.64 0.00 0.07 par:pas; -taraudés tarauder VER m p 0.77 2.64 0.00 0.14 par:pas; -tarbais tarbais ADJ m 0.00 0.20 0.00 0.20 -tarbouche tarbouche NOM m s 0.00 0.07 0.00 0.07 -tarbouif tarbouif NOM m s 0.00 0.14 0.00 0.14 -tard_venu tard_venu ADJ m s 0.00 0.07 0.00 0.07 -tard tard ADV 350.38 344.26 350.38 344.26 -tarda tarder VER 28.36 34.46 0.17 3.51 ind:pas:3s; -tardai tarder VER 28.36 34.46 0.01 0.34 ind:pas:1s; -tardaient tarder VER 28.36 34.46 0.00 0.68 ind:imp:3p; -tardais tarder VER 28.36 34.46 0.47 0.20 ind:imp:1s;ind:imp:2s; -tardait tarder VER 28.36 34.46 0.35 4.46 ind:imp:3s; -tardant tarder VER 28.36 34.46 0.01 0.20 par:pre; -tarde tarder VER 28.36 34.46 4.63 3.78 imp:pre:2s;ind:pre:1s;ind:pre:3s; -tardent tarder VER 28.36 34.46 0.52 0.27 ind:pre:3p; -tarder tarder VER 28.36 34.46 15.01 12.09 inf; -tardera tarder VER 28.36 34.46 1.69 0.47 ind:fut:3s; -tarderai tarder VER 28.36 34.46 0.51 0.07 ind:fut:1s; -tarderaient tarder VER 28.36 34.46 0.03 0.54 cnd:pre:3p; -tarderais tarder VER 28.36 34.46 0.11 0.27 cnd:pre:1s; -tarderait tarder VER 28.36 34.46 0.03 1.82 cnd:pre:3s; -tarderas tarder VER 28.36 34.46 0.33 0.00 ind:fut:2s; -tarderez tarder VER 28.36 34.46 0.05 0.00 ind:fut:2p; -tarderie tarderie NOM f s 0.00 0.20 0.00 0.14 -tarderies tarderie NOM f p 0.00 0.20 0.00 0.07 -tarderiez tarder VER 28.36 34.46 0.01 0.00 cnd:pre:2p; -tarderions tarder VER 28.36 34.46 0.00 0.14 cnd:pre:1p; -tarderons tarder VER 28.36 34.46 0.02 0.07 ind:fut:1p; -tarderont tarder VER 28.36 34.46 0.32 0.14 ind:fut:3p; -tardes tarder VER 28.36 34.46 0.65 0.00 ind:pre:2s; -tardez tarder VER 28.36 34.46 1.14 0.27 imp:pre:2p;ind:pre:2p; -tardiez tarder VER 28.36 34.46 0.01 0.07 ind:imp:2p; -tardif tardif ADJ m s 2.62 10.00 0.65 2.23 -tardifs tardif ADJ m p 2.62 10.00 0.34 0.68 -tardigrade tardigrade NOM m s 0.01 0.00 0.01 0.00 -tardillon tardillon NOM m s 0.00 0.14 0.00 0.14 -tardions tarder VER 28.36 34.46 0.00 0.07 ind:imp:1p; -tardive tardif ADJ f s 2.62 10.00 1.36 5.74 -tardivement tardivement ADV 0.46 1.35 0.46 1.35 -tardives tardif ADJ f p 2.62 10.00 0.28 1.35 -tardâmes tarder VER 28.36 34.46 0.00 0.07 ind:pas:1p; -tardons tarder VER 28.36 34.46 0.07 0.14 imp:pre:1p;ind:pre:1p; -tardèrent tarder VER 28.36 34.46 0.15 0.81 ind:pas:3p; -tardé tarder VER m s 28.36 34.46 2.08 3.92 par:pas; -tardée tarder VER f s 28.36 34.46 0.00 0.07 par:pas; -tare tare NOM f s 1.79 5.20 1.06 3.04 -tarentelle tarentelle NOM f s 0.12 0.14 0.12 0.07 -tarentelles tarentelle NOM f p 0.12 0.14 0.00 0.07 -tarentule tarentule NOM f s 0.32 0.41 0.23 0.34 -tarentules tarentule NOM f p 0.32 0.41 0.08 0.07 -tares tare NOM f p 1.79 5.20 0.49 2.16 -taret taret NOM m s 0.00 0.20 0.00 0.14 -tarets taret NOM m p 0.00 0.20 0.00 0.07 -targe targe NOM f s 0.40 0.00 0.40 0.00 -targette targette NOM f s 0.00 1.01 0.00 0.68 -targettes targette NOM f p 0.00 1.01 0.00 0.34 -targua targuer VER 0.27 1.69 0.00 0.07 ind:pas:3s; -targuaient targuer VER 0.27 1.69 0.00 0.14 ind:imp:3p; -targuais targuer VER 0.27 1.69 0.00 0.07 ind:imp:1s; -targuait targuer VER 0.27 1.69 0.00 0.41 ind:imp:3s; -targuant targuer VER 0.27 1.69 0.00 0.14 par:pre; -targue targuer VER 0.27 1.69 0.22 0.27 ind:pre:1s;ind:pre:3s; -targuent targuer VER 0.27 1.69 0.00 0.14 ind:pre:3p; -targuer targuer VER 0.27 1.69 0.04 0.34 inf; -targuez targuer VER 0.27 1.69 0.01 0.00 ind:pre:2p; -targui targui ADJ m s 0.00 0.07 0.00 0.07 -targui targui NOM m s 0.00 0.07 0.00 0.07 -targuât targuer VER 0.27 1.69 0.00 0.07 sub:imp:3s; -targué targuer VER m s 0.27 1.69 0.00 0.07 par:pas; -tari tarir VER m s 1.83 4.93 0.28 0.61 par:pas; -taride taride NOM f s 0.00 0.20 0.00 0.20 -tarie tarir VER f s 1.83 4.93 0.69 0.74 par:pas; -taries tarir VER f p 1.83 4.93 0.01 0.34 par:pas; -tarif tarif NOM m s 6.26 4.80 4.58 2.84 -tarification tarification NOM f s 0.02 0.00 0.01 0.00 -tarifications tarification NOM f p 0.02 0.00 0.01 0.00 -tarifié tarifier VER m s 0.00 0.07 0.00 0.07 par:pas; -tarifs tarif NOM m p 6.26 4.80 1.69 1.96 -tarifée tarifer VER f s 0.01 0.27 0.00 0.14 par:pas; -tarifées tarifer VER f p 0.01 0.27 0.01 0.07 par:pas; -tarifés tarifer VER m p 0.01 0.27 0.00 0.07 par:pas; -tarin tarin NOM m s 0.10 2.91 0.10 2.91 -tarir tarir VER 1.83 4.93 0.05 1.22 inf; -tarira tarir VER 1.83 4.93 0.02 0.00 ind:fut:3s; -tarirent tarir VER 1.83 4.93 0.14 0.20 ind:pas:3p; -taris tarir VER m p 1.83 4.93 0.01 0.07 ind:pre:2s;par:pas; -tarissaient tarir VER 1.83 4.93 0.00 0.14 ind:imp:3p; -tarissait tarir VER 1.83 4.93 0.00 0.27 ind:imp:3s; -tarissant tarir VER 1.83 4.93 0.00 0.20 par:pre; -tarisse tarir VER 1.83 4.93 0.00 0.07 sub:pre:1s; -tarissement tarissement NOM m s 0.00 0.27 0.00 0.27 -tarissent tarir VER 1.83 4.93 0.01 0.14 ind:pre:3p; -tarissez tarir VER 1.83 4.93 0.00 0.07 imp:pre:2p; -tarit tarir VER 1.83 4.93 0.62 0.88 ind:pre:3s;ind:pas:3s; -tarière tarière NOM f s 0.00 0.20 0.00 0.07 -tarières tarière NOM f p 0.00 0.20 0.00 0.14 -tarlatane tarlatane NOM f s 0.00 0.07 0.00 0.07 -tarmac tarmac NOM m s 0.28 0.07 0.28 0.07 -taro taro NOM m s 4.21 0.00 4.21 0.00 -tarot tarot NOM m s 0.65 2.09 0.37 0.74 -tarots tarot NOM m p 0.65 2.09 0.28 1.35 -tarpan tarpan NOM m s 0.00 0.20 0.00 0.14 -tarpans tarpan NOM m p 0.00 0.20 0.00 0.07 -tarpon tarpon NOM m s 0.08 0.00 0.08 0.00 -tarpé tarpé NOM m s 0.32 0.07 0.32 0.07 -tarpéienne tarpéienne NOM s 0.01 0.00 0.01 0.00 -tarse tarse NOM m s 0.02 0.14 0.02 0.07 -tarses tarse NOM m p 0.02 0.14 0.00 0.07 -tarsienne tarsien ADJ f s 0.01 0.14 0.01 0.00 -tarsiens tarsien ADJ m p 0.01 0.14 0.00 0.14 -tarsier tarsier NOM m s 0.01 0.00 0.01 0.00 -tartan tartan NOM m s 0.51 0.27 0.07 0.20 -tartane tartan NOM f s 0.51 0.27 0.44 0.07 -tartare tartare ADJ s 0.46 1.15 0.45 0.61 -tartares tartare NOM p 0.94 1.76 0.52 1.15 -tartarin tartarin NOM m s 0.00 0.47 0.00 0.41 -tartarinades tartarinade NOM f p 0.00 0.14 0.00 0.14 -tartarins tartarin NOM m p 0.00 0.47 0.00 0.07 -tarte_minute tarte_minute ADJ f s 0.01 0.00 0.01 0.00 -tarte tarte NOM f s 13.04 10.34 10.41 8.31 -tartelette tartelette NOM f s 0.68 0.81 0.04 0.34 -tartelettes tartelette NOM f p 0.68 0.81 0.64 0.47 -tartempion tartempion NOM m s 0.04 0.00 0.04 0.00 -tartes tarte NOM f p 13.04 10.34 2.62 2.03 -tartignolle tartignolle ADJ s 0.00 0.20 0.00 0.14 -tartignolles tartignolle ADJ p 0.00 0.20 0.00 0.07 -tartina tartiner VER 0.65 3.18 0.00 0.14 ind:pas:3s; -tartinaient tartiner VER 0.65 3.18 0.00 0.07 ind:imp:3p; -tartinais tartiner VER 0.65 3.18 0.00 0.07 ind:imp:1s; -tartinait tartiner VER 0.65 3.18 0.00 0.34 ind:imp:3s; -tartinant tartiner VER 0.65 3.18 0.01 0.14 par:pre; -tartine tartine NOM f s 2.23 16.89 1.41 8.38 -tartinent tartiner VER 0.65 3.18 0.02 0.27 ind:pre:3p; -tartiner tartiner VER 0.65 3.18 0.41 0.88 inf;; -tartinerait tartiner VER 0.65 3.18 0.00 0.07 cnd:pre:3s; -tartines tartine NOM f p 2.23 16.89 0.82 8.51 -tartinez tartiner VER 0.65 3.18 0.03 0.00 imp:pre:2p;ind:pre:2p; -tartiné tartiner VER m s 0.65 3.18 0.03 0.27 par:pas; -tartinée tartiner VER f s 0.65 3.18 0.00 0.34 par:pas; -tartinées tartiner VER f p 0.65 3.18 0.00 0.20 par:pas; -tartir tartir VER 0.00 1.89 0.00 1.28 inf; -tartiss tartiss NOM m 0.00 0.41 0.00 0.41 -tartissent tartir VER 0.00 1.89 0.00 0.07 ind:pre:3p; -tartisses tartir VER 0.00 1.89 0.00 0.54 sub:pre:2s; -tartouille tartouille NOM f s 0.00 0.20 0.00 0.07 -tartouilles tartouille NOM f p 0.00 0.20 0.00 0.14 -tartre tartre NOM m s 0.03 0.54 0.03 0.54 -tartufe tartufe NOM m s 0.01 0.14 0.01 0.14 -tartuferie tartuferie NOM f s 0.00 0.14 0.00 0.07 -tartuferies tartuferie NOM f p 0.00 0.14 0.00 0.07 -tartufferie tartufferie NOM f s 0.00 0.07 0.00 0.07 -tartuffes tartuffe NOM m p 0.00 0.07 0.00 0.07 -taré taré NOM m s 10.48 2.09 6.96 1.01 -tarée taré ADJ f s 4.44 1.08 1.45 0.20 -tarées tarer VER f p 6.08 0.54 0.17 0.00 par:pas; -tarés taré NOM m p 10.48 2.09 3.53 1.08 -tarzan tarzan NOM m s 0.16 0.20 0.14 0.14 -tarzans tarzan NOM m p 0.16 0.20 0.01 0.07 -tas tas NOM m 65.28 83.78 65.28 83.78 -tasmanien tasmanien ADJ m s 0.01 0.07 0.01 0.07 -tassa tasser VER 2.21 19.19 0.00 1.08 ind:pas:3s; -tassai tasser VER 2.21 19.19 0.00 0.20 ind:pas:1s; -tassaient tasser VER 2.21 19.19 0.01 0.54 ind:imp:3p; -tassais tasser VER 2.21 19.19 0.00 0.07 ind:imp:1s; -tassait tasser VER 2.21 19.19 0.01 2.03 ind:imp:3s; -tassant tasser VER 2.21 19.19 0.00 0.88 par:pre; -tasse tasse NOM f s 21.89 34.12 18.52 25.07 -tasseau tasseau NOM m s 0.01 0.00 0.01 0.00 -tassement tassement NOM m s 0.06 0.68 0.04 0.61 -tassements tassement NOM m p 0.06 0.68 0.01 0.07 -tassent tasser VER 2.21 19.19 0.10 0.81 ind:pre:3p; -tasser tasser VER 2.21 19.19 0.45 1.76 inf; -tassera tasser VER 2.21 19.19 0.25 0.27 ind:fut:3s; -tasserai tasser VER 2.21 19.19 0.00 0.07 ind:fut:1s; -tasserait tasser VER 2.21 19.19 0.03 0.07 cnd:pre:3s; -tasses tasse NOM f p 21.89 34.12 3.37 9.05 -tassez tasser VER 2.21 19.19 0.17 0.07 imp:pre:2p; -tassiez tasser VER 2.21 19.19 0.00 0.07 ind:imp:2p; -tassili tassili NOM m s 0.00 0.34 0.00 0.34 -tassons tasser VER 2.21 19.19 0.00 0.07 ind:pre:1p; -tassèrent tasser VER 2.21 19.19 0.00 0.34 ind:pas:3p; -tassé tasser VER m s 2.21 19.19 0.41 3.78 par:pas; -tassée tasser VER f s 2.21 19.19 0.06 2.57 par:pas; -tassées tasser VER f p 2.21 19.19 0.04 0.41 par:pas; -tassés tassé ADJ m p 0.26 4.32 0.06 0.81 -taste_vin taste_vin NOM m 0.01 0.14 0.01 0.14 -tata tata NOM f s 3.00 0.68 2.96 0.47 -tatami tatami NOM m s 0.02 0.20 0.02 0.14 -tatamis tatami NOM m p 0.02 0.20 0.00 0.07 -tatane tatane NOM f s 0.02 2.64 0.01 1.01 -tatanes tatane NOM f p 0.02 2.64 0.01 1.62 -tatar tatar NOM m s 0.01 0.07 0.01 0.07 -tatars tatar ADJ m p 0.00 0.20 0.00 0.07 -tatas tata NOM f p 3.00 0.68 0.04 0.20 -tatillon tatillon ADJ m s 0.47 1.76 0.22 1.01 -tatillonne tatillon ADJ f s 0.47 1.76 0.09 0.34 -tatillonner tatillonner VER 0.00 0.07 0.00 0.07 inf; -tatillonnes tatillon ADJ f p 0.47 1.76 0.00 0.07 -tatillons tatillon ADJ m p 0.47 1.76 0.16 0.34 -tatin tatin NOM f s 0.03 0.14 0.03 0.14 -tatou tatou NOM m s 0.51 0.27 0.46 0.20 -tatouage tatouage NOM m s 12.06 3.38 8.28 1.55 -tatouages tatouage NOM m p 12.06 3.38 3.77 1.82 -tatouaient tatouer VER 4.22 3.72 0.00 0.07 ind:imp:3p; -tatouait tatouer VER 4.22 3.72 0.01 0.14 ind:imp:3s; -tatoue tatouer VER 4.22 3.72 0.08 0.27 imp:pre:2s;ind:pre:1s;ind:pre:3s; -tatouent tatouer VER 4.22 3.72 0.02 0.00 ind:pre:3p; -tatouer tatouer VER 4.22 3.72 1.91 0.81 inf; -tatoueur tatoueur NOM m s 0.37 1.01 0.14 1.01 -tatoueurs tatoueur NOM m p 0.37 1.01 0.09 0.00 -tatoueuse tatoueur NOM f s 0.37 1.01 0.14 0.00 -tatouez tatouer VER 4.22 3.72 0.02 0.00 imp:pre:2p;ind:pre:2p; -tatous tatou NOM m p 0.51 0.27 0.04 0.07 -tatoué tatouer VER m s 4.22 3.72 1.23 1.15 par:pas; -tatouée tatouer VER f s 4.22 3.72 0.52 0.61 par:pas; -tatouées tatoué ADJ f p 1.61 2.16 0.11 0.07 -tatoués tatouer VER m p 4.22 3.72 0.36 0.54 par:pas; -tau tau NOM m s 0.88 0.07 0.88 0.07 -taube taube NOM m s 0.07 0.27 0.07 0.27 -taudis taudis NOM m 4.17 3.24 4.17 3.24 -taulard taulard NOM m s 1.78 2.03 0.82 0.61 -taularde taulard NOM f s 1.78 2.03 0.17 0.14 -taulardes taulard NOM f p 1.78 2.03 0.02 0.07 -taulards taulard NOM m p 1.78 2.03 0.77 1.22 -taule taule NOM f s 27.00 14.73 26.92 13.85 -taules taule NOM f p 27.00 14.73 0.08 0.88 -taulier taulier NOM m s 0.95 5.41 0.67 3.31 -tauliers taulier NOM m p 0.95 5.41 0.14 0.54 -taulière taulier NOM f s 0.95 5.41 0.15 1.49 -taulières taulier NOM f p 0.95 5.41 0.00 0.07 -taupe taupe NOM f s 6.60 4.39 5.42 2.84 -taupes taupe NOM f p 6.60 4.39 1.17 1.55 -taupicide taupicide NOM m s 0.00 0.07 0.00 0.07 -taupin taupin NOM m s 0.40 0.07 0.40 0.07 -taupinière taupinière NOM f s 0.07 1.22 0.05 0.88 -taupinières taupinière NOM f p 0.07 1.22 0.02 0.34 -taupinées taupinée NOM f p 0.00 0.07 0.00 0.07 -taupé taupé ADJ m s 0.01 0.14 0.01 0.07 -taupés taupé ADJ m p 0.01 0.14 0.00 0.07 -taure taure NOM f s 0.00 0.07 0.00 0.07 -taureau taureau NOM m s 10.82 13.38 8.37 10.00 -taureaux taureau NOM m p 10.82 13.38 2.46 3.38 -taurillon taurillon NOM m s 0.00 0.27 0.00 0.20 -taurillons taurillon NOM m p 0.00 0.27 0.00 0.07 -taurin taurin ADJ m s 0.00 0.20 0.00 0.07 -taurine taurin ADJ f s 0.00 0.20 0.00 0.07 -taurins taurin ADJ m p 0.00 0.20 0.00 0.07 -taurobole taurobole NOM m s 0.00 0.14 0.00 0.14 -tauromachie tauromachie NOM f s 0.22 0.34 0.22 0.34 -tauromachique tauromachique ADJ s 0.00 0.14 0.00 0.14 -tautologie tautologie NOM f s 0.01 0.14 0.01 0.14 -taux taux NOM m 11.22 2.64 11.22 2.64 -tavel tavel NOM m s 0.03 0.14 0.03 0.14 -tavelant taveler VER 0.00 0.74 0.00 0.14 par:pre; -tavelé taveler VER m s 0.00 0.74 0.00 0.14 par:pas; -tavelée taveler VER f s 0.00 0.74 0.00 0.27 par:pas; -tavelées taveler VER f p 0.00 0.74 0.00 0.20 par:pas; -tavelures tavelure NOM f p 0.01 0.34 0.01 0.34 -taverne taverne NOM f s 3.02 8.51 2.63 6.01 -tavernes taverne NOM f p 3.02 8.51 0.39 2.50 -tavernier tavernier NOM m s 0.06 0.88 0.06 0.68 -taverniers tavernier NOM m p 0.06 0.88 0.00 0.20 -taxa taxer VER 2.19 3.04 0.00 0.14 ind:pas:3s; -taxables taxable ADJ f p 0.01 0.00 0.01 0.00 -taxaient taxer VER 2.19 3.04 0.00 0.14 ind:imp:3p; -taxait taxer VER 2.19 3.04 0.02 0.14 ind:imp:3s; -taxant taxer VER 2.19 3.04 0.05 0.07 par:pre; -taxation taxation NOM f s 0.02 0.07 0.02 0.07 -taxaudier taxaudier NOM m s 0.00 0.20 0.00 0.20 -taxe taxe NOM f s 4.34 1.82 1.86 1.15 -taxent taxer VER 2.19 3.04 0.16 0.20 ind:pre:3p; -taxer taxer VER 2.19 3.04 0.83 1.15 inf; -taxerait taxer VER 2.19 3.04 0.01 0.14 cnd:pre:3s; -taxes taxe NOM f p 4.34 1.82 2.49 0.68 -taxez taxer VER 2.19 3.04 0.01 0.00 ind:pre:2p; -taxi_auto taxi_auto NOM m s 0.00 0.07 0.00 0.07 -taxi_brousse taxi_brousse NOM m s 0.14 0.14 0.14 0.14 -taxi_girl taxi_girl NOM f s 0.00 0.27 0.00 0.07 -taxi_girl taxi_girl NOM f p 0.00 0.27 0.00 0.20 -taxi taxi NOM m s 63.77 46.82 59.42 41.22 -taxidermie taxidermie NOM f s 0.07 0.07 0.07 0.07 -taxidermiste taxidermiste NOM s 0.17 0.14 0.16 0.14 -taxidermistes taxidermiste NOM p 0.17 0.14 0.01 0.00 -taximan taximan NOM m s 0.34 0.27 0.23 0.14 -taximen taximan NOM m p 0.34 0.27 0.10 0.14 -taximètre taximètre NOM m s 0.01 0.00 0.01 0.00 -taxinomie taxinomie NOM f s 0.10 0.14 0.10 0.14 -taxinomique taxinomique ADJ m s 0.00 0.07 0.00 0.07 -taxinomiste taxinomiste NOM s 0.01 0.00 0.01 0.00 -taxiphone taxiphone NOM m s 0.02 0.07 0.01 0.07 -taxiphones taxiphone NOM m p 0.02 0.07 0.01 0.00 -taxis taxi NOM m p 63.77 46.82 4.35 5.61 -taxonomie taxonomie NOM f s 0.01 0.00 0.01 0.00 -taxonomique taxonomique ADJ m s 0.01 0.00 0.01 0.00 -taxé taxer VER m s 2.19 3.04 0.45 0.61 par:pas; -taxée taxer VER f s 2.19 3.04 0.10 0.14 par:pas; -taxés taxé ADJ m p 0.07 0.14 0.05 0.00 -taylorisme taylorisme NOM m s 0.00 0.07 0.00 0.07 -taylorisé tayloriser VER m s 0.00 0.07 0.00 0.07 par:pas; -tchadiens tchadien NOM m p 0.00 0.07 0.00 0.07 -tchador tchador NOM m s 0.23 0.07 0.23 0.07 -tchao tchao ONO 2.25 2.03 2.25 2.03 -tchatchant tchatcher VER 0.68 0.14 0.00 0.07 par:pre; -tchatche tchatche NOM f s 0.79 0.27 0.79 0.27 -tchatchent tchatcher VER 0.68 0.14 0.14 0.07 ind:pre:3p; -tchatcher tchatcher VER 0.68 0.14 0.47 0.00 inf; -tchatches tchatcher VER 0.68 0.14 0.01 0.00 ind:pre:2s; -tchatché tchatcher VER m s 0.68 0.14 0.04 0.00 par:pas; -tcherkesse tcherkesse NOM m s 0.00 0.07 0.00 0.07 -tchernoziom tchernoziom NOM m s 0.00 0.14 0.00 0.14 -tchetnik tchetnik NOM m s 0.83 0.00 0.81 0.00 -tchetniks tchetnik NOM m p 0.83 0.00 0.02 0.00 -tchin_tchin tchin_tchin ONO 0.11 0.14 0.11 0.14 -tchin_tchin tchin_tchin ONO 0.01 0.47 0.01 0.47 -tchèque tchèque ADJ s 2.00 1.55 1.83 0.68 -tchèques tchèque NOM p 0.81 1.42 0.33 0.68 -tchécoslovaque tchécoslovaque ADJ s 0.37 1.82 0.35 1.35 -tchécoslovaques tchécoslovaque NOM p 0.16 0.20 0.09 0.20 -tchékhoviennes tchékhovien ADJ f p 0.10 0.00 0.10 0.00 -tchékiste tchékiste NOM s 0.00 0.14 0.00 0.14 -tchétchène tchétchène NOM s 1.08 0.00 0.63 0.00 -tchétchènes tchétchène NOM p 1.08 0.00 0.45 0.00 -te_deum te_deum NOM m 0.00 0.14 0.00 0.14 -te te PRO:per s 4006.10 774.32 4006.10 774.32 -tea_room tea_room NOM m s 0.00 0.20 0.00 0.20 -team team NOM m s 13.84 0.27 13.68 0.20 -teams team NOM m p 13.84 0.27 0.16 0.07 -teaser teaser NOM m s 0.04 0.00 0.04 0.00 -tec tec NOM m 0.01 0.00 0.01 0.00 -technicien technicien NOM m s 5.03 4.32 1.99 1.01 -technicienne technicien ADJ f s 1.73 0.74 0.34 0.07 -techniciens technicien NOM m p 5.03 4.32 3.01 3.24 -technicité technicité NOM f s 0.14 0.07 0.14 0.07 -technico_commerciaux technico_commerciaux NOM m p 0.00 0.07 0.00 0.07 -technicolor technicolor NOM m s 0.41 0.88 0.41 0.88 -technique technique ADJ s 14.90 13.04 11.72 8.31 -techniquement techniquement ADV 6.42 0.61 6.42 0.61 -techniques technique NOM p 11.39 14.05 3.30 3.65 -techno techno ADJ s 0.52 0.00 0.52 0.00 -technocrate technocrate NOM s 0.32 0.47 0.31 0.20 -technocrates technocrate NOM p 0.32 0.47 0.01 0.27 -technocratique technocratique ADJ s 0.00 0.07 0.00 0.07 -technocratisme technocratisme NOM m s 0.00 0.07 0.00 0.07 -technologie technologie NOM f s 17.57 0.54 14.78 0.54 -technologies technologie NOM f p 17.57 0.54 2.79 0.00 -technologique technologique ADJ s 1.62 0.27 1.27 0.27 -technologiquement technologiquement ADV 0.15 0.00 0.15 0.00 -technologiques technologique ADJ p 1.62 0.27 0.35 0.00 -technétium technétium NOM m s 0.01 0.00 0.01 0.00 -teck teck NOM m s 0.11 0.34 0.11 0.34 -teckel teckel NOM m s 0.23 1.01 0.21 0.81 -teckels teckel NOM m p 0.23 1.01 0.02 0.20 -tectonique tectonique ADJ s 0.10 0.07 0.03 0.00 -tectoniques tectonique ADJ f p 0.10 0.07 0.08 0.07 -tee_shirt tee_shirt NOM m s 3.19 5.27 2.94 3.99 -tee_shirt tee_shirt NOM m p 3.19 5.27 0.25 1.28 -tee tee NOM m s 0.93 0.34 0.90 0.34 -teen_ager teen_ager NOM p 0.00 0.20 0.00 0.20 -teenager teenager NOM s 0.06 0.27 0.02 0.14 -teenagers teenager NOM p 0.06 0.27 0.03 0.14 -tees tee NOM m p 0.93 0.34 0.03 0.00 -tefillin tefillin NOM m s 0.02 0.14 0.02 0.14 -teignais teindre VER 3.71 4.32 0.14 0.00 ind:imp:1s; -teignait teindre VER 3.71 4.32 0.02 0.74 ind:imp:3s; -teignant teindre VER 3.71 4.32 0.00 0.07 par:pre; -teigne teigne NOM f s 1.22 1.15 1.18 0.95 -teignent teindre VER 3.71 4.32 0.22 0.07 ind:pre:3p; -teignes teigne NOM f p 1.22 1.15 0.04 0.20 -teigneuse teigneux ADJ f s 0.66 2.84 0.04 0.68 -teigneuses teigneux ADJ f p 0.66 2.84 0.00 0.14 -teigneux teigneux ADJ m 0.66 2.84 0.62 2.03 -teignit teindre VER 3.71 4.32 0.00 0.14 ind:pas:3s; -teille teiller VER 0.00 0.07 0.00 0.07 ind:pre:3s; -teindra teindre VER 3.71 4.32 0.02 0.00 ind:fut:3s; -teindrai teindre VER 3.71 4.32 0.12 0.00 ind:fut:1s; -teindrait teindre VER 3.71 4.32 0.01 0.07 cnd:pre:3s; -teindre teindre VER 3.71 4.32 1.28 1.22 inf; -teins teindre VER 3.71 4.32 0.74 0.14 imp:pre:2s;ind:pre:1s;ind:pre:2s; -teint teint NOM m s 4.87 24.26 4.84 23.58 -teinta teinter VER 1.32 10.14 0.00 0.27 ind:pas:3s; -teintaient teinter VER 1.32 10.14 0.00 0.27 ind:imp:3p; -teintait teinter VER 1.32 10.14 0.00 0.95 ind:imp:3s; -teintant teinter VER 1.32 10.14 0.28 0.47 par:pre; -teinte teinte NOM f s 0.77 12.91 0.60 7.43 -teintent teinter VER 1.32 10.14 0.03 0.14 ind:pre:3p; -teinter teinter VER 1.32 10.14 0.01 0.27 inf; -teinteraient teinter VER 1.32 10.14 0.00 0.07 cnd:pre:3p; -teintes teinte NOM f p 0.77 12.91 0.17 5.47 -teints teint ADJ m p 0.99 3.85 0.25 1.62 -teinté teinter VER m s 1.32 10.14 0.35 2.43 par:pas; -teintée teinter VER f s 1.32 10.14 0.26 2.77 par:pas; -teintées teinter VER f p 1.32 10.14 0.37 1.15 par:pas; -teinture teinture NOM f s 2.49 3.38 2.18 3.04 -teinturerie teinturerie NOM f s 0.46 0.61 0.43 0.47 -teintureries teinturerie NOM f p 0.46 0.61 0.03 0.14 -teintures teinture NOM f p 2.49 3.38 0.31 0.34 -teinturier teinturier NOM m s 1.06 1.55 0.99 1.08 -teinturiers teinturier NOM m p 1.06 1.55 0.06 0.20 -teinturière teinturier NOM f s 1.06 1.55 0.01 0.27 -teintés teinter VER m p 1.32 10.14 0.01 1.01 par:pas; -tek tek NOM m s 0.12 0.00 0.12 0.00 -tel tel ADJ:ind m s 66.90 115.74 66.90 115.74 -tell tell NOM m s 2.92 0.07 2.92 0.07 -telle telle ADJ:ind f s 48.77 118.58 48.77 118.58 -tellement tellement ADV 183.70 168.51 183.70 168.51 -telles telles ADJ:ind f p 15.12 27.16 15.12 27.16 -tellure tellure NOM m s 0.14 0.00 0.14 0.00 -tellurique tellurique ADJ s 0.00 1.62 0.00 1.42 -telluriques tellurique ADJ m p 0.00 1.62 0.00 0.20 -tels tels ADJ:ind m p 13.65 30.14 13.65 30.14 -telson telson NOM m s 0.07 0.00 0.07 0.00 -tem tem NOM m s 0.03 0.07 0.03 0.07 -tempe tempe NOM f s 3.38 29.46 2.23 9.66 -tempera tempera NOM f s 0.10 0.00 0.10 0.00 -tempes tempe NOM f p 3.38 29.46 1.15 19.80 -tempi tempo NOM m p 1.44 1.35 0.00 0.14 -temple temple NOM m s 15.69 20.20 14.36 13.72 -temples temple NOM m p 15.69 20.20 1.33 6.49 -templier templier NOM m s 0.35 5.74 0.12 3.65 -templiers templier NOM m p 0.35 5.74 0.23 2.09 -templière templier ADJ f s 0.23 0.14 0.23 0.14 -tempo tempo NOM m s 1.44 1.35 1.38 1.22 -temporaire temporaire ADJ s 7.51 3.38 6.54 2.57 -temporairement temporairement ADV 2.64 0.95 2.64 0.95 -temporaires temporaire ADJ p 7.51 3.38 0.96 0.81 -temporal temporal ADJ m s 0.76 0.34 0.65 0.00 -temporale temporal ADJ f s 0.76 0.34 0.02 0.14 -temporales temporal ADJ f p 0.76 0.34 0.01 0.14 -temporalité temporalité NOM f s 0.00 0.34 0.00 0.27 -temporalités temporalité NOM f p 0.00 0.34 0.00 0.07 -temporaux temporal ADJ m p 0.76 0.34 0.07 0.07 -temporel temporel ADJ m s 4.59 1.82 1.36 1.08 -temporelle temporel ADJ f s 4.59 1.82 2.61 0.54 -temporellement temporellement ADV 0.00 0.14 0.00 0.14 -temporelles temporel ADJ f p 4.59 1.82 0.37 0.07 -temporels temporel ADJ m p 4.59 1.82 0.26 0.14 -temporisaient temporiser VER 0.49 0.74 0.00 0.07 ind:imp:3p; -temporisait temporiser VER 0.49 0.74 0.01 0.07 ind:imp:3s; -temporisateur temporisateur ADJ m s 0.00 0.07 0.00 0.07 -temporisation temporisation NOM f s 0.02 0.20 0.02 0.20 -temporise temporiser VER 0.49 0.74 0.01 0.07 ind:pre:1s;ind:pre:3s; -temporisent temporiser VER 0.49 0.74 0.01 0.00 ind:pre:3p; -temporiser temporiser VER 0.49 0.74 0.41 0.34 inf; -temporiserai temporiser VER 0.49 0.74 0.01 0.00 ind:fut:1s; -temporisez temporiser VER 0.49 0.74 0.01 0.00 imp:pre:2p; -temporisons temporiser VER 0.49 0.74 0.00 0.07 imp:pre:1p; -temporisé temporiser VER m s 0.49 0.74 0.02 0.07 par:pas; -temporisée temporiser VER f s 0.49 0.74 0.01 0.07 par:pas; -tempos tempo NOM m p 1.44 1.35 0.06 0.00 -temps temps NOM m s 1031.05 1289.39 1031.05 1289.39 -tempère tempérer VER 0.25 3.85 0.03 0.34 imp:pre:2s;ind:pre:3s; -tempéra tempérer VER 0.25 3.85 0.00 0.34 ind:pas:3s; -tempura tempura NOM f s 0.06 0.00 0.05 0.00 -tempéraient tempérer VER 0.25 3.85 0.00 0.14 ind:imp:3p; -tempérait tempérer VER 0.25 3.85 0.00 0.88 ind:imp:3s; -tempérament tempérament NOM m s 4.74 9.93 4.69 9.05 -tempéraments tempérament NOM m p 4.74 9.93 0.05 0.88 -tempérance tempérance NOM f s 0.32 0.07 0.32 0.07 -tempuras tempura NOM f p 0.06 0.00 0.01 0.00 -température température NOM f s 15.68 10.95 14.42 10.41 -températures température NOM f p 15.68 10.95 1.26 0.54 -tempérer tempérer VER 0.25 3.85 0.12 0.68 inf; -tempéreraient tempérer VER 0.25 3.85 0.00 0.07 cnd:pre:3p; -tempérerait tempérer VER 0.25 3.85 0.01 0.07 cnd:pre:3s; -tempéré tempéré ADJ m s 0.34 1.22 0.22 0.54 -tempérée tempéré ADJ f s 0.34 1.22 0.11 0.20 -tempérées tempéré ADJ f p 0.34 1.22 0.01 0.27 -tempérés tempérer VER m p 0.25 3.85 0.00 0.20 par:pas; -tempêta tempêter VER 0.57 3.51 0.00 0.34 ind:pas:3s; -tempêtaient tempêter VER 0.57 3.51 0.01 0.07 ind:imp:3p; -tempêtais tempêter VER 0.57 3.51 0.00 0.14 ind:imp:1s; -tempêtait tempêter VER 0.57 3.51 0.00 0.74 ind:imp:3s; -tempêtant tempêter VER 0.57 3.51 0.00 0.47 par:pre; -tempête tempête NOM f s 19.73 31.28 15.72 24.26 -tempêtent tempêter VER 0.57 3.51 0.01 0.07 ind:pre:3p; -tempêter tempêter VER 0.57 3.51 0.11 0.61 inf; -tempêtes tempête NOM f p 19.73 31.28 4.01 7.03 -tempêté tempêter VER m s 0.57 3.51 0.01 0.14 par:pas; -tempétueux tempétueux ADJ m s 0.02 0.14 0.02 0.14 -tenable tenable ADJ f s 0.03 0.68 0.03 0.68 -tenace tenace ADJ s 1.96 12.43 1.62 10.20 -tenacement tenacement ADV 0.00 0.20 0.00 0.20 -tenaces tenace ADJ p 1.96 12.43 0.34 2.23 -tenaient tenir VER 504.69 741.22 3.56 35.68 ind:imp:3p; -tenaillaient tenailler VER 0.48 3.92 0.00 0.27 ind:imp:3p; -tenaillait tenailler VER 0.48 3.92 0.02 1.42 ind:imp:3s; -tenaillant tenailler VER 0.48 3.92 0.00 0.27 par:pre; -tenaille tenaille NOM f s 1.83 2.43 0.48 1.22 -tenaillent tenailler VER 0.48 3.92 0.00 0.07 ind:pre:3p; -tenailler tenailler VER 0.48 3.92 0.10 0.14 inf; -tenailles tenaille NOM f p 1.83 2.43 1.34 1.22 -tenaillé tenailler VER m s 0.48 3.92 0.01 0.88 par:pas; -tenaillée tenailler VER f s 0.48 3.92 0.02 0.14 par:pas; -tenais tenir VER 504.69 741.22 11.03 24.80 ind:imp:1s;ind:imp:2s; -tenait tenir VER 504.69 741.22 20.65 179.12 ind:imp:3s; -tenancier tenancier NOM m s 0.48 2.43 0.18 0.95 -tenanciers tenancier NOM m p 0.48 2.43 0.03 0.34 -tenancière tenancier NOM f s 0.48 2.43 0.28 1.08 -tenancières tenancier NOM f p 0.48 2.43 0.00 0.07 -tenant tenir VER 504.69 741.22 3.68 46.62 par:pre; -tenante tenant ADJ f s 0.88 4.73 0.47 1.69 -tenants tenant NOM m p 0.69 4.46 0.39 2.16 -tend tendre VER 26.65 218.38 3.72 31.22 ind:pre:3s; -tendît tendre VER 26.65 218.38 0.00 0.27 sub:imp:3s; -tendaient tendre VER 26.65 218.38 0.10 6.15 ind:imp:3p; -tendais tendre VER 26.65 218.38 0.19 2.03 ind:imp:1s;ind:imp:2s; -tendait tendre VER 26.65 218.38 1.17 24.12 ind:imp:3s; -tendance tendance NOM f s 12.98 20.88 10.95 14.26 -tendances tendance NOM f p 12.98 20.88 2.03 6.62 -tendancieuse tendancieux ADJ f s 0.34 0.95 0.05 0.20 -tendancieusement tendancieusement ADV 0.00 0.14 0.00 0.14 -tendancieuses tendancieux ADJ f p 0.34 0.95 0.01 0.47 -tendancieux tendancieux ADJ m p 0.34 0.95 0.28 0.27 -tendant tendre VER 26.65 218.38 0.93 16.01 par:pre; -tende tendre VER 26.65 218.38 0.42 0.54 sub:pre:1s;sub:pre:3s; -tendelet tendelet NOM m s 0.00 0.20 0.00 0.20 -tendent tendre VER 26.65 218.38 0.54 5.20 ind:pre:3p; -tender tender NOM m s 0.36 0.95 0.36 0.88 -tenders tender NOM m p 0.36 0.95 0.00 0.07 -tendeur tendeur NOM m s 0.23 0.74 0.19 0.41 -tendeurs tendeur NOM m p 0.23 0.74 0.04 0.34 -tendez tendre VER 26.65 218.38 2.00 0.54 imp:pre:2p;ind:pre:2p; -tendiez tendre VER 26.65 218.38 0.03 0.00 ind:imp:2p; -tendineuses tendineux ADJ f p 0.00 0.07 0.00 0.07 -tendinite tendinite NOM f s 0.24 0.00 0.24 0.00 -tendions tendre VER 26.65 218.38 0.00 0.20 ind:imp:1p; -tendirent tendre VER 26.65 218.38 0.00 1.49 ind:pas:3p; -tendis tendre VER 26.65 218.38 0.12 2.70 ind:pas:1s; -tendissent tendre VER 26.65 218.38 0.00 0.07 sub:imp:3p; -tendit tendre VER 26.65 218.38 0.05 51.22 ind:pas:3s; -tendon tendon NOM m s 1.38 3.99 0.90 0.61 -tendons tendon NOM m p 1.38 3.99 0.48 3.38 -tendra tendre VER 26.65 218.38 0.06 0.68 ind:fut:3s; -tendrai tendre VER 26.65 218.38 0.42 0.07 ind:fut:1s; -tendraient tendre VER 26.65 218.38 0.01 0.07 cnd:pre:3p; -tendrais tendre VER 26.65 218.38 0.08 0.14 cnd:pre:1s;cnd:pre:2s; -tendrait tendre VER 26.65 218.38 0.22 0.74 cnd:pre:3s; -tendre tendre ADJ s 21.66 61.15 18.34 45.54 -tendrement tendrement ADV 3.42 12.84 3.42 12.84 -tendres tendre ADJ p 21.66 61.15 3.33 15.61 -tendresse tendresse NOM f s 15.87 61.69 15.66 59.39 -tendresses tendresse NOM f p 15.87 61.69 0.20 2.30 -tendreté tendreté NOM f s 0.01 0.14 0.01 0.14 -tendron tendron NOM m s 0.35 0.61 0.05 0.34 -tendrons tendron NOM m p 0.35 0.61 0.30 0.27 -tendront tendre VER 26.65 218.38 0.00 0.07 ind:fut:3p; -tends tendre VER 26.65 218.38 3.46 6.15 imp:pre:2s;ind:pre:1s;ind:pre:2s; -tendu tendre VER m s 26.65 218.38 6.24 25.68 par:pas; -tendue tendu ADJ f s 9.71 37.57 3.10 13.51 -tendues tendu ADJ f p 9.71 37.57 0.85 3.45 -tendus tendu ADJ m p 9.71 37.57 1.26 7.23 -teneur teneur NOM s 0.90 1.35 0.90 1.35 -tenez tenir VER 504.69 741.22 99.49 30.61 imp:pre:2p;ind:pre:2p; -teniez tenir VER 504.69 741.22 2.34 0.95 ind:imp:2p; -tenions tenir VER 504.69 741.22 0.57 4.80 ind:imp:1p;sub:pre:1p; -tenir tenir VER 504.69 741.22 82.83 126.82 inf; -tennis_ballon tennis_ballon NOM m 0.00 0.07 0.00 0.07 -tennis_club tennis_club NOM m 0.00 0.34 0.00 0.34 -tennis tennis NOM m 11.37 13.24 11.37 13.24 -tennisman tennisman NOM m s 0.07 0.61 0.06 0.34 -tennismen tennisman NOM m p 0.07 0.61 0.01 0.27 -tenon tenon NOM m s 0.23 0.34 0.16 0.14 -tenons tenir VER 504.69 741.22 5.94 3.92 imp:pre:1p;ind:pre:1p; -tenseur tenseur NOM m s 0.02 0.00 0.02 0.00 -tensiomètre tensiomètre NOM m s 0.02 0.00 0.02 0.00 -tension tension NOM f s 21.28 15.61 20.05 14.93 -tensions tension NOM f p 21.28 15.61 1.23 0.68 -tenta tenter VER 79.74 126.96 1.00 14.19 ind:pas:3s; -tentaculaire tentaculaire ADJ s 0.01 0.61 0.01 0.47 -tentaculaires tentaculaire ADJ p 0.01 0.61 0.00 0.14 -tentacule tentacule NOM m s 1.11 2.50 0.27 0.20 -tentacules tentacule NOM m p 1.11 2.50 0.84 2.30 -tentai tenter VER 79.74 126.96 0.02 3.38 ind:pas:1s; -tentaient tenter VER 79.74 126.96 0.68 4.73 ind:imp:3p; -tentais tenter VER 79.74 126.96 0.42 2.16 ind:imp:1s;ind:imp:2s; -tentait tenter VER 79.74 126.96 1.98 15.41 ind:imp:3s; -tentant tentant ADJ m s 2.70 3.18 2.10 2.23 -tentante tentant ADJ f s 2.70 3.18 0.51 0.47 -tentantes tentant ADJ f p 2.70 3.18 0.01 0.27 -tentants tentant ADJ m p 2.70 3.18 0.09 0.20 -tentateur tentateur ADJ m s 0.48 1.01 0.34 0.54 -tentateurs tentateur ADJ m p 0.48 1.01 0.10 0.07 -tentation tentation NOM f s 7.56 20.61 5.82 16.01 -tentations tentation NOM f p 7.56 20.61 1.74 4.59 -tentative tentative NOM f s 19.04 19.53 16.24 14.12 -tentatives tentative NOM f p 19.04 19.53 2.81 5.41 -tentatrice tentateur NOM f s 0.18 0.41 0.17 0.07 -tentatrices tentatrice NOM f p 0.01 0.00 0.01 0.00 -tente tenter VER 79.74 126.96 16.94 13.04 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -tentent tenter VER 79.74 126.96 2.28 1.76 ind:pre:3p; -tenter tenter VER 79.74 126.96 20.40 32.43 inf; -tentera tenter VER 79.74 126.96 1.30 0.34 ind:fut:3s; -tenterai tenter VER 79.74 126.96 0.56 0.14 ind:fut:1s; -tenteraient tenter VER 79.74 126.96 0.10 0.54 cnd:pre:3p; -tenterais tenter VER 79.74 126.96 0.20 0.34 cnd:pre:1s;cnd:pre:2s; -tenterait tenter VER 79.74 126.96 0.33 1.42 cnd:pre:3s; -tenteras tenter VER 79.74 126.96 0.19 0.14 ind:fut:2s; -tenterez tenter VER 79.74 126.96 0.17 0.00 ind:fut:2p; -tenteriez tenter VER 79.74 126.96 0.01 0.00 cnd:pre:2p; -tenterons tenter VER 79.74 126.96 0.74 0.00 ind:fut:1p; -tenteront tenter VER 79.74 126.96 0.48 0.20 ind:fut:3p; -tentes tente NOM f p 16.65 26.22 2.25 7.09 -tentez tenter VER 79.74 126.96 3.31 0.54 imp:pre:2p;ind:pre:2p; -tentiaire tentiaire NOM f s 0.00 0.41 0.00 0.41 -tentiez tenter VER 79.74 126.96 0.45 0.14 ind:imp:2p; -tentions tenter VER 79.74 126.96 0.12 0.68 ind:imp:1p; -tentâmes tenter VER 79.74 126.96 0.00 0.14 ind:pas:1p; -tentons tenter VER 79.74 126.96 2.03 0.20 imp:pre:1p;ind:pre:1p; -tentât tenter VER 79.74 126.96 0.00 0.61 sub:imp:3s; -tentèrent tenter VER 79.74 126.96 0.22 1.96 ind:pas:3p; -tenté tenter VER m s 79.74 126.96 21.70 25.34 par:pas; -tentée tenter VER f s 79.74 126.96 1.29 2.50 par:pas; -tentées tenter VER f p 79.74 126.96 0.24 0.34 par:pas; -tenture tenture NOM f s 0.66 8.18 0.20 3.24 -tentures tenture NOM f p 0.66 8.18 0.45 4.93 -tentés tenter VER m p 79.74 126.96 0.30 1.49 par:pas; -tenu tenir VER m s 504.69 741.22 27.10 54.12 par:pas; -tenue tenue NOM f s 21.96 31.89 19.64 27.97 -tenues tenue NOM f p 21.96 31.89 2.32 3.92 -tenure tenure NOM f s 0.01 0.00 0.01 0.00 -tenus tenir VER m p 504.69 741.22 1.39 6.89 par:pas; -tepidarium tepidarium NOM m s 0.01 0.00 0.01 0.00 -tequila tequila NOM f s 3.81 0.20 3.52 0.20 -tequilas tequila NOM f p 3.81 0.20 0.29 0.00 -ter ter ADV 0.72 9.46 0.72 9.46 -terce tercer VER 0.10 0.07 0.00 0.07 ind:pre:3s; -tercer tercer VER 0.10 0.07 0.10 0.00 inf; -tercets tercet NOM m p 0.00 0.07 0.00 0.07 -tercio tercio NOM m s 0.01 0.14 0.01 0.14 -tergal tergal NOM m s 0.16 0.41 0.16 0.41 -tergiversaient tergiverser VER 0.81 1.35 0.00 0.07 ind:imp:3p; -tergiversais tergiverser VER 0.81 1.35 0.00 0.07 ind:imp:1s; -tergiversant tergiverser VER 0.81 1.35 0.00 0.07 par:pre; -tergiversation tergiversation NOM f s 0.09 1.28 0.03 0.00 -tergiversations tergiversation NOM f p 0.09 1.28 0.06 1.28 -tergiverse tergiverser VER 0.81 1.35 0.23 0.20 imp:pre:2s;ind:pre:3s; -tergiverser tergiverser VER 0.81 1.35 0.40 0.81 inf; -tergiverses tergiverser VER 0.81 1.35 0.03 0.00 ind:pre:2s; -tergiversez tergiverser VER 0.81 1.35 0.04 0.00 imp:pre:2p;ind:pre:2p; -tergiversons tergiverser VER 0.81 1.35 0.03 0.07 imp:pre:1p;ind:pre:1p; -tergiversé tergiverser VER m s 0.81 1.35 0.09 0.07 par:pas; -terme terme NOM m s 37.67 59.73 25.72 34.86 -termes terme NOM m p 37.67 59.73 11.96 24.86 -termina terminer VER 142.38 100.00 0.28 5.20 ind:pas:3s; -terminai terminer VER 142.38 100.00 0.05 0.68 ind:pas:1s; -terminaient terminer VER 142.38 100.00 0.05 2.09 ind:imp:3p; -terminais terminer VER 142.38 100.00 0.56 0.27 ind:imp:1s; -terminaison terminaison NOM f s 0.36 0.41 0.17 0.00 -terminaisons terminaison NOM f p 0.36 0.41 0.20 0.41 -terminait terminer VER 142.38 100.00 0.41 7.91 ind:imp:3s; -terminal terminal NOM m s 5.61 0.88 2.08 0.14 -terminale terminal NOM f s 5.61 0.88 2.94 0.61 -terminales terminal NOM f p 5.61 0.88 0.36 0.14 -terminant terminer VER 142.38 100.00 0.14 2.43 par:pre; -terminateur terminateur NOM m s 0.02 0.00 0.02 0.00 -terminatrice terminateur ADJ f s 0.01 0.00 0.01 0.00 -terminaux terminal NOM m p 5.61 0.88 0.23 0.00 -termine terminer VER 142.38 100.00 14.90 9.86 imp:pre:2s;ind:pre:1s;ind:pre:3s; -terminent terminer VER 142.38 100.00 1.14 1.49 ind:pre:3p; -terminer terminer VER 142.38 100.00 18.04 13.18 inf; -terminera terminer VER 142.38 100.00 1.35 0.34 ind:fut:3s; -terminerai terminer VER 142.38 100.00 0.88 0.34 ind:fut:1s; -termineraient terminer VER 142.38 100.00 0.03 0.20 cnd:pre:3p; -terminerait terminer VER 142.38 100.00 0.41 1.28 cnd:pre:3s; -termineras terminer VER 142.38 100.00 0.08 0.07 ind:fut:2s; -terminerez terminer VER 142.38 100.00 0.15 0.14 ind:fut:2p; -terminerons terminer VER 142.38 100.00 0.24 0.00 ind:fut:1p; -termineront terminer VER 142.38 100.00 0.04 0.14 ind:fut:3p; -termines terminer VER 142.38 100.00 0.82 0.07 ind:pre:2s; -terminez terminer VER 142.38 100.00 0.85 0.00 imp:pre:2p;ind:pre:2p; -terminiez terminer VER 142.38 100.00 0.03 0.00 ind:imp:2p; -terminions terminer VER 142.38 100.00 0.02 0.20 ind:imp:1p; -terminologie terminologie NOM f s 0.46 0.27 0.46 0.27 -terminologique terminologique ADJ s 0.00 0.07 0.00 0.07 -terminons terminer VER 142.38 100.00 0.57 0.14 imp:pre:1p;ind:pre:1p; -terminât terminer VER 142.38 100.00 0.00 0.34 sub:imp:3s; -terminèrent terminer VER 142.38 100.00 0.01 0.47 ind:pas:3p; -terminé terminer VER m s 142.38 100.00 78.47 34.93 par:pas; -terminée terminer VER f s 142.38 100.00 18.61 12.70 par:pas; -terminées terminer VER f p 142.38 100.00 2.34 2.91 par:pas; -terminés terminer VER m p 142.38 100.00 1.92 2.64 par:pas; -terminus terminus NOM m 3.30 5.00 3.30 5.00 -termite termite NOM m s 2.23 1.96 0.35 0.00 -termites termite NOM m p 2.23 1.96 1.88 1.96 -termitière termitière NOM f s 0.00 0.81 0.00 0.61 -termitières termitière NOM f p 0.00 0.81 0.00 0.20 -ternaire ternaire ADJ s 0.00 0.14 0.00 0.14 -terne terne ADJ s 2.00 16.15 1.36 9.73 -ternes terne ADJ p 2.00 16.15 0.64 6.42 -terni ternir VER m s 1.32 6.28 0.35 1.01 par:pas; -ternie ternir VER f s 1.32 6.28 0.20 0.34 par:pas; -ternies ternir VER f p 1.32 6.28 0.01 0.34 par:pas; -ternir ternir VER 1.32 6.28 0.35 1.49 inf; -ternirai ternir VER 1.32 6.28 0.01 0.00 ind:fut:1s; -ternirait ternir VER 1.32 6.28 0.06 0.07 cnd:pre:3s; -ternis ternir VER m p 1.32 6.28 0.04 0.34 ind:pre:2s;par:pas; -ternissaient ternir VER 1.32 6.28 0.00 0.14 ind:imp:3p; -ternissait ternir VER 1.32 6.28 0.00 1.22 ind:imp:3s; -ternissant ternir VER 1.32 6.28 0.00 0.07 par:pre; -ternisse ternir VER 1.32 6.28 0.15 0.14 sub:pre:3s; -ternissent ternir VER 1.32 6.28 0.05 0.14 ind:pre:3p; -ternit ternir VER 1.32 6.28 0.10 1.01 ind:pre:3s;ind:pas:3s; -terra_incognita terra_incognita NOM f s 0.02 0.34 0.02 0.34 -terra terrer VER 2.62 7.70 0.90 0.41 ind:pas:3s;;ind:pas:3s; -terrage terrage NOM m s 0.00 0.54 0.00 0.54 -terrai terrer VER 2.62 7.70 0.00 0.07 ind:pas:1s; -terraient terrer VER 2.62 7.70 0.03 0.20 ind:imp:3p; -terrain terrain NOM m s 52.58 74.73 49.12 64.86 -terrains terrain NOM m p 52.58 74.73 3.46 9.86 -terrait terrer VER 2.62 7.70 0.05 0.54 ind:imp:3s; -terramycine terramycine NOM f s 0.14 0.00 0.14 0.00 -terrant terrer VER 2.62 7.70 0.00 0.20 par:pre; -terraplane terraplane NOM m s 0.02 0.00 0.02 0.00 -terrarium terrarium NOM m s 0.06 0.00 0.06 0.00 -terrassa terrasser VER 2.48 5.00 0.23 0.34 ind:pas:3s; -terrassai terrasser VER 2.48 5.00 0.00 0.14 ind:pas:1s; -terrassaient terrasser VER 2.48 5.00 0.00 0.14 ind:imp:3p; -terrassait terrasser VER 2.48 5.00 0.00 0.27 ind:imp:3s; -terrassant terrasser VER 2.48 5.00 0.00 0.27 par:pre; -terrasse terrasse NOM f s 10.57 74.05 9.66 61.15 -terrassement terrassement NOM m s 0.02 0.95 0.01 0.68 -terrassements terrassement NOM m p 0.02 0.95 0.01 0.27 -terrasser terrasser VER 2.48 5.00 0.37 0.34 inf; -terrasserait terrasser VER 2.48 5.00 0.00 0.20 cnd:pre:3s; -terrasses terrasse NOM f p 10.57 74.05 0.92 12.91 -terrassier terrassier NOM m s 0.36 2.97 0.15 1.15 -terrassiers terrassier NOM m p 0.36 2.97 0.22 1.82 -terrasson terrasson NOM m s 0.00 0.14 0.00 0.14 -terrassât terrasser VER 2.48 5.00 0.00 0.07 sub:imp:3s; -terrassèrent terrasser VER 2.48 5.00 0.00 0.07 ind:pas:3p; -terrassé terrasser VER m s 2.48 5.00 1.29 1.76 par:pas; -terrassée terrasser VER f s 2.48 5.00 0.18 0.81 par:pas; -terrassées terrasser VER f p 2.48 5.00 0.02 0.00 par:pas; -terrassés terrasser VER m p 2.48 5.00 0.07 0.14 par:pas; -terre_neuvas terre_neuvas NOM m 0.00 0.34 0.00 0.34 -terre_neuve terre_neuve NOM m 0.03 0.27 0.03 0.27 -terre_neuvien terre_neuvien ADJ m s 0.01 0.00 0.01 0.00 -terre_neuvien terre_neuvien NOM m s 0.01 0.00 0.01 0.00 -terre_à_terre terre_à_terre ADJ f s 0.00 0.20 0.00 0.20 -terre_plein terre_plein NOM m s 0.20 5.81 0.20 5.74 -terre_plein terre_plein NOM m p 0.20 5.81 0.00 0.07 -terre terre NOM f s 294.45 452.91 276.29 420.88 -terreau terreau NOM m s 0.19 3.78 0.18 3.72 -terreaux terreau NOM m p 0.19 3.78 0.01 0.07 -terrent terrer VER 2.62 7.70 0.26 0.34 ind:pre:3p; -terrer terrer VER 2.62 7.70 0.46 1.96 inf; -terrerait terrer VER 2.62 7.70 0.02 0.00 cnd:pre:3s; -terreront terrer VER 2.62 7.70 0.01 0.07 ind:fut:3p; -terres terre NOM f p 294.45 452.91 18.16 32.03 -terrestre terrestre ADJ s 6.96 12.57 4.92 7.36 -terrestres terrestre ADJ p 6.96 12.57 2.04 5.20 -terreur terreur NOM f s 15.18 27.09 13.87 23.78 -terreurs terreur NOM f p 15.18 27.09 1.30 3.31 -terreuse terreuse ADJ f s 0.06 0.00 0.06 0.00 -terreuses terreux ADJ f p 0.47 5.88 0.12 1.01 -terreux terreux ADJ m 0.47 5.88 0.35 2.50 -terrez terrer VER 2.62 7.70 0.02 0.00 ind:pre:2p; -terri terri NOM m s 0.43 0.00 0.43 0.00 -terrible terrible ADJ s 87.66 88.11 76.56 73.24 -terriblement terriblement ADV 11.88 14.53 11.88 14.53 -terribles terrible ADJ p 87.66 88.11 11.10 14.86 -terrien terrien ADJ m s 4.20 1.82 1.35 0.88 -terrienne terrien ADJ f s 4.20 1.82 1.59 0.20 -terriennes terrien ADJ f p 4.20 1.82 0.63 0.34 -terriens terrien NOM m p 3.59 1.01 1.85 0.54 -terrier terrier NOM m s 1.15 2.91 0.90 2.23 -terriers terrier NOM m p 1.15 2.91 0.25 0.68 -terrifia terrifier VER 8.49 4.86 0.02 0.14 ind:pas:3s; -terrifiaient terrifier VER 8.49 4.86 0.25 0.27 ind:imp:3p; -terrifiait terrifier VER 8.49 4.86 0.39 0.54 ind:imp:3s; -terrifiant terrifiant ADJ m s 8.33 10.34 5.20 4.39 -terrifiante terrifiant ADJ f s 8.33 10.34 2.19 3.31 -terrifiantes terrifiant ADJ f p 8.33 10.34 0.45 1.28 -terrifiants terrifiant ADJ m p 8.33 10.34 0.48 1.35 -terrifie terrifier VER 8.49 4.86 1.15 0.41 ind:pre:1s;ind:pre:3s; -terrifient terrifier VER 8.49 4.86 0.14 0.27 ind:pre:3p; -terrifier terrifier VER 8.49 4.86 0.19 0.14 inf; -terrifierait terrifier VER 8.49 4.86 0.11 0.00 cnd:pre:3s; -terrifiez terrifier VER 8.49 4.86 0.08 0.00 imp:pre:2p;ind:pre:2p; -terrifions terrifier VER 8.49 4.86 0.01 0.00 ind:pre:1p; -terrifique terrifique ADJ m s 0.00 0.14 0.00 0.14 -terrifié terrifier VER m s 8.49 4.86 2.61 1.76 par:pas; -terrifiée terrifier VER f s 8.49 4.86 1.88 0.68 par:pas; -terrifiées terrifier VER f p 8.49 4.86 0.07 0.07 par:pas; -terrifiés terrifier VER m p 8.49 4.86 1.07 0.14 par:pas; -terril terril NOM m s 0.03 0.68 0.02 0.27 -terrils terril NOM m p 0.03 0.68 0.01 0.41 -terrine terrine NOM f s 0.21 3.31 0.20 2.23 -terrines terrine NOM f p 0.21 3.31 0.01 1.08 -territoire territoire NOM m s 19.09 58.24 15.34 36.08 -territoires territoire NOM m p 19.09 58.24 3.75 22.16 -territorial territorial ADJ m s 0.67 3.24 0.08 0.61 -territoriale territorial ADJ f s 0.67 3.24 0.15 1.22 -territorialement territorialement ADV 0.00 0.07 0.00 0.07 -territoriales territorial ADJ f p 0.67 3.24 0.20 1.08 -territorialité territorialité NOM f s 0.05 0.00 0.05 0.00 -territoriaux territorial ADJ m p 0.67 3.24 0.24 0.34 -terroir terroir NOM m s 0.17 1.82 0.17 1.82 -terrons terrer VER 2.62 7.70 0.00 0.07 ind:pre:1p; -terrorisa terroriser VER 7.82 4.59 0.14 0.14 ind:pas:3s; -terrorisaient terroriser VER 7.82 4.59 0.03 0.27 ind:imp:3p; -terrorisait terroriser VER 7.82 4.59 0.30 0.74 ind:imp:3s; -terrorisant terroriser VER 7.82 4.59 0.06 0.34 par:pre; -terrorisante terrorisant ADJ f s 0.03 0.34 0.00 0.07 -terrorisants terrorisant ADJ m p 0.03 0.34 0.01 0.07 -terrorise terroriser VER 7.82 4.59 1.35 0.34 imp:pre:2s;ind:pre:1s;ind:pre:3s; -terrorisent terroriser VER 7.82 4.59 0.55 0.20 ind:pre:3p; -terroriser terroriser VER 7.82 4.59 1.56 0.88 inf; -terroriseront terroriser VER 7.82 4.59 0.01 0.00 ind:fut:3p; -terrorises terroriser VER 7.82 4.59 0.16 0.07 ind:pre:2s; -terrorisez terroriser VER 7.82 4.59 0.05 0.00 ind:pre:2p; -terrorisme terrorisme NOM m s 5.59 1.22 5.59 1.15 -terrorismes terrorisme NOM m p 5.59 1.22 0.00 0.07 -terroriste terroriste NOM s 16.62 2.50 5.87 0.74 -terroristes terroriste NOM p 16.62 2.50 10.75 1.76 -terrorisé terroriser VER m s 7.82 4.59 1.06 0.81 par:pas; -terrorisée terroriser VER f s 7.82 4.59 1.74 0.47 par:pas; -terrorisées terrorisé ADJ f p 1.43 2.97 0.14 0.20 -terrorisés terroriser VER m p 7.82 4.59 0.69 0.34 par:pas; -terré terrer VER m s 2.62 7.70 0.42 0.74 par:pas; -terrée terrer VER f s 2.62 7.70 0.04 0.88 par:pas; -terrées terrer VER f p 2.62 7.70 0.00 0.20 par:pas; -terrés terrer VER m p 2.62 7.70 0.12 0.74 par:pas; -tertiaire tertiaire ADJ s 0.09 0.14 0.06 0.14 -tertiaires tertiaire ADJ m p 0.09 0.14 0.03 0.00 -tertio tertio ADV 1.08 0.81 1.08 0.81 -tertre tertre NOM m s 0.17 2.50 0.16 2.23 -tertres tertre NOM m p 0.17 2.50 0.01 0.27 -tes tes ADJ:pos 690.24 145.00 690.24 145.00 -tesla tesla NOM m s 0.02 0.00 0.02 0.00 -tessiture tessiture NOM f s 0.00 0.41 0.00 0.41 -tesson tesson NOM m s 0.76 2.43 0.48 0.27 -tessons tesson NOM m p 0.76 2.43 0.28 2.16 -test_match test_match NOM m s 0.01 0.00 0.01 0.00 -test test NOM m s 55.38 5.61 34.87 2.91 -testa tester VER 20.66 2.43 0.21 0.54 ind:pas:3s; -testais tester VER 20.66 2.43 0.29 0.00 ind:imp:1s;ind:imp:2s; -testait tester VER 20.66 2.43 0.28 0.14 ind:imp:3s; -testament testament NOM m s 10.90 8.24 10.70 7.70 -testamentaire testamentaire ADJ s 0.47 0.27 0.44 0.07 -testamentaires testamentaire ADJ f p 0.47 0.27 0.04 0.20 -testaments testament NOM m p 10.90 8.24 0.20 0.54 -testant tester VER 20.66 2.43 0.23 0.14 par:pre; -teste tester VER 20.66 2.43 2.76 0.34 imp:pre:2s;ind:pre:1s;ind:pre:3s; -testent tester VER 20.66 2.43 0.53 0.00 ind:pre:3p; -tester tester VER 20.66 2.43 8.73 0.81 inf; -testera tester VER 20.66 2.43 0.03 0.00 ind:fut:3s; -testeras tester VER 20.66 2.43 0.01 0.00 ind:fut:2s; -testerons tester VER 20.66 2.43 0.18 0.00 ind:fut:1p; -testeront tester VER 20.66 2.43 0.01 0.00 ind:fut:3p; -testes tester VER 20.66 2.43 0.37 0.07 ind:pre:2s; -testeur testeur NOM m s 0.17 0.00 0.16 0.00 -testeuse testeur NOM f s 0.17 0.00 0.01 0.00 -testez tester VER 20.66 2.43 1.18 0.00 imp:pre:2p;ind:pre:2p; -testiculaire testiculaire ADJ s 0.07 0.07 0.07 0.07 -testicule testicule NOM m s 2.46 1.89 0.44 0.27 -testicules testicule NOM m p 2.46 1.89 2.02 1.62 -testiez tester VER 20.66 2.43 0.11 0.00 ind:imp:2p; -testions tester VER 20.66 2.43 0.03 0.07 ind:imp:1p; -testons tester VER 20.66 2.43 0.39 0.00 imp:pre:1p;ind:pre:1p; -testostérone testostérone NOM f s 1.18 0.00 1.15 0.00 -testostérones testostérone NOM f p 1.18 0.00 0.03 0.00 -tests test NOM m p 55.38 5.61 20.50 2.70 -testèrent tester VER 20.66 2.43 0.00 0.07 ind:pas:3p; -testé tester VER m s 20.66 2.43 3.88 0.14 par:pas; -testu testu NOM m s 0.00 0.07 0.00 0.07 -testée tester VER f s 20.66 2.43 0.71 0.07 par:pas; -testées tester VER f p 20.66 2.43 0.23 0.00 par:pas; -testés tester VER m p 20.66 2.43 0.48 0.07 par:pas; -tette tette NOM f s 0.14 0.00 0.14 0.00 -teuf_teuf teuf_teuf NOM m s 0.04 0.41 0.04 0.41 -teuton teuton NOM m s 0.14 0.34 0.13 0.14 -teutonique teutonique ADJ s 0.11 0.88 0.00 0.34 -teutoniques teutonique ADJ m p 0.11 0.88 0.11 0.54 -teutonne teuton ADJ f s 0.25 0.74 0.12 0.54 -teutonnes teuton ADJ f p 0.25 0.74 0.00 0.14 -teutons teuton NOM m p 0.14 0.34 0.01 0.20 -tex tex NOM m 1.70 0.14 1.70 0.14 -texan texan NOM m s 0.95 0.61 0.47 0.41 -texane texan ADJ f s 0.79 0.61 0.21 0.07 -texanes texan ADJ f p 0.79 0.61 0.03 0.20 -texans texan NOM m p 0.95 0.61 0.39 0.20 -texte texte NOM m s 20.42 43.24 16.22 31.42 -textes texte NOM m p 20.42 43.24 4.20 11.82 -textile textile ADJ s 0.65 0.88 0.62 0.47 -textiles textile NOM m p 0.72 1.22 0.15 0.20 -texto texto ADV 0.45 0.61 0.45 0.61 -textologie textologie NOM f s 0.00 0.07 0.00 0.07 -textuel textuel ADJ m s 0.03 0.41 0.00 0.27 -textuelle textuel ADJ f s 0.03 0.41 0.01 0.07 -textuellement textuellement ADV 0.03 1.08 0.03 1.08 -textuelles textuel ADJ f p 0.03 0.41 0.01 0.07 -texture texture NOM f s 1.57 1.69 1.33 1.69 -textures texture NOM f p 1.57 1.69 0.25 0.00 -ça ça PRO:dem s 8933.66 2477.64 8933.66 2477.64 -thaï thaï ADJ m s 0.97 0.34 0.52 0.20 -thaïe thaï ADJ f s 0.97 0.34 0.16 0.07 -thaïlandais thaïlandais ADJ m 0.56 0.41 0.40 0.27 -thaïlandaise thaïlandais ADJ f s 0.56 0.41 0.13 0.00 -thaïlandaises thaïlandais ADJ f p 0.56 0.41 0.04 0.14 -thaïs thaï ADJ m p 0.97 0.34 0.29 0.07 -thalamique thalamique ADJ f s 0.01 0.00 0.01 0.00 -thalamus thalamus NOM m 0.13 0.00 0.13 0.00 -thalasso thalasso NOM f s 0.45 0.00 0.45 0.00 -thalassothérapeutes thalassothérapeute NOM p 0.00 0.07 0.00 0.07 -thalassothérapie thalassothérapie NOM f s 0.01 0.20 0.01 0.20 -thalassémie thalassémie NOM f s 0.01 0.00 0.01 0.00 -thaler thaler NOM m s 0.10 0.07 0.05 0.00 -thalers thaler NOM m p 0.10 0.07 0.05 0.07 -thalidomide thalidomide NOM f s 0.05 0.00 0.05 0.00 -thallium thallium NOM m s 0.14 0.00 0.14 0.00 -thalweg thalweg NOM m s 0.00 0.07 0.00 0.07 -thanatologie thanatologie NOM f s 0.01 0.00 0.01 0.00 -thanatologique thanatologique ADJ m s 0.00 0.07 0.00 0.07 -thanatopraxie thanatopraxie NOM f s 0.01 0.00 0.01 0.00 -thanatos thanatos NOM m 0.04 0.00 0.04 0.00 -thanksgiving thanksgiving NOM m s 6.89 0.00 6.89 0.00 -thatchériennes thatchérien ADJ f p 0.00 0.07 0.00 0.07 -thaumaturge thaumaturge NOM s 0.00 0.47 0.00 0.34 -thaumaturges thaumaturge NOM p 0.00 0.47 0.00 0.14 -thaumaturgie thaumaturgie NOM f s 0.00 0.07 0.00 0.07 -thermal thermal ADJ m s 0.83 1.69 0.21 0.54 -thermale thermal ADJ f s 0.83 1.69 0.38 0.74 -thermales thermal ADJ f p 0.83 1.69 0.11 0.41 -thermaux thermal ADJ m p 0.83 1.69 0.14 0.00 -thermes thermes NOM m p 0.55 0.41 0.55 0.41 -thermidor thermidor NOM m s 0.07 0.20 0.07 0.20 -thermidorienne thermidorien ADJ f s 0.00 0.07 0.00 0.07 -thermique thermique ADJ s 2.37 0.47 1.58 0.34 -thermiques thermique ADJ p 2.37 0.47 0.79 0.14 -thermite thermite NOM f s 0.04 0.00 0.04 0.00 -thermo thermo NOM m s 0.10 0.00 0.10 0.00 -thermocollants thermocollant ADJ m p 0.00 0.07 0.00 0.07 -thermodynamique thermodynamique NOM f s 0.09 0.20 0.09 0.20 -thermoformage thermoformage NOM m s 0.00 0.07 0.00 0.07 -thermographe thermographe NOM m s 0.04 0.00 0.04 0.00 -thermographie thermographie NOM f s 0.04 0.00 0.04 0.00 -thermogène thermogène ADJ s 0.00 0.54 0.00 0.54 -thermoluminescence thermoluminescence NOM f s 0.01 0.00 0.01 0.00 -thermomètre thermomètre NOM m s 1.43 5.27 1.37 5.07 -thermomètres thermomètre NOM m p 1.43 5.27 0.06 0.20 -thermonucléaire thermonucléaire ADJ s 0.66 0.14 0.42 0.07 -thermonucléaires thermonucléaire ADJ p 0.66 0.14 0.23 0.07 -thermorégulateur thermorégulateur ADJ m s 0.01 0.00 0.01 0.00 -thermos thermos ADJ s 0.91 2.36 0.91 2.36 -thermosensible thermosensible ADJ m s 0.03 0.00 0.03 0.00 -thermostat thermostat NOM m s 1.31 0.54 1.21 0.54 -thermostats thermostat NOM m p 1.31 0.54 0.10 0.00 -thermoélectriques thermoélectrique ADJ m p 0.01 0.00 0.01 0.00 -thesaurus thesaurus NOM m 0.01 0.00 0.01 0.00 -thessalien thessalien ADJ m s 0.03 0.00 0.02 0.00 -thessaliens thessalien ADJ m p 0.03 0.00 0.01 0.00 -thiamine thiamine NOM f s 0.04 0.00 0.04 0.00 -thibaude thibaude NOM f s 0.00 0.14 0.00 0.14 -çà çà ADV 7.78 21.15 7.78 21.15 -thomas thomas NOM m 4.83 25.81 4.83 25.81 -thomisme thomisme NOM m s 0.00 0.14 0.00 0.14 -thomiste thomiste ADJ m s 0.00 0.14 0.00 0.14 -thon thon NOM m s 5.88 2.16 5.66 1.89 -thonier thonier NOM m s 0.03 0.34 0.03 0.14 -thoniers thonier NOM m p 0.03 0.34 0.00 0.20 -thons thon NOM m p 5.88 2.16 0.23 0.27 -thoracentèse thoracentèse NOM f s 0.04 0.00 0.04 0.00 -thoracique thoracique ADJ s 2.12 1.82 1.89 1.42 -thoraciques thoracique ADJ p 2.12 1.82 0.23 0.41 -thoracotomie thoracotomie NOM f s 0.31 0.00 0.31 0.00 -thorax thorax NOM m 3.62 2.03 3.62 2.03 -thorine thorine NOM f s 0.13 0.00 0.13 0.00 -thoron thoron NOM m s 0.01 0.00 0.01 0.00 -thrace thrace ADJ s 0.14 0.41 0.13 0.20 -thraces thrace ADJ f p 0.14 0.41 0.01 0.20 -ère ère NOM f s 13.23 7.84 12.91 7.64 -ères ère NOM f p 13.23 7.84 0.32 0.20 -thrill thrill NOM m s 0.07 0.00 0.07 0.00 -thriller thriller NOM m s 0.58 0.07 0.55 0.00 -thrillers thriller NOM m p 0.58 0.07 0.03 0.07 -thrombolyse thrombolyse NOM f s 0.01 0.00 0.01 0.00 -thrombolytique thrombolytique ADJ f s 0.01 0.00 0.01 0.00 -thrombose thrombose NOM f s 0.56 0.00 0.56 0.00 -thrombosé thrombosé ADJ m s 0.03 0.00 0.03 0.00 -thrombotique thrombotique ADJ s 0.07 0.00 0.07 0.00 -thrène thrène NOM m s 0.10 0.00 0.10 0.00 -çruti çruti NOM m s 0.00 0.07 0.00 0.07 -ès ès PRE 0.00 1.08 0.00 1.08 -thème thème NOM m s 17.32 14.26 15.49 10.54 -thèmes thème NOM m p 17.32 14.26 1.83 3.72 -thèse thèse NOM f s 10.67 9.32 10.22 7.77 -thèses thèse NOM f p 10.67 9.32 0.46 1.55 -thé thé NOM m s 69.01 44.86 67.84 44.19 -thébaïde thébaïde NOM f s 0.00 0.34 0.00 0.27 -thébaïdes thébaïde NOM f p 0.00 0.34 0.00 0.07 -thébaïne thébaïne NOM f s 0.00 0.07 0.00 0.07 -thug thug NOM m s 0.33 0.14 0.01 0.00 -thugs thug NOM m p 0.33 0.14 0.32 0.14 -théier théier NOM m s 0.01 0.00 0.01 0.00 -théine théine NOM f s 0.01 0.00 0.01 0.00 -théiste théiste ADJ f s 0.02 0.00 0.02 0.00 -théière théière NOM f s 1.00 2.91 0.80 2.43 -théières théière NOM f p 1.00 2.91 0.20 0.47 -thématique thématique NOM f s 0.14 0.07 0.12 0.00 -thématiquement thématiquement ADV 0.00 0.07 0.00 0.07 -thématiques thématique ADJ m p 0.06 0.20 0.03 0.00 -thune thune NOM f s 4.63 5.68 3.52 5.00 -thunes thune NOM f p 4.63 5.68 1.11 0.68 -théo théo NOM s 0.14 0.00 0.14 0.00 -théocratique théocratique ADJ f s 0.00 0.14 0.00 0.14 -théodolite théodolite NOM m s 0.01 0.00 0.01 0.00 -théologales théologal ADJ f p 0.00 0.20 0.00 0.20 -théologie théologie NOM f s 1.97 4.19 1.96 4.19 -théologien théologien NOM m s 0.46 2.09 0.35 0.81 -théologiennes théologien NOM f p 0.46 2.09 0.00 0.07 -théologiens théologien NOM m p 0.46 2.09 0.11 1.22 -théologies théologie NOM f p 1.97 4.19 0.01 0.00 -théologique théologique ADJ s 0.39 1.35 0.29 0.88 -théologiquement théologiquement ADV 0.03 0.00 0.03 0.00 -théologiques théologique ADJ f p 0.39 1.35 0.10 0.47 -théophylline théophylline NOM f s 0.04 0.00 0.04 0.00 -théorbe théorbe NOM m s 0.00 0.34 0.00 0.20 -théorbes théorbe NOM m p 0.00 0.34 0.00 0.14 -théoricien théoricien NOM m s 0.40 1.15 0.25 0.47 -théoricienne théoricien NOM f s 0.40 1.15 0.13 0.00 -théoriciens théoricien NOM m p 0.40 1.15 0.03 0.68 -théorie théorie NOM f s 32.38 15.27 27.29 8.04 -théories théorie NOM f p 32.38 15.27 5.09 7.23 -théorique théorique ADJ s 2.11 3.58 1.76 2.43 -théoriquement théoriquement ADV 2.58 2.70 2.58 2.70 -théoriques théorique ADJ p 2.11 3.58 0.35 1.15 -théorise théoriser VER 0.07 0.00 0.02 0.00 ind:pre:1s;ind:pre:3s; -théoriser théoriser VER 0.07 0.00 0.04 0.00 inf; -théorème théorème NOM m s 0.41 0.81 0.36 0.41 -théorèmes théorème NOM m p 0.41 0.81 0.05 0.41 -théosophes théosophe NOM p 0.00 0.07 0.00 0.07 -théosophie théosophie NOM f s 0.03 0.00 0.03 0.00 -théosophique théosophique ADJ m s 0.00 0.07 0.00 0.07 -théâtral théâtral ADJ m s 1.78 7.97 0.80 3.51 -théâtrale théâtral ADJ f s 1.78 7.97 0.76 3.45 -théâtralement théâtralement ADV 0.02 0.47 0.02 0.47 -théâtrales théâtral ADJ f p 1.78 7.97 0.17 0.88 -théâtralisant théâtraliser VER 0.00 0.20 0.00 0.07 par:pre; -théâtralisé théâtraliser VER m s 0.00 0.20 0.00 0.07 par:pas; -théâtralisée théâtraliser VER f s 0.00 0.20 0.00 0.07 par:pas; -théâtralité théâtralité NOM f s 0.04 0.07 0.04 0.07 -théâtraux théâtral ADJ m p 1.78 7.97 0.05 0.14 -théâtre théâtre NOM m s 41.49 68.18 40.51 64.32 -théâtres théâtre NOM m p 41.49 68.18 0.98 3.85 -théâtreuse théâtreux NOM f s 0.18 0.20 0.02 0.07 -théâtreux théâtreux NOM m 0.18 0.20 0.16 0.14 -thérapeute thérapeute NOM s 3.67 0.07 3.44 0.07 -thérapeutes thérapeute NOM p 3.67 0.07 0.23 0.00 -thérapeutique thérapeutique ADJ s 1.68 0.54 1.30 0.34 -thérapeutiques thérapeutique ADJ p 1.68 0.54 0.38 0.20 -thérapie thérapie NOM f s 13.63 0.07 12.98 0.07 -thérapies thérapie NOM f p 13.63 0.07 0.65 0.00 -thuriféraire thuriféraire NOM m s 0.00 0.34 0.00 0.14 -thuriféraires thuriféraire NOM m p 0.00 0.34 0.00 0.20 -thés thé NOM m p 69.01 44.86 1.17 0.68 -thésard thésard NOM m s 0.08 0.00 0.04 0.00 -thésards thésard NOM m p 0.08 0.00 0.04 0.00 -thésaurise thésauriser VER 0.25 0.41 0.11 0.14 ind:pre:3s; -thésauriser thésauriser VER 0.25 0.41 0.14 0.14 inf; -thésaurisés thésauriser VER m p 0.25 0.41 0.00 0.14 par:pas; -thésaurus thésaurus NOM m 0.01 0.00 0.01 0.00 -thêta thêta NOM m 0.21 0.00 0.21 0.00 -théurgiques théurgique ADJ p 0.00 0.07 0.00 0.07 -thuya thuya NOM m s 0.00 0.27 0.00 0.20 -thuyas thuya NOM m p 0.00 0.27 0.00 0.07 -ève pas ADV 18189.04 8795.20 0.01 0.00 -thym thym NOM m s 1.17 2.09 1.17 2.09 -thymectomie thymectomie NOM f s 0.03 0.00 0.03 0.00 -thymine thymine NOM f s 0.04 0.00 0.04 0.00 -thymus thymus NOM m 0.05 0.00 0.05 0.00 -thyroïde thyroïde NOM f s 0.27 0.14 0.27 0.14 -thyroïdectomie thyroïdectomie NOM f s 0.03 0.00 0.03 0.00 -thyroïdien thyroïdien ADJ m s 0.04 0.00 0.03 0.00 -thyroïdienne thyroïdien ADJ f s 0.04 0.00 0.01 0.00 -thyroxine thyroxine NOM f s 0.02 0.00 0.02 0.00 -thyrses thyrse NOM m p 0.00 0.07 0.00 0.07 -thyréotoxicose thyréotoxicose NOM f s 0.01 0.00 0.01 0.00 -tiama tiama NOM m s 0.17 0.00 0.17 0.00 -tian tian NOM m s 0.18 0.20 0.18 0.20 -tiare tiare NOM f s 0.51 0.88 0.50 0.81 -tiares tiare NOM f p 0.51 0.88 0.01 0.07 -tiaré tiaré NOM m s 0.00 0.07 0.00 0.07 -tibia tibia NOM m s 2.33 3.04 2.02 1.01 -tibial tibial ADJ m s 0.09 0.14 0.04 0.00 -tibiale tibial ADJ f s 0.09 0.14 0.05 0.14 -tibias tibia NOM m p 2.33 3.04 0.30 2.03 -tibétain tibétain ADJ m s 0.53 0.68 0.29 0.27 -tibétaine tibétain ADJ f s 0.53 0.68 0.11 0.07 -tibétaines tibétain ADJ f p 0.53 0.68 0.02 0.07 -tibétains tibétain ADJ m p 0.53 0.68 0.11 0.27 -tic_tac tic_tac NOM m 2.52 2.91 2.52 2.91 -tic tic NOM m s 3.00 9.86 2.47 4.86 -ticheurte ticheurte NOM m s 0.00 0.07 0.00 0.07 -ticket ticket NOM m s 24.25 15.81 13.62 6.15 -tickets ticket NOM m p 24.25 15.81 10.63 9.66 -tics tic NOM m p 3.00 9.86 0.53 5.00 -ticsons ticson NOM m p 0.00 0.14 0.00 0.14 -tictaquer tictaquer VER 0.03 0.00 0.03 0.00 inf; -tie_break tie_break NOM m s 0.02 0.00 0.02 0.00 -tien tien PRO:pos m s 26.21 5.54 26.21 5.54 -tiendra tenir VER 504.69 741.22 12.15 4.59 ind:fut:3s; -tiendrai tenir VER 504.69 741.22 8.61 1.89 ind:fut:1s; -tiendraient tenir VER 504.69 741.22 0.28 1.28 cnd:pre:3p; -tiendrais tenir VER 504.69 741.22 1.36 1.89 cnd:pre:1s;cnd:pre:2s; -tiendrait tenir VER 504.69 741.22 2.39 6.49 cnd:pre:3s; -tiendras tenir VER 504.69 741.22 2.76 0.61 ind:fut:2s; -tiendrez tenir VER 504.69 741.22 1.42 0.74 ind:fut:2p; -tiendriez tenir VER 504.69 741.22 0.28 0.14 cnd:pre:2p; -tiendrons tenir VER 504.69 741.22 1.94 0.74 ind:fut:1p; -tiendront tenir VER 504.69 741.22 1.86 0.68 ind:fut:3p; -tienne tienne PRO:pos f s 25.41 5.81 25.41 5.81 -tiennent tenir VER 504.69 741.22 11.43 24.26 ind:pre:3p; -tiennes tiennes PRO:pos f p 4.09 0.95 4.09 0.95 -tiens_la_moi tiens_la_moi ADJ:pos m s 0.14 0.00 0.14 0.00 -tiens tiens ONO 212.99 81.89 212.99 81.89 -tient tenir VER 504.69 741.22 78.32 96.69 ind:pre:3s; -tierce tiers ADJ f s 0.78 2.97 0.32 0.41 -tiercefeuille tiercefeuille NOM f s 0.00 0.07 0.00 0.07 -tiercelet tiercelet NOM m s 0.00 0.14 0.00 0.07 -tiercelets tiercelet NOM m p 0.00 0.14 0.00 0.07 -tierces tiers ADJ f p 0.78 2.97 0.00 0.14 -tiercé tiercé NOM m s 1.32 2.03 1.32 1.89 -tiercés tiercé NOM m p 1.32 2.03 0.00 0.14 -tiers_monde tiers_monde NOM m s 1.96 0.20 1.96 0.14 -tiers_monde tiers_monde NOM m p 1.96 0.20 0.00 0.07 -tiers_mondisme tiers_mondisme NOM m s 0.00 0.07 0.00 0.07 -tiers_mondiste tiers_mondiste ADJ f s 0.15 0.20 0.15 0.00 -tiers_mondiste tiers_mondiste ADJ m p 0.15 0.20 0.00 0.20 -tiers_ordre tiers_ordre NOM m 0.00 0.07 0.00 0.07 -tiers_point tiers_point NOM m s 0.00 0.14 0.00 0.14 -tiers_état tiers_état NOM m s 0.03 0.00 0.03 0.00 -tiers tiers NOM m 6.24 14.93 6.18 13.85 -tif tif NOM m s 1.71 6.01 0.84 0.27 -tifs tif NOM m p 1.71 6.01 0.86 5.74 -tige tige NOM f s 3.73 22.23 2.39 11.15 -tigelles tigelle NOM f p 0.00 0.20 0.00 0.20 -tiges tige NOM f p 3.73 22.23 1.34 11.08 -tignasse tignasse NOM f s 0.89 4.80 0.87 4.46 -tignasses tignasse NOM f p 0.89 4.80 0.02 0.34 -tigre tigre NOM m s 14.90 8.65 11.14 4.86 -tigres tigre NOM m p 14.90 8.65 2.66 2.50 -tigresse tigre NOM f s 14.90 8.65 1.10 1.08 -tigresses tigresse NOM f p 0.29 0.00 0.29 0.00 -tigré tigrer VER m s 0.02 0.47 0.02 0.27 par:pas; -tigrée tigré ADJ f s 0.01 1.69 0.00 0.41 -tigrées tigré ADJ f p 0.01 1.69 0.00 0.14 -tigrure tigrure NOM f s 0.00 0.07 0.00 0.07 -tigrés tigré ADJ m p 0.01 1.69 0.00 0.54 -tiki tiki NOM m s 0.16 0.00 0.16 0.00 -tilbury tilbury NOM m s 0.00 0.81 0.00 0.74 -tilburys tilbury NOM m p 0.00 0.81 0.00 0.07 -till till NOM m s 0.35 0.00 0.35 0.00 -tillac tillac NOM m s 0.00 0.14 0.00 0.07 -tillacs tillac NOM m p 0.00 0.14 0.00 0.07 -tille tille NOM f s 0.18 0.00 0.12 0.00 -tiller tiller VER 0.01 0.00 0.01 0.00 inf; -tilles tille NOM f p 0.18 0.00 0.07 0.00 -tilleul tilleul NOM m s 1.59 11.01 1.03 5.00 -tilleuls tilleul NOM m p 1.59 11.01 0.56 6.01 -tilt tilt NOM m s 1.11 1.55 1.11 1.49 -tilts tilt NOM m p 1.11 1.55 0.00 0.07 -timbale timbale NOM f s 0.97 2.43 0.60 1.76 -timbales timbale NOM f p 0.97 2.43 0.37 0.68 -timbalier timbalier NOM m s 0.00 0.14 0.00 0.07 -timbaliers timbalier NOM m p 0.00 0.14 0.00 0.07 -timbrage timbrage NOM m s 0.00 0.07 0.00 0.07 -timbrait timbrer VER 1.38 1.22 0.00 0.07 ind:imp:3s; -timbre_poste timbre_poste NOM m s 0.12 1.28 0.11 0.68 -timbre timbre NOM m s 7.86 20.81 1.82 13.18 -timbrer timbrer VER 1.38 1.22 0.05 0.00 inf; -timbre_poste timbre_poste NOM m p 0.12 1.28 0.01 0.61 -timbres timbre NOM m p 7.86 20.81 6.04 7.64 -timbrât timbrer VER 1.38 1.22 0.00 0.07 sub:imp:3s; -timbré timbrer VER m s 1.38 1.22 1.03 0.27 par:pas; -timbrée timbré ADJ f s 1.57 2.36 0.25 1.08 -timbrées timbré ADJ f p 1.57 2.36 0.01 0.14 -timbrés timbré ADJ m p 1.57 2.36 0.48 0.27 -time_sharing time_sharing NOM m s 0.01 0.00 0.01 0.00 -timide timide ADJ s 16.36 25.14 14.18 19.53 -timidement timidement ADV 0.10 11.22 0.10 11.22 -timides timide ADJ p 16.36 25.14 2.18 5.61 -timidité timidité NOM f s 1.75 11.55 1.75 11.15 -timidités timidité NOM f p 1.75 11.55 0.00 0.41 -timing timing NOM m s 3.59 0.14 3.58 0.07 -timings timing NOM m p 3.59 0.14 0.01 0.07 -timon timon NOM m s 0.10 2.09 0.10 2.03 -timonerie timonerie NOM f s 0.09 0.54 0.09 0.54 -timonier timonier NOM m s 1.05 0.68 1.03 0.68 -timoniers timonier NOM m p 1.05 0.68 0.02 0.00 -timons timon NOM m p 0.10 2.09 0.00 0.07 -timoré timoré ADJ m s 0.70 2.09 0.44 0.68 -timorée timoré ADJ f s 0.70 2.09 0.05 0.41 -timorées timoré ADJ f p 0.70 2.09 0.00 0.07 -timorés timoré ADJ m p 0.70 2.09 0.21 0.95 -tin tin NOM m s 0.52 0.20 0.45 0.00 -tine tine NOM f s 0.16 0.00 0.16 0.00 -tinette tinette NOM f s 0.12 1.55 0.12 0.68 -tinettes tinette NOM f p 0.12 1.55 0.00 0.88 -tinrent tenir VER 504.69 741.22 0.01 1.55 ind:pas:3p; -tins tenir VER 504.69 741.22 0.16 2.57 ind:pas:1s;ind:pas:2s; -tinssent tenir VER 504.69 741.22 0.00 0.27 sub:imp:3p; -tint tenir VER 504.69 741.22 0.84 15.20 ind:pas:3s; -tinta tinter VER 0.95 11.76 0.00 0.88 ind:pas:3s; -tintaient tinter VER 0.95 11.76 0.02 0.47 ind:imp:3p; -tintait tinter VER 0.95 11.76 0.17 1.08 ind:imp:3s; -tintamarre tintamarre NOM m s 0.04 3.51 0.04 3.31 -tintamarrent tintamarrer VER 0.00 0.07 0.00 0.07 ind:pre:3p; -tintamarres tintamarre NOM m p 0.04 3.51 0.00 0.20 -tintamarresque tintamarresque ADJ s 0.00 0.41 0.00 0.34 -tintamarresques tintamarresque ADJ p 0.00 0.41 0.00 0.07 -tintant tinter VER 0.95 11.76 0.00 1.15 par:pre; -tinte tinter VER 0.95 11.76 0.39 1.55 imp:pre:2s;ind:pre:3s; -tintement tintement NOM m s 0.95 8.78 0.68 6.82 -tintements tintement NOM m p 0.95 8.78 0.28 1.96 -tintent tinter VER 0.95 11.76 0.07 1.82 ind:pre:3p; -tinter tinter VER 0.95 11.76 0.31 3.92 inf; -tintin tintin ONO 1.08 1.69 1.08 1.69 -tintinnabula tintinnabuler VER 0.01 0.74 0.00 0.07 ind:pas:3s; -tintinnabulaient tintinnabuler VER 0.01 0.74 0.00 0.07 ind:imp:3p; -tintinnabulant tintinnabuler VER 0.01 0.74 0.01 0.07 par:pre; -tintinnabulante tintinnabulant ADJ f s 0.00 0.41 0.00 0.14 -tintinnabulantes tintinnabulant ADJ f p 0.00 0.41 0.00 0.07 -tintinnabulants tintinnabulant ADJ m p 0.00 0.41 0.00 0.07 -tintinnabule tintinnabuler VER 0.01 0.74 0.00 0.14 ind:pre:3s; -tintinnabulement tintinnabulement NOM m s 0.00 0.14 0.00 0.07 -tintinnabulements tintinnabulement NOM m p 0.00 0.14 0.00 0.07 -tintinnabulent tintinnabuler VER 0.01 0.74 0.00 0.34 ind:pre:3p; -tintinnabuler tintinnabuler VER 0.01 0.74 0.00 0.07 inf; -tintouin tintouin NOM m s 0.39 2.09 0.39 1.89 -tintouins tintouin NOM m p 0.39 2.09 0.00 0.20 -tintèrent tinter VER 0.95 11.76 0.00 0.41 ind:pas:3p; -tinté tinter VER m s 0.95 11.76 0.00 0.41 par:pas; -tintés tinter VER m p 0.95 11.76 0.00 0.07 par:pas; -tinée tinée NOM f s 0.00 0.14 0.00 0.14 -tipe tiper VER 0.02 0.00 0.02 0.00 ind:pre:3s; -tipi tipi NOM m s 0.36 0.00 0.32 0.00 -tipis tipi NOM m p 0.36 0.00 0.04 0.00 -tipper tipper VER 0.05 0.00 0.05 0.00 inf; -tipule tipule NOM f s 0.00 0.07 0.00 0.07 -tiqua tiquer VER 0.28 2.91 0.00 0.20 ind:pas:3s; -tiquai tiquer VER 0.28 2.91 0.00 0.07 ind:pas:1s; -tiquaient tiquer VER 0.28 2.91 0.00 0.07 ind:imp:3p; -tiquais tiquer VER 0.28 2.91 0.00 0.14 ind:imp:1s; -tiquait tiquer VER 0.28 2.91 0.01 0.34 ind:imp:3s; -tiquant tiquer VER 0.28 2.91 0.00 0.14 par:pre; -tique tique NOM f s 1.95 0.81 0.72 0.54 -tiquent tiquer VER 0.28 2.91 0.01 0.07 ind:pre:3p; -tiquer tiquer VER 0.28 2.91 0.13 0.47 inf; -tiquerais tiquer VER 0.28 2.91 0.01 0.00 cnd:pre:2s; -tiques tique NOM f p 1.95 0.81 1.23 0.27 -tiqueté tiqueté ADJ m s 0.00 0.07 0.00 0.07 -tiqué tiquer VER m s 0.28 2.91 0.08 0.88 par:pas; -tir tir NOM m s 32.11 18.85 24.54 16.01 -tira tirer VER 415.14 383.24 1.39 39.59 ind:pas:3s; -tirade tirade NOM f s 1.55 4.05 1.25 3.18 -tirades tirade NOM f p 1.55 4.05 0.30 0.88 -tirage tirage NOM m s 3.76 6.01 3.01 5.07 -tirages tirage NOM m p 3.76 6.01 0.75 0.95 -tirai tirer VER 415.14 383.24 0.23 2.43 ind:pas:1s; -tiraient tirer VER 415.14 383.24 1.76 10.47 ind:imp:3p; -tirailla tirailler VER 0.68 3.85 0.00 0.20 ind:pas:3s; -tiraillaient tirailler VER 0.68 3.85 0.00 0.20 ind:imp:3p; -tiraillait tirailler VER 0.68 3.85 0.15 0.68 ind:imp:3s; -tiraillant tirailler VER 0.68 3.85 0.01 0.41 par:pre; -tiraille tirailler VER 0.68 3.85 0.00 0.20 ind:pre:3s; -tiraillement tiraillement NOM m s 0.13 0.95 0.10 0.34 -tiraillements tiraillement NOM m p 0.13 0.95 0.03 0.61 -tiraillent tirailler VER 0.68 3.85 0.01 0.07 ind:pre:3p; -tirailler tirailler VER 0.68 3.85 0.16 0.61 inf; -tiraillerait tirailler VER 0.68 3.85 0.00 0.14 cnd:pre:3s; -tirailleries tiraillerie NOM f p 0.00 0.07 0.00 0.07 -tirailleur tirailleur NOM m s 0.12 6.49 0.04 0.88 -tirailleurs tirailleur NOM m p 0.12 6.49 0.08 5.61 -tiraillez tirailler VER 0.68 3.85 0.01 0.00 imp:pre:2p; -tiraillons tirailler VER 0.68 3.85 0.00 0.07 ind:pre:1p; -tiraillé tirailler VER m s 0.68 3.85 0.26 0.95 par:pas; -tiraillée tirailler VER f s 0.68 3.85 0.07 0.07 par:pas; -tiraillées tirailler VER f p 0.68 3.85 0.00 0.07 par:pas; -tiraillés tirailler VER m p 0.68 3.85 0.01 0.20 par:pas; -tirais tirer VER 415.14 383.24 1.71 3.24 ind:imp:1s;ind:imp:2s; -tirait tirer VER 415.14 383.24 3.97 34.86 ind:imp:3s; -tiramisu tiramisu NOM m s 0.24 0.00 0.24 0.00 -tirant tirer VER 415.14 383.24 2.66 25.95 par:pre; -tirants tirant NOM m p 0.33 1.89 0.02 0.20 -tiras tirer VER 415.14 383.24 0.00 0.07 ind:pas:2s; -tirassent tirasser VER 0.00 0.07 0.00 0.07 ind:pre:3p; -tire_au_cul tire_au_cul NOM m 0.02 0.00 0.02 0.00 -tire_au_flanc tire_au_flanc NOM m 0.51 0.34 0.51 0.34 -tire_botte tire_botte NOM m s 0.01 0.07 0.01 0.07 -tire_bouchon tire_bouchon NOM m s 0.93 2.43 0.90 2.16 -tire_bouchonner tire_bouchonner VER 0.02 0.88 0.00 0.14 ind:imp:3p; -tire_bouchonner tire_bouchonner VER 0.02 0.88 0.00 0.07 par:pre; -tire_bouchonner tire_bouchonner VER 0.02 0.88 0.01 0.27 ind:pre:3s; -tire_bouchonner tire_bouchonner VER 0.02 0.88 0.01 0.07 ind:pre:3p; -tire_bouchonner tire_bouchonner VER m s 0.02 0.88 0.00 0.27 par:pas; -tire_bouchonner tire_bouchonner VER m p 0.02 0.88 0.00 0.07 par:pas; -tire_bouchon tire_bouchon NOM m p 0.93 2.43 0.03 0.27 -tire_bouton tire_bouton NOM m s 0.00 0.07 0.00 0.07 -tire_d_aile tire_d_aile NOM f s 0.02 0.00 0.02 0.00 -tire_fesse tire_fesse NOM f s 0.01 0.00 0.01 0.00 -tire_jus tire_jus NOM m 0.00 0.20 0.00 0.20 -tire_laine tire_laine NOM m 0.02 0.07 0.02 0.07 -tire_lait tire_lait NOM m 0.07 0.00 0.07 0.00 -tire_larigot tire_larigot NOM f s 0.00 0.07 0.00 0.07 -tire_ligne tire_ligne NOM m s 0.00 0.34 0.00 0.20 -tire_ligne tire_ligne NOM m p 0.00 0.34 0.00 0.14 -tire_lire tire_lire NOM m 0.00 0.14 0.00 0.14 -tire tirer VER 415.14 383.24 107.25 55.14 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:1s;sub:pre:3s; -tirebouchonner tirebouchonner VER 0.00 0.34 0.00 0.14 inf; -tirebouchonné tirebouchonner VER m s 0.00 0.34 0.00 0.14 par:pas; -tirebouchonnée tirebouchonner VER f s 0.00 0.34 0.00 0.07 par:pas; -tirelire tirelire NOM f s 1.43 2.16 1.39 2.09 -tirelirent tirelirer VER 0.00 0.07 0.00 0.07 ind:pre:3p; -tirelires tirelire NOM f p 1.43 2.16 0.03 0.07 -tirent tirer VER 415.14 383.24 10.30 10.95 ind:pre:3p;sub:pre:3p; -tirer tirer VER 415.14 383.24 113.71 99.73 inf;;inf;;inf;;inf;; -tirera tirer VER 415.14 383.24 5.81 2.16 ind:fut:3s; -tirerai tirer VER 415.14 383.24 2.57 1.08 ind:fut:1s; -tireraient tirer VER 415.14 383.24 0.21 0.88 cnd:pre:3p; -tirerais tirer VER 415.14 383.24 1.54 0.61 cnd:pre:1s;cnd:pre:2s; -tirerait tirer VER 415.14 383.24 0.76 3.24 cnd:pre:3s; -tireras tirer VER 415.14 383.24 2.94 0.54 ind:fut:2s; -tirerez tirer VER 415.14 383.24 2.13 0.54 ind:fut:2p; -tireriez tirer VER 415.14 383.24 0.27 0.07 cnd:pre:2p; -tirerions tirer VER 415.14 383.24 0.00 0.07 cnd:pre:1p; -tirerons tirer VER 415.14 383.24 1.02 0.47 ind:fut:1p; -tireront tirer VER 415.14 383.24 1.75 0.61 ind:fut:3p; -tires tirer VER 415.14 383.24 11.70 2.09 ind:pre:2s;sub:pre:2s; -tiret tiret NOM m s 0.20 0.54 0.20 0.27 -tirets tiret NOM m p 0.20 0.54 0.00 0.27 -tirette tirette NOM f s 0.04 1.22 0.03 0.41 -tirettes tirette NOM f p 0.04 1.22 0.01 0.81 -tireur tireur NOM m s 18.07 8.72 12.83 5.41 -tireurs tireur NOM m p 18.07 8.72 5.08 2.64 -tireuse tireur NOM f s 18.07 8.72 0.16 0.54 -tireuses tireuse NOM f p 0.02 0.00 0.02 0.00 -tirez tirer VER 415.14 383.24 45.90 3.51 imp:pre:2p;ind:pre:2p; -tiriez tirer VER 415.14 383.24 0.42 0.20 ind:imp:2p; -tirions tirer VER 415.14 383.24 0.05 0.81 ind:imp:1p;sub:pre:1p; -tiroir_caisse tiroir_caisse NOM m s 0.49 2.16 0.48 2.03 -tiroir tiroir NOM m s 14.65 37.09 12.18 26.22 -tiroir_caisse tiroir_caisse NOM m p 0.49 2.16 0.01 0.14 -tiroirs tiroir NOM m p 14.65 37.09 2.47 10.88 -tirâmes tirer VER 415.14 383.24 0.00 0.07 ind:pas:1p; -tirons tirer VER 415.14 383.24 6.13 1.82 imp:pre:1p;ind:pre:1p; -tirât tirer VER 415.14 383.24 0.00 0.34 sub:imp:3s; -tirs tir NOM m p 32.11 18.85 7.57 2.84 -tirèrent tirer VER 415.14 383.24 0.48 2.03 ind:pas:3p; -tiré tirer VER m s 415.14 383.24 76.78 53.04 par:pas; -tirée tirer VER f s 415.14 383.24 6.45 10.20 par:pas; -tirées tirer VER f p 415.14 383.24 1.16 2.77 par:pas; -tirés tirer VER m p 415.14 383.24 4.11 13.65 par:pas; -tisa tiser VER 0.28 0.14 0.00 0.14 ind:pas:3s; -tisane tisane NOM f s 2.86 4.80 2.15 3.78 -tisanes tisane NOM f p 2.86 4.80 0.72 1.01 -tisanière tisanière NOM f s 0.00 0.14 0.00 0.14 -tisané tisaner VER m s 0.00 0.20 0.00 0.20 par:pas; -tiser tiser VER 0.28 0.14 0.28 0.00 inf; -tison tison NOM m s 0.23 2.16 0.13 0.74 -tisonna tisonner VER 0.02 1.22 0.00 0.41 ind:pas:3s; -tisonnait tisonner VER 0.02 1.22 0.01 0.14 ind:imp:3s; -tisonnant tisonner VER 0.02 1.22 0.00 0.27 par:pre; -tisonne tisonner VER 0.02 1.22 0.00 0.07 ind:pre:3s; -tisonnent tisonner VER 0.02 1.22 0.00 0.14 ind:pre:3p; -tisonner tisonner VER 0.02 1.22 0.01 0.14 inf; -tisonnier tisonnier NOM m s 1.01 0.95 0.98 0.88 -tisonniers tisonnier NOM m p 1.01 0.95 0.04 0.07 -tisonné tisonner VER m s 0.02 1.22 0.00 0.07 par:pas; -tisonnés tisonné ADJ m p 0.00 0.14 0.00 0.07 -tisons tison NOM m p 0.23 2.16 0.10 1.42 -tissa tisser VER 2.97 11.15 0.06 0.00 ind:pas:3s; -tissage tissage NOM m s 0.26 1.55 0.25 1.49 -tissages tissage NOM m p 0.26 1.55 0.01 0.07 -tissaient tisser VER 2.97 11.15 0.00 0.61 ind:imp:3p; -tissais tisser VER 2.97 11.15 0.01 0.00 ind:imp:2s; -tissait tisser VER 2.97 11.15 0.03 1.22 ind:imp:3s; -tissant tisser VER 2.97 11.15 0.01 0.61 par:pre; -tisse tisser VER 2.97 11.15 0.87 0.88 imp:pre:2s;ind:pre:1s;ind:pre:3s; -tissent tisser VER 2.97 11.15 0.14 0.74 ind:pre:3p; -tisser tisser VER 2.97 11.15 0.58 2.36 inf; -tisserai tisser VER 2.97 11.15 0.02 0.00 ind:fut:1s; -tisserais tisser VER 2.97 11.15 0.01 0.00 cnd:pre:1s; -tisserait tisser VER 2.97 11.15 0.01 0.07 cnd:pre:3s; -tisserand tisserand NOM m s 0.34 1.08 0.11 0.34 -tisserande tisserand NOM f s 0.34 1.08 0.21 0.07 -tisserands tisserand NOM m p 0.34 1.08 0.02 0.68 -tisserons tisser VER 2.97 11.15 0.01 0.07 ind:fut:1p; -tisseur tisseur NOM m s 0.44 0.47 0.00 0.34 -tisseuse tisseur NOM f s 0.44 0.47 0.44 0.14 -tissez tisser VER 2.97 11.15 0.29 0.00 imp:pre:2p;ind:pre:2p; -tissons tisser VER 2.97 11.15 0.01 0.07 ind:pre:1p; -tissât tisser VER 2.97 11.15 0.00 0.07 sub:imp:3s; -tissèrent tisser VER 2.97 11.15 0.00 0.07 ind:pas:3p; -tissu_éponge tissu_éponge NOM m s 0.00 0.41 0.00 0.41 -tissé tisser VER m s 2.97 11.15 0.73 1.55 par:pas; -tissu tissu NOM m s 15.69 34.66 9.21 25.95 -tissée tisser VER f s 2.97 11.15 0.13 1.55 par:pas; -tissue tissu ADJ f s 0.98 1.69 0.07 0.00 -tissées tissé ADJ f p 0.04 0.74 0.01 0.00 -tissues tissu ADJ f p 0.98 1.69 0.00 0.14 -tissulaire tissulaire ADJ s 0.33 0.07 0.28 0.00 -tissulaires tissulaire ADJ p 0.33 0.07 0.05 0.07 -tissés tisser VER m p 2.97 11.15 0.05 0.88 par:pas; -tissus tissu NOM m p 15.69 34.66 6.48 8.72 -tissuterie tissuterie NOM f s 0.00 0.14 0.00 0.14 -tissutier tissutier NOM m s 0.00 0.07 0.00 0.07 -titan titan NOM m s 1.33 0.88 1.06 0.68 -titane titane NOM m s 1.69 0.20 1.69 0.20 -titanesque titanesque ADJ s 0.25 0.88 0.21 0.74 -titanesques titanesque ADJ p 0.25 0.88 0.03 0.14 -titanique titanique ADJ m s 0.01 0.00 0.01 0.00 -titans titan NOM m p 1.33 0.88 0.27 0.20 -tiède tiède ADJ s 3.85 44.73 3.35 36.69 -tièdement tièdement ADV 0.00 0.14 0.00 0.14 -tièdes tiède ADJ p 3.85 44.73 0.50 8.04 -titi titi NOM m s 4.79 6.28 4.79 6.15 -titilla titiller VER 1.10 1.69 0.00 0.07 ind:pas:3s; -titillaient titiller VER 1.10 1.69 0.03 0.07 ind:imp:3p; -titillais titiller VER 1.10 1.69 0.02 0.07 ind:imp:1s;ind:imp:2s; -titillait titiller VER 1.10 1.69 0.04 0.41 ind:imp:3s; -titillant titiller VER 1.10 1.69 0.03 0.07 par:pre; -titillation titillation NOM f s 0.00 0.27 0.00 0.20 -titillations titillation NOM f p 0.00 0.27 0.00 0.07 -titille titiller VER 1.10 1.69 0.48 0.41 imp:pre:2s;ind:pre:1s;ind:pre:3s; -titillement titillement NOM m s 0.02 0.20 0.00 0.14 -titillements titillement NOM m p 0.02 0.20 0.02 0.07 -titillent titiller VER 1.10 1.69 0.04 0.00 ind:pre:3p; -titiller titiller VER 1.10 1.69 0.36 0.34 inf; -titillera titiller VER 1.10 1.69 0.01 0.00 ind:fut:3s; -titillé titiller VER m s 1.10 1.69 0.09 0.00 par:pas; -titillées titiller VER f p 1.10 1.69 0.00 0.14 par:pas; -titillés titiller VER m p 1.10 1.69 0.00 0.14 par:pas; -titis titi NOM m p 4.79 6.28 0.00 0.14 -titisme titisme NOM m s 0.00 0.14 0.00 0.14 -titra titrer VER 1.75 1.08 1.10 0.07 ind:pas:3s; -titrage titrage NOM m s 0.31 0.00 0.31 0.00 -titrait titrer VER 1.75 1.08 0.00 0.27 ind:imp:3s; -titre titre NOM m s 41.35 71.22 32.40 53.04 -titrer titrer VER 1.75 1.08 0.03 0.34 inf; -titres titre NOM m p 41.35 71.22 8.95 18.18 -titré titré ADJ m s 0.46 0.61 0.28 0.20 -titrée titrer VER f s 1.75 1.08 0.01 0.00 par:pas; -titrées titré ADJ f p 0.46 0.61 0.15 0.07 -titrés titré ADJ m p 0.46 0.61 0.01 0.34 -tituba tituber VER 1.34 13.31 0.01 0.74 ind:pas:3s; -titubai tituber VER 1.34 13.31 0.00 0.07 ind:pas:1s; -titubaient tituber VER 1.34 13.31 0.00 0.47 ind:imp:3p; -titubais tituber VER 1.34 13.31 0.13 0.20 ind:imp:1s;ind:imp:2s; -titubait tituber VER 1.34 13.31 0.06 1.96 ind:imp:3s; -titubant tituber VER 1.34 13.31 0.28 5.61 par:pre; -titubante titubant ADJ f s 0.24 3.78 0.02 1.49 -titubantes titubant ADJ f p 0.24 3.78 0.01 0.20 -titubants titubant ADJ m p 0.24 3.78 0.20 0.81 -titubation titubation NOM f s 0.00 0.20 0.00 0.14 -titubations titubation NOM f p 0.00 0.20 0.00 0.07 -titube tituber VER 1.34 13.31 0.31 2.30 imp:pre:2s;ind:pre:1s;ind:pre:3s; -titubement titubement NOM m s 0.00 0.07 0.00 0.07 -titubent tituber VER 1.34 13.31 0.24 0.14 ind:pre:3p; -tituber tituber VER 1.34 13.31 0.13 1.35 inf; -titubez tituber VER 1.34 13.31 0.04 0.00 imp:pre:2p;ind:pre:2p; -titubiez tituber VER 1.34 13.31 0.02 0.00 ind:imp:2p; -titubions tituber VER 1.34 13.31 0.00 0.07 ind:imp:1p; -titubèrent tituber VER 1.34 13.31 0.01 0.07 ind:pas:3p; -titubé tituber VER m s 1.34 13.31 0.11 0.34 par:pas; -titulaire titulaire NOM s 1.80 0.95 1.27 0.61 -titulaires titulaire NOM p 1.80 0.95 0.53 0.34 -titularisation titularisation NOM f s 0.13 0.00 0.13 0.00 -titulariser titulariser VER 0.22 0.07 0.03 0.00 inf; -titularisé titulariser VER m s 0.22 0.07 0.06 0.00 par:pas; -titularisée titulariser VER f s 0.22 0.07 0.13 0.07 par:pas; -tiédasse tiédasse ADJ s 0.01 0.61 0.00 0.54 -tiédasses tiédasse ADJ p 0.01 0.61 0.01 0.07 -tiédeur tiédeur NOM f s 0.28 10.27 0.28 10.00 -tiédeurs tiédeur NOM f p 0.28 10.27 0.00 0.27 -tiédi tiédir VER m s 0.17 2.16 0.00 0.20 par:pas; -tiédie tiédir VER f s 0.17 2.16 0.00 0.34 par:pas; -tiédies tiédir VER f p 0.17 2.16 0.00 0.07 par:pas; -tiédir tiédir VER 0.17 2.16 0.01 0.61 inf; -tiédirait tiédir VER 0.17 2.16 0.00 0.07 cnd:pre:3s; -tiédis tiédir VER m p 0.17 2.16 0.00 0.07 par:pas; -tiédissaient tiédir VER 0.17 2.16 0.00 0.14 ind:imp:3p; -tiédissait tiédir VER 0.17 2.16 0.00 0.27 ind:imp:3s; -tiédissant tiédir VER 0.17 2.16 0.00 0.14 par:pre; -tiédissent tiédir VER 0.17 2.16 0.00 0.07 ind:pre:3p; -tiédit tiédir VER 0.17 2.16 0.16 0.20 ind:pre:3s;ind:pas:3s; -to to PRO:per f s 0.01 0.00 0.01 0.00 -toast toast NOM m s 16.30 4.39 13.73 1.96 -toaster toaster NOM m s 0.45 0.00 0.45 0.00 -toasteur toasteur NOM m s 0.17 0.00 0.17 0.00 -toasts toast NOM m p 16.30 4.39 2.56 2.43 -toasté toaster VER m s 0.09 0.00 0.07 0.00 par:pas; -toboggan toboggan NOM m s 0.86 1.69 0.59 1.22 -toboggans toboggan NOM m p 0.86 1.69 0.28 0.47 -toc toc ADJ 4.83 7.09 4.83 7.09 -tocade tocade NOM f s 0.30 0.00 0.30 0.00 -tocante tocante NOM f s 0.06 0.54 0.06 0.54 -tocard tocard NOM m s 1.27 1.08 0.94 0.74 -tocarde tocard ADJ f s 0.39 1.15 0.09 0.27 -tocardes tocard ADJ f p 0.39 1.15 0.00 0.07 -tocards tocard NOM m p 1.27 1.08 0.33 0.34 -toccata toccata NOM f s 0.04 0.07 0.04 0.07 -tâcha tâcher VER 11.41 27.50 0.00 1.35 ind:pas:3s; -tâchai tâcher VER 11.41 27.50 0.00 0.81 ind:pas:1s; -tâchaient tâcher VER 11.41 27.50 0.00 0.74 ind:imp:3p; -tâchais tâcher VER 11.41 27.50 0.02 1.35 ind:imp:1s; -tâchait tâcher VER 11.41 27.50 0.13 2.77 ind:imp:3s; -tâchant tâcher VER 11.41 27.50 0.15 2.43 par:pre; -tâche tâche NOM f s 31.01 44.53 25.20 35.95 -tâchent tâcher VER 11.41 27.50 0.00 0.61 ind:pre:3p; -tâcher tâcher VER 11.41 27.50 2.31 6.35 inf; -tâchera tâcher VER 11.41 27.50 0.34 0.41 ind:fut:3s; -tâcherai tâcher VER 11.41 27.50 1.10 1.62 ind:fut:1s; -tâcheraient tâcher VER 11.41 27.50 0.00 0.07 cnd:pre:3p; -tâcherait tâcher VER 11.41 27.50 0.00 0.54 cnd:pre:3s; -tâcheras tâcher VER 11.41 27.50 0.02 0.00 ind:fut:2s; -tâcherez tâcher VER 11.41 27.50 0.00 0.27 ind:fut:2p; -tâcheron tâcheron NOM m s 0.05 0.81 0.01 0.20 -tâcherons tâcher VER 11.41 27.50 0.13 0.14 ind:fut:1p; -tâcheront tâcher VER 11.41 27.50 0.01 0.07 ind:fut:3p; -tâches tâche NOM f p 31.01 44.53 5.81 8.58 -tâchez tâcher VER 11.41 27.50 4.41 1.96 imp:pre:2p;ind:pre:2p; -tâchions tâcher VER 11.41 27.50 0.00 0.68 ind:imp:1p; -tâchons tâcher VER 11.41 27.50 1.31 0.47 imp:pre:1p;ind:pre:1p; -tâchât tâcher VER 11.41 27.50 0.00 0.07 sub:imp:3s; -tâchèrent tâcher VER 11.41 27.50 0.00 0.07 ind:pas:3p; -tâché tâcher VER m s 11.41 27.50 0.33 1.08 par:pas; -tâchée tâcher VER f s 11.41 27.50 0.08 0.07 par:pas; -tâchés tâcher VER m p 11.41 27.50 0.04 0.00 par:pas; -tocs toc NOM m p 2.26 4.05 0.00 0.54 -tocsin tocsin NOM m s 0.48 1.42 0.48 1.28 -tocsins tocsin NOM m p 0.48 1.42 0.00 0.14 -toffee toffee NOM m s 0.01 0.00 0.01 0.00 -tofu tofu NOM m s 1.56 0.00 1.56 0.00 -toge toge NOM f s 0.77 1.55 0.60 1.35 -toges toge NOM f p 0.77 1.55 0.16 0.20 -togolais togolais ADJ m 0.00 0.41 0.00 0.14 -togolaise togolais ADJ f s 0.00 0.41 0.00 0.20 -togolaises togolais ADJ f p 0.00 0.41 0.00 0.07 -tohu_bohu tohu_bohu NOM m 0.18 1.42 0.18 1.42 -toi_même toi_même PRO:per s 45.83 11.89 45.83 11.89 -toi toi PRO:per s 2519.50 450.34 2519.50 450.34 -toilasses toiler VER 0.00 0.27 0.00 0.07 sub:imp:2s; -toile toile NOM f s 17.99 106.62 11.75 81.35 -toiles toile NOM f p 17.99 106.62 6.24 25.27 -toiletta toiletter VER 0.03 0.68 0.00 0.07 ind:pas:3s; -toilettage toilettage NOM m s 0.13 0.00 0.13 0.00 -toilettait toiletter VER 0.03 0.68 0.00 0.14 ind:imp:3s; -toilette toilette NOM f s 62.84 45.68 9.76 32.30 -toiletter toiletter VER 0.03 0.68 0.01 0.20 inf; -toilettes toilette NOM f p 62.84 45.68 53.08 13.38 -toiletteur toiletteur NOM m s 0.04 0.00 0.04 0.00 -toiletté toiletter VER m s 0.03 0.68 0.02 0.14 par:pas; -toilettées toiletter VER f p 0.03 0.68 0.00 0.07 par:pas; -toilettés toiletter VER m p 0.03 0.68 0.00 0.07 par:pas; -toilé toiler VER m s 0.00 0.27 0.00 0.07 par:pas; -toilée toiler VER f s 0.00 0.27 0.00 0.07 par:pas; -toilés toiler VER m p 0.00 0.27 0.00 0.07 par:pas; -toisa toiser VER 0.14 8.38 0.01 3.04 ind:pas:3s; -toisaient toiser VER 0.14 8.38 0.01 0.20 ind:imp:3p; -toisait toiser VER 0.14 8.38 0.00 0.81 ind:imp:3s; -toisant toiser VER 0.14 8.38 0.00 0.95 par:pre; -toise toiser VER 0.14 8.38 0.04 1.35 ind:pre:3s; -toisent toiser VER 0.14 8.38 0.02 0.07 ind:pre:3p; -toiser toiser VER 0.14 8.38 0.03 0.81 inf; -toises toise NOM f p 0.29 1.01 0.27 0.47 -toisez toiser VER 0.14 8.38 0.00 0.07 ind:pre:2p; -toison toison NOM f s 0.69 6.35 0.68 5.74 -toisons toison NOM f p 0.69 6.35 0.01 0.61 -toisèrent toiser VER 0.14 8.38 0.00 0.54 ind:pas:3p; -toisé toiser VER m s 0.14 8.38 0.01 0.14 par:pas; -toisée toiser VER f s 0.14 8.38 0.03 0.20 par:pas; -toisés toiser VER m p 0.14 8.38 0.00 0.20 par:pas; -toit toit NOM m s 49.01 91.76 42.63 54.59 -toits toit NOM m p 49.01 91.76 6.37 37.16 -toiture toiture NOM f s 0.50 7.57 0.28 5.95 -toitures toiture NOM f p 0.50 7.57 0.22 1.62 -tokamak tokamak NOM m s 0.04 0.00 0.04 0.00 -tokay tokay NOM m s 0.00 0.07 0.00 0.07 -tokharien tokharien NOM m s 0.00 0.07 0.00 0.07 -tolar tolar NOM m s 0.08 0.00 0.08 0.00 -tolet tolet NOM m s 0.02 0.27 0.01 0.07 -tolets tolet NOM m p 0.02 0.27 0.01 0.20 -tollé tollé NOM m s 0.19 0.47 0.19 0.47 -tolstoïen tolstoïen ADJ m s 0.00 0.07 0.00 0.07 -tolère tolérer VER 13.05 13.45 2.58 1.62 imp:pre:2s;ind:pre:1s;ind:pre:3s; -tolèrent tolérer VER 13.05 13.45 0.28 0.47 ind:pre:3p; -toltèque toltèque ADJ s 0.03 0.14 0.02 0.07 -toltèques toltèque ADJ m p 0.03 0.14 0.01 0.07 -tolu tolu NOM m s 0.00 0.14 0.00 0.14 -toluidine toluidine NOM f s 0.01 0.00 0.01 0.00 -toléra tolérer VER 13.05 13.45 0.02 0.00 ind:pas:3s; -tolérable tolérable ADJ s 0.47 1.49 0.29 1.01 -tolérables tolérable ADJ p 0.47 1.49 0.18 0.47 -toléraient tolérer VER 13.05 13.45 0.11 0.54 ind:imp:3p; -tolérais tolérer VER 13.05 13.45 0.04 0.41 ind:imp:1s; -tolérait tolérer VER 13.05 13.45 0.58 2.30 ind:imp:3s; -tolérance tolérance NOM f s 3.03 4.39 3.03 4.39 -tolérant tolérant ADJ m s 2.44 1.49 1.30 0.74 -tolérante tolérant ADJ f s 2.44 1.49 0.45 0.34 -tolérantes tolérant ADJ f p 2.44 1.49 0.16 0.07 -tolérants tolérant ADJ m p 2.44 1.49 0.54 0.34 -tolérer tolérer VER 13.05 13.45 2.96 2.97 inf; -tolérera tolérer VER 13.05 13.45 0.31 0.14 ind:fut:3s; -tolérerai tolérer VER 13.05 13.45 2.31 0.20 ind:fut:1s; -tolérerais tolérer VER 13.05 13.45 0.15 0.07 cnd:pre:1s; -tolérerait tolérer VER 13.05 13.45 0.07 0.34 cnd:pre:3s; -tolérerions tolérer VER 13.05 13.45 0.00 0.07 cnd:pre:1p; -tolérerons tolérer VER 13.05 13.45 0.24 0.00 ind:fut:1p; -toléreront tolérer VER 13.05 13.45 0.14 0.00 ind:fut:3p; -tolérez tolérer VER 13.05 13.45 0.24 0.07 imp:pre:2p;ind:pre:2p; -tolériez tolérer VER 13.05 13.45 0.01 0.00 ind:imp:2p; -tolérions tolérer VER 13.05 13.45 0.00 0.07 ind:imp:1p; -tolérons tolérer VER 13.05 13.45 0.37 0.07 ind:pre:1p; -tolérât tolérer VER 13.05 13.45 0.00 0.14 sub:imp:3s; -toléré tolérer VER m s 13.05 13.45 1.50 2.30 par:pas; -tolérée tolérer VER f s 13.05 13.45 0.25 0.74 par:pas; -tolérées tolérer VER f p 13.05 13.45 0.06 0.47 par:pas; -tolérés tolérer VER m p 13.05 13.45 0.10 0.20 par:pas; -toluène toluène NOM m s 0.04 0.00 0.04 0.00 -tom_pouce tom_pouce NOM m 0.00 0.54 0.00 0.54 -tom_tom tom_tom NOM m 0.04 0.00 0.04 0.00 -tom tom NOM m s 2.51 0.14 2.51 0.14 -toma tomer VER 0.14 0.00 0.14 0.00 ind:pas:3s; -tomahawk tomahawk NOM m s 0.00 0.27 0.00 0.20 -tomahawks tomahawk NOM m p 0.00 0.27 0.00 0.07 -toman toman NOM m s 0.27 0.00 0.27 0.00 -tomate tomate NOM f s 20.77 13.31 7.88 5.74 -tomates tomate NOM f p 20.77 13.31 12.89 7.57 -tomba tomber VER 407.82 441.42 4.17 31.08 ind:pas:3s; -tombai tomber VER 407.82 441.42 0.23 3.58 ind:pas:1s; -tombaient tomber VER 407.82 441.42 1.49 18.65 ind:imp:3p; -tombais tomber VER 407.82 441.42 1.36 2.43 ind:imp:1s;ind:imp:2s; -tombait tomber VER 407.82 441.42 4.01 49.05 ind:imp:3s; -tombal tombal ADJ m s 2.71 2.70 0.14 0.00 -tombale tombal ADJ f s 2.71 2.70 1.99 1.49 -tombales tombal ADJ f p 2.71 2.70 0.58 1.22 -tombant tomber VER 407.82 441.42 3.26 12.97 par:pre; -tombante tombant ADJ f s 0.88 9.12 0.34 5.00 -tombantes tombant ADJ f p 0.88 9.12 0.10 1.15 -tombants tombant ADJ m p 0.88 9.12 0.05 0.41 -tombe tomber VER 407.82 441.42 66.39 60.27 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -tombeau tombeau NOM m s 10.22 11.96 9.51 8.92 -tombeaux tombeau NOM m p 10.22 11.96 0.71 3.04 -tombent tomber VER 407.82 441.42 13.08 17.97 ind:pre:3p; -tomber tomber VER 407.82 441.42 180.25 133.18 inf; -tombera tomber VER 407.82 441.42 6.26 2.16 ind:fut:3s; -tomberai tomber VER 407.82 441.42 0.88 0.74 ind:fut:1s; -tomberaient tomber VER 407.82 441.42 0.28 0.74 cnd:pre:3p; -tomberais tomber VER 407.82 441.42 0.45 0.81 cnd:pre:1s;cnd:pre:2s; -tomberait tomber VER 407.82 441.42 1.56 3.18 cnd:pre:3s; -tomberas tomber VER 407.82 441.42 1.52 0.07 ind:fut:2s; -tombereau tombereau NOM m s 0.01 2.50 0.01 1.15 -tombereaux tombereau NOM m p 0.01 2.50 0.00 1.35 -tomberez tomber VER 407.82 441.42 0.90 0.27 ind:fut:2p; -tomberiez tomber VER 407.82 441.42 0.26 0.07 cnd:pre:2p; -tomberions tomber VER 407.82 441.42 0.16 0.07 cnd:pre:1p; -tomberons tomber VER 407.82 441.42 0.16 0.14 ind:fut:1p; -tomberont tomber VER 407.82 441.42 1.54 0.95 ind:fut:3p; -tombes tombe NOM f p 49.67 34.86 8.34 10.68 -tombeur tombeur NOM m s 2.12 1.01 1.94 0.74 -tombeurs tombeur NOM m p 2.12 1.01 0.17 0.20 -tombeuse tombeur NOM f s 2.12 1.01 0.01 0.07 -tombeuses tombeuse NOM f p 0.01 0.00 0.01 0.00 -tombez tomber VER 407.82 441.42 4.88 1.96 imp:pre:2p;ind:pre:2p; -tombiez tomber VER 407.82 441.42 0.45 0.34 ind:imp:2p; -tombions tomber VER 407.82 441.42 0.17 0.54 ind:imp:1p; -tombola tombola NOM f s 1.23 0.68 1.21 0.61 -tombolas tombola NOM f p 1.23 0.68 0.02 0.07 -tombâmes tomber VER 407.82 441.42 0.01 0.68 ind:pas:1p; -tombons tomber VER 407.82 441.42 0.91 1.08 imp:pre:1p;ind:pre:1p; -tombât tomber VER 407.82 441.42 0.02 1.55 sub:imp:3s; -tombèrent tomber VER 407.82 441.42 0.27 6.08 ind:pas:3p; -tombé tomber VER m s 407.82 441.42 62.89 47.97 par:pas; -tombée tomber VER f s 407.82 441.42 30.49 25.20 par:pas; -tombées tomber VER f p 407.82 441.42 2.15 3.38 par:pas; -tombés tomber VER m p 407.82 441.42 9.63 12.70 par:pas; -tome tome NOM m s 0.88 7.09 0.67 4.66 -tomes tome NOM m p 0.88 7.09 0.21 2.43 -tomettes tomette NOM f p 0.00 0.47 0.00 0.47 -tomme tomme NOM f s 0.07 0.14 0.07 0.07 -tommes tomme NOM f p 0.07 0.14 0.00 0.07 -tommette tommette NOM f s 0.00 0.88 0.00 0.14 -tommettes tommette NOM f p 0.00 0.88 0.00 0.74 -tommies tommies NOM m p 0.12 0.07 0.12 0.07 -tommy tommy NOM m s 0.11 0.00 0.11 0.00 -tomodensitomètre tomodensitomètre NOM m s 0.03 0.00 0.03 0.00 -tomodensitométrie tomodensitométrie NOM f s 0.04 0.00 0.04 0.00 -tomographe tomographe NOM m s 0.03 0.00 0.03 0.00 -tomographie tomographie NOM f s 0.56 0.00 0.56 0.00 -ton ton NOM m s 53.24 146.35 51.73 138.45 -tonal tonal ADJ m s 0.12 0.07 0.02 0.00 -tonale tonal ADJ f s 0.12 0.07 0.10 0.07 -tonalité tonalité NOM f s 1.78 3.04 1.26 2.50 -tonalités tonalité NOM f p 1.78 3.04 0.52 0.54 -tond tondre VER 2.77 4.26 0.48 0.20 ind:pre:3s; -tondais tondre VER 2.77 4.26 0.02 0.00 ind:imp:1s; -tondait tondre VER 2.77 4.26 0.05 0.34 ind:imp:3s; -tondant tondre VER 2.77 4.26 0.04 0.00 par:pre; -tonde tondre VER 2.77 4.26 0.03 0.07 sub:pre:1s;sub:pre:3s; -tondent tondre VER 2.77 4.26 0.05 0.14 ind:pre:3p; -tondes tondre VER 2.77 4.26 0.01 0.00 sub:pre:2s; -tondeur tondeur NOM m s 1.76 2.30 0.04 0.61 -tondeuse tondeur NOM f s 1.76 2.30 1.72 1.49 -tondeuses tondeuse NOM f p 0.28 0.00 0.28 0.00 -tondit tondre VER 2.77 4.26 0.01 0.07 ind:pas:3s; -tondons tondre VER 2.77 4.26 0.02 0.00 imp:pre:1p;ind:pre:1p; -tondrai tondre VER 2.77 4.26 0.02 0.00 ind:fut:1s; -tondrais tondre VER 2.77 4.26 0.16 0.00 cnd:pre:1s; -tondre tondre VER 2.77 4.26 1.38 1.01 inf; -tonds tondre VER 2.77 4.26 0.13 0.00 imp:pre:2s;ind:pre:1s;ind:pre:2s; -tondu tondu ADJ m s 0.74 3.65 0.51 1.89 -tondue tondre VER f s 2.77 4.26 0.06 0.54 par:pas; -tondues tondu ADJ f p 0.74 3.65 0.00 0.41 -tondus tondu ADJ m p 0.74 3.65 0.20 0.81 -toner toner NOM m s 0.07 0.00 0.07 0.00 -tong tong NOM f s 1.73 0.20 1.12 0.07 -tongs tong NOM f p 1.73 0.20 0.61 0.14 -tonic tonic NOM m s 2.04 0.20 1.93 0.20 -tonicardiaque tonicardiaque NOM m s 0.14 0.00 0.14 0.00 -tonicité tonicité NOM f s 0.07 0.00 0.07 0.00 -tonics tonic NOM m p 2.04 0.20 0.11 0.00 -tonie tonie NOM f s 0.02 0.00 0.02 0.00 -tonifiaient tonifier VER 0.06 0.34 0.00 0.07 ind:imp:3p; -tonifiant tonifiant ADJ m s 0.04 0.14 0.03 0.00 -tonifiante tonifiant ADJ f s 0.04 0.14 0.00 0.07 -tonifiants tonifiant ADJ m p 0.04 0.14 0.01 0.07 -tonifie tonifier VER 0.06 0.34 0.03 0.07 ind:pre:3s; -tonifient tonifier VER 0.06 0.34 0.01 0.07 ind:pre:3p; -tonifier tonifier VER 0.06 0.34 0.01 0.07 inf; -tonique tonique ADJ s 0.40 1.82 0.35 1.55 -toniques tonique ADJ p 0.40 1.82 0.05 0.27 -tonitrua tonitruer VER 0.01 1.89 0.00 0.68 ind:pas:3s; -tonitruaient tonitruer VER 0.01 1.89 0.00 0.07 ind:imp:3p; -tonitruais tonitruer VER 0.01 1.89 0.00 0.07 ind:imp:1s; -tonitruait tonitruer VER 0.01 1.89 0.00 0.27 ind:imp:3s; -tonitruance tonitruance NOM f s 0.00 0.14 0.00 0.07 -tonitruances tonitruance NOM f p 0.00 0.14 0.00 0.07 -tonitruant tonitruant ADJ m s 0.29 3.04 0.05 0.95 -tonitruante tonitruant ADJ f s 0.29 3.04 0.24 1.28 -tonitruantes tonitruant ADJ f p 0.29 3.04 0.00 0.34 -tonitruants tonitruant ADJ m p 0.29 3.04 0.00 0.47 -tonitrue tonitruer VER 0.01 1.89 0.01 0.14 imp:pre:2s;ind:pre:3s; -tonitruent tonitruer VER 0.01 1.89 0.00 0.07 ind:pre:3p; -tonitruer tonitruer VER 0.01 1.89 0.00 0.20 inf; -tonitrué tonitruer VER m s 0.01 1.89 0.00 0.07 par:pas; -tonka tonka NOM f s 0.03 0.00 0.03 0.00 -tonkinois tonkinois NOM m 0.02 0.20 0.01 0.07 -tonkinoise tonkinois NOM f s 0.02 0.20 0.01 0.14 -tonna tonner VER 1.94 5.14 0.14 0.74 ind:pas:3s; -tonnage tonnage NOM m s 0.07 1.55 0.07 1.42 -tonnages tonnage NOM m p 0.07 1.55 0.00 0.14 -tonnaient tonner VER 1.94 5.14 0.01 0.41 ind:imp:3p; -tonnais tonner VER 1.94 5.14 0.01 0.00 ind:imp:2s; -tonnait tonner VER 1.94 5.14 0.01 0.68 ind:imp:3s; -tonnant tonnant ADJ m s 0.14 1.08 0.14 0.14 -tonnante tonnant ADJ f s 0.14 1.08 0.00 0.74 -tonnantes tonnant ADJ f p 0.14 1.08 0.00 0.07 -tonnants tonnant ADJ m p 0.14 1.08 0.00 0.14 -tonne tonne NOM f s 16.29 14.19 4.48 2.64 -tonneau tonneau NOM m s 4.37 12.16 2.94 6.89 -tonneaux tonneau NOM m p 4.37 12.16 1.43 5.27 -tonnelet tonnelet NOM m s 0.43 1.55 0.40 1.15 -tonnelets tonnelet NOM m p 0.43 1.55 0.03 0.41 -tonnelier tonnelier NOM m s 0.06 0.61 0.06 0.47 -tonneliers tonnelier NOM m p 0.06 0.61 0.00 0.14 -tonnelle tonnelle NOM f s 0.62 3.51 0.61 2.84 -tonnellerie tonnellerie NOM f s 0.07 0.88 0.07 0.81 -tonnelleries tonnellerie NOM f p 0.07 0.88 0.00 0.07 -tonnelles tonnelle NOM f p 0.62 3.51 0.01 0.68 -tonnent tonner VER 1.94 5.14 0.02 0.74 ind:pre:3p; -tonner tonner VER 1.94 5.14 0.12 1.28 inf; -tonnerait tonner VER 1.94 5.14 0.00 0.07 cnd:pre:3s; -tonnerre tonnerre NOM m s 11.40 19.39 10.90 18.65 -tonnerres tonnerre NOM m p 11.40 19.39 0.50 0.74 -tonnes tonne NOM f p 16.29 14.19 11.80 11.55 -tonnez tonner VER 1.94 5.14 0.00 0.07 imp:pre:2p; -tonné tonner VER m s 1.94 5.14 0.20 0.20 par:pas; -tons ton NOM m p 53.24 146.35 1.51 7.91 -tonsure tonsure NOM f s 0.85 0.88 0.85 0.81 -tonsures tonsure NOM f p 0.85 0.88 0.00 0.07 -tonsuré tonsurer VER m s 0.00 0.07 0.00 0.07 par:pas; -tonte tonte NOM f s 0.17 0.74 0.17 0.74 -tonton tonton NOM m s 14.02 12.43 13.94 11.89 -tontons tonton NOM m p 14.02 12.43 0.08 0.54 -tonus tonus NOM m 0.34 0.61 0.34 0.61 -too_much too_much ADJ m s 0.19 0.47 0.19 0.47 -top_modèle top_modèle NOM f s 0.22 0.00 0.21 0.00 -top_modèle top_modèle NOM f p 0.22 0.00 0.01 0.00 -top_model top_model NOM f p 0.12 0.07 0.12 0.07 -top top NOM m s 19.35 2.09 19.18 2.09 -topa toper VER 2.59 0.68 0.00 0.07 ind:pas:3s; -topaze topaze NOM f s 0.37 0.88 0.36 0.81 -topazes topaze NOM f p 0.37 0.88 0.01 0.07 -tope toper VER 2.59 0.68 2.04 0.34 imp:pre:2s;ind:pre:1s;ind:pre:3s; -toper toper VER 2.59 0.68 0.04 0.07 inf; -topette topette NOM f s 0.00 0.20 0.00 0.14 -topettes topette NOM f p 0.00 0.20 0.00 0.07 -topez toper VER 2.59 0.68 0.18 0.07 imp:pre:2p; -tophus tophus NOM m 0.00 0.07 0.00 0.07 -topinambour topinambour NOM m s 0.16 1.35 0.02 0.41 -topinambours topinambour NOM m p 0.16 1.35 0.14 0.95 -topions toper VER 2.59 0.68 0.01 0.00 ind:imp:1p; -topique topique ADJ m s 0.03 0.07 0.03 0.07 -topless topless ADJ f 0.26 0.00 0.26 0.00 -topo topo NOM m s 3.17 2.43 3.16 2.36 -topographie topographie NOM f s 0.33 1.35 0.33 1.35 -topographique topographique ADJ s 0.23 0.54 0.17 0.34 -topographiquement topographiquement ADV 0.00 0.14 0.00 0.14 -topographiques topographique ADJ p 0.23 0.54 0.06 0.20 -topologie topologie NOM f s 0.04 0.07 0.04 0.07 -topologique topologique ADJ f s 0.01 0.00 0.01 0.00 -topons toper VER 2.59 0.68 0.03 0.14 imp:pre:1p; -toponymie toponymie NOM f s 0.00 0.07 0.00 0.07 -topos topo NOM m p 3.17 2.43 0.01 0.07 -tops top NOM m p 19.35 2.09 0.17 0.00 -topé toper VER m s 2.59 0.68 0.28 0.00 par:pas; -topés toper VER m p 2.59 0.68 0.01 0.00 par:pas; -toqua toquer VER 1.33 2.03 0.10 0.34 ind:pas:3s; -toquade toquade NOM f s 0.13 0.41 0.13 0.14 -toquades toquade NOM f p 0.13 0.41 0.00 0.27 -toquais toquer VER 1.33 2.03 0.00 0.07 ind:imp:1s; -toquait toquer VER 1.33 2.03 0.00 0.14 ind:imp:3s; -toquant toquer VER 1.33 2.03 0.00 0.07 par:pre; -toquante toquante NOM f s 0.03 0.27 0.01 0.20 -toquantes toquante NOM f p 0.03 0.27 0.02 0.07 -toquard toquard NOM m s 0.11 0.41 0.07 0.27 -toquarde toquard ADJ f s 0.13 0.41 0.10 0.07 -toquardes toquard ADJ f p 0.13 0.41 0.00 0.07 -toquards toquard NOM m p 0.11 0.41 0.04 0.14 -toque toque NOM f s 0.82 7.57 0.65 6.55 -toquer toquer VER 1.33 2.03 0.07 0.41 inf; -toques toque NOM f p 0.82 7.57 0.17 1.01 -toquez toquer VER 1.33 2.03 0.01 0.00 imp:pre:2p; -toqué toquer VER m s 1.33 2.03 0.72 0.20 par:pas; -toquée toqué ADJ f s 0.89 0.34 0.36 0.07 -toquées toquer VER f p 1.33 2.03 0.10 0.07 par:pas; -toqués toqué ADJ m p 0.89 0.34 0.11 0.00 -torana torana NOM m s 0.01 0.00 0.01 0.00 -torcha torcher VER 3.20 5.54 0.00 0.34 ind:pas:3s; -torchaient torcher VER 3.20 5.54 0.00 0.07 ind:imp:3p; -torchais torcher VER 3.20 5.54 0.01 0.07 ind:imp:1s;ind:imp:2s; -torchait torcher VER 3.20 5.54 0.03 0.20 ind:imp:3s; -torchant torcher VER 3.20 5.54 0.02 0.20 par:pre; -torchassions torcher VER 3.20 5.54 0.00 0.07 sub:imp:1p; -torche_cul torche_cul NOM m s 0.06 0.00 0.06 0.00 -torche torche NOM f s 8.09 11.96 6.71 7.16 -torchent torcher VER 3.20 5.54 0.01 0.27 ind:pre:3p; -torcher torcher VER 3.20 5.54 1.23 1.89 inf; -torcherais torcher VER 3.20 5.54 0.04 0.07 cnd:pre:1s; -torcheras torcher VER 3.20 5.54 0.01 0.07 ind:fut:2s; -torches torche NOM f p 8.09 11.96 1.38 4.80 -torchez torcher VER 3.20 5.54 0.03 0.00 imp:pre:2p;ind:pre:2p; -torchis torchis NOM m 0.03 2.23 0.03 2.23 -torchon torchon NOM m s 3.48 10.14 2.95 7.23 -torchonnait torchonner VER 0.00 0.68 0.00 0.34 ind:imp:3s; -torchonne torchonner VER 0.00 0.68 0.00 0.14 ind:pre:3s; -torchonner torchonner VER 0.00 0.68 0.00 0.20 inf; -torchons torchon NOM m p 3.48 10.14 0.54 2.91 -torchère torchère NOM f s 0.01 1.42 0.00 0.47 -torchères torchère NOM f p 0.01 1.42 0.01 0.95 -torché torcher VER m s 3.20 5.54 0.38 0.41 par:pas; -torchée torcher VER f s 3.20 5.54 0.01 0.14 par:pas; -torchées torchée NOM f p 0.00 0.07 0.00 0.07 -torchés torcher VER m p 3.20 5.54 0.16 0.07 par:pas; -tord_boyaux tord_boyaux NOM m 0.27 0.47 0.27 0.47 -tord_nez tord_nez NOM m s 0.00 0.14 0.00 0.14 -tord tordre VER 12.24 38.38 2.08 4.80 ind:pre:3s; -tordît tordre VER 12.24 38.38 0.00 0.07 sub:imp:3s; -tordage tordage NOM m s 0.07 0.00 0.07 0.00 -tordaient tordre VER 12.24 38.38 0.17 1.89 ind:imp:3p; -tordais tordre VER 12.24 38.38 0.17 0.34 ind:imp:1s;ind:imp:2s; -tordait tordre VER 12.24 38.38 0.14 6.89 ind:imp:3s; -tordant tordant ADJ m s 1.65 0.88 1.25 0.61 -tordante tordant ADJ f s 1.65 0.88 0.33 0.00 -tordantes tordant ADJ f p 1.65 0.88 0.02 0.07 -tordants tordant ADJ m p 1.65 0.88 0.05 0.20 -torde tordre VER 12.24 38.38 0.26 0.14 sub:pre:1s;sub:pre:3s; -tordent tordre VER 12.24 38.38 0.36 1.28 ind:pre:3p; -tordeur tordeur NOM m s 0.13 0.00 0.12 0.00 -tordeurs tordeur NOM m p 0.13 0.00 0.01 0.00 -tordez tordre VER 12.24 38.38 0.10 0.14 imp:pre:2p;ind:pre:2p; -tordiez tordre VER 12.24 38.38 0.01 0.00 ind:imp:2p; -tordion tordion NOM m s 0.00 0.14 0.00 0.07 -tordions tordion NOM m p 0.00 0.14 0.00 0.07 -tordirent tordre VER 12.24 38.38 0.01 0.34 ind:pas:3p; -tordis tordre VER 12.24 38.38 0.00 0.14 ind:pas:1s; -tordit tordre VER 12.24 38.38 0.01 2.64 ind:pas:3s; -tordra tordre VER 12.24 38.38 0.01 0.07 ind:fut:3s; -tordrai tordre VER 12.24 38.38 0.18 0.07 ind:fut:1s; -tordraient tordre VER 12.24 38.38 0.00 0.07 cnd:pre:3p; -tordrais tordre VER 12.24 38.38 0.20 0.07 cnd:pre:1s;cnd:pre:2s; -tordrait tordre VER 12.24 38.38 0.06 0.20 cnd:pre:3s; -tordras tordre VER 12.24 38.38 0.02 0.00 ind:fut:2s; -tordre tordre VER 12.24 38.38 2.77 5.27 inf; -tordrez tordre VER 12.24 38.38 0.01 0.07 ind:fut:2p; -tordront tordre VER 12.24 38.38 0.01 0.14 ind:fut:3p; -tords tordre VER 12.24 38.38 1.17 0.74 imp:pre:2s;ind:pre:1s;ind:pre:2s; -tordu tordu ADJ m s 7.76 14.80 4.10 4.46 -tordue tordu ADJ f s 7.76 14.80 1.75 4.12 -tordues tordu ADJ f p 7.76 14.80 0.66 2.30 -tordus tordu ADJ m p 7.76 14.80 1.25 3.92 -tore tore NOM m s 0.14 0.07 0.04 0.00 -torera torera NOM f s 0.20 0.00 0.20 0.00 -torero torero NOM m s 1.17 2.43 0.94 1.35 -toreros torero NOM m p 1.17 2.43 0.23 1.08 -tores tore NOM m p 0.14 0.07 0.10 0.07 -torgnole torgnole NOM f s 0.31 1.08 0.14 0.47 -torgnoles torgnole NOM f p 0.31 1.08 0.17 0.61 -tories tories NOM m p 0.12 0.00 0.12 0.00 -toril toril NOM m s 0.00 0.41 0.00 0.41 -tornade tornade NOM f s 2.66 4.12 2.13 3.11 -tornades tornade NOM f p 2.66 4.12 0.52 1.01 -toro toro NOM m s 0.91 0.74 0.91 0.74 -torons toron NOM m p 0.00 0.07 0.00 0.07 -torpeur torpeur NOM f s 0.78 13.38 0.78 13.24 -torpeurs torpeur NOM f p 0.78 13.38 0.00 0.14 -torpide torpide ADJ f s 0.00 0.27 0.00 0.27 -torpillage torpillage NOM m s 0.13 0.20 0.13 0.14 -torpillages torpillage NOM m p 0.13 0.20 0.00 0.07 -torpillaient torpiller VER 1.21 1.08 0.00 0.07 ind:imp:3p; -torpillait torpiller VER 1.21 1.08 0.00 0.07 ind:imp:3s; -torpille torpille NOM f s 5.28 1.62 2.42 0.61 -torpiller torpiller VER 1.21 1.08 0.28 0.34 inf; -torpillera torpiller VER 1.21 1.08 0.01 0.00 ind:fut:3s; -torpilles torpille NOM f p 5.28 1.62 2.86 1.01 -torpilleur torpilleur NOM m s 0.39 1.62 0.28 0.68 -torpilleurs torpilleur NOM m p 0.39 1.62 0.11 0.95 -torpillé torpiller VER m s 1.21 1.08 0.32 0.34 par:pas; -torpillée torpiller VER f s 1.21 1.08 0.03 0.07 par:pas; -torpillés torpiller VER m p 1.21 1.08 0.03 0.00 par:pas; -torpédo torpédo NOM f s 0.03 2.91 0.03 2.70 -torpédos torpédo NOM f p 0.03 2.91 0.00 0.20 -torque torque NOM m s 0.05 0.00 0.05 0.00 -torrent torrent NOM m s 2.46 16.35 1.60 11.96 -torrentiel torrentiel ADJ m s 0.23 1.01 0.02 0.14 -torrentielle torrentiel ADJ f s 0.23 1.01 0.20 0.27 -torrentielles torrentiel ADJ f p 0.23 1.01 0.01 0.47 -torrentiels torrentiel ADJ m p 0.23 1.01 0.00 0.14 -torrents torrent NOM m p 2.46 16.35 0.86 4.39 -torrentueuses torrentueux ADJ f p 0.00 0.20 0.00 0.14 -torrentueux torrentueux ADJ m s 0.00 0.20 0.00 0.07 -torride torride ADJ s 1.96 4.32 1.70 3.18 -torrides torride ADJ p 1.96 4.32 0.26 1.15 -torréfaction torréfaction NOM f s 0.02 0.07 0.02 0.07 -torréfiait torréfier VER 0.01 0.41 0.00 0.14 ind:imp:3s; -torréfiant torréfier VER 0.01 0.41 0.00 0.07 par:pre; -torréfie torréfier VER 0.01 0.41 0.00 0.07 ind:pre:3s; -torréfient torréfier VER 0.01 0.41 0.00 0.07 ind:pre:3p; -torréfié torréfié ADJ m s 0.12 0.47 0.12 0.14 -torréfiée torréfié ADJ f s 0.12 0.47 0.00 0.27 -torréfiées torréfié ADJ f p 0.12 0.47 0.00 0.07 -tors tors ADJ m s 0.67 4.73 0.27 0.34 -torsada torsader VER 0.12 2.57 0.00 0.07 ind:pas:3s; -torsade torsade NOM f s 0.17 2.91 0.00 1.01 -torsades torsade NOM f p 0.17 2.91 0.17 1.89 -torsadé torsader VER m s 0.12 2.57 0.00 0.54 par:pas; -torsadée torsader VER f s 0.12 2.57 0.03 0.61 par:pas; -torsadées torsader VER f p 0.12 2.57 0.01 0.88 par:pas; -torsadés torsader VER m p 0.12 2.57 0.08 0.47 par:pas; -torse torse NOM m s 3.82 21.08 3.75 19.39 -torses torse NOM m p 3.82 21.08 0.07 1.69 -torsion torsion NOM f s 0.37 3.11 0.36 2.23 -torsions torsion NOM f p 0.37 3.11 0.01 0.88 -tort tort NOM m s 67.97 55.00 64.89 51.55 -tortellini tortellini NOM m s 0.34 0.00 0.23 0.00 -tortellinis tortellini NOM m p 0.34 0.00 0.11 0.00 -torticolis torticolis NOM m 0.92 0.74 0.92 0.74 -tortil tortil NOM m s 0.00 0.14 0.00 0.07 -tortilla tortilla NOM f s 1.73 0.41 1.40 0.07 -tortillaient tortiller VER 1.96 9.66 0.02 0.20 ind:imp:3p; -tortillais tortiller VER 1.96 9.66 0.02 0.20 ind:imp:1s; -tortillait tortiller VER 1.96 9.66 0.14 2.09 ind:imp:3s; -tortillant tortiller VER 1.96 9.66 0.06 1.49 par:pre; -tortillard tortillard NOM m s 0.16 1.69 0.16 1.62 -tortillards tortillard NOM m p 0.16 1.69 0.00 0.07 -tortillas tortilla NOM f p 1.73 0.41 0.34 0.34 -tortille tortiller VER 1.96 9.66 0.72 1.96 imp:pre:2s;ind:pre:1s;ind:pre:3s; -tortillement tortillement NOM m s 0.03 0.20 0.02 0.00 -tortillements tortillement NOM m p 0.03 0.20 0.01 0.20 -tortillent tortiller VER 1.96 9.66 0.06 0.20 ind:pre:3p; -tortiller tortiller VER 1.96 9.66 0.76 1.82 inf; -tortillez tortiller VER 1.96 9.66 0.12 0.00 imp:pre:2p;ind:pre:2p; -tortillon tortillon NOM m s 0.06 1.28 0.06 0.81 -tortillons tortillon NOM m p 0.06 1.28 0.00 0.47 -tortillé tortiller VER m s 1.96 9.66 0.03 0.41 par:pas; -tortillée tortiller VER f s 1.96 9.66 0.02 0.34 par:pas; -tortillées tortiller VER f p 1.96 9.66 0.00 0.14 par:pas; -tortillés tortiller VER m p 1.96 9.66 0.00 0.27 par:pas; -tortils tortil NOM m p 0.00 0.14 0.00 0.07 -tortionnaire tortionnaire NOM s 0.50 2.43 0.24 1.28 -tortionnaires tortionnaire NOM p 0.50 2.43 0.26 1.15 -tortora tortorer VER 0.00 0.81 0.00 0.14 ind:pas:3s; -tortorait tortorer VER 0.00 0.81 0.00 0.14 ind:imp:3s; -tortorant tortorer VER 0.00 0.81 0.00 0.07 par:pre; -tortore tortore NOM f s 0.00 1.82 0.00 1.82 -tortorent tortorer VER 0.00 0.81 0.00 0.07 ind:pre:3p; -tortorer tortorer VER 0.00 0.81 0.00 0.27 inf; -tortoré tortorer VER m s 0.00 0.81 0.00 0.14 par:pas; -torts tort NOM m p 67.97 55.00 3.08 3.45 -tortu tortu ADJ m s 0.69 0.68 0.00 0.07 -tortue tortue NOM f s 5.34 6.22 4.00 4.66 -tortues tortue NOM f p 5.34 6.22 1.33 1.55 -tortueuse tortueux ADJ f s 0.86 3.11 0.39 0.68 -tortueuses tortueux ADJ f p 0.86 3.11 0.04 0.95 -tortueux tortueux ADJ m 0.86 3.11 0.44 1.49 -tortura torturer VER 24.63 15.41 0.03 0.07 ind:pas:3s; -torturai torturer VER 24.63 15.41 0.01 0.07 ind:pas:1s; -torturaient torturer VER 24.63 15.41 0.25 0.61 ind:imp:3p; -torturais torturer VER 24.63 15.41 0.07 0.14 ind:imp:1s;ind:imp:2s; -torturait torturer VER 24.63 15.41 0.59 2.36 ind:imp:3s; -torturant torturer VER 24.63 15.41 0.13 0.54 par:pre; -torturante torturant ADJ f s 0.12 1.28 0.10 0.41 -torturantes torturant ADJ f p 0.12 1.28 0.00 0.20 -torturants torturant ADJ m p 0.12 1.28 0.01 0.14 -torture torture NOM f s 12.94 17.03 10.13 11.96 -torturent torturer VER 24.63 15.41 0.96 0.68 ind:pre:3p;sub:pre:3p; -torturer torturer VER 24.63 15.41 8.28 3.78 inf;;inf;;inf;; -torturera torturer VER 24.63 15.41 0.10 0.07 ind:fut:3s; -torturerai torturer VER 24.63 15.41 0.06 0.00 ind:fut:1s; -tortureraient torturer VER 24.63 15.41 0.01 0.00 cnd:pre:3p; -torturerez torturer VER 24.63 15.41 0.00 0.07 ind:fut:2p; -tortureront torturer VER 24.63 15.41 0.05 0.00 ind:fut:3p; -tortures torture NOM f p 12.94 17.03 2.81 5.07 -tortureurs tortureur NOM m p 0.00 0.07 0.00 0.07 -torturez torturer VER 24.63 15.41 1.24 0.20 imp:pre:2p;ind:pre:2p; -torturions torturer VER 24.63 15.41 0.00 0.07 ind:imp:1p; -torturons torturer VER 24.63 15.41 0.30 0.00 imp:pre:1p;ind:pre:1p; -torturèrent torturer VER 24.63 15.41 0.00 0.07 ind:pas:3p; -torturé torturer VER m s 24.63 15.41 5.56 3.11 par:pas; -torturée torturer VER f s 24.63 15.41 1.27 1.01 par:pas; -torturées torturé ADJ f p 2.44 4.26 0.33 0.41 -torturés torturé VER m p 0.92 0.00 0.92 0.00 par:pas; -tortus tortu ADJ m p 0.69 0.68 0.00 0.07 -toréador_vedette toréador_vedette NOM m s 0.00 0.07 0.00 0.07 -toréador toréador NOM m s 0.31 0.61 0.29 0.47 -toréadors toréador NOM m p 0.31 0.61 0.02 0.14 -torée toréer VER 0.43 0.07 0.01 0.00 ind:pre:3s; -toréer toréer VER 0.43 0.07 0.42 0.07 inf; -torve torve ADJ s 0.12 2.36 0.02 1.96 -torves torve ADJ p 0.12 2.36 0.10 0.41 -tos to NOM m p 55.51 3.78 0.02 0.00 -toscan toscan ADJ m s 0.46 1.22 0.21 0.41 -toscane toscan ADJ f s 0.46 1.22 0.05 0.68 -toscanes toscan ADJ f p 0.46 1.22 0.20 0.07 -toscans toscan NOM m p 0.04 0.20 0.03 0.00 -toss toss NOM m 0.02 0.07 0.02 0.07 -tossé tosser VER m s 0.00 0.07 0.00 0.07 par:pas; -tâta tâter VER 3.95 21.55 0.00 2.91 ind:pas:3s; -tâtai tâter VER 3.95 21.55 0.00 0.34 ind:pas:1s; -tâtaient tâter VER 3.95 21.55 0.00 0.68 ind:imp:3p; -tâtais tâter VER 3.95 21.55 0.01 0.54 ind:imp:1s; -tâtait tâter VER 3.95 21.55 0.03 2.03 ind:imp:3s; -total total ADJ m s 24.59 41.62 9.29 16.35 -totale total ADJ f s 24.59 41.62 15.26 24.86 -totalement totalement ADV 28.62 22.16 28.62 22.16 -totales total ADJ f p 24.59 41.62 0.02 0.41 -totalisait totaliser VER 0.13 0.95 0.02 0.20 ind:imp:3s; -totalisant totalisant ADJ m s 0.01 0.27 0.01 0.27 -totalisateur totalisateur NOM m s 0.01 0.00 0.01 0.00 -totalisation totalisation NOM f s 0.00 0.07 0.00 0.07 -totalise totaliser VER 0.13 0.95 0.03 0.20 ind:pre:1s;ind:pre:3s; -totalisent totaliser VER 0.13 0.95 0.03 0.07 ind:pre:3p; -totaliser totaliser VER 0.13 0.95 0.03 0.20 inf; -totalisé totaliser VER m s 0.13 0.95 0.01 0.07 par:pas; -totalitaire totalitaire ADJ s 0.09 1.42 0.05 1.08 -totalitaires totalitaire ADJ p 0.09 1.42 0.04 0.34 -totalitarisme totalitarisme NOM m s 0.03 0.95 0.03 0.88 -totalitarismes totalitarisme NOM m p 0.03 0.95 0.00 0.07 -totalité totalité NOM f s 3.11 9.39 3.11 9.26 -totalités totalité NOM f p 3.11 9.39 0.00 0.14 -tâtant tâter VER 3.95 21.55 0.04 2.03 par:pre; -totaux total NOM m p 3.86 9.66 0.20 0.14 -tâte tâter VER 3.95 21.55 1.02 4.46 imp:pre:2s;ind:pre:1s;ind:pre:3s; -totem totem NOM m s 1.42 1.35 1.27 0.81 -totems totem NOM m p 1.42 1.35 0.15 0.54 -tâtent tâter VER 3.95 21.55 0.04 0.20 ind:pre:3p; -tâter tâter VER 3.95 21.55 1.94 5.74 inf; -tâtera tâter VER 3.95 21.55 0.01 0.07 ind:fut:3s; -tâterai tâter VER 3.95 21.55 0.06 0.00 ind:fut:1s; -tâteras tâter VER 3.95 21.55 0.01 0.00 ind:fut:2s; -tâterez tâter VER 3.95 21.55 0.05 0.00 ind:fut:2p; -tâtez tâter VER 3.95 21.55 0.41 0.14 imp:pre:2p;ind:pre:2p; -tâtiez tâter VER 3.95 21.55 0.00 0.14 ind:imp:2p; -toto toto NOM m s 0.30 0.20 0.26 0.00 -totoche totoche NOM s 0.00 0.41 0.00 0.27 -totoches totoche NOM p 0.00 0.41 0.00 0.14 -toton toton NOM m s 0.15 0.41 0.14 0.27 -tâtonna tâtonner VER 0.70 10.54 0.00 1.28 ind:pas:3s; -tâtonnai tâtonner VER 0.70 10.54 0.00 0.14 ind:pas:1s; -tâtonnaient tâtonner VER 0.70 10.54 0.00 0.27 ind:imp:3p; -tâtonnais tâtonner VER 0.70 10.54 0.01 0.07 ind:imp:1s; -tâtonnait tâtonner VER 0.70 10.54 0.10 0.81 ind:imp:3s; -tâtonnant tâtonner VER 0.70 10.54 0.00 3.38 par:pre; -tâtonnante tâtonnant ADJ f s 0.00 1.28 0.00 0.41 -tâtonnantes tâtonnant ADJ f p 0.00 1.28 0.00 0.41 -tâtonnants tâtonnant ADJ m p 0.00 1.28 0.00 0.07 -tâtonne tâtonner VER 0.70 10.54 0.47 2.36 imp:pre:2s;ind:pre:1s;ind:pre:3s; -tâtonnement tâtonnement NOM m s 0.12 2.03 0.00 0.47 -tâtonnements tâtonnement NOM m p 0.12 2.03 0.12 1.55 -tâtonnent tâtonner VER 0.70 10.54 0.01 0.34 ind:pre:3p; -tâtonner tâtonner VER 0.70 10.54 0.08 0.81 inf; -tâtonnera tâtonner VER 0.70 10.54 0.01 0.07 ind:fut:3s; -tâtonnerais tâtonner VER 0.70 10.54 0.00 0.07 cnd:pre:1s; -tâtonnions tâtonner VER 0.70 10.54 0.00 0.20 ind:imp:1p; -tâtonnâmes tâtonner VER 0.70 10.54 0.00 0.07 ind:pas:1p; -tâtonnât tâtonner VER 0.70 10.54 0.00 0.07 sub:imp:3s; -tâtonnèrent tâtonner VER 0.70 10.54 0.00 0.14 ind:pas:3p; -tâtonné tâtonner VER m s 0.70 10.54 0.01 0.41 par:pas; -tâtonnée tâtonner VER f s 0.70 10.54 0.00 0.07 par:pas; -tâtons tâter VER 3.95 21.55 0.03 0.07 imp:pre:1p; -totons toton NOM m p 0.15 0.41 0.01 0.14 -totos toto NOM m p 0.30 0.20 0.04 0.20 -tâtèrent tâter VER 3.95 21.55 0.00 0.14 ind:pas:3p; -tâté tâter VER m s 3.95 21.55 0.29 2.03 par:pas; -totémique totémique ADJ m s 0.01 0.27 0.00 0.14 -totémiques totémique ADJ m p 0.01 0.27 0.01 0.14 -totémisme totémisme NOM m s 0.01 0.00 0.01 0.00 -tâtés tâter VER m p 3.95 21.55 0.01 0.07 par:pas; -touareg touareg ADJ m s 0.06 0.00 0.03 0.00 -touaregs touareg ADJ m p 0.06 0.00 0.03 0.00 -toubab toubab NOM m s 0.30 0.61 0.10 0.54 -toubabs toubab NOM m p 0.30 0.61 0.20 0.07 -toubib toubib NOM m s 6.62 13.72 5.71 11.35 -toubibs toubib NOM m p 6.62 13.72 0.91 2.36 -toucan toucan NOM m s 0.03 0.14 0.03 0.14 -toucha toucher VER 270.26 190.27 0.32 10.95 ind:pas:3s; -touchai toucher VER 270.26 190.27 0.01 1.82 ind:pas:1s; -touchaient toucher VER 270.26 190.27 0.44 6.15 ind:imp:3p; -touchais toucher VER 270.26 190.27 1.87 3.04 ind:imp:1s;ind:imp:2s; -touchait toucher VER 270.26 190.27 2.99 18.58 ind:imp:3s; -touchant touchant ADJ m s 7.42 9.73 6.02 5.34 -touchante touchant ADJ f s 7.42 9.73 1.04 2.70 -touchantes touchant ADJ f p 7.42 9.73 0.03 1.01 -touchants touchant ADJ m p 7.42 9.73 0.33 0.68 -touche_pipi touche_pipi NOM m 0.35 0.61 0.35 0.61 -touche_touche touche_touche NOM f s 0.01 0.00 0.01 0.00 -touche toucher VER 270.26 190.27 91.91 29.26 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:1s;sub:pre:3s; -touchent toucher VER 270.26 190.27 4.96 6.69 ind:pre:3p;sub:pre:3p; -toucher toucher VER 270.26 190.27 49.41 56.15 inf;;inf;;inf;; -touchera toucher VER 270.26 190.27 4.35 1.35 ind:fut:3s; -toucherai toucher VER 270.26 190.27 2.73 0.61 ind:fut:1s; -toucheraient toucher VER 270.26 190.27 0.08 0.27 cnd:pre:3p; -toucherais toucher VER 270.26 190.27 1.12 0.47 cnd:pre:1s;cnd:pre:2s; -toucherait toucher VER 270.26 190.27 1.05 1.62 cnd:pre:3s; -toucheras toucher VER 270.26 190.27 1.27 0.14 ind:fut:2s; -toucherez toucher VER 270.26 190.27 0.98 0.41 ind:fut:2p; -toucherions toucher VER 270.26 190.27 0.02 0.07 cnd:pre:1p; -toucherons toucher VER 270.26 190.27 0.06 0.14 ind:fut:1p; -toucheront toucher VER 270.26 190.27 0.56 0.20 ind:fut:3p; -touchers toucher NOM m p 7.41 10.14 0.00 0.20 -touches toucher VER 270.26 190.27 10.35 1.55 ind:pre:2s; -touchette touchette NOM f s 0.01 0.00 0.01 0.00 -touchez toucher VER 270.26 190.27 26.76 2.84 imp:pre:2p;ind:pre:2p; -touchiez toucher VER 270.26 190.27 0.27 0.07 ind:imp:2p; -touchions toucher VER 270.26 190.27 0.13 1.08 ind:imp:1p; -touchons toucher VER 270.26 190.27 0.66 0.81 imp:pre:1p;ind:pre:1p; -touchât toucher VER 270.26 190.27 0.01 0.74 sub:imp:3s; -touchotter touchotter NOM m s 0.00 0.07 0.00 0.07 -touchèrent toucher VER 270.26 190.27 0.26 1.22 ind:pas:3p; -touché toucher VER m s 270.26 190.27 50.97 27.77 par:pas; -touchée toucher VER f s 270.26 190.27 11.29 4.93 par:pas; -touchées toucher VER f p 270.26 190.27 0.74 0.68 par:pas; -touchés toucher VER m p 270.26 190.27 3.34 2.36 par:pas; -toue toue NOM f s 0.02 0.68 0.02 0.61 -touer touer VER 0.02 0.14 0.02 0.00 inf; -toues toue NOM f p 0.02 0.68 0.00 0.07 -touffe touffe NOM f s 2.20 16.69 1.60 6.69 -touffes touffe NOM f p 2.20 16.69 0.60 10.00 -touffeur touffeur NOM f s 0.00 1.35 0.00 1.28 -touffeurs touffeur NOM f p 0.00 1.35 0.00 0.07 -touffu touffu ADJ m s 1.01 4.80 0.42 1.49 -touffue touffu ADJ f s 1.01 4.80 0.14 0.88 -touffues touffu ADJ f p 1.01 4.80 0.01 0.34 -touffus touffu ADJ m p 1.01 4.80 0.43 2.09 -touillais touiller VER 0.29 2.30 0.00 0.07 ind:imp:1s; -touillait touiller VER 0.29 2.30 0.14 0.27 ind:imp:3s; -touillant touiller VER 0.29 2.30 0.00 0.47 par:pre; -touille touiller VER 0.29 2.30 0.01 0.61 imp:pre:2s;ind:pre:1s;ind:pre:3s; -touillent touiller VER 0.29 2.30 0.00 0.14 ind:pre:3p; -touiller touiller VER 0.29 2.30 0.10 0.54 inf; -touillé touillé ADJ m s 0.10 0.20 0.10 0.07 -touillée touillé ADJ f s 0.10 0.20 0.00 0.07 -touillées touiller VER f p 0.29 2.30 0.00 0.07 par:pas; -touillés touiller VER m p 0.29 2.30 0.01 0.07 par:pas; -toujours toujours ADV 1072.36 1093.78 1072.36 1093.78 -toulonnais toulonnais NOM m 0.00 0.41 0.00 0.41 -touloupes touloupe NOM f p 0.00 0.14 0.00 0.14 -toulousain toulousain NOM m s 0.00 2.57 0.00 1.01 -toulousaine toulousain ADJ f s 0.00 1.49 0.00 0.14 -toulousaines toulousain ADJ f p 0.00 1.49 0.00 0.14 -toulousains toulousain NOM m p 0.00 2.57 0.00 1.49 -toundra toundra NOM f s 0.29 0.47 0.19 0.41 -toundras toundra NOM f p 0.29 0.47 0.10 0.07 -toungouse toungouse ADJ f s 0.00 0.14 0.00 0.14 -toupet toupet NOM m s 2.23 2.30 2.08 2.23 -toupets toupet NOM m p 2.23 2.30 0.15 0.07 -toupie toupie NOM f s 1.79 3.92 1.50 3.04 -toupies toupie NOM f p 1.79 3.92 0.29 0.88 -toupilleur toupilleur NOM m s 0.00 0.07 0.00 0.07 -toupinant toupiner VER 0.00 0.14 0.00 0.14 par:pre; -touque touque NOM f s 0.02 0.14 0.02 0.07 -touques touque NOM f p 0.02 0.14 0.00 0.07 -tour tour NOM s 193.82 308.72 175.56 280.27 -tourangeau tourangeau ADJ m s 0.00 0.41 0.00 0.20 -tourangeaux tourangeau ADJ m p 0.00 0.41 0.00 0.20 -tourangelle tourangelle ADJ f s 0.00 0.14 0.00 0.07 -tourangelles tourangelle ADJ f p 0.00 0.14 0.00 0.07 -tourbe tourbe NOM f s 0.44 2.03 0.44 1.96 -tourbes tourbe NOM f p 0.44 2.03 0.00 0.07 -tourbeuse tourbeux ADJ f s 0.00 0.20 0.00 0.14 -tourbeux tourbeux ADJ m p 0.00 0.20 0.00 0.07 -tourbiers tourbier NOM m p 0.06 0.95 0.00 0.07 -tourbillon tourbillon NOM m s 2.88 17.77 2.34 11.01 -tourbillonna tourbillonner VER 1.16 5.88 0.00 0.20 ind:pas:3s; -tourbillonnaient tourbillonner VER 1.16 5.88 0.04 0.74 ind:imp:3p; -tourbillonnaire tourbillonnaire ADJ f s 0.00 0.14 0.00 0.14 -tourbillonnais tourbillonner VER 1.16 5.88 0.00 0.07 ind:imp:1s; -tourbillonnait tourbillonner VER 1.16 5.88 0.02 1.08 ind:imp:3s; -tourbillonnant tourbillonner VER 1.16 5.88 0.01 1.15 par:pre; -tourbillonnante tourbillonnant ADJ f s 0.06 1.62 0.03 0.54 -tourbillonnantes tourbillonnant ADJ f p 0.06 1.62 0.03 0.34 -tourbillonnants tourbillonnant ADJ m p 0.06 1.62 0.00 0.27 -tourbillonne tourbillonner VER 1.16 5.88 0.26 1.01 imp:pre:2s;ind:pre:1s;ind:pre:3s; -tourbillonnement tourbillonnement NOM m s 0.00 0.20 0.00 0.14 -tourbillonnements tourbillonnement NOM m p 0.00 0.20 0.00 0.07 -tourbillonnent tourbillonner VER 1.16 5.88 0.68 0.81 ind:pre:3p; -tourbillonner tourbillonner VER 1.16 5.88 0.12 0.74 inf; -tourbillonnez tourbillonner VER 1.16 5.88 0.02 0.00 imp:pre:2p; -tourbillonnèrent tourbillonner VER 1.16 5.88 0.00 0.07 ind:pas:3p; -tourbillonné tourbillonner VER m s 1.16 5.88 0.02 0.00 par:pas; -tourbillons tourbillon NOM m p 2.88 17.77 0.54 6.76 -tourbière tourbier NOM f s 0.06 0.95 0.06 0.20 -tourbières tourbière NOM f p 0.04 0.00 0.04 0.00 -tourde tourd NOM f s 0.10 0.00 0.10 0.00 -tourelle tourelle NOM f s 1.71 3.92 1.53 1.69 -tourelles tourelle NOM f p 1.71 3.92 0.18 2.23 -touret touret NOM m s 0.00 0.07 0.00 0.07 -tourillon tourillon NOM m s 0.00 0.07 0.00 0.07 -tourisme tourisme NOM m s 2.98 4.66 2.98 4.66 -touriste touriste NOM s 14.36 24.19 4.05 6.28 -touristes touriste NOM p 14.36 24.19 10.31 17.91 -touristique touristique ADJ s 2.54 3.51 1.95 2.16 -touristiques touristique ADJ p 2.54 3.51 0.59 1.35 -tourière tourier ADJ f s 0.00 0.41 0.00 0.41 -tourlourou tourlourou NOM m s 0.01 0.07 0.01 0.07 -tourlousine tourlousine NOM f s 0.00 0.07 0.00 0.07 -tourmalines tourmaline NOM f p 0.01 0.20 0.01 0.20 -tourment tourment NOM m s 7.30 12.30 2.94 5.41 -tourmenta tourmenter VER 10.50 16.28 0.01 0.41 ind:pas:3s; -tourmentai tourmenter VER 10.50 16.28 0.00 0.07 ind:pas:1s; -tourmentaient tourmenter VER 10.50 16.28 0.03 0.95 ind:imp:3p; -tourmentais tourmenter VER 10.50 16.28 0.01 0.41 ind:imp:1s; -tourmentait tourmenter VER 10.50 16.28 0.36 2.64 ind:imp:3s; -tourmentant tourmenter VER 10.50 16.28 0.03 0.14 par:pre; -tourmentante tourmentant ADJ f s 0.00 0.20 0.00 0.07 -tourmentantes tourmentant ADJ f p 0.00 0.20 0.00 0.07 -tourmente tourmenter VER 10.50 16.28 3.48 2.16 imp:pre:2s;ind:pre:1s;ind:pre:3s; -tourmentent tourmenter VER 10.50 16.28 0.52 0.54 ind:pre:3p; -tourmenter tourmenter VER 10.50 16.28 2.59 3.58 inf; -tourmentera tourmenter VER 10.50 16.28 0.21 0.07 ind:fut:3s; -tourmenterai tourmenter VER 10.50 16.28 0.01 0.07 ind:fut:1s; -tourmenteraient tourmenter VER 10.50 16.28 0.00 0.07 cnd:pre:3p; -tourmenteront tourmenter VER 10.50 16.28 0.02 0.07 ind:fut:3p; -tourmentes tourmente NOM f p 1.48 2.84 0.28 0.54 -tourmenteur tourmenteur NOM m s 0.03 0.47 0.02 0.14 -tourmenteurs tourmenteur NOM m p 0.03 0.47 0.01 0.34 -tourmentez tourmenter VER 10.50 16.28 0.49 0.47 imp:pre:2p;ind:pre:2p; -tourmentiez tourmenter VER 10.50 16.28 0.00 0.07 ind:imp:2p; -tourmentin tourmentin NOM m s 0.03 0.07 0.03 0.00 -tourmentins tourmentin NOM m p 0.03 0.07 0.00 0.07 -tourmentât tourmenter VER 10.50 16.28 0.00 0.27 sub:imp:3s; -tourments tourment NOM m p 7.30 12.30 4.36 6.89 -tourmentèrent tourmenter VER 10.50 16.28 0.00 0.07 ind:pas:3p; -tourmenté tourmenter VER m s 10.50 16.28 1.48 2.64 par:pas; -tourmentée tourmenter VER f s 10.50 16.28 0.78 1.01 par:pas; -tourmentées tourmenté ADJ f p 2.31 5.41 0.19 0.20 -tourmentés tourmenté ADJ m p 2.31 5.41 0.40 0.95 -tourna tourner VER 204.13 377.09 0.43 58.72 ind:pas:3s; -tournage tournage NOM m s 16.59 2.70 15.75 2.36 -tournages tournage NOM m p 16.59 2.70 0.84 0.34 -tournai tourner VER 204.13 377.09 0.14 5.07 ind:pas:1s; -tournaient tourner VER 204.13 377.09 0.98 16.42 ind:imp:3p; -tournaillaient tournailler VER 0.14 0.20 0.00 0.07 ind:imp:3p; -tournailler tournailler VER 0.14 0.20 0.14 0.07 inf; -tournaillé tournailler VER m s 0.14 0.20 0.00 0.07 par:pas; -tournais tourner VER 204.13 377.09 1.23 3.58 ind:imp:1s;ind:imp:2s; -tournait tourner VER 204.13 377.09 5.65 50.41 ind:imp:3s; -tournant tournant NOM m s 3.44 20.34 3.38 18.31 -tournante tournant ADJ f s 1.42 7.09 0.59 1.35 -tournantes tournant ADJ f p 1.42 7.09 0.20 0.68 -tournants tournant NOM m p 3.44 20.34 0.06 2.03 -tournas tourner VER 204.13 377.09 0.00 0.07 ind:pas:2s; -tourne_disque tourne_disque NOM m s 0.74 1.35 0.50 0.95 -tourne_disque tourne_disque NOM m p 0.74 1.35 0.24 0.41 -tourne tourner VER 204.13 377.09 80.72 60.81 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -tourneboulant tournebouler VER 0.40 0.88 0.00 0.07 par:pre; -tourneboule tournebouler VER 0.40 0.88 0.05 0.20 ind:pre:3s; -tourneboulé tournebouler VER m s 0.40 0.88 0.32 0.34 par:pas; -tourneboulée tournebouler VER f s 0.40 0.88 0.03 0.20 par:pas; -tourneboulés tournebouler VER m p 0.40 0.88 0.00 0.07 par:pas; -tournebroche tournebroche NOM m s 0.02 0.07 0.02 0.07 -tournedos tournedos NOM m 0.25 0.20 0.25 0.20 -tournelle tournelle NOM f s 0.00 1.15 0.00 1.15 -tournemain tournemain NOM m s 0.06 0.74 0.06 0.74 -tournements tournement NOM m p 0.00 0.07 0.00 0.07 -tournent tourner VER 204.13 377.09 5.97 11.35 ind:pre:3p;sub:pre:3p; -tourner tourner VER 204.13 377.09 51.03 68.78 inf; -tournera tourner VER 204.13 377.09 1.71 0.68 ind:fut:3s; -tournerai tourner VER 204.13 377.09 0.70 0.34 ind:fut:1s; -tourneraient tourner VER 204.13 377.09 0.06 0.34 cnd:pre:3p; -tournerais tourner VER 204.13 377.09 0.11 0.34 cnd:pre:1s;cnd:pre:2s; -tournerait tourner VER 204.13 377.09 1.08 1.82 cnd:pre:3s; -tourneras tourner VER 204.13 377.09 0.21 0.14 ind:fut:2s; -tournerez tourner VER 204.13 377.09 0.44 0.14 ind:fut:2p; -tourneries tournerie NOM f p 0.00 0.07 0.00 0.07 -tourneriez tourner VER 204.13 377.09 0.03 0.00 cnd:pre:2p; -tournerions tourner VER 204.13 377.09 0.01 0.00 cnd:pre:1p; -tournerons tourner VER 204.13 377.09 0.18 0.07 ind:fut:1p; -tourneront tourner VER 204.13 377.09 0.36 0.20 ind:fut:3p; -tournes tourner VER 204.13 377.09 4.85 0.95 ind:pre:2s; -tournesol tournesol NOM m s 1.43 1.22 0.86 0.61 -tournesols tournesol NOM m p 1.43 1.22 0.57 0.61 -tournette tournette NOM f s 0.01 0.00 0.01 0.00 -tourneur tourneur NOM m s 0.57 1.08 0.35 0.61 -tourneurs tourneur NOM m p 0.57 1.08 0.22 0.41 -tourneuses tourneur NOM f p 0.57 1.08 0.00 0.07 -tournevis tournevis NOM m 3.46 3.24 3.46 3.24 -tournez tourner VER 204.13 377.09 15.82 1.55 imp:pre:2p;ind:pre:2p; -tournicota tournicoter VER 0.03 1.01 0.01 0.00 ind:pas:3s; -tournicotais tournicoter VER 0.03 1.01 0.00 0.07 ind:imp:1s; -tournicotait tournicoter VER 0.03 1.01 0.00 0.20 ind:imp:3s; -tournicotant tournicoter VER 0.03 1.01 0.00 0.07 par:pre; -tournicote tournicoter VER 0.03 1.01 0.01 0.20 imp:pre:2s;ind:pre:3s; -tournicotent tournicoter VER 0.03 1.01 0.00 0.07 ind:pre:3p; -tournicoter tournicoter VER 0.03 1.01 0.01 0.20 inf; -tournicoterais tournicoter VER 0.03 1.01 0.00 0.07 cnd:pre:1s; -tournicoté tournicoter VER m s 0.03 1.01 0.00 0.07 par:pas; -tournicotés tournicoter VER m p 0.03 1.01 0.00 0.07 par:pas; -tournillant tourniller VER 0.00 0.07 0.00 0.07 par:pre; -tournions tourner VER 204.13 377.09 0.06 0.68 ind:imp:1p; -tourniquant tourniquer VER 0.20 0.20 0.00 0.14 par:pre; -tournique tourniquer VER 0.20 0.20 0.00 0.07 ind:pre:3s; -tourniquer tourniquer VER 0.20 0.20 0.20 0.00 inf; -tourniquet tourniquet NOM m s 0.68 2.77 0.65 2.30 -tourniquets tourniquet NOM m p 0.68 2.77 0.03 0.47 -tournis tournis NOM m 0.58 1.62 0.58 1.62 -tournoi tournoi NOM m s 6.86 3.38 5.84 2.16 -tournoie tournoyer VER 1.26 14.80 0.19 1.28 ind:pre:3s; -tournoiement tournoiement NOM m s 0.04 1.49 0.04 1.15 -tournoiements tournoiement NOM m p 0.04 1.49 0.00 0.34 -tournoient tournoyer VER 1.26 14.80 0.19 2.30 ind:pre:3p; -tournoieraient tournoyer VER 1.26 14.80 0.11 0.07 cnd:pre:3p; -tournoieront tournoyer VER 1.26 14.80 0.00 0.07 ind:fut:3p; -tournois tournoi NOM m p 6.86 3.38 1.02 1.22 -tournâmes tourner VER 204.13 377.09 0.00 0.41 ind:pas:1p; -tournons tourner VER 204.13 377.09 1.88 1.82 imp:pre:1p;ind:pre:1p; -tournât tourner VER 204.13 377.09 0.01 0.54 sub:imp:3s; -tournoya tournoyer VER 1.26 14.80 0.00 0.47 ind:pas:3s; -tournoyaient tournoyer VER 1.26 14.80 0.03 2.50 ind:imp:3p; -tournoyais tournoyer VER 1.26 14.80 0.00 0.07 ind:imp:1s; -tournoyait tournoyer VER 1.26 14.80 0.19 1.96 ind:imp:3s; -tournoyant tournoyer VER 1.26 14.80 0.26 2.16 par:pre; -tournoyante tournoyant ADJ f s 0.04 2.36 0.01 0.68 -tournoyantes tournoyant ADJ f p 0.04 2.36 0.01 0.34 -tournoyants tournoyant ADJ m p 0.04 2.36 0.00 0.54 -tournoyer tournoyer VER 1.26 14.80 0.27 3.65 inf; -tournoyèrent tournoyer VER 1.26 14.80 0.00 0.14 ind:pas:3p; -tournoyé tournoyer VER m s 1.26 14.80 0.02 0.14 par:pas; -tournèrent tourner VER 204.13 377.09 0.08 4.59 ind:pas:3p; -tourné tourner VER m s 204.13 377.09 24.84 38.78 par:pas; -tournée tournée NOM f s 20.57 23.85 18.64 18.72 -tournées tournée NOM f p 20.57 23.85 1.93 5.14 -tournure tournure NOM f s 3.00 8.24 2.82 6.42 -tournures tournure NOM f p 3.00 8.24 0.18 1.82 -tournés tourner VER m p 204.13 377.09 1.17 4.46 par:pas; -tours_minute tours_minute NOM p 0.00 0.07 0.00 0.07 -tours tour NOM p 193.82 308.72 18.26 28.45 -tourte tourte NOM f s 1.15 0.74 1.03 0.54 -tourteau tourteau NOM m s 0.01 0.81 0.00 0.27 -tourteaux tourteau NOM m p 0.01 0.81 0.01 0.54 -tourtereau tourtereau NOM m s 2.00 2.50 0.13 0.00 -tourtereaux tourtereau NOM m p 2.00 2.50 1.59 0.61 -tourterelle tourtereau NOM f s 2.00 2.50 0.28 1.01 -tourterelles tourterelle NOM f p 0.39 0.00 0.39 0.00 -tourtes tourte NOM f p 1.15 0.74 0.12 0.20 -tourtière tourtière NOM f s 0.03 0.07 0.02 0.00 -tourtières tourtière NOM f p 0.03 0.07 0.01 0.07 -tous_terrains tous_terrains ADJ m p 0.00 0.07 0.00 0.07 -tous tous PRO:ind m p 376.64 238.72 376.64 238.72 -toussa tousser VER 9.28 23.18 0.00 5.34 ind:pas:3s; -toussai tousser VER 9.28 23.18 0.00 0.07 ind:pas:1s; -toussaient tousser VER 9.28 23.18 0.11 0.34 ind:imp:3p; -toussaint toussaint NOM f s 0.54 0.27 0.54 0.27 -toussais tousser VER 9.28 23.18 0.16 0.07 ind:imp:1s;ind:imp:2s; -toussait tousser VER 9.28 23.18 0.35 3.65 ind:imp:3s; -toussant tousser VER 9.28 23.18 0.08 0.95 par:pre; -tousse tousser VER 9.28 23.18 4.89 4.73 imp:pre:2s;ind:pre:1s;ind:pre:3s; -toussent tousser VER 9.28 23.18 0.33 0.20 ind:pre:3p; -tousser tousser VER 9.28 23.18 1.84 5.81 inf; -toussera tousser VER 9.28 23.18 0.03 0.07 ind:fut:3s; -tousserait tousser VER 9.28 23.18 0.00 0.27 cnd:pre:3s; -tousses tousser VER 9.28 23.18 0.27 0.14 ind:pre:2s; -tousseur tousseur ADJ m s 0.01 0.20 0.00 0.14 -tousseurs tousseur ADJ m p 0.01 0.20 0.01 0.07 -tousseux tousseux ADJ m 0.00 0.07 0.00 0.07 -toussez tousser VER 9.28 23.18 0.51 0.20 imp:pre:2p;ind:pre:2p; -toussions tousser VER 9.28 23.18 0.00 0.07 ind:imp:1p; -toussons tousser VER 9.28 23.18 0.01 0.14 imp:pre:1p;ind:pre:1p; -toussota toussoter VER 0.14 5.14 0.00 2.43 ind:pas:3s; -toussotai toussoter VER 0.14 5.14 0.00 0.07 ind:pas:1s; -toussotaient toussoter VER 0.14 5.14 0.00 0.07 ind:imp:3p; -toussotait toussoter VER 0.14 5.14 0.00 0.54 ind:imp:3s; -toussotant toussoter VER 0.14 5.14 0.00 0.47 par:pre; -toussote toussoter VER 0.14 5.14 0.00 0.95 ind:pre:1s;ind:pre:3s; -toussotement toussotement NOM m s 0.01 0.68 0.01 0.41 -toussotements toussotement NOM m p 0.01 0.68 0.00 0.27 -toussotent toussoter VER 0.14 5.14 0.00 0.07 ind:pre:3p; -toussoter toussoter VER 0.14 5.14 0.01 0.34 inf; -toussoteux toussoteux ADJ m p 0.00 0.07 0.00 0.07 -toussotiez toussoter VER 0.14 5.14 0.00 0.07 ind:imp:2p; -toussoté toussoter VER m s 0.14 5.14 0.14 0.14 par:pas; -toussé tousser VER m s 9.28 23.18 0.70 1.15 par:pas; -tout_fait tout_fait ADJ:ind m s 0.14 0.00 0.11 0.00 -tout_fou tout_fou ADJ m s 0.01 0.00 0.01 0.00 -tout_à_l_égout tout_à_l_égout NOM m 0.00 0.47 0.00 0.47 -tout_paris tout_paris NOM m 0.16 1.01 0.16 1.01 -tout_petit tout_petit NOM m s 0.20 0.74 0.03 0.34 -tout_petit tout_petit NOM m p 0.20 0.74 0.17 0.41 -tout_puissant tout_puissant ADJ m s 7.22 3.65 5.70 2.09 -tout_puissant tout_puissant ADJ m p 7.22 3.65 0.17 0.41 -tout_terrain tout_terrain NOM m s 0.28 0.00 0.28 0.00 -tout_étoile tout_étoile NOM m s 0.01 0.00 0.01 0.00 -tout_venant tout_venant NOM m 0.05 0.74 0.05 0.74 -tout tout PRO:ind m s 1366.45 838.04 1366.45 838.04 -toute_puissance toute_puissance NOM f 0.08 2.03 0.08 2.03 -tout_puissant tout_puissant ADJ f s 7.22 3.65 1.35 1.15 -toute toute ADJ:ind f s 118.32 194.26 118.32 194.26 -toutefois toutefois ADV 5.37 35.47 5.37 35.47 -toute_puissante toute_puissante ADJ f p 0.01 0.14 0.01 0.14 -toutes toutes PRO:ind f p 20.86 24.19 20.86 24.19 -toutim toutim NOM m s 0.31 0.88 0.31 0.88 -toutime toutime NOM m s 0.00 0.74 0.00 0.74 -toutou toutou NOM m s 6.06 1.89 5.65 1.55 -toutous toutou NOM m p 6.06 1.89 0.41 0.34 -touts tout NOM m p 330.70 281.01 0.10 0.00 -toué touer VER m s 0.02 0.14 0.00 0.07 par:pas; -toux toux NOM f 4.94 12.23 4.94 12.23 -toxicité toxicité NOM f s 0.34 0.20 0.34 0.20 -toxico toxico NOM s 1.33 0.88 1.14 0.20 -toxicologie toxicologie NOM f s 0.61 0.00 0.61 0.00 -toxicologique toxicologique ADJ s 0.93 0.00 0.93 0.00 -toxicologue toxicologue NOM s 0.06 0.00 0.04 0.00 -toxicologues toxicologue NOM p 0.06 0.00 0.01 0.00 -toxicomane toxicomane NOM s 1.67 0.54 1.16 0.07 -toxicomanes toxicomane NOM p 1.67 0.54 0.51 0.47 -toxicomanie toxicomanie NOM f s 0.21 0.00 0.21 0.00 -toxicos toxico NOM p 1.33 0.88 0.19 0.68 -toxine toxine NOM f s 2.29 0.07 0.90 0.00 -toxines toxine NOM f p 2.29 0.07 1.39 0.07 -toxique toxique ADJ s 5.20 0.74 3.00 0.34 -toxiques toxique ADJ p 5.20 0.74 2.20 0.41 -toxoplasmose toxoplasmose NOM f s 0.07 0.20 0.07 0.20 -trôler trôler VER 0.01 0.00 0.01 0.00 inf; -trôna trôner VER 0.34 10.20 0.00 0.07 ind:pas:3s; -trônaient trôner VER 0.34 10.20 0.00 0.81 ind:imp:3p; -trônais trôner VER 0.34 10.20 0.00 0.07 ind:imp:1s; -trônait trôner VER 0.34 10.20 0.11 5.34 ind:imp:3s; -trônant trôner VER 0.34 10.20 0.11 1.49 par:pre; -trône trône NOM m s 14.32 12.03 13.99 11.49 -trônent trôner VER 0.34 10.20 0.01 0.34 ind:pre:3p; -trôner trôner VER 0.34 10.20 0.03 0.34 inf; -trônerait trôner VER 0.34 10.20 0.00 0.07 cnd:pre:3s; -trônes trône NOM m p 14.32 12.03 0.33 0.54 -trôné trôner VER m s 0.34 10.20 0.00 0.07 par:pas; -traîna traîner VER 65.49 122.77 0.05 4.05 ind:pas:3s; -traînage traînage NOM m s 0.01 0.00 0.01 0.00 -traînai traîner VER 65.49 122.77 0.01 1.08 ind:pas:1s; -traînaient traîner VER 65.49 122.77 0.45 11.15 ind:imp:3p; -traînaillait traînailler VER 0.03 0.74 0.00 0.07 ind:imp:3s; -traînaillant traînailler VER 0.03 0.74 0.01 0.14 par:pre; -traînaille traînailler VER 0.03 0.74 0.00 0.07 ind:pre:3s; -traînailler traînailler VER 0.03 0.74 0.02 0.27 inf; -traînaillons traînailler VER 0.03 0.74 0.00 0.07 imp:pre:1p; -traînaillé traînailler VER m s 0.03 0.74 0.00 0.14 par:pas; -traînais traîner VER 65.49 122.77 1.94 2.16 ind:imp:1s;ind:imp:2s; -traînait traîner VER 65.49 122.77 3.66 19.59 ind:imp:3s; -traînant traîner VER 65.49 122.77 1.41 13.18 par:pre; -traînante traînant ADJ f s 0.05 5.88 0.00 1.96 -traînantes traînant ADJ f p 0.05 5.88 0.00 0.61 -traînants traînant ADJ m p 0.05 5.88 0.01 0.27 -traînard traînard NOM m s 0.35 1.35 0.16 0.27 -traînarde traînard ADJ f s 0.07 0.88 0.01 0.07 -traînards traînard NOM m p 0.35 1.35 0.19 1.01 -traînassaient traînasser VER 0.49 1.28 0.01 0.07 ind:imp:3p; -traînassais traînasser VER 0.49 1.28 0.02 0.00 ind:imp:1s; -traînassait traînasser VER 0.49 1.28 0.00 0.07 ind:imp:3s; -traînassant traînasser VER 0.49 1.28 0.00 0.07 par:pre; -traînasse traînasser VER 0.49 1.28 0.07 0.34 imp:pre:2s;ind:pre:1s;ind:pre:3s; -traînassent traînasser VER 0.49 1.28 0.00 0.14 ind:pre:3p; -traînasser traînasser VER 0.49 1.28 0.34 0.41 inf; -traînasserai traînasser VER 0.49 1.28 0.01 0.00 ind:fut:1s; -traînasses traînasser VER 0.49 1.28 0.03 0.00 ind:pre:2s; -traînassez traînasser VER 0.49 1.28 0.01 0.00 imp:pre:2p; -traînassons traînasser VER 0.49 1.28 0.00 0.07 ind:pre:1p; -traînassé traînasser VER m s 0.49 1.28 0.00 0.14 par:pas; -traîne_misère traîne_misère NOM m 0.01 0.07 0.01 0.07 -traîne_patins traîne_patins NOM m 0.00 0.47 0.00 0.47 -traîne_savate traîne_savate NOM m s 0.01 0.07 0.01 0.07 -traîne_savates traîne_savates NOM m 0.22 0.54 0.22 0.54 -traîne_semelle traîne_semelle NOM s 0.00 0.07 0.00 0.07 -traîne_semelles traîne_semelles NOM m 0.01 0.07 0.01 0.07 -traîne traîner VER 65.49 122.77 14.63 16.49 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -traîneau traîneau NOM m s 2.27 3.45 2.27 3.45 -traîneaux traineaux NOM m p 0.10 1.08 0.10 1.08 -traînement traînement NOM m s 0.03 0.00 0.03 0.00 -traînent traîner VER 65.49 122.77 3.42 7.03 ind:pre:3p; -traîner traîner VER 65.49 122.77 21.48 28.04 inf;; -traînera traîner VER 65.49 122.77 0.31 0.47 ind:fut:3s; -traînerai traîner VER 65.49 122.77 0.54 0.07 ind:fut:1s; -traîneraient traîner VER 65.49 122.77 0.02 0.07 cnd:pre:3p; -traînerais traîner VER 65.49 122.77 0.25 0.07 cnd:pre:1s;cnd:pre:2s; -traînerait traîner VER 65.49 122.77 0.10 0.34 cnd:pre:3s; -traîneras traîner VER 65.49 122.77 0.09 0.00 ind:fut:2s; -traînerez traîner VER 65.49 122.77 0.19 0.00 ind:fut:2p; -traînerons traîner VER 65.49 122.77 0.17 0.00 ind:fut:1p; -traîneront traîner VER 65.49 122.77 0.04 0.20 ind:fut:3p; -traînes traîner VER 65.49 122.77 4.29 0.68 ind:pre:2s; -traîneur traîneur NOM m s 0.01 0.41 0.00 0.27 -traîneurs traîneur NOM m p 0.01 0.41 0.01 0.07 -traîneuses traîneuse NOM f p 0.01 0.00 0.01 0.00 -traînez traîner VER 65.49 122.77 2.95 0.47 imp:pre:2p;ind:pre:2p; -traînier traînier NOM m s 0.00 0.20 0.00 0.20 -traîniez traîner VER 65.49 122.77 0.12 0.07 ind:imp:2p; -traînions traîner VER 65.49 122.77 0.04 0.41 ind:imp:1p; -traînâmes traîner VER 65.49 122.77 0.00 0.07 ind:pas:1p; -traînons traîner VER 65.49 122.77 0.29 0.47 imp:pre:1p;ind:pre:1p; -traînât traîner VER 65.49 122.77 0.00 0.20 sub:imp:3s; -traînèrent traîner VER 65.49 122.77 0.12 0.88 ind:pas:3p; -traîné traîner VER m s 65.49 122.77 6.80 11.89 par:pas; -traînée traînée NOM f s 7.35 13.24 6.49 6.28 -traînées traînée NOM f p 7.35 13.24 0.86 6.96 -traînés traîner VER m p 65.49 122.77 0.73 1.35 par:pas; -traître traître NOM m s 26.36 13.24 19.18 7.30 -traîtres traître NOM m p 26.36 13.24 7.18 5.95 -traîtresse traîtresse NOM f s 1.54 0.41 1.14 0.34 -traîtresses traîtresse NOM f p 1.54 0.41 0.41 0.07 -traîtreusement traîtreusement ADV 0.01 1.01 0.01 1.01 -traîtrise traîtrise NOM f s 1.27 1.96 1.27 1.82 -traîtrises traîtrise NOM f p 1.27 1.96 0.00 0.14 -trabans traban NOM m p 0.00 0.07 0.00 0.07 -traboules traboule NOM f p 0.14 0.07 0.14 0.07 -trabuco trabuco NOM m s 0.02 0.14 0.02 0.14 -trac trac NOM m s 5.17 8.38 4.91 8.24 -tracas tracas NOM m 1.43 4.46 1.43 4.46 -tracassa tracasser VER 10.37 5.88 0.00 0.07 ind:pas:3s; -tracassaient tracasser VER 10.37 5.88 0.03 0.14 ind:imp:3p; -tracassait tracasser VER 10.37 5.88 0.47 1.42 ind:imp:3s; -tracassant tracasser VER 10.37 5.88 0.00 0.14 par:pre; -tracasse tracasser VER 10.37 5.88 7.15 1.76 imp:pre:2s;ind:pre:1s;ind:pre:3s; -tracassent tracasser VER 10.37 5.88 0.27 0.20 ind:pre:3p; -tracasser tracasser VER 10.37 5.88 0.56 0.68 inf; -tracassera tracasser VER 10.37 5.88 0.02 0.00 ind:fut:3s; -tracasserais tracasser VER 10.37 5.88 0.02 0.00 cnd:pre:1s; -tracasserait tracasser VER 10.37 5.88 0.03 0.07 cnd:pre:3s; -tracasserie tracasserie NOM f s 0.34 0.95 0.01 0.07 -tracasseries tracasserie NOM f p 0.34 0.95 0.33 0.88 -tracasserons tracasser VER 10.37 5.88 0.01 0.00 ind:fut:1p; -tracasses tracasser VER 10.37 5.88 0.47 0.07 ind:pre:2s; -tracassez tracasser VER 10.37 5.88 0.83 0.61 imp:pre:2p;ind:pre:2p; -tracassier tracassier ADJ m s 0.10 0.27 0.10 0.20 -tracassin tracassin NOM m s 0.00 0.27 0.00 0.27 -tracassière tracassier NOM f s 0.00 0.07 0.00 0.07 -tracassières tracassier ADJ f p 0.10 0.27 0.00 0.07 -tracassé tracasser VER m s 10.37 5.88 0.45 0.41 par:pas; -tracassée tracasser VER f s 10.37 5.88 0.06 0.27 par:pas; -tracassées tracasser VER f p 10.37 5.88 0.00 0.07 par:pas; -trace trace NOM f s 60.18 80.27 29.20 39.32 -tracent tracer VER 10.49 42.36 0.30 1.42 ind:pre:3p; -tracer tracer VER 10.49 42.36 2.08 7.23 inf; -tracera tracer VER 10.49 42.36 0.01 0.07 ind:fut:3s; -tracerez tracer VER 10.49 42.36 0.01 0.00 ind:fut:2p; -tracerons tracer VER 10.49 42.36 0.01 0.00 ind:fut:1p; -traces trace NOM f p 60.18 80.27 30.98 40.95 -traceur traceur NOM m s 0.59 0.00 0.52 0.00 -traceurs traceur NOM m p 0.59 0.00 0.08 0.00 -traceuse traceur ADJ f s 0.11 0.20 0.01 0.00 -traceuses traceur ADJ f p 0.11 0.20 0.00 0.20 -tracez tracer VER 10.49 42.36 0.26 0.14 imp:pre:2p;ind:pre:2p; -trachome trachome NOM m s 0.02 0.07 0.02 0.07 -trachéal trachéal ADJ m s 0.09 0.00 0.05 0.00 -trachéale trachéal ADJ f s 0.09 0.00 0.04 0.00 -trachée_artère trachée_artère NOM f s 0.02 0.20 0.02 0.20 -trachée trachée NOM f s 0.97 0.41 0.97 0.34 -trachées trachée NOM f p 0.97 0.41 0.00 0.07 -trachéite trachéite NOM f s 0.00 0.07 0.00 0.07 -trachéotomie trachéotomie NOM f s 0.35 0.14 0.35 0.14 -tracions tracer VER 10.49 42.36 0.00 0.07 ind:imp:1p; -tracs trac NOM m p 5.17 8.38 0.26 0.14 -tract tract NOM m s 3.67 9.39 0.41 2.50 -tractage tractage NOM m s 0.01 0.00 0.01 0.00 -tractait tracter VER 0.27 0.41 0.01 0.07 ind:imp:3s; -tractant tracter VER 0.27 0.41 0.01 0.07 par:pre; -tractation tractation NOM f s 0.12 1.96 0.01 0.27 -tractations tractation NOM f p 0.12 1.96 0.11 1.69 -tracter tracter VER 0.27 0.41 0.23 0.14 inf; -tracteur tracteur NOM m s 3.86 6.82 2.87 5.27 -tracteurs tracteur NOM m p 3.86 6.82 0.99 1.55 -tracèrent tracer VER 10.49 42.36 0.00 0.14 ind:pas:3p; -traction_avant traction_avant NOM f s 0.00 0.07 0.00 0.07 -traction traction NOM f s 1.19 8.31 1.06 7.43 -tractions traction NOM f p 1.19 8.31 0.13 0.88 -tractopelle tractopelle NOM f s 0.24 0.00 0.24 0.00 -tractoriste tractoriste NOM s 0.10 0.20 0.10 0.07 -tractoristes tractoriste NOM p 0.10 0.20 0.00 0.14 -tracts tract NOM m p 3.67 9.39 3.26 6.89 -tracté tracté ADJ m s 0.04 0.20 0.04 0.14 -tractée tracter VER f s 0.27 0.41 0.00 0.07 par:pas; -tractés tracté ADJ m p 0.04 0.20 0.00 0.07 -tractus tractus NOM m 0.12 0.20 0.12 0.20 -tracé tracer VER m s 10.49 42.36 2.22 7.30 par:pas; -tracée tracer VER f s 10.49 42.36 1.13 3.24 par:pas; -tracées tracer VER f p 10.49 42.36 0.28 3.31 par:pas; -tracés tracer VER m p 10.49 42.36 0.40 3.51 par:pas; -trader trader NOM m s 0.33 0.00 0.33 0.00 -tradition tradition NOM f s 20.56 33.92 15.68 23.38 -traditionalisme traditionalisme NOM m s 0.11 0.54 0.11 0.54 -traditionaliste traditionaliste ADJ s 0.07 0.41 0.07 0.41 -traditionalistes traditionaliste NOM p 0.09 0.61 0.04 0.41 -traditionnel traditionnel ADJ m s 6.85 15.20 2.66 5.47 -traditionnelle traditionnel ADJ f s 6.85 15.20 2.72 5.14 -traditionnellement traditionnellement ADV 0.34 3.24 0.34 3.24 -traditionnelles traditionnel ADJ f p 6.85 15.20 0.75 2.43 -traditionnels traditionnel ADJ m p 6.85 15.20 0.71 2.16 -traditions tradition NOM f p 20.56 33.92 4.87 10.54 -traduc traduc NOM f s 0.17 0.00 0.17 0.00 -traducteur traducteur NOM m s 4.41 3.51 2.95 2.09 -traducteurs traducteur NOM m p 4.41 3.51 0.85 0.88 -traduction traduction NOM f s 5.24 11.15 4.70 8.45 -traductions traduction NOM f p 5.24 11.15 0.55 2.70 -traductrice traducteur NOM f s 4.41 3.51 0.60 0.41 -traductrices traductrice NOM f p 0.01 0.00 0.01 0.00 -traduira traduire VER 15.41 34.32 0.25 0.14 ind:fut:3s; -traduirai traduire VER 15.41 34.32 0.09 0.07 ind:fut:1s; -traduiraient traduire VER 15.41 34.32 0.00 0.14 cnd:pre:3p; -traduirais traduire VER 15.41 34.32 0.25 0.00 cnd:pre:1s; -traduirait traduire VER 15.41 34.32 0.01 0.14 cnd:pre:3s; -traduire traduire VER 15.41 34.32 5.27 11.01 inf; -traduirez traduire VER 15.41 34.32 0.23 0.07 ind:fut:2p; -traduis traduire VER 15.41 34.32 2.17 1.22 imp:pre:2s;ind:pre:1s;ind:pre:2s; -traduisît traduire VER 15.41 34.32 0.00 0.07 sub:imp:3s; -traduisaient traduire VER 15.41 34.32 0.01 0.74 ind:imp:3p; -traduisais traduire VER 15.41 34.32 0.16 0.47 ind:imp:1s;ind:imp:2s; -traduisait traduire VER 15.41 34.32 0.15 4.86 ind:imp:3s; -traduisant traduire VER 15.41 34.32 0.14 1.08 par:pre; -traduise traduire VER 15.41 34.32 0.21 0.14 sub:pre:1s;sub:pre:3s; -traduisent traduire VER 15.41 34.32 0.23 0.95 ind:pre:3p; -traduises traduire VER 15.41 34.32 0.03 0.00 sub:pre:2s; -traduisez traduire VER 15.41 34.32 0.99 0.20 imp:pre:2p;ind:pre:2p; -traduisibles traduisible ADJ f p 0.01 0.14 0.01 0.14 -traduisions traduire VER 15.41 34.32 0.01 0.00 ind:imp:1p; -traduisis traduire VER 15.41 34.32 0.00 0.47 ind:pas:1s; -traduisit traduire VER 15.41 34.32 0.01 1.69 ind:pas:3s; -traduisons traduire VER 15.41 34.32 0.00 0.07 imp:pre:1p; -traduit traduire VER m s 15.41 34.32 4.30 8.24 ind:pre:3s;par:pas; -traduite traduire VER f s 15.41 34.32 0.25 0.81 par:pas; -traduites traduire VER f p 15.41 34.32 0.06 0.68 par:pas; -traduits traduire VER m p 15.41 34.32 0.59 1.08 par:pas; -trafalgar trafalgar NOM s 0.00 0.20 0.00 0.20 -trafic trafic NOM m s 14.02 10.27 13.24 8.65 -traficotaient traficoter VER 0.49 0.47 0.00 0.07 ind:imp:3p; -traficotait traficoter VER 0.49 0.47 0.16 0.14 ind:imp:3s; -traficote traficoter VER 0.49 0.47 0.13 0.07 ind:pre:3s; -traficoter traficoter VER 0.49 0.47 0.11 0.14 inf; -traficotes traficoter VER 0.49 0.47 0.06 0.00 ind:pre:2s; -traficoteurs traficoteur NOM m p 0.00 0.07 0.00 0.07 -traficotez traficoter VER 0.49 0.47 0.01 0.00 ind:pre:2p; -traficoté traficoter VER m s 0.49 0.47 0.02 0.07 par:pas; -trafics trafic NOM m p 14.02 10.27 0.78 1.62 -trafiquaient trafiquer VER 7.25 3.78 0.07 0.20 ind:imp:3p; -trafiquais trafiquer VER 7.25 3.78 0.31 0.00 ind:imp:1s;ind:imp:2s; -trafiquait trafiquer VER 7.25 3.78 0.29 0.27 ind:imp:3s; -trafiquant_espion trafiquant_espion NOM m s 0.00 0.07 0.00 0.07 -trafiquant trafiquant NOM m s 5.41 3.38 2.65 1.28 -trafiquante trafiquant NOM f s 5.41 3.38 0.04 0.00 -trafiquants trafiquant NOM m p 5.41 3.38 2.72 2.09 -trafique trafiquer VER 7.25 3.78 1.06 0.41 imp:pre:2s;ind:pre:1s;ind:pre:3s; -trafiquent trafiquer VER 7.25 3.78 0.13 0.34 ind:pre:3p; -trafiquer trafiquer VER 7.25 3.78 1.08 1.01 inf; -trafiquerais trafiquer VER 7.25 3.78 0.01 0.00 cnd:pre:1s; -trafiques trafiquer VER 7.25 3.78 0.34 0.07 ind:pre:2s; -trafiquez trafiquer VER 7.25 3.78 0.31 0.07 imp:pre:2p;ind:pre:2p; -trafiquions trafiquer VER 7.25 3.78 0.00 0.07 ind:imp:1p; -trafiqué trafiquer VER m s 7.25 3.78 1.83 0.54 par:pas; -trafiquée trafiquer VER f s 7.25 3.78 0.46 0.34 par:pas; -trafiquées trafiquer VER f p 7.25 3.78 0.53 0.07 par:pas; -trafiqués trafiquer VER m p 7.25 3.78 0.25 0.07 par:pas; -tragi_comique tragi_comique ADJ f s 0.00 0.47 0.00 0.34 -tragi_comique tragi_comique ADJ m p 0.00 0.47 0.00 0.14 -tragi_comédie tragi_comédie NOM f s 0.00 0.27 0.00 0.14 -tragi_comédie tragi_comédie NOM f p 0.00 0.27 0.00 0.14 -tragicomédies tragicomédie NOM f p 0.01 0.00 0.01 0.00 -tragique tragique ADJ s 12.13 22.50 10.55 17.97 -tragiquement tragiquement ADV 0.58 1.96 0.58 1.96 -tragiques tragique ADJ p 12.13 22.50 1.59 4.53 -tragédie tragédie NOM f s 15.59 14.46 14.23 10.88 -tragédien tragédien NOM m s 0.52 1.15 0.07 0.20 -tragédienne tragédien NOM f s 0.52 1.15 0.25 0.54 -tragédiennes tragédienne NOM f p 0.01 0.00 0.01 0.00 -tragédiens tragédien NOM m p 0.52 1.15 0.20 0.34 -tragédies tragédie NOM f p 15.59 14.46 1.36 3.58 -trahi trahir VER m s 46.83 41.55 16.18 8.11 par:pas; -trahie trahir VER f s 46.83 41.55 2.35 2.97 par:pas; -trahies trahir VER f p 46.83 41.55 0.17 0.14 par:pas; -trahir trahir VER 46.83 41.55 10.16 11.01 inf; -trahira trahir VER 46.83 41.55 1.38 0.34 ind:fut:3s; -trahirai trahir VER 46.83 41.55 0.97 0.07 ind:fut:1s; -trahiraient trahir VER 46.83 41.55 0.07 0.20 cnd:pre:3p; -trahirais trahir VER 46.83 41.55 0.40 0.07 cnd:pre:1s;cnd:pre:2s; -trahirait trahir VER 46.83 41.55 0.77 0.34 cnd:pre:3s; -trahiras trahir VER 46.83 41.55 0.09 0.07 ind:fut:2s; -trahirent trahir VER 46.83 41.55 0.00 0.20 ind:pas:3p; -trahirez trahir VER 46.83 41.55 0.07 0.14 ind:fut:2p; -trahiriez trahir VER 46.83 41.55 0.05 0.00 cnd:pre:2p; -trahirons trahir VER 46.83 41.55 0.01 0.00 ind:fut:1p; -trahiront trahir VER 46.83 41.55 0.10 0.41 ind:fut:3p; -trahis trahir VER m p 46.83 41.55 5.92 2.91 imp:pre:2s;ind:pre:1s;ind:pre:2s;par:pas; -trahison trahison NOM f s 18.61 18.51 16.74 15.27 -trahisons trahison NOM f p 18.61 18.51 1.88 3.24 -trahissaient trahir VER 46.83 41.55 0.26 1.55 ind:imp:3p; -trahissais trahir VER 46.83 41.55 0.06 0.34 ind:imp:1s;ind:imp:2s; -trahissait trahir VER 46.83 41.55 0.16 4.59 ind:imp:3s; -trahissant trahir VER 46.83 41.55 0.50 0.95 par:pre; -trahisse trahir VER 46.83 41.55 0.45 0.74 sub:pre:1s;sub:pre:3s; -trahissent trahir VER 46.83 41.55 1.50 1.62 ind:pre:3p; -trahissez trahir VER 46.83 41.55 1.07 0.27 imp:pre:2p;ind:pre:2p; -trahissiez trahir VER 46.83 41.55 0.28 0.00 ind:imp:2p; -trahissions trahir VER 46.83 41.55 0.01 0.00 ind:imp:1p; -trahissons trahir VER 46.83 41.55 0.01 0.00 imp:pre:1p; -trahit trahir VER 46.83 41.55 3.85 4.53 ind:pre:3s;ind:pas:3s; -traie traire VER 3.69 4.59 0.27 0.00 sub:pre:1s; -train_train train_train NOM m 0.69 1.62 0.69 1.62 -train train NOM m s 255.28 288.65 244.40 271.28 -trainglots trainglot NOM m p 0.00 0.07 0.00 0.07 -training training NOM m s 0.02 0.07 0.02 0.07 -trains train NOM m p 255.28 288.65 10.88 17.36 -traintrain traintrain NOM m 0.00 0.14 0.00 0.14 -traira traire VER 3.69 4.59 0.01 0.00 ind:fut:3s; -trairait traire VER 3.69 4.59 0.01 0.07 cnd:pre:3s; -traire traire VER 3.69 4.59 1.80 1.82 inf; -trais traire VER 3.69 4.59 0.35 0.00 ind:pre:1s;ind:pre:2s; -trait trait NOM m s 15.86 97.30 7.83 37.91 -traita traiter VER 104.05 69.93 0.38 2.43 ind:pas:3s; -traitable traitable ADJ m s 0.05 0.14 0.05 0.07 -traitables traitable ADJ p 0.05 0.14 0.00 0.07 -traitai traiter VER 104.05 69.93 0.00 0.47 ind:pas:1s; -traitaient traiter VER 104.05 69.93 0.67 2.91 ind:imp:3p; -traitais traiter VER 104.05 69.93 0.81 0.47 ind:imp:1s;ind:imp:2s; -traitait traiter VER 104.05 69.93 2.74 10.34 ind:imp:3s; -traitant traiter VER 104.05 69.93 1.30 3.18 par:pre; -traitante traitant ADJ f s 0.34 0.41 0.00 0.07 -traitants traitant ADJ m p 0.34 0.41 0.01 0.07 -traitassent traiter VER 104.05 69.93 0.00 0.07 sub:imp:3p; -traite traiter VER 104.05 69.93 24.08 8.11 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:1s;sub:pre:3s; -traitement traitement NOM m s 29.23 14.66 25.44 11.08 -traitements traitement NOM m p 29.23 14.66 3.79 3.58 -traitent traiter VER 104.05 69.93 3.95 1.15 ind:pre:3p;sub:pre:3p; -traiter traiter VER 104.05 69.93 25.23 20.27 ind:pre:2p;inf; -traitera traiter VER 104.05 69.93 1.15 0.27 ind:fut:3s; -traiterai traiter VER 104.05 69.93 0.51 0.14 ind:fut:1s; -traiteraient traiter VER 104.05 69.93 0.09 0.14 cnd:pre:3p; -traiterais traiter VER 104.05 69.93 0.19 0.07 cnd:pre:1s;cnd:pre:2s; -traiterait traiter VER 104.05 69.93 0.39 0.81 cnd:pre:3s; -traiteras traiter VER 104.05 69.93 0.25 0.00 ind:fut:2s; -traiterez traiter VER 104.05 69.93 0.32 0.00 ind:fut:2p; -traiteriez traiter VER 104.05 69.93 0.10 0.00 cnd:pre:2p; -traiterons traiter VER 104.05 69.93 0.20 0.00 ind:fut:1p; -traiteront traiter VER 104.05 69.93 0.49 0.27 ind:fut:3p; -traites traiter VER 104.05 69.93 6.84 0.14 ind:pre:2s;sub:pre:2s; -traiteur traiteur NOM m s 4.07 1.62 3.45 1.35 -traiteurs traiteur NOM m p 4.07 1.62 0.62 0.27 -traitez traiter VER 104.05 69.93 6.09 0.74 imp:pre:2p;ind:pre:2p; -traitiez traiter VER 104.05 69.93 0.40 0.07 ind:imp:2p;sub:pre:2p; -traitions traiter VER 104.05 69.93 0.05 0.54 ind:imp:1p; -traitons traiter VER 104.05 69.93 1.16 0.14 imp:pre:1p;ind:pre:1p; -traitât traiter VER 104.05 69.93 0.00 0.54 sub:imp:3s; -traits trait NOM m p 15.86 97.30 8.03 59.39 -traitèrent traiter VER 104.05 69.93 0.10 0.20 ind:pas:3p; -traité traiter VER m s 104.05 69.93 15.51 7.84 par:pas; -traitée traiter VER f s 104.05 69.93 6.87 3.99 par:pas; -traitées traiter VER f p 104.05 69.93 0.78 0.74 par:pas; -traités traiter VER m p 104.05 69.93 3.41 3.92 par:pas; -trajectographie trajectographie NOM f s 0.02 0.00 0.02 0.00 -trajectoire trajectoire NOM f s 5.90 6.42 5.53 5.54 -trajectoires trajectoire NOM f p 5.90 6.42 0.37 0.88 -trajet trajet NOM m s 7.74 16.69 7.23 14.66 -trajets trajet NOM m p 7.74 16.69 0.51 2.03 -tralala tralala NOM m s 1.10 1.55 1.09 1.28 -tralalas tralala NOM m p 1.10 1.55 0.01 0.27 -tram tram NOM m s 5.73 2.30 5.51 1.69 -tramaient tramer VER 3.06 3.31 0.01 0.54 ind:imp:3p; -tramail tramail NOM m s 0.00 0.27 0.00 0.20 -tramails tramail NOM m p 0.00 0.27 0.00 0.07 -tramait tramer VER 3.06 3.31 0.16 0.88 ind:imp:3s; -tramant tramer VER 3.06 3.31 0.00 0.27 par:pre; -trame tramer VER 3.06 3.31 2.36 1.08 ind:pre:1s;ind:pre:3s; -trament tramer VER 3.06 3.31 0.10 0.00 ind:pre:3p; -tramer tramer VER 3.06 3.31 0.32 0.07 inf; -trames trame NOM f p 0.75 5.41 0.32 0.14 -tramez tramer VER 3.06 3.31 0.03 0.00 imp:pre:2p;ind:pre:2p; -tramontane tramontane NOM f s 0.14 0.34 0.14 0.27 -tramontanes tramontane NOM f p 0.14 0.34 0.00 0.07 -tramp tramp NOM m s 0.04 0.00 0.04 0.00 -trampoline trampoline NOM s 1.17 0.14 1.17 0.14 -trams tram NOM m p 5.73 2.30 0.22 0.61 -tramé tramer VER m s 3.06 3.31 0.06 0.41 par:pas; -tramés tramer VER m p 3.06 3.31 0.00 0.07 par:pas; -tramway tramway NOM m s 0.17 7.64 0.17 5.54 -tramways tramway NOM m p 0.17 7.64 0.00 2.09 -trancha trancher VER 11.97 24.73 0.02 4.39 ind:pas:3s; -tranchage tranchage NOM m s 0.01 0.07 0.01 0.07 -tranchai trancher VER 11.97 24.73 0.01 0.07 ind:pas:1s; -tranchaient trancher VER 11.97 24.73 0.01 0.95 ind:imp:3p; -tranchais trancher VER 11.97 24.73 0.23 0.00 ind:imp:1s; -tranchait trancher VER 11.97 24.73 0.05 2.43 ind:imp:3s; -tranchant tranchant ADJ m s 2.54 5.27 1.49 2.43 -tranchante tranchant ADJ f s 2.54 5.27 0.62 1.96 -tranchantes tranchant ADJ f p 2.54 5.27 0.23 0.41 -tranchants tranchant ADJ m p 2.54 5.27 0.20 0.47 -tranche_montagne tranche_montagne NOM m s 0.28 0.07 0.28 0.07 -tranche tranche NOM f s 6.95 21.82 5.28 11.08 -tranchecaille tranchecaille NOM f s 0.00 0.07 0.00 0.07 -tranchelards tranchelard NOM m p 0.00 0.07 0.00 0.07 -tranchent trancher VER 11.97 24.73 0.18 0.81 ind:pre:3p; -trancher trancher VER 11.97 24.73 3.88 5.07 inf; -tranchera trancher VER 11.97 24.73 0.26 0.14 ind:fut:3s; -trancherai trancher VER 11.97 24.73 0.23 0.20 ind:fut:1s; -trancherais trancher VER 11.97 24.73 0.11 0.00 cnd:pre:1s;cnd:pre:2s; -trancherait trancher VER 11.97 24.73 0.17 0.27 cnd:pre:3s; -trancheras trancher VER 11.97 24.73 0.16 0.00 ind:fut:2s; -trancheront trancher VER 11.97 24.73 0.06 0.00 ind:fut:3p; -tranches tranche NOM f p 6.95 21.82 1.68 10.74 -tranchet tranchet NOM m s 0.00 0.27 0.00 0.20 -tranchets tranchet NOM m p 0.00 0.27 0.00 0.07 -trancheur trancheur NOM m s 0.19 0.00 0.15 0.00 -trancheuse trancheur NOM f s 0.19 0.00 0.04 0.00 -tranchez trancher VER 11.97 24.73 0.24 0.00 imp:pre:2p; -tranchiez trancher VER 11.97 24.73 0.01 0.00 ind:imp:2p; -tranchoir tranchoir NOM m s 0.03 0.34 0.01 0.14 -tranchoirs tranchoir NOM m p 0.03 0.34 0.01 0.20 -tranchons trancher VER 11.97 24.73 0.06 0.14 imp:pre:1p;ind:pre:1p; -tranchât trancher VER 11.97 24.73 0.00 0.14 sub:imp:3s; -tranchèrent trancher VER 11.97 24.73 0.03 0.00 ind:pas:3p; -tranché trancher VER m s 11.97 24.73 2.51 2.91 par:pas; -tranchée_abri tranchée_abri NOM f s 0.00 0.81 0.00 0.74 -tranchée tranchée NOM f s 6.22 33.72 3.70 21.55 -tranchée_abri tranchée_abri NOM f p 0.00 0.81 0.00 0.07 -tranchées tranchée NOM f p 6.22 33.72 2.52 12.16 -tranchés tranché ADJ m p 2.13 3.72 0.05 0.34 -tranquille tranquille ADJ s 119.69 91.96 103.28 77.50 -tranquillement tranquillement ADV 13.26 26.82 13.26 26.82 -tranquilles tranquille ADJ p 119.69 91.96 16.41 14.46 -tranquillisa tranquilliser VER 1.22 2.09 0.00 0.07 ind:pas:3s; -tranquillisai tranquilliser VER 1.22 2.09 0.01 0.07 ind:pas:1s; -tranquillisaient tranquilliser VER 1.22 2.09 0.00 0.07 ind:imp:3p; -tranquillisait tranquilliser VER 1.22 2.09 0.01 0.34 ind:imp:3s; -tranquillisant tranquillisant NOM m s 2.33 1.01 0.86 0.14 -tranquillisante tranquillisant ADJ f s 0.51 0.20 0.17 0.07 -tranquillisantes tranquillisant ADJ f p 0.51 0.20 0.06 0.00 -tranquillisants tranquillisant NOM m p 2.33 1.01 1.46 0.88 -tranquillise tranquilliser VER 1.22 2.09 0.31 0.27 imp:pre:2s;ind:pre:1s;ind:pre:3s; -tranquillisent tranquilliser VER 1.22 2.09 0.01 0.07 ind:pre:3p; -tranquilliser tranquilliser VER 1.22 2.09 0.65 0.20 inf; -tranquillisera tranquilliser VER 1.22 2.09 0.11 0.00 ind:fut:3s; -tranquilliserait tranquilliser VER 1.22 2.09 0.01 0.07 cnd:pre:3s; -tranquillises tranquilliser VER 1.22 2.09 0.01 0.07 ind:pre:2s; -tranquillisez tranquilliser VER 1.22 2.09 0.01 0.14 imp:pre:2p;ind:pre:2p; -tranquillisé tranquilliser VER m s 1.22 2.09 0.03 0.14 par:pas; -tranquillisée tranquilliser VER f s 1.22 2.09 0.03 0.47 par:pas; -tranquillisés tranquilliser VER m p 1.22 2.09 0.00 0.14 par:pas; -tranquillité tranquillité NOM f s 4.68 11.01 4.68 10.81 -tranquillités tranquillité NOM f p 4.68 11.01 0.00 0.20 -tranquillos tranquillos ADV 0.00 0.81 0.00 0.81 -trans trans ADV 0.16 0.00 0.16 0.00 -transaction transaction NOM f s 4.47 1.28 3.26 0.34 -transactionnelle transactionnel ADJ f s 0.00 0.07 0.00 0.07 -transactions transaction NOM f p 4.47 1.28 1.21 0.95 -transafricain transafricain ADJ m s 0.00 0.07 0.00 0.07 -transalpines transalpin ADJ f p 0.00 0.07 0.00 0.07 -transamazonienne transamazonien ADJ f s 0.00 0.14 0.00 0.14 -transaminase transaminase NOM f s 0.03 0.07 0.01 0.00 -transaminases transaminase NOM f p 0.03 0.07 0.01 0.07 -transat transat NOM s 0.31 1.49 0.16 0.88 -transatlantique transatlantique NOM m s 0.19 2.50 0.19 2.09 -transatlantiques transatlantique ADJ p 0.12 1.01 0.05 0.34 -transats transat NOM p 0.31 1.49 0.15 0.61 -transbahutaient transbahuter VER 0.04 1.42 0.00 0.07 ind:imp:3p; -transbahutant transbahuter VER 0.04 1.42 0.01 0.34 par:pre; -transbahute transbahuter VER 0.04 1.42 0.00 0.14 ind:pre:3s; -transbahutent transbahuter VER 0.04 1.42 0.00 0.07 ind:pre:3p; -transbahuter transbahuter VER 0.04 1.42 0.03 0.27 inf; -transbahutez transbahuter VER 0.04 1.42 0.00 0.07 ind:pre:2p; -transbahuté transbahuter VER m s 0.04 1.42 0.00 0.34 par:pas; -transbahutée transbahuter VER f s 0.04 1.42 0.00 0.07 par:pas; -transbahutés transbahuter VER m p 0.04 1.42 0.00 0.07 par:pas; -transbordement transbordement NOM m s 0.06 0.61 0.06 0.41 -transbordements transbordement NOM m p 0.06 0.61 0.00 0.20 -transborder transborder VER 0.02 0.14 0.01 0.07 inf; -transbordeur transbordeur NOM m s 0.04 0.20 0.04 0.20 -transbordé transborder VER m s 0.02 0.14 0.01 0.07 par:pas; -transcanadienne transcanadienne ADJ f s 0.03 0.00 0.03 0.00 -transcaspien transcaspien ADJ m s 0.00 0.07 0.00 0.07 -transcendance transcendance NOM f s 0.04 0.61 0.04 0.61 -transcendant transcendant ADJ m s 0.33 0.68 0.13 0.41 -transcendantal transcendantal ADJ m s 0.08 0.95 0.00 0.54 -transcendantale transcendantal ADJ f s 0.08 0.95 0.08 0.34 -transcendantales transcendantal ADJ f p 0.08 0.95 0.00 0.07 -transcendantalistes transcendantaliste NOM p 0.01 0.07 0.01 0.07 -transcendante transcendant ADJ f s 0.33 0.68 0.15 0.27 -transcendantes transcendant ADJ f p 0.33 0.68 0.03 0.00 -transcendants transcendant ADJ m p 0.33 0.68 0.02 0.00 -transcende transcender VER 2.83 0.61 0.46 0.14 imp:pre:2s;ind:pre:3s; -transcendent transcender VER 2.83 0.61 1.84 0.00 ind:pre:3p; -transcender transcender VER 2.83 0.61 0.29 0.20 inf; -transcendons transcender VER 2.83 0.61 0.01 0.00 imp:pre:1p; -transcendé transcender VER m s 2.83 0.61 0.18 0.14 par:pas; -transcendée transcender VER f s 2.83 0.61 0.01 0.07 par:pas; -transcontinental transcontinental ADJ m s 0.13 0.07 0.09 0.07 -transcontinentale transcontinental ADJ f s 0.13 0.07 0.05 0.00 -transcriptase transcriptase NOM f s 0.12 0.00 0.12 0.00 -transcripteur transcripteur NOM m s 0.01 0.00 0.01 0.00 -transcription transcription NOM f s 1.24 1.15 0.84 1.08 -transcriptions transcription NOM f p 1.24 1.15 0.40 0.07 -transcrire transcrire VER 0.71 3.51 0.35 0.88 inf; -transcris transcrire VER 0.71 3.51 0.01 0.41 imp:pre:2s;ind:pre:1s; -transcrit transcrire VER m s 0.71 3.51 0.24 0.61 ind:pre:3s;par:pas; -transcrite transcrire VER f s 0.71 3.51 0.02 0.20 par:pas; -transcrites transcrire VER f p 0.71 3.51 0.01 0.14 par:pas; -transcrits transcrire VER m p 0.71 3.51 0.01 0.27 par:pas; -transcrivaient transcrire VER 0.71 3.51 0.00 0.07 ind:imp:3p; -transcrivais transcrire VER 0.71 3.51 0.02 0.07 ind:imp:1s; -transcrivait transcrire VER 0.71 3.51 0.00 0.47 ind:imp:3s; -transcrivant transcrire VER 0.71 3.51 0.00 0.20 par:pre; -transcrive transcrire VER 0.71 3.51 0.01 0.07 sub:pre:1s; -transcrivez transcrire VER 0.71 3.51 0.03 0.00 imp:pre:2p;ind:pre:2p; -transcrivis transcrire VER 0.71 3.51 0.00 0.07 ind:pas:1s; -transcrivit transcrire VER 0.71 3.51 0.00 0.07 ind:pas:3s; -transcutané transcutané ADJ m s 0.03 0.00 0.03 0.00 -transdermique transdermique ADJ f s 0.01 0.00 0.01 0.00 -transducteur transducteur NOM m s 0.06 0.00 0.04 0.00 -transducteurs transducteur NOM m p 0.06 0.00 0.02 0.00 -transduction transduction NOM f s 0.03 0.00 0.03 0.00 -transe transe NOM f s 2.49 5.14 2.41 3.51 -transept transept NOM m s 0.01 1.01 0.00 0.88 -transepts transept NOM m p 0.01 1.01 0.01 0.14 -transes transe NOM f p 2.49 5.14 0.08 1.62 -transfert transfert NOM m s 11.07 3.85 10.14 3.31 -transferts transfert NOM m p 11.07 3.85 0.94 0.54 -transfigura transfigurer VER 0.28 5.07 0.00 0.14 ind:pas:3s; -transfiguraient transfigurer VER 0.28 5.07 0.00 0.14 ind:imp:3p; -transfigurait transfigurer VER 0.28 5.07 0.00 1.01 ind:imp:3s; -transfigurant transfigurer VER 0.28 5.07 0.10 0.14 par:pre; -transfiguration transfiguration NOM f s 0.25 0.88 0.25 0.81 -transfigurations transfiguration NOM f p 0.25 0.88 0.00 0.07 -transfiguratrice transfigurateur NOM f s 0.00 0.07 0.00 0.07 -transfigure transfigurer VER 0.28 5.07 0.01 0.47 imp:pre:2s;ind:pre:3s; -transfigurent transfigurer VER 0.28 5.07 0.00 0.27 ind:pre:3p; -transfigurer transfigurer VER 0.28 5.07 0.00 0.47 inf; -transfigurerait transfigurer VER 0.28 5.07 0.00 0.07 cnd:pre:3s; -transfigurez transfigurer VER 0.28 5.07 0.14 0.00 imp:pre:2p; -transfiguré transfigurer VER m s 0.28 5.07 0.01 1.35 par:pas; -transfigurée transfigurer VER f s 0.28 5.07 0.01 0.61 par:pas; -transfigurées transfigurer VER f p 0.28 5.07 0.00 0.14 par:pas; -transfigurés transfigurer VER m p 0.28 5.07 0.02 0.27 par:pas; -transfilaient transfiler VER 0.00 0.14 0.00 0.07 ind:imp:3p; -transfilée transfiler VER f s 0.00 0.14 0.00 0.07 par:pas; -transfo transfo NOM m s 0.34 0.00 0.24 0.00 -transforma transformer VER 42.14 60.68 0.50 3.11 ind:pas:3s; -transformable transformable ADJ s 0.01 0.14 0.01 0.14 -transformai transformer VER 42.14 60.68 0.01 0.34 ind:pas:1s; -transformaient transformer VER 42.14 60.68 0.35 2.77 ind:imp:3p; -transformais transformer VER 42.14 60.68 0.13 0.14 ind:imp:1s;ind:imp:2s; -transformait transformer VER 42.14 60.68 0.67 7.36 ind:imp:3s; -transformant transformer VER 42.14 60.68 0.77 1.89 par:pre; -transformas transformer VER 42.14 60.68 0.00 0.07 ind:pas:2s; -transformateur transformateur NOM m s 0.64 0.47 0.43 0.34 -transformateurs transformateur NOM m p 0.64 0.47 0.22 0.14 -transformation transformation NOM f s 4.48 6.22 3.12 4.39 -transformations transformation NOM f p 4.48 6.22 1.36 1.82 -transformatrice transformateur ADJ f s 0.11 0.14 0.01 0.00 -transforme transformer VER 42.14 60.68 9.38 6.76 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -transforment transformer VER 42.14 60.68 1.76 1.82 ind:pre:3p; -transformer transformer VER 42.14 60.68 11.79 13.99 inf; -transformera transformer VER 42.14 60.68 0.66 0.34 ind:fut:3s; -transformerai transformer VER 42.14 60.68 0.42 0.00 ind:fut:1s; -transformeraient transformer VER 42.14 60.68 0.05 0.14 cnd:pre:3p; -transformerais transformer VER 42.14 60.68 0.02 0.00 cnd:pre:1s;cnd:pre:2s; -transformerait transformer VER 42.14 60.68 0.15 0.54 cnd:pre:3s; -transformeras transformer VER 42.14 60.68 0.05 0.07 ind:fut:2s; -transformeriez transformer VER 42.14 60.68 0.04 0.00 cnd:pre:2p; -transformerons transformer VER 42.14 60.68 0.04 0.00 ind:fut:1p; -transformeront transformer VER 42.14 60.68 0.34 0.14 ind:fut:3p; -transformes transformer VER 42.14 60.68 0.70 0.14 ind:pre:2s; -transformez transformer VER 42.14 60.68 0.99 0.14 imp:pre:2p;ind:pre:2p; -transformiez transformer VER 42.14 60.68 0.04 0.00 ind:imp:2p; -transformiste transformiste NOM s 0.19 0.00 0.19 0.00 -transformons transformer VER 42.14 60.68 0.23 0.07 imp:pre:1p;ind:pre:1p; -transformât transformer VER 42.14 60.68 0.00 0.34 sub:imp:3s; -transformèrent transformer VER 42.14 60.68 0.03 0.27 ind:pas:3p; -transformé transformer VER m s 42.14 60.68 8.41 10.20 par:pas; -transformée transformer VER f s 42.14 60.68 2.50 6.69 par:pas; -transformées transformer VER f p 42.14 60.68 0.36 1.49 par:pas; -transformés transformer VER m p 42.14 60.68 1.74 1.89 par:pas; -transfos transfo NOM m p 0.34 0.00 0.10 0.00 -transfère transférer VER 18.40 5.20 2.07 0.27 imp:pre:2s;ind:pre:1s;ind:pre:3s; -transfèrement transfèrement NOM m s 0.00 0.27 0.00 0.14 -transfèrements transfèrement NOM m p 0.00 0.27 0.00 0.14 -transfèrent transférer VER 18.40 5.20 0.34 0.00 ind:pre:3p; -transfuge transfuge NOM m s 0.60 1.15 0.41 0.47 -transfuges transfuge NOM m p 0.60 1.15 0.20 0.68 -transféra transférer VER 18.40 5.20 0.02 0.00 ind:pas:3s; -transférable transférable ADJ s 0.02 0.00 0.02 0.00 -transféraient transférer VER 18.40 5.20 0.01 0.07 ind:imp:3p; -transférais transférer VER 18.40 5.20 0.01 0.07 ind:imp:1s;ind:imp:2s; -transférait transférer VER 18.40 5.20 0.09 0.27 ind:imp:3s; -transférant transférer VER 18.40 5.20 0.09 0.07 par:pre; -transférer transférer VER 18.40 5.20 4.67 0.88 inf; -transférera transférer VER 18.40 5.20 0.05 0.00 ind:fut:3s; -transférerai transférer VER 18.40 5.20 0.30 0.00 ind:fut:1s; -transférerait transférer VER 18.40 5.20 0.02 0.00 cnd:pre:3s; -transféreras transférer VER 18.40 5.20 0.01 0.00 ind:fut:2s; -transférerez transférer VER 18.40 5.20 0.01 0.00 ind:fut:2p; -transférerons transférer VER 18.40 5.20 0.11 0.00 ind:fut:1p; -transféreront transférer VER 18.40 5.20 0.05 0.00 ind:fut:3p; -transférez transférer VER 18.40 5.20 0.80 0.00 imp:pre:2p;ind:pre:2p; -transfériez transférer VER 18.40 5.20 0.03 0.00 ind:imp:2p; -transférâmes transférer VER 18.40 5.20 0.00 0.07 ind:pas:1p; -transférons transférer VER 18.40 5.20 0.20 0.00 imp:pre:1p;ind:pre:1p; -transférèrent transférer VER 18.40 5.20 0.01 0.07 ind:pas:3p; -transféré transférer VER m s 18.40 5.20 6.51 2.09 par:pas; -transférée transférer VER f s 18.40 5.20 1.69 0.88 par:pas; -transférées transférer VER f p 18.40 5.20 0.28 0.07 par:pas; -transférés transférer VER m p 18.40 5.20 1.03 0.41 par:pas; -transfusait transfuser VER 0.33 0.54 0.01 0.14 ind:imp:3s; -transfuse transfuser VER 0.33 0.54 0.06 0.00 imp:pre:2s;ind:pre:3s; -transfuser transfuser VER 0.33 0.54 0.23 0.34 inf; -transfuseur transfuseur NOM m s 0.01 0.00 0.01 0.00 -transfusion transfusion NOM f s 2.37 1.82 2.02 1.42 -transfusions transfusion NOM f p 2.37 1.82 0.35 0.41 -transfusé transfuser VER m s 0.33 0.54 0.03 0.00 par:pas; -transfusée transfusé NOM f s 0.01 0.00 0.01 0.00 -transfusés transfuser VER m p 0.33 0.54 0.00 0.07 par:pas; -transgressait transgresser VER 1.58 1.28 0.00 0.14 ind:imp:3s; -transgresse transgresser VER 1.58 1.28 0.12 0.07 imp:pre:2s;ind:pre:1s;ind:pre:3s; -transgressent transgresser VER 1.58 1.28 0.04 0.00 ind:pre:3p; -transgresser transgresser VER 1.58 1.28 0.87 0.61 inf; -transgresseur transgresseur NOM m s 0.04 0.00 0.04 0.00 -transgressez transgresser VER 1.58 1.28 0.14 0.00 ind:pre:2p; -transgression transgression NOM f s 0.95 1.28 0.56 1.08 -transgressions transgression NOM f p 0.95 1.28 0.39 0.20 -transgressons transgresser VER 1.58 1.28 0.01 0.07 imp:pre:1p;ind:pre:1p; -transgressé transgresser VER m s 1.58 1.28 0.28 0.27 par:pas; -transgressée transgresser VER f s 1.58 1.28 0.04 0.07 par:pas; -transgressées transgresser VER f p 1.58 1.28 0.07 0.07 par:pas; -transgénique transgénique ADJ s 0.37 0.00 0.20 0.00 -transgéniques transgénique ADJ p 0.37 0.00 0.17 0.00 -transhistorique transhistorique ADJ s 0.00 0.07 0.00 0.07 -transhumait transhumer VER 0.01 0.07 0.00 0.07 ind:imp:3s; -transhumance transhumance NOM f s 0.01 0.14 0.01 0.07 -transhumances transhumance NOM f p 0.01 0.14 0.00 0.07 -transhumant transhumant ADJ m s 0.00 0.20 0.00 0.07 -transhumantes transhumant ADJ f p 0.00 0.20 0.00 0.07 -transhumants transhumant ADJ m p 0.00 0.20 0.00 0.07 -transhumés transhumer VER m p 0.01 0.07 0.01 0.00 par:pas; -transi transi ADJ m s 0.53 3.85 0.40 2.43 -transie transi ADJ f s 0.53 3.85 0.10 0.27 -transies transir VER f p 0.17 2.43 0.02 0.27 par:pas; -transige transiger VER 0.64 1.42 0.08 0.00 imp:pre:2s;ind:pre:1s;ind:pre:3s; -transigeait transiger VER 0.64 1.42 0.00 0.20 ind:imp:3s; -transigeant transiger VER 0.64 1.42 0.00 0.07 par:pre; -transigent transiger VER 0.64 1.42 0.00 0.07 ind:pre:3p; -transigeons transiger VER 0.64 1.42 0.02 0.00 imp:pre:1p; -transiger transiger VER 0.64 1.42 0.46 0.74 inf; -transigera transiger VER 0.64 1.42 0.01 0.07 ind:fut:3s; -transigerai transiger VER 0.64 1.42 0.00 0.07 ind:fut:1s; -transigé transiger VER m s 0.64 1.42 0.07 0.20 par:pas; -transillumination transillumination NOM f s 0.01 0.00 0.01 0.00 -transir transir VER 0.17 2.43 0.00 0.14 inf; -transis transi ADJ m p 0.53 3.85 0.02 1.01 -transistor transistor NOM m s 1.00 5.07 0.62 3.99 -transistorisées transistorisé ADJ f p 0.01 0.07 0.00 0.07 -transistorisés transistorisé ADJ m p 0.01 0.07 0.01 0.00 -transistors transistor NOM m p 1.00 5.07 0.38 1.08 -transit transit NOM m s 1.64 2.64 1.62 2.50 -transitaient transiter VER 0.44 1.35 0.00 0.14 ind:imp:3p; -transitaire transitaire ADJ f s 0.04 0.07 0.04 0.00 -transitaires transitaire ADJ p 0.04 0.07 0.00 0.07 -transitaires transitaire NOM p 0.00 0.07 0.00 0.07 -transitais transiter VER 0.44 1.35 0.00 0.07 ind:imp:1s; -transitait transiter VER 0.44 1.35 0.00 0.20 ind:imp:3s; -transitant transiter VER 0.44 1.35 0.00 0.14 par:pre; -transite transiter VER 0.44 1.35 0.08 0.07 imp:pre:2s;ind:pre:3s; -transitent transiter VER 0.44 1.35 0.04 0.00 ind:pre:3p; -transiter transiter VER 0.44 1.35 0.22 0.41 inf; -transitif transitif ADJ m s 0.04 0.14 0.01 0.14 -transitifs transitif ADJ m p 0.04 0.14 0.02 0.00 -transition transition NOM f s 3.68 8.78 3.45 7.57 -transitionnel transitionnel ADJ m s 0.04 0.00 0.03 0.00 -transitionnelle transitionnel ADJ f s 0.04 0.00 0.01 0.00 -transitions transition NOM f p 3.68 8.78 0.23 1.22 -transitoire transitoire ADJ s 0.41 1.42 0.39 1.01 -transitoirement transitoirement ADV 0.01 0.00 0.01 0.00 -transitoires transitoire ADJ f p 0.41 1.42 0.02 0.41 -transits transit NOM m p 1.64 2.64 0.03 0.14 -transité transiter VER m s 0.44 1.35 0.10 0.34 par:pas; -translater translater VER 0.01 0.07 0.01 0.00 inf; -translates translater VER 0.01 0.07 0.00 0.07 ind:pre:2s; -translation translation NOM f s 0.60 0.47 0.60 0.41 -translations translation NOM f p 0.60 0.47 0.00 0.07 -translocation translocation NOM f s 0.01 0.00 0.01 0.00 -translucide translucide ADJ s 0.84 5.88 0.81 4.26 -translucides translucide ADJ p 0.84 5.88 0.03 1.62 -translucidité translucidité NOM f s 0.00 0.14 0.00 0.14 -transmet transmettre VER 25.09 24.39 3.00 2.09 ind:pre:3s; -transmets transmettre VER 25.09 24.39 1.75 0.07 imp:pre:2s;ind:pre:1s;ind:pre:2s; -transmettaient transmettre VER 25.09 24.39 0.03 0.95 ind:imp:3p; -transmettais transmettre VER 25.09 24.39 0.03 0.14 ind:imp:1s; -transmettait transmettre VER 25.09 24.39 0.05 1.89 ind:imp:3s; -transmettant transmettre VER 25.09 24.39 0.32 0.54 par:pre; -transmette transmettre VER 25.09 24.39 0.31 0.27 sub:pre:1s;sub:pre:3s; -transmettent transmettre VER 25.09 24.39 0.75 0.88 ind:pre:3p; -transmetteur transmetteur NOM m s 1.83 0.00 1.62 0.00 -transmetteurs transmetteur NOM m p 1.83 0.00 0.21 0.00 -transmettez transmettre VER 25.09 24.39 1.61 0.20 imp:pre:2p;ind:pre:2p; -transmettions transmettre VER 25.09 24.39 0.00 0.07 ind:imp:1p; -transmettons transmettre VER 25.09 24.39 0.43 0.00 imp:pre:1p;ind:pre:1p; -transmettra transmettre VER 25.09 24.39 0.74 0.07 ind:fut:3s; -transmettrai transmettre VER 25.09 24.39 1.53 0.20 ind:fut:1s; -transmettrait transmettre VER 25.09 24.39 0.04 0.14 cnd:pre:3s; -transmettras transmettre VER 25.09 24.39 0.07 0.07 ind:fut:2s; -transmettre transmettre VER 25.09 24.39 7.79 7.70 inf; -transmettrez transmettre VER 25.09 24.39 0.12 0.07 ind:fut:2p; -transmettrons transmettre VER 25.09 24.39 0.21 0.00 ind:fut:1p; -transmettront transmettre VER 25.09 24.39 0.08 0.07 ind:fut:3p; -transmigrait transmigrer VER 0.00 0.14 0.00 0.07 ind:imp:3s; -transmigration transmigration NOM f s 0.05 0.14 0.05 0.14 -transmigrent transmigrer VER 0.00 0.14 0.00 0.07 ind:pre:3p; -transmirent transmettre VER 25.09 24.39 0.00 0.14 ind:pas:3p; -transmis transmettre VER m 25.09 24.39 5.25 5.27 par:pas; -transmise transmettre VER f s 25.09 24.39 0.61 1.49 par:pas; -transmises transmettre VER f p 25.09 24.39 0.34 1.22 par:pas; -transmissible transmissible ADJ s 0.39 0.41 0.19 0.34 -transmissibles transmissible ADJ f p 0.39 0.41 0.20 0.07 -transmission transmission NOM f s 9.63 6.55 7.63 3.24 -transmissions transmission NOM f p 9.63 6.55 1.99 3.31 -transmit transmettre VER 25.09 24.39 0.04 0.88 ind:pas:3s; -transmuait transmuer VER 0.11 0.54 0.00 0.07 ind:imp:3s; -transmuer transmuer VER 0.11 0.54 0.11 0.00 inf; -transmutait transmuter VER 0.16 0.41 0.01 0.14 ind:imp:3s; -transmutant transmuter VER 0.16 0.41 0.01 0.00 par:pre; -transmutation transmutation NOM f s 0.15 1.35 0.10 1.22 -transmutations transmutation NOM f p 0.15 1.35 0.05 0.14 -transmute transmuter VER 0.16 0.41 0.01 0.14 ind:pre:1s;ind:pre:3s; -transmutent transmuter VER 0.16 0.41 0.00 0.07 ind:pre:3p; -transmuter transmuter VER 0.16 0.41 0.01 0.00 inf; -transmuté transmuter VER m s 0.16 0.41 0.11 0.07 par:pas; -transmué transmuer VER m s 0.11 0.54 0.00 0.07 par:pas; -transmuée transmuer VER f s 0.11 0.54 0.00 0.20 par:pas; -transmuées transmuer VER f p 0.11 0.54 0.00 0.07 par:pas; -transmués transmuer VER m p 0.11 0.54 0.00 0.14 par:pas; -transnational transnational ADJ m s 0.02 0.00 0.01 0.00 -transnationaux transnational ADJ m p 0.02 0.00 0.01 0.00 -transocéanique transocéanique ADJ s 0.01 0.07 0.01 0.00 -transocéaniques transocéanique ADJ m p 0.01 0.07 0.00 0.07 -transparaît transparaître VER 0.44 3.72 0.13 0.68 ind:pre:3s; -transparaître transparaître VER 0.44 3.72 0.19 1.15 inf; -transparaissaient transparaître VER 0.44 3.72 0.00 0.07 ind:imp:3p; -transparaissait transparaître VER 0.44 3.72 0.01 1.42 ind:imp:3s; -transparaisse transparaître VER 0.44 3.72 0.11 0.07 sub:pre:3s; -transparaissent transparaître VER 0.44 3.72 0.00 0.34 ind:pre:3p; -transparence transparence NOM f s 1.64 11.35 1.59 10.68 -transparences transparence NOM f p 1.64 11.35 0.05 0.68 -transparent transparent ADJ m s 5.48 30.81 2.66 11.89 -transparente transparent ADJ f s 5.48 30.81 1.69 12.23 -transparentes transparent ADJ f p 5.48 30.81 0.69 3.92 -transparents transparent ADJ m p 5.48 30.81 0.45 2.77 -transperce transpercer VER 4.42 8.11 0.82 1.42 imp:pre:2s;ind:pre:1s;ind:pre:3s; -transpercent transpercer VER 4.42 8.11 0.05 0.41 ind:pre:3p; -transpercer transpercer VER 4.42 8.11 0.73 0.95 inf; -transpercerai transpercer VER 4.42 8.11 0.13 0.00 ind:fut:1s; -transpercerait transpercer VER 4.42 8.11 0.03 0.07 cnd:pre:3s; -transpercez transpercer VER 4.42 8.11 0.15 0.00 imp:pre:2p;ind:pre:2p; -transpercèrent transpercer VER 4.42 8.11 0.00 0.07 ind:pas:3p; -transpercé transpercer VER m s 4.42 8.11 1.63 2.09 par:pas; -transpercée transpercer VER f s 4.42 8.11 0.32 1.08 par:pas; -transpercées transpercer VER f p 4.42 8.11 0.01 0.14 par:pas; -transpercés transpercer VER m p 4.42 8.11 0.06 0.27 par:pas; -transperça transpercer VER 4.42 8.11 0.35 0.54 ind:pas:3s; -transperçaient transpercer VER 4.42 8.11 0.01 0.41 ind:imp:3p; -transperçait transpercer VER 4.42 8.11 0.02 0.61 ind:imp:3s; -transperçant transpercer VER 4.42 8.11 0.10 0.07 par:pre; -transpira transpirer VER 7.75 10.74 0.00 0.27 ind:pas:3s; -transpiraient transpirer VER 7.75 10.74 0.12 0.47 ind:imp:3p; -transpirais transpirer VER 7.75 10.74 0.10 0.34 ind:imp:1s;ind:imp:2s; -transpirait transpirer VER 7.75 10.74 0.10 3.51 ind:imp:3s; -transpirant transpirer VER 7.75 10.74 0.10 1.01 par:pre; -transpirante transpirant ADJ f s 0.07 0.61 0.00 0.07 -transpirants transpirant ADJ m p 0.07 0.61 0.02 0.07 -transpiration transpiration NOM f s 0.75 3.24 0.75 3.24 -transpire transpirer VER 7.75 10.74 2.52 2.43 imp:pre:2s;ind:pre:1s;ind:pre:3s; -transpirent transpirer VER 7.75 10.74 0.25 0.27 ind:pre:3p; -transpirer transpirer VER 7.75 10.74 1.94 1.96 inf; -transpirera transpirer VER 7.75 10.74 0.18 0.00 ind:fut:3s; -transpirerait transpirer VER 7.75 10.74 0.00 0.07 cnd:pre:3s; -transpires transpirer VER 7.75 10.74 0.84 0.14 ind:pre:2s; -transpirez transpirer VER 7.75 10.74 0.80 0.07 imp:pre:2p;ind:pre:2p; -transpiré transpirer VER m s 7.75 10.74 0.79 0.20 par:pas; -transplantable transplantable ADJ m s 0.00 0.07 0.00 0.07 -transplantait transplanter VER 0.20 1.08 0.01 0.07 ind:imp:3s; -transplantation transplantation NOM f s 2.85 0.20 2.04 0.14 -transplantations transplantation NOM f p 2.85 0.20 0.81 0.07 -transplante transplanter VER 0.20 1.08 0.03 0.07 ind:pre:3s; -transplanter transplanter VER 0.20 1.08 0.05 0.34 inf; -transplantons transplanter VER 0.20 1.08 0.01 0.00 ind:pre:1p; -transplants transplant NOM m p 0.02 0.00 0.02 0.00 -transplanté transplanter VER m s 0.20 1.08 0.04 0.27 par:pas; -transplantée transplanter VER f s 0.20 1.08 0.03 0.27 par:pas; -transplantées transplanté ADJ f p 0.07 0.34 0.00 0.07 -transplantés transplanter VER m p 0.20 1.08 0.04 0.07 par:pas; -transpondeur transpondeur NOM m s 0.97 0.00 0.97 0.00 -transport transport NOM m s 20.34 22.16 13.06 14.12 -transporta transporter VER 22.06 40.88 0.22 1.96 ind:pas:3s; -transportable transportable ADJ s 0.52 0.61 0.41 0.47 -transportables transportable ADJ m p 0.52 0.61 0.11 0.14 -transportai transporter VER 22.06 40.88 0.00 0.20 ind:pas:1s; -transportaient transporter VER 22.06 40.88 0.43 1.76 ind:imp:3p; -transportais transporter VER 22.06 40.88 0.21 0.68 ind:imp:1s;ind:imp:2s; -transportait transporter VER 22.06 40.88 1.28 4.86 ind:imp:3s; -transportant transporter VER 22.06 40.88 1.18 1.69 par:pre; -transportation transportation NOM f s 0.07 0.00 0.07 0.00 -transporte transporter VER 22.06 40.88 3.56 3.18 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -transportent transporter VER 22.06 40.88 0.59 1.28 ind:pre:3p;sub:pre:3p; -transporter transporter VER 22.06 40.88 7.31 10.34 inf; -transportera transporter VER 22.06 40.88 0.16 0.34 ind:fut:3s; -transporteraient transporter VER 22.06 40.88 0.00 0.20 cnd:pre:3p; -transporterais transporter VER 22.06 40.88 0.02 0.07 cnd:pre:1s; -transporterait transporter VER 22.06 40.88 0.01 0.20 cnd:pre:3s; -transporterons transporter VER 22.06 40.88 0.00 0.07 ind:fut:1p; -transporteur transporteur NOM m s 2.46 0.74 2.20 0.41 -transporteurs transporteur NOM m p 2.46 0.74 0.26 0.34 -transporteuse transporteur ADJ f s 0.50 0.20 0.01 0.00 -transportez transporter VER 22.06 40.88 1.43 0.54 imp:pre:2p;ind:pre:2p; -transportiez transporter VER 22.06 40.88 0.06 0.07 ind:imp:2p; -transportions transporter VER 22.06 40.88 0.04 0.20 ind:imp:1p; -transportâmes transporter VER 22.06 40.88 0.00 0.14 ind:pas:1p; -transportons transporter VER 22.06 40.88 0.44 0.00 imp:pre:1p;ind:pre:1p; -transportât transporter VER 22.06 40.88 0.00 0.14 sub:imp:3s; -transports transport NOM m p 20.34 22.16 7.28 8.04 -transportèrent transporter VER 22.06 40.88 0.00 0.47 ind:pas:3p; -transporté transporter VER m s 22.06 40.88 3.59 6.62 par:pas; -transportée transporter VER f s 22.06 40.88 0.91 3.24 par:pas; -transportées transporter VER f p 22.06 40.88 0.24 1.15 par:pas; -transportés transporter VER m p 22.06 40.88 0.37 1.49 par:pas; -transposable transposable ADJ m s 0.00 0.14 0.00 0.07 -transposables transposable ADJ m p 0.00 0.14 0.00 0.07 -transposaient transposer VER 0.36 3.31 0.00 0.27 ind:imp:3p; -transposait transposer VER 0.36 3.31 0.00 0.41 ind:imp:3s; -transposant transposer VER 0.36 3.31 0.01 0.20 par:pre; -transpose transposer VER 0.36 3.31 0.00 0.41 imp:pre:2s;ind:pre:3s; -transposent transposer VER 0.36 3.31 0.00 0.07 ind:pre:3p; -transposer transposer VER 0.36 3.31 0.10 0.81 inf; -transposez transposer VER 0.36 3.31 0.02 0.07 imp:pre:2p;ind:pre:2p; -transposition transposition NOM f s 0.41 0.61 0.31 0.34 -transpositions transposition NOM f p 0.41 0.61 0.10 0.27 -transposon transposon NOM m s 0.04 0.00 0.04 0.00 -transposons transposer VER 0.36 3.31 0.02 0.14 imp:pre:1p;ind:pre:1p;; -transposé transposer VER m s 0.36 3.31 0.08 0.41 par:pas; -transposée transposer VER f s 0.36 3.31 0.12 0.27 par:pas; -transposés transposer VER m p 0.36 3.31 0.01 0.27 par:pas; -transsaharienne transsaharien ADJ f s 0.00 0.07 0.00 0.07 -transsaharienne transsaharien NOM f s 0.00 0.07 0.00 0.07 -transsexualisme transsexualisme NOM m s 0.01 0.00 0.01 0.00 -transsexualité transsexualité NOM f s 0.01 0.00 0.01 0.00 -transsexuel transsexuel ADJ m s 0.69 0.14 0.32 0.07 -transsexuelle transsexuel ADJ f s 0.69 0.14 0.12 0.00 -transsexuels transsexuel ADJ m p 0.69 0.14 0.26 0.07 -transsibérien transsibérien NOM m s 0.11 0.07 0.11 0.07 -transsibérienne transsibérien ADJ f s 0.02 0.07 0.02 0.07 -transsubstantiation transsubstantiation NOM f s 0.03 0.34 0.03 0.34 -transsudait transsuder VER 0.00 0.14 0.00 0.07 ind:imp:3s; -transsudant transsuder VER 0.00 0.14 0.00 0.07 par:pre; -transsudat transsudat NOM m s 0.03 0.00 0.03 0.00 -transuranienne transuranien ADJ f s 0.01 0.00 0.01 0.00 -transvasait transvaser VER 0.31 0.61 0.00 0.20 ind:imp:3s; -transvase transvaser VER 0.31 0.61 0.14 0.14 imp:pre:2s;ind:pre:1s;ind:pre:3s; -transvaser transvaser VER 0.31 0.61 0.06 0.14 inf; -transvasons transvaser VER 0.31 0.61 0.10 0.00 ind:pre:1p; -transvasèrent transvaser VER 0.31 0.61 0.00 0.07 ind:pas:3p; -transvasées transvaser VER f p 0.31 0.61 0.00 0.07 par:pas; -transversal transversal ADJ m s 0.28 2.70 0.06 0.20 -transversale transversal ADJ f s 0.28 2.70 0.13 1.62 -transversalement transversalement ADV 0.01 0.07 0.01 0.07 -transversales transversal ADJ f p 0.28 2.70 0.08 0.81 -transversaux transversal ADJ m p 0.28 2.70 0.00 0.07 -transverse transverse ADJ f s 0.08 0.00 0.08 0.00 -transvestisme transvestisme NOM m s 0.02 0.00 0.02 0.00 -transylvain transylvain ADJ m s 0.00 0.07 0.00 0.07 -transylvanienne transylvanien ADJ f s 0.01 0.00 0.01 0.00 -trappe trappe NOM f s 5.18 6.49 4.86 5.41 -trappes trappe NOM f p 5.18 6.49 0.32 1.08 -trappeur trappeur NOM m s 1.65 2.03 1.00 1.35 -trappeurs trappeur NOM m p 1.65 2.03 0.65 0.68 -trappiste trappiste NOM m s 0.12 0.47 0.05 0.27 -trappistes trappiste NOM m p 0.12 0.47 0.07 0.20 -trappon trappon NOM m s 0.00 0.41 0.00 0.41 -trapèze trapèze NOM m s 1.14 3.78 1.10 3.04 -trapèzes trapèze NOM m p 1.14 3.78 0.04 0.74 -trapu trapu ADJ m s 0.42 9.05 0.39 4.86 -trapue trapu ADJ f s 0.42 9.05 0.02 1.76 -trapues trapu ADJ f p 0.42 9.05 0.01 0.81 -trapus trapu ADJ m p 0.42 9.05 0.00 1.62 -trapéziste trapéziste NOM s 1.03 1.01 0.95 0.81 -trapézistes trapéziste NOM p 1.03 1.01 0.08 0.20 -trapézoïdal trapézoïdal ADJ m s 0.02 0.68 0.02 0.14 -trapézoïdale trapézoïdal ADJ f s 0.02 0.68 0.00 0.27 -trapézoïdales trapézoïdal ADJ f p 0.02 0.68 0.00 0.20 -trapézoïdaux trapézoïdal ADJ m p 0.02 0.68 0.00 0.07 -trapézoïde trapézoïde ADJ s 0.08 0.00 0.08 0.00 -traqua traquer VER 13.97 14.39 0.01 0.07 ind:pas:3s; -traquaient traquer VER 13.97 14.39 0.38 0.68 ind:imp:3p; -traquais traquer VER 13.97 14.39 0.19 0.41 ind:imp:1s;ind:imp:2s; -traquait traquer VER 13.97 14.39 0.59 1.22 ind:imp:3s; -traquant traquer VER 13.97 14.39 0.28 0.47 par:pre; -traque traquer VER 13.97 14.39 2.53 1.08 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -traquenard traquenard NOM m s 1.14 1.89 0.98 1.35 -traquenards traquenard NOM m p 1.14 1.89 0.16 0.54 -traquent traquer VER 13.97 14.39 1.22 0.47 ind:pre:3p; -traquer traquer VER 13.97 14.39 3.04 1.96 inf; -traquera traquer VER 13.97 14.39 0.23 0.07 ind:fut:3s; -traquerai traquer VER 13.97 14.39 0.32 0.00 ind:fut:1s; -traquerais traquer VER 13.97 14.39 0.18 0.00 cnd:pre:1s;cnd:pre:2s; -traquerait traquer VER 13.97 14.39 0.04 0.00 cnd:pre:3s; -traquerons traquer VER 13.97 14.39 0.04 0.00 ind:fut:1p; -traqueront traquer VER 13.97 14.39 0.17 0.00 ind:fut:3p; -traques traquer VER 13.97 14.39 0.67 0.00 ind:pre:2s; -traquet traquet NOM m s 0.06 0.34 0.06 0.20 -traquets traquet NOM m p 0.06 0.34 0.00 0.14 -traqueur traqueur NOM m s 0.78 0.68 0.49 0.34 -traqueurs traqueur NOM m p 0.78 0.68 0.29 0.27 -traqueuse traqueur NOM f s 0.78 0.68 0.00 0.07 -traquez traquer VER 13.97 14.39 0.18 0.00 imp:pre:2p;ind:pre:2p; -traquiez traquer VER 13.97 14.39 0.04 0.00 ind:imp:2p; -traquions traquer VER 13.97 14.39 0.04 0.07 ind:imp:1p; -traquons traquer VER 13.97 14.39 0.12 0.00 imp:pre:1p;ind:pre:1p; -traquèrent traquer VER 13.97 14.39 0.02 0.00 ind:pas:3p; -traqué traquer VER m s 13.97 14.39 2.64 4.53 par:pas; -traquée traquer VER f s 13.97 14.39 0.34 1.49 par:pas; -traquées traquer VER f p 13.97 14.39 0.03 0.07 par:pas; -traqués traquer VER m p 13.97 14.39 0.67 1.82 par:pas; -traça tracer VER 10.49 42.36 0.00 2.36 ind:pas:3s; -traçabilité traçabilité NOM f s 0.02 0.00 0.02 0.00 -traçage traçage NOM m s 0.29 0.00 0.29 0.00 -traçai tracer VER 10.49 42.36 0.00 0.14 ind:pas:1s; -traçaient tracer VER 10.49 42.36 0.02 1.82 ind:imp:3p; -traçais tracer VER 10.49 42.36 0.03 0.41 ind:imp:1s; -traçait tracer VER 10.49 42.36 0.14 3.24 ind:imp:3s; -traçant tracer VER 10.49 42.36 0.15 2.30 par:pre; -traçante traçant ADJ f s 0.17 0.41 0.02 0.20 -traçantes traçant ADJ f p 0.17 0.41 0.15 0.20 -traçons tracer VER 10.49 42.36 0.11 0.00 ind:pre:1p; -traçât tracer VER 10.49 42.36 0.00 0.14 sub:imp:3s; -trattoria trattoria NOM f s 0.19 0.41 0.19 0.34 -trattorias trattoria NOM f p 0.19 0.41 0.00 0.07 -trauma trauma NOM m s 4.69 0.47 4.44 0.47 -traumas trauma NOM m p 4.69 0.47 0.25 0.00 -traumatique traumatique ADJ s 0.65 0.07 0.56 0.07 -traumatiques traumatique ADJ p 0.65 0.07 0.09 0.00 -traumatisant traumatisant ADJ m s 1.48 0.14 0.85 0.07 -traumatisante traumatisant ADJ f s 1.48 0.14 0.42 0.00 -traumatisantes traumatisant ADJ f p 1.48 0.14 0.14 0.07 -traumatisants traumatisant ADJ m p 1.48 0.14 0.07 0.00 -traumatise traumatiser VER 2.94 1.55 0.20 0.14 ind:pre:3s; -traumatiser traumatiser VER 2.94 1.55 0.24 0.14 inf; -traumatisme traumatisme NOM m s 6.69 1.08 6.10 0.88 -traumatismes traumatisme NOM m p 6.69 1.08 0.59 0.20 -traumatisé traumatiser VER m s 2.94 1.55 1.20 0.54 par:pas; -traumatisée traumatiser VER f s 2.94 1.55 0.78 0.47 par:pas; -traumatisées traumatiser VER f p 2.94 1.55 0.04 0.00 par:pas; -traumatisés traumatiser VER m p 2.94 1.55 0.43 0.27 par:pas; -traumatologie traumatologie NOM f s 0.09 0.00 0.09 0.00 -traumatologique traumatologique ADJ m s 0.01 0.00 0.01 0.00 -traumatologue traumatologue NOM s 0.02 0.00 0.02 0.00 -travail travail NOM m s 389.83 263.45 367.43 223.99 -travailla travailler VER 479.48 202.70 0.56 2.09 ind:pas:3s; -travaillai travailler VER 479.48 202.70 0.08 0.27 ind:pas:1s; -travaillaient travailler VER 479.48 202.70 3.02 9.12 ind:imp:3p; -travaillais travailler VER 479.48 202.70 13.68 7.03 ind:imp:1s;ind:imp:2s; -travaillait travailler VER 479.48 202.70 24.57 27.84 ind:imp:3s; -travaillant travailler VER 479.48 202.70 5.39 6.42 par:pre; -travaillassent travailler VER 479.48 202.70 0.00 0.14 sub:imp:3p; -travaille travailler VER 479.48 202.70 149.22 35.54 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -travaillent travailler VER 479.48 202.70 18.51 8.18 ind:pre:3p; -travailler travailler VER 479.48 202.70 147.83 67.77 ind:pre:2p;inf; -travaillera travailler VER 479.48 202.70 2.11 0.74 ind:fut:3s; -travaillerai travailler VER 479.48 202.70 4.07 1.01 ind:fut:1s; -travailleraient travailler VER 479.48 202.70 0.05 0.20 cnd:pre:3p; -travaillerais travailler VER 479.48 202.70 1.06 0.41 cnd:pre:1s;cnd:pre:2s; -travaillerait travailler VER 479.48 202.70 0.64 1.28 cnd:pre:3s; -travailleras travailler VER 479.48 202.70 1.78 0.81 ind:fut:2s; -travaillerez travailler VER 479.48 202.70 1.12 0.14 ind:fut:2p; -travailleriez travailler VER 479.48 202.70 0.24 0.07 cnd:pre:2p; -travaillerions travailler VER 479.48 202.70 0.05 0.07 cnd:pre:1p; -travaillerons travailler VER 479.48 202.70 1.47 0.41 ind:fut:1p; -travailleront travailler VER 479.48 202.70 0.66 0.14 ind:fut:3p; -travailles travailler VER 479.48 202.70 20.96 3.18 ind:pre:2s; -travailleur travailleur NOM m s 10.60 12.57 3.34 2.64 -travailleurs travailleur NOM m p 10.60 12.57 7.09 9.46 -travailleuse travailleur ADJ f s 4.19 3.72 0.32 0.81 -travailleuses travailleur ADJ f p 4.19 3.72 0.26 0.14 -travaillez travailler VER 479.48 202.70 22.73 3.58 imp:pre:2p;ind:pre:2p; -travailliez travailler VER 479.48 202.70 2.68 0.27 ind:imp:2p; -travaillions travailler VER 479.48 202.70 0.93 1.08 ind:imp:1p; -travailliste travailliste ADJ m s 0.30 0.41 0.28 0.27 -travaillistes travailliste NOM p 0.06 0.54 0.05 0.41 -travaillâmes travailler VER 479.48 202.70 0.00 0.27 ind:pas:1p; -travaillons travailler VER 479.48 202.70 5.99 1.62 imp:pre:1p;ind:pre:1p; -travaillât travailler VER 479.48 202.70 0.00 0.41 sub:imp:3s; -travaillèrent travailler VER 479.48 202.70 0.07 0.54 ind:pas:3p; -travaillé travailler VER m s 479.48 202.70 49.81 20.00 par:pas;par:pas;par:pas; -travaillée travailler VER f s 479.48 202.70 0.20 0.88 par:pas; -travaillées travaillé ADJ f p 0.79 1.82 0.02 0.34 -travaillés travaillé ADJ m p 0.79 1.82 0.05 0.41 -travaux travail NOM m p 389.83 263.45 22.40 39.46 -trave trave NOM f s 0.02 0.07 0.02 0.07 -traveller_s_chèque traveller_s_chèque NOM m p 0.04 0.00 0.04 0.00 -traveller traveller NOM m s 0.21 0.00 0.12 0.00 -travellers traveller NOM m p 0.21 0.00 0.09 0.00 -travelling travelling NOM m s 0.71 0.81 0.70 0.61 -travellings travelling NOM m p 0.71 0.81 0.01 0.20 -travelo travelo NOM m s 1.20 1.08 0.96 0.88 -travelos travelo NOM m p 1.20 1.08 0.25 0.20 -travers travers NOM m 65.60 247.64 65.60 247.64 -traversa traverser VER 72.26 200.81 0.63 25.00 ind:pas:3s; -traversable traversable ADJ m s 0.01 0.14 0.01 0.07 -traversables traversable ADJ p 0.01 0.14 0.00 0.07 -traversai traverser VER 72.26 200.81 0.13 2.77 ind:pas:1s; -traversaient traverser VER 72.26 200.81 0.34 7.91 ind:imp:3p; -traversais traverser VER 72.26 200.81 0.73 2.43 ind:imp:1s;ind:imp:2s; -traversait traverser VER 72.26 200.81 1.73 19.86 ind:imp:3s; -traversant traverser VER 72.26 200.81 2.39 15.07 par:pre; -traverse traverser VER 72.26 200.81 13.53 25.27 imp:pre:2s;ind:pre:1s;ind:pre:3s; -traversent traverser VER 72.26 200.81 3.32 7.57 ind:pre:3p; -traverser traverser VER 72.26 200.81 22.74 37.57 inf; -traversera traverser VER 72.26 200.81 0.89 0.68 ind:fut:3s; -traverserai traverser VER 72.26 200.81 0.22 0.27 ind:fut:1s; -traverseraient traverser VER 72.26 200.81 0.07 0.34 cnd:pre:3p; -traverserais traverser VER 72.26 200.81 0.11 0.14 cnd:pre:1s;cnd:pre:2s; -traverserait traverser VER 72.26 200.81 0.18 0.61 cnd:pre:3s; -traverseras traverser VER 72.26 200.81 0.11 0.07 ind:fut:2s; -traverserez traverser VER 72.26 200.81 0.26 0.14 ind:fut:2p; -traverserons traverser VER 72.26 200.81 0.41 0.14 ind:fut:1p; -traverseront traverser VER 72.26 200.81 0.28 0.20 ind:fut:3p; -traverses traverser VER 72.26 200.81 1.69 0.27 ind:pre:2s; -traversez traverser VER 72.26 200.81 2.08 0.54 imp:pre:2p;ind:pre:2p; -traversier traversier NOM m s 0.16 0.00 0.16 0.00 -traversiez traverser VER 72.26 200.81 0.16 0.00 ind:imp:2p; -traversin traversin NOM m s 0.44 2.57 0.44 2.30 -traversine traversine NOM f s 0.00 0.07 0.00 0.07 -traversins traversin NOM m p 0.44 2.57 0.00 0.27 -traversions traverser VER 72.26 200.81 0.11 2.36 ind:imp:1p; -traversière traversier ADJ f s 0.01 0.20 0.01 0.07 -traversières traversier ADJ f p 0.01 0.20 0.00 0.07 -traversâmes traverser VER 72.26 200.81 0.14 1.42 ind:pas:1p; -traversons traverser VER 72.26 200.81 1.33 2.84 imp:pre:1p;ind:pre:1p; -traversèrent traverser VER 72.26 200.81 0.22 7.30 ind:pas:3p; -traversé traverser VER m s 72.26 200.81 17.34 29.93 par:pas; -traversée traversée NOM f s 3.82 14.80 3.75 13.58 -traversées traversée NOM f p 3.82 14.80 0.07 1.22 -traversés traverser VER m p 72.26 200.81 0.37 1.76 par:pas; -travertin travertin NOM m s 0.09 0.00 0.09 0.00 -travesti travesti NOM m s 2.75 1.89 1.63 1.15 -travestie travesti ADJ f s 0.26 1.01 0.03 0.27 -travesties travestir VER f p 0.39 2.57 0.00 0.14 par:pas; -travestir travestir VER 0.39 2.57 0.22 0.88 inf; -travestis travesti NOM m p 2.75 1.89 1.12 0.74 -travestisme travestisme NOM m s 0.14 0.00 0.14 0.00 -travestissais travestir VER 0.39 2.57 0.01 0.07 ind:imp:1s; -travestissant travestir VER 0.39 2.57 0.00 0.07 par:pre; -travestissement travestissement NOM m s 0.13 0.88 0.13 0.68 -travestissements travestissement NOM m p 0.13 0.88 0.00 0.20 -travestissez travestir VER 0.39 2.57 0.01 0.07 ind:pre:2p; -travestit travestir VER 0.39 2.57 0.02 0.14 ind:pre:3s; -travois travois NOM m 0.01 0.00 0.01 0.00 -travée travée NOM f s 0.11 3.65 0.11 1.55 -travées travée NOM f p 0.11 3.65 0.00 2.09 -trax trax NOM m 0.01 0.00 0.01 0.00 -trayait traire VER 3.69 4.59 0.00 0.81 ind:imp:3s; -trayant traire VER 3.69 4.59 0.00 0.07 par:pre; -trayeuse trayeur NOM f s 0.08 0.14 0.08 0.07 -trayeuses trayeuse NOM f p 0.15 0.00 0.15 0.00 -trayon trayon NOM m s 0.00 0.27 0.00 0.07 -trayons trayon NOM m p 0.00 0.27 0.00 0.20 -trecento trecento NOM m s 0.20 0.00 0.20 0.00 -treillage treillage NOM m s 0.05 1.22 0.05 1.01 -treillages treillage NOM m p 0.05 1.22 0.00 0.20 -treillard treillard NOM m s 0.02 0.00 0.02 0.00 -treille treille NOM f s 1.66 2.70 1.32 2.03 -treilles treille NOM f p 1.66 2.70 0.34 0.68 -treillis treillis NOM m 0.45 4.12 0.45 4.12 -treillissé treillisser VER m s 0.00 0.14 0.00 0.07 par:pas; -treillissée treillisser VER f s 0.00 0.14 0.00 0.07 par:pas; -treizaine treizaine NOM f s 0.00 0.07 0.00 0.07 -treize treize ADJ:num 7.00 20.95 7.00 20.95 -treizième treizième ADJ 0.31 1.01 0.31 1.01 -trek trek NOM m s 0.03 0.00 0.03 0.00 -trekkeur trekkeur NOM m s 0.01 0.00 0.01 0.00 -trekking trekking NOM m s 0.03 0.00 0.03 0.00 -trembla trembler VER 34.13 94.05 0.30 1.55 ind:pas:3s; -tremblai trembler VER 34.13 94.05 0.02 0.20 ind:pas:1s; -tremblaient trembler VER 34.13 94.05 1.00 12.57 ind:imp:3p; -tremblais trembler VER 34.13 94.05 1.44 2.97 ind:imp:1s;ind:imp:2s; -tremblait trembler VER 34.13 94.05 2.00 22.64 ind:imp:3s; -tremblant trembler VER 34.13 94.05 1.30 7.57 par:pre; -tremblante tremblant ADJ f s 2.91 21.08 1.69 10.47 -tremblantes tremblant ADJ f p 2.91 21.08 0.19 4.53 -tremblants tremblant ADJ m p 2.91 21.08 0.31 2.23 -tremble trembler VER 34.13 94.05 10.60 14.59 imp:pre:2s;ind:pre:1s;ind:pre:3s; -tremblement tremblement NOM m s 8.24 20.41 6.39 15.95 -tremblements tremblement NOM m p 8.24 20.41 1.85 4.46 -tremblent trembler VER 34.13 94.05 2.65 5.68 ind:pre:3p; -trembler trembler VER 34.13 94.05 6.37 21.96 inf; -tremblera trembler VER 34.13 94.05 0.67 0.00 ind:fut:3s; -tremblerai trembler VER 34.13 94.05 0.01 0.07 ind:fut:1s; -trembleraient trembler VER 34.13 94.05 0.01 0.14 cnd:pre:3p; -tremblerais trembler VER 34.13 94.05 0.10 0.07 cnd:pre:1s;cnd:pre:2s; -tremblerait trembler VER 34.13 94.05 0.05 0.00 cnd:pre:3s; -tremblerons trembler VER 34.13 94.05 0.02 0.00 ind:fut:1p; -trembleront trembler VER 34.13 94.05 0.16 0.07 ind:fut:3p; -trembles trembler VER 34.13 94.05 3.66 0.34 ind:pre:2s; -trembleur trembleur NOM m s 0.14 0.00 0.14 0.00 -trembleurs trembleur ADJ m p 0.01 0.07 0.00 0.07 -tremblez trembler VER 34.13 94.05 2.42 0.27 imp:pre:2p;ind:pre:2p; -trembliez trembler VER 34.13 94.05 0.01 0.00 ind:imp:2p; -tremblions trembler VER 34.13 94.05 0.02 0.07 ind:imp:1p; -tremblochant tremblocher VER 0.00 0.07 0.00 0.07 par:pre; -tremblons trembler VER 34.13 94.05 0.05 0.14 imp:pre:1p;ind:pre:1p; -tremblât trembler VER 34.13 94.05 0.00 0.07 sub:imp:3s; -tremblota trembloter VER 0.09 5.61 0.00 0.14 ind:pas:3s; -tremblotaient trembloter VER 0.09 5.61 0.00 0.47 ind:imp:3p; -tremblotait trembloter VER 0.09 5.61 0.01 1.55 ind:imp:3s; -tremblotant tremblotant ADJ m s 0.07 3.11 0.06 0.54 -tremblotante tremblotant ADJ f s 0.07 3.11 0.00 1.35 -tremblotantes tremblotant ADJ f p 0.07 3.11 0.01 0.61 -tremblotants tremblotant ADJ m p 0.07 3.11 0.00 0.61 -tremblote tremblote NOM f s 0.45 0.95 0.45 0.95 -tremblotement tremblotement NOM m s 0.00 0.20 0.00 0.07 -tremblotements tremblotement NOM m p 0.00 0.20 0.00 0.14 -tremblotent trembloter VER 0.09 5.61 0.01 0.41 ind:pre:3p; -trembloter trembloter VER 0.09 5.61 0.02 0.47 inf; -trembloté trembloter VER m s 0.09 5.61 0.00 0.07 par:pas; -tremblèrent trembler VER 34.13 94.05 0.10 0.34 ind:pas:3p; -tremblé trembler VER m s 34.13 94.05 1.03 2.30 par:pas; -tremblée tremblé ADJ f s 0.03 1.49 0.00 0.61 -tremblées tremblé ADJ f p 0.03 1.49 0.01 0.14 -tremblés trembler VER m p 34.13 94.05 0.14 0.00 par:pas; -tremolos tremolo NOM m p 0.00 0.07 0.00 0.07 -trempa tremper VER 15.88 32.16 0.00 1.82 ind:pas:3s; -trempage trempage NOM m s 0.21 0.07 0.21 0.00 -trempages trempage NOM m p 0.21 0.07 0.00 0.07 -trempai tremper VER 15.88 32.16 0.00 0.14 ind:pas:1s; -trempaient tremper VER 15.88 32.16 0.04 1.08 ind:imp:3p; -trempais tremper VER 15.88 32.16 0.06 0.27 ind:imp:1s;ind:imp:2s; -trempait tremper VER 15.88 32.16 0.40 2.09 ind:imp:3s; -trempant tremper VER 15.88 32.16 0.06 1.76 par:pre; -trempe trempe NOM f s 2.26 3.31 2.13 2.70 -trempent tremper VER 15.88 32.16 0.11 0.61 ind:pre:3p; -tremper tremper VER 15.88 32.16 2.98 5.07 inf; -trempera tremper VER 15.88 32.16 0.01 0.00 ind:fut:3s; -tremperaient tremper VER 15.88 32.16 0.00 0.07 cnd:pre:3p; -tremperais tremper VER 15.88 32.16 0.17 0.00 cnd:pre:1s;cnd:pre:2s; -tremperait tremper VER 15.88 32.16 0.01 0.14 cnd:pre:3s; -trempes tremper VER 15.88 32.16 0.45 0.14 ind:pre:2s; -trempette trempette NOM f s 0.95 0.41 0.95 0.41 -trempeur trempeur NOM m s 0.16 0.00 0.16 0.00 -trempez tremper VER 15.88 32.16 0.22 0.00 imp:pre:2p;ind:pre:2p; -trempions tremper VER 15.88 32.16 0.00 0.07 ind:imp:1p; -tremplin tremplin NOM m s 0.36 1.28 0.36 1.28 -trempoline trempoline NOM m s 0.00 0.07 0.00 0.07 -trempons tremper VER 15.88 32.16 0.04 0.07 imp:pre:1p;ind:pre:1p; -trempèrent tremper VER 15.88 32.16 0.01 0.20 ind:pas:3p; -trempé tremper VER m s 15.88 32.16 5.37 8.11 par:pas; -trempée tremper VER f s 15.88 32.16 2.59 3.18 par:pas; -trempées tremper VER f p 15.88 32.16 0.41 1.22 par:pas; -trempés tremper VER m p 15.88 32.16 1.28 3.11 par:pas; -trench_coat trench_coat NOM m s 0.04 1.55 0.04 1.49 -trench_coat trench_coat NOM m p 0.04 1.55 0.00 0.07 -trench trench NOM m s 0.41 0.20 0.41 0.20 -trentaine trentaine NOM f s 3.23 13.45 3.23 13.45 -trente_cinq trente_cinq ADJ:num 1.33 11.55 1.33 11.55 -trente_cinquième trente_cinquième ADJ 0.00 0.14 0.00 0.14 -trente_deux trente_deux ADJ:num 0.82 3.58 0.82 3.58 -trente_et_quarante trente_et_quarante NOM m 0.00 0.07 0.00 0.07 -trente_et_un trente_et_un NOM m 0.39 0.07 0.39 0.07 -trente_et_unième trente_et_unième ADJ 0.00 0.07 0.00 0.07 -trente_huit trente_huit ADJ:num 0.64 2.64 0.64 2.64 -trente_huitième trente_huitième ADJ 0.00 0.20 0.00 0.20 -trente_neuf trente_neuf ADJ:num 0.55 2.16 0.55 2.16 -trente_neuvième trente_neuvième ADJ 0.01 0.14 0.01 0.14 -trente_quatre trente_quatre ADJ:num 0.43 1.08 0.43 1.08 -trente_quatrième trente_quatrième ADJ 0.00 0.07 0.00 0.07 -trente_sept trente_sept ADJ:num 0.71 2.23 0.71 2.23 -trente_septième trente_septième ADJ 0.20 0.14 0.20 0.14 -trente_six trente_six ADJ:num 0.55 6.82 0.55 6.82 -trente_sixième trente_sixième ADJ 0.02 0.61 0.02 0.61 -trente_trois trente_trois ADJ:num 0.78 2.36 0.78 2.36 -trente_troisième trente_troisième ADJ 0.00 0.20 0.00 0.20 -trente trente ADJ:num 18.91 79.12 18.91 79.12 -trentenaire trentenaire ADJ s 0.10 0.14 0.08 0.14 -trentenaires trentenaire ADJ p 0.10 0.14 0.01 0.00 -trentième trentième ADJ 0.69 0.88 0.69 0.88 -tressa tresser VER 1.15 8.85 0.00 0.07 ind:pas:3s; -tressaient tresser VER 1.15 8.85 0.00 0.41 ind:imp:3p; -tressaillaient tressaillir VER 1.30 13.72 0.00 0.20 ind:imp:3p; -tressaillais tressaillir VER 1.30 13.72 0.00 0.07 ind:imp:1s; -tressaillait tressaillir VER 1.30 13.72 0.00 1.55 ind:imp:3s; -tressaillant tressaillir VER 1.30 13.72 0.01 0.88 par:pre; -tressaille tressaillir VER 1.30 13.72 0.19 1.08 imp:pre:2s;ind:pre:1s;ind:pre:3s; -tressaillement tressaillement NOM m s 0.36 3.85 0.13 2.36 -tressaillements tressaillement NOM m p 0.36 3.85 0.23 1.49 -tressaillent tressaillir VER 1.30 13.72 0.02 0.54 ind:pre:3p; -tressaillez tressaillir VER 1.30 13.72 0.11 0.00 ind:pre:2p; -tressailli tressaillir VER m s 1.30 13.72 0.23 1.22 par:pas; -tressaillir tressaillir VER 1.30 13.72 0.38 4.12 inf; -tressaillira tressaillir VER 1.30 13.72 0.00 0.07 ind:fut:3s; -tressaillirait tressaillir VER 1.30 13.72 0.00 0.07 cnd:pre:3s; -tressaillirent tressaillir VER 1.30 13.72 0.10 0.14 ind:pas:3p; -tressaillis tressaillir VER 1.30 13.72 0.02 0.14 ind:pas:1s;ind:pas:2s; -tressaillit tressaillir VER 1.30 13.72 0.25 3.65 ind:pas:3s; -tressait tresser VER 1.15 8.85 0.00 0.47 ind:imp:3s; -tressant tresser VER 1.15 8.85 0.00 0.41 par:pre; -tressauta tressauter VER 0.03 4.53 0.00 0.27 ind:pas:3s; -tressautaient tressauter VER 0.03 4.53 0.00 0.27 ind:imp:3p; -tressautait tressauter VER 0.03 4.53 0.01 0.95 ind:imp:3s; -tressautant tressauter VER 0.03 4.53 0.00 0.41 par:pre; -tressautante tressautant ADJ f s 0.00 0.61 0.00 0.27 -tressaute tressauter VER 0.03 4.53 0.01 0.95 ind:pre:1s;ind:pre:3s; -tressautement tressautement NOM m s 0.00 0.74 0.00 0.27 -tressautements tressautement NOM m p 0.00 0.74 0.00 0.47 -tressautent tressauter VER 0.03 4.53 0.00 0.88 ind:pre:3p; -tressauter tressauter VER 0.03 4.53 0.01 0.68 inf; -tressautera tressauter VER 0.03 4.53 0.00 0.07 ind:fut:3s; -tressautés tressauter VER m p 0.03 4.53 0.00 0.07 par:pas; -tresse tresse NOM f s 1.83 4.73 0.77 1.08 -tressent tresser VER 1.15 8.85 0.10 0.14 ind:pre:3p; -tresser tresser VER 1.15 8.85 0.34 1.69 inf; -tresseraient tresser VER 1.15 8.85 0.00 0.07 cnd:pre:3p; -tresseras tresser VER 1.15 8.85 0.01 0.00 ind:fut:2s; -tresses tresse NOM f p 1.83 4.73 1.06 3.65 -tresseurs tresseur NOM m p 0.00 0.07 0.00 0.07 -tressons tresser VER 1.15 8.85 0.14 0.07 imp:pre:1p;ind:pre:1p; -tressèrent tresser VER 1.15 8.85 0.00 0.07 ind:pas:3p; -tressé tresser VER m s 1.15 8.85 0.13 1.96 par:pas; -tressée tresser VER f s 1.15 8.85 0.17 1.89 par:pas; -tressées tresser VER f p 1.15 8.85 0.00 1.01 par:pas; -tressés tresser VER m p 1.15 8.85 0.20 0.47 par:pas; -treuil treuil NOM m s 1.48 2.16 1.34 1.69 -treuiller treuiller VER 0.14 0.00 0.14 0.00 inf; -treuils treuil NOM m p 1.48 2.16 0.14 0.47 -tri tri NOM m s 1.60 3.04 1.58 2.84 -tria trier VER 3.68 7.84 0.02 0.27 ind:pas:3s; -triade triade NOM f s 1.18 0.14 1.05 0.07 -triades triade NOM f p 1.18 0.14 0.14 0.07 -triage triage NOM m s 1.42 1.55 1.42 1.55 -triaient trier VER 3.68 7.84 0.03 0.14 ind:imp:3p; -triais trier VER 3.68 7.84 0.07 0.41 ind:imp:1s;ind:imp:2s; -triait trier VER 3.68 7.84 0.04 1.28 ind:imp:3s; -trial trial NOM m s 0.04 0.47 0.04 0.47 -triangle triangle NOM m s 3.83 13.24 3.42 10.68 -triangles triangle NOM m p 3.83 13.24 0.41 2.57 -triangulaire triangulaire ADJ s 0.17 6.62 0.16 4.73 -triangulairement triangulairement ADV 0.00 0.07 0.00 0.07 -triangulaires triangulaire ADJ p 0.17 6.62 0.01 1.89 -triangulation triangulation NOM f s 0.20 0.07 0.20 0.07 -trianguler trianguler VER 0.26 0.00 0.23 0.00 inf; -triangulez trianguler VER 0.26 0.00 0.02 0.00 imp:pre:2p; -trianon trianon NOM m s 0.00 0.07 0.00 0.07 -triant trier VER 3.68 7.84 0.12 0.07 par:pre; -trias trias NOM m 0.01 0.00 0.01 0.00 -triasique triasique ADJ f s 0.02 0.00 0.02 0.00 -triathlon triathlon NOM m s 0.18 0.00 0.18 0.00 -triathlète triathlète NOM s 0.03 0.00 0.03 0.00 -tribal tribal ADJ m s 1.00 1.01 0.28 0.47 -tribale tribal ADJ f s 1.00 1.01 0.34 0.27 -tribales tribal ADJ f p 1.00 1.01 0.26 0.14 -tribart tribart NOM m s 0.00 0.07 0.00 0.07 -tribaux tribal ADJ m p 1.00 1.01 0.12 0.14 -tribord tribord NOM m s 3.79 1.28 3.79 1.28 -tribu tribu NOM f s 11.57 18.24 7.96 13.58 -tribulation tribulation NOM f s 0.14 1.69 0.01 0.54 -tribulations tribulation NOM f p 0.14 1.69 0.13 1.15 -tribun tribun NOM m s 0.37 1.96 0.36 1.49 -tribunal tribunal NOM m s 37.98 18.04 35.35 15.00 -tribunat tribunat NOM m s 0.34 0.00 0.34 0.00 -tribunaux tribunal NOM m p 37.98 18.04 2.62 3.04 -tribune tribune NOM f s 2.87 8.99 1.75 6.96 -tribunes tribune NOM f p 2.87 8.99 1.12 2.03 -tribuns tribun NOM m p 0.37 1.96 0.01 0.47 -tribus tribu NOM f p 11.57 18.24 3.62 4.66 -tribut tribut NOM m s 0.87 2.16 0.69 2.16 -tributaire tributaire ADJ f s 0.34 0.61 0.32 0.34 -tributaires tributaire ADJ p 0.34 0.61 0.02 0.27 -tributs tribut NOM m p 0.87 2.16 0.19 0.00 -tric tric NOM m s 0.07 0.00 0.07 0.00 -tricard tricard ADJ m s 0.61 0.61 0.46 0.41 -tricarde tricard ADJ f s 0.61 0.61 0.01 0.14 -tricards tricard ADJ m p 0.61 0.61 0.14 0.07 -tricentenaire tricentenaire NOM m s 0.05 0.07 0.05 0.07 -triceps triceps NOM m 0.34 0.07 0.34 0.07 -tricha tricher VER 16.16 9.73 0.00 0.14 ind:pas:3s; -trichaient tricher VER 16.16 9.73 0.14 0.34 ind:imp:3p; -trichais tricher VER 16.16 9.73 0.20 0.20 ind:imp:1s;ind:imp:2s; -trichait tricher VER 16.16 9.73 0.41 0.81 ind:imp:3s; -trichant tricher VER 16.16 9.73 0.21 0.68 par:pre; -triche tricher VER 16.16 9.73 3.71 1.49 imp:pre:2s;ind:pre:1s;ind:pre:3s; -trichent tricher VER 16.16 9.73 0.31 0.14 ind:pre:3p; -tricher tricher VER 16.16 9.73 4.70 4.05 inf; -trichera tricher VER 16.16 9.73 0.16 0.07 ind:fut:3s; -tricherai tricher VER 16.16 9.73 0.18 0.00 ind:fut:1s; -tricherais tricher VER 16.16 9.73 0.01 0.14 cnd:pre:1s;cnd:pre:2s; -tricherait tricher VER 16.16 9.73 0.03 0.00 cnd:pre:3s; -tricherie tricherie NOM f s 1.13 1.28 0.76 1.15 -tricheries tricherie NOM f p 1.13 1.28 0.37 0.14 -tricheront tricher VER 16.16 9.73 0.00 0.07 ind:fut:3p; -triches tricher VER 16.16 9.73 1.56 0.20 ind:pre:2s; -tricheur tricheur NOM m s 3.45 1.01 2.73 0.34 -tricheurs tricheur NOM m p 3.45 1.01 0.36 0.61 -tricheuse tricheur NOM f s 3.45 1.01 0.35 0.00 -tricheuses tricheur ADJ f p 0.90 0.27 0.02 0.00 -trichez tricher VER 16.16 9.73 0.65 0.07 imp:pre:2p;ind:pre:2p; -trichiez tricher VER 16.16 9.73 0.06 0.07 ind:imp:2p; -trichinose trichinose NOM f s 0.04 0.07 0.04 0.07 -trichloracétique trichloracétique ADJ m s 0.01 0.00 0.01 0.00 -trichlorure trichlorure NOM m s 0.01 0.00 0.01 0.00 -trichloréthylène trichloréthylène NOM m s 0.02 0.00 0.02 0.00 -trichons tricher VER 16.16 9.73 0.02 0.20 ind:pre:1p; -trichophyties trichophytie NOM f p 0.01 0.00 0.01 0.00 -triché tricher VER m s 16.16 9.73 3.81 0.95 par:pas; -trichée tricher VER f s 16.16 9.73 0.00 0.07 par:pas; -trichées tricher VER f p 16.16 9.73 0.00 0.07 par:pas; -trick trick NOM m s 0.35 0.00 0.35 0.00 -tricoises tricoises NOM f p 0.00 0.07 0.00 0.07 -tricolore tricolore ADJ s 0.40 7.50 0.30 6.08 -tricolores tricolore ADJ p 0.40 7.50 0.10 1.42 -tricorne tricorne NOM m s 0.02 0.88 0.01 0.74 -tricornes tricorne NOM m p 0.02 0.88 0.01 0.14 -tricot tricot NOM m s 1.44 14.19 1.25 11.96 -tricota tricoter VER 3.19 13.04 0.00 0.27 ind:pas:3s; -tricotage tricotage NOM m s 0.04 0.41 0.04 0.34 -tricotages tricotage NOM m p 0.04 0.41 0.00 0.07 -tricotai tricoter VER 3.19 13.04 0.00 0.07 ind:pas:1s; -tricotaient tricoter VER 3.19 13.04 0.01 0.88 ind:imp:3p; -tricotais tricoter VER 3.19 13.04 0.21 0.07 ind:imp:1s;ind:imp:2s; -tricotait tricoter VER 3.19 13.04 0.23 3.04 ind:imp:3s; -tricotant tricoter VER 3.19 13.04 0.00 1.15 par:pre; -tricote tricoter VER 3.19 13.04 0.65 1.42 imp:pre:2s;ind:pre:1s;ind:pre:3s; -tricotent tricoter VER 3.19 13.04 0.04 0.41 ind:pre:3p; -tricoter tricoter VER 3.19 13.04 1.37 3.11 inf; -tricotera tricoter VER 3.19 13.04 0.11 0.00 ind:fut:3s; -tricoterai tricoter VER 3.19 13.04 0.03 0.07 ind:fut:1s; -tricoterait tricoter VER 3.19 13.04 0.01 0.07 cnd:pre:3s; -tricoteras tricoter VER 3.19 13.04 0.00 0.07 ind:fut:2s; -tricoterons tricoter VER 3.19 13.04 0.10 0.00 ind:fut:1p; -tricoteur tricoteur NOM m s 0.14 0.68 0.00 0.07 -tricoteuse tricoteur NOM f s 0.14 0.68 0.14 0.41 -tricoteuses tricoteur NOM f p 0.14 0.68 0.00 0.20 -tricotez tricoter VER 3.19 13.04 0.04 0.00 imp:pre:2p;ind:pre:2p; -tricots tricot NOM m p 1.44 14.19 0.19 2.23 -tricoté tricoter VER m s 3.19 13.04 0.35 1.22 par:pas; -tricotée tricoter VER f s 3.19 13.04 0.00 0.41 par:pas; -tricotées tricoter VER f p 3.19 13.04 0.02 0.34 par:pas; -tricotés tricoter VER m p 3.19 13.04 0.01 0.47 par:pas; -trictrac trictrac NOM m s 0.14 0.14 0.14 0.14 -tricéphale tricéphale ADJ f s 0.00 0.27 0.00 0.27 -tricératops tricératops NOM m 0.02 0.00 0.02 0.00 -tricuspide tricuspide ADJ f s 0.07 0.00 0.07 0.00 -tricycle tricycle NOM m s 0.52 0.95 0.50 0.61 -tricycles tricycle NOM m p 0.52 0.95 0.02 0.34 -tricycliste tricycliste NOM s 0.00 0.20 0.00 0.20 -trident trident NOM m s 0.13 0.68 0.12 0.68 -tridents trident NOM m p 0.13 0.68 0.01 0.00 -tridi tridi NOM m s 0.00 0.07 0.00 0.07 -tridimensionnel tridimensionnel ADJ m s 0.24 0.00 0.17 0.00 -tridimensionnelle tridimensionnel ADJ f s 0.24 0.00 0.07 0.00 -trie trier VER 3.68 7.84 1.01 0.27 imp:pre:2s;ind:pre:1s;ind:pre:3s; -triennale triennal ADJ f s 0.00 0.20 0.00 0.14 -triennales triennal ADJ f p 0.00 0.20 0.00 0.07 -trient trier VER 3.68 7.84 0.05 0.07 ind:pre:3p; -trier trier VER 3.68 7.84 1.08 3.38 inf; -triera trier VER 3.68 7.84 0.01 0.07 ind:fut:3s; -trierait trier VER 3.68 7.84 0.00 0.07 cnd:pre:3s; -trieur trieur NOM m s 0.18 0.14 0.05 0.00 -trieurs trieur NOM m p 0.18 0.14 0.02 0.00 -trieuse trieur NOM f s 0.18 0.14 0.11 0.00 -trieuses trieuse NOM f p 0.02 0.00 0.02 0.00 -triez trier VER 3.68 7.84 0.18 0.07 imp:pre:2p;ind:pre:2p; -trifolium trifolium NOM m s 0.01 0.07 0.01 0.07 -triforium triforium NOM m s 0.00 0.07 0.00 0.07 -trifouillaient trifouiller VER 0.30 1.35 0.00 0.14 ind:imp:3p; -trifouillait trifouiller VER 0.30 1.35 0.00 0.07 ind:imp:3s; -trifouille trifouiller VER 0.30 1.35 0.02 0.41 imp:pre:2s;ind:pre:3s; -trifouiller trifouiller VER 0.30 1.35 0.13 0.41 inf; -trifouillez trifouiller VER 0.30 1.35 0.01 0.00 ind:pre:2p; -trifouillé trifouiller VER m s 0.30 1.35 0.14 0.34 par:pas; -trigger trigger NOM m s 0.09 0.00 0.09 0.00 -trigles trigle NOM m p 0.00 0.07 0.00 0.07 -triglycéride triglycéride NOM m s 0.07 0.07 0.03 0.00 -triglycérides triglycéride NOM m p 0.07 0.07 0.05 0.07 -trigonométrie trigonométrie NOM f s 0.28 0.20 0.28 0.20 -trigrammes trigramme NOM m p 0.01 0.00 0.01 0.00 -trilatérale trilatéral ADJ f s 0.04 0.07 0.04 0.07 -trilingue trilingue ADJ s 0.01 0.07 0.01 0.00 -trilingues trilingue ADJ f p 0.01 0.07 0.00 0.07 -trillant triller VER 0.01 0.14 0.00 0.07 par:pre; -trille trille NOM m s 0.30 2.64 0.03 1.01 -trilles trille NOM m p 0.30 2.64 0.28 1.62 -trillion trillion NOM m s 0.22 0.14 0.06 0.00 -trillions trillion NOM m p 0.22 0.14 0.16 0.14 -trillé triller VER m s 0.01 0.14 0.00 0.07 par:pas; -trilobite trilobite NOM m s 0.02 0.00 0.02 0.00 -trilobée trilobé ADJ f s 0.00 0.14 0.00 0.07 -trilobés trilobé ADJ m p 0.00 0.14 0.00 0.07 -trilogie trilogie NOM f s 0.36 0.07 0.36 0.07 -trimait trimer VER 4.38 3.31 0.02 0.34 ind:imp:3s; -trimant trimer VER 4.38 3.31 0.00 0.07 par:pre; -trimard trimard NOM m s 0.02 1.76 0.00 0.61 -trimarde trimarder VER 0.00 0.14 0.00 0.07 ind:pre:1s; -trimarder trimarder VER 0.00 0.14 0.00 0.07 inf; -trimardeur trimardeur NOM m s 0.03 0.81 0.03 0.61 -trimardeurs trimardeur NOM m p 0.03 0.81 0.00 0.20 -trimards trimard NOM m p 0.02 1.76 0.02 1.15 -trimbala trimbaler VER 1.62 7.09 0.00 0.07 ind:pas:3s; -trimbalaient trimbaler VER 1.62 7.09 0.00 0.07 ind:imp:3p; -trimbalais trimbaler VER 1.62 7.09 0.00 0.34 ind:imp:1s;ind:imp:2s; -trimbalait trimbaler VER 1.62 7.09 0.06 1.15 ind:imp:3s; -trimbalant trimbaler VER 1.62 7.09 0.11 0.41 par:pre; -trimbale trimbaler VER 1.62 7.09 0.50 1.82 ind:pre:1s;ind:pre:3s;sub:pre:3s; -trimbalent trimbaler VER 1.62 7.09 0.23 0.47 ind:pre:3p; -trimbaler trimbaler VER 1.62 7.09 0.42 1.82 inf; -trimbalerai trimbaler VER 1.62 7.09 0.00 0.07 ind:fut:1s; -trimbalerait trimbaler VER 1.62 7.09 0.01 0.00 cnd:pre:3s; -trimbalerez trimbaler VER 1.62 7.09 0.01 0.00 ind:fut:2p; -trimbales trimbaler VER 1.62 7.09 0.13 0.20 ind:pre:2s; -trimbalez trimbaler VER 1.62 7.09 0.02 0.00 ind:pre:2p; -trimballage trimballage NOM m s 0.01 0.00 0.01 0.00 -trimballaient trimballer VER 3.34 3.11 0.00 0.20 ind:imp:3p; -trimballais trimballer VER 3.34 3.11 0.04 0.34 ind:imp:1s;ind:imp:2s; -trimballait trimballer VER 3.34 3.11 0.09 0.41 ind:imp:3s; -trimballe trimballer VER 3.34 3.11 0.67 0.61 ind:pre:1s;ind:pre:3s; -trimballent trimballer VER 3.34 3.11 0.19 0.14 ind:pre:3p; -trimballer trimballer VER 3.34 3.11 1.16 0.81 inf; -trimballera trimballer VER 3.34 3.11 0.00 0.07 ind:fut:3s; -trimballes trimballer VER 3.34 3.11 0.64 0.00 ind:pre:2s; -trimballez trimballer VER 3.34 3.11 0.05 0.00 ind:pre:2p; -trimballât trimballer VER 3.34 3.11 0.00 0.07 sub:imp:3s; -trimballé trimballer VER m s 3.34 3.11 0.45 0.27 par:pas; -trimballée trimballer VER f s 3.34 3.11 0.04 0.20 par:pas; -trimballés trimballer VER m p 3.34 3.11 0.01 0.00 par:pas; -trimbalons trimbaler VER 1.62 7.09 0.00 0.07 ind:pre:1p; -trimbalé trimbaler VER m s 1.62 7.09 0.12 0.34 par:pas; -trimbalée trimbaler VER f s 1.62 7.09 0.00 0.14 par:pas; -trimbalés trimbaler VER m p 1.62 7.09 0.00 0.14 par:pas; -trime trimer VER 4.38 3.31 1.17 0.74 ind:pre:1s;ind:pre:3s; -triment trimer VER 4.38 3.31 0.23 0.27 ind:pre:3p; -trimer trimer VER 4.38 3.31 1.73 1.28 inf; -trimes trimer VER 4.38 3.31 0.21 0.00 ind:pre:2s; -trimestre trimestre NOM m s 2.50 5.54 2.44 4.80 -trimestres trimestre NOM m p 2.50 5.54 0.06 0.74 -trimestriel trimestriel ADJ m s 0.39 0.81 0.26 0.34 -trimestrielle trimestriel ADJ f s 0.39 0.81 0.02 0.14 -trimestriellement trimestriellement ADV 0.04 0.00 0.04 0.00 -trimestrielles trimestriel ADJ f p 0.39 0.81 0.04 0.14 -trimestriels trimestriel ADJ m p 0.39 0.81 0.08 0.20 -trimeur trimeur NOM m s 0.11 0.14 0.11 0.07 -trimeurs trimeur NOM m p 0.11 0.14 0.00 0.07 -trimmer trimmer NOM m s 0.02 0.00 0.02 0.00 -trimons trimer VER 4.38 3.31 0.02 0.07 imp:pre:1p;ind:pre:1p; -trimé trimer VER m s 4.38 3.31 1.00 0.54 par:pas; -trinôme trinôme NOM m s 0.01 0.00 0.01 0.00 -trinacrie trinacrie NOM f s 0.00 0.07 0.00 0.07 -trine trin ADJ f s 0.04 0.00 0.04 0.00 -tringlaient tringler VER 0.90 1.62 0.00 0.07 ind:imp:3p; -tringlais tringler VER 0.90 1.62 0.02 0.00 ind:imp:1s;ind:imp:2s; -tringlait tringler VER 0.90 1.62 0.02 0.07 ind:imp:3s; -tringle tringle NOM f s 0.30 3.18 0.10 1.49 -tringler tringler VER 0.90 1.62 0.66 1.01 inf; -tringlerais tringler VER 0.90 1.62 0.01 0.07 cnd:pre:1s; -tringles tringle NOM f p 0.30 3.18 0.20 1.69 -tringlette tringlette NOM f s 0.01 0.14 0.01 0.14 -tringlot tringlot NOM m s 0.00 0.34 0.00 0.27 -tringlots tringlot NOM m p 0.00 0.34 0.00 0.07 -tringlé tringler VER m s 0.90 1.62 0.04 0.14 par:pas; -tringlée tringler VER f s 0.90 1.62 0.07 0.07 par:pas; -trinidadienne trinidadienne ADJ f s 0.01 0.00 0.01 0.00 -trinidadienne trinidadienne NOM f s 0.01 0.00 0.01 0.00 -trinitaire trinitaire ADJ m s 0.03 0.20 0.03 0.20 -trinitrine trinitrine NOM f s 0.13 0.00 0.13 0.00 -trinité trinité NOM f s 0.45 0.41 0.45 0.41 -trinqua trinquer VER 12.21 9.19 0.01 0.74 ind:pas:3s; -trinquaient trinquer VER 12.21 9.19 0.01 0.47 ind:imp:3p; -trinquais trinquer VER 12.21 9.19 0.01 0.14 ind:imp:1s;ind:imp:2s; -trinquait trinquer VER 12.21 9.19 0.11 0.54 ind:imp:3s; -trinquant trinquer VER 12.21 9.19 0.00 0.47 par:pre; -trinque trinquer VER 12.21 9.19 2.69 0.95 imp:pre:2s;ind:pre:1s;ind:pre:3s; -trinquent trinquer VER 12.21 9.19 0.60 0.61 ind:pre:3p; -trinquer trinquer VER 12.21 9.19 2.95 2.50 inf; -trinquera trinquer VER 12.21 9.19 0.11 0.07 ind:fut:3s; -trinquerai trinquer VER 12.21 9.19 0.05 0.07 ind:fut:1s; -trinquerais trinquer VER 12.21 9.19 0.00 0.07 cnd:pre:1s; -trinquerait trinquer VER 12.21 9.19 0.00 0.07 cnd:pre:3s; -trinqueras trinquer VER 12.21 9.19 0.00 0.07 ind:fut:2s; -trinquerez trinquer VER 12.21 9.19 0.01 0.00 ind:fut:2p; -trinquerons trinquer VER 12.21 9.19 0.16 0.00 ind:fut:1p; -trinques trinquer VER 12.21 9.19 0.19 0.00 ind:pre:2s; -trinquette trinquette NOM f s 0.03 0.07 0.03 0.07 -trinquez trinquer VER 12.21 9.19 1.97 0.00 imp:pre:2p;ind:pre:2p; -trinquions trinquer VER 12.21 9.19 0.00 0.20 ind:imp:1p; -trinquâmes trinquer VER 12.21 9.19 0.00 0.07 ind:pas:1p; -trinquons trinquer VER 12.21 9.19 3.04 0.27 imp:pre:1p;ind:pre:1p; -trinquèrent trinquer VER 12.21 9.19 0.00 0.95 ind:pas:3p; -trinqué trinquer VER m s 12.21 9.19 0.30 0.95 par:pas; -trio trio NOM m s 2.74 5.47 2.30 5.34 -triode triode NOM f s 0.00 0.07 0.00 0.07 -triolet triolet NOM m s 0.25 0.27 0.14 0.00 -triolets triolet NOM m p 0.25 0.27 0.10 0.27 -triolisme triolisme NOM m s 0.01 0.00 0.01 0.00 -triompha triompher VER 7.67 19.19 0.28 1.28 ind:pas:3s; -triomphai triompher VER 7.67 19.19 0.14 0.14 ind:pas:1s; -triomphaient triompher VER 7.67 19.19 0.05 0.54 ind:imp:3p; -triomphais triompher VER 7.67 19.19 0.00 0.14 ind:imp:1s; -triomphait triompher VER 7.67 19.19 0.11 3.65 ind:imp:3s; -triomphal triomphal ADJ m s 0.79 8.58 0.12 3.51 -triomphale triomphal ADJ f s 0.79 8.58 0.64 4.26 -triomphalement triomphalement ADV 0.03 3.38 0.03 3.38 -triomphales triomphal ADJ f p 0.79 8.58 0.03 0.74 -triomphalisme triomphalisme NOM m s 0.01 0.00 0.01 0.00 -triomphaliste triomphaliste ADJ s 0.00 0.14 0.00 0.07 -triomphalistes triomphaliste ADJ p 0.00 0.14 0.00 0.07 -triomphant triomphant ADJ m s 0.64 12.77 0.14 5.47 -triomphante triomphant ADJ f s 0.64 12.77 0.43 5.41 -triomphantes triomphant ADJ f p 0.64 12.77 0.00 0.47 -triomphants triomphant ADJ m p 0.64 12.77 0.07 1.42 -triomphateur triomphateur NOM m s 0.14 0.81 0.13 0.54 -triomphateurs triomphateur NOM m p 0.14 0.81 0.01 0.07 -triomphatrice triomphateur NOM f s 0.14 0.81 0.00 0.14 -triomphatrices triomphateur NOM f p 0.14 0.81 0.00 0.07 -triomphaux triomphal ADJ m p 0.79 8.58 0.00 0.07 -triomphe triomphe NOM m s 9.44 29.19 8.83 27.30 -triomphent triompher VER 7.67 19.19 0.21 0.61 ind:pre:3p; -triompher triompher VER 7.67 19.19 2.75 4.46 inf; -triomphera triompher VER 7.67 19.19 0.20 0.20 ind:fut:3s; -triompherai triompher VER 7.67 19.19 0.04 0.14 ind:fut:1s; -triompherais triompher VER 7.67 19.19 0.01 0.07 cnd:pre:1s; -triompherait triompher VER 7.67 19.19 0.02 0.20 cnd:pre:3s; -triompheras triompher VER 7.67 19.19 0.01 0.07 ind:fut:2s; -triompherez triompher VER 7.67 19.19 0.01 0.00 ind:fut:2p; -triompherions triompher VER 7.67 19.19 0.14 0.00 cnd:pre:1p; -triompherons triompher VER 7.67 19.19 0.13 0.00 ind:fut:1p; -triompheront triompher VER 7.67 19.19 0.03 0.00 ind:fut:3p; -triomphes triomphe NOM m p 9.44 29.19 0.61 1.89 -triomphez triompher VER 7.67 19.19 0.04 0.00 ind:pre:2p; -triomphions triompher VER 7.67 19.19 0.03 0.00 ind:imp:1p; -triomphâmes triompher VER 7.67 19.19 0.00 0.07 ind:pas:1p; -triomphons triompher VER 7.67 19.19 0.25 0.27 ind:pre:1p; -triomphât triompher VER 7.67 19.19 0.00 0.07 sub:imp:3s; -triomphèrent triompher VER 7.67 19.19 0.01 0.07 ind:pas:3p; -triomphé triompher VER m s 7.67 19.19 1.13 2.43 par:pas; -trional trional NOM m s 0.01 0.00 0.01 0.00 -trionix trionix NOM m 0.00 0.07 0.00 0.07 -trios trio NOM m p 2.74 5.47 0.44 0.14 -trip trip NOM m s 4.62 1.22 4.37 1.22 -tripaille tripaille NOM f s 0.17 0.88 0.16 0.68 -tripailles tripaille NOM f p 0.17 0.88 0.01 0.20 -tripang tripang NOM m s 0.02 0.00 0.01 0.00 -tripangs tripang NOM m p 0.02 0.00 0.01 0.00 -tripant tripant ADJ m s 0.03 0.00 0.03 0.00 -tripartite tripartite ADJ s 0.01 0.74 0.01 0.61 -tripartites tripartite ADJ f p 0.01 0.74 0.00 0.14 -tripatouillage tripatouillage NOM m s 0.00 0.14 0.00 0.07 -tripatouillages tripatouillage NOM m p 0.00 0.14 0.00 0.07 -tripatouillant tripatouiller VER 0.07 0.54 0.00 0.07 par:pre; -tripatouillent tripatouiller VER 0.07 0.54 0.00 0.07 ind:pre:3p; -tripatouiller tripatouiller VER 0.07 0.54 0.03 0.27 inf; -tripatouillez tripatouiller VER 0.07 0.54 0.01 0.07 imp:pre:2p;ind:pre:2p; -tripatouillé tripatouiller VER m s 0.07 0.54 0.02 0.00 par:pas; -tripatouillée tripatouiller VER f s 0.07 0.54 0.00 0.07 par:pas; -tripe tripe NOM f s 8.75 13.58 0.36 1.42 -triper triper VER 0.05 0.00 0.05 0.00 inf; -triperie triperie NOM f s 0.00 0.20 0.00 0.14 -triperies triperie NOM f p 0.00 0.20 0.00 0.07 -tripes tripe NOM f p 8.75 13.58 8.39 12.16 -tripette tripette NOM f s 0.26 0.54 0.26 0.54 -triphasé triphasé ADJ m s 0.14 0.00 0.14 0.00 -triphosphate triphosphate NOM m s 0.01 0.00 0.01 0.00 -tripier tripier NOM m s 0.00 0.27 0.00 0.07 -tripiers tripier NOM m p 0.00 0.27 0.00 0.07 -tripière tripier NOM f s 0.00 0.27 0.00 0.14 -tripla tripler VER 2.08 1.76 0.00 0.20 ind:pas:3s; -triplace triplace ADJ s 0.00 0.07 0.00 0.07 -triplai tripler VER 2.08 1.76 0.00 0.07 ind:pas:1s; -triplaient tripler VER 2.08 1.76 0.00 0.07 ind:imp:3p; -triplait tripler VER 2.08 1.76 0.01 0.07 ind:imp:3s; -triplant tripler VER 2.08 1.76 0.01 0.07 par:pre; -triple triple ADJ s 4.94 9.12 4.81 7.77 -triplement triplement ADV 0.01 0.00 0.01 0.00 -triplent tripler VER 2.08 1.76 0.01 0.07 ind:pre:3p; -tripler tripler VER 2.08 1.76 0.47 0.27 inf; -triplerais tripler VER 2.08 1.76 0.01 0.07 cnd:pre:1s; -triplerait tripler VER 2.08 1.76 0.03 0.00 cnd:pre:3s; -triples triple ADJ p 4.94 9.12 0.12 1.35 -triplets triplet NOM m p 0.06 0.00 0.06 0.00 -triplette triplette NOM f s 0.16 0.00 0.16 0.00 -triplex triplex NOM m 0.04 0.00 0.04 0.00 -triplice triplice NOM f s 0.14 0.00 0.14 0.00 -triplions tripler VER 2.08 1.76 0.01 0.00 ind:imp:1p; -triploïde triploïde ADJ f s 0.01 0.00 0.01 0.00 -triplons tripler VER 2.08 1.76 0.01 0.00 ind:pre:1p; -triplèrent tripler VER 2.08 1.76 0.00 0.07 ind:pas:3p; -triplé tripler VER m s 2.08 1.76 1.02 0.54 par:pas; -triplée tripler VER f s 2.08 1.76 0.05 0.07 par:pas; -triplées triplé NOM f p 1.54 0.47 0.29 0.20 -triplés triplé NOM m p 1.54 0.47 1.15 0.20 -tripode tripode NOM m s 0.02 0.00 0.02 0.00 -tripoli tripoli NOM m s 0.14 0.07 0.14 0.07 -triporteur triporteur NOM m s 0.12 5.61 0.10 5.27 -triporteurs triporteur NOM m p 0.12 5.61 0.02 0.34 -tripot tripot NOM m s 1.57 1.22 1.09 0.81 -tripota tripoter VER 7.80 7.97 0.00 0.27 ind:pas:3s; -tripotage tripotage NOM m s 0.16 0.27 0.03 0.27 -tripotages tripotage NOM m p 0.16 0.27 0.14 0.00 -tripotaient tripoter VER 7.80 7.97 0.03 0.34 ind:imp:3p; -tripotais tripoter VER 7.80 7.97 0.04 0.34 ind:imp:1s;ind:imp:2s; -tripotait tripoter VER 7.80 7.97 0.36 0.95 ind:imp:3s; -tripotant tripoter VER 7.80 7.97 0.22 0.74 par:pre; -tripote tripoter VER 7.80 7.97 1.76 1.55 imp:pre:2s;ind:pre:1s;ind:pre:3s; -tripotent tripoter VER 7.80 7.97 0.60 0.34 ind:pre:3p;sub:pre:3p; -tripoter tripoter VER 7.80 7.97 3.09 2.30 inf; -tripoterai tripoter VER 7.80 7.97 0.01 0.00 ind:fut:1s; -tripotes tripoter VER 7.80 7.97 0.33 0.07 ind:pre:2s; -tripoteur tripoteur NOM m s 0.04 0.00 0.02 0.00 -tripoteuse tripoteur NOM f s 0.04 0.00 0.02 0.00 -tripotez tripoter VER 7.80 7.97 0.10 0.07 ind:pre:2p; -tripotiez tripoter VER 7.80 7.97 0.15 0.07 ind:imp:2p; -tripots tripot NOM m p 1.57 1.22 0.48 0.41 -tripotèrent tripoter VER 7.80 7.97 0.00 0.07 ind:pas:3p; -tripoté tripoter VER m s 7.80 7.97 0.85 0.54 par:pas; -tripotée tripotée NOM f s 0.26 0.27 0.26 0.27 -tripotées tripoter VER f p 7.80 7.97 0.00 0.07 par:pas; -tripotés tripoter VER m p 7.80 7.97 0.03 0.20 par:pas; -tripoux tripoux NOM m p 0.00 0.20 0.00 0.20 -trips trip NOM m p 4.62 1.22 0.26 0.00 -triptyque triptyque NOM m s 0.06 0.74 0.04 0.61 -triptyques triptyque NOM m p 0.06 0.74 0.01 0.14 -triquais triquer VER 0.27 0.68 0.00 0.14 ind:imp:1s; -triquait triquer VER 0.27 0.68 0.00 0.07 ind:imp:3s; -trique trique NOM f s 2.73 4.46 2.69 4.05 -triqueballe triqueballe NOM m s 0.00 0.14 0.00 0.14 -triquer triquer VER 0.27 0.68 0.16 0.41 inf; -triques trique NOM f p 2.73 4.46 0.03 0.41 -trirème trirème NOM f s 0.00 0.20 0.00 0.14 -trirèmes trirème NOM f p 0.00 0.20 0.00 0.07 -tris tri NOM m p 1.60 3.04 0.03 0.20 -trisaïeul trisaïeul NOM m s 0.14 0.34 0.01 0.20 -trisaïeule trisaïeul NOM f s 0.14 0.34 0.00 0.07 -trisaïeuls trisaïeul NOM m p 0.14 0.34 0.14 0.07 -trismique trismique ADJ f s 0.00 0.07 0.00 0.07 -trismégiste trismégiste ADJ s 0.06 0.07 0.06 0.07 -trismus trismus NOM m 0.00 0.07 0.00 0.07 -trisomie trisomie NOM f s 0.01 0.00 0.01 0.00 -trisomique trisomique ADJ s 0.32 0.00 0.32 0.00 -trissait trisser VER 0.02 1.15 0.00 0.14 ind:imp:3s; -trisse trisser VER 0.02 1.15 0.02 0.41 ind:pre:1s;ind:pre:3s; -trissent trisser VER 0.02 1.15 0.00 0.14 ind:pre:3p; -trisser trisser VER 0.02 1.15 0.00 0.41 inf; -trissés trisser VER m p 0.02 1.15 0.00 0.07 par:pas; -triste triste ADJ s 103.44 105.61 93.03 86.89 -tristement tristement ADV 1.67 11.82 1.67 11.82 -tristes triste ADJ p 103.44 105.61 10.41 18.72 -tristesse tristesse NOM f s 13.39 48.72 12.91 46.96 -tristesses tristesse NOM f p 13.39 48.72 0.48 1.76 -tristouillard tristouillard ADJ m s 0.00 0.14 0.00 0.07 -tristouillarde tristouillard ADJ f s 0.00 0.14 0.00 0.07 -tristouille tristouille ADJ m s 0.16 0.27 0.16 0.20 -tristouilles tristouille ADJ p 0.16 0.27 0.00 0.07 -tristounet tristounet ADJ m s 0.13 0.34 0.09 0.07 -tristounette tristounet ADJ f s 0.13 0.34 0.02 0.14 -tristounettes tristounet ADJ f p 0.13 0.34 0.02 0.14 -trièrent trier VER 3.68 7.84 0.00 0.07 ind:pas:3p; -trithéisme trithéisme NOM m s 0.00 0.07 0.00 0.07 -trithérapie trithérapie NOM f s 0.17 0.00 0.17 0.00 -tritium tritium NOM m s 0.11 0.00 0.11 0.00 -triton triton NOM m s 0.81 0.27 0.35 0.07 -tritons triton NOM m p 0.81 0.27 0.46 0.20 -tritura triturer VER 0.25 5.07 0.00 0.27 ind:pas:3s; -trituraient triturer VER 0.25 5.07 0.01 0.27 ind:imp:3p; -triturais triturer VER 0.25 5.07 0.01 0.14 ind:imp:1s; -triturait triturer VER 0.25 5.07 0.01 1.08 ind:imp:3s; -triturant triturer VER 0.25 5.07 0.00 0.68 par:pre; -trituration trituration NOM f s 0.00 0.20 0.00 0.14 -triturations trituration NOM f p 0.00 0.20 0.00 0.07 -triture triturer VER 0.25 5.07 0.02 0.47 ind:pre:1s;ind:pre:3s; -triturent triturer VER 0.25 5.07 0.01 0.20 ind:pre:3p; -triturer triturer VER 0.25 5.07 0.14 1.22 inf; -triturera triturer VER 0.25 5.07 0.00 0.07 ind:fut:3s; -triturons triturer VER 0.25 5.07 0.00 0.07 imp:pre:1p; -trituré triturer VER m s 0.25 5.07 0.02 0.20 par:pas; -triturée triturer VER f s 0.25 5.07 0.02 0.14 par:pas; -triturées triturer VER f p 0.25 5.07 0.00 0.14 par:pas; -triturés triturer VER m p 0.25 5.07 0.00 0.14 par:pas; -trié trier VER m s 3.68 7.84 0.39 0.54 par:pas; -triée trier VER f s 3.68 7.84 0.11 0.27 par:pas; -triées trier VER f p 3.68 7.84 0.23 0.07 par:pas; -triumvir triumvir NOM m s 0.09 0.00 0.09 0.00 -triumvirat triumvirat NOM m s 0.57 0.14 0.57 0.14 -triés trier VER m p 3.68 7.84 0.33 0.81 par:pas; -trivial trivial ADJ m s 0.61 3.51 0.47 1.28 -triviale trivial ADJ f s 0.61 3.51 0.09 0.81 -trivialement trivialement ADV 0.01 0.07 0.01 0.07 -triviales trivial ADJ f p 0.61 3.51 0.04 0.81 -trivialiser trivialiser VER 0.03 0.00 0.03 0.00 inf; -trivialité trivialité NOM f s 0.03 0.34 0.03 0.27 -trivialités trivialité NOM f p 0.03 0.34 0.00 0.07 -triviaux trivial ADJ m p 0.61 3.51 0.02 0.61 -trivium trivium NOM m s 0.04 0.07 0.04 0.07 -troïka troïka NOM f s 0.00 0.81 0.00 0.54 -troïkas troïka NOM f p 0.00 0.81 0.00 0.27 -trobriandais trobriandais NOM m 0.00 0.07 0.00 0.07 -troc troc NOM m s 1.08 2.03 1.08 1.76 -trocart trocart NOM m s 0.01 0.14 0.01 0.14 -trochaïque trochaïque ADJ m s 0.00 0.07 0.00 0.07 -trochanter trochanter NOM m s 0.02 0.00 0.02 0.00 -troche troche NOM f s 0.00 0.14 0.00 0.14 -trochée trochée NOM s 0.00 0.14 0.00 0.14 -trochures trochure NOM f p 0.00 0.07 0.00 0.07 -trocs troc NOM m p 1.08 2.03 0.00 0.27 -troglodyte troglodyte NOM m s 0.20 0.68 0.10 0.27 -troglodytes troglodyte NOM m p 0.20 0.68 0.10 0.41 -troglodytique troglodytique ADJ m s 0.01 0.07 0.01 0.00 -troglodytiques troglodytique ADJ p 0.01 0.07 0.00 0.07 -trogne trogne NOM f s 0.07 3.85 0.07 3.18 -trognes trogne NOM f p 0.07 3.85 0.00 0.68 -trognon trognon NOM m s 0.84 3.38 0.75 2.30 -trognons trognon NOM m p 0.84 3.38 0.09 1.08 -trois_deux trois_deux NOM m 0.01 0.00 0.01 0.00 -trois_huit trois_huit NOM m 0.17 0.00 0.17 0.00 -trois_mâts trois_mâts NOM m 0.16 0.47 0.16 0.47 -trois_points trois_points NOM m 0.01 0.00 0.01 0.00 -trois_quarts trois_quarts NOM m 0.59 0.34 0.59 0.34 -trois_quatre trois_quatre NOM m 0.02 0.47 0.02 0.47 -trois_six trois_six NOM m 0.01 0.07 0.01 0.07 -trois trois ADJ:num 380.80 660.34 380.80 660.34 -troisième troisième ADJ 30.50 57.43 30.47 57.23 -troisièmement troisièmement ADV 1.38 0.54 1.38 0.54 -troisièmes troisième NOM p 14.60 31.55 0.05 0.20 -troll troll NOM m s 2.07 0.27 0.96 0.20 -trolle trolle NOM f s 0.00 0.07 0.00 0.07 -trolley trolley NOM m s 0.48 0.61 0.48 0.47 -trolleybus trolleybus NOM m 0.00 1.08 0.00 1.08 -trolleys trolley NOM m p 0.48 0.61 0.00 0.14 -trolls troll NOM m p 2.07 0.27 1.11 0.07 -trâlée trâlée NOM f s 0.00 0.07 0.00 0.07 -trombe trombe NOM f s 0.82 9.32 0.61 7.23 -trombes trombe NOM f p 0.82 9.32 0.20 2.09 -trombine trombine NOM f s 0.02 1.28 0.01 1.01 -trombines trombine NOM f p 0.02 1.28 0.01 0.27 -trombinoscope trombinoscope NOM m s 0.07 0.14 0.07 0.14 -tromblon tromblon NOM m s 0.06 0.68 0.05 0.20 -tromblons tromblon NOM m p 0.06 0.68 0.01 0.47 -trombone trombone NOM m s 2.96 1.42 1.78 0.54 -trombones trombone NOM m p 2.96 1.42 1.17 0.88 -tromboniste tromboniste NOM s 0.01 0.00 0.01 0.00 -trommel trommel NOM m s 0.00 0.14 0.00 0.14 -trompa tromper VER 149.09 97.30 0.16 0.61 ind:pas:3s; -trompai tromper VER 149.09 97.30 0.00 0.20 ind:pas:1s; -trompaient tromper VER 149.09 97.30 0.39 1.96 ind:imp:3p; -trompais tromper VER 149.09 97.30 3.19 4.12 ind:imp:1s;ind:imp:2s; -trompait tromper VER 149.09 97.30 3.34 9.39 ind:imp:3s; -trompant tromper VER 149.09 97.30 0.28 1.62 par:pre; -trompe_l_oeil trompe_l_oeil NOM m 0.33 2.43 0.33 2.43 -trompe tromper VER 149.09 97.30 27.72 15.41 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:1s; -trompent tromper VER 149.09 97.30 3.43 3.11 ind:pre:3p; -tromper tromper VER 149.09 97.30 27.42 22.16 inf;;inf;;inf;; -trompera tromper VER 149.09 97.30 0.24 0.27 ind:fut:3s; -tromperai tromper VER 149.09 97.30 0.19 0.41 ind:fut:1s; -tromperaient tromper VER 149.09 97.30 0.01 0.14 cnd:pre:3p; -tromperais tromper VER 149.09 97.30 0.36 0.07 cnd:pre:1s;cnd:pre:2s; -tromperait tromper VER 149.09 97.30 0.39 0.61 cnd:pre:3s; -tromperas tromper VER 149.09 97.30 0.39 0.14 ind:fut:2s; -tromperez tromper VER 149.09 97.30 0.06 0.07 ind:fut:2p; -tromperie tromperie NOM f s 1.56 2.16 1.17 1.69 -tromperies tromperie NOM f p 1.56 2.16 0.39 0.47 -tromperiez tromper VER 149.09 97.30 0.01 0.14 cnd:pre:2p; -tromperons tromper VER 149.09 97.30 0.01 0.00 ind:fut:1p; -tromperont tromper VER 149.09 97.30 0.21 0.14 ind:fut:3p; -trompes tromper VER 149.09 97.30 17.21 3.45 ind:pre:2s;sub:pre:2s; -trompeter trompeter VER 0.10 0.00 0.10 0.00 inf; -trompette trompette NOM s 8.02 11.49 5.71 5.61 -trompettes trompette NOM p 8.02 11.49 2.31 5.88 -trompettiste trompettiste NOM s 0.77 0.68 0.73 0.68 -trompettistes trompettiste NOM p 0.77 0.68 0.04 0.00 -trompeur trompeur ADJ m s 3.10 5.00 0.71 1.28 -trompeurs trompeur ADJ m p 3.10 5.00 0.59 0.61 -trompeuse trompeur ADJ f s 3.10 5.00 0.22 2.43 -trompeusement trompeusement ADV 0.01 0.27 0.01 0.27 -trompeuses trompeur ADJ f p 3.10 5.00 1.58 0.68 -trompez tromper VER 149.09 97.30 12.82 2.43 imp:pre:2p;ind:pre:2p; -trompiez tromper VER 149.09 97.30 0.52 0.07 ind:imp:2p; -trompions tromper VER 149.09 97.30 0.14 0.34 ind:imp:1p; -trompâmes tromper VER 149.09 97.30 0.00 0.07 ind:pas:1p; -trompons tromper VER 149.09 97.30 0.25 0.34 imp:pre:1p;ind:pre:1p; -trompât tromper VER 149.09 97.30 0.00 0.54 sub:imp:3s; -trompèrent tromper VER 149.09 97.30 0.00 0.27 ind:pas:3p; -trompé tromper VER m s 149.09 97.30 29.98 17.70 par:pas;par:pas;par:pas; -trompée tromper VER f s 149.09 97.30 12.98 8.11 par:pas; -trompées tromper VER f p 149.09 97.30 0.39 0.41 par:pas; -trompés tromper VER m p 149.09 97.30 7.03 3.04 par:pas; -tronc tronc NOM m s 5.81 36.62 4.84 20.74 -tronchais troncher VER 0.09 0.14 0.02 0.00 ind:imp:1s; -tronche tronche NOM f s 8.92 25.68 8.25 22.57 -troncher troncher VER 0.09 0.14 0.03 0.07 inf; -tronches tronche NOM f p 8.92 25.68 0.67 3.11 -tronché troncher VER m s 0.09 0.14 0.01 0.00 par:pas; -tronchée troncher VER f s 0.09 0.14 0.03 0.07 par:pas; -tronconique tronconique ADJ s 0.01 0.27 0.01 0.27 -troncs tronc NOM m p 5.81 36.62 0.97 15.88 -tronquer tronquer VER 0.06 0.61 0.01 0.07 inf; -tronqué tronqué ADJ m s 0.08 1.08 0.04 0.34 -tronquée tronquer VER f s 0.06 0.61 0.03 0.27 par:pas; -tronquées tronqué ADJ f p 0.08 1.08 0.01 0.47 -tronqués tronqué ADJ m p 0.08 1.08 0.01 0.00 -tronçon tronçon NOM m s 0.31 3.99 0.17 2.03 -tronçonnaient tronçonner VER 0.17 0.81 0.00 0.07 ind:imp:3p; -tronçonnait tronçonner VER 0.17 0.81 0.00 0.07 ind:imp:3s; -tronçonne tronçonner VER 0.17 0.81 0.01 0.14 imp:pre:2s;ind:pre:3s; -tronçonner tronçonner VER 0.17 0.81 0.00 0.14 inf; -tronçonneuse tronçonneur NOM f s 1.63 1.08 1.63 0.95 -tronçonneuses tronçonneuse NOM f p 0.22 0.00 0.22 0.00 -tronçonné tronçonner VER m s 0.17 0.81 0.16 0.07 par:pas; -tronçonnée tronçonner VER f s 0.17 0.81 0.00 0.14 par:pas; -tronçonnées tronçonner VER f p 0.17 0.81 0.00 0.14 par:pas; -tronçonnés tronçonner VER m p 0.17 0.81 0.00 0.07 par:pas; -tronçons tronçon NOM m p 0.31 3.99 0.14 1.96 -trop_perçu trop_perçu NOM m s 0.01 0.00 0.01 0.00 -trop_plein trop_plein NOM m s 0.30 2.64 0.30 2.50 -trop_plein trop_plein NOM m p 0.30 2.64 0.00 0.14 -trop trop ADV 859.54 790.00 859.54 790.00 -trope trope NOM m s 0.00 0.07 0.00 0.07 -trophée trophée NOM m s 7.02 4.93 4.85 2.57 -trophées trophée NOM m p 7.02 4.93 2.17 2.36 -tropical tropical ADJ m s 3.28 6.62 1.56 1.28 -tropicale tropical ADJ f s 3.28 6.62 0.96 2.77 -tropicales tropical ADJ f p 3.28 6.62 0.45 1.42 -tropicaux tropical ADJ m p 3.28 6.62 0.30 1.15 -tropique tropique NOM m s 1.37 2.43 0.38 0.20 -tropiques tropique NOM m p 1.37 2.43 0.99 2.23 -tropisme tropisme NOM m s 0.00 0.61 0.00 0.54 -tropismes tropisme NOM m p 0.00 0.61 0.00 0.07 -troposphère troposphère NOM f s 0.01 0.20 0.01 0.20 -troposphérique troposphérique ADJ f s 0.00 0.20 0.00 0.14 -troposphériques troposphérique ADJ p 0.00 0.20 0.00 0.07 -tropézienne tropézien NOM f s 0.00 0.14 0.00 0.14 -tropéziens tropézien ADJ m p 0.00 0.07 0.00 0.07 -troqua troquer VER 1.64 4.73 0.03 0.41 ind:pas:3s; -troquaient troquer VER 1.64 4.73 0.00 0.27 ind:imp:3p; -troquais troquer VER 1.64 4.73 0.00 0.07 ind:imp:1s; -troquait troquer VER 1.64 4.73 0.01 0.20 ind:imp:3s; -troquant troquer VER 1.64 4.73 0.04 0.07 par:pre; -troquas troquer VER 1.64 4.73 0.00 0.07 ind:pas:2s; -troque troquer VER 1.64 4.73 0.13 0.07 imp:pre:2s;ind:pre:1s;ind:pre:3s; -troquer troquer VER 1.64 4.73 0.56 2.36 inf; -troquera troquer VER 1.64 4.73 0.01 0.00 ind:fut:3s; -troquerai troquer VER 1.64 4.73 0.11 0.07 ind:fut:1s; -troquerais troquer VER 1.64 4.73 0.02 0.00 cnd:pre:1s;cnd:pre:2s; -troquet troquet NOM m s 0.34 6.82 0.33 4.66 -troquets troquet NOM m p 0.34 6.82 0.01 2.16 -troquez troquer VER 1.64 4.73 0.17 0.07 imp:pre:2p;ind:pre:2p; -troquèrent troquer VER 1.64 4.73 0.10 0.07 ind:pas:3p; -troqué troquer VER m s 1.64 4.73 0.35 0.74 par:pas; -troquée troquer VER f s 1.64 4.73 0.06 0.07 par:pas; -troquées troquer VER f p 1.64 4.73 0.04 0.14 par:pas; -troqués troquer VER m p 1.64 4.73 0.01 0.07 par:pas; -trot trot NOM m s 1.67 10.47 1.66 10.41 -troène troène NOM m s 0.02 1.28 0.01 0.07 -troènes troène NOM m p 0.02 1.28 0.01 1.22 -trots trot NOM m p 1.67 10.47 0.01 0.07 -trotskisme trotskisme NOM m s 0.00 0.14 0.00 0.14 -trotskiste trotskiste ADJ s 0.51 0.68 0.51 0.41 -trotskistes trotskiste NOM p 0.03 0.47 0.02 0.41 -trotskystes trotskyste NOM p 0.01 0.20 0.01 0.20 -trotta trotter VER 2.66 10.27 0.14 0.20 ind:pas:3s; -trottaient trotter VER 2.66 10.27 0.04 0.74 ind:imp:3p; -trottais trotter VER 2.66 10.27 0.00 0.07 ind:imp:1s; -trottait trotter VER 2.66 10.27 0.54 2.16 ind:imp:3s; -trottant trotter VER 2.66 10.27 0.00 1.08 par:pre; -trotte_menu trotte_menu ADJ m s 0.00 0.41 0.00 0.41 -trotte trotter VER 2.66 10.27 0.75 1.69 imp:pre:2s;ind:pre:1s;ind:pre:3s; -trottent trotter VER 2.66 10.27 0.17 0.81 ind:pre:3p; -trotter trotter VER 2.66 10.27 0.90 2.64 inf; -trottera trotter VER 2.66 10.27 0.01 0.07 ind:fut:3s; -trotterions trotter VER 2.66 10.27 0.00 0.07 cnd:pre:1p; -trottes trotter VER 2.66 10.27 0.01 0.00 ind:pre:2s; -trotteur trotteur NOM m s 0.09 0.88 0.01 0.00 -trotteurs trotteur NOM m p 0.09 0.88 0.02 0.27 -trotteuse trotteur NOM f s 0.09 0.88 0.06 0.54 -trotteuses trotteuse NOM f p 0.01 0.00 0.01 0.00 -trottez trotter VER 2.66 10.27 0.03 0.07 imp:pre:2p;ind:pre:2p; -trottignolles trottignolle NOM m p 0.00 0.07 0.00 0.07 -trottin trottin NOM m s 0.00 0.14 0.00 0.07 -trottina trottiner VER 0.22 7.50 0.00 0.20 ind:pas:3s; -trottinais trottiner VER 0.22 7.50 0.00 0.07 ind:imp:1s; -trottinait trottiner VER 0.22 7.50 0.01 1.55 ind:imp:3s; -trottinant trottiner VER 0.22 7.50 0.01 2.64 par:pre; -trottine trottiner VER 0.22 7.50 0.01 0.95 imp:pre:2s;ind:pre:1s;ind:pre:3s; -trottinement trottinement NOM m s 0.01 0.81 0.01 0.74 -trottinements trottinement NOM m p 0.01 0.81 0.00 0.07 -trottinent trottiner VER 0.22 7.50 0.00 0.20 ind:pre:3p; -trottiner trottiner VER 0.22 7.50 0.03 1.62 inf; -trottinerait trottiner VER 0.22 7.50 0.00 0.07 cnd:pre:3s; -trottinette trottinette NOM f s 0.35 0.81 0.32 0.68 -trottinettes trottinette NOM f p 0.35 0.81 0.04 0.14 -trottinez trottiner VER 0.22 7.50 0.14 0.00 imp:pre:2p;ind:pre:2p; -trottinions trottiner VER 0.22 7.50 0.00 0.07 ind:imp:1p; -trottins trottin NOM m p 0.00 0.14 0.00 0.07 -trottiné trottiner VER m s 0.22 7.50 0.01 0.14 par:pas; -trottions trotter VER 2.66 10.27 0.00 0.14 ind:imp:1p; -trottoir trottoir NOM m s 10.87 87.36 9.93 70.54 -trottoirs trottoir NOM m p 10.87 87.36 0.94 16.82 -trottons trotter VER 2.66 10.27 0.00 0.14 ind:pre:1p; -trotté trotter VER m s 2.66 10.27 0.09 0.41 par:pas; -trou_du_cul trou_du_cul NOM m s 0.43 0.14 0.29 0.14 -trou_trou trou_trou NOM m s 0.00 0.34 0.00 0.14 -trou_trou trou_trou NOM m p 0.00 0.34 0.00 0.20 -trou trou NOM m s 90.72 108.38 75.32 76.08 -troua trouer VER 4.27 11.76 0.00 0.34 ind:pas:3s; -trouai trouer VER 4.27 11.76 0.00 0.07 ind:pas:1s; -trouaient trouer VER 4.27 11.76 0.00 0.81 ind:imp:3p; -trouais trouer VER 4.27 11.76 0.00 0.07 ind:imp:1s; -trouait trouer VER 4.27 11.76 0.01 1.22 ind:imp:3s; -trouant trouer VER 4.27 11.76 0.01 0.74 par:pre; -troubades troubade NOM m p 0.00 0.07 0.00 0.07 -troubadour troubadour NOM m s 0.84 1.62 0.50 0.68 -troubadours troubadour NOM m p 0.84 1.62 0.34 0.95 -troubla troubler VER 16.33 37.97 0.03 3.51 ind:pas:3s; -troublai troubler VER 16.33 37.97 0.00 0.07 ind:pas:1s; -troublaient troubler VER 16.33 37.97 0.01 2.03 ind:imp:3p; -troublais troubler VER 16.33 37.97 0.00 0.14 ind:imp:1s; -troublait troubler VER 16.33 37.97 0.76 4.59 ind:imp:3s; -troublant troublant ADJ m s 2.74 8.99 1.25 4.19 -troublante troublant ADJ f s 2.74 8.99 0.93 2.84 -troublantes troublant ADJ f p 2.74 8.99 0.42 1.08 -troublants troublant ADJ m p 2.74 8.99 0.14 0.88 -trouble_fête trouble_fête NOM p 0.28 0.00 0.28 0.00 -trouble trouble NOM m s 12.84 25.68 5.76 18.31 -troublent troubler VER 16.33 37.97 0.53 0.95 ind:pre:3p; -troubler troubler VER 16.33 37.97 2.94 8.45 inf; -troublera troubler VER 16.33 37.97 0.15 0.14 ind:fut:3s; -troublerais troubler VER 16.33 37.97 0.00 0.07 cnd:pre:2s; -troublerait troubler VER 16.33 37.97 0.42 0.41 cnd:pre:3s; -troubleront troubler VER 16.33 37.97 0.01 0.07 ind:fut:3p; -troubles trouble NOM m p 12.84 25.68 7.08 7.36 -troublez troubler VER 16.33 37.97 0.50 0.14 imp:pre:2p;ind:pre:2p; -troublât troubler VER 16.33 37.97 0.01 0.14 sub:imp:3s; -troublèrent troubler VER 16.33 37.97 0.00 0.61 ind:pas:3p; -troublé troubler VER m s 16.33 37.97 4.58 7.50 par:pas; -troublée troubler VER f s 16.33 37.97 1.72 3.45 par:pas; -troublées troubler VER f p 16.33 37.97 0.04 0.41 par:pas; -troublés troublé ADJ m p 3.32 7.97 0.57 1.08 -trouduc trouduc NOM m s 3.68 0.41 3.68 0.41 -trouducuteries trouducuterie NOM f p 0.00 0.07 0.00 0.07 -troue trouer VER 4.27 11.76 1.30 0.81 imp:pre:2s;ind:pre:1s;ind:pre:3s; -trouent trouer VER 4.27 11.76 0.04 0.95 ind:pre:3p; -trouer trouer VER 4.27 11.76 1.32 1.35 inf; -trouerai trouer VER 4.27 11.76 0.02 0.00 ind:fut:1s; -trouerais trouer VER 4.27 11.76 0.03 0.00 cnd:pre:1s; -trouez trouer VER 4.27 11.76 0.30 0.00 imp:pre:2p;ind:pre:2p; -troufignard troufignard NOM m s 0.00 0.07 0.00 0.07 -troufignon troufignon NOM m s 0.03 0.14 0.02 0.14 -troufignons troufignon NOM m p 0.03 0.14 0.01 0.00 -troufion troufion NOM m s 1.13 1.76 0.78 0.68 -troufions troufion NOM m p 1.13 1.76 0.34 1.08 -trouillait trouiller VER 0.00 0.07 0.00 0.07 ind:imp:3s; -trouillard trouillard NOM m s 3.76 1.01 3.34 0.54 -trouillarde trouillard ADJ f s 1.66 0.54 0.26 0.00 -trouillards trouillard NOM m p 3.76 1.01 0.27 0.47 -trouille trouille NOM f s 17.43 15.74 16.90 14.46 -trouilles trouille NOM f p 17.43 15.74 0.53 1.28 -trouillomètre trouillomètre NOM m s 0.14 0.20 0.14 0.20 -troupe troupe NOM f s 30.93 105.41 10.30 32.30 -troupeau troupeau NOM m s 11.48 25.54 9.73 16.28 -troupeaux troupeau NOM m p 11.48 25.54 1.76 9.26 -troupes troupe NOM f p 30.93 105.41 20.64 73.11 -troupier troupier NOM m s 0.20 1.22 0.06 0.47 -troupiers troupier NOM m p 0.20 1.22 0.14 0.74 -trou_du_cul trou_du_cul NOM m p 0.43 0.14 0.14 0.00 -trous trou NOM m p 90.72 108.38 15.40 32.30 -troussa trousser VER 0.39 2.30 0.00 0.07 ind:pas:3s; -troussaient trousser VER 0.39 2.30 0.00 0.07 ind:imp:3p; -troussait trousser VER 0.39 2.30 0.00 0.34 ind:imp:3s; -troussant trousser VER 0.39 2.30 0.00 0.27 par:pre; -trousse trousse NOM f s 8.79 8.92 3.77 4.59 -trousseau trousseau NOM m s 2.14 5.95 2.13 5.41 -trousseaux trousseau NOM m p 2.14 5.95 0.01 0.54 -troussequin troussequin NOM m s 0.00 0.07 0.00 0.07 -trousser trousser VER 0.39 2.30 0.01 0.47 inf; -trousses trousse NOM f p 8.79 8.92 5.03 4.32 -trousseur trousseur NOM m s 0.00 0.14 0.00 0.14 -troussèrent trousser VER 0.39 2.30 0.00 0.07 ind:pas:3p; -troussé trousser VER m s 0.39 2.30 0.14 0.27 par:pas; -troussée trousser VER f s 0.39 2.30 0.11 0.27 par:pas; -troussées troussé ADJ f p 0.00 1.01 0.00 0.34 -troussés troussé ADJ m p 0.00 1.01 0.00 0.14 -trouèrent trouer VER 4.27 11.76 0.00 0.07 ind:pas:3p; -troué trouer VER m s 4.27 11.76 0.89 1.96 imp:pre:2s;par:pas; -trouée trouée NOM f s 0.30 5.81 0.27 5.00 -trouées troué ADJ f p 0.96 5.27 0.43 1.01 -troués troué ADJ m p 0.96 5.27 0.20 0.74 -trouva trouver VER 1335.49 972.50 4.37 59.53 ind:pas:3s; -trouvable trouvable ADJ s 0.04 0.07 0.04 0.07 -trouvai trouver VER 1335.49 972.50 1.00 18.51 ind:pas:1s; -trouvaient trouver VER 1335.49 972.50 3.38 36.35 ind:imp:3p; -trouvaille trouvaille NOM f s 1.90 7.84 1.38 5.14 -trouvailles trouvaille NOM f p 1.90 7.84 0.52 2.70 -trouvais trouver VER 1335.49 972.50 13.84 37.84 ind:imp:1s;ind:imp:2s; -trouvait trouver VER 1335.49 972.50 17.91 149.19 ind:imp:3s; -trouvant trouver VER 1335.49 972.50 2.57 15.14 par:pre; -trouvas trouver VER 1335.49 972.50 0.00 0.14 ind:pas:2s; -trouvasse trouver VER 1335.49 972.50 0.00 0.14 sub:imp:1s; -trouvassent trouver VER 1335.49 972.50 0.00 0.34 sub:imp:3p; -trouve trouver VER 1335.49 972.50 284.45 163.78 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:1s;sub:pre:3s; -trouvent trouver VER 1335.49 972.50 22.04 22.50 ind:pre:3p;sub:pre:3p; -trouver trouver VER 1335.49 972.50 324.94 192.70 inf;;inf;;inf;;inf;; -trouvera trouver VER 1335.49 972.50 29.30 11.42 ind:fut:3s; -trouverai trouver VER 1335.49 972.50 26.27 4.12 ind:fut:1s; -trouveraient trouver VER 1335.49 972.50 0.75 3.58 cnd:pre:3p; -trouverais trouver VER 1335.49 972.50 6.35 4.93 cnd:pre:1s;cnd:pre:2s; -trouverait trouver VER 1335.49 972.50 4.24 15.34 cnd:pre:3s; -trouveras trouver VER 1335.49 972.50 19.10 3.78 ind:fut:2s; -trouverez trouver VER 1335.49 972.50 18.23 5.61 ind:fut:2p; -trouveriez trouver VER 1335.49 972.50 1.05 0.41 cnd:pre:2p; -trouverions trouver VER 1335.49 972.50 0.28 1.08 cnd:pre:1p; -trouverons trouver VER 1335.49 972.50 8.06 1.55 ind:fut:1p; -trouveront trouver VER 1335.49 972.50 6.99 3.45 ind:fut:3p; -trouves trouver VER 1335.49 972.50 70.05 17.91 ind:pre:2s;sub:pre:1p;sub:pre:2s; -trouveur trouveur NOM m s 0.03 0.07 0.02 0.00 -trouveurs trouveur NOM m p 0.03 0.07 0.01 0.07 -trouvez trouver VER 1335.49 972.50 62.69 14.12 imp:pre:2p;ind:pre:2p; -trouviez trouver VER 1335.49 972.50 2.98 1.01 ind:imp:2p; -trouvions trouver VER 1335.49 972.50 1.39 6.28 ind:imp:1p;sub:pre:1p; -trouvâmes trouver VER 1335.49 972.50 0.28 2.70 ind:pas:1p; -trouvons trouver VER 1335.49 972.50 10.25 4.32 imp:pre:1p;ind:pre:1p; -trouvât trouver VER 1335.49 972.50 0.00 3.85 sub:imp:3s; -trouvère trouvère NOM m s 0.20 0.20 0.20 0.07 -trouvèrent trouver VER 1335.49 972.50 0.88 8.31 ind:pas:3p; -trouvères trouvère NOM m p 0.20 0.20 0.00 0.14 -trouvé trouver VER m s 1335.49 972.50 339.29 135.74 par:pas;par:pas;par:pas; -trouvée trouver VER f s 1335.49 972.50 36.28 16.42 par:pas; -trouvées trouver VER f p 1335.49 972.50 5.44 2.77 par:pas; -trouvés trouver VER m p 1335.49 972.50 10.85 7.64 par:pas;par:pas;par:pas; -troyen troyen ADJ m s 0.24 0.14 0.23 0.07 -troyenne troyen ADJ f s 0.24 0.14 0.01 0.07 -trèfle trèfle NOM m s 3.52 5.00 2.75 4.19 -trèfles trèfle NOM m p 3.52 5.00 0.78 0.81 -trèpe trèpe NOM m s 0.00 1.49 0.00 1.49 -très très ADV 1589.92 1120.81 1589.92 1120.81 -truand truand NOM m s 5.82 6.49 2.52 2.57 -truandage truandage NOM m s 0.00 0.68 0.00 0.54 -truandages truandage NOM m p 0.00 0.68 0.00 0.14 -truandaille truandaille NOM f s 0.00 0.27 0.00 0.27 -truande truand NOM f s 5.82 6.49 0.03 0.14 -truander truander VER 0.35 0.14 0.13 0.00 inf; -truanderie truanderie NOM f s 0.00 0.54 0.00 0.54 -truandes truander VER 0.35 0.14 0.02 0.00 ind:pre:2s; -truands truand NOM m p 5.82 6.49 3.27 3.72 -truandé truander VER m s 0.35 0.14 0.17 0.07 par:pas; -trublion trublion NOM m s 0.09 0.34 0.08 0.14 -trublions trublion NOM m p 0.09 0.34 0.01 0.20 -trébucha trébucher VER 4.91 12.64 0.01 1.82 ind:pas:3s; -trébuchai trébucher VER 4.91 12.64 0.01 0.27 ind:pas:1s; -trébuchaient trébucher VER 4.91 12.64 0.00 0.20 ind:imp:3p; -trébuchais trébucher VER 4.91 12.64 0.05 0.27 ind:imp:1s; -trébuchait trébucher VER 4.91 12.64 0.04 1.49 ind:imp:3s; -trébuchant trébucher VER 4.91 12.64 0.23 3.31 par:pre; -trébuchante trébuchant ADJ f s 0.07 1.55 0.00 0.47 -trébuchantes trébuchant ADJ f p 0.07 1.55 0.04 0.34 -trébuchants trébuchant ADJ m p 0.07 1.55 0.00 0.20 -trébuche trébucher VER 4.91 12.64 0.88 1.82 imp:pre:2s;ind:pre:1s;ind:pre:3s; -trébuchement trébuchement NOM m s 0.02 0.20 0.01 0.07 -trébuchements trébuchement NOM m p 0.02 0.20 0.01 0.14 -trébuchent trébucher VER 4.91 12.64 0.13 0.47 ind:pre:3p; -trébucher trébucher VER 4.91 12.64 1.14 1.89 inf; -trébuches trébucher VER 4.91 12.64 0.17 0.00 ind:pre:2s; -trébuchet trébuchet NOM m s 0.01 0.27 0.01 0.27 -trébuchez trébucher VER 4.91 12.64 0.05 0.00 imp:pre:2p;ind:pre:2p; -trébuchons trébucher VER 4.91 12.64 0.00 0.34 imp:pre:1p;ind:pre:1p; -trébuché trébucher VER m s 4.91 12.64 2.21 0.74 par:pas; -truc truc NOM m s 381.34 87.77 274.94 51.15 -trucage trucage NOM m s 0.69 0.41 0.25 0.41 -trucages trucage NOM m p 0.69 0.41 0.44 0.00 -truchement truchement NOM m s 0.14 2.57 0.14 2.43 -truchements truchement NOM m p 0.14 2.57 0.00 0.14 -trucida trucider VER 1.01 1.22 0.00 0.34 ind:pas:3s; -trucidais trucider VER 1.01 1.22 0.00 0.07 ind:imp:1s; -trucidant trucider VER 1.01 1.22 0.00 0.07 par:pre; -trucident trucider VER 1.01 1.22 0.01 0.00 ind:pre:3p; -trucider trucider VER 1.01 1.22 0.43 0.47 inf; -truciderai trucider VER 1.01 1.22 0.03 0.00 ind:fut:1s; -trucides trucider VER 1.01 1.22 0.01 0.00 ind:pre:2s; -trucidons trucider VER 1.01 1.22 0.01 0.00 imp:pre:1p; -trucidé trucider VER m s 1.01 1.22 0.39 0.14 par:pas; -trucidée trucider VER f s 1.01 1.22 0.01 0.14 par:pas; -trucidés trucider VER m p 1.01 1.22 0.12 0.00 par:pas; -truck truck NOM m s 0.39 0.07 0.35 0.00 -trucks truck NOM m p 0.39 0.07 0.04 0.07 -trucmuche trucmuche NOM m s 0.11 0.14 0.11 0.14 -trucs truc NOM m p 381.34 87.77 106.41 36.62 -truculence truculence NOM f s 0.00 0.27 0.00 0.27 -truculent truculent ADJ m s 0.02 0.54 0.02 0.27 -truculente truculent ADJ f s 0.02 0.54 0.00 0.27 -truelle truelle NOM f s 0.73 2.43 0.73 2.30 -truelles truelle NOM f p 0.73 2.43 0.00 0.14 -truffaient truffer VER 1.29 3.85 0.00 0.14 ind:imp:3p; -truffait truffer VER 1.29 3.85 0.00 0.14 ind:imp:3s; -truffant truffer VER 1.29 3.85 0.03 0.20 par:pre; -truffe truffe NOM f s 2.65 4.73 0.82 3.38 -truffer truffer VER 1.29 3.85 0.08 0.14 inf; -truffes truffe NOM f p 2.65 4.73 1.83 1.35 -truffier truffier NOM m s 0.01 0.34 0.00 0.14 -truffiers truffier NOM m p 0.01 0.34 0.01 0.20 -truffons truffer VER 1.29 3.85 0.01 0.00 imp:pre:1p; -truffé truffer VER m s 1.29 3.85 0.69 0.74 par:pas; -truffée truffer VER f s 1.29 3.85 0.27 0.81 par:pas; -truffées truffer VER f p 1.29 3.85 0.02 0.41 par:pas; -truffés truffer VER m p 1.29 3.85 0.12 1.15 par:pas; -tréfilés tréfiler VER m p 0.00 0.07 0.00 0.07 par:pas; -tréflières tréflière NOM f p 0.00 0.07 0.00 0.07 -tréfonds tréfonds NOM m 0.62 2.91 0.62 2.91 -truie truie NOM f s 3.35 2.36 3.16 2.16 -truies truie NOM f p 3.35 2.36 0.19 0.20 -truisme truisme NOM m s 0.03 0.20 0.02 0.14 -truismes truisme NOM m p 0.03 0.20 0.01 0.07 -truite truite NOM f s 3.65 7.91 2.35 3.38 -truitelle truitelle NOM f s 0.00 0.07 0.00 0.07 -truites truite NOM f p 3.65 7.91 1.30 4.53 -tréma tréma NOM m s 0.04 0.14 0.02 0.14 -trémail trémail NOM m s 0.00 0.14 0.00 0.14 -trémas tréma NOM m p 0.04 0.14 0.01 0.00 -trumeau trumeau NOM m s 0.01 0.61 0.01 0.34 -trumeaux trumeau NOM m p 0.01 0.61 0.00 0.27 -trémie trémie NOM f s 0.10 0.41 0.10 0.00 -trémies trémie NOM f p 0.10 0.41 0.00 0.41 -trémière trémière ADJ f s 0.01 1.89 0.00 0.54 -trémières trémière ADJ f p 0.01 1.89 0.01 1.35 -trémois trémois NOM m 0.00 0.07 0.00 0.07 -trémolo trémolo NOM m s 0.19 1.15 0.16 0.74 -trémolos trémolo NOM m p 0.19 1.15 0.02 0.41 -trémoussa trémousser VER 0.93 2.23 0.00 0.14 ind:pas:3s; -trémoussaient trémousser VER 0.93 2.23 0.00 0.47 ind:imp:3p; -trémoussait trémousser VER 0.93 2.23 0.03 0.27 ind:imp:3s; -trémoussant trémousser VER 0.93 2.23 0.02 0.34 par:pre; -trémousse trémousser VER 0.93 2.23 0.36 0.41 imp:pre:2s;ind:pre:1s;ind:pre:3s; -trémoussement trémoussement NOM m s 0.00 0.34 0.00 0.14 -trémoussements trémoussement NOM m p 0.00 0.34 0.00 0.20 -trémoussent trémousser VER 0.93 2.23 0.06 0.07 ind:pre:3p; -trémousser trémousser VER 0.93 2.23 0.45 0.41 inf; -trémousses trémousser VER 0.93 2.23 0.02 0.00 ind:pre:2s; -trémoussât trémousser VER 0.93 2.23 0.00 0.07 sub:imp:3s; -trémoussèrent trémousser VER 0.93 2.23 0.00 0.07 ind:pas:3p; -trémulant trémuler VER 0.00 0.27 0.00 0.20 par:pre; -trémulante trémulant ADJ f s 0.00 0.14 0.00 0.07 -trémulation trémulation NOM f s 0.00 0.34 0.00 0.34 -trémuler trémuler VER 0.00 0.27 0.00 0.07 inf; -trépan trépan NOM m s 0.05 0.14 0.05 0.14 -trépanation trépanation NOM f s 0.20 0.00 0.20 0.00 -trépaner trépaner VER 0.17 0.34 0.03 0.34 inf; -trépané trépaner VER m s 0.17 0.34 0.14 0.00 par:pas; -trépanée trépané NOM f s 0.00 0.20 0.00 0.14 -trépas trépas NOM m 0.38 1.55 0.38 1.55 -trépassaient trépasser VER 0.39 1.08 0.00 0.07 ind:imp:3p; -trépassait trépasser VER 0.39 1.08 0.00 0.14 ind:imp:3s; -trépassant trépasser VER 0.39 1.08 0.00 0.07 par:pre; -trépasse trépasser VER 0.39 1.08 0.23 0.14 ind:pre:3s; -trépassent trépasser VER 0.39 1.08 0.01 0.14 ind:pre:3p; -trépasser trépasser VER 0.39 1.08 0.01 0.34 inf; -trépasserait trépasser VER 0.39 1.08 0.00 0.07 cnd:pre:3s; -trépasseront trépasser VER 0.39 1.08 0.02 0.00 ind:fut:3p; -trépassé trépasser VER m s 0.39 1.08 0.12 0.07 par:pas; -trépassée trépassé ADJ f s 0.02 0.20 0.01 0.07 -trépassées trépassé NOM f p 0.16 0.47 0.01 0.00 -trépassés trépassé NOM m p 0.16 0.47 0.03 0.34 -trépidant trépidant ADJ m s 0.33 1.28 0.03 0.34 -trépidante trépidant ADJ f s 0.33 1.28 0.18 0.61 -trépidantes trépidant ADJ f p 0.33 1.28 0.12 0.14 -trépidants trépidant ADJ m p 0.33 1.28 0.00 0.20 -trépidation trépidation NOM f s 0.10 1.96 0.10 1.22 -trépidations trépidation NOM f p 0.10 1.96 0.00 0.74 -trépide trépider VER 0.01 0.68 0.01 0.20 ind:pre:3s; -trépident trépider VER 0.01 0.68 0.00 0.07 ind:pre:3p; -trépider trépider VER 0.01 0.68 0.00 0.27 inf; -trépied trépied NOM m s 1.15 2.70 1.14 2.30 -trépieds trépied NOM m p 1.15 2.70 0.01 0.41 -trépigna trépigner VER 0.32 3.85 0.01 0.20 ind:pas:3s; -trépignaient trépigner VER 0.32 3.85 0.14 0.20 ind:imp:3p; -trépignais trépigner VER 0.32 3.85 0.00 0.27 ind:imp:1s; -trépignait trépigner VER 0.32 3.85 0.01 1.15 ind:imp:3s; -trépignant trépignant ADJ m s 0.01 1.08 0.01 0.95 -trépignante trépignant ADJ f s 0.01 1.08 0.00 0.07 -trépignants trépignant ADJ m p 0.01 1.08 0.00 0.07 -trépigne trépigner VER 0.32 3.85 0.06 0.74 ind:pre:1s;ind:pre:3s; -trépignement trépignement NOM m s 0.02 0.61 0.01 0.07 -trépignements trépignement NOM m p 0.02 0.61 0.01 0.54 -trépignent trépigner VER 0.32 3.85 0.05 0.20 ind:pre:3p; -trépigner trépigner VER 0.32 3.85 0.02 0.81 inf; -trépignerai trépigner VER 0.32 3.85 0.00 0.07 ind:fut:1s; -trépignez trépigner VER 0.32 3.85 0.01 0.07 imp:pre:2p;ind:pre:2p; -trépigné trépigner VER m s 0.32 3.85 0.01 0.07 par:pas; -trépignée trépigner VER f s 0.32 3.85 0.00 0.07 par:pas; -tréponème tréponème NOM m s 0.00 0.27 0.00 0.07 -tréponèmes tréponème NOM m p 0.00 0.27 0.00 0.20 -truqua truquer VER 4.62 3.45 0.00 0.07 ind:pas:3s; -truquage truquage NOM m s 0.45 1.15 0.34 0.54 -truquages truquage NOM m p 0.45 1.15 0.11 0.61 -truquaient truquer VER 4.62 3.45 0.02 0.07 ind:imp:3p; -truquait truquer VER 4.62 3.45 0.05 0.00 ind:imp:3s; -truquant truquer VER 4.62 3.45 0.04 0.14 par:pre; -truque truquer VER 4.62 3.45 0.59 0.27 imp:pre:2s;ind:pre:1s;ind:pre:3s; -truquer truquer VER 4.62 3.45 0.85 0.95 inf; -truquerai truquer VER 4.62 3.45 0.03 0.07 ind:fut:1s; -truquerez truquer VER 4.62 3.45 0.02 0.00 ind:fut:2p; -truqueur truqueur NOM m s 0.28 0.34 0.25 0.20 -truqueurs truqueur NOM m p 0.28 0.34 0.01 0.07 -truqueuse truqueur NOM f s 0.28 0.34 0.02 0.07 -truquez truquer VER 4.62 3.45 0.01 0.00 imp:pre:2p; -truquions truquer VER 4.62 3.45 0.00 0.07 ind:imp:1p; -truqué truquer VER m s 4.62 3.45 1.88 0.88 par:pas; -truquée truquer VER f s 4.62 3.45 0.71 0.34 par:pas; -truquées truqué ADJ f p 1.60 2.03 0.29 0.47 -truqués truquer VER m p 4.62 3.45 0.31 0.20 par:pas; -trésor trésor NOM m s 49.92 34.66 44.86 20.14 -trésorerie trésorerie NOM f s 0.40 0.81 0.40 0.81 -trésorier_payeur trésorier_payeur NOM m s 0.02 0.07 0.02 0.07 -trésorier trésorier NOM m s 1.83 1.82 1.55 1.62 -trésoriers trésorier NOM m p 1.83 1.82 0.02 0.00 -trésorière trésorier NOM f s 1.83 1.82 0.26 0.20 -trésors trésor NOM m p 49.92 34.66 5.07 14.53 -trusquin trusquin NOM m s 0.00 0.14 0.00 0.14 -trust trust NOM m s 1.16 1.08 1.11 0.54 -trustais truster VER 0.02 0.34 0.00 0.07 ind:imp:1s; -trustait truster VER 0.02 0.34 0.00 0.07 ind:imp:3s; -truste truster VER 0.02 0.34 0.00 0.07 ind:pre:3s; -trustee trustee NOM m s 0.00 0.27 0.00 0.07 -trustees trustee NOM m p 0.00 0.27 0.00 0.20 -trusteeship trusteeship NOM m s 0.00 0.41 0.00 0.34 -trusteeships trusteeship NOM m p 0.00 0.41 0.00 0.07 -truster truster VER 0.02 0.34 0.02 0.07 inf; -trusterait truster VER 0.02 0.34 0.00 0.07 cnd:pre:3s; -trusts trust NOM m p 1.16 1.08 0.05 0.54 -tréteau tréteau NOM m s 0.64 3.99 0.37 0.81 -tréteaux tréteau NOM m p 0.64 3.99 0.27 3.18 -trêve trêve NOM f s 6.69 11.42 6.68 11.15 -trêves trêve NOM f p 6.69 11.42 0.01 0.27 -trypanosome trypanosome NOM m s 0.00 0.14 0.00 0.07 -trypanosomes trypanosome NOM m p 0.00 0.14 0.00 0.07 -trypanosomiase trypanosomiase NOM f s 0.13 0.00 0.13 0.00 -trypsine trypsine NOM f s 0.01 0.00 0.01 0.00 -tryptophane tryptophane NOM m s 0.02 0.00 0.02 0.00 -tsar tsar NOM m s 14.30 8.85 11.65 6.82 -tsarine tsar NOM f s 14.30 8.85 2.27 0.88 -tsarisme tsarisme NOM m s 0.00 0.34 0.00 0.34 -tsariste tsariste ADJ m s 0.10 0.34 0.10 0.27 -tsaristes tsariste ADJ m p 0.10 0.34 0.00 0.07 -tsars tsar NOM m p 14.30 8.85 0.38 1.15 -tsarévitch tsarévitch NOM m s 2.90 0.00 2.90 0.00 -tsigane tsigane ADJ s 0.27 0.20 0.27 0.14 -tsiganes tsigane NOM p 0.14 0.34 0.01 0.27 -tsoin_tsoin tsoin_tsoin NOM m s 0.01 0.47 0.01 0.47 -tss_tss tss_tss NOM m 0.01 0.14 0.01 0.07 -tss_tss tss_tss NOM m 0.01 0.14 0.00 0.07 -tsé_tsé tsé_tsé NOM f 0.00 0.07 0.00 0.07 -tsuica tsuica NOM f s 0.14 0.00 0.14 0.00 -tsunami tsunami NOM m s 0.53 0.00 0.53 0.00 -tète téter VER 1.71 5.88 0.64 1.35 imp:pre:2s;ind:pre:3s; -tètent téter VER 1.71 5.88 0.00 0.20 ind:pre:3p; -tu_autem tu_autem NOM m s 0.00 0.07 0.00 0.07 -té té ONO 0.80 0.47 0.80 0.47 -tu tu PRO:per s 14661.76 2537.03 14661.76 2537.03 -tua tuer VER 928.05 171.15 2.00 2.03 ind:pas:3s; -tuai tuer VER 928.05 171.15 0.25 0.07 ind:pas:1s; -tuaient tuer VER 928.05 171.15 0.91 1.28 ind:imp:3p; -tuais tuer VER 928.05 171.15 1.89 0.54 ind:imp:1s;ind:imp:2s; -tuait tuer VER 928.05 171.15 4.77 5.68 ind:imp:3s; -tuant tuer VER 928.05 171.15 6.42 1.96 par:pre; -tuante tuant ADJ f s 0.76 1.08 0.01 0.27 -tuantes tuant ADJ f p 0.76 1.08 0.00 0.14 -tuants tuant ADJ m p 0.76 1.08 0.01 0.00 -tuas tuer VER 928.05 171.15 0.18 0.00 ind:pas:2s; -tub tub NOM m s 0.08 1.15 0.07 1.15 -tuba tuba NOM m s 1.44 0.54 1.38 0.47 -tubages tubage NOM m p 0.00 0.07 0.00 0.07 -tubard tubard ADJ m s 0.20 1.28 0.08 0.88 -tubarde tubard ADJ f s 0.20 1.28 0.12 0.14 -tubardise tubardise NOM f s 0.00 0.68 0.00 0.68 -tubards tubard NOM m p 0.16 0.95 0.10 0.34 -tubas tuba NOM m p 1.44 0.54 0.06 0.07 -tube tube NOM m s 17.40 20.47 12.16 11.35 -tuber tuber VER 0.41 0.34 0.01 0.20 inf; -tubercule tubercule NOM m s 0.17 0.61 0.02 0.34 -tubercules tubercule NOM m p 0.17 0.61 0.15 0.27 -tuberculeuse tuberculeux ADJ f s 0.44 2.16 0.38 0.81 -tuberculeuses tuberculeux ADJ f p 0.44 2.16 0.01 0.27 -tuberculeux tuberculeux ADJ m 0.44 2.16 0.05 1.08 -tuberculine tuberculine NOM f s 0.00 0.14 0.00 0.14 -tuberculose tuberculose NOM f s 2.44 3.04 2.44 3.04 -tubes tube NOM m p 17.40 20.47 5.24 9.12 -tubs tub NOM m p 0.08 1.15 0.01 0.00 -tubé tuber VER m s 0.41 0.34 0.14 0.14 par:pas; -tubulaire tubulaire ADJ s 0.07 0.27 0.06 0.07 -tubulaires tubulaire ADJ m p 0.07 0.27 0.01 0.20 -tubule tubule NOM m s 0.01 0.00 0.01 0.00 -tubuleuses tubuleux ADJ f p 0.00 0.07 0.00 0.07 -tubulure tubulure NOM f s 0.00 1.22 0.00 0.14 -tubulures tubulure NOM f p 0.00 1.22 0.00 1.08 -tubéreuse tubéreux ADJ f s 0.06 0.54 0.04 0.14 -tubéreuses tubéreux ADJ f p 0.06 0.54 0.02 0.34 -tubéreux tubéreux ADJ m p 0.06 0.54 0.00 0.07 -tubérosité tubérosité NOM f s 0.01 0.00 0.01 0.00 -tudesque tudesque ADJ s 0.00 0.47 0.00 0.27 -tudesques tudesque ADJ m p 0.00 0.47 0.00 0.20 -tudieu tudieu ONO 1.11 0.27 1.11 0.27 -tue_loup tue_loup NOM m s 0.06 0.00 0.05 0.00 -tue_loup tue_loup NOM m p 0.06 0.00 0.01 0.00 -tue_mouche tue_mouche ADJ m s 0.15 0.54 0.00 0.07 -tue_mouche tue_mouche ADJ p 0.15 0.54 0.15 0.47 -tue tuer VER 928.05 171.15 116.46 16.96 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:1s;sub:pre:3s; -tuent tuer VER 928.05 171.15 14.08 3.31 ind:pre:3p; -tuer tuer VER 928.05 171.15 346.17 65.54 inf;;inf;;inf;; -tuera tuer VER 928.05 171.15 19.27 1.42 ind:fut:3s; -tuerai tuer VER 928.05 171.15 18.55 2.97 ind:fut:1s; -tuerais tuer VER 928.05 171.15 6.70 1.15 cnd:pre:1s;cnd:pre:2s; -tuerait tuer VER 928.05 171.15 8.77 2.23 cnd:pre:3s; -tueras tuer VER 928.05 171.15 3.21 0.41 ind:fut:2s; -tuerez tuer VER 928.05 171.15 1.52 0.20 ind:fut:2p; -tuerie tuerie NOM f s 3.17 2.77 2.22 1.35 -tueries tuerie NOM f p 3.17 2.77 0.95 1.42 -tueriez tuer VER 928.05 171.15 1.11 0.07 cnd:pre:2p; -tuerions tuer VER 928.05 171.15 0.16 0.07 cnd:pre:1p; -tuerons tuer VER 928.05 171.15 1.69 0.07 ind:fut:1p; -tueront tuer VER 928.05 171.15 8.49 0.61 ind:fut:3p; -tues tuer VER 928.05 171.15 11.20 0.20 ind:pre:2s;sub:pre:2s; -tueur tueur NOM m s 64.06 12.43 52.42 7.30 -tueurs tueur NOM m p 64.06 12.43 10.32 4.93 -tueuse tueuse NOM f s 6.26 0.27 6.26 0.27 -tueuses tueur NOM f p 64.06 12.43 1.31 0.20 -tuez tuer VER 928.05 171.15 27.32 2.43 imp:pre:2p;ind:pre:2p; -tuf tuf NOM m s 0.01 0.54 0.01 0.54 -tuffeau tuffeau NOM m s 0.00 0.34 0.00 0.27 -tuffeaux tuffeau NOM m p 0.00 0.34 0.00 0.07 -téflon téflon NOM m s 0.17 0.00 0.17 0.00 -tégument tégument NOM m s 0.00 0.14 0.00 0.14 -tégumentaire tégumentaire ADJ m s 0.01 0.00 0.01 0.00 -tégénaires tégénaire NOM f p 0.00 0.07 0.00 0.07 -tuiez tuer VER 928.05 171.15 1.06 0.07 ind:imp:2p;sub:pre:2p; -tuile tuile NOM f s 2.71 13.38 1.28 2.84 -tuilerie tuilerie NOM f s 0.03 1.15 0.03 0.61 -tuileries tuilerie NOM f p 0.03 1.15 0.00 0.54 -tuiles tuile NOM f p 2.71 13.38 1.42 10.54 -tuions tuer VER 928.05 171.15 0.03 0.00 ind:imp:1p; -tél tél NOM m s 0.04 0.00 0.04 0.00 -tél. tél. NOM m s 0.14 0.14 0.14 0.14 -tularémie tularémie NOM f s 0.18 0.00 0.18 0.00 -télencéphale télencéphale NOM m s 1.20 0.00 1.20 0.00 -télescopage télescopage NOM m s 0.02 0.41 0.02 0.41 -télescopait télescoper VER 0.05 1.08 0.01 0.07 ind:imp:3s; -télescope télescope NOM m s 2.46 0.95 2.31 0.81 -télescopent télescoper VER 0.05 1.08 0.00 0.20 ind:pre:3p; -télescoper télescoper VER 0.05 1.08 0.01 0.07 inf; -télescopes télescope NOM m p 2.46 0.95 0.14 0.14 -télescopique télescopique ADJ s 0.23 0.61 0.20 0.54 -télescopiques télescopique ADJ m p 0.23 0.61 0.03 0.07 -télescopèrent télescoper VER 0.05 1.08 0.00 0.07 ind:pas:3p; -télescopé télescoper VER m s 0.05 1.08 0.00 0.20 par:pas; -télescopée télescoper VER f s 0.05 1.08 0.00 0.07 par:pas; -télescopées télescoper VER f p 0.05 1.08 0.01 0.34 par:pas; -télescripteurs télescripteur NOM m p 0.00 0.07 0.00 0.07 -télex télex NOM m 1.18 1.49 1.18 1.49 -télexa télexer VER 0.02 0.41 0.00 0.07 ind:pas:3s; -télexer télexer VER 0.02 0.41 0.01 0.27 inf; -télexes télexer VER 0.02 0.41 0.00 0.07 ind:pre:2s; -télexé télexer VER m s 0.02 0.41 0.01 0.00 par:pas; -tulipe tulipe NOM f s 2.63 2.91 1.53 0.54 -tulipes tulipe NOM f p 2.63 2.91 1.10 2.36 -tulipier tulipier NOM m s 0.01 0.14 0.01 0.00 -tulipiers tulipier NOM m p 0.01 0.14 0.00 0.14 -tulle tulle NOM m s 0.29 3.51 0.19 3.31 -tulles tulle NOM m p 0.29 3.51 0.10 0.20 -téloche téloche NOM f s 0.16 1.62 0.16 1.62 -télègue télègue NOM f s 0.00 1.42 0.00 1.42 -télé télé NOM f s 106.42 26.15 104.35 25.27 -téléachat téléachat NOM m s 0.06 0.00 0.06 0.00 -téléavertisseur téléavertisseur NOM m s 0.02 0.00 0.02 0.00 -télécabine télécabine NOM f s 0.34 0.00 0.34 0.00 -télécartes télécarte NOM f p 0.01 0.00 0.01 0.00 -télécharge télécharger VER 2.55 0.00 0.34 0.00 imp:pre:2s;ind:pre:1s;ind:pre:3s; -téléchargeables téléchargeable ADJ f p 0.01 0.00 0.01 0.00 -téléchargement téléchargement NOM m s 0.32 0.00 0.32 0.00 -téléchargent télécharger VER 2.55 0.00 0.06 0.00 ind:pre:3p; -téléchargeons télécharger VER 2.55 0.00 0.02 0.00 ind:pre:1p; -télécharger télécharger VER 2.55 0.00 0.91 0.00 inf; -téléchargera télécharger VER 2.55 0.00 0.02 0.00 ind:fut:3s; -téléchargerai télécharger VER 2.55 0.00 0.01 0.00 ind:fut:1s; -téléchargerons télécharger VER 2.55 0.00 0.01 0.00 ind:fut:1p; -téléchargez télécharger VER 2.55 0.00 0.11 0.00 imp:pre:2p;ind:pre:2p; -téléchargé télécharger VER m s 2.55 0.00 0.75 0.00 par:pas; -téléchargée télécharger VER f s 2.55 0.00 0.15 0.00 par:pas; -téléchargées télécharger VER f p 2.55 0.00 0.11 0.00 par:pas; -téléchargés télécharger VER m p 2.55 0.00 0.05 0.00 par:pas; -télécinéma télécinéma NOM m s 0.01 0.00 0.01 0.00 -télécommande télécommande NOM f s 4.37 0.27 4.02 0.27 -télécommander télécommander VER 0.69 0.20 0.06 0.00 inf; -télécommandes télécommande NOM f p 4.37 0.27 0.35 0.00 -télécommandé télécommander VER m s 0.69 0.20 0.24 0.00 par:pas; -télécommandée télécommander VER f s 0.69 0.20 0.10 0.07 par:pas; -télécommandées télécommander VER f p 0.69 0.20 0.08 0.00 par:pas; -télécommandés télécommander VER m p 0.69 0.20 0.05 0.14 par:pas; -télécommunication télécommunication NOM f s 0.94 0.20 0.53 0.07 -télécommunications télécommunication NOM f p 0.94 0.20 0.41 0.14 -télécoms télécom NOM f p 0.30 0.00 0.30 0.00 -téléconférence téléconférence NOM f s 0.41 0.00 0.41 0.00 -télécopieur télécopieur NOM m s 0.03 0.00 0.03 0.00 -télécran télécran NOM m s 0.05 0.00 0.03 0.00 -télécrans télécran NOM m p 0.05 0.00 0.02 0.00 -télédiffuser télédiffuser VER 0.03 0.00 0.03 0.00 inf; -télédiffusion télédiffusion NOM f s 0.01 0.00 0.01 0.00 -téléfax téléfax NOM m 0.01 0.07 0.01 0.07 -téléfaxe téléfaxer VER 0.02 0.00 0.01 0.00 ind:pre:1s; -téléfaxez téléfaxer VER 0.02 0.00 0.01 0.00 ind:pre:2p; -téléfilm téléfilm NOM m s 0.50 0.00 0.45 0.00 -téléfilms téléfilm NOM m p 0.50 0.00 0.04 0.00 -téléfériques téléférique NOM m p 0.00 0.07 0.00 0.07 -télégramme télégramme NOM m s 11.44 38.78 10.53 34.59 -télégrammes télégramme NOM m p 11.44 38.78 0.90 4.19 -télégraphe télégraphe NOM m s 1.66 0.81 1.53 0.68 -télégraphes télégraphe NOM m p 1.66 0.81 0.12 0.14 -télégraphia télégraphier VER 1.23 6.15 0.00 0.47 ind:pas:3s; -télégraphiai télégraphier VER 1.23 6.15 0.01 1.08 ind:pas:1s; -télégraphiait télégraphier VER 1.23 6.15 0.00 0.47 ind:imp:3s; -télégraphiant télégraphier VER 1.23 6.15 0.00 0.14 par:pre; -télégraphie télégraphie NOM f s 0.06 0.14 0.06 0.14 -télégraphient télégraphier VER 1.23 6.15 0.00 0.07 ind:pre:3p; -télégraphier télégraphier VER 1.23 6.15 0.21 0.74 inf; -télégraphierai télégraphier VER 1.23 6.15 0.03 0.14 ind:fut:1s; -télégraphierais télégraphier VER 1.23 6.15 0.00 0.07 cnd:pre:1s; -télégraphierait télégraphier VER 1.23 6.15 0.00 0.07 cnd:pre:3s; -télégraphiez télégraphier VER 1.23 6.15 0.17 0.07 imp:pre:2p; -télégraphiâmes télégraphier VER 1.23 6.15 0.00 0.07 ind:pas:1p; -télégraphions télégraphier VER 1.23 6.15 0.01 0.00 imp:pre:1p; -télégraphique télégraphique ADJ s 0.50 2.97 0.20 1.42 -télégraphiques télégraphique ADJ p 0.50 2.97 0.29 1.55 -télégraphiste télégraphiste NOM s 0.37 0.54 0.36 0.34 -télégraphistes télégraphiste NOM p 0.37 0.54 0.01 0.20 -télégraphié télégraphier VER m s 1.23 6.15 0.75 1.82 par:pas; -télégraphiée télégraphier VER f s 1.23 6.15 0.00 0.07 par:pas; -télégraphiées télégraphier VER f p 1.23 6.15 0.00 0.14 par:pas; -télégraphiés télégraphier VER m p 1.23 6.15 0.00 0.07 par:pas; -téléguidage téléguidage NOM m s 0.15 0.00 0.15 0.00 -téléguider téléguider VER 0.35 0.47 0.01 0.00 inf; -téléguidé téléguider VER m s 0.35 0.47 0.20 0.20 par:pas; -téléguidée téléguider VER f s 0.35 0.47 0.13 0.07 par:pas; -téléguidées téléguider VER f p 0.35 0.47 0.00 0.07 par:pas; -téléguidés téléguider VER m p 0.35 0.47 0.02 0.14 par:pas; -télégénie télégénie NOM f s 0.01 0.00 0.01 0.00 -télégénique télégénique ADJ s 0.02 0.00 0.02 0.00 -télékinésie télékinésie NOM f s 0.60 0.00 0.60 0.00 -télémark télémark NOM m s 0.00 0.07 0.00 0.07 -télémarketing télémarketing NOM m s 0.14 0.00 0.14 0.00 -télématique télématique ADJ s 0.01 0.07 0.01 0.07 -télémesure télémesure NOM f s 0.07 0.00 0.03 0.00 -télémesures télémesure NOM f p 0.07 0.00 0.04 0.00 -télémètre télémètre NOM m s 0.03 0.20 0.02 0.14 -télémètres télémètre NOM m p 0.03 0.20 0.01 0.07 -télémétrie télémétrie NOM f s 0.85 0.00 0.85 0.00 -télémétrique télémétrique ADJ s 0.16 0.00 0.08 0.00 -télémétriques télémétrique ADJ p 0.16 0.00 0.07 0.00 -téléobjectif téléobjectif NOM m s 0.72 0.54 0.62 0.27 -téléobjectifs téléobjectif NOM m p 0.72 0.54 0.10 0.27 -téléologique téléologique ADJ s 0.01 0.00 0.01 0.00 -télépathe télépathe NOM s 1.53 0.07 1.17 0.07 -télépathes télépathe NOM p 1.53 0.07 0.36 0.00 -télépathie télépathie NOM f s 1.94 0.47 1.94 0.47 -télépathique télépathique ADJ s 0.53 0.27 0.41 0.27 -télépathiquement télépathiquement ADV 0.01 0.00 0.01 0.00 -télépathiques télépathique ADJ p 0.53 0.27 0.13 0.00 -téléphona téléphoner VER 60.49 67.03 0.02 4.53 ind:pas:3s; -téléphonage téléphonage NOM m s 0.00 0.07 0.00 0.07 -téléphonai téléphoner VER 60.49 67.03 0.01 0.74 ind:pas:1s; -téléphonaient téléphoner VER 60.49 67.03 0.02 0.34 ind:imp:3p; -téléphonais téléphoner VER 60.49 67.03 0.63 0.34 ind:imp:1s;ind:imp:2s; -téléphonait téléphoner VER 60.49 67.03 0.87 3.31 ind:imp:3s; -téléphonant téléphoner VER 60.49 67.03 0.20 1.49 par:pre; -téléphone téléphone NOM m s 160.80 96.82 155.68 93.99 -téléphonent téléphoner VER 60.49 67.03 0.36 0.61 ind:pre:3p; -téléphoner téléphoner VER 60.49 67.03 20.22 19.73 inf; -téléphonera téléphoner VER 60.49 67.03 0.61 0.68 ind:fut:3s; -téléphonerai téléphoner VER 60.49 67.03 2.07 1.35 ind:fut:1s; -téléphoneraient téléphoner VER 60.49 67.03 0.01 0.07 cnd:pre:3p; -téléphonerais téléphoner VER 60.49 67.03 0.12 0.27 cnd:pre:1s;cnd:pre:2s; -téléphonerait téléphoner VER 60.49 67.03 0.06 1.42 cnd:pre:3s; -téléphoneras téléphoner VER 60.49 67.03 0.17 0.14 ind:fut:2s; -téléphonerez téléphoner VER 60.49 67.03 0.27 0.20 ind:fut:2p; -téléphoneriez téléphoner VER 60.49 67.03 0.00 0.07 cnd:pre:2p; -téléphonerons téléphoner VER 60.49 67.03 0.03 0.07 ind:fut:1p; -téléphoneront téléphoner VER 60.49 67.03 0.14 0.07 ind:fut:3p; -téléphones téléphone NOM m p 160.80 96.82 5.12 2.84 -téléphonez téléphoner VER 60.49 67.03 2.26 1.69 imp:pre:2p;ind:pre:2p; -téléphonie téléphonie NOM f s 0.22 0.07 0.22 0.07 -téléphoniez téléphoner VER 60.49 67.03 0.05 0.14 ind:imp:2p; -téléphonions téléphoner VER 60.49 67.03 0.00 0.07 ind:imp:1p; -téléphonique téléphonique ADJ s 9.23 10.88 6.03 7.70 -téléphoniquement téléphoniquement ADV 0.14 0.07 0.14 0.07 -téléphoniques téléphonique ADJ p 9.23 10.88 3.20 3.18 -téléphoniste téléphoniste NOM s 0.27 1.22 0.10 0.68 -téléphonistes téléphoniste NOM p 0.27 1.22 0.17 0.54 -téléphonons téléphoner VER 60.49 67.03 0.05 0.00 imp:pre:1p;ind:pre:1p; -téléphonât téléphoner VER 60.49 67.03 0.00 0.07 sub:imp:3s; -téléphoné téléphoner VER m s 60.49 67.03 20.80 18.11 par:pas; -téléphonée téléphoné ADJ f s 0.21 0.54 0.01 0.00 -téléphonées téléphoné ADJ f p 0.21 0.54 0.00 0.07 -téléphonés téléphoner VER m p 60.49 67.03 0.01 0.07 par:pas; -téléphérique téléphérique NOM m s 0.36 0.54 0.36 0.54 -téléport téléport NOM m s 0.01 0.00 0.01 0.00 -téléportation téléportation NOM f s 1.00 0.00 1.00 0.00 -téléprompteur téléprompteur NOM m s 0.08 0.00 0.08 0.00 -téléreportage téléreportage NOM m s 0.01 0.00 0.01 0.00 -téléroman téléroman NOM m s 0.05 0.00 0.05 0.00 -télés télé NOM f p 106.42 26.15 2.06 0.88 -téléscripteur téléscripteur NOM m s 0.05 1.08 0.04 0.14 -téléscripteurs téléscripteur NOM m p 0.05 1.08 0.01 0.95 -télésiège télésiège NOM m s 1.18 0.00 1.04 0.00 -télésièges télésiège NOM m p 1.18 0.00 0.14 0.00 -téléski téléski NOM m s 0.02 0.00 0.02 0.00 -téléspectateur téléspectateur NOM m s 2.18 0.47 0.13 0.14 -téléspectateurs téléspectateur NOM m p 2.18 0.47 2.03 0.27 -téléspectatrice téléspectateur NOM f s 2.18 0.47 0.03 0.00 -téléspectatrices téléspectatrice NOM f p 0.01 0.00 0.01 0.00 -télésurveillance télésurveillance NOM f s 0.01 0.00 0.01 0.00 -télétexte télétexte NOM m s 0.10 0.00 0.10 0.00 -télétravail télétravail NOM m s 0.01 0.00 0.01 0.00 -télétravailleuse télétravailleur NOM f s 0.01 0.00 0.01 0.00 -télétype télétype NOM m s 0.10 0.07 0.08 0.00 -télétypes télétype NOM m p 0.10 0.07 0.02 0.07 -télévangéliste télévangéliste NOM s 0.06 0.00 0.05 0.00 -télévangélistes télévangéliste NOM p 0.06 0.00 0.01 0.00 -télévendeur télévendeur NOM m s 0.01 0.00 0.01 0.00 -télévente télévente NOM f s 0.01 0.00 0.01 0.00 -télévise téléviser VER 0.37 1.42 0.01 0.47 ind:pre:1s;ind:pre:3s; -télévisera téléviser VER 0.37 1.42 0.00 0.14 ind:fut:3s; -télévises téléviser VER 0.37 1.42 0.00 0.20 ind:pre:2s; -téléviseur téléviseur NOM m s 2.43 1.01 1.74 0.95 -téléviseurs téléviseur NOM m p 2.43 1.01 0.69 0.07 -télévision télévision NOM f s 26.38 24.32 25.45 23.51 -télévisions télévision NOM f p 26.38 24.32 0.93 0.81 -télévisé télévisé ADJ m s 3.37 2.57 2.11 1.01 -télévisée télévisé ADJ f s 3.37 2.57 0.48 0.47 -télévisuel télévisuel ADJ m s 0.33 0.34 0.27 0.20 -télévisuelle télévisuel ADJ f s 0.33 0.34 0.05 0.07 -télévisuels télévisuel ADJ m p 0.33 0.34 0.00 0.07 -télévisées télévisé ADJ f p 3.37 2.57 0.14 0.74 -télévisés télévisé ADJ m p 3.37 2.57 0.64 0.34 -tumescence tumescence NOM f s 0.04 0.00 0.04 0.00 -tumescent tumescent ADJ m s 0.01 0.00 0.01 0.00 -tumeur tumeur NOM f s 7.96 1.89 6.70 1.28 -tumeurs tumeur NOM f p 7.96 1.89 1.27 0.61 -témoigna témoigner VER 24.29 25.68 0.02 0.54 ind:pas:3s; -témoignage témoignage NOM m s 16.12 19.73 12.28 10.95 -témoignages témoignage NOM m p 16.12 19.73 3.84 8.78 -témoignaient témoigner VER 24.29 25.68 0.02 2.91 ind:imp:3p; -témoignais témoigner VER 24.29 25.68 0.04 0.07 ind:imp:1s;ind:imp:2s; -témoignait témoigner VER 24.29 25.68 0.32 5.27 ind:imp:3s; -témoignant témoigner VER 24.29 25.68 0.20 1.35 par:pre; -témoigne témoigner VER 24.29 25.68 3.10 3.24 imp:pre:2s;ind:pre:1s;ind:pre:3s; -témoignent témoigner VER 24.29 25.68 0.81 1.35 ind:pre:3p; -témoigner témoigner VER 24.29 25.68 13.36 7.64 ind:pre:2p;inf; -témoignera témoigner VER 24.29 25.68 1.09 0.07 ind:fut:3s; -témoignerai témoigner VER 24.29 25.68 0.88 0.07 ind:fut:1s; -témoigneraient témoigner VER 24.29 25.68 0.00 0.07 cnd:pre:3p; -témoignerais témoigner VER 24.29 25.68 0.05 0.00 cnd:pre:1s;cnd:pre:2s; -témoignerait témoigner VER 24.29 25.68 0.13 0.07 cnd:pre:3s; -témoigneras témoigner VER 24.29 25.68 0.08 0.00 ind:fut:2s; -témoignerez témoigner VER 24.29 25.68 0.28 0.00 ind:fut:2p; -témoigneront témoigner VER 24.29 25.68 0.18 0.07 ind:fut:3p; -témoignes témoigner VER 24.29 25.68 0.29 0.07 ind:pre:2s; -témoignez témoigner VER 24.29 25.68 0.91 0.14 imp:pre:2p;ind:pre:2p; -témoigniez témoigner VER 24.29 25.68 0.11 0.00 ind:imp:2p; -témoignât témoigner VER 24.29 25.68 0.00 0.07 sub:imp:3s; -témoignèrent témoigner VER 24.29 25.68 0.00 0.27 ind:pas:3p; -témoigné témoigner VER m s 24.29 25.68 1.99 2.09 par:pas; -témoignée témoigner VER f s 24.29 25.68 0.31 0.20 par:pas; -témoignées témoigner VER f p 24.29 25.68 0.01 0.07 par:pas; -témoignés témoigner VER m p 24.29 25.68 0.11 0.07 par:pas; -témoin_clé témoin_clé NOM m s 0.13 0.00 0.13 0.00 -témoin_vedette témoin_vedette NOM m s 0.01 0.00 0.01 0.00 -témoin témoin NOM m s 74.78 46.01 49.35 28.38 -témoins_clé témoins_clé NOM m p 0.05 0.00 0.05 0.00 -témoins témoin NOM m p 74.78 46.01 25.43 17.64 -tumorale tumoral ADJ f s 0.05 0.00 0.04 0.00 -tumoraux tumoral ADJ m p 0.05 0.00 0.01 0.00 -tuméfaction tuméfaction NOM f s 0.07 0.07 0.07 0.07 -tuméfie tuméfier VER 0.00 1.08 0.00 0.07 ind:pre:3s; -tuméfier tuméfier VER 0.00 1.08 0.00 0.07 inf; -tuméfié tuméfié ADJ m s 0.44 2.36 0.36 1.08 -tuméfiée tuméfié ADJ f s 0.44 2.36 0.04 0.88 -tuméfiées tuméfié ADJ f p 0.44 2.36 0.02 0.34 -tuméfiés tuméfié ADJ m p 0.44 2.36 0.03 0.07 -tumuli tumulus NOM m p 0.22 1.49 0.00 0.14 -tumulte tumulte NOM m s 1.19 13.11 1.07 12.09 -tumultes tumulte NOM m p 1.19 13.11 0.12 1.01 -tumultuaire tumultuaire ADJ s 0.00 0.07 0.00 0.07 -tumultueuse tumultueux ADJ f s 1.13 5.95 0.31 2.36 -tumultueusement tumultueusement ADV 0.02 0.14 0.02 0.14 -tumultueuses tumultueux ADJ f p 1.13 5.95 0.04 0.88 -tumultueux tumultueux ADJ m 1.13 5.95 0.78 2.70 -tumulus tumulus NOM m 0.22 1.49 0.22 1.35 -téméraire téméraire ADJ s 2.38 3.04 2.04 2.50 -témérairement témérairement ADV 0.00 0.27 0.00 0.27 -téméraires téméraire ADJ p 2.38 3.04 0.34 0.54 -témérité témérité NOM f s 0.87 1.35 0.87 1.22 -témérités témérité NOM f p 0.87 1.35 0.00 0.14 -ténacité ténacité NOM f s 0.89 2.30 0.89 2.30 -tune tune NOM f s 1.23 2.16 0.85 0.20 -tuner tuner NOM m s 0.06 0.07 0.06 0.07 -tunes tune NOM f p 1.23 2.16 0.38 1.96 -tungstène tungstène NOM m s 0.12 0.47 0.12 0.47 -ténia ténia NOM m s 0.11 0.68 0.08 0.68 -ténias ténia NOM m p 0.11 0.68 0.03 0.00 -tunique tunique NOM f s 1.32 10.27 1.07 8.04 -tuniques tunique NOM f p 1.32 10.27 0.25 2.23 -tunisien tunisien ADJ m s 0.30 3.51 0.15 1.28 -tunisienne tunisien ADJ f s 0.30 3.51 0.16 0.61 -tunisiennes tunisien ADJ f p 0.30 3.51 0.00 0.20 -tunisiens tunisien ADJ m p 0.30 3.51 0.00 1.42 -tunnel tunnel NOM m s 19.24 14.59 15.88 12.30 -tunnels tunnel NOM m p 19.24 14.59 3.36 2.30 -ténor ténor NOM m s 1.38 2.70 1.01 2.03 -ténors ténor NOM m p 1.38 2.70 0.36 0.68 -ténèbre ténèbre NOM f s 12.70 26.76 0.01 0.61 -ténèbres ténèbre NOM f p 12.70 26.76 12.68 26.15 -ténu ténu ADJ m s 0.40 5.95 0.30 2.84 -ténébreuse ténébreux ADJ f s 1.50 7.91 0.24 2.36 -ténébreuses ténébreux ADJ f p 1.50 7.91 0.15 0.88 -ténébreux ténébreux ADJ m 1.50 7.91 1.11 4.66 -ténébrionidé ténébrionidé NOM m s 0.00 0.07 0.00 0.07 -ténue ténu ADJ f s 0.40 5.95 0.08 1.76 -ténues ténu ADJ f p 0.40 5.95 0.01 0.61 -ténuité ténuité NOM f s 0.00 0.14 0.00 0.14 -ténus ténu ADJ m p 0.40 5.95 0.01 0.74 -tuons tuer VER 928.05 171.15 2.27 0.41 imp:pre:1p;ind:pre:1p; -tuât tuer VER 928.05 171.15 0.00 0.34 sub:imp:3s; -tuque tuque NOM f s 0.00 0.07 0.00 0.07 -téraoctets téraoctet NOM m p 0.01 0.00 0.01 0.00 -tératologique tératologique ADJ f s 0.00 0.34 0.00 0.27 -tératologiques tératologique ADJ f p 0.00 0.34 0.00 0.07 -tératome tératome NOM m s 0.05 0.00 0.05 0.00 -turban turban NOM m s 0.72 7.30 0.66 6.08 -turbans turban NOM m p 0.72 7.30 0.07 1.22 -turbin turbin NOM m s 0.41 4.19 0.41 3.92 -turbina turbiner VER 0.35 1.28 0.00 0.07 ind:pas:3s; -turbinaient turbiner VER 0.35 1.28 0.00 0.14 ind:imp:3p; -turbinait turbiner VER 0.35 1.28 0.00 0.07 ind:imp:3s; -turbine turbine NOM f s 1.02 1.28 0.51 1.08 -turbiner turbiner VER 0.35 1.28 0.16 0.47 inf; -turbines turbine NOM f p 1.02 1.28 0.51 0.20 -turbinez turbiner VER 0.35 1.28 0.00 0.07 ind:pre:2p; -turbins turbin NOM m p 0.41 4.19 0.00 0.27 -turbiné turbiner VER m s 0.35 1.28 0.01 0.20 par:pas; -turbo turbo NOM s 1.19 0.54 1.03 0.54 -turbocompresseur turbocompresseur NOM m s 0.14 0.00 0.01 0.00 -turbocompresseurs turbocompresseur NOM m p 0.14 0.00 0.14 0.00 -turbopropulseur turbopropulseur NOM m s 0.28 0.00 0.28 0.00 -turboréacteur turboréacteur NOM m s 0.01 0.00 0.01 0.00 -turbos turbo NOM p 1.19 0.54 0.15 0.00 -turbot turbot NOM m s 0.12 0.68 0.12 0.68 -turbotière turbotière NOM f s 0.01 0.07 0.01 0.00 -turbotières turbotière NOM f p 0.01 0.07 0.00 0.07 -turbé turbé NOM m s 0.00 0.34 0.00 0.27 -turbulence turbulence NOM f s 1.46 2.36 0.56 1.15 -turbulences turbulence NOM f p 1.46 2.36 0.89 1.22 -turbulent turbulent ADJ m s 1.49 3.04 0.61 1.49 -turbulente turbulent ADJ f s 1.49 3.04 0.69 0.68 -turbulentes turbulent ADJ f p 1.49 3.04 0.01 0.20 -turbulents turbulent ADJ m p 1.49 3.04 0.19 0.68 -turbés turbé NOM m p 0.00 0.34 0.00 0.07 -turc turc ADJ m s 4.25 10.54 2.12 4.26 -turco turco NOM m s 0.61 0.07 0.61 0.00 -turcoman turcoman ADJ m s 0.00 0.14 0.00 0.14 -turcomans turcoman NOM m p 0.00 0.34 0.00 0.27 -turcos turco NOM m p 0.61 0.07 0.00 0.07 -turcs turc ADJ m p 4.25 10.54 0.56 2.09 -turdus turdus NOM m 0.00 0.20 0.00 0.20 -turelure turelure NOM f s 0.00 0.07 0.00 0.07 -turent taire VER 154.47 139.80 0.20 6.62 ind:pas:3p; -turf turf NOM m s 0.43 1.82 0.43 1.76 -turfiste turfiste NOM s 0.08 0.47 0.03 0.14 -turfistes turfiste NOM p 0.08 0.47 0.05 0.34 -turfs turf NOM m p 0.43 1.82 0.00 0.07 -turgescence turgescence NOM f s 0.14 0.07 0.14 0.07 -turgescent turgescent ADJ m s 0.04 0.41 0.03 0.07 -turgescente turgescent ADJ f s 0.04 0.41 0.01 0.20 -turgescentes turgescent ADJ f p 0.04 0.41 0.00 0.07 -turgescents turgescent ADJ m p 0.04 0.41 0.00 0.07 -turgide turgide ADJ m s 0.04 0.00 0.04 0.00 -turgotine turgotine NOM f s 0.00 0.07 0.00 0.07 -turinois turinois ADJ m 0.21 0.07 0.20 0.00 -turinoise turinois ADJ f s 0.21 0.07 0.01 0.07 -turista turista NOM f s 0.06 0.54 0.05 0.00 -turistas turista NOM f p 0.06 0.54 0.01 0.54 -turkmènes turkmène ADJ m p 0.00 0.14 0.00 0.14 -turlu turlu NOM m s 0.01 0.34 0.01 0.34 -turlupinade turlupinade NOM f s 0.00 0.14 0.00 0.07 -turlupinades turlupinade NOM f p 0.00 0.14 0.00 0.07 -turlupinaient turlupiner VER 0.35 1.28 0.00 0.07 ind:imp:3p; -turlupinait turlupiner VER 0.35 1.28 0.02 0.47 ind:imp:3s; -turlupine turlupiner VER 0.35 1.28 0.30 0.27 imp:pre:2s;ind:pre:1s;ind:pre:3s; -turlupinent turlupiner VER 0.35 1.28 0.01 0.07 ind:pre:3p; -turlupiner turlupiner VER 0.35 1.28 0.01 0.14 inf; -turlupinera turlupiner VER 0.35 1.28 0.01 0.00 ind:fut:3s; -turlupins turlupin NOM m p 0.00 0.14 0.00 0.14 -turlupiné turlupiner VER m s 0.35 1.28 0.00 0.14 par:pas; -turlupinée turlupiner VER f s 0.35 1.28 0.00 0.14 par:pas; -turlutaines turlutaine NOM f p 0.00 0.07 0.00 0.07 -turlute turluter VER 0.25 0.27 0.05 0.07 ind:pre:1s;ind:pre:3s; -turlutent turluter VER 0.25 0.27 0.00 0.07 ind:pre:3p; -turluter turluter VER 0.25 0.27 0.00 0.07 inf; -turlutes turluter VER 0.25 0.27 0.20 0.07 ind:pre:2s; -turlutte turlutte NOM f s 0.26 0.20 0.26 0.20 -turlututu turlututu ONO 0.01 0.14 0.01 0.14 -turne turne NOM f s 0.56 1.96 0.56 1.76 -turnes turne NOM f p 0.56 1.96 0.00 0.20 -turnover turnover NOM m s 0.03 0.00 0.03 0.00 -turpides turpide ADJ f p 0.00 0.07 0.00 0.07 -turpitude turpitude NOM f s 0.54 2.36 0.18 0.41 -turpitudes turpitude NOM f p 0.54 2.36 0.35 1.96 -turque turc ADJ f s 4.25 10.54 1.33 2.70 -turquerie turquerie NOM f s 0.00 0.14 0.00 0.14 -turques turque NOM f p 0.32 0.00 0.32 0.00 -turquin turquin ADJ m s 0.00 0.14 0.00 0.14 -turquoise turquoise NOM f s 0.65 1.01 0.30 0.61 -turquoises turquoise NOM f p 0.65 1.01 0.35 0.41 -térébenthine térébenthine NOM f s 0.55 1.28 0.55 1.28 -térébinthe térébinthe NOM m s 0.01 0.20 0.01 0.14 -térébinthes térébinthe NOM m p 0.01 0.20 0.00 0.07 -térébrant térébrant ADJ m s 0.00 0.20 0.00 0.14 -térébrants térébrant ADJ m p 0.00 0.20 0.00 0.07 -tés té NOM m p 2.35 1.08 0.19 0.00 -tus taire VER m p 154.47 139.80 0.40 4.39 ind:pas:1s;par:pas;par:pas; -tussent taire VER 154.47 139.80 0.00 0.07 sub:imp:3p; -tussilage tussilage NOM m s 0.01 0.00 0.01 0.00 -tussor tussor NOM m s 0.01 1.69 0.01 1.69 -têt têt NOM m s 0.34 1.08 0.34 1.08 -tut taire VER 154.47 139.80 0.69 28.92 ind:pas:3s; -téta téter VER 1.71 5.88 0.01 0.14 ind:pas:3s; -tétaient téter VER 1.71 5.88 0.01 0.07 ind:imp:3p; -tétais téter VER 1.71 5.88 0.13 0.20 ind:imp:1s;ind:imp:2s; -tétait téter VER 1.71 5.88 0.06 0.34 ind:imp:3s; -tétanie tétanie NOM f s 0.15 0.07 0.15 0.07 -tétanique tétanique ADJ s 0.00 0.34 0.00 0.27 -tétaniques tétanique ADJ f p 0.00 0.34 0.00 0.07 -tétanisait tétaniser VER 0.42 1.08 0.00 0.14 ind:imp:3s; -tétanisant tétaniser VER 0.42 1.08 0.00 0.07 par:pre; -tétanisation tétanisation NOM f s 0.00 0.07 0.00 0.07 -tétanisent tétaniser VER 0.42 1.08 0.01 0.07 ind:pre:3p; -tétaniser tétaniser VER 0.42 1.08 0.00 0.07 inf; -tétanisé tétaniser VER m s 0.42 1.08 0.17 0.54 par:pas; -tétanisée tétaniser VER f s 0.42 1.08 0.25 0.20 par:pas; -tétanisées tétanisé ADJ f p 0.12 0.88 0.00 0.07 -tétanisés tétanisé ADJ m p 0.12 0.88 0.00 0.34 -tétanos tétanos NOM m 0.64 0.95 0.64 0.95 -tétant téter VER 1.71 5.88 0.10 0.54 par:pre; -têtard têtard NOM m s 0.86 1.89 0.68 0.34 -têtards têtard NOM m p 0.86 1.89 0.17 1.55 -tétasses téter VER 1.71 5.88 0.00 0.07 sub:imp:2s; -tête_bêche tête_bêche NOM m 0.03 0.47 0.03 0.47 -tête_de_mort tête_de_mort NOM f 0.01 0.41 0.01 0.41 -tête_de_nègre tête_de_nègre ADJ 0.00 0.20 0.00 0.20 -tête_à_queue tête_à_queue NOM m 0.00 0.20 0.00 0.20 -tête_à_tête tête_à_tête NOM m 0.00 5.95 0.00 5.95 -tête tête NOM f s 475.87 923.45 453.13 861.49 -tutelle tutelle NOM f s 2.00 2.43 2.00 2.43 -téter téter VER 1.71 5.88 0.43 2.03 inf; -tête_de_loup tête_de_loup NOM f p 0.00 0.27 0.00 0.27 -têtes tête NOM f p 475.87 923.45 22.74 61.96 -téteur téteur NOM m s 0.05 0.00 0.05 0.00 -tuteur tuteur NOM m s 4.60 2.36 3.28 2.03 -tuteurs tuteur NOM m p 4.60 2.36 0.46 0.27 -tuèrent tuer VER 928.05 171.15 0.41 0.41 ind:pas:3p; -tétiez téter VER 1.71 5.88 0.01 0.00 ind:imp:2p; -tétine tétine NOM f s 0.81 1.15 0.43 0.68 -tétines tétine NOM f p 0.81 1.15 0.38 0.47 -tétins tétin NOM m p 0.00 0.20 0.00 0.20 -têtière têtière NOM f s 0.00 0.27 0.00 0.14 -têtières têtière NOM f p 0.00 0.27 0.00 0.14 -tutoie tutoyer VER 6.25 10.07 1.25 2.36 imp:pre:2s;ind:pre:1s;ind:pre:3s; -tutoiement tutoiement NOM m s 0.38 1.89 0.38 1.82 -tutoiements tutoiement NOM m p 0.38 1.89 0.00 0.07 -tutoient tutoyer VER 6.25 10.07 0.13 0.41 ind:pre:3p; -tutoiera tutoyer VER 6.25 10.07 0.00 0.07 ind:fut:3s; -tutoierai tutoyer VER 6.25 10.07 0.00 0.07 ind:fut:1s; -tutoies tutoyer VER 6.25 10.07 0.41 0.14 ind:pre:2s; -téton téton NOM m s 4.59 1.76 1.21 0.47 -tétons téton NOM m p 4.59 1.76 3.39 1.28 -tutorat tutorat NOM m s 0.33 0.00 0.33 0.00 -tutorial tutorial ADJ m s 0.04 0.14 0.03 0.14 -tutoriaux tutorial ADJ m p 0.04 0.14 0.01 0.00 -tutoya tutoyer VER 6.25 10.07 0.00 0.34 ind:pas:3s; -tutoyaient tutoyer VER 6.25 10.07 0.00 0.41 ind:imp:3p; -tutoyais tutoyer VER 6.25 10.07 0.00 0.14 ind:imp:1s; -tutoyait tutoyer VER 6.25 10.07 0.37 1.76 ind:imp:3s; -tutoyant tutoyer VER 6.25 10.07 0.00 0.54 par:pre; -tutoyer tutoyer VER 6.25 10.07 3.05 2.84 inf; -tutoyeuses tutoyeur ADJ f p 0.00 0.07 0.00 0.07 -tutoyez tutoyer VER 6.25 10.07 0.55 0.07 imp:pre:2p;ind:pre:2p; -tutoyions tutoyer VER 6.25 10.07 0.00 0.07 ind:imp:1p; -tutoyons tutoyer VER 6.25 10.07 0.34 0.14 imp:pre:1p;ind:pre:1p; -tutoyât tutoyer VER 6.25 10.07 0.00 0.07 sub:imp:3s; -tutoyèrent tutoyer VER 6.25 10.07 0.00 0.07 ind:pas:3p; -tutoyé tutoyer VER m s 6.25 10.07 0.01 0.41 par:pas; -tutoyée tutoyer VER f s 6.25 10.07 0.14 0.07 par:pas; -tutoyés tutoyer VER m p 6.25 10.07 0.01 0.14 par:pas; -tétra tétra NOM m s 0.01 0.00 0.01 0.00 -tétrachlorure tétrachlorure NOM m s 0.04 0.07 0.04 0.07 -tétracycline tétracycline NOM f s 0.09 0.00 0.09 0.00 -tétradrachme tétradrachme NOM m s 0.00 0.07 0.00 0.07 -tétragones tétragone NOM f p 0.00 0.07 0.00 0.07 -tétragramme tétragramme NOM m s 0.01 0.07 0.00 0.07 -tétragrammes tétragramme NOM m p 0.01 0.07 0.01 0.00 -tétralogie tétralogie NOM f s 0.01 0.07 0.01 0.07 -tétramère tétramère ADJ m s 0.00 0.07 0.00 0.07 -tétramètre tétramètre NOM m s 0.03 0.00 0.03 0.00 -tétraplégie tétraplégie NOM f s 0.14 0.00 0.14 0.00 -tétraplégique tétraplégique ADJ s 0.44 0.00 0.44 0.00 -tétrarque tétrarque NOM m s 0.10 0.47 0.10 0.00 -tétrarques tétrarque NOM m p 0.10 0.47 0.00 0.47 -tétras tétras NOM m 0.16 0.00 0.16 0.00 -tutrice tuteur NOM f s 4.60 2.36 0.86 0.07 -tétrodotoxine tétrodotoxine NOM f s 0.02 0.00 0.02 0.00 -tétère téter NOM f s 0.00 0.14 0.00 0.14 -tétèrent téter VER 1.71 5.88 0.00 0.07 ind:pas:3p; -tutti_frutti tutti_frutti ADV 0.09 0.41 0.09 0.41 -tutti_quanti tutti_quanti ADV 0.15 0.20 0.15 0.20 -tété téter VER m s 1.71 5.88 0.29 0.61 par:pas; -têtu têtu ADJ m s 9.78 9.19 6.17 5.14 -tutu tutu NOM m s 0.92 3.51 0.83 2.77 -tétée tétée NOM f s 0.63 1.01 0.51 0.68 -têtue têtu ADJ f s 9.78 9.19 2.97 2.77 -tétées tétée NOM f p 0.63 1.01 0.11 0.34 -têtues têtu ADJ f p 9.78 9.19 0.09 0.34 -tutélaire tutélaire ADJ s 0.01 1.76 0.01 1.55 -tutélaires tutélaire ADJ p 0.01 1.76 0.00 0.20 -têtus têtu ADJ m p 9.78 9.19 0.55 0.95 -tutus tutu NOM m p 0.92 3.51 0.09 0.74 -tutute tutut NOM f s 0.00 0.34 0.00 0.34 -tué tuer VER m s 928.05 171.15 259.79 46.82 par:pas; -tuée tuer VER f s 928.05 171.15 39.56 5.88 par:pas; -tuées tuer VER f p 928.05 171.15 3.15 0.68 par:pas; -tués tuer VER m p 928.05 171.15 20.66 7.36 par:pas; -tévé tévé NOM f s 0.00 0.34 0.00 0.34 -tuyau tuyau NOM m s 26.73 20.61 17.51 11.96 -tuyautages tuyautage NOM m p 0.00 0.07 0.00 0.07 -tuyautait tuyauter VER 0.54 0.61 0.01 0.07 ind:imp:3s; -tuyautent tuyauter VER 0.54 0.61 0.03 0.00 ind:pre:3p; -tuyauter tuyauter VER 0.54 0.61 0.07 0.20 inf; -tuyautera tuyauter VER 0.54 0.61 0.02 0.00 ind:fut:3s; -tuyauterie tuyauterie NOM f s 1.11 1.69 1.10 0.68 -tuyauteries tuyauterie NOM f p 1.11 1.69 0.01 1.01 -tuyauteur tuyauteur NOM m s 0.00 0.27 0.00 0.14 -tuyauteurs tuyauteur NOM m p 0.00 0.27 0.00 0.14 -tuyauté tuyauter VER m s 0.54 0.61 0.17 0.14 par:pas; -tuyautée tuyauter VER f s 0.54 0.61 0.01 0.07 par:pas; -tuyautées tuyauter VER f p 0.54 0.61 0.00 0.07 par:pas; -tuyautés tuyauter VER m p 0.54 0.61 0.23 0.07 par:pas; -tuyaux tuyau NOM m p 26.73 20.61 9.22 8.65 -tuyère tuyère NOM f s 0.04 0.07 0.03 0.00 -tuyères tuyère NOM f p 0.04 0.07 0.01 0.07 -tézig tézig PRO:per s 0.00 0.07 0.00 0.07 -tézigue tézigue PRO:per s 0.00 0.34 0.00 0.34 -tweed tweed NOM m s 0.00 5.34 0.00 5.14 -tweeds tweed NOM m p 0.00 5.34 0.00 0.20 -twill twill NOM m s 0.00 0.14 0.00 0.14 -twin_set twin_set NOM m s 0.00 0.14 0.00 0.14 -twist twist NOM m s 0.00 0.74 0.00 0.68 -twistant twister VER 0.00 0.20 0.00 0.07 par:pre; -twister twister VER 0.00 0.20 0.00 0.07 inf; -twists twist NOM m p 0.00 0.74 0.00 0.07 -twistées twister VER f p 0.00 0.20 0.00 0.07 par:pas; -tympan tympan NOM m s 1.25 6.01 0.36 2.50 -tympanique tympanique ADJ s 0.01 0.00 0.01 0.00 -tympanon tympanon NOM m s 0.03 0.20 0.03 0.20 -tympans tympan NOM m p 1.25 6.01 0.89 3.51 -type type NOM m s 334.85 184.19 280.62 145.95 -typer typer VER 0.07 0.00 0.02 0.00 inf; -types type NOM m p 334.85 184.19 54.23 38.24 -typhique typhique ADJ s 0.00 0.14 0.00 0.07 -typhiques typhique ADJ m p 0.00 0.14 0.00 0.07 -typhoïde typhoïde NOM f s 0.36 1.01 0.36 1.01 -typhon typhon NOM m s 0.78 1.89 0.72 1.28 -typhons typhon NOM m p 0.78 1.89 0.06 0.61 -typhus typhus NOM m 1.74 1.76 1.74 1.76 -typique typique ADJ s 9.34 2.84 8.62 2.30 -typiquement typiquement ADV 1.86 1.96 1.86 1.96 -typiques typique ADJ p 9.34 2.84 0.72 0.54 -typo typo NOM m s 0.07 1.49 0.04 1.01 -typographe typographe NOM s 0.02 1.08 0.01 0.47 -typographes typographe NOM p 0.02 1.08 0.01 0.61 -typographie typographie NOM f s 0.34 0.47 0.34 0.47 -typographier typographier VER 0.00 0.07 0.00 0.07 inf; -typographique typographique ADJ f s 0.06 0.34 0.05 0.20 -typographiques typographique ADJ p 0.06 0.34 0.01 0.14 -typologie typologie NOM f s 0.10 0.20 0.10 0.20 -typomètre typomètre NOM m s 0.00 0.14 0.00 0.14 -typos typo NOM m p 0.07 1.49 0.02 0.47 -typé typer VER m s 0.07 0.00 0.03 0.00 par:pas; -typée typé ADJ f s 0.01 0.14 0.01 0.00 -typés typer VER m p 0.07 0.00 0.01 0.00 par:pas; -tyran tyran NOM m s 7.79 5.20 6.17 4.59 -tyranneau tyranneau NOM m s 0.01 0.14 0.00 0.14 -tyranneaux tyranneau NOM m p 0.01 0.14 0.01 0.00 -tyrannicide tyrannicide NOM s 0.01 0.14 0.00 0.07 -tyrannicides tyrannicide NOM p 0.01 0.14 0.01 0.07 -tyrannie tyrannie NOM f s 2.63 2.50 2.50 2.43 -tyrannies tyrannie NOM f p 2.63 2.50 0.14 0.07 -tyrannique tyrannique ADJ s 0.65 2.43 0.59 2.03 -tyranniquement tyranniquement ADV 0.14 0.14 0.14 0.14 -tyranniques tyrannique ADJ p 0.65 2.43 0.06 0.41 -tyrannisais tyranniser VER 0.25 0.95 0.00 0.07 ind:imp:1s; -tyrannisait tyranniser VER 0.25 0.95 0.02 0.20 ind:imp:3s; -tyrannisant tyranniser VER 0.25 0.95 0.01 0.07 par:pre; -tyrannise tyranniser VER 0.25 0.95 0.03 0.14 ind:pre:1s;ind:pre:3s; -tyrannisent tyranniser VER 0.25 0.95 0.11 0.00 ind:pre:3p; -tyranniser tyranniser VER 0.25 0.95 0.05 0.20 inf; -tyrannisèrent tyranniser VER 0.25 0.95 0.00 0.07 ind:pas:3p; -tyrannisé tyranniser VER m s 0.25 0.95 0.02 0.20 par:pas; -tyrannisée tyranniser VER f s 0.25 0.95 0.01 0.00 par:pas; -tyrannosaure tyrannosaure NOM m s 0.15 0.07 0.13 0.07 -tyrannosaures tyrannosaure NOM m p 0.15 0.07 0.02 0.00 -tyrans tyran NOM m p 7.79 5.20 1.62 0.61 -tyrienne tyrien ADJ f s 0.02 0.00 0.02 0.00 -tyrolien tyrolien ADJ m s 0.38 1.62 0.16 0.88 -tyrolienne tyrolien ADJ f s 0.38 1.62 0.08 0.27 -tyroliennes tyrolien ADJ f p 0.38 1.62 0.03 0.27 -tyroliens tyrolien NOM m p 0.13 0.20 0.12 0.07 -tyrrhénienne tyrrhénienne ADJ f s 0.20 0.27 0.20 0.27 -tzar tzar NOM m s 0.03 0.88 0.03 0.68 -tzarevitch tzarevitch NOM m s 0.00 0.07 0.00 0.07 -tzarine tzar NOM f s 0.03 0.88 0.00 0.14 -tzars tzar NOM m p 0.03 0.88 0.00 0.07 -tzigane tzigane ADJ s 0.89 1.76 0.78 1.08 -tziganes tzigane NOM p 1.49 0.61 1.10 0.54 -é é ADV 0.05 0.00 0.05 0.00 -u u NOM m 18.40 2.97 18.40 2.97 -ubac ubac NOM m s 0.00 0.14 0.00 0.14 -ébahi ébahir VER m s 0.46 1.96 0.16 0.61 par:pas; -ébahie ébahir VER f s 0.46 1.96 0.15 0.27 par:pas; -ébahies ébahi ADJ f p 0.27 3.18 0.01 0.27 -ébahir ébahir VER 0.46 1.96 0.02 0.07 inf; -ébahirons ébahir VER 0.46 1.96 0.01 0.00 ind:fut:1p; -ébahis ébahir VER m p 0.46 1.96 0.09 0.41 ind:pre:2s;par:pas; -ébahissait ébahir VER 0.46 1.96 0.00 0.34 ind:imp:3s; -ébahissant ébahir VER 0.46 1.96 0.00 0.07 par:pre; -ébahissement ébahissement NOM m s 0.00 1.15 0.00 1.15 -ébahissent ébahir VER 0.46 1.96 0.01 0.14 ind:pre:3p; -ébahissons ébahir VER 0.46 1.96 0.00 0.07 ind:pre:1p; -ébahit ébahir VER 0.46 1.96 0.02 0.00 ind:pre:3s; -ébarbage ébarbage NOM m s 0.00 0.07 0.00 0.07 -ébarbait ébarber VER 0.00 0.20 0.00 0.07 ind:imp:3s; -ébarber ébarber VER 0.00 0.20 0.00 0.07 inf; -ébarbé ébarber VER m s 0.00 0.20 0.00 0.07 par:pas; -ébat ébattre VER 0.10 3.18 0.01 0.07 ind:pre:3s; -ébats ébat NOM m p 0.41 2.30 0.41 2.30 -ébattît ébattre VER 0.10 3.18 0.00 0.07 sub:imp:3s; -ébattaient ébattre VER 0.10 3.18 0.00 0.74 ind:imp:3p; -ébattait ébattre VER 0.10 3.18 0.02 0.41 ind:imp:3s; -ébattant ébattre VER 0.10 3.18 0.01 0.20 par:pre; -ébattements ébattement NOM m p 0.00 0.07 0.00 0.07 -ébattent ébattre VER 0.10 3.18 0.01 0.20 ind:pre:3p; -ébattit ébattre VER 0.10 3.18 0.00 0.07 ind:pas:3s; -ébattons ébattre VER 0.10 3.18 0.00 0.07 ind:pre:1p; -ébattre ébattre VER 0.10 3.18 0.05 1.35 inf; -ébaubi ébaubir VER m s 0.00 0.41 0.00 0.14 par:pas; -ébaubie ébaubir VER f s 0.00 0.41 0.00 0.07 par:pas; -ébaubis ébaubir VER m p 0.00 0.41 0.00 0.14 par:pas; -ébaubissaient ébaubir VER 0.00 0.41 0.00 0.07 ind:imp:3p; -ébaucha ébaucher VER 0.05 7.97 0.00 2.36 ind:pas:3s; -ébauchai ébaucher VER 0.05 7.97 0.00 0.14 ind:pas:1s; -ébauchaient ébaucher VER 0.05 7.97 0.00 0.34 ind:imp:3p; -ébauchais ébaucher VER 0.05 7.97 0.00 0.20 ind:imp:1s; -ébauchait ébaucher VER 0.05 7.97 0.00 0.88 ind:imp:3s; -ébauchant ébaucher VER 0.05 7.97 0.00 0.68 par:pre; -ébauche ébauche NOM f s 1.33 5.47 1.17 4.46 -ébauchent ébaucher VER 0.05 7.97 0.00 0.34 ind:pre:3p; -ébaucher ébaucher VER 0.05 7.97 0.03 1.15 inf; -ébauches ébauche NOM f p 1.33 5.47 0.16 1.01 -ébaucheurs ébaucheur NOM m p 0.00 0.07 0.00 0.07 -ébauchons ébaucher VER 0.05 7.97 0.01 0.00 ind:pre:1p; -ébauchât ébaucher VER 0.05 7.97 0.00 0.07 sub:imp:3s; -ébauchèrent ébaucher VER 0.05 7.97 0.00 0.27 ind:pas:3p; -ébauché ébauché ADJ m s 0.14 1.69 0.00 0.74 -ébauchée ébaucher VER f s 0.05 7.97 0.00 0.34 par:pas; -ébauchées ébauché ADJ f p 0.14 1.69 0.00 0.34 -ébauchés ébauché ADJ m p 0.14 1.69 0.14 0.34 -ébaudi ébaudir VER m s 0.00 0.07 0.00 0.07 par:pas; -éberlua éberluer VER 0.02 1.89 0.00 0.07 ind:pas:3s; -éberluait éberluer VER 0.02 1.89 0.00 0.14 ind:imp:3s; -éberlue éberluer VER 0.02 1.89 0.00 0.07 ind:pre:3s; -éberluer éberluer VER 0.02 1.89 0.01 0.07 inf; -éberlué éberlué ADJ m s 0.01 2.70 0.01 1.28 -éberluée éberluer VER f s 0.02 1.89 0.01 0.27 par:pas; -éberluées éberlué ADJ f p 0.01 2.70 0.00 0.14 -éberlués éberlué ADJ m p 0.01 2.70 0.00 0.61 -ubique ubique ADJ s 0.00 0.07 0.00 0.07 -ubiquiste ubiquiste NOM s 0.01 0.27 0.01 0.27 -ubiquitaire ubiquitaire ADJ m s 0.00 0.14 0.00 0.14 -ubiquité ubiquité NOM f s 0.04 1.82 0.04 1.82 -ébloui éblouir VER m s 3.88 19.73 0.65 5.68 par:pas; -éblouie éblouir VER f s 3.88 19.73 0.28 2.09 par:pas; -éblouies éblouir VER f p 3.88 19.73 0.03 0.20 par:pas; -éblouir éblouir VER 3.88 19.73 0.92 2.30 inf; -éblouira éblouir VER 3.88 19.73 0.03 0.07 ind:fut:3s; -éblouirai éblouir VER 3.88 19.73 0.10 0.07 ind:fut:1s; -éblouirait éblouir VER 3.88 19.73 0.00 0.14 cnd:pre:3s; -éblouirent éblouir VER 3.88 19.73 0.00 0.14 ind:pas:3p; -éblouirez éblouir VER 3.88 19.73 0.00 0.07 ind:fut:2p; -éblouis éblouir VER m p 3.88 19.73 0.65 1.82 imp:pre:2s;ind:pre:1s;ind:pre:2s;par:pas; -éblouissaient éblouir VER 3.88 19.73 0.00 0.54 ind:imp:3p; -éblouissait éblouir VER 3.88 19.73 0.12 1.82 ind:imp:3s; -éblouissant éblouissant ADJ m s 2.07 13.24 0.65 3.04 -éblouissante éblouissant ADJ f s 2.07 13.24 1.00 6.28 -éblouissantes éblouissant ADJ f p 2.07 13.24 0.14 2.36 -éblouissants éblouissant ADJ m p 2.07 13.24 0.27 1.55 -éblouisse éblouir VER 3.88 19.73 0.04 0.07 sub:pre:3s; -éblouissement éblouissement NOM m s 0.29 5.95 0.29 5.14 -éblouissements éblouissement NOM m p 0.29 5.95 0.00 0.81 -éblouissent éblouir VER 3.88 19.73 0.27 1.01 ind:pre:3p; -éblouisses éblouir VER 3.88 19.73 0.00 0.07 sub:pre:2s; -éblouissez éblouir VER 3.88 19.73 0.03 0.07 imp:pre:2p;ind:pre:2p; -éblouissions éblouir VER 3.88 19.73 0.00 0.07 ind:imp:1p; -éblouit éblouir VER 3.88 19.73 0.58 2.57 ind:pre:3s;ind:pas:3s; -ébonite ébonite NOM f s 0.00 0.88 0.00 0.88 -éborgna éborgner VER 0.47 0.54 0.00 0.07 ind:pas:3s; -éborgne éborgner VER 0.47 0.54 0.02 0.14 ind:pre:1s;ind:pre:3s; -éborgner éborgner VER 0.47 0.54 0.41 0.20 inf; -éborgné éborgner VER m s 0.47 0.54 0.04 0.14 par:pas; -éboueur éboueur NOM m s 1.93 2.70 0.97 0.61 -éboueurs éboueur NOM m p 1.93 2.70 0.96 2.09 -ébouillanta ébouillanter VER 0.58 0.61 0.14 0.00 ind:pas:3s; -ébouillante ébouillanter VER 0.58 0.61 0.05 0.14 ind:pre:1s;ind:pre:3s; -ébouillanter ébouillanter VER 0.58 0.61 0.16 0.20 inf; -ébouillanté ébouillanter VER m s 0.58 0.61 0.22 0.14 par:pas; -ébouillantée ébouillanté ADJ f s 0.15 0.47 0.14 0.07 -ébouillantées ébouillanté ADJ f p 0.15 0.47 0.01 0.07 -ébouillantés ébouillanté ADJ m p 0.15 0.47 0.00 0.20 -éboula ébouler VER 0.03 1.82 0.00 0.07 ind:pas:3s; -éboulaient ébouler VER 0.03 1.82 0.00 0.14 ind:imp:3p; -éboulait ébouler VER 0.03 1.82 0.00 0.14 ind:imp:3s; -éboulant ébouler VER 0.03 1.82 0.00 0.14 par:pre; -éboule ébouler VER 0.03 1.82 0.00 0.41 ind:pre:3s; -éboulement éboulement NOM m s 0.54 2.36 0.48 1.49 -éboulements éboulement NOM m p 0.54 2.36 0.06 0.88 -éboulent ébouler VER 0.03 1.82 0.00 0.07 ind:pre:3p; -ébouler ébouler VER 0.03 1.82 0.01 0.07 inf; -ébouleuses ébouleux ADJ f p 0.00 0.07 0.00 0.07 -éboulis éboulis NOM m 0.16 3.99 0.16 3.99 -éboulèrent ébouler VER 0.03 1.82 0.00 0.07 ind:pas:3p; -éboulé ébouler VER m s 0.03 1.82 0.01 0.14 par:pas; -éboulée ébouler VER f s 0.03 1.82 0.00 0.20 par:pas; -éboulées ébouler VER f p 0.03 1.82 0.00 0.20 par:pas; -éboulés ébouler VER m p 0.03 1.82 0.01 0.20 par:pas; -ébouriffa ébouriffer VER 0.08 2.97 0.00 0.74 ind:pas:3s; -ébouriffaient ébouriffer VER 0.08 2.97 0.00 0.14 ind:imp:3p; -ébouriffait ébouriffer VER 0.08 2.97 0.01 0.41 ind:imp:3s; -ébouriffant ébouriffant ADJ m s 0.03 0.07 0.01 0.07 -ébouriffante ébouriffant ADJ f s 0.03 0.07 0.02 0.00 -ébouriffe ébouriffer VER 0.08 2.97 0.02 0.14 imp:pre:2s;ind:pre:3s; -ébouriffent ébouriffer VER 0.08 2.97 0.00 0.20 ind:pre:3p; -ébouriffer ébouriffer VER 0.08 2.97 0.00 0.20 inf; -ébouriffé ébouriffé ADJ m s 0.22 3.45 0.05 1.01 -ébouriffée ébouriffé ADJ f s 0.22 3.45 0.12 0.74 -ébouriffées ébouriffé ADJ f p 0.22 3.45 0.00 0.20 -ébouriffés ébouriffé ADJ m p 0.22 3.45 0.05 1.49 -ébouser ébouser VER 0.00 0.07 0.00 0.07 inf; -éboué ébouer VER m s 0.00 1.82 0.00 1.82 par:pas; -ébouzer ébouzer VER 0.00 0.14 0.00 0.07 inf; -ébouzé ébouzer VER m s 0.00 0.14 0.00 0.07 par:pas; -ébrancha ébrancher VER 0.00 0.68 0.00 0.14 ind:pas:3s; -ébranchait ébrancher VER 0.00 0.68 0.00 0.14 ind:imp:3s; -ébranchant ébrancher VER 0.00 0.68 0.00 0.07 par:pre; -ébranchement ébranchement NOM m s 0.00 0.07 0.00 0.07 -ébrancher ébrancher VER 0.00 0.68 0.00 0.14 inf; -ébrancherez ébrancher VER 0.00 0.68 0.00 0.07 ind:fut:2p; -ébranché ébranché ADJ m s 0.00 0.07 0.00 0.07 -ébranchés ébrancher VER m p 0.00 0.68 0.00 0.14 par:pas; -ébranla ébranler VER 3.37 23.45 0.15 3.85 ind:pas:3s; -ébranlaient ébranler VER 3.37 23.45 0.00 0.95 ind:imp:3p; -ébranlait ébranler VER 3.37 23.45 0.01 2.70 ind:imp:3s; -ébranlant ébranler VER 3.37 23.45 0.00 0.74 par:pre; -ébranle ébranler VER 3.37 23.45 0.22 2.97 imp:pre:2s;ind:pre:3s; -ébranlement ébranlement NOM m s 0.01 1.55 0.01 1.08 -ébranlements ébranlement NOM m p 0.01 1.55 0.00 0.47 -ébranlent ébranler VER 3.37 23.45 0.03 1.08 ind:pre:3p; -ébranler ébranler VER 3.37 23.45 1.35 3.78 inf; -ébranlera ébranler VER 3.37 23.45 0.03 0.07 ind:fut:3s; -ébranlerai ébranler VER 3.37 23.45 0.01 0.00 ind:fut:1s; -ébranleraient ébranler VER 3.37 23.45 0.01 0.07 cnd:pre:3p; -ébranlerais ébranler VER 3.37 23.45 0.00 0.07 cnd:pre:1s; -ébranlerait ébranler VER 3.37 23.45 0.00 0.07 cnd:pre:3s; -ébranlât ébranler VER 3.37 23.45 0.00 0.14 sub:imp:3s; -ébranlèrent ébranler VER 3.37 23.45 0.00 0.61 ind:pas:3p; -ébranlé ébranler VER m s 3.37 23.45 0.89 3.51 par:pas; -ébranlée ébranler VER f s 3.37 23.45 0.59 2.03 par:pas; -ébranlées ébranler VER f p 3.37 23.45 0.01 0.20 par:pas; -ébranlés ébranler VER m p 3.37 23.45 0.06 0.61 par:pas; -ébriété ébriété NOM f s 0.73 1.15 0.73 1.15 -ébroua ébrouer VER 0.01 8.11 0.00 1.76 ind:pas:3s; -ébrouaient ébrouer VER 0.01 8.11 0.00 0.27 ind:imp:3p; -ébrouais ébrouer VER 0.01 8.11 0.00 0.07 ind:imp:1s; -ébrouait ébrouer VER 0.01 8.11 0.00 1.55 ind:imp:3s; -ébrouant ébrouer VER 0.01 8.11 0.00 1.22 par:pre; -ébroue ébrouer VER 0.01 8.11 0.00 1.35 ind:pre:1s;ind:pre:3s; -ébrouement ébrouement NOM m s 0.00 0.14 0.00 0.14 -ébrouent ébrouer VER 0.01 8.11 0.00 0.61 ind:pre:3p; -ébrouer ébrouer VER 0.01 8.11 0.01 0.95 inf; -ébrouèrent ébrouer VER 0.01 8.11 0.00 0.14 ind:pas:3p; -ébroué ébrouer VER m s 0.01 8.11 0.00 0.20 par:pas; -ébrèche ébrécher VER 0.74 0.95 0.03 0.07 ind:pre:3s; -ébréchaient ébrécher VER 0.74 0.95 0.00 0.07 ind:imp:3p; -ébrécher ébrécher VER 0.74 0.95 0.00 0.14 inf; -ébréché ébrécher VER m s 0.74 0.95 0.39 0.14 par:pas; -ébréchée ébrécher VER f s 0.74 0.95 0.32 0.27 par:pas; -ébréchées ébréché ADJ f p 0.37 3.65 0.14 0.61 -ébréchure ébréchure NOM f s 0.00 0.20 0.00 0.07 -ébréchures ébréchure NOM f p 0.00 0.20 0.00 0.14 -ébréchés ébréché ADJ m p 0.37 3.65 0.00 0.81 -ébruita ébruiter VER 1.32 1.22 0.00 0.07 ind:pas:3s; -ébruite ébruiter VER 1.32 1.22 0.58 0.27 imp:pre:2s;ind:pre:3s; -ébruitent ébruiter VER 1.32 1.22 0.02 0.00 ind:pre:3p; -ébruiter ébruiter VER 1.32 1.22 0.37 0.54 inf; -ébruitera ébruiter VER 1.32 1.22 0.01 0.00 ind:fut:3s; -ébruiterait ébruiter VER 1.32 1.22 0.02 0.00 cnd:pre:3s; -ébruitez ébruiter VER 1.32 1.22 0.22 0.07 imp:pre:2p;ind:pre:2p; -ébruitons ébruiter VER 1.32 1.22 0.05 0.00 imp:pre:1p;ind:pre:1p; -ébruitât ébruiter VER 1.32 1.22 0.00 0.07 sub:imp:3s; -ébruité ébruiter VER m s 1.32 1.22 0.03 0.00 par:pas; -ébruitée ébruiter VER f s 1.32 1.22 0.01 0.20 par:pas; -ébène ébène NOM f s 0.51 4.26 0.51 4.26 -ubuesque ubuesque ADJ f s 0.14 0.07 0.14 0.07 -ébullition ébullition NOM f s 0.79 1.35 0.79 1.35 -ébéniste ébéniste NOM s 0.24 1.55 0.11 1.35 -ébénisterie ébénisterie NOM f s 0.00 0.41 0.00 0.34 -ébénisteries ébénisterie NOM f p 0.00 0.41 0.00 0.07 -ébénistes ébéniste NOM p 0.24 1.55 0.13 0.20 -écaillage écaillage NOM m s 0.03 0.00 0.03 0.00 -écaillaient écailler VER 0.74 4.66 0.00 0.34 ind:imp:3p; -écaillait écailler VER 0.74 4.66 0.14 0.61 ind:imp:3s; -écaillant écailler VER 0.74 4.66 0.00 0.34 par:pre; -écaille écaille NOM f s 1.42 11.35 0.57 6.15 -écaillent écailler VER 0.74 4.66 0.01 0.20 ind:pre:3p; -écailler écailler VER 0.74 4.66 0.28 0.61 inf; -écaillera écailler VER 0.74 4.66 0.01 0.00 ind:fut:3s; -écaillerai écailler VER 0.74 4.66 0.00 0.07 ind:fut:1s; -écaillers écailler NOM m p 0.11 0.27 0.00 0.07 -écailles écaille NOM f p 1.42 11.35 0.84 5.20 -écailleur écailleur NOM m s 0.00 0.07 0.00 0.07 -écailleuse écailleux ADJ f s 0.00 0.74 0.00 0.34 -écailleuses écailleux ADJ f p 0.00 0.74 0.00 0.07 -écailleux écailleux ADJ m 0.00 0.74 0.00 0.34 -écaillère écailler NOM f s 0.11 0.27 0.01 0.00 -écaillé écailler VER m s 0.74 4.66 0.04 0.27 par:pas; -écaillée écailler VER f s 0.74 4.66 0.06 0.81 par:pas; -écaillées écaillé ADJ f p 0.07 2.97 0.03 0.41 -écaillure écaillure NOM f s 0.00 0.14 0.00 0.07 -écaillures écaillure NOM f p 0.00 0.14 0.00 0.07 -écaillés écaillé ADJ m p 0.07 2.97 0.01 0.27 -écalait écaler VER 0.00 0.14 0.00 0.07 ind:imp:3s; -écale écale NOM f s 0.02 0.07 0.00 0.07 -écaler écaler VER 0.00 0.14 0.00 0.07 inf; -écales écale NOM f p 0.02 0.07 0.02 0.00 -écarlate écarlate ADJ s 0.78 8.58 0.66 5.95 -écarlates écarlate ADJ p 0.78 8.58 0.12 2.64 -écarquilla écarquiller VER 0.76 8.85 0.00 0.95 ind:pas:3s; -écarquillai écarquiller VER 0.76 8.85 0.00 0.14 ind:pas:1s; -écarquillaient écarquiller VER 0.76 8.85 0.01 0.34 ind:imp:3p; -écarquillais écarquiller VER 0.76 8.85 0.10 0.07 ind:imp:1s; -écarquillait écarquiller VER 0.76 8.85 0.00 0.54 ind:imp:3s; -écarquillant écarquiller VER 0.76 8.85 0.00 0.95 par:pre; -écarquille écarquiller VER 0.76 8.85 0.11 1.22 imp:pre:2s;ind:pre:1s;ind:pre:3s; -écarquillement écarquillement NOM m s 0.00 0.20 0.00 0.20 -écarquillent écarquiller VER 0.76 8.85 0.00 0.20 ind:pre:3p; -écarquiller écarquiller VER 0.76 8.85 0.00 0.41 inf; -écarquillez écarquiller VER 0.76 8.85 0.02 0.00 imp:pre:2p;ind:pre:2p; -écarquillions écarquiller VER 0.76 8.85 0.00 0.14 ind:imp:1p; -écarquillèrent écarquiller VER 0.76 8.85 0.10 0.07 ind:pas:3p; -écarquillé écarquiller VER m s 0.76 8.85 0.00 0.34 par:pas; -écarquillée écarquiller VER f s 0.76 8.85 0.00 0.07 par:pas; -écarquillées écarquiller VER f p 0.76 8.85 0.00 0.20 par:pas; -écarquillés écarquiller VER m p 0.76 8.85 0.41 3.24 par:pas; -écart écart NOM m s 14.71 34.53 14.36 32.30 -écarta écarter VER 24.83 92.36 0.51 13.72 ind:pas:3s; -écartai écarter VER 24.83 92.36 0.00 1.89 ind:pas:1s; -écartaient écarter VER 24.83 92.36 0.04 4.66 ind:imp:3p; -écartais écarter VER 24.83 92.36 0.06 0.68 ind:imp:1s;ind:imp:2s; -écartait écarter VER 24.83 92.36 0.51 7.23 ind:imp:3s; -écartant écarter VER 24.83 92.36 0.16 9.86 par:pre; -écarte écarter VER 24.83 92.36 5.95 13.45 imp:pre:2s;ind:pre:1s;ind:pre:3s; -écartela écarteler VER 0.35 3.18 0.00 0.07 ind:pas:3s; -écartelaient écarteler VER 0.35 3.18 0.00 0.14 ind:imp:3p; -écartelait écarteler VER 0.35 3.18 0.00 0.20 ind:imp:3s; -écartelant écarteler VER 0.35 3.18 0.01 0.07 par:pre; -écarteler écarteler VER 0.35 3.18 0.06 0.34 inf; -écartelé écarteler VER m s 0.35 3.18 0.20 0.95 par:pas; -écartelée écarteler VER f s 0.35 3.18 0.02 0.20 par:pas; -écartelées écartelé ADJ f p 0.19 1.96 0.14 0.47 -écartelés écartelé ADJ m p 0.19 1.96 0.01 0.27 -écartement écartement NOM m s 0.05 0.47 0.05 0.41 -écartements écartement NOM m p 0.05 0.47 0.00 0.07 -écartent écarter VER 24.83 92.36 0.26 3.78 ind:pre:3p; -écarter écarter VER 24.83 92.36 4.77 16.89 ind:pre:2p;inf; -écartera écarter VER 24.83 92.36 0.05 0.14 ind:fut:3s; -écarteraient écarter VER 24.83 92.36 0.00 0.07 cnd:pre:3p; -écarterait écarter VER 24.83 92.36 0.04 0.07 cnd:pre:3s; -écarteras écarter VER 24.83 92.36 0.12 0.00 ind:fut:2s; -écarterez écarter VER 24.83 92.36 0.01 0.00 ind:fut:2p; -écarteront écarter VER 24.83 92.36 0.01 0.07 ind:fut:3p; -écartes écarter VER 24.83 92.36 0.72 0.20 ind:pre:2s; -écarteur écarteur NOM m s 0.27 0.00 0.27 0.00 -écartez écarter VER 24.83 92.36 6.30 1.01 imp:pre:2p;ind:pre:2p; -écartions écarter VER 24.83 92.36 0.02 0.14 ind:imp:1p; -écartâmes écarter VER 24.83 92.36 0.00 0.07 ind:pas:1p; -écartons écarter VER 24.83 92.36 0.32 0.14 imp:pre:1p;ind:pre:1p; -écartât écarter VER 24.83 92.36 0.00 0.41 sub:imp:3s; -écarts écart NOM m p 14.71 34.53 0.35 2.23 -écartèle écarteler VER 0.35 3.18 0.05 0.47 ind:pre:1s;ind:pre:3s; -écartèlement écartèlement NOM m s 0.03 0.34 0.02 0.27 -écartèlements écartèlement NOM m p 0.03 0.34 0.01 0.07 -écartèlent écarteler VER 0.35 3.18 0.00 0.27 ind:pre:3p; -écartèleront écarteler VER 0.35 3.18 0.01 0.00 ind:fut:3p; -écartèrent écarter VER 24.83 92.36 0.12 2.43 ind:pas:3p; -écarté écarter VER m s 24.83 92.36 2.69 8.04 par:pas; -écartée écarter VER f s 24.83 92.36 0.88 1.89 par:pas; -écartées écarté ADJ f p 3.36 16.76 1.57 8.85 -écartés écarter VER m p 24.83 92.36 1.10 3.11 par:pas; -écervelé écervelé ADJ m s 0.81 0.61 0.46 0.14 -écervelée écervelé NOM f s 0.91 0.88 0.34 0.27 -écervelées écervelé NOM f p 0.91 0.88 0.17 0.07 -écervelés écervelé ADJ m p 0.81 0.61 0.17 0.14 -échût échoir VER 0.86 2.16 0.00 0.14 sub:imp:3s; -échafaud échafaud NOM m s 0.85 2.43 0.85 2.23 -échafauda échafauder VER 0.44 3.24 0.00 0.07 ind:pas:3s; -échafaudage échafaudage NOM m s 0.86 6.42 0.70 3.78 -échafaudages échafaudage NOM m p 0.86 6.42 0.15 2.64 -échafaudaient échafauder VER 0.44 3.24 0.01 0.20 ind:imp:3p; -échafaudais échafauder VER 0.44 3.24 0.00 0.14 ind:imp:1s; -échafaudait échafauder VER 0.44 3.24 0.00 0.74 ind:imp:3s; -échafaudant échafauder VER 0.44 3.24 0.14 0.41 par:pre; -échafaude échafauder VER 0.44 3.24 0.02 0.20 ind:pre:3s; -échafaudent échafauder VER 0.44 3.24 0.00 0.14 ind:pre:3p; -échafauder échafauder VER 0.44 3.24 0.17 0.54 inf; -échafaudons échafauder VER 0.44 3.24 0.00 0.07 ind:pre:1p; -échafauds échafaud NOM m p 0.85 2.43 0.00 0.20 -échafaudèrent échafauder VER 0.44 3.24 0.00 0.07 ind:pas:3p; -échafaudé échafauder VER m s 0.44 3.24 0.09 0.27 par:pas; -échafaudées échafauder VER f p 0.44 3.24 0.01 0.14 par:pas; -échafaudés échafauder VER m p 0.44 3.24 0.00 0.27 par:pas; -échalas échalas NOM m 0.41 1.76 0.41 1.76 -échalier échalier NOM m s 0.02 0.20 0.02 0.00 -échaliers échalier NOM m p 0.02 0.20 0.00 0.20 -échalote échalote NOM f s 1.30 1.28 0.80 0.81 -échalotes échalote NOM f p 1.30 1.28 0.50 0.47 -échancraient échancrer VER 0.01 0.95 0.00 0.07 ind:imp:3p; -échancre échancrer VER 0.01 0.95 0.00 0.14 ind:pre:3s; -échancrer échancrer VER 0.01 0.95 0.00 0.20 inf; -échancré échancré ADJ m s 0.06 1.15 0.03 0.47 -échancrée échancré ADJ f s 0.06 1.15 0.02 0.27 -échancrées échancré ADJ f p 0.06 1.15 0.00 0.20 -échancrure échancrure NOM f s 0.00 3.31 0.00 3.04 -échancrures échancrure NOM f p 0.00 3.31 0.00 0.27 -échancrés échancré ADJ m p 0.06 1.15 0.01 0.20 -échange échange NOM m s 32.77 32.43 29.97 23.99 -échangea échanger VER 27.38 58.18 0.02 2.03 ind:pas:3s; -échangeables échangeable ADJ m p 0.01 0.07 0.01 0.07 -échangeai échanger VER 27.38 58.18 0.03 0.61 ind:pas:1s; -échangeaient échanger VER 27.38 58.18 0.07 5.41 ind:imp:3p; -échangeais échanger VER 27.38 58.18 0.06 0.34 ind:imp:1s;ind:imp:2s; -échangeait échanger VER 27.38 58.18 0.27 2.91 ind:imp:3s; -échangeant échanger VER 27.38 58.18 0.16 3.11 par:pre; -échangent échanger VER 27.38 58.18 0.81 3.72 ind:pre:3p; -échangeâmes échanger VER 27.38 58.18 0.02 1.49 ind:pas:1p; -échangeons échanger VER 27.38 58.18 0.17 0.68 imp:pre:1p;ind:pre:1p; -échanger échanger VER 27.38 58.18 9.86 12.03 inf; -échangera échanger VER 27.38 58.18 0.36 0.07 ind:fut:3s; -échangerai échanger VER 27.38 58.18 0.31 0.07 ind:fut:1s; -échangeraient échanger VER 27.38 58.18 0.04 0.20 cnd:pre:3p; -échangerais échanger VER 27.38 58.18 0.92 0.07 cnd:pre:1s;cnd:pre:2s; -échangerait échanger VER 27.38 58.18 0.25 0.41 cnd:pre:3s; -échangeras échanger VER 27.38 58.18 0.16 0.00 ind:fut:2s; -échangerez échanger VER 27.38 58.18 0.14 0.00 ind:fut:2p; -échangeriez échanger VER 27.38 58.18 0.06 0.00 cnd:pre:2p; -échangerions échanger VER 27.38 58.18 0.00 0.07 cnd:pre:1p; -échangerons échanger VER 27.38 58.18 0.09 0.07 ind:fut:1p; -échangeront échanger VER 27.38 58.18 0.06 0.07 ind:fut:3p; -échanges échange NOM m p 32.77 32.43 2.81 8.45 -échangeur échangeur NOM m s 0.30 0.47 0.30 0.20 -échangeurs échangeur NOM m p 0.30 0.47 0.00 0.27 -échangez échanger VER 27.38 58.18 0.44 0.27 imp:pre:2p;ind:pre:2p; -échangiez échanger VER 27.38 58.18 0.04 0.07 ind:imp:2p; -échangions échanger VER 27.38 58.18 0.19 1.35 ind:imp:1p; -échangisme échangisme NOM m s 0.16 0.00 0.16 0.00 -échangiste échangiste NOM s 0.29 0.07 0.14 0.00 -échangistes échangiste NOM p 0.29 0.07 0.16 0.07 -échangèrent échanger VER 27.38 58.18 0.02 5.27 ind:pas:3p; -échangé échanger VER m s 27.38 58.18 5.79 8.58 par:pas; -échangée échanger VER f s 27.38 58.18 0.41 0.41 par:pas; -échangées échanger VER f p 27.38 58.18 0.46 2.09 par:pas; -échangés échanger VER m p 27.38 58.18 0.81 3.65 par:pas; -échanson échanson NOM m s 0.00 0.34 0.00 0.27 -échansons échanson NOM m p 0.00 0.34 0.00 0.07 -échantillon échantillon NOM m s 16.87 6.96 10.36 2.43 -échantillonnage échantillonnage NOM m s 0.41 0.74 0.41 0.74 -échantillonne échantillonner VER 0.02 0.00 0.02 0.00 ind:pre:1s; -échantillons échantillon NOM m p 16.87 6.96 6.51 4.53 -échappa échapper VER 95.05 132.64 0.28 4.05 ind:pas:3s; -échappai échapper VER 95.05 132.64 0.12 0.14 ind:pas:1s; -échappaient échapper VER 95.05 132.64 0.48 6.96 ind:imp:3p; -échappais échapper VER 95.05 132.64 0.28 1.08 ind:imp:1s;ind:imp:2s; -échappait échapper VER 95.05 132.64 0.94 15.41 ind:imp:3s; -échappant échapper VER 95.05 132.64 0.29 3.78 par:pre; -échappatoire échappatoire NOM f s 1.96 0.95 1.46 0.61 -échappatoires échappatoire NOM f p 1.96 0.95 0.50 0.34 -échappe échapper VER 95.05 132.64 16.76 18.65 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -échappement échappement NOM m s 2.03 1.69 1.93 1.55 -échappements échappement NOM m p 2.03 1.69 0.10 0.14 -échappent échapper VER 95.05 132.64 3.84 6.69 ind:pre:3p;sub:pre:3p; -échapper échapper VER 95.05 132.64 39.70 48.04 inf; -échappera échapper VER 95.05 132.64 2.76 1.28 ind:fut:3s; -échapperai échapper VER 95.05 132.64 0.38 0.07 ind:fut:1s; -échapperaient échapper VER 95.05 132.64 0.02 0.41 cnd:pre:3p; -échapperais échapper VER 95.05 132.64 0.17 0.20 cnd:pre:1s;cnd:pre:2s; -échapperait échapper VER 95.05 132.64 0.28 1.96 cnd:pre:3s; -échapperas échapper VER 95.05 132.64 1.81 0.27 ind:fut:2s; -échapperez échapper VER 95.05 132.64 0.81 0.34 ind:fut:2p; -échapperiez échapper VER 95.05 132.64 0.02 0.00 cnd:pre:2p; -échapperions échapper VER 95.05 132.64 0.01 0.07 cnd:pre:1p; -échapperons échapper VER 95.05 132.64 0.05 0.07 ind:fut:1p; -échapperont échapper VER 95.05 132.64 0.14 0.27 ind:fut:3p; -échappes échapper VER 95.05 132.64 0.51 0.20 ind:pre:2s; -échappez échapper VER 95.05 132.64 0.13 0.14 imp:pre:2p;ind:pre:2p; -échappiez échapper VER 95.05 132.64 0.09 0.07 ind:imp:2p;sub:pre:2p; -échappions échapper VER 95.05 132.64 0.13 0.34 ind:imp:1p; -échappâmes échapper VER 95.05 132.64 0.00 0.07 ind:pas:1p; -échappons échapper VER 95.05 132.64 0.26 0.27 imp:pre:1p;ind:pre:1p; -échappât échapper VER 95.05 132.64 0.00 0.61 sub:imp:3s; -échappèrent échapper VER 95.05 132.64 0.05 1.15 ind:pas:3p; -échappé échapper VER m s 95.05 132.64 19.84 17.64 par:pas; -échappée échapper VER f s 95.05 132.64 2.17 1.08 par:pas; -échappées échapper VER f p 95.05 132.64 0.22 0.34 par:pas; -échappés échapper VER m p 95.05 132.64 2.50 1.01 par:pas; -écharde écharde NOM f s 0.62 2.91 0.37 1.42 -échardes écharde NOM f p 0.62 2.91 0.25 1.49 -écharnait écharner VER 0.00 0.27 0.00 0.07 ind:imp:3s; -écharner écharner VER 0.00 0.27 0.00 0.20 inf; -écharpe écharpe NOM f s 5.14 13.92 4.68 11.22 -écharpent écharper VER 0.07 1.08 0.01 0.00 ind:pre:3p; -écharper écharper VER 0.07 1.08 0.04 0.47 inf; -écharperaient écharper VER 0.07 1.08 0.00 0.07 cnd:pre:3p; -écharpes écharpe NOM f p 5.14 13.92 0.46 2.70 -écharpé écharper VER m s 0.07 1.08 0.00 0.07 par:pas; -écharpée écharper VER f s 0.07 1.08 0.00 0.20 par:pas; -échasse échasse NOM f s 0.42 1.15 0.04 0.00 -échasses échasse NOM f p 0.42 1.15 0.38 1.15 -échassier échassier NOM m s 0.02 3.51 0.01 2.57 -échassiers échassier NOM m p 0.02 3.51 0.01 0.95 -échassière échassier ADJ f s 0.00 0.61 0.00 0.20 -échassières échassier ADJ f p 0.00 0.61 0.00 0.41 -échauder échauder VER 0.05 0.34 0.00 0.07 inf; -échauderont échauder VER 0.05 0.34 0.00 0.07 ind:fut:3p; -échaudé échaudé ADJ m s 0.05 0.34 0.05 0.27 -échaudée échaudé ADJ f s 0.05 0.34 0.00 0.07 -échaudés échauder VER m p 0.05 0.34 0.04 0.00 par:pas; -échauffa échauffer VER 3.25 6.76 0.01 0.20 ind:pas:3s; -échauffaient échauffer VER 3.25 6.76 0.00 0.27 ind:imp:3p; -échauffais échauffer VER 3.25 6.76 0.04 0.20 ind:imp:1s; -échauffait échauffer VER 3.25 6.76 0.06 0.81 ind:imp:3s; -échauffant échauffer VER 3.25 6.76 0.02 0.27 par:pre; -échauffe échauffer VER 3.25 6.76 0.59 0.88 imp:pre:2s;ind:pre:1s;ind:pre:3s; -échauffement échauffement NOM m s 0.66 0.88 0.62 0.74 -échauffements échauffement NOM m p 0.66 0.88 0.04 0.14 -échauffent échauffer VER 3.25 6.76 0.11 0.27 ind:pre:3p;sub:pre:3p; -échauffer échauffer VER 3.25 6.76 1.39 0.88 inf; -échauffez échauffer VER 3.25 6.76 0.26 0.14 imp:pre:2p;ind:pre:2p; -échauffons échauffer VER 3.25 6.76 0.11 0.00 imp:pre:1p;ind:pre:1p; -échauffourée échauffourée NOM f s 0.32 1.35 0.08 0.95 -échauffourées échauffourée NOM f p 0.32 1.35 0.24 0.41 -échauffé échauffer VER m s 3.25 6.76 0.43 1.62 par:pas; -échauffée échauffer VER f s 3.25 6.76 0.17 0.61 par:pas; -échauffées échauffer VER f p 3.25 6.76 0.01 0.20 par:pas; -échauffés échauffer VER m p 3.25 6.76 0.06 0.41 par:pas; -échauguette échauguette NOM f s 0.00 0.27 0.00 0.07 -échauguettes échauguette NOM f p 0.00 0.27 0.00 0.20 -échec échec NOM m s 24.31 33.72 15.47 21.76 -échecs échec NOM m p 24.31 33.72 8.84 11.96 -échelle échelle NOM f s 14.09 31.76 13.46 28.04 -échelles échelle NOM f p 14.09 31.76 0.64 3.72 -échelon échelon NOM m s 1.48 6.08 0.77 2.91 -échelonnaient échelonner VER 0.13 1.49 0.00 0.14 ind:imp:3p; -échelonnait échelonner VER 0.13 1.49 0.00 0.07 ind:imp:3s; -échelonnant échelonner VER 0.13 1.49 0.00 0.20 par:pre; -échelonne échelonner VER 0.13 1.49 0.00 0.07 ind:pre:3s; -échelonnent échelonner VER 0.13 1.49 0.01 0.14 ind:pre:3p; -échelonner échelonner VER 0.13 1.49 0.04 0.20 inf; -échelonnerons échelonner VER 0.13 1.49 0.00 0.07 ind:fut:1p; -échelonné échelonner VER m s 0.13 1.49 0.07 0.07 par:pas; -échelonnée échelonner VER f s 0.13 1.49 0.00 0.07 par:pas; -échelonnées échelonner VER f p 0.13 1.49 0.01 0.14 par:pas; -échelonnés échelonner VER m p 0.13 1.49 0.01 0.34 par:pas; -échelons échelon NOM m p 1.48 6.08 0.71 3.18 -écher écher VER 0.01 0.00 0.01 0.00 inf; -écheveau écheveau NOM m s 0.17 3.72 0.15 2.64 -écheveaux écheveau NOM m p 0.17 3.72 0.02 1.08 -échevelait écheveler VER 0.03 1.42 0.00 0.27 ind:imp:3s; -échevelant écheveler VER 0.03 1.42 0.00 0.07 par:pre; -écheveler écheveler VER 0.03 1.42 0.00 0.07 inf; -échevellement échevellement NOM m s 0.00 0.07 0.00 0.07 -échevelé échevelé ADJ m s 0.03 3.65 0.01 0.74 -échevelée échevelé ADJ f s 0.03 3.65 0.01 2.09 -échevelées échevelé ADJ f p 0.03 3.65 0.00 0.34 -échevelés échevelé ADJ m p 0.03 3.65 0.01 0.47 -échevin échevin NOM m s 0.48 0.34 0.48 0.27 -échevins échevin NOM m p 0.48 0.34 0.00 0.07 -échina échiner VER 0.61 1.22 0.01 0.00 ind:pas:3s; -échinaient échiner VER 0.61 1.22 0.01 0.07 ind:imp:3p; -échinais échiner VER 0.61 1.22 0.01 0.07 ind:imp:1s; -échinait échiner VER 0.61 1.22 0.10 0.20 ind:imp:3s; -échinant échiner VER 0.61 1.22 0.00 0.14 par:pre; -échine échine NOM f s 1.18 8.85 1.18 8.18 -échinent échiner VER 0.61 1.22 0.02 0.07 ind:pre:3p; -échiner échiner VER 0.61 1.22 0.05 0.27 inf; -échines échiner VER 0.61 1.22 0.01 0.00 ind:pre:2s; -échinodermes échinoderme NOM m p 0.01 0.00 0.01 0.00 -échiné échiner VER m s 0.61 1.22 0.16 0.07 par:pas; -échinée échiner VER f s 0.61 1.22 0.02 0.00 par:pas; -échiquier échiquier NOM m s 0.75 2.84 0.70 2.77 -échiquiers échiquier NOM m p 0.75 2.84 0.05 0.07 -écho écho NOM m s 6.65 45.95 5.83 32.50 -échocardiogramme échocardiogramme NOM m s 0.07 0.00 0.07 0.00 -échocardiographie échocardiographie NOM f s 0.01 0.00 0.01 0.00 -échographie échographie NOM f s 1.39 0.07 1.39 0.07 -échographier échographier VER 0.01 0.00 0.01 0.00 inf; -échographiste échographiste NOM s 0.01 0.00 0.01 0.00 -échoir échoir VER 0.86 2.16 0.20 0.14 inf; -échoirait échoir VER 0.86 2.16 0.00 0.07 cnd:pre:3s; -échoit échoir VER 0.86 2.16 0.23 0.47 ind:pre:3s; -écholocalisation écholocalisation NOM f s 0.05 0.00 0.05 0.00 -écholocation écholocation NOM f s 0.01 0.00 0.01 0.00 -échoppe échoppe NOM f s 0.20 3.31 0.19 2.03 -échoppes échoppe NOM f p 0.20 3.31 0.01 1.28 -échos_radar échos_radar NOM m p 0.01 0.00 0.01 0.00 -échos écho NOM m p 6.65 45.95 0.82 13.45 -échotier échotier NOM m s 0.04 0.61 0.00 0.07 -échotiers échotier NOM m p 0.04 0.61 0.03 0.47 -échotière échotier NOM f s 0.04 0.61 0.01 0.07 -échoua échouer VER 30.62 20.61 0.19 0.88 ind:pas:3s; -échouage échouage NOM m s 0.02 0.34 0.01 0.20 -échouages échouage NOM m p 0.02 0.34 0.01 0.14 -échouai échouer VER 30.62 20.61 0.02 0.27 ind:pas:1s; -échouaient échouer VER 30.62 20.61 0.02 0.41 ind:imp:3p; -échouais échouer VER 30.62 20.61 0.07 0.54 ind:imp:1s;ind:imp:2s; -échouait échouer VER 30.62 20.61 0.31 0.68 ind:imp:3s; -échouant échouer VER 30.62 20.61 0.14 0.07 par:pre; -échoue échouer VER 30.62 20.61 4.62 1.49 imp:pre:2s;ind:pre:1s;ind:pre:3s; -échouement échouement NOM m s 0.00 0.07 0.00 0.07 -échouent échouer VER 30.62 20.61 0.86 0.47 ind:pre:3p; -échouer échouer VER 30.62 20.61 5.41 3.99 inf; -échouera échouer VER 30.62 20.61 0.51 0.20 ind:fut:3s; -échouerai échouer VER 30.62 20.61 0.33 0.00 ind:fut:1s; -échoueraient échouer VER 30.62 20.61 0.10 0.00 cnd:pre:3p; -échouerais échouer VER 30.62 20.61 0.08 0.00 cnd:pre:1s;cnd:pre:2s; -échouerait échouer VER 30.62 20.61 0.13 0.20 cnd:pre:3s; -échoueras échouer VER 30.62 20.61 0.22 0.00 ind:fut:2s; -échouerez échouer VER 30.62 20.61 0.21 0.00 ind:fut:2p; -échouerons échouer VER 30.62 20.61 0.17 0.00 ind:fut:1p; -échoueront échouer VER 30.62 20.61 0.13 0.07 ind:fut:3p; -échouez échouer VER 30.62 20.61 0.48 0.00 imp:pre:2p;ind:pre:2p; -échouiez échouer VER 30.62 20.61 0.02 0.00 ind:imp:2p; -échouions échouer VER 30.62 20.61 0.02 0.07 ind:imp:1p; -échouâmes échouer VER 30.62 20.61 0.00 0.14 ind:pas:1p; -échouons échouer VER 30.62 20.61 0.38 0.27 ind:pre:1p; -échouât échouer VER 30.62 20.61 0.00 0.07 sub:imp:3s; -échouèrent échouer VER 30.62 20.61 0.02 0.34 ind:pas:3p; -échoué échouer VER m s 30.62 20.61 15.44 7.50 par:pas; -échouée échouer VER f s 30.62 20.61 0.41 1.01 par:pas; -échouées échouer VER f p 30.62 20.61 0.04 0.95 par:pas; -échoués échouer VER m p 30.62 20.61 0.29 1.01 par:pas; -échu échoir VER m s 0.86 2.16 0.29 0.54 par:pas; -échéance échéance NOM f s 2.47 6.69 2.13 5.68 -échéances échéance NOM f p 2.47 6.69 0.34 1.01 -échéancier échéancier NOM m s 0.03 0.14 0.03 0.14 -échéant échéant ADJ m s 0.47 3.85 0.47 3.85 -échue échoir VER f s 0.86 2.16 0.00 0.47 par:pas; -échues échoir VER f p 0.86 2.16 0.02 0.14 par:pas; -échut échoir VER 0.86 2.16 0.11 0.20 ind:pas:3s; -éclaboussa éclabousser VER 1.98 9.80 0.00 0.34 ind:pas:3s; -éclaboussaient éclabousser VER 1.98 9.80 0.00 0.81 ind:imp:3p; -éclaboussait éclabousser VER 1.98 9.80 0.02 1.76 ind:imp:3s; -éclaboussant éclabousser VER 1.98 9.80 0.02 1.01 par:pre; -éclaboussante éclaboussant ADJ f s 0.01 0.54 0.00 0.14 -éclaboussantes éclaboussant ADJ f p 0.01 0.54 0.01 0.07 -éclaboussants éclaboussant ADJ m p 0.01 0.54 0.00 0.07 -éclabousse éclabousser VER 1.98 9.80 0.54 0.81 imp:pre:2s;ind:pre:1s;ind:pre:3s; -éclaboussement éclaboussement NOM m s 0.04 1.01 0.01 0.61 -éclaboussements éclaboussement NOM m p 0.04 1.01 0.03 0.41 -éclaboussent éclabousser VER 1.98 9.80 0.05 0.61 ind:pre:3p; -éclabousser éclabousser VER 1.98 9.80 0.48 0.74 inf; -éclaboussera éclabousser VER 1.98 9.80 0.04 0.00 ind:fut:3s; -éclabousses éclabousser VER 1.98 9.80 0.03 0.07 ind:pre:2s; -éclaboussez éclabousser VER 1.98 9.80 0.02 0.00 imp:pre:2p;ind:pre:2p; -éclaboussèrent éclabousser VER 1.98 9.80 0.00 0.14 ind:pas:3p; -éclaboussé éclabousser VER m s 1.98 9.80 0.61 1.49 par:pas; -éclaboussée éclabousser VER f s 1.98 9.80 0.12 1.01 par:pas; -éclaboussées éclabousser VER f p 1.98 9.80 0.03 0.14 par:pas; -éclaboussure éclaboussure NOM f s 1.98 3.51 0.59 0.54 -éclaboussures éclaboussure NOM f p 1.98 3.51 1.39 2.97 -éclaboussés éclabousser VER m p 1.98 9.80 0.02 0.88 par:pas; -éclair éclair NOM m s 11.25 35.00 7.86 21.08 -éclaira éclairer VER 18.03 85.95 0.19 6.62 ind:pas:3s; -éclairage éclairage NOM m s 4.34 12.77 3.71 10.74 -éclairages éclairage NOM m p 4.34 12.77 0.62 2.03 -éclairagiste éclairagiste NOM s 0.14 0.14 0.13 0.07 -éclairagistes éclairagiste NOM p 0.14 0.14 0.01 0.07 -éclairai éclairer VER 18.03 85.95 0.00 0.14 ind:pas:1s; -éclairaient éclairer VER 18.03 85.95 0.16 4.39 ind:imp:3p; -éclairais éclairer VER 18.03 85.95 0.00 0.07 ind:imp:1s; -éclairait éclairer VER 18.03 85.95 0.70 14.59 ind:imp:3s; -éclairant éclairer VER 18.03 85.95 0.15 3.24 par:pre; -éclairante éclairant ADJ f s 0.55 1.08 0.25 0.20 -éclairantes éclairant ADJ f p 0.55 1.08 0.21 0.47 -éclairants éclairant ADJ m p 0.55 1.08 0.04 0.00 -éclairci éclaircir VER m s 8.53 13.18 1.14 1.76 par:pas; -éclaircie éclaircir VER f s 8.53 13.18 0.14 1.15 par:pas; -éclaircies éclaircie NOM f p 0.11 3.31 0.03 1.35 -éclaircir éclaircir VER 8.53 13.18 4.75 5.34 inf; -éclaircira éclaircir VER 8.53 13.18 0.38 0.34 ind:fut:3s; -éclaircirai éclaircir VER 8.53 13.18 0.19 0.00 ind:fut:1s; -éclaircirait éclaircir VER 8.53 13.18 0.08 0.14 cnd:pre:3s; -éclairciras éclaircir VER 8.53 13.18 0.01 0.00 ind:fut:2s; -éclaircirez éclaircir VER 8.53 13.18 0.01 0.00 ind:fut:2p; -éclaircirons éclaircir VER 8.53 13.18 0.04 0.00 ind:fut:1p; -éclairciront éclaircir VER 8.53 13.18 0.03 0.07 ind:fut:3p; -éclaircis éclaircir VER m p 8.53 13.18 0.14 0.20 imp:pre:2s;ind:pre:1s;ind:pre:2s;par:pas; -éclaircissage éclaircissage NOM m s 0.01 0.00 0.01 0.00 -éclaircissaient éclaircir VER 8.53 13.18 0.00 0.47 ind:imp:3p; -éclaircissait éclaircir VER 8.53 13.18 0.03 0.74 ind:imp:3s; -éclaircissant éclaircir VER 8.53 13.18 0.00 0.47 par:pre; -éclaircisse éclaircir VER 8.53 13.18 0.27 0.20 sub:pre:1s;sub:pre:3s; -éclaircissement éclaircissement NOM m s 0.94 1.96 0.19 1.15 -éclaircissements éclaircissement NOM m p 0.94 1.96 0.75 0.81 -éclaircissent éclaircir VER 8.53 13.18 0.12 0.07 ind:pre:3p; -éclaircissez éclaircir VER 8.53 13.18 0.07 0.00 imp:pre:2p;ind:pre:2p; -éclaircissons éclaircir VER 8.53 13.18 0.02 0.00 imp:pre:1p; -éclaircit éclaircir VER 8.53 13.18 1.10 1.76 ind:pre:3s;ind:pas:3s; -éclaire éclairer VER 18.03 85.95 6.53 12.23 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -éclairement éclairement NOM m s 0.14 0.20 0.14 0.20 -éclairent éclairer VER 18.03 85.95 0.23 2.36 ind:pre:3p; -éclairer éclairer VER 18.03 85.95 5.91 12.97 inf;;inf;;inf;; -éclairera éclairer VER 18.03 85.95 0.51 0.34 ind:fut:3s; -éclaireraient éclairer VER 18.03 85.95 0.01 0.07 cnd:pre:3p; -éclairerait éclairer VER 18.03 85.95 0.16 0.20 cnd:pre:3s; -éclaireront éclairer VER 18.03 85.95 0.16 0.20 ind:fut:3p; -éclaires éclairer VER 18.03 85.95 0.21 0.00 ind:pre:2s;sub:pre:2s; -éclaireur éclaireur NOM m s 3.59 2.50 1.96 1.42 -éclaireurs éclaireur NOM m p 3.59 2.50 1.54 1.01 -éclaireuse éclaireur NOM f s 3.59 2.50 0.07 0.00 -éclaireuses éclaireuse NOM f p 0.08 0.00 0.08 0.00 -éclairez éclairer VER 18.03 85.95 0.63 0.20 imp:pre:2p;ind:pre:2p; -éclairiez éclairer VER 18.03 85.95 0.01 0.14 ind:imp:2p; -éclairons éclairer VER 18.03 85.95 0.01 0.14 ind:pre:1p; -éclairât éclairer VER 18.03 85.95 0.00 0.14 sub:imp:3s; -éclairs éclair NOM m p 11.25 35.00 3.39 13.92 -éclairèrent éclairer VER 18.03 85.95 0.01 0.54 ind:pas:3p; -éclairé éclairé ADJ m s 3.34 17.64 1.62 6.08 -éclairée éclairé ADJ f s 3.34 17.64 1.17 6.49 -éclairées éclairé ADJ f p 3.34 17.64 0.28 3.18 -éclairés éclairer VER m p 18.03 85.95 0.27 3.38 par:pas; -éclampsie éclampsie NOM f s 0.10 0.00 0.10 0.00 -éclamptique éclamptique ADJ s 0.03 0.00 0.03 0.00 -éclat éclat NOM m s 14.28 82.77 9.73 50.95 -éclata éclater VER 41.33 100.47 0.55 20.07 ind:pas:3s; -éclatage éclatage NOM m s 0.00 0.07 0.00 0.07 -éclatai éclater VER 41.33 100.47 0.00 1.49 ind:pas:1s; -éclataient éclater VER 41.33 100.47 0.14 5.47 ind:imp:3p; -éclatais éclater VER 41.33 100.47 0.12 0.20 ind:imp:1s;ind:imp:2s; -éclatait éclater VER 41.33 100.47 0.39 8.24 ind:imp:3s; -éclatant éclatant ADJ m s 3.62 20.14 1.42 6.35 -éclatante éclatant ADJ f s 3.62 20.14 1.88 7.64 -éclatantes éclatant ADJ f p 3.62 20.14 0.12 3.72 -éclatants éclatant ADJ m p 3.62 20.14 0.20 2.43 -éclate éclater VER 41.33 100.47 11.69 16.22 imp:pre:2s;ind:pre:1s;ind:pre:3s; -éclatement éclatement NOM m s 0.41 7.03 0.40 4.19 -éclatements éclatement NOM m p 0.41 7.03 0.01 2.84 -éclatent éclater VER 41.33 100.47 1.38 6.55 ind:pre:3p; -éclater éclater VER 41.33 100.47 15.52 19.59 imp:pre:2p;inf; -éclatera éclater VER 41.33 100.47 0.76 0.34 ind:fut:3s; -éclaterai éclater VER 41.33 100.47 0.18 0.07 ind:fut:1s; -éclateraient éclater VER 41.33 100.47 0.00 0.27 cnd:pre:3p; -éclaterais éclater VER 41.33 100.47 0.27 0.00 cnd:pre:1s;cnd:pre:2s; -éclaterait éclater VER 41.33 100.47 0.18 0.54 cnd:pre:3s; -éclateras éclater VER 41.33 100.47 0.03 0.07 ind:fut:2s; -éclateriez éclater VER 41.33 100.47 0.01 0.00 cnd:pre:2p; -éclateront éclater VER 41.33 100.47 0.07 0.14 ind:fut:3p; -éclates éclater VER 41.33 100.47 0.68 0.07 ind:pre:2s; -éclateurs éclateur NOM m p 0.00 0.07 0.00 0.07 -éclatez éclater VER 41.33 100.47 0.90 0.00 imp:pre:2p;ind:pre:2p; -éclatiez éclater VER 41.33 100.47 0.05 0.00 ind:imp:2p; -éclatons éclater VER 41.33 100.47 0.05 0.20 imp:pre:1p;ind:pre:1p; -éclatât éclater VER 41.33 100.47 0.00 0.54 sub:imp:3s; -éclats éclat NOM m p 14.28 82.77 4.55 31.82 -éclatèrent éclater VER 41.33 100.47 0.02 3.58 ind:pas:3p; -éclaté éclater VER m s 41.33 100.47 7.19 9.26 par:pas; -éclatée éclater VER f s 41.33 100.47 0.56 0.68 par:pas; -éclatées éclaté ADJ f p 1.13 3.99 0.02 1.08 -éclatés éclater VER m p 41.33 100.47 0.49 0.34 par:pas; -éclectique éclectique ADJ s 0.41 0.74 0.36 0.34 -éclectiques éclectique ADJ p 0.41 0.74 0.04 0.41 -éclectisme éclectisme NOM m s 0.05 0.20 0.05 0.20 -éclipsa éclipser VER 2.92 10.07 0.02 1.08 ind:pas:3s; -éclipsai éclipser VER 2.92 10.07 0.00 0.07 ind:pas:1s; -éclipsaient éclipser VER 2.92 10.07 0.01 0.20 ind:imp:3p; -éclipsait éclipser VER 2.92 10.07 0.04 0.74 ind:imp:3s; -éclipsant éclipser VER 2.92 10.07 0.05 0.20 par:pre; -éclipse éclipse NOM f s 1.70 2.64 1.60 1.89 -éclipsent éclipser VER 2.92 10.07 0.04 0.14 ind:pre:3p; -éclipser éclipser VER 2.92 10.07 1.50 2.23 inf; -éclipsera éclipser VER 2.92 10.07 0.10 0.07 ind:fut:3s; -éclipserais éclipser VER 2.92 10.07 0.01 0.07 cnd:pre:1s; -éclipserait éclipser VER 2.92 10.07 0.00 0.07 cnd:pre:3s; -éclipses éclipse NOM f p 1.70 2.64 0.10 0.74 -éclipsez éclipser VER 2.92 10.07 0.07 0.00 imp:pre:2p;ind:pre:2p; -éclipsions éclipser VER 2.92 10.07 0.01 0.00 ind:imp:1p; -éclipsèrent éclipser VER 2.92 10.07 0.00 0.27 ind:pas:3p; -éclipsé éclipser VER m s 2.92 10.07 0.32 1.28 par:pas; -éclipsée éclipser VER f s 2.92 10.07 0.09 1.01 par:pas; -éclipsées éclipser VER f p 2.92 10.07 0.02 0.07 par:pas; -éclipsés éclipser VER m p 2.92 10.07 0.05 1.01 par:pas; -écliptique écliptique NOM m s 0.01 0.14 0.01 0.14 -éclisse éclisse NOM f s 0.02 0.47 0.02 0.07 -éclisses éclisse NOM f p 0.02 0.47 0.00 0.41 -éclopait écloper VER 0.04 0.27 0.00 0.07 ind:imp:3s; -écloper écloper VER 0.04 0.27 0.03 0.00 inf; -éclopé éclopé NOM m s 0.46 1.42 0.17 0.20 -éclopée éclopé ADJ f s 0.19 0.34 0.14 0.07 -éclopés éclopé NOM m p 0.46 1.42 0.26 1.22 -éclore éclore VER 0.83 2.84 0.82 2.84 inf; -éclos éclos ADJ m 1.03 2.09 0.63 0.74 -éclose éclos ADJ f s 1.03 2.09 0.28 0.41 -écloses éclos ADJ f p 1.03 2.09 0.12 0.95 -éclosion éclosion NOM f s 0.13 2.16 0.10 1.89 -éclosions éclosion NOM f p 0.13 2.16 0.03 0.27 -éclusa écluser VER 0.09 3.11 0.00 0.07 ind:pas:3s; -éclusaient écluser VER 0.09 3.11 0.00 0.20 ind:imp:3p; -éclusais écluser VER 0.09 3.11 0.00 0.14 ind:imp:1s; -éclusait écluser VER 0.09 3.11 0.00 0.27 ind:imp:3s; -éclusant écluser VER 0.09 3.11 0.00 0.20 par:pre; -écluse écluse NOM f s 0.60 3.31 0.39 1.69 -éclusent écluser VER 0.09 3.11 0.00 0.14 ind:pre:3p; -écluser écluser VER 0.09 3.11 0.07 0.88 inf; -écluses écluse NOM f p 0.60 3.31 0.21 1.62 -éclusier éclusier NOM m s 0.01 0.20 0.00 0.14 -éclusiers éclusier NOM m p 0.01 0.20 0.01 0.07 -éclusé écluser VER m s 0.09 3.11 0.00 0.54 par:pas; -éclusée écluser VER f s 0.09 3.11 0.00 0.07 par:pas; -éclusées écluser VER f p 0.09 3.11 0.00 0.07 par:pas; -écoeura écoeurer VER 1.56 9.66 0.00 0.14 ind:pas:3s; -écoeuraient écoeurer VER 1.56 9.66 0.00 0.41 ind:imp:3p; -écoeurais écoeurer VER 1.56 9.66 0.00 0.14 ind:imp:1s; -écoeurait écoeurer VER 1.56 9.66 0.01 1.28 ind:imp:3s; -écoeurant écoeurant ADJ m s 2.02 7.23 1.64 2.30 -écoeurante écoeurant ADJ f s 2.02 7.23 0.16 3.99 -écoeurantes écoeurant ADJ f p 2.02 7.23 0.05 0.47 -écoeurants écoeurant ADJ m p 2.02 7.23 0.18 0.47 -écoeure écoeurer VER 1.56 9.66 0.66 1.22 imp:pre:2s;ind:pre:1s;ind:pre:3s; -écoeurement écoeurement NOM m s 0.14 3.18 0.14 3.11 -écoeurements écoeurement NOM m p 0.14 3.18 0.00 0.07 -écoeurent écoeurer VER 1.56 9.66 0.04 0.20 ind:pre:3p; -écoeurer écoeurer VER 1.56 9.66 0.17 0.81 inf; -écoeurerais écoeurer VER 1.56 9.66 0.00 0.07 cnd:pre:1s; -écoeurez écoeurer VER 1.56 9.66 0.24 0.00 imp:pre:2p;ind:pre:2p; -écoeurèrent écoeurer VER 1.56 9.66 0.00 0.14 ind:pas:3p; -écoeuré écoeuré ADJ m s 0.33 3.72 0.30 2.64 -écoeurée écoeurer VER f s 1.56 9.66 0.13 1.22 par:pas; -écoeurées écoeurer VER f p 1.56 9.66 0.00 0.07 par:pas; -écoeurés écoeuré ADJ m p 0.33 3.72 0.01 0.27 -écoinçon écoinçon NOM m s 0.00 0.07 0.00 0.07 -école école NOM f s 206.88 143.99 197.04 128.51 -écoles école NOM f p 206.88 143.99 9.84 15.47 -écolier écolier NOM m s 3.00 21.22 0.79 10.54 -écoliers écolier NOM m p 3.00 21.22 1.11 5.81 -écolière écolier NOM f s 3.00 21.22 1.11 3.85 -écolières écolière NOM f p 0.32 0.00 0.32 0.00 -écolo écolo NOM s 0.80 0.74 0.40 0.47 -écologie écologie NOM f s 0.41 0.20 0.41 0.20 -écologique écologique ADJ s 1.79 0.88 1.59 0.74 -écologiquement écologiquement ADV 0.01 0.00 0.01 0.00 -écologiques écologique ADJ p 1.79 0.88 0.20 0.14 -écologiste écologiste ADJ s 0.61 0.20 0.49 0.07 -écologistes écologiste NOM p 0.50 0.20 0.25 0.20 -écolos écolo NOM p 0.80 0.74 0.40 0.27 -éconduira éconduire VER 0.66 1.82 0.01 0.00 ind:fut:3s; -éconduire éconduire VER 0.66 1.82 0.03 0.61 inf; -éconduis éconduire VER 0.66 1.82 0.01 0.00 imp:pre:2s; -éconduisirent éconduire VER 0.66 1.82 0.00 0.07 ind:pas:3p; -éconduisit éconduire VER 0.66 1.82 0.00 0.07 ind:pas:3s; -éconduit éconduire VER m s 0.66 1.82 0.54 0.88 ind:pre:3s;par:pas; -éconduite éconduire VER f s 0.66 1.82 0.03 0.14 par:pas; -éconduits éconduire VER m p 0.66 1.82 0.04 0.07 par:pas; -éconocroques éconocroques NOM f p 0.00 0.74 0.00 0.74 -économat économat NOM m s 0.03 0.54 0.03 0.54 -économe économe NOM s 0.51 0.74 0.47 0.61 -économes économe ADJ p 0.52 2.30 0.21 0.54 -économie économie NOM f s 16.97 23.78 9.20 15.74 -économies économie NOM f p 16.97 23.78 7.77 8.04 -économique économique ADJ s 8.27 20.81 6.09 14.53 -économiquement économiquement ADV 0.72 0.95 0.72 0.95 -économiques économique ADJ p 8.27 20.81 2.19 6.28 -économisaient économiser VER 12.50 6.62 0.02 0.14 ind:imp:3p; -économisais économiser VER 12.50 6.62 0.13 0.07 ind:imp:1s;ind:imp:2s; -économisait économiser VER 12.50 6.62 0.07 0.34 ind:imp:3s; -économisant économiser VER 12.50 6.62 0.10 0.41 par:pre; -économise économiser VER 12.50 6.62 3.15 0.47 imp:pre:2s;ind:pre:1s;ind:pre:3s; -économisent économiser VER 12.50 6.62 0.18 0.07 ind:pre:3p; -économiser économiser VER 12.50 6.62 5.73 3.58 inf; -économisera économiser VER 12.50 6.62 0.36 0.14 ind:fut:3s; -économiserai économiser VER 12.50 6.62 0.12 0.00 ind:fut:1s; -économiserais économiser VER 12.50 6.62 0.14 0.07 cnd:pre:1s;cnd:pre:2s; -économiserait économiser VER 12.50 6.62 0.31 0.14 cnd:pre:3s; -économiserez économiser VER 12.50 6.62 0.07 0.07 ind:fut:2p; -économiserons économiser VER 12.50 6.62 0.02 0.00 ind:fut:1p; -économiseront économiser VER 12.50 6.62 0.01 0.00 ind:fut:3p; -économiseur économiseur NOM m s 0.06 0.07 0.06 0.00 -économiseurs économiseur NOM m p 0.06 0.07 0.00 0.07 -économisez économiser VER 12.50 6.62 0.37 0.14 imp:pre:2p;ind:pre:2p; -économisme économisme NOM m s 0.00 0.07 0.00 0.07 -économisons économiser VER 12.50 6.62 0.06 0.00 imp:pre:1p;ind:pre:1p; -économiste économiste NOM s 0.55 0.47 0.41 0.34 -économistes économiste NOM p 0.55 0.47 0.14 0.14 -économisé économiser VER m s 12.50 6.62 1.62 0.41 par:pas; -économisée économiser VER f s 12.50 6.62 0.01 0.14 par:pas; -économisées économiser VER f p 12.50 6.62 0.00 0.20 par:pas; -économisés économiser VER m p 12.50 6.62 0.04 0.27 par:pas; -écopa écoper VER 2.47 2.57 0.02 0.20 ind:pas:3s; -écopai écoper VER 2.47 2.57 0.00 0.07 ind:pas:1s; -écopais écoper VER 2.47 2.57 0.01 0.07 ind:imp:1s; -écopait écoper VER 2.47 2.57 0.01 0.27 ind:imp:3s; -écope écoper VER 2.47 2.57 0.34 0.14 ind:pre:1s;ind:pre:3s; -écopent écoper VER 2.47 2.57 0.03 0.00 ind:pre:3p; -écoper écoper VER 2.47 2.57 0.72 0.61 inf; -écopera écoper VER 2.47 2.57 0.23 0.00 ind:fut:3s; -écoperai écoper VER 2.47 2.57 0.03 0.07 ind:fut:1s; -écoperait écoper VER 2.47 2.57 0.00 0.07 cnd:pre:3s; -écoperas écoper VER 2.47 2.57 0.14 0.00 ind:fut:2s; -écoperches écoperche NOM f p 0.00 0.07 0.00 0.07 -écoperez écoper VER 2.47 2.57 0.04 0.00 ind:fut:2p; -écoperont écoper VER 2.47 2.57 0.01 0.07 ind:fut:3p; -écopes écoper VER 2.47 2.57 0.04 0.00 ind:pre:2s; -écopez écoper VER 2.47 2.57 0.04 0.07 imp:pre:2p;ind:pre:2p; -écopiez écoper VER 2.47 2.57 0.01 0.07 ind:imp:2p; -écopons écoper VER 2.47 2.57 0.00 0.07 ind:pre:1p; -écopé écoper VER m s 2.47 2.57 0.79 0.74 par:pas; -écopée écoper VER f s 2.47 2.57 0.00 0.07 par:pas; -écorce écorce NOM f s 1.90 11.76 1.83 9.39 -écorcer écorcer VER 0.17 0.20 0.01 0.07 inf; -écorces écorce NOM f p 1.90 11.76 0.07 2.36 -écorcha écorcher VER 4.02 7.03 0.00 0.41 ind:pas:3s; -écorchage écorchage NOM m s 0.01 0.00 0.01 0.00 -écorchaient écorcher VER 4.02 7.03 0.02 0.47 ind:imp:3p; -écorchais écorcher VER 4.02 7.03 0.01 0.14 ind:imp:1s; -écorchait écorcher VER 4.02 7.03 0.11 0.95 ind:imp:3s; -écorchant écorcher VER 4.02 7.03 0.11 0.54 par:pre; -écorche écorcher VER 4.02 7.03 0.53 1.01 imp:pre:2s;ind:pre:1s;ind:pre:3s; -écorchement écorchement NOM m s 0.04 0.07 0.04 0.07 -écorchent écorcher VER 4.02 7.03 0.16 0.34 ind:pre:3p; -écorcher écorcher VER 4.02 7.03 1.20 1.28 inf; -écorchera écorcher VER 4.02 7.03 0.16 0.00 ind:fut:3s; -écorcherai écorcher VER 4.02 7.03 0.17 0.00 ind:fut:1s; -écorcherais écorcher VER 4.02 7.03 0.11 0.00 cnd:pre:1s; -écorcherait écorcher VER 4.02 7.03 0.07 0.14 cnd:pre:3s; -écorcherie écorcherie NOM f s 0.10 0.07 0.10 0.07 -écorcheront écorcher VER 4.02 7.03 0.01 0.00 ind:fut:3p; -écorcheur écorcheur NOM m s 0.06 0.27 0.03 0.07 -écorcheurs écorcheur NOM m p 0.06 0.27 0.03 0.20 -écorchez écorcher VER 4.02 7.03 0.02 0.14 imp:pre:2p;ind:pre:2p; -écorchiez écorcher VER 4.02 7.03 0.00 0.07 ind:imp:2p; -écorchions écorcher VER 4.02 7.03 0.00 0.07 ind:imp:1p; -écorché écorcher VER m s 4.02 7.03 1.07 0.74 par:pas; -écorchée écorcher VER f s 4.02 7.03 0.25 0.27 par:pas; -écorchées écorché ADJ f p 0.61 3.58 0.11 0.27 -écorchure écorchure NOM f s 1.02 1.55 0.61 0.81 -écorchures écorchure NOM f p 1.02 1.55 0.41 0.74 -écorchés écorché ADJ m p 0.61 3.58 0.11 1.35 -écorcé écorcé ADJ m s 0.00 0.54 0.00 0.20 -écorcés écorcé ADJ m p 0.00 0.54 0.00 0.34 -écornait écorner VER 0.03 0.81 0.00 0.07 ind:imp:3s; -écornent écorner VER 0.03 0.81 0.00 0.07 ind:pre:3p; -écorner écorner VER 0.03 0.81 0.00 0.20 inf; -écornifler écornifler VER 0.00 0.07 0.00 0.07 inf; -écorné écorné ADJ m s 0.19 0.74 0.03 0.34 -écornée écorné ADJ f s 0.19 0.74 0.14 0.07 -écornées écorné ADJ f p 0.19 0.74 0.01 0.20 -écornés écorné ADJ m p 0.19 0.74 0.02 0.14 -écosphère écosphère NOM f s 0.01 0.00 0.01 0.00 -écossa écosser VER 0.70 5.95 0.00 0.07 ind:pas:3s; -écossaient écosser VER 0.70 5.95 0.00 0.20 ind:imp:3p; -écossais écossais ADJ m 2.57 6.55 1.53 2.57 -écossaise écossais ADJ f s 2.57 6.55 0.89 3.18 -écossaises écossais ADJ f p 2.57 6.55 0.16 0.81 -écossait écosser VER 0.70 5.95 0.00 0.20 ind:imp:3s; -écossant écosser VER 0.70 5.95 0.00 0.07 par:pre; -écosse écosser VER 0.70 5.95 0.67 4.19 imp:pre:2s;ind:pre:3s; -écossent écosser VER 0.70 5.95 0.03 0.07 ind:pre:3p; -écosser écosser VER 0.70 5.95 0.00 0.95 inf; -écossé écosser VER m s 0.70 5.95 0.00 0.07 par:pas; -écossés écosser VER m p 0.70 5.95 0.00 0.07 par:pas; -écosystème écosystème NOM m s 0.63 0.00 0.59 0.00 -écosystèmes écosystème NOM m p 0.63 0.00 0.04 0.00 -écot écot NOM m s 0.48 0.95 0.48 0.95 -écotone écotone NOM m s 0.01 0.00 0.01 0.00 -écoula écouler VER 9.01 26.62 0.23 2.16 ind:pas:3s; -écoulaient écouler VER 9.01 26.62 0.08 1.35 ind:imp:3p; -écoulait écouler VER 9.01 26.62 0.30 3.18 ind:imp:3s; -écoulant écouler VER 9.01 26.62 0.15 0.47 par:pre; -écoule écouler VER 9.01 26.62 1.92 3.65 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -écoulement écoulement NOM m s 0.79 4.46 0.77 4.12 -écoulements écoulement NOM m p 0.79 4.46 0.02 0.34 -écoulent écouler VER 9.01 26.62 0.52 1.42 ind:pre:3p; -écouler écouler VER 9.01 26.62 1.09 4.93 inf; -écoulera écouler VER 9.01 26.62 0.22 0.07 ind:fut:3s; -écouleraient écouler VER 9.01 26.62 0.03 0.20 cnd:pre:3p; -écoulerait écouler VER 9.01 26.62 0.01 0.47 cnd:pre:3s; -écouleront écouler VER 9.01 26.62 0.01 0.00 ind:fut:3p; -écoulât écouler VER 9.01 26.62 0.00 0.14 sub:imp:3s; -écoulèrent écouler VER 9.01 26.62 0.04 1.89 ind:pas:3p; -écoulé écouler VER m s 9.01 26.62 3.06 2.16 par:pas; -écoulée écoulé ADJ f s 1.10 2.97 0.27 1.08 -écoulées écouler VER f p 9.01 26.62 0.69 1.62 par:pas; -écoulés écouler VER m p 9.01 26.62 0.44 1.82 par:pas; -écourta écourter VER 1.54 2.09 0.00 0.20 ind:pas:3s; -écourtaient écourter VER 1.54 2.09 0.00 0.07 ind:imp:3p; -écourtais écourter VER 1.54 2.09 0.01 0.14 ind:imp:1s; -écourtant écourter VER 1.54 2.09 0.00 0.07 par:pre; -écourte écourter VER 1.54 2.09 0.06 0.20 ind:pre:1s;ind:pre:3s; -écourter écourter VER 1.54 2.09 0.91 0.81 inf; -écourtera écourter VER 1.54 2.09 0.03 0.00 ind:fut:3s; -écourteraient écourter VER 1.54 2.09 0.00 0.07 cnd:pre:3p; -écourté écourter VER m s 1.54 2.09 0.38 0.27 par:pas; -écourtée écourter VER f s 1.54 2.09 0.05 0.14 par:pas; -écourtées écourté ADJ f p 0.04 0.34 0.01 0.07 -écourtés écourter VER m p 1.54 2.09 0.11 0.07 par:pas; -écouta écouter VER 470.93 314.05 0.06 14.53 ind:pas:3s; -écoutai écouter VER 470.93 314.05 0.17 2.36 ind:pas:1s; -écoutaient écouter VER 470.93 314.05 1.21 7.30 ind:imp:3p; -écoutais écouter VER 470.93 314.05 5.74 16.62 ind:imp:1s;ind:imp:2s; -écoutait écouter VER 470.93 314.05 4.65 45.61 ind:imp:3s; -écoutant écouter VER 470.93 314.05 3.00 22.16 par:pre; -écoute écouter VER 470.93 314.05 214.67 83.58 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:1s;sub:pre:3s; -écoutent écouter VER 470.93 314.05 6.05 5.00 ind:pre:3p; -écouter écouter VER 470.93 314.05 73.13 56.15 ind:pre:2p;inf; -écoutera écouter VER 470.93 314.05 4.14 0.81 ind:fut:3s; -écouterai écouter VER 470.93 314.05 1.89 0.54 ind:fut:1s; -écouteraient écouter VER 470.93 314.05 0.14 0.14 cnd:pre:3p; -écouterais écouter VER 470.93 314.05 0.55 0.41 cnd:pre:1s;cnd:pre:2s; -écouterait écouter VER 470.93 314.05 0.96 0.47 cnd:pre:3s; -écouteras écouter VER 470.93 314.05 1.06 0.27 ind:fut:2s; -écouterez écouter VER 470.93 314.05 0.24 0.07 ind:fut:2p; -écouteriez écouter VER 470.93 314.05 0.15 0.00 cnd:pre:2p; -écouterons écouter VER 470.93 314.05 0.69 0.20 ind:fut:1p; -écouteront écouter VER 470.93 314.05 1.36 0.34 ind:fut:3p; -écoutes écouter VER 470.93 314.05 26.59 4.19 ind:pre:2s;sub:pre:2s; -écouteur écouteur NOM m s 1.34 4.19 0.37 3.65 -écouteurs écouteur NOM m p 1.34 4.19 0.97 0.47 -écouteuse écouteur NOM f s 1.34 4.19 0.00 0.07 -écoutez écouter VER 470.93 314.05 92.46 24.80 imp:pre:2p;ind:pre:2p; -écoutiez écouter VER 470.93 314.05 2.20 0.20 ind:imp:2p;sub:pre:2p; -écoutille écoutille NOM f s 2.22 0.88 1.79 0.47 -écoutilles écoutille NOM f p 2.22 0.88 0.43 0.41 -écoutions écouter VER 470.93 314.05 0.18 2.84 ind:imp:1p; -écoutâmes écouter VER 470.93 314.05 0.00 0.14 ind:pas:1p; -écoutons écouter VER 470.93 314.05 3.95 2.30 imp:pre:1p;ind:pre:1p; -écoutât écouter VER 470.93 314.05 0.00 0.54 sub:imp:3s; -écoutèrent écouter VER 470.93 314.05 0.03 1.76 ind:pas:3p; -écouté écouter VER m s 470.93 314.05 21.06 16.01 par:pas; -écoutée écouter VER f s 470.93 314.05 3.45 3.11 par:pas; -écoutées écouter VER f p 470.93 314.05 0.27 0.68 par:pas; -écoutés écouter VER m p 470.93 314.05 0.88 0.95 par:pas; -écouvillon écouvillon NOM m s 0.26 0.20 0.01 0.20 -écouvillonne écouvillonner VER 0.00 0.07 0.00 0.07 ind:pre:3s; -écouvillons écouvillon NOM m p 0.26 0.20 0.25 0.00 -écrabouilla écrabouiller VER 2.22 2.91 0.00 0.07 ind:pas:3s; -écrabouillage écrabouillage NOM m s 0.01 0.14 0.01 0.14 -écrabouillait écrabouiller VER 2.22 2.91 0.00 0.07 ind:imp:3s; -écrabouillant écrabouiller VER 2.22 2.91 0.00 0.14 par:pre; -écrabouille écrabouiller VER 2.22 2.91 0.30 0.27 imp:pre:2s;ind:pre:1s;ind:pre:3s; -écrabouillement écrabouillement NOM m s 0.00 0.27 0.00 0.20 -écrabouillements écrabouillement NOM m p 0.00 0.27 0.00 0.07 -écrabouiller écrabouiller VER 2.22 2.91 0.86 0.74 inf; -écrabouillera écrabouiller VER 2.22 2.91 0.03 0.00 ind:fut:3s; -écrabouillons écrabouiller VER 2.22 2.91 0.00 0.07 ind:pre:1p; -écrabouillèrent écrabouiller VER 2.22 2.91 0.00 0.07 ind:pas:3p; -écrabouillé écrabouiller VER m s 2.22 2.91 0.72 0.68 par:pas; -écrabouillée écrabouiller VER f s 2.22 2.91 0.24 0.41 par:pas; -écrabouillées écrabouiller VER f p 2.22 2.91 0.01 0.07 par:pas; -écrabouillés écrabouiller VER m p 2.22 2.91 0.07 0.34 par:pas; -écran écran NOM m s 23.68 23.31 19.78 21.15 -écrans écran NOM m p 23.68 23.31 3.91 2.16 -écrasa écraser VER 54.42 90.81 0.07 5.74 ind:pas:3s; -écrasage écrasage NOM m s 0.00 0.07 0.00 0.07 -écrasai écraser VER 54.42 90.81 0.00 0.68 ind:pas:1s; -écrasaient écraser VER 54.42 90.81 0.06 3.65 ind:imp:3p; -écrasais écraser VER 54.42 90.81 0.23 1.01 ind:imp:1s;ind:imp:2s; -écrasait écraser VER 54.42 90.81 0.46 8.51 ind:imp:3s; -écrasant écraser VER 54.42 90.81 0.47 5.34 par:pre; -écrasante écrasant ADJ f s 0.96 7.03 0.52 3.24 -écrasantes écrasant ADJ f p 0.96 7.03 0.04 0.47 -écrasants écrasant ADJ m p 0.96 7.03 0.00 0.34 -écrase_merde écrase_merde NOM m s 0.00 0.41 0.00 0.20 -écrase_merde écrase_merde NOM m p 0.00 0.41 0.00 0.20 -écrase écraser VER 54.42 90.81 11.11 13.58 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -écrasement écrasement NOM m s 0.19 3.72 0.14 3.51 -écrasements écrasement NOM m p 0.19 3.72 0.04 0.20 -écrasent écraser VER 54.42 90.81 0.78 2.16 ind:pre:3p; -écraser écraser VER 54.42 90.81 16.75 20.47 inf; -écrasera écraser VER 54.42 90.81 0.73 0.74 ind:fut:3s; -écraserai écraser VER 54.42 90.81 1.17 0.20 ind:fut:1s; -écraseraient écraser VER 54.42 90.81 0.16 0.34 cnd:pre:3p; -écraserais écraser VER 54.42 90.81 0.39 0.20 cnd:pre:1s;cnd:pre:2s; -écraserait écraser VER 54.42 90.81 0.53 0.47 cnd:pre:3s; -écraseras écraser VER 54.42 90.81 0.02 0.14 ind:fut:2s; -écraserez écraser VER 54.42 90.81 0.05 0.00 ind:fut:2p; -écraserons écraser VER 54.42 90.81 0.47 0.00 ind:fut:1p; -écraseront écraser VER 54.42 90.81 0.33 0.14 ind:fut:3p; -écrases écraser VER 54.42 90.81 1.79 0.20 ind:pre:2s; -écraseur écraseur NOM m s 0.19 0.07 0.19 0.07 -écrasez écraser VER 54.42 90.81 2.15 0.20 imp:pre:2p;ind:pre:2p; -écrasiez écraser VER 54.42 90.81 0.03 0.07 ind:imp:2p; -écrasions écraser VER 54.42 90.81 0.00 0.34 ind:imp:1p; -écrasons écraser VER 54.42 90.81 0.26 0.07 imp:pre:1p;ind:pre:1p; -écrasât écraser VER 54.42 90.81 0.00 0.14 sub:imp:3s; -écrasèrent écraser VER 54.42 90.81 0.02 0.61 ind:pas:3p; -écrasé écraser VER m s 54.42 90.81 10.97 13.24 par:pas; -écrasée écraser VER f s 54.42 90.81 2.48 6.22 par:pas; -écrasées écraser VER f p 54.42 90.81 0.31 1.96 par:pas; -écrasure écrasure NOM f s 0.00 0.07 0.00 0.07 -écrasés écraser VER m p 54.42 90.81 2.66 4.39 par:pas; -écrevisse écrevisse NOM f s 1.06 5.47 0.54 1.62 -écrevisses écrevisse NOM f p 1.06 5.47 0.52 3.85 -écria écrier VER 1.75 47.43 0.35 25.68 ind:pas:3s; -écriai écrier VER 1.75 47.43 0.00 2.70 ind:pas:1s; -écriaient écrier VER 1.75 47.43 0.01 0.07 ind:imp:3p; -écriais écrier VER 1.75 47.43 0.01 0.14 ind:imp:1s; -écriait écrier VER 1.75 47.43 0.02 2.97 ind:imp:3s; -écriant écrier VER 1.75 47.43 0.00 0.95 par:pre; -écrie écrier VER 1.75 47.43 0.47 8.24 ind:pre:1s;ind:pre:3s; -écrient écrier VER 1.75 47.43 0.06 0.61 ind:pre:3p; -écrier écrier VER 1.75 47.43 0.30 1.76 inf; -écriera écrier VER 1.75 47.43 0.00 0.14 ind:fut:3s; -écrierait écrier VER 1.75 47.43 0.01 0.07 cnd:pre:3s; -écries écrier VER 1.75 47.43 0.00 0.07 ind:pre:2s; -écrin écrin NOM m s 0.37 3.78 0.36 3.38 -écrins écrin NOM m p 0.37 3.78 0.01 0.41 -écrions écrier VER 1.75 47.43 0.00 0.07 ind:pre:1p; -écriât écrier VER 1.75 47.43 0.00 0.20 sub:imp:3s; -écrira écrire VER 305.92 341.82 1.77 1.69 ind:fut:3s; -écrirai écrire VER 305.92 341.82 6.40 4.05 ind:fut:1s; -écriraient écrire VER 305.92 341.82 0.11 0.34 cnd:pre:3p; -écrirais écrire VER 305.92 341.82 0.83 1.82 cnd:pre:1s;cnd:pre:2s; -écrirait écrire VER 305.92 341.82 0.83 2.43 cnd:pre:3s; -écriras écrire VER 305.92 341.82 1.67 1.01 ind:fut:2s; -écrire écrire VER 305.92 341.82 84.14 116.15 inf; -écrirez écrire VER 305.92 341.82 0.42 0.41 ind:fut:2p; -écririez écrire VER 305.92 341.82 0.04 0.00 cnd:pre:2p; -écrirons écrire VER 305.92 341.82 0.21 0.00 ind:fut:1p; -écriront écrire VER 305.92 341.82 0.09 0.20 ind:fut:3p; -écris écrire VER 305.92 341.82 38.24 24.80 imp:pre:2s;ind:pre:1s;ind:pre:2s; -écrit écrire VER m s 305.92 341.82 128.35 95.07 ind:pre:3s;par:pas; -écrite écrire VER f s 305.92 341.82 7.51 6.35 par:pas; -écriteau écriteau NOM m s 2.25 3.65 2.20 3.04 -écriteaux écriteau NOM m p 2.25 3.65 0.06 0.61 -écrites écrire VER f p 305.92 341.82 2.00 4.53 par:pas; -écrièrent écrier VER 1.75 47.43 0.12 0.41 ind:pas:3p; -écritoire écritoire NOM f s 0.41 2.09 0.40 1.82 -écritoires écritoire NOM f p 0.41 2.09 0.01 0.27 -écrits écrire VER m p 305.92 341.82 2.96 5.07 par:pas; -écriture écriture NOM f s 13.65 36.35 11.99 32.03 -écritures écriture NOM f p 13.65 36.35 1.66 4.32 -écrié écrier VER m s 1.75 47.43 0.36 2.50 par:pas; -écriée écrier VER f s 1.75 47.43 0.03 0.74 par:pas; -écriés écrier VER m p 1.75 47.43 0.00 0.14 par:pas; -écrivîmes écrire VER 305.92 341.82 0.00 0.07 ind:pas:1p; -écrivît écrire VER 305.92 341.82 0.00 0.34 sub:imp:3s; -écrivaient écrire VER 305.92 341.82 0.26 2.36 ind:imp:3p; -écrivailler écrivailler VER 0.00 0.14 0.00 0.07 inf; -écrivailleur écrivailleur NOM m s 0.01 0.00 0.01 0.00 -écrivaillon écrivaillon NOM m s 0.03 0.27 0.03 0.14 -écrivaillons écrivaillon NOM m p 0.03 0.27 0.00 0.14 -écrivaillé écrivailler VER m s 0.00 0.14 0.00 0.07 par:pas; -écrivain écrivain NOM m s 24.57 48.99 20.70 32.43 -écrivaine écrivain NOM f s 24.57 48.99 0.06 0.20 -écrivaines écrivain NOM f p 24.57 48.99 0.00 0.14 -écrivains écrivain NOM m p 24.57 48.99 3.81 16.22 -écrivais écrire VER 305.92 341.82 5.20 9.12 ind:imp:1s;ind:imp:2s; -écrivait écrire VER 305.92 341.82 6.04 25.68 ind:imp:3s; -écrivant écrire VER 305.92 341.82 1.34 6.42 par:pre; -écrivassiers écrivassier NOM m p 0.00 0.14 0.00 0.14 -écrive écrire VER 305.92 341.82 2.67 3.11 sub:pre:1s;sub:pre:3s; -écrivent écrire VER 305.92 341.82 2.46 6.01 ind:pre:3p; -écrives écrire VER 305.92 341.82 0.82 0.27 sub:pre:2s; -écriveur écriveur NOM m s 0.14 0.00 0.14 0.00 -écrivez écrire VER 305.92 341.82 9.04 5.20 imp:pre:2p;ind:pre:2p; -écriviez écrire VER 305.92 341.82 0.97 0.41 ind:imp:2p; -écrivions écrire VER 305.92 341.82 0.10 0.61 ind:imp:1p; -écrivirent écrire VER 305.92 341.82 0.02 0.20 ind:pas:3p; -écrivis écrire VER 305.92 341.82 0.07 4.66 ind:pas:1s; -écrivisse écrire VER 305.92 341.82 0.00 0.20 sub:imp:1s; -écrivit écrire VER 305.92 341.82 1.00 12.36 ind:pas:3s; -écrivons écrire VER 305.92 341.82 0.37 0.88 imp:pre:1p;ind:pre:1p; -écrou écrou NOM m s 0.72 3.24 0.34 2.43 -écrouelles écrouelles NOM f p 0.00 0.07 0.00 0.07 -écrouer écrouer VER 0.54 0.34 0.19 0.14 inf; -écroueront écrouer VER 0.54 0.34 0.00 0.07 ind:fut:3p; -écroula écrouler VER 13.98 36.08 0.19 4.32 ind:pas:3s; -écroulai écrouler VER 13.98 36.08 0.00 0.34 ind:pas:1s; -écroulaient écrouler VER 13.98 36.08 0.22 1.49 ind:imp:3p; -écroulais écrouler VER 13.98 36.08 0.01 0.41 ind:imp:1s; -écroulait écrouler VER 13.98 36.08 0.33 3.65 ind:imp:3s; -écroulant écrouler VER 13.98 36.08 0.02 0.81 par:pre; -écroule écrouler VER 13.98 36.08 4.47 6.35 imp:pre:2s;ind:pre:1s;ind:pre:3s; -écroulement écroulement NOM m s 0.32 5.07 0.32 4.39 -écroulements écroulement NOM m p 0.32 5.07 0.00 0.68 -écroulent écrouler VER 13.98 36.08 0.60 1.49 ind:pre:3p; -écrouler écrouler VER 13.98 36.08 3.42 6.49 inf; -écroulera écrouler VER 13.98 36.08 0.53 0.20 ind:fut:3s; -écroulerai écrouler VER 13.98 36.08 0.02 0.00 ind:fut:1s; -écrouleraient écrouler VER 13.98 36.08 0.01 0.14 cnd:pre:3p; -écroulerais écrouler VER 13.98 36.08 0.05 0.07 cnd:pre:1s; -écroulerait écrouler VER 13.98 36.08 0.28 0.34 cnd:pre:3s; -écrouleras écrouler VER 13.98 36.08 0.13 0.07 ind:fut:2s; -écroulerions écrouler VER 13.98 36.08 0.01 0.00 cnd:pre:1p; -écrouleront écrouler VER 13.98 36.08 0.05 0.07 ind:fut:3p; -écroulions écrouler VER 13.98 36.08 0.00 0.07 ind:imp:1p; -écroulons écrouler VER 13.98 36.08 0.02 0.07 ind:pre:1p; -écroulât écrouler VER 13.98 36.08 0.00 0.27 sub:imp:3s; -écroulèrent écrouler VER 13.98 36.08 0.01 0.34 ind:pas:3p; -écroulé écrouler VER m s 13.98 36.08 2.47 5.00 par:pas; -écroulée écrouler VER f s 13.98 36.08 0.70 1.82 par:pas; -écroulées écrouler VER f p 13.98 36.08 0.12 0.74 par:pas; -écroulés écrouler VER m p 13.98 36.08 0.29 1.55 par:pas; -écrous écrou NOM m p 0.72 3.24 0.39 0.81 -écroué écrouer VER m s 0.54 0.34 0.32 0.07 par:pas; -écrouée écrouer VER f s 0.54 0.34 0.03 0.07 par:pas; -écrème écrémer VER 0.70 0.34 0.04 0.14 ind:pre:1s;ind:pre:3s; -écru écru ADJ m s 0.07 1.08 0.06 0.34 -écrue écru ADJ f s 0.07 1.08 0.01 0.74 -écrémage écrémage NOM m s 0.03 0.07 0.03 0.07 -écrémer écrémer VER 0.70 0.34 0.08 0.07 inf; -écrémeuse écrémeur NOM f s 0.00 0.07 0.00 0.07 -écrémé écrémer VER m s 0.70 0.34 0.58 0.07 par:pas; -écrémées écrémer VER f p 0.70 0.34 0.00 0.07 par:pas; -écrêtait écrêter VER 0.00 0.20 0.00 0.07 ind:imp:3s; -écrêter écrêter VER 0.00 0.20 0.00 0.07 inf; -écrêtée écrêter VER f s 0.00 0.20 0.00 0.07 par:pas; -écu écu NOM m s 1.75 4.59 0.65 1.49 -écubier écubier NOM m s 0.00 0.20 0.00 0.20 -écueil écueil NOM m s 0.26 2.09 0.18 0.88 -écueils écueil NOM m p 0.26 2.09 0.08 1.22 -écuelle écuelle NOM f s 1.09 2.97 0.98 2.36 -écuelles écuelle NOM f p 1.09 2.97 0.11 0.61 -écuellée écuellée NOM f s 0.00 0.14 0.00 0.07 -écuellées écuellée NOM f p 0.00 0.14 0.00 0.07 -écuissé écuisser VER m s 0.00 0.14 0.00 0.07 par:pas; -écuissées écuisser VER f p 0.00 0.14 0.00 0.07 par:pas; -éculer éculer VER 0.23 0.54 0.00 0.07 inf; -éculé éculé ADJ m s 0.19 1.55 0.14 0.14 -éculée éculé ADJ f s 0.19 1.55 0.01 0.20 -éculées éculé ADJ f p 0.19 1.55 0.01 0.81 -éculés éculer VER m p 0.23 0.54 0.10 0.27 par:pas; -écuma écumer VER 0.94 3.92 0.00 0.07 ind:pas:3s; -écumai écumer VER 0.94 3.92 0.00 0.07 ind:pas:1s; -écumaient écumer VER 0.94 3.92 0.02 0.34 ind:imp:3p; -écumais écumer VER 0.94 3.92 0.02 0.14 ind:imp:1s; -écumait écumer VER 0.94 3.92 0.01 0.61 ind:imp:3s; -écumant écumer VER 0.94 3.92 0.01 0.68 par:pre; -écumante écumant ADJ f s 0.03 0.95 0.01 0.34 -écumantes écumant ADJ f p 0.03 0.95 0.00 0.20 -écumants écumant ADJ m p 0.03 0.95 0.01 0.20 -écume écume NOM f s 2.31 16.15 2.31 16.08 -écument écumer VER 0.94 3.92 0.04 0.20 ind:pre:3p; -écumer écumer VER 0.94 3.92 0.31 0.61 inf; -écumera écumer VER 0.94 3.92 0.01 0.00 ind:fut:3s; -écumeront écumer VER 0.94 3.92 0.01 0.00 ind:fut:3p; -écumes écume NOM f p 2.31 16.15 0.00 0.07 -écumeur écumeur NOM m s 0.27 0.47 0.27 0.20 -écumeurs écumeur NOM m p 0.27 0.47 0.00 0.20 -écumeuse écumeux ADJ f s 0.00 1.22 0.00 0.54 -écumeuses écumeux ADJ f p 0.00 1.22 0.00 0.07 -écumeux écumeux ADJ m 0.00 1.22 0.00 0.61 -écumez écumer VER 0.94 3.92 0.01 0.00 ind:pre:2p; -écumiez écumer VER 0.94 3.92 0.02 0.00 ind:imp:2p; -écumoire écumoire NOM f s 0.30 0.88 0.30 0.68 -écumoires écumoire NOM f p 0.30 0.88 0.00 0.20 -écumâmes écumer VER 0.94 3.92 0.00 0.07 ind:pas:1p; -écumèrent écumer VER 0.94 3.92 0.01 0.00 ind:pas:3p; -écumé écumer VER m s 0.94 3.92 0.33 0.41 par:pas; -écumée écumer VER f s 0.94 3.92 0.00 0.07 par:pas; -écureuil écureuil NOM m s 7.22 10.41 5.71 8.85 -écureuils écureuil NOM m p 7.22 10.41 1.51 1.55 -écurie écurie NOM f s 6.88 12.84 5.08 8.85 -écuries écurie NOM f p 6.88 12.84 1.80 3.99 -écus écu NOM m p 1.75 4.59 1.11 3.11 -écusson écusson NOM m s 0.37 3.78 0.32 2.23 -écussonné écussonner VER m s 0.00 0.61 0.00 0.27 par:pas; -écussonnées écussonner VER f p 0.00 0.61 0.00 0.07 par:pas; -écussonnés écussonner VER m p 0.00 0.61 0.00 0.27 par:pas; -écussons écusson NOM m p 0.37 3.78 0.05 1.55 -écuyer écuyer NOM m s 1.56 5.27 1.18 3.04 -écuyers écuyer NOM m p 1.56 5.27 0.12 1.49 -écuyère écuyer NOM f s 1.56 5.27 0.26 0.54 -écuyères écuyer NOM f p 1.56 5.27 0.00 0.20 -édam édam NOM m s 0.03 0.34 0.03 0.34 -éden éden NOM s 0.42 2.36 0.42 2.30 -édens éden NOM m p 0.42 2.36 0.00 0.07 -édenté édenté ADJ m s 0.43 3.58 0.23 0.74 -édentée édenté ADJ f s 0.43 3.58 0.15 1.69 -édentées édenté ADJ f p 0.43 3.58 0.01 0.81 -édentés édenté ADJ m p 0.43 3.58 0.04 0.34 -édicte édicter VER 0.28 0.61 0.10 0.07 imp:pre:2s;ind:pre:3s; -édicter édicter VER 0.28 0.61 0.01 0.14 inf; -édicté édicter VER m s 0.28 0.61 0.15 0.07 par:pas; -édictée édicter VER f s 0.28 0.61 0.00 0.20 par:pas; -édictées édicter VER f p 0.28 0.61 0.02 0.14 par:pas; -édicule édicule NOM m s 0.40 0.20 0.40 0.14 -édicules édicule NOM m p 0.40 0.20 0.00 0.07 -édifia édifier VER 0.90 11.96 0.12 0.27 ind:pas:3s; -édifiaient édifier VER 0.90 11.96 0.02 0.61 ind:imp:3p; -édifiait édifier VER 0.90 11.96 0.14 0.88 ind:imp:3s; -édifiant édifiant ADJ m s 0.76 4.12 0.51 1.28 -édifiante édifiant ADJ f s 0.76 4.12 0.16 1.28 -édifiantes édifiant ADJ f p 0.76 4.12 0.03 1.08 -édifiants édifiant ADJ m p 0.76 4.12 0.05 0.47 -édification édification NOM f s 0.38 1.28 0.38 1.28 -édifice édifice NOM m s 3.25 13.99 2.71 10.95 -édifices édifice NOM m p 3.25 13.99 0.53 3.04 -édifie édifier VER 0.90 11.96 0.02 1.08 ind:pre:1s;ind:pre:3s; -édifient édifier VER 0.90 11.96 0.01 0.27 ind:pre:3p; -édifier édifier VER 0.90 11.96 0.31 3.04 inf; -édifierait édifier VER 0.90 11.96 0.00 0.07 cnd:pre:3s; -édifierons édifier VER 0.90 11.96 0.01 0.00 ind:fut:1p; -édifions édifier VER 0.90 11.96 0.16 0.07 ind:pre:1p; -édifièrent édifier VER 0.90 11.96 0.00 0.14 ind:pas:3p; -édifié édifier VER m s 0.90 11.96 0.06 2.84 par:pas; -édifiée édifier VER f s 0.90 11.96 0.03 1.35 par:pas; -édifiées édifier VER f p 0.90 11.96 0.00 0.34 par:pas; -édifiés édifier VER m p 0.90 11.96 0.01 0.68 par:pas; -édiles édile NOM m p 0.08 0.14 0.08 0.14 -édilitaire édilitaire ADJ f s 0.00 0.20 0.00 0.07 -édilitaires édilitaire ADJ m p 0.00 0.20 0.00 0.14 -édit édit NOM m s 0.35 0.74 0.32 0.61 -éditait éditer VER 0.69 2.36 0.01 0.14 ind:imp:3s; -édite éditer VER 0.69 2.36 0.08 0.14 imp:pre:2s;ind:pre:1s;ind:pre:3s; -éditer éditer VER 0.69 2.36 0.31 0.54 inf; -éditera éditer VER 0.69 2.36 0.02 0.07 ind:fut:3s; -éditerais éditer VER 0.69 2.36 0.00 0.07 cnd:pre:1s; -éditeur éditeur NOM m s 8.46 12.30 6.84 8.78 -éditeurs éditeur NOM m p 8.46 12.30 1.37 3.45 -édition édition NOM f s 9.61 16.62 7.83 10.61 -éditions édition NOM f p 9.61 16.62 1.78 6.01 -édito édito NOM m s 0.16 0.14 0.12 0.07 -éditons éditer VER 0.69 2.36 0.01 0.07 ind:pre:1p; -éditorial éditorial NOM m s 0.57 2.16 0.40 1.42 -éditoriale éditorial ADJ f s 0.19 0.34 0.08 0.14 -éditorialiste éditorialiste NOM s 0.06 0.68 0.03 0.34 -éditorialistes éditorialiste NOM p 0.06 0.68 0.02 0.34 -éditoriaux éditorial NOM m p 0.57 2.16 0.17 0.74 -éditos édito NOM m p 0.16 0.14 0.04 0.07 -éditrice éditeur NOM f s 8.46 12.30 0.26 0.07 -éditrices éditrice NOM f p 0.04 0.00 0.04 0.00 -édits édit NOM m p 0.35 0.74 0.04 0.14 -édité éditer VER m s 0.69 2.36 0.16 0.54 par:pas; -éditée éditer VER f s 0.69 2.36 0.05 0.20 par:pas; -éditées éditer VER f p 0.69 2.36 0.01 0.07 par:pas; -édités éditer VER m p 0.69 2.36 0.01 0.54 par:pas; -édouardienne édouardien ADJ f s 0.02 0.07 0.02 0.07 -édredon édredon NOM m s 0.59 6.22 0.39 5.00 -édredons édredon NOM m p 0.59 6.22 0.20 1.22 -éducable éducable ADJ s 0.01 0.20 0.00 0.14 -éducables éducable ADJ p 0.01 0.20 0.01 0.07 -éducateur éducateur NOM m s 1.05 2.84 0.52 0.81 -éducateurs éducateur NOM m p 1.05 2.84 0.27 0.74 -éducatif éducatif ADJ m s 2.04 1.08 1.18 0.34 -éducatifs éducatif ADJ m p 2.04 1.08 0.27 0.20 -éducation éducation NOM f s 20.48 27.23 20.45 27.09 -éducationnel éducationnel ADJ m s 0.02 0.00 0.01 0.00 -éducationnelle éducationnel ADJ f s 0.02 0.00 0.01 0.00 -éducations éducation NOM f p 20.48 27.23 0.04 0.14 -éducative éducatif ADJ f s 2.04 1.08 0.34 0.14 -éducatives éducatif ADJ f p 2.04 1.08 0.25 0.41 -éducatrice éducateur NOM f s 1.05 2.84 0.27 0.88 -éducatrices éducateur NOM f p 1.05 2.84 0.00 0.41 -éduen éduen ADJ m s 0.00 0.41 0.00 0.07 -éduennes éduen ADJ f p 0.00 0.41 0.00 0.07 -éduens éduen ADJ m p 0.00 0.41 0.00 0.27 -édulcorais édulcorer VER 0.12 0.54 0.00 0.07 ind:imp:1s; -édulcorant édulcorant NOM m s 0.08 0.00 0.08 0.00 -édulcorer édulcorer VER 0.12 0.54 0.02 0.00 inf; -édulcoré édulcorer VER m s 0.12 0.54 0.05 0.07 par:pas; -édulcorée édulcorer VER f s 0.12 0.54 0.05 0.20 par:pas; -édulcorées édulcorer VER f p 0.12 0.54 0.00 0.20 par:pas; -édénique édénique ADJ s 0.11 0.34 0.01 0.20 -édéniques édénique ADJ m p 0.11 0.34 0.10 0.14 -éduquais éduquer VER 8.07 3.78 0.00 0.07 ind:imp:1s; -éduquant éduquer VER 8.07 3.78 0.11 0.00 par:pre; -éduque éduquer VER 8.07 3.78 0.41 0.27 imp:pre:2s;ind:pre:1s;ind:pre:3s; -éduquer éduquer VER 8.07 3.78 3.96 1.69 inf; -éduquera éduquer VER 8.07 3.78 0.03 0.07 ind:fut:3s; -éduquez éduquer VER 8.07 3.78 0.03 0.00 imp:pre:2p;ind:pre:2p; -éduquons éduquer VER 8.07 3.78 0.02 0.00 ind:pre:1p; -éduqué éduquer VER m s 8.07 3.78 1.95 0.68 par:pas; -éduquée éduquer VER f s 8.07 3.78 0.48 0.27 par:pas; -éduquées éduquer VER f p 8.07 3.78 0.29 0.00 par:pas; -éduqués éduquer VER m p 8.07 3.78 0.79 0.74 par:pas; -ufologie ufologie NOM f s 0.04 0.00 0.04 0.00 -égaie égayer VER 1.39 5.68 0.02 0.20 ind:pre:3s; -égaieraient égayer VER 1.39 5.68 0.01 0.14 cnd:pre:3p; -égaierait égayer VER 1.39 5.68 0.00 0.07 cnd:pre:3s; -égaieront égayer VER 1.39 5.68 0.20 0.00 ind:fut:3p; -égailla égailler VER 0.00 2.16 0.00 0.14 ind:pas:3s; -égaillaient égailler VER 0.00 2.16 0.00 0.27 ind:imp:3p; -égaillait égailler VER 0.00 2.16 0.00 0.07 ind:imp:3s; -égaillant égailler VER 0.00 2.16 0.00 0.20 par:pre; -égaillent égailler VER 0.00 2.16 0.00 0.41 ind:pre:3p; -égailler égailler VER 0.00 2.16 0.00 0.47 inf; -égaillèrent égailler VER 0.00 2.16 0.00 0.27 ind:pas:3p; -égaillée égailler VER f s 0.00 2.16 0.00 0.14 par:pas; -égaillées égailler VER f p 0.00 2.16 0.00 0.07 par:pas; -égaillés égailler VER m p 0.00 2.16 0.00 0.14 par:pas; -égal égal ADJ m s 38.08 39.32 27.40 20.27 -égala égaler VER 4.96 4.39 0.02 0.07 ind:pas:3s; -égalable égalable ADJ f s 0.01 0.00 0.01 0.00 -égalaient égaler VER 4.96 4.39 0.00 0.07 ind:imp:3p; -égalais égaler VER 4.96 4.39 0.00 0.07 ind:imp:1s; -égalait égaler VER 4.96 4.39 0.06 0.54 ind:imp:3s; -égalant égaler VER 4.96 4.39 0.01 0.20 par:pre; -égale égal ADJ f s 38.08 39.32 4.51 12.91 -également également ADV 32.19 71.01 32.19 71.01 -égalent égaler VER 4.96 4.39 0.79 0.34 ind:pre:3p; -égaler égaler VER 4.96 4.39 1.12 1.35 inf; -égalera égaler VER 4.96 4.39 0.09 0.07 ind:fut:3s; -égalerai égaler VER 4.96 4.39 0.01 0.00 ind:fut:1s; -égalerais égaler VER 4.96 4.39 0.01 0.00 cnd:pre:1s; -égalerait égaler VER 4.96 4.39 0.02 0.14 cnd:pre:3s; -égaleras égaler VER 4.96 4.39 0.01 0.00 ind:fut:2s; -égaleront égaler VER 4.96 4.39 0.01 0.07 ind:fut:3p; -égales égal ADJ f p 38.08 39.32 2.98 3.31 -égalisa égaliser VER 1.76 3.04 0.00 0.20 ind:pas:3s; -égalisais égaliser VER 1.76 3.04 0.00 0.07 ind:imp:1s; -égalisait égaliser VER 1.76 3.04 0.01 0.88 ind:imp:3s; -égalisant égaliser VER 1.76 3.04 0.00 0.14 par:pre; -égalisateur égalisateur ADJ m s 0.02 0.20 0.01 0.14 -égalisateurs égalisateur ADJ m p 0.02 0.20 0.00 0.07 -égalisation égalisation NOM f s 0.04 0.27 0.04 0.27 -égalisatrice égalisateur ADJ f s 0.02 0.20 0.01 0.00 -égalise égaliser VER 1.76 3.04 0.19 0.54 ind:pre:1s;ind:pre:3s; -égalisent égaliser VER 1.76 3.04 0.02 0.07 ind:pre:3p; -égaliser égaliser VER 1.76 3.04 0.87 0.74 inf; -égaliseur égaliseur NOM m s 0.05 0.00 0.05 0.00 -égalisez égaliser VER 1.76 3.04 0.03 0.00 imp:pre:2p;ind:pre:2p; -égalisèrent égaliser VER 1.76 3.04 0.00 0.07 ind:pas:3p; -égalisé égaliser VER m s 1.76 3.04 0.62 0.27 par:pas; -égalisées égaliser VER f p 1.76 3.04 0.01 0.00 par:pas; -égalisés égaliser VER m p 1.76 3.04 0.01 0.07 par:pas; -égalitaire égalitaire ADJ s 0.09 0.34 0.09 0.34 -égalitarisme égalitarisme NOM m s 0.00 0.07 0.00 0.07 -égalité égalité NOM f s 6.99 8.18 6.96 8.11 -égalités égalité NOM f p 6.99 8.18 0.02 0.07 -égalât égaler VER 4.96 4.39 0.14 0.07 sub:imp:3s; -égalé égaler VER m s 4.96 4.39 0.33 0.14 par:pas; -égalée égaler VER f s 4.96 4.39 0.07 0.00 par:pas; -égalées égaler VER f p 4.96 4.39 0.00 0.07 par:pas; -égara égarer VER 10.55 22.77 0.00 0.14 ind:pas:3s; -égarai égarer VER 10.55 22.77 0.00 0.14 ind:pas:1s; -égaraient égarer VER 10.55 22.77 0.00 0.61 ind:imp:3p; -égarais égarer VER 10.55 22.77 0.00 0.20 ind:imp:1s; -égarait égarer VER 10.55 22.77 0.04 1.42 ind:imp:3s; -égarant égarer VER 10.55 22.77 0.02 0.34 par:pre; -égard égard NOM m s 9.19 65.61 6.77 58.31 -égards égard NOM m p 9.19 65.61 2.42 7.30 -égare égarer VER 10.55 22.77 2.25 2.23 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:1s; -égarement égarement NOM m s 1.04 3.65 0.44 2.50 -égarements égarement NOM m p 1.04 3.65 0.61 1.15 -égarent égarer VER 10.55 22.77 0.34 0.81 ind:pre:3p; -égarer égarer VER 10.55 22.77 1.51 3.11 inf; -égareraient égarer VER 10.55 22.77 0.00 0.07 cnd:pre:3p; -égarerais égarer VER 10.55 22.77 0.00 0.07 cnd:pre:1s; -égarerait égarer VER 10.55 22.77 0.01 0.20 cnd:pre:3s; -égarerions égarer VER 10.55 22.77 0.00 0.07 cnd:pre:1p; -égares égarer VER 10.55 22.77 0.27 0.07 ind:pre:2s; -égarez égarer VER 10.55 22.77 0.34 0.07 imp:pre:2p;ind:pre:2p; -égarons égarer VER 10.55 22.77 0.18 0.14 imp:pre:1p;ind:pre:1p; -égarât égarer VER 10.55 22.77 0.00 0.07 sub:imp:3s; -égarèrent égarer VER 10.55 22.77 0.00 0.20 ind:pas:3p; -égaré égarer VER m s 10.55 22.77 3.27 5.81 par:pas; -égarée égaré ADJ f s 3.43 11.89 0.91 2.77 -égarées égaré ADJ f p 3.43 11.89 0.37 0.68 -égarés égarer VER m p 10.55 22.77 1.21 2.91 par:pas; -égaux égal ADJ m p 38.08 39.32 3.18 2.84 -égaya égayer VER 1.39 5.68 0.00 0.27 ind:pas:3s; -égayaient égayer VER 1.39 5.68 0.00 0.20 ind:imp:3p; -égayait égayer VER 1.39 5.68 0.00 0.88 ind:imp:3s; -égayant égayer VER 1.39 5.68 0.00 0.14 par:pre; -égayante égayant ADJ f s 0.00 0.07 0.00 0.07 -égaye égayer VER 1.39 5.68 0.07 0.54 imp:pre:2s;ind:pre:3s; -égayer égayer VER 1.39 5.68 1.00 1.42 inf; -égayerais égayer VER 1.39 5.68 0.01 0.00 cnd:pre:1s; -égayez égayer VER 1.39 5.68 0.01 0.00 imp:pre:2p; -égayât égayer VER 1.39 5.68 0.00 0.07 sub:imp:3s; -égayèrent égayer VER 1.39 5.68 0.00 0.07 ind:pas:3p; -égayé égayer VER m s 1.39 5.68 0.06 0.95 par:pas; -égayée égayer VER f s 1.39 5.68 0.01 0.54 par:pas; -égayées égayer VER f p 1.39 5.68 0.00 0.07 par:pas; -égayés égayer VER m p 1.39 5.68 0.00 0.14 par:pas; -égide égide NOM f s 0.20 0.95 0.20 0.95 -égipan égipan NOM m s 0.00 0.14 0.00 0.07 -égipans égipan NOM m p 0.00 0.14 0.00 0.07 -églantier églantier NOM m s 0.00 0.61 0.00 0.07 -églantiers églantier NOM m p 0.00 0.61 0.00 0.54 -églantine églantine NOM f s 0.96 2.03 0.95 1.76 -églantines églantine NOM f p 0.96 2.03 0.01 0.27 -église église NOM f s 64.75 145.07 60.20 123.58 -églises église NOM f p 64.75 145.07 4.55 21.49 -églogue églogue NOM f s 0.10 0.34 0.00 0.27 -églogues églogue NOM f p 0.10 0.34 0.10 0.07 -égoïne égoïne NOM f s 0.00 0.47 0.00 0.47 -égoïsme égoïsme NOM m s 2.15 9.53 2.15 9.39 -égoïsmes égoïsme NOM m p 2.15 9.53 0.00 0.14 -égoïste égoïste ADJ s 8.13 7.91 7.27 6.82 -égoïstement égoïstement ADV 0.24 0.41 0.24 0.41 -égoïstes égoïste ADJ p 8.13 7.91 0.86 1.08 -égocentrique égocentrique ADJ s 1.49 0.34 1.21 0.34 -égocentriques égocentrique ADJ p 1.49 0.34 0.28 0.00 -égocentrisme égocentrisme NOM m s 0.23 0.27 0.23 0.20 -égocentrismes égocentrisme NOM m p 0.23 0.27 0.00 0.07 -égocentriste égocentriste NOM s 0.03 0.07 0.03 0.00 -égocentristes égocentriste NOM p 0.03 0.07 0.00 0.07 -égorge égorger VER 9.04 9.66 2.74 1.35 imp:pre:2s;ind:pre:1s;ind:pre:3s; -égorgea égorger VER 9.04 9.66 0.14 0.07 ind:pas:3s; -égorgeaient égorger VER 9.04 9.66 0.00 0.14 ind:imp:3p; -égorgeais égorger VER 9.04 9.66 0.01 0.00 ind:imp:1s; -égorgeait égorger VER 9.04 9.66 0.16 0.74 ind:imp:3s; -égorgeant égorger VER 9.04 9.66 0.14 0.14 par:pre; -égorgement égorgement NOM m s 0.05 0.74 0.05 0.34 -égorgements égorgement NOM m p 0.05 0.74 0.00 0.41 -égorgent égorger VER 9.04 9.66 0.35 0.34 ind:pre:3p; -égorgeoir égorgeoir NOM m s 0.00 0.14 0.00 0.14 -égorger égorger VER 9.04 9.66 2.96 2.84 inf;; -égorgerai égorger VER 9.04 9.66 0.04 0.00 ind:fut:1s; -égorgeraient égorger VER 9.04 9.66 0.02 0.00 cnd:pre:3p; -égorgerais égorger VER 9.04 9.66 0.15 0.00 cnd:pre:1s; -égorgeras égorger VER 9.04 9.66 0.01 0.00 ind:fut:2s; -égorgeront égorger VER 9.04 9.66 0.04 0.00 ind:fut:3p; -égorgeur égorgeur NOM m s 0.20 0.95 0.19 0.34 -égorgeurs égorgeur NOM m p 0.20 0.95 0.01 0.54 -égorgeuses égorgeur NOM f p 0.20 0.95 0.00 0.07 -égorgez égorger VER 9.04 9.66 0.00 0.07 imp:pre:2p; -égorgèrent égorger VER 9.04 9.66 0.00 0.07 ind:pas:3p; -égorgé égorger VER m s 9.04 9.66 1.14 1.89 par:pas; -égorgée égorger VER f s 9.04 9.66 0.65 0.54 par:pas; -égorgées égorger VER f p 9.04 9.66 0.16 0.27 par:pas; -égorgés égorger VER m p 9.04 9.66 0.35 1.22 par:pas; -égosilla égosiller VER 0.20 2.03 0.00 0.14 ind:pas:3s; -égosillaient égosiller VER 0.20 2.03 0.00 0.14 ind:imp:3p; -égosillait égosiller VER 0.20 2.03 0.10 0.54 ind:imp:3s; -égosillant égosiller VER 0.20 2.03 0.00 0.20 par:pre; -égosille égosiller VER 0.20 2.03 0.02 0.41 imp:pre:2s;ind:pre:1s;ind:pre:3s; -égosillent égosiller VER 0.20 2.03 0.01 0.14 ind:pre:3p; -égosiller égosiller VER 0.20 2.03 0.07 0.47 inf; -égotisme égotisme NOM m s 0.16 0.20 0.16 0.20 -égotiste égotiste ADJ s 0.05 0.07 0.05 0.00 -égotistes égotiste NOM p 0.03 0.07 0.02 0.00 -égout égout NOM m s 7.01 8.45 3.23 6.22 -égoutier égoutier NOM m s 0.06 1.76 0.01 1.62 -égoutiers égoutier NOM m p 0.06 1.76 0.05 0.14 -égouts égout NOM m p 7.01 8.45 3.78 2.23 -égoutta égoutter VER 0.34 4.39 0.00 0.34 ind:pas:3s; -égouttaient égoutter VER 0.34 4.39 0.01 0.54 ind:imp:3p; -égouttait égoutter VER 0.34 4.39 0.10 1.28 ind:imp:3s; -égouttant égoutter VER 0.34 4.39 0.00 0.54 par:pre; -égoutte égoutter VER 0.34 4.39 0.01 0.14 ind:pre:3s; -égouttement égouttement NOM m s 0.00 0.34 0.00 0.34 -égouttent égoutter VER 0.34 4.39 0.01 0.34 ind:pre:3p; -égoutter égoutter VER 0.34 4.39 0.18 0.68 inf; -égoutterait égoutter VER 0.34 4.39 0.00 0.07 cnd:pre:3s; -égouttez égoutter VER 0.34 4.39 0.00 0.14 imp:pre:2p; -égouttis égouttis NOM m 0.00 0.07 0.00 0.07 -égouttoir égouttoir NOM m s 0.14 0.54 0.14 0.54 -égouttèrent égoutter VER 0.34 4.39 0.00 0.07 ind:pas:3p; -égoutté égoutter VER m s 0.34 4.39 0.02 0.27 par:pas; -égrainer égrainer VER 0.00 0.07 0.00 0.07 inf; -égrappait égrapper VER 0.00 0.07 0.00 0.07 ind:imp:3s; -égratigna égratigner VER 0.57 1.62 0.00 0.14 ind:pas:3s; -égratignaient égratigner VER 0.57 1.62 0.00 0.14 ind:imp:3p; -égratignait égratigner VER 0.57 1.62 0.00 0.14 ind:imp:3s; -égratignant égratigner VER 0.57 1.62 0.00 0.14 par:pre; -égratigne égratigner VER 0.57 1.62 0.07 0.14 imp:pre:2s;ind:pre:1s;ind:pre:3s; -égratignent égratigner VER 0.57 1.62 0.03 0.07 ind:pre:3p; -égratigner égratigner VER 0.57 1.62 0.15 0.14 inf; -égratignes égratigner VER 0.57 1.62 0.01 0.07 ind:pre:2s; -égratigné égratigner VER m s 0.57 1.62 0.25 0.34 par:pas; -égratignée égratigner VER f s 0.57 1.62 0.05 0.27 par:pas; -égratignure égratignure NOM f s 4.86 2.23 3.97 1.35 -égratignures égratignure NOM f p 4.86 2.23 0.89 0.88 -égratignés égratigner VER m p 0.57 1.62 0.02 0.07 par:pas; -égrena égrener VER 0.32 7.70 0.01 0.20 ind:pas:3s; -égrenage égrenage NOM m s 0.01 0.00 0.01 0.00 -égrenaient égrener VER 0.32 7.70 0.01 0.74 ind:imp:3p; -égrenais égrener VER 0.32 7.70 0.00 0.27 ind:imp:1s;ind:imp:2s; -égrenait égrener VER 0.32 7.70 0.00 0.61 ind:imp:3s; -égrenant égrener VER 0.32 7.70 0.00 1.22 par:pre; -égrener égrener VER 0.32 7.70 0.02 1.35 inf; -égreneuse égreneur NOM f s 0.44 0.00 0.44 0.00 -égrenèrent égrener VER 0.32 7.70 0.00 0.27 ind:pas:3p; -égrené égrener VER m s 0.32 7.70 0.10 0.34 par:pas; -égrenée égrener VER f s 0.32 7.70 0.00 0.14 par:pas; -égrenées égrener VER f p 0.32 7.70 0.00 0.54 par:pas; -égrenés égrener VER m p 0.32 7.70 0.01 0.34 par:pas; -égrillard égrillard ADJ m s 0.00 1.55 0.00 0.74 -égrillarde égrillard ADJ f s 0.00 1.55 0.00 0.27 -égrillardes égrillard ADJ f p 0.00 1.55 0.00 0.27 -égrillards égrillard ADJ m p 0.00 1.55 0.00 0.27 -égrotant égrotant ADJ m s 0.00 0.34 0.00 0.20 -égrotantes égrotant ADJ f p 0.00 0.34 0.00 0.07 -égrotants égrotant ADJ m p 0.00 0.34 0.00 0.07 -égrène égrener VER 0.32 7.70 0.16 1.22 imp:pre:2s;ind:pre:3s; -égrènements égrènement NOM m p 0.00 0.07 0.00 0.07 -égrènent égrener VER 0.32 7.70 0.01 0.47 ind:pre:3p; -égéenne égéen ADJ f s 0.00 0.07 0.00 0.07 -égérie égérie NOM f s 0.46 0.27 0.46 0.27 -égyptien égyptien ADJ m s 7.48 4.73 2.60 1.96 -égyptienne égyptien ADJ f s 7.48 4.73 1.31 1.15 -égyptiennes égyptien ADJ f p 7.48 4.73 0.41 0.54 -égyptiens égyptien ADJ m p 7.48 4.73 3.16 1.08 -égyptologie égyptologie NOM f s 0.06 0.14 0.06 0.14 -égyptologue égyptologue NOM s 0.17 0.14 0.04 0.00 -égyptologues égyptologue NOM p 0.17 0.14 0.14 0.14 -uhlan uhlan NOM m s 0.19 1.15 0.14 0.14 -uhlans uhlan NOM m p 0.19 1.15 0.05 1.01 -éhonté éhonté ADJ m s 1.07 1.28 0.40 0.20 -éhontée éhonté ADJ f s 1.07 1.28 0.60 0.61 -éhontées éhonté ADJ f p 1.07 1.28 0.01 0.07 -éhontés éhonté ADJ m p 1.07 1.28 0.06 0.41 -uht uht ADJ m s 0.01 0.00 0.01 0.00 -éjacula éjaculer VER 1.98 1.42 0.27 0.14 ind:pas:3s; -éjaculait éjaculer VER 1.98 1.42 0.01 0.07 ind:imp:3s; -éjaculant éjaculer VER 1.98 1.42 0.16 0.07 par:pre; -éjaculat éjaculat NOM m s 0.01 0.20 0.01 0.20 -éjaculateur éjaculateur NOM m s 0.16 0.14 0.15 0.14 -éjaculateurs éjaculateur NOM m p 0.16 0.14 0.01 0.00 -éjaculation éjaculation NOM f s 1.40 1.42 1.11 1.22 -éjaculations éjaculation NOM f p 1.40 1.42 0.29 0.20 -éjacule éjaculer VER 1.98 1.42 0.44 0.34 imp:pre:2s;ind:pre:1s;ind:pre:3s; -éjaculent éjaculer VER 1.98 1.42 0.04 0.14 ind:pre:3p; -éjaculer éjaculer VER 1.98 1.42 0.33 0.34 inf; -éjaculé éjaculer VER m s 1.98 1.42 0.73 0.27 par:pas; -éjaculés éjaculer VER m p 1.98 1.42 0.00 0.07 par:pas; -éjecta éjecter VER 4.46 3.18 0.02 0.07 ind:pas:3s; -éjectable éjectable ADJ m s 0.38 0.07 0.38 0.00 -éjectables éjectable ADJ f p 0.38 0.07 0.00 0.07 -éjectaient éjecter VER 4.46 3.18 0.00 0.20 ind:imp:3p; -éjectait éjecter VER 4.46 3.18 0.02 0.20 ind:imp:3s; -éjectant éjecter VER 4.46 3.18 0.06 0.14 par:pre; -éjectas éjecter VER 4.46 3.18 0.01 0.00 ind:pas:2s; -éjecte éjecter VER 4.46 3.18 0.56 0.41 imp:pre:2s;ind:pre:1s;ind:pre:3s; -éjectent éjecter VER 4.46 3.18 0.02 0.00 ind:pre:3p; -éjecter éjecter VER 4.46 3.18 1.18 0.54 inf; -éjectera éjecter VER 4.46 3.18 0.03 0.00 ind:fut:3s; -éjecterais éjecter VER 4.46 3.18 0.12 0.00 cnd:pre:1s;cnd:pre:2s; -éjecteur éjecteur NOM m s 0.10 0.00 0.05 0.00 -éjecteurs éjecteur NOM m p 0.10 0.00 0.05 0.00 -éjectez éjecter VER 4.46 3.18 0.08 0.00 imp:pre:2p;ind:pre:2p; -éjection éjection NOM f s 0.44 0.14 0.42 0.14 -éjections éjection NOM f p 0.44 0.14 0.02 0.00 -éjectons éjecter VER 4.46 3.18 0.02 0.00 imp:pre:1p;ind:pre:1p; -éjectèrent éjecter VER 4.46 3.18 0.00 0.07 ind:pas:3p; -éjecté éjecter VER m s 4.46 3.18 1.40 0.74 par:pas; -éjectée éjecter VER f s 4.46 3.18 0.61 0.41 par:pas; -éjectées éjecter VER f p 4.46 3.18 0.09 0.20 par:pas; -éjectés éjecter VER m p 4.46 3.18 0.23 0.20 par:pas; -ukase ukase NOM m s 0.20 0.07 0.20 0.00 -ukases ukase NOM m p 0.20 0.07 0.00 0.07 -ukrainien ukrainien NOM m s 0.69 0.61 0.39 0.07 -ukrainienne ukrainien ADJ f s 0.61 0.88 0.28 0.14 -ukrainiennes ukrainien ADJ f p 0.61 0.88 0.01 0.14 -ukrainiens ukrainien NOM m p 0.69 0.61 0.30 0.41 -ukulélé ukulélé NOM m s 0.16 0.07 0.16 0.07 -élabora élaborer VER 2.08 5.20 0.00 0.07 ind:pas:3s; -élaborai élaborer VER 2.08 5.20 0.01 0.07 ind:pas:1s; -élaboraient élaborer VER 2.08 5.20 0.00 0.20 ind:imp:3p; -élaborait élaborer VER 2.08 5.20 0.06 0.68 ind:imp:3s; -élaborant élaborer VER 2.08 5.20 0.00 0.20 par:pre; -élaboration élaboration NOM f s 0.23 1.76 0.23 1.62 -élaborations élaboration NOM f p 0.23 1.76 0.00 0.14 -élabore élaborer VER 2.08 5.20 0.25 0.14 ind:pre:1s;ind:pre:3s; -élaborent élaborer VER 2.08 5.20 0.10 0.14 ind:pre:3p; -élaborer élaborer VER 2.08 5.20 0.63 1.55 inf; -élaboreraient élaborer VER 2.08 5.20 0.00 0.07 cnd:pre:3p; -élaboriez élaborer VER 2.08 5.20 0.01 0.00 ind:imp:2p; -élaborions élaborer VER 2.08 5.20 0.00 0.07 ind:imp:1p; -élaborons élaborer VER 2.08 5.20 0.01 0.00 ind:pre:1p; -élaborèrent élaborer VER 2.08 5.20 0.02 0.07 ind:pas:3p; -élaboré élaborer VER m s 2.08 5.20 0.68 0.61 par:pas; -élaborée élaboré ADJ f s 1.22 0.68 0.27 0.34 -élaborées élaboré ADJ f p 1.22 0.68 0.18 0.00 -élaborés élaboré ADJ m p 1.22 0.68 0.36 0.07 -élagage élagage NOM m s 0.03 0.34 0.03 0.34 -élaguais élaguer VER 0.18 0.88 0.01 0.00 ind:imp:1s; -élaguait élaguer VER 0.18 0.88 0.00 0.14 ind:imp:3s; -élague élaguer VER 0.18 0.88 0.01 0.07 imp:pre:2s;ind:pre:1s; -élaguer élaguer VER 0.18 0.88 0.09 0.34 inf; -élagueur élagueur NOM m s 0.04 0.14 0.03 0.00 -élagueurs élagueur NOM m p 0.04 0.14 0.01 0.14 -élaguez élaguer VER 0.18 0.88 0.01 0.07 imp:pre:2p;ind:pre:2p; -élaguons élaguer VER 0.18 0.88 0.01 0.00 ind:pre:1p; -élagué élaguer VER m s 0.18 0.88 0.05 0.07 par:pas; -élagués élaguer VER m p 0.18 0.88 0.00 0.20 par:pas; -élan élan NOM m s 5.66 44.73 4.61 37.57 -élance élancer VER 2.25 20.27 0.94 3.85 imp:pre:2s;ind:pre:1s;ind:pre:3s; -élancement élancement NOM m s 0.13 2.30 0.04 1.22 -élancements élancement NOM m p 0.13 2.30 0.08 1.08 -élancent élancer VER 2.25 20.27 0.20 1.15 ind:pre:3p; -élancer élancer VER 2.25 20.27 0.61 3.85 inf; -élancera élancer VER 2.25 20.27 0.01 0.14 ind:fut:3s; -élanceraient élancer VER 2.25 20.27 0.00 0.07 cnd:pre:3p; -élancerait élancer VER 2.25 20.27 0.01 0.07 cnd:pre:3s; -élancerions élancer VER 2.25 20.27 0.00 0.07 cnd:pre:1p; -élanceront élancer VER 2.25 20.27 0.00 0.07 ind:fut:3p; -élancions élancer VER 2.25 20.27 0.00 0.27 ind:imp:1p; -élancèrent élancer VER 2.25 20.27 0.00 0.47 ind:pas:3p; -élancé élancer VER m s 2.25 20.27 0.21 0.68 par:pas; -élancée élancé ADJ f s 0.13 3.51 0.03 1.49 -élancées élancé ADJ f p 0.13 3.51 0.00 0.47 -élancés élancer VER m p 2.25 20.27 0.02 0.27 par:pas; -élans élan NOM m p 5.66 44.73 1.05 7.16 -élança élancer VER 2.25 20.27 0.03 4.46 ind:pas:3s; -élançai élancer VER 2.25 20.27 0.14 0.34 ind:pas:1s; -élançaient élancer VER 2.25 20.27 0.03 0.74 ind:imp:3p; -élançais élancer VER 2.25 20.27 0.00 0.41 ind:imp:1s; -élançait élancer VER 2.25 20.27 0.02 1.55 ind:imp:3s; -élançant élancer VER 2.25 20.27 0.00 1.28 par:pre; -élargît élargir VER 4.85 19.32 0.00 0.07 sub:imp:3s; -élargi élargir VER m s 4.85 19.32 0.72 2.36 par:pas; -élargie élargir VER f s 4.85 19.32 0.31 1.55 par:pas; -élargies élargir VER f p 4.85 19.32 0.04 0.61 par:pas; -élargir élargir VER 4.85 19.32 2.07 4.12 inf; -élargira élargir VER 4.85 19.32 0.12 0.07 ind:fut:3s; -élargirait élargir VER 4.85 19.32 0.01 0.14 cnd:pre:3s; -élargirent élargir VER 4.85 19.32 0.00 0.34 ind:pas:3p; -élargirez élargir VER 4.85 19.32 0.00 0.07 ind:fut:2p; -élargirons élargir VER 4.85 19.32 0.01 0.00 ind:fut:1p; -élargis élargir VER m p 4.85 19.32 0.26 0.81 imp:pre:2s;ind:pre:1s;ind:pre:2s;par:pas; -élargissaient élargir VER 4.85 19.32 0.01 1.01 ind:imp:3p; -élargissait élargir VER 4.85 19.32 0.10 3.18 ind:imp:3s; -élargissant élargir VER 4.85 19.32 0.17 1.89 par:pre; -élargissement élargissement NOM m s 0.17 1.22 0.17 1.22 -élargissent élargir VER 4.85 19.32 0.09 0.47 ind:pre:3p; -élargissez élargir VER 4.85 19.32 0.07 0.00 imp:pre:2p; -élargissions élargir VER 4.85 19.32 0.00 0.07 ind:imp:1p; -élargit élargir VER 4.85 19.32 0.86 2.57 ind:pre:3s;ind:pas:3s; -élasticimétrie élasticimétrie NOM f s 0.01 0.00 0.01 0.00 -élasticité élasticité NOM f s 0.30 1.76 0.30 1.76 -élastique élastique NOM m s 2.12 6.35 1.73 4.26 -élastiques élastique NOM m p 2.12 6.35 0.39 2.09 -élastomère élastomère NOM m s 0.01 0.14 0.01 0.14 -ulcère ulcère NOM m s 4.69 2.50 3.98 1.76 -ulcères ulcère NOM m p 4.69 2.50 0.71 0.74 -ulcéra ulcérer VER 0.66 1.49 0.00 0.07 ind:pas:3s; -ulcérait ulcérer VER 0.66 1.49 0.00 0.07 ind:imp:3s; -ulcérant ulcérer VER 0.66 1.49 0.00 0.07 par:pre; -ulcérations ulcération NOM f p 0.01 0.20 0.01 0.20 -ulcérative ulcératif ADJ f s 0.01 0.00 0.01 0.00 -ulcéreuse ulcéreux ADJ f s 0.03 0.20 0.01 0.14 -ulcéreuses ulcéreux ADJ f p 0.03 0.20 0.00 0.07 -ulcéreux ulcéreux ADJ m s 0.03 0.20 0.01 0.00 -ulcéré ulcérer VER m s 0.66 1.49 0.48 0.68 par:pas; -ulcérée ulcéré ADJ f s 0.01 1.62 0.00 0.68 -ulcérées ulcéré ADJ f p 0.01 1.62 0.00 0.07 -ulcérés ulcérer VER m p 0.66 1.49 0.15 0.00 par:pas; -électeur électeur NOM m s 3.47 3.11 0.48 0.47 -électeurs électeur NOM m p 3.47 3.11 2.96 2.23 -électif électif ADJ m s 0.03 0.27 0.01 0.20 -élection élection NOM f s 17.17 14.12 5.95 4.32 -élections élection NOM f p 17.17 14.12 11.22 9.80 -élective électif ADJ f s 0.03 0.27 0.01 0.00 -électivement électivement ADV 0.00 0.14 0.00 0.14 -électives électif ADJ f p 0.03 0.27 0.00 0.07 -électoral électoral ADJ m s 3.01 4.39 0.32 1.55 -électorale électoral ADJ f s 3.01 4.39 2.23 1.55 -électoralement électoralement ADV 0.00 0.07 0.00 0.07 -électorales électoral ADJ f p 3.01 4.39 0.28 0.88 -électorat électorat NOM m s 0.24 0.07 0.24 0.07 -électoraux électoral ADJ m p 3.01 4.39 0.19 0.41 -électrice électeur NOM f s 3.47 3.11 0.02 0.20 -électrices électrice NOM f p 0.07 0.00 0.07 0.00 -électricien électricien NOM m s 2.79 2.64 2.62 1.82 -électricienne électricien NOM f s 2.79 2.64 0.00 0.07 -électriciennes électricien NOM f p 2.79 2.64 0.00 0.07 -électriciens électricien NOM m p 2.79 2.64 0.17 0.68 -électricité électricité NOM f s 15.76 12.97 15.76 12.97 -électrifia électrifier VER 1.22 0.54 0.01 0.00 ind:pas:3s; -électrifiait électrifier VER 1.22 0.54 0.00 0.07 ind:imp:3s; -électrifiant électrifier VER 1.22 0.54 0.02 0.00 par:pre; -électrification électrification NOM f s 0.02 0.27 0.02 0.27 -électrifier électrifier VER 1.22 0.54 0.03 0.00 inf; -électrifié électrifier VER m s 1.22 0.54 0.29 0.27 par:pas; -électrifiée électrifier VER f s 1.22 0.54 0.37 0.14 par:pas; -électrifiées électrifier VER f p 1.22 0.54 0.04 0.00 par:pas; -électrifiés électrifier VER m p 1.22 0.54 0.44 0.07 par:pas; -électrique électrique ADJ s 20.36 35.81 15.95 27.50 -électriquement électriquement ADV 0.21 0.47 0.21 0.47 -électriques électrique ADJ p 20.36 35.81 4.41 8.31 -électrisa électriser VER 0.25 2.03 0.00 0.20 ind:pas:3s; -électrisaient électriser VER 0.25 2.03 0.00 0.07 ind:imp:3p; -électrisais électriser VER 0.25 2.03 0.01 0.00 ind:imp:1s; -électrisait électriser VER 0.25 2.03 0.02 0.14 ind:imp:3s; -électrisant électrisant ADJ m s 0.23 0.27 0.18 0.14 -électrisante électrisant ADJ f s 0.23 0.27 0.05 0.14 -électrisation électrisation NOM f s 0.00 0.07 0.00 0.07 -électrise électriser VER 0.25 2.03 0.07 0.34 ind:pre:1s;ind:pre:3s; -électrisent électriser VER 0.25 2.03 0.01 0.07 ind:pre:3p; -électriser électriser VER 0.25 2.03 0.03 0.07 inf; -électrisèrent électriser VER 0.25 2.03 0.00 0.07 ind:pas:3p; -électrisé électriser VER m s 0.25 2.03 0.04 0.68 par:pas; -électrisée électriser VER f s 0.25 2.03 0.01 0.07 par:pas; -électrisées électriser VER f p 0.25 2.03 0.00 0.14 par:pas; -électro_acoustique électro_acoustique NOM f s 0.00 0.14 0.00 0.14 -électro_aimant électro_aimant NOM m s 0.02 0.00 0.02 0.00 -électro_encéphalogramme électro_encéphalogramme NOM m s 0.16 0.07 0.16 0.07 -électroacoustique électroacoustique NOM f s 0.01 0.00 0.01 0.00 -électroaimant électroaimant NOM m s 0.06 0.00 0.03 0.00 -électroaimants électroaimant NOM m p 0.06 0.00 0.03 0.00 -électrobiologie électrobiologie NOM f s 0.01 0.00 0.01 0.00 -électrocardiogramme électrocardiogramme NOM m s 0.25 0.34 0.25 0.34 -électrochimie électrochimie NOM f s 0.02 0.00 0.02 0.00 -électrochimique électrochimique ADJ f s 0.07 0.00 0.02 0.00 -électrochimiques électrochimique ADJ p 0.07 0.00 0.05 0.00 -électrochoc électrochoc NOM m s 3.14 0.74 0.28 0.54 -électrochocs électrochoc NOM m p 3.14 0.74 2.86 0.20 -électrocutant électrocuter VER 2.08 0.54 0.03 0.00 par:pre; -électrocute électrocuter VER 2.08 0.54 0.11 0.07 ind:pre:1s;ind:pre:3s; -électrocutent électrocuter VER 2.08 0.54 0.02 0.00 ind:pre:3p; -électrocuter électrocuter VER 2.08 0.54 0.47 0.07 inf; -électrocutera électrocuter VER 2.08 0.54 0.11 0.00 ind:fut:3s; -électrocutes électrocuter VER 2.08 0.54 0.02 0.00 ind:pre:2s; -électrocutez électrocuter VER 2.08 0.54 0.01 0.00 imp:pre:2p; -électrocution électrocution NOM f s 0.40 0.20 0.40 0.20 -électrocuté électrocuter VER m s 2.08 0.54 1.16 0.27 par:pas; -électrocutée électrocuter VER f s 2.08 0.54 0.14 0.14 par:pas; -électrocutés électrocuter VER m p 2.08 0.54 0.01 0.00 par:pas; -électrode électrode NOM f s 0.87 0.07 0.25 0.00 -électrodes électrode NOM f p 0.87 0.07 0.62 0.07 -électrodynamique électrodynamique NOM f s 0.00 0.07 0.00 0.07 -électroencéphalogramme électroencéphalogramme NOM m s 0.09 0.00 0.09 0.00 -électroencéphalographie électroencéphalographie NOM f s 0.02 0.00 0.02 0.00 -électrogène électrogène ADJ m s 1.10 0.34 1.10 0.34 -électrologie électrologie NOM f s 0.01 0.00 0.01 0.00 -électrolyse électrolyse NOM f s 0.05 0.20 0.05 0.20 -électrolyte électrolyte NOM m s 0.35 0.00 0.10 0.00 -électrolytes électrolyte NOM m p 0.35 0.00 0.25 0.00 -électrolytique électrolytique ADJ m s 0.05 0.07 0.05 0.07 -électromagnétique électromagnétique ADJ s 1.92 0.07 1.29 0.00 -électromagnétiques électromagnétique ADJ p 1.92 0.07 0.62 0.07 -électromagnétisme électromagnétisme NOM m s 0.11 0.00 0.11 0.00 -électromètre électromètre NOM m s 0.07 0.00 0.07 0.00 -électroménager électroménager NOM m s 0.26 0.34 0.26 0.34 -électron électron NOM m s 1.28 0.20 0.45 0.07 -électronicien électronicien NOM m s 0.06 0.07 0.04 0.00 -électroniciens électronicien NOM m p 0.06 0.07 0.02 0.07 -électronique électronique ADJ s 6.70 3.51 5.00 1.96 -électroniquement électroniquement ADV 0.21 0.00 0.21 0.00 -électroniques électronique ADJ p 6.70 3.51 1.69 1.55 -électrons électron NOM m p 1.28 0.20 0.83 0.14 -électronucléaire électronucléaire ADJ f s 0.01 0.00 0.01 0.00 -électronvolts électronvolt NOM m p 0.02 0.00 0.02 0.00 -électrophone électrophone NOM m s 0.28 3.04 0.28 2.97 -électrophones électrophone NOM m p 0.28 3.04 0.00 0.07 -électrophorèse électrophorèse NOM f s 0.01 0.00 0.01 0.00 -électrostatique électrostatique ADJ s 0.28 0.07 0.25 0.07 -électrostatiques électrostatique ADJ p 0.28 0.07 0.04 0.00 -électrum électrum NOM m s 0.27 0.07 0.27 0.07 -électuaires électuaire NOM m p 0.00 0.14 0.00 0.14 -éleusinienne éleusinien ADJ f s 0.00 0.07 0.00 0.07 -éleva élever VER 52.03 103.85 0.28 12.91 ind:pas:3s; -élevage élevage NOM m s 3.15 3.38 2.88 2.91 -élevages élevage NOM m p 3.15 3.38 0.28 0.47 -élevai élever VER 52.03 103.85 0.23 0.41 ind:pas:1s; -élevaient élever VER 52.03 103.85 0.17 4.73 ind:imp:3p; -élevais élever VER 52.03 103.85 0.26 0.61 ind:imp:1s;ind:imp:2s; -élevait élever VER 52.03 103.85 1.00 15.34 ind:imp:3s; -élevant élever VER 52.03 103.85 0.36 8.38 par:pre; -élever élever VER 52.03 103.85 15.57 20.20 ind:pre:2p;inf; -éleveur éleveur NOM m s 1.82 1.76 0.98 1.01 -éleveurs éleveur NOM m p 1.82 1.76 0.80 0.74 -éleveuse éleveur NOM f s 1.82 1.76 0.04 0.00 -élevez élever VER 52.03 103.85 0.69 0.27 imp:pre:2p;ind:pre:2p; -éleviez élever VER 52.03 103.85 0.23 0.00 ind:imp:2p; -élevions élever VER 52.03 103.85 0.02 0.07 ind:imp:1p; -élevons élever VER 52.03 103.85 0.34 0.14 imp:pre:1p;ind:pre:1p; -élevât élever VER 52.03 103.85 0.00 0.20 sub:imp:3s; -élevèrent élever VER 52.03 103.85 0.07 1.76 ind:pas:3p; -élevé élevé ADJ m s 25.02 30.68 14.37 15.20 -élevée élevé ADJ f s 25.02 30.68 5.82 7.50 -élevées élevé ADJ f p 25.02 30.68 1.06 1.76 -élevures élevure NOM f p 0.00 0.07 0.00 0.07 -élevés élevé ADJ m p 25.02 30.68 3.78 6.22 -élia élier VER 0.05 8.99 0.00 1.35 ind:pas:3s; -élias élier VER 0.05 8.99 0.04 0.00 ind:pas:2s; -éliciter éliciter VER 0.01 0.00 0.01 0.00 inf; -élie élier VER 0.05 8.99 0.01 7.64 imp:pre:2s;ind:pre:3s; -éligibilité éligibilité NOM f s 0.04 0.14 0.04 0.14 -éligible éligible ADJ s 0.11 0.20 0.10 0.07 -éligibles éligible ADJ p 0.11 0.20 0.01 0.14 -élime élimer VER 0.04 1.01 0.00 0.07 ind:pre:3s; -élimer élimer VER 0.04 1.01 0.01 0.00 inf; -élimina éliminer VER 30.28 8.04 0.01 0.20 ind:pas:3s; -éliminais éliminer VER 30.28 8.04 0.02 0.00 ind:imp:1s; -éliminait éliminer VER 30.28 8.04 0.17 0.61 ind:imp:3s; -éliminant éliminer VER 30.28 8.04 0.67 0.14 par:pre; -éliminateur éliminateur ADJ m s 0.03 0.00 0.01 0.00 -éliminateurs éliminateur ADJ m p 0.03 0.00 0.02 0.00 -élimination élimination NOM f s 1.55 1.96 1.47 1.89 -éliminations élimination NOM f p 1.55 1.96 0.08 0.07 -éliminatoire éliminatoire ADJ s 0.12 0.20 0.08 0.20 -éliminatoires éliminatoire NOM f p 0.32 0.34 0.29 0.34 -élimine éliminer VER 30.28 8.04 4.00 1.01 imp:pre:2s;ind:pre:1s;ind:pre:3s; -éliminent éliminer VER 30.28 8.04 0.30 0.14 ind:pre:3p; -éliminer éliminer VER 30.28 8.04 14.66 3.58 inf; -éliminera éliminer VER 30.28 8.04 0.40 0.00 ind:fut:3s; -éliminerai éliminer VER 30.28 8.04 0.11 0.07 ind:fut:1s; -élimineraient éliminer VER 30.28 8.04 0.06 0.00 cnd:pre:3p; -éliminerais éliminer VER 30.28 8.04 0.04 0.07 cnd:pre:1s; -éliminerait éliminer VER 30.28 8.04 0.13 0.07 cnd:pre:3s; -élimineras éliminer VER 30.28 8.04 0.01 0.00 ind:fut:2s; -éliminerez éliminer VER 30.28 8.04 0.34 0.00 ind:fut:2p; -éliminerons éliminer VER 30.28 8.04 0.11 0.20 ind:fut:1p; -élimineront éliminer VER 30.28 8.04 0.06 0.07 ind:fut:3p; -élimines éliminer VER 30.28 8.04 0.47 0.07 ind:pre:2s; -éliminez éliminer VER 30.28 8.04 0.47 0.00 imp:pre:2p;ind:pre:2p; -éliminiez éliminer VER 30.28 8.04 0.03 0.00 ind:imp:2p; -éliminons éliminer VER 30.28 8.04 0.19 0.00 imp:pre:1p;ind:pre:1p; -éliminèrent éliminer VER 30.28 8.04 0.00 0.07 ind:pas:3p; -éliminé éliminer VER m s 30.28 8.04 5.47 0.95 par:pas; -éliminée éliminer VER f s 30.28 8.04 0.65 0.20 par:pas; -éliminées éliminer VER f p 30.28 8.04 0.25 0.14 par:pas; -éliminés éliminer VER m p 30.28 8.04 1.67 0.47 par:pas; -élimâmes élimer VER 0.04 1.01 0.00 0.07 ind:pas:1p; -élimé élimé ADJ m s 0.04 2.64 0.01 1.01 -élimée élimé ADJ f s 0.04 2.64 0.03 0.27 -élimées élimer VER f p 0.04 1.01 0.01 0.07 par:pas; -élimés élimer VER m p 0.04 1.01 0.02 0.14 par:pas; -élingue élingue NOM f s 0.02 0.00 0.02 0.00 -élirait élire VER 11.24 13.51 0.01 0.07 cnd:pre:3s; -élire élire VER 11.24 13.51 2.15 2.03 inf; -élirez élire VER 11.24 13.51 0.02 0.07 ind:fut:2p; -éliront élire VER 11.24 13.51 0.03 0.14 ind:fut:3p; -élis élire VER 11.24 13.51 2.00 0.07 imp:pre:2s;ind:pre:1s; -élisabéthain élisabéthain ADJ m s 0.05 0.27 0.02 0.07 -élisabéthaine élisabéthain ADJ f s 0.05 0.27 0.03 0.20 -élisaient élire VER 11.24 13.51 0.00 0.14 ind:imp:3p; -élisais élire VER 11.24 13.51 0.00 0.07 ind:imp:1s; -élisait élire VER 11.24 13.51 0.01 0.07 ind:imp:3s; -élisant élire VER 11.24 13.51 0.12 0.14 par:pre; -élise élire VER 11.24 13.51 0.27 4.86 sub:pre:1s;sub:pre:3s; -élisent élire VER 11.24 13.51 0.16 0.27 ind:pre:3p; -élisez élire VER 11.24 13.51 0.08 0.07 imp:pre:2p;ind:pre:2p; -élit élire VER 11.24 13.51 0.12 0.14 ind:pre:3s; -élite élite NOM f s 7.38 10.27 7.24 8.65 -élites élite NOM f p 7.38 10.27 0.14 1.62 -élitisme élitisme NOM m s 0.16 0.00 0.16 0.00 -élitiste élitiste ADJ s 0.28 0.34 0.25 0.20 -élitistes élitiste ADJ f p 0.28 0.34 0.03 0.14 -élixir élixir NOM m s 1.56 1.42 1.52 1.28 -élixirs élixir NOM m p 1.56 1.42 0.04 0.14 -ulna ulna NOM f s 0.01 0.00 0.01 0.00 -ulnaire ulnaire ADJ m s 0.01 0.00 0.01 0.00 -élocution élocution NOM f s 0.84 1.62 0.84 1.62 -éloge éloge NOM m s 2.62 8.85 1.31 5.47 -éloges éloge NOM m p 2.62 8.85 1.31 3.38 -élogieuse élogieux ADJ f s 0.42 0.81 0.06 0.34 -élogieuses élogieux ADJ f p 0.42 0.81 0.05 0.14 -élogieux élogieux ADJ m 0.42 0.81 0.30 0.34 -éloigna éloigner VER 41.15 133.11 0.10 19.19 ind:pas:3s; -éloignai éloigner VER 41.15 133.11 0.02 0.74 ind:pas:1s; -éloignaient éloigner VER 41.15 133.11 0.16 4.73 ind:imp:3p; -éloignais éloigner VER 41.15 133.11 0.28 0.41 ind:imp:1s;ind:imp:2s; -éloignait éloigner VER 41.15 133.11 0.45 16.82 ind:imp:3s; -éloignant éloigner VER 41.15 133.11 0.65 7.64 par:pre; -éloigne éloigner VER 41.15 133.11 9.77 19.26 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -éloignement éloignement NOM m s 1.12 7.50 1.12 7.50 -éloignent éloigner VER 41.15 133.11 1.64 5.54 ind:pre:3p; -éloigner éloigner VER 41.15 133.11 14.51 28.45 ind:pre:2p;inf; -éloignera éloigner VER 41.15 133.11 0.43 0.47 ind:fut:3s; -éloignerai éloigner VER 41.15 133.11 0.11 0.07 ind:fut:1s; -éloigneraient éloigner VER 41.15 133.11 0.15 0.27 cnd:pre:3p; -éloignerais éloigner VER 41.15 133.11 0.09 0.00 cnd:pre:1s; -éloignerait éloigner VER 41.15 133.11 0.11 0.41 cnd:pre:3s; -éloigneras éloigner VER 41.15 133.11 0.14 0.07 ind:fut:2s; -éloignerez éloigner VER 41.15 133.11 0.04 0.00 ind:fut:2p; -éloignerons éloigner VER 41.15 133.11 0.04 0.14 ind:fut:1p; -éloigneront éloigner VER 41.15 133.11 0.04 0.00 ind:fut:3p; -éloignes éloigner VER 41.15 133.11 1.00 0.27 ind:pre:2s;sub:pre:2s; -éloignez éloigner VER 41.15 133.11 3.36 0.68 imp:pre:2p;ind:pre:2p; -éloignions éloigner VER 41.15 133.11 0.20 0.68 ind:imp:1p; -éloignâmes éloigner VER 41.15 133.11 0.00 0.20 ind:pas:1p; -éloignons éloigner VER 41.15 133.11 0.43 0.54 imp:pre:1p;ind:pre:1p; -éloignât éloigner VER 41.15 133.11 0.10 0.41 sub:imp:3s; -éloignèrent éloigner VER 41.15 133.11 0.01 3.51 ind:pas:3p; -éloigné éloigner VER m s 41.15 133.11 4.25 11.82 par:pas; -éloignée éloigner VER f s 41.15 133.11 1.48 5.07 par:pas; -éloignées éloigné ADJ f p 4.14 12.16 0.37 1.82 -éloignés éloigner VER m p 41.15 133.11 1.38 3.99 par:pas; -élongation élongation NOM f s 0.08 0.34 0.08 0.27 -élongations élongation NOM f p 0.08 0.34 0.00 0.07 -éloquemment éloquemment ADV 0.05 0.34 0.05 0.34 -éloquence éloquence NOM f s 1.30 4.46 1.30 4.46 -éloquent éloquent ADJ m s 0.98 5.34 0.81 2.30 -éloquente éloquent ADJ f s 0.98 5.34 0.08 1.62 -éloquentes éloquent ADJ f p 0.98 5.34 0.02 0.54 -éloquents éloquent ADJ m p 0.98 5.34 0.07 0.88 -élève élève NOM s 36.84 57.77 15.83 21.69 -élèvent élever VER 52.03 103.85 1.87 5.27 ind:pre:3p; -élèvera élever VER 52.03 103.85 1.23 0.34 ind:fut:3s; -élèverai élever VER 52.03 103.85 0.55 0.41 ind:fut:1s; -élèveraient élever VER 52.03 103.85 0.11 0.07 cnd:pre:3p; -élèverais élever VER 52.03 103.85 0.16 0.00 cnd:pre:1s;cnd:pre:2s; -élèverait élever VER 52.03 103.85 0.21 0.81 cnd:pre:3s; -élèveras élever VER 52.03 103.85 0.20 0.00 ind:fut:2s; -élèveriez élever VER 52.03 103.85 0.00 0.07 cnd:pre:2p; -élèverons élever VER 52.03 103.85 0.22 0.07 ind:fut:1p; -élèveront élever VER 52.03 103.85 0.19 0.14 ind:fut:3p; -élèves élève NOM p 36.84 57.77 21.01 36.08 -ultima_ratio ultima_ratio NOM f s 0.00 0.07 0.00 0.07 -ultimatum ultimatum NOM m s 1.32 1.55 1.23 1.55 -ultimatums ultimatum NOM m p 1.32 1.55 0.09 0.00 -ultime ultime ADJ s 8.56 25.74 8.01 21.49 -ultimement ultimement ADV 0.01 0.07 0.01 0.07 -ultimes ultime ADJ p 8.56 25.74 0.55 4.26 -ultimo ultimo ADV 0.00 0.07 0.00 0.07 -ultra_catholique ultra_catholique ADJ m s 0.10 0.00 0.10 0.00 -ultra_chic ultra_chic ADJ s 0.03 0.20 0.03 0.14 -ultra_chic ultra_chic ADJ f p 0.03 0.20 0.00 0.07 -ultra_court ultra_court ADJ f p 0.16 0.07 0.02 0.00 -ultra_court ultra_court ADJ m p 0.16 0.07 0.14 0.07 -ultra_gauche ultra_gauche NOM f s 0.00 0.07 0.00 0.07 -ultra_rapide ultra_rapide ADJ s 0.20 0.27 0.20 0.27 -ultra_secret ultra_secret ADJ m s 0.20 0.07 0.20 0.07 -ultra_sensible ultra_sensible ADJ m s 0.01 0.14 0.01 0.14 -ultra_son ultra_son NOM m p 0.03 0.14 0.03 0.14 -ultra_violet ultra_violet ADJ 0.04 0.07 0.01 0.00 -ultra_violet ultra_violet NOM s 0.04 0.07 0.04 0.07 -ultra ultra ADJ 1.59 1.49 1.59 1.49 -ultrafin ultrafin ADJ m s 0.00 0.07 0.00 0.07 -ultragauche ultragauche NOM f s 0.00 0.07 0.00 0.07 -ultraléger ultraléger ADJ m s 0.01 0.00 0.01 0.00 -ultramarine ultramarin ADJ f s 0.00 0.14 0.00 0.14 -ultramoderne ultramoderne ADJ s 0.49 0.14 0.34 0.07 -ultramodernes ultramoderne ADJ p 0.49 0.14 0.14 0.07 -ultramontain ultramontain ADJ m s 0.00 0.20 0.00 0.07 -ultramontains ultramontain ADJ m p 0.00 0.20 0.00 0.14 -ultraperformant ultraperformant ADJ m s 0.00 0.07 0.00 0.07 -ultrarapide ultrarapide ADJ s 0.06 0.07 0.03 0.07 -ultrarapides ultrarapide ADJ m p 0.06 0.07 0.02 0.00 -ultras ultra NOM p 0.49 0.81 0.00 0.34 -ultrasecret ultrasecret ADJ m s 0.10 0.07 0.06 0.00 -ultrasecrète ultrasecret ADJ f s 0.10 0.07 0.04 0.07 -ultrasensible ultrasensible ADJ s 0.25 0.07 0.23 0.00 -ultrasensibles ultrasensible ADJ m p 0.25 0.07 0.01 0.07 -ultrason ultrason NOM m s 0.87 0.00 0.34 0.00 -ultrasonique ultrasonique ADJ s 0.25 0.00 0.25 0.00 -ultrasons ultrason NOM m p 0.87 0.00 0.53 0.00 -ultraviolet ultraviolet ADJ m s 0.32 0.07 0.16 0.00 -ultraviolets ultraviolet NOM m p 0.33 0.07 0.27 0.07 -ultraviolette ultraviolet ADJ f s 0.32 0.07 0.07 0.00 -ultraviolettes ultraviolet ADJ f p 0.32 0.07 0.01 0.00 -ultravirus ultravirus NOM m 0.01 0.00 0.01 0.00 -ultérieur ultérieur ADJ m s 0.71 2.36 0.27 0.41 -ultérieure ultérieur ADJ f s 0.71 2.36 0.28 0.95 -ultérieurement ultérieurement ADV 0.37 2.03 0.37 2.03 -ultérieures ultérieur ADJ f p 0.71 2.36 0.09 0.81 -ultérieurs ultérieur ADJ m p 0.71 2.36 0.07 0.20 -élu élire VER m s 11.24 13.51 5.85 4.46 par:pas; -éléates éléate NOM p 0.00 0.07 0.00 0.07 -élucida élucider VER 2.43 2.64 0.00 0.07 ind:pas:3s; -élucidai élucider VER 2.43 2.64 0.00 0.07 ind:pas:1s; -élucidation élucidation NOM f s 0.05 0.61 0.05 0.61 -élucide élucider VER 2.43 2.64 0.10 0.20 imp:pre:2s;ind:pre:1s;ind:pre:3s; -élucider élucider VER 2.43 2.64 1.31 1.69 inf; -élucideraient élucider VER 2.43 2.64 0.00 0.07 cnd:pre:3p; -éluciderait élucider VER 2.43 2.64 0.01 0.00 cnd:pre:3s; -élucidé élucider VER m s 2.43 2.64 0.60 0.20 par:pas; -élucidée élucider VER f s 2.43 2.64 0.09 0.07 par:pas; -élucidées élucider VER f p 2.43 2.64 0.20 0.20 par:pas; -élucidés élucider VER m p 2.43 2.64 0.13 0.07 par:pas; -élucubration élucubration NOM f s 0.18 1.15 0.00 0.07 -élucubrations élucubration NOM f p 0.18 1.15 0.18 1.08 -élucubre élucubrer VER 0.01 0.27 0.00 0.07 ind:pre:3s; -élucubrent élucubrer VER 0.01 0.27 0.00 0.07 ind:pre:3p; -élucubrer élucubrer VER 0.01 0.27 0.01 0.14 inf; -éluda éluder VER 0.69 5.00 0.00 0.74 ind:pas:3s; -éludai éluder VER 0.69 5.00 0.00 0.07 ind:pas:1s; -éludaient éluder VER 0.69 5.00 0.00 0.14 ind:imp:3p; -éludais éluder VER 0.69 5.00 0.01 0.07 ind:imp:1s; -éludait éluder VER 0.69 5.00 0.00 0.41 ind:imp:3s; -éludant éluder VER 0.69 5.00 0.00 0.07 par:pre; -élude éluder VER 0.69 5.00 0.07 0.47 imp:pre:2s;ind:pre:1s;ind:pre:3s; -éludent éluder VER 0.69 5.00 0.01 0.07 ind:pre:3p; -éluder éluder VER 0.69 5.00 0.33 1.89 inf; -éludes éluder VER 0.69 5.00 0.04 0.07 ind:pre:2s; -éludez éluder VER 0.69 5.00 0.13 0.00 imp:pre:2p;ind:pre:2p; -éludât éluder VER 0.69 5.00 0.00 0.14 sub:imp:3s; -éludé éluder VER m s 0.69 5.00 0.07 0.61 par:pas; -éludée éluder VER f s 0.69 5.00 0.01 0.07 par:pas; -éludées éluder VER f p 0.69 5.00 0.02 0.20 par:pas; -élue élu ADJ f s 5.49 4.73 3.62 2.16 -élues élu ADJ f p 5.49 4.73 0.14 0.68 -élégamment élégamment ADV 0.23 1.89 0.23 1.89 -élégance élégance NOM f s 4.17 23.51 4.12 22.77 -élégances élégance NOM f p 4.17 23.51 0.06 0.74 -élégant élégant ADJ m s 10.13 28.85 4.74 11.35 -élégante élégant ADJ f s 10.13 28.85 3.86 9.46 -élégantes élégant ADJ f p 10.13 28.85 0.86 3.38 -élégants élégant ADJ m p 10.13 28.85 0.68 4.66 -élégiaque élégiaque ADJ s 0.10 0.27 0.10 0.20 -élégiaques élégiaque NOM p 0.00 0.34 0.00 0.20 -élégie élégie NOM f s 0.15 0.41 0.11 0.27 -élégies élégie NOM f p 0.15 0.41 0.04 0.14 -ulula ululer VER 0.01 0.47 0.00 0.07 ind:pas:3s; -ululait ululer VER 0.01 0.47 0.00 0.14 ind:imp:3s; -ululant ululer VER 0.01 0.47 0.00 0.07 par:pre; -ulule ululer VER 0.01 0.47 0.01 0.07 ind:pre:3s; -ululement ululement NOM m s 0.00 0.47 0.00 0.41 -ululements ululement NOM m p 0.00 0.47 0.00 0.07 -ululer ululer VER 0.01 0.47 0.00 0.14 inf; -élément_clé élément_clé NOM m s 0.09 0.00 0.09 0.00 -élément élément NOM m s 24.03 63.04 10.20 16.15 -élémentaire élémentaire ADJ s 3.09 14.05 2.26 10.20 -élémentaires élémentaire ADJ p 3.09 14.05 0.82 3.85 -élémentarité élémentarité NOM f s 0.00 0.07 0.00 0.07 -éléments_clé éléments_clé NOM m p 0.02 0.00 0.02 0.00 -éléments élément NOM m p 24.03 63.04 13.83 46.89 -éléphant éléphant NOM m s 15.36 15.20 10.17 8.92 -éléphante éléphant NOM f s 15.36 15.20 0.02 0.20 -éléphanteau éléphanteau NOM m s 0.02 0.20 0.02 0.20 -éléphantes éléphant NOM f p 15.36 15.20 0.00 0.07 -éléphantesque éléphantesque ADJ s 0.02 0.27 0.02 0.07 -éléphantesques éléphantesque ADJ p 0.02 0.27 0.00 0.20 -éléphantiasique éléphantiasique ADJ s 0.01 0.00 0.01 0.00 -éléphantiasis éléphantiasis NOM m 0.04 0.27 0.04 0.27 -éléphantine éléphantin ADJ f s 0.01 0.34 0.01 0.07 -éléphantines éléphantin ADJ f p 0.01 0.34 0.00 0.27 -éléphants éléphant NOM m p 15.36 15.20 5.17 6.01 -élus élu NOM m p 4.41 5.81 1.59 4.12 -élusifs élusif ADJ m p 0.01 0.07 0.00 0.07 -élusive élusif ADJ f s 0.01 0.07 0.01 0.00 -élut élire VER 11.24 13.51 0.00 0.14 ind:pas:3s; -élévateur élévateur NOM m s 0.28 0.00 0.25 0.00 -élévateurs élévateur NOM m p 0.28 0.00 0.03 0.00 -élévation élévation NOM f s 0.33 3.11 0.30 2.97 -élévations élévation NOM f p 0.33 3.11 0.04 0.14 -élévatrice élévateur ADJ f s 0.23 0.27 0.01 0.00 -élévatrices élévateur ADJ f p 0.23 0.27 0.01 0.00 -élysée élysée NOM m s 0.16 3.72 0.16 3.72 -élyséen élyséen ADJ m s 0.00 0.14 0.00 0.07 -élyséenne élyséen ADJ f s 0.00 0.14 0.00 0.07 -élytre élytre NOM m s 0.01 1.76 0.01 0.00 -élytres élytre NOM m p 0.01 1.76 0.00 1.76 -émût émouvoir VER 9.46 37.43 0.00 0.07 sub:imp:3s; -émaciait émacier VER 0.17 1.01 0.00 0.14 ind:imp:3s; -émacie émacier VER 0.17 1.01 0.00 0.14 ind:pre:3s; -émacié émacier VER m s 0.17 1.01 0.14 0.41 par:pas; -émaciée émacié ADJ f s 0.05 2.57 0.00 0.34 -émaciées émacier VER f p 0.17 1.01 0.01 0.00 par:pas; -émaciés émacié ADJ m p 0.05 2.57 0.02 0.07 -émail émail NOM m s 0.57 6.42 0.56 5.74 -émailla émailler VER 0.24 2.84 0.00 0.07 ind:pas:3s; -émaillaient émailler VER 0.24 2.84 0.00 0.47 ind:imp:3p; -émaillait émailler VER 0.24 2.84 0.00 0.07 ind:imp:3s; -émaillant émailler VER 0.24 2.84 0.01 0.00 par:pre; -émaille émailler VER 0.24 2.84 0.01 0.07 ind:pre:1s;ind:pre:3s; -émaillent émailler VER 0.24 2.84 0.00 0.20 ind:pre:3p; -émailler émailler VER 0.24 2.84 0.01 0.34 inf; -émaillé émailler VER m s 0.24 2.84 0.03 0.74 par:pas; -émaillée émailler VER f s 0.24 2.84 0.17 0.47 par:pas; -émaillées émailler VER f p 0.24 2.84 0.01 0.27 par:pas; -émaillés émaillé ADJ m p 0.01 2.64 0.00 0.27 -émanaient émaner VER 2.77 9.93 0.06 0.54 ind:imp:3p; -émanait émaner VER 2.77 9.93 0.15 4.66 ind:imp:3s; -émanant émaner VER 2.77 9.93 0.72 1.22 par:pre; -émanation émanation NOM f s 0.78 3.11 0.07 1.08 -émanations émanation NOM f p 0.78 3.11 0.70 2.03 -émancipait émanciper VER 0.41 0.74 0.00 0.07 ind:imp:3s; -émancipateur émancipateur ADJ m s 0.02 0.07 0.02 0.00 -émancipation émancipation NOM f s 1.12 1.15 1.12 1.15 -émancipatrice émancipateur ADJ f s 0.02 0.07 0.00 0.07 -émancipe émanciper VER 0.41 0.74 0.05 0.00 ind:pre:3s; -émancipent émanciper VER 0.41 0.74 0.00 0.14 ind:pre:3p; -émanciper émanciper VER 0.41 0.74 0.11 0.27 inf; -émancipé émanciper VER m s 0.41 0.74 0.14 0.07 par:pas; -émancipée émancipé ADJ f s 0.25 0.41 0.12 0.20 -émancipées émanciper VER f p 0.41 0.74 0.00 0.14 par:pas; -émancipés émanciper VER m p 0.41 0.74 0.02 0.00 par:pas; -émane émaner VER 2.77 9.93 1.31 2.09 imp:pre:2s;ind:pre:3s; -émanent émaner VER 2.77 9.93 0.34 0.47 ind:pre:3p; -émaner émaner VER 2.77 9.93 0.10 0.54 inf; -émanera émaner VER 2.77 9.93 0.01 0.00 ind:fut:3s; -émanerait émaner VER 2.77 9.93 0.02 0.07 cnd:pre:3s; -émané émaner VER m s 2.77 9.93 0.04 0.00 par:pas; -émanée émaner VER f s 2.77 9.93 0.00 0.20 par:pas; -émanées émaner VER f p 2.77 9.93 0.00 0.07 par:pas; -émanés émaner VER m p 2.77 9.93 0.00 0.07 par:pas; -émarge émarger VER 0.02 0.41 0.02 0.07 ind:pre:1s;ind:pre:3s; -émargeaient émarger VER 0.02 0.41 0.00 0.07 ind:imp:3p; -émargeait émarger VER 0.02 0.41 0.00 0.07 ind:imp:3s; -émargeant émarger VER 0.02 0.41 0.00 0.07 par:pre; -émargement émargement NOM m s 0.01 0.00 0.01 0.00 -émarger émarger VER 0.02 0.41 0.00 0.14 inf; -émasculaient émasculer VER 0.31 0.68 0.00 0.07 ind:imp:3p; -émasculation émasculation NOM f s 0.02 0.14 0.02 0.14 -émascule émasculer VER 0.31 0.68 0.03 0.14 ind:pre:1s;ind:pre:3s; -émasculer émasculer VER 0.31 0.68 0.22 0.14 inf; -émasculé émasculer VER m s 0.31 0.68 0.04 0.07 par:pas; -émasculée émasculer VER f s 0.31 0.68 0.00 0.07 par:pas; -émasculées émasculer VER f p 0.31 0.68 0.00 0.07 par:pas; -émasculés émasculer VER m p 0.31 0.68 0.03 0.14 par:pas; -émaux émail NOM m p 0.57 6.42 0.01 0.68 -umbanda umbanda NOM m s 0.10 0.00 0.10 0.00 -émeraude émeraude NOM f s 2.77 6.42 0.88 3.58 -émeraudes émeraude NOM p 2.77 6.42 1.88 2.84 -émerge émerger VER 3.73 30.20 1.14 5.07 imp:pre:2s;ind:pre:1s;ind:pre:3s; -émergea émerger VER 3.73 30.20 0.04 2.64 ind:pas:3s; -émergeai émerger VER 3.73 30.20 0.04 0.20 ind:pas:1s; -émergeaient émerger VER 3.73 30.20 0.10 2.50 ind:imp:3p; -émergeais émerger VER 3.73 30.20 0.21 0.27 ind:imp:1s; -émergeait émerger VER 3.73 30.20 0.03 5.41 ind:imp:3s; -émergeant émerger VER 3.73 30.20 0.28 4.53 par:pre; -émergence émergence NOM f s 0.49 0.54 0.49 0.41 -émergences émergence NOM f p 0.49 0.54 0.00 0.14 -émergent émerger VER 3.73 30.20 0.22 2.64 ind:pre:3p;sub:pre:3p; -émergente émergent ADJ f s 0.11 0.41 0.01 0.00 -émergeons émerger VER 3.73 30.20 0.00 0.27 ind:pre:1p; -émergeât émerger VER 3.73 30.20 0.00 0.07 sub:imp:3s; -émerger émerger VER 3.73 30.20 0.70 4.46 inf; -émergera émerger VER 3.73 30.20 0.34 0.07 ind:fut:3s; -émergerait émerger VER 3.73 30.20 0.00 0.14 cnd:pre:3s; -émergeras émerger VER 3.73 30.20 0.00 0.07 ind:fut:2s; -émergerons émerger VER 3.73 30.20 0.03 0.00 ind:fut:1p; -émergeront émerger VER 3.73 30.20 0.01 0.00 ind:fut:3p; -émerges émerger VER 3.73 30.20 0.06 0.14 ind:pre:2s; -émergions émerger VER 3.73 30.20 0.00 0.20 ind:imp:1p; -émergèrent émerger VER 3.73 30.20 0.11 0.27 ind:pas:3p; -émergé émerger VER m s 3.73 30.20 0.38 1.01 par:pas; -émergée émerger VER f s 3.73 30.20 0.05 0.20 par:pas; -émergées émergé ADJ f p 0.00 0.34 0.00 0.07 -émergés émerger VER m p 3.73 30.20 0.00 0.07 par:pas; -émeri émeri NOM m s 0.16 0.95 0.16 0.95 -émerillon émerillon NOM m s 0.00 0.20 0.00 0.20 -émerillonné émerillonné ADJ m s 0.00 0.07 0.00 0.07 -émerisé émeriser VER m s 0.00 0.14 0.00 0.07 par:pas; -émerisées émeriser VER f p 0.00 0.14 0.00 0.07 par:pas; -émersion émersion NOM f s 0.00 0.07 0.00 0.07 -émerveilla émerveiller VER 1.40 20.81 0.00 0.47 ind:pas:3s; -émerveillai émerveiller VER 1.40 20.81 0.00 0.14 ind:pas:1s; -émerveillaient émerveiller VER 1.40 20.81 0.00 0.88 ind:imp:3p; -émerveillais émerveiller VER 1.40 20.81 0.01 0.34 ind:imp:1s; -émerveillait émerveiller VER 1.40 20.81 0.01 3.38 ind:imp:3s; -émerveillant émerveiller VER 1.40 20.81 0.01 0.81 par:pre; -émerveille émerveiller VER 1.40 20.81 0.43 1.62 imp:pre:2s;ind:pre:1s;ind:pre:3s; -émerveillement émerveillement NOM m s 0.58 8.24 0.56 7.36 -émerveillements émerveillement NOM m p 0.58 8.24 0.02 0.88 -émerveillent émerveiller VER 1.40 20.81 0.00 0.74 ind:pre:3p; -émerveiller émerveiller VER 1.40 20.81 0.12 1.15 inf; -émerveillerait émerveiller VER 1.40 20.81 0.00 0.07 cnd:pre:3s; -émerveillèrent émerveiller VER 1.40 20.81 0.00 0.07 ind:pas:3p; -émerveillé émerveiller VER m s 1.40 20.81 0.36 5.81 par:pas; -émerveillée émerveiller VER f s 1.40 20.81 0.38 3.11 par:pas; -émerveillées émerveiller VER f p 1.40 20.81 0.01 0.34 par:pas; -émerveillés émerveiller VER m p 1.40 20.81 0.08 1.89 par:pas; -émet émettre VER 9.45 17.23 1.85 2.57 ind:pre:3s; -émets émettre VER 9.45 17.23 0.48 0.47 imp:pre:2s;ind:pre:1s;ind:pre:2s; -émettaient émettre VER 9.45 17.23 0.01 0.74 ind:imp:3p; -émettait émettre VER 9.45 17.23 0.09 1.55 ind:imp:3s; -émettant émettre VER 9.45 17.23 0.14 1.08 par:pre; -émette émettre VER 9.45 17.23 0.20 0.00 sub:pre:1s;sub:pre:3s; -émettent émettre VER 9.45 17.23 0.91 0.34 ind:pre:3p; -émetteur_récepteur émetteur_récepteur NOM m s 0.05 0.00 0.05 0.00 -émetteur émetteur NOM m s 3.35 0.54 3.06 0.34 -émetteurs émetteur NOM m p 3.35 0.54 0.29 0.20 -émettez émettre VER 9.45 17.23 0.10 0.07 imp:pre:2p;ind:pre:2p; -émettons émettre VER 9.45 17.23 0.14 0.07 imp:pre:1p;ind:pre:1p; -émettra émettre VER 9.45 17.23 0.28 0.07 ind:fut:3s; -émettrai émettre VER 9.45 17.23 0.04 0.00 ind:fut:1s; -émettre émettre VER 9.45 17.23 2.96 3.04 inf; -émettrice émetteur ADJ f s 1.01 0.47 0.01 0.07 -émettrons émettre VER 9.45 17.23 0.05 0.00 ind:fut:1p; -émettront émettre VER 9.45 17.23 0.00 0.07 ind:fut:3p; -émeu émeu NOM m s 0.09 0.07 0.09 0.00 -émeus émouvoir VER 9.46 37.43 0.14 0.07 imp:pre:2s;ind:pre:1s;ind:pre:2s; -émeut émouvoir VER 9.46 37.43 1.22 4.73 ind:pre:3s; -émeute émeute NOM f s 6.75 5.81 4.03 3.65 -émeutes émeute NOM f p 6.75 5.81 2.71 2.16 -émeutier émeutier NOM m s 0.26 0.81 0.01 0.00 -émeutiers émeutier NOM m p 0.26 0.81 0.25 0.81 -émeuve émouvoir VER 9.46 37.43 0.01 0.54 sub:pre:1s;sub:pre:3s; -émeuvent émouvoir VER 9.46 37.43 0.14 1.01 ind:pre:3p;sub:pre:3p; -émietta émietter VER 0.09 3.31 0.00 0.47 ind:pas:3s; -émiettaient émietter VER 0.09 3.31 0.00 0.41 ind:imp:3p; -émiettait émietter VER 0.09 3.31 0.00 0.54 ind:imp:3s; -émiette émietter VER 0.09 3.31 0.02 0.47 ind:pre:1s;ind:pre:3s; -émiettement émiettement NOM m s 0.00 0.47 0.00 0.27 -émiettements émiettement NOM m p 0.00 0.47 0.00 0.20 -émiettent émietter VER 0.09 3.31 0.01 0.07 ind:pre:3p; -émietter émietter VER 0.09 3.31 0.05 0.47 inf; -émietterait émietter VER 0.09 3.31 0.00 0.07 cnd:pre:3s; -émiettez émietter VER 0.09 3.31 0.01 0.00 ind:pre:2p; -émiettèrent émietter VER 0.09 3.31 0.00 0.07 ind:pas:3p; -émietté émietter VER m s 0.09 3.31 0.00 0.61 par:pas; -émiettée émietter VER f s 0.09 3.31 0.00 0.07 par:pas; -émiettés émietter VER m p 0.09 3.31 0.00 0.07 par:pas; -émigra émigrer VER 3.15 3.31 0.02 0.07 ind:pas:3s; -émigrai émigrer VER 3.15 3.31 0.01 0.07 ind:pas:1s; -émigraient émigrer VER 3.15 3.31 0.01 0.00 ind:imp:3p; -émigrais émigrer VER 3.15 3.31 0.01 0.07 ind:imp:1s; -émigrait émigrer VER 3.15 3.31 0.00 0.07 ind:imp:3s; -émigrant émigrant NOM m s 0.50 0.81 0.20 0.20 -émigrante émigrant NOM f s 0.50 0.81 0.10 0.00 -émigrants émigrant NOM m p 0.50 0.81 0.20 0.61 -émigration émigration NOM f s 0.60 1.15 0.60 1.15 -émigre émigrer VER 3.15 3.31 0.28 0.20 imp:pre:2s;ind:pre:1s;ind:pre:3s; -émigrent émigrer VER 3.15 3.31 0.14 0.00 ind:pre:3p; -émigrer émigrer VER 3.15 3.31 1.02 0.47 inf; -émigrèrent émigrer VER 3.15 3.31 0.01 0.07 ind:pas:3p; -émigré émigrer VER m s 3.15 3.31 1.63 1.55 par:pas; -émigrée émigrer VER f s 3.15 3.31 0.01 0.27 par:pas; -émigrés émigré NOM m p 0.91 3.45 0.62 2.30 -émilien émilien NOM m s 0.00 3.38 0.00 0.07 -émilienne émilien NOM f s 0.00 3.38 0.00 3.31 -émincer émincer VER 0.38 0.47 0.12 0.07 inf; -émincez émincer VER 0.38 0.47 0.12 0.00 imp:pre:2p;ind:pre:2p; -émincé émincer VER m s 0.38 0.47 0.11 0.20 par:pas; -émincée émincer VER f s 0.38 0.47 0.01 0.00 par:pas; -émincées émincer VER f p 0.38 0.47 0.01 0.14 par:pas; -émincés émincé NOM m p 0.15 0.14 0.11 0.00 -éminemment éminemment ADV 0.13 1.49 0.13 1.49 -éminence éminence NOM f s 1.19 3.85 1.18 3.04 -éminences éminence NOM f p 1.19 3.85 0.01 0.81 -éminent éminent ADJ m s 2.37 5.00 1.66 2.03 -éminente éminent ADJ f s 2.37 5.00 0.07 1.15 -éminentes éminent ADJ f p 2.37 5.00 0.03 0.47 -éminentissimes éminentissime ADJ m p 0.00 0.07 0.00 0.07 -éminents éminent ADJ m p 2.37 5.00 0.61 1.35 -émir émir NOM m s 0.86 0.81 0.75 0.68 -émirat émirat NOM m s 0.01 0.27 0.00 0.07 -émirats émirat NOM m p 0.01 0.27 0.01 0.20 -émirs émir NOM m p 0.86 0.81 0.11 0.14 -émis émettre VER m 9.45 17.23 1.57 2.30 ind:pas:1s;ind:pas:2s;par:pas;par:pas; -émise émettre VER f s 9.45 17.23 0.23 0.20 par:pas; -émises émettre VER f p 9.45 17.23 0.32 0.47 par:pas; -émissaire émissaire ADJ m s 2.02 1.22 1.87 1.01 -émissaires émissaire NOM m p 2.03 3.72 0.33 2.57 -émission émission NOM f s 32.31 10.95 27.75 7.36 -émissions émission NOM f p 32.31 10.95 4.56 3.58 -émit émettre VER 9.45 17.23 0.10 4.19 ind:pas:3s; -émoi émoi NOM m s 1.71 7.77 1.41 5.88 -émois émoi NOM m p 1.71 7.77 0.30 1.89 -émollient émollient ADJ m s 0.00 0.41 0.00 0.07 -émolliente émollient ADJ f s 0.00 0.41 0.00 0.34 -émoluments émolument NOM m p 0.01 0.20 0.01 0.20 -émondait émonder VER 0.02 0.68 0.00 0.07 ind:imp:3s; -émonder émonder VER 0.02 0.68 0.01 0.27 inf; -émondera émonder VER 0.02 0.68 0.00 0.07 ind:fut:3s; -émondeur émondeur NOM m s 0.00 0.14 0.00 0.14 -émondons émonder VER 0.02 0.68 0.00 0.07 imp:pre:1p; -émondé émonder VER m s 0.02 0.68 0.01 0.07 par:pas; -émondée émonder VER f s 0.02 0.68 0.00 0.07 par:pas; -émondées émonder VER f p 0.02 0.68 0.00 0.07 par:pas; -émotif émotif ADJ m s 2.65 1.15 1.16 0.61 -émotifs émotif ADJ m p 2.65 1.15 0.10 0.27 -émotion émotion NOM f s 26.33 59.59 14.03 47.97 -émotionnante émotionnant ADJ f s 0.00 0.07 0.00 0.07 -émotionne émotionner VER 0.54 0.14 0.14 0.07 ind:pre:3s; -émotionnel émotionnel ADJ m s 5.57 0.41 3.14 0.27 -émotionnelle émotionnel ADJ f s 5.57 0.41 1.58 0.07 -émotionnellement émotionnellement ADV 1.53 0.00 1.53 0.00 -émotionnelles émotionnel ADJ f p 5.57 0.41 0.17 0.00 -émotionnels émotionnel ADJ m p 5.57 0.41 0.68 0.07 -émotionné émotionner VER m s 0.54 0.14 0.40 0.07 par:pas; -émotions émotion NOM f p 26.33 59.59 12.30 11.62 -émotive émotif ADJ f s 2.65 1.15 1.22 0.27 -émotives émotif ADJ f p 2.65 1.15 0.16 0.00 -émotivité émotivité NOM f s 0.15 0.47 0.15 0.47 -émouchets émouchet NOM m p 0.00 0.07 0.00 0.07 -émoulu émoudre VER m s 0.02 0.61 0.02 0.47 par:pas; -émoulue émoulu ADJ f s 0.02 0.14 0.01 0.00 -émoulus émoudre VER m p 0.02 0.61 0.00 0.07 par:pas; -émoussa émousser VER 0.61 2.64 0.00 0.07 ind:pas:3s; -émoussai émousser VER 0.61 2.64 0.00 0.07 ind:pas:1s; -émoussaient émousser VER 0.61 2.64 0.00 0.07 ind:imp:3p; -émoussait émousser VER 0.61 2.64 0.01 0.07 ind:imp:3s; -émoussant émousser VER 0.61 2.64 0.13 0.07 par:pre; -émousse émousser VER 0.61 2.64 0.17 0.41 imp:pre:2s;ind:pre:3s; -émoussement émoussement NOM m s 0.00 0.07 0.00 0.07 -émoussent émousser VER 0.61 2.64 0.01 0.20 ind:pre:3p; -émousser émousser VER 0.61 2.64 0.05 0.47 inf; -émousseront émousser VER 0.61 2.64 0.00 0.07 ind:fut:3p; -émoussèrent émousser VER 0.61 2.64 0.00 0.07 ind:pas:3p; -émoussé émousser VER m s 0.61 2.64 0.19 0.07 par:pas; -émoussée émoussé ADJ f s 0.59 0.81 0.34 0.14 -émoussées émoussé ADJ f p 0.59 0.81 0.04 0.27 -émoussés émoussé ADJ m p 0.59 0.81 0.14 0.14 -émoustilla émoustiller VER 0.38 2.36 0.00 0.14 ind:pas:3s; -émoustillait émoustiller VER 0.38 2.36 0.01 0.27 ind:imp:3s; -émoustillant émoustillant ADJ m s 0.23 0.14 0.11 0.00 -émoustillante émoustillant ADJ f s 0.23 0.14 0.12 0.14 -émoustiller émoustiller VER 0.38 2.36 0.16 0.41 inf; -émoustillera émoustiller VER 0.38 2.36 0.00 0.07 ind:fut:3s; -émoustillé émoustiller VER m s 0.38 2.36 0.07 0.68 par:pas; -émoustillée émoustiller VER f s 0.38 2.36 0.06 0.41 par:pas; -émoustillées émoustiller VER f p 0.38 2.36 0.00 0.07 par:pas; -émoustillés émoustiller VER m p 0.38 2.36 0.04 0.34 par:pas; -émouvaient émouvoir VER 9.46 37.43 0.01 0.27 ind:imp:3p; -émouvais émouvoir VER 9.46 37.43 0.10 0.34 ind:imp:1s;ind:imp:2s; -émouvait émouvoir VER 9.46 37.43 0.03 2.64 ind:imp:3s; -émouvant émouvant ADJ m s 5.21 14.05 3.51 4.80 -émouvante émouvant ADJ f s 5.21 14.05 1.16 6.08 -émouvantes émouvant ADJ f p 5.21 14.05 0.28 1.55 -émouvants émouvant ADJ m p 5.21 14.05 0.26 1.62 -émouvez émouvoir VER 9.46 37.43 0.00 0.07 imp:pre:2p; -émouvoir émouvoir VER 9.46 37.43 1.29 6.08 inf; -émouvrait émouvoir VER 9.46 37.43 0.01 0.14 cnd:pre:3s; -émèchent émécher VER 0.40 0.27 0.00 0.07 ind:pre:3p; -ému émouvoir VER m s 9.46 37.43 3.69 10.47 par:pas; -éméché émécher VER m s 0.40 0.27 0.26 0.00 par:pas; -éméchée émécher VER f s 0.40 0.27 0.05 0.07 par:pas; -éméchées émécher VER f p 0.40 0.27 0.02 0.07 par:pas; -éméchés éméché ADJ m p 0.27 1.82 0.09 0.95 -émue ému ADJ f s 4.89 12.09 1.92 3.78 -émues ému ADJ f p 4.89 12.09 0.14 0.54 -émulation émulation NOM f s 0.07 2.30 0.07 2.23 -émulations émulation NOM f p 0.07 2.30 0.00 0.07 -émule émule NOM s 0.24 0.95 0.17 0.88 -émuler émuler VER 0.01 0.00 0.01 0.00 inf; -émules émule NOM p 0.24 0.95 0.07 0.07 -émulsifiant émulsifiant ADJ m s 0.01 0.00 0.01 0.00 -émulsifier émulsifier VER 0.01 0.00 0.01 0.00 inf; -émulsion émulsion NOM f s 0.24 0.07 0.24 0.07 -émulsionné émulsionner VER m s 0.00 0.07 0.00 0.07 par:pas; -émulsive émulsif ADJ f s 0.01 0.00 0.01 0.00 -émurent émouvoir VER 9.46 37.43 0.00 0.34 ind:pas:3p; -émérite émérite ADJ s 0.92 0.20 0.80 0.14 -émérites émérite ADJ p 0.92 0.20 0.12 0.07 -émus ému ADJ m p 4.89 12.09 0.52 0.88 -émussent émouvoir VER 9.46 37.43 0.00 0.07 sub:imp:3p; -émut émouvoir VER 9.46 37.43 0.40 3.24 ind:pas:3s; -émétine émétine NOM f s 0.01 0.00 0.01 0.00 -émétique émétique ADJ m s 0.27 0.00 0.27 0.00 -un un ART:ind m s 12087.62 13550.68 12087.62 13550.68 -unît unir VER 25.15 32.16 0.00 0.07 sub:imp:3s; -énamourant énamourer VER 0.00 0.41 0.00 0.07 par:pre; -énamouré énamouré ADJ m s 0.06 0.54 0.04 0.14 -énamourée énamouré ADJ f s 0.06 0.54 0.00 0.14 -énamourées énamouré ADJ f p 0.06 0.54 0.01 0.00 -énamourés énamouré ADJ m p 0.06 0.54 0.01 0.27 -unanime unanime ADJ s 2.18 6.08 1.77 4.66 -unanimement unanimement ADV 0.06 1.35 0.06 1.35 -unanimes unanime ADJ p 2.18 6.08 0.41 1.42 -unanimisme unanimisme NOM m s 0.00 0.07 0.00 0.07 -unanimité unanimité NOM f s 2.63 3.78 2.63 3.78 -énarque énarque NOM s 0.15 0.34 0.15 0.20 -énarques énarque NOM p 0.15 0.34 0.00 0.14 -unau unau NOM m s 0.01 0.00 0.01 0.00 -underground underground ADJ 0.89 0.34 0.89 0.34 -une une ART:ind f s 7907.85 9587.97 7907.85 9587.97 -énergie énergie NOM f s 43.06 29.66 42.18 27.64 -énergies énergie NOM f p 43.06 29.66 0.88 2.03 -énergique énergique ADJ s 1.77 5.47 1.37 3.99 -énergiquement énergiquement ADV 0.35 3.65 0.35 3.65 -énergiques énergique ADJ p 1.77 5.47 0.40 1.49 -énergisant énergisant ADJ m s 0.08 0.00 0.01 0.00 -énergisant énergisant NOM m s 0.01 0.00 0.01 0.00 -énergisante énergisant ADJ f s 0.08 0.00 0.07 0.00 -énergisée énergisé ADJ f s 0.01 0.00 0.01 0.00 -énergumène énergumène NOM s 0.68 1.49 0.51 0.95 -énergumènes énergumène NOM p 0.68 1.49 0.18 0.54 -énergétique énergétique ADJ s 2.50 0.61 1.75 0.27 -énergétiques énergétique ADJ p 2.50 0.61 0.74 0.34 -énerva énerver VER 53.83 23.72 0.10 2.16 ind:pas:3s; -énervai énerver VER 53.83 23.72 0.00 0.07 ind:pas:1s; -énervaient énerver VER 53.83 23.72 0.03 0.81 ind:imp:3p; -énervais énerver VER 53.83 23.72 0.16 0.14 ind:imp:1s;ind:imp:2s; -énervait énerver VER 53.83 23.72 0.98 4.53 ind:imp:3s; -énervant énervant ADJ m s 1.98 1.89 1.27 0.74 -énervante énervant ADJ f s 1.98 1.89 0.57 0.88 -énervantes énervant ADJ f p 1.98 1.89 0.04 0.20 -énervants énervant ADJ m p 1.98 1.89 0.11 0.07 -énerve énerver VER 53.83 23.72 21.70 6.28 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:1s; -énervement énervement NOM m s 0.34 3.58 0.34 3.38 -énervements énervement NOM m p 0.34 3.58 0.00 0.20 -énervent énerver VER 53.83 23.72 1.27 0.61 ind:pre:3p; -énerver énerver VER 53.83 23.72 10.36 3.38 inf; -énervera énerver VER 53.83 23.72 0.09 0.00 ind:fut:3s; -énerverai énerver VER 53.83 23.72 0.05 0.00 ind:fut:1s; -énerveraient énerver VER 53.83 23.72 0.01 0.00 cnd:pre:3p; -énerverait énerver VER 53.83 23.72 0.70 0.00 cnd:pre:3s; -énerveront énerver VER 53.83 23.72 0.01 0.00 ind:fut:3p; -énerves énerver VER 53.83 23.72 4.36 0.74 ind:pre:2s; -énervez énerver VER 53.83 23.72 2.83 0.68 imp:pre:2p;ind:pre:2p; -énerviez énerver VER 53.83 23.72 0.07 0.00 ind:imp:2p; -énervions énerver VER 53.83 23.72 0.01 0.00 ind:imp:1p; -énervâmes énerver VER 53.83 23.72 0.00 0.07 ind:pas:1p; -énervons énerver VER 53.83 23.72 0.17 0.00 imp:pre:1p;ind:pre:1p; -énervé énerver VER m s 53.83 23.72 7.03 1.69 par:pas; -énervée énerver VER f s 53.83 23.72 3.00 1.08 par:pas; -énervées énerver VER f p 53.83 23.72 0.10 0.14 par:pas; -énervés énerver VER m p 53.83 23.72 0.55 0.68 par:pas; -unes unes PRO:ind f p 3.42 19.59 3.42 19.59 -unetelle unetelle NOM m s 0.01 0.61 0.01 0.61 -unguéal unguéal ADJ m s 0.01 0.00 0.01 0.00 -uni unir VER m s 25.15 32.16 1.57 2.77 par:pas; -uniate uniate ADJ m s 0.00 0.07 0.00 0.07 -unicellulaire unicellulaire ADJ m s 0.05 0.00 0.05 0.00 -unicité unicité NOM f s 0.19 0.41 0.19 0.41 -unicorne unicorne ADJ s 0.01 0.00 0.01 0.00 -unidimensionnel unidimensionnel ADJ m s 0.16 0.07 0.14 0.07 -unidimensionnelle unidimensionnel ADJ f s 0.16 0.07 0.01 0.00 -unidirectionnel unidirectionnel ADJ m s 0.06 0.14 0.03 0.14 -unidirectionnelle unidirectionnel ADJ f s 0.06 0.14 0.02 0.00 -unidirectionnels unidirectionnel ADJ m p 0.06 0.14 0.01 0.00 -unie uni ADJ f s 10.08 13.78 1.17 2.57 -unies uni ADJ f p 10.08 13.78 3.46 4.73 -unification unification NOM f s 1.50 0.34 1.50 0.34 -unificatrice unificateur ADJ f s 0.03 0.00 0.03 0.00 -unifie unifier VER 1.51 1.42 0.00 0.14 ind:pre:3s; -unifient unifier VER 1.51 1.42 0.04 0.00 ind:pre:3p; -unifier unifier VER 1.51 1.42 0.56 0.54 inf; -unifiez unifier VER 1.51 1.42 0.02 0.00 imp:pre:2p; -unifié unifier VER m s 1.51 1.42 0.40 0.41 par:pas; -unifiée unifier VER f s 1.51 1.42 0.20 0.14 par:pas; -unifiées unifier VER f p 1.51 1.42 0.00 0.14 par:pas; -unifiés unifier VER m p 1.51 1.42 0.30 0.07 par:pas; -uniforme uniforme NOM m s 31.01 50.14 24.92 38.72 -uniformes uniforme NOM m p 31.01 50.14 6.09 11.42 -uniformisait uniformiser VER 0.10 0.54 0.00 0.14 ind:imp:3s; -uniformisation uniformisation NOM f s 0.01 0.27 0.01 0.27 -uniformise uniformiser VER 0.10 0.54 0.10 0.20 ind:pre:3s; -uniformiser uniformiser VER 0.10 0.54 0.00 0.07 inf; -uniformisée uniformiser VER f s 0.10 0.54 0.00 0.07 par:pas; -uniformisés uniformiser VER m p 0.10 0.54 0.00 0.07 par:pas; -uniformité uniformité NOM f s 0.07 1.35 0.07 1.35 -uniformément uniformément ADV 0.06 4.05 0.06 4.05 -énigmatique énigmatique ADJ s 0.82 8.11 0.80 5.88 -énigmatiquement énigmatiquement ADV 0.00 0.47 0.00 0.47 -énigmatiques énigmatique ADJ p 0.82 8.11 0.02 2.23 -énigme énigme NOM f s 7.29 10.88 5.45 8.58 -énigmes énigme NOM f p 7.29 10.88 1.85 2.30 -unijambiste unijambiste ADJ s 0.54 0.20 0.53 0.20 -unijambistes unijambiste NOM p 0.22 0.20 0.01 0.07 -unilatéral unilatéral ADJ m s 0.43 0.68 0.22 0.20 -unilatérale unilatéral ADJ f s 0.43 0.68 0.16 0.27 -unilatéralement unilatéralement ADV 0.10 0.41 0.10 0.41 -unilatérales unilatéral ADJ f p 0.43 0.68 0.04 0.20 -unilatéralité unilatéralité NOM f s 0.03 0.00 0.03 0.00 -unilatéraux unilatéral ADJ m p 0.43 0.68 0.01 0.00 -uniment uniment ADV 0.00 0.47 0.00 0.47 -uninominal uninominal ADJ m s 0.00 0.27 0.00 0.20 -uninominales uninominal ADJ f p 0.00 0.27 0.00 0.07 -union union NOM f s 19.14 30.07 18.10 29.19 -unioniste unioniste ADJ s 0.07 0.07 0.07 0.07 -unionistes unioniste NOM p 0.01 0.07 0.00 0.07 -unions union NOM f p 19.14 30.07 1.04 0.88 -uniprix uniprix NOM m 0.00 0.61 0.00 0.61 -unique unique ADJ s 45.43 70.14 43.12 66.76 -uniquement uniquement ADV 21.86 24.66 21.86 24.66 -uniques unique ADJ p 45.43 70.14 2.31 3.38 -unir unir VER 25.15 32.16 5.84 5.14 inf; -unira unir VER 25.15 32.16 0.45 0.20 ind:fut:3s; -unirai unir VER 25.15 32.16 0.16 0.00 ind:fut:1s; -uniraient unir VER 25.15 32.16 0.00 0.14 cnd:pre:3p; -unirait unir VER 25.15 32.16 0.06 0.20 cnd:pre:3s; -unirent unir VER 25.15 32.16 0.17 0.34 ind:pas:3p; -unirez unir VER 25.15 32.16 0.01 0.00 ind:fut:2p; -unirions unir VER 25.15 32.16 0.14 0.00 cnd:pre:1p; -unirons unir VER 25.15 32.16 0.27 0.00 ind:fut:1p; -uniront unir VER 25.15 32.16 0.21 0.00 ind:fut:3p; -unis unir VER m p 25.15 32.16 6.63 4.53 imp:pre:2s;ind:pre:1s;par:pas; -unisexe unisexe ADJ s 0.12 0.14 0.10 0.14 -unisexes unisexe ADJ f p 0.12 0.14 0.01 0.00 -unissaient unir VER 25.15 32.16 0.29 2.57 ind:imp:3p; -unissais unir VER 25.15 32.16 0.00 0.07 ind:imp:1s; -unissait unir VER 25.15 32.16 0.34 5.20 ind:imp:3s; -unissant unir VER 25.15 32.16 0.14 1.28 par:pre; -unisse unir VER 25.15 32.16 1.04 0.07 sub:pre:1s;sub:pre:3s; -unissent unir VER 25.15 32.16 1.23 2.09 ind:pre:3p; -unisses unir VER 25.15 32.16 0.00 0.07 sub:pre:2s; -unissez unir VER 25.15 32.16 1.43 0.47 imp:pre:2p;ind:pre:2p; -unissiez unir VER 25.15 32.16 0.00 0.07 ind:imp:2p; -unissions unir VER 25.15 32.16 0.02 0.14 ind:imp:1p; -unisson unisson NOM m s 0.81 4.53 0.81 4.53 -unissons unir VER 25.15 32.16 0.81 0.20 imp:pre:1p;ind:pre:1p; -unit unir VER 25.15 32.16 2.72 3.51 ind:pre:3s;ind:pas:3s; -unitaire unitaire ADJ s 0.04 0.14 0.04 0.14 -unitarien unitarien ADJ m s 0.04 0.00 0.02 0.00 -unitarienne unitarien ADJ f s 0.04 0.00 0.02 0.00 -énième énième ADJ s 0.56 1.55 0.56 1.55 -unième unième ADJ s 0.17 0.81 0.17 0.81 -unité unité NOM f s 43.46 40.41 29.29 25.07 -unités unité NOM f p 43.46 40.41 14.18 15.34 -univalves univalve ADJ p 0.00 0.07 0.00 0.07 -univers univers NOM m 34.21 58.45 34.21 58.45 -universal universal NOM m s 1.24 0.00 1.24 0.00 -universalisais universaliser VER 0.01 0.07 0.00 0.07 ind:imp:1s; -universalise universaliser VER 0.01 0.07 0.01 0.00 ind:pre:3s; -universalisme universalisme NOM m s 0.00 0.14 0.00 0.14 -universaliste universaliste NOM s 0.01 0.00 0.01 0.00 -universalité universalité NOM f s 0.00 0.27 0.00 0.27 -universel universel ADJ m s 5.09 15.14 2.51 5.95 -universelle universel ADJ f s 5.09 15.14 2.34 8.51 -universellement universellement ADV 0.26 0.41 0.26 0.41 -universelles universel ADJ f p 5.09 15.14 0.18 0.54 -universels universel ADJ m p 5.09 15.14 0.06 0.14 -universitaire universitaire ADJ s 3.58 3.92 2.72 2.50 -universitaires universitaire ADJ p 3.58 3.92 0.85 1.42 -université université NOM f s 40.64 15.00 38.22 13.24 -universités université NOM f p 40.64 15.00 2.42 1.76 -univoque univoque ADJ m s 0.25 0.20 0.25 0.20 -énonce énoncer VER 1.52 4.86 0.48 0.34 ind:pre:1s;ind:pre:3s; -énoncent énoncer VER 1.52 4.86 0.01 0.14 ind:pre:3p; -énoncer énoncer VER 1.52 4.86 0.30 1.49 inf; -énonceront énoncer VER 1.52 4.86 0.34 0.00 ind:fut:3p; -énonciateurs énonciateur NOM m p 0.00 0.07 0.00 0.07 -énonciation énonciation NOM f s 0.04 0.07 0.04 0.07 -énoncé énoncé NOM m s 0.64 1.76 0.49 1.55 -énoncée énoncer VER f s 1.52 4.86 0.12 0.14 par:pas; -énoncées énoncer VER f p 1.52 4.86 0.14 0.14 par:pas; -énoncés énoncé NOM m p 0.64 1.76 0.14 0.20 -énonça énoncer VER 1.52 4.86 0.00 0.74 ind:pas:3s; -énonçai énoncer VER 1.52 4.86 0.00 0.20 ind:pas:1s; -énonçaient énoncer VER 1.52 4.86 0.00 0.07 ind:imp:3p; -énonçais énoncer VER 1.52 4.86 0.00 0.07 ind:imp:1s; -énonçait énoncer VER 1.52 4.86 0.01 0.74 ind:imp:3s; -énonçant énoncer VER 1.52 4.86 0.00 0.34 par:pre; -énorme énorme ADJ s 49.27 120.00 39.73 81.22 -énormes énorme ADJ p 49.27 120.00 9.55 38.78 -énormité énormité NOM f s 0.38 3.04 0.16 2.43 -énormités énormité NOM f p 0.38 3.04 0.22 0.61 -énormément énormément ADV 12.27 8.38 12.27 8.38 -uns uns PRO:ind m p 15.74 62.91 15.74 62.91 -untel untel NOM m s 1.03 2.77 1.03 2.77 -énucléation énucléation NOM f s 0.01 0.07 0.01 0.07 -énucléer énucléer VER 0.16 0.07 0.11 0.00 inf; -énucléé énucléer VER m s 0.16 0.07 0.03 0.00 par:pas; -énucléés énucléer VER m p 0.16 0.07 0.02 0.07 par:pas; -énumère énumérer VER 1.32 7.30 0.51 0.68 imp:pre:2s;ind:pre:1s;ind:pre:3s; -énumèrent énumérer VER 1.32 7.30 0.04 0.14 ind:pre:3p; -énumères énumérer VER 1.32 7.30 0.14 0.07 ind:pre:2s; -énuméra énumérer VER 1.32 7.30 0.01 0.81 ind:pas:3s; -énumérai énumérer VER 1.32 7.30 0.00 0.14 ind:pas:1s; -énuméraient énumérer VER 1.32 7.30 0.00 0.14 ind:imp:3p; -énumérais énumérer VER 1.32 7.30 0.00 0.27 ind:imp:1s; -énumérait énumérer VER 1.32 7.30 0.03 1.08 ind:imp:3s; -énumérant énumérer VER 1.32 7.30 0.02 0.68 par:pre; -énumération énumération NOM f s 0.20 2.16 0.20 1.96 -énumérations énumération NOM f p 0.20 2.16 0.00 0.20 -énumérative énumératif ADJ f s 0.00 0.07 0.00 0.07 -énumérer énumérer VER 1.32 7.30 0.46 2.43 inf; -énumérerai énumérer VER 1.32 7.30 0.00 0.07 ind:fut:1s; -énumérerais énumérer VER 1.32 7.30 0.00 0.07 cnd:pre:1s; -énumérez énumérer VER 1.32 7.30 0.01 0.07 imp:pre:2p;ind:pre:2p; -énumérons énumérer VER 1.32 7.30 0.01 0.00 ind:pre:1p; -énuméré énumérer VER m s 1.32 7.30 0.07 0.41 par:pas; -énumérées énumérer VER f p 1.32 7.30 0.02 0.27 par:pas; -énurésie énurésie NOM f s 0.02 0.07 0.02 0.07 -énurétique énurétique NOM s 0.01 0.00 0.01 0.00 -éocène éocène NOM m s 0.01 0.00 0.01 0.00 -éolien éolien NOM m s 0.04 1.76 0.00 1.15 -éolienne éolien NOM f s 0.04 1.76 0.04 0.47 -éoliennes éolienne NOM f p 0.10 0.00 0.10 0.00 -éoliens éolien ADJ m p 0.00 1.15 0.00 0.07 -éon éon NOM m s 0.07 0.00 0.07 0.00 -éonisme éonisme NOM m s 0.00 0.07 0.00 0.07 -éosine éosine NOM f s 0.01 0.00 0.01 0.00 -épître épître NOM f s 0.40 1.22 0.18 0.88 -épîtres épître NOM f p 0.40 1.22 0.21 0.34 -épagneul épagneul NOM m s 0.27 1.55 0.26 1.49 -épagneule épagneul NOM f s 0.27 1.55 0.01 0.07 -épagomènes épagomène ADJ m p 0.00 0.14 0.00 0.14 -épais épais ADJ m 10.19 90.61 6.08 41.01 -épaisse épais ADJ f s 10.19 90.61 3.28 35.88 -épaissement épaissement ADV 0.00 0.61 0.00 0.61 -épaisses épais ADJ f p 10.19 90.61 0.82 13.72 -épaisseur épaisseur NOM f s 2.16 25.34 1.89 21.89 -épaisseurs épaisseur NOM f p 2.16 25.34 0.27 3.45 -épaissi épaissir VER m s 1.13 9.53 0.16 1.35 par:pas; -épaissie épaissir VER f s 1.13 9.53 0.04 1.15 par:pas; -épaissies épaissir VER f p 1.13 9.53 0.00 0.14 par:pas; -épaissir épaissir VER 1.13 9.53 0.28 1.49 inf; -épaissirais épaissir VER 1.13 9.53 0.00 0.07 cnd:pre:1s; -épaissirent épaissir VER 1.13 9.53 0.00 0.07 ind:pas:3p; -épaissis épaissir VER m p 1.13 9.53 0.02 0.27 imp:pre:2s;par:pas; -épaississaient épaissir VER 1.13 9.53 0.00 0.54 ind:imp:3p; -épaississait épaissir VER 1.13 9.53 0.02 2.09 ind:imp:3s; -épaississant épaissir VER 1.13 9.53 0.00 0.47 par:pre; -épaississe épaissir VER 1.13 9.53 0.00 0.07 sub:pre:3s; -épaississement épaississement NOM m s 0.00 0.20 0.00 0.20 -épaississent épaissir VER 1.13 9.53 0.02 0.41 ind:pre:3p; -épaissit épaissir VER 1.13 9.53 0.59 1.42 ind:pre:3s;ind:pas:3s; -épancha épancher VER 0.49 1.89 0.00 0.14 ind:pas:3s; -épanchaient épancher VER 0.49 1.89 0.00 0.07 ind:imp:3p; -épanchais épancher VER 0.49 1.89 0.01 0.07 ind:imp:1s; -épanchait épancher VER 0.49 1.89 0.00 0.20 ind:imp:3s; -épanchant épancher VER 0.49 1.89 0.00 0.14 par:pre; -épanche épancher VER 0.49 1.89 0.02 0.20 imp:pre:2s;ind:pre:1s;ind:pre:3s; -épanchement épanchement NOM m s 0.14 1.82 0.10 1.08 -épanchements épanchement NOM m p 0.14 1.82 0.04 0.74 -épanchent épancher VER 0.49 1.89 0.01 0.20 ind:pre:3p; -épancher épancher VER 0.49 1.89 0.37 0.68 inf; -épancherait épancher VER 0.49 1.89 0.00 0.07 cnd:pre:3s; -épanché épancher VER m s 0.49 1.89 0.07 0.14 par:pas; -épand épandre VER 0.01 1.96 0.00 0.54 ind:pre:3s; -épandage épandage NOM m s 0.11 0.47 0.11 0.27 -épandages épandage NOM m p 0.11 0.47 0.00 0.20 -épandaient épandre VER 0.01 1.96 0.00 0.07 ind:imp:3p; -épandait épandre VER 0.01 1.96 0.00 0.27 ind:imp:3s; -épandant épandre VER 0.01 1.96 0.00 0.20 par:pre; -épandent épandre VER 0.01 1.96 0.00 0.07 ind:pre:3p; -épandeur épandeur NOM m s 0.02 0.00 0.02 0.00 -épandez épandre VER 0.01 1.96 0.01 0.00 imp:pre:2p; -épandre épandre VER 0.01 1.96 0.00 0.41 inf; -épands épandre VER 0.01 1.96 0.00 0.07 imp:pre:2s; -épandu épandre VER m s 0.01 1.96 0.00 0.14 par:pas; -épandue épandre VER f s 0.01 1.96 0.00 0.07 par:pas; -épandues épandre VER f p 0.01 1.96 0.00 0.14 par:pas; -upanisads upanisad NOM f p 0.00 0.07 0.00 0.07 -upanishad upanishad NOM m 0.02 0.07 0.02 0.07 -épanouît épanouir VER 4.51 14.66 0.00 0.07 sub:imp:3s; -épanoui épanouir VER m s 4.51 14.66 0.26 1.28 par:pas; -épanouie épanouir VER f s 4.51 14.66 0.65 1.42 par:pas; -épanouies épanoui ADJ f p 0.86 5.54 0.03 1.01 -épanouir épanouir VER 4.51 14.66 1.48 3.72 inf; -épanouira épanouir VER 4.51 14.66 0.41 0.07 ind:fut:3s; -épanouirait épanouir VER 4.51 14.66 0.03 0.14 cnd:pre:3s; -épanouirent épanouir VER 4.51 14.66 0.12 0.20 ind:pas:3p; -épanouis épanoui ADJ m p 0.86 5.54 0.18 0.41 -épanouissaient épanouir VER 4.51 14.66 0.00 1.01 ind:imp:3p; -épanouissais épanouir VER 4.51 14.66 0.01 0.07 ind:imp:1s; -épanouissait épanouir VER 4.51 14.66 0.03 1.69 ind:imp:3s; -épanouissant épanouir VER 4.51 14.66 0.14 0.41 par:pre; -épanouissante épanouissant ADJ f s 0.38 0.07 0.35 0.00 -épanouissantes épanouissant ADJ f p 0.38 0.07 0.00 0.07 -épanouisse épanouir VER 4.51 14.66 0.04 0.00 sub:pre:3s; -épanouissement épanouissement NOM m s 0.62 3.72 0.62 3.65 -épanouissements épanouissement NOM m p 0.62 3.72 0.00 0.07 -épanouissent épanouir VER 4.51 14.66 0.28 1.01 ind:pre:3p; -épanouisses épanouir VER 4.51 14.66 0.15 0.00 sub:pre:2s; -épanouit épanouir VER 4.51 14.66 0.75 3.11 ind:pre:3s;ind:pas:3s; -épargna épargner VER 26.39 25.95 0.12 1.35 ind:pas:3s; -épargnaient épargner VER 26.39 25.95 0.01 0.74 ind:imp:3p; -épargnais épargner VER 26.39 25.95 0.04 0.20 ind:imp:1s;ind:imp:2s; -épargnait épargner VER 26.39 25.95 0.17 0.81 ind:imp:3s; -épargnant épargner VER 26.39 25.95 0.10 0.95 par:pre; -épargnantes épargnant ADJ f p 0.02 0.00 0.01 0.00 -épargnants épargnant NOM m p 0.17 0.61 0.14 0.14 -épargne épargner VER 26.39 25.95 6.17 2.70 imp:pre:2s;ind:pre:1s;ind:pre:3s; -épargnent épargner VER 26.39 25.95 0.09 0.27 ind:pre:3p; -épargner épargner VER 26.39 25.95 6.90 7.64 ind:pre:2p;inf; -épargnera épargner VER 26.39 25.95 1.07 0.41 ind:fut:3s; -épargnerai épargner VER 26.39 25.95 0.55 0.00 ind:fut:1s; -épargnerais épargner VER 26.39 25.95 0.09 0.00 cnd:pre:1s;cnd:pre:2s; -épargnerait épargner VER 26.39 25.95 0.16 0.41 cnd:pre:3s; -épargneras épargner VER 26.39 25.95 0.04 0.00 ind:fut:2s; -épargnerez épargner VER 26.39 25.95 0.19 0.07 ind:fut:2p; -épargneriez épargner VER 26.39 25.95 0.02 0.00 cnd:pre:2p; -épargnerons épargner VER 26.39 25.95 0.07 0.07 ind:fut:1p; -épargneront épargner VER 26.39 25.95 0.23 0.00 ind:fut:3p; -épargnes épargner VER 26.39 25.95 0.10 0.07 ind:pre:2s; -épargnez épargner VER 26.39 25.95 2.78 0.74 imp:pre:2p;ind:pre:2p; -épargniez épargner VER 26.39 25.95 0.04 0.00 ind:imp:2p; -épargnions épargner VER 26.39 25.95 0.00 0.14 ind:imp:1p; -épargnons épargner VER 26.39 25.95 0.02 0.00 imp:pre:1p; -épargnât épargner VER 26.39 25.95 0.00 0.27 sub:imp:3s; -épargnèrent épargner VER 26.39 25.95 0.02 0.14 ind:pas:3p; -épargné épargner VER m s 26.39 25.95 5.04 5.34 par:pas; -épargnée épargner VER f s 26.39 25.95 1.63 1.76 par:pas; -épargnées épargner VER f p 26.39 25.95 0.11 0.81 par:pas; -épargnés épargner VER m p 26.39 25.95 0.63 1.08 par:pas; -éparpilla éparpiller VER 2.16 13.51 0.00 0.68 ind:pas:3s; -éparpillaient éparpiller VER 2.16 13.51 0.00 0.68 ind:imp:3p; -éparpillait éparpiller VER 2.16 13.51 0.01 1.08 ind:imp:3s; -éparpillant éparpiller VER 2.16 13.51 0.11 0.81 par:pre; -éparpille éparpiller VER 2.16 13.51 0.25 1.55 imp:pre:2s;ind:pre:1s;ind:pre:3s; -éparpillement éparpillement NOM m s 0.01 0.88 0.01 0.88 -éparpillent éparpiller VER 2.16 13.51 0.01 0.74 ind:pre:3p; -éparpiller éparpiller VER 2.16 13.51 0.34 1.55 inf; -éparpillera éparpiller VER 2.16 13.51 0.02 0.00 ind:fut:3s; -éparpilleraient éparpiller VER 2.16 13.51 0.00 0.07 cnd:pre:3p; -éparpillez éparpiller VER 2.16 13.51 0.06 0.00 imp:pre:2p;ind:pre:2p; -éparpillons éparpiller VER 2.16 13.51 0.03 0.00 ind:pre:1p; -éparpillèrent éparpiller VER 2.16 13.51 0.00 0.74 ind:pas:3p; -éparpillé éparpiller VER m s 2.16 13.51 0.40 0.81 par:pas; -éparpillée éparpillé ADJ f s 0.40 2.77 0.14 0.41 -éparpillées éparpiller VER f p 2.16 13.51 0.26 1.42 par:pas; -éparpillés éparpiller VER m p 2.16 13.51 0.57 2.57 par:pas; -épars épars ADJ m 0.46 11.15 0.32 7.23 -éparse épars ADJ f s 0.46 11.15 0.00 0.95 -éparses épars ADJ f p 0.46 11.15 0.14 2.97 -épart épart NOM m s 0.01 0.00 0.01 0.00 -upas upas ADV 0.01 0.00 0.01 0.00 -épastrouillant épastrouillant ADJ m s 0.00 0.07 0.00 0.07 -épastrouillera épastrouiller VER 0.00 0.07 0.00 0.07 ind:fut:3s; -épata épater VER 4.96 8.78 0.00 0.34 ind:pas:3s; -épataient épater VER 4.96 8.78 0.01 0.07 ind:imp:3p; -épatais épater VER 4.96 8.78 0.01 0.14 ind:imp:1s; -épatait épater VER 4.96 8.78 0.00 0.95 ind:imp:3s; -épatamment épatamment ADV 0.00 0.27 0.00 0.27 -épatant épatant ADJ m s 5.99 6.82 4.11 4.86 -épatante épatant ADJ f s 5.99 6.82 1.31 1.28 -épatantes épatant ADJ f p 5.99 6.82 0.04 0.34 -épatants épatant ADJ m p 5.99 6.82 0.53 0.34 -épate épater VER 4.96 8.78 1.49 1.08 imp:pre:2s;ind:pre:1s;ind:pre:3s; -épatement épatement NOM m s 0.00 0.07 0.00 0.07 -épatent épater VER 4.96 8.78 0.02 0.00 ind:pre:3p; -épater épater VER 4.96 8.78 1.48 3.58 inf; -épatera épater VER 4.96 8.78 0.04 0.07 ind:fut:3s; -épaterait épater VER 4.96 8.78 0.00 0.34 cnd:pre:3s; -épateras épater VER 4.96 8.78 0.02 0.00 ind:fut:2s; -épates épater VER 4.96 8.78 0.27 0.00 ind:pre:2s; -épateur épateur ADJ m s 0.00 0.20 0.00 0.14 -épateurs épateur ADJ m p 0.00 0.20 0.00 0.07 -épatez épater VER 4.96 8.78 0.19 0.00 imp:pre:2p;ind:pre:2p; -épaté épater VER m s 4.96 8.78 0.43 1.01 par:pas; -épatée épater VER f s 4.96 8.78 0.23 0.41 par:pas; -épatés épater VER m p 4.96 8.78 0.13 0.14 par:pas; -épaula épauler VER 1.93 3.85 0.01 0.61 ind:pas:3s; -épaulaient épauler VER 1.93 3.85 0.01 0.07 ind:imp:3p; -épaulait épauler VER 1.93 3.85 0.00 0.61 ind:imp:3s; -épaulant épauler VER 1.93 3.85 0.00 0.07 par:pre; -épaulard épaulard NOM m s 0.28 0.00 0.25 0.00 -épaulards épaulard NOM m p 0.28 0.00 0.03 0.00 -épaule épaule NOM f s 32.41 288.72 17.91 116.96 -épaulement épaulement NOM m s 0.00 0.47 0.00 0.34 -épaulements épaulement NOM m p 0.00 0.47 0.00 0.14 -épaulent épauler VER 1.93 3.85 0.11 0.14 ind:pre:3p; -épauler épauler VER 1.93 3.85 0.48 0.95 inf; -épauleras épauler VER 1.93 3.85 0.02 0.00 ind:fut:2s; -épaules épaule NOM f p 32.41 288.72 14.50 171.76 -épaulette épaulette NOM f s 0.81 2.97 0.02 0.61 -épaulettes épaulette NOM f p 0.81 2.97 0.79 2.36 -épaulez épauler VER 1.93 3.85 0.31 0.00 imp:pre:2p;ind:pre:2p; -épaulière épaulière NOM f s 0.01 0.20 0.00 0.07 -épaulières épaulière NOM f p 0.01 0.20 0.01 0.14 -épaulèrent épauler VER 1.93 3.85 0.00 0.07 ind:pas:3p; -épaulé épauler VER m s 1.93 3.85 0.11 0.14 par:pas; -épaulée épauler VER f s 1.93 3.85 0.00 0.20 par:pas; -épaulées épauler VER f p 1.93 3.85 0.00 0.07 par:pas; -épaulés épauler VER m p 1.93 3.85 0.13 0.00 par:pas; -épave épave NOM f s 7.50 12.23 6.52 6.28 -épaves épave NOM f p 7.50 12.23 0.97 5.95 -update update NOM f s 0.04 0.00 0.04 0.00 -updater updater VER 0.01 0.00 0.01 0.00 inf; -épeautre épeautre NOM m s 0.00 0.07 0.00 0.07 -épectase épectase NOM f s 0.00 0.07 0.00 0.07 -épeichette épeichette NOM f s 0.00 0.07 0.00 0.07 -épeire épeire NOM f s 0.00 0.07 0.00 0.07 -épela épeler VER 3.00 2.23 0.00 0.27 ind:pas:3s; -épelais épeler VER 3.00 2.23 0.01 0.00 ind:imp:1s; -épelait épeler VER 3.00 2.23 0.04 0.27 ind:imp:3s; -épelant épeler VER 3.00 2.23 0.03 0.27 par:pre; -épeler épeler VER 3.00 2.23 1.75 0.88 inf; -épelez épeler VER 3.00 2.23 0.17 0.00 imp:pre:2p;ind:pre:2p; -épeliez épeler VER 3.00 2.23 0.01 0.00 ind:imp:2p; -épelions épeler VER 3.00 2.23 0.00 0.07 ind:imp:1p; -épellation épellation NOM f s 0.04 0.00 0.04 0.00 -épelle épeler VER 3.00 2.23 0.45 0.14 imp:pre:2s;ind:pre:1s;ind:pre:3s; -épellent épeler VER 3.00 2.23 0.02 0.14 ind:pre:3p; -épellerais épeler VER 3.00 2.23 0.03 0.00 cnd:pre:1s; -épelles épeler VER 3.00 2.23 0.16 0.00 ind:pre:2s; -épelé épeler VER m s 3.00 2.23 0.32 0.14 par:pas; -épelés épeler VER m p 3.00 2.23 0.01 0.07 par:pas; -épendyme épendyme NOM m s 0.01 0.00 0.01 0.00 -éperdu éperdre VER m s 0.20 3.92 0.16 2.09 par:pas; -éperdue éperdu ADJ f s 0.37 7.57 0.13 2.57 -éperdues éperdu ADJ f p 0.37 7.57 0.00 0.61 -éperdument éperdument ADV 1.01 5.68 1.01 5.68 -éperdus éperdu ADJ m p 0.37 7.57 0.16 0.95 -éperlan éperlan NOM m s 0.03 0.00 0.02 0.00 -éperlans éperlan NOM m p 0.03 0.00 0.01 0.00 -éperon éperon NOM m s 1.07 8.18 0.20 3.04 -éperonna éperonner VER 0.36 1.35 0.00 0.14 ind:pas:3s; -éperonnant éperonner VER 0.36 1.35 0.00 0.14 par:pre; -éperonne éperonner VER 0.36 1.35 0.12 0.07 ind:pre:3s; -éperonner éperonner VER 0.36 1.35 0.04 0.27 inf; -éperonnera éperonner VER 0.36 1.35 0.01 0.00 ind:fut:3s; -éperonnez éperonner VER 0.36 1.35 0.01 0.00 ind:pre:2p; -éperonnèrent éperonner VER 0.36 1.35 0.00 0.07 ind:pas:3p; -éperonné éperonner VER m s 0.36 1.35 0.16 0.47 par:pas; -éperonnée éperonner VER f s 0.36 1.35 0.00 0.07 par:pas; -éperonnés éperonner VER m p 0.36 1.35 0.02 0.14 par:pas; -éperons éperon NOM m p 1.07 8.18 0.87 5.14 -épervier épervier NOM m s 0.27 1.49 0.27 1.15 -éperviers épervier NOM m p 0.27 1.49 0.00 0.34 -épervière épervière NOM f s 0.00 0.14 0.00 0.07 -épervières épervière NOM f p 0.00 0.14 0.00 0.07 -épeurant épeurer VER 0.02 0.47 0.02 0.00 par:pre; -épeurer épeurer VER 0.02 0.47 0.00 0.07 inf; -épeuré épeurer VER m s 0.02 0.47 0.00 0.20 par:pas; -épeurée épeurer VER f s 0.02 0.47 0.00 0.20 par:pas; -upgradée upgrader VER f s 0.14 0.00 0.14 0.00 par:pas; -éphèbe éphèbe NOM m s 0.21 2.23 0.06 1.82 -éphèbes éphèbe NOM m p 0.21 2.23 0.14 0.41 -éphébie éphébie NOM f s 0.00 0.07 0.00 0.07 -éphédrine éphédrine NOM f s 0.08 0.00 0.08 0.00 -éphélides éphélide NOM f p 0.00 0.27 0.00 0.27 -éphémère éphémère ADJ s 1.73 9.19 1.33 5.74 -éphémèrement éphémèrement ADV 0.00 0.20 0.00 0.20 -éphémères éphémère ADJ p 1.73 9.19 0.41 3.45 -éphéméride éphéméride NOM f s 0.01 0.81 0.01 0.54 -éphémérides éphéméride NOM f p 0.01 0.81 0.00 0.27 -éphésiens éphésien ADJ m p 0.01 0.07 0.01 0.07 -épi épi NOM m s 1.61 5.81 1.09 1.82 -épia épier VER 4.92 15.88 0.00 0.20 ind:pas:3s; -épiai épier VER 4.92 15.88 0.00 0.07 ind:pas:1s; -épiaient épier VER 4.92 15.88 0.21 1.22 ind:imp:3p; -épiais épier VER 4.92 15.88 0.47 1.08 ind:imp:1s;ind:imp:2s; -épiait épier VER 4.92 15.88 0.20 2.50 ind:imp:3s; -épiant épier VER 4.92 15.88 0.14 1.96 par:pre; -épicanthus épicanthus NOM m 0.01 0.00 0.01 0.00 -épice épice NOM f s 3.06 6.76 1.46 1.69 -épicemard épicemard NOM m s 0.00 0.41 0.00 0.14 -épicemards épicemard NOM m p 0.00 0.41 0.00 0.27 -épicentre épicentre NOM m s 0.53 0.34 0.53 0.34 -épicer épicer VER 1.04 1.01 0.27 0.14 inf; -épicerie épicerie NOM f s 6.79 9.46 6.52 8.31 -épiceries épicerie NOM f p 6.79 9.46 0.27 1.15 -épices épice NOM f p 3.06 6.76 1.61 5.07 -épicier épicier NOM m s 2.81 10.27 2.73 7.70 -épiciers épicier NOM m p 2.81 10.27 0.08 0.61 -épicière épicier NOM f s 2.81 10.27 0.01 1.89 -épicières épicier NOM f p 2.81 10.27 0.00 0.07 -épicondyle épicondyle NOM m s 0.01 0.00 0.01 0.00 -épicrânienne épicrânien ADJ f s 0.02 0.00 0.02 0.00 -épicé épicé ADJ m s 1.75 0.95 0.81 0.14 -épicéa épicéa NOM m s 0.05 0.07 0.05 0.07 -épicée épicé ADJ f s 1.75 0.95 0.57 0.41 -épicées épicé ADJ f p 1.75 0.95 0.09 0.20 -épicurien épicurien ADJ m s 0.14 0.47 0.14 0.34 -épicurienne épicurien ADJ f s 0.14 0.47 0.00 0.14 -épicuriens épicurien ADJ m p 0.14 0.47 0.01 0.00 -épicurisme épicurisme NOM m s 0.00 0.27 0.00 0.27 -épicés épicé ADJ m p 1.75 0.95 0.27 0.20 -épiderme épiderme NOM m s 0.46 2.97 0.45 2.70 -épidermes épiderme NOM m p 0.46 2.97 0.01 0.27 -épidermique épidermique ADJ s 0.20 0.54 0.17 0.41 -épidermiques épidermique ADJ p 0.20 0.54 0.03 0.14 -épidiascopes épidiascope NOM m p 0.00 0.07 0.00 0.07 -épididyme épididyme NOM m s 0.02 0.14 0.02 0.07 -épididymes épididyme NOM m p 0.02 0.14 0.00 0.07 -épidémie épidémie NOM f s 9.05 5.07 7.91 3.24 -épidémies épidémie NOM f p 9.05 5.07 1.14 1.82 -épidémiologie épidémiologie NOM f s 0.14 0.14 0.14 0.14 -épidémiologique épidémiologique ADJ m s 0.04 0.00 0.04 0.00 -épidémiologiste épidémiologiste NOM s 0.01 0.07 0.01 0.07 -épidémique épidémique ADJ s 0.44 0.14 0.40 0.07 -épidémiques épidémique ADJ p 0.44 0.14 0.03 0.07 -épidural épidural ADJ m s 0.15 0.00 0.03 0.00 -épidurale épidural ADJ f s 0.15 0.00 0.13 0.00 -épie épier VER 4.92 15.88 1.30 1.28 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -épient épier VER 4.92 15.88 0.16 0.47 ind:pre:3p; -épier épier VER 4.92 15.88 1.52 3.85 inf; -épierais épier VER 4.92 15.88 0.00 0.20 cnd:pre:1s; -épierait épier VER 4.92 15.88 0.00 0.07 cnd:pre:3s; -épierrer épierrer VER 0.00 0.07 0.00 0.07 inf; -épies épier VER 4.92 15.88 0.03 0.07 ind:pre:2s; -épieu épieu NOM m s 0.44 0.20 0.44 0.20 -épieux épieux NOM m p 0.02 0.27 0.02 0.27 -épiez épier VER 4.92 15.88 0.08 0.00 imp:pre:2p;ind:pre:2p; -épigastre épigastre NOM m s 0.00 0.20 0.00 0.20 -épigastrique épigastrique ADJ f s 0.01 0.00 0.01 0.00 -épiglotte épiglotte NOM f s 0.06 0.00 0.06 0.00 -épigone épigone NOM m s 0.20 0.41 0.20 0.20 -épigones épigone NOM m p 0.20 0.41 0.00 0.20 -épigramme épigramme NOM f s 0.01 0.41 0.01 0.20 -épigrammes épigramme NOM f p 0.01 0.41 0.00 0.20 -épigraphe épigraphe NOM f s 0.01 0.61 0.01 0.61 -épigraphie épigraphie NOM f s 0.00 0.14 0.00 0.14 -épigraphistes épigraphiste NOM p 0.00 0.07 0.00 0.07 -épilais épiler VER 2.04 2.77 0.00 0.07 ind:imp:1s; -épilait épiler VER 2.04 2.77 0.02 0.07 ind:imp:3s; -épilant épiler VER 2.04 2.77 0.02 0.07 par:pre; -épilateur épilateur NOM m s 0.04 0.00 0.04 0.00 -épilation épilation NOM f s 0.53 0.20 0.53 0.20 -épilatoire épilatoire ADJ s 0.03 0.00 0.03 0.00 -épile épiler VER 2.04 2.77 0.18 0.41 imp:pre:2s;ind:pre:1s;ind:pre:3s; -épilent épiler VER 2.04 2.77 0.02 0.07 ind:pre:3p; -épilepsie épilepsie NOM f s 1.89 1.55 1.89 1.55 -épileptiforme épileptiforme ADJ f s 0.01 0.00 0.01 0.00 -épileptique épileptique ADJ s 1.80 0.61 1.63 0.47 -épileptiques épileptique ADJ p 1.80 0.61 0.17 0.14 -épiler épiler VER 2.04 2.77 1.13 1.22 inf;; -épileuse épileur NOM f s 0.00 0.07 0.00 0.07 -épilez épiler VER 2.04 2.77 0.05 0.00 ind:pre:2p; -épiloguaient épiloguer VER 0.06 1.15 0.00 0.07 ind:imp:3p; -épilogue épilogue NOM m s 0.29 1.76 0.29 1.62 -épiloguer épiloguer VER 0.06 1.15 0.06 0.74 inf; -épilogues épilogue NOM m p 0.29 1.76 0.00 0.14 -épiloguions épiloguer VER 0.06 1.15 0.00 0.14 ind:imp:1p; -épiloguèrent épiloguer VER 0.06 1.15 0.00 0.07 ind:pas:3p; -épilogué épiloguer VER m s 0.06 1.15 0.00 0.14 par:pas; -épilé épiler VER m s 2.04 2.77 0.20 0.27 par:pas; -épilée épiler VER f s 2.04 2.77 0.36 0.07 par:pas; -épilées épiler VER f p 2.04 2.77 0.03 0.27 par:pas; -épilés épiler VER m p 2.04 2.77 0.03 0.27 par:pas; -épinaie épinaie NOM f s 0.01 0.00 0.01 0.00 -épinard épinard NOM m s 1.91 2.23 0.12 0.41 -épinards épinard NOM m p 1.91 2.23 1.79 1.82 -épine_vinette épine_vinette NOM f s 0.00 0.07 0.00 0.07 -épine épine NOM f s 5.81 12.43 2.52 3.92 -épines épine NOM f p 5.81 12.43 3.29 8.51 -épinette épinette NOM f s 0.01 0.20 0.01 0.14 -épinettes épinette NOM f p 0.01 0.20 0.00 0.07 -épineuse épineux ADJ f s 1.01 4.39 0.50 1.28 -épineuses épineux ADJ f p 1.01 4.39 0.02 0.81 -épineux épineux ADJ m 1.01 4.39 0.50 2.30 -épingla épingler VER 2.76 6.82 0.00 0.41 ind:pas:3s; -épinglage épinglage NOM m s 0.01 0.07 0.01 0.07 -épinglai épingler VER 2.76 6.82 0.00 0.07 ind:pas:1s; -épinglaient épingler VER 2.76 6.82 0.01 0.00 ind:imp:3p; -épinglait épingler VER 2.76 6.82 0.00 0.27 ind:imp:3s; -épingle épingle NOM f s 5.57 18.24 3.29 8.92 -épinglent épingler VER 2.76 6.82 0.04 0.07 ind:pre:3p; -épingler épingler VER 2.76 6.82 1.35 0.88 inf; -épinglera épingler VER 2.76 6.82 0.07 0.07 ind:fut:3s; -épinglerai épingler VER 2.76 6.82 0.04 0.00 ind:fut:1s; -épingleront épingler VER 2.76 6.82 0.00 0.07 ind:fut:3p; -épingles épingle NOM f p 5.57 18.24 2.28 9.32 -épinglette épinglette NOM f s 0.01 0.00 0.01 0.00 -épinglez épingler VER 2.76 6.82 0.03 0.07 imp:pre:2p; -épinglons épingler VER 2.76 6.82 0.01 0.00 ind:pre:1p; -épinglèrent épingler VER 2.76 6.82 0.00 0.07 ind:pas:3p; -épinglé épingler VER m s 2.76 6.82 0.65 1.96 par:pas; -épinglée épingler VER f s 2.76 6.82 0.04 1.62 par:pas; -épinglées épingler VER f p 2.76 6.82 0.04 0.54 par:pas; -épinglés épingler VER m p 2.76 6.82 0.04 0.47 par:pas; -épiniers épinier NOM m p 0.00 0.07 0.00 0.07 -épinière épinier ADJ f s 1.39 1.49 1.39 1.49 -épinoches épinoche NOM f p 0.00 0.07 0.00 0.07 -épions épier VER 4.92 15.88 0.01 0.07 ind:pre:1p; -épiphane épiphane ADJ m s 0.00 0.07 0.00 0.07 -épiphanie épiphanie NOM f s 0.23 0.74 0.23 0.74 -épiphénomène épiphénomène NOM m s 0.00 0.07 0.00 0.07 -épiphylle épiphylle NOM m s 0.00 0.14 0.00 0.07 -épiphylles épiphylle NOM m p 0.00 0.14 0.00 0.07 -épiphysaire épiphysaire ADJ f s 0.01 0.00 0.01 0.00 -épiphyse épiphyse NOM f s 0.16 0.00 0.16 0.00 -épiphyte épiphyte NOM m s 0.05 0.00 0.01 0.00 -épiphytes épiphyte NOM m p 0.05 0.00 0.04 0.00 -épiploon épiploon NOM m s 0.00 0.14 0.00 0.07 -épiploons épiploon NOM m p 0.00 0.14 0.00 0.07 -épique épique ADJ s 0.75 2.50 0.68 1.76 -épiques épique ADJ p 0.75 2.50 0.06 0.74 -épis épi NOM m p 1.61 5.81 0.52 3.99 -épiscopal épiscopal ADJ m s 0.10 1.15 0.01 0.54 -épiscopale épiscopal ADJ f s 0.10 1.15 0.07 0.47 -épiscopales épiscopal ADJ f p 0.10 1.15 0.00 0.07 -épiscopalien épiscopalien ADJ m s 0.11 0.00 0.05 0.00 -épiscopalienne épiscopalien ADJ f s 0.11 0.00 0.06 0.00 -épiscopat épiscopat NOM m s 0.00 0.27 0.00 0.27 -épiscopaux épiscopal ADJ m p 0.10 1.15 0.01 0.07 -épisiotomie épisiotomie NOM f s 0.05 0.00 0.05 0.00 -épisode épisode NOM m s 17.32 18.51 13.63 12.50 -épisodes épisode NOM m p 17.32 18.51 3.69 6.01 -épisodique épisodique ADJ s 0.01 2.16 0.01 1.15 -épisodiquement épisodiquement ADV 0.01 1.01 0.01 1.01 -épisodiques épisodique ADJ p 0.01 2.16 0.00 1.01 -épisser épisser VER 0.03 0.07 0.02 0.00 inf; -épissoirs épissoir NOM m p 0.02 0.07 0.02 0.07 -épissé épisser VER m s 0.03 0.07 0.01 0.07 par:pas; -épissures épissure NOM f p 0.01 0.14 0.01 0.14 -épistolaire épistolaire ADJ s 0.00 0.95 0.00 0.54 -épistolaires épistolaire ADJ p 0.00 0.95 0.00 0.41 -épistolier épistolier NOM m s 0.01 0.27 0.01 0.20 -épistolière épistolier NOM f s 0.01 0.27 0.00 0.07 -épistémologie épistémologie NOM f s 0.04 0.07 0.04 0.07 -épistémologique épistémologique ADJ m s 0.00 0.07 0.00 0.07 -épistémologues épistémologue NOM p 0.00 0.07 0.00 0.07 -épitaphe épitaphe NOM f s 0.72 1.69 0.72 1.35 -épitaphes épitaphe NOM f p 0.72 1.69 0.00 0.34 -épithalame épithalame NOM m s 0.00 0.20 0.00 0.07 -épithalames épithalame NOM m p 0.00 0.20 0.00 0.14 -épièrent épier VER 4.92 15.88 0.00 0.20 ind:pas:3p; -épithète épithète NOM f s 0.17 1.96 0.04 1.08 -épithètes épithète NOM f p 0.17 1.96 0.12 0.88 -épithélial épithélial ADJ m s 0.04 0.00 0.04 0.00 -épithéliale épithélial ADJ f s 0.04 0.00 0.01 0.00 -épithélioma épithélioma NOM m s 0.01 0.00 0.01 0.00 -épithélium épithélium NOM m s 0.19 0.00 0.19 0.00 -épitoge épitoge NOM f s 0.00 0.14 0.00 0.14 -épitomé épitomé NOM m s 0.00 0.07 0.00 0.07 -épié épier VER m s 4.92 15.88 0.37 1.69 par:pas; -épiée épier VER f s 4.92 15.88 0.37 0.54 par:pas; -épiées épier VER f p 4.92 15.88 0.00 0.14 par:pas; -épiés épier VER m p 4.92 15.88 0.05 0.27 par:pas; -éploie éployer VER 0.00 1.01 0.00 0.41 ind:pre:3s; -éploient éployer VER 0.00 1.01 0.00 0.07 ind:pre:3p; -éploré éploré ADJ m s 0.67 2.23 0.20 0.54 -éplorée éploré ADJ f s 0.67 2.23 0.39 0.88 -éplorées éploré ADJ f p 0.67 2.23 0.05 0.41 -éplorés éploré ADJ m p 0.67 2.23 0.03 0.41 -éployai éployer VER 0.00 1.01 0.00 0.07 ind:pas:1s; -éployait éployer VER 0.00 1.01 0.00 0.14 ind:imp:3s; -éployer éployer VER 0.00 1.01 0.00 0.07 inf; -éployé éployer VER m s 0.00 1.01 0.00 0.07 par:pas; -éployée éployer VER f s 0.00 1.01 0.00 0.07 par:pas; -éployées éployer VER f p 0.00 1.01 0.00 0.07 par:pas; -éployés éployer VER m p 0.00 1.01 0.00 0.07 par:pas; -éplucha éplucher VER 3.27 9.19 0.00 0.34 ind:pas:3s; -épluchage épluchage NOM m s 0.04 0.68 0.04 0.41 -épluchages épluchage NOM m p 0.04 0.68 0.00 0.27 -épluchaient éplucher VER 3.27 9.19 0.01 0.34 ind:imp:3p; -épluchais éplucher VER 3.27 9.19 0.02 0.14 ind:imp:1s; -épluchait éplucher VER 3.27 9.19 0.01 1.55 ind:imp:3s; -épluchant éplucher VER 3.27 9.19 0.05 0.81 par:pre; -épluche_légumes épluche_légumes NOM m 0.01 0.00 0.01 0.00 -épluche éplucher VER 3.27 9.19 0.70 0.88 imp:pre:2s;ind:pre:1s;ind:pre:3s; -épluchent éplucher VER 3.27 9.19 0.09 0.14 ind:pre:3p; -éplucher éplucher VER 3.27 9.19 1.32 3.04 inf; -épluchera éplucher VER 3.27 9.19 0.14 0.00 ind:fut:3s; -éplucherai éplucher VER 3.27 9.19 0.02 0.07 ind:fut:1s; -éplucherons éplucher VER 3.27 9.19 0.00 0.07 ind:fut:1p; -épluches éplucher VER 3.27 9.19 0.26 0.07 ind:pre:2s; -éplucheur éplucheur NOM m s 0.09 0.20 0.09 0.07 -éplucheurs éplucheur NOM m p 0.09 0.20 0.00 0.07 -éplucheuses éplucheur NOM f p 0.09 0.20 0.00 0.07 -épluchez éplucher VER 3.27 9.19 0.03 0.07 imp:pre:2p;ind:pre:2p; -épluchions éplucher VER 3.27 9.19 0.00 0.07 ind:imp:1p; -épluchons éplucher VER 3.27 9.19 0.04 0.14 imp:pre:1p;ind:pre:1p; -épluchât éplucher VER 3.27 9.19 0.00 0.07 sub:imp:3s; -épluché éplucher VER m s 3.27 9.19 0.45 0.81 par:pas; -épluchée éplucher VER f s 3.27 9.19 0.01 0.14 par:pas; -épluchées éplucher VER f p 3.27 9.19 0.11 0.14 par:pas; -épluchure épluchure NOM f s 0.23 3.18 0.12 0.41 -épluchures épluchure NOM f p 0.23 3.18 0.10 2.77 -épluchés éplucher VER m p 3.27 9.19 0.01 0.34 par:pas; -épointé épointer VER m s 0.11 0.20 0.10 0.07 par:pas; -épointées épointer VER f p 0.11 0.20 0.00 0.07 par:pas; -épointés épointer VER m p 0.11 0.20 0.01 0.07 par:pas; -éponge éponge NOM f s 7.11 14.53 6.14 10.14 -épongea éponger VER 0.97 10.20 0.00 1.62 ind:pas:3s; -épongeage épongeage NOM m s 0.00 0.07 0.00 0.07 -épongeaient éponger VER 0.97 10.20 0.00 0.14 ind:imp:3p; -épongeais éponger VER 0.97 10.20 0.00 0.07 ind:imp:1s; -épongeait éponger VER 0.97 10.20 0.00 1.35 ind:imp:3s; -épongeant éponger VER 0.97 10.20 0.00 1.01 par:pre; -épongent éponger VER 0.97 10.20 0.00 0.14 ind:pre:3p; -épongeons éponger VER 0.97 10.20 0.00 0.07 imp:pre:1p; -éponger éponger VER 0.97 10.20 0.51 2.97 inf; -éponges éponge NOM f p 7.11 14.53 0.97 4.39 -épongez éponger VER 0.97 10.20 0.01 0.00 ind:pre:2p; -épongiez éponger VER 0.97 10.20 0.00 0.07 ind:imp:2p; -épongèrent éponger VER 0.97 10.20 0.00 0.07 ind:pas:3p; -épongé éponger VER m s 0.97 10.20 0.07 0.34 par:pas; -épongée éponger VER f s 0.97 10.20 0.02 0.27 par:pas; -épongés éponger VER m p 0.97 10.20 0.00 0.14 par:pas; -éponyme éponyme ADJ s 0.00 0.07 0.00 0.07 -épopée épopée NOM f s 1.20 4.73 1.13 4.19 -épopées épopée NOM f p 1.20 4.73 0.07 0.54 -époque époque NOM f s 68.44 138.51 67.23 132.70 -époques époque NOM f p 68.44 138.51 1.21 5.81 -épouillage épouillage NOM m s 0.01 0.07 0.01 0.07 -épouillaient épouiller VER 0.50 1.08 0.00 0.14 ind:imp:3p; -épouillait épouiller VER 0.50 1.08 0.03 0.34 ind:imp:3s; -épouille épouiller VER 0.50 1.08 0.14 0.07 ind:pre:1s;ind:pre:3s; -épouillent épouiller VER 0.50 1.08 0.03 0.00 ind:pre:3p; -épouiller épouiller VER 0.50 1.08 0.29 0.41 inf; -épouillé épouiller VER m s 0.50 1.08 0.00 0.07 par:pas; -épouillés épouiller VER m p 0.50 1.08 0.02 0.07 par:pas; -époumonaient époumoner VER 0.09 0.88 0.01 0.00 ind:imp:3p; -époumonait époumoner VER 0.09 0.88 0.00 0.20 ind:imp:3s; -époumonant époumoner VER 0.09 0.88 0.02 0.14 par:pre; -époumone époumoner VER 0.09 0.88 0.02 0.20 imp:pre:2s;ind:pre:3s; -époumoner époumoner VER 0.09 0.88 0.04 0.14 inf; -époumonèrent époumoner VER 0.09 0.88 0.00 0.07 ind:pas:3p; -époumonés époumoner VER m p 0.09 0.88 0.00 0.14 par:pas; -épousa épouser VER 118.78 59.26 0.88 2.09 ind:pas:3s; -épousable épousable ADJ s 0.00 0.07 0.00 0.07 -épousai épouser VER 118.78 59.26 0.02 0.14 ind:pas:1s; -épousaient épouser VER 118.78 59.26 0.14 0.68 ind:imp:3p; -épousailles épousailles NOM f p 0.29 0.61 0.29 0.61 -épousais épouser VER 118.78 59.26 1.01 0.20 ind:imp:1s;ind:imp:2s; -épousait épouser VER 118.78 59.26 0.65 4.46 ind:imp:3s; -épousant épouser VER 118.78 59.26 0.87 3.18 par:pre; -épouse époux NOM f s 61.54 46.62 41.98 24.26 -épousent épouser VER 118.78 59.26 0.52 0.47 ind:pre:3p; -épouser épouser VER 118.78 59.26 57.87 20.20 inf;; -épousera épouser VER 118.78 59.26 1.75 1.01 ind:fut:3s; -épouserai épouser VER 118.78 59.26 4.25 0.68 ind:fut:1s; -épouseraient épouser VER 118.78 59.26 0.01 0.34 cnd:pre:3p; -épouserais épouser VER 118.78 59.26 1.81 0.74 cnd:pre:1s;cnd:pre:2s; -épouserait épouser VER 118.78 59.26 1.78 0.88 cnd:pre:3s; -épouseras épouser VER 118.78 59.26 1.75 0.34 ind:fut:2s; -épouserez épouser VER 118.78 59.26 0.54 0.07 ind:fut:2p; -épouseriez épouser VER 118.78 59.26 0.17 0.14 cnd:pre:2p; -épouserons épouser VER 118.78 59.26 0.12 0.00 ind:fut:1p; -épouseront épouser VER 118.78 59.26 0.03 0.14 ind:fut:3p; -épouses épouse NOM f p 3.80 0.00 3.80 0.00 -épouseur épouseur NOM m s 0.40 0.07 0.40 0.00 -épouseurs épouseur NOM m p 0.40 0.07 0.00 0.07 -épousez épouser VER 118.78 59.26 1.31 0.27 imp:pre:2p;ind:pre:2p; -épousiez épouser VER 118.78 59.26 0.25 0.14 ind:imp:2p; -épousions épouser VER 118.78 59.26 0.00 0.34 ind:imp:1p; -épousons épouser VER 118.78 59.26 0.03 0.07 ind:pre:1p; -épousât épouser VER 118.78 59.26 0.00 0.54 sub:imp:3s; -épousseta épousseter VER 0.54 4.32 0.00 0.74 ind:pas:3s; -époussetage époussetage NOM m s 0.00 0.07 0.00 0.07 -époussetaient épousseter VER 0.54 4.32 0.00 0.20 ind:imp:3p; -époussetais épousseter VER 0.54 4.32 0.03 0.07 ind:imp:1s; -époussetait épousseter VER 0.54 4.32 0.00 0.41 ind:imp:3s; -époussetant épousseter VER 0.54 4.32 0.02 0.34 par:pre; -épousseter épousseter VER 0.54 4.32 0.26 0.54 inf; -époussetez épousseter VER 0.54 4.32 0.03 0.00 imp:pre:2p; -époussette épousseter VER 0.54 4.32 0.08 0.74 imp:pre:2s;ind:pre:1s;ind:pre:3s; -époussettent épousseter VER 0.54 4.32 0.01 0.07 ind:pre:3p; -époussetèrent épousseter VER 0.54 4.32 0.00 0.07 ind:pas:3p; -épousseté épousseter VER m s 0.54 4.32 0.09 0.81 par:pas; -époussetée épousseter VER f s 0.54 4.32 0.02 0.14 par:pas; -époussetés épousseter VER m p 0.54 4.32 0.00 0.20 par:pas; -épousèrent épouser VER 118.78 59.26 0.16 0.14 ind:pas:3p; -époustouflait époustoufler VER 0.27 0.41 0.02 0.00 ind:imp:3s; -époustouflant époustouflant ADJ m s 0.90 1.35 0.67 0.14 -époustouflante époustouflant ADJ f s 0.90 1.35 0.20 0.74 -époustouflantes époustouflant ADJ f p 0.90 1.35 0.02 0.34 -époustouflants époustouflant ADJ m p 0.90 1.35 0.01 0.14 -époustoufle époustoufler VER 0.27 0.41 0.00 0.14 ind:pre:1s;ind:pre:3s; -époustoufler époustoufler VER 0.27 0.41 0.05 0.00 inf; -époustouflé époustoufler VER m s 0.27 0.41 0.07 0.14 par:pas; -époustouflée époustoufler VER f s 0.27 0.41 0.04 0.07 par:pas; -époustouflés époustoufler VER m p 0.27 0.41 0.04 0.07 par:pas; -épousé épouser VER m s 118.78 59.26 18.09 10.88 par:pas; -épousée épouser VER f s 118.78 59.26 5.85 2.84 par:pas; -épousées épouser VER f p 118.78 59.26 0.27 0.14 par:pas; -épousés épouser VER m p 118.78 59.26 0.06 0.20 par:pas; -épouvanta épouvanter VER 1.81 7.97 0.00 0.68 ind:pas:3s; -épouvantable épouvantable ADJ s 10.82 9.53 9.53 7.43 -épouvantablement épouvantablement ADV 0.34 0.95 0.34 0.95 -épouvantables épouvantable ADJ p 10.82 9.53 1.29 2.09 -épouvantaient épouvanter VER 1.81 7.97 0.00 0.68 ind:imp:3p; -épouvantail épouvantail NOM m s 2.31 3.51 2.00 2.77 -épouvantails épouvantail NOM m p 2.31 3.51 0.32 0.74 -épouvantait épouvanter VER 1.81 7.97 0.34 1.08 ind:imp:3s; -épouvante épouvante NOM f s 1.93 9.80 1.79 9.59 -épouvantement épouvantement NOM m s 0.00 0.27 0.00 0.20 -épouvantements épouvantement NOM m p 0.00 0.27 0.00 0.07 -épouvantent épouvanter VER 1.81 7.97 0.02 0.41 ind:pre:3p; -épouvanter épouvanter VER 1.81 7.97 0.16 0.47 inf; -épouvanteraient épouvanter VER 1.81 7.97 0.00 0.07 cnd:pre:3p; -épouvantes épouvanter VER 1.81 7.97 0.17 0.00 ind:pre:2s; -épouvantez épouvanter VER 1.81 7.97 0.01 0.00 ind:pre:2p; -épouvantèrent épouvanter VER 1.81 7.97 0.00 0.07 ind:pas:3p; -épouvanté épouvanter VER m s 1.81 7.97 0.20 1.96 par:pas; -épouvantée épouvanté ADJ f s 0.29 3.85 0.11 1.01 -épouvantées épouvanter VER f p 1.81 7.97 0.01 0.14 par:pas; -épouvantés épouvanté ADJ m p 0.29 3.85 0.01 1.01 -époux époux NOM m 61.54 46.62 19.57 16.42 -époxy époxy ADJ f s 0.04 0.00 0.04 0.00 -époxyde époxyde NOM m s 0.01 0.00 0.01 0.00 -uppercut uppercut NOM m s 0.33 1.28 0.28 0.95 -uppercuts uppercut NOM m p 0.33 1.28 0.04 0.34 -éprenait éprendre VER 2.95 5.95 0.00 0.14 ind:imp:3s; -éprenant éprendre VER 2.95 5.95 0.00 0.14 par:pre; -éprend éprendre VER 2.95 5.95 0.04 0.27 ind:pre:3s; -éprendre éprendre VER 2.95 5.95 0.32 0.68 inf; -éprends éprendre VER 2.95 5.95 0.05 0.00 imp:pre:2s;ind:pre:1s;ind:pre:2s; -éprenne éprendre VER 2.95 5.95 0.00 0.07 sub:pre:3s; -éprennent éprendre VER 2.95 5.95 0.03 0.07 ind:pre:3p; -épreuve épreuve NOM f s 23.43 46.28 16.88 27.91 -épreuves épreuve NOM f p 23.43 46.28 6.55 18.38 -épris éprendre VER m 2.95 5.95 1.56 3.04 ind:pas:1s;ind:pas:2s;par:pas;par:pas; -éprise éprendre VER f s 2.95 5.95 0.83 1.01 par:pas; -éprises éprendre VER f p 2.95 5.95 0.01 0.14 par:pas; -éprit éprendre VER 2.95 5.95 0.13 0.41 ind:pas:3s; -éprouva éprouver VER 23.35 127.09 0.01 9.39 ind:pas:3s; -éprouvai éprouver VER 23.35 127.09 0.03 5.27 ind:pas:1s; -éprouvaient éprouver VER 23.35 127.09 0.03 3.51 ind:imp:3p; -éprouvais éprouver VER 23.35 127.09 1.18 13.04 ind:imp:1s;ind:imp:2s; -éprouvait éprouver VER 23.35 127.09 0.88 26.35 ind:imp:3s; -éprouvant éprouvant ADJ m s 1.42 2.77 0.61 1.01 -éprouvante éprouvant ADJ f s 1.42 2.77 0.46 1.08 -éprouvantes éprouvant ADJ f p 1.42 2.77 0.16 0.54 -éprouvants éprouvant ADJ m p 1.42 2.77 0.19 0.14 -éprouve éprouver VER 23.35 127.09 6.74 19.86 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -éprouvent éprouver VER 23.35 127.09 0.87 1.96 ind:pre:3p; -éprouver éprouver VER 23.35 127.09 3.97 19.05 inf; -éprouvera éprouver VER 23.35 127.09 0.06 0.07 ind:fut:3s; -éprouverai éprouver VER 23.35 127.09 0.42 0.07 ind:fut:1s; -éprouveraient éprouver VER 23.35 127.09 0.01 0.07 cnd:pre:3p; -éprouverais éprouver VER 23.35 127.09 0.03 0.27 cnd:pre:1s;cnd:pre:2s; -éprouverait éprouver VER 23.35 127.09 0.16 0.74 cnd:pre:3s; -éprouveras éprouver VER 23.35 127.09 0.36 0.00 ind:fut:2s; -éprouverez éprouver VER 23.35 127.09 0.05 0.34 ind:fut:2p; -éprouveront éprouver VER 23.35 127.09 0.03 0.14 ind:fut:3p; -éprouves éprouver VER 23.35 127.09 1.91 0.34 ind:pre:2s; -éprouvette éprouvette NOM f s 0.59 1.22 0.44 0.88 -éprouvettes éprouvette NOM f p 0.59 1.22 0.16 0.34 -éprouvez éprouver VER 23.35 127.09 1.20 0.34 imp:pre:2p;ind:pre:2p; -éprouviez éprouver VER 23.35 127.09 0.21 0.07 ind:imp:2p; -éprouvions éprouver VER 23.35 127.09 0.02 0.74 ind:imp:1p; -éprouvâmes éprouver VER 23.35 127.09 0.00 0.07 ind:pas:1p; -éprouvons éprouver VER 23.35 127.09 0.28 1.01 ind:pre:1p; -éprouvât éprouver VER 23.35 127.09 0.00 0.54 sub:imp:3s; -éprouvèrent éprouver VER 23.35 127.09 0.02 0.41 ind:pas:3p; -éprouvé éprouver VER m s 23.35 127.09 3.96 16.22 par:pas; -éprouvée éprouver VER f s 23.35 127.09 0.37 2.64 par:pas; -éprouvées éprouvé ADJ f p 0.59 4.19 0.11 0.47 -éprouvés éprouvé ADJ m p 0.59 4.19 0.25 1.22 -épucer épucer VER 0.01 0.07 0.01 0.00 inf; -épée épée NOM f s 32.81 25.20 29.34 19.12 -épées épée NOM f p 32.81 25.20 3.48 6.08 -épuisa épuiser VER 25.41 33.11 0.00 0.47 ind:pas:3s; -épuisai épuiser VER 25.41 33.11 0.00 0.14 ind:pas:1s; -épuisaient épuiser VER 25.41 33.11 0.05 1.08 ind:imp:3p; -épuisais épuiser VER 25.41 33.11 0.01 0.34 ind:imp:1s; -épuisait épuiser VER 25.41 33.11 0.03 1.89 ind:imp:3s; -épuisant épuisant ADJ m s 2.24 5.81 1.40 2.30 -épuisante épuisant ADJ f s 2.24 5.81 0.59 2.03 -épuisantes épuisant ADJ f p 2.24 5.81 0.17 0.68 -épuisants épuisant ADJ m p 2.24 5.81 0.09 0.81 -épuise épuiser VER 25.41 33.11 1.79 3.31 imp:pre:2s;ind:pre:1s;ind:pre:3s; -épuisement épuisement NOM m s 1.94 7.91 1.93 7.84 -épuisements épuisement NOM m p 1.94 7.91 0.01 0.07 -épuisent épuiser VER 25.41 33.11 0.78 1.08 ind:pre:3p; -épuiser épuiser VER 25.41 33.11 1.91 4.53 inf; -épuisera épuiser VER 25.41 33.11 0.17 0.14 ind:fut:3s; -épuiseraient épuiser VER 25.41 33.11 0.01 0.07 cnd:pre:3p; -épuiserait épuiser VER 25.41 33.11 0.14 0.14 cnd:pre:3s; -épuiseras épuiser VER 25.41 33.11 0.04 0.00 ind:fut:2s; -épuiserons épuiser VER 25.41 33.11 0.01 0.07 ind:fut:1p; -épuiseront épuiser VER 25.41 33.11 0.02 0.00 ind:fut:3p; -épuises épuiser VER 25.41 33.11 0.26 0.14 ind:pre:2s; -épuisette épuisette NOM f s 0.51 1.49 0.51 1.15 -épuisettes épuisette NOM f p 0.51 1.49 0.00 0.34 -épuisez épuiser VER 25.41 33.11 0.41 0.00 imp:pre:2p;ind:pre:2p; -épuisiez épuiser VER 25.41 33.11 0.00 0.07 ind:imp:2p; -épuisons épuiser VER 25.41 33.11 0.16 0.14 ind:pre:1p; -épuisât épuiser VER 25.41 33.11 0.00 0.07 sub:imp:3s; -épéiste épéiste NOM s 0.08 0.00 0.06 0.00 -épéistes épéiste NOM p 0.08 0.00 0.02 0.00 -épuisèrent épuiser VER 25.41 33.11 0.00 0.20 ind:pas:3p; -épuisé épuiser VER m s 25.41 33.11 11.11 10.47 par:pas; -épuisée épuiser VER f s 25.41 33.11 6.04 4.93 par:pas; -épuisées épuiser VER f p 25.41 33.11 0.67 0.27 par:pas; -épuisés épuiser VER m p 25.41 33.11 1.77 2.70 par:pas; -épulie épulie NOM f s 0.00 0.07 0.00 0.07 -épépine épépiner VER 0.00 0.07 0.00 0.07 ind:pre:3s; -épurait épurer VER 0.62 1.96 0.00 0.20 ind:imp:3s; -épurant épurer VER 0.62 1.96 0.00 0.14 par:pre; -épurateur épurateur NOM m s 0.15 0.07 0.15 0.07 -épuration épuration NOM f s 0.46 1.69 0.44 1.49 -épurations épuration NOM f p 0.46 1.69 0.01 0.20 -épurative épuratif ADJ f s 0.01 0.00 0.01 0.00 -épure épure NOM f s 0.28 1.28 0.14 0.74 -épurer épurer VER 0.62 1.96 0.03 0.34 inf; -épures épure NOM f p 0.28 1.28 0.14 0.54 -épuré épurer VER m s 0.62 1.96 0.05 0.41 par:pas; -épurée épurer VER f s 0.62 1.96 0.50 0.34 par:pas; -épurées épurer VER f p 0.62 1.96 0.01 0.14 par:pas; -épurés épurer VER m p 0.62 1.96 0.01 0.20 par:pas; -épuçât épucer VER 0.01 0.07 0.00 0.07 sub:imp:3s; -équanimité équanimité NOM f s 0.00 0.14 0.00 0.14 -équarisseur équarisseur NOM m s 0.01 0.27 0.00 0.14 -équarisseurs équarisseur NOM m p 0.01 0.27 0.01 0.14 -équarri équarri ADJ m s 0.01 0.95 0.01 0.20 -équarrie équarri ADJ f s 0.01 0.95 0.00 0.07 -équarries équarri ADJ f p 0.01 0.95 0.00 0.54 -équarrir équarrir VER 0.01 0.54 0.01 0.14 inf; -équarris équarri ADJ m p 0.01 0.95 0.00 0.14 -équarrissage équarrissage NOM m s 0.03 0.14 0.03 0.14 -équarrissait équarrir VER 0.01 0.54 0.00 0.14 ind:imp:3s; -équarrisseur équarrisseur NOM m s 0.00 0.47 0.00 0.41 -équarrisseurs équarrisseur NOM m p 0.00 0.47 0.00 0.07 -équateur équateur NOM m s 0.38 1.55 0.38 1.55 -équation équation NOM f s 3.50 2.84 2.49 1.35 -équations équation NOM f p 3.50 2.84 1.00 1.49 -équatorial équatorial ADJ m s 0.38 4.59 0.01 0.74 -équatoriale équatorial ADJ f s 0.38 4.59 0.37 3.45 -équatoriaux équatorial ADJ m p 0.38 4.59 0.00 0.41 -équatorien équatorien NOM m s 0.01 0.07 0.01 0.07 -équatoriennes équatorien ADJ f p 0.01 0.00 0.01 0.00 -équerrage équerrage NOM m s 0.00 0.07 0.00 0.07 -équerre équerre NOM f s 0.20 1.55 0.19 1.49 -équerres équerre NOM f p 0.20 1.55 0.01 0.07 -équestre équestre ADJ s 0.29 2.09 0.28 1.35 -équestres équestre ADJ p 0.29 2.09 0.01 0.74 -équeuter équeuter VER 0.01 0.00 0.01 0.00 inf; -équeutées équeuté ADJ f p 0.00 0.07 0.00 0.07 -équidistance équidistance NOM f s 0.11 0.00 0.11 0.00 -équidistant équidistant ADJ m s 0.15 0.54 0.14 0.14 -équidistante équidistant ADJ f s 0.15 0.54 0.00 0.14 -équidistantes équidistant ADJ f p 0.15 0.54 0.00 0.07 -équidistants équidistant ADJ m p 0.15 0.54 0.01 0.20 -équidés équidé NOM m p 0.01 0.00 0.01 0.00 -équilatéral équilatéral ADJ m s 0.04 0.34 0.04 0.27 -équilatéraux équilatéral ADJ m p 0.04 0.34 0.00 0.07 -équilibra équilibrer VER 1.97 5.34 0.00 0.14 ind:pas:3s; -équilibrage équilibrage NOM m s 0.17 0.00 0.17 0.00 -équilibraient équilibrer VER 1.97 5.34 0.00 0.47 ind:imp:3p; -équilibrais équilibrer VER 1.97 5.34 0.00 0.07 ind:imp:1s; -équilibrait équilibrer VER 1.97 5.34 0.01 0.34 ind:imp:3s; -équilibrant équilibrer VER 1.97 5.34 0.00 0.20 par:pre; -équilibrante équilibrant ADJ f s 0.00 0.14 0.00 0.14 -équilibre équilibre NOM m s 10.66 39.73 10.53 39.05 -équilibrent équilibrer VER 1.97 5.34 0.04 0.41 ind:pre:3p; -équilibrer équilibrer VER 1.97 5.34 0.84 1.69 inf; -équilibres équilibre NOM m p 10.66 39.73 0.13 0.68 -équilibreur équilibreur NOM m s 0.03 0.00 0.03 0.00 -équilibrisme équilibrisme NOM m s 0.00 0.07 0.00 0.07 -équilibriste équilibriste NOM s 0.70 0.88 0.45 0.54 -équilibristes équilibriste NOM p 0.70 0.88 0.26 0.34 -équilibrèrent équilibrer VER 1.97 5.34 0.00 0.14 ind:pas:3p; -équilibré équilibré ADJ m s 2.23 2.57 1.37 1.28 -équilibrée équilibré ADJ f s 2.23 2.57 0.64 0.74 -équilibrées équilibré ADJ f p 2.23 2.57 0.02 0.34 -équilibrés équilibré ADJ m p 2.23 2.57 0.21 0.20 -équin équin ADJ m s 0.05 0.07 0.00 0.07 -équine équin ADJ f s 0.05 0.07 0.05 0.00 -équinoxe équinoxe NOM m s 0.44 3.18 0.44 2.50 -équinoxes équinoxe NOM m p 0.44 3.18 0.00 0.68 -équipa équiper VER 6.27 9.46 0.01 0.07 ind:pas:3s; -équipage équipage NOM m s 19.91 17.16 18.48 11.28 -équipages équipage NOM m p 19.91 17.16 1.42 5.88 -équipai équiper VER 6.27 9.46 0.01 0.00 ind:pas:1s; -équipait équiper VER 6.27 9.46 0.00 0.20 ind:imp:3s; -équipant équiper VER 6.27 9.46 0.01 0.27 par:pre; -équipe équipe NOM f s 129.97 34.32 118.00 26.28 -équipement équipement NOM m s 12.82 8.51 10.71 6.42 -équipements équipement NOM m p 12.82 8.51 2.11 2.09 -équipent équiper VER 6.27 9.46 0.15 0.14 ind:pre:3p; -équiper équiper VER 6.27 9.46 0.89 1.89 inf; -équipera équiper VER 6.27 9.46 0.05 0.00 ind:fut:3s; -équiperai équiper VER 6.27 9.46 0.01 0.00 ind:fut:1s; -équiperais équiper VER 6.27 9.46 0.02 0.00 cnd:pre:1s; -équipes équipe NOM f p 129.97 34.32 11.97 8.04 -équipez équiper VER 6.27 9.46 0.01 0.07 imp:pre:2p;ind:pre:2p; -équipier équipier NOM m s 4.34 1.08 3.07 0.81 -équipiers équipier NOM m p 4.34 1.08 0.71 0.27 -équipière équipier NOM f s 4.34 1.08 0.56 0.00 -équipons équiper VER 6.27 9.46 0.02 0.00 imp:pre:1p;ind:pre:1p; -équipèrent équiper VER 6.27 9.46 0.00 0.07 ind:pas:3p; -équipé équiper VER m s 6.27 9.46 1.65 2.09 par:pas; -équipée équiper VER f s 6.27 9.46 1.46 1.69 par:pas; -équipées équiper VER f p 6.27 9.46 0.20 0.81 par:pas; -équipés équiper VER m p 6.27 9.46 0.93 1.35 par:pas; -équitable équitable ADJ s 3.41 2.97 3.30 2.77 -équitablement équitablement ADV 0.46 1.35 0.46 1.35 -équitables équitable ADJ p 3.41 2.97 0.10 0.20 -équitation équitation NOM f s 1.14 1.42 1.14 1.42 -équité équité NOM f s 0.79 1.49 0.79 1.49 -équivalût équivaloir VER 2.23 3.72 0.00 0.07 sub:imp:3s; -équivalaient équivaloir VER 2.23 3.72 0.01 0.07 ind:imp:3p; -équivalait équivaloir VER 2.23 3.72 0.16 1.42 ind:imp:3s; -équivalant équivaloir VER 2.23 3.72 0.12 0.41 par:pre; -équivalence équivalence NOM f s 0.22 0.81 0.19 0.61 -équivalences équivalence NOM f p 0.22 0.81 0.04 0.20 -équivalent équivalent NOM m s 2.45 5.74 2.43 4.93 -équivalente équivalent ADJ f s 0.99 1.69 0.25 0.27 -équivalentes équivalent ADJ f p 0.99 1.69 0.03 0.20 -équivalents équivalent ADJ m p 0.99 1.69 0.12 0.34 -équivaloir équivaloir VER 2.23 3.72 0.00 0.07 inf; -équivalu équivaloir VER m s 2.23 3.72 0.00 0.14 par:pas; -équivaudra équivaloir VER 2.23 3.72 0.16 0.07 ind:fut:3s; -équivaudrait équivaloir VER 2.23 3.72 0.10 0.27 cnd:pre:3s; -équivaut équivaloir VER 2.23 3.72 1.41 1.08 ind:pre:3s; -équivoque équivoque NOM f s 0.78 3.78 0.64 3.38 -équivoquer équivoquer VER 0.01 0.00 0.01 0.00 inf; -équivoques équivoque ADJ p 0.88 5.14 0.34 1.22 -érable érable NOM m s 1.15 2.03 1.11 1.15 -érables érable NOM m p 1.15 2.03 0.04 0.88 -érablières érablière NOM f p 0.00 0.07 0.00 0.07 -éradicateur éradicateur NOM m s 0.02 0.00 0.02 0.00 -éradication éradication NOM f s 0.31 0.00 0.31 0.00 -éradiquer éradiquer VER 1.34 0.07 0.97 0.07 inf; -éradiquerai éradiquer VER 1.34 0.07 0.02 0.00 ind:fut:1s; -éradiqueront éradiquer VER 1.34 0.07 0.02 0.00 ind:fut:3p; -éradiquons éradiquer VER 1.34 0.07 0.03 0.00 imp:pre:1p;ind:pre:1p; -éradiqué éradiquer VER m s 1.34 0.07 0.22 0.00 par:pas; -éradiquée éradiquer VER f s 1.34 0.07 0.08 0.00 par:pas; -érafla érafler VER 0.91 2.03 0.00 0.20 ind:pas:3s; -éraflait érafler VER 0.91 2.03 0.00 0.14 ind:imp:3s; -érafle érafler VER 0.91 2.03 0.05 0.20 ind:pre:1s;ind:pre:3s; -érafler érafler VER 0.91 2.03 0.15 0.20 inf; -éraflez érafler VER 0.91 2.03 0.02 0.00 imp:pre:2p;ind:pre:2p; -éraflé érafler VER m s 0.91 2.03 0.55 0.81 par:pas; -éraflée érafler VER f s 0.91 2.03 0.05 0.34 par:pas; -éraflées érafler VER f p 0.91 2.03 0.06 0.07 par:pas; -éraflure éraflure NOM f s 1.75 1.76 1.00 0.81 -éraflures éraflure NOM f p 1.75 1.76 0.75 0.95 -éraflés érafler VER m p 0.91 2.03 0.04 0.07 par:pas; -érailla érailler VER 0.04 1.42 0.00 0.07 ind:pas:3s; -éraillaient érailler VER 0.04 1.42 0.00 0.07 ind:imp:3p; -éraillait érailler VER 0.04 1.42 0.00 0.07 ind:imp:3s; -éraillant érailler VER 0.04 1.42 0.00 0.07 par:pre; -éraille érailler VER 0.04 1.42 0.00 0.14 ind:pre:3s; -éraillent érailler VER 0.04 1.42 0.00 0.07 ind:pre:3p; -érailler érailler VER 0.04 1.42 0.02 0.00 inf; -éraillé éraillé ADJ m s 0.03 2.16 0.00 0.27 -éraillée éraillé ADJ f s 0.03 2.16 0.03 1.69 -éraillées érailler VER f p 0.04 1.42 0.00 0.27 par:pas; -éraillures éraillure NOM f p 0.00 0.07 0.00 0.07 -éraillés éraillé ADJ m p 0.03 2.16 0.00 0.14 -urane urane NOM m s 0.00 0.07 0.00 0.07 -uraniens uranien ADJ m p 0.01 0.00 0.01 0.00 -uranisme uranisme NOM m s 0.00 0.07 0.00 0.07 -uraniste uraniste NOM m s 0.02 0.00 0.02 0.00 -uranium uranium NOM m s 1.60 0.47 1.60 0.47 -urbain urbain ADJ m s 3.06 4.39 0.96 1.89 -urbaine urbain ADJ f s 3.06 4.39 1.28 1.35 -urbaines urbain ADJ f p 3.06 4.39 0.42 0.34 -urbains urbain ADJ m p 3.06 4.39 0.41 0.81 -urbanisation urbanisation NOM f s 0.14 0.00 0.14 0.00 -urbanisme urbanisme NOM m s 1.48 0.14 1.48 0.14 -urbaniste urbaniste ADJ s 0.01 0.07 0.01 0.00 -urbanistes urbaniste NOM p 0.29 0.41 0.29 0.27 -urbanisé urbaniser VER m s 0.02 0.07 0.00 0.07 par:pas; -urbanisée urbaniser VER f s 0.02 0.07 0.02 0.00 par:pas; -urbanité urbanité NOM f s 0.00 0.41 0.00 0.41 -urbi_et_orbi urbi_et_orbi ADV 0.01 0.27 0.01 0.27 -urdu urdu NOM m s 0.02 0.00 0.02 0.00 -ure ure NOM m s 0.07 0.07 0.06 0.00 -érectile érectile ADJ s 0.13 0.14 0.02 0.14 -érectiles érectile ADJ m p 0.13 0.14 0.11 0.00 -érection érection NOM f s 3.56 4.05 3.27 3.31 -érections érection NOM f p 3.56 4.05 0.30 0.74 -éreintait éreinter VER 0.88 0.95 0.00 0.07 ind:imp:3s; -éreintant éreintant ADJ m s 0.54 0.14 0.21 0.14 -éreintante éreintant ADJ f s 0.54 0.14 0.31 0.00 -éreintants éreintant ADJ m p 0.54 0.14 0.02 0.00 -éreinte éreinter VER 0.88 0.95 0.09 0.07 ind:pre:1s;ind:pre:3s;sub:pre:3s; -éreintement éreintement NOM m s 0.00 0.27 0.00 0.27 -éreintent éreinter VER 0.88 0.95 0.07 0.00 ind:pre:3p; -éreinter éreinter VER 0.88 0.95 0.14 0.20 inf; -éreinteur éreinteur NOM m s 0.01 0.00 0.01 0.00 -éreinté éreinter VER m s 0.88 0.95 0.23 0.41 par:pas; -éreintée éreinter VER f s 0.88 0.95 0.23 0.00 par:pas; -éreintées éreinter VER f p 0.88 0.95 0.01 0.07 par:pas; -éreintés éreinter VER m p 0.88 0.95 0.09 0.07 par:pas; -ures ure NOM m p 0.07 0.07 0.01 0.07 -uretère uretère NOM m s 0.04 0.00 0.04 0.00 -urf urf ADJ m s 0.00 0.07 0.00 0.07 -urge urger VER 0.81 1.08 0.77 0.61 imp:pre:2s;ind:pre:3s;sub:pre:3s; -urgeait urger VER 0.81 1.08 0.01 0.34 ind:imp:3s; -urgemment urgemment ADV 0.01 0.14 0.01 0.14 -urgence urgence NOM f s 53.03 23.11 38.78 21.35 -urgences urgence NOM f p 53.03 23.11 14.24 1.76 -urgent urgent ADJ m s 31.56 16.96 26.75 11.62 -urgente urgent ADJ f s 31.56 16.96 3.18 2.91 -urgentes urgent ADJ f p 31.56 16.96 0.84 1.49 -urgentissime urgentissime ADJ s 0.02 0.00 0.02 0.00 -urgentiste urgentiste NOM s 0.25 0.00 0.25 0.00 -urgents urgent ADJ m p 31.56 16.96 0.79 0.95 -urger urger VER 0.81 1.08 0.01 0.07 inf; -érige ériger VER 1.91 5.20 0.10 0.88 ind:pre:1s;ind:pre:3s;sub:pre:1s; -érigea ériger VER 1.91 5.20 0.02 0.07 ind:pas:3s; -érigeaient ériger VER 1.91 5.20 0.14 0.27 ind:imp:3p; -érigeait ériger VER 1.91 5.20 0.00 0.14 ind:imp:3s; -érigeant ériger VER 1.91 5.20 0.02 0.34 par:pre; -érigent ériger VER 1.91 5.20 0.01 0.27 ind:pre:3p; -érigeât ériger VER 1.91 5.20 0.00 0.07 sub:imp:3s; -ériger ériger VER 1.91 5.20 0.79 1.15 inf; -érigé ériger VER m s 1.91 5.20 0.45 0.95 par:pas; -érigée ériger VER f s 1.91 5.20 0.23 0.68 par:pas; -érigées ériger VER f p 1.91 5.20 0.14 0.20 par:pas; -érigés ériger VER m p 1.91 5.20 0.01 0.20 par:pas; -urina uriner VER 2.00 2.70 0.00 0.34 ind:pas:3s; -urinaient uriner VER 2.00 2.70 0.12 0.07 ind:imp:3p; -urinaire urinaire ADJ s 1.27 0.34 0.98 0.14 -urinaires urinaire ADJ p 1.27 0.34 0.28 0.20 -urinais uriner VER 2.00 2.70 0.00 0.07 ind:imp:1s; -urinait uriner VER 2.00 2.70 0.01 0.27 ind:imp:3s; -urinal urinal NOM m s 0.03 0.20 0.03 0.20 -urinant uriner VER 2.00 2.70 0.06 0.07 par:pre; -urine urine NOM f s 5.72 6.62 4.63 6.28 -urinent uriner VER 2.00 2.70 0.08 0.07 ind:pre:3p; -uriner uriner VER 2.00 2.70 0.86 1.35 inf; -urinera uriner VER 2.00 2.70 0.01 0.00 ind:fut:3s; -urines urine NOM f p 5.72 6.62 1.08 0.34 -urineuse urineux ADJ f s 0.00 0.07 0.00 0.07 -urinez uriner VER 2.00 2.70 0.10 0.00 imp:pre:2p;ind:pre:2p; -urinoir urinoir NOM m s 0.69 1.35 0.37 0.61 -urinoirs urinoir NOM m p 0.69 1.35 0.32 0.74 -urinons uriner VER 2.00 2.70 0.00 0.14 imp:pre:1p; -uriné uriner VER m s 2.00 2.70 0.25 0.14 par:pas; -urique urique ADJ m s 0.06 0.07 0.06 0.07 -urne urne NOM f s 2.69 3.38 1.94 1.96 -urnes urne NOM f p 2.69 3.38 0.74 1.42 -érode éroder VER 0.16 0.68 0.10 0.20 ind:pre:3s; -érodent éroder VER 0.16 0.68 0.01 0.00 ind:pre:3p; -éroder éroder VER 0.16 0.68 0.00 0.07 inf; -érodé éroder VER m s 0.16 0.68 0.03 0.14 par:pas; -érodée érodé ADJ f s 0.03 0.27 0.02 0.07 -érodées éroder VER f p 0.16 0.68 0.00 0.07 par:pas; -érodés éroder VER m p 0.16 0.68 0.00 0.14 par:pas; -urographie urographie NOM f s 0.00 0.07 0.00 0.07 -érogène érogène ADJ f s 0.14 0.61 0.04 0.20 -érogènes érogène ADJ p 0.14 0.61 0.10 0.41 -urokinase urokinase NOM f s 0.01 0.00 0.01 0.00 -urologie urologie NOM f s 0.23 0.07 0.23 0.07 -urologique urologique ADJ m s 0.01 0.00 0.01 0.00 -urologue urologue NOM s 0.29 0.20 0.29 0.20 -éros éros NOM m 0.33 0.54 0.33 0.54 -uroscopie uroscopie NOM f s 0.00 0.07 0.00 0.07 -érosion érosion NOM f s 0.34 1.49 0.32 1.28 -érosions érosion NOM f p 0.34 1.49 0.02 0.20 -érotique érotique ADJ s 5.06 8.85 3.04 5.95 -érotiquement érotiquement ADJ s 0.01 0.34 0.01 0.34 -érotiques érotique ADJ p 5.06 8.85 2.02 2.91 -érotise érotiser VER 0.01 0.20 0.00 0.07 ind:pre:3s; -érotiser érotiser VER 0.01 0.20 0.01 0.00 inf; -érotisme érotisme NOM m s 1.64 3.38 1.64 3.38 -érotisé érotiser VER m s 0.01 0.20 0.00 0.07 par:pas; -érotisée érotiser VER f s 0.01 0.20 0.00 0.07 par:pas; -érotomane érotomane ADJ m s 0.00 0.14 0.00 0.14 -érotomane érotomane NOM s 0.00 0.14 0.00 0.14 -érotomanie érotomanie NOM f s 0.04 0.14 0.04 0.14 -ursuline ursuline NOM f s 0.23 1.01 0.00 0.07 -ursulines ursuline NOM f p 0.23 1.01 0.23 0.95 -urètre urètre NOM m s 0.16 0.47 0.16 0.47 -urticaire urticaire NOM f s 1.22 0.61 1.22 0.61 -urticante urticant ADJ f s 0.02 0.20 0.01 0.00 -urticantes urticant ADJ f p 0.02 0.20 0.01 0.14 -urticants urticant ADJ m p 0.02 0.20 0.00 0.07 -urubu urubu NOM m s 0.00 0.34 0.00 0.07 -urubus urubu NOM m p 0.00 0.34 0.00 0.27 -éructa éructer VER 0.21 2.50 0.00 0.27 ind:pas:3s; -éructait éructer VER 0.21 2.50 0.00 0.41 ind:imp:3s; -éructant éructer VER 0.21 2.50 0.02 0.27 par:pre; -éructation éructation NOM f s 0.02 0.20 0.01 0.00 -éructations éructation NOM f p 0.02 0.20 0.01 0.20 -éructe éructer VER 0.21 2.50 0.14 1.01 ind:pre:1s;ind:pre:3s; -éructer éructer VER 0.21 2.50 0.04 0.27 inf; -éructes éructer VER 0.21 2.50 0.01 0.00 ind:pre:2s; -éructé éructer VER m s 0.21 2.50 0.00 0.20 par:pas; -éructées éructer VER f p 0.21 2.50 0.00 0.07 par:pas; -érudit érudit NOM m s 1.43 1.69 1.09 0.61 -érudite érudit ADJ f s 0.56 1.01 0.11 0.00 -érudites érudit ADJ f p 0.56 1.01 0.01 0.14 -érudition érudition NOM f s 0.40 2.84 0.40 2.84 -érudits érudit NOM m p 1.43 1.69 0.30 1.08 -urée urée NOM f s 0.20 0.14 0.20 0.14 -uruguayen uruguayen NOM m s 0.57 0.00 0.57 0.00 -urémie urémie NOM f s 0.31 0.27 0.31 0.27 -urémique urémique ADJ s 0.02 0.00 0.02 0.00 -éruption éruption NOM f s 3.73 2.09 3.32 1.55 -éruptions éruption NOM f p 3.73 2.09 0.41 0.54 -éruptive éruptif ADJ f s 0.01 0.07 0.01 0.00 -éruptives éruptif ADJ f p 0.01 0.07 0.00 0.07 -urus urus NOM m 0.00 0.20 0.00 0.20 -uréthane uréthane NOM m s 0.08 0.00 0.08 0.00 -urétrite urétrite NOM f s 0.04 0.00 0.04 0.00 -érythromycine érythromycine NOM f s 0.04 0.00 0.04 0.00 -érythrophobie érythrophobie NOM f s 0.05 0.00 0.05 0.00 -érythréenne érythréen NOM f s 0.01 0.00 0.01 0.00 -érythème érythème NOM m s 0.17 0.14 0.16 0.00 -érythèmes érythème NOM m p 0.17 0.14 0.01 0.14 -érythémateux érythémateux ADJ m 0.03 0.00 0.03 0.00 -us us NOM m p 9.10 1.55 9.10 1.55 -usa user VER 13.58 45.00 0.15 0.61 ind:pas:3s; -usage usage NOM m s 14.45 47.97 13.26 42.30 -usager usager NOM m s 0.07 1.55 0.02 0.54 -usagers usager NOM m p 0.07 1.55 0.05 0.95 -usages usage NOM m p 14.45 47.97 1.19 5.68 -usagères usager NOM f p 0.07 1.55 0.00 0.07 -usagé usagé ADJ m s 1.37 3.11 0.22 1.01 -usagée usagé ADJ f s 1.37 3.11 0.39 0.68 -usagées usagé ADJ f p 1.37 3.11 0.31 0.74 -usagés usagé ADJ m p 1.37 3.11 0.45 0.68 -usai user VER 13.58 45.00 0.00 0.41 ind:pas:1s; -usaient user VER 13.58 45.00 0.14 1.49 ind:imp:3p; -usais user VER 13.58 45.00 0.02 0.61 ind:imp:1s;ind:imp:2s; -usait user VER 13.58 45.00 0.08 4.26 ind:imp:3s; -usant user VER 13.58 45.00 0.59 2.36 par:pre; -usante usant ADJ f s 0.40 0.14 0.01 0.00 -use user VER 13.58 45.00 3.19 4.59 imp:pre:2s;ind:pre:1s;ind:pre:3s; -usent user VER 13.58 45.00 0.17 2.23 ind:pre:3p; -user user VER 13.58 45.00 3.48 9.73 inf; -usera user VER 13.58 45.00 0.34 0.00 ind:fut:3s; -userai user VER 13.58 45.00 0.22 0.20 ind:fut:1s; -userais user VER 13.58 45.00 0.16 0.00 cnd:pre:1s;cnd:pre:2s; -userait user VER 13.58 45.00 0.04 0.61 cnd:pre:3s; -useriez user VER 13.58 45.00 0.02 0.00 cnd:pre:2p; -userons user VER 13.58 45.00 0.01 0.07 ind:fut:1p; -useront user VER 13.58 45.00 0.02 0.07 ind:fut:3p; -uses user VER 13.58 45.00 0.19 0.00 ind:pre:2s; -usez user VER 13.58 45.00 0.46 0.27 imp:pre:2p;ind:pre:2p; -usinage usinage NOM m s 0.05 0.00 0.05 0.00 -usinaient usiner VER 0.05 0.95 0.00 0.07 ind:imp:3p; -usinant usiner VER 0.05 0.95 0.00 0.07 par:pre; -usine_pilote usine_pilote NOM f s 0.00 0.07 0.00 0.07 -usine usine NOM f s 51.59 42.97 43.51 28.04 -usiner usiner VER 0.05 0.95 0.01 0.00 inf; -usines usine NOM f p 51.59 42.97 8.08 14.93 -usinier usinier ADJ m s 0.00 0.14 0.00 0.07 -usiniers usinier NOM m p 0.00 0.07 0.00 0.07 -usinière usinier ADJ f s 0.00 0.14 0.00 0.07 -usiné usiner VER m s 0.05 0.95 0.00 0.07 par:pas; -usinée usiner VER f s 0.05 0.95 0.00 0.07 par:pas; -usinées usiner VER f p 0.05 0.95 0.00 0.07 par:pas; -usinés usiner VER m p 0.05 0.95 0.00 0.07 par:pas; -usions user VER 13.58 45.00 0.02 0.20 ind:imp:1p; -usité usité ADJ m s 0.01 0.27 0.00 0.20 -usités usité ADJ m p 0.01 0.27 0.01 0.07 -usons user VER 13.58 45.00 0.14 0.27 imp:pre:1p;ind:pre:1p; -usât user VER 13.58 45.00 0.00 0.20 sub:imp:3s; -ésotérique ésotérique ADJ s 0.53 1.08 0.18 0.68 -ésotériques ésotérique ADJ p 0.53 1.08 0.35 0.41 -ésotérisme ésotérisme NOM m s 0.23 0.54 0.23 0.54 -ésotéristes ésotériste NOM p 0.00 0.07 0.00 0.07 -ustensile ustensile NOM m s 1.32 5.27 0.27 1.35 -ustensiles ustensile NOM m p 1.32 5.27 1.06 3.92 -usèrent user VER 13.58 45.00 0.00 0.07 ind:pas:3p; -ustion ustion NOM f s 0.00 0.14 0.00 0.14 -usé user VER m s 13.58 45.00 2.02 8.92 par:pas; -usée user VER f s 13.58 45.00 0.80 3.72 par:pas; -usuel usuel ADJ m s 0.19 1.28 0.04 0.41 -usuelle usuel ADJ f s 0.19 1.28 0.04 0.20 -usuellement usuellement ADV 0.10 0.00 0.10 0.00 -usuelles usuel ADJ f p 0.19 1.28 0.00 0.20 -usuels usuel ADJ m p 0.19 1.28 0.10 0.47 -usées usé ADJ f p 2.49 17.09 0.50 2.70 -usufruit usufruit NOM m s 0.15 0.47 0.15 0.47 -usufruitier usufruitier NOM m s 0.00 0.14 0.00 0.14 -usuraire usuraire ADJ m s 0.04 0.14 0.01 0.14 -usuraires usuraire ADJ m p 0.04 0.14 0.02 0.00 -usure usure NOM f s 1.78 10.20 1.77 10.00 -usures usure NOM f p 1.78 10.20 0.01 0.20 -usurier usurier NOM m s 2.17 1.28 1.20 0.61 -usuriers usurier NOM m p 2.17 1.28 0.86 0.61 -usurière usurier NOM f s 2.17 1.28 0.11 0.07 -usurpaient usurper VER 1.09 2.03 0.00 0.14 ind:imp:3p; -usurpait usurper VER 1.09 2.03 0.00 0.07 ind:imp:3s; -usurpant usurper VER 1.09 2.03 0.01 0.20 par:pre; -usurpateur usurpateur NOM m s 0.43 1.62 0.21 0.68 -usurpateurs usurpateur NOM m p 0.43 1.62 0.05 0.61 -usurpation usurpation NOM f s 0.59 1.35 0.59 1.35 -usurpatrice usurpateur NOM f s 0.43 1.62 0.17 0.34 -usurpent usurper VER 1.09 2.03 0.01 0.07 ind:pre:3p; -usurper usurper VER 1.09 2.03 0.51 0.34 inf; -usurperont usurper VER 1.09 2.03 0.01 0.00 ind:fut:3p; -usurpé usurper VER m s 1.09 2.03 0.54 0.74 par:pas; -usurpée usurper VER f s 1.09 2.03 0.00 0.27 par:pas; -usurpées usurper VER f p 1.09 2.03 0.00 0.14 par:pas; -usurpés usurper VER m p 1.09 2.03 0.01 0.07 par:pas; -usés user VER m p 13.58 45.00 1.05 2.09 par:pas; -ut ut NOM m 1.02 0.54 1.02 0.54 -établît établir VER 26.38 57.77 0.00 0.27 sub:imp:3s; -étable étable NOM f s 5.37 9.46 4.85 7.50 -étables étable NOM f p 5.37 9.46 0.52 1.96 -établi établir VER m s 26.38 57.77 7.41 11.01 par:pas; -établie établir VER f s 26.38 57.77 1.89 4.66 par:pas; -établies établir VER f p 26.38 57.77 0.58 1.96 par:pas; -établir établir VER 26.38 57.77 10.52 20.68 inf; -établira établir VER 26.38 57.77 0.34 0.27 ind:fut:3s; -établirai établir VER 26.38 57.77 0.07 0.14 ind:fut:1s; -établiraient établir VER 26.38 57.77 0.01 0.07 cnd:pre:3p; -établirais établir VER 26.38 57.77 0.14 0.07 cnd:pre:1s; -établirait établir VER 26.38 57.77 0.04 0.88 cnd:pre:3s; -établirent établir VER 26.38 57.77 0.04 1.01 ind:pas:3p; -établirez établir VER 26.38 57.77 0.01 0.14 ind:fut:2p; -établirions établir VER 26.38 57.77 0.01 0.00 cnd:pre:1p; -établirons établir VER 26.38 57.77 0.07 0.07 ind:fut:1p; -établiront établir VER 26.38 57.77 0.05 0.14 ind:fut:3p; -établis établir VER m p 26.38 57.77 1.29 2.70 imp:pre:2s;ind:pre:1s;ind:pre:2s;par:pas; -établissaient établir VER 26.38 57.77 0.02 1.08 ind:imp:3p; -établissais établir VER 26.38 57.77 0.03 0.27 ind:imp:1s;ind:imp:2s; -établissait établir VER 26.38 57.77 0.17 3.78 ind:imp:3s; -établissant établir VER 26.38 57.77 0.55 1.01 par:pre; -établisse établir VER 26.38 57.77 0.26 0.81 sub:pre:1s;sub:pre:3s; -établissement établissement NOM m s 7.59 22.23 6.11 17.36 -établissements établissement NOM m p 7.59 22.23 1.48 4.86 -établissent établir VER 26.38 57.77 0.28 1.22 ind:pre:3p; -établisses établir VER 26.38 57.77 0.01 0.00 sub:pre:2s; -établissez établir VER 26.38 57.77 0.50 0.14 imp:pre:2p;ind:pre:2p; -établissions établir VER 26.38 57.77 0.05 0.14 ind:imp:1p; -établissons établir VER 26.38 57.77 0.29 0.20 imp:pre:1p;ind:pre:1p; -établit établir VER 26.38 57.77 1.74 5.07 ind:pre:3s;ind:pas:3s; -étage étage NOM m s 46.45 96.55 39.47 69.19 -étagea étager VER 0.73 3.58 0.00 0.07 ind:pas:3s; -étageaient étager VER 0.73 3.58 0.00 0.81 ind:imp:3p; -étageait étager VER 0.73 3.58 0.00 0.27 ind:imp:3s; -étageant étager VER 0.73 3.58 0.00 0.41 par:pre; -étagent étager VER 0.73 3.58 0.00 0.74 ind:pre:3p; -étages étage NOM m p 46.45 96.55 6.98 27.36 -étagère étagère NOM f s 5.06 16.69 3.29 9.59 -étagères étagère NOM f p 5.06 16.69 1.77 7.09 -étagé étagé ADJ m s 0.00 0.54 0.00 0.07 -étagée étager VER f s 0.73 3.58 0.00 0.20 par:pas; -étagées étager VER f p 0.73 3.58 0.00 0.41 par:pas; -étagés étager VER m p 0.73 3.58 0.00 0.27 par:pas; -étai étai NOM m s 0.28 0.88 0.19 0.54 -étaie étayer VER 0.72 4.05 0.04 0.14 ind:pre:1s;ind:pre:3s; -étaient être AUX 8074.24 6501.82 55.30 393.85 ind:imp:3p; -étain étain NOM m s 1.19 4.66 1.08 4.39 -étains étain NOM m p 1.19 4.66 0.11 0.27 -étais être AUX 8074.24 6501.82 184.97 224.66 ind:imp:2s; -était être AUX 8074.24 6501.82 350.91 1497.84 ind:imp:3s; -étal étal NOM m s 0.56 5.54 0.33 3.38 -étala étaler VER 6.36 63.11 0.00 4.05 ind:pas:3s; -étalage étalage NOM m s 2.22 11.42 1.95 7.64 -étalages étalage NOM m p 2.22 11.42 0.27 3.78 -étalagiste étalagiste NOM s 0.00 0.20 0.00 0.20 -étalai étaler VER 6.36 63.11 0.00 0.27 ind:pas:1s; -étalaient étaler VER 6.36 63.11 0.03 6.15 ind:imp:3p; -étalais étaler VER 6.36 63.11 0.18 0.20 ind:imp:1s; -étalait étaler VER 6.36 63.11 0.08 10.00 ind:imp:3s; -étalant étaler VER 6.36 63.11 0.13 2.30 par:pre; -étale étaler VER 6.36 63.11 0.93 10.41 imp:pre:2s;ind:pre:1s;ind:pre:3s; -étalement étalement NOM m s 0.14 0.47 0.14 0.41 -étalements étalement NOM m p 0.14 0.47 0.00 0.07 -étalent étaler VER 6.36 63.11 0.32 2.57 ind:pre:3p; -étaler étaler VER 6.36 63.11 2.42 7.16 inf; -étalera étaler VER 6.36 63.11 0.00 0.14 ind:fut:3s; -étalerai étaler VER 6.36 63.11 0.01 0.00 ind:fut:1s; -étaleraient étaler VER 6.36 63.11 0.00 0.14 cnd:pre:3p; -étalerait étaler VER 6.36 63.11 0.01 0.14 cnd:pre:3s; -étaleras étaler VER 6.36 63.11 0.00 0.07 ind:fut:2s; -étaleront étaler VER 6.36 63.11 0.01 0.07 ind:fut:3p; -étales étaler VER 6.36 63.11 0.28 0.00 ind:pre:2s; -étalez étaler VER 6.36 63.11 0.04 0.14 imp:pre:2p;ind:pre:2p; -étalions étaler VER 6.36 63.11 0.00 0.14 ind:imp:1p; -étalon étalon NOM m s 6.20 5.41 5.13 4.39 -étalonnage étalonnage NOM m s 0.45 0.07 0.45 0.00 -étalonnages étalonnage NOM m p 0.45 0.07 0.00 0.07 -étalonne étalonner VER 0.02 0.14 0.00 0.07 ind:pre:1s; -étalonner étalonner VER 0.02 0.14 0.01 0.07 inf; -étalonné étalonner VER m s 0.02 0.14 0.01 0.00 par:pas; -étalonnés étalonné ADJ m p 0.01 0.00 0.01 0.00 -étalons étalon NOM m p 6.20 5.41 1.07 1.01 -étalât étaler VER 6.36 63.11 0.00 0.14 sub:imp:3s; -étals étal NOM m p 0.56 5.54 0.23 2.16 -étalèrent étaler VER 6.36 63.11 0.00 0.54 ind:pas:3p; -étalé étaler VER m s 6.36 63.11 0.94 6.55 par:pas; -étalée étaler VER f s 6.36 63.11 0.41 4.73 par:pas; -étalées étaler VER f p 6.36 63.11 0.14 3.18 par:pas; -étalés étaler VER m p 6.36 63.11 0.30 3.99 par:pas; -étamaient étamer VER 0.00 0.14 0.00 0.07 ind:imp:3p; -étambot étambot NOM m s 0.01 0.14 0.01 0.14 -étameur étameur NOM m s 0.03 0.07 0.03 0.00 -étameurs étameur NOM m p 0.03 0.07 0.00 0.07 -étamine étamine NOM f s 0.06 1.22 0.05 0.61 -étamines étamine NOM f p 0.06 1.22 0.01 0.61 -étampes étampe NOM f p 0.00 1.01 0.00 1.01 -étampures étampure NOM f p 0.00 0.07 0.00 0.07 -étamé étamé ADJ m s 0.00 0.27 0.00 0.27 -étanchaient étancher VER 0.48 1.89 0.00 0.07 ind:imp:3p; -étanchait étancher VER 0.48 1.89 0.00 0.20 ind:imp:3s; -étanche étanche ADJ s 1.87 1.96 1.40 1.15 -étanchement étanchement NOM m s 0.20 0.00 0.20 0.00 -étanchent étancher VER 0.48 1.89 0.00 0.07 ind:pre:3p; -étancher étancher VER 0.48 1.89 0.16 1.35 inf; -étancherait étancher VER 0.48 1.89 0.00 0.07 cnd:pre:3s; -étanches étanche ADJ p 1.87 1.96 0.47 0.81 -étanché étancher VER m s 0.48 1.89 0.26 0.07 par:pas; -étanchée étancher VER f s 0.48 1.89 0.02 0.00 par:pas; -étanchéité étanchéité NOM f s 0.13 0.34 0.13 0.34 -étang étang NOM m s 7.10 15.47 6.57 10.47 -étangs étang NOM m p 7.10 15.47 0.53 5.00 -étant être AUX 8074.24 6501.82 30.94 76.82 par:pre; -étançon étançon NOM m s 0.00 0.20 0.00 0.20 -étape étape NOM f s 15.77 23.65 12.44 14.46 -étapes étape NOM f p 15.77 23.65 3.34 9.19 -état_civil état_civil NOM m s 0.03 0.54 0.03 0.47 -état_major état_major NOM m s 5.24 22.43 5.16 18.31 -état état NOM m s 145.72 218.18 136.81 192.03 -étatique étatique ADJ s 0.07 0.20 0.07 0.07 -étatiques étatique ADJ p 0.07 0.20 0.00 0.14 -étatisation étatisation NOM f s 0.03 0.00 0.03 0.00 -étatisme étatisme NOM m s 0.01 0.07 0.01 0.07 -état_civil état_civil NOM m p 0.03 0.54 0.00 0.07 -état_major état_major NOM m p 5.24 22.43 0.09 4.12 -états état NOM m p 145.72 218.18 8.91 26.15 -étau étau NOM m s 0.75 4.86 0.61 4.39 -étaux étau NOM m p 0.75 4.86 0.14 0.47 -étayage étayage NOM m s 0.01 0.07 0.01 0.07 -étayaient étayer VER 0.72 4.05 0.00 0.20 ind:imp:3p; -étayait étayer VER 0.72 4.05 0.00 0.41 ind:imp:3s; -étayant étayer VER 0.72 4.05 0.01 0.34 par:pre; -étaye étayer VER 0.72 4.05 0.08 0.00 ind:pre:3s; -étayer étayer VER 0.72 4.05 0.47 1.15 inf; -étayez étayer VER 0.72 4.05 0.03 0.07 imp:pre:2p;ind:pre:2p; -étayé étayer VER m s 0.72 4.05 0.02 0.54 par:pas; -étayée étayer VER f s 0.72 4.05 0.02 0.47 par:pas; -étayées étayer VER f p 0.72 4.05 0.05 0.14 par:pas; -étayés étayer VER m p 0.72 4.05 0.00 0.61 par:pas; -éteignît éteindre VER 57.32 76.82 0.00 0.54 sub:imp:3s; -éteignaient éteindre VER 57.32 76.82 0.18 2.23 ind:imp:3p; -éteignais éteindre VER 57.32 76.82 0.10 0.34 ind:imp:1s;ind:imp:2s; -éteignait éteindre VER 57.32 76.82 0.22 4.46 ind:imp:3s; -éteignant éteindre VER 57.32 76.82 0.34 2.84 par:pre; -éteigne éteindre VER 57.32 76.82 1.16 0.81 sub:pre:1s;sub:pre:3s; -éteignent éteindre VER 57.32 76.82 1.36 2.64 ind:pre:3p; -éteignes éteindre VER 57.32 76.82 0.08 0.00 sub:pre:2s; -éteignez éteindre VER 57.32 76.82 3.98 0.54 imp:pre:2p;ind:pre:2p; -éteignions éteindre VER 57.32 76.82 0.00 0.07 ind:imp:1p; -éteignirent éteindre VER 57.32 76.82 0.04 1.69 ind:pas:3p; -éteignis éteindre VER 57.32 76.82 0.10 0.47 ind:pas:1s; -éteignit éteindre VER 57.32 76.82 0.39 11.15 ind:pas:3s; -éteignoir éteignoir NOM m s 0.16 0.14 0.16 0.14 -éteignons éteindre VER 57.32 76.82 0.10 0.00 imp:pre:1p;ind:pre:1p; -éteindra éteindre VER 57.32 76.82 1.69 0.54 ind:fut:3s; -éteindrai éteindre VER 57.32 76.82 0.92 0.00 ind:fut:1s; -éteindraient éteindre VER 57.32 76.82 0.01 0.07 cnd:pre:3p; -éteindrais éteindre VER 57.32 76.82 0.04 0.07 cnd:pre:1s; -éteindrait éteindre VER 57.32 76.82 0.19 0.47 cnd:pre:3s; -éteindras éteindre VER 57.32 76.82 0.18 0.00 ind:fut:2s; -éteindre éteindre VER 57.32 76.82 14.48 16.62 inf; -éteindrez éteindre VER 57.32 76.82 0.14 0.14 ind:fut:2p; -éteindrons éteindre VER 57.32 76.82 0.23 0.41 ind:fut:1p; -éteindront éteindre VER 57.32 76.82 0.21 0.34 ind:fut:3p; -éteins éteindre VER 57.32 76.82 10.44 2.57 imp:pre:2s;ind:pre:1s;ind:pre:2s; -éteint éteindre VER m s 57.32 76.82 16.42 19.12 ind:pre:3s;par:pas; -éteinte éteindre VER f s 57.32 76.82 2.98 4.53 par:pas; -éteintes éteindre VER f p 57.32 76.82 0.77 1.69 par:pas; -éteints éteint ADJ m p 2.79 17.91 0.80 4.32 -étend étendre VER 21.90 111.89 4.98 11.28 ind:pre:3s; -étendîmes étendre VER 21.90 111.89 0.00 0.07 ind:pas:1p; -étendît étendre VER 21.90 111.89 0.00 0.34 sub:imp:3s; -étendage étendage NOM m s 0.02 0.20 0.02 0.20 -étendaient étendre VER 21.90 111.89 0.14 3.45 ind:imp:3p; -étendais étendre VER 21.90 111.89 0.03 0.88 ind:imp:1s; -étendait étendre VER 21.90 111.89 1.01 13.99 ind:imp:3s; -étendant étendre VER 21.90 111.89 0.07 3.24 par:pre; -étendard étendard NOM m s 0.77 4.80 0.65 2.23 -étendards étendard NOM m p 0.77 4.80 0.12 2.57 -étende étendre VER 21.90 111.89 0.27 0.47 sub:pre:1s;sub:pre:3s; -étendent étendre VER 21.90 111.89 0.81 2.30 ind:pre:3p; -étendez étendre VER 21.90 111.89 0.27 0.20 imp:pre:2p;ind:pre:2p; -étendions étendre VER 21.90 111.89 0.00 0.14 ind:imp:1p; -étendirent étendre VER 21.90 111.89 0.00 1.01 ind:pas:3p; -étendis étendre VER 21.90 111.89 0.02 1.22 ind:pas:1s; -étendit étendre VER 21.90 111.89 0.28 12.09 ind:pas:3s; -étendoir étendoir NOM m s 0.02 0.14 0.02 0.14 -étendons étendre VER 21.90 111.89 0.04 0.20 imp:pre:1p;ind:pre:1p; -étendra étendre VER 21.90 111.89 0.21 0.14 ind:fut:3s; -étendrai étendre VER 21.90 111.89 0.08 0.27 ind:fut:1s; -étendraient étendre VER 21.90 111.89 0.00 0.07 cnd:pre:3p; -étendrais étendre VER 21.90 111.89 0.01 0.14 cnd:pre:1s; -étendrait étendre VER 21.90 111.89 0.06 0.61 cnd:pre:3s; -étendre étendre VER 21.90 111.89 5.87 19.59 inf;; -étendrez étendre VER 21.90 111.89 0.00 0.07 ind:fut:2p; -étendrions étendre VER 21.90 111.89 0.00 0.07 cnd:pre:1p; -étendrons étendre VER 21.90 111.89 0.05 0.00 ind:fut:1p; -étendront étendre VER 21.90 111.89 0.05 0.00 ind:fut:3p; -étends étendre VER 21.90 111.89 1.42 2.23 imp:pre:2s;ind:pre:1s;ind:pre:2s; -étendu étendre VER m s 21.90 111.89 3.56 20.54 par:pas; -étendue étendue NOM f s 3.96 24.46 3.52 18.85 -étendues étendue NOM f p 3.96 24.46 0.45 5.61 -étendus étendre VER m p 21.90 111.89 0.51 3.38 par:pas; -éternel éternel ADJ m s 30.53 45.88 14.06 19.86 -éternelle éternel ADJ f s 30.53 45.88 12.85 18.18 -éternellement éternellement ADV 8.01 9.93 8.01 9.93 -éternelles éternel ADJ f p 30.53 45.88 1.52 3.78 -éternels éternel ADJ m p 30.53 45.88 2.10 4.05 -éternisa éterniser VER 1.31 4.32 0.00 0.34 ind:pas:3s; -éternisaient éterniser VER 1.31 4.32 0.00 0.14 ind:imp:3p; -éternisais éterniser VER 1.31 4.32 0.00 0.07 ind:imp:1s; -éternisait éterniser VER 1.31 4.32 0.00 0.95 ind:imp:3s; -éternise éterniser VER 1.31 4.32 0.41 0.74 imp:pre:2s;ind:pre:1s;ind:pre:3s; -éternisent éterniser VER 1.31 4.32 0.02 0.20 ind:pre:3p; -éterniser éterniser VER 1.31 4.32 0.65 1.35 inf; -éterniserai éterniser VER 1.31 4.32 0.02 0.00 ind:fut:1s; -éterniserait éterniser VER 1.31 4.32 0.00 0.07 cnd:pre:3s; -éterniserons éterniser VER 1.31 4.32 0.01 0.00 ind:fut:1p; -éternisez éterniser VER 1.31 4.32 0.13 0.00 imp:pre:2p;ind:pre:2p; -éternisons éterniser VER 1.31 4.32 0.00 0.07 imp:pre:1p; -éternisât éterniser VER 1.31 4.32 0.00 0.07 sub:imp:3s; -éternisé éterniser VER m s 1.31 4.32 0.04 0.20 par:pas; -éternisée éterniser VER f s 1.31 4.32 0.02 0.00 par:pas; -éternisés éterniser VER m p 1.31 4.32 0.01 0.14 par:pas; -éternité éternité NOM f s 18.20 31.62 18.00 30.95 -éternités éternité NOM f p 18.20 31.62 0.20 0.68 -éternua éternuer VER 3.48 4.26 0.00 1.28 ind:pas:3s; -éternuaient éternuer VER 3.48 4.26 0.00 0.07 ind:imp:3p; -éternuais éternuer VER 3.48 4.26 0.03 0.07 ind:imp:1s; -éternuait éternuer VER 3.48 4.26 0.02 0.20 ind:imp:3s; -éternuant éternuer VER 3.48 4.26 0.20 0.20 par:pre; -éternue éternuer VER 3.48 4.26 1.25 0.41 imp:pre:2s;ind:pre:1s;ind:pre:3s; -éternuement éternuement NOM m s 1.00 1.55 0.65 1.01 -éternuements éternuement NOM m p 1.00 1.55 0.36 0.54 -éternuent éternuer VER 3.48 4.26 0.04 0.00 ind:pre:3p; -éternuer éternuer VER 3.48 4.26 1.02 1.62 inf; -éternuerait éternuer VER 3.48 4.26 0.00 0.07 cnd:pre:3s; -éternues éternuer VER 3.48 4.26 0.23 0.00 ind:pre:2s; -éternuez éternuer VER 3.48 4.26 0.06 0.07 imp:pre:2p;ind:pre:2p; -éternué éternuer VER m s 3.48 4.26 0.63 0.27 par:pas; -êtes être AUX 8074.24 6501.82 260.22 51.89 ind:pre:2p; -éteule éteule NOM f s 0.00 0.54 0.00 0.07 -éteules éteule NOM f p 0.00 0.54 0.00 0.47 -éthane éthane NOM m s 0.01 0.00 0.01 0.00 -éthanol éthanol NOM m s 0.29 0.00 0.29 0.00 -éther éther NOM m s 1.43 4.05 1.43 3.92 -éthers éther NOM m p 1.43 4.05 0.00 0.14 -éthiopien éthiopien ADJ m s 0.59 0.47 0.31 0.07 -éthiopienne éthiopien ADJ f s 0.59 0.47 0.14 0.27 -éthiopiennes éthiopien ADJ f p 0.59 0.47 0.01 0.00 -éthiopiens éthiopien ADJ m p 0.59 0.47 0.14 0.14 -éthique éthique NOM f s 4.56 1.08 4.55 1.01 -éthiquement éthiquement ADV 0.09 0.00 0.09 0.00 -éthiques éthique ADJ p 1.22 0.41 0.28 0.27 -éthologie éthologie NOM f s 0.11 0.07 0.11 0.07 -éthologue éthologue NOM s 0.01 0.00 0.01 0.00 -éthérique éthérique ADJ f s 0.01 0.00 0.01 0.00 -éthéré éthéré ADJ m s 0.40 0.95 0.23 0.27 -éthérée éthéré ADJ f s 0.40 0.95 0.00 0.41 -éthérées éthéré ADJ f p 0.40 0.95 0.16 0.20 -éthérés éthéré ADJ m p 0.40 0.95 0.01 0.07 -éthyle éthyle NOM m s 0.07 0.00 0.07 0.00 -éthylique éthylique ADJ s 0.26 0.61 0.26 0.34 -éthyliques éthylique ADJ p 0.26 0.61 0.00 0.27 -éthylisme éthylisme NOM m s 0.10 0.20 0.10 0.20 -éthylotest éthylotest NOM m s 0.05 0.00 0.05 0.00 -éthylène éthylène NOM m s 0.09 0.00 0.09 0.00 -étiage étiage NOM m s 0.00 0.34 0.00 0.34 -étier étier NOM m s 0.00 0.34 0.00 0.07 -étiers étier NOM m p 0.00 0.34 0.00 0.27 -étiez être AUX 8074.24 6501.82 23.15 7.30 ind:imp:2p; -utile utile ADJ s 44.99 32.70 36.47 23.99 -utilement utilement ADV 0.03 1.49 0.03 1.49 -utiles utile ADJ p 44.99 32.70 8.52 8.72 -utilisa utiliser VER 182.44 43.51 0.23 0.68 ind:pas:3s; -utilisable utilisable ADJ s 1.62 1.69 1.30 1.15 -utilisables utilisable ADJ p 1.62 1.69 0.32 0.54 -utilisai utiliser VER 182.44 43.51 0.00 0.14 ind:pas:1s; -utilisaient utiliser VER 182.44 43.51 1.68 1.96 ind:imp:3p; -utilisais utiliser VER 182.44 43.51 1.15 0.47 ind:imp:1s;ind:imp:2s; -utilisait utiliser VER 182.44 43.51 3.84 5.41 ind:imp:3s; -utilisant utiliser VER 182.44 43.51 5.73 3.72 par:pre; -utilisateur utilisateur NOM m s 1.24 0.20 0.79 0.00 -utilisateurs utilisateur NOM m p 1.24 0.20 0.44 0.20 -utilisation utilisation NOM f s 4.67 4.26 4.47 4.12 -utilisations utilisation NOM f p 4.67 4.26 0.20 0.14 -utilisatrice utilisateur NOM f s 1.24 0.20 0.01 0.00 -utilise utiliser VER 182.44 43.51 31.68 2.97 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -utilisent utiliser VER 182.44 43.51 8.00 1.49 ind:pre:3p; -utiliser utiliser VER 182.44 43.51 61.97 15.61 ind:pre:2p;inf; -utilisera utiliser VER 182.44 43.51 1.62 0.14 ind:fut:3s; -utiliserai utiliser VER 182.44 43.51 1.82 0.20 ind:fut:1s; -utiliseraient utiliser VER 182.44 43.51 0.20 0.34 cnd:pre:3p; -utiliserais utiliser VER 182.44 43.51 1.17 0.14 cnd:pre:1s;cnd:pre:2s; -utiliserait utiliser VER 182.44 43.51 0.80 0.34 cnd:pre:3s; -utiliseras utiliser VER 182.44 43.51 0.58 0.00 ind:fut:2s; -utiliserez utiliser VER 182.44 43.51 0.36 0.00 ind:fut:2p; -utiliseriez utiliser VER 182.44 43.51 0.17 0.00 cnd:pre:2p; -utiliserions utiliser VER 182.44 43.51 0.03 0.00 cnd:pre:1p; -utiliserons utiliser VER 182.44 43.51 1.02 0.00 ind:fut:1p; -utiliseront utiliser VER 182.44 43.51 0.49 0.07 ind:fut:3p; -utilises utiliser VER 182.44 43.51 3.80 0.20 ind:pre:2s;sub:pre:2s; -utilisez utiliser VER 182.44 43.51 11.86 0.34 imp:pre:2p;ind:pre:2p; -utilisiez utiliser VER 182.44 43.51 0.66 0.41 ind:imp:2p;sub:pre:2p; -utilisions utiliser VER 182.44 43.51 0.37 0.14 ind:imp:1p; -utilisons utiliser VER 182.44 43.51 3.04 0.07 imp:pre:1p;ind:pre:1p; -utilisât utiliser VER 182.44 43.51 0.00 0.07 sub:imp:3s; -utilisèrent utiliser VER 182.44 43.51 0.06 0.07 ind:pas:3p; -utilisé utiliser VER m s 182.44 43.51 30.65 4.19 par:pas; -utilisée utiliser VER f s 182.44 43.51 5.59 1.62 par:pas; -utilisées utiliser VER f p 182.44 43.51 1.43 0.88 par:pas; -utilisés utiliser VER m p 182.44 43.51 2.44 1.89 par:pas; -utilitaire utilitaire NOM s 0.16 0.34 0.15 0.14 -utilitaires utilitaire ADJ p 0.12 1.35 0.01 0.27 -utilitarisme utilitarisme NOM m s 0.00 0.07 0.00 0.07 -utilité utilité NOM f s 4.28 7.09 4.15 6.49 -utilités utilité NOM f p 4.28 7.09 0.13 0.61 -étincela étinceler VER 1.29 10.81 0.00 0.41 ind:pas:3s; -étincelaient étinceler VER 1.29 10.81 0.05 2.36 ind:imp:3p; -étincelait étinceler VER 1.29 10.81 0.02 3.11 ind:imp:3s; -étincelant étincelant ADJ m s 1.29 13.18 0.34 3.24 -étincelante étincelant ADJ f s 1.29 13.18 0.58 4.53 -étincelantes étincelant ADJ f p 1.29 13.18 0.25 2.70 -étincelants étincelant ADJ m p 1.29 13.18 0.12 2.70 -étinceler étinceler VER 1.29 10.81 0.07 0.88 inf; -étincelle étincelle NOM f s 6.30 12.97 3.59 5.07 -étincellement étincellement NOM m s 0.14 0.81 0.14 0.74 -étincellements étincellement NOM m p 0.14 0.81 0.00 0.07 -étincellent étinceler VER 1.29 10.81 0.16 0.61 ind:pre:3p; -étincellera étinceler VER 1.29 10.81 0.03 0.00 ind:fut:3s; -étincelles étincelle NOM f p 6.30 12.97 2.71 7.91 -étincelèrent étinceler VER 1.29 10.81 0.00 0.34 ind:pas:3p; -étincelé étinceler VER m s 1.29 10.81 0.00 0.20 par:pas; -étiolaient étioler VER 0.45 2.09 0.00 0.07 ind:imp:3p; -étiolais étioler VER 0.45 2.09 0.00 0.07 ind:imp:1s; -étiolait étioler VER 0.45 2.09 0.00 0.14 ind:imp:3s; -étiolant étioler VER 0.45 2.09 0.00 0.07 par:pre; -étiole étioler VER 0.45 2.09 0.16 0.41 ind:pre:1s;ind:pre:3s; -étiolement étiolement NOM m s 0.00 0.07 0.00 0.07 -étiolent étioler VER 0.45 2.09 0.01 0.54 ind:pre:3p; -étioler étioler VER 0.45 2.09 0.26 0.54 inf; -étiologie étiologie NOM f s 0.03 0.00 0.03 0.00 -étiologique étiologique ADJ m s 0.02 0.07 0.01 0.00 -étiologiques étiologique ADJ p 0.02 0.07 0.01 0.07 -étiolé étioler VER m s 0.45 2.09 0.00 0.07 par:pas; -étiolée étioler VER f s 0.45 2.09 0.03 0.14 par:pas; -étiolées étioler VER f p 0.45 2.09 0.00 0.07 par:pas; -étions être AUX 8074.24 6501.82 9.63 47.77 ind:imp:1p; -étique étique ADJ s 0.11 0.68 0.09 0.34 -étiques étique ADJ p 0.11 0.68 0.02 0.34 -étiquetage étiquetage NOM m s 0.12 0.00 0.12 0.00 -étiquetaient étiqueter VER 1.13 2.03 0.00 0.07 ind:imp:3p; -étiqueter étiqueter VER 1.13 2.03 0.35 0.27 inf; -étiqueteuse étiqueteur NOM f s 0.04 0.00 0.04 0.00 -étiquetez étiqueter VER 1.13 2.03 0.09 0.00 imp:pre:2p;ind:pre:2p; -étiquette étiquette NOM f s 7.38 15.74 5.44 8.65 -étiquettent étiqueter VER 1.13 2.03 0.01 0.07 ind:pre:3p; -étiquettes étiquette NOM f p 7.38 15.74 1.94 7.09 -étiqueté étiqueter VER m s 1.13 2.03 0.31 0.47 par:pas; -étiquetée étiqueter VER f s 1.13 2.03 0.09 0.14 par:pas; -étiquetées étiqueter VER f p 1.13 2.03 0.05 0.34 par:pas; -étiquetés étiqueter VER m p 1.13 2.03 0.15 0.54 par:pas; -étira étirer VER 3.28 40.27 0.00 7.09 ind:pas:3s; -étirable étirable ADJ m s 0.01 0.00 0.01 0.00 -étirage étirage NOM m s 0.14 0.00 0.14 0.00 -étirai étirer VER 3.28 40.27 0.00 0.34 ind:pas:1s; -étiraient étirer VER 3.28 40.27 0.02 2.50 ind:imp:3p; -étirais étirer VER 3.28 40.27 0.11 0.27 ind:imp:1s;ind:imp:2s; -étirait étirer VER 3.28 40.27 0.06 5.07 ind:imp:3s; -étirant étirer VER 3.28 40.27 0.06 4.39 par:pre; -étire étirer VER 3.28 40.27 0.99 8.04 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:1s; -étirement étirement NOM m s 0.33 1.01 0.09 0.54 -étirements étirement NOM m p 0.33 1.01 0.24 0.47 -étirent étirer VER 3.28 40.27 0.35 1.96 ind:pre:3p; -étirer étirer VER 3.28 40.27 0.93 3.11 inf; -étirerait étirer VER 3.28 40.27 0.02 0.00 cnd:pre:3s; -étirez étirer VER 3.28 40.27 0.09 0.00 imp:pre:2p;ind:pre:2p; -étirèrent étirer VER 3.28 40.27 0.01 0.54 ind:pas:3p; -étiré étirer VER m s 3.28 40.27 0.29 2.03 par:pas; -étirée étirer VER f s 3.28 40.27 0.06 1.49 par:pas; -étirées étirer VER f p 3.28 40.27 0.12 1.69 par:pas; -étirés étirer VER m p 3.28 40.27 0.15 1.76 par:pas; -étisie étisie NOM f s 0.00 0.07 0.00 0.07 -étoffaient étoffer VER 0.33 0.81 0.00 0.07 ind:imp:3p; -étoffait étoffer VER 0.33 0.81 0.00 0.14 ind:imp:3s; -étoffe étoffe NOM f s 3.10 28.24 2.90 19.26 -étoffer étoffer VER 0.33 0.81 0.14 0.14 inf; -étoffes étoffe NOM f p 3.10 28.24 0.20 8.99 -étoffé étoffer VER m s 0.33 0.81 0.11 0.27 par:pas; -étoffée étoffer VER f s 0.33 0.81 0.04 0.07 par:pas; -étoffées étoffé ADJ f p 0.07 0.34 0.00 0.07 -étoffés étoffer VER m p 0.33 0.81 0.00 0.07 par:pas; -étoila étoiler VER 0.95 3.78 0.00 0.07 ind:pas:3s; -étoilaient étoiler VER 0.95 3.78 0.00 0.20 ind:imp:3p; -étoilait étoiler VER 0.95 3.78 0.01 0.47 ind:imp:3s; -étoile étoile NOM f s 54.63 81.82 21.65 29.80 -étoilent étoiler VER 0.95 3.78 0.00 0.07 ind:pre:3p; -étoiles étoile NOM f p 54.63 81.82 32.98 52.03 -étoilé étoilé ADJ m s 1.35 3.18 0.59 1.28 -étoilée étoilé ADJ f s 1.35 3.18 0.71 0.88 -étoilées étoilé ADJ f p 1.35 3.18 0.03 0.68 -étoilés étoilé ADJ m p 1.35 3.18 0.02 0.34 -étole étole NOM f s 0.29 2.09 0.29 1.69 -étoles étole NOM f p 0.29 2.09 0.00 0.41 -étonna étonner VER 53.63 116.55 0.23 14.19 ind:pas:3s; -étonnai étonner VER 53.63 116.55 0.00 1.49 ind:pas:1s; -étonnaient étonner VER 53.63 116.55 0.02 2.64 ind:imp:3p; -étonnais étonner VER 53.63 116.55 0.23 3.58 ind:imp:1s;ind:imp:2s; -étonnait étonner VER 53.63 116.55 0.91 15.47 ind:imp:3s; -étonnamment étonnamment ADV 1.01 3.99 1.01 3.99 -étonnant étonnant ADJ m s 19.85 30.00 15.52 16.15 -étonnante étonnant ADJ f s 19.85 30.00 2.95 10.47 -étonnantes étonnant ADJ f p 19.85 30.00 0.72 1.89 -étonnants étonnant ADJ m p 19.85 30.00 0.66 1.49 -étonne étonner VER 53.63 116.55 21.18 21.76 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:1s;sub:pre:3s; -étonnement étonnement NOM m s 1.28 31.96 1.28 30.74 -étonnements étonnement NOM m p 1.28 31.96 0.00 1.22 -étonnent étonner VER 53.63 116.55 0.49 1.96 ind:pre:3p; -étonner étonner VER 53.63 116.55 3.40 12.23 inf; -étonnera étonner VER 53.63 116.55 0.62 1.08 ind:fut:3s; -étonnerai étonner VER 53.63 116.55 0.18 0.07 ind:fut:1s; -étonneraient étonner VER 53.63 116.55 0.03 0.41 cnd:pre:3p; -étonnerais étonner VER 53.63 116.55 0.02 0.14 cnd:pre:1s; -étonnerait étonner VER 53.63 116.55 10.62 7.84 cnd:pre:3s; -étonneras étonner VER 53.63 116.55 0.10 0.14 ind:fut:2s; -étonnerez étonner VER 53.63 116.55 0.06 0.07 ind:fut:2p; -étonneriez étonner VER 53.63 116.55 0.00 0.07 cnd:pre:2p; -étonnerons étonner VER 53.63 116.55 0.00 0.07 ind:fut:1p; -étonneront étonner VER 53.63 116.55 0.04 0.27 ind:fut:3p; -étonnes étonner VER 53.63 116.55 4.30 1.15 ind:pre:2s; -étonnez étonner VER 53.63 116.55 1.46 1.62 imp:pre:2p;ind:pre:2p; -étonniez étonner VER 53.63 116.55 0.02 0.07 ind:imp:2p; -étonnions étonner VER 53.63 116.55 0.00 0.27 ind:imp:1p; -étonnâmes étonner VER 53.63 116.55 0.00 0.14 ind:pas:1p; -étonnons étonner VER 53.63 116.55 0.01 0.20 imp:pre:1p;ind:pre:1p; -étonnât étonner VER 53.63 116.55 0.00 0.07 sub:imp:3s; -étonnèrent étonner VER 53.63 116.55 0.00 1.15 ind:pas:3p; -étonné étonner VER m s 53.63 116.55 3.21 15.07 par:pas; -étonnée étonner VER f s 53.63 116.55 2.39 6.76 par:pas; -étonnées étonné ADJ f p 3.37 23.31 0.10 0.61 -étonnés étonner VER m p 53.63 116.55 0.52 2.03 par:pas; -utopie utopie NOM f s 1.48 1.28 1.16 0.88 -utopies utopie NOM f p 1.48 1.28 0.32 0.41 -utopique utopique ADJ s 0.49 0.61 0.33 0.41 -utopiques utopique ADJ f p 0.49 0.61 0.16 0.20 -utopiste utopiste NOM s 0.29 0.07 0.11 0.07 -utopistes utopiste NOM p 0.29 0.07 0.18 0.00 -étouffa étouffer VER 28.50 59.46 0.11 2.50 ind:pas:3s; -étouffai étouffer VER 28.50 59.46 0.00 0.14 ind:pas:1s; -étouffaient étouffer VER 28.50 59.46 0.03 2.84 ind:imp:3p; -étouffais étouffer VER 28.50 59.46 0.32 1.96 ind:imp:1s;ind:imp:2s; -étouffait étouffer VER 28.50 59.46 0.34 8.92 ind:imp:3s; -étouffant étouffant ADJ m s 1.36 7.97 0.83 2.70 -étouffante étouffant ADJ f s 1.36 7.97 0.51 4.19 -étouffantes étouffant ADJ f p 1.36 7.97 0.01 0.54 -étouffants étouffant ADJ m p 1.36 7.97 0.01 0.54 -étouffassent étouffer VER 28.50 59.46 0.00 0.07 sub:imp:3p; -étouffe_chrétien étouffe_chrétien NOM m 0.01 0.00 0.01 0.00 -étouffe étouffer VER 28.50 59.46 11.88 8.65 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -étouffement étouffement NOM m s 0.64 3.92 0.64 3.45 -étouffements étouffement NOM m p 0.64 3.92 0.00 0.47 -étouffent étouffer VER 28.50 59.46 0.98 1.49 ind:pre:3p; -étouffer étouffer VER 28.50 59.46 7.45 12.30 inf;; -étouffera étouffer VER 28.50 59.46 0.22 0.20 ind:fut:3s; -étoufferai étouffer VER 28.50 59.46 0.26 0.00 ind:fut:1s; -étoufferaient étouffer VER 28.50 59.46 0.10 0.07 cnd:pre:3p; -étoufferais étouffer VER 28.50 59.46 0.06 0.14 cnd:pre:1s;cnd:pre:2s; -étoufferait étouffer VER 28.50 59.46 0.29 0.47 cnd:pre:3s; -étoufferez étouffer VER 28.50 59.46 0.04 0.00 ind:fut:2p; -étoufferiez étouffer VER 28.50 59.46 0.01 0.00 cnd:pre:2p; -étoufferons étouffer VER 28.50 59.46 0.03 0.07 ind:fut:1p; -étoufferont étouffer VER 28.50 59.46 0.03 0.07 ind:fut:3p; -étouffes étouffer VER 28.50 59.46 1.32 0.95 ind:pre:2s; -étouffeur étouffeur NOM m s 0.03 0.07 0.03 0.00 -étouffeuses étouffeur NOM f p 0.03 0.07 0.00 0.07 -étouffez étouffer VER 28.50 59.46 0.32 0.07 imp:pre:2p;ind:pre:2p; -étouffiez étouffer VER 28.50 59.46 0.02 0.00 ind:imp:2p; -étouffions étouffer VER 28.50 59.46 0.00 0.14 ind:imp:1p; -étouffoir étouffoir NOM m s 0.00 0.20 0.00 0.14 -étouffoirs étouffoir NOM m p 0.00 0.20 0.00 0.07 -étouffons étouffer VER 28.50 59.46 0.02 0.07 imp:pre:1p;ind:pre:1p; -étouffât étouffer VER 28.50 59.46 0.00 0.34 sub:imp:3s; -étouffèrent étouffer VER 28.50 59.46 0.20 0.34 ind:pas:3p; -étouffé étouffer VER m s 28.50 59.46 2.48 5.20 par:pas; -étouffée étouffer VER f s 28.50 59.46 1.36 5.27 par:pas; -étouffées étouffer VER f p 28.50 59.46 0.17 1.82 par:pas; -étouffés étouffé ADJ m p 0.74 8.11 0.46 3.78 -étoupe étoupe NOM f s 0.07 1.28 0.07 1.28 -étourderie étourderie NOM f s 0.30 1.69 0.30 1.49 -étourderies étourderie NOM f p 0.30 1.69 0.00 0.20 -étourdi étourdi ADJ m s 1.00 3.58 0.56 2.30 -étourdie étourdi ADJ f s 1.00 3.58 0.44 0.88 -étourdies étourdi NOM f p 0.73 2.16 0.01 0.00 -étourdiment étourdiment ADV 0.01 0.95 0.01 0.95 -étourdir étourdir VER 1.13 7.64 0.17 1.22 inf; -étourdira étourdir VER 1.13 7.64 0.01 0.00 ind:fut:3s; -étourdirait étourdir VER 1.13 7.64 0.00 0.07 cnd:pre:3s; -étourdirent étourdir VER 1.13 7.64 0.00 0.07 ind:pas:3p; -étourdis étourdir VER m p 1.13 7.64 0.06 0.54 imp:pre:2s;ind:pre:1s;ind:pre:2s;par:pas; -étourdissaient étourdir VER 1.13 7.64 0.00 0.41 ind:imp:3p; -étourdissait étourdir VER 1.13 7.64 0.00 1.22 ind:imp:3s; -étourdissant étourdissant ADJ m s 0.40 2.03 0.23 0.88 -étourdissante étourdissant ADJ f s 0.40 2.03 0.14 0.95 -étourdissantes étourdissant ADJ f p 0.40 2.03 0.03 0.14 -étourdissants étourdissant ADJ m p 0.40 2.03 0.00 0.07 -étourdissement étourdissement NOM m s 0.81 1.82 0.62 1.42 -étourdissements étourdissement NOM m p 0.81 1.82 0.20 0.41 -étourdissent étourdir VER 1.13 7.64 0.03 0.14 ind:pre:3p; -étourdissez étourdir VER 1.13 7.64 0.11 0.00 ind:pre:2p; -étourdissons étourdir VER 1.13 7.64 0.00 0.07 ind:pre:1p; -étourdit étourdir VER 1.13 7.64 0.20 0.88 ind:pre:3s;ind:pas:3s; -étourneau étourneau NOM m s 0.41 1.22 0.33 0.27 -étourneaux étourneau NOM m p 0.41 1.22 0.09 0.95 -étrange étrange ADJ s 85.61 103.58 70.99 83.65 -étrangement étrangement ADV 3.85 14.86 3.85 14.86 -étranger étranger NOM m s 58.84 66.62 35.72 33.85 -étrangers étranger NOM m p 58.84 66.62 19.67 23.85 -étranges étrange ADJ p 85.61 103.58 14.61 19.93 -étrangeté étrangeté NOM f s 0.39 5.68 0.35 4.93 -étrangetés étrangeté NOM f p 0.39 5.68 0.04 0.74 -étrangla étrangler VER 18.53 22.09 0.00 2.30 ind:pas:3s; -étranglai étrangler VER 18.53 22.09 0.00 0.20 ind:pas:1s; -étranglaient étrangler VER 18.53 22.09 0.04 0.41 ind:imp:3p; -étranglais étrangler VER 18.53 22.09 0.04 0.14 ind:imp:1s;ind:imp:2s; -étranglait étrangler VER 18.53 22.09 0.21 2.70 ind:imp:3s; -étranglant étrangler VER 18.53 22.09 0.10 1.15 par:pre; -étrangle étrangler VER 18.53 22.09 4.04 3.38 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:1s; -étranglement étranglement NOM m s 0.62 1.42 0.61 1.08 -étranglements étranglement NOM m p 0.62 1.42 0.01 0.34 -étranglent étrangler VER 18.53 22.09 0.36 0.27 ind:pre:3p; -étrangler étrangler VER 18.53 22.09 6.87 6.49 ind:pre:2p;inf; -étranglera étrangler VER 18.53 22.09 0.16 0.14 ind:fut:3s; -étranglerai étrangler VER 18.53 22.09 0.16 0.20 ind:fut:1s; -étrangleraient étrangler VER 18.53 22.09 0.01 0.07 cnd:pre:3p; -étranglerais étrangler VER 18.53 22.09 0.46 0.00 cnd:pre:1s;cnd:pre:2s; -étranglerait étrangler VER 18.53 22.09 0.15 0.00 cnd:pre:3s; -étrangleront étrangler VER 18.53 22.09 0.17 0.00 ind:fut:3p; -étrangles étrangler VER 18.53 22.09 0.36 0.07 ind:pre:2s; -étrangleur étrangleur NOM m s 0.66 0.88 0.62 0.74 -étrangleurs étrangleur NOM m p 0.66 0.88 0.03 0.14 -étrangleuse étrangleur NOM f s 0.66 0.88 0.01 0.00 -étrangleuses étrangleur ADJ f p 0.04 0.27 0.00 0.07 -étranglez étrangler VER 18.53 22.09 0.11 0.07 imp:pre:2p;ind:pre:2p; -étranglât étrangler VER 18.53 22.09 0.00 0.07 sub:imp:3s; -étranglé étrangler VER m s 18.53 22.09 3.44 2.23 par:pas; -étranglée étrangler VER f s 18.53 22.09 1.50 1.96 par:pas; -étranglées étrangler VER f p 18.53 22.09 0.14 0.14 par:pas; -étranglés étrangler VER m p 18.53 22.09 0.22 0.14 par:pas; -étrangère étranger ADJ f s 31.39 75.00 7.25 20.47 -étrangères étranger ADJ f p 31.39 75.00 4.46 16.82 -étrangéité étrangéité NOM f s 0.00 0.07 0.00 0.07 -étrave étrave NOM f s 0.07 3.31 0.07 3.11 -étraves étrave NOM f p 0.07 3.31 0.00 0.20 -être_là être_là NOM m 0.14 0.00 0.14 0.00 -être être AUX 8074.24 6501.82 725.09 685.47 inf; -étreignîmes étreindre VER 3.05 16.96 0.00 0.07 ind:pas:1p; -étreignaient étreindre VER 3.05 16.96 0.11 0.81 ind:imp:3p; -étreignais étreindre VER 3.05 16.96 0.02 0.07 ind:imp:1s; -étreignait étreindre VER 3.05 16.96 0.14 3.45 ind:imp:3s; -étreignant étreindre VER 3.05 16.96 0.26 1.22 par:pre; -étreigne étreindre VER 3.05 16.96 0.14 0.07 sub:pre:1s;sub:pre:3s; -étreignent étreindre VER 3.05 16.96 0.06 1.08 ind:pre:3p;sub:pre:3p; -étreignions étreindre VER 3.05 16.96 0.00 0.27 ind:imp:1p; -étreignirent étreindre VER 3.05 16.96 0.00 0.41 ind:pas:3p; -étreignit étreindre VER 3.05 16.96 0.16 1.76 ind:pas:3s; -étreignons étreindre VER 3.05 16.96 0.01 0.07 imp:pre:1p;ind:pre:1p; -étreindrait étreindre VER 3.05 16.96 0.00 0.07 cnd:pre:3s; -étreindre étreindre VER 3.05 16.96 0.69 2.97 inf;; -étreindrons étreindre VER 3.05 16.96 0.00 0.07 ind:fut:1p; -étreindront étreindre VER 3.05 16.96 0.14 0.07 ind:fut:3p; -étreins étreindre VER 3.05 16.96 0.30 0.20 imp:pre:2s;ind:pre:1s;ind:pre:2s; -étreint étreindre VER m s 3.05 16.96 0.95 3.38 ind:pre:3s;par:pas; -étreinte étreinte NOM f s 2.75 16.42 2.06 12.36 -étreintes étreinte NOM f p 2.75 16.42 0.70 4.05 -étreints étreindre VER m p 3.05 16.96 0.01 0.68 par:pas; -étrenna étrenner VER 0.37 1.28 0.00 0.07 ind:pas:3s; -étrennait étrenner VER 0.37 1.28 0.01 0.20 ind:imp:3s; -étrennant étrenner VER 0.37 1.28 0.00 0.07 par:pre; -étrenne étrenner VER 0.37 1.28 0.14 0.07 ind:pre:3s; -étrennent étrenner VER 0.37 1.28 0.00 0.07 ind:pre:3p; -étrenner étrenner VER 0.37 1.28 0.07 0.47 inf; -étrennera étrenner VER 0.37 1.28 0.01 0.07 ind:fut:3s; -étrennerais étrenner VER 0.37 1.28 0.00 0.07 cnd:pre:1s; -étrennes étrenne NOM f p 0.17 1.22 0.17 1.08 -étrenné étrenner VER m s 0.37 1.28 0.02 0.07 par:pas; -étrennée étrenner VER f s 0.37 1.28 0.01 0.14 par:pas; -êtres être NOM m p 100.69 122.57 21.91 45.20 -étrier étrier NOM m s 0.83 5.00 0.33 2.43 -étriers étrier NOM m p 0.83 5.00 0.50 2.57 -étrilla étriller VER 0.11 1.15 0.00 0.14 ind:pas:3s; -étrillage étrillage NOM m s 0.00 0.14 0.00 0.14 -étrillaient étriller VER 0.11 1.15 0.00 0.07 ind:imp:3p; -étrillait étriller VER 0.11 1.15 0.00 0.07 ind:imp:3s; -étrille étrille NOM f s 0.01 0.41 0.01 0.20 -étriller étriller VER 0.11 1.15 0.06 0.41 inf; -étrillerez étriller VER 0.11 1.15 0.01 0.00 ind:fut:2p; -étrilles étrille NOM f p 0.01 0.41 0.00 0.20 -étrillé étriller VER m s 0.11 1.15 0.02 0.27 par:pas; -étrillée étriller VER f s 0.11 1.15 0.01 0.07 par:pas; -étrillés étriller VER m p 0.11 1.15 0.00 0.14 par:pas; -étripage étripage NOM m s 0.01 0.07 0.01 0.00 -étripages étripage NOM m p 0.01 0.07 0.00 0.07 -étripaient étriper VER 3.07 1.76 0.00 0.07 ind:imp:3p; -étripe étriper VER 3.07 1.76 1.30 0.47 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:1s;sub:pre:3s; -étripent étriper VER 3.07 1.76 0.06 0.07 ind:pre:3p; -étriper étriper VER 3.07 1.76 1.35 0.74 inf; -étripera étriper VER 3.07 1.76 0.03 0.00 ind:fut:3s; -étriperai étriper VER 3.07 1.76 0.03 0.00 ind:fut:1s; -étriperaient étriper VER 3.07 1.76 0.01 0.00 cnd:pre:3p; -étriperais étriper VER 3.07 1.76 0.01 0.00 cnd:pre:1s; -étripèrent étriper VER 3.07 1.76 0.00 0.07 ind:pas:3p; -étripé étriper VER m s 3.07 1.76 0.19 0.14 par:pas; -étripée étriper VER f s 3.07 1.76 0.01 0.07 par:pas; -étripés étriper VER m p 3.07 1.76 0.06 0.14 par:pas; -étriqua étriquer VER 0.19 1.15 0.00 0.07 ind:pas:3s; -étriquaient étriquer VER 0.19 1.15 0.00 0.07 ind:imp:3p; -étriquant étriquer VER 0.19 1.15 0.00 0.07 par:pre; -étriqué étriqué ADJ m s 0.23 3.78 0.13 1.96 -étriquée étriquer VER f s 0.19 1.15 0.16 0.20 par:pas; -étriquées étriqué ADJ f p 0.23 3.78 0.01 0.41 -étriqués étriqué ADJ m p 0.23 3.78 0.07 0.54 -étrivière étrivière NOM f s 0.00 0.41 0.00 0.07 -étrivières étrivière NOM f p 0.00 0.41 0.00 0.34 -étroit étroit ADJ m s 10.79 75.81 5.94 28.18 -étroite étroit ADJ f s 10.79 75.81 2.91 29.59 -étroitement étroitement ADV 1.51 10.81 1.51 10.81 -étroites étroit ADJ f p 10.79 75.81 1.06 10.88 -étroitesse étroitesse NOM f s 0.36 2.36 0.36 2.36 -étroits étroit ADJ m p 10.79 75.81 0.88 7.16 -étron étron NOM m s 0.75 2.43 0.44 1.55 -étrons étron NOM m p 0.75 2.43 0.31 0.88 -étréci étrécir VER m s 0.00 0.27 0.00 0.07 par:pas; -étrécie étrécir VER f s 0.00 0.27 0.00 0.07 par:pas; -étrécir étrécir VER 0.00 0.27 0.00 0.07 inf; -étrécissement étrécissement NOM m s 0.00 0.07 0.00 0.07 -étrécit étrécir VER 0.00 0.27 0.00 0.07 ind:pas:3s; -étrésillon étrésillon NOM m s 0.00 0.07 0.00 0.07 -étrusque étrusque ADJ m s 0.33 0.54 0.14 0.14 -étrusques étrusque ADJ p 0.33 0.54 0.19 0.41 -été être AUX m s 8074.24 6501.82 24.71 40.20 par:pas; -étude étude NOM f s 44.22 63.04 11.35 19.66 -études étude NOM f p 44.22 63.04 32.87 43.38 -étudia étudier VER 70.77 30.41 0.21 1.15 ind:pas:3s; -étudiai étudier VER 70.77 30.41 0.02 0.34 ind:pas:1s; -étudiaient étudier VER 70.77 30.41 0.12 0.47 ind:imp:3p; -étudiais étudier VER 70.77 30.41 1.23 0.81 ind:imp:1s;ind:imp:2s; -étudiait étudier VER 70.77 30.41 1.86 2.50 ind:imp:3s; -étudiant étudiant NOM m s 38.07 38.45 10.12 14.05 -étudiante étudiant NOM f s 38.07 38.45 4.49 3.72 -étudiantes étudiant NOM f p 38.07 38.45 2.24 1.89 -étudiants étudiant NOM m p 38.07 38.45 21.22 18.78 -étudie étudier VER 70.77 30.41 11.42 2.03 imp:pre:2s;ind:pre:1s;ind:pre:3s; -étudient étudier VER 70.77 30.41 1.93 0.20 ind:pre:3p; -étudier étudier VER 70.77 30.41 26.86 11.42 inf; -étudiera étudier VER 70.77 30.41 0.51 0.34 ind:fut:3s; -étudierai étudier VER 70.77 30.41 0.62 0.20 ind:fut:1s; -étudierais étudier VER 70.77 30.41 0.14 0.14 cnd:pre:1s;cnd:pre:2s; -étudierait étudier VER 70.77 30.41 0.02 0.07 cnd:pre:3s; -étudieras étudier VER 70.77 30.41 0.39 0.00 ind:fut:2s; -étudierez étudier VER 70.77 30.41 0.13 0.07 ind:fut:2p; -étudierions étudier VER 70.77 30.41 0.00 0.07 cnd:pre:1p; -étudierons étudier VER 70.77 30.41 0.16 0.14 ind:fut:1p; -étudies étudier VER 70.77 30.41 2.58 0.20 ind:pre:2s; -étudiez étudier VER 70.77 30.41 2.12 0.14 imp:pre:2p;ind:pre:2p; -étudions étudier VER 70.77 30.41 0.77 0.14 imp:pre:1p;ind:pre:1p; -étudièrent étudier VER 70.77 30.41 0.01 0.20 ind:pas:3p; -étudié étudier VER m s 70.77 30.41 17.23 6.55 par:pas; -étudiée étudier VER f s 70.77 30.41 0.39 0.61 par:pas; -étudiées étudier VER f p 70.77 30.41 0.23 0.61 par:pas; -étudiés étudier VER m p 70.77 30.41 0.25 0.74 par:pas; -étui étui NOM m s 2.54 7.97 2.37 7.09 -étuis étui NOM m p 2.54 7.97 0.17 0.88 -utérin utérin ADJ m s 0.18 0.81 0.06 0.34 -utérine utérin ADJ f s 0.18 0.81 0.09 0.34 -utérines utérin ADJ f p 0.18 0.81 0.02 0.14 -utérins utérin ADJ m p 0.18 0.81 0.01 0.00 -utérus utérus NOM m 2.88 0.68 2.88 0.68 -étés été NOM m p 67.27 125.47 5.47 3.92 -étêta étêter VER 0.00 0.34 0.00 0.07 ind:pas:3s; -étêtait étêter VER 0.00 0.34 0.00 0.07 ind:imp:3s; -étêté étêter VER m s 0.00 0.34 0.00 0.07 par:pas; -étêtés étêter VER m p 0.00 0.34 0.00 0.14 par:pas; -étuve étuve NOM f s 0.43 3.78 0.43 3.45 -étuver étuver VER 0.01 0.34 0.00 0.07 inf; -étuves étuve NOM f p 0.43 3.78 0.00 0.34 -étuveuse étuveur NOM f s 0.00 0.07 0.00 0.07 -étuvé étuver VER m s 0.01 0.34 0.01 0.27 par:pas; -étuvée étuvée NOM f s 0.05 0.14 0.05 0.14 -étymologie étymologie NOM f s 0.09 1.08 0.09 0.95 -étymologies étymologie NOM f p 0.09 1.08 0.00 0.14 -étymologique étymologique ADJ s 0.00 0.54 0.00 0.47 -étymologiquement étymologiquement ADV 0.01 0.14 0.01 0.14 -étymologiques étymologique ADJ p 0.00 0.54 0.00 0.07 -étymologiste étymologiste NOM s 0.00 0.14 0.00 0.14 -évacua évacuer VER 17.61 9.80 0.00 0.14 ind:pas:3s; -évacuai évacuer VER 17.61 9.80 0.00 0.07 ind:pas:1s; -évacuaient évacuer VER 17.61 9.80 0.02 0.20 ind:imp:3p; -évacuais évacuer VER 17.61 9.80 0.00 0.07 ind:imp:1s; -évacuait évacuer VER 17.61 9.80 0.04 0.61 ind:imp:3s; -évacuant évacuer VER 17.61 9.80 0.04 0.07 par:pre; -évacuation évacuation NOM f s 6.30 3.38 6.08 3.24 -évacuations évacuation NOM f p 6.30 3.38 0.22 0.14 -évacue évacuer VER 17.61 9.80 1.97 0.88 imp:pre:2s;ind:pre:1s;ind:pre:3s; -évacuent évacuer VER 17.61 9.80 0.33 0.27 ind:pre:3p; -évacuer évacuer VER 17.61 9.80 9.66 4.05 inf; -évacuera évacuer VER 17.61 9.80 0.08 0.00 ind:fut:3s; -évacuerai évacuer VER 17.61 9.80 0.00 0.07 ind:fut:1s; -évacueraient évacuer VER 17.61 9.80 0.00 0.20 cnd:pre:3p; -évacuerais évacuer VER 17.61 9.80 0.02 0.00 cnd:pre:1s;cnd:pre:2s; -évacuerait évacuer VER 17.61 9.80 0.01 0.14 cnd:pre:3s; -évacuerez évacuer VER 17.61 9.80 0.04 0.00 ind:fut:2p; -évacuerions évacuer VER 17.61 9.80 0.00 0.07 cnd:pre:1p; -évacuerons évacuer VER 17.61 9.80 0.01 0.00 ind:fut:1p; -évacueront évacuer VER 17.61 9.80 0.17 0.00 ind:fut:3p; -évacuez évacuer VER 17.61 9.80 1.10 0.14 imp:pre:2p;ind:pre:2p; -évacuons évacuer VER 17.61 9.80 0.39 0.00 imp:pre:1p;ind:pre:1p; -évacuèrent évacuer VER 17.61 9.80 0.01 0.07 ind:pas:3p; -évacué évacuer VER m s 17.61 9.80 2.02 1.69 par:pas; -évacuée évacuer VER f s 17.61 9.80 0.47 0.20 par:pas; -évacuées évacuer VER f p 17.61 9.80 0.16 0.14 par:pas; -évacués évacuer VER m p 17.61 9.80 1.05 0.74 par:pas; -évada évader VER 12.80 13.38 0.02 0.07 ind:pas:3s; -évadaient évader VER 12.80 13.38 0.00 0.07 ind:imp:3p; -évadais évader VER 12.80 13.38 0.04 0.27 ind:imp:1s;ind:imp:2s; -évadait évader VER 12.80 13.38 0.02 0.74 ind:imp:3s; -évadant évader VER 12.80 13.38 0.04 0.27 par:pre; -évade évader VER 12.80 13.38 1.35 1.15 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -évadent évader VER 12.80 13.38 0.26 0.07 ind:pre:3p; -évader évader VER 12.80 13.38 5.95 6.69 inf; -évadera évader VER 12.80 13.38 0.19 0.00 ind:fut:3s; -évaderai évader VER 12.80 13.38 0.05 0.00 ind:fut:1s; -évaderaient évader VER 12.80 13.38 0.00 0.14 cnd:pre:3p; -évaderais évader VER 12.80 13.38 0.03 0.20 cnd:pre:1s;cnd:pre:2s; -évaderait évader VER 12.80 13.38 0.03 0.27 cnd:pre:3s; -évaderas évader VER 12.80 13.38 0.01 0.07 ind:fut:2s; -évaderont évader VER 12.80 13.38 0.13 0.00 ind:fut:3p; -évades évader VER 12.80 13.38 0.10 0.07 ind:pre:2s; -évadez évader VER 12.80 13.38 0.04 0.00 imp:pre:2p;ind:pre:2p; -évadèrent évader VER 12.80 13.38 0.17 0.07 ind:pas:3p; -évadé évader VER m s 12.80 13.38 3.79 2.30 par:pas; -évadée évader VER f s 12.80 13.38 0.17 0.54 par:pas; -évadées évadé NOM f p 1.76 1.08 0.02 0.07 -évadés évadé NOM m p 1.76 1.08 0.98 0.61 -évalua évaluer VER 5.75 9.73 0.00 1.08 ind:pas:3s; -évaluables évaluable ADJ p 0.00 0.07 0.00 0.07 -évaluaient évaluer VER 5.75 9.73 0.02 0.14 ind:imp:3p; -évaluais évaluer VER 5.75 9.73 0.04 0.07 ind:imp:1s; -évaluait évaluer VER 5.75 9.73 0.07 1.28 ind:imp:3s; -évaluant évaluer VER 5.75 9.73 0.09 0.74 par:pre; -évaluateur évaluateur NOM m s 0.00 0.14 0.00 0.14 -évaluation évaluation NOM f s 3.91 1.35 3.37 1.28 -évaluations évaluation NOM f p 3.91 1.35 0.54 0.07 -évalue évaluer VER 5.75 9.73 0.75 0.95 imp:pre:2s;ind:pre:1s;ind:pre:3s; -évaluent évaluer VER 5.75 9.73 0.07 0.14 ind:pre:3p; -évaluer évaluer VER 5.75 9.73 2.75 3.92 inf; -évaluerez évaluer VER 5.75 9.73 0.00 0.07 ind:fut:2p; -évalueront évaluer VER 5.75 9.73 0.02 0.00 ind:fut:3p; -évalues évaluer VER 5.75 9.73 0.14 0.07 ind:pre:2s; -évaluez évaluer VER 5.75 9.73 0.25 0.27 imp:pre:2p;ind:pre:2p; -évaluons évaluer VER 5.75 9.73 0.23 0.00 imp:pre:1p;ind:pre:1p; -évaluât évaluer VER 5.75 9.73 0.00 0.07 sub:imp:3s; -évaluèrent évaluer VER 5.75 9.73 0.01 0.07 ind:pas:3p; -évalué évaluer VER m s 5.75 9.73 1.03 0.68 par:pas; -évaluée évaluer VER f s 5.75 9.73 0.14 0.00 par:pas; -évaluées évaluer VER f p 5.75 9.73 0.07 0.07 par:pas; -évalués évaluer VER m p 5.75 9.73 0.04 0.14 par:pas; -évanescence évanescence NOM f s 0.00 0.27 0.00 0.14 -évanescences évanescence NOM f p 0.00 0.27 0.00 0.14 -évanescent évanescent ADJ m s 0.17 1.49 0.01 0.68 -évanescente évanescent ADJ f s 0.17 1.49 0.02 0.47 -évanescentes évanescent ADJ f p 0.17 1.49 0.14 0.20 -évanescents évanescent ADJ m p 0.17 1.49 0.00 0.14 -évangile évangile NOM m s 1.34 8.24 1.17 6.69 -évangiles évangile NOM m p 1.34 8.24 0.18 1.55 -évangéliaire évangéliaire NOM m s 0.00 0.27 0.00 0.27 -évangélique évangélique ADJ s 0.22 2.23 0.20 1.69 -évangéliques évangélique ADJ p 0.22 2.23 0.02 0.54 -évangélisateur évangélisateur ADJ m s 0.01 0.07 0.01 0.00 -évangélisation évangélisation NOM f s 0.01 0.00 0.01 0.00 -évangélisatrices évangélisateur ADJ f p 0.01 0.07 0.00 0.07 -évangéliser évangéliser VER 0.26 0.47 0.11 0.34 inf; -évangéliseront évangéliser VER 0.26 0.47 0.01 0.00 ind:fut:3p; -évangélisons évangéliser VER 0.26 0.47 0.00 0.07 ind:pre:1p; -évangéliste évangéliste NOM m s 1.45 0.88 0.74 0.61 -évangélistes évangéliste NOM m p 1.45 0.88 0.70 0.27 -évangélisé évangéliser VER m s 0.26 0.47 0.00 0.07 par:pas; -évangélisés évangéliser VER m p 0.26 0.47 0.14 0.00 par:pas; -évanouît évanouir VER 18.93 24.93 0.00 0.07 sub:imp:3s; -évanoui évanouir VER m s 18.93 24.93 5.21 2.77 par:pas; -évanouie évanouir VER f s 18.93 24.93 4.79 3.04 par:pas; -évanouies évanouir VER f p 18.93 24.93 0.16 0.27 par:pas; -évanouir évanouir VER 18.93 24.93 4.40 8.24 inf; -évanouira évanouir VER 18.93 24.93 0.11 0.07 ind:fut:3s; -évanouirai évanouir VER 18.93 24.93 0.04 0.07 ind:fut:1s; -évanouirait évanouir VER 18.93 24.93 0.05 0.27 cnd:pre:3s; -évanouirent évanouir VER 18.93 24.93 0.02 0.47 ind:pas:3p; -évanouirez évanouir VER 18.93 24.93 0.14 0.00 ind:fut:2p; -évanouiront évanouir VER 18.93 24.93 0.05 0.00 ind:fut:3p; -évanouis évanouir VER m p 18.93 24.93 1.30 1.42 imp:pre:2s;ind:pre:1s;ind:pre:2s;par:pas; -évanouissaient évanouir VER 18.93 24.93 0.02 0.95 ind:imp:3p; -évanouissais évanouir VER 18.93 24.93 0.06 0.20 ind:imp:1s;ind:imp:2s; -évanouissait évanouir VER 18.93 24.93 0.09 1.82 ind:imp:3s; -évanouissant évanouir VER 18.93 24.93 0.09 0.34 par:pre; -évanouisse évanouir VER 18.93 24.93 0.18 0.14 sub:pre:1s;sub:pre:3s; -évanouissement évanouissement NOM m s 0.83 3.31 0.62 2.91 -évanouissements évanouissement NOM m p 0.83 3.31 0.21 0.41 -évanouissent évanouir VER 18.93 24.93 0.65 1.35 ind:pre:3p; -évanouisses évanouir VER 18.93 24.93 0.07 0.00 sub:pre:2s; -évanouissez évanouir VER 18.93 24.93 0.09 0.07 imp:pre:2p;ind:pre:2p; -évanouit évanouir VER 18.93 24.93 1.41 3.38 ind:pre:3s;ind:pas:3s; -évapora évaporer VER 2.52 3.85 0.00 0.14 ind:pas:3s; -évaporaient évaporer VER 2.52 3.85 0.01 0.27 ind:imp:3p; -évaporais évaporer VER 2.52 3.85 0.01 0.07 ind:imp:1s; -évaporait évaporer VER 2.52 3.85 0.01 0.54 ind:imp:3s; -évaporateur évaporateur NOM m s 0.17 0.00 0.14 0.00 -évaporateurs évaporateur NOM m p 0.17 0.00 0.02 0.00 -évaporation évaporation NOM f s 0.38 0.88 0.38 0.88 -évapore évaporer VER 2.52 3.85 0.56 0.68 ind:pre:1s;ind:pre:3s; -évaporent évaporer VER 2.52 3.85 0.58 0.27 ind:pre:3p; -évaporer évaporer VER 2.52 3.85 0.64 0.74 inf; -évaporerait évaporer VER 2.52 3.85 0.00 0.07 cnd:pre:3s; -évaporeront évaporer VER 2.52 3.85 0.00 0.07 ind:fut:3p; -évaporé évaporer VER m s 2.52 3.85 0.54 0.68 par:pas; -évaporée évaporé ADJ f s 0.47 1.35 0.17 0.74 -évaporées évaporé ADJ f p 0.47 1.35 0.01 0.20 -évaporés évaporer VER m p 2.52 3.85 0.17 0.34 par:pas; -évasaient évaser VER 0.04 2.03 0.00 0.07 ind:imp:3p; -évasait évaser VER 0.04 2.03 0.00 0.14 ind:imp:3s; -évasant évaser VER 0.04 2.03 0.00 0.61 par:pre; -évase évaser VER 0.04 2.03 0.01 0.47 ind:pre:3s; -évasement évasement NOM m s 0.00 0.07 0.00 0.07 -évasent évaser VER 0.04 2.03 0.00 0.14 ind:pre:3p; -évaser évaser VER 0.04 2.03 0.00 0.14 inf; -évasif évasif ADJ m s 0.85 5.14 0.35 3.31 -évasifs évasif ADJ m p 0.85 5.14 0.05 0.41 -évasion évasion NOM f s 9.69 10.07 9.48 9.12 -évasions évasion NOM f p 9.69 10.07 0.21 0.95 -évasive évasif ADJ f s 0.85 5.14 0.25 0.81 -évasivement évasivement ADV 0.01 1.08 0.01 1.08 -évasives évasif ADJ f p 0.85 5.14 0.20 0.61 -évasé évasé ADJ m s 0.03 0.74 0.00 0.47 -évasée évaser VER f s 0.04 2.03 0.02 0.14 par:pas; -évasées évaser VER f p 0.04 2.03 0.00 0.14 par:pas; -évasés évasé ADJ m p 0.03 0.74 0.01 0.00 -éveil éveil NOM m s 1.65 6.42 1.64 6.22 -éveilla éveiller VER 17.28 55.27 0.16 5.61 ind:pas:3s; -éveillai éveiller VER 17.28 55.27 0.01 1.01 ind:pas:1s; -éveillaient éveiller VER 17.28 55.27 0.01 1.76 ind:imp:3p; -éveillais éveiller VER 17.28 55.27 0.24 0.95 ind:imp:1s;ind:imp:2s; -éveillait éveiller VER 17.28 55.27 0.27 6.69 ind:imp:3s; -éveillant éveiller VER 17.28 55.27 0.07 2.97 par:pre; -éveille éveiller VER 17.28 55.27 2.49 7.64 imp:pre:2s;ind:pre:1s;ind:pre:3s; -éveillent éveiller VER 17.28 55.27 0.33 1.96 ind:pre:3p; -éveiller éveiller VER 17.28 55.27 4.61 12.16 inf; -éveillera éveiller VER 17.28 55.27 0.39 0.07 ind:fut:3s; -éveillerai éveiller VER 17.28 55.27 0.13 0.34 ind:fut:1s; -éveilleraient éveiller VER 17.28 55.27 0.00 0.07 cnd:pre:3p; -éveillerait éveiller VER 17.28 55.27 0.24 0.27 cnd:pre:3s; -éveilleras éveiller VER 17.28 55.27 0.02 0.00 ind:fut:2s; -éveillerez éveiller VER 17.28 55.27 0.02 0.07 ind:fut:2p; -éveilleront éveiller VER 17.28 55.27 0.05 0.07 ind:fut:3p; -éveilles éveiller VER 17.28 55.27 0.07 0.00 ind:pre:2s; -éveilleur éveilleur NOM m s 0.00 0.14 0.00 0.14 -éveillez éveiller VER 17.28 55.27 0.32 0.27 imp:pre:2p;ind:pre:2p; -éveillions éveiller VER 17.28 55.27 0.00 0.20 ind:imp:1p; -éveillons éveiller VER 17.28 55.27 0.02 0.07 imp:pre:1p;ind:pre:1p; -éveillât éveiller VER 17.28 55.27 0.00 0.20 sub:imp:3s; -éveillèrent éveiller VER 17.28 55.27 0.14 0.88 ind:pas:3p; -éveillé éveiller VER m s 17.28 55.27 4.70 7.84 par:pas; -éveillée éveiller VER f s 17.28 55.27 2.12 2.50 par:pas; -éveillées éveillé ADJ f p 2.78 8.92 0.12 0.54 -éveillés éveiller VER m p 17.28 55.27 0.81 1.15 par:pas; -éveils éveil NOM m p 1.65 6.42 0.01 0.20 -éveinage éveinage NOM m s 0.01 0.00 0.01 0.00 -évent évent NOM m s 0.15 0.00 0.11 0.00 -éventa éventer VER 0.60 4.26 0.00 0.20 ind:pas:3s; -éventai éventer VER 0.60 4.26 0.00 0.07 ind:pas:1s; -éventaient éventer VER 0.60 4.26 0.01 0.07 ind:imp:3p; -éventail éventail NOM m s 2.96 13.99 2.82 10.88 -éventails éventail NOM m p 2.96 13.99 0.14 3.11 -éventaire éventaire NOM m s 0.25 2.16 0.25 1.22 -éventaires éventaire NOM m p 0.25 2.16 0.00 0.95 -éventait éventer VER 0.60 4.26 0.01 0.88 ind:imp:3s; -éventant éventer VER 0.60 4.26 0.00 0.54 par:pre; -évente éventer VER 0.60 4.26 0.01 0.74 ind:pre:1s;ind:pre:3s; -éventent éventer VER 0.60 4.26 0.01 0.07 ind:pre:3p; -éventer éventer VER 0.60 4.26 0.07 0.88 inf; -éventerai éventer VER 0.60 4.26 0.00 0.07 ind:fut:1s; -éventez éventer VER 0.60 4.26 0.01 0.00 imp:pre:2p; -éventons éventer VER 0.60 4.26 0.01 0.00 imp:pre:1p; -éventra éventrer VER 2.81 5.20 0.00 0.07 ind:pas:3s; -éventraient éventrer VER 2.81 5.20 0.01 0.14 ind:imp:3p; -éventrait éventrer VER 2.81 5.20 0.16 0.47 ind:imp:3s; -éventrant éventrer VER 2.81 5.20 0.01 0.41 par:pre; -éventration éventration NOM f s 0.02 0.14 0.02 0.14 -éventre éventrer VER 2.81 5.20 0.47 0.47 ind:pre:1s;ind:pre:3s; -éventrement éventrement NOM m s 0.00 0.07 0.00 0.07 -éventrent éventrer VER 2.81 5.20 0.01 0.14 ind:pre:3p; -éventrer éventrer VER 2.81 5.20 0.96 1.01 inf; -éventrerai éventrer VER 2.81 5.20 0.01 0.00 ind:fut:1s; -éventrerait éventrer VER 2.81 5.20 0.00 0.07 cnd:pre:3s; -éventrerez éventrer VER 2.81 5.20 0.01 0.00 ind:fut:2p; -éventres éventrer VER 2.81 5.20 0.00 0.07 ind:pre:2s; -éventreur éventreur NOM m s 0.50 0.95 0.36 0.68 -éventreurs éventreur NOM m p 0.50 0.95 0.14 0.27 -éventrez éventrer VER 2.81 5.20 0.14 0.00 imp:pre:2p; -éventrions éventrer VER 2.81 5.20 0.00 0.07 ind:imp:1p; -éventrât éventrer VER 2.81 5.20 0.14 0.00 sub:imp:3s; -éventré éventrer VER m s 2.81 5.20 0.58 1.69 par:pas; -éventrée éventrer VER f s 2.81 5.20 0.25 0.07 par:pas; -éventrées éventré ADJ f p 0.35 5.00 0.14 1.28 -éventrés éventrer VER m p 2.81 5.20 0.05 0.47 par:pas; -évents évent NOM m p 0.15 0.00 0.04 0.00 -éventé éventé ADJ m s 0.35 1.35 0.18 0.41 -éventualité éventualité NOM f s 2.47 6.15 2.00 5.20 -éventualités éventualité NOM f p 2.47 6.15 0.47 0.95 -éventée éventer VER f s 0.60 4.26 0.28 0.27 par:pas; -éventuel éventuel ADJ m s 4.92 13.18 1.38 3.92 -éventuelle éventuel ADJ f s 4.92 13.18 1.30 5.07 -éventuellement éventuellement ADV 2.49 5.81 2.49 5.81 -éventuelles éventuel ADJ f p 4.92 13.18 1.17 1.55 -éventuels éventuel ADJ m p 4.92 13.18 1.07 2.64 -éventées éventer VER f p 0.60 4.26 0.01 0.07 par:pas; -éventés éventé ADJ m p 0.35 1.35 0.14 0.20 -évergète évergète ADJ s 0.00 0.07 0.00 0.07 -éversé éversé ADJ m s 0.00 0.14 0.00 0.07 -éversées éversé ADJ f p 0.00 0.14 0.00 0.07 -évertua évertuer VER 0.22 2.97 0.00 0.07 ind:pas:3s; -évertuaient évertuer VER 0.22 2.97 0.01 0.41 ind:imp:3p; -évertuais évertuer VER 0.22 2.97 0.00 0.14 ind:imp:1s; -évertuait évertuer VER 0.22 2.97 0.00 1.15 ind:imp:3s; -évertuant évertuer VER 0.22 2.97 0.02 0.14 par:pre; -évertue évertuer VER 0.22 2.97 0.10 0.47 ind:pre:1s;ind:pre:3s; -évertuent évertuer VER 0.22 2.97 0.04 0.14 ind:pre:3p; -évertuer évertuer VER 0.22 2.97 0.01 0.14 inf; -évertué évertuer VER m s 0.22 2.97 0.04 0.34 par:pas; -éviction éviction NOM f s 0.05 0.41 0.05 0.41 -évida évider VER 0.25 1.22 0.01 0.07 ind:pas:3s; -évidaient évider VER 0.25 1.22 0.00 0.07 ind:imp:3p; -évide évider VER 0.25 1.22 0.01 0.20 ind:pre:1s;ind:pre:3s; -évidement évidement NOM m s 0.21 0.07 0.21 0.07 -évidemment évidemment ADV 28.23 88.11 28.23 88.11 -évidence évidence NOM f s 11.47 39.93 11.14 37.77 -évidences évidence NOM f p 11.47 39.93 0.33 2.16 -évident évident ADJ m s 32.59 33.58 28.75 20.14 -évidente évident ADJ f s 32.59 33.58 2.27 9.32 -évidentes évident ADJ f p 32.59 33.58 0.84 2.43 -évidents évident ADJ m p 32.59 33.58 0.72 1.69 -évider évider VER 0.25 1.22 0.01 0.20 inf; -évidé évidé ADJ m s 0.04 0.47 0.02 0.34 -évidée évidé ADJ f s 0.04 0.47 0.02 0.14 -évidées évider VER f p 0.25 1.22 0.01 0.07 par:pas; -évidés évider VER m p 0.25 1.22 0.00 0.07 par:pas; -évier évier NOM m s 3.87 12.16 3.81 11.35 -éviers évier NOM m p 3.87 12.16 0.05 0.81 -évince évincer VER 1.28 0.61 0.03 0.07 ind:pre:1s;ind:pre:3s; -évincer évincer VER 1.28 0.61 0.58 0.27 inf; -évincerait évincer VER 1.28 0.61 0.00 0.07 cnd:pre:3s; -évincez évincer VER 1.28 0.61 0.01 0.00 ind:pre:2p; -évincé évincer VER m s 1.28 0.61 0.45 0.14 par:pas; -évincée évincer VER f s 1.28 0.61 0.04 0.00 par:pas; -évincés évincer VER m p 1.28 0.61 0.13 0.00 par:pas; -évinçai évincer VER 1.28 0.61 0.00 0.07 ind:pas:1s; -évinçant évincer VER 1.28 0.61 0.03 0.00 par:pre; -éviscère éviscérer VER 0.50 0.14 0.04 0.07 ind:pre:1s;ind:pre:3s; -éviscèrent éviscérer VER 0.50 0.14 0.02 0.00 ind:pre:3p; -éviscérant éviscérer VER 0.50 0.14 0.03 0.00 par:pre; -éviscération éviscération NOM f s 0.22 0.00 0.22 0.00 -éviscérer éviscérer VER 0.50 0.14 0.26 0.00 inf;; -éviscérée éviscérer VER f s 0.50 0.14 0.04 0.07 par:pas; -éviscérés éviscérer VER m p 0.50 0.14 0.13 0.00 par:pas; -évita éviter VER 87.47 110.47 0.03 5.00 ind:pas:3s; -évitable évitable ADJ s 0.21 0.27 0.20 0.14 -évitables évitable ADJ f p 0.21 0.27 0.01 0.14 -évitai éviter VER 87.47 110.47 0.01 0.74 ind:pas:1s; -évitaient éviter VER 87.47 110.47 0.06 2.23 ind:imp:3p; -évitais éviter VER 87.47 110.47 0.70 2.03 ind:imp:1s;ind:imp:2s; -évitait éviter VER 87.47 110.47 0.74 7.57 ind:imp:3s; -évitant éviter VER 87.47 110.47 1.69 10.47 par:pre; -évite éviter VER 87.47 110.47 10.70 6.35 imp:pre:2s;ind:pre:1s;ind:pre:3s; -évitement évitement NOM m s 0.18 0.00 0.18 0.00 -évitent éviter VER 87.47 110.47 1.13 1.22 ind:pre:3p; -éviter éviter VER 87.47 110.47 53.71 60.07 ind:pre:2p;inf; -évitera éviter VER 87.47 110.47 2.09 0.95 ind:fut:3s; -éviterai éviter VER 87.47 110.47 0.24 0.34 ind:fut:1s; -éviteraient éviter VER 87.47 110.47 0.00 0.41 cnd:pre:3p; -éviterais éviter VER 87.47 110.47 0.97 0.41 cnd:pre:1s;cnd:pre:2s; -éviterait éviter VER 87.47 110.47 0.77 1.62 cnd:pre:3s; -éviteras éviter VER 87.47 110.47 0.45 0.00 ind:fut:2s; -éviterez éviter VER 87.47 110.47 0.37 0.20 ind:fut:2p; -éviteriez éviter VER 87.47 110.47 0.07 0.00 cnd:pre:2p; -éviterons éviter VER 87.47 110.47 0.24 0.34 ind:fut:1p; -éviteront éviter VER 87.47 110.47 0.22 0.14 ind:fut:3p; -évites éviter VER 87.47 110.47 2.48 0.07 ind:pre:2s; -évitez éviter VER 87.47 110.47 3.31 0.68 imp:pre:2p;ind:pre:2p; -évitiez éviter VER 87.47 110.47 0.25 0.14 ind:imp:2p; -évitions éviter VER 87.47 110.47 0.12 0.47 ind:imp:1p; -évitâmes éviter VER 87.47 110.47 0.00 0.20 ind:pas:1p; -évitons éviter VER 87.47 110.47 1.30 0.27 imp:pre:1p;ind:pre:1p; -évitât éviter VER 87.47 110.47 0.00 0.41 sub:imp:3s; -évitèrent éviter VER 87.47 110.47 0.02 0.88 ind:pas:3p; -évité éviter VER m s 87.47 110.47 4.80 5.88 par:pas; -évitée éviter VER f s 87.47 110.47 0.57 0.81 par:pas; -évitées éviter VER f p 87.47 110.47 0.24 0.07 par:pas; -évités éviter VER m p 87.47 110.47 0.18 0.54 par:pas; -évocateur évocateur ADJ m s 0.15 1.49 0.13 0.74 -évocateurs évocateur ADJ m p 0.15 1.49 0.01 0.27 -évocation évocation NOM f s 0.55 8.72 0.55 7.30 -évocations évocation NOM f p 0.55 8.72 0.00 1.42 -évocatrice évocateur ADJ f s 0.15 1.49 0.01 0.20 -évocatrices évocateur ADJ f p 0.15 1.49 0.00 0.27 -évolua évoluer VER 10.60 11.69 0.05 0.27 ind:pas:3s; -évoluaient évoluer VER 10.60 11.69 0.05 1.08 ind:imp:3p; -évoluais évoluer VER 10.60 11.69 0.01 0.07 ind:imp:1s; -évoluait évoluer VER 10.60 11.69 0.29 1.62 ind:imp:3s; -évoluant évoluer VER 10.60 11.69 0.25 0.41 par:pre; -évolue évoluer VER 10.60 11.69 1.73 1.55 imp:pre:2s;ind:pre:1s;ind:pre:3s; -évoluent évoluer VER 10.60 11.69 1.13 0.81 ind:pre:3p; -évoluer évoluer VER 10.60 11.69 2.90 3.18 inf; -évoluera évoluer VER 10.60 11.69 0.05 0.00 ind:fut:3s; -évoluerait évoluer VER 10.60 11.69 0.04 0.14 cnd:pre:3s; -évolueront évoluer VER 10.60 11.69 0.02 0.14 ind:fut:3p; -évoluez évoluer VER 10.60 11.69 0.06 0.00 ind:pre:2p; -évoluons évoluer VER 10.60 11.69 0.21 0.00 imp:pre:1p;ind:pre:1p; -évoluèrent évoluer VER 10.60 11.69 0.28 0.07 ind:pas:3p; -évolutif évolutif ADJ m s 0.47 0.20 0.08 0.07 -évolution évolution NOM f s 8.09 14.19 7.87 11.69 -évolutionniste évolutionniste ADJ f s 0.15 0.00 0.15 0.00 -évolutions évolution NOM f p 8.09 14.19 0.23 2.50 -évolutive évolutif ADJ f s 0.47 0.20 0.38 0.07 -évolutives évolutif ADJ f p 0.47 0.20 0.01 0.07 -évolué évoluer VER m s 10.60 11.69 3.29 2.09 par:pas; -évoluée évolué ADJ f s 1.69 1.28 0.73 0.20 -évoluées évolué ADJ f p 1.69 1.28 0.09 0.20 -évolués évolué ADJ m p 1.69 1.28 0.38 0.41 -évoqua évoquer VER 11.57 73.51 0.02 3.51 ind:pas:3s; -évoquai évoquer VER 11.57 73.51 0.00 0.68 ind:pas:1s; -évoquaient évoquer VER 11.57 73.51 0.01 5.27 ind:imp:3p; -évoquais évoquer VER 11.57 73.51 0.14 2.03 ind:imp:1s;ind:imp:2s; -évoquait évoquer VER 11.57 73.51 0.34 13.51 ind:imp:3s; -évoquant évoquer VER 11.57 73.51 0.44 7.84 par:pre; -évoque évoquer VER 11.57 73.51 3.68 11.89 imp:pre:2s;ind:pre:1s;ind:pre:3s; -évoquent évoquer VER 11.57 73.51 0.71 2.57 ind:pre:3p; -évoquer évoquer VER 11.57 73.51 2.15 15.88 inf; -évoquera évoquer VER 11.57 73.51 0.10 0.54 ind:fut:3s; -évoquerai évoquer VER 11.57 73.51 0.04 0.07 ind:fut:1s; -évoqueraient évoquer VER 11.57 73.51 0.00 0.07 cnd:pre:3p; -évoquerait évoquer VER 11.57 73.51 0.04 0.47 cnd:pre:3s; -évoquerez évoquer VER 11.57 73.51 0.01 0.00 ind:fut:2p; -évoquerons évoquer VER 11.57 73.51 0.02 0.07 ind:fut:1p; -évoqueront évoquer VER 11.57 73.51 0.01 0.14 ind:fut:3p; -évoques évoquer VER 11.57 73.51 0.04 0.14 ind:pre:2s; -évoquez évoquer VER 11.57 73.51 0.56 0.07 imp:pre:2p;ind:pre:2p; -évoquiez évoquer VER 11.57 73.51 0.28 0.00 ind:imp:2p; -évoquions évoquer VER 11.57 73.51 0.17 0.34 ind:imp:1p; -évoquâmes évoquer VER 11.57 73.51 0.00 0.14 ind:pas:1p; -évoquons évoquer VER 11.57 73.51 0.08 0.41 imp:pre:1p;ind:pre:1p; -évoquât évoquer VER 11.57 73.51 0.00 0.07 sub:imp:3s; -évoquèrent évoquer VER 11.57 73.51 0.10 0.61 ind:pas:3p; -évoqué évoquer VER m s 11.57 73.51 2.01 5.00 par:pas; -évoquée évoquer VER f s 11.57 73.51 0.52 0.54 par:pas; -évoquées évoquer VER f p 11.57 73.51 0.03 0.41 par:pas; -évoqués évoquer VER m p 11.57 73.51 0.06 1.28 par:pas; -évènement évènement NOM m s 6.59 0.00 3.27 0.00 -évènementielle évènementiel ADJ f s 0.01 0.00 0.01 0.00 -évènements évènement NOM m p 6.59 0.00 3.32 0.00 -évêché évêché NOM m s 0.14 3.85 0.14 3.72 -évêchés évêché NOM m p 0.14 3.85 0.00 0.14 -événement événement NOM m s 28.57 84.59 13.61 26.35 -événementiel événementiel ADJ m s 0.04 0.00 0.04 0.00 -événements événement NOM m p 28.57 84.59 14.96 58.24 -évêque évêque NOM m s 5.70 19.32 4.70 14.53 -évêques évêque NOM m p 5.70 19.32 1.00 4.80 -éwé éwé ADJ m s 0.00 0.20 0.00 0.07 -éwés éwé ADJ m p 0.00 0.20 0.00 0.14 -uxorilocal uxorilocal ADJ m s 0.00 0.07 0.00 0.07 -v v NOM m 26.54 5.00 26.54 5.00 -vîmes voir VER 4119.49 2401.76 0.66 4.73 ind:pas:1p; -vînt venir VER 2763.69 1514.53 0.30 6.62 sub:imp:3s; -vît voir VER 4119.49 2401.76 0.03 4.05 sub:imp:3s; -vôtre vôtre PRO:pos s 33.05 11.69 33.05 11.69 -vôtres vôtres PRO:pos p 12.14 4.39 12.14 4.39 -va_et_vient va_et_vient NOM m 1.30 10.61 1.30 10.61 -va_tout va_tout NOM m 0.05 0.41 0.05 0.41 -va aller VER 9992.78 2854.93 3382.55 694.59 imp:pre:2s;ind:pre:3s; -vacance vacance NOM f s 67.90 82.57 0.29 0.88 -vacances vacance NOM f p 67.90 82.57 67.60 81.69 -vacancier vacancier NOM m s 0.23 2.23 0.02 0.14 -vacanciers vacancier NOM m p 0.23 2.23 0.20 1.89 -vacancière vacancier NOM f s 0.23 2.23 0.01 0.14 -vacancières vacancière NOM f p 0.01 0.00 0.01 0.00 -vacant vacant ADJ m s 1.68 5.07 0.84 2.57 -vacante vacant ADJ f s 1.68 5.07 0.60 1.42 -vacantes vacant ADJ f p 1.68 5.07 0.01 0.41 -vacants vacant ADJ m p 1.68 5.07 0.22 0.68 -vacarme vacarme NOM m s 3.46 15.61 3.46 15.20 -vacarmes vacarme NOM m p 3.46 15.61 0.00 0.41 -vacataire vacataire NOM s 0.05 0.00 0.05 0.00 -vacation vacation NOM f s 0.05 0.54 0.05 0.14 -vacations vacation NOM f p 0.05 0.54 0.00 0.41 -vaccin vaccin NOM m s 6.54 4.93 5.01 4.12 -vaccinal vaccinal ADJ m s 0.01 0.00 0.01 0.00 -vaccinant vaccinant ADJ m s 0.00 0.07 0.00 0.07 -vaccination vaccination NOM f s 0.50 0.54 0.20 0.47 -vaccinations vaccination NOM f p 0.50 0.54 0.30 0.07 -vaccine vacciner VER 1.66 1.62 0.18 0.14 imp:pre:2s;ind:pre:3s; -vaccinent vacciner VER 1.66 1.62 0.00 0.07 ind:pre:3p; -vacciner vacciner VER 1.66 1.62 0.68 0.47 inf; -vaccins vaccin NOM m p 6.54 4.93 1.54 0.81 -vacciné vacciner VER m s 1.66 1.62 0.53 0.47 par:pas; -vaccinée vacciner VER f s 1.66 1.62 0.14 0.20 par:pas; -vaccinées vacciner VER f p 1.66 1.62 0.01 0.07 par:pas; -vaccinés vacciner VER m p 1.66 1.62 0.11 0.20 par:pas; -vachard vachard ADJ m s 0.08 1.42 0.08 0.74 -vacharde vachard ADJ f s 0.08 1.42 0.00 0.34 -vachardes vachard ADJ f p 0.08 1.42 0.00 0.14 -vachardise vachardise NOM f s 0.00 0.14 0.00 0.14 -vachards vachard ADJ m p 0.08 1.42 0.00 0.20 -vache vache NOM f s 47.71 53.45 36.24 26.08 -vachement vachement ADV 15.74 11.82 15.74 11.82 -vacher vacher NOM m s 0.91 0.81 0.77 0.61 -vacherie vacherie NOM f s 0.69 5.41 0.42 3.18 -vacheries vacherie NOM f p 0.69 5.41 0.27 2.23 -vacherin vacherin NOM m s 0.00 0.54 0.00 0.54 -vachers vacher NOM m p 0.91 0.81 0.13 0.20 -vaches vache NOM f p 47.71 53.45 11.46 27.36 -vachette vachette NOM f s 0.02 0.41 0.02 0.34 -vachettes vachette NOM f p 0.02 0.41 0.00 0.07 -vachère vachère NOM f s 0.11 0.61 0.00 0.41 -vachères vachère NOM f p 0.11 0.61 0.11 0.20 -vacilla vaciller VER 1.87 12.84 0.10 1.69 ind:pas:3s; -vacillai vaciller VER 1.87 12.84 0.00 0.07 ind:pas:1s; -vacillaient vaciller VER 1.87 12.84 0.00 0.54 ind:imp:3p; -vacillait vaciller VER 1.87 12.84 0.02 2.23 ind:imp:3s; -vacillant vaciller VER 1.87 12.84 0.27 1.28 par:pre; -vacillante vacillant ADJ f s 0.28 4.80 0.19 1.82 -vacillantes vacillant ADJ f p 0.28 4.80 0.01 0.81 -vacillants vacillant ADJ m p 0.28 4.80 0.01 0.41 -vacillations vacillation NOM f p 0.00 0.07 0.00 0.07 -vacille vaciller VER 1.87 12.84 0.93 2.57 imp:pre:2s;ind:pre:1s;ind:pre:3s; -vacillement vacillement NOM m s 0.01 0.34 0.01 0.34 -vacillent vaciller VER 1.87 12.84 0.22 0.34 ind:pre:3p; -vaciller vaciller VER 1.87 12.84 0.29 3.45 inf; -vacillât vaciller VER 1.87 12.84 0.00 0.07 sub:imp:3s; -vacillèrent vaciller VER 1.87 12.84 0.00 0.27 ind:pas:3p; -vacillé vaciller VER m s 1.87 12.84 0.03 0.34 par:pas; -vacuité vacuité NOM f s 0.27 1.42 0.27 1.42 -vacuole vacuole NOM f s 0.01 0.00 0.01 0.00 -vacuolisation vacuolisation NOM f s 0.01 0.00 0.01 0.00 -vacuum vacuum NOM m s 0.13 0.20 0.13 0.20 -vade_retro vade_retro ADV 0.26 0.68 0.26 0.68 -vadrouillais vadrouiller VER 0.35 1.35 0.01 0.07 ind:imp:2s; -vadrouillait vadrouiller VER 0.35 1.35 0.01 0.07 ind:imp:3s; -vadrouille vadrouille NOM f s 0.95 1.89 0.80 1.69 -vadrouillent vadrouiller VER 0.35 1.35 0.00 0.07 ind:pre:3p; -vadrouiller vadrouiller VER 0.35 1.35 0.21 0.81 inf; -vadrouilles vadrouille NOM f p 0.95 1.89 0.14 0.20 -vadrouilleur vadrouilleur NOM m s 0.11 0.14 0.10 0.00 -vadrouilleurs vadrouilleur NOM m p 0.11 0.14 0.01 0.00 -vadrouilleuse vadrouilleur NOM f s 0.11 0.14 0.00 0.07 -vadrouilleuses vadrouilleur NOM f p 0.11 0.14 0.00 0.07 -vadrouillez vadrouiller VER 0.35 1.35 0.01 0.00 ind:pre:2p; -vadrouillé vadrouiller VER m s 0.35 1.35 0.06 0.07 par:pas; -vae_soli vae_soli ADV 0.00 0.07 0.00 0.07 -vae_victis vae_victis ADV 0.02 0.07 0.02 0.07 -vagabond vagabond NOM m s 5.72 6.22 3.10 3.38 -vagabonda vagabonder VER 2.42 2.64 0.00 0.07 ind:pas:3s; -vagabondage vagabondage NOM m s 0.70 2.57 0.68 1.76 -vagabondages vagabondage NOM m p 0.70 2.57 0.02 0.81 -vagabondaient vagabonder VER 2.42 2.64 0.00 0.14 ind:imp:3p; -vagabondais vagabonder VER 2.42 2.64 0.28 0.00 ind:imp:1s;ind:imp:2s; -vagabondait vagabonder VER 2.42 2.64 0.26 0.88 ind:imp:3s; -vagabondant vagabonder VER 2.42 2.64 0.04 0.00 par:pre; -vagabonde vagabonder VER 2.42 2.64 0.68 0.34 ind:pre:1s;ind:pre:3s; -vagabondent vagabonder VER 2.42 2.64 0.17 0.14 ind:pre:3p; -vagabonder vagabonder VER 2.42 2.64 0.78 0.81 inf; -vagabondes vagabonder VER 2.42 2.64 0.12 0.07 ind:pre:2s; -vagabondiez vagabonder VER 2.42 2.64 0.01 0.00 ind:imp:2p; -vagabonds vagabond NOM m p 5.72 6.22 2.30 2.57 -vagabondèrent vagabonder VER 2.42 2.64 0.00 0.07 ind:pas:3p; -vagabondé vagabonder VER m s 2.42 2.64 0.08 0.14 par:pas; -vagal vagal ADJ m s 0.41 0.00 0.41 0.00 -vagi vagir VER m s 0.15 1.76 0.00 0.14 par:pas; -vagin vagin NOM m s 4.40 2.16 4.11 2.09 -vaginal vaginal ADJ m s 1.80 0.54 0.45 0.14 -vaginale vaginal ADJ f s 1.80 0.54 0.90 0.34 -vaginales vaginal ADJ f p 1.80 0.54 0.38 0.07 -vaginaux vaginal ADJ m p 1.80 0.54 0.08 0.00 -vaginite vaginite NOM f s 0.03 0.00 0.03 0.00 -vagins vagin NOM m p 4.40 2.16 0.29 0.07 -vagir vagir VER 0.15 1.76 0.00 0.20 inf; -vagis vagir VER 0.15 1.76 0.00 0.07 ind:pre:1s; -vagissaient vagir VER 0.15 1.76 0.00 0.07 ind:imp:3p; -vagissais vagir VER 0.15 1.76 0.14 0.07 ind:imp:1s;ind:imp:2s; -vagissait vagir VER 0.15 1.76 0.00 0.81 ind:imp:3s; -vagissant vagissant ADJ m s 0.03 0.20 0.03 0.20 -vagissement vagissement NOM m s 0.70 0.95 0.43 0.34 -vagissements vagissement NOM m p 0.70 0.95 0.27 0.61 -vagissent vagir VER 0.15 1.76 0.01 0.07 ind:pre:3p; -vagissons vagir VER 0.15 1.76 0.00 0.07 ind:pre:1p; -vagit vagir VER 0.15 1.76 0.00 0.20 ind:pre:3s;ind:pas:3s; -vagotomie vagotomie NOM f s 0.01 0.00 0.01 0.00 -vagua vaguer VER 0.21 1.89 0.00 0.07 ind:pas:3s; -vaguait vaguer VER 0.21 1.89 0.00 0.27 ind:imp:3s; -vaguant vaguer VER 0.21 1.89 0.00 0.07 par:pre; -vague vague NOM s 21.59 73.58 12.80 38.18 -vaguelette vaguelette NOM f s 0.04 2.84 0.02 0.61 -vaguelettes vaguelette NOM f p 0.04 2.84 0.02 2.23 -vaguement vaguement ADV 4.72 51.76 4.72 51.76 -vaguemestre vaguemestre NOM s 0.14 0.68 0.14 0.68 -vaguent vaguer VER 0.21 1.89 0.00 0.14 ind:pre:3p; -vaguer vaguer VER 0.21 1.89 0.10 0.47 inf; -vagues vague NOM p 21.59 73.58 8.79 35.41 -vahiné vahiné NOM f s 0.13 0.54 0.09 0.27 -vahinés vahiné NOM f p 0.13 0.54 0.03 0.27 -vaillamment vaillamment ADV 0.60 2.64 0.60 2.64 -vaillance vaillance NOM f s 1.20 2.03 1.20 2.03 -vaillant vaillant ADJ m s 5.45 8.58 3.75 3.31 -vaillante vaillant ADJ f s 5.45 8.58 0.65 2.43 -vaillantes vaillant ADJ f p 5.45 8.58 0.05 0.95 -vaillants vaillant ADJ m p 5.45 8.58 1.00 1.89 -vaille valoir VER 236.07 175.74 3.04 5.34 sub:pre:1s;sub:pre:3s; -vaillent valoir VER 236.07 175.74 0.21 0.20 sub:pre:3p; -vain vain ADJ m s 19.87 57.03 16.02 40.14 -vainc vaincre VER 27.84 25.68 0.14 0.27 ind:pre:3s; -vaincra vaincre VER 27.84 25.68 0.82 0.27 ind:fut:3s; -vaincrai vaincre VER 27.84 25.68 0.42 0.20 ind:fut:1s; -vaincraient vaincre VER 27.84 25.68 0.02 0.07 cnd:pre:3p; -vaincrais vaincre VER 27.84 25.68 0.11 0.00 cnd:pre:1s;cnd:pre:2s; -vaincrait vaincre VER 27.84 25.68 0.27 0.07 cnd:pre:3s; -vaincras vaincre VER 27.84 25.68 0.19 0.00 ind:fut:2s; -vaincre vaincre VER 27.84 25.68 13.71 13.31 inf; -vaincrez vaincre VER 27.84 25.68 0.11 0.00 ind:fut:2p; -vaincrons vaincre VER 27.84 25.68 1.62 0.47 ind:fut:1p; -vaincront vaincre VER 27.84 25.68 0.09 0.14 ind:fut:3p; -vaincs vaincre VER 27.84 25.68 0.06 0.14 imp:pre:2s;ind:pre:2s; -vaincu vaincre VER m s 27.84 25.68 7.28 6.62 par:pas; -vaincue vaincre VER f s 27.84 25.68 1.10 2.23 par:pas; -vaincues vaincre VER f p 27.84 25.68 0.18 0.14 par:pas; -vaincus vaincre VER m p 27.84 25.68 1.42 1.55 par:pas; -vaine vain ADJ f s 19.87 57.03 1.04 8.18 -vainement vainement ADV 0.55 12.09 0.55 12.09 -vaines vain ADJ f p 19.87 57.03 1.57 5.20 -vainquant vaincre VER 27.84 25.68 0.01 0.07 par:pre; -vainquent vaincre VER 27.84 25.68 0.01 0.00 ind:pre:3p; -vainqueur vainqueur NOM m s 9.10 11.35 6.71 5.74 -vainqueurs vainqueur NOM m p 9.10 11.35 2.38 5.61 -vainquez vaincre VER 27.84 25.68 0.03 0.00 imp:pre:2p; -vainquions vaincre VER 27.84 25.68 0.02 0.00 ind:imp:1p; -vainquirent vaincre VER 27.84 25.68 0.01 0.00 ind:pas:3p; -vainquit vaincre VER 27.84 25.68 0.18 0.14 ind:pas:3s; -vainquons vaincre VER 27.84 25.68 0.03 0.00 ind:pre:1p; -vains vain ADJ m p 19.87 57.03 1.23 3.51 -vair vair NOM m s 0.09 0.27 0.09 0.27 -vairon vairon ADJ m s 0.00 0.54 0.00 0.20 -vairons vairon NOM m p 0.04 0.54 0.04 0.41 -vais aller VER 9992.78 2854.93 1644.99 280.00 ind:pre:1s; -vaisseau_amiral vaisseau_amiral NOM m s 0.05 0.00 0.05 0.00 -vaisseau vaisseau NOM m s 83.39 12.43 67.11 7.23 -vaisseaux vaisseau NOM m p 83.39 12.43 16.27 5.20 -vaisselier vaisselier NOM m s 0.07 0.68 0.07 0.61 -vaisseliers vaisselier NOM m p 0.07 0.68 0.00 0.07 -vaisselle vaisselle NOM f s 12.11 25.95 12.10 24.93 -vaisselles vaisselle NOM f p 12.11 25.95 0.01 1.01 -val val NOM m s 3.61 4.93 2.12 3.04 -valût valoir VER 236.07 175.74 0.00 0.61 sub:imp:3s; -valable valable ADJ s 9.10 10.41 7.46 8.65 -valablement valablement ADV 0.00 0.27 0.00 0.27 -valables valable ADJ p 9.10 10.41 1.63 1.76 -valaient valoir VER 236.07 175.74 1.03 5.27 ind:imp:3p; -valais valoir VER 236.07 175.74 0.46 0.47 ind:imp:1s;ind:imp:2s; -valait valoir VER 236.07 175.74 15.82 41.62 ind:imp:3s; -valant valoir VER 236.07 175.74 1.00 1.49 par:pre; -valaque valaque NOM s 0.01 0.00 0.01 0.00 -valdôtains valdôtain NOM m p 0.00 0.14 0.00 0.14 -valdingua valdinguer VER 0.05 1.76 0.00 0.07 ind:pas:3s; -valdingue valdinguer VER 0.05 1.76 0.00 1.01 ind:pre:3s; -valdinguer valdinguer VER 0.05 1.76 0.05 0.14 inf; -valdingues valdinguer VER 0.05 1.76 0.00 0.41 ind:pre:2s; -valdingué valdinguer VER m s 0.05 1.76 0.00 0.07 par:pas; -valdingués valdinguer VER m p 0.05 1.76 0.00 0.07 par:pas; -valence valence NOM f s 0.28 0.07 0.28 0.07 -valencien valencien NOM m s 0.00 0.14 0.00 0.07 -valencienne valencienne NOM f s 0.14 0.00 0.14 0.00 -valent valoir VER 236.07 175.74 9.79 8.58 ind:pre:3p; -valentin valentin NOM m s 0.27 0.00 0.11 0.00 -valentine valentin NOM f s 0.27 0.00 0.16 0.00 -valentinien valentinien NOM m s 0.02 0.00 0.02 0.00 -valet valet NOM m s 11.40 19.80 9.23 13.65 -valetaille valetaille NOM f s 0.01 1.01 0.01 1.01 -valeter valeter VER 0.14 0.00 0.14 0.00 inf; -valets valet NOM m p 11.40 19.80 2.17 6.15 -valeur_refuge valeur_refuge NOM f s 0.00 0.07 0.00 0.07 -valeur valeur NOM f s 45.40 52.30 32.48 40.74 -valeureuse valeureux ADJ f s 2.45 2.36 0.00 0.07 -valeureusement valeureusement ADV 0.01 0.00 0.01 0.00 -valeureuses valeureux ADJ f p 2.45 2.36 0.01 0.07 -valeureux valeureux ADJ m 2.45 2.36 2.44 2.23 -valeurs valeur NOM f p 45.40 52.30 12.91 11.55 -valez valoir VER 236.07 175.74 2.49 0.54 imp:pre:2p;ind:pre:2p; -valgus valgus ADJ m 0.02 0.00 0.02 0.00 -valida valider VER 1.23 0.54 0.00 0.07 ind:pas:3s; -validait valider VER 1.23 0.54 0.00 0.07 ind:imp:3s; -validant valider VER 1.23 0.54 0.00 0.07 par:pre; -validation validation NOM f s 0.14 0.07 0.14 0.07 -valide valide ADJ s 2.31 3.38 1.72 1.55 -valident valider VER 1.23 0.54 0.01 0.00 ind:pre:3p; -valider valider VER 1.23 0.54 0.72 0.14 inf; -valideront valider VER 1.23 0.54 0.03 0.00 ind:fut:3p; -valides valide ADJ p 2.31 3.38 0.59 1.82 -validité validité NOM f s 0.35 0.41 0.35 0.41 -validé valider VER m s 1.23 0.54 0.18 0.07 par:pas; -validée validé ADJ f s 0.07 2.57 0.04 0.00 -valiez valoir VER 236.07 175.74 0.15 0.00 ind:imp:2p; -valions valoir VER 236.07 175.74 0.16 0.14 ind:imp:1p; -valise valise NOM f s 50.99 70.34 33.21 47.43 -valises valise NOM f p 50.99 70.34 17.79 22.91 -valisé valiser VER m s 0.00 0.14 0.00 0.14 par:pas; -valkyries valkyrie NOM f p 0.02 0.00 0.02 0.00 -valleuse valleuse NOM f s 0.00 0.07 0.00 0.07 -vallon vallon NOM m s 2.50 6.89 2.11 5.74 -vallonnaient vallonner VER 0.00 0.27 0.00 0.07 ind:imp:3p; -vallonnait vallonner VER 0.00 0.27 0.00 0.07 ind:imp:3s; -vallonnement vallonnement NOM m s 0.00 2.09 0.00 0.88 -vallonnements vallonnement NOM m p 0.00 2.09 0.00 1.22 -vallonner vallonner VER 0.00 0.27 0.00 0.07 inf; -vallonné vallonné ADJ m s 0.06 0.74 0.03 0.27 -vallonnée vallonné ADJ f s 0.06 0.74 0.01 0.27 -vallonnées vallonné ADJ f p 0.06 0.74 0.01 0.14 -vallonnés vallonné ADJ m p 0.06 0.74 0.01 0.07 -vallons vallon NOM m p 2.50 6.89 0.40 1.15 -vallée vallée NOM f s 13.54 35.68 12.51 30.14 -vallées vallée NOM f p 13.54 35.68 1.03 5.54 -valoche valoche NOM f s 0.46 3.38 0.19 2.03 -valoches valoche NOM f p 0.46 3.38 0.27 1.35 -valoir valoir VER 236.07 175.74 4.62 9.32 inf; -valons valoir VER 236.07 175.74 0.78 0.41 imp:pre:1p;ind:pre:1p; -valorisait valoriser VER 0.45 0.81 0.00 0.07 ind:imp:3s; -valorisant valorisant ADJ m s 0.37 0.14 0.35 0.14 -valorisante valorisant ADJ f s 0.37 0.14 0.02 0.00 -valorisation valorisation NOM f s 0.01 0.00 0.01 0.00 -valorise valoriser VER 0.45 0.81 0.19 0.27 imp:pre:2s;ind:pre:3s; -valoriser valoriser VER 0.45 0.81 0.22 0.20 inf; -valorisez valoriser VER 0.45 0.81 0.01 0.00 ind:pre:2p; -valorisé valoriser VER m s 0.45 0.81 0.00 0.07 par:pas; -valorisée valoriser VER f s 0.45 0.81 0.02 0.07 par:pas; -valorisés valoriser VER m p 0.45 0.81 0.01 0.14 par:pas; -valpolicella valpolicella NOM m s 0.01 0.14 0.01 0.14 -vals val NOM m p 3.61 4.93 0.61 0.54 -valsa valser VER 1.93 5.14 0.00 0.20 ind:pas:3s; -valsaient valser VER 1.93 5.14 0.00 0.47 ind:imp:3p; -valsait valser VER 1.93 5.14 0.04 0.34 ind:imp:3s; -valsant valser VER 1.93 5.14 0.05 0.27 par:pre; -valse_hésitation valse_hésitation NOM f s 0.00 0.27 0.00 0.20 -valse valse NOM f s 5.55 9.32 5.45 7.91 -valsent valser VER 1.93 5.14 0.11 0.20 ind:pre:3p; -valser valser VER 1.93 5.14 1.33 2.43 inf; -valsera valser VER 1.93 5.14 0.01 0.00 ind:fut:3s; -valse_hésitation valse_hésitation NOM f p 0.00 0.27 0.00 0.07 -valses valse NOM f p 5.55 9.32 0.11 1.42 -valseur valseur NOM m s 0.12 1.35 0.01 1.08 -valseurs valseur NOM m p 0.12 1.35 0.00 0.14 -valseuse valseur NOM f s 0.12 1.35 0.11 0.00 -valseuses valseuse NOM f p 0.14 0.00 0.14 0.00 -valsez valser VER 1.93 5.14 0.04 0.07 ind:pre:2p; -valsons valser VER 1.93 5.14 0.02 0.00 imp:pre:1p;ind:pre:1p; -valsèrent valser VER 1.93 5.14 0.01 0.07 ind:pas:3p; -valsé valser VER m s 1.93 5.14 0.20 0.61 par:pas; -valu valoir VER m s 236.07 175.74 3.82 9.39 par:pas; -value valoir VER f s 236.07 175.74 0.12 0.07 par:pas; -values valoir VER f p 236.07 175.74 0.00 0.14 par:pas; -valurent valoir VER 236.07 175.74 0.03 0.81 ind:pas:3p; -valériane valériane NOM f s 0.30 0.14 0.30 0.14 -valut valoir VER 236.07 175.74 0.56 3.45 ind:pas:3s; -valétudinaire valétudinaire ADJ m s 0.01 0.14 0.01 0.14 -valve valve NOM f s 2.63 1.01 1.60 0.47 -valves valve NOM f p 2.63 1.01 1.03 0.54 -valvulaires valvulaire ADJ p 0.00 0.07 0.00 0.07 -valvule valvule NOM f s 0.22 0.07 0.22 0.07 -vamp_club vamp_club NOM f s 0.01 0.00 0.01 0.00 -vamp vamp NOM f s 0.48 1.42 0.33 1.22 -vampe vamper VER 0.24 0.07 0.01 0.00 imp:pre:2s; -vamper vamper VER 0.24 0.07 0.20 0.07 inf; -vampire vampire NOM m s 27.27 3.24 15.29 1.82 -vampires vampire NOM m p 27.27 3.24 11.98 1.42 -vampirique vampirique ADJ s 0.21 0.20 0.21 0.20 -vampirisant vampiriser VER 0.10 0.20 0.01 0.00 par:pre; -vampirise vampiriser VER 0.10 0.20 0.04 0.07 ind:pre:1s;ind:pre:3s; -vampirisme vampirisme NOM m s 0.32 0.14 0.32 0.14 -vampirisé vampiriser VER m s 0.10 0.20 0.00 0.07 par:pas; -vampirisée vampiriser VER f s 0.10 0.20 0.05 0.00 par:pas; -vampirisées vampiriser VER f p 0.10 0.20 0.00 0.07 par:pas; -vamps vamp NOM f p 0.48 1.42 0.16 0.20 -vampé vamper VER m s 0.24 0.07 0.03 0.00 par:pas; -van van NOM m s 8.90 3.24 8.78 3.24 -vanadium vanadium NOM m s 0.00 0.74 0.00 0.74 -vandale vandale NOM s 1.14 0.88 0.33 0.47 -vandales vandale NOM p 1.14 0.88 0.81 0.41 -vandalisent vandaliser VER 0.33 0.14 0.01 0.07 ind:pre:3p; -vandaliser vandaliser VER 0.33 0.14 0.09 0.07 inf; -vandalisme vandalisme NOM m s 1.53 1.55 1.53 1.55 -vandalisé vandaliser VER m s 0.33 0.14 0.23 0.00 par:pas; -vandoises vandoise NOM f p 0.00 0.14 0.00 0.14 -vanille vanille NOM f s 2.50 3.38 2.50 3.38 -vanillé vanillé ADJ m s 0.17 0.20 0.17 0.07 -vanillée vanillé ADJ f s 0.17 0.20 0.00 0.07 -vanillées vanillé ADJ f p 0.17 0.20 0.00 0.07 -vaniteuse vaniteux ADJ f s 2.23 2.50 0.49 0.68 -vaniteusement vaniteusement ADV 0.00 0.07 0.00 0.07 -vaniteuses vaniteux ADJ f p 2.23 2.50 0.14 0.07 -vaniteux vaniteux ADJ m 2.23 2.50 1.60 1.76 -vanité vanité NOM f s 5.75 17.97 5.16 16.49 -vanités vanité NOM f p 5.75 17.97 0.59 1.49 -vanity_case vanity_case NOM m s 0.11 0.14 0.11 0.14 -vanna vanner VER 1.32 4.39 0.04 1.96 ind:pas:3s; -vannais vanner VER 1.32 4.39 0.00 0.07 ind:imp:1s; -vannait vanner VER 1.32 4.39 0.00 0.07 ind:imp:3s; -vanne vanne NOM f s 2.73 7.36 0.94 3.11 -vanneau vanneau NOM m s 0.00 0.74 0.00 0.34 -vanneaux vanneau NOM m p 0.00 0.74 0.00 0.41 -vannent vanner VER 1.32 4.39 0.02 0.00 ind:pre:3p; -vanner vanner VER 1.32 4.39 0.09 0.54 inf; -vannerie vannerie NOM f s 0.14 0.74 0.14 0.68 -vanneries vannerie NOM f p 0.14 0.74 0.00 0.07 -vannes vanne NOM f p 2.73 7.36 1.79 4.26 -vanneur vanneur NOM m s 0.00 0.20 0.00 0.14 -vanneurs vanneur NOM m p 0.00 0.20 0.00 0.07 -vannier vannier NOM m s 0.00 0.27 0.00 0.20 -vanniers vannier NOM m p 0.00 0.27 0.00 0.07 -vannières vannière NOM f p 0.00 0.07 0.00 0.07 -vannèrent vanner VER 1.32 4.39 0.00 0.07 ind:pas:3p; -vanné vanner VER m s 1.32 4.39 0.56 0.34 par:pas; -vannée vanner VER f s 1.32 4.39 0.36 0.27 par:pas; -vannés vanner VER m p 1.32 4.39 0.16 0.00 par:pas; -vans van NOM m p 8.90 3.24 0.13 0.00 -vanta vanter VER 10.73 23.24 0.03 0.68 ind:pas:3s; -vantai vanter VER 10.73 23.24 0.00 0.14 ind:pas:1s; -vantaient vanter VER 10.73 23.24 0.05 1.49 ind:imp:3p; -vantail vantail NOM m s 0.00 3.85 0.00 2.23 -vantais vanter VER 10.73 23.24 0.25 0.41 ind:imp:1s;ind:imp:2s; -vantait vanter VER 10.73 23.24 0.49 4.46 ind:imp:3s; -vantant vanter VER 10.73 23.24 0.36 1.42 par:pre; -vantard vantard NOM m s 1.60 0.14 1.06 0.07 -vantarde vantard ADJ f s 0.34 0.74 0.01 0.00 -vantardes vantard ADJ f p 0.34 0.74 0.01 0.07 -vantardise vantardise NOM f s 0.19 1.69 0.16 0.74 -vantardises vantardise NOM f p 0.19 1.69 0.03 0.95 -vantards vantard NOM m p 1.60 0.14 0.53 0.07 -vantaux vantail NOM m p 0.00 3.85 0.00 1.62 -vante vanter VER 10.73 23.24 1.86 2.57 imp:pre:2s;ind:pre:1s;ind:pre:3s; -vantent vanter VER 10.73 23.24 0.39 1.15 ind:pre:3p; -vanter vanter VER 10.73 23.24 4.80 7.50 inf; -vantera vanter VER 10.73 23.24 0.01 0.20 ind:fut:3s; -vanterai vanter VER 10.73 23.24 0.16 0.07 ind:fut:1s; -vanterais vanter VER 10.73 23.24 0.07 0.07 cnd:pre:1s;cnd:pre:2s; -vanterait vanter VER 10.73 23.24 0.01 0.00 cnd:pre:3s; -vanteras vanter VER 10.73 23.24 0.14 0.00 ind:fut:2s; -vanterie vanterie NOM f s 0.01 0.20 0.00 0.07 -vanteries vanterie NOM f p 0.01 0.20 0.01 0.14 -vanteront vanter VER 10.73 23.24 0.02 0.07 ind:fut:3p; -vantes vanter VER 10.73 23.24 0.46 0.20 ind:pre:2s; -vantez vanter VER 10.73 23.24 0.16 0.14 imp:pre:2p;ind:pre:2p; -vantiez vanter VER 10.73 23.24 0.01 0.00 ind:imp:2p; -vantions vanter VER 10.73 23.24 0.10 0.00 ind:imp:1p; -vantons vanter VER 10.73 23.24 0.03 0.00 imp:pre:1p;ind:pre:1p; -vantât vanter VER 10.73 23.24 0.00 0.07 sub:imp:3s; -vanté vanter VER m s 10.73 23.24 1.12 1.89 par:pas; -vantée vanter VER f s 10.73 23.24 0.22 0.34 par:pas; -vantées vanter VER f p 10.73 23.24 0.00 0.20 par:pas; -vantés vanter VER m p 10.73 23.24 0.01 0.20 par:pas; -vape vape NOM f s 1.26 3.04 0.00 2.30 -vapes vape NOM f p 1.26 3.04 1.26 0.74 -vapeur vapeur NOM s 8.02 26.76 6.17 19.12 -vapeurs vapeur NOM p 8.02 26.76 1.85 7.64 -vaporetto vaporetto NOM m s 0.32 0.41 0.32 0.41 -vaporeuse vaporeux ADJ f s 0.21 4.53 0.17 1.76 -vaporeuses vaporeux ADJ f p 0.21 4.53 0.00 0.47 -vaporeux vaporeux ADJ m 0.21 4.53 0.04 2.30 -vaporisa vaporiser VER 1.47 1.82 0.00 0.34 ind:pas:3s; -vaporisais vaporiser VER 1.47 1.82 0.01 0.00 ind:imp:1s; -vaporisait vaporiser VER 1.47 1.82 0.14 0.41 ind:imp:3s; -vaporisant vaporiser VER 1.47 1.82 0.00 0.07 par:pre; -vaporisateur vaporisateur NOM m s 0.30 1.08 0.28 0.74 -vaporisateurs vaporisateur NOM m p 0.30 1.08 0.01 0.34 -vaporisation vaporisation NOM f s 0.09 0.14 0.09 0.07 -vaporisations vaporisation NOM f p 0.09 0.14 0.00 0.07 -vaporise vaporiser VER 1.47 1.82 0.20 0.20 imp:pre:2s;ind:pre:1s;ind:pre:3s; -vaporiser vaporiser VER 1.47 1.82 0.51 0.34 inf; -vaporiserait vaporiser VER 1.47 1.82 0.03 0.07 cnd:pre:3s; -vaporises vaporiser VER 1.47 1.82 0.02 0.00 ind:pre:2s; -vaporisez vaporiser VER 1.47 1.82 0.08 0.00 imp:pre:2p;ind:pre:2p; -vaporisé vaporiser VER m s 1.47 1.82 0.42 0.00 par:pas; -vaporisée vaporiser VER f s 1.47 1.82 0.07 0.41 par:pas; -vaps vaps NOM f p 0.24 0.00 0.24 0.00 -vaquai vaquer VER 0.67 3.18 0.00 0.07 ind:pas:1s; -vaquaient vaquer VER 0.67 3.18 0.04 0.27 ind:imp:3p; -vaquais vaquer VER 0.67 3.18 0.03 0.07 ind:imp:1s; -vaquait vaquer VER 0.67 3.18 0.01 1.28 ind:imp:3s; -vaquant vaquer VER 0.67 3.18 0.02 0.27 par:pre; -vaque vaquer VER 0.67 3.18 0.07 0.27 ind:pre:1s;ind:pre:3s; -vaquent vaquer VER 0.67 3.18 0.00 0.14 ind:pre:3p; -vaquer vaquer VER 0.67 3.18 0.37 0.61 inf; -vaquerait vaquer VER 0.67 3.18 0.00 0.07 cnd:pre:3s; -vaquero vaquero NOM m s 0.11 0.07 0.06 0.07 -vaqueros vaquero NOM m p 0.11 0.07 0.05 0.00 -vaquions vaquer VER 0.67 3.18 0.00 0.07 ind:imp:1p; -vaquons vaquer VER 0.67 3.18 0.10 0.07 imp:pre:1p;ind:pre:1p; -vaqué vaquer VER m s 0.67 3.18 0.02 0.00 par:pas; -var var NOM m s 0.01 0.00 0.01 0.00 -vara vara ADJ f s 0.00 0.07 0.00 0.07 -varan varan NOM m s 0.02 0.07 0.01 0.07 -varans varan NOM m p 0.02 0.07 0.01 0.00 -varappe varappe NOM f s 0.06 0.07 0.06 0.07 -varapper varapper VER 0.00 0.07 0.00 0.07 inf; -varappeur varappeur NOM m s 0.00 0.07 0.00 0.07 -varech varech NOM m s 0.25 2.70 0.25 2.43 -varechs varech NOM m p 0.25 2.70 0.00 0.27 -varenne varenne NOM f s 0.00 4.53 0.00 4.12 -varennes varenne NOM f p 0.00 4.53 0.00 0.41 -vareuse vareuse NOM f s 0.81 8.24 0.56 6.82 -vareuses vareuse NOM f p 0.81 8.24 0.25 1.42 -varia varia NOM m p 0.02 0.07 0.02 0.07 -variabilité variabilité NOM f s 0.05 0.14 0.05 0.14 -variable variable ADJ s 0.98 2.64 0.81 1.76 -variables variable NOM f p 1.05 0.14 0.74 0.00 -variaient varier VER 2.69 8.92 0.01 0.61 ind:imp:3p; -variais varier VER 2.69 8.92 0.00 0.14 ind:imp:1s; -variait varier VER 2.69 8.92 0.03 1.22 ind:imp:3s; -variance variance NOM f s 0.03 0.00 0.03 0.00 -variant varier VER 2.69 8.92 0.03 0.81 par:pre; -variante variante NOM f s 0.95 3.24 0.77 0.81 -variantes variante NOM f p 0.95 3.24 0.18 2.43 -variateur variateur NOM m s 0.02 0.14 0.02 0.14 -variation variation NOM f s 1.83 6.28 0.50 1.08 -variations variation NOM f p 1.83 6.28 1.33 5.20 -varice varice NOM f s 0.67 1.76 0.01 0.00 -varicelle varicelle NOM f s 1.03 0.74 1.03 0.74 -varices varice NOM f p 0.67 1.76 0.66 1.76 -varie varier VER 2.69 8.92 0.91 1.08 imp:pre:2s;ind:pre:1s;ind:pre:3s; -varient varier VER 2.69 8.92 0.46 0.61 ind:pre:3p; -varier varier VER 2.69 8.92 0.66 1.76 inf; -varierai varier VER 2.69 8.92 0.01 0.07 ind:fut:1s; -varieraient varier VER 2.69 8.92 0.00 0.07 cnd:pre:3p; -varierait varier VER 2.69 8.92 0.00 0.14 cnd:pre:3s; -varieront varier VER 2.69 8.92 0.00 0.07 ind:fut:3p; -variole variole NOM f s 2.42 0.34 2.42 0.34 -variorum variorum NOM m s 0.00 0.07 0.00 0.07 -variât varier VER 2.69 8.92 0.00 0.07 sub:imp:3s; -variqueuses variqueux ADJ f p 0.00 0.47 0.00 0.14 -variqueux variqueux ADJ m 0.00 0.47 0.00 0.34 -varié varié ADJ m s 1.53 5.74 0.47 0.61 -variée varier VER f s 2.69 8.92 0.23 0.41 par:pas; -variées varié ADJ f p 1.53 5.74 0.43 1.69 -variés varié ADJ m p 1.53 5.74 0.41 2.70 -variétal variétal ADJ m s 0.01 0.00 0.01 0.00 -variété variété NOM f s 3.42 9.73 2.17 6.42 -variétés variété NOM f p 3.42 9.73 1.25 3.31 -varlet varlet NOM m s 0.01 0.07 0.01 0.07 -varlope varlope NOM f s 0.00 0.41 0.00 0.41 -varon varon NOM m s 0.12 0.00 0.12 0.00 -varsovien varsovien NOM m s 0.10 0.00 0.10 0.00 -vas aller VER 9992.78 2854.93 1009.22 136.35 imp:pre:2s;ind:pre:2s; -vasa vaser VER 0.02 0.41 0.02 0.20 ind:pas:3s; -vasais vasais NOM m 0.00 0.20 0.00 0.20 -vasait vaser VER 0.02 0.41 0.00 0.07 ind:imp:3s; -vasards vasard ADJ m p 0.00 0.14 0.00 0.14 -vasculaire vasculaire ADJ s 1.26 0.27 1.01 0.07 -vasculaires vasculaire ADJ m p 1.26 0.27 0.25 0.20 -vascularisé vascularisé ADJ m s 0.02 0.00 0.02 0.00 -vasculo_nerveux vasculo_nerveux NOM m 0.01 0.00 0.01 0.00 -vase vase NOM s 10.74 32.97 9.83 26.76 -vasectomie vasectomie NOM f s 0.38 0.00 0.38 0.00 -vaseline vaseline NOM f s 0.94 1.28 0.94 1.28 -vaseliner vaseliner VER 0.02 0.07 0.01 0.00 inf; -vaselinez vaseliner VER 0.02 0.07 0.01 0.00 imp:pre:2p; -vaseliné vaseliner VER m s 0.02 0.07 0.00 0.07 par:pas; -vaser vaser VER 0.02 0.41 0.00 0.14 inf; -vases vase NOM p 10.74 32.97 0.91 6.22 -vaseuse vaseux ADJ f s 0.43 2.43 0.14 0.54 -vaseuses vaseux ADJ f p 0.43 2.43 0.03 0.20 -vaseux vaseux ADJ m 0.43 2.43 0.25 1.69 -vasistas vasistas NOM m 0.08 3.85 0.08 3.85 -vasière vasière NOM f s 0.00 0.88 0.00 0.07 -vasières vasière NOM f p 0.00 0.88 0.00 0.81 -vasoconstricteur vasoconstricteur ADJ m s 0.14 0.00 0.14 0.00 -vasoconstriction vasoconstriction NOM f s 0.03 0.00 0.03 0.00 -vasodilatateur vasodilatateur ADJ m s 0.01 0.00 0.01 0.00 -vasodilatation vasodilatation NOM f s 0.01 0.00 0.01 0.00 -vasomoteurs vasomoteur ADJ m p 0.02 0.00 0.02 0.00 -vasopressine vasopressine NOM f s 0.01 0.00 0.01 0.00 -vasouillard vasouillard ADJ m s 0.00 0.34 0.00 0.27 -vasouillarde vasouillard ADJ f s 0.00 0.34 0.00 0.07 -vasouille vasouiller VER 0.12 0.20 0.01 0.07 ind:pre:3s; -vasouiller vasouiller VER 0.12 0.20 0.10 0.14 inf; -vasouilles vasouiller VER 0.12 0.20 0.01 0.00 ind:pre:2s; -vasque vasque NOM f s 0.25 3.99 0.01 2.91 -vasques vasque NOM f p 0.25 3.99 0.24 1.08 -vassal vassal NOM m s 2.24 4.39 1.77 1.49 -vassale vassal NOM f s 2.24 4.39 0.00 0.14 -vassalité vassalité NOM f s 0.00 0.20 0.00 0.20 -vassaux vassal NOM m p 2.24 4.39 0.47 2.77 -vaste vaste ADJ s 10.32 71.76 8.44 55.61 -vastes vaste ADJ p 10.32 71.76 1.88 16.15 -vastité vastité NOM f s 0.00 0.07 0.00 0.07 -vastitude vastitude NOM f s 0.00 0.27 0.00 0.20 -vastitudes vastitude NOM f p 0.00 0.27 0.00 0.07 -vater vater NOM m s 0.00 0.07 0.00 0.07 -vaticane vaticane ADJ f s 0.00 0.20 0.00 0.20 -vaticanesque vaticanesque ADJ s 0.00 0.07 0.00 0.07 -vaticinait vaticiner VER 0.00 0.61 0.00 0.14 ind:imp:3s; -vaticinant vaticiner VER 0.00 0.61 0.00 0.27 par:pre; -vaticination vaticination NOM f s 0.00 0.47 0.00 0.07 -vaticinations vaticination NOM f p 0.00 0.47 0.00 0.41 -vaticine vaticiner VER 0.00 0.61 0.00 0.07 ind:pre:3s; -vaticiner vaticiner VER 0.00 0.61 0.00 0.14 inf; -vatères vatère NOM m p 0.00 0.14 0.00 0.14 -vau_l_eau vau_l_eau NOM m s 0.00 0.14 0.00 0.14 -vau vau NOM m s 0.01 0.20 0.01 0.20 -vauclusien vauclusien ADJ m s 0.14 0.07 0.14 0.00 -vauclusiennes vauclusien ADJ f p 0.14 0.07 0.00 0.07 -vaudeville vaudeville NOM m s 0.41 1.82 0.35 1.55 -vaudevilles vaudeville NOM m p 0.41 1.82 0.05 0.27 -vaudevillesque vaudevillesque ADJ s 0.03 0.14 0.03 0.07 -vaudevillesques vaudevillesque ADJ p 0.03 0.14 0.00 0.07 -vaudois vaudois ADJ m 0.00 0.74 0.00 0.68 -vaudoise vaudois ADJ f s 0.00 0.74 0.00 0.07 -vaudou vaudou NOM m s 2.93 0.41 2.92 0.41 -vaudoue vaudou ADJ f s 1.48 0.68 0.03 0.07 -vaudoues vaudou ADJ f p 1.48 0.68 0.00 0.14 -vaudouisme vaudouisme NOM m s 0.02 0.00 0.02 0.00 -vaudous vaudou ADJ m p 1.48 0.68 0.12 0.07 -vaudra valoir VER 236.07 175.74 4.34 3.51 ind:fut:3s; -vaudrai valoir VER 236.07 175.74 0.07 0.07 ind:fut:1s; -vaudraient valoir VER 236.07 175.74 0.29 0.14 cnd:pre:3p; -vaudrais valoir VER 236.07 175.74 0.07 0.14 cnd:pre:1s;cnd:pre:2s; -vaudrait valoir VER 236.07 175.74 14.23 11.08 cnd:pre:3s; -vaudras valoir VER 236.07 175.74 0.21 0.07 ind:fut:2s; -vaudrez valoir VER 236.07 175.74 0.03 0.00 ind:fut:2p; -vaudrions valoir VER 236.07 175.74 0.02 0.00 cnd:pre:1p; -vaudrons valoir VER 236.07 175.74 0.00 0.07 ind:fut:1p; -vaudront valoir VER 236.07 175.74 0.42 0.47 ind:fut:3p; -vaurien vaurien NOM m s 10.22 2.36 7.06 1.89 -vaurienne vaurien NOM f s 10.22 2.36 0.21 0.07 -vauriens vaurien NOM m p 10.22 2.36 2.94 0.41 -vaut valoir VER 236.07 175.74 161.53 69.39 ind:pre:3s; -vautour vautour NOM m s 5.89 4.39 2.41 2.57 -vautours vautour NOM m p 5.89 4.39 3.48 1.82 -vautra vautrer VER 2.73 10.27 0.00 0.07 ind:pas:3s; -vautraient vautrer VER 2.73 10.27 0.00 0.27 ind:imp:3p; -vautrais vautrer VER 2.73 10.27 0.02 0.41 ind:imp:1s; -vautrait vautrer VER 2.73 10.27 0.03 0.54 ind:imp:3s; -vautrant vautrer VER 2.73 10.27 0.12 0.14 par:pre; -vautre vautrer VER 2.73 10.27 0.31 1.15 imp:pre:2s;ind:pre:1s;ind:pre:3s; -vautrent vautrer VER 2.73 10.27 0.04 0.14 ind:pre:3p; -vautrer vautrer VER 2.73 10.27 1.07 1.62 inf; -vautreraient vautrer VER 2.73 10.27 0.00 0.14 cnd:pre:3p; -vautrerais vautrer VER 2.73 10.27 0.00 0.07 cnd:pre:1s; -vautrez vautrer VER 2.73 10.27 0.16 0.07 imp:pre:2p;ind:pre:2p; -vautrèrent vautrer VER 2.73 10.27 0.00 0.07 ind:pas:3p; -vautré vautrer VER m s 2.73 10.27 0.60 2.16 par:pas; -vautrée vautrer VER f s 2.73 10.27 0.22 1.28 par:pas; -vautrées vautrer VER f p 2.73 10.27 0.01 0.20 par:pas; -vautrés vautrer VER m p 2.73 10.27 0.16 1.96 par:pas; -vauvert vauvert NOM s 0.00 0.14 0.00 0.14 -vaux valoir VER 236.07 175.74 10.79 2.97 imp:pre:2s;ind:pre:1s;ind:pre:2s; -vauxhall vauxhall NOM m s 0.06 0.07 0.06 0.07 -veau veau NOM m s 8.66 16.96 7.69 13.92 -veaux veau NOM m p 8.66 16.96 0.97 3.04 -vecteur vecteur NOM m s 0.92 0.27 0.62 0.20 -vecteurs vecteur NOM m p 0.92 0.27 0.30 0.07 -vectoriel vectoriel ADJ m s 0.24 0.07 0.03 0.00 -vectorielle vectoriel ADJ f s 0.24 0.07 0.21 0.07 -vedettariat vedettariat NOM m s 0.07 0.14 0.07 0.14 -vedette vedette NOM f s 13.55 20.88 11.18 13.92 -vedettes vedette NOM f p 13.55 20.88 2.37 6.96 -veilla veiller VER 38.41 41.62 0.01 0.54 ind:pas:3s; -veillai veiller VER 38.41 41.62 0.10 0.07 ind:pas:1s; -veillaient veiller VER 38.41 41.62 0.18 2.70 ind:imp:3p; -veillais veiller VER 38.41 41.62 0.48 0.54 ind:imp:1s;ind:imp:2s; -veillait veiller VER 38.41 41.62 0.79 8.92 ind:imp:3s; -veillant veiller VER 38.41 41.62 0.25 1.76 par:pre; -veille veille NOM f s 17.07 89.05 16.84 87.36 -veillent veiller VER 38.41 41.62 1.14 1.96 ind:pre:3p; -veiller veiller VER 38.41 41.62 10.18 12.91 inf; -veillera veiller VER 38.41 41.62 1.66 0.61 ind:fut:3s; -veillerai veiller VER 38.41 41.62 4.61 0.34 ind:fut:1s; -veillerais veiller VER 38.41 41.62 0.23 0.07 cnd:pre:1s;cnd:pre:2s; -veillerait veiller VER 38.41 41.62 0.23 0.34 cnd:pre:3s; -veilleras veiller VER 38.41 41.62 0.27 0.07 ind:fut:2s; -veillerez veiller VER 38.41 41.62 0.27 0.07 ind:fut:2p; -veillerons veiller VER 38.41 41.62 0.30 0.14 ind:fut:1p; -veilleront veiller VER 38.41 41.62 0.23 0.20 ind:fut:3p; -veilles veiller VER 38.41 41.62 1.19 0.27 ind:pre:2s;sub:pre:2s; -veilleur veilleur NOM m s 3.68 12.57 2.10 3.31 -veilleurs veilleur NOM m p 3.68 12.57 0.05 0.68 -veilleuse veilleur NOM f s 3.68 12.57 1.53 6.89 -veilleuses veilleuse NOM f p 0.17 0.00 0.17 0.00 -veillez veiller VER 38.41 41.62 5.11 0.68 imp:pre:2p;ind:pre:2p; -veillions veiller VER 38.41 41.62 0.02 0.07 ind:imp:1p; -veillâmes veiller VER 38.41 41.62 0.00 0.07 ind:pas:1p; -veillons veiller VER 38.41 41.62 0.10 0.14 imp:pre:1p;ind:pre:1p; -veillât veiller VER 38.41 41.62 0.00 0.07 sub:imp:3s; -veillèrent veiller VER 38.41 41.62 0.01 0.07 ind:pas:3p; -veillé veiller VER m s 38.41 41.62 2.71 3.18 par:pas; -veillée veillée NOM f s 2.56 8.31 2.34 4.73 -veillées veillée NOM f p 2.56 8.31 0.22 3.58 -veillés veiller VER m p 38.41 41.62 0.00 0.20 par:pas; -veinaient veiner VER 0.01 1.55 0.00 0.14 ind:imp:3p; -veinait veiner VER 0.01 1.55 0.01 0.00 ind:imp:3s; -veinard veinard NOM m s 5.79 1.89 4.33 0.88 -veinarde veinard NOM f s 5.79 1.89 0.90 0.14 -veinardes veinard ADJ f p 1.75 1.22 0.04 0.00 -veinards veinard NOM m p 5.79 1.89 0.53 0.88 -veine veine NOM f s 19.74 35.41 10.75 15.27 -veinent veiner VER 0.01 1.55 0.00 0.07 ind:pre:3p; -veines veine NOM f p 19.74 35.41 8.99 20.14 -veineuse veineux ADJ f s 0.20 0.27 0.06 0.20 -veineux veineux ADJ m s 0.20 0.27 0.14 0.07 -veiné veiné ADJ m s 0.11 1.01 0.00 0.88 -veinée veiné ADJ f s 0.11 1.01 0.11 0.00 -veinées veiner VER f p 0.01 1.55 0.00 0.27 par:pas; -veinule veinule NOM f s 0.00 1.15 0.00 0.07 -veinules veinule NOM f p 0.00 1.15 0.00 1.08 -veinulé veinulé ADJ m s 0.00 0.14 0.00 0.14 -veinures veinure NOM f p 0.00 0.14 0.00 0.14 -veinés veiner VER m p 0.01 1.55 0.00 0.14 par:pas; -velcro velcro NOM m s 0.39 0.00 0.39 0.00 -veld veld NOM m s 0.01 0.00 0.01 0.00 -veldt veldt NOM m s 0.04 0.00 0.04 0.00 -vellave vellave ADJ f s 0.00 0.07 0.00 0.07 -velléitaire velléitaire ADJ s 0.04 0.95 0.04 0.95 -velléité velléité NOM f s 0.20 3.92 0.10 1.55 -velléités velléité NOM f p 0.20 3.92 0.10 2.36 -velours velours NOM m 4.31 35.88 4.31 35.88 -veloutaient velouter VER 0.03 1.08 0.00 0.07 ind:imp:3p; -veloutait velouter VER 0.03 1.08 0.00 0.07 ind:imp:3s; -veloute velouter VER 0.03 1.08 0.00 0.14 ind:pre:3s; -veloutent velouter VER 0.03 1.08 0.00 0.07 ind:pre:3p; -velouter velouter VER 0.03 1.08 0.00 0.07 inf; -velouteuse velouteux ADJ f s 0.01 0.07 0.01 0.00 -velouteux velouteux ADJ m s 0.01 0.07 0.00 0.07 -velouté velouté ADJ m s 0.36 4.93 0.30 2.36 -veloutée velouté ADJ f s 0.36 4.93 0.05 1.15 -veloutées velouter VER f p 0.03 1.08 0.01 0.20 par:pas; -veloutés velouté NOM m p 0.27 1.76 0.14 0.07 -velte velte NOM f s 0.01 0.00 0.01 0.00 -velu velu ADJ m s 1.03 7.43 0.47 2.43 -velue velu ADJ f s 1.03 7.43 0.25 2.50 -velues velu ADJ f p 1.03 7.43 0.22 1.76 -velum velum NOM m s 0.03 0.00 0.03 0.00 -velus velu ADJ m p 1.03 7.43 0.10 0.74 -velux velux NOM m s 0.01 0.00 0.01 0.00 -velvet velvet NOM m s 0.15 0.27 0.15 0.27 -venaient venir VER 2763.69 1514.53 9.96 73.65 ind:imp:3p; -venais venir VER 2763.69 1514.53 23.32 29.86 ind:imp:1s;ind:imp:2s; -venaison venaison NOM f s 0.08 0.54 0.08 0.41 -venaisons venaison NOM f p 0.08 0.54 0.00 0.14 -venait venir VER 2763.69 1514.53 50.25 271.89 ind:imp:3s; -venant venir VER 2763.69 1514.53 17.66 32.36 par:pre; -vend vendre VER 206.95 92.64 22.75 8.65 ind:pre:3s; -vendît vendre VER 206.95 92.64 0.00 0.07 sub:imp:3s; -vendômois vendômois ADJ m 0.00 0.07 0.00 0.07 -vendable vendable ADJ s 0.04 0.14 0.02 0.07 -vendables vendable ADJ p 0.04 0.14 0.02 0.07 -vendaient vendre VER 206.95 92.64 0.56 2.23 ind:imp:3p; -vendais vendre VER 206.95 92.64 1.96 0.95 ind:imp:1s;ind:imp:2s; -vendait vendre VER 206.95 92.64 4.46 9.93 ind:imp:3s; -vendange vendange NOM f s 1.54 3.38 0.17 0.95 -vendangeait vendanger VER 0.74 0.20 0.00 0.07 ind:imp:3s; -vendanger vendanger VER 0.74 0.20 0.47 0.00 inf; -vendanges vendange NOM f p 1.54 3.38 1.37 2.43 -vendangeur vendangeur NOM m s 0.00 0.54 0.00 0.14 -vendangeurs vendangeur NOM m p 0.00 0.54 0.00 0.34 -vendangeuses vendangeur NOM f p 0.00 0.54 0.00 0.07 -vendangé vendanger VER m s 0.74 0.20 0.00 0.07 par:pas; -vendant vendre VER 206.95 92.64 2.11 2.30 par:pre; -vende vendre VER 206.95 92.64 1.93 0.61 sub:pre:1s;sub:pre:3s; -vendent vendre VER 206.95 92.64 6.09 3.04 ind:pre:3p; -vendes vendre VER 206.95 92.64 0.29 0.00 sub:pre:2s; -vendetta vendetta NOM f s 1.25 0.81 1.20 0.74 -vendettas vendetta NOM f p 1.25 0.81 0.05 0.07 -vendeur vendeur NOM m s 16.05 18.65 11.30 4.93 -vendeurs vendeur NOM m p 16.05 18.65 2.71 4.59 -vendeuse vendeur NOM f s 16.05 18.65 2.04 7.09 -vendeuses vendeuse NOM f p 0.79 0.00 0.79 0.00 -vendez vendre VER 206.95 92.64 6.11 1.22 imp:pre:2p;ind:pre:2p; -vendiez vendre VER 206.95 92.64 0.34 0.07 ind:imp:2p; -vendions vendre VER 206.95 92.64 0.13 1.01 ind:imp:1p; -vendirent vendre VER 206.95 92.64 0.16 0.07 ind:pas:3p; -vendis vendre VER 206.95 92.64 0.31 0.20 ind:pas:1s; -vendisse vendre VER 206.95 92.64 0.00 0.07 sub:imp:1s; -vendit vendre VER 206.95 92.64 0.26 1.96 ind:pas:3s; -vendons vendre VER 206.95 92.64 1.34 0.20 imp:pre:1p;ind:pre:1p; -vendra vendre VER 206.95 92.64 3.03 0.61 ind:fut:3s; -vendrai vendre VER 206.95 92.64 3.15 0.54 ind:fut:1s; -vendraient vendre VER 206.95 92.64 0.23 0.27 cnd:pre:3p; -vendrais vendre VER 206.95 92.64 1.68 0.47 cnd:pre:1s;cnd:pre:2s; -vendrait vendre VER 206.95 92.64 1.34 1.08 cnd:pre:3s; -vendras vendre VER 206.95 92.64 0.48 0.07 ind:fut:2s; -vendre vendre VER 206.95 92.64 73.62 30.81 ind:pre:2p;inf; -vendredi vendredi NOM m s 32.49 19.05 31.36 18.31 -vendredis vendredi NOM m p 32.49 19.05 1.13 0.74 -vendrez vendre VER 206.95 92.64 0.65 0.41 ind:fut:2p; -vendriez vendre VER 206.95 92.64 0.30 0.00 cnd:pre:2p; -vendrons vendre VER 206.95 92.64 0.44 0.07 ind:fut:1p; -vendront vendre VER 206.95 92.64 0.53 0.27 ind:fut:3p; -vends vendre VER 206.95 92.64 23.35 4.86 imp:pre:2s;ind:pre:1s;ind:pre:2s; -vendu vendre VER m s 206.95 92.64 37.62 14.73 par:pas; -vendue vendre VER f s 206.95 92.64 7.17 2.97 par:pas; -vendéen vendéen ADJ m s 0.00 0.34 0.00 0.14 -vendéenne vendéen ADJ f s 0.00 0.34 0.00 0.07 -vendéennes vendéen ADJ f p 0.00 0.34 0.00 0.07 -vendéens vendéen ADJ m p 0.00 0.34 0.00 0.07 -vendues vendre VER f p 206.95 92.64 1.09 1.08 par:pas; -vendémiaire vendémiaire NOM m s 0.00 0.34 0.00 0.34 -vendus vendre VER m p 206.95 92.64 3.47 1.82 par:pas; -venelle venelle NOM f s 0.21 3.58 0.21 1.82 -venelles venelle NOM f p 0.21 3.58 0.00 1.76 -venette venette NOM f s 0.01 0.07 0.01 0.07 -veneur veneur NOM m s 0.00 2.91 0.00 2.57 -veneurs veneur NOM m p 0.00 2.91 0.00 0.34 -venez venir VER 2763.69 1514.53 304.03 41.42 imp:pre:2p;ind:pre:2p; -venge venger VER 37.73 24.46 3.89 2.70 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -vengea venger VER 37.73 24.46 0.17 0.34 ind:pas:3s; -vengeai venger VER 37.73 24.46 0.00 0.07 ind:pas:1s; -vengeaient venger VER 37.73 24.46 0.00 0.41 ind:imp:3p; -vengeais venger VER 37.73 24.46 0.03 0.20 ind:imp:1s; -vengeait venger VER 37.73 24.46 0.16 2.30 ind:imp:3s; -vengeance vengeance NOM f s 28.27 17.03 27.85 15.88 -vengeances vengeance NOM f p 28.27 17.03 0.42 1.15 -vengeant venger VER 37.73 24.46 0.25 0.34 par:pre; -vengent venger VER 37.73 24.46 0.71 0.88 ind:pre:3p; -vengeons venger VER 37.73 24.46 0.32 0.07 imp:pre:1p;ind:pre:1p; -vengeât venger VER 37.73 24.46 0.00 0.07 sub:imp:3s; -venger venger VER 37.73 24.46 20.93 12.09 inf; -vengera venger VER 37.73 24.46 0.97 0.34 ind:fut:3s; -vengerai venger VER 37.73 24.46 1.88 0.41 ind:fut:1s; -vengerais venger VER 37.73 24.46 0.31 0.14 cnd:pre:1s;cnd:pre:2s; -vengerait venger VER 37.73 24.46 0.21 0.20 cnd:pre:3s; -vengeresse vengeur ADJ f s 1.54 3.85 0.35 0.81 -vengeresses vengeur ADJ f p 1.54 3.85 0.01 0.27 -vengerez venger VER 37.73 24.46 0.24 0.00 ind:fut:2p; -vengerons venger VER 37.73 24.46 0.44 0.07 ind:fut:1p; -vengeront venger VER 37.73 24.46 0.58 0.00 ind:fut:3p; -venges venger VER 37.73 24.46 0.59 0.14 ind:pre:2s;sub:pre:2s; -vengeur vengeur NOM m s 1.27 1.08 1.15 0.68 -vengeurs vengeur ADJ m p 1.54 3.85 0.23 0.88 -vengez venger VER 37.73 24.46 0.77 0.20 imp:pre:2p;ind:pre:2p; -vengiez venger VER 37.73 24.46 0.11 0.00 ind:imp:2p; -vengèrent venger VER 37.73 24.46 0.00 0.20 ind:pas:3p; -vengé venger VER m s 37.73 24.46 3.19 2.03 par:pas; -vengée venger VER f s 37.73 24.46 1.23 0.68 par:pas; -vengées venger VER f p 37.73 24.46 0.15 0.07 par:pas; -vengés venger VER m p 37.73 24.46 0.60 0.54 par:pas; -veniez venir VER 2763.69 1514.53 9.37 3.24 ind:imp:2p; -venimeuse venimeux ADJ f s 2.67 2.77 0.77 0.74 -venimeusement venimeusement ADV 0.00 0.07 0.00 0.07 -venimeuses venimeux ADJ f p 2.67 2.77 0.32 0.34 -venimeux venimeux ADJ m 2.67 2.77 1.58 1.69 -venin venin NOM m s 3.59 3.11 3.57 2.97 -venins venin NOM m p 3.59 3.11 0.02 0.14 -venions venir VER 2763.69 1514.53 2.07 5.88 ind:imp:1p; -venir venir VER 2763.69 1514.53 367.13 196.01 inf; -venise venise NOM f s 0.03 0.07 0.03 0.07 -venons venir VER 2763.69 1514.53 17.22 8.18 imp:pre:1p;ind:pre:1p; -vent vent NOM m s 77.34 220.27 71.50 207.64 -ventôse ventôse NOM m s 0.14 0.88 0.14 0.88 -venta venter VER 0.74 0.81 0.26 0.41 ind:pas:3s; -ventail ventail NOM m s 0.01 0.00 0.01 0.00 -ventas venter VER 0.74 0.81 0.00 0.14 ind:pas:2s; -vente vente NOM f s 27.54 18.99 20.93 12.97 -venter venter VER 0.74 0.81 0.03 0.14 inf; -ventes vente NOM f p 27.54 18.99 6.61 6.01 -venteuse venteux ADJ f s 0.14 0.95 0.03 0.20 -venteuses venteux ADJ f p 0.14 0.95 0.00 0.27 -venteux venteux ADJ m 0.14 0.95 0.11 0.47 -ventilant ventiler VER 0.73 0.68 0.00 0.14 par:pre; -ventilateur ventilateur NOM m s 3.02 2.64 2.43 2.09 -ventilateurs ventilateur NOM m p 3.02 2.64 0.59 0.54 -ventilation ventilation NOM f s 2.90 0.47 2.84 0.47 -ventilations ventilation NOM f p 2.90 0.47 0.05 0.00 -ventile ventiler VER 0.73 0.68 0.32 0.00 imp:pre:2s;ind:pre:1s;ind:pre:3s; -ventiler ventiler VER 0.73 0.68 0.23 0.14 inf; -ventilez ventiler VER 0.73 0.68 0.07 0.00 imp:pre:2p; -ventilo ventilo NOM m s 0.54 0.14 0.32 0.07 -ventilos ventilo NOM m p 0.54 0.14 0.22 0.07 -ventilé ventilé ADJ m s 0.35 0.34 0.17 0.14 -ventilée ventiler VER f s 0.73 0.68 0.01 0.34 par:pas; -ventilées ventilé ADJ f p 0.35 0.34 0.14 0.20 -ventilés ventilé ADJ m p 0.35 0.34 0.02 0.00 -ventis ventis NOM m 0.01 0.07 0.01 0.07 -ventouse ventouse NOM f s 0.69 4.66 0.44 1.76 -ventousent ventouser VER 0.01 0.14 0.00 0.07 ind:pre:3p; -ventouses ventouse NOM f p 0.69 4.66 0.25 2.91 -ventousé ventouser VER m s 0.01 0.14 0.00 0.07 par:pas; -ventousée ventouser VER f s 0.01 0.14 0.01 0.00 par:pas; -ventral ventral ADJ m s 0.17 1.28 0.09 0.27 -ventrale ventral ADJ f s 0.17 1.28 0.08 1.01 -ventre_saint_gris ventre_saint_gris ONO 0.00 0.07 0.00 0.07 -ventre ventre NOM m s 46.91 141.96 46.07 136.62 -ventrebleu ventrebleu ONO 0.02 0.00 0.02 0.00 -ventres ventre NOM m p 46.91 141.96 0.84 5.34 -ventriculaire ventriculaire ADJ s 0.61 0.00 0.61 0.00 -ventricule ventricule NOM m s 0.78 0.07 0.55 0.00 -ventricules ventricule NOM m p 0.78 0.07 0.23 0.07 -ventriloque ventriloque NOM s 1.14 0.47 1.05 0.47 -ventriloques ventriloque NOM p 1.14 0.47 0.08 0.00 -ventriloquie ventriloquie NOM f s 0.04 0.00 0.04 0.00 -ventripotent ventripotent ADJ m s 0.01 0.88 0.01 0.74 -ventripotents ventripotent ADJ m p 0.01 0.88 0.00 0.14 -ventrière ventrière NOM f s 0.01 0.14 0.01 0.14 -ventru ventru ADJ m s 0.12 3.51 0.08 1.82 -ventrée ventrée NOM f s 0.11 0.54 0.01 0.41 -ventrue ventru ADJ f s 0.12 3.51 0.01 0.47 -ventrées ventrée NOM f p 0.11 0.54 0.10 0.14 -ventrues ventru ADJ f p 0.12 3.51 0.00 0.34 -ventrus ventru ADJ m p 0.12 3.51 0.03 0.88 -vents vent NOM m p 77.34 220.27 5.84 12.64 -venté venté ADJ m s 0.04 0.14 0.02 0.07 -ventée venté ADJ f s 0.04 0.14 0.03 0.00 -ventées venté ADJ f p 0.04 0.14 0.00 0.07 -ventés venter VER m p 0.74 0.81 0.00 0.07 par:pas; -venu venir VER m s 2763.69 1514.53 244.70 135.14 par:pas; -venue venir VER f s 2763.69 1514.53 93.14 60.47 par:pas; -venues venir VER f p 2763.69 1514.53 5.49 6.96 par:pas; -venus venir VER m p 2763.69 1514.53 53.34 40.41 par:pas; -ver ver NOM m s 12.32 16.01 10.21 5.61 -verbal verbal ADJ m s 2.27 6.76 0.92 1.89 -verbale verbal ADJ f s 2.27 6.76 0.71 2.57 -verbalement verbalement ADV 0.53 0.54 0.53 0.54 -verbales verbal ADJ f p 2.27 6.76 0.39 1.76 -verbalisation verbalisation NOM f s 0.04 0.00 0.04 0.00 -verbalise verbaliser VER 0.79 0.14 0.27 0.00 ind:pre:1s;ind:pre:3s; -verbaliser verbaliser VER 0.79 0.14 0.42 0.14 inf; -verbalisez verbaliser VER 0.79 0.14 0.02 0.00 imp:pre:2p;ind:pre:2p; -verbalisme verbalisme NOM m s 0.00 0.41 0.00 0.41 -verbaliste verbaliste NOM s 0.00 0.07 0.00 0.07 -verbalisé verbaliser VER m s 0.79 0.14 0.08 0.00 par:pas; -verbalisée verbaliser VER f s 0.79 0.14 0.01 0.00 par:pas; -verbatim verbatim NOM m s 0.01 0.00 0.01 0.00 -verbaux verbal ADJ m p 2.27 6.76 0.25 0.54 -verbe verbe NOM m s 2.02 9.93 1.66 8.38 -verbes verbe NOM m p 2.02 9.93 0.36 1.55 -verbeuse verbeux ADJ f s 0.18 0.47 0.01 0.07 -verbeuses verbeux ADJ f p 0.18 0.47 0.00 0.14 -verbeux verbeux ADJ m 0.18 0.47 0.17 0.27 -verbiage verbiage NOM m s 0.18 0.74 0.18 0.74 -verbosité verbosité NOM f s 0.00 0.27 0.00 0.20 -verbosités verbosité NOM f p 0.00 0.27 0.00 0.07 -verdelet verdelet ADJ m s 0.00 0.07 0.00 0.07 -verdeur verdeur NOM f s 0.00 1.08 0.00 1.01 -verdeurs verdeur NOM f p 0.00 1.08 0.00 0.07 -verdi verdi ADJ m s 0.02 1.01 0.02 0.34 -verdict verdict NOM m s 8.63 5.47 8.57 5.00 -verdicts verdict NOM m p 8.63 5.47 0.07 0.47 -verdie verdir VER f s 0.21 2.97 0.00 0.41 par:pas; -verdier verdier NOM m s 0.03 0.14 0.00 0.07 -verdiers verdier NOM m p 0.03 0.14 0.03 0.07 -verdies verdi ADJ f p 0.02 1.01 0.00 0.20 -verdine verdin NOM f s 0.00 0.07 0.00 0.07 -verdir verdir VER 0.21 2.97 0.16 0.20 inf; -verdis verdir VER m p 0.21 2.97 0.01 0.14 par:pas; -verdissaient verdir VER 0.21 2.97 0.00 0.27 ind:imp:3p; -verdissait verdir VER 0.21 2.97 0.00 0.41 ind:imp:3s; -verdissant verdissant ADJ m s 0.00 0.61 0.00 0.20 -verdissante verdissant ADJ f s 0.00 0.61 0.00 0.27 -verdissants verdissant ADJ m p 0.00 0.61 0.00 0.14 -verdissent verdir VER 0.21 2.97 0.02 0.20 ind:pre:3p; -verdit verdir VER 0.21 2.97 0.02 0.47 ind:pre:3s;ind:pas:3s; -verdoie verdoyer VER 0.13 0.68 0.11 0.20 ind:pre:3s; -verdoiement verdoiement NOM m s 0.14 0.07 0.14 0.07 -verdoient verdoyer VER 0.13 0.68 0.02 0.14 ind:pre:3p; -verdâtre verdâtre ADJ s 0.11 9.73 0.08 6.62 -verdâtres verdâtre ADJ p 0.11 9.73 0.03 3.11 -verdoyant verdoyant ADJ m s 0.67 2.43 0.13 0.95 -verdoyante verdoyant ADJ f s 0.67 2.43 0.06 0.68 -verdoyantes verdoyant ADJ f p 0.67 2.43 0.46 0.47 -verdoyants verdoyant ADJ m p 0.67 2.43 0.02 0.34 -verdoyer verdoyer VER 0.13 0.68 0.00 0.20 inf; -verdure verdure NOM f s 1.15 10.95 1.05 10.14 -verdures verdure NOM f p 1.15 10.95 0.10 0.81 -verge verge NOM f s 0.81 5.41 0.69 3.65 -vergence vergence NOM f s 0.02 0.00 0.02 0.00 -verger verger NOM m s 3.13 11.69 2.54 5.88 -vergers verger NOM m p 3.13 11.69 0.59 5.81 -verges verge NOM f p 0.81 5.41 0.13 1.76 -vergeture vergeture NOM f s 0.42 0.41 0.01 0.00 -vergetures vergeture NOM f p 0.42 0.41 0.41 0.41 -verglacé verglacer VER m s 0.06 0.14 0.03 0.00 par:pas; -verglacée verglacé ADJ f s 0.06 0.41 0.03 0.07 -verglacées verglacé ADJ f p 0.06 0.41 0.02 0.14 -verglas verglas NOM m 0.94 1.62 0.94 1.62 -vergne vergne NOM m s 0.00 0.34 0.00 0.27 -vergnes vergne NOM m p 0.00 0.34 0.00 0.07 -vergogne vergogne NOM f s 0.51 4.05 0.51 4.05 -vergogneux vergogneux ADJ m 0.00 0.27 0.00 0.27 -vergé vergé ADJ m s 0.01 0.34 0.00 0.27 -vergue vergue NOM f s 0.41 0.47 0.38 0.27 -vergues vergue NOM f p 0.41 0.47 0.03 0.20 -vergés vergé ADJ m p 0.01 0.34 0.01 0.07 -verjus verjus NOM m 0.01 0.27 0.01 0.27 -verlan verlan NOM m s 0.07 0.34 0.07 0.34 -vermeil vermeil ADJ m s 1.66 3.11 1.25 0.88 -vermeille vermeil ADJ f s 1.66 3.11 0.27 0.81 -vermeilles vermeil ADJ f p 1.66 3.11 0.03 1.08 -vermeils vermeil ADJ m p 1.66 3.11 0.10 0.34 -vermicelle vermicelle NOM m s 0.29 0.81 0.15 0.54 -vermicelles vermicelle NOM m p 0.29 0.81 0.14 0.27 -vermiculaire vermiculaire ADJ s 0.00 0.14 0.00 0.07 -vermiculaires vermiculaire ADJ p 0.00 0.14 0.00 0.07 -vermiculées vermiculé ADJ f p 0.00 0.07 0.00 0.07 -vermifuge vermifuge NOM m s 0.03 0.14 0.03 0.14 -vermillon vermillon ADJ 0.02 1.15 0.02 1.15 -vermillonnait vermillonner VER 0.00 0.27 0.00 0.07 ind:imp:3s; -vermillonnée vermillonner VER f s 0.00 0.27 0.00 0.14 par:pas; -vermillonnés vermillonner VER m p 0.00 0.27 0.00 0.07 par:pas; -vermillons vermillon NOM m p 0.02 1.08 0.00 0.14 -vermine vermine NOM f s 7.31 4.93 6.77 4.46 -vermines vermine NOM f p 7.31 4.93 0.54 0.47 -vermineux vermineux ADJ m 0.00 0.14 0.00 0.14 -vermisseau vermisseau NOM m s 0.49 0.07 0.29 0.07 -vermisseaux vermisseau NOM m p 0.49 0.07 0.20 0.00 -vermoulu vermoulu ADJ m s 0.17 3.31 0.01 1.15 -vermoulue vermoulu ADJ f s 0.17 3.31 0.02 1.22 -vermoulues vermoulu ADJ f p 0.17 3.31 0.01 0.47 -vermoulure vermoulure NOM f s 0.00 0.34 0.00 0.20 -vermoulures vermoulure NOM f p 0.00 0.34 0.00 0.14 -vermoulus vermoulu ADJ m p 0.17 3.31 0.14 0.47 -vermout vermout NOM m s 0.01 0.00 0.01 0.00 -vermouth vermouth NOM m s 1.19 1.49 1.18 1.28 -vermouths vermouth NOM m p 1.19 1.49 0.01 0.20 -vernaculaire vernaculaire ADJ s 0.01 0.00 0.01 0.00 -vernal vernal ADJ m s 0.01 0.00 0.01 0.00 -verne verne NOM m s 0.14 0.00 0.14 0.00 -verni vernir VER m s 1.77 8.51 0.66 1.96 par:pas; -vernie vernir VER f s 1.77 8.51 0.14 0.95 par:pas; -vernier vernier NOM m s 0.00 0.07 0.00 0.07 -vernies verni ADJ f p 0.48 6.62 0.15 1.62 -vernir vernir VER 1.77 8.51 0.16 0.61 inf; -vernis vernis NOM m 2.81 9.80 2.81 9.80 -vernissage vernissage NOM m s 2.21 1.82 1.88 1.35 -vernissages vernissage NOM m p 2.21 1.82 0.33 0.47 -vernissaient vernir VER 1.77 8.51 0.00 0.07 ind:imp:3p; -vernissait vernir VER 1.77 8.51 0.01 0.00 ind:imp:3s; -vernissant vernir VER 1.77 8.51 0.00 0.07 par:pre; -vernissent vernir VER 1.77 8.51 0.00 0.07 ind:pre:3p; -vernisser vernisser VER 0.00 1.49 0.00 0.07 inf; -vernisseur vernisseur NOM m s 0.10 0.00 0.10 0.00 -vernissé vernissé ADJ m s 0.00 2.36 0.00 0.34 -vernissée vernisser VER f s 0.00 1.49 0.00 0.47 par:pas; -vernissées vernissé ADJ f p 0.00 2.36 0.00 1.08 -vernissés vernissé ADJ m p 0.00 2.36 0.00 0.54 -vernit vernir VER 1.77 8.51 0.13 0.41 ind:pre:3s;ind:pas:3s; -verra voir VER 4119.49 2401.76 78.66 26.28 ind:fut:3s; -verrai voir VER 4119.49 2401.76 31.76 10.54 ind:fut:1s; -verraient voir VER 4119.49 2401.76 1.01 2.23 cnd:pre:3p; -verrais voir VER 4119.49 2401.76 9.03 6.49 cnd:pre:1s;cnd:pre:2s; -verrait voir VER 4119.49 2401.76 6.58 16.76 cnd:pre:3s; -verras voir VER 4119.49 2401.76 51.34 23.78 ind:fut:2s; -verrat verrat NOM m s 0.08 0.74 0.08 0.68 -verrats verrat NOM m p 0.08 0.74 0.00 0.07 -verre verre NOM m s 176.57 230.07 154.13 175.20 -verrerie verrerie NOM f s 1.14 0.74 0.93 0.47 -verreries verrerie NOM f p 1.14 0.74 0.21 0.27 -verres verre NOM m p 176.57 230.07 22.45 54.86 -verrez voir VER 4119.49 2401.76 35.50 18.51 ind:fut:2p; -verrier verrier ADJ m s 0.00 0.27 0.00 0.07 -verriers verrier ADJ m p 0.00 0.27 0.00 0.07 -verriez voir VER 4119.49 2401.76 1.84 0.81 cnd:pre:2p; -verrions voir VER 4119.49 2401.76 0.12 1.01 cnd:pre:1p; -verrière verrière NOM f s 0.42 5.95 0.42 4.53 -verrières verrière NOM f p 0.42 5.95 0.00 1.42 -verrons voir VER 4119.49 2401.76 13.26 7.57 ind:fut:1p; -verront voir VER 4119.49 2401.76 6.54 2.70 ind:fut:3p; -verroterie verroterie NOM f s 0.05 1.42 0.04 1.01 -verroteries verroterie NOM f p 0.05 1.42 0.01 0.41 -verrou verrou NOM m s 5.28 12.03 3.54 7.64 -verrouilla verrouiller VER 8.77 3.72 0.11 0.61 ind:pas:3s; -verrouillage verrouillage NOM m s 1.23 0.54 1.23 0.54 -verrouillai verrouiller VER 8.77 3.72 0.00 0.07 ind:pas:1s; -verrouillait verrouiller VER 8.77 3.72 0.15 0.34 ind:imp:3s; -verrouillant verrouiller VER 8.77 3.72 0.00 0.20 par:pre; -verrouille verrouiller VER 8.77 3.72 1.98 0.27 imp:pre:2s;ind:pre:1s;ind:pre:3s; -verrouillent verrouiller VER 8.77 3.72 0.28 0.00 ind:pre:3p; -verrouiller verrouiller VER 8.77 3.72 1.36 0.47 inf; -verrouilles verrouiller VER 8.77 3.72 0.09 0.14 ind:pre:2s; -verrouillez verrouiller VER 8.77 3.72 1.27 0.00 imp:pre:2p;ind:pre:2p; -verrouillons verrouiller VER 8.77 3.72 0.02 0.00 ind:pre:1p; -verrouillèrent verrouiller VER 8.77 3.72 0.00 0.07 ind:pas:3p; -verrouillé verrouiller VER m s 8.77 3.72 1.85 0.61 par:pas; -verrouillée verrouiller VER f s 8.77 3.72 1.24 0.61 par:pas; -verrouillées verrouiller VER f p 8.77 3.72 0.33 0.14 par:pas; -verrouillés verrouiller VER m p 8.77 3.72 0.09 0.20 par:pas; -verrous verrou NOM m p 5.28 12.03 1.74 4.39 -verrue verrue NOM f s 1.20 3.11 0.66 1.76 -verrues verrue NOM f p 1.20 3.11 0.54 1.35 -verruqueuse verruqueux ADJ f s 0.00 0.14 0.00 0.14 -vers vers PRE 227.77 956.15 227.77 956.15 -versa verser VER 31.20 53.99 1.88 10.68 ind:pas:3s; -versai verser VER 31.20 53.99 0.01 1.08 ind:pas:1s; -versaient verser VER 31.20 53.99 0.06 1.55 ind:imp:3p; -versaillais versaillais NOM m 0.00 0.54 0.00 0.54 -versaillaise versaillais ADJ f s 0.00 0.34 0.00 0.20 -versais verser VER 31.20 53.99 0.21 0.47 ind:imp:1s;ind:imp:2s; -versait verser VER 31.20 53.99 0.64 5.61 ind:imp:3s; -versant versant NOM m s 0.59 10.68 0.53 8.92 -versants versant NOM m p 0.59 10.68 0.06 1.76 -versatile versatile ADJ s 0.34 0.34 0.33 0.20 -versatiles versatile ADJ f p 0.34 0.34 0.01 0.14 -versatilité versatilité NOM f s 0.02 0.34 0.02 0.34 -verse verser VER 31.20 53.99 7.50 7.57 imp:pre:2s;ind:pre:1s;ind:pre:3s; -verseau verseau NOM m s 0.02 0.00 0.02 0.00 -versement versement NOM m s 2.76 0.88 1.91 0.61 -versements versement NOM m p 2.76 0.88 0.85 0.27 -versent verser VER 31.20 53.99 0.29 0.95 ind:pre:3p; -verser verser VER 31.20 53.99 4.62 9.86 ind:pre:2p;inf; -versera verser VER 31.20 53.99 0.60 0.41 ind:fut:3s; -verserai verser VER 31.20 53.99 0.62 0.00 ind:fut:1s; -verserais verser VER 31.20 53.99 0.08 0.07 cnd:pre:1s; -verserait verser VER 31.20 53.99 0.14 0.07 cnd:pre:3s; -verseras verser VER 31.20 53.99 0.16 0.07 ind:fut:2s; -verserez verser VER 31.20 53.99 0.04 0.07 ind:fut:2p; -verseriez verser VER 31.20 53.99 0.02 0.00 cnd:pre:2p; -verserons verser VER 31.20 53.99 0.18 0.00 ind:fut:1p; -verseront verser VER 31.20 53.99 0.04 0.14 ind:fut:3p; -verses verser VER 31.20 53.99 0.93 0.07 ind:pre:2s; -verset verset NOM m s 2.46 4.39 1.43 2.03 -versets verset NOM m p 2.46 4.39 1.03 2.36 -verseur verseur ADJ m s 0.03 0.07 0.03 0.00 -verseurs verseur ADJ m p 0.03 0.07 0.00 0.07 -verseuse verseur NOM f s 0.04 0.27 0.04 0.20 -verseuses verseuse NOM f p 0.04 0.00 0.04 0.00 -versez verser VER 31.20 53.99 3.60 0.27 imp:pre:2p;ind:pre:2p; -versicolores versicolore ADJ p 0.00 0.27 0.00 0.27 -versiculets versiculet NOM m p 0.00 0.07 0.00 0.07 -versiez verser VER 31.20 53.99 0.02 0.00 ind:imp:2p; -versificateur versificateur NOM m s 0.00 0.07 0.00 0.07 -versification versification NOM f s 0.01 0.00 0.01 0.00 -versifier versifier VER 0.00 0.07 0.00 0.07 inf; -versifiées versifié ADJ f p 0.00 0.14 0.00 0.14 -version version NOM f s 20.09 12.97 19.10 11.01 -versions version NOM f p 20.09 12.97 0.98 1.96 -verso verso NOM m s 0.62 1.96 0.61 1.82 -versâmes verser VER 31.20 53.99 0.00 0.07 ind:pas:1p; -versons verser VER 31.20 53.99 0.22 0.14 imp:pre:1p;ind:pre:1p; -versos verso NOM m p 0.62 1.96 0.01 0.14 -versât verser VER 31.20 53.99 0.00 0.14 sub:imp:3s; -verstes verste NOM f p 0.47 0.14 0.47 0.14 -versèrent verser VER 31.20 53.99 0.01 0.47 ind:pas:3p; -versé verser VER m s 31.20 53.99 7.50 7.70 par:pas; -versée verser VER f s 31.20 53.99 0.86 0.81 par:pas; -versées verser VER f p 31.20 53.99 0.36 0.54 par:pas; -versés verser VER m p 31.20 53.99 0.17 0.54 par:pas; -versus versus PRE 0.07 0.07 0.07 0.07 -vert_de_gris vert_de_gris ADJ 0.02 0.81 0.02 0.81 -vert_de_grisé vert_de_grisé ADJ m s 0.00 0.34 0.00 0.07 -vert_de_grisé vert_de_grisé ADJ f s 0.00 0.34 0.00 0.07 -vert_de_grisé vert_de_grisé ADJ f p 0.00 0.34 0.00 0.14 -vert_de_grisé vert_de_grisé ADJ m p 0.00 0.34 0.00 0.07 -vert_galant vert_galant NOM m s 0.00 0.20 0.00 0.20 -vert_jaune vert_jaune ADJ m s 0.02 0.07 0.02 0.07 -vert_jaune vert_jaune NOM m s 0.02 0.07 0.02 0.07 -vert vert ADJ m s 52.59 145.14 24.74 59.12 -verte vert ADJ f s 52.59 145.14 14.24 38.45 -vertement vertement ADV 0.14 1.08 0.14 1.08 -vertes vert ADJ f p 52.59 145.14 4.29 23.72 -vertex vertex NOM m 0.00 1.22 0.00 1.22 -vertical vertical ADJ m s 1.54 15.41 0.61 3.85 -verticale verticale NOM f s 1.85 5.07 1.44 4.46 -verticalement verticalement ADV 0.17 3.31 0.17 3.31 -verticales verticale NOM f p 1.85 5.07 0.41 0.61 -verticalité verticalité NOM f s 0.00 0.20 0.00 0.20 -verticaux vertical ADJ m p 1.54 15.41 0.08 2.77 -verticille verticille NOM m s 0.01 0.00 0.01 0.00 -vertige vertige NOM m s 9.06 26.62 6.14 24.26 -vertiges vertige NOM m p 9.06 26.62 2.91 2.36 -vertigineuse vertigineux ADJ f s 0.69 10.41 0.14 4.86 -vertigineusement vertigineusement ADV 0.10 1.15 0.10 1.15 -vertigineuses vertigineux ADJ f p 0.69 10.41 0.11 1.35 -vertigineux vertigineux ADJ m 0.69 10.41 0.45 4.19 -vertigo vertigo NOM m s 0.13 0.14 0.13 0.14 -verts vert ADJ m p 52.59 145.14 9.32 23.85 -vertèbre vertèbre NOM f s 1.27 3.38 0.68 0.81 -vertèbres vertèbre NOM f p 1.27 3.38 0.59 2.57 -vertu vertu NOM f s 17.75 38.45 13.49 24.05 -vertubleu vertubleu ONO 0.27 0.00 0.27 0.00 -vertébral vertébral ADJ m s 3.23 2.36 0.06 0.00 -vertébrale vertébral ADJ f s 3.23 2.36 3.09 2.36 -vertébrales vertébral ADJ f p 3.23 2.36 0.06 0.00 -vertébraux vertébral ADJ m p 3.23 2.36 0.01 0.00 -vertébré vertébré NOM m s 0.36 0.14 0.13 0.07 -vertébrés vertébré NOM m p 0.36 0.14 0.23 0.07 -vertueuse vertueux ADJ f s 5.08 3.78 1.92 1.42 -vertueusement vertueusement ADV 0.00 0.27 0.00 0.27 -vertueuses vertueux ADJ f p 5.08 3.78 0.30 0.68 -vertueux vertueux ADJ m 5.08 3.78 2.85 1.69 -vertugadin vertugadin NOM m s 0.01 0.14 0.01 0.14 -vertus vertu NOM f p 17.75 38.45 4.26 14.39 -verve verve NOM f s 0.40 3.04 0.40 3.04 -verveine verveine NOM f s 0.72 1.76 0.72 1.76 -verveux verveux ADJ m 0.00 0.14 0.00 0.14 -vesce vesce NOM f s 0.01 0.20 0.01 0.00 -vesces vesce NOM f p 0.01 0.20 0.00 0.20 -vespa vespa NOM f s 1.19 0.68 1.19 0.61 -vespas vespa NOM f p 1.19 0.68 0.00 0.07 -vespasienne vespasien NOM f s 0.12 0.41 0.02 0.00 -vespasiennes vespasien NOM f p 0.12 0.41 0.10 0.41 -vesprée vesprée NOM f s 0.00 0.07 0.00 0.07 -vespéral vespéral ADJ m s 0.01 0.88 0.00 0.07 -vespérale vespéral ADJ f s 0.01 0.88 0.00 0.61 -vespérales vespéral ADJ f p 0.01 0.88 0.01 0.14 -vespéraux vespéral ADJ m p 0.01 0.88 0.00 0.07 -vesse_de_loup vesse_de_loup NOM f s 0.02 0.20 0.00 0.14 -vesse_de_loup vesse_de_loup NOM f p 0.02 0.20 0.02 0.07 -vesses vesse NOM f p 0.00 0.14 0.00 0.14 -vessie vessie NOM f s 3.34 2.57 3.21 2.23 -vessies vessie NOM f p 3.34 2.57 0.13 0.34 -vestalat vestalat NOM m s 0.00 0.07 0.00 0.07 -vestale vestale NOM f s 0.70 0.81 0.54 0.41 -vestales vestale NOM f p 0.70 0.81 0.16 0.41 -veste veste NOM f s 37.72 61.62 36.00 55.68 -vestes veste NOM f p 37.72 61.62 1.71 5.95 -vestiaire vestiaire NOM m s 5.71 12.43 4.04 9.86 -vestiaires vestiaire NOM m p 5.71 12.43 1.67 2.57 -vestibule vestibule NOM m s 0.96 12.77 0.96 12.43 -vestibules vestibule NOM m p 0.96 12.77 0.00 0.34 -vestige vestige NOM m s 1.48 7.77 0.54 1.62 -vestiges vestige NOM m p 1.48 7.77 0.94 6.15 -vestimentaire vestimentaire ADJ s 0.90 2.84 0.63 1.76 -vestimentaires vestimentaire ADJ p 0.90 2.84 0.27 1.08 -veston veston NOM m s 1.68 16.55 1.66 15.27 -vestons veston NOM m p 1.68 16.55 0.02 1.28 -veto veto NOM m 1.94 0.74 1.94 0.74 -veuf veuf ADJ m s 8.39 10.14 1.65 3.11 -veufs veuf NOM m p 16.52 32.70 0.06 0.20 -veuille vouloir VER 5249.31 1640.14 10.13 8.45 imp:pre:2s;sub:pre:1s;sub:pre:3s; -veuillent vouloir VER 5249.31 1640.14 1.15 1.08 sub:pre:3p; -veuilles vouloir VER 5249.31 1640.14 6.72 1.28 sub:pre:2s; -veuillez vouloir VER 5249.31 1640.14 45.84 8.99 imp:pre:2p; -veule veule ADJ s 0.18 1.76 0.16 1.42 -veulent vouloir VER 5249.31 1640.14 142.38 39.05 ind:pre:3p; -veulerie veulerie NOM f s 0.21 2.50 0.21 2.36 -veuleries veulerie NOM f p 0.21 2.50 0.00 0.14 -veules veule ADJ m p 0.18 1.76 0.02 0.34 -veut vouloir VER 5249.31 1640.14 701.19 210.61 ind:pre:3s; -veuvage veuvage NOM m s 0.78 2.84 0.78 2.50 -veuvages veuvage NOM m p 0.78 2.84 0.00 0.34 -veuve veuf NOM f s 16.52 32.70 15.64 26.89 -veuves veuve NOM f p 1.89 0.00 1.89 0.00 -veux vouloir VER 5249.31 1640.14 2486.93 377.97 ind:pre:1s;ind:pre:2s; -vexa vexer VER 15.56 11.76 0.00 0.34 ind:pas:3s; -vexai vexer VER 15.56 11.76 0.00 0.07 ind:pas:1s; -vexait vexer VER 15.56 11.76 0.02 0.54 ind:imp:3s; -vexant vexant ADJ m s 0.40 1.01 0.39 0.74 -vexante vexant ADJ f s 0.40 1.01 0.01 0.14 -vexantes vexant ADJ f p 0.40 1.01 0.00 0.07 -vexants vexant ADJ m p 0.40 1.01 0.00 0.07 -vexation vexation NOM f s 0.17 1.82 0.12 0.68 -vexations vexation NOM f p 0.17 1.82 0.05 1.15 -vexatoire vexatoire ADJ s 0.00 0.20 0.00 0.14 -vexatoires vexatoire ADJ f p 0.00 0.20 0.00 0.07 -vexe vexer VER 15.56 11.76 1.65 1.76 imp:pre:2s;ind:pre:1s;ind:pre:3s; -vexent vexer VER 15.56 11.76 0.12 0.07 ind:pre:3p; -vexer vexer VER 15.56 11.76 4.30 2.57 inf;; -vexera vexer VER 15.56 11.76 0.26 0.00 ind:fut:3s; -vexerai vexer VER 15.56 11.76 0.30 0.00 ind:fut:1s; -vexerait vexer VER 15.56 11.76 0.02 0.41 cnd:pre:3s; -vexeras vexer VER 15.56 11.76 0.14 0.07 ind:fut:2s; -vexerez vexer VER 15.56 11.76 0.01 0.00 ind:fut:2p; -vexerions vexer VER 15.56 11.76 0.00 0.07 cnd:pre:1p; -vexes vexer VER 15.56 11.76 0.34 0.14 ind:pre:2s; -vexez vexer VER 15.56 11.76 0.41 0.00 imp:pre:2p;ind:pre:2p; -vexons vexer VER 15.56 11.76 0.04 0.00 imp:pre:1p;ind:pre:1p; -vexé vexer VER m s 15.56 11.76 5.21 4.19 par:pas; -vexée vexer VER f s 15.56 11.76 2.34 1.08 par:pas; -vexées vexer VER f p 15.56 11.76 0.01 0.00 par:pas; -vexés vexer VER m p 15.56 11.76 0.36 0.34 par:pas; -via via PRE 6.53 5.41 6.53 5.41 -viabilité viabilité NOM f s 0.10 0.07 0.10 0.07 -viable viable ADJ s 1.57 1.22 1.27 0.95 -viables viable ADJ p 1.57 1.22 0.29 0.27 -viaduc viaduc NOM m s 0.17 0.88 0.17 0.88 -viager viager NOM m s 0.14 0.27 0.14 0.27 -viagra viagra NOM m s 0.45 0.00 0.45 0.00 -viagère viager ADJ f s 0.03 0.14 0.03 0.14 -viandard viandard NOM m s 0.00 0.07 0.00 0.07 -viandasse viander VER 0.05 0.41 0.00 0.20 sub:imp:1s; -viande viande NOM f s 44.43 45.00 43.78 41.35 -viander viander VER 0.05 0.41 0.01 0.14 inf; -viandes viande NOM f p 44.43 45.00 0.65 3.65 -viandeuse viandeux ADJ f s 0.00 0.07 0.00 0.07 -viandox viandox NOM m 0.02 0.68 0.02 0.68 -viandé viander VER m s 0.05 0.41 0.04 0.07 par:pas; -viatique viatique NOM m s 0.01 1.28 0.01 1.28 -vibra vibrer VER 4.73 24.53 0.00 0.95 ind:pas:3s; -vibraient vibrer VER 4.73 24.53 0.06 0.68 ind:imp:3p; -vibrais vibrer VER 4.73 24.53 0.01 0.20 ind:imp:1s; -vibrait vibrer VER 4.73 24.53 0.22 6.22 ind:imp:3s; -vibrant vibrant ADJ m s 0.86 6.89 0.56 1.89 -vibrante vibrant ADJ f s 0.86 6.89 0.22 3.78 -vibrantes vibrant ADJ f p 0.86 6.89 0.03 0.88 -vibrants vibrant ADJ m p 0.86 6.89 0.05 0.34 -vibraphone vibraphone NOM m s 0.03 0.14 0.03 0.07 -vibraphones vibraphone NOM m p 0.03 0.14 0.00 0.07 -vibrateur vibrateur NOM m s 0.14 0.07 0.14 0.00 -vibrateurs vibrateur NOM m p 0.14 0.07 0.01 0.07 -vibratile vibratile ADJ f s 0.14 0.34 0.01 0.20 -vibratiles vibratile ADJ m p 0.14 0.34 0.14 0.14 -vibration vibration NOM f s 4.49 12.64 1.28 8.58 -vibrations vibration NOM f p 4.49 12.64 3.21 4.05 -vibrato vibrato NOM m s 0.12 0.54 0.12 0.34 -vibratoire vibratoire ADJ s 0.11 0.47 0.10 0.34 -vibratoires vibratoire ADJ p 0.11 0.47 0.01 0.14 -vibratos vibrato NOM m p 0.12 0.54 0.00 0.20 -vibre vibrer VER 4.73 24.53 1.79 3.78 imp:pre:2s;ind:pre:1s;ind:pre:3s; -vibrent vibrer VER 4.73 24.53 0.23 0.68 ind:pre:3p; -vibrer vibrer VER 4.73 24.53 2.06 8.31 inf; -vibrera vibrer VER 4.73 24.53 0.03 0.00 ind:fut:3s; -vibreur vibreur NOM m s 0.25 0.00 0.25 0.00 -vibrez vibrer VER 4.73 24.53 0.01 0.00 imp:pre:2p; -vibrionnaient vibrionner VER 0.00 0.34 0.00 0.07 ind:imp:3p; -vibrionnait vibrionner VER 0.00 0.34 0.00 0.14 ind:imp:3s; -vibrionnant vibrionner VER 0.00 0.34 0.00 0.07 par:pre; -vibrionne vibrionner VER 0.00 0.34 0.00 0.07 ind:pre:1s; -vibrions vibrion NOM m p 0.14 0.20 0.14 0.20 -vibrisses vibrisse NOM f p 0.00 0.14 0.00 0.14 -vibro_masseur vibro_masseur NOM m s 0.08 0.07 0.08 0.07 -vibromasseur vibromasseur NOM m s 0.93 0.00 0.85 0.00 -vibromasseurs vibromasseur NOM m p 0.93 0.00 0.08 0.00 -vibré vibrer VER m s 4.73 24.53 0.04 0.95 par:pas; -vibrée vibrer VER f s 4.73 24.53 0.01 0.07 par:pas; -vibrées vibrer VER f p 4.73 24.53 0.00 0.07 par:pas; -vibura viburer VER 0.00 0.81 0.00 0.07 ind:pas:3s; -viburait viburer VER 0.00 0.81 0.00 0.07 ind:imp:3s; -vibure viburer VER 0.00 0.81 0.00 0.68 ind:pre:3s; -vicaire vicaire NOM m s 0.71 2.57 0.68 2.23 -vicaires vicaire NOM m p 0.71 2.57 0.04 0.34 -vice_amiral vice_amiral NOM m s 0.10 0.61 0.10 0.61 -vice_chancelier vice_chancelier NOM m s 0.07 0.00 0.07 0.00 -vice_consul vice_consul NOM m s 0.18 0.54 0.18 0.54 -vice_ministre vice_ministre NOM s 0.27 0.27 0.27 0.20 -vice_ministre vice_ministre NOM p 0.27 0.27 0.00 0.07 -vice_premier vice_premier NOM m s 0.01 0.00 0.01 0.00 -vice_présidence vice_présidence NOM f s 0.57 0.00 0.57 0.00 -vice_président vice_président NOM m s 8.63 0.61 7.91 0.54 -vice_président vice_président NOM f s 8.63 0.61 0.60 0.00 -vice_président vice_président NOM m p 8.63 0.61 0.12 0.07 -vice_recteur vice_recteur NOM m s 0.10 0.00 0.10 0.00 -vice_roi vice_roi NOM m s 0.94 0.54 0.84 0.54 -vice_roi vice_roi NOM m p 0.94 0.54 0.10 0.00 -vice_versa vice_versa ADV 0.85 0.27 0.85 0.27 -vice vice NOM m s 12.29 18.45 7.78 13.45 -vicelard vicelard ADJ m s 0.89 3.38 0.60 1.49 -vicelarde vicelard ADJ f s 0.89 3.38 0.07 0.81 -vicelardes vicelard ADJ f p 0.89 3.38 0.01 0.27 -vicelardise vicelardise NOM f s 0.00 0.20 0.00 0.14 -vicelardises vicelardise NOM f p 0.00 0.20 0.00 0.07 -vicelards vicelard ADJ m p 0.89 3.38 0.20 0.81 -vices vice NOM m p 12.29 18.45 4.52 5.00 -vichy vichy NOM m s 0.69 1.22 0.69 1.22 -vichysme vichysme NOM m s 0.00 0.07 0.00 0.07 -vichyssois vichyssois ADJ m 0.06 0.07 0.00 0.07 -vichyssois vichyssois NOM m 0.00 0.07 0.00 0.07 -vichyssoise vichyssois ADJ f s 0.06 0.07 0.06 0.00 -vichyste vichyste ADJ s 0.03 0.27 0.01 0.14 -vichystes vichyste ADJ p 0.03 0.27 0.02 0.14 -vicier vicier VER 0.22 0.41 0.00 0.07 inf; -vicieuse vicieux ADJ f s 5.75 7.03 1.11 1.96 -vicieusement vicieusement ADV 0.07 0.27 0.07 0.27 -vicieuses vicieux ADJ f p 5.75 7.03 0.45 0.27 -vicieux vicieux ADJ m 5.75 7.03 4.19 4.80 -vicinal vicinal ADJ m s 0.00 0.81 0.00 0.47 -vicinales vicinal ADJ f p 0.00 0.81 0.00 0.07 -vicinalité vicinalité NOM f s 0.00 0.07 0.00 0.07 -vicinaux vicinal ADJ m p 0.00 0.81 0.00 0.27 -vicissitude vicissitude NOM f s 0.06 2.16 0.02 0.14 -vicissitudes vicissitude NOM f p 0.06 2.16 0.04 2.03 -vicié vicié ADJ m s 0.23 0.54 0.23 0.41 -viciée vicier VER f s 0.22 0.41 0.00 0.14 par:pas; -viciés vicié ADJ m p 0.23 0.54 0.00 0.14 -vicomte vicomte NOM m s 0.43 6.28 0.41 5.61 -vicomtes vicomte NOM m p 0.43 6.28 0.00 0.20 -vicomtesse vicomte NOM f s 0.43 6.28 0.03 0.41 -vicomtesses vicomtesse NOM f p 0.01 0.00 0.01 0.00 -vicomté vicomté NOM f s 0.00 0.41 0.00 0.41 -victimaire victimaire NOM m s 0.00 0.07 0.00 0.07 -victime victime NOM f s 106.25 46.22 66.47 28.45 -victimes victime NOM f p 106.25 46.22 39.78 17.77 -victimologie victimologie NOM f s 0.04 0.00 0.04 0.00 -victoire victoire NOM f s 34.96 63.24 31.31 57.23 -victoires victoire NOM f p 34.96 63.24 3.65 6.01 -victoria victoria NOM s 0.02 0.47 0.02 0.34 -victorias victoria NOM p 0.02 0.47 0.00 0.14 -victorien victorien ADJ m s 0.49 1.35 0.12 0.41 -victorienne victorien ADJ f s 0.49 1.35 0.25 0.81 -victoriennes victorien ADJ f p 0.49 1.35 0.04 0.14 -victoriens victorien ADJ m p 0.49 1.35 0.08 0.00 -victorieuse victorieux ADJ f s 2.95 9.32 0.22 4.73 -victorieusement victorieusement ADV 0.00 1.82 0.00 1.82 -victorieuses victorieux ADJ f p 2.95 9.32 0.19 1.35 -victorieux victorieux ADJ m 2.95 9.32 2.54 3.24 -victuaille victuaille NOM f s 0.42 4.26 0.01 0.07 -victuailles victuaille NOM f p 0.42 4.26 0.41 4.19 -vida vider VER 30.68 70.81 1.06 9.32 ind:pas:3s; -vidage vidage NOM m s 0.04 0.14 0.04 0.14 -vidai vider VER 30.68 70.81 0.00 1.22 ind:pas:1s; -vidaient vider VER 30.68 70.81 0.08 1.76 ind:imp:3p; -vidais vider VER 30.68 70.81 0.47 0.34 ind:imp:1s; -vidait vider VER 30.68 70.81 0.43 5.95 ind:imp:3s; -vidame vidame NOM m s 0.00 0.07 0.00 0.07 -vidange vidange NOM f s 1.29 1.55 1.09 1.35 -vidanger vidanger VER 0.30 0.34 0.20 0.14 inf; -vidanges vidange NOM f p 1.29 1.55 0.20 0.20 -vidangeur vidangeur NOM m s 0.01 0.27 0.01 0.07 -vidangeurs vidangeur NOM m p 0.01 0.27 0.00 0.20 -vidangez vidanger VER 0.30 0.34 0.02 0.07 imp:pre:2p;ind:pre:2p; -vidangé vidanger VER m s 0.30 0.34 0.02 0.07 par:pas; -vidangée vidanger VER f s 0.30 0.34 0.02 0.00 par:pas; -vidant vider VER 30.68 70.81 0.24 2.84 par:pre; -vidas vider VER 30.68 70.81 0.10 0.07 ind:pas:2s; -vide_gousset vide_gousset NOM m s 0.27 0.00 0.27 0.00 -vide_greniers vide_greniers NOM m 0.04 0.00 0.04 0.00 -vide_ordure vide_ordure NOM m s 0.06 0.00 0.06 0.00 -vide_ordures vide_ordures NOM m 0.55 1.22 0.55 1.22 -vide_poche vide_poche NOM m s 0.04 0.14 0.04 0.14 -vide_poches vide_poches NOM m 0.00 0.27 0.00 0.27 -vide vide ADJ s 60.33 147.50 48.53 102.84 -vident vider VER 30.68 70.81 0.81 1.49 ind:pre:3p; -vider vider VER 30.68 70.81 8.31 16.82 inf; -videra vider VER 30.68 70.81 0.16 0.14 ind:fut:3s; -viderai vider VER 30.68 70.81 0.11 0.14 ind:fut:1s; -viderais vider VER 30.68 70.81 0.15 0.07 cnd:pre:1s; -viderait vider VER 30.68 70.81 0.47 0.47 cnd:pre:3s; -videras vider VER 30.68 70.81 0.00 0.07 ind:fut:2s; -viderions vider VER 30.68 70.81 0.01 0.00 cnd:pre:1p; -videront vider VER 30.68 70.81 0.14 0.07 ind:fut:3p; -vides vide ADJ p 60.33 147.50 11.80 44.66 -videur videur NOM m s 1.48 1.22 1.24 0.74 -videurs videur NOM m p 1.48 1.22 0.24 0.47 -videz vider VER 30.68 70.81 2.71 0.27 imp:pre:2p;ind:pre:2p; -vidicon vidicon NOM m s 0.01 0.00 0.01 0.00 -vidiez vider VER 30.68 70.81 0.12 0.00 ind:imp:2p; -vidons vider VER 30.68 70.81 0.09 0.14 imp:pre:1p;ind:pre:1p; -vidèrent vider VER 30.68 70.81 0.11 1.35 ind:pas:3p; -vidé vider VER m s 30.68 70.81 7.22 11.89 par:pas; -vidéaste vidéaste NOM s 0.08 0.00 0.07 0.00 -vidéastes vidéaste NOM p 0.08 0.00 0.01 0.00 -vidée vider VER f s 30.68 70.81 1.42 3.45 par:pas; -vidées vider VER f p 30.68 70.81 0.23 1.28 par:pas; -viduité viduité NOM f s 0.01 0.00 0.01 0.00 -vidéo_clip vidéo_clip NOM m s 0.19 0.27 0.14 0.20 -vidéo_clip vidéo_clip NOM m p 0.19 0.27 0.04 0.07 -vidéo_club vidéo_club NOM f s 0.44 0.00 0.44 0.00 -vidéo_espion vidéo_espion NOM m s 0.00 0.07 0.00 0.07 -vidéo vidéo ADJ 23.61 0.74 23.61 0.74 -vidéocassette vidéocassette NOM f s 0.10 0.00 0.06 0.00 -vidéocassettes vidéocassette NOM f p 0.10 0.00 0.04 0.00 -vidéoclip vidéoclip NOM m s 0.02 0.00 0.02 0.00 -vidéoclub vidéoclub NOM m s 1.34 0.00 1.34 0.00 -vidéoconférence vidéoconférence NOM f s 0.05 0.00 0.05 0.00 -vidéogramme vidéogramme NOM m s 0.01 0.00 0.01 0.00 -vidéophone vidéophone NOM m s 0.04 0.00 0.04 0.00 -vidéophonie vidéophonie NOM f s 0.01 0.00 0.01 0.00 -vidéos vidéo NOM f p 21.34 0.41 6.10 0.20 -vidéosurveillance vidéosurveillance NOM f s 0.42 0.00 0.42 0.00 -vidéothèque vidéothèque NOM f s 0.36 0.00 0.36 0.00 -vidures vidure NOM f p 0.00 0.07 0.00 0.07 -vidés vider VER m p 30.68 70.81 0.46 2.23 par:pas; -vie vie NOM f s 1021.22 853.31 986.59 835.47 -vieil vieil ADJ m s 34.69 51.22 34.69 51.22 -vieillard vieillard NOM m s 11.75 55.14 7.62 37.77 -vieillarde vieillard NOM f s 11.75 55.14 0.16 0.34 -vieillardes vieillard NOM f p 11.75 55.14 0.00 0.34 -vieillards vieillard NOM m p 11.75 55.14 3.96 16.69 -vieille vieux ADJ f s 282.20 512.91 84.59 184.12 -vieillerie vieillerie NOM f s 1.91 2.30 0.54 0.68 -vieilleries vieillerie NOM f p 1.91 2.30 1.37 1.62 -vieilles vieux ADJ f p 282.20 512.91 17.52 55.47 -vieillesse vieillesse NOM f s 4.88 14.53 4.75 14.39 -vieillesses vieillesse NOM f p 4.88 14.53 0.14 0.14 -vieilli vieillir VER m s 20.47 32.23 4.28 9.39 par:pas; -vieillie vieillir VER f s 20.47 32.23 0.30 0.61 par:pas; -vieillies vieillir VER f p 20.47 32.23 0.01 0.00 par:pas; -vieillir vieillir VER 20.47 32.23 5.49 8.58 inf; -vieillira vieillir VER 20.47 32.23 0.12 0.41 ind:fut:3s; -vieillirai vieillir VER 20.47 32.23 0.23 0.14 ind:fut:1s; -vieilliraient vieillir VER 20.47 32.23 0.01 0.07 cnd:pre:3p; -vieillirais vieillir VER 20.47 32.23 0.01 0.00 cnd:pre:1s; -vieillirait vieillir VER 20.47 32.23 0.07 0.41 cnd:pre:3s; -vieilliras vieillir VER 20.47 32.23 0.33 0.14 ind:fut:2s; -vieillirent vieillir VER 20.47 32.23 0.02 0.00 ind:pas:3p; -vieillirez vieillir VER 20.47 32.23 0.06 0.07 ind:fut:2p; -vieillirons vieillir VER 20.47 32.23 0.07 0.07 ind:fut:1p; -vieilliront vieillir VER 20.47 32.23 0.30 0.07 ind:fut:3p; -vieillis vieillir VER m p 20.47 32.23 2.74 1.89 imp:pre:2s;ind:pre:1s;ind:pre:2s;par:pas;par:pas; -vieillissaient vieillir VER 20.47 32.23 0.01 0.47 ind:imp:3p; -vieillissais vieillir VER 20.47 32.23 0.11 0.34 ind:imp:1s;ind:imp:2s; -vieillissait vieillir VER 20.47 32.23 0.48 2.50 ind:imp:3s; -vieillissant vieillir VER 20.47 32.23 1.38 2.23 par:pre; -vieillissante vieillissant ADJ f s 0.41 2.30 0.18 0.81 -vieillissantes vieillissant ADJ f p 0.41 2.30 0.12 0.20 -vieillissants vieillissant ADJ m p 0.41 2.30 0.04 0.41 -vieillisse vieillir VER 20.47 32.23 0.13 0.27 sub:pre:1s;sub:pre:3s; -vieillissement vieillissement NOM m s 1.04 2.50 1.04 2.50 -vieillissent vieillir VER 20.47 32.23 0.76 0.88 ind:pre:3p; -vieillissez vieillir VER 20.47 32.23 0.29 0.14 imp:pre:2p;ind:pre:2p; -vieillissiez vieillir VER 20.47 32.23 0.00 0.07 ind:imp:2p; -vieillissions vieillir VER 20.47 32.23 0.00 0.07 ind:imp:1p; -vieillissons vieillir VER 20.47 32.23 0.08 0.00 imp:pre:1p;ind:pre:1p; -vieillit vieillir VER 20.47 32.23 3.19 3.45 ind:pre:3s;ind:pas:3s; -vieillot vieillot ADJ m s 0.34 2.57 0.25 1.28 -vieillots vieillot ADJ m p 0.34 2.57 0.01 0.27 -vieillotte vieillot ADJ f s 0.34 2.57 0.04 0.74 -vieillottes vieillot ADJ f p 0.34 2.57 0.03 0.27 -vielle vielle NOM f s 2.01 0.68 1.49 0.47 -vielles vielle NOM f p 2.01 0.68 0.52 0.20 -vielleux vielleux NOM m 0.14 0.07 0.14 0.07 -viendra venir VER 2763.69 1514.53 52.92 23.11 ind:fut:3s; -viendrai venir VER 2763.69 1514.53 21.68 5.95 ind:fut:1s; -viendraient venir VER 2763.69 1514.53 1.68 6.35 cnd:pre:3p; -viendrais venir VER 2763.69 1514.53 11.80 2.70 cnd:pre:1s;cnd:pre:2s; -viendrait venir VER 2763.69 1514.53 9.89 20.27 cnd:pre:3s; -viendras venir VER 2763.69 1514.53 13.72 3.85 ind:fut:2s; -viendrez venir VER 2763.69 1514.53 5.73 4.05 ind:fut:2p; -viendriez venir VER 2763.69 1514.53 3.04 1.15 cnd:pre:2p; -viendrions venir VER 2763.69 1514.53 0.13 0.34 cnd:pre:1p; -viendrons venir VER 2763.69 1514.53 1.67 0.74 ind:fut:1p; -viendront venir VER 2763.69 1514.53 14.25 8.31 ind:fut:3p; -vienne venir VER 2763.69 1514.53 34.52 25.00 sub:pre:1s;sub:pre:3s; -viennent venir VER 2763.69 1514.53 76.48 62.77 ind:pre:3p;sub:pre:3p; -viennes venir VER 2763.69 1514.53 11.59 3.11 sub:pre:2s; -viennois viennois ADJ m 0.27 2.23 0.18 0.88 -viennoise viennois ADJ f s 0.27 2.23 0.08 0.81 -viennoiserie viennoiserie NOM f s 0.66 0.00 0.52 0.00 -viennoiseries viennoiserie NOM f p 0.66 0.00 0.14 0.00 -viennoises viennois ADJ f p 0.27 2.23 0.01 0.54 -viens venir VER 2763.69 1514.53 944.68 126.49 imp:pre:2s;ind:pre:1s;ind:pre:2s; -vient venir VER 2763.69 1514.53 352.24 206.22 ind:pre:3s; -vierge vierge ADJ s 26.03 25.14 24.22 21.82 -vierges vierge NOM f p 23.79 25.61 4.38 2.43 -vies vie NOM f p 1021.22 853.31 34.63 17.84 -vietnamien vietnamien ADJ m s 1.04 0.68 0.45 0.41 -vietnamienne vietnamien ADJ f s 1.04 0.68 0.28 0.14 -vietnamiennes vietnamien ADJ f p 1.04 0.68 0.20 0.07 -vietnamiens vietnamien NOM m p 1.19 0.74 0.81 0.14 -vieux_rose vieux_rose ADJ m 0.00 0.20 0.00 0.20 -vieux vieux ADJ m 282.20 512.91 180.08 273.31 -vif_argent vif_argent NOM m s 0.21 0.20 0.21 0.20 -vif vif ADJ m s 22.95 95.07 9.27 41.62 -vifs vif ADJ m p 22.95 95.07 2.88 10.14 -vigie vigie NOM f s 0.68 1.69 0.51 1.35 -vigies vigie NOM f p 0.68 1.69 0.17 0.34 -vigil vigil ADJ m s 0.34 0.00 0.04 0.00 -vigilance vigilance NOM f s 0.88 8.18 0.88 7.97 -vigilances vigilance NOM f p 0.88 8.18 0.00 0.20 -vigilant vigilant ADJ m s 4.61 4.66 1.73 1.82 -vigilante vigilant ADJ f s 4.61 4.66 1.04 1.49 -vigilantes vigilant ADJ f p 4.61 4.66 0.03 0.41 -vigilants vigilant ADJ m p 4.61 4.66 1.80 0.95 -vigile vigile NOM s 3.44 1.42 2.09 0.68 -vigiler vigiler VER 0.24 0.27 0.01 0.00 inf; -vigiles vigile NOM p 3.44 1.42 1.35 0.74 -vigne vigne NOM f s 6.87 20.41 4.97 10.61 -vigneaux vigneau NOM m p 0.00 0.07 0.00 0.07 -vigneron vigneron NOM m s 1.18 1.96 0.36 0.61 -vigneronne vigneron NOM f s 1.18 1.96 0.14 0.00 -vigneronnes vigneron NOM f p 1.18 1.96 0.00 0.07 -vignerons vigneron NOM m p 1.18 1.96 0.68 1.28 -vignes vigne NOM f p 6.87 20.41 1.90 9.80 -vignette vignette NOM f s 0.26 1.76 0.19 0.41 -vignettes vignette NOM f p 0.26 1.76 0.07 1.35 -vignoble vignoble NOM m s 1.52 1.96 1.10 0.74 -vignobles vignoble NOM m p 1.52 1.96 0.43 1.22 -vigogne vigogne NOM f s 0.12 0.20 0.12 0.20 -vigoureuse vigoureux ADJ f s 2.62 10.54 0.56 3.18 -vigoureusement vigoureusement ADV 0.55 3.92 0.55 3.92 -vigoureuses vigoureux ADJ f p 2.62 10.54 0.01 1.01 -vigoureux vigoureux ADJ m 2.62 10.54 2.05 6.35 -vigousse vigousse ADJ m s 0.00 0.07 0.00 0.07 -vigueur vigueur NOM f s 3.61 15.61 3.61 15.54 -vigueurs vigueur NOM f p 3.61 15.61 0.00 0.07 -viguier viguier NOM m s 0.00 0.88 0.00 0.81 -viguiers viguier NOM m p 0.00 0.88 0.00 0.07 -viking viking NOM m s 0.43 0.20 0.25 0.00 -vikings viking NOM m p 0.43 0.20 0.19 0.20 -vil vil ADJ m s 6.07 3.18 3.54 2.16 -vilain vilain ADJ m s 20.67 19.32 11.03 8.72 -vilaine vilain ADJ f s 20.67 19.32 6.23 6.22 -vilainement vilainement ADV 0.04 0.47 0.04 0.47 -vilaines vilain ADJ f p 20.67 19.32 1.81 2.57 -vilains vilain ADJ m p 20.67 19.32 1.61 1.82 -vile vil ADJ f s 6.07 3.18 1.72 0.47 -vilebrequin vilebrequin NOM m s 0.13 0.68 0.12 0.68 -vilebrequins vilebrequin NOM m p 0.13 0.68 0.01 0.00 -vilement vilement ADV 0.14 0.00 0.14 0.00 -vilenie vilenie NOM f s 0.58 1.15 0.46 0.74 -vilenies vilenie NOM f p 0.58 1.15 0.13 0.41 -viles vil ADJ f p 6.07 3.18 0.22 0.20 -vilipendaient vilipender VER 0.20 0.61 0.01 0.00 ind:imp:3p; -vilipendant vilipender VER 0.20 0.61 0.01 0.07 par:pre; -vilipender vilipender VER 0.20 0.61 0.15 0.07 inf; -vilipendé vilipender VER m s 0.20 0.61 0.03 0.27 par:pas; -vilipendées vilipender VER f p 0.20 0.61 0.00 0.07 par:pas; -vilipendés vilipender VER m p 0.20 0.61 0.00 0.14 par:pas; -villa villa NOM f s 16.61 33.72 15.30 24.80 -village village NOM m s 95.82 143.99 87.60 118.24 -villageois villageois NOM m 4.83 2.91 4.59 2.36 -villageoise villageois NOM f s 4.83 2.91 0.07 0.27 -villageoises villageois NOM f p 4.83 2.91 0.17 0.27 -villages village NOM m p 95.82 143.99 8.22 25.74 -villas villa NOM f p 16.61 33.72 1.31 8.92 -ville_champignon ville_champignon NOM f s 0.02 0.00 0.02 0.00 -ville_dortoir ville_dortoir NOM f s 0.00 0.07 0.00 0.07 -ville ville NOM f s 295.14 352.97 277.98 311.69 -villes_clé villes_clé NOM f p 0.01 0.00 0.01 0.00 -villes ville NOM f p 295.14 352.97 17.17 41.28 -villette villette NOM f s 0.18 0.88 0.18 0.88 -villégiaturait villégiaturer VER 0.01 0.14 0.00 0.07 ind:imp:3s; -villégiature villégiature NOM f s 0.10 2.70 0.10 2.16 -villégiaturer villégiaturer VER 0.01 0.14 0.01 0.00 inf; -villégiatures villégiature NOM f p 0.10 2.70 0.00 0.54 -villégiaturé villégiaturer VER m s 0.01 0.14 0.00 0.07 par:pas; -vils vil ADJ m p 6.07 3.18 0.59 0.34 -vin vin NOM m s 86.86 110.47 80.92 99.93 -vina vina NOM f 0.11 0.00 0.11 0.00 -vinaigre vinaigre NOM m s 2.91 5.61 2.91 5.54 -vinaigrer vinaigrer VER 0.01 0.47 0.00 0.14 inf; -vinaigres vinaigre NOM m p 2.91 5.61 0.00 0.07 -vinaigrette vinaigrette NOM f s 0.59 0.68 0.59 0.68 -vinaigré vinaigrer VER m s 0.01 0.47 0.01 0.00 par:pas; -vinaigrée vinaigrer VER f s 0.01 0.47 0.00 0.20 par:pas; -vinasse vinasse NOM f s 0.21 1.62 0.21 1.62 -vindicatif vindicatif ADJ m s 1.10 2.23 0.79 1.28 -vindicatifs vindicatif ADJ m p 1.10 2.23 0.07 0.47 -vindicative vindicatif ADJ f s 1.10 2.23 0.12 0.41 -vindicativement vindicativement ADV 0.00 0.07 0.00 0.07 -vindicatives vindicatif ADJ f p 1.10 2.23 0.12 0.07 -vindicte vindicte NOM f s 0.19 1.15 0.19 1.15 -vine viner VER 0.06 0.20 0.04 0.00 imp:pre:2s; -viner viner VER 0.06 0.20 0.01 0.07 inf; -vines viner VER 0.06 0.20 0.00 0.07 ind:pre:2s; -vineuse vineux ADJ f s 0.00 1.76 0.00 0.88 -vineuses vineux ADJ f p 0.00 1.76 0.00 0.27 -vineux vineux ADJ m 0.00 1.76 0.00 0.61 -vinez viner VER 0.06 0.20 0.01 0.07 imp:pre:2p; -vingt_cinq vingt_cinq ADJ:num 3.53 28.18 3.53 28.18 -vingt_cinquième vingt_cinquième ADJ 0.01 0.34 0.01 0.34 -vingt_deux vingt_deux ADJ:num 1.25 8.99 1.25 8.99 -vingt_deuxième vingt_deuxième ADJ 0.03 0.27 0.03 0.27 -vingt_et_un vingt_et_un NOM m 0.28 0.74 0.28 0.68 -vingt_et_un vingt_et_un NOM f s 0.28 0.74 0.01 0.07 -vingt_et_unième vingt_et_unième ADJ 0.01 0.07 0.01 0.07 -vingt_huit vingt_huit ADJ:num 0.97 5.34 0.97 5.34 -vingt_huitième vingt_huitième ADJ 0.00 0.74 0.00 0.74 -vingt_neuf vingt_neuf ADJ:num 0.96 2.77 0.96 2.77 -vingt_neuvième vingt_neuvième ADJ 0.01 0.00 0.01 0.00 -vingt_quatre vingt_quatre ADJ:num 2.13 17.36 2.13 17.36 -vingt_quatrième vingt_quatrième ADJ 0.01 0.27 0.01 0.27 -vingt_sept vingt_sept ADJ:num 0.67 4.59 0.67 4.59 -vingt_septième vingt_septième ADJ 0.00 0.54 0.00 0.54 -vingt_six vingt_six ADJ:num 1.09 7.50 1.09 7.50 -vingt_sixième vingt_sixième ADJ 0.01 0.20 0.01 0.20 -vingt_trois vingt_trois ADJ:num 2.08 7.57 2.08 7.57 -vingt_troisième vingt_troisième ADJ 0.01 0.61 0.01 0.61 -vingt vingt ADJ:num 29.47 154.59 29.47 154.59 -vingtaine vingtaine NOM f s 4.11 15.47 4.11 15.34 -vingtaines vingtaine NOM f p 4.11 15.47 0.00 0.14 -vingtième vingtième ADJ 0.34 3.24 0.34 3.18 -vingtièmes vingtième ADJ 0.34 3.24 0.00 0.07 -vinicole vinicole ADJ s 0.04 0.00 0.04 0.00 -vinificatrice vinificateur NOM f s 0.01 0.00 0.01 0.00 -vinrent venir VER 2763.69 1514.53 1.53 10.54 ind:pas:3p; -vins vin NOM m p 86.86 110.47 5.95 10.54 -vinsse venir VER 2763.69 1514.53 0.00 0.20 sub:imp:1s; -vinssent venir VER 2763.69 1514.53 0.00 1.08 sub:imp:3p; -vint venir VER 2763.69 1514.53 7.58 88.72 ind:pas:3s; -vintage vintage NOM m s 0.17 0.07 0.17 0.07 -vinyle vinyle NOM m s 0.70 0.74 0.34 0.74 -vinyles vinyle NOM m p 0.70 0.74 0.35 0.00 -vinylique vinylique ADJ m s 0.00 0.07 0.00 0.07 -vioc vioc NOM m s 0.04 0.41 0.03 0.34 -viocard viocard NOM m s 0.00 0.14 0.00 0.14 -viocque viocque NOM s 0.00 0.07 0.00 0.07 -viocs vioc NOM m p 0.04 0.41 0.01 0.07 -viol viol NOM m s 15.33 8.51 13.43 7.23 -viola violer VER 39.43 19.19 1.49 0.54 ind:pas:3s; -violacer violacer VER 0.03 1.62 0.00 0.07 inf; -violacé violacé ADJ m s 0.04 5.88 0.01 1.89 -violacée violacé ADJ f s 0.04 5.88 0.02 1.55 -violacées violacer VER f p 0.03 1.62 0.02 0.47 par:pas; -violacés violacé ADJ m p 0.04 5.88 0.01 0.74 -violaient violer VER 39.43 19.19 0.19 0.27 ind:imp:3p; -violais violer VER 39.43 19.19 0.04 0.00 ind:imp:1s;ind:imp:2s; -violait violer VER 39.43 19.19 1.01 0.81 ind:imp:3s; -violant violer VER 39.43 19.19 0.68 0.61 par:pre; -violaçait violacer VER 0.03 1.62 0.00 0.07 ind:imp:3s; -violation violation NOM f s 4.54 1.96 4.09 1.62 -violations violation NOM f p 4.54 1.96 0.46 0.34 -viole violer VER 39.43 19.19 3.00 1.49 imp:pre:2s;ind:pre:1s;ind:pre:3s; -violemment violemment ADV 2.80 20.88 2.80 20.88 -violence violence NOM f s 41.45 56.49 39.66 53.11 -violences violence NOM f p 41.45 56.49 1.79 3.38 -violent violent ADJ m s 24.99 51.49 12.84 19.39 -violentaient violenter VER 0.62 1.42 0.00 0.07 ind:imp:3p; -violentait violenter VER 0.62 1.42 0.01 0.20 ind:imp:3s; -violente violent ADJ f s 24.99 51.49 5.17 18.04 -violenter violenter VER 0.62 1.42 0.16 0.47 inf; -violentes violent ADJ f p 24.99 51.49 2.44 7.84 -violents violent ADJ m p 24.99 51.49 4.54 6.22 -violenté violenter VER m s 0.62 1.42 0.20 0.07 par:pas; -violentée violenter VER f s 0.62 1.42 0.07 0.14 par:pas; -violer violer VER 39.43 19.19 8.36 4.93 inf;; -violerai violer VER 39.43 19.19 0.03 0.07 ind:fut:1s; -violerais violer VER 39.43 19.19 0.10 0.00 cnd:pre:1s;cnd:pre:2s; -violerait violer VER 39.43 19.19 0.21 0.20 cnd:pre:3s; -violeras violer VER 39.43 19.19 0.02 0.00 ind:fut:2s; -violeront violer VER 39.43 19.19 0.05 0.07 ind:fut:3p; -violes violer VER 39.43 19.19 0.55 0.07 ind:pre:2s; -violet violet ADJ m s 4.38 26.28 2.29 7.91 -violeta violeter VER 0.44 0.00 0.44 0.00 ind:pas:3s; -violets violet ADJ m p 4.38 26.28 0.39 4.39 -violette violet ADJ f s 4.38 26.28 1.04 9.12 -violettes violette NOM f p 1.94 6.89 1.17 4.39 -violeur violeur NOM m s 6.41 2.30 4.52 1.35 -violeurs violeur NOM m p 6.41 2.30 1.89 0.88 -violeuses violeur NOM f p 6.41 2.30 0.00 0.07 -violez violer VER 39.43 19.19 0.60 0.00 imp:pre:2p;ind:pre:2p; -violine violine NOM m s 0.00 0.20 0.00 0.20 -violines violine ADJ p 0.00 0.14 0.00 0.07 -violon violon NOM m s 13.65 13.31 11.56 9.73 -violoncelle violoncelle NOM m s 3.28 3.38 3.04 3.31 -violoncelles violoncelle NOM m p 3.28 3.38 0.24 0.07 -violoncelliste violoncelliste NOM s 0.81 0.14 0.79 0.07 -violoncellistes violoncelliste NOM p 0.81 0.14 0.02 0.07 -violone violoner VER 0.00 0.07 0.00 0.07 ind:pre:1s; -violoneux violoneux NOM m 0.00 0.41 0.00 0.41 -violoniste violoniste NOM s 3.07 2.43 2.91 1.82 -violonistes violoniste NOM p 3.07 2.43 0.16 0.61 -violons violon NOM m p 13.65 13.31 2.09 3.58 -violâtre violâtre ADJ s 0.00 0.88 0.00 0.47 -violâtres violâtre ADJ p 0.00 0.88 0.00 0.41 -viols viol NOM m p 15.33 8.51 1.90 1.28 -violé violer VER m s 39.43 19.19 9.36 2.97 par:pas; -violée violer VER f s 39.43 19.19 10.97 3.99 ind:imp:3p;par:pas; -violées violer VER f p 39.43 19.19 1.18 1.89 par:pas; -violés violer VER m p 39.43 19.19 0.70 0.41 par:pas; -vioque vioque NOM f s 0.77 4.93 0.40 4.32 -vioques vioque NOM f p 0.77 4.93 0.38 0.61 -viorne viorne NOM f s 0.00 0.41 0.00 0.20 -viornes viorne NOM f p 0.00 0.41 0.00 0.20 -vipère vipère NOM f s 4.84 5.41 3.42 3.31 -vipères vipère NOM f p 4.84 5.41 1.42 2.09 -vipéreau vipéreau NOM m s 0.00 0.07 0.00 0.07 -vipérine vipérin ADJ f s 0.14 0.20 0.14 0.14 -vipérines vipérin ADJ f p 0.14 0.20 0.00 0.07 -vira virer VER 86.28 37.84 0.03 1.82 ind:pas:3s; -virage virage NOM m s 6.75 12.91 5.98 8.72 -virages virage NOM m p 6.75 12.91 0.77 4.19 -virago virago NOM f s 0.02 0.20 0.01 0.07 -viragos virago NOM f p 0.02 0.20 0.01 0.14 -virai virer VER 86.28 37.84 0.00 0.07 ind:pas:1s; -viraient virer VER 86.28 37.84 0.05 1.08 ind:imp:3p; -virais virer VER 86.28 37.84 0.19 0.07 ind:imp:1s;ind:imp:2s; -virait virer VER 86.28 37.84 0.21 2.30 ind:imp:3s; -viral viral ADJ m s 1.19 0.61 0.35 0.07 -virale viral ADJ f s 1.19 0.61 0.73 0.47 -virales viral ADJ f p 1.19 0.61 0.10 0.07 -virant virer VER 86.28 37.84 0.15 1.49 par:pre; -viraux viral ADJ m p 1.19 0.61 0.01 0.00 -vire virer VER 86.28 37.84 13.27 4.05 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -virement virement NOM m s 1.75 0.34 1.48 0.14 -virements virement NOM m p 1.75 0.34 0.27 0.20 -virent virer VER 86.28 37.84 2.04 11.62 ind:pre:3p; -virer virer VER 86.28 37.84 25.72 6.76 inf; -virera virer VER 86.28 37.84 0.44 0.07 ind:fut:3s; -virerai virer VER 86.28 37.84 0.20 0.00 ind:fut:1s; -virerais virer VER 86.28 37.84 0.21 0.00 cnd:pre:1s;cnd:pre:2s; -virerait virer VER 86.28 37.84 0.14 0.20 cnd:pre:3s; -vireras virer VER 86.28 37.84 0.05 0.00 ind:fut:2s; -virerez virer VER 86.28 37.84 0.09 0.00 ind:fut:2p; -vireront virer VER 86.28 37.84 0.11 0.00 ind:fut:3p; -vires virer VER 86.28 37.84 1.39 0.34 ind:pre:2s;sub:pre:2s; -vireuse vireux ADJ f s 0.00 0.07 0.00 0.07 -virevolta virevolter VER 0.48 2.97 0.00 0.14 ind:pas:3s; -virevoltaient virevolter VER 0.48 2.97 0.11 0.47 ind:imp:3p; -virevoltait virevolter VER 0.48 2.97 0.04 0.34 ind:imp:3s; -virevoltant virevolter VER 0.48 2.97 0.06 0.27 par:pre; -virevoltante virevoltant ADJ f s 0.01 0.41 0.01 0.20 -virevoltantes virevoltant ADJ f p 0.01 0.41 0.00 0.07 -virevolte virevolter VER 0.48 2.97 0.04 0.88 imp:pre:2s;ind:pre:1s;ind:pre:3s; -virevoltent virevolter VER 0.48 2.97 0.04 0.41 ind:pre:3p; -virevolter virevolter VER 0.48 2.97 0.18 0.41 inf; -virevoltes virevolter VER 0.48 2.97 0.01 0.00 ind:pre:2s; -virevolté virevolter VER m s 0.48 2.97 0.00 0.07 par:pas; -virez virer VER 86.28 37.84 6.47 0.00 imp:pre:2p;ind:pre:2p; -virgilien virgilien ADJ m s 0.00 0.41 0.00 0.14 -virgilienne virgilien ADJ f s 0.00 0.41 0.00 0.27 -virginal virginal ADJ m s 0.58 2.30 0.23 0.95 -virginale virginal ADJ f s 0.58 2.30 0.35 0.81 -virginalement virginalement ADV 0.00 0.07 0.00 0.07 -virginales virginal ADJ f p 0.58 2.30 0.00 0.20 -virginaux virginal ADJ m p 0.58 2.30 0.00 0.34 -virginie virginie NOM m s 0.11 31.28 0.11 31.28 -virginien virginien NOM m s 0.07 0.34 0.04 0.07 -virginiens virginien NOM m p 0.07 0.34 0.04 0.27 -virginité virginité NOM f s 4.26 3.58 4.25 3.51 -virginités virginité NOM f p 4.26 3.58 0.01 0.07 -virgule virgule NOM f s 4.69 4.73 4.44 3.04 -virgules virgule NOM f p 4.69 4.73 0.25 1.69 -viriez virer VER 86.28 37.84 0.07 0.00 ind:imp:2p; -viril viril ADJ m s 4.82 10.68 2.81 4.53 -virile viril ADJ f s 4.82 10.68 1.31 3.72 -virilement virilement ADV 0.01 0.61 0.01 0.61 -viriles viril ADJ f p 4.82 10.68 0.25 1.15 -virilise viriliser VER 0.01 0.34 0.00 0.07 ind:pre:3s; -viriliser viriliser VER 0.01 0.34 0.01 0.07 inf; -virilisé viriliser VER m s 0.01 0.34 0.00 0.14 par:pas; -virilisés viriliser VER m p 0.01 0.34 0.00 0.07 par:pas; -virilité virilité NOM f s 2.46 6.69 2.46 6.35 -virilités virilité NOM f p 2.46 6.69 0.00 0.34 -virils viril ADJ m p 4.82 10.68 0.45 1.28 -viroles virole NOM f p 0.00 0.07 0.00 0.07 -virolet virolet NOM m s 0.00 0.07 0.00 0.07 -virologie virologie NOM f s 0.28 0.00 0.28 0.00 -virologiste virologiste NOM s 0.12 0.00 0.12 0.00 -virologue virologue NOM s 0.14 0.00 0.13 0.00 -virologues virologue NOM p 0.14 0.00 0.01 0.00 -virons virer VER 86.28 37.84 0.33 0.00 imp:pre:1p;ind:pre:1p; -virât virer VER 86.28 37.84 0.00 0.07 sub:imp:3s; -virèrent virer VER 86.28 37.84 0.00 0.07 ind:pas:3p; -virtualité virtualité NOM f s 0.03 0.41 0.03 0.20 -virtualités virtualité NOM f p 0.03 0.41 0.00 0.20 -virtuel virtuel ADJ m s 2.38 2.16 1.44 0.81 -virtuelle virtuel ADJ f s 2.38 2.16 0.77 0.54 -virtuellement virtuellement ADV 0.60 1.15 0.60 1.15 -virtuelles virtuel ADJ f p 2.38 2.16 0.09 0.47 -virtuels virtuel ADJ m p 2.38 2.16 0.09 0.34 -virtuose virtuose NOM s 0.80 2.23 0.52 1.55 -virtuoses virtuose NOM p 0.80 2.23 0.28 0.68 -virtuosité virtuosité NOM f s 0.20 1.82 0.20 1.82 -viré virer VER m s 86.28 37.84 25.59 6.28 par:pas;par:pas;par:pas; -virée virer VER f s 86.28 37.84 6.23 0.61 par:pas; -virées virée NOM f p 4.13 3.92 0.70 1.28 -virulence virulence NOM f s 0.12 0.95 0.12 0.95 -virulent virulent ADJ m s 0.96 1.62 0.23 0.41 -virulente virulent ADJ f s 0.96 1.62 0.55 0.81 -virulentes virulent ADJ f p 0.96 1.62 0.14 0.07 -virulents virulent ADJ m p 0.96 1.62 0.03 0.34 -virés virer VER m p 86.28 37.84 3.21 0.81 par:pas; -virus virus NOM m 23.98 6.42 23.98 6.42 -vis_à_vis vis_à_vis PRE 0.00 19.39 0.00 19.39 -vis voir VER 4119.49 2401.76 54.62 38.24 ind:pas:1s;ind:pas:2s; -visa visa NOM m s 7.39 3.38 6.14 2.50 -visage visage NOM m s 141.23 565.00 125.52 490.54 -visages visage NOM m p 141.23 565.00 15.71 74.46 -visagiste visagiste NOM s 0.01 0.14 0.01 0.14 -visai viser VER 38.03 27.57 0.00 0.20 ind:pas:1s; -visaient viser VER 38.03 27.57 0.48 2.03 ind:imp:3p; -visais viser VER 38.03 27.57 1.10 0.61 ind:imp:1s;ind:imp:2s; -visait viser VER 38.03 27.57 1.65 3.18 ind:imp:3s; -visant viser VER 38.03 27.57 1.23 3.38 par:pre; -visas visa NOM m p 7.39 3.38 1.25 0.88 -viscose viscose NOM f s 0.03 0.14 0.03 0.07 -viscoses viscose NOM f p 0.03 0.14 0.00 0.07 -viscosité viscosité NOM f s 0.06 0.74 0.06 0.68 -viscosités viscosité NOM f p 0.06 0.74 0.00 0.07 -viscère viscère NOM m s 0.43 2.97 0.03 0.20 -viscères viscère NOM m p 0.43 2.97 0.40 2.77 -viscéral viscéral ADJ m s 0.37 1.96 0.23 0.61 -viscérale viscéral ADJ f s 0.37 1.96 0.11 1.22 -viscéralement viscéralement ADV 0.07 0.00 0.07 0.00 -viscérales viscéral ADJ f p 0.37 1.96 0.01 0.07 -viscéraux viscéral ADJ m p 0.37 1.96 0.01 0.07 -vise viser VER 38.03 27.57 13.96 7.50 imp:pre:2s;ind:pre:1s;ind:pre:3s; -visent viser VER 38.03 27.57 1.32 0.88 ind:pre:3p; -viser viser VER 38.03 27.57 5.87 4.05 inf; -visera viser VER 38.03 27.57 0.14 0.00 ind:fut:3s; -viserai viser VER 38.03 27.57 0.07 0.07 ind:fut:1s; -viseraient viser VER 38.03 27.57 0.01 0.14 cnd:pre:3p; -viserais viser VER 38.03 27.57 0.14 0.00 cnd:pre:1s;cnd:pre:2s; -viserait viser VER 38.03 27.57 0.02 0.20 cnd:pre:3s; -viseront viser VER 38.03 27.57 0.05 0.07 ind:fut:3p; -vises viser VER 38.03 27.57 1.44 0.27 ind:pre:2s; -viseur viseur NOM m s 1.93 1.22 1.48 1.08 -viseurs viseur NOM m p 1.93 1.22 0.45 0.14 -visez viser VER 38.03 27.57 5.69 1.22 imp:pre:2p;ind:pre:2p; -vishnouisme vishnouisme NOM m s 0.02 0.00 0.02 0.00 -visibilité visibilité NOM f s 1.27 1.55 1.27 1.55 -visible visible ADJ s 8.98 30.61 7.41 24.05 -visiblement visiblement ADV 6.94 23.99 6.94 23.99 -visibles visible ADJ p 8.98 30.61 1.57 6.55 -visiez viser VER 38.03 27.57 0.17 0.00 ind:imp:2p; -visioconférence visioconférence NOM f s 0.01 0.00 0.01 0.00 -vision vision NOM f s 35.48 41.82 25.81 33.78 -visionna visionner VER 1.56 0.88 0.01 0.00 ind:pas:3s; -visionnage visionnage NOM m s 0.16 0.07 0.16 0.07 -visionnaire visionnaire NOM m s 1.46 1.15 1.08 0.88 -visionnaires visionnaire NOM m p 1.46 1.15 0.38 0.27 -visionnant visionner VER 1.56 0.88 0.04 0.00 par:pre; -visionne visionner VER 1.56 0.88 0.13 0.47 imp:pre:2s;ind:pre:1s;ind:pre:3s; -visionnent visionner VER 1.56 0.88 0.01 0.00 ind:pre:3p; -visionner visionner VER 1.56 0.88 0.56 0.34 inf; -visionnera visionner VER 1.56 0.88 0.04 0.00 ind:fut:3s; -visionneront visionner VER 1.56 0.88 0.02 0.00 ind:fut:3p; -visionneuse visionneur NOM f s 0.06 0.14 0.06 0.14 -visionnez visionner VER 1.56 0.88 0.20 0.00 imp:pre:2p;ind:pre:2p; -visionnons visionner VER 1.56 0.88 0.04 0.00 imp:pre:1p; -visionné visionner VER m s 1.56 0.88 0.51 0.00 par:pas; -visionnés visionner VER m p 1.56 0.88 0.00 0.07 par:pas; -visions vision NOM f p 35.48 41.82 9.66 8.04 -visiophone visiophone NOM m s 0.01 0.00 0.01 0.00 -visita visiter VER 34.92 52.16 0.26 2.16 ind:pas:3s; -visitai visiter VER 34.92 52.16 0.00 1.01 ind:pas:1s; -visitaient visiter VER 34.92 52.16 0.04 0.95 ind:imp:3p; -visitais visiter VER 34.92 52.16 0.46 0.54 ind:imp:1s;ind:imp:2s; -visitait visiter VER 34.92 52.16 0.33 2.77 ind:imp:3s; -visitandines visitandine NOM f p 0.00 0.07 0.00 0.07 -visitant visiter VER 34.92 52.16 0.24 1.96 par:pre; -visitation visitation NOM f s 0.15 0.95 0.15 0.95 -visite_éclair visite_éclair NOM f s 0.00 0.07 0.00 0.07 -visite visite NOM f s 99.95 99.32 86.34 80.61 -visitent visiter VER 34.92 52.16 0.52 0.54 ind:pre:3p; -visiter visiter VER 34.92 52.16 21.23 23.18 inf; -visitera visiter VER 34.92 52.16 0.05 0.00 ind:fut:3s; -visiterai visiter VER 34.92 52.16 0.33 0.07 ind:fut:1s; -visiteraient visiter VER 34.92 52.16 0.00 0.07 cnd:pre:3p; -visiterait visiter VER 34.92 52.16 0.02 0.27 cnd:pre:3s; -visiteras visiter VER 34.92 52.16 0.03 0.14 ind:fut:2s; -visiterez visiter VER 34.92 52.16 0.06 0.34 ind:fut:2p; -visiterons visiter VER 34.92 52.16 0.17 0.27 ind:fut:1p; -visites visite NOM f p 99.95 99.32 13.60 18.72 -visiteur visiteur NOM m s 12.46 35.54 4.74 15.07 -visiteurs visiteur NOM m p 12.46 35.54 7.55 16.76 -visiteuse visiteur NOM f s 12.46 35.54 0.16 2.97 -visiteuses visiteuse NOM f p 0.16 0.00 0.16 0.00 -visitez visiter VER 34.92 52.16 1.14 0.74 imp:pre:2p;ind:pre:2p; -visière visière NOM f s 0.37 10.14 0.33 9.19 -visières visière NOM f p 0.37 10.14 0.04 0.95 -visitiez visiter VER 34.92 52.16 0.13 0.07 ind:imp:2p; -visitions visiter VER 34.92 52.16 0.02 0.61 ind:imp:1p; -visitâmes visiter VER 34.92 52.16 0.00 0.47 ind:pas:1p; -visitons visiter VER 34.92 52.16 0.40 0.34 imp:pre:1p;ind:pre:1p; -visitât visiter VER 34.92 52.16 0.00 0.27 sub:imp:3s; -visitèrent visiter VER 34.92 52.16 0.01 0.61 ind:pas:3p; -visité visiter VER m s 34.92 52.16 4.15 6.01 par:pas; -visitée visiter VER f s 34.92 52.16 0.32 1.42 par:pas; -visitées visiter VER f p 34.92 52.16 0.30 0.54 par:pas; -visités visiter VER m p 34.92 52.16 0.27 0.95 par:pas; -vison vison NOM m s 1.65 2.97 1.56 2.30 -visons viser VER 38.03 27.57 0.16 0.00 imp:pre:1p;ind:pre:1p; -visqueuse visqueux ADJ f s 1.71 7.43 0.53 2.57 -visqueuses visqueux ADJ f p 1.71 7.43 0.24 0.74 -visqueux visqueux ADJ m 1.71 7.43 0.94 4.12 -vissa visser VER 2.90 8.24 0.00 0.61 ind:pas:3s; -vissaient visser VER 2.90 8.24 0.00 0.07 ind:imp:3p; -vissait visser VER 2.90 8.24 0.01 0.68 ind:imp:3s; -vissant visser VER 2.90 8.24 0.10 0.34 par:pre; -visse visser VER 2.90 8.24 0.33 0.54 ind:pre:1s;ind:pre:3s; -vissent visser VER 2.90 8.24 0.11 0.00 ind:pre:3p; -visser visser VER 2.90 8.24 1.45 0.88 inf; -visserait visser VER 2.90 8.24 0.00 0.07 cnd:pre:3s; -visserie visserie NOM f s 0.02 0.00 0.02 0.00 -vissez visser VER 2.90 8.24 0.17 0.00 imp:pre:2p;ind:pre:2p; -vissèrent visser VER 2.90 8.24 0.00 0.07 ind:pas:3p; -vissé visser VER m s 2.90 8.24 0.42 2.84 par:pas; -vissée visser VER f s 2.90 8.24 0.17 0.81 par:pas; -vissées vissé ADJ f p 0.11 0.20 0.01 0.07 -vissés visser VER m p 2.90 8.24 0.14 0.74 par:pas; -vista vista NOM f s 0.86 0.14 0.86 0.14 -visé viser VER m s 38.03 27.57 3.70 2.23 par:pas; -visualisaient visualiser VER 1.41 0.34 0.00 0.07 ind:imp:3p; -visualisais visualiser VER 1.41 0.34 0.05 0.00 ind:imp:1s;ind:imp:2s; -visualisant visualiser VER 1.41 0.34 0.01 0.00 par:pre; -visualisation visualisation NOM f s 0.21 0.00 0.21 0.00 -visualise visualiser VER 1.41 0.34 0.25 0.14 imp:pre:2s;ind:pre:1s;ind:pre:3s; -visualiser visualiser VER 1.41 0.34 0.48 0.00 inf; -visualiserai visualiser VER 1.41 0.34 0.01 0.00 ind:fut:1s; -visualises visualiser VER 1.41 0.34 0.29 0.07 ind:pre:2s; -visualisez visualiser VER 1.41 0.34 0.25 0.00 imp:pre:2p;ind:pre:2p; -visualisé visualiser VER m s 1.41 0.34 0.04 0.00 par:pas; -visualisée visualiser VER f s 1.41 0.34 0.00 0.07 par:pas; -visualisées visualiser VER f p 1.41 0.34 0.01 0.00 par:pas; -visualisés visualiser VER m p 1.41 0.34 0.01 0.00 par:pas; -visée visée NOM f s 0.93 2.57 0.73 1.49 -visuel visuel ADJ m s 6.71 3.24 4.38 1.96 -visuelle visuel ADJ f s 6.71 3.24 1.34 0.68 -visuellement visuellement ADV 0.32 0.14 0.32 0.14 -visuelles visuel ADJ f p 6.71 3.24 0.26 0.20 -visuels visuel ADJ m p 6.71 3.24 0.73 0.41 -visées visée NOM f p 0.93 2.57 0.20 1.08 -visés visé ADJ m p 2.05 1.62 0.30 0.34 -vit vivre VER 510.05 460.34 74.42 39.80 ind:pre:3s; -vital vital ADJ m s 12.24 9.80 4.17 4.86 -vitale vital ADJ f s 12.24 9.80 4.11 3.11 -vitales vital ADJ f p 12.24 9.80 1.13 0.95 -vitaliser vitaliser VER 0.01 0.00 0.01 0.00 inf; -vitalité vitalité NOM f s 1.08 6.49 1.08 6.49 -vitamine vitamine NOM f s 5.77 2.30 1.31 0.34 -vitaminer vitaminer VER 0.00 0.07 0.00 0.07 inf; -vitamines vitamine NOM f p 5.77 2.30 4.46 1.96 -vitaminé vitaminé ADJ m s 0.12 0.20 0.03 0.00 -vitaminée vitaminé ADJ f s 0.12 0.20 0.07 0.14 -vitaminées vitaminé ADJ f p 0.12 0.20 0.02 0.00 -vitaminés vitaminé ADJ m p 0.12 0.20 0.00 0.07 -vitaux vital ADJ m p 12.24 9.80 2.84 0.88 -vite vite ADV 491.64 351.89 491.64 351.89 -vitellin vitellin ADJ m s 0.01 0.00 0.01 0.00 -vitement vitement ADV 0.00 0.07 0.00 0.07 -vitesse vitesse NOM f s 40.12 57.84 37.89 54.59 -vitesses vitesse NOM f p 40.12 57.84 2.23 3.24 -viticole viticole ADJ s 0.04 0.00 0.04 0.00 -viticulteur viticulteur NOM m s 0.60 0.68 0.05 0.34 -viticulteurs viticulteur NOM m p 0.60 0.68 0.16 0.34 -viticultrice viticulteur NOM f s 0.60 0.68 0.40 0.00 -viticulture viticulture NOM f s 0.03 0.00 0.03 0.00 -vitiligo vitiligo NOM m s 0.01 0.00 0.01 0.00 -vitrage vitrage NOM m s 0.24 0.81 0.14 0.54 -vitrages vitrage NOM m p 0.24 0.81 0.10 0.27 -vitrail vitrail NOM m s 1.77 7.77 1.38 3.58 -vitrauphanie vitrauphanie NOM f s 0.00 0.07 0.00 0.07 -vitraux vitrail NOM m p 1.77 7.77 0.40 4.19 -vitre vitre NOM f s 16.35 76.22 10.21 41.28 -vitres vitre NOM f p 16.35 76.22 6.14 34.93 -vitreuse vitreux ADJ f s 0.34 4.53 0.00 0.47 -vitreuses vitreux ADJ f p 0.34 4.53 0.01 0.14 -vitreux vitreux ADJ m 0.34 4.53 0.33 3.92 -vitrier vitrier NOM m s 0.20 0.74 0.17 0.68 -vitriers vitrier NOM m p 0.20 0.74 0.03 0.07 -vitrifia vitrifier VER 0.05 1.69 0.00 0.07 ind:pas:3s; -vitrifie vitrifier VER 0.05 1.69 0.01 0.07 ind:pre:1s;ind:pre:3s; -vitrifient vitrifier VER 0.05 1.69 0.00 0.07 ind:pre:3p; -vitrifier vitrifier VER 0.05 1.69 0.01 0.14 inf; -vitrifié vitrifier VER m s 0.05 1.69 0.01 0.88 par:pas; -vitrifiée vitrifier VER f s 0.05 1.69 0.01 0.20 par:pas; -vitrifiées vitrifier VER f p 0.05 1.69 0.00 0.07 par:pas; -vitrifiés vitrifier VER m p 0.05 1.69 0.01 0.20 par:pas; -vitrine vitrine NOM f s 6.84 33.99 5.09 20.68 -vitrines vitrine NOM f p 6.84 33.99 1.75 13.31 -vitriol vitriol NOM m s 0.43 0.74 0.43 0.68 -vitrioler vitrioler VER 0.01 0.20 0.01 0.00 inf; -vitrioleurs vitrioleur NOM m p 0.00 0.07 0.00 0.07 -vitriolique vitriolique ADJ f s 0.00 0.07 0.00 0.07 -vitriols vitriol NOM m p 0.43 0.74 0.00 0.07 -vitriolé vitrioler VER m s 0.01 0.20 0.00 0.20 par:pas; -vitrophanie vitrophanie NOM f s 0.00 0.07 0.00 0.07 -vitré vitré ADJ m s 0.57 15.61 0.06 1.62 -vitrée vitré ADJ f s 0.57 15.61 0.30 11.22 -vitrées vitré ADJ f p 0.57 15.61 0.21 2.36 -vitrés vitré ADJ m p 0.57 15.61 0.00 0.41 -vits vit NOM m p 0.00 0.14 0.00 0.14 -vitupère vitupérer VER 0.02 1.08 0.00 0.07 imp:pre:2s; -vitupéraient vitupérer VER 0.02 1.08 0.00 0.07 ind:imp:3p; -vitupérait vitupérer VER 0.02 1.08 0.00 0.41 ind:imp:3s; -vitupérant vitupérer VER 0.02 1.08 0.00 0.27 par:pre; -vitupérations vitupération NOM f p 0.00 0.07 0.00 0.07 -vitupérer vitupérer VER 0.02 1.08 0.02 0.27 inf; -vivable vivable ADJ s 0.41 1.35 0.40 1.08 -vivables vivable ADJ p 0.41 1.35 0.01 0.27 -vivace vivace ADJ s 0.52 4.66 0.35 3.58 -vivaces vivace ADJ p 0.52 4.66 0.17 1.08 -vivacité vivacité NOM f s 0.74 8.58 0.74 8.51 -vivacités vivacité NOM f p 0.74 8.58 0.00 0.07 -vivaient vivre VER 510.05 460.34 6.18 15.74 ind:imp:3p; -vivais vivre VER 510.05 460.34 8.91 10.81 ind:imp:1s;ind:imp:2s; -vivait vivre VER 510.05 460.34 20.50 53.18 ind:imp:3s; -vivandier vivandier NOM m s 0.10 0.34 0.10 0.00 -vivandiers vivandier NOM m p 0.10 0.34 0.00 0.14 -vivandière vivandier NOM f s 0.10 0.34 0.00 0.14 -vivandières vivandière NOM f p 0.01 0.00 0.01 0.00 -vivant vivant ADJ m s 124.97 92.23 76.38 41.15 -vivante vivant ADJ f s 124.97 92.23 28.12 29.32 -vivantes vivant ADJ f p 124.97 92.23 3.31 6.35 -vivants vivant ADJ m p 124.97 92.23 17.16 15.41 -vivarium vivarium NOM m s 0.03 0.41 0.03 0.41 -vivat vivat NOM m s 0.84 0.00 0.84 0.00 -vivats vivats NOM m p 0.06 1.82 0.06 1.82 -vive vive ONO 35.95 12.09 35.95 12.09 -vivement vivement ADV 5.85 29.86 5.85 29.86 -vivent vivre VER 510.05 460.34 30.50 19.39 ind:pre:3p;sub:pre:3p; -vives vif ADJ f p 22.95 95.07 1.71 12.70 -viveur viveur NOM m s 0.03 0.41 0.03 0.34 -viveurs viveur NOM m p 0.03 0.41 0.00 0.07 -vivez vivre VER 510.05 460.34 15.09 2.84 imp:pre:2p;ind:pre:2p; -vivier vivier NOM m s 0.10 1.42 0.07 1.15 -viviers vivier NOM m p 0.10 1.42 0.02 0.27 -viviez vivre VER 510.05 460.34 1.94 0.74 ind:imp:2p; -vivifiait vivifier VER 0.22 1.15 0.02 0.14 ind:imp:3s; -vivifiant vivifiant ADJ m s 0.58 1.28 0.29 0.81 -vivifiante vivifiant ADJ f s 0.58 1.28 0.17 0.47 -vivifiantes vivifiant ADJ f p 0.58 1.28 0.10 0.00 -vivifiants vivifiant ADJ m p 0.58 1.28 0.01 0.00 -vivification vivification NOM f s 0.01 0.00 0.01 0.00 -vivifie vivifier VER 0.22 1.15 0.01 0.07 ind:pre:3s; -vivifier vivifier VER 0.22 1.15 0.01 0.07 inf; -vivifié vivifier VER m s 0.22 1.15 0.11 0.14 par:pas; -vivifiée vivifier VER f s 0.22 1.15 0.01 0.34 par:pas; -vivifiées vivifier VER f p 0.22 1.15 0.02 0.14 par:pas; -vivions vivre VER 510.05 460.34 2.69 7.64 ind:imp:1p; -vivisecteur vivisecteur NOM m s 0.04 0.00 0.04 0.00 -vivisection vivisection NOM f s 0.34 0.41 0.34 0.14 -vivisections vivisection NOM f p 0.34 0.41 0.00 0.27 -vivons vivre VER 510.05 460.34 12.40 7.64 imp:pre:1p;ind:pre:1p; -vivota vivoter VER 0.47 1.28 0.00 0.07 ind:pas:3s; -vivotaient vivoter VER 0.47 1.28 0.00 0.07 ind:imp:3p; -vivotais vivoter VER 0.47 1.28 0.01 0.07 ind:imp:1s; -vivotait vivoter VER 0.47 1.28 0.14 0.47 ind:imp:3s; -vivotant vivoter VER 0.47 1.28 0.00 0.14 par:pre; -vivote vivoter VER 0.47 1.28 0.27 0.20 ind:pre:1s;ind:pre:3s; -vivotent vivoter VER 0.47 1.28 0.00 0.07 ind:pre:3p; -vivoter vivoter VER 0.47 1.28 0.02 0.14 inf; -vivotèrent vivoter VER 0.47 1.28 0.00 0.07 ind:pas:3p; -vivoté vivoter VER m s 0.47 1.28 0.03 0.00 par:pas; -vivra vivre VER 510.05 460.34 7.86 2.64 ind:fut:3s; -vivrai vivre VER 510.05 460.34 5.25 1.62 ind:fut:1s; -vivraient vivre VER 510.05 460.34 0.65 0.68 cnd:pre:3p; -vivrais vivre VER 510.05 460.34 1.58 1.49 cnd:pre:1s;cnd:pre:2s; -vivrait vivre VER 510.05 460.34 2.56 3.38 cnd:pre:3s; -vivras vivre VER 510.05 460.34 3.84 0.27 ind:fut:2s; -vivre vivre VER 510.05 460.34 218.39 186.82 inf; -vivres vivre NOM m p 12.61 10.34 7.37 6.89 -vivrez vivre VER 510.05 460.34 3.24 0.41 ind:fut:2p; -vivriers vivrier ADJ m p 0.00 0.07 0.00 0.07 -vivriez vivre VER 510.05 460.34 0.05 0.07 cnd:pre:2p; -vivrions vivre VER 510.05 460.34 0.32 0.00 cnd:pre:1p; -vivrons vivre VER 510.05 460.34 3.28 1.42 ind:fut:1p; -vivront vivre VER 510.05 460.34 1.22 0.41 ind:fut:3p; -vizir vizir NOM m s 0.15 7.97 0.15 7.03 -vizirs vizir NOM m p 0.15 7.97 0.00 0.95 -vlan vlan ONO 1.05 3.18 1.05 3.18 -vlouf vlouf ONO 0.00 0.54 0.00 0.54 -voïvodie voïvodie NOM f s 0.40 0.00 0.27 0.00 -voïvodies voïvodie NOM f p 0.40 0.00 0.14 0.00 -voûta voûter VER 0.18 5.54 0.00 0.20 ind:pas:3s; -voûtaient voûter VER 0.18 5.54 0.00 0.14 ind:imp:3p; -voûtait voûter VER 0.18 5.54 0.00 0.54 ind:imp:3s; -voûtant voûter VER 0.18 5.54 0.00 0.14 par:pre; -voûte voûte NOM f s 2.21 27.09 1.71 18.85 -voûtent voûter VER 0.18 5.54 0.00 0.14 ind:pre:3p; -voûter voûter VER 0.18 5.54 0.01 0.34 inf; -voûtes voûte NOM f p 2.21 27.09 0.50 8.24 -voûtât voûter VER 0.18 5.54 0.00 0.07 sub:imp:3s; -voûtèrent voûter VER 0.18 5.54 0.00 0.14 ind:pas:3p; -voûté voûté ADJ m s 0.41 11.82 0.35 6.89 -voûtée voûté ADJ f s 0.41 11.82 0.01 2.50 -voûtées voûté ADJ f p 0.41 11.82 0.01 1.42 -voûtés voûté ADJ m p 0.41 11.82 0.04 1.01 -vocable vocable NOM m s 0.22 2.16 0.02 1.08 -vocables vocable NOM m p 0.22 2.16 0.20 1.08 -vocabulaire vocabulaire NOM m s 3.02 10.41 3.02 10.27 -vocabulaires vocabulaire NOM m p 3.02 10.41 0.00 0.14 -vocal vocal ADJ m s 4.63 3.72 1.13 0.68 -vocale vocal ADJ f s 4.63 3.72 2.45 0.68 -vocalement vocalement ADV 0.01 0.07 0.01 0.07 -vocales vocal ADJ f p 4.63 3.72 0.84 2.23 -vocalique vocalique ADJ f s 0.00 0.07 0.00 0.07 -vocalisait vocaliser VER 0.02 0.34 0.00 0.14 ind:imp:3s; -vocalisant vocaliser VER 0.02 0.34 0.01 0.07 par:pre; -vocalisation vocalisation NOM f s 0.02 0.27 0.02 0.14 -vocalisations vocalisation NOM f p 0.02 0.27 0.00 0.14 -vocalise vocalise NOM f s 0.05 1.28 0.00 0.27 -vocaliser vocaliser VER 0.02 0.34 0.01 0.00 inf; -vocalises vocalise NOM f p 0.05 1.28 0.05 1.01 -vocaliste vocaliste NOM s 0.02 0.07 0.02 0.07 -vocatif vocatif NOM m s 0.01 0.14 0.01 0.00 -vocatifs vocatif NOM m p 0.01 0.14 0.00 0.14 -vocation vocation NOM f s 9.26 22.84 8.87 21.82 -vocations vocation NOM f p 9.26 22.84 0.39 1.01 -vocaux vocal ADJ m p 4.63 3.72 0.21 0.14 -vocifère vociférer VER 0.49 3.92 0.16 0.74 imp:pre:2s;ind:pre:1s;ind:pre:3s; -vocifèrent vociférer VER 0.49 3.92 0.00 0.14 ind:pre:3p; -vociféra vociférer VER 0.49 3.92 0.00 0.54 ind:pas:3s; -vociférai vociférer VER 0.49 3.92 0.00 0.07 ind:pas:1s; -vociféraient vociférer VER 0.49 3.92 0.00 0.14 ind:imp:3p; -vociférais vociférer VER 0.49 3.92 0.00 0.14 ind:imp:1s; -vociférait vociférer VER 0.49 3.92 0.01 0.68 ind:imp:3s; -vociférant vociférant ADJ m s 0.14 0.95 0.14 0.34 -vociférante vociférant ADJ f s 0.14 0.95 0.00 0.14 -vociférantes vociférant ADJ f p 0.14 0.95 0.00 0.34 -vociférants vociférant ADJ m p 0.14 0.95 0.00 0.14 -vocifération vocifération NOM f s 0.02 2.03 0.00 0.14 -vociférations vocifération NOM f p 0.02 2.03 0.02 1.89 -vociférer vociférer VER 0.49 3.92 0.29 0.54 inf; -vociférés vociférer VER m p 0.49 3.92 0.00 0.07 par:pas; -vocodeur vocodeur NOM m s 0.01 0.00 0.01 0.00 -vodka vodka NOM f s 17.07 8.31 16.93 8.24 -vodkas vodka NOM f p 17.07 8.31 0.14 0.07 -vodou vodou NOM m s 0.04 0.00 0.03 0.00 -vodous vodou NOM m p 0.04 0.00 0.01 0.00 -voeu voeu NOM m s 28.58 21.28 10.72 10.61 -voeux voeu NOM m p 28.58 21.28 17.86 10.68 -vogua voguer VER 2.69 6.35 0.14 0.07 ind:pas:3s; -voguaient voguer VER 2.69 6.35 0.00 0.14 ind:imp:3p; -voguais voguer VER 2.69 6.35 0.02 0.00 ind:imp:1s;ind:imp:2s; -voguait voguer VER 2.69 6.35 0.28 1.35 ind:imp:3s; -voguant voguer VER 2.69 6.35 0.13 0.54 par:pre; -vogue vogue NOM f s 2.43 3.58 2.43 3.51 -voguent voguer VER 2.69 6.35 0.26 0.61 ind:pre:3p;sub:pre:3p; -voguer voguer VER 2.69 6.35 1.18 1.15 inf; -voguera voguer VER 2.69 6.35 0.03 0.07 ind:fut:3s; -voguerai voguer VER 2.69 6.35 0.04 0.00 ind:fut:1s; -voguerait voguer VER 2.69 6.35 0.00 0.07 cnd:pre:3s; -voguerions voguer VER 2.69 6.35 0.00 0.07 cnd:pre:1p; -voguerons voguer VER 2.69 6.35 0.12 0.07 ind:fut:1p; -vogues voguer VER 2.69 6.35 0.01 0.07 ind:pre:2s; -voguions voguer VER 2.69 6.35 0.01 0.41 ind:imp:1p; -voguons voguer VER 2.69 6.35 0.09 0.14 imp:pre:1p;ind:pre:1p; -vogué voguer VER m s 2.69 6.35 0.02 0.34 par:pas; -voici voici PRE 277.59 97.30 277.59 97.30 -voie voie NOM f s 56.06 71.01 47.01 53.58 -voient voir VER 4119.49 2401.76 26.16 20.20 ind:pre:3p;sub:pre:3p; -voies voie NOM f p 56.06 71.01 9.05 17.43 -voila voiler VER 39.65 14.73 35.54 1.35 ind:pas:3s; -voilage voilage NOM m s 0.00 0.74 0.00 0.27 -voilages voilage NOM m p 0.00 0.74 0.00 0.47 -voilaient voiler VER 39.65 14.73 0.00 0.88 ind:imp:3p; -voilais voiler VER 39.65 14.73 0.02 0.07 ind:imp:1s; -voilait voiler VER 39.65 14.73 0.02 1.69 ind:imp:3s; -voilant voiler VER 39.65 14.73 0.00 0.74 par:pre; -voile voile NOM s 20.51 48.31 15.49 30.27 -voilent voiler VER 39.65 14.73 0.13 0.47 ind:pre:3p; -voiler voiler VER 39.65 14.73 0.68 1.42 inf; -voilera voiler VER 39.65 14.73 0.14 0.00 ind:fut:3s; -voileront voiler VER 39.65 14.73 0.01 0.00 ind:fut:3p; -voiles voile NOM p 20.51 48.31 5.02 18.04 -voilette voilette NOM f s 0.06 2.97 0.05 2.57 -voilettes voilette NOM f p 0.06 2.97 0.01 0.41 -voilez voiler VER 39.65 14.73 0.08 0.07 imp:pre:2p;ind:pre:2p; -voilier voilier NOM m s 1.94 4.86 1.67 2.77 -voiliers voilier NOM m p 1.94 4.86 0.27 2.09 -voilà voilà PRE 726.44 329.12 726.44 329.12 -voilons voiler VER 39.65 14.73 0.06 0.14 imp:pre:1p;ind:pre:1p; -voilèrent voiler VER 39.65 14.73 0.00 0.07 ind:pas:3p; -voilé voiler VER m s 39.65 14.73 0.30 2.09 par:pas; -voilée voilé ADJ f s 1.50 6.08 0.90 2.30 -voilées voilé ADJ f p 1.50 6.08 0.10 1.28 -voilure voilure NOM f s 0.17 0.74 0.16 0.47 -voilures voilure NOM f p 0.17 0.74 0.01 0.27 -voilés voilé ADJ m p 1.50 6.08 0.31 0.95 -voir voir VER 4119.49 2401.76 1401.10 716.55 ind:imp:3s;inf; -voire voire ADV 7.42 16.89 7.42 16.89 -voirie voirie NOM f s 0.77 1.22 0.77 1.22 -vois voir VER 4119.49 2401.76 689.75 253.72 imp:pre:2s;ind:pre:1s;ind:pre:2s; -voisin voisin NOM m s 56.00 81.82 19.55 28.85 -voisinage voisinage NOM m s 5.17 10.41 5.16 10.34 -voisinages voisinage NOM m p 5.17 10.41 0.01 0.07 -voisinaient voisiner VER 0.04 3.31 0.00 1.08 ind:imp:3p; -voisinait voisiner VER 0.04 3.31 0.00 0.47 ind:imp:3s; -voisinant voisiner VER 0.04 3.31 0.00 0.41 par:pre; -voisine voisin NOM f s 56.00 81.82 10.92 15.07 -voisinent voisiner VER 0.04 3.31 0.01 0.61 ind:pre:3p; -voisiner voisiner VER 0.04 3.31 0.01 0.34 inf; -voisines voisin ADJ f p 14.31 49.73 1.67 5.54 -voisins voisin NOM m p 56.00 81.82 24.33 33.31 -voisiné voisiner VER m s 0.04 3.31 0.01 0.00 par:pas; -voit voir VER 4119.49 2401.76 181.98 158.78 ind:pre:3s; -voituraient voiturer VER 2.05 0.88 0.00 0.07 ind:imp:3p; -voiturait voiturer VER 2.05 0.88 0.00 0.07 ind:imp:3s; -voiture_balai voiture_balai NOM f s 0.23 0.07 0.23 0.00 -voiture_bar voiture_bar NOM f s 0.01 0.00 0.01 0.00 -voiture_lit voiture_lit NOM f s 0.01 0.00 0.01 0.00 -voiture_restaurant voiture_restaurant NOM f s 0.05 0.00 0.05 0.00 -voiture voiture NOM s 429.40 283.11 388.87 221.15 -voiturer voiturer VER 2.05 0.88 0.02 0.14 inf; -voitureront voiturer VER 2.05 0.88 0.00 0.07 ind:fut:3p; -voiture_balai voiture_balai NOM f p 0.23 0.07 0.00 0.07 -voitures voiture NOM f p 429.40 283.11 40.53 61.96 -voiturette voiturette NOM f s 0.38 0.74 0.35 0.34 -voiturettes voiturette NOM f p 0.38 0.74 0.02 0.41 -voiturier voiturier NOM m s 0.86 0.47 0.70 0.47 -voituriers voiturier NOM m p 0.86 0.47 0.16 0.00 -voiturin voiturin NOM m s 0.00 0.07 0.00 0.07 -voituré voiturer VER m s 2.05 0.88 0.00 0.07 par:pas; -voix_off voix_off NOM f 0.04 0.00 0.04 0.00 -voix voix NOM f 130.83 612.70 130.83 612.70 -vol_au_vent vol_au_vent NOM m 0.02 0.14 0.02 0.14 -vol vol NOM m s 82.42 48.31 74.14 41.22 -vola voler VER 238.82 88.65 0.93 1.96 ind:pas:3s; -volage volage ADJ s 1.79 1.62 1.69 1.62 -volages volage ADJ p 1.79 1.62 0.10 0.00 -volai voler VER 238.82 88.65 0.14 0.27 ind:pas:1s; -volaient voler VER 238.82 88.65 1.14 5.20 ind:imp:3p; -volaille volaille NOM f s 2.61 6.49 2.31 3.45 -volailler volailler NOM m s 0.02 0.20 0.02 0.07 -volaillers volailler NOM m p 0.02 0.20 0.00 0.14 -volailles volaille NOM f p 2.61 6.49 0.30 3.04 -volais voler VER 238.82 88.65 2.02 1.08 ind:imp:1s;ind:imp:2s; -volait voler VER 238.82 88.65 4.45 5.95 ind:imp:3s; -volant volant NOM m s 19.65 37.30 19.23 33.51 -volante volant ADJ f s 8.78 9.66 2.81 1.62 -volantes volant ADJ f p 8.78 9.66 1.24 1.96 -volants volant ADJ m p 8.78 9.66 2.47 2.03 -volanté volanter VER m s 0.05 0.14 0.00 0.07 par:pas; -volapük volapük NOM m s 0.00 0.07 0.00 0.07 -volassent voler VER 238.82 88.65 0.00 0.07 sub:imp:3p; -volatil volatil ADJ m s 0.64 1.49 0.06 0.34 -volatile volatil ADJ f s 0.64 1.49 0.49 0.61 -volatiles volatile NOM m p 0.47 2.57 0.30 1.22 -volatilisa volatiliser VER 2.00 2.97 0.00 0.14 ind:pas:3s; -volatilisaient volatiliser VER 2.00 2.97 0.00 0.14 ind:imp:3p; -volatilisait volatiliser VER 2.00 2.97 0.02 0.14 ind:imp:3s; -volatilisant volatiliser VER 2.00 2.97 0.00 0.07 par:pre; -volatilisation volatilisation NOM f s 0.01 0.00 0.01 0.00 -volatilise volatiliser VER 2.00 2.97 0.07 0.14 imp:pre:2s;ind:pre:3s; -volatilisent volatiliser VER 2.00 2.97 0.05 0.14 ind:pre:3p; -volatiliser volatiliser VER 2.00 2.97 0.13 0.27 inf; -volatilisé volatiliser VER m s 2.00 2.97 0.95 0.68 par:pas; -volatilisée volatiliser VER f s 2.00 2.97 0.56 0.54 par:pas; -volatilisées volatiliser VER f p 2.00 2.97 0.02 0.20 par:pas; -volatilisés volatiliser VER m p 2.00 2.97 0.20 0.54 par:pas; -volatilité volatilité NOM f s 0.04 0.00 0.04 0.00 -volatils volatil ADJ m p 0.64 1.49 0.01 0.20 -volcan volcan NOM m s 5.50 5.34 4.52 3.85 -volcanique volcanique ADJ s 0.91 1.69 0.69 1.15 -volcaniques volcanique ADJ p 0.91 1.69 0.22 0.54 -volcanologique volcanologique ADJ m s 0.01 0.00 0.01 0.00 -volcanologue volcanologue NOM s 0.02 0.00 0.02 0.00 -volcans volcan NOM m p 5.50 5.34 0.98 1.49 -vole voler VER 238.82 88.65 35.31 10.07 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -volent voler VER 238.82 88.65 9.53 5.61 ind:pre:3p; -voler voler VER 238.82 88.65 67.88 26.01 inf; -volera voler VER 238.82 88.65 2.68 0.47 ind:fut:3s; -volerai voler VER 238.82 88.65 1.00 0.07 ind:fut:1s; -voleraient voler VER 238.82 88.65 0.07 0.07 cnd:pre:3p; -volerais voler VER 238.82 88.65 0.44 0.07 cnd:pre:1s;cnd:pre:2s; -volerait voler VER 238.82 88.65 0.94 0.68 cnd:pre:3s; -voleras voler VER 238.82 88.65 0.57 0.00 ind:fut:2s; -volerez voler VER 238.82 88.65 0.25 0.07 ind:fut:2p; -volerie volerie NOM f s 0.01 0.00 0.01 0.00 -voleriez voler VER 238.82 88.65 0.05 0.00 cnd:pre:2p; -volerons voler VER 238.82 88.65 0.50 0.00 ind:fut:1p; -voleront voler VER 238.82 88.65 0.89 0.34 ind:fut:3p; -voles voler VER 238.82 88.65 4.82 0.68 ind:pre:2s;sub:pre:2s; -volet volet NOM m s 5.93 41.55 2.21 6.89 -voleta voleter VER 0.45 7.23 0.00 0.20 ind:pas:3s; -voletaient voleter VER 0.45 7.23 0.01 1.82 ind:imp:3p; -voletait voleter VER 0.45 7.23 0.00 1.22 ind:imp:3s; -voletant voleter VER 0.45 7.23 0.03 1.42 par:pre; -voletante voletant ADJ f s 0.01 0.81 0.00 0.27 -voletantes voletant ADJ f p 0.01 0.81 0.00 0.20 -voleter voleter VER 0.45 7.23 0.14 1.35 inf; -voletez voleter VER 0.45 7.23 0.02 0.00 imp:pre:2p; -volets volet NOM m p 5.93 41.55 3.72 34.66 -volette voleter VER 0.45 7.23 0.14 0.54 ind:pre:1s;ind:pre:3s; -volettent voleter VER 0.45 7.23 0.10 0.68 ind:pre:3p; -voleur voleur NOM m s 68.01 22.70 41.39 11.15 -voleurs voleur NOM m p 68.01 22.70 21.91 9.86 -voleuse voleur NOM f s 68.01 22.70 4.71 1.55 -voleuses voleuse NOM f p 0.17 0.00 0.17 0.00 -volez voler VER 238.82 88.65 3.59 0.27 imp:pre:2p;ind:pre:2p; -voliez voler VER 238.82 88.65 0.65 0.07 ind:imp:2p; -volige volige NOM f s 0.01 0.54 0.00 0.14 -voliges volige NOM f p 0.01 0.54 0.01 0.41 -volions voler VER 238.82 88.65 0.19 0.14 ind:imp:1p; -volière volière NOM f s 0.36 3.24 0.34 2.97 -volières volière NOM f p 0.36 3.24 0.02 0.27 -volition volition NOM f s 0.00 0.27 0.00 0.14 -volitions volition NOM f p 0.00 0.27 0.00 0.14 -volley_ball volley_ball NOM m s 0.25 0.68 0.25 0.68 -volley volley NOM m s 1.51 0.07 1.51 0.07 -volleyeur volleyeur NOM m s 0.14 0.14 0.14 0.07 -volleyeurs volleyeur NOM m p 0.14 0.14 0.00 0.07 -volons voler VER 238.82 88.65 0.79 0.20 imp:pre:1p;ind:pre:1p; -volontaire volontaire ADJ s 14.48 13.99 11.54 10.74 -volontairement volontairement ADV 3.59 9.12 3.59 9.12 -volontaires volontaire NOM p 8.03 6.28 5.05 5.27 -volontariat volontariat NOM m s 0.60 0.20 0.60 0.20 -volontarisme volontarisme NOM m s 0.00 0.14 0.00 0.14 -volontariste volontariste ADJ s 0.00 0.20 0.00 0.14 -volontaristes volontariste ADJ p 0.00 0.20 0.00 0.07 -volontiers volontiers ADV 19.41 40.61 19.41 40.61 -volonté volonté NOM f s 47.08 74.93 44.41 70.54 -volontés volonté NOM f p 47.08 74.93 2.67 4.39 -volât voler VER 238.82 88.65 0.00 0.14 sub:imp:3s; -vols vol NOM m p 82.42 48.31 8.28 7.09 -volt volt NOM m s 2.00 0.27 0.40 0.00 -voltaïque voltaïque ADJ f s 0.01 0.00 0.01 0.00 -voltage voltage NOM m s 0.41 0.34 0.41 0.34 -voltaient volter VER 0.01 0.14 0.00 0.07 ind:imp:3p; -voltaire voltaire NOM m s 0.00 0.14 0.00 0.07 -voltaires voltaire NOM m p 0.00 0.14 0.00 0.07 -voltairien voltairien ADJ m s 0.01 0.00 0.01 0.00 -volte_face volte_face NOM f 0.26 3.31 0.26 3.31 -volte volte NOM f s 0.67 1.35 0.67 0.74 -volter volter VER 0.01 0.14 0.01 0.07 inf; -voltes volte NOM f p 0.67 1.35 0.00 0.61 -volèrent voler VER 238.82 88.65 0.04 0.68 ind:pas:3p; -voltige voltige NOM f s 0.45 2.09 0.45 1.96 -voltigea voltiger VER 1.40 4.46 0.00 0.27 ind:pas:3s; -voltigeaient voltiger VER 1.40 4.46 0.00 1.28 ind:imp:3p; -voltigeait voltiger VER 1.40 4.46 0.00 0.07 ind:imp:3s; -voltigeant voltiger VER 1.40 4.46 0.14 0.68 par:pre; -voltigement voltigement NOM m s 0.00 0.07 0.00 0.07 -voltigent voltiger VER 1.40 4.46 0.81 0.47 ind:pre:3p; -voltiger voltiger VER 1.40 4.46 0.21 0.95 inf; -voltiges voltige NOM f p 0.45 2.09 0.00 0.14 -voltigeur voltigeur NOM m s 0.15 5.00 0.14 2.09 -voltigeurs voltigeur NOM m p 0.15 5.00 0.01 2.91 -voltigèrent voltiger VER 1.40 4.46 0.00 0.34 ind:pas:3p; -voltigé voltiger VER m s 1.40 4.46 0.03 0.07 par:pas; -voltmètre voltmètre NOM m s 0.23 0.07 0.23 0.07 -volts volt NOM m p 2.00 0.27 1.60 0.27 -volé voler VER m s 238.82 88.65 79.01 19.26 par:pas; -volubile volubile ADJ s 0.07 4.73 0.05 3.72 -volubilement volubilement ADV 0.00 0.74 0.00 0.74 -volubiles volubile ADJ p 0.07 4.73 0.02 1.01 -volubilis volubilis NOM m 0.00 1.35 0.00 1.35 -volubilité volubilité NOM f s 0.00 1.55 0.00 1.55 -volée voler VER f s 238.82 88.65 10.14 2.23 par:pas; -volées voler VER f p 238.82 88.65 2.24 0.81 par:pas; -volume volume NOM m s 6.48 27.84 5.45 16.35 -volumes volume NOM m p 6.48 27.84 1.03 11.49 -volémie volémie NOM f s 0.01 0.00 0.01 0.00 -volumineuse volumineux ADJ f s 0.37 5.41 0.04 1.55 -volumineuses volumineux ADJ f p 0.37 5.41 0.10 0.47 -volumineux volumineux ADJ m 0.37 5.41 0.22 3.38 -volumique volumique ADJ f s 0.01 0.00 0.01 0.00 -volumétrique volumétrique ADJ s 0.02 0.00 0.02 0.00 -volupté volupté NOM f s 3.27 11.42 3.27 10.20 -voluptueuse voluptueux ADJ f s 0.62 7.36 0.41 1.96 -voluptueusement voluptueusement ADV 0.01 3.11 0.01 3.11 -voluptueuses voluptueux ADJ f p 0.62 7.36 0.11 0.95 -voluptueux voluptueux ADJ m 0.62 7.36 0.10 4.46 -voluptés volupté NOM f p 3.27 11.42 0.00 1.22 -volés voler VER m p 238.82 88.65 4.93 2.09 par:pas; -volute volute NOM f s 0.03 6.69 0.00 0.41 -volutes volute NOM f p 0.03 6.69 0.03 6.28 -volvaires volvaire NOM f p 0.00 0.07 0.00 0.07 -volve volve NOM f s 0.01 0.07 0.01 0.07 -vomi vomir VER m s 26.12 23.31 5.19 2.70 par:pas; -vomie vomir VER f s 26.12 23.31 0.24 0.27 par:pas; -vomies vomir VER f p 26.12 23.31 0.14 0.14 par:pas; -vomique vomique ADJ m s 0.00 0.07 0.00 0.07 -vomir vomir VER 26.12 23.31 13.75 11.62 inf; -vomira vomir VER 26.12 23.31 0.09 0.14 ind:fut:3s; -vomirai vomir VER 26.12 23.31 0.05 0.00 ind:fut:1s; -vomirais vomir VER 26.12 23.31 0.18 0.07 cnd:pre:1s; -vomirait vomir VER 26.12 23.31 0.03 0.14 cnd:pre:3s; -vomiras vomir VER 26.12 23.31 0.03 0.07 ind:fut:2s; -vomirent vomir VER 26.12 23.31 0.00 0.07 ind:pas:3p; -vomirez vomir VER 26.12 23.31 0.04 0.00 ind:fut:2p; -vomiront vomir VER 26.12 23.31 0.01 0.07 ind:fut:3p; -vomis vomir VER m p 26.12 23.31 1.94 0.88 imp:pre:2s;ind:pre:1s;ind:pre:2s;par:pas; -vomissaient vomir VER 26.12 23.31 0.28 0.41 ind:imp:3p; -vomissais vomir VER 26.12 23.31 0.06 0.27 ind:imp:1s;ind:imp:2s; -vomissait vomir VER 26.12 23.31 0.33 2.30 ind:imp:3s; -vomissant vomir VER 26.12 23.31 0.11 0.81 par:pre; -vomisse vomir VER 26.12 23.31 0.43 0.34 sub:pre:1s;sub:pre:3s; -vomissement vomissement NOM m s 1.31 1.55 0.44 0.61 -vomissements vomissement NOM m p 1.31 1.55 0.88 0.95 -vomissent vomir VER 26.12 23.31 0.61 0.20 ind:pre:3p; -vomisseur vomisseur ADJ m s 0.03 0.07 0.03 0.07 -vomissez vomir VER 26.12 23.31 0.16 0.07 imp:pre:2p;ind:pre:2p; -vomissions vomir VER 26.12 23.31 0.00 0.14 ind:imp:1p; -vomissure vomissure NOM f s 0.53 1.15 0.20 0.34 -vomissures vomissure NOM f p 0.53 1.15 0.33 0.81 -vomit vomir VER 26.12 23.31 2.45 2.64 ind:pre:3s;ind:pas:3s; -vomitif vomitif ADJ m s 0.05 0.27 0.05 0.07 -vomitifs vomitif ADJ m p 0.05 0.27 0.00 0.07 -vomitifs vomitif NOM m p 0.04 0.27 0.00 0.07 -vomitives vomitif ADJ f p 0.05 0.27 0.00 0.14 -vomito_negro vomito_negro NOM m s 0.01 0.00 0.01 0.00 -vomitoire vomitoire NOM m s 0.03 0.07 0.02 0.00 -vomitoires vomitoire NOM m p 0.03 0.07 0.01 0.07 -vont aller VER 9992.78 2854.93 281.35 116.62 ind:pre:3p; -vopo vopo NOM m s 0.00 0.07 0.00 0.07 -vorace vorace ADJ s 0.95 4.19 0.56 2.64 -voracement voracement ADV 0.03 0.81 0.03 0.81 -voraces vorace ADJ p 0.95 4.19 0.38 1.55 -voracité voracité NOM f s 0.07 1.69 0.07 1.69 -vortex vortex NOM m 6.14 0.14 6.14 0.14 -vos vos ADJ:pos 649.07 180.27 649.07 180.27 -vosgien vosgien NOM m s 0.00 0.14 0.00 0.14 -vosgienne vosgien ADJ f s 0.00 0.14 0.00 0.14 -vota voter VER 29.61 8.51 0.00 0.27 ind:pas:3s; -votaient voter VER 29.61 8.51 0.10 0.41 ind:imp:3p; -votais voter VER 29.61 8.51 0.02 0.00 ind:imp:1s; -votait voter VER 29.61 8.51 0.28 0.34 ind:imp:3s; -votant voter VER 29.61 8.51 0.20 0.07 par:pre; -votants votant NOM m p 0.17 0.20 0.15 0.20 -vote vote NOM m s 15.04 4.46 11.62 3.72 -votent voter VER 29.61 8.51 1.48 0.41 ind:pre:3p; -voter voter VER 29.61 8.51 7.96 2.64 inf; -votera voter VER 29.61 8.51 0.67 0.14 ind:fut:3s; -voterai voter VER 29.61 8.51 0.43 0.00 ind:fut:1s; -voterais voter VER 29.61 8.51 0.20 0.00 cnd:pre:1s;cnd:pre:2s; -voterait voter VER 29.61 8.51 0.21 0.00 cnd:pre:3s; -voteras voter VER 29.61 8.51 0.02 0.00 ind:fut:2s; -voterez voter VER 29.61 8.51 0.12 0.14 ind:fut:2p; -voterons voter VER 29.61 8.51 0.17 0.07 ind:fut:1p; -voteront voter VER 29.61 8.51 0.34 0.00 ind:fut:3p; -votes vote NOM m p 15.04 4.46 3.42 0.74 -votez voter VER 29.61 8.51 3.66 0.00 imp:pre:2p;ind:pre:2p; -votiez voter VER 29.61 8.51 0.02 0.00 ind:imp:2p; -votif votif ADJ m s 0.13 0.81 0.01 0.00 -votifs votif ADJ m p 0.13 0.81 0.00 0.07 -votions voter VER 29.61 8.51 0.03 0.07 ind:imp:1p; -votive votif ADJ f s 0.13 0.81 0.11 0.34 -votives votif ADJ f p 0.13 0.81 0.01 0.41 -votons voter VER 29.61 8.51 0.95 0.00 imp:pre:1p;ind:pre:1p; -votre votre PRO:pos s 0.32 0.00 0.32 0.00 -votèrent voter VER 29.61 8.51 0.02 0.00 ind:pas:3p; -voté voter VER m s 29.61 8.51 7.11 1.76 par:pas; -votée voter VER f s 29.61 8.51 0.90 0.34 par:pas; -votées voter VER f p 29.61 8.51 0.03 0.07 par:pas; -votés voter VER m p 29.61 8.51 0.01 0.20 par:pas; -voua vouer VER 6.88 18.92 0.03 0.41 ind:pas:3s; -vouai vouer VER 6.88 18.92 0.00 0.07 ind:pas:1s; -vouaient vouer VER 6.88 18.92 0.17 0.41 ind:imp:3p; -vouais vouer VER 6.88 18.92 0.71 0.41 ind:imp:1s;ind:imp:2s; -vouait vouer VER 6.88 18.92 0.15 1.82 ind:imp:3s; -vouant vouer VER 6.88 18.92 0.01 0.14 par:pre; -voudra vouloir VER 5249.31 1640.14 21.62 12.03 ind:fut:3s; -voudrai vouloir VER 5249.31 1640.14 4.06 1.62 ind:fut:1s; -voudraient vouloir VER 5249.31 1640.14 6.02 6.42 cnd:pre:3p; -voudrais vouloir VER 5249.31 1640.14 194.56 92.09 cnd:pre:1s;cnd:pre:2s; -voudrait vouloir VER 5249.31 1640.14 44.48 43.45 cnd:pre:3s; -voudras vouloir VER 5249.31 1640.14 26.03 10.27 ind:fut:2s; -voudrez vouloir VER 5249.31 1640.14 19.77 10.41 ind:fut:2p; -voudriez vouloir VER 5249.31 1640.14 19.29 4.19 cnd:pre:2p; -voudrions vouloir VER 5249.31 1640.14 5.14 1.82 cnd:pre:1p; -voudrons vouloir VER 5249.31 1640.14 0.32 0.27 ind:fut:1p; -voudront vouloir VER 5249.31 1640.14 6.93 3.38 ind:fut:3p; -voue vouer VER 6.88 18.92 0.51 0.95 ind:pre:1s;ind:pre:3s; -vouent vouer VER 6.88 18.92 0.25 0.07 ind:pre:3p; -vouer vouer VER 6.88 18.92 0.42 2.43 inf;;inf;;inf;; -vouera vouer VER 6.88 18.92 0.01 0.07 ind:fut:3s; -vouerait vouer VER 6.88 18.92 0.00 0.07 cnd:pre:3s; -vouge vouge NOM f s 0.01 0.14 0.01 0.14 -vouivre vouivre NOM f s 0.00 3.18 0.00 3.04 -vouivres vouivre NOM f p 0.00 3.18 0.00 0.14 -voulûmes vouloir VER 5249.31 1640.14 0.00 0.07 ind:pas:1p; -voulût vouloir VER 5249.31 1640.14 0.00 3.72 sub:imp:3s; -voulaient vouloir VER 5249.31 1640.14 28.88 30.20 ind:imp:3p; -voulais vouloir VER 5249.31 1640.14 415.76 107.30 ind:imp:1s;ind:imp:2s; -voulait vouloir VER 5249.31 1640.14 192.15 225.34 ind:imp:3s; -voulant vouloir VER 5249.31 1640.14 4.28 18.45 par:pre; -voulez vouloir VER 5249.31 1640.14 553.40 113.58 imp:pre:2p;ind:pre:2p; -vouliez vouloir VER 5249.31 1640.14 43.78 5.81 ind:imp:2p;sub:pre:2p; -voulions vouloir VER 5249.31 1640.14 9.07 6.08 ind:imp:1p;sub:pre:1p; -vouloir vouloir VER 5249.31 1640.14 63.87 62.97 inf; -vouloirs vouloir NOM m p 1.28 2.57 0.00 0.14 -voulons vouloir VER 5249.31 1640.14 40.38 9.53 imp:pre:1p;ind:pre:1p; -voulu vouloir VER m s 5249.31 1640.14 151.04 174.19 par:pas; -voulue vouloir VER f s 5249.31 1640.14 0.91 2.70 par:pas; -voulues voulu ADJ f p 4.42 9.12 0.18 0.68 -voulurent vouloir VER 5249.31 1640.14 0.40 2.30 ind:pas:3p; -voulus vouloir VER m p 5249.31 1640.14 0.36 6.22 ind:pas:1s;par:pas; -voulusse vouloir VER 5249.31 1640.14 0.00 0.34 sub:imp:1s; -voulussent vouloir VER 5249.31 1640.14 0.00 0.41 sub:imp:3p; -voulut vouloir VER 5249.31 1640.14 2.42 36.89 ind:pas:3s; -vouons vouer VER 6.88 18.92 0.31 0.14 imp:pre:1p;ind:pre:1p; -vous_même vous_même PRO:per p 28.20 17.84 28.20 17.84 -vous_mêmes vous_mêmes PRO:per p 4.30 1.55 4.30 1.55 -vous vous PRO:per p 13589.70 3507.16 13589.70 3507.16 -vousoyait vousoyer VER 0.00 0.14 0.00 0.07 ind:imp:3s; -vousoyez vousoyer VER 0.00 0.14 0.00 0.07 ind:pre:2p; -voussoie voussoyer VER 0.02 0.47 0.00 0.07 ind:pre:3s; -voussoiement voussoiement NOM m s 0.00 0.34 0.00 0.34 -voussoient voussoyer VER 0.02 0.47 0.00 0.07 ind:pre:3p; -voussoyait voussoyer VER 0.02 0.47 0.00 0.14 ind:imp:3s; -voussoyer voussoyer VER 0.02 0.47 0.00 0.20 inf; -voussoyez voussoyer VER 0.02 0.47 0.02 0.00 imp:pre:2p; -voussure voussure NOM f s 0.00 0.81 0.00 0.54 -voussures voussure NOM f p 0.00 0.81 0.00 0.27 -vouèrent vouer VER 6.88 18.92 0.00 0.07 ind:pas:3p; -voué vouer VER m s 6.88 18.92 2.47 5.14 par:pas; -vouée vouer VER f s 6.88 18.92 1.42 4.12 par:pas; -vouées vouer VER f p 6.88 18.92 0.14 0.81 par:pas; -voués vouer VER m p 6.88 18.92 0.27 1.82 par:pas; -vouvoie vouvoyer VER 0.79 1.35 0.27 0.14 imp:pre:2s;ind:pre:3s; -vouvoiement vouvoiement NOM m s 0.00 0.47 0.00 0.41 -vouvoiements vouvoiement NOM m p 0.00 0.47 0.00 0.07 -vouvoient vouvoyer VER 0.79 1.35 0.00 0.07 ind:pre:3p; -vouvoies vouvoyer VER 0.79 1.35 0.02 0.07 ind:pre:2s; -vouvoya vouvoyer VER 0.79 1.35 0.00 0.07 ind:pas:3s; -vouvoyait vouvoyer VER 0.79 1.35 0.01 0.81 ind:imp:3s; -vouvoyant vouvoyer VER 0.79 1.35 0.00 0.14 par:pre; -vouvoyer vouvoyer VER 0.79 1.35 0.49 0.07 inf; -vouvray vouvray NOM m s 0.00 0.07 0.00 0.07 -vox_populi vox_populi NOM f 0.05 0.27 0.05 0.27 -voyage voyage NOM m s 123.17 140.07 112.19 110.54 -voyagea voyager VER 45.74 27.50 0.06 0.54 ind:pas:3s; -voyageaient voyager VER 45.74 27.50 0.30 1.49 ind:imp:3p; -voyageais voyager VER 45.74 27.50 0.62 0.47 ind:imp:1s;ind:imp:2s; -voyageait voyager VER 45.74 27.50 1.27 2.91 ind:imp:3s; -voyageant voyager VER 45.74 27.50 0.71 0.54 par:pre; -voyagent voyager VER 45.74 27.50 1.71 1.22 ind:pre:3p; -voyageons voyager VER 45.74 27.50 0.62 0.27 imp:pre:1p;ind:pre:1p; -voyager voyager VER 45.74 27.50 19.45 9.19 inf; -voyagera voyager VER 45.74 27.50 0.41 0.00 ind:fut:3s; -voyagerai voyager VER 45.74 27.50 0.16 0.07 ind:fut:1s; -voyagerais voyager VER 45.74 27.50 0.08 0.07 cnd:pre:1s; -voyagerait voyager VER 45.74 27.50 0.22 0.27 cnd:pre:3s; -voyageras voyager VER 45.74 27.50 0.28 0.07 ind:fut:2s; -voyagerez voyager VER 45.74 27.50 0.07 0.00 ind:fut:2p; -voyageriez voyager VER 45.74 27.50 0.02 0.00 cnd:pre:2p; -voyagerons voyager VER 45.74 27.50 0.24 0.07 ind:fut:1p; -voyageront voyager VER 45.74 27.50 0.02 0.00 ind:fut:3p; -voyage_éclair voyage_éclair NOM m p 0.00 0.07 0.00 0.07 -voyages voyage NOM m p 123.17 140.07 10.98 29.53 -voyageur voyageur NOM m s 8.11 43.38 3.17 20.88 -voyageurs voyageur NOM m p 8.11 43.38 4.68 20.74 -voyageuse voyageur NOM f s 8.11 43.38 0.26 1.08 -voyageuses voyageur NOM f p 8.11 43.38 0.00 0.68 -voyagez voyager VER 45.74 27.50 1.69 0.14 imp:pre:2p;ind:pre:2p; -voyagiez voyager VER 45.74 27.50 0.28 0.00 ind:imp:2p; -voyagions voyager VER 45.74 27.50 0.34 0.34 ind:imp:1p; -voyagèrent voyager VER 45.74 27.50 0.01 0.14 ind:pas:3p; -voyagé voyager VER m s 45.74 27.50 5.90 4.93 par:pas; -voyaient voir VER 4119.49 2401.76 3.03 21.35 ind:imp:3p; -voyais voir VER 4119.49 2401.76 31.14 90.27 ind:imp:1s;ind:imp:2s; -voyait voir VER 4119.49 2401.76 25.32 180.95 ind:imp:3s; -voyance voyance NOM f s 0.71 0.74 0.71 0.68 -voyances voyance NOM f p 0.71 0.74 0.00 0.07 -voyant voir VER 4119.49 2401.76 17.16 42.64 par:pre; -voyante voyant NOM f s 4.25 8.65 1.60 2.57 -voyantes voyant ADJ f p 3.55 8.58 0.22 0.88 -voyants voyant NOM m p 4.25 8.65 0.56 1.89 -voyelle voyelle NOM f s 0.71 1.76 0.36 0.47 -voyelles voyelle NOM f p 0.71 1.76 0.35 1.28 -voyer voyer NOM m s 0.16 0.00 0.16 0.00 -voyeur voyeur NOM m s 3.71 4.26 2.94 2.77 -voyeurisme voyeurisme NOM m s 0.13 0.34 0.13 0.34 -voyeurs voyeur NOM m p 3.71 4.26 0.76 1.35 -voyeuse voyeur NOM f s 3.71 4.26 0.02 0.14 -voyez voir VER 4119.49 2401.76 191.63 83.65 imp:pre:2p;ind:pre:2p; -voyiez voir VER 4119.49 2401.76 4.47 1.96 ind:imp:2p;sub:pre:2p; -voyions voir VER 4119.49 2401.76 0.88 4.80 ind:imp:1p; -voyons voir VER 4119.49 2401.76 127.93 44.80 imp:pre:1p;ind:pre:1p; -voyou voyou NOM m s 21.09 25.07 11.69 14.59 -voyoucratie voyoucratie NOM f s 0.00 0.27 0.00 0.27 -voyous voyou NOM m p 21.09 25.07 9.41 10.47 -voyoute voyoute ADJ f s 0.00 0.47 0.00 0.27 -voyouterie voyouterie NOM f s 0.00 0.34 0.00 0.34 -voyoutes voyoute ADJ f p 0.00 0.47 0.00 0.20 -voyoutisme voyoutisme NOM m s 0.00 0.07 0.00 0.07 -vrac vrac NOM m s 1.17 5.20 1.17 5.20 -vrai_faux vrai_faux ADJ m s 0.00 0.07 0.00 0.07 -vrai vrai ADJ m s 807.03 430.07 678.47 311.89 -vraie vrai ADJ f s 807.03 430.07 83.64 77.57 -vraies vrai ADJ f p 807.03 430.07 13.91 16.76 -vraiment vraiment ADV 968.57 274.32 968.57 274.32 -vrais vrai ADJ m p 807.03 430.07 31.01 23.85 -vraisemblable vraisemblable ADJ s 0.89 5.74 0.89 5.54 -vraisemblablement vraisemblablement ADV 1.39 5.68 1.39 5.68 -vraisemblables vraisemblable ADJ m p 0.89 5.74 0.00 0.20 -vraisemblance vraisemblance NOM f s 0.12 2.91 0.09 2.77 -vraisemblances vraisemblance NOM f p 0.12 2.91 0.03 0.14 -vraquier vraquier NOM m s 0.00 0.07 0.00 0.07 -vrilla vriller VER 0.13 3.18 0.00 0.41 ind:pas:3s; -vrillaient vriller VER 0.13 3.18 0.00 0.14 ind:imp:3p; -vrillait vriller VER 0.13 3.18 0.00 0.54 ind:imp:3s; -vrillant vriller VER 0.13 3.18 0.01 0.61 par:pre; -vrille vrille NOM f s 0.72 2.57 0.65 1.82 -vrillement vrillement NOM m s 0.00 0.07 0.00 0.07 -vrillent vriller VER 0.13 3.18 0.00 0.14 ind:pre:3p; -vriller vriller VER 0.13 3.18 0.00 0.14 inf; -vrilles vrille NOM f p 0.72 2.57 0.07 0.74 -vrillette vrillette NOM f s 0.01 0.07 0.01 0.00 -vrillettes vrillette NOM f p 0.01 0.07 0.00 0.07 -vrillèrent vriller VER 0.13 3.18 0.00 0.07 ind:pas:3p; -vrillé vriller VER m s 0.13 3.18 0.09 0.20 par:pas; -vrillées vriller VER f p 0.13 3.18 0.00 0.14 par:pas; -vrillés vriller VER m p 0.13 3.18 0.00 0.14 par:pas; -vrombir vrombir VER 0.26 1.96 0.02 0.27 inf; -vrombis vrombir VER 0.26 1.96 0.00 0.07 ind:pre:1s; -vrombissaient vrombir VER 0.26 1.96 0.02 0.07 ind:imp:3p; -vrombissait vrombir VER 0.26 1.96 0.00 0.27 ind:imp:3s; -vrombissant vrombir VER 0.26 1.96 0.01 0.27 par:pre; -vrombissante vrombissant ADJ f s 0.01 0.68 0.00 0.27 -vrombissantes vrombissant ADJ f p 0.01 0.68 0.00 0.34 -vrombissement vrombissement NOM m s 0.47 1.35 0.47 1.15 -vrombissements vrombissement NOM m p 0.47 1.35 0.00 0.20 -vrombissent vrombir VER 0.26 1.96 0.00 0.14 ind:pre:3p; -vrombissions vrombir VER 0.26 1.96 0.00 0.07 ind:imp:1p; -vrombit vrombir VER 0.26 1.96 0.21 0.81 ind:pre:3s;ind:pas:3s; -vroom vroom ONO 0.07 0.41 0.07 0.41 -vroum vroum ONO 0.38 0.34 0.38 0.34 -vu voir VER m s 4119.49 2401.76 905.21 393.45 par:pas; -vécûmes vivre VER 510.05 460.34 0.04 0.41 ind:pas:1p; -vécût vivre VER 510.05 460.34 0.00 0.54 sub:imp:3s; -vécu vivre VER m s 510.05 460.34 51.14 56.62 par:pas; -vécue vivre VER f s 510.05 460.34 2.26 4.26 par:pas; -vécues vivre VER f p 510.05 460.34 0.79 1.62 par:pas; -vécurent vivre VER 510.05 460.34 1.65 1.15 ind:pas:3p; -vécus vivre VER m p 510.05 460.34 1.10 2.43 ind:pas:1s;ind:pas:2s;par:pas; -vécés vécés NOM m p 0.01 1.08 0.01 1.08 -vécussent vivre VER 510.05 460.34 0.00 0.14 sub:imp:3p; -vécut vivre VER 510.05 460.34 1.43 4.19 ind:pas:3s; -vue voir VER f s 4119.49 2401.76 109.21 56.35 par:pas; -vues voir VER f p 4119.49 2401.76 9.31 8.11 par:pas; -végète végéter VER 0.57 2.91 0.16 0.34 ind:pre:1s;ind:pre:3s; -végètent végéter VER 0.57 2.91 0.10 0.14 ind:pre:3p; -végètes végéter VER 0.57 2.91 0.02 0.00 ind:pre:2s; -végéta végéter VER 0.57 2.91 0.01 0.00 ind:pas:3s; -végétaient végéter VER 0.57 2.91 0.00 0.41 ind:imp:3p; -végétais végéter VER 0.57 2.91 0.00 0.07 ind:imp:1s; -végétait végéter VER 0.57 2.91 0.00 0.74 ind:imp:3s; -végétal végétal ADJ m s 0.78 8.85 0.18 2.97 -végétale végétal ADJ f s 0.78 8.85 0.51 3.85 -végétales végétal ADJ f p 0.78 8.85 0.03 0.95 -végétalien végétalien ADJ m s 0.22 0.07 0.11 0.00 -végétalienne végétalien ADJ f s 0.22 0.07 0.11 0.07 -végétalisme végétalisme NOM m s 0.01 0.00 0.01 0.00 -végétarien végétarien ADJ m s 3.94 1.82 2.31 0.88 -végétarienne végétarien ADJ f s 3.94 1.82 1.32 0.68 -végétariennes végétarien ADJ f p 3.94 1.82 0.07 0.00 -végétariens végétarien NOM m p 0.90 0.27 0.47 0.07 -végétarisme végétarisme NOM m s 0.03 0.00 0.03 0.00 -végétatif végétatif ADJ m s 0.47 1.55 0.40 0.41 -végétatifs végétatif ADJ m p 0.47 1.55 0.01 0.07 -végétation végétation NOM f s 1.47 9.53 0.78 8.85 -végétations végétation NOM f p 1.47 9.53 0.69 0.68 -végétative végétatif ADJ f s 0.47 1.55 0.04 1.01 -végétatives végétatif ADJ f p 0.47 1.55 0.02 0.07 -végétaux végétal NOM m p 0.44 1.89 0.26 0.88 -végéter végéter VER 0.57 2.91 0.26 0.88 inf; -végéteras végéter VER 0.57 2.91 0.01 0.00 ind:fut:2s; -végéterez végéter VER 0.57 2.91 0.00 0.07 ind:fut:2p; -végétons végéter VER 0.57 2.91 0.00 0.07 ind:pre:1p; -végétât végéter VER 0.57 2.91 0.00 0.07 sub:imp:3s; -végété végéter VER m s 0.57 2.91 0.01 0.14 par:pas; -véhiculaient véhiculer VER 0.72 2.30 0.02 0.07 ind:imp:3p; -véhiculait véhiculer VER 0.72 2.30 0.03 0.20 ind:imp:3s; -véhiculant véhiculer VER 0.72 2.30 0.04 0.20 par:pre; -véhicule véhicule NOM m s 22.08 22.09 17.04 14.86 -véhiculent véhiculer VER 0.72 2.30 0.14 0.07 ind:pre:3p; -véhiculer véhiculer VER 0.72 2.30 0.12 0.95 inf; -véhicules véhicule NOM m p 22.08 22.09 5.04 7.23 -véhiculez véhiculer VER 0.72 2.30 0.01 0.00 imp:pre:2p; -véhiculé véhiculer VER m s 0.72 2.30 0.00 0.14 par:pas; -véhiculée véhiculer VER f s 0.72 2.30 0.04 0.20 par:pas; -véhémence véhémence NOM f s 0.31 5.07 0.31 5.07 -véhément véhément ADJ m s 0.29 5.88 0.02 1.49 -véhémente véhément ADJ f s 0.29 5.88 0.28 1.89 -véhémentement véhémentement ADV 0.01 0.34 0.01 0.34 -véhémentes véhément ADJ f p 0.29 5.88 0.00 1.22 -véhéments véhément ADJ m p 0.29 5.88 0.00 1.28 -vêlage vêlage NOM m s 0.00 0.20 0.00 0.14 -vêlages vêlage NOM m p 0.00 0.20 0.00 0.07 -vélaires vélaire NOM f p 0.00 0.07 0.00 0.07 -vélar vélar NOM m s 0.04 0.00 0.04 0.00 -vulcain vulcain NOM m s 0.06 0.00 0.06 0.00 -vulcanienne vulcanienne ADJ f s 0.01 0.00 0.01 0.00 -vulcanisait vulcaniser VER 0.01 0.07 0.00 0.07 ind:imp:3s; -vulcanisation vulcanisation NOM f s 0.00 0.07 0.00 0.07 -vulcaniser vulcaniser VER 0.01 0.07 0.01 0.00 inf; -vulcanisé vulcanisé ADJ m s 0.01 0.14 0.01 0.14 -vulcanologue vulcanologue NOM s 0.00 0.07 0.00 0.07 -vêler vêler VER 0.02 0.54 0.01 0.47 inf; -vulgaire vulgaire ADJ s 10.36 16.76 8.48 12.84 -vulgairement vulgairement ADV 0.40 1.22 0.40 1.22 -vulgaires vulgaire ADJ p 10.36 16.76 1.88 3.92 -vulgarisateurs vulgarisateur NOM m p 0.00 0.07 0.00 0.07 -vulgarisation vulgarisation NOM f s 0.01 0.41 0.01 0.34 -vulgarisations vulgarisation NOM f p 0.01 0.41 0.00 0.07 -vulgariser vulgariser VER 0.01 0.14 0.01 0.14 inf; -vulgarisée vulgarisé ADJ f s 0.00 0.07 0.00 0.07 -vulgarité vulgarité NOM f s 1.75 5.68 1.59 5.34 -vulgarités vulgarité NOM f p 1.75 5.68 0.17 0.34 -vulgate vulgate NOM f s 0.00 0.20 0.00 0.20 -vulgum_pecus vulgum_pecus NOM m 0.01 0.07 0.01 0.07 -vélin vélin ADJ m s 0.02 0.07 0.02 0.07 -vélins vélin NOM m p 0.00 0.68 0.00 0.07 -véliplanchiste véliplanchiste NOM s 0.01 0.00 0.01 0.00 -vélique vélique ADJ f s 0.00 0.07 0.00 0.07 -vulnérabilité vulnérabilité NOM f s 0.77 1.01 0.77 1.01 -vulnérable vulnérable ADJ s 7.76 7.97 6.00 6.35 -vulnérables vulnérable ADJ p 7.76 7.97 1.77 1.62 -vulnéraire vulnéraire NOM s 0.00 0.20 0.00 0.14 -vulnéraires vulnéraire NOM p 0.00 0.20 0.00 0.07 -vulnérant vulnérant ADJ m s 0.00 0.07 0.00 0.07 -vélo_cross vélo_cross NOM m 0.00 0.07 0.00 0.07 -vélo_pousse vélo_pousse NOM m s 0.01 0.00 0.01 0.00 -vélo vélo NOM m s 35.58 28.45 32.95 24.32 -véloce véloce ADJ s 0.06 0.74 0.04 0.54 -vélocement vélocement ADV 0.01 0.00 0.01 0.00 -véloces véloce ADJ f p 0.06 0.74 0.02 0.20 -vélocipède vélocipède NOM m s 0.13 0.41 0.11 0.27 -vélocipèdes vélocipède NOM m p 0.13 0.41 0.02 0.14 -vélocipédique vélocipédique ADJ s 0.00 0.20 0.00 0.14 -vélocipédiques vélocipédique ADJ f p 0.00 0.20 0.00 0.07 -vélocipédistes vélocipédiste NOM p 0.00 0.07 0.00 0.07 -vélocité vélocité NOM f s 0.25 1.08 0.25 1.08 -vélodrome vélodrome NOM m s 0.00 0.88 0.00 0.68 -vélodromes vélodrome NOM m p 0.00 0.88 0.00 0.20 -vélomoteur vélomoteur NOM m s 0.23 1.49 0.23 1.22 -vélomoteurs vélomoteur NOM m p 0.23 1.49 0.00 0.27 -vélos vélo NOM m p 35.58 28.45 2.64 4.12 -vulpin vulpin NOM m s 0.00 0.07 0.00 0.07 -vêlé vêler VER m s 0.02 0.54 0.01 0.07 par:pas; -vélum vélum NOM m s 0.02 0.41 0.02 0.27 -vélums vélum NOM m p 0.02 0.41 0.00 0.14 -vulvaire vulvaire NOM f s 0.03 0.07 0.03 0.00 -vulvaires vulvaire NOM f p 0.03 0.07 0.00 0.07 -vulve vulve NOM f s 0.32 1.35 0.32 0.95 -vulves vulve NOM f p 0.32 1.35 0.00 0.41 -vénal vénal ADJ m s 0.54 1.76 0.45 0.81 -vénale vénal ADJ f s 0.54 1.76 0.09 0.41 -vénales vénal ADJ f p 0.54 1.76 0.00 0.41 -vénalité vénalité NOM f s 0.02 0.41 0.02 0.41 -vénaux vénal ADJ m p 0.54 1.76 0.00 0.14 -vénerie vénerie NOM f s 0.00 0.61 0.00 0.61 -véniel véniel ADJ m s 0.32 0.81 0.30 0.20 -vénielle véniel ADJ f s 0.32 0.81 0.00 0.07 -vénielles véniel ADJ f p 0.32 0.81 0.00 0.14 -véniels véniel ADJ m p 0.32 0.81 0.01 0.41 -vénitien vénitien ADJ m s 0.95 6.96 0.86 2.43 -vénitienne vénitienne NOM f s 0.14 0.54 0.14 0.34 -vénitiennes vénitien ADJ f p 0.95 6.96 0.03 1.28 -vénitiens vénitien NOM m p 0.36 1.82 0.24 1.15 -vénère vénérer VER 5.86 4.66 1.53 0.47 imp:pre:2s;ind:pre:1s;ind:pre:3s; -vénèrent vénérer VER 5.86 4.66 0.67 0.20 ind:pre:3p; -vénères vénérer VER 5.86 4.66 0.27 0.07 ind:pre:2s; -vénéneuse vénéneux ADJ f s 0.69 2.36 0.09 0.74 -vénéneuses vénéneux ADJ f p 0.69 2.36 0.06 0.41 -vénéneux vénéneux ADJ m 0.69 2.36 0.55 1.22 -vénérable vénérable ADJ s 2.56 6.35 2.20 4.80 -vénérables vénérable ADJ p 2.56 6.35 0.36 1.55 -vénérai vénérer VER 5.86 4.66 0.00 0.07 ind:pas:1s; -vénéraient vénérer VER 5.86 4.66 0.21 0.14 ind:imp:3p; -vénérais vénérer VER 5.86 4.66 0.19 0.27 ind:imp:1s;ind:imp:2s; -vénérait vénérer VER 5.86 4.66 0.47 1.35 ind:imp:3s; -vénérant vénérer VER 5.86 4.66 0.15 0.14 par:pre; -vénéras vénérer VER 5.86 4.66 0.01 0.00 ind:pas:2s; -vénération vénération NOM f s 0.23 2.84 0.23 2.70 -vénérations vénération NOM f p 0.23 2.84 0.00 0.14 -vénérer vénérer VER 5.86 4.66 0.94 0.88 inf; -vénérera vénérer VER 5.86 4.66 0.01 0.00 ind:fut:3s; -vénéreraient vénérer VER 5.86 4.66 0.00 0.07 cnd:pre:3p; -vénérerais vénérer VER 5.86 4.66 0.01 0.00 cnd:pre:1s; -vénérez vénérer VER 5.86 4.66 0.27 0.00 imp:pre:2p;ind:pre:2p; -vénérien vénérien ADJ m s 0.61 0.95 0.02 0.14 -vénérienne vénérien ADJ f s 0.61 0.95 0.28 0.20 -vénériennes vénérien ADJ f p 0.61 0.95 0.31 0.54 -vénériens vénérien ADJ m p 0.61 0.95 0.00 0.07 -vénérions vénérer VER 5.86 4.66 0.03 0.14 ind:imp:1p; -vénérons vénérer VER 5.86 4.66 0.32 0.00 ind:pre:1p; -vénéré vénéré ADJ m s 1.10 1.69 0.91 0.88 -vénérée vénéré ADJ f s 1.10 1.69 0.12 0.14 -vénérées vénérer VER f p 5.86 4.66 0.14 0.07 par:pas; -vénéréologie vénéréologie NOM f s 0.01 0.00 0.01 0.00 -vénérés vénérer VER m p 5.86 4.66 0.06 0.20 par:pas; -vénus vénus NOM f 0.56 0.41 0.56 0.41 -vénusien vénusien ADJ m s 0.11 0.20 0.01 0.14 -vénusienne vénusien ADJ f s 0.11 0.20 0.04 0.00 -vénusiens vénusien ADJ m p 0.11 0.20 0.06 0.07 -vénusté vénusté NOM f s 0.00 0.34 0.00 0.34 -vénézuélien vénézuélien ADJ m s 0.48 0.27 0.07 0.20 -vénézuélienne vénézuélien ADJ f s 0.48 0.27 0.26 0.00 -vénézuéliens vénézuélien ADJ m p 0.48 0.27 0.16 0.07 -vêpre vêpres NOM m s 0.64 2.43 0.00 0.07 -vêpres vêpres NOM f p 0.64 2.43 0.64 2.36 -vérace vérace ADJ f s 0.00 0.14 0.00 0.07 -véraces vérace ADJ p 0.00 0.14 0.00 0.07 -véracité véracité NOM f s 0.58 0.74 0.58 0.74 -véranda véranda NOM f s 1.90 10.20 1.86 9.12 -vérandas véranda NOM f p 1.90 10.20 0.03 1.08 -véreuse véreux ADJ f s 1.67 1.62 0.35 0.14 -véreuses véreux ADJ f p 1.67 1.62 0.10 0.27 -véreux véreux ADJ m 1.67 1.62 1.23 1.22 -véridique véridique ADJ s 0.82 2.23 0.66 1.69 -véridiquement véridiquement ADV 0.01 0.14 0.01 0.14 -véridiques véridique ADJ p 0.82 2.23 0.16 0.54 -vérif vérif NOM f s 0.10 0.27 0.10 0.27 -vérifia vérifier VER 110.87 40.27 0.04 2.91 ind:pas:3s; -vérifiable vérifiable ADJ s 0.21 0.20 0.18 0.14 -vérifiables vérifiable ADJ f p 0.21 0.20 0.03 0.07 -vérifiai vérifier VER 110.87 40.27 0.01 0.20 ind:pas:1s; -vérifiaient vérifier VER 110.87 40.27 0.05 0.27 ind:imp:3p; -vérifiais vérifier VER 110.87 40.27 1.33 0.68 ind:imp:1s;ind:imp:2s; -vérifiait vérifier VER 110.87 40.27 0.73 2.50 ind:imp:3s; -vérifiant vérifier VER 110.87 40.27 0.20 1.49 par:pre; -vérificateur vérificateur NOM m s 0.42 0.07 0.33 0.00 -vérificateurs vérificateur NOM m p 0.42 0.07 0.03 0.07 -vérification vérification NOM f s 4.07 3.45 3.40 2.50 -vérifications vérification NOM f p 4.07 3.45 0.68 0.95 -vérificatrice vérificateur NOM f s 0.42 0.07 0.07 0.00 -vérifie vérifier VER 110.87 40.27 20.47 3.92 imp:pre:2s;ind:pre:1s;ind:pre:3s;sub:pre:3s; -vérifient vérifier VER 110.87 40.27 1.27 0.27 ind:pre:3p; -vérifier vérifier VER 110.87 40.27 45.69 22.09 inf; -vérifiera vérifier VER 110.87 40.27 0.55 0.20 ind:fut:3s; -vérifierai vérifier VER 110.87 40.27 1.35 0.20 ind:fut:1s; -vérifierais vérifier VER 110.87 40.27 0.10 0.07 cnd:pre:1s;cnd:pre:2s; -vérifierait vérifier VER 110.87 40.27 0.03 0.07 cnd:pre:3s; -vérifieras vérifier VER 110.87 40.27 0.17 0.07 ind:fut:2s; -vérifierons vérifier VER 110.87 40.27 0.32 0.07 ind:fut:1p; -vérifieront vérifier VER 110.87 40.27 0.22 0.00 ind:fut:3p; -vérifies vérifier VER 110.87 40.27 0.94 0.14 ind:pre:2s; -vérifieur vérifieur NOM m s 0.02 0.00 0.02 0.00 -vérifiez vérifier VER 110.87 40.27 12.16 0.47 imp:pre:2p;ind:pre:2p; -vérifiions vérifier VER 110.87 40.27 0.00 0.07 ind:imp:1p; -vérifions vérifier VER 110.87 40.27 2.15 0.14 imp:pre:1p;ind:pre:1p; -vérifièrent vérifier VER 110.87 40.27 0.01 0.14 ind:pas:3p; -vérifié vérifier VER m s 110.87 40.27 21.64 4.19 par:pas; -vérifiée vérifier VER f s 110.87 40.27 0.50 0.14 par:pas; -vérifiées vérifier VER f p 110.87 40.27 0.37 0.00 par:pas; -vérifiés vérifier VER m p 110.87 40.27 0.57 0.00 par:pas; -vérin vérin NOM m s 0.06 0.34 0.05 0.07 -vérins vérin NOM m p 0.06 0.34 0.01 0.27 -vériste vériste ADJ m s 0.00 0.07 0.00 0.07 -véritable véritable ADJ s 29.36 56.08 26.78 48.51 -véritablement véritablement ADV 2.03 5.88 2.03 5.88 -véritables véritable ADJ p 29.36 56.08 2.58 7.57 -vérité vérité NOM f s 193.24 140.88 190.21 133.38 -vérités vérité NOM f p 193.24 140.88 3.03 7.50 -vérole vérole NOM f s 0.79 3.58 0.79 3.45 -véroles vérole NOM f p 0.79 3.58 0.00 0.14 -vérolé vérolé ADJ m s 0.33 1.96 0.02 1.42 -vérolée vérolé ADJ f s 0.33 1.96 0.17 0.00 -vérolées vérolé ADJ f p 0.33 1.96 0.00 0.34 -vérolés vérolé ADJ m p 0.33 1.96 0.14 0.20 -véronaise véronais ADJ f s 0.00 0.07 0.00 0.07 -véronal véronal NOM m s 0.04 0.00 0.04 0.00 -véronique véronique NOM f s 0.10 0.74 0.10 0.54 -véroniques véronique NOM f p 0.10 0.74 0.00 0.20 -vus voir VER m p 4119.49 2401.76 47.81 28.72 par:pas; -vésanie vésanie NOM f s 0.00 0.27 0.00 0.20 -vésanies vésanie NOM f p 0.00 0.27 0.00 0.07 -vésicale vésical ADJ f s 0.01 0.00 0.01 0.00 -vésicante vésicant ADJ f s 0.10 0.00 0.10 0.00 -vésicatoire vésicatoire ADJ s 0.10 0.07 0.10 0.00 -vésicatoires vésicatoire ADJ m p 0.10 0.07 0.00 0.07 -vésiculaire vésiculaire ADJ s 0.10 0.00 0.10 0.00 -vésicule vésicule NOM f s 1.01 0.74 0.90 0.61 -vésicules vésicule NOM f p 1.01 0.74 0.11 0.14 -vésuviennes vésuvien ADJ f p 0.00 0.07 0.00 0.07 -vêt vêtir VER 7.67 63.85 0.02 0.14 ind:pre:3s; -vêtaient vêtir VER 7.67 63.85 0.00 0.07 ind:imp:3p; -vêtait vêtir VER 7.67 63.85 0.14 0.41 ind:imp:3s; -vêtant vêtir VER 7.67 63.85 0.00 0.14 par:pre; -vête vêtir VER 7.67 63.85 0.00 0.07 sub:pre:3s; -vêtement vêtement NOM m s 61.48 90.14 3.84 15.34 -vêtements vêtement NOM m p 61.48 90.14 57.65 74.80 -vêtent vêtir VER 7.67 63.85 0.11 0.34 ind:pre:3p; -vêtez vêtir VER 7.67 63.85 0.01 0.34 imp:pre:2p;ind:pre:2p; -vétille vétille NOM f s 0.39 1.22 0.22 0.20 -vétilles vétille NOM f p 0.39 1.22 0.16 1.01 -vétilleuse vétilleux ADJ f s 0.00 0.68 0.00 0.27 -vétilleuses vétilleux ADJ f p 0.00 0.68 0.00 0.07 -vétilleux vétilleux ADJ m 0.00 0.68 0.00 0.34 -vêtir vêtir VER 7.67 63.85 1.55 3.18 inf; -vêtira vêtir VER 7.67 63.85 0.02 0.07 ind:fut:3s; -vêtirais vêtir VER 7.67 63.85 0.00 0.07 cnd:pre:1s; -vêtirait vêtir VER 7.67 63.85 0.00 0.07 cnd:pre:3s; -vêtirons vêtir VER 7.67 63.85 0.00 0.07 ind:fut:1p; -vêtis vêtir VER 7.67 63.85 0.00 0.07 ind:pas:1s; -vêtit vêtir VER 7.67 63.85 0.00 0.20 ind:pas:3s; -vétiver vétiver NOM m s 0.00 0.27 0.00 0.27 -vêtons vêtir VER 7.67 63.85 0.00 0.07 ind:pre:1p; -vêts vêtir VER 7.67 63.85 0.00 0.54 ind:pre:1s;ind:pre:2s; -vêtu vêtir VER m s 7.67 63.85 3.47 26.96 par:pas; -vêtue vêtir VER f s 7.67 63.85 1.23 15.27 par:pas; -vêtues vêtir VER f p 7.67 63.85 0.28 4.73 par:pas; -vétéran vétéran NOM m s 3.84 2.43 1.86 1.28 -vétérans vétéran NOM m p 3.84 2.43 1.98 1.15 -vêture vêture NOM f s 0.00 0.61 0.00 0.54 -vêtures vêture NOM f p 0.00 0.61 0.00 0.07 -vétérinaire vétérinaire NOM s 3.93 3.85 3.74 3.72 -vétérinaires vétérinaire NOM p 3.93 3.85 0.19 0.14 -vêtus vêtir VER m p 7.67 63.85 0.83 11.08 par:pas; -vétuste vétuste ADJ s 0.25 3.18 0.05 2.03 -vétustes vétuste ADJ p 0.25 3.18 0.20 1.15 -vétusté vétusté NOM f s 0.02 0.68 0.02 0.68 -vétyver vétyver NOM m s 0.00 0.07 0.00 0.07 -w w NOM m 3.54 2.70 3.54 2.70 -wagnérien wagnérien ADJ m s 0.04 0.47 0.01 0.34 -wagnérienne wagnérien ADJ f s 0.04 0.47 0.03 0.07 -wagnériennes wagnérien ADJ f p 0.04 0.47 0.00 0.07 -wagon_bar wagon_bar NOM m s 0.03 0.00 0.03 0.00 -wagon_lit wagon_lit NOM m s 1.79 1.89 0.70 0.81 -wagon_lits wagon_lits NOM m 0.00 0.07 0.00 0.07 -wagon_restaurant wagon_restaurant NOM m s 0.35 1.01 0.35 0.81 -wagon_salon wagon_salon NOM m s 0.01 0.54 0.01 0.54 -wagon wagon NOM m s 10.24 32.77 6.53 18.11 -wagonnet wagonnet NOM m s 0.26 1.28 0.12 0.20 -wagonnets wagonnet NOM m p 0.26 1.28 0.14 1.08 -wagon_citerne wagon_citerne NOM m p 0.00 0.07 0.00 0.07 -wagon_lit wagon_lit NOM m p 1.79 1.89 1.09 1.08 -wagon_restaurant wagon_restaurant NOM m p 0.35 1.01 0.00 0.20 -wagons wagon NOM m p 10.24 32.77 3.71 14.66 -wait_and_see wait_and_see NOM m s 0.16 0.00 0.16 0.00 -wali wali NOM m s 0.02 0.00 0.02 0.00 -walkie_talkie walkie_talkie NOM m s 0.08 0.14 0.05 0.14 -walkie_talkie walkie_talkie NOM m p 0.08 0.14 0.03 0.00 -walkman walkman NOM m s 1.18 1.28 1.13 1.22 -walkmans walkman NOM m p 1.18 1.28 0.05 0.07 -walkyrie walkyrie NOM f s 0.00 0.27 0.00 0.27 -wall_street wall_street NOM s 0.03 0.07 0.03 0.07 -wallaby wallaby NOM m s 0.13 0.00 0.13 0.00 -wallace wallace NOM f s 0.91 0.00 0.91 0.00 -wallon wallon ADJ m s 0.28 0.07 0.01 0.07 -wallonne wallon ADJ f s 0.28 0.07 0.27 0.00 -walter walter NOM m s 0.27 0.00 0.27 0.00 -wapiti wapiti NOM m s 0.03 0.20 0.02 0.07 -wapitis wapiti NOM m p 0.03 0.20 0.01 0.14 -warning warning NOM m s 0.34 0.07 0.07 0.00 -warnings warning NOM m p 0.34 0.07 0.28 0.07 -warrants warrant NOM m p 0.00 0.07 0.00 0.07 -wassingue wassingue NOM f s 0.00 0.14 0.00 0.07 -wassingues wassingue NOM f p 0.00 0.14 0.00 0.07 -water_closet water_closet NOM m s 0.00 0.14 0.00 0.14 -water_polo water_polo NOM m s 0.23 0.00 0.23 0.00 -water water NOM m s 2.49 1.55 1.03 0.20 -waterman waterman NOM m s 0.12 0.34 0.12 0.34 -waterproof waterproof ADJ m s 0.07 0.07 0.07 0.07 -waters water NOM m p 2.49 1.55 1.46 1.35 -watt watt NOM m s 1.78 0.81 0.03 0.00 -wattman wattman NOM m s 0.00 0.20 0.00 0.20 -watts watt NOM m p 1.78 0.81 1.75 0.81 -wax wax NOM m 0.74 0.07 0.74 0.07 -way_of_life way_of_life NOM m s 0.02 0.14 0.02 0.14 -web web NOM m s 2.34 0.00 2.34 0.00 -webcam webcam NOM f s 0.31 0.00 0.31 0.00 -week_end week_end NOM m s 44.51 14.32 39.41 12.16 -week_end week_end NOM m p 44.51 14.32 3.13 2.16 -week_end week_end NOM m s 44.51 14.32 1.96 0.00 -weimarienne weimarien ADJ f s 0.00 0.07 0.00 0.07 -weltanschauung weltanschauung NOM f s 0.02 0.07 0.02 0.07 -welter welter NOM m s 0.14 0.00 0.10 0.00 -welters welter NOM m p 0.14 0.00 0.04 0.00 -western_spaghetti western_spaghetti NOM m 0.00 0.07 0.00 0.07 -western western NOM m s 6.35 3.78 5.19 1.96 -westerns western NOM m p 6.35 3.78 1.16 1.82 -westphalien westphalien ADJ m s 0.00 0.14 0.00 0.07 -westphaliennes westphalien ADJ f p 0.00 0.14 0.00 0.07 -wharf wharf NOM m s 0.03 1.22 0.03 1.22 -whig whig NOM m s 0.21 0.07 0.03 0.07 -whigs whig NOM m p 0.21 0.07 0.18 0.00 -whipcord whipcord NOM m s 0.00 0.07 0.00 0.07 -whiskey whiskey NOM m s 1.20 0.27 1.20 0.27 -whiskies whiskies NOM m p 0.53 1.89 0.53 1.89 -whisky_soda whisky_soda NOM m s 0.13 0.07 0.13 0.07 -whisky whisky NOM m s 30.20 25.47 29.89 25.14 -whiskys whisky NOM m p 30.20 25.47 0.32 0.34 -whist whist NOM m s 0.19 0.27 0.19 0.27 -white_spirit white_spirit NOM m s 0.01 0.00 0.01 0.00 -wicket wicket NOM m s 0.16 0.00 0.16 0.00 -wigwam wigwam NOM m s 0.00 0.27 0.00 0.14 -wigwams wigwam NOM m p 0.00 0.27 0.00 0.14 -wildcat wildcat NOM m s 0.02 0.00 0.02 0.00 -wilhelmien wilhelmien ADJ m s 0.00 0.14 0.00 0.14 -willaya willaya NOM f s 0.00 0.68 0.00 0.61 -willayas willaya NOM f p 0.00 0.68 0.00 0.07 -william william NOM m s 0.09 0.27 0.09 0.27 -williams williams NOM f s 0.46 0.00 0.46 0.00 -winchester winchester NOM m s 0.05 0.27 0.01 0.27 -winchesters winchester NOM m p 0.05 0.27 0.04 0.00 -windsurf windsurf NOM m s 0.05 0.00 0.05 0.00 -wintergreen wintergreen NOM m s 0.01 0.00 0.01 0.00 -wishbone wishbone NOM m s 0.01 0.00 0.01 0.00 -wisigothe wisigoth NOM f s 0.00 0.14 0.00 0.07 -wisigothique wisigothique ADJ f s 0.00 0.14 0.00 0.07 -wisigothiques wisigothique ADJ f p 0.00 0.14 0.00 0.07 -wisigoths wisigoth NOM m p 0.00 0.14 0.00 0.07 -witz witz NOM m 0.01 0.00 0.01 0.00 -wombat wombat NOM m s 0.04 0.00 0.04 0.00 -woofer woofer NOM m s 0.04 0.00 0.01 0.00 -woofers woofer NOM m p 0.04 0.00 0.03 0.00 -world_music world_music NOM f 0.02 0.00 0.02 0.00 -wouah wouah ONO 1.29 0.07 1.29 0.07 -wurtembergeois wurtembergeois ADJ m 0.00 0.14 0.00 0.07 -wurtembergeoise wurtembergeois ADJ f s 0.00 0.14 0.00 0.07 -x x ADJ:num 7.48 4.46 7.48 4.46 -xavier xavier NOM m s 0.67 0.07 0.67 0.07 -xiang xiang NOM m s 0.01 0.00 0.01 0.00 -xiphidion xiphidion NOM m s 0.00 0.07 0.00 0.07 -xiphoïde xiphoïde ADJ m s 0.14 0.00 0.14 0.00 -xième xième ADJ m s 0.28 0.00 0.28 0.00 -xénogenèse xénogenèse NOM f s 0.01 0.00 0.01 0.00 -xénogreffe xénogreffe NOM f s 0.01 0.00 0.01 0.00 -xénon xénon NOM m s 0.34 0.00 0.34 0.00 -xénophilie xénophilie NOM f s 0.00 0.14 0.00 0.14 -xénophobe xénophobe ADJ s 0.07 0.14 0.04 0.00 -xénophobes xénophobe ADJ p 0.07 0.14 0.04 0.14 -xénophobie xénophobie NOM f s 0.25 0.88 0.25 0.88 -xérographie xérographie NOM f s 0.01 0.00 0.01 0.00 -xérographique xérographique ADJ m s 0.01 0.00 0.01 0.00 -xérès xérès NOM m 0.41 0.54 0.41 0.54 -xylographie xylographie NOM f s 0.20 0.00 0.20 0.00 -xylophone xylophone NOM m s 0.28 0.34 0.28 0.27 -xylophones xylophone NOM m p 0.28 0.34 0.00 0.07 -xylophoniste xylophoniste NOM s 0.04 0.00 0.04 0.00 -xylène xylène NOM m s 0.03 0.00 0.03 0.00 -y y PRO:per 4346.55 3086.76 4346.55 3086.76 -ya ya NOM m s 11.45 3.31 11.45 3.31 -yacht_club yacht_club NOM m s 0.04 0.07 0.04 0.07 -yacht yacht NOM m s 6.95 4.80 6.51 3.78 -yachting yachting NOM m s 0.04 0.14 0.04 0.14 -yachtman yachtman NOM m s 0.02 0.14 0.02 0.07 -yachtmen yachtman NOM m p 0.02 0.14 0.00 0.07 -yachts yacht NOM m p 6.95 4.80 0.44 1.01 -yachtwoman yachtwoman NOM f s 0.00 0.07 0.00 0.07 -yack yack NOM m s 3.15 1.76 0.46 1.42 -yacks yack NOM m p 3.15 1.76 2.69 0.34 -yak yak NOM m s 0.38 0.41 0.28 0.41 -yakitori yakitori NOM m s 0.01 0.00 0.01 0.00 -yaks yak NOM m p 0.38 0.41 0.10 0.00 -yakusa yakusa NOM m s 0.15 0.00 0.15 0.00 -yakuza yakuza NOM m s 0.86 0.00 0.79 0.00 -yakuzas yakuza NOM m p 0.86 0.00 0.07 0.00 -yali yali NOM m s 0.00 1.01 0.00 0.88 -yalis yali NOM m p 0.00 1.01 0.00 0.14 -yama yama NOM m s 0.24 0.07 0.24 0.07 -yang yang NOM m s 3.25 0.81 3.25 0.81 -yankee yankee NOM s 8.71 1.08 3.71 0.68 -yankees yankee NOM p 8.71 1.08 5.00 0.41 -yanquis yanqui ADJ p 0.01 0.00 0.01 0.00 -yaourt yaourt NOM m s 3.58 4.73 2.87 3.18 -yaourtières yaourtière NOM f p 0.00 0.07 0.00 0.07 -yaourts yaourt NOM m p 3.58 4.73 0.71 1.55 -yard yard NOM m s 2.10 0.34 0.46 0.27 -yards yard NOM m p 2.10 0.34 1.64 0.07 -yatagan yatagan NOM m s 0.01 0.88 0.01 0.54 -yatagans yatagan NOM m p 0.01 0.88 0.00 0.34 -yeah yeah ONO 14.01 0.27 14.01 0.27 -yearling yearling NOM m s 0.01 0.14 0.01 0.14 -yen yen NOM m s 3.27 0.61 1.87 0.47 -yens yen NOM m p 3.27 0.61 1.40 0.14 -yeshiva yeshiva NOM f s 1.13 0.20 1.13 0.20 -yeti yeti NOM m s 0.29 0.14 0.29 0.14 -yeuse yeuse NOM f s 0.12 0.81 0.02 0.14 -yeuses yeuse NOM f p 0.12 0.81 0.10 0.68 -oeil_radars oeil_radars NOM m p 0.00 0.07 0.00 0.07 -yeux oeil NOM m p 413.04 1234.59 315.89 955.68 -yiddish yiddish ADJ m s 0.70 0.74 0.70 0.74 -yin yin NOM m s 2.17 0.81 2.17 0.81 -ylang_ylang ylang_ylang NOM m s 0.01 0.00 0.01 0.00 -yo_yo yo_yo NOM m 1.03 0.47 1.03 0.47 -yodlait yodler VER 0.03 0.07 0.00 0.07 ind:imp:3s; -yodler yodler VER 0.03 0.07 0.03 0.00 inf; -yoga yoga NOM m s 3.17 1.08 3.17 1.08 -yoghourt yoghourt NOM m s 0.00 0.34 0.00 0.34 -yogi yogi NOM m s 0.57 0.47 0.52 0.41 -yogis yogi NOM m p 0.57 0.47 0.05 0.07 -yogourt yogourt NOM m s 0.31 0.07 0.31 0.07 -yole yole NOM f s 0.04 0.47 0.04 0.47 -yom_kippour yom_kippour NOM m 0.45 0.34 0.45 0.34 -yom_kippur yom_kippur NOM m s 0.04 0.00 0.04 0.00 -york york NOM m s 0.48 0.61 0.48 0.61 -yorkshire yorkshire NOM m s 0.01 0.00 0.01 0.00 -you_you you_you NOM m s 0.00 0.07 0.00 0.07 -yougoslave yougoslave ADJ s 0.69 1.42 0.55 0.81 -yougoslaves yougoslave ADJ p 0.69 1.42 0.14 0.61 -youp youp ONO 0.17 0.68 0.17 0.68 -youpi youpi ONO 1.12 0.54 1.12 0.54 -youpin youpin NOM m s 1.08 1.62 1.05 1.42 -youpine youpin NOM f s 1.08 1.62 0.03 0.20 -yourte yourte NOM f s 0.56 2.91 0.56 1.28 -yourtes yourte NOM f p 0.56 2.91 0.00 1.62 -youtre youtre NOM s 0.01 0.00 0.01 0.00 -youyou youyou NOM m s 0.00 1.62 0.00 1.42 -youyous youyou NOM m p 0.00 1.62 0.00 0.20 -yoyo yoyo NOM m s 0.64 0.54 0.59 0.34 -yoyos yoyo NOM m p 0.64 0.54 0.05 0.20 -ypérite ypérite NOM f s 0.00 0.14 0.00 0.14 -yèbles yèble NOM f p 0.00 0.14 0.00 0.14 -yé_yé yé_yé NOM m 0.00 0.14 0.00 0.14 -yu y NOM m s 33.20 26.62 2.94 0.00 -yuan yuan NOM m s 4.69 0.00 0.50 0.00 -yuans yuan NOM m p 4.69 0.00 4.19 0.00 -yucca yucca NOM m s 0.31 0.07 0.24 0.00 -yuccas yucca NOM m p 0.31 0.07 0.07 0.07 -yue yue NOM m 0.43 0.00 0.43 0.00 -yéménites yéménite NOM p 0.01 0.07 0.01 0.07 -yuppie yuppie NOM s 1.04 0.07 0.45 0.00 -yuppies yuppie NOM p 1.04 0.07 0.60 0.07 -yéti yéti NOM m s 0.65 0.14 0.65 0.14 -yéyé yéyé NOM s 0.41 0.34 0.41 0.20 -yéyés yéyé NOM p 0.41 0.34 0.00 0.14 -z z NOM m 5.39 5.07 5.39 5.07 -zaïrois zaïrois NOM m 0.01 0.00 0.01 0.00 -zaïroise zaïrois ADJ f s 0.01 0.14 0.00 0.07 -zaïroises zaïrois ADJ f p 0.01 0.14 0.01 0.07 -zadé zader VER m s 0.00 0.47 0.00 0.47 par:pas; -zaibatsu zaibatsu NOM m 0.01 0.00 0.01 0.00 -zain zain ADJ m s 0.00 0.07 0.00 0.07 -zakouski zakouski NOM m 0.62 0.34 0.62 0.07 -zakouskis zakouski NOM m p 0.62 0.34 0.00 0.27 -zani zani NOM m s 0.04 0.00 0.04 0.00 -zanimaux zanimaux NOM m p 0.00 0.07 0.00 0.07 -zanzi zanzi NOM m s 0.02 8.04 0.02 8.04 -zanzibar zanzibar NOM m s 0.01 0.00 0.01 0.00 -zappant zapper VER 2.73 0.14 0.01 0.00 par:pre; -zappe zapper VER 2.73 0.14 1.04 0.00 imp:pre:2s;ind:pre:1s;ind:pre:3s; -zapper zapper VER 2.73 0.14 0.75 0.07 inf; -zapperai zapper VER 2.73 0.14 0.02 0.00 ind:fut:1s; -zapperait zapper VER 2.73 0.14 0.01 0.00 cnd:pre:3s; -zappes zapper VER 2.73 0.14 0.17 0.00 ind:pre:2s; -zappeur zappeur NOM m s 0.14 0.00 0.14 0.00 -zappez zapper VER 2.73 0.14 0.09 0.00 imp:pre:2p;ind:pre:2p; -zapping zapping NOM m s 0.02 0.00 0.02 0.00 -zappé zapper VER m s 2.73 0.14 0.64 0.07 par:pas; -zarabe zarabe NOM s 0.10 0.00 0.10 0.00 -zarbi zarbi ADJ s 0.70 0.14 0.63 0.14 -zarbis zarbi ADJ m p 0.70 0.14 0.07 0.00 -zazou zazou ADJ m s 0.06 1.01 0.04 1.01 -zazous zazou NOM m p 0.11 0.88 0.07 0.20 -zeb zeb NOM m s 0.50 0.07 0.50 0.07 -zef zef NOM m s 0.01 4.53 0.01 4.53 -zelle zelle NOM m s 0.71 0.74 0.71 0.74 -zemstvo zemstvo NOM m s 0.00 0.07 0.00 0.07 -zen zen ADJ m s 2.55 1.76 2.55 1.76 -zens zen NOM m p 0.93 0.81 0.01 0.20 -zeppelin zeppelin NOM m s 0.07 0.41 0.04 0.14 -zeppelins zeppelin NOM m p 0.07 0.41 0.03 0.27 -zest zest NOM m s 0.05 0.07 0.05 0.07 -zeste zeste NOM m s 0.70 0.88 0.69 0.74 -zester zester VER 0.01 0.00 0.01 0.00 inf; -zestes zeste NOM m p 0.70 0.88 0.01 0.14 -zibeline zibeline NOM f s 1.48 1.08 0.86 0.81 -zibelines zibeline NOM f p 1.48 1.08 0.61 0.27 -zicmu zicmu NOM f s 0.14 0.00 0.14 0.00 -zieute zieuter VER 0.16 0.88 0.07 0.34 imp:pre:2s;ind:pre:1s;ind:pre:3s; -zieutent zieuter VER 0.16 0.88 0.00 0.14 ind:pre:3p; -zieuter zieuter VER 0.16 0.88 0.06 0.34 inf; -zieutes zieuter VER 0.16 0.88 0.01 0.07 ind:pre:2s; -zieutez zieuter VER 0.16 0.88 0.02 0.00 imp:pre:2p; -zig_zig zig_zig ADV 0.03 0.00 0.03 0.00 -zig zig NOM m s 1.16 0.68 1.16 0.68 -ziggourat ziggourat NOM f s 0.05 0.07 0.05 0.00 -ziggourats ziggourat NOM f p 0.05 0.07 0.00 0.07 -zigomar zigomar NOM m s 0.02 0.27 0.01 0.20 -zigomars zigomar NOM m p 0.02 0.27 0.01 0.07 -zigoto zigoto NOM m s 0.30 1.42 0.25 0.68 -zigotos zigoto NOM m p 0.30 1.42 0.05 0.74 -zigouillais zigouiller VER 1.59 1.22 0.00 0.07 ind:imp:1s; -zigouillait zigouiller VER 1.59 1.22 0.00 0.07 ind:imp:3s; -zigouille zigouiller VER 1.59 1.22 0.45 0.20 imp:pre:2s;ind:pre:1s;ind:pre:3s; -zigouillent zigouiller VER 1.59 1.22 0.01 0.00 ind:pre:3p; -zigouiller zigouiller VER 1.59 1.22 0.54 0.47 inf; -zigouillez zigouiller VER 1.59 1.22 0.03 0.07 imp:pre:2p;ind:pre:2p; -zigouillé zigouiller VER m s 1.59 1.22 0.46 0.27 par:pas; -zigouillées zigouiller VER f p 1.59 1.22 0.01 0.00 par:pas; -zigouillés zigouiller VER m p 1.59 1.22 0.10 0.07 par:pas; -zigounette zigounette NOM f s 0.14 0.07 0.14 0.07 -zigue zigue NOM m s 0.34 0.74 0.30 0.54 -zigues zigue NOM m p 0.34 0.74 0.03 0.20 -zigzag zigzag NOM m s 0.42 2.64 0.36 1.49 -zigzagant zigzagant ADJ m s 0.00 0.61 0.00 0.20 -zigzagante zigzagant ADJ f s 0.00 0.61 0.00 0.34 -zigzagantes zigzagant ADJ f p 0.00 0.61 0.00 0.07 -zigzags zigzag NOM m p 0.42 2.64 0.05 1.15 -zigzagua zigzaguer VER 0.82 4.66 0.00 0.20 ind:pas:3s; -zigzaguai zigzaguer VER 0.82 4.66 0.00 0.07 ind:pas:1s; -zigzaguaient zigzaguer VER 0.82 4.66 0.00 0.41 ind:imp:3p; -zigzaguait zigzaguer VER 0.82 4.66 0.04 0.81 ind:imp:3s; -zigzaguant zigzaguer VER 0.82 4.66 0.14 1.42 par:pre; -zigzague zigzaguer VER 0.82 4.66 0.17 0.54 ind:pre:1s;ind:pre:3s; -zigzaguent zigzaguer VER 0.82 4.66 0.01 0.20 ind:pre:3p; -zigzaguer zigzaguer VER 0.82 4.66 0.41 0.68 inf; -zigzaguèrent zigzaguer VER 0.82 4.66 0.00 0.07 ind:pas:3p; -zigzagué zigzaguer VER m s 0.82 4.66 0.04 0.20 par:pas; -zigzaguée zigzaguer VER f s 0.82 4.66 0.00 0.07 par:pas; -zinc zinc NOM m s 2.12 17.30 1.96 16.49 -zincs zinc NOM m p 2.12 17.30 0.16 0.81 -zingage zingage NOM m s 0.00 0.07 0.00 0.07 -zingaro zingaro NOM m s 0.10 17.97 0.10 17.97 -zingué zinguer VER m s 0.00 0.14 0.00 0.07 par:pas; -zingués zinguer VER m p 0.00 0.14 0.00 0.07 par:pas; -zinnia zinnia NOM m s 0.11 0.34 0.01 0.07 -zinnias zinnia NOM m p 0.11 0.34 0.10 0.27 -zinzin zinzin ADJ m s 0.64 0.41 0.64 0.41 -zinzins zinzin NOM m p 0.27 0.74 0.08 0.20 -zinzolin zinzolin ADJ m p 0.00 0.07 0.00 0.07 -zip zip NOM m s 0.78 0.41 0.78 0.41 -zippa zipper VER 0.25 0.20 0.00 0.07 ind:pas:3s; -zippait zipper VER 0.25 0.20 0.00 0.07 ind:imp:3s; -zipper zipper VER 0.25 0.20 0.21 0.07 inf; -zippé zipper VER m s 0.25 0.20 0.04 0.00 par:pas; -zircon zircon NOM m s 0.20 0.00 0.18 0.00 -zirconium zirconium NOM m s 0.05 0.00 0.05 0.00 -zircons zircon NOM m p 0.20 0.00 0.02 0.00 -zizanie zizanie NOM f s 0.56 0.41 0.56 0.34 -zizanies zizanie NOM f p 0.56 0.41 0.00 0.07 -zizi zizi NOM m s 2.89 2.84 2.69 2.30 -zizique zizique NOM f s 0.17 0.34 0.17 0.34 -zizis zizi NOM m p 2.89 2.84 0.20 0.54 -zloty zloty NOM m s 1.29 0.07 0.01 0.00 -zlotys zloty NOM m p 1.29 0.07 1.28 0.07 -zob zob NOM m s 1.57 1.35 1.54 1.35 -zobs zob NOM m p 1.57 1.35 0.03 0.00 -zodiac zodiac NOM m s 0.01 0.00 0.01 0.00 -zodiacal zodiacal ADJ m s 0.14 0.07 0.14 0.07 -zodiacale zodiacal ADJ f s 0.14 0.07 0.01 0.00 -zodiaque zodiaque NOM m s 0.53 0.68 0.53 0.68 -zombi zombi NOM m s 0.65 3.58 0.28 2.97 -zombie zombie NOM m s 5.04 1.01 2.33 0.54 -zombies zombie NOM m p 5.04 1.01 2.71 0.47 -zombification zombification NOM f s 0.02 0.00 0.02 0.00 -zombis zombi NOM m p 0.65 3.58 0.37 0.61 -zona zona NOM m s 0.37 0.61 0.36 0.61 -zonage zonage NOM m s 0.10 0.00 0.10 0.00 -zonait zoner VER 0.23 0.81 0.04 0.07 ind:imp:3s; -zonal zonal ADJ m s 0.00 0.07 0.00 0.07 -zonant zoner VER 0.23 0.81 0.01 0.07 par:pre; -zonard zonard NOM m s 0.18 4.26 0.08 1.76 -zonarde zonard NOM f s 0.18 4.26 0.00 0.27 -zonardes zonard NOM f p 0.18 4.26 0.00 0.14 -zonards zonard NOM m p 0.18 4.26 0.10 2.09 -zonas zona NOM m p 0.37 0.61 0.01 0.00 -zone zone NOM f s 53.94 42.50 46.97 34.39 -zoner zoner VER 0.23 0.81 0.03 0.54 inf; -zonera zoner VER 0.23 0.81 0.01 0.00 ind:fut:3s; -zones_clé zones_clé NOM f p 0.00 0.07 0.00 0.07 -zones zone NOM f p 53.94 42.50 6.98 8.11 -zoning zoning NOM m s 0.01 0.00 0.01 0.00 -zoné zoner VER m s 0.23 0.81 0.13 0.14 par:pas; -zonzon zonzon NOM m s 0.33 0.54 0.33 0.54 -zoo zoo NOM m s 12.17 6.49 11.45 6.08 -zoologie zoologie NOM f s 0.40 0.34 0.40 0.34 -zoologique zoologique ADJ s 0.36 1.22 0.35 1.01 -zoologiques zoologique ADJ m p 0.36 1.22 0.01 0.20 -zoologiste zoologiste NOM s 0.25 0.00 0.25 0.00 -zoologue zoologue NOM m s 0.02 0.00 0.02 0.00 -zoom zoom NOM m s 2.40 0.41 2.27 0.34 -zoome zoomer VER 1.49 0.00 0.58 0.00 imp:pre:2s;ind:pre:1s;ind:pre:3s; -zoomer zoomer VER 1.49 0.00 0.37 0.00 inf; -zoomes zoomer VER 1.49 0.00 0.28 0.00 ind:pre:2s; -zoomez zoomer VER 1.49 0.00 0.26 0.00 imp:pre:2p; -zooms zoom NOM m p 2.40 0.41 0.12 0.07 -zoophile zoophile ADJ f s 0.03 0.14 0.01 0.14 -zoophiles zoophile ADJ f p 0.03 0.14 0.02 0.00 -zoophilie zoophilie NOM f s 0.08 0.00 0.08 0.00 -zoos zoo NOM m p 12.17 6.49 0.72 0.41 -zoreille zoreille NOM m s 0.02 0.07 0.02 0.00 -zoreilles zoreille NOM m p 0.02 0.07 0.00 0.07 -zorille zorille NOM f s 0.00 0.07 0.00 0.07 -zoroastrien zoroastrien NOM m s 0.02 0.00 0.01 0.00 -zoroastriens zoroastrien NOM m p 0.02 0.00 0.01 0.00 -zoroastrisme zoroastrisme NOM m s 0.01 0.00 0.01 0.00 -zou zou ONO 1.86 0.54 1.86 0.54 -zouave zouave NOM m s 0.46 2.70 0.46 1.76 -zouaves zouave NOM m p 0.46 2.70 0.00 0.95 -zouk zouk NOM m s 0.01 0.00 0.01 0.00 -zoulou zoulou ADJ m s 0.16 0.07 0.15 0.00 -zouloue zoulou ADJ f s 0.16 0.07 0.01 0.00 -zoulous zoulou NOM m p 0.11 0.07 0.05 0.07 -zoziaux zoziaux NOM m p 0.01 0.07 0.01 0.07 -zozo zozo NOM m s 0.88 0.81 0.70 0.41 -zozos zozo NOM m p 0.88 0.81 0.18 0.41 -zozotait zozoter VER 0.06 0.61 0.00 0.14 ind:imp:3s; -zozotant zozoter VER 0.06 0.61 0.00 0.34 par:pre; -zozote zozoter VER 0.06 0.61 0.05 0.07 ind:pre:3s; -zozotement zozotement NOM m s 0.01 0.14 0.01 0.07 -zozotements zozotement NOM m p 0.01 0.14 0.00 0.07 -zozotes zozoter VER 0.06 0.61 0.00 0.07 ind:pre:2s; -zozoteuse zozoteur NOM f s 0.00 0.07 0.00 0.07 -zozotez zozoter VER 0.06 0.61 0.01 0.00 ind:pre:2p; -zèbre zèbre NOM m s 3.80 5.14 2.65 3.04 -zèbrent zébrer VER 0.20 2.84 0.00 0.07 ind:pre:3p; -zèbres zèbre NOM m p 3.80 5.14 1.15 2.09 -zèle zèle NOM m s 4.92 10.68 4.92 10.61 -zèles zèle NOM m p 4.92 10.68 0.00 0.07 -zébra zébrer VER 0.20 2.84 0.16 0.14 ind:pas:3s; -zébraient zébrer VER 0.20 2.84 0.00 0.54 ind:imp:3p; -zébrait zébrer VER 0.20 2.84 0.00 0.14 ind:imp:3s; -zébrant zébrer VER 0.20 2.84 0.00 0.41 par:pre; -zébrer zébrer VER 0.20 2.84 0.00 0.27 inf; -zébré zébré ADJ m s 0.04 0.68 0.03 0.14 -zébrée zébré ADJ f s 0.04 0.68 0.02 0.27 -zébrées zébrer VER f p 0.20 2.84 0.00 0.14 par:pas; -zébrure zébrure NOM f s 0.03 1.49 0.00 0.47 -zébrures zébrure NOM f p 0.03 1.49 0.03 1.01 -zébrés zébrer VER m p 0.20 2.84 0.01 0.14 par:pas; -zébu zébu NOM m s 0.06 0.41 0.06 0.20 -zébus zébu NOM m p 0.06 0.41 0.00 0.20 -zélateur zélateur NOM m s 0.02 0.41 0.00 0.07 -zélateurs zélateur NOM m p 0.02 0.41 0.00 0.34 -zélatrice zélateur NOM f s 0.02 0.41 0.02 0.00 -zélote zélote NOM m s 0.08 0.81 0.02 0.34 -zélotes zélote NOM m p 0.08 0.81 0.06 0.47 -zélé zélé ADJ m s 1.19 2.97 0.69 1.42 -zélée zélé ADJ f s 1.19 2.97 0.11 0.47 -zélées zélé ADJ f p 1.19 2.97 0.00 0.20 -zélés zélé ADJ m p 1.19 2.97 0.39 0.88 -zénana zénana NOM f s 0.00 0.07 0.00 0.07 -zénith zénith NOM m s 0.63 3.38 0.63 3.38 -zénithale zénithal ADJ f s 0.00 0.14 0.00 0.07 -zénithales zénithal ADJ f p 0.00 0.14 0.00 0.07 -zéphire zéphire ADJ s 0.10 0.00 0.10 0.00 -zéphyr zéphyr NOM m s 0.09 0.61 0.04 0.47 -zéphyrs zéphyr NOM m p 0.09 0.61 0.05 0.14 -zurichois zurichois NOM m 0.00 0.14 0.00 0.14 -zurichoise zurichois ADJ f s 0.00 0.14 0.00 0.07 -zéro zéro NOM m s 32.85 18.24 30.44 16.49 -zéros zéro NOM m p 32.85 18.24 2.41 1.76 -zut zut ONO 13.69 7.16 13.69 7.16 -zézaie zézayer VER 0.02 0.74 0.01 0.27 ind:pre:3s; -zézaiement zézaiement NOM m s 0.03 0.20 0.03 0.20 -zézaient zézayer VER 0.02 0.74 0.00 0.07 ind:pre:3p; -zézayaient zézayer VER 0.02 0.74 0.00 0.07 ind:imp:3p; -zézayant zézayer VER 0.02 0.74 0.01 0.20 par:pre; -zézaye zézayer VER 0.02 0.74 0.00 0.07 ind:pre:3s; -zézayer zézayer VER 0.02 0.74 0.00 0.07 inf; -zézette zézette NOM f s 0.24 9.32 0.24 9.05 -zézettes zézette NOM f p 0.24 9.32 0.00 0.27 -zydeco zydeco NOM f s 0.01 0.00 0.01 0.00 -zyeuta zyeuter VER 0.16 2.77 0.00 0.07 ind:pas:3s; -zyeutais zyeuter VER 0.16 2.77 0.00 0.07 ind:imp:1s; -zyeutait zyeuter VER 0.16 2.77 0.00 0.14 ind:imp:3s; -zyeutant zyeuter VER 0.16 2.77 0.00 0.20 par:pre; -zyeute zyeuter VER 0.16 2.77 0.12 1.22 imp:pre:2s;ind:pre:1s;ind:pre:3s; -zyeuter zyeuter VER 0.16 2.77 0.02 0.95 inf; -zyeutes zyeuter VER 0.16 2.77 0.01 0.00 ind:pre:2s; -zyeuté zyeuter VER m s 0.16 2.77 0.01 0.14 par:pas; -zygoma zygoma NOM m s 0.00 0.07 0.00 0.07 -zygomatique zygomatique ADJ f s 0.16 0.34 0.11 0.14 -zygomatiques zygomatique ADJ f p 0.16 0.34 0.05 0.20 -zygote zygote NOM m s 0.06 0.00 0.06 0.00 -zyklon zyklon NOM m s 0.82 0.00 0.82 0.00 -zzz zzz ONO 0.04 0.00 0.04 0.00 -zzzz zzzz ONO 0.00 0.07 0.00 0.07 \ No newline at end of file diff --git a/functions.py b/functions.py index 175fb02..480f277 100644 --- a/functions.py +++ b/functions.py @@ -48,57 +48,13 @@ class History : self.ordercorpus = dict([[corpus['uuid'], i] for i, corpus in enumerate(self.history)]) self.corpus = dict([[corpus['uuid'], corpus] for i, corpus in enumerate(self.history)]) self.analyses = dict([[analyse['uuid'], analyse] for corpus in self.history for analyse in corpus.get('analyses', [])]) - #corpusorder = d.get('corpusorder',[]) - #self.analyseorder = d['analyseorder'] - #self.order = [uuid for uuid in self.history] - #self.order = dict([[i, uuid] for i, uuid in enumerate(self.order)]) - #self.order = dict([[i, corpus] for i, corpus in enumerate(corpusorder)]) - #for uuid in self.history : - # if 'corpus_name' in self.history[uuid] : - # self.corpora[uuid] = self.history[uuid] d.close() -# def read(self) : -# self.conf = DoConf(self.filein) -# self.order = {} -# self.ordera = {} -# for i, section in enumerate(self.conf.conf.sections()) : -# if self.conf.conf.has_option(section, 'corpus_name') : -# self.corpora[section] = self.conf.getoptions(section) -# self.order[len(self.order)] = section -# else : -# self.analyses[section] = self.conf.getoptions(section) -# self.ordera[len(self.ordera)] = section -# todel = [] -# for corpus in self.corpora : -# self.history[corpus] = copy(self.corpora[corpus]) -# for analyse in self.analyses : -# if self.analyses[analyse]['corpus'] in self.corpora : -# if 'analyses' in self.history[self.analyses[analyse]['corpus']] : -# self.history[self.analyses[analyse]['corpus']]['analyses'].append(self.analyses[analyse]) -# todel.append(analyse) -# else : -# self.history[self.analyses[analyse]['corpus']]['analyses'] = [self.analyses[analyse]] -# todel.append(analyse) -# else : -# self.history[analyse] = self.analyses[analyse] -# #for analyse in todel : -# # del self.analyses[analyse] def write(self) : d = shelve.open(self.filein) d['history'] = self.history - #order = [i for i in self.order] - #order.sort() - #d['corpusorder'] = [self.order[i] for i in order] d.close() - -# def write(self) : -# sections = self.corpora.keys() + self.analyses.keys() -# parametres = [self.corpora[key] for key in self.corpora.keys()] + [self.analyses[key] for key in self.analyses.keys()] -# self.conf.makeoptions(sections, parametres) -# log.info('write history') -# def add(self, analyse) : log.info('add to history %s' % analyse.get('corpus_name', 'pas un corpus')) tosave = {'uuid' : analyse['uuid'], 'ira': analyse['ira'], 'type' : analyse['type']} @@ -113,37 +69,20 @@ class History : self.history[self.ordercorpus[acorpus_uuid]]['analyses'].append(tosave) else : self.history[self.ordercorpus[acorpus_uuid]]['analyses'] = [tosave] - #self.analyses[analyse['uuid']] = tosave else : self.orph.append(tosave) - #self.order[len(self.order)] = analyse['uuid'] - #self.analyses[analyse['uuid']] = tosave else : tosave['corpus_name'] = analyse['corpus_name'] self.history.append(tosave) - #self.order[len(self.order)] = analyse['uuid'] - #self.corpora[analyse['uuid']] = tosave self.write() self.read() def delete(self, analyse, corpus = False) : if corpus : - #del self.history[uuid] self.history.pop(self.ordercorpus[analyse['uuid']]) - #todel = [i for i in self.order if self.order[i] == uuid] - #del self.order[todel[0]] - #del self.corpora[uuid] - #del self.corpora[uuid] - #self.conf.conf.remove_section(uuid) - #for analyse in self.history[uuid].get('analyses', [False]) : - # if analyse : - # del self.analyses[analyse['uuid']] - # self.conf.conf.remove_section(analyse['uuid']) else : todel = [i for i, ana in enumerate(self.corpus[analyse['corpus']]['analyses']) if ana['uuid'] == analyse['uuid']][0] self.history[self.ordercorpus[analyse['corpus']]]['analyses'].pop(todel) - #del self.analyses[uuid] - #self.conf.conf.remove_section(uuid) self.write() self.read() @@ -226,8 +165,12 @@ class DoConf : for val in parametres : if isinstance(parametres[val], int) : txt.append(' \t\t: '.join([val, `parametres[val]`])) - else : + elif isinstance(parametres[val], basestring) : txt.append(' \t\t: '.join([val, parametres[val]])) + elif val in ['listet', 'stars'] : + pass + else : + txt.append(' \t\t: '.join([val, `parametres[val]`])) return '\n'.join(txt) @@ -485,9 +428,12 @@ def ReadDicoAsDico(dicopath): dico[line[0]] = line[1:] return dico -def ReadLexique(parent, lang = 'french'): +def ReadLexique(parent, lang = 'french', filein = None): if lang != 'other' : - parent.lexique = ReadDicoAsDico(parent.DictPath.get(lang, 'french')) + if filein is None : + parent.lexique = ReadDicoAsDico(parent.DictPath.get(lang, 'french')) + else : + parent.lexique = ReadDicoAsDico(filein) else : parent.lexique = {} @@ -518,7 +464,7 @@ def ReadList(filein, encoding = sys.getdefaultencoding()): return dict, first def exec_rcode(rpath, rcode, wait = True, graph = False): - print rpath, rcode + log.info("R Script : %s" % rcode) needX11 = False if sys.platform == 'darwin' : try : @@ -597,12 +543,8 @@ def read_list_file(filename, encoding = sys.getdefaultencoding()): class MessageImage(wx.Dialog): def __init__(self, parent,title, size): - # begin wxGlade: MyFrame.__init__ - # kwds["style"] = wx.DEFAULT_FRAME_STYLE - #wx.Dialog.__init__(self, *args, **kwds) wx.Dialog.__init__ ( self, parent, id = wx.ID_ANY, title = title, pos = wx.DefaultPosition, size = size, style = wx.DEFAULT_DIALOG_STYLE ) self.SetSizeHintsSz( wx.DefaultSize, wx.DefaultSize ) - #self.text_ctrl_1 = wx.TextCtrl(self, -1, "", style=wx.TE_MULTILINE) self.imageFile = False self.imagename = u"chi_classe.png" self.HtmlPage = wx.html.HtmlWindow(self, -1) @@ -616,15 +558,11 @@ class MessageImage(wx.Dialog): self.Bind(wx.EVT_BUTTON, self.OnCloseMe, self.button_1) self.Bind(wx.EVT_BUTTON, self.OnSaveImage, self.button_2) self.do_layout() - # end wxGlade def do_layout(self): - # begin wxGlade: MyFrame.__do_layout self.sizer_1 = wx.BoxSizer(wx.VERTICAL) self.sizer_2 = wx.BoxSizer(wx.HORIZONTAL) - self.sizer_1.Add(self.HtmlPage, 0, wx.EXPAND, 0) - #self.sizer_2.Add(self.button_1, 0, wx.ALIGN_CENTER_HORIZONTAL | wx.ADJUST_MINSIZE, 0) - #self.sizer_1.Add(self.sizer_2, 1, wx.EXPAND, 0) + self.sizer_1.Add(self.HtmlPage, 2, wx.EXPAND, 0) self.m_sdbSizer1 = wx.StdDialogButtonSizer() self.m_sdbSizer1.AddButton( self.button_2 ) @@ -634,7 +572,6 @@ class MessageImage(wx.Dialog): self.SetSizer(self.sizer_1) self.Layout() self.sizer_1.Fit( self ) - # end wxGlade def addsaveimage(self, imageFile) : self.imageFile = imageFile diff --git a/iramuteq.py b/iramuteq.py index 08ce86c..2961efc 100644 --- a/iramuteq.py +++ b/iramuteq.py @@ -33,7 +33,6 @@ import agw.aui as aui import wx.html import wx.grid import wx.lib.hyperlink as hl -#from wx.lib.wordwrap import wordwrap #------------------------------------ from functions import BugReport, PlaySound, ReadLexique, History, DoConf, ReadDicoAsDico, progressbar from checkversion import NewVersion @@ -103,9 +102,7 @@ if sys.platform == 'darwin' : else : sys.setdefaultencoding(locale.getpreferredencoding()) #chemin de l'application -#print 'ATTENTION APPLIPATH' AppliPath = os.path.abspath(os.path.dirname(os.path.realpath(sys.argv[0]))) -#AppliPath = '/home/pierre/workspace/iramuteqNG' #chemin des images ImagePath = os.path.join(AppliPath, 'images') #configuration generale @@ -121,24 +118,15 @@ UserConfigPath = os.path.abspath(os.path.join(user_home, '.iramuteq')) #Si pas de fichiers de config utilisateur, on cree le repertoire CreateIraDirectory(UserConfigPath, AppliPath) #fichiers log pour windows (py2exe) -print 'PLUS DE LOG !!!!!!!!!!' -print 'LOGGING TEST' log = logging.getLogger('iramuteq') fh = logging.FileHandler(os.path.join(UserConfigPath,'stdout.log')) ch = logging.StreamHandler() -formatter = logging.Formatter('%(asctime)s - %(name)s - %(levelname)s - %(message)s') +formatter = logging.Formatter('%(asctime)s - %(levelname)s - %(message)s') ch.setFormatter(formatter) fh.setFormatter(formatter) log.addHandler(ch) log.addHandler(fh) log.setLevel(logging.INFO) -#debug = False -#if not debug : -# if sys.platform == 'win32' or sys.platform == 'darwin': -# sys.stdout = open(os.path.join(UserConfigPath,'stdout.log'), 'w') -# sys.stderr = open(os.path.join(UserConfigPath,'stderr.log'), 'w') -#chemin des fichiers de configuration utilisateur -#print sys.argv[0] ConfigPath = ConstructConfigPath(UserConfigPath) ##################################################################### @@ -515,7 +503,6 @@ vous devez signaler le chemin de l'éxecutable de R dans les préférences.""" self._mgr.UnInit() del self._mgr self.Destroy() - ##FIXME #if sys.platform == 'win32' : # os.system("taskkill /im iramuteq.exe /f") # print 'meurtre de process' @@ -769,21 +756,6 @@ Voulez-vous fermer quand même ?""" def OnAcceuil(self, event): self.ShowAPane(u"Intro_Text") event.Skip() - #??? -# def OnCreateTab(self, event): -# if not self._mgr.GetPane("Tab_content").name == "Tab_content": -# self._mgr.AddPane(self.CreateTabCtrl(), aui.AuiPaneInfo(). -# Name("Tab_content"). -# CenterPane()) -# self._mgr.GetPane("Intro_Text").Hide() -# self._mgr.GetPane("Tab_content").Show() -# self.ctrl.Bind(aui.EVT_AUINOTEBOOK_PAGE_CLOSE, self.OnCloseTab) -# else : -# page = wx.TextCtrl(self, -1, str(text), style=wx.TE_MULTILINE) -# self.ctrl.AddPage(page, "qsdqsd") -# self.ctrl.SetSelection(self.ctrl.GetPageCount() - 1) -# self._mgr.Update() - def CreateHTMLCtrl(self): ctrl = wx.html.HtmlWindow(self, -1, wx.DefaultPosition, wx.Size(400, 300)) @@ -1096,9 +1068,9 @@ class MySplashScreen(wx.SplashScreen): bmp = wx.Image(os.path.join(ImagePath, 'splash.png')).ConvertToBitmap() wx.SplashScreen.__init__(self, bmp, wx.SPLASH_CENTRE_ON_SCREEN | wx.SPLASH_TIMEOUT, - 1000, None, -1) + 2000, None, -1) self.Bind(wx.EVT_CLOSE, self.OnClose) - self.fc = wx.FutureCall(1500, self.ShowMain) + self.fc = wx.FutureCall(1, self.ShowMain) def OnClose(self, evt): evt.Skip() diff --git a/listlex.py b/listlex.py index 4b417e3..cdae6e9 100644 --- a/listlex.py +++ b/listlex.py @@ -211,28 +211,31 @@ class ListForSpec(wx.ListCtrl, listmix.ListCtrlAutoWidthMixin, listmix.ColumnSor win.HtmlPage.SetPage(txt) win.Show(True) + def getinf(self, txt) : + if txt == float('Inf') : + return 'Inf' + elif txt == float('-Inf') : + return '-Inf' + else : + return `txt` + def OnPopupThree(self, event) : - print self.GetFirstSelected() datas = [self.GetItemData(self.GetFirstSelected())] - print datas last = self.GetFirstSelected() while self.GetNextSelected(last) != -1: last = self.GetNextSelected(last) data = self.GetItemData(last) datas += [data] colnames = self.first[1:] - table = [[str(val) for val in line[1:]] for line in datas] + table = [[self.getinf(val) for val in line[1:]] for line in datas] rownames = [val[0] for val in datas] tmpgraph = tempfile.mktemp(dir=self.parent.TEMPDIR) - txt = barplot(table, rownames, colnames, self.parent.RscriptsPath['Rgraph'], tmpgraph) - tmpscript = tempfile.mktemp(dir=self.parent.TEMPDIR) - file = open(tmpscript,'w') - file.write(txt) - file.close() + with open(tmpscript,'w') as f : + f.write(txt) exec_rcode(self.parent.RPath, tmpscript, wait = True) - win = MessageImage(self, -1, u"Graphique", size=(700, 500),style = wx.DEFAULT_FRAME_STYLE) + win = MessageImage(self, u"Graphique", size=(700, 500)) win.addsaveimage(tmpgraph) txt = "" % tmpgraph win.HtmlPage.SetPage(txt) diff --git a/textaslexico.py b/textaslexico.py index 4982cbd..a866276 100644 --- a/textaslexico.py +++ b/textaslexico.py @@ -237,10 +237,10 @@ class Lexico(AnalyseText) : else : self.parametres['indice'] = 'chi2' self.parametres['clnb'] = len(ListEt) - if dial.checklem.GetValue() : - self.parametres['lem'] = 1 - else : - self.parametres['lem'] = 0 + #if dial.checklem.GetValue() : + # self.parametres['lem'] = 1 + #else : + # self.parametres['lem'] = 0 dial.Destroy() return self.parametres else : diff --git a/tree.py b/tree.py index c552136..5e13814 100644 --- a/tree.py +++ b/tree.py @@ -20,7 +20,7 @@ class InfoDialog ( wx.Dialog ): def __init__( self, parent, txt, parametres ): wx.Dialog.__init__ ( self, parent, id = wx.ID_ANY, title = u"Informations", pos = wx.DefaultPosition, size = wx.DefaultSize, style = wx.DEFAULT_DIALOG_STYLE ) - self.SetSizeHintsSz( wx.Size( 400,200 ), wx.DefaultSize ) + self.SetSizeHintsSz( wx.Size( 500,200 ), wx.DefaultSize ) bSizer1 = wx.BoxSizer( wx.VERTICAL ) @@ -42,16 +42,21 @@ class InfoDialog ( wx.Dialog ): fgSizer1.SetFlexibleDirection( wx.BOTH ) fgSizer1.SetNonFlexibleGrowMode( wx.FLEX_GROWMODE_SPECIFIED ) + txtctrl = [] for val in parametres : fgSizer1.Add( wx.StaticText( self.m_panel1, wx.ID_ANY, val[0], wx.DefaultPosition, wx.DefaultSize, 0 ), 0, wx.ALL, 0) - fgSizer1.Add( wx.StaticText( self.m_panel1, wx.ID_ANY, val[1], wx.DefaultPosition, wx.DefaultSize, 0 ), 0, wx.ALL, 0) + #fgSizer1.Add( wx.StaticText( self.m_panel1, wx.ID_ANY, val[1], wx.DefaultPosition, wx.DefaultSize, 0 ), 0, wx.ALL, 0) + txtctrl.append( wx.TextCtrl( self.m_panel1, wx.ID_ANY, val[1], wx.DefaultPosition, (500, 20), wx.TE_READONLY ) ) + txtctrl[-1].SetBackgroundColour('#DDE8EB') + #wx.SystemSettings.GetColour(wx.SYS_COLOUR_GRAYTEXT)) + fgSizer1.Add( txtctrl[-1], 0, wx.ALL|wx.EXPAND, 0) fgSizer1.Add( wx.StaticLine( self.m_panel1, wx.ID_ANY, wx.DefaultPosition, wx.DefaultSize, wx.LI_HORIZONTAL ), 0, wx.EXPAND |wx.ALL, 0) fgSizer1.Add( wx.StaticLine( self.m_panel1, wx.ID_ANY, wx.DefaultPosition, wx.DefaultSize, wx.LI_HORIZONTAL ), 0, wx.EXPAND|wx.ALL, 0) self.m_panel1.SetSizer( fgSizer1 ) self.m_panel1.Layout() fgSizer1.Fit( self.m_panel1 ) - bSizer1.Add( self.m_panel1, 0, wx.EXPAND |wx.ALL, 3 ) + bSizer1.Add( self.m_panel1, 0, wx.EXPAND|wx.ALL, 3 ) m_sdbSizer1 = wx.StdDialogButtonSizer() self.m_sdbSizer1OK = wx.Button( self, wx.ID_OK ) -- 2.7.4